;****************************************************************************** ;* MAME CHEAT FILE Release Date: 14 APR 2006 (Base release for MAME 0.105) * ;* * ;* Cheat File *FULLY* compatible with *ALL* MAME versions mentioned above * ;* MOST OF THE CHEATS WILL WORK WITH EARLIER & LATER VERSIONS OF MAME TOO * ;* * ;* This CHEAT.DAT file was obtained from Pugsy's MAME Cheat Page at:- * ;* http://cheat.retrogames.com * ;* * ;* If you have any new cheats not included in this cheat file then PLEASE * ;* post them on the forum at http://cheat.retrogames.com/forums * ;* * ;* If this cheat.dat file is NOT of 'alpha' status then it can be freely * ;* distributed with any MAME compile or any frontend. All I ask is that you * ;* do not modify the cheat file in any way. I'd appreciate it if you mention * ;* or link to the website where you can find future updates: * ;* http://cheat.retrogames.com * ;* * ;* *NOTE* to other Cheat File 'authors' releasing this cheat file with * ;* cheats pasted in from the cheat forums:- * ;* * ;* Please do not distribute this cheat file 'updated' with cheats copied * ;* straight from the cheat forums posted AND found by others. If you want * ;* to make a cheat file containing cheats not in the last released cheat * ;* file then release an addon cheat file - MAME can parse more than one * ;* cheat file you only have to modify the mame.ini/cfg file. * ;* * ;* If you have any questions concerning how to use this cheat file or how to * ;* find cheats yourself then in the first instance you should check out the * ;* following three places:- * ;* * ;* 1. This cheat file....read on. * ;* * ;* 2. The F.A.Q. (Frequently Asked Questions) maintained by Tourniquet :- * ;* http://cheat.retrogames.com/cheatfaq.txt * ;* * ;* 3. kelvSYC's Guide to using the MAME and MESS Cheat Engine:- * ;* http://members.shaw.ca/kelvsyc/cheatguide.html * ;* * ;* If they don't answer your question(s) or you want to request a cheat then * ;* please post a question/request in the 'Cheats Request' forum at :- * ;* http://cheat.retrogames.com/forums * ;* * ;* CHEAT FILE STATUS = FINAL (DISTRIBUTABLE) * ;****************************************************************************** ; What to do with this file :- ; ; Step 1 (where this file goes!) ; ============================== ; ; ; This file should be in the same directory as MAME.EXE (All platforms apart from Mac OS 9/X ). ; ; For MacMAME this file should be in ~/Documents/MacMAME User Data/Misc Support Files ; in order for cheats to work (where ~ is the path to your home folder). ; ; ; Step 2 (Enable the MAME Cheat Engine) ; ===================================== ; ; ; As standard the MAME Cheat Engine is turned OFF, there are several ways of turning it ON depending on ; what platform you are running MAME on. ; ; MAMEW: This is the standard MAME command line compile, go to your MAME directory open up the MAME.INI ; file with a text editor (the one you are using to read this will do!). Goto the ; '### Mame CORE misc options ###' and change 'cheat 0' to 'cheat '1'. Note: If your MAME.EXE is ; named something else like MAME067.EXE then you will need to edit MAME067.INI rather than MAME.INI! ; If you have no INI file then just start MAME from the commandline with the -createconfig option ; eg. 'MAME -createconfig'. If you manually use MAME every time from the commandline you can also ; just add '-cheat' to the commandline. ; ; MAME32: This is the MAME with build in frontend compile for Windows. Go to the Options Menu, and select ; "Default Options". Go to the Miscellaneous tab and check the box that says "Enable Game Cheats". ; ; DMAME: This is the DOS MAME compile, go to your MAME directory open up the MAME.CFG file with a text editor ; (the one you are using to read this will do!). Find 'cheat off' and change it to 'cheat '1'. ; Note: If your MAME.EXE is named something else like MAME067.EXE then you will need to edit MAME067.CFG ; rather than MAME.CFG! If you have no CFG file then just start MAME from the commandline with the ; -createconfig option eg. 'MAME -createconfig'. If you manually use MAME every time from the ; commandline you can also just add '-cheat' to the commandline. ; ; UNIX: For the UNIX/LINUX compiles just follow the instructions for DMAME the DOS compile. ; ; OS9/X: From the front-end, go to the Misc tab, and check the box that says "Allow Cheats". ; ; ; Step 3 (Cheat!) ; =============== ; ; Ingame press TAB and follow your nose...... ; Left and Right cursor toggles cheats ON and OFF, ENTER turns on one shot cheats and SHIFT ENTER displays the cheat comments ; if there is any. ; ; ; Cheat Engine Commands: ; ====================== ; ; These special cheat lines are used to set global preferences for the cheat engine. They follow this format: ; ; :_command:[ data ] ; ; The lower byte of the data field stores the command, and the remaining bytes store data for the command. ; Here is a list of the commands: ; ; 0x00 Disable help boxes (once they are added) ; 0x01 Use old-style cheat search box (default) ; 0x02 Use new-style cheat search box (you should get used to it!) ; 0x03 Don't print labels in new-style search menu ; 0x04 Auto-save cheats on exit ; ; So, if you wanted to use the old-style cheat box, you would add this line to your cheat.dat: ; ;:_command:00000001 ; ; Here are my default settings - uncomment them to use the cheat engine the way I do ; //:_command:00000002 //:_command:00000003 ; ; For safety sake I suggest you keep this uncommented - nothing worse than losing cheats ; :_command:00000004 ; ; Data for the cheat routine of Mame ; ; ; This file can be edited with a text editor, but keep the same format: ; ; ; OLD CHEAT FORMAT INFORMATION ; ============================= ; ; Although cheats in the old cheat format are no longer created by the new cheat engine, they ; are still read by the new cheat engine. They are a lot easier to understand than the new cheat ; format but conversely they aren't as powerful. Old type format cheats are still produced ; though as in most cases a simple type 000, 001 or 100 cheat is all that's really needed. ; ; all the fields are separated by a colon (:) ; gamename:0:123456:78:000:Cheat Description:Comment ; ^ Name of the game (short name) [zip file or directory] ; ^ No of the CPU usually 0, only different in multiple CPU games ; ^ Address in Hexadecimal (where to poke) ; ^ Data to put at this address in hexadecimal (what to poke) ; ^ Cheat Type (see below) usually 000 ; ^ Description of the cheat (25 to 255 characters max - check each game for correct display) eg. 'Invincibility PL1' ; ^ Extra Comment about the cheat if needed eg 'Turn it OFF at the end of the level!' ; ; Cheat Types: ; ; -000 : the byte is poked every time and the cheat remains in active list. ; -001 : the byte is poked once and the cheat is removed from active list. ; -002 : the byte is poked every one second and the cheat remains in active ; list. ; -003 : the byte is poked every two seconds and the cheat remains in active ; list. ; -004 : the byte is poked every five seconds and the cheat remains in active ; list. ; -005 : the byte is poked one second after the original value has changed ; and the cheat remains in active list. ; -006 : the byte is poked two seconds after the original value has changed ; and the cheat remains in active list. ; -007 : the byte is poked five seconds after the original value has changed ; and the cheat remains in active list. ; -008 : the byte is poked unless the original value in being decremented by ; 1 each frame and the cheat remains in active list. ; -009 : the byte is poked unless the original value in being decremented by ; 2 each frame and the cheat remains in active list. ; -010 : the byte is poked unless the original value in being decremented by ; 3 each frame and the cheat remains in active list. ; -011 : the byte is poked unless the original value in being decremented by ; 4 each frame and the cheat remains in active list. ; -015 : the byte is poked one second after the original value has changed ; and the cheat is removed from the active list. ; -016 : the byte is poked two seconds after the original value has changed ; and the cheat is removed from the active list. ; -017 : the byte is poked five seconds after the original value has changed ; and the cheat is removed from the active list. ; -020 : the bits are set every time and the cheat remains in active list. ; -021 : the bits are set once and the cheat is removed from active list. ; -022 : the bits are set every second and the cheat remains in active list. ; -023 : the bits are set every two seconds and the cheat remains in active list. ; -024 : the bits are set every five seconds and the cheat remains in active list. ; -040 : the bits are reset every time and the cheat remains in active list. ; -041 : the bits are reset once and the cheat is removed from active list. ; -042 : the bits are reset every second and the cheat remains in active list. ; -043 : the bits are reset every two seconds and the cheat remains in active list. ; -044 : the bits are reset every five seconds and the cheat remains in active list. ; -060 : the user selects a decimal value from 0 to byte ; (display : 0 to byte) - the value is poked once when it changes and ; the cheat is removed from the active list. ; -061 : the user selects a decimal value from 0 to byte ; (display : 1 to byte+1) - the value is poked once when it changes ; and the cheat is removed from the active list. ; -062 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once when it changes and ; the cheat is removed from the active list. ; -063 : the user selects a BCD value from 0 to byte ; (display : 0 to byte) - the value is poked once when it changes and ; the cheat is removed from the active list. ; -064 : the user selects a BCD value from 0 to byte ; (display : 1 to byte+1) - the value is poked once when it changes ; and the cheat is removed from the active list. ; -065 : the user selects a BCD value from 1 to byte ; (display : 1 to byte) - the value is poked once when it changes and ; the cheat is removed from the active list. ; -070 : the user selects a decimal value from 0 to byte ; (display : 0 to byte) - the value is poked once and the cheat is ; removed from the active list. ; -071 : the user selects a decimal value from 0 to byte ; (display : 1 to byte+1) - the value is poked once and the cheat is ; removed from the active list. ; -072 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once and the cheat is ; removed from the active list. ; -073 : the user selects a BCD value from 0 to byte ; (display : 0 to byte) - the value is poked once and the cheat is ; removed from the active list. ; -074 : the user selects a BCD value from 0 to byte ; (display : 1 to byte+1) - the value is poked once and the cheat is ; removed from the active list. ; -075 : the user selects a BCD value from 1 to byte ; (display : 1 to byte) - the value is poked once and the cheat is ; removed from the active list. ; -080 : the user selects a decimal value from 0 to byte ; (display : 0 to byte) - the value is poked once when it changes and ; the cheat stays in the active list. ; -081 : the user selects a decimal value from 0 to byte ; (display : 1 to byte+1) - the value is poked once when it changes ; and cheat stays in the active list. ; -082 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once when it changes and ; the cheat stays in the active list. ; -083 : the user selects a BCD value from 0 to byte ; (display : 0 to byte) - the value is poked once when it changes and ; the cheat stays in the active list. ; -084 : the user selects a BCD value from 0 to byte ; (display : 1 to byte+1) - the value is poked once when it changes ; and the cheat stays in the active list. ; -085 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once when it changes and ; the cheat stays in the active list. ; -090 : the user selects a decimal value from 0 to byte ; (display : 0 to byte) - the value is poked once and the cheat ; stays in the active list. ; -091 : the user selects a decimal value from 0 to byte ; (display : 1 to byte+1) - the value is poked once and the cheat ; stays in the active list. ; -092 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once and the cheat ; stays in the active list. ; -093 : the user selects a BCD value from 0 to byte ; (display : 0 to byte) - the value is poked once and the cheat ; stays in the active list. ; -094 : the user selects a BCD value from 0 to byte ; (display : 1 to byte+1) - the value is poked once and the cheat ; stays in the active list. ; -095 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once and the cheat ; stays in the active list. ; -100 : constantly pokes the value to the selected CPU's ROM region, adjusting for ; endian issues. ; -101 : pokes the value to the selected CPU's ROM region, adjusting for endian ; issues, and the cheat is removed from the active list. [NO LONGER USED] ; -102 : constantly pokes the value to the selected CPU's ROM region. ; -103 : pokes the value to the selected CPU's ROM region and the cheat is ; removed from the active list. [NO LONGER USED] ; -110 : pokes the value to the memory mapped to the memory handler, adjusting for ; endian issues. ; -111 : pokes the value to the memory mapped to the memory handler, adjusting for ; endian issues, and the cheat is removed from the active list. [NO LONGER USED] ; -112 : pokes the value to the memory mapped to the memory handler ; -113 : pokes the value to the memory mapped to the memory handler, and the cheat ; is removed from the active list. ; -120 : pokes the value to the eeprom buffer, and the cheat is removed from the ; active list. ; -121 : sets the bits in the eeprom buffer, and the cheat is removed from the ; active list. ; -122 : clears the bits in the eeprom buffer, and the cheat is removed from the ; active list. ; -500 to 622: These cheat types are identical to types 000 to 122 except ; they are used in linked cheats (i.e. of 1/8 type). The first ; cheat in the link list will be the normal type (eg type 000) ; and the remaining cheats (eg 2/8...8/8) will be of this type ; +500 (eg type 500). The first cheat in the sequence should not ; have '(1/x)' at the end because the cheat engine treats it all ; as one cheat - the marking of subsequent parts is just for reference ; when editing the cheat file...nothing else! ; -998 : this is used as a watch cheat, ideal for showing answers in quiz games. ; -999 : this is used for comments only, cannot be enabled/selected by the ; user. Normally surrounded by square brackets. ; ; NEW CHEAT FORMAT INFORMATION ; ============================= ; ; New format cheats can be identified by the fact that the cheat line starts with a colon in front ; of the short gamename and the fact that the cheat line is normally a LOT longer than before. ; The new cheat format is very powerful, much more so than the old cheat format though the sheer number ; of options make it hard to understand. On a whole cheats using the new cheat format are best made ; by setting the appropriate options on the edit cheat page and then saving the said cheat. There ; are some exceptions though - as occasionally it's harder if not impossible to do exactly what ; you want using the edit function. This information will hopefully help you understand the new ; cheat format. ; ; New Cheat Format: ; ================= ; ; This section is based heavily on the information found in cheat.c. I've just edited it to make it a tadge easier ; for me to understand, in fact the act of editing helped me a lot. ; ; :gamename:12345678:87654321:12345678:FFFFFFFF:Cheat Description:Comment ; ; ^ Name of the game (short name) [zip file or directory] ; ^ Cheat Type Field in hexadecimal (how to poke) ; ^ Address in Hexadecimal (where to poke) ; ^ Data to put at this address in hexadecimal (what to poke) ; ^ Extended Data Field - used for mask and some other stuff (see below) usually FFFFFFFF ; ^ Description of the cheat (25 to 255 characters max - check each game for correct display) eg. 'Invincibility PL1' ; ^ Extra Comment about the cheat if needed eg 'Turn it OFF at the end of the level!' ; ; Type Field: ; =========== ; ; MSB LSB ; 33222222 22221111 11111100 00000000 ; 10987654 32109876 54321098 76543210 ; ; Persistence ; -------- -------- -------- -------0 the cheat is poked with respect to the Normal/Delay options and the cheat remains in the active list ; -------- -------- -------- -------1 the cheat is poked only once and with respect to the Normal/Delay options and is removed from the active list ; ; Operation (Used with the Extended Data Field) ; -------- ----0--- -------- ---00--- Write with Mask - If the cheat is in the active list it is poked using a mask to mark which bits are to be written to. (used for most cheats as standard) ; -------- ----00-- -------- ---01--- Add - If the cheat is in the active list it is poked to add a value till a limit is reached, the limit will not be exceeded! ; -------- ----01-- -------- ---01--- Subtract - If the cheat is in the active list it is poked to subtract a value till a limit is reached, the limit will not be exceeded! ; -------- ----00-- -------- ---10--- Force Range - If the cheat is in the active list and if the value of an address is outside a range it will be poked ; to the specified value inside the range. If 24/32 bits then the Extended data field is the maximum not the range. ; -------- ----01-- -------- ---10--- Force Range - as Force Range above with one exception. If 24/32 bits then the Extended data field is the minimum. ; -------- ----00-- -------- ---11--- Set - If the cheat is in the active list it is poked to set the specified bits (set them to 1) from the value field on the specified address. MOSTLY REDUNDANT - 'Write with Mask' can/should be used unless it's a relative address cheat! ; -------- ----01-- -------- ---11--- Clear - If the cheat is in the active list it is poked to clear the specified bits (reset them to 0) from the value field on the specified address. MOSTLY REDUNDANT - 'Write with Mask' can/should be used unless it's a relative address cheat! ; -------- ----1--- -------- ---00--- Unused! ; -------- ----1--- -------- ---01--- Unused! ; -------- ----1--- -------- ---10--- Unused! ; -------- ----1--- -------- ---11--- Nothing! (NOP) ; ; Type (Normal/Delay) ; -------- -------- -------- 000--00- No Delay/Normal - If the cheat is in the active list it is poked at a rate of once every frame ; -------- -------- -------- 001--00- 1 Sec Delay - If the cheat is in the active list it is poked at a rate of once every one second ; -------- -------- -------- 010--00- 2 Secs Delay - If the cheat is in the active list it is poked at a rate of once every two seconds ; -------- -------- -------- 011--00- 3 Secs Delay - If the cheat is in the active list it is poked at a rate of once every three seconds ; -------- -------- -------- 100--00- 4 Secs Delay - If the cheat is in the active list it is poked at a rate of once every four seconds ; -------- -------- -------- 101--00- 5 Secs Delay - If the cheat is in the active list it is poked at a rate of once every five seconds ; -------- -------- -------- 110--00- 6 Secs Delay - If the cheat is in the active list it is poked at a rate of once every six seconds ; -------- -------- -------- 111--00- 7 Secs Delay - If the cheat is in the active list it is poked at a rate of once every seven seconds ; ; Type (Wait for Modification) ; -------- -------- -------- 000--01- No Delay - If the cheat is in the active list it is poked as soon as it changes ; -------- -------- -------- 001--01- 1 Sec Delay - If the cheat is in the active list it is poked one second after it has changed ; -------- -------- -------- 010--01- 2 Secs Delay - If the cheat is in the active list it is poked two seconds after it has changed ; -------- -------- -------- 011--01- 3 Secs Delay - If the cheat is in the active list it is poked three seconds after it has changed ; -------- -------- -------- 100--01- 4 Secs Delay - If the cheat is in the active list it is poked four seconds after it has changed ; -------- -------- -------- 101--01- 5 Secs Delay - If the cheat is in the active list it is poked five seconds after it has changed ; -------- -------- -------- 110--01- 6 Secs Delay - If the cheat is in the active list it is poked six seconds after it has changed ; -------- -------- -------- 111--01- 7 Secs Delay - If the cheat is in the active list it is poked seven seconds after it has changed ; ; Type (Ignore if Decrementing) ; -------- -------- -------- 000--10- Any Decrement - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented at ALL ; -------- -------- -------- 001--10- Decrement by 1 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 1 ; -------- -------- -------- 010--10- Decrement by 2 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 2 ; -------- -------- -------- 011--10- Decrement by 3 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 3 ; -------- -------- -------- 100--10- Decrement by 4 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 4 ; -------- -------- -------- 101--10- Decrement by 5 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 5 ; -------- -------- -------- 110--10- Decrement by 6 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 6 ; -------- -------- -------- 111--10- Decrement by 7 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 7 ; ; Type (Watchpoint) {These cannot be linked and must be permanent} [See 'Watches' below to see how to use the data field for more power!] ; -------- -------- -------- 000--11- Hex & No Label - A watchpoint with a hexadecimal display is placed on the location & there is no label ; -------- -------- -------- 001--11- Dec & No Label - A watchpoint with a decimal display is placed on the location & there is no label ; -------- -------- -------- 010--11- Bin & No Label - A watchpoint with a binary display is placed on the location & there is no label ; -------- -------- -------- 011--11- ASCII & No Label - A watchpoint with a ASCII display is placed on the location & there is no label ; -------- -------- -------- 100--11- Hex & Label - A watchpoint with a hexadecimal display is placed on the location & the label is copied from the comment field ; -------- -------- -------- 101--11- Dec & Label - A watchpoint with a decimal display is placed on the location & the label is copied from the comment field ; -------- -------- -------- 110--11- Bin & Label - A watchpoint with a binary display is placed on the location & the label is copied from the comment field ; -------- -------- -------- 111--11- ASCII & Label - A watchpoint with a ASCII display is placed on the location & the label is copied from the comment field ; ; User-Selected Value (let the user select the poking value at runtime - can not be used in a list cheat) ; -------- -------- ----0001 -------- The user selects a decimal value from 0 to byte (display : 0 to byte) ; -------- -------- ----0011 -------- The user selects a decimal value from 0 to byte (display : 1 to byte+1) ; -------- -------- ----0101 -------- The user selects a decimal value from 1 to byte (display : 1 to byte) ; -------- -------- ----0111 -------- The user selects a decimal value from 1 to byte (display : 1 to byte+1) ; -------- -------- ----1001 -------- The user selects a BCD value from 0 to byte (display : 0 to byte) ; -------- -------- ----1011 -------- The user selects a BCD value from 0 to byte (display : 1 to byte+1) ; -------- -------- ----1101 -------- The user selects a BCD value from 1 to byte (display : 1 to byte) ; -------- -------- ----1111 -------- The user selects a BCD value from 1 to byte (display : 1 to byte+1) ; ; Prefill (Prefills a location with a value before looking at it - always used in conjunction with 'Wait for Modification') ; -------- -------- --00---- -------- No Prefill used (normal) ; -------- -------- --01---- -------- Prefill with 0xFF - pokes the location with $FF ONCE before anything else! (if prefill is used this should be the default) ; -------- -------- --10---- -------- Prefill with 0x00 - pokes the location with $00 ONCE before anything else! ; -------- -------- --11---- -------- Prefill with 0x01 - pokes the location with $01 ONCE before anything else! ; ; Link/Options ; -------- -------- -1------ -------- Don't add to list - makes sure this cheat doesn't show up in the list, use with pre-enable & Assign Activation Key & CPU Overclock. ; -------- -------0 -------- -------- Single Part/First Cheat in Linked Cheat - A single part or first part of a linked cheat ; -------- ------01 -------- -------- Linked\List & Use Value Field - Links this cheat to the previous 'Single Part/First Cheat in Linked Cheat' in the cheat file, value field is used as the poking value ; -------- ------11 -------- -------- Linked\List & Copy Previous Value - Links this cheat to the previous 'Single Part/First Cheat in Linked Cheat' in ; the cheat file, the value for this cheat is determined by taking the value read from the previous cheat and adding ; the value stored in the data field. ; ; Bytes Used ; -------- --00---- -------- -------- Bytes to Poke = 1 - The address is poked with a byte (8 bit) value ; -------- --01---- -------- -------- Bytes to Poke = 2 - The address is poked with 2 bytes (16 bit) value ; -------- --10---- -------- -------- Bytes to Poke = 3 - The address is poked with 3 bytes (24 bit) value ; -------- --11---- -------- -------- Bytes to Poke = 4 - The address is poked with 4 bytes (32 bit) value ; ; Endianness ; -------- -0------ -------- -------- Same endianness as target processor/Generic Locations are big endian ; -------- -1------ -------- -------- Different endianness as target processor/Generic Locations are little endian ; ; Restore previous value on disable (this should always be used with non one-shot ROM cheats) ; -------- 1------- -------- -------- Restore previous value on disable - Returns the value being poked to it's original value on cheat switch OFF. ; ; Location/ Effective Address ; 000xxxxx -------- -------- -------- Standard Memory - This cheat will write into 'normal' memory, xxxxx denotes the CPU index. ; 001xxxxx -------- -------- -------- Memory Region - This cheat can often be used to write over ROM locations. xxxxx denotes the ROM region. Use with 'Restore previous value on disable' in normal circumstances! ; 010xxxxx -------- -------- -------- Write Handler Mapped Memory - This cheat will write into the driver declaration of the memory. xxxxx denotes the CPU index. ; 100xxx00 -------- -------- -------- Relative Address (CPU) with 8 bit address size - This cheat allows you to write indirect to memory using a 8 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index [REDUNDANT DUE TO 8 BIT ADDRESS SIZE] ; 100xxx01 -------- -------- -------- Relative Address (CPU) with 16 bit address size - This cheat allows you to write indirect to memory using a 16 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index ; 100xxx10 -------- -------- -------- Relative Address (CPU) with 24 bit address size - This cheat allows you to write indirect to memory using a 24 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index ; 100xxx11 -------- -------- -------- Relative Address (CPU) with 32 bit address size - This cheat allows you to write indirect to memory using a 32 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index [Normally used - others all redundant really] ; Note: Relative Address cheats all use an implicit mask of FFFFFFFF. So any other operation (including watch) other than Set/Clear will return a no-op. ; 101----- -------- -------- -------- Unused! ; 110----- -------- -------- -------- Unused! ; 111----- -------- -------- -------- Unused! ; ; Custom Cheat Types ; 01100000 00000000 00000000 00000000 Comment in Cheat List - if it's a comment cheat it's not linkable or selectable so it can't be ganged with other cheat flags. ; 01100001 -------- -------- -------- EEPROM - This cheat will allow writing into EEPROM ; 01100010 00000000 00000000 0000000- Header Cheat in a Select from List cheat - first cheat in a list type cheat. LSB should be set for info purposes. Value & Address fields should = 0 ; 01100011 -------0 -1------ -------- Assign Activation Key - see 'Assign Activation Key' below ; 01100100 -------0 -1------ -------- Pre-Enable - see the 'Pre-Enabled Cheat Section' at the end of the cheat file ; 01100101 -------0 -1------ -------- CPU Overclock - see 'Overclock' below ; 01100110 -------- -------- -------- Unused ; 01100111 -------- -------- -------- Unused ; 01101000 -------- -------- -------- Unused ; 01101001 -------- -------- -------- Unused ; 01101010 -------- -------- -------- Unused ; 01101011 -------- -------- -------- Unused ; 01101100 -------- -------- -------- Unused ; 01101101 -------- -------- -------- Unused ; 01101110 -------- -------- -------- Unused ; 01101111 -------- -------- -------- Unused ; 01110000 -------- -------- -------- Unused ; 01110001 -------- -------- -------- Unused ; 01110010 -------- -------- -------- Unused ; 01110011 -------- -------- -------- Unused ; 01110100 -------- -------- -------- Unused ; 01110101 -------- -------- -------- Unused ; 01110110 -------- -------- -------- Unused ; 01110111 -------- -------- -------- Unused ; 01111000 -------- -------- -------- Unused ; 01111001 -------- -------- -------- Unused ; 01111010 -------- -------- -------- Unused ; 01111011 -------- -------- -------- Unused ; 01111100 -------- -------- -------- Unused ; 01111101 -------- -------- -------- Unused ; 01111110 -------- -------- -------- Unused ; 01111111 -------- -------- -------- Unused ; ; Free Bit (anybody got any ideas how to use this or the unused custom cheats above?). ; -------- -------- 0------- -------- Unused ; -------- -------- 1------- -------- Unused (earmarked as 'add as extend for previous cheat', unknown status) ; ; ; Extended Data Field: ; ==================== ; ; [ Write with Mask ] The field will store a mask containing which bits are modified by the operation. For normal operation, ; set the mask to 0xFFFFFFFF and only change it if you actually need to! ; Example code: data = (data & ~mask) | (input & mask); ; ; [ Force Range ] This field will store the allowed range of values, or the limit value (if a 24 or 32 bit value is being poked) ; ; 8 bit writes: 0x0000AABB ; 16 bit writes: 0xAAAABBBB ; 24 bit writes: 0x00CCCCCC ; 32 bit writes: 0xCCCCCCCC ; ; AA = minimum value accepted BB = maximum value accepted ; CC = limit value, operation parameters selects max or min limit ; ; [ Add/Subtract ] The field will store either the minimum or maximum boundary for modification, depending on the operation parameter. ; ; [ Relative Address ] The extend data field will store the the signed offset to be applied to the address read. Because of this, any operation ; using the extend data field may have interesting results. Use the special set/clear bits operations instead of a masked ; write. ; ; Information About the New Types of Cheats: ; ========================================== ; ; Select Cheat Type: (01100010 -------0 -------- --------) 0x62000000 ; ; This may be used only as the first cheat of a linked cheat. In the "Enable/Disable Cheat" menu, instead of simple ; listing On/Off or Set as the menu option, the engine will list the name fields of each of the subcheats. If the ; current selected subcheat is a one-shot cheat, pressing Enter will activate the currently selected subcheat. If ; the subcheat is an on/off cheat, the currently selected subcheat (and only that subcheat) will be activated. ; ; Assign Activation Key: (01100011 -------- -1------ --------) 0x63004000 ; ; Assigns an activation key to a cheat. Put the index of the cheat you want to modify in the address field, then put ; the key index in the data field. ; ; Example: to set the second cheat in the cheat list to activate when "Q" is pressed, add this cheat to the file:- ; :gamename:63004000:00000001:00000010:00000000: ; ; Key Index List: ; ; A = 00 Q = 10 6 = 20 F3 = 30 [ = 40 [/] = 50 CAPSLK = 60 ; B = 01 R = 11 7 = 21 F4 = 31 ] = 41 [*] = 51 LWIN = 61 ; C = 02 S = 12 8 = 22 F5 = 32 ENTER= 42 [-] = 52 RWIN = 62 ; D = 03 T = 13 9 = 23 F6 = 33 : = 43 [+] = 53 MENU = 63 ; E = 04 U = 14 [0] = 24 F7 = 34 ' = 44 [DEL] = 54 ; F = 05 V = 15 [1] = 25 F8 = 35 \ = 45 [ENT] = 55 ; G = 06 W = 16 [2] = 26 F9 = 36 \ = 46 PRTSCR = 56 ; H = 07 X = 17 [3] = 27 F10 = 37 , = 47 PAUSE = 57 ; I = 08 Y = 18 [4] = 28 F11 = 38 HOME = 48 LSHIFT = 58 ; J = 09 Z = 19 [5] = 29 F12 = 39 END = 49 RSHIFT = 59 ; K = 0A 0 = 1A [6] = 2A ESC = 3A PGUP = 4A LCTRL = 5A ; L = 0B 1 = 1B [7] = 2B ~ = 3B PGDN = 4B RCTRL = 5B ; M = 0C 2 = 1C [8] = 2C - = 3C LEFT = 4C LALT = 5C ; N = 0D 3 = 1D [9] = 2D = = 3D RIGHT =4D RALT = 5D ; O = 0E 4 = 1E F1 = 2E BACKSP = 3E UP = 4E SCRLLK = 5E ; P = 0F 5 = 1F F2 = 2F TAB = 3F DOWN = 4F NUMLK = 5F ; ; Overclock: (01100101 -------- -1------ --------) 0x65004000 ; ; Overclocks a CPU. Put the CPU index you want in the address field, and the overclocking amount in the data field. ; Use 16.16 fixed point notation for the overclocking amount. ; ; Example 1: overclocking CPU #0 by 200% ; :gamename:65004000:00000000:00020000:00000000: ; ; Example 2: overclocking CPU #3 by 125% ; :gamename:65004000:00000003:00014000:00000000: ; ; To convert a percent to 16.16 fixed point notation, take the percentage as a decimal value (eg. 65% = .65) and ; multiply it by 65536. Then, convert the value to hex. ; ; ; Watches: ; ======== ; ; You can specify options for watches using the data field. Specify fields like this: ; ; MSB LSB ; 33222222 22221111 11111100 00000000 ; 10987654 32109876 54321098 76543210 ; -------- -------- -------- xxxxxxxx number of elements - 1 ; -------- -------- xxxxxxxx -------- bytes to skip after each element ; -------- xxxxxxxx -------- -------- elements per line ; 0 = all on one line ; xxxxxxxx -------- -------- -------- signed value to add ; ; So, to make a watch on CPU1 address 0064407F with six elements, skipping three bytes after each element, ; showing two elements per line, you would do this: ; ; :gamename:00000006:0064407F:00020305:00000000: ; ; Notes: ; ; - if you want to have alist ofmany on/offsubcheats, include a "None"option, or there will be no way to disable the cheat ; - the engine will display "Press Enter to Activate Cheat" if a one-shot cheat is selected ; ; ; GENERAL NOTES ABOUT CHEAT DESCRIPTIONS AND WHAT THEY MEAN: ; ========================================================== ; NOTES: The cheat descriptions use the following terms, this is what they ; actually mean: ; ; Get+Now! means the cheat is a type 01 cheat and so it is a temporary cheat - ; it changes the memory and then deactivates. Type 01 is ideal for ; getting a particular weapon or feature, also needed for a Finish ; Level Now! cheat. ; ; Always means the cheat is permanent (several cheat types) idea for always ; having a certain weapon or feature eg always have 3 rainbows on ; Rainbow Islands. ; ; Infinite means exactly what it says - you will have an inexhaustible supply of ; the named item be it lives, time, ammo or something else. On some ; rare occasions you may need to deactivate the cheat before you can ; finish a level, if this need to be done you will see F5 at the end ; of the cheat description. NB: If using this cheat.dat with a version ; of MAME before 34B6 you will need to use F7 instead of F5. And it may ; even be F6 now! ; ; Select current level - Select a level and you can progress to it by losing a ; life. You should only activate this type of cheat ; during game play or according to the comments. ; ; Select next level - Select a level and when you complete the current level you ; will progress straight to the selected level. You can also ; activate this on the title/attract screens though the ; effects cannot always be guaranteed! (you will either ; start on the selected level or the next level after the ; selected one or level 1). A far better method if you want ; to select the starting level from the title screen is to ; use the method that I thought of for Metrocross. See ; Metrocross remarks for info. ; Select Score - This cheat allows you to select your score or/and the other ; player's score, ideal for sports games where you need a certain ; score to win and/or progress. It must ONLY be activated during ; game play. Also note the score may not display correctly until ; the score has changed properly! ; ;****************************************************************************** ;* ABOUT THE CHEAT DESCRIPTION FORMAT * ;****************************************************************************** ; ; This is how I order the cheats - I try and stick to it as often as I can. ; Some games don't conform to this standard either because it's better as is or ; the cheats were done a while ago and I haven't changed them. DO NOT report any ; games that don't follow this standard - it's pretty low in my list of ; priorities right now. ; ; OVERALL CHEAT ORDER ; ******************* ; ; gamename in format '; [ long game name ]' ; section1 ; section2 ; section3 (if applicable) ; section4 ; ; WHAT'S EACH SECTION ABOUT? ; ************************** ; ; Section 1 contains all the cheats valid for all players. Infinite Credits will ; come first normally. ; ; Section 2 contains cheats for individual players, split up so that all PL1 ; cheats are together and all PL2 cheats are together. Normally there will be the ; same cheats for each player and the order of the cheats should be the same as ; for the other player. ; ; Section 3 contains cheats that are hard to button-hole and have fairly obscure ; effects on the game that only the diehard player of that game may really want. ; These sort of cheats can often be merged into section 2, though in some ; circumstances the sheer number of these cheats will seriously clutter out the ; normal everyday cheats (section 2). In that case they should be seperated into ; another section and the PL1 / PL2 seperation in that section should be maintained ; if possible. A perfect example would be kelvSYC's Move List Cheats. ; ; Section 4 contains any none cheat related things. Eg Sound test timer and region ; switch codes. ; ; WHAT'S IN EACH SECTION ; ********************** ; ; The normal order of cheats will be if there is no PL1 or PL2 specific cheats. ; If a cheat is specific to all players it will promote it up the list. ; ; Infinite Credits ; Infinite Time (if 'Finish this Round Now!' is worthwhile it should directly follow this cheat) ; Infinite Lives ; Infinite Energy (if 'Drain all Energy Now!' is worthwhile it should directly follow this cheat) ; Infinite Ammo ; Infinite Bombs ; Invincibility (if Invincibilty doesn't turn off after a short while of disabling it then there should be seperate 'ON' and 'OFF' cheats) ; Always have this weapon ; Get this weapon Now! ; Play with this character Now! ; Select starting level ; Select current level ; Select next level ; ; And finally... ; ; kelvSYC's guide to using Move List Cheats ; ; This outlines the proper usage of the Move List Cheats found in some fighting ; games. A version of MAME newer than and including v.60 is required. ; ; A move list cheat is a cheat that allows you to do the special moves in ; fighting games at the touch of a button, or sometimes at a direction with a ; button. In most games, the status of a move, or how far you have done the ; move, is recorded in memory. Thus, it is possible to change these values so ; that a move is performed instantly with a button by setting the value at its ; maximum, or prevent a move from being performed by setting the value at its ; minimum value. On a more technical note, setting the values above the maximum ; will crash the game. ; ; In each move list cheat section, they will be divided by character. In each ; character's section, a cheat will be provided for special moves and supers. ; Most command attacks, however, are not provided with move list cheats. The ; name of the move is the name of the cheat, and by pressing Shift-Enter (Shift- ; Return on some keyboards) you will see how the move can be performed if the ; cheat was NOT on, as well as any notes regarding the usage of the move or the ; usage of the cheat. The move directions are printed first, followed by ; relevant notes on the move after the three hashes (###). ; ; General Guidelines for Using Move List Cheats ; ; - Only use cheats for one character at a time. In mshvsf and mvsc and their ; clones, you can set move list cheats for both characters on your team, but ; do not switch your team order before your match begins, as the wrong set of ; move list cheats will be applied to your two characters. ; - In aof, do not use more than one move list cheat, period. The cheat writes ; to the same addresses, but fills in different values, due to the way the ; game works. ; - Do not use move list cheats for two attacks that require the same button. ; For example, do not activate the cheat for the Hadou Ken and the Shoryuu Ken ; at the same time. On a technical note, what happens when this is made is ; that the move associated with the later address in the RAM (in this case, ; the Shoryuu Ken) will be performed. However, it can be possible to activate ; cheats that require different sets of buttons to be pressed. For example, ; in mshvsf, you can turn on a cheat for the Gou Hadou Ken, the Zankuu Hadou ; Ken, the Messatsu Gou Hadou HC, the forwards Ashura Senkuu, the Shun Goku ; Satsu HC, and the Tenma Gou Zankuu HC. when turning all those cheats on, ; pressing LP or MP on the ground with three stocks will perform the Gou Hadou ; Ken (as will pressing any punch button with less than three stocks), ; pressing any punch button in the air will perform a Zankuu Hadou Ken, ; pressing HP on the ground with three stocks will perform the Shun Goku Satsu ; HC (since the address with the Shun Goku Satsu is later than that of the Gou ; Hadou Ken), pressing two punch buttons in the air will perform the Tenma Gou ; Zankuu HC (assuming you have a stock), pressing two punch buttons on the ; ground will perfom the Messatsu Gou Hadou HC (assuming you have a stock), ; and pressing all three punch buttons will perform the Ashura Senkuu (which ; will make Akuma go full screen). This also applies with cheats that require ; a direction to be pressed. ; - Universal attacks are those that work for any character, with few exceptions ; (which are on a game by game basis). ; - Some cheats require the use of other cheats to work properly, and ; conversely, some cheats require the disabling of other cheats to work. For ; example, the cheat for Chun-Li's Hyakuretsu Kyaku in xmvsf requires either ; Chun-Li to be kicking when you are activating it or a value to be selected ; with the accompanied "Select strength" cheat. On the flip side, the usage ; of Gen's sh#t SC in sfa2 may crash the game unless other cheats are ; disabled. ; - Some cheats are given as one-shot cheats. For them to be of any use to you, ; you will have to assign an activation key to them. These are generally for ; moves that require the holding of a button for a certain period of time. ; ; Fighter Conventions for Move List Cheats ; ; All move list cheats have notes on how the move is performed. This section ; explains the notation that is used to describe how the move is performed. ; ; There are two kinds of fighter conventions used (more will follow as more ; games receive move list cheats). The first concerns itself with fighters on ; Neo-Geo hardware ("The Neo Fighter convention"), and the second concerns ; itself with fighters using six buttons ("The Street Fighter convention"). In ; both cases, the names of the buttons are in uppercase and the movements of ; your joystick are in lowercase. ; ; In both conventions, the joystick action is represented by one or more ; combinations of directions. d denotes down, u denotes up, b denotes moving ; away from your opponent, and f dentoes moveing towards your opponent. The ; four diagonal directions can then be expressed by putting the two letters ; together, starting with the vertical direction (ub, uf, db, df). ; ; In the Neo Fighter convention, the four buttons on your Neo-Geo system are ; denoted by A, B, C, and D, matching the buttons on your Neo-Geo system. ; "Start" denotes your start button. On Neo-Geo consoles, the "Select" button ; may serve as a substitute, as the Start button is used to pause the game. On ; games in which the layout resembles that of the Street Fighter convention, P ; and K denotes any strength of punch and kick, while multiples thereof ; represent multiples of punch and kick buttons. ; ; In the Street Fighter convention, the six buttons are divided into buttons of ; three strengths (light, medium, and heavy), and two actions (punch and kick). ; Thus, each button is represented by their strength and action (LP, LK, etc.). ; "Start" denotes the Start button on your system. ; ; There are operations that can be done with joysticks and buttons. Assuming an ; action named A and and action named B: ; ; - A,B denotes doing B after doing A, ; - A+B denotes doing A and B at the same time, ; - A* denotes doing A repeatedly, ; - *A denotes holding A for a period of time, (used for charge moves or hold- ; -and-release moves) ; - A|B denotes doing either A or B, but not both. ; ; Parentheses can also be used for grouping purposes in case of ambiguity. ; ; There are also special cases of joystick motion shorthand. In using the ; shorthand, it is assumed that the joystick moves in a smooth manner - that ; is, the same direction is not pressed twice unless explicitly said so. These ; shorthand joystick motions are: ; ; - qcf (d,df,f) ; - qcb (d,db,b) ; - -qcf (f,df,d) ; - -qcb (b,db,d) ; - hcf (b,db,d,df,f) ; - hcb (f,df,d,db,b) ; - dp (f,d,df) ; - rdp (b,d,db) ; - 360 (Turning your joystick, starting at any cardinal direction, and turning ; until all four cardinal directions are covered. Multiples of 360 denotes ; the number of times you have to do this.) ; ; In most cases, you will find that the moves do not accurately reflect how the ; move should be done. For example, in newer games, it's possible to do a Hadou ; Ken in one of many ways - qcf+P (which is traditional), qcf,P, or even hold ; P,qcf,release P. Although there are efforts to verify that the correct motion ; of the move through the game, note that for traditional purposes, the case ; where joystick motion is accompanied by a button press will always use "+". ; ; There are other notations that accompany each move, sometimes in the name, ; sometimes in the directions. These vary from game to game, and can be better ; explained in the section dealing with the game. ; ;****************************************************************************** ;****************************************************************************** ;* * ;* Main Cheats - Base Reference of MAME 0.105 * ;* ONLY CHEATS FOR GAMES IN THE *RELEASED* MAME 0.105 BINARY GO HERE * ;* START OF MAME 0.105 CHEATS * ;* * ;****************************************************************************** ; [ 005 ] 005:0:C80B:99:000:Infinite Credits 005:0:E382:0A:000:Infinite Lives PL1 005:0:E383:0A:000:Infinite Lives PL2 ; [ Eleven Beat ] 11beat:0:0000:00:999:[ There are no cheats ]:REASON 1 11beat:0:0000:00:999:[ for this game as it ]:REASON 1 11beat:0:0000:00:999:[ didn't work the last ]:REASON 1 11beat:0:0000:00:999:[ time it was tested. ]:REASON 1 11beat:0:0000:00:999:[ If the game now works ]:REASON 1 11beat:0:0000:00:999:[ please request cheats ]:REASON 1 11beat:0:0000:00:999:[ for it on the cheat ]:REASON 1 11beat:0:0000:00:999:[ forums. ]:REASON 1 ; [ 1941 - Counter Attack (World) ] 1941:0:FF0D59:09:000:Infinite Credits 1941:0:FF0DA5:07:000:Infinite Rolls PL1 1941:0:FF0DFA:01:000:Invincibility PL1 1941:0:FF0DE7:99:000:Infinite Weapon Time PL1 1941:0:FF0DC8:00:000:Always have Normal Fire PL1 1941:0:FF0DC8:01:000:Always have M. Gun PL1 1941:0:FF0DC8:02:000:Always have S. Shell PL1 1941:0:FF0DC8:03:000:Always have Missile PL1 1941:0:FFC578:06:000:Extreme Firepower PL1 1941:0:FF0DC8:00:001:Get Normal Fire Now! PL1 1941:0:FF0DC8:01:001:Get M. Gun Now! PL1 1941:0:FF0DC8:02:001:Get S. Shell Now! PL1 1941:0:FF0DC8:03:001:Get Missile Now! PL1 :1941:00000000:FF1471:00000003:FFFFFFFF:Rapid Fire PL1 :1941:00000000:FF9A6D:00000003:FFFFFFFF:Side Fighter Rapid Fire PL1 :1941:00010000:FF9AED:00000003:FFFFFFFF:Side Fighter Rapid Fire PL1 (2/2) :1941:00000000:FF3871:00000003:FFFFFFFF:After Image Rapid Fire PL1 :1941:00010000:FF38F1:00000003:FFFFFFFF:After Image Rapid Fire PL1 (2/2) 1941:0:FF0DA7:07:000:Infinite Rolls PL2 1941:0:FF0DFB:01:000:Invincibility PL2 1941:0:FF0DE8:99:000:Infinite Weapon Time PL2 1941:0:FF0DCB:00:000:Always have Normal Fire PL2 1941:0:FF0DCB:01:000:Always have M. Gun PL2 1941:0:FF0DCB:02:000:Always have S. Shell PL2 1941:0:FF0DCB:03:000:Always have Missile PL2 1941:0:FFC57C:07:000:Extreme Firepower PL2 1941:0:FF0DCB:00:001:Get Normal Fire Now! PL2 1941:0:FF0DCB:01:001:Get M. Gun Now! PL2 1941:0:FF0DCB:02:001:Get S. Shell Now! PL2 1941:0:FF0DCB:03:001:Get Missile Now! PL2 :1941:00000000:FF14F1:00000003:FFFFFFFF:Rapid Fire PL2 :1941:00000000:FF996D:00000003:FFFFFFFF:Side Fighter Rapid Fire PL2 :1941:00010000:FF99ED:00000003:FFFFFFFF:Side Fighter Rapid Fire PL2 (2/2) :1941:00000000:FF3971:00000003:FFFFFFFF:After Image Rapid Fire PL2 :1941:00010000:FF39F1:00000003:FFFFFFFF:After Image Rapid Fire PL2 (2/2) ; [ 1941 - Counter Attack (Japan) ] 1941j:0:FF0D59:09:000:Infinite Credits 1941j:0:FF0DA5:07:000:Infinite Rolls PL1 1941j:0:FF0DFA:01:000:Invincibility PL1 1941j:0:FF0DE7:99:000:Infinite Weapon Time PL1 1941j:0:FF0DC8:00:000:Always have Normal Fire PL1 1941j:0:FF0DC8:01:000:Always have M. Gun PL1 1941j:0:FF0DC8:02:000:Always have S. Shell PL1 1941j:0:FF0DC8:03:000:Always have Missile PL1 1941j:0:FFC578:06:000:Extreme Firepower PL1 1941j:0:FF0DC8:00:001:Get Normal Fire Now! PL1 1941j:0:FF0DC8:01:001:Get M. Gun Now! PL1 1941j:0:FF0DC8:02:001:Get S. Shell Now! PL1 1941j:0:FF0DC8:03:001:Get Missile Now! PL1 :1941j:00000000:FF1471:00000003:FFFFFFFF:Rapid Fire PL1 :1941j:00000000:FF9A6D:00000003:FFFFFFFF:Side Fighter Rapid Fire PL1 :1941j:00010000:FF9AED:00000003:FFFFFFFF:Side Fighter Rapid Fire PL1 (2/2) :1941j:00000000:FF3871:00000003:FFFFFFFF:After Image Rapid Fire PL1 :1941j:00010000:FF38F1:00000003:FFFFFFFF:After Image Rapid Fire PL1 (2/2) 1941j:0:FF0DA7:07:000:Infinite Rolls PL2 1941j:0:FF0DFB:01:000:Invincibility PL2 1941j:0:FF0DE8:99:000:Infinite Weapon Time PL2 1941j:0:FF0DCB:00:000:Always have Normal Fire PL2 1941j:0:FF0DCB:01:000:Always have M. Gun PL2 1941j:0:FF0DCB:02:000:Always have S. Shell PL2 1941j:0:FF0DCB:03:000:Always have Missile PL2 1941j:0:FFC57C:07:000:Extreme Firepower PL2 1941j:0:FF0DCB:00:001:Get Normal Fire Now! PL2 1941j:0:FF0DCB:01:001:Get M. Gun Now! PL2 1941j:0:FF0DCB:02:001:Get S. Shell Now! PL2 1941j:0:FF0DCB:03:001:Get Missile Now! PL2 :1941j:00000000:FF14F1:00000003:FFFFFFFF:Rapid Fire PL2 :1941j:00000000:FF996D:00000003:FFFFFFFF:Side Fighter Rapid Fire PL2 :1941j:00010000:FF99ED:00000003:FFFFFFFF:Side Fighter Rapid Fire PL2 (2/2) :1941j:00000000:FF3971:00000003:FFFFFFFF:After Image Rapid Fire PL2 :1941j:00010000:FF39F1:00000003:FFFFFFFF:After Image Rapid Fire PL2 (2/2) ; [ 1942 (set 1) ] 1942:0:E018:01:001:Infinite Credits 1942:0:E010:09:500:Infinite Credits (2/3) 1942:0:E011:09:500:Infinite Credits (3/3) 1942:0:E101:06:000:Infinite Lives 1942:0:E09B:06:000:Infinite Loops/Rs 1942:0:E0A5:02:000:Invincibility 1942:0:E164:00:000:Always have Normal Fire 1942:0:E164:80:000:Always have Power Up Fire 1942:0:E164:00:001:Get Normal Fire Now! 1942:0:E164:80:001:Get Power Up Fire Now! 1942:0:E103:1E:001:Goto Last level next 1942:0:E103:1F:001:Goto Last level on life lost 1942:0:E103:1F:071:Select current level 1942:0:E155:63:000:Always get 99% 1942:0:E165:64:500:Always get 99% (2/2) :1942:00000000:E0A3:00000000:FFFFFFFF:Rapid Fire ; [ 1942 (set 2) ] 1942a:0:E018:01:001:Infinite Credits 1942a:0:E010:09:500:Infinite Credits (2/3) 1942a:0:E011:09:500:Infinite Credits (3/3) 1942a:0:E101:06:000:Infinite Lives 1942a:0:E09B:06:000:Infinite Loops/Rs 1942a:0:E0A5:02:000:Invincibility 1942a:0:E164:00:000:Always have Normal Fire 1942a:0:E164:80:000:Always have Power Up Fire 1942a:0:E164:00:001:Get Normal Fire Now! 1942a:0:E164:80:001:Get Power Up Fire Now! 1942a:0:E103:1E:001:Goto Last level next 1942a:0:E103:1F:001:Goto Last level on life lost 1942a:0:E103:1F:071:Select current level 1942a:0:E155:63:000:Always get 99% 1942a:0:E165:64:500:Always get 99% (2/2) :1942a:00000000:E0A3:00000000:FFFFFFFF:Rapid Fire ; [ 1942 (set 3) ] 1942b:0:E018:01:001:Infinite Credits 1942b:0:E010:09:500:Infinite Credits (2/3) 1942b:0:E011:09:500:Infinite Credits (3/3) 1942b:0:E101:06:000:Infinite Lives 1942b:0:E09B:06:000:Infinite Loops/Rs 1942b:0:E0A5:02:000:Invincibility 1942b:0:E164:00:000:Always have Normal Fire 1942b:0:E164:80:000:Always have Power Up Fire 1942b:0:E164:00:001:Get Normal Fire Now! 1942b:0:E164:80:001:Get Power Up Fire Now! 1942b:0:E103:1E:001:Goto Last level next 1942b:0:E103:1F:001:Goto Last level on life lost 1942b:0:E103:1F:071:Select current level 1942b:0:E155:63:000:Always get 99% 1942b:0:E165:64:500:Always get 99% (2/2) :1942b:00000000:E0A3:00000000:FFFFFFFF:Rapid Fire ; [ 1943: The Battle of Midway (US) ] 1943:0:E312:09:000:Infinite Credits 1943:0:E12B:11:000:Infinite Loops 1943:0:E450:0E:061:Select next level 1943:0:E145:00:000:Always have the Thunder Bomb:The normal 'smart bomb' effect a sort of Thunder MegaCrush 1943:0:E145:01:000:Always have the Tsunami Bomb:The alternative 'smart bomb' efect a sort of Tsunami (Tidal Wave) MegaCrush 1943:0:F206:40:000:Infinite Energy PL1 :1943:00000000:F214:00000002:FFFFFFFF:Invincibility PL1 :1943:20800000:6E50:00000018:FFFFFFFF:Always Enable Secret Code PL1:Get the weapon at the start of every stage 1943:0:F257:63:000:Infinite Weapon Time PL1 1943:0:F251:00:000:Always have Normal Fire PL1 1943:0:F251:01:000:Always have Auto Gun PL1 1943:0:F251:02:000:Always have Shot Gun PL1 1943:0:F251:03:000:Always have Mega Shot Gun PL1 1943:0:F251:04:000:Always have Three Way Gun PL1 1943:0:F251:08:000:Always have Shell Gun PL1 1943:0:F251:10:000:Always have Laser Gun PL1 1943:0:F251:00:001:Get Normal Fire Now! PL1 1943:0:F251:01:001:Get Auto Gun Now! PL1 1943:0:F251:02:001:Get Shot Gun Now! PL1 1943:0:F251:03:001:Get Mega Shot Gun Now! PL1 1943:0:F251:04:001:Get Three Way Gun Now! PL1 1943:0:F251:08:001:Get Shell Gun Now! PL1 1943:0:F251:10:001:Get Laser Gun Now! PL1 1943:0:F204:01:000:Twin Planes ON PL1 1943:0:F210:14:500:Twin Planes ON PL1 (2/2) 1943:0:F204:00:001:Twin Planes OFF PL1 1943:0:F210:07:501:Twin Planes OFF PL1 (2/2) :1943:00000000:F254:000000F8:FFFFFFFF:Rapid Fire PL1 :1943:00010000:F256:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) 1943:0:F286:40:000:Infinite Energy PL2 :1943:00000000:F294:00000002:FFFFFFFF:Invincibility PL2 :1943:20800000:6E86:00000018:FFFFFFFF:Always Enable Secret Code PL2:Get the weapon at the start of every stage 1943:0:F2D7:63:000:Infinite Weapon Time PL2 1943:0:F2D1:00:000:Always have Normal Fire PL2 1943:0:F2D1:01:000:Always have Auto Gun PL2 1943:0:F2D1:02:000:Always have Shot Gun PL2 1943:0:F2D1:03:000:Always have Mega Shot Gun PL2 1943:0:F2D1:04:000:Always have Three Way Gun PL2 1943:0:F2D1:08:000:Always have Shell Gun PL2 1943:0:F2D1:10:000:Always have Laser Gun PL2 1943:0:F2D1:00:001:Get Normal Fire Now! PL2 1943:0:F2D1:01:001:Get Auto Gun Now! PL2 1943:0:F2D1:02:001:Get Shot Gun Now! PL2 1943:0:F2D1:03:001:Get Mega Shot Gun Now! PL2 1943:0:F2D1:04:001:Get Three Way Gun Now! PL2 1943:0:F2D1:08:001:Get Shell Gun Now! PL2 1943:0:F2D1:10:001:Get Laser Gun Now! PL2 1943:0:F284:01:000:Twin Planes ON PL2 1943:0:F290:14:500:Twin Planes ON PL2 (2/2) 1943:0:F284:00:001:Twin Planes OFF PL2 1943:0:F290:07:501:Twin Planes OFF PL2 (2/2) :1943:00000000:F2D4:000000F8:FFFFFFFF:Rapid Fire PL2 :1943:00010000:F2D6:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ 1943: Midway Kaisen (Japan) ] 1943j:0:E312:09:000:Infinite Credits 1943j:0:E12B:11:000:Infinite Loops 1943j:0:E450:0E:061:Select next level 1943j:0:E145:00:000:Always have the Thunder Bomb:The normal 'smart bomb' effect a sort of Thunder MegaCrush 1943j:0:E145:01:000:Always have the Tsunami Bomb:The alternative 'smart bomb' efect a sort of Tsunami (Tidal Wave) MegaCrush 1943j:0:F206:40:000:Infinite Energy PL1 :1943j:00000000:F214:00000002:FFFFFFFF:Invincibility PL1 :1943j:20800000:70AB:00000018:FFFFFFFF:Always Enable Secret Code PL1:Get the weapon at the start of every stage 1943j:0:F257:63:000:Infinite Weapon Time PL1 1943j:0:F251:00:000:Always have Normal Fire PL1 1943j:0:F251:01:000:Always have Auto Gun PL1 1943j:0:F251:02:000:Always have Shot Gun PL1 1943j:0:F251:03:000:Always have Mega Shot Gun PL1 1943j:0:F251:04:000:Always have Three Way Gun PL1 1943j:0:F251:08:000:Always have Shell Gun PL1 1943j:0:F251:10:000:Always have Laser Gun PL1 1943j:0:F251:00:001:Get Normal Fire Now! PL1 1943j:0:F251:01:001:Get Auto Gun Now! PL1 1943j:0:F251:02:001:Get Shot Gun Now! PL1 1943j:0:F251:03:001:Get Mega Shot Gun Now! PL1 1943j:0:F251:04:001:Get Three Way Gun Now! PL1 1943j:0:F251:08:001:Get Shell Gun Now! PL1 1943j:0:F251:10:001:Get Laser Gun Now! PL1 1943j:0:F204:01:000:Twin Planes ON PL1 1943j:0:F210:14:500:Twin Planes ON PL1 (2/2) 1943j:0:F204:00:001:Twin Planes OFF PL1 1943j:0:F210:07:501:Twin Planes OFF PL1 (2/2) :1943j:00000000:F254:000000F8:FFFFFFFF:Rapid Fire PL1 :1943j:00010000:F256:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) 1943j:0:F286:40:000:Infinite Energy PL2 :1943j:00000000:F294:00000002:FFFFFFFF:Invincibility PL2 :1943j:20800000:70E1:00000018:FFFFFFFF:Always Enable Secret Code PL2:Get the weapon at the start of every stage 1943j:0:F2D7:63:000:Infinite Weapon Time PL2 1943j:0:F2D1:00:000:Always have Normal Fire PL2 1943j:0:F2D1:01:000:Always have Auto Gun PL2 1943j:0:F2D1:02:000:Always have Shot Gun PL2 1943j:0:F2D1:03:000:Always have Mega Shot Gun PL2 1943j:0:F2D1:04:000:Always have Three Way Gun PL2 1943j:0:F2D1:08:000:Always have Shell Gun PL2 1943j:0:F2D1:10:000:Always have Laser Gun PL2 1943j:0:F2D1:00:001:Get Normal Fire Now! PL2 1943j:0:F2D1:01:001:Get Auto Gun Now! PL2 1943j:0:F2D1:02:001:Get Shot Gun Now! PL2 1943j:0:F2D1:03:001:Get Mega Shot Gun Now! PL2 1943j:0:F2D1:04:001:Get Three Way Gun Now! PL2 1943j:0:F2D1:08:001:Get Shell Gun Now! PL2 1943j:0:F2D1:10:001:Get Laser Gun Now! PL2 1943j:0:F284:01:000:Twin Planes ON PL2 1943j:0:F290:14:500:Twin Planes ON PL2 (2/2) 1943j:0:F284:00:001:Twin Planes OFF PL2 1943j:0:F290:07:501:Twin Planes OFF PL2 (2/2) :1943j:00000000:F2D4:000000F8:FFFFFFFF:Rapid Fire PL2 :1943j:00010000:F2D6:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ 1943 Kai: Midway Kaisen (Japan) ] 1943kai:0:E312:09:000:Infinite Credits 1943kai:0:E12B:11:000:Infinite Loops 1943kai:0:E451:08:061:Select next level 1943kai:0:E145:00:000:Always have the Thunder Bomb:The normal 'smart bomb' effect a sort of Thunder MegaCrush 1943kai:0:E145:01:000:Always have the Tsunami Bomb:The alternative 'smart bomb' efect a sort of Tsunami (Tidal Wave) MegaCrush 1943kai:0:F206:40:000:Infinite Energy PL1 :1943kai:00000000:F214:00000002:FFFFFFFF:Invincibility PL1 :1943kai:20800000:7274:00000018:FFFFFFFF:Always Enable Secret Code PL1:Get the weapon at the start of every stage 1943kai:0:F257:63:000:Infinite Weapon Time PL1 1943kai:0:F251:00:000:Always have Normal Fire PL1 1943kai:0:F251:01:000:Always have Auto Gun PL1 1943kai:0:F251:02:000:Always have Shot Gun PL1 1943kai:0:F251:03:000:Always have Mega Shot Gun PL1 1943kai:0:F251:04:000:Always have Three Way Gun PL1 1943kai:0:F251:08:000:Always have Shell Gun PL1 1943kai:0:F251:10:000:Always have Laser Gun PL1 1943kai:0:F251:30:000:Always have Laser+ Gun PL1 1943kai:0:F251:00:001:Get Normal Fire Now! PL1 1943kai:0:F251:01:001:Get Auto Gun Now! PL1 1943kai:0:F251:02:001:Get Shot Gun Now! PL1 1943kai:0:F251:03:001:Get Mega Shot Gun Now! PL1 1943kai:0:F251:04:001:Get Three Way Gun Now! PL1 1943kai:0:F251:08:001:Get Shell Gun Now! PL1 1943kai:0:F251:10:001:Get Laser Gun Now! PL1 1943kai:0:F251:30:001:Get Laser+ Gun Now! PL1 1943kai:0:F204:01:000:Twin Planes ON PL1 1943kai:0:F210:14:500:Twin Planes ON PL1 (2/2) 1943kai:0:F204:00:001:Twin Planes OFF PL1 1943kai:0:F210:07:501:Twin Planes OFF PL1 (2/2) :1943kai:00000000:F254:000000F8:FFFFFFFF:Rapid Fire PL1 :1943kai:00010000:F256:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) 1943kai:0:F286:40:000:Infinite Energy PL2 :1943kai:00000000:F294:00000002:FFFFFFFF:Invincibility PL2 :1943kai:20800000:7295:00000018:FFFFFFFF:Always Enable Secret Code PL2:Get the weapon at the start of every stage 1943kai:0:F2D7:63:000:Infinite Weapon Time PL2 1943kai:0:F2D1:00:000:Always have Normal Fire PL2 1943kai:0:F2D1:01:000:Always have Auto Gun PL2 1943kai:0:F2D1:02:000:Always have Shot Gun PL2 1943kai:0:F2D1:03:000:Always have Mega Shot Gun PL2 1943kai:0:F2D1:04:000:Always have Three Way Gun PL2 1943kai:0:F2D1:08:000:Always have Shell Gun PL2 1943kai:0:F2D1:10:000:Always have Laser Gun PL2 1943kai:0:F2D1:30:000:Always have Laser+ Gun PL2 1943kai:0:F2D1:00:001:Get Normal Fire Now! PL2 1943kai:0:F2D1:01:001:Get Auto Gun Now! PL2 1943kai:0:F2D1:02:001:Get Shot Gun Now! PL2 1943kai:0:F2D1:03:001:Get Mega Shot Gun Now! PL2 1943kai:0:F2D1:04:001:Get Three Way Gun Now! PL2 1943kai:0:F2D1:08:001:Get Shell Gun Now! PL2 1943kai:0:F2D1:10:001:Get Laser Gun Now! PL2 1943kai:0:F2D1:30:001:Get Laser+ Gun Now! PL2 1943kai:0:F284:01:000:Twin Planes ON PL2 1943kai:0:F290:14:500:Twin Planes ON PL2 (2/2) 1943kai:0:F284:00:001:Twin Planes OFF PL2 1943kai:0:F290:07:501:Twin Planes OFF PL2 (2/2) :1943kai:00000000:F2D4:000000F8:FFFFFFFF:Rapid Fire PL2 :1943kai:00010000:F2D6:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ 1944: The Loop Master (US 000620) ] 1944:0:921D51:09:000:Infinite Credits 1944:0:9221A9:0E:071:Select Current Stage (Buggy!):Do not use this cheat unless you have to it's not working properly yet :1944:62000000:000000:00000000:00000000:Select Side Fighter Weapon :1944:00010000:92BFF6:00000000:FFFFFFFF:Normal Shot :1944:00010000:92BFF6:000000FF:FFFFFFFF:Laser 1944:0:9226A5:4B:000:Infinite Energy PL1 1944:0:922405:0A:000:Infinite Bombs PL1 :1944:00000000:92267E:00000010:00000010:Invincibility PL1 :1944:00010000:9226EF:00000002:FFFFFFFF:Invincibility PL1 (2/6):1st & 2nd = Player :1944:00010000:92287E:00000010:00000010:Invincibility PL1 (3/6) :1944:00010000:9228EF:00000002:FFFFFFFF:Invincibility PL1 (4/6):3rd & 4th = Left Fighter :1944:00010000:92297E:00000010:00000010:Invincibility PL1 (5/6) :1944:00010000:9229EF:00000002:FFFFFFFF:Invincibility PL1 (6/6):5th & 6th = Right Fighter 1944:0:922429:03:000:Maximum Fire Power PL1 1944:0:922419:B6:000:Always Maximum Charge PL1 1944:0:9223FB:63:000:Infinite Side Arm Stock PL1 1944:0:9223FD:64:000:Maximum Gold PL1 1944:0:92242E:00:000:Laser never overheats PL1 :1944:00000000:9223F6:00000000:00000010:Rapid Fire PL1:This cheat has a charge weapon problem. Turn if OFF on the name entry screen :1944:00000000:92241B:00000040:FFFFFFFF:Auto Charge Shot Fire PL1 1944:0:9227A5:4B:000:Infinite Energy PL2 1944:0:922505:0A:000:Infinite Bombs PL2 :1944:00000000:92277E:00000010:00000010:Invincibility PL2 :1944:00010000:9227EF:00000002:FFFFFFFF:Invincibility PL2 (2/6):1st & 2nd = Player :1944:00010000:922A7E:00000010:00000010:Invincibility PL2 (3/6) :1944:00010000:922AEF:00000002:FFFFFFFF:Invincibility PL2 (4/6):3rd & 4th = Right Fighter :1944:00010000:922B7E:00000010:00000010:Invincibility PL2 (5/6) :1944:00010000:922BEF:00000002:FFFFFFFF:Invincibility PL2 (6/6):5th & 6th = Left Fighter 1944:0:922529:03:000:Maximum Fire Power PL2 1944:0:922519:B6:000:Always Maximum Charge PL2 1944:0:9224FB:63:000:Infinite Side Arm Stock PL2 1944:0:9224FD:64:000:Maximum Gold PL2 1944:0:92252E:00:000:Laser never overheats PL2 :1944:00000000:9224F6:00000000:00000010:Rapid Fire PL2:This cheat has a charge weapon problem. Turn if OFF on the name entry screen :1944:00000000:92251B:00000040:FFFFFFFF:Auto Charge Shot Fire PL2 ; [ 1944: The Loop Master (Japan 000620) ] 1944j:0:921D51:09:000:Infinite Credits 1944j:0:9221A9:0E:071:Select Current Stage (Buggy!):Do not use this cheat unless you have to it's not working properly yet :1944j:62000000:000000:00000000:00000000:Select Side Fighter Weapon :1944j:00010000:92BFF6:00000000:FFFFFFFF:Normal Shot :1944j:00010000:92BFF6:000000FF:FFFFFFFF:Laser 1944j:0:9226A5:4B:000:Infinite Energy PL1 1944j:0:922405:0A:000:Infinite Bombs PL1 :1944j:00000000:92267E:00000010:00000010:Invincibility PL1 :1944j:00010000:9226EF:00000002:FFFFFFFF:Invincibility PL1 (2/6):1st & 2nd = Player :1944j:00010000:92287E:00000010:00000010:Invincibility PL1 (3/6) :1944j:00010000:9228EF:00000002:FFFFFFFF:Invincibility PL1 (4/6):3rd & 4th = Left Fighter :1944j:00010000:92297E:00000010:00000010:Invincibility PL1 (5/6) :1944j:00010000:9229EF:00000002:FFFFFFFF:Invincibility PL1 (6/6):5th & 6th = Right Fighter 1944j:0:922429:03:000:Maximum Fire Power PL1 1944j:0:922419:B6:000:Always Maximum Charge PL1 1944j:0:9223FB:63:000:Infinite Side Arm Stock PL1 1944j:0:9223FD:64:000:Maximum Gold PL1 1944j:0:92242E:00:000:Laser never overheats PL1 :1944j:00000000:9223F6:00000000:00000010:Rapid Fire PL1:This cheat has a charge weapon problem. Turn if OFF on the name entry screen :1944j:00000000:92241B:00000040:FFFFFFFF:Auto Charge Shot Fire PL1 1944j:0:9227A5:4B:000:Infinite Energy PL2 1944j:0:922505:0A:000:Infinite Bombs PL2 :1944j:00000000:92277E:00000010:00000010:Invincibility PL2 :1944j:00010000:9227EF:00000002:FFFFFFFF:Invincibility PL2 (2/6):1st & 2nd = Player :1944j:00010000:922A7E:00000010:00000010:Invincibility PL2 (3/6) :1944j:00010000:922AEF:00000002:FFFFFFFF:Invincibility PL2 (4/6):3rd & 4th = Right Fighter :1944j:00010000:922B7E:00000010:00000010:Invincibility PL2 (5/6) :1944j:00010000:922BEF:00000002:FFFFFFFF:Invincibility PL2 (6/6):5th & 6th = Left Fighter 1944j:0:922529:03:000:Maximum Fire Power PL2 1944j:0:922519:B6:000:Always Maximum Charge PL2 1944j:0:9224FB:63:000:Infinite Side Arm Stock PL2 1944j:0:9224FD:64:000:Maximum Gold PL2 1944j:0:92252E:00:000:Laser never overheats PL2 :1944j:00000000:9224F6:00000000:00000010:Rapid Fire PL2:This cheat has a charge weapon problem. Turn if OFF on the name entry screen :1944j:00000000:92251B:00000040:FFFFFFFF:Auto Charge Shot Fire PL2 ; [ 1945k III ] :1945kiii:00000000:10309D:00000009:FFFFFFFF:Infinite Credits :1945kiii:00000301:1095A0:00000006:FFFFFFFF:Select Starting Mission:Set on the character select screen 1945kiii:0:10A4BA:06:000:Infinite Lives PL1 :1945kiii:00100020:10A894:00000070:FFFFFFFF:Invincibility PL1 :1945kiii:00010000:10A8BF:00000000:00000002:Invincibility PL1 (2/2) 1945kiii:0:10A4BB:09:000:Infinite Bombs PL1 1945kiii:0:10A4D2:FF:000:Maximum Power PL1 :1945kiii:00100000:10A4D1:000003FF:FFFFFFFF:Infinite Energy PL1 :1945kiii:00000000:10A8ED:0000002B:FFFFFFFF:Always Maximum Charge PL1 :1945kiii:00000000:10A4C7:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :1945kiii:00000000:10A8E3:0000000F:FFFFFFFF:Infinite Charge Shot Time PL1:Only use for F-15 or TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Main Shot PL1 :1945kiii:00010000:10A8D5:00000006:FFFFFFFF:F-15 :1945kiii:00010000:10A8D5:00000004:FFFFFFFF:EF2000 :1945kiii:00010000:10A8D5:00000000:FFFFFFFF:RAFALE :1945kiii:00010000:10A8D5:00000002:FFFFFFFF:SU-37 :1945kiii:00010000:10A8D5:00000003:FFFFFFFF:F-14 :1945kiii:00010000:10A8D5:00000007:FFFFFFFF:F-22 :1945kiii:00010000:10A8D5:00000001:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A8D5:00000008:FFFFFFFF:F-117A :1945kiii:00010000:10A8D5:00000005:FFFFFFFF:TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Sub Shot PL1 :1945kiii:00010000:10A8DB:00000000:FFFFFFFF:F-15 :1945kiii:00010000:10A8DB:00000004:FFFFFFFF:EF2000 :1945kiii:00010000:10A8DB:00000002:FFFFFFFF:RAFALE :1945kiii:00010000:10A8DB:00000006:FFFFFFFF:SU-37 :1945kiii:00010000:10A8DB:00000003:FFFFFFFF:F-14 :1945kiii:00010000:10A8DB:00000001:FFFFFFFF:F-22 / F-117A :1945kiii:00010000:10A8DB:00000007:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A8DB:00000002:FFFFFFFF:TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Charge Shot PL1 :1945kiii:00010000:10A8D9:00000008:FFFFFFFF:F-15 :1945kiii:00010000:10A8D9:00000001:FFFFFFFF:EF2000 :1945kiii:00010000:10A8D9:00000002:FFFFFFFF:RAFALE :1945kiii:00010000:10A8D9:00000005:FFFFFFFF:SU-37 :1945kiii:00010000:10A8D9:00000004:FFFFFFFF:F-14 :1945kiii:00010000:10A8D9:00000007:FFFFFFFF:F-22 :1945kiii:00010000:10A8D9:00000000:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A8D9:00000006:FFFFFFFF:F-117A :1945kiii:00010000:10A8D9:00000003:FFFFFFFF:TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Bomb PL1 :1945kiii:00010000:10A8EB:00000002:FFFFFFFF:F-15 :1945kiii:00010000:10A8EB:00000007:FFFFFFFF:EF2000 :1945kiii:00010000:10A8EB:00000001:FFFFFFFF:RAFALE :1945kiii:00010000:10A8EB:00000000:FFFFFFFF:SU-37 :1945kiii:00010000:10A8EB:00000004:FFFFFFFF:F-14 :1945kiii:00010000:10A8EB:00000008:FFFFFFFF:F-22 :1945kiii:00010000:10A8EB:00000006:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A8EB:00000005:FFFFFFFF:F-117A :1945kiii:00010000:10A8EB:00000003:FFFFFFFF:TORNADO :1945kiii:00000100:10A8F6:0000000F:FFFFFFFF:Select Speed PL1 :1945kiii:00000000:10A8DF:00000000:FFFFFFFF:Rapid Fire PL1:Hold down shot button 1945kiii:0:10A4E8:06:000:Infinite Lives PL2 :1945kiii:00100020:10A920:00000070:FFFFFFFF:Invincibility PL2 :1945kiii:00010000:10A94B:00000000:00000002:Invincibility PL2 (2/2) 1945kiii:0:10A4E9:09:000:Infinite Bombs PL2 1945kiii:0:10A500:FF:000:Maximum Power PL2 :1945kiii:00100000:10A4FE:000003FF:FFFFFFFF:Infinite Energy PL2 :1945kiii:00000000:10A979:0000002B:FFFFFFFF:Always Maximum Charge PL2 :1945kiii:00000000:10A4F5:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :1945kiii:00000000:10A96F:0000000F:FFFFFFFF:Infinite Charge Shot Time PL2:Only use for F-15 or TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Main Shot PL2 :1945kiii:00010000:10A961:00000006:FFFFFFFF:F-15 :1945kiii:00010000:10A961:00000004:FFFFFFFF:EF2000 :1945kiii:00010000:10A961:00000000:FFFFFFFF:RAFALE :1945kiii:00010000:10A961:00000002:FFFFFFFF:SU-37 :1945kiii:00010000:10A961:00000003:FFFFFFFF:F-14 :1945kiii:00010000:10A961:00000007:FFFFFFFF:F-22 :1945kiii:00010000:10A961:00000001:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A961:00000008:FFFFFFFF:F-117A :1945kiii:00010000:10A961:00000005:FFFFFFFF:TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Sub Shot PL2 :1945kiii:00010000:10A967:00000000:FFFFFFFF:F-15 :1945kiii:00010000:10A967:00000004:FFFFFFFF:EF2000 :1945kiii:00010000:10A967:00000002:FFFFFFFF:RAFALE :1945kiii:00010000:10A967:00000006:FFFFFFFF:SU-37 :1945kiii:00010000:10A967:00000003:FFFFFFFF:F-14 :1945kiii:00010000:10A967:00000001:FFFFFFFF:F-22 / F-117A :1945kiii:00010000:10A967:00000007:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A967:00000002:FFFFFFFF:TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Charge Shot PL2 :1945kiii:00010000:10A965:00000008:FFFFFFFF:F-15 :1945kiii:00010000:10A965:00000001:FFFFFFFF:EF2000 :1945kiii:00010000:10A965:00000002:FFFFFFFF:RAFALE :1945kiii:00010000:10A965:00000005:FFFFFFFF:SU-37 :1945kiii:00010000:10A965:00000004:FFFFFFFF:F-14 :1945kiii:00010000:10A965:00000007:FFFFFFFF:F-22 :1945kiii:00010000:10A965:00000000:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A965:00000006:FFFFFFFF:F-117A :1945kiii:00010000:10A965:00000003:FFFFFFFF:TORNADO :1945kiii:62000000:000000:00000000:00000000:Select Bomb PL2 :1945kiii:00010000:10A977:00000002:FFFFFFFF:F-15 :1945kiii:00010000:10A977:00000007:FFFFFFFF:EF2000 :1945kiii:00010000:10A977:00000001:FFFFFFFF:RAFALE :1945kiii:00010000:10A977:00000000:FFFFFFFF:SU-37 :1945kiii:00010000:10A977:00000004:FFFFFFFF:F-14 :1945kiii:00010000:10A977:00000008:FFFFFFFF:F-22 :1945kiii:00010000:10A977:00000006:FFFFFFFF:F-2A(FS-X) :1945kiii:00010000:10A977:00000005:FFFFFFFF:F-117A :1945kiii:00010000:10A977:00000003:FFFFFFFF:TORNADO :1945kiii:00000100:10A982:0000000F:FFFFFFFF:Select Speed PL2 :1945kiii:00000000:10A96B:00000000:FFFFFFFF:Rapid Fire PL2:Hold down shot button ; [ 19XX: The War Against Destiny (US 951207) ] 19xx:0:FF4D15:09:000:Infinite Credits 19xx:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xx:0:FF82EC:06:000:Infinite Lives PL1 19xx:0:FF8305:06:000:Infinite Bombs PL1 19xx:0:FF8244:02:000:Invincibility PL1 19xx:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xx:0:FF82F1:04:000:Always have Shot PL1 19xx:0:FF82F1:08:000:Always have 3-way PL1 19xx:0:FF82F1:0C:000:Always have Shell PL1 19xx:0:FF82F1:04:001:Get Shot Now! PL1 19xx:0:FF82F1:08:001:Get 3-way Now! PL1 19xx:0:FF82F1:0C:001:Get Shell Now! PL1 19xx:0:FF830F:02:000:Always have Max Bomb Power PL1 19xx:0:FF8328:1D:001:Get Level Max Now! PL1 19xx:0:FF8328:63:000:Always Max Bonus PL1 19xx:0:FF8337:FF:000:Always have Power up PL1 19xx:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xx:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xx:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xx:0:FF83EC:06:000:Infinite Lives PL2 19xx:0:FF8405:06:000:Infinite Bombs PL2 19xx:0:FF8344:02:000:Invincibility PL2 19xx:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xx:0:FF83F1:04:000:Always have Shot PL2 19xx:0:FF83F1:08:000:Always have 3-way PL2 19xx:0:FF83F1:0C:000:Always have Shell PL2 19xx:0:FF83F1:04:001:Get Shot Now! PL2 19xx:0:FF83F1:08:001:Get 3-way Now! PL2 19xx:0:FF83F1:0C:001:Get Shell Now! PL2 19xx:0:FF840F:02:000:Always have Max Bomb Power PL2 19xx:0:FF8428:1D:001:Get Level Max Now! PL2 19xx:0:FF8428:63:000:Always Max Bonus PL2 19xx:0:FF8437:FF:000:Always have Power up PL2 19xx:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xx:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xx:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xx:0:000000:00:999:[These are the codes to set the ] 19xx:0:000000:00:999:[machine region - the ] 19xx:0:000000:00:999:[effectiveness may vary! You have] 19xx:0:000000:00:999:[to enable these ASAP - ON or ] 19xx:0:000000:00:999:[before the ROM check screen!! ] 19xx:0:FF4D6E:00:000:Region Switch = Japan 19xx:0:FF4D6E:01:000:Region Switch = USA 19xx:0:FF4D6E:02:000:Region Switch = Asia 19xx:0:FF4D6E:03:000:Region Switch = Hispanic 19xx:0:FF4D6E:04:000:Region Switch = Euro 19xx:0:FF4D6E:05:000:Region Switch = Brazil ; [ 19XX: The War Against Destiny (Asia 951207) ] 19xxa:0:FF4D15:09:000:Infinite Credits 19xxa:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxa:0:FF82EC:06:000:Infinite Lives PL1 19xxa:0:FF8305:06:000:Infinite Bombs PL1 19xxa:0:FF8244:02:000:Invincibility PL1 19xxa:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxa:0:FF82F1:04:000:Always have Shot PL1 19xxa:0:FF82F1:08:000:Always have 3-way PL1 19xxa:0:FF82F1:0C:000:Always have Shell PL1 19xxa:0:FF82F1:04:001:Get Shot Now! PL1 19xxa:0:FF82F1:08:001:Get 3-way Now! PL1 19xxa:0:FF82F1:0C:001:Get Shell Now! PL1 19xxa:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxa:0:FF8328:1D:001:Get Level Max Now! PL1 19xxa:0:FF8328:63:000:Always Max Bonus PL1 19xxa:0:FF8337:FF:000:Always have Power up PL1 19xxa:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxa:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxa:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxa:0:FF83EC:06:000:Infinite Lives PL2 19xxa:0:FF8405:06:000:Infinite Bombs PL2 19xxa:0:FF8344:02:000:Invincibility PL2 19xxa:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxa:0:FF83F1:04:000:Always have Shot PL2 19xxa:0:FF83F1:08:000:Always have 3-way PL2 19xxa:0:FF83F1:0C:000:Always have Shell PL2 19xxa:0:FF83F1:04:001:Get Shot Now! PL2 19xxa:0:FF83F1:08:001:Get 3-way Now! PL2 19xxa:0:FF83F1:0C:001:Get Shell Now! PL2 19xxa:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxa:0:FF8428:1D:001:Get Level Max Now! PL2 19xxa:0:FF8428:63:000:Always Max Bonus PL2 19xxa:0:FF8437:FF:000:Always have Power up PL2 19xxa:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxa:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxa:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxa:0:000000:00:999:[These are the codes to set the ] 19xxa:0:000000:00:999:[machine region - the ] 19xxa:0:000000:00:999:[effectiveness may vary! You have] 19xxa:0:000000:00:999:[to enable these ASAP - ON or ] 19xxa:0:000000:00:999:[before the ROM check screen!! ] 19xxa:0:FF4D6E:00:000:Region Switch = Japan 19xxa:0:FF4D6E:01:000:Region Switch = USA 19xxa:0:FF4D6E:02:000:Region Switch = Asia 19xxa:0:FF4D6E:03:000:Region Switch = Hispanic 19xxa:0:FF4D6E:04:000:Region Switch = Euro 19xxa:0:FF4D6E:05:000:Region Switch = Brazil ; [ 19XX: The War Against Destiny (Hispanic 951218) ] 19xxh:0:FF4D15:09:000:Infinite Credits 19xxh:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxh:0:FF82EC:06:000:Infinite Lives PL1 19xxh:0:FF8305:06:000:Infinite Bombs PL1 19xxh:0:FF8244:02:000:Invincibility PL1 19xxh:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxh:0:FF82F1:04:000:Always have Shot PL1 19xxh:0:FF82F1:08:000:Always have 3-way PL1 19xxh:0:FF82F1:0C:000:Always have Shell PL1 19xxh:0:FF82F1:04:001:Get Shot Now! PL1 19xxh:0:FF82F1:08:001:Get 3-way Now! PL1 19xxh:0:FF82F1:0C:001:Get Shell Now! PL1 19xxh:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxh:0:FF8328:1D:001:Get Level Max Now! PL1 19xxh:0:FF8328:63:000:Always Max Bonus PL1 19xxh:0:FF8337:FF:000:Always have Power up PL1 19xxh:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxh:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxh:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxh:0:FF83EC:06:000:Infinite Lives PL2 19xxh:0:FF8405:06:000:Infinite Bombs PL2 19xxh:0:FF8344:02:000:Invincibility PL2 19xxh:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxh:0:FF83F1:04:000:Always have Shot PL2 19xxh:0:FF83F1:08:000:Always have 3-way PL2 19xxh:0:FF83F1:0C:000:Always have Shell PL2 19xxh:0:FF83F1:04:001:Get Shot Now! PL2 19xxh:0:FF83F1:08:001:Get 3-way Now! PL2 19xxh:0:FF83F1:0C:001:Get Shell Now! PL2 19xxh:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxh:0:FF8428:1D:001:Get Level Max Now! PL2 19xxh:0:FF8428:63:000:Always Max Bonus PL2 19xxh:0:FF8437:FF:000:Always have Power up PL2 19xxh:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxh:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxh:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxh:0:000000:00:999:[These are the codes to set the ] 19xxh:0:000000:00:999:[machine region - the ] 19xxh:0:000000:00:999:[effectiveness may vary! You have] 19xxh:0:000000:00:999:[to enable these ASAP - ON or ] 19xxh:0:000000:00:999:[before the ROM check screen!! ] 19xxh:0:FF4D6E:00:000:Region Switch = Japan 19xxh:0:FF4D6E:01:000:Region Switch = USA 19xxh:0:FF4D6E:02:000:Region Switch = Asia 19xxh:0:FF4D6E:03:000:Region Switch = Hispanic 19xxh:0:FF4D6E:04:000:Region Switch = Euro 19xxh:0:FF4D6E:05:000:Region Switch = Brazil ; [ 19XX: The War Against Destiny (Japan 951225) ] 19xxj:0:FF4D15:09:000:Infinite Credits 19xxj:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxj:0:FF82EC:06:000:Infinite Lives PL1 19xxj:0:FF8305:06:000:Infinite Bombs PL1 19xxj:0:FF8244:02:000:Invincibility PL1 19xxj:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxj:0:FF82F1:04:000:Always have Shot PL1 19xxj:0:FF82F1:08:000:Always have 3-way PL1 19xxj:0:FF82F1:0C:000:Always have Shell PL1 19xxj:0:FF82F1:04:001:Get Shot Now! PL1 19xxj:0:FF82F1:08:001:Get 3-way Now! PL1 19xxj:0:FF82F1:0C:001:Get Shell Now! PL1 19xxj:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxj:0:FF8328:1D:001:Get Level Max Now! PL1 19xxj:0:FF8328:63:000:Always Max Bonus PL1 19xxj:0:FF8337:FF:000:Always have Power up PL1 19xxj:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxj:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxj:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxj:0:FF83EC:06:000:Infinite Lives PL2 19xxj:0:FF8405:06:000:Infinite Bombs PL2 19xxj:0:FF8344:02:000:Invincibility PL2 19xxj:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxj:0:FF83F1:04:000:Always have Shot PL2 19xxj:0:FF83F1:08:000:Always have 3-way PL2 19xxj:0:FF83F1:0C:000:Always have Shell PL2 19xxj:0:FF83F1:04:001:Get Shot Now! PL2 19xxj:0:FF83F1:08:001:Get 3-way Now! PL2 19xxj:0:FF83F1:0C:001:Get Shell Now! PL2 19xxj:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxj:0:FF8428:1D:001:Get Level Max Now! PL2 19xxj:0:FF8428:63:000:Always Max Bonus PL2 19xxj:0:FF8437:FF:000:Always have Power up PL2 19xxj:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxj:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxj:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxj:0:000000:00:999:[These are the codes to set the ] 19xxj:0:000000:00:999:[machine region - the ] 19xxj:0:000000:00:999:[effectiveness may vary! You have] 19xxj:0:000000:00:999:[to enable these ASAP - ON or ] 19xxj:0:000000:00:999:[before the ROM check screen!! ] 19xxj:0:FF4D6E:00:000:Region Switch = Japan 19xxj:0:FF4D6E:01:000:Region Switch = USA 19xxj:0:FF4D6E:02:000:Region Switch = Asia 19xxj:0:FF4D6E:03:000:Region Switch = Hispanic 19xxj:0:FF4D6E:04:000:Region Switch = Euro 19xxj:0:FF4D6E:05:000:Region Switch = Brazil ; [ 19XX: The War Against Destiny (Japan 951207) ] 19xxjr1:0:FF4D15:09:000:Infinite Credits 19xxjr1:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxjr1:0:FF82EC:06:000:Infinite Lives PL1 19xxjr1:0:FF8305:06:000:Infinite Bombs PL1 19xxjr1:0:FF8244:02:000:Invincibility PL1 19xxjr1:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxjr1:0:FF82F1:04:000:Always have Shot PL1 19xxjr1:0:FF82F1:08:000:Always have 3-way PL1 19xxjr1:0:FF82F1:0C:000:Always have Shell PL1 19xxjr1:0:FF82F1:04:001:Get Shot Now! PL1 19xxjr1:0:FF82F1:08:001:Get 3-way Now! PL1 19xxjr1:0:FF82F1:0C:001:Get Shell Now! PL1 19xxjr1:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxjr1:0:FF8328:1D:001:Get Level Max Now! PL1 19xxjr1:0:FF8328:63:000:Always Max Bonus PL1 19xxjr1:0:FF8337:FF:000:Always have Power up PL1 19xxjr1:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxjr1:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxjr1:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxjr1:0:FF83EC:06:000:Infinite Lives PL2 19xxjr1:0:FF8405:06:000:Infinite Bombs PL2 19xxjr1:0:FF8344:02:000:Invincibility PL2 19xxjr1:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxjr1:0:FF83F1:04:000:Always have Shot PL2 19xxjr1:0:FF83F1:08:000:Always have 3-way PL2 19xxjr1:0:FF83F1:0C:000:Always have Shell PL2 19xxjr1:0:FF83F1:04:001:Get Shot Now! PL2 19xxjr1:0:FF83F1:08:001:Get 3-way Now! PL2 19xxjr1:0:FF83F1:0C:001:Get Shell Now! PL2 19xxjr1:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxjr1:0:FF8428:1D:001:Get Level Max Now! PL2 19xxjr1:0:FF8428:63:000:Always Max Bonus PL2 19xxjr1:0:FF8437:FF:000:Always have Power up PL2 19xxjr1:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxjr1:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxjr1:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxjr1:0:000000:00:999:[These are the codes to set the ] 19xxjr1:0:000000:00:999:[machine region - the ] 19xxjr1:0:000000:00:999:[effectiveness may vary! You have] 19xxjr1:0:000000:00:999:[to enable these ASAP - ON or ] 19xxjr1:0:000000:00:999:[before the ROM check screen!! ] 19xxjr1:0:FF4D6E:00:000:Region Switch = Japan 19xxjr1:0:FF4D6E:01:000:Region Switch = USA 19xxjr1:0:FF4D6E:02:000:Region Switch = Asia 19xxjr1:0:FF4D6E:03:000:Region Switch = Hispanic 19xxjr1:0:FF4D6E:04:000:Region Switch = Euro 19xxjr1:0:FF4D6E:05:000:Region Switch = Brazil ; [ 2020 Super Baseball (set 1) ] 2020bb:0:1000C1:64:000:Infinite Continues 2020bb:0:1000C0:16:000:Infinite Total Outs 2020bb:0:104290:59:000:Infinite Game Time 2020bb:0:101986:00:000:Infinite Strikes 2020bb:0:101987:00:000:Infinite Balls 2020bb:0:101988:00:000:Infinite Outs 2020bb:0:101986:02:001:Make the next Strike = 3 Now! 2020bb:0:101988:03:001:Quick Change Now! 2020bb:0:105BA4:02:000:Infinite Select Time 2020bb:0:10198B:00:000:Player 2 Score = 0 2020bb:0:10170B:00:500:Player 2 Score = 0 (2/2) 2020bb:0:101989:11:001:Bottom of Ninth 2020bb:0:101709:11:501:Bottom of Ninth (2/2) 2020bb:0:101709:10:001:Top of Ninth 2020bb:0:101989:10:501:Top of Ninth (2/2) 2020bb:0:000000:00:999:[ These 2 cheats work only in the world ] 2020bb:0:000000:00:999:[ series (game 16). ] 2020bb:0:103A0B:00:000:Player 2 Score = 0 WS 2020bb:0:103A09:11:001:Bottom of Ninth WS :2020bb:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :2020bb:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :2020bb:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ 2020 Super Baseball (set 2) ] 2020bba:0:1000C1:64:000:Infinite Continues 2020bba:0:1000C0:16:000:Infinite Total Outs 2020bba:0:104290:59:000:Infinite Game Time 2020bba:0:101986:00:000:Infinite Strikes 2020bba:0:101987:00:000:Infinite Balls 2020bba:0:101988:00:000:Infinite Outs 2020bba:0:101986:02:001:Make the next Strike = 3 Now! 2020bba:0:101988:03:001:Quick Change Now! 2020bba:0:105BA4:02:000:Infinite Select Time 2020bba:0:10198B:00:000:Player 2 Score = 0 2020bba:0:10170B:00:500:Player 2 Score = 0 (2/2) 2020bba:0:101989:11:001:Bottom of Ninth 2020bba:0:101709:11:501:Bottom of Ninth (2/2) 2020bba:0:101709:10:001:Top of Ninth 2020bba:0:101989:10:501:Top of Ninth (2/2) 2020bba:0:000000:00:999:[ These 2 cheats work only in the world ] 2020bba:0:000000:00:999:[ series (game 16). ] 2020bba:0:103A0B:00:000:Player 2 Score = 0 WS 2020bba:0:103A09:11:001:Bottom of Ninth WS :2020bba:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :2020bba:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :2020bba:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ 2020 Super Baseball (set 3) ] 2020bbh:0:1000C1:64:000:Infinite Continues 2020bbh:0:1000C0:16:000:Infinite Total Outs 2020bbh:0:104290:59:000:Infinite Game Time 2020bbh:0:101986:00:000:Infinite Strikes 2020bbh:0:101987:00:000:Infinite Balls 2020bbh:0:101988:00:000:Infinite Outs 2020bbh:0:101986:02:001:Make the next Strike = 3 Now! 2020bbh:0:101988:03:001:Quick Change Now! 2020bbh:0:105BA4:02:000:Infinite Select Time 2020bbh:0:10198B:00:000:Player 2 Score = 0 2020bbh:0:10170B:00:500:Player 2 Score = 0 (2/2) 2020bbh:0:101989:11:001:Bottom of Ninth 2020bbh:0:101709:11:501:Bottom of Ninth (2/2) 2020bbh:0:101709:10:001:Top of Ninth 2020bbh:0:101989:10:501:Top of Ninth (2/2) 2020bbh:0:000000:00:999:[ These 2 cheats work only in the world ] 2020bbh:0:000000:00:999:[ series (game 16). ] 2020bbh:0:103A0B:00:000:Player 2 Score =0 WS 2020bbh:0:103A09:11:001:Bottom of Ninth WS :2020bbh:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :2020bbh:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :2020bbh:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Datsun 280 Zzzap ] 280zzzap:0:2042:9A:000:Infinite Time ; [ 3 Count Bout / Fire Suplex ] 3countb:0:10A19E:09:000:Infinite Time 3countb:0:10A19F:59:500:Infinite Time (2/2) :3countb:83000000:0010A06C:00000048:000000A9:Infinite Energy PL1 :3countb:83000001:0010A06C:00000000:000000A9:Drain All Energy Now! PL1 :3countb:83000000:0010A070:00000048:000000A9:Infinite Energy PL2 :3countb:83000001:0010A070:00000000:000000A9:Drain All Energy Now! PL2 :3countb:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :3countb:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :3countb:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ XESS - The New Revolution (SemiCom 3-in-1) ] :3in1semi:00000000:103A37:00000009:FFFFFFFF:Infinite Credits :3in1semi:60000000:000000:00000000:00000000:[ ------ Cookie & Bibi ------ ] :3in1semi:62000000:000000:00000000:00000000:Select Current Ball PL1 :3in1semi:00010000:104C75:00000001:FFFFFFFF:Tennisball :3in1semi:00010000:104C75:00000002:FFFFFFFF:Basketball :3in1semi:00010000:104C75:00000003:FFFFFFFF:Soccerball :3in1semi:00010000:104C75:00000004:FFFFFFFF:Baseball :3in1semi:00010000:104C75:00000005:FFFFFFFF:Bowlingball :3in1semi:00010000:104C75:00000006:FFFFFFFF:Billiardball :3in1semi:00010000:104C75:00000007:FFFFFFFF:Volleyball :3in1semi:00010000:104C75:00000008:FFFFFFFF:Football :3in1semi:00100000:104C82:00000100:FFFFFFFF:Infinite Throwing Time PL1 :3in1semi:62000000:000000:00000000:00000000:Select Current Ball PL2 :3in1semi:00010000:104E3B:00000001:FFFFFFFF:Tennisball :3in1semi:00010000:104E3B:00000002:FFFFFFFF:Basketball :3in1semi:00010000:104E3B:00000003:FFFFFFFF:Soccerball :3in1semi:00010000:104E3B:00000004:FFFFFFFF:Baseball :3in1semi:00010000:104E3B:00000005:FFFFFFFF:Bowlingball :3in1semi:00010000:104E3B:00000006:FFFFFFFF:Billiardball :3in1semi:00010000:104E3B:00000007:FFFFFFFF:Volleyball :3in1semi:00010000:104E3B:00000008:FFFFFFFF:Football :3in1semi:00100000:104E48:00000100:FFFFFFFF:Infinite Throwing Time PL2 :3in1semi:00000000:10417B:00000001:FFFFFFFF:Always Displayed Help Line:Puzzle Mode on single play ONLY :3in1semi:00000301:103AA9:00000031:FFFFFFFF:Select Starting Stage :3in1semi:60000000:000000:00000000:00000000:[ ------ New Hyper Man ------- ] :3in1semi:00100000:103AA4:00007FFF:FFFFFFFF:Infinite Time :3in1semi:00100000:104668:00000002:FFFFFFFF:Enable to Eat Monster :3in1semi:00001301:103AA9:0000002C:FFFFFFFF:Select Starting Stage:Set on control information screen :3in1semi:00000000:10469B:00000009:FFFFFFFF:Infinite Lives PL1 :3in1semi:00000020:1046B3:00000060:FFFFFFFF:Invincibility PL1 :3in1semi:00000000:10467D:00000046:FFFFFFFF:Always Best Level PL1 :3in1semi:00000000:10467D:00000062:FFFFFFFF:Always Maximum Level (Buggy) PL1:Cause slow down :3in1semi:00000100:10469D:00000029:FFFFFFFF:Select Speed PL1 :3in1semi:00000000:1046A5:00000001:FFFFFFFF:Always Have Helmet PL1 :3in1semi:00000000:1046EF:00000009:FFFFFFFF:Infinite Lives PL2 :3in1semi:00000020:104707:00000060:FFFFFFFF:Invincibility PL2 :3in1semi:00000000:1046D1:00000046:FFFFFFFF:Always Best Level PL2 :3in1semi:00000000:1046D1:00000062:FFFFFFFF:Always Maximum Level (Buggy) PL2:Cause slow down :3in1semi:00000100:1046F1:00000029:FFFFFFFF:Select Speed PL2 :3in1semi:00000000:1046F9:00000001:FFFFFFFF:Always Have Helmet PL2 :3in1semi:60000000:000000:00000000:00000000:[ -------- Hyper Man --------- ] :3in1semi:00100000:103AA4:00007FFF:FFFFFFFF:Infinite Time :3in1semi:00100000:1046A6:00000002:FFFFFFFF:Enable to Eat Monster :3in1semi:00000000:104645:00000001:FFFFFFFF:Always Have Fluoro Scope :3in1semi:00000001:104647:00000000:FFFFFFFF:Finish Current Stage Now! :3in1semi:00001301:103AA9:0000001B:FFFFFFFF:Select Starting Stage:Set on the game selection screen :3in1semi:00000000:1046D7:00000009:FFFFFFFF:Infinite Lives PL1 :3in1semi:00000000:1046EB:00000002:FFFFFFFF:Invincibility PL1 :3in1semi:00000100:1046D9:0000006F:FFFFFFFF:Select Speed PL1 :3in1semi:00000000:1046DB:00000001:FFFFFFFF:Always Have Jump Shoes PL1 :3in1semi:00000000:1046DF:00000001:FFFFFFFF:Always Have Helmet PL1 :3in1semi:00000000:1046E1:00000063:FFFFFFFF:Always Have Laser PL1 :3in1semi:00000000:10471F:00000009:FFFFFFFF:Infinite Lives PL2 :3in1semi:00000000:104733:00000002:FFFFFFFF:Invincibility PL2 :3in1semi:00000100:104721:0000006F:FFFFFFFF:Select Speed PL2 :3in1semi:00000000:104723:00000001:FFFFFFFF:Always Have Jump Shoes PL2 :3in1semi:00000000:104727:00000001:FFFFFFFF:Always Have Helmet PL2 :3in1semi:00000000:104729:00000063:FFFFFFFF:Always Have Laser PL2 ; [ Sankokushi (Japan) ] 3kokushi:0:7FE389:AE:000:Infinite Time :3kokushi:60000000:000000:00000000:00000000:[ Set Stage Finish during enabling to move ] :3kokushi:60000000:000000:00000000:00000000:[ the cursor to prevent crashing the game. ] :3kokushi:00000001:7FE331:00000006:FFFFFFFF:Finish Current Stage Now!:Assign to an activation key for the best effect :3kokushi:00010001:7FE387:00000002:FFFFFFFF:Finish Current Stage Now! (2/2) 3kokushi:0:7FEE64:04:000:Infinite Helps PL1 3kokushi:0:7FEE63:04:000:Infinite Backs PL1 3kokushi:0:7FEEC4:04:000:Infinite Helps PL2 3kokushi:0:7FEEC3:04:000:Infinite Backs PL2 ; [ Three Stooges In Brides Is Brides, The ] 3stooges:0:06C6:09:000:Infinite Credits 3stooges:0:0721:04:000:Infinite Lives PL1 3stooges:0:0722:04:000:Infinite Lives PL2 3stooges:0:0723:04:000:Infinite Lives PL3 3stooges:0:08E4:3F:000:Invincibility for Moe 3stooges:0:0894:08:000:Moe Always carries Nothing 3stooges:0:0894:28:000:Moe Always carries a Pie 3stooges:0:0894:88:000:Moe Always carries a Hammer 3stooges:0:0894:08:001:Give Moe Nothing Now! 3stooges:0:0894:28:001:Give Moe a Pie Now! 3stooges:0:0894:88:001:Give Moe a Hammer Now! 3stooges:0:09CA:3F:000:Invincibility for Larry 3stooges:0:097A:08:000:Larry Always carries Nothing 3stooges:0:097A:28:000:Larry Always carries a Pie 3stooges:0:097A:88:000:Larry Always carries a Hammer 3stooges:0:097A:08:001:Give Larry Nothing Now! 3stooges:0:097A:28:001:Give Larry a Pie Now! 3stooges:0:097A:88:001:Give Larry a Hammer Now! 3stooges:0:0AB0:3F:000:Invincibility for Curly 3stooges:0:0A60:08:000:Curly Always carries Nothing 3stooges:0:0A60:28:000:Curly Always carries a Pie 3stooges:0:0A60:88:000:Curly Always carries a Hammer 3stooges:0:0A60:08:001:Give Curly Nothing Now! 3stooges:0:0A60:28:001:Give Curly a Pie Now! 3stooges:0:0A60:88:001:Give Curly a Hammer Now! ; [ Three Wonders (World 910520) ] 3wonders:0:FF0D59:09:000:Infinite Credits 3wonders:0:FF0DE7:03:000:Infinite Lives PL1:This cheat will work on all 3 parts 3wonders:0:FF0DE8:03:000:Infinite Lives PL2:This cheat will work on all 3 parts 3wonders:0:000000:00:999:[ MIDNIGHT WANDERERS (Action) ] 3wonders:0:FF1011:09:000:Infinite Time 3wonders:0:FF1838:B4:000:Invincibility "ON" PL1 3wonders:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonders:0:FF1838:00:001:Invincibility "OFF" PL1 3wonders:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) :3wonders:00000000:FF0E36:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL1 :3wonders:62000000:000000:00000000:00000000:Select Weapon PL1 :3wonders:00010000:FF0E14:00000001:FFFFFFFF:Normal :3wonders:00010000:FF0E14:00000002:FFFFFFFF:Hyper Shot :3wonders:00010000:FF0E14:00000003:FFFFFFFF:Tail Shot :3wonders:00010000:FF0E14:00000004:FFFFFFFF:Bound Shot :3wonders:00010000:FF0E14:00000000:FFFFFFFF:Super Bomb 3wonders:0:FF0E14:01:001:Get the Normal Weapon Now! PL1 3wonders:0:FF0E14:02:001:Get the Hyper Shot Weapon Now! PL1 3wonders:0:FF0E14:03:001:Get the Tail Shot Weapon Now! PL1 3wonders:0:FF0E14:04:001:Get the Bound Shot Weapon Now! PL1 3wonders:0:FF0E14:00:001:Get the Super Bomb Weapon Now! PL1 :3wonders:62000000:000000:00000000:00000000:Select Option PL1:Get an option first :3wonders:00010000:FF0DE3:00000001:FFFFFFFF:Flames :3wonders:00010000:FF0DE3:00000002:FFFFFFFF:Circular 3wonders:0:FF0E17:63:000:One heart always = life PL1 3wonders:0:FF0E19:64:500:One heart always = life PL1 (2/2) 3wonders:0:FF0E17:63:001:One heart=life Now! PL1 3wonders:0:FF0E19:64:501:One heart=life Now! PL1 (2/2) 3wonders:0:FF18D8:B4:000:Invincibility "ON" PL2 3wonders:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonders:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonders:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) :3wonders:00000000:FF0E38:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL2 :3wonders:62000000:000000:00000000:00000000:Select Weapon PL2 :3wonders:00010000:FF0E15:00000001:FFFFFFFF:Normal :3wonders:00010000:FF0E15:00000002:FFFFFFFF:Hyper Shot :3wonders:00010000:FF0E15:00000003:FFFFFFFF:Tail Shot :3wonders:00010000:FF0E15:00000004:FFFFFFFF:Bound Shot :3wonders:00010000:FF0E15:00000000:FFFFFFFF:Super Bomb 3wonders:0:FF0E15:01:001:Get the Normal Weapon Now! PL2 3wonders:0:FF0E15:02:001:Get the Hyper Shot Weapon Now! PL2 3wonders:0:FF0E15:03:001:Get the Tail Shot Weapon Now! PL2 3wonders:0:FF0E15:04:001:Get the Bound Shot Weapon Now! PL2 3wonders:0:FF0E15:00:001:Get the Super Bomb Weapon Now! PL2 :3wonders:62000000:000000:00000000:00000000:Select Option PL2:Get an option first :3wonders:00010000:FF0DE5:00000001:FFFFFFFF:Flames :3wonders:00010000:FF0DE5:00000002:FFFFFFFF:Circular 3wonders:0:FF0E1B:63:000:One heart always = life PL2 3wonders:0:FF0E1D:64:500:One heart always = life PL2 (2/2) 3wonders:0:FF0E1B:63:001:One heart=life Now! PL2 3wonders:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2) 3wonders:0:000000:00:999:[ CHARIOT (Shooting) ] 3wonders:0:000000:00:999:[ 'Lives' and 'Hearts' cheats must be deactivated ] 3wonders:0:000000:00:999:[ after killing the last boss. ] :3wonders:00100000:FF1002:0000270F:0000FFFF:Infinite Boss Time 3wonders:0:FF1838:B4:000:Invincibility "ON" PL1 3wonders:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonders:0:FF1838:00:001:Invincibility "OFF" PL1 3wonders:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) 3wonders:0:FF184D:59:000:One heart always = life PL1 3wonders:0:FF184C:5A:500:One heart always = life PL1 (2/2) 3wonders:0:FF184D:59:001:One heart=life Now! PL1 3wonders:0:FF184C:5A:501:One heart=life Now! PL1 (2/2) :3wonders:00000000:FF183B:00000006:FFFFFFFF:Maximum Options PL1 :3wonders:00010000:FF183D:00000007:FFFFFFFF:Maximum Options PL1 (2/2) :3wonders:00000000:FF1842:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonders:62000000:000000:00000000:00000000:Select Shot Type PL1 :3wonders:00010000:FF183F:00000000:FFFFFFFF:Rapid :3wonders:00010000:FF183F:00000001:FFFFFFFF:Wide 3wonders:0:FF183F:00:001:Shot Type = Rapid Now! PL1 3wonders:0:FF183F:01:001:Shot Type = Wide Now! PL1 :3wonders:00000000:FF1845:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonders:00000000:FF1847:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonders:0:FF183E:01:000:Always have the Protection PL1 3wonders:0:FF183E:01:000:Get the Protection Now! PL1 3wonders:0:FF183E:00:001:Lose the Protection Now! PL1 3wonders:0:FF18D8:B4:000:Invincibility "ON" PL2 3wonders:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonders:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonders:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) 3wonders:0:FF18ED:59:000:One heart always = life PL2 3wonders:0:FF18EC:5A:500:One heart always = life PL2 (2/2) 3wonders:0:FF18ED:59:001:One heart=life Now! PL2 3wonders:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2) :3wonders:00000000:FF18DB:00000006:FFFFFFFF:Maximum Options PL2 :3wonders:00010000:FF18DD:00000007:FFFFFFFF:Maximum Options PL2 (2/2) :3wonders:00000000:FF18E2:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonders:62000000:000000:00000000:00000000:Select Shot Type PL2 :3wonders:00010000:FF18DF:00000000:FFFFFFFF:Rapid :3wonders:00010000:FF18DF:00000001:FFFFFFFF:Wide 3wonders:0:FF18DF:00:001:Shot Type = Rapid Now! PL2 3wonders:0:FF18DF:01:001:Shot Type = Wide Now! PL2 :3wonders:00000000:FF18E5:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonders:00000000:FF18E7:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonders:0:FF18DE:01:000:Always have the Protection PL2 3wonders:0:FF18DE:01:000:Get the Protection Now! PL2 3wonders:0:FF18DE:00:001:Lose the Protection Now! PL2 3wonders:0:000000:00:999:[ DON'T PULL (Puzzle) ] :3wonders:00200001:FF104A:00000000:00FFFFFF:Finish this Level Now! 3wonders:0:FF0EC3:16:000:Next fruit always = 100000 3wonders:0:FF0EC3:16:001:Next fruit = 100000 Now! :3wonders:00100000:FF17D2:0000012C:0000FFFF:Invincibility PL1 3wonders:0:FF0EBC:62:000:One fruit always = life PL1 3wonders:0:FF0EBE:63:500:One fruit always = life PL1 (2/2) 3wonders:0:FF0EBC:62:001:One fruit = life Now! PL1 3wonders:0:FF0EBE:63:501:One fruit = life Now! PL1 (2/2) :3wonders:00100000:FF1872:0000012C:0000FFFF:Invincibility PL1 3wonders:0:FF0EBD:62:000:One fruit always = life PL2 3wonders:0:FF0EBF:63:500:One fruit always = life PL2 (2/2) 3wonders:0:FF0EBD:62:001:One fruit = life Now! PL2 3wonders:0:FF0EBF:63:501:One fruit = life Now! PL2 (2/2) ; [ Three Wonders (US 910520) ] 3wonderu:0:FF0D59:09:000:Infinite Credits 3wonderu:0:FF0DE7:03:000:Infinite Lives PL1:This cheat will work on all 3 parts 3wonderu:0:FF0DE8:03:000:Infinite Lives PL2:This cheat will work on all 3 parts 3wonderu:0:000000:00:999:[ MIDNIGHT WANDERERS (Action) ] 3wonderu:0:FF1011:09:000:Infinite Time 3wonderu:0:FF1838:B4:000:Invincibility "ON" PL1 3wonderu:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonderu:0:FF1838:00:001:Invincibility "OFF" PL1 3wonderu:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) :3wonderu:00000000:FF0E36:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL1 :3wonderu:62000000:000000:00000000:00000000:Select Weapon PL1 :3wonderu:00010000:FF0E14:00000001:FFFFFFFF:Normal :3wonderu:00010000:FF0E14:00000002:FFFFFFFF:Hyper Shot :3wonderu:00010000:FF0E14:00000003:FFFFFFFF:Tail Shot :3wonderu:00010000:FF0E14:00000004:FFFFFFFF:Bound Shot :3wonderu:00010000:FF0E14:00000000:FFFFFFFF:Super Bomb 3wonderu:0:FF0E14:01:001:Get the Normal Weapon Now! PL1 3wonderu:0:FF0E14:02:001:Get the Hyper Shot Weapon Now! PL1 3wonderu:0:FF0E14:03:001:Get the Tail Shot Weapon Now! PL1 3wonderu:0:FF0E14:04:001:Get the Bound Shot Weapon Now! PL1 3wonderu:0:FF0E14:00:001:Get the Super Bomb Weapon Now! PL1 :3wonderu:62000000:000000:00000000:00000000:Select Option PL1:Get an option first :3wonderu:00010000:FF0DE3:00000001:FFFFFFFF:Flames :3wonderu:00010000:FF0DE3:00000002:FFFFFFFF:Circular 3wonderu:0:FF0E17:63:000:One heart always = life PL1 3wonderu:0:FF0E19:64:500:One heart always = life PL1 (2/2) 3wonderu:0:FF0E17:63:001:One heart=life Now! PL1 3wonderu:0:FF0E19:64:501:One heart=life Now! PL1 (2/2) 3wonderu:0:FF18D8:B4:000:Invincibility "ON" PL2 3wonderu:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonderu:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonderu:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) :3wonderu:00000000:FF0E38:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL2 :3wonderu:62000000:000000:00000000:00000000:Select Weapon PL2 :3wonderu:00010000:FF0E15:00000001:FFFFFFFF:Normal :3wonderu:00010000:FF0E15:00000002:FFFFFFFF:Hyper Shot :3wonderu:00010000:FF0E15:00000003:FFFFFFFF:Tail Shot :3wonderu:00010000:FF0E15:00000004:FFFFFFFF:Bound Shot :3wonderu:00010000:FF0E15:00000000:FFFFFFFF:Super Bomb 3wonderu:0:FF0E15:01:001:Get the Normal Weapon Now! PL2 3wonderu:0:FF0E15:02:001:Get the Hyper Shot Weapon Now! PL2 3wonderu:0:FF0E15:03:001:Get the Tail Shot Weapon Now! PL2 3wonderu:0:FF0E15:04:001:Get the Bound Shot Weapon Now! PL2 3wonderu:0:FF0E15:00:001:Get the Super Bomb Weapon Now! PL2 :3wonderu:62000000:000000:00000000:00000000:Select Option PL2:Get an option first :3wonderu:00010000:FF0DE5:00000001:FFFFFFFF:Flames :3wonderu:00010000:FF0DE5:00000002:FFFFFFFF:Circular 3wonderu:0:FF0E1B:63:000:One heart always = life PL2 3wonderu:0:FF0E1D:64:500:One heart always = life PL2 (2/2) 3wonderu:0:FF0E1B:63:001:One heart=life Now! PL2 3wonderu:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2) 3wonderu:0:000000:00:999:[ CHARIOT (Shooting) ] 3wonderu:0:000000:00:999:[ 'Lives' and 'Hearts' cheats must be deactivated ] 3wonderu:0:000000:00:999:[ after killing the last boss. ] :3wonderu:00100000:FF1002:0000270F:0000FFFF:Infinite Boss Time 3wonderu:0:FF1838:B4:000:Invincibility "ON" PL1 3wonderu:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonderu:0:FF1838:00:001:Invincibility "OFF" PL1 3wonderu:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) 3wonderu:0:FF184D:59:000:One heart always = life PL1 3wonderu:0:FF184C:5A:500:One heart always = life PL1 (2/2) 3wonderu:0:FF184D:59:001:One heart=life Now! PL1 3wonderu:0:FF184C:5A:501:One heart=life Now! PL1 (2/2) :3wonderu:00000000:FF183B:00000006:FFFFFFFF:Maximum Options PL1 :3wonderu:00010000:FF183D:00000007:FFFFFFFF:Maximum Options PL1 (2/2) :3wonderu:00000000:FF1842:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonderu:62000000:000000:00000000:00000000:Select Shot Type PL1 :3wonderu:00010000:FF183F:00000000:FFFFFFFF:Rapid :3wonderu:00010000:FF183F:00000001:FFFFFFFF:Wide 3wonderu:0:FF183F:00:001:Shot Type = Rapid Now! PL1 3wonderu:0:FF183F:01:001:Shot Type = Wide Now! PL1 :3wonderu:00000000:FF1845:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonderu:00000000:FF1847:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonderu:0:FF183E:01:000:Always have the Protection PL1 3wonderu:0:FF183E:01:000:Get the Protection Now! PL1 3wonderu:0:FF183E:00:001:Lose the Protection Now! PL1 3wonderu:0:FF18D8:B4:000:Invincibility "ON" PL2 3wonderu:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonderu:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonderu:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) 3wonderu:0:FF18ED:59:000:One heart always = life PL2 3wonderu:0:FF18EC:5A:500:One heart always = life PL2 (2/2) 3wonderu:0:FF18ED:59:001:One heart=life Now! PL2 3wonderu:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2) :3wonderu:00000000:FF18DB:00000006:FFFFFFFF:Maximum Options PL2 :3wonderu:00010000:FF18DD:00000007:FFFFFFFF:Maximum Options PL2 (2/2) :3wonderu:00000000:FF18E2:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonderu:62000000:000000:00000000:00000000:Select Shot Type PL2 :3wonderu:00010000:FF18DF:00000000:FFFFFFFF:Rapid :3wonderu:00010000:FF18DF:00000001:FFFFFFFF:Wide 3wonderu:0:FF18DF:00:001:Shot Type = Rapid Now! PL2 3wonderu:0:FF18DF:01:001:Shot Type = Wide Now! PL2 :3wonderu:00000000:FF18E5:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonderu:00000000:FF18E7:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonderu:0:FF18DE:01:000:Always have the Protection PL2 3wonderu:0:FF18DE:01:000:Get the Protection Now! PL2 3wonderu:0:FF18DE:00:001:Lose the Protection Now! PL2 3wonderu:0:000000:00:999:[ DON'T PULL (Puzzle) ] :3wonderu:00200001:FF104A:00000000:00FFFFFF:Finish this Level Now! 3wonderu:0:FF0EC3:16:000:Next fruit always = 100000 3wonderu:0:FF0EC3:16:001:Next fruit = 100000 Now! :3wonderu:00100000:FF17D2:0000012C:0000FFFF:Invincibility PL1 3wonderu:0:FF0EBC:62:000:One fruit always = life PL1 3wonderu:0:FF0EBE:63:500:One fruit always = life PL1 (2/2) 3wonderu:0:FF0EBC:62:001:One fruit = life Now! PL1 3wonderu:0:FF0EBE:63:501:One fruit = life Now! PL1 (2/2) :3wonderu:00100000:FF1872:0000012C:0000FFFF:Invincibility PL1 3wonderu:0:FF0EBD:62:000:One fruit always = life PL2 3wonderu:0:FF0EBF:63:500:One fruit always = life PL2 (2/2) 3wonderu:0:FF0EBD:62:001:One fruit = life Now! PL2 3wonderu:0:FF0EBF:63:501:One fruit = life Now! PL2 (2/2) ; [ Forty-Love ] 40love:0:8540:09:007:Infinite Lives:You will need to reset the game once you lose a match (when the girl is falling on her knees) 40love:0:0000:00:999:[ NOTE - The score won't be updated ] 40love:0:0000:00:999:[ until some points are scored. ] 40love:0:8545:00:000:"Game" Score always = 0 PLAYER 40love:0:8545:00:001:"Game" Score = 0 Now! PLAYER 40love:0:8545:03:001:"Game" Score = 30 Now! PLAYER 40love:0:8546:00:000:"Game" Score always = 0 CPU 40love:0:8546:00:001:"Game" Score = 0 Now! CPU 40love:0:8546:03:001:"Game" Score = 30 Now! CPU ; [ Idol Janshi Su-Chi-Pie 2 (v1.1) ] 47pie2:0:FEE00118:63:000:Infinite Credits :47pie2:00000020:FEE00B01:00000005:FFFFFFFF:Infinite Time :47pie2:00010020:FEE00B97:00000000:FFFFFFFF:Infinite Time (2/2) :47pie2:00000000:FEE01788:00000009:FFFFFFFF:Infinite Bonus Game Left :47pie2:00000101:FEE01784:00000020:FFFFFFFF:Select Change Point :47pie2:60000000:00000000:00000000:00000000:[ The winning hand cheat must be activated when ] :47pie2:60000000:00000000:00000000:00000000:[ there are 14 tiles in your hand, then press ] :47pie2:60000000:00000000:00000000:00000000:[ the RON key ('Z' by default). The tiles do not ] :47pie2:60000000:00000000:00000000:00000000:[ visually change until you make a move. ] :47pie2:00300001:FEE00868:34000000:FFFFFFFF:Get winning hand Now! :47pie2:00310001:FEE0086C:34000000:FFFFFFFF:Get winning hand Now! (02/14) :47pie2:00310001:FEE00870:34000000:FFFFFFFF:Get winning hand Now! (03/14) :47pie2:00310001:FEE00874:34000001:FFFFFFFF:Get winning hand Now! (04/14) :47pie2:00310001:FEE00878:34000001:FFFFFFFF:Get winning hand Now! (05/14) :47pie2:00310001:FEE0087C:34000001:FFFFFFFF:Get winning hand Now! (06/14) :47pie2:00310001:FEE00880:34000002:FFFFFFFF:Get winning hand Now! (07/14) :47pie2:00310001:FEE00884:34000002:FFFFFFFF:Get winning hand Now! (08/14) :47pie2:00310001:FEE00888:34000002:FFFFFFFF:Get winning hand Now! (09/14) :47pie2:00310001:FEE0088C:34000003:FFFFFFFF:Get winning hand Now! (10/14) :47pie2:00310001:FEE00890:34000003:FFFFFFFF:Get winning hand Now! (11/14) :47pie2:00310001:FEE00894:34000003:FFFFFFFF:Get winning hand Now! (12/14) :47pie2:00310001:FEE00898:34000004:FFFFFFFF:Get winning hand Now! (13/14) :47pie2:00310001:FEE0089C:34000004:FFFFFFFF:Get winning hand Now! (14/14) :47pie2:00300000:FEE00868:34000000:FFFFFFFF:Always winning hand :47pie2:00310000:FEE0086C:34000000:FFFFFFFF:Always winning hand (02/14) :47pie2:00310000:FEE00870:34000000:FFFFFFFF:Always winning hand (03/14) :47pie2:00310000:FEE00874:34000001:FFFFFFFF:Always winning hand (04/14) :47pie2:00310000:FEE00878:34000001:FFFFFFFF:Always winning hand (05/14) :47pie2:00310000:FEE0087C:34000001:FFFFFFFF:Always winning hand (06/14) :47pie2:00310000:FEE00880:34000002:FFFFFFFF:Always winning hand (07/14) :47pie2:00310000:FEE00884:34000002:FFFFFFFF:Always winning hand (08/14) :47pie2:00310000:FEE00888:34000002:FFFFFFFF:Always winning hand (09/14) :47pie2:00310000:FEE0088C:34000003:FFFFFFFF:Always winning hand (10/14) :47pie2:00310000:FEE00890:34000003:FFFFFFFF:Always winning hand (11/14) :47pie2:00310000:FEE00894:34000003:FFFFFFFF:Always winning hand (12/14) :47pie2:00310000:FEE00898:34000004:FFFFFFFF:Always winning hand (13/14) :47pie2:00310000:FEE0089C:34000004:FFFFFFFF:Always winning hand (14/14) :47pie2:00000000:FEE00F48:00000009:FFFFFFFF:Infinite "Sue-Chi Stick" :47pie2:00000000:FEE00F4C:00000009:FFFFFFFF:Infinite "Fire Sekkan" :47pie2:00000000:FEE00F50:00000009:FFFFFFFF:Infinite "Special Syoukan" :47pie2:00000000:FEE00F54:00000009:FFFFFFFF:Infinite "Helper" :47pie2:00000000:FEE00F58:00000009:FFFFFFFF:Infinite "Hyper Eye" :47pie2:00000000:FEE00B08:0000001F:FFFFFFFF:Always Join All Associates:If you don't join associates who Peach Pie, Lemon Pie, Cherry Pie and Milky Pie the game's end is the bad one. :47pie2:00000000:FEE00AF8:00000004:FFFFFFFF:Start on Shiho Katagiri:Turn this cheat OFF after you've started the game :47pie2:00000000:FEE00AF8:00000005:FFFFFFFF:Start on Sesir.D:Turn this cheat OFF after you've started the game :47pie2:00000000:FEE00AF8:00000006:FFFFFFFF:Start on Sesir.D (Final):Turn this cheat OFF after you've started the game ; [ Idol Janshi Su-Chi-Pie 2 (v1.0) ] 47pie2o:0:FEE00118:63:000:Infinite Credits :47pie2o:00000020:FEE00B01:00000005:FFFFFFFF:Infinite Time :47pie2o:00010020:FEE00B97:00000000:FFFFFFFF:Infinite Time (2/2) :47pie2o:00000000:FEE01788:00000009:FFFFFFFF:Infinite Bonus Game Left :47pie2o:00000101:FEE01784:00000020:FFFFFFFF:Select Change Point :47pie2o:60000000:00000000:00000000:00000000:[ The winning hand cheat must be activated when ] :47pie2o:60000000:00000000:00000000:00000000:[ there are 14 tiles in your hand, then press ] :47pie2o:60000000:00000000:00000000:00000000:[ the RON key ('Z' by default). The tiles do not ] :47pie2o:60000000:00000000:00000000:00000000:[ visually change until you make a move. ] :47pie2o:00300001:FEE00868:34000000:FFFFFFFF:Get winning hand Now! :47pie2o:00310001:FEE0086C:34000000:FFFFFFFF:Get winning hand Now! (02/14) :47pie2o:00310001:FEE00870:34000000:FFFFFFFF:Get winning hand Now! (03/14) :47pie2o:00310001:FEE00874:34000001:FFFFFFFF:Get winning hand Now! (04/14) :47pie2o:00310001:FEE00878:34000001:FFFFFFFF:Get winning hand Now! (05/14) :47pie2o:00310001:FEE0087C:34000001:FFFFFFFF:Get winning hand Now! (06/14) :47pie2o:00310001:FEE00880:34000002:FFFFFFFF:Get winning hand Now! (07/14) :47pie2o:00310001:FEE00884:34000002:FFFFFFFF:Get winning hand Now! (08/14) :47pie2o:00310001:FEE00888:34000002:FFFFFFFF:Get winning hand Now! (09/14) :47pie2o:00310001:FEE0088C:34000003:FFFFFFFF:Get winning hand Now! (10/14) :47pie2o:00310001:FEE00890:34000003:FFFFFFFF:Get winning hand Now! (11/14) :47pie2o:00310001:FEE00894:34000003:FFFFFFFF:Get winning hand Now! (12/14) :47pie2o:00310001:FEE00898:34000004:FFFFFFFF:Get winning hand Now! (13/14) :47pie2o:00310001:FEE0089C:34000004:FFFFFFFF:Get winning hand Now! (14/14) :47pie2o:00300000:FEE00868:34000000:FFFFFFFF:Always winning hand :47pie2o:00310000:FEE0086C:34000000:FFFFFFFF:Always winning hand (02/14) :47pie2o:00310000:FEE00870:34000000:FFFFFFFF:Always winning hand (03/14) :47pie2o:00310000:FEE00874:34000001:FFFFFFFF:Always winning hand (04/14) :47pie2o:00310000:FEE00878:34000001:FFFFFFFF:Always winning hand (05/14) :47pie2o:00310000:FEE0087C:34000001:FFFFFFFF:Always winning hand (06/14) :47pie2o:00310000:FEE00880:34000002:FFFFFFFF:Always winning hand (07/14) :47pie2o:00310000:FEE00884:34000002:FFFFFFFF:Always winning hand (08/14) :47pie2o:00310000:FEE00888:34000002:FFFFFFFF:Always winning hand (09/14) :47pie2o:00310000:FEE0088C:34000003:FFFFFFFF:Always winning hand (10/14) :47pie2o:00310000:FEE00890:34000003:FFFFFFFF:Always winning hand (11/14) :47pie2o:00310000:FEE00894:34000003:FFFFFFFF:Always winning hand (12/14) :47pie2o:00310000:FEE00898:34000004:FFFFFFFF:Always winning hand (13/14) :47pie2o:00310000:FEE0089C:34000004:FFFFFFFF:Always winning hand (14/14) :47pie2o:00000000:FEE00F48:00000009:FFFFFFFF:Infinite "Sue-Chi Stick" :47pie2o:00000000:FEE00F4C:00000009:FFFFFFFF:Infinite "Fire Sekkan" :47pie2o:00000000:FEE00F50:00000009:FFFFFFFF:Infinite "Special Syoukan" :47pie2o:00000000:FEE00F54:00000009:FFFFFFFF:Infinite "Helper" :47pie2o:00000000:FEE00F58:00000009:FFFFFFFF:Infinite "Hyper Eye" :47pie2o:00000000:FEE00B08:0000001F:FFFFFFFF:Always Join All Associates:If you don't join associates who Peach Pie, Lemon Pie, Cherry Pie and Milky Pie the game's end is the bad one. :47pie2o:00000000:FEE00AF8:00000004:FFFFFFFF:Start on Shiho Katagiri:Turn this cheat OFF after you've started the game :47pie2o:00000000:FEE00AF8:00000005:FFFFFFFF:Start on Sesir.D:Turn this cheat OFF after you've started the game :47pie2o:00000000:FEE00AF8:00000006:FFFFFFFF:Start on Sesir.D (Final):Turn this cheat OFF after you've started the game ; [ 4-D Warriors ] 4dwarrio:0:C028:09:000:Infinite Credits :4dwarrio:00000301:0C03A:00000062:FFFFFFFF:Select Starting Round:Enable on the "Push 1 (or 2) Player Start" screen after you've inserted a credit 4dwarrio:0:CA0B:99:000:Infinite Shoots :4dwarrio:60000000:00000:00000000:00000000:[ Invincibility (ROM) works on ] :4dwarrio:60000000:00000:00000000:00000000:[ 0.101 or earlier ONLY. ] :4dwarrio:20800000:11FF9:000000C9:FFFFFFFF:Invincibility :4dwarrio:20810000:123A4:000000C9:FFFFFFFF:Invincibility (2/3):1st = Big Eye, 2nd = Red Face :4dwarrio:20810000:16B56:000000C9:FFFFFFFF:Invincibility (3/3):Other Objects 4dwarrio:0:CC0C:01:000:Always Yellow Extra weapon:Get some crystals first 4dwarrio:0:CC0C:02:000:Always Green Extra weapon:Get some crystals first 4dwarrio:0:CC0C:03:000:Always Red Extra weapon:Get some crystals first 4dwarrio:0:CC0C:01:001:Get Yellow Extra weapon Now!:Get some crystals first 4dwarrio:0:CC0C:02:001:Get Green Extra weapon Now!:Get some crystals first 4dwarrio:0:CC0C:03:001:Get Red Extra weapon Now!:Get some crystals first 4dwarrio:0:C04E:07:000:Infinite Lives PL1 4dwarrio:0:C04F:07:000:Infinite Lives PL2 ; [ 4 En Raya ] 4enraya:0:C0F9:04:000:Infinite Time :4enraya:00000000:C090:00000063:FFFFFFFF:Infinite Drops PL1 :4enraya:00010000:C091:00000009:FFFFFFFF:Infinite Drops PL1 (2/3) :4enraya:00010000:C092:00000009:FFFFFFFF:Infinite Drops PL1 (3/3) :4enraya:00000000:C090:00000000:FFFFFFFF:No Drops PL1 :4enraya:00010000:C091:00000000:FFFFFFFF:No Drops PL1 (2/3) :4enraya:00010000:C092:00000000:FFFFFFFF:No Drops PL1 (3/3) :4enraya:00000000:C093:00000063:FFFFFFFF:Infinite Drops PL2 :4enraya:00010000:C094:00000009:FFFFFFFF:Infinite Drops PL2 (2/3) :4enraya:00010000:C095:00000009:FFFFFFFF:Infinite Drops PL2 (2/3) :4enraya:00000000:C093:00000000:FFFFFFFF:No Drops PL2 :4enraya:00010000:C094:00000000:FFFFFFFF:No Drops PL2 (2/3) :4enraya:00010000:C095:00000000:FFFFFFFF:No Drops PL2 (3/3) ; [ 4 Fun in 1 ] 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Galactic Convoy Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:4109:06:000:Infinite Lives PL1 4in1:0:4209:06:000:Infinite Lives PL2 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Scramble PT2 Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:4108:05:000:Infinite Lives 4in1:0:4105:FF:000:Infinite Fuel 4in1:0:15E5A:C9:100:Invincibility 4in1:0:15F26:C9:600:Invincibility (2/2) 4in1:0:411E:05:071:Select current level:Level 6 = Base 4in1:0:411E:05:061:Select next level:Level 6 = Base 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Galaxian PT5 Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:421D:05:000:Infinite Lives 4in1:0:1929A:C9:100:Invincibility 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Ghost Muncher PT3 Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:4214:02:000:Infinite Lives :4in1:20A00000:11774:001FE0C3:FFFFFFFF:Invincibility :4in1:20A10000:11FE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $1FE0, 2nd = and a/jp nz, $1FE7 :4in1:20B10000:11FE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :4in1:20B10000:11FE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :4in1:20800000:1180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. 4in1:0:420E:F4:001:Finish this Level Now! 4in1:0:0000:00:999:[ -------- Starting Levels ------- ] 4in1:0:0000:00:999:[ Deactivate the cheats after ] 4in1:0:0000:00:999:[ starting the level or leave them ] 4in1:0:0000:00:999:[ active to repeat the level. ] 4in1:0:420A:69:000:Start at Strawberry 4in1:0:4213:01:500:Start at Strawberry (2/2) 4in1:0:420A:6A:000:Start at 1st Orange 4in1:0:4213:02:500:Start at 1st Orange (2/2) 4in1:0:420A:6B:000:Start at 2nd Orange 4in1:0:4213:03:500:Start at 2nd Orange (2/2) 4in1:0:420A:6C:000:Start at 1st Apple 4in1:0:4213:04:500:Start at 1st Apple (2/2) 4in1:0:420A:6D:000:Start at 2nd Apple 4in1:0:4213:05:500:Start at 2nd Apple (2/2) 4in1:0:420A:6E:000:Start at 1st Pineapple 4in1:0:4213:06:500:Start at 1st Pineapple (2/2) 4in1:0:420A:6F:000:Start at 2nd Pineapple 4in1:0:4213:07:500:Start at 2nd Pineapple (2/2) 4in1:0:420A:70:000:Start at 1st Galaxian 4in1:0:4213:08:500:Start at 1st Galaxian (2/2) 4in1:0:420A:71:000:Start at 2nd Galaxian 4in1:0:4213:09:500:Start at 2nd Galaxian (2/2) 4in1:0:420A:72:000:Start at 1st Bell 4in1:0:4213:0A:500:Start at 1st Bell (2/2) 4in1:0:420A:73:000:Start at 2nd Bell 4in1:0:4213:0B:500:Start at 2nd Bell (2/2) 4in1:0:420A:74:000:Start at 1st Key 4in1:0:4213:0C:500:Start at 1st Key (2/2) 4in1:0:420A:75:000:Start at 2nd Key 4in1:0:4213:0D:500:Start at 2nd Key (2/2) 4in1:0:0000:00:999:[ -------- Practice Levels ------- ] 4in1:0:4213:00:000:Practice Cherry 4in1:0:4213:01:000:Practice Strawberry 4in1:0:4213:02:000:Practice 1st Orange 4in1:0:4213:03:000:Practice 2nd Orange 4in1:0:4213:04:000:Practice 1st Apple 4in1:0:4213:05:000:Practice 2nd Apple 4in1:0:4213:06:000:Practice 1st Pineapple 4in1:0:4213:07:000:Practice 2nd Pineapple 4in1:0:4213:08:000:Practice 1st Galaxian 4in1:0:4213:09:000:Practice 2nd Galaxian 4in1:0:4213:0A:000:Practice 1st Bell 4in1:0:4213:0B:000:Practice 2nd Bell 4in1:0:4213:0C:000:Practice 1st Key 4in1:0:4213:0D:000:Practice 2nd Key 4in1:0:4213:FE:000:No maze 4in1:0:0000:00:999:[ -------- Practice Speeds ------- ] 4in1:0:41BD:00:000:Stay blue until eaten 4in1:0:41BE:00:500:Stay blue until eaten (2/2) 4in1:0:41BD:58:000:Slow changeback 4in1:0:41BE:02:500:Slow changeback (2/2) 4in1:0:41BD:68:000:Moderate changeback 4in1:0:41BE:01:500:Moderate changeback (2/2) 4in1:0:41BD:F0:000:Quick changeback 4in1:0:41BE:00:500:Quick changeback (2/2) 4in1:0:41BD:78:000:Lightning changeback 4in1:0:41BE:00:500:Lightning changeback (2/2) 4in1:0:41BD:01:000:No change to blue 4in1:0:41BE:00:500:No change to blue (2/2) 4in1:0:0000:00:999:[ --------- Ghost Status --------- ] 4in1:0:41A7:01:000:Orange always Blue 4in1:0:41A8:01:000:Green always Blue 4in1:0:41A9:01:000:Blue always Blue 4in1:0:41AA:01:000:White always Blue 4in1:0:41A5:00:000:Ghosts Always Edible (No Pts) ; [ Puzzle King (bootleg) ] 4in1boot:0:109FB7:09:000:Infinite Credits 4in1boot:0:000000:00:999:[Pac Man 2] 4in1boot:0:10407B:09:000:Infinite Lives PL1 4in1boot:0:10407D:63:000:Infinite Ammo PL1 4in1boot:0:10406D:DA:000:Invincibility PL1 4in1boot:0:1040DF:09:000:Infinite Lives PL2 4in1boot:0:1040E1:63:000:Infinite Ammo PL2 4in1boot:0:1040D1:E0:000:Invincibility PL2 4in1boot:0:000000:00:999:[Snow] 4in1boot:0:101591:0A:000:Infinite Lives PL1 4in1boot:0:1015A7:0A:000:Infinite Lives PL2 ; [ Mahjong 4P Simasyo (Japan) ] :4psimasy:00000000:040DEF:00000009:FFFFFFFF:Infinite Credits :4psimasy:00100000:040520:00003131:FFFFFFFF:Always Winning Hand :4psimasy:00210000:040522:00323232:FFFFFFFF:Always Winning Hand (02/05) :4psimasy:00210000:040525:00353535:FFFFFFFF:Always Winning Hand (03/05) :4psimasy:00210000:040528:00363636:FFFFFFFF:Always Winning Hand (04/05) :4psimasy:00210000:04052B:00373737:FFFFFFFF:Always Winning Hand (05/05) :4psimasy:00100001:040520:00003131:FFFFFFFF:Get Winning Hand Now ! :4psimasy:00210001:040522:00323232:FFFFFFFF:Get Winning Hand Now ! (02/05) :4psimasy:00210001:040525:00353535:FFFFFFFF:Get Winning Hand Now ! (03/05) :4psimasy:00210001:040528:00363636:FFFFFFFF:Get Winning Hand Now ! (04/05) :4psimasy:00210001:04052B:00373737:FFFFFFFF:Get Winning Hand Now ! (05/05) :4psimasy:00100000:04082E:000003E7:FFFFFFFF:Player Always Maximum Score :4psimasy:00100000:040816:00000000:FFFFFFFF:CPU Always 0 Score ; [ 600 ] 600:0:8002:63:000:Infinite Credits 600:0:8630:09:000:Infinite Lives :600:20800000:25B2:00000000:FFFFFFFF:Invincibility ; [ 64th. Street - A Detective Story (Japan) ] 64streej:0:FFB6AD:99:000:Infinite Credits 64streej:0:FF9DE4:5D:000:Infinite Time 64streej:0:FF9DE5:BF:500:Infinite Time (2/2) 64streej:0:FF9F09:09:000:Infinite Lives PL1 64streej:0:FF9F8D:D8:000:Infinite Energy PL1 64streej:0:FF9F29:B3:000:Invincibility PL1 64streej:0:FF9F85:29:000:Always have crowbar PL1 64streej:0:FF9FC5:29:500:Always have crowbar PL1 (2/3) 64streej:0:FF9FC8:04:500:Always have crowbar PL1 (3/3) 64streej:0:FF9F85:2A:000:Always have spanner PL1 64streej:0:FF9FC5:2A:500:Always have spanner PL1 (2/3) 64streej:0:FF9FC8:05:500:Always have spanner PL1 (3/3) 64streej:0:FF9F33:09:000:Infinite Lives PL2 64streej:0:FFA04D:D8:000:Infinite Energy PL2 64streej:0:FF9F59:B3:000:Invincibility PL2 64streej:0:FFA045:29:000:Always have crowbar PL2 64streej:0:FFA085:29:500:Always have crowbar PL2 (2/3) 64streej:0:FFA088:04:500:Always have crowbar PL2 (3/3) 64streej:0:FFA045:2A:000:Always have spanner PL2 64streej:0:FFA085:2A:500:Always have spanner PL2 (2/3) 64streej:0:FFA088:05:500:Always have spanner PL2 (3/3) ; [ 64th. Street - A Detective Story (World) ] 64street:0:FFB6AD:99:000:Infinite Credits 64street:0:FF9DE4:5D:000:Infinite Time 64street:0:FF9DE5:BF:500:Infinite Time (2/2) 64street:0:FF9F09:09:000:Infinite Lives PL1 64street:0:FF9F8D:D8:000:Infinite Energy PL1 64street:0:FF9F29:B3:000:Invincibility PL1 64street:0:FF9F85:29:000:Always have crowbar PL1 64street:0:FF9FC5:29:500:Always have crowbar PL1 (2/3) 64street:0:FF9FC8:04:500:Always have crowbar PL1 (3/3) 64street:0:FF9F85:2A:000:Always have spanner PL1 64street:0:FF9FC5:2A:500:Always have spanner PL1 (2/3) 64street:0:FF9FC8:05:500:Always have spanner PL1 (3/3) 64street:0:FF9F33:09:000:Infinite Lives PL2 64street:0:FFA04D:D8:000:Infinite Energy PL2 64street:0:FF9F59:B3:000:Invincibility PL2 64street:0:FFA045:29:000:Always have crowbar PL2 64street:0:FFA085:29:500:Always have crowbar PL2 (2/3) 64street:0:FFA088:04:500:Always have crowbar PL2 (3/3) 64street:0:FFA045:2A:000:Always have spanner PL2 64street:0:FFA085:2A:500:Always have spanner PL2 (2/3) 64street:0:FFA088:05:500:Always have spanner PL2 (3/3) ; [ 720 Degrees (rev 4) ] 720:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720:0:0254:96:000:Infinite Area Time 720:0:0F20:A0:009:Infinite Medal/Park Timer 720:0:0F1C:63:000:Infinite Park Time 720:0:0F1C:00:001:Finish Park Now! 720:0:0257:7C:000:Always have loads of Cash 720:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (German, rev 2) ] 720g:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720g:0:0254:96:000:Infinite Area Time 720g:0:0F20:A0:009:Infinite Medal/Park Timer 720g:0:0F1C:63:000:Infinite Park Time 720g:0:0F1C:00:001:Finish Park Now! 720g:0:0257:7C:000:Always have loads of Cash 720g:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (German, rev 1) ] 720gr1:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720gr1:0:0254:96:000:Infinite Area Time 720gr1:0:0F20:A0:009:Infinite Medal/Park Timer 720gr1:0:0F1C:63:000:Infinite Park Time 720gr1:0:0F1C:00:001:Finish Park Now! 720gr1:0:0257:7C:000:Always have loads of Cash 720gr1:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (rev 1) ] 720r1:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720r1:0:0254:96:000:Infinite Area Time 720r1:0:0F20:A0:009:Infinite Medal/Park Timer 720r1:0:0F1C:63:000:Infinite Park Time 720r1:0:0F1C:00:001:Finish Park Now! 720r1:0:0257:7C:000:Always have loads of Cash 720r1:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (rev 2) ] 720r2:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720r2:0:0254:96:000:Infinite Area Time 720r2:0:0F20:A0:009:Infinite Medal/Park Timer 720r2:0:0F1C:63:000:Infinite Park Time 720r2:0:0F1C:00:001:Finish Park Now! 720r2:0:0257:7C:000:Always have loads of Cash 720r2:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (rev 3) ] 720r3:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720r3:0:0254:96:000:Infinite Area Time 720r3:0:0F20:A0:009:Infinite Medal/Park Timer 720r3:0:0F1C:63:000:Infinite Park Time 720r3:0:0F1C:00:001:Finish Park Now! 720r3:0:0257:7C:000:Always have loads of Cash 720r3:0:025B:04:000:Infinite Tickets ; [ 7jigen no Youseitachi - Mahjong 7 Dimensions (Japan) ] 7jigen:0:0000:00:999:[ The winning hand cheat must be ] 7jigen:0:0000:00:999:[ activated when there are 14 tiles ] 7jigen:0:0000:00:999:[ in your hand, then press the RON ] 7jigen:0:0000:00:999:[ key ('Z' by default). The tiles do ] 7jigen:0:0000:00:999:[ not visually change until you make ] 7jigen:0:0000:00:999:[ a move. ] :7jigen:00300001:65C0:32313131:FFFFFFFF:Get winning hand Now! :7jigen:00310001:65C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :7jigen:00310001:65C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :7jigen:00110001:65CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :7jigen:00300000:65C0:32313131:FFFFFFFF:Always Winning Hand :7jigen:00310000:65C4:35353532:FFFFFFFF:Always Winning Hand (2/4) :7jigen:00310000:65C8:37363636:FFFFFFFF:Always Winning Hand (3/4) :7jigen:00110000:65CC:00003737:FFFFFFFF:Always Winning Hand (4/4) ; [ Chi-Toitsu ] 7toitsu:0:E67C:09:001:Get 9999 Power 7toitsu:0:E67D:09:501:Get 9999 Power (2/4) 7toitsu:0:E67E:09:501:Get 9999 Power (3/4) 7toitsu:0:E67F:09:501:Get 9999 Power (4/4) 7toitsu:0:0000:00:999:[ The winning hand cheat must be activated when there are ] 7toitsu:0:0000:00:999:[ 14 tiles in your hand, then press the RON key. ('Z' ] 7toitsu:0:0000:00:999:[ by default). The tiles do not visually change until you ] 7toitsu:0:0000:00:999:[ make a move. ] 7toitsu:0:E1C0:31:001:Get winning hand Now! 7toitsu:0:E1C1:31:501:Get winning hand Now! (02/14) 7toitsu:0:E1C2:31:501:Get winning hand Now! (03/14) 7toitsu:0:E1C3:32:501:Get winning hand Now! (04/14) 7toitsu:0:E1C4:32:501:Get winning hand Now! (05/14) 7toitsu:0:E1C5:32:501:Get winning hand Now! (06/14) 7toitsu:0:E1C6:33:501:Get winning hand Now! (07/14) 7toitsu:0:E1C7:33:501:Get winning hand Now! (08/14) 7toitsu:0:E1C8:33:501:Get winning hand Now! (09/14) 7toitsu:0:E1C9:34:501:Get winning hand Now! (10/14) 7toitsu:0:E1CA:34:501:Get winning hand Now! (11/14) 7toitsu:0:E1CB:34:501:Get winning hand Now! (12/14) 7toitsu:0:E1CC:35:501:Get winning hand Now! (13/14) 7toitsu:0:E1CD:35:501:Get winning hand Now! (14/14) 7toitsu:0:0000:00:999:[ See this URL for mahjong rules - ] 7toitsu:0:0000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/rules/basics.html ] ; [ 800 Fathoms ] 800fath:0:4002:63:000:Infinite Credits 800fath:0:4108:05:000:Infinite Lives 800fath:0:4105:FF:000:Infinite Fuel 800fath:0:2047:C9:100:Invincibility 800fath:0:2113:C9:600:Invincibility (2/3) 800fath:0:153B:C9:600:invincibility (3/3) 800fath:0:0000:00:999:[Level 6 = Base ] 800fath:0:411E:05:071:Select current level 800fath:0:411E:05:061:Select next level ; [ '88 Games ] 88games:0:0000:00:999:[It is best to turn off the ] 88games:0:0000:00:999:[event select cheats when ] 88games:0:0000:00:999:[you start the event or you ] 88games:0:0000:00:999:[will not progress events! ] 88games:0:20D4:00:000:Set event to 100m Dash 88games:0:20D4:01:000:Set event to Long Jump 88games:0:20D4:02:000:Set event to 400m Relay 1 88games:0:20D4:03:000:Set event to Skeet Shooting 88games:0:20D4:04:000:Set event to 110m Hurdles 88games:0:20D4:05:000:Set event to Archery 88games:0:20D4:06:000:Set event to Javelin Throw 88games:0:20D4:07:000:Set event to High Jump 88games:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts! 88games:0:20D4:08:000:Finish Game after this event! 88games:0:0000:00:999:[Note Event cheats should be] 88games:0:0000:00:999:[turned off at end of event ] 88games:0:0000:00:999:[or sprite corruption will ] 88games:0:0000:00:999:[occur. Don't turn on max ] 88games:0:0000:00:999:[power cheats too soon! ] 88games:0:0000:00:999:[ 100M DASH ] 88games:0:2AB4:00:000:Infinite Time '00"00' 88games:0:2AB3:00:500:Infinite Time '00"00' (2/4) 88games:0:2AB2:00:500:Infinite Time '00"00' (3/4) 88games:0:2AB1:00:500:Infinite Time '00"00' (4/4) 88games:0:2312:0A:000:Maximum Power PL1 88games:0:232A:0A:500:Maximum Power PL1 (2/2) 88games:0:3322:00:000:Infinite False Starts PL1 88games:0:0000:00:999:[ LONG JUMP ] 88games:0:2365:E0:000:Maximum Power:Press fire to get body back 88games:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back 88games:0:2364:45:000:Always jump at 45 deg. 88games:0:2363:2D:500:Always jump at 45 deg. (2/2) 88games:0:0000:00:999:[ JAVELIN ] 88games:0:2365:E0:000:Maximum Power:Press fire to get body back 88games:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back 88games:0:2364:45:000:Always throw at 45 deg. 88games:0:2363:2D:500:Always throw at 45 deg. (2/2) 88games:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Video Eight Ball ] 8ball:0:1D5C:99:000:Infinite Credits 8ball:0:1DA0:00:000:Infinite Time 8ball:0:1D9D:03:000:Infinite Hits 8ball:0:1CCB:05:000:Infinite Balls PL1 8ball:0:1DA1:01:000:Shot always = 1 PL1 8ball:0:1CCC:05:000:Infinite Balls PL2 8ball:0:1DA2:04:000:Shot always = 1 PL2 ; [ Video Eight Ball (Rev.1) ] 8ball1:0:1D5C:99:000:Infinite Credits 8ball1:0:1DA0:00:000:Infinite Time 8ball1:0:1D9D:03:000:Infinite Hits 8ball1:0:1CCB:05:000:Infinite Balls PL1 8ball1:0:1DA1:01:000:Shot always = 1 PL1 8ball1:0:1CCC:05:000:Infinite Balls PL2 8ball1:0:1DA2:04:000:Shot always = 1 PL2 ; [ Eight Ball Action (DK conversion) ] 8ballact:0:1D8B:17:000:Infinite Credits 8ballact:0:1D7C:03:000:Infinite Balls PL1 8ballact:0:1D7D:03:000:Infinite Balls PL2 ; [ Eight Ball Action (DKJr conversion) ] 8ballat2:0:1D8B:17:000:Infinite Credits 8ballat2:0:1D7C:03:000:Infinite Balls PL1 8ballat2:0:1D7D:03:000:Infinite Balls PL2 ; [ Eight Ball Action (Pac-Man conversion) ] 8bpm:0:1CCF:99:000:Infinite Credits 8bpm:0:1CC0:03:000:Infinite Balls PL1 8bpm:0:1CC1:03:000:Infinite Balls PL2 ; [ '99: The Last War ] 99lstwar:0:F001:63:000:Infinite Credits 99lstwar:0:F652:0C:000:Infinite Energy 99lstwar:0:F653:0C:500:Infinite Energy (02/10) 99lstwar:0:F654:0C:500:Infinite Energy (03/10) 99lstwar:0:F655:0C:500:Infinite Energy (04/10) 99lstwar:0:F656:0C:500:Infinite Energy (05/10) 99lstwar:0:F657:0C:500:Infinite Energy (06/10) 99lstwar:0:F658:0C:500:Infinite Energy (07/10) 99lstwar:0:F659:0C:500:Infinite Energy (08/10) 99lstwar:0:F65A:0C:500:Infinite Energy (09/10) 99lstwar:0:F65B:0C:500:Infinite Energy (10/10) :99lstwar:20800000:11F5:00000018:FFFFFFFF:Invincibility:See the Dip Switch Menu to enable an alternate Invincibility cheat. :99lstwar:00000000:F422:000000FF:FFFFFFFF:Rapid Fire 99lstwar:0:F0F0:0F:000:Enemies Don't Shoot 99lstwar:0:F109:80:000:Always have Normal Shoot 99lstwar:0:F109:81:000:Always have Fast Shoot 99lstwar:0:F109:80:001:Get Normal Shoot Now! 99lstwar:0:F109:81:001:Get Fast Shoot Now! 99lstwar:0:F8BF:0B:000:Infinite Lives PL1 99lstwar:0:F8D3:0B:000:Infinite Lives PL2 :99lstwar:20800000:223D:00000000:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :99lstwar:20A10000:21B6:00009EC3:FFFFFFFF:Skip RAM/ROM Check (2/2):1st = RAM Check, 2nd = ROM Check ; [ '99: The Last War (alternate) ] 99lstwra:0:F001:63:000:Infinite Credits 99lstwra:0:F652:0C:000:Infinite Energy 99lstwra:0:F653:0C:500:Infinite Energy (02/10) 99lstwra:0:F654:0C:500:Infinite Energy (03/10) 99lstwra:0:F655:0C:500:Infinite Energy (04/10) 99lstwra:0:F656:0C:500:Infinite Energy (05/10) 99lstwra:0:F657:0C:500:Infinite Energy (06/10) 99lstwra:0:F658:0C:500:Infinite Energy (07/10) 99lstwra:0:F659:0C:500:Infinite Energy (08/10) 99lstwra:0:F65A:0C:500:Infinite Energy (09/10) 99lstwra:0:F65B:0C:500:Infinite Energy (10/10) :99lstwra:20800000:115E:00000018:FFFFFFFF:Invincibility:See the Dip Switch Menu to enable an alternate Invincibility cheat. :99lstwra:00000000:F422:000000FF:FFFFFFFF:Rapid Fire 99lstwra:0:F0F0:0F:000:Enemies Don't Shoot 99lstwra:0:F8BF:0B:000:Infinite Lives PL1 99lstwra:0:F8D3:0B:000:Infinite Lives PL2 :99lstwra:20800000:217A:00000000:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :99lstwra:20A10000:20F3:00009EC3:FFFFFFFF:Skip RAM/ROM Check (2/2):1st = RAM Check, 2nd = ROM Check ; [ '99: The Last War (Kyugo) ] 99lstwrk:0:F001:63:000:Infinite Credits 99lstwrk:0:F0AB:0B:000:Infinite Lives 99lstwrk:0:F652:0C:000:Infinite Energy 99lstwrk:0:F653:0C:500:Infinite Energy (02/10) 99lstwrk:0:F654:0C:500:Infinite Energy (03/10) 99lstwrk:0:F655:0C:500:Infinite Energy (04/10) 99lstwrk:0:F656:0C:500:Infinite Energy (05/10) 99lstwrk:0:F657:0C:500:Infinite Energy (06/10) 99lstwrk:0:F658:0C:500:Infinite Energy (07/10) 99lstwrk:0:F659:0C:500:Infinite Energy (08/10) 99lstwrk:0:F65A:0C:500:Infinite Energy (09/10) 99lstwrk:0:F65B:0C:500:Infinite Energy (10/10) :99lstwrk:20800000:11F5:00000018:FFFFFFFF:Invincibility:See the Dip Switch Menu to enable an alternate Invincibility cheat. :99lstwrk:00000000:F422:000000FF:FFFFFFFF:Rapid Fire 99lstwrk:0:F0F0:0F:000:Enemies Don't Shoot 99lstwrk:0:F109:80:000:Always have Normal Shoot 99lstwrk:0:F109:81:000:Always have Fast Shoot 99lstwrk:0:F109:80:001:Get Normal Shoot Now! 99lstwrk:0:F109:81:001:Get Fast Shoot Now! :99lstwrk:20800000:223D:00000000:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :99lstwrk:20A10000:21B6:00009EC3:FFFFFFFF:Skip RAM/ROM Check (2/2):1st = RAM Check, 2nd = ROM Check ; [ 9-Ball Shootout (set 2) ] 9ballsh2:0:0003F91E:7F:000:Infinite Credits 9ballsh2:0:0003F8DA:06:000:Infinite Balls PL1 9ballsh2:0:0003F8DB:06:000:Infinite Balls PL2 ; [ 9-Ball Shootout (set 3) ] 9ballsh3:0:0003F90E:7F:000:Infinite Credits 9ballsh3:0:0003F8CA:06:000:Infinite Balls PL1 9ballsh3:0:0003F8CB:06:000:Infinite Balls PL2 ; [ 9-Ball Shootout (set 1) ] 9ballsht:0:0003F920:7F:000:Infinite Credits 9ballsht:0:0003F8DC:06:000:Infinite Balls PL1 9ballsht:0:0003F8DD:06:000:Infinite Balls PL2 ; [ Area 51 / Maximum Force Duo (R3000) ] a51mxr3k:0:00000000:00:999:[ Cheats for - Area 51 ] :a51mxr3k:00000000:1000953B:0000000A:FFFFFFFF:Infinite Lives PL1 :a51mxr3k:00000000:1000950F:00000018:FFFFFFFF:Infinite Bullets PL1 :a51mxr3k:00000000:10009513:00000001:FFFFFFFF:Infinite Grenades PL1 :a51mxr3k:00000000:100095E3:0000000A:FFFFFFFF:Infinite Lives PL2 :a51mxr3k:00000000:100095B7:00000018:FFFFFFFF:Infinite Bullets PL2 :a51mxr3k:00000000:100095BB:00000001:FFFFFFFF:Infinite Grenades PL2 a51mxr3k:0:00000000:00:999:[ Cheats for - Maximum Force Duo ] :a51mxr3k:00000000:10009C03:00000005:FFFFFFFF:Infinite Lives PL1 :a51mxr3k:00000000:10009C57:0000000A:FFFFFFFF:Infinite Bullets PL1 :a51mxr3k:00000000:10009C8F:00000005:FFFFFFFF:Infinite Lives PL2 :a51mxr3k:00000000:10009CE3:0000000A:FFFFFFFF:Infinite Bullets PL2 ; [ Area 51: Site 4 ] a51site4:0:0000:00:999:[ This game hasn't even ]:REASON 11 a51site4:0:0000:00:999:[ been looked at due to ]:REASON 11 a51site4:0:0000:00:999:[ time constraints - Too]:REASON 11 a51site4:0:0000:00:999:[ many games and so ]:REASON 11 a51site4:0:0000:00:999:[ little time. It is ]:REASON 11 a51site4:0:0000:00:999:[ even possible that ]:REASON 11 a51site4:0:0000:00:999:[ this game may be a ]:REASON 11 a51site4:0:0000:00:999:[ clone of an existing ]:REASON 11 a51site4:0:0000:00:999:[ game which may have ]:REASON 11 a51site4:0:0000:00:999:[ cheats. Please search ]:REASON 11 a51site4:0:0000:00:999:[ the cheat forums ]:REASON 11 a51site4:0:0000:00:999:[ before posting cheat ]:REASON 11 a51site4:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ All American Football (rev E) ] aafb:0:E2F8:5A:000:Infinite Time aafb:0:E2F9:99:500:Infinite Time (2/2) aafb:0:E2F8:00:001:Finish this Quarter Now! aafb:0:E2F9:00:501:Finish this Quarter Now! (2/2) aafb:0:E25B:01:000:Always on the First Down aafb:0:E25B:01:001:Make this the First Down Now! aafb:0:E25B:04:001:Make this the Fourth Down Now! aafb:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start) aafb:0:E291:99:500:Infinite Credits for Team 1 QB (2/2) aafb:0:E2A3:99:000:Infinite Credits for Team 1 HB:This is for the Receiving Halfback (as shown at the start) aafb:0:E2A2:99:500:Infinite Credits for Team 1 HB (2/2) aafb:0:E29D:00:000:Score always = 0 Team 1 aafb:0:E29E:00:500:Score always = 0 Team 1 (2/2) aafb:0:E29D:99:000:Score always = 999 Team 1 aafb:0:E29E:09:500:Score always = 999 Team 1 (2/2) aafb:0:E29D:00:001:Set score = 0 Now! Team 1 aafb:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2) aafb:0:E29D:00:001:Set score = 500 Now! Team 1 aafb:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2) aafb:0:E2B4:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start) aafb:0:E2B3:99:500:Infinite Credits for Team 2 QB (2/2) aafb:0:E2C5:99:000:Infinite Credits for Team 2 HB:This is for the Kicking Halfback (as shown at the start) aafb:0:E2C4:99:500:Infinite Credits for Team 2 HB (2/2) aafb:0:E2BF:00:000:Score always = 0 Team 2 aafb:0:E2C0:00:500:Score always = 0 Team 2 (2/2) aafb:0:E2BF:99:000:Score always = 999 Team 2 aafb:0:E2C0:09:500:Score always = 999 Team 2 (2/2) aafb:0:E2BF:00:001:Set score = 0 Now! Team 2 aafb:0:E2C0:00:501:Set score = 0 Now! Team 2 (2/2) aafb:0:E2BF:00:001:Set score = 500 Now! Team 2 aafb:0:E2C0:05:501:Set score = 500 Now! Team 2 (2/2) ; [ All American Football (rev B) ] aafbb:0:E2F3:5A:000:Infinite Time aafbb:0:E2F4:99:500:Infinite Time (2/2) aafbb:0:E2F3:00:001:Finish this Quarter Now! aafbb:0:E2F4:00:501:Finish this Quarter Now! (2/2) aafbb:0:E25B:01:000:Always on the First Down aafbb:0:E25B:01:001:Make this the First Down Now! aafbb:0:E25B:04:001:Make this the Fourth Down Now! aafbb:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start) aafbb:0:E291:99:500:Infinite Credits for Team 1 QB (2/2) aafbb:0:E2A2:99:000:Infinite Credits for Team 1 HB:This is for the Receiving Halfback (as shown at the start) aafbb:0:E2A1:99:500:Infinite Credits for Team 1 HB (2/2) aafbb:0:E29D:00:000:Score always = 0 Team 1 aafbb:0:E29E:00:500:Score always = 0 Team 1 (2/2) aafbb:0:E29D:99:000:Score always = 999 Team 1 aafbb:0:E29E:09:500:Score always = 999 Team 1 (2/2) aafbb:0:E29D:00:001:Set score = 0 Now! Team 1 aafbb:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2) aafbb:0:E29D:00:001:Set score = 500 Now! Team 1 aafbb:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2) aafbb:0:E2B2:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start) aafbb:0:E2B1:99:500:Infinite Credits for Team 2 QB (2/2) aafbb:0:E2C2:99:000:Infinite Credits for Team 2 HB:This is for the Kicking Halfback (as shown at the start) aafbb:0:E2C1:99:500:Infinite Credits for Team 2 HB (2/2) aafbb:0:E2BD:00:000:Score always = 0 Team 2 aafbb:0:E2BE:00:500:Score always = 0 Team 2 (2/2) aafbb:0:E2BD:99:000:Score always = 999 Team 2 aafbb:0:E2BE:09:500:Score always = 999 Team 2 (2/2) aafbb:0:E2BD:00:001:Set score = 0 Now! Team 2 aafbb:0:E2BE:00:501:Set score = 0 Now! Team 2 (2/2) aafbb:0:E2BD:00:001:Set score = 500 Now! Team 2 aafbb:0:E2BE:05:501:Set score = 500 Now! Team 2 (2/2) ; [ All American Football (rev C) ] aafbc:0:E2F3:5A:000:Infinite Time aafbc:0:E2F4:99:500:Infinite Time (2/2) aafbc:0:E2F3:00:001:Finish this Quarter Now! aafbc:0:E2F4:00:501:Finish this Quarter Now! (2/2) aafbc:0:E25B:01:000:Always on the First Down aafbc:0:E25B:01:001:Make this the First Down Now! aafbc:0:E25B:04:001:Make this the Fourth Down Now! aafbc:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start) aafbc:0:E291:99:500:Infinite Credits for Team 1 QB (2/2) aafbc:0:E2A2:99:000:Infinite Credits for Team 1 HB:This is for the Receiving Halfback (as shown at the start) aafbc:0:E2A1:99:500:Infinite Credits for Team 1 HB (2/2) aafbc:0:E29D:00:000:Score always = 0 Team 1 aafbc:0:E29E:00:500:Score always = 0 Team 1 (2/2) aafbc:0:E29D:99:000:Score always = 999 Team 1 aafbc:0:E29E:09:500:Score always = 999 Team 1 (2/2) aafbc:0:E29D:00:001:Set score = 0 Now! Team 1 aafbc:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2) aafbc:0:E29D:00:001:Set score = 500 Now! Team 1 aafbc:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2) aafbc:0:E2B2:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start) aafbc:0:E2B1:99:500:Infinite Credits for Team 2 QB (2/2) aafbc:0:E2C2:99:000:Infinite Credits for Team 2 HB:This is for the Kicking Halfback (as shown at the start) aafbc:0:E2C1:99:500:Infinite Credits for Team 2 HB (2/2) aafbc:0:E2BD:00:000:Score always = 0 Team 2 aafbc:0:E2BE:00:500:Score always = 0 Team 2 (2/2) aafbc:0:E2BD:99:000:Score always = 999 Team 2 aafbc:0:E2BE:09:500:Score always = 999 Team 2 (2/2) aafbc:0:E2BD:00:001:Set score = 0 Now! Team 2 aafbc:0:E2BE:00:501:Set score = 0 Now! Team 2 (2/2) aafbc:0:E2BD:00:001:Set score = 500 Now! Team 2 aafbc:0:E2BE:05:501:Set score = 500 Now! Team 2 (2/2) ; [ All American Football (rev D, 2 Players) ] aafbd2p:0:E2F8:5A:000:Infinite Time aafbd2p:0:E2F9:99:500:Infinite Time (2/2) aafbd2p:0:E2F8:00:001:Finish this Quarter Now! aafbd2p:0:E2F9:00:501:Finish this Quarter Now! (2/2) aafbd2p:0:E25B:01:000:Always on the First Down aafbd2p:0:E25B:01:001:Make this the First Down Now! aafbd2p:0:E25B:04:001:Make this the Fourth Down Now! aafbd2p:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start) aafbd2p:0:E291:99:500:Infinite Credits for Team 1 QB (2/2) aafbd2p:0:E29D:00:000:Score always = 0 Team 1 aafbd2p:0:E29E:00:500:Score always = 0 Team 1 (2/2) aafbd2p:0:E29D:99:000:Score always = 999 Team 1 aafbd2p:0:E29E:09:500:Score always = 999 Team 1 (2/2) aafbd2p:0:E29D:00:001:Set score = 0 Now! Team 1 aafbd2p:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2) aafbd2p:0:E29D:00:001:Set score = 500 Now! Team 1 aafbd2p:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2) aafbd2p:0:E2B4:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start) aafbd2p:0:E2B3:99:500:Infinite Credits for Team 2 QB (2/2) aafbd2p:0:E2BF:00:000:Score always = 0 Team 2 aafbd2p:0:E2C0:00:500:Score always = 0 Team 2 (2/2) aafbd2p:0:E2BF:99:000:Score always = 999 Team 2 aafbd2p:0:E2C0:09:500:Score always = 999 Team 2 (2/2) aafbd2p:0:E2BF:00:001:Set score = 0 Now! Team 2 aafbd2p:0:E2C0:00:501:Set score = 0 Now! Team 2 (2/2) aafbd2p:0:E2BF:00:001:Set score = 500 Now! Team 2 aafbd2p:0:E2C0:05:501:Set score = 500 Now! Team 2 (2/2) ; [ Atari Baseball (set 1) ] abaseb:0:0079:99:000:Infinite Credits abaseb:0:0070:00:000:Always First Strike PL1 abaseb:0:0070:00:001:Reset to Strike 1 Now! PL1 abaseb:0:006C:00:000:Never anybody out PL1 ; [ Atari Baseball (set 2) ] abaseb2:0:0079:99:000:Infinite Credits abaseb2:0:0070:00:000:Always First Strike PL1 abaseb2:0:0070:00:001:Reset to Strike 1 Now! PL1 abaseb2:0:006C:00:000:Never anybody out PL1 ; [ Astro Battle (set 1) ] :abattle:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :abattle:20900000:DF72:00000CB0:FFFFFFFF:Invincibility :abattle:20910000:E5BE:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :abattle:20910000:EA83:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :abattle:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :abattle:20800000:DCD7:00000000:FFFFFFFF:Bullet Speed Up abattle:0:0095:09:000:Infinite Lives PL1 abattle:0:0096:09:000:Infinite Lives PL2 ; [ Astro Battle (set 2) ] :abattle2:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :abattle2:20900000:DF72:00000CB0:FFFFFFFF:Invincibility :abattle2:20910000:E5BE:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :abattle2:20910000:EA83:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :abattle2:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :abattle2:20800000:DCD7:00000000:FFFFFFFF:Bullet Speed Up abattle2:0:0095:09:000:Infinite Lives PL1 abattle2:0:0096:09:000:Infinite Lives PL2 ; [ A.B. Cop (FD1094 317-0169b) ] :abcop:00200000:080CA7:00030999:00FFFFFF:Infinite Time:Turn this off when you beat a level, once you have all the bonus points you want :abcop:00000000:080CAD:00000008:FFFFFFFF:Infinite Jumps :abcop:00000001:3FAA85:00000000:FFFFFFFF:1 Hit to Kill Boss Now! :abcop:00000000:FF8DD8:00000025:FFFFFFFF:Always ride at Faster Speed :abcop:00000000:FF8DD8:0000004A:FFFFFFFF:Always ride at Fastest Speed ; [ Abunai Houkago - Mou Matenai (Japan 890325) ] :abunai:00000000:F99D:0000000B:FFFFFFFF:Infinite Time :abunai:00001301:F987:00000006:FFFFFFFF:Select Starting Stage:Set on title screen then insert a credit :abunai:00100000:FD71:000003E7:FFFFFFFF:Infinite Power :abunai:00000000:FD70:00000063:FFFFFFFF:Player Always Maximum Score :abunai:00000000:FD78:00000000:FFFFFFFF:CPU Always 0 Score :abunai:00000000:F9A0:00000001:FFFFFFFF:Always Have Minus Power :abunai:00000000:F9A1:00000001:FFFFFFFF:Always Have Plus Power :abunai:00000000:F9A2:00000001:FFFFFFFF:Always Have Almighty Card :abunai:00000000:F9A3:00000001:FFFFFFFF:Always Have Tefuda Cancel :abunai:00000000:F9A4:00000001:FFFFFFFF:Always Have Te-Yon Tsumikomi :abunai:00000000:F9A5:00000001:FFFFFFFF:Always Have Ultra Play :abunai:00000000:F9A6:00000001:FFFFFFFF:Always Have Gokou Tsumikomi ; [ After Burner (Japan) ] aburner:0:FF88E0:01:000:Infinite Lives aburner:0:FF88E1:29:500:Infinite Lives (2/2) aburner:0:FF8D67:32:000:Infinite Missiles aburner:0:FF8D77:01:000:Invincibility :(It is a boring cheat.) aburner:0:FF9125:07:000:Quick Death Sequence:This saves time waiting for the plane to crash and for a new plane to appear aburner:0:FF884D:00:000:Sound Test Timer Stop ; [ After Burner II ] aburner2:0:FF88E0:01:000:Infinite Lives aburner2:0:FF88E1:29:500:Infinite Lives (2/2) aburner2:0:FF8D67:32:000:Infinite Missiles aburner2:0:FF8D77:01:000:Invincibility :(It is a boring cheat.) aburner2:0:FF8894:FF:000:Always fly at Maximum Speed aburner2:0:FF8D79:3F:500:Always fly at Maximum Speed (2/3) aburner2:0:FF8D7C:FF:500:Always fly at Maximum Speed (3/3) aburner2:0:FF9125:07:000:Quick Death Sequence:This saves time waiting for the plane to crash and for a new plane to appear aburner2:0:FF884D:00:000:Sound Test Timer Stop ; [ Ace ] ace:0:8300:00:000:Right Plane Score always = 0 ace:0:8300:10:000:Right Plane Score always = 10 ace:0:8300:00:001:Right Plane Score = 0 Now! ace:0:8300:10:001:Right Plane Score = 10 Now! ace:0:8301:00:000:Left Plane Score always = 0 ace:0:8301:10:000:Left Plane Score always = 0 ace:0:8301:00:001:Left Plane Score = 0 Now! ace:0:8301:10:001:Left Plane Score = 10 Now! ; [ Ace Attacker (FD1094 317-0060) ] aceattac:0:0000:00:999:[ There are no cheats ]:REASON 1 aceattac:0:0000:00:999:[ for this game as it ]:REASON 1 aceattac:0:0000:00:999:[ didn't work the last ]:REASON 1 aceattac:0:0000:00:999:[ time it was tested. ]:REASON 1 aceattac:0:0000:00:999:[ If the game now works ]:REASON 1 aceattac:0:0000:00:999:[ please request cheats ]:REASON 1 aceattac:0:0000:00:999:[ for it on the cheat ]:REASON 1 aceattac:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ace Driver (Rev. AD2, World) ] acedrvrw:0:0000:00:999:[ There are no cheats ]:REASON 1 acedrvrw:0:0000:00:999:[ for this game as it ]:REASON 1 acedrvrw:0:0000:00:999:[ didn't work the last ]:REASON 1 acedrvrw:0:0000:00:999:[ time it was tested. ]:REASON 1 acedrvrw:0:0000:00:999:[ If the game now works ]:REASON 1 acedrvrw:0:0000:00:999:[ please request cheats ]:REASON 1 acedrvrw:0:0000:00:999:[ for it on the cheat ]:REASON 1 acedrvrw:0:0000:00:999:[ forums. ]:REASON 1 ; [ Atlantic City Action ] :acitya:00700000:4C2C:99999999:FFFFFFFF:Infinite Max. Points PL1 :acitya:62000000:0000:00000000:00000000:Select Card 1:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :acitya:00010001:4D70:00000002:FFFFFFFF:2 of Hearts :acitya:00010001:4D70:00000003:FFFFFFFF:3 of Hearts :acitya:00010001:4D70:00000004:FFFFFFFF:4 of Hearts :acitya:00010001:4D70:00000005:FFFFFFFF:5 of Hearts :acitya:00010001:4D70:00000006:FFFFFFFF:6 of Hearts :acitya:00010001:4D70:00000007:FFFFFFFF:7 of Hearts :acitya:00010001:4D70:00000008:FFFFFFFF:8 of Hearts :acitya:00010001:4D70:00000009:FFFFFFFF:9 of Hearts :acitya:00010001:4D70:0000000A:FFFFFFFF:10 of Hearts :acitya:00010001:4D70:0000000B:FFFFFFFF:Jack of Hearts :acitya:00010001:4D70:0000000C:FFFFFFFF:Queen of Hearts :acitya:00010001:4D70:0000000D:FFFFFFFF:King of Hearts :acitya:00010001:4D70:0000000E:FFFFFFFF:Ace of Hearts :acitya:00010001:4D70:00000012:FFFFFFFF:2 of Diamonds :acitya:00010001:4D70:00000013:FFFFFFFF:3 of Diamonds :acitya:00010001:4D70:00000014:FFFFFFFF:4 of Diamonds :acitya:00010001:4D70:00000015:FFFFFFFF:5 of Diamonds :acitya:00010001:4D70:00000016:FFFFFFFF:6 of Diamonds :acitya:00010001:4D70:00000017:FFFFFFFF:7 of Diamonds :acitya:00010001:4D70:00000018:FFFFFFFF:8 of Diamonds :acitya:00010001:4D70:00000019:FFFFFFFF:9 of Diamonds :acitya:00010001:4D70:0000001A:FFFFFFFF:10 of Diamonds :acitya:00010001:4D70:0000001B:FFFFFFFF:Jack of Diamonds :acitya:00010001:4D70:0000001C:FFFFFFFF:Queen of Diamonds :acitya:00010001:4D70:0000001D:FFFFFFFF:King of Diamonds :acitya:00010001:4D70:0000001E:FFFFFFFF:Ace of Diamonds :acitya:00010001:4D70:00000022:FFFFFFFF:2 of Clubs :acitya:00010001:4D70:00000023:FFFFFFFF:3 of Clubs :acitya:00010001:4D70:00000024:FFFFFFFF:4 of Clubs :acitya:00010001:4D70:00000025:FFFFFFFF:5 of Clubs :acitya:00010001:4D70:00000026:FFFFFFFF:6 of Clubs :acitya:00010001:4D70:00000027:FFFFFFFF:7 of Clubs :acitya:00010001:4D70:00000028:FFFFFFFF:8 of Clubs :acitya:00010001:4D70:00000029:FFFFFFFF:9 of Clubs :acitya:00010001:4D70:0000002A:FFFFFFFF:10 of Clubs :acitya:00010001:4D70:0000002B:FFFFFFFF:Jack of Clubs :acitya:00010001:4D70:0000002C:FFFFFFFF:Queen of Clubs :acitya:00010001:4D70:0000002D:FFFFFFFF:King of Clubs :acitya:00010001:4D70:0000002E:FFFFFFFF:Ace of Clubs :acitya:00010001:4D70:00000032:FFFFFFFF:2 of Spades :acitya:00010001:4D70:00000033:FFFFFFFF:3 of Spades :acitya:00010001:4D70:00000034:FFFFFFFF:4 of Spades :acitya:00010001:4D70:00000035:FFFFFFFF:5 of Spades :acitya:00010001:4D70:00000036:FFFFFFFF:6 of Spades :acitya:00010001:4D70:00000037:FFFFFFFF:7 of Spades :acitya:00010001:4D70:00000038:FFFFFFFF:8 of Spades :acitya:00010001:4D70:00000039:FFFFFFFF:9 of Spades :acitya:00010001:4D70:0000003A:FFFFFFFF:10 of Spades :acitya:00010001:4D70:0000003B:FFFFFFFF:Jack of Spades :acitya:00010001:4D70:0000003C:FFFFFFFF:Queen of Spades :acitya:00010001:4D70:0000003D:FFFFFFFF:King of Spades :acitya:00010001:4D70:0000003E:FFFFFFFF:Ace of Spades :acitya:00010001:4D70:0000004F:FFFFFFFF:Joker :acitya:62000000:0000:00000000:00000000:Select Card 2:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :acitya:00010001:4D70:00000002:FFFFFFFF:2 of Hearts :acitya:00010001:4D72:00000003:FFFFFFFF:3 of Hearts :acitya:00010001:4D72:00000004:FFFFFFFF:4 of Hearts :acitya:00010001:4D72:00000005:FFFFFFFF:5 of Hearts :acitya:00010001:4D72:00000006:FFFFFFFF:6 of Hearts :acitya:00010001:4D72:00000007:FFFFFFFF:7 of Hearts :acitya:00010001:4D72:00000008:FFFFFFFF:8 of Hearts :acitya:00010001:4D72:00000009:FFFFFFFF:9 of Hearts :acitya:00010001:4D72:0000000A:FFFFFFFF:10 of Hearts :acitya:00010001:4D72:0000000B:FFFFFFFF:Jack of Hearts :acitya:00010001:4D72:0000000C:FFFFFFFF:Queen of Hearts :acitya:00010001:4D72:0000000D:FFFFFFFF:King of Hearts :acitya:00010001:4D72:0000000E:FFFFFFFF:Ace of Hearts :acitya:00010001:4D72:00000012:FFFFFFFF:2 of Diamonds :acitya:00010001:4D72:00000013:FFFFFFFF:3 of Diamonds :acitya:00010001:4D72:00000014:FFFFFFFF:4 of Diamonds :acitya:00010001:4D72:00000015:FFFFFFFF:5 of Diamonds :acitya:00010001:4D72:00000016:FFFFFFFF:6 of Diamonds :acitya:00010001:4D72:00000017:FFFFFFFF:7 of Diamonds :acitya:00010001:4D72:00000018:FFFFFFFF:8 of Diamonds :acitya:00010001:4D72:00000019:FFFFFFFF:9 of Diamonds :acitya:00010001:4D72:0000001A:FFFFFFFF:10 of Diamonds :acitya:00010001:4D72:0000001B:FFFFFFFF:Jack of Diamonds :acitya:00010001:4D72:0000001C:FFFFFFFF:Queen of Diamonds :acitya:00010001:4D72:0000001D:FFFFFFFF:King of Diamonds :acitya:00010001:4D72:0000001E:FFFFFFFF:Ace of Diamonds :acitya:00010001:4D72:00000022:FFFFFFFF:2 of Clubs :acitya:00010001:4D72:00000023:FFFFFFFF:3 of Clubs :acitya:00010001:4D72:00000024:FFFFFFFF:4 of Clubs :acitya:00010001:4D72:00000025:FFFFFFFF:5 of Clubs :acitya:00010001:4D72:00000026:FFFFFFFF:6 of Clubs :acitya:00010001:4D72:00000027:FFFFFFFF:7 of Clubs :acitya:00010001:4D72:00000028:FFFFFFFF:8 of Clubs :acitya:00010001:4D72:00000029:FFFFFFFF:9 of Clubs :acitya:00010001:4D72:0000002A:FFFFFFFF:10 of Clubs :acitya:00010001:4D72:0000002B:FFFFFFFF:Jack of Clubs :acitya:00010001:4D72:0000002C:FFFFFFFF:Queen of Clubs :acitya:00010001:4D72:0000002D:FFFFFFFF:King of Clubs :acitya:00010001:4D72:0000002E:FFFFFFFF:Ace of Clubs :acitya:00010001:4D72:00000032:FFFFFFFF:2 of Spades :acitya:00010001:4D72:00000033:FFFFFFFF:3 of Spades :acitya:00010001:4D72:00000034:FFFFFFFF:4 of Spades :acitya:00010001:4D72:00000035:FFFFFFFF:5 of Spades :acitya:00010001:4D72:00000036:FFFFFFFF:6 of Spades :acitya:00010001:4D72:00000037:FFFFFFFF:7 of Spades :acitya:00010001:4D72:00000038:FFFFFFFF:8 of Spades :acitya:00010001:4D72:00000039:FFFFFFFF:9 of Spades :acitya:00010001:4D72:0000003A:FFFFFFFF:10 of Spades :acitya:00010001:4D72:0000003B:FFFFFFFF:Jack of Spades :acitya:00010001:4D72:0000003C:FFFFFFFF:Queen of Spades :acitya:00010001:4D72:0000003D:FFFFFFFF:King of Spades :acitya:00010001:4D72:0000003E:FFFFFFFF:Ace of Spades :acitya:00010001:4D72:0000004F:FFFFFFFF:Joker :acitya:62000000:0000:00000000:00000000:Select Card 3:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :acitya:00010001:4D74:00000002:FFFFFFFF:2 of Hearts :acitya:00010001:4D74:00000003:FFFFFFFF:3 of Hearts :acitya:00010001:4D74:00000004:FFFFFFFF:4 of Hearts :acitya:00010001:4D74:00000005:FFFFFFFF:5 of Hearts :acitya:00010001:4D74:00000006:FFFFFFFF:6 of Hearts :acitya:00010001:4D74:00000007:FFFFFFFF:7 of Hearts :acitya:00010001:4D74:00000008:FFFFFFFF:8 of Hearts :acitya:00010001:4D74:00000009:FFFFFFFF:9 of Hearts :acitya:00010001:4D74:0000000A:FFFFFFFF:10 of Hearts :acitya:00010001:4D74:0000000B:FFFFFFFF:Jack of Hearts :acitya:00010001:4D74:0000000C:FFFFFFFF:Queen of Hearts :acitya:00010001:4D74:0000000D:FFFFFFFF:King of Hearts :acitya:00010001:4D74:0000000E:FFFFFFFF:Ace of Hearts :acitya:00010001:4D74:00000012:FFFFFFFF:2 of Diamonds :acitya:00010001:4D74:00000013:FFFFFFFF:3 of Diamonds :acitya:00010001:4D74:00000014:FFFFFFFF:4 of Diamonds :acitya:00010001:4D74:00000015:FFFFFFFF:5 of Diamonds :acitya:00010001:4D74:00000016:FFFFFFFF:6 of Diamonds :acitya:00010001:4D74:00000017:FFFFFFFF:7 of Diamonds :acitya:00010001:4D74:00000018:FFFFFFFF:8 of Diamonds :acitya:00010001:4D74:00000019:FFFFFFFF:9 of Diamonds :acitya:00010001:4D74:0000001A:FFFFFFFF:10 of Diamonds :acitya:00010001:4D74:0000001B:FFFFFFFF:Jack of Diamonds :acitya:00010001:4D74:0000001C:FFFFFFFF:Queen of Diamonds :acitya:00010001:4D74:0000001D:FFFFFFFF:King of Diamonds :acitya:00010001:4D74:0000001E:FFFFFFFF:Ace of Diamonds :acitya:00010001:4D74:00000022:FFFFFFFF:2 of Clubs :acitya:00010001:4D74:00000023:FFFFFFFF:3 of Clubs :acitya:00010001:4D74:00000024:FFFFFFFF:4 of Clubs :acitya:00010001:4D74:00000025:FFFFFFFF:5 of Clubs :acitya:00010001:4D74:00000026:FFFFFFFF:6 of Clubs :acitya:00010001:4D74:00000027:FFFFFFFF:7 of Clubs :acitya:00010001:4D74:00000028:FFFFFFFF:8 of Clubs :acitya:00010001:4D74:00000029:FFFFFFFF:9 of Clubs :acitya:00010001:4D74:0000002A:FFFFFFFF:10 of Clubs :acitya:00010001:4D74:0000002B:FFFFFFFF:Jack of Clubs :acitya:00010001:4D74:0000002C:FFFFFFFF:Queen of Clubs :acitya:00010001:4D74:0000002D:FFFFFFFF:King of Clubs :acitya:00010001:4D74:0000002E:FFFFFFFF:Ace of Clubs :acitya:00010001:4D74:00000032:FFFFFFFF:2 of Spades :acitya:00010001:4D74:00000033:FFFFFFFF:3 of Spades :acitya:00010001:4D74:00000034:FFFFFFFF:4 of Spades :acitya:00010001:4D74:00000035:FFFFFFFF:5 of Spades :acitya:00010001:4D74:00000036:FFFFFFFF:6 of Spades :acitya:00010001:4D74:00000037:FFFFFFFF:7 of Spades :acitya:00010001:4D74:00000038:FFFFFFFF:8 of Spades :acitya:00010001:4D74:00000039:FFFFFFFF:9 of Spades :acitya:00010001:4D74:0000003A:FFFFFFFF:10 of Spades :acitya:00010001:4D74:0000003B:FFFFFFFF:Jack of Spades :acitya:00010001:4D74:0000003C:FFFFFFFF:Queen of Spades :acitya:00010001:4D74:0000003D:FFFFFFFF:King of Spades :acitya:00010001:4D74:0000003E:FFFFFFFF:Ace of Spades :acitya:00010001:4D74:0000004F:FFFFFFFF:Joker :acitya:62000000:0000:00000000:00000000:Select Card 4:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :acitya:00010001:4D76:00000002:FFFFFFFF:2 of Hearts :acitya:00010001:4D76:00000003:FFFFFFFF:3 of Hearts :acitya:00010001:4D76:00000004:FFFFFFFF:4 of Hearts :acitya:00010001:4D76:00000005:FFFFFFFF:5 of Hearts :acitya:00010001:4D76:00000006:FFFFFFFF:6 of Hearts :acitya:00010001:4D76:00000007:FFFFFFFF:7 of Hearts :acitya:00010001:4D76:00000008:FFFFFFFF:8 of Hearts :acitya:00010001:4D76:00000009:FFFFFFFF:9 of Hearts :acitya:00010001:4D76:0000000A:FFFFFFFF:10 of Hearts :acitya:00010001:4D76:0000000B:FFFFFFFF:Jack of Hearts :acitya:00010001:4D76:0000000C:FFFFFFFF:Queen of Hearts :acitya:00010001:4D76:0000000D:FFFFFFFF:King of Hearts :acitya:00010001:4D76:0000000E:FFFFFFFF:Ace of Hearts :acitya:00010001:4D76:00000012:FFFFFFFF:2 of Diamonds :acitya:00010001:4D76:00000013:FFFFFFFF:3 of Diamonds :acitya:00010001:4D76:00000014:FFFFFFFF:4 of Diamonds :acitya:00010001:4D76:00000015:FFFFFFFF:5 of Diamonds :acitya:00010001:4D76:00000016:FFFFFFFF:6 of Diamonds :acitya:00010001:4D76:00000017:FFFFFFFF:7 of Diamonds :acitya:00010001:4D76:00000018:FFFFFFFF:8 of Diamonds :acitya:00010001:4D76:00000019:FFFFFFFF:9 of Diamonds :acitya:00010001:4D76:0000001A:FFFFFFFF:10 of Diamonds :acitya:00010001:4D76:0000001B:FFFFFFFF:Jack of Diamonds :acitya:00010001:4D76:0000001C:FFFFFFFF:Queen of Diamonds :acitya:00010001:4D76:0000001D:FFFFFFFF:King of Diamonds :acitya:00010001:4D76:0000001E:FFFFFFFF:Ace of Diamonds :acitya:00010001:4D76:00000022:FFFFFFFF:2 of Clubs :acitya:00010001:4D76:00000023:FFFFFFFF:3 of Clubs :acitya:00010001:4D76:00000024:FFFFFFFF:4 of Clubs :acitya:00010001:4D76:00000025:FFFFFFFF:5 of Clubs :acitya:00010001:4D76:00000026:FFFFFFFF:6 of Clubs :acitya:00010001:4D76:00000027:FFFFFFFF:7 of Clubs :acitya:00010001:4D76:00000028:FFFFFFFF:8 of Clubs :acitya:00010001:4D76:00000029:FFFFFFFF:9 of Clubs :acitya:00010001:4D76:0000002A:FFFFFFFF:10 of Clubs :acitya:00010001:4D76:0000002B:FFFFFFFF:Jack of Clubs :acitya:00010001:4D76:0000002C:FFFFFFFF:Queen of Clubs :acitya:00010001:4D76:0000002D:FFFFFFFF:King of Clubs :acitya:00010001:4D76:0000002E:FFFFFFFF:Ace of Clubs :acitya:00010001:4D76:00000032:FFFFFFFF:2 of Spades :acitya:00010001:4D76:00000033:FFFFFFFF:3 of Spades :acitya:00010001:4D76:00000034:FFFFFFFF:4 of Spades :acitya:00010001:4D76:00000035:FFFFFFFF:5 of Spades :acitya:00010001:4D76:00000036:FFFFFFFF:6 of Spades :acitya:00010001:4D76:00000037:FFFFFFFF:7 of Spades :acitya:00010001:4D76:00000038:FFFFFFFF:8 of Spades :acitya:00010001:4D76:00000039:FFFFFFFF:9 of Spades :acitya:00010001:4D76:0000003A:FFFFFFFF:10 of Spades :acitya:00010001:4D76:0000003B:FFFFFFFF:Jack of Spades :acitya:00010001:4D76:0000003C:FFFFFFFF:Queen of Spades :acitya:00010001:4D76:0000003D:FFFFFFFF:King of Spades :acitya:00010001:4D76:0000003E:FFFFFFFF:Ace of Spades :acitya:00010001:4D76:0000004F:FFFFFFFF:Joker :acitya:62000000:0000:00000000:00000000:Select Card 5:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :acitya:00010001:4D78:00000002:FFFFFFFF:2 of Hearts :acitya:00010001:4D78:00000003:FFFFFFFF:3 of Hearts :acitya:00010001:4D78:00000004:FFFFFFFF:4 of Hearts :acitya:00010001:4D78:00000005:FFFFFFFF:5 of Hearts :acitya:00010001:4D78:00000006:FFFFFFFF:6 of Hearts :acitya:00010001:4D78:00000007:FFFFFFFF:7 of Hearts :acitya:00010001:4D78:00000008:FFFFFFFF:8 of Hearts :acitya:00010001:4D78:00000009:FFFFFFFF:9 of Hearts :acitya:00010001:4D78:0000000A:FFFFFFFF:10 of Hearts :acitya:00010001:4D78:0000000B:FFFFFFFF:Jack of Hearts :acitya:00010001:4D78:0000000C:FFFFFFFF:Queen of Hearts :acitya:00010001:4D78:0000000D:FFFFFFFF:King of Hearts :acitya:00010001:4D78:0000000E:FFFFFFFF:Ace of Hearts :acitya:00010001:4D78:00000012:FFFFFFFF:2 of Diamonds :acitya:00010001:4D78:00000013:FFFFFFFF:3 of Diamonds :acitya:00010001:4D78:00000014:FFFFFFFF:4 of Diamonds :acitya:00010001:4D78:00000015:FFFFFFFF:5 of Diamonds :acitya:00010001:4D78:00000016:FFFFFFFF:6 of Diamonds :acitya:00010001:4D78:00000017:FFFFFFFF:7 of Diamonds :acitya:00010001:4D78:00000018:FFFFFFFF:8 of Diamonds :acitya:00010001:4D78:00000019:FFFFFFFF:9 of Diamonds :acitya:00010001:4D78:0000001A:FFFFFFFF:10 of Diamonds :acitya:00010001:4D78:0000001B:FFFFFFFF:Jack of Diamonds :acitya:00010001:4D78:0000001C:FFFFFFFF:Queen of Diamonds :acitya:00010001:4D78:0000001D:FFFFFFFF:King of Diamonds :acitya:00010001:4D78:0000001E:FFFFFFFF:Ace of Diamonds :acitya:00010001:4D78:00000022:FFFFFFFF:2 of Clubs :acitya:00010001:4D78:00000023:FFFFFFFF:3 of Clubs :acitya:00010001:4D78:00000024:FFFFFFFF:4 of Clubs :acitya:00010001:4D78:00000025:FFFFFFFF:5 of Clubs :acitya:00010001:4D78:00000026:FFFFFFFF:6 of Clubs :acitya:00010001:4D78:00000027:FFFFFFFF:7 of Clubs :acitya:00010001:4D78:00000028:FFFFFFFF:8 of Clubs :acitya:00010001:4D78:00000029:FFFFFFFF:9 of Clubs :acitya:00010001:4D78:0000002A:FFFFFFFF:10 of Clubs :acitya:00010001:4D78:0000002B:FFFFFFFF:Jack of Clubs :acitya:00010001:4D78:0000002C:FFFFFFFF:Queen of Clubs :acitya:00010001:4D78:0000002D:FFFFFFFF:King of Clubs :acitya:00010001:4D78:0000002E:FFFFFFFF:Ace of Clubs :acitya:00010001:4D78:00000032:FFFFFFFF:2 of Spades :acitya:00010001:4D78:00000033:FFFFFFFF:3 of Spades :acitya:00010001:4D78:00000034:FFFFFFFF:4 of Spades :acitya:00010001:4D78:00000035:FFFFFFFF:5 of Spades :acitya:00010001:4D78:00000036:FFFFFFFF:6 of Spades :acitya:00010001:4D78:00000037:FFFFFFFF:7 of Spades :acitya:00010001:4D78:00000038:FFFFFFFF:8 of Spades :acitya:00010001:4D78:00000039:FFFFFFFF:9 of Spades :acitya:00010001:4D78:0000003A:FFFFFFFF:10 of Spades :acitya:00010001:4D78:0000003B:FFFFFFFF:Jack of Spades :acitya:00010001:4D78:0000003C:FFFFFFFF:Queen of Spades :acitya:00010001:4D78:0000003D:FFFFFFFF:King of Spades :acitya:00010001:4D78:0000003E:FFFFFFFF:Ace of Spades :acitya:00010001:4D78:0000004F:FFFFFFFF:Joker ; [ Astro Combat ] :acombat:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :acombat:20900000:DF72:00000CB0:FFFFFFFF:Invincibility :acombat:20910000:E5BE:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :acombat:20910000:EA83:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :acombat:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :acombat:20800000:DCD7:00000000:FFFFFFFF:Bullet Speed Up acombat:0:0095:09:000:Infinite Lives PL1 acombat:0:0096:09:000:Infinite Lives PL2 ; [ Alien Command ] acommand:0:0000:00:999:[ There are no cheats ]:REASON 1 acommand:0:0000:00:999:[ for this game as it ]:REASON 1 acommand:0:0000:00:999:[ didn't work the last ]:REASON 1 acommand:0:0000:00:999:[ time it was tested. ]:REASON 1 acommand:0:0000:00:999:[ If the game now works ]:REASON 1 acommand:0:0000:00:999:[ please request cheats ]:REASON 1 acommand:0:0000:00:999:[ for it on the cheat ]:REASON 1 acommand:0:0000:00:999:[ forums. ]:REASON 1 ; [ Acrobat Mission ] acrobatm:0:080075:09:000:Infinite Credits :acrobatm:20800000:007FC6:00000060:FFFFFFFF:Invincibility :acrobatm:20910000:008022:00006088:FFFFFFFF:Invincibility (2/2) acrobatm:0:080255:0A:000:Infinite Lives PL1 acrobatm:0:08026B:00:000:Always Wave Weapon PL1 acrobatm:0:08026B:01:000:Always Hurricane WeaponPL1 acrobatm:0:08026B:00:001:Get Wave Weapon Now! PL1 acrobatm:0:08026B:01:001:Get Hurricane Weapon Now! PL1 :acrobatm:00000000:080227:00000000:00000010:Rapid Fire PL1:This cheat has a problem with energy charging :acrobatm:00100000:080262:00000000:FFFFFFFF:Lock Energy Charge PL1 :acrobatm:00000000:080269:00000001:FFFFFFFF:Always Shoot Charge Shot PL1:Shoot charge shot automatically without pressing a fire button acrobatm:0:080277:0A:000:Infinite Lives PL2 acrobatm:0:080289:04:000:Maximum Fire Power PL2 acrobatm:0:08028D:00:000:Always Wave Weapon PL2 acrobatm:0:08028D:01:000:Always Hurricane Weapon PL2 acrobatm:0:08028D:00:001:Get Wave Weapon Now! PL2 acrobatm:0:08028D:01:001:Get Hurricane Weapon Now! PL2 :acrobatm:00000000:080226:00000000:00000010:Rapid Fire PL2:This cheat has a problem with energy charging :acrobatm:00100000:080284:00000000:FFFFFFFF:Lock Energy Charge PL2 :acrobatm:00000000:08028B:00000001:FFFFFFFF:Always Shoot Charge Shot PL2:Shoot charge shot automatically without pressing a fire button ; [ Act-Fancer Cybernetick Hyper Weapon (World revision 1) ] actfanc1:0:1F0010:99:000:Infinite Credits actfanc1:0:1F0C32:FF:000:Infinite Time - Robot actfanc1:0:1F0C87:99:000:Infinite Time - Bubbles actfanc1:0:1F00C6:05:000:Infinite Lives actfanc1:0:1F0039:80:020:Invincibility "ON" actfanc1:0:1F0039:80:041:Invincibility "OFF" :actfanc1:00000000:1F0C3E:00000000:FFFFFFFF:Rapid Fire :actfanc1:00010000:1F0C42:00000000:FFFFFFFF:Rapid Fire (2/2) actfanc1:0:1F0C43:04:000:Maximum bubbles power actfanc1:0:000000:00:999:[Remove current Robot cheats] actfanc1:0:000000:00:999:[before selecting a new one.] actfanc1:0:000000:00:999:[Robot level - Bubbles type ] actfanc1:0:1F00D5:01:041:Robot 0 - None Now! actfanc1:0:1F00D5:02:541:Robot 0 - None Now! (2/3) actfanc1:0:1F00D5:04:541:Robot 0 - None Now! (3/3) actfanc1:0:1F00D5:01:021:Robot 1 - Normal Now! actfanc1:0:1F00D5:02:541:Robot 1 - Normal Now! (2/3) actfanc1:0:1F00D5:04:541:Robot 1 - Normal Now! (3/3) actfanc1:0:1F00D5:01:041:Robot 2 - Flames Now! actfanc1:0:1F00D5:02:521:Robot 2 - Flames Now! (2/3) actfanc1:0:1F00D5:04:541:Robot 2 - Flames Now! (3/3) actfanc1:0:1F00D5:01:021:Robot 3 - Air Now! actfanc1:0:1F00D5:02:521:Robot 3 - Air Now! (2/3) actfanc1:0:1F00D5:04:541:Robot 3 - Air Now! (3/3) actfanc1:0:1F00D5:01:041:Robot 4 - Beam Now! actfanc1:0:1F00D5:02:541:Robot 4 - Beam Now! (2/3) actfanc1:0:1F00D5:04:521:Robot 4 - Beam Now! (3/3) actfanc1:0:1F00D5:01:021:Robot 5 - Split Now! actfanc1:0:1F00D5:02:541:Robot 5 - Split Now! (2/3) actfanc1:0:1F00D5:04:521:Robot 5 - Split Now! (3/3) actfanc1:0:1F00D5:01:041:Robot 6 - Homing Now! actfanc1:0:1F00D5:02:521:Robot 6 - Homing Now! (2/3) actfanc1:0:1F00D5:04:521:Robot 6 - Homing Now! (3/3) ; [ Act-Fancer Cybernetick Hyper Weapon (Japan revision 1) ] actfancj:0:1F0010:99:000:Infinite Credits actfancj:0:1F0C32:FF:000:Infinite Time - Robot actfancj:0:1F0C87:99:000:Infinite Time - Bubbles actfancj:0:1F00C6:05:000:Infinite Lives actfancj:0:1F0039:80:020:Invincibility "ON" actfancj:0:1F0039:80:041:Invincibility "OFF" :actfancj:00000000:1F0C3E:00000000:FFFFFFFF:Rapid Fire :actfancj:00010000:1F0C42:00000000:FFFFFFFF:Rapid Fire (2/2) actfancj:0:1F0C43:04:000:Maximum bubbles power actfancj:0:000000:00:999:[Remove current Robot cheats] actfancj:0:000000:00:999:[before selecting a new one.] actfancj:0:000000:00:999:[Robot level - Bubbles type ] actfancj:0:1F00D5:01:041:Robot 0 - None Now! actfancj:0:1F00D5:02:541:Robot 0 - None Now! (2/3) actfancj:0:1F00D5:04:541:Robot 0 - None Now! (3/3) actfancj:0:1F00D5:01:021:Robot 1 - Normal Now! actfancj:0:1F00D5:02:541:Robot 1 - Normal Now! (2/3) actfancj:0:1F00D5:04:541:Robot 1 - Normal Now! (3/3) actfancj:0:1F00D5:01:041:Robot 2 - Flames Now! actfancj:0:1F00D5:02:521:Robot 2 - Flames Now! (2/3) actfancj:0:1F00D5:04:541:Robot 2 - Flames Now! (3/3) actfancj:0:1F00D5:01:021:Robot 3 - Air Now! actfancj:0:1F00D5:02:521:Robot 3 - Air Now! (2/3) actfancj:0:1F00D5:04:541:Robot 3 - Air Now! (3/3) actfancj:0:1F00D5:01:041:Robot 4 - Beam Now! actfancj:0:1F00D5:02:541:Robot 4 - Beam Now! (2/3) actfancj:0:1F00D5:04:521:Robot 4 - Beam Now! (3/3) actfancj:0:1F00D5:01:021:Robot 5 - Split Now! actfancj:0:1F00D5:02:541:Robot 5 - Split Now! (2/3) actfancj:0:1F00D5:04:521:Robot 5 - Split Now! (3/3) actfancj:0:1F00D5:01:041:Robot 6 - Homing Now! actfancj:0:1F00D5:02:521:Robot 6 - Homing Now! (2/3) actfancj:0:1F00D5:04:521:Robot 6 - Homing Now! (3/3) ; [ Act-Fancer Cybernetick Hyper Weapon (World revision 2) ] actfancr:0:1F0010:99:000:Infinite Credits actfancr:0:1F0C32:FF:000:Infinite Time - Robot actfancr:0:1F0C87:99:000:Infinite Time - Bubbles actfancr:0:1F00C6:05:000:Infinite Lives actfancr:0:1F0039:80:020:Invincibility "ON" actfancr:0:1F0039:80:041:Invincibility "OFF" :actfancr:00000000:1F0C3E:00000000:FFFFFFFF:Rapid Fire :actfancr:00010000:1F0C42:00000000:FFFFFFFF:Rapid Fire (2/2) actfancr:0:1F0C43:04:000:Maximum bubbles power actfancr:0:000000:00:999:[Remove current Robot cheats] actfancr:0:000000:00:999:[before selecting a new one.] actfancr:0:000000:00:999:[Robot level - Bubbles type ] actfancr:0:1F00D5:01:041:Robot 0 - None Now! actfancr:0:1F00D5:02:541:Robot 0 - None Now! (2/3) actfancr:0:1F00D5:04:541:Robot 0 - None Now! (3/3) actfancr:0:1F00D5:01:021:Robot 1 - Normal Now! actfancr:0:1F00D5:02:541:Robot 1 - Normal Now! (2/3) actfancr:0:1F00D5:04:541:Robot 1 - Normal Now! (3/3) actfancr:0:1F00D5:01:041:Robot 2 - Flames Now! actfancr:0:1F00D5:02:521:Robot 2 - Flames Now! (2/3) actfancr:0:1F00D5:04:541:Robot 2 - Flames Now! (3/3) actfancr:0:1F00D5:01:021:Robot 3 - Air Now! actfancr:0:1F00D5:02:521:Robot 3 - Air Now! (2/3) actfancr:0:1F00D5:04:541:Robot 3 - Air Now! (3/3) actfancr:0:1F00D5:01:041:Robot 4 - Beam Now! actfancr:0:1F00D5:02:541:Robot 4 - Beam Now! (2/3) actfancr:0:1F00D5:04:521:Robot 4 - Beam Now! (3/3) actfancr:0:1F00D5:01:021:Robot 5 - Split Now! actfancr:0:1F00D5:02:541:Robot 5 - Split Now! (2/3) actfancr:0:1F00D5:04:521:Robot 5 - Split Now! (3/3) actfancr:0:1F00D5:01:041:Robot 6 - Homing Now! actfancr:0:1F00D5:02:521:Robot 6 - Homing Now! (2/3) actfancr:0:1F00D5:04:521:Robot 6 - Homing Now! (3/3) ; [ Action Hollywood ] :actionhw:00000000:FF1009:00000063:FFFFFFFF:Infinite Credits :actionhw:00000000:FF10DF:00000063:FFFFFFFF:Infinite Time :actionhw:00000000:FF1061:00000007:FFFFFFFF:Infinite Lives PL1 :actionhw:00000000:FF1063:00000001:FFFFFFFF:Invincibility PL1 :actionhw:00000000:FF10B9:00000007:FFFFFFFF:Infinite Lives PL2 :actionhw:00000000:FF10BB:00000001:FFFFFFFF:Invincibility PL2 ; [ A. D. 2083 ] :ad2083:00000000:4002:00000063:FFFFFFFF:Infinite Credits :ad2083:00000000:4108:00000007:FFFFFFFF:Infinite Lives (Single) :ad2083:20800000:CE07:000000C9:FFFFFFFF:Invincibility :ad2083:20810000:CE61:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Rocket :ad2083:20810000:D796:000000C9:FFFFFFFF:Invincibility (3/4):Radiation Tower :ad2083:20810000:D7DC:000000C9:FFFFFFFF:Invincibility (4/4):Fire (Radiation Tower) :ad2083:00100000:4104:00005F08:FFFFFFFF:Infinite Hyper Jump Power:Turn it OFF at the end of the Phase :ad2083:00000000:4010:00000000:00000008:Rapid Fire:Turn it OFF on name entry screen :ad2083:00000000:439B:00000002:FFFFFFFF:Auto Fire :ad2083:00000000:4148:00000007:FFFFFFFF:Infinite Lives (Dual) PL1 :ad2083:00000000:4188:00000007:FFFFFFFF:Infinite Lives (Dual) PL2 ; [ Aero Fighters (bootleg) ] aerfboot:0:0C8B91:09:000:Infinite Credits aerfboot:0:000000:00:999:[Do NOT use Smart Bombs with] aerfboot:0:000000:00:999:[Invincibility enabled when ] aerfboot:0:000000:00:999:[you are in the USA or ] aerfboot:0:000000:00:999:[Swedish aircraft or the ] aerfboot:0:000000:00:999:[game will crash!! ] aerfboot:0:FF60DD:0A:000:Infinite Lives PL1 aerfboot:0:FF60DF:06:000:Infinite Smart Bombs PL1 aerfboot:0:FF60E1:03:000:Maximum fire power PL1 aerfboot:0:FF60E1:07:000:Absurd fire power PL1 aerfboot:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers aerfboot:0:FF61DD:0A:000:Infinite Lives PL2 aerfboot:0:FF61DF:06:000:Infinite Smart Bombs PL2 aerfboot:0:FF61E1:03:000:Maximum fire power PL2 aerfboot:0:FF61E1:07:000:Absurd fire power PL2 aerfboot:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers ; [ Aeroboto ] aeroboto:0:01AC:99:000:Infinite Credits :aeroboto:20800000:B2F8:00000039:FFFFFFFF:Invincibility:You die though when you fall into the sea if in robot mode :aeroboto:20A10000:CD98:00160188:FFFFFFFF:Invincibility (2/3):1st = Object, 2nd = Scenery (Ground in the fighter mode) :aeroboto:20810000:D0B2:00000020:FFFFFFFF:Invincibility (3/3):3rd = Scenery (Sea in the fighter mode) :aeroboto:00000000:003A:00000000:FFFFFFFF:Rapid Fire:Can't fire the super shot, which is needed to break bosses. So it's better to turn Rapid Fire OFF in the boss area. aeroboto:0:0224:05:000:Infinite Lives PL1 aeroboto:0:0225:05:000:Infinite Lives PL2 ; [ Aero Fighters ] aerofgt:0:FF8B95:09:000:Infinite Credits aerofgt:0:000000:00:999:[Do NOT use Smart Bombs with] aerofgt:0:000000:00:999:[Invincibility enabled when ] aerofgt:0:000000:00:999:[you are in the USA or ] aerofgt:0:000000:00:999:[Swedish aircraft or the ] aerofgt:0:000000:00:999:[game will crash!! ] aerofgt:0:FF60DD:0A:000:Infinite Lives PL1 aerofgt:0:FF60DF:06:000:Infinite Smart Bombs PL1 aerofgt:0:FF60E1:03:000:Maximum fire power PL1 aerofgt:0:FF60E1:07:000:Absurd fire power PL1 aerofgt:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers aerofgt:0:FF61DD:0A:000:Infinite Lives PL2 aerofgt:0:FF61DF:06:000:Infinite Smart Bombs PL2 aerofgt:0:FF61E1:03:000:Maximum fire power PL2 aerofgt:0:FF61E1:07:000:Absurd fire power PL2 aerofgt:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers ; [ Aero Fighters (Turbo Force hardware set 1) ] aerofgtb:0:0C8B91:09:000:Infinite Credits aerofgtb:0:000000:00:999:[Do NOT use Smart Bombs with] aerofgtb:0:000000:00:999:[Invincibility enabled when ] aerofgtb:0:000000:00:999:[you are in the USA or ] aerofgtb:0:000000:00:999:[Swedish aircraft or the ] aerofgtb:0:000000:00:999:[game will crash!! ] aerofgtb:0:FF60DD:0A:000:Infinite Lives PL1 aerofgtb:0:FF60DF:06:000:Infinite Smart Bombs PL1 aerofgtb:0:FF60E1:03:000:Maximum fire power PL1 aerofgtb:0:FF60E1:07:000:Absurd fire power PL1 aerofgtb:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers aerofgtb:0:FF61DD:0A:000:Infinite Lives PL2 aerofgtb:0:FF61DF:06:000:Infinite Smart Bombs PL2 aerofgtb:0:FF61E1:03:000:Maximum fire power PL2 aerofgtb:0:FF61E1:07:000:Absurd fire power PL2 aerofgtb:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers ; [ Aero Fighters (Turbo Force hardware set 2) ] aerofgtc:0:0C8B91:09:000:Infinite Credits aerofgtc:0:000000:00:999:[Do NOT use Smart Bombs with] aerofgtc:0:000000:00:999:[Invincibility enabled when ] aerofgtc:0:000000:00:999:[you are in the USA or ] aerofgtc:0:000000:00:999:[Swedish aircraft or the ] aerofgtc:0:000000:00:999:[game will crash!! ] aerofgtc:0:FF60DD:0A:000:Infinite Lives PL1 aerofgtc:0:FF60DF:06:000:Infinite Smart Bombs PL1 aerofgtc:0:FF60E1:03:000:Maximum fire power PL1 aerofgtc:0:FF60E1:07:000:Absurd fire power PL1 aerofgtc:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers aerofgtc:0:FF61DD:0A:000:Infinite Lives PL2 aerofgtc:0:FF61DF:06:000:Infinite Smart Bombs PL2 aerofgtc:0:FF61E1:03:000:Maximum fire power PL2 aerofgtc:0:FF61E1:07:000:Absurd fire power PL2 aerofgtc:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers ; [ Action Fighter, FD1089A 317-0018 ] :afighter:00000000:C70000:00000009:FFFFFFFF:Infinite Credits :afighter:00100000:C71034:00000880:FFFFFFFF:Infinite Fuel :afighter:00000000:FFC200:00000000:00000080:Invincibility :afighter:00000000:C70234:00000001:00000001:Always Have Power Up (Blue) :afighter:00000000:C70234:00000002:00000002:Always Have Power Up (Yellow) :afighter:00000000:C70234:00000004:00000004:Always Have Power Up (Green) :afighter:00000000:C70144:000000FF:FFFFFFFF:Always Have All Maps :afighter:00000100:C7011A:0000000F:FFFFFFFF:Select Speed :afighter:00000000:C701C0:00000000:FFFFFFFF:Rapid Fire :afighter:00010000:C70235:00000000:FFFFFFFF:Rapid Fire (2/2) :afighter:00000000:C70066:00000019:FFFFFFFF:Infinite Lives PL1 :afighter:00000000:C70067:00000019:FFFFFFFF:Infinite Lives PL2 ; [ Astro Fire ] :afire:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :afire:20900000:DF72:00000CB0:FFFFFFFF:Invincibility :afire:20910000:E5BE:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :afire:20910000:EA83:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :afire:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :afire:20800000:DCD7:00000000:FFFFFFFF:Bullet Speed Up afire:0:0095:09:000:Infinite Lives PL1 afire:0:0096:09:000:Infinite Lives PL2 ; [ Air Gallet ] agallet:0:1001CD:09:000:Infinite Credits agallet:0:1002ED:07:000:Infinite Lives PL1 agallet:0:100D73:05:000:Infinite Bombs PL1 agallet:0:100D71:01:000:Invincibility PL1 agallet:0:100D7C:1D:000:Maximum Fire Power PL1 agallet:0:1002EF:07:000:Infinite Lives PL2 agallet:0:100E33:05:000:Infinite Bombs PL2 agallet:0:100E31:01:000:Invincibility PL2 agallet:0:100E3C:1D:000:Maximum Fire Power PL2 agallet:0:000000:00:999:[These are the codes to set the ] agallet:0:000000:00:999:[machine region - the ] agallet:0:000000:00:999:[effectiveness may vary! You have] agallet:0:000000:00:999:[to enable these ASAP - ON or ] agallet:0:000000:00:999:[before the ROM check screen!! ] agallet:0:1000DF:00:000:Region Switch = Japan agallet:0:1000DF:01:000:Region Switch = USA agallet:0:1000DF:02:000:Region Switch = Euro agallet:0:1000DF:03:000:Region Switch = Hong Kong agallet:0:1000DF:04:000:Region Switch = Taiwan agallet:0:1000DF:05:000:Region Switch = Korea ; [ Agress ] agress:0:1D402F:99:00000000:Infinite Credits agress:0:1D7003:03:00000000:Infinite Lives PL1 agress:0:1D7005:03:00000000:Infinite Lives PL2 agress:0:1D401F:99:00000000:Infinite Time (VS Game Only) ; [ Agress (English bootleg) ] agressb:0:1D402F:99:00000000:Infinite Credits agressb:0:1D7003:03:00000000:Infinite Lives PL1 agressb:0:1D7005:03:00000000:Infinite Lives PL2 agressb:0:1D401F:99:00000000:Infinite Time (VS Game Only) ; [ Air Inferno (US) ] ainferno:0:0C0011:09:000:Infinite Credits ainferno:0:0000:00:999:[ There are no cheats ]:REASON 1 ainferno:0:0000:00:999:[ for this game as it ]:REASON 1 ainferno:0:0000:00:999:[ didn't work the last ]:REASON 1 ainferno:0:0000:00:999:[ time it was tested. ]:REASON 1 ainferno:0:0000:00:999:[ If the game now works ]:REASON 1 ainferno:0:0000:00:999:[ please request cheats ]:REASON 1 ainferno:0:0000:00:999:[ for it on the cheat ]:REASON 1 ainferno:0:0000:00:999:[ forums. ]:REASON 1 ; [ Air Attack ] :airattck:00000000:0B9003:00000063:FFFFFFFF:Infinite Credits :airattck:00001301:0B9021:00000006:FFFFFFFF:Select Starting Stage:Set on displayed "Push Start" screen after inserted a credit :airattck:00000000:0B7A29:00000006:FFFFFFFF:Infinite Lives PL1 :airattck:00000000:0B7A2F:00000008:FFFFFFFF:Infinite Bombs PL1 :airattck:00000000:0B7A56:00000000:FFFFFFFF:Always Maximum Shot Power PL1 :airattck:00010000:0B7A7F:00000007:FFFFFFFF:Always Maximum Shot Power PL1 (2/2) :airattck:00000000:0B7A2D:00000002:FFFFFFFF:Invincibility PL1 :airattck:62000000:000000:00000000:FFFFFFFF:Select Weapon PL1 :airattck:00010000:0B7A57:00000000:FFFFFFFF:Vulcan :airattck:00010000:0B7A57:00000001:FFFFFFFF:Fire :airattck:00010000:0B7A57:00000002:FFFFFFFF:Multi-Way :airattck:00010000:0B7A57:00000003:FFFFFFFF:Missile :airattck:00000000:0B7A1D:00000000:FFFFFFFF:Rapid Fire PL1 :airattck:00010000:0B7A7B:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :airattck:00000000:0B7B2D:00000002:FFFFFFFF:Invincibility PL2 :airattck:00000000:0B7B29:00000006:FFFFFFFF:Infinite Lives PL2 :airattck:00000000:0B7B2F:00000008:FFFFFFFF:Infinite Bombs PL2 :airattck:00000000:0B7B56:00000000:FFFFFFFF:Always Maximum Shot Power PL2 :airattck:00010000:0B7B7F:00000007:FFFFFFFF:Always Maximum Shot Power PL2 (2/2) :airattck:62000000:000000:00000000:FFFFFFFF:Select Weapon PL2 :airattck:00010000:0B7B57:00000000:FFFFFFFF:Vulcan :airattck:00010000:0B7B57:00000001:FFFFFFFF:Fire :airattck:00010000:0B7B57:00000002:FFFFFFFF:Multi-Way :airattck:00010000:0B7A57:00000003:FFFFFFFF:Missile :airattck:00000000:0B7B1D:00000000:FFFFFFFF:Rapid Fire PL2 :airattck:00010000:0B7B7B:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ Air Buster: Trouble Specialty Raid Unit (Japan) ] airbustj:0:F000:09:000:Infinite Credits airbustj:0:F007:0A:000:Infinite Lives PL1 airbustj:0:C840:00:000:Invincibility PL1 airbustj:0:E667:09:000:Maximum fire power PL1 airbustj:0:E666:00:000:Always no extra weapons PL1 airbustj:0:E666:01:000:Always have Side shot PL1 airbustj:0:E666:02:000:Always have Rear shot PL1 airbustj:0:E666:03:000:Always have 6-way PL1 airbustj:0:E666:04:000:Always have Powerball PL1 airbustj:0:E666:05:000:Always have B PL1 airbustj:0:E666:06:000:Always have R Missiles PL1 airbustj:0:E666:07:000:Always have G Missiles PL1 airbustj:0:E666:00:001:No extra weapon Now! PL1 airbustj:0:E666:01:001:Get Side shot Now! PL1 airbustj:0:E666:02:001:Get Rear shot Now! PL1 airbustj:0:E666:03:001:Get 6-way Now! PL1 airbustj:0:E666:04:001:Get Powerball Now! PL1 airbustj:0:E666:05:001:Get B Now! PL1 airbustj:0:E666:06:001:Get R Missiles Now! PL1 airbustj:0:E666:07:001:Get G Missiles Now! PL1 airbustj:0:F008:0A:000:Infinite Lives PL2 airbustj:0:C848:00:000:Invincibility PL2 airbustj:0:E67B:09:000:Maximum fire power PL2 airbustj:0:E67A:00:000:Always no extra weapons PL2 airbustj:0:E67A:01:000:Always have Side shot PL2 airbustj:0:E67A:02:000:Always have Rear shot PL2 airbustj:0:E67A:03:000:Always have 6-way PL2 airbustj:0:E67A:04:000:Always have Powerball PL2 airbustj:0:E67A:05:000:Always have B PL2 airbustj:0:E67A:06:000:Always have R Missiles PL2 airbustj:0:E67A:07:000:Always have G Missiles PL2 airbustj:0:E67A:00:001:No extra weapon Now! PL2 airbustj:0:E67A:01:001:Get Side shot Now! PL2 airbustj:0:E67A:02:001:Get Rear shot Now! PL2 airbustj:0:E67A:03:001:Get 6-way Now! PL2 airbustj:0:E67A:04:001:Get Powerball Now! PL2 airbustj:0:E67A:05:001:Get B Now! PL2 airbustj:0:E67A:06:001:Get R Missiles Now! PL2 airbustj:0:E67A:07:001:Get G Missiles Now! PL2 ; [ Air Buster: Trouble Specialty Raid Unit (World) ] airbustr:0:F000:09:000:Infinite Credits airbustr:0:F007:0A:000:Infinite Lives PL1 airbustr:0:C840:00:000:Invincibility PL1 airbustr:0:E667:09:000:Maximum fire power PL1 airbustr:0:E666:00:000:Always no extra weapons PL1 airbustr:0:E666:01:000:Always have Side shot PL1 airbustr:0:E666:02:000:Always have Rear shot PL1 airbustr:0:E666:03:000:Always have 6-way PL1 airbustr:0:E666:04:000:Always have Powerball PL1 airbustr:0:E666:05:000:Always have B PL1 airbustr:0:E666:06:000:Always have R Missiles PL1 airbustr:0:E666:07:000:Always have G Missiles PL1 airbustr:0:E666:00:001:No extra weapon Now! PL1 airbustr:0:E666:01:001:Get Side shot Now! PL1 airbustr:0:E666:02:001:Get Rear shot Now! PL1 airbustr:0:E666:03:001:Get 6-way Now! PL1 airbustr:0:E666:04:001:Get Powerball Now! PL1 airbustr:0:E666:05:001:Get B Now! PL1 airbustr:0:E666:06:001:Get R Missiles Now! PL1 airbustr:0:E666:07:001:Get G Missiles Now! PL1 airbustr:0:F008:0A:000:Infinite Lives PL2 airbustr:0:C848:00:000:Invincibility PL2 airbustr:0:E67B:09:000:Maximum fire power PL2 airbustr:0:E67A:00:000:Always no extra weapons PL2 airbustr:0:E67A:01:000:Always have Side shot PL2 airbustr:0:E67A:02:000:Always have Rear shot PL2 airbustr:0:E67A:03:000:Always have 6-way PL2 airbustr:0:E67A:04:000:Always have Powerball PL2 airbustr:0:E67A:05:000:Always have B PL2 airbustr:0:E67A:06:000:Always have R Missiles PL2 airbustr:0:E67A:07:000:Always have G Missiles PL2 airbustr:0:E67A:00:001:No extra weapon Now! PL2 airbustr:0:E67A:01:001:Get Side shot Now! PL2 airbustr:0:E67A:02:001:Get Rear shot Now! PL2 airbustr:0:E67A:03:001:Get 6-way Now! PL2 airbustr:0:E67A:04:001:Get Powerball Now! PL2 airbustr:0:E67A:05:001:Get B Now! PL2 airbustr:0:E67A:06:001:Get R Missiles Now! PL2 airbustr:0:E67A:07:001:Get G Missiles Now! PL2 ; [ Air Combat 22 (Rev. ACS1 Ver.B) ] airco22b:0:0000:00:999:[ There are no cheats ]:REASON 1 airco22b:0:0000:00:999:[ for this game as it ]:REASON 1 airco22b:0:0000:00:999:[ didn't work the last ]:REASON 1 airco22b:0:0000:00:999:[ time it was tested. ]:REASON 1 airco22b:0:0000:00:999:[ If the game now works ]:REASON 1 airco22b:0:0000:00:999:[ please request cheats ]:REASON 1 airco22b:0:0000:00:999:[ for it on the cheat ]:REASON 1 airco22b:0:0000:00:999:[ forums. ]:REASON 1 ; [ Air Combat (Japan) ] aircombj:0:10012F:09:000:Infinite Credits :aircombj:00100000:10045A:00000E10:FFFFFFFF:Infinite Time :aircombj:00100000:10046A:0000270F:FFFFFFFF:Infinite Guns ; [ Air Combat (US) ] aircombu:0:10012F:09:000:Infinite Credits :aircombu:00100000:10045A:00000E10:FFFFFFFF:Infinite Time :aircombu:00100000:10046A:0000270F:FFFFFFFF:Infinite Guns ; [ Air Duel (Japan) ] airduel:0:A3EFE:63:000:Infinite Credits airduel:0:A2391:09:000:Infinite Lives PL1 airduel:0:A23A2:19:000:Infinite Bombs PL1 airduel:0:A2374:02:020:Invincibility "ON" PL1 airduel:0:A2374:02:041:Invincibility "OFF" PL1 :airduel:00000000:A2334:00000000:00000080:Rapid Fire - Normal PL1:Turn it OFF on the name entry screen :airduel:00000000:A2334:00000000:00000080:Rapid Fire - Special PL1:Turn it OFF on the name entry screen :airduel:00010000:A2398:00000000:FFFFFFFF:Rapid Fire - Special PL1 (2/2) airduel:0:A23E5:09:000:Infinite Lives PL2 airduel:0:A23F6:19:000:Infinite Bombs PL2 airduel:0:A23C8:02:020:Invincibility "ON" PL2 airduel:0:A23C8:02:041:Invincibility "OFF" PL2 :airduel:00000000:A2335:00000000:00000080:Rapid Fire - Normal PL2:Turn it OFF on the name entry screen :airduel:00000000:A2335:00000000:00000080:Rapid Fire - Special PL2:Turn it OFF on the name entry screen :airduel:00010000:A23EC:00000000:FFFFFFFF:Rapid Fire - Special PL2 (2/2) ; [ Air Raid (encrypted) ] airraid:0:0000:00:999:[ There are no cheats ]:REASON 1 airraid:0:0000:00:999:[ for this game as it ]:REASON 1 airraid:0:0000:00:999:[ didn't work the last ]:REASON 1 airraid:0:0000:00:999:[ time it was tested. ]:REASON 1 airraid:0:0000:00:999:[ If the game now works ]:REASON 1 airraid:0:0000:00:999:[ please request cheats ]:REASON 1 airraid:0:0000:00:999:[ for it on the cheat ]:REASON 1 airraid:0:0000:00:999:[ forums. ]:REASON 1 ; [ Airwolf ] airwolf:0:E001:63:000:Infinite Credits :airwolf:20800000:24E2:00000000:FFFFFFFF:Invincibility :airwolf:00000000:F418:00000000:00000004:Rapid Fire:Use during playing the game. DO NOT set before starting the game (Take Off screen etc) to prevent the game from crashing airwolf:0:0000:00:999:[See the Dip Switch Menu to ] airwolf:0:0000:00:999:[enable an alternate ] airwolf:0:0000:00:999:[Invincibility cheat. ] airwolf:0:E0C6:11:000:Infinite Lives PL1 airwolf:0:E0E1:11:000:Infinite Lives PL2 ; [ Ajax ] ajax:0:208C:63:000:Infinite Credits ajax:0:2098:FF:000:Infinite Lives ajax:0:580C:09:020:Infinite POWs ajax:0:580C:06:540:Infinite POWs (2/2) :ajax:20800000:12213:00000060:FFFFFFFF:Invincibility :ajax:20810000:125F8:00000060:FFFFFFFF:Invincibility (2/3):1st = Enemy, 2nd = Fire :ajax:20810000:12677:00000060:FFFFFFFF:Invincibility (3/3):Missile in 3D scene :ajax:00000000:02033:00000000:00000010:Rapid Fire - Antiair:Turn it OFF on the name entry screen :ajax:00000000:02033:00000000:00000020:Rapid Fire - Antisurface:Turn it OFF on the name entry screen ajax:0:558E:01:000:Always have Power Up Bomb 1 ajax:0:558E:02:000:Always have Power Up Bomb 2 ajax:0:558E:01:001:Get Power Up Bomb 1 Now! ajax:0:558E:02:001:Get Power Up Bomb 2 Now! ajax:0:558C:01:000:Always have 2nd Heli ajax:0:558C:01:001:Get 2nd Heli Now! ajax:0:0000:00:999:[These [1H] codes only apply] ajax:0:0000:00:999:[to the 1st(main) Helicopter] ajax:0:558D:00:000:Always have Normal Shot [1H] ajax:0:558D:01:000:Always have Vulcan Shot [1H] ajax:0:558D:02:000:Always have 3-Way Shot [1H] ajax:0:558D:04:000:Always have Triple Shot [1H] ajax:0:558D:05:000:Always have Laser Shot [1H] ajax:0:558D:00:001:Get Normal Shot [1H] Now! ajax:0:558D:01:001:Get Vulcan Shot [1H] Now! ajax:0:558D:02:001:Get 3-Way Shot [1H] Now! ajax:0:558D:04:001:Get Triple Shot [1H] Now! ajax:0:558D:05:001:Get Laser Shot [1H] Now! ajax:0:0000:00:999:[These [2H] codes only apply] ajax:0:0000:00:999:[to the 2nd Helicopter. Earn] ajax:0:0000:00:999:[it or use the 2nd Heli ] ajax:0:0000:00:999:[cheat like everybody else! ] ajax:0:55ED:00:000:Always have Normal Shot [2H] ajax:0:55ED:01:000:Always have Vulcan Shot [2H] ajax:0:55ED:02:000:Always have 3-Way Shot [2H] ajax:0:55ED:04:000:Always have Triple Shot [2H] ajax:0:55ED:05:000:Always have Laser Shot [2H] ajax:0:55ED:00:001:Get Normal Shot [2H] Now! ajax:0:55ED:01:001:Get Vulcan Shot [2H] Now! ajax:0:55ED:02:001:Get 3-Way Shot [2H] Now! ajax:0:55ED:04:001:Get Triple Shot [2H] Now! ajax:0:55ED:05:001:Get Laser Shot [2H] Now! ajax:0:5809:04:001:Lose a Life Now! ajax:0:0000:00:999:[Enable these cheats on the ] ajax:0:0000:00:999:[Take Off or READY!! screen ] ajax:0:20A2:00:001:Start on Round 1 ajax:0:20A4:00:501:Start on Round 1 (2/2) ajax:0:20A2:01:001:Start on Round 2 ajax:0:20A4:01:501:Start on Round 2 (2/2) ajax:0:20A2:02:001:Start on Round 3 ajax:0:20A4:02:501:Start on Round 3 (2/2) ajax:0:20A2:04:001:Start on Round 4 ajax:0:20A4:03:501:Start on Round 4 (2/2) ajax:0:20A2:05:001:Start on Round 5 ajax:0:20A4:04:501:Start on Round 5 (2/2) ajax:0:20A2:06:001:Start on Round 6 ajax:0:20A4:05:501:Start on Round 6 (2/2) ajax:0:20A2:08:001:Start on Round 7 ajax:0:20A4:06:501:Start on Round 7 (2/2) ajax:0:20A2:09:001:Start on Round 8 ajax:0:20A4:07:501:Start on Round 8 (2/2) ajax:0:2809:F0:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Ajax (Japan) ] ajaxj:0:208C:63:000:Infinite Credits ajaxj:0:2098:FF:000:Infinite Lives ajaxj:0:580C:09:020:Infinite POWs ajaxj:0:580C:06:540:Infinite POWs (2/2) :ajaxj:20800000:12213:00000060:FFFFFFFF:Invincibility :ajaxj:20810000:125F8:00000060:FFFFFFFF:Invincibility (2/3):1st = Enemy, 2nd = Fire :ajaxj:20810000:12677:00000060:FFFFFFFF:Invincibility (3/3):Missile in 3D scene :ajaxj:00000000:02033:00000000:00000010:Rapid Fire - Antiair:Turn it OFF on the name entry screen :ajaxj:00000000:02033:00000000:00000020:Rapid Fire - Antisurface:Turn it OFF on the name entry screen ajaxj:0:558E:01:000:Always have Power Up Bomb 1 ajaxj:0:558E:02:000:Always have Power Up Bomb 2 ajaxj:0:558E:01:001:Get Power Up Bomb 1 Now! ajaxj:0:558E:02:001:Get Power Up Bomb 2 Now! ajaxj:0:558C:01:000:Always have 2nd Heli ajaxj:0:558C:01:001:Get 2nd Heli Now! ajaxj:0:0000:00:999:[These [1H] codes only apply] ajaxj:0:0000:00:999:[to the 1st(main) Helicopter] ajaxj:0:558D:00:000:Always have Normal Shot [1H] ajaxj:0:558D:01:000:Always have Vulcan Shot [1H] ajaxj:0:558D:02:000:Always have 3-Way Shot [1H] ajaxj:0:558D:04:000:Always have Triple Shot [1H] ajaxj:0:558D:05:000:Always have Laser Shot [1H] ajaxj:0:558D:00:001:Get Normal Shot [1H] Now! ajaxj:0:558D:01:001:Get Vulcan Shot [1H] Now! ajaxj:0:558D:02:001:Get 3-Way Shot [1H] Now! ajaxj:0:558D:04:001:Get Triple Shot [1H] Now! ajaxj:0:558D:05:001:Get Laser Shot [1H] Now! ajaxj:0:0000:00:999:[These [2H] codes only apply] ajaxj:0:0000:00:999:[to the 2nd Helicopter. Earn] ajaxj:0:0000:00:999:[it or use the 2nd Heli ] ajaxj:0:0000:00:999:[cheat like everybody else! ] ajaxj:0:55ED:00:000:Always have Normal Shot [2H] ajaxj:0:55ED:01:000:Always have Vulcan Shot [2H] ajaxj:0:55ED:02:000:Always have 3-Way Shot [2H] ajaxj:0:55ED:04:000:Always have Triple Shot [2H] ajaxj:0:55ED:05:000:Always have Laser Shot [2H] ajaxj:0:55ED:00:001:Get Normal Shot [2H] Now! ajaxj:0:55ED:01:001:Get Vulcan Shot [2H] Now! ajaxj:0:55ED:02:001:Get 3-Way Shot [2H] Now! ajaxj:0:55ED:04:001:Get Triple Shot [2H] Now! ajaxj:0:55ED:05:001:Get Laser Shot [2H] Now! ajaxj:0:5809:04:001:Lose a Life Now! ajaxj:0:0000:00:999:[Enable these cheats on the ] ajaxj:0:0000:00:999:[Take Off or READY!! screen ] ajaxj:0:20A2:00:001:Start on Round 1 ajaxj:0:20A4:00:501:Start on Round 1 (2/2) ajaxj:0:20A2:01:001:Start on Round 2 ajaxj:0:20A4:01:501:Start on Round 2 (2/2) ajaxj:0:20A2:02:001:Start on Round 3 ajaxj:0:20A4:02:501:Start on Round 3 (2/2) ajaxj:0:20A2:04:001:Start on Round 4 ajaxj:0:20A4:03:501:Start on Round 4 (2/2) ajaxj:0:20A2:05:001:Start on Round 5 ajaxj:0:20A4:04:501:Start on Round 5 (2/2) ajaxj:0:20A2:06:001:Start on Round 6 ajaxj:0:20A4:05:501:Start on Round 6 (2/2) ajaxj:0:20A2:08:001:Start on Round 7 ajaxj:0:20A4:06:501:Start on Round 7 (2/2) ajaxj:0:20A2:09:001:Start on Round 8 ajaxj:0:20A4:07:501:Start on Round 8 (2/2) ajaxj:0:2809:F0:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Mahjong Angel Kiss ] akiss:0:FEE050A2:63:000:Infinite Credits :akiss:00200000:FEE05402:00999999:FFFFFFFF:Infinite Points akiss:0:FEE053BC:00:000:Infinite Thinking Time :akiss:00000300:FEE05764:00000002:FFFFFFFF:Select Round akiss:0:FEE053E4:06:000:1 Win to finish this Round Now! akiss:0:FEE054AE:30:001:Get winning hand Now! akiss:0:FEE054B0:30:501:Get winning hand Now! (02/14) akiss:0:FEE054B2:30:501:Get winning hand Now! (03/14) akiss:0:FEE054B4:31:501:Get winning hand Now! (04/14) akiss:0:FEE054B6:31:501:Get winning hand Now! (05/14) akiss:0:FEE054B8:31:501:Get winning hand Now! (06/14) akiss:0:FEE054BA:32:501:Get winning hand Now! (07/14) akiss:0:FEE054BC:32:501:Get winning hand Now! (08/14) akiss:0:FEE054BE:32:501:Get winning hand Now! (09/14) akiss:0:FEE054C0:33:501:Get winning hand Now! (10/14) akiss:0:FEE054C2:33:501:Get winning hand Now! (11/14) akiss:0:FEE054C4:33:501:Get winning hand Now! (12/14) akiss:0:FEE054C6:34:501:Get winning hand Now! (13/14) akiss:0:FEE054C8:34:501:Get winning hand Now! (14/14) akiss:0:FEE054AE:30:000:Always winning hand akiss:0:FEE054B0:30:500:Always winning hand (02/14) akiss:0:FEE054B2:30:500:Always winning hand (03/14) akiss:0:FEE054B4:31:500:Always winning hand (04/14) akiss:0:FEE054B6:31:500:Always winning hand (05/14) akiss:0:FEE054B8:31:500:Always winning hand (06/14) akiss:0:FEE054BA:32:500:Always winning hand (07/14) akiss:0:FEE054BC:32:500:Always winning hand (08/14) akiss:0:FEE054BE:32:500:Always winning hand (09/14) akiss:0:FEE054C0:33:500:Always winning hand (10/14) akiss:0:FEE054C2:33:500:Always winning hand (11/14) akiss:0:FEE054C4:33:500:Always winning hand (12/14) akiss:0:FEE054C6:34:500:Always winning hand (13/14) akiss:0:FEE054C8:34:500:Always winning hand (14/14) ; [ Akkanvader (Japan) ] akkanvdr:0:40FFCB:09:000:Infinite Credits akkanvdr:0:000000:00:999:[ Enable this round cheat on the ] akkanvdr:0:000000:00:999:[ Round Screen to work properly! ] akkanvdr:0:4155AB:05:072:Select current round akkanvdr:0:410CDF:08:000:Infinite Lives PL1 akkanvdr:0:410CC9:3B:000:Always have Auto&Full Pow PL1 akkanvdr:0:410CC9:3B:001:Get & Shoot Full Pow Now! PL1:Use this with an activation key for best effect :akkanvdr:00800000:410C9C:00000080:FFFFFFFF:Invincibility PL1 :akkanvdr:00000000:410CD7:00000010:00000010:Rapid Fire - Normal PL1:Turn it OFF on the name entry screen :akkanvdr:00000000:410CD7:00000010:00000010:Rapid Fire - Special PL1:Turn it OFF on the name entry screen :akkanvdr:00010000:410CE1:00000000:FFFFFFFF:Rapid Fire - Special PL1 (2/2) :akkanvdr:00000000:410CC9:0000003B:FFFFFFFF:Auto Charge Shot Fire - Nr PL1 :akkanvdr:00000000:410CC9:0000003B:FFFFFFFF:Auto Charge Shot Fire - Sp PL1 :akkanvdr:00010000:410CE1:00000000:FFFFFFFF:Auto Charge Shot Fire - Sp PL1 (2/2) akkanvdr:0:410D5F:08:000:Infinite Lives PL2 akkanvdr:0:410D49:3B:000:Always have Auto&Full Pow PL2 akkanvdr:0:410D49:3B:001:Get & Shoot Full Pow Now! PL2:Use this with an activation key for best effect :akkanvdr:00800000:410D1C:00000080:FFFFFFFF:Invincibility PL2 :akkanvdr:00000000:410D57:00000010:00000010:Rapid Fire - Normal PL2:Turn it OFF on the name entry screen :akkanvdr:00000000:410D57:00000010:00000010:Rapid Fire - Special PL2:Turn it OFF on the name entry screen :akkanvdr:00010000:410D61:00000000:FFFFFFFF:Rapid Fire - Special PL2 (2/2) :akkanvdr:00000000:410D49:0000003B:FFFFFFFF:Auto Charge Shot Fire - Nr PL2 :akkanvdr:00000000:410D49:0000003B:FFFFFFFF:Auto Charge Shot Fire - Sp PL2 :akkanvdr:00010000:412D9F:00000000:FFFFFFFF:Auto Charge Shot Fire - Sp PL2 (2/2) akkanvdr:0:000000:00:999:[After you enable these region ] akkanvdr:0:000000:00:999:[cheats to see any effect you will ] akkanvdr:0:000000:00:999:[have to reset the game (F3). Then ] akkanvdr:0:000000:00:999:[you may have to turn the Test Mode] akkanvdr:0:000000:00:999:[ON (F2) wait then reset again (F3)] akkanvdr:0:07FFFF:01:100:Region Switch = Japan akkanvdr:0:07FFFF:02:100:Region Switch = US akkanvdr:0:07FFFF:03:100:Region Switch = World ; [ Alcon ] alcon:0:C189:05:000:Infinite Lives :alcon:20800000:6959:00000018:FFFFFFFF:Invincibility:Doesn't give your wings Invincibility so use the 'Always have Full Wings' cheat for that! alcon:0:C18F:01:000:Always have One Star alcon:0:C1DE:40:000:Always have Side Arms alcon:0:C1DC:03:000:Always have Full Wings alcon:0:C209:82:500:Always have Full Wings (2/3) alcon:0:C219:82:500:Always have Full Wings (3/3) alcon:0:C1D7:01:000:Always have Bomb alcon:0:C1DD:05:500:Always have Bomb (2/2) alcon:0:C1D7:02:000:Always have Laser alcon:0:C1DD:03:500:Always have Laser (2/2) alcon:0:C1D7:03:000:Always have H Mis alcon:0:C1DD:07:500:Always have H Mis (2/2) alcon:0:C190:82:000:Always have Shield alcon:0:C1BF:07:500:Always have Shield (2/2) alcon:0:C18F:01:001:Now have One Star alcon:0:C18F:02:001:Now have Two Stars alcon:0:C18F:03:001:Now have Three Stars alcon:0:C18F:04:001:Now have Four Stars alcon:0:C18F:05:001:Now have Five Stars alcon:0:C18F:06:001:Now have Six Stars alcon:0:C18F:07:001:Now have Seven Stars alcon:0:C18F:08:001:Now have Eight Stars :alcon:00000000:C1D9:00000028:FFFFFFFF:Rapid Fire - Shot :alcon:00000000:C1DA:00000028:FFFFFFFF:Rapid Fire - Side Shot ; [ Alex Kidd: The Lost Stars (set 1, FD1089A 317-unknown) ] alexkid1:0:FFF000:09:000:Infinite Credits alexkid1:0:FFEF57:5A:000:Infinite Time PL1 alexkid1:0:FFEF50:06:000:Infinite Lives PL1 alexkid1:0:FFD840:03:000:Single Shot PL1 alexkid1:0:FFD84C:5D:000:Invincibility PL1 alexkid1:0:FFEF61:58:000:Infinite 'Shot 1' Time PL1 alexkid1:0:FFEF63:58:000:Infinite 'Shot 2' Time PL1 alexkid1:0:FFEF65:58:000:Infinite 'Jump' Time PL1 alexkid1:0:FFEF67:58:000:Infinite 'Speed' Time PL1 alexkid1:0:000000:00:999:[Don't use the 'Shot 1' and ] alexkid1:0:000000:00:999:[the 'Shot 2' simultaneously] alexkid1:0:000000:00:999:[The items will not be ] alexkid1:0:000000:00:999:[displayed correctly!! ] alexkid1:0:FFD840:02:020:Always have 'Shot 1' PL1 alexkid1:0:FFD840:02:041:Lose 'Shot 1' Now! PL1 alexkid1:0:FFD840:04:020:Always have 'Shot 2' PL1 alexkid1:0:FFD840:04:041:Lose 'Shot 2' Now! PL1 alexkid1:0:FFD840:08:020:Always have 'Jump' PL1 alexkid1:0:FFD840:08:041:Lose 'Jump' Now! PL1 alexkid1:0:FFD840:10:020:Always have 'Speed' PL1 alexkid1:0:FFD840:10:041:Lose 'Speed' Now! PL1 alexkid1:0:FFEFB7:5A:000:Infinite Time PL2 alexkid1:0:FFEFB0:06:000:Infinite Lives PL2 alexkid1:0:FFDA20:03:000:Single Shot PL2 alexkid1:0:FFDA2C:5D:000:Invincibility PL2 alexkid1:0:FFEFC1:58:000:Infinite 'Shot 1' Time PL2 alexkid1:0:FFEFC3:58:000:Infinite 'Shot 2' Time PL2 alexkid1:0:FFEFC5:58:000:Infinite 'Jump' Time PL2 alexkid1:0:FFEFC7:58:000:Infinite 'Speed' Time PL2 alexkid1:0:000000:00:999:[Don't use the 'Shot 1' and ] alexkid1:0:000000:00:999:[the 'Shot 2' simultaneously] alexkid1:0:000000:00:999:[The items will not be ] alexkid1:0:000000:00:999:[displayed correctly!! ] alexkid1:0:FFDA20:02:020:Always have 'Shot 1' PL2 alexkid1:0:FFDA20:02:041:Lose 'Shot 1' Now! PL2 alexkid1:0:FFDA20:04:020:Always have 'Shot 2' PL2 alexkid1:0:FFDA20:04:041:Lose 'Shot 2' Now! PL2 alexkid1:0:FFDA20:08:020:Always have 'Jump' PL2 alexkid1:0:FFDA20:08:041:Lose 'Jump' Now! PL2 alexkid1:0:FFDA20:10:020:Always have 'Speed' PL2 alexkid1:0:FFDA20:10:041:Lose 'Speed' Now! PL2 ; [ Alex Kidd: The Lost Stars (set 2, unprotected) ] alexkidd:0:FFF000:09:000:Infinite Credits alexkidd:0:FFEF57:5A:000:Infinite Time PL1 alexkidd:0:FFEF50:06:000:Infinite Lives PL1 alexkidd:0:FFD840:03:000:Single Shot PL1 alexkidd:0:FFD84C:5D:000:Invincibility PL1 alexkidd:0:FFEF61:58:000:Infinite 'Shot 1' Time PL1 alexkidd:0:FFEF63:58:000:Infinite 'Shot 2' Time PL1 alexkidd:0:FFEF65:58:000:Infinite 'Jump' Time PL1 alexkidd:0:FFEF67:58:000:Infinite 'Speed' Time PL1 alexkidd:0:000000:00:999:[Don't use the 'Shot 1' and ] alexkidd:0:000000:00:999:[the 'Shot 2' simultaneously] alexkidd:0:000000:00:999:[The items will not be ] alexkidd:0:000000:00:999:[displayed correctly!! ] alexkidd:0:FFD840:02:020:Always have 'Shot 1' PL1 alexkidd:0:FFD840:02:041:Lose 'Shot 1' Now! PL1 alexkidd:0:FFD840:04:020:Always have 'Shot 2' PL1 alexkidd:0:FFD840:04:041:Lose 'Shot 2' Now! PL1 alexkidd:0:FFD840:08:020:Always have 'Jump' PL1 alexkidd:0:FFD840:08:041:Lose 'Jump' Now! PL1 alexkidd:0:FFD840:10:020:Always have 'Speed' PL1 alexkidd:0:FFD840:10:041:Lose 'Speed' Now! PL1 alexkidd:0:FFEFB7:5A:000:Infinite Time PL2 alexkidd:0:FFEFB0:06:000:Infinite Lives PL2 alexkidd:0:FFDA20:03:000:Single Shot PL2 alexkidd:0:FFDA2C:5D:000:Invincibility PL2 alexkidd:0:FFEFC1:58:000:Infinite 'Shot 1' Time PL2 alexkidd:0:FFEFC3:58:000:Infinite 'Shot 2' Time PL2 alexkidd:0:FFEFC5:58:000:Infinite 'Jump' Time PL2 alexkidd:0:FFEFC7:58:000:Infinite 'Speed' Time PL2 alexkidd:0:000000:00:999:[Don't use the 'Shot 1' and ] alexkidd:0:000000:00:999:[the 'Shot 2' simultaneously] alexkidd:0:000000:00:999:[The items will not be ] alexkidd:0:000000:00:999:[displayed correctly!! ] alexkidd:0:FFDA20:02:020:Always have 'Shot 1' PL2 alexkidd:0:FFDA20:02:041:Lose 'Shot 1' Now! PL2 alexkidd:0:FFDA20:04:020:Always have 'Shot 2' PL2 alexkidd:0:FFDA20:04:041:Lose 'Shot 2' Now! PL2 alexkidd:0:FFDA20:08:020:Always have 'Jump' PL2 alexkidd:0:FFDA20:08:041:Lose 'Jump' Now! PL2 alexkidd:0:FFDA20:10:020:Always have 'Speed' PL2 alexkidd:0:FFDA20:10:041:Lose 'Speed' Now! PL2 ; [ Ali Baba and 40 Thieves ] alibaba:0:4E6E:99:000:Infinite Credits alibaba:0:4E14:06:000:Infinite Lives alibaba:0:4E15:05:500:Infinite Lives (2/2) :alibaba:20800000:8399:000000C9:FFFFFFFF:Invincibility :alibaba:20810000:8BB6:000000C9:FFFFFFFF:Invincibility (2/2):1st = Red Thief, 2nd = Big Red Thief :alibaba:20800000:3D4C:000000C9:FFFFFFFF:Transparent Bag:A thief won't be able to steal a bag alibaba:0:4E1C:01:001:1 enemy to finish round Now! ; [ Alien3: The Gun (World) ] :alien3:62000000:000000:00000000:FFFFFFFF:Select Starting Stage:Enable on the "PULL TRIGER" message screen after you've inserted a credit :alien3:00011001:2000A8:00000000:FFFFFFFF:Stage 1 :alien3:00011001:2000A8:00000001:FFFFFFFF:Stage 2-1 :alien3:00011001:2000A8:00000002:FFFFFFFF:Stage 2-2 :alien3:00011001:2000A8:00000003:FFFFFFFF:Stage 3 :alien3:00011001:2000A8:00000004:FFFFFFFF:Stage 4 :alien3:00011001:2000A8:00000005:FFFFFFFF:Stage 5 :alien3:00011001:2000A8:00000006:FFFFFFFF:Stage 6 :alien3:20800000:064D1D:000000CA:FFFFFFFF:Invincibility :alien3:20810000:064E93:000000CA:FFFFFFFF:Invincibility (2/2):1st = Normal Enemy, 2nd = Boss :alien3:00000000:701F25:00000018:FFFFFFFF:Infinite Credits PL1 :alien3:00100000:20069E:00000280:FFFFFFFF:Infinite Energy PL1 :alien3:00110000:2006A0:00000280:FFFFFFFF:Infinite Energy PL1 (2/2) :alien3:00100000:200698:000001FF:FFFFFFFF:Infinite Power PL1 :alien3:00000000:200697:00000009:FFFFFFFF:Infinite Bombs PL1 :alien3:00000000:701F24:00000018:FFFFFFFF:Infinite Credits PL2 :alien3:00100000:20079E:00000280:FFFFFFFF:Infinite Energy PL2 :alien3:00110000:2007A0:00000280:FFFFFFFF:Infinite Energy PL2 (2/2) :alien3:00100000:200798:000001FF:FFFFFFFF:Infinite Power PL2 :alien3:00000000:200797:00000009:FFFFFFFF:Infinite Bombs PL2 ; [ Alien3: The Gun (US) ] :alien3u:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the "PULL TRIGER" message screen after you've inserted a credit :alien3u:00011001:2000A8:00000000:FFFFFFFF:Stage 1 :alien3u:00011001:2000A8:00000001:FFFFFFFF:Stage 2-1 :alien3u:00011001:2000A8:00000002:FFFFFFFF:Stage 2-2 :alien3u:00011001:2000A8:00000003:FFFFFFFF:Stage 3 :alien3u:00011001:2000A8:00000004:FFFFFFFF:Stage 4 :alien3u:00011001:2000A8:00000005:FFFFFFFF:Stage 5 :alien3u:00011001:2000A8:00000006:FFFFFFFF:Stage 6 :alien3u:20800000:064E89:000000CA:FFFFFFFF:Invincibility :alien3u:20810000:064FFF:000000CA:FFFFFFFF:Invincibility (2/2):1st = Normal Enemy, 2nd = Boss :alien3u:00000000:701F25:00000018:FFFFFFFF:Infinite Credits PL1 :alien3u:00100000:20069E:00000280:FFFFFFFF:Infinite Energy PL1 :alien3u:00110000:2006A0:00000280:FFFFFFFF:Infinite Energy PL1 (2/2) :alien3u:00100000:200698:000001FF:FFFFFFFF:Infinite Power PL1 :alien3u:00000000:200697:00000009:FFFFFFFF:Infinite Bombs PL1 :alien3u:00000000:701F24:00000018:FFFFFFFF:Infinite Credits PL2 :alien3u:00100000:20079E:00000280:FFFFFFFF:Infinite Energy PL2 :alien3u:00110000:2007A0:00000280:FFFFFFFF:Infinite Energy PL2 (2/2) :alien3u:00100000:200798:000001FF:FFFFFFFF:Infinite Power PL2 :alien3u:00000000:200797:00000009:FFFFFFFF:Infinite Bombs PL2 ; [ Alien Arena ] alienar:0:0000:00:999:[ This game hasn't even ]:REASON 11 alienar:0:0000:00:999:[ been looked at due to ]:REASON 11 alienar:0:0000:00:999:[ time constraints - Too]:REASON 11 alienar:0:0000:00:999:[ many games and so ]:REASON 11 alienar:0:0000:00:999:[ little time. It is ]:REASON 11 alienar:0:0000:00:999:[ even possible that ]:REASON 11 alienar:0:0000:00:999:[ this game may be a ]:REASON 11 alienar:0:0000:00:999:[ clone of an existing ]:REASON 11 alienar:0:0000:00:999:[ game which may have ]:REASON 11 alienar:0:0000:00:999:[ cheats. Please search ]:REASON 11 alienar:0:0000:00:999:[ the cheat forums ]:REASON 11 alienar:0:0000:00:999:[ before posting cheat ]:REASON 11 alienar:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Alien Arena (Stargate Upgrade) ] alienaru:0:0000:00:999:[ This game hasn't even ]:REASON 11 alienaru:0:0000:00:999:[ been looked at due to ]:REASON 11 alienaru:0:0000:00:999:[ time constraints - Too]:REASON 11 alienaru:0:0000:00:999:[ many games and so ]:REASON 11 alienaru:0:0000:00:999:[ little time. It is ]:REASON 11 alienaru:0:0000:00:999:[ even possible that ]:REASON 11 alienaru:0:0000:00:999:[ this game may be a ]:REASON 11 alienaru:0:0000:00:999:[ clone of an existing ]:REASON 11 alienaru:0:0000:00:999:[ game which may have ]:REASON 11 alienaru:0:0000:00:999:[ cheats. Please search ]:REASON 11 alienaru:0:0000:00:999:[ the cheat forums ]:REASON 11 alienaru:0:0000:00:999:[ before posting cheat ]:REASON 11 alienaru:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Alien Invasion Part II ] alieninv:0:20EB:99:000:Infinite Credits alieninv:0:2009:78:000:Invaders never drop alieninv:0:2069:00:000:Invaders don't fire alieninv:0:206A:30:500:Invaders don't fire (2/2) alieninv:0:0293:C3:100:Bullet Invincibility alieninv:0:2094:04:540:Bullet Invincibility (2/3) alieninv:0:2015:FF:500:Bullet Invincibility (3/3) :alieninv:62000000:0000:00000000:00000000:Bullet Speed always = :alieninv:00010000:202C:00000002:FFFFFFFF:Slow :alieninv:00010000:202C:00000004:FFFFFFFF:Normal :alieninv:00010000:202C:00000006:FFFFFFFF:Fast :alieninv:00010000:202C:00000008:FFFFFFFF:V Fast :alieninv:00010000:202C:0000000A:FFFFFFFF:Turbo alieninv:0:163E:00:100:Autofire Mode alieninv:0:21FF:07:000:Infinite Lives PL1 alieninv:0:2100:00:001:Kill All Invaders Now! PL1 alieninv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 alieninv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) alieninv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) alieninv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) alieninv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) alieninv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) alieninv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) alieninv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) alieninv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) alieninv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) alieninv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line alieninv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) alieninv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) alieninv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) alieninv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) alieninv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) alieninv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) alieninv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) alieninv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) alieninv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) alieninv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) alieninv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line alieninv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) alieninv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) alieninv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) alieninv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) alieninv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) alieninv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) alieninv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) alieninv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) alieninv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) alieninv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) alieninv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line alieninv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) alieninv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) alieninv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) alieninv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) alieninv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) alieninv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) alieninv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) alieninv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) alieninv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) alieninv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) alieninv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line alieninv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) alieninv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) alieninv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) alieninv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) alieninv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) alieninv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) alieninv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) alieninv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) alieninv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) alieninv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) alieninv:0:22FF:07:000:Infinite Lives PL2 alieninv:0:2200:00:001:Kill All Invaders Now! PL2 alieninv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 alieninv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) alieninv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) alieninv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) alieninv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) alieninv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) alieninv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) alieninv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) alieninv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) alieninv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) alieninv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line alieninv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) alieninv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) alieninv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) alieninv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) alieninv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) alieninv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) alieninv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) alieninv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) alieninv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) alieninv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) alieninv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line alieninv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) alieninv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) alieninv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) alieninv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) alieninv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) alieninv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) alieninv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) alieninv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) alieninv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) alieninv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) alieninv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line alieninv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) alieninv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) alieninv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) alieninv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) alieninv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) alieninv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) alieninv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) alieninv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) alieninv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) alieninv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) alieninv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line alieninv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) alieninv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) alieninv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) alieninv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) alieninv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) alieninv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) alieninv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) alieninv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) alieninv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) alieninv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Aliens (World set 1) ] aliens:0:0802:99:000:Infinite Credits aliens:0:1902:08:000:Infinite Energy PL1 aliens:0:0A78:39:000:Invincibility PL1 aliens:0:0A6B:19:000:Infinite Bombs PL1 aliens:0:0A6B:29:000:Infinite Super Bombs PL1 aliens:0:0A71:00:000:Always have Normal Weapon PL1 aliens:0:0A71:01:000:Always have Super MissilesPL1 aliens:0:0A71:02:000:Always have Flame Thrower PL1 aliens:0:0A71:03:000:Always have 3-Way Gun PL1 aliens:0:0A71:04:000:Always have Missiles PL1 aliens:0:0A71:05:000:Always have Robot PL1:This cheat is buggy! aliens:0:0A71:00:001:Get Normal Weapon Now! PL1 aliens:0:0A71:01:001:Get Super Missiles Now! PL1 aliens:0:0A71:02:001:Get Flame Thrower Now! PL1 aliens:0:0A71:03:001:Get 3-Way Gun Now! PL1 aliens:0:0A71:04:001:Get Missiles Now! PL1 aliens:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy! aliens:0:1942:08:000:Infinite Energy PL2 aliens:0:0AB8:39:000:Invincibility PL2 aliens:0:0AAB:19:000:Infinite Bombs PL2 aliens:0:0AAB:29:000:Infinite Super Bombs PL2 aliens:0:0AB1:00:000:Always have Normal Weapon PL2 aliens:0:0AB1:01:000:Always have Super MissilesPL2 aliens:0:0AB1:02:000:Always have Flame Thrower PL2 aliens:0:0AB1:03:000:Always have 3-Way Gun PL2 aliens:0:0AB1:04:000:Always have Missiles PL2 aliens:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy! aliens:0:0AB1:00:001:Get Normal Weapon Now! PL2 aliens:0:0AB1:01:001:Get Super Missiles Now! PL2 aliens:0:0AB1:02:001:Get Flame Thrower Now! PL2 aliens:0:0AB1:03:001:Get 3-Way Gun Now! PL2 aliens:0:0AB1:04:001:Get Missiles Now! PL2 aliens:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy! aliens:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Aliens (World set 2) ] aliens2:0:0802:99:000:Infinite Credits aliens2:0:1902:08:000:Infinite Energy PL1 aliens2:0:0A78:39:000:Invincibility PL1 aliens2:0:0A6B:19:000:Infinite Bombs PL1 aliens2:0:0A6B:29:000:Infinite Super Bombs PL1 aliens2:0:0A71:00:000:Always have Normal Weapon PL1 aliens2:0:0A71:01:000:Always have Super MissilesPL1 aliens2:0:0A71:02:000:Always have Flame Thrower PL1 aliens2:0:0A71:03:000:Always have 3-Way Gun PL1 aliens2:0:0A71:04:000:Always have Missiles PL1 aliens2:0:0A71:05:000:Always have Robot PL1:This cheat is buggy! aliens2:0:0A71:00:001:Get Normal Weapon Now! PL1 aliens2:0:0A71:01:001:Get Super Missiles Now! PL1 aliens2:0:0A71:02:001:Get Flame Thrower Now! PL1 aliens2:0:0A71:03:001:Get 3-Way Gun Now! PL1 aliens2:0:0A71:04:001:Get Missiles Now! PL1 aliens2:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy! aliens2:0:1942:08:000:Infinite Energy PL2 aliens2:0:0AB8:39:000:Invincibility PL2 aliens2:0:0AAB:19:000:Infinite Bombs PL2 aliens2:0:0AAB:29:000:Infinite Super Bombs PL2 aliens2:0:0AB1:00:000:Always have Normal Weapon PL2 aliens2:0:0AB1:01:000:Always have Super MissilesPL2 aliens2:0:0AB1:02:000:Always have Flame Thrower PL2 aliens2:0:0AB1:03:000:Always have 3-Way Gun PL2 aliens2:0:0AB1:04:000:Always have Missiles PL2 aliens2:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy! aliens2:0:0AB1:00:001:Get Normal Weapon Now! PL2 aliens2:0:0AB1:01:001:Get Super Missiles Now! PL2 aliens2:0:0AB1:02:001:Get Flame Thrower Now! PL2 aliens2:0:0AB1:03:001:Get 3-Way Gun Now! PL2 aliens2:0:0AB1:04:001:Get Missiles Now! PL2 aliens2:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy! aliens2:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Aliens (World set 3) ] aliens3:0:0802:99:000:Infinite Credits aliens3:0:1902:08:000:Infinite Energy PL1 aliens3:0:0A78:39:000:Invincibility PL1 aliens3:0:0A6B:19:000:Infinite Bombs PL1 aliens3:0:0A6B:29:000:Infinite Super Bombs PL1 aliens3:0:0A71:00:000:Always have Normal Weapon PL1 aliens3:0:0A71:01:000:Always have Super MissilesPL1 aliens3:0:0A71:02:000:Always have Flame Thrower PL1 aliens3:0:0A71:03:000:Always have 3-Way Gun PL1 aliens3:0:0A71:04:000:Always have Missiles PL1 aliens3:0:0A71:05:000:Always have Robot PL1:This cheat is buggy! aliens3:0:0A71:00:001:Get Normal Weapon Now! PL1 aliens3:0:0A71:01:001:Get Super Missiles Now! PL1 aliens3:0:0A71:02:001:Get Flame Thrower Now! PL1 aliens3:0:0A71:03:001:Get 3-Way Gun Now! PL1 aliens3:0:0A71:04:001:Get Missiles Now! PL1 aliens3:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy! aliens3:0:1942:08:000:Infinite Energy PL2 aliens3:0:0AB8:39:000:Invincibility PL2 aliens3:0:0AAB:19:000:Infinite Bombs PL2 aliens3:0:0AAB:29:000:Infinite Super Bombs PL2 aliens3:0:0AB1:00:000:Always have Normal Weapon PL2 aliens3:0:0AB1:01:000:Always have Super MissilesPL2 aliens3:0:0AB1:02:000:Always have Flame Thrower PL2 aliens3:0:0AB1:03:000:Always have 3-Way Gun PL2 aliens3:0:0AB1:04:000:Always have Missiles PL2 aliens3:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy! aliens3:0:0AB1:00:001:Get Normal Weapon Now! PL2 aliens3:0:0AB1:01:001:Get Super Missiles Now! PL2 aliens3:0:0AB1:02:001:Get Flame Thrower Now! PL2 aliens3:0:0AB1:03:001:Get 3-Way Gun Now! PL2 aliens3:0:0AB1:04:001:Get Missiles Now! PL2 aliens3:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy! aliens3:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Aliens (Japan set 1) ] aliensj:0:0802:99:000:Infinite Credits aliensj:0:1902:08:000:Infinite Energy PL1 aliensj:0:0A78:39:000:Invincibility PL1 aliensj:0:0A6B:19:000:Infinite Bombs PL1 aliensj:0:0A6B:29:000:Infinite Super Bombs PL1 aliensj:0:0A71:00:000:Always have Normal Weapon PL1 aliensj:0:0A71:01:000:Always have Super MissilesPL1 aliensj:0:0A71:02:000:Always have Flame Thrower PL1 aliensj:0:0A71:03:000:Always have 3-Way Gun PL1 aliensj:0:0A71:04:000:Always have Missiles PL1 aliensj:0:0A71:05:000:Always have Robot PL1:This cheat is buggy! aliensj:0:0A71:00:001:Get Normal Weapon Now! PL1 aliensj:0:0A71:01:001:Get Super Missiles Now! PL1 aliensj:0:0A71:02:001:Get Flame Thrower Now! PL1 aliensj:0:0A71:03:001:Get 3-Way Gun Now! PL1 aliensj:0:0A71:04:001:Get Missiles Now! PL1 aliensj:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy! aliensj:0:1942:08:000:Infinite Energy PL2 aliensj:0:0AB8:39:000:Invincibility PL2 aliensj:0:0AAB:19:000:Infinite Bombs PL2 aliensj:0:0AAB:29:000:Infinite Super Bombs PL2 aliensj:0:0AB1:00:000:Always have Normal Weapon PL2 aliensj:0:0AB1:01:000:Always have Super MissilesPL2 aliensj:0:0AB1:02:000:Always have Flame Thrower PL2 aliensj:0:0AB1:03:000:Always have 3-Way Gun PL2 aliensj:0:0AB1:04:000:Always have Missiles PL2 aliensj:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy! aliensj:0:0AB1:00:001:Get Normal Weapon Now! PL2 aliensj:0:0AB1:01:001:Get Super Missiles Now! PL2 aliensj:0:0AB1:02:001:Get Flame Thrower Now! PL2 aliensj:0:0AB1:03:001:Get 3-Way Gun Now! PL2 aliensj:0:0AB1:04:001:Get Missiles Now! PL2 aliensj:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy! aliensj:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Aliens (Japan set 2) ] aliensj2:0:0802:99:000:Infinite Credits aliensj2:0:1902:08:000:Infinite Energy PL1 aliensj2:0:0A78:39:000:Invincibility PL1 aliensj2:0:0A6B:19:000:Infinite Bombs PL1 aliensj2:0:0A6B:29:000:Infinite Super Bombs PL1 aliensj2:0:0A71:00:000:Always have Normal Weapon PL1 aliensj2:0:0A71:01:000:Always have Super MissilesPL1 aliensj2:0:0A71:02:000:Always have Flame Thrower PL1 aliensj2:0:0A71:03:000:Always have 3-Way Gun PL1 aliensj2:0:0A71:04:000:Always have Missiles PL1 aliensj2:0:0A71:05:000:Always have Robot PL1:This cheat is buggy! aliensj2:0:0A71:00:001:Get Normal Weapon Now! PL1 aliensj2:0:0A71:01:001:Get Super Missiles Now! PL1 aliensj2:0:0A71:02:001:Get Flame Thrower Now! PL1 aliensj2:0:0A71:03:001:Get 3-Way Gun Now! PL1 aliensj2:0:0A71:04:001:Get Missiles Now! PL1 aliensj2:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy! aliensj2:0:1942:08:000:Infinite Energy PL2 aliensj2:0:0AB8:39:000:Invincibility PL2 aliensj2:0:0AAB:19:000:Infinite Bombs PL2 aliensj2:0:0AAB:29:000:Infinite Super Bombs PL2 aliensj2:0:0AB1:00:000:Always have Normal Weapon PL2 aliensj2:0:0AB1:01:000:Always have Super MissilesPL2 aliensj2:0:0AB1:02:000:Always have Flame Thrower PL2 aliensj2:0:0AB1:03:000:Always have 3-Way Gun PL2 aliensj2:0:0AB1:04:000:Always have Missiles PL2 aliensj2:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy! aliensj2:0:0AB1:00:001:Get Normal Weapon Now! PL2 aliensj2:0:0AB1:01:001:Get Super Missiles Now! PL2 aliensj2:0:0AB1:02:001:Get Flame Thrower Now! PL2 aliensj2:0:0AB1:03:001:Get 3-Way Gun Now! PL2 aliensj2:0:0AB1:04:001:Get Missiles Now! PL2 aliensj2:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy! aliensj2:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Aliens (US) ] aliensu:0:0802:99:000:Infinite Credits aliensu:0:1902:08:000:Infinite Energy PL1 aliensu:0:0A78:39:000:Invincibility PL1 aliensu:0:0A6B:19:000:Infinite Bombs PL1 aliensu:0:0A6B:29:000:Infinite Super Bombs PL1 aliensu:0:0A71:00:000:Always have Normal Weapon PL1 aliensu:0:0A71:01:000:Always have Super MissilesPL1 aliensu:0:0A71:02:000:Always have Flame Thrower PL1 aliensu:0:0A71:03:000:Always have 3-Way Gun PL1 aliensu:0:0A71:04:000:Always have Missiles PL1 aliensu:0:0A71:05:000:Always have Robot PL1:This cheat is buggy! aliensu:0:0A71:00:001:Get Normal Weapon Now! PL1 aliensu:0:0A71:01:001:Get Super Missiles Now! PL1 aliensu:0:0A71:02:001:Get Flame Thrower Now! PL1 aliensu:0:0A71:03:001:Get 3-Way Gun Now! PL1 aliensu:0:0A71:04:001:Get Missiles Now! PL1 aliensu:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy! aliensu:0:1942:08:000:Infinite Energy PL2 aliensu:0:0AB8:39:000:Invincibility PL2 aliensu:0:0AAB:19:000:Infinite Bombs PL2 aliensu:0:0AAB:29:000:Infinite Super Bombs PL2 aliensu:0:0AB1:00:000:Always have Normal Weapon PL2 aliensu:0:0AB1:01:000:Always have Super MissilesPL2 aliensu:0:0AB1:02:000:Always have Flame Thrower PL2 aliensu:0:0AB1:03:000:Always have 3-Way Gun PL2 aliensu:0:0AB1:04:000:Always have Missiles PL2 aliensu:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy! aliensu:0:0AB1:00:001:Get Normal Weapon Now! PL2 aliensu:0:0AB1:01:001:Get Super Missiles Now! PL2 aliensu:0:0AB1:02:001:Get Flame Thrower Now! PL2 aliensu:0:0AB1:03:001:Get 3-Way Gun Now! PL2 aliensu:0:0AB1:04:001:Get Missiles Now! PL2 aliensu:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy! aliensu:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Alien Syndrome (set 1, System 16A, FD1089A 317-0033) ] aliensy1:0:FFC000:09:000:Infinite Credits aliensy1:0:FFC113:9A:000:Infinite Time aliensy1:0:FFCBB0:01:000:Infinite Map Time aliensy1:0:FFC131:00:000:One Comrade Opens The Exit aliensy1:0:FFC234:05:000:Infinite Lives PL1 aliensy1:0:FFC235:01:000:Invincibility PL1 :aliensy1:00000000:FFC243:00000000:FFFFFFFF:Rapid Fire PL1 aliensy1:0:FFC2B4:05:000:Infinite Lives PL2 aliensy1:0:FFC2B5:01:000:Invincibility PL2 :aliensy1:00000000:FFC2C3:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Alien Syndrome (set 2, System 16A, FD1089A 317-0033) ] aliensy2:0:FFC000:09:000:Infinite Credits aliensy2:0:FFC113:9A:000:Infinite Time aliensy2:0:FFCBB0:01:000:Infinite Map Time aliensy2:0:FFC131:00:000:One Comrade Opens The Exit aliensy2:0:FFC234:05:000:Infinite Lives PL1 aliensy2:0:FFC235:01:000:Invincibility PL1 :aliensy2:00000000:FFC243:00000000:FFFFFFFF:Rapid Fire PL1 aliensy2:0:FFC2B4:05:000:Infinite Lives PL2 aliensy2:0:FFC2B5:01:000:Invincibility PL2 :aliensy2:00000000:FFC2C3:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Alien Syndrome (set 3, System 16B, FD1089A 317-0033) ] aliensy3:0:FFC000:09:000:Infinite Credits aliensy3:0:FFC113:9A:000:Infinite Time aliensy3:0:FFCBB0:01:000:Infinite Map Time aliensy3:0:FFC131:00:000:One Comrade Opens The Exit aliensy3:0:FFC234:05:000:Infinite Lives PL1 aliensy3:0:FFC235:01:000:Invincibility PL1 :aliensy3:00000000:FFC243:00000000:FFFFFFFF:Rapid Fire PL1 aliensy3:0:FFC2B4:05:000:Infinite Lives PL2 aliensy3:0:FFC2B5:01:000:Invincibility PL2 :aliensy3:00000000:FFC2C3:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Alien Syndrome (set 4, System 16B, unprotected) ] aliensyn:0:FFC000:09:000:Infinite Credits aliensyn:0:FFC113:9A:000:Infinite Time aliensyn:0:FFCBB0:01:000:Infinite Map Time aliensyn:0:FFC131:00:000:One Comrade Opens The Exit aliensyn:0:FFC234:05:000:Infinite Lives PL1 aliensyn:0:FFC235:01:000:Invincibility PL1 :aliensyn:00000000:FFC243:00000000:FFFFFFFF:Rapid Fire PL1 aliensyn:0:FFC2B4:05:000:Infinite Lives PL2 aliensyn:0:FFC2B5:01:000:Invincibility PL2 :aliensyn:00000000:FFC2C3:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Alligator Hunt ] aligator:0:FE0027:04:000:Infinite Energy PL1 aligator:0:FE002D:63:000:Infinite Missiles PL1 aligator:0:FE00A7:04:000:Infinite Energy PL2 aligator:0:FE00AD:63:000:Infinite Missiles PL2 ; [ Alligator Hunt (unprotected) ] aligatun:0:FE0027:04:000:Infinite Energy PL1 aligatun:0:FE002D:63:000:Infinite Missiles PL1 aligatun:0:FE00A7:04:000:Infinite Energy PL2 aligatun:0:FE00AD:63:000:Infinite Missiles PL2 ; [ Alley Master ] alleymas:0:E7E6:09:000:Infinite Credits alleymas:0:E280:FF:000:Score 255 with every throw ; [ Alpha Fighter / Head On ] alphaho:0:85D9:06:000:Infinite Lives (Alpha F) PL1 alphaho:0:85DB:06:000:Infinite Lives (Alpha F) PL2 alphaho:0:85BE:08:000:Infinite Lives (Head On) PL1 alphaho:0:85BF:08:000:Infinite Lives (Head On) PL2 ; [ Alpha Mission II / ASO II - Last Guardian ] alpham2:0:10FD89:64:000:Infinite Continues alpham2:0:100FEC:00:500:Infinite Continues (2/2) alpham2:0:1010F2:03:000:Infinite Lives PL1 alpham2:0:1010DD:18:000:Weapon Power Up PL1 alpham2:0:101015:00:000:Invincibility PL1:Sprite flickers alpham2:0:1011F2:03:000:Infinite Lives PL2 alpham2:0:1011DD:18:000:Weapon Power Up PL2 alpham2:0:101115:00:000:Invincibility PL2:Sprite flickers :alpham2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :alpham2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :alpham2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Alpha Mission ] alphamis:0:E774:99:000:Infinite Credits alphamis:0:DCD5:00:000:Invincibility :alphamis:20A00000:24D5:00000306:FFFFFFFF:1 Parts to Get Armor :alphamis:20800000:20AF:000000B1:FFFFFFFF:B-Panel Always 8000 pts :alphamis:20910000:20B2:000001FF:FFFFFFFF:B-Panel Always 8000 pts (2/2) alphamis:0:DCEB:09:000:Infinite Lives PL1 alphamis:0:DD23:03:000:Infinite Continues PL1:If continue play is available alphamis:0:DD07:19:000:Maximum Energy PL1 alphamis:0:DD08:19:500:Maximum Energy PL1 (2/2) alphamis:0:DD01:30:020:Maximum Speed PL1 alphamis:0:DD01:0C:020:Maximum Fire Power PL1 alphamis:0:DD01:03:020:Maximum Missiles PL1 :alphamis:00000000:DCFE:00000000:FFFFFFFF:Rapid Fire - Antiair PL1 :alphamis:00000000:DCFF:00000000:FFFFFFFF:Rapid Fire - Antisurface PL1 :alphamis:00000000:DCD6:00000005:FFFFFFFF:Always Open Item Box PL1 :alphamis:00000000:DD04:00000001:00000001:Always Have Oct Armor PL1 :alphamis:00000000:DD04:00000002:00000002:Always Have Shield Armor PL1 :alphamis:00000000:DD04:00000004:00000004:Always Have Cannon Armor PL1 :alphamis:00000000:DD04:00000008:00000008:Always Have Homing Armor PL1 :alphamis:00000000:DD04:00000010:00000010:Always Have Paralyz Armor PL1 :alphamis:00000000:DD04:00000020:00000020:Always Have Nuclear Armor PL1 :alphamis:00000000:DD04:00000040:00000040:Always Have Fire Armor PL1 :alphamis:00000000:DD04:00000080:00000080:Always Have Thunder Armor PL1 :alphamis:62000000:0000:00000000:00000000:Select Equipped Armor PL1 :alphamis:00010000:DCC9:00000000:FFFFFFFF:No Armor :alphamis:00010000:DCC9:00000001:FFFFFFFF:Oct Armor :alphamis:00010000:DCC9:00000002:FFFFFFFF:Shield Armor :alphamis:00010000:DCC9:00000003:FFFFFFFF:Cannon Armor :alphamis:00010000:DCC9:00000004:FFFFFFFF:Homing Armor :alphamis:00010000:DCC9:00000005:FFFFFFFF:Paralyz Armor :alphamis:00010000:DCC9:00000006:FFFFFFFF:Nuclear Armor :alphamis:00010000:DCC9:00000007:FFFFFFFF:Fire Armor :alphamis:00010000:DCC9:00000008:FFFFFFFF:Thunder Armor alphamis:0:DD4F:09:000:Infinite Lives PL2 alphamis:0:DD87:03:000:Infinite Continues PL2:If continue play is available alphamis:0:DD6B:19:000:Maximum Energy PL2 alphamis:0:DD6C:19:500:Maximum Energy PL2 (2/2) alphamis:0:DD65:30:020:Maximum Speed PL2 alphamis:0:DD65:0C:020:Maximum Fire Power PL2 alphamis:0:DD65:03:020:Maximum Missiles PL2 :alphamis:00000000:DD62:00000000:FFFFFFFF:Rapid Fire - Antiair PL2 :alphamis:00000000:DD63:00000000:FFFFFFFF:Rapid Fire - Antisurface PL2 :alphamis:00000000:DD3A:00000005:FFFFFFFF:Always Open Item Box PL2 :alphamis:00000000:DD68:00000001:00000001:Always Have Oct Armor PL2 :alphamis:00000000:DD68:00000002:00000002:Always Have Shield Armor PL2 :alphamis:00000000:DD68:00000004:00000004:Always Have Cannon Armor PL2 :alphamis:00000000:DD68:00000008:00000008:Always Have Homing Armor PL2 :alphamis:00000000:DD68:00000010:00000010:Always Have Paralyz Armor PL2 :alphamis:00000000:DD68:00000020:00000020:Always Have Nuclear Armor PL2 :alphamis:00000000:DD68:00000040:00000040:Always Have Fire Armor PL2 :alphamis:00000000:DD68:00000080:00000080:Always Have Thunder Armor PL2 :alphamis:62000000:0000:00000000:00000000:Select Equipped Armor PL2 :alphamis:00010000:DD2D:00000000:FFFFFFFF:No Armor :alphamis:00010000:DD2D:00000001:FFFFFFFF:Oct Armor :alphamis:00010000:DD2D:00000002:FFFFFFFF:Shield Armor :alphamis:00010000:DD2D:00000003:FFFFFFFF:Cannon Armor :alphamis:00010000:DD2D:00000004:FFFFFFFF:Homing Armor :alphamis:00010000:DD2D:00000005:FFFFFFFF:Paralyze Armor :alphamis:00010000:DD2D:00000006:FFFFFFFF:Nuclear Armor :alphamis:00010000:DD2D:00000007:FFFFFFFF:Fire Armor :alphamis:00010000:DD2D:00000008:FFFFFFFF:Thunder Armor :alphamis:00000000:D819:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Alpha One (prototype, 5 lives) ] alphaona:0:08CE:0A:000:Infinite Lives alphaona:0:08CB:99:000:Infinite Reactor Time alphaona:0:08CD:FE:000:Infinite Oxygen ; [ Alpha One (prototype, 3 lives) ] alphaone:0:08CE:0A:000:Infinite Lives alphaone:0:08CB:99:000:Infinite Reactor Time alphaone:0:08CD:FE:000:Infinite Oxygen ; [ Alphax Z, The (Japan) ] alphaxz:0:C238:09:000:Infinite Credits alphaxz:0:C616:90:000:Infinite Energy alphaxz:0:C614:00:000:Invincibility alphaxz:0:C615:04:000:Always have Best Ship :alphaxz:00000000:C402:00000000:FFFFFFFF:Rapid Fire alphaxz:0:C206:03:000:Infinite Lives PL1 alphaxz:0:C210:03:000:Infinite Lives PL2 ; [ Alpine Ski (set 1) ] alpine:0:8099:09:000:Infinite Credits alpine:0:0000:00:999:[See the Dip Switch Menu to ] alpine:0:0000:00:999:[enable Invincibility. ] alpine:0:80F2:59:000:Infinite Time PL1 alpine:0:80F5:59:000:Infinite Time PL2 ; [ Alpine Ski (set 2) ] alpinea:0:8099:09:000:Infinite Credits alpinea:0:0000:00:999:[See the Dip Switch Menu to ] alpinea:0:0000:00:999:[enable Invincibility. ] alpinea:0:80F2:59:000:Infinite Time PL1 alpinea:0:80F5:59:000:Infinite Time PL2 ; [ Alpine Racer (Rev. AR2 Ver.C) ] alpinerc:0:0000:00:999:[ There are no cheats ]:REASON 1 alpinerc:0:0000:00:999:[ for this game as it ]:REASON 1 alpinerc:0:0000:00:999:[ didn't work the last ]:REASON 1 alpinerc:0:0000:00:999:[ time it was tested. ]:REASON 1 alpinerc:0:0000:00:999:[ If the game now works ]:REASON 1 alpinerc:0:0000:00:999:[ please request cheats ]:REASON 1 alpinerc:0:0000:00:999:[ for it on the cheat ]:REASON 1 alpinerc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Alpine Racer (Rev. AR2 Ver.D) ] alpinerd:0:0000:00:999:[ There are no cheats ]:REASON 1 alpinerd:0:0000:00:999:[ for this game as it ]:REASON 1 alpinerd:0:0000:00:999:[ didn't work the last ]:REASON 1 alpinerd:0:0000:00:999:[ time it was tested. ]:REASON 1 alpinerd:0:0000:00:999:[ If the game now works ]:REASON 1 alpinerd:0:0000:00:999:[ please request cheats ]:REASON 1 alpinerd:0:0000:00:999:[ for it on the cheat ]:REASON 1 alpinerd:0:0000:00:999:[ forums. ]:REASON 1 ; [ Alpine Surfer (Rev. AF2 Ver.A) ] alpinesa:0:0000:00:999:[ There are no cheats ]:REASON 1 alpinesa:0:0000:00:999:[ for this game as it ]:REASON 1 alpinesa:0:0000:00:999:[ didn't work the last ]:REASON 1 alpinesa:0:0000:00:999:[ time it was tested. ]:REASON 1 alpinesa:0:0000:00:999:[ If the game now works ]:REASON 1 alpinesa:0:0000:00:999:[ please request cheats ]:REASON 1 alpinesa:0:0000:00:999:[ for it on the cheat ]:REASON 1 alpinesa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Alpine Racer 2 (Rev. ARS2 Ver.B) ] :alpinr2b:00000000:00E18900:00000016:FFFFFFFF:Infinite Time ; [ Juuouki (set 1, Japan, FD1094 317-0065) ] altbeaj1:0:FFE018:0B:000:Infinite Lives PL1 altbeaj1:0:FFC04A:30:000:Infinite Energy PL1 altbeaj1:0:FFC06A:00:000:Power-ups do nothing PL1 altbeaj1:0:FFC06B:00:500:Power-ups do nothing PL1(2/2) altbeaj1:0:FFC06A:01:000:Always Power Level 2 PL1 altbeaj1:0:FFC06B:01:500:Always Power Level 2 PL1(2/2) altbeaj1:0:FFC06A:02:000:Always Power Level 3 PL1 altbeaj1:0:FFC06B:02:500:Always Power Level 3 PL1(2/2) altbeaj1:0:FFC06A:03:000:Always Beast PL1 altbeaj1:0:FFC06B:03:500:Always Beast PL1 (2/2) altbeaj1:0:FFE098:0B:000:Infinite Lives PL2 altbeaj1:0:FFC44A:30:000:Infinite Energy PL2 altbeaj1:0:FFC46A:00:000:Power-ups do nothing PL2 altbeaj1:0:FFC46B:00:500:Power-ups do nothing PL2(2/2) altbeaj1:0:FFC46A:01:000:Always Power Level 2 PL2 altbeaj1:0:FFC46B:01:500:Always Power Level 2 PL2(2/2) altbeaj1:0:FFC46A:02:000:Always Power Level 3 PL2 altbeaj1:0:FFC46B:02:500:Always Power Level 3 PL2(2/2) altbeaj1:0:FFC46A:03:000:Always Beast PL2 altbeaj1:0:FFC46B:03:500:Always Beast PL2 (2/2) ; [ Juuouki (set 3, Japan, FD1094 317-0068) ] altbeaj3:0:FFE018:0B:000:Infinite Lives PL1 altbeaj3:0:FFC04A:30:000:Infinite Energy PL1 altbeaj3:0:FFC06A:00:000:Power-ups do nothing PL1 altbeaj3:0:FFC06B:00:500:Power-ups do nothing PL1(2/2) altbeaj3:0:FFC06A:01:000:Always Power Level 2 PL1 altbeaj3:0:FFC06B:01:500:Always Power Level 2 PL1(2/2) altbeaj3:0:FFC06A:02:000:Always Power Level 3 PL1 altbeaj3:0:FFC06B:02:500:Always Power Level 3 PL1(2/2) altbeaj3:0:FFC06A:03:000:Always Beast PL1 altbeaj3:0:FFC06B:03:500:Always Beast PL1 (2/2) altbeaj3:0:FFE098:0B:000:Infinite Lives PL2 altbeaj3:0:FFC44A:30:000:Infinite Energy PL2 altbeaj3:0:FFC46A:00:000:Power-ups do nothing PL2 altbeaj3:0:FFC46B:00:500:Power-ups do nothing PL2(2/2) altbeaj3:0:FFC46A:01:000:Always Power Level 2 PL2 altbeaj3:0:FFC46B:01:500:Always Power Level 2 PL2(2/2) altbeaj3:0:FFC46A:02:000:Always Power Level 3 PL2 altbeaj3:0:FFC46B:02:500:Always Power Level 3 PL2(2/2) altbeaj3:0:FFC46A:03:000:Always Beast PL2 altbeaj3:0:FFC46B:03:500:Always Beast PL2 (2/2) ; [ Altered Beast (set 2, MC-8123B 317-0066) ] altbeas2:0:FFF000:09:000:Infinite Credits altbeas2:0:FFE018:0B:000:Infinite Lives PL1 altbeas2:0:FFC04A:30:000:Infinite Energy PL1 altbeas2:0:FFC06A:00:000:Power-ups do nothing PL1 altbeas2:0:FFC06B:00:500:Power-ups do nothing PL1(2/2) altbeas2:0:FFC06A:01:000:Always Power Level 2 PL1 altbeas2:0:FFC06B:01:500:Always Power Level 2 PL1(2/2) altbeas2:0:FFC06A:02:000:Always Power Level 3 PL1 altbeas2:0:FFC06B:02:500:Always Power Level 3 PL1(2/2) altbeas2:0:FFC06A:03:000:Always Beast PL1 altbeas2:0:FFC06B:03:500:Always Beast PL1 (2/3) altbeas2:0:FFE01B:01:500:Always Beast PL1 (3/3) altbeas2:0:FFE098:0B:000:Infinite Lives PL2 altbeas2:0:FFC44A:30:000:Infinite Energy PL2 altbeas2:0:FFC46A:00:000:Power-ups do nothing PL2 altbeas2:0:FFC46B:00:500:Power-ups do nothing PL2(2/2) altbeas2:0:FFC46A:01:000:Always Power Level 2 PL2 altbeas2:0:FFC46B:01:500:Always Power Level 2 PL2(2/2) altbeas2:0:FFC46A:02:000:Always Power Level 3 PL2 altbeas2:0:FFC46B:02:500:Always Power Level 3 PL2(2/2) altbeas2:0:FFC46A:03:000:Always Beast PL2 altbeas2:0:FFC46B:03:500:Always Beast PL2 (2/3) altbeas2:0:FFE09B:01:500:Always Beast PL2 (3/3) ; [ Altered Beast (set 4, MC-8123B 317-0066) ] altbeas4:0:FFE018:0B:000:Infinite Lives PL1 altbeas4:0:FFC04A:30:000:Infinite Energy PL1 altbeas4:0:FFC06A:00:000:Power-ups do nothing PL1 altbeas4:0:FFC06B:00:500:Power-ups do nothing PL1(2/2) altbeas4:0:FFC06A:01:000:Always Power Level 2 PL1 altbeas4:0:FFC06B:01:500:Always Power Level 2 PL1(2/2) altbeas4:0:FFC06A:02:000:Always Power Level 3 PL1 altbeas4:0:FFC06B:02:500:Always Power Level 3 PL1(2/2) altbeas4:0:FFC06A:03:000:Always Beast PL1 altbeas4:0:FFC06B:03:500:Always Beast PL1 (2/2) altbeas4:0:FFE098:0B:000:Infinite Lives PL2 altbeas4:0:FFC44A:30:000:Infinite Energy PL2 altbeas4:0:FFC46A:00:000:Power-ups do nothing PL2 altbeas4:0:FFC46B:00:500:Power-ups do nothing PL2(2/2) altbeas4:0:FFC46A:01:000:Always Power Level 2 PL2 altbeas4:0:FFC46B:01:500:Always Power Level 2 PL2(2/2) altbeas4:0:FFC46A:02:000:Always Power Level 3 PL2 altbeas4:0:FFC46B:02:500:Always Power Level 3 PL2(2/2) altbeas4:0:FFC46A:03:000:Always Beast PL2 altbeas4:0:FFC46B:03:500:Always Beast PL2 (2/2) ; [ Altered Beast (set 5, 8751 317-0076) ] altbeas5:0:FFF000:09:000:Infinite Credits altbeas5:0:FFE018:0B:000:Infinite Lives PL1 altbeas5:0:FFC04A:30:000:Infinite Energy PL1 altbeas5:0:FFC06A:00:000:Power-ups do nothing PL1 altbeas5:0:FFC06B:00:500:Power-ups do nothing PL1(2/2) altbeas5:0:FFC06A:01:000:Always Power Level 2 PL1 altbeas5:0:FFC06B:01:500:Always Power Level 2 PL1(2/2) altbeas5:0:FFC06A:02:000:Always Power Level 3 PL1 altbeas5:0:FFC06B:02:500:Always Power Level 3 PL1(2/2) altbeas5:0:FFC06A:03:000:Always Beast PL1 altbeas5:0:FFC06B:03:500:Always Beast PL1 (2/3) altbeas5:0:FFE01B:01:500:Always Beast PL1 (3/3) altbeas5:0:FFE098:0B:000:Infinite Lives PL2 altbeas5:0:FFC44A:30:000:Infinite Energy PL2 altbeas5:0:FFC46A:00:000:Power-ups do nothing PL2 altbeas5:0:FFC46B:00:500:Power-ups do nothing PL2(2/2) altbeas5:0:FFC46A:01:000:Always Power Level 2 PL2 altbeas5:0:FFC46B:01:500:Always Power Level 2 PL2(2/2) altbeas5:0:FFC46A:02:000:Always Power Level 3 PL2 altbeas5:0:FFC46B:02:500:Always Power Level 3 PL2(2/2) altbeas5:0:FFC46A:03:000:Always Beast PL2 altbeas5:0:FFC46B:03:500:Always Beast PL2 (2/3) altbeas5:0:FFE09B:01:500:Always Beast PL2 (3/3) ; [ Juuouki (set 6, Japan, 8751 317-0077) ] altbeasj:0:FFF000:09:000:Infinite Credits altbeasj:0:FFE018:0B:000:Infinite Lives PL1 altbeasj:0:FFC04A:30:000:Infinite Energy PL1 altbeasj:0:FFC06A:00:000:Power-ups do nothing PL1 altbeasj:0:FFC06B:00:500:Power-ups do nothing PL1(2/2) altbeasj:0:FFC06A:01:000:Always Power Level 2 PL1 altbeasj:0:FFC06B:01:500:Always Power Level 2 PL1(2/2) altbeasj:0:FFC06A:02:000:Always Power Level 3 PL1 altbeasj:0:FFC06B:02:500:Always Power Level 3 PL1(2/2) altbeasj:0:FFC06A:03:000:Always Beast PL1 altbeasj:0:FFC06B:03:500:Always Beast PL1 (2/3) altbeasj:0:FFE01B:01:500:Always Beast PL1 (3/3) altbeasj:0:FFE098:0B:000:Infinite Lives PL2 altbeasj:0:FFC44A:30:000:Infinite Energy PL2 altbeasj:0:FFC46A:00:000:Power-ups do nothing PL2 altbeasj:0:FFC46B:00:500:Power-ups do nothing PL2(2/2) altbeasj:0:FFC46A:01:000:Always Power Level 2 PL2 altbeasj:0:FFC46B:01:500:Always Power Level 2 PL2(2/2) altbeasj:0:FFC46A:02:000:Always Power Level 3 PL2 altbeasj:0:FFC46B:02:500:Always Power Level 3 PL2(2/2) altbeasj:0:FFC46A:03:000:Always Beast PL2 altbeasj:0:FFC46B:03:500:Always Beast PL2 (2/3) altbeasj:0:FFE09B:01:500:Always Beast PL2 (3/3) ; [ Altered Beast (set 7, 8751 317-0078) ] altbeast:0:FFF000:09:000:Infinite Credits altbeast:0:FFE018:0B:000:Infinite Lives PL1 altbeast:0:FFC04A:30:000:Infinite Energy PL1 altbeast:0:FFC06A:00:000:Power-ups do nothing PL1 altbeast:0:FFC06B:00:500:Power-ups do nothing PL1(2/2) altbeast:0:FFC06A:01:000:Always Power Level 2 PL1 altbeast:0:FFC06B:01:500:Always Power Level 2 PL1(2/2) altbeast:0:FFC06A:02:000:Always Power Level 3 PL1 altbeast:0:FFC06B:02:500:Always Power Level 3 PL1(2/2) altbeast:0:FFC06A:03:000:Always Beast PL1 altbeast:0:FFC06B:03:500:Always Beast PL1 (2/3) altbeast:0:FFE01B:01:500:Always Beast PL1 (3/3) altbeast:0:FFE098:0B:000:Infinite Lives PL2 altbeast:0:FFC44A:30:000:Infinite Energy PL2 altbeast:0:FFC46A:00:000:Power-ups do nothing PL2 altbeast:0:FFC46B:00:500:Power-ups do nothing PL2(2/2) altbeast:0:FFC46A:01:000:Always Power Level 2 PL2 altbeast:0:FFC46B:01:500:Always Power Level 2 PL2(2/2) altbeast:0:FFC46A:02:000:Always Power Level 3 PL2 altbeast:0:FFC46B:02:500:Always Power Level 3 PL2(2/2) altbeast:0:FFC46A:03:000:Always Beast PL2 altbeast:0:FFC46B:03:500:Always Beast PL2 (2/3) altbeast:0:FFE09B:01:500:Always Beast PL2 (3/3) ; [ Sei Senshi Amatelass ] amatelas:0:040CF3:05:000:Infinite Bombs :amatelas:20800000:0036A5:00000002:FFFFFFFF:Invincibility :amatelas:20910000:0036BA:00004E71:FFFFFFFF:Invincibility (2/7) :amatelas:20910000:0036D0:00004E71:FFFFFFFF:Invincibility (3/7) :amatelas:20910000:0036E6:00004E71:FFFFFFFF:Invincibility (4/7) :amatelas:20910000:0036FC:00004E71:FFFFFFFF:Invincibility (5/7) :amatelas:20910000:003712:00004E71:FFFFFFFF:Invincibility (6/7) :amatelas:20910000:003728:00004E71:FFFFFFFF:Invincibility (7/7) amatelas:0:040CBD:0B:000:Infinite Lives PL1 amatelas:0:040CCD:0B:000:Infinite Lives PL2 ; [ Soldier Girl Amazon ] amazon:0:040CF2:05:000:Infinite Bombs :amazon:20800000:0036A9:00000002:FFFFFFFF:Invincibility :amazon:20910000:0036BE:00004E71:FFFFFFFF:Invincibility (2/7) :amazon:20910000:0036D4:00004E71:FFFFFFFF:Invincibility (3/7) :amazon:20910000:0036EA:00004E71:FFFFFFFF:Invincibility (4/7) :amazon:20910000:003700:00004E71:FFFFFFFF:Invincibility (5/7) :amazon:20910000:003716:00004E71:FFFFFFFF:Invincibility (6/7) :amazon:20910000:00372C:00004E71:FFFFFFFF:Invincibility (7/7) amazon:0:040CBD:0B:000:Infinite Lives PL1 amazon:0:040CCD:0B:000:Infinite Lives PL2 ; [ Ambush ] ambush:0:804C:99:000:Infinite Credits ambush:0:8434:00:000:Infinite Time ambush:0:844F:30:000:Infinite Fuel :ambush:20800000:1993:000000C9:FFFFFFFF:Invincibility :ambush:20810000:4AA0:00000018:FFFFFFFF:Invincibility (2/5):1st = Object, 2nd = Course out (Side) :ambush:20810000:4F50:00000018:FFFFFFFF:Invincibility (3/5):Course out (Front) :ambush:20910000:7C9F:00001B18:FFFFFFFF:Invincibility (4/5):Fail of landing :ambush:20810000:7CD1:00000000:FFFFFFFF:Invincibility (5/5):Fail of landing out of course :ambush:20800000:4AB9:00000018:FFFFFFFF:No Speed Down Out of Course :ambush:00000000:8049:0000000A:0000000A:Rapid Fire ambush:0:8059:03:000:Infinite Lives PL1 ambush:0:805A:03:000:Infinite Lives PL2 ; [ Ambush (Tecfri) ] ambusht:0:804C:99:000:Infinite Credits ambusht:0:8434:00:000:Infinite Time ambusht:0:844F:30:000:Infinite Fuel :ambusht:20800000:19B7:000000C9:FFFFFFFF:Invincibility :ambusht:20810000:4AA6:00000018:FFFFFFFF:Invincibility (2/4):1st = Object, 2nd = Course out (Side) :ambusht:20810000:4F56:00000018:FFFFFFFF:Invincibility (3/4):Course out (Front) :ambusht:20910000:7A28:00001B18:FFFFFFFF:Invincibility (4/5):Fail of landing :ambusht:20810000:7A5A:00000000:FFFFFFFF:Invincibility (5/5):Fail of landing out of course :ambusht:20800000:4ABF:00000018:FFFFFFFF:No Speed Down Out of Course :ambusht:00000000:8049:0000000A:0000000A:Rapid Fire ambusht:0:8059:03:000:Infinite Lives PL1 ambusht:0:805A:03:000:Infinite Lives PL2 ; [ Ambush (Volt Elec co-ltd) ] ambushv:0:804C:99:000:Infinite Credits ambushv:0:8434:00:000:Infinite Time ambushv:0:844F:30:000:Infinite Fuel :ambushv:20800000:1993:000000C9:FFFFFFFF:Invincibility :ambushv:20810000:4AA0:00000018:FFFFFFFF:Invincibility (2/5):1st = Object, 2nd = Course out (Side) :ambushv:20810000:4F50:00000018:FFFFFFFF:Invincibility (3/5):Course out (Front) :ambushv:20910000:7C9F:00001B18:FFFFFFFF:Invincibility (4/5):Fail of landing :ambushv:20810000:7CD1:00000000:FFFFFFFF:Invincibility (5/5):Fail of landing out of course :ambushv:20800000:4AB9:00000018:FFFFFFFF:No Speed Down Out of Course :ambushv:00000000:8049:0000000A:0000000A:Rapid Fire ambushv:0:8059:03:000:Infinite Lives PL1 ambushv:0:805A:03:000:Infinite Lives PL2 ; [ AmeriDarts (set 2) ] amerdar2:0:0000:00:999:[ This game hasn't even ]:REASON 11 amerdar2:0:0000:00:999:[ been looked at due to ]:REASON 11 amerdar2:0:0000:00:999:[ time constraints - Too]:REASON 11 amerdar2:0:0000:00:999:[ many games and so ]:REASON 11 amerdar2:0:0000:00:999:[ little time. It is ]:REASON 11 amerdar2:0:0000:00:999:[ even possible that ]:REASON 11 amerdar2:0:0000:00:999:[ this game may be a ]:REASON 11 amerdar2:0:0000:00:999:[ clone of an existing ]:REASON 11 amerdar2:0:0000:00:999:[ game which may have ]:REASON 11 amerdar2:0:0000:00:999:[ cheats. Please search ]:REASON 11 amerdar2:0:0000:00:999:[ the cheat forums ]:REASON 11 amerdar2:0:0000:00:999:[ before posting cheat ]:REASON 11 amerdar2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ AmeriDarts (set 1) ] amerdart:0:0000:00:999:[ There are no cheats ]:REASON 1 amerdart:0:0000:00:999:[ for this game as it ]:REASON 1 amerdart:0:0000:00:999:[ didn't work the last ]:REASON 1 amerdart:0:0000:00:999:[ time it was tested. ]:REASON 1 amerdart:0:0000:00:999:[ If the game now works ]:REASON 1 amerdart:0:0000:00:999:[ please request cheats ]:REASON 1 amerdart:0:0000:00:999:[ for it on the cheat ]:REASON 1 amerdart:0:0000:00:999:[ forums. ]:REASON 1 ; [ Amidar ] amidar:0:8002:63:000:Infinite Credits amidar:0:8288:06:000:Infinite Lives amidar:0:8285:06:000:Infinite Jump amidar:0:81F5:FF:000:Invincibility amidar:0:81F6:0A:500:Invincibility (2/2) amidar:0:81F1:01:000:No Monsters/Music amidar:0:8352:FF:000:Always Paint ; [ Amidar (Olympia) ] amidaro:0:8002:63:000:Infinite Credits amidaro:0:8288:06:000:Infinite Lives amidaro:0:8285:06:000:Infinite Jump amidaro:0:81F5:FF:000:Invincibility amidaro:0:81F6:0A:500:Invincibility (2/2) amidaro:0:81F1:01:000:No Monsters/Music amidaro:0:8352:FF:000:Always Paint ; [ Amidar (Scramble hardware) ] amidars:0:4002:63:000:Infinite Credits amidars:0:4288:06:000:Infinite Lives amidars:0:4285:06:000:Infinite Jump amidars:0:41F5:FF:000:Invincibility amidars:0:41F6:0A:500:Invincibility (2/2) amidars:0:4352:FF:000:Always Paint amidars:0:41F1:01:000:No Monsters/Music ; [ Amidar (Stern) ] amidaru:0:8002:63:000:Infinite Credits amidaru:0:8288:06:000:Infinite Lives amidaru:0:8285:06:000:Infinite Jump amidaru:0:81F5:FF:000:Invincibility amidaru:0:81F6:0A:500:Invincibility (2/2) amidaru:0:81F1:01:000:No Monsters/Music amidaru:0:8352:FF:000:Always Paint ; [ Amigo ] amigo:0:8002:63:000:Infinite Credits amigo:0:8288:06:000:Infinite Lives amigo:0:8285:06:000:Infinite Jump amigo:0:81F5:FF:000:Invincibility amigo:0:81F6:0A:500:Invincibility (2/2) amigo:0:8352:FF:000:Always Paint amigo:0:81F1:01:000:No Monsters/Music ; [ American Poker II (set 1) ] ampoker2:0:0000:00:999:[ There are no cheats ]:REASON 1 ampoker2:0:0000:00:999:[ for this game as it ]:REASON 1 ampoker2:0:0000:00:999:[ didn't work the last ]:REASON 1 ampoker2:0:0000:00:999:[ time it was tested. ]:REASON 1 ampoker2:0:0000:00:999:[ If the game now works ]:REASON 1 ampoker2:0:0000:00:999:[ please request cheats ]:REASON 1 ampoker2:0:0000:00:999:[ for it on the cheat ]:REASON 1 ampoker2:0:0000:00:999:[ forums. ]:REASON 1 ; [ American Poker II (set 2) ] ampokr2a:0:0000:00:999:[ There are no cheats ]:REASON 1 ampokr2a:0:0000:00:999:[ for this game as it ]:REASON 1 ampokr2a:0:0000:00:999:[ didn't work the last ]:REASON 1 ampokr2a:0:0000:00:999:[ time it was tested. ]:REASON 1 ampokr2a:0:0000:00:999:[ If the game now works ]:REASON 1 ampokr2a:0:0000:00:999:[ please request cheats ]:REASON 1 ampokr2a:0:0000:00:999:[ for it on the cheat ]:REASON 1 ampokr2a:0:0000:00:999:[ forums. ]:REASON 1 ; [ American Poker II (set 3) ] ampokr2b:0:0000:00:999:[ There are no cheats ]:REASON 1 ampokr2b:0:0000:00:999:[ for this game as it ]:REASON 1 ampokr2b:0:0000:00:999:[ didn't work the last ]:REASON 1 ampokr2b:0:0000:00:999:[ time it was tested. ]:REASON 1 ampokr2b:0:0000:00:999:[ If the game now works ]:REASON 1 ampokr2b:0:0000:00:999:[ please request cheats ]:REASON 1 ampokr2b:0:0000:00:999:[ for it on the cheat ]:REASON 1 ampokr2b:0:0000:00:999:[ forums. ]:REASON 1 ; [ American Poker II (set 4) ] ampokr2c:0:0000:00:999:[ There are no cheats ]:REASON 1 ampokr2c:0:0000:00:999:[ for this game as it ]:REASON 1 ampokr2c:0:0000:00:999:[ didn't work the last ]:REASON 1 ampokr2c:0:0000:00:999:[ time it was tested. ]:REASON 1 ampokr2c:0:0000:00:999:[ If the game now works ]:REASON 1 ampokr2c:0:0000:00:999:[ please request cheats ]:REASON 1 ampokr2c:0:0000:00:999:[ for it on the cheat ]:REASON 1 ampokr2c:0:0000:00:999:[ forums. ]:REASON 1 ; [ American Speedway (set 1) ] amspdwy:0:E187:19:000:Infinite Credits amspdwy:0:0000:00:999:[You need to use Infinite ] amspdwy:0:0000:00:999:[Time "OFF" at the end of ] amspdwy:0:0000:00:999:[each track to finish it! ] amspdwy:0:E18F:59:000:Infinite Time "ON" amspdwy:0:E18F:01:001:Infinite Time "OFF" amspdwy:0:E012:05:001:Red Car on 5 Laps Now! amspdwy:0:E0D2:05:001:Yellow Car on 5 Laps Now! amspdwy:0:E052:05:001:Blue Car on 5 Laps Now! amspdwy:0:E092:05:001:Green Car on 5 Laps Now! amspdwy:0:E012:00:001:Red Car on 0 Laps Now! amspdwy:0:E0D2:00:001:Yellow Car on 0 Laps Now! amspdwy:0:E052:00:001:Blue Car on 0 Laps Now! amspdwy:0:E092:00:001:Green Car on 0 Laps Now! amspdwy:0:E012:05:000:Red Car always on 5 Laps amspdwy:0:E0D2:05:000:Yellow Car always on 5 Laps amspdwy:0:E052:05:000:Blue Car always on 5 Laps amspdwy:0:E092:05:000:Green Car always on 5 Laps amspdwy:0:E012:00:000:Red Car always on 0 Laps amspdwy:0:E0D2:00:000:Yellow Car always on 0 Laps amspdwy:0:E052:00:000:Blue Car always on 0 Laps amspdwy:0:E092:00:000:Green Car always on 0 Laps ; [ American Speedway (set 2) ] amspdwya:0:E187:19:000:Infinite Credits amspdwya:0:0000:00:999:[You need to use Infinite ] amspdwya:0:0000:00:999:[Time "OFF" at the end of ] amspdwya:0:0000:00:999:[each track to finish it! ] amspdwya:0:E18F:59:000:Infinite Time "ON" amspdwya:0:E18F:01:001:Infinite Time "OFF" amspdwya:0:E012:05:001:Red Car on 5 Laps Now! amspdwya:0:E0D2:05:001:Yellow Car on 5 Laps Now! amspdwya:0:E052:05:001:Blue Car on 5 Laps Now! amspdwya:0:E092:05:001:Green Car on 5 Laps Now! amspdwya:0:E012:00:001:Red Car on 0 Laps Now! amspdwya:0:E0D2:00:001:Yellow Car on 0 Laps Now! amspdwya:0:E052:00:001:Blue Car on 0 Laps Now! amspdwya:0:E092:00:001:Green Car on 0 Laps Now! amspdwya:0:E012:05:000:Red Car always on 5 Laps amspdwya:0:E0D2:05:000:Yellow Car always on 5 Laps amspdwya:0:E052:05:000:Blue Car always on 5 Laps amspdwya:0:E092:05:000:Green Car always on 5 Laps amspdwya:0:E012:00:000:Red Car always on 0 Laps amspdwya:0:E0D2:00:000:Yellow Car always on 0 Laps amspdwya:0:E052:00:000:Blue Car always on 0 Laps amspdwya:0:E092:00:000:Green Car always on 0 Laps ; [ Andro Dunos ] :androdun:20900000:00E190:00006004:FFFFFFFF:Rapid Fire:Can't charge the energy androdun:0:1000D8:FF:000:Infinite Continues PL1 androdun:0:100343:03:000:Infinite Lives PL1 :androdun:81000000:105542:00000003:00100049:Invincibility PL1:Enable Invincibility after you've started the first stage. If you enable on the Take Off screen,the game will be crash. androdun:0:100350:07:000:Maximum Shot Power (Blue Weapon) PL1 androdun:0:100351:05:000:Maximum Bomb Power (Orange Weapon) PL1 androdun:0:100352:08:000:Maximum Missile Power (Yellow Weapon) PL1 androdun:0:100353:08:000:Maximum Unit Power (Green Weapon) PL1 androdun:0:1001A7:07:000:Perfect Bonus PL1:And no bonus for PL2 androdun:0:1001A9:00:500:Perfect Bonus PL1 (2/2) androdun:0:1000D9:FF:000:Infinite Continues PL2 androdun:0:100383:03:000:Infinite Lives PL2 :androdun:81000000:105546:00000003:00100049:Invincibility PL2:Enable Invincibility after you've started the first stage. If you enable on the Take Off screen,the game will be crash. androdun:0:100390:07:000:Maximum Shot Power (Blue Weapon) PL2 androdun:0:100391:05:000:Maximum Bomb Power (Orange Weapon) PL2 androdun:0:100392:08:000:Maximum Missile Power (Yellow Weapon) PL2 androdun:0:100393:08:000:Maximum Unit Power (Green Weapon) PL2 androdun:0:1001A7:00:000:Perfect Bonus PL2:And no bonus for PL1 androdun:0:1001A9:07:500:Perfect Bonus PL2 (2/2) :androdun:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :androdun:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :androdun:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Andromeda (Japan?) ] andromed:0:0000:00:999:[ There are no cheats ]:REASON 1 andromed:0:0000:00:999:[ for this game as it ]:REASON 1 andromed:0:0000:00:999:[ didn't work the last ]:REASON 1 andromed:0:0000:00:999:[ time it was tested. ]:REASON 1 andromed:0:0000:00:999:[ If the game now works ]:REASON 1 andromed:0:0000:00:999:[ please request cheats ]:REASON 1 andromed:0:0000:00:999:[ for it on the cheat ]:REASON 1 andromed:0:0000:00:999:[ forums. ]:REASON 1 ; [ Angel Kids (Japan) ] :angelkds:00000501:C400:00000006:FFFFFFFF:Select Starting Stage:Enable on the "Push 1 (or 2) Player Button" screen after you've inserted a credit angelkds:0:C301:03:000:Infinite Lives :angelkds:20B00000:1AA7:BE06CBDD:FFFFFFFF:Always Keep One Ball :angelkds:20910000:1AAB:00000318:FFFFFFFF:Always Keep One Ball (2/2):1st = res 7,(ix+$06), 2nd = jr $1AB0 :angelkds:00000000:CB84:00000001:00000001:Always Have x2 :angelkds:00000000:CB84:00000004:00000004:Always Have Milk :angelkds:00000000:CB84:00000008:00000008:Always Have Shoes :angelkds:00000000:CB84:00000010:00000010:Always Have Long :angelkds:00000000:CB84:00000020:00000020:Always Have Star :angelkds:00210000:D41A:008002F2:FF80FFFF:Always Have Star (2/3) :angelkds:00110000:D41D:00000301:FFFFFFFF:Always Have Star (3/3) ; [ Animalandia Jr. ] :animaljr:00000000:00007848:000000FF:FFFFFFFF:Infinite Hits ; [ Anteater ] anteater:0:80EE:99:000:Infinite Credits anteater:0:8685:C8:000:Infinite Time anteater:0:8665:09:000:Infinite Lives anteater:0:86B2:01:001:One Dot to Finish Level Now! anteater:0:8669:00:501:One Dot to Finish Level Now! (2/2) anteater:0:8666:62:071:Select current level anteater:0:8666:62:061:Select next level anteater:0:0000:00:999:[This cheat makes it easy to ] anteater:0:0000:00:999:[complete each level on the 2nd ] anteater:0:0000:00:999:[attempt. There will only be the ] anteater:0:0000:00:999:[spider to worry about! Use this ] anteater:0:0000:00:999:[cheat with Infinite Lives. ] anteater:0:8278:01:000:2nd Level Attempt always easy ; [ Ameisenbaer (German) ] anteatg:0:04EE:99:000:Infinite Credits anteatg:0:0A85:C8:000:Infinite Time anteatg:0:0A65:09:000:Infinite Lives anteatg:0:0AB2:01:001:One Dot to Finish Level Now! anteatg:0:0A69:00:501:One Dot to Finish Level Now! (2/2) anteatg:0:0A66:62:071:Select current level anteatg:0:0A66:62:061:Select next level anteatg:0:0000:00:999:[This cheat makes it easy to ] anteatg:0:0000:00:999:[complete each level on the 2nd ] anteatg:0:0000:00:999:[attempt. There will only be the ] anteatg:0:0000:00:999:[spider to worry about! Use this ] anteatg:0:0000:00:999:[cheat with Infinite Lives. ] anteatg:0:0678:01:000:2nd Level Attempt always easy ; [ Anteater, The (UK) ] anteatgb:0:04EE:99:000:Infinite Credits anteatgb:0:0A85:C8:000:Infinite Time anteatgb:0:0A65:09:000:Infinite Lives anteatgb:0:0AB2:01:001:One Dot to Finish Level Now! anteatgb:0:0A69:00:501:One Dot to Finish Level Now! (2/2) anteatgb:0:0A66:62:071:Select current level anteatgb:0:0A66:62:061:Select next level anteatgb:0:0000:00:999:[This cheat makes it easy to ] anteatgb:0:0000:00:999:[complete each level on the 2nd ] anteatgb:0:0000:00:999:[attempt. There will only be the ] anteatgb:0:0000:00:999:[spider to worry about! Use this ] anteatgb:0:0000:00:999:[cheat with Infinite Lives. ] anteatgb:0:0678:01:000:2nd Level Attempt always easy ; [ Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyoku ] aodk:0:10B649:FA:000:Infinite Time aodk:0:10B64A:00:500:Infinite Time (2/3) aodk:0:10B64B:00:500:Infinite Time (3/3) aodk:0:100066:0B:000:Infinite Energy PL1 aodk:0:100067:FF:500:Infinite Energy PL1 (2/2) aodk:0:100066:00:001:Drain All Energy Now! PL1 aodk:0:100067:00:501:Drain All Energy Now! PL1 (2/2) aodk:0:100166:0B:000:Infinite Energy PL2 aodk:0:100167:FF:500:Infinite Energy PL2 (2/2) aodk:0:100166:00:001:Drain All Energy Now! PL2 aodk:0:100167:00:501:Drain All Energy Now! PL2 (2/2) :aodk:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :aodk:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :aodk:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Art of Fighting / Ryuuko no Ken ] aof:0:108406:99:000:Infinite Time (Turn OFF on the Bonus Stage!) aof:0:108406:00:001:Finish this Fight Now! aof:0:1092CD:60:000:Infinite Energy PL1 aof:0:1092CD:01:001:Drain All Energy Now! PL1 aof:0:1094A4:80:000:Infinite Power PL1 aof:0:1094A4:00:000:Always have Minimum Power PL1 aof:0:1094A4:00:001:Drain All Power Now! PL1 :aof:62000000:00000000:00000000:FFFFFFFF:Select C button action PL1:The C button does essentially what the A or B button does (outside throw range), depending on which button was pressed last. Eg pressing A, then C will throw a punch for the C press, while pressing B then C will throw a kick for the C action. :aof:00010000:1094B5:00000000:00000001:Punch :aof:00010000:1094B5:00000001:00000001:Kick :aof:62000001:000000:00000000:00000000:Select Character PL1:This cheat switches the character immediately when your character moves but the energy bar character icon and name won't update till the next round. :aof:00010001:1092C3:00000000:FFFFFFFF:Ryo Sakazaki :aof:00010001:1092C3:00000001:FFFFFFFF:Robert Garcia :aof:00010001:1092C3:00000002:FFFFFFFF:Ryuhaku Todo :aof:00010001:1092C3:00000003:FFFFFFFF:Jack Turner :aof:00010001:1092C3:00000004:FFFFFFFF:Lee Pai Long :aof:00010001:1092C3:00000005:FFFFFFFF:King :aof:00010001:1092C3:00000006:FFFFFFFF:Micky Rodgers :aof:00010001:1092C3:00000007:FFFFFFFF:John Crawley :aof:00010001:1092C3:00000008:FFFFFFFF:#Mr. Big :aof:00010001:1092C3:00000009:FFFFFFFF:#Mr. Karate aof:0:1093CD:60:000:Infinite Energy PL2 aof:0:1093CD:01:001:Drain All Energy Now! PL2 aof:0:1095A4:80:000:Infinite Power PL2 aof:0:1095A4:00:000:Always have Minimum Power PL2 aof:0:1095A4:00:001:Drain All Power Now! PL2 :aof:62000000:00000000:00000000:FFFFFFFF:Select C button action PL2:The C button does essentially what the A or B button does (outside throw range), depending on which button was pressed last. Eg pressing A, then C will throw a punch for the C press, while pressing B then C will throw a kick for the C action. :aof:00010000:1095B5:00000000:00000001:Punch :aof:00010000:1095B5:00000001:00000001:Kick :aof:62000001:000000:00000000:00000000:Select Character PL2:This cheat switches the character immediately when your character moves but the energy bar character icon and name won't update till the next round. :aof:00010001:1093C3:00000000:FFFFFFFF:Ryo Sakazaki :aof:00010001:1093C3:00000001:FFFFFFFF:Robert Garcia :aof:00010001:1093C3:00000002:FFFFFFFF:Ryuhaku Todo :aof:00010001:1093C3:00000003:FFFFFFFF:Jack Turner :aof:00010001:1093C3:00000004:FFFFFFFF:Lee Pai Long :aof:00010001:1093C3:00000005:FFFFFFFF:King :aof:00010001:1093C3:00000006:FFFFFFFF:Micky Rodgers :aof:00010001:1093C3:00000007:FFFFFFFF:John Crawley :aof:00010001:1093C3:00000008:FFFFFFFF:#Mr. Big :aof:00010001:1093C3:00000009:FFFFFFFF:#Mr. Karate :aof:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :aof:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :aof:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Art of Fighting 2 / Ryuuko no Ken 2 (set 1) ] aof2:0:108406:99:000:Infinite Time (Turn OFF on the Bonus Stage!) aof2:0:108406:00:001:Finish this Fight Now! aof2:0:1092ED:60:000:Infinite Energy PL1 aof2:0:1092ED:01:001:Drain All Energy Now! PL1 aof2:0:1094A4:80:000:Infinite Power PL1 aof2:0:1094A4:00:000:Always have Minimum Power PL1 aof2:0:1094A4:00:001:Drain All Power Now! PL1 aof2:0:000000:00:999:[ Free player selection-Can be used anytime! ] aof2:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2:0:000000:00:999:[ however there are some palette glitches. ] aof2:0:1092E3:01:001:Play with Ryo Sakazaki PL1 aof2:0:1092E3:02:001:Play with Robert Garcia PL1 aof2:0:1092E3:03:001:Play with Eiji Kisaragi PL1 aof2:0:1092E3:04:001:Play with Jack Turner PL1 aof2:0:1092E3:05:001:Play with Lee Pai Long PL1 aof2:0:1092E3:06:001:Play with King PL1 aof2:0:1092E3:07:001:Play with Mickey Rogers PL1 aof2:0:1092E3:08:001:Play with John Crawley PL1 aof2:0:1092E3:09:001:Play with Big PL1 aof2:0:1092E3:0A:001:Play with Takuma Sakazaki PL1 aof2:0:1092E3:0B:001:Play with Yuri Sakazaki PL1 aof2:0:1092E3:0C:001:Play with Temjin PL1 aof2:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2:0:1093ED:60:000:Infinite Energy PL2 aof2:0:1093ED:01:001:Drain All Energy Now! PL2 aof2:0:1095A4:80:000:Infinite Power PL2 aof2:0:1095A4:00:000:Always have Minimum Power PL2 aof2:0:1095A4:00:001:Drain All Power Now! PL2 aof2:0:108429:0E:001:Next fight = Boss Now! aof2:0:108429:0F:001:Next fight = Special BossNow! aof2:0:000000:00:999:[ Free player selection-Can be used anytime! ] aof2:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2:0:000000:00:999:[ however there are some palette glitches. ] aof2:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2:0:1093E3:01:001:Play with Ryo Sakazaki PL2 aof2:0:1093E3:02:001:Play with Robert Garcia PL2 aof2:0:1093E3:03:001:Play with Eiji Kisaragi PL2 aof2:0:1093E3:04:001:Play with Jack Turner PL2 aof2:0:1093E3:05:001:Play with Lee Pai Long PL2 aof2:0:1093E3:06:001:Play with King PL2 aof2:0:1093E3:07:001:Play with Mickey Rogers PL2 aof2:0:1093E3:08:001:Play with John Crawley PL2 aof2:0:1093E3:09:001:Play with Big PL2 aof2:0:1093E3:0A:001:Play with Takuma Sakazaki PL2 aof2:0:1093E3:0B:001:Play with Yuri Sakazaki PL2 aof2:0:1093E3:0C:001:Play with Temjin PL2 aof2:0:1093E3:0D:001:Play with Geese Howard PL2:Win causes "Game Over" aof2:0:000000:00:999:[ These 2 Cheats are UNTESTED ] aof2:0:1094D6:99:000:Extended Energy Bar PL1 aof2:0:1094D7:99:500:Extended Energy Bar PL1 (2/2) aof2:0:1095D6:99:000:Extended Energy Bar PL2 aof2:0:1095D7:99:500:Extended Energy Bar PL2 (2/2) :aof2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :aof2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :aof2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Art of Fighting 2 / Ryuuko no Ken 2 (set 2) ] aof2a:0:108406:99:000:Infinite Time (Turn OFF on the Bonus Stage!) aof2a:0:108406:00:001:Finish this Fight Now! aof2a:0:1092ED:60:000:Infinite Energy PL1 aof2a:0:1092ED:01:001:Drain All Energy Now! PL1 aof2a:0:1094A4:80:000:Infinite Power PL1 aof2a:0:1094A4:00:000:Always have Minimum Power PL1 aof2a:0:1094A4:00:001:Drain All Power Now! PL1 aof2a:0:000000:00:999:[ Free player selection-Can be used anytime! ] aof2a:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2a:0:000000:00:999:[ however there are some palette glitches. ] aof2a:0:1092E3:01:001:Play with Ryo Sakazaki PL1 aof2a:0:1092E3:02:001:Play with Robert Garcia PL1 aof2a:0:1092E3:03:001:Play with Eiji Kisaragi PL1 aof2a:0:1092E3:04:001:Play with Jack Turner PL1 aof2a:0:1092E3:05:001:Play with Lee Pai Long PL1 aof2a:0:1092E3:06:001:Play with King PL1 aof2a:0:1092E3:07:001:Play with Mickey Rogers PL1 aof2a:0:1092E3:08:001:Play with John Crawley PL1 aof2a:0:1092E3:09:001:Play with Big PL1 aof2a:0:1092E3:0A:001:Play with Takuma Sakazaki PL1 aof2a:0:1092E3:0B:001:Play with Yuri Sakazaki PL1 aof2a:0:1092E3:0C:001:Play with Temjin PL1 aof2a:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2a:0:1093ED:60:000:Infinite Energy PL2 aof2a:0:1093ED:01:001:Drain All Energy Now! PL2 aof2a:0:1095A4:80:000:Infinite Power PL2 aof2a:0:1095A4:00:000:Always have Minimum Power PL2 aof2a:0:1095A4:00:001:Drain All Power Now! PL2 aof2a:0:108429:0E:001:Next fight = Boss Now! aof2a:0:108429:0F:001:Next fight = Special BossNow! aof2a:0:000000:00:999:[ Free player selection-Can be used anytime! ] aof2a:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2a:0:000000:00:999:[ however there are some palette glitches. ] aof2a:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2a:0:1093E3:01:001:Play with Ryo Sakazaki PL2 aof2a:0:1093E3:02:001:Play with Robert Garcia PL2 aof2a:0:1093E3:03:001:Play with Eiji Kisaragi PL2 aof2a:0:1093E3:04:001:Play with Jack Turner PL2 aof2a:0:1093E3:05:001:Play with Lee Pai Long PL2 aof2a:0:1093E3:06:001:Play with King PL2 aof2a:0:1093E3:07:001:Play with Mickey Rogers PL2 aof2a:0:1093E3:08:001:Play with John Crawley PL2 aof2a:0:1093E3:09:001:Play with Big PL2 aof2a:0:1093E3:0A:001:Play with Takuma Sakazaki PL2 aof2a:0:1093E3:0B:001:Play with Yuri Sakazaki PL2 aof2a:0:1093E3:0C:001:Play with Temjin PL2 aof2a:0:1093E3:0D:001:Play with Geese Howard PL2:Win causes "Game Over" aof2a:0:000000:00:999:[ These 2 Cheats are UNTESTED ] aof2a:0:1094D6:99:000:Extended Energy Bar PL1 aof2a:0:1094D7:99:500:Extended Energy Bar PL1 (2/2) aof2a:0:1095D6:99:000:Extended Energy Bar PL2 aof2a:0:1095D7:99:500:Extended Energy Bar PL2 (2/2) :aof2a:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :aof2a:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :aof2a:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Art of Fighting 3 - The Path of the Warrior / Art of Fighting - Ryuuko no Ken Gaiden ] aof3:0:10DF0F:63:000:Infinite Time aof3:0:10DF0F:00:001:Finish this Round Now! aof3:0:000000:00:999:[ The Go to Boss Now! Cheat must be activated ] aof3:0:000000:00:999:[ on the character selection screen. ] aof3:0:104BEB:07:001:Go to First Boss Now! aof3:0:104BEB:08:001:Go to Final Boss Now! :aof3:62000000:000000:00000000:00000000:Select Birthday Character:Always enables Heat Mode :aof3:00110000:10E260:00000000:FFFFFFFF:Robert :aof3:00110000:10E260:00000001:FFFFFFFF:Ryo :aof3:00110000:10E260:00000002:FFFFFFFF:Karman :aof3:00110000:10E260:00000003:FFFFFFFF:Kasumi :aof3:00110000:10E260:00000004:FFFFFFFF:Rody :aof3:00110000:10E260:00000005:FFFFFFFF:Lenny :aof3:00110000:10E260:00000006:FFFFFFFF:Wang :aof3:00110000:10E260:00000007:FFFFFFFF:Jin :aof3:00110000:10E260:00000008:FFFFFFFF:Sinclair :aof3:00110000:10E260:00000009:FFFFFFFF:Wyler :aof3:00000000:10EC07:00000001:00000001:Unlock Sinclair :aof3:00000000:10EC07:00000002:00000002:Unlock Wyler aof3:0:100468:10:000:Infinite Energy PL1 aof3:0:100469:00:500:Infinite Energy PL1 (2/2) aof3:0:100468:00:001:Drain All Energy Now! PL1 aof3:0:100469:01:501:Drain All Energy Now! PL1 (2/2) aof3:0:10046A:10:000:Infinite Power PL1 aof3:0:10046B:00:500:Infinite Power PL1 (2/2) aof3:0:10046A:00:000:Always have Minimum Power PL1 aof3:0:10046B:00:500:Always have Minimum Power PL1 (2/2) aof3:0:10046A:00:001:Drain All Power Now! PL1 aof3:0:10046B:01:501:Drain All Power Now! PL1 (2/2) :aof3:00000000:1078A8:00000000:00000010:Rapid Fire - Punch PL1 :aof3:00000000:1078A8:00000000:00000020:Rapid Fire - Kick PL1 :aof3:00000000:1078A8:00000000:00000040:Rapid Fire - Hardbrow PL1 aof3:0:000000:00:999:[ Free player selection-No secret characters ] aof3:0:000000:00:999:[ Use between rounds only. Doesn't work for ] aof3:0:000000:00:999:[ 1st round though. ] aof3:0:104C0D:00:001:Play with Robert Garcia PL1 aof3:0:104C0D:01:001:Play with Ryo Sakazaki PL1 aof3:0:104C0D:02:001:Play with Karman Cole PL1 aof3:0:104C0D:03:001:Play with Kazumi Todoh PL1 aof3:0:104C0D:04:001:Play with Rody Birts PL1 aof3:0:104C0D:05:001:Play with Lenny Creston PL1 aof3:0:104C0D:06:001:Play with Wang Koh San PL1 aof3:0:104C0D:07:001:Play with Jin Fuha PL1 aof3:0:104C0D:08:001:Play with Sinclair PL1 aof3:0:104C0D:09:001:Play with Wyler PL1 aof3:0:100568:10:000:Infinite Energy PL2 aof3:0:100569:00:500:Infinite Energy PL2 (2/2) aof3:0:100568:00:001:Drain All Energy Now! PL2 aof3:0:100569:01:501:Drain All Energy Now! PL2 (2/2) aof3:0:10056A:10:000:Infinite Power PL2 aof3:0:10056B:00:500:Infinite Power PL2 (2/2) aof3:0:10056A:00:000:Always have Minimum Power PL2 aof3:0:10056B:00:500:Always have Minimum Power PL2 (2/2) aof3:0:10056A:00:001:Drain All Power Now! PL2 aof3:0:10056B:01:501:Drain All Power Now! PL2 (2/2) :aof3:00000000:1078E8:00000000:00000010:Rapid Fire - Punch PL2 :aof3:00000000:1078E8:00000000:00000020:Rapid Fire - Kick PL2 :aof3:00000000:1078E8:00000000:00000040:Rapid Fire - Hardbrow PL2 aof3:0:000000:00:999:[ Free player selection-No secret characters ] aof3:0:000000:00:999:[ Use between rounds only. Doesn't work for ] aof3:0:000000:00:999:[ 1st round though. ] aof3:0:104C0F:00:001:Play with Robert Garcia PL2 aof3:0:104C0F:01:001:Play with Ryo Sakazaki PL2 aof3:0:104C0F:02:001:Play with Karman Cole PL2 aof3:0:104C0F:03:001:Play with Kazumi Todoh PL2 aof3:0:104C0F:04:001:Play with Rody Birts PL2 aof3:0:104C0F:05:001:Play with Lenny Creston PL2 aof3:0:104C0F:06:001:Play with Wang Koh San PL2 aof3:0:104C0F:07:001:Play with Jin Fuha PL2 aof3:0:104C0F:08:001:Play with Sinclair PL2 aof3:0:104C0F:09:001:Play with Wyler PL2 :aof3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :aof3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :aof3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Art of Fighting 3 - The Path of the Warrior / Art of Fighting - Ryuuko no Ken Gaiden (Korean release) ] aof3k:0:10DF0F:63:000:Infinite Time aof3k:0:10DF0F:00:001:Finish this Round Now! aof3k:0:000000:00:999:[ The Go to Boss Now! Cheat must be activated ] aof3k:0:000000:00:999:[ on the character selection screen. ] aof3k:0:104BEB:07:001:Go to First Boss Now! aof3k:0:104BEB:08:001:Go to Final Boss Now! :aof3k:62000000:000000:00000000:00000000:Select Birthday Character:Always enables Heat Mode :aof3k:00110000:10E260:00000000:FFFFFFFF:Robert :aof3k:00110000:10E260:00000001:FFFFFFFF:Ryo :aof3k:00110000:10E260:00000002:FFFFFFFF:Karman :aof3k:00110000:10E260:00000003:FFFFFFFF:Kasumi :aof3k:00110000:10E260:00000004:FFFFFFFF:Rody :aof3k:00110000:10E260:00000005:FFFFFFFF:Lenny :aof3k:00110000:10E260:00000006:FFFFFFFF:Wang :aof3k:00110000:10E260:00000007:FFFFFFFF:Jin :aof3k:00110000:10E260:00000008:FFFFFFFF:Sinclair :aof3k:00110000:10E260:00000009:FFFFFFFF:Wyler :aof3k:00000000:10EC07:00000001:00000001:Unlock Sinclair :aof3k:00000000:10EC07:00000002:00000002:Unlock Wyler aof3k:0:100468:10:000:Infinite Energy PL1 aof3k:0:100469:00:500:Infinite Energy PL1 (2/2) aof3k:0:100468:00:001:Drain All Energy Now! PL1 aof3k:0:100469:01:501:Drain All Energy Now! PL1 (2/2) aof3k:0:10046A:10:000:Infinite Power PL1 aof3k:0:10046B:00:500:Infinite Power PL1 (2/2) aof3k:0:10046A:00:000:Always have Minimum Power PL1 aof3k:0:10046B:00:500:Always have Minimum Power PL1 (2/2) aof3k:0:10046A:00:001:Drain All Power Now! PL1 aof3k:0:10046B:01:501:Drain All Power Now! PL1 (2/2) :aof3k:00000000:1078A8:00000000:00000010:Rapid Fire - Punch PL1 :aof3k:00000000:1078A8:00000000:00000020:Rapid Fire - Kick PL1 :aof3k:00000000:1078A8:00000000:00000040:Rapid Fire - Hardbrow PL1 aof3k:0:000000:00:999:[ Free player selection-No secret characters ] aof3k:0:000000:00:999:[ Use between rounds only. Doesn't work for ] aof3k:0:000000:00:999:[ 1st round though. ] aof3k:0:104C0D:00:001:Play with Robert Garcia PL1 aof3k:0:104C0D:01:001:Play with Ryo Sakazaki PL1 aof3k:0:104C0D:02:001:Play with Karman Cole PL1 aof3k:0:104C0D:03:001:Play with Kazumi Todoh PL1 aof3k:0:104C0D:04:001:Play with Rody Birts PL1 aof3k:0:104C0D:05:001:Play with Lenny Creston PL1 aof3k:0:104C0D:06:001:Play with Wang Koh San PL1 aof3k:0:104C0D:07:001:Play with Jin Fuha PL1 aof3k:0:104C0D:08:001:Play with Sinclair PL1 aof3k:0:104C0D:09:001:Play with Wyler PL1 aof3k:0:100568:10:000:Infinite Energy PL2 aof3k:0:100569:00:500:Infinite Energy PL2 (2/2) aof3k:0:100568:00:001:Drain All Energy Now! PL2 aof3k:0:100569:01:501:Drain All Energy Now! PL2 (2/2) aof3k:0:10056A:10:000:Infinite Power PL2 aof3k:0:10056B:00:500:Infinite Power PL2 (2/2) aof3k:0:10056A:00:000:Always have Minimum Power PL2 aof3k:0:10056B:00:500:Always have Minimum Power PL2 (2/2) aof3k:0:10056A:00:001:Drain All Power Now! PL2 aof3k:0:10056B:01:501:Drain All Power Now! PL2 (2/2) :aof3k:00000000:1078E8:00000000:00000010:Rapid Fire - Punch PL2 :aof3k:00000000:1078E8:00000000:00000020:Rapid Fire - Kick PL2 :aof3k:00000000:1078E8:00000000:00000040:Rapid Fire - Hardbrow PL2 aof3k:0:000000:00:999:[ Free player selection-No secret characters ] aof3k:0:000000:00:999:[ Use between rounds only. Doesn't work for ] aof3k:0:000000:00:999:[ 1st round though. ] aof3k:0:104C0F:00:001:Play with Robert Garcia PL2 aof3k:0:104C0F:01:001:Play with Ryo Sakazaki PL2 aof3k:0:104C0F:02:001:Play with Karman Cole PL2 aof3k:0:104C0F:03:001:Play with Kazumi Todoh PL2 aof3k:0:104C0F:04:001:Play with Rody Birts PL2 aof3k:0:104C0F:05:001:Play with Lenny Creston PL2 aof3k:0:104C0F:06:001:Play with Wang Koh San PL2 aof3k:0:104C0F:07:001:Play with Jin Fuha PL2 aof3k:0:104C0F:08:001:Play with Sinclair PL2 aof3k:0:104C0F:09:001:Play with Wyler PL2 :aof3k:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :aof3k:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :aof3k:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Apache 3 ] :apache3:00000000:07D7A:00000009:FFFFFFFF:Infinite Credits/Lives ;Max displayable value for credits is 03E7 but if too many credits are inserted it won't see any at all and you won't be able to start a game :apache3:00000000:0784E:00000006:FFFFFFFF:Infinite Energy :apache3:00000000:0784C:000000FF:FFFFFFFF:Infinite Hits :apache3:00000100:016B6:00000005:FFFFFFFF:Select Weapon ; [ APB - All Points Bulletin (rev 7) ] apb:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb:0:0DD4:10:000:Infinite Time apb:0:0D8B:FF:000:Infinite Gas apb:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 1) ] apb1:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb1:0:0DD4:10:000:Infinite Time apb1:0:0D8B:FF:000:Infinite Gas apb1:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 2) ] apb2:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb2:0:0DD4:10:000:Infinite Time apb2:0:0D8B:FF:000:Infinite Gas apb2:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 3) ] apb3:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb3:0:0DD4:10:000:Infinite Time apb3:0:0D8B:FF:000:Infinite Gas apb3:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 4) ] apb4:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb4:0:0DD4:10:000:Infinite Time apb4:0:0D8B:FF:000:Infinite Gas apb4:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 5) ] apb5:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb5:0:0DD4:10:000:Infinite Time apb5:0:0D8B:FF:000:Infinite Gas apb5:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 6) ] apb6:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb6:0:0DD4:10:000:Infinite Time apb6:0:0D8B:FF:000:Infinite Gas apb6:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (French) ] apbf:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apbf:0:0DD4:10:000:Infinite Time apbf:0:0D8B:FF:000:Infinite Gas apbf:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (German) ] apbg:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apbg:0:0DD4:10:000:Infinite Time apbg:0:0D8B:FF:000:Infinite Gas apbg:0:0DD5:00:000:Infinite Demerits ; [ Apocaljpse Now ] aponow:0:8669:09:000:Infinite Lives aponow:0:8273:01:000:Fire always enabled aponow:0:868F:01:001:One man needed to land Now! ; [ Apparel Night (Japan 860929) ] apparel:0:0000:00:999:[ The winning hand cheat must be ] apparel:0:0000:00:999:[ activated when there are 14 tiles ] apparel:0:0000:00:999:[ in your hand, then press the RON ] apparel:0:0000:00:999:[ key ('Z' by default). The tiles do ] apparel:0:0000:00:999:[ not visually change until you make ] apparel:0:0000:00:999:[ a move. ] apparel:0:F406:31:001:Get winning hand Now! apparel:0:F407:31:501:Get winning hand Now! (02/14) apparel:0:F408:31:501:Get winning hand Now! (03/14) apparel:0:F409:32:501:Get winning hand Now! (04/14) apparel:0:F40A:32:501:Get winning hand Now! (05/14) apparel:0:F40B:32:501:Get winning hand Now! (06/14) apparel:0:F40C:33:501:Get winning hand Now! (07/14) apparel:0:F40D:33:501:Get winning hand Now! (08/14) apparel:0:F40E:33:501:Get winning hand Now! (09/14) apparel:0:F40F:34:501:Get winning hand Now! (10/14) apparel:0:F410:34:501:Get winning hand Now! (11/14) apparel:0:F411:34:501:Get winning hand Now! (12/14) apparel:0:F412:35:501:Get winning hand Now! (13/14) apparel:0:F413:35:501:Get winning hand Now! (14/14) apparel:0:F406:31:000:Always winning hand apparel:0:F407:31:500:Always winning hand (02/14) apparel:0:F408:31:500:Always winning hand (03/14) apparel:0:F409:32:500:Always winning hand (04/14) apparel:0:F40A:32:500:Always winning hand (05/14) apparel:0:F40B:32:500:Always winning hand (06/14) apparel:0:F40C:33:500:Always winning hand (07/14) apparel:0:F40D:33:500:Always winning hand (08/14) apparel:0:F40E:33:500:Always winning hand (09/14) apparel:0:F40F:34:500:Always winning hand (10/14) apparel:0:F410:34:500:Always winning hand (11/14) apparel:0:F411:34:500:Always winning hand (12/14) apparel:0:F412:35:500:Always winning hand (13/14) apparel:0:F413:35:500:Always winning hand (14/14) :apparel:00000006:F406:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :apparel:00000006:F486:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. apparel:0:0000:00:999:[ Here is the look-up list for ] apparel:0:0000:00:999:[ the above watches. ] apparel:0:0000:00:999:[ ] apparel:0:0000:00:999:[ value common name chinese name ] apparel:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] apparel:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] apparel:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] apparel:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] apparel:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] apparel:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] apparel:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] apparel:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] apparel:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] apparel:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] apparel:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] apparel:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] apparel:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] apparel:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] apparel:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] apparel:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] apparel:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] apparel:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] apparel:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] apparel:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] apparel:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] apparel:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] apparel:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] apparel:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] apparel:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] apparel:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] apparel:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] apparel:0:0000:00:999:[ 31h East "wind" ] apparel:0:0000:00:999:[ 32h South "wind" ] apparel:0:0000:00:999:[ 33h West "wind" ] apparel:0:0000:00:999:[ 34h North "wind" ] apparel:0:0000:00:999:[ 35h White "dragon" ] apparel:0:0000:00:999:[ 36h Green "dragon" ] apparel:0:0000:00:999:[ 37h Red "dragon" ] apparel:0:0000:00:999:[ 3Fh - no tile - ] ; [ Appoooh ] appoooh:0:E01F:03:001:Infinite Credits appoooh:0:E027:63:500:Infinite Credits (2/2) appoooh:0:E26D:09:000:Infinite Time appoooh:0:E26B:00:001:Finish this Round Now! appoooh:0:E26C:00:501:Finish this Round Now! (2/3) appoooh:0:E26D:00:501:Finish this Round Now! (3/3) ; [ Aqua Jack (World) ] aquajack:0:100049:09:000:Infinite Credits aquajack:0:100115:06:000:Infinite Lives aquajack:0:10012B:11:000:Infinite Missiles aquajack:0:100117:07:001:See End Sequence after this Round Now!:Enable the cheeat during play ; [ Aqua Jack (Japan) ] aquajckj:0:100049:09:000:Infinite Credits aquajckj:0:100115:06:000:Infinite Lives aquajckj:0:10012B:11:000:Infinite Missiles aquajckj:0:100117:07:001:See End Sequence after this Round Now!:Enable the cheeat during play ; [ Aquarium (Japan) ] aquarium:0:FF8BF7:09:000:Infinite Credits :aquarium:62000000:000000:00000000:00000000:Attack Invincibility PL1 :aquarium:00010000:FF9A61:00000007:FFFFFFFF:Off & VERY MORTAL! :aquarium:00010000:FF9A61:00000000:FFFFFFFF:On :aquarium:62000000:000000:00000000:00000000:Next Top Shape PL1 always = :aquarium:00110000:FF4004:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF4004:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF4004:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF4004:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF4004:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF4004:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF4004:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF4004:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF4004:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF4004:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF4004:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF4004:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Mid Shape PL1 always = :aquarium:00110000:FF400A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF400A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF400A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF400A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF400A:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF400A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF400A:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF400A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF400A:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF400A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF400A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF400A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Bot Shape PL1 always = :aquarium:00110000:FF4010:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF4010:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF4010:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF4010:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF4010:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF4010:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF4010:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF4010:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF4010:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF4010:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF4010:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF4010:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Top Shape PL1 Now! = :aquarium:00110001:FF4004:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF4004:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF4004:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF4004:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF4004:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF4004:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF4004:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF4004:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF4004:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF4004:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF4004:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF4004:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Mid Shape PL1 Now! = :aquarium:00110001:FF400A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF400A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF400A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF400A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF400A:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF400A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF400A:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF400A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF400A:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF400A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF400A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF400A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Bot Shape PL1 Now! = :aquarium:00110001:FF4010:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF4010:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF4010:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF4010:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF4010:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF4010:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF4010:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF4010:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF4010:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF4010:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF4010:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF4010:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Attack Invincibility PL2 :aquarium:00010000:FF9A63:00000007:FFFFFFFF:Off & VERY MORTAL! :aquarium:00010000:FF9A63:00000000:FFFFFFFF:On :aquarium:62000000:000000:00000000:00000000:Next Top Shape PL2 always = :aquarium:00110000:FF3404:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF3404:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF3404:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF3404:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF3404:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF3404:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF3404:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF3404:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF3404:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF3404:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF3404:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF3404:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Mid Shape PL2 always = :aquarium:00110000:FF340A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF340A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF340A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF340A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF340A:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF340A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF340A:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF340A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF340A:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF340A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF340A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF340A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Bot Shape PL2 always = :aquarium:00110000:FF3410:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF3410:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF3410:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF3410:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF3410:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF3410:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF3410:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF3410:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF3410:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF3410:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF3410:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF3410:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Top Shape PL2 Now! = :aquarium:00110001:FF3404:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF3404:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF3404:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF3404:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF3404:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF3404:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF3404:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF3404:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF3404:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF3404:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF3404:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF3404:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Mid Shape PL2 Now! = :aquarium:00110001:FF340A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF340A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF340A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF340A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF340A:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF340A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF340A:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF340A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF340A:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF340A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF340A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF340A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Bot Shape PL2 Now! = :aquarium:00110001:FF3410:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF3410:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF3410:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF3410:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF3410:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF3410:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF3410:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF3410:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF3410:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF3410:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF3410:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF3410:00005800:FFFFFFFF:Pink Bubble ; [ Aqua Rush (AQ1/VER.A1) ] :aquarush:00000001:001D1668:00000006:FFFFFFFF:Beat This Level Now!:Don't enable until the timer starts, or the game may crash :aquarush:00010001:001D166E:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D1674:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D167A:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D1680:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D1686:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D168C:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D1692:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D1698:00000006:FFFFFFFF:Beat This Level Now! :aquarush:00010001:001D169E:00000006:FFFFFFFF:Beat This Level Now! ; [ Arabian Fight (World) ] :arabfgt:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the character selection screen :arabfgt:00010001:20800D:00000000:FFFFFFFF:Stage 1-1 :arabfgt:00010001:20800D:00000001:FFFFFFFF:Stage 1-2 :arabfgt:00010001:20800D:00000002:FFFFFFFF:Stage 2-1 :arabfgt:00010001:20800D:00000003:FFFFFFFF:Stage 2-2 :arabfgt:00010001:20800D:00000004:FFFFFFFF:Stage 2-3 :arabfgt:00010001:20800D:00000005:FFFFFFFF:Stage 3-1 :arabfgt:00010001:20800D:00000006:FFFFFFFF:Stage 3-2 :arabfgt:00010001:20800D:00000007:FFFFFFFF:Stage 3-3 :arabfgt:00010001:20800D:00000008:FFFFFFFF:Stage 3-4 :arabfgt:00010001:20800D:00000009:FFFFFFFF:Stage 4-1 :arabfgt:00010001:20800D:0000000A:FFFFFFFF:Stage 4-2 :arabfgt:00010001:20800D:0000000B:FFFFFFFF:Stage 4-3 :arabfgt:00010001:20800D:0000000C:FFFFFFFF:Stage 4-4 :arabfgt:00010001:20800D:0000000D:FFFFFFFF:Stage 4-5 :arabfgt:00010001:20800D:0000000E:FFFFFFFF:Stage 4-6 :arabfgt:00010001:20800D:0000000F:FFFFFFFF:Stage 4-7 :arabfgt:00010001:20800D:00000010:FFFFFFFF:Stage 5-1 :arabfgt:00010001:20800D:00000011:FFFFFFFF:Stage 5-2 :arabfgt:00010001:20800D:00000012:FFFFFFFF:Stage 5-3 :arabfgt:00010001:20800D:00000013:FFFFFFFF:Stage 5-4 :arabfgt:00010001:20800D:00000014:FFFFFFFF:Stage 5-5 :arabfgt:00010001:20800D:00000015:FFFFFFFF:Stage 5-6 :arabfgt:00010001:20800D:00000016:FFFFFFFF:Stage 5-7 :arabfgt:00010001:20800D:00000017:FFFFFFFF:Stage 6-1 :arabfgt:00010001:20800D:00000018:FFFFFFFF:Stage 6-2 :arabfgt:00010001:20800D:00000019:FFFFFFFF:Stage 6-3 :arabfgt:00010001:20800D:0000001A:FFFFFFFF:Stage 6-4 :arabfgt:00010001:20800D:0000001B:FFFFFFFF:Stage 6-5 :arabfgt:00010001:20800D:0000001C:FFFFFFFF:Stage 6-6 :arabfgt:00010001:20800D:0000001D:FFFFFFFF:Stage 6-7 :arabfgt:00100000:20F040:00000000:FFFFFFFF:Infinite Time arabfgt:0:20F082:05:000:Infinite Lives PL1 arabfgt:0:200650:00:000:Infinite Energy PL1:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:200651:00:500:Infinite Energy PL1 (2/2) :arabfgt:00000000:2006A6:00000002:FFFFFFFF:Invincibility PL1 :arabfgt:00000100:2006C0:00000008:FFFFFFFF:Select Magic PL1 :arabfgt:00010000:20069B:00000001:FFFFFFFF:Select Magic PL1 (2/2) arabfgt:0:20F084:05:000:Infinite Lives PL2 arabfgt:0:200AC8:00:000:Infinite Energy PL2:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:200AC9:00:500:Infinite Energy PL2 (2/2) :arabfgt:00000000:200B1E:00000002:FFFFFFFF:Invincibility PL2 :arabfgt:00000100:200B38:00000008:FFFFFFFF:Select Magic PL2 :arabfgt:00010000:200B13:00000001:FFFFFFFF:Select Magic PL2 (2/2) arabfgt:0:20F086:05:000:Infinite Lives PL3 arabfgt:0:200F40:00:000:Infinite Energy PL3:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:200F41:00:500:Infinite Energy PL3 (2/2) :arabfgt:00000000:200F96:00000002:FFFFFFFF:Invincibility PL3 :arabfgt:00000100:200FB0:00000008:FFFFFFFF:Select Magic PL3 :arabfgt:00010000:200F8B:00000001:FFFFFFFF:Select Magic PL3 (2/2) arabfgt:0:20F088:05:000:Infinite Lives PL4 arabfgt:0:2013B8:00:000:Infinite Energy PL4:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:2013B9:00:500:Infinite Energy PL4 (2/2) :arabfgt:00000000:20140E:00000002:FFFFFFFF:Invincibility PL4 :arabfgt:00000100:201428:00000008:FFFFFFFF:Select Magic PL4 :arabfgt:00010000:201403:00000001:FFFFFFFF:Select Magic PL4 (2/2) ; [ Arabian Fight (Japan) ] :arabfgtj:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the character selection screen :arabfgtj:00010001:20800D:00000000:FFFFFFFF:Stage 1-1 :arabfgtj:00010001:20800D:00000001:FFFFFFFF:Stage 1-2 :arabfgtj:00010001:20800D:00000002:FFFFFFFF:Stage 2-1 :arabfgtj:00010001:20800D:00000003:FFFFFFFF:Stage 2-2 :arabfgtj:00010001:20800D:00000004:FFFFFFFF:Stage 2-3 :arabfgtj:00010001:20800D:00000005:FFFFFFFF:Stage 3-1 :arabfgtj:00010001:20800D:00000006:FFFFFFFF:Stage 3-2 :arabfgtj:00010001:20800D:00000007:FFFFFFFF:Stage 3-3 :arabfgtj:00010001:20800D:00000008:FFFFFFFF:Stage 3-4 :arabfgtj:00010001:20800D:00000009:FFFFFFFF:Stage 4-1 :arabfgtj:00010001:20800D:0000000A:FFFFFFFF:Stage 4-2 :arabfgtj:00010001:20800D:0000000B:FFFFFFFF:Stage 4-3 :arabfgtj:00010001:20800D:0000000C:FFFFFFFF:Stage 4-4 :arabfgtj:00010001:20800D:0000000D:FFFFFFFF:Stage 4-5 :arabfgtj:00010001:20800D:0000000E:FFFFFFFF:Stage 4-6 :arabfgtj:00010001:20800D:0000000F:FFFFFFFF:Stage 4-7 :arabfgtj:00010001:20800D:00000010:FFFFFFFF:Stage 5-1 :arabfgtj:00010001:20800D:00000011:FFFFFFFF:Stage 5-2 :arabfgtj:00010001:20800D:00000012:FFFFFFFF:Stage 5-3 :arabfgtj:00010001:20800D:00000013:FFFFFFFF:Stage 5-4 :arabfgtj:00010001:20800D:00000014:FFFFFFFF:Stage 5-5 :arabfgtj:00010001:20800D:00000015:FFFFFFFF:Stage 5-6 :arabfgtj:00010001:20800D:00000016:FFFFFFFF:Stage 5-7 :arabfgtj:00010001:20800D:00000017:FFFFFFFF:Stage 6-1 :arabfgtj:00010001:20800D:00000018:FFFFFFFF:Stage 6-2 :arabfgtj:00010001:20800D:00000019:FFFFFFFF:Stage 6-3 :arabfgtj:00010001:20800D:0000001A:FFFFFFFF:Stage 6-4 :arabfgtj:00010001:20800D:0000001B:FFFFFFFF:Stage 6-5 :arabfgtj:00010001:20800D:0000001C:FFFFFFFF:Stage 6-6 :arabfgtj:00010001:20800D:0000001D:FFFFFFFF:Stage 6-7 :arabfgtj:00100000:20F040:00000000:FFFFFFFF:Infinite Time arabfgtj:0:20F082:05:000:Infinite Lives PL1 arabfgtj:0:200650:00:000:Infinite Energy PL1:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtj:0:200651:00:500:Infinite Energy PL1 (2/2) :arabfgtj:00000000:2006A6:00000002:FFFFFFFF:Invincibility PL1 :arabfgtj:00000100:2006C0:00000008:FFFFFFFF:Select Magic PL1 :arabfgtj:00010000:20069B:00000001:FFFFFFFF:Select Magic PL1 (2/2) arabfgtj:0:20F084:05:000:Infinite Lives PL2 arabfgtj:0:200AC8:00:000:Infinite Energy PL2:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtj:0:200AC9:00:500:Infinite Energy PL2 (2/2) :arabfgtj:00000000:200B1E:00000002:FFFFFFFF:Invincibility PL2 :arabfgtj:00000100:200B38:00000008:FFFFFFFF:Select Magic PL2 :arabfgtj:00010000:200B13:00000001:FFFFFFFF:Select Magic PL2 (2/2) arabfgtj:0:20F086:05:000:Infinite Lives PL3 arabfgtj:0:200F40:00:000:Infinite Energy PL3:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtj:0:200F41:00:500:Infinite Energy PL3 (2/2) :arabfgtj:00000000:200F96:00000002:FFFFFFFF:Invincibility PL3 :arabfgtj:00000100:200FB0:00000008:FFFFFFFF:Select Magic PL3 :arabfgtj:00010000:200F8B:00000001:FFFFFFFF:Select Magic PL3 (2/2) arabfgtj:0:20F088:05:000:Infinite Lives PL4 arabfgtj:0:2013B8:00:000:Infinite Energy PL4:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtj:0:2013B9:00:500:Infinite Energy PL4 (2/2) :arabfgtj:00000000:20140E:00000002:FFFFFFFF:Invincibility PL4 :arabfgtj:00000100:201428:00000008:FFFFFFFF:Select Magic PL4 :arabfgtj:00010000:201403:00000001:FFFFFFFF:Select Magic PL4 (2/2) ; [ Arabian Fight (US) ] :arabfgtu:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the character selection screen :arabfgtu:00010001:20800D:00000000:FFFFFFFF:Stage 1-1 :arabfgtu:00010001:20800D:00000001:FFFFFFFF:Stage 1-2 :arabfgtu:00010001:20800D:00000002:FFFFFFFF:Stage 2-1 :arabfgtu:00010001:20800D:00000003:FFFFFFFF:Stage 2-2 :arabfgtu:00010001:20800D:00000004:FFFFFFFF:Stage 2-3 :arabfgtu:00010001:20800D:00000005:FFFFFFFF:Stage 3-1 :arabfgtu:00010001:20800D:00000006:FFFFFFFF:Stage 3-2 :arabfgtu:00010001:20800D:00000007:FFFFFFFF:Stage 3-3 :arabfgtu:00010001:20800D:00000008:FFFFFFFF:Stage 3-4 :arabfgtu:00010001:20800D:00000009:FFFFFFFF:Stage 4-1 :arabfgtu:00010001:20800D:0000000A:FFFFFFFF:Stage 4-2 :arabfgtu:00010001:20800D:0000000B:FFFFFFFF:Stage 4-3 :arabfgtu:00010001:20800D:0000000C:FFFFFFFF:Stage 4-4 :arabfgtu:00010001:20800D:0000000D:FFFFFFFF:Stage 4-5 :arabfgtu:00010001:20800D:0000000E:FFFFFFFF:Stage 4-6 :arabfgtu:00010001:20800D:0000000F:FFFFFFFF:Stage 4-7 :arabfgtu:00010001:20800D:00000010:FFFFFFFF:Stage 5-1 :arabfgtu:00010001:20800D:00000011:FFFFFFFF:Stage 5-2 :arabfgtu:00010001:20800D:00000012:FFFFFFFF:Stage 5-3 :arabfgtu:00010001:20800D:00000013:FFFFFFFF:Stage 5-4 :arabfgtu:00010001:20800D:00000014:FFFFFFFF:Stage 5-5 :arabfgtu:00010001:20800D:00000015:FFFFFFFF:Stage 5-6 :arabfgtu:00010001:20800D:00000016:FFFFFFFF:Stage 5-7 :arabfgtu:00010001:20800D:00000017:FFFFFFFF:Stage 6-1 :arabfgtu:00010001:20800D:00000018:FFFFFFFF:Stage 6-2 :arabfgtu:00010001:20800D:00000019:FFFFFFFF:Stage 6-3 :arabfgtu:00010001:20800D:0000001A:FFFFFFFF:Stage 6-4 :arabfgtu:00010001:20800D:0000001B:FFFFFFFF:Stage 6-5 :arabfgtu:00010001:20800D:0000001C:FFFFFFFF:Stage 6-6 :arabfgtu:00010001:20800D:0000001D:FFFFFFFF:Stage 6-7 :arabfgtu:00100000:20F040:00000000:FFFFFFFF:Infinite Time arabfgtu:0:20F082:05:000:Infinite Lives PL1 arabfgtu:0:200650:00:000:Infinite Energy PL1:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtu:0:200651:00:500:Infinite Energy PL1 (2/2) :arabfgtu:00000000:2006A6:00000002:FFFFFFFF:Invincibility PL1 :arabfgtu:00000100:2006C0:00000008:FFFFFFFF:Select Magic PL1 :arabfgtu:00010000:20069B:00000001:FFFFFFFF:Select Magic PL1 (2/2) arabfgtu:0:20F084:05:000:Infinite Lives PL2 arabfgtu:0:200AC8:00:000:Infinite Energy PL2:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtu:0:200AC9:00:500:Infinite Energy PL2 (2/2) :arabfgtu:00000000:200B1E:00000002:FFFFFFFF:Invincibility PL2 :arabfgtu:00000100:200B38:00000008:FFFFFFFF:Select Magic PL2 :arabfgtu:00010000:200B13:00000001:FFFFFFFF:Select Magic PL2 (2/2) arabfgtu:0:20F086:05:000:Infinite Lives PL3 arabfgtu:0:200F40:00:000:Infinite Energy PL3:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtu:0:200F41:00:500:Infinite Energy PL3 (2/2) :arabfgtu:00000000:200F96:00000002:FFFFFFFF:Invincibility PL3 :arabfgtu:00000100:200FB0:00000008:FFFFFFFF:Select Magic PL3 :arabfgtu:00010000:200F8B:00000001:FFFFFFFF:Select Magic PL3 (2/2) arabfgtu:0:20F088:05:000:Infinite Lives PL4 arabfgtu:0:2013B8:00:000:Infinite Energy PL4:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgtu:0:2013B9:00:500:Infinite Energy PL4 (2/2) :arabfgtu:00000000:20140E:00000002:FFFFFFFF:Invincibility PL4 :arabfgtu:00000100:201428:00000008:FFFFFFFF:Select Magic PL4 :arabfgtu:00010000:201403:00000001:FFFFFFFF:Select Magic PL4 (2/2) ; [ Arabian Magic (Japan) ] arabiamj:0:40DC2B:09:000:Infinite Credits arabiamj:0:411369:64:000:Infinite Time arabiamj:0:40FF5A:05:000:Infinite Lives PL1 arabiamj:0:40FF57:23:000:Infinite Energy PL1 arabiamj:0:40FF5B:09:000:Infinite Magic PL1 arabiamj:0:40FF77:09:000:Infinite Ammo PL1:Effective when you have a weapon arabiamj:0:40FF7D:03:000:Invincibility PL1 arabiamj:0:40FF36:E8:000:Enemies never attack PL1 arabiamj:0:410D61:FF:000:Maximum Power Up PL1 arabiamj:0:40FFAA:05:000:Infinite Lives PL2 arabiamj:0:40FFA7:23:000:Infinite Energy PL2 arabiamj:0:40FFAB:09:000:Infinite Magic PL2 arabiamj:0:40FFC7:09:000:Infinite Ammo PL2:Effective when you have a weapon arabiamj:0:40FFCD:03:000:Invincibility PL2 arabiamj:0:40FF86:E8:000:Enemies never attack PL2 arabiamj:0:40FFFA:05:000:Infinite Lives PL3 arabiamj:0:40FFF7:23:000:Infinite Energy PL3 arabiamj:0:40FFFB:09:000:Infinite Magic PL3 arabiamj:0:410017:09:000:Infinite Ammo PL3:Effective when you have a weapon arabiamj:0:41001D:03:000:Invincibility PL3 arabiamj:0:40FFD6:E8:000:Enemies never attack PL3 arabiamj:0:41004A:05:000:Infinite Lives PL4 arabiamj:0:410047:23:000:Infinite Energy PL4 arabiamj:0:41004B:09:000:Infinite Magic PL4 arabiamj:0:410067:09:000:Infinite Ammo PL4:Effective when you have a weapon arabiamj:0:41006D:03:000:Invincibility PL4 arabiamj:0:410026:E8:000:Enemies never attack PL4 arabiamj:0:000000:00:999:[After you enable these region cheats to see any ] arabiamj:0:000000:00:999:[effect you will have to reset the game (F3). ] arabiamj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] arabiamj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] arabiamj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] arabiamj:0:0FFFFF:01:100:Region Switch = Japan arabiamj:0:0FFFFF:02:100:Region Switch = US arabiamj:0:0FFFFF:03:100:Region Switch = World ; [ Arabian Magic (US) ] arabiamu:0:40DC2B:09:000:Infinite Credits arabiamu:0:411369:64:000:Infinite Time arabiamu:0:40FF5A:05:000:Infinite Lives PL1 arabiamu:0:40FF57:23:000:Infinite Energy PL1 arabiamu:0:40FF5B:09:000:Infinite Magic PL1 arabiamu:0:40FF77:09:000:Infinite Ammo PL1:Effective when you have a weapon arabiamu:0:40FF7D:03:000:Invincibility PL1 arabiamu:0:40FF36:E8:000:Enemies never attack PL1 arabiamu:0:410D61:FF:000:Maximum Power Up PL1 arabiamu:0:40FFAA:05:000:Infinite Lives PL2 arabiamu:0:40FFA7:23:000:Infinite Energy PL2 arabiamu:0:40FFAB:09:000:Infinite Magic PL2 arabiamu:0:40FFC7:09:000:Infinite Ammo PL2:Effective when you have a weapon arabiamu:0:40FFCD:03:000:Invincibility PL2 arabiamu:0:40FF86:E8:000:Enemies never attack PL2 arabiamu:0:40FFFA:05:000:Infinite Lives PL3 arabiamu:0:40FFF7:23:000:Infinite Energy PL3 arabiamu:0:40FFFB:09:000:Infinite Magic PL3 arabiamu:0:410017:09:000:Infinite Ammo PL3:Effective when you have a weapon arabiamu:0:41001D:03:000:Invincibility PL3 arabiamu:0:40FFD6:E8:000:Enemies never attack PL3 arabiamu:0:41004A:05:000:Infinite Lives PL4 arabiamu:0:410047:23:000:Infinite Energy PL4 arabiamu:0:41004B:09:000:Infinite Magic PL4 arabiamu:0:410067:09:000:Infinite Ammo PL4:Effective when you have a weapon arabiamu:0:41006D:03:000:Invincibility PL4 arabiamu:0:410026:E8:000:Enemies never attack PL4 arabiamu:0:000000:00:999:[After you enable these region cheats to see any ] arabiamu:0:000000:00:999:[effect you will have to reset the game (F3). ] arabiamu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] arabiamu:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] arabiamu:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] arabiamu:0:0FFFFF:01:100:Region Switch = Japan arabiamu:0:0FFFFF:02:100:Region Switch = US arabiamu:0:0FFFFF:03:100:Region Switch = World ; [ Arabian ] arabian:0:D340:99:000:Infinite Credits :arabian:20800000:425A:00000018:FFFFFFFF:Invincibility:You die though when you fall off a high platform :arabian:20810000:45F1:000000C9:FFFFFFFF:Invincibility (2/3) :arabian:20810000:4613:000000C9:FFFFFFFF:Invincibility (3/3) :arabian:00000000:D351:00000000:00000010:Rapid Fire arabian:0:D406:05:000:Infinite Lives PL1 arabian:0:D426:00:000:Always get ARABIAN bonus PL1 arabian:0:D407:05:000:Infinite Lives PL2 arabian:0:D427:00:000:Always get ARABIAN bonus PL2 :arabian:00000000:D300:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Arabian (Atari) ] arabiana:0:D340:99:000:Infinite Credits :arabiana:20800000:4222:00000018:FFFFFFFF:Invincibility:You die though when you fall off a high platform :arabiana:20810000:45C0:000000C9:FFFFFFFF:Invincibility (2/3) :arabiana:20810000:45E2:000000C9:FFFFFFFF:Invincibility (3/3) :arabiana:00000000:D351:00000000:00000010:Rapid Fire arabiana:0:D406:05:000:Infinite Lives PL1 arabiana:0:D426:00:000:Always get ARABIAN bonus PL1 arabiana:0:D407:05:000:Infinite Lives PL2 arabiana:0:D427:00:000:Always get ARABIAN bonus PL2 :arabiana:00000000:D300:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Arabian Magic (World) ] arabianm:0:40DC2B:09:000:Infinite Credits arabianm:0:411369:64:000:Infinite Time arabianm:0:40FF5A:05:000:Infinite Lives PL1 arabianm:0:40FF57:23:000:Infinite Energy PL1 arabianm:0:40FF5B:09:000:Infinite Magic PL1 arabianm:0:40FF77:09:000:Infinite Ammo PL1:Effective when you have a weapon arabianm:0:40FF7D:03:000:Invincibility PL1 arabianm:0:40FF36:E8:000:Enemies never attack PL1 arabianm:0:410D61:FF:000:Maximum Power Up PL1 arabianm:0:40FFAA:05:000:Infinite Lives PL2 arabianm:0:40FFA7:23:000:Infinite Energy PL2 arabianm:0:40FFAB:09:000:Infinite Magic PL2 arabianm:0:40FFC7:09:000:Infinite Ammo PL2:Effective when you have a weapon arabianm:0:40FFCD:03:000:Invincibility PL2 arabianm:0:40FF86:E8:000:Enemies never attack PL2 arabianm:0:40FFFA:05:000:Infinite Lives PL3 arabianm:0:40FFF7:23:000:Infinite Energy PL3 arabianm:0:40FFFB:09:000:Infinite Magic PL3 arabianm:0:410017:09:000:Infinite Ammo PL3:Effective when you have a weapon arabianm:0:41001D:03:000:Invincibility PL3 arabianm:0:40FFD6:E8:000:Enemies never attack PL3 arabianm:0:41004A:05:000:Infinite Lives PL4 arabianm:0:410047:23:000:Infinite Energy PL4 arabianm:0:41004B:09:000:Infinite Magic PL4 arabianm:0:410067:09:000:Infinite Ammo PL4:Effective when you have a weapon arabianm:0:41006D:03:000:Invincibility PL4 arabianm:0:410026:E8:000:Enemies never attack PL4 arabianm:0:000000:00:999:[After you enable these region cheats to see any ] arabianm:0:000000:00:999:[effect you will have to reset the game (F3). ] arabianm:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] arabianm:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] arabianm:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] arabianm:0:0FFFFF:01:100:Region Switch = Japan arabianm:0:0FFFFF:02:100:Region Switch = US arabianm:0:0FFFFF:03:100:Region Switch = World ; [ Arbalester ] arbalest:0:F0198D:0A:000:Infinite Lives PL1 arbalest:0:F0198E:09:000:Infinite Bombs PL1 arbalest:0:F01988:07:000:Maximum fire power PL1 arbalest:0:F01998:5A:000:Invincibility PL1 arbalest:0:F019E1:0A:000:Infinite Lives PL2 arbalest:0:F019E2:09:000:Infinite Bombs PL2 arbalest:0:F019DC:07:000:Maximum fire power PL2 arbalest:0:F019EC:5A:000:Invincibility PL2 ; [ Arcade Classics (prototype) ] arcadecl:0:3EEC63:09:000:Infinite Credits arcadecl:0:000000:00:999:[ Super Centipede ] arcadecl:0:000000:00:999:[ ~~~~~~~~~~~~~~~ ] arcadecl:0:3E0FAA:A9:000:Never have any Spiders arcadecl:0:3E08D8:71:500:Never have any Spiders (2/2) arcadecl:0:3E231E:00:000:Never have any Scorpions arcadecl:0:3E0AE9:07:000:Infinite Lives PL1 arcadecl:0:3E0B29:07:000:Infinite Lives PL2 arcadecl:0:000000:00:999:[ ] arcadecl:0:000000:00:999:[ Missile Command II ] arcadecl:0:000000:00:999:[ ~~~~~~~~~~~~~~~~~~ ] arcadecl:0:3E0AFA:0A:000:Infinite shots (Left) PL1 arcadecl:0:3E0AFB:0A:000:Infinite shots (Center) PL1 arcadecl:0:3E0AFC:0A:000:Infinite shots (Right) PL1 arcadecl:0:3E0B3A:0A:000:Infinite shots (Left) PL2 arcadecl:0:3E0B3B:0A:000:Infinite shots (Center) PL2 arcadecl:0:3E0B3C:0A:000:Infinite shots (Right) PL2 arcadecl:0:000000:00:999:[ EXTRA!! EXTRA!! EXTRA!! ] arcadecl:0:000000:00:999:[ Enter DIPs and turn Test ] arcadecl:0:000000:00:999:[ Mode ON. Set Extra Stuff & ] arcadecl:0:000000:00:999:[ More Extra Stuff ON. Turn ] arcadecl:0:000000:00:999:[ Test Mode OFF. Play! You'll ] arcadecl:0:000000:00:999:[ notice some goodies in both ] arcadecl:0:000000:00:999:[ Missile Command & Centipede ] arcadecl:0:000000:00:999:[ like powerups & new enemies ] ; [ Waga Seishun no Arcadia ] arcadia:0:0036:03:000:Fast Fire Mode arcadia:0:E192:20:100:Invincibility arcadia:0:034D:0B:000:Infinite Lives PL1 arcadia:0:0356:0B:000:Infinite Lives PL2 ; [ Arch Rivals (rev 2.0) ] archriv2:0:061E1C:09:000:Infinite Credits archriv2:0:061F2A:18:000:Infinite Shoot Time archriv2:0:061F33:FF:000:Infinite Period Time archriv2:0:061F33:00:001:Finish Period Now! archriv2:0:0601E3:01:001:Make this Period 1 Now! archriv2:0:0601E3:02:001:Make this Period 2 Now! archriv2:0:0601E3:03:001:Make this Period 3 Now! archriv2:0:0601E3:04:001:Make this Period 4 Now! archriv2:0:0601E3:08:001:Make this Sudden Death Now! archriv2:0:06020F:99:073:Select Score PL1 archriv2:0:06020F:00:000:Score always = 0 PL1 archriv2:0:06020F:10:000:Score always = 10 PL1 archriv2:0:06020F:00:001:Score = 0 Now! PL1 archriv2:0:06020F:10:001:Score = 10 Now! PL1 archriv2:0:060213:99:073:Select Score PL2 archriv2:0:060213:00:000:Score always = 0 PL2 archriv2:0:060213:10:000:Score always = 10 PL2 archriv2:0:060213:00:001:Score = 0 Now! PL2 archriv2:0:060213:10:001:Score = 10 Now! PL2 ; [ Arch Rivals (rev 4.0) ] archrivl:0:061E1C:09:000:Infinite Credits archrivl:0:061F2A:18:000:Infinite Shoot Time archrivl:0:061F33:FF:000:Infinite Period Time archrivl:0:061F33:00:001:Finish Period Now! archrivl:0:0601E3:01:001:Make this Period 1 Now! archrivl:0:0601E3:02:001:Make this Period 2 Now! archrivl:0:0601E3:03:001:Make this Period 3 Now! archrivl:0:0601E3:04:001:Make this Period 4 Now! archrivl:0:0601E3:08:001:Make this Sudden Death Now! archrivl:0:06020F:99:073:Select Score PL1 archrivl:0:06020F:00:000:Score always = 0 PL1 archrivl:0:06020F:10:000:Score always = 10 PL1 archrivl:0:06020F:00:001:Score = 0 Now! PL1 archrivl:0:06020F:10:001:Score = 10 Now! PL1 archrivl:0:060213:99:073:Select Score PL2 archrivl:0:060213:00:000:Score always = 0 PL2 archrivl:0:060213:10:000:Score always = 10 PL2 archrivl:0:060213:00:001:Score = 0 Now! PL2 archrivl:0:060213:10:001:Score = 10 Now! PL2 ; [ Area 51 (R3000) ] area51:0:1000879B:0A:000:Infinite Lives PL1 area51:0:1000876F:18:000:Infinite Bullets PL1 area51:0:10008773:09:000:Infinite Grenades PL1 :area51:00000000:1000877F:00000001:00000001:Always have Shotgun PL1 :area51:00000000:1000877F:00000002:00000002:Always have Full Auto PL1 :area51:00000001:1000877F:00000001:00000001:Get Shotgun Now! PL1 :area51:00000001:1000877F:00000002:00000002:Get Full Auto Now! PL1 :area51:00000001:1000877F:00000000:00000001:Lose Shotgun Now! PL1 :area51:00000001:1000877F:00000000:00000002:Lose Full Auto Now! PL1 area51:0:10008843:0A:000:Infinite Lives PL2 area51:0:10008817:18:000:Infinite Bullets PL2 area51:0:1000881B:09:000:Infinite Grenades PL2 :area51:00000000:10008827:00000001:00000001:Always have Shotgun PL2 :area51:00000000:10008827:00000002:00000002:Always have Full Auto PL2 :area51:00000001:10008827:00000001:00000001:Get Shotgun Now! PL2 :area51:00000001:10008827:00000002:00000002:Get Full Auto Now! PL2 :area51:00000001:10008827:00000000:00000001:Lose Shotgun Now! PL2 :area51:00000001:10008827:00000000:00000002:Lose Full Auto Now! PL2 ; [ Area 51 (Atari Games License) ] area51a:0:A04273:0A:000:Infinite Lives PL1 area51a:0:A04247:08:000:Infinite Bullets PL1 area51a:0:A0424B:09:000:Infinite Grenades PL1 area51a:0:A0431B:0A:000:Infinite Lives PL2 area51a:0:A042EF:08:000:Infinite Bullets PL2 area51a:0:A042F3:09:000:Infinite Grenades PL2 ; [ Area 51 / Maximum Force Duo v2.0 ] area51mx:0:000000:00:999:[ Cheats for - Area 51 ] :area51mx:00000000:A199E1:00000004:FFFFFFFF:Infinite Lives PL1 :area51mx:00000000:A199B5:00000008:FFFFFFFF:Infinite Bullets PL1 :area51mx:00000000:A199B9:00000001:FFFFFFFF:Infinite Grenades PL1 :area51mx:00000000:A19A89:00000004:FFFFFFFF:Infinite Lives PL2 :area51mx:00000000:A19A5D:00000008:FFFFFFFF:Infinite Bullets PL2 :area51mx:00000000:A19A61:00000001:FFFFFFFF:Infinite Grenades PL2 area51mx:0:000000:00:999:[ Cheats for - Maximum Force Duo ] :area51mx:00000000:A19425:00000005:FFFFFFFF:Infinite Lives PL1 :area51mx:00000000:A19479:00000008:FFFFFFFF:Infinite Bullets PL1 :area51mx:00000000:A194B1:00000005:FFFFFFFF:Infinite Lives PL2 :area51mx:00000000:A19505:00000007:FFFFFFFF:Infinite Bullets PL2 ; [ Area 51 (Time Warner License) ] area51t:0:A04273:0A:000:Infinite Lives PL1 area51t:0:A04247:08:000:Infinite Bullets PL1 area51t:0:A0424B:09:000:Infinite Grenades PL1 area51t:0:A0431B:0A:000:Infinite Lives PL2 area51t:0:A042EF:08:000:Infinite Bullets PL2 area51t:0:A042F3:09:000:Infinite Grenades PL2 ; [ Area 88 (Japan) ] area88:0:FF0FFE:09:000:Infinite Credits area88:0:FFE00B:02:000:Pause/Unpause Shop Timer area88:0:FF2F00:05:000:Infinite Shield area88:0:FF2F03:05:500:Infinite Shield (2/6) area88:0:FF15D7:02:500:Infinite Shield (3/6) area88:0:FF2EA0:05:500:Infinite Shield (4/6) area88:0:FF2EA3:05:500:Infinite Shield (5/6) area88:0:FF1657:02:500:Infinite Shield (6/6) area88:0:FF10D6:00:000:Always face to the Right area88:0:FF10D6:04:000:Always face to the Left area88:0:FF10D6:00:001:Flip to face to the Right Now!:Best used with an activation key - Can cause scrolling problems area88:0:FF10D6:04:001:Flip to face to the Left Now!:Best used with an activation key - Can cause scrolling problems :area88:00000000:FF15C3:00000002:FFFFFFFF:Invincibility PL1 area88:0:FF160B:09:000:Infinite Money PL1 area88:0:FF15D3:06:000:Always have Max 2nd Weapon (level 7) PL1 area88:0:FF15E3:63:000:Infinite Second Weapon PL1 area88:0:FF15E1:00:000:Always have Phoenix as 2nd Weapon PL1 :area88:00100000:FF15D9:00000011:FFFFFFFF:Rapid Fire - Main Shot PL1 :area88:00100000:FF15DF:00000100:FFFFFFFF:Rapid Fire - Extra Weapon PL1 area88:0:000000:00:999:[ The TEXT display may NOT be updated between stages ] area88:0:000000:00:999:[ for these 2nd Weapon cheats ] area88:0:FF15E1:04:000:Always have Falcon as 2nd Weapon PL1 area88:0:FF15E1:08:000:Always have Bomb as 2nd Weapon PL1 area88:0:FF15E1:0C:000:Always have Bomb II as 2nd Weapon PL1 area88:0:FF15E1:10:000:Always have Napalm as 2nd Weapon PL1 area88:0:FF15E1:14:000:Always have Napalm II as 2nd Weapon PL1 area88:0:FF15E1:1C:000:Always have Bullpup as 2nd Weapon PL1 area88:0:FF15E1:20:000:Always have Bullpup II as 2nd Weapon PL1 area88:0:FF15E1:34:000:Always have Super Shell as 2nd Weapon PL1 area88:0:FF15E1:38:000:Always have Super Shell II as 2nd Weapon PL1 area88:0:FF15E1:00:001:Get Phoenix as 2nd Weapon Now! PL1 area88:0:FF15E1:04:001:Get Falcon as 2nd Weapon Now! PL1 area88:0:FF15E1:08:001:Get Bomb as 2nd Weapon Now! PL1 area88:0:FF15E1:0C:001:Get Bomb II as 2nd Weapon Now! PL1 area88:0:FF15E1:10:001:Get Napalm as 2nd Weapon Now! PL1 area88:0:FF15E1:14:001:Get Napalm II as 2nd Weapon Now! PL1 area88:0:FF15E1:1C:001:Get Bullpup as 2nd Weapon Now! PL1 area88:0:FF15E1:20:001:Get Bullpup II as 2nd Weapon Now! PL1 area88:0:FF15E1:34:001:Get Super Shell as 2nd Weapon Now! PL1 area88:0:FF15E1:38:001:Get Super Shell II as 2nd Weapon Now! PL1 :area88:00000000:FF1643:00000002:FFFFFFFF:Invincibility PL2 area88:0:FF168B:09:000:Infinite Money PL2 area88:0:FF1653:06:000:Always have Max 2nd Weapon (level 7) PL2 area88:0:FF1663:63:000:Infinite Second Weapon PL2 :area88:00100000:FF1659:00000011:FFFFFFFF:Rapid Fire - Main Shot PL2 :area88:00100000:FF165F:00000100:FFFFFFFF:Rapid Fire - Extra Weapon PL2 area88:0:000000:00:999:[ The TEXT display may NOT be updated between stages ] area88:0:000000:00:999:[ for these 2nd Weapon cheats ] area88:0:FF1661:00:000:Always have Phoenix as 2nd Weapon PL2 area88:0:FF1661:04:000:Always have Falcon as 2nd Weapon PL2 area88:0:FF1661:08:000:Always have Bomb as 2nd Weapon PL2 area88:0:FF1661:0C:000:Always have Bomb II as 2nd Weapon PL2 area88:0:FF1661:10:000:Always have Napalm as 2nd Weapon PL2 area88:0:FF1661:14:000:Always have Napalm II as 2nd Weapon PL2 area88:0:FF1661:1C:000:Always have Bullpup as 2nd Weapon PL2 area88:0:FF1661:20:000:Always have Bullpup II as 2nd Weapon PL2 area88:0:FF1661:34:000:Always have Super Shell as 2nd Weapon PL2 area88:0:FF1661:38:000:Always have Super Shell II as 2nd Weapon PL2 area88:0:FF1661:00:001:Get Phoenix as 2nd Weapon Now! PL2 area88:0:FF1661:04:001:Get Falcon as 2nd Weapon Now! PL2 area88:0:FF1661:08:001:Get Bomb as 2nd Weapon Now! PL2 area88:0:FF1661:0C:001:Get Bomb II as 2nd Weapon Now! PL2 area88:0:FF1661:10:001:Get Napalm as 2nd Weapon Now! PL2 area88:0:FF1661:14:001:Get Napalm II as 2nd Weapon Now! PL2 area88:0:FF1661:1C:001:Get Bullpup as 2nd Weapon Now! PL2 area88:0:FF1661:20:001:Get Bullpup II as 2nd Weapon Now! PL2 area88:0:FF1661:34:001:Get Super Shell as 2nd Weapon Now! PL2 area88:0:FF1661:38:001:Get Super Shell II as 2nd Weapon Now! PL2 ; [ Air Rescue ] arescue:0:0000:00:999:[ There are no cheats ]:REASON 1 arescue:0:0000:00:999:[ for this game as it ]:REASON 1 arescue:0:0000:00:999:[ didn't work the last ]:REASON 1 arescue:0:0000:00:999:[ time it was tested. ]:REASON 1 arescue:0:0000:00:999:[ If the game now works ]:REASON 1 arescue:0:0000:00:999:[ please request cheats ]:REASON 1 arescue:0:0000:00:999:[ for it on the cheat ]:REASON 1 arescue:0:0000:00:999:[ forums. ]:REASON 1 ; [ Argus ] argus:0:E021:09:000:Infinite Credits argus:0:E101:07:000:Infinite Lives :argus:20800000:2339:000000C9:FFFFFFFF:Invincibility:No Hit :argus:20810000:3272:000000C9:FFFFFFFF:Invincibility (2/7):1st & 2nd = Pipe :argus:20810000:58DC:000000C9:FFFFFFFF:Invincibility (3/7):Fire (Antiair) :argus:20810000:5AF5:000000C3:FFFFFFFF:Invincibility (4/7):Mine :argus:20810000:5E3D:000000C9:FFFFFFFF:Invincibility (5/7):Laser :argus:20810000:60E7:000000B7:FFFFFFFF:Invincibility (6/7):Fire (Antisurface) :argus:20810000:756A:000000C3:FFFFFFFF:Invincibility (7/7):Enemy argus:0:E108:03:000:Maximum 'B' Level argus:0:E109:03:000:Maximum 'E' Level argus:0:E10A:03:000:Maximum 'P' Level argus:0:F08D:03:000:Always have Max Power Up argus:0:FC84:81:000:Always have Ground Laser :argus:62000000:0000:00000000:00000000:Select Shot (Antiair) :argus:00010000:E080:00000000:FFFFFFFF:Single Shot :argus:00010000:E080:00000001:FFFFFFFF:Fast Single Shot :argus:00010000:E080:00000002:FFFFFFFF:V-shot :argus:00010000:E080:00000003:FFFFFFFF:Twin Shot :argus:00010000:E080:00000006:FFFFFFFF:Laser :argus:62000000:0000:00000000:00000000:Select Shot (Antisurface) :argus:00010000:E081:00000007:FFFFFFFF:Laser :argus:00010000:E081:00000004:FFFFFFFF:Twin Shot :argus:00010000:E081:00000005:FFFFFFFF:Bomb :argus:00100000:E084:00000000:FFFFFFFF:Rapid Fire ; [ Argus (Gottlieb, prototype) ] argusg:0:0013E:03:000:Infinite Credits argusg:0:0019E:09:000:Infinite Time argusg:0:0019F:09:500:Infinite Time (2/2) argusg:0:00D1E:00:001:Finish this Round Quickly Now!:Just destroy the villains on screen to complete the level argusg:0:00D1C:09:000:Always have 9 Citizens ; [ Arkanoid (Game Corporation bootleg) ] arkangc:0:ED76:06:000:Infinite Lives PL1 arkangc:0:ED7B:06:000:Infinite Lives PL2 arkangc:0:ED72:20:000:Go to Last Level arkangc:0:EF62:00:000:Don't die when ball is out :arkangc:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkangc:0:C4CE:01:000:Warp door always open arkangc:0:C4CE:00:000:Warp door never open arkangc:0:C4CE:01:001:Open Warp door Now! arkangc:0:C4CE:00:001:Shut Warp door Now! arkangc:0:ED83:00:001:Finish this Level Now! arkangc:0:EF62:01:001:Lose a Life Now! arkangc:0:0000:00:999:[ L (Red) = Laser ] arkangc:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkangc:0:0000:00:999:[ C (Green) = Catcher Bat ] arkangc:0:0000:00:999:[ S (Orange) = Slower Ball ] arkangc:0:0000:00:999:[ B (Pink) = Warp Door ] arkangc:0:0000:00:999:[ D (Cyan) = Multiballs ] arkangc:0:0000:00:999:[ P (Grey) = Extra Life ] arkangc:0:C658:80:000:No pills can fall arkangc:0:C658:01:001:Drop Red Pill Now! arkangc:0:C658:02:001:Drop Blue Pill Now! arkangc:0:C658:03:001:Drop Green Pill Now! arkangc:0:C658:04:001:Drop Orange Pill Now! arkangc:0:C658:05:001:Drop Purple Pill Now! arkangc:0:C658:06:001:Drop Cyan Pill Now! arkangc:0:C658:07:001:Drop Black Pill Now! arkangc:0:C658:01:004:Drop Red Pill every 5 s arkangc:0:C658:02:004:Drop Blue Pill every 5 s arkangc:0:C658:03:004:Drop Green Pill every 5 s arkangc:0:C658:04:004:Drop Orange Pill every 5 s arkangc:0:C658:05:004:Drop Purple Pill every 5 s arkangc:0:C658:06:004:Drop Cyan Pill every 5 s arkangc:0:C658:07:004:Drop Black Pill every 5 s arkangc:0:C658:81:001:Change Pill to Red Now! arkangc:0:C658:82:001:Change Pill to Blue Now! arkangc:0:C658:83:001:Change Pill to Green Now! arkangc:0:C658:84:001:Change Pill to Orange Now! arkangc:0:C658:85:001:Change Pill to Purple Now! arkangc:0:C658:86:001:Change Pill to Cyan Now! arkangc:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid (World) ] arkanoid:0:C432:09:000:Infinite Credits arkanoid:0:ED76:06:000:Infinite Lives PL1 arkanoid:0:ED7B:06:000:Infinite Lives PL2 arkanoid:0:ED72:20:000:Go to Last Level arkanoid:0:EF62:00:000:Don't die when ball is out :arkanoid:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkanoid:0:C4CE:01:000:Warp door always open arkanoid:0:C4CE:00:000:Warp door never open arkanoid:0:C4CE:01:001:Open Warp door Now! arkanoid:0:C4CE:00:001:Shut Warp door Now! arkanoid:0:ED83:00:001:Finish this Level Now! arkanoid:0:EF62:01:001:Lose a Life Now! arkanoid:0:0000:00:999:[ L (Red) = Laser ] arkanoid:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkanoid:0:0000:00:999:[ C (Green) = Catcher Bat ] arkanoid:0:0000:00:999:[ S (Orange) = Slower Ball ] arkanoid:0:0000:00:999:[ B (Pink) = Warp Door ] arkanoid:0:0000:00:999:[ D (Cyan) = Multiballs ] arkanoid:0:0000:00:999:[ P (Grey) = Extra Life ] arkanoid:0:C658:80:000:No pills can fall arkanoid:0:C658:01:001:Drop Red Pill Now! arkanoid:0:C658:02:001:Drop Blue Pill Now! arkanoid:0:C658:03:001:Drop Green Pill Now! arkanoid:0:C658:04:001:Drop Orange Pill Now! arkanoid:0:C658:05:001:Drop Purple Pill Now! arkanoid:0:C658:06:001:Drop Cyan Pill Now! arkanoid:0:C658:07:001:Drop Black Pill Now! arkanoid:0:C658:01:004:Drop Red Pill every 5 s arkanoid:0:C658:02:004:Drop Blue Pill every 5 s arkanoid:0:C658:03:004:Drop Green Pill every 5 s arkanoid:0:C658:04:004:Drop Orange Pill every 5 s arkanoid:0:C658:05:004:Drop Purple Pill every 5 s arkanoid:0:C658:06:004:Drop Cyan Pill every 5 s arkanoid:0:C658:07:004:Drop Black Pill every 5 s arkanoid:0:C658:81:001:Change Pill to Red Now! arkanoid:0:C658:82:001:Change Pill to Blue Now! arkanoid:0:C658:83:001:Change Pill to Green Now! arkanoid:0:C658:84:001:Change Pill to Orange Now! arkanoid:0:C658:85:001:Change Pill to Purple Now! arkanoid:0:C658:86:001:Change Pill to Cyan Now! arkanoid:0:C658:87:001:Change Pill to Black Now! ; [ Ark Area ] arkarea:0:C004:12:000:Infinite Credits arkarea:0:0000:00:999:[Only enable invincibility ] arkarea:0:0000:00:999:[during gameplay!! ] arkarea:0:D209:05:000:Infinite Lives PL1 arkarea:0:D208:01:000:Infinite Weapon Time PL1 arkarea:0:D200:1C:000:Always normal weapon PL1 arkarea:0:D202:03:500:Always normal weapon PL1(2/3) arkarea:0:D203:01:500:Always normal weapon PL1(3/3) arkarea:0:D200:1F:000:Always tracer weapon PL1 arkarea:0:D202:03:500:Always tracer weapon PL1(2/3) arkarea:0:D203:01:500:Always tracer weapon PL1(3/3) arkarea:0:D200:22:000:Always flamer weapon PL1 arkarea:0:D202:03:500:Always flamer weapon PL1(2/3) arkarea:0:D203:01:500:Always flamer weapon PL1(3/3) arkarea:0:D200:25:000:Always 3-Way weapon PL1 arkarea:0:D202:03:500:Always 3-Way weapon PL1(2/3) arkarea:0:D203:03:500:Always 3-Way weapon PL1(3/3) arkarea:0:D200:2C:000:Always 8-Way weapon PL1 arkarea:0:D202:01:500:Always 8-Way weapon PL1(2/3) arkarea:0:D203:08:500:Always 8-Way weapon PL1(3/3) arkarea:0:D200:1C:001:Get normal weapon NowPL1 arkarea:0:D202:03:501:Get normal weapon NowPL1(2/3) arkarea:0:D203:01:501:Get normal weapon NowPL1(3/3) arkarea:0:D200:1F:001:Get tracer weapon NowPL1 arkarea:0:D202:03:501:Get tracer weapon NowPL1(2/3) arkarea:0:D203:01:501:Get tracer weapon NowPL1(3/3) arkarea:0:D200:22:001:Get flamer weapon NowPL1 arkarea:0:D202:03:501:Get flamer weapon NowPL1(2/3) arkarea:0:D203:01:501:Get flamer weapon NowPL1(3/3) arkarea:0:D200:25:001:Get 3-Way weapon Now PL1 arkarea:0:D202:03:501:Get 3-Way weapon Now PL1(2/3) arkarea:0:D203:03:501:Get 3-Way weapon Now PL1(3/3) arkarea:0:D200:2C:001:Get 8-Way weapon Now PL1 arkarea:0:D202:01:501:Get 8-Way weapon Now PL1(2/3) arkarea:0:D203:08:501:Get 8-Way weapon Now PL1(3/3) arkarea:0:C00A:01:000:Invincibility "ON" PL1 arkarea:0:C00A:00:001:Invincibility "OFF" PL1 arkarea:0:D259:05:000:Infinite Lives PL2 arkarea:0:D258:01:000:Infinite Weapon Time PL2 arkarea:0:D250:1C:000:Always normal weapon PL2 arkarea:0:D252:03:500:Always normal weapon PL2(2/3) arkarea:0:D253:01:500:Always normal weapon PL2(3/3) arkarea:0:D250:1F:000:Always tracer weapon PL2 arkarea:0:D252:03:500:Always tracer weapon PL2(2/3) arkarea:0:D253:01:500:Always tracer weapon PL2(3/3) arkarea:0:D250:22:000:Always flamer weapon PL2 arkarea:0:D252:03:500:Always flamer weapon PL2(2/3) arkarea:0:D253:01:500:Always flamer weapon PL2(3/3) arkarea:0:D250:25:000:Always 3-Way weapon PL2 arkarea:0:D252:03:500:Always 3-Way weapon PL2(2/3) arkarea:0:D253:03:500:Always 3-Way weapon PL2(3/3) arkarea:0:D250:2C:000:Always 8-Way weapon PL2 arkarea:0:D252:01:500:Always 8-Way weapon PL2(2/3) arkarea:0:D253:08:500:Always 8-Way weapon PL2(3/3) arkarea:0:D250:1C:001:Get normal weapon NowPL2 arkarea:0:D252:03:501:Get normal weapon NowPL2(2/3) arkarea:0:D253:01:501:Get normal weapon NowPL2(3/3) arkarea:0:D250:1F:001:Get tracer weapon NowPL2 arkarea:0:D252:03:501:Get tracer weapon NowPL2(2/3) arkarea:0:D253:01:501:Get tracer weapon NowPL2(3/3) arkarea:0:D250:22:001:Get flamer weapon NowPL2 arkarea:0:D252:03:501:Get flamer weapon NowPL2(2/3) arkarea:0:D253:01:501:Get flamer weapon NowPL2(3/3) arkarea:0:D250:25:001:Get 3-Way weapon Now PL2 arkarea:0:D252:03:501:Get 3-Way weapon Now PL2(2/3) arkarea:0:D253:03:501:Get 3-Way weapon Now PL2(3/3) arkarea:0:D250:2C:001:Get 8-Way weapon Now PL2 arkarea:0:D252:01:501:Get 8-Way weapon Now PL2(2/3) arkarea:0:D253:08:501:Get 8-Way weapon Now PL2(3/3) arkarea:0:C00B:01:000:Invincibility "ON" PL2 arkarea:0:C00B:00:001:Invincibility "OFF" PL2 ; [ Arkanoid (Tayto bootleg, Japanese) ] arkatayt:0:C432:09:000:Infinite Credits arkatayt:0:ED76:06:000:Infinite Lives PL1 arkatayt:0:ED7B:06:000:Infinite Lives PL2 arkatayt:0:ED72:20:000:Go to Last Level arkatayt:0:EF62:00:000:Don't die when ball is out :arkatayt:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkatayt:0:C4CE:01:000:Warp door always open arkatayt:0:C4CE:00:000:Warp door never open arkatayt:0:C4CE:01:001:Open Warp door Now! arkatayt:0:C4CE:00:001:Shut Warp door Now! arkatayt:0:ED83:00:001:Finish this Level Now! arkatayt:0:EF62:01:001:Lose a Life Now! arkatayt:0:0000:00:999:[ L (Red) = Laser ] arkatayt:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkatayt:0:0000:00:999:[ C (Green) = Catcher Bat ] arkatayt:0:0000:00:999:[ S (Orange) = Slower Ball ] arkatayt:0:0000:00:999:[ B (Pink) = Warp Door ] arkatayt:0:0000:00:999:[ D (Cyan) = Multiballs ] arkatayt:0:0000:00:999:[ P (Grey) = Extra Life ] arkatayt:0:C658:80:000:No pills can fall arkatayt:0:C658:01:001:Drop Red Pill Now! arkatayt:0:C658:02:001:Drop Blue Pill Now! arkatayt:0:C658:03:001:Drop Green Pill Now! arkatayt:0:C658:04:001:Drop Orange Pill Now! arkatayt:0:C658:05:001:Drop Purple Pill Now! arkatayt:0:C658:06:001:Drop Cyan Pill Now! arkatayt:0:C658:07:001:Drop Black Pill Now! arkatayt:0:C658:01:004:Drop Red Pill every 5 s arkatayt:0:C658:02:004:Drop Blue Pill every 5 s arkatayt:0:C658:03:004:Drop Green Pill every 5 s arkatayt:0:C658:04:004:Drop Orange Pill every 5 s arkatayt:0:C658:05:004:Drop Purple Pill every 5 s arkatayt:0:C658:06:004:Drop Cyan Pill every 5 s arkatayt:0:C658:07:004:Drop Black Pill every 5 s arkatayt:0:C658:81:001:Change Pill to Red Now! arkatayt:0:C658:82:001:Change Pill to Blue Now! arkatayt:0:C658:83:001:Change Pill to Green Now! arkatayt:0:C658:84:001:Change Pill to Orange Now! arkatayt:0:C658:85:001:Change Pill to Purple Now! arkatayt:0:C658:86:001:Change Pill to Cyan Now! arkatayt:0:C658:87:001:Change Pill to Black Now! ; [ Tournament Arkanoid (US) ] arkatour:0:C432:09:000:Infinite Credits arkatour:0:ED76:06:000:Infinite Lives PL1 arkatour:0:ED7B:06:000:Infinite Lives PL2 arkatour:0:ED72:20:000:Go to Last Level arkatour:0:EF62:00:000:Don't die when ball is out :arkatour:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkatour:0:C4CE:01:000:Warp door always open arkatour:0:C4CE:00:000:Warp door never open arkatour:0:C4CE:01:001:Open Warp door Now! arkatour:0:C4CE:00:001:Shut Warp door Now! arkatour:0:ED83:00:001:Finish this Level Now! arkatour:0:EF62:01:001:Lose a Life Now! arkatour:0:0000:00:999:[ L (Red) = Laser ] arkatour:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkatour:0:0000:00:999:[ C (Green) = Catcher Bat ] arkatour:0:0000:00:999:[ S (Orange) = Slower Ball ] arkatour:0:0000:00:999:[ B (Pink) = Warp Door ] arkatour:0:0000:00:999:[ D (Cyan) = Multiballs ] arkatour:0:0000:00:999:[ P (Grey) = Extra Life ] arkatour:0:C658:80:000:No pills can fall arkatour:0:C658:01:001:Drop Red Pill Now! arkatour:0:C658:02:001:Drop Blue Pill Now! arkatour:0:C658:03:001:Drop Green Pill Now! arkatour:0:C658:04:001:Drop Orange Pill Now! arkatour:0:C658:05:001:Drop Purple Pill Now! arkatour:0:C658:06:001:Drop Cyan Pill Now! arkatour:0:C658:07:001:Drop Black Pill Now! arkatour:0:C658:01:004:Drop Red Pill every 5 s arkatour:0:C658:02:004:Drop Blue Pill every 5 s arkatour:0:C658:03:004:Drop Green Pill every 5 s arkatour:0:C658:04:004:Drop Orange Pill every 5 s arkatour:0:C658:05:004:Drop Purple Pill every 5 s arkatour:0:C658:06:004:Drop Cyan Pill every 5 s arkatour:0:C658:07:004:Drop Black Pill every 5 s arkatour:0:C658:81:001:Change Pill to Red Now! arkatour:0:C658:82:001:Change Pill to Blue Now! arkatour:0:C658:83:001:Change Pill to Green Now! arkatour:0:C658:84:001:Change Pill to Orange Now! arkatour:0:C658:85:001:Change Pill to Purple Now! arkatour:0:C658:86:001:Change Pill to Cyan Now! arkatour:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid (Japanese bootleg Set 2) ] arkbl2:0:C432:09:000:Infinite Credits arkbl2:0:ED76:06:000:Infinite Lives PL1 arkbl2:0:ED7B:06:000:Infinite Lives PL2 arkbl2:0:ED72:20:000:Go to Last Level arkbl2:0:EF62:00:000:Don't die when ball is out :arkbl2:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkbl2:0:C4CE:01:000:Warp door always open arkbl2:0:C4CE:00:000:Warp door never open arkbl2:0:C4CE:01:001:Open Warp door Now! arkbl2:0:C4CE:00:001:Shut Warp door Now! arkbl2:0:ED83:00:001:Finish this Level Now! arkbl2:0:EF62:01:001:Lose a Life Now! arkbl2:0:0000:00:999:[ L (Red) = Laser ] arkbl2:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkbl2:0:0000:00:999:[ C (Green) = Catcher Bat ] arkbl2:0:0000:00:999:[ S (Orange) = Slower Ball ] arkbl2:0:0000:00:999:[ B (Pink) = Warp Door ] arkbl2:0:0000:00:999:[ D (Cyan) = Multiballs ] arkbl2:0:0000:00:999:[ P (Grey) = Extra Life ] arkbl2:0:C658:80:000:No pills can fall arkbl2:0:C658:01:001:Drop Red Pill Now! arkbl2:0:C658:02:001:Drop Blue Pill Now! arkbl2:0:C658:03:001:Drop Green Pill Now! arkbl2:0:C658:04:001:Drop Orange Pill Now! arkbl2:0:C658:05:001:Drop Purple Pill Now! arkbl2:0:C658:06:001:Drop Cyan Pill Now! arkbl2:0:C658:07:001:Drop Black Pill Now! arkbl2:0:C658:01:004:Drop Red Pill every 5 s arkbl2:0:C658:02:004:Drop Blue Pill every 5 s arkbl2:0:C658:03:004:Drop Green Pill every 5 s arkbl2:0:C658:04:004:Drop Orange Pill every 5 s arkbl2:0:C658:05:004:Drop Purple Pill every 5 s arkbl2:0:C658:06:004:Drop Cyan Pill every 5 s arkbl2:0:C658:07:004:Drop Black Pill every 5 s arkbl2:0:C658:81:001:Change Pill to Red Now! arkbl2:0:C658:82:001:Change Pill to Blue Now! arkbl2:0:C658:83:001:Change Pill to Green Now! arkbl2:0:C658:84:001:Change Pill to Orange Now! arkbl2:0:C658:85:001:Change Pill to Purple Now! arkbl2:0:C658:86:001:Change Pill to Cyan Now! arkbl2:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid (Japanese bootleg Set 3) ] arkbl3:0:C432:09:000:Infinite Credits arkbl3:0:ED76:06:000:Infinite Lives PL1 arkbl3:0:ED7B:06:000:Infinite Lives PL2 arkbl3:0:ED72:20:000:Go to Last Level arkbl3:0:EF62:00:000:Don't die when ball is out :arkbl3:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkbl3:0:C4CE:01:000:Warp door always open arkbl3:0:C4CE:00:000:Warp door never open arkbl3:0:C4CE:01:001:Open Warp door Now! arkbl3:0:C4CE:00:001:Shut Warp door Now! arkbl3:0:ED83:00:001:Finish this Level Now! arkbl3:0:EF62:01:001:Lose a Life Now! arkbl3:0:0000:00:999:[ L (Red) = Laser ] arkbl3:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkbl3:0:0000:00:999:[ C (Green) = Catcher Bat ] arkbl3:0:0000:00:999:[ S (Orange) = Slower Ball ] arkbl3:0:0000:00:999:[ B (Pink) = Warp Door ] arkbl3:0:0000:00:999:[ D (Cyan) = Multiballs ] arkbl3:0:0000:00:999:[ P (Grey) = Extra Life ] arkbl3:0:C658:80:000:No pills can fall arkbl3:0:C658:01:001:Drop Red Pill Now! arkbl3:0:C658:02:001:Drop Blue Pill Now! arkbl3:0:C658:03:001:Drop Green Pill Now! arkbl3:0:C658:04:001:Drop Orange Pill Now! arkbl3:0:C658:05:001:Drop Purple Pill Now! arkbl3:0:C658:06:001:Drop Cyan Pill Now! arkbl3:0:C658:07:001:Drop Black Pill Now! arkbl3:0:C658:01:004:Drop Red Pill every 5 s arkbl3:0:C658:02:004:Drop Blue Pill every 5 s arkbl3:0:C658:03:004:Drop Green Pill every 5 s arkbl3:0:C658:04:004:Drop Orange Pill every 5 s arkbl3:0:C658:05:004:Drop Purple Pill every 5 s arkbl3:0:C658:06:004:Drop Cyan Pill every 5 s arkbl3:0:C658:07:004:Drop Black Pill every 5 s arkbl3:0:C658:81:001:Change Pill to Red Now! arkbl3:0:C658:82:001:Change Pill to Blue Now! arkbl3:0:C658:83:001:Change Pill to Green Now! arkbl3:0:C658:84:001:Change Pill to Orange Now! arkbl3:0:C658:85:001:Change Pill to Purple Now! arkbl3:0:C658:86:001:Change Pill to Cyan Now! arkbl3:0:C658:87:001:Change Pill to Black Now! ; [ Block (Game Corporation bootleg) ] arkbloc2:0:C432:09:000:Infinite Credits arkbloc2:0:ED76:06:000:Infinite Lives PL1 arkbloc2:0:ED7B:06:000:Infinite Lives PL2 arkbloc2:0:ED72:20:000:Go to Last Level arkbloc2:0:EF62:00:000:Don't die when ball is out :arkbloc2:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkbloc2:0:C4CE:01:000:Warp door always open arkbloc2:0:C4CE:00:000:Warp door never open arkbloc2:0:C4CE:01:001:Open Warp door Now! arkbloc2:0:C4CE:00:001:Shut Warp door Now! arkbloc2:0:ED83:00:001:Finish this Level Now! arkbloc2:0:EF62:01:001:Lose a Life Now! arkbloc2:0:0000:00:999:[ L (Red) = Laser ] arkbloc2:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkbloc2:0:0000:00:999:[ C (Green) = Catcher Bat ] arkbloc2:0:0000:00:999:[ S (Orange) = Slower Ball ] arkbloc2:0:0000:00:999:[ B (Pink) = Warp Door ] arkbloc2:0:0000:00:999:[ D (Cyan) = Multiballs ] arkbloc2:0:0000:00:999:[ P (Grey) = Extra Life ] arkbloc2:0:C658:80:000:No pills can fall arkbloc2:0:C658:01:001:Drop Red Pill Now! arkbloc2:0:C658:02:001:Drop Blue Pill Now! arkbloc2:0:C658:03:001:Drop Green Pill Now! arkbloc2:0:C658:04:001:Drop Orange Pill Now! arkbloc2:0:C658:05:001:Drop Purple Pill Now! arkbloc2:0:C658:06:001:Drop Cyan Pill Now! arkbloc2:0:C658:07:001:Drop Black Pill Now! arkbloc2:0:C658:01:004:Drop Red Pill every 5 s arkbloc2:0:C658:02:004:Drop Blue Pill every 5 s arkbloc2:0:C658:03:004:Drop Green Pill every 5 s arkbloc2:0:C658:04:004:Drop Orange Pill every 5 s arkbloc2:0:C658:05:004:Drop Purple Pill every 5 s arkbloc2:0:C658:06:004:Drop Cyan Pill every 5 s arkbloc2:0:C658:07:004:Drop Black Pill every 5 s arkbloc2:0:C658:81:001:Change Pill to Red Now! arkbloc2:0:C658:82:001:Change Pill to Blue Now! arkbloc2:0:C658:83:001:Change Pill to Green Now! arkbloc2:0:C658:84:001:Change Pill to Orange Now! arkbloc2:0:C658:85:001:Change Pill to Purple Now! arkbloc2:0:C658:86:001:Change Pill to Cyan Now! arkbloc2:0:C658:87:001:Change Pill to Black Now! ; [ Block (bootleg, Japanese) ] arkblock:0:C432:09:000:Infinite Credits arkblock:0:ED76:06:000:Infinite Lives PL1 arkblock:0:ED7B:06:000:Infinite Lives PL2 arkblock:0:ED72:20:000:Go to Last Level arkblock:0:EF62:00:000:Don't die when ball is out :arkblock:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkblock:0:C4CE:01:000:Warp door always open arkblock:0:C4CE:00:000:Warp door never open arkblock:0:C4CE:01:001:Open Warp door Now! arkblock:0:C4CE:00:001:Shut Warp door Now! arkblock:0:ED83:00:001:Finish this Level Now! arkblock:0:EF62:01:001:Lose a Life Now! arkblock:0:0000:00:999:[ L (Red) = Laser ] arkblock:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkblock:0:0000:00:999:[ C (Green) = Catcher Bat ] arkblock:0:0000:00:999:[ S (Orange) = Slower Ball ] arkblock:0:0000:00:999:[ B (Pink) = Warp Door ] arkblock:0:0000:00:999:[ D (Cyan) = Multiballs ] arkblock:0:0000:00:999:[ P (Grey) = Extra Life ] arkblock:0:C658:80:000:No pills can fall arkblock:0:C658:01:001:Drop Red Pill Now! arkblock:0:C658:02:001:Drop Blue Pill Now! arkblock:0:C658:03:001:Drop Green Pill Now! arkblock:0:C658:04:001:Drop Orange Pill Now! arkblock:0:C658:05:001:Drop Purple Pill Now! arkblock:0:C658:06:001:Drop Cyan Pill Now! arkblock:0:C658:07:001:Drop Black Pill Now! arkblock:0:C658:01:004:Drop Red Pill every 5 s arkblock:0:C658:02:004:Drop Blue Pill every 5 s arkblock:0:C658:03:004:Drop Green Pill every 5 s arkblock:0:C658:04:004:Drop Orange Pill every 5 s arkblock:0:C658:05:004:Drop Purple Pill every 5 s arkblock:0:C658:06:004:Drop Cyan Pill every 5 s arkblock:0:C658:07:004:Drop Black Pill every 5 s arkblock:0:C658:81:001:Change Pill to Red Now! arkblock:0:C658:82:001:Change Pill to Blue Now! arkblock:0:C658:83:001:Change Pill to Green Now! arkblock:0:C658:84:001:Change Pill to Orange Now! arkblock:0:C658:85:001:Change Pill to Purple Now! arkblock:0:C658:86:001:Change Pill to Cyan Now! arkblock:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid - Revenge of DOH (Japan) ] arknid2j:0:E00C:03:000:Infinite Lives PL1 arknid2j:0:E011:03:000:Infinite Lives PL2 arknid2j:0:E008:42:001:Goto Last Level Now! arknid2j:0:E393:00:001:Finish Level Now! arknid2j:0:E7EE:78:000:Infinite Time arknid2j:0:E39D:80:020:Warp door (Always) arknid2j:0:E39D:80:021:Warp door (Opened) arknid2j:0:E39D:80:041:Warp door (Closed) arknid2j:0:E39D:01:020:Always 10000 when next arknid2j:0:E39D:01:021:Get 10000 when next Now! arknid2j:0:E5EF:00:000:Always have Normal Bat arknid2j:0:E5EF:01:000:Always have Laser Bat arknid2j:0:E5F0:01:500:Always have Laser Bat (2/2) arknid2j:0:E5EF:02:000:Always have Enlarged Bat arknid2j:0:E5EF:03:000:Always have Twin Bats arknid2j:0:E5EF:06:000:Always have Catcher Bat arknid2j:0:E5EF:07:000:Always have Tracing Bat arknid2j:0:E5EF:08:000:Always have Reduced Bat arknid2j:0:E5EF:00:001:Get Normal Bat Now! arknid2j:0:E5EF:01:001:Get Laser Bat Now! arknid2j:0:E5F0:01:501:Get Laser Bat Now! (2/2) arknid2j:0:E5EF:02:001:Get Enlarged Bat Now! arknid2j:0:E5EF:03:001:Get Twin Bats Now! arknid2j:0:E5EF:06:001:Get Catcher Bat Now! arknid2j:0:E5EF:07:001:Get Tracing Bat Now! arknid2j:0:E5EF:08:001:Get Reduced Bat Now! arknid2j:0:E5F7:08:000:Always do BALL PLAQUE arknid2j:0:E5F6:00:500:Always do BALL PLAQUE (2/2) arknid2j:0:E5F7:08:001:Do BALL PLAQUE Now! arknid2j:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2) arknid2j:0:0000:00:999:[Use the following cheats ] arknid2j:0:0000:00:999:[only when you are playing ] arknid2j:0:0000:00:999:[and when a pill is falling!] arknid2j:0:0000:00:999:[ ] arknid2j:0:0000:00:999:[L(Red) = Laser ] arknid2j:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ] arknid2j:0:0000:00:999:[T(Dk Blue) = Twin Bats ] arknid2j:0:0000:00:999:[C(Lt Green)= Catcher Bat ] arknid2j:0:0000:00:999:[I(Dk Green)= Tracing Bat ] arknid2j:0:0000:00:999:[R(Black) = Reduced Bat ] arknid2j:0:0000:00:999:[P(Dk Grey) = Extra Life ] arknid2j:0:0000:00:999:[M(Purple) = POW Multiballs] arknid2j:0:0000:00:999:[S(Orange) = Slower Ball ] arknid2j:0:0000:00:999:[B(Pink) = Warp Door ] arknid2j:0:0000:00:999:[D(Cyan) = Multiballs ] arknid2j:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls] arknid2j:0:0000:00:999:[?(Multi) = Mystery ] arknid2j:0:E5D6:81:001:1st pill's power - L arknid2j:0:E5D6:82:001:1st pill's power - E arknid2j:0:E5D6:83:001:1st pill's power - T arknid2j:0:E5D6:86:001:1st pill's power - C arknid2j:0:E5D6:87:001:1st pill's power - I arknid2j:0:E5D6:88:001:1st pill's power - R arknid2j:0:E5D6:8A:001:1st pill's power - P arknid2j:0:E5D6:8D:001:1st pill's power - M arknid2j:0:E5D6:8E:001:1st pill's power - S arknid2j:0:E5D6:90:001:1st pill's power - B arknid2j:0:E5D6:91:001:1st pill's power - D arknid2j:0:E5D6:92:001:1st pill's power - N arknid2j:0:E5D6:93:001:1st pill's power - ? arknid2j:0:E5DA:81:001:2nd pill's power - L arknid2j:0:E5DA:82:001:2nd pill's power - E arknid2j:0:E5DA:83:001:2nd pill's power - T arknid2j:0:E5DA:86:001:2nd pill's power - C arknid2j:0:E5DA:87:001:2nd pill's power - I arknid2j:0:E5DA:88:001:2nd pill's power - R arknid2j:0:E5DA:8A:001:2nd pill's power - P arknid2j:0:E5DA:8D:001:2nd pill's power - M arknid2j:0:E5DA:8E:001:2nd pill's power - S arknid2j:0:E5DA:90:001:2nd pill's power - B arknid2j:0:E5DA:91:001:2nd pill's power - D arknid2j:0:E5DA:92:001:2nd pill's power - N arknid2j:0:E5DA:93:001:2nd pill's power - ? ; [ Arkanoid - Revenge of DOH (US) ] arknid2u:0:E00C:03:000:Infinite Lives PL1 arknid2u:0:E011:03:000:Infinite Lives PL2 arknid2u:0:E008:42:001:Goto Last Level Now! arknid2u:0:E393:00:001:Finish Level Now! arknid2u:0:E7EE:78:000:Infinite Time arknid2u:0:E39D:80:020:Warp door (Always) arknid2u:0:E39D:80:021:Warp door (Opened) arknid2u:0:E39D:80:041:Warp door (Closed) arknid2u:0:E39D:01:020:Always 10000 when next arknid2u:0:E39D:01:021:Get 10000 when next Now! arknid2u:0:E5EF:00:000:Always have Normal Bat arknid2u:0:E5EF:01:000:Always have Laser Bat arknid2u:0:E5F0:01:500:Always have Laser Bat (2/2) arknid2u:0:E5EF:02:000:Always have Enlarged Bat arknid2u:0:E5EF:03:000:Always have Twin Bats arknid2u:0:E5EF:06:000:Always have Catcher Bat arknid2u:0:E5EF:07:000:Always have Tracing Bat arknid2u:0:E5EF:08:000:Always have Reduced Bat arknid2u:0:E5EF:00:001:Get Normal Bat Now! arknid2u:0:E5EF:01:001:Get Laser Bat Now! arknid2u:0:E5F0:01:501:Get Laser Bat Now! (2/2) arknid2u:0:E5EF:02:001:Get Enlarged Bat Now! arknid2u:0:E5EF:03:001:Get Twin Bats Now! arknid2u:0:E5EF:06:001:Get Catcher Bat Now! arknid2u:0:E5EF:07:001:Get Tracing Bat Now! arknid2u:0:E5EF:08:001:Get Reduced Bat Now! arknid2u:0:E5F7:08:000:Always do BALL PLAQUE arknid2u:0:E5F6:00:500:Always do BALL PLAQUE (2/2) arknid2u:0:E5F7:08:001:Do BALL PLAQUE Now! arknid2u:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2) arknid2u:0:0000:00:999:[Use the following cheats ] arknid2u:0:0000:00:999:[only when you are playing ] arknid2u:0:0000:00:999:[and when a pill is falling!] arknid2u:0:0000:00:999:[ ] arknid2u:0:0000:00:999:[L(Red) = Laser ] arknid2u:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ] arknid2u:0:0000:00:999:[T(Dk Blue) = Twin Bats ] arknid2u:0:0000:00:999:[C(Lt Green)= Catcher Bat ] arknid2u:0:0000:00:999:[I(Dk Green)= Tracing Bat ] arknid2u:0:0000:00:999:[R(Black) = Reduced Bat ] arknid2u:0:0000:00:999:[P(Dk Grey) = Extra Life ] arknid2u:0:0000:00:999:[M(Purple) = POW Multiballs] arknid2u:0:0000:00:999:[S(Orange) = Slower Ball ] arknid2u:0:0000:00:999:[B(Pink) = Warp Door ] arknid2u:0:0000:00:999:[D(Cyan) = Multiballs ] arknid2u:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls] arknid2u:0:0000:00:999:[?(Multi) = Mystery ] arknid2u:0:E5D6:81:001:1st pill's power - L arknid2u:0:E5D6:82:001:1st pill's power - E arknid2u:0:E5D6:83:001:1st pill's power - T arknid2u:0:E5D6:86:001:1st pill's power - C arknid2u:0:E5D6:87:001:1st pill's power - I arknid2u:0:E5D6:88:001:1st pill's power - R arknid2u:0:E5D6:8A:001:1st pill's power - P arknid2u:0:E5D6:8D:001:1st pill's power - M arknid2u:0:E5D6:8E:001:1st pill's power - S arknid2u:0:E5D6:90:001:1st pill's power - B arknid2u:0:E5D6:91:001:1st pill's power - D arknid2u:0:E5D6:92:001:1st pill's power - N arknid2u:0:E5D6:93:001:1st pill's power - ? arknid2u:0:E5DA:81:001:2nd pill's power - L arknid2u:0:E5DA:82:001:2nd pill's power - E arknid2u:0:E5DA:83:001:2nd pill's power - T arknid2u:0:E5DA:86:001:2nd pill's power - C arknid2u:0:E5DA:87:001:2nd pill's power - I arknid2u:0:E5DA:88:001:2nd pill's power - R arknid2u:0:E5DA:8A:001:2nd pill's power - P arknid2u:0:E5DA:8D:001:2nd pill's power - M arknid2u:0:E5DA:8E:001:2nd pill's power - S arknid2u:0:E5DA:90:001:2nd pill's power - B arknid2u:0:E5DA:91:001:2nd pill's power - D arknid2u:0:E5DA:92:001:2nd pill's power - N arknid2u:0:E5DA:93:001:2nd pill's power - ? ; [ Arkanoid - Revenge of DOH (World) ] arknoid2:0:E00C:03:000:Infinite Lives PL1 arknoid2:0:E011:03:000:Infinite Lives PL2 arknoid2:0:E008:42:001:Goto Last Level Now! arknoid2:0:E393:00:001:Finish Level Now! arknoid2:0:E7EE:78:000:Infinite Time arknoid2:0:E39D:80:020:Warp door (Always) arknoid2:0:E39D:80:021:Warp door (Opened) arknoid2:0:E39D:80:041:Warp door (Closed) arknoid2:0:E39D:01:020:Always 10000 when next arknoid2:0:E39D:01:021:Get 10000 when next Now! arknoid2:0:E5EF:00:000:Always have Normal Bat arknoid2:0:E5EF:01:000:Always have Laser Bat arknoid2:0:E5F0:01:500:Always have Laser Bat (2/2) arknoid2:0:E5EF:02:000:Always have Enlarged Bat arknoid2:0:E5EF:03:000:Always have Twin Bats arknoid2:0:E5EF:06:000:Always have Catcher Bat arknoid2:0:E5EF:07:000:Always have Tracing Bat arknoid2:0:E5EF:08:000:Always have Reduced Bat arknoid2:0:E5EF:00:001:Get Normal Bat Now! arknoid2:0:E5EF:01:001:Get Laser Bat Now! arknoid2:0:E5F0:01:501:Get Laser Bat Now! (2/2) arknoid2:0:E5EF:02:001:Get Enlarged Bat Now! arknoid2:0:E5EF:03:001:Get Twin Bats Now! arknoid2:0:E5EF:06:001:Get Catcher Bat Now! arknoid2:0:E5EF:07:001:Get Tracing Bat Now! arknoid2:0:E5EF:08:001:Get Reduced Bat Now! arknoid2:0:E5F7:08:000:Always do BALL PLAQUE arknoid2:0:E5F6:00:500:Always do BALL PLAQUE (2/2) arknoid2:0:E5F7:08:001:Do BALL PLAQUE Now! arknoid2:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2) arknoid2:0:0000:00:999:[Use the following cheats ] arknoid2:0:0000:00:999:[only when you are playing ] arknoid2:0:0000:00:999:[and when a pill is falling!] arknoid2:0:0000:00:999:[ ] arknoid2:0:0000:00:999:[L(Red) = Laser ] arknoid2:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ] arknoid2:0:0000:00:999:[T(Dk Blue) = Twin Bats ] arknoid2:0:0000:00:999:[C(Lt Green)= Catcher Bat ] arknoid2:0:0000:00:999:[I(Dk Green)= Tracing Bat ] arknoid2:0:0000:00:999:[R(Black) = Reduced Bat ] arknoid2:0:0000:00:999:[P(Dk Grey) = Extra Life ] arknoid2:0:0000:00:999:[M(Purple) = POW Multiballs] arknoid2:0:0000:00:999:[S(Orange) = Slower Ball ] arknoid2:0:0000:00:999:[B(Pink) = Warp Door ] arknoid2:0:0000:00:999:[D(Cyan) = Multiballs ] arknoid2:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls] arknoid2:0:0000:00:999:[?(Multi) = Mystery ] arknoid2:0:E5D6:81:001:1st pill's power - L arknoid2:0:E5D6:82:001:1st pill's power - E arknoid2:0:E5D6:83:001:1st pill's power - T arknoid2:0:E5D6:86:001:1st pill's power - C arknoid2:0:E5D6:87:001:1st pill's power - I arknoid2:0:E5D6:88:001:1st pill's power - R arknoid2:0:E5D6:8A:001:1st pill's power - P arknoid2:0:E5D6:8D:001:1st pill's power - M arknoid2:0:E5D6:8E:001:1st pill's power - S arknoid2:0:E5D6:90:001:1st pill's power - B arknoid2:0:E5D6:91:001:1st pill's power - D arknoid2:0:E5D6:92:001:1st pill's power - N arknoid2:0:E5D6:93:001:1st pill's power - ? arknoid2:0:E5DA:81:001:2nd pill's power - L arknoid2:0:E5DA:82:001:2nd pill's power - E arknoid2:0:E5DA:83:001:2nd pill's power - T arknoid2:0:E5DA:86:001:2nd pill's power - C arknoid2:0:E5DA:87:001:2nd pill's power - I arknoid2:0:E5DA:88:001:2nd pill's power - R arknoid2:0:E5DA:8A:001:2nd pill's power - P arknoid2:0:E5DA:8D:001:2nd pill's power - M arknoid2:0:E5DA:8E:001:2nd pill's power - S arknoid2:0:E5DA:90:001:2nd pill's power - B arknoid2:0:E5DA:91:001:2nd pill's power - D arknoid2:0:E5DA:92:001:2nd pill's power - N arknoid2:0:E5DA:93:001:2nd pill's power - ? ; [ Arkanoid (Japan) ] arknoidj:0:C432:09:000:Infinite Credits arknoidj:0:ED6F:06:000:Infinite Lives PL1 arknoidj:0:ED74:06:000:Infinite Lives PL2 arknoidj:0:ED6B:20:000:Go to Last Level arknoidj:0:EF5B:00:000:Don't die when ball is out :arknoidj:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arknoidj:0:C4CE:01:000:Warp door always open arknoidj:0:C4CE:00:000:Warp door never open arknoidj:0:C4CE:01:001:Open Warp door Now! arknoidj:0:C4CE:00:001:Shut Warp door Now! arknoidj:0:ED7C:00:001:Finish this Level Now! arknoidj:0:EF5B:01:001:Lose a Life Now! arknoidj:0:0000:00:999:[ L (Red) = Laser ] arknoidj:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arknoidj:0:0000:00:999:[ C (Green) = Catcher Bat ] arknoidj:0:0000:00:999:[ S (Orange) = Slower Ball ] arknoidj:0:0000:00:999:[ B (Pink) = Warp Door ] arknoidj:0:0000:00:999:[ D (Cyan) = Multiballs ] arknoidj:0:0000:00:999:[ P (Grey) = Extra Life ] arknoidj:0:C658:80:000:No pills can fall arknoidj:0:C658:01:001:Drop Red Pill Now! arknoidj:0:C658:02:001:Drop Blue Pill Now! arknoidj:0:C658:03:001:Drop Green Pill Now! arknoidj:0:C658:04:001:Drop Orange Pill Now! arknoidj:0:C658:05:001:Drop Purple Pill Now! arknoidj:0:C658:06:001:Drop Cyan Pill Now! arknoidj:0:C658:07:001:Drop Black Pill Now! arknoidj:0:C658:01:004:Drop Red Pill every 5 s arknoidj:0:C658:02:004:Drop Blue Pill every 5 s arknoidj:0:C658:03:004:Drop Green Pill every 5 s arknoidj:0:C658:04:004:Drop Orange Pill every 5 s arknoidj:0:C658:05:004:Drop Purple Pill every 5 s arknoidj:0:C658:06:004:Drop Cyan Pill every 5 s arknoidj:0:C658:07:004:Drop Black Pill every 5 s arknoidj:0:C658:81:001:Change Pill to Red Now! arknoidj:0:C658:82:001:Change Pill to Blue Now! arknoidj:0:C658:83:001:Change Pill to Green Now! arknoidj:0:C658:84:001:Change Pill to Orange Now! arknoidj:0:C658:85:001:Change Pill to Purple Now! arknoidj:0:C658:86:001:Change Pill to Cyan Now! arknoidj:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid (US) ] arknoidu:0:C432:09:000:Infinite Credits arknoidu:0:ED76:06:000:Infinite Lives PL1 arknoidu:0:ED7B:06:000:Infinite Lives PL2 arknoidu:0:ED72:20:000:Go to Last Level arknoidu:0:EF62:00:000:Don't die when ball is out :arknoidu:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arknoidu:0:C4CE:01:000:Warp door always open arknoidu:0:C4CE:00:000:Warp door never open arknoidu:0:C4CE:01:001:Open Warp door Now! arknoidu:0:C4CE:00:001:Shut Warp door Now! arknoidu:0:ED83:00:001:Finish this Level Now! arknoidu:0:EF62:01:001:Lose a Life Now! arknoidu:0:0000:00:999:[ L (Red) = Laser ] arknoidu:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arknoidu:0:0000:00:999:[ C (Green) = Catcher Bat ] arknoidu:0:0000:00:999:[ S (Orange) = Slower Ball ] arknoidu:0:0000:00:999:[ B (Pink) = Warp Door ] arknoidu:0:0000:00:999:[ D (Cyan) = Multiballs ] arknoidu:0:0000:00:999:[ P (Grey) = Extra Life ] arknoidu:0:C658:80:000:No pills can fall arknoidu:0:C658:01:001:Drop Red Pill Now! arknoidu:0:C658:02:001:Drop Blue Pill Now! arknoidu:0:C658:03:001:Drop Green Pill Now! arknoidu:0:C658:04:001:Drop Orange Pill Now! arknoidu:0:C658:05:001:Drop Purple Pill Now! arknoidu:0:C658:06:001:Drop Cyan Pill Now! arknoidu:0:C658:07:001:Drop Black Pill Now! arknoidu:0:C658:01:004:Drop Red Pill every 5 s arknoidu:0:C658:02:004:Drop Blue Pill every 5 s arknoidu:0:C658:03:004:Drop Green Pill every 5 s arknoidu:0:C658:04:004:Drop Orange Pill every 5 s arknoidu:0:C658:05:004:Drop Purple Pill every 5 s arknoidu:0:C658:06:004:Drop Cyan Pill every 5 s arknoidu:0:C658:07:004:Drop Black Pill every 5 s arknoidu:0:C658:81:001:Change Pill to Red Now! arknoidu:0:C658:82:001:Change Pill to Blue Now! arknoidu:0:C658:83:001:Change Pill to Green Now! arknoidu:0:C658:84:001:Change Pill to Orange Now! arknoidu:0:C658:85:001:Change Pill to Purple Now! arknoidu:0:C658:86:001:Change Pill to Cyan Now! arknoidu:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid (US, older) ] arknoiuo:0:C432:09:000:Infinite Credits arknoiuo:0:ED76:06:000:Infinite Lives PL1 arknoiuo:0:ED7B:06:000:Infinite Lives PL2 arknoiuo:0:ED72:20:000:Go to Last Level arknoiuo:0:EF62:00:000:Don't die when ball is out :arknoiuo:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arknoiuo:0:C4CE:01:000:Warp door always open arknoiuo:0:C4CE:00:000:Warp door never open arknoiuo:0:C4CE:01:001:Open Warp door Now! arknoiuo:0:C4CE:00:001:Shut Warp door Now! arknoiuo:0:ED83:00:001:Finish this Level Now! arknoiuo:0:EF62:01:001:Lose a Life Now! arknoiuo:0:0000:00:999:[ L (Red) = Laser ] arknoiuo:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arknoiuo:0:0000:00:999:[ C (Green) = Catcher Bat ] arknoiuo:0:0000:00:999:[ S (Orange) = Slower Ball ] arknoiuo:0:0000:00:999:[ B (Pink) = Warp Door ] arknoiuo:0:0000:00:999:[ D (Cyan) = Multiballs ] arknoiuo:0:0000:00:999:[ P (Grey) = Extra Life ] arknoiuo:0:C658:80:000:No pills can fall arknoiuo:0:C658:01:001:Drop Red Pill Now! arknoiuo:0:C658:02:001:Drop Blue Pill Now! arknoiuo:0:C658:03:001:Drop Green Pill Now! arknoiuo:0:C658:04:001:Drop Orange Pill Now! arknoiuo:0:C658:05:001:Drop Purple Pill Now! arknoiuo:0:C658:06:001:Drop Cyan Pill Now! arknoiuo:0:C658:07:001:Drop Black Pill Now! arknoiuo:0:C658:01:004:Drop Red Pill every 5 s arknoiuo:0:C658:02:004:Drop Blue Pill every 5 s arknoiuo:0:C658:03:004:Drop Green Pill every 5 s arknoiuo:0:C658:04:004:Drop Orange Pill every 5 s arknoiuo:0:C658:05:004:Drop Purple Pill every 5 s arknoiuo:0:C658:06:004:Drop Cyan Pill every 5 s arknoiuo:0:C658:07:004:Drop Black Pill every 5 s arknoiuo:0:C658:81:001:Change Pill to Red Now! arknoiuo:0:C658:82:001:Change Pill to Blue Now! arknoiuo:0:C658:83:001:Change Pill to Green Now! arknoiuo:0:C658:84:001:Change Pill to Orange Now! arknoiuo:0:C658:85:001:Change Pill to Purple Now! arknoiuo:0:C658:86:001:Change Pill to Cyan Now! arknoiuo:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid Returns (Japan) ] arkretrn:0:400261:09:000:Infinite Credits arkretrn:0:40202F:00:001:Finish this Round Now! arkretrn:0:40205B:32:072:Select starting round:Enable on the press 1 or 2 player button screen arkretrn:0:40205B:32:062:Select next round :arkretrn:00000010:401D43:000000B8:FFFF00C4:Always Keep One Ball in Play arkretrn:0:402079:63:000:Infinite Lives PL1 arkretrn:0:40207B:63:000:Infinite Lives PL2 arkretrn:0:000000:00:999:[After you enable these region cheats to see any ] arkretrn:0:000000:00:999:[effect you will have to reset the game (F3). ] arkretrn:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] arkretrn:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] arkretrn:0:0FFFFF:01:100:Region Switch = Japan arkretrn:0:0FFFFF:02:100:Region Switch = US arkretrn:0:0FFFFF:03:100:Region Switch = World ; [ Arlington Horse Racing (v1.21-D) ] arlingtn:0:358D:0F:000:Infinite Credits arlingtn:0:358C:27:500:Infinite Credits (2/2) arlingtn:0:0000:00:999:[You have to scroll down with the cursor once to get the ] arlingtn:0:0000:00:999:['Always bet max' cheats to display correctly. ] arlingtn:0:2411:0F:000:Always bet max for win on horse #1 arlingtn:0:2413:0F:000:Always bet max for place on horse #1 arlingtn:0:2415:0F:000:Always bet max for show on horse #1 arlingtn:0:241A:0F:000:Always bet max for win on horse #2 arlingtn:0:241C:0F:000:Always bet max for place on horse #2 arlingtn:0:241E:0F:000:Always bet max for show on horse #2 arlingtn:0:2423:0F:000:Always bet max for win on horse #3 arlingtn:0:2425:0F:000:Always bet max for place on horse #3 arlingtn:0:2427:0F:000:Always bet max for show on horse #3 arlingtn:0:242C:0F:000:Always bet max for win on horse #4 arlingtn:0:242E:0F:000:Always bet max for place on horse #4 arlingtn:0:2430:0F:000:Always bet max for show on horse #4 arlingtn:0:2435:0F:000:Always bet max for win on horse #5 arlingtn:0:2437:0F:000:Always bet max for place on horse #5 arlingtn:0:2439:0F:000:Always bet max for show on horse #5 arlingtn:0:243E:0F:000:Always bet max for win on horse #6 arlingtn:0:2440:0F:000:Always bet max for place on horse #6 arlingtn:0:2442:0F:000:Always bet max for show on horse #6 arlingtn:0:2449:0F:000:Always bet max for Quinella arlingtn:0:2450:0F:000:Always bet max for Perfecta arlingtn:0:2457:0F:000:Always bet max for Tripple ; [ Arm Champs II ] armchmp2:0:0000:00:999:[ This game hasn't even ]:REASON 11 armchmp2:0:0000:00:999:[ been looked at due to ]:REASON 11 armchmp2:0:0000:00:999:[ time constraints - Too]:REASON 11 armchmp2:0:0000:00:999:[ many games and so ]:REASON 11 armchmp2:0:0000:00:999:[ little time. It is ]:REASON 11 armchmp2:0:0000:00:999:[ even possible that ]:REASON 11 armchmp2:0:0000:00:999:[ this game may be a ]:REASON 11 armchmp2:0:0000:00:999:[ clone of an existing ]:REASON 11 armchmp2:0:0000:00:999:[ game which may have ]:REASON 11 armchmp2:0:0000:00:999:[ cheats. Please search ]:REASON 11 armchmp2:0:0000:00:999:[ the cheat forums ]:REASON 11 armchmp2:0:0000:00:999:[ before posting cheat ]:REASON 11 armchmp2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Armed Formation ] armedf:0:0611A6:09:000:Infinite Credits armedf:0:061106:03:000:Infinite Lives PL1 armedf:0:061126:03:000:Infinite Lives PL2 :armedf:20900000:006FBE:00004E75:FFFFFFFF:Invincibility :armedf:20910000:009A14:00006066:FFFFFFFF:Invincibility (2/2) armedf:0:063C52:03:000:Infinite polymorphs:Get the F first armedf:0:063C47:F8:000:Infinite polymorph time armedf:0:063C46:00:001:No more morph time armedf:0:063C47:01:501:No more morph time (2/2) armedf:0:063970:04:000:Maximum speed armedf:0:063C4A:02:000:Maximum fire power :armedf:00200000:061001:00000000:00100010:Rapid Fire - Normal:Turn it OFF on the name entry screen :armedf:00200000:061001:00000000:00100010:Rapid Fire - Special:Turn it OFF on the name entry screen :armedf:00010000:061108:00000000:FFFFFFFF:Rapid Fire - Special (2/5):Fighter - 1P :armedf:00010000:061128:00000000:FFFFFFFF:Rapid Fire - Special (3/5):Fighter - 2P :armedf:00010000:061529:00000000:FFFFFFFF:Rapid Fire - Special (4/5):Right Option :armedf:00010000:061569:00000000:FFFFFFFF:Rapid Fire - Special (5/5):Left Option armedf:0:000000:00:999:[These extra weapon cheats ] armedf:0:000000:00:999:[require you to have any ] armedf:0:000000:00:999:[extra weapon first! ] armedf:0:063C48:00:000:Extra weapon always Laser armedf:0:063C48:02:000:Extra weapon always Bomb armedf:0:063C48:04:000:Extra weapon always Cutter armedf:0:063C48:06:000:Extra weapon always Homing armedf:0:063C48:00:001:Extra weapon = Laser Now! armedf:0:063C48:02:001:Extra weapon = Bomb Now! armedf:0:063C48:04:001:Extra weapon = Cutter Now! armedf:0:063C48:06:001:Extra weapon = Homing Now! ; [ Armor Attack ] armora:0:0000:00:999:[ There are no cheats ]:REASON 7 armora:0:0000:00:999:[ for this game as it's ]:REASON 7 armora:0:0000:00:999:[ proving to be a bit ]:REASON 7 armora:0:0000:00:999:[ of a stinker to find ]:REASON 7 armora:0:0000:00:999:[ cheats for it. ]:REASON 7 armora:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 armora:0:0000:00:999:[ finding is unlikely ]:REASON 7 armora:0:0000:00:999:[ to have any success ]:REASON 7 armora:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 armora:0:0000:00:999:[ setup or it's banked ]:REASON 7 armora:0:0000:00:999:[ too often, so ROM ]:REASON 7 armora:0:0000:00:999:[ cheats will likely be ]:REASON 7 armora:0:0000:00:999:[ required. If you ]:REASON 7 armora:0:0000:00:999:[ manage to find any ]:REASON 7 armora:0:0000:00:999:[ please post them on ]:REASON 7 armora:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;armora:0:00AD:FF:000:Infinite Credits ;armora:0:00AC:0F:500:Infinite Credits (2/2) ;armora:0:00AB:09:000:Infinite Lives ; [ Armor Attack (prototype) ] armorap:0:0000:00:999:[ There are no cheats ]:REASON 7 armorap:0:0000:00:999:[ for this game as it's ]:REASON 7 armorap:0:0000:00:999:[ proving to be a bit ]:REASON 7 armorap:0:0000:00:999:[ of a stinker to find ]:REASON 7 armorap:0:0000:00:999:[ cheats for it. ]:REASON 7 armorap:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 armorap:0:0000:00:999:[ finding is unlikely ]:REASON 7 armorap:0:0000:00:999:[ to have any success ]:REASON 7 armorap:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 armorap:0:0000:00:999:[ setup or it's banked ]:REASON 7 armorap:0:0000:00:999:[ too often, so ROM ]:REASON 7 armorap:0:0000:00:999:[ cheats will likely be ]:REASON 7 armorap:0:0000:00:999:[ required. If you ]:REASON 7 armorap:0:0000:00:999:[ manage to find any ]:REASON 7 armorap:0:0000:00:999:[ please post them on ]:REASON 7 armorap:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;armorap:0:00AD:FF:000:Infinite Credits ;armorap:0:00AC:0F:500:Infinite Credits (2/2) ;armorap:0:00AB:09:000:Infinite Lives ; [ Armor Attack (Rock-ola) ] armorar:0:0000:00:999:[ There are no cheats ]:REASON 7 armorar:0:0000:00:999:[ for this game as it's ]:REASON 7 armorar:0:0000:00:999:[ proving to be a bit ]:REASON 7 armorar:0:0000:00:999:[ of a stinker to find ]:REASON 7 armorar:0:0000:00:999:[ cheats for it. ]:REASON 7 armorar:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 armorar:0:0000:00:999:[ finding is unlikely ]:REASON 7 armorar:0:0000:00:999:[ to have any success ]:REASON 7 armorar:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 armorar:0:0000:00:999:[ setup or it's banked ]:REASON 7 armorar:0:0000:00:999:[ too often, so ROM ]:REASON 7 armorar:0:0000:00:999:[ cheats will likely be ]:REASON 7 armorar:0:0000:00:999:[ required. If you ]:REASON 7 armorar:0:0000:00:999:[ manage to find any ]:REASON 7 armorar:0:0000:00:999:[ please post them on ]:REASON 7 armorar:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;armorar:0:00AD:FF:000:Infinite Credits ;armorar:0:00AC:0F:500:Infinite Credits (2/2) ;armorar:0:00AB:09:000:Infinite Lives ; [ Armored Car (set 2) ] armorca2:0:8112:99:000:Infinite Credits armorca2:0:8628:FF:000:Infinite Lives armorca2:0:8630:FF:000:Infinite Sawhorses armorca2:0:885F:FF:000:Infinite Fuel armorca2:0:868F:5F:500:Infinite Fuel (2/3) armorca2:0:8690:88:500:Infinite Fuel (3/3) :armorca2:20800000:0E3B:00000018:FFFFFFFF:Invincibility armorca2:0:869B:FF:000:Always have the key armorca2:0:869B:FF:001:Get the key Now! ; [ Armored Car (set 1) ] armorcar:0:8112:99:000:Infinite Credits armorcar:0:8628:FF:000:Infinite Lives armorcar:0:8630:FF:000:Infinite Sawhorses armorcar:0:885F:FF:000:Infinite Fuel armorcar:0:868F:5F:500:Infinite Fuel (2/3) armorcar:0:8690:88:500:Infinite Fuel (3/3) :armorcar:20800000:0E5C:00000018:FFFFFFFF:Invincibility armorcar:0:869B:FF:000:Always have the key armorcar:0:869B:FF:001:Get the key Now! ; [ Armored Warriors (Euro 941024) ] armwar:0:FF1E67:00:000:Infinite Time armwar:0:FF81D0:06:001:Go to Final Stage Now! armwar:0:FF96E3:04:000:Infinite Lives PL1 armwar:0:FF95DD:50:000:Infinite Energy PL1 armwar:0:FF9657:FE:000:Invincibility PL1 armwar:0:FF95FA:01:000:Infinite Bullets PL1 armwar:0:FF98A3:04:000:Infinite Lives PL2 armwar:0:FF979D:50:000:Infinite Energy PL2 armwar:0:FF9817:FE:000:Invincibility PL2 armwar:0:FF97BA:01:000:Infinite Bullets PL2 armwar:0:FF9A63:04:000:Infinite Lives PL3 armwar:0:FF995D:50:000:Infinite Energy PL3 armwar:0:FF99D7:FE:000:Invincibility PL3 armwar:0:FF997A:05:000:Infinite Bullets PL3 ; [ Armored Warriors (Asia 940920) ] armwara:0:FF1E67:00:000:Infinite Time armwara:0:FF81D0:06:001:Go to Final Stage Now! armwara:0:FF96E3:04:000:Infinite Lives PL1 armwara:0:FF95DD:50:000:Infinite Energy PL1 armwara:0:FF9657:FE:000:Invincibility PL1 armwara:0:FF95FA:01:000:Infinite Bullets PL1 armwara:0:FF98A3:04:000:Infinite Lives PL2 armwara:0:FF979D:50:000:Infinite Energy PL2 armwara:0:FF9817:FE:000:Invincibility PL2 armwara:0:FF97BA:01:000:Infinite Bullets PL2 armwara:0:FF9A63:04:000:Infinite Lives PL3 armwara:0:FF995D:50:000:Infinite Energy PL3 armwara:0:FF99D7:FE:000:Invincibility PL3 armwara:0:FF997A:05:000:Infinite Bullets PL3 ; [ Armored Warriors (Euro 941011) ] armwarr1:0:FF1E67:00:000:Infinite Time armwarr1:0:FF81D0:06:001:Go to Final Stage Now! armwarr1:0:FF96E3:04:000:Infinite Lives PL1 armwarr1:0:FF95DD:50:000:Infinite Energy PL1 armwarr1:0:FF9657:FE:000:Invincibility PL1 armwarr1:0:FF95FA:01:000:Infinite Bullets PL1 armwarr1:0:FF98A3:04:000:Infinite Lives PL2 armwarr1:0:FF979D:50:000:Infinite Energy PL2 armwarr1:0:FF9817:FE:000:Invincibility PL2 armwarr1:0:FF97BA:01:000:Infinite Bullets PL2 armwarr1:0:FF9A63:04:000:Infinite Lives PL3 armwarr1:0:FF995D:50:000:Infinite Energy PL3 armwarr1:0:FF99D7:FE:000:Invincibility PL3 armwarr1:0:FF997A:05:000:Infinite Bullets PL3 ; [ Armored Warriors (US 941024) ] armwaru:0:FF1E67:00:000:Infinite Time armwaru:0:FF81D0:06:001:Go to Final Stage Now! armwaru:0:FF96E3:04:000:Infinite Lives PL1 armwaru:0:FF95DD:50:000:Infinite Energy PL1 armwaru:0:FF9657:FE:000:Invincibility PL1 armwaru:0:FF95FA:01:000:Infinite Bullets PL1 armwaru:0:FF98A3:04:000:Infinite Lives PL2 armwaru:0:FF979D:50:000:Infinite Energy PL2 armwaru:0:FF9817:FE:000:Invincibility PL2 armwaru:0:FF97BA:01:000:Infinite Bullets PL2 armwaru:0:FF9A63:04:000:Infinite Lives PL3 armwaru:0:FF995D:50:000:Infinite Energy PL3 armwaru:0:FF99D7:FE:000:Invincibility PL3 armwaru:0:FF997A:05:000:Infinite Bullets PL3 ; [ Arm Wrestling ] armwrest:0:D7C9:99:000:Infinite Credits armwrest:0:D0F4:00:000:Infinite Time :armwrest:00000001:D070:00000000:FFFFFFFF:Wrestle Arm close to Win Now!:You will have to finish it off yourself, best to assign it to an activation key and use that whilst still pushing to win. :armwrest:00000010:D070:0000005F:0000005F:Never Lose armwrest:0:D004:01:000:Level 1 - Texas Mac PL1 armwrest:0:D005:00:500:Level 1 - Texas Mac PL1 (2/2) armwrest:0:D004:02:000:Level 2 - Kabuki PL1 armwrest:0:D005:01:500:Level 2 - Kabuki PL1 (2/2) armwrest:0:D004:03:000:Level 3 - Mask X PL1 armwrest:0:D005:02:500:Level 3 - Mask X PL1 (2/2) armwrest:0:D004:04:000:Level 4 - Ape III PL1 armwrest:0:D005:03:500:Level 4 - Ape III PL1 (2/2) armwrest:0:D004:05:000:Level 5 - Frank Jr. PL1 armwrest:0:D005:04:500:Level 5 - Frank Jr. PL1 (2/2) ; [ SportTime Table Hockey (Arcadia, V 2.1) ] :ar_airh:00000000:07E524:000000FF:FFFFFFFF:Infinite Time :ar_airh:00000100:07E61F:000000FF:FFFFFFFF:Select score PL1 :ar_airh:00000100:07E623:000000FF:FFFFFFFF:Select score PL2 ; [ SportTime Bowling (Arcadia, V 2.1) ] :ar_bowl:00000000:07E138:000000FF:FFFFFFFF:Infinite Time ; [ World Darts (Arcadia, V 2.1) ] :ar_dart:00000000:029B85:00000009:FFFFFFFF:Infinite Time :ar_dart:00000100:029C59:000000FF:FFFFFFFF:Select score :ar_dart:00000100:029C5D:000000FF:FFFFFFFF:Select CPU score ; [ Magic Johnson's Fast Break (Arcadia, V 2.8) ] :ar_fast:00000100:042485:000000FF:FFFFFFFF:Select score PL1 ; [ Leader Board (Arcadia, V 2.4?) ] :ar_ldrb:00000000:077DC6:00000029:FFFFFFFF:Infinite Time :ar_ldrb:00000000:077DFF:00000000:FFFFFFFF:Always get a Hole in One PL1 :ar_ldrb:00000001:077DFF:00000000:FFFFFFFF:Reset Strokes Now! PL1 :ar_ldrb:00000000:077E3D:00000000:FFFFFFFF:Always get a Hole in One PL2 :ar_ldrb:00000001:077E3D:00000000:FFFFFFFF:Reset Strokes Now! PL2 ; [ Leader Board (Arcadia, V 2.5) ] :ar_ldrba:00000000:077DC6:00000029:FFFFFFFF:Infinite Time :ar_ldrba:00000000:077DFF:00000000:FFFFFFFF:Always get a Hole in One PL1 :ar_ldrba:00000001:077DFF:00000000:FFFFFFFF:Reset Strokes Now! PL1 :ar_ldrba:00000000:077E3D:00000000:FFFFFFFF:Always get a Hole in One PL2 :ar_ldrba:00000001:077E3D:00000000:FFFFFFFF:Reset Strokes Now! PL2 ; [ Ninja Mission (Arcadia, V 2.5) ] :ar_ninj:00000000:022D03:000000FF:FFFFFFFF:Infinite Energy :ar_ninj:00000000:022D04:000000FF:FFFFFFFF:Kill All Enemies :ar_ninj:00010000:022D06:000000FF:FFFFFFFF:Kill All Enemies :ar_ninj:00010000:022D08:000000FF:FFFFFFFF:Kill All Enemies :ar_ninj:00010000:022D0A:000000FF:FFFFFFFF:Kill All Enemies :ar_ninj:00010000:022D0C:000000FF:FFFFFFFF:Kill All Enemies ; [ RoadWars (Arcadia, V 2.3) ] :ar_rdwr:00000000:02610D:00000004:FFFFFFFF:Infinite Lives PL1 :ar_rdwr:00000000:02610F:00000004:FFFFFFFF:Infinite Lives PL2 ; [ Sidewinder (Arcadia, V 2.1) ] :ar_sdwr:3B800000:0B18EE:00000060:FFFFFFFF:Invincibility :ar_sdwr:3B810000:0B191F:00000000:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire :ar_sdwr:00100000:07C77C:00000002:FFFFFFFF:Always Have Rapid Fire Item :ar_sdwr:00000000:07C6B7:00000004:FFFFFFFF:Infinite Lives PL1 :ar_sdwr:00000000:07C6C9:00000004:FFFFFFFF:Infinite Lives PL2 ; [ World Trophy Soccer (Arcadia, V 3.0) ] ar_socc:0:0000:00:999:[ This game hasn't even ]:REASON 11 ar_socc:0:0000:00:999:[ been looked at due to ]:REASON 11 ar_socc:0:0000:00:999:[ time constraints - Too]:REASON 11 ar_socc:0:0000:00:999:[ many games and so ]:REASON 11 ar_socc:0:0000:00:999:[ little time. It is ]:REASON 11 ar_socc:0:0000:00:999:[ even possible that ]:REASON 11 ar_socc:0:0000:00:999:[ this game may be a ]:REASON 11 ar_socc:0:0000:00:999:[ clone of an existing ]:REASON 11 ar_socc:0:0000:00:999:[ game which may have ]:REASON 11 ar_socc:0:0000:00:999:[ cheats. Please search ]:REASON 11 ar_socc:0:0000:00:999:[ the cheat forums ]:REASON 11 ar_socc:0:0000:00:999:[ before posting cheat ]:REASON 11 ar_socc:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Spot (Arcadia) ] :ar_spot:00000000:00A103:000000B3:FFFFFFFF:Infinite Time ; [ Space Ranger (Arcadia, V 2.0) ] :ar_sprg:00000000:07C8F7:00000009:FFFFFFFF:Infinite Lives ; [ Xenon (Arcadia, V 2.3) ] :ar_xeon:00000000:008548:00000009:FFFFFFFF:Infinite Lives :ar_xeon:00000000:0084DE:00000018:FFFFFFFF:Infinite Energy :ar_xeon:3B900000:07177C:00004E71:FFFFFFFF:Invincibility :ar_xeon:3B810000:071CC4:00000060:FFFFFFFF:Invincibility (2/8):1st = Laser 1, 2nd = Fire :ar_xeon:3B810000:071DC9:000000F4:FFFFFFFF:Invincibility (3/8):Enemy :ar_xeon:3B810000:071F04:00000060:FFFFFFFF:Invincibility (4/8):Laser 2 :ar_xeon:3B810000:0721B9:00000000:FFFFFFFF:Invincibility (5/8):Battery 1 :ar_xeon:3B910000:0721BC:00000020:FFFFFFFF:Invincibility (6/8):Battery 2 :ar_xeon:3B810000:072596:00000060:FFFFFFFF:Invincibility (7/8):Boss :ar_xeon:3B810000:073506:00000060:FFFFFFFF:Invincibility (8/8):Wall :ar_xeon:00000000:008447:000000FF:FFFFFFFF:Infinite Smart Shots:You will need to pick it up first though ;:ar_xeon:00000000:00855D:00000001:FFFFFFFF:Always have Shields ;:ar_xeon:00000000:008449:000000FF:FFFFFFFF:Infinite Shields ;:ar_xeon:00000000:0084DA:00000001:FFFFFFFF:Always have Laser ;:ar_xeon:00010000:00855A:00000001:FFFFFFFF:Always have Laser ; [ Ashita no Joe (Japan) ] ashnojoe:0:04C004:00:000:Infinite Time ashnojoe:0:04C005:00:500:Infinite Time (2/2) ashnojoe:0:04C004:03:000:Finish this Round Now! ashnojoe:0:04C005:00:500:Finish this Round Now! (2/2) ashnojoe:0:04C07F:00:000:Always Round One ashnojoe:0:04C00B:A8:000:Infinite Energy PL1 ashnojoe:0:04C00B:00:001:Drain All Energy Now! PL1 ashnojoe:0:04C053:A8:000:Infinite Energy PL2 ashnojoe:0:04C053:00:001:Drain All Energy Now! PL2 ; [ Ashura Blaster (Japan) ] ashura:0:6019EB:09:000:Infinite Lives PL1 ashura:0:6019EF:0A:000:Infinite Bombs PL1 ashura:0:6008C3:81:002:Invincibility PL1 ashura:0:60092F:07:000:Maximum fire power PL1 ashura:0:600927:00:000:Always have Red Weapon PL1 ashura:0:600927:01:000:Always have Green Weapon PL1 ashura:0:600927:02:000:Always have Blue Weapon PL1 ashura:0:600927:03:000:Always have Yellow Weapon PL1 ashura:0:600927:04:000:Always have Special WeaponPL1 ashura:0:60092B:00:000:Always have Ashura Bomb PL1 ashura:0:60092B:01:000:Always have FireWave Bomb PL1 ashura:0:60092B:02:000:Always have A. Flash Bomb PL1 ashura:0:60092B:03:000:Always have S. Beam Bomb PL1 ashura:0:600927:00:001:Get Red Weapon Now! PL1 ashura:0:600927:01:001:Get Green Weapon Now! PL1 ashura:0:600927:02:001:Get Blue Weapon Now! PL1 ashura:0:600927:03:001:Get Yellow Weapon Now! PL1 ashura:0:600927:04:001:Get Special Weapon Now! PL1 ashura:0:60092B:00:001:Get Ashura Bomb Now! PL1 ashura:0:60092B:01:001:Get FireWave Bomb Now! PL1 ashura:0:60092B:02:001:Get A. Flash Bomb Now! PL1 ashura:0:60092B:03:001:Get S. Beam Bomb Now! PL1 ashura:0:6019ED:09:000:Infinite Lives PL2 ashura:0:6019F1:0A:000:Infinite Bombs PL2 ashura:0:600903:81:002:Invincibility PL2 ashura:0:600931:07:000:Maximum fire power PL2 ashura:0:600929:00:000:Always have Red Weapon PL2 ashura:0:600929:01:000:Always have Green Weapon PL2 ashura:0:600929:02:000:Always have Blue Weapon PL2 ashura:0:600929:03:000:Always have Yellow Weapon PL2 ashura:0:600929:04:000:Always have Special WeaponPL2 ashura:0:60092D:00:000:Always have Ashura Bomb PL2 ashura:0:60092D:01:000:Always have FireWave Bomb PL2 ashura:0:60092D:02:000:Always have A. Flash Bomb PL2 ashura:0:60092D:03:000:Always have S. Beam Bomb PL2 ashura:0:600929:00:001:Get Red Weapon Now! PL2 ashura:0:600929:01:001:Get Green Weapon Now! PL2 ashura:0:600929:02:001:Get Blue Weapon Now! PL2 ashura:0:600929:03:001:Get Yellow Weapon Now! PL2 ashura:0:600929:04:001:Get Special Weapon Now! PL2 ashura:0:60092D:00:001:Get Ashura Bomb Now! PL2 ashura:0:60092D:01:001:Get FireWave Bomb Now! PL2 ashura:0:60092D:02:001:Get A. Flash Bomb Now! PL2 ashura:0:60092D:03:001:Get S. Beam Bomb Now! PL2 ; [ Ashura Blaster (US) ] ashurau:0:6019EF:09:000:Infinite Lives PL1 ashurau:0:6019F3:0A:000:Infinite Bombs PL1 ashurau:0:6008C7:81:002:Invincibility PL1 ashurau:0:600933:07:000:Maximum fire power PL1 ashurau:0:60092B:00:000:Always have Red Weapon PL1 ashurau:0:60092B:01:000:Always have Green Weapon PL1 ashurau:0:60092B:02:000:Always have Blue Weapon PL1 ashurau:0:60092B:03:000:Always have Yellow Weapon PL1 ashurau:0:60092B:04:000:Always have Special WeaponPL1 ashurau:0:60092F:00:000:Always have ashurau Bomb PL1 ashurau:0:60092F:01:000:Always have FireWave Bomb PL1 ashurau:0:60092F:02:000:Always have A. Flash Bomb PL1 ashurau:0:60092F:03:000:Always have S. Beam Bomb PL1 ashurau:0:60092B:00:001:Get Red Weapon Now! PL1 ashurau:0:60092B:01:001:Get Green Weapon Now! PL1 ashurau:0:60092B:02:001:Get Blue Weapon Now! PL1 ashurau:0:60092B:03:001:Get Yellow Weapon Now! PL1 ashurau:0:60092B:04:001:Get Special Weapon Now! PL1 ashurau:0:60092F:00:001:Get ashurau Bomb Now! PL1 ashurau:0:60092F:01:001:Get FireWave Bomb Now! PL1 ashurau:0:60092F:02:001:Get A. Flash Bomb Now! PL1 ashurau:0:60092F:03:001:Get S. Beam Bomb Now! PL1 ashurau:0:6019F1:09:000:Infinite Lives PL2 ashurau:0:6019F5:0A:000:Infinite Bombs PL2 ashurau:0:600907:81:002:Invincibility PL2 ashurau:0:600935:07:000:Maximum fire power PL2 ashurau:0:60092D:00:000:Always have Red Weapon PL2 ashurau:0:60092D:01:000:Always have Green Weapon PL2 ashurau:0:60092D:02:000:Always have Blue Weapon PL2 ashurau:0:60092D:03:000:Always have Yellow Weapon PL2 ashurau:0:60092D:04:000:Always have Special WeaponPL2 ashurau:0:600931:00:000:Always have ashurau Bomb PL2 ashurau:0:600931:01:000:Always have FireWave Bomb PL2 ashurau:0:600931:02:000:Always have A. Flash Bomb PL2 ashurau:0:600931:03:000:Always have S. Beam Bomb PL2 ashurau:0:60092D:00:001:Get Red Weapon Now! PL2 ashurau:0:60092D:01:001:Get Green Weapon Now! PL2 ashurau:0:60092D:02:001:Get Blue Weapon Now! PL2 ashurau:0:60092D:03:001:Get Yellow Weapon Now! PL2 ashurau:0:60092D:04:001:Get Special Weapon Now! PL2 ashurau:0:600931:00:001:Get ashurau Bomb Now! PL2 ashurau:0:600931:01:001:Get FireWave Bomb Now! PL2 ashurau:0:600931:02:001:Get A. Flash Bomb Now! PL2 ashurau:0:600931:03:001:Get S. Beam Bomb Now! PL2 ; [ ASO - Armored Scrum Object ] aso:0:E774:99:000:Infinite Credits aso:0:DCD5:00:000:Invincibility :aso:20A00000:24CE:00000306:FFFFFFFF:1 Part to Get Armor :aso:20800000:20A8:000000AA:FFFFFFFF:B-Panel Always 8000 pts :aso:20910000:20AB:000001FF:FFFFFFFF:B-Panel Always 8000 pts (2/2) aso:0:DCEB:09:000:Infinite Lives PL1 aso:0:DD23:03:000:Infinite Continues PL1:If continue play is available aso:0:DD07:19:000:Maximum Energy PL1 aso:0:DD08:19:500:Maximum Energy PL1 (2/2) aso:0:DD01:30:020:Maximum Speed PL1 aso:0:DD01:0C:020:Maximum Fire Power PL1 aso:0:DD01:03:020:Maximum Missiles PL1 :aso:00000000:DCFE:00000000:FFFFFFFF:Rapid Fire - Antiair PL1 :aso:00000000:DCFF:00000000:FFFFFFFF:Rapid Fire - Antisurface PL1 :aso:00000000:DCD6:00000005:FFFFFFFF:Always Open Item Box PL1 :aso:00000000:DD04:00000001:00000001:Always Have Oct Armor PL1 :aso:00000000:DD04:00000002:00000002:Always Have Shield Armor PL1 :aso:00000000:DD04:00000004:00000004:Always Have Cannon Armor PL1 :aso:00000000:DD04:00000008:00000008:Always Have Homing Armor PL1 :aso:00000000:DD04:00000010:00000010:Always Have Paralyz Armor PL1 :aso:00000000:DD04:00000020:00000020:Always Have Nuclear Armor PL1 :aso:00000000:DD04:00000040:00000040:Always Have Fire Armor PL1 :aso:00000000:DD04:00000080:00000080:Always Have Thunder Armor PL1 :aso:62000000:0000:00000000:00000000:Select Equipped Armor PL1 :aso:00010000:DCC9:00000000:FFFFFFFF:No Armor :aso:00010000:DCC9:00000001:FFFFFFFF:Oct Armor :aso:00010000:DCC9:00000002:FFFFFFFF:Shield Armor :aso:00010000:DCC9:00000003:FFFFFFFF:Cannon Armor :aso:00010000:DCC9:00000004:FFFFFFFF:Homing Armor :aso:00010000:DCC9:00000005:FFFFFFFF:Paralyz Armor :aso:00010000:DCC9:00000006:FFFFFFFF:Nuclear Armor :aso:00010000:DCC9:00000007:FFFFFFFF:Fire Armor :aso:00010000:DCC9:00000008:FFFFFFFF:Thunder Armor aso:0:DD4F:09:000:Infinite Lives PL2 aso:0:DD87:03:000:Infinite Continues PL2:If continue play is available aso:0:DD6B:19:000:Maximum Energy PL2 aso:0:DD6C:19:500:Maximum Energy PL2 (2/2) aso:0:DD65:30:020:Maximum Speed PL2 aso:0:DD65:0C:020:Maximum Fire Power PL2 aso:0:DD65:03:020:Maximum Missiles PL2 :aso:00000000:DD62:00000000:FFFFFFFF:Rapid Fire - Antiair PL2 :aso:00000000:DD63:00000000:FFFFFFFF:Rapid Fire - Antisurface PL2 :aso:00000000:DD3A:00000005:FFFFFFFF:Always Open Item Box PL2 :aso:00000000:DD68:00000001:00000001:Always Have Oct Armor PL2 :aso:00000000:DD68:00000002:00000002:Always Have Shield Armor PL2 :aso:00000000:DD68:00000004:00000004:Always Have Cannon Armor PL2 :aso:00000000:DD68:00000008:00000008:Always Have Homing Armor PL2 :aso:00000000:DD68:00000010:00000010:Always Have Paralyz Armor PL2 :aso:00000000:DD68:00000020:00000020:Always Have Nuclear Armor PL2 :aso:00000000:DD68:00000040:00000040:Always Have Fire Armor PL2 :aso:00000000:DD68:00000080:00000080:Always Have Thunder Armor PL2 :aso:62000000:0000:00000000:00000000:Select Equipped Armor PL2 :aso:00010000:DD2D:00000000:FFFFFFFF:No Armor :aso:00010000:DD2D:00000001:FFFFFFFF:Oct Armor :aso:00010000:DD2D:00000002:FFFFFFFF:Shield Armor :aso:00010000:DD2D:00000003:FFFFFFFF:Cannon Armor :aso:00010000:DD2D:00000004:FFFFFFFF:Homing Armor :aso:00010000:DD2D:00000005:FFFFFFFF:Paralyze Armor :aso:00010000:DD2D:00000006:FFFFFFFF:Nuclear Armor :aso:00010000:DD2D:00000007:FFFFFFFF:Fire Armor :aso:00010000:DD2D:00000008:FFFFFFFF:Thunder Armor :aso:00000000:D819:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Assault ] assault:0:100023:09:000:Infinite Credits assault:0:10012F:99:007:Infinite Time assault:0:10010F:15:000:Infinite Lives assault:0:100145:01:000:Infinite Shots assault:0:10014B:01:000:Infinite Grenades :assault:21800000:000AAA:00000060:FFFFFFFF:Invincibility assault:0:100133:90:000:Enemies never shoot assault:0:10012B:05:000:Infinite Jumps (buggy?) :assault:00000000:10001B:0000001D:FFFFFFFF:Rapid Fire:Turn it OFF on the name entry screen :assault:00110000:100144:00000000:FFFFFFFF:Rapid Fire (2/2) ; [ Assault (Japan) ] assaultj:0:100023:63:000:Infinite Credits assaultj:0:10012F:99:007:Infinite Time assaultj:0:10010F:15:000:Infinite Lives assaultj:0:100145:01:000:Infinite Shots assaultj:0:10014B:01:000:Infinite Grenades :assaultj:21800000:000AAA:00000060:FFFFFFFF:Invincibility assaultj:0:100133:90:000:Enemies never shoot assaultj:0:10012B:05:000:Infinite Jumps (buggy?) :assaultj:00000000:10001B:0000001D:FFFFFFFF:Rapid Fire:Turn it OFF on the name entry screen :assaultj:00110000:100144:00000000:FFFFFFFF:Rapid Fire (2/2) ; [ Assault Plus (Japan) ] assaultp:0:100023:63:000:Infinite Credits assaultp:0:10012F:99:007:Infinite Time assaultp:0:10010F:15:000:Infinite Lives assaultp:0:100145:01:000:Infinite Shots assaultp:0:10014B:01:000:Infinite Grenades :assaultp:21800000:000AAA:00000060:FFFFFFFF:Invincibility assaultp:0:100133:90:000:Enemies never shoot assaultp:0:10012B:05:000:Infinite Jumps (buggy?) :assaultp:00000000:10001B:0000001D:FFFFFFFF:Rapid Fire:Turn it OFF on the name entry screen :assaultp:00110000:100144:00000000:FFFFFFFF:Rapid Fire (2/2) ; [ Asteroids Deluxe (rev 1) ] astdelu1:0:0093:3F:000:Infinite Credits astdelu1:0:02EF:FF:000:Infinite Shield astdelu1:0:0219:01:000:Invincibility astdelu1:0:02EB:00:500:Invincibility (2/2) astdelu1:0:02E8:FF:000:No UFOs at all astdelu1:0:02E8:01:002:Lots of UFOs astdelu1:0:006F:06:000:Infinite Lives PL1 astdelu1:0:0070:06:000:Infinite Lives PL2 ; [ Asteroids Deluxe (rev 2) ] astdelux:0:008C:3F:000:Infinite Credits astdelux:0:02EF:FF:000:Infinite Shield astdelux:0:0219:01:000:Invincibility astdelux:0:02EB:00:500:Invincibility (2/2) astdelux:0:02E8:FF:000:No UFOs at all astdelux:0:02E8:01:002:Lots of UFOs astdelux:0:006F:06:000:Infinite Lives PL1 astdelux:0:0070:06:000:Infinite Lives PL2 ; [ Asterix (ver EAD) ] asterix:0:1040B2:99:000:Infinite Credits asterix:0:10423A:99:000:Infinite Bonus Time:Turn OFF after bonus stages asterix:0:104604:08:000:Infinite Lives PL1 asterix:0:104605:0D:000:Infinite Energy PL1 asterix:0:10504B:02:000:Invincibility PL1 asterix:0:104624:08:000:Infinite Lives PL2 asterix:0:104625:0D:000:Infinite Energy PL2 asterix:0:10509B:02:000:Invincibility PL2 ; [ Asterock ] asterock:0:006F:99:000:Infinite Credits asterock:0:021B:01:000:Invincibility asterock:0:02FA:00:500:Invincibility (2/2) asterock:0:02F7:FF:000:No UFOs at all asterock:0:02F7:01:002:Lots of UFOs asterock:0:0056:05:000:Infinite Lives PL1 asterock:0:0057:05:000:Infinite Lives PL2 ; [ Asteroids (rev 1) ] asteroi1:0:006F:99:000:Infinite Credits asteroi1:0:021B:01:000:Invincibility asteroi1:0:02FA:00:500:Invincibility (2/2) asteroi1:0:02F7:FF:000:No UFOs at all asteroi1:0:02F7:01:002:Lots of UFOs asteroi1:0:0056:05:000:Infinite Lives PL1 asteroi1:0:0057:05:000:Infinite Lives PL2 ; [ Asteroids (bootleg on Lunar Lander hardware) ] asteroib:0:0070:FF:000:Infinite Credits asteroib:0:021B:01:000:Invincibility asteroib:0:02FA:00:500:Invincibility (2/2) asteroib:0:02F7:FF:000:No UFOs at all asteroib:0:02F7:01:002:Lots of UFOs asteroib:0:0057:05:000:Infinite Lives PL1 asteroib:0:0058:05:000:Infinite Lives PL2 ; [ Asteroids (rev 2) ] asteroid:0:0070:FF:000:Infinite Credits asteroid:0:021B:01:000:Invincibility asteroid:0:02FA:00:500:Invincibility (2/2) asteroid:0:02F7:FF:000:No UFOs at all asteroid:0:02F7:01:002:Lots of UFOs asteroid:0:0057:05:000:Infinite Lives PL1 asteroid:0:0058:05:000:Infinite Lives PL2 ; [ Astro Invader ] astinvad:0:1F9D:99:000:Infinite Credits astinvad:0:1D01:08:000:Infinite Lives astinvad:0:1CD8:00:000:Invincibility :astinvad:00000000:1CE0:00000000:FFFFFFFF:Rapid Fire ; [ Alien Storm (set 4, 2 Players, FD1094 317-?) ] astorm:0:000000:00:999:[Invincibility only works ] astorm:0:000000:00:999:[for the following missions ] astorm:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ] astorm:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ] astorm:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ] astorm:0:000000:00:999:[ Don't set Rapid Fire for the 3D ] astorm:0:000000:00:999:[ scene when playing the 2D scene ] astorm:0:FF200D:30:000:Infinite Life PL1 astorm:0:FF200E:80:000:Infinite Energy PL1 astorm:0:FF0061:78:000:Invincibility PL1 astorm:0:FF2031:00:000:No delay for extra weapon PL1 :astorm:00000000:FFE018:00000000:00000001:Rapid Fire - 2D Scene PL1 :astorm:00000000:FFE019:00000000:00000001:Rapid Fire - 3D Scene PL1 astorm:0:FF208D:30:000:Infinite Life PL2 astorm:0:FF208E:80:000:Infinite Energy PL2 astorm:0:FF0461:78:000:Invincibility PL2 astorm:0:FF20B1:00:000:No delay for extra weapon PL2 :astorm:00000000:FFE098:00000000:00000001:Rapid Fire - 2D Scene PL2 :astorm:00000000:FFE099:00000000:00000001:Rapid Fire - 3D Scene PL2 ; [ Alien Storm (set 3, World, 3 Players, FD1094 317-0148) ] astorm3:0:000000:00:999:[Invincibility only works ] astorm3:0:000000:00:999:[for the following missions ] astorm3:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ] astorm3:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ] astorm3:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ] astorm3:0:000000:00:999:[ Don't set Rapid Fire for the 3D ] astorm3:0:000000:00:999:[ scene when playing the 2D scene ] astorm3:0:FF200D:30:000:Infinite Life PL1 astorm3:0:FF200E:80:000:Infinite Energy PL1 astorm3:0:FF0061:78:000:Invincibility PL1 astorm3:0:FF2031:00:000:No delay for extra weapon PL1 :astorm3:00000000:FFE018:00000000:00000001:Rapid Fire - 2D Scene PL1 :astorm3:00000000:FFE019:00000000:00000001:Rapid Fire - 3D Scene PL1 astorm3:0:FF208D:30:000:Infinite Life PL2 astorm3:0:FF208E:80:000:Infinite Energy PL2 astorm3:0:FF0461:78:000:Invincibility PL2 astorm3:0:FF20B1:00:000:No delay for extra weapon PL2 :astorm3:00000000:FFE098:00000000:00000001:Rapid Fire - 2D Scene PL2 :astorm3:00000000:FFE099:00000000:00000001:Rapid Fire - 3D Scene PL2 astorm3:0:FF210D:30:000:Infinite Life PL3 astorm3:0:FF210E:80:000:Infinite Energy PL3 astorm3:0:FF0861:78:000:Invincibility PL3 astorm3:0:FF2131:00:000:No delay for extra weapon PL3 :astorm3:00000000:FFE118:00000000:00000001:Rapid Fire - 2D Scene PL3 :astorm3:00000000:FFE119:00000000:00000001:Rapid Fire - 3D Scene PL3 ; [ Alien Storm (bootleg) ] astormbl:0:000000:00:999:[Invincibility only works ] astormbl:0:000000:00:999:[for the following missions ] astormbl:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ] astormbl:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ] astormbl:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ] astormbl:0:000000:00:999:[ Don't set Rapid Fire for the 3D ] astormbl:0:000000:00:999:[ scene when playing the 2D scene ] astormbl:0:FFE00D:30:000:Infinite Life PL1 astormbl:0:FFE00E:80:000:Infinite Energy PL1 astormbl:0:FFC061:78:000:Invincibility PL1 astormbl:0:FFE031:00:000:No delay for extra weapon PL1 :astormbl:00000000:FFE018:00000000:00000001:Rapid Fire - 2D Scene PL1 :astormbl:00000000:FFE019:00000000:00000001:Rapid Fire - 3D Scene PL1 astormbl:0:FFE08D:30:000:Infinite Life PL2 astormbl:0:FFE08E:80:000:Infinite Energy PL2 astormbl:0:FFC461:78:000:Invincibility PL2 astormbl:0:FFE0B1:00:000:No delay for extra weapon PL2 :astormbl:00000000:FFE098:00000000:00000001:Rapid Fire - 2D Scene PL2 :astormbl:00000000:FFE099:00000000:00000001:Rapid Fire - 3D Scene PL2 astormbl:0:FFE10D:30:000:Infinite Life PL3 astormbl:0:FFE10E:80:000:Infinite Energy PL3 astormbl:0:FFC861:78:000:Invincibility PL3 astormbl:0:FFE131:00:000:No delay for extra weapon PL3 :astormbl:00000000:FFE118:00000000:00000001:Rapid Fire - 2D Scene PL3 :astormbl:00000000:FFE119:00000000:00000001:Rapid Fire - 3D Scene PL3 ; [ Alien Storm (set 1, Japan, 2 Players, FD1094 317-0146) ] astormj:0:000000:00:999:[Invincibility only works ] astormj:0:000000:00:999:[for the following missions ] astormj:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ] astormj:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ] astormj:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ] astormj:0:000000:00:999:[ Don't set Rapid Fire for the 3D ] astormj:0:000000:00:999:[ scene when playing the 2D scene ] astormj:0:FF200D:30:000:Infinite Life PL1 astormj:0:FF200E:80:000:Infinite Energy PL1 astormj:0:FF0061:78:000:Invincibility PL1 astormj:0:FF2031:00:000:No delay for extra weapon PL1 :astormj:00000000:FFE018:00000000:00000001:Rapid Fire - 2D Scene PL1 :astormj:00000000:FFE019:00000000:00000001:Rapid Fire - 3D Scene PL1 astormj:0:FF208D:30:000:Infinite Life PL2 astormj:0:FF208E:80:000:Infinite Energy PL2 astormj:0:FF0461:78:000:Invincibility PL2 astormj:0:FF20B1:00:000:No delay for extra weapon PL2 :astormj:00000000:FFE098:00000000:00000001:Rapid Fire - 2D Scene PL2 :astormj:00000000:FFE099:00000000:00000001:Rapid Fire - 3D Scene PL2 ; [ Alien Storm (set 2, US, 3 Players, FD1094 317-0147) ] astormu:0:000000:00:999:[Invincibility only works ] astormu:0:000000:00:999:[for the following missions ] astormu:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ] astormu:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ] astormu:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ] astormu:0:000000:00:999:[ Don't set Rapid Fire for the 3D ] astormu:0:000000:00:999:[ scene when playing the 2D scene ] astormu:0:FF200D:30:000:Infinite Life PL1 astormu:0:FF200E:80:000:Infinite Energy PL1 astormu:0:FF0061:78:000:Invincibility PL1 astormu:0:FF2031:00:000:No delay for extra weapon PL1 :astormu:00000000:FFE018:00000000:00000001:Rapid Fire - 2D Scene PL1 :astormu:00000000:FFE019:00000000:00000001:Rapid Fire - 3D Scene PL1 astormu:0:FF208D:30:000:Infinite Life PL2 astormu:0:FF208E:80:000:Infinite Energy PL2 astormu:0:FF0461:78:000:Invincibility PL2 astormu:0:FF20B1:00:000:No delay for extra weapon PL2 :astormu:00000000:FFE098:00000000:00000001:Rapid Fire - 2D Scene PL2 :astormu:00000000:FFE099:00000000:00000001:Rapid Fire - 3D Scene PL2 astormu:0:FF210D:30:000:Infinite Life PL3 astormu:0:FF210E:80:000:Infinite Energy PL3 astormu:0:FF0861:78:000:Invincibility PL3 astormu:0:FF2131:00:000:No delay for extra weapon PL3 :astormu:00000000:FFE118:00000000:00000001:Rapid Fire - 2D Scene PL3 :astormu:00000000:FFE119:00000000:00000001:Rapid Fire - 3D Scene PL3 ; [ Astra SuperStars (J 980514 V1.002) ] astrass:0:0000:00:999:[ There are no cheats ]:REASON 1 astrass:0:0000:00:999:[ for this game as it ]:REASON 1 astrass:0:0000:00:999:[ didn't work the last ]:REASON 1 astrass:0:0000:00:999:[ time it was tested. ]:REASON 1 astrass:0:0000:00:999:[ If the game now works ]:REASON 1 astrass:0:0000:00:999:[ please request cheats ]:REASON 1 astrass:0:0000:00:999:[ for it on the cheat ]:REASON 1 astrass:0:0000:00:999:[ forums. ]:REASON 1 ; [ Astro Blaster (version 3) ] astrob:0:CCF7:19:000:Infinite Fuel astrob:0:CCF8:19:500:Infinite Fuel (2/2) :astrob:20800000:1FA9:000000AB:FFFFFFFF:Invincibility :astrob:20810000:1FCC:000000CE:FFFFFFFF:Invincibility (2/3):1st & 2nd = Fire :astrob:20810000:2385:00000087:FFFFFFFF:Invincibility (3/3):Enemy astrob:0:CD67:00:000:Laser never overheats astrob:0:CD66:00:500:Laser never overheats (2/2) astrob:0:CD0F:FF:000:Warp always available astrob:0:CD0A:05:000:Infinite Lives PL1 astrob:0:CD0B:05:000:Infinite Lives PL2 ; [ Astro Blaster (version 1) ] astrob1:0:CCDB:19:000:Infinite Fuel astrob1:0:CCDC:19:500:Infinite Fuel (2/2) :astrob1:20800000:1FC4:000000C6:FFFFFFFF:Invincibility :astrob1:20810000:1FE7:000000E9:FFFFFFFF:Invincibility (2/3):1st & 2nd = Fire :astrob1:20810000:23A0:000000A2:FFFFFFFF:Invincibility (3/3):Enemy astrob1:0:CD4B:00:000:Laser never overheats astrob1:0:CD4A:00:500:Laser never overheats (2/2) astrob1:0:CCF3:FF:000:Warp always available astrob1:0:CCEE:05:000:Infinite Lives PL1 astrob1:0:CCEF:05:000:Infinite Lives PL2 ; [ Astro Blaster (version 2) ] astrob2:0:CCDB:19:000:Infinite Fuel astrob2:0:CCDC:19:500:Infinite Fuel (2/2) :astrob2:20800000:1FA7:000000A9:FFFFFFFF:Invincibility :astrob2:20810000:1FCA:000000CC:FFFFFFFF:Invincibility (2/3):1st & 2nd = Fire :astrob2:20810000:2383:00000085:FFFFFFFF:Invincibility (3/3):Enemy astrob2:0:CD4B:00:000:Laser never overheats astrob2:0:CD4A:00:500:Laser never overheats (2/2) astrob2:0:CCF3:FF:000:Warp always available astrob2:0:CCEE:05:000:Infinite Lives PL1 astrob2:0:CCEF:05:000:Infinite Lives PL2 ; [ Astro Blaster (version 2a) ] astrob2a:0:CCDB:19:000:Infinite Fuel astrob2a:0:CCDC:19:500:Infinite Fuel (2/2) :astrob2a:20800000:1FA7:000000A9:FFFFFFFF:Invincibility :astrob2a:20810000:1FCA:000000CC:FFFFFFFF:Invincibility (2/3):1st & 2nd = Fire :astrob2a:20810000:2383:00000085:FFFFFFFF:Invincibility (3/3):Enemy astrob2a:0:CD4B:00:000:Laser never overheats astrob2a:0:CD4A:00:500:Laser never overheats (2/2) astrob2a:0:CCF3:FF:000:Warp always available astrob2a:0:CCEE:05:000:Infinite Lives PL1 astrob2a:0:CCEF:05:000:Infinite Lives PL2 ; [ Astro Fighter (set 1) ] :astrof:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :astrof:20900000:DF1D:00000CB0:FFFFFFFF:Invincibility :astrof:20910000:E55E:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :astrof:20910000:E95D:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :astrof:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :astrof:20800000:DC79:00000000:FFFFFFFF:Bullet Speed Up astrof:0:0095:09:000:Infinite Lives PL1 astrof:0:0096:09:000:Infinite Lives PL2 ; [ Astro Fighter (set 2) ] :astrof2:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :astrof2:20900000:DF1D:00000CB0:FFFFFFFF:Invincibility :astrof2:20910000:E55E:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :astrof2:20910000:E95D:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :astrof2:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :astrof2:20800000:DC79:00000000:FFFFFFFF:Bullet Speed Up astrof2:0:0095:05:000:Infinite Lives PL1 astrof2:0:0096:05:000:Infinite Lives PL2 ; [ Astro Fighter (set 3) ] :astrof3:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :astrof3:20900000:DF1D:00000CB0:FFFFFFFF:Invincibility :astrof3:20910000:E55E:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :astrof3:20910000:E95D:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :astrof3:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :astrof3:20800000:DC79:00000000:FFFFFFFF:Bullet Speed Up astrof3:0:0095:05:000:Infinite Lives PL1 astrof3:0:0096:05:000:Infinite Lives PL2 ; [ Astro Flash (Japan) ] astrofl:0:C000:09:000:Infinite Credits astrofl:0:C128:05:000:Infinite Lives astrofl:0:C107:00:000:Infinite Pow astrofl:0:C108:04:500:Infinite Pow (2/2) :astrofl:20800000:4A65:0000007A:FFFFFFFF:Invincibility :astrofl:00000000:F3B7:00000001:FFFFFFFF:Rapid Fire ; [ Asterix (ver EAA) ] astrxeaa:0:1040B2:99:000:Infinite Credits astrxeaa:0:10423A:99:000:Infinite Bonus Time:Turn OFF after bonus stages astrxeaa:0:104604:08:000:Infinite Lives PL1 astrxeaa:0:104605:0D:000:Infinite Energy PL1 astrxeaa:0:10504B:02:000:Invincibility PL1 astrxeaa:0:104624:08:000:Infinite Lives PL2 astrxeaa:0:104625:0D:000:Infinite Energy PL2 astrxeaa:0:10509B:02:000:Invincibility PL2 ; [ Asterix (ver EAC) ] astrxeac:0:1040B2:99:000:Infinite Credits astrxeac:0:10423A:99:000:Infinite Bonus Time:Turn OFF after bonus stages astrxeac:0:104604:08:000:Infinite Lives PL1 astrxeac:0:104605:0D:000:Infinite Energy PL1 astrxeac:0:10504B:02:000:Invincibility PL1 astrxeac:0:104624:08:000:Infinite Lives PL2 astrxeac:0:104625:0D:000:Infinite Energy PL2 astrxeac:0:10509B:02:000:Invincibility PL2 ; [ Astyanax, The ] astyanax:0:FF883F:09:000:Infinite Credits astyanax:0:000000:00:999:[Always have Shield cheats ] astyanax:0:000000:00:999:[should be enabled on the ] astyanax:0:000000:00:999:[title screen or it won't ] astyanax:0:000000:00:999:[display until you've lost a] astyanax:0:000000:00:999:[life!! ] astyanax:0:FFFB72:01:000:Infinite Time astyanax:0:FFFB73:99:500:Infinite Time (2/2) astyanax:0:FF8881:06:000:Infinite Lives PL1 astyanax:0:FFD2B5:40:000:Infinite Energy PL1 astyanax:0:FFD2B7:01:000:Invincibility 'ON' PL1 astyanax:0:FFD290:40:540:Invincibility 'ON' PL1 (2/2) astyanax:0:FFD2B7:01:001:Invincibility 'OFF' PL1 astyanax:0:FFD290:40:521:Invincibility 'OFF' PL1 (2/2) astyanax:0:FF8897:3C:000:Maximum fire power PL1 astyanax:0:FF88AD:0B:000:Maximum magic power PL1 astyanax:0:FFD31D:03:000:Infinite Shield PL1:Seems to be buggy! astyanax:0:FF8889:01:000:Always have Shield PL1 astyanax:0:FF8889:01:001:Get Shield Now! PL1 astyanax:0:FF88C9:06:000:Infinite Lives PL2 astyanax:0:FFD435:40:000:Infinite Energy PL2 astyanax:0:FFD437:01:000:Invincibility 'ON' PL2 astyanax:0:FFD410:40:540:Invincibility 'ON' PL2 (2/2) astyanax:0:FFD437:01:001:Invincibility 'OFF' PL2 astyanax:0:FFD410:40:521:Invincibility 'OFF' PL2 (2/2) astyanax:0:FF88DF:3C:000:Maximum fire power PL2 astyanax:0:FF88F5:0B:000:Maximum magic power PL2 astyanax:0:FFD49D:03:000:Infinite Shield PL2:Seems to be buggy! astyanax:0:FF81BF:01:000:Always have Shield PL2 astyanax:0:FF81BF:01:001:Get Shield Now! PL2 ; [ Asuka & Asuka (Japan) ] asuka:0:103613:09:000:Infinite Credits asuka:0:102694:01:001:Kill Boss with One Hit Now! asuka:0:1033D9:03:000:Infinite Lives PL1 asuka:0:103417:05:000:Infinite Bombs PL1 asuka:0:1033EB:05:000:Always Maximum Fire Power PL1 asuka:0:1034C7:78:000:Invincibility "ON" PL1 asuka:0:1034C7:01:001:Invincibility "OFF" PL1 asuka:0:103561:01:000:Always have Missiles PL1 asuka:0:103561:02:000:Always have Laser PL1 asuka:0:103561:03:000:Always have Beam PL1 asuka:0:103561:01:001:Get Missiles Now! PL1 asuka:0:103561:02:001:Get Laser Now! PL1 asuka:0:103561:03:001:Get Beam Now! PL1 asuka:0:1033DB:03:000:Infinite Lives PL2 asuka:0:103419:05:000:Infinite Bombs PL2 asuka:0:1033ED:05:000:Always Maximum Fire Power PL2 asuka:0:1034C9:78:000:Invincibility "ON" PL2 asuka:0:1034C9:01:001:Invincibility "OFF" PL2 asuka:0:103563:01:000:Always have Missiles PL2 asuka:0:103563:02:000:Always have Laser PL2 asuka:0:103563:03:000:Always have Beam PL2 asuka:0:103563:01:001:Get Missiles Now! PL2 asuka:0:103563:02:001:Get Laser Now! PL2 asuka:0:103563:03:001:Get Beam Now! PL2 ; [ Asura Blade - Sword of Dynasty (Japan) ] asurabld:0:40000A:99:000:Infinite Time asurabld:0:400000:00:001:Finish this Round Now! asurabld:0:400006:99:000:Infinite Character Selection Time :asurabld:00000500:40364D:00000008:FFFFFFFF:Select Stage asurabld:0:403911:EF:000:Infinite Energy PL1 asurabld:0:40390F:EF:500:Infinite Energy PL1 (2/2) asurabld:0:403911:00:001:Drain All Energy Now! PL1 asurabld:0:40390F:00:501:Drain All Energy Now! PL1 (2/2) asurabld:0:403913:36:000:Always have Maximum Power PL1 asurabld:0:403913:00:000:Always have Minimum Power PL1 :asurabld:00000000:404489:00000001:FFFFFFFF:Magic Boost "ON" PL1:22+ABC :asurabld:00000000:404489:00000000:FFFFFFFF:Magic Boost "OFF" PL1 :asurabld:00000000:403DD1:00000008:FFFFFFFF:Select CURFUE PL1 :asurabld:00000000:403DD1:00000009:FFFFFFFF:Select S.GEIST PL1 :asurabld:60000000:000000:00000000:00000000:[ Weapon Cheat Only Use With ] :asurabld:60000000:000000:00000000:00000000:[ Yashaou,Lightning,Zam-B,Goat. ] :asurabld:60000000:000000:00000000:00000000:[ If You Use Other Characters, ] :asurabld:60000000:000000:00000000:00000000:[ Game Stop Certainly ! ] :asurabld:00000000:4037FD:00000000:FFFFFFFF:Always Have Weapon PL1 :asurabld:00000000:4037FD:00000001:FFFFFFFF:Always No Weapon PL1 :asurabld:00000000:4041E7:00000063:FFFFFFFF:Always 99 Hit PL1 :asurabld:00000000:4041E7:00000000:FFFFFFFF:Always No Combo PL1 :asurabld:00000000:406431:00000063:FFFFFFFF:Always Max Hit Count PL1 :asurabld:00000000:4041E4:00000099:FFFFFFFF:Always Max Win Count PL1 asurabld:0:4046C3:EF:000:Infinite Energy PL2 asurabld:0:4046C5:EF:500:Infinite Energy PL2 (2/2) asurabld:0:4046C3:00:001:Drain All Energy Now! PL2 asurabld:0:4046C5:00:501:Drain All Energy Now! PL2 (2/2) asurabld:0:4046C7:36:000:Always have Maximum Power PL2 asurabld:0:4046C7:00:000:Always have Minimum Power PL1 :asurabld:00000000:40523D:00000001:FFFFFFFF:Magic Boost "ON" PL2:22+ABC :asurabld:00000000:40523D:00000000:FFFFFFFF:Magic Boost "OFF" PL2 :asurabld:00000000:404B85:00000008:FFFFFFFF:Select CURFUE PL2 :asurabld:00000000:404B85:00000009:FFFFFFFF:Select S.GEIST PL2 :asurabld:60000000:000000:00000000:00000000:[ Weapon Cheat Only Use With ] :asurabld:60000000:000000:00000000:00000000:[ Yashaou,Lightning,Zam-B,Goat. ] :asurabld:60000000:000000:00000000:00000000:[ If You Use Other Characters, ] :asurabld:60000000:000000:00000000:00000000:[ game stop certainly ! ] :asurabld:00000000:4045B1:00000000:FFFFFFFF:Always Have Weapon PL2 :asurabld:00000000:4045B1:00000001:FFFFFFFF:Always No Weapon PL2 :asurabld:00000000:40470B:00000063:FFFFFFFF:Always 99 Hit PL2 :asurabld:00000000:40470B:00000000:FFFFFFFF:Always No Combo PL2 :asurabld:00000000:406433:00000063:FFFFFFFF:Always Max Hit Count PL2 :asurabld:00000000:404F98:00000000:FFFFFFFF:Always Max Win Count PL2 ; [ Asylum (prototype) ] asylum:0:E253:09:000:Infinite Lives PL1 asylum:0:E153:09:000:Infinite Lives PL2 asylum:0:E353:09:000:Infinite Lives PL3 ; [ Atari Football (revision 2) ] atarifb:0:005B:59:000:Infinite Time ; [ Atari Football (revision 1) ] atarifb1:0:005B:59:000:Infinite Time ; [ Atari Football (4 players) ] atarifb4:0:005B:59:000:Infinite Time ; [ Ataxx (set 1) ] ataxx:0:E641:0E:000:Infinite Time (Red) ataxx:0:E642:27:500:Infinite Time (Red) (2/2) ataxx:0:E62B:00:001:Win this game Now! (Red) ataxx:0:E62A:09:501:Win this game Now! (Red) (2/2) ataxx:0:E645:0E:000:Infinite Time (Blue) ataxx:0:E646:27:500:Infinite Time (Blue) (2/2) ataxx:0:E62A:00:001:Win this game Now! (Blue) ataxx:0:E62B:09:501:Win this game Now! (Blue) (2/2) ; [ Ataxx (set 2) ] ataxxa:0:E6D2:0E:000:Infinite Time (Red) ataxxa:0:E6D3:27:500:Infinite Time (Red) (2/2) ataxxa:0:E6A6:00:001:Win this game Now! (Red) ataxxa:0:E6A5:09:501:Win this game Now! (Red) (2/2) ataxxa:0:E6D6:0E:000:Infinite Time (Blue) ataxxa:0:E6D7:27:500:Infinite Time (Blue) (2/2) ataxxa:0:E6A5:00:001:Win this game Now! (Blue) ataxxa:0:E6A6:09:501:Win this game Now! (Blue) ; [ Ataxx (Japan) ] ataxxj:0:E6D9:0E:000:Infinite Time (Red) ataxxj:0:E6DA:27:500:Infinite Time (Red) (2/2) ataxxj:0:E6A6:00:001:Win this game Now! (Red) ataxxj:0:E6A5:09:501:Win this game Now! (Red) (2/2) ataxxj:0:E6DD:0E:000:Infinite Time (Blue) ataxxj:0:E6DE:27:500:Infinite Time (Blue) (2/2) ataxxj:0:E6A5:00:001:Win this game Now! (Blue) ataxxj:0:E6A6:09:501:Win this game Now! (Blue) ; [ Athena no Hatena ? ] atehate:0:906029:09:000:Infinite Credits :atehate:000000E6:9099F8:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer atehate:0:9099F8:01:000:Answer 1 always correct atehate:0:9067CD:01:001:Good answer ends quiz Now! atehate:0:90301B:06:000:Infinite Vitality PL1 atehate:0:90309B:06:000:Infinite Vitality PL2 ; [ Tetris (Cocktail set 2) ] atetckt2:0:00C1:09:000:Infinite Credits atetckt2:0:0030:30:001:Finish This Level PL1 atetckt2:0:0031:30:501:Finish This Level PL1 (2/2) atetckt2:0:0032:30:001:Finish This Level PL2 atetckt2:0:0033:30:501:Finish This Level PL2 (2/2) atetckt2:0:008D:01:000:Always Red Shape PL1 atetckt2:0:008D:02:000:Always Green Shape PL1 atetckt2:0:008D:03:000:Always Dark Blue Shape PL1 atetckt2:0:008D:04:000:Always Yellow Shape PL1 atetckt2:0:008D:05:000:Always Purple Shape PL1 atetckt2:0:008D:06:000:Always Light Blue Shape PL1 atetckt2:0:008D:07:000:Always Orange Shape PL1 atetckt2:0:008E:01:000:Always Red Shape PL2 atetckt2:0:008E:02:000:Always Green Shape PL2 atetckt2:0:008E:03:000:Always Dark Blue Shape PL2 atetckt2:0:008E:04:000:Always Yellow Shape PL2 atetckt2:0:008E:05:000:Always Purple Shape PL2 atetckt2:0:008E:06:000:Always Light Blue Shape PL2 atetckt2:0:008E:07:000:Always Orange Shape PL2 atetckt2:0:008D:01:001:Red Shape Next PL1 atetckt2:0:008D:02:001:Green Shape Next PL1 atetckt2:0:008D:03:001:Dark Blue Shape Next PL1 atetckt2:0:008D:04:001:Yellow Shape Next PL1 atetckt2:0:008D:05:001:Purple Shape Next PL1 atetckt2:0:008D:06:001:Light Blue Shape Next PL1 atetckt2:0:008D:07:001:Orange Shape Next PL1 atetckt2:0:008E:01:001:Red Shape Next PL2 atetckt2:0:008E:02:001:Green Shape Next PL2 atetckt2:0:008E:03:001:Dark Blue Shape Next PL2 atetckt2:0:008E:04:001:Yellow Shape Next PL2 atetckt2:0:008E:05:001:Purple Shape Next PL2 atetckt2:0:008E:06:001:Light Blue Shape Next PL2 atetckt2:0:008E:07:001:Orange Shape Next PL2 ; [ Tetris (Cocktail set 1) ] atetcktl:0:00C1:09:000:Infinite Credits atetcktl:0:0030:30:001:Finish This Level PL1 atetcktl:0:0031:30:501:Finish This Level PL1 (2/2) atetcktl:0:0032:30:001:Finish This Level PL2 atetcktl:0:0033:30:501:Finish This Level PL2 (2/2) atetcktl:0:008D:01:000:Always Red Shape PL1 atetcktl:0:008D:02:000:Always Green Shape PL1 atetcktl:0:008D:03:000:Always Dark Blue Shape PL1 atetcktl:0:008D:04:000:Always Yellow Shape PL1 atetcktl:0:008D:05:000:Always Purple Shape PL1 atetcktl:0:008D:06:000:Always Light Blue Shape PL1 atetcktl:0:008D:07:000:Always Orange Shape PL1 atetcktl:0:008E:01:000:Always Red Shape PL2 atetcktl:0:008E:02:000:Always Green Shape PL2 atetcktl:0:008E:03:000:Always Dark Blue Shape PL2 atetcktl:0:008E:04:000:Always Yellow Shape PL2 atetcktl:0:008E:05:000:Always Purple Shape PL2 atetcktl:0:008E:06:000:Always Light Blue Shape PL2 atetcktl:0:008E:07:000:Always Orange Shape PL2 atetcktl:0:008D:01:001:Red Shape Next PL1 atetcktl:0:008D:02:001:Green Shape Next PL1 atetcktl:0:008D:03:001:Dark Blue Shape Next PL1 atetcktl:0:008D:04:001:Yellow Shape Next PL1 atetcktl:0:008D:05:001:Purple Shape Next PL1 atetcktl:0:008D:06:001:Light Blue Shape Next PL1 atetcktl:0:008D:07:001:Orange Shape Next PL1 atetcktl:0:008E:01:001:Red Shape Next PL2 atetcktl:0:008E:02:001:Green Shape Next PL2 atetcktl:0:008E:03:001:Dark Blue Shape Next PL2 atetcktl:0:008E:04:001:Yellow Shape Next PL2 atetcktl:0:008E:05:001:Purple Shape Next PL2 atetcktl:0:008E:06:001:Light Blue Shape Next PL2 atetcktl:0:008E:07:001:Orange Shape Next PL2 ; [ Tetris (set 1) ] atetris:0:00C1:09:000:Infinite Credits atetris:0:0030:30:001:Finish This Level PL1 atetris:0:0031:30:501:Finish This Level PL1 (2/2) atetris:0:0032:30:001:Finish This Level PL2 atetris:0:0033:30:501:Finish This Level PL2 (2/2) atetris:0:008D:01:000:Always Red Shape PL1 atetris:0:008D:02:000:Always Green Shape PL1 atetris:0:008D:03:000:Always Dark Blue Shape PL1 atetris:0:008D:04:000:Always Yellow Shape PL1 atetris:0:008D:05:000:Always Purple Shape PL1 atetris:0:008D:06:000:Always Light Blue Shape PL1 atetris:0:008D:07:000:Always Orange Shape PL1 atetris:0:008E:01:000:Always Red Shape PL2 atetris:0:008E:02:000:Always Green Shape PL2 atetris:0:008E:03:000:Always Dark Blue Shape PL2 atetris:0:008E:04:000:Always Yellow Shape PL2 atetris:0:008E:05:000:Always Purple Shape PL2 atetris:0:008E:06:000:Always Light Blue Shape PL2 atetris:0:008E:07:000:Always Orange Shape PL2 atetris:0:008D:01:001:Red Shape Next PL1 atetris:0:008D:02:001:Green Shape Next PL1 atetris:0:008D:03:001:Dark Blue Shape Next PL1 atetris:0:008D:04:001:Yellow Shape Next PL1 atetris:0:008D:05:001:Purple Shape Next PL1 atetris:0:008D:06:001:Light Blue Shape Next PL1 atetris:0:008D:07:001:Orange Shape Next PL1 atetris:0:008E:01:001:Red Shape Next PL2 atetris:0:008E:02:001:Green Shape Next PL2 atetris:0:008E:03:001:Dark Blue Shape Next PL2 atetris:0:008E:04:001:Yellow Shape Next PL2 atetris:0:008E:05:001:Purple Shape Next PL2 atetris:0:008E:06:001:Light Blue Shape Next PL2 atetris:0:008E:07:001:Orange Shape Next PL2 ; [ Tetris (set 2) ] atetrisa:0:00C1:09:000:Infinite Credits atetrisa:0:0030:30:001:Finish This Level PL1 atetrisa:0:0031:30:501:Finish This Level PL1 (2/2) atetrisa:0:0032:30:001:Finish This Level PL2 atetrisa:0:0033:30:501:Finish This Level PL2 (2/2) atetrisa:0:008D:01:000:Always Red Shape PL1 atetrisa:0:008D:02:000:Always Green Shape PL1 atetrisa:0:008D:03:000:Always Dark Blue Shape PL1 atetrisa:0:008D:04:000:Always Yellow Shape PL1 atetrisa:0:008D:05:000:Always Purple Shape PL1 atetrisa:0:008D:06:000:Always Light Blue Shape PL1 atetrisa:0:008D:07:000:Always Orange Shape PL1 atetrisa:0:008E:01:000:Always Red Shape PL2 atetrisa:0:008E:02:000:Always Green Shape PL2 atetrisa:0:008E:03:000:Always Dark Blue Shape PL2 atetrisa:0:008E:04:000:Always Yellow Shape PL2 atetrisa:0:008E:05:000:Always Purple Shape PL2 atetrisa:0:008E:06:000:Always Light Blue Shape PL2 atetrisa:0:008E:07:000:Always Orange Shape PL2 atetrisa:0:008D:01:001:Red Shape Next PL1 atetrisa:0:008D:02:001:Green Shape Next PL1 atetrisa:0:008D:03:001:Dark Blue Shape Next PL1 atetrisa:0:008D:04:001:Yellow Shape Next PL1 atetrisa:0:008D:05:001:Purple Shape Next PL1 atetrisa:0:008D:06:001:Light Blue Shape Next PL1 atetrisa:0:008D:07:001:Orange Shape Next PL1 atetrisa:0:008E:01:001:Red Shape Next PL2 atetrisa:0:008E:02:001:Green Shape Next PL2 atetrisa:0:008E:03:001:Dark Blue Shape Next PL2 atetrisa:0:008E:04:001:Yellow Shape Next PL2 atetrisa:0:008E:05:001:Purple Shape Next PL2 atetrisa:0:008E:06:001:Light Blue Shape Next PL2 atetrisa:0:008E:07:001:Orange Shape Next PL2 ; [ Tetris (bootleg set 1) ] atetrisb:0:00C1:09:000:Infinite Credits atetrisb:0:0030:30:001:Finish This Level PL1 atetrisb:0:0031:30:501:Finish This Level PL1 (2/2) atetrisb:0:0032:30:001:Finish This Level PL2 atetrisb:0:0033:30:501:Finish This Level PL2 (2/2) atetrisb:0:008D:01:000:Always Red Shape PL1 atetrisb:0:008D:02:000:Always Green Shape PL1 atetrisb:0:008D:03:000:Always Dark Blue Shape PL1 atetrisb:0:008D:04:000:Always Yellow Shape PL1 atetrisb:0:008D:05:000:Always Purple Shape PL1 atetrisb:0:008D:06:000:Always Light Blue Shape PL1 atetrisb:0:008D:07:000:Always Orange Shape PL1 atetrisb:0:008E:01:000:Always Red Shape PL2 atetrisb:0:008E:02:000:Always Green Shape PL2 atetrisb:0:008E:03:000:Always Dark Blue Shape PL2 atetrisb:0:008E:04:000:Always Yellow Shape PL2 atetrisb:0:008E:05:000:Always Purple Shape PL2 atetrisb:0:008E:06:000:Always Light Blue Shape PL2 atetrisb:0:008E:07:000:Always Orange Shape PL2 atetrisb:0:008D:01:001:Red Shape Next PL1 atetrisb:0:008D:02:001:Green Shape Next PL1 atetrisb:0:008D:03:001:Dark Blue Shape Next PL1 atetrisb:0:008D:04:001:Yellow Shape Next PL1 atetrisb:0:008D:05:001:Purple Shape Next PL1 atetrisb:0:008D:06:001:Light Blue Shape Next PL1 atetrisb:0:008D:07:001:Orange Shape Next PL1 atetrisb:0:008E:01:001:Red Shape Next PL2 atetrisb:0:008E:02:001:Green Shape Next PL2 atetrisb:0:008E:03:001:Dark Blue Shape Next PL2 atetrisb:0:008E:04:001:Yellow Shape Next PL2 atetrisb:0:008E:05:001:Purple Shape Next PL2 atetrisb:0:008E:06:001:Light Blue Shape Next PL2 atetrisb:0:008E:07:001:Orange Shape Next PL2 ; [ Tetris (bootleg set 2) ] atetrsb2:0:00C1:09:000:Infinite Credits atetrsb2:0:0030:30:001:Finish This Level PL1 atetrsb2:0:0031:30:501:Finish This Level PL1 (2/2) atetrsb2:0:0032:30:001:Finish This Level PL2 atetrsb2:0:0033:30:501:Finish This Level PL2 (2/2) atetrsb2:0:008D:01:000:Always Red Shape PL1 atetrsb2:0:008D:02:000:Always Green Shape PL1 atetrsb2:0:008D:03:000:Always Dark Blue Shape PL1 atetrsb2:0:008D:04:000:Always Yellow Shape PL1 atetrsb2:0:008D:05:000:Always Purple Shape PL1 atetrsb2:0:008D:06:000:Always Light Blue Shape PL1 atetrsb2:0:008D:07:000:Always Orange Shape PL1 atetrsb2:0:008E:01:000:Always Red Shape PL2 atetrsb2:0:008E:02:000:Always Green Shape PL2 atetrsb2:0:008E:03:000:Always Dark Blue Shape PL2 atetrsb2:0:008E:04:000:Always Yellow Shape PL2 atetrsb2:0:008E:05:000:Always Purple Shape PL2 atetrsb2:0:008E:06:000:Always Light Blue Shape PL2 atetrsb2:0:008E:07:000:Always Orange Shape PL2 atetrsb2:0:008D:01:001:Red Shape Next PL1 atetrsb2:0:008D:02:001:Green Shape Next PL1 atetrsb2:0:008D:03:001:Dark Blue Shape Next PL1 atetrsb2:0:008D:04:001:Yellow Shape Next PL1 atetrsb2:0:008D:05:001:Purple Shape Next PL1 atetrsb2:0:008D:06:001:Light Blue Shape Next PL1 atetrsb2:0:008D:07:001:Orange Shape Next PL1 atetrsb2:0:008E:01:001:Red Shape Next PL2 atetrsb2:0:008E:02:001:Green Shape Next PL2 atetrsb2:0:008E:03:001:Dark Blue Shape Next PL2 atetrsb2:0:008E:04:001:Yellow Shape Next PL2 atetrsb2:0:008E:05:001:Purple Shape Next PL2 atetrsb2:0:008E:06:001:Light Blue Shape Next PL2 atetrsb2:0:008E:07:001:Orange Shape Next PL2 ; [ Athena ] athena:0:D7F1:99:000:Infinite Credits athena:0:FE1C:59:000:Infinite Time :athena:21800000:0918:000000C3:FFFFFFFF:Invincibility athena:0:FD2F:03:000:Infinite Lives PL1 athena:0:FD17:A8:000:Infinite Energy PL1:Turn ON when you start playing or Energy Display 'Life' may not show athena:0:FD37:7E:500:Infinite Energy PL1 (2/2) athena:0:FD18:0C:000:Infinite Strength PL1 athena:0:FD19:8F:000:Infinite POW PL1 ;athena:0:FD16:01:000:Invincibility PL1 :athena:01000000:FD55:00000020:00000020:Rapid Fire PL1:Turn it OFF on the name entry screen athena:0:FD93:03:000:Infinite Lives PL2 athena:0:FD7B:A8:000:Infinite Energy PL2:Turn ON when you start playing or Energy Display 'Life' may not show athena:0:FD9B:7E:500:Infinite Energy PL2 (2/2) athena:0:FD7C:0C:000:Infinite Strength PL2 athena:0:FD7D:8F:000:Infinite POW PL2 ;athena:0:FD7A:01:000:Invincibility PL2 :athena:01000000:FDB9:00000020:00000020:Rapid Fire PL2:Turn it OFF on the name entry screen athena:0:FD38:20:000:Always have the Bat athena:0:FD3A:23:500:Always have the Bat (2/2) athena:0:FD38:24:000:Always have the Hammer athena:0:FD3A:27:500:Always have the Hammer (2/2) athena:0:FD38:34:000:Always have the Crossbow athena:0:FD3A:37:500:Always have the Crossbow (2/2) athena:0:FD38:18:000:Always have the Red Sword athena:0:FD3A:1B:500:Always have the Red Sword (2/2) athena:0:FD38:28:000:Always have the Mace athena:0:FD3A:2B:500:Always have the Mace (2/2) athena:0:FD38:1C:000:Always have the Flaming Sword athena:0:FD3A:1C:500:Always have the Flaming Sword (2/2) athena:0:FD38:20:001:Get the Bat Now! athena:0:FD3A:23:501:Get the Bat Now! (2/2) athena:0:FD38:24:001:Get the Hammer Now! athena:0:FD3A:27:501:Get the Hammer Now! (2/2) athena:0:FD38:34:001:Get the Crossbow Now! athena:0:FD3A:37:501:Get the Crossbow Now! (2/2) athena:0:FD38:18:001:Get the Red Sword Now! athena:0:FD3A:1B:501:Get the Red Sword Now! (2/2) athena:0:FD38:28:001:Get the Mace Now! athena:0:FD3A:2B:501:Get the Mace Now! (2/2) athena:0:FD38:1C:001:Get the Flaming Sword Now! athena:0:FD3A:1C:501:Get the Flaming Sword Now! (2/2) athena:0:0000:00:999:[ These Collected Items cheats tend to be ] athena:0:0000:00:999:[ slightly buggy - the descriptions may be ] athena:0:0000:00:999:[ wrong too.. ] athena:0:FD3B:1F:000:Always have Dragon's Helmet (Buggy) athena:0:FD3C:1F:000:Always have Warrior's Armour (Buggy) athena:0:FD3D:1F:000:Always have Lion's Shield (Buggy) athena:0:FD3E:87:000:Always have Blue Ring of Wisdom athena:0:FD3E:8B:000:Always have Red Ring of Wisdom athena:0:FD3F:87:000:Always have Green Necklace of Fighter athena:0:FD3F:8B:000:Always have Gold Necklace of Fighter athena:0:FD40:87:000:Always have Blue Crystal Ball athena:0:FD40:8B:000:Always have Red Crystal Ball athena:0:FD40:8F:000:Always have Treasure Box athena:0:FD41:87:000:Always have Ikarus's Boots athena:0:FD42:87:000:Always have Pot of a Life athena:0:FD42:8B:000:Always have Lamp of Guidance athena:0:FD43:87:000:Always have Siva's Mirror athena:0:FD43:8B:000:Always have Leda's Mirror athena:0:FD43:8F:000:Always have Ide's Mirror athena:0:FD44:87:000:Always have Messiah's Key athena:0:FD44:8B:000:Always have Harp of Protection athena:0:FD45:87:000:Always have Necklace of a Shell athena:0:FD45:8B:000:Always have Wings of Pegasus athena:0:FD46:87:000:Always have Slate of K athena:0:FD3B:1F:001:Get Dragon's Helmet Now! (Buggy) athena:0:FD3C:1F:001:Get Warrior's Armour Now! (Buggy) athena:0:FD3D:1F:001:Get Lion's Shield Now! (Buggy) athena:0:FD3E:87:001:Get Blue Ring of Wisdom Now! athena:0:FD3E:8B:001:Get Red Ring of Wisdom Now! athena:0:FD3F:87:001:Get Green Necklace of Fighter Now! athena:0:FD3F:8B:001:Get Gold Necklace of Fighter Now! athena:0:FD40:87:001:Get Blue Crystal Ball Now! athena:0:FD40:8B:001:Get Red Crystal Ball Now! athena:0:FD40:8F:001:Get Treasure Box Now! athena:0:FD41:87:001:Get Ikarus's Boots Now! athena:0:FD42:87:001:Get Pot of a Life Now! athena:0:FD42:8B:001:Get Lamp of Guidance Now! athena:0:FD43:87:001:Get Siva's Mirror Now! athena:0:FD43:8B:001:Get Leda's Mirror Now! athena:0:FD43:8F:001:Get Ide's Mirror Now! athena:0:FD44:87:001:Get Messiah's Key Now! athena:0:FD44:8B:001:Get Harp of Protection Now! athena:0:FD45:87:001:Get Necklace of a Shell Now! athena:0:FD45:8B:001:Get Wings of Pegasus Now! athena:0:FD46:87:001:Get Slate of K Now! :athena:20900000:0076:00000AB8:FFFFFFFF:Unlocked Test Mode:Reset the game to enable it :athena:20800000:0A52:000000C9:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Battle of Atlantis (set 1) ] atlantis:0:4033:99:000:Infinite Credits atlantis:0:4022:06:000:Infinite Lives PL1 atlantis:0:4025:06:000:Infinite Lives PL2 :atlantis:20800000:0213:00000066:FFFFFFFF:Invincibility :atlantis:20810000:0302:00000013:FFFFFFFF:Invincibility (2/3) :atlantis:00010000:4018:00000039:FFFFFFFF:Invincibility (3/3) :atlantis:00000000:4007:00000008:00000008:Rapid Fire - Shot :atlantis:00000000:4007:00000002:00000002:Rapid Fire - Missile ; [ Atlant Olimpic ] atlantol:0:287F:01:000:Always Qualify in u 2 sec atlantol:0:28D9:00:000:No False Starts PL1 atlantol:0:28F9:00:000:No False Starts PL2 atlantol:0:28C9:00:000:No Long Jump fouls atlantol:0:2B9F:00:000:No High Jump Faults PL1 atlantol:0:2BBF:00:000:No High Jump Faults PL2 atlantol:0:2B81:02:000:Infinite Lives PL1 atlantol:0:2BA1:02:000:Infinite Lives PL2 atlantol:0:2A38:2D:000:Super Hammer Throw atlantol:0:0000:00:999:[Turn the 'Start on' cheats ] atlantol:0:0000:00:999:[ON on the title screen and ] atlantol:0:0000:00:999:[DON'T forget to turn off ] atlantol:0:0000:00:999:[them OFF when you are on ] atlantol:0:0000:00:999:[the event or you won't ] atlantol:0:0000:00:999:[progress any further!! ] atlantol:0:2884:00:000:Start on 100 Meter Dash atlantol:0:2884:01:000:Start on Long Jump atlantol:0:2884:02:000:Start on Javelin Throw atlantol:0:2884:03:000:Start on 110 Meter Hurdles atlantol:0:2884:04:000:Start on Hammer Throw atlantol:0:2884:05:000:Start on High Jump atlantol:0:0000:00:999:[The Superman cheat allows ] atlantol:0:0000:00:999:[you to leap tall buildings ] atlantol:0:0000:00:999:[in one bound - handy for ] atlantol:0:0000:00:999:[the High Jump!! It DOES NOT] atlantol:0:0000:00:999:[work well with the Auto ] atlantol:0:0000:00:999:[Angle cheat so turn ONE ] atlantol:0:0000:00:999:[of them OFF!!!!! ] atlantol:0:28B3:09:000:Superman atlantol:0:28D8:2D:000:Auto 45 degrees angle atlantol:0:0000:00:999:[On the High Jump it's best ] atlantol:0:0000:00:999:[to disable the Full Speed ] atlantol:0:0000:00:999:[and use the Superman cheat.] atlantol:0:28B0:01:000:Full Speed atlantol:0:28B1:05:500:Full Speed (2/3) atlantol:0:28B2:00:500:Full Speed (3/3) atlantol:0:0000:00:999:[Don't use the Full Speed ] atlantol:0:0000:00:999:[cheat on the Hurdles - it ] atlantol:0:0000:00:999:[is TOO fast, use Fast for ] atlantol:0:0000:00:999:[Hurdles instead. ] atlantol:0:28B0:01:000:Fast for Hurdles atlantol:0:28B1:02:500:Fast for Hurdles (2/3) atlantol:0:28B2:00:500:Fast for Hurdles (3/3) atlantol:0:0000:00:999:[The Take steroids cheat is ] atlantol:0:0000:00:999:[better than the Full Speed ] atlantol:0:0000:00:999:[cheat. However, you must be] atlantol:0:0000:00:999:[careful with it or you'll ] atlantol:0:0000:00:999:[run off the pitch and the ] atlantol:0:0000:00:999:[anti-doping control will ] atlantol:0:0000:00:999:[catch you!! ;-) ] atlantol:0:2834:00:000:Take steroids ; [ Battle of Atlantis (set 2) ] atlants2:0:4035:99:000:Infinite Credits atlants2:0:4024:06:000:Infinite Lives PL1 atlants2:0:4027:06:000:Infinite Lives PL2 :atlants2:20800000:0224:00000085:FFFFFFFF:Invincibility :atlants2:20810000:0313:00000024:FFFFFFFF:Invincibility (2/3) :atlants2:00010000:401A:00000039:FFFFFFFF:Invincibility (3/3) :atlants2:00000000:4007:00000008:00000008:Rapid Fire - Shot :atlants2:00000000:4007:00000002:00000002:Rapid Fire - Missile ; [ Atomic Boy ] atomboy:0:D0F0:09:000:Infinite Time atomboy:0:D3D2:08:000:Infinite Lives atomboy:0:3FE3:C9:100:Invincibility:Falling OFF the screen or dropping OFF high platforms will still kill you though! ; [ Atomic Point (Korea) ] atomicp:0:FFDAFE:09:000:Infinite Credits atomicp:0:FFDBA6:00:000:Infinite Time PL1 atomicp:0:FFDB80:62:001:Go to level 99 PL1:Use on "level select" screen atomicp:0:FFDB80:62:061:Select next level PL1 atomicp:0:FFDB81:00:000:Difficulty always set = 0 PL1 atomicp:0:FFDBAE:80:000:Always "power" PL1 atomicp:0:FFDB81:00:001:Set Difficulty to 0 Now! PL1 atomicp:0:FFDBAE:80:001:Get "power" Now! PL1 atomicp:0:FFDC50:00:000:Infinite Time PL2 atomicp:0:FFDC2A:62:001:Go to level 99 PL2:Use on "level select" screen atomicp:0:FFDC2A:62:061:Select next level PL2 atomicp:0:FFDC2B:00:000:Difficulty always set = 0 PL2 atomicp:0:FFDC58:80:000:Always "power" PL2 atomicp:0:FFDC2B:00:001:Set Difficulty to 0 Now! PL2 atomicp:0:FFDC58:80:001:Get "power" Now! PL2 ; [ Atomic Punk (US) ] atompunk:0:A35A2:59:000:Infinite Time atompunk:0:A35A0:00:001:Finish this level Now!:To be used "Normal Mode" only atompunk:0:A0BBB:09:000:Infinite Lives PL1 atompunk:0:A109C:FF:000:Maximum Speed PL1 atompunk:0:A0BBE:FF:000:Maximum Flame Length PL1 atompunk:0:A0BC0:FF:000:Maximum Bombs PL1 atompunk:0:A10A8:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only atompunk:0:A10A8:20:041:Invincibility "OFF" PL1 atompunk:0:A0BC1:00:000:Always have Normal Bombs PL1 atompunk:0:A0BC1:FF:000:Always have Manual Bombs PL1 atompunk:0:A0BC1:00:001:Get Normal Bombs Now! PL1 atompunk:0:A0BC1:FF:001:Get Manual Bombs Now! PL1 atompunk:0:A0BCB:09:000:Infinite Lives PL2 atompunk:0:A10DC:FF:000:Maximum Speed PL2 atompunk:0:A0BCE:FF:000:Maximum Flame Length PL2 atompunk:0:A0BD0:FF:000:Maximum Bombs PL2 atompunk:0:A10E8:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only atompunk:0:A10E8:20:041:Invincibility "OFF" PL2 atompunk:0:A0BD1:00:000:Always have Normal Bombs PL2 atompunk:0:A0BD1:FF:000:Always have Manual Bombs PL2 atompunk:0:A0BD1:00:001:Get Normal Bombs Now! PL2 atompunk:0:A0BD1:FF:001:Get Manual Bombs Now! PL2 ; [ Attack Ufo ] :attckufo:00000000:00CC:00000099:FFFFFFFF:Infinite Credits :attckufo:00000000:003B:00000008:FFFFFFFF:Infinite Lives :attckufo:00000000:00ED:00000000:FFFFFFFF:Rapid Fire ; [ Aurail (set 3, US, unprotected) ] aurail:0:FFFFA6:18:000:Infinite Credits aurail:0:FFE741:04:000:Infinite Lives aurail:0:FFE979:FF:000:Infinite Energy aurail:0:FFC421:00:000:Invincibility aurail:0:FFE962:04:000:Infinite Shields:Works for tunnel section (eg level 2) ; [ Aurail (set 2, World, FD1089B 317-0168) ] aurail1:0:FFFFA6:18:000:Infinite Credits aurail1:0:FFE741:04:000:Infinite Lives aurail1:0:FFE979:FF:000:Infinite Energy aurail1:0:FFC421:00:000:Invincibility aurail1:0:FFE962:04:000:Infinite Shields:Works for tunnel section (eg level 2) ; [ Aurail (set 1, Japan, FD1089A 317-0167) ] aurailj:0:FFFFA6:18:000:Infinite Credits aurailj:0:FFE741:04:000:Infinite Lives aurailj:0:FFE979:FF:000:Infinite Energy aurailj:0:FFC421:00:000:Invincibility aurailj:0:FFE962:04:000:Infinite Shields:Works for tunnel section (eg level 2) ; [ AV2Mahjong No.1 Bay Bridge no Seijo (Japan) ] av2mj1bb:0:0000:00:999:[ The winning hand cheat must be activated when ] av2mj1bb:0:0000:00:999:[ there are 14 tiles in your hand, then press ] av2mj1bb:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] av2mj1bb:0:0000:00:999:[ visually change until you make a move. ] av2mj1bb:0:FC8B:31:001:Get winning hand Now! av2mj1bb:0:FC8C:31:501:Get winning hand Now! (02/14) av2mj1bb:0:FC8D:31:501:Get winning hand Now! (03/14) av2mj1bb:0:FC8E:32:501:Get winning hand Now! (04/14) av2mj1bb:0:FC8F:32:501:Get winning hand Now! (05/14) av2mj1bb:0:FC90:32:501:Get winning hand Now! (06/14) av2mj1bb:0:FC91:33:501:Get winning hand Now! (07/14) av2mj1bb:0:FC92:33:501:Get winning hand Now! (08/14) av2mj1bb:0:FC93:33:501:Get winning hand Now! (09/14) av2mj1bb:0:FC94:34:501:Get winning hand Now! (10/14) av2mj1bb:0:FC95:34:501:Get winning hand Now! (11/14) av2mj1bb:0:FC96:34:501:Get winning hand Now! (12/14) av2mj1bb:0:FC97:35:501:Get winning hand Now! (13/14) av2mj1bb:0:FC98:35:501:Get winning hand Now! (14/14) av2mj1bb:0:FC8B:31:000:Always winning hand av2mj1bb:0:FC8C:31:500:Always winning hand (02/14) av2mj1bb:0:FC8D:31:500:Always winning hand (03/14) av2mj1bb:0:FC8E:32:500:Always winning hand (04/14) av2mj1bb:0:FC8F:32:500:Always winning hand (05/14) av2mj1bb:0:FC90:32:500:Always winning hand (06/14) av2mj1bb:0:FC91:33:500:Always winning hand (07/14) av2mj1bb:0:FC92:33:500:Always winning hand (08/14) av2mj1bb:0:FC93:33:500:Always winning hand (09/14) av2mj1bb:0:FC94:34:500:Always winning hand (10/14) av2mj1bb:0:FC95:34:500:Always winning hand (11/14) av2mj1bb:0:FC96:34:500:Always winning hand (12/14) av2mj1bb:0:FC97:35:500:Always winning hand (13/14) av2mj1bb:0:FC98:35:500:Always winning hand (14/14) :av2mj1bb:00000006:FC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :av2mj1bb:00000006:FD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. av2mj1bb:0:0000:00:999:[ Here is the look-up list for ] av2mj1bb:0:0000:00:999:[ the above watches. ] av2mj1bb:0:0000:00:999:[ ] av2mj1bb:0:0000:00:999:[ value common name chinese name ] av2mj1bb:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] av2mj1bb:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] av2mj1bb:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] av2mj1bb:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] av2mj1bb:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] av2mj1bb:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] av2mj1bb:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] av2mj1bb:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] av2mj1bb:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] av2mj1bb:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] av2mj1bb:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] av2mj1bb:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] av2mj1bb:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] av2mj1bb:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] av2mj1bb:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] av2mj1bb:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] av2mj1bb:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] av2mj1bb:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] av2mj1bb:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] av2mj1bb:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] av2mj1bb:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] av2mj1bb:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] av2mj1bb:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] av2mj1bb:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] av2mj1bb:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] av2mj1bb:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] av2mj1bb:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] av2mj1bb:0:0000:00:999:[ 31h East "wind" ] av2mj1bb:0:0000:00:999:[ 32h South "wind" ] av2mj1bb:0:0000:00:999:[ 33h West "wind" ] av2mj1bb:0:0000:00:999:[ 34h North "wind" ] av2mj1bb:0:0000:00:999:[ 35h White "dragon" ] av2mj1bb:0:0000:00:999:[ 36h Green "dragon" ] av2mj1bb:0:0000:00:999:[ 37h Red "dragon" ] av2mj1bb:0:0000:00:999:[ 3Fh - no tile - ] ; [ AV2Mahjong No.2 Rouge no Kaori (Japan) ] av2mj2rg:0:0000:00:999:[ The winning hand cheat must be activated when ] av2mj2rg:0:0000:00:999:[ there are 14 tiles in your hand, then press ] av2mj2rg:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] av2mj2rg:0:0000:00:999:[ visually change until you make a move. ] av2mj2rg:0:FC8B:31:001:Get winning hand Now! av2mj2rg:0:FC8C:31:501:Get winning hand Now! (02/14) av2mj2rg:0:FC8D:31:501:Get winning hand Now! (03/14) av2mj2rg:0:FC8E:32:501:Get winning hand Now! (04/14) av2mj2rg:0:FC8F:32:501:Get winning hand Now! (05/14) av2mj2rg:0:FC90:32:501:Get winning hand Now! (06/14) av2mj2rg:0:FC91:33:501:Get winning hand Now! (07/14) av2mj2rg:0:FC92:33:501:Get winning hand Now! (08/14) av2mj2rg:0:FC93:33:501:Get winning hand Now! (09/14) av2mj2rg:0:FC94:34:501:Get winning hand Now! (10/14) av2mj2rg:0:FC95:34:501:Get winning hand Now! (11/14) av2mj2rg:0:FC96:34:501:Get winning hand Now! (12/14) av2mj2rg:0:FC97:35:501:Get winning hand Now! (13/14) av2mj2rg:0:FC98:35:501:Get winning hand Now! (14/14) av2mj2rg:0:FC8B:31:000:Always winning hand av2mj2rg:0:FC8C:31:500:Always winning hand (02/14) av2mj2rg:0:FC8D:31:500:Always winning hand (03/14) av2mj2rg:0:FC8E:32:500:Always winning hand (04/14) av2mj2rg:0:FC8F:32:500:Always winning hand (05/14) av2mj2rg:0:FC90:32:500:Always winning hand (06/14) av2mj2rg:0:FC91:33:500:Always winning hand (07/14) av2mj2rg:0:FC92:33:500:Always winning hand (08/14) av2mj2rg:0:FC93:33:500:Always winning hand (09/14) av2mj2rg:0:FC94:34:500:Always winning hand (10/14) av2mj2rg:0:FC95:34:500:Always winning hand (11/14) av2mj2rg:0:FC96:34:500:Always winning hand (12/14) av2mj2rg:0:FC97:35:500:Always winning hand (13/14) av2mj2rg:0:FC98:35:500:Always winning hand (14/14) :av2mj2rg:00000006:FC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :av2mj2rg:00000006:FD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. av2mj2rg:0:0000:00:999:[ Here is the look-up list for ] av2mj2rg:0:0000:00:999:[ the above watches. ] av2mj2rg:0:0000:00:999:[ ] av2mj2rg:0:0000:00:999:[ value common name chinese name ] av2mj2rg:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] av2mj2rg:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] av2mj2rg:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] av2mj2rg:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] av2mj2rg:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] av2mj2rg:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] av2mj2rg:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] av2mj2rg:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] av2mj2rg:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] av2mj2rg:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] av2mj2rg:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] av2mj2rg:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] av2mj2rg:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] av2mj2rg:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] av2mj2rg:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] av2mj2rg:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] av2mj2rg:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] av2mj2rg:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] av2mj2rg:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] av2mj2rg:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] av2mj2rg:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] av2mj2rg:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] av2mj2rg:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] av2mj2rg:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] av2mj2rg:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] av2mj2rg:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] av2mj2rg:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] av2mj2rg:0:0000:00:999:[ 31h East "wind" ] av2mj2rg:0:0000:00:999:[ 32h South "wind" ] av2mj2rg:0:0000:00:999:[ 33h West "wind" ] av2mj2rg:0:0000:00:999:[ 34h North "wind" ] av2mj2rg:0:0000:00:999:[ 35h White "dragon" ] av2mj2rg:0:0000:00:999:[ 36h Green "dragon" ] av2mj2rg:0:0000:00:999:[ 37h Red "dragon" ] av2mj2rg:0:0000:00:999:[ 3Fh - no tile - ] ; [ Avalanche ] avalnche:0:0075:0F:000:Infinite Credits avalnche:0:0079:00:000:Infinite Lives avalnche:0:0014:01:000:Always have All Bats avalnche:0:0015:01:500:Always have All Bats (2/6) avalnche:0:0016:01:500:Always have All Bats (3/6) avalnche:0:0017:01:500:Always have All Bats (4/6) avalnche:0:0018:01:500:Always have All Bats (5/6) avalnche:0:0019:01:500:Always have All Bats (6/6) ; [ Avengers (US set 2) ] avenger2:0:C030:99:000:Infinite Credits avenger2:0:C0EB:9A:000:Infinite Time avenger2:0:C0EA:09:500:Infinite Time (2/2) avenger2:0:C0A4:9B:000:Infinite Lives PL1 avenger2:0:C41D:08:000:Infinite Energy PL1 avenger2:0:C400:80:040:Invincibility PL1 avenger2:0:C0A5:9B:000:Infinite Lives PL2 avenger2:0:C43D:08:000:Infinite Energy PL2 avenger2:0:C420:80:040:Invincibility PL2 ; [ Avengers (US set 1) ] avengers:0:C030:99:000:Infinite Credits avengers:0:C0EB:9A:000:Infinite Time avengers:0:C0EA:09:500:Infinite Time (2/2) avengers:0:C0A4:9B:000:Infinite Lives PL1 avengers:0:C41D:08:000:Infinite Energy PL1 avengers:0:C400:80:040:Invincibility PL1 avengers:0:C0A5:9B:000:Infinite Lives PL2 avengers:0:C43D:08:000:Infinite Energy PL2 avengers:0:C420:80:040:Invincibility PL2 ; [ Avengers In Galactic Storm (Japan) ] avengrgj:0:001088A1:09:000:Infinite Credits avengrgj:0:001084C9:63:000:Infinite Time avengrgj:0:001084C9:00:001:Finish this Round Now! avengrgj:0:00108DCC:01:000:Infinite Energy PL1 avengrgj:0:00108DCD:4E:500:Infinite Energy PL1 (2/2) avengrgj:0:00108DCC:00:001:Drain All Energy Now! PL1 avengrgj:0:00108DCD:00:501:Drain All Energy Now! PL1 (2/2) avengrgj:0:00108F7C:01:000:Infinite Energy PL2 avengrgj:0:00108F7D:4E:500:Infinite Energy PL2 (2/2) avengrgj:0:00108F7C:00:001:Drain All Energy Now! PL2 avengrgj:0:00108F7D:00:501:Drain All Energy Now! PL2 (2/2) avengrgj:0:00000000:00:999: avengrgj:0:00000000:00:999:VS MODE CHEATS avengrgj:0:00000000:00:999: avengrgj:0:00108DD7:00:000:Always have Wins = 0 [VS MODE] PL1 avengrgj:0:00108DD7:02:000:Always have Wins = 2 [VS MODE] PL1:As long as PL2 wins < 2 then PL1 wins the the battle automatically at the end of round avengrgj:0:00108DD7:00:001:Set Wins = 0 Now! [VS MODE] PL1 avengrgj:0:00108DD7:01:001:Set Wins = 1 Now! [VS MODE] PL1 avengrgj:0:00108DD7:02:001:Set Wins = 2 Now! [VS MODE] PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round avengrgj:0:00108F87:00:000:Always have Wins = 0 [VS MODE] PL2 avengrgj:0:00108F87:02:000:Always have Wins = 2 [VS MODE] PL2:As long as PL1 wins < 2 then PL2 wins the the battle automatically at the end of round avengrgj:0:00108F87:00:001:Set Wins = 0 Now! [VS MODE] PL2 avengrgj:0:00108F87:01:001:Set Wins = 1 Now! [VS MODE] PL2 avengrgj:0:00108F87:02:001:Set Wins = 2 Now! [VS MODE] PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round avengrgj:0:00000000:00:999: avengrgj:0:00000000:00:999:STORY MODE CHEATS avengrgj:0:00000000:00:999: avengrgj:0:0010912C:00:001:Drain All Enemy Energy Now! [STORY MODE] avengrgj:0:0010912D:00:501:Drain All Enemy Energy Now! [STORY MODE] (2/2) avengrgj:0:00108DD8:09:000:Infinite Lives [STORY MODE] PL1 avengrgj:0:00108F88:09:000:Infinite Lives [STORY MODE] PL2 ; [ Avengers In Galactic Storm (US) ] avengrgs:0:001088A1:09:000:Infinite Credits avengrgs:0:001084C9:63:000:Infinite Time avengrgs:0:001084C9:00:001:Finish this Round Now! avengrgs:0:00108DCC:01:000:Infinite Energy PL1 avengrgs:0:00108DCD:4E:500:Infinite Energy PL1 (2/2) avengrgs:0:00108DCC:00:001:Drain All Energy Now! PL1 avengrgs:0:00108DCD:00:501:Drain All Energy Now! PL1 (2/2) avengrgs:0:00108F7C:01:000:Infinite Energy PL2 avengrgs:0:00108F7D:4E:500:Infinite Energy PL2 (2/2) avengrgs:0:00108F7C:00:001:Drain All Energy Now! PL2 avengrgs:0:00108F7D:00:501:Drain All Energy Now! PL2 (2/2) avengrgs:0:00000000:00:999: avengrgs:0:00000000:00:999:VS MODE CHEATS avengrgs:0:00000000:00:999: avengrgs:0:00108DD7:00:000:Always have Wins = 0 [VS MODE] PL1 avengrgs:0:00108DD7:02:000:Always have Wins = 2 [VS MODE] PL1:As long as PL2 wins < 2 then PL1 wins the the battle automatically at the end of round avengrgs:0:00108DD7:00:001:Set Wins = 0 Now! [VS MODE] PL1 avengrgs:0:00108DD7:01:001:Set Wins = 1 Now! [VS MODE] PL1 avengrgs:0:00108DD7:02:001:Set Wins = 2 Now! [VS MODE] PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round avengrgs:0:00108F87:00:000:Always have Wins = 0 [VS MODE] PL2 avengrgs:0:00108F87:02:000:Always have Wins = 2 [VS MODE] PL2:As long as PL1 wins < 2 then PL2 wins the the battle automatically at the end of round avengrgs:0:00108F87:00:001:Set Wins = 0 Now! [VS MODE] PL2 avengrgs:0:00108F87:01:001:Set Wins = 1 Now! [VS MODE] PL2 avengrgs:0:00108F87:02:001:Set Wins = 2 Now! [VS MODE] PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round avengrgs:0:00000000:00:999: avengrgs:0:00000000:00:999:STORY MODE CHEATS avengrgs:0:00000000:00:999: avengrgs:0:0010912C:00:001:Drain All Enemy Energy Now! [STORY MODE] avengrgs:0:0010912D:00:501:Drain All Enemy Energy Now! [STORY MODE] (2/2) avengrgs:0:00108DD8:09:000:Infinite Lives [STORY MODE] PL1 avengrgs:0:00108F88:09:000:Infinite Lives [STORY MODE] PL2 ; [ Alien vs. Predator (Euro 940520) ] avsp:0:FF8225:59:000:Infinite Time avsp:0:FF8471:09:000:Infinite Lives PL1 avsp:0:FF83C1:65:000:Infinite Health PL1 avsp:0:FF840B:00:000:Infinite Special PL1 avsp:0:FF840C:40:500:Infinite Special PL1 (2/2) avsp:0:FF842F:E4:000:Infinite Super PL1 avsp:0:FF83CC:01:000:Invincibility PL1 avsp:0:FF83F0:10:500:Invincibility PL1 (2/4) avsp:0:FF841F:00:500:Invincibility PL1 (3/4) avsp:0:FF8429:00:500:Invincibility PL1 (4/4) :avsp:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Normal) PL1:Turn it OFF on the name entry screen :avsp:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Fast) PL1:Turn it OFF on the name entry screen :avsp:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL1 (2/2) :avsp:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Unlimited PL1):Turn it OFF on the name entry screen :avsp:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (2/3) :avsp:00010000:FF8401:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (3/3) :avsp:00010000:FF846E:00000000:00000010:Rapid Fire - Weapon PL1:Turn it OFF on the name entry screen avsp:0:FF8571:09:000:Infinite Lives PL2 avsp:0:FF84C1:65:000:Infinite Health PL2 avsp:0:FF850B:00:000:Infinite Special PL2 avsp:0:FF850C:40:500:Infinite Special PL2 (2/2) avsp:0:FF852F:E4:000:Infinite Super PL2 avsp:0:FF84CC:01:000:Invincibility PL2 avsp:0:FF84F0:10:500:Invincibility PL2 (2/4) avsp:0:FF851F:00:500:Invincibility PL2 (3/4) avsp:0:FF8529:00:500:Invincibility PL2 (4/4) :avsp:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Normal) PL2:Turn it OFF on the name entry screen :avsp:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Fast) PL2:Turn it OFF on the name entry screen :avsp:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL2 (2/2) :avsp:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL2:Turn it OFF on the name entry screen :avsp:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (2/3) :avsp:00010000:FF8501:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (3/3) :avsp:00000000:FF856E:00000000:00000010:Rapid Fire - Weapon PL2:Turn it OFF on the name entry screen avsp:0:FF8671:09:000:Infinite Lives PL3 avsp:0:FF85C1:65:000:Infinite Health PL3 avsp:0:FF860B:00:000:Infinite Special PL3 avsp:0:FF860C:40:500:Infinite Special PL3 (2/2) avsp:0:FF862F:E4:000:Infinite Super PL3 avsp:0:FF85CC:01:000:Invincibility PL3 avsp:0:FF85F0:10:500:Invincibility PL3 (2/4) avsp:0:FF861F:00:500:Invincibility PL3 (3/4) avsp:0:FF8629:00:500:Invincibility PL3 (4/4) :avsp:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Normal) PL3:Turn it OFF on the name entry screen :avsp:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Fast) PL3:Turn it OFF on the name entry screen :avsp:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL3 (2/2) :avsp:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL3:Turn it OFF on the name entry screen :avsp:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (2/3) :avsp:00010000:FF8601:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (3/3) :avsp:00000000:FF866E:00000000:00000010:Rapid Fire - Weapon PL3:Turn it OFF on the name entry screen avsp:0:000000:00:999:[ These are the codes to set the machine region - the ] avsp:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] avsp:0:000000:00:999:[ - ON or before the ROM check screen!! ] avsp:0:FF81C9:00:000:Region Switch = Japan avsp:0:FF81C9:02:000:Region Switch = USA avsp:0:FF81C9:04:000:Region Switch = Hispanic avsp:0:FF81C9:06:000:Region Switch = Asia avsp:0:FF81C9:08:000:Region Switch = Euro ; [ Alien vs. Predator (Asia 940520) ] avspa:0:FF8225:59:000:Infinite Time avspa:0:FF8471:09:000:Infinite Lives PL1 avspa:0:FF83C1:65:000:Infinite Health PL1 avspa:0:FF840B:00:000:Infinite Special PL1 avspa:0:FF840C:40:500:Infinite Special PL1 (2/2) avspa:0:FF842F:E4:000:Infinite Super PL1 avspa:0:FF83CC:01:000:Invincibility PL1 avspa:0:FF83F0:10:500:Invincibility PL1 (2/4) avspa:0:FF841F:00:500:Invincibility PL1 (3/4) avspa:0:FF8429:00:500:Invincibility PL1 (4/4) :avspa:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Normal) PL1:Turn it OFF on the name entry screen :avspa:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Fast) PL1:Turn it OFF on the name entry screen :avspa:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL1 (2/2) :avspa:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Unlimited PL1):Turn it OFF on the name entry screen :avspa:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (2/3) :avspa:00010000:FF8401:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (3/3) :avspa:00010000:FF846E:00000000:00000010:Rapid Fire - Weapon PL1:Turn it OFF on the name entry screen avspa:0:FF8571:09:000:Infinite Lives PL2 avspa:0:FF84C1:65:000:Infinite Health PL2 avspa:0:FF850B:00:000:Infinite Special PL2 avspa:0:FF850C:40:500:Infinite Special PL2 (2/2) avspa:0:FF852F:E4:000:Infinite Super PL2 avspa:0:FF84CC:01:000:Invincibility PL2 avspa:0:FF84F0:10:500:Invincibility PL2 (2/4) avspa:0:FF851F:00:500:Invincibility PL2 (3/4) avspa:0:FF8529:00:500:Invincibility PL2 (4/4) :avspa:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Normal) PL2:Turn it OFF on the name entry screen :avspa:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Fast) PL2:Turn it OFF on the name entry screen :avspa:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL2 (2/2) :avspa:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL2:Turn it OFF on the name entry screen :avspa:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (2/3) :avspa:00010000:FF8501:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (3/3) :avspa:00000000:FF856E:00000000:00000010:Rapid Fire - Weapon PL2:Turn it OFF on the name entry screen avspa:0:FF8671:09:000:Infinite Lives PL3 avspa:0:FF85C1:65:000:Infinite Health PL3 avspa:0:FF860B:00:000:Infinite Special PL3 avspa:0:FF860C:40:500:Infinite Special PL3 (2/2) avspa:0:FF862F:E4:000:Infinite Super PL3 avspa:0:FF85CC:01:000:Invincibility PL3 avspa:0:FF85F0:10:500:Invincibility PL3 (2/4) avspa:0:FF861F:00:500:Invincibility PL3 (3/4) avspa:0:FF8629:00:500:Invincibility PL3 (4/4) :avspa:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Normal) PL3:Turn it OFF on the name entry screen :avspa:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Fast) PL3:Turn it OFF on the name entry screen :avspa:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL3 (2/2) :avspa:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL3:Turn it OFF on the name entry screen :avspa:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (2/3) :avspa:00010000:FF8601:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (3/3) :avspa:00000000:FF866E:00000000:00000010:Rapid Fire - Weapon PL3:Turn it OFF on the name entry screen avspa:0:000000:00:999:[ These are the codes to set the machine region - the ] avspa:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] avspa:0:000000:00:999:[ - ON or before the ROM check screen!! ] avspa:0:FF81C9:00:000:Region Switch = Japan avspa:0:FF81C9:02:000:Region Switch = USA avspa:0:FF81C9:04:000:Region Switch = Hispanic avspa:0:FF81C9:06:000:Region Switch = Asia avspa:0:FF81C9:08:000:Region Switch = Euro ; [ Alien vs. Predator (Hispanic 940520) ] avsph:0:FF8225:59:000:Infinite Time avsph:0:FF8471:09:000:Infinite Lives PL1 avsph:0:FF83C1:65:000:Infinite Health PL1 avsph:0:FF840B:00:000:Infinite Special PL1 avsph:0:FF840C:40:500:Infinite Special PL1 (2/2) avsph:0:FF842F:E4:000:Infinite Super PL1 avsph:0:FF83CC:01:000:Invincibility PL1 avsph:0:FF83F0:10:500:Invincibility PL1 (2/4) avsph:0:FF841F:00:500:Invincibility PL1 (3/4) avsph:0:FF8429:00:500:Invincibility PL1 (4/4) :avsph:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Normal) PL1:Turn it OFF on the name entry screen :avsph:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Fast) PL1:Turn it OFF on the name entry screen :avsph:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL1 (2/2) :avsph:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Unlimited PL1):Turn it OFF on the name entry screen :avsph:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (2/3) :avsph:00010000:FF8401:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (3/3) :avsph:00010000:FF846E:00000000:00000010:Rapid Fire - Weapon PL1:Turn it OFF on the name entry screen avsph:0:FF8571:09:000:Infinite Lives PL2 avsph:0:FF84C1:65:000:Infinite Health PL2 avsph:0:FF850B:00:000:Infinite Special PL2 avsph:0:FF850C:40:500:Infinite Special PL2 (2/2) avsph:0:FF852F:E4:000:Infinite Super PL2 avsph:0:FF84CC:01:000:Invincibility PL2 avsph:0:FF84F0:10:500:Invincibility PL2 (2/4) avsph:0:FF851F:00:500:Invincibility PL2 (3/4) avsph:0:FF8529:00:500:Invincibility PL2 (4/4) :avsph:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Normal) PL2:Turn it OFF on the name entry screen :avsph:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Fast) PL2:Turn it OFF on the name entry screen :avsph:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL2 (2/2) :avsph:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL2:Turn it OFF on the name entry screen :avsph:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (2/3) :avsph:00010000:FF8501:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (3/3) :avsph:00000000:FF856E:00000000:00000010:Rapid Fire - Weapon PL2:Turn it OFF on the name entry screen avsph:0:FF8671:09:000:Infinite Lives PL3 avsph:0:FF85C1:65:000:Infinite Health PL3 avsph:0:FF860B:00:000:Infinite Special PL3 avsph:0:FF860C:40:500:Infinite Special PL3 (2/2) avsph:0:FF862F:E4:000:Infinite Super PL3 avsph:0:FF85CC:01:000:Invincibility PL3 avsph:0:FF85F0:10:500:Invincibility PL3 (2/4) avsph:0:FF861F:00:500:Invincibility PL3 (3/4) avsph:0:FF8629:00:500:Invincibility PL3 (4/4) :avsph:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Normal) PL3:Turn it OFF on the name entry screen :avsph:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Fast) PL3:Turn it OFF on the name entry screen :avsph:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL3 (2/2) :avsph:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL3:Turn it OFF on the name entry screen :avsph:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (2/3) :avsph:00010000:FF8601:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (3/3) :avsph:00000000:FF866E:00000000:00000010:Rapid Fire - Weapon PL3:Turn it OFF on the name entry screen avsph:0:000000:00:999:[ These are the codes to set the machine region - the ] avsph:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] avsph:0:000000:00:999:[ - ON or before the ROM check screen!! ] avsph:0:FF81C9:00:000:Region Switch = Japan avsph:0:FF81C9:02:000:Region Switch = USA avsph:0:FF81C9:04:000:Region Switch = Hispanic avsph:0:FF81C9:06:000:Region Switch = Asia avsph:0:FF81C9:08:000:Region Switch = Euro ; [ Avenging Spirit ] avspirit:0:07A527:78:000:Invincibility avspirit:0:079E55:C8:000:Infinite Energy (ghost) avspirit:0:079F51:68:000:Infinite Energy (player) avspirit:0:079F51:01:001:No more energy (player):Get hit to be a ghost avspirit:0:07F038:28:000:Infinite Time for bosses ; [ Alien vs. Predator (Japan 940520) ] avspj:0:FF8225:59:000:Infinite Time avspj:0:FF8471:09:000:Infinite Lives PL1 avspj:0:FF83C1:65:000:Infinite Health PL1 avspj:0:FF840B:00:000:Infinite Special PL1 avspj:0:FF840C:40:500:Infinite Special PL1 (2/2) avspj:0:FF842F:E4:000:Infinite Super PL1 avspj:0:FF83CC:01:000:Invincibility PL1 avspj:0:FF83F0:10:500:Invincibility PL1 (2/4) avspj:0:FF841F:00:500:Invincibility PL1 (3/4) avspj:0:FF8429:00:500:Invincibility PL1 (4/4) :avspj:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Normal) PL1:Turn it OFF on the name entry screen :avspj:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Fast) PL1:Turn it OFF on the name entry screen :avspj:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL1 (2/2) :avspj:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Unlimited PL1):Turn it OFF on the name entry screen :avspj:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (2/3) :avspj:00010000:FF8401:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (3/3) :avspj:00010000:FF846E:00000000:00000010:Rapid Fire - Weapon PL1:Turn it OFF on the name entry screen avspj:0:FF8571:09:000:Infinite Lives PL2 avspj:0:FF84C1:65:000:Infinite Health PL2 avspj:0:FF850B:00:000:Infinite Special PL2 avspj:0:FF850C:40:500:Infinite Special PL2 (2/2) avspj:0:FF852F:E4:000:Infinite Super PL2 avspj:0:FF84CC:01:000:Invincibility PL2 avspj:0:FF84F0:10:500:Invincibility PL2 (2/4) avspj:0:FF851F:00:500:Invincibility PL2 (3/4) avspj:0:FF8529:00:500:Invincibility PL2 (4/4) :avspj:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Normal) PL2:Turn it OFF on the name entry screen :avspj:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Fast) PL2:Turn it OFF on the name entry screen :avspj:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL2 (2/2) :avspj:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL2:Turn it OFF on the name entry screen :avspj:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (2/3) :avspj:00010000:FF8501:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (3/3) :avspj:00000000:FF856E:00000000:00000010:Rapid Fire - Weapon PL2:Turn it OFF on the name entry screen avspj:0:FF8671:09:000:Infinite Lives PL3 avspj:0:FF85C1:65:000:Infinite Health PL3 avspj:0:FF860B:00:000:Infinite Special PL3 avspj:0:FF860C:40:500:Infinite Special PL3 (2/2) avspj:0:FF862F:E4:000:Infinite Super PL3 avspj:0:FF85CC:01:000:Invincibility PL3 avspj:0:FF85F0:10:500:Invincibility PL3 (2/4) avspj:0:FF861F:00:500:Invincibility PL3 (3/4) avspj:0:FF8629:00:500:Invincibility PL3 (4/4) :avspj:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Normal) PL3:Turn it OFF on the name entry screen :avspj:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Fast) PL3:Turn it OFF on the name entry screen :avspj:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL3 (2/2) :avspj:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL3:Turn it OFF on the name entry screen :avspj:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (2/3) :avspj:00010000:FF8601:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (3/3) :avspj:00000000:FF866E:00000000:00000010:Rapid Fire - Weapon PL3:Turn it OFF on the name entry screen avspj:0:000000:00:999:[ These are the codes to set the machine region - the ] avspj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] avspj:0:000000:00:999:[ - ON or before the ROM check screen!! ] avspj:0:FF81C9:00:000:Region Switch = Japan avspj:0:FF81C9:02:000:Region Switch = USA avspj:0:FF81C9:04:000:Region Switch = Hispanic avspj:0:FF81C9:06:000:Region Switch = Asia avspj:0:FF81C9:08:000:Region Switch = Euro ; [ Alien vs. Predator (US 940520) ] avspu:0:FF8225:59:000:Infinite Time avspu:0:FF8471:09:000:Infinite Lives PL1 avspu:0:FF83C1:65:000:Infinite Health PL1 avspu:0:FF840B:00:000:Infinite Special PL1 avspu:0:FF840C:40:500:Infinite Special PL1 (2/2) avspu:0:FF842F:E4:000:Infinite Super PL1 avspu:0:FF83CC:01:000:Invincibility PL1 avspu:0:FF83F0:10:500:Invincibility PL1 (2/4) avspu:0:FF841F:00:500:Invincibility PL1 (3/4) avspu:0:FF8429:00:500:Invincibility PL1 (4/4) :avspu:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Normal) PL1:Turn it OFF on the name entry screen :avspu:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Fast) PL1:Turn it OFF on the name entry screen :avspu:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL1 (2/2) :avspu:00000000:FF846E:00000000:00000020:Rapid Fire - Punch (Unlimited PL1):Turn it OFF on the name entry screen :avspu:00010000:FF83AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (2/3) :avspu:00010000:FF8401:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL1 (3/3) :avspu:00010000:FF846E:00000000:00000010:Rapid Fire - Weapon PL1:Turn it OFF on the name entry screen avspu:0:FF8571:09:000:Infinite Lives PL2 avspu:0:FF84C1:65:000:Infinite Health PL2 avspu:0:FF850B:00:000:Infinite Special PL2 avspu:0:FF850C:40:500:Infinite Special PL2 (2/2) avspu:0:FF852F:E4:000:Infinite Super PL2 avspu:0:FF84CC:01:000:Invincibility PL2 avspu:0:FF84F0:10:500:Invincibility PL2 (2/4) avspu:0:FF851F:00:500:Invincibility PL2 (3/4) avspu:0:FF8529:00:500:Invincibility PL2 (4/4) :avspu:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Normal) PL2:Turn it OFF on the name entry screen :avspu:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Fast) PL2:Turn it OFF on the name entry screen :avspu:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL2 (2/2) :avspu:00000000:FF856E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL2:Turn it OFF on the name entry screen :avspu:00010000:FF84AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (2/3) :avspu:00010000:FF8501:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL2 (3/3) :avspu:00000000:FF856E:00000000:00000010:Rapid Fire - Weapon PL2:Turn it OFF on the name entry screen avspu:0:FF8671:09:000:Infinite Lives PL3 avspu:0:FF85C1:65:000:Infinite Health PL3 avspu:0:FF860B:00:000:Infinite Special PL3 avspu:0:FF860C:40:500:Infinite Special PL3 (2/2) avspu:0:FF862F:E4:000:Infinite Super PL3 avspu:0:FF85CC:01:000:Invincibility PL3 avspu:0:FF85F0:10:500:Invincibility PL3 (2/4) avspu:0:FF861F:00:500:Invincibility PL3 (3/4) avspu:0:FF8629:00:500:Invincibility PL3 (4/4) :avspu:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Normal) PL3:Turn it OFF on the name entry screen :avspu:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Fast) PL3:Turn it OFF on the name entry screen :avspu:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Fast) PL3 (2/2) :avspu:00000000:FF866E:00000000:00000020:Rapid Fire - Punch (Unlimited) PL3:Turn it OFF on the name entry screen :avspu:00010000:FF85AC:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (2/3) :avspu:00010000:FF8601:00000000:FFFFFFFF:Rapid Fire - Punch (Unlimited) PL3 (3/3) :avspu:00000000:FF866E:00000000:00000010:Rapid Fire - Weapon PL3:Turn it OFF on the name entry screen avspu:0:000000:00:999:[ These are the codes to set the machine region - the ] avspu:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] avspu:0:000000:00:999:[ - ON or before the ROM check screen!! ] avspu:0:FF81C9:00:000:Region Switch = Japan avspu:0:FF81C9:02:000:Region Switch = USA avspu:0:FF81C9:04:000:Region Switch = Hispanic avspu:0:FF81C9:06:000:Region Switch = Asia avspu:0:FF81C9:08:000:Region Switch = Euro ; [ Aztarac ] aztarac:0:FFE8E3:99:000:Infinite Credits aztarac:0:000000:00:999:[The bases can STILL ] aztarac:0:000000:00:999:[explode, but you will get ] aztarac:0:000000:00:999:[the bonuses and progress ] aztarac:0:000000:00:999:[ ] aztarac:0:000000:00:999:[Normal game - Normal bonus] aztarac:0:000000:00:999:[ ] aztarac:0:FFE8F5:04:020:Infinite Bases aztarac:0:FFE1E0:10:520:Infinite Bases (2/2) aztarac:0:000000:00:999:[ ] aztarac:0:000000:00:999:[Easier game - Maximum bonus] aztarac:0:000000:00:999:[In 'easier game',ALL aliens] aztarac:0:000000:00:999:[will disappear when a base ] aztarac:0:000000:00:999:[is hit. ] aztarac:0:000000:00:999:[ ] aztarac:0:FFE8F5:04:000:Infinite Bases aztarac:0:FFE1E0:0F:500:Infinite Bases (2/2) ; [ Azurian Attack ] azurian:0:40B0:99:000:Infinite Credits azurian:0:401D:09:000:Infinite Lives :azurian:20800000:0C05:000000C9:FFFFFFFF:Invincibility :azurian:20810000:0E87:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Base :azurian:20810000:1735:000000C9:FFFFFFFF:Invincibility (3/4):Asteroid 1 :azurian:20810000:1984:000000C9:FFFFFFFF:Invincibility (4/4):Asteroid 2 ; [ Backfire! (set 2) ] :backfira:00000000:017000E:00000063:FFFFFFFF:Infinite Credits PL1 :backfira:00100000:017004C:00001644:FFFFFFFF:Infinite Time PL1 :backfira:00100000:0170048:00000000:FFFFFFFF:Always Minimum Lap Time PL1:Only enable this during actual play :backfira:00000000:017000F:00000063:FFFFFFFF:Infinite Credits PL2 :backfira:00100000:017006C:00001644:FFFFFFFF:Infinite Time PL2 :backfira:00100000:0170068:00000000:FFFFFFFF:Always Minimum Lap Time PL2:Only enable this during actual play ; [ Backfire! ] :backfire:00000000:017000E:00000063:FFFFFFFF:Infinite Credits PL1 :backfire:00100000:017004C:00001644:FFFFFFFF:Infinite Time PL1 :backfire:00100000:0170048:00000000:FFFFFFFF:Always Minimum Lap Time PL1:Only enable this during actual play :backfire:00000000:017000F:00000063:FFFFFFFF:Infinite Credits PL2 :backfire:00100000:017006C:00001644:FFFFFFFF:Infinite Time PL2 :backfire:00100000:0170068:00000000:FFFFFFFF:Always Minimum Lap Time PL2:Only enable this during actual play ; [ Bad Dudes vs. Dragonninja (US) ] baddudes:0:FFA8C6:99:000:Infinite Time baddudes:0:FF95C0:01:001:Kill BOSS with One Hit Now! baddudes:0:FFA39A:03:000:Infinite Lives PL1 baddudes:0:FFA380:14:000:Infinite Energy PL1 baddudes:0:FFA386:10:000:Invincibility PL1 baddudes:0:FFA365:00:000:Always have No Weapon PL1 baddudes:0:FFA365:02:000:Always have Nunchaku PL1 baddudes:0:FFA365:04:000:Always have Knife PL1 baddudes:0:FFA365:00:001:Get No Weapon Now! PL1 baddudes:0:FFA365:02:001:Get Nunchaku Now! PL1 baddudes:0:FFA365:04:001:Get Knife Now! PL1 baddudes:0:FFA25A:03:000:Infinite Lives PL2 baddudes:0:FFA240:14:000:Infinite Energy PL2 baddudes:0:FFA246:10:000:Invincibility PL2 baddudes:0:FFA225:00:000:Always have No Weapon PL2 baddudes:0:FFA225:02:000:Always have Nunchaku PL2 baddudes:0:FFA225:04:000:Always have Knife PL2 baddudes:0:FFA225:00:001:Get No Weapon Now! PL2 baddudes:0:FFA225:02:001:Get Nunchaku Now! PL2 baddudes:0:FFA225:04:001:Get Knife Now! PL2 ; [ Bad Lands ] badlands:0:FFFF1D:19:000:Infinite Credits badlands:0:FFF2B6:63:000:Infinite Missiles PL1 badlands:0:FFF2BB:63:000:Infinite Shields PL1 badlands:0:FFF2C5:09:000:Infinite Wrenches PL1 badlands:0:FFF2B7:06:000:Always have Maximum Tires PL1 badlands:0:FFF2B8:06:000:Always have Maximum Speed PL1 badlands:0:FFF2B9:06:000:Always have Maximum Turbo PL1 badlands:0:FFF336:63:000:Infinite Missiles PL2 badlands:0:FFF33B:63:000:Infinite Shields PL2 badlands:0:FFF345:09:000:Infinite Wrenches PL2 badlands:0:FFF337:06:000:Always have Maximum Tires PL2 badlands:0:FFF338:06:000:Always have Maximum Speed PL2 badlands:0:FFF339:06:000:Always have Maximum Turbo PL2 ; [ Bagman ] bagman:0:6000:90:000:Infinite Credits bagman:0:6056:05:000:Infinite Lives bagman:0:61E8:99:000:Infinite Time bagman:0:6025:00:000:Invincibility bagman:0:6029:01:500:Invincibility (2/3) bagman:0:604E:00:500:Invincibility (3/3) bagman:0:61E8:00:001:Game Over Now! bagman:0:61CF:01:000:Always carry a pick:Turn off when not needed! bagman:0:61CF:01:001:Get the pick Now! ; [ Bagman (Moon Cresta hardware) ] bagmanmc:0:6000:90:000:Infinite Credits bagmanmc:0:6056:05:000:Infinite Lives bagmanmc:0:61E8:99:000:Infinite Time bagmanmc:0:6025:00:000:Invincibility bagmanmc:0:6029:01:500:Invincibility (2/3) bagmanmc:0:604E:00:500:Invincibility (3/3) bagmanmc:0:61E8:00:001:Game Over Now! bagmanmc:0:61CF:01:000:Always carry a pick:Turn off when not needed! bagmanmc:0:61CF:01:001:Get the pick Now! ; [ Bagman (Stern set 1) ] bagmans:0:6000:90:000:Infinite Credits bagmans:0:6056:05:000:Infinite Lives bagmans:0:61E8:99:000:Infinite Time bagmans:0:6025:00:000:Invincibility bagmans:0:6029:01:500:Invincibility (2/3) bagmans:0:604E:00:500:Invincibility (3/3) bagmans:0:61E8:00:001:Game Over Now! bagmans:0:61CF:01:000:Always carry a pick:Turn off when not needed! bagmans:0:61CF:01:001:Get the pick Now! ; [ Bagman (Stern set 2) ] bagmans2:0:6000:90:000:Infinite Credits bagmans2:0:6056:05:000:Infinite Lives bagmans2:0:61E8:99:000:Infinite Time bagmans2:0:6025:00:000:Invincibility bagmans2:0:6029:01:500:Invincibility (2/3) bagmans2:0:604E:00:500:Invincibility (3/3) bagmans2:0:61E8:00:001:Game Over Now! bagmans2:0:61CF:01:000:Always carry a pick:Turn off when not needed! bagmans2:0:61CF:01:001:Get the pick Now! ; [ Le Bagnard (set 1) ] bagnard:0:6000:90:000:Infinite Credits bagnard:0:6056:05:000:Infinite Lives bagnard:0:61E8:99:000:Infinite Time bagnard:0:6025:00:000:Invincibility bagnard:0:6029:01:500:Invincibility (2/3) bagnard:0:604E:00:500:Invincibility (3/3) bagnard:0:61E8:00:001:Game Over Now! bagnard:0:61CF:01:000:Always carry a pick:Turn off when not needed! bagnard:0:61CF:01:001:Get the pick Now! ; [ Le Bagnard (set 2) ] bagnarda:0:6000:90:000:Infinite Credits bagnarda:0:6056:05:000:Infinite Lives bagnarda:0:61E8:99:000:Infinite Time bagnarda:0:6025:00:000:Invincibility bagnarda:0:6029:01:500:Invincibility (2/3) bagnarda:0:604E:00:500:Invincibility (3/3) bagnarda:0:61E8:00:001:Game Over Now! bagnarda:0:61CF:01:000:Always carry a pick:Turn off when not needed! bagnarda:0:61CF:01:001:Get the pick Now! ; [ Bakatonosama Mahjong Manyuki ] bakatono:0:1000FD:EF:000:Infinite Move Time bakatono:0:000000:00:999:[ The winning hand cheat must be activated ] bakatono:0:000000:00:999:[ when there are 14 tiles in your hand, then ] bakatono:0:000000:00:999:[ select 'RON' - the only yellow option. The ] bakatono:0:000000:00:999:[ tiles do not visually change until you make ] bakatono:0:000000:00:999:[ a move. ] bakatono:0:101844:31:001:Get winning hand Now! bakatono:0:101845:31:501:Get winning hand Now! (02/14) bakatono:0:101846:31:501:Get winning hand Now! (03/14) bakatono:0:101847:32:501:Get winning hand Now! (04/14) bakatono:0:101848:32:501:Get winning hand Now! (05/14) bakatono:0:101849:32:501:Get winning hand Now! (06/14) bakatono:0:10184A:33:501:Get winning hand Now! (07/14) bakatono:0:10184B:33:501:Get winning hand Now! (08/14) bakatono:0:10184C:33:501:Get winning hand Now! (09/14) bakatono:0:10184D:34:501:Get winning hand Now! (10/14) bakatono:0:10184E:34:501:Get winning hand Now! (11/14) bakatono:0:10184F:34:501:Get winning hand Now! (12/14) bakatono:0:101850:35:501:Get winning hand Now! (13/14) bakatono:0:101851:35:501:Get winning hand Now! (14/14) bakatono:0:000000:00:999:[ See this URL for mahjong rules ] bakatono:0:000000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/ ] bakatono:0:000000:00:999:[ rules/basics.html (merge both lines!) ] :bakatono:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :bakatono:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :bakatono:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Baku Baku Animal (J 950407 V1.000) ] bakubaku:0:00183D05:09:000:Infinite Credits bakubaku:0:06087507:00:000:Enemy attacks are worthless PL1 bakubaku:0:06087671:00:500:Enemy attacks are worthless PL1 (2/2) bakubaku:0:06087509:00:000:Enemy attacks are worthless PL2 bakubaku:0:0608766F:00:500:Enemy attacks are worthless PL2 (1/2) ; [ Bakuretsu Breaker ] bakubrkr:0:100082:09:000:Infinite Credits bakubrkr:0:10011D:0B:000:Infinite Player Select Time bakubrkr:0:100123:09:000:Infinite Continue Time :bakubrkr:62000001:000000:00000000:00000000:Select Start Stage:Enable this cheat on the player select screen :bakubrkr:00010001:100093:00000000:FFFFFFFF:Loop 1 Stage 1 :bakubrkr:00010001:100093:00000001:FFFFFFFF:Loop 1 Stage 2 :bakubrkr:00010001:100093:00000002:FFFFFFFF:Loop 1 Stage 3 :bakubrkr:00010001:100093:00000003:FFFFFFFF:Loop 1 Stage 4 :bakubrkr:00010001:100093:00000004:FFFFFFFF:Loop 1 Stage 5 :bakubrkr:00010001:100093:00000005:FFFFFFFF:Loop 1 Stage 6 :bakubrkr:00010001:100093:00000006:FFFFFFFF:Loop 2 Stage 1 :bakubrkr:00010001:100093:00000007:FFFFFFFF:Loop 2 Stage 2 :bakubrkr:00010001:100093:00000008:FFFFFFFF:Loop 2 Stage 3 :bakubrkr:00010001:100093:00000009:FFFFFFFF:Loop 2 Stage 4 :bakubrkr:00010001:100093:0000000A:FFFFFFFF:Loop 2 Stage 5 :bakubrkr:00010001:100093:0000000B:FFFFFFFF:Loop 2 Stage 6 bakubrkr:0:10BB96:0A:000:Infinite Lives PL1 bakubrkr:0:10BB97:09:000:Infinite Bombs PL1 bakubrkr:0:10BB8D:03:000:Invincibility PL1:Turn this cheat OFF before you finish a stage or the game will crash!! bakubrkr:0:10BB7A:05:000:Always Max Shot Power PL1 :bakubrkr:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :bakubrkr:00010000:10BB79:00000000:FFFFFFFF:No Sub Weapon :bakubrkr:00010000:10BB79:00000001:FFFFFFFF:Missile :bakubrkr:00010000:10BB79:00000002:FFFFFFFF:Homing Missile :bakubrkr:00010000:10BB79:00000003:FFFFFFFF:Shot Gun :bakubrkr:00010000:10BB79:00000004:FFFFFFFF:Craker bakubrkr:0:10BB6A:0A:000:Infinite Lives PL2 bakubrkr:0:10BB6B:09:000:Infinite Bombs PL2 bakubrkr:0:10BB61:03:000:Invincibility PL2:Turn this cheat OFF before you finish a stage or the game will crash!! bakubrkr:0:10BB4E:05:000:Always Max Shot Power PL2 :bakubrkr:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :bakubrkr:00010000:10BB4D:00000000:FFFFFFFF:No Sub Weapon :bakubrkr:00010000:10BB4D:00000001:FFFFFFFF:Missile :bakubrkr:00010000:10BB4D:00000002:FFFFFFFF:Homing Missile :bakubrkr:00010000:10BB4D:00000003:FFFFFFFF:Shot Gun :bakubrkr:00010000:10BB4D:00000004:FFFFFFFF:Craker ; [ Mahjong Bakuhatsu Junjouden (Japan) ] bakuhatu:0:D950:63:000:Infinite Hearts bakuhatu:0:0000:00:999:[ The winning hand cheat must be activated when ] bakuhatu:0:0000:00:999:[ there are 14 tiles in your hand, then press ] bakuhatu:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] bakuhatu:0:0000:00:999:[ visually change until you make a move. ] bakuhatu:0:DC8F:31:001:Get winning hand Now! bakuhatu:0:DC90:31:501:Get winning hand Now! (02/14) bakuhatu:0:DC91:31:501:Get winning hand Now! (03/14) bakuhatu:0:DC92:32:501:Get winning hand Now! (04/14) bakuhatu:0:DC93:32:501:Get winning hand Now! (05/14) bakuhatu:0:DC94:32:501:Get winning hand Now! (06/14) bakuhatu:0:DC95:33:501:Get winning hand Now! (07/14) bakuhatu:0:DC96:33:501:Get winning hand Now! (08/14) bakuhatu:0:DC97:33:501:Get winning hand Now! (09/14) bakuhatu:0:DC98:34:501:Get winning hand Now! (10/14) bakuhatu:0:DC99:34:501:Get winning hand Now! (11/14) bakuhatu:0:DC9A:34:501:Get winning hand Now! (12/14) bakuhatu:0:DC9B:35:501:Get winning hand Now! (13/14) bakuhatu:0:DC9C:35:501:Get winning hand Now! (14/14) bakuhatu:0:0000:00:999:[ At the start of a game, there may be some ] bakuhatu:0:0000:00:999:[ small glitches on the tiles when using the ] bakuhatu:0:0000:00:999:[ 'Always' cheats. The cheats should still work ] bakuhatu:0:0000:00:999:[ as normal. ] bakuhatu:0:DC8F:31:000:Always winning hand bakuhatu:0:DC90:31:500:Always winning hand (02/14) bakuhatu:0:DC91:31:500:Always winning hand (03/14) bakuhatu:0:DC92:32:500:Always winning hand (04/14) bakuhatu:0:DC93:32:500:Always winning hand (05/14) bakuhatu:0:DC94:32:500:Always winning hand (06/14) bakuhatu:0:DC95:33:500:Always winning hand (07/14) bakuhatu:0:DC96:33:500:Always winning hand (08/14) bakuhatu:0:DC97:33:500:Always winning hand (09/14) bakuhatu:0:DC98:34:500:Always winning hand (10/14) bakuhatu:0:DC99:34:500:Always winning hand (11/14) bakuhatu:0:DC9A:34:500:Always winning hand (12/14) bakuhatu:0:DC9B:35:500:Always winning hand (13/14) bakuhatu:0:DC9C:35:500:Always winning hand (14/14) :bakuhatu:00000006:DC8F:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bakuhatu:00000006:DD0F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bakuhatu:0:0000:00:999:[ Here is the look-up list for ] bakuhatu:0:0000:00:999:[ the above watches. ] bakuhatu:0:0000:00:999:[ ] bakuhatu:0:0000:00:999:[ value common name chinese name ] bakuhatu:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bakuhatu:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bakuhatu:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bakuhatu:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bakuhatu:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bakuhatu:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bakuhatu:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bakuhatu:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bakuhatu:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bakuhatu:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bakuhatu:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bakuhatu:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bakuhatu:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bakuhatu:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bakuhatu:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bakuhatu:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bakuhatu:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bakuhatu:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bakuhatu:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bakuhatu:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bakuhatu:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bakuhatu:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bakuhatu:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bakuhatu:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bakuhatu:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bakuhatu:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bakuhatu:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bakuhatu:0:0000:00:999:[ 31h East "wind" ] bakuhatu:0:0000:00:999:[ 32h South "wind" ] bakuhatu:0:0000:00:999:[ 33h West "wind" ] bakuhatu:0:0000:00:999:[ 34h North "wind" ] bakuhatu:0:0000:00:999:[ 35h White "dragon" ] bakuhatu:0:0000:00:999:[ 36h Green "dragon" ] bakuhatu:0:0000:00:999:[ 37h Red "dragon" ] bakuhatu:0:0000:00:999:[ 3Fh - no tile - ] ; [ Bakutotsu Kijuutei ] bakutotu:0:0060:05:000:Infinite Lives bakutotu:0:004D:04:000:Maximum Fire Power ; [ Bal Cube ] balcube:0:F0484C:63:000:Infinite Credits balcube:0:F0009D:03:000:Infinite Lives PL1 balcube:0:F0021B:01:000:All Bumpers always "ON" PL1 balcube:0:F0025B:01:500:All Bumpers always "ON" PL1 (2/7) balcube:0:F0029B:01:500:All Bumpers always "ON" PL1 (3/7) balcube:0:F002DB:01:500:All Bumpers always "ON" PL1 (4/7) balcube:0:F0031B:01:500:All Bumpers always "ON" PL1 (5/7) balcube:0:F0035B:01:500:All Bumpers always "ON" PL1 (6/7) balcube:0:F0039B:01:500:All Bumpers always "ON" PL1 (7/7) balcube:0:F0021B:01:001:All Bumpers "ON" Now! PL1 balcube:0:F0025B:01:501:All Bumpers "ON" Now! PL1 (2/7) balcube:0:F0029B:01:501:All Bumpers "ON" Now! PL1 (3/7) balcube:0:F002DB:01:501:All Bumpers "ON" Now! PL1 (4/7) balcube:0:F0031B:01:501:All Bumpers "ON" Now! PL1 (5/7) balcube:0:F0035B:01:501:All Bumpers "ON" Now! PL1 (6/7) balcube:0:F0039B:01:501:All Bumpers "ON" Now! PL1 (7/7) balcube:0:000000:00:999:[ Bumper 1 is the most left and Bumper 7 ] balcube:0:000000:00:999:[ is the most right. ] balcube:0:F0021B:01:000:Bumper 1 always "ON" PL1 balcube:0:F0021B:00:001:Bumper 1 "OFF" Now! PL1 balcube:0:F0025B:01:000:Bumper 2 always "ON" PL1 balcube:0:F0025B:00:001:Bumper 2 "OFF" Now! PL1 balcube:0:F0029B:01:000:Bumper 3 always "ON" PL1 balcube:0:F0029B:00:001:Bumper 3 "OFF" Now! PL1 balcube:0:F002DB:01:000:Bumper 4 always "ON" PL1 balcube:0:F002DB:00:001:Bumper 4 "OFF" Now! PL1 balcube:0:F0031B:01:000:Bumper 5 always "ON" PL1 balcube:0:F0031B:00:001:Bumper 5 "OFF" Now! PL1 balcube:0:F0035B:01:000:Bumper 6 always "ON" PL1 balcube:0:F0035B:00:001:Bumper 6 "OFF" Now! PL1 balcube:0:F0039B:01:000:Bumper 7 always "ON" PL1 balcube:0:F0039B:00:001:Bumper 7 "OFF" Now! PL1 balcube:0:F0089D:03:000:Infinite Lives PL2 balcube:0:F00A1B:01:000:All Bumpers always "ON" PL2 balcube:0:F00A5B:01:500:All Bumpers always "ON" PL2 (2/7) balcube:0:F00A9B:01:500:All Bumpers always "ON" PL2 (3/7) balcube:0:F00BDB:01:500:All Bumpers always "ON" PL2 (4/7) balcube:0:F00B1B:01:500:All Bumpers always "ON" PL2 (5/7) balcube:0:F00B5B:01:500:All Bumpers always "ON" PL2 (6/7) balcube:0:F00B9B:01:500:All Bumpers always "ON" PL2 (7/7) balcube:0:F00A1B:01:001:All Bumpers "ON" Now! PL2 balcube:0:F00A5B:01:501:All Bumpers "ON" Now! PL2 (2/7) balcube:0:F00A9B:01:501:All Bumpers "ON" Now! PL2 (3/7) balcube:0:F00ADB:01:501:All Bumpers "ON" Now! PL2 (4/7) balcube:0:F00B1B:01:501:All Bumpers "ON" Now! PL2 (5/7) balcube:0:F00B5B:01:501:All Bumpers "ON" Now! PL2 (6/7) balcube:0:F00B9B:01:501:All Bumpers "ON" Now! PL2 (7/7) balcube:0:000000:00:999:[ Bumper 1 is the most left and Bumper 7 ] balcube:0:000000:00:999:[ is the most right. ] balcube:0:F00A1B:01:000:Bumper 1 always "ON" PL2 balcube:0:F00A1B:00:001:Bumper 1 "OFF" Now! PL2 balcube:0:F00A5B:01:000:Bumper 2 always "ON" PL2 balcube:0:F00A5B:00:001:Bumper 2 "OFF" Now! PL2 balcube:0:F00A9B:01:000:Bumper 3 always "ON" PL2 balcube:0:F00A9B:00:001:Bumper 3 "OFF" Now! PL2 balcube:0:F00ADB:01:000:Bumper 4 always "ON" PL2 balcube:0:F00ADB:00:001:Bumper 4 "OFF" Now! PL2 balcube:0:F00B1B:01:000:Bumper 5 always "ON" PL2 balcube:0:F00B1B:00:001:Bumper 5 "OFF" Now! PL2 balcube:0:F00B5B:01:000:Bumper 6 always "ON" PL2 balcube:0:F00B5B:00:001:Bumper 6 "OFF" Now! PL2 balcube:0:F00B9B:01:000:Bumper 7 always "ON" PL2 balcube:0:F00B9B:00:001:Bumper 7 "OFF" Now! PL2 ; [ Balloon Bomber ] ballbomb:0:20E7:09:000:Infinite Credits :ballbomb:20800000:0CC8:000000C3:FFFFFFFF:Invincibility :ballbomb:20910000:0D1C:00000D1E:FFFFFFFF:Invincibility (2/3):1st = Bomb, 2nd = Pit (Right) :ballbomb:20910000:0D39:00000D3B:FFFFFFFF:Invincibility (3/3):Pit (Left) :ballbomb:20800100:1480:00000009:FFFFFFFF:Select Bullet Speed :ballbomb:20800000:0D1F:00000004:FFFFFFFF:Moving Speed Up :ballbomb:20810000:0D3C:000000FC:FFFFFFFF:Moving Speed Up (2/2) ballbomb:0:2083:C8:000:Stop bombs falling freely :ballbomb:00000000:2015:00000000:FFFFFFFF:Rapid Fire ballbomb:0:2127:03:000:Infinite Lives PL1 ballbomb:0:2227:03:000:Infinite Lives PL2 ; [ Balloon Brothers ] ballbros:0:F0201B:09:000:Infinite Credits ballbros:0:F00624:99:000:Maximum Lines PL1 ballbros:0:F00625:99:500:Maximum Lines PL1 (2/2) ballbros:0:F00626:99:000:Maximum Lines PL2 ballbros:0:F00627:99:500:Maximum Lines PL2 (2/2) ; [ Vs. Balloon Fight ] balonfgt:0:0066:07:000:Infinite Lives (Left Screen) PL1 balonfgt:0:03E2:02:000:Always have two Balloons (Left Screen) PL1 balonfgt:0:03E2:00:001:Lose All Balloons Now! (Left Screen) PL1 balonfgt:0:0067:07:000:Infinite Lives (Left Screen) PL2 balonfgt:0:03E2:02:000:Always have two Balloons (Left Screen) PL2 balonfgt:0:03E2:00:001:Lose All Balloons Now! (Left Screen) PL2 balonfgt:1:0066:07:000:Infinite Lives (Right Screen) PL1 balonfgt:1:03E2:02:000:Always have two Balloons (Right Screen) PL1 balonfgt:1:03E2:00:001:Lose All Balloons Now! (Right Screen) PL1 balonfgt:1:0067:07:000:Infinite Lives (Right Screen) PL2 balonfgt:1:03E2:02:000:Always have two Balloons (Right Screen) PL2 balonfgt:1:03E2:00:001:Lose All Balloons Now! (Right Screen) PL2 ; [ Baluba-louk no Densetsu ] baluba:0:8018:63:000:Infinite Credits baluba:0:841D:78:000:Infinite Time :baluba:20800000:2525:000000C9:FFFFFFFF:Invincibility baluba:0:80FE:03:000:Infinite Lives PL1 baluba:0:810B:01:001:One treasure needed Now! PL1 :baluba:00001301:811A:0000001F:FFFFFFFF:Select Starting Round PL1:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! The Round display wont be correct baluba:0:811A:1F:061:Select Next Round PL1:Round display wont be correct baluba:0:812E:03:000:Infinite Lives PL2 baluba:0:813B:01:001:One treasure needed Now! PL2 :baluba:00001301:814A:0000001F:FFFFFFFF:Select Starting Round PL2:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! The Round display wont be correct baluba:0:814A:1F:061:Select Next Round PL2:Round display wont be correct ; [ Mahjong Banana Dream [BET] (Japan 891124) ] bananadr:0:0000:00:999:[ The winning hand cheat must be ] bananadr:0:0000:00:999:[ activated when there are 14 tiles ] bananadr:0:0000:00:999:[ in your hand, then press the RON ] bananadr:0:0000:00:999:[ key ('Z' by default). The tiles do ] bananadr:0:0000:00:999:[ not visually change until you make ] bananadr:0:0000:00:999:[ a move. ] bananadr:0:FC8C:31:001:Get winning hand Now! bananadr:0:FC8D:31:501:Get winning hand Now! (02/14) bananadr:0:FC8E:31:501:Get winning hand Now! (03/14) bananadr:0:FC8F:32:501:Get winning hand Now! (04/14) bananadr:0:FC90:32:501:Get winning hand Now! (05/14) bananadr:0:FC91:32:501:Get winning hand Now! (06/14) bananadr:0:FC92:33:501:Get winning hand Now! (07/14) bananadr:0:FC93:33:501:Get winning hand Now! (08/14) bananadr:0:FC94:33:501:Get winning hand Now! (09/14) bananadr:0:FC95:34:501:Get winning hand Now! (10/14) bananadr:0:FC96:34:501:Get winning hand Now! (11/14) bananadr:0:FC97:34:501:Get winning hand Now! (12/14) bananadr:0:FC98:35:501:Get winning hand Now! (13/14) bananadr:0:FC99:35:501:Get winning hand Now! (14/14) bananadr:0:FC8C:31:000:Always winning hand bananadr:0:FC8D:31:500:Always winning hand (02/14) bananadr:0:FC8E:31:500:Always winning hand (03/14) bananadr:0:FC8F:32:500:Always winning hand (04/14) bananadr:0:FC90:32:500:Always winning hand (05/14) bananadr:0:FC91:32:500:Always winning hand (06/14) bananadr:0:FC92:33:500:Always winning hand (07/14) bananadr:0:FC93:33:500:Always winning hand (08/14) bananadr:0:FC94:33:500:Always winning hand (09/14) bananadr:0:FC95:34:500:Always winning hand (10/14) bananadr:0:FC96:34:500:Always winning hand (11/14) bananadr:0:FC97:34:500:Always winning hand (12/14) bananadr:0:FC98:35:500:Always winning hand (13/14) bananadr:0:FC99:35:500:Always winning hand (14/14) :bananadr:00000006:FC8C:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bananadr:00000006:FD0C:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bananadr:0:0000:00:999:[ Here is the look-up list for ] bananadr:0:0000:00:999:[ the above watches. ] bananadr:0:0000:00:999:[ ] bananadr:0:0000:00:999:[ value common name chinese name ] bananadr:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bananadr:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bananadr:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bananadr:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bananadr:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bananadr:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bananadr:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bananadr:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bananadr:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bananadr:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bananadr:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bananadr:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bananadr:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bananadr:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bananadr:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bananadr:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bananadr:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bananadr:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bananadr:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bananadr:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bananadr:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bananadr:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bananadr:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bananadr:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bananadr:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bananadr:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bananadr:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bananadr:0:0000:00:999:[ 31h East "wind" ] bananadr:0:0000:00:999:[ 32h South "wind" ] bananadr:0:0000:00:999:[ 33h West "wind" ] bananadr:0:0000:00:999:[ 34h North "wind" ] bananadr:0:0000:00:999:[ 35h White "dragon" ] bananadr:0:0000:00:999:[ 36h Green "dragon" ] bananadr:0:0000:00:999:[ 37h Red "dragon" ] bananadr:0:0000:00:999:[ 3Fh - no tile - ] ; [ Bandido ] bandido:0:60DB:99:000:Infinite Credits bandido:0:6035:FF:000:Invincibility :bandido:00000000:602F:00000000:FFFFFFFF:Rapid Fire bandido:0:61FF:09:000:Infinite Lives PL1 bandido:0:62FF:09:000:Infinite Lives PL2 ; [ Bang! ] bang:0:FE2A8A:03:000:Infinite Lives PL1 bang:0:FE2A8B:03:000:Infinite Lives PL2 ; [ Bang Bang Ball (v1.05) ] bangball:0:F048B0:FF:000:Infinite Credits bangball:0:F04C35:09:000:Infinite Time bangball:0:F04C36:05:500:Infinite Time (2/3) bangball:0:F04C37:0A:500:Infinite Time (3/3) :bangball:00001301:F04ABF:0000002B:FFFFFFFF:Select Starting Stage:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! bangball:0:F04ABF:2B:061:Select Next Stage bangball:0:F04C44:04:000:Infinite Lives PL1 bangball:0:F04C45:04:000:Infinite Lives PL2 ; [ Bang Bead ] bangbead:0:1044C9:06:000:Infinite Time bangbead:0:1044CB:00:500:Infinite Time (2/2) :bangbead:00000000:10444C:00000080:FFFFFFFF:Always have Max 'Miracle' Power PL1 :bangbead:00010000:104461:00000003:FFFFFFFF:Always have Max 'Miracle' Power PL1 (2/2) :bangbead:00000000:10444C:00000000:FFFFFFFF:Always have No Power PL1 :bangbead:00010000:104461:00000000:FFFFFFFF:Always have No Power PL1 (2/2) :bangbead:00000001:10444C:00000080:FFFFFFFF:Get Max 'Miracle' Power Now! PL1 :bangbead:00010001:104461:00000003:FFFFFFFF:Get Max 'Miracle' Power Now! PL1 (2/2) :bangbead:00000001:10444C:00000000:FFFFFFFF:Get No Power Now! PL1 :bangbead:00010001:104461:00000000:FFFFFFFF:Get No Power Now! PL1 (2/2) :bangbead:60000000:000000:00000000:00000000:[ Free player selection - Use on the ] :bangbead:60000000:000000:00000000:00000000:[ character selection screen. ] :bangbead:62000000:000000:00000000:00000000:Select Character PL1 :bangbead:00010000:1041AF:00000000:FFFFFFFF:Chinta :bangbead:00010000:1041AF:00000001:FFFFFFFF:Siren :bangbead:00010000:1041AF:00000002:FFFFFFFF:Hiromu :bangbead:00010000:1041AF:00000003:FFFFFFFF:Bloody Wolf :bangbead:00010000:1041AF:00000004:FFFFFFFF:Simon :bangbead:00010000:1041AF:00000005:FFFFFFFF:Surya :bangbead:00010000:1041AF:00000006:FFFFFFFF:Mr. Justice :bangbead:00010000:1041AF:00000007:FFFFFFFF:#Hegins 2nd# :bangbead:00010000:1041AF:00000008:FFFFFFFF:#Takuzo# :bangbead:00000000:104476:00000080:FFFFFFFF:Always have Max 'Miracle' Power PL2 :bangbead:00010000:10448B:00000003:FFFFFFFF:Always have Max 'Miracle' Power PL2 (2/2) :bangbead:00000000:104476:00000000:FFFFFFFF:Always have No Power PL2 :bangbead:00010000:10448B:00000000:FFFFFFFF:Always have No Power PL2 (2/2) :bangbead:00000001:104476:00000080:FFFFFFFF:Get Max 'Miracle' Power Now! PL2 :bangbead:00010001:10448B:00000003:FFFFFFFF:Get Max 'Miracle' Power Now! PL2 (2/2) :bangbead:00000001:104476:00000000:FFFFFFFF:Get No Power Now! PL2 :bangbead:00010001:10448B:00000000:FFFFFFFF:Get No Power Now! PL2 (2/2) :bangbead:60000000:000000:00000000:00000000:[ Free player selection - Use on the ] :bangbead:60000000:000000:00000000:00000000:[ character selection screen. ] :bangbead:62000000:000000:00000000:00000000:Select Character PL2 :bangbead:00010000:1041B1:00000000:FFFFFFFF:Chinta :bangbead:00010000:1041B1:00000001:FFFFFFFF:Siren :bangbead:00010000:1041B1:00000002:FFFFFFFF:Hiromu :bangbead:00010000:1041B1:00000003:FFFFFFFF:Bloody Wolf :bangbead:00010000:1041B1:00000004:FFFFFFFF:Simon :bangbead:00010000:1041B1:00000005:FFFFFFFF:Surya :bangbead:00010000:1041B1:00000006:FFFFFFFF:Mr. Justice :bangbead:00010000:1041B1:00000007:FFFFFFFF:#Hegins 2nd# :bangbead:00010000:1041B1:00000008:FFFFFFFF:#Takuzo# :bangbead:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :bangbead:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :bangbead:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Gun Gabacho (Japan) ] bangj:0:FE2A8A:03:000:Infinite Lives PL1 bangj:0:FE2A8B:03:000:Infinite Lives PL2 ; [ Bank Panic ] bankp:0:E0A5:38:000:Infinite Time bankp:0:E078:39:000:Infinite Bomb Time:You will still need to shoot the bomb on the door to let someone through to deposit money but the bomb will never go off. bankp:0:E0A0:06:000:Infinite Lives bankp:0:E0CC:0B:001:One Money Bag needed Now! :bankp:20A00000:99CD:00DFBACD:FFFFFFFF:Auto Shooting a Robber :bankp:20A10000:DFBA:00D5E5DD:FFFFFFFF:Auto Shooting a Robber (02/16):1st = call $DFBA, 2nd = push ix / push de :bankp:20B10000:DFBD:E46021DD:FFFFFFFF:Auto Shooting a Robber (03/16):ld ix,$E460 :bankp:20A10000:DFC1:00002011:FFFFFFFF:Auto Shooting a Robber (04/16):ld de,$0020 :bankp:20910000:DFC4:0000013E:FFFFFFFF:Auto Shooting a Robber (05/16):ld a,$01 :bankp:20B10000:DFC6:7602CBDD:FFFFFFFF:Auto Shooting a Robber (06/16):bit 6,(ix+$02) :bankp:20910000:DFCA:00000C20:FFFFFFFF:Auto Shooting a Robber (07/16):jr nz,$DFD8 :bankp:20A10000:DFCC:003C19DD:FFFFFFFF:Auto Shooting a Robber (08/16):add ix,de / inc a :bankp:20B10000:DFCF:F32004FE:FFFFFFFF:Auto Shooting a Robber (09/16):cp $04 / jr nz,$DFC6 :bankp:20A10000:DFD3:00E0063A:FFFFFFFF:Auto Shooting a Robber (10/16):ld a,($E006) :bankp:20A10000:DFD6:00000D18:FFFFFFFF:Auto Shooting a Robber (11/16):jr $DFE5 :bankp:20B10000:DFD8:022003FE:FFFFFFFF:Auto Shooting a Robber (12/16):cp $03 / jr nz,$DFDE :bankp:20910000:DFDC:0000043E:FFFFFFFF:Auto Shooting a Robber (13/16):ld a,$04 :bankp:20B10000:DFDE:07070707:FFFFFFFF:Auto Shooting a Robber (14/16):rlca / rlca / rlca / rlca :bankp:20A10000:DFE2:00E00632:FFFFFFFF:Auto Shooting a Robber (15/16):ld ($E006),a :bankp:20B10000:DFE5:C9E1DDD1:FFFFFFFF:Auto Shooting a Robber (16/16):pop de / pop ix / ret :bankp:00000000:E071:00000000:00000010:Rapid Fire :bankp:00010000:E071:00000000:00000020:Rapid Fire (2/3) :bankp:00010000:E071:00000000:00000040:Rapid Fire (3/3) :bankp:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :bankp:60000000:0000:00000000:00000000:[ 1st inserted a credit. ] :bankp:60000000:0000:00000000:00000000:[ Left/Right = Select a code, ] :bankp:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Play Fast ] :bankp:00000086:E010:00000000:FFFFFFFF:Sound Test:Sound Code :bankp:20A10000:0334:004700DB:FFFFFFFF:Sound Test (02/18):in a,($00) / ld b,a :bankp:20B10000:0337:B8E0113A:FFFFFFFF:Sound Test (03/18):ld a,($E011) / cp b :bankp:20910000:033B:00002E28:FFFFFFFF:Sound Test (04/18):jr z,$036B :bankp:20B10000:033D:78E01021:FFFFFFFF:Sound Test (05/18):ld hl,$E010 / ld a,b :bankp:20B10000:0341:0E2802FE:FFFFFFFF:Sound Test (06/18):cp $02 / jr z,$0353 :bankp:20B10000:0345:0D2808FE:FFFFFFFF:Sound Test (07/18):cp $08 / jr z,$0356 :bankp:20B10000:0349:102810FE:FFFFFFFF:Sound Test (08/18):cp $10 / jr z,$035D :bankp:20B10000:034D:082880FE:FFFFFFFF:Sound Test (09/18):cp $80 / jr z,$0359 :bankp:20A10000:0351:00341418:FFFFFFFF:Sound Test (10/18):jr $0367 / inc (hl) :bankp:20A10000:0354:00351118:FFFFFFFF:Sound Test (11/18):jr $0367 / dec (hl) :bankp:20B10000:0357:FF160E18:FFFFFFFF:Sound Test (12/18):jr $0367 / ld d,$FF :bankp:20B10000:035B:00160218:FFFFFFFF:Sound Test (13/18):jr $035E / ld d,$00 :bankp:20A10000:035F:00001E7E:FFFFFFFF:Sound Test (14/18):ld a,(hl) / ld e,$00 :bankp:20910000:0362:0000000E:FFFFFFFF:Sound Test (15/18):ld c,$00 :bankp:20B10000:0364:78DA04CD:FFFFFFFF:Sound Test (16/18):call $DA04 / ld a,b :bankp:20A10000:0368:00E01132:FFFFFFFF:Sound Test (17/18):ld ($E011),a :bankp:20910000:036B:0000C718:FFFFFFFF:Sound Test (18/18):jr $0334 ; [ Baraduke (set 2) ] baraduka:1:0080:63:000:Infinite Credits baraduka:0:00C0:08:000:Infinite Lives baraduka:0:00D5:08:000:Infinite Energy baraduka:0:00D6:08:500:Infinite Energy (2/2) :baraduka:20800000:DEB8:00000039:FFFFFFFF:Invincibility :baraduka:20810000:91D4:00000039:FFFFFFFF:Invincibility (2/2) :baraduka:20800000:AA9C:000000F2:FFFFFFFF:Auto Secret Character Appearance :baraduka:00000001:007E:00000001:FFFFFFFF:Finish Current Floor Now! baraduka:0:00DE:03:000:Always have Maximum Power Gun baraduka:0:00C9:08:000:Maximum Saved Packet (Friend) ; [ Baraduke (set 1) ] baraduke:1:0080:63:000:Infinite Credits baraduke:0:00C0:08:000:Infinite Lives baraduke:0:00D5:08:000:Infinite Energy baraduke:0:00D6:08:500:Infinite Energy (2/2) :baraduke:20800000:DEAE:00000039:FFFFFFFF:Invincibility :baraduke:20810000:91D4:00000039:FFFFFFFF:Invincibility (2/2) :baraduke:20800000:AA9C:000000F2:FFFFFFFF:Auto Secret Character Appearance :baraduke:00000001:007E:00000001:FFFFFFFF:Finish Current Floor Now! baraduke:0:00DE:03:000:Always have Maximum Power Gun baraduke:0:00C9:08:000:Maximum Saved Packet (Friend) ; [ Barricade ] barricad:0:02E6:00:100:Invincibility:You can't pass through the top or bottom walls though! Turn it OFF when you've had enough barricad:0:02E7:00:600:Invincibility (2/3) barricad:0:02E8:00:600:Invincibility (3/3) ; [ Barrier ] barrier:0:0000:00:999:[ There are no cheats ]:REASON 7 barrier:0:0000:00:999:[ for this game as it's ]:REASON 7 barrier:0:0000:00:999:[ proving to be a bit ]:REASON 7 barrier:0:0000:00:999:[ of a stinker to find ]:REASON 7 barrier:0:0000:00:999:[ cheats for it. ]:REASON 7 barrier:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 barrier:0:0000:00:999:[ finding is unlikely ]:REASON 7 barrier:0:0000:00:999:[ to have any success ]:REASON 7 barrier:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 barrier:0:0000:00:999:[ setup or it's banked ]:REASON 7 barrier:0:0000:00:999:[ too often, so ROM ]:REASON 7 barrier:0:0000:00:999:[ cheats will likely be ]:REASON 7 barrier:0:0000:00:999:[ required. If you ]:REASON 7 barrier:0:0000:00:999:[ manage to find any ]:REASON 7 barrier:0:0000:00:999:[ please post them on ]:REASON 7 barrier:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;barrier:0:00AD:09:000:Infinite Credits ;barrier:0:0061:05:000:Infinite Lives ; [ Baseball The Season II ] basebal2:0:E001:09:000:Infinite Credits ; [ Sega Bass Fishing ] bass:0:0000:00:999:[ There are no cheats ]:REASON 1 bass:0:0000:00:999:[ for this game as it ]:REASON 1 bass:0:0000:00:999:[ didn't work the last ]:REASON 1 bass:0:0000:00:999:[ time it was tested. ]:REASON 1 bass:0:0000:00:999:[ If the game now works ]:REASON 1 bass:0:0000:00:999:[ please request cheats ]:REASON 1 bass:0:0000:00:999:[ for it on the cheat ]:REASON 1 bass:0:0000:00:999:[ forums. ]:REASON 1 ; [ Battle Circuit (Euro 970319) ] batcir:0:FF5863:09:000:Infinite Credits batcir:0:FF5D57:5A:000:Infinite Time batcir:0:FF5950:0A:000:Infinite Time To Buy Upgrades batcir:0:FF5934:07:071:Select Starting Round:Enable on the Character Select screen batcir:0:FF5934:07:061:Select Next Round batcir:0:FF830A:09:000:Infinite Lives PL1 batcir:0:FF82B7:80:000:Infinite Energy PL1 batcir:0:FF82EB:80:500:Infinite Energy PL1 (2/2) batcir:0:FF830C:03:000:Invincibility PL1 batcir:0:FF8328:27:000:Infinite Money PL1 batcir:0:FF8329:0F:500:Infinite Money PL1 (2/2) batcir:0:FF833E:05:000:Infinite Battle Download Units PL1 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir:0:FF833C:01:020:Always have 50 Coin Upgrade PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF833C:02:020:Always have 100 Coin Upgrade PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF833C:04:020:Always have 200 Coin Upgrade PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF833C:08:020:Always have 300/400 Coin Upgrade PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF833C:10:020:Always have 400/300 Coin Upgrade PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF833C:20:020:Always have 500 Coin Upgrade PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF833C:80:020:Always have Earnt Upgrade PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF833C:01:021:Get 50 Coin Upgrade Now! PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF833C:02:021:Get 100 Coin Upgrade Now! PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF833C:04:021:Get 200 Coin Upgrade Now! PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF833C:08:021:Get 300/400 Coin Upgrade Now! PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF833C:10:021:Get 400/300 Coin Upgrade Now! PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF833C:20:021:Get 500 Coin Upgrade Now! PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF833C:80:021:Get Earnt Upgrade Now! PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF844A:09:000:Infinite Lives PL2 batcir:0:FF83F7:80:000:Infinite Energy PL2 batcir:0:FF842B:80:500:Infinite Energy PL2 (2/2) batcir:0:FF844C:03:000:Invincibility PL2 batcir:0:FF8468:27:000:Infinite Money PL2 batcir:0:FF8469:0F:500:Infinite Money PL2 (2/2) batcir:0:FF847E:05:000:Infinite Battle Download Units PL2 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir:0:FF847C:01:020:Always have 50 Coin Upgrade PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF847C:02:020:Always have 100 Coin Upgrade PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF847C:04:020:Always have 200 Coin Upgrade PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF847C:08:020:Always have 300/400 Coin Upgrade PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF847C:10:020:Always have 400/300 Coin Upgrade PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF847C:20:020:Always have 500 Coin Upgrade PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF847C:80:020:Always have Earnt Upgrade PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF847C:01:021:Get 50 Coin Upgrade Now! PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF847C:02:021:Get 100 Coin Upgrade Now! PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF847C:04:021:Get 200 Coin Upgrade Now! PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF847C:08:021:Get 300/400 Coin Upgrade Now! PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF847C:10:021:Get 400/300 Coin Upgrade Now! PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF847C:20:021:Get 500 Coin Upgrade Now! PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF847C:80:021:Get Earnt Upgrade Now! PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF858A:09:000:Infinite Lives PL3 batcir:0:FF8537:80:000:Infinite Energy PL3 batcir:0:FF856B:80:500:Infinite Energy PL3 (2/2) batcir:0:FF858C:03:000:Invincibility PL3 batcir:0:FF85A8:27:000:Infinite Money PL3 batcir:0:FF85A9:0F:500:Infinite Money PL3 (2/2) batcir:0:FF85BE:05:000:Infinite Battle Download Units PL3 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir:0:FF85BC:01:020:Always have 50 Coin Upgrade PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF85BC:02:020:Always have 100 Coin Upgrade PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF85BC:04:020:Always have 200 Coin Upgrade PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF85BC:08:020:Always have 300/400 Coin Upgrade PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF85BC:10:020:Always have 400/300 Coin Upgrade PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF85BC:20:020:Always have 500 Coin Upgrade PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF85BC:80:020:Always have Earnt Upgrade PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF85BC:01:021:Get 50 Coin Upgrade Now! PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF85BC:02:021:Get 100 Coin Upgrade Now! PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF85BC:04:021:Get 200 Coin Upgrade Now! PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF85BC:08:021:Get 300/400 Coin Upgrade Now! PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF85BC:10:021:Get 400/300 Coin Upgrade Now! PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF85BC:20:021:Get 500 Coin Upgrade Now! PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF85BC:80:021:Get Earnt Upgrade Now! PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF86CA:09:000:Infinite Lives PL4 batcir:0:FF8677:80:000:Infinite Energy PL4 batcir:0:FF86AB:80:500:Infinite Energy PL4 (2/2) batcir:0:FF86CC:03:000:Invincibility PL4 batcir:0:FF86E8:27:000:Infinite Money PL4 batcir:0:FF86E9:0F:500:Infinite Money PL4 (2/2) batcir:0:FF86FE:05:000:Infinite Battle Download Units PL4 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir:0:FF86FC:01:020:Always have 50 Coin Upgrade PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF86FC:02:020:Always have 100 Coin Upgrade PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF86FC:04:020:Always have 200 Coin Upgrade PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF86FC:08:020:Always have 300/400 Coin Upgrade PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF86FC:10:020:Always have 400/300 Coin Upgrade PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF86FC:20:020:Always have 500 Coin Upgrade PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF86FC:80:020:Always have Earnt Upgrade PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF86FC:01:021:Get 50 Coin Upgrade Now! PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcir:0:FF86FC:02:021:Get 100 Coin Upgrade Now! PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcir:0:FF86FC:04:021:Get 200 Coin Upgrade Now! PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcir:0:FF86FC:08:021:Get 300/400 Coin Upgrade Now! PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcir:0:FF86FC:10:021:Get 400/300 Coin Upgrade Now! PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir:0:FF86FC:20:021:Get 500 Coin Upgrade Now! PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcir:0:FF86FC:80:021:Get Earnt Upgrade Now! PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:000000:00:999:[ These are the codes to set the machine region - the ] batcir:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] batcir:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] batcir:0:FF58C4:00:000:Region Switch = Japan batcir:0:FF58C4:01:000:Region Switch = USA batcir:0:FF58C4:02:000:Region Switch = Asia batcir:0:FF58C4:03:000:Region Switch = Hispanic batcir:0:FF58C4:04:000:Region Switch = Euro batcir:0:FF58C4:05:000:Region Switch = Brazil ; [ Battle Circuit (Asia 970319) ] batcira:0:FF5863:09:000:Infinite Credits batcira:0:FF5D57:5A:000:Infinite Time batcira:0:FF5950:0A:000:Infinite Time To Buy Upgrades batcira:0:FF5934:07:071:Select Starting Round:Enable on the Character Select screen batcira:0:FF5934:07:061:Select Next Round batcira:0:FF830A:09:000:Infinite Lives PL1 batcira:0:FF82B7:80:000:Infinite Energy PL1 batcira:0:FF82EB:80:500:Infinite Energy PL1 (2/2) batcira:0:FF830C:03:000:Invincibility PL1 batcira:0:FF8328:27:000:Infinite Money PL1 batcira:0:FF8329:0F:500:Infinite Money PL1 (2/2) batcira:0:FF833E:05:000:Infinite Battle Download Units PL1 batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcira:0:FF833C:01:020:Always have 50 Coin Upgrade PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF833C:02:020:Always have 100 Coin Upgrade PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF833C:04:020:Always have 200 Coin Upgrade PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF833C:08:020:Always have 300/400 Coin Upgrade PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF833C:10:020:Always have 400/300 Coin Upgrade PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF833C:20:020:Always have 500 Coin Upgrade PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF833C:80:020:Always have Earnt Upgrade PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:FF833C:01:021:Get 50 Coin Upgrade Now! PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF833C:02:021:Get 100 Coin Upgrade Now! PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF833C:04:021:Get 200 Coin Upgrade Now! PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF833C:08:021:Get 300/400 Coin Upgrade Now! PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF833C:10:021:Get 400/300 Coin Upgrade Now! PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF833C:20:021:Get 500 Coin Upgrade Now! PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF833C:80:021:Get Earnt Upgrade Now! PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:FF844A:09:000:Infinite Lives PL2 batcira:0:FF83F7:80:000:Infinite Energy PL2 batcira:0:FF842B:80:500:Infinite Energy PL2 (2/2) batcira:0:FF844C:03:000:Invincibility PL2 batcira:0:FF8468:27:000:Infinite Money PL2 batcira:0:FF8469:0F:500:Infinite Money PL2 (2/2) batcira:0:FF847E:05:000:Infinite Battle Download Units PL2 batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcira:0:FF847C:01:020:Always have 50 Coin Upgrade PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF847C:02:020:Always have 100 Coin Upgrade PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF847C:04:020:Always have 200 Coin Upgrade PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF847C:08:020:Always have 300/400 Coin Upgrade PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF847C:10:020:Always have 400/300 Coin Upgrade PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF847C:20:020:Always have 500 Coin Upgrade PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF847C:80:020:Always have Earnt Upgrade PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:FF847C:01:021:Get 50 Coin Upgrade Now! PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF847C:02:021:Get 100 Coin Upgrade Now! PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF847C:04:021:Get 200 Coin Upgrade Now! PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF847C:08:021:Get 300/400 Coin Upgrade Now! PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF847C:10:021:Get 400/300 Coin Upgrade Now! PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF847C:20:021:Get 500 Coin Upgrade Now! PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF847C:80:021:Get Earnt Upgrade Now! PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:FF858A:09:000:Infinite Lives PL3 batcira:0:FF8537:80:000:Infinite Energy PL3 batcira:0:FF856B:80:500:Infinite Energy PL3 (2/2) batcira:0:FF858C:03:000:Invincibility PL3 batcira:0:FF85A8:27:000:Infinite Money PL3 batcira:0:FF85A9:0F:500:Infinite Money PL3 (2/2) batcira:0:FF85BE:05:000:Infinite Battle Download Units PL3 batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcira:0:FF85BC:01:020:Always have 50 Coin Upgrade PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF85BC:02:020:Always have 100 Coin Upgrade PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF85BC:04:020:Always have 200 Coin Upgrade PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF85BC:08:020:Always have 300/400 Coin Upgrade PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF85BC:10:020:Always have 400/300 Coin Upgrade PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF85BC:20:020:Always have 500 Coin Upgrade PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF85BC:80:020:Always have Earnt Upgrade PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:FF85BC:01:021:Get 50 Coin Upgrade Now! PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF85BC:02:021:Get 100 Coin Upgrade Now! PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF85BC:04:021:Get 200 Coin Upgrade Now! PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF85BC:08:021:Get 300/400 Coin Upgrade Now! PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF85BC:10:021:Get 400/300 Coin Upgrade Now! PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF85BC:20:021:Get 500 Coin Upgrade Now! PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF85BC:80:021:Get Earnt Upgrade Now! PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:FF86CA:09:000:Infinite Lives PL4 batcira:0:FF8677:80:000:Infinite Energy PL4 batcira:0:FF86AB:80:500:Infinite Energy PL4 (2/2) batcira:0:FF86CC:03:000:Invincibility PL4 batcira:0:FF86E8:27:000:Infinite Money PL4 batcira:0:FF86E9:0F:500:Infinite Money PL4 (2/2) batcira:0:FF86FE:05:000:Infinite Battle Download Units PL4 batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcira:0:FF86FC:01:020:Always have 50 Coin Upgrade PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF86FC:02:020:Always have 100 Coin Upgrade PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF86FC:04:020:Always have 200 Coin Upgrade PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF86FC:08:020:Always have 300/400 Coin Upgrade PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF86FC:10:020:Always have 400/300 Coin Upgrade PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF86FC:20:020:Always have 500 Coin Upgrade PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF86FC:80:020:Always have Earnt Upgrade PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:FF86FC:01:021:Get 50 Coin Upgrade Now! PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcira:0:FF86FC:02:021:Get 100 Coin Upgrade Now! PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcira:0:FF86FC:04:021:Get 200 Coin Upgrade Now! PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcira:0:FF86FC:08:021:Get 300/400 Coin Upgrade Now! PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcira:0:FF86FC:10:021:Get 400/300 Coin Upgrade Now! PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcira:0:FF86FC:20:021:Get 500 Coin Upgrade Now! PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcira:0:FF86FC:80:021:Get Earnt Upgrade Now! PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcira:0:000000:00:999:[ These are the codes to set the machine region - the ] batcira:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] batcira:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] batcira:0:FF58C4:00:000:Region Switch = Japan batcira:0:FF58C4:01:000:Region Switch = USA batcira:0:FF58C4:02:000:Region Switch = Asia batcira:0:FF58C4:03:000:Region Switch = Hispanic batcira:0:FF58C4:04:000:Region Switch = Euro batcira:0:FF58C4:05:000:Region Switch = Brazil ; [ Battle Circuit (Japan 970319) ] batcirj:0:FF5863:09:000:Infinite Credits batcirj:0:FF5D57:5A:000:Infinite Time batcirj:0:FF5950:0A:000:Infinite Time To Buy Upgrades batcirj:0:FF5934:07:071:Select Starting Round:Enable on the Character Select screen batcirj:0:FF5934:07:061:Select Next Round batcirj:0:FF830A:09:000:Infinite Lives PL1 batcirj:0:FF82B7:80:000:Infinite Energy PL1 batcirj:0:FF82EB:80:500:Infinite Energy PL1 (2/2) batcirj:0:FF830C:03:000:Invincibility PL1 batcirj:0:FF8328:27:000:Infinite Money PL1 batcirj:0:FF8329:0F:500:Infinite Money PL1 (2/2) batcirj:0:FF833E:05:000:Infinite Battle Download Units PL1 batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcirj:0:FF833C:01:020:Always have 50 Coin Upgrade PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF833C:02:020:Always have 100 Coin Upgrade PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF833C:04:020:Always have 200 Coin Upgrade PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF833C:08:020:Always have 300/400 Coin Upgrade PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF833C:10:020:Always have 400/300 Coin Upgrade PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF833C:20:020:Always have 500 Coin Upgrade PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF833C:80:020:Always have Earnt Upgrade PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:FF833C:01:021:Get 50 Coin Upgrade Now! PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF833C:02:021:Get 100 Coin Upgrade Now! PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF833C:04:021:Get 200 Coin Upgrade Now! PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF833C:08:021:Get 300/400 Coin Upgrade Now! PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF833C:10:021:Get 400/300 Coin Upgrade Now! PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF833C:20:021:Get 500 Coin Upgrade Now! PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF833C:80:021:Get Earnt Upgrade Now! PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:FF844A:09:000:Infinite Lives PL2 batcirj:0:FF83F7:80:000:Infinite Energy PL2 batcirj:0:FF842B:80:500:Infinite Energy PL2 (2/2) batcirj:0:FF844C:03:000:Invincibility PL2 batcirj:0:FF8468:27:000:Infinite Money PL2 batcirj:0:FF8469:0F:500:Infinite Money PL2 (2/2) batcirj:0:FF847E:05:000:Infinite Battle Download Units PL2 batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcirj:0:FF847C:01:020:Always have 50 Coin Upgrade PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF847C:02:020:Always have 100 Coin Upgrade PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF847C:04:020:Always have 200 Coin Upgrade PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF847C:08:020:Always have 300/400 Coin Upgrade PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF847C:10:020:Always have 400/300 Coin Upgrade PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF847C:20:020:Always have 500 Coin Upgrade PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF847C:80:020:Always have Earnt Upgrade PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:FF847C:01:021:Get 50 Coin Upgrade Now! PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF847C:02:021:Get 100 Coin Upgrade Now! PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF847C:04:021:Get 200 Coin Upgrade Now! PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF847C:08:021:Get 300/400 Coin Upgrade Now! PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF847C:10:021:Get 400/300 Coin Upgrade Now! PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF847C:20:021:Get 500 Coin Upgrade Now! PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF847C:80:021:Get Earnt Upgrade Now! PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:FF858A:09:000:Infinite Lives PL3 batcirj:0:FF8537:80:000:Infinite Energy PL3 batcirj:0:FF856B:80:500:Infinite Energy PL3 (2/2) batcirj:0:FF858C:03:000:Invincibility PL3 batcirj:0:FF85A8:27:000:Infinite Money PL3 batcirj:0:FF85A9:0F:500:Infinite Money PL3 (2/2) batcirj:0:FF85BE:05:000:Infinite Battle Download Units PL3 batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcirj:0:FF85BC:01:020:Always have 50 Coin Upgrade PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF85BC:02:020:Always have 100 Coin Upgrade PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF85BC:04:020:Always have 200 Coin Upgrade PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF85BC:08:020:Always have 300/400 Coin Upgrade PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF85BC:10:020:Always have 400/300 Coin Upgrade PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF85BC:20:020:Always have 500 Coin Upgrade PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF85BC:80:020:Always have Earnt Upgrade PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:FF85BC:01:021:Get 50 Coin Upgrade Now! PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF85BC:02:021:Get 100 Coin Upgrade Now! PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF85BC:04:021:Get 200 Coin Upgrade Now! PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF85BC:08:021:Get 300/400 Coin Upgrade Now! PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF85BC:10:021:Get 400/300 Coin Upgrade Now! PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF85BC:20:021:Get 500 Coin Upgrade Now! PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF85BC:80:021:Get Earnt Upgrade Now! PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:FF86CA:09:000:Infinite Lives PL4 batcirj:0:FF8677:80:000:Infinite Energy PL4 batcirj:0:FF86AB:80:500:Infinite Energy PL4 (2/2) batcirj:0:FF86CC:03:000:Invincibility PL4 batcirj:0:FF86E8:27:000:Infinite Money PL4 batcirj:0:FF86E9:0F:500:Infinite Money PL4 (2/2) batcirj:0:FF86FE:05:000:Infinite Battle Download Units PL4 batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcirj:0:FF86FC:01:020:Always have 50 Coin Upgrade PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF86FC:02:020:Always have 100 Coin Upgrade PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF86FC:04:020:Always have 200 Coin Upgrade PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF86FC:08:020:Always have 300/400 Coin Upgrade PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF86FC:10:020:Always have 400/300 Coin Upgrade PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF86FC:20:020:Always have 500 Coin Upgrade PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF86FC:80:020:Always have Earnt Upgrade PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:FF86FC:01:021:Get 50 Coin Upgrade Now! PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind" batcirj:0:FF86FC:02:021:Get 100 Coin Upgrade Now! PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream" batcirj:0:FF86FC:04:021:Get 200 Coin Upgrade Now! PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush" batcirj:0:FF86FC:08:021:Get 300/400 Coin Upgrade Now! PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1" batcirj:0:FF86FC:10:021:Get 400/300 Coin Upgrade Now! PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcirj:0:FF86FC:20:021:Get 500 Coin Upgrade Now! PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm" batcirj:0:FF86FC:80:021:Get Earnt Upgrade Now! PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcirj:0:000000:00:999:[ These are the codes to set the machine region - the ] batcirj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] batcirj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] batcirj:0:FF58C4:00:000:Region Switch = Japan batcirj:0:FF58C4:01:000:Region Switch = USA batcirj:0:FF58C4:02:000:Region Switch = Asia batcirj:0:FF58C4:03:000:Region Switch = Hispanic batcirj:0:FF58C4:04:000:Region Switch = Euro batcirj:0:FF58C4:05:000:Region Switch = Brazil ; [ Battle Balls (Asia) ] batlbala:0:0000:00:999:[ There are no cheats ]:REASON 1 batlbala:0:0000:00:999:[ for this game as it ]:REASON 1 batlbala:0:0000:00:999:[ didn't work the last ]:REASON 1 batlbala:0:0000:00:999:[ time it was tested. ]:REASON 1 batlbala:0:0000:00:999:[ If the game now works ]:REASON 1 batlbala:0:0000:00:999:[ please request cheats ]:REASON 1 batlbala:0:0000:00:999:[ for it on the cheat ]:REASON 1 batlbala:0:0000:00:999:[ forums. ]:REASON 1 ; [ Battle Balls (Germany) ] batlball:0:0000:00:999:[ There are no cheats ]:REASON 1 batlball:0:0000:00:999:[ for this game as it ]:REASON 1 batlball:0:0000:00:999:[ didn't work the last ]:REASON 1 batlball:0:0000:00:999:[ time it was tested. ]:REASON 1 batlball:0:0000:00:999:[ If the game now works ]:REASON 1 batlball:0:0000:00:999:[ please request cheats ]:REASON 1 batlball:0:0000:00:999:[ for it on the cheat ]:REASON 1 batlball:0:0000:00:999:[ forums. ]:REASON 1 ; [ Batman ] batman:0:104CED:64:000:Infinite Time batman:0:103BEB:0D:000:Infinite Lives batman:0:103BEC:06:000:Infinite Energy batman:0:103BEE:63:000:Infinite Ammo:Get a weapon first batman:0:103BED:02:000:Always have No weapon batman:0:103BED:00:000:Always have Batarang batman:0:103BED:01:000:Always have Bat Rope batman:0:103BED:04:000:Always have Gas Grenades batman:0:103BED:02:001:Lose all weapons Now! batman:0:103BED:00:001:Get Batarang Now! batman:0:103BED:01:001:Get Bat Rope Now! batman:0:103BED:04:001:Get Gas Grenades Now! ; [ Batman Part 2 ] batman2:0:4290:09:000:Infinite Lives batman2:0:42A6:DD:000:Never have shields batman2:0:42A6:00:003:Shield Always Ready batman2:0:42C0:84:000:Infinite Shields batman2:0:0EEA:C9:100:Invincibility ; [ Batman Forever (JUE 960507 V1.000) ] batmanfr:0:0000:00:999:[ There are no cheats ]:REASON 1 batmanfr:0:0000:00:999:[ for this game as it ]:REASON 1 batmanfr:0:0000:00:999:[ didn't work the last ]:REASON 1 batmanfr:0:0000:00:999:[ time it was tested. ]:REASON 1 batmanfr:0:0000:00:999:[ If the game now works ]:REASON 1 batmanfr:0:0000:00:999:[ please request cheats ]:REASON 1 batmanfr:0:0000:00:999:[ for it on the cheat ]:REASON 1 batmanfr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Armed Police Batrider (Japan, version B) ] batrider:0:20FD4C:FF:001:Enable Guest Characters:Enable "Kingdom Grand Prix"/"Shippu Mahou Daisakusen" and "Battle Garegga" characters, Same as "Up,Up,Down,Down,Left,Right,A,B" after inserting credits. batrider:0:20FD4C:00:001:Disable Guest Characters batrider:0:20FD4D:FF:001:Enable Player Select batrider:0:20FD4D:00:001:Disable Player Select batrider:0:20FD42:FF:001:Enable Special Course:Check www.vsa-ag.ch/r8zing/Batrider/secrets.htm for full infos about these "hidden features" and the other secrets of the game batrider:0:20FD42:00:001:Disable Special Course batrider:0:000000:00:999:[See the Dip Switch Menu to ] batrider:0:000000:00:999:[enable an alternate ] batrider:0:000000:00:999:[Invincibility cheat. ] batrider:0:204174:04:000:Infinite Bombs PL1 batrider:0:204175:28:500:Infinite Bombs PL1 (2/2) batrider:0:204177:02:000:Invincibility PL1 batrider:0:204172:03:000:Maximum Front Fire Power PL1 batrider:0:204166:02:000:Maximum Option Fire Power PL1:Get an option first batrider:0:2042E6:04:000:Infinite Bombs PL2 batrider:0:2042E7:28:500:Infinite Bombs PL2 (2/2) batrider:0:2042E9:02:000:Invincibility PL2 batrider:0:2042E4:03:000:Maximum Front Fire Power PL2 batrider:0:2042D8:02:000:Maximum Option Fire Power PL2:Get an option first ; [ Armed Police Batrider (Japan, version A) ] batridra:0:20FD4C:FF:001:Enable Guest Characters:Enable "Kingdom Grand Prix"/"Shippu Mahou Daisakusen" and "Battle Garegga" characters, Same as "Up,Up,Down,Down,Left,Right,A,B" after inserting credits. batridra:0:20FD4C:00:001:Disable Guest Characters batridra:0:20FD4D:FF:001:Enable Player Select batridra:0:20FD4D:00:001:Disable Player Select batridra:0:20FD42:FF:001:Enable Special Course:Check www.vsa-ag.ch/r8zing/batridra/secrets.htm for full infos about these "hidden features" and the other secrets of the game batridra:0:20FD42:00:001:Disable Special Course batridra:0:000000:00:999:[See the Dip Switch Menu to ] batridra:0:000000:00:999:[enable an alternate ] batridra:0:000000:00:999:[Invincibility cheat. ] batridra:0:204174:04:000:Infinite Bombs PL1 batridra:0:204175:28:500:Infinite Bombs PL1 (2/2) batridra:0:204177:02:000:Invincibility PL1 batridra:0:204172:03:000:Maximum Front Fire Power PL1 batridra:0:204166:02:000:Maximum Option Fire Power PL1:Get an option first batridra:0:2042E6:04:000:Infinite Bombs PL2 batridra:0:2042E7:28:500:Infinite Bombs PL2 (2/2) batridra:0:2042E9:02:000:Invincibility PL2 batridra:0:2042E4:03:000:Maximum Front Fire Power PL2 batridra:0:2042D8:02:000:Maximum Option Fire Power PL2:Get an option first ; [ Armed Police Batrider (Korea, version B) ] batridrk:0:20FD4C:FF:001:Enable Guest Characters:Enable "Kingdom Grand Prix"/"Shippu Mahou Daisakusen" and "Battle Garegga" characters, Same as "Up,Up,Down,Down,Left,Right,A,B" after inserting credits. batridrk:0:20FD4C:00:001:Disable Guest Characters batridrk:0:20FD4D:FF:001:Enable Player Select batridrk:0:20FD4D:00:001:Disable Player Select batridrk:0:20FD42:FF:001:Enable Special Course:Check www.vsa-ag.ch/r8zing/batridrk/secrets.htm for full infos about these "hidden features" and the other secrets of the game batridrk:0:20FD42:00:001:Disable Special Course batridrk:0:000000:00:999:[See the Dip Switch Menu to ] batridrk:0:000000:00:999:[enable an alternate ] batridrk:0:000000:00:999:[Invincibility cheat. ] batridrk:0:204174:04:000:Infinite Bombs PL1 batridrk:0:204175:28:500:Infinite Bombs PL1 (2/2) batridrk:0:204177:02:000:Invincibility PL1 batridrk:0:204172:03:000:Maximum Front Fire Power PL1 batridrk:0:204166:02:000:Maximum Option Fire Power PL1:Get an option first batridrk:0:2042E6:04:000:Infinite Bombs PL2 batridrk:0:2042E7:28:500:Infinite Bombs PL2 (2/2) batridrk:0:2042E9:02:000:Invincibility PL2 batridrk:0:2042E4:03:000:Maximum Front Fire Power PL2 batridrk:0:2042D8:02:000:Maximum Option Fire Power PL2:Get an option first ; [ Batsugun (set 2) ] batsugna:0:10139B:09:000:Infinite Lives PL1 batsugna:0:101415:07:000:Infinite Bombs PL1 batsugna:0:10141E:01:000:Invincibility PL1 batsugna:0:000000:00:999:[See the Dip Switch Menu to ] batsugna:0:000000:00:999:[enable an alternate ] batsugna:0:000000:00:999:[Invincibility PL1 cheat. ] batsugna:0:000000:00:999:[But the cheat is better as ] batsugna:0:000000:00:999:[the dipswitch causes a game] batsugna:0:000000:00:999:[crash when PL2 is selected.] batsugna:0:101411:02:000:Always have Max Weapon PL1 batsugna:0:101413:04:000:Always have Max Shot PowerPL1 batsugna:0:101411:02:001:Get Max Weapon Now! PL1 batsugna:0:101413:04:001:Get Max Shot Power Now! PL1 batsugna:0:1013E7:09:000:Next 'P' always=10000 pts PL1:Get maximum fire power batsugna:0:1013E7:09:001:Next 'P' = 10000 pts Now! PL1:Get maximum fire power batsugna:0:101416:03:001:Up fire level Now! PL1 batsugna:0:101417:00:501:Up fire level Now! PL1 (2/2) batsugna:0:10139D:09:000:Infinite Lives PL2 batsugna:0:101455:07:000:Infinite Bombs PL2 batsugna:0:10145E:01:000:Invincibility PL2 batsugna:0:101451:02:000:Always have Max Weapon PL2 batsugna:0:101453:04:000:Always have Max Shot PowerPL2 batsugna:0:101451:02:001:Get Max Weapon Now! PL2 batsugna:0:101453:04:001:Get Max Shot Power Now! PL2 batsugna:0:1013EB:09:000:Next 'P' always=10000 pts PL2:Get maximum fire power batsugna:0:1013EB:09:001:Next 'P' = 10000 pts Now! PL2:Get maximum fire power batsugna:0:101456:03:001:Up fire level Now! PL2 batsugna:0:101457:00:501:Up fire level Now! PL2 (2/2) ; [ Batsugun (set 1) ] batsugun:0:10139B:09:000:Infinite Lives PL1 batsugun:0:101415:07:000:Infinite Bombs PL1 batsugun:0:10141E:01:000:Invincibility PL1 batsugun:0:000000:00:999:[See the Dip Switch Menu to ] batsugun:0:000000:00:999:[enable an alternate ] batsugun:0:000000:00:999:[Invincibility PL1 cheat. ] batsugun:0:000000:00:999:[But the cheat is better as ] batsugun:0:000000:00:999:[the dipswitch causes a game] batsugun:0:000000:00:999:[crash when PL2 is selected.] batsugun:0:101411:02:000:Always have Max Weapon PL1 batsugun:0:101413:04:000:Always have Max Shot PowerPL1 batsugun:0:101411:02:001:Get Max Weapon Now! PL1 batsugun:0:101413:04:001:Get Max Shot Power Now! PL1 batsugun:0:1013E7:09:000:Next 'P' always=10000 pts PL1:Get maximum fire power batsugun:0:1013E7:09:001:Next 'P' = 10000 pts Now! PL1:Get maximum fire power batsugun:0:101416:03:001:Up fire level Now! PL1 batsugun:0:101417:00:501:Up fire level Now! PL1 (2/2) batsugun:0:10139D:09:000:Infinite Lives PL2 batsugun:0:101455:07:000:Infinite Bombs PL2 batsugun:0:10145E:01:000:Invincibility PL2 batsugun:0:101451:02:000:Always have Max Weapon PL2 batsugun:0:101453:04:000:Always have Max Shot PowerPL2 batsugun:0:101451:02:001:Get Max Weapon Now! PL2 batsugun:0:101453:04:001:Get Max Shot Power Now! PL2 batsugun:0:1013EB:09:000:Next 'P' always=10000 pts PL2:Get maximum fire power batsugun:0:1013EB:09:001:Next 'P' = 10000 pts Now! PL2:Get maximum fire power batsugun:0:101456:03:001:Up fire level Now! PL2 batsugun:0:101457:00:501:Up fire level Now! PL2 (2/2) ; [ Battle Lane! Vol. 5 (set 2) ] battlan2:1:4CA4:39:100:Invincibility battlan2:1:415E:39:600:Invincibility (2/3):Parts 1 + 2 for sprite to sprite collisons, part 3 for sprite to background battlan2:1:48FE:20:600:Invincibility (3/3) battlan2:0:0078:99:000:Infinite Missiles :battlan2:00000000:0636:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen battlan2:0:0CDA:03:000:Infinite Lives PL1 battlan2:0:0CE9:03:000:Infinite Lives PL2 ;Bypass the End Level Door Bug has been fixed now, so this cheat is commented out ;battlan2:0:654C:00:100:Bypass the End Level Door Bug:This will bypass the bug with the driver in post 0.76 MAMEs where you can't complete the levels as the Missiles pass straight through the End Doors rather than blowing holes in them. This is a quick fix, but it's NOT a permeanent solution. ;battlan2:0:654E:20:600:Bypass the End Level Door Bug (2/2) ; [ Battle Lane! Vol. 5 (set 3) ] battlan3:1:4CA4:39:100:Invincibility battlan3:1:415E:39:600:Invincibility (2/3):Parts 1 + 2 for sprite to sprite collisons, part 3 for sprite to background battlan3:1:48FE:20:600:Invincibility (3/3) battlan3:0:0078:99:000:Infinite Missiles :battlan3:00000000:0636:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen battlan3:0:0CDA:03:000:Infinite Lives PL1 battlan3:0:0CE9:03:000:Infinite Lives PL2 ;Bypass the End Level Door Bug has been fixed now, so this cheat is commented out ;battlan3:0:654D:00:100:Bypass the End Level Door Bug:This will bypass the bug with the driver in post 0.76 MAMEs where you can't complete the levels as the Missiles pass straight through the End Doors rather than blowing holes in them. This is a quick fix, but it's NOT a permeanent solution. ;battlan3:0:654F:20:600:Bypass the End Level Door Bug (2/2) ; [ Battle Lane! Vol. 5 (set 1) ] battlane:1:4CA4:39:100:Invincibility battlane:1:415E:39:600:Invincibility (2/3):Parts 1 + 2 for sprite to sprite collisons, part 3 for sprite to background battlane:1:48FE:20:600:Invincibility (3/3) battlane:0:0078:99:000:Infinite Missiles :battlane:00000000:0636:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen battlane:0:0CDA:03:000:Infinite Lives PL1 battlane:0:0CE9:03:000:Infinite Lives PL2 ;Bypass the End Level Door Bug has been fixed now, so this cheat is commented out ;battlane:0:654D:00:100:Bypass the End Level Door Bug:This will bypass the bug with the driver in post 0.76 MAMEs where you can't complete the levels as the Missiles pass straight through the End Doors rather than blowing holes in them. This is a quick fix, but it's NOT a permeanent solution. ;battlane:0:654F:20:600:Bypass the End Level Door Bug (2/2) ; [ Battlecry ] battlcry:0:40A9:63:000:Infinite Credits battlcry:0:4091:FF:000:Infinite Time battlcry:0:4A9D:01:001:1 Hit to Kill Boss Now! battlcry:0:432D:00:000:Start on Stage 1:Don't forget to turn it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:00:500:Start on Stage 1 (2/2) battlcry:0:432D:01:000:Start on Stage 2:Don't forget to turn it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:01:500:Start on Stage 2 (2/2) battlcry:0:432D:02:000:Start on Stage 3:Don't forget to turn it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:02:500:Start on Stage 3 (2/2) battlcry:0:432D:03:000:Start on Stage 4:Don't forget to turn it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:03:500:Start on Stage 4 (2/2) battlcry:0:432D:04:000:Start on Stage 5:Don't forget to turn it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:04:500:Start on Stage 5 (2/2) battlcry:0:432D:05:000:Start on Stage 6:Don't forget to turn it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:05:500:Start on Stage 6 (2/2) battlcry:0:47DF:06:000:Infinite Lives PL1 battlcry:0:4769:FF:000:Infinite Energy PL1 :battlcry:00100000:47F0:00000000:FFFFFFFF:Invincibility PL1 :battlcry:00110000:47F2:00000000:FFFFFFFF:Invincibility PL1 (2/4) :battlcry:00110000:47F4:00000000:FFFFFFFF:Invincibility PL1 (3/4) :battlcry:00110000:47F6:00000000:FFFFFFFF:Invincibility PL1 (4/4) battlcry:0:4979:06:000:Infinite Lives PL2 battlcry:0:4903:FF:000:Infinite Energy PL2 :battlcry:00100000:4989:00000000:FFFFFFFF:Invincibility PL2 :battlcry:00110000:498B:00000000:FFFFFFFF:Invincibility PL2 (2/4) :battlcry:00110000:498D:00000000:FFFFFFFF:Invincibility PL2 (3/4) :battlcry:00110000:498F:00000000:FFFFFFFF:Invincibility PL2 (4/4) ; [ Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1996) ] battleg:0:10A6A7:FF:000:Hidden Planes "ON" battleg:0:10A6A7:00:000:Hidden Planes "OFF" battleg:0:109CB8:24:000:Always 10000pts BONUS battleg:0:10C9D3:00:998:Watch Game Rank battleg:0:10C9D3:E9:000:Always have Easy Rank battleg:0:10C9D4:D1:500:Always have Easy Rank (2/3) battleg:0:10C9D5:06:500:Always have Easy Rank (3/3) battleg:0:101687:05:000:Infinite Lives PL1 battleg:0:101683:04:000:Infinite Bombs PL1 battleg:0:101685:28:500:Infinite Bombs PL1 (2/2) battleg:0:101689:02:000:Invincibility PL1 battleg:0:101681:04:000:Maximum Fire Power PL1 battleg:0:10177F:05:000:Infinite Lives PL2 battleg:0:10177B:04:000:Infinite Bombs PL2 battleg:0:10177D:28:500:Infinite Bombs PL2 (2/2) battleg:0:101781:02:000:Invincibility PL2 battleg:0:101779:04:000:Maximum Fire Power PL2 ; [ Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb 3 1996) ] battlega:0:10A6A7:FF:000:Hidden Planes "ON" battlega:0:10A6A7:00:000:Hidden Planes "OFF" battlega:0:109CB8:24:000:Always 10000pts BONUS battlega:0:10C9D3:00:998:Watch Game Rank battlega:0:10C9D3:E9:000:Always have Easy Rank battlega:0:10C9D4:D1:500:Always have Easy Rank (2/3) battlega:0:10C9D5:06:500:Always have Easy Rank (3/3) battlega:0:101686:05:000:Infinite Lives PL1 battlega:0:101682:04:000:Infinite Bombs PL1 battlega:0:101684:28:500:Infinite Bombs PL1 (2/2) battlega:0:101688:02:000:Invincibility PL1 battlega:0:101680:04:000:Maximum Fire Power PL1 battlega:0:10177E:05:000:Infinite Lives PL2 battlega:0:10177A:04:000:Infinite Bombs PL2 battlega:0:10177C:28:500:Infinite Bombs PL2 (2/2) battlega:0:101780:02:000:Invincibility PL2 battlega:0:101778:04:000:Maximum Fire Power PL2 ; [ Battle Garegga (Austria / Hong Kong) (Sat Mar 2 1996) ] battlegb:0:10A6A7:FF:000:Hidden Planes "ON" battlegb:0:10A6A7:00:000:Hidden Planes "OFF" battlegb:0:109CB8:24:000:Always 10000pts BONUS battlegb:0:10C9D3:00:998:Watch Game Rank battlegb:0:10C9D3:E9:000:Always have Easy Rank battlegb:0:10C9D4:D1:500:Always have Easy Rank (2/3) battlegb:0:10C9D5:06:500:Always have Easy Rank (3/3) battlegb:0:101687:05:000:Infinite Lives PL1 battlegb:0:101683:04:000:Infinite Bombs PL1 battlegb:0:101685:28:500:Infinite Bombs PL1 (2/2) battlegb:0:101689:02:000:Invincibility PL1 battlegb:0:101681:04:000:Maximum Fire Power PL1 battlegb:0:10177F:05:000:Infinite Lives PL2 battlegb:0:10177B:04:000:Infinite Bombs PL2 battlegb:0:10177D:28:500:Infinite Bombs PL2 (2/2) battlegb:0:101781:02:000:Invincibility PL2 battlegb:0:101779:04:000:Maximum Fire Power PL2 ; [ Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996) ] battlegc:0:10A6A7:FF:000:Hidden Planes "ON" battlegc:0:10A6A7:00:000:Hidden Planes "OFF" battlegc:0:109CB8:24:000:Always 10000pts BONUS battlegc:0:10C9D3:00:998:Watch Game Rank battlegc:0:10C9D3:E9:000:Always have Easy Rank battlegc:0:10C9D4:D1:500:Always have Easy Rank (2/3) battlegc:0:10C9D5:06:500:Always have Easy Rank (3/3) battlegc:0:101686:05:000:Infinite Lives PL1 battlegc:0:101682:04:000:Infinite Bombs PL1 battlegc:0:101684:28:500:Infinite Bombs PL1 (2/2) battlegc:0:101688:02:000:Invincibility PL1 battlegc:0:101778:04:000:Maximum Fire Power PL2 battlegc:0:10177E:05:000:Infinite Lives PL2 battlegc:0:10177A:04:000:Infinite Bombs PL2 battlegc:0:10177C:28:500:Infinite Bombs PL2 (2/2) battlegc:0:101780:02:000:Invincibility PL2 battlegc:0:101680:04:000:Maximum Fire Power PL1 ; [ Battle Rangers (World) ] battlera:0:1F0009:99:000:Infinite Credits battlera:0:1F0024:99:000:Infinite Time battlera:0:1F0805:03:000:Infinite Energy PL1 :battlera:00000000:1F0820:00000080:00000080:Invincibility PL1 :battlera:00010000:1F0825:00000010:FFFFFFFF:Invincibility PL1 (2/2) battlera:0:1F081A:99:000:Infinite Grenade PL1 battlera:0:1F0819:99:000:Infinite Ammo PL1 :battlera:00000000:1F0200:00000000:00000010:Rapid Fire PL1 battlera:0:1F0817:00:000:Always Normal gun as Weapon-1 PL1 battlera:0:1F0817:01:000:Always Bazooka as Weapon-1 PL1 battlera:0:1F0817:02:000:Always Shot Gun as Weapon-1 PL1 battlera:0:1F0818:03:000:Always Grenade as Weapon-2 PL1 battlera:0:1F0818:04:000:Always Flamethrower as Weapon-2 PL1 battlera:0:1F0818:05:000:Always FlushGrenade as Weapon-2 PL1 battlera:0:1F0817:00:001:Get Normal gun as Weapon-1 Now!PL1 battlera:0:1F0817:01:001:Get Bazooka as Weapon-1 Now! PL1 battlera:0:1F0817:02:001:Get Shot Gun as Weapon-1 Now! PL1 battlera:0:1F0818:03:001:Get Grenade as Weapon-2 Now! PL1 battlera:0:1F0818:04:001:Get Flamethrower as Weapon-2Now!PL1 battlera:0:1F0818:05:001:Get FlushGrenade as Weapon-2Now!PL1 battlera:0:1F084D:03:000:Infinite Energy PL2 :battlera:00000000:1F0868:00000080:00000080:Invincibility PL2 :battlera:00010000:1F086D:00000010:FFFFFFFF:Invincibility PL2 (2/2) battlera:0:1F0862:99:000:Infinite Grenade PL2 battlera:0:1F0861:99:000:Infinite Ammo PL2 :battlera:00000000:1F0204:00000000:00000010:Rapid Fire PL2 battlera:0:1F085F:00:000:Always Normal gun as Weapon-1 PL2 battlera:0:1F085F:01:000:Always Bazooka as Weapon-1 PL2 battlera:0:1F085F:02:000:Always Shot Gun as Weapon-1 PL2 battlera:0:1F0860:03:000:Always Grenade as Weapon-2 PL2 battlera:0:1F0860:04:000:Always Flamethrower as Weapon-2 PL2 battlera:0:1F0860:05:000:Always FlushGrenade as Weapon-2 PL2 battlera:0:1F085F:00:001:Get Normal gun as Weapon-1 Now!PL2 battlera:0:1F085F:01:001:Get Bazooka as Weapon-1 Now! PL2 battlera:0:1F085F:02:001:Get Shot Gun as Weapon-1 Now! PL2 battlera:0:1F0860:03:001:Get Grenade as Weapon-2 Now! PL2 battlera:0:1F0860:04:001:Get Flamethrower as Weapon-2Now!PL2 battlera:0:1F0860:05:001:Get FlushGrenade as Weapon-2Now!PL2 ; [ Battles ] battles:0:8183:09:000:Infinite Lives :battles:20800000:1503:000000C9:FFFFFFFF:Invincibility :battles:00000000:8033:00000001:FFFFFFFF:Rapid Fire - Zapper ; [ Battle Cross ] :battlex:20800000:129E:00000018:FFFFFFFF:Invincibility :battlex:20810000:24E1:00000000:FFFFFFFF:Invincibility (2/4):1st = Object, 2nd = Laser Ship (Scene 4) :battlex:20810000:2DBF:00000018:FFFFFFFF:Invincibility (3/4):Asteroid (Scene 2) :battlex:20810000:2F86:00000018:FFFFFFFF:Invincibility (4/4):Planet (Scene 3) :battlex:00000000:A0A0:00000000:FFFFFFFF:Rapid Fire battlex:0:A002:05:000:Infinite Lives PL1 battlex:0:A003:05:000:Infinite Lives PL2 ; [ Battlantis (Japan) ] battlntj:0:1082:63:000:Infinite Credits :battlntj:60000000:0000:00000000:00000000:[ Stage 1 - Stage 16 = 1st Loop ] :battlntj:60000000:0000:00000000:00000000:[ Stage 17 - Stage 32 = 2nd Loop ] :battlntj:00001301:109B:0000001F:FFFFFFFF:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit battlntj:0:10A4:00:000:Infinite Continues battlntj:0:1090:FF:000:Infinite Lives :battlntj:20800000:A304:00000039:FFFFFFFF:Invincibility :battlntj:20810000:A36E:00000020:FFFFFFFF:Invincibility (2/4):1st = Fire, 2nd = Alien (Final Boss) :battlntj:20810000:A38E:00000020:FFFFFFFF:Invincibility (3/4):Frog's Tongue :battlntj:20A10000:D1FE:0016FE78:FFFFFFFF:Invincibility (4/4):Enemy :battlntj:00000000:1410:000000F0:FFFFFFFF:Fast Shoot :battlntj:00010000:1430:000000F0:FFFFFFFF:Fast Shoot (2/4) :battlntj:00010000:1450:000000F0:FFFFFFFF:Fast Shoot (3/4) :battlntj:00010000:1470:000000F0:FFFFFFFF:Fast Shoot (4/4) :battlntj:00000000:1033:00000000:00000010:Rapid Fire battlntj:0:13B9:0C:000:Infinite Item Time battlntj:0:0000:00:999:[Enable Infinite Item Time ] battlntj:0:0000:00:999:[before using these codes. ] battlntj:0:1399:00:000:Never any special item battlntj:0:1399:02:000:Always have Machine Gun battlntj:0:1399:03:000:Always have Harpoon battlntj:0:1399:06:000:Always have Invisibility battlntj:0:1399:07:000:Always have Bombs battlntj:0:1399:08:000:Always have Side Shot battlntj:0:1399:00:001:Lose any special item Now! battlntj:0:1399:02:001:Get Machine Gun Now! battlntj:0:1399:03:001:Get Harpoon Now! battlntj:0:1399:06:001:Get Invisibility Now! battlntj:0:1399:07:001:Get Bombs Now! battlntj:0:1399:08:001:Get Side Shot Now! battlntj:0:1B05:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Battlantis ] battlnts:0:1082:63:000:Infinite Credits :battlnts:60000000:0000:00000000:00000000:[ Stage 1 - Stage 16 = 1st Loop ] :battlnts:60000000:0000:00000000:00000000:[ Stage 17 - Stage 32 = 2nd Loop ] :battlnts:00001301:109B:0000001F:FFFFFFFF:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit battlnts:0:10A4:00:000:Infinite Continues battlnts:0:1090:FF:000:Infinite Lives :battlnts:20800000:A2A8:00000039:FFFFFFFF:Invincibility :battlnts:20810000:A312:00000020:FFFFFFFF:Invincibility (2/4):1st = Fire, 2nd = Alien (Final Boss) :battlnts:20810000:A332:00000020:FFFFFFFF:Invincibility (3/4):Frog's Tongue :battlnts:20A10000:D1A2:0016FE78:FFFFFFFF:Invincibility (4/4):Enemy :battlnts:00000000:1410:000000F0:FFFFFFFF:Fast Shoot :battlnts:00010000:1430:000000F0:FFFFFFFF:Fast Shoot (2/4) :battlnts:00010000:1450:000000F0:FFFFFFFF:Fast Shoot (3/4) :battlnts:00010000:1470:000000F0:FFFFFFFF:Fast Shoot (4/4) :battlnts:00000000:1033:00000000:00000010:Rapid Fire battlnts:0:13B9:0C:000:Infinite Item Time battlnts:0:0000:00:999:[Enable Infinite Item Time ] battlnts:0:0000:00:999:[before using these codes. ] battlnts:0:1399:00:000:Never any special item battlnts:0:1399:02:000:Always have Machine Gun battlnts:0:1399:03:000:Always have Harpoon battlnts:0:1399:06:000:Always have Invisibility battlnts:0:1399:07:000:Always have Bombs battlnts:0:1399:08:000:Always have Side Shot battlnts:0:1399:00:001:Lose any special item Now! battlnts:0:1399:02:001:Get Machine Gun Now! battlnts:0:1399:03:001:Get Harpoon Now! battlnts:0:1399:06:001:Get Invisibility Now! battlnts:0:1399:07:001:Get Bombs Now! battlnts:0:1399:08:001:Get Side Shot Now! battlnts:0:1B05:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Battle-Road, The ] battroad:0:E305:60:000:Infinite Fuel battroad:0:ED11:40:020:Invincibility 'ON' battroad:0:ED11:40:041:Invincibility 'OFF' battroad:0:0000:00:999:[See the Dip Switch Menu to ] battroad:0:0000:00:999:[enable an alternate ] battroad:0:0000:00:999:[Invincibility cheat. ] ; [ Batsugun (Special Ver.) ] batugnsp:0:10139B:09:000:Infinite Lives PL1 batugnsp:0:101415:07:000:Infinite Bombs PL1 batugnsp:0:10141E:01:000:Invincibility PL1 batugnsp:0:000000:00:999:[See the Dip Switch Menu to ] batugnsp:0:000000:00:999:[enable an alternate ] batugnsp:0:000000:00:999:[Invincibility PL1 cheat. ] batugnsp:0:000000:00:999:[But the cheat is better as ] batugnsp:0:000000:00:999:[the dipswitch causes a game] batugnsp:0:000000:00:999:[crash when PL2 is selected.] batugnsp:0:101411:02:000:Always have Max Weapon PL1 batugnsp:0:101413:04:000:Always have Max Shot PowerPL1 batugnsp:0:101411:02:001:Get Max Weapon Now! PL1 batugnsp:0:101413:04:001:Get Max Shot Power Now! PL1 batugnsp:0:1013E7:09:000:Next 'P' always=10000 pts PL1:Get maximum fire power batugnsp:0:1013E7:09:001:Next 'P' = 10000 pts Now! PL1:Get maximum fire power batugnsp:0:101416:03:001:Up fire level Now! PL1 batugnsp:0:101417:00:501:Up fire level Now! PL1 (2/2) batugnsp:0:10139D:09:000:Infinite Lives PL2 batugnsp:0:101455:07:000:Infinite Bombs PL2 batugnsp:0:10145E:01:000:Invincibility PL2 batugnsp:0:101451:02:000:Always have Max Weapon PL2 batugnsp:0:101453:04:000:Always have Max Shot PowerPL2 batugnsp:0:101451:02:001:Get Max Weapon Now! PL2 batugnsp:0:101453:04:001:Get Max Shot Power Now! PL2 batugnsp:0:1013EB:09:000:Next 'P' always=10000 pts PL2:Get maximum fire power batugnsp:0:1013EB:09:001:Next 'P' = 10000 pts Now! PL2:Get maximum fire power batugnsp:0:101456:03:001:Up fire level Now! PL2 batugnsp:0:101457:00:501:Up fire level Now! PL2 (2/2) ; [ Battle Wings (alt) ] batwings:0:0019:99:000:Infinite Credits :batwings:00001301:07B4:0000002C:FFFFFFFF:Select Starting Stage:Set on displayed "Push 1 (or 2) Player(s) Button" message screen. DON'T SET ON THE TITLE SCREEN ! batwings:0:0084:0A:000:Infinite Lives :batwings:20800000:D722:00000039:FFFFFFFF:Invincibility :batwings:21810000:A078:00000020:FFFFFFFF:Invincibility (2/2):1st = Scenery (CPU 1), 2nd = Object (CPU 2) :batwings:62000000:0000:00000000:00000000:Select Wing :batwings:00010000:07BC:00000000:FFFFFFFF:No Wing :batwings:00010000:07BC:00000001:FFFFFFFF:M-Wing :batwings:00010000:07BC:00000002:FFFFFFFF:S-Wing :batwings:00010000:07BC:00000003:FFFFFFFF:G-Wing :batwings:00010000:07BC:00000004:FFFFFFFF:A-Wing :batwings:00010000:07BC:00000005:FFFFFFFF:C-Wing :batwings:00010000:07BC:00000006:FFFFFFFF:J-Wing :batwings:00010000:07BC:00000007:FFFFFFFF:W-Wing :batwings:00010000:07BC:00000008:FFFFFFFF:V-Wing :batwings:00000000:07BB:00000000:FFFFFFFF:Always Don't Break Wing :batwings:00010000:07BD:00000000:FFFFFFFF:Always Don't Break Wing (2/2) :batwings:00000000:0036:000000FD:FFFFFFFF:Always Falling :batwings:00000000:0036:00000000:FFFFFFFF:Always Rising :batwings:00000000:0023:00000000:00000010:Rapid Fire ; [ Bay Route (set 1, US, unprotected) ] bayrout1:0:50017F:09:000:Infinite Credits bayrout1:0:500A15:99:000:Infinite Lives PL1 bayrout1:0:500A14:02:000:Infinite Energy PL1 bayrout1:0:500A17:3F:000:Invincibility PL1:Walking into flames will still kill you though bayrout1:0:500A35:99:000:Infinite Lives PL2 bayrout1:0:500A34:02:000:Infinite Energy PL2 bayrout1:0:500A37:3F:000:Invincibility PL2:Walking into flames will still kill you though ; [ Bay Route (set 3, World, FD1094 317-0116) ] bayroute:0:50017F:09:000:Infinite Credits bayroute:0:500A15:99:000:Infinite Lives PL1 bayroute:0:500A14:02:000:Infinite Energy PL1 bayroute:0:500A17:3F:000:Invincibility PL1:Walking into flames will still kill you though bayroute:0:500A35:99:000:Infinite Lives PL2 bayroute:0:500A34:02:000:Infinite Energy PL2 bayroute:0:500A37:3F:000:Invincibility PL2:Walking into flames will still kill you though ; [ Bay Route (set 2, Japan, FD1094 317-0115) ] bayroutj:0:50017F:09:000:Infinite Credits bayroutj:0:500A15:99:000:Infinite Lives PL1 bayroutj:0:500A14:02:000:Infinite Energy PL1 bayroutj:0:500A17:3F:000:Invincibility PL1:Walking into flames will still kill you though bayroutj:0:500A35:99:000:Infinite Lives PL2 bayroutj:0:500A34:02:000:Infinite Energy PL2 bayroutj:0:500A37:3F:000:Invincibility PL2:Walking into flames will still kill you though ; [ Bay Route (bootleg set 1) ] bayrtbl1:0:50017F:09:000:Infinite Credits bayrtbl1:0:500A15:99:000:Infinite Lives PL1 bayrtbl1:0:500A14:02:000:Infinite Energy PL1 bayrtbl1:0:500A17:3F:000:Invincibility PL1:Walking into flames will still kill you though bayrtbl1:0:500A35:99:000:Infinite Lives PL2 bayrtbl1:0:500A34:02:000:Infinite Energy PL2 bayrtbl1:0:500A37:3F:000:Invincibility PL2:Walking into flames will still kill you though ; [ Bay Route (bootleg set 2) ] bayrtbl2:0:50017F:09:000:Infinite Credits bayrtbl2:0:500A15:99:000:Infinite Lives PL1 bayrtbl2:0:500A14:02:000:Infinite Energy PL1 bayrtbl2:0:500A17:3F:000:Invincibility PL1:Walking into flames will still kill you though bayrtbl2:0:500A35:99:000:Infinite Lives PL2 bayrtbl2:0:500A34:02:000:Infinite Energy PL2 bayrtbl2:0:500A37:3F:000:Invincibility PL2:Walking into flames will still kill you though ; [ Battle Bakraid - Unlimited version (Japan) (Tue Jun 8 1999) ] bbakradu:0:20F792:00:000:Player select - Default bbakradu:0:20F792:02:000:Player select - "Phase 2":Phase 2 unlocks 3 more fighter planes bbakradu:0:20F792:04:000:Player select - "Phase 3":Phase 3 unlocks 2 more fighter plane bbakradu:0:20F792:06:000:Player select + Team Edit:Unlocks the 'team edit' feature to select a team of different ships bbakradu:0:20F760:FF:000:Special course "ON":Unlocks the boss mode, a game mode where you fight the bosses only bbakradu:0:20F760:00:000:Special course "OFF" bbakradu:0:2041BD:02:000:Invincibility PL1 bbakradu:0:2041BA:01:000:Infinite Bombs PL1 bbakradu:0:2041BB:28:500:Infinite Bombs PL1 (2/2) bbakradu:0:2041B8:03:000:Maximum Front Shot Fire PowerPL1 bbakradu:0:2041A2:03:000:Maximum Side Shot Fire Power PL1 bbakradu:0:2041C0:06:000:Maximum Options PL1 bbakradu:0:20439F:02:000:Invincibility PL2 bbakradu:0:20439C:01:000:Infinite Bombs PL2 bbakradu:0:20439D:28:500:Infinite Bombs PL2 (2/2) bbakradu:0:20439A:03:000:Maximum Front Shot Fire PowerPL2 bbakradu:0:204384:03:000:Maximum Side Shot Fire Power PL2 bbakradu:0:2043A2:06:000:Maximum Options PL2 ; [ Battle Bakraid (Japan) (Wed Apr 7 1999) ] bbakraid:0:20F792:00:000:Player select - Default bbakraid:0:20F792:02:000:Player select - "Phase 2":Phase 2 unlocks 3 more fighter planes bbakraid:0:20F792:04:000:Player select - "Phase 3":Phase 3 unlocks 2 more fighter plane bbakraid:0:20F792:06:000:Player select + Team Edit:Unlocks the 'team edit' feature to select a team of different ships bbakraid:0:20F760:FF:000:Special course "ON":Unlocks the boss mode, a game mode where you fight the bosses only bbakraid:0:20F760:00:000:Special course "OFF" bbakraid:0:2041BD:02:000:Invincibility PL1 bbakraid:0:2041BA:01:000:Infinite Bombs PL1 bbakraid:0:2041BB:28:500:Infinite Bombs PL1 (2/2) bbakraid:0:2041B8:03:000:Maximum Front Shot Fire PowerPL1 bbakraid:0:2041A2:03:000:Maximum Side Shot Fire Power PL1 bbakraid:0:2041C0:06:000:Maximum Options PL1 bbakraid:0:20439F:02:000:Invincibility PL2 bbakraid:0:20439C:01:000:Infinite Bombs PL2 bbakraid:0:20439D:28:500:Infinite Bombs PL2 (2/2) bbakraid:0:20439A:03:000:Maximum Front Shot Fire PowerPL2 bbakraid:0:204384:03:000:Maximum Side Shot Fire Power PL2 bbakraid:0:2043A2:06:000:Maximum Options PL2 ; [ Bouncing Balls ] bballs:0:0FC59F:03:000:Infinite Lives PL1 bballs:0:0FC5B9:02:000:Infinite Zaps PL1 bballs:0:0FC5FF:03:000:Infinite Lives PL2 bballs:0:0FC619:02:000:Infinite Zaps PL2 ; [ Best Bout Boxing ] bbbxing:0:FEE03900:63:000:Infinite Time bbbxing:0:FEE03900:00:001:Finish this Round Now! bbbxing:0:FEE035C4:78:000:Infinite Energy PL1 bbbxing:0:FEE035C4:00:001:Drain All Energy Now! PL1 bbbxing:0:FEE036C4:78:000:Infinite Energy PL2 bbbxing:0:FEE036C4:00:001:Drain All Energy Now! PL2 ; [ Bomber Man World / New Dyna Blaster - Global Quest ] bbmanw:0:A0C1A:09:000:Infinite Time bbmanw:0:A0C19:99:500:Infinite Time (2/2) bbmanw:0:A3902:00:001:Finish this Level Now!:To be used "Normal Mode" only bbmanw:0:A0055:99:000:Infinite Credits PL1 bbmanw:0:A0BB3:09:000:Infinite Lives PL1 bbmanw:0:A0BB4:03:000:Maximum Speed PL1 bbmanw:0:A0BB6:07:000:Maximum Flame Length PL1 bbmanw:0:A0BB8:08:000:Maximum Bombs PL1 bbmanw:0:A0BBA:99:000:Maximum Extra Bombs PL1 bbmanw:0:A1128:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only bbmanw:0:A1128:20:041:Invincibility "OFF" PL1 bbmanw:0:A0BB9:00:000:Always have Normal Bombs PL1 bbmanw:0:A0BB9:01:000:Always have Manual Bombs PL1 bbmanw:0:A0BB9:02:000:Always have Split Bombs PL1 bbmanw:0:A0BB9:00:001:Get Normal Bombs Now! PL1 bbmanw:0:A0BB9:01:001:Get Manual Bombs Now! PL1 bbmanw:0:A0BB9:02:001:Get Split Bombs Now! PL1 bbmanw:0:A0056:99:000:Infinite Credits PL2 bbmanw:0:A0BC3:09:000:Infinite Lives PL2 bbmanw:0:A0BC4:03:000:Maximum Speed PL2 bbmanw:0:A0BC6:07:000:Maximum Flame Length PL2 bbmanw:0:A0BC8:08:000:Maximum Bombs PL2 bbmanw:0:A0BCA:99:000:Maximum Extra Bombs PL2 bbmanw:0:A1168:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only bbmanw:0:A1168:20:041:Invincibility "OFF" PL2 bbmanw:0:A0BC9:00:000:Always have Normal Bombs PL2 bbmanw:0:A0BC9:01:000:Always have Manual Bombs PL2 bbmanw:0:A0BC9:02:000:Always have Split Bombs PL2 bbmanw:0:A0BC9:00:001:Get Normal Bombs Now! PL2 bbmanw:0:A0BC9:01:001:Get Manual Bombs Now! PL2 bbmanw:0:A0BC9:02:001:Get Split Bombs Now! PL2 bbmanw:0:A0057:99:000:Infinite Credits PL3 bbmanw:0:A0BD3:09:000:Infinite Lives PL3 bbmanw:0:A0BD4:03:000:Maximum Speed PL3 bbmanw:0:A0BD6:07:000:Maximum Flame Length PL3 bbmanw:0:A0BD8:08:000:Maximum Bombs PL3 bbmanw:0:A0BDA:99:000:Maximum Extra Bombs PL3 bbmanw:0:A11A8:20:020:Invincibility "ON" PL3:To be used "Normal Mode" only bbmanw:0:A11A8:20:041:Invincibility "OFF" PL3 bbmanw:0:A0BD9:00:000:Always have Normal Bombs PL3 bbmanw:0:A0BD9:01:000:Always have Manual Bombs PL3 bbmanw:0:A0BD9:02:000:Always have Split Bombs PL3 bbmanw:0:A0BD9:00:001:Get Normal Bombs Now! PL3 bbmanw:0:A0BD9:01:001:Get Manual Bombs Now! PL3 bbmanw:0:A0BD9:02:001:Get Split Bombs Now! PL3 bbmanw:0:A0058:99:000:Infinite Credits PL4 bbmanw:0:A0BE3:09:000:Infinite Lives PL4 bbmanw:0:A0BE4:03:000:Maximum Speed PL4 bbmanw:0:A0BE6:07:000:Maximum Flame Length PL4 bbmanw:0:A0BE8:08:000:Maximum Bombs PL4 bbmanw:0:A0BEA:99:000:Maximum Extra Bombs PL4 bbmanw:0:A11E8:20:020:Invincibility "ON" PL4:To be used "Normal Mode" only bbmanw:0:A11E8:20:041:Invincibility "OFF" PL4 bbmanw:0:A0BE9:00:000:Always have Normal Bombs PL4 bbmanw:0:A0BE9:01:000:Always have Manual Bombs PL4 bbmanw:0:A0BE9:02:000:Always have Split Bombs PL4 bbmanw:0:A0BE9:00:001:Get Normal Bombs Now! PL4 bbmanw:0:A0BE9:01:001:Get Manual Bombs Now! PL4 bbmanw:0:A0BE9:02:001:Get Split Bombs Now! PL4 ; [ Bomber Man World (Japan) ] bbmanwj:0:A0C1A:09:000:Infinite Time bbmanwj:0:A0C19:99:500:Infinite Time (2/2) bbmanwj:0:A3902:00:001:Finish this Level Now!:To be used "Normal Mode" only bbmanwj:0:A0055:99:000:Infinite Credits PL1 bbmanwj:0:A0BB3:09:000:Infinite Lives PL1 bbmanwj:0:A0BB4:03:000:Maximum Speed PL1 bbmanwj:0:A0BB6:07:000:Maximum Flame Length PL1 bbmanwj:0:A0BB8:08:000:Maximum Bombs PL1 bbmanwj:0:A0BBA:99:000:Maximum Extra Bombs PL1 bbmanwj:0:A1128:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only bbmanwj:0:A1128:20:041:Invincibility "OFF" PL1 bbmanwj:0:A0BB9:00:000:Always have Normal Bombs PL1 bbmanwj:0:A0BB9:01:000:Always have Manual Bombs PL1 bbmanwj:0:A0BB9:02:000:Always have Split Bombs PL1 bbmanwj:0:A0BB9:00:001:Get Normal Bombs Now! PL1 bbmanwj:0:A0BB9:01:001:Get Manual Bombs Now! PL1 bbmanwj:0:A0BB9:02:001:Get Split Bombs Now! PL1 bbmanwj:0:A0056:99:000:Infinite Credits PL2 bbmanwj:0:A0BC3:09:000:Infinite Lives PL2 bbmanwj:0:A0BC4:03:000:Maximum Speed PL2 bbmanwj:0:A0BC6:07:000:Maximum Flame Length PL2 bbmanwj:0:A0BC8:08:000:Maximum Bombs PL2 bbmanwj:0:A0BCA:99:000:Maximum Extra Bombs PL2 bbmanwj:0:A1168:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only bbmanwj:0:A1168:20:041:Invincibility "OFF" PL2 bbmanwj:0:A0BC9:00:000:Always have Normal Bombs PL2 bbmanwj:0:A0BC9:01:000:Always have Manual Bombs PL2 bbmanwj:0:A0BC9:02:000:Always have Split Bombs PL2 bbmanwj:0:A0BC9:00:001:Get Normal Bombs Now! PL2 bbmanwj:0:A0BC9:01:001:Get Manual Bombs Now! PL2 bbmanwj:0:A0BC9:02:001:Get Split Bombs Now! PL2 bbmanwj:0:A0057:99:000:Infinite Credits PL3 bbmanwj:0:A0BD3:09:000:Infinite Lives PL3 bbmanwj:0:A0BD4:03:000:Maximum Speed PL3 bbmanwj:0:A0BD6:07:000:Maximum Flame Length PL3 bbmanwj:0:A0BD8:08:000:Maximum Bombs PL3 bbmanwj:0:A0BDA:99:000:Maximum Extra Bombs PL3 bbmanwj:0:A11A8:20:020:Invincibility "ON" PL3:To be used "Normal Mode" only bbmanwj:0:A11A8:20:041:Invincibility "OFF" PL3 bbmanwj:0:A0BD9:00:000:Always have Normal Bombs PL3 bbmanwj:0:A0BD9:01:000:Always have Manual Bombs PL3 bbmanwj:0:A0BD9:02:000:Always have Split Bombs PL3 bbmanwj:0:A0BD9:00:001:Get Normal Bombs Now! PL3 bbmanwj:0:A0BD9:01:001:Get Manual Bombs Now! PL3 bbmanwj:0:A0BD9:02:001:Get Split Bombs Now! PL3 bbmanwj:0:A0058:99:000:Infinite Credits PL4 bbmanwj:0:A0BE3:09:000:Infinite Lives PL4 bbmanwj:0:A0BE4:03:000:Maximum Speed PL4 bbmanwj:0:A0BE6:07:000:Maximum Flame Length PL4 bbmanwj:0:A0BE8:08:000:Maximum Bombs PL4 bbmanwj:0:A0BEA:99:000:Maximum Extra Bombs PL4 bbmanwj:0:A11E8:20:020:Invincibility "ON" PL4:To be used "Normal Mode" only bbmanwj:0:A11E8:20:041:Invincibility "OFF" PL4 bbmanwj:0:A0BE9:00:000:Always have Normal Bombs PL4 bbmanwj:0:A0BE9:01:000:Always have Manual Bombs PL4 bbmanwj:0:A0BE9:02:000:Always have Split Bombs PL4 bbmanwj:0:A0BE9:00:001:Get Normal Bombs Now! PL4 bbmanwj:0:A0BE9:01:001:Get Manual Bombs Now! PL4 bbmanwj:0:A0BE9:02:001:Get Split Bombs Now! PL4 ; [ Bigfoot Bonkers ] bbonk:0:1C27:10:000:Score always = 0 PL1 bbonk:0:1C27:10:001:Score = 0 Now! PL1 bbonk:0:1C27:11:001:Score = 1 Now! PL1 bbonk:0:1C27:12:001:Score = 2 Now! PL1 bbonk:0:1C27:13:001:Score = 3 Now! PL1 bbonk:0:1C3E:10:000:Score always = 0 PL2 bbonk:0:1C3E:10:001:Score = 0 Now! PL2 bbonk:0:1C3E:11:001:Score = 1 Now! PL2 bbonk:0:1C3E:12:001:Score = 2 Now! PL2 bbonk:0:1C3E:13:001:Score = 3 Now! PL2 ; [ Untitled Fighter 'BB' (prototype) ] bbprot:0:0000:00:999:[ There are no cheats ]:REASON 1 bbprot:0:0000:00:999:[ for this game as it ]:REASON 1 bbprot:0:0000:00:999:[ didn't work the last ]:REASON 1 bbprot:0:0000:00:999:[ time it was tested. ]:REASON 1 bbprot:0:0000:00:999:[ If the game now works ]:REASON 1 bbprot:0:0000:00:999:[ please request cheats ]:REASON 1 bbprot:0:0000:00:999:[ for it on the cheat ]:REASON 1 bbprot:0:0000:00:999:[ forums. ]:REASON 1 ; [ Buster Bros. (US) ] bbros:0:E221:5B:000:Invincibility:Disable just before ending a level or else the level will not end! bbros:0:E200:04:500:Invincibility (2/2) bbros:0:E01A:99:000:Infinite Time:Disable just before travelling to a different city otherwise the game will freeze! bbros:0:E027:01:001:Stop the Bubbles Now! bbros:0:E027:00:001:Restart the Bubbles Now! bbros:0:E028:8C:000:Infinite Balloon Freeze Time bbros:0:E018:10:001:Goto Last level on comp. bbros:0:E019:30:501:Goto Last level on comp.(2/2) bbros:0:E018:10:001:Goto Last level on death bbros:0:E019:31:501:Goto Last level on death(2/2) bbros:0:E230:0A:000:Infinite Lives PL1 bbros:0:E228:01:000:Always Have Protection PL1 bbros:0:E229:00:000:Always Normal Weap. PL1 bbros:0:E22C:00:500:Always Normal Weap. PL1 (2/3) bbros:0:E244:00:500:Always Normal Weap. PL1 (3/3) bbros:0:E229:01:000:Always Double Weap. PL1 bbros:0:E22C:00:500:Always Double Weap. PL1 (2/3) bbros:0:E244:00:500:Always Double Weap. PL1 (3/3) bbros:0:E229:00:000:Always M. gun Weap. PL1 bbros:0:E22C:01:500:Always M. gun Weap. PL1 (2/3) bbros:0:E244:00:500:Always M. gun Weap. PL1 (3/3) bbros:0:E229:00:000:Always Blocker Weap.PL1 bbros:0:E22C:00:500:Always Blocker Weap.PL1 (2/3) bbros:0:E244:01:500:Always Blocker Weap.PL1 (3/3) bbros:0:E229:00:001:Get Normal Weap.PL1 Now! bbros:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3) bbros:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3) bbros:0:E229:01:001:Get Double Weap.PL1 Now! bbros:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3) bbros:0:E244:00:501:Get Double Weap.PL1 Now!(3/3) bbros:0:E229:00:001:Get M. gun Weap.PL1 Now! bbros:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3) bbros:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3) bbros:0:E229:00:001:Get Blocker Weap.PL1 Now bbros:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3) bbros:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3) bbros:0:E2B0:0A:000:Infinite Lives PL2 bbros:0:E2A8:01:000:Always Have Protection PL2 bbros:0:E2A9:00:000:Always Normal Weap. PL2 bbros:0:E2AC:00:500:Always Normal Weap. PL2 (2/3) bbros:0:E2C4:00:500:Always Normal Weap. PL2 (3/3) bbros:0:E2A9:01:000:Always Double Weap. PL2 bbros:0:E2AC:00:500:Always Double Weap. PL2 (2/3) bbros:0:E2C4:00:500:Always Double Weap. PL2 (3/3) bbros:0:E2A9:00:000:Always M. gun Weap. PL2 bbros:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3) bbros:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3) bbros:0:E2A9:00:000:Always Blocker Weap.PL2 bbros:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3) bbros:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3) bbros:0:E2A9:00:001:Get Normal Weap.PL2 Now! bbros:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3) bbros:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3) bbros:0:E2A9:01:001:Get Double Weap.PL2 Now! bbros:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3) bbros:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3) bbros:0:E2A9:00:001:Get M. gun Weap.PL2 Now! bbros:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3) bbros:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3) bbros:0:E2A9:00:001:Get Blocker Weap.PL2 Now bbros:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3) bbros:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3) ; [ Beast Busters (World ?) ] bbusters:0:087243:00:000:Infinite Energy PL1 :bbusters:00000000:087242:00000001:00000001:Invincibility PL1 :bbusters:00010000:087250:00000002:FFFFFFFF:Invincibility PL1 (2/2) bbusters:0:087244:18:000:Infinite Bullets PL1 bbusters:0:087245:13:000:Infinite Magazines PL1 bbusters:0:087246:09:000:Infinite Grenades PL1 bbusters:0:0872A7:00:000:Infinite Energy PL2 :bbusters:00000000:0872A6:00000001:00000001:Invincibility PL2 :bbusters:00010000:0872B4:00000002:FFFFFFFF:Invincibility PL2 (2/2) bbusters:0:0872A8:18:000:Infinite Bullets PL2 bbusters:0:0872A9:13:000:Infinite Magazines PL2 bbusters:0:0872AA:09:000:Infinite Grenades PL2 bbusters:0:08730B:00:000:Infinite Energy PL3 :bbusters:00000000:08730A:00000001:00000001:Invincibility PL3 :bbusters:00010000:087318:00000002:FFFFFFFF:Invincibility PL3 (2/2) bbusters:0:08730C:18:000:Infinite Bullets PL3 bbusters:0:08730D:13:000:Infinite Magazines PL3 bbusters:0:08730E:09:000:Infinite Grenades PL3 ; [ Battle Chopper ] bchopper:0:A3760:3F:000:Infinite Time bchopper:0:A3761:83:500:Infinite Time (2/2) bchopper:0:A2964:0A:000:Infinite Lives bchopper:0:A007E:FF:000:Infinite Energy :bchopper:20800000:060E9:00000011:FFFFFFFF:Invincibility :bchopper:20810000:06870:0000008A:FFFFFFFF:Invincibility (2/6):1st = Gold, 2nd = Item :bchopper:20810000:07407:000000F3:FFFFFFFF:Invincibility (3/6):Gate Unlock :bchopper:20810000:07461:00000099:FFFFFFFF:Invincibility (4/6):Gate Through Out :bchopper:20910000:087F5:0000C3F8:FFFFFFFF:Invincibility (5/6):Master Code :bchopper:20810000:0A6A4:00000056:FFFFFFFF:Invincibility (6/6):Item in Round 3 bchopper:0:00000:00:999:[See the Dip Switch Menu to ] bchopper:0:00000:00:999:[enable an alternate ] bchopper:0:00000:00:999:[Invincibility cheat. ] bchopper:0:A3754:90:000:Infinite Money bchopper:0:A3755:99:500:Infinite Money (2/3) bchopper:0:A3756:99:500:Infinite Money (3/3) bchopper:0:A001B:02:000:Maximum Power Bomb bchopper:0:A001C:02:000:Maximum Power Shot bchopper:0:A001D:02:000:Maximum Power Missile :bchopper:00000000:A27F2:00000000:00000040:Rapid Fire - Shot:Turn it OFF on the name entry screen :bchopper:00000000:A27F2:00000000:00000080:Rapid Fire - Bomb:Turn it OFF on the name entry screen ; [ Bone Crusher ] bcrusher:0:F000:99:000:Infinite Credits bcrusher:0:F2BD:99:003:Infinite Time bcrusher:0:F0E4:07:000:Infinite Lives bcrusher:0:F505:0A:000:Infinite Energy bcrusher:0:0000:00:999:[ See the Dip Switch Menu to enable ] bcrusher:0:0000:00:999:[ enable an alternate Infinite ] bcrusher:0:0000:00:999:[ Energy cheat. ] ; [ Battle Cruiser M-12 ] bcruzm12:0:8020:07:000:Infinite Lives :bcruzm12:20800000:185F:000000C9:FFFFFFFF:Invincibility bcruzm12:0:8025:00:001:Finish this Round Now! :bcruzm12:00000000:80E7:00000000:00000020:Rapid Fire :bcruzm12:20800000:0195:000000C3:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :bcruzm12:20810000:02AE:00000000:FFFFFFFF:Skip RAM/ROM Check (2/2) ; [ B.C. Story (set 1) ] bcstry:0:0000:00:999:[ This game hasn't even ]:REASON 11 bcstry:0:0000:00:999:[ been looked at due to ]:REASON 11 bcstry:0:0000:00:999:[ time constraints - Too]:REASON 11 bcstry:0:0000:00:999:[ many games and so ]:REASON 11 bcstry:0:0000:00:999:[ little time. It is ]:REASON 11 bcstry:0:0000:00:999:[ even possible that ]:REASON 11 bcstry:0:0000:00:999:[ this game may be a ]:REASON 11 bcstry:0:0000:00:999:[ clone of an existing ]:REASON 11 bcstry:0:0000:00:999:[ game which may have ]:REASON 11 bcstry:0:0000:00:999:[ cheats. Please search ]:REASON 11 bcstry:0:0000:00:999:[ the cheat forums ]:REASON 11 bcstry:0:0000:00:999:[ before posting cheat ]:REASON 11 bcstry:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ B.C. Story (set 2) ] bcstrya:0:0000:00:999:[ This game hasn't even ]:REASON 11 bcstrya:0:0000:00:999:[ been looked at due to ]:REASON 11 bcstrya:0:0000:00:999:[ time constraints - Too]:REASON 11 bcstrya:0:0000:00:999:[ many games and so ]:REASON 11 bcstrya:0:0000:00:999:[ little time. It is ]:REASON 11 bcstrya:0:0000:00:999:[ even possible that ]:REASON 11 bcstrya:0:0000:00:999:[ this game may be a ]:REASON 11 bcstrya:0:0000:00:999:[ clone of an existing ]:REASON 11 bcstrya:0:0000:00:999:[ game which may have ]:REASON 11 bcstrya:0:0000:00:999:[ cheats. Please search ]:REASON 11 bcstrya:0:0000:00:999:[ the cheat forums ]:REASON 11 bcstrya:0:0000:00:999:[ before posting cheat ]:REASON 11 bcstrya:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Beam Invader ] beaminv:0:1847:08:000:Infinite Lives :beaminv:20800000:11BE:000000C9:FFFFFFFF:Invincibility :beaminv:20800000:0787:00000089:FFFFFFFF:Bullet Speed Up :beaminv:20810000:10E6:00000018:FFFFFFFF:Bullet Speed Up (2/2) :beaminv:00000000:1D6E:00000000:FFFFFFFF:Rapid Fire ; [ Beastie Feastie ] beastf:0:4C9D:A8:000:Infinite Energy :beastf:20800000:19DE9:00000018:FFFFFFFF:Invincibility :beastf:20810000:1A1E8:0000001B:FFFFFFFF:Invincibility (2/2):1st = Enemy ($1DE9). 2nd = Elevator ($21E8) beastf:0:4C96:05:000:Infinite Lives PL1 beastf:0:4C98:05:000:Infinite Lives PL2 ; [ Beastorizer (USA Bootleg) ] beastrzb:0:0000:00:999:[ There are no cheats ]:REASON 1 beastrzb:0:0000:00:999:[ for this game as it ]:REASON 1 beastrzb:0:0000:00:999:[ didn't work the last ]:REASON 1 beastrzb:0:0000:00:999:[ time it was tested. ]:REASON 1 beastrzb:0:0000:00:999:[ If the game now works ]:REASON 1 beastrzb:0:0000:00:999:[ please request cheats ]:REASON 1 beastrzb:0:0000:00:999:[ for it on the cheat ]:REASON 1 beastrzb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Beastorizer (USA) ] beastrzr:0:0000:00:999:[ There are no cheats ]:REASON 1 beastrzr:0:0000:00:999:[ for this game as it ]:REASON 1 beastrzr:0:0000:00:999:[ didn't work the last ]:REASON 1 beastrzr:0:0000:00:999:[ time it was tested. ]:REASON 1 beastrzr:0:0000:00:999:[ If the game now works ]:REASON 1 beastrzr:0:0000:00:999:[ please request cheats ]:REASON 1 beastrzr:0:0000:00:999:[ for it on the cheat ]:REASON 1 beastrzr:0:0000:00:999:[ forums. ]:REASON 1 ; [ BeatHead (prototype) ] beathead:0:00000980:1E:000:Infinite Credits beathead:0:000199CC:0D:001:Tiles Got = 13 Now! PL1:or Player 1 wins Now! beathead:0:000199CC:00:001:Tiles Got = 0 Now! PL1 beathead:0:00019A48:0D:001:Tiles Got = 13 Now! PL2:or Player 2 wins Now! beathead:0:00019A48:00:001:Tiles Got = 0 Now! PL2 ; [ Beezer (set 1) ] beezer:0:0559:0A:000:Infinite Credits beezer:0:0030:05:000:Infinite Lives PL1 beezer:0:0046:05:000:Infinite Lives PL2 ; [ Beezer (set 2) ] beezer1:0:0555:0A:000:Infinite Credits beezer1:0:0030:05:000:Infinite Lives PL1 beezer1:0:0045:05:000:Infinite Lives PL2 ; [ Behind Enemy Lines ] bel:0:0000:00:999:[ There are no cheats ]:REASON 1 bel:0:0000:00:999:[ for this game as it ]:REASON 1 bel:0:0000:00:999:[ didn't work the last ]:REASON 1 bel:0:0000:00:999:[ time it was tested. ]:REASON 1 bel:0:0000:00:999:[ If the game now works ]:REASON 1 bel:0:0000:00:999:[ please request cheats ]:REASON 1 bel:0:0000:00:999:[ for it on the cheat ]:REASON 1 bel:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ben Bero Beh (Japan) ] benberob:0:FA77:90:000:Infinite Bonus benberob:0:FA39:05:000:Infinite Lives PL1 benberob:0:FA3A:05:000:Infinite Lives PL2 ; [ Beraboh Man (Japan version C) ] berabohm:0:205E:63:000:Infinite Credits berabohm:0:2064:78:000:Infinite Energy berabohm:0:20C9:C0:000:Invincibility ; [ Beraboh Man (Japan version B) ] beraboho:0:205E:63:000:Infinite Credits beraboho:0:2064:78:000:Infinite Energy beraboho:0:20C9:C0:000:Invincibility ; [ Berlin Wall, The ] berlwall:0:200020:09:000:Infinite Credits berlwall:0:202890:09:000:Infinite Time berlwall:0:202891:99:500:Infinite Time (2/2) berlwall:0:20297E:09:000:Infinite Lives PL1 berlwall:0:202999:02:000:Invincibility PL1 berlwall:0:2029C0:09:000:Infinite Lives PL2 berlwall:0:2029DB:02:000:Invincibility PL2 ; [ Berlin Wall, The (bootleg ?) ] berlwalt:0:200020:09:000:Infinite Credits berlwalt:0:202890:09:000:Infinite Time berlwalt:0:202891:99:500:Infinite Time (2/2) berlwalt:0:202982:09:000:Infinite Lives PL1 berlwalt:0:20299D:02:000:Invincibility PL1 berlwalt:0:2029C6:09:000:Infinite Lives PL2 berlwalt:0:2029E1:02:000:Invincibility PL2 ; [ Bermuda Triangle (US older version) ] bermudaa:0:E3CA:99:000:Infinite Credits bermudaa:0:E400:99:000:Infinite Lives PL1 bermudaa:0:E417:12:000:Infinite Energy PL1 bermudaa:0:E42B:9D:000:Invincibility PL1 bermudaa:0:E450:99:000:Infinite Lives PL2 bermudaa:0:E467:12:000:Infinite Energy PL2 bermudaa:0:E47B:9D:000:Invincibility PL2 ; [ Bermuda Triangle (Japan old version) ] bermudao:0:E3CA:99:000:Infinite Credits bermudao:0:E428:00:000:Infinite Time PL1 bermudao:0:E429:30:500:Infinite Time PL1 (2/2) bermudao:0:E400:99:000:Infinite Lives PL1 bermudao:0:E417:BF:000:Infinite Energy PL1 bermudao:0:E42B:9D:000:Invincibility PL1 bermudao:0:E478:00:000:Infinite Time PL2 bermudao:0:E479:30:500:Infinite Time PL2 (2/2) bermudao:0:E450:99:000:Infinite Lives PL2 bermudao:0:E467:BF:000:Infinite Energy PL2 bermudao:0:E47B:9D:000:Invincibility PL2 ; [ Bermuda Triangle (Japan) ] bermudat:0:E3CA:99:000:Infinite Credits bermudat:0:E428:00:000:Infinite Time PL1 bermudat:0:E429:30:500:Infinite Time PL1 (2/2) bermudat:0:E400:99:000:Infinite Lives PL1 bermudat:0:E417:BF:000:Infinite Energy PL1 bermudat:0:E42B:9D:000:Invincibility PL1 bermudat:0:E478:00:000:Infinite Time PL2 bermudat:0:E479:30:500:Infinite Time PL2 (2/2) bermudat:0:E450:99:000:Infinite Lives PL2 bermudat:0:E467:BF:000:Infinite Energy PL2 bermudat:0:E47B:9D:000:Invincibility PL2 ; [ Berzerk (set 1) ] berzerk:0:4349:05:000:Infinite Lives :berzerk:20800000:15A9:000000CA:FFFFFFFF:Invincibility :berzerk:20810000:27A1:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy berzerk:0:434E:0F:000:No Evil Otto berzerk:0:434B:00:000:Robots Don't Fire berzerk:0:437A:00:000:Robots shoot slow lasers berzerk:0:437A:02:000:Robots shoot fast lasers ; [ Berzerk (set 2) ] berzerk1:0:4349:05:000:Infinite Lives :berzerk1:20800000:15A3:000000C4:FFFFFFFF:Invincibility :berzerk1:20810000:2794:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy berzerk1:0:434E:0F:000:No Evil Otto berzerk1:0:434B:00:000:Robots Don't Fire berzerk1:0:437A:00:000:Robots shoot slow lasers berzerk1:0:437A:02:000:Robots shoot fast lasers ; [ Best League ] bestleag:0:FF88FE:00:000:Infinite Credits bestleag:0:FF88FF:99:500:Infinite Credits (2/2) bestleag:0:FF885D:09:000:Infinite Time bestleag:0:FF885F:59:500:Infinite Time (2/2) bestleag:0:FF885D:00:001:Finish Game Now! bestleag:0:FF885F:00:501:Finish Game Now! (2/2) bestleag:0:FF8A41:06:001:Goto the Final Game Now!:Enable this cheat only when you are playing and you are selecting your team bestleag:0:FF8A41:06:071:Select Game Round:Enable this cheat only when you are playing and you are selecting your team.Enter round-1 (i.e. 00 for round 1,01 for 2 .... and 06 for final game) bestleag:0:000000:00:999:[ The score display will not update ] bestleag:0:000000:00:999:[ until a goal is scored. ] bestleag:0:FF8A79:10:000:Score always = 10 PL1 bestleag:0:FF8A79:00:000:Score always = 0 PL1 bestleag:0:FF8A79:10:001:Score = 10 Now! PL1 bestleag:0:FF8A79:00:001:Score = 0 Now! PL1 bestleag:0:FF8A79:99:073:Select Score PL1 bestleag:0:FF8A7B:10:000:Score always = 10 PL2 bestleag:0:FF8A7B:00:000:Score always = 0 PL2 bestleag:0:FF8A7B:10:001:Score = 10 Now! PL2 bestleag:0:FF8A7B:00:001:Score = 0 Now! PL2 bestleag:0:FF8A7B:99:073:Select Score PL2 ; [ Big Bang ] bigbang:0:1F900D:09:000:Infinite Credits bigbang:0:1F7F29:06:000:Infinite Lives PL1 bigbang:0:1F7F2F:08:000:Infinite Bombs PL1 bigbang:0:1F7F31:03:000:Max Firepower PL1 bigbang:0:1F7F2D:02:000:Invicibility PL1 bigbang:0:1F7E29:06:000:Infinite Lives PL2 bigbang:0:1F7E2F:08:000:Infinite Bombs PL2 bigbang:0:1F7E31:03:000:Max Firepower PL2 bigbang:0:1F7E2D:02:000:Invincibility PL2 ; [ Big Bucks ] :bigbucks:00100000:4CF5:00000A7F:000000FF:Infinite Time :bigbucks:00000000:4D05:00000003:FFFFFFFF:Infinite Keys :bigbucks:000000E6:4D2B:40000000:FFFFFFFF:Display the Correct Answer:Correct Answer :bigbucks:00000000:4D2B:00000001:00000000:Answer A Always Correct ; [ Big Deal (Hungary, set 1) ] bigdeal:0:0000:00:999:[ This game hasn't even ]:REASON 11 bigdeal:0:0000:00:999:[ been looked at due to ]:REASON 11 bigdeal:0:0000:00:999:[ time constraints - Too]:REASON 11 bigdeal:0:0000:00:999:[ many games and so ]:REASON 11 bigdeal:0:0000:00:999:[ little time. It is ]:REASON 11 bigdeal:0:0000:00:999:[ even possible that ]:REASON 11 bigdeal:0:0000:00:999:[ this game may be a ]:REASON 11 bigdeal:0:0000:00:999:[ clone of an existing ]:REASON 11 bigdeal:0:0000:00:999:[ game which may have ]:REASON 11 bigdeal:0:0000:00:999:[ cheats. Please search ]:REASON 11 bigdeal:0:0000:00:999:[ the cheat forums ]:REASON 11 bigdeal:0:0000:00:999:[ before posting cheat ]:REASON 11 bigdeal:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Big Deal (Hungary, set 2) ] bigdealb:0:0000:00:999:[ This game hasn't even ]:REASON 11 bigdealb:0:0000:00:999:[ been looked at due to ]:REASON 11 bigdealb:0:0000:00:999:[ time constraints - Too]:REASON 11 bigdealb:0:0000:00:999:[ many games and so ]:REASON 11 bigdealb:0:0000:00:999:[ little time. It is ]:REASON 11 bigdealb:0:0000:00:999:[ even possible that ]:REASON 11 bigdealb:0:0000:00:999:[ this game may be a ]:REASON 11 bigdealb:0:0000:00:999:[ clone of an existing ]:REASON 11 bigdealb:0:0000:00:999:[ game which may have ]:REASON 11 bigdealb:0:0000:00:999:[ cheats. Please search ]:REASON 11 bigdealb:0:0000:00:999:[ the cheat forums ]:REASON 11 bigdealb:0:0000:00:999:[ before posting cheat ]:REASON 11 bigdealb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Big Event Golf ] bigevglf:0:0000:00:999:[ This game hasn't even ]:REASON 11 bigevglf:0:0000:00:999:[ been looked at due to ]:REASON 11 bigevglf:0:0000:00:999:[ time constraints - Too]:REASON 11 bigevglf:0:0000:00:999:[ many games and so ]:REASON 11 bigevglf:0:0000:00:999:[ little time. It is ]:REASON 11 bigevglf:0:0000:00:999:[ even possible that ]:REASON 11 bigevglf:0:0000:00:999:[ this game may be a ]:REASON 11 bigevglf:0:0000:00:999:[ clone of an existing ]:REASON 11 bigevglf:0:0000:00:999:[ game which may have ]:REASON 11 bigevglf:0:0000:00:999:[ cheats. Please search ]:REASON 11 bigevglf:0:0000:00:999:[ the cheat forums ]:REASON 11 bigevglf:0:0000:00:999:[ before posting cheat ]:REASON 11 bigevglf:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tatakae! Big Fighter ] bigfghtr:0:0000:00:999:[ There are no cheats ]:REASON 1 bigfghtr:0:0000:00:999:[ for this game as it ]:REASON 1 bigfghtr:0:0000:00:999:[ didn't work the last ]:REASON 1 bigfghtr:0:0000:00:999:[ time it was tested. ]:REASON 1 bigfghtr:0:0000:00:999:[ If the game now works ]:REASON 1 bigfghtr:0:0000:00:999:[ please request cheats ]:REASON 1 bigfghtr:0:0000:00:999:[ for it on the cheat ]:REASON 1 bigfghtr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Big Karnak ] bigkarnk:0:FF9C70:0A:000:Infinite Credits bigkarnk:0:FF801A:3B:000:Infinite Time bigkarnk:0:FFCA62:07:000:Infinite Lives PL1 bigkarnk:0:FFCA64:C0:000:Infinite Energy PL1 bigkarnk:0:FFCA6C:02:000:Invincibility PL1 bigkarnk:0:FFC962:07:000:Infinite Lives PL2 bigkarnk:0:FFC964:C0:000:Infinite Energy PL2 bigkarnk:0:FFC96C:02:000:Invincibility PL2 ; [ Big Kong ] bigkong:0:6001:90:000:Infinite Credits bigkong:0:6228:06:000:Infinite Lives bigkong:0:19C9:C9:100:Invincibility bigkong:0:6394:0F:002:Infinite hammer upon pickup bigkong:0:62B1:63:000:Infinite bonus time bigkong:0:638C:99:502:Infinite bonus time (2/2) bigkong:0:62B9:00:000:No fireballs on ramps bigkong:0:6403:00:000:No fireballs on factory bigkong:0:65A0:00:000:No pies on factory bigkong:0:6400:00:000:No fireballs on rivets bigkong:0:6500:00:000:No jacks on elevators bigkong:0:6392:00:000:No barrels on ramps bigkong:0:6215:01:000:Always climb bigkong:0:6215:00:001:Deactivate climb bigkong:0:6217:01:000:Hammer bigkong:0:6691:01:500:Hammer (2/2) bigkong:0:6290:00:001:Finish sub-level 4 Now! bigkong:0:6229:FF:072:Select current round bigkong:0:6229:FF:062:Select next round ; [ Big Pro Wrestling!, The ] bigprowr:0:00AC:10:000:Infinite Power ; [ Big Run (11th Rallye version) ] bigrun:0:0F000D:63:000:Infinite Credits bigrun:0:000000:00:999:[ONLY use Boost Time Now! during race!] bigrun:0:000000:00:999:[If you use it at any other time you ] bigrun:0:000000:00:999:[will probably have BIG problems! And ] bigrun:0:000000:00:999:[that includes the START Countdown!! ] bigrun:0:0F014A:FF:001:Boost Time Now! bigrun:0:0F014B:FF:501:Boost Time Now! (2/2) bigrun:0:0F3057:FF:000:Always drive at Maximum Speed bigrun:0:0F3056:06:000:Always drive at Crazy Speed bigrun:0:0F3057:FF:500:Always drive at Crazy Speed (2/2) bigrun:0:0F3056:06:001:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect bigrun:0:0F3057:FF:501:Get Crazy Speed Boost Now! (2/2) ; [ Big Striker ] bigstrik:0:FF88FE:00:000:Infinite Credits bigstrik:0:FF88FF:99:500:Infinite Credits (2/2) bigstrik:0:FF885D:09:000:Infinite Time bigstrik:0:FF885F:59:500:Infinite Time (2/2) bigstrik:0:FF885D:00:001:Finish Game Now! bigstrik:0:FF885F:00:501:Finish Game Now! (2/2) bigstrik:0:FF8A41:06:001:Goto the Final Game Now!:Enable this cheat only when you are playing and you are selecting your team bigstrik:0:FF8A41:06:071:Select Game Round:Enable this cheat only when you are playing and you are selecting your team.Enter round-1 (i.e. 00 for round 1,01 for 2 .... and 06 for final game) bigstrik:0:000000:00:999:[ The score display will not update ] bigstrik:0:000000:00:999:[ until a goal is scored. ] bigstrik:0:FF8A79:10:000:Score always = 10 PL1 bigstrik:0:FF8A79:00:000:Score always = 0 PL1 bigstrik:0:FF8A79:10:001:Score = 10 Now! PL1 bigstrik:0:FF8A79:00:001:Score = 0 Now! PL1 bigstrik:0:FF8A79:99:073:Select Score PL1 bigstrik:0:FF8A7B:10:000:Score always = 10 PL2 bigstrik:0:FF8A7B:00:000:Score always = 0 PL2 bigstrik:0:FF8A7B:10:001:Score = 10 Now! PL2 bigstrik:0:FF8A7B:00:001:Score = 0 Now! PL2 bigstrik:0:FF8A7B:99:073:Select Score PL2 ; [ Big Striker (bootleg) ] bigstrkb:0:FF88FE:00:000:Infinite Credits bigstrkb:0:FF88FF:99:500:Infinite Credits (2/2) bigstrkb:0:FF885D:09:000:Infinite Time bigstrkb:0:FF885F:59:500:Infinite Time (2/2) bigstrkb:0:FF885D:00:001:Finish Game Now! bigstrkb:0:FF885F:00:501:Finish Game Now! (2/2) bigstrkb:0:FF8A41:06:001:Goto the Final Game Now!:Enable this cheat only when you are playing and you are selecting your team bigstrkb:0:FF8A41:06:071:Select Game Round:Enable this cheat only when you are playing and you are selecting your team.Enter round-1 (i.e. 00 for round 1,01 for 2 .... and 06 for final game) bigstrkb:0:000000:00:999:[ The score display will not update ] bigstrkb:0:000000:00:999:[ until a goal is scored. ] bigstrkb:0:FF8A79:10:000:Score always = 10 PL1 bigstrkb:0:FF8A79:00:000:Score always = 0 PL1 bigstrkb:0:FF8A79:10:001:Score = 10 Now! PL1 bigstrkb:0:FF8A79:00:001:Score = 0 Now! PL1 bigstrkb:0:FF8A79:99:073:Select Score PL1 bigstrkb:0:FF8A7B:10:000:Score always = 10 PL2 bigstrkb:0:FF8A7B:00:000:Score always = 0 PL2 bigstrkb:0:FF8A7B:10:001:Score = 10 Now! PL2 bigstrkb:0:FF8A7B:00:001:Score = 0 Now! PL2 bigstrkb:0:FF8A7B:99:073:Select Score PL2 ; [ Big Twin ] bigtwin:0:FF0011:63:000:Infinite Credits bigtwin:0:FF010B:63:000:Infinite Lives PL1 bigtwin:0:FF00D9:00:001:Finish this Level Now! PL1 bigtwin:0:FF0975:63:000:Infinite Lives PL2 bigtwin:0:FF0943:00:001:Finish this Level Now! PL2 ; [ Bijokko Gakuen (Japan 880116) ] bijokkog:0:F0E2:FF:000:Buggy score bijokkog:0:0000:00:999:[ The winning hand cheat must be ] bijokkog:0:0000:00:999:[ activated when there are 14 tiles ] bijokkog:0:0000:00:999:[ in your hand, then press the RON ] bijokkog:0:0000:00:999:[ key ('Z' by default). The tiles do ] bijokkog:0:0000:00:999:[ not visually change until you make ] bijokkog:0:0000:00:999:[ a move. ] bijokkog:0:F40E:31:001:Get winning hand Now! bijokkog:0:F40F:31:501:Get winning hand Now! (02/14) bijokkog:0:F410:31:501:Get winning hand Now! (03/14) bijokkog:0:F411:32:501:Get winning hand Now! (04/14) bijokkog:0:F412:32:501:Get winning hand Now! (05/14) bijokkog:0:F413:32:501:Get winning hand Now! (06/14) bijokkog:0:F414:33:501:Get winning hand Now! (07/14) bijokkog:0:F415:33:501:Get winning hand Now! (08/14) bijokkog:0:F416:33:501:Get winning hand Now! (09/14) bijokkog:0:F417:34:501:Get winning hand Now! (10/14) bijokkog:0:F418:34:501:Get winning hand Now! (11/14) bijokkog:0:F419:34:501:Get winning hand Now! (12/14) bijokkog:0:F41A:35:501:Get winning hand Now! (13/14) bijokkog:0:F41B:35:501:Get winning hand Now! (14/14) bijokkog:0:F40E:31:000:Always winning hand bijokkog:0:F40F:31:500:Always winning hand (02/14) bijokkog:0:F410:31:500:Always winning hand (03/14) bijokkog:0:F411:32:500:Always winning hand (04/14) bijokkog:0:F412:32:500:Always winning hand (05/14) bijokkog:0:F413:32:500:Always winning hand (06/14) bijokkog:0:F414:33:500:Always winning hand (07/14) bijokkog:0:F415:33:500:Always winning hand (08/14) bijokkog:0:F416:33:500:Always winning hand (09/14) bijokkog:0:F417:34:500:Always winning hand (10/14) bijokkog:0:F418:34:500:Always winning hand (11/14) bijokkog:0:F419:34:500:Always winning hand (12/14) bijokkog:0:F41A:35:500:Always winning hand (13/14) bijokkog:0:F41B:35:500:Always winning hand (14/14) :bijokkog:00000006:F40E:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bijokkog:00000006:F48E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bijokkog:0:0000:00:999:[ Here is the look-up list for ] bijokkog:0:0000:00:999:[ the above watches. ] bijokkog:0:0000:00:999:[ ] bijokkog:0:0000:00:999:[ value common name chinese name ] bijokkog:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bijokkog:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bijokkog:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bijokkog:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bijokkog:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bijokkog:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bijokkog:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bijokkog:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bijokkog:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bijokkog:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bijokkog:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bijokkog:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bijokkog:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bijokkog:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bijokkog:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bijokkog:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bijokkog:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bijokkog:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bijokkog:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bijokkog:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bijokkog:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bijokkog:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bijokkog:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bijokkog:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bijokkog:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bijokkog:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bijokkog:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bijokkog:0:0000:00:999:[ 31h East "wind" ] bijokkog:0:0000:00:999:[ 32h South "wind" ] bijokkog:0:0000:00:999:[ 33h West "wind" ] bijokkog:0:0000:00:999:[ 34h North "wind" ] bijokkog:0:0000:00:999:[ 35h White "dragon" ] bijokkog:0:0000:00:999:[ 36h Green "dragon" ] bijokkog:0:0000:00:999:[ 37h Red "dragon" ] bijokkog:0:0000:00:999:[ 3Fh - no tile - ] ; [ Bijokko Yume Monogatari (Japan 870925) ] bijokkoy:0:F0E2:FF:000:Buggy score bijokkoy:0:0000:00:999:[ The winning hand cheat must be ] bijokkoy:0:0000:00:999:[ activated when there are 14 tiles ] bijokkoy:0:0000:00:999:[ in your hand, then press the RON ] bijokkoy:0:0000:00:999:[ key ('Z' by default). The tiles do ] bijokkoy:0:0000:00:999:[ not visually change until you make ] bijokkoy:0:0000:00:999:[ a move. ] bijokkoy:0:F40E:31:001:Get winning hand Now! bijokkoy:0:F40F:31:501:Get winning hand Now! (02/14) bijokkoy:0:F410:31:501:Get winning hand Now! (03/14) bijokkoy:0:F411:32:501:Get winning hand Now! (04/14) bijokkoy:0:F412:32:501:Get winning hand Now! (05/14) bijokkoy:0:F413:32:501:Get winning hand Now! (06/14) bijokkoy:0:F414:33:501:Get winning hand Now! (07/14) bijokkoy:0:F415:33:501:Get winning hand Now! (08/14) bijokkoy:0:F416:33:501:Get winning hand Now! (09/14) bijokkoy:0:F417:34:501:Get winning hand Now! (10/14) bijokkoy:0:F418:34:501:Get winning hand Now! (11/14) bijokkoy:0:F419:34:501:Get winning hand Now! (12/14) bijokkoy:0:F41A:35:501:Get winning hand Now! (13/14) bijokkoy:0:F41B:35:501:Get winning hand Now! (14/14) bijokkoy:0:F40E:31:000:Always winning hand bijokkoy:0:F40F:31:500:Always winning hand (02/14) bijokkoy:0:F410:31:500:Always winning hand (03/14) bijokkoy:0:F411:32:500:Always winning hand (04/14) bijokkoy:0:F412:32:500:Always winning hand (05/14) bijokkoy:0:F413:32:500:Always winning hand (06/14) bijokkoy:0:F414:33:500:Always winning hand (07/14) bijokkoy:0:F415:33:500:Always winning hand (08/14) bijokkoy:0:F416:33:500:Always winning hand (09/14) bijokkoy:0:F417:34:500:Always winning hand (10/14) bijokkoy:0:F418:34:500:Always winning hand (11/14) bijokkoy:0:F419:34:500:Always winning hand (12/14) bijokkoy:0:F41A:35:500:Always winning hand (13/14) bijokkoy:0:F41B:35:500:Always winning hand (14/14) :bijokkoy:00000006:F40E:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bijokkoy:00000006:F48E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bijokkoy:0:0000:00:999:[ Here is the look-up list for ] bijokkoy:0:0000:00:999:[ the above watches. ] bijokkoy:0:0000:00:999:[ ] bijokkoy:0:0000:00:999:[ value common name chinese name ] bijokkoy:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bijokkoy:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bijokkoy:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bijokkoy:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bijokkoy:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bijokkoy:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bijokkoy:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bijokkoy:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bijokkoy:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bijokkoy:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bijokkoy:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bijokkoy:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bijokkoy:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bijokkoy:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bijokkoy:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bijokkoy:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bijokkoy:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bijokkoy:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bijokkoy:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bijokkoy:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bijokkoy:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bijokkoy:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bijokkoy:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bijokkoy:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bijokkoy:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bijokkoy:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bijokkoy:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bijokkoy:0:0000:00:999:[ 31h East "wind" ] bijokkoy:0:0000:00:999:[ 32h South "wind" ] bijokkoy:0:0000:00:999:[ 33h West "wind" ] bijokkoy:0:0000:00:999:[ 34h North "wind" ] bijokkoy:0:0000:00:999:[ 35h White "dragon" ] bijokkoy:0:0000:00:999:[ 36h Green "dragon" ] bijokkoy:0:0000:00:999:[ 37h Red "dragon" ] bijokkoy:0:0000:00:999:[ 3Fh - no tile - ] ; [ Billiards, The ] billiard:0:8002:63:000:Infinite Credits billiard:0:81C0:03:000:Infinite Lives billiard:0:81A6:03:000:Infinite Rests ; [ Bio Attack ] bioatack:0:8044:03:000:Infinite Lives bioatack:0:8023:0D:007:Infinite Oxygen bioatack:0:8024:0B:507:Infinite Oxygen (2/2) :bioatack:20800000:0AB4:00000018:FFFFFFFF:Invincibility:Enable to disable a scenery :bioatack:20810000:0C6B:00000000:FFFFFFFF:Invincibility (2/7):1st = Scenery (Odd Area), 2nd = Object (Odd Area) :bioatack:20810000:0F97:00000000:FFFFFFFF:Invincibility (3/7):Enemy (Odd Area) :bioatack:20810000:45DD:000000DF:FFFFFFFF:Invincibility (4/7):Enemy (Area 2) :bioatack:20810000:510C:00000000:FFFFFFFF:Invincibility (5/7):Enemy (Area 4) :bioatack:20810000:54F1:00000000:FFFFFFFF:Invincibility (6/7):Scenery (Even Area) :bioatack:20810000:60F2:00000000:FFFFFFFF:Invincibility (7/7):Enemy (Area 6) :bioatack:00000000:8609:00000000:FFFFFFFF:Rapid Fire :bioatack:00010000:8116:00000000:FFFFFFFF:Rapid Fire (2/2):1st = Even Area, 2nd = Odd Area bioatack:0:0000:00:999:[See the Dip Switch Menu to ] bioatack:0:0000:00:999:[enable an alternate ] bioatack:0:0000:00:999:[Invincibility cheat ] ; [ BioFreaks (prototype) ] biofreak:0:00118EAD:64:000:Infinite Energy PL1 biofreak:0:00118EAD:00:001:Drain All Energy Now! PL1 biofreak:0:0011B719:64:000:Infinite Energy PL2 biofreak:0:0011B719:00:001:Drain All Energy Now! PL2 ; [ Biomechanical Toy (unprotected) ] biomtoy:0:FF072B:09:000:Infinite Lives biomtoy:0:FF0729:E0:000:Infinite Energy biomtoy:0:FF0547:5C:000:Infinite Ammo.:Get some bullets first biomtoy:0:FF5EFB:02:000:Invincibility biomtoy:0:FF0549:00:000:Always have No Bullets biomtoy:0:FF0549:01:000:Always have Normal Bullets biomtoy:0:FF0549:02:000:Always have Flame Bullets biomtoy:0:FF0549:00:001:Get No Bullets Now! biomtoy:0:FF0549:01:001:Get Normal Bullets Now! biomtoy:0:FF0549:02:001:Get Flame Bullets Now! ; [ Bionic Commando (US set 1) ] bionicc:0:FFC550:00:000:Infinite Credits bionicc:0:FFC551:63:500:Infinite Credits (2/2) :bionicc:60000000:000000:00000000:00000000:[ 1 Loop = 5 Stages. Total 2 Loops ] :bionicc:00000301:FFC5A4:00000001:FFFFFFFF:Select Current Loop :bionicc:00001301:FFC588:00000004:FFFFFFFF:Select Starting Stage:Set on displayed "Press Start" message screen bionicc:0:FFC5A1:99:000:Infinite Time bionicc:0:FFC57E:08:000:Infinite Lives :bionicc:20800000:00A786:00000060:FFFFFFFF:Invincibility :bionicc:20810000:00AA52:00000060:FFFFFFFF:Invincibility (2/9):1st & 2nd = Enemy :bionicc:20B10000:00AD1E:0C020002:FFFFFFFF:Invincibility (3/9):3rd - 5th = Enabled collision check for pipe :bionicc:20910000:00AD22:00006604:FFFFFFFF:Invincibility (4/9) :bionicc:20B10000:00AD24:6000005A:FFFFFFFF:Invincibility (5/9) :bionicc:20B10000:00AEFC:0C02000B:FFFFFFFF:Invincibility (6/9):6th - 8th = Enabled collision check for items :bionicc:20910000:00AF00:00006604:FFFFFFFF:Invincibility (7/9) :bionicc:20B10000:00AF02:600000DE:FFFFFFFF:Invincibility (8/9) :bionicc:20810000:024302:00000060:FFFFFFFF:Invincibility (9/9):Bee bionicc:0:FFC999:01:000:Always have fast arm "ON" bionicc:0:FFC999:00:001:Turn fast arm "OFF" :bionicc:00000000:FFC55A:00000000:00000002:Rapid Fire:Turn it OFF on the name entry screen ; [ Bionic Commando (US set 2) ] bionicc2:0:FFC550:00:000:Infinite Credits bionicc2:0:FFC551:63:500:Infinite Credits (2/2) :bionicc2:60000000:000000:00000000:00000000:[ 1 Loop = 5 Stages. Total 2 Loops ] :bionicc2:00000301:FFC5A4:00000001:FFFFFFFF:Select Current Loop :bionicc2:00001301:FFC588:00000004:FFFFFFFF:Select Starting Stage:Set on displayed "Press Start" message screen bionicc2:0:FFC5A1:99:000:Infinite Time bionicc2:0:FFC57E:08:000:Infinite Lives :bionicc2:20800000:00A782:00000060:FFFFFFFF:Invincibility :bionicc2:20810000:00AA4E:00000060:FFFFFFFF:Invincibility (2/9):1st & 2nd = Enemy :bionicc2:20B10000:00AD1A:0C020002:FFFFFFFF:Invincibility (3/9):3rd - 5th = Enabled collision check for pipe :bionicc2:20910000:00AD1E:00006604:FFFFFFFF:Invincibility (4/9) :bionicc2:20B10000:00AD20:6000005A:FFFFFFFF:Invincibility (5/9) :bionicc2:20B10000:00AEF8:0C02000B:FFFFFFFF:Invincibility (6/9):6th - 8th = Enabled collision check for items :bionicc2:20910000:00AEFC:00006604:FFFFFFFF:Invincibility (7/9) :bionicc2:20B10000:00AEFE:600000DE:FFFFFFFF:Invincibility (8/9) :bionicc2:20810000:0242FE:00000060:FFFFFFFF:Invincibility (9/9):Bee bionicc2:0:FFC999:01:000:Always have fast arm "ON" bionicc2:0:FFC999:00:001:Turn fast arm "OFF" :bionicc2:00000000:FFC55A:00000000:00000002:Rapid Fire:Turn it OFF on the name entry screen ; [ Bio-ship Paladin ] bioship:0:0F02DD:06:000:Infinite Lives PL1 bioship:0:0F0331:14:000:Infinite Energy PL1 bioship:0:0F0335:40:000:Always have Max beam PL1 bioship:0:0F02DB:4F:000:Invincibility PL1 bioship:0:0F02FA:FF:000:Always have Autobeam PL1 bioship:0:0F0375:21:000:Infinite Auto-beam time PL1:You must get the auto-beam powerup for it to work though bioship:0:0F0E5D:06:000:Infinite Lives PL2 bioship:0:0F0EB1:14:000:Infinite Energy PL2 bioship:0:0F0EB5:40:000:Always have Max beam PL2 bioship:0:0F0E5B:4F:000:Invincibility PL2 bioship:0:0F0E7A:FF:000:Always have Autobeam PL2 bioship:0:0F0EF5:21:000:Infinite Auto-beam time PL1:You must get the auto-beam powerup for it to work though bioship:0:000000:00:999:[ These cheats are from the "option" ] bioship:0:000000:00:999:[ menu of the test mode. But the ] bioship:0:000000:00:999:[ values are reset when you reset ] bioship:0:000000:00:999:[ the game. Using cheats allows you ] bioship:0:000000:00:999:[ to change them with ease. ] bioship:0:0F0054:00:000:Hit check always "ON" bioship:0:0F0055:00:500:Hit check always "ON" (2/2) bioship:0:0F0054:FF:000:Hit check always "OFF" bioship:0:0F0055:FF:500:Hit check always "OFF" (2/2) bioship:0:0F0056:FF:000:Round select always "ON" bioship:0:0F0057:FF:500:Round select always "ON" (2/2) bioship:0:0F0056:00:000:Round select always "OFF" bioship:0:0F0057:00:500:Round select always "OFF" (2/2) ; [ Birdie Try (Japan) ] birdtry:0:FF89C4:01:000:Always get a Hole in One ; [ Bishi Bashi Championship Mini Game Senshuken (ver JAA) ] bishi:0:400453:FF:000:Infinite Credits bishi:0:400505:FF:000:Infinite Time bishi:0:4004B5:05:000:Infinite Lives PL1 bishi:0:4004B7:05:000:Infinite Lives PL2 bishi:0:4004B9:05:000:Infinite Lives PL3 ; [ Blue's Journey / Raguy ] bjourney:0:10FD89:64:000:Infinite Continues bjourney:0:1030B2:00:500:Infinite Continues (2/3) bjourney:0:1030B3:00:500:Infinite Continues (3/3) bjourney:0:106906:38:002:Infinite Time bjourney:0:106907:40:502:Infinite Time (2/2) bjourney:0:10783F:09:000:Infinite Shop Time bjourney:0:107000:09:000:Infinite Lives PL1 bjourney:0:107009:7F:000:Invincibility PL1 bjourney:0:107011:05:000:Infinite Energy PL1 bjourney:0:107020:05:500:Infinite Energy PL1 (2/2) bjourney:0:107010:FF:001:Get 255 Roses Now! PL1 bjourney:0:107010:FF:000:Infinite Money PL1 bjourney:0:10701B:FF:500:Infinite Money PL1 (2/2) bjourney:0:107017:04:000:Always 1 cocoon for life PL1 bjourney:0:107017:04:001:Get 1 cocoon for life Now!PL1 bjourney:0:107012:02:000:Always have leaf PL1 bjourney:0:10702B:00:500:Always have leaf PL1 (2/3) bjourney:0:10702C:00:500:Always have leaf PL1 (3/3) bjourney:0:107012:00:000:Always have boomrang PL1 bjourney:0:10702B:03:500:Always have boomrang PL1 (2/3) bjourney:0:10702C:00:500:Always have boomrang PL1 (3/3) bjourney:0:107012:00:000:Always have "bomb" PL1 bjourney:0:10702B:00:500:Always have "bomb" PL1 (2/3) bjourney:0:10702C:03:500:Always have "bomb" PL1 (3/3) bjourney:0:107012:02:001:Get leaf Now! PL1 bjourney:0:10702B:00:501:Get leaf Now! PL1 (2/3) bjourney:0:10702C:00:501:Get leaf Now! PL1 (3/3) bjourney:0:107012:00:001:Get boomrang Now! PL1 bjourney:0:10702B:03:501:Get boomrang Now! PL1 (2/3) bjourney:0:10702C:00:501:Get boomrang Now! PL1 (3/3) bjourney:0:107012:00:001:Get "bomb" Now! PL1 bjourney:0:10702B:00:501:Get "bomb" Now! PL1 (2/3) bjourney:0:10702C:03:501:Get "bomb" Now! PL1 (3/3) bjourney:0:10701C:01:000:Never lose flowers PL1 bjourney:0:107019:00:000:Never get cursed PL1 bjourney:0:10701A:01:000:Always have the club PL1 bjourney:0:107013:01:000:Always have the spikes PL1 bjourney:0:107014:01:000:Always have the spring PL1 bjourney:0:107015:01:000:Always have the swin fin PL1 bjourney:0:107015:01:000:Always have the light safe PL1 bjourney:0:107015:02:000:Always have the super safe PL1 bjourney:0:10701A:01:001:Get the club Now! PL1 bjourney:0:107013:01:001:Get the spikes Now! PL1 bjourney:0:107014:01:001:Get the spring Now! PL1 bjourney:0:107015:01:001:Get the swin fin Now! PL1 bjourney:0:107016:00:000:Always have No Safe PL1 bjourney:0:107016:01:000:Always have the Light Safe PL1 bjourney:0:107016:02:000:Always have the Super Safe PL1 bjourney:0:107016:00:001:Get No Safe Now! PL1 bjourney:0:107016:01:001:Get the Light Safe Now! PL1 bjourney:0:107016:02:001:Get the Super Safe Now! PL1 bjourney:0:107400:09:000:Infinite Lives PL2 bjourney:0:107409:7F:000:Invincibility PL2 bjourney:0:107411:05:000:Infinite Energy PL2 bjourney:0:107420:05:500:Infinite Energy PL2 (2/2) bjourney:0:107410:FF:001:Get 255 Roses Now! PL2 bjourney:0:107410:FF:000:Infinite Money PL2 bjourney:0:10741B:FF:500:Infinite Money PL2 (2/2) bjourney:0:107417:04:000:Always 1 cocoon for life PL2 bjourney:0:107417:04:001:Get 1 cocoon for life Now!PL2 bjourney:0:107412:02:000:Always have leaf PL2 bjourney:0:10742B:00:500:Always have leaf PL2 (2/3) bjourney:0:10742C:00:500:Always have leaf PL2 (3/3) bjourney:0:107412:00:000:Always have boomrang PL2 bjourney:0:10742B:03:500:Always have boomrang PL2(2/3) bjourney:0:10742C:00:500:Always have boomrang PL2(3/3) bjourney:0:107412:00:000:Always have "bomb" PL2 bjourney:0:10742B:00:500:Always have "bomb" PL2 (2/3) bjourney:0:10742C:03:500:Always have "bomb" PL2 (3/3) bjourney:0:107412:02:001:Get leaf Now! PL2 bjourney:0:10742B:00:501:Get leaf Now! PL2 (2/3) bjourney:0:10742C:00:501:Get leaf Now! PL2 (3/3) bjourney:0:107412:00:001:Get boomrang Now! PL2 bjourney:0:10742B:03:501:Get boomrang Now! PL2(2/3) bjourney:0:10742C:00:501:Get boomrang Now! PL2(3/3) bjourney:0:107412:00:001:Get "bomb" Now! PL2 bjourney:0:10742B:00:501:Get "bomb" Now! PL2 (2/3) bjourney:0:10742C:03:501:Get "bomb" Now! PL2 (3/3) bjourney:0:10741C:01:000:Never lose flowers PL2 bjourney:0:107419:00:000:Never get cursed PL2 bjourney:0:10741A:01:000:Always have the club PL2 bjourney:0:107413:01:000:Always have the spikes PL2 bjourney:0:107414:01:000:Always have the spring PL2 bjourney:0:107415:01:000:Always have the swin fin PL2 bjourney:0:10741A:01:001:Get the club Now! PL2 bjourney:0:107413:01:001:Get the spikes Now! PL2 bjourney:0:107414:01:001:Get the spring Now! PL2 bjourney:0:107415:01:001:Get the swin fin Now! PL2 bjourney:0:107416:00:000:Always have No Safe PL2 bjourney:0:107416:01:000:Always have the Light Safe PL2 bjourney:0:107416:02:000:Always have the Super Safe PL2 bjourney:0:107416:00:001:Get No Safe Now! PL2 bjourney:0:107416:01:001:Get the Light Safe Now! PL2 bjourney:0:107416:02:001:Get the Super Safe Now! PL2 :bjourney:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :bjourney:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :bjourney:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Bombjack Twin ] bjtwin:0:0F9003:09:000:Infinite Credits bjtwin:0:0F9092:09:000:Infinite Bonus Game Time bjtwin:0:0F9093:90:500:Infinite Bonus Game Time(2/2) bjtwin:0:0F1204:01:000:Infinite "Power" Time bjtwin:0:0F1205:40:500:Infinite "Power" Time (2/2) bjtwin:0:0F9071:04:000:Always x5 Bonus Multiplier bjtwin:0:0F9073:13:000:Always next bomb for "power" bjtwin:0:0F9071:04:001:Get x5 Bonus Multiplier Next! bjtwin:0:0F9073:13:001:Get next bomb for "power"Now! bjtwin:0:0F1037:06:000:Infinite Lives PL1 bjtwin:0:0F106F:FF:000:Invincibility PL1 bjtwin:0:0F105D:63:000:Maximum items PL1 bjtwin:0:0F106B:18:000:Max bombs (solo/bonus) PL1 bjtwin:0:0F106D:17:000:Max fire bombs(solo/bonus)PL1 bjtwin:0:0F106B:46:000:Max bombs (dual game) PL1 bjtwin:0:0F106D:45:000:Max fire bombs (dual game)PL1 bjtwin:0:0F1137:06:000:Infinite Lives PL2 bjtwin:0:0F116F:FF:000:Invincibility PL2 bjtwin:0:0F115D:63:000:Maximum items PL2 bjtwin:0:0F116B:18:000:Max bombs (solo/bonus) PL2 bjtwin:0:0F116D:17:000:Max fire bombs(solo/bonus)PL2 bjtwin:0:0F116B:46:000:Max bombs (dual game) PL2 bjtwin:0:0F116D:45:000:Max fire bombs (dual game)PL2 ; [ Birdie King ] bking:0:9336:39:000:Infinite Time bking:0:80C3:00:000:Infinite Strokes PL1 bking:0:80CC:12:000:Infinite Holes PL1 bking:0:80C3:00:001:Reset Strokes Now! PL1 bking:0:80C2:11:001:Goto last hole, next hole PL1 bking:0:80D3:00:000:Infinite Strokes PL2 bking:0:80DC:12:000:Infinite Holes PL2 bking:0:80D3:00:001:Reset Strokes Now! PL2 bking:0:80D2:11:001:Goto last hole, next hole PL2 ; [ Birdie King 2 ] bking2:0:9336:39:000:Infinite Time bking2:0:80C3:00:000:Infinite Strokes PL1 bking2:0:80CC:12:000:Infinite Holes PL1 bking2:0:80C3:00:001:Reset Strokes Now! PL1 bking2:0:80C2:11:001:Goto last hole, next hole PL1 bking2:0:80D3:00:000:Infinite Strokes PL2 bking2:0:80DC:12:000:Infinite Holes PL2 bking2:0:80D3:00:001:Reset Strokes Now! PL2 bking2:0:80D2:11:001:Goto last hole, next hole PL2 ; [ Birdie King 3 ] bking3:0:9338:39:000:Infinite Time bking3:0:80C3:00:000:Infinite Strokes PL1 bking3:0:80CC:12:000:Infinite Holes PL1 bking3:0:80C3:00:001:Reset Strokes Now! PL1 bking3:0:80C2:11:001:Goto last hole, next hole PL1 bking3:0:80D3:00:000:Infinite Strokes PL2 bking3:0:80DC:12:000:Infinite Holes PL2 bking3:0:80D3:00:001:Reset Strokes Now! PL2 bking3:0:80D2:11:001:Goto last hole, next hole PL2 ; [ Bakuretsu Quiz Ma-Q Dai Bouken (Japan) ] bkrtmaq:0:002FDD:09:000:Infinite Credits bkrtmaq:0:000000:00:999:[Watch out for these values ] bkrtmaq:0:000000:00:999:[ 08=1, 04=2, 02=3, 01=4 ] bkrtmaq:0:0029F6:00:998:Watch me for good answer bkrtmaq:0:0029F6:08:000:Answer 1 always correct bkrtmaq:0:0029F5:02:001:Good answer ends quiz Now! bkrtmaq:0:0029ED:03:501:Good answer ends quiz Now! (2/2) bkrtmaq:0:002109:06:000:Infinite Lives PL1 bkrtmaq:0:002129:06:000:Infinite Lives PL2 ; [ Black Tiger (bootleg) ] bktigerb:0:F3A0:09:000:Infinite Lives bktigerb:0:F3B1:3B:000:Infinite Time bktigerb:0:F3AD:06:000:Infinite Shield bktigerb:0:F3A8:FF:000:Infinite Money bktigerb:0:F3B0:09:000:Infinite Potions bktigerb:0:F3AB:09:000:Infinite Keys bktigerb:0:E905:01:000:Invincibility:Falling down holes kills! bktigerb:0:F424:0F:500:Invincibility (2/2) bktigerb:0:F3AC:04:000:Always have the Best weapon bktigerb:0:F3A1:07:071:Select current level bktigerb:0:F3A1:07:061:Select next level ; [ Blades of Steel (version T) ] bladestl:0:4041:99:000:Infinite Time bladestl:0:4042:59:500:Infinite Time (2/2) bladestl:0:4041:00:001:Finish Period Now! bladestl:0:4042:00:501:Finish Period Now! (2/2) bladestl:0:4045:99:000:Infinite Play Time bladestl:0:4046:59:500:Infinite Play Time (2/2) bladestl:0:4049:99:073:Select Score 0-99 PL1 bladestl:0:4048:09:073:Select Score 100-900 PL1 bladestl:0:404B:99:073:Select Score 0-99 PL2 bladestl:0:404A:09:073:Select Score 100-900 PL2 bladestl:0:41FF:FF:000:Sound Test Timer Stop:[Unknown]Next Code ; [ Blades of Steel (version E) ] bladstle:0:4041:99:000:Infinite Time bladstle:0:4042:59:500:Infinite Time (2/2) bladstle:0:4041:00:001:Finish Period Now! bladstle:0:4042:00:501:Finish Period Now! (2/2) bladstle:0:4045:99:000:Infinite Play Time bladstle:0:4046:59:500:Infinite Play Time (2/2) bladstle:0:4049:99:073:Select Score 0-99 PL1 bladstle:0:4048:09:073:Select Score 100-900 PL1 bladstle:0:404B:99:073:Select Score 0-99 PL2 bladstle:0:404A:09:073:Select Score 100-900 PL2 bladstle:0:41FF:FF:000:Sound Test Timer Stop:[Unknown]Next Code ; [ Blandia ] blandia:0:300ABF:09:000:Infinite Credits blandia:0:3010FF:63:000:Infinite Time blandia:0:3010FF:00:001:Finish this Round Now!: blandia:0:30110F:80:000:Infinite Energy PL1 blandia:0:301113:80:500:Infinite Energy PL1 (2/2) blandia:0:30110F:00:001:Drain all Energy Now! PL1: blandia:0:301113:00:501:Drain all Energy Now! PL1 (2/2) blandia:0:30110D:80:000:Infinite Energy PL2 blandia:0:301111:80:500:Infinite Energy PL2 (2/2) blandia:0:30110D:00:001:Drain all Energy Now! PL2: blandia:0:301111:00:501:Drain all Energy Now! PL2 (2/2) ; [ Blandia (prototype) ] blandiap:0:200ABF:09:000:Infinite Credits blandiap:0:2010C1:63:000:Infinite Time blandiap:0:2010C1:00:001:Finish this Round Now!: blandiap:0:2010D1:80:000:Infinite Energy PL1 blandiap:0:2010D5:80:500:Infinite Energy PL1 (2/2) blandiap:0:2010D1:00:001:Drain all Energy Now! PL1: blandiap:0:2010D5:00:501:Drain all Energy Now! PL1 (2/2) blandiap:0:2010CF:80:000:Infinite Energy PL2 blandiap:0:2010D3:80:500:Infinite Energy PL2 (2/2) blandiap:0:2010CF:00:001:Drain all Energy Now! PL2: blandiap:0:2010D3:00:501:Drain all Energy Now! PL2 (2/2) ; [ Blaster (early 30 wave version) ] blast30:0:BD89:99:000:Infinite Credits blast30:0:973E:03:000:Infinite Energy blast30:0:BD26:09:000:Infinite Lives PL1 blast30:0:BD29:63:061:Select Next Wave PL1:Level 20 equates to Paradise! blast30:0:BD44:09:000:Infinite Lives PL2 blast30:0:BD47:63:061:Select Next Wave PL2:Level 20 equates to Paradis ; [ Blasted ] blasted:0:060BBB:32:000:Infinite Energy PL1 blasted:0:060E3B:32:000:Infinite Energy PL2 ; [ Blaster ] blaster:0:BD89:99:000:Infinite Credits blaster:0:973E:03:000:Infinite Energy blaster:0:BD26:09:000:Infinite Lives PL1 blaster:0:BD29:63:061:Select Next Wave PL1:Level 20 equates to Paradise! blaster:0:BD44:09:000:Infinite Lives PL2 blaster:0:BD47:63:061:Select Next Wave PL2:Level 20 equates to Paradise! ; [ Blaster (kit) ] blastkit:0:BD89:99:000:Infinite Credits blastkit:0:973E:03:000:Infinite Energy blastkit:0:BD26:09:000:Infinite Lives PL1 blastkit:0:BD29:63:061:Select Next Wave PL1:Level 20 equates to Paradise! blastkit:0:BD44:09:000:Infinite Lives PL2 blastkit:0:BD47:63:061:Select Next Wave PL2:Level 20 equates to Paradise! ; [ Blasto ] blasto:0:FF06:30:000:Infinite Time ; [ Blast Off (Japan) ] blastoff:0:4001:09:000:Infinite Credits :blastoff:39900000:3F7102:0000B507:FFFFFFFF:Invincibility :blastoff:39810000:3FB283:000000AD:FFFFFFFF:Invincibility (2/3):1st = Scenery, 2nd = Enemy :blastoff:39810000:3FBA47:00000020:FFFFFFFF:Invincibility (3/3):Fire blastoff:0:431F:04:000:Infinite Lives PL1 :blastoff:00000000:004310:00000000:FFFFFFFF:Rapid Fire PL1 blastoff:0:435F:04:000:Infinite Lives PL2 :blastoff:00000000:004350:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Blaze On (Japan) ] blazeon:0:3001E0:09:000:Infinite Credits blazeon:0:3035DD:05:000:Infinite Lives PL1 blazeon:0:3002B2:03:000:Infinite Special Weapon PL1 :blazeon:00000000:300297:00000003:FFFFFFFF:Invincibility PL1 :blazeon:00010000:3002A0:00000002:00000002:Invincibility PL1 (2/2) :blazeon:00000000:300286:00000000:00000010:Rapid Fire - Shot 1 PL1 :blazeon:00000000:300286:00000000:00000020:Rapid Fire - Shot 2 PL1 blazeon:0:3035DE:05:000:Infinite Lives PL2 blazeon:0:300322:03:000:Infinite Special Weapon PL2 :blazeon:00000000:300307:00000003:FFFFFFFF:Invincibility PL2 :blazeon:00010000:300310:00000002:00000002:Invincibility PL2 (2/2) :blazeon:00000000:3002F6:00000000:00000010:Rapid Fire - Shot 1 PL2 :blazeon:00000000:3002F6:00000000:00000020:Rapid Fire - Shot 2 PL2 ; [ Blazer (Japan) ] blazer:0:2040:0A:000:Infinite Lives blazer:0:205C:66:000:Infinite Fuel blazer:0:2065:00:000:Always have normal shot blazer:0:2063:00:500:Always have normal shot (2/2) blazer:0:2065:01:000:Always have 4 way shot blazer:0:2063:00:500:Always have 4 way shot (2/2) blazer:0:2063:01:000:Always have Torpedo shot blazer:0:2065:00:500:Always have Torpedo shot(2/2) blazer:0:2065:00:001:Get normal shot Now! blazer:0:2063:00:501:Get normal shot Now! (2/2) blazer:0:2065:01:001:Get 4 way shot Now! blazer:0:2063:00:501:Get 4 way shot Now! (2/2) blazer:0:2063:01:001:Get Torpedo shot Now! blazer:0:2065:00:501:Get Torpedo shot Now! (2/2) ; [ Blazing Star ] blazstar:0:101BA1:09:000:Infinite Lives PL1 blazstar:0:101B79:03:000:Max Power PL1 blazstar:0:101B7C:01:005:Auto Fire PL1:Press F6 to stop fire blazstar:0:101B9D:02:000:Invincibility PL1 blazstar:0:103805:01:520:Invincibility PL1 (2/2) blazstar:0:101BA3:09:000:Infinite Lives PL2 blazstar:0:101B7B:03:000:Max Power PL2 blazstar:0:101B7E:01:005:Auto Fire PL2:Press F6 to stop fire blazstar:0:101B9F:02:000:Invincibility PL2 blazstar:0:104405:01:520:Invincibility PL2 (2/2) :blazstar:00001301:101C87:00000006:FFFFFFFF:Select starting round:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! blazstar:0:101C87:06:061:Select next round :blazstar:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :blazstar:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :blazstar:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Block Gal (bootleg) ] blckgalb:0:C040:09:000:Infinite Credits blckgalb:0:C00C:01:001:Finish this level Now! :blckgalb:20800000:10DC7:000000CD:FFFFFFFF:Always Keep a Ball :blckgalb:20910000:00DC8:0000184E:FFFFFFFF:Always Keep a Ball (2/4):1st & 2nd = call $184E :blckgalb:20810000:10DCA:000000C3:FFFFFFFF:Always Keep a Ball (3/4):3rd & 4th = jp $0E2C :blckgalb:20910000:00DCB:00000E2C:FFFFFFFF:Always Keep a Ball (4/4) blckgalb:0:C019:03:000:Infinite Lives PL1 blckgalb:0:C018:14:062:Select next level PL1 blckgalb:0:C021:03:000:Infinite Lives PL2 blckgalb:0:C020:14:062:Select next level PL2 ; [ Block Out (set 2) ] blckout2:0:1D5F23:99:000:Infinite Credits blckout2:0:1D5F15:63:000:Infinite bonus time PL1 blckout2:0:1D5E8D:00:001:Finish this Round Now! PL1 blckout2:0:1D5E95:01:000:PL1 One face to beat PL2 blckout2:0:1D5E97:01:000:PL2 One face to beat PL1 blckout2:0:1D5E95:01:001:PL1 One face to beat PL2 Now! blckout2:0:1D5E97:01:001:PL2 One face to beat PL1 Now! blckout2:0:1D5E91:00:000:Score always set to 0 PL1 blckout2:0:1D5E93:00:000:Score always set to 0 PL2 blckout2:0:1D5E91:00:001:Set score to 0 Now! PL1 blckout2:0:1D5E93:00:001:Set score to 0 Now! PL2 ; [ Block Out (Japan) ] blckoutj:0:1D5F23:99:000:Infinite Credits blckoutj:0:1D5F15:63:000:Infinite bonus time PL1 blckoutj:0:1D5E8D:00:001:Finish this Round Now! PL1 blckoutj:0:1D5E95:01:000:PL1 One face to beat PL2 blckoutj:0:1D5E97:01:000:PL2 One face to beat PL1 blckoutj:0:1D5E95:01:001:PL1 One face to beat PL2 Now! blckoutj:0:1D5E97:01:001:PL2 One face to beat PL1 Now! blckoutj:0:1D5E91:00:000:Score always set to 0 PL1 blckoutj:0:1D5E93:00:000:Score always set to 0 PL2 blckoutj:0:1D5E91:00:001:Set score to 0 Now! PL1 blckoutj:0:1D5E93:00:001:Set score to 0 Now! PL2 ; [ Bloody Wolf (US) ] bldwolf:0:1F0009:99:000:Infinite Credits bldwolf:0:1F0024:99:000:Infinite Time bldwolf:0:1F0805:03:000:Infinite Energy PL1 :bldwolf:00000000:1F0820:00000080:00000080:Invincibility PL1 :bldwolf:00010000:1F0825:00000010:FFFFFFFF:Invincibility PL1 (2/2) bldwolf:0:1F081A:99:000:Infinite Grenade PL1 bldwolf:0:1F0819:99:000:Infinite Ammo PL1 :bldwolf:00000000:1F0200:00000000:00000010:Rapid Fire PL1 bldwolf:0:1F0817:00:000:Always Normal gun as Weapon-1 PL1 bldwolf:0:1F0817:01:000:Always Bazooka as Weapon-1 PL1 bldwolf:0:1F0817:02:000:Always Shot Gun as Weapon-1 PL1 bldwolf:0:1F0818:03:000:Always Grenade as Weapon-2 PL1 bldwolf:0:1F0818:04:000:Always Flamethrower as Weapon-2 PL1 bldwolf:0:1F0818:05:000:Always FlushGrenade as Weapon-2 PL1 bldwolf:0:1F0817:00:001:Get Normal gun as Weapon-1 Now!PL1 bldwolf:0:1F0817:01:001:Get Bazooka as Weapon-1 Now! PL1 bldwolf:0:1F0817:02:001:Get Shot Gun as Weapon-1 Now! PL1 bldwolf:0:1F0818:03:001:Get Grenade as Weapon-2 Now! PL1 bldwolf:0:1F0818:04:001:Get Flamethrower as Weapon-2Now!PL1 bldwolf:0:1F0818:05:001:Get FlushGrenade as Weapon-2Now!PL1 bldwolf:0:1F084D:03:000:Infinite Energy PL2 :bldwolf:00000000:1F0868:00000080:00000080:Invincibility PL2 :bldwolf:00010000:1F086D:00000010:FFFFFFFF:Invincibility PL2 (2/2) bldwolf:0:1F0862:99:000:Infinite Grenade PL2 bldwolf:0:1F0861:99:000:Infinite Ammo PL2 :bldwolf:00000000:1F0204:00000000:00000010:Rapid Fire PL2 bldwolf:0:1F085F:00:000:Always Normal gun as Weapon-1 PL2 bldwolf:0:1F085F:01:000:Always Bazooka as Weapon-1 PL2 bldwolf:0:1F085F:02:000:Always Shot Gun as Weapon-1 PL2 bldwolf:0:1F0860:03:000:Always Grenade as Weapon-2 PL2 bldwolf:0:1F0860:04:000:Always Flamethrower as Weapon-2 PL2 bldwolf:0:1F0860:05:000:Always FlushGrenade as Weapon-2 PL2 bldwolf:0:1F085F:00:001:Get Normal gun as Weapon-1 Now!PL2 bldwolf:0:1F085F:01:001:Get Bazooka as Weapon-1 Now! PL2 bldwolf:0:1F085F:02:001:Get Shot Gun as Weapon-1 Now! PL2 bldwolf:0:1F0860:03:001:Get Grenade as Weapon-2 Now! PL2 bldwolf:0:1F0860:04:001:Get Flamethrower as Weapon-2Now!PL2 bldwolf:0:1F0860:05:001:Get FlushGrenade as Weapon-2Now!PL2 ; [ Bloody Roar 2 (JAPAN) ] bldyror2:0:003AFA18:09:000:Infinite Credits bldyror2:0:1F800095:17:000:Infinite Time bldyror2:0:1F800094:35:500:Infinite Time (2/2) bldyror2:0:1F800095:00:001:Finish this Round Now! bldyror2:0:1F800094:01:501:Finish this Round Now! (2/2) ; [ NFL Blitz (boot ROM 1.2) ] blitz:0:00277748:1E:000:Infinite Credits blitz:0:0000:00:999:[ This game should be ]:REASON 10 blitz:0:0000:00:999:[ quite straighforward ]:REASON 10 blitz:0:0000:00:999:[ enough to find cheats ]:REASON 10 blitz:0:0000:00:999:[ for. But no cheats ]:REASON 10 blitz:0:0000:00:999:[ had been submitted ]:REASON 10 blitz:0:0000:00:999:[ at the time this cheat]:REASON 10 blitz:0:0000:00:999:[ file was compiled ]:REASON 10 blitz:0:0000:00:999:[ due to the game ]:REASON 10 blitz:0:0000:00:999:[ generating zero ]:REASON 10 blitz:0:0000:00:999:[ interest from cheat ]:REASON 10 blitz:0:0000:00:999:[ finders. If you have ]:REASON 10 blitz:0:0000:00:999:[ made some cheats for ]:REASON 10 blitz:0:0000:00:999:[ this game please post ]:REASON 10 blitz:0:0000:00:999:[ them on the cheat ]:REASON 10 blitz:0:0000:00:999:[ forums. Don't forget ]:REASON 10 blitz:0:0000:00:999:[ to search the cheat ]:REASON 10 blitz:0:0000:00:999:[ forums first though as]:REASON 10 blitz:0:0000:00:999:[ cheats may have been ]:REASON 10 blitz:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ NFL Blitz (boot ROM 1.1) ] blitz11:0:00277748:1E:000:Infinite Credits blitz11:0:0000:00:999:[ This game should be ]:REASON 10 blitz11:0:0000:00:999:[ quite straighforward ]:REASON 10 blitz11:0:0000:00:999:[ enough to find cheats ]:REASON 10 blitz11:0:0000:00:999:[ for. But no cheats ]:REASON 10 blitz11:0:0000:00:999:[ had been submitted ]:REASON 10 blitz11:0:0000:00:999:[ at the time this cheat]:REASON 10 blitz11:0:0000:00:999:[ file was compiled ]:REASON 10 blitz11:0:0000:00:999:[ due to the game ]:REASON 10 blitz11:0:0000:00:999:[ generating zero ]:REASON 10 blitz11:0:0000:00:999:[ interest from cheat ]:REASON 10 blitz11:0:0000:00:999:[ finders. If you have ]:REASON 10 blitz11:0:0000:00:999:[ made some cheats for ]:REASON 10 blitz11:0:0000:00:999:[ this game please post ]:REASON 10 blitz11:0:0000:00:999:[ them on the cheat ]:REASON 10 blitz11:0:0000:00:999:[ forums. Don't forget ]:REASON 10 blitz11:0:0000:00:999:[ to search the cheat ]:REASON 10 blitz11:0:0000:00:999:[ forums first though as]:REASON 10 blitz11:0:0000:00:999:[ cheats may have been ]:REASON 10 blitz11:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ NFL Blitz 2000 Gold Edition ] blitz2k:0:00277748:1E:000:Infinite Credits blitz2k:0:0000:00:999:[ This game should be ]:REASON 10 blitz2k:0:0000:00:999:[ quite straighforward ]:REASON 10 blitz2k:0:0000:00:999:[ enough to find cheats ]:REASON 10 blitz2k:0:0000:00:999:[ for. But no cheats ]:REASON 10 blitz2k:0:0000:00:999:[ had been submitted ]:REASON 10 blitz2k:0:0000:00:999:[ at the time this cheat]:REASON 10 blitz2k:0:0000:00:999:[ file was compiled ]:REASON 10 blitz2k:0:0000:00:999:[ due to the game ]:REASON 10 blitz2k:0:0000:00:999:[ generating zero ]:REASON 10 blitz2k:0:0000:00:999:[ interest from cheat ]:REASON 10 blitz2k:0:0000:00:999:[ finders. If you have ]:REASON 10 blitz2k:0:0000:00:999:[ made some cheats for ]:REASON 10 blitz2k:0:0000:00:999:[ this game please post ]:REASON 10 blitz2k:0:0000:00:999:[ them on the cheat ]:REASON 10 blitz2k:0:0000:00:999:[ forums. Don't forget ]:REASON 10 blitz2k:0:0000:00:999:[ to search the cheat ]:REASON 10 blitz2k:0:0000:00:999:[ forums first though as]:REASON 10 blitz2k:0:0000:00:999:[ cheats may have been ]:REASON 10 blitz2k:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ NFL Blitz '99 ] blitz99:0:00277748:1E:000:Infinite Credits blitz99:0:0000:00:999:[ This game should be ]:REASON 10 blitz99:0:0000:00:999:[ quite straighforward ]:REASON 10 blitz99:0:0000:00:999:[ enough to find cheats ]:REASON 10 blitz99:0:0000:00:999:[ for. But no cheats ]:REASON 10 blitz99:0:0000:00:999:[ had been submitted ]:REASON 10 blitz99:0:0000:00:999:[ at the time this cheat]:REASON 10 blitz99:0:0000:00:999:[ file was compiled ]:REASON 10 blitz99:0:0000:00:999:[ due to the game ]:REASON 10 blitz99:0:0000:00:999:[ generating zero ]:REASON 10 blitz99:0:0000:00:999:[ interest from cheat ]:REASON 10 blitz99:0:0000:00:999:[ finders. If you have ]:REASON 10 blitz99:0:0000:00:999:[ made some cheats for ]:REASON 10 blitz99:0:0000:00:999:[ this game please post ]:REASON 10 blitz99:0:0000:00:999:[ them on the cheat ]:REASON 10 blitz99:0:0000:00:999:[ forums. Don't forget ]:REASON 10 blitz99:0:0000:00:999:[ to search the cheat ]:REASON 10 blitz99:0:0000:00:999:[ forums first though as]:REASON 10 blitz99:0:0000:00:999:[ cheats may have been ]:REASON 10 blitz99:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ BlockBuster ] blkbustr:0:A006:09:000:Infinite Credits blkbustr:0:A071:09:000:Infinite Lives :blkbustr:20800000:233E:00000040:FFFFFFFF:Invincibility blkbustr:0:A03F:FE:000:Never have any Enemies blkbustr:0:A05B:FF:500:Never have any Enemies (2/4) blkbustr:0:A05F:FF:500:Never have any Enemies (3/4) blkbustr:0:A064:FF:500:Never have any Enemies (4/4) ; [ Black Dragon (bootleg) ] blkdrgnb:0:F3A0:09:000:Infinite Lives blkdrgnb:0:F3B1:3B:000:Infinite Time blkdrgnb:0:F3AD:06:000:Infinite Shield blkdrgnb:0:F3A8:FF:000:Infinite Money blkdrgnb:0:F3B0:09:000:Infinite Potions blkdrgnb:0:F3AB:09:000:Infinite Keys blkdrgnb:0:E905:01:000:Invincibility:Falling down holes kills! blkdrgnb:0:F424:0F:500:Invincibility (2/2) blkdrgnb:0:F3AC:04:000:Always have the Best weapon blkdrgnb:0:F3A1:07:071:Select current level blkdrgnb:0:F3A1:07:061:Select next level ; [ Black Dragon ] blkdrgon:0:F3A0:09:000:Infinite Lives blkdrgon:0:F3B1:3B:000:Infinite Time blkdrgon:0:F3AD:06:000:Infinite Shield blkdrgon:0:F3A8:FF:000:Infinite Money blkdrgon:0:F3B0:09:000:Infinite Potions blkdrgon:0:F3AB:09:000:Infinite Keys blkdrgon:0:E905:01:000:Invincibility:Falling down holes kills! blkdrgon:0:F424:0F:500:Invincibility (2/2) blkdrgon:0:F3AC:04:000:Always have the Best weapon blkdrgon:0:F3A1:07:071:Select current level blkdrgon:0:F3A1:07:061:Select next level ; [ Black Heart (Japan) ] blkhearj:0:0F9019:63:000:Infinite Credits blkhearj:0:0F7C29:0C:000:Infinite Lives PL1 blkhearj:0:0F7C2B:03:000:Maximum Fire Power PL1 blkhearj:0:0F7C2F:10:000:Infinite Extra Weapon PL1 blkhearj:0:0F7C2D:02:000:Invincibility PL1:Move the character to the right at the begining of each stage blkhearj:0:0F7CE1:09:000:Always One coin for life PL1 blkhearj:0:0F7CE1:09:001:One coin for life Now! PL1 blkhearj:0:0F7D29:0C:000:Infinite Lives PL2 blkhearj:0:0F7D2B:03:000:Maximum Fire Power PL2 blkhearj:0:0F7D2F:10:000:Infinite Extra Weapon PL2 blkhearj:0:0F7D2D:02:000:Invincibility PL2:Move the character to the right at the begining of each stage blkhearj:0:0F7DE1:09:000:Always One coin for life PL2 blkhearj:0:0F7DE1:09:001:One coin for life Now! PL2 ; [ Black Heart ] blkheart:0:0F9019:63:000:Infinite Credits blkheart:0:0F7C29:0C:000:Infinite Lives PL1 blkheart:0:0F7C2B:03:000:Maximum Fire Power PL1 blkheart:0:0F7C2F:10:000:Infinite Extra Weapon PL1 blkheart:0:0F7C2D:02:000:Invincibility PL1:Move the character to the right at the begining of each stage blkheart:0:0F7CE1:09:000:Always One coin for life PL1 blkheart:0:0F7CE1:09:001:One coin for life Now! PL1 blkheart:0:0F7D29:0C:000:Infinite Lives PL2 blkheart:0:0F7D2B:03:000:Maximum Fire Power PL2 blkheart:0:0F7D2F:10:000:Infinite Extra Weapon PL2 blkheart:0:0F7D2D:02:000:Invincibility PL2:Move the character to the right at the begining of each stage blkheart:0:0F7DE1:09:000:Always One coin for life PL2 blkheart:0:0F7DE1:09:001:One coin for life Now! PL2 ; [ Black Hole ] blkhole:0:4003:99:000:Infinite Credits blkhole:0:400A:61:500:Infinite Credits (2/3) blkhole:0:400B:61:500:Infinite Credits (3/3) :blkhole:20A00000:0C38:00000000:00FFFFFF:Invincibility: :blkhole:20A10000:0C6C:00000000:00FFFFFF:Invincibility (2/4):Part 1 Stage 1 Holes, Part 2 Stage 1 Shootable Wall :blkhole:20A10000:134F:00000000:00FFFFFF:Invincibility (3/4):Stage 2 Reflected Shot :blkhole:20A10000:135B:00000000:00FFFFFF:Invincibility (4/4):Stage 2 Touching Orbs :blkhole:00100000:4005:00000000:00001010:Rapid Fire blkhole:0:40F0:03:000:Infinite Lives PL1 blkhole:0:4130:03:000:Infinite Lives PL2 ; [ Black Panther ] blkpnthr:0:091000:07:000:Infinite Lives blkpnthr:0:09100E:11:000:Infinite Energy ; [ Black Tiger ] blktiger:0:F3A0:09:000:Infinite Lives blktiger:0:F3B1:3B:000:Infinite Time blktiger:0:F3AD:06:000:Infinite Shield blktiger:0:F3A8:FF:000:Infinite Money blktiger:0:F3B0:09:000:Infinite Potions blktiger:0:F3AB:09:000:Infinite Keys blktiger:0:E905:01:000:Invincibility:Falling down holes kills! blktiger:0:F424:0F:500:Invincibility (2/2) blktiger:0:F3AC:04:000:Always have the Best weapon blktiger:0:F3A1:07:071:Select current level blktiger:0:F3A1:07:061:Select next level ; [ Blomby Car ] blmbycar:0:FECEDE:09:000:Infinite Credits blmbycar:0:FED011:00:000:Infinite Time blmbycar:0:FECCC7:00:999:[ These speed cheats will only work when the car is moving ] blmbycar:0:FECCC7:16:000:Always drive at Maximum Speed:Turn it OFF when you crash! blmbycar:0:FECCC7:16:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect ; [ Blomby Car (not encrypted) ] blmbycau:0:FECEDE:09:000:Infinite Credits blmbycau:0:FED011:00:000:Infinite Time blmbycau:0:FECCC7:00:999:[ These speed cheats will only work when the car is moving ] blmbycau:0:FECCC7:16:000:Always drive at Maximum Speed:Turn it OFF when you crash! blmbycau:0:FECCC7:16:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect ; [ Block Block (World 910910) ] block:0:E05B:09:000:Infinite Bonus block:0:E05C:99:500:Infinite Bonus (2/2) block:0:E045:31:001:Level 50 when level ends block:0:E045:32:062:Select next level block:0:E1AD:99:000:Infinite Lives PL1 block:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first block:0:E1B3:63:000:Bat never reduces PL1 block:0:E1AA:00:500:Bat never reduces PL1 (2/3) block:0:E1AB:99:500:Bat never reduces PL1 (3/3) block:0:E1B1:06:000:Maximum bat size PL1 block:0:E1A9:00:000:Always have normal ball PL1 block:0:E1A9:01:000:Always have super ball PL1 block:0:E1B4:43:000:Always have magnet PL1 block:0:E1A9:00:001:Get the normal ball Now! PL1 block:0:E1A9:01:001:Get the super ball Now! PL1 block:0:E1B4:43:001:Get the magnet Now! PL1 block:0:E1B4:00:001:Lose the magnet Now! PL1 block:0:E1ED:99:000:Infinite Lives PL2 block:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first block:0:E1F3:63:000:Bat never reduces PL2 block:0:E1EA:00:500:Bat never reduces PL2 (2/3) block:0:E1EB:99:500:Bat never reduces PL2 (3/3) block:0:E1F1:06:000:Maximum bat size PL2 block:0:E1E9:01:000:Always have normal ball PL2 block:0:E1E9:01:000:Always have super ball PL2 block:0:E1F4:43:000:Always have magnet PL2 block:0:E1E9:01:001:Get the normal ball Now! PL2 block:0:E1E9:01:001:Get the super ball Now! PL2 block:0:E1F4:43:001:Get the magnet Now! PL2 block:0:E1F4:00:001:Lose the magnet Now! PL2 ; [ Blockade ] blockade:0:FF07:00:000:Score always set to 0 PL1 blockade:0:FF07:00:001:Set Score to 0 Now! PL1 blockade:0:FF07:06:070:Select score PL1 blockade:0:FF08:00:000:Score always set to 0 PL2 blockade:0:FF08:00:001:Set Score to 0 Now! PL2 blockade:0:FF08:06:070:Select score PL2 ; [ Block Block (bootleg) ] blockbl:0:E05B:09:000:Infinite Bonus blockbl:0:E05C:99:500:Infinite Bonus (2/2) blockbl:0:E045:31:001:Level 50 when level ends blockbl:0:E045:32:062:Select next level blockbl:0:E1AD:99:000:Infinite Lives PL1 blockbl:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first blockbl:0:E1B3:63:000:Bat never reduces PL1 blockbl:0:E1AA:00:500:Bat never reduces PL1 (2/3) blockbl:0:E1AB:99:500:Bat never reduces PL1 (3/3) blockbl:0:E1B1:06:000:Maximum bat size PL1 blockbl:0:E1A9:00:000:Always have normal ball PL1 blockbl:0:E1A9:01:000:Always have super ball PL1 blockbl:0:E1B4:43:000:Always have magnet PL1 blockbl:0:E1A9:00:001:Get the normal ball Now! PL1 blockbl:0:E1A9:01:001:Get the super ball Now! PL1 blockbl:0:E1B4:43:001:Get the magnet Now! PL1 blockbl:0:E1B4:00:001:Lose the magnet Now! PL1 blockbl:0:E1ED:99:000:Infinite Lives PL2 blockbl:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first blockbl:0:E1F3:63:000:Bat never reduces PL2 blockbl:0:E1EA:00:500:Bat never reduces PL2 (2/3) blockbl:0:E1EB:99:500:Bat never reduces PL2 (3/3) blockbl:0:E1F1:06:000:Maximum bat size PL2 blockbl:0:E1E9:01:000:Always have normal ball PL2 blockbl:0:E1E9:01:000:Always have super ball PL2 blockbl:0:E1F4:43:000:Always have magnet PL2 blockbl:0:E1E9:01:001:Get the normal ball Now! PL2 blockbl:0:E1E9:01:001:Get the super ball Now! PL2 blockbl:0:E1F4:43:001:Get the magnet Now! PL2 blockbl:0:E1F4:00:001:Lose the magnet Now! PL2 ; [ Block Carnival / Thunder & Lightning 2 ] blockcar:0:F0004A:09:000:Infinite Credits blockcar:0:C00125:01:000:Always have a Big Ball:Doesn't work on boss levels! blockcar:0:C02125:01:500:Always have a Big Ball (2/2) blockcar:0:C00125:01:001:Get a Big Ball Now!:Doesn't work on boss levels! blockcar:0:C02125:01:501:Get a Big Ball Now! (2/2) :blockcar:00000301:F00607:0000000F:FFFFFFFF:Select Starting level:Use on credit screen :blockcar:00000000:F01361:00000001:FFFFFFFF:Infinite Time To Shoot blockcar:0:F000B2:06:000:Infinite Lives PL1 blockcar:0:F000B3:06:000:Infinite Lives PL2 ; [ Blocken (Japan) ] blocken:0:304317:09:000:Infinite Credits blocken:0:3047BB:00:000:Always have 0 Lines PL1 blocken:0:304805:00:500:Always have 0 Lines PL1 (2/3) blocken:0:30877B:00:500:Always have 0 Lines PL1 (3/3) blocken:0:3047BB:07:001:Get 7 Lines Now! PL1 blocken:0:304805:07:501:Get 7 Lines Now! PL1 (2/3) blocken:0:30877B:07:501:Get 7 Lines Now! PL1 (3/3) blocken:0:308783:00:001:Win this Round Now! PL1 blocken:0:304AAF:00:000:Always have 0 Lines PL2 blocken:0:304AF9:00:500:Always have 0 Lines PL2 (2/3) blocken:0:3087DF:00:500:Always have 0 Lines PL2 (3/3) blocken:0:304AAF:07:001:Get 7 Lines Now! PL2 blocken:0:304AF9:07:501:Get 7 Lines Now! PL2 (2/3) blocken:0:3087DF:07:501:Get 7 Lines Now! PL2 (3/3) blocken:0:3087E7:00:001:Win this Round Now! PL2 ; [ Block Gal ] blockgal:0:C040:09:000:Infinite Credits blockgal:0:C00C:01:001:Finish this level Now! :blockgal:20800000:10DC7:000000CD:FFFFFFFF:Always Keep a Ball :blockgal:20910000:00DC8:0000184E:FFFFFFFF:Always Keep a Ball (2/4):1st & 2nd = call $184E :blockgal:20810000:10DCA:000000C3:FFFFFFFF:Always Keep a Ball (3/4):3rd & 4th = jp $0E2C :blockgal:20910000:00DCB:00000E2C:FFFFFFFF:Always Keep a Ball (4/4) blockgal:0:C019:03:000:Infinite Lives PL1 blockgal:0:C018:14:062:Select next level PL1 blockgal:0:C021:03:000:Infinite Lives PL2 blockgal:0:C020:14:062:Select next level PL2 ; [ Block Hole ] blockhl:0:40A0:02:000:Infinite Lives PL1 blockhl:0:40B0:02:000:Infinite Lives PL2 blockhl:0:4007:00:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Block Block (Japan 910910) ] blockj:0:E05B:09:000:Infinite Bonus blockj:0:E05C:99:500:Infinite Bonus (2/2) blockj:0:E045:31:001:Level 50 when level ends blockj:0:E045:32:062:Select next level blockj:0:E1AD:99:000:Infinite Lives PL1 blockj:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first blockj:0:E1B3:63:000:Bat never reduces PL1 blockj:0:E1AA:00:500:Bat never reduces PL1 (2/3) blockj:0:E1AB:99:500:Bat never reduces PL1 (3/3) blockj:0:E1B1:06:000:Maximum bat size PL1 blockj:0:E1A9:00:000:Always have normal ball PL1 blockj:0:E1A9:01:000:Always have super ball PL1 blockj:0:E1B4:43:000:Always have magnet PL1 blockj:0:E1A9:00:001:Get the normal ball Now! PL1 blockj:0:E1A9:01:001:Get the super ball Now! PL1 blockj:0:E1B4:43:001:Get the magnet Now! PL1 blockj:0:E1B4:00:001:Lose the magnet Now! PL1 blockj:0:E1ED:99:000:Infinite Lives PL2 blockj:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first blockj:0:E1F3:63:000:Bat never reduces PL2 blockj:0:E1EA:00:500:Bat never reduces PL2 (2/3) blockj:0:E1EB:99:500:Bat never reduces PL2 (3/3) blockj:0:E1F1:06:000:Maximum bat size PL2 blockj:0:E1E9:01:000:Always have normal ball PL2 blockj:0:E1E9:01:000:Always have super ball PL2 blockj:0:E1F4:43:000:Always have magnet PL2 blockj:0:E1E9:01:001:Get the normal ball Now! PL2 blockj:0:E1E9:01:001:Get the super ball Now! PL2 blockj:0:E1F4:43:001:Get the magnet Now! PL2 blockj:0:E1F4:00:001:Lose the magnet Now! PL2 ; [ Block Block (World 911106 Joystick) ] blockjoy:0:E05B:09:000:Infinite Bonus blockjoy:0:E05C:99:500:Infinite Bonus (2/2) blockjoy:0:E045:31:001:Level 50 when level ends blockjoy:0:E045:32:062:Select next level blockjoy:0:E1AD:99:000:Infinite Lives PL1 blockjoy:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first blockjoy:0:E1B3:63:000:Bat never reduces PL1 blockjoy:0:E1AA:00:500:Bat never reduces PL1 (2/3) blockjoy:0:E1AB:99:500:Bat never reduces PL1 (3/3) blockjoy:0:E1B1:06:000:Maximum bat size PL1 blockjoy:0:E1A9:00:000:Always have normal ball PL1 blockjoy:0:E1A9:01:000:Always have super ball PL1 blockjoy:0:E1B4:43:000:Always have magnet PL1 blockjoy:0:E1A9:00:001:Get the normal ball Now! PL1 blockjoy:0:E1A9:01:001:Get the super ball Now! PL1 blockjoy:0:E1B4:43:001:Get the magnet Now! PL1 blockjoy:0:E1B4:00:001:Lose the magnet Now! PL1 blockjoy:0:E1ED:99:000:Infinite Lives PL2 blockjoy:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first blockjoy:0:E1F3:63:000:Bat never reduces PL2 blockjoy:0:E1EA:00:500:Bat never reduces PL2 (2/3) blockjoy:0:E1EB:99:500:Bat never reduces PL2 (3/3) blockjoy:0:E1F1:06:000:Maximum bat size PL2 blockjoy:0:E1E9:01:000:Always have normal ball PL2 blockjoy:0:E1E9:01:000:Always have super ball PL2 blockjoy:0:E1F4:43:000:Always have magnet PL2 blockjoy:0:E1E9:01:001:Get the normal ball Now! PL2 blockjoy:0:E1E9:01:001:Get the super ball Now! PL2 blockjoy:0:E1F4:43:001:Get the magnet Now! PL2 blockjoy:0:E1F4:00:001:Lose the magnet Now! PL2 ; [ Block Out (set 1) ] blockout:0:1D5F25:99:000:Infinite Credits blockout:0:1D5F15:63:000:Infinite bonus time PL1 blockout:0:1D5E8D:00:001:Finish this Round Now! PL1 blockout:0:1D5E95:01:000:PL1 One face to beat PL2 blockout:0:1D5E97:01:000:PL2 One face to beat PL1 blockout:0:1D5E95:01:001:PL1 One face to beat PL2 Now! blockout:0:1D5E97:01:001:PL2 One face to beat PL1 Now! blockout:0:1D5E91:00:000:Score always set to 0 PL1 blockout:0:1D5E93:00:000:Score always set to 0 PL2 blockout:0:1D5E91:00:001:Set score to 0 Now! PL1 blockout:0:1D5E93:00:001:Set score to 0 Now! PL2 ; [ Blood Bros. (set 2) ] bloodbra:0:08002D:99:000:Infinite Credits bloodbra:0:085C21:01:001:One enemy ends levelNow!:Also one hit for boss bloodbra:0:085C22:02:501:One enemy ends levelNow!(2/2):Also one hit for boss bloodbra:0:08086C:03:000:Infinite Lives PL1 bloodbra:0:08086D:63:000:Infinite Bombs PL1 bloodbra:0:080825:78:000:Invincibility PL1 bloodbra:0:080821:03:520:Invincibility PL1 (2/2) bloodbra:0:080874:00:000:Always Use Normal Gun PL1 bloodbra:0:080874:01:000:Always Use Semi-Auto Gun PL1 bloodbra:0:080874:02:000:Always Use Full-Auto Gun PL1 bloodbra:0:080874:00:001:Get Normal Gun Now! PL1 bloodbra:0:080874:01:001:Get Semi-Auto Gun Now! PL1 bloodbra:0:080874:02:001:Get Full-Auto Gun Now! PL1 bloodbra:0:080F2C:03:000:Infinite Lives PL2 bloodbra:0:080F2D:63:000:Infinite Bombs PL2 bloodbra:0:080EE5:78:000:Invincibility PL2 bloodbra:0:080EE1:03:520:Invincibility PL2 (2/2) bloodbra:0:080F34:00:000:Always Use Normal Gun PL2 bloodbra:0:080F34:01:000:Always Use Semi-Auto Gun PL2 bloodbra:0:080F34:02:000:Always Use Full-Auto Gun PL2 bloodbra:0:080F34:00:001:Get Normal Gun Now! PL2 bloodbra:0:080F34:01:001:Get Semi-Auto Gun Now! PL2 bloodbra:0:080F34:02:001:Get Full-Auto Gun Now! PL2 ; [ Blood Bros. (set 1) ] bloodbro:0:08002D:99:000:Infinite Credits bloodbro:0:085C21:01:001:One enemy ends levelNow!:Also one hit for boss bloodbro:0:085C22:02:501:One enemy ends levelNow!(2/2):Also one hit for boss bloodbro:0:08086C:03:000:Infinite Lives PL1 bloodbro:0:08086D:63:000:Infinite Bombs PL1 bloodbro:0:080825:78:000:Invincibility PL1 bloodbro:0:080821:03:520:Invincibility PL1 (2/2) bloodbro:0:080874:00:000:Always Use Normal Gun PL1 bloodbro:0:080874:01:000:Always Use Semi-Auto Gun PL1 bloodbro:0:080874:02:000:Always Use Full-Auto Gun PL1 bloodbro:0:080874:00:001:Get Normal Gun Now! PL1 bloodbro:0:080874:01:001:Get Semi-Auto Gun Now! PL1 bloodbro:0:080874:02:001:Get Full-Auto Gun Now! PL1 bloodbro:0:080F2C:03:000:Infinite Lives PL2 bloodbro:0:080F2D:63:000:Infinite Bombs PL2 bloodbro:0:080EE5:78:000:Invincibility PL2 bloodbro:0:080EE1:03:520:Invincibility PL2 (2/2) bloodbro:0:080F34:00:000:Always Use Normal Gun PL2 bloodbro:0:080F34:01:000:Always Use Semi-Auto Gun PL2 bloodbro:0:080F34:02:000:Always Use Full-Auto Gun PL2 bloodbro:0:080F34:00:001:Get Normal Gun Now! PL2 bloodbro:0:080F34:01:001:Get Semi-Auto Gun Now! PL2 bloodbro:0:080F34:02:001:Get Full-Auto Gun Now! PL2 ; [ Blood Storm (v1.10) ] bloods11:0:00334B:C7:000:Infinite Credits bloods11:0:006A73:0A:000:Infinite Time bloods11:0:0065EF:93:000:Infinite Energy PL1 bloods11:0:0065EF:00:001:Drain All Energy Now! PL1 bloods11:0:00661B:05:000:Stuned After 1 Hit PL1 bloods11:0:00661B:00:000:Never Stuned PL1 bloods11:0:0065F5:01:001:Set Wins = 1 Now! PL1 bloods11:0:0065F5:00:001:Set Wins = 0 Now! PL1 bloods11:0:0065F4:00:000:Always play as Hellhound PL1 bloods11:0:0065F4:01:000:Always play as Freon PL1 bloods11:0:0065F4:02:000:Always play as Tempest PL1 bloods11:0:0065F4:03:000:Always play as Tremor PL1 bloods11:0:0065F4:04:000:Always play as Razor PL1 bloods11:0:0065F4:05:000:Always play as Fallout PL1 bloods11:0:0065F4:06:000:Always play as Mirage PL1 bloods11:0:0065F4:07:000:Always play as Talon PL1 bloods11:0:0065F4:08:000:Always play as Dementia PL1 bloods11:0:0065F4:09:000:Always play as Golem PL1 bloods11:0:0065F4:0A:000:Always play as Ratchet PL1 bloods11:0:0065F4:0B:000:Always play as Wraith PL1 bloods11:0:0065F4:0C:000:Always play as Sin PL1 bloods11:0:0065F4:0D:000:Always play as Craniac PL1 bloods11:0:0065F4:0E:000:Always play as Shadow PL1 bloods11:0:0065F4:0F:000:Always play as Blood PL1 bloods11:0:0065F4:10:000:Always play as Chainsaw PL1 bloods11:0:0065F4:11:000:Always play as Nekron PL1 bloods11:0:006779:93:000:Infinite Energy PL2 bloods11:0:006779:00:001:Drain All Energy Now! PL2 bloods11:0:0067A5:05:000:Stuned After 1 Hit PL2 bloods11:0:0067A5:00:000:Never Stuned PL2 bloods11:0:00677F:01:001:Set Wins = 1 Now! PL2 bloods11:0:00677F:00:001:Set Wins = 0 Now! PL2 bloods11:0:00677E:00:000:Always play as Hellhound PL1 bloods11:0:00677E:01:000:Always play as Freon PL1 bloods11:0:00677E:02:000:Always play as Tempest PL1 bloods11:0:00677E:03:000:Always play as Tremor PL1 bloods11:0:00677E:04:000:Always play as Razor PL1 bloods11:0:00677E:05:000:Always play as Fallout PL1 bloods11:0:00677E:06:000:Always play as Mirage PL1 bloods11:0:00677E:07:000:Always play as Talon PL1 bloods11:0:00677E:08:000:Always play as Dementia PL2 bloods11:0:00677E:09:000:Always play as Golem PL2 bloods11:0:00677E:0A:000:Always play as Ratchet PL2 bloods11:0:00677E:0B:000:Always play as Wraith PL2 bloods11:0:00677E:0C:000:Always play as Sin PL2 bloods11:0:00677E:0D:000:Always play as Craniac PL2 bloods11:0:00677E:0E:000:Always play as Shadow PL2 bloods11:0:00677E:0F:000:Always play as Blood PL2 bloods11:0:00677E:10:000:Always play as Chainsaw PL2 bloods11:0:00677E:11:000:Always play as Nekron PL2 ; [ Blood Storm (v2.10) ] bloods21:0:00334B:C7:000:Infinite Credits bloods21:0:006A73:0A:000:Infinite Time bloods21:0:0065EF:93:000:Infinite Energy PL1 bloods21:0:0065EF:00:001:Drain All Energy Now! PL1 bloods21:0:00661B:05:000:Stuned After 1 Hit PL1 bloods21:0:00661B:00:000:Never Stuned PL1 bloods21:0:0065F5:01:001:Set Wins = 1 Now! PL1 bloods21:0:0065F5:00:001:Set Wins = 0 Now! PL1 bloods21:0:0065F4:00:000:Always play as Hellhound PL1 bloods21:0:0065F4:01:000:Always play as Freon PL1 bloods21:0:0065F4:02:000:Always play as Tempest PL1 bloods21:0:0065F4:03:000:Always play as Tremor PL1 bloods21:0:0065F4:04:000:Always play as Razor PL1 bloods21:0:0065F4:05:000:Always play as Fallout PL1 bloods21:0:0065F4:06:000:Always play as Mirage PL1 bloods21:0:0065F4:07:000:Always play as Talon PL1 bloods21:0:0065F4:08:000:Always play as Dementia PL1 bloods21:0:0065F4:09:000:Always play as Golem PL1 bloods21:0:0065F4:0A:000:Always play as Ratchet PL1 bloods21:0:0065F4:0B:000:Always play as Wraith PL1 bloods21:0:0065F4:0C:000:Always play as Sin PL1 bloods21:0:0065F4:0D:000:Always play as Craniac PL1 bloods21:0:0065F4:0E:000:Always play as Shadow PL1 bloods21:0:0065F4:0F:000:Always play as Blood PL1 bloods21:0:0065F4:10:000:Always play as Chainsaw PL1 bloods21:0:0065F4:11:000:Always play as Nekron PL1 bloods21:0:006779:93:000:Infinite Energy PL2 bloods21:0:006779:00:001:Drain All Energy Now! PL2 bloods21:0:0067A5:05:000:Stuned After 1 Hit PL2 bloods21:0:0067A5:00:000:Never Stuned PL2 bloods21:0:00677F:01:001:Set Wins = 1 Now! PL2 bloods21:0:00677F:00:001:Set Wins = 0 Now! PL2 bloods21:0:00677E:00:000:Always play as Hellhound PL1 bloods21:0:00677E:01:000:Always play as Freon PL1 bloods21:0:00677E:02:000:Always play as Tempest PL1 bloods21:0:00677E:03:000:Always play as Tremor PL1 bloods21:0:00677E:04:000:Always play as Razor PL1 bloods21:0:00677E:05:000:Always play as Fallout PL1 bloods21:0:00677E:06:000:Always play as Mirage PL1 bloods21:0:00677E:07:000:Always play as Talon PL1 bloods21:0:00677E:08:000:Always play as Dementia PL2 bloods21:0:00677E:09:000:Always play as Golem PL2 bloods21:0:00677E:0A:000:Always play as Ratchet PL2 bloods21:0:00677E:0B:000:Always play as Wraith PL2 bloods21:0:00677E:0C:000:Always play as Sin PL2 bloods21:0:00677E:0D:000:Always play as Craniac PL2 bloods21:0:00677E:0E:000:Always play as Shadow PL2 bloods21:0:00677E:0F:000:Always play as Blood PL2 bloods21:0:00677E:10:000:Always play as Chainsaw PL2 bloods21:0:00677E:11:000:Always play as Nekron PL2 ; [ Blood Storm (v2.20) ] bloods22:0:00334B:C7:000:Infinite Credits bloods22:0:006A73:0A:000:Infinite Time bloods22:0:0065EF:93:000:Infinite Energy PL1 bloods22:0:0065EF:00:001:Drain All Energy Now! PL1 bloods22:0:00661B:05:000:Stuned After 1 Hit PL1 bloods22:0:00661B:00:000:Never Stuned PL1 bloods22:0:0065F5:01:001:Set Wins = 1 Now! PL1 bloods22:0:0065F5:00:001:Set Wins = 0 Now! PL1 bloods22:0:0065F4:00:000:Always play as Hellhound PL1 bloods22:0:0065F4:01:000:Always play as Freon PL1 bloods22:0:0065F4:02:000:Always play as Tempest PL1 bloods22:0:0065F4:03:000:Always play as Tremor PL1 bloods22:0:0065F4:04:000:Always play as Razor PL1 bloods22:0:0065F4:05:000:Always play as Fallout PL1 bloods22:0:0065F4:06:000:Always play as Mirage PL1 bloods22:0:0065F4:07:000:Always play as Talon PL1 bloods22:0:0065F4:08:000:Always play as Dementia PL1 bloods22:0:0065F4:09:000:Always play as Golem PL1 bloods22:0:0065F4:0A:000:Always play as Ratchet PL1 bloods22:0:0065F4:0B:000:Always play as Wraith PL1 bloods22:0:0065F4:0C:000:Always play as Sin PL1 bloods22:0:0065F4:0D:000:Always play as Craniac PL1 bloods22:0:0065F4:0E:000:Always play as Shadow PL1 bloods22:0:0065F4:0F:000:Always play as Blood PL1 bloods22:0:0065F4:10:000:Always play as Chainsaw PL1 bloods22:0:0065F4:11:000:Always play as Nekron PL1 bloods22:0:006779:93:000:Infinite Energy PL2 bloods22:0:006779:00:001:Drain All Energy Now! PL2 bloods22:0:0067A5:05:000:Stuned After 1 Hit PL2 bloods22:0:0067A5:00:000:Never Stuned PL2 bloods22:0:00677F:01:001:Set Wins = 1 Now! PL2 bloods22:0:00677F:00:001:Set Wins = 0 Now! PL2 bloods22:0:00677E:00:000:Always play as Hellhound PL1 bloods22:0:00677E:01:000:Always play as Freon PL1 bloods22:0:00677E:02:000:Always play as Tempest PL1 bloods22:0:00677E:03:000:Always play as Tremor PL1 bloods22:0:00677E:04:000:Always play as Razor PL1 bloods22:0:00677E:05:000:Always play as Fallout PL1 bloods22:0:00677E:06:000:Always play as Mirage PL1 bloods22:0:00677E:07:000:Always play as Talon PL1 bloods22:0:00677E:08:000:Always play as Dementia PL2 bloods22:0:00677E:09:000:Always play as Golem PL2 bloods22:0:00677E:0A:000:Always play as Ratchet PL2 bloods22:0:00677E:0B:000:Always play as Wraith PL2 bloods22:0:00677E:0C:000:Always play as Sin PL2 bloods22:0:00677E:0D:000:Always play as Craniac PL2 bloods22:0:00677E:0E:000:Always play as Shadow PL2 bloods22:0:00677E:0F:000:Always play as Blood PL2 bloods22:0:00677E:10:000:Always play as Chainsaw PL2 bloods22:0:00677E:11:000:Always play as Nekron PL2 ; [ Blood Storm (v2.22) ] bloodstm:0:00334B:C7:000:Infinite Credits bloodstm:0:006A73:0A:000:Infinite Time bloodstm:0:0065EF:93:000:Infinite Energy PL1 bloodstm:0:0065EF:00:001:Drain All Energy Now! PL1 bloodstm:0:00661B:05:000:Stuned After 1 Hit PL1 bloodstm:0:00661B:00:000:Never Stuned PL1 bloodstm:0:0065F5:01:001:Set Wins = 1 Now! PL1 bloodstm:0:0065F5:00:001:Set Wins = 0 Now! PL1 bloodstm:0:0065F4:00:000:Always play as Hellhound PL1 bloodstm:0:0065F4:01:000:Always play as Freon PL1 bloodstm:0:0065F4:02:000:Always play as Tempest PL1 bloodstm:0:0065F4:03:000:Always play as Tremor PL1 bloodstm:0:0065F4:04:000:Always play as Razor PL1 bloodstm:0:0065F4:05:000:Always play as Fallout PL1 bloodstm:0:0065F4:06:000:Always play as Mirage PL1 bloodstm:0:0065F4:07:000:Always play as Talon PL1 bloodstm:0:0065F4:08:000:Always play as Dementia PL1 bloodstm:0:0065F4:09:000:Always play as Golem PL1 bloodstm:0:0065F4:0A:000:Always play as Ratchet PL1 bloodstm:0:0065F4:0B:000:Always play as Wraith PL1 bloodstm:0:0065F4:0C:000:Always play as Sin PL1 bloodstm:0:0065F4:0D:000:Always play as Craniac PL1 bloodstm:0:0065F4:0E:000:Always play as Shadow PL1 bloodstm:0:0065F4:0F:000:Always play as Blood PL1 bloodstm:0:0065F4:10:000:Always play as Chainsaw PL1 bloodstm:0:0065F4:11:000:Always play as Nekron PL1 bloodstm:0:006779:93:000:Infinite Energy PL2 bloodstm:0:006779:00:001:Drain All Energy Now! PL2 bloodstm:0:0067A5:05:000:Stuned After 1 Hit PL2 bloodstm:0:0067A5:00:000:Never Stuned PL2 bloodstm:0:00677F:01:001:Set Wins = 1 Now! PL2 bloodstm:0:00677F:00:001:Set Wins = 0 Now! PL2 bloodstm:0:00677E:00:000:Always play as Hellhound PL1 bloodstm:0:00677E:01:000:Always play as Freon PL1 bloodstm:0:00677E:02:000:Always play as Tempest PL1 bloodstm:0:00677E:03:000:Always play as Tremor PL1 bloodstm:0:00677E:04:000:Always play as Razor PL1 bloodstm:0:00677E:05:000:Always play as Fallout PL1 bloodstm:0:00677E:06:000:Always play as Mirage PL1 bloodstm:0:00677E:07:000:Always play as Talon PL1 bloodstm:0:00677E:08:000:Always play as Dementia PL2 bloodstm:0:00677E:09:000:Always play as Golem PL2 bloodstm:0:00677E:0A:000:Always play as Ratchet PL2 bloodstm:0:00677E:0B:000:Always play as Wraith PL2 bloodstm:0:00677E:0C:000:Always play as Sin PL2 bloodstm:0:00677E:0D:000:Always play as Craniac PL2 bloodstm:0:00677E:0E:000:Always play as Shadow PL2 bloodstm:0:00677E:0F:000:Always play as Blood PL2 bloodstm:0:00677E:10:000:Always play as Chainsaw PL2 bloodstm:0:00677E:11:000:Always play as Nekron PL2 ; [ Blood Warrior ] bloodwar:0:105382:63:000:Infinite Time bloodwar:0:105382:01:001:Finish this Round Now! :bloodwar:62000001:000000:00000000:00000000:Select Character PL1 :bloodwar:00010001:105F39:00000000:FFFFFFFF:Arashi :bloodwar:00010001:105F39:00000001:FFFFFFFF:Ikkyo :bloodwar:00010001:105F39:00000002:FFFFFFFF:Kasumi :bloodwar:00010001:105F39:00000003:FFFFFFFF:Kinshiro :bloodwar:00010001:105F39:00000004:FFFFFFFF:Sanpei :bloodwar:00010001:105F39:00000005:FFFFFFFF:Syogethu :bloodwar:00010001:105F39:00000006:FFFFFFFF:Shishimaru :bloodwar:00010001:105F39:00000007:FFFFFFFF:Benkei :bloodwar:00010001:105F39:00000008:FFFFFFFF:Goemon :bloodwar:62000001:000000:00000000:00000000:Select Character PL2 :bloodwar:00010001:10638B:00000000:FFFFFFFF:Arashi :bloodwar:00010001:10638B:00000001:FFFFFFFF:Ikkyo :bloodwar:00010001:10638B:00000002:FFFFFFFF:Kasumi :bloodwar:00010001:10638B:00000003:FFFFFFFF:Kinshiro :bloodwar:00010001:10638B:00000004:FFFFFFFF:Sanpei :bloodwar:00010001:10638B:00000005:FFFFFFFF:Syogethu :bloodwar:00010001:10638B:00000006:FFFFFFFF:Shishimaru :bloodwar:00010001:10638B:00000007:FFFFFFFF:Benkei :bloodwar:00010001:10638B:00000008:FFFFFFFF:Goemon ; [ Bloxeed (Japan, FD1094 317-0139) ] bloxeed:0:FFF000:09:000:Infinite Credits bloxeed:0:FFF32C:03:000:Maximum Lines PL1 bloxeed:0:FFF32D:E7:500:Maximum Lines PL1 (2/2) bloxeed:0:FFC00C:00:000:Manual Bind Mode PL1 bloxeed:0:FFF3AC:03:000:Maximum Lines PL2 bloxeed:0:FFF3AD:E7:500:Maximum Lines PL2 (2/2) bloxeed:0:FFC40C:00:000:Manual Bind Mode PL2 ; [ Bloxeed (World, C System) ] bloxeedc:0:FFF000:09:000:Infinite Credits bloxeedc:0:FFF32C:03:000:Maximum Lines PL1 bloxeedc:0:FFF32D:E7:500:Maximum Lines PL1 (2/2) bloxeedc:0:FFC00C:00:000:Manual Bind Mode PL1 bloxeedc:0:FFF3AC:03:000:Maximum Lines PL2 bloxeedc:0:FFF3AD:E7:500:Maximum Lines PL2 (2/2) bloxeedc:0:FFC40C:00:000:Manual Bind Mode PL2 ; [ Bloxeed (US, C System) ] bloxeedu:0:FFF000:09:000:Infinite Credits bloxeedu:0:FFF32C:03:000:Maximum Lines PL1 bloxeedu:0:FFF32D:E7:500:Maximum Lines PL1 (2/2) bloxeedu:0:FFC00C:00:000:Manual Bind Mode PL1 bloxeedu:0:FFF3AC:03:000:Maximum Lines PL2 bloxeedu:0:FFF3AD:E7:500:Maximum Lines PL2 (2/2) bloxeedu:0:FFC40C:00:000:Manual Bind Mode PL2 ; [ Blasteroids (with heads) ] blsthead:0:FFCF05:19:000:Infinite Credits blsthead:0:FFE548:A0:000:Infinite Energy PL1 blsthead:0:FFE55E:63:000:Infinite Shields PL1 blsthead:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first blsthead:0:FFE55C:80:020:Always Death Blossom PL1 blsthead:0:FFE55C:40:020:Always Blaster PL1 blsthead:0:FFE55C:20:020:Always Power Shots PL1 blsthead:0:FFE55C:01:020:Always RipStar PL1 blsthead:0:FFE55D:08:020:Always Crystal Magnet PL1 blsthead:0:FFE55D:04:020:Always Booster PL1 blsthead:0:FFE55D:02:020:Always Cloak PL1 blsthead:0:FFE55D:01:020:Always Extra Fuel Tank PL1 blsthead:0:FFE55C:80:021:Get Death Blossom Now! PL1 blsthead:0:FFE55C:40:021:Get Blaster Now! PL1 blsthead:0:FFE55C:20:021:Get Power Shots Now! PL1 blsthead:0:FFE55C:01:021:Get RipStar Now! PL1 blsthead:0:FFE55D:08:021:Get Crystal Magnet Now! PL1 blsthead:0:FFE55D:04:021:Get Booster Now! PL1 blsthead:0:FFE55D:02:021:Get Cloak Now! PL1 blsthead:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1 blsthead:0:FFE578:A0:000:Infinite Energy PL2 blsthead:0:FFE58E:63:000:Infinite Shields PL2 blsthead:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first blsthead:0:FFE58C:80:020:Always Death Blossom PL2 blsthead:0:FFE58C:40:020:Always Blaster PL2 blsthead:0:FFE58C:20:020:Always Power Shots PL2 blsthead:0:FFE58C:01:020:Always RipStar PL2 blsthead:0:FFE58D:08:020:Always Crystal Magnet PL2 blsthead:0:FFE58D:04:020:Always Booster PL2 blsthead:0:FFE58D:02:020:Always Cloak PL2 blsthead:0:FFE58D:01:020:Always Extra Fuel Tank PL2 blsthead:0:FFE58C:80:021:Get Death Blossom Now! PL2 blsthead:0:FFE58C:40:021:Get Blaster Now! PL2 blsthead:0:FFE58C:20:021:Get Power Shots Now! PL2 blsthead:0:FFE58C:01:021:Get RipStar Now! PL2 blsthead:0:FFE58D:08:021:Get Crystal Magnet Now! PL2 blsthead:0:FFE58D:04:021:Get Booster Now! PL2 blsthead:0:FFE58D:02:021:Get Cloak Now! PL2 blsthead:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2 ; [ Blasteroids (rev 2) ] blstroi2:0:FFCF05:19:000:Infinite Credits blstroi2:0:FFE548:A0:000:Infinite Energy PL1 blstroi2:0:FFE55E:63:000:Infinite Shields PL1 blstroi2:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first blstroi2:0:FFE55C:80:020:Always Death Blossom PL1 blstroi2:0:FFE55C:40:020:Always Blaster PL1 blstroi2:0:FFE55C:20:020:Always Power Shots PL1 blstroi2:0:FFE55C:01:020:Always RipStar PL1 blstroi2:0:FFE55D:08:020:Always Crystal Magnet PL1 blstroi2:0:FFE55D:04:020:Always Booster PL1 blstroi2:0:FFE55D:02:020:Always Cloak PL1 blstroi2:0:FFE55D:01:020:Always Extra Fuel Tank PL1 blstroi2:0:FFE55C:80:021:Get Death Blossom Now! PL1 blstroi2:0:FFE55C:40:021:Get Blaster Now! PL1 blstroi2:0:FFE55C:20:021:Get Power Shots Now! PL1 blstroi2:0:FFE55C:01:021:Get RipStar Now! PL1 blstroi2:0:FFE55D:08:021:Get Crystal Magnet Now! PL1 blstroi2:0:FFE55D:04:021:Get Booster Now! PL1 blstroi2:0:FFE55D:02:021:Get Cloak Now! PL1 blstroi2:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1 blstroi2:0:FFE578:A0:000:Infinite Energy PL2 blstroi2:0:FFE58E:63:000:Infinite Shields PL2 blstroi2:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first blstroi2:0:FFE58C:80:020:Always Death Blossom PL2 blstroi2:0:FFE58C:40:020:Always Blaster PL2 blstroi2:0:FFE58C:20:020:Always Power Shots PL2 blstroi2:0:FFE58C:01:020:Always RipStar PL2 blstroi2:0:FFE58D:08:020:Always Crystal Magnet PL2 blstroi2:0:FFE58D:04:020:Always Booster PL2 blstroi2:0:FFE58D:02:020:Always Cloak PL2 blstroi2:0:FFE58D:01:020:Always Extra Fuel Tank PL2 blstroi2:0:FFE58C:80:021:Get Death Blossom Now! PL2 blstroi2:0:FFE58C:40:021:Get Blaster Now! PL2 blstroi2:0:FFE58C:20:021:Get Power Shots Now! PL2 blstroi2:0:FFE58C:01:021:Get RipStar Now! PL2 blstroi2:0:FFE58D:08:021:Get Crystal Magnet Now! PL2 blstroi2:0:FFE58D:04:021:Get Booster Now! PL2 blstroi2:0:FFE58D:02:021:Get Cloak Now! PL2 blstroi2:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2 ; [ Blasteroids (rev 3) ] blstroi3:0:FFCF05:19:000:Infinite Credits blstroi3:0:FFE548:A0:000:Infinite Energy PL1 blstroi3:0:FFE55E:63:000:Infinite Shields PL1 blstroi3:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first blstroi3:0:FFE55C:80:020:Always Death Blossom PL1 blstroi3:0:FFE55C:40:020:Always Blaster PL1 blstroi3:0:FFE55C:20:020:Always Power Shots PL1 blstroi3:0:FFE55C:01:020:Always RipStar PL1 blstroi3:0:FFE55D:08:020:Always Crystal Magnet PL1 blstroi3:0:FFE55D:04:020:Always Booster PL1 blstroi3:0:FFE55D:02:020:Always Cloak PL1 blstroi3:0:FFE55D:01:020:Always Extra Fuel Tank PL1 blstroi3:0:FFE55C:80:021:Get Death Blossom Now! PL1 blstroi3:0:FFE55C:40:021:Get Blaster Now! PL1 blstroi3:0:FFE55C:20:021:Get Power Shots Now! PL1 blstroi3:0:FFE55C:01:021:Get RipStar Now! PL1 blstroi3:0:FFE55D:08:021:Get Crystal Magnet Now! PL1 blstroi3:0:FFE55D:04:021:Get Booster Now! PL1 blstroi3:0:FFE55D:02:021:Get Cloak Now! PL1 blstroi3:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1 blstroi3:0:FFE578:A0:000:Infinite Energy PL2 blstroi3:0:FFE58E:63:000:Infinite Shields PL2 blstroi3:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first blstroi3:0:FFE58C:80:020:Always Death Blossom PL2 blstroi3:0:FFE58C:40:020:Always Blaster PL2 blstroi3:0:FFE58C:20:020:Always Power Shots PL2 blstroi3:0:FFE58C:01:020:Always RipStar PL2 blstroi3:0:FFE58D:08:020:Always Crystal Magnet PL2 blstroi3:0:FFE58D:04:020:Always Booster PL2 blstroi3:0:FFE58D:02:020:Always Cloak PL2 blstroi3:0:FFE58D:01:020:Always Extra Fuel Tank PL2 blstroi3:0:FFE58C:80:021:Get Death Blossom Now! PL2 blstroi3:0:FFE58C:40:021:Get Blaster Now! PL2 blstroi3:0:FFE58C:20:021:Get Power Shots Now! PL2 blstroi3:0:FFE58C:01:021:Get RipStar Now! PL2 blstroi3:0:FFE58D:08:021:Get Crystal Magnet Now! PL2 blstroi3:0:FFE58D:04:021:Get Booster Now! PL2 blstroi3:0:FFE58D:02:021:Get Cloak Now! PL2 blstroi3:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2 ; [ Blasteroids (rev 4) ] blstroid:0:FFCF05:19:000:Infinite Credits blstroid:0:FFE548:A0:000:Infinite Energy PL1 blstroid:0:FFE55E:63:000:Infinite Shields PL1 blstroid:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first blstroid:0:FFE55C:80:020:Always Death Blossom PL1 blstroid:0:FFE55C:40:020:Always Blaster PL1 blstroid:0:FFE55C:20:020:Always Power Shots PL1 blstroid:0:FFE55C:01:020:Always RipStar PL1 blstroid:0:FFE55D:08:020:Always Crystal Magnet PL1 blstroid:0:FFE55D:04:020:Always Booster PL1 blstroid:0:FFE55D:02:020:Always Cloak PL1 blstroid:0:FFE55D:01:020:Always Extra Fuel Tank PL1 blstroid:0:FFE55C:80:021:Get Death Blossom Now! PL1 blstroid:0:FFE55C:40:021:Get Blaster Now! PL1 blstroid:0:FFE55C:20:021:Get Power Shots Now! PL1 blstroid:0:FFE55C:01:021:Get RipStar Now! PL1 blstroid:0:FFE55D:08:021:Get Crystal Magnet Now! PL1 blstroid:0:FFE55D:04:021:Get Booster Now! PL1 blstroid:0:FFE55D:02:021:Get Cloak Now! PL1 blstroid:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1 blstroid:0:FFE578:A0:000:Infinite Energy PL2 blstroid:0:FFE58E:63:000:Infinite Shields PL2 blstroid:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first blstroid:0:FFE58C:80:020:Always Death Blossom PL2 blstroid:0:FFE58C:40:020:Always Blaster PL2 blstroid:0:FFE58C:20:020:Always Power Shots PL2 blstroid:0:FFE58C:01:020:Always RipStar PL2 blstroid:0:FFE58D:08:020:Always Crystal Magnet PL2 blstroid:0:FFE58D:04:020:Always Booster PL2 blstroid:0:FFE58D:02:020:Always Cloak PL2 blstroid:0:FFE58D:01:020:Always Extra Fuel Tank PL2 blstroid:0:FFE58C:80:021:Get Death Blossom Now! PL2 blstroid:0:FFE58C:40:021:Get Blaster Now! PL2 blstroid:0:FFE58C:20:021:Get Power Shots Now! PL2 blstroid:0:FFE58C:01:021:Get RipStar Now! PL2 blstroid:0:FFE58D:08:021:Get Crystal Magnet Now! PL2 blstroid:0:FFE58D:04:021:Get Booster Now! PL2 blstroid:0:FFE58D:02:021:Get Cloak Now! PL2 blstroid:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2 ; [ Blasteroids (German, rev 2) ] blstroig:0:FFCF05:19:000:Infinite Credits blstroig:0:FFE548:A0:000:Infinite Energy PL1 blstroig:0:FFE55E:63:000:Infinite Shields PL1 blstroig:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first blstroig:0:FFE55C:80:020:Always Death Blossom PL1 blstroig:0:FFE55C:40:020:Always Blaster PL1 blstroig:0:FFE55C:20:020:Always Power Shots PL1 blstroig:0:FFE55C:01:020:Always RipStar PL1 blstroig:0:FFE55D:08:020:Always Crystal Magnet PL1 blstroig:0:FFE55D:04:020:Always Booster PL1 blstroig:0:FFE55D:02:020:Always Cloak PL1 blstroig:0:FFE55D:01:020:Always Extra Fuel Tank PL1 blstroig:0:FFE55C:80:021:Get Death Blossom Now! PL1 blstroig:0:FFE55C:40:021:Get Blaster Now! PL1 blstroig:0:FFE55C:20:021:Get Power Shots Now! PL1 blstroig:0:FFE55C:01:021:Get RipStar Now! PL1 blstroig:0:FFE55D:08:021:Get Crystal Magnet Now! PL1 blstroig:0:FFE55D:04:021:Get Booster Now! PL1 blstroig:0:FFE55D:02:021:Get Cloak Now! PL1 blstroig:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1 blstroig:0:FFE578:A0:000:Infinite Energy PL2 blstroig:0:FFE58E:63:000:Infinite Shields PL2 blstroig:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first blstroig:0:FFE58C:80:020:Always Death Blossom PL2 blstroig:0:FFE58C:40:020:Always Blaster PL2 blstroig:0:FFE58C:20:020:Always Power Shots PL2 blstroig:0:FFE58C:01:020:Always RipStar PL2 blstroig:0:FFE58D:08:020:Always Crystal Magnet PL2 blstroig:0:FFE58D:04:020:Always Booster PL2 blstroig:0:FFE58D:02:020:Always Cloak PL2 blstroig:0:FFE58D:01:020:Always Extra Fuel Tank PL2 blstroig:0:FFE58C:80:021:Get Death Blossom Now! PL2 blstroig:0:FFE58C:40:021:Get Blaster Now! PL2 blstroig:0:FFE58C:20:021:Get Power Shots Now! PL2 blstroig:0:FFE58C:01:021:Get RipStar Now! PL2 blstroig:0:FFE58D:08:021:Get Crystal Magnet Now! PL2 blstroig:0:FFE58D:04:021:Get Booster Now! PL2 blstroig:0:FFE58D:02:021:Get Cloak Now! PL2 blstroig:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2 ; [ Bells & Whistles (Version L) ] blswhstl:0:204025:63:000:Infinite Credits blswhstl:0:204096:06:000:Infinite Lives PL1 blswhstl:0:3002D4:09:000:Maximum speed PL1 blswhstl:0:3002C9:3F:000:Maximum fire charge PL1 blswhstl:0:3002D7:09:000:Infinite Shields PL1:Get the red bell first blswhstl:0:3002AA:00:000:Invincibility "ON" PL1 blswhstl:0:3002AA:D7:001:Invincibility "OFF" PL1 blswhstl:0:3002E0:7F:040:All items available PL1 blswhstl:0:300344:00:000:Right arm "ON" PL1 blswhstl:0:300320:80:500:Right arm "ON" PL1 (2/2) blswhstl:0:300344:01:001:Right arm "OFF" PL1 blswhstl:0:300320:00:501:Right arm "OFF" PL1 (2/2) blswhstl:0:3003C4:00:000:Left arm "ON" PL1 blswhstl:0:3003A0:80:500:Left arm "ON" PL1 (2/2) blswhstl:0:3003C4:01:001:Left arm "OFF" PL1 blswhstl:0:3003A0:00:501:Left arm "OFF" PL1 (2/2) blswhstl:0:3002D8:01:001:Followers "ON" Now! PL1 blswhstl:0:3002D8:00:001:Followers "OFF" Now! PL1 blswhstl:0:3002DD:01:001:Tail shield "ON" Now! PL1 blswhstl:0:3002DD:00:001:Tail shield "OFF" Now! PL1 blswhstl:0:3002DB:01:000:Always have Wave Shot PL1:Only works for a single player game! blswhstl:0:3002C0:00:000:Always have Single Fire PL1 blswhstl:0:3002C0:01:000:Always have Double Fire PL1 blswhstl:0:3002C0:02:000:Always have 3-way Fire PL1 blswhstl:0:3002DB:01:001:Get Wave Shot Now! PL1:Only works for a single player game! blswhstl:0:3002C0:00:001:Get Single Fire Now! PL1 blswhstl:0:3002C0:01:001:Get Double Fire Now! PL1 blswhstl:0:3002C0:02:001:Get 3-way Fire Now! PL1 blswhstl:0:204097:06:000:Infinite Lives PL2 blswhstl:0:3006D4:09:000:Maximum speed PL2 blswhstl:0:3006C9:3F:000:Maximum fire charge PL2 blswhstl:0:3006D7:09:000:Infinite Shields PL2:Get the red bell first blswhstl:0:3006AA:00:000:Invincibility "ON" PL2 blswhstl:0:3006AA:D7:001:Invincibility "OFF" PL2 blswhstl:0:3006E0:7F:040:All items available PL2 blswhstl:0:300744:00:000:Right arm "ON" PL2 blswhstl:0:300720:80:500:Right arm "ON" PL2 (2/2) blswhstl:0:300744:01:001:Right arm "OFF" PL2 blswhstl:0:300720:00:501:Right arm "OFF" PL2 (2/2) blswhstl:0:3007C4:00:000:Left arm "ON" PL2 blswhstl:0:3007A0:80:500:Left arm "ON" PL2 (2/2) blswhstl:0:3007C4:01:001:Left arm "OFF" PL2 blswhstl:0:3007A0:00:501:Left arm "OFF" PL2 (2/2) blswhstl:0:3006D8:01:001:Followers "ON" Now! PL2 blswhstl:0:3006D8:00:001:Followers "OFF" Now! PL2 blswhstl:0:3006DD:01:001:Tail shield "ON" Now! PL2 blswhstl:0:3006DD:00:001:Tail shield "OFF" Now! PL2 blswhstl:0:3006C0:00:000:Always have Single Fire PL2 blswhstl:0:3006C0:01:000:Always have Double Fire PL2 blswhstl:0:3006C0:02:000:Always have 3-way Fire PL2 blswhstl:0:3006C0:00:001:Get Single Fire Now! PL2 blswhstl:0:3006C0:01:001:Get Double Fire Now! PL2 blswhstl:0:3006C0:02:001:Get 3-way Fire Now! PL2 blswhstl:0:20406F:04:000:Yellow bell always = 50000pts blswhstl:0:20406F:04:001:Yellow bell = 50000pts Now! blswhstl:0:204011:F0:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Blue Hawk ] bluehawk:0:F903:63:000:Infinite Credits bluehawk:0:F25B:0B:000:Infinite Lives PL1 bluehawk:0:E018:04:000:Infinite Smart Bombs PL1 :bluehawk:00000000:E004:00000080:00000084:Invincibility PL1 :bluehawk:00000000:F00D:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen or having Laser weapon bluehawk:0:F25C:0B:000:Infinite Lives PL2 bluehawk:0:E318:04:000:Infinite Smart Bombs PL2 :bluehawk:00000000:E304:00000080:00000084:Invincibility PL2 :bluehawk:00000000:F00F:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen or having Laser weapon ; [ Blue Hawk (NTC) ] bluehawn:0:F903:63:000:Infinite Credits bluehawn:0:F25B:0B:000:Infinite Lives PL1 bluehawn:0:E018:04:000:Infinite Smart Bombs PL1 :bluehawn:00000000:E004:00000080:00000084:Invincibility PL1 :bluehawn:00000000:F00D:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen or having Laser weapon bluehawn:0:F25C:0B:000:Infinite Lives PL2 bluehawn:0:E318:04:000:Infinite Smart Bombs PL2 :bluehawn:00000000:E304:00000080:00000084:Invincibility PL2 :bluehawn:00000000:F00F:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen or having Laser weapon ; [ Blue Print (Jaleco) ] blueprnj:0:8094:09:000:Infinite Credits blueprnj:0:80E1:0A:000:Infinite Lives blueprnj:0:80C0:FF:000:Infinite Fast Run Time blueprnj:0:82C1:6F:000:Infinite Run blueprnj:0:82D1:47:500:Infinite Run (2/2) :blueprnj:20800000:0BB5:000000C3:FFFFFFFF:Invincibility - Player :blueprnj:20810000:0F2A:000000C3:FFFFFFFF:Invincibility - Player (2/3):1st = Enemy 1, 2nd = Bomb :blueprnj:20810000:17B2:000000B4:FFFFFFFF:Invincibility - Player (3/3):Enemy 2 :blueprnj:20800000:0CE6:000000C3:FFFFFFFF:Invincibility - Lady :blueprnj:00000000:80C5:00000001:FFFFFFFF:Always Have Speed Up blueprnj:0:82EB:AE:000:Bomb Never Explodes blueprnj:0:808A:11:000:Enemy 1 Stop Move blueprnj:0:82B1:FF:500:Enemy 1 Stop Move (2/2) blueprnj:0:82A1:E7:000:Enemy 2 Stop Move blueprnj:0:82A2:69:500:Enemy 2 Stop Move (2/2) ; [ Blue Print (Midway) ] blueprnt:0:8094:09:000:Infinite Credits blueprnt:0:80E1:0A:000:Infinite Lives blueprnt:0:80C0:FF:000:Infinite Fast Run Time blueprnt:0:82C1:6F:000:Infinite Run blueprnt:0:82D1:47:500:Infinite Run (2/2) :blueprnt:20800000:0BAD:000000C3:FFFFFFFF:Invincibility - Player :blueprnt:20810000:0F22:000000C3:FFFFFFFF:Invincibility - Player (2/3):1st = Enemy 1, 2nd = Bomb :blueprnt:20810000:17AA:000000AC:FFFFFFFF:Invincibility - Player (3/3):Enemy 2 :blueprnt:20800000:0CDE:000000C3:FFFFFFFF:Invincibility - Lady :blueprnt:00000000:80C5:00000001:FFFFFFFF:Always Have Speed Up blueprnt:0:82EB:AE:000:Bomb Never Explodes blueprnt:0:808A:11:000:Enemy 1 Stop Move blueprnt:0:82B1:FF:500:Enemy 1 Stop Move (2/2) blueprnt:0:82A1:E7:000:Enemy 2 Stop Move blueprnt:0:82A2:69:500:Enemy 2 Stop Move (2/2) ; [ Blue Shark ] blueshrk:0:203C:99:000:Infinite Time ; [ Blazing Tornado ] blzntrnd:0:FF9256:09:000:Infinite Time blzntrnd:0:FF9257:59:500:Infinite Time (2/2) blzntrnd:0:FF9256:00:001:Finish this Round Now! blzntrnd:0:FF9257:00:501:Finish this Round Now! (2/2) blzntrnd:0:000000:00:999:[The Referee never counts ] blzntrnd:0:000000:00:999:[cheat gives you Infinite ] blzntrnd:0:000000:00:999:[Time out of the ring, and ] blzntrnd:0:000000:00:999:[makes it impossible to get ] blzntrnd:0:000000:00:999:[a fall. Either disable it ] blzntrnd:0:000000:00:999:[or use the CORRECT 'Time ='] blzntrnd:0:000000:00:999:[cheats. These can also be ] blzntrnd:0:000000:00:999:[useful to enable when it's ] blzntrnd:0:000000:00:999:[to your advantage!! ;-) ] blzntrnd:0:FF812A:00:000:Referee never counts blzntrnd:0:FF812A:20:001:Out of Ring Time = 20 Now! blzntrnd:0:FF812A:03:001:Fall Count Time = 3 Now! blzntrnd:0:000000:00:999:[NOTE: When you are playing a] blzntrnd:0:000000:00:999:[two player game PL3 is the ] blzntrnd:0:000000:00:999:[real 'PL2' so use the PL3 ] blzntrnd:0:000000:00:999:[cheats to cheat!! ] blzntrnd:0:FF8028:FF:000:Infinite Energy PL1 blzntrnd:0:FF8028:00:001:Drain all Energy Now! PL1 blzntrnd:0:FF8068:FF:000:Infinite Energy PL2 blzntrnd:0:FF8068:00:001:Drain all Energy Now! PL2 blzntrnd:0:FF80A8:FF:000:Infinite Energy PL3 blzntrnd:0:FF80A8:00:001:Drain all Energy Now! PL3 blzntrnd:0:FF80E8:FF:000:Infinite Energy PL4 blzntrnd:0:FF80E8:00:001:Drain all Energy Now! PL4 ; [ beatmania (ver JA-B) ] bm1stmix:0:405141:0B:000:Infinite Credits bm1stmix:0:4071DA:32:000:Music always at 50 BPM:Must be enabled before you select a song. Doesn't work for songs that vary the BPM while playing. bm1stmix:0:40D80A:32:500:Music always at 50 BPM (2/2) bm1stmix:0:4071DA:96:000:Music always at 150 BPM:Must be enabled before you select a song. Doesn't work for songs that vary the BPM while playing. bm1stmix:0:40D80A:96:500:Music always at 150 BPM (2/2) bm1stmix:0:404AA7:38:000:Groove Meter always 100% PL1 bm1stmix:0:404AA9:38:000:Groove Meter always 100% PL2 ;The above cheats have not yet been tested ; [ beatmania 2nd MIX (ver JA-B) ] bm2ndmix:0:0000:00:999:[ This game hasn't even ]:REASON 11 bm2ndmix:0:0000:00:999:[ been looked at due to ]:REASON 11 bm2ndmix:0:0000:00:999:[ time constraints - Too]:REASON 11 bm2ndmix:0:0000:00:999:[ many games and so ]:REASON 11 bm2ndmix:0:0000:00:999:[ little time. It is ]:REASON 11 bm2ndmix:0:0000:00:999:[ even possible that ]:REASON 11 bm2ndmix:0:0000:00:999:[ this game may be a ]:REASON 11 bm2ndmix:0:0000:00:999:[ clone of an existing ]:REASON 11 bm2ndmix:0:0000:00:999:[ game which may have ]:REASON 11 bm2ndmix:0:0000:00:999:[ cheats. Please search ]:REASON 11 bm2ndmix:0:0000:00:999:[ the cheat forums ]:REASON 11 bm2ndmix:0:0000:00:999:[ before posting cheat ]:REASON 11 bm2ndmix:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ beatmania 2nd MIX (ver JA-A) ] bm2ndmxa:0:0000:00:999:[ This game hasn't even ]:REASON 11 bm2ndmxa:0:0000:00:999:[ been looked at due to ]:REASON 11 bm2ndmxa:0:0000:00:999:[ time constraints - Too]:REASON 11 bm2ndmxa:0:0000:00:999:[ many games and so ]:REASON 11 bm2ndmxa:0:0000:00:999:[ little time. It is ]:REASON 11 bm2ndmxa:0:0000:00:999:[ even possible that ]:REASON 11 bm2ndmxa:0:0000:00:999:[ this game may be a ]:REASON 11 bm2ndmxa:0:0000:00:999:[ clone of an existing ]:REASON 11 bm2ndmxa:0:0000:00:999:[ game which may have ]:REASON 11 bm2ndmxa:0:0000:00:999:[ cheats. Please search ]:REASON 11 bm2ndmxa:0:0000:00:999:[ the cheat forums ]:REASON 11 bm2ndmxa:0:0000:00:999:[ before posting cheat ]:REASON 11 bm2ndmxa:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ beatmania 4th MIX (ver JA-A) ] bm4thmix:0:405835:0B:000:Infinite Credits bm4thmix:0:40A3C1:01:000:Free All Songs bm4thmix:0:40A3C3:01:500:Free All Songs (2/2) bm4thmix:0:407C15:32:000:Music always at 50 BPM:Must be enabled before you select a song. Doesn't work for songs that vary the BPM while playing. bm4thmix:0:40D606:32:500:Music always at 50 BPM (2/2) bm4thmix:0:407C15:96:000:Music always at 150 BPM:Must be enabled before you select a song. Doesn't work for songs that vary the BPM while playing. bm4thmix:0:40D606:96:500:Music always at 150 BPM (2/2) bm4thmix:0:409F29:00:000:Poor Notes always 0 PL1:This cheat maybe Buggy bm4thmix:0:409F29:FF:000:Poor Notes always 255 PL1:This cheat maybe Buggy bm4thmix:0:409F27:00:000:Bad Notes always 0 PL1:This cheat maybe Buggy bm4thmix:0:409F27:FF:000:Bad Notes always 255 PL1:This cheat maybe Buggy bm4thmix:0:409F25:00:000:Good Notes always 0 PL1:This cheat maybe Buggy bm4thmix:0:409F25:FF:000:Good Notes always 255 PL1:This cheat maybe Buggy bm4thmix:0:409F23:00:000:Great Notes always 0 PL1:This cheat maybe Buggy bm4thmix:0:409F23:FF:000:Great Notes always 255 PL1:This cheat maybe Buggy bm4thmix:0:409F2B:00:000:Flashing Great Notes always 0 PL1:This cheat maybe Buggy bm4thmix:0:409F2B:FF:000:Flashing Great Notes always 255 PL1:This cheat maybe Buggy bm4thmix:0:409E0B:FF:000:Note count always 255 PL1:This cheat maybe Buggy bm4thmix:0:409F4B:38:000:Groove Meter always 100% PL1 bm4thmix:0:409F4D:38:000:Groove Meter always 100% PL2 ;The above cheats have not yet been tested ; [ beatmania 5th MIX (ver JA-A) ] bm5thmix:0:0000:00:999:[ This game hasn't even ]:REASON 11 bm5thmix:0:0000:00:999:[ been looked at due to ]:REASON 11 bm5thmix:0:0000:00:999:[ time constraints - Too]:REASON 11 bm5thmix:0:0000:00:999:[ many games and so ]:REASON 11 bm5thmix:0:0000:00:999:[ little time. It is ]:REASON 11 bm5thmix:0:0000:00:999:[ even possible that ]:REASON 11 bm5thmix:0:0000:00:999:[ this game may be a ]:REASON 11 bm5thmix:0:0000:00:999:[ clone of an existing ]:REASON 11 bm5thmix:0:0000:00:999:[ game which may have ]:REASON 11 bm5thmix:0:0000:00:999:[ cheats. Please search ]:REASON 11 bm5thmix:0:0000:00:999:[ the cheat forums ]:REASON 11 bm5thmix:0:0000:00:999:[ before posting cheat ]:REASON 11 bm5thmix:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ beatmania 6th MIX (ver JA-A) ] bm6thmix:0:0000:00:999:[ This game hasn't even ]:REASON 11 bm6thmix:0:0000:00:999:[ been looked at due to ]:REASON 11 bm6thmix:0:0000:00:999:[ time constraints - Too]:REASON 11 bm6thmix:0:0000:00:999:[ many games and so ]:REASON 11 bm6thmix:0:0000:00:999:[ little time. It is ]:REASON 11 bm6thmix:0:0000:00:999:[ even possible that ]:REASON 11 bm6thmix:0:0000:00:999:[ this game may be a ]:REASON 11 bm6thmix:0:0000:00:999:[ clone of an existing ]:REASON 11 bm6thmix:0:0000:00:999:[ game which may have ]:REASON 11 bm6thmix:0:0000:00:999:[ cheats. Please search ]:REASON 11 bm6thmix:0:0000:00:999:[ the cheat forums ]:REASON 11 bm6thmix:0:0000:00:999:[ before posting cheat ]:REASON 11 bm6thmix:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Blade Master (World) ] bmaster:0:E7070:9A:000:Infinite Time bmaster:0:00000:00:999:[These Start on Stage cheats] bmaster:0:00000:00:999:[must be enabled on the ] bmaster:0:00000:00:999:[character selection screen ] bmaster:0:E704A:01:001:Start on Stage 2 bmaster:0:E704A:02:001:Start on Stage 3A bmaster:0:E704A:03:001:Start on Stage 3B bmaster:0:E704A:04:001:Start on Stage 4 bmaster:0:E704A:05:001:Start on Stage 5 bmaster:0:E704A:06:001:Start on Stage 6 bmaster:0:E704A:07:001:Start on Stage 7A bmaster:0:E704A:08:001:Start on Stage 7B bmaster:0:E704A:09:001:Start on Stage 7C bmaster:0:E704A:0A:001:Start on Stage 7D bmaster:0:E704A:0B:001:Start on Stage 7E(Final Boss) bmaster:0:E74F2:0A:000:Infinite Lives PL1 bmaster:0:E74F3:0A:000:Infinite Lives PL2 bmaster:0:E6C31:08:000:Infinite Energy ROY bmaster:0:E6C98:01:000:Invincibility ROY bmaster:0:E6DF1:08:000:Infinite Energy ARNOLD bmaster:0:E6E58:01:000:Invincibility ARNOLD ; [ BMC Bowling ] bmcbowl:0:0000:00:999:[ This game hasn't even ]:REASON 11 bmcbowl:0:0000:00:999:[ been looked at due to ]:REASON 11 bmcbowl:0:0000:00:999:[ time constraints - Too]:REASON 11 bmcbowl:0:0000:00:999:[ many games and so ]:REASON 11 bmcbowl:0:0000:00:999:[ little time. It is ]:REASON 11 bmcbowl:0:0000:00:999:[ even possible that ]:REASON 11 bmcbowl:0:0000:00:999:[ this game may be a ]:REASON 11 bmcbowl:0:0000:00:999:[ clone of an existing ]:REASON 11 bmcbowl:0:0000:00:999:[ game which may have ]:REASON 11 bmcbowl:0:0000:00:999:[ cheats. Please search ]:REASON 11 bmcbowl:0:0000:00:999:[ the cheat forums ]:REASON 11 bmcbowl:0:0000:00:999:[ before posting cheat ]:REASON 11 bmcbowl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ beatmania complete MIX 2 (ver JA-A) ] bmcompm2:0:0000:00:999:[ This game hasn't even ]:REASON 11 bmcompm2:0:0000:00:999:[ been looked at due to ]:REASON 11 bmcompm2:0:0000:00:999:[ time constraints - Too]:REASON 11 bmcompm2:0:0000:00:999:[ many games and so ]:REASON 11 bmcompm2:0:0000:00:999:[ little time. It is ]:REASON 11 bmcompm2:0:0000:00:999:[ even possible that ]:REASON 11 bmcompm2:0:0000:00:999:[ this game may be a ]:REASON 11 bmcompm2:0:0000:00:999:[ clone of an existing ]:REASON 11 bmcompm2:0:0000:00:999:[ game which may have ]:REASON 11 bmcompm2:0:0000:00:999:[ cheats. Please search ]:REASON 11 bmcompm2:0:0000:00:999:[ the cheat forums ]:REASON 11 bmcompm2:0:0000:00:999:[ before posting cheat ]:REASON 11 bmcompm2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ beatmania complete MIX (ver JA-B) ] bmcompmx:0:4053A1:0B:000:Infinite Credits bmcompmx:0:404691:01:000:Free All Songs bmcompmx:0:404CFD:38:000:Groove Meter always 100% PL1 bmcompmx:0:404CFF:38:000:Groove Meter always 100% PL2 ;The above cheats have not yet been tested ; [ beatmania CORE REMIX (ver JA-A) ] bmcorerm:0:405837:0B:000:Infinite Credits bmcorerm:0:40A66F:01:000:Free All Songs bmcorerm:0:40A671:01:500:Free All Songs (2/2) bmcorerm:0:407BBD:32:000:Music always at 50 BPM:Must be enabled before you select a song. Doesn't work for songs that vary the BPM while playing. bmcorerm:0:40CE06:32:500:Music always at 50 BPM (2/2) bmcorerm:0:407BBD:96:000:Music always at 150 BPM:Must be enabled before you select a song. Doesn't work for songs that vary the BPM while playing. bmcorerm:0:40CE06:96:500:Music always at 150 BPM (2/2) bmcorerm:0:40A1E1:38:000:Groove Meter always 100% PL1 bmcorerm:0:40A1E3:38:000:Groove Meter always 100% PL2 ;The above cheats have not yet been tested ; [ beatmania f. Dreams Come True (ver JA-A) ] bmdct:0:0000:00:999:[ This game hasn't even ]:REASON 11 bmdct:0:0000:00:999:[ been looked at due to ]:REASON 11 bmdct:0:0000:00:999:[ time constraints - Too]:REASON 11 bmdct:0:0000:00:999:[ many games and so ]:REASON 11 bmdct:0:0000:00:999:[ little time. It is ]:REASON 11 bmdct:0:0000:00:999:[ even possible that ]:REASON 11 bmdct:0:0000:00:999:[ this game may be a ]:REASON 11 bmdct:0:0000:00:999:[ clone of an existing ]:REASON 11 bmdct:0:0000:00:999:[ game which may have ]:REASON 11 bmdct:0:0000:00:999:[ cheats. Please search ]:REASON 11 bmdct:0:0000:00:999:[ the cheat forums ]:REASON 11 bmdct:0:0000:00:999:[ before posting cheat ]:REASON 11 bmdct:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Vs. Raid on Bungeling Bay (Japan) ] bnglngby:0:00D4:09:000:Infinite Lives bnglngby:0:0242:09:000:Infinite Bombs ; [ Bump 'n' Jump ] bnj:0:001A:05:000:Infinite Lives :bnj:20800000:1C50D:00000060:FFFFFFFF:Invincibility :bnj:20810000:1C640:00000060:FFFFFFFF:Invincibility (2/2) bnj:0:0090:01:000:Jump Always O.K. bnj:0:0080:19:000:Never Come Down From Jump bnj:0:0021:00:000:0 cars smashed (50000 pts) ; [ Bonanza Bros (US, Floppy DS3-5000-07d?) ] :bnzabros:00000000:FF8428:00000018:FFFFFFFF:Infinite Credits :bnzabros:00001101:FF8481:0000000C:FFFFFFFF:Select Starting Stage:Enable on the training stage selection screen :bnzabros:00100000:FF849A:00000959:FFFFFFFF:Infinite Time :bnzabros:00000000:FF849B:00000099:FFFFFFFF:Infinite Time (Bonus Stage) :bnzabros:00000000:F0059A:00000009:FFFFFFFF:Infinite Lives PL1 :bnzabros:00000000:F01880:00000020:00000020:Invincibility PL1 :bnzabros:00010000:F018DB:00000002:FFFFFFFF:Invincibility PL1 (2/2) :bnzabros:00000000:FF8409:00000000:00000002:Rapid Fire PL1:Turn it OFF on the name entry screen :bnzabros:00000000:F0061A:00000009:FFFFFFFF:Infinite Lives PL2 :bnzabros:00000000:F01900:00000020:00000020:Invincibility PL2 :bnzabros:00010000:F0195B:00000002:FFFFFFFF:Invincibility PL2 (2/2) :bnzabros:00000000:FF840D:00000000:00000002:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Bonanza Bros (Japan, Floppy DS3-5000-07b) ] :bnzabrsj:00000000:FF8428:00000018:FFFFFFFF:Infinite Credits :bnzabrsj:00100000:FF849A:00000959:FFFFFFFF:Infinite Time :bnzabrsj:00000000:FF849B:00000099:FFFFFFFF:Infinite Bonus Stage Time :bnzabrsj:00000000:FF8409:00000000:00000002:Rapid Fire PL1:Turn it OFF on the name entry screen :bnzabrsj:00000000:F01880:00000020:00000020:Invincibility PL1 :bnzabrsj:00010000:F018DB:00000002:FFFFFFFF:Invincibility PL1 (2/2) :bnzabrsj:00000000:F0059A:00000009:FFFFFFFF:1P Infinite Lives :bnzabrsj:00000000:FF840D:00000000:00000002:Rapid Fire PL2:Turn it OFF on the name entry screen :bnzabrsj:00000000:F01900:00000020:00000020:Invincibility PL2 :bnzabrsj:00010000:F0195B:00000002:FFFFFFFF:Invincibility PL2 (2/2) :bnzabrsj:00000000:F0061A:00000009:FFFFFFFF:Infinite Lives PL2 :bnzabrsj:00001101:FF8481:0000000C:FFFFFFFF:Select Starting Stage:Set on playing the training stage selection screen ; [ Bobble Bobble ] boblbobl:0:0000:00:999:[ This game has got a LOT of cheats. ] boblbobl:0:0000:00:999:[ Don't go too mad as it may spoil ] boblbobl:0:0000:00:999:[ the game too much!!! ] boblbobl:0:E366:63:000:Infinite Credits :boblbobl:00001301:E64B:00000063:FFFFFFFF:Select starting round:You should enable this cheat on the press 1/2 player button screen, ie. after credits have been inserted! boblbobl:0:E64B:63:061:Select next round boblbobl:0:E645:06:000:Infinite Lives PL1 boblbobl:0:E6B6:77:000:Invincibility PL1 boblbobl:0:E6C1:0C:000:Speed Always Normal PL1 boblbobl:0:E6C1:14:000:Speed Always Power-up PL1 boblbobl:0:E6C1:28:000:Speed Always Ultimate PL1 boblbobl:0:E6C1:0C:001:Speed to Normal Now! PL1 boblbobl:0:E6C1:14:001:Speed to Power-up Now! PL1 boblbobl:0:E6C1:28:001:Speed to Ultimate Now! PL1 boblbobl:0:E6BF:14:001:Fire Speed to Normal Now! PL1 boblbobl:0:E6BF:05:001:Fire Speed to Power-up NowPL1 boblbobl:0:E6BF:01:000:Fire Speed Always UltimatePL1 boblbobl:0:E6C2:80:000:Normal Range Bubbles PL1 boblbobl:0:E6C2:80:000:Long Range Bubbles PL1 boblbobl:0:E6C2:FF:000:Extra Long Range Bubbles PL1 boblbobl:0:E6C0:03:001:Head Power to Normal Now! PL1 boblbobl:0:E6C0:06:001:Head Power to Power-up NowPL1 boblbobl:0:E6C0:09:000:Head Power Always UltimatePL1 boblbobl:0:F60F:00:001:Fire bubbles Bubbles Now! PL1 boblbobl:0:F60F:01:001:Fire lightnings Now! PL1 boblbobl:0:E742:3F:001:Get EXTEND PL1 boblbobl:0:E742:01:021:Get letter - E (red) PL1 boblbobl:0:E742:02:021:Get letter - X (pink) PL1 boblbobl:0:E742:04:021:Get letter - T (yellow) PL1 boblbobl:0:E742:08:021:Get letter - E (green) PL1 boblbobl:0:E742:10:021:Get letter - N (blue) PL1 boblbobl:0:E742:20:021:Get letter - D (purple) PL1 boblbobl:0:E64A:06:000:Infinite Lives PL2 boblbobl:0:E6E8:77:000:Invincibility PL2 boblbobl:0:E6F3:0C:000:Speed Always Normal PL2 boblbobl:0:E6F3:14:000:Speed Always Power-up PL2 boblbobl:0:E6F3:28:000:Speed Always Ultimate PL2 boblbobl:0:E6F3:0C:001:Speed to Normal Now! PL2 boblbobl:0:E6F3:14:001:Speed to Power-up Now! PL2 boblbobl:0:E6F3:28:001:Speed to Ultimate Now! PL2 boblbobl:0:E6F1:14:001:Fire Speed to Normal Now! PL2 boblbobl:0:E6F1:05:001:Fire Speed to Power-up NowPL2 boblbobl:0:E6F1:01:000:Fire Speed Always UltimatePL2 boblbobl:0:E6F4:40:000:Normal Range Bubbles PL2 boblbobl:0:E6F4:80:000:Long Range Bubbles PL2 boblbobl:0:E6F4:FF:000:Extra Long Range Bubbles PL2 boblbobl:0:E6F2:03:001:Head Power to Normal Now! PL2 boblbobl:0:E6F2:06:001:Head Power to Power-up NowPL2 boblbobl:0:E6F2:09:000:Head Power Always UltimatePL2 boblbobl:0:F610:00:001:Fire bubbles Bubbles Now! PL2 boblbobl:0:F610:01:001:Fire lightnings Now! PL2 boblbobl:0:E743:3F:001:Get EXTEND PL2 boblbobl:0:E743:01:021:Get letter - E (red) PL2 boblbobl:0:E743:02:021:Get letter - X (pink) PL2 boblbobl:0:E743:04:021:Get letter - T (yellow) PL2 boblbobl:0:E743:08:021:Get letter - E (green) PL2 boblbobl:0:E743:10:021:Get letter - N (blue) PL2 boblbobl:0:E743:20:021:Get letter - D (purple) PL2 boblbobl:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen boblbobl:0:E5DB:00:000:Disable "Super" Mode boblbobl:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen boblbobl:0:E5D1:00:000:Disable "Original" Mode boblbobl:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen boblbobl:0:E5D2:00:000:Disable "Power-Up" Mode boblbobl:0:E613:01:000:Always get Bonus doors boblbobl:0:F676:01:000:Constant Extend Letters boblbobl:0:E603:01:000:Always Warn (Bell Item) boblbobl:0:E5FA:03:000:Apple or Orange? You decide! boblbobl:0:E608:01:000:Coke Can Item boblbobl:0:6E30:01:000:Fireball Bubble - Always! boblbobl:0:6E30:03:000:Fireball Bubble - 1 in 2 boblbobl:0:6E30:05:000:Fireball Bubble - 1 in 3 boblbobl:0:6E30:07:000:Fireball Bubble - 1 in 4 boblbobl:0:6E30:15:000:Fireball Bubble - 1 in 16 boblbobl:0:6E30:1D:000:Fireball Bubble - 1 in 256 boblbobl:0:6E30:25:000:Fireball Bubble - 1 in 4096 boblbobl:0:5C2B:C9:000:Disable Bubbles? boblbobl:0:E6BB:05:001:Fireballs for 5 levels boblbobl:0:E6BE:40:000:Fireballs boblbobl:0:E5EE:07:000:Fireball Cross boblbobl:0:0000:00:999:[ Use these cheats only at the start ] boblbobl:0:0000:00:999:[ of a level, before the item ] boblbobl:0:0000:00:999:[ appears! When you are given a ] boblbobl:0:0000:00:999:[ distribution, each bubble turns ] boblbobl:0:0000:00:999:[ into an object. ] boblbobl:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range boblbobl:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power boblbobl:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed boblbobl:0:F45E:03:001:1st Item = shoe:Gives you power-up speed boblbobl:0:F45E:04:001:1st Item = clock:Slows down the monsters boblbobl:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds boblbobl:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther boblbobl:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther boblbobl:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther boblbobl:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers boblbobl:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers boblbobl:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers boblbobl:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows boblbobl:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes boblbobl:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters boblbobl:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk boblbobl:0:F45E:10:001:1st Item = pink ring:Gives points when you jump boblbobl:0:F45E:11:001:1st Item = red ring:Gives points when you bubble boblbobl:0:F45E:12:001:1st Item = blue cross:Fills screen with water boblbobl:0:F45E:13:001:1st Item = yellow cross:Make lightning strike boblbobl:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles boblbobl:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble boblbobl:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr boblbobl:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined boblbobl:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds boblbobl:0:F45E:19:001:1st Item = book:Turns monsters into diamonds boblbobl:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall boblbobl:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters boblbobl:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball boblbobl:0:F45E:1D:001:1st Item = fork:Makes fruits fall boblbobl:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end boblbobl:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end boblbobl:0:F45E:20:001:1st Item = red chest:Red diamonds on level end boblbobl:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end boblbobl:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end boblbobl:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end boblbobl:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end boblbobl:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end boblbobl:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end boblbobl:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end boblbobl:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end boblbobl:0:F45E:29:001:1st Item = bell:Destructive Item warning boblbobl:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end boblbobl:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end boblbobl:0:F45E:2C:001:1st Item = glass of beer:???? on level end boblbobl:0:F45E:2D:001:1st Item = knife:Makes fruits fall boblbobl:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items boblbobl:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters boblbobl:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds boblbobl:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds boblbobl:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds boblbobl:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70 boblbobl:0:F44C:2A:000:Fruit 2A boblbobl:0:F44C:2B:000:Fruit 2B boblbobl:0:F44C:2C:000:Fruit 2C boblbobl:0:F44C:2D:000:Fruit 2D boblbobl:0:F44C:2E:000:Fruit 2E boblbobl:0:F44C:2F:000:Fruit 2F boblbobl:0:F44C:30:000:Fruit 30 boblbobl:0:F44C:31:000:Fruit 31 boblbobl:0:F44C:32:000:Fruit 32 boblbobl:0:F44C:33:000:Fruit 33 boblbobl:0:F44C:34:000:Fruit 34 boblbobl:0:F44C:35:000:Fruit 35 boblbobl:0:F44C:36:000:Fruit 36 boblbobl:0:F44C:37:000:Fruit 37 boblbobl:0:F44C:38:000:Fruit 38 boblbobl:0:F44C:39:000:Fruit 39 boblbobl:0:F44C:3A:000:Fruit 3A boblbobl:0:F44C:3B:000:Fruit 3B boblbobl:0:F44D:01:000:Quick Fruit at start boblbobl:0:E60A:01:000:Lipstick boblbobl:0:E345:05:000:Stop the Baron boblbobl:0:0000:00:999:[ These 5 cheats will make a potion ] boblbobl:0:0000:00:999:[ appear on the next screen. It will ] boblbobl:0:0000:00:999:[ be of the type requested unless you ] boblbobl:0:0000:00:999:[ have earned a higher potion or you ] boblbobl:0:0000:00:999:[ have fallen off the bottom of the ] boblbobl:0:0000:00:999:[ screen since setting the cheat. ] boblbobl:0:0000:00:999:[ Falling off the bottom will upgrade ] boblbobl:0:0000:00:999:[ the potion to the next one! ] boblbobl:0:E5E7:0F:001:Sunflower Potion(next screen) boblbobl:0:E5E7:10:001:Flower Potion (next screen) boblbobl:0:E5E7:11:001:Clover Potion (next screen) boblbobl:0:E5E7:12:001:Rainbow Potion (next screen) boblbobl:0:E5E7:13:001:Musical Potion (next screen) boblbobl:0:0000:00:999:[ These 2 cheats are useful when you ] boblbobl:0:0000:00:999:[ get stuck on one screen. Use only ] boblbobl:0:0000:00:999:[ one at a time. ] boblbobl:0:F590:01:001:Drown 'em All! Now! OR---> boblbobl:0:E720:01:001:Throw The Book At Them Now! ; [ Body Slam (8751 317-unknown) ] bodyslam:0:FFC202:59:000:Infinite Time ; [ Bogey Manor ] bogeyman:0:0032:03:000:Infinite Lives bogeyman:0:07BA:59:000:Infinite Time bogeyman:0:069F:00:000:Invincibility bogeyman:0:06FE:01:000:Transformation bogeyman:0:07CF:00:000:Floor Lighting bogeyman:0:07D0:00:500:Floor Lighting (2/4) bogeyman:0:07D1:00:500:Floor Lighting (3/4) bogeyman:0:07D2:00:500:Floor Lighting (4/4) bogeyman:0:071C:E0:001:Open Exit Door Now! bogeyman:0:07D8:08:001:Finish Floor Now! bogeyman:0:040A:00:998:Display Remain Crystal bogeyman:0:002A:01:000:House Select bogeyman:0:152E:39:500:House Select (2/2) ; [ Boggy '84 ] :boggy84:20900000:19B8:00003C18:FFFFFFFF:Invincibility :boggy84:20910000:1CEF:00003518:FFFFFFFF:Invincibility (2/9):1st = RD.1 Monkey, 2nd = RD.1 Enemy :boggy84:20910000:2C5B:00002918:FFFFFFFF:Invincibility (3/9):RD.2 Monkey :boggy84:20910000:2E7D:00002418:FFFFFFFF:Invincibility (4/9):RD.2 Enemy :boggy84:20910000:3F07:00002A18:FFFFFFFF:Invincibility (5/9):RD.3 Monkey 1 :boggy84:20910000:435A:00002418:FFFFFFFF:Invincibility (6/9):RD.3 Enemy :boggy84:20910000:45FB:00000818:FFFFFFFF:Invincibility (7/9):RD.3 Monkey 2 :boggy84:20910000:66BF:00002818:FFFFFFFF:Invincibility (8/9):RD.4 Monkey :boggy84:20910000:6913:00002418:FFFFFFFF:Invincibility (9/9):RD.4 Enemy boggy84:0:C005:07:000:Infinite Lives PL1 boggy84:0:C006:07:000:Infinite Lives PL2 ; [ Bomb Bee ] bombbee:0:22A4:01:000:Infinite Balls :bombbee:00000010:229C:000000E5:FFFF00FB:Always Keep Ball in Play ; [ Bomb Jack (set 2) ] bombjac2:0:819B:05:000:Infinite Lives bombjac2:0:824A:1E:000:Invincibility bombjac2:0:81AC:04:000:Always Bonus Multiplier x 5 bombjac2:0:81AC:04:001:Bonus Multiplier x 5 Now! bombjac2:0:8036:FF:000:Infinite Power Time bombjac2:0:81A2:00:001:Finish this Level Now! bombjac2:0:81AB:23:000:Always Perfect Firebombs bombjac2:0:81AB:23:001:Perfect Firebombs Now! bombjac2:0:890C:01:000:Bonus gives multiplier bombjac2:0:890C:02:000:Bonus gives extra life bombjac2:0:890C:03:000:Bonus gives extra credit bombjac2:0:81A7:14:000:P always present ; [ Bomb Jack (set 1) ] bombjack:0:819B:05:000:Infinite Lives bombjack:0:824A:1E:000:Invincibility bombjack:0:81AC:04:000:Always Bonus Multiplier x 5 bombjack:0:81AC:04:001:Bonus Multiplier x 5 Now! bombjack:0:8036:FF:000:Infinite Power Time bombjack:0:81A2:00:001:Finish this Level Now! bombjack:0:81AB:23:000:Always Perfect Firebombs bombjack:0:81AB:23:001:Perfect Firebombs Now! bombjack:0:890C:01:000:Bonus gives multiplier bombjack:0:890C:02:000:Bonus gives extra life bombjack:0:890C:03:000:Bonus gives extra credit bombjack:0:81A7:14:000:P always present ; [ Bomb Kick ] :bombkick:00000000:FF000B:00000009:FFFFFFFF:Infinite Credits :bombkick:00001301:FF4D53:00000007:FFFFFFFF:Select Starting Stage (Incomplete):Music Problem - if you start on stage 8 (boss area), the normal stage music is played instead of the boss music. Set on the world selection screen :bombkick:00000000:FF4D53:00000007:FFFFFFFF:Boss Battle Mode (Incomplete):Music Problem - if you start on stage 8 (boss area), the normal stage music is played instead of the boss music :bombkick:00000000:FF83FD:00000002:FFFFFFFF:Freeze All Enemies :bombkick:00000000:FF5D07:00000002:FFFFFFFF:Invincibility "ON" PL1 :bombkick:00000001:FF5D07:00000000:FFFFFFFF:Invincibility "OFF" PL1 :bombkick:00000000:FF80C5:00000005:FFFFFFFF:Infinite Lives PL1 :bombkick:00000000:FF80C1:00000005:FFFFFFFF:Infinite Special Bombs PL1 :bombkick:00000000:FF80C7:00000009:FFFFFFFF:Always Have Time Bomb PL1 :bombkick:00000000:FF5D2F:00000002:FFFFFFFF:Invincibility "ON" PL2 :bombkick:00000001:FF5D2F:00000000:FFFFFFFF:Invincibility "OFF" PL2 :bombkick:00000000:FF80B1:00000005:FFFFFFFF:Infinite Lives PL2 :bombkick:00000000:FF80AD:00000005:FFFFFFFF:Infinite Special Bombs PL2 :bombkick:00000000:FF80B3:00000009:FFFFFFFF:Always Have Time Bomb PL2 ; [ Bomber Lord (bootleg) ] bomblord:0:A0C1A:09:000:Infinite Time bomblord:0:A0C19:99:500:Infinite Time (2/2) bomblord:0:A3902:00:001:Finish this Level Now!:To be used "Normal Mode" only bomblord:0:A0055:99:000:Infinite Credits PL1 bomblord:0:A0BB3:09:000:Infinite Lives PL1 bomblord:0:A0BB4:03:000:Maximum Speed PL1 bomblord:0:A0BB6:07:000:Maximum Flame Length PL1 bomblord:0:A0BB8:08:000:Maximum Bombs PL1 bomblord:0:A0BBA:99:000:Maximum Extra Bombs PL1 bomblord:0:A1128:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only bomblord:0:A1128:20:041:Invincibility "OFF" PL1 bomblord:0:A0BB9:00:000:Always have Normal Bombs PL1 bomblord:0:A0BB9:01:000:Always have Manual Bombs PL1 bomblord:0:A0BB9:02:000:Always have Split Bombs PL1 bomblord:0:A0BB9:00:001:Get Normal Bombs Now! PL1 bomblord:0:A0BB9:01:001:Get Manual Bombs Now! PL1 bomblord:0:A0BB9:02:001:Get Split Bombs Now! PL1 bomblord:0:A0056:99:000:Infinite Credits PL2 bomblord:0:A0BC3:09:000:Infinite Lives PL2 bomblord:0:A0BC4:03:000:Maximum Speed PL2 bomblord:0:A0BC6:07:000:Maximum Flame Length PL2 bomblord:0:A0BC8:08:000:Maximum Bombs PL2 bomblord:0:A0BCA:99:000:Maximum Extra Bombs PL2 bomblord:0:A1168:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only bomblord:0:A1168:20:041:Invincibility "OFF" PL2 bomblord:0:A0BC9:00:000:Always have Normal Bombs PL2 bomblord:0:A0BC9:01:000:Always have Manual Bombs PL2 bomblord:0:A0BC9:02:000:Always have Split Bombs PL2 bomblord:0:A0BC9:00:001:Get Normal Bombs Now! PL2 bomblord:0:A0BC9:01:001:Get Manual Bombs Now! PL2 bomblord:0:A0BC9:02:001:Get Split Bombs Now! PL2 bomblord:0:A0057:99:000:Infinite Credits PL3 bomblord:0:A0BD3:09:000:Infinite Lives PL3 bomblord:0:A0BD4:03:000:Maximum Speed PL3 bomblord:0:A0BD6:07:000:Maximum Flame Length PL3 bomblord:0:A0BD8:08:000:Maximum Bombs PL3 bomblord:0:A0BDA:99:000:Maximum Extra Bombs PL3 bomblord:0:A11A8:20:020:Invincibility "ON" PL3:To be used "Normal Mode" only bomblord:0:A11A8:20:041:Invincibility "OFF" PL3 bomblord:0:A0BD9:00:000:Always have Normal Bombs PL3 bomblord:0:A0BD9:01:000:Always have Manual Bombs PL3 bomblord:0:A0BD9:02:000:Always have Split Bombs PL3 bomblord:0:A0BD9:00:001:Get Normal Bombs Now! PL3 bomblord:0:A0BD9:01:001:Get Manual Bombs Now! PL3 bomblord:0:A0BD9:02:001:Get Split Bombs Now! PL3 bomblord:0:A0058:99:000:Infinite Credits PL4 bomblord:0:A0BE3:09:000:Infinite Lives PL4 bomblord:0:A0BE4:03:000:Maximum Speed PL4 bomblord:0:A0BE6:07:000:Maximum Flame Length PL4 bomblord:0:A0BE8:08:000:Maximum Bombs PL4 bomblord:0:A0BEA:99:000:Maximum Extra Bombs PL4 bomblord:0:A11E8:20:020:Invincibility "ON" PL4:To be used "Normal Mode" only bomblord:0:A11E8:20:041:Invincibility "OFF" PL4 bomblord:0:A0BE9:00:000:Always have Normal Bombs PL4 bomblord:0:A0BE9:01:000:Always have Manual Bombs PL4 bomblord:0:A0BE9:02:000:Always have Split Bombs PL4 bomblord:0:A0BE9:00:001:Get Normal Bombs Now! PL4 bomblord:0:A0BE9:01:001:Get Manual Bombs Now! PL4 bomblord:0:A0BE9:02:001:Get Split Bombs Now! PL4 ; [ Bomber Man (Japan) ] bombrman:0:A0045:99:001:Infinite Credits bombrman:0:A35A2:59:000:Infinite Time bombrman:0:A35A0:00:001:Finish this level Now!:To be used "Normal Mode" only bombrman:0:A0BAA:03:000:Infinite Lives PL1 bombrman:0:A0BAB:02:000:Maximum Speed PL1 bombrman:0:A0BAD:07:000:Maximum Flame Length PL1 bombrman:0:A0BAF:08:000:Maximum Bombs PL1 bombrman:0:A10A8:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only bombrman:0:A10A8:20:041:Invincibility "OFF" PL1 bombrman:0:A0BB0:00:000:Always have Normal Bombs PL1 bombrman:0:A0BB0:FF:000:Always have Manual Bombs PL1 bombrman:0:A0BB0:00:001:Get Normal Bombs Now! PL1 bombrman:0:A0BB0:FF:001:Get Manual Bombs Now! PL1 bombrman:0:A0BBA:03:000:Infinite Lives PL2 bombrman:0:A0BBB:02:000:Maximum Speed PL2 bombrman:0:A0BBD:07:000:Maximum Flame Length PL2 bombrman:0:A0BBF:08:000:Maximum Bombs PL2 bombrman:0:A10E8:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only bombrman:0:A10E8:20:041:Invincibility "OFF" PL2 bombrman:0:A0BC0:00:000:Always have Normal Bombs PL2 bombrman:0:A0BC0:FF:000:Always have Manual Bombs PL2 bombrman:0:A0BC0:00:001:Get Normal Bombs Now! PL2 bombrman:0:A0BC0:FF:001:Get Manual Bombs Now! PL2 ; [ Bongo ] bongo:0:8032:05:000:Infinite Lives PL1 :bongo:00000101:8029:0000001B:FFFFFFFF:Select Current Stage PL1:You will jump to this stage when you die on your current stage bongo:0:8033:05:000:Infinite Lives PL2 :bongo:00000101:802A:0000001B:FFFFFFFF:Select Current Stage PL2:You will jump to this stage when you die on your current stage ; [ B.C. Kid / Bonk's Adventure / Kyukyoku!! PC Genjin ] :bonkadv:00000000:1001A6:00000009:FFFFFFFF:Infinite Credits :bonkadv:00100000:1061CE:00000999:FFFFFFFF:Infinite Time :bonkadv:00000000:105974:0000000A:FFFFFFFF:Infinite Lives PL1 :bonkadv:00000000:105997:00000003:FFFFFFFF:Infinite Energy PL1 :bonkadv:00000000:105993:0000000F:FFFFFFFF:Invincibility PL1 :bonkadv:00000000:10598B:00000001:FFFFFFFF:Always Have Speed Up PL1 :bonkadv:00000100:10598A:00000007:FFFFFFFF:Always Have Power Up PL1:Code 0x04 is bad ? :bonkadv:00110000:105988:0000000F:FFFFFFFF:Always Have Power Up PL1 (2/2) :bonkadv:00000000:105976:0000000A:FFFFFFFF:Always Have Maximum Smile Bumpers PL1 :bonkadv:00000000:105975:00000099:FFFFFFFF:Always Have 99 Diamonds PL1:Player extended when you get a diamond :bonkadv:00000000:10597E:00000000:00000010:Rapid Fire - Butt PL1 :bonkadv:00000000:10597E:00000000:00000020:Rapid Fire - Jump PL1:Enables long jump easy by springboard :bonkadv:00000000:1059C6:0000000A:FFFFFFFF:Infinite Lives PL2 :bonkadv:00000000:1059E9:00000003:FFFFFFFF:Infinite Energy PL2 :bonkadv:00000000:1059E5:0000000F:FFFFFFFF:Invincibility PL2 :bonkadv:00000000:1059DD:00000001:FFFFFFFF:Always Have Speed Up PL2 :bonkadv:00000100:1059DC:00000007:FFFFFFFF:Always Have Power Up PL2:Code 0x04 is bad ? :bonkadv:00110000:1059DA:0000000F:FFFFFFFF:Always Have Power Up PL2 (2/2) :bonkadv:00000000:1059C8:0000000A:FFFFFFFF:Always Have Maximum Smile Bumpers PL2 :bonkadv:00000000:1059C7:00000099:FFFFFFFF:Always Have 99 Diamonds PL2:Player extended when you get a diamond :bonkadv:00000000:1059D0:00000000:00000010:Rapid Fire - Butt PL2 :bonkadv:00000000:1059D0:00000000:00000020:Rapid Fire - Jump PL2:Enables long jump easy by springboard ; [ Bonze Adventure (US) ] bonzeadu:0:10F7B7:09:000:Infinite Credits bonzeadu:0:10CC42:50:007:Infinite Time bonzeadu:0:10D5D5:02:000:Invincibility bonzeadu:0:10CC35:05:000:Always have Maximum fire speed bonzeadu:0:10CC37:08:000:Always have Maximum bounce power bonzeadu:0:10CC3B:00:000:Always have Blue bubble bonzeadu:0:10CC3F:04:000:Always have Max. Red bubble size bonzeadu:0:10CC41:04:000:Always have Max. Green bubble size bonzeadu:0:10CC3D:04:000:Always have Max. Purple bubble size bonzeadu:0:10D535:05:007:Infinite Lives PL1 bonzeadu:0:10D545:05:007:Infinite Lives PL2 ; [ Bonze Adventure (World) ] bonzeadv:0:10F7B7:09:000:Infinite Credits bonzeadv:0:10CC42:50:007:Infinite Time bonzeadv:0:10D5D5:02:000:Invincibility bonzeadv:0:10CC35:05:000:Always have Maximum fire speed bonzeadv:0:10CC37:08:000:Always have Maximum bounce power bonzeadv:0:10CC3B:00:000:Always have Blue bubble bonzeadv:0:10CC3F:04:000:Always have Max. Red bubble size bonzeadv:0:10CC41:04:000:Always have Max. Green bubble size bonzeadv:0:10CC3D:04:000:Always have Max. Purple bubble size bonzeadv:0:10D535:05:007:Infinite Lives PL1 bonzeadv:0:10D545:05:007:Infinite Lives PL2 ; [ Boogie Wings (Asia v1.5, 92.12.07) ] :boogwina:00000000:208045:00000099:FFFFFFFF:Infinite Credits :boogwina:00000000:2080C8:00000009:FFFFFFFF:Infinite Lives PL1 :boogwina:00000000:208242:00000080:00000080:Invincibility PL1 :boogwina:00010000:20823F:0000007E:FFFFFFFF:Invincibility PL1 (2/2) :boogwina:60000000:000000:00000000:00000000:[ If you are not in a Plane don't set Shot ] :boogwina:60000000:000000:00000000:00000000:[ Power higher than 0 or it will cause the ] :boogwina:60000000:000000:00000000:00000000:[ the game to RESET!!! ] :boogwina:00000100:208247:0000000F:FFFFFFFF:Select Shot Power PL1 :boogwina:00000100:20823B:00000005:FFFFFFFF:Select Speed PL1 :boogwina:00000000:208037:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :boogwina:00000000:208255:00000001:FFFFFFFF:Auto Fire - Normal PL1 :boogwina:00200000:208253:00000001:FFFFFFFF:Auto Fire - Special PL1 :boogwina:00000000:2080E2:00000009:FFFFFFFF:Infinite Lives PL2 :boogwina:00000000:208302:00000080:00000080:Invincibility PL2 :boogwina:00010000:2082FF:0000007E:FFFFFFFF:Invincibility PL2 (2/2) :boogwina:60000000:000000:00000000:00000000:[ If you are not in a Plane don't set Shot ] :boogwina:60000000:000000:00000000:00000000:[ Power higher than 0 or it will cause the ] :boogwina:60000000:000000:00000000:00000000:[ the game to RESET!!! ] :boogwina:00000100:208307:0000000F:FFFFFFFF:Select Shot Power PL2 :boogwina:00000100:2082FB:00000005:FFFFFFFF:Select Speed PL2 :boogwina:00000000:208039:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :boogwina:00000000:208315:00000002:FFFFFFFF:Auto Fire - Normal PL2 :boogwina:00200000:208313:00000001:FFFFFFFF:Auto Fire - Special PL2 ; [ Boogie Wings (Euro v1.5, 92.12.07) ] :boogwing:00000000:208045:00000099:FFFFFFFF:Infinite Credits :boogwing:00000000:2080C8:00000009:FFFFFFFF:Infinite Lives PL1 :boogwing:00000000:208242:00000080:00000080:Invincibility PL1 :boogwing:00010000:20823F:0000007E:FFFFFFFF:Invincibility PL1 (2/2) :boogwing:60000000:000000:00000000:00000000:[ If you are not in a Plane don't set Shot ] :boogwing:60000000:000000:00000000:00000000:[ Power higher than 0 or it will cause the ] :boogwing:60000000:000000:00000000:00000000:[ the game to RESET!!! ] :boogwing:00000100:208247:0000000F:FFFFFFFF:Select Shot Power PL1 :boogwing:00000100:20823B:00000005:FFFFFFFF:Select Speed PL1 :boogwing:00000000:208037:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :boogwing:00000000:208255:00000001:FFFFFFFF:Auto Fire - Normal PL1 :boogwing:00200000:208253:00000001:FFFFFFFF:Auto Fire - Special PL1 :boogwing:00000000:2080E2:00000009:FFFFFFFF:Infinite Lives PL2 :boogwing:00000000:208302:00000080:00000080:Invincibility PL2 :boogwing:00010000:2082FF:0000007E:FFFFFFFF:Invincibility PL2 (2/2) :boogwing:60000000:000000:00000000:00000000:[ If you are not in a Plane don't set Shot ] :boogwing:60000000:000000:00000000:00000000:[ Power higher than 0 or it will cause the ] :boogwing:60000000:000000:00000000:00000000:[ the game to RESET!!! ] :boogwing:00000100:208307:0000000F:FFFFFFFF:Select Shot Power PL2 :boogwing:00000100:2082FB:00000005:FFFFFFFF:Select Speed PL2 :boogwing:00000000:208039:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :boogwing:00000000:208315:00000002:FFFFFFFF:Auto Fire - Normal PL2 :boogwing:00200000:208313:00000001:FFFFFFFF:Auto Fire - Special PL2 ; [ Boomer Rang'r / Genesis ] boomrang:0:0021:9B:000:Infinite Lives ; [ Boot Camp ] bootcamp:0:0A8D:99:000:Infinite Time PL1 bootcamp:0:0A8C:00:001:Reset Timer Now! PL1 bootcamp:0:0A8D:01:501:Reset Timer Now! PL1 (2/2) bootcamp:0:0855:70:000:Always done 70 targets PL1 bootcamp:0:0855:70:001:Get 70 targets Now! PL1 bootcamp:0:0AAD:99:000:Infinite Time PL2 bootcamp:0:0AAC:00:001:Reset Timer Now! PL2 bootcamp:0:0AAD:01:501:Reset Timer Now! PL2 (2/2) bootcamp:0:0857:70:000:Always done 70 targets PL2 bootcamp:0:0857:70:001:Get 70 targets Now! PL2 bootcamp:0:0C76:01:001:One hit for Instructor Now! bootcamp:0:0000:00:999:[Ensure the infinite damage ] bootcamp:0:0000:00:999:[cheat is NOT turned on for ] bootcamp:0:0000:00:999:[the Assault Course!! ] bootcamp:0:0C16:08:000:Infinite Damage PL1 bootcamp:0:0C46:08:000:Infinite Damage PL2 bootcamp:0:0000:00:999:[Enable these cheats on the ] bootcamp:0:0000:00:999:[Player 1/2 Intro page, ie. ] bootcamp:0:0000:00:999:[before the Obstacle Course ] bootcamp:0:0991:02:001:Goto the Firing Range 1 Now! bootcamp:0:0991:03:001:Goto the Iron Man Race Now! bootcamp:0:0991:05:001:Goto the Firing Range 2 Now! bootcamp:0:0991:06:001:Goto the Arm Wrestle Now! bootcamp:0:0991:07:001:Goto the Firing Range 3 Now! bootcamp:0:0991:09:001:Goto the Instructor Now! bootcamp:0:0991:0E:001:Goto the Mission Now! bootcamp:0:0000:00:999:[The invincibility cheat is ] bootcamp:0:0000:00:999:[buggy, you have to turn it ] bootcamp:0:0000:00:999:[off with F6 to jump or to ] bootcamp:0:0000:00:999:[walk down stairs-YOU MUST!!] bootcamp:0:0C01:02:020:Mission Invincibility bootcamp:0:0C01:F8:540:Mission Invincibility (2/3) bootcamp:0:0C16:08:500:Mission Invincibility (3/3) ; [ Boot Hill ] boothill:0:2008:60:000:Infinite Time boothill:0:205A:00:000:Infinite Bullets PL1 boothill:0:2059:00:000:Infinite Bullets PL2 boothill:0:200E:00:000:Score Always = 0 PL1 boothill:0:200D:00:000:Score Always = 0 PL2 boothill:0:200E:00:001:Set Score to 0 Now! PL1 boothill:0:200D:00:001:Set Score to 0 Now! PL2 boothill:0:200E:99:073:Select Score PL1 boothill:0:200D:99:073:Select Score PL2 ; [ Borench ] borench:0:FFF02E:09:000:Infinite Credits borench:0:FFF21B:05:000:Infinite Lives borench:0:000000:00:999:[ Here are the shapes for ease of reference ] borench:0:000000:00:999:[ ***** ***** * * * ] borench:0:000000:00:999:[ *** *** *** *** ***** ] borench:0:000000:00:999:[ * * ***** ***** * ] borench:0:000000:00:999:[ Top Top Bottom Bottom Cross ] borench:0:000000:00:999:[ Left Right Left Right Over ] borench:0:FFF12C:02:001:Get Top Left Tile Now PL1 borench:0:FFF12C:04:001:Get Top Right Tile Now PL1 borench:0:FFF12C:05:001:Get Bottom Left Tile Now PL1 borench:0:FFF12C:03:001:Get Bottom Right Tile Now PL1 borench:0:FFF12C:06:001:Get Crossover Tile Now PL1 borench:0:000000:00:999:[ Here are the shapes for ease of reference ] borench:0:000000:00:999:[ ***** ***** * * * ] borench:0:000000:00:999:[ *** *** *** *** ***** ] borench:0:000000:00:999:[ * * ***** ***** * ] borench:0:000000:00:999:[ Top Top Bottom Bottom Cross ] borench:0:000000:00:999:[ Left Right Left Right Over ] borench:0:FFF1AC:02:001:Get Top Left Tile Now PL2 borench:0:FFF1AC:04:001:Get Top Right Tile Now PL2 borench:0:FFF1AC:05:001:Get Bottom Left Tile Now PL2 borench:0:FFF1AC:03:001:Get Bottom Right Tile Now PL2 borench:0:FFF1AC:06:001:Get Crossover Tile Now PL2 ; [ Born To Fight ] :borntofi:00000000:03826:00000009:FFFFFFFF:Infinite Credits :borntofi:00000000:03824:00000002:FFFFFFFF:Invincibility:Both players gets it at the same time :borntofi:00000001:01FC4:00000000:FFFFFFFF:Finish Current Scene Soon!:In normal scene, a boss appears soon. In boss scene, a mission complete soon. :borntofi:00010001:01FC6:00000000:FFFFFFFF:Finish Current Scene Soon! (2/3):1st = Soldier, 2nd = Tank :borntofi:00010001:01FC8:00000000:FFFFFFFF:Finish Current Scene Soon! (3/3):Heli/Fighter :borntofi:00000000:037F8:00000000:FFFFFFFF:Infinite Damage PL1 :borntofi:00000000:03DD8:00000063:FFFFFFFF:Infinite Magazines PL1 :borntofi:00000000:01508:00000006:FFFFFFFF:Infinite Grenades PL1 :borntofi:00000000:05540:00000000:FFFFFFFF:Infinite Bullets PL1 :borntofi:00000000:03BB4:00000009:FFFFFFFF:Always Have Free Bullet PL1 :borntofi:00000000:037FA:00000000:FFFFFFFF:Infinite Damage PL2 :borntofi:00000000:03DDA:00000063:FFFFFFFF:Infinite Magazines PL2 :borntofi:00000000:0150A:00000006:FFFFFFFF:Infinite Grenades PL2 :borntofi:00000000:05542:00000000:FFFFFFFF:Infinite Bullets PL2 :borntofi:00000000:03BB6:00000009:FFFFFFFF:Always Have Free Bullet PL2 ; [ Bosconian (new version) ] bosco:0:83E2:05:000:Infinite Lives bosco:0:12FC:18:100:Invincibility bosco:0:0F0E:C9:600:Invincibility (2/3) bosco:0:0F00:02:600:Invincibility (3/3):1 against bullets, 2 against rocks/mines & space stations, 3 against ships (also needs 2) ; [ Bosconian (Midway, new version) ] boscomd:0:83E2:05:000:Infinite Lives boscomd:0:1364:18:100:Invincibility boscomd:0:0F76:C9:600:Invincibility (2/3) boscomd:0:0F68:6A:600:Invincibility (3/3):1 against bullets, 2 against rocks/mines & space stations, 3 against ships (also needs 2) ; [ Bosconian (Midway, old version) ] boscomdo:0:83E2:05:000:Infinite Lives boscomdo:0:131D:18:100:Invincibility boscomdo:0:0F2F:C9:600:Invincibility (2/3) boscomdo:0:0F21:23:600:Invincibility (3/3):1 against bullets, 2 against rocks/mines & space stations, 3 against ships (also needs 2) ; [ Bosconian (old version) ] boscoo:0:83E2:05:000:Infinite Lives boscoo:0:12FC:18:100:Invincibility boscoo:0:0F0E:C9:600:Invincibility (2/3) boscoo:0:0F00:02:600:Invincibility (3/3):1 against bullets, 2 against rocks/mines & space stations, 3 against ships (also needs 2) ; [ Bosconian (older version) ] boscoo2:0:83E2:05:000:Infinite Lives boscoo2:0:12FC:18:100:Invincibility boscoo2:0:0F0E:C9:600:Invincibility (2/3) boscoo2:0:0F00:02:600:Invincibility (3/3):1 against bullets, 2 against rocks/mines & space stations, 3 against ships (also needs 2) ; [ Botanic ] botanic:0:7004:09:000:Infinite Credits :botanic:20800000:3B86:000000C9:FFFFFFFF:Invincibility botanic:0:7070:05:000:Infinite Lives PL1 botanic:0:7366:05:000:Infinite Bombs PL1 botanic:0:7071:05:000:Infinite Lives PL2 botanic:0:7367:05:000:Infinite Bombs PL2 ; [ Battle of the Solar System (rev. 1.1) ] botss:0:0000:00:999:[ There are no cheats ]:REASON 1 botss:0:0000:00:999:[ for this game as it ]:REASON 1 botss:0:0000:00:999:[ didn't work the last ]:REASON 1 botss:0:0000:00:999:[ time it was tested. ]:REASON 1 botss:0:0000:00:999:[ If the game now works ]:REASON 1 botss:0:0000:00:999:[ please request cheats ]:REASON 1 botss:0:0000:00:999:[ for it on the cheat ]:REASON 1 botss:0:0000:00:999:[ forums. ]:REASON 1 ; [ Bottom of the Ninth (version T) ] bottom9:0:4098:59:000:Infinite Time bottom9:0:4097:59:500:Infinite Time (2/3) bottom9:0:4096:99:500:Infinite Time (3/3) bottom9:0:4120:00:000:Infinite Strikes bottom9:0:4121:00:000:Infinite Balls bottom9:0:4122:00:000:Infinite Outs bottom9:0:4098:00:001:Set Play Time to 0 Now! bottom9:0:4097:00:501:Set Play Time to 0 Now! (2/3) bottom9:0:4096:00:501:Set Play Time to 0 Now! (3/3) bottom9:0:4120:00:001:Set Strikes to 0 Now! bottom9:0:4120:03:001:Set Strikes to 3 Now! bottom9:0:4121:00:001:Set Balls to 0 Now! bottom9:0:4121:04:001:Set Balls to 4 Now! bottom9:0:4122:00:001:Set Outs to 0 Now! bottom9:0:4122:03:001:Set Outs to 3 Now! bottom9:0:410E:FF:070:Select score PL1 bottom9:0:411E:FF:070:Select score PL2 bottom9:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Bottom of the Ninth (version N) ] bottom9n:0:4098:59:000:Infinite Time bottom9n:0:4097:59:500:Infinite Time (2/3) bottom9n:0:4096:99:500:Infinite Time (3/3) bottom9n:0:4120:00:000:Infinite Strikes bottom9n:0:4121:00:000:Infinite Balls bottom9n:0:4122:00:000:Infinite Outs bottom9n:0:4098:00:001:Set Play Time to 0 Now! bottom9n:0:4097:00:501:Set Play Time to 0 Now! (2/3) bottom9n:0:4096:00:501:Set Play Time to 0 Now! (3/3) bottom9n:0:4120:00:001:Set Strikes to 0 Now! bottom9n:0:4120:03:001:Set Strikes to 3 Now! bottom9n:0:4121:00:001:Set Balls to 0 Now! bottom9n:0:4121:04:001:Set Balls to 4 Now! bottom9n:0:4122:00:001:Set Outs to 0 Now! bottom9n:0:4122:03:001:Set Outs to 3 Now! bottom9n:0:410E:FF:070:Select score PL1 bottom9n:0:411E:FF:070:Select score PL2 bottom9n:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Boulder Dash / Boulder Dash Part 2 (World) ] bouldash:0:306113:99:000:Infinite Credits bouldash:0:306959:09:007:Infinite Time:Display still changes bouldash:0:306E05:99:000:Infinite reserve time bouldash:0:306AF7:05:000:Infinite Lives bouldash:0:306991:00:000:Exit always Open bouldash:0:306991:00:001:Open Exit Now! bouldash:0:306959:01:001:Zero Timer Now! (bonus level) bouldash:0:306931:05:071:Select current World:You will advance to this world when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat bouldash:0:306933:04:071:Select current Stage:You will advance to this stage when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat ; [ Boulder Dash / Boulder Dash Part 2 (Japan) ] bouldshj:0:306113:99:000:Infinite Credits bouldshj:0:306959:09:007:Infinite Time:Display still changes bouldshj:0:306E05:99:000:Infinite reserve time bouldshj:0:306AF7:05:000:Infinite Lives bouldshj:0:306991:00:000:Exit always Open bouldshj:0:306991:00:001:Open Exit Now! bouldshj:0:306959:01:001:Zero Timer Now! (bonus level) bouldshj:0:306931:05:071:Select current World:You will advance to this world when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat bouldshj:0:306933:04:071:Select current Stage:You will advance to this stage when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat ; [ Bounty, The ] bounty:0:5824:60:000:Infinite Fuel :bounty:20800000:2590:00000018:FFFFFFFF:Invincibility :bounty:20810000:25AF:00000018:FFFFFFFF:Invincibility (2/3):1st & 2nd = Scenery :bounty:20B10000:28D4:C9B6CB2B:FFFFFFFF:Invincibility (3/3):Object bounty:0:59E8:A7:000:Long Shot bounty:0:59EC:A7:500:Long Shot (2/3) bounty:0:59F0:A7:500:Long Shot (3/3) :bounty:00000000:5885:00000000:00000008:Rapid Fire bounty:0:581F:08:000:Infinite Lives PL1 bounty:0:5820:08:000:Infinite Lives PL2 ; [ 4 Player Bowling Alley ] bowler:0:0000:00:999:[Pin is always Top Left, and] bowler:0:0000:00:999:[you will score 9 pts aswell] bowler:0:2234:01:000:Always 1 pin left to drop bowler:0:2234:01:001:1 pin left to drop Now! ; [ Bowl-O-Rama ] bowlrama:0:5297:10:000:Infinite Time bowlrama:0:5629:07:000:Always 800 (Flash-O-Matic) ; [ Boxer (prototype) ] :boxer:00000000:009C:0000002D:FFFFFFFF:Infinite Time :boxer:00000000:0085:00000001:FFFFFFFF:Always Round 1 :boxer:00000901:002E:00000099:FFFFFFFF:Set score PL1 Thousands :boxer:00000919:002D:00000099:FFFFFFFF:Set Score PL1 Hundreds :boxer:00000901:0030:00000099:FFFFFFFF:Set Score PL2 Thousands :boxer:00000901:002F:00000090:FFFFFFFF:Set Score PL2 Hundreds ; [ Boxing Bugs ] boxingb:0:0000:00:999:[ There are no cheats ]:REASON 7 boxingb:0:0000:00:999:[ for this game as it's ]:REASON 7 boxingb:0:0000:00:999:[ proving to be a bit ]:REASON 7 boxingb:0:0000:00:999:[ of a stinker to find ]:REASON 7 boxingb:0:0000:00:999:[ cheats for it. ]:REASON 7 boxingb:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 boxingb:0:0000:00:999:[ finding is unlikely ]:REASON 7 boxingb:0:0000:00:999:[ to have any success ]:REASON 7 boxingb:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 boxingb:0:0000:00:999:[ setup or it's banked ]:REASON 7 boxingb:0:0000:00:999:[ too often, so ROM ]:REASON 7 boxingb:0:0000:00:999:[ cheats will likely be ]:REASON 7 boxingb:0:0000:00:999:[ required. If you ]:REASON 7 boxingb:0:0000:00:999:[ manage to find any ]:REASON 7 boxingb:0:0000:00:999:[ please post them on ]:REASON 7 boxingb:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;boxingb:0:0013:E7:000:Infinite Credits ;boxingb:0:0012:03:500:Infinite Credits (2/2) ;boxingb:0:0045:06:000:Infinite Lives ;boxingb:0:0059:00:001:Win this Round Now! ;boxingb:0:011B:E7:000:Infinite Panics PL1 ;boxingb:0:011A:03:500:Infinite Panics PL1 (2/2) ;boxingb:0:011D:E7:000:Infinite Panics PL2 ;boxingb:0:011C:03:500:Infinite Panics PL2 (2/2) ; [ Boxy Boy (US) ] boxyboy:0:020A:99:000:Infinite Time boxyboy:0:020B:99:500:Infinite Time (2/2) boxyboy:0:020A:00:001:Set Time to 0000 Now! boxyboy:0:020B:00:501:Set Time to 0000 Now! (2/2) boxyboy:0:0188:00:000:Infinite Steps boxyboy:0:0189:00:500:Infinite Steps (2/2) boxyboy:0:0218:00:001:Finish this Round Now! boxyboy:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Bradley Trainer ] bradley:0:000E:FF:002:Infinite Credits bradley:0:00CA:08:000:Infinite Lives ; [ Brain ] brain:0:C04E:06:000:Infinite Lives PL1 brain:0:C04F:06:000:Infinite Lives PL2 brain:0:CE94:09:000:Infinite Bombs brain:0:EEA6:37:000:Infinite Air :brain:20800000:0208D:000000C9:FFFFFFFF:Invincibility :brain:20810000:10C1A:000000C9:FFFFFFFF:Invincibility (2/4):1st = Scenery, 2nd = Object (Fighter) :brain:20810000:14C1A:000000C9:FFFFFFFF:Invincibility (3/4):Object (Human 1) :brain:20810000:18C1A:000000C9:FFFFFFFF:Invincibility (4/4):Object (Human 2) brain:0:CE92:00:000:Always Single/normal shot brain:0:CE92:01:000:Always Double/heavy shot brain:0:CE92:00:001:Get Single/normal shot Now! brain:0:CE92:01:001:Get Double/heavy shot Now! :brain:00000000:0C051:00000000:000000A0:Rapid Fire:Turn it OFF on the name entry screen ; [ B.Rap Boys ] brapboys:0:0000:00:999:[ There are no cheats ]:REASON 1 brapboys:0:0000:00:999:[ for this game as it ]:REASON 1 brapboys:0:0000:00:999:[ didn't work the last ]:REASON 1 brapboys:0:0000:00:999:[ time it was tested. ]:REASON 1 brapboys:0:0000:00:999:[ If the game now works ]:REASON 1 brapboys:0:0000:00:999:[ please request cheats ]:REASON 1 brapboys:0:0000:00:999:[ for it on the cheat ]:REASON 1 brapboys:0:0000:00:999:[ forums. ]:REASON 1 ; [ Borderline (bootleg) ] :brdrlinb:00000000:8381:00000099:FFFFFFFF:Infinite Credits :brdrlinb:00000000:849E:00000000:FFFFFFFF:Infinite Fuel :brdrlinb:20800000:2BAF:000000C9:FFFFFFFF:Invincibility:Cause gfx buggy :brdrlinb:20810000:35C5:000000C9:FFFFFFFF:Invincibiilty (2/2) :brdrlinb:00000000:843F:00000000:00000010:Rapid Fire :brdrlinb:00000000:843D:00000006:FFFFFFFF:Infinite Lives PL1 :brdrlinb:00000000:843E:00000006:FFFFFFFF:Infinite Lives PL2 ; [ Borderline ] :brdrline:00000000:8381:00000099:FFFFFFFF:Infinite Credits :brdrline:00000000:849E:00000000:FFFFFFFF:Infinite Fuel :brdrline:20800000:2BAF:000000C9:FFFFFFFF:Invincibility:Causes buggy gfx :brdrline:20810000:35C5:000000C9:FFFFFFFF:Invincibiilty (2/2) :brdrline:00000000:843F:00000000:00000010:Rapid Fire :brdrline:00000000:843D:00000006:FFFFFFFF:Infinite Lives PL1 :brdrline:00000000:843E:00000006:FFFFFFFF:Infinite Lives PL2 ; [ Breakers ] breakers:0:107C0B:64:000:Infinite Time breakers:0:107332:1E:000:Infinite Energy PL1 breakers:0:107332:00:001:Drain All Energy Now! PL1 breakers:0:107345:03:000:Infinite Chi PL1 breakers:0:107345:00:000:Always minimum Chi PL1 breakers:0:107892:1E:000:Infinite Energy PL2 breakers:0:107892:00:001:Drain All Energy Now! PL2 breakers:0:1078A5:03:000:Infinite Chi PL2 breakers:0:1078A5:00:000:Always minimum Chi PL1 breakers:0:000000:00:999:[ The Goto Boss Fight Screen should be ] breakers:0:000000:00:999:[ activated on the character selection ] breakers:0:000000:00:999:[ screen. If you activate it during any fight ] breakers:0:000000:00:999:[ however you will see the ENDING after you ] breakers:0:000000:00:999:[ win that match! ] breakers:0:1070C5:09:001:Goto Boss Fight Screen Now! breakers:0:000000:00:999:[ Use on selection screen ] breakers:0:107155:08:000:Play with Bai-Hu PL1 breakers:0:1076B5:08:000:Play with Bai-Hu PL2 :breakers:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :breakers:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :breakers:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Breakers Revenge ] breakrev:0:107C27:63:000:Infinite Time breakrev:0:10734E:1E:000:Infinite Energy PL1 breakrev:0:10734E:00:001:Drain All Energy Now! PL1 breakrev:0:107361:03:000:Infinite Chi PL1 breakrev:0:107361:00:000:Always minimum Chi PL1 breakrev:0:1078AE:1E:000:Infinite Energy PL2 breakrev:0:1078AE:00:001:Drain All Energy Now! PL2 breakrev:0:1078C1:03:000:Infinite Chi PL2 breakrev:0:1078C1:00:000:Always minimum Chi PL2 breakrev:0:000000:00:999:[ The Goto Boss Fight Screen should be ] breakrev:0:000000:00:999:[ activated on the character selection ] breakrev:0:000000:00:999:[ screen. If you activate it during any fight ] breakrev:0:000000:00:999:[ however you will see the ENDING after you ] breakrev:0:000000:00:999:[ win that match! ] breakrev:0:1070D1:0A:001:Goto Boss Fight Screen Now! :breakrev:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :breakrev:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :breakrev:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Breywood (Japan revision 2) ] breywood:0:0079:02:000:Never see the Green Blob breywood:0:007C:02:500:Never see the Green Blob (2/2) breywood:0:00A7:09:000:Infinite Energy PL1 breywood:0:00A8:99:500:Infinite Energy PL1 (2/3) breywood:0:00A9:99:500:Infinite Energy PL1 (3/3) breywood:0:00B4:08:000:Infinite Keys PL1 breywood:0:0145:01:000:Always have Speed Up PL1 breywood:0:0146:01:000:Always have Shoot Speed PL1 breywood:0:0147:01:000:Always have Shield PL1 breywood:0:0148:01:000:Always have Weapon Range PL1 breywood:0:0000:00:999:[These cheats activates the followers ] breywood:0:0000:00:999:[and weapons. Only have one selected ] breywood:0:0000:00:999:[at a time. ] breywood:0:0130:01:000:Always x2 with Daggers PL1 breywood:0:0150:01:500:Always x2 with Daggers PL1 (2/3) breywood:0:0170:01:500:Always x2 with Daggers PL1 (3/3) breywood:0:0130:02:000:Always x2 with Bombs PL1 breywood:0:0150:02:500:Always x2 with Bombs PL1 (2/3) breywood:0:0170:02:500:Always x2 with Bombs PL1 (3/3) breywood:0:0130:03:000:Always x2 with Ninja Stars PL1 breywood:0:0150:03:500:Always x2 with Ninja Stars PL1 (2/3) breywood:0:0170:03:500:Always x2 with Ninja Stars PL1 (3/3) breywood:0:0130:04:000:Always x2 with Razor Disks PL1 breywood:0:0150:04:500:Always x2 with Razor Disks PL1 (2/3) breywood:0:0170:04:500:Always x2 with Razor Disks PL1 (3/3) breywood:0:0130:05:000:Always x2 with Shock Waves PL1 breywood:0:0150:05:500:Always x2 with Shock Waves PL1 (2/3) breywood:0:0170:05:500:Always x2 with Shock Waves PL1 (3/3) breywood:0:0130:06:000:Always x2 with Boomerangs PL1 breywood:0:0150:06:500:Always x2 with Boomerangs PL1 (2/3) breywood:0:0170:06:500:Always x2 with Boomerangs PL1 (3/3) breywood:0:0130:07:000:Always x2 with Reflective ShotsPL1 breywood:0:0150:07:500:Always x2 with Reflective ShotsPL1 (2/3) breywood:0:0170:07:500:Always x2 with Reflective ShotsPL1 (3/3) breywood:0:0130:08:000:Always x2 with Flame Thrower PL1 breywood:0:0150:08:500:Always x2 with Flame Thrower PL1 (2/3) breywood:0:0170:08:500:Always x2 with Flame Thrower PL1 (3/3) breywood:0:00C2:09:000:Infinite Energy PL2 breywood:0:00C3:99:500:Infinite Energy PL2 (2/3) breywood:0:00C4:99:500:Infinite Energy PL2 (3/3) breywood:0:00CF:08:000:Infinite Keys PL2 breywood:0:01A5:01:000:Always have Speed Up PL2 breywood:0:01A6:01:000:Always have Shoot Speed PL2 breywood:0:01A7:01:000:Always have Shield PL2 breywood:0:01A8:01:000:Always have Weapon Range PL2 breywood:0:0000:00:999:[These cheats activates the followers ] breywood:0:0000:00:999:[and weapons. Only have one selected ] breywood:0:0000:00:999:[at a time. ] breywood:0:0190:01:000:Always x2 with Daggers PL2 breywood:0:01B0:01:500:Always x2 with Daggers PL2 (2/3) breywood:0:01D0:01:500:Always x2 with Daggers PL2 (3/3) breywood:0:0190:02:000:Always x2 with Bombs PL2 breywood:0:01B0:02:500:Always x2 with Bombs PL2 (2/3) breywood:0:01D0:02:500:Always x2 with Bombs PL2 (3/3) breywood:0:0190:03:000:Always x2 with Ninja Stars PL2 breywood:0:01B0:03:500:Always x2 with Ninja Stars PL2 (2/3) breywood:0:01D0:03:500:Always x2 with Ninja Stars PL2 (3/3) breywood:0:0190:04:000:Always x2 with Razor Disks PL2 breywood:0:01B0:04:500:Always x2 with Razor Disks PL2 (2/3) breywood:0:01D0:04:500:Always x2 with Razor Disks PL2 (3/3) breywood:0:0190:05:000:Always x2 with Shock Waves PL2 breywood:0:01B0:05:500:Always x2 with Shock Waves PL2 (2/3) breywood:0:01D0:05:500:Always x2 with Shock Waves PL2 (3/3) breywood:0:0190:06:000:Always x2 with Boomerangs PL2 breywood:0:01B0:06:500:Always x2 with Boomerangs PL2 (2/3) breywood:0:01D0:06:500:Always x2 with Boomerangs PL2 (3/3) breywood:0:0190:07:000:Always x2 with Reflective ShotsPL2 breywood:0:01B0:07:500:Always x2 with Reflective ShotsPL2 (2/3) breywood:0:01D0:07:500:Always x2 with Reflective ShotsPL2 (3/3) breywood:0:0190:08:000:Always x2 with Flame Thrower PL2 breywood:0:01B0:08:500:Always x2 with Flame Thrower PL2 (2/3) breywood:0:01D0:08:500:Always x2 with Flame Thrower PL2 (3/3) ; [ Brickyard ] brickyrd:0:02E6:00:100:Invincibility:You can't pass through the top or bottom walls though! Turn it OFF when you've had enough brickyrd:0:02E7:00:600:Invincibility (2/3) brickyrd:0:02E8:00:600:Invincibility (3/3) ; [ Brick Zone (v5.0) ] brickzn:0:0000:00:999:[ There are no cheats ]:REASON 1 brickzn:0:0000:00:999:[ for this game as it ]:REASON 1 brickzn:0:0000:00:999:[ didn't work the last ]:REASON 1 brickzn:0:0000:00:999:[ time it was tested. ]:REASON 1 brickzn:0:0000:00:999:[ If the game now works ]:REASON 1 brickzn:0:0000:00:999:[ please request cheats ]:REASON 1 brickzn:0:0000:00:999:[ for it on the cheat ]:REASON 1 brickzn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Brick Zone (v4.0) ] brickzn3:0:C850:99:000:Infinite Credits brickzn3:0:0000:00:999:[ There are no cheats ]:REASON 1 brickzn3:0:0000:00:999:[ for this game as it ]:REASON 1 brickzn3:0:0000:00:999:[ didn't work the last ]:REASON 1 brickzn3:0:0000:00:999:[ time it was tested. ]:REASON 1 brickzn3:0:0000:00:999:[ If the game now works ]:REASON 1 brickzn3:0:0000:00:999:[ please request cheats ]:REASON 1 brickzn3:0:0000:00:999:[ for it on the cheat ]:REASON 1 brickzn3:0:0000:00:999:[ forums. ]:REASON 1 ; [ Burning Rival (World) ] brival:0:20F086:80:000:Infinite Time brival:0:20F087:0C:500:Infinite Time (2/2) brival:0:20F086:00:001:Finish this Round Now! brival:0:20F087:00:501:Finish this Round Now! (2/2) brival:0:2004C8:00:000:Infinite Energy PL1 brival:0:2004C9:00:500:Infinite Energy PL1 (2/2) brival:0:2004C8:60:001:Drain All Energy Now! PL1 brival:0:2004C9:03:501:Drain All Energy Now! PL1 (2/2) brival:0:202090:00:000:Infinite Energy PL2 brival:0:202091:00:500:Infinite Energy PL2 (2/2) brival:0:202090:60:001:Drain All Energy Now! PL2 brival:0:202091:03:501:Drain All Energy Now! PL2 (2/2) ; [ Burning Rival (Japan) ] brivalj:0:20F086:80:000:Infinite Time brivalj:0:20F087:0C:500:Infinite Time (2/2) brivalj:0:20F086:00:001:Finish this Round Now! brivalj:0:20F087:00:501:Finish this Round Now! (2/2) brivalj:0:2004C8:00:000:Infinite Energy PL1 brivalj:0:2004C9:00:500:Infinite Energy PL1 (2/2) brivalj:0:2004C8:60:001:Drain All Energy Now! PL1 brivalj:0:2004C9:03:501:Drain All Energy Now! PL1 (2/2) brivalj:0:202090:00:000:Infinite Energy PL2 brivalj:0:202091:00:500:Infinite Energy PL2 (2/2) brivalj:0:202090:60:001:Drain All Energy Now! PL2 brivalj:0:202091:03:501:Drain All Energy Now! PL2 (2/2) ; [ Brix ] brix:0:5010:5A:000:Infinite Credits brix:0:45FE:FF:000:Infinite Move Time:Take your own time to move brix:0:460E:05:000:Infinite Lives brix:0:44FD:02:000:Freeze monsters brix:0:44FE:02:500:Freeze monsters (2/3) brix:0:44FF:02:500:Freeze monsters (3/3) brix:0:465D:02:000:Freeze Bomb/Missile brix:0:4667:20:000:Block Monsters:You are able to trap a monster in a Block brix:0:4668:01:500:Block Monsters (2/2) brix:0:4664:20:000:Infinite Block Monster Time:Use with the above 'Block Monsters' cheat brix:0:4665:20:500:Infinite Block Monster Time (2/3) brix:0:4666:20:500:Infinite Block Monster Time (3/3) ; [ Break Thru (US) ] brkthru:0:0406:99:000:Infinite Credits :brkthru:00001301:040E:00000004:FFFFFFFF:Select starting level:You should enable this cheat on the title screen and press 1 or 2 before it enters the demo mode which would disable the cheat. brkthru:0:040E:04:061:Select next level brkthru:0:040E:04:071:Select current level brkthru:0:040F:99:000:Infinite Lives brkthru:0:0492:63:000:Infinite Powerup Time brkthru:0:05A3:80:000:Always 3-Way Powerup brkthru:0:05A3:80:001:Get 3-Way Powerup Now! :brkthru:20800000:6B84:00000039:FFFFFFFF:Invincibility :brkthru:20810000:6D7C:00000039:FFFFFFFF:Invincibility (2/5):1st = Fire, 2nd = Enemy :brkthru:20810000:6DD7:00000039:FFFFFFFF:Invincibility (3/5):Scenery :brkthru:20810000:6F12:00000039:FFFFFFFF:Invincibility (4/5):Rock :brkthru:20810000:6F8F:00000039:FFFFFFFF:Invincibility (5/5):Missile :brkthru:00000000:0419:00000000:00000001:Rapid Fire ; [ Kyohkoh-Toppa (Japan) ] brkthruj:0:0406:99:000:Infinite Credits :brkthruj:00001301:040E:00000004:FFFFFFFF:Select starting level:You should enable this cheat on the title screen and press 1 or 2 before it enters the demo mode which would disable the cheat. brkthruj:0:040E:04:061:Select next level brkthruj:0:040E:04:071:Select current level brkthruj:0:040F:99:000:Infinite Lives brkthruj:0:0492:63:000:Infinite Powerup Time brkthruj:0:05A3:80:000:Always 3-Way Powerup brkthruj:0:05A3:80:001:Get 3-Way Powerup Now! :brkthruj:20800000:6803:00000039:FFFFFFFF:Invincibility :brkthruj:20810000:69FB:00000039:FFFFFFFF:Invincibility (2/5):1st = Fire, 2nd = Enemy :brkthruj:20810000:6A56:00000039:FFFFFFFF:Invincibility (3/5):Scenery :brkthruj:20810000:6B91:00000039:FFFFFFFF:Invincibility (4/5):Rock :brkthruj:20810000:6C0E:00000039:FFFFFFFF:Invincibility (5/5):Missile :brkthruj:00000000:0419:00000000:00000001:Rapid Fire ; [ Bronx ] :bronx:00000000:E191:00000099:FFFFFFFF:Infinite Credits :bronx:00000000:E2A9:00000000:FFFFFFFF:Infinite Energy :bronx:00000300:E2A0:00000005:FFFFFFFF:Select Stage :bronx:00000500:E29E:00000006:FFFFFFFF:Select Stage (Only Display) :bronx:00000001:E2B9:0000001A:FFFFFFFF:Finish Stage 1 Soon! :bronx:00000000:E2BA:00000014:FFFFFFFF:Boss Appears Soon! (Stage 2) :bronx:00100000:E2AC:00000001:FFFFFFFF:Always Hit Ratio = 100%:Enable to get Perfect Bonus :bronx:00000000:E3A9:00000000:FFFFFFFF:Rapid Fire ; [ Burnin' Rubber ] brubber:0:001A:05:000:Infinite Lives :brubber:20800000:1C50D:00000060:FFFFFFFF:Invincibility :brubber:20810000:1C640:00000060:FFFFFFFF:Invincibility (2/2) brubber:0:0090:01:000:Jump Always O.K. brubber:0:0080:19:000:Never Come Down From Jump brubber:0:0021:00:000:0 cars smashed (50000 pts) ; [ Brute Force ] brutforc:0:E368:63:000:Infinite Lives PL1 brutforc:0:E3B0:0F:000:Infinite Energy PL1 brutforc:0:E3C7:01:000:Invincibility PL1 brutforc:0:E268:63:000:Infinite Lives PL2 brutforc:0:E2B0:0F:000:Infinite Energy PL2 brutforc:0:E2C7:01:000:Invincibility PL2 brutforc:0:E468:63:000:Infinite Lives PL3 brutforc:0:E4B0:0F:000:Infinite Energy PL3 brutforc:0:E4C7:01:000:Invincibility PL3 ; [ Brave Blade (JAPAN) ] brvblade:0:003A2DE0:09:000:Infinite Credits brvblade:0:1F800112:17:000:Always have Max Medal Rank brvblade:0:1F800189:09:000:Infinite Lives PL1 brvblade:0:1F80018B:C8:000:Infinite Energy PL1 brvblade:0:003A33AE:0F:000:Invincibility PL1 brvblade:0:1F80018C:80:520:Invincibility PL1 (2/2) brvblade:0:1F80018A:03:000:Maximum Fire Power PL1 brvblade:0:1F800196:7F:000:Easy Shot Item Appearance PL1:Every Killed 1 Enemy brvblade:0:1F80019D:09:000:Infinite Lives PL2 brvblade:0:1F80019F:C8:000:Infinite Energy PL2 brvblade:0:003A33EA:0F:000:Invincibility PL2 brvblade:0:1F8001A0:80:520:Invincibility PL2 (2/2) brvblade:0:1F80019E:03:000:Maximum Fire Power PL2 brvblade:0:1F8001AA:7F:000:Easy Shot Item Appearance PL2:Every Killed 1 Enemy ; [ Battle Shark (US) ] bshark:0:10793F:09:000:Infinite Credits bshark:0:10DD8B:00:000:No Damage (Windscreen still Cracks) bshark:0:10DE34:27:000:Infinite Torpedos ; [ Battle Shark (Japan) ] bsharkj:0:10793F:09:000:Infinite Credits bsharkj:0:10DD8B:00:000:No Damage (Windscreen still Cracks) bsharkj:0:10DE34:27:000:Infinite Torpedos ; [ Basketball ] bsktball:0:008A:59:000:Infinite Time ; [ Back Street Soccer ] bssoccer:0:200070:09:000:Infinite Credits bssoccer:0:200E10:09:000:Infinite Time bssoccer:0:200E11:FF:500:Infinite Time (2/2) bssoccer:0:200E10:01:001:Finish this Game Now! bssoccer:0:200E11:00:501:Finish this Game Now! (2/2) bssoccer:0:200E14:09:000:Score always = 9 PL1 bssoccer:0:200E14:00:000:Score always = 0 PL1 bssoccer:0:200E14:09:001:Score = 9 Now! PL1 bssoccer:0:200E14:00:001:Score = 0 Now! PL1 bssoccer:0:200E14:09:060:Select Score PL1 bssoccer:0:201605:00:000:Always No Outfield Player No 1 PL1 bssoccer:0:201785:00:000:Always No Outfield Player No 2 PL1 bssoccer:0:201905:00:000:Always No Outfield Player No 3 PL1 bssoccer:0:201A85:00:000:Always No Outfield Player No 4 PL1 bssoccer:0:201C05:00:000:Always No Goal Keeper PL1 bssoccer:0:200E15:09:000:Score always = 9 PL2 bssoccer:0:200E15:00:000:Score always = 0 PL2 bssoccer:0:200E15:09:001:Score = 9 Now! PL2 bssoccer:0:200E15:00:001:Score = 0 Now! PL2 bssoccer:0:200E15:09:060:Select Score PL2 bssoccer:0:201D85:00:000:Always No Outfield Player No 1 PL2 bssoccer:0:201F05:00:000:Always No Outfield Player No 2 PL2 bssoccer:0:202085:00:000:Always No Outfield Player No 3 PL2 bssoccer:0:202205:00:000:Always No Outfield Player No 4 PL2 bssoccer:0:202385:00:000:Always No Goal Keeper PL2 ; [ Baseball Stars Professional ] bstars:0:10004A:59:000:Infinite Time bstars:0:101083:09:000:Infinite Innings bstars:0:10107E:00:000:Infinite Strikes bstars:0:10107E:00:001:Set Strikes to 0 Now! bstars:0:10107E:02:001:Set Strikes to 2 Now! bstars:0:10107D:00:000:Infinite Balls bstars:0:10107D:00:001:Set Balls to 0 Now! bstars:0:10107D:03:001:Set Balls to 3 Now! bstars:0:10107C:00:000:Infinite Outs bstars:0:10107C:00:001:Set Outs to 0 Now! bstars:0:10107C:02:001:Set Outs to 2 Now! :bstars:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :bstars:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :bstars:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Baseball Stars 2 ] bstars2:0:1041D8:59:000:Infinite Time bstars2:0:10000D:16:000:Infinite Total Outs bstars2:0:10442C:00:000:Infinite Strikes bstars2:0:10442C:00:001:Set Strikes to 0 Now! bstars2:0:10442C:02:001:Set Strikes to 2 Now! bstars2:0:10442D:00:000:Infinite Balls bstars2:0:10442D:00:001:Set Balls to 0 Now! bstars2:0:10442D:03:001:Set Balls to 3 Now! bstars2:0:10442B:00:000:Infinite Outs bstars2:0:10442B:00:001:Set Outs to 0 Now! bstars2:0:10442B:02:001:Set Outs to 2 Now! bstars2:0:104422:63:000:Always have Max POW PL1 bstars2:0:104422:63:001:Get Max POW Now! PL1 bstars2:0:1043F2:99:000:Always win game PL1 bstars2:0:1043F2:99:001:Win this game Now! PL1 bstars2:0:104422:63:070:Select POW Points Now! PL1 bstars2:0:1043F2:99:073:Select Score PL1 bstars2:0:104423:63:000:Always have Max POW PL2 bstars2:0:104423:63:001:Get Max POW Now! PL2 bstars2:0:1043F3:99:000:Always win game PL2 bstars2:0:1043F3:99:001:Win this game Now! PL2 bstars2:0:104423:63:070:Select POW Points Now! PL2 bstars2:0:1043F3:99:073:Select Score PL2 :bstars2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :bstars2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :bstars2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Beat the Champ (GV053 UAA01) ] btchamp:0:0000:00:999:[ There are no cheats ]:REASON 1 btchamp:0:0000:00:999:[ for this game as it ]:REASON 1 btchamp:0:0000:00:999:[ didn't work the last ]:REASON 1 btchamp:0:0000:00:999:[ time it was tested. ]:REASON 1 btchamp:0:0000:00:999:[ If the game now works ]:REASON 1 btchamp:0:0000:00:999:[ please request cheats ]:REASON 1 btchamp:0:0000:00:999:[ for it on the cheat ]:REASON 1 btchamp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Burger Time (Data East set 1) ] :btime:20800000:1E7A5:0000004C:FFFFFFFF:Invincibility :btime:20910000:0E7A6:0000E77B:FFFFFFFF:Invincibility (2/2) btime:0:006F:80:021:Finish this Level Now! :btime:00000500:000A8:00000004:FFFFFFFF:Select Speed btime:0:0029:05:000:Infinite Lives PL1 btime:0:002B:99:000:Infinite Pepper PL1 btime:0:002A:05:000:Infinite Lives PL2 btime:0:002C:99:000:Infinite Pepper PL2 ; [ Burger Time (Data East set 2) ] :btime2:20800000:1E7A5:0000004C:FFFFFFFF:Invincibility :btime2:20910000:0E7A6:0000E77B:FFFFFFFF:Invincibility (2/2) btime2:0:006F:80:021:Finish this Level Now! :btime2:00000500:000A8:00000004:FFFFFFFF:Select Speed btime2:0:0029:05:000:Infinite Lives PL1 btime2:0:002B:99:000:Infinite Pepper PL1 btime2:0:002A:05:000:Infinite Lives PL2 btime2:0:002C:99:000:Infinite Pepper PL2 ; [ Burger Time (Midway) ] :btimem:20800000:1E8A8:0000004C:FFFFFFFF:Invincibility :btimem:20910000:0E8A9:0000E87E:FFFFFFFF:Invincibility (2/2) btimem:0:006F:80:021:Finish this Level Now! :btimem:00000500:000A8:00000004:FFFFFFFF:Select Speed btimem:0:0029:05:000:Infinite Lives PL1 btimem:0:002B:99:000:Infinite Pepper PL1 btimem:0:002A:05:000:Infinite Lives PL2 btimem:0:002C:99:000:Infinite Pepper PL2 ; [ Vs. Battle City ] btlecity:0:004B:63:000:Infinite Credits :btlecity:20800000:E853:00000060:FFFFFFFF:Invincibility - Headquarters :btlecity:00000000:0100:00000002:FFFFFFFF:Freeze All Enemies :btlecity:00000000:0045:00000005:FFFFFFFF:Headquarters Iron Guard :btlecity:00310000:072D:10101010:FFFFFFFF:Headquarters Iron Guard (2/6) :btlecity:00010000:074D:00000010:FFFFFFFF:Headquarters Iron Guard (3/6) :btlecity:00010000:0750:00000010:FFFFFFFF:Headquarters Iron Guard (4/6) :btlecity:00010000:076D:00000010:FFFFFFFF:Headquarters Iron Guard (5/6) :btlecity:00010000:0770:00000010:FFFFFFFF:Headquarters Iron Guard (6/6) :btlecity:00001501:0085:00000022:FFFFFFFF:Select Starting Stage:Enable on the "Push Start Button" screen after you've inserted a credit :btlecity:00000001:0080:00000000:FFFFFFFF:Finish Current Stage Soon!:Wait a few seconds :btlecity:00000000:0051:0000000A:FFFFFFFF:Infinite Lives PL1 :btlecity:00000000:0089:00000002:FFFFFFFF:Invincibility PL1 :btlecity:00000000:00A8:00000060:FFFFFFFF:Always Have Maximum Shot Power PL1 :btlecity:00000000:0006:00000000:00000002:Rapid Fire PL1 :btlecity:00000000:0052:0000000A:FFFFFFFF:Infinite Lives PL2 :btlecity:00000000:008A:00000003:FFFFFFFF:Invincibility PL2 :btlecity:00000000:00A9:00000060:FFFFFFFF:Always Have Maximum Shot Power PL2 :btlecity:00000000:0007:00000000:00000002:Rapid Fire PL2 ; [ Battle Field (Japan) ] btlfield:0:040005:99:000:Infinite Credits btlfield:0:000000:00:999:[See the Dip Switch Menu to ] btlfield:0:000000:00:999:[enable an alternate ] btlfield:0:000000:00:999:[Invincibility cheat. ] btlfield:0:04041F:99:000:Infinite Lives PL1 btlfield:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first btlfield:0:040163:64:000:Infinite Bombs PL1 btlfield:0:040419:02:000:Invincibility PL1 :btlfield:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1 :btlfield:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1 btlfield:0:04043F:99:000:Infinite Lives PL2 btlfield:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first btlfield:0:040165:64:000:Infinite Bombs PL2 btlfield:0:040439:02:000:Invincibility PL2 :btlfield:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2 :btlfield:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2 ; [ Battle Field (bootleg) ] btlfildb:0:040005:99:000:Infinite Credits btlfildb:0:000000:00:999:[See the Dip Switch Menu to ] btlfildb:0:000000:00:999:[enable an alternate ] btlfildb:0:000000:00:999:[Invincibility cheat. ] btlfildb:0:04041F:99:000:Infinite Lives PL1 btlfildb:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first btlfildb:0:040163:64:000:Infinite Bombs PL1 btlfildb:0:040419:02:000:Invincibility PL1 :btlfildb:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1 :btlfildb:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1 btlfildb:0:04043F:99:000:Infinite Lives PL2 btlfildb:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first btlfildb:0:040165:64:000:Infinite Bombs PL2 btlfildb:0:040439:02:000:Invincibility PL2 :btlfildb:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2 :btlfildb:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2 ; [ Battle K-Road ] btlkroad:0:FE1A09:09:000:Infinite Credits btlkroad:0:FE0A89:B2:000:Infinite Time btlkroad:0:FE4BFC:07:000:Infinite Energy PL1 btlkroad:0:FE4BFD:FF:500:Infinite Energy PL1 (2/2) btlkroad:0:FE4BFC:00:001:Drain All Energy Now! PL1:Don't enable this when you are being attacked or the game may become locked btlkroad:0:FE4BFD:00:501:Drain All Energy Now! PL1 (2/2) btlkroad:0:FE4BFF:00:000:Always have Wins = 0 PL1 btlkroad:0:FE4BFF:02:000:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round btlkroad:0:FE4BFF:00:001:Set Wins = 0 Now! PL1 btlkroad:0:FE4BFF:01:001:Set Wins = 1 Now! PL1 btlkroad:0:FE4BFF:02:001:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round btlkroad:0:000000:00:999:[ Free player selection ] btlkroad:0:000000:00:999:[ Use on level VS screen ] btlkroad:0:FE1A35:00:000:Play as Antony PL1 btlkroad:0:FE4B8F:00:500:Play as Antony PL1 (2/2) btlkroad:0:FE1A35:01:000:Play as Cyborg D-9F PL1 btlkroad:0:FE4B8F:01:500:Play as Cyborg D-9F PL1 (2/2) btlkroad:0:FE1A35:02:000:Play as Rick PL1 btlkroad:0:FE4B8F:02:500:Play as Rick PL1 (2/2) btlkroad:0:FE1A35:03:000:Play as Shinsaku PL1 btlkroad:0:FE4B8F:03:500:Play as Shinsaku PL1 (2/2) btlkroad:0:FE1A35:04:000:Play as Mitsuji PL1 btlkroad:0:FE4B8F:04:500:Play as Mitsuji PL1 (2/2) btlkroad:0:FE1A35:05:000:Play as Wolf PL1 btlkroad:0:FE4B8F:05:500:Play as Wolf PL1 (2/2) btlkroad:0:FE1A35:06:000:Play as Tyssa PL1 btlkroad:0:FE4B8F:06:500:Play as Tyssa PL1 (2/2) btlkroad:0:FE1A35:08:000:Play as Masamichi PL1 btlkroad:0:FE4B8F:08:500:Play as Masamichi PL1 (2/2) btlkroad:0:FE1A35:09:000:Play as Cyborg T-8P PL1 btlkroad:0:FE4B8F:09:500:Play as Cyborg T-8P PL1 (2/2) btlkroad:0:FE1A35:0A:000:Play as Jeff PL1 btlkroad:0:FE4B8F:0A:500:Play as Jeff PL1 (2/2) btlkroad:0:FE1A35:0B:000:Play as John PL1 btlkroad:0:FE4B8F:0B:500:Play as John PL1 (2/2) btlkroad:0:FE1A35:0C:000:Play as Harimaoh PL1 btlkroad:0:FE4B8F:0C:500:Play as Harimaoh PL1 (2/2) btlkroad:0:FE1A35:0D:000:Play as Dan PL1 btlkroad:0:FE4B8F:0D:500:Play as Dan PL1 (2/2) btlkroad:0:FE1A35:0E:000:Play as Yuki PL1 btlkroad:0:FE4B8F:0E:500:Play as Yuki PL1 (2/2) btlkroad:0:FE1A35:07:000:Play as Kumachan PL1 btlkroad:0:FE4B8F:07:500:Play as Kumachan PL1 (2/2) btlkroad:0:FE1A35:0F:000:Play as Kumasama PL1 btlkroad:0:FE4B8F:0F:500:Play as Kumasama PL1 (2/2) btlkroad:0:FE4F14:07:000:Infinite Energy PL2:Don't enable this when you are being attacked or the game may become locked btlkroad:0:FE4F15:FF:500:Infinite Energy PL2 (2/2) btlkroad:0:FE4F14:00:001:Drain All Energy Now! PL2 btlkroad:0:FE4F15:00:501:Drain All Energy Now! PL2 (2/2) btlkroad:0:FE4F17:00:000:Always have Wins = 0 PL2 btlkroad:0:FE4F17:02:000:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round btlkroad:0:FE4F17:00:001:Set Wins = 0 Now! PL2 btlkroad:0:FE4F17:01:001:Set Wins = 1 Now! PL2 btlkroad:0:FE4F17:02:001:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round btlkroad:0:000000:00:999:[ Free player selection ] btlkroad:0:000000:00:999:[Use on character selection screen ] btlkroad:0:000000:00:999:[Or use ingame and play as that ] btlkroad:0:000000:00:999:[that character in the next battle. ] btlkroad:0:FE1A75:00:000:Play as Antony PL2 btlkroad:0:FE4B91:00:500:Play as Antony PL2 (2/2) btlkroad:0:FE1A75:01:000:Play as Cyborg D-9F PL2 btlkroad:0:FE4B91:01:500:Play as Cyborg D-9F PL2 (2/2) btlkroad:0:FE1A75:02:000:Play as Rick PL2 btlkroad:0:FE4B91:02:500:Play as Rick PL2 (2/2) btlkroad:0:FE1A75:03:000:Play as Shinsaku PL2 btlkroad:0:FE4B91:03:500:Play as Shinsaku PL2 (2/2) btlkroad:0:FE1A75:04:000:Play as Mitsuji PL2 btlkroad:0:FE4B91:04:500:Play as Mitsuji PL2 (2/2) btlkroad:0:FE1A75:05:000:Play as Wolf PL2 btlkroad:0:FE4B91:05:500:Play as Wolf PL2 (2/2) btlkroad:0:FE1A75:06:000:Play as Tyssa PL2 btlkroad:0:FE4B91:06:500:Play as Tyssa PL2 (2/2) btlkroad:0:FE1A75:08:000:Play as Masamichi PL2 btlkroad:0:FE4B91:08:500:Play as Masamichi PL2 (2/2) btlkroad:0:FE1A75:09:000:Play as Cyborg T-8P PL2 btlkroad:0:FE4B91:09:500:Play as Cyborg T-8P PL2 (2/2) btlkroad:0:FE1A75:0A:000:Play as Jeff PL2 btlkroad:0:FE4B91:0A:500:Play as Jeff PL2 (2/2) btlkroad:0:FE1A75:0B:000:Play as John PL2 btlkroad:0:FE4B91:0B:500:Play as John PL2 (2/2) btlkroad:0:FE1A75:0C:000:Play as Harimaoh PL2 btlkroad:0:FE4B91:0C:500:Play as Harimaoh PL2 (2/2) btlkroad:0:FE1A75:0D:000:Play as Dan PL2 btlkroad:0:FE4B91:0D:500:Play as Dan PL2 (2/2) btlkroad:0:FE1A75:0E:000:Play as Yuki PL2 btlkroad:0:FE4B91:0E:500:Play as Yuki PL2 (2/2) btlkroad:0:FE1A75:07:000:Play as Kumachan PL2 btlkroad:0:FE4B91:07:500:Play as Kumachan PL2 (2/2) btlkroad:0:FE1A75:0F:000:Play as Kumasama PL2 btlkroad:0:FE4B91:0F:500:Play as Kumasama PL2 (2/2) ; [ Battle Tryst (ver JAC) ] btltryst:0:0000:00:999:[ There are no cheats ]:REASON 1 btltryst:0:0000:00:999:[ for this game as it ]:REASON 1 btltryst:0:0000:00:999:[ didn't work the last ]:REASON 1 btltryst:0:0000:00:999:[ time it was tested. ]:REASON 1 btltryst:0:0000:00:999:[ If the game now works ]:REASON 1 btltryst:0:0000:00:999:[ please request cheats ]:REASON 1 btltryst:0:0000:00:999:[ for it on the cheat ]:REASON 1 btltryst:0:0000:00:999:[ forums. ]:REASON 1 ; [ Battle Toads ] btoads:0:0003410A:32:000:Infinite Credits btoads:0:00004DDC:64:000:Infinite Lives PL1 btoads:0:000004AC:A1:000:Infinite Energy PL1 btoads:0:00004D6E:02:000:Invincibility PL1 btoads:0:00004DEC:03:000:Infinite Super Smashes PL1:Used in Rounds 4 & 6 btoads:0:00004D9F:01:000:Infinite Weapon Time PL1:Used in Round 6 btoads:0:00004EDC:64:000:Infinite Lives PL2 btoads:0:0000052C:A1:000:Infinite Energy PL2 btoads:0:00004E6E:02:000:Invincibility PL2 btoads:0:00004EEC:03:000:Infinite Super Smashes PL2:Used in Rounds 4 & 6 btoads:0:00004E9F:01:000:Infinite Weapon Time PL2:Used in Round 6 btoads:0:00004FDC:64:000:Infinite Lives PL3 btoads:0:000005AC:A1:000:Infinite Energy PL3 btoads:0:00004F6E:02:000:Invincibility PL3 btoads:0:00004FEC:03:000:Infinite Super Smashes PL3:Used in Rounds 4 & 6 btoads:0:00004F9F:01:000:Infinite Weapon Time PL3:Used in Round 6 ; [ Bubble Memories - The Story Of Bubble Bobble 3 (World) ] bubblem:0:4080A5:FF:001:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Up,Right,Down,Left,Up,Right,Down,Left" on Title Screen bubblem:0:4080A5:00:001:Disable "Power-Up" Mode bubblem:0:40821A:07:000:Infinite Lives PL1 bubblem:0:408216:FF:000:Invincibility (buggy!) PL1 bubblem:0:4081F6:01:000:Always have Fast Bubbles PL1 bubblem:0:408206:03:000:Always have Far Shoot PL1 bubblem:0:408206:09:000:Always have Max Far Shoot PL1 bubblem:0:40820E:02:000:Always have Fast Shoes PL1 bubblem:0:4081F6:01:001:Get Fast Bubbles Now! PL1 bubblem:0:408206:03:001:Get Far Shoot Now! PL1 bubblem:0:408206:09:001:Get Max Far Shoot Now! PL1 bubblem:0:40820E:02:001:Get Fast Shoes Now! PL1 bubblem:0:40821B:07:000:Infinite Lives PL2 bubblem:0:408217:85:000:Invincibility (buggy!) PL2 bubblem:0:4081F7:01:000:Always have Fast Bubbles PL2 bubblem:0:408207:03:000:Always have Far Shoot PL2 bubblem:0:408207:09:000:Always have Max Far Shoot PL2 bubblem:0:40820F:02:000:Always have Fast Shoes PL2 bubblem:0:4081F7:01:001:Get Fast Bubbles Now! PL2 bubblem:0:408207:03:001:Get Far Shoot Now! PL2 bubblem:0:408207:09:001:Get Max Far Shoot Now! PL2 bubblem:0:40820F:02:001:Get Fast Shoes Now! PL2 bubblem:0:000000:00:999:[After you enable these region cheats to see any ] bubblem:0:000000:00:999:[effect you will have to reset the game (F3). ] bubblem:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] bubblem:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] bubblem:0:0FFFFF:01:100:Region Switch = Japan bubblem:0:0FFFFF:02:100:Region Switch = US bubblem:0:0FFFFF:03:100:Region Switch = World ; [ Bubble Memories - The Story Of Bubble Bobble 3 (Japan) ] bubblemj:0:4080A5:FF:001:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Up,Right,Down,Left,Up,Right,Down,Left" on Title Screen bubblemj:0:4080A5:00:001:Disable "Power-Up" Mode bubblemj:0:40821A:07:000:Infinite Lives PL1 bubblemj:0:408216:FF:000:Invincibility (buggy!) PL1 bubblemj:0:4081F6:01:000:Always have Fast Bubbles PL1 bubblemj:0:408206:03:000:Always have Far Shoot PL1 bubblemj:0:408206:09:000:Always have Max Far Shoot PL1 bubblemj:0:40820E:02:000:Always have Fast Shoes PL1 bubblemj:0:4081F6:01:001:Get Fast Bubbles Now! PL1 bubblemj:0:408206:03:001:Get Far Shoot Now! PL1 bubblemj:0:408206:09:001:Get Max Far Shoot Now! PL1 bubblemj:0:40820E:02:001:Get Fast Shoes Now! PL1 bubblemj:0:40821B:07:000:Infinite Lives PL2 bubblemj:0:408217:85:000:Invincibility (buggy!) PL2 bubblemj:0:4081F7:01:000:Always have Fast Bubbles PL2 bubblemj:0:408207:03:000:Always have Far Shoot PL2 bubblemj:0:408207:09:000:Always have Max Far Shoot PL2 bubblemj:0:40820F:02:000:Always have Fast Shoes PL2 bubblemj:0:4081F7:01:001:Get Fast Bubbles Now! PL2 bubblemj:0:408207:03:001:Get Far Shoot Now! PL2 bubblemj:0:408207:09:001:Get Max Far Shoot Now! PL2 bubblemj:0:40820F:02:001:Get Fast Shoes Now! PL2 bubblemj:0:000000:00:999:[After you enable these region cheats to see any ] bubblemj:0:000000:00:999:[effect you will have to reset the game (F3). ] bubblemj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] bubblemj:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] bubblemj:0:0FFFFF:01:100:Region Switch = Japan bubblemj:0:0FFFFF:02:100:Region Switch = US bubblemj:0:0FFFFF:03:100:Region Switch = World ; [ Bubbles ] bubbles:0:BF23:99:000:Infinite Credits bubbles:0:9866:05:000:Infinite Lives bubbles:0:9867:12:000:Always have mouth bubbles:0:986C:00:000:No brushes bubbles:0:986D:00:000:No sponges bubbles:0:9870:00:000:No razors ; [ Bubbles (prototype version) ] bubblesp:0:BF23:99:000:Infinite Credits bubblesp:0:9866:05:000:Infinite Lives bubblesp:0:9867:12:000:Always have mouth bubblesp:0:986C:00:000:No brushes bubblesp:0:986D:00:000:No sponges bubblesp:0:9870:00:000:No razors ; [ Bubbles (Solid Red label) ] bubblesr:0:BF23:99:000:Infinite Credits bubblesr:0:9866:05:000:Infinite Lives bubblesr:0:9867:12:000:Always have mouth bubblesr:0:986C:00:000:No brushes bubblesr:0:986D:00:000:No sponges bubblesr:0:9870:00:000:No razors ; [ Bubble Trouble ] bubbletr:0:0000:00:999:[ There are no cheats ]:REASON 1 bubbletr:0:0000:00:999:[ for this game as it ]:REASON 1 bubbletr:0:0000:00:999:[ didn't work the last ]:REASON 1 bubbletr:0:0000:00:999:[ time it was tested. ]:REASON 1 bubbletr:0:0000:00:999:[ If the game now works ]:REASON 1 bubbletr:0:0000:00:999:[ please request cheats ]:REASON 1 bubbletr:0:0000:00:999:[ for it on the cheat ]:REASON 1 bubbletr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Bubble Bobble (US) ] bubbobr1:0:0000:00:999:[ This game has got a LOT of cheats. ] bubbobr1:0:0000:00:999:[ Don't go too mad as it may spoil ] bubbobr1:0:0000:00:999:[ the game too much!!! ] bubbobr1:0:E366:63:000:Infinite Credits :bubbobr1:00001301:E64B:00000063:FFFFFFFF:Select starting round:You should enable this cheat on the press 1/2 player button screen, ie. after credits have been inserted! bubbobr1:0:E64B:63:061:Select next round bubbobr1:0:E645:06:000:Infinite Lives PL1 bubbobr1:0:E6B6:77:000:Invincibility PL1 bubbobr1:0:E6C1:0C:000:Speed Always Normal PL1 bubbobr1:0:E6C1:14:000:Speed Always Power-up PL1 bubbobr1:0:E6C1:28:000:Speed Always Ultimate PL1 bubbobr1:0:E6C1:0C:001:Speed to Normal Now! PL1 bubbobr1:0:E6C1:14:001:Speed to Power-up Now! PL1 bubbobr1:0:E6C1:28:001:Speed to Ultimate Now! PL1 bubbobr1:0:E6BF:14:001:Fire Speed to Normal Now! PL1 bubbobr1:0:E6BF:05:001:Fire Speed to Power-up NowPL1 bubbobr1:0:E6BF:01:000:Fire Speed Always UltimatePL1 bubbobr1:0:E6C2:80:000:Normal Range Bubbles PL1 bubbobr1:0:E6C2:80:000:Long Range Bubbles PL1 bubbobr1:0:E6C2:FF:000:Extra Long Range Bubbles PL1 bubbobr1:0:E6C0:03:001:Head Power to Normal Now! PL1 bubbobr1:0:E6C0:06:001:Head Power to Power-up NowPL1 bubbobr1:0:E6C0:09:000:Head Power Always UltimatePL1 bubbobr1:0:F60F:00:001:Fire bubbles Bubbles Now! PL1 bubbobr1:0:F60F:01:001:Fire lightnings Now! PL1 bubbobr1:0:E742:3F:001:Get EXTEND PL1 bubbobr1:0:E742:01:021:Get letter - E (red) PL1 bubbobr1:0:E742:02:021:Get letter - X (pink) PL1 bubbobr1:0:E742:04:021:Get letter - T (yellow) PL1 bubbobr1:0:E742:08:021:Get letter - E (green) PL1 bubbobr1:0:E742:10:021:Get letter - N (blue) PL1 bubbobr1:0:E742:20:021:Get letter - D (purple) PL1 bubbobr1:0:E64A:06:000:Infinite Lives PL2 bubbobr1:0:E6E8:77:000:Invincibility PL2 bubbobr1:0:E6F3:0C:000:Speed Always Normal PL2 bubbobr1:0:E6F3:14:000:Speed Always Power-up PL2 bubbobr1:0:E6F3:28:000:Speed Always Ultimate PL2 bubbobr1:0:E6F3:0C:001:Speed to Normal Now! PL2 bubbobr1:0:E6F3:14:001:Speed to Power-up Now! PL2 bubbobr1:0:E6F3:28:001:Speed to Ultimate Now! PL2 bubbobr1:0:E6F1:14:001:Fire Speed to Normal Now! PL2 bubbobr1:0:E6F1:05:001:Fire Speed to Power-up NowPL2 bubbobr1:0:E6F1:01:000:Fire Speed Always UltimatePL2 bubbobr1:0:E6F4:40:000:Normal Range Bubbles PL2 bubbobr1:0:E6F4:80:000:Long Range Bubbles PL2 bubbobr1:0:E6F4:FF:000:Extra Long Range Bubbles PL2 bubbobr1:0:E6F2:03:001:Head Power to Normal Now! PL2 bubbobr1:0:E6F2:06:001:Head Power to Power-up NowPL2 bubbobr1:0:E6F2:09:000:Head Power Always UltimatePL2 bubbobr1:0:F610:00:001:Fire bubbles Bubbles Now! PL2 bubbobr1:0:F610:01:001:Fire lightnings Now! PL2 bubbobr1:0:E743:3F:001:Get EXTEND PL2 bubbobr1:0:E743:01:021:Get letter - E (red) PL2 bubbobr1:0:E743:02:021:Get letter - X (pink) PL2 bubbobr1:0:E743:04:021:Get letter - T (yellow) PL2 bubbobr1:0:E743:08:021:Get letter - E (green) PL2 bubbobr1:0:E743:10:021:Get letter - N (blue) PL2 bubbobr1:0:E743:20:021:Get letter - D (purple) PL2 bubbobr1:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen bubbobr1:0:E5DB:00:000:Disable "Super" Mode bubbobr1:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen bubbobr1:0:E5D1:00:000:Disable "Original" Mode bubbobr1:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen bubbobr1:0:E5D2:00:000:Disable "Power-Up" Mode bubbobr1:0:E613:01:000:Always get Bonus doors bubbobr1:0:F676:01:000:Constant Extend Letters bubbobr1:0:E603:01:000:Always Warn (Bell Item) bubbobr1:0:E5FA:03:000:Apple or Orange? You decide! bubbobr1:0:E608:01:000:Coke Can Item bubbobr1:0:6E30:01:000:Fireball Bubble - Always! bubbobr1:0:6E30:03:000:Fireball Bubble - 1 in 2 bubbobr1:0:6E30:05:000:Fireball Bubble - 1 in 3 bubbobr1:0:6E30:07:000:Fireball Bubble - 1 in 4 bubbobr1:0:6E30:15:000:Fireball Bubble - 1 in 16 bubbobr1:0:6E30:1D:000:Fireball Bubble - 1 in 256 bubbobr1:0:6E30:25:000:Fireball Bubble - 1 in 4096 bubbobr1:0:5C2B:C9:000:Disable Bubbles? bubbobr1:0:E6BB:05:001:Fireballs for 5 levels bubbobr1:0:E6BE:40:000:Fireballs bubbobr1:0:E5EE:07:000:Fireball Cross bubbobr1:0:0000:00:999:[ Use these cheats only at the start ] bubbobr1:0:0000:00:999:[ of a level, before the item ] bubbobr1:0:0000:00:999:[ appears! When you are given a ] bubbobr1:0:0000:00:999:[ distribution, each bubble turns ] bubbobr1:0:0000:00:999:[ into an object. ] bubbobr1:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range bubbobr1:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power bubbobr1:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed bubbobr1:0:F45E:03:001:1st Item = shoe:Gives you power-up speed bubbobr1:0:F45E:04:001:1st Item = clock:Slows down the monsters bubbobr1:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds bubbobr1:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther bubbobr1:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther bubbobr1:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther bubbobr1:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers bubbobr1:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers bubbobr1:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers bubbobr1:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows bubbobr1:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes bubbobr1:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters bubbobr1:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk bubbobr1:0:F45E:10:001:1st Item = pink ring:Gives points when you jump bubbobr1:0:F45E:11:001:1st Item = red ring:Gives points when you bubble bubbobr1:0:F45E:12:001:1st Item = blue cross:Fills screen with water bubbobr1:0:F45E:13:001:1st Item = yellow cross:Make lightning strike bubbobr1:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles bubbobr1:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble bubbobr1:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr bubbobr1:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined bubbobr1:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds bubbobr1:0:F45E:19:001:1st Item = book:Turns monsters into diamonds bubbobr1:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall bubbobr1:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters bubbobr1:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball bubbobr1:0:F45E:1D:001:1st Item = fork:Makes fruits fall bubbobr1:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end bubbobr1:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end bubbobr1:0:F45E:20:001:1st Item = red chest:Red diamonds on level end bubbobr1:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end bubbobr1:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end bubbobr1:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end bubbobr1:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end bubbobr1:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end bubbobr1:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end bubbobr1:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end bubbobr1:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end bubbobr1:0:F45E:29:001:1st Item = bell:Destructive Item warning bubbobr1:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end bubbobr1:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end bubbobr1:0:F45E:2C:001:1st Item = glass of beer:???? on level end bubbobr1:0:F45E:2D:001:1st Item = knife:Makes fruits fall bubbobr1:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items bubbobr1:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters bubbobr1:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds bubbobr1:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds bubbobr1:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds bubbobr1:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70 bubbobr1:0:F44C:2A:000:Fruit 2A bubbobr1:0:F44C:2B:000:Fruit 2B bubbobr1:0:F44C:2C:000:Fruit 2C bubbobr1:0:F44C:2D:000:Fruit 2D bubbobr1:0:F44C:2E:000:Fruit 2E bubbobr1:0:F44C:2F:000:Fruit 2F bubbobr1:0:F44C:30:000:Fruit 30 bubbobr1:0:F44C:31:000:Fruit 31 bubbobr1:0:F44C:32:000:Fruit 32 bubbobr1:0:F44C:33:000:Fruit 33 bubbobr1:0:F44C:34:000:Fruit 34 bubbobr1:0:F44C:35:000:Fruit 35 bubbobr1:0:F44C:36:000:Fruit 36 bubbobr1:0:F44C:37:000:Fruit 37 bubbobr1:0:F44C:38:000:Fruit 38 bubbobr1:0:F44C:39:000:Fruit 39 bubbobr1:0:F44C:3A:000:Fruit 3A bubbobr1:0:F44C:3B:000:Fruit 3B bubbobr1:0:F44D:01:000:Quick Fruit at start bubbobr1:0:E60A:01:000:Lipstick bubbobr1:0:E345:05:000:Stop the Baron bubbobr1:0:0000:00:999:[ These 5 cheats will make a potion ] bubbobr1:0:0000:00:999:[ appear on the next screen. It will ] bubbobr1:0:0000:00:999:[ be of the type requested unless you ] bubbobr1:0:0000:00:999:[ have earned a higher potion or you ] bubbobr1:0:0000:00:999:[ have fallen off the bottom of the ] bubbobr1:0:0000:00:999:[ screen since setting the cheat. ] bubbobr1:0:0000:00:999:[ Falling off the bottom will upgrade ] bubbobr1:0:0000:00:999:[ the potion to the next one! ] bubbobr1:0:E5E7:0F:001:Sunflower Potion(next screen) bubbobr1:0:E5E7:10:001:Flower Potion (next screen) bubbobr1:0:E5E7:11:001:Clover Potion (next screen) bubbobr1:0:E5E7:12:001:Rainbow Potion (next screen) bubbobr1:0:E5E7:13:001:Musical Potion (next screen) bubbobr1:0:0000:00:999:[ These 2 cheats are useful when you ] bubbobr1:0:0000:00:999:[ get stuck on one screen. Use only ] bubbobr1:0:0000:00:999:[ one at a time. ] bubbobr1:0:F590:01:001:Drown 'em All! Now! OR---> bubbobr1:0:E720:01:001:Throw The Book At Them Now! ; [ Bubble 2000 ] bubl2000:0:000000:00:999:[ There may be a slight delay before ] bubl2000:0:000000:00:999:[ the current bubble cheats work. ] :bubl2000:00000000:3C04F1:00000000:FFFFFFFF:Curr Bubble always Red PL1 :bubl2000:00010000:3CCDF9:00000000:FFFFFFFF:Curr Bubble always Red PL1 (2/2) :bubl2000:00000000:3C04F1:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL1 :bubl2000:00010000:3CCDF9:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL1 (2/2) :bubl2000:00000000:3C04F1:00000002:FFFFFFFF:Curr Bubble always Orange PL1 :bubl2000:00010000:3CCDF9:00000002:FFFFFFFF:Curr Bubble always Orange PL1 (2/2) :bubl2000:00000000:3C04F1:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL1 :bubl2000:00010000:3CCDF9:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL1 (2/2) :bubl2000:00000000:3C04F1:00000004:FFFFFFFF:Curr Bubble always Yellow PL1 :bubl2000:00010000:3CCDF9:00000004:FFFFFFFF:Curr Bubble always Yellow PL1 (2/2) :bubl2000:00000000:3C04F1:00000005:FFFFFFFF:Curr Bubble always Purple PL1 :bubl2000:00010000:3CCDF9:00000005:FFFFFFFF:Curr Bubble always Purple PL1 (2/2) :bubl2000:00000000:3C04F1:00000006:FFFFFFFF:Curr Bubble always Green PL1 :bubl2000:00010000:3CCDF9:00000006:FFFFFFFF:Curr Bubble always Green PL1 (2/2) :bubl2000:00000000:3C04F1:00000007:FFFFFFFF:Curr Bubble always Grey PL1 :bubl2000:00010000:3CCDF9:00000007:FFFFFFFF:Curr Bubble always Grey PL1 (2/2) :bubl2000:00000000:3C04F1:00000008:FFFFFFFF:Curr Bubble always a Bomb PL1:Bomb = One Line Explosion :bubl2000:00010000:3CCDF9:00000008:FFFFFFFF:Curr Bubble always a Bomb PL1 (2/2) :bubl2000:00000000:3C04F1:00000009:FFFFFFFF:Curr Bubble always a Skull PL1:Skull = Non Explosion Ball :bubl2000:00010000:3CCDF9:00000009:FFFFFFFF:Curr Bubble always a Skull PL1 (2/2) :bubl2000:00000000:3C04F1:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL1:Flasher = Same Colour Explosion :bubl2000:00010000:3CCDF9:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL1 (2/2) :bubl2000:00000000:3C04F1:0000000B:FFFFFFFF:Curr Bubble always a Mine PL1:Mine = Straight Explosion :bubl2000:00010000:3CCDF9:0000000B:FFFFFFFF:Curr Bubble always a Mine PL1 (2/2) :bubl2000:00000000:3C04F3:00000000:FFFFFFFF:Next Bubble always Red PL1 :bubl2000:00010000:3CCE19:00000000:FFFFFFFF:Next Bubble always Red PL1 (2/2) :bubl2000:00000000:3C04F3:00000001:FFFFFFFF:Next Bubble always Lt Blue PL1 :bubl2000:00010000:3CCE19:00000001:FFFFFFFF:Next Bubble always Lt Blue PL1 (2/2) :bubl2000:00000000:3C04F3:00000002:FFFFFFFF:Next Bubble always Orange PL1 :bubl2000:00010000:3CCE19:00000002:FFFFFFFF:Next Bubble always Orange PL1 (2/2) :bubl2000:00000000:3C04F3:00000003:FFFFFFFF:Next Bubble always Dk Blue PL1 :bubl2000:00010000:3CCE19:00000003:FFFFFFFF:Next Bubble always Dk Blue PL1 (2/2) :bubl2000:00000000:3C04F3:00000004:FFFFFFFF:Next Bubble always Yellow PL1 :bubl2000:00010000:3CCE19:00000004:FFFFFFFF:Next Bubble always Yellow PL1 (2/2) :bubl2000:00000000:3C04F3:00000005:FFFFFFFF:Next Bubble always Purple PL1 :bubl2000:00010000:3CCE19:00000005:FFFFFFFF:Next Bubble always Purple PL1 (2/2) :bubl2000:00000000:3C04F3:00000006:FFFFFFFF:Next Bubble always Green PL1 :bubl2000:00010000:3CCE19:00000006:FFFFFFFF:Next Bubble always Green PL1 (2/2) :bubl2000:00000000:3C04F3:00000007:FFFFFFFF:Next Bubble always Grey PL1 :bubl2000:00010000:3CCE19:00000007:FFFFFFFF:Next Bubble always Grey PL1 (2/2) :bubl2000:00000000:3C04F3:00000008:FFFFFFFF:Next Bubble always a Bomb PL1:Bomb = One Line Explosion :bubl2000:00010000:3CCE19:00000008:FFFFFFFF:Next Bubble always a Bomb PL1 (2/2) :bubl2000:00000000:3C04F3:00000009:FFFFFFFF:Next Bubble always a Skull PL1:Skull = Non Explosion Ball :bubl2000:00010000:3CCE19:00000009:FFFFFFFF:Next Bubble always a Skull PL1 (2/2) :bubl2000:00000000:3C04F3:0000000A:FFFFFFFF:Next Bubble always a Flasher PL1:Flasher = Same Colour Explosion :bubl2000:00010000:3CCE19:0000000A:FFFFFFFF:Next Bubble always a Flasher PL1 (2/2) :bubl2000:00000000:3C04F3:0000000B:FFFFFFFF:Next Bubble always a Mine PL1:Mine = Straight Explosion :bubl2000:00010000:3CCE19:0000000B:FFFFFFFF:Next Bubble always a Mine PL1 (2/2) :bubl2000:60000018:000000:00000000:00000000:[ There may be a slight delay before ] :bubl2000:60000018:000000:00000000:00000000:[ the current bubble cheats work. ] :bubl2000:00000001:3C04F1:00000000:FFFFFFFF:Curr Bubble is Red Now! PL1 :bubl2000:00010001:3CCDF9:00000000:FFFFFFFF:Curr Bubble is Red Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL1 :bubl2000:00010001:3CCDF9:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL1 :bubl2000:00010001:3CCDF9:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL1 :bubl2000:00010001:3CCDF9:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL1 :bubl2000:00010001:3CCDF9:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL1 :bubl2000:00010001:3CCDF9:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000006:FFFFFFFF:Curr Bubble is Green Now! PL1 :bubl2000:00010001:3CCDF9:00000006:FFFFFFFF:Curr Bubble is Green Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL1 :bubl2000:00010001:3CCDF9:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL1:Bomb = One Line Explosion :bubl2000:00010001:3CCDF9:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL1 (2/2) :bubl2000:00000001:3C04F1:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL1:Skull = Non Explosion Ball :bubl2000:00010001:3CCDF9:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL1 (2/2) :bubl2000:00000001:3C04F1:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL1:Flasher = Same Colour Explosion :bubl2000:00010001:3CCDF9:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL1 (2/2) :bubl2000:00000001:3C04F1:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL1:Mine = Straight Explosion :bubl2000:00010001:3CCDF9:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000000:FFFFFFFF:Next Bubble is Red Now! PL1 :bubl2000:00010001:3CCE19:00000000:FFFFFFFF:Next Bubble is Red Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL1 :bubl2000:00010001:3CCE19:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000002:FFFFFFFF:Next Bubble is Orange Now! PL1 :bubl2000:00010001:3CCE19:00000002:FFFFFFFF:Next Bubble is Orange Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL1 :bubl2000:00010001:3CCE19:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL1 :bubl2000:00010001:3CCE19:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000005:FFFFFFFF:Next Bubble is Purple Now! PL1 :bubl2000:00010001:3CCE19:00000005:FFFFFFFF:Next Bubble is Purple Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000006:FFFFFFFF:Next Bubble is Green Now! PL1 :bubl2000:00010001:3CCE19:00000006:FFFFFFFF:Next Bubble is Green Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000007:FFFFFFFF:Next Bubble is Grey Now! PL1 :bubl2000:00010001:3CCE19:00000007:FFFFFFFF:Next Bubble is Grey Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL1:Bomb = One Line Explosion :bubl2000:00010001:3CCE19:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL1 (2/2) :bubl2000:00000001:3C04F3:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL1:Skull = Non Explosion Ball :bubl2000:00010001:3CCE19:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL1 (2/2) :bubl2000:00000001:3C04F3:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL1:Flasher = Same Colour Explosion :bubl2000:00010001:3CCE19:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL1 (2/2) :bubl2000:00000001:3C04F3:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL1:Mine = Straight Explosion :bubl2000:00010001:3CCE19:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL1 (2/2) :bubl2000:60000018:000000:00000000:00000000:[ There may be a slight delay before ] :bubl2000:60000018:000000:00000000:00000000:[ the current bubble cheats work. ] :bubl2000:00000000:3C04F5:00000000:FFFFFFFF:Curr Bubble always Red PL2 :bubl2000:00010000:3CCE59:00000000:FFFFFFFF:Curr Bubble always Red PL2 (2/2) :bubl2000:00000000:3C04F5:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL2 :bubl2000:00010000:3CCE59:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL2 (2/2) :bubl2000:00000000:3C04F5:00000002:FFFFFFFF:Curr Bubble always Orange PL2 :bubl2000:00010000:3CCE59:00000002:FFFFFFFF:Curr Bubble always Orange PL2 (2/2) :bubl2000:00000000:3C04F5:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL2 :bubl2000:00010000:3CCE59:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL2 (2/2) :bubl2000:00000000:3C04F5:00000004:FFFFFFFF:Curr Bubble always Yellow PL2 :bubl2000:00010000:3CCE59:00000004:FFFFFFFF:Curr Bubble always Yellow PL2 (2/2) :bubl2000:00000000:3C04F5:00000005:FFFFFFFF:Curr Bubble always Purple PL2 :bubl2000:00010000:3CCE59:00000005:FFFFFFFF:Curr Bubble always Purple PL2 (2/2) :bubl2000:00000000:3C04F5:00000006:FFFFFFFF:Curr Bubble always Green PL2 :bubl2000:00010000:3CCE59:00000006:FFFFFFFF:Curr Bubble always Green PL2 (2/2) :bubl2000:00000000:3C04F5:00000007:FFFFFFFF:Curr Bubble always Grey PL2 :bubl2000:00010000:3CCE59:00000007:FFFFFFFF:Curr Bubble always Grey PL2 (2/2) :bubl2000:00000000:3C04F5:00000008:FFFFFFFF:Curr Bubble always a Bomb PL2:Bomb = One Line Explosion :bubl2000:00010000:3CCE59:00000008:FFFFFFFF:Curr Bubble always a Bomb PL2 (2/2) :bubl2000:00000000:3C04F5:00000009:FFFFFFFF:Curr Bubble always a Skull PL2:Skull = Non Explosion Ball :bubl2000:00010000:3CCE59:00000009:FFFFFFFF:Curr Bubble always a Skull PL2 (2/2) :bubl2000:00000000:3C04F5:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL2:Flasher = Same Colour Explosion :bubl2000:00010000:3CCE59:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL2 (2/2) :bubl2000:00000000:3C04F5:0000000B:FFFFFFFF:Curr Bubble always a Mine PL2:Mine = Straight Explosion :bubl2000:00010000:3CCE59:0000000B:FFFFFFFF:Curr Bubble always a Mine PL2 (2/2) :bubl2000:00000000:3C04F7:00000000:FFFFFFFF:Next Bubble always Red PL2 :bubl2000:00010000:3CCE79:00000000:FFFFFFFF:Next Bubble always Red PL2 (2/2) :bubl2000:00000000:3C04F7:00000001:FFFFFFFF:Next Bubble always Lt Blue PL2 :bubl2000:00010000:3CCE79:00000001:FFFFFFFF:Next Bubble always Lt Blue PL2 (2/2) :bubl2000:00000000:3C04F7:00000002:FFFFFFFF:Next Bubble always Orange PL2 :bubl2000:00010000:3CCE79:00000002:FFFFFFFF:Next Bubble always Orange PL2 (2/2) :bubl2000:00000000:3C04F7:00000003:FFFFFFFF:Next Bubble always Dk Blue PL2 :bubl2000:00010000:3CCE79:00000003:FFFFFFFF:Next Bubble always Dk Blue PL2 (2/2) :bubl2000:00000000:3C04F7:00000004:FFFFFFFF:Next Bubble always Yellow PL2 :bubl2000:00010000:3CCE79:00000004:FFFFFFFF:Next Bubble always Yellow PL2 (2/2) :bubl2000:00000000:3C04F7:00000005:FFFFFFFF:Next Bubble always Purple PL2 :bubl2000:00010000:3CCE79:00000005:FFFFFFFF:Next Bubble always Purple PL2 (2/2) :bubl2000:00000000:3C04F7:00000006:FFFFFFFF:Next Bubble always Green PL2 :bubl2000:00010000:3CCE79:00000006:FFFFFFFF:Next Bubble always Green PL2 (2/2) :bubl2000:00000000:3C04F7:00000007:FFFFFFFF:Next Bubble always Grey PL2 :bubl2000:00010000:3CCE79:00000007:FFFFFFFF:Next Bubble always Grey PL2 (2/2) :bubl2000:00000000:3C04F7:00000008:FFFFFFFF:Next Bubble always a Bomb PL2:Bomb = One Line Explosion :bubl2000:00010000:3CCE79:00000008:FFFFFFFF:Next Bubble always a Bomb PL2 (2/2) :bubl2000:00000000:3C04F7:00000009:FFFFFFFF:Next Bubble always a Skull PL2:Skull = Non Explosion Ball :bubl2000:00010000:3CCE79:00000009:FFFFFFFF:Next Bubble always a Skull PL2 (2/2) :bubl2000:00000000:3C04F7:0000000A:FFFFFFFF:Next Bubble always a Flasher PL2:Flasher = Same Colour Explosion :bubl2000:00010000:3CCE79:0000000A:FFFFFFFF:Next Bubble always a Flasher PL2 (2/2) :bubl2000:00000000:3C04F7:0000000B:FFFFFFFF:Next Bubble always a Mine PL2:Mine = Straight Explosion :bubl2000:00010000:3CCE79:0000000B:FFFFFFFF:Next Bubble always a Mine PL2 (2/2) :bubl2000:60000018:000000:00000000:00000000:[ There may be a slight delay before ] :bubl2000:60000018:000000:00000000:00000000:[ the current bubble cheats work. ] :bubl2000:00000001:3C04F5:00000000:FFFFFFFF:Curr Bubble is Red Now! PL2 :bubl2000:00010001:3CCE59:00000000:FFFFFFFF:Curr Bubble is Red Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL2 :bubl2000:00010001:3CCE59:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL2 :bubl2000:00010001:3CCE59:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL2 :bubl2000:00010001:3CCE59:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL2 :bubl2000:00010001:3CCE59:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL2 :bubl2000:00010001:3CCE59:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000006:FFFFFFFF:Curr Bubble is Green Now! PL2 :bubl2000:00010001:3CCE59:00000006:FFFFFFFF:Curr Bubble is Green Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL2 :bubl2000:00010001:3CCE59:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL2:Bomb = One Line Explosion :bubl2000:00010001:3CCE59:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL2 (2/2) :bubl2000:00000001:3C04F5:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL2:Skull = Non Explosion Ball :bubl2000:00010001:3CCE59:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL2 (2/2) :bubl2000:00000001:3C04F5:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL2:Flasher = Same Colour Explosion :bubl2000:00010001:3CCE59:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL2 (2/2) :bubl2000:00000001:3C04F5:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL2:Mine = Straight Explosion :bubl2000:00010001:3CCE59:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000000:FFFFFFFF:Next Bubble is Red Now! PL2 :bubl2000:00010001:3CCE79:00000000:FFFFFFFF:Next Bubble is Red Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL2 :bubl2000:00010001:3CCE79:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000002:FFFFFFFF:Next Bubble is Orange Now! PL2 :bubl2000:00010001:3CCE79:00000002:FFFFFFFF:Next Bubble is Orange Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL2 :bubl2000:00010001:3CCE79:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL2 :bubl2000:00010001:3CCE79:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000005:FFFFFFFF:Next Bubble is Purple Now! PL2 :bubl2000:00010001:3CCE79:00000005:FFFFFFFF:Next Bubble is Purple Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000006:FFFFFFFF:Next Bubble is Green Now! PL2 :bubl2000:00010001:3CCE79:00000006:FFFFFFFF:Next Bubble is Green Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000007:FFFFFFFF:Next Bubble is Grey Now! PL2 :bubl2000:00010001:3CCE79:00000007:FFFFFFFF:Next Bubble is Grey Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL2:Bomb = One Line Explosion :bubl2000:00010001:3CCE79:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL2 (2/2) :bubl2000:00000001:3C04F7:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL2:Skull = Non Explosion Ball :bubl2000:00010001:3CCE79:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL2 (2/2) :bubl2000:00000001:3C04F7:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL2:Flasher = Same Colour Explosion :bubl2000:00010001:3CCE79:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL2 (2/2) :bubl2000:00000001:3C04F7:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL2:Mine = Straight Explosion :bubl2000:00010001:3CCE79:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL2 (2/2) ; [ Bubble Bobble (older) ] bublbob1:0:0000:00:999:[ This game has got a LOT of cheats. ] bublbob1:0:0000:00:999:[ Don't go too mad as it may spoil ] bublbob1:0:0000:00:999:[ the game too much!!! ] bublbob1:0:E366:63:000:Infinite Credits :bublbob1:00001301:E64B:00000063:FFFFFFFF:Select starting round:You should enable this cheat on the press 1/2 player button screen, ie. after credits have been inserted! bublbob1:0:E64B:63:061:Select next round bublbob1:0:E645:06:000:Infinite Lives PL1 bublbob1:0:E6B6:77:000:Invincibility PL1 bublbob1:0:E6C1:0C:000:Speed Always Normal PL1 bublbob1:0:E6C1:14:000:Speed Always Power-up PL1 bublbob1:0:E6C1:28:000:Speed Always Ultimate PL1 bublbob1:0:E6C1:0C:001:Speed to Normal Now! PL1 bublbob1:0:E6C1:14:001:Speed to Power-up Now! PL1 bublbob1:0:E6C1:28:001:Speed to Ultimate Now! PL1 bublbob1:0:E6BF:14:001:Fire Speed to Normal Now! PL1 bublbob1:0:E6BF:05:001:Fire Speed to Power-up NowPL1 bublbob1:0:E6BF:01:000:Fire Speed Always UltimatePL1 bublbob1:0:E6C2:80:000:Normal Range Bubbles PL1 bublbob1:0:E6C2:80:000:Long Range Bubbles PL1 bublbob1:0:E6C2:FF:000:Extra Long Range Bubbles PL1 bublbob1:0:E6C0:03:001:Head Power to Normal Now! PL1 bublbob1:0:E6C0:06:001:Head Power to Power-up NowPL1 bublbob1:0:E6C0:09:000:Head Power Always UltimatePL1 bublbob1:0:F60F:00:001:Fire bubbles Bubbles Now! PL1 bublbob1:0:F60F:01:001:Fire lightnings Now! PL1 bublbob1:0:E742:3F:001:Get EXTEND PL1 bublbob1:0:E742:01:021:Get letter - E (red) PL1 bublbob1:0:E742:02:021:Get letter - X (pink) PL1 bublbob1:0:E742:04:021:Get letter - T (yellow) PL1 bublbob1:0:E742:08:021:Get letter - E (green) PL1 bublbob1:0:E742:10:021:Get letter - N (blue) PL1 bublbob1:0:E742:20:021:Get letter - D (purple) PL1 bublbob1:0:E64A:06:000:Infinite Lives PL2 bublbob1:0:E6E8:77:000:Invincibility PL2 bublbob1:0:E6F3:0C:000:Speed Always Normal PL2 bublbob1:0:E6F3:14:000:Speed Always Power-up PL2 bublbob1:0:E6F3:28:000:Speed Always Ultimate PL2 bublbob1:0:E6F3:0C:001:Speed to Normal Now! PL2 bublbob1:0:E6F3:14:001:Speed to Power-up Now! PL2 bublbob1:0:E6F3:28:001:Speed to Ultimate Now! PL2 bublbob1:0:E6F1:14:001:Fire Speed to Normal Now! PL2 bublbob1:0:E6F1:05:001:Fire Speed to Power-up NowPL2 bublbob1:0:E6F1:01:000:Fire Speed Always UltimatePL2 bublbob1:0:E6F4:40:000:Normal Range Bubbles PL2 bublbob1:0:E6F4:80:000:Long Range Bubbles PL2 bublbob1:0:E6F4:FF:000:Extra Long Range Bubbles PL2 bublbob1:0:E6F2:03:001:Head Power to Normal Now! PL2 bublbob1:0:E6F2:06:001:Head Power to Power-up NowPL2 bublbob1:0:E6F2:09:000:Head Power Always UltimatePL2 bublbob1:0:F610:00:001:Fire bubbles Bubbles Now! PL2 bublbob1:0:F610:01:001:Fire lightnings Now! PL2 bublbob1:0:E743:3F:001:Get EXTEND PL2 bublbob1:0:E743:01:021:Get letter - E (red) PL2 bublbob1:0:E743:02:021:Get letter - X (pink) PL2 bublbob1:0:E743:04:021:Get letter - T (yellow) PL2 bublbob1:0:E743:08:021:Get letter - E (green) PL2 bublbob1:0:E743:10:021:Get letter - N (blue) PL2 bublbob1:0:E743:20:021:Get letter - D (purple) PL2 bublbob1:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen bublbob1:0:E5DB:00:000:Disable "Super" Mode bublbob1:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen bublbob1:0:E5D1:00:000:Disable "Original" Mode bublbob1:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen bublbob1:0:E5D2:00:000:Disable "Power-Up" Mode bublbob1:0:E613:01:000:Always get Bonus doors bublbob1:0:F676:01:000:Constant Extend Letters bublbob1:0:E603:01:000:Always Warn (Bell Item) bublbob1:0:E5FA:03:000:Apple or Orange? You decide! bublbob1:0:E608:01:000:Coke Can Item bublbob1:0:6E30:01:000:Fireball Bubble - Always! bublbob1:0:6E30:03:000:Fireball Bubble - 1 in 2 bublbob1:0:6E30:05:000:Fireball Bubble - 1 in 3 bublbob1:0:6E30:07:000:Fireball Bubble - 1 in 4 bublbob1:0:6E30:15:000:Fireball Bubble - 1 in 16 bublbob1:0:6E30:1D:000:Fireball Bubble - 1 in 256 bublbob1:0:6E30:25:000:Fireball Bubble - 1 in 4096 bublbob1:0:5C2B:C9:000:Disable Bubbles? bublbob1:0:E6BB:05:001:Fireballs for 5 levels bublbob1:0:E6BE:40:000:Fireballs bublbob1:0:E5EE:07:000:Fireball Cross bublbob1:0:0000:00:999:[ Use these cheats only at the start ] bublbob1:0:0000:00:999:[ of a level, before the item ] bublbob1:0:0000:00:999:[ appears! When you are given a ] bublbob1:0:0000:00:999:[ distribution, each bubble turns ] bublbob1:0:0000:00:999:[ into an object. ] bublbob1:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range bublbob1:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power bublbob1:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed bublbob1:0:F45E:03:001:1st Item = shoe:Gives you power-up speed bublbob1:0:F45E:04:001:1st Item = clock:Slows down the monsters bublbob1:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds bublbob1:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther bublbob1:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther bublbob1:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther bublbob1:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers bublbob1:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers bublbob1:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers bublbob1:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows bublbob1:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes bublbob1:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters bublbob1:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk bublbob1:0:F45E:10:001:1st Item = pink ring:Gives points when you jump bublbob1:0:F45E:11:001:1st Item = red ring:Gives points when you bubble bublbob1:0:F45E:12:001:1st Item = blue cross:Fills screen with water bublbob1:0:F45E:13:001:1st Item = yellow cross:Make lightning strike bublbob1:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles bublbob1:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble bublbob1:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr bublbob1:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined bublbob1:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds bublbob1:0:F45E:19:001:1st Item = book:Turns monsters into diamonds bublbob1:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall bublbob1:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters bublbob1:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball bublbob1:0:F45E:1D:001:1st Item = fork:Makes fruits fall bublbob1:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end bublbob1:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end bublbob1:0:F45E:20:001:1st Item = red chest:Red diamonds on level end bublbob1:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end bublbob1:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end bublbob1:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end bublbob1:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end bublbob1:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end bublbob1:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end bublbob1:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end bublbob1:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end bublbob1:0:F45E:29:001:1st Item = bell:Destructive Item warning bublbob1:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end bublbob1:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end bublbob1:0:F45E:2C:001:1st Item = glass of beer:???? on level end bublbob1:0:F45E:2D:001:1st Item = knife:Makes fruits fall bublbob1:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items bublbob1:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters bublbob1:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds bublbob1:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds bublbob1:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds bublbob1:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70 bublbob1:0:F44C:2A:000:Fruit 2A bublbob1:0:F44C:2B:000:Fruit 2B bublbob1:0:F44C:2C:000:Fruit 2C bublbob1:0:F44C:2D:000:Fruit 2D bublbob1:0:F44C:2E:000:Fruit 2E bublbob1:0:F44C:2F:000:Fruit 2F bublbob1:0:F44C:30:000:Fruit 30 bublbob1:0:F44C:31:000:Fruit 31 bublbob1:0:F44C:32:000:Fruit 32 bublbob1:0:F44C:33:000:Fruit 33 bublbob1:0:F44C:34:000:Fruit 34 bublbob1:0:F44C:35:000:Fruit 35 bublbob1:0:F44C:36:000:Fruit 36 bublbob1:0:F44C:37:000:Fruit 37 bublbob1:0:F44C:38:000:Fruit 38 bublbob1:0:F44C:39:000:Fruit 39 bublbob1:0:F44C:3A:000:Fruit 3A bublbob1:0:F44C:3B:000:Fruit 3B bublbob1:0:F44D:01:000:Quick Fruit at start bublbob1:0:E60A:01:000:Lipstick bublbob1:0:E345:05:000:Stop the Baron bublbob1:0:0000:00:999:[ These 5 cheats will make a potion ] bublbob1:0:0000:00:999:[ appear on the next screen. It will ] bublbob1:0:0000:00:999:[ be of the type requested unless you ] bublbob1:0:0000:00:999:[ have earned a higher potion or you ] bublbob1:0:0000:00:999:[ have fallen off the bottom of the ] bublbob1:0:0000:00:999:[ screen since setting the cheat. ] bublbob1:0:0000:00:999:[ Falling off the bottom will upgrade ] bublbob1:0:0000:00:999:[ the potion to the next one! ] bublbob1:0:E5E7:0F:001:Sunflower Potion(next screen) bublbob1:0:E5E7:10:001:Flower Potion (next screen) bublbob1:0:E5E7:11:001:Clover Potion (next screen) bublbob1:0:E5E7:12:001:Rainbow Potion (next screen) bublbob1:0:E5E7:13:001:Musical Potion (next screen) bublbob1:0:0000:00:999:[ These 2 cheats are useful when you ] bublbob1:0:0000:00:999:[ get stuck on one screen. Use only ] bublbob1:0:0000:00:999:[ one at a time. ] bublbob1:0:F590:01:001:Drown 'em All! Now! OR---> bublbob1:0:E720:01:001:Throw The Book At Them Now! ; [ Bubble Bobble 2 (World) ] bublbob2:0:000000:00:999:[ Activate any 1 of these codes on the title ] bublbob2:0:000000:00:999:[ screen before the curtains open. Only 1 code ] bublbob2:0:000000:00:999:[ can be active at a time. ] bublbob2:0:40A206:08:001:Classic Game (BJBJBJR1) bublbob2:0:40A20E:08:001:Classic Game (LJL1LBL1) bublbob2:0:40A216:08:001:Classic Game (1JBLRJ1R) bublbob2:0:40A21E:08:001:Super Mode Select (U1RJBL1D) bublbob2:0:40A226:08:001:Unlock Human Characters (LDUJR1BR) bublbob2:0:40A22E:08:001:Max. Candy Effects (DBJ1LRL1) bublbob2:0:40A236:08:001:Always Access Secret Rooms (JBJBJBL1) :bublbob2:00040101:40813B:00000010:FFFFFFFF:Select Ending:This only accesses the endings to the current game mode and the forms of your characters. Some ending numbers are repeats. Should be used with the 'Almost Instantly Beat Game Now!' code for highest chance of success. bublbob2:0:40EA4F:01:001:Get Red Key Now! bublbob2:0:40EA4E:01:001:Get Blue Key Now! bublbob2:0:40EA4D:01:001:Get Green Key Now! bublbob2:0:40EA4C:01:001:Get Orange Key Now! bublbob2:0:40820A:07:001:Get 'ROD' and Finish Level Now! bublbob2:0:4080F7:15:001:Almost Instantly Beat Game Now! bublbob2:0:4080F9:0B:501:Almost Instantly Beat Game Now! (2/3) bublbob2:0:40814F:06:501:Almost Instantly Beat Game Now! (3/3) bublbob2:0:40EA66:00:000:Always Get Secret Rooms bublbob2:0:40ECF1:3C:001:Get Crystal-Ball Now! (Effective Next Level) bublbob2:0:4041A9:00:001:Bubble The Guardian Now! bublbob2:0:408160:01:001:Get Note 1 - Red Now! bublbob2:0:408161:01:001:Get Note 2 - Red Now! bublbob2:0:408162:01:001:Get Note 3 - Red Now! bublbob2:0:408160:02:001:Get Note 1 - Blue Now! bublbob2:0:408161:02:001:Get Note 2 - Blue Now! bublbob2:0:408162:02:001:Get Note 3 - Blue Now! bublbob2:0:408160:03:001:Get Note 1 - Green Now! bublbob2:0:408161:03:001:Get Note 2 - Green Now! bublbob2:0:408162:03:001:Get Note 3 - Green Now! bublbob2:0:408160:04:001:Get Note 1 - Orange Now! bublbob2:0:408161:04:001:Get Note 2 - Orange Now! bublbob2:0:408162:04:001:Get Note 3 - Orange Now! bublbob2:0:000000:00:999:[ The following values are set when you collect ] bublbob2:0:000000:00:999:[ the huge candy from the second to last diamond ] bublbob2:0:000000:00:999:[ room in the game. It is not known what some of ] bublbob2:0:000000:00:999:[ these do, and they may not do anything at all. ] bublbob2:0:40824A:01:000:Always Have Fastest Bubble Blowing bublbob2:0:408252:03:000:Always Have Fastest Bubble Motion bublbob2:0:40825A:03:000:Always Have Farthest Bubble Blowing bublbob2:0:40824E:01:000:Secret Room Candy Unknown Effect 1 bublbob2:0:408256:05:000:Secret Room Candy Unknown Effect 2 bublbob2:0:40825E:05:000:Secret Room Candy Unknown Effect 3 bublbob2:0:408272:0A:000:Infinite Lives PL1 bublbob2:0:40826E:7F:000:Invincibility (buggy) PL1 bublbob2:0:4049B5:01:000:Always Lightning Bubbles PL1 bublbob2:0:4049B5:02:000:Always Water Bubbles PL1 bublbob2:0:4049B5:03:000:Always Fire Bubbles PL1 bublbob2:0:4049B5:04:000:Always Rainbow Bubbles PL1 bublbob2:0:4049B5:05:000:Always Whirlwind Bubbles PL1 bublbob2:0:4049B5:06:000:Always Musical Bubbles PL1 bublbob2:0:408262:03:000:Always Max Shoe Speed PL1 bublbob2:0:4049B5:01:001:Get Lightning Bubbles Now!PL1 bublbob2:0:4049B5:02:001:Get Water Bubbles Now! PL1 bublbob2:0:4049B5:03:001:Get Fire Bubbles Now! PL1 bublbob2:0:4049B5:04:001:Get Rainbow Bubbles Now! PL1 bublbob2:0:4049B5:05:001:Get Whirlwind Bubbles Now!PL1 bublbob2:0:4049B5:06:001:Get Musical Bubbles Now! PL1 bublbob2:0:408262:03:001:Get Max Shoe Speed Now! PL1 bublbob2:0:408273:0A:000:Infinite Lives PL2 bublbob2:0:40826F:7F:000:Invincibility (buggy) PL2 bublbob2:0:404A35:01:000:Always Lightning Bubbles PL2 bublbob2:0:404A35:02:000:Always Water Bubbles PL2 bublbob2:0:404A35:03:000:Always Fire Bubbles PL2 bublbob2:0:404A35:04:000:Always Rainbow Bubbles PL2 bublbob2:0:404A35:05:000:Always Whirlwind Bubbles PL2 bublbob2:0:404A35:06:000:Always Musical Bubbles PL2 bublbob2:0:408263:03:000:Always Max Shoe Speed PL2 bublbob2:0:404A35:01:001:Get Lightning Bubbles Now!PL2 bublbob2:0:404A35:02:001:Get Water Bubbles Now! PL2 bublbob2:0:404A35:03:001:Get Fire Bubbles Now! PL2 bublbob2:0:404A35:04:001:Get Rainbow Bubbles Now! PL2 bublbob2:0:404A35:05:001:Get Whirlwind Bubbles Now!PL2 bublbob2:0:404A35:06:001:Get Musical Bubbles Now! PL2 bublbob2:0:408263:03:001:Get Max Shoe Speed Now! PL2 bublbob2:0:000000:00:999:[After you enable these region cheats to see any ] bublbob2:0:000000:00:999:[effect you will have to reset the game (F3). ] bublbob2:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] bublbob2:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] bublbob2:0:0FFFFF:01:100:Region Switch = Japan bublbob2:0:0FFFFF:02:100:Region Switch = US bublbob2:0:0FFFFF:03:100:Region Switch = World/Europe ; [ Bubble Bobble ] bublbobl:0:0000:00:999:[ This game has got a LOT of cheats. ] bublbobl:0:0000:00:999:[ Don't go too mad as it may spoil ] bublbobl:0:0000:00:999:[ the game too much!!! ] bublbobl:0:E366:63:000:Infinite Credits :bublbobl:00001301:E64B:00000063:FFFFFFFF:Select starting round:You should enable this cheat on the press 1/2 player button screen, ie. after credits have been inserted! bublbobl:0:E64B:63:061:Select next round bublbobl:0:E645:06:000:Infinite Lives PL1 bublbobl:0:E6B6:77:000:Invincibility PL1 bublbobl:0:E6C1:0C:000:Speed Always Normal PL1 bublbobl:0:E6C1:14:000:Speed Always Power-up PL1 bublbobl:0:E6C1:28:000:Speed Always Ultimate PL1 bublbobl:0:E6C1:0C:001:Speed to Normal Now! PL1 bublbobl:0:E6C1:14:001:Speed to Power-up Now! PL1 bublbobl:0:E6C1:28:001:Speed to Ultimate Now! PL1 bublbobl:0:E6BF:14:001:Fire Speed to Normal Now! PL1 bublbobl:0:E6BF:05:001:Fire Speed to Power-up NowPL1 bublbobl:0:E6BF:01:000:Fire Speed Always UltimatePL1 bublbobl:0:E6C2:80:000:Normal Range Bubbles PL1 bublbobl:0:E6C2:80:000:Long Range Bubbles PL1 bublbobl:0:E6C2:FF:000:Extra Long Range Bubbles PL1 bublbobl:0:E6C0:03:001:Head Power to Normal Now! PL1 bublbobl:0:E6C0:06:001:Head Power to Power-up NowPL1 bublbobl:0:E6C0:09:000:Head Power Always UltimatePL1 bublbobl:0:F60F:00:001:Fire bubbles Bubbles Now! PL1 bublbobl:0:F60F:01:001:Fire lightnings Now! PL1 bublbobl:0:E742:3F:001:Get EXTEND PL1 bublbobl:0:E742:01:021:Get letter - E (red) PL1 bublbobl:0:E742:02:021:Get letter - X (pink) PL1 bublbobl:0:E742:04:021:Get letter - T (yellow) PL1 bublbobl:0:E742:08:021:Get letter - E (green) PL1 bublbobl:0:E742:10:021:Get letter - N (blue) PL1 bublbobl:0:E742:20:021:Get letter - D (purple) PL1 bublbobl:0:E64A:06:000:Infinite Lives PL2 bublbobl:0:E6E8:77:000:Invincibility PL2 bublbobl:0:E6F3:0C:000:Speed Always Normal PL2 bublbobl:0:E6F3:14:000:Speed Always Power-up PL2 bublbobl:0:E6F3:28:000:Speed Always Ultimate PL2 bublbobl:0:E6F3:0C:001:Speed to Normal Now! PL2 bublbobl:0:E6F3:14:001:Speed to Power-up Now! PL2 bublbobl:0:E6F3:28:001:Speed to Ultimate Now! PL2 bublbobl:0:E6F1:14:001:Fire Speed to Normal Now! PL2 bublbobl:0:E6F1:05:001:Fire Speed to Power-up NowPL2 bublbobl:0:E6F1:01:000:Fire Speed Always UltimatePL2 bublbobl:0:E6F4:40:000:Normal Range Bubbles PL2 bublbobl:0:E6F4:80:000:Long Range Bubbles PL2 bublbobl:0:E6F4:FF:000:Extra Long Range Bubbles PL2 bublbobl:0:E6F2:03:001:Head Power to Normal Now! PL2 bublbobl:0:E6F2:06:001:Head Power to Power-up NowPL2 bublbobl:0:E6F2:09:000:Head Power Always UltimatePL2 bublbobl:0:F610:00:001:Fire bubbles Bubbles Now! PL2 bublbobl:0:F610:01:001:Fire lightnings Now! PL2 bublbobl:0:E743:3F:001:Get EXTEND PL2 bublbobl:0:E743:01:021:Get letter - E (red) PL2 bublbobl:0:E743:02:021:Get letter - X (pink) PL2 bublbobl:0:E743:04:021:Get letter - T (yellow) PL2 bublbobl:0:E743:08:021:Get letter - E (green) PL2 bublbobl:0:E743:10:021:Get letter - N (blue) PL2 bublbobl:0:E743:20:021:Get letter - D (purple) PL2 bublbobl:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen bublbobl:0:E5DB:00:000:Disable "Super" Mode bublbobl:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen bublbobl:0:E5D1:00:000:Disable "Original" Mode bublbobl:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen bublbobl:0:E5D2:00:000:Disable "Power-Up" Mode bublbobl:0:E613:01:000:Always get Bonus doors bublbobl:0:F676:01:000:Constant Extend Letters bublbobl:0:E603:01:000:Always Warn (Bell Item) bublbobl:0:E5FA:03:000:Apple or Orange? You decide! bublbobl:0:E608:01:000:Coke Can Item bublbobl:0:6E30:01:000:Fireball Bubble - Always! bublbobl:0:6E30:03:000:Fireball Bubble - 1 in 2 bublbobl:0:6E30:05:000:Fireball Bubble - 1 in 3 bublbobl:0:6E30:07:000:Fireball Bubble - 1 in 4 bublbobl:0:6E30:15:000:Fireball Bubble - 1 in 16 bublbobl:0:6E30:1D:000:Fireball Bubble - 1 in 256 bublbobl:0:6E30:25:000:Fireball Bubble - 1 in 4096 bublbobl:0:5C2B:C9:000:Disable Bubbles? bublbobl:0:E6BB:05:001:Fireballs for 5 levels bublbobl:0:E6BE:40:000:Fireballs bublbobl:0:E5EE:07:000:Fireball Cross bublbobl:0:0000:00:999:[ Use these cheats only at the start ] bublbobl:0:0000:00:999:[ of a level, before the item ] bublbobl:0:0000:00:999:[ appears! When you are given a ] bublbobl:0:0000:00:999:[ distribution, each bubble turns ] bublbobl:0:0000:00:999:[ into an object. ] bublbobl:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range bublbobl:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power bublbobl:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed bublbobl:0:F45E:03:001:1st Item = shoe:Gives you power-up speed bublbobl:0:F45E:04:001:1st Item = clock:Slows down the monsters bublbobl:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds bublbobl:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther bublbobl:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther bublbobl:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther bublbobl:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers bublbobl:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers bublbobl:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers bublbobl:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows bublbobl:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes bublbobl:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters bublbobl:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk bublbobl:0:F45E:10:001:1st Item = pink ring:Gives points when you jump bublbobl:0:F45E:11:001:1st Item = red ring:Gives points when you bubble bublbobl:0:F45E:12:001:1st Item = blue cross:Fills screen with water bublbobl:0:F45E:13:001:1st Item = yellow cross:Make lightning strike bublbobl:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles bublbobl:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble bublbobl:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr bublbobl:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined bublbobl:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds bublbobl:0:F45E:19:001:1st Item = book:Turns monsters into diamonds bublbobl:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall bublbobl:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters bublbobl:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball bublbobl:0:F45E:1D:001:1st Item = fork:Makes fruits fall bublbobl:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end bublbobl:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end bublbobl:0:F45E:20:001:1st Item = red chest:Red diamonds on level end bublbobl:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end bublbobl:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end bublbobl:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end bublbobl:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end bublbobl:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end bublbobl:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end bublbobl:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end bublbobl:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end bublbobl:0:F45E:29:001:1st Item = bell:Destructive Item warning bublbobl:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end bublbobl:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end bublbobl:0:F45E:2C:001:1st Item = glass of beer:???? on level end bublbobl:0:F45E:2D:001:1st Item = knife:Makes fruits fall bublbobl:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items bublbobl:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters bublbobl:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds bublbobl:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds bublbobl:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds bublbobl:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70 bublbobl:0:F44C:2A:000:Fruit 2A bublbobl:0:F44C:2B:000:Fruit 2B bublbobl:0:F44C:2C:000:Fruit 2C bublbobl:0:F44C:2D:000:Fruit 2D bublbobl:0:F44C:2E:000:Fruit 2E bublbobl:0:F44C:2F:000:Fruit 2F bublbobl:0:F44C:30:000:Fruit 30 bublbobl:0:F44C:31:000:Fruit 31 bublbobl:0:F44C:32:000:Fruit 32 bublbobl:0:F44C:33:000:Fruit 33 bublbobl:0:F44C:34:000:Fruit 34 bublbobl:0:F44C:35:000:Fruit 35 bublbobl:0:F44C:36:000:Fruit 36 bublbobl:0:F44C:37:000:Fruit 37 bublbobl:0:F44C:38:000:Fruit 38 bublbobl:0:F44C:39:000:Fruit 39 bublbobl:0:F44C:3A:000:Fruit 3A bublbobl:0:F44C:3B:000:Fruit 3B bublbobl:0:F44D:01:000:Quick Fruit at start bublbobl:0:E60A:01:000:Lipstick bublbobl:0:E345:05:000:Stop the Baron bublbobl:0:0000:00:999:[ These 5 cheats will make a potion ] bublbobl:0:0000:00:999:[ appear on the next screen. It will ] bublbobl:0:0000:00:999:[ be of the type requested unless you ] bublbobl:0:0000:00:999:[ have earned a higher potion or you ] bublbobl:0:0000:00:999:[ have fallen off the bottom of the ] bublbobl:0:0000:00:999:[ screen since setting the cheat. ] bublbobl:0:0000:00:999:[ Falling off the bottom will upgrade ] bublbobl:0:0000:00:999:[ the potion to the next one! ] bublbobl:0:E5E7:0F:001:Sunflower Potion(next screen) bublbobl:0:E5E7:10:001:Flower Potion (next screen) bublbobl:0:E5E7:11:001:Clover Potion (next screen) bublbobl:0:E5E7:12:001:Rainbow Potion (next screen) bublbobl:0:E5E7:13:001:Musical Potion (next screen) bublbobl:0:0000:00:999:[ These 2 cheats are useful when you ] bublbobl:0:0000:00:999:[ get stuck on one screen. Use only ] bublbobl:0:0000:00:999:[ one at a time. ] bublbobl:0:F590:01:001:Drown 'em All! Now! OR---> bublbobl:0:E720:01:001:Throw The Book At Them Now! ; [ Bubble Bobble (US with mode select) ] bublbobr:0:0000:00:999:[ This game has got a LOT of cheats. ] bublbobr:0:0000:00:999:[ Don't go too mad as it may spoil ] bublbobr:0:0000:00:999:[ the game too much!!! ] bublbobr:0:E366:63:000:Infinite Credits :bublbobr:00001301:E64B:00000063:FFFFFFFF:Select starting round:You should enable this cheat on the press 1/2 player button screen, ie. after credits have been inserted! bublbobr:0:E64B:63:061:Select next round bublbobr:0:E645:06:000:Infinite Lives PL1 bublbobr:0:E6B6:77:000:Invincibility PL1 bublbobr:0:E6C1:0C:000:Speed Always Normal PL1 bublbobr:0:E6C1:14:000:Speed Always Power-up PL1 bublbobr:0:E6C1:28:000:Speed Always Ultimate PL1 bublbobr:0:E6C1:0C:001:Speed to Normal Now! PL1 bublbobr:0:E6C1:14:001:Speed to Power-up Now! PL1 bublbobr:0:E6C1:28:001:Speed to Ultimate Now! PL1 bublbobr:0:E6BF:14:001:Fire Speed to Normal Now! PL1 bublbobr:0:E6BF:05:001:Fire Speed to Power-up NowPL1 bublbobr:0:E6BF:01:000:Fire Speed Always UltimatePL1 bublbobr:0:E6C2:80:000:Normal Range Bubbles PL1 bublbobr:0:E6C2:80:000:Long Range Bubbles PL1 bublbobr:0:E6C2:FF:000:Extra Long Range Bubbles PL1 bublbobr:0:E6C0:03:001:Head Power to Normal Now! PL1 bublbobr:0:E6C0:06:001:Head Power to Power-up NowPL1 bublbobr:0:E6C0:09:000:Head Power Always UltimatePL1 bublbobr:0:F60F:00:001:Fire bubbles Bubbles Now! PL1 bublbobr:0:F60F:01:001:Fire lightnings Now! PL1 bublbobr:0:E742:3F:001:Get EXTEND PL1 bublbobr:0:E742:01:021:Get letter - E (red) PL1 bublbobr:0:E742:02:021:Get letter - X (pink) PL1 bublbobr:0:E742:04:021:Get letter - T (yellow) PL1 bublbobr:0:E742:08:021:Get letter - E (green) PL1 bublbobr:0:E742:10:021:Get letter - N (blue) PL1 bublbobr:0:E742:20:021:Get letter - D (purple) PL1 bublbobr:0:E64A:06:000:Infinite Lives PL2 bublbobr:0:E6E8:77:000:Invincibility PL2 bublbobr:0:E6F3:0C:000:Speed Always Normal PL2 bublbobr:0:E6F3:14:000:Speed Always Power-up PL2 bublbobr:0:E6F3:28:000:Speed Always Ultimate PL2 bublbobr:0:E6F3:0C:001:Speed to Normal Now! PL2 bublbobr:0:E6F3:14:001:Speed to Power-up Now! PL2 bublbobr:0:E6F3:28:001:Speed to Ultimate Now! PL2 bublbobr:0:E6F1:14:001:Fire Speed to Normal Now! PL2 bublbobr:0:E6F1:05:001:Fire Speed to Power-up NowPL2 bublbobr:0:E6F1:01:000:Fire Speed Always UltimatePL2 bublbobr:0:E6F4:40:000:Normal Range Bubbles PL2 bublbobr:0:E6F4:80:000:Long Range Bubbles PL2 bublbobr:0:E6F4:FF:000:Extra Long Range Bubbles PL2 bublbobr:0:E6F2:03:001:Head Power to Normal Now! PL2 bublbobr:0:E6F2:06:001:Head Power to Power-up NowPL2 bublbobr:0:E6F2:09:000:Head Power Always UltimatePL2 bublbobr:0:F610:00:001:Fire bubbles Bubbles Now! PL2 bublbobr:0:F610:01:001:Fire lightnings Now! PL2 bublbobr:0:E743:3F:001:Get EXTEND PL2 bublbobr:0:E743:01:021:Get letter - E (red) PL2 bublbobr:0:E743:02:021:Get letter - X (pink) PL2 bublbobr:0:E743:04:021:Get letter - T (yellow) PL2 bublbobr:0:E743:08:021:Get letter - E (green) PL2 bublbobr:0:E743:10:021:Get letter - N (blue) PL2 bublbobr:0:E743:20:021:Get letter - D (purple) PL2 bublbobr:0:0000:00:999:[This game has Super Mode by] bublbobr:0:0000:00:999:[selection so these cheats ] bublbobr:0:0000:00:999:[in fact merely hardwires ] bublbobr:0:0000:00:999:[the Super Mode ON or OFF ] bublbobr:0:0000:00:999:[and you will be able to see] bublbobr:0:0000:00:999:["super" on the Title Screen] bublbobr:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen bublbobr:0:E5DB:00:000:Disable "Super" Mode bublbobr:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen bublbobr:0:E5D1:00:000:Disable "Original" Mode bublbobr:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen bublbobr:0:E5D2:00:000:Disable "Power-Up" Mode bublbobr:0:E613:01:000:Always get Bonus doors bublbobr:0:F676:01:000:Constant Extend Letters bublbobr:0:E603:01:000:Always Warn (Bell Item) bublbobr:0:E5FA:03:000:Apple or Orange? You decide! bublbobr:0:E608:01:000:Coke Can Item bublbobr:0:6E30:01:000:Fireball Bubble - Always! bublbobr:0:6E30:03:000:Fireball Bubble - 1 in 2 bublbobr:0:6E30:05:000:Fireball Bubble - 1 in 3 bublbobr:0:6E30:07:000:Fireball Bubble - 1 in 4 bublbobr:0:6E30:15:000:Fireball Bubble - 1 in 16 bublbobr:0:6E30:1D:000:Fireball Bubble - 1 in 256 bublbobr:0:6E30:25:000:Fireball Bubble - 1 in 4096 bublbobr:0:5C2B:C9:000:Disable Bubbles? bublbobr:0:E6BB:05:001:Fireballs for 5 levels bublbobr:0:E6BE:40:000:Fireballs bublbobr:0:E5EE:07:000:Fireball Cross bublbobr:0:0000:00:999:[ Use these cheats only at the start ] bublbobr:0:0000:00:999:[ of a level, before the item ] bublbobr:0:0000:00:999:[ appears! When you are given a ] bublbobr:0:0000:00:999:[ distribution, each bubble turns ] bublbobr:0:0000:00:999:[ into an object. ] bublbobr:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range bublbobr:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power bublbobr:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed bublbobr:0:F45E:03:001:1st Item = shoe:Gives you power-up speed bublbobr:0:F45E:04:001:1st Item = clock:Slows down the monsters bublbobr:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds bublbobr:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther bublbobr:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther bublbobr:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther bublbobr:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers bublbobr:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers bublbobr:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers bublbobr:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows bublbobr:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes bublbobr:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters bublbobr:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk bublbobr:0:F45E:10:001:1st Item = pink ring:Gives points when you jump bublbobr:0:F45E:11:001:1st Item = red ring:Gives points when you bubble bublbobr:0:F45E:12:001:1st Item = blue cross:Fills screen with water bublbobr:0:F45E:13:001:1st Item = yellow cross:Make lightning strike bublbobr:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles bublbobr:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble bublbobr:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr bublbobr:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined bublbobr:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds bublbobr:0:F45E:19:001:1st Item = book:Turns monsters into diamonds bublbobr:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall bublbobr:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters bublbobr:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball bublbobr:0:F45E:1D:001:1st Item = fork:Makes fruits fall bublbobr:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end bublbobr:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end bublbobr:0:F45E:20:001:1st Item = red chest:Red diamonds on level end bublbobr:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end bublbobr:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end bublbobr:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end bublbobr:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end bublbobr:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end bublbobr:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end bublbobr:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end bublbobr:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end bublbobr:0:F45E:29:001:1st Item = bell:Destructive Item warning bublbobr:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end bublbobr:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end bublbobr:0:F45E:2C:001:1st Item = glass of beer:???? on level end bublbobr:0:F45E:2D:001:1st Item = knife:Makes fruits fall bublbobr:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items bublbobr:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters bublbobr:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds bublbobr:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds bublbobr:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds bublbobr:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70 bublbobr:0:F44C:2A:000:Fruit 2A bublbobr:0:F44C:2B:000:Fruit 2B bublbobr:0:F44C:2C:000:Fruit 2C bublbobr:0:F44C:2D:000:Fruit 2D bublbobr:0:F44C:2E:000:Fruit 2E bublbobr:0:F44C:2F:000:Fruit 2F bublbobr:0:F44C:30:000:Fruit 30 bublbobr:0:F44C:31:000:Fruit 31 bublbobr:0:F44C:32:000:Fruit 32 bublbobr:0:F44C:33:000:Fruit 33 bublbobr:0:F44C:34:000:Fruit 34 bublbobr:0:F44C:35:000:Fruit 35 bublbobr:0:F44C:36:000:Fruit 36 bublbobr:0:F44C:37:000:Fruit 37 bublbobr:0:F44C:38:000:Fruit 38 bublbobr:0:F44C:39:000:Fruit 39 bublbobr:0:F44C:3A:000:Fruit 3A bublbobr:0:F44C:3B:000:Fruit 3B bublbobr:0:F44D:01:000:Quick Fruit at start bublbobr:0:E60A:01:000:Lipstick bublbobr:0:E345:05:000:Stop the Baron bublbobr:0:0000:00:999:[ These 5 cheats will make a potion ] bublbobr:0:0000:00:999:[ appear on the next screen. It will ] bublbobr:0:0000:00:999:[ be of the type requested unless you ] bublbobr:0:0000:00:999:[ have earned a higher potion or you ] bublbobr:0:0000:00:999:[ have fallen off the bottom of the ] bublbobr:0:0000:00:999:[ screen since setting the cheat. ] bublbobr:0:0000:00:999:[ Falling off the bottom will upgrade ] bublbobr:0:0000:00:999:[ the potion to the next one! ] bublbobr:0:E5E7:0F:001:Sunflower Potion(next screen) bublbobr:0:E5E7:10:001:Flower Potion (next screen) bublbobr:0:E5E7:11:001:Clover Potion (next screen) bublbobr:0:E5E7:12:001:Rainbow Potion (next screen) bublbobr:0:E5E7:13:001:Musical Potion (next screen) bublbobr:0:0000:00:999:[ These 2 cheats are useful when you ] bublbobr:0:0000:00:999:[ get stuck on one screen. Use only ] bublbobr:0:0000:00:999:[ one at a time. ] bublbobr:0:F590:01:001:Drown 'em All! Now! OR---> bublbobr:0:E720:01:001:Throw The Book At Them Now! ; [ Bubble Symphony (Europe) ] bubsympe:0:000000:00:999:[ Activate any 1 of these codes on the title ] bubsympe:0:000000:00:999:[ screen before the curtains open. Only 1 code ] bubsympe:0:000000:00:999:[ can be active at a time. ] bubsympe:0:40A206:08:001:Classic Game (BJBJBJR1) bubsympe:0:40A20E:08:001:Classic Game (LJL1LBL1) bubsympe:0:40A216:08:001:Classic Game (1JBLRJ1R) bubsympe:0:40A21E:08:001:Super Mode Select (U1RJBL1D) bubsympe:0:40A226:08:001:Unlock Human Characters (LDUJR1BR) bubsympe:0:40A22E:08:001:Max. Candy Effects (DBJ1LRL1) bubsympe:0:40A236:08:001:Always Access Secret Rooms (JBJBJBL1) :bubsympe:00040101:40813B:00000010:FFFFFFFF:Select Ending:This only accesses the endings to the current game mode and the forms of your characters. Some ending numbers are repeats. Should be used with the 'Almost Instantly Beat Game Now!' code for highest chance of success. bubsympe:0:40EA4F:01:001:Get Red Key Now! bubsympe:0:40EA4E:01:001:Get Blue Key Now! bubsympe:0:40EA4D:01:001:Get Green Key Now! bubsympe:0:40EA4C:01:001:Get Orange Key Now! bubsympe:0:40820A:07:001:Get 'ROD' and Finish Level Now! bubsympe:0:4080F7:15:001:Almost Instantly Beat Game Now! bubsympe:0:4080F9:0B:501:Almost Instantly Beat Game Now! (2/3) bubsympe:0:40814F:06:501:Almost Instantly Beat Game Now! (3/3) bubsympe:0:40EA66:00:000:Always Get Secret Rooms bubsympe:0:40ECF1:3C:001:Get Crystal-Ball Now! (Effective Next Level) bubsympe:0:4041A9:00:001:Bubble The Guardian Now! bubsympe:0:408160:01:001:Get Note 1 - Red Now! bubsympe:0:408161:01:001:Get Note 2 - Red Now! bubsympe:0:408162:01:001:Get Note 3 - Red Now! bubsympe:0:408160:02:001:Get Note 1 - Blue Now! bubsympe:0:408161:02:001:Get Note 2 - Blue Now! bubsympe:0:408162:02:001:Get Note 3 - Blue Now! bubsympe:0:408160:03:001:Get Note 1 - Green Now! bubsympe:0:408161:03:001:Get Note 2 - Green Now! bubsympe:0:408162:03:001:Get Note 3 - Green Now! bubsympe:0:408160:04:001:Get Note 1 - Orange Now! bubsympe:0:408161:04:001:Get Note 2 - Orange Now! bubsympe:0:408162:04:001:Get Note 3 - Orange Now! bubsympe:0:000000:00:999:[ The following values are set when you collect ] bubsympe:0:000000:00:999:[ the huge candy from the second to last diamond ] bubsympe:0:000000:00:999:[ room in the game. It is not known what some of ] bubsympe:0:000000:00:999:[ these do, and they may not do anything at all. ] bubsympe:0:40824A:01:000:Always Have Fastest Bubble Blowing bubsympe:0:408252:03:000:Always Have Fastest Bubble Motion bubsympe:0:40825A:03:000:Always Have Farthest Bubble Blowing bubsympe:0:40824E:01:000:Secret Room Candy Unknown Effect 1 bubsympe:0:408256:05:000:Secret Room Candy Unknown Effect 2 bubsympe:0:40825E:05:000:Secret Room Candy Unknown Effect 3 bubsympe:0:408272:0A:000:Infinite Lives PL1 bubsympe:0:40826E:7F:000:Invincibility (buggy) PL1 bubsympe:0:4049B5:01:000:Always Lightning Bubbles PL1 bubsympe:0:4049B5:02:000:Always Water Bubbles PL1 bubsympe:0:4049B5:03:000:Always Fire Bubbles PL1 bubsympe:0:4049B5:04:000:Always Rainbow Bubbles PL1 bubsympe:0:4049B5:05:000:Always Whirlwind Bubbles PL1 bubsympe:0:4049B5:06:000:Always Musical Bubbles PL1 bubsympe:0:408262:03:000:Always Max Shoe Speed PL1 bubsympe:0:4049B5:01:001:Get Lightning Bubbles Now!PL1 bubsympe:0:4049B5:02:001:Get Water Bubbles Now! PL1 bubsympe:0:4049B5:03:001:Get Fire Bubbles Now! PL1 bubsympe:0:4049B5:04:001:Get Rainbow Bubbles Now! PL1 bubsympe:0:4049B5:05:001:Get Whirlwind Bubbles Now!PL1 bubsympe:0:4049B5:06:001:Get Musical Bubbles Now! PL1 bubsympe:0:408262:03:001:Get Max Shoe Speed Now! PL1 bubsympe:0:408273:0A:000:Infinite Lives PL2 bubsympe:0:40826F:7F:000:Invincibility (buggy) PL2 bubsympe:0:404A35:01:000:Always Lightning Bubbles PL2 bubsympe:0:404A35:02:000:Always Water Bubbles PL2 bubsympe:0:404A35:03:000:Always Fire Bubbles PL2 bubsympe:0:404A35:04:000:Always Rainbow Bubbles PL2 bubsympe:0:404A35:05:000:Always Whirlwind Bubbles PL2 bubsympe:0:404A35:06:000:Always Musical Bubbles PL2 bubsympe:0:408263:03:000:Always Max Shoe Speed PL2 bubsympe:0:404A35:01:001:Get Lightning Bubbles Now!PL2 bubsympe:0:404A35:02:001:Get Water Bubbles Now! PL2 bubsympe:0:404A35:03:001:Get Fire Bubbles Now! PL2 bubsympe:0:404A35:04:001:Get Rainbow Bubbles Now! PL2 bubsympe:0:404A35:05:001:Get Whirlwind Bubbles Now!PL2 bubsympe:0:404A35:06:001:Get Musical Bubbles Now! PL2 bubsympe:0:408263:03:001:Get Max Shoe Speed Now! PL2 bubsympe:0:000000:00:999:[After you enable these region cheats to see any ] bubsympe:0:000000:00:999:[effect you will have to reset the game (F3). ] bubsympe:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] bubsympe:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] bubsympe:0:0FFFFF:01:100:Region Switch = Japan bubsympe:0:0FFFFF:02:100:Region Switch = US bubsympe:0:0FFFFF:03:100:Region Switch = World/Europe ; [ Bubble Symphony (Japan) ] bubsymph:0:000000:00:999:[ Activate any 1 of these codes on the title ] bubsymph:0:000000:00:999:[ screen before the curtains open. Only 1 code ] bubsymph:0:000000:00:999:[ can be active at a time. ] bubsymph:0:40A206:08:001:Classic Game (BJBJBJR1) bubsymph:0:40A20E:08:001:Classic Game (LJL1LBL1) bubsymph:0:40A216:08:001:Classic Game (1JBLRJ1R) bubsymph:0:40A21E:08:001:Super Mode Select (U1RJBL1D) bubsymph:0:40A226:08:001:Unlock Human Characters (LDUJR1BR) bubsymph:0:40A22E:08:001:Max. Candy Effects (DBJ1LRL1) bubsymph:0:40A236:08:001:Always Access Secret Rooms (JBJBJBL1) :bubsymph:00040101:40813B:00000010:FFFFFFFF:Select Ending:This only accesses the endings to the current game mode and the forms of your characters. Some ending numbers are repeats. Should be used with the 'Almost Instantly Beat Game Now!' code for highest chance of success. bubsymph:0:40EA4F:01:001:Get Red Key Now! bubsymph:0:40EA4E:01:001:Get Blue Key Now! bubsymph:0:40EA4D:01:001:Get Green Key Now! bubsymph:0:40EA4C:01:001:Get Orange Key Now! bubsymph:0:40820A:07:001:Get 'ROD' and Finish Level Now! bubsymph:0:4080F7:15:001:Almost Instantly Beat Game Now! bubsymph:0:4080F9:0B:501:Almost Instantly Beat Game Now! (2/3) bubsymph:0:40814F:06:501:Almost Instantly Beat Game Now! (3/3) bubsymph:0:40EA66:00:000:Always Get Secret Rooms bubsymph:0:40ECF1:3C:001:Get Crystal-Ball Now! (Effective Next Level) bubsymph:0:4041A9:00:001:Bubble The Guardian Now! bubsymph:0:408160:01:001:Get Note 1 - Red Now! bubsymph:0:408161:01:001:Get Note 2 - Red Now! bubsymph:0:408162:01:001:Get Note 3 - Red Now! bubsymph:0:408160:02:001:Get Note 1 - Blue Now! bubsymph:0:408161:02:001:Get Note 2 - Blue Now! bubsymph:0:408162:02:001:Get Note 3 - Blue Now! bubsymph:0:408160:03:001:Get Note 1 - Green Now! bubsymph:0:408161:03:001:Get Note 2 - Green Now! bubsymph:0:408162:03:001:Get Note 3 - Green Now! bubsymph:0:408160:04:001:Get Note 1 - Orange Now! bubsymph:0:408161:04:001:Get Note 2 - Orange Now! bubsymph:0:408162:04:001:Get Note 3 - Orange Now! bubsymph:0:000000:00:999:[ The following values are set when you collect ] bubsymph:0:000000:00:999:[ the huge candy from the second to last diamond ] bubsymph:0:000000:00:999:[ room in the game. It is not known what some of ] bubsymph:0:000000:00:999:[ these do, and they may not do anything at all. ] bubsymph:0:40824A:01:000:Always Have Fastest Bubble Blowing bubsymph:0:408252:03:000:Always Have Fastest Bubble Motion bubsymph:0:40825A:03:000:Always Have Farthest Bubble Blowing bubsymph:0:40824E:01:000:Secret Room Candy Unknown Effect 1 bubsymph:0:408256:05:000:Secret Room Candy Unknown Effect 2 bubsymph:0:40825E:05:000:Secret Room Candy Unknown Effect 3 bubsymph:0:408272:0A:000:Infinite Lives PL1 bubsymph:0:40826E:7F:000:Invincibility (buggy) PL1 bubsymph:0:4049B5:01:000:Always Lightning Bubbles PL1 bubsymph:0:4049B5:02:000:Always Water Bubbles PL1 bubsymph:0:4049B5:03:000:Always Fire Bubbles PL1 bubsymph:0:4049B5:04:000:Always Rainbow Bubbles PL1 bubsymph:0:4049B5:05:000:Always Whirlwind Bubbles PL1 bubsymph:0:4049B5:06:000:Always Musical Bubbles PL1 bubsymph:0:408262:03:000:Always Max Shoe Speed PL1 bubsymph:0:4049B5:01:001:Get Lightning Bubbles Now!PL1 bubsymph:0:4049B5:02:001:Get Water Bubbles Now! PL1 bubsymph:0:4049B5:03:001:Get Fire Bubbles Now! PL1 bubsymph:0:4049B5:04:001:Get Rainbow Bubbles Now! PL1 bubsymph:0:4049B5:05:001:Get Whirlwind Bubbles Now!PL1 bubsymph:0:4049B5:06:001:Get Musical Bubbles Now! PL1 bubsymph:0:408262:03:001:Get Max Shoe Speed Now! PL1 bubsymph:0:408273:0A:000:Infinite Lives PL2 bubsymph:0:40826F:7F:000:Invincibility (buggy) PL2 bubsymph:0:404A35:01:000:Always Lightning Bubbles PL2 bubsymph:0:404A35:02:000:Always Water Bubbles PL2 bubsymph:0:404A35:03:000:Always Fire Bubbles PL2 bubsymph:0:404A35:04:000:Always Rainbow Bubbles PL2 bubsymph:0:404A35:05:000:Always Whirlwind Bubbles PL2 bubsymph:0:404A35:06:000:Always Musical Bubbles PL2 bubsymph:0:408263:03:000:Always Max Shoe Speed PL2 bubsymph:0:404A35:01:001:Get Lightning Bubbles Now!PL2 bubsymph:0:404A35:02:001:Get Water Bubbles Now! PL2 bubsymph:0:404A35:03:001:Get Fire Bubbles Now! PL2 bubsymph:0:404A35:04:001:Get Rainbow Bubbles Now! PL2 bubsymph:0:404A35:05:001:Get Whirlwind Bubbles Now!PL2 bubsymph:0:404A35:06:001:Get Musical Bubbles Now! PL2 bubsymph:0:408263:03:001:Get Max Shoe Speed Now! PL2 bubsymph:0:000000:00:999:[After you enable these region cheats to see any ] bubsymph:0:000000:00:999:[effect you will have to reset the game (F3). ] bubsymph:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] bubsymph:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] bubsymph:0:0FFFFF:01:100:Region Switch = Japan bubsymph:0:0FFFFF:02:100:Region Switch = US bubsymph:0:0FFFFF:03:100:Region Switch = World/Europe ; [ Bubble Symphony (US) ] bubsympu:0:000000:00:999:[ Activate any 1 of these codes on the title ] bubsympu:0:000000:00:999:[ screen before the curtains open. Only 1 code ] bubsympu:0:000000:00:999:[ can be active at a time. ] bubsympu:0:40A206:08:001:Classic Game (BJBJBJR1) bubsympu:0:40A20E:08:001:Classic Game (LJL1LBL1) bubsympu:0:40A216:08:001:Classic Game (1JBLRJ1R) bubsympu:0:40A21E:08:001:Super Mode Select (U1RJBL1D) bubsympu:0:40A226:08:001:Unlock Human Characters (LDUJR1BR) bubsympu:0:40A22E:08:001:Max. Candy Effects (DBJ1LRL1) bubsympu:0:40A236:08:001:Always Access Secret Rooms (JBJBJBL1) :bubsympu:00040101:40813B:00000010:FFFFFFFF:Select Ending:This only accesses the endings to the current game mode and the forms of your characters. Some ending numbers are repeats. Should be used with the 'Almost Instantly Beat Game Now!' code for highest chance of success. bubsympu:0:40EA4F:01:001:Get Red Key Now! bubsympu:0:40EA4E:01:001:Get Blue Key Now! bubsympu:0:40EA4D:01:001:Get Green Key Now! bubsympu:0:40EA4C:01:001:Get Orange Key Now! bubsympu:0:40820A:07:001:Get 'ROD' and Finish Level Now! bubsympu:0:4080F7:15:001:Almost Instantly Beat Game Now! bubsympu:0:4080F9:0B:501:Almost Instantly Beat Game Now! (2/3) bubsympu:0:40814F:06:501:Almost Instantly Beat Game Now! (3/3) bubsympu:0:40EA66:00:000:Always Get Secret Rooms bubsympu:0:40ECF1:3C:001:Get Crystal-Ball Now! (Effective Next Level) bubsympu:0:4041A9:00:001:Bubble The Guardian Now! bubsympu:0:408160:01:001:Get Note 1 - Red Now! bubsympu:0:408161:01:001:Get Note 2 - Red Now! bubsympu:0:408162:01:001:Get Note 3 - Red Now! bubsympu:0:408160:02:001:Get Note 1 - Blue Now! bubsympu:0:408161:02:001:Get Note 2 - Blue Now! bubsympu:0:408162:02:001:Get Note 3 - Blue Now! bubsympu:0:408160:03:001:Get Note 1 - Green Now! bubsympu:0:408161:03:001:Get Note 2 - Green Now! bubsympu:0:408162:03:001:Get Note 3 - Green Now! bubsympu:0:408160:04:001:Get Note 1 - Orange Now! bubsympu:0:408161:04:001:Get Note 2 - Orange Now! bubsympu:0:408162:04:001:Get Note 3 - Orange Now! bubsympu:0:000000:00:999:[ The following values are set when you collect ] bubsympu:0:000000:00:999:[ the huge candy from the second to last diamond ] bubsympu:0:000000:00:999:[ room in the game. It is not known what some of ] bubsympu:0:000000:00:999:[ these do, and they may not do anything at all. ] bubsympu:0:40824A:01:000:Always Have Fastest Bubble Blowing bubsympu:0:408252:03:000:Always Have Fastest Bubble Motion bubsympu:0:40825A:03:000:Always Have Farthest Bubble Blowing bubsympu:0:40824E:01:000:Secret Room Candy Unknown Effect 1 bubsympu:0:408256:05:000:Secret Room Candy Unknown Effect 2 bubsympu:0:40825E:05:000:Secret Room Candy Unknown Effect 3 bubsympu:0:408272:0A:000:Infinite Lives PL1 bubsympu:0:40826E:7F:000:Invincibility (buggy) PL1 bubsympu:0:4049B5:01:000:Always Lightning Bubbles PL1 bubsympu:0:4049B5:02:000:Always Water Bubbles PL1 bubsympu:0:4049B5:03:000:Always Fire Bubbles PL1 bubsympu:0:4049B5:04:000:Always Rainbow Bubbles PL1 bubsympu:0:4049B5:05:000:Always Whirlwind Bubbles PL1 bubsympu:0:4049B5:06:000:Always Musical Bubbles PL1 bubsympu:0:408262:03:000:Always Max Shoe Speed PL1 bubsympu:0:4049B5:01:001:Get Lightning Bubbles Now!PL1 bubsympu:0:4049B5:02:001:Get Water Bubbles Now! PL1 bubsympu:0:4049B5:03:001:Get Fire Bubbles Now! PL1 bubsympu:0:4049B5:04:001:Get Rainbow Bubbles Now! PL1 bubsympu:0:4049B5:05:001:Get Whirlwind Bubbles Now!PL1 bubsympu:0:4049B5:06:001:Get Musical Bubbles Now! PL1 bubsympu:0:408262:03:001:Get Max Shoe Speed Now! PL1 bubsympu:0:408273:0A:000:Infinite Lives PL2 bubsympu:0:40826F:7F:000:Invincibility (buggy) PL2 bubsympu:0:404A35:01:000:Always Lightning Bubbles PL2 bubsympu:0:404A35:02:000:Always Water Bubbles PL2 bubsympu:0:404A35:03:000:Always Fire Bubbles PL2 bubsympu:0:404A35:04:000:Always Rainbow Bubbles PL2 bubsympu:0:404A35:05:000:Always Whirlwind Bubbles PL2 bubsympu:0:404A35:06:000:Always Musical Bubbles PL2 bubsympu:0:408263:03:000:Always Max Shoe Speed PL2 bubsympu:0:404A35:01:001:Get Lightning Bubbles Now!PL2 bubsympu:0:404A35:02:001:Get Water Bubbles Now! PL2 bubsympu:0:404A35:03:001:Get Fire Bubbles Now! PL2 bubsympu:0:404A35:04:001:Get Rainbow Bubbles Now! PL2 bubsympu:0:404A35:05:001:Get Whirlwind Bubbles Now!PL2 bubsympu:0:404A35:06:001:Get Musical Bubbles Now! PL2 bubsympu:0:408263:03:001:Get Max Shoe Speed Now! PL2 bubsympu:0:000000:00:999:[After you enable these region cheats to see any ] bubsympu:0:000000:00:999:[effect you will have to reset the game (F3). ] bubsympu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] bubsympu:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] bubsympu:0:0FFFFF:01:100:Region Switch = Japan bubsympu:0:0FFFFF:02:100:Region Switch = US bubsympu:0:0FFFFF:03:100:Region Switch = World/Europe ; [ Buccaneers (set 2) ] :buccanra:00000000:E112:00000099:FFFFFFFF:Infinite Credits :buccanra:00100000:E345:00000999:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :buccanra:00000000:E14D:00000006:FFFFFFFF:Infinite Lives :buccanra:00000000:E166:00000014:FFFFFFFF:Infinite Energy :buccanra:00000000:E11C:00000002:FFFFFFFF:Invincibility :buccanra:00000300:E153:00000003:FFFFFFFF:Select Starting Stage:Enable on the title screen then turn it OFF after you've started the selected stage :buccanra:00000000:E175:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit:You can't get the pistol in Stage 3 with this ON :buccanra:00010000:E184:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (2/6) :buccanra:00010000:E193:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (3/6) :buccanra:00010000:E1A2:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (4/6) :buccanra:00010000:E1B1:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (5/6) :buccanra:00010000:E1C0:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (6/6) :buccanra:00000000:E11A:00000000:00000020:Rapid Fire - Punch (Buggy):Can't control your character with this ON :buccanra:00000000:E11A:00000000:00000010:Rapid Fire - Kick ; [ Buccaneers (set 1) ] :buccanrs:00000000:E112:00000099:FFFFFFFF:Infinite Credits :buccanrs:00100000:E346:00000999:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :buccanrs:00000000:E14E:00000006:FFFFFFFF:Infinite Lives :buccanrs:00000000:E167:00000014:FFFFFFFF:Infinite Energy :buccanrs:00000000:E11C:00000002:FFFFFFFF:Invincibility :buccanrs:00000300:E154:00000003:FFFFFFFF:Select Starting Stage:Enable on the title screen then turn it OFF after you've started the selected stage :buccanrs:00000000:E176:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit:You can't get the pistol in Stage 3 with this ON :buccanrs:00010000:E185:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (2/6) :buccanrs:00010000:E194:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (3/6) :buccanrs:00010000:E1A3:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (4/6) :buccanrs:00010000:E1B2:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (5/6) :buccanrs:00010000:E1C1:00000001:FFFFFFFF:Always Kill each Enemy with 1 Hit (6/6) :buccanrs:00000000:E11A:00000000:00000020:Rapid Fire - Punch (Buggy):Can't control your character with this ON :buccanrs:00000000:E11A:00000000:00000010:Rapid Fire - Kick ; [ Buck Rogers: Planet of Zoom ] buckrog:0:F83E:99:000:Infinite Credits buckrog:0:F810:70:007:Infinite Time buckrog:0:F800:08:000:Infinite Lives :buckrog:20800000:13AD6:000000C9:FFFFFFFF:Invincibility buckrog:0:F811:0D:001:Kill 1 UFO to finish Sector Now! ; [ Buck Rogers: Planet of Zoom (not encrypted) ] buckrogn:0:F83E:99:000:Infinite Credits buckrogn:0:F810:70:007:Infinite Time buckrogn:0:F800:08:000:Infinite Lives :buckrogn:20800000:3AD6:000000C9:FFFFFFFF:Invincibility buckrogn:0:F811:0D:001:Kill 1 UFO to finish Sector Now! ; [ Bucky O'Hare (ver EA) ] bucky:0:080051:63:000:Infinite Credits bucky:0:080945:0A:000:Infinite Lives PL1 bucky:0:080946:05:000:Infinite Energy PL1 bucky:0:08094C:05:000:Infinite Bombs PL1 bucky:0:080967:01:000:Invincibility PL1 bucky:0:0809C5:0A:000:Infinite Lives PL2 bucky:0:0809C6:05:000:Infinite Energy PL2 bucky:0:0809CC:05:000:Infinite Bombs PL2 bucky:0:0809E7:01:000:Invincibility PL2 bucky:0:080A45:0A:000:Infinite Lives PL3 bucky:0:080A46:05:000:Infinite Energy PL3 bucky:0:080A4C:05:000:Infinite Bombs PL3 bucky:0:080A67:01:000:Invincibility PL3 bucky:0:080AC5:0A:000:Infinite Lives PL4 bucky:0:080AC6:05:000:Infinite Energy PL4 bucky:0:080ACC:05:000:Infinite Bombs PL4 bucky:0:080AE7:01:000:Invincibility PL4 ; [ Bucky O'Hare (ver UA) ] buckyua:0:080051:63:000:Infinite Credits buckyua:0:080945:0A:000:Infinite Lives PL1 buckyua:0:080946:05:000:Infinite Energy PL1 buckyua:0:08094C:05:000:Infinite Bombs PL1 buckyua:0:080967:01:000:Invincibility PL1 buckyua:0:0809C5:0A:000:Infinite Lives PL2 buckyua:0:0809C6:05:000:Infinite Energy PL2 buckyua:0:0809CC:05:000:Infinite Bombs PL2 buckyua:0:0809E7:01:000:Invincibility PL2 buckyua:0:080A45:0A:000:Infinite Lives PL3 buckyua:0:080A46:05:000:Infinite Energy PL3 buckyua:0:080A4C:05:000:Infinite Bombs PL3 buckyua:0:080A67:01:000:Invincibility PL3 buckyua:0:080AC5:0A:000:Infinite Lives PL4 buckyua:0:080AC6:05:000:Infinite Energy PL4 buckyua:0:080ACC:05:000:Infinite Bombs PL4 buckyua:0:080AE7:01:000:Invincibility PL4 ; [ Buggy Boy (Single Monitor) ] :buggyb1:00100000:00549:0000FFFF:FFFFFFFF:Infinite Time ; [ Buggy Boy ] :buggyboy:00100000:00549:0000FFFF:FFFFFFFF:Infinite Time ; [ Buggy Challenge ] buggychl:0:8005:09:000:Infinite Credits buggychl:0:82D0:00:000:Infinite Time buggychl:0:82D1:00:500:Infinite Time (2/2) buggychl:0:81C0:12:000:Infinite Fuel buggychl:0:81C1:99:500:Infinite Fuel (2/2) buggychl:0:8200:FF:000:Always Super Speed buggychl:0:0000:00:999:[See the Dip Switch Menu to ] buggychl:0:0000:00:999:[enable Invincibility. ] ; [ Buggy Challenge (Tecfri) ] buggycht:0:8005:09:000:Infinite Credits buggycht:0:82D0:00:000:Infinite Time buggycht:0:82D1:00:500:Infinite Time (2/2) buggycht:0:81C0:12:000:Infinite Fuel buggycht:0:81C1:99:500:Infinite Fuel (2/2) buggycht:0:8200:FF:000:Always Super Speed buggycht:0:0000:00:999:[See the Dip Switch Menu to ] buggycht:0:0000:00:999:[enable Invincibility. ] ; [ Bullet (FD1094 317-0041) ] bullet:0:0000:00:999:[ There are no cheats ]:REASON 1 bullet:0:0000:00:999:[ for this game as it ]:REASON 1 bullet:0:0000:00:999:[ didn't work the last ]:REASON 1 bullet:0:0000:00:999:[ time it was tested. ]:REASON 1 bullet:0:0000:00:999:[ If the game now works ]:REASON 1 bullet:0:0000:00:999:[ please request cheats ]:REASON 1 bullet:0:0000:00:999:[ for it on the cheat ]:REASON 1 bullet:0:0000:00:999:[ forums. ]:REASON 1 ; [ Bullfight ] bullfgt:0:F8E3:7E:000:Invincibility bullfgt:0:F903:7E:500:Invincibility (2/2) bullfgt:0:C061:06:000:Infinite Lives PL1 bullfgt:0:C062:06:000:Infinite Lives PL2 ; [ Bull Fighter ] bullfgtr:0:040023:59:000:Infinite Time bullfgtr:0:040022:00:001:Finish this Round Now! bullfgtr:0:040023:00:501:Finish this Round Now! (2/2) bullfgtr:0:040020:10:000:Team Score always = 10 bullfgtr:0:040021:10:000:CPUs Score always = 10 bullfgtr:0:040020:00:000:Team Score always = 0 bullfgtr:0:040021:00:000:CPUs Score always = 0 bullfgtr:0:040020:10:001:Team Score = 10 Now! bullfgtr:0:040021:10:001:CPUs Score = 10 Now! bullfgtr:0:040020:00:001:Team Score = 0 Now! bullfgtr:0:040021:00:001:CPUs Score = 0 Now! bullfgtr:0:040020:99:073:Select Score PL1 bullfgtr:0:040021:99:073:Select Score PL2 ; [ Bull Fighter (Sega) ] bullfgts:0:040023:59:000:Infinite Time bullfgts:0:040022:00:001:Finish this Round Now! bullfgts:0:040023:00:501:Finish this Round Now! (2/2) bullfgts:0:040020:10:000:Team Score always = 10 bullfgts:0:040021:10:000:CPUs Score always = 10 bullfgts:0:040020:00:000:Team Score always = 0 bullfgts:0:040021:00:000:CPUs Score always = 0 bullfgts:0:040020:10:001:Team Score = 10 Now! bullfgts:0:040021:10:001:CPUs Score = 10 Now! bullfgts:0:040020:00:001:Team Score = 0 Now! bullfgts:0:040021:00:001:CPUs Score = 0 Now! bullfgts:0:040020:99:073:Select Score PL1 bullfgts:0:040021:99:073:Select Score PL2 ; [ Bulls Eye Darts ] :bullsdrt:00000000:1DAB:00000009:FFFFFFFF:Infinite Credits :bullsdrt:00000000:1C9C:00000004:FFFFFFFF:Infinite Lives PL1 :bullsdrt:00500001:1EF8:00000028:FFFFFFFF:Get Double 20 to Finish 301 Now! PL1 :bullsdrt:00000000:1C9D:00000004:FFFFFFFF:Infinite Lives PL2 :bullsdrt:00500001:1EFB:00000028:FFFFFFFF:Get Double 20 to Finish 301 Now! PL2 ; [ Hissatsu Buraiken (Japan) ] buraiken:0:C0EB:9A:000:Infinite Time buraiken:0:C0EA:09:500:Infinite Time (2/2) buraiken:0:C0A4:9B:000:Infinite Lives PL1 buraiken:0:C41D:08:000:Infinite Energy PL1 buraiken:0:C400:80:040:Invincibility PL1 buraiken:0:C0A5:9B:000:Infinite Lives PL2 buraiken:0:C43D:08:000:Infinite Energy PL2 buraiken:0:C420:80:040:Invincibility PL2 ; [ Burglar X ] burglarx:0:FF081F:63:000:Infinite Credits burglarx:0:FFCE53:63:000:Infinite Time burglarx:0:FF25D5:09:000:Infinite Bonus Game Time burglarx:0:FFCE75:09:000:Infinite Lives burglarx:0:FFCE77:09:000:Infinite Energy burglarx:0:FFCED7:01:001:Only One Coin left to collect Now! burglarx:0:FFCED9:01:501:Only One Coin left to collect Now! (2/2) burglarx:0:FFCEDB:01:001:Only One Star left to collect Now! burglarx:0:FFCEDD:01:501:Only One Star left to collect Now! (2/2) burglarx:0:FFCFA9:01:001:One hit to kill Truck Boss Now! burglarx:0:FFCFAB:01:001:One hit to kill Bombmom/Myan Boss Now! ; [ Buriki One (rev.B) ] buriki:0:0000:00:999:[ There are no cheats ]:REASON 1 buriki:0:0000:00:999:[ for this game as it ]:REASON 1 buriki:0:0000:00:999:[ didn't work the last ]:REASON 1 buriki:0:0000:00:999:[ time it was tested. ]:REASON 1 buriki:0:0000:00:999:[ If the game now works ]:REASON 1 buriki:0:0000:00:999:[ please request cheats ]:REASON 1 buriki:0:0000:00:999:[ for it on the cheat ]:REASON 1 buriki:0:0000:00:999:[ forums. ]:REASON 1 ; [ Burning Force (Japan new version) ] burnforc:0:40AC41:70:000:Infinite Time (F6):Turn off at level end burnforc:0:40AC39:03:000:Infinite Lives burnforc:0:40ABE9:06:000:Infinite Missiles burnforc:0:409049:0A:000:Invincibility :burnforc:62000000:000000:00000000:00000000:Select Vehicle :burnforc:00010000:40AC29:00000000:FFFFFFFF:JetSki :burnforc:00010000:40AC29:00000004:FFFFFFFF:Plane burnforc:0:40AC2B:01:001:Get Laser Now! burnforc:0:40AC2B:02:001:Get Fireball Now! burnforc:0:40AC2B:03:001:Get Multishot Now! burnforc:0:40AC2B:01:000:Always have Laser burnforc:0:40AC2B:02:000:Always have Fireball burnforc:0:40AC2B:03:000:Always have Multishot burnforc:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Burning Force (Japan old version) ] burnfrco:0:40AC41:70:000:Infinite Time (F6):Turn off at level end burnfrco:0:40AC39:03:000:Infinite Lives burnfrco:0:40ABE9:06:000:Infinite Missiles burnfrco:0:409049:0A:000:Invincibility :burnfrco:62000000:000000:00000000:00000000:Select Vehicle :burnfrco:00010000:40AC29:00000000:FFFFFFFF:JetSki :burnfrco:00010000:40AC29:00000004:FFFFFFFF:Plane burnfrco:0:40AC2B:01:001:Get Laser Now! burnfrco:0:40AC2B:02:001:Get Fireball Now! burnfrco:0:40AC2B:03:001:Get Multishot Now! burnfrco:0:40AC2B:01:000:Always have Laser burnfrco:0:40AC2B:02:000:Always have Fireball burnfrco:0:40AC2B:03:000:Always have Multishot burnfrco:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Burning Fight (set 1) ] burningf:0:103E78:FF:000:Infinite Continues burningf:0:10D002:99:000:Infinite Time burningf:0:100230:09:000:Infinite Lives PL1 burningf:0:100221:FF:000:Infinite Energy PL1 burningf:0:100266:00:000:Invincibility "ON" PL1:You have to turn this cheat OFF to progress to the next flipscreen!!! burningf:0:100267:B2:500:Invincibility "ON" PL1 (2/3) burningf:0:10020F:10:520:Invincibility "ON" PL1 (3/3) burningf:0:100266:00:001:Invincibility "OFF" PL1 burningf:0:100267:B2:501:Invincibility "OFF" PL1 (2/3) burningf:0:10020F:10:541:Invincibility "OFF" PL1 (3/3) burningf:0:1002B0:09:000:Infinite Lives PL2 burningf:0:1002A1:FF:000:Infinite Energy PL2 burningf:0:1002E6:00:000:Invincibility "ON" PL2:You have to turn this cheat OFF to progress to the next flipscreen!!! burningf:0:1002E7:B2:500:Invincibility "ON" PL2 (2/3) burningf:0:10028F:10:520:Invincibility "ON" PL2 (3/3) burningf:0:1002E6:00:001:Invincibility "OFF" PL2 burningf:0:1002E7:B2:501:Invincibility "OFF" PL2 (2/3) burningf:0:10028F:10:541:Invincibility "OFF" PL2 (3/3) :burningf:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :burningf:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :burningf:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Burning Fight (set 2) ] burningh:0:103E78:FF:000:Infinite Continues burningh:0:10D002:99:000:Infinite Time burningh:0:100230:09:000:Infinite Lives PL1 burningh:0:100221:FF:000:Infinite Energy PL1 burningh:0:100266:00:000:Invincibility "ON" PL1:You have to turn this cheat OFF to progress to the next flipscreen!!! burningh:0:100267:B2:500:Invincibility "ON" PL1 (2/3) burningh:0:10020F:10:520:Invincibility "ON" PL1 (3/3) burningh:0:100266:00:001:Invincibility "OFF" PL1 burningh:0:100267:B2:501:Invincibility "OFF" PL1 (2/3) burningh:0:10020F:10:541:Invincibility "OFF" PL1 (3/3) burningh:0:1002B0:09:000:Infinite Lives PL2 burningh:0:1002A1:FF:000:Infinite Energy PL2 burningh:0:1002E6:00:000:Invincibility "ON" PL2:You have to turn this cheat OFF to progress to the next flipscreen!!! burningh:0:1002E7:B2:500:Invincibility "ON" PL2 (2/3) burningh:0:10028F:10:520:Invincibility "ON" PL2 (3/3) burningh:0:1002E6:00:001:Invincibility "OFF" PL2 burningh:0:1002E7:B2:501:Invincibility "OFF" PL2 (2/3) burningh:0:10028F:10:541:Invincibility "OFF" PL2 (3/3) :burningh:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :burningh:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :burningh:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Butasan (Japan) ] butasan:0:E018:99:000:Infinite Credits butasan:0:E18D:59:000:Infinite Time butasan:0:E18E:99:500:Infinite Time (2/3) butasan:0:E18C:99:500:Infinite Time (3/3) butasan:0:E26F:99:000:Infinite Gas Time butasan:0:0000:00:999:[See the Dip Switch Menu to ] butasan:0:0000:00:999:[enable Invincibility. ] butasan:0:E220:08:000:Infinite Lives PL1 butasan:0:E320:08:000:Infinite Lives PL2 ; [ Boardwalk Casino ] :bwcasino:00700000:4C2D:99999999:FFFFFFFF:Infinite Max. Points PL1 :bwcasino:62000000:0000:00000000:00000000:Select Card 1:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :bwcasino:00010001:4D97:00000002:FFFFFFFF:2 of Hearts :bwcasino:00010001:4D97:00000003:FFFFFFFF:3 of Hearts :bwcasino:00010001:4D97:00000004:FFFFFFFF:4 of Hearts :bwcasino:00010001:4D97:00000005:FFFFFFFF:5 of Hearts :bwcasino:00010001:4D97:00000006:FFFFFFFF:6 of Hearts :bwcasino:00010001:4D97:00000007:FFFFFFFF:7 of Hearts :bwcasino:00010001:4D97:00000008:FFFFFFFF:8 of Hearts :bwcasino:00010001:4D97:00000009:FFFFFFFF:9 of Hearts :bwcasino:00010001:4D97:0000000A:FFFFFFFF:10 of Hearts :bwcasino:00010001:4D97:0000000B:FFFFFFFF:Jack of Hearts :bwcasino:00010001:4D97:0000000C:FFFFFFFF:Queen of Hearts :bwcasino:00010001:4D97:0000000D:FFFFFFFF:King of Hearts :bwcasino:00010001:4D97:0000000E:FFFFFFFF:Ace of Hearts :bwcasino:00010001:4D97:00000012:FFFFFFFF:2 of Diamonds :bwcasino:00010001:4D97:00000013:FFFFFFFF:3 of Diamonds :bwcasino:00010001:4D97:00000014:FFFFFFFF:4 of Diamonds :bwcasino:00010001:4D97:00000015:FFFFFFFF:5 of Diamonds :bwcasino:00010001:4D97:00000016:FFFFFFFF:6 of Diamonds :bwcasino:00010001:4D97:00000017:FFFFFFFF:7 of Diamonds :bwcasino:00010001:4D97:00000018:FFFFFFFF:8 of Diamonds :bwcasino:00010001:4D97:00000019:FFFFFFFF:9 of Diamonds :bwcasino:00010001:4D97:0000001A:FFFFFFFF:10 of Diamonds :bwcasino:00010001:4D97:0000001B:FFFFFFFF:Jack of Diamonds :bwcasino:00010001:4D97:0000001C:FFFFFFFF:Queen of Diamonds :bwcasino:00010001:4D97:0000001D:FFFFFFFF:King of Diamonds :bwcasino:00010001:4D97:0000001E:FFFFFFFF:Ace of Diamonds :bwcasino:00010001:4D97:00000022:FFFFFFFF:2 of Clubs :bwcasino:00010001:4D97:00000023:FFFFFFFF:3 of Clubs :bwcasino:00010001:4D97:00000024:FFFFFFFF:4 of Clubs :bwcasino:00010001:4D97:00000025:FFFFFFFF:5 of Clubs :bwcasino:00010001:4D97:00000026:FFFFFFFF:6 of Clubs :bwcasino:00010001:4D97:00000027:FFFFFFFF:7 of Clubs :bwcasino:00010001:4D97:00000028:FFFFFFFF:8 of Clubs :bwcasino:00010001:4D97:00000029:FFFFFFFF:9 of Clubs :bwcasino:00010001:4D97:0000002A:FFFFFFFF:10 of Clubs :bwcasino:00010001:4D97:0000002B:FFFFFFFF:Jack of Clubs :bwcasino:00010001:4D97:0000002C:FFFFFFFF:Queen of Clubs :bwcasino:00010001:4D97:0000002D:FFFFFFFF:King of Clubs :bwcasino:00010001:4D97:0000002E:FFFFFFFF:Ace of Clubs :bwcasino:00010001:4D97:00000032:FFFFFFFF:2 of Spades :bwcasino:00010001:4D97:00000033:FFFFFFFF:3 of Spades :bwcasino:00010001:4D97:00000034:FFFFFFFF:4 of Spades :bwcasino:00010001:4D97:00000035:FFFFFFFF:5 of Spades :bwcasino:00010001:4D97:00000036:FFFFFFFF:6 of Spades :bwcasino:00010001:4D97:00000037:FFFFFFFF:7 of Spades :bwcasino:00010001:4D97:00000038:FFFFFFFF:8 of Spades :bwcasino:00010001:4D97:00000039:FFFFFFFF:9 of Spades :bwcasino:00010001:4D97:0000003A:FFFFFFFF:10 of Spades :bwcasino:00010001:4D97:0000003B:FFFFFFFF:Jack of Spades :bwcasino:00010001:4D97:0000003C:FFFFFFFF:Queen of Spades :bwcasino:00010001:4D97:0000003D:FFFFFFFF:King of Spades :bwcasino:00010001:4D97:0000003E:FFFFFFFF:Ace of Spades :bwcasino:00010001:4D97:0000004F:FFFFFFFF:Joker :bwcasino:62000000:0000:00000000:00000000:Select Card 2:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :bwcasino:00010001:4D99:00000002:FFFFFFFF:2 of Hearts :bwcasino:00010001:4D99:00000003:FFFFFFFF:3 of Hearts :bwcasino:00010001:4D99:00000004:FFFFFFFF:4 of Hearts :bwcasino:00010001:4D99:00000005:FFFFFFFF:5 of Hearts :bwcasino:00010001:4D99:00000006:FFFFFFFF:6 of Hearts :bwcasino:00010001:4D99:00000007:FFFFFFFF:7 of Hearts :bwcasino:00010001:4D99:00000008:FFFFFFFF:8 of Hearts :bwcasino:00010001:4D99:00000009:FFFFFFFF:9 of Hearts :bwcasino:00010001:4D99:0000000A:FFFFFFFF:10 of Hearts :bwcasino:00010001:4D99:0000000B:FFFFFFFF:Jack of Hearts :bwcasino:00010001:4D99:0000000C:FFFFFFFF:Queen of Hearts :bwcasino:00010001:4D99:0000000D:FFFFFFFF:King of Hearts :bwcasino:00010001:4D99:0000000E:FFFFFFFF:Ace of Hearts :bwcasino:00010001:4D99:00000012:FFFFFFFF:2 of Diamonds :bwcasino:00010001:4D99:00000013:FFFFFFFF:3 of Diamonds :bwcasino:00010001:4D99:00000014:FFFFFFFF:4 of Diamonds :bwcasino:00010001:4D99:00000015:FFFFFFFF:5 of Diamonds :bwcasino:00010001:4D99:00000016:FFFFFFFF:6 of Diamonds :bwcasino:00010001:4D99:00000017:FFFFFFFF:7 of Diamonds :bwcasino:00010001:4D99:00000018:FFFFFFFF:8 of Diamonds :bwcasino:00010001:4D99:00000019:FFFFFFFF:9 of Diamonds :bwcasino:00010001:4D99:0000001A:FFFFFFFF:10 of Diamonds :bwcasino:00010001:4D99:0000001B:FFFFFFFF:Jack of Diamonds :bwcasino:00010001:4D99:0000001C:FFFFFFFF:Queen of Diamonds :bwcasino:00010001:4D99:0000001D:FFFFFFFF:King of Diamonds :bwcasino:00010001:4D99:0000001E:FFFFFFFF:Ace of Diamonds :bwcasino:00010001:4D99:00000022:FFFFFFFF:2 of Clubs :bwcasino:00010001:4D99:00000023:FFFFFFFF:3 of Clubs :bwcasino:00010001:4D99:00000024:FFFFFFFF:4 of Clubs :bwcasino:00010001:4D99:00000025:FFFFFFFF:5 of Clubs :bwcasino:00010001:4D99:00000026:FFFFFFFF:6 of Clubs :bwcasino:00010001:4D99:00000027:FFFFFFFF:7 of Clubs :bwcasino:00010001:4D99:00000028:FFFFFFFF:8 of Clubs :bwcasino:00010001:4D99:00000029:FFFFFFFF:9 of Clubs :bwcasino:00010001:4D99:0000002A:FFFFFFFF:10 of Clubs :bwcasino:00010001:4D99:0000002B:FFFFFFFF:Jack of Clubs :bwcasino:00010001:4D99:0000002C:FFFFFFFF:Queen of Clubs :bwcasino:00010001:4D99:0000002D:FFFFFFFF:King of Clubs :bwcasino:00010001:4D99:0000002E:FFFFFFFF:Ace of Clubs :bwcasino:00010001:4D99:00000032:FFFFFFFF:2 of Spades :bwcasino:00010001:4D99:00000033:FFFFFFFF:3 of Spades :bwcasino:00010001:4D99:00000034:FFFFFFFF:4 of Spades :bwcasino:00010001:4D99:00000035:FFFFFFFF:5 of Spades :bwcasino:00010001:4D99:00000036:FFFFFFFF:6 of Spades :bwcasino:00010001:4D99:00000037:FFFFFFFF:7 of Spades :bwcasino:00010001:4D99:00000038:FFFFFFFF:8 of Spades :bwcasino:00010001:4D99:00000039:FFFFFFFF:9 of Spades :bwcasino:00010001:4D99:0000003A:FFFFFFFF:10 of Spades :bwcasino:00010001:4D99:0000003B:FFFFFFFF:Jack of Spades :bwcasino:00010001:4D99:0000003C:FFFFFFFF:Queen of Spades :bwcasino:00010001:4D99:0000003D:FFFFFFFF:King of Spades :bwcasino:00010001:4D99:0000003E:FFFFFFFF:Ace of Spades :bwcasino:00010001:4D99:0000004F:FFFFFFFF:Joker :bwcasino:62000000:0000:00000000:00000000:Select Card 3:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :bwcasino:00010001:4D9B:00000002:FFFFFFFF:2 of Hearts :bwcasino:00010001:4D9B:00000003:FFFFFFFF:3 of Hearts :bwcasino:00010001:4D9B:00000004:FFFFFFFF:4 of Hearts :bwcasino:00010001:4D9B:00000005:FFFFFFFF:5 of Hearts :bwcasino:00010001:4D9B:00000006:FFFFFFFF:6 of Hearts :bwcasino:00010001:4D9B:00000007:FFFFFFFF:7 of Hearts :bwcasino:00010001:4D9B:00000008:FFFFFFFF:8 of Hearts :bwcasino:00010001:4D9B:00000009:FFFFFFFF:9 of Hearts :bwcasino:00010001:4D9B:0000000A:FFFFFFFF:10 of Hearts :bwcasino:00010001:4D9B:0000000B:FFFFFFFF:Jack of Hearts :bwcasino:00010001:4D9B:0000000C:FFFFFFFF:Queen of Hearts :bwcasino:00010001:4D9B:0000000D:FFFFFFFF:King of Hearts :bwcasino:00010001:4D9B:0000000E:FFFFFFFF:Ace of Hearts :bwcasino:00010001:4D9B:00000012:FFFFFFFF:2 of Diamonds :bwcasino:00010001:4D9B:00000013:FFFFFFFF:3 of Diamonds :bwcasino:00010001:4D9B:00000014:FFFFFFFF:4 of Diamonds :bwcasino:00010001:4D9B:00000015:FFFFFFFF:5 of Diamonds :bwcasino:00010001:4D9B:00000016:FFFFFFFF:6 of Diamonds :bwcasino:00010001:4D9B:00000017:FFFFFFFF:7 of Diamonds :bwcasino:00010001:4D9B:00000018:FFFFFFFF:8 of Diamonds :bwcasino:00010001:4D9B:00000019:FFFFFFFF:9 of Diamonds :bwcasino:00010001:4D9B:0000001A:FFFFFFFF:10 of Diamonds :bwcasino:00010001:4D9B:0000001B:FFFFFFFF:Jack of Diamonds :bwcasino:00010001:4D9B:0000001C:FFFFFFFF:Queen of Diamonds :bwcasino:00010001:4D9B:0000001D:FFFFFFFF:King of Diamonds :bwcasino:00010001:4D9B:0000001E:FFFFFFFF:Ace of Diamonds :bwcasino:00010001:4D9B:00000022:FFFFFFFF:2 of Clubs :bwcasino:00010001:4D9B:00000023:FFFFFFFF:3 of Clubs :bwcasino:00010001:4D9B:00000024:FFFFFFFF:4 of Clubs :bwcasino:00010001:4D9B:00000025:FFFFFFFF:5 of Clubs :bwcasino:00010001:4D9B:00000026:FFFFFFFF:6 of Clubs :bwcasino:00010001:4D9B:00000027:FFFFFFFF:7 of Clubs :bwcasino:00010001:4D9B:00000028:FFFFFFFF:8 of Clubs :bwcasino:00010001:4D9B:00000029:FFFFFFFF:9 of Clubs :bwcasino:00010001:4D9B:0000002A:FFFFFFFF:10 of Clubs :bwcasino:00010001:4D9B:0000002B:FFFFFFFF:Jack of Clubs :bwcasino:00010001:4D9B:0000002C:FFFFFFFF:Queen of Clubs :bwcasino:00010001:4D9B:0000002D:FFFFFFFF:King of Clubs :bwcasino:00010001:4D9B:0000002E:FFFFFFFF:Ace of Clubs :bwcasino:00010001:4D9B:00000032:FFFFFFFF:2 of Spades :bwcasino:00010001:4D9B:00000033:FFFFFFFF:3 of Spades :bwcasino:00010001:4D9B:00000034:FFFFFFFF:4 of Spades :bwcasino:00010001:4D9B:00000035:FFFFFFFF:5 of Spades :bwcasino:00010001:4D9B:00000036:FFFFFFFF:6 of Spades :bwcasino:00010001:4D9B:00000037:FFFFFFFF:7 of Spades :bwcasino:00010001:4D9B:00000038:FFFFFFFF:8 of Spades :bwcasino:00010001:4D9B:00000039:FFFFFFFF:9 of Spades :bwcasino:00010001:4D9B:0000003A:FFFFFFFF:10 of Spades :bwcasino:00010001:4D9B:0000003B:FFFFFFFF:Jack of Spades :bwcasino:00010001:4D9B:0000003C:FFFFFFFF:Queen of Spades :bwcasino:00010001:4D9B:0000003D:FFFFFFFF:King of Spades :bwcasino:00010001:4D9B:0000003E:FFFFFFFF:Ace of Spades :bwcasino:00010001:4D9B:0000004F:FFFFFFFF:Joker :bwcasino:62000000:0000:00000000:00000000:Select Card 4:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :bwcasino:00010001:4D9D:00000002:FFFFFFFF:2 of Hearts :bwcasino:00010001:4D9D:00000003:FFFFFFFF:3 of Hearts :bwcasino:00010001:4D9D:00000004:FFFFFFFF:4 of Hearts :bwcasino:00010001:4D9D:00000005:FFFFFFFF:5 of Hearts :bwcasino:00010001:4D9D:00000006:FFFFFFFF:6 of Hearts :bwcasino:00010001:4D9D:00000007:FFFFFFFF:7 of Hearts :bwcasino:00010001:4D9D:00000008:FFFFFFFF:8 of Hearts :bwcasino:00010001:4D9D:00000009:FFFFFFFF:9 of Hearts :bwcasino:00010001:4D9D:0000000A:FFFFFFFF:10 of Hearts :bwcasino:00010001:4D9D:0000000B:FFFFFFFF:Jack of Hearts :bwcasino:00010001:4D9D:0000000C:FFFFFFFF:Queen of Hearts :bwcasino:00010001:4D9D:0000000D:FFFFFFFF:King of Hearts :bwcasino:00010001:4D9D:0000000E:FFFFFFFF:Ace of Hearts :bwcasino:00010001:4D9D:00000012:FFFFFFFF:2 of Diamonds :bwcasino:00010001:4D9D:00000013:FFFFFFFF:3 of Diamonds :bwcasino:00010001:4D9D:00000014:FFFFFFFF:4 of Diamonds :bwcasino:00010001:4D9D:00000015:FFFFFFFF:5 of Diamonds :bwcasino:00010001:4D9D:00000016:FFFFFFFF:6 of Diamonds :bwcasino:00010001:4D9D:00000017:FFFFFFFF:7 of Diamonds :bwcasino:00010001:4D9D:00000018:FFFFFFFF:8 of Diamonds :bwcasino:00010001:4D9D:00000019:FFFFFFFF:9 of Diamonds :bwcasino:00010001:4D9D:0000001A:FFFFFFFF:10 of Diamonds :bwcasino:00010001:4D9D:0000001B:FFFFFFFF:Jack of Diamonds :bwcasino:00010001:4D9D:0000001C:FFFFFFFF:Queen of Diamonds :bwcasino:00010001:4D9D:0000001D:FFFFFFFF:King of Diamonds :bwcasino:00010001:4D9D:0000001E:FFFFFFFF:Ace of Diamonds :bwcasino:00010001:4D9D:00000022:FFFFFFFF:2 of Clubs :bwcasino:00010001:4D9D:00000023:FFFFFFFF:3 of Clubs :bwcasino:00010001:4D9D:00000024:FFFFFFFF:4 of Clubs :bwcasino:00010001:4D9D:00000025:FFFFFFFF:5 of Clubs :bwcasino:00010001:4D9D:00000026:FFFFFFFF:6 of Clubs :bwcasino:00010001:4D9D:00000027:FFFFFFFF:7 of Clubs :bwcasino:00010001:4D9D:00000028:FFFFFFFF:8 of Clubs :bwcasino:00010001:4D9D:00000029:FFFFFFFF:9 of Clubs :bwcasino:00010001:4D9D:0000002A:FFFFFFFF:10 of Clubs :bwcasino:00010001:4D9D:0000002B:FFFFFFFF:Jack of Clubs :bwcasino:00010001:4D9D:0000002C:FFFFFFFF:Queen of Clubs :bwcasino:00010001:4D9D:0000002D:FFFFFFFF:King of Clubs :bwcasino:00010001:4D9D:0000002E:FFFFFFFF:Ace of Clubs :bwcasino:00010001:4D9D:00000032:FFFFFFFF:2 of Spades :bwcasino:00010001:4D9D:00000033:FFFFFFFF:3 of Spades :bwcasino:00010001:4D9D:00000034:FFFFFFFF:4 of Spades :bwcasino:00010001:4D9D:00000035:FFFFFFFF:5 of Spades :bwcasino:00010001:4D9D:00000036:FFFFFFFF:6 of Spades :bwcasino:00010001:4D9D:00000037:FFFFFFFF:7 of Spades :bwcasino:00010001:4D9D:00000038:FFFFFFFF:8 of Spades :bwcasino:00010001:4D9D:00000039:FFFFFFFF:9 of Spades :bwcasino:00010001:4D9D:0000003A:FFFFFFFF:10 of Spades :bwcasino:00010001:4D9D:0000003B:FFFFFFFF:Jack of Spades :bwcasino:00010001:4D9D:0000003C:FFFFFFFF:Queen of Spades :bwcasino:00010001:4D9D:0000003D:FFFFFFFF:King of Spades :bwcasino:00010001:4D9D:0000003E:FFFFFFFF:Ace of Spades :bwcasino:00010001:4D9D:0000004F:FFFFFFFF:Joker :bwcasino:62000000:0000:00000000:00000000:Select Card 5:Lets you choose your card. The card isn't shuffled out of the deck by this code, so you could get more than 1. :bwcasino:00010001:4D9F:00000002:FFFFFFFF:2 of Hearts :bwcasino:00010001:4D9F:00000003:FFFFFFFF:3 of Hearts :bwcasino:00010001:4D9F:00000004:FFFFFFFF:4 of Hearts :bwcasino:00010001:4D9F:00000005:FFFFFFFF:5 of Hearts :bwcasino:00010001:4D9F:00000006:FFFFFFFF:6 of Hearts :bwcasino:00010001:4D9F:00000007:FFFFFFFF:7 of Hearts :bwcasino:00010001:4D9F:00000008:FFFFFFFF:8 of Hearts :bwcasino:00010001:4D9F:00000009:FFFFFFFF:9 of Hearts :bwcasino:00010001:4D9F:0000000A:FFFFFFFF:10 of Hearts :bwcasino:00010001:4D9F:0000000B:FFFFFFFF:Jack of Hearts :bwcasino:00010001:4D9F:0000000C:FFFFFFFF:Queen of Hearts :bwcasino:00010001:4D9F:0000000D:FFFFFFFF:King of Hearts :bwcasino:00010001:4D9F:0000000E:FFFFFFFF:Ace of Hearts :bwcasino:00010001:4D9F:00000012:FFFFFFFF:2 of Diamonds :bwcasino:00010001:4D9F:00000013:FFFFFFFF:3 of Diamonds :bwcasino:00010001:4D9F:00000014:FFFFFFFF:4 of Diamonds :bwcasino:00010001:4D9F:00000015:FFFFFFFF:5 of Diamonds :bwcasino:00010001:4D9F:00000016:FFFFFFFF:6 of Diamonds :bwcasino:00010001:4D9F:00000017:FFFFFFFF:7 of Diamonds :bwcasino:00010001:4D9F:00000018:FFFFFFFF:8 of Diamonds :bwcasino:00010001:4D9F:00000019:FFFFFFFF:9 of Diamonds :bwcasino:00010001:4D9F:0000001A:FFFFFFFF:10 of Diamonds :bwcasino:00010001:4D9F:0000001B:FFFFFFFF:Jack of Diamonds :bwcasino:00010001:4D9F:0000001C:FFFFFFFF:Queen of Diamonds :bwcasino:00010001:4D9F:0000001D:FFFFFFFF:King of Diamonds :bwcasino:00010001:4D9F:0000001E:FFFFFFFF:Ace of Diamonds :bwcasino:00010001:4D9F:00000022:FFFFFFFF:2 of Clubs :bwcasino:00010001:4D9F:00000023:FFFFFFFF:3 of Clubs :bwcasino:00010001:4D9F:00000024:FFFFFFFF:4 of Clubs :bwcasino:00010001:4D9F:00000025:FFFFFFFF:5 of Clubs :bwcasino:00010001:4D9F:00000026:FFFFFFFF:6 of Clubs :bwcasino:00010001:4D9F:00000027:FFFFFFFF:7 of Clubs :bwcasino:00010001:4D9F:00000028:FFFFFFFF:8 of Clubs :bwcasino:00010001:4D9F:00000029:FFFFFFFF:9 of Clubs :bwcasino:00010001:4D9F:0000002A:FFFFFFFF:10 of Clubs :bwcasino:00010001:4D9F:0000002B:FFFFFFFF:Jack of Clubs :bwcasino:00010001:4D9F:0000002C:FFFFFFFF:Queen of Clubs :bwcasino:00010001:4D9F:0000002D:FFFFFFFF:King of Clubs :bwcasino:00010001:4D9F:0000002E:FFFFFFFF:Ace of Clubs :bwcasino:00010001:4D9F:00000032:FFFFFFFF:2 of Spades :bwcasino:00010001:4D9F:00000033:FFFFFFFF:3 of Spades :bwcasino:00010001:4D9F:00000034:FFFFFFFF:4 of Spades :bwcasino:00010001:4D9F:00000035:FFFFFFFF:5 of Spades :bwcasino:00010001:4D9F:00000036:FFFFFFFF:6 of Spades :bwcasino:00010001:4D9F:00000037:FFFFFFFF:7 of Spades :bwcasino:00010001:4D9F:00000038:FFFFFFFF:8 of Spades :bwcasino:00010001:4D9F:00000039:FFFFFFFF:9 of Spades :bwcasino:00010001:4D9F:0000003A:FFFFFFFF:10 of Spades :bwcasino:00010001:4D9F:0000003B:FFFFFFFF:Jack of Spades :bwcasino:00010001:4D9F:0000003C:FFFFFFFF:Queen of Spades :bwcasino:00010001:4D9F:0000003D:FFFFFFFF:King of Spades :bwcasino:00010001:4D9F:0000003E:FFFFFFFF:Ace of Spades :bwcasino:00010001:4D9F:0000004F:FFFFFFFF:Joker ; [ Black Widow ] bwidow:0:0440:06:000:Infinite Lives ; [ B-Wings (Japan) ] bwing:0:0019:99:000:Infinite Credits :bwing:00001301:07B4:0000002C:FFFFFFFF:Select Starting Stage:Set on displayed "Push 1 (or 2) Player(s) Button" message screen. DON'T SET ON THE TITLE SCREEN ! bwing:0:0084:0A:000:Infinite Lives :bwing:20800000:D77C:00000039:FFFFFFFF:Invincibility :bwing:21810000:A078:00000020:FFFFFFFF:Invincibility (2/2):1st = Scenery (CPU 1), 2nd = Object (CPU 2) :bwing:62000000:0000:00000000:00000000:Select Wing :bwing:00010000:07BC:00000000:FFFFFFFF:No Wing :bwing:00010000:07BC:00000001:FFFFFFFF:M-Wing :bwing:00010000:07BC:00000002:FFFFFFFF:S-Wing :bwing:00010000:07BC:00000003:FFFFFFFF:G-Wing :bwing:00010000:07BC:00000004:FFFFFFFF:A-Wing :bwing:00010000:07BC:00000005:FFFFFFFF:C-Wing :bwing:00010000:07BC:00000006:FFFFFFFF:J-Wing :bwing:00010000:07BC:00000007:FFFFFFFF:W-Wing :bwing:00010000:07BC:00000008:FFFFFFFF:V-Wing :bwing:00000000:07BB:00000000:FFFFFFFF:Always Don't Break Wing :bwing:00010000:07BD:00000000:FFFFFFFF:Always Don't Break Wing (2/2) :bwing:00000000:0036:000000FD:FFFFFFFF:Always Falling :bwing:00000000:0036:00000000:FFFFFFFF:Always Rising :bwing:00000000:0023:00000000:00000010:Rapid Fire ; [ Battle Wings ] bwings:0:0019:99:000:Infinite Credits :bwings:00001301:07B4:0000002C:FFFFFFFF:Select Starting Stage:Set on displayed "Push 1 (or 2) Player(s) Button" message screen. DON'T SET ON THE TITLE SCREEN ! bwings:0:0084:0A:000:Infinite Lives :bwings:20800000:D77D:00000039:FFFFFFFF:Invincibility :bwings:21810000:A078:00000020:FFFFFFFF:Invincibility (2/2):1st = Scenery (CPU 1), 2nd = Object (CPU 2) :bwings:62000000:07BC:00000008:00000000:Select Wing :bwings:00010000:07BC:00000000:FFFFFFFF:No Wing :bwings:00010000:07BC:00000001:FFFFFFFF:M-Wing :bwings:00010000:07BC:00000002:FFFFFFFF:S-Wing :bwings:00010000:07BC:00000003:FFFFFFFF:G-Wing :bwings:00010000:07BC:00000004:FFFFFFFF:A-Wing :bwings:00010000:07BC:00000005:FFFFFFFF:C-Wing :bwings:00010000:07BC:00000006:FFFFFFFF:J-Wing :bwings:00010000:07BC:00000007:FFFFFFFF:W-Wing :bwings:00010000:07BC:00000008:FFFFFFFF:V-Wing :bwings:00000000:07BB:00000000:FFFFFFFF:Always Don't Break Wing :bwings:00010000:07BD:00000000:FFFFFFFF:Always Don't Break Wing (2/2) :bwings:00000000:0036:000000FD:FFFFFFFF:Always Falling :bwings:00000000:0036:00000000:FFFFFFFF:Always Rising ; [ Battle Zone (set 1) ] bzone:0:000E:FF:002:Infinite Credits bzone:0:00CC:06:000:Infinite Lives bzone:0:0026:00:000:Enemy Tanks Can't Fire bzone:0:00CB:00:000:No Homing Missiles ; [ Battle Zone (set 2) ] bzone2:0:000E:FF:002:Infinite Credits bzone2:0:00CC:06:000:Infinite Lives bzone2:0:0026:00:000:Enemy Tanks Can't Fire bzone2:0:00CB:00:000:No Homing Missiles ; [ Battle Zone (cocktail) ] bzonec:0:000E:FF:002:Infinite Credits bzonec:0:00BD:06:000:Infinite Lives bzonec:0:0026:00:000:Enemy Tanks Can't Fire bzonec:0:00BC:00:000:No Homing Missiles ; [ Cabal (US set 1) ] cabal:0:040084:01:001:One enemy ends level Now!:Also one hit for boss cabal:0:04005E:03:000:Infinite Lives PL1 cabal:0:040052:99:000:Infinite Bombs PL1 cabal:0:041658:01:000:Invincibility PL1 cabal:0:04005F:03:000:Infinite Lives PL2 cabal:0:040053:99:000:Infinite Bombs PL2 cabal:0:041659:01:000:Invincibility PL2 ; [ Cabal (US set 2) ] cabal2:0:040084:01:001:One enemy ends level Now!:Also one hit for boss cabal2:0:04005E:03:000:Infinite Lives PL1 cabal2:0:040052:99:000:Infinite Bombs PL1 cabal2:0:041658:01:000:Invincibility PL1 cabal2:0:04005F:03:000:Infinite Lives PL2 cabal2:0:040053:99:000:Infinite Bombs PL2 cabal2:0:041659:01:000:Invincibility PL2 ; [ Cabal (bootleg) ] cabalbl:0:040084:01:001:One enemy ends level Now!:Also one hit for boss cabalbl:0:04005E:03:000:Infinite Lives PL1 cabalbl:0:040052:99:000:Infinite Bombs PL1 cabalbl:0:041658:01:000:Invincibility PL1 cabalbl:0:04005F:03:000:Infinite Lives PL2 cabalbl:0:040053:99:000:Infinite Bombs PL2 cabalbl:0:041659:01:000:Invincibility PL2 ; [ Cabaret ] cabaret:0:0000:00:999:[ There are no cheats ]:REASON 1 cabaret:0:0000:00:999:[ for this game as it ]:REASON 1 cabaret:0:0000:00:999:[ didn't work the last ]:REASON 1 cabaret:0:0000:00:999:[ time it was tested. ]:REASON 1 cabaret:0:0000:00:999:[ If the game now works ]:REASON 1 cabaret:0:0000:00:999:[ please request cheats ]:REASON 1 cabaret:0:0000:00:999:[ for it on the cheat ]:REASON 1 cabaret:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cachat (Japan) ] cachat:0:8E02:09:000:Infinite Credits cachat:0:8DA0:10:021:Finish this Level Now! PL1 cachat:0:8DBC:04:000:Next Pipe always = Horizontal PL1 cachat:0:8DBC:08:000:Next Pipe always = Vertical PL1 cachat:0:8DBC:14:000:Next Pipe always = Down-Right PL1 cachat:0:8DBC:18:000:Next Pipe always = Down-Left PL1 cachat:0:8DBC:1C:000:Next Pipe always = Up-Left PL1 cachat:0:8DBC:10:000:Next Pipe always = Up-Right PL1 cachat:0:8DBC:3C:000:Next Pipe always = Up-Down-Right PL1 cachat:0:8DBC:34:000:Next Pipe always = Up-Down-Left PL1 cachat:0:8DBC:38:000:Next Pipe always = Up-Left-Right PL1 cachat:0:8DBC:32:000:Next Pipe always = Down-Left-Right PL1 cachat:0:8DBC:2C:000:Next Pipe always = 4-way PL1 cachat:0:8DBC:56:000:Next Pipe always = Horizontal with Bomb PL1 cachat:0:8DBC:58:000:Next Pipe always = Vertical with Bomb PL1 cachat:0:8DBC:04:001:Next Pipe = Horizontal Now! PL1 cachat:0:8DBC:08:001:Next Pipe = Vertical Now! PL1 cachat:0:8DBC:14:001:Next Pipe = Down-Right Now! PL1 cachat:0:8DBC:18:001:Next Pipe = Down-Left Now! PL1 cachat:0:8DBC:1C:001:Next Pipe = Up-Left Now! PL1 cachat:0:8DBC:10:001:Next Pipe = Up-Right Now! PL1 cachat:0:8DBC:3C:001:Next Pipe = Up-Down-Right Now! PL1 cachat:0:8DBC:34:001:Next Pipe = Up-Down-Left Now! PL1 cachat:0:8DBC:38:001:Next Pipe = Up-Left-Right Now! PL1 cachat:0:8DBC:32:001:Next Pipe = Down-Left-Right Now! PL1 cachat:0:8DBC:2C:001:Next Pipe = 4-way Now! PL1 cachat:0:8DBC:56:001:Next Pipe = Horizontal with Bomb Now! PL1 cachat:0:8DBC:58:001:Next Pipe = Vertical with Bomb Now! PL1 cachat:0:8DD0:10:021:Finish this Level Now! PL2 cachat:0:8DEC:04:000:Next Pipe always = Horizontal PL2 cachat:0:8DEC:08:000:Next Pipe always = Vertical PL2 cachat:0:8DEC:14:000:Next Pipe always = Down-Right PL2 cachat:0:8DEC:18:000:Next Pipe always = Down-Left PL2 cachat:0:8DEC:1C:000:Next Pipe always = Up-Left PL2 cachat:0:8DEC:10:000:Next Pipe always = Up-Right PL2 cachat:0:8DEC:3C:000:Next Pipe always = Up-Down-Right PL2 cachat:0:8DEC:34:000:Next Pipe always = Up-Down-Left PL2 cachat:0:8DEC:38:000:Next Pipe always = Up-Left-Right PL2 cachat:0:8DEC:32:000:Next Pipe always = Down-Left-Right PL2 cachat:0:8DEC:2C:000:Next Pipe always = 4-way PL2 cachat:0:8DEC:56:000:Next Pipe always = Horizontal with Bomb PL2 cachat:0:8DEC:58:000:Next Pipe always = Vertical with Bomb PL2 cachat:0:8DEC:04:001:Next Pipe = Horizontal Now! PL2 cachat:0:8DEC:08:001:Next Pipe = Vertical Now! PL2 cachat:0:8DEC:14:001:Next Pipe = Down-Right Now! PL2 cachat:0:8DEC:18:001:Next Pipe = Down-Left Now! PL2 cachat:0:8DEC:1C:001:Next Pipe = Up-Left Now! PL2 cachat:0:8DEC:10:001:Next Pipe = Up-Right Now! PL2 cachat:0:8DEC:3C:001:Next Pipe = Up-Down-Right Now! PL2 cachat:0:8DEC:34:001:Next Pipe = Up-Down-Left Now! PL2 cachat:0:8DEC:38:001:Next Pipe = Up-Left-Right Now! PL2 cachat:0:8DEC:32:001:Next Pipe = Down-Left-Right Now! PL2 cachat:0:8DEC:2C:001:Next Pipe = 4-way Now! PL2 cachat:0:8DEC:56:001:Next Pipe = Horizontal with Bomb Now! PL2 cachat:0:8DEC:58:001:Next Pipe = Vertical with Bomb Now! PL2 ; [ Cadash (World) ] cadash:0:1031CD:09:000:Infinite Credits :cadash:00800000:10361B:000000FF:FFFFFFFF:Enable Debug Mode:Set on character select screen (In Debug Mode, you will be able to select starting scene, gold, EXP and several items after you've chosen your character and name.) cadash:0:1039E8:17:000:Infinite Time cadash:0:1039E9:70:500:Infinite Time (2/2) cadash:0:104176:03:000:Max STR - Fighter cadash:0:104177:E7:500:Max STR - Fighter (2/2) cadash:0:104162:03:000:Max A.C. - Fighter cadash:0:104163:E7:500:Max A.C. - Fighter (2/2) cadash:0:104165:FF:000:Max armor - Fighter cadash:0:104178:03:000:Max STR - Mage cadash:0:104179:E7:500:Max STR - Mage (2/2) cadash:0:104166:03:000:Max A.C. - Mage cadash:0:104167:E7:500:Max A.C. - Mage (2/2) cadash:0:104169:FF:000:Max armor - Mage cadash:0:10417A:03:000:Max STR - Priest cadash:0:10417B:E7:500:Max STR - Priest (2/2) cadash:0:10416A:03:000:Max A.C. - Priest cadash:0:10416B:E7:500:Max A.C. - Priest (2/2) cadash:0:10416D:FF:000:Max armor - Priest cadash:0:10417C:03:000:Max STR - Ninja cadash:0:10417D:E7:500:Max STR - Ninja (2/2) cadash:0:10416E:03:000:Max A.C. - Ninja cadash:0:10416F:E7:500:Max A.C. - Ninja (2/2) cadash:0:104171:FF:000:Max armor - Ninja cadash:0:103E4B:59:000:Invincibility "ON" PL1 cadash:0:103E4B:01:001:Invincibility "OFF" PL1 cadash:0:103DF1:C8:000:Infinite H.P. PL1 cadash:0:103DF3:C8:500:Infinite H.P. PL1 (2/2) cadash:0:103E3A:FA:000:Infinite Magic PL1 cadash:0:103E36:09:000:Infinite Medicine PL1 cadash:0:103E37:09:000:Infinite Antidote PL1 cadash:0:103E35:08:000:Infinite Elixir PL1 cadash:0:103E32:EA:000:Infinite Gold PL1 cadash:0:103E33:60:500:Infinite Gold PL1 (2/2) cadash:0:103E38:63:000:Maximum Level PL1 cadash:0:103E39:FA:000:Maximum AGL PL1 :cadash:00100009:103E2E:0000EA60:0000FFFF:Get Maximum EXP Now! PL1:Get Maximum Level Soon cadash:0:103EF5:59:000:Invincibility "ON" PL2 cadash:0:103EF5:01:001:Invincibility "OFF" PL2 cadash:0:103E9B:C8:000:Infinite H.P. PL2 cadash:0:103E9D:C8:500:Infinite H.P. PL2 (2/2) cadash:0:103EE4:FA:000:Infinite Magic PL2 cadash:0:103EE0:09:000:Infinite Medicine PL2 cadash:0:103EE1:09:000:Infinite Antidote PL2 cadash:0:103EDF:08:000:Infinite Elixir PL2 cadash:0:103EDC:EA:000:Infinite Gold PL2 cadash:0:103EDD:60:500:Infinite Gold PL2 (2/2) cadash:0:103EE2:63:000:Maximum Level PL2 cadash:0:103EE3:FA:000:Maximum AGL PL2 :cadash:00100009:103ED8:0000EA60:0000FFFF:Get Maximum EXP Now! PL2:Get Maximum Level Soon ; [ Cadash (France) ] cadashf:0:1031CD:09:000:Infinite Credits :cadashf:00800000:10361B:000000FF:FFFFFFFF:Enable Debug Mode:Set on character select screen (In Debug Mode, you will be able to select starting scene, gold, EXP and several items after you've chosen your character and name.) cadashf:0:1039E8:17:000:Infinite Time cadashf:0:1039E9:70:500:Infinite Time (2/2) cadashf:0:104176:03:000:Max STR - Fighter cadashf:0:104177:E7:500:Max STR - Fighter (2/2) cadashf:0:104162:03:000:Max A.C. - Fighter cadashf:0:104163:E7:500:Max A.C. - Fighter (2/2) cadashf:0:104165:FF:000:Max armor - Fighter cadashf:0:104178:03:000:Max STR - Mage cadashf:0:104179:E7:500:Max STR - Mage (2/2) cadashf:0:104166:03:000:Max A.C. - Mage cadashf:0:104167:E7:500:Max A.C. - Mage (2/2) cadashf:0:104169:FF:000:Max armor - Mage cadashf:0:10417A:03:000:Max STR - Priest cadashf:0:10417B:E7:500:Max STR - Priest (2/2) cadashf:0:10416A:03:000:Max A.C. - Priest cadashf:0:10416B:E7:500:Max A.C. - Priest (2/2) cadashf:0:10416D:FF:000:Max armor - Priest cadashf:0:10417C:03:000:Max STR - Ninja cadashf:0:10417D:E7:500:Max STR - Ninja (2/2) cadashf:0:10416E:03:000:Max A.C. - Ninja cadashf:0:10416F:E7:500:Max A.C. - Ninja (2/2) cadashf:0:104171:FF:000:Max armor - Ninja cadashf:0:103E4B:59:000:Invincibility "ON" PL1 cadashf:0:103E4B:01:001:Invincibility "OFF" PL1 cadashf:0:103DF1:C8:000:Infinite H.P. PL1 cadashf:0:103DF3:C8:500:Infinite H.P. PL1 (2/2) cadashf:0:103E3A:FA:000:Infinite Magic PL1 cadashf:0:103E36:09:000:Infinite Medicine PL1 cadashf:0:103E37:09:000:Infinite Antidote PL1 cadashf:0:103E35:08:000:Infinite Elixir PL1 cadashf:0:103E32:EA:000:Infinite Gold PL1 cadashf:0:103E33:60:500:Infinite Gold PL1 (2/2) cadashf:0:103E38:63:000:Maximum Level PL1 cadashf:0:103E39:FA:000:Maximum AGL PL1 :cadashf:00100009:103E2E:0000EA60:0000FFFF:Get Maximum EXP Now! PL1:Get Maximum Level Soon cadashf:0:103EF5:59:000:Invincibility "ON" PL2 cadashf:0:103EF5:01:001:Invincibility "OFF" PL2 cadashf:0:103E9B:C8:000:Infinite H.P. PL2 cadashf:0:103E9D:C8:500:Infinite H.P. PL2 (2/2) cadashf:0:103EE4:FA:000:Infinite Magic PL2 cadashf:0:103EE0:09:000:Infinite Medicine PL2 cadashf:0:103EE1:09:000:Infinite Antidote PL2 cadashf:0:103EDF:08:000:Infinite Elixir PL2 cadashf:0:103EDC:EA:000:Infinite Gold PL2 cadashf:0:103EDD:60:500:Infinite Gold PL2 (2/2) cadashf:0:103EE2:63:000:Maximum Level PL2 cadashf:0:103EE3:FA:000:Maximum AGL PL2 :cadashf:00100009:103ED8:0000EA60:0000FFFF:Get Maximum EXP Now! PL2:Get Maximum Level Soon ; [ Cadash (Italy) ] cadashi:0:1031CD:09:000:Infinite Credits :cadashi:00800000:10361B:000000FF:FFFFFFFF:Enable Debug Mode:Set on character select screen (In Debug Mode, you will be able to select starting scene, gold, EXP and several items after you've chosen your character and name.) cadashi:0:1039E8:17:000:Infinite Time cadashi:0:1039E9:70:500:Infinite Time (2/2) cadashi:0:104176:03:000:Max STR - Fighter cadashi:0:104177:E7:500:Max STR - Fighter (2/2) cadashi:0:104162:03:000:Max A.C. - Fighter cadashi:0:104163:E7:500:Max A.C. - Fighter (2/2) cadashi:0:104165:FF:000:Max armor - Fighter cadashi:0:104178:03:000:Max STR - Mage cadashi:0:104179:E7:500:Max STR - Mage (2/2) cadashi:0:104166:03:000:Max A.C. - Mage cadashi:0:104167:E7:500:Max A.C. - Mage (2/2) cadashi:0:104169:FF:000:Max armor - Mage cadashi:0:10417A:03:000:Max STR - Priest cadashi:0:10417B:E7:500:Max STR - Priest (2/2) cadashi:0:10416A:03:000:Max A.C. - Priest cadashi:0:10416B:E7:500:Max A.C. - Priest (2/2) cadashi:0:10416D:FF:000:Max armor - Priest cadashi:0:10417C:03:000:Max STR - Ninja cadashi:0:10417D:E7:500:Max STR - Ninja (2/2) cadashi:0:10416E:03:000:Max A.C. - Ninja cadashi:0:10416F:E7:500:Max A.C. - Ninja (2/2) cadashi:0:104171:FF:000:Max armor - Ninja cadashi:0:103E4B:59:000:Invincibility "ON" PL1 cadashi:0:103E4B:01:001:Invincibility "OFF" PL1 cadashi:0:103DF1:C8:000:Infinite H.P. PL1 cadashi:0:103DF3:C8:500:Infinite H.P. PL1 (2/2) cadashi:0:103E3A:FA:000:Infinite Magic PL1 cadashi:0:103E36:09:000:Infinite Medicine PL1 cadashi:0:103E37:09:000:Infinite Antidote PL1 cadashi:0:103E35:08:000:Infinite Elixir PL1 cadashi:0:103E32:EA:000:Infinite Gold PL1 cadashi:0:103E33:60:500:Infinite Gold PL1 (2/2) cadashi:0:103E38:63:000:Maximum Level PL1 cadashi:0:103E39:FA:000:Maximum AGL PL1 :cadashi:00100009:103E2E:0000EA60:0000FFFF:Get Maximum EXP Now! PL1:Get Maximum Level Soon cadashi:0:103EF5:59:000:Invincibility "ON" PL2 cadashi:0:103EF5:01:001:Invincibility "OFF" PL2 cadashi:0:103E9B:C8:000:Infinite H.P. PL2 cadashi:0:103E9D:C8:500:Infinite H.P. PL2 (2/2) cadashi:0:103EE4:FA:000:Infinite Magic PL2 cadashi:0:103EE0:09:000:Infinite Medicine PL2 cadashi:0:103EE1:09:000:Infinite Antidote PL2 cadashi:0:103EDF:08:000:Infinite Elixir PL2 cadashi:0:103EDC:EA:000:Infinite Gold PL2 cadashi:0:103EDD:60:500:Infinite Gold PL2 (2/2) cadashi:0:103EE2:63:000:Maximum Level PL2 cadashi:0:103EE3:FA:000:Maximum AGL PL2 :cadashi:00100009:103ED8:0000EA60:0000FFFF:Get Maximum EXP Now! PL2:Get Maximum Level Soon ; [ Cadash (Japan) ] cadashj:0:1031CD:09:000:Infinite Credits :cadashj:00800000:10361B:000000FF:FFFFFFFF:Enable Debug Mode:Set on character select screen (In Debug Mode, you will be able to select starting scene, gold, EXP and several items after you've chosen your character and name.) cadashj:0:1039E8:17:000:Infinite Time cadashj:0:1039E9:70:500:Infinite Time (2/2) cadashj:0:104176:03:000:Max STR - Fighter cadashj:0:104177:E7:500:Max STR - Fighter (2/2) cadashj:0:104162:03:000:Max A.C. - Fighter cadashj:0:104163:E7:500:Max A.C. - Fighter (2/2) cadashj:0:104165:FF:000:Max armor - Fighter cadashj:0:104178:03:000:Max STR - Mage cadashj:0:104179:E7:500:Max STR - Mage (2/2) cadashj:0:104166:03:000:Max A.C. - Mage cadashj:0:104167:E7:500:Max A.C. - Mage (2/2) cadashj:0:104169:FF:000:Max armor - Mage cadashj:0:10417A:03:000:Max STR - Priest cadashj:0:10417B:E7:500:Max STR - Priest (2/2) cadashj:0:10416A:03:000:Max A.C. - Priest cadashj:0:10416B:E7:500:Max A.C. - Priest (2/2) cadashj:0:10416D:FF:000:Max armor - Priest cadashj:0:10417C:03:000:Max STR - Ninja cadashj:0:10417D:E7:500:Max STR - Ninja (2/2) cadashj:0:10416E:03:000:Max A.C. - Ninja cadashj:0:10416F:E7:500:Max A.C. - Ninja (2/2) cadashj:0:104171:FF:000:Max armor - Ninja cadashj:0:103E4B:59:000:Invincibility "ON" PL1 cadashj:0:103E4B:01:001:Invincibility "OFF" PL1 cadashj:0:103DF1:C8:000:Infinite H.P. PL1 cadashj:0:103DF3:C8:500:Infinite H.P. PL1 (2/2) cadashj:0:103E3A:FA:000:Infinite Magic PL1 cadashj:0:103E36:09:000:Infinite Medicine PL1 cadashj:0:103E37:09:000:Infinite Antidote PL1 cadashj:0:103E35:08:000:Infinite Elixir PL1 cadashj:0:103E32:EA:000:Infinite Gold PL1 cadashj:0:103E33:60:500:Infinite Gold PL1 (2/2) cadashj:0:103E38:63:000:Maximum Level PL1 cadashj:0:103E39:FA:000:Maximum AGL PL1 :cadashj:00100009:103E2E:0000EA60:0000FFFF:Get Maximum EXP Now! PL1:Get Maximum Level Soon cadashj:0:103EF5:59:000:Invincibility "ON" PL2 cadashj:0:103EF5:01:001:Invincibility "OFF" PL2 cadashj:0:103E9B:C8:000:Infinite H.P. PL2 cadashj:0:103E9D:C8:500:Infinite H.P. PL2 (2/2) cadashj:0:103EE4:FA:000:Infinite Magic PL2 cadashj:0:103EE0:09:000:Infinite Medicine PL2 cadashj:0:103EE1:09:000:Infinite Antidote PL2 cadashj:0:103EDF:08:000:Infinite Elixir PL2 cadashj:0:103EDC:EA:000:Infinite Gold PL2 cadashj:0:103EDD:60:500:Infinite Gold PL2 (2/2) cadashj:0:103EE2:63:000:Maximum Level PL2 cadashj:0:103EE3:FA:000:Maximum AGL PL2 :cadashj:00100009:103ED8:0000EA60:0000FFFF:Get Maximum EXP Now! PL2:Get Maximum Level Soon ; [ Cadash (US) ] cadashu:0:1031CD:09:000:Infinite Credits :cadashu:00800000:10361B:000000FF:FFFFFFFF:Enable Debug Mode:Set on character select screen (In Debug Mode, you will be able to select starting scene, gold, EXP and several items after you've chosen your character and name.) cadashu:0:1039E8:17:000:Infinite Time cadashu:0:1039E9:70:500:Infinite Time (2/2) cadashu:0:104176:03:000:Max STR - Fighter cadashu:0:104177:E7:500:Max STR - Fighter (2/2) cadashu:0:104162:03:000:Max A.C. - Fighter cadashu:0:104163:E7:500:Max A.C. - Fighter (2/2) cadashu:0:104165:FF:000:Max armor - Fighter cadashu:0:104178:03:000:Max STR - Mage cadashu:0:104179:E7:500:Max STR - Mage (2/2) cadashu:0:104166:03:000:Max A.C. - Mage cadashu:0:104167:E7:500:Max A.C. - Mage (2/2) cadashu:0:104169:FF:000:Max armor - Mage cadashu:0:10417A:03:000:Max STR - Priest cadashu:0:10417B:E7:500:Max STR - Priest (2/2) cadashu:0:10416A:03:000:Max A.C. - Priest cadashu:0:10416B:E7:500:Max A.C. - Priest (2/2) cadashu:0:10416D:FF:000:Max armor - Priest cadashu:0:10417C:03:000:Max STR - Ninja cadashu:0:10417D:E7:500:Max STR - Ninja (2/2) cadashu:0:10416E:03:000:Max A.C. - Ninja cadashu:0:10416F:E7:500:Max A.C. - Ninja (2/2) cadashu:0:104171:FF:000:Max armor - Ninja cadashu:0:103E4B:59:000:Invincibility "ON" PL1 cadashu:0:103E4B:01:001:Invincibility "OFF" PL1 cadashu:0:103DF1:C8:000:Infinite H.P. PL1 cadashu:0:103DF3:C8:500:Infinite H.P. PL1 (2/2) cadashu:0:103E3A:FA:000:Infinite Magic PL1 cadashu:0:103E36:09:000:Infinite Medicine PL1 cadashu:0:103E37:09:000:Infinite Antidote PL1 cadashu:0:103E35:08:000:Infinite Elixir PL1 cadashu:0:103E32:EA:000:Infinite Gold PL1 cadashu:0:103E33:60:500:Infinite Gold PL1 (2/2) cadashu:0:103E38:63:000:Maximum Level PL1 cadashu:0:103E39:FA:000:Maximum AGL PL1 :cadashu:00100009:103E2E:0000EA60:0000FFFF:Get Maximum EXP Now! PL1:Get Maximum Level Soon cadashu:0:103EF5:59:000:Invincibility "ON" PL2 cadashu:0:103EF5:01:001:Invincibility "OFF" PL2 cadashu:0:103E9B:C8:000:Infinite H.P. PL2 cadashu:0:103E9D:C8:500:Infinite H.P. PL2 (2/2) cadashu:0:103EE4:FA:000:Infinite Magic PL2 cadashu:0:103EE0:09:000:Infinite Medicine PL2 cadashu:0:103EE1:09:000:Infinite Antidote PL2 cadashu:0:103EDF:08:000:Infinite Elixir PL2 cadashu:0:103EDC:EA:000:Infinite Gold PL2 cadashu:0:103EDD:60:500:Infinite Gold PL2 (2/2) cadashu:0:103EE2:63:000:Maximum Level PL2 cadashu:0:103EE3:FA:000:Maximum AGL PL2 :cadashu:00100009:103ED8:0000EA60:0000FFFF:Get Maximum EXP Now! PL2:Get Maximum Level Soon ; [ Change Air Blade (Japan) ] cairblad:0:000068:09:000:Infinite Credits cairblad:0:0018F9:03:000:Infinite Lives PL1 cairblad:0:0017EC:03:000:Infinite Bombs PL1 cairblad:0:0017DC:02:000:Invincibility PL1 cairblad:0:001AA9:03:000:Infinite Lives PL2 cairblad:0:00199C:03:000:Infinite Bombs PL2 cairblad:0:00198C:02:000:Invincibility PL2 ; [ Caliber 50 ] calibr50:0:FF0E33:99:000:Infinite Lives PL1 calibr50:0:FF2519:63:000:Infinite Grenades PL1 calibr50:0:FF108D:02:000:Invincibility PL1:Sprite Flickers calibr50:0:FF05AA:01:000:Speed Up movement PL1 calibr50:0:FF0E35:99:000:Infinite Lives PL2 calibr50:0:FF253D:63:000:Infinite Grenades PL2 calibr50:0:FF108F:02:000:Invincibility PL2:Sprite Flickers ; [ Calipso ] calipso:0:81CA:99:000:Infinite Credits calipso:0:8642:00:000:Disable Sharks calipso:0:0000:00:999:[The Chest Monsters will ] calipso:0:0000:00:999:[only swim up when you crab ] calipso:0:0000:00:999:[the chest or any other ] calipso:0:0000:00:999:[Object to activate the ] calipso:0:0000:00:999:[ladder - they cannot follow] calipso:0:0000:00:999:[you ] calipso:0:821D:00:000:Disable Chest Monsters calipso:0:822C:00:500:Disable Chest Monsters (2/2) calipso:0:0000:00:999:[The Finish this Level Now! ] calipso:0:0000:00:999:[will allow you to swim to ] calipso:0:0000:00:999:[the back of the boat to ] calipso:0:0000:00:999:[jump to the next level. The] calipso:0:0000:00:999:[cheat activates the ladder ] calipso:0:0000:00:999:[without the graphics. ] calipso:0:82FA:03:000:Finish this Level Now! calipso:0:8633:06:000:Infinite Lives PL1 calipso:0:8691:09:000:Infinite Air PL1 calipso:0:8647:06:000:Infinite Lives PL2 calipso:0:8695:09:000:Infinite Air PL2 ; [ Calorie Kun vs Moguranian ] :calorie:00000000:C40E:00000063:FFFFFFFF:Infinite Credits :calorie:00200000:C880:00090909:FFFFFFFF:Infinite Time :calorie:00300000:C440:08080808:FFFFFFFF:Always have Maximum Safe Calories:Sort of Infinite Energy, if it drops too much you die but if you get too much you get fat and get stuck :calorie:00310000:C444:00000808:FFFFFFFF:Always have Maximum Safe Calories (2/3) :calorie:00310000:C448:00000000:FFFFFFFF:Always have Maximum Safe Calories (3/3) :calorie:00000001:C784:00000001:FFFFFFFF:Get 1 Fruit to Open Exit Now!:Buggy, only pick up one set of fruit after using it or the exit won't work! :calorie:20A00000:00EAC:000EE1C3:FFFFFFFF:Invincibility :calorie:20A10000:10EAC:000000C3:FFFFFFFF:Invincibility (2/2) :calorie:00001501:C413:00000062:FFFFFFFF:Select Starting Zone PL1:Enable on the "PUSH 1 (OR 2)" screen after you've inserted a credit :calorie:00000000:C414:0000000A:FFFFFFFF:Infinite Lives PL1 :calorie:00000000:C427:00000009:FFFFFFFF:Infinite Bombs PL1 :calorie:00001501:C415:00000062:FFFFFFFF:Select Starting Zone PL2:Enable on the "PUSH 1 (OR 2)" screen after you've inserted a credit :calorie:00000000:C416:0000000A:FFFFFFFF:Infinite Lives PL2 :calorie:00000000:C429:00000009:FFFFFFFF:Infinite Bombs PL2 ; [ Calorie Kun vs Moguranian (bootleg) ] :calorieb:00000000:C40E:00000063:FFFFFFFF:Infinite Credits :calorieb:00200000:C880:00090909:FFFFFFFF:Infinite Time :calorieb:00300000:C440:08080808:FFFFFFFF:Always have Maximum Safe Calories:Sort of Infinite Energy, if it drops too much you die but if you get too much you get fat and get stuck :calorieb:00310000:C444:00000808:FFFFFFFF:Always have Maximum Safe Calories (2/3) :calorieb:00310000:C448:00000000:FFFFFFFF:Always have Maximum Safe Calories (3/3) :calorieb:00000001:C784:00000001:FFFFFFFF:Get 1 Fruit to Open Exit Now!:Buggy, only pick up one set of fruit after using it or the exit won't work! :calorieb:20A00000:00EAC:000EE1C3:FFFFFFFF:Invincibility :calorieb:20A10000:10EAC:000000C3:FFFFFFFF:Invincibility (2/2) :calorieb:00001501:C413:00000062:FFFFFFFF:Select Starting Zone PL1:Enable on the "PUSH 1 (OR 2)" screen after you've inserted a credit :calorieb:00000000:C414:0000000A:FFFFFFFF:Infinite Lives PL1 :calorieb:00000000:C427:00000009:FFFFFFFF:Infinite Bombs PL1 :calorieb:00001501:C415:00000062:FFFFFFFF:Select Starting Zone PL2:Enable on the "PUSH 1 (OR 2)" screen after you've inserted a credit :calorieb:00000000:C416:0000000A:FFFFFFFF:Infinite Lives PL2 :calorieb:00000000:C429:00000009:FFFFFFFF:Infinite Bombs PL2 ; [ California Speed (Version 1.0r7a 3/4/98) ] calspeda:0:0000:00:999:[ This game hasn't even ]:REASON 11 calspeda:0:0000:00:999:[ been looked at due to ]:REASON 11 calspeda:0:0000:00:999:[ time constraints - Too]:REASON 11 calspeda:0:0000:00:999:[ many games and so ]:REASON 11 calspeda:0:0000:00:999:[ little time. It is ]:REASON 11 calspeda:0:0000:00:999:[ even possible that ]:REASON 11 calspeda:0:0000:00:999:[ this game may be a ]:REASON 11 calspeda:0:0000:00:999:[ clone of an existing ]:REASON 11 calspeda:0:0000:00:999:[ game which may have ]:REASON 11 calspeda:0:0000:00:999:[ cheats. Please search ]:REASON 11 calspeda:0:0000:00:999:[ the cheat forums ]:REASON 11 calspeda:0:0000:00:999:[ before posting cheat ]:REASON 11 calspeda:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ California Speed (Version 2.1a, 4/17/98) ] calspeed:0:0000:00:999:[ This game hasn't even ]:REASON 11 calspeed:0:0000:00:999:[ been looked at due to ]:REASON 11 calspeed:0:0000:00:999:[ time constraints - Too]:REASON 11 calspeed:0:0000:00:999:[ many games and so ]:REASON 11 calspeed:0:0000:00:999:[ little time. It is ]:REASON 11 calspeed:0:0000:00:999:[ even possible that ]:REASON 11 calspeed:0:0000:00:999:[ this game may be a ]:REASON 11 calspeed:0:0000:00:999:[ clone of an existing ]:REASON 11 calspeed:0:0000:00:999:[ game which may have ]:REASON 11 calspeed:0:0000:00:999:[ cheats. Please search ]:REASON 11 calspeed:0:0000:00:999:[ the cheat forums ]:REASON 11 calspeed:0:0000:00:999:[ before posting cheat ]:REASON 11 calspeed:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Cameltry (Japan) ] cameltrj:0:102333:09:000:Infinite Credits cameltrj:0:106686:09:000:Infinite Time cameltrj:0:106687:99:500:Infinite Time (2/2) ; [ Cameltry (US) ] cameltry:0:102333:09:000:Infinite Credits cameltry:0:106686:09:000:Infinite Time cameltry:0:106687:99:500:Infinite Time (2/2) ; [ Cameltry (US, alt sound) ] camltrua:0:102333:09:000:Infinite Credits camltrua:0:106686:09:000:Infinite Time camltrua:0:106687:99:500:Infinite Time (2/2) ; [ Cannon Dancer (Japan) ] :candance:00000000:0201035:00000009:FFFFFFFF:Infinite Credits :candance:00100000:018007C:00000900:FFFFFFFF:Infinite Time :candance:00110000:0180080:00000905:FFFFFFFF:Infinite Time (2/2) :candance:00000000:0184F00:00000009:FFFFFFFF:Infinite Lives :candance:00000000:0184F21:00000004:FFFFFFFF:Infinite Energy :candance:00010000:020100B:00000004:FFFFFFFF:Infinite Energy (2/2) :candance:00000000:0184E18:00000002:FFFFFFFF:Invincibility :candance:00000000:0184F2C:00000003:FFFFFFFF:Infinite Bombs :candance:00000000:0184F30:00000004:FFFFFFFF:Always Have Maximum Attack Power :candance:00000000:0180020:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :candance:62000000:0000000:00000000:00000000:Select Region :candance:00010000:020103C:00000000:FFFFFFFF:Osman (World) :candance:00010000:020103C:00000001:FFFFFFFF:Cannon Dancer (Japan) ; [ Cannon Ball ] cannball:0:EA79:01:000:Always 1 Match to endstagePL1 cannball:0:EA79:01:001:1 Match to end stage Now! PL1 cannball:0:EA7B:03:000:Infinite Lightning Balls PL1 cannball:0:EA9A:14:000:Curr Ball always Red PL1 cannball:0:EA9A:15:000:Curr Ball always Blue PL1 cannball:0:EA9A:16:000:Curr Ball always Green PL1 cannball:0:EA9A:17:000:Curr Ball always Purple PL1 cannball:0:EA9A:18:000:Curr Ball always Orange PL1 cannball:0:EA9A:19:000:Curr Ball always Yellow PL1 cannball:0:EA9A:1A:000:Curr Ball always White PL1 cannball:0:EA9A:1C:000:Curr Ball always ArrowUp PL1 cannball:0:EA9B:14:000:Next Ball always Red PL1 cannball:0:EA9B:15:000:Next Ball always Blue PL1 cannball:0:EA9B:16:000:Next Ball always Green PL1 cannball:0:EA9B:17:000:Next Ball always Purple PL1 cannball:0:EA9B:18:000:Next Ball always Orange PL1 cannball:0:EA9B:19:000:Next Ball always Yellow PL1 cannball:0:EA9B:1A:000:Next Ball always White PL1 cannball:0:EA9B:1C:000:Next Ball always ArrowUp PL1 cannball:0:EA9A:14:001:Curr Ball = Red Now! PL1 cannball:0:EA9A:15:001:Curr Ball = Blue Now! PL1 cannball:0:EA9A:16:001:Curr Ball = Green Now! PL1 cannball:0:EA9A:17:001:Curr Ball = Purple Now! PL1 cannball:0:EA9A:18:001:Curr Ball = Orange Now! PL1 cannball:0:EA9A:19:001:Curr Ball = Yellow Now! PL1 cannball:0:EA9A:1A:001:Curr Ball = White Now! PL1 cannball:0:EA9A:1C:001:Curr Ball = ArrowUp Now! PL1 cannball:0:EA9B:14:001:Next Ball = Red Now! PL1 cannball:0:EA9B:15:001:Next Ball = Blue Now! PL1 cannball:0:EA9B:16:001:Next Ball = Green Now! PL1 cannball:0:EA9B:17:001:Next Ball = Purple Now! PL1 cannball:0:EA9B:18:001:Next Ball = Orange Now! PL1 cannball:0:EA9B:19:001:Next Ball = Yellow Now! PL1 cannball:0:EA9B:1A:001:Next Ball = White Now! PL1 cannball:0:EA9B:1C:001:Next Ball = ArrowUp Now! PL1 cannball:0:EA7A:01:000:Always 1 Match to endstagePL2 cannball:0:EA7A:01:001:1 Match to end stage Now! PL2 cannball:0:EA7C:03:000:Infinite Lightning Balls PL2 cannball:0:EAD4:14:000:Curr Ball always Red PL2 cannball:0:EAD4:15:000:Curr Ball always Blue PL2 cannball:0:EAD4:16:000:Curr Ball always Green PL2 cannball:0:EAD4:17:000:Curr Ball always Purple PL2 cannball:0:EAD4:18:000:Curr Ball always Orange PL2 cannball:0:EAD4:19:000:Curr Ball always Yellow PL2 cannball:0:EAD4:1A:000:Curr Ball always White PL2 cannball:0:EAD4:1C:000:Curr Ball always ArrowUp PL2 cannball:0:EAD5:14:000:Next Ball always Red PL2 cannball:0:EAD5:15:000:Next Ball always Blue PL2 cannball:0:EAD5:16:000:Next Ball always Green PL2 cannball:0:EAD5:17:000:Next Ball always Purple PL2 cannball:0:EAD5:18:000:Next Ball always Orange PL2 cannball:0:EAD5:19:000:Next Ball always Yellow PL2 cannball:0:EAD5:1A:000:Next Ball always White PL2 cannball:0:EAD5:1C:000:Next Ball always ArrowUp PL2 cannball:0:EAD4:14:001:Curr Ball = Red Now! PL2 cannball:0:EAD4:15:001:Curr Ball = Blue Now! PL2 cannball:0:EAD4:16:001:Curr Ball = Green Now! PL2 cannball:0:EAD4:17:001:Curr Ball = Purple Now! PL2 cannball:0:EAD4:18:001:Curr Ball = Orange Now! PL2 cannball:0:EAD4:19:001:Curr Ball = Yellow Now! PL2 cannball:0:EAD4:1A:001:Curr Ball = White Now! PL2 cannball:0:EAD4:1C:001:Curr Ball = ArrowUp Now! PL2 cannball:0:EAD5:14:001:Next Ball = Red Now! PL2 cannball:0:EAD5:15:001:Next Ball = Blue Now! PL2 cannball:0:EAD5:16:001:Next Ball = Green Now! PL2 cannball:0:EAD5:17:001:Next Ball = Purple Now! PL2 cannball:0:EAD5:18:001:Next Ball = Orange Now! PL2 cannball:0:EAD5:19:001:Next Ball = Yellow Now! PL2 cannball:0:EAD5:1A:001:Next Ball = White Now! PL2 cannball:0:EAD5:1C:001:Next Ball = ArrowUp Now! PL2 ; [ Cannon Ball (Crazy Climber hardware) ] cannonb:0:60FC:99:000:Infinite Credits cannonb:0:60FD:99:500:Infinite Credits (2/3) cannonb:0:60FE:99:500:Infinite Credits (3/3) cannonb:0:616F:0C:000:Infinite Lives :cannonb:00000010:60C4:00000024:000010FF:Always Keep Ball in Play ; [ Cannonball (set 2) ] cannonb2:0:60FC:99:000:Infinite Credits cannonb2:0:60FD:99:500:Infinite Credits (2/3) cannonb2:0:60FE:99:500:Infinite Credits (3/3) cannonb2:0:616F:0C:000:Infinite Lives :cannonb2:00000010:60C4:00000024:000010FF:Always Keep Ball in Play ; [ Canvas Croquis ] :canvas:00500000:E92F:00000998:FFFFFFFF:Infinite Credits :canvas:00000000:EA50:00000001:FFFFFFFF:Infinite Time :canvas:00000000:EA4C:00000099:FFFFFFFF:Infinite Bonus Stage Time :canvas:00000000:EA2A:00000009:FFFFFFFF:Infinite Lives :canvas:20A00000:370B:000FC286:FFFFFFFF:Invincibility :canvas:20810000:457D:000000B7:FFFFFFFF:Invincibility (2/3):1st = Enemy (res 0,(iy+$00)/jp nz,$370F) :canvas:20910000:523D:0000F818:FFFFFFFF:Invincibility (3/3):2nd = Bomb (or a), 3rd = Skull (jr $5237) :canvas:00200000:EA38:00999999:FFFFFFFF:Always Maximum Bonus Point :canvas:00000000:EA3D:00000002:FFFFFFFF:Next Always Bonus Stage :canvas:20000001:28FC:000000C3:FFFFFFFF:Finish Current Stage Now!:Reversed panel doesn't open :canvas:20010021:28FC:000000C2:FFFFFFFF:Finish Current Stage Now! (2/2) :canvas:20800000:2E1B:000000C9:FFFFFFFF:No Opening Wrong Panel:Enabled in bonus stage :canvas:60000000:0000:00000000:00000000:[ Reset with Service Mode = ON ] :canvas:60000000:0000:00000000:00000000:[ to enable Sound Test. ] :canvas:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :canvas:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop. ] :canvas:00000086:E010:00000000:FFFFFFFF:Sound Test:Sound Code :canvas:20A10000:1386:00E01021:FFFFFFFF:Sound Test (02/15):ld hl,$E010 :canvas:20A10000:1389:00C1003A:FFFFFFFF:Sound Test (03/15):ld a,($C100) :canvas:20B10000:138C:F628BE23:FFFFFFFF:Sound Test (04/15):inc hl / cp (hl) / jr z,$1386 :canvas:20B10000:1390:FEFE2B47:FFFFFFFF:Sound Test (05/15):ld b,a / dec hl / cp $FE :canvas:20B10000:1394:FDFE0E28:FFFFFFFF:Sound Test (06/15):jr z,$13A4 / cp $FD :canvas:20B10000:1398:EFFE0D28:FFFFFFFF:Sound Test (07/15):jr z,$13A7 / cp $EF :canvas:20B10000:139C:DFFE0C28:FFFFFFFF:Sound Test (08/15):jr z,$13AA / cp $DF :canvas:20B10000:13A0:0E180C28:FFFFFFFF:Sound Test (09/15):jr z,$13AE / jr $13B2 :canvas:20B10000:13A4:350B1834:FFFFFFFF:Sound Test (10/15):inc (hl) / jr $13B2 / dec (hl) :canvas:20B10000:13A8:013E0818:FFFFFFFF:Sound Test (11/15):jr $13B2 / ld a,$01 :canvas:20A10000:13AC:007E0118:FFFFFFFF:Sound Test (12/15):jr $13AF / ld a,(hl) :canvas:20A10000:13AF:00C70032:FFFFFFFF:Sound Test (13/15):ld ($C700),a :canvas:20B10000:13B2:D0187023:FFFFFFFF:Sound Test (14/15):inc hl / ld (hl),b / jr $1386 :canvas:21810000:0C71:00000073:FFFFFFFF:Sound Test (15/15):jp z,$0C30 -> $0C73 (CPU2) ; [ Canyon Bomber ] canyon:0:0024:09:000:Infinite Misses (Black) PL1 canyon:0:0025:09:000:Infinite Misses (White) PL2 ; [ Canyon Bomber (prototype) ] canyonp:0:0024:09:000:Infinite Misses (Black) PL1 canyonp:0:0025:09:000:Infinite Misses (White) PL2 ; [ Capcom Bowling (set 1) ] capbowl:0:55CE:63:000:Infinite Credits capbowl:0:50E1:00:000:Infinite Time capbowl:0:5083:0A:000:Always make a strike ; [ Capcom Bowling (set 2) ] capbowl2:0:55CE:63:000:Infinite Credits capbowl2:0:50E1:00:000:Infinite Time capbowl2:0:5083:0A:000:Always make a strike ; [ Capcom Bowling (set 3) ] capbowl3:0:558E:63:000:Infinite Credits capbowl3:0:50E1:00:000:Infinite Time capbowl3:0:5083:0A:000:Always make a strike ; [ Capcom Bowling (set 4) ] capbowl4:0:558E:63:000:Infinite Credits capbowl4:0:50E1:00:000:Infinite Time capbowl4:0:5083:0A:000:Always make a strike ; [ Capitol ] capitol:0:438F:09:000:Infinite Credits capitol:0:43A6:DD:000:Never have shields capitol:0:43A6:00:003:Shield Always Ready capitol:0:0CC4:C9:100:Invincibility capitol:0:4390:09:000:Infinite Lives PL1 capitol:0:4391:09:000:Infinite Lives PL2 ; [ Captain America and The Avengers (Asia Rev 1.9) ] captaven:0:01278D8:63:000:Infinite Credits captaven:0:0120008:E8:000:Infinite Energy PL1 captaven:0:0120009:03:500:Infinite Energy PL1 (2/2) captaven:0:0120048:02:000:Invincibility PL1 captaven:0:0120088:E8:000:Infinite Energy PL2 captaven:0:0120089:03:500:Infinite Energy PL2 (2/2) captaven:0:01200C8:02:000:Invincibility PL2 captaven:0:0120108:E8:000:Infinite Energy PL3 captaven:0:0120109:03:500:Infinite Energy PL3 (2/2) captaven:0:0120148:02:000:Invincibility PL3 captaven:0:0120188:E8:000:Infinite Energy PL4 captaven:0:0120189:03:500:Infinite Energy PL4 (2/2) captaven:0:01201C8:02:000:Invincibility PL4 ; [ Captain America and The Avengers (Asia Rev 1.0) ] captavna:0:01278D8:63:000:Infinite Credits captavna:0:0120008:E8:000:Infinite Energy PL1 captavna:0:0120009:03:500:Infinite Energy PL1 (2/2) captavna:0:0120048:02:000:Invincibility PL1 captavna:0:0120088:E8:000:Infinite Energy PL2 captavna:0:0120089:03:500:Infinite Energy PL2 (2/2) captavna:0:01200C8:02:000:Invincibility PL2 captavna:0:0120108:E8:000:Infinite Energy PL3 captavna:0:0120109:03:500:Infinite Energy PL3 (2/2) captavna:0:0120148:02:000:Invincibility PL3 captavna:0:0120188:E8:000:Infinite Energy PL4 captavna:0:0120189:03:500:Infinite Energy PL4 (2/2) captavna:0:01201C8:02:000:Invincibility PL4 ; [ Captain America and The Avengers (UK Rev 1.4) ] captavne:0:01278D8:63:000:Infinite Credits captavne:0:0120008:E8:000:Infinite Energy PL1 captavne:0:0120009:03:500:Infinite Energy PL1 (2/2) captavne:0:0120048:02:000:Invincibility PL1 captavne:0:0120088:E8:000:Infinite Energy PL2 captavne:0:0120089:03:500:Infinite Energy PL2 (2/2) captavne:0:01200C8:02:000:Invincibility PL2 captavne:0:0120108:E8:000:Infinite Energy PL3 captavne:0:0120109:03:500:Infinite Energy PL3 (2/2) captavne:0:0120148:02:000:Invincibility PL3 captavne:0:0120188:E8:000:Infinite Energy PL4 captavne:0:0120189:03:500:Infinite Energy PL4 (2/2) captavne:0:01201C8:02:000:Invincibility PL4 ; [ Captain America and The Avengers (Japan Rev 0.2) ] captavnj:0:01278D8:63:000:Infinite Credits captavnj:0:0120008:E8:000:Infinite Energy PL1 captavnj:0:0120009:03:500:Infinite Energy PL1 (2/2) captavnj:0:0120048:02:000:Invincibility PL1 captavnj:0:0120088:E8:000:Infinite Energy PL2 captavnj:0:0120089:03:500:Infinite Energy PL2 (2/2) captavnj:0:01200C8:02:000:Invincibility PL2 captavnj:0:0120108:E8:000:Infinite Energy PL3 captavnj:0:0120109:03:500:Infinite Energy PL3 (2/2) captavnj:0:0120148:02:000:Invincibility PL3 captavnj:0:0120188:E8:000:Infinite Energy PL4 captavnj:0:0120189:03:500:Infinite Energy PL4 (2/2) captavnj:0:01201C8:02:000:Invincibility PL4 ; [ Captain America and The Avengers (US Rev 1.9) ] captavnu:0:01278D8:63:000:Infinite Credits captavnu:0:0120008:E8:000:Infinite Energy PL1 captavnu:0:0120009:03:500:Infinite Energy PL1 (2/2) captavnu:0:0120048:02:000:Invincibility PL1 captavnu:0:0120088:E8:000:Infinite Energy PL2 captavnu:0:0120089:03:500:Infinite Energy PL2 (2/2) captavnu:0:01200C8:02:000:Invincibility PL2 captavnu:0:0120108:E8:000:Infinite Energy PL3 captavnu:0:0120109:03:500:Infinite Energy PL3 (2/2) captavnu:0:0120148:02:000:Invincibility PL3 captavnu:0:0120188:E8:000:Infinite Energy PL4 captavnu:0:0120189:03:500:Infinite Energy PL4 (2/2) captavnu:0:01201C8:02:000:Invincibility PL4 ; [ Captain America and The Avengers (US Rev 1.6) ] captavuu:0:01278D8:63:000:Infinite Credits captavuu:0:0120008:E8:000:Infinite Energy PL1 captavuu:0:0120009:03:500:Infinite Energy PL1 (2/2) captavuu:0:0120048:02:000:Invincibility PL1 captavuu:0:0120088:E8:000:Infinite Energy PL2 captavuu:0:0120089:03:500:Infinite Energy PL2 (2/2) captavuu:0:01200C8:02:000:Invincibility PL2 captavuu:0:0120108:E8:000:Infinite Energy PL3 captavuu:0:0120109:03:500:Infinite Energy PL3 (2/2) captavuu:0:0120148:02:000:Invincibility PL3 captavuu:0:0120188:E8:000:Infinite Energy PL4 captavuu:0:0120189:03:500:Infinite Energy PL4 (2/2) captavuu:0:01201C8:02:000:Invincibility PL4 ; [ Captain Commando (Japan 911202) ] captcomj:0:FFAA7C:64:000:Infinite Lives PL1 captcomj:0:FFA9D1:48:000:Infinite Energy PL1 captcomj:0:FFAA41:02:000:Infinite Ammo on pickup PL1 captcomj:0:FFAA69:C8:000:Invincibility PL1 captcomj:0:FFAB7C:64:000:Infinite Lives PL2 captcomj:0:FFAAD1:48:000:Infinite Energy PL2 captcomj:0:FFAB41:02:000:Infinite Ammo on pickup PL2 captcomj:0:FFAB69:C8:000:Invincibility PL2 captcomj:0:FFAC7C:64:000:Infinite Lives PL3 captcomj:0:FFABD1:48:000:Infinite Energy PL3 captcomj:0:FFAC41:02:000:Infinite Ammo on pickup PL3 captcomj:0:FFAC69:C8:000:Invincibility PL3 captcomj:0:FFAD7C:64:000:Infinite Lives PL4 captcomj:0:FFACD1:48:000:Infinite Energy PL4 captcomj:0:FFAD41:02:000:Infinite Ammo on pickup PL4 captcomj:0:FFAD69:C8:000:Invincibility PL4 ; [ Captain Commando (World 911014) ] captcomm:0:FFAA7C:64:000:Infinite Lives PL1 captcomm:0:FFA9D1:48:000:Infinite Energy PL1 captcomm:0:FFAA41:02:000:Infinite Ammo on pickup PL1 captcomm:0:FFAA69:C8:000:Invincibility PL1 captcomm:0:FFAB7C:64:000:Infinite Lives PL2 captcomm:0:FFAAD1:48:000:Infinite Energy PL2 captcomm:0:FFAB41:02:000:Infinite Ammo on pickup PL2 captcomm:0:FFAB69:C8:000:Invincibility PL2 captcomm:0:FFAC7C:64:000:Infinite Lives PL3 captcomm:0:FFABD1:48:000:Infinite Energy PL3 captcomm:0:FFAC41:02:000:Infinite Ammo on pickup PL3 captcomm:0:FFAC69:C8:000:Invincibility PL3 captcomm:0:FFAD7C:64:000:Infinite Lives PL4 captcomm:0:FFACD1:48:000:Infinite Energy PL4 captcomm:0:FFAD41:02:000:Infinite Ammo on pickup PL4 captcomm:0:FFAD69:C8:000:Invincibility PL4 ; [ Captain Commando (US 910928) ] captcomu:0:FFAA7C:64:000:Infinite Lives PL1 captcomu:0:FFA9D1:48:000:Infinite Energy PL1 captcomu:0:FFAA41:02:000:Infinite Ammo on pickup PL1 captcomu:0:FFAA69:C8:000:Invincibility PL1 captcomu:0:FFAB7C:64:000:Infinite Lives PL2 captcomu:0:FFAAD1:48:000:Infinite Energy PL2 captcomu:0:FFAB41:02:000:Infinite Ammo on pickup PL2 captcomu:0:FFAB69:C8:000:Invincibility PL2 captcomu:0:FFAC7C:64:000:Infinite Lives PL3 captcomu:0:FFABD1:48:000:Infinite Energy PL3 captcomu:0:FFAC41:02:000:Infinite Ammo on pickup PL3 captcomu:0:FFAC69:C8:000:Invincibility PL3 captcomu:0:FFAD7C:64:000:Infinite Lives PL4 captcomu:0:FFACD1:48:000:Infinite Energy PL4 captcomu:0:FFAD41:02:000:Infinite Ammo on pickup PL4 captcomu:0:FFAD69:C8:000:Invincibility PL4 ; [ Car Action ] caractn:0:001A:04:000:Infinite Lives :caractn:20800000:1C50D:00000060:FFFFFFFF:Invincibility :caractn:20810000:1C640:00000060:FFFFFFFF:Invincibility (2/2) caractn:0:0090:01:000:Jump Always O.K. caractn:0:0080:19:000:Never Come Down From Jump caractn:0:0021:00:000:0 cars smashed (50000 pts) ; [ Card Line ] cardline:0:0000:00:999:[ This game hasn't even ]:REASON 11 cardline:0:0000:00:999:[ been looked at due to ]:REASON 11 cardline:0:0000:00:999:[ time constraints - Too]:REASON 11 cardline:0:0000:00:999:[ many games and so ]:REASON 11 cardline:0:0000:00:999:[ little time. It is ]:REASON 11 cardline:0:0000:00:999:[ even possible that ]:REASON 11 cardline:0:0000:00:999:[ this game may be a ]:REASON 11 cardline:0:0000:00:999:[ clone of an existing ]:REASON 11 cardline:0:0000:00:999:[ game which may have ]:REASON 11 cardline:0:0000:00:999:[ cheats. Please search ]:REASON 11 cardline:0:0000:00:999:[ the cheat forums ]:REASON 11 cardline:0:0000:00:999:[ before posting cheat ]:REASON 11 cardline:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Car Jamboree ] carjmbre:0:80C7:63:000:Infinite Credits carjmbre:0:81F8:03:000:Infinite Lives carjmbre:0:841F:39:000:Infinite Fuel ; [ CarnEvil ] carnevil:0:001DDDB8:20:000:Infinite Credits :carnevil:00000000:001E050C:00000008:FFFFFFFF:Invincibility PL1 :carnevil:00000000:001E04D4:00000006:FFFFFFFF:Infinite Ammo PL1 :carnevil:00000000:001E0624:00000008:FFFFFFFF:Invincibility PL2 :carnevil:00000000:001E05EC:00000006:FFFFFFFF:Infinite Ammo PL2 ; [ Carnival (upright) ] carnival:0:E590:30:007:Infinite Ammo ; [ Carnival (cocktail) ] carnvckt:0:E590:30:007:Infinite Ammo ; [ Car Polo ] carpolo:0:0012:9A:000:Infinite Time carpolo:0:0010:10:000:Red Team Score always = 10 carpolo:0:0010:00:000:Red Team Score always = 0 carpolo:0:0010:10:001:Red Team Score = 10 Now! carpolo:0:0010:00:001:Red Team Score = 0 Now! carpolo:0:0010:99:073:Select Red Team Score carpolo:0:0011:10:000:Blue Team Score always = 10 carpolo:0:0011:00:000:Blue Team Score always = 0 carpolo:0:0011:10:001:Blue Team Score = 10 Now! carpolo:0:0011:00:001:Blue Team Score = 0 Now! carpolo:0:0011:99:073:Select Blue Team Score ; [ Cart Fury ] cartfury:0:0000:00:999:[ There are no cheats ]:REASON 1 cartfury:0:0000:00:999:[ for this game as it ]:REASON 1 cartfury:0:0000:00:999:[ didn't work the last ]:REASON 1 cartfury:0:0000:00:999:[ time it was tested. ]:REASON 1 cartfury:0:0000:00:999:[ If the game now works ]:REASON 1 cartfury:0:0000:00:999:[ please request cheats ]:REASON 1 cartfury:0:0000:00:999:[ for it on the cheat ]:REASON 1 cartfury:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cascade ] cascade:0:0075:0F:000:Infinite Credits cascade:0:0079:00:000:Infinite Lives cascade:0:0014:01:000:Always have All Bats cascade:0:0015:01:500:Always have All Bats (2/6) cascade:0:0016:01:500:Always have All Bats (3/6) cascade:0:0017:01:500:Always have All Bats (4/6) cascade:0:0018:01:500:Always have All Bats (5/6) cascade:0:0019:01:500:Always have All Bats (6/6) ; [ Astro Fantasia (Cassette) ] castfant:0:000A:99:000:Infinite Credits castfant:0:0031:09:000:Infinite Lives ; [ Catapult ] catapult:0:0000:00:999:[ There are no cheats ]:REASON 1 catapult:0:0000:00:999:[ for this game as it ]:REASON 1 catapult:0:0000:00:999:[ didn't work the last ]:REASON 1 catapult:0:0000:00:999:[ time it was tested. ]:REASON 1 catapult:0:0000:00:999:[ If the game now works ]:REASON 1 catapult:0:0000:00:999:[ please request cheats ]:REASON 1 catapult:0:0000:00:999:[ for it on the cheat ]:REASON 1 catapult:0:0000:00:999:[ forums. ]:REASON 1 ; [ Catch-22 (version 8.0) ] catch22:0:36C4:63:000:Infinite Credits catch22:0:3318:00:000:No time between bullets ; [ Caterpillar ] caterplr:0:2CB6:38:100:Invincibility caterplr:0:2CB7:EA:600:Invincibility (2/2):Change "cmp #$07" to sec, nop to force the following BCS to branch caterplr:0:0070:F8:000:No Fleas and Scorpions caterplr:0:0061:FF:000:No Spiders caterplr:0:00B5:00:000:No Spider sound caterplr:0:0070:3B:000:Alter Flea Behaviour 1 caterplr:0:0040:2C:000:Alter Flea Behaviour 2 caterplr:0:00A5:06:000:Infinite Lives PL1 caterplr:0:00A6:06:000:Infinite Lives PL2 ; [ Cat and Mouse (set 2) ] :catmousa:00000000:1F09:00000060:FFFFFFFF:Infinite Credits :catmousa:00000000:155F:00000008:FFFFFFFF:Infinite Lives PL1 :catmousa:00000000:1560:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Cat and Mouse (set 1) ] :catnmous:00000000:1F09:00000060:FFFFFFFF:Infinite Credits :catnmous:00000000:155F:00000008:FFFFFFFF:Infinite Lives PL1 :catnmous:00000000:1560:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Catt (Japan) ] catt:0:101D05:99:007:Infinite Time catt:0:101DD3:64:000:Infinite Lives catt:0:101DCF:0C:000:Infinite Energy catt:0:101DD1:0C:500:Infinite Energy (2/2) catt:0:101E65:03:000:Invincibility:Falling down gaps or into water can still kill you though! :catt:00001301:101DC9:00000004:FFFFFFFF:Select Starting Level Now!:Enable this on the title screen or on the choose 1 or 2 player screen :catt:00010011:101009:00000001:00000109:Select Starting Level Now! (2/2):Part 2 pokes the credit counter with 1 if it = 0, for user friendliness ; [ Cavelon ] cavelon:0:4303:99:000:Infinite Credits cavelon:0:4032:05:000:Infinite Lives PL1 cavelon:0:4036:06:000:Infinite Swords PL1 cavelon:0:4033:05:000:Infinite Lives PL2 cavelon:0:4037:06:000:Infinite Swords PL2 ; [ Cosmic Avenger ] cavenger:0:60E7:06:000:Infinite Lives PL1 cavenger:0:6216:06:000:Infinite Lives PL2 cavenger:0:0000:00:999:[Activate during play only!] cavenger:0:6354:AA:000:Invincibility ; [ Carrier Air Wing (World 901012) ] cawing:0:FF800B:99:000:Infinite Time cawing:0:FF838D:60:000:Infinite Energy PL1 cawing:0:FF838F:60:500:Infinite Energy PL1 (2/2) cawing:0:FF8341:02:000:Invincibility PL1 cawing:0:FF83BB:99:000:Infinite Ammo PL1 cawing:0:FF83B3:90:000:Infinite Money PL1 cawing:0:FF83BD:04:000:Infinite Shield on pickup PL1 cawing:0:FF83B0:05:000:Weapon level 6 (max) PL1 cawing:0:FF848D:60:000:Infinite Energy PL2 cawing:0:FF848F:60:500:Infinite Energy PL2 (2/2) cawing:0:FF8400:02:000:Invincibility PL2 cawing:0:FF84BB:99:000:Infinite Ammo.PL2 cawing:0:FF84B3:90:000:Infinite Money PL2 cawing:0:FF84BD:04:000:Infinite Shield on pickup PL2 cawing:0:FF84B0:05:000:Weapon level 6 (max) PL2 ; [ U.S. Navy (Japan 901012) ] cawingj:0:FF800B:99:000:Infinite Time cawingj:0:FF838D:60:000:Infinite Energy PL1 cawingj:0:FF838F:60:500:Infinite Energy PL1 (2/2) cawingj:0:FF8341:02:000:Invincibility PL1 cawingj:0:FF83BB:99:000:Infinite Ammo PL1 cawingj:0:FF83B3:90:000:Infinite Money PL1 cawingj:0:FF83BD:04:000:Infinite Shield on pickup PL1 cawingj:0:FF83B0:05:000:Weapon level 6 (max) PL1 cawingj:0:FF848D:60:000:Infinite Energy PL2 cawingj:0:FF848F:60:500:Infinite Energy PL2 (2/2) cawingj:0:FF8400:02:000:Invincibility PL2 cawingj:0:FF84BB:99:000:Infinite Ammo.PL2 cawingj:0:FF84B3:90:000:Infinite Money PL2 cawingj:0:FF84BD:04:000:Infinite Shield on pickup PL2 cawingj:0:FF84B0:05:000:Weapon level 6 (max) PL2 ; [ Carrier Air Wing (US 901012) ] cawingu:0:FF800B:99:000:Infinite Time cawingu:0:FF838D:60:000:Infinite Energy PL1 cawingu:0:FF838F:60:500:Infinite Energy PL1 (2/2) cawingu:0:FF8341:02:000:Invincibility PL1 cawingu:0:FF83BB:99:000:Infinite Ammo PL1 cawingu:0:FF83B3:90:000:Infinite Money PL1 cawingu:0:FF83BD:04:000:Infinite Shield on pickup PL1 cawingu:0:FF83B0:05:000:Weapon level 6 (max) PL1 cawingu:0:FF848D:60:000:Infinite Energy PL2 cawingu:0:FF848F:60:500:Infinite Energy PL2 (2/2) cawingu:0:FF8400:02:000:Invincibility PL2 cawingu:0:FF84BB:99:000:Infinite Ammo.PL2 cawingu:0:FF84B3:90:000:Infinite Money PL2 cawingu:0:FF84BD:04:000:Infinite Shield on pickup PL2 cawingu:0:FF84B0:05:000:Weapon level 6 (max) PL2 ; [ Cool Boarders Arcade Jam ] cbaj:0:0000:00:999:[ This game hasn't even ]:REASON 11 cbaj:0:0000:00:999:[ been looked at due to ]:REASON 11 cbaj:0:0000:00:999:[ time constraints - Too]:REASON 11 cbaj:0:0000:00:999:[ many games and so ]:REASON 11 cbaj:0:0000:00:999:[ little time. It is ]:REASON 11 cbaj:0:0000:00:999:[ even possible that ]:REASON 11 cbaj:0:0000:00:999:[ this game may be a ]:REASON 11 cbaj:0:0000:00:999:[ clone of an existing ]:REASON 11 cbaj:0:0000:00:999:[ game which may have ]:REASON 11 cbaj:0:0000:00:999:[ cheats. Please search ]:REASON 11 cbaj:0:0000:00:999:[ the cheat forums ]:REASON 11 cbaj:0:0000:00:999:[ before posting cheat ]:REASON 11 cbaj:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Cannonball (Atari, prototype) ] cball:0:0000:00:999:[ There are no cheats ]:REASON 1 cball:0:0000:00:999:[ for this game as it ]:REASON 1 cball:0:0000:00:999:[ didn't work the last ]:REASON 1 cball:0:0000:00:999:[ time it was tested. ]:REASON 1 cball:0:0000:00:999:[ If the game now works ]:REASON 1 cball:0:0000:00:999:[ please request cheats ]:REASON 1 cball:0:0000:00:999:[ for it on the cheat ]:REASON 1 cball:0:0000:00:999:[ forums. ]:REASON 1 ; [ Capcom Baseball (Japan) ] cbasebal:0:F1B9:00:000:Infinite Strikes cbasebal:0:F1BA:00:000:Infinite Balls cbasebal:0:F1BB:00:000:Infinite Outs cbasebal:0:F1B9:00:001:Set Strikes to 0 Now! cbasebal:0:F1B9:03:001:Set Strikes to 3 Now! cbasebal:0:F1BA:00:001:Set Balls to 0 Now! cbasebal:0:F1BA:04:001:Set Balls to 4 Now! cbasebal:0:F1BB:00:001:Set Outs to 0 Now! cbasebal:0:F1BB:03:001:Set Outs to 3 Now! cbasebal:0:F19A:99:073:Select Score PL1 cbasebal:0:F19B:99:073:Select Score PL2 ; [ Boulder Dash (Cassette) ] cbdash:0:0040:99:000:Infinite Time:Turn OFF at end of level! cbdash:0:0040:00:001:No Time Left Now!:Commit Suicide! cbdash:0:0041:00:501:No Time Left Now! (2/2) cbdash:0:003E:99:073:Select number of diamonds cbdash:0:0042:82:001:Open level door Now! cbdash:0:002A:1E:000:Infinite Lives PL1 cbdash:0:002F:1E:000:Infinite Lives PL2 ; [ Bump N Jump (Cassette) ] cbnj:0:0004:09:000:Infinite Credits cbnj:0:0019:05:000:Infinite Lives :cbnj:20800000:10C23:00000060:FFFFFFFF:Invincibility :cbnj:20810000:10D56:00000060:FFFFFFFF:Invincibility (2/2) ; [ Burger Time (Cassette) ] cbtime:0:2730:00:100:Invincibility cbtime:0:2734:01:600:Invincibility (2/2) cbtime:0:006F:80:021:Finish this Level Now! :cbtime:00000500:00A8:00000004:FFFFFFFF:Select Speed cbtime:0:0029:05:000:Infinite Lives PL1 cbtime:0:002B:99:000:Infinite Pepper PL1 cbtime:0:002A:05:000:Infinite Lives PL2 cbtime:0:002C:99:000:Infinite Pepper PL2 ; [ Burnin' Rubber (Cassette, set 2) ] cburnrb2:0:0004:09:000:Infinite Credits cburnrb2:0:0018:05:000:Infinite Lives :cburnrb2:20800000:10BEF:00000060:FFFFFFFF:Invincibility :cburnrb2:20810000:10D22:00000060:FFFFFFFF:Invincibility (2/2) ; [ Burnin' Rubber (Cassette, set 1) ] cburnrub:0:0004:09:000:Infinite Credits cburnrub:0:0019:05:000:Infinite Lives :cburnrub:20800000:10C23:00000060:FFFFFFFF:Invincibility :cburnrub:20810000:10D56:00000060:FFFFFFFF:Invincibility (2/2) ; [ Crude Buster (World FX version) ] cbuster:0:080043:99:000:Infinite Time cbuster:0:080042:09:500:Infinite Time (2/2) cbuster:0:081005:00:001:1 hit to kill enemy Now! cbuster:0:081045:00:501:1 hit to kill enemy Now!(2/5) cbuster:0:081085:00:501:1 hit to kill enemy Now!(3/5) cbuster:0:0810C5:00:501:1 hit to kill enemy Now!(4/5) cbuster:0:081105:00:501:1 hit to kill enemy Now!(5/5) cbuster:0:080114:09:000:Infinite Lives PL1 cbuster:0:080113:38:000:Infinite Energy PL1 cbuster:0:080137:02:000:Invincibility PL1:Sprite Flickers cbuster:0:080194:09:000:Infinite Lives PL2 cbuster:0:080193:38:000:Infinite Energy PL2 cbuster:0:0801B7:02:000:Invincibility PL2:Sprite Flickers ; [ Crude Buster (Japan) ] cbusterj:0:080043:99:000:Infinite Time cbusterj:0:080042:09:500:Infinite Time (2/2) cbusterj:0:081005:00:001:1 hit to kill enemy Now! cbusterj:0:081045:00:501:1 hit to kill enemy Now!(2/5) cbusterj:0:081085:00:501:1 hit to kill enemy Now!(3/5) cbusterj:0:0810C5:00:501:1 hit to kill enemy Now!(4/5) cbusterj:0:081105:00:501:1 hit to kill enemy Now!(5/5) cbusterj:0:080114:09:000:Infinite Lives PL1 cbusterj:0:080113:38:000:Infinite Energy PL1 cbusterj:0:080137:02:000:Invincibility PL1:Sprite Flickers cbusterj:0:080194:09:000:Infinite Lives PL2 cbusterj:0:080193:38:000:Infinite Energy PL2 cbusterj:0:0801B7:02:000:Invincibility PL2:Sprite Flickers ; [ Crude Buster (World FU version) ] cbusterw:0:080043:99:000:Infinite Time cbusterw:0:080042:09:500:Infinite Time (2/2) cbusterw:0:081005:00:001:1 hit to kill enemy Now! cbusterw:0:081045:00:501:1 hit to kill enemy Now!(2/5) cbusterw:0:081085:00:501:1 hit to kill enemy Now!(3/5) cbusterw:0:0810C5:00:501:1 hit to kill enemy Now!(4/5) cbusterw:0:081105:00:501:1 hit to kill enemy Now!(5/5) cbusterw:0:080114:09:000:Infinite Lives PL1 cbusterw:0:080113:38:000:Infinite Energy PL1 cbusterw:0:080137:02:000:Invincibility PL1:Sprite Flickers cbusterw:0:080194:09:000:Infinite Lives PL2 cbusterw:0:080193:38:000:Infinite Energy PL2 cbusterw:0:0801B7:02:000:Invincibility PL2:Sprite Flickers ; [ Chinese Casino [BET] (Japan) ] ccasino:0:0000:00:999:[ The winning hand cheat must be activated ] ccasino:0:0000:00:999:[ when there are 14 tiles in your hand, ] ccasino:0:0000:00:999:[ then press the RON key ('Z' by default). ] ccasino:0:0000:00:999:[ The tiles do not visually change until ] ccasino:0:0000:00:999:[ you make a move. ] ccasino:0:B981:30:001:Get winning hand Now!:Not working yet ! ccasino:0:B982:30:501:Get winning hand Now! (02/14) ccasino:0:B983:30:501:Get winning hand Now! (03/14) ccasino:0:B984:31:501:Get winning hand Now! (04/14) ccasino:0:B985:31:501:Get winning hand Now! (05/14) ccasino:0:B986:31:501:Get winning hand Now! (06/14) ccasino:0:B987:32:501:Get winning hand Now! (07/14) ccasino:0:B988:32:501:Get winning hand Now! (08/14) ccasino:0:B989:32:501:Get winning hand Now! (09/14) ccasino:0:B98A:33:501:Get winning hand Now! (10/14) ccasino:0:B98B:33:501:Get winning hand Now! (11/14) ccasino:0:B98C:33:501:Get winning hand Now! (12/14) ccasino:0:B98D:34:501:Get winning hand Now! (13/14) ccasino:0:B98E:34:501:Get winning hand Now! (14/14) ccasino:0:B981:30:000:Always have winning hand ccasino:0:B982:30:500:Always have winning hand (02/14) ccasino:0:B983:30:500:Always have winning hand (03/14) ccasino:0:B984:31:500:Always have winning hand (04/14) ccasino:0:B985:31:500:Always have winning hand (05/14) ccasino:0:B986:31:500:Always have winning hand (06/14) ccasino:0:B987:32:500:Always have winning hand (07/14) ccasino:0:B988:32:500:Always have winning hand (08/14) ccasino:0:B989:32:500:Always have winning hand (09/14) ccasino:0:B98A:33:500:Always have winning hand (10/14) ccasino:0:B98B:33:500:Always have winning hand (11/14) ccasino:0:B98C:33:500:Always have winning hand (12/14) ccasino:0:B98D:34:500:Always have winning hand (13/14) ccasino:0:B98E:34:500:Always have winning hand (14/14) :ccasino:00000006:B981:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :ccasino:00000006:B781:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ccasino:0:0000:00:999:[ Here is the look-up list for ] ccasino:0:0000:00:999:[ the above watches. ] ccasino:0:0000:00:999:[ ] ccasino:0:0000:00:999:[ value common name chinese name ] ccasino:0:0000:00:999:[ ??h - no tile - ] ccasino:0:0000:00:999:[ 00h 1 "characters" 1 "wan" ] ccasino:0:0000:00:999:[ 01h 2 "characters" 2 "wan" ] ccasino:0:0000:00:999:[ 02h 3 "characters" 3 "wan" ] ccasino:0:0000:00:999:[ 03h 4 "characters" 4 "wan" ] ccasino:0:0000:00:999:[ 04h 5 "characters" 5 "wan" ] ccasino:0:0000:00:999:[ 05h 6 "characters" 6 "wan" ] ccasino:0:0000:00:999:[ 06h 7 "characters" 7 "wan" ] ccasino:0:0000:00:999:[ 07h 8 "characters" 8 "wan" ] ccasino:0:0000:00:999:[ 08h 9 "characters" 9 "wan" ] ccasino:0:0000:00:999:[ 10h 1 "dots" 1 "tung" ] ccasino:0:0000:00:999:[ 11h 2 "dots" 2 "tung" ] ccasino:0:0000:00:999:[ 12h 3 "dots" 3 "tung" ] ccasino:0:0000:00:999:[ 13h 4 "dots" 4 "tung" ] ccasino:0:0000:00:999:[ 14h 5 "dots" 5 "tung" ] ccasino:0:0000:00:999:[ 15h 6 "dots" 6 "tung" ] ccasino:0:0000:00:999:[ 16h 7 "dots" 7 "tung" ] ccasino:0:0000:00:999:[ 17h 8 "dots" 8 "tung" ] ccasino:0:0000:00:999:[ 18h 9 "dots" 9 "tung" ] ccasino:0:0000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] ccasino:0:0000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] ccasino:0:0000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] ccasino:0:0000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] ccasino:0:0000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] ccasino:0:0000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] ccasino:0:0000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] ccasino:0:0000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] ccasino:0:0000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] ccasino:0:0000:00:999:[ 30h East "wind" ] ccasino:0:0000:00:999:[ 31h South "wind" ] ccasino:0:0000:00:999:[ 32h West "wind" ] ccasino:0:0000:00:999:[ 33h North "wind" ] ccasino:0:0000:00:999:[ 34h White "dragon" ] ccasino:0:0000:00:999:[ 35h Green "dragon" ] ccasino:0:0000:00:999:[ 36h Red "dragon" ] ; [ Crystal Castles (version 2) ] ccastle2:0:840A:08:000:Infinite Lives ccastle2:0:862E:FF:000:Invincibility ccastle2:0:006B:00:001:Finish this Screen Now! ccastle2:0:006C:00:501:Finish this Screen Now! (2/2) ; [ Crystal Castles (version 3) ] ccastle3:0:840A:08:000:Infinite Lives ccastle3:0:862E:FF:000:Invincibility ccastle3:0:006C:00:001:Finish this Screen Now! ccastle3:0:006D:00:501:Finish this Screen Now! (2/2) ; [ Crystal Castles (version 4) ] ccastles:0:840A:08:000:Infinite Lives ccastles:0:862E:FF:000:Invincibility ccastles:0:006C:00:001:Finish this Screen Now! ccastles:0:006D:00:501:Finish this Screen Now! (2/2) ; [ Crazy Climber (bootleg set 1) ] ccboot:0:80D8:06:000:Infinite Lives ccboot:0:80E5:89:007:Infinite Bonus ccboot:0:82AD:FF:000:No Closing Windows ccboot:0:0000:00:999:[You still have to look out ] ccboot:0:0000:00:999:[for falling 'Crazy Climber'] ccboot:0:0000:00:999:[Boards and watch out for ] ccboot:0:0000:00:999:[one beam in the 4th Buildng] ccboot:0:815C:00:000:Dumb Enemies ccboot:0:8164:00:500:Dumb Enemies (2/3) ccboot:0:816C:00:500:Dumb Enemies (3/3) ; [ Crazy Climber (bootleg set 2) ] ccboot2:0:80D8:06:000:Infinite Lives ccboot2:0:80E5:89:007:Infinite Bonus ccboot2:0:82AD:FF:000:No Closing Windows ccboot2:0:0000:00:999:[You still have to look out ] ccboot2:0:0000:00:999:[for falling 'Crazy Climber'] ccboot2:0:0000:00:999:[Boards and watch out for ] ccboot2:0:0000:00:999:[one beam in the 4th Buildng] ccboot2:0:815C:00:000:Dumb Enemies ccboot2:0:8164:00:500:Dumb Enemies (2/3) ccboot2:0:816C:00:500:Dumb Enemies (3/3) ; [ Cosmic Chasm (set 1) ] cchasm:0:FFEC9B:06:000:Infinite Lives PL1 cchasm:0:FFEC9D:06:000:Infinite Lives PL2 ; [ Cosmic Chasm (set 2) ] cchasm1:0:FFEC9B:06:000:Infinite Lives PL1 cchasm1:0:FFEC9D:06:000:Infinite Lives PL2 ; [ Crazy Climber (US) ] cclimber:0:80D8:06:000:Infinite Lives cclimber:0:80E5:89:007:Infinite Bonus cclimber:0:82AD:FF:000:No Closing Windows cclimber:0:0000:00:999:[You still have to look out ] cclimber:0:0000:00:999:[for falling 'Crazy Climber'] cclimber:0:0000:00:999:[Boards and watch out for ] cclimber:0:0000:00:999:[one beam in the 4th Buildng] cclimber:0:815C:00:000:Dumb Enemies cclimber:0:8164:00:500:Dumb Enemies (2/3) cclimber:0:816C:00:500:Dumb Enemies (3/3) ; [ Crazy Climber 2 (Japan) ] cclimbr2:0:0611F3:0A:000:Infinite Lives PL1 cclimbr2:0:0611F4:03:000:Infinite Continues PL1 cclimbr2:0:06121D:0A:000:Infinite Lives PL2 cclimbr2:0:06121E:03:000:Infinite Continues PL2 cclimbr2:0:0625AA:99:000:Infinite Bonus (F6):F6 at the end of level cclimbr2:0:000000:00:999:[See the Dip Switch Menu to ] cclimbr2:0:000000:00:999:[enable Invincibility. ] cclimbr2:0:000000:00:999:[ ] cclimbr2:0:000000:00:999:[These Select round cheats ] cclimbr2:0:000000:00:999:[work for whichever player ] cclimbr2:0:000000:00:999:[is playing at the time that] cclimbr2:0:000000:00:999:[you enable it. ] cclimbr2:0:062623:05:071:Select current round cclimbr2:0:062623:05:061:Select next round :cclimbr2:00001301:062623:00000005:FFFFFFFF:Select starting round PL1:You should enable this cheat on the 'Select PL1/2 screen' ie. after credits have been inserted! This cheat works for PL1 only cclimbr2:0:000000:00:999:[These Start on Round cheats] cclimbr2:0:000000:00:999:[must be enabled on the ] cclimbr2:0:000000:00:999:[title screen and turned off] cclimbr2:0:000000:00:999:[when you start the round. ] cclimbr2:0:000000:00:999:[They will work for PL2 if ] cclimbr2:0:000000:00:999:[you it OFF during PL2s game] cclimbr2:0:062623:01:000:Start on Round 2 cclimbr2:0:062623:02:000:Start on Round 3 cclimbr2:0:062623:03:000:Start on Round 4 cclimbr2:0:062623:04:000:Start on Round 5 cclimbr2:0:062623:05:000:Start on Round 6 ; [ Crazy Climber (Japan) ] cclimbrj:0:80D8:06:000:Infinite Lives cclimbrj:0:80E5:89:007:Infinite Bonus cclimbrj:0:82AD:FF:000:No Closing Windows cclimbrj:0:0000:00:999:[You still have to look out ] cclimbrj:0:0000:00:999:[for falling 'Crazy Climber'] cclimbrj:0:0000:00:999:[Boards and watch out for ] cclimbrj:0:0000:00:999:[one beam in the 4th Buildng] cclimbrj:0:815C:00:000:Dumb Enemies cclimbrj:0:8164:00:500:Dumb Enemies (2/3) cclimbrj:0:816C:00:500:Dumb Enemies (3/3) ; [ Crazy Climber 2 (Japan Harder) ] cclmbr2a:0:0611F3:0A:000:Infinite Lives PL1 cclmbr2a:0:0611F4:03:000:Infinite Continues PL1 cclmbr2a:0:06121D:0A:000:Infinite Lives PL2 cclmbr2a:0:06121E:03:000:Infinite Continues PL2 cclmbr2a:0:0625AA:99:000:Infinite Bonus (F6):F6 at the end of level cclmbr2a:0:000000:00:999:[See the Dip Switch Menu to ] cclmbr2a:0:000000:00:999:[enable Invincibility. ] cclmbr2a:0:000000:00:999:[ ] cclmbr2a:0:000000:00:999:[These Select round cheats ] cclmbr2a:0:000000:00:999:[work for whichever player ] cclmbr2a:0:000000:00:999:[is playing at the time that] cclmbr2a:0:000000:00:999:[you enable it. ] cclmbr2a:0:062623:05:071:Select current round cclmbr2a:0:062623:05:061:Select next round :cclmbr2a:00001301:062623:00000005:FFFFFFFF:Select starting round PL1:You should enable this cheat on the 'Select PL1/2 screen' ie. after credits have been inserted! This cheat works for PL1 only cclmbr2a:0:000000:00:999:[These Start on Round cheats] cclmbr2a:0:000000:00:999:[must be enabled on the ] cclmbr2a:0:000000:00:999:[title screen and turned off] cclmbr2a:0:000000:00:999:[when you start the round. ] cclmbr2a:0:000000:00:999:[They will work for PL2 if ] cclmbr2a:0:000000:00:999:[you it OFF during PL2s game] cclmbr2a:0:062623:01:000:Start on Round 2 cclmbr2a:0:062623:02:000:Start on Round 3 cclmbr2a:0:062623:03:000:Start on Round 4 cclmbr2a:0:062623:04:000:Start on Round 5 cclmbr2a:0:062623:05:000:Start on Round 6 ; [ Disco No.1 (Cassette) ] cdiscon1:0:0004:16:000:Infinite Credits cdiscon1:0:0017:0A:000:Infinite Lives cdiscon1:0:0018:08:000:Infinite Music weapons cdiscon1:0:007F:07:000:Infinite Music time ; [ Centipede (revision 2) ] centipd2:0:2CB6:38:100:Invincibility centipd2:0:2CB7:EA:600:Invincibility (2/2):Change "cmp #$07" to sec, nop to force the following BCS to branch centipd2:0:0070:F8:000:No Fleas and Scorpions centipd2:0:0061:FF:000:No Spiders centipd2:0:00B5:00:000:No Spider sound centipd2:0:0070:3B:000:Alter Flea Behaviour 1 centipd2:0:0040:2C:000:Alter Flea Behaviour 2 centipd2:0:00A5:06:000:Infinite Lives PL1 centipd2:0:00A6:06:000:Infinite Lives PL2 ; [ Centipede (bootleg) ] centipdb:0:2CB6:38:100:Invincibility centipdb:0:2CB7:EA:600:Invincibility (2/2):Change "cmp #$07" to sec, nop to force the following BCS to branch centipdb:0:0070:F8:000:No Fleas and Scorpions centipdb:0:0061:FF:000:No Spiders centipdb:0:00B5:00:000:No Spider sound centipdb:0:0070:3B:000:Alter Flea Behaviour 1 centipdb:0:0040:2C:000:Alter Flea Behaviour 2 centipdb:0:00A5:06:000:Infinite Lives PL1 centipdb:0:00A6:06:000:Infinite Lives PL2 ; [ Centipede (revision 3) ] centiped:0:2CB5:38:100:Invincibility centiped:0:2CB6:EA:600:Invincibility (2/2):Change "cmp #$07" to sec, nop to force the following BCS to branch centiped:0:0070:F8:000:No Fleas and Scorpions centiped:0:0061:FF:000:No Spiders centiped:0:00B5:00:000:No Spider sound centiped:0:0070:3B:000:Alter Flea Behaviour 1 centiped:0:0040:2C:000:Alter Flea Behaviour 2 centiped:0:00A5:06:000:Infinite Lives PL1 centiped:0:00A6:06:000:Infinite Lives PL2 ; [ Centipede (1 player, timed) ] centtime:0:00AB:59:000:Infinite Time centtime:0:00A5:06:000:Infinite Lives centtime:0:2CB9:38:100:Invincibility centtime:0:2CBA:EA:600:Invincibility (2/2):Change "cmp #$07" to sec, nop to force the following BCS to branch centtime:0:0070:F8:000:No Fleas and Scorpions centtime:0:0061:FF:000:No Spiders centtime:0:00B5:00:000:No Spider sound centtime:0:0070:3B:000:Alter Flea Behaviour 1 centtime:0:0040:2C:000:Alter Flea Behaviour 2 ; [ Cerberus ] cerberus:0:E97B:09:000:Infinite Credits cerberus:0:E306:03:000:Always Beat Level:This makes it so the level always ends very quickly, and it can end even if you have no attachments on the ship ; [ Explorer (Cassette) ] cexplore:0:00C2:05:000:Infinite Lives ; [ Fighting Ice Hockey (Cassette) ] cfghtice:0:00BC:09:000:Infinite Credits cfghtice:0:00CA:99:000:Infinite Time cfghtice:0:00C9:09:500:Infinite Time (2/2) cfghtice:0:00CA:00:001:Finish this Period Now! cfghtice:0:00C9:00:501:Finish this Period Now! (2/2) cfghtice:0:00D6:00:000:Score always = 0 PL1 cfghtice:0:00D6:99:000:Score always = 99 PL1 cfghtice:0:00D6:00:001:Score = 0 Now! PL1 cfghtice:0:00D6:50:001:Score = 50 Now! PL1 cfghtice:0:00D6:99:073:Select Score PL1 cfghtice:0:00DA:00:000:Score always = 0 PL2 cfghtice:0:00DA:99:000:Score always = 99 PL2 cfghtice:0:00DA:00:001:Score = 0 Now! PL2 cfghtice:0:00DA:50:001:Score = 50 Now! PL2 cfghtice:0:00DA:99:073:Select Score PL2 ; [ Flying Ball (Cassette) ] :cflyball:00000000:0030:00000006:FFFFFFFF:Infinite Lives :cflyball:00000010:00D9:000000CF:000000CF:Always Keep One Ball in Play :cflyball:00800000:1093:00000060:FFFFFFFF:Invincibility:Don't enable during loading from cassette or you will have problems, only enable after the game has loaded. :cflyball:00810000:1673:00000060:FFFFFFFF:Invincibility (2/2):'ROM' - Program Code Hack, poking RAM though. 1st = Falling Object, 2nd = Block :cflyball:00000000:0043:00000005:FFFFFFFF:Infinite Block-Up ; [ Cosmo Gang the Puzzle (Japan) ] cgangpzj:0:0010FD:09:000:Infinite Credits cgangpzj:0:004B92:00:000:Next Top Left Tile always Empty PL1 cgangpzj:0:004B92:02:000:Next Top Left Tile always Arrow PL1 cgangpzj:0:004B92:04:000:Next Top Left Tile always Star PL1 cgangpzj:0:004B92:06:000:Next Top Left Tile always Block PL1 cgangpzj:0:004B92:08:000:Next Top Left Tile always P Cosmo PL1 cgangpzj:0:004B92:0A:000:Next Top Left Tile always G Cosmo PL1 cgangpzj:0:004B93:00:000:Next Bottom Left Tile always Empty PL1 cgangpzj:0:004B93:02:000:Next Bottom Left Tile always Arrow PL1 cgangpzj:0:004B93:04:000:Next Bottom Left Tile always Star PL1 cgangpzj:0:004B93:06:000:Next Bottom Left Tile always Block PL1 cgangpzj:0:004B93:08:000:Next Bottom Left Tile always P Cosmo PL1 cgangpzj:0:004B93:0A:000:Next Bottom Left Tile always G Cosmo PL1 cgangpzj:0:004B94:00:000:Next Bottom Right Tile always Empty PL1 cgangpzj:0:004B94:02:000:Next Bottom Right Tile always Arrow PL1 cgangpzj:0:004B94:04:000:Next Bottom Right Tile always Star PL1 cgangpzj:0:004B94:06:000:Next Bottom Right Tile always Block PL1 cgangpzj:0:004B94:08:000:Next Bottom Right Tile always P Cosmo PL1 cgangpzj:0:004B94:0A:000:Next Bottom Right Tile always G Cosmo PL1 cgangpzj:0:004B95:00:000:Next Top Right Tile always Empty PL1 cgangpzj:0:004B95:02:000:Next Top Right Tile always Arrow PL1 cgangpzj:0:004B95:04:000:Next Top Right Tile always Star PL1 cgangpzj:0:004B95:06:000:Next Top Right Tile always Block PL1 cgangpzj:0:004B95:08:000:Next Top Right Tile always P Cosmo PL1 cgangpzj:0:004B95:0A:000:Next Top Right Tile always G Cosmo PL1 cgangpzj:0:004B92:00:001:Next Top Left Tile = Empty Now! PL1 cgangpzj:0:004B92:02:001:Next Top Left Tile = Arrow Now! PL1 cgangpzj:0:004B92:04:001:Next Top Left Tile = Star Now! PL1 cgangpzj:0:004B92:06:001:Next Top Left Tile = Block Now! PL1 cgangpzj:0:004B92:08:001:Next Top Left Tile = P Cosmo Now! PL1 cgangpzj:0:004B92:0A:001:Next Top Left Tile = G Cosmo Now! PL1 cgangpzj:0:004B93:00:001:Next Bottom Left Tile = Empty Now! PL1 cgangpzj:0:004B93:02:001:Next Bottom Left Tile = Arrow Now! PL1 cgangpzj:0:004B93:04:001:Next Bottom Left Tile = Star Now! PL1 cgangpzj:0:004B93:06:001:Next Bottom Left Tile = Block Now! PL1 cgangpzj:0:004B93:08:001:Next Bottom Left Tile = P Cosmo Now! PL1 cgangpzj:0:004B93:0A:001:Next Bottom Left Tile = G Cosmo Now! PL1 cgangpzj:0:004B94:00:001:Next Bottom Right Tile = Empty Now! PL1 cgangpzj:0:004B94:02:001:Next Bottom Right Tile = Arrow Now! PL1 cgangpzj:0:004B94:04:001:Next Bottom Right Tile = Star Now! PL1 cgangpzj:0:004B94:06:001:Next Bottom Right Tile = Block Now! PL1 cgangpzj:0:004B94:08:001:Next Bottom Right Tile = P Cosmo Now! PL1 cgangpzj:0:004B94:0A:001:Next Bottom Right Tile = G Cosmo Now! PL1 cgangpzj:0:004B95:00:001:Next Top Right Tile = Empty Now! PL1 cgangpzj:0:004B95:02:001:Next Top Right Tile = Arrow Now! PL1 cgangpzj:0:004B95:04:001:Next Top Right Tile = Star Now! PL1 cgangpzj:0:004B95:06:001:Next Top Right Tile = Block Now! PL1 cgangpzj:0:004B95:08:001:Next Top Right Tile = P Cosmo Now! PL1 cgangpzj:0:004B95:0A:001:Next Top Right Tile = G Cosmo Now! PL1 cgangpzj:0:005D9E:00:000:Next Top Left Tile always Empty PL2 cgangpzj:0:005D9E:02:000:Next Top Left Tile always Arrow PL2 cgangpzj:0:005D9E:04:000:Next Top Left Tile always Star PL2 cgangpzj:0:005D9E:06:000:Next Top Left Tile always Block PL2 cgangpzj:0:005D9E:08:000:Next Top Left Tile always P Cosmo PL2 cgangpzj:0:005D9E:0A:000:Next Top Left Tile always G Cosmo PL2 cgangpzj:0:005D9F:00:000:Next Bottom Left Tile always Empty PL2 cgangpzj:0:005D9F:02:000:Next Bottom Left Tile always Arrow PL2 cgangpzj:0:005D9F:04:000:Next Bottom Left Tile always Star PL2 cgangpzj:0:005D9F:06:000:Next Bottom Left Tile always Block PL2 cgangpzj:0:005D9F:08:000:Next Bottom Left Tile always P Cosmo PL2 cgangpzj:0:005D9F:0A:000:Next Bottom Left Tile always G Cosmo PL2 cgangpzj:0:005DA0:00:000:Next Bottom Right Tile always Empty PL2 cgangpzj:0:005DA0:02:000:Next Bottom Right Tile always Arrow PL2 cgangpzj:0:005DA0:04:000:Next Bottom Right Tile always Star PL2 cgangpzj:0:005DA0:06:000:Next Bottom Right Tile always Block PL2 cgangpzj:0:005DA0:08:000:Next Bottom Right Tile always P Cosmo PL2 cgangpzj:0:005DA0:0A:000:Next Bottom Right Tile always G Cosmo PL2 cgangpzj:0:005DA1:00:000:Next Top Right Tile always Empty PL2 cgangpzj:0:005DA1:02:000:Next Top Right Tile always Arrow PL2 cgangpzj:0:005DA1:04:000:Next Top Right Tile always Star PL2 cgangpzj:0:005DA1:06:000:Next Top Right Tile always Block PL2 cgangpzj:0:005DA1:08:000:Next Top Right Tile always P Cosmo PL2 cgangpzj:0:005DA1:0A:000:Next Top Right Tile always G Cosmo PL2 cgangpzj:0:005D9E:00:001:Next Top Left Tile = Empty Now! PL2 cgangpzj:0:005D9E:02:001:Next Top Left Tile = Arrow Now! PL2 cgangpzj:0:005D9E:04:001:Next Top Left Tile = Star Now! PL2 cgangpzj:0:005D9E:06:001:Next Top Left Tile = Block Now! PL2 cgangpzj:0:005D9E:08:001:Next Top Left Tile = P Cosmo Now! PL2 cgangpzj:0:005D9E:0A:001:Next Top Left Tile = G Cosmo Now! PL2 cgangpzj:0:005D9F:00:001:Next Bottom Left Tile = Empty Now! PL2 cgangpzj:0:005D9F:02:001:Next Bottom Left Tile = Arrow Now! PL2 cgangpzj:0:005D9F:04:001:Next Bottom Left Tile = Star Now! PL2 cgangpzj:0:005D9F:06:001:Next Bottom Left Tile = Block Now! PL2 cgangpzj:0:005D9F:08:001:Next Bottom Left Tile = P Cosmo Now! PL2 cgangpzj:0:005D9F:0A:001:Next Bottom Left Tile = G Cosmo Now! PL2 cgangpzj:0:005DA0:00:001:Next Bottom Right Tile = Empty Now! PL2 cgangpzj:0:005DA0:02:001:Next Bottom Right Tile = Arrow Now! PL2 cgangpzj:0:005DA0:04:001:Next Bottom Right Tile = Star Now! PL2 cgangpzj:0:005DA0:06:001:Next Bottom Right Tile = Block Now! PL2 cgangpzj:0:005DA0:08:001:Next Bottom Right Tile = P Cosmo Now! PL2 cgangpzj:0:005DA0:0A:001:Next Bottom Right Tile = G Cosmo Now! PL2 cgangpzj:0:005DA1:00:001:Next Top Right Tile = Empty Now! PL2 cgangpzj:0:005DA1:02:001:Next Top Right Tile = Arrow Now! PL2 cgangpzj:0:005DA1:04:001:Next Top Right Tile = Star Now! PL2 cgangpzj:0:005DA1:06:001:Next Top Right Tile = Block Now! PL2 cgangpzj:0:005DA1:08:001:Next Top Right Tile = P Cosmo Now! PL2 cgangpzj:0:005DA1:0A:001:Next Top Right Tile = G Cosmo Now! PL2 ; [ Cosmo Gang the Puzzle (US) ] cgangpzl:0:0010FD:09:000:Infinite Credits cgangpzl:0:004B92:00:000:Next Top Left Tile always Empty PL1 cgangpzl:0:004B92:02:000:Next Top Left Tile always Arrow PL1 cgangpzl:0:004B92:04:000:Next Top Left Tile always Star PL1 cgangpzl:0:004B92:06:000:Next Top Left Tile always Block PL1 cgangpzl:0:004B92:08:000:Next Top Left Tile always P Cosmo PL1 cgangpzl:0:004B92:0A:000:Next Top Left Tile always G Cosmo PL1 cgangpzl:0:004B93:00:000:Next Bottom Left Tile always Empty PL1 cgangpzl:0:004B93:02:000:Next Bottom Left Tile always Arrow PL1 cgangpzl:0:004B93:04:000:Next Bottom Left Tile always Star PL1 cgangpzl:0:004B93:06:000:Next Bottom Left Tile always Block PL1 cgangpzl:0:004B93:08:000:Next Bottom Left Tile always P Cosmo PL1 cgangpzl:0:004B93:0A:000:Next Bottom Left Tile always G Cosmo PL1 cgangpzl:0:004B94:00:000:Next Bottom Right Tile always Empty PL1 cgangpzl:0:004B94:02:000:Next Bottom Right Tile always Arrow PL1 cgangpzl:0:004B94:04:000:Next Bottom Right Tile always Star PL1 cgangpzl:0:004B94:06:000:Next Bottom Right Tile always Block PL1 cgangpzl:0:004B94:08:000:Next Bottom Right Tile always P Cosmo PL1 cgangpzl:0:004B94:0A:000:Next Bottom Right Tile always G Cosmo PL1 cgangpzl:0:004B95:00:000:Next Top Right Tile always Empty PL1 cgangpzl:0:004B95:02:000:Next Top Right Tile always Arrow PL1 cgangpzl:0:004B95:04:000:Next Top Right Tile always Star PL1 cgangpzl:0:004B95:06:000:Next Top Right Tile always Block PL1 cgangpzl:0:004B95:08:000:Next Top Right Tile always P Cosmo PL1 cgangpzl:0:004B95:0A:000:Next Top Right Tile always G Cosmo PL1 cgangpzl:0:004B92:00:001:Next Top Left Tile = Empty Now! PL1 cgangpzl:0:004B92:02:001:Next Top Left Tile = Arrow Now! PL1 cgangpzl:0:004B92:04:001:Next Top Left Tile = Star Now! PL1 cgangpzl:0:004B92:06:001:Next Top Left Tile = Block Now! PL1 cgangpzl:0:004B92:08:001:Next Top Left Tile = P Cosmo Now! PL1 cgangpzl:0:004B92:0A:001:Next Top Left Tile = G Cosmo Now! PL1 cgangpzl:0:004B93:00:001:Next Bottom Left Tile = Empty Now! PL1 cgangpzl:0:004B93:02:001:Next Bottom Left Tile = Arrow Now! PL1 cgangpzl:0:004B93:04:001:Next Bottom Left Tile = Star Now! PL1 cgangpzl:0:004B93:06:001:Next Bottom Left Tile = Block Now! PL1 cgangpzl:0:004B93:08:001:Next Bottom Left Tile = P Cosmo Now! PL1 cgangpzl:0:004B93:0A:001:Next Bottom Left Tile = G Cosmo Now! PL1 cgangpzl:0:004B94:00:001:Next Bottom Right Tile = Empty Now! PL1 cgangpzl:0:004B94:02:001:Next Bottom Right Tile = Arrow Now! PL1 cgangpzl:0:004B94:04:001:Next Bottom Right Tile = Star Now! PL1 cgangpzl:0:004B94:06:001:Next Bottom Right Tile = Block Now! PL1 cgangpzl:0:004B94:08:001:Next Bottom Right Tile = P Cosmo Now! PL1 cgangpzl:0:004B94:0A:001:Next Bottom Right Tile = G Cosmo Now! PL1 cgangpzl:0:004B95:00:001:Next Top Right Tile = Empty Now! PL1 cgangpzl:0:004B95:02:001:Next Top Right Tile = Arrow Now! PL1 cgangpzl:0:004B95:04:001:Next Top Right Tile = Star Now! PL1 cgangpzl:0:004B95:06:001:Next Top Right Tile = Block Now! PL1 cgangpzl:0:004B95:08:001:Next Top Right Tile = P Cosmo Now! PL1 cgangpzl:0:004B95:0A:001:Next Top Right Tile = G Cosmo Now! PL1 cgangpzl:0:005D9E:00:000:Next Top Left Tile always Empty PL2 cgangpzl:0:005D9E:02:000:Next Top Left Tile always Arrow PL2 cgangpzl:0:005D9E:04:000:Next Top Left Tile always Star PL2 cgangpzl:0:005D9E:06:000:Next Top Left Tile always Block PL2 cgangpzl:0:005D9E:08:000:Next Top Left Tile always P Cosmo PL2 cgangpzl:0:005D9E:0A:000:Next Top Left Tile always G Cosmo PL2 cgangpzl:0:005D9F:00:000:Next Bottom Left Tile always Empty PL2 cgangpzl:0:005D9F:02:000:Next Bottom Left Tile always Arrow PL2 cgangpzl:0:005D9F:04:000:Next Bottom Left Tile always Star PL2 cgangpzl:0:005D9F:06:000:Next Bottom Left Tile always Block PL2 cgangpzl:0:005D9F:08:000:Next Bottom Left Tile always P Cosmo PL2 cgangpzl:0:005D9F:0A:000:Next Bottom Left Tile always G Cosmo PL2 cgangpzl:0:005DA0:00:000:Next Bottom Right Tile always Empty PL2 cgangpzl:0:005DA0:02:000:Next Bottom Right Tile always Arrow PL2 cgangpzl:0:005DA0:04:000:Next Bottom Right Tile always Star PL2 cgangpzl:0:005DA0:06:000:Next Bottom Right Tile always Block PL2 cgangpzl:0:005DA0:08:000:Next Bottom Right Tile always P Cosmo PL2 cgangpzl:0:005DA0:0A:000:Next Bottom Right Tile always G Cosmo PL2 cgangpzl:0:005DA1:00:000:Next Top Right Tile always Empty PL2 cgangpzl:0:005DA1:02:000:Next Top Right Tile always Arrow PL2 cgangpzl:0:005DA1:04:000:Next Top Right Tile always Star PL2 cgangpzl:0:005DA1:06:000:Next Top Right Tile always Block PL2 cgangpzl:0:005DA1:08:000:Next Top Right Tile always P Cosmo PL2 cgangpzl:0:005DA1:0A:000:Next Top Right Tile always G Cosmo PL2 cgangpzl:0:005D9E:00:001:Next Top Left Tile = Empty Now! PL2 cgangpzl:0:005D9E:02:001:Next Top Left Tile = Arrow Now! PL2 cgangpzl:0:005D9E:04:001:Next Top Left Tile = Star Now! PL2 cgangpzl:0:005D9E:06:001:Next Top Left Tile = Block Now! PL2 cgangpzl:0:005D9E:08:001:Next Top Left Tile = P Cosmo Now! PL2 cgangpzl:0:005D9E:0A:001:Next Top Left Tile = G Cosmo Now! PL2 cgangpzl:0:005D9F:00:001:Next Bottom Left Tile = Empty Now! PL2 cgangpzl:0:005D9F:02:001:Next Bottom Left Tile = Arrow Now! PL2 cgangpzl:0:005D9F:04:001:Next Bottom Left Tile = Star Now! PL2 cgangpzl:0:005D9F:06:001:Next Bottom Left Tile = Block Now! PL2 cgangpzl:0:005D9F:08:001:Next Bottom Left Tile = P Cosmo Now! PL2 cgangpzl:0:005D9F:0A:001:Next Bottom Left Tile = G Cosmo Now! PL2 cgangpzl:0:005DA0:00:001:Next Bottom Right Tile = Empty Now! PL2 cgangpzl:0:005DA0:02:001:Next Bottom Right Tile = Arrow Now! PL2 cgangpzl:0:005DA0:04:001:Next Bottom Right Tile = Star Now! PL2 cgangpzl:0:005DA0:06:001:Next Bottom Right Tile = Block Now! PL2 cgangpzl:0:005DA0:08:001:Next Bottom Right Tile = P Cosmo Now! PL2 cgangpzl:0:005DA0:0A:001:Next Bottom Right Tile = G Cosmo Now! PL2 cgangpzl:0:005DA1:00:001:Next Top Right Tile = Empty Now! PL2 cgangpzl:0:005DA1:02:001:Next Top Right Tile = Arrow Now! PL2 cgangpzl:0:005DA1:04:001:Next Top Right Tile = Star Now! PL2 cgangpzl:0:005DA1:06:001:Next Top Right Tile = Block Now! PL2 cgangpzl:0:005DA1:08:001:Next Top Right Tile = P Cosmo Now! PL2 cgangpzl:0:005DA1:0A:001:Next Top Right Tile = G Cosmo Now! PL2 ; [ Graplop (aka Cluster Buster) (Cassette, set 1) ] cgraplop:0:0030:06:000:Infinite Lives :cgraplop:00000010:000D9:000000CF:000000CF:Always Keep One Ball in Play :cgraplop:20800000:111E6:00000060:FFFFFFFF:Invincibility :cgraplop:20810000:117A3:00000060:FFFFFFFF:Invincibility (2/2) ; [ Graplop (aka Cluster Buster) (Cassette, set 2) ] cgraplp2:0:0030:06:000:Infinite Lives :cgraplp2:00000010:000D9:000000CF:000000CF:Always Keep One Ball in Play :cgraplp2:20800000:111E6:00000060:FFFFFFFF:Invincibility :cgraplp2:20810000:117A3:00000060:FFFFFFFF:Invincibility (2/2) ; [ Chain Reaction (World, Version 2.2, 1995.09.25) ] chainrec:0:0000:00:999:[ There are no cheats ]:REASON 1 chainrec:0:0000:00:999:[ for this game as it ]:REASON 1 chainrec:0:0000:00:999:[ didn't work the last ]:REASON 1 chainrec:0:0000:00:999:[ time it was tested. ]:REASON 1 chainrec:0:0000:00:999:[ If the game now works ]:REASON 1 chainrec:0:0000:00:999:[ please request cheats ]:REASON 1 chainrec:0:0000:00:999:[ for it on the cheat ]:REASON 1 chainrec:0:0000:00:999:[ forums. ]:REASON 1 ; [ Chack'n Pop ] :chaknpop:20800000:1B4F:000000C9:FFFFFFFF:Invincibility :chaknpop:20810000:2A42:000000C9:FFFFFFFF:Invincibility (2/2) chaknpop:0:8403:0A:000:Infinite Lives PL1 chaknpop:0:8404:0A:000:Infinite Lives PL2 ; [ Challenger ] challeng:0:00BE:09:000:Infinite Lives PL1 challeng:0:00BF:09:000:Infinite Lives PL2 challeng:0:004C:01:000:Infinite Bombs challeng:0:0000:00:999:[The Worms Invincibility ] challeng:0:0000:00:999:[cheat must be turned OFF ] challeng:0:0000:00:999:[with the 'OFF' cheat if you] challeng:0:0000:00:999:[get hit by anything else!! ] challeng:0:0023:00:000:Worms Invincibility 'ON' challeng:0:0023:01:001:Worms Invincibility 'OFF' ; [ Chameleon ] chameleo:0:002E:50:000:Infinite Credits chameleo:0:0091:06:000:Infinite Lives chameleo:0:693D:60:100:Invincibility chameleo:0:7826:60:600:Invincibility (2/2):1st part against chickens/eggs, 2nd part against rocks ; [ Champion Baseball II (set 2) ] champb2a:0:8C04:99:000:Infinite Credits champb2a:0:8C98:00:000:Infinite Strikes champb2a:0:8C99:00:000:Infinite Balls champb2a:0:8C97:00:000:Infinite Outs champb2a:0:8C98:00:001:Set Strikes to 0 Now! champb2a:0:8C98:03:001:Set Strikes to 3 Now! champb2a:0:8C99:00:001:Set Balls to 0 Now! champb2a:0:8C99:04:001:Set Balls to 4 Now! champb2a:0:8C97:00:001:Set Outs to 0 Now! champb2a:0:8C97:03:001:Set Outs to 3 Now! champb2a:0:8C83:09:000:Your R1 score always = 9 champb2a:0:8C84:09:000:Your R2 score always = 9 champb2a:0:8C85:09:000:Your R3 score always = 9 champb2a:0:8C86:09:000:Your R4 score always = 9 champb2a:0:8C87:09:000:Your R5 score always = 9 champb2a:0:8C88:09:000:Your R6 score always = 9 champb2a:0:8C89:09:000:Your R7 score always = 9 champb2a:0:8C8A:09:000:Your R8 score always = 9 champb2a:0:8C8B:09:000:Your R9 score always = 9 champb2a:0:8C83:09:001:Your R1 score = 9 Now! champb2a:0:8C84:09:001:Your R2 score = 9 Now! champb2a:0:8C85:09:001:Your R3 score = 9 Now! champb2a:0:8C86:09:001:Your R4 score = 9 Now! champb2a:0:8C87:09:001:Your R5 score = 9 Now! champb2a:0:8C88:09:001:Your R6 score = 9 Now! champb2a:0:8C89:09:001:Your R7 score = 9 Now! champb2a:0:8C8A:09:001:Your R8 score = 9 Now! champb2a:0:8C8B:09:001:Your R9 score = 9 Now! champb2a:0:8C83:79:070:Select your R1 Score champb2a:0:8C84:79:070:Select your R2 Score champb2a:0:8C85:79:070:Select your R3 Score champb2a:0:8C86:79:070:Select your R4 Score champb2a:0:8C87:79:070:Select your R5 Score champb2a:0:8C88:79:070:Select your R6 Score champb2a:0:8C89:79:070:Select your R7 Score champb2a:0:8C8A:79:070:Select your R8 Score champb2a:0:8C8B:79:070:Select your R9 Score champb2a:0:8C8D:00:000:CPUs R1 score always = 0 champb2a:0:8C8E:00:000:CPUs R2 score always = 0 champb2a:0:8C8F:00:000:CPUs R3 score always = 0 champb2a:0:8C90:00:000:CPUs R4 score always = 0 champb2a:0:8C91:00:000:CPUs R5 score always = 0 champb2a:0:8C92:00:000:CPUs R6 score always = 0 champb2a:0:8C93:00:000:CPUs R7 score always = 0 champb2a:0:8C94:00:000:CPUs R8 score always = 0 champb2a:0:8C95:00:000:CPUs R9 score always = 0 champb2a:0:8C8D:00:001:CPUs R1 score = 0 Now! champb2a:0:8C8E:00:001:CPUs R2 score = 0 Now! champb2a:0:8C8F:00:001:CPUs R3 score = 0 Now! champb2a:0:8C90:00:001:CPUs R4 score = 0 Now! champb2a:0:8C91:00:001:CPUs R5 score = 0 Now! champb2a:0:8C92:00:001:CPUs R6 score = 0 Now! champb2a:0:8C93:00:001:CPUs R7 score = 0 Now! champb2a:0:8C94:00:001:CPUs R8 score = 0 Now! champb2a:0:8C95:00:001:CPUs R9 score = 0 Now! champb2a:0:8C8D:79:070:Select CPUs R1 Score champb2a:0:8C8E:79:070:Select CPUs R2 Score champb2a:0:8C8F:79:070:Select CPUs R3 Score champb2a:0:8C90:79:070:Select CPUs R4 Score champb2a:0:8C91:79:070:Select CPUs R5 Score champb2a:0:8C92:79:070:Select CPUs R6 Score champb2a:0:8C93:79:070:Select CPUs R7 Score champb2a:0:8C94:79:070:Select CPUs R8 Score champb2a:0:8C95:79:070:Select CPUs R9 Score ; [ Champion Baseball ] champbas:0:8C04:99:000:Infinite Credits champbas:0:8C98:00:000:Infinite Strikes champbas:0:8C99:00:000:Infinite Balls champbas:0:8C97:00:000:Infinite Outs champbas:0:8C98:00:001:Set Strikes to 0 Now! champbas:0:8C98:03:001:Set Strikes to 3 Now! champbas:0:8C99:00:001:Set Balls to 0 Now! champbas:0:8C99:04:001:Set Balls to 4 Now! champbas:0:8C97:00:001:Set Outs to 0 Now! champbas:0:8C97:03:001:Set Outs to 3 Now! champbas:0:8C83:09:000:Your R1 score always = 9 champbas:0:8C84:09:000:Your R2 score always = 9 champbas:0:8C85:09:000:Your R3 score always = 9 champbas:0:8C86:09:000:Your R4 score always = 9 champbas:0:8C87:09:000:Your R5 score always = 9 champbas:0:8C88:09:000:Your R6 score always = 9 champbas:0:8C89:09:000:Your R7 score always = 9 champbas:0:8C8A:09:000:Your R8 score always = 9 champbas:0:8C8B:09:000:Your R9 score always = 9 champbas:0:8C83:09:001:Your R1 score = 9 Now! champbas:0:8C84:09:001:Your R2 score = 9 Now! champbas:0:8C85:09:001:Your R3 score = 9 Now! champbas:0:8C86:09:001:Your R4 score = 9 Now! champbas:0:8C87:09:001:Your R5 score = 9 Now! champbas:0:8C88:09:001:Your R6 score = 9 Now! champbas:0:8C89:09:001:Your R7 score = 9 Now! champbas:0:8C8A:09:001:Your R8 score = 9 Now! champbas:0:8C8B:09:001:Your R9 score = 9 Now! champbas:0:8C83:79:070:Select your R1 Score champbas:0:8C84:79:070:Select your R2 Score champbas:0:8C85:79:070:Select your R3 Score champbas:0:8C86:79:070:Select your R4 Score champbas:0:8C87:79:070:Select your R5 Score champbas:0:8C88:79:070:Select your R6 Score champbas:0:8C89:79:070:Select your R7 Score champbas:0:8C8A:79:070:Select your R8 Score champbas:0:8C8B:79:070:Select your R9 Score champbas:0:8C8D:00:000:CPUs R1 score always = 0 champbas:0:8C8E:00:000:CPUs R2 score always = 0 champbas:0:8C8F:00:000:CPUs R3 score always = 0 champbas:0:8C90:00:000:CPUs R4 score always = 0 champbas:0:8C91:00:000:CPUs R5 score always = 0 champbas:0:8C92:00:000:CPUs R6 score always = 0 champbas:0:8C93:00:000:CPUs R7 score always = 0 champbas:0:8C94:00:000:CPUs R8 score always = 0 champbas:0:8C95:00:000:CPUs R9 score always = 0 champbas:0:8C8D:00:001:CPUs R1 score = 0 Now! champbas:0:8C8E:00:001:CPUs R2 score = 0 Now! champbas:0:8C8F:00:001:CPUs R3 score = 0 Now! champbas:0:8C90:00:001:CPUs R4 score = 0 Now! champbas:0:8C91:00:001:CPUs R5 score = 0 Now! champbas:0:8C92:00:001:CPUs R6 score = 0 Now! champbas:0:8C93:00:001:CPUs R7 score = 0 Now! champbas:0:8C94:00:001:CPUs R8 score = 0 Now! champbas:0:8C95:00:001:CPUs R9 score = 0 Now! champbas:0:8C8D:79:070:Select CPUs R1 Score champbas:0:8C8E:79:070:Select CPUs R2 Score champbas:0:8C8F:79:070:Select CPUs R3 Score champbas:0:8C90:79:070:Select CPUs R4 Score champbas:0:8C91:79:070:Select CPUs R5 Score champbas:0:8C92:79:070:Select CPUs R6 Score champbas:0:8C93:79:070:Select CPUs R7 Score champbas:0:8C94:79:070:Select CPUs R8 Score champbas:0:8C95:79:070:Select CPUs R9 Score ; [ Champion Baseball II (set 1) ] champbb2:0:8C04:99:000:Infinite Credits champbb2:0:8C98:00:000:Infinite Strikes champbb2:0:8C99:00:000:Infinite Balls champbb2:0:8C97:00:000:Infinite Outs champbb2:0:8C98:00:001:Set Strikes to 0 Now! champbb2:0:8C98:03:001:Set Strikes to 3 Now! champbb2:0:8C99:00:001:Set Balls to 0 Now! champbb2:0:8C99:04:001:Set Balls to 4 Now! champbb2:0:8C97:00:001:Set Outs to 0 Now! champbb2:0:8C97:03:001:Set Outs to 3 Now! champbb2:0:8C83:09:000:Your R1 score always = 9 champbb2:0:8C84:09:000:Your R2 score always = 9 champbb2:0:8C85:09:000:Your R3 score always = 9 champbb2:0:8C86:09:000:Your R4 score always = 9 champbb2:0:8C87:09:000:Your R5 score always = 9 champbb2:0:8C88:09:000:Your R6 score always = 9 champbb2:0:8C89:09:000:Your R7 score always = 9 champbb2:0:8C8A:09:000:Your R8 score always = 9 champbb2:0:8C8B:09:000:Your R9 score always = 9 champbb2:0:8C83:09:001:Your R1 score = 9 Now! champbb2:0:8C84:09:001:Your R2 score = 9 Now! champbb2:0:8C85:09:001:Your R3 score = 9 Now! champbb2:0:8C86:09:001:Your R4 score = 9 Now! champbb2:0:8C87:09:001:Your R5 score = 9 Now! champbb2:0:8C88:09:001:Your R6 score = 9 Now! champbb2:0:8C89:09:001:Your R7 score = 9 Now! champbb2:0:8C8A:09:001:Your R8 score = 9 Now! champbb2:0:8C8B:09:001:Your R9 score = 9 Now! champbb2:0:8C83:79:070:Select your R1 Score champbb2:0:8C84:79:070:Select your R2 Score champbb2:0:8C85:79:070:Select your R3 Score champbb2:0:8C86:79:070:Select your R4 Score champbb2:0:8C87:79:070:Select your R5 Score champbb2:0:8C88:79:070:Select your R6 Score champbb2:0:8C89:79:070:Select your R7 Score champbb2:0:8C8A:79:070:Select your R8 Score champbb2:0:8C8B:79:070:Select your R9 Score champbb2:0:8C8D:00:000:CPUs R1 score always = 0 champbb2:0:8C8E:00:000:CPUs R2 score always = 0 champbb2:0:8C8F:00:000:CPUs R3 score always = 0 champbb2:0:8C90:00:000:CPUs R4 score always = 0 champbb2:0:8C91:00:000:CPUs R5 score always = 0 champbb2:0:8C92:00:000:CPUs R6 score always = 0 champbb2:0:8C93:00:000:CPUs R7 score always = 0 champbb2:0:8C94:00:000:CPUs R8 score always = 0 champbb2:0:8C95:00:000:CPUs R9 score always = 0 champbb2:0:8C8D:00:001:CPUs R1 score = 0 Now! champbb2:0:8C8E:00:001:CPUs R2 score = 0 Now! champbb2:0:8C8F:00:001:CPUs R3 score = 0 Now! champbb2:0:8C90:00:001:CPUs R4 score = 0 Now! champbb2:0:8C91:00:001:CPUs R5 score = 0 Now! champbb2:0:8C92:00:001:CPUs R6 score = 0 Now! champbb2:0:8C93:00:001:CPUs R7 score = 0 Now! champbb2:0:8C94:00:001:CPUs R8 score = 0 Now! champbb2:0:8C95:00:001:CPUs R9 score = 0 Now! champbb2:0:8C8D:79:070:Select CPUs R1 Score champbb2:0:8C8E:79:070:Select CPUs R2 Score champbb2:0:8C8F:79:070:Select CPUs R3 Score champbb2:0:8C90:79:070:Select CPUs R4 Score champbb2:0:8C91:79:070:Select CPUs R5 Score champbb2:0:8C92:79:070:Select CPUs R6 Score champbb2:0:8C93:79:070:Select CPUs R7 Score champbb2:0:8C94:79:070:Select CPUs R8 Score champbb2:0:8C95:79:070:Select CPUs R9 Score ; [ Champion Baseball (Japan set 1) ] champbbj:0:8C04:99:000:Infinite Credits champbbj:0:8C98:00:000:Infinite Strikes champbbj:0:8C99:00:000:Infinite Balls champbbj:0:8C97:00:000:Infinite Outs champbbj:0:8C98:00:001:Set Strikes to 0 Now! champbbj:0:8C98:03:001:Set Strikes to 3 Now! champbbj:0:8C99:00:001:Set Balls to 0 Now! champbbj:0:8C99:04:001:Set Balls to 4 Now! champbbj:0:8C97:00:001:Set Outs to 0 Now! champbbj:0:8C97:03:001:Set Outs to 3 Now! champbbj:0:8C83:09:000:Your R1 score always = 9 champbbj:0:8C84:09:000:Your R2 score always = 9 champbbj:0:8C85:09:000:Your R3 score always = 9 champbbj:0:8C86:09:000:Your R4 score always = 9 champbbj:0:8C87:09:000:Your R5 score always = 9 champbbj:0:8C88:09:000:Your R6 score always = 9 champbbj:0:8C89:09:000:Your R7 score always = 9 champbbj:0:8C8A:09:000:Your R8 score always = 9 champbbj:0:8C8B:09:000:Your R9 score always = 9 champbbj:0:8C83:09:001:Your R1 score = 9 Now! champbbj:0:8C84:09:001:Your R2 score = 9 Now! champbbj:0:8C85:09:001:Your R3 score = 9 Now! champbbj:0:8C86:09:001:Your R4 score = 9 Now! champbbj:0:8C87:09:001:Your R5 score = 9 Now! champbbj:0:8C88:09:001:Your R6 score = 9 Now! champbbj:0:8C89:09:001:Your R7 score = 9 Now! champbbj:0:8C8A:09:001:Your R8 score = 9 Now! champbbj:0:8C8B:09:001:Your R9 score = 9 Now! champbbj:0:8C83:79:070:Select your R1 Score champbbj:0:8C84:79:070:Select your R2 Score champbbj:0:8C85:79:070:Select your R3 Score champbbj:0:8C86:79:070:Select your R4 Score champbbj:0:8C87:79:070:Select your R5 Score champbbj:0:8C88:79:070:Select your R6 Score champbbj:0:8C89:79:070:Select your R7 Score champbbj:0:8C8A:79:070:Select your R8 Score champbbj:0:8C8B:79:070:Select your R9 Score champbbj:0:8C8D:00:000:CPUs R1 score always = 0 champbbj:0:8C8E:00:000:CPUs R2 score always = 0 champbbj:0:8C8F:00:000:CPUs R3 score always = 0 champbbj:0:8C90:00:000:CPUs R4 score always = 0 champbbj:0:8C91:00:000:CPUs R5 score always = 0 champbbj:0:8C92:00:000:CPUs R6 score always = 0 champbbj:0:8C93:00:000:CPUs R7 score always = 0 champbbj:0:8C94:00:000:CPUs R8 score always = 0 champbbj:0:8C95:00:000:CPUs R9 score always = 0 champbbj:0:8C8D:00:001:CPUs R1 score = 0 Now! champbbj:0:8C8E:00:001:CPUs R2 score = 0 Now! champbbj:0:8C8F:00:001:CPUs R3 score = 0 Now! champbbj:0:8C90:00:001:CPUs R4 score = 0 Now! champbbj:0:8C91:00:001:CPUs R5 score = 0 Now! champbbj:0:8C92:00:001:CPUs R6 score = 0 Now! champbbj:0:8C93:00:001:CPUs R7 score = 0 Now! champbbj:0:8C94:00:001:CPUs R8 score = 0 Now! champbbj:0:8C95:00:001:CPUs R9 score = 0 Now! champbbj:0:8C8D:79:070:Select CPUs R1 Score champbbj:0:8C8E:79:070:Select CPUs R2 Score champbbj:0:8C8F:79:070:Select CPUs R3 Score champbbj:0:8C90:79:070:Select CPUs R4 Score champbbj:0:8C91:79:070:Select CPUs R5 Score champbbj:0:8C92:79:070:Select CPUs R6 Score champbbj:0:8C93:79:070:Select CPUs R7 Score champbbj:0:8C94:79:070:Select CPUs R8 Score champbbj:0:8C95:79:070:Select CPUs R9 Score ; [ Champion Baseball (Japan set 2) ] champbja:0:8C04:99:000:Infinite Credits champbja:0:8C98:00:000:Infinite Strikes champbja:0:8C99:00:000:Infinite Balls champbja:0:8C97:00:000:Infinite Outs champbja:0:8C98:00:001:Set Strikes to 0 Now! champbja:0:8C98:03:001:Set Strikes to 3 Now! champbja:0:8C99:00:001:Set Balls to 0 Now! champbja:0:8C99:04:001:Set Balls to 4 Now! champbja:0:8C97:00:001:Set Outs to 0 Now! champbja:0:8C97:03:001:Set Outs to 3 Now! champbja:0:8C83:09:000:Your R1 score always = 9 champbja:0:8C84:09:000:Your R2 score always = 9 champbja:0:8C85:09:000:Your R3 score always = 9 champbja:0:8C86:09:000:Your R4 score always = 9 champbja:0:8C87:09:000:Your R5 score always = 9 champbja:0:8C88:09:000:Your R6 score always = 9 champbja:0:8C89:09:000:Your R7 score always = 9 champbja:0:8C8A:09:000:Your R8 score always = 9 champbja:0:8C8B:09:000:Your R9 score always = 9 champbja:0:8C83:09:001:Your R1 score = 9 Now! champbja:0:8C84:09:001:Your R2 score = 9 Now! champbja:0:8C85:09:001:Your R3 score = 9 Now! champbja:0:8C86:09:001:Your R4 score = 9 Now! champbja:0:8C87:09:001:Your R5 score = 9 Now! champbja:0:8C88:09:001:Your R6 score = 9 Now! champbja:0:8C89:09:001:Your R7 score = 9 Now! champbja:0:8C8A:09:001:Your R8 score = 9 Now! champbja:0:8C8B:09:001:Your R9 score = 9 Now! champbja:0:8C83:79:070:Select your R1 Score champbja:0:8C84:79:070:Select your R2 Score champbja:0:8C85:79:070:Select your R3 Score champbja:0:8C86:79:070:Select your R4 Score champbja:0:8C87:79:070:Select your R5 Score champbja:0:8C88:79:070:Select your R6 Score champbja:0:8C89:79:070:Select your R7 Score champbja:0:8C8A:79:070:Select your R8 Score champbja:0:8C8B:79:070:Select your R9 Score champbja:0:8C8D:00:000:CPUs R1 score always = 0 champbja:0:8C8E:00:000:CPUs R2 score always = 0 champbja:0:8C8F:00:000:CPUs R3 score always = 0 champbja:0:8C90:00:000:CPUs R4 score always = 0 champbja:0:8C91:00:000:CPUs R5 score always = 0 champbja:0:8C92:00:000:CPUs R6 score always = 0 champbja:0:8C93:00:000:CPUs R7 score always = 0 champbja:0:8C94:00:000:CPUs R8 score always = 0 champbja:0:8C95:00:000:CPUs R9 score always = 0 champbja:0:8C8D:00:001:CPUs R1 score = 0 Now! champbja:0:8C8E:00:001:CPUs R2 score = 0 Now! champbja:0:8C8F:00:001:CPUs R3 score = 0 Now! champbja:0:8C90:00:001:CPUs R4 score = 0 Now! champbja:0:8C91:00:001:CPUs R5 score = 0 Now! champbja:0:8C92:00:001:CPUs R6 score = 0 Now! champbja:0:8C93:00:001:CPUs R7 score = 0 Now! champbja:0:8C94:00:001:CPUs R8 score = 0 Now! champbja:0:8C95:00:001:CPUs R9 score = 0 Now! champbja:0:8C8D:79:070:Select CPUs R1 Score champbja:0:8C8E:79:070:Select CPUs R2 Score champbja:0:8C8F:79:070:Select CPUs R3 Score champbja:0:8C90:79:070:Select CPUs R4 Score champbja:0:8C91:79:070:Select CPUs R5 Score champbja:0:8C92:79:070:Select CPUs R6 Score champbja:0:8C93:79:070:Select CPUs R7 Score champbja:0:8C94:79:070:Select CPUs R8 Score champbja:0:8C95:79:070:Select CPUs R9 Score ; [ Championship Bowling ] champbwl:0:0000:00:999:[ This game hasn't even ]:REASON 11 champbwl:0:0000:00:999:[ been looked at due to ]:REASON 11 champbwl:0:0000:00:999:[ time constraints - Too]:REASON 11 champbwl:0:0000:00:999:[ many games and so ]:REASON 11 champbwl:0:0000:00:999:[ little time. It is ]:REASON 11 champbwl:0:0000:00:999:[ even possible that ]:REASON 11 champbwl:0:0000:00:999:[ this game may be a ]:REASON 11 champbwl:0:0000:00:999:[ clone of an existing ]:REASON 11 champbwl:0:0000:00:999:[ game which may have ]:REASON 11 champbwl:0:0000:00:999:[ cheats. Please search ]:REASON 11 champbwl:0:0000:00:999:[ the cheat forums ]:REASON 11 champbwl:0:0000:00:999:[ before posting cheat ]:REASON 11 champbwl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Champion Wrestler (World) ] champwr:0:8A8A:09:000:Infinite Round Time champwr:0:8A88:00:001:Round Time Up Now! champwr:0:8A89:00:501:Round Time Up Now! (2/3) champwr:0:8A8A:00:501:Round Time Up Now! (3/3) champwr:0:0000:00:999:[The Referee never counts ] champwr:0:0000:00:999:[cheat gives you Infinite ] champwr:0:0000:00:999:[Time out of the ring, when ] champwr:0:0000:00:999:[you are on the corner and ] champwr:0:0000:00:999:[makes it impossible to get ] champwr:0:0000:00:999:[a fall. Either disable it ] champwr:0:0000:00:999:[or use the CORRECT 'Time ='] champwr:0:0000:00:999:[cheats. These can also be ] champwr:0:0000:00:999:[useful to enable when it's ] champwr:0:0000:00:999:[to your advantage!! ;-) ] champwr:0:A83C:01:000:Referee never counts champwr:0:A83C:14:001:Out of Ring Time = 20 Now! champwr:0:A83C:03:001:Fall Count Time = 3 Now! champwr:0:A83D:03:501:Fall Count Time = 3 Now!(2/2) champwr:0:A83C:04:001:Corner Count Time = 4 Now! champwr:0:0000:00:999:[ ] champwr:0:A039:A0:000:Infinite Energy PL1 champwr:0:A66E:A0:500:Infinite Energy PL1 (2/2) champwr:0:A66D:A0:000:Infinite Power PL1 champwr:0:A039:00:001:Drain all Energy Now!PL1 champwr:0:A039:00:501:Drain all Energy Now!PL1(2/2) champwr:0:A66D:00:001:Drain all Power Now! PL1 champwr:0:A139:A0:000:Infinite Energy PL2 champwr:0:A670:A0:500:Infinite Energy PL2 (2/2) champwr:0:A66F:A0:000:Infinite Power PL2 champwr:0:A139:00:001:Drain all Energy Now!PL2 champwr:0:A670:00:501:Drain all Energy Now!PL2(2/2) champwr:0:A66F:00:001:Drain all Power Now! PL2 ; [ Champion Wrestler (Japan) ] champwrj:0:8A8A:09:000:Infinite Round Time champwrj:0:8A88:00:001:Round Time Up Now! champwrj:0:8A89:00:501:Round Time Up Now! (2/3) champwrj:0:8A8A:00:501:Round Time Up Now! (3/3) champwrj:0:0000:00:999:[The Referee never counts ] champwrj:0:0000:00:999:[cheat gives you Infinite ] champwrj:0:0000:00:999:[Time out of the ring, when ] champwrj:0:0000:00:999:[you are on the corner and ] champwrj:0:0000:00:999:[makes it impossible to get ] champwrj:0:0000:00:999:[a fall. Either disable it ] champwrj:0:0000:00:999:[or use the CORRECT 'Time ='] champwrj:0:0000:00:999:[cheats. These can also be ] champwrj:0:0000:00:999:[useful to enable when it's ] champwrj:0:0000:00:999:[to your advantage!! ;-) ] champwrj:0:A83C:01:000:Referee never counts champwrj:0:A83C:14:001:Out of Ring Time = 20 Now! champwrj:0:A83C:03:001:Fall Count Time = 3 Now! champwrj:0:A83D:03:501:Fall Count Time = 3 Now!(2/2) champwrj:0:A83C:04:001:Corner Count Time = 4 Now! champwrj:0:0000:00:999:[ ] champwrj:0:A039:A0:000:Infinite Energy PL1 champwrj:0:A66E:A0:500:Infinite Energy PL1 (2/2) champwrj:0:A66D:A0:000:Infinite Power PL1 champwrj:0:A039:00:001:Drain all Energy Now!PL1 champwrj:0:A039:00:501:Drain all Energy Now!PL1(2/2) champwrj:0:A66D:00:001:Drain all Power Now! PL1 champwrj:0:A139:A0:000:Infinite Energy PL2 champwrj:0:A670:A0:500:Infinite Energy PL2 (2/2) champwrj:0:A66F:A0:000:Infinite Power PL2 champwrj:0:A139:00:001:Drain all Energy Now!PL2 champwrj:0:A670:00:501:Drain all Energy Now!PL2(2/2) champwrj:0:A66F:00:001:Drain all Power Now! PL2 ; [ Champion Wrestler (US) ] champwru:0:8A8A:09:000:Infinite Round Time champwru:0:8A88:00:001:Round Time Up Now! champwru:0:8A89:00:501:Round Time Up Now! (2/3) champwru:0:8A8A:00:501:Round Time Up Now! (3/3) champwru:0:0000:00:999:[The Referee never counts ] champwru:0:0000:00:999:[cheat gives you Infinite ] champwru:0:0000:00:999:[Time out of the ring, when ] champwru:0:0000:00:999:[you are on the corner and ] champwru:0:0000:00:999:[makes it impossible to get ] champwru:0:0000:00:999:[a fall. Either disable it ] champwru:0:0000:00:999:[or use the CORRECT 'Time ='] champwru:0:0000:00:999:[cheats. These can also be ] champwru:0:0000:00:999:[useful to enable when it's ] champwru:0:0000:00:999:[to your advantage!! ;-) ] champwru:0:A83C:01:000:Referee never counts champwru:0:A83C:14:001:Out of Ring Time = 20 Now! champwru:0:A83C:03:001:Fall Count Time = 3 Now! champwru:0:A83D:03:501:Fall Count Time = 3 Now!(2/2) champwru:0:A83C:04:001:Corner Count Time = 4 Now! champwru:0:0000:00:999:[ ] champwru:0:A039:A0:000:Infinite Energy PL1 champwru:0:A66E:A0:500:Infinite Energy PL1 (2/2) champwru:0:A66D:A0:000:Infinite Power PL1 champwru:0:A039:00:001:Drain all Energy Now!PL1 champwru:0:A039:00:501:Drain all Energy Now!PL1(2/2) champwru:0:A66D:00:001:Drain all Power Now! PL1 champwru:0:A139:A0:000:Infinite Energy PL2 champwru:0:A670:A0:500:Infinite Energy PL2 (2/2) champwru:0:A66F:A0:000:Infinite Power PL2 champwru:0:A139:00:001:Drain all Energy Now!PL2 champwru:0:A670:00:501:Drain all Energy Now!PL2(2/2) champwru:0:A66F:00:001:Drain all Power Now! PL2 ; [ Change Lanes ] changela:0:979E:36:000:Infinite Time changela:0:F3F4:36:500:Infinite Time (2/2) changela:0:F072:0A:000:Infinite Fuel:Only turn it ON after you've taken on your fuel load! ; [ Changes ] changes:0:8003:C6:000:Infinite Credits changes:0:8026:09:020:Invincibility changes:0:8029:09:000:Infinite Lives PL1 :changes:00001503:8027:00000063:FFFFFFFF:Select starting round PL1:You should enable this cheat before starting the game ie. after credits have been inserted! changes:0:8027:63:062:Select next round PL1 changes:0:8027:63:072:Select current round PL1 changes:0:802A:09:000:Infinite Lives PL2 :changes:00001503:8028:00000063:FFFFFFFF:Select starting round PL2:You should enable this cheat before starting the game ie. after credits have been inserted! changes:0:8028:63:062:Select next round PL2 changes:0:8028:63:072:Select current round PL2 ; [ Changes (EME license) ] changesa:0:8003:C6:000:Infinite Credits changesa:0:8026:09:020:Invincibility changesa:0:8029:09:000:Infinite Lives PL1 :changesa:00001503:8027:00000063:FFFFFFFF:Select starting round PL1:You should enable this cheat before starting the game ie. after credits have been inserted! changesa:0:8027:63:062:Select next round PL1 changesa:0:8027:63:072:Select current round PL1 changesa:0:802A:09:000:Infinite Lives PL2 :changesa:00001503:8028:00000063:FFFFFFFF:Select starting round PL2:You should enable this cheat before starting the game ie. after credits have been inserted! changesa:0:8028:63:062:Select next round PL2 changesa:0:8028:63:072:Select current round PL2 ; [ Charlie Ninja ] :charlien:00000000:0201035:00000009:FFFFFFFF:Infinite Credits :charlien:00000301:020104D:00000004:FFFFFFFF:Select Starting Stage:Set on "Wanted" screen before starting stage. :charlien:00200000:0201079:00090909:FFFFFFFF:Infinite Time :charlien:00000000:02010CB:0000000A:FFFFFFFF:Always Have Bonus Items:Enable to go to Bonus Stage after you've finished the current stage :charlien:00000000:0184490:00000009:FFFFFFFF:Infinite Lives PL1 :charlien:00000000:0184491:00000003:FFFFFFFF:Infinite Energy PL1 :charlien:00000000:0184418:00000003:FFFFFFFF:Invincibility PL1 :charlien:00000000:0184480:00000001:FFFFFFFF:Always Have Power Up PL1 :charlien:00000100:0184481:00000004:FFFFFFFF:Select Weapon PL1 :charlien:00000000:0180020:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :charlien:00000000:0184690:00000009:FFFFFFFF:Infinite Lives PL2 :charlien:00000000:0184691:00000003:FFFFFFFF:Infinite Energy PL2 :charlien:00000000:0184618:00000003:FFFFFFFF:Invincibility PL2 :charlien:00000000:0184680:00000001:FFFFFFFF:Always Have Power Up PL2 :charlien:00000100:0184681:00000004:FFFFFFFF:Select Weapon PL2 :charlien:00000000:0180021:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Chase H.Q. (World) ] chasehq:0:100200:99:000:Infinite Time chasehq:0:1003A3:04:000:Infinite Turbos chasehq:0:10041C:05:000:Always Super Speed chasehq:0:10041C:05:001:Super Speed Now!:Use this with an activation key for best effect chasehq:0:1002D8:14:001:Finish Chase after 1 Hit Now! chasehq:0:1002AF:00:501:Finish Chase after 1 Hit Now! (2/2) ; [ Chase H.Q. (Japan) ] chasehqj:0:100200:99:000:Infinite Time chasehqj:0:1003A3:04:000:Infinite Turbos chasehqj:0:10041C:05:000:Always Super Speed chasehqj:0:10041C:05:001:Super Speed Now!:Use this with an activation key for best effect chasehqj:0:1002D8:14:001:Finish Chase after 1 Hit Now! chasehqj:0:1002AF:00:501:Finish Chase after 1 Hit Now! (2/2) ; [ Champion Boxing ] chboxing:0:C15B:63:000:Infinite Credits chboxing:0:C005:FF:000:Infinite Time chboxing:0:C005:00:001:Finish this Round Now! chboxing:0:C03A:03:000:Matches always have only One Round :chboxing:00000501:C158:00000006:FFFFFFFF:Select Current Level:Can be used as a starting level cheat enable it before you start the game chboxing:0:C010:7F:000:Infinite Energy PL1 chboxing:0:C010:00:001:Drain all Energy Now! PL1 chboxing:0:C038:FF:000:Always have Maximum Points PL1 chboxing:0:C038:00:000:Always have No Points PL1 chboxing:0:C02C:01:001:Win this Match with a K.O. Now ! PL1 chboxing:0:C044:0A:501:Win this Match with a K.O. Now ! PL1 (2/2) chboxing:0:C02C:01:001:Win this Match with a T.K.O. Now ! PL1 chboxing:0:C058:03:501:Win this Match with a T.K.O. Now ! PL1 (2/2) chboxing:0:C02C:02:001:Win this Match on Points Now ! PL1 chboxing:0:C038:FF:501:Win this Match on Points Now ! PL1 (2/3) chboxing:0:C039:00:501:Win this Match on Points Now ! PL1 (2/3) :chboxing:62000000:0000:00000000:FFFFFFFF:Select Constant Attack Mode PL1 :chboxing:00010000:C029:00000000:FFFFFFFF:Jab :chboxing:00010000:C029:00000001:FFFFFFFF:Upper :chboxing:00010000:C029:00000002:FFFFFFFF:Straight chboxing:0:C011:7F:000:Infinite Energy PL2 chboxing:0:C011:00:001:Drain all Energy Now! PL2 chboxing:0:C039:FF:000:Always have Maximum Points PL2 chboxing:0:C039:00:000:Always have No Points PL2 chboxing:0:C02B:01:001:Win this Match with a K.O. Now ! PL2 chboxing:0:C044:0A:501:Win this Match with a K.O. Now ! PL2 (2/2) chboxing:0:C02C:01:001:Win this Match with a T.K.O. Now ! PL2 chboxing:0:C057:03:501:Win this Match with a T.K.O. Now ! PL2 (2/2) chboxing:0:C02B:02:001:Win this Match on Points Now ! PL2 chboxing:0:C038:00:501:Win this Match on Points Now ! PL2 (2/3) chboxing:0:C039:FF:501:Win this Match on Points Now ! PL2 (2/3) :chboxing:62000000:0000:00000000:FFFFFFFF:Select Constant Attack Mode PL2 :chboxing:00010000:C02A:00000000:FFFFFFFF:Jab :chboxing:00010000:C02A:00000001:FFFFFFFF:Upper :chboxing:00010000:C02A:00000002:FFFFFFFF:Straight ; [ Check Man (Japan) ] checkmaj:0:4102:07:000:Infinite Lives checkmaj:0:4101:00:000:Infinite Time ; [ Check Man ] checkman:0:8107:07:000:Infinite Lives checkman:0:8106:00:000:Infinite Time ; [ Checkmate ] checkmat:0:2008:05:000:Infinite Rounds checkmat:0:2027:00:000:Score always = 0 PL1 checkmat:0:2028:00:000:Score always = 0 PL2 checkmat:0:2029:00:000:Score always = 0 PL3 checkmat:0:202A:00:000:Score always = 0 PL4 checkmat:0:2027:00:001:Set Score = 0 Now! PL1 checkmat:0:2028:00:001:Set Score = 0 Now! PL2 checkmat:0:2029:00:001:Set Score = 0 Now! PL3 checkmat:0:202A:00:001:Set Score = 0 Now! PL4 checkmat:0:2027:99:073:Select Score PL1 checkmat:0:2028:99:073:Select Score PL2 checkmat:0:2029:99:073:Select Score PL3 checkmat:0:202A:99:073:Select Score PL4 ; [ Cheeky Mouse ] cheekyms:0:3012:09:000:Infinite Lives PL1 cheekyms:0:3013:09:000:Infinite Lives PL2 ; [ Cheese Chase ] cheesech:0:221C5C:03:000:Infinite Time cheesech:0:221C5D:E8:500:Infinite Time (2/2) cheesech:0:221C36:7F:000:Infinite Lives cheesech:0:221C37:FF:500:Infinite Lives (2/2) :cheesech:20800000:67B8:00000060:FFFFFFFF:Invincibility:You die though when you fall down a pit or off a high platform :cheesech:20810000:79CE:00000060:FFFFFFFF:Invincibility (2/3):1st = Mine :cheesech:20810000:826C:00000060:FFFFFFFF:Invincibility (3/3):2nd & 3rd = Enemy cheesech:0:221C58:00:001:Finish this Level Now! cheesech:0:221C59:00:501:Finish this Level Now! (2/2) ; [ Chelnov - Atomic Runner (World) ] chelnov:0:060042:99:000:Infinite Credits chelnov:0:060182:09:000:Infinite Lives :chelnov:20800000:005E9A:00000060:FFFFFFFF:Invincibility:You die though when you fall down a pit :chelnov:20810000:006181:00000010:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire chelnov:0:060191:02:000:Always Long shot chelnov:0:060192:02:000:Always Power shot chelnov:0:060193:04:000:Always Rapid shot chelnov:0:060190:00:000:Always have Laser chelnov:0:060190:01:000:Always have Fireball chelnov:0:060190:02:000:Always have Rotating Balls chelnov:0:060190:03:000:Always have Bouncing Ls chelnov:0:060190:04:000:Always have Chain chelnov:0:060190:05:000:Always have Missile chelnov:0:060190:00:001:Get Laser Now! chelnov:0:060190:01:001:Get Fireball Now! chelnov:0:060190:02:001:Get Rotating Balls Now! chelnov:0:060190:03:001:Get Bouncing Ls Now! chelnov:0:060190:04:001:Get Chain Now! chelnov:0:060190:05:001:Get Missile Now! :chelnov:00001301:060189:00000006:FFFFFFFF:Select starting level:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! chelnov:0:060189:06:071:Select current level chelnov:0:060189:06:061:Select next level chelnov:0:060189:06:001:Go to last level next :chelnov:00000000:0601C0:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ Chelnov - Atomic Runner (Japan) ] chelnovj:0:060042:99:000:Infinite Credits chelnovj:0:060182:09:000:Infinite Lives :chelnovj:20800000:005B38:00000060:FFFFFFFF:Invincibility:You die though when you fall down a pit :chelnovj:20810000:005E1F:00000010:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire chelnovj:0:060191:02:000:Always Long shot chelnovj:0:060192:02:000:Always Power shot chelnovj:0:060193:04:000:Always Rapid shot chelnovj:0:060190:00:000:Always have Laser chelnovj:0:060190:01:000:Always have Fireball chelnovj:0:060190:02:000:Always have Rotating Balls chelnovj:0:060190:03:000:Always have Bouncing Ls chelnovj:0:060190:04:000:Always have Chain chelnovj:0:060190:05:000:Always have Missile chelnovj:0:060190:00:001:Get Laser Now! chelnovj:0:060190:01:001:Get Fireball Now! chelnovj:0:060190:02:001:Get Rotating Balls Now! chelnovj:0:060190:03:001:Get Bouncing Ls Now! chelnovj:0:060190:04:001:Get Chain Now! chelnovj:0:060190:05:001:Get Missile Now! :chelnovj:00001301:060189:00000006:FFFFFFFF:Select starting level:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! chelnovj:0:060189:06:071:Select current level chelnovj:0:060189:06:061:Select next level chelnovj:0:060189:06:001:Go to last level next :chelnovj:00000000:0601C0:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ Chelnov - Atomic Runner (US) ] chelnovu:0:060042:99:000:Infinite Credits chelnovu:0:060182:09:000:Infinite Lives :chelnovu:20800000:005FF2:00000060:FFFFFFFF:Invincibility:You die though when you fall down a pit :chelnovu:20810000:0062D9:00000010:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire chelnovu:0:060191:02:000:Always Long shot chelnovu:0:060192:02:000:Always Power shot chelnovu:0:060193:04:000:Always Rapid shot chelnovu:0:060190:00:000:Always have Laser chelnovu:0:060190:01:000:Always have Fireball chelnovu:0:060190:02:000:Always have Rotating Balls chelnovu:0:060190:03:000:Always have Bouncing Ls chelnovu:0:060190:04:000:Always have Chain chelnovu:0:060190:05:000:Always have Missile chelnovu:0:060190:00:001:Get Laser Now! chelnovu:0:060190:01:001:Get Fireball Now! chelnovu:0:060190:02:001:Get Rotating Balls Now! chelnovu:0:060190:03:001:Get Bouncing Ls Now! chelnovu:0:060190:04:001:Get Chain Now! chelnovu:0:060190:05:001:Get Missile Now! :chelnovu:00001301:060189:00000006:FFFFFFFF:Select starting level:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! chelnovu:0:060189:06:071:Select current level chelnovu:0:060189:06:061:Select next level chelnovu:0:060189:06:001:Go to last level next :chelnovu:00000000:0601C0:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ Chewing Gum ] chewing:0:0000:00:999:[ This game hasn't even ]:REASON 11 chewing:0:0000:00:999:[ been looked at due to ]:REASON 11 chewing:0:0000:00:999:[ time constraints - Too]:REASON 11 chewing:0:0000:00:999:[ many games and so ]:REASON 11 chewing:0:0000:00:999:[ little time. It is ]:REASON 11 chewing:0:0000:00:999:[ even possible that ]:REASON 11 chewing:0:0000:00:999:[ this game may be a ]:REASON 11 chewing:0:0000:00:999:[ clone of an existing ]:REASON 11 chewing:0:0000:00:999:[ game which may have ]:REASON 11 chewing:0:0000:00:999:[ cheats. Please search ]:REASON 11 chewing:0:0000:00:999:[ the cheat forums ]:REASON 11 chewing:0:0000:00:999:[ before posting cheat ]:REASON 11 chewing:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Cheyenne (version 1.0) ] cheyenne:0:381C:83:000:Infinite Lives PL1 cheyenne:0:3806:00:000:No time between bullets PL1 cheyenne:0:3830:00:000:Only 2 enemies to kill PL1:To be used on level select cheyenne:0:0000:00:999:[* Hit F6 when cashing in *] cheyenne:0:3825:99:000:Bonus always x99 cheyenne:0:3834:63:500:Bonus always x99 (2/2) cheyenne:0:3825:99:070:Select x Bonus Now! cheyenne:0:3834:C8:501:Select x Bonus Now! (2/2) cheyenne:0:0000:00:999:[Use only when the gang to ] cheyenne:0:0000:00:999:[capture is displayed ] cheyenne:0:3831:05:001:Goto Saloon Level Now! PL1 cheyenne:0:3831:06:001:Goto Old mine Level Now! PL1 cheyenne:0:3831:07:001:Goto Desert Level Now! PL1 cheyenne:0:3831:08:001:Goto Ghost town Level Now!PL1 cheyenne:0:3831:09:001:Goto Forrest Level Now! PL1 cheyenne:0:3831:0A:001:Goto Hills Level Now! PL1 cheyenne:0:3831:0B:001:Goto Graveyard Level Now! PL1 ; [ Chiki Chiki Boys (Japan 900619) ] chikij:0:FF0F69:59:000:Infinite Time chikij:0:FF147B:03:000:Infinite Lives PL1 chikij:0:FF149B:7F:000:Invincibility PL1 chikij:0:FF14AB:40:000:Infinite Energy PL1 chikij:0:FF14D3:06:000:Infinite Magic PL1 chikij:0:FF153B:03:000:Infinite Lives PL2 chikij:0:FF155B:7F:000:Invincibility PL2 chikij:0:FF156B:40:000:Infinite Energy PL2 chikij:0:FF1593:06:000:Infinite Magic PL2 ; [ Chiller (version 3.0) ] chiller:0:3415:00:000:No time between bullets chiller:0:3438:80:007:Infinite Time PL1 chiller:0:3435:01:001:1 Monster to go Now! PL1 chiller:0:3435:10:001:10 Monsters to go Now! PL1 chiller:0:344D:80:007:Infinite Time PL2 chiller:0:344A:01:001:1 Monster to go Now! PL2 chiller:0:344A:10:001:10 Monsters to go Now! PL2 ; [ Chimera Beast (prototype) ] chimerab:0:FFCBCF:09:000:Infinite Lives PL1 chimerab:0:FFCBCB:09:000:Infinite Energy PL1 chimerab:0:FFCCD3:02:040:Invincibility PL1 chimerab:0:FFCC7F:09:000:Infinite Lives PL2 chimerab:0:FFCC7B:09:000:Infinite Energy PL2 chimerab:0:FFE053:02:040:Invincibility PL2 ; [ China Gate (US) ] chinagat:0:0C77:99:000:Infinite Time chinagat:0:0168:09:000:Infinite Lives PL1 chinagat:0:0141:18:000:Infinite Energy PL1 chinagat:0:01ED:09:000:Infinite Lives PL2 chinagat:0:01C6:18:000:Infinite Energy PL2 ; [ China Town (Japan) ] chinatwn:0:1A000B:99:000:Infinite Credits chinatwn:0:1A0031:99:000:Infinite Time ; [ Zhong Guo Long (Japan, V021J) ] :chindrag:00000000:100C09:00000063:FFFFFFFF:Infinite Credits :chindrag:00100000:10166E:00001CF2:FFFFFFFF:Infinite Time :chindrag:00000001:100B3D:00000000:FFFFFFFF:Finish this Stage Now! ; [ Chinese Hero (older) ] chinher2:0:E002:63:000:Infinite Credits chinher2:0:E4B7:01:000:Infinite Bonus Time :chinher2:20800000:2D47:000000C9:FFFFFFFF:Invincibility (Water):Stops you drowning and fixes the issues with the Invincibility (Land) cheats chinher2:0:E1A0:62:061:Select next stage chinher2:0:0000:00:999:[To finish a stage quickly ] chinher2:0:0000:00:999:[on the one player game you ] chinher2:0:0000:00:999:[merely have to die or for ] chinher2:0:0000:00:999:[the two player game you ] chinher2:0:0000:00:999:[have to kill all on-screen ] chinher2:0:0000:00:999:[enemies. ] chinher2:0:E1B3:00:001:Finish Stage Quickly Now! chinher2:0:E1E1:05:000:Infinite Lives PL1 :chinher2:00000000:F402:00000001:FFFFFFFF:Invincibility (Land) PL1:Ineffective against falling into the water. If you fall into the water, your character may freeze. (may need to turn this cheat OFF) chinher2:0:E1FC:63:000:Always have Full Power PL1 :chinher2:00000000:E014:00000000:00000010:Rapid Fire - Punch PL1 :chinher2:00000000:E014:00000000:00000020:Rapid Fire - Jump Kick PL1 :chinher2:00000000:E014:00000000:00000040:Rapid Fire - Rolling PL1 chinher2:0:E221:05:000:Infinite Lives PL2 :chinher2:00000000:F482:00000001:FFFFFFFF:Invincibility (Land) PL2:Ineffective against falling into the water. If you fall into the water, your character may freeze. (may need to turn this cheat OFF) chinher2:0:E23C:63:000:Always have Full Power PL2 :chinher2:00000000:E017:00000000:00000010:Rapid Fire - Punch PL2 :chinher2:00000000:E017:00000000:00000020:Rapid Fire - Jump Kick PL2 :chinher2:00000000:E017:00000000:00000040:Rapid Fire - Rolling PL2 ; [ Chinese Hero ] chinhero:0:E002:63:000:Infinite Credits chinhero:0:E4B7:01:000:Infinite Bonus Time :chinhero:20800000:2D47:000000C9:FFFFFFFF:Invincibility (Water):Stops you drowning and fixes the issues with the Invincibility (Land) cheats chinhero:0:E1A0:62:061:Select next stage chinhero:0:0000:00:999:[To finish a stage quickly ] chinhero:0:0000:00:999:[on the one player game you ] chinhero:0:0000:00:999:[merely have to die or for ] chinhero:0:0000:00:999:[the two player game you ] chinhero:0:0000:00:999:[have to kill all on-screen ] chinhero:0:0000:00:999:[enemies. ] chinhero:0:E1B3:00:001:Finish Stage Quickly Now! chinhero:0:E1E1:05:000:Infinite Lives PL1 :chinhero:00000000:F402:00000001:FFFFFFFF:Invincibility (Land) PL1:Ineffective against falling into the water. If you fall into the water, your character may freeze. (may need to turn this cheat OFF) chinhero:0:E1FC:63:000:Always have Full Power PL1 :chinhero:00000000:E014:00000000:00000010:Rapid Fire - Punch PL1 :chinhero:00000000:E014:00000000:00000020:Rapid Fire - Jump Kick PL1 :chinhero:00000000:E014:00000000:00000040:Rapid Fire - Rolling PL1 chinhero:0:E221:05:000:Infinite Lives PL2 :chinhero:00000000:F482:00000001:FFFFFFFF:Invincibility (Land) PL2:Ineffective against falling into the water. If you fall into the water, your character may freeze. (may need to turn this cheat OFF) chinhero:0:E23C:63:000:Always have Full Power PL2 :chinhero:00000000:E017:00000000:00000010:Rapid Fire - Punch PL2 :chinhero:00000000:E017:00000000:00000020:Rapid Fire - Jump Kick PL2 :chinhero:00000000:E017:00000000:00000040:Rapid Fire - Rolling PL2 ; [ Mahjong Chinmoku no Hentai (Japan 900511) ] chinmoku:0:F162:FF:000:Buggy score chinmoku:0:0000:00:999:[ The winning hand cheat must be ] chinmoku:0:0000:00:999:[ activated when there are 14 tiles ] chinmoku:0:0000:00:999:[ in your hand, then press the RON ] chinmoku:0:0000:00:999:[ key ('Z' by default). The tiles do ] chinmoku:0:0000:00:999:[ not visually change until you make ] chinmoku:0:0000:00:999:[ a move. ] chinmoku:0:F48C:31:001:Get winning hand Now! chinmoku:0:F48D:31:501:Get winning hand Now! (02/14) chinmoku:0:F48E:31:501:Get winning hand Now! (03/14) chinmoku:0:F48F:32:501:Get winning hand Now! (04/14) chinmoku:0:F490:32:501:Get winning hand Now! (05/14) chinmoku:0:F491:32:501:Get winning hand Now! (06/14) chinmoku:0:F492:33:501:Get winning hand Now! (07/14) chinmoku:0:F493:33:501:Get winning hand Now! (08/14) chinmoku:0:F494:33:501:Get winning hand Now! (09/14) chinmoku:0:F495:34:501:Get winning hand Now! (10/14) chinmoku:0:F496:34:501:Get winning hand Now! (11/14) chinmoku:0:F497:34:501:Get winning hand Now! (12/14) chinmoku:0:F498:35:501:Get winning hand Now! (13/14) chinmoku:0:F499:35:501:Get winning hand Now! (14/14) chinmoku:0:F48C:31:000:Always winning hand chinmoku:0:F48D:31:500:Always winning hand (02/14) chinmoku:0:F48E:31:500:Always winning hand (03/14) chinmoku:0:F48F:32:500:Always winning hand (04/14) chinmoku:0:F490:32:500:Always winning hand (05/14) chinmoku:0:F491:32:500:Always winning hand (06/14) chinmoku:0:F492:33:500:Always winning hand (07/14) chinmoku:0:F493:33:500:Always winning hand (08/14) chinmoku:0:F494:33:500:Always winning hand (09/14) chinmoku:0:F495:34:500:Always winning hand (10/14) chinmoku:0:F496:34:500:Always winning hand (11/14) chinmoku:0:F497:34:500:Always winning hand (12/14) chinmoku:0:F498:35:500:Always winning hand (13/14) chinmoku:0:F499:35:500:Always winning hand (14/14) :chinmoku:00000006:F48C:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :chinmoku:00000006:F50C:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. chinmoku:0:0000:00:999:[ Here is the look-up list for ] chinmoku:0:0000:00:999:[ the above watches. ] chinmoku:0:0000:00:999:[ ] chinmoku:0:0000:00:999:[ value common name chinese name ] chinmoku:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] chinmoku:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] chinmoku:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] chinmoku:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] chinmoku:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] chinmoku:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] chinmoku:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] chinmoku:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] chinmoku:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] chinmoku:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] chinmoku:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] chinmoku:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] chinmoku:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] chinmoku:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] chinmoku:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] chinmoku:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] chinmoku:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] chinmoku:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] chinmoku:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] chinmoku:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] chinmoku:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] chinmoku:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] chinmoku:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] chinmoku:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] chinmoku:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] chinmoku:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] chinmoku:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] chinmoku:0:0000:00:999:[ 31h East "wind" ] chinmoku:0:0000:00:999:[ 32h South "wind" ] chinmoku:0:0000:00:999:[ 33h West "wind" ] chinmoku:0:0000:00:999:[ 34h North "wind" ] chinmoku:0:0000:00:999:[ 35h White "dragon" ] chinmoku:0:0000:00:999:[ 36h Green "dragon" ] chinmoku:0:0000:00:999:[ 37h Red "dragon" ] chinmoku:0:0000:00:999:[ 3Fh - no tile - ] ; [ Long Hu Bang II ] :chmplst2:00100000:100680:00003030:FFFFFFFF:Always Winning Hand :chmplst2:00210000:100682:00313131:FFFFFFFF:Always Winning Hand (2/6) :chmplst2:00210000:100685:00343434:FFFFFFFF:Always Winning Hand (3/6) :chmplst2:00210000:100688:00353535:FFFFFFFF:Always Winning Hand (4/6) :chmplst2:00110000:10068B:00003636:FFFFFFFF:Always Winning Hand (5/6) :chmplst2:00010000:100610:00000036:FFFFFFFF:Always Winning Hand (6/6) :chmplst2:00100001:100680:00003030:FFFFFFFF:Get Winning Hand Now! :chmplst2:00210001:100682:00313131:FFFFFFFF:Get Winning Hand Now ! (2/6) :chmplst2:00210001:100685:00343434:FFFFFFFF:Get Winning Hand Now ! (3/6) :chmplst2:00210001:100688:00353535:FFFFFFFF:Get Winning Hand Now ! (4/6) :chmplst2:00110001:10068B:00003636:FFFFFFFF:Get Winning Hand Now ! (5/6) :chmplst2:00010001:100610:00000036:FFFFFFFF:Get Winning Hand Now ! (6/6) ; [ Choky! Choky! ] :chokchok:00000000:341C75:00000000:FFFFFFFF:Infinite Time :chokchok:00000000:120825:00000068:FFFFFFFF:Infinite Energy PL1 :chokchok:00000001:120825:00000000:FFFFFFFF:Drain All Energy Now! PL1 :chokchok:00600000:120885:00020001:00FF00FF:Invincibility PL1 :chokchok:00000000:120829:0000003D:FFFFFFFF:Always have Max Power PL1 :chokchok:00000000:120829:00000000:FFFFFFFF:Always have Min Power PL1 :chokchok:00000001:120829:0000003D:FFFFFFFF:Get Max Power Now! PL1 :chokchok:00000001:120829:00000000:FFFFFFFF:Get Min Power Now! PL1 :chokchok:00000000:120BEB:00000068:FFFFFFFF:Infinite Energy PL2 :chokchok:00000001:120BEB:00000000:FFFFFFFF:Drain All Energy Now! PL2 :chokchok:00600000:120C4B:00020001:00FF00FF:Invincibility PL2 :chokchok:00000000:120BEF:0000003D:FFFFFFFF:Always have Max Power PL2 :chokchok:00000000:120BEF:00000000:FFFFFFFF:Always have Min Power PL2 :chokchok:00000001:120BEF:0000003D:FFFFFFFF:Get Max Power Now! PL2 :chokchok:00000001:120BEF:00000000:FFFFFFFF:Get Min Power Now! PL2 ; [ Choko (Japan 010820) ] choko:0:0000:00:999:[ There are no cheats ]:REASON 1 choko:0:0000:00:999:[ for this game as it ]:REASON 1 choko:0:0000:00:999:[ didn't work the last ]:REASON 1 choko:0:0000:00:999:[ time it was tested. ]:REASON 1 choko:0:0000:00:999:[ If the game now works ]:REASON 1 choko:0:0000:00:999:[ please request cheats ]:REASON 1 choko:0:0000:00:999:[ for it on the cheat ]:REASON 1 choko:0:0000:00:999:[ forums. ]:REASON 1 ; [ Chopper I (US set 1) ] chopper:0:E45E:99:000:Infinite Credits chopper:0:0000:00:999:[See the Dip Switch Menu to ] chopper:0:0000:00:999:[enable Invincibility. ] chopper:0:E3A0:05:000:Infinite Lives PL1 chopper:0:E3B9:55:000:Infinite Plane Bombs PL1 chopper:0:E3B9:AA:000:Infinite Circle Bombs PL1 chopper:0:E3B9:FF:000:Infinite Atomic Bombs PL1 chopper:0:E3F0:05:000:Infinite Lives PL2 chopper:0:E409:55:000:Infinite Plane Bombs PL2 chopper:0:E409:AA:000:Infinite Circle Bombs PL2 chopper:0:E409:FF:000:Infinite Atomic Bombs PL2 ; [ Chopper I (US set 2) ] choppera:0:E45E:99:000:Infinite Credits choppera:0:0000:00:999:[See the Dip Switch Menu to ] choppera:0:0000:00:999:[enable Invincibility. ] choppera:0:E3A0:05:000:Infinite Lives PL1 choppera:0:E3B9:55:000:Infinite Plane Bombs PL1 choppera:0:E3B9:AA:000:Infinite Circle Bombs PL1 choppera:0:E3B9:FF:000:Infinite Atomic Bombs PL1 choppera:0:E3F0:05:000:Infinite Lives PL2 choppera:0:E409:55:000:Infinite Plane Bombs PL2 choppera:0:E409:AA:000:Infinite Circle Bombs PL2 choppera:0:E409:FF:000:Infinite Atomic Bombs PL2 ; [ Chopper I (US set 3) ] chopperb:0:E45E:99:000:Infinite Credits chopperb:0:0000:00:999:[See the Dip Switch Menu to ] chopperb:0:0000:00:999:[enable Invincibility. ] chopperb:0:E3A0:05:000:Infinite Lives PL1 chopperb:0:E3B9:55:000:Infinite Plane Bombs PL1 chopperb:0:E3B9:AA:000:Infinite Circle Bombs PL1 chopperb:0:E3B9:FF:000:Infinite Atomic Bombs PL1 chopperb:0:E3F0:05:000:Infinite Lives PL2 chopperb:0:E409:55:000:Infinite Plane Bombs PL2 chopperb:0:E409:AA:000:Infinite Circle Bombs PL2 chopperb:0:E409:FF:000:Infinite Atomic Bombs PL2 ; [ Choplifter ] chplft:0:C02D:95:000:Infinite Lives chplft:0:E118:C8:000:Infinite Fuel chplft:0:C303:41:000:Invincibility chplft:0:C084:01:000:Always Have Prisoners chplft:0:C085:20:001:Finish Level Level Now! chplft:0:C083:00:001:No dead hostages chplft:0:C084:08:001:Max. load hostages = 08 chplft:0:C084:20:001:Max. load hostages = 20 ; [ Choplifter (alternate) ] chplftb:0:C02D:95:000:Infinite Lives chplftb:0:E118:C8:000:Infinite Fuel chplftb:0:C303:41:000:Invincibility chplftb:0:C084:01:000:Always Have Prisoners chplftb:0:C085:20:001:Finish Level Level Now! chplftb:0:C083:00:001:No dead hostages chplftb:0:C084:08:001:Max. load hostages = 08 chplftb:0:C084:20:001:Max. load hostages = 20 ; [ Choplifter (bootleg) ] chplftbl:0:C02D:95:000:Infinite Lives PL1 chplftbl:0:E118:C8:000:Infinite Fuel chplftbl:0:C303:41:000:Invincibility chplftbl:0:C084:01:000:Always Have Prisoners chplftbl:0:C085:20:001:Finish Level Level Now! chplftbl:0:C083:00:001:No dead hostages chplftbl:0:C084:08:001:Max. load hostages = 08 chplftbl:0:C084:20:001:Max. load hostages = 20 ; [ Chequered Flag ] chqflag:0:05C6:63:000:Infinite Credits chqflag:0:028E:63:000:Infinite Time chqflag:0:0262:01:000:Always be in FIRST Place chqflag:0:0262:01:001:Get FIRST Place Now! ; [ Chequered Flag (Japan) ] chqflagj:0:05C6:63:000:Infinite Credits chqflagj:0:028E:63:000:Infinite Time chqflagj:0:0262:01:000:Always be in FIRST Place chqflagj:0:0262:01:001:Get FIRST Place Now! ; [ Zhong Guo Long (Japan, V020J) ] :chugokur:00000000:100C09:00000063:FFFFFFFF:Infinite Credits :chugokur:00100000:10166E:00001CF2:FFFFFFFF:Infinite Time :chugokur:00000001:100B3D:00000000:FFFFFFFF:Finish this Stage Now! ; [ Chuka Taisen (World) ] chukatai:0:EE28:10:000:Infinite Shop Time chukatai:0:E218:64:000:Infinite Lives chukatai:0:E26B:00:000:Invincibility chukatai:0:E214:08:000:Always have Max Fire Power chukatai:0:E214:08:071:Select Fire Power Now! chukatai:0:E217:06:000:Always have Maximum speed chukatai:0:E217:06:071:Select Speed Now! chukatai:0:E220:01:000:Infinite Special Shot "ON":Enable to use Special Shots chukatai:0:E220:00:001:Infinite Special Shot "OFF" chukatai:0:E223:01:000:Turn Auto fire ON chukatai:0:E223:00:001:Turn Auto fire OFF chukatai:0:EE4C:00:001:One hit for boss Now! chukatai:0:EE4D:00:501:One hit for boss Now! (2/2) chukatai:0:0000:00:999:[ Special Shots Below ] chukatai:0:E215:00:000:Always have Shield Flames 1 chukatai:0:E215:01:000:Always have Shield Flames 2 chukatai:0:E215:02:000:Always have Side + Rear Shot chukatai:0:E215:03:000:Always have Diagonal Shot chukatai:0:E215:04:000:Always have Little Men Shot chukatai:0:E215:05:000:Always have Banana Shot chukatai:0:E215:06:000:Always have Big Banana Shot chukatai:0:E215:08:000:Always have Circle Shot chukatai:0:E215:09:000:Always have Splitting Bombs chukatai:0:E215:0A:000:Always have Normal Bombs chukatai:0:E215:0B:000:Always have Homing Bombs chukatai:0:E215:0C:000:Always have Bouncing Bombs chukatai:0:E215:0D:000:Always have Bouncing Flames chukatai:0:E215:00:001:Get Shield Flames 1 Now! chukatai:0:E215:01:001:Get Shield Flames 2 Now! chukatai:0:E215:02:001:Get Side + Rear Shot Now! chukatai:0:E215:03:001:Get Diagonal Shot Now! chukatai:0:E215:04:001:Get Little Men Shot Now! chukatai:0:E215:05:001:Get Banana Shot Now! chukatai:0:E215:06:001:Get Big Banana Shot Now! chukatai:0:E215:08:001:Get Circle Shot Now! chukatai:0:E215:09:001:Get Splitting Bombs Now! chukatai:0:E215:0A:001:Get Normal Bombs Now! chukatai:0:E215:0B:001:Get Homing Bombs Now! chukatai:0:E215:0C:001:Get Bouncing Bombs Now! chukatai:0:E215:0D:001:Get Bouncing Flames Now! chukatai:0:0000:00:999:[ Level associated cheats ] chukatai:0:E219:04:071:Select current level chukatai:0:E219:04:061:Select next level chukatai:0:E219:04:001:Go to last level Now! chukatai:0:E219:09:001:Go to begining of level Now! chukatai:0:E219:70:001:Go to boss - levels 1&3 Now! chukatai:0:E219:80:001:Go to boss - levels 2&4 Now! chukatai:0:E219:A0:001:Go to boss - level 5 Now! ; [ Chuka Taisen (Japan) ] chukataj:0:EE28:10:000:Infinite Shop Time chukataj:0:E218:64:000:Infinite Lives chukataj:0:E26B:00:000:Invincibility chukataj:0:E214:08:000:Always have Max Fire Power chukataj:0:E214:08:071:Select Fire Power Now! chukataj:0:E217:06:000:Always have Maximum speed chukataj:0:E217:06:071:Select Speed Now! chukataj:0:E220:01:000:Infinite Special Shot "ON":Enable to use Special Shots chukataj:0:E220:00:001:Infinite Special Shot "OFF" chukataj:0:E223:01:000:Turn Auto fire ON chukataj:0:E223:00:001:Turn Auto fire OFF chukataj:0:EE4C:00:001:One hit for boss Now! chukataj:0:EE4D:00:501:One hit for boss Now! (2/2) chukataj:0:0000:00:999:[ Special Shots Below ] chukataj:0:E215:00:000:Always have Shield Flames 1 chukataj:0:E215:01:000:Always have Shield Flames 2 chukataj:0:E215:02:000:Always have Side + Rear Shot chukataj:0:E215:03:000:Always have Diagonal Shot chukataj:0:E215:04:000:Always have Little Men Shot chukataj:0:E215:05:000:Always have Banana Shot chukataj:0:E215:06:000:Always have Big Banana Shot chukataj:0:E215:08:000:Always have Circle Shot chukataj:0:E215:09:000:Always have Splitting Bombs chukataj:0:E215:0A:000:Always have Normal Bombs chukataj:0:E215:0B:000:Always have Homing Bombs chukataj:0:E215:0C:000:Always have Bouncing Bombs chukataj:0:E215:0D:000:Always have Bouncing Flames chukataj:0:E215:00:001:Get Shield Flames 1 Now! chukataj:0:E215:01:001:Get Shield Flames 2 Now! chukataj:0:E215:02:001:Get Side + Rear Shot Now! chukataj:0:E215:03:001:Get Diagonal Shot Now! chukataj:0:E215:04:001:Get Little Men Shot Now! chukataj:0:E215:05:001:Get Banana Shot Now! chukataj:0:E215:06:001:Get Big Banana Shot Now! chukataj:0:E215:08:001:Get Circle Shot Now! chukataj:0:E215:09:001:Get Splitting Bombs Now! chukataj:0:E215:0A:001:Get Normal Bombs Now! chukataj:0:E215:0B:001:Get Homing Bombs Now! chukataj:0:E215:0C:001:Get Bouncing Bombs Now! chukataj:0:E215:0D:001:Get Bouncing Flames Now! chukataj:0:0000:00:999:[ Level associated cheats ] chukataj:0:E219:04:071:Select current level chukataj:0:E219:04:061:Select next level chukataj:0:E219:04:001:Go to last level Now! chukataj:0:E219:09:001:Go to begining of level Now! chukataj:0:E219:70:001:Go to boss - levels 1&3 Now! chukataj:0:E219:80:001:Go to boss - levels 2&4 Now! chukataj:0:E219:A0:001:Go to boss - level 5 Now! ; [ Chuka Taisen (US) ] chukatau:0:EE28:10:000:Infinite Shop Time chukatau:0:E218:64:000:Infinite Lives chukatau:0:E26B:00:000:Invincibility chukatau:0:E214:08:000:Always have Max Fire Power chukatau:0:E214:08:071:Select Fire Power Now! chukatau:0:E217:06:000:Always have Maximum speed chukatau:0:E217:06:071:Select Speed Now! chukatau:0:E220:01:000:Infinite Special Shot "ON":Enable to use Special Shots chukatau:0:E220:00:001:Infinite Special Shot "OFF" chukatau:0:E223:01:000:Turn Auto fire ON chukatau:0:E223:00:001:Turn Auto fire OFF chukatau:0:EE4C:00:001:One hit for boss Now! chukatau:0:EE4D:00:501:One hit for boss Now! (2/2) chukatau:0:0000:00:999:[ Special Shots Below ] chukatau:0:E215:00:000:Always have Shield Flames 1 chukatau:0:E215:01:000:Always have Shield Flames 2 chukatau:0:E215:02:000:Always have Side + Rear Shot chukatau:0:E215:03:000:Always have Diagonal Shot chukatau:0:E215:04:000:Always have Little Men Shot chukatau:0:E215:05:000:Always have Banana Shot chukatau:0:E215:06:000:Always have Big Banana Shot chukatau:0:E215:08:000:Always have Circle Shot chukatau:0:E215:09:000:Always have Splitting Bombs chukatau:0:E215:0A:000:Always have Normal Bombs chukatau:0:E215:0B:000:Always have Homing Bombs chukatau:0:E215:0C:000:Always have Bouncing Bombs chukatau:0:E215:0D:000:Always have Bouncing Flames chukatau:0:E215:00:001:Get Shield Flames 1 Now! chukatau:0:E215:01:001:Get Shield Flames 2 Now! chukatau:0:E215:02:001:Get Side + Rear Shot Now! chukatau:0:E215:03:001:Get Diagonal Shot Now! chukatau:0:E215:04:001:Get Little Men Shot Now! chukatau:0:E215:05:001:Get Banana Shot Now! chukatau:0:E215:06:001:Get Big Banana Shot Now! chukatau:0:E215:08:001:Get Circle Shot Now! chukatau:0:E215:09:001:Get Splitting Bombs Now! chukatau:0:E215:0A:001:Get Normal Bombs Now! chukatau:0:E215:0B:001:Get Homing Bombs Now! chukatau:0:E215:0C:001:Get Bouncing Bombs Now! chukatau:0:E215:0D:001:Get Bouncing Flames Now! chukatau:0:0000:00:999:[ Level associated cheats ] chukatau:0:E219:04:071:Select current level chukatau:0:E219:04:061:Select next level chukatau:0:E219:04:001:Go to last level Now! chukatau:0:E219:09:001:Go to begining of level Now! chukatau:0:E219:70:001:Go to boss - levels 1&3 Now! chukatau:0:E219:80:001:Go to boss - levels 2&4 Now! chukatau:0:E219:A0:001:Go to boss - level 5 Now! ; [ Champion Pro Wrestling ] chwrestl:0:C002:09:000:Infinite Credits chwrestl:0:C0B5:5A:000:Infinite Time chwrestl:0:C0B6:99:500:Infinite Time (2/2) chwrestl:0:C0B5:01:001:Finish this Match Now! chwrestl:0:C0B6:00:501:Finish this Match Now! (2/2) chwrestl:0:C069:46:000:Infinite Energy PL1 chwrestl:0:C0DF:46:500:Infinite Energy PL1 (2/2) chwrestl:0:C069:00:001:Drain all Energy Now! PL1 chwrestl:0:C0DF:00:501:Drain all Energy Now! PL1 (2/2) chwrestl:0:C041:46:000:Infinite Energy PL2 chwrestl:0:C0DA:46:500:Infinite Energy PL2 (2/2) chwrestl:0:C041:00:001:Drain all Energy Now! PL2 chwrestl:0:C0DA:00:501:Drain all Energy Now! PL2 (2/2) ; [ Highway Chase? (Cassette) ] chwy:0:0000:00:999:[ There are no cheats ]:REASON 1 chwy:0:0000:00:999:[ for this game as it ]:REASON 1 chwy:0:0000:00:999:[ didn't work the last ]:REASON 1 chwy:0:0000:00:999:[ time it was tested. ]:REASON 1 chwy:0:0000:00:999:[ If the game now works ]:REASON 1 chwy:0:0000:00:999:[ please request cheats ]:REASON 1 chwy:0:0000:00:999:[ for it on the cheat ]:REASON 1 chwy:0:0000:00:999:[ forums. ]:REASON 1 ; [ Circus ] circus:0:002C:0A:000:Infinite Lives/Jumps circus:0:0038:80:000:Always get a free jump circus:0:0038:80:001:Get a free jump Now! :circus:00000010:000B:00000009:FFFF09FF:Never Hit The Ground ; [ Circus Charlie (Selectable level set 1) ] circusc:0:2200:07:000:Infinite Lives circusc:0:227C:07:000:Infinite Time ; [ Circus Charlie (Selectable level set 2) ] circusc2:0:2200:07:000:Infinite Lives circusc2:0:227C:07:000:Infinite Time ; [ Circus Charlie (No level select) ] circusc3:0:2200:07:000:Infinite Lives circusc3:0:227C:07:000:Infinite Time circusc3:0:2201:01:000:Start on Level 2 circusc3:0:2201:02:000:Start on Level 3 circusc3:0:2201:03:000:Start on Level 4 circusc3:0:2201:04:000:Start on Level 5 circusc3:0:2201:05:000:Start on Level 6 ; [ Circus Charlie (Centuri) ] circuscc:0:2200:07:000:Infinite Lives circuscc:0:227C:07:000:Infinite Time ; [ Circus Charlie (Centuri, earlier) ] circusce:0:2200:07:000:Infinite Lives circusce:0:227C:07:000:Infinite Time ; [ Cisco Heat ] cischeat:0:0F000D:63:000:Infinite Credits cischeat:0:000000:00:999:[ONLY use Boost Time Now! during race!] cischeat:0:000000:00:999:[If you use it at any other time you ] cischeat:0:000000:00:999:[will probably have BIG problems! And ] cischeat:0:000000:00:999:[that includes the START Countdown!! ] cischeat:0:0F0280:FF:001:Boost Time Now! cischeat:0:0F0281:FF:501:Boost Time Now! (2/2) cischeat:0:0F319B:FF:000:Always drive at Maximum Speed:Turn it OFF at the end of each stage cischeat:0:0F319B:FF:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect ; [ City Bomber (Japan) ] citybmrj:0:080034:99:000:Infinite Credits citybmrj:0:080493:59:007:Infinite Time citybmrj:0:0804AD:A0:001:Finish this Round Now! citybmrj:0:080143:80:000:Sound Test Timer Stop ; [ City Bomber (World) ] citybomb:0:080034:99:000:Infinite Credits citybomb:0:080493:59:007:Infinite Time citybomb:0:0804AD:A0:001:Finish this Round Now! citybomb:0:080143:80:000:Sound Test Timer Stop ; [ City Connection (set 1) ] citycon:0:004C:03:000:Infinite Lives PL1 citycon:0:00AE:01:000:Infinite Oil PL1 citycon:0:004D:03:000:Infinite Lives PL2 citycon:0:00AF:01:000:Infinite Oil PL2 citycon:0:0000:02:000:Invincibility citycon:0:0000:07:001:Finish Stage Now! citycon:0:0000:00:999:[NOTE- Both parts of the ] citycon:0:0000:00:999:[select stage cheats must be] citycon:0:0000:00:999:[enabled individually. You ] citycon:0:0000:00:999:[must select the same value!] citycon:0:0002:0B:071:Select current stage (1|2) citycon:0:0003:0B:071:Select current stage (2|2) citycon:0:0002:0B:061:Select next stage (1|2) citycon:0:0003:0B:061:Select next stage (2|2) ; [ City Connection (set 2) ] citycona:0:004C:03:000:Infinite Lives PL1 citycona:0:00AE:01:000:Infinite Oil PL1 citycona:0:004D:03:000:Infinite Lives PL2 citycona:0:00AF:01:000:Infinite Oil PL2 citycona:0:0000:02:000:Invincibility citycona:0:0000:07:001:Finish Stage Now! citycona:0:0000:00:999:[NOTE- Both parts of the ] citycona:0:0000:00:999:[select stage cheats must be] citycona:0:0000:00:999:[enabled individually. You ] citycona:0:0000:00:999:[must select the same value!] citycona:0:0002:0B:071:Select current stage (1|2) citycona:0:0003:0B:071:Select current stage (2|2) citycona:0:0002:0B:061:Select next stage (1|2) citycona:0:0003:0B:061:Select next stage (2|2) ; [ City Love (Japan 860908) ] citylove:0:0000:00:999:[ The winning hand cheat must be ] citylove:0:0000:00:999:[ activated when there are 14 tiles ] citylove:0:0000:00:999:[ in your hand, then press the RON ] citylove:0:0000:00:999:[ key ('Z' by default). The tiles do ] citylove:0:0000:00:999:[ not visually change until you make ] citylove:0:0000:00:999:[ a move. ] citylove:0:F406:31:001:Get winning hand Now! citylove:0:F407:31:501:Get winning hand Now! (02/14) citylove:0:F408:31:501:Get winning hand Now! (03/14) citylove:0:F409:32:501:Get winning hand Now! (04/14) citylove:0:F40A:32:501:Get winning hand Now! (05/14) citylove:0:F40B:32:501:Get winning hand Now! (06/14) citylove:0:F40C:33:501:Get winning hand Now! (07/14) citylove:0:F40D:33:501:Get winning hand Now! (08/14) citylove:0:F40E:33:501:Get winning hand Now! (09/14) citylove:0:F40F:34:501:Get winning hand Now! (10/14) citylove:0:F410:34:501:Get winning hand Now! (11/14) citylove:0:F411:34:501:Get winning hand Now! (12/14) citylove:0:F412:35:501:Get winning hand Now! (13/14) citylove:0:F413:35:501:Get winning hand Now! (14/14) citylove:0:F406:31:000:Always winning hand citylove:0:F407:31:500:Always winning hand (02/14) citylove:0:F408:31:500:Always winning hand (03/14) citylove:0:F409:32:500:Always winning hand (04/14) citylove:0:F40A:32:500:Always winning hand (05/14) citylove:0:F40B:32:500:Always winning hand (06/14) citylove:0:F40C:33:500:Always winning hand (07/14) citylove:0:F40D:33:500:Always winning hand (08/14) citylove:0:F40E:33:500:Always winning hand (09/14) citylove:0:F40F:34:500:Always winning hand (10/14) citylove:0:F410:34:500:Always winning hand (11/14) citylove:0:F411:34:500:Always winning hand (12/14) citylove:0:F412:35:500:Always winning hand (13/14) citylove:0:F413:35:500:Always winning hand (14/14) :citylove:00000006:F406:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :citylove:00000006:F486:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. citylove:0:0000:00:999:[ Here is the look-up list for ] citylove:0:0000:00:999:[ the above watches. ] citylove:0:0000:00:999:[ ] citylove:0:0000:00:999:[ value common name chinese name ] citylove:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] citylove:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] citylove:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] citylove:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] citylove:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] citylove:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] citylove:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] citylove:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] citylove:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] citylove:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] citylove:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] citylove:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] citylove:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] citylove:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] citylove:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] citylove:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] citylove:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] citylove:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] citylove:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] citylove:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] citylove:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] citylove:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] citylove:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] citylove:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] citylove:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] citylove:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] citylove:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] citylove:0:0000:00:999:[ 31h East "wind" ] citylove:0:0000:00:999:[ 32h South "wind" ] citylove:0:0000:00:999:[ 33h West "wind" ] citylove:0:0000:00:999:[ 34h North "wind" ] citylove:0:0000:00:999:[ 35h White "dragon" ] citylove:0:0000:00:999:[ 36h Green "dragon" ] citylove:0:0000:00:999:[ 37h Red "dragon" ] citylove:0:0000:00:999:[ 3Fh - no tile - ] citylove:0:0000:00:999:[ 38h "flower" (BONUS TILE?) ] citylove:0:0000:00:999:[ 39h "flower" (BONUS TILE?) ] citylove:0:0000:00:999:[ 3Ah "flower" (BONUS TILE?) ] citylove:0:0000:00:999:[ 3Bh "flower" (BONUS TILE?) ] ; [ Crazy Kong (set 1) ] ckong:0:6001:90:000:Infinite Credits ckong:0:6228:06:000:Infinite Lives ckong:0:19C9:C9:100:Invincibility ckong:0:6394:0F:002:Infinite hammer upon pickup ckong:0:62B1:63:000:Infinite bonus time ckong:0:638C:99:502:Infinite bonus time (2/2) ckong:0:62B9:00:000:No fireballs on ramps ckong:0:6403:00:000:No fireballs on factory ckong:0:65A0:00:000:No pies on factory ckong:0:6400:00:000:No fireballs on rivets ckong:0:6500:00:000:No jacks on elevators ckong:0:6392:00:000:No barrels on ramps ckong:0:6215:01:000:Always climb ckong:0:6215:00:001:Deactivate climb ckong:0:6217:01:000:Hammer ckong:0:6691:01:500:Hammer (2/2) ckong:0:6290:00:001:Finish sub-level 4 Now! ckong:0:6229:FF:072:Select current round ckong:0:6229:FF:062:Select next round ; [ Crazy Kong (set 2) ] ckonga:0:6001:90:000:Infinite Credits ckonga:0:6228:06:000:Infinite Lives ckonga:0:19C9:C9:100:Invincibility ckonga:0:6394:0F:002:Infinite hammer upon pickup ckonga:0:62B1:63:000:Infinite bonus time ckonga:0:638C:99:502:Infinite bonus time (2/2) ckonga:0:62B9:00:000:No fireballs on ramps ckonga:0:6403:00:000:No fireballs on factory ckonga:0:65A0:00:000:No pies on factory ckonga:0:6400:00:000:No fireballs on rivets ckonga:0:6500:00:000:No jacks on elevators ckonga:0:6392:00:000:No barrels on ramps ckonga:0:6215:01:000:Always climb ckonga:0:6215:00:001:Deactivate climb ckonga:0:6217:01:000:Hammer ckonga:0:6691:01:500:Hammer (2/2) ckonga:0:6290:00:001:Finish sub-level 4 Now! ckonga:0:6229:FF:072:Select current round ckonga:0:6229:FF:062:Select next round ; [ Crazy Kong (Alca bootleg) ] ckongalc:0:6001:90:000:Infinite Credits ckongalc:0:6228:06:000:Infinite Lives ckongalc:0:19C9:C9:100:Invincibility ckongalc:0:6394:0F:002:Infinite hammer upon pickup ckongalc:0:62B1:63:000:Infinite bonus time ckongalc:0:638C:99:502:Infinite bonus time (2/2) ckongalc:0:62B9:00:000:No fireballs on ramps ckongalc:0:6403:00:000:No fireballs on factory ckongalc:0:65A0:00:000:No pies on factory ckongalc:0:6400:00:000:No fireballs on rivets ckongalc:0:6500:00:000:No jacks on elevators ckongalc:0:6392:00:000:No barrels on ramps ckongalc:0:6215:01:000:Always climb ckongalc:0:6215:00:001:Deactivate climb ckongalc:0:6217:01:000:Hammer ckongalc:0:6691:01:500:Hammer (2/2) ckongalc:0:6290:00:001:Finish sub-level 4 Now! ckongalc:0:6229:FF:072:Select current round ckongalc:0:6229:FF:062:Select next round ; [ Crazy Kong (Alternative levels) ] ckongb:0:6001:90:000:Infinite Credits ckongb:0:6228:06:000:Infinite Lives ckongb:0:19C9:C9:100:Invincibility ckongb:0:6394:0F:002:Infinite hammer upon pickup ckongb:0:62B1:63:000:Infinite bonus time ckongb:0:638C:99:502:Infinite bonus time (2/2) ckongb:0:62B9:00:000:No fireballs on ramps ckongb:0:6403:00:000:No fireballs on factory ckongb:0:65A0:00:000:No pies on factory ckongb:0:6400:00:000:No fireballs on rivets ckongb:0:6500:00:000:No jacks on elevators ckongb:0:6392:00:000:No barrels on ramps ckongb:0:6215:01:000:Always climb ckongb:0:6215:00:001:Deactivate climb ckongb:0:6217:01:000:Hammer ckongb:0:6691:01:500:Hammer (2/2) ckongb:0:6290:00:001:Finish sub-level 4 Now! ckongb:0:6229:FF:072:Select current round ckongb:0:6229:FF:062:Select next round ; [ Crazy Kong (Jeutel bootleg) ] ckongjeu:0:6001:90:000:Infinite Credits ckongjeu:0:6228:06:000:Infinite Lives ckongjeu:0:19C9:C9:100:Invincibility ckongjeu:0:6394:0F:002:Infinite hammer upon pickup ckongjeu:0:62B1:63:000:Infinite bonus time ckongjeu:0:638C:99:502:Infinite bonus time (2/2) ckongjeu:0:62B9:00:000:No fireballs on ramps ckongjeu:0:6403:00:000:No fireballs on factory ckongjeu:0:65A0:00:000:No pies on factory ckongjeu:0:6400:00:000:No fireballs on rivets ckongjeu:0:6500:00:000:No jacks on elevators ckongjeu:0:6392:00:000:No barrels on ramps ckongjeu:0:6215:01:000:Always climb ckongjeu:0:6215:00:001:Deactivate climb ckongjeu:0:6217:01:000:Hammer ckongjeu:0:6691:01:500:Hammer (2/2) ckongjeu:0:6290:00:001:Finish sub-level 4 Now! ckongjeu:0:6229:FF:072:Select current round ckongjeu:0:6229:FF:062:Select next round ; [ Crazy Kong (Orca bootleg) ] ckongo:0:6001:90:000:Infinite Credits ckongo:0:6228:06:000:Infinite Lives ckongo:0:19C9:C9:100:Invincibility ckongo:0:6394:0F:002:Infinite hammer upon pickup ckongo:0:62B1:63:000:Infinite bonus time ckongo:0:638C:99:502:Infinite bonus time (2/2) ckongo:0:62B9:00:000:No fireballs on ramps ckongo:0:6403:00:000:No fireballs on factory ckongo:0:65A0:00:000:No pies on factory ckongo:0:6400:00:000:No fireballs on rivets ckongo:0:6500:00:000:No jacks on elevators ckongo:0:6392:00:000:No barrels on ramps ckongo:0:6215:01:000:Always climb ckongo:0:6215:00:001:Deactivate climb ckongo:0:6217:01:000:Hammer ckongo:0:6691:01:500:Hammer (2/2) ckongo:0:6290:00:001:Finish sub-level 4 Now! ckongo:0:6229:FF:072:Select current round ckongo:0:6229:FF:062:Select next round ; [ Crazy Kong (Scramble hardware) ] ckongs:0:6001:90:000:Infinite Credits ckongs:0:6228:06:000:Infinite Lives ckongs:0:19C9:C9:100:Invincibility ckongs:0:6394:0F:002:Infinite hammer upon pickup ckongs:0:62B1:63:000:Infinite bonus time ckongs:0:638C:99:502:Infinite bonus time (2/2) ckongs:0:62B9:00:000:No fireballs on ramps ckongs:0:6403:00:000:No fireballs on factory ckongs:0:65A0:00:000:No pies on factory ckongs:0:6400:00:000:No fireballs on rivets ckongs:0:6500:00:000:No jacks on elevators ckongs:0:6392:00:000:No barrels on ramps ckongs:0:6215:01:000:Always climb ckongs:0:6215:00:001:Deactivate climb ckongs:0:6217:01:000:Hammer ckongs:0:6691:01:500:Hammer (2/2) ckongs:0:6290:00:001:Finish sub-level 4 Now! ckongs:0:6229:FF:072:Select current round ckongs:0:6229:FF:062:Select next round ; [ Rootin' Tootin' (aka La.Pa.Pa) (Cassette) ] clapapa:0:0004:09:000:Infinite Credits clapapa:0:0018:0C:000:Infinite Lives clapapa:0:0019:00:001:Finish this Pattern Now! ; [ Rootin' Tootin' (Cassette) ] clapapa2:0:0004:09:000:Infinite Credits clapapa2:0:0018:0C:000:Infinite Lives clapapa2:0:0019:00:001:Finish this Pattern Now! ; [ Clay Pigeon (version 2.0) ] claypign:0:2236:03:000:Infinite Shoots claypign:0:3024:00:000:No time between bullets ; [ Clay Shoot ] clayshoo:0:2127:E8:000:Infinite Time clayshoo:0:2128:03:500:Infinite Time (2/2) clayshoo:0:2044:06:000:Infinite Bullets PL1 clayshoo:0:2043:06:000:Infinite Bullets PL2 ; [ Coors Light Bowling ] clbowl:0:55CE:63:000:Infinite Credits clbowl:0:50E1:00:000:Infinite Time clbowl:0:5083:0A:000:Always make a strike ; [ Cleopatra Fortune (Japan) ] cleopatr:0:40F9BF:09:000:Infinite Credits cleopatr:0:000000:00:999:[After you enable these region cheats to see any ] cleopatr:0:000000:00:999:[effect you will have to reset the game (F3). ] cleopatr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] cleopatr:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] cleopatr:0:07FFFF:01:100:Region Switch = Japan cleopatr:0:07FFFF:02:100:Region Switch = US cleopatr:0:07FFFF:03:100:Region Switch = World ; [ Cloak & Dagger (rev 5) ] cloak:0:00B3:09:000:Infinite Credits cloak:0:027D:05:000:Infinite Lives PL1 cloak:0:0279:20:061:Select floor PL1:To be used in the lift cloak:0:02BF:05:000:Infinite Lives PL2 cloak:0:02BB:20:061:Select floor PL2:To be used in the lift ; [ Cloak & Dagger (French) ] cloakfr:0:00B3:09:000:Infinite Credits cloakfr:0:027D:05:000:Infinite Lives PL1 cloakfr:0:0279:20:061:Select floor PL1:To be used in the lift cloakfr:0:02BF:05:000:Infinite Lives PL2 cloakfr:0:02BB:20:061:Select floor PL2:To be used in the lift ; [ Cloak & Dagger (German) ] cloakgr:0:00B3:09:000:Infinite Credits cloakgr:0:027D:05:000:Infinite Lives PL1 cloakgr:0:0279:20:061:Select floor PL1:To be used in the lift cloakgr:0:02BF:05:000:Infinite Lives PL2 cloakgr:0:02BB:20:061:Select floor PL2:To be used in the lift ; [ Cloak & Dagger (Spanish) ] cloaksp:0:00B3:09:000:Infinite Credits cloaksp:0:027D:05:000:Infinite Lives PL1 cloaksp:0:0279:20:061:Select floor PL1:To be used in the lift cloaksp:0:02BF:05:000:Infinite Lives PL2 cloaksp:0:02BB:20:061:Select floor PL2:To be used in the lift ; [ Lock'n'Chase (Cassette) ] clocknch:0:0004:09:000:Infinite Credits clocknch:0:002F:03:000:Infinite Lives ; [ Cloud 9 (prototype) ] cloud9:0:00EC:04:000:Infinite Lives cloud9:0:0018:04:000:No Monsters cloud9:0:0015:04:000:No Birds ; [ Clowns (rev. 2) ] clowns:0:2010:09:000:Infinite Jumps ; [ Clowns (rev. 1) ] clowns1:0:200F:09:000:Infinite Jumps ; [ Clash-Road (Status license) ] clshrdst:0:81E5:59:000:Infinite Time clshrdst:0:81E6:00:500:Infinite Time (2/3) clshrdst:0:81E7:00:500:Infinite Time (3/3) clshrdst:0:81FD:03:000:Infinite Energy clshrdst:0:81FE:0E:500:Infinite Energy (2/2) clshrdst:0:0000:00:999:[See the Dip Switch Menu to ] clshrdst:0:0000:00:999:[enable Invincibility. It's ] clshrdst:0:0000:00:999:[effect isn't Invincibility ] clshrdst:0:0000:00:999:[though! Yse this cheat ] clshrdst:0:0000:00:999:[instead. ] :clshrdst:20800000:394A:00000018:FFFFFFFF:Invincibility :clshrdst:20810000:3B62:000000C9:FFFFFFFF:Invincibility (2/2) ; [ Clash-Road ] clshroad:0:81E5:59:000:Infinite Time clshroad:0:81E6:00:500:Infinite Time (2/3) clshroad:0:81E7:00:500:Infinite Time (3/3) clshroad:0:81FD:03:000:Infinite Energy clshroad:0:81FE:0E:500:Infinite Energy (2/2) clshroad:0:0000:00:999:[See the Dip Switch Menu to ] clshroad:0:0000:00:999:[enable Invincibility. It's ] clshroad:0:0000:00:999:[effect isn't Invincibility ] clshroad:0:0000:00:999:[though! Yse this cheat ] clshroad:0:0000:00:999:[instead. ] :clshroad:20800000:394A:00000018:FFFFFFFF:Invincibility :clshroad:20810000:3B62:000000C9:FFFFFFFF:Invincibility (2/2) ; [ Clutch Hitter (set 2, US, FD1094 317-0176) ] :cltchitr:00000000:FF2000:00000063:FFFFFFFF:Infinite Credits :cltchitr:00000000:FF21C0:00000000:FFFFFFFF:Infinite Strikes :cltchitr:00000000:FF21C1:00000000:FFFFFFFF:Infinite Balls :cltchitr:00000000:FF2180:00000000:FFFFFFFF:Infinite Outs :cltchitr:00000001:FF21C0:00000000:FFFFFFFF:Set Strikes to 0 Now! :cltchitr:00000001:FF21C0:00000002:FFFFFFFF:Set Strikes to 2 Now! :cltchitr:00000001:FF21C1:00000000:FFFFFFFF:Set Balls to 0 Now! :cltchitr:00000001:FF21C1:00000003:FFFFFFFF:Set Balls to 3 Now! :cltchitr:00000001:FF2180:00000000:FFFFFFFF:Set Outs to 0 Now! :cltchitr:00000001:FF2180:00000002:FFFFFFFF:Set Outs to 2 Now! :cltchitr:00000101:FF2432:00000063:FFFFFFFF:Select Score PL1 :cltchitr:00000000:FF2432:00000000:FFFFFFFF:Score always = 0 PL1 :cltchitr:00000000:FF2432:00000063:FFFFFFFF:Score always = 99 PL1 :cltchitr:00000001:FF2432:00000000:FFFFFFFF:Set score = 0 Now! PL1 :cltchitr:00000001:FF2432:00000032:FFFFFFFF:Set score = 50 Now! PL1 :cltchitr:00000101:FF2632:00000063:FFFFFFFF:Select Score PL2 :cltchitr:00000000:FF2632:00000000:FFFFFFFF:Score always = 0 PL2 :cltchitr:00000000:FF2632:00000063:FFFFFFFF:Score always = 99 PL2 :cltchitr:00000001:FF2632:00000000:FFFFFFFF:Set score = 0 Now! PL2 :cltchitr:00000001:FF2632:00000032:FFFFFFFF:Set score = 50 Now! PL2 ; [ Clutch Hitter (set 1, Japan, FD1094 317-0175) ] :cltchtrj:00000000:FF2000:00000063:FFFFFFFF:Infinite Credits :cltchtrj:00000000:FF21C0:00000000:FFFFFFFF:Infinite Strikes :cltchtrj:00000000:FF21C1:00000000:FFFFFFFF:Infinite Balls :cltchtrj:00000000:FF2180:00000000:FFFFFFFF:Infinite Outs :cltchtrj:00000001:FF21C0:00000000:FFFFFFFF:Set Strikes to 0 Now! :cltchtrj:00000001:FF21C0:00000002:FFFFFFFF:Set Strikes to 2 Now! :cltchtrj:00000001:FF21C1:00000000:FFFFFFFF:Set Balls to 0 Now! :cltchtrj:00000001:FF21C1:00000003:FFFFFFFF:Set Balls to 3 Now! :cltchtrj:00000001:FF2180:00000000:FFFFFFFF:Set Outs to 0 Now! :cltchtrj:00000001:FF2180:00000002:FFFFFFFF:Set Outs to 2 Now! :cltchtrj:00000101:FF2432:00000063:FFFFFFFF:Select Score PL1 :cltchtrj:00000000:FF2432:00000000:FFFFFFFF:Score always = 0 PL1 :cltchtrj:00000000:FF2432:00000063:FFFFFFFF:Score always = 99 PL1 :cltchtrj:00000001:FF2432:00000000:FFFFFFFF:Set score = 0 Now! PL1 :cltchtrj:00000001:FF2432:00000032:FFFFFFFF:Set score = 50 Now! PL1 :cltchtrj:00000101:FF2632:00000063:FFFFFFFF:Select Score PL2 :cltchtrj:00000000:FF2632:00000000:FFFFFFFF:Score always = 0 PL2 :cltchtrj:00000000:FF2632:00000063:FFFFFFFF:Score always = 99 PL2 :cltchtrj:00000001:FF2632:00000000:FFFFFFFF:Set score = 0 Now! PL2 :cltchtrj:00000001:FF2632:00000032:FFFFFFFF:Set score = 50 Now! PL2 ; [ Mahjong CLUB 90's (set 1) (Japan 900919) ] club90s:0:F0EF:63:000:Infinite Money club90s:0:0000:00:999:[ The winning hand cheat must be ] club90s:0:0000:00:999:[ activated when there are 14 tiles ] club90s:0:0000:00:999:[ in your hand, then press the RON ] club90s:0:0000:00:999:[ key ('Z' by default). The tiles do ] club90s:0:0000:00:999:[ not visually change until you make ] club90s:0:0000:00:999:[ a move. ] club90s:0:F48F:31:001:Get winning hand Now! club90s:0:F490:31:501:Get winning hand Now! (02/14) club90s:0:F491:31:501:Get winning hand Now! (03/14) club90s:0:F492:32:501:Get winning hand Now! (04/14) club90s:0:F493:32:501:Get winning hand Now! (05/14) club90s:0:F494:32:501:Get winning hand Now! (06/14) club90s:0:F495:33:501:Get winning hand Now! (07/14) club90s:0:F496:33:501:Get winning hand Now! (08/14) club90s:0:F497:33:501:Get winning hand Now! (09/14) club90s:0:F498:34:501:Get winning hand Now! (10/14) club90s:0:F499:34:501:Get winning hand Now! (11/14) club90s:0:F49A:34:501:Get winning hand Now! (12/14) club90s:0:F49B:35:501:Get winning hand Now! (13/14) club90s:0:F49C:35:501:Get winning hand Now! (14/14) club90s:0:F48F:31:000:Always winning hand club90s:0:F490:31:500:Always winning hand (02/14) club90s:0:F491:31:500:Always winning hand (03/14) club90s:0:F492:32:500:Always winning hand (04/14) club90s:0:F493:32:500:Always winning hand (05/14) club90s:0:F494:32:500:Always winning hand (06/14) club90s:0:F495:33:500:Always winning hand (07/14) club90s:0:F496:33:500:Always winning hand (08/14) club90s:0:F497:33:500:Always winning hand (09/14) club90s:0:F498:34:500:Always winning hand (10/14) club90s:0:F499:34:500:Always winning hand (11/14) club90s:0:F49A:34:500:Always winning hand (12/14) club90s:0:F49B:35:500:Always winning hand (13/14) club90s:0:F49C:35:500:Always winning hand (14/14) :club90s:00000006:F48F:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :club90s:00000006:F50F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. club90s:0:0000:00:999:[ Here is the look-up list for ] club90s:0:0000:00:999:[ the above watches. ] club90s:0:0000:00:999:[ ] club90s:0:0000:00:999:[ value common name chinese name ] club90s:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] club90s:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] club90s:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] club90s:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] club90s:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] club90s:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] club90s:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] club90s:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] club90s:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] club90s:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] club90s:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] club90s:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] club90s:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] club90s:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] club90s:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] club90s:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] club90s:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] club90s:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] club90s:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] club90s:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] club90s:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] club90s:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] club90s:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] club90s:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] club90s:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] club90s:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] club90s:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] club90s:0:0000:00:999:[ 31h East "wind" ] club90s:0:0000:00:999:[ 32h South "wind" ] club90s:0:0000:00:999:[ 33h West "wind" ] club90s:0:0000:00:999:[ 34h North "wind" ] club90s:0:0000:00:999:[ 35h White "dragon" ] club90s:0:0000:00:999:[ 36h Green "dragon" ] club90s:0:0000:00:999:[ 37h Red "dragon" ] club90s:0:0000:00:999:[ 3Fh - no tile - ] ; [ Mahjong CLUB 90's (set 2) (Japan 900919) ] club90sa:0:F0EF:63:000:Infinite Money club90sa:0:0000:00:999:[ The winning hand cheat must be ] club90sa:0:0000:00:999:[ activated when there are 14 tiles ] club90sa:0:0000:00:999:[ in your hand, then press the RON ] club90sa:0:0000:00:999:[ key ('Z' by default). The tiles do ] club90sa:0:0000:00:999:[ not visually change until you make ] club90sa:0:0000:00:999:[ a move. ] club90sa:0:F48F:31:001:Get winning hand Now! club90sa:0:F490:31:501:Get winning hand Now! (02/14) club90sa:0:F491:31:501:Get winning hand Now! (03/14) club90sa:0:F492:32:501:Get winning hand Now! (04/14) club90sa:0:F493:32:501:Get winning hand Now! (05/14) club90sa:0:F494:32:501:Get winning hand Now! (06/14) club90sa:0:F495:33:501:Get winning hand Now! (07/14) club90sa:0:F496:33:501:Get winning hand Now! (08/14) club90sa:0:F497:33:501:Get winning hand Now! (09/14) club90sa:0:F498:34:501:Get winning hand Now! (10/14) club90sa:0:F499:34:501:Get winning hand Now! (11/14) club90sa:0:F49A:34:501:Get winning hand Now! (12/14) club90sa:0:F49B:35:501:Get winning hand Now! (13/14) club90sa:0:F49C:35:501:Get winning hand Now! (14/14) club90sa:0:F48F:31:000:Always winning hand club90sa:0:F490:31:500:Always winning hand (02/14) club90sa:0:F491:31:500:Always winning hand (03/14) club90sa:0:F492:32:500:Always winning hand (04/14) club90sa:0:F493:32:500:Always winning hand (05/14) club90sa:0:F494:32:500:Always winning hand (06/14) club90sa:0:F495:33:500:Always winning hand (07/14) club90sa:0:F496:33:500:Always winning hand (08/14) club90sa:0:F497:33:500:Always winning hand (09/14) club90sa:0:F498:34:500:Always winning hand (10/14) club90sa:0:F499:34:500:Always winning hand (11/14) club90sa:0:F49A:34:500:Always winning hand (12/14) club90sa:0:F49B:35:500:Always winning hand (13/14) club90sa:0:F49C:35:500:Always winning hand (14/14) :club90sa:00000006:F48F:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :club90sa:00000006:F50F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. club90sa:0:0000:00:999:[ Here is the look-up list for ] club90sa:0:0000:00:999:[ the above watches. ] club90sa:0:0000:00:999:[ ] club90sa:0:0000:00:999:[ value common name chinese name ] club90sa:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] club90sa:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] club90sa:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] club90sa:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] club90sa:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] club90sa:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] club90sa:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] club90sa:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] club90sa:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] club90sa:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] club90sa:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] club90sa:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] club90sa:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] club90sa:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] club90sa:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] club90sa:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] club90sa:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] club90sa:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] club90sa:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] club90sa:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] club90sa:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] club90sa:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] club90sa:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] club90sa:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] club90sa:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] club90sa:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] club90sa:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] club90sa:0:0000:00:999:[ 31h East "wind" ] club90sa:0:0000:00:999:[ 32h South "wind" ] club90sa:0:0000:00:999:[ 33h West "wind" ] club90sa:0:0000:00:999:[ 34h North "wind" ] club90sa:0:0000:00:999:[ 35h White "dragon" ] club90sa:0:0000:00:999:[ 36h Green "dragon" ] club90sa:0:0000:00:999:[ 37h Red "dragon" ] club90sa:0:0000:00:999:[ 3Fh - no tile - ] ; [ Lucky Poker (Cassette) ] cluckypo:0:0053:0F:000:Infinite Credits cluckypo:0:0052:27:500:Infinite Credits (2/2) ; [ Vs. Clu Clu Land ] cluclu:0:003B:90:000:Infinite Credits cluclu:0:0027:99:007:Infinite Time cluclu:0:0080:09:000:Infinite Lives PL1 cluclu:0:0081:09:000:Infinite Lives PL2 ; [ Cherry Master II v8.41 (set 2) ] cm2841a:0:0000:00:999:[ There are no cheats ]:REASON 1 cm2841a:0:0000:00:999:[ for this game as it ]:REASON 1 cm2841a:0:0000:00:999:[ didn't work the last ]:REASON 1 cm2841a:0:0000:00:999:[ time it was tested. ]:REASON 1 cm2841a:0:0000:00:999:[ If the game now works ]:REASON 1 cm2841a:0:0000:00:999:[ please request cheats ]:REASON 1 cm2841a:0:0000:00:999:[ for it on the cheat ]:REASON 1 cm2841a:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cherry Master II v8.41 (set 1) ] cm2v841:0:0000:00:999:[ There are no cheats ]:REASON 1 cm2v841:0:0000:00:999:[ for this game as it ]:REASON 1 cm2v841:0:0000:00:999:[ didn't work the last ]:REASON 1 cm2v841:0:0000:00:999:[ time it was tested. ]:REASON 1 cm2v841:0:0000:00:999:[ If the game now works ]:REASON 1 cm2v841:0:0000:00:999:[ please request cheats ]:REASON 1 cm2v841:0:0000:00:999:[ for it on the cheat ]:REASON 1 cm2v841:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mahjong Circuit no Mehyou (Japan) ] cmehyou:0:0000:00:999:[ The winning hand cheat must be activated when ] cmehyou:0:0000:00:999:[ there are 14 tiles in your hand, then press ] cmehyou:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] cmehyou:0:0000:00:999:[ visually change until you make a move. ] cmehyou:0:DC8B:31:001:Get winning hand Now! cmehyou:0:DC8C:31:501:Get winning hand Now! (02/14) cmehyou:0:DC8D:31:501:Get winning hand Now! (03/14) cmehyou:0:DC8E:32:501:Get winning hand Now! (04/14) cmehyou:0:DC8F:32:501:Get winning hand Now! (05/14) cmehyou:0:DC90:32:501:Get winning hand Now! (06/14) cmehyou:0:DC91:33:501:Get winning hand Now! (07/14) cmehyou:0:DC92:33:501:Get winning hand Now! (08/14) cmehyou:0:DC93:33:501:Get winning hand Now! (09/14) cmehyou:0:DC94:34:501:Get winning hand Now! (10/14) cmehyou:0:DC95:34:501:Get winning hand Now! (11/14) cmehyou:0:DC96:34:501:Get winning hand Now! (12/14) cmehyou:0:DC97:35:501:Get winning hand Now! (13/14) cmehyou:0:DC98:35:501:Get winning hand Now! (14/14) cmehyou:0:0000:00:999:[ At the start of a game, there may be some ] cmehyou:0:0000:00:999:[ small glitches on the tiles when using the ] cmehyou:0:0000:00:999:[ 'Always' cheats. The cheats should still work ] cmehyou:0:0000:00:999:[ as normal. ] cmehyou:0:DC8B:31:000:Always winning hand cmehyou:0:DC8C:31:500:Always winning hand (02/14) cmehyou:0:DC8D:31:500:Always winning hand (03/14) cmehyou:0:DC8E:32:500:Always winning hand (04/14) cmehyou:0:DC8F:32:500:Always winning hand (05/14) cmehyou:0:DC90:32:500:Always winning hand (06/14) cmehyou:0:DC91:33:500:Always winning hand (07/14) cmehyou:0:DC92:33:500:Always winning hand (08/14) cmehyou:0:DC93:33:500:Always winning hand (09/14) cmehyou:0:DC94:34:500:Always winning hand (10/14) cmehyou:0:DC95:34:500:Always winning hand (11/14) cmehyou:0:DC96:34:500:Always winning hand (12/14) cmehyou:0:DC97:35:500:Always winning hand (13/14) cmehyou:0:DC98:35:500:Always winning hand (14/14) :cmehyou:00000006:DC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :cmehyou:00000006:DD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. cmehyou:0:0000:00:999:[ Here is the look-up list for ] cmehyou:0:0000:00:999:[ the above watches. ] cmehyou:0:0000:00:999:[ ] cmehyou:0:0000:00:999:[ value common name chinese name ] cmehyou:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] cmehyou:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] cmehyou:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] cmehyou:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] cmehyou:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] cmehyou:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] cmehyou:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] cmehyou:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] cmehyou:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] cmehyou:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] cmehyou:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] cmehyou:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] cmehyou:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] cmehyou:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] cmehyou:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] cmehyou:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] cmehyou:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] cmehyou:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] cmehyou:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] cmehyou:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] cmehyou:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] cmehyou:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] cmehyou:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] cmehyou:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] cmehyou:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] cmehyou:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] cmehyou:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] cmehyou:0:0000:00:999:[ 31h East "wind" ] cmehyou:0:0000:00:999:[ 32h South "wind" ] cmehyou:0:0000:00:999:[ 33h West "wind" ] cmehyou:0:0000:00:999:[ 34h North "wind" ] cmehyou:0:0000:00:999:[ 35h White "dragon" ] cmehyou:0:0000:00:999:[ 36h Green "dragon" ] cmehyou:0:0000:00:999:[ 37h Red "dragon" ] cmehyou:0:0000:00:999:[ 3Fh - no tile - ] ; [ Mission-X (Cassette) ] cmissnx:0:0017:16:000:Infinite Credits cmissnx:0:001B:0B:000:Infinite Lives PL1 cmissnx:0:001C:0B:000:Infinite Lives PL2 ; [ Cherry Master (v8.01) ] cmv801:0:0000:00:999:[ There are no cheats ]:REASON 1 cmv801:0:0000:00:999:[ for this game as it ]:REASON 1 cmv801:0:0000:00:999:[ didn't work the last ]:REASON 1 cmv801:0:0000:00:999:[ time it was tested. ]:REASON 1 cmv801:0:0000:00:999:[ If the game now works ]:REASON 1 cmv801:0:0000:00:999:[ please request cheats ]:REASON 1 cmv801:0:0000:00:999:[ for it on the cheat ]:REASON 1 cmv801:0:0000:00:999:[ forums. ]:REASON 1 ; [ Night Star (Cassette, set 2) ] cnights2:0:0004:09:000:Infinite Credits cnights2:0:0018:99:000:Infinite Lives ; [ Night Star (Cassette, set 1) ] cnightst:0:0004:09:000:Infinite Credits cnightst:0:0018:99:000:Infinite Lives ; [ Caveman Ninja (World revision 3) ] cninja:0:184D99:03:000:Infinite Lives PL1 cninja:0:184E4D:12:000:Infinite Energy PL1 cninja:0:184DD9:03:000:Infinite Lives PL2 cninja:0:184ECD:12:000:Infinite Energy PL2 cninja:0:18534D:01:001:One hit for boss 1 Now! cninja:0:18654D:01:001:One hit for boss 2-1 Now! cninja:0:18654D:01:001:One hit for boss 2-2 Now! cninja:0:1877F4:01:001:One hit for boss 3-1 Now! cninja:0:186CCD:01:001:One hit for boss 3-2 Now! cninja:0:18654D:01:001:One hit for boss 4-1 Now! cninja:0:186BCD:01:001:One hit for boss 4-2 Now! cninja:0:18654D:01:001:One hit for boss 5-1 Now! cninja:0:1868CD:01:001:One hit for boss 5-2 Now! cninja:0:18654D:01:001:One hit for boss 5-3 Now! ; [ Caveman Ninja (World revision 0) ] cninja0:0:184D99:03:000:Infinite Lives PL1 cninja0:0:184E4D:12:000:Infinite Energy PL1 cninja0:0:184DD9:03:000:Infinite Lives PL2 cninja0:0:184ECD:12:000:Infinite Energy PL2 cninja0:0:18534D:01:001:One hit for boss 1 Now! cninja0:0:18654D:01:001:One hit for boss 2-1 Now! cninja0:0:18654D:01:001:One hit for boss 2-2 Now! cninja0:0:1877F4:01:001:One hit for boss 3-1 Now! cninja0:0:186CCD:01:001:One hit for boss 3-2 Now! cninja0:0:18654D:01:001:One hit for boss 4-1 Now! cninja0:0:186BCD:01:001:One hit for boss 4-2 Now! cninja0:0:18654D:01:001:One hit for boss 5-1 Now! cninja0:0:1868CD:01:001:One hit for boss 5-2 Now! cninja0:0:18654D:01:001:One hit for boss 5-3 Now! ; [ Caveman Ninja (US) ] cninjau:0:184D99:03:000:Infinite Lives PL1 cninjau:0:184E4D:12:000:Infinite Energy PL1 cninjau:0:184DD9:03:000:Infinite Lives PL2 cninjau:0:184ECD:12:000:Infinite Energy PL2 cninjau:0:18534D:01:001:One hit for boss 1 Now! cninjau:0:18654D:01:001:One hit for boss 2-1 Now! cninjau:0:18654D:01:001:One hit for boss 2-2 Now! cninjau:0:1877F4:01:001:One hit for boss 3-1 Now! cninjau:0:186CCD:01:001:One hit for boss 3-2 Now! cninjau:0:18654D:01:001:One hit for boss 4-1 Now! cninjau:0:186BCD:01:001:One hit for boss 4-2 Now! cninjau:0:18654D:01:001:One hit for boss 5-1 Now! cninjau:0:1868CD:01:001:One hit for boss 5-2 Now! cninjau:0:18654D:01:001:One hit for boss 5-3 Now! ; [ Counter Steer ] cntsteer:0:0000:00:999:[ There are no cheats ]:REASON 1 cntsteer:0:0000:00:999:[ for this game as it ]:REASON 1 cntsteer:0:0000:00:999:[ didn't work the last ]:REASON 1 cntsteer:0:0000:00:999:[ time it was tested. ]:REASON 1 cntsteer:0:0000:00:999:[ If the game now works ]:REASON 1 cntsteer:0:0000:00:999:[ please request cheats ]:REASON 1 cntsteer:0:0000:00:999:[ for it on the cheat ]:REASON 1 cntsteer:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cobra-Command (Japan) ] cobracmj:0:AED5:B6:100:Invincibility cobracmj:0:003B:01:000:Always have the laser cobracmj:0:0037:02:000:Maximum speed cobracmj:0:0038:03:000:Maximum fire power cobracmj:0:0039:03:000:Maximum missile power cobracmj:0:0143:00:000:Always 1 hit to kill boss cobracmj:0:0143:00:001:1 hit to kill this boss Now! cobracmj:0:0000:00:999:[Enable these select ] cobracmj:0:0000:00:999:[starting stage/scene cheats] cobracmj:0:0000:00:999:[on the 'Good Luck' screens.] cobracmj:0:011D:04:071:Select the Starting Stage cobracmj:0:011E:02:071:Select the Starting Scene cobracmj:0:011F:09:000:Infinite Lives PL1 cobracmj:0:0120:09:000:Infinite Lives PL2 ; [ Cobra-Command (World revision 5) ] cobracom:0:AE74:B6:100:Invincibility cobracom:0:003B:01:000:Always have the laser cobracom:0:0037:02:000:Maximum speed cobracom:0:0038:03:000:Maximum fire power cobracom:0:0039:03:000:Maximum missile power cobracom:0:0143:00:000:Always 1 hit to kill boss cobracom:0:0143:00:001:1 hit to kill this boss Now! cobracom:0:0000:00:999:[Enable these select ] cobracom:0:0000:00:999:[starting stage/scene cheats] cobracom:0:0000:00:999:[on the 'Good Luck' screens.] cobracom:0:011D:04:071:Select the Starting Stage cobracom:0:011E:02:071:Select the Starting Scene cobracom:0:011F:09:000:Infinite Lives PL1 cobracom:0:0120:09:000:Infinite Lives PL2 ; [ Columns '97 (JET 961209 V1.000) ] colmns97:0:0000:00:999:[ This game hasn't even ]:REASON 11 colmns97:0:0000:00:999:[ been looked at due to ]:REASON 11 colmns97:0:0000:00:999:[ time constraints - Too]:REASON 11 colmns97:0:0000:00:999:[ many games and so ]:REASON 11 colmns97:0:0000:00:999:[ little time. It is ]:REASON 11 colmns97:0:0000:00:999:[ even possible that ]:REASON 11 colmns97:0:0000:00:999:[ this game may be a ]:REASON 11 colmns97:0:0000:00:999:[ clone of an existing ]:REASON 11 colmns97:0:0000:00:999:[ game which may have ]:REASON 11 colmns97:0:0000:00:999:[ cheats. Please search ]:REASON 11 colmns97:0:0000:00:999:[ the cheat forums ]:REASON 11 colmns97:0:0000:00:999:[ before posting cheat ]:REASON 11 colmns97:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Colony 7 (set 1) ] colony7:0:A012:99:000:Infinite Credits colony7:0:A00C:00:000:Infinite Lives colony7:0:A07F:00:000:Infinite Scatter Shots colony7:0:A073:02:000:Keep Shooting after Gun Loss colony7:0:A020:01:001:Only a few Fighters to Kill Now! colony7:0:0000:00:999:[Infinite Eradicator will stay active ] colony7:0:0000:00:999:[even when destroyed only if Infinite ] colony7:0:0000:00:999:[City is enabled. ] colony7:0:A082:00:000:Infinite Smart Bombs/Eradicator colony7:0:A07C:00:000:Infinite City ; [ Colony 7 (set 2) ] colony7a:0:A012:99:000:Infinite Credits colony7a:0:A00C:00:000:Infinite Lives colony7a:0:A07F:00:000:Infinite Scatter Shots colony7a:0:A073:02:000:Keep Shooting after Gun Loss colony7a:0:A020:01:001:Only a few Fighters to Kill Now! colony7a:0:0000:00:999:[Infinite Eradicator will stay active ] colony7a:0:0000:00:999:[even when destroyed only if Infinite ] colony7a:0:0000:00:999:[City is enabled. ] colony7a:0:A082:00:000:Infinite Smart Bombs/Eradicator colony7a:0:A07C:00:000:Infinite City ; [ Colt ] :colt:00000000:E191:00000009:FFFFFFFF:Infinite Credits :colt:00000000:E299:0000009A:FFFFFFFF:Infinite Lives :colt:00000000:E2A1:00000000:FFFFFFFF:Infinite Damage :colt:00000000:E3AA:00000006:FFFFFFFF:Infinite Bullets :colt:60000000:0000:00000000:00000000:[ See the Dip Switch Menu to ] :colt:60000000:0000:00000000:00000000:[ enable Invincibility. ] :colt:00000000:E3A2:00000000:FFFFFFFF:Rapid Fire :colt:00000301:E298:00000003:FFFFFFFF:Select Starting Stage:Set on training spot :colt:00001101:E296:00000004:FFFFFFFF:Select Starting Stage (Display):Set on training spot ; [ Columns II: The Voyage Through Time (Japan) ] column2j:0:FFFCC1:09:000:Infinite Credits column2j:0:FFC854:27:000:Maximum Jewels PL1 column2j:0:FFC855:0F:500:Maximum Jewels PL1 (2/2) column2j:0:FFD2B5:00:000:Manual Bind Mode PL1 column2j:0:FFCA54:27:000:Maximum Jewels PL2 column2j:0:FFCA55:0F:500:Maximum Jewels PL2 (2/2) column2j:0:FFD2F5:00:000:Manual Bind Mode PL2 ; [ Columns (World) ] columns:0:FFFCC1:09:000:Infinite Credits columns:0:FFD2B5:00:000:Manual Bind Mode PL1 columns:0:FFC867:00:000:Infinite Magic Jewel PL1:EASY LEVEL Only columns:0:FFC834:07:001:Get Magic Jewels Next! PL1: columns:0:FFC835:07:501:Get Magic Jewels Next! PL1 (2/3) columns:0:FFC833:07:501:Get Magic Jewels Next! PL1 (3/3) columns:0:FFC81A:27:000:Maximum Jewels PL1 columns:0:FFC81B:0F:500:Maximum Jewels PL1 (2/2) columns:0:FFD2F5:00:000:Manual Bind Mode PL2 columns:0:FFC9D7:00:000:Infinite Magic Jewel PL2:EASY LEVEL Only columns:0:FFC9A3:07:001:Get Magic Jewels Next! PL2 columns:0:FFC9A4:07:501:Get Magic Jewels Next! PL2 (2/3) columns:0:FFC9A5:07:501:Get Magic Jewels Next! PL2 (3/3) columns:0:FFC98A:27:000:Maximum Jewels PL2 columns:0:FFC98B:0F:500:Maximum Jewels PL2 (2/2) ; [ Columns II: The Voyage Through Time (World) ] columns2:0:FFFCC1:09:000:Infinite Credits columns2:0:FFC854:27:000:Maximum Jewels PL1 columns2:0:FFC855:0F:500:Maximum Jewels PL1 (2/2) columns2:0:FFD2B5:00:000:Manual Bind Mode PL1 columns2:0:FFCA54:27:000:Maximum Jewels PL2 columns2:0:FFCA55:0F:500:Maximum Jewels PL2 (2/2) columns2:0:FFD2F5:00:000:Manual Bind Mode PL2 ; [ Columns (Japan) ] columnsj:0:FFFCC1:09:000:Infinite Credits columnsj:0:FFD2B5:00:000:Manual Bind Mode PL1 columnsj:0:FFC867:00:000:Infinite Magic Jewel PL1:EASY LEVEL Only columnsj:0:FFC834:07:001:Get Magic Jewels Next! PL1: columnsj:0:FFC835:07:501:Get Magic Jewels Next! PL1 (2/3) columnsj:0:FFC833:07:501:Get Magic Jewels Next! PL1 (3/3) columnsj:0:FFC81A:27:000:Maximum Jewels PL1 columnsj:0:FFC81B:0F:500:Maximum Jewels PL1 (2/2) columnsj:0:FFD2F5:00:000:Manual Bind Mode PL2 columnsj:0:FFC9D7:00:000:Infinite Magic Jewel PL2:EASY LEVEL Only columnsj:0:FFC9A3:07:001:Get Magic Jewels Next! PL2 columnsj:0:FFC9A4:07:501:Get Magic Jewels Next! PL2 (2/3) columnsj:0:FFC9A5:07:501:Get Magic Jewels Next! PL2 (3/3) columnsj:0:FFC98A:27:000:Maximum Jewels PL2 columnsj:0:FFC98B:0F:500:Maximum Jewels PL2 (2/2) ; [ Columns (US, cocktail) ] columnsu:0:FFFCC1:09:000:Infinite Credits columnsu:0:FFD2B5:00:000:Manual Bind Mode PL1 columnsu:0:FFC867:00:000:Infinite Magic Jewel PL1:EASY LEVEL Only columnsu:0:FFC834:07:001:Get Magic Jewels Next! PL1: columnsu:0:FFC835:07:501:Get Magic Jewels Next! PL1 (2/3) columnsu:0:FFC833:07:501:Get Magic Jewels Next! PL1 (3/3) columnsu:0:FFC81A:27:000:Maximum Jewels PL1 columnsu:0:FFC81B:0F:500:Maximum Jewels PL1 (2/2) columnsu:0:FFD2F5:00:000:Manual Bind Mode PL2 columnsu:0:FFC9D7:00:000:Infinite Magic Jewel PL2:EASY LEVEL Only columnsu:0:FFC9A3:07:001:Get Magic Jewels Next! PL2 columnsu:0:FFC9A4:07:501:Get Magic Jewels Next! PL2 (2/3) columnsu:0:FFC9A5:07:501:Get Magic Jewels Next! PL2 (3/3) columnsu:0:FFC98A:27:000:Maximum Jewels PL2 columnsu:0:FFC98B:0F:500:Maximum Jewels PL2 (2/2) ; [ Combat School (joystick) ] combasc:0:0A8D:99:000:Infinite Time PL1 combasc:0:0A8C:00:001:Reset Timer Now! PL1 combasc:0:0A8D:01:501:Reset Timer Now! PL1 (2/2) combasc:0:0855:70:000:Always done 70 targets PL1 combasc:0:0855:70:001:Get 70 targets Now! PL1 combasc:0:0AAD:99:000:Infinite Time PL2 combasc:0:0AAC:00:001:Reset Timer Now! PL2 combasc:0:0AAD:01:501:Reset Timer Now! PL2 (2/2) combasc:0:0857:70:000:Always done 70 targets PL2 combasc:0:0857:70:001:Get 70 targets Now! PL2 combasc:0:0C76:01:001:One hit for Instructor Now! combasc:0:0000:00:999:[Ensure the infinite damage ] combasc:0:0000:00:999:[cheat is NOT turned on for ] combasc:0:0000:00:999:[the Assault Course!! ] combasc:0:0C16:08:000:Infinite Damage PL1 combasc:0:0C46:08:000:Infinite Damage PL2 combasc:0:0000:00:999:[Enable these cheats on the ] combasc:0:0000:00:999:[Player 1/2 Intro page, ie. ] combasc:0:0000:00:999:[before the Obstacle Course ] combasc:0:0991:02:001:Goto the Firing Range 1 Now! combasc:0:0991:03:001:Goto the Iron Man Race Now! combasc:0:0991:05:001:Goto the Firing Range 2 Now! combasc:0:0991:06:001:Goto the Arm Wrestle Now! combasc:0:0991:07:001:Goto the Firing Range 3 Now! combasc:0:0991:09:001:Goto the Instructor Now! combasc:0:0991:0E:001:Goto the Mission Now! combasc:0:0000:00:999:[The invincibility cheat is ] combasc:0:0000:00:999:[buggy, you have to turn it ] combasc:0:0000:00:999:[off with F6 to jump or to ] combasc:0:0000:00:999:[walk down stairs-YOU MUST!!] combasc:0:0C01:02:020:Mission Invincibility combasc:0:0C01:F8:540:Mission Invincibility (2/3) combasc:0:0C16:08:500:Mission Invincibility (3/3) ; [ Combat School (bootleg) ] combascb:0:0A8D:99:000:Infinite Time PL1 combascb:0:0A8C:00:001:Reset Timer Now! PL1 combascb:0:0A8D:01:501:Reset Timer Now! PL1 (2/2) combascb:0:0855:70:000:Always done 70 targets PL1 combascb:0:0855:70:001:Get 70 targets Now! PL1 combascb:0:0AAD:99:000:Infinite Time PL2 combascb:0:0AAC:00:001:Reset Timer Now! PL2 combascb:0:0AAD:01:501:Reset Timer Now! PL2 (2/2) combascb:0:0857:70:000:Always done 70 targets PL2 combascb:0:0857:70:001:Get 70 targets Now! PL2 combascb:0:0C76:01:001:One hit for Instructor Now! combascb:0:0000:00:999:[Ensure the infinite damage ] combascb:0:0000:00:999:[cheat is NOT turned on for ] combascb:0:0000:00:999:[the Assault Course!! ] combascb:0:0C16:08:000:Infinite Damage PL1 combascb:0:0C46:08:000:Infinite Damage PL2 combascb:0:0000:00:999:[Enable these cheats on the ] combascb:0:0000:00:999:[Player 1/2 Intro page, ie. ] combascb:0:0000:00:999:[before the Obstacle Course ] combascb:0:0991:02:001:Goto the Firing Range 1 Now! combascb:0:0991:03:001:Goto the Iron Man Race Now! combascb:0:0991:05:001:Goto the Firing Range 2 Now! combascb:0:0991:06:001:Goto the Arm Wrestle Now! combascb:0:0991:07:001:Goto the Firing Range 3 Now! combascb:0:0991:09:001:Goto the Instructor Now! combascb:0:0991:0E:001:Goto the Mission Now! combascb:0:0000:00:999:[The invincibility cheat is ] combascb:0:0000:00:999:[buggy, you have to turn it ] combascb:0:0000:00:999:[off with F6 to jump or to ] combascb:0:0000:00:999:[walk down stairs-YOU MUST!!] combascb:0:0C01:02:020:Mission Invincibility combascb:0:0C01:F8:540:Mission Invincibility (2/3) combascb:0:0C16:08:500:Mission Invincibility (3/3) ; [ Combat School (Japan trackball) ] combascj:0:0A8D:99:000:Infinite Time PL1 combascj:0:0A8C:00:001:Reset Timer Now! PL1 combascj:0:0A8D:01:501:Reset Timer Now! PL1 (2/2) combascj:0:0855:70:000:Always done 70 targets PL1 combascj:0:0855:70:001:Get 70 targets Now! PL1 combascj:0:0AAD:99:000:Infinite Time PL2 combascj:0:0AAC:00:001:Reset Timer Now! PL2 combascj:0:0AAD:01:501:Reset Timer Now! PL2 (2/2) combascj:0:0857:70:000:Always done 70 targets PL2 combascj:0:0857:70:001:Get 70 targets Now! PL2 combascj:0:0C76:01:001:One hit for Instructor Now! combascj:0:0000:00:999:[Ensure the infinite damage ] combascj:0:0000:00:999:[cheat is NOT turned on for ] combascj:0:0000:00:999:[the Assault Course!! ] combascj:0:0C16:08:000:Infinite Damage PL1 combascj:0:0C46:08:000:Infinite Damage PL2 combascj:0:0000:00:999:[Enable these cheats on the ] combascj:0:0000:00:999:[Player 1/2 Intro page, ie. ] combascj:0:0000:00:999:[before the Obstacle Course ] combascj:0:0991:02:001:Goto the Firing Range 1 Now! combascj:0:0991:03:001:Goto the Iron Man Race Now! combascj:0:0991:05:001:Goto the Firing Range 2 Now! combascj:0:0991:06:001:Goto the Arm Wrestle Now! combascj:0:0991:07:001:Goto the Firing Range 3 Now! combascj:0:0991:09:001:Goto the Instructor Now! combascj:0:0991:0E:001:Goto the Mission Now! combascj:0:0000:00:999:[The invincibility cheat is ] combascj:0:0000:00:999:[buggy, you have to turn it ] combascj:0:0000:00:999:[off with F6 to jump or to ] combascj:0:0000:00:999:[walk down stairs-YOU MUST!!] combascj:0:0C01:02:020:Mission Invincibility combascj:0:0C01:F8:540:Mission Invincibility (2/3) combascj:0:0C16:08:500:Mission Invincibility (3/3) ; [ Combat School (trackball) ] combasct:0:0A8D:99:000:Infinite Time PL1 combasct:0:0A8C:00:001:Reset Timer Now! PL1 combasct:0:0A8D:01:501:Reset Timer Now! PL1 (2/2) combasct:0:0855:70:000:Always done 70 targets PL1 combasct:0:0855:70:001:Get 70 targets Now! PL1 combasct:0:0AAD:99:000:Infinite Time PL2 combasct:0:0AAC:00:001:Reset Timer Now! PL2 combasct:0:0AAD:01:501:Reset Timer Now! PL2 (2/2) combasct:0:0857:70:000:Always done 70 targets PL2 combasct:0:0857:70:001:Get 70 targets Now! PL2 combasct:0:0C76:01:001:One hit for Instructor Now! combasct:0:0000:00:999:[Ensure the infinite damage ] combasct:0:0000:00:999:[cheat is NOT turned on for ] combasct:0:0000:00:999:[the Assault Course!! ] combasct:0:0C16:08:000:Infinite Damage PL1 combasct:0:0C46:08:000:Infinite Damage PL2 combasct:0:0000:00:999:[Enable these cheats on the ] combasct:0:0000:00:999:[Player 1/2 Intro page, ie. ] combasct:0:0000:00:999:[before the Obstacle Course ] combasct:0:0991:02:001:Goto the Firing Range 1 Now! combasct:0:0991:03:001:Goto the Iron Man Race Now! combasct:0:0991:05:001:Goto the Firing Range 2 Now! combasct:0:0991:06:001:Goto the Arm Wrestle Now! combasct:0:0991:07:001:Goto the Firing Range 3 Now! combasct:0:0991:09:001:Goto the Instructor Now! combasct:0:0991:0E:001:Goto the Mission Now! combasct:0:0000:00:999:[The invincibility cheat is ] combasct:0:0000:00:999:[buggy, you have to turn it ] combasct:0:0000:00:999:[off with F6 to jump or to ] combasct:0:0000:00:999:[walk down stairs-YOU MUST!!] combasct:0:0C01:02:020:Mission Invincibility combasct:0:0C01:F8:540:Mission Invincibility (2/3) combasct:0:0C16:08:500:Mission Invincibility (3/3) ; [ Combat (version 3.0) ] combat:0:3318:00:000:No time between bullets ; [ Senjou no Ookami ] commandj:0:E030:99:000:Infinite Credits commandj:0:EDA0:06:000:Infinite Lives commandj:0:E100:FF:000:Invincibilty commandj:0:EDA8:09:000:Infinite Grenades commandj:0:E212:00:000:Long Shot commandj:0:E232:00:500:Long Shot (2/6) commandj:0:E252:00:500:Long Shot (3/6) commandj:0:E272:00:500:Long Shot (4/6) commandj:0:E292:00:500:Long Shot (5/6) commandj:0:E2B2:00:500:Long Shot (6/6) ; [ Commando (World) ] commando:0:E030:99:000:Infinite Credits commando:0:EDA0:06:000:Infinite Lives commando:0:E100:FF:000:Invincibilty commando:0:EDA8:09:000:Infinite Grenades commando:0:E212:00:000:Long Shot commando:0:E232:00:500:Long Shot (2/6) commando:0:E252:00:500:Long Shot (3/6) commando:0:E272:00:500:Long Shot (4/6) commando:0:E292:00:500:Long Shot (5/6) commando:0:E2B2:00:500:Long Shot (6/6) ; [ Commando (US) ] commandu:0:E030:99:000:Infinite Credits commandu:0:EDA0:06:000:Infinite Lives commandu:0:E100:FF:000:Invincibilty commandu:0:EDA8:09:000:Infinite Grenades commandu:0:E212:00:000:Long Shot commandu:0:E232:00:500:Long Shot (2/6) commandu:0:E252:00:500:Long Shot (3/6) commandu:0:E272:00:500:Long Shot (4/6) commandu:0:E292:00:500:Long Shot (5/6) commandu:0:E2B2:00:500:Long Shot (6/6) ; [ Command War - Super Special Battle & War Game (Prototype) ] :commandw:00000000:40812B:00000009:FFFFFFFF:Infinite Credits :commandw:00100000:408B0A:00000959:FFFFFFFF:Infinite Time - Map :commandw:00000000:408FE6:00000099:FFFFFFFF:Infinite Time - Battle :commandw:00000000:41204E:00000016:FFFFFFFF:Infinite Energy PL1 :commandw:00000001:41204E:00000000:FFFFFFFF:Drain All Energy Now ! PL1 :commandw:00100000:408E3A:00000999:FFFFFFFF:Infinite Money PL1 :commandw:00000000:41284E:00000016:FFFFFFFF:Infinite Energy PL2 :commandw:00000001:41284E:00000000:FFFFFFFF:Drain All Energy Now ! PL2 :commandw:00100000:408E5A:00000999:FFFFFFFF:Infinite Money PL2 ; [ Commando (Sega) ] commsega:0:9BE4:05:000:Infinite Lives PL1 commsega:0:9BE5:05:000:Infinite Lives PL2 ; [ Comotion ] comotion:0:E36E:08:000:Infinite Lives Bottom Player comotion:0:E00D:0A:000:Infinite Lives Top Player comotion:0:E180:09:000:Infinite Lives Left Player comotion:0:E17F:0B:000:Infinite Lives Right Player ; [ Competition Golf Final Round (old version) ] compglfo:0:001B:01:000:Always get a Hole in One compglfo:0:001B:01:001:Reset Strokes to 1 Now! ; [ Competition Golf Final Round (revision 3) ] compgolf:0:001B:01:000:Always get a Hole in One compgolf:0:001B:01:001:Reset Strokes to 1 Now! ; [ Complex X ] complexx:0:840C:05:000:Infinite Lives PL1 complexx:0:8414:05:000:Infinite Lives PL2 ; [ Condor ] condor:0:438F:09:000:Infinite Credits condor:0:43A6:DD:000:Never have shields condor:0:43A6:00:003:Shield Always Ready condor:0:43C0:84:000:Infinite Shields condor:0:0CC4:C9:100:Invincibility condor:0:4390:09:000:Infinite Lives PL1 condor:0:4391:09:000:Infinite Lives PL2 ; [ Congo Bongo ] congo:0:8220:06:000:Infinite Lives congo:0:8304:99:000:Infinite Bonus congo:0:840D:00:000:No sprite/sprite collision congo:0:0000:00:999:[Use 'Walk on water' with ] congo:0:0000:00:999:[caution. To complete the ] congo:0:0000:00:999:[level you must press F6. ] congo:0:8417:00:000:Walk on water ; [ Conquer ] conquer:0:0000:00:999:[ There are no cheats ]:REASON 1 conquer:0:0000:00:999:[ for this game as it ]:REASON 1 conquer:0:0000:00:999:[ didn't work the last ]:REASON 1 conquer:0:0000:00:999:[ time it was tested. ]:REASON 1 conquer:0:0000:00:999:[ If the game now works ]:REASON 1 conquer:0:0000:00:999:[ please request cheats ]:REASON 1 conquer:0:0000:00:999:[ for it on the cheat ]:REASON 1 conquer:0:0000:00:999:[ forums. ]:REASON 1 ; [ Continental Circus (World) ] contcirc:0:084573:09:000:Infinite Credits contcirc:0:08458B:E7:000:Infinite Time contcirc:0:08458A:03:500:Infinite Time (2/2) ; [ Continental Circus (US set 1) ] contcrcu:0:084573:09:000:Infinite Credits contcrcu:0:08458B:E7:000:Infinite Time contcrcu:0:08458A:03:500:Infinite Time (2/2) ; [ Continental Circus (US set 2) ] contcrua:0:084573:09:000:Infinite Credits contcrua:0:08458B:E7:000:Infinite Time contcrua:0:08458A:03:500:Infinite Time (2/2) ; [ Contra (US) ] contra:0:3B1C:09:000:Infinite Time contra:0:1081:99:000:Infinite Lives PL1 contra:0:1245:01:000:Invincibility PL1 contra:0:1246:7F:500:Invincibility PL1 (2/2) contra:0:1215:01:000:Always Use Normal Weapon PL1 contra:0:1215:02:000:Always Use Long Laser PL1 contra:0:1215:03:000:Always Use Short Laser PL1 contra:0:1215:04:000:Always Use Rapid Cannon PL1 contra:0:1215:0A:000:Always Use Spread Cannon PL1 contra:0:1215:14:000:Always Use Fireball PL1 contra:0:1215:00:001:Get Normal weapon Now! PL1 contra:0:1215:02:001:Get Long Laser Now! PL1 contra:0:1215:03:001:Get Short Laser Now! PL1 contra:0:1215:04:001:Get Rapid Cannon Now! PL1 contra:0:1215:0A:001:Get Spread Cannon Now! PL1 contra:0:1215:14:001:Get Fireball Now! PL1 contra:0:108D:99:000:Infinite Lives PL2 contra:0:1305:01:000:Invincibility PL2 contra:0:1306:7F:500:Invincibility PL2 (2/2) contra:0:12D5:01:000:Always Use Normal Weapon PL2 contra:0:12D5:02:000:Always Use Long Laser PL2 contra:0:12D5:03:000:Always Use Short Laser PL2 contra:0:12D5:04:000:Always Use Rapid Cannon PL2 contra:0:12D5:0A:000:Always Use Spread Cannon PL2 contra:0:12D5:14:000:Always Use Fireball PL2 contra:0:12D5:00:001:Get Normal weapon Now! PL2 contra:0:12D5:02:001:Get Long Laser Now! PL2 contra:0:12D5:03:001:Get Short Laser Now! PL2 contra:0:12D5:04:001:Get Rapid Cannon Now! PL2 contra:0:12D5:0A:001:Get Spread Cannon Now! PL2 contra:0:12D5:14:001:Get Fireball Now! PL2 contra:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Contra (US bootleg) ] contrab:0:3B1C:09:000:Infinite Time contrab:0:1081:99:000:Infinite Lives PL1 contrab:0:1245:01:000:Invincibility PL1 contrab:0:1246:7F:500:Invincibility PL1 (2/2) contrab:0:1215:01:000:Always Use Normal Weapon PL1 contrab:0:1215:02:000:Always Use Long Laser PL1 contrab:0:1215:03:000:Always Use Short Laser PL1 contrab:0:1215:04:000:Always Use Rapid Cannon PL1 contrab:0:1215:0A:000:Always Use Spread Cannon PL1 contrab:0:1215:14:000:Always Use Fireball PL1 contrab:0:1215:00:001:Get Normal weapon Now! PL1 contrab:0:1215:02:001:Get Long Laser Now! PL1 contrab:0:1215:03:001:Get Short Laser Now! PL1 contrab:0:1215:04:001:Get Rapid Cannon Now! PL1 contrab:0:1215:0A:001:Get Spread Cannon Now! PL1 contrab:0:1215:14:001:Get Fireball Now! PL1 contrab:0:108D:99:000:Infinite Lives PL2 contrab:0:1305:01:000:Invincibility PL2 contrab:0:1306:7F:500:Invincibility PL2 (2/2) contrab:0:12D5:01:000:Always Use Normal Weapon PL2 contrab:0:12D5:02:000:Always Use Long Laser PL2 contrab:0:12D5:03:000:Always Use Short Laser PL2 contrab:0:12D5:04:000:Always Use Rapid Cannon PL2 contrab:0:12D5:0A:000:Always Use Spread Cannon PL2 contrab:0:12D5:14:000:Always Use Fireball PL2 contrab:0:12D5:00:001:Get Normal weapon Now! PL2 contrab:0:12D5:02:001:Get Long Laser Now! PL2 contrab:0:12D5:03:001:Get Short Laser Now! PL2 contrab:0:12D5:04:001:Get Rapid Cannon Now! PL2 contrab:0:12D5:0A:001:Get Spread Cannon Now! PL2 contrab:0:12D5:14:001:Get Fireball Now! PL2 contrab:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Contra (Japan) ] contraj:0:3B1C:09:000:Infinite Time contraj:0:1081:99:000:Infinite Lives PL1 contraj:0:1245:01:000:Invincibility PL1 contraj:0:1246:7F:500:Invincibility PL1 (2/2) contraj:0:1215:01:000:Always Use Normal Weapon PL1 contraj:0:1215:02:000:Always Use Long Laser PL1 contraj:0:1215:03:000:Always Use Short Laser PL1 contraj:0:1215:04:000:Always Use Rapid Cannon PL1 contraj:0:1215:0A:000:Always Use Spread Cannon PL1 contraj:0:1215:14:000:Always Use Fireball PL1 contraj:0:1215:00:001:Get Normal weapon Now! PL1 contraj:0:1215:02:001:Get Long Laser Now! PL1 contraj:0:1215:03:001:Get Short Laser Now! PL1 contraj:0:1215:04:001:Get Rapid Cannon Now! PL1 contraj:0:1215:0A:001:Get Spread Cannon Now! PL1 contraj:0:1215:14:001:Get Fireball Now! PL1 contraj:0:108D:99:000:Infinite Lives PL2 contraj:0:1305:01:000:Invincibility PL2 contraj:0:1306:7F:500:Invincibility PL2 (2/2) contraj:0:12D5:01:000:Always Use Normal Weapon PL2 contraj:0:12D5:02:000:Always Use Long Laser PL2 contraj:0:12D5:03:000:Always Use Short Laser PL2 contraj:0:12D5:04:000:Always Use Rapid Cannon PL2 contraj:0:12D5:0A:000:Always Use Spread Cannon PL2 contraj:0:12D5:14:000:Always Use Fireball PL2 contraj:0:12D5:00:001:Get Normal weapon Now! PL2 contraj:0:12D5:02:001:Get Long Laser Now! PL2 contraj:0:12D5:03:001:Get Short Laser Now! PL2 contraj:0:12D5:04:001:Get Rapid Cannon Now! PL2 contraj:0:12D5:0A:001:Get Spread Cannon Now! PL2 contraj:0:12D5:14:001:Get Fireball Now! PL2 contraj:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Contra (Japan bootleg) ] contrajb:0:3B1C:09:000:Infinite Time contrajb:0:1081:99:000:Infinite Lives PL1 contrajb:0:1245:01:000:Invincibility PL1 contrajb:0:1246:7F:500:Invincibility PL1 (2/2) contrajb:0:1215:01:000:Always Use Normal Weapon PL1 contrajb:0:1215:02:000:Always Use Long Laser PL1 contrajb:0:1215:03:000:Always Use Short Laser PL1 contrajb:0:1215:04:000:Always Use Rapid Cannon PL1 contrajb:0:1215:0A:000:Always Use Spread Cannon PL1 contrajb:0:1215:14:000:Always Use Fireball PL1 contrajb:0:1215:00:001:Get Normal weapon Now! PL1 contrajb:0:1215:02:001:Get Long Laser Now! PL1 contrajb:0:1215:03:001:Get Short Laser Now! PL1 contrajb:0:1215:04:001:Get Rapid Cannon Now! PL1 contrajb:0:1215:0A:001:Get Spread Cannon Now! PL1 contrajb:0:1215:14:001:Get Fireball Now! PL1 contrajb:0:108D:99:000:Infinite Lives PL2 contrajb:0:1305:01:000:Invincibility PL2 contrajb:0:1306:7F:500:Invincibility PL2 (2/2) contrajb:0:12D5:01:000:Always Use Normal Weapon PL2 contrajb:0:12D5:02:000:Always Use Long Laser PL2 contrajb:0:12D5:03:000:Always Use Short Laser PL2 contrajb:0:12D5:04:000:Always Use Rapid Cannon PL2 contrajb:0:12D5:0A:000:Always Use Spread Cannon PL2 contrajb:0:12D5:14:000:Always Use Fireball PL2 contrajb:0:12D5:00:001:Get Normal weapon Now! PL2 contrajb:0:12D5:02:001:Get Long Laser Now! PL2 contrajb:0:12D5:03:001:Get Short Laser Now! PL2 contrajb:0:12D5:04:001:Get Rapid Cannon Now! PL2 contrajb:0:12D5:0A:001:Get Spread Cannon Now! PL2 contrajb:0:12D5:14:001:Get Fireball Now! PL2 contrajb:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Cookie & Bibi ] cookbib:0:0000:00:999:[ This game hasn't even ]:REASON 11 cookbib:0:0000:00:999:[ been looked at due to ]:REASON 11 cookbib:0:0000:00:999:[ time constraints - Too]:REASON 11 cookbib:0:0000:00:999:[ many games and so ]:REASON 11 cookbib:0:0000:00:999:[ little time. It is ]:REASON 11 cookbib:0:0000:00:999:[ even possible that ]:REASON 11 cookbib:0:0000:00:999:[ this game may be a ]:REASON 11 cookbib:0:0000:00:999:[ clone of an existing ]:REASON 11 cookbib:0:0000:00:999:[ game which may have ]:REASON 11 cookbib:0:0000:00:999:[ cheats. Please search ]:REASON 11 cookbib:0:0000:00:999:[ the cheat forums ]:REASON 11 cookbib:0:0000:00:999:[ before posting cheat ]:REASON 11 cookbib:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Cookie & Bibi 2 ] cookbib2:0:102475:09:000:Infinite Credits :cookbib2:00000000:103613:00000001:FFFFFFFF:Help Line "ON" PL1 :cookbib2:00000001:103613:00000000:FFFFFFFF:Help Line "OFF" PL1 :cookbib2:00000000:102517:00000006:FFFFFFFF:Balls never drop by a line PL1 :cookbib2:00000000:102513:000000D8:FFFFFFFF:Infinite Move Time PL1 :cookbib2:00000001:102507:00000001:FFFFFFFF:Next ball = Tennis Ball Now! PL1 :cookbib2:00000001:102507:00000002:FFFFFFFF:Next ball = Basketball Now! PL1 :cookbib2:00000001:102507:00000003:FFFFFFFF:Next ball = Football Now! PL1 :cookbib2:00000001:102507:00000004:FFFFFFFF:Next ball = Baseball Now! PL1 :cookbib2:00000001:102507:00000005:FFFFFFFF:Next ball = Bowling Ball Now! PL1 :cookbib2:00000001:102507:00000006:FFFFFFFF:Next ball = Pool Ball Now! PL1 :cookbib2:00000001:102507:00000007:FFFFFFFF:Next ball = Volleyball Now! PL1 :cookbib2:00000001:102507:00000008:FFFFFFFF:Next ball = Rugby Ball Now! PL1 :cookbib2:00000001:102507:00000009:FFFFFFFF:Next ball = Bubble Now! PL1 :cookbib2:00000000:102507:00000001:FFFFFFFF:Next ball always Tennis Ball PL1 :cookbib2:00000000:102507:00000002:FFFFFFFF:Next ball always Basketball PL1 :cookbib2:00000000:102507:00000003:FFFFFFFF:Next ball always Football PL1 :cookbib2:00000000:102507:00000004:FFFFFFFF:Next ball always Baseball PL1 :cookbib2:00000000:102507:00000005:FFFFFFFF:Next ball always Bowling Ball PL1 :cookbib2:00000000:102507:00000006:FFFFFFFF:Next ball always Pool Ball PL1 :cookbib2:00000000:102507:00000007:FFFFFFFF:Next ball always Volleyball PL1 :cookbib2:00000000:102507:00000008:FFFFFFFF:Next ball always Rugby Ball PL1 :cookbib2:00000000:102507:00000009:FFFFFFFF:Next ball always Bubble PL1 :cookbib2:00000000:103613:00000001:FFFFFFFF:Next ball always Guide PL2 :cookbib2:00000000:10259D:00000006:FFFFFFFF:Balls never drop by a line PL2 :cookbib2:00000000:102599:000000D8:FFFFFFFF:Infinite Move Time PL2 :cookbib2:00000001:10258D:00000001:FFFFFFFF:Next ball = Tennis Ball Now! PL2 :cookbib2:00000001:10258D:00000002:FFFFFFFF:Next ball = Basketball Now! PL2 :cookbib2:00000001:10258D:00000003:FFFFFFFF:Next ball = Football Now! PL2 :cookbib2:00000001:10258D:00000004:FFFFFFFF:Next ball = Baseball Now! PL2 :cookbib2:00000001:10258D:00000005:FFFFFFFF:Next ball = Bowling Ball Now! PL2 :cookbib2:00000001:10258D:00000006:FFFFFFFF:Next ball = Pool Ball Now! PL2 :cookbib2:00000001:10258D:00000007:FFFFFFFF:Next ball = Volleyball Now! PL2 :cookbib2:00000001:10258D:00000008:FFFFFFFF:Next ball = Rugby Ball Now! PL2 :cookbib2:00000001:10258D:00000009:FFFFFFFF:Next ball = Bubble Now! PL2 :cookbib2:00000000:10258D:00000001:FFFFFFFF:Next ball always Tennis Ball PL2 :cookbib2:00000000:10258D:00000002:FFFFFFFF:Next ball always Basketball PL2 :cookbib2:00000000:10258D:00000003:FFFFFFFF:Next ball always Football PL2 :cookbib2:00000000:10258D:00000004:FFFFFFFF:Next ball always Baseball PL2 :cookbib2:00000000:10258D:00000005:FFFFFFFF:Next ball always Bowling Ball PL2 :cookbib2:00000000:10258D:00000006:FFFFFFFF:Next ball always Pool Ball PL2 :cookbib2:00000000:10258D:00000007:FFFFFFFF:Next ball always Volleyball PL2 :cookbib2:00000000:10258D:00000008:FFFFFFFF:Next ball always Rugby Ball PL2 :cookbib2:00000000:10258D:00000009:FFFFFFFF:Next ball always Bubble PL2 ; [ Cookie & Bibi 3 ] cookbib3:0:0000:00:999:[ This game hasn't even ]:REASON 11 cookbib3:0:0000:00:999:[ been looked at due to ]:REASON 11 cookbib3:0:0000:00:999:[ time constraints - Too]:REASON 11 cookbib3:0:0000:00:999:[ many games and so ]:REASON 11 cookbib3:0:0000:00:999:[ little time. It is ]:REASON 11 cookbib3:0:0000:00:999:[ even possible that ]:REASON 11 cookbib3:0:0000:00:999:[ this game may be a ]:REASON 11 cookbib3:0:0000:00:999:[ clone of an existing ]:REASON 11 cookbib3:0:0000:00:999:[ game which may have ]:REASON 11 cookbib3:0:0000:00:999:[ cheats. Please search ]:REASON 11 cookbib3:0:0000:00:999:[ the cheat forums ]:REASON 11 cookbib3:0:0000:00:999:[ before posting cheat ]:REASON 11 cookbib3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Cook Race ] :cookrace:20800000:1255E:0000004C:FFFFFFFF:Invincibility :cookrace:20910000:0255F:0000253A:FFFFFFFF:Invincibility (2/2) cookrace:0:006B:80:021:Finish this Level Now! :cookrace:00000500:000A4:00000004:FFFFFFFF:Select Speed cookrace:0:0028:05:000:Infinite Lives PL1 cookrace:0:002A:99:000:Infinite Pepper PL1 cookrace:0:0029:05:000:Infinite Lives PL2 cookrace:0:002B:99:000:Infinite Pepper PL2 ; [ Cool Minigame Collection ] coolmini:0:0000:00:999:[ This game hasn't even ]:REASON 11 coolmini:0:0000:00:999:[ been looked at due to ]:REASON 11 coolmini:0:0000:00:999:[ time constraints - Too]:REASON 11 coolmini:0:0000:00:999:[ many games and so ]:REASON 11 coolmini:0:0000:00:999:[ little time. It is ]:REASON 11 coolmini:0:0000:00:999:[ even possible that ]:REASON 11 coolmini:0:0000:00:999:[ this game may be a ]:REASON 11 coolmini:0:0000:00:999:[ clone of an existing ]:REASON 11 coolmini:0:0000:00:999:[ game which may have ]:REASON 11 coolmini:0:0000:00:999:[ cheats. Please search ]:REASON 11 coolmini:0:0000:00:999:[ the cheat forums ]:REASON 11 coolmini:0:0000:00:999:[ before posting cheat ]:REASON 11 coolmini:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Cool Pool ] coolpool:0:0000:00:999:[ There are no cheats ]:REASON 1 coolpool:0:0000:00:999:[ for this game as it ]:REASON 1 coolpool:0:0000:00:999:[ didn't work the last ]:REASON 1 coolpool:0:0000:00:999:[ time it was tested. ]:REASON 1 coolpool:0:0000:00:999:[ If the game now works ]:REASON 1 coolpool:0:0000:00:999:[ please request cheats ]:REASON 1 coolpool:0:0000:00:999:[ for it on the cheat ]:REASON 1 coolpool:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cool Riders ] coolridr:0:0000:00:999:[ There are no cheats ]:REASON 1 coolridr:0:0000:00:999:[ for this game as it ]:REASON 1 coolridr:0:0000:00:999:[ didn't work the last ]:REASON 1 coolridr:0:0000:00:999:[ time it was tested. ]:REASON 1 coolridr:0:0000:00:999:[ If the game now works ]:REASON 1 coolridr:0:0000:00:999:[ please request cheats ]:REASON 1 coolridr:0:0000:00:999:[ for it on the cheat ]:REASON 1 coolridr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cop 01 (set 1) ] cop01:0:C41D:63:000:Infinite Lives :cop01:20A00000:464A:0046A5C3:FFFFFFFF:Invincibility :cop01:20910000:46EC:0000C9B7:FFFFFFFF:Invincibility (2/6):1st = Boss attack, 2nd = Hostage damage :cop01:20910000:6E96:00006F59:FFFFFFFF:Invincibility (3/6):Avoid collision check (Fire) :cop01:20A10000:6EC0:006F59C3:FFFFFFFF:Invincibility (4/6):Avoid collision check (Enemy) :cop01:20910000:71E3:0000C9B7:FFFFFFFF:Invincibility (5/6):Obstacle :cop01:20910000:7249:0000C9B7:FFFFFFFF:Invincibility (6/6):White battery :cop01:00000001:C041:00000010:FFFFFFFF:Finish Current Zone Now! :cop01:00000001:C041:0000000F:FFFFFFFF:Finish Final Zone Now! :cop01:00000000:C037:00000000:FFFFFFFF:Rapid Fire :cop01:00010000:C456:00000000:FFFFFFFF:Rapid Fire (2/2) cop01:0:C426:FF:000:Charge Always = 255 ; [ Cop 01 (set 2) ] cop01a:0:C41E:63:000:Infinite Lives :cop01a:20A00000:464D:0046A8C3:FFFFFFFF:Invincibility :cop01a:20910000:46EF:0000C9B7:FFFFFFFF:Invincibility (2/6):1st = Boss attack, 2nd = Hostage damage :cop01a:20810000:7C37:000000FA:FFFFFFFF:Invincibility (3/6):Avoid collision check (Fire) :cop01a:20A10000:7C61:007CFAC3:FFFFFFFF:Invincibility (4/6):Avoid collision check (Enemy) :cop01a:20910000:74C9:0000C9B7:FFFFFFFF:Invincibility (5/6):Obstacle :cop01a:20910000:752F:0000C9B7:FFFFFFFF:Invincibility (6/6):White battery :cop01a:00000001:C042:00000010:FFFFFFFF:Finish Current Zone Now! :cop01a:00000001:C042:0000000F:FFFFFFFF:Finish Final Zone Now! :cop01a:00000000:C037:00000000:FFFFFFFF:Rapid Fire :cop01a:00010000:C456:00000000:FFFFFFFF:Rapid Fire (2/2) cop01a:0:C427:FF:000:Charge Always = 255 ; [ Cops'n Robbers ] copsnrob:0:0054:39:000:Infinite Time ; [ Cosmic Cop (World) ] :cosmccop:81000000:E27F6:00000007:000E003C:Infinite Lives :cosmccop:20800000:0198D:000000EB:FFFFFFFF:Invincibility :cosmccop:20810000:02338:000000EB:FFFFFFFF:Invincibility (2/4):1st = Object, 2nd = Scenery :cosmccop:20810000:11027:000000EB:FFFFFFFF:Invincibility (3/4):Avoid crash against scenery 1 :cosmccop:20910000:11047:000011EB:FFFFFFFF:Invincibility (4/4):Avoid crash against scenery 2 cosmccop:0:E3CDB:68:000:Laser never overheats :cosmccop:00100000:A27EA:00000000:00008080:Rapid Fire:Turn it OFF on the name entry screen cosmccop:0:E3D0B:00:000:Infinite Time PL1 cosmccop:0:E3D12:00:000:Infinite Time PL2 ; [ Cosmic Alien ] cosmica:0:4000:40:000:Invincibility cosmica:0:404A:A0:500:Invincibility (2/2) cosmica:0:408A:07:000:Stop Enemy Attacks "ON" cosmica:0:408A:00:001:Stop Enemy Attacks "OFF" cosmica:0:4003:06:000:Infinite Lives PL1 cosmica:0:4004:06:000:Infinite Lives PL2 ; [ Cosmic Alien (older) ] cosmica2:0:4000:40:000:Invincibility cosmica2:0:404A:A0:500:Invincibility (2/2) cosmica2:0:408A:07:000:Stop Enemy Attacks "ON" cosmica2:0:408A:00:001:Stop Enemy Attacks "OFF" cosmica2:0:4003:06:000:Infinite Lives PL1 cosmica2:0:4004:06:000:Infinite Lives PL2 ; [ Cosmic Guerilla ] cosmicg:0:3C1C:00:000:More Bonus Ships to shoot cosmicg:0:3C05:05:000:Infinite Lives PL1 cosmicg:0:3C07:05:000:Infinite Lives PL2 ; [ Cosmic Monsters 2 ] cosmicm2:0:2009:78:000:Invaders never drop cosmicm2:0:2069:00:000:Invaders don't fire cosmicm2:0:206A:30:500:Invaders don't fire (2/2) cosmicm2:0:0384:C3:100:Bullet Invincibility cosmicm2:0:2094:04:540:Bullet Invincibility (2/3) cosmicm2:0:2015:FF:500:Bullet Invincibility (3/3) :cosmicm2:62000000:0000:00000000:00000000:Bullet Speed always = :cosmicm2:00010000:202C:00000002:FFFFFFFF:Slow :cosmicm2:00010000:202C:00000004:FFFFFFFF:Normal :cosmicm2:00010000:202C:00000006:FFFFFFFF:Fast :cosmicm2:00010000:202C:00000008:FFFFFFFF:V Fast :cosmicm2:00010000:202C:0000000A:FFFFFFFF:Turbo cosmicm2:0:0F7F:00:100:Autofire Mode cosmicm2:0:21FF:03:000:Infinite Lives PL1 cosmicm2:0:2100:00:001:Kill All Invaders Now! PL1 cosmicm2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 cosmicm2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) cosmicm2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) cosmicm2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) cosmicm2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) cosmicm2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) cosmicm2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) cosmicm2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) cosmicm2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) cosmicm2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) cosmicm2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line cosmicm2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) cosmicm2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) cosmicm2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) cosmicm2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) cosmicm2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) cosmicm2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) cosmicm2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) cosmicm2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) cosmicm2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) cosmicm2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) cosmicm2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line cosmicm2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) cosmicm2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) cosmicm2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) cosmicm2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) cosmicm2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) cosmicm2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) cosmicm2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) cosmicm2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) cosmicm2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) cosmicm2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) cosmicm2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line cosmicm2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) cosmicm2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) cosmicm2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) cosmicm2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) cosmicm2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) cosmicm2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) cosmicm2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) cosmicm2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) cosmicm2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) cosmicm2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) cosmicm2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line cosmicm2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) cosmicm2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) cosmicm2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) cosmicm2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) cosmicm2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) cosmicm2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) cosmicm2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) cosmicm2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) cosmicm2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) cosmicm2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) cosmicm2:0:22FF:07:000:Infinite Lives PL2 cosmicm2:0:2200:00:001:Kill All Invaders Now! PL2 cosmicm2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 cosmicm2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) cosmicm2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) cosmicm2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) cosmicm2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) cosmicm2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) cosmicm2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) cosmicm2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) cosmicm2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) cosmicm2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) cosmicm2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line cosmicm2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) cosmicm2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) cosmicm2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) cosmicm2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) cosmicm2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) cosmicm2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) cosmicm2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) cosmicm2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) cosmicm2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) cosmicm2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) cosmicm2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line cosmicm2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) cosmicm2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) cosmicm2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) cosmicm2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) cosmicm2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) cosmicm2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) cosmicm2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) cosmicm2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) cosmicm2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) cosmicm2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) cosmicm2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line cosmicm2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) cosmicm2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) cosmicm2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) cosmicm2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) cosmicm2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) cosmicm2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) cosmicm2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) cosmicm2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) cosmicm2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) cosmicm2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) cosmicm2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line cosmicm2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) cosmicm2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) cosmicm2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) cosmicm2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) cosmicm2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) cosmicm2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) cosmicm2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) cosmicm2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) cosmicm2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) cosmicm2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Cosmic Monsters ] cosmicmo:0:2009:78:000:Invaders never drop cosmicmo:0:2069:00:000:Invaders don't fire cosmicmo:0:206A:30:500:Invaders don't fire (2/2) cosmicmo:0:0384:C3:100:Bullet Invincibility cosmicmo:0:2094:04:540:Bullet Invincibility (2/3) cosmicmo:0:2015:FF:500:Bullet Invincibility (3/3) :cosmicmo:62000000:0000:00000000:00000000:Bullet Speed always = :cosmicmo:00010000:202C:00000002:FFFFFFFF:Slow :cosmicmo:00010000:202C:00000004:FFFFFFFF:Normal :cosmicmo:00010000:202C:00000006:FFFFFFFF:Fast :cosmicmo:00010000:202C:00000008:FFFFFFFF:V Fast :cosmicmo:00010000:202C:0000000A:FFFFFFFF:Turbo cosmicmo:0:0F7F:00:100:Autofire Mode cosmicmo:0:21FF:03:000:Infinite Lives PL1 cosmicmo:0:2100:00:001:Kill All Invaders Now! PL1 cosmicmo:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 cosmicmo:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) cosmicmo:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) cosmicmo:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) cosmicmo:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) cosmicmo:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) cosmicmo:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) cosmicmo:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) cosmicmo:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) cosmicmo:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) cosmicmo:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line cosmicmo:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) cosmicmo:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) cosmicmo:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) cosmicmo:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) cosmicmo:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) cosmicmo:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) cosmicmo:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) cosmicmo:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) cosmicmo:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) cosmicmo:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) cosmicmo:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line cosmicmo:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) cosmicmo:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) cosmicmo:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) cosmicmo:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) cosmicmo:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) cosmicmo:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) cosmicmo:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) cosmicmo:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) cosmicmo:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) cosmicmo:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) cosmicmo:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line cosmicmo:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) cosmicmo:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) cosmicmo:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) cosmicmo:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) cosmicmo:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) cosmicmo:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) cosmicmo:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) cosmicmo:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) cosmicmo:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) cosmicmo:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) cosmicmo:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line cosmicmo:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) cosmicmo:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) cosmicmo:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) cosmicmo:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) cosmicmo:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) cosmicmo:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) cosmicmo:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) cosmicmo:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) cosmicmo:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) cosmicmo:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) cosmicmo:0:22FF:07:000:Infinite Lives PL2 cosmicmo:0:2200:00:001:Kill All Invaders Now! PL2 cosmicmo:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 cosmicmo:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) cosmicmo:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) cosmicmo:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) cosmicmo:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) cosmicmo:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) cosmicmo:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) cosmicmo:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) cosmicmo:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) cosmicmo:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) cosmicmo:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line cosmicmo:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) cosmicmo:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) cosmicmo:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) cosmicmo:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) cosmicmo:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) cosmicmo:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) cosmicmo:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) cosmicmo:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) cosmicmo:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) cosmicmo:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) cosmicmo:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line cosmicmo:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) cosmicmo:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) cosmicmo:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) cosmicmo:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) cosmicmo:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) cosmicmo:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) cosmicmo:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) cosmicmo:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) cosmicmo:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) cosmicmo:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) cosmicmo:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line cosmicmo:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) cosmicmo:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) cosmicmo:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) cosmicmo:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) cosmicmo:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) cosmicmo:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) cosmicmo:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) cosmicmo:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) cosmicmo:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) cosmicmo:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) cosmicmo:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line cosmicmo:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) cosmicmo:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) cosmicmo:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) cosmicmo:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) cosmicmo:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) cosmicmo:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) cosmicmo:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) cosmicmo:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) cosmicmo:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) cosmicmo:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Cosmo ] cosmo:0:0BE6:00:100:Invincibility cosmo:0:0BE7:00:600:Invincibility (02/15) cosmo:0:0BE8:00:600:Invincibility (03/15) cosmo:0:0BF4:00:600:Invincibility (04/15) cosmo:0:0BF5:00:600:Invincibility (05/15) cosmo:0:0BF6:00:600:Invincibility (06/15) cosmo:0:0C0B:00:600:Invincibility (07/15) cosmo:0:0C0C:00:600:Invincibility (08/15) cosmo:0:0C0D:00:600:Invincibility (09/15) cosmo:0:0C16:00:600:Invincibility (10/15) cosmo:0:0C17:00:600:Invincibility (11/15) cosmo:0:0C18:00:600:Invincibility (12/15) cosmo:0:0C24:00:600:Invincibility (13/15) cosmo:0:0C25:00:600:Invincibility (14/15) cosmo:0:0C26:00:600:Invincibility (15/15):Quick and Dirty-NOP out all five calls to 0171 cosmo:0:200F:09:000:Infinite Lives PL1 cosmo:0:2010:09:000:Infinite Lives PL2 ; [ Cosmo Gang the Video (US) ] cosmogng:0:409B29:03:000:Infinite Lives cosmogng:0:100715:20:040:Always have Single Shot PL1 cosmogng:0:100715:20:020:Always have Double Shot PL1 cosmogng:0:1008CD:0F:000:Bonus Multiplier always=16 PL1 cosmogng:0:10100B:01:000:Invincibility PL1 cosmogng:0:100717:20:040:Always have Single Shot PL2 cosmogng:0:100717:20:040:Always have Double Shot PL2 cosmogng:0:1008CF:0F:000:Bonus Multiplier always=16 PL2 cosmogng:0:101089:01:000:Invincibility PL2 cosmogng:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Cosmo Gang the Video (Japan) ] cosmognj:0:409B29:03:000:Infinite Lives cosmognj:0:100715:20:040:Always have Single Shot PL1 cosmognj:0:100715:20:020:Always have Double Shot PL1 cosmognj:0:1008CD:0F:000:Bonus Multiplier always=16 PL1 cosmognj:0:10100B:01:000:Invincibility PL1 cosmognj:0:100717:20:040:Always have Single Shot PL2 cosmognj:0:100717:20:040:Always have Double Shot PL2 cosmognj:0:1008CF:0F:000:Bonus Multiplier always=16 PL2 cosmognj:0:101089:01:000:Invincibility PL2 cosmognj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Cosmos ] cosmos:0:1D67:99:000:Infinite Credits cosmos:0:1C91:5C:000:Infinite Energy cosmos:0:1D66:01:040:Invincibility:Turn OFF to dock! cosmos:0:1CDD:05:000:Infinite Lives PL1 cosmos:0:1CDE:05:000:Infinite Lives PL2 ; [ Cotton (set 3, World, FD1094 317-0181a) ] :cotton:00000000:2000FD:00000063:FFFFFFFF:Infinite Credits :cotton:00000000:203E2D:00000008:FFFFFFFF:Infinite Lives :cotton:00800000:20299C:000000FF:FFFFFFFF:Invincibility :cotton:00000000:203E47:00000001:FFFFFFFF:Infinite Magic :cotton:62000000:000000:00000000:00000000:Select Magic :cotton:00010000:203E4D:00000000:FFFFFFFF:No Magic :cotton:00010000:203E4D:00000001:FFFFFFFF:Fire :cotton:00010000:203E4D:00000002:FFFFFFFF:Thunder :cotton:00100000:203E40:00000180:FFFFFFFF:Always have Maximum EXP:Also Maximum Shot Power :cotton:00000000:203E45:00000006:FFFFFFFF:Always Have Maximum Bomb Power :cotton:00010000:202C12:00000001:FFFFFFFF:Always Have Maximum Bomb Power (2/4) :cotton:00110000:202C61:00000101:FFFFFFFF:Always Have Maximum Bomb Power (3/4) :cotton:00110000:202CB1:00000101:FFFFFFFF:Always Have Maximum Bomb Power (4/4) :cotton:00000000:20294B:00000000:FFFFFFFF:Rapid Fire - Shot:Can't use a magic :cotton:00000000:202952:00000004:00000004:Rapid Fire - Bomb :cotton:00000000:203E2B:00000006:FFFFFFFF:Always have Fairies :cotton:00010010:201CAE:00000000:000000FE:Always have Fairies (2/6) :cotton:00010010:201D12:00000000:000000FE:Always have Fairies (3/6) :cotton:00010010:201D76:00000000:000000FE:Always have Fairies (4/6) :cotton:00010010:201DDA:00000000:000000FE:Always have Fairies (5/6) :cotton:00010010:201E3E:00000000:000000FE:Always have Fairies (6/6) :cotton:00000000:202CDD:00000000:FFFFFFFF:Enable to Get Secret Bonus:Used in Tea Time (Bonus Game) :cotton:62000000:000000:00000000:00000000:Select Stage:If you start with Final Boss, set Stage 6 on title screen then turn it OFF during demonstration after you've pressed the start button :cotton:00010000:203EC3:00000001:FFFFFFFF:Stage 1 :cotton:00010000:203EC3:00000002:FFFFFFFF:Stage 2 :cotton:00010000:203EC3:00000003:FFFFFFFF:Stage 3 :cotton:00010000:203EC3:00000004:FFFFFFFF:Stage 4 :cotton:00010000:203EC3:00000005:FFFFFFFF:Stage 5 :cotton:00010000:203EC3:00000006:FFFFFFFF:Stage 6 :cotton:00010000:203EC3:00000007:FFFFFFFF:Final Boss (Buggy) :cotton:00010000:203EC3:00000008:FFFFFFFF:The Ending :cotton:62000000:000000:00000000:00000000:Select Loop :cotton:00010000:203E9C:00000000:FFFFFFFF:First Loop :cotton:00010000:203E9C:000000FF:FFFFFFFF:Second Loop ; [ Cotton 2 (JUET 970902 V1.000) ] cotton2:0:060E518F:06:000:Invincibility PL1 cotton2:0:060E5DD3:21:000:Maximum Fire Power PL1 cotton2:0:060E5187:04:000:Infinite Wind Magic PL1 cotton2:0:060E4617:FF:500:Infinite Wind Magic PL1 (2/2) cotton2:0:060E5187:03:000:Infinite Light Magic PL1 cotton2:0:060E4617:FF:500:Infinite Light Magic PL1 (2/2) cotton2:0:060E5187:02:000:Infinite Water Magic PL1 cotton2:0:060E4617:FF:500:Infinite Water Magic PL1 (2/2) cotton2:0:060E5187:01:000:Infinite Fire Magic PL1 cotton2:0:060E4617:FF:500:Infinite Fire Magic PL1 (2/2) cotton2:0:060E745F:06:000:Invincibility PL2 cotton2:0:060E80A3:21:000:Maximum Fire Power PL2 cotton2:0:060E7457:04:000:Infinite Wind Magic PL2 cotton2:0:060E4617:FF:500:Infinite Wind Magic PL2 (2/2) cotton2:0:060E7457:03:000:Infinite Light Magic PL2 cotton2:0:060E4617:FF:500:Infinite Light Magic PL2 (2/2) cotton2:0:060E7457:02:000:Infinite Water Magic PL2 cotton2:0:060E4617:FF:500:Infinite Water Magic PL2 (2/2) cotton2:0:060E7457:01:000:Infinite Fire Magic PL2 cotton2:0:060E4617:FF:500:Infinite Fire Magic PL2 (2/2) ; [ Cotton Boomerang (JUET 980709 V1.000) ] cottonbm:0:060D3F85:05:000:Infinite Changes PL1 cottonbm:0:060D6021:05:500:Infinite Changes PL1 (2/2) :cottonbm:00000000:60D6009:00000004:FFFFFFFF:Infinite Bombs(cotton team - fire) PL1 :cottonbm:00000000:60D5FFD:00000021:FFFFFFFF:Maximum Fire Power(cotton team - fire) PL1 cottonbm:0:060D50B1:05:000:Infinite Changes PL2 cottonbm:0:060D6EC1:05:500:Infinite Changes PL2 (2/2) :cottonbm:00000000:60D6EA9:00000004:FFFFFFFF:Infinite Bombs(Appli team - water) PL2 :cottonbm:00000000:60D6E9D:00000021:FFFFFFFF:Maximum Fire Power(Appli team - water) PL2 ; [ Cotocoto Cottong ] cottong:0:9900:06:000:Infinite Lives :cottong:20800000:2F3E:00000018:FFFFFFFF:Invincibility :cottong:20810000:2FDD:000000C9:FFFFFFFF:Invincibility (2/3) :cottong:20810000:351C:00000000:FFFFFFFF:Invincibility (3/3) ; [ Cotton (set 1, Japan, FD1094 317-0179a) ] :cottonj:00000000:2000FD:00000063:FFFFFFFF:Infinite Credits :cottonj:00000000:203E2D:00000008:FFFFFFFF:Infinite Lives :cottonj:00800000:20299C:000000FF:FFFFFFFF:Invincibility :cottonj:00000000:203E47:00000001:FFFFFFFF:Infinite Magic :cottonj:62000000:000000:00000000:00000000:Select Magic :cottonj:00010000:203E4D:00000000:FFFFFFFF:No Magic :cottonj:00010000:203E4D:00000001:FFFFFFFF:Fire :cottonj:00010000:203E4D:00000002:FFFFFFFF:Thunder :cottonj:00100000:203E40:00000180:FFFFFFFF:Always have Maximum EXP:Also Maximum Shot Power :cottonj:00000000:203E45:00000006:FFFFFFFF:Always Have Maximum Bomb Power :cottonj:00010000:202C12:00000001:FFFFFFFF:Always Have Maximum Bomb Power (2/4) :cottonj:00110000:202C61:00000101:FFFFFFFF:Always Have Maximum Bomb Power (3/4) :cottonj:00110000:202CB1:00000101:FFFFFFFF:Always Have Maximum Bomb Power (4/4) :cottonj:00000000:20294B:00000000:FFFFFFFF:Rapid Fire - Shot:Can't use a magic :cottonj:00000000:202952:00000004:00000004:Rapid Fire - Bomb :cottonj:00000000:203E2B:00000006:FFFFFFFF:Always have Fairies :cottonj:00010010:201CAE:00000000:000000FE:Always have Fairies (2/6) :cottonj:00010010:201D12:00000000:000000FE:Always have Fairies (3/6) :cottonj:00010010:201D76:00000000:000000FE:Always have Fairies (4/6) :cottonj:00010010:201DDA:00000000:000000FE:Always have Fairies (5/6) :cottonj:00010010:201E3E:00000000:000000FE:Always have Fairies (6/6) :cottonj:00000000:202CDD:00000000:FFFFFFFF:Enable to Get Secret Bonus:Used in Tea Time (Bonus Game) :cottonj:62000000:000000:00000000:00000000:Select Stage:If you start with Final Boss, set Stage 6 on title screen then turn it OFF during demonstration after you've pressed the start button :cottonj:00010000:203EC3:00000001:FFFFFFFF:Stage 1 :cottonj:00010000:203EC3:00000002:FFFFFFFF:Stage 2 :cottonj:00010000:203EC3:00000003:FFFFFFFF:Stage 3 :cottonj:00010000:203EC3:00000004:FFFFFFFF:Stage 4 :cottonj:00010000:203EC3:00000005:FFFFFFFF:Stage 5 :cottonj:00010000:203EC3:00000006:FFFFFFFF:Stage 6 :cottonj:00010000:203EC3:00000007:FFFFFFFF:Final Boss (Buggy) :cottonj:00010000:203EC3:00000008:FFFFFFFF:The Ending :cottonj:62000000:000000:00000000:00000000:Select Loop :cottonj:00010000:203E9C:00000000:FFFFFFFF:First Loop :cottonj:00010000:203E9C:000000FF:FFFFFFFF:Second Loop ; [ Cotton (set 2, US, FD1094 317-0180) ] :cottonu:00000000:2000FD:00000063:FFFFFFFF:Infinite Credits :cottonu:00000000:203E2D:00000008:FFFFFFFF:Infinite Lives :cottonu:00800000:20299C:000000FF:FFFFFFFF:Invincibility :cottonu:00000000:203E47:00000001:FFFFFFFF:Infinite Magic :cottonu:62000000:000000:00000000:00000000:Select Magic :cottonu:00010000:203E4D:00000000:FFFFFFFF:No Magic :cottonu:00010000:203E4D:00000001:FFFFFFFF:Fire :cottonu:00010000:203E4D:00000002:FFFFFFFF:Thunder :cottonu:00100000:203E40:00000180:FFFFFFFF:Always have Maximum EXP:Also Maximum Shot Power :cottonu:00000000:203E45:00000006:FFFFFFFF:Always Have Maximum Bomb Power :cottonu:00010000:202C12:00000001:FFFFFFFF:Always Have Maximum Bomb Power (2/4) :cottonu:00110000:202C61:00000101:FFFFFFFF:Always Have Maximum Bomb Power (3/4) :cottonu:00110000:202CB1:00000101:FFFFFFFF:Always Have Maximum Bomb Power (4/4) :cottonu:00000000:20294B:00000000:FFFFFFFF:Rapid Fire - Shot:Can't use a magic :cottonu:00000000:202952:00000004:00000004:Rapid Fire - Bomb :cottonu:00000000:203E2B:00000006:FFFFFFFF:Always have Fairies :cottonu:00010010:201CAE:00000000:000000FE:Always have Fairies (2/6) :cottonu:00010010:201D12:00000000:000000FE:Always have Fairies (3/6) :cottonu:00010010:201D76:00000000:000000FE:Always have Fairies (4/6) :cottonu:00010010:201DDA:00000000:000000FE:Always have Fairies (5/6) :cottonu:00010010:201E3E:00000000:000000FE:Always have Fairies (6/6) :cottonu:00000000:202CDD:00000000:FFFFFFFF:Enable to Get Secret Bonus:Used in Tea Time (Bonus Game) :cottonu:62000000:000000:00000000:00000000:Select Stage:If you start with Final Boss, set Stage 6 on title screen then turn it OFF during demonstration after you've pressed the start button :cottonu:00010000:203EC3:00000001:FFFFFFFF:Stage 1 :cottonu:00010000:203EC3:00000002:FFFFFFFF:Stage 2 :cottonu:00010000:203EC3:00000003:FFFFFFFF:Stage 3 :cottonu:00010000:203EC3:00000004:FFFFFFFF:Stage 4 :cottonu:00010000:203EC3:00000005:FFFFFFFF:Stage 5 :cottonu:00010000:203EC3:00000006:FFFFFFFF:Stage 6 :cottonu:00010000:203EC3:00000007:FFFFFFFF:Final Boss (Buggy) :cottonu:00010000:203EC3:00000008:FFFFFFFF:The Ending :cottonu:62000000:000000:00000000:00000000:Select Loop :cottonu:00010000:203E9C:00000000:FFFFFFFF:First Loop :cottonu:00010000:203E9C:000000FF:FFFFFFFF:Second Loop ; [ Counter Run (bootleg set 2) ] :countrb2:00000000:D220:00000009:FFFFFFFF:Infinite Credits :countrb2:00000000:D355:00000001:FFFFFFFF:1 Fruit to Finish Current Stage :countrb2:00200000:D357:00000000:FFFFFFFF:Infinite Time :countrb2:00000000:D342:00000008:FFFFFFFF:Infinite Lives :countrb2:20800000:372F:00000018:FFFFFFFF:Invincibility :countrb2:20810000:338C:000000C9:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Water :countrb2:00000000:D23A:00000020:FFFFFFFF:Always Fast Speed ; [ Counter Run (bootleg set 1) ] :countrnb:00000000:D220:00000009:FFFFFFFF:Infinite Credits :countrnb:00000000:D355:00000001:FFFFFFFF:1 Fruit to Finish Current Stage :countrnb:00200000:D357:00000000:FFFFFFFF:Infinite Time :countrnb:00000000:D342:00000008:FFFFFFFF:Infinite Lives :countrnb:20800000:372F:00000018:FFFFFFFF:Invincibility :countrnb:20810000:338C:000000C9:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Water :countrnb:00000000:D23A:00000020:FFFFFFFF:Always Fast Speed ; [ Counter Run ] :countrun:00000000:D220:00000009:FFFFFFFF:Infinite Credits :countrun:00000000:D355:00000001:FFFFFFFF:1 Fruit to Finish Current Stage :countrun:00200000:D357:00000000:FFFFFFFF:Infinite Time :countrun:00000000:D342:00000008:FFFFFFFF:Infinite Lives :countrun:20800000:372F:00000018:FFFFFFFF:Invincibility :countrun:20810000:338C:000000C9:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Water :countrun:00000000:D23A:00000020:FFFFFFFF:Always Fast Speed ; [ Country Club ] countryc:0:FD28:99:000:Infinite Time PL1 countryc:0:FD21:09:000:Infinite Holes PL1 countryc:0:FD18:00:000:Infinite Strokes PL1 countryc:0:FD88:99:000:Infinite Time PL2 countryc:0:FD81:09:000:Infinite Holes PL2 countryc:0:FD78:00:000:Infinite Strokes PL2 ; [ Couples, The (Set 1) ] :couple:00000000:A005:00000099:FFFFFFFF:Infinite Credits :couple:00000000:A303:00000013:FFFFFFFF:Infinite Time & Max Score :couple:00010000:A2F3:00000078:FFFFFFFF:Infinite Time & Max Score (2/3) :couple:00010000:A2EF:00000009:FFFFFFFF:Infinite Time & Max Score (3/3) :couple:00000000:A094:00000002:FFFFFFFF:Infinite Lives :couple:00010000:A31D:00000001:FFFFFFFF:Infinite Lives (2/2) ; [ Couples, The (Set 3) ] :couplei:00000000:A005:00000099:FFFFFFFF:Infinite Credits :couplei:00000000:A303:00000013:FFFFFFFF:Infinite Time & Max Score :couplei:00010000:A2F3:00000078:FFFFFFFF:Infinite Time & Max Score (2/3) :couplei:00010000:A2EF:00000009:FFFFFFFF:Infinite Time & Max Score (3/3) :couplei:00000000:A094:00000002:FFFFFFFF:Infinite Lives :couplei:00010000:A31D:00000001:FFFFFFFF:Infinite Lives (2/2) ; [ Couples, The (Set 2) ] :couplep:00000000:A005:00000099:FFFFFFFF:Infinite Credits :couplep:00000000:A303:00000013:FFFFFFFF:Infinite Time & Max Score :couplep:00010000:A2F3:00000078:FFFFFFFF:Infinite Time & Max Score (2/3) :couplep:00010000:A2EF:00000009:FFFFFFFF:Infinite Time & Max Score (3/3) :couplep:00000000:A094:00000002:FFFFFFFF:Infinite Lives :couplep:00010000:A31D:00000001:FFFFFFFF:Infinite Lives (2/2) ; [ Peter Pepper's Ice Cream Factory (Cassette, set 1) ] cppicf:0:0001:09:000:Infinite Credits cppicf:0:000D:0B:000:Infinite Lives cppicf:0:0014:00:001:Finish this Pattern Now! cppicf:0:16D3:90:000:Invincibility cppicf:0:16D4:0C:500:Invincibility (2/5):Program Code hack, uses RAM as it's a cassette (Parts 1+2 take care of collisions with enemies) cppicf:0:0740:CD:500:Invincibility (3/5):Keep upright when jumping OFF platform (merely for cosmetic reasons) cppicf:0:07BF:B0:500:Invincibility (4/5) cppicf:0:07C0:0E:500:Invincibility (5/5):Parts 4 + 5 takes care of walking and jumping off platforms ; [ Peter Pepper's Ice Cream Factory (Cassette, set 2) ] cppicf2:0:0001:09:000:Infinite Credits cppicf2:0:000D:0B:000:Infinite Lives cppicf2:0:0014:00:001:Finish this Pattern Now! cppicf2:0:171C:90:000:Invincibility cppicf2:0:171D:0C:500:Invincibility (2/5):Program Code hack, uses RAM as it's a cassette (Parts 1+2 take care of collisions with enemies) cppicf2:0:0789:CD:500:Invincibility (3/5):Keep upright when jumping OFF platform (merely for cosmetic reasons) cppicf2:0:0808:B0:500:Invincibility (4/5) cppicf2:0:0809:0E:500:Invincibility (5/5):Parts 4 + 5 takes care of walking and jumping off platforms ; [ Pro Bowling (Cassette) ] cprobowl:0:007D:00:000:Infinite Time To Bowl cprobowl:0:007F:A7:000:Always have Full Power:Infinite Time as a bonus cprobowl:0:007F:1D:000:Always have 75% Power:Infinite Time as a bonus cprobowl:0:007F:13:000:Always have 50% Power:Infinite Time as a bonus cprobowl:0:007F:09:000:Always have 25% Power:Infinite Time as a bonus cprobowl:0:0083:59:000:Always Hit Straight Down Middle:Doesn't work against Gutter Balls! ; [ Pro Golf (Cassette) ] cprogolf:0:002F:00:000:Infinite Strokes cprogolf:0:0082:07:500:Infinite Strokes (2/2) cprogolf:0:002F:00:001:Reset Strokes Now! cprogolf:0:0082:07:501:Reset Strokes Now! (2/2) ; [ Pro Soccer (Cassette) ] cprosocc:0:059E:07:000:Infinite Lives cprosocc:0:059F:99:073:Select Goals Scored ; [ Pro Tennis (Cassette) ] cptennis:0:00D1:09:000:Infinite Credits cptennis:0:00BD:0F:000:Infinite Lives PL1 cptennis:0:00BE:0F:000:Infinite Lives PL2 ; [ Crackshot (version 2.0) ] cracksht:0:3317:00:000:No time between bullets cracksht:0:333A:80:004:Infinite Time PL1 cracksht:0:3335:00:001:Finish level Now! PL1 cracksht:0:3336:00:501:Finish level Now! PL1 (2/3) cracksht:0:3337:00:501:Finish level Now! PL1 (3/3) cracksht:0:334E:80:004:Infinite Time PL2 cracksht:0:3349:00:001:Finish level Now! PL2 cracksht:0:334A:00:501:Finish level Now! PL2 (2/3) cracksht:0:334B:00:501:Finish level Now! PL2 (3/3) ; [ Crash ] crash:0:000E:02:000:Infinite Lives ; [ Crater Raider ] crater:0:F4F3:04:000:Infinite Lives crater:0:F4F4:09:000:Infinite Time crater:0:F4F1:80:000:Infinite Energy ; [ Crazy Blocks ] crazyblk:0:A006:09:000:Infinite Credits crazyblk:0:A071:09:000:Infinite Lives :crazyblk:20800000:233E:00000040:FFFFFFFF:Invincibility crazyblk:0:A03F:FE:000:Never have any Enemies crazyblk:0:A05B:FF:500:Never have any Enemies (2/4) crazyblk:0:A05F:FF:500:Never have any Enemies (3/4) crazyblk:0:A064:FF:500:Never have any Enemies (4/4) ; [ Crazy Cop (Japan) ] crazycop:0:40A0:06:000:Infinite Lives PL1 crazycop:0:4833:20:000:Infinite Ammo PL1 crazycop:0:482C:03:000:Rocket Grenade PL1 crazycop:0:482A:04:000:Medium Weapon Powerup PL1 crazycop:0:482A:07:000:Heavy Weapon Powerup PL1 :crazycop:00000000:4800:00000001:FFFFFFFF:Invincibility PL1 :crazycop:00010000:482F:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :crazycop:00000000:4033:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen crazycop:0:40B0:06:000:Infinite Lives PL2 crazycop:0:48C3:20:000:Infinite Ammo PL2 crazycop:0:48BC:03:000:Rocket Grenades PL2 crazycop:0:48BA:04:000:Medium Weapon Powerup PL2 crazycop:0:48BA:07:000:Heavy Weapon Powerup PL2 :crazycop:00000000:4890:00000001:FFFFFFFF:Invincibility PL2 :crazycop:00010000:48BF:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :crazycop:00000000:4035:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen crazycop:0:500A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Crazy Fight ] :crazyfgt:00000000:405D8D:00000030:FFFFFFFF:Infinite Energy :crazyfgt:00000001:405D8B:00000000:FFFFFFFF:1 Kill to Finish this Stage Now! ; [ Crazy Balloon (set 2) ] crbalon2:0:0000:00:999:[See the Dip Switch Menu to ] crbalon2:0:0000:00:999:[enable Invincibility. ] crbalon2:0:40F0:05:000:Infinite Lives PL1 crbalon2:0:40F1:05:000:Infinite Lives PL2 ; [ Crazy Balloon (set 1) ] crbaloon:0:0000:00:999:[See the Dip Switch Menu to ] crbaloon:0:0000:00:999:[enable Invincibility. ] crbaloon:0:40F0:05:000:Infinite Lives PL1 crbaloon:0:40F1:05:000:Infinite Lives PL2 ; [ Crowns Golf (set 1) ] crgolf:0:41B5:01:000:Always get a Hole in One crgolf:0:41B5:01:001:Reset Strokes to 1 Now! ; [ Crowns Golf (set 2) ] crgolfa:0:41B5:01:000:Always get a Hole in One crgolfa:0:41B5:01:001:Reset Strokes to 1 Now! ; [ Champion Golf (bootleg Set 1) ] crgolfb:0:41B5:01:000:Always get a Hole in One crgolfb:0:41B5:01:001:Reset Strokes to 1 Now! ; [ Champion Golf ] crgolfc:0:41B5:01:000:Always get a Hole in One crgolfc:0:41B5:01:001:Reset Strokes to 1 Now! ; [ Crowns Golf in Hawaii ] crgolfhi:0:0000:00:999:[ This game hasn't even ]:REASON 11 crgolfhi:0:0000:00:999:[ been looked at due to ]:REASON 11 crgolfhi:0:0000:00:999:[ time constraints - Too]:REASON 11 crgolfhi:0:0000:00:999:[ many games and so ]:REASON 11 crgolfhi:0:0000:00:999:[ little time. It is ]:REASON 11 crgolfhi:0:0000:00:999:[ even possible that ]:REASON 11 crgolfhi:0:0000:00:999:[ this game may be a ]:REASON 11 crgolfhi:0:0000:00:999:[ clone of an existing ]:REASON 11 crgolfhi:0:0000:00:999:[ game which may have ]:REASON 11 crgolfhi:0:0000:00:999:[ cheats. Please search ]:REASON 11 crgolfhi:0:0000:00:999:[ the cheat forums ]:REASON 11 crgolfhi:0:0000:00:999:[ before posting cheat ]:REASON 11 crgolfhi:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Crime City (World) ] crimec:0:A023B2:03:000:Infinite Time crimec:0:A023B3:E8:500:Infinite Time (2/2) crimec:0:A023C3:08:000:Infinite Lives PL1 crimec:0:A023BB:08:000:Infinite Energy PL1 crimec:0:A02455:00:000:Infinite Ammo PL1 crimec:0:A023FF:3E:000:Invincibility PL1 crimec:0:A02407:00:000:Always have Normal gun PL1 crimec:0:A02407:01:000:Always have Machine gun PL1 crimec:0:A02407:02:000:Always have Armour-Piercing gun PL1 crimec:0:A02407:03:000:Always have 3-way gun PL1 crimec:0:A02407:00:001:Get Normal gun Now! PL1 crimec:0:A02407:01:001:Get Machine gun Now! PL1 crimec:0:A02407:02:001:Get Armour-Piercing gun Now! PL1 crimec:0:A02407:03:001:Get 3-way gun Now! PL1 crimec:0:A023C5:08:000:Infinite Lives PL2 crimec:0:A023BF:08:000:Infinite Energy PL2 crimec:0:A02755:00:000:Infinite Ammo PL2 crimec:0:A026FF:3E:000:Invincibility PL2 crimec:0:A02707:00:000:Always have Normal gun PL2 crimec:0:A02707:01:000:Always have Machine gun PL2 crimec:0:A02707:02:000:Always have Armour-Piercing gun PL2 crimec:0:A02707:03:000:Always have 3-way gun PL2 crimec:0:A02707:00:001:Get Normal gun Now! PL2 crimec:0:A02707:01:001:Get Machine gun Now! PL2 crimec:0:A02707:02:001:Get Armour-Piercing gun Now! PL2 crimec:0:A02707:03:001:Get 3-way gun Now! PL2 ; [ Crime City (Japan) ] crimecj:0:A023B2:03:000:Infinite Time crimecj:0:A023B3:E8:500:Infinite Time (2/2) crimecj:0:A023C3:08:000:Infinite Lives PL1 crimecj:0:A023BB:08:000:Infinite Energy PL1 crimecj:0:A02455:00:000:Infinite Ammo PL1 crimecj:0:A023FF:3E:000:Invincibility PL1 crimecj:0:A02407:00:000:Always have Normal gun PL1 crimecj:0:A02407:01:000:Always have Machine gun PL1 crimecj:0:A02407:02:000:Always have Armour-Piercing gun PL1 crimecj:0:A02407:03:000:Always have 3-way gun PL1 crimecj:0:A02407:00:001:Get Normal gun Now! PL1 crimecj:0:A02407:01:001:Get Machine gun Now! PL1 crimecj:0:A02407:02:001:Get Armour-Piercing gun Now! PL1 crimecj:0:A02407:03:001:Get 3-way gun Now! PL1 crimecj:0:A023C5:08:000:Infinite Lives PL2 crimecj:0:A023BF:08:000:Infinite Energy PL2 crimecj:0:A02755:00:000:Infinite Ammo PL2 crimecj:0:A026FF:3E:000:Invincibility PL2 crimecj:0:A02707:00:000:Always have Normal gun PL2 crimecj:0:A02707:01:000:Always have Machine gun PL2 crimecj:0:A02707:02:000:Always have Armour-Piercing gun PL2 crimecj:0:A02707:03:000:Always have 3-way gun PL2 crimecj:0:A02707:00:001:Get Normal gun Now! PL2 crimecj:0:A02707:01:001:Get Machine gun Now! PL2 crimecj:0:A02707:02:001:Get Armour-Piercing gun Now! PL2 crimecj:0:A02707:03:001:Get 3-way gun Now! PL2 ; [ Crime City (US) ] crimecu:0:A023B2:03:000:Infinite Time crimecu:0:A023B3:E8:500:Infinite Time (2/2) crimecu:0:A023C3:08:000:Infinite Lives PL1 crimecu:0:A023BB:08:000:Infinite Energy PL1 crimecu:0:A02455:00:000:Infinite Ammo PL1 crimecu:0:A023FF:3E:000:Invincibility PL1 crimecu:0:A02407:00:000:Always have Normal gun PL1 crimecu:0:A02407:01:000:Always have Machine gun PL1 crimecu:0:A02407:02:000:Always have Armour-Piercing gun PL1 crimecu:0:A02407:03:000:Always have 3-way gun PL1 crimecu:0:A02407:00:001:Get Normal gun Now! PL1 crimecu:0:A02407:01:001:Get Machine gun Now! PL1 crimecu:0:A02407:02:001:Get Armour-Piercing gun Now! PL1 crimecu:0:A02407:03:001:Get 3-way gun Now! PL1 crimecu:0:A023C5:08:000:Infinite Lives PL2 crimecu:0:A023BF:08:000:Infinite Energy PL2 crimecu:0:A02755:00:000:Infinite Ammo PL2 crimecu:0:A026FF:3E:000:Invincibility PL2 crimecu:0:A02707:00:000:Always have Normal gun PL2 crimecu:0:A02707:01:000:Always have Machine gun PL2 crimecu:0:A02707:02:000:Always have Armour-Piercing gun PL2 crimecu:0:A02707:03:000:Always have 3-way gun PL2 crimecu:0:A02707:00:001:Get Normal gun Now! PL2 crimecu:0:A02707:01:001:Get Machine gun Now! PL2 crimecu:0:A02707:02:001:Get Armour-Piercing gun Now! PL2 crimecu:0:A02707:03:001:Get 3-way gun Now! PL2 ; [ Crime Fighters (US 4 players) ] crimfght:0:0562:99:000:Infinite Energy PL1 crimfght:0:0563:99:500:Infinite Energy PL1 (2/2) crimfght:0:093C:FF:000:Invincibility PL1:Only in "fair" fights crimfght:0:091C:0F:000:Infinite Ammo PL1 crimfght:0:0918:01:000:Always have Knife PL1 crimfght:0:04E0:60:500:Always have Knife PL1 (2/3) crimfght:0:04E1:84:500:Always have Knife PL1 (3/3) crimfght:0:0918:02:000:Always have Pipe PL1 crimfght:0:04E0:61:500:Always have Pipe PL1 (2/3) crimfght:0:04E1:02:500:Always have Pipe PL1 (3/3) crimfght:0:0918:03:000:Always have Gun PL1 crimfght:0:04E0:61:500:Always have Gun PL1 (2/3) crimfght:0:04E1:80:500:Always have Gun PL1 (3/3) crimfght:0:0918:01:001:Get Knife Now! PL1 crimfght:0:04E0:60:501:Get Knife Now! PL1 (2/3) crimfght:0:04E1:84:501:Get Knife Now! PL1 (3/3) crimfght:0:0918:02:001:Get Pipe Now! PL1 crimfght:0:04E0:61:501:Get Pipe Now! PL1 (2/3) crimfght:0:04E1:02:501:Get Pipe Now! PL1 (3/3) crimfght:0:0918:03:001:Get Gun Now! PL1 crimfght:0:04E0:61:501:Get Gun Now! PL1 (2/3) crimfght:0:04E1:80:501:Get Gun Now! PL1 (3/3) crimfght:0:0564:99:000:Infinite Energy PL2 crimfght:0:0565:99:500:Infinite Energy PL2 (2/2) crimfght:0:097C:FF:000:Invincibility PL2:Only in "fair" fights crimfght:0:095C:0F:000:Infinite Ammo PL2 crimfght:0:0958:01:000:Always have Knife PL2 crimfght:0:04E2:60:500:Always have Knife PL2 (2/3) crimfght:0:04E3:84:500:Always have Knife PL2 (3/3) crimfght:0:0958:02:000:Always have Pipe PL2 crimfght:0:04E2:61:500:Always have Pipe PL2 (2/3) crimfght:0:04E3:02:500:Always have Pipe PL2 (3/3) crimfght:0:0958:03:000:Always have Gun PL2 crimfght:0:04E2:61:500:Always have Gun PL2 (2/3) crimfght:0:04E3:80:500:Always have Gun PL2 (3/3) crimfght:0:0958:01:001:Get Knife Now! PL2 crimfght:0:04E2:60:501:Get Knife Now! PL2 (2/3) crimfght:0:04E3:84:501:Get Knife Now! PL2 (3/3) crimfght:0:0958:02:001:Get Pipe Now! PL2 crimfght:0:04E2:61:501:Get Pipe Now! PL2 (2/3) crimfght:0:04E3:02:501:Get Pipe Now! PL2 (3/3) crimfght:0:0958:03:001:Get Gun Now! PL2 crimfght:0:04E2:61:501:Get Gun Now! PL2 (2/3) crimfght:0:04E3:80:501:Get Gun Now! PL2 (3/3) crimfght:0:0566:99:000:Infinite Energy PL3 crimfght:0:0567:99:500:Infinite Energy PL3 (2/2) crimfght:0:09BC:FF:000:Invincibility PL3:Only in "fair" fights crimfght:0:099C:0F:000:Infinite Ammo PL3 crimfght:0:0998:01:000:Always have Knife PL3 crimfght:0:04E4:60:500:Always have Knife PL3 (2/3) crimfght:0:04E5:84:500:Always have Knife PL3 (3/3) crimfght:0:0998:02:000:Always have Pipe PL3 crimfght:0:04E4:61:500:Always have Pipe PL3 (2/3) crimfght:0:04E5:02:500:Always have Pipe PL3 (3/3) crimfght:0:0998:03:000:Always have Gun PL3 crimfght:0:04E4:61:500:Always have Gun PL3 (2/3) crimfght:0:04E5:80:500:Always have Gun PL3 (3/3) crimfght:0:0998:01:001:Get Knife Now! PL3 crimfght:0:04E4:60:501:Get Knife Now! PL3 (2/3) crimfght:0:04E5:84:501:Get Knife Now! PL3 (3/3) crimfght:0:0998:02:001:Get Pipe Now! PL3 crimfght:0:04E4:61:501:Get Pipe Now! PL3 (2/3) crimfght:0:04E5:02:501:Get Pipe Now! PL3 (3/3) crimfght:0:0998:03:001:Get Gun Now! PL3 crimfght:0:04E4:61:501:Get Gun Now! PL3 (2/3) crimfght:0:04E5:80:501:Get Gun Now! PL3 (3/3) crimfght:0:0568:99:000:Infinite Energy PL4 crimfght:0:0569:99:500:Infinite Energy PL4 (2/2) crimfght:0:09FC:FF:000:Invincibility PL4:Only in "fair" fights crimfght:0:09DC:0F:000:Infinite Ammo PL4 crimfght:0:09D8:01:000:Always have Knife PL4 crimfght:0:04E6:60:500:Always have Knife PL4 (2/3) crimfght:0:04E7:84:500:Always have Knife PL4 (3/3) crimfght:0:09D8:02:000:Always have Pipe PL4 crimfght:0:04E6:61:500:Always have Pipe PL4 (2/3) crimfght:0:04E7:02:500:Always have Pipe PL4 (3/3) crimfght:0:09D8:03:000:Always have Gun PL4 crimfght:0:04E6:61:500:Always have Gun PL4 (2/3) crimfght:0:04E7:80:500:Always have Gun PL4 (3/3) crimfght:0:09D8:01:001:Get Knife Now! PL4 crimfght:0:04E6:60:501:Get Knife Now! PL4 (2/3) crimfght:0:04E7:84:501:Get Knife Now! PL4 (3/3) crimfght:0:09D8:02:001:Get Pipe Now! PL4 crimfght:0:04E6:61:501:Get Pipe Now! PL4 (2/3) crimfght:0:04E7:02:501:Get Pipe Now! PL4 (3/3) crimfght:0:09D8:03:001:Get Gun Now! PL4 crimfght:0:04E6:61:501:Get Gun Now! PL4 (2/3) crimfght:0:04E7:80:501:Get Gun Now! PL4 (3/3) crimfght:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code ; [ Crime Fighters (World 2 Players) ] crimfgt2:0:0527:9A:000:Infinite Time crimfgt2:0:052B:0A:000:Infinite Lives PL1 crimfgt2:0:0562:20:000:Infinite Energy PL1 crimfgt2:0:093C:FF:000:Invincibility PL1:Only in "fair" fights crimfgt2:0:0918:01:000:Always have Knife PL1 crimfgt2:0:04E0:60:500:Always have Knife PL1 (2/3) crimfgt2:0:04E1:84:500:Always have Knife PL1 (3/3) crimfgt2:0:0918:02:000:Always have Pipe PL1 crimfgt2:0:04E0:61:500:Always have Pipe PL1 (2/3) crimfgt2:0:04E1:02:500:Always have Pipe PL1 (3/3) crimfgt2:0:0918:03:000:Always have Gun PL1 crimfgt2:0:04E0:61:500:Always have Gun PL1 (2/3) crimfgt2:0:04E1:80:500:Always have Gun PL1 (3/3) crimfgt2:0:0918:01:001:Get Knife Now! PL1 crimfgt2:0:04E0:60:501:Get Knife Now! PL1 (2/3) crimfgt2:0:04E1:84:501:Get Knife Now! PL1 (3/3) crimfgt2:0:0918:02:001:Get Pipe Now! PL1 crimfgt2:0:04E0:61:501:Get Pipe Now! PL1 (2/3) crimfgt2:0:04E1:02:501:Get Pipe Now! PL1 (3/3) crimfgt2:0:0918:03:001:Get Gun Now! PL1 crimfgt2:0:04E0:61:501:Get Gun Now! PL1 (2/3) crimfgt2:0:04E1:80:501:Get Gun Now! PL1 (3/3) crimfgt2:0:052C:0A:000:Infinite Lives PL2 crimfgt2:0:0564:20:000:Infinite Energy PL2 crimfgt2:0:097C:FF:000:Invincibility PL2:Only in "fair" fights crimfgt2:0:0958:01:000:Always have Knife PL2 crimfgt2:0:04E2:60:500:Always have Knife PL2 (2/3) crimfgt2:0:04E3:84:500:Always have Knife PL2 (3/3) crimfgt2:0:0958:02:000:Always have Pipe PL2 crimfgt2:0:04E2:61:500:Always have Pipe PL2 (2/3) crimfgt2:0:04E3:02:500:Always have Pipe PL2 (3/3) crimfgt2:0:0958:03:000:Always have Gun PL2 crimfgt2:0:04E2:61:500:Always have Gun PL2 (2/3) crimfgt2:0:04E3:80:500:Always have Gun PL2 (3/3) crimfgt2:0:0958:01:001:Get Knife Now! PL2 crimfgt2:0:04E2:60:501:Get Knife Now! PL2 (2/3) crimfgt2:0:04E3:84:501:Get Knife Now! PL2 (3/3) crimfgt2:0:0958:02:001:Get Pipe Now! PL2 crimfgt2:0:04E2:61:501:Get Pipe Now! PL2 (2/3) crimfgt2:0:04E3:02:501:Get Pipe Now! PL2 (3/3) crimfgt2:0:0958:03:001:Get Gun Now! PL2 crimfgt2:0:04E2:61:501:Get Gun Now! PL2 (2/3) crimfgt2:0:04E3:80:501:Get Gun Now! PL2 (3/3) crimfgt2:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code ; [ Crime Fighters (Japan 2 Players) ] crimfgtj:0:0527:9A:000:Infinite Time crimfgtj:0:052B:0A:000:Infinite Lives PL1 crimfgtj:0:0562:20:000:Infinite Energy PL1 crimfgtj:0:093C:FF:000:Invincibility PL1:Only in "fair" fights crimfgtj:0:0918:01:000:Always have Knife PL1 crimfgtj:0:04E0:60:500:Always have Knife PL1 (2/3) crimfgtj:0:04E1:84:500:Always have Knife PL1 (3/3) crimfgtj:0:0918:02:000:Always have Pipe PL1 crimfgtj:0:04E0:61:500:Always have Pipe PL1 (2/3) crimfgtj:0:04E1:02:500:Always have Pipe PL1 (3/3) crimfgtj:0:0918:03:000:Always have Gun PL1 crimfgtj:0:04E0:61:500:Always have Gun PL1 (2/3) crimfgtj:0:04E1:80:500:Always have Gun PL1 (3/3) crimfgtj:0:0918:01:001:Get Knife Now! PL1 crimfgtj:0:04E0:60:501:Get Knife Now! PL1 (2/3) crimfgtj:0:04E1:84:501:Get Knife Now! PL1 (3/3) crimfgtj:0:0918:02:001:Get Pipe Now! PL1 crimfgtj:0:04E0:61:501:Get Pipe Now! PL1 (2/3) crimfgtj:0:04E1:02:501:Get Pipe Now! PL1 (3/3) crimfgtj:0:0918:03:001:Get Gun Now! PL1 crimfgtj:0:04E0:61:501:Get Gun Now! PL1 (2/3) crimfgtj:0:04E1:80:501:Get Gun Now! PL1 (3/3) crimfgtj:0:052C:0A:000:Infinite Lives PL2 crimfgtj:0:0564:20:000:Infinite Energy PL2 crimfgtj:0:097C:FF:000:Invincibility PL2:Only in "fair" fights crimfgtj:0:0958:01:000:Always have Knife PL2 crimfgtj:0:04E2:60:500:Always have Knife PL2 (2/3) crimfgtj:0:04E3:84:500:Always have Knife PL2 (3/3) crimfgtj:0:0958:02:000:Always have Pipe PL2 crimfgtj:0:04E2:61:500:Always have Pipe PL2 (2/3) crimfgtj:0:04E3:02:500:Always have Pipe PL2 (3/3) crimfgtj:0:0958:03:000:Always have Gun PL2 crimfgtj:0:04E2:61:500:Always have Gun PL2 (2/3) crimfgtj:0:04E3:80:500:Always have Gun PL2 (3/3) crimfgtj:0:0958:01:001:Get Knife Now! PL2 crimfgtj:0:04E2:60:501:Get Knife Now! PL2 (2/3) crimfgtj:0:04E3:84:501:Get Knife Now! PL2 (3/3) crimfgtj:0:0958:02:001:Get Pipe Now! PL2 crimfgtj:0:04E2:61:501:Get Pipe Now! PL2 (2/3) crimfgtj:0:04E3:02:501:Get Pipe Now! PL2 (3/3) crimfgtj:0:0958:03:001:Get Gun Now! PL2 crimfgtj:0:04E2:61:501:Get Gun Now! PL2 (2/3) crimfgtj:0:04E3:80:501:Get Gun Now! PL2 (3/3) crimfgtj:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code ; [ Critter Crusher (EA 951204 V1.000) ] critcrsh:0:0000:00:999:[ There are no cheats ]:REASON 1 critcrsh:0:0000:00:999:[ for this game as it ]:REASON 1 critcrsh:0:0000:00:999:[ didn't work the last ]:REASON 1 critcrsh:0:0000:00:999:[ time it was tested. ]:REASON 1 critcrsh:0:0000:00:999:[ If the game now works ]:REASON 1 critcrsh:0:0000:00:999:[ please request cheats ]:REASON 1 critcrsh:0:0000:00:999:[ for it on the cheat ]:REASON 1 critcrsh:0:0000:00:999:[ forums. ]:REASON 1 ; [ Crack Down (US, FD1094 317-0058-04d) ] :crkdown:00000000:0FB0CA:00000009:FFFFFFFF:Infinite Credits :crkdown:00100000:F0046C:00000959:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :crkdown:00000001:F0044F:00000000:FFFFFFFF:Open the Gate Now! :crkdown:00000000:F00A78:00000004:FFFFFFFF:Infinite Lives PL1 :crkdown:00000000:F00AC5:00000003:FFFFFFFF:Invincibility PL1 :crkdown:00100000:F00ABC:00009999:FFFFFFFF:Infinite Cannon PL1 :crkdown:00100000:F00ABE:00009999:FFFFFFFF:Infinite M.Gun PL1 :crkdown:00300000:F00ABC:00000000:FFFFFFFF:Always No Weapon PL1 :crkdown:00800000:F00AC1:00000001:00000001:Always Have S.Bomb 1 PL1 :crkdown:00800000:F00AC1:00000002:00000002:Always Have S.Bomb 2 PL1 :crkdown:00800000:F00AC1:00000004:00000004:Always Have S.Bomb 3 PL1 :crkdown:00800000:F00AC1:00000008:00000008:Always Have S.Bomb 4 PL1 :crkdown:00000000:F00AC0:00000000:FFFFFFFF:Enable to Get Secret Bonus PL1 :crkdown:00000000:F00AC3:00000002:00000002:Rapid Fire PL1 :crkdown:00000000:F00B68:00000004:FFFFFFFF:Infinite Lives PL2 :crkdown:00000000:F00BB5:00000003:FFFFFFFF:Invincibility PL2 :crkdown:00100000:F00BAC:00009999:FFFFFFFF:Infinite Cannon PL2 :crkdown:00100000:F00BAE:00009999:FFFFFFFF:Infinite M.Gun PL2 :crkdown:00300000:F00BAC:00000000:FFFFFFFF:Always No Weapon PL2 :crkdown:00800000:F00BB1:00000001:00000001:Always Have S.Bomb 1 PL2 :crkdown:00800000:F00BB1:00000002:00000002:Always Have S.Bomb 2 PL2 :crkdown:00800000:F00BB1:00000004:00000004:Always Have S.Bomb 3 PL2 :crkdown:00800000:F00BB1:00000008:00000008:Always Have S.Bomb 4 PL2 :crkdown:00000000:F00BB0:00000000:FFFFFFFF:Enable to Get Secret Bonus PL2 :crkdown:00000000:F00BB3:00000002:00000002:Rapid Fire PL2 ; [ Crack Down (Japan, FD1094 317-0058-04b) ] :crkdownj:00000000:0FB0CA:00000009:FFFFFFFF:Infinite Credits :crkdownj:00100000:F0046C:00000959:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :crkdownj:00000001:F0044F:00000000:FFFFFFFF:Open the Gate Now! :crkdownj:00000000:F00A78:00000004:FFFFFFFF:Infinite Lives PL1 :crkdownj:00000000:F00AC5:00000003:FFFFFFFF:Invincibility PL1 :crkdownj:00100000:F00ABC:00009999:FFFFFFFF:Infinite Cannon PL1 :crkdownj:00100000:F00ABE:00009999:FFFFFFFF:Infinite M.Gun PL1 :crkdownj:00300000:F00ABC:00000000:FFFFFFFF:Always No Weapon PL1 :crkdownj:00800000:F00AC1:00000001:00000001:Always Have S.Bomb 1 PL1 :crkdownj:00800000:F00AC1:00000002:00000002:Always Have S.Bomb 2 PL1 :crkdownj:00800000:F00AC1:00000004:00000004:Always Have S.Bomb 3 PL1 :crkdownj:00800000:F00AC1:00000008:00000008:Always Have S.Bomb 4 PL1 :crkdownj:00000000:F00AC0:00000000:FFFFFFFF:Enable to Get Secret Bonus PL1 :crkdownj:00000000:F00AC3:00000002:00000002:Rapid Fire PL1 :crkdownj:00000000:F00B68:00000004:FFFFFFFF:Infinite Lives PL2 :crkdownj:00000000:F00BB5:00000003:FFFFFFFF:Invincibility PL2 :crkdownj:00100000:F00BAC:00009999:FFFFFFFF:Infinite Cannon PL2 :crkdownj:00100000:F00BAE:00009999:FFFFFFFF:Infinite M.Gun PL2 :crkdownj:00300000:F00BAC:00000000:FFFFFFFF:Always No Weapon PL2 :crkdownj:00800000:F00BB1:00000001:00000001:Always Have S.Bomb 1 PL2 :crkdownj:00800000:F00BB1:00000002:00000002:Always Have S.Bomb 2 PL2 :crkdownj:00800000:F00BB1:00000004:00000004:Always Have S.Bomb 3 PL2 :crkdownj:00800000:F00BB1:00000008:00000008:Always Have S.Bomb 4 PL2 :crkdownj:00000000:F00BB0:00000000:FFFFFFFF:Enable to Get Secret Bonus PL2 :crkdownj:00000000:F00BB3:00000002:00000002:Rapid Fire PL2 ; [ Crystal Maze: Team Challenge, The (SWP) ] crmaze:0:0000:00:999:[ There are no cheats ]:REASON 1 crmaze:0:0000:00:999:[ for this game as it ]:REASON 1 crmaze:0:0000:00:999:[ didn't work the last ]:REASON 1 crmaze:0:0000:00:999:[ time it was tested. ]:REASON 1 crmaze:0:0000:00:999:[ If the game now works ]:REASON 1 crmaze:0:0000:00:999:[ please request cheats ]:REASON 1 crmaze:0:0000:00:999:[ for it on the cheat ]:REASON 1 crmaze:0:0000:00:999:[ forums. ]:REASON 1 ; [ Crystal Maze, The (AMLD version SWP) ] crmazea:0:0000:00:999:[ There are no cheats ]:REASON 1 crmazea:0:0000:00:999:[ for this game as it ]:REASON 1 crmazea:0:0000:00:999:[ didn't work the last ]:REASON 1 crmazea:0:0000:00:999:[ time it was tested. ]:REASON 1 crmazea:0:0000:00:999:[ If the game now works ]:REASON 1 crmazea:0:0000:00:999:[ please request cheats ]:REASON 1 crmazea:0:0000:00:999:[ for it on the cheat ]:REASON 1 crmazea:0:0000:00:999:[ forums. ]:REASON 1 ; [ Crystal Maze - Now Featuring Ocean Zone, The (AMLD Version SWP) ] crmazeb:0:0000:00:999:[ There are no cheats ]:REASON 1 crmazeb:0:0000:00:999:[ for this game as it ]:REASON 1 crmazeb:0:0000:00:999:[ didn't work the last ]:REASON 1 crmazeb:0:0000:00:999:[ time it was tested. ]:REASON 1 crmazeb:0:0000:00:999:[ If the game now works ]:REASON 1 crmazeb:0:0000:00:999:[ please request cheats ]:REASON 1 crmazeb:0:0000:00:999:[ for it on the cheat ]:REASON 1 crmazeb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Croquis (Germany) ] croquis:0:FF05F2:63:000:Infinite Credits croquis:0:FF0195:1E:000:Infinite Time croquis:0:FF0329:03:000:Infinite Helps PL1 croquis:0:FF0339:03:000:Infinite Helps PL2 ; [ Cross Pang ] crospang:0:328819:09:000:Infinite Credits crospang:0:326453:50:000:Infinite Time crospang:0:327ECD:02:000:Infinite Helps ; [ Crossbow (version 2.0) ] crossbow:0:3902:00:000:No time between bullets crossbow:0:0000:00:999:["get em back" codes,survive] crossbow:0:0000:00:999:[the level w/anyone, and you] crossbow:0:0000:00:999:[get whoever you want back ] crossbow:0:0000:00:999:[when it's time to pick your] crossbow:0:0000:00:999:[path! ] crossbow:0:2200:FF:000:Always get Ranger back crossbow:0:2201:FF:000:Always get Dwarf back crossbow:0:2202:FF:000:Always get Valkyrie back crossbow:0:2203:FF:000:Always get Zulu back crossbow:0:2204:FF:000:Always get Monk back crossbow:0:2205:FF:000:Always get Thief back crossbow:0:2206:FF:000:Always get Wizard back crossbow:0:2207:FF:000:Always get Child back ; [ Lethal Crash Race (set 2) ] crshrac2:0:FE217F:63:000:Infinite Time crshrac2:0:FE20FB:A8:000:Infinite Damage PL1 crshrac2:0:FE211B:A8:000:Infinite Damage PL2 ; [ Lethal Crash Race (set 1) ] crshrace:0:FE217F:63:000:Infinite Time crshrace:0:FE20FB:A8:000:Infinite Damage PL1 crshrace:0:FE211B:A8:000:Infinite Damage PL2 ; [ Crossed Swords ] crsword:0:106023:64:000:Infinite Continues PL1 crsword:0:10405B:32:000:Infinite Energy PL1 crsword:0:104052:FF:000:Maximum weapon power PL1 crsword:0:10405C:63:000:Infinite Magic PL1 crsword:0:104066:FF:000:Infinite Money PL1 crsword:0:104067:FF:500:Infinite Money PL1 (2/2) crsword:0:106043:64:000:Infinite Continues PL2 crsword:0:1040DB:32:000:Infinite Energy PL2 crsword:0:1040D2:FF:000:Maximum weapon power PL2 crsword:0:1040DC:63:000:Infinite Magic PL2 crsword:0:1040E6:FF:000:Infinite Money PL2 crsword:0:1040E7:FF:500:Infinite Money PL2 (2/2) :crsword:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :crsword:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :crsword:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Cruisin ] cruisin:0:004C:03:000:Infinite Lives PL1 cruisin:0:00AE:01:000:Infinite Oil PL1 cruisin:0:004D:03:000:Infinite Lives PL2 cruisin:0:00AF:01:000:Infinite Oil PL2 cruisin:0:0000:02:000:Invincibility cruisin:0:0000:07:001:Finish Stage Now! cruisin:0:0000:00:999:[NOTE- Both parts of the ] cruisin:0:0000:00:999:[select stage cheats must be] cruisin:0:0000:00:999:[enabled individually. You ] cruisin:0:0000:00:999:[must select the same value!] cruisin:0:0002:0B:071:Select current stage (1|2) cruisin:0:0003:0B:071:Select current stage (2|2) cruisin:0:0002:0B:061:Select next stage (1|2) cruisin:0:0003:0B:061:Select next stage (2|2) ; [ Crush Roller (Kural Samno) ] crush:0:4C1E:99:000:Infinite Credits :crush:20800000:12BC3:000000C9:FFFFFFFF:Invincibility crush:0:4FC8:4C:000:Yellow can't eat you crush:0:4FCA:4C:000:Green can't eat you crush:0:4FC8:E0:001:Yellow can eat you crush:0:4FCA:E0:001:Green can eat you crush:0:4C1C:06:000:Infinite Lives PL1 crush:0:4C1D:06:000:Infinite Lives PL2 ; [ Crush Roller (Kural Esco - bootleg?) ] crush2:0:4C1E:99:000:Infinite Credits :crush2:20800000:2BC3:000000C9:FFFFFFFF:Invincibility crush2:0:4FC8:4C:000:Yellow can't eat you crush2:0:4FCA:4C:000:Green can't eat you crush2:0:4FC8:E0:001:Yellow can eat you crush2:0:4FCA:E0:001:Green can eat you crush2:0:4C1C:06:000:Infinite Lives PL1 crush2:0:4C1D:06:000:Infinite Lives PL2 ; [ Crush Roller (Kural - bootleg?) ] crush3:0:4C1E:99:000:Infinite Credits :crush3:20800000:2BCA:000000C9:FFFFFFFF:Invincibility crush3:0:4FC8:4C:000:Yellow can't eat you crush3:0:4FCA:4C:000:Green can't eat you crush3:0:4FC8:E0:001:Yellow can eat you crush3:0:4FCA:E0:001:Green can eat you crush3:0:4C1C:06:000:Infinite Lives PL1 crush3:0:4C1D:06:000:Infinite Lives PL2 ; [ Crush Roller (Kural TWT) ] crush4:0:4C1E:99:000:Infinite Credits :crush4:20800000:1ABCA:000000C9:FFFFFFFF:Invincibility crush4:0:4FC8:4C:000:Yellow can't eat you crush4:0:4FCA:4C:000:Green can't eat you crush4:0:4FC8:E0:001:Yellow can eat you crush4:0:4FCA:E0:001:Green can eat you crush4:0:4C1C:06:000:Infinite Lives PL1 crush4:0:4C1D:06:000:Infinite Lives PL2 ; [ Cruis'n Exotica ] crusnexo:0:0000:00:999:[ There are no cheats ]:REASON 1 crusnexo:0:0000:00:999:[ for this game as it ]:REASON 1 crusnexo:0:0000:00:999:[ didn't work the last ]:REASON 1 crusnexo:0:0000:00:999:[ time it was tested. ]:REASON 1 crusnexo:0:0000:00:999:[ If the game now works ]:REASON 1 crusnexo:0:0000:00:999:[ please request cheats ]:REASON 1 crusnexo:0:0000:00:999:[ for it on the cheat ]:REASON 1 crusnexo:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cruis'n USA (rev L2.1) ] crusnu21:0:003DDA4:63:000:Infinite Time :crusnu21:00000000:003DDB0:00000001:FFFFFFFF:Always in 1st Place ; [ Cruis'n USA (rev L4.0) ] crusnu40:0:0039870:63:000:Infinite Time :crusnu40:00000000:003987C:00000001:FFFFFFFF:Always in 1st Place ; [ Cruis'n USA (rev L4.1) ] crusnusa:0:0039810:63:000:Infinite Time :crusnusa:00000000:003981C:00000001:FFFFFFFF:Always in 1st Place ; [ Cruis'n World (rev L1.3) ] crusnw13:0:0000:00:999:[ There are no cheats ]:REASON 1 crusnw13:0:0000:00:999:[ for this game as it ]:REASON 1 crusnw13:0:0000:00:999:[ didn't work the last ]:REASON 1 crusnw13:0:0000:00:999:[ time it was tested. ]:REASON 1 crusnw13:0:0000:00:999:[ If the game now works ]:REASON 1 crusnw13:0:0000:00:999:[ please request cheats ]:REASON 1 crusnw13:0:0000:00:999:[ for it on the cheat ]:REASON 1 crusnw13:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cruis'n World (rev L2.0) ] crusnw20:0:003AEF8:0F:000:Infinite Time crusnw20:0:003AEF9:27:500:Infinite Time (2/4) crusnw20:0:003AEFA:00:500:Infinite Time (3/4) crusnw20:0:003AEFB:00:500:Infinite Time (4/4) ; [ Cruis'n World (rev L2.3) ] crusnwld:0:003AF88:0F:000:Infinite Time crusnwld:0:003AF89:27:500:Infinite Time (2/4) crusnwld:0:003AF8A:00:500:Infinite Time (3/4) crusnwld:0:003AF8B:00:500:Infinite Time (4/4) ; [ Crypt Killer (GQ420 UAA) ] cryptklr:0:002189C1:63:000:Infinite Credits cryptklr:0:002377CC:06:000:Infinite Lives PL1 cryptklr:0:002377D3:09:000:Infinite Ammo PL1 cryptklr:0:00237824:06:000:Infinite Lives PL2 cryptklr:0:0023782B:09:000:Infinite Ammo PL2 cryptklr:0:0023787C:06:000:Infinite Lives PL3 cryptklr:0:00237883:09:000:Infinite Ammo PL3 ; [ Crystal of Kings, The ] :crysking:00000000:021A0288:00000063:FFFFFFFF:Infinite Credits :crysking:00100000:02197CF2:0000B8FF:FFFFFFFF:Infinite Time :crysking:00000301:02197D51:00000007:FFFFFFFF:Select Starting Stage:Set on the character selection screen :crysking:00000000:0216735E:00000063:FFFFFFFF:Infinite Lives PL1 :crysking:00000000:0215BE19:00000064:FFFFFFFF:Infinite Energy PL1 :crysking:00000000:0215BE1A:00000064:FFFFFFFF:Infinite Magic PL1 :crysking:00000000:0215BE2B:00000003:FFFFFFFF:Invincibility PL1 :crysking:00000100:0216736D:00000006:FFFFFFFF:Select Crystal Level PL1:The ending is changed by Crystal Level at the end of final stage. Level 0 is the bad ending, Level 1-5 is the normal ending and Level 6 is the good ending. :crysking:00000000:0216738E:00000063:FFFFFFFF:Infinite Lives PL2 :crysking:00000000:0215C001:00000064:FFFFFFFF:Infinite Energy PL2 :crysking:00000000:0215C002:00000064:FFFFFFFF:Infinite Magic PL2 :crysking:00000000:0215C013:00000003:FFFFFFFF:Invincibility PL2 :crysking:00000100:0216739D:00000006:FFFFFFFF:Select Crystal Level PL2:The ending is changed by Crystal Level at the end of final stage. Level 0 is the bad ending, Level 1-5 is the normal ending and Level 6 is the good ending. ; [ Crystal Gal 2 (Japan 860620) ] crystal2:0:0000:00:999:[ The winning hand cheat must be ] crystal2:0:0000:00:999:[ activated when there are 14 tiles ] crystal2:0:0000:00:999:[ in your hand, then press the RON ] crystal2:0:0000:00:999:[ key ('Z' by default). The tiles do ] crystal2:0:0000:00:999:[ not visually change until you make ] crystal2:0:0000:00:999:[ a move. ] crystal2:0:F001:31:001:Get winning hand Now! crystal2:0:F002:31:501:Get winning hand Now! (02/14) crystal2:0:F003:31:501:Get winning hand Now! (03/14) crystal2:0:F004:32:501:Get winning hand Now! (04/14) crystal2:0:F005:32:501:Get winning hand Now! (05/14) crystal2:0:F006:32:501:Get winning hand Now! (06/14) crystal2:0:F007:33:501:Get winning hand Now! (07/14) crystal2:0:F008:33:501:Get winning hand Now! (08/14) crystal2:0:F009:33:501:Get winning hand Now! (09/14) crystal2:0:F00A:34:501:Get winning hand Now! (10/14) crystal2:0:F00B:34:501:Get winning hand Now! (11/14) crystal2:0:F00C:34:501:Get winning hand Now! (12/14) crystal2:0:F00D:3A:501:Get winning hand Now! (13/14) crystal2:0:F00E:3A:501:Get winning hand Now! (14/14) crystal2:0:F001:31:000:Always winning hand crystal2:0:F002:31:500:Always winning hand (02/14) crystal2:0:F003:31:500:Always winning hand (03/14) crystal2:0:F004:32:500:Always winning hand (04/14) crystal2:0:F005:32:500:Always winning hand (05/14) crystal2:0:F006:32:500:Always winning hand (06/14) crystal2:0:F007:33:500:Always winning hand (07/14) crystal2:0:F008:33:500:Always winning hand (08/14) crystal2:0:F009:33:500:Always winning hand (09/14) crystal2:0:F00A:34:500:Always winning hand (10/14) crystal2:0:F00B:34:500:Always winning hand (11/14) crystal2:0:F00C:34:500:Always winning hand (12/14) crystal2:0:F00D:3A:500:Always winning hand (13/14) crystal2:0:F00E:3A:500:Always winning hand (14/14) :crystal2:00000006:F001:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :crystal2:00000006:F00F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. crystal2:0:0000:00:999:[ Here is the look-up list for ] crystal2:0:0000:00:999:[ the above watches. ] crystal2:0:0000:00:999:[ ] crystal2:0:0000:00:999:[ value common name chinese name ] crystal2:0:0000:00:999:[ 00h - no tile - ] crystal2:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] crystal2:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] crystal2:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] crystal2:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] crystal2:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] crystal2:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] crystal2:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] crystal2:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] crystal2:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] crystal2:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] crystal2:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] crystal2:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] crystal2:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] crystal2:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] crystal2:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] crystal2:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] crystal2:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] crystal2:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] crystal2:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] crystal2:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] crystal2:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] crystal2:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] crystal2:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] crystal2:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] crystal2:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] crystal2:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] crystal2:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] crystal2:0:0000:00:999:[ 31h East "wind" ] crystal2:0:0000:00:999:[ 32h South "wind" ] crystal2:0:0000:00:999:[ 33h West "wind" ] crystal2:0:0000:00:999:[ 34h North "wind" ] crystal2:0:0000:00:999:[ 3Ah White "dragon" ] crystal2:0:0000:00:999:[ 3Bh Green "dragon" ] crystal2:0:0000:00:999:[ 3Ch Red "dragon" ] ; [ Crystal Gal (Japan 860512) ] crystalg:0:0000:00:999:[ The winning hand cheat must be ] crystalg:0:0000:00:999:[ activated when there are 14 tiles ] crystalg:0:0000:00:999:[ in your hand, then press the RON ] crystalg:0:0000:00:999:[ key ('Z' by default). The tiles do ] crystalg:0:0000:00:999:[ not visually change until you make ] crystalg:0:0000:00:999:[ a move. ] crystalg:0:F001:31:001:Get winning hand Now! crystalg:0:F002:31:501:Get winning hand Now! (02/14) crystalg:0:F003:31:501:Get winning hand Now! (03/14) crystalg:0:F004:32:501:Get winning hand Now! (04/14) crystalg:0:F005:32:501:Get winning hand Now! (05/14) crystalg:0:F006:32:501:Get winning hand Now! (06/14) crystalg:0:F007:33:501:Get winning hand Now! (07/14) crystalg:0:F008:33:501:Get winning hand Now! (08/14) crystalg:0:F009:33:501:Get winning hand Now! (09/14) crystalg:0:F00A:34:501:Get winning hand Now! (10/14) crystalg:0:F00B:34:501:Get winning hand Now! (11/14) crystalg:0:F00C:34:501:Get winning hand Now! (12/14) crystalg:0:F00D:3A:501:Get winning hand Now! (13/14) crystalg:0:F00E:3A:501:Get winning hand Now! (14/14) crystalg:0:F001:31:000:Always winning hand crystalg:0:F002:31:500:Always winning hand (02/14) crystalg:0:F003:31:500:Always winning hand (03/14) crystalg:0:F004:32:500:Always winning hand (04/14) crystalg:0:F005:32:500:Always winning hand (05/14) crystalg:0:F006:32:500:Always winning hand (06/14) crystalg:0:F007:33:500:Always winning hand (07/14) crystalg:0:F008:33:500:Always winning hand (08/14) crystalg:0:F009:33:500:Always winning hand (09/14) crystalg:0:F00A:34:500:Always winning hand (10/14) crystalg:0:F00B:34:500:Always winning hand (11/14) crystalg:0:F00C:34:500:Always winning hand (12/14) crystalg:0:F00D:3A:500:Always winning hand (13/14) crystalg:0:F00E:3A:500:Always winning hand (14/14) :crystalg:00000006:F001:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :crystalg:00000006:F00F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. crystalg:0:0000:00:999:[ Here is the look-up list for ] crystalg:0:0000:00:999:[ the above watches. ] crystalg:0:0000:00:999:[ ] crystalg:0:0000:00:999:[ value common name chinese name ] crystalg:0:0000:00:999:[ 00h - no tile - ] crystalg:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] crystalg:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] crystalg:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] crystalg:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] crystalg:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] crystalg:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] crystalg:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] crystalg:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] crystalg:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] crystalg:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] crystalg:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] crystalg:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] crystalg:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] crystalg:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] crystalg:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] crystalg:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] crystalg:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] crystalg:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] crystalg:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] crystalg:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] crystalg:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] crystalg:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] crystalg:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] crystalg:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] crystalg:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] crystalg:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] crystalg:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] crystalg:0:0000:00:999:[ 31h East "wind" ] crystalg:0:0000:00:999:[ 32h South "wind" ] crystalg:0:0000:00:999:[ 33h West "wind" ] crystalg:0:0000:00:999:[ 34h North "wind" ] crystalg:0:0000:00:999:[ 3Ah White "dragon" ] crystalg:0:0000:00:999:[ 3Bh Green "dragon" ] crystalg:0:0000:00:999:[ 3Ch Red "dragon" ] ; [ Crazy Rally (set 2) ] crzralla:0:C20B:99:000:Infinite Credits crzralla:0:C735:59:000:Infinite Time:You will need to turn this cheat OFF at the Goal crzralla:0:C736:09:500:Infinite Time (2/2) :crzralla:20900000:5B05:0000C9F1:FFFFFFFF:Invincibility :crzralla:20810000:5E4B:000000C9:FFFFFFFF:Invincibility (2/3):1st = Oil (pop af/ret), 2nd = Normal Car :crzralla:20810000:8FFC:000000C9:FFFFFFFF:Invincibility (3/3):Large Car crzralla:0:C228:81:000:Always drive at Maximum Speed crzralla:0:C228:FF:000:Always drive at Crazy Speed :crzralla:20800000:7BF8:000000C9:FFFFFFFF:No Slowing Down when OffRoad crzralla:0:C228:FF:001:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect ; [ Crazy Rally (Gecas license) ] crzrallg:0:C20B:99:000:Infinite Credits crzrallg:0:C735:59:000:Infinite Time:You will need to turn this cheat OFF at the Goal crzrallg:0:C736:09:500:Infinite Time (2/2) :crzrallg:20900000:5B4E:0000C9F1:FFFFFFFF:Invincibility :crzrallg:20810000:5E94:000000C9:FFFFFFFF:Invincibility (2/3):1st = Oil (pop af/ret), 2nd = Normal Car :crzrallg:20810000:9030:000000C9:FFFFFFFF:Invincibility (3/3):Large Car crzrallg:0:C228:81:000:Always drive at Maximum Speed crzrallg:0:C228:FF:000:Always drive at Crazy Speed :crzrallg:20800000:7C41:000000C9:FFFFFFFF:No Slowing Down when OffRoad crzrallg:0:C228:FF:001:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect ; [ Crazy Rally (set 1) ] crzrally:0:C20B:99:000:Infinite Credits crzrally:0:C735:59:000:Infinite Time:You will need to turn this cheat OFF at the Goal crzrally:0:C736:09:500:Infinite Time (2/2) :crzrally:20900000:5AEA:0000C9F1:FFFFFFFF:Invincibility :crzrally:20810000:5E30:000000C9:FFFFFFFF:Invincibility (2/3):1st = Oil (pop af/ret), 2nd = Normal Car :crzrally:20810000:8FCC:000000C9:FFFFFFFF:Invincibility (3/3):Large Car crzrally:0:C228:81:000:Always drive at Maximum Speed crzrally:0:C228:FF:000:Always drive at Crazy Speed :crzrally:20800000:7BDD:000000C9:FFFFFFFF:No Slowing Down when OffRoad crzrally:0:C228:FF:001:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect ; [ Capcom Sports Club (Euro 970722) ] csclub:0:FF8AE9:09:000:Infinite Credits csclub:0:FF8C92:09:000:Infinite Time csclub:0:FF8C93:05:500:Infinite Time (2/3) csclub:0:FF8C94:09:500:Infinite Time (3/3) csclub:0:FF8C92:00:001:Finish this Game Now! csclub:0:FF8C93:00:501:Finish this Game Now! (2/3) csclub:0:FF8C94:00:501:Finish this Game Now! (3/3) csclub:0:FF8C20:FF:000:Always have Secret Character Selection csclub:0:FF8C21:FF:500:Always have Secret Character Selection (2/2) csclub:0:FF8C20:07:001:Secret Character Selection "ON" csclub:0:FF8C21:CD:501:Secret Character Selection "ON" (2/2) csclub:0:FF8C20:00:001:Secret Character Selection "OFF" csclub:0:FF8C21:00:501:Secret Character Selection "OFF" (2/2) csclub:0:000000:00:999:[ Dunk Stars Cheats ] csclub:0:FF0E3F:FF:000:Infinite Team Selection Time PL1 csclub:0:FF0E36:08:001:Play as the USA/Gold Team Now! PL1:Use on the Character Selection Screen csclub:0:FF8C99:00:000:Score always = 0 PL1 csclub:0:FF8C99:63:000:Score always = 99 PL1 csclub:0:FF8C99:00:001:Set score = 0 Now! PL1 csclub:0:FF8C99:32:001:Set score = 50 Now! PL1 csclub:0:FF8C99:63:070:Select score Now! PL1 csclub:0:FF0E4F:FF:000:Infinite Team Selection Time PL2 csclub:0:FF0E46:08:001:Play as the USA/Gold Team Now! PL2:Use on the Character Selection Screen csclub:0:FF8C9B:00:000:Score always = 0 PL2 csclub:0:FF8C9B:63:000:Score always = 99 PL2 csclub:0:FF8C9B:00:001:Set score = 0 Now! PL2 csclub:0:FF8C9B:32:001:Set score = 50 Now! PL2 csclub:0:FF8C9B:63:070:Select score Now! PL2 csclub:0:000000:00:999:[ Kick Stars Cheats ] csclub:0:FF0995:FF:000:Infinite Team Selection Time PL1 csclub:0:FF098C:08:001:Play as the All Stars Team Now! PL1:Use on the Character Selection Screen csclub:0:FF8CB5:00:000:Score always = 0 PL1 csclub:0:FF8CB5:63:000:Score always = 99 PL1 csclub:0:FF8CB5:00:001:Set score = 0 Now! PL1 csclub:0:FF8CB5:32:001:Set score = 50 Now! PL1 csclub:0:FF8CB5:63:070:Select score Now! PL1 csclub:0:FF09A9:FF:000:Infinite Team Selection Time PL2 csclub:0:FF09A0:08:001:Play as the All Stars Team Now! PL2:Use on the Character Selection Screen csclub:0:FF8CBB:00:000:Score always = 0 PL2 csclub:0:FF8CBB:63:000:Score always = 99 PL2 csclub:0:FF8CBB:00:001:Set score = 0 Now! PL2 csclub:0:FF8CBB:32:001:Set score = 50 Now! PL2 csclub:0:FF8CBB:63:070:Select score Now! PL2 csclub:0:000000:00:999:[ Smash Stars Cheats ] csclub:0:FF0CAB:FF:000:Infinite Team Selection Time PL1 csclub:0:FFAE87:10:001:Play as the Melody/Love Team Now! PL1:Use on the Character Selection Screen csclub:0:FFAE14:00:000:SET Score always = 0 PL1 csclub:0:FFAE14:00:001:Set SET score = 0 Now! PL1 csclub:0:FFAE14:03:001:Set SET score = 40 Now! PL1 csclub:0:FFAE15:00:000:MATCH Score always = 0 PL1 csclub:0:FFAE15:00:001:Set MATCH score = 0 Now! PL1 csclub:0:FFAE15:06:001:Set MATCH score = 6 Now! PL1 csclub:0:FF0CBF:FF:000:Infinite Team Selection Time PL2 csclub:0:FFB387:10:001:Play as the Melody/Love Team Now! PL2:Use on the Character Selection Screen csclub:0:FFB314:00:000:SET Score always = 0 PL2 csclub:0:FFB314:00:001:Set SET score = 0 Now! PL2 csclub:0:FFB314:03:001:Set SET score = 40 Now! PL2 csclub:0:FFB315:00:000:MATCH Score always = 0 PL2 csclub:0:FFB315:00:001:Set MATCH score = 0 Now! PL2 csclub:0:FFB315:06:001:Set MATCH score = 6 Now! PL2 ; [ Capcom Sports Club (Asia 970722) ] cscluba:0:FF8AE9:09:000:Infinite Credits cscluba:0:FF8C92:09:000:Infinite Time cscluba:0:FF8C93:05:500:Infinite Time (2/3) cscluba:0:FF8C94:09:500:Infinite Time (3/3) cscluba:0:FF8C92:00:001:Finish this Game Now! cscluba:0:FF8C93:00:501:Finish this Game Now! (2/3) cscluba:0:FF8C94:00:501:Finish this Game Now! (3/3) cscluba:0:FF8C20:FF:000:Always have Secret Character Selection cscluba:0:FF8C21:FF:500:Always have Secret Character Selection (2/2) cscluba:0:FF8C20:07:001:Secret Character Selection "ON" cscluba:0:FF8C21:CD:501:Secret Character Selection "ON" (2/2) cscluba:0:FF8C20:00:001:Secret Character Selection "OFF" cscluba:0:FF8C21:00:501:Secret Character Selection "OFF" (2/2) cscluba:0:000000:00:999:[ Dunk Stars Cheats ] cscluba:0:FF0E3F:FF:000:Infinite Team Selection Time PL1 cscluba:0:FF0E36:08:001:Play as the USA/Gold Team Now! PL1:Use on the Character Selection Screen cscluba:0:FF8C99:00:000:Score always = 0 PL1 cscluba:0:FF8C99:63:000:Score always = 99 PL1 cscluba:0:FF8C99:00:001:Set score = 0 Now! PL1 cscluba:0:FF8C99:32:001:Set score = 50 Now! PL1 cscluba:0:FF8C99:63:070:Select score Now! PL1 cscluba:0:FF0E4F:FF:000:Infinite Team Selection Time PL2 cscluba:0:FF0E46:08:001:Play as the USA/Gold Team Now! PL2:Use on the Character Selection Screen cscluba:0:FF8C9B:00:000:Score always = 0 PL2 cscluba:0:FF8C9B:63:000:Score always = 99 PL2 cscluba:0:FF8C9B:00:001:Set score = 0 Now! PL2 cscluba:0:FF8C9B:32:001:Set score = 50 Now! PL2 cscluba:0:FF8C9B:63:070:Select score Now! PL2 cscluba:0:000000:00:999:[ Kick Stars Cheats ] cscluba:0:FF0995:FF:000:Infinite Team Selection Time PL1 cscluba:0:FF098C:08:001:Play as the All Stars Team Now! PL1:Use on the Character Selection Screen cscluba:0:FF8CB5:00:000:Score always = 0 PL1 cscluba:0:FF8CB5:63:000:Score always = 99 PL1 cscluba:0:FF8CB5:00:001:Set score = 0 Now! PL1 cscluba:0:FF8CB5:32:001:Set score = 50 Now! PL1 cscluba:0:FF8CB5:63:070:Select score Now! PL1 cscluba:0:FF09A9:FF:000:Infinite Team Selection Time PL2 cscluba:0:FF09A0:08:001:Play as the All Stars Team Now! PL2:Use on the Character Selection Screen cscluba:0:FF8CBB:00:000:Score always = 0 PL2 cscluba:0:FF8CBB:63:000:Score always = 99 PL2 cscluba:0:FF8CBB:00:001:Set score = 0 Now! PL2 cscluba:0:FF8CBB:32:001:Set score = 50 Now! PL2 cscluba:0:FF8CBB:63:070:Select score Now! PL2 cscluba:0:000000:00:999:[ Smash Stars Cheats ] cscluba:0:FF0CAB:FF:000:Infinite Team Selection Time PL1 cscluba:0:FFAE87:10:001:Play as the Melody/Love Team Now! PL1:Use on the Character Selection Screen cscluba:0:FFAE14:00:000:SET Score always = 0 PL1 cscluba:0:FFAE14:00:001:Set SET score = 0 Now! PL1 cscluba:0:FFAE14:03:001:Set SET score = 40 Now! PL1 cscluba:0:FFAE15:00:000:MATCH Score always = 0 PL1 cscluba:0:FFAE15:00:001:Set MATCH score = 0 Now! PL1 cscluba:0:FFAE15:06:001:Set MATCH score = 6 Now! PL1 cscluba:0:FF0CBF:FF:000:Infinite Team Selection Time PL2 cscluba:0:FFB387:10:001:Play as the Melody/Love Team Now! PL2:Use on the Character Selection Screen cscluba:0:FFB314:00:000:SET Score always = 0 PL2 cscluba:0:FFB314:00:001:Set SET score = 0 Now! PL2 cscluba:0:FFB314:03:001:Set SET score = 40 Now! PL2 cscluba:0:FFB315:00:000:MATCH Score always = 0 PL2 cscluba:0:FFB315:00:001:Set MATCH score = 0 Now! PL2 cscluba:0:FFB315:06:001:Set MATCH score = 6 Now! PL2 ; [ Capcom Sports Club (Hispanic 970722) ] csclubh:0:FF8AE9:09:000:Infinite Credits csclubh:0:FF8C92:09:000:Infinite Time csclubh:0:FF8C93:05:500:Infinite Time (2/3) csclubh:0:FF8C94:09:500:Infinite Time (3/3) csclubh:0:FF8C92:00:001:Finish this Game Now! csclubh:0:FF8C93:00:501:Finish this Game Now! (2/3) csclubh:0:FF8C94:00:501:Finish this Game Now! (3/3) csclubh:0:FF8C20:FF:000:Always have Secret Character Selection csclubh:0:FF8C21:FF:500:Always have Secret Character Selection (2/2) csclubh:0:FF8C20:07:001:Secret Character Selection "ON" csclubh:0:FF8C21:CD:501:Secret Character Selection "ON" (2/2) csclubh:0:FF8C20:00:001:Secret Character Selection "OFF" csclubh:0:FF8C21:00:501:Secret Character Selection "OFF" (2/2) csclubh:0:000000:00:999:[ Dunk Stars Cheats ] csclubh:0:FF0E3F:FF:000:Infinite Team Selection Time PL1 csclubh:0:FF0E36:08:001:Play as the USA/Gold Team Now! PL1:Use on the Character Selection Screen csclubh:0:FF8C99:00:000:Score always = 0 PL1 csclubh:0:FF8C99:63:000:Score always = 99 PL1 csclubh:0:FF8C99:00:001:Set score = 0 Now! PL1 csclubh:0:FF8C99:32:001:Set score = 50 Now! PL1 csclubh:0:FF8C99:63:070:Select score Now! PL1 csclubh:0:FF0E4F:FF:000:Infinite Team Selection Time PL2 csclubh:0:FF0E46:08:001:Play as the USA/Gold Team Now! PL2:Use on the Character Selection Screen csclubh:0:FF8C9B:00:000:Score always = 0 PL2 csclubh:0:FF8C9B:63:000:Score always = 99 PL2 csclubh:0:FF8C9B:00:001:Set score = 0 Now! PL2 csclubh:0:FF8C9B:32:001:Set score = 50 Now! PL2 csclubh:0:FF8C9B:63:070:Select score Now! PL2 csclubh:0:000000:00:999:[ Kick Stars Cheats ] csclubh:0:FF0995:FF:000:Infinite Team Selection Time PL1 csclubh:0:FF098C:08:001:Play as the All Stars Team Now! PL1:Use on the Character Selection Screen csclubh:0:FF8CB5:00:000:Score always = 0 PL1 csclubh:0:FF8CB5:63:000:Score always = 99 PL1 csclubh:0:FF8CB5:00:001:Set score = 0 Now! PL1 csclubh:0:FF8CB5:32:001:Set score = 50 Now! PL1 csclubh:0:FF8CB5:63:070:Select score Now! PL1 csclubh:0:FF09A9:FF:000:Infinite Team Selection Time PL2 csclubh:0:FF09A0:08:001:Play as the All Stars Team Now! PL2:Use on the Character Selection Screen csclubh:0:FF8CBB:00:000:Score always = 0 PL2 csclubh:0:FF8CBB:63:000:Score always = 99 PL2 csclubh:0:FF8CBB:00:001:Set score = 0 Now! PL2 csclubh:0:FF8CBB:32:001:Set score = 50 Now! PL2 csclubh:0:FF8CBB:63:070:Select score Now! PL2 csclubh:0:000000:00:999:[ Smash Stars Cheats ] csclubh:0:FF0CAB:FF:000:Infinite Team Selection Time PL1 csclubh:0:FFAE87:10:001:Play as the Melody/Love Team Now! PL1:Use on the Character Selection Screen csclubh:0:FFAE14:00:000:SET Score always = 0 PL1 csclubh:0:FFAE14:00:001:Set SET score = 0 Now! PL1 csclubh:0:FFAE14:03:001:Set SET score = 40 Now! PL1 csclubh:0:FFAE15:00:000:MATCH Score always = 0 PL1 csclubh:0:FFAE15:00:001:Set MATCH score = 0 Now! PL1 csclubh:0:FFAE15:06:001:Set MATCH score = 6 Now! PL1 csclubh:0:FF0CBF:FF:000:Infinite Team Selection Time PL2 csclubh:0:FFB387:10:001:Play as the Melody/Love Team Now! PL2:Use on the Character Selection Screen csclubh:0:FFB314:00:000:SET Score always = 0 PL2 csclubh:0:FFB314:00:001:Set SET score = 0 Now! PL2 csclubh:0:FFB314:03:001:Set SET score = 40 Now! PL2 csclubh:0:FFB315:00:000:MATCH Score always = 0 PL2 csclubh:0:FFB315:00:001:Set MATCH score = 0 Now! PL2 csclubh:0:FFB315:06:001:Set MATCH score = 6 Now! PL2 ; [ Capcom Sports Club (Japan 970722) ] csclubj:0:FF8AE9:09:000:Infinite Credits csclubj:0:FF8C92:09:000:Infinite Time csclubj:0:FF8C93:05:500:Infinite Time (2/3) csclubj:0:FF8C94:09:500:Infinite Time (3/3) csclubj:0:FF8C92:00:001:Finish this Game Now! csclubj:0:FF8C93:00:501:Finish this Game Now! (2/3) csclubj:0:FF8C94:00:501:Finish this Game Now! (3/3) csclubj:0:FF8C20:FF:000:Always have Secret Character Selection csclubj:0:FF8C21:FF:500:Always have Secret Character Selection (2/2) csclubj:0:FF8C20:07:001:Secret Character Selection "ON" csclubj:0:FF8C21:CD:501:Secret Character Selection "ON" (2/2) csclubj:0:FF8C20:00:001:Secret Character Selection "OFF" csclubj:0:FF8C21:00:501:Secret Character Selection "OFF" (2/2) csclubj:0:000000:00:999:[ Dunk Stars Cheats ] csclubj:0:FF0E3F:FF:000:Infinite Team Selection Time PL1 csclubj:0:FF0E36:08:001:Play as the USA/Gold Team Now! PL1:Use on the Character Selection Screen csclubj:0:FF8C99:00:000:Score always = 0 PL1 csclubj:0:FF8C99:63:000:Score always = 99 PL1 csclubj:0:FF8C99:00:001:Set score = 0 Now! PL1 csclubj:0:FF8C99:32:001:Set score = 50 Now! PL1 csclubj:0:FF8C99:63:070:Select score Now! PL1 csclubj:0:FF0E4F:FF:000:Infinite Team Selection Time PL2 csclubj:0:FF0E46:08:001:Play as the USA/Gold Team Now! PL2:Use on the Character Selection Screen csclubj:0:FF8C9B:00:000:Score always = 0 PL2 csclubj:0:FF8C9B:63:000:Score always = 99 PL2 csclubj:0:FF8C9B:00:001:Set score = 0 Now! PL2 csclubj:0:FF8C9B:32:001:Set score = 50 Now! PL2 csclubj:0:FF8C9B:63:070:Select score Now! PL2 csclubj:0:000000:00:999:[ Kick Stars Cheats ] csclubj:0:FF0995:FF:000:Infinite Team Selection Time PL1 csclubj:0:FF098C:08:001:Play as the All Stars Team Now! PL1:Use on the Character Selection Screen csclubj:0:FF8CB5:00:000:Score always = 0 PL1 csclubj:0:FF8CB5:63:000:Score always = 99 PL1 csclubj:0:FF8CB5:00:001:Set score = 0 Now! PL1 csclubj:0:FF8CB5:32:001:Set score = 50 Now! PL1 csclubj:0:FF8CB5:63:070:Select score Now! PL1 csclubj:0:FF09A9:FF:000:Infinite Team Selection Time PL2 csclubj:0:FF09A0:08:001:Play as the All Stars Team Now! PL2:Use on the Character Selection Screen csclubj:0:FF8CBB:00:000:Score always = 0 PL2 csclubj:0:FF8CBB:63:000:Score always = 99 PL2 csclubj:0:FF8CBB:00:001:Set score = 0 Now! PL2 csclubj:0:FF8CBB:32:001:Set score = 50 Now! PL2 csclubj:0:FF8CBB:63:070:Select score Now! PL2 csclubj:0:000000:00:999:[ Smash Stars Cheats ] csclubj:0:FF0CAB:FF:000:Infinite Team Selection Time PL1 csclubj:0:FFAE87:10:001:Play as the Melody/Love Team Now! PL1:Use on the Character Selection Screen csclubj:0:FFAE14:00:000:SET Score always = 0 PL1 csclubj:0:FFAE14:00:001:Set SET score = 0 Now! PL1 csclubj:0:FFAE14:03:001:Set SET score = 40 Now! PL1 csclubj:0:FFAE15:00:000:MATCH Score always = 0 PL1 csclubj:0:FFAE15:00:001:Set MATCH score = 0 Now! PL1 csclubj:0:FFAE15:06:001:Set MATCH score = 6 Now! PL1 csclubj:0:FF0CBF:FF:000:Infinite Team Selection Time PL2 csclubj:0:FFB387:10:001:Play as the Melody/Love Team Now! PL2:Use on the Character Selection Screen csclubj:0:FFB314:00:000:SET Score always = 0 PL2 csclubj:0:FFB314:00:001:Set SET score = 0 Now! PL2 csclubj:0:FFB314:03:001:Set SET score = 40 Now! PL2 csclubj:0:FFB315:00:000:MATCH Score always = 0 PL2 csclubj:0:FFB315:00:001:Set MATCH score = 0 Now! PL2 csclubj:0:FFB315:06:001:Set MATCH score = 6 Now! PL2 ; [ Scrum Try (Cassette, set 1) ] cscrtry:0:0004:09:000:Infinite Credits cscrtry:0:0022:59:000:Infinite Time cscrtry:0:0021:07:500:Infinite Time (2/2) cscrtry:0:0022:00:001:Finish this Game Now! cscrtry:0:0011:00:501:Finish this Game Now! (2/2) cscrtry:0:0018:00:000:Player Score always = 0 cscrtry:0:0019:00:500:Player Score always = 0 (2/2) cscrtry:0:0018:99:000:Player Score always = 9999 cscrtry:0:0019:99:500:Player Score always = 9999 (2/2) cscrtry:0:0018:00:001:Player Score = 5000 Now! cscrtry:0:0019:50:501:Player Score = 5000 Now! (2/2) cscrtry:0:0018:00:001:Player Score = 0 Now! cscrtry:0:0019:00:501:Player Score = 0 Now! (2/2) cscrtry:0:001A:00:000:Rival Score always = 0 cscrtry:0:001B:00:500:Rival Score always = 0 (2/2) cscrtry:0:001A:99:000:Rival Score always = 9999 cscrtry:0:001B:99:500:Rival Score always = 9999 (2/2) cscrtry:0:001A:00:001:Rival Score = 5000 Now! cscrtry:0:001B:50:501:Rival Score = 5000 Now! (2/2) cscrtry:0:001A:00:001:Rival Score = 0 Now! cscrtry:0:001B:00:501:Rival Score = 0 Now! (2/2) ; [ Scrum Try (Cassette, set 2) ] cscrtry2:0:0004:09:000:Infinite Credits cscrtry2:0:0020:59:000:Infinite Time cscrtry2:0:001F:07:500:Infinite Time (2/2) cscrtry2:0:0020:00:001:Finish this Game Now! cscrtry2:0:001F:00:501:Finish this Game Now! (2/2) cscrtry2:0:0016:00:000:Player Score always = 0 cscrtry2:0:0017:00:500:Player Score always = 0 (2/2) cscrtry2:0:0016:99:000:Player Score always = 9999 cscrtry2:0:0017:99:500:Player Score always = 9999 (2/2) cscrtry2:0:0016:00:001:Player Score = 5000 Now! cscrtry2:0:0017:50:501:Player Score = 5000 Now! (2/2) cscrtry2:0:0016:00:001:Player Score = 0 Now! cscrtry2:0:0017:00:501:Player Score = 0 Now! (2/2) cscrtry2:0:0018:00:000:Rival Score always = 0 cscrtry2:0:0019:00:500:Rival Score always = 0 (2/2) cscrtry2:0:0018:99:000:Rival Score always = 9999 cscrtry2:0:0019:99:500:Rival Score always = 9999 (2/2) cscrtry2:0:0018:00:001:Rival Score = 5000 Now! cscrtry2:0:0019:50:501:Rival Score = 5000 Now! (2/2) cscrtry2:0:0018:00:001:Rival Score = 0 Now! cscrtry2:0:0019:00:501:Rival Score = 0 Now! (2/2) ; [ Chicken Shift ] cshift:0:019D:03:000:Infinite Misses cshift:0:011B:03:000:Infinite Lives PL1 cshift:0:012E:03:000:Infinite Lives PL2 ; [ Cross Shooter (not encrypted) ] cshooter:0:0000:00:999:[ There are no cheats ]:REASON 1 cshooter:0:0000:00:999:[ for this game as it ]:REASON 1 cshooter:0:0000:00:999:[ didn't work the last ]:REASON 1 cshooter:0:0000:00:999:[ time it was tested. ]:REASON 1 cshooter:0:0000:00:999:[ If the game now works ]:REASON 1 cshooter:0:0000:00:999:[ please request cheats ]:REASON 1 cshooter:0:0000:00:999:[ for it on the cheat ]:REASON 1 cshooter:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cross Shooter (encrypted) ] cshootre:0:0000:00:999:[ There are no cheats ]:REASON 1 cshootre:0:0000:00:999:[ for this game as it ]:REASON 1 cshootre:0:0000:00:999:[ didn't work the last ]:REASON 1 cshootre:0:0000:00:999:[ time it was tested. ]:REASON 1 cshootre:0:0000:00:999:[ If the game now works ]:REASON 1 cshootre:0:0000:00:999:[ please request cheats ]:REASON 1 cshootre:0:0000:00:999:[ for it on the cheat ]:REASON 1 cshootre:0:0000:00:999:[ forums. ]:REASON 1 ; [ Captain Silver (Japan) ] csilver:0:0054:03:000:Infinite Lives csilver:0:003E:F0:000:Infinite Time csilver:0:003C:01:000:Invincibility csilver:0:1107:ED:000:Flickering OFF :csilver:00000000:0014:00000000:00000010:Rapid Fire csilver:0:0C1D:01:000:Always have Key csilver:0:0C16:30:000:Always have Sword csilver:0:0C15:80:000:Always have Hyper Sword csilver:0:0C18:30:000:Always have Boots csilver:0:0C17:80:000:Always have Hyper Boots csilver:0:0C1A:30:000:Always have Invicible Potion csilver:0:0C1B:30:000:Always have Clock csilver:0:0C54:01:000:Always Magic Power Level 1 csilver:0:0C54:02:000:Always Magic Power Level 2 csilver:0:0C54:03:000:Always Magic Power Level 3 csilver:0:0C54:04:000:Always Magic Power Level 4 csilver:0:0C54:05:000:Always Magic Power Level 5 csilver:0:0C54:06:000:Always Magic Power Level 6 csilver:0:0C1D:01:001:Get Key Now! csilver:0:0C16:30:001:Get Sword Now! csilver:0:0C15:80:001:Get Hyper Sword Now! csilver:0:0C18:30:001:Get Boots Now! csilver:0:0C17:80:001:Get Hyper Boots Now! csilver:0:0C1A:30:001:Get Invicible Potion Now! csilver:0:0C1B:30:001:Get Clock Now! csilver:0:0C54:01:001:Get Magic Power Level 1 Now! csilver:0:0C54:02:001:Get Magic Power Level 2 Now! csilver:0:0C54:03:001:Get Magic Power Level 3 Now! csilver:0:0C54:04:001:Get Magic Power Level 4 Now! csilver:0:0C54:05:001:Get Magic Power Level 5 Now! csilver:0:0C54:06:001:Get Magic Power Level 6 Now! csilver:0:0C1F:01:001:Get CAPTAIN SILVER Now! csilver:0:0C20:3F:501:Get CAPTAIN SILVER Now! (2/3) csilver:0:0C21:3F:501:Get CAPTAIN SILVER Now! (3/3) csilver:0:0C1F:01:021:Get letter - C Now! csilver:0:0C20:20:021:Get letter - A (first) Now! csilver:0:0C20:10:021:Get letter - P Now! csilver:0:0C20:08:021:Get letter - T Now! csilver:0:0C20:04:021:Get letter - A (second) Now! csilver:0:0C20:02:021:Get letter - I (first) Now! csilver:0:0C20:01:021:Get letter - N Now! csilver:0:0C21:20:021:Get letter - S Now! csilver:0:0C21:10:021:Get letter - I (second) Now! csilver:0:0C21:08:021:Get letter - L Now! csilver:0:0C21:04:021:Get letter - V Now! csilver:0:0C21:02:021:Get letter - E Now! csilver:0:0C21:01:021:Get letter - R Now! csilver:0:0000:99:000:Infinite Gold csilver:0:0001:99:500:Infinite Gold (2/3) csilver:0:0002:99:500:Infinite Gold (3/3) :csilver:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :csilver:60000000:0000:00000000:00000000:[ you've 1st inserted a credit] :csilver:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :csilver:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :csilver:00000086:0000:00000000:FFFFFFFF:Sound Test:Sound Code :csilver:20A10000:E16D:00F61801:FFFFFFFF:Sound Test (02/13):ldb $1801 :csilver:20B10000:E170:D1012723:FFFFFFFF:Sound Test (03/13):cmpb $01 / beq $E197 :csilver:20B10000:E174:C1FE270E:FFFFFFFF:Sound Test (04/13):cmpb #$FE / beq $E186 :csilver:20B10000:E178:C1FD270E:FFFFFFFF:Sound Test (05/13):cmpb #$FD / beq $E18A :csilver:20B10000:E17C:C1DF270E:FFFFFFFF:Sound Test (06/13):cmpb #$DF / beq $E18E :csilver:20B10000:E180:C1EF270E:FFFFFFFF:Sound Test (07/13):cmpb #$EF / beq $E192 :csilver:20B10000:E184:20110C00:FFFFFFFF:Sound Test (08/13):bra $E197 / inc $00 :csilver:20B10000:E188:200D0A00:FFFFFFFF:Sound Test (09/13):bra $E197 / dec $00 :csilver:20B10000:E18C:20098627:FFFFFFFF:Sound Test (10/13):bra $E197 / lda #$27 :csilver:20B10000:E190:20029600:FFFFFFFF:Sound Test (11/13):bra $E194 / lda $00 :csilver:20A10000:E194:00B7180C:FFFFFFFF:Sound Test (12/13):sta $180C :csilver:20B10000:E197:D70120D2:FFFFFFFF:Sound Test (13/13):stb $01 / bra $1801 ; [ Champion Skill (with Ability) ] csk227it:0:F6A8:28:000:Play freely 100 points:You must have points left csk227it:0:F071:06:000:Infinite "Colore fever" csk227it:0:F073:00:001:"Colore fever" - Clubs:One "colore fever" needed csk227it:0:F073:01:001:"Colore fever" - Spades:One "colore fever" needed csk227it:0:F073:02:001:"Colore fever" - Hearts:One "colore fever" needed csk227it:0:F073:03:001:"Colore fever" - Diamonds:One "colore fever" needed csk227it:0:0000:00:999:[ Watch me values for suit: ] csk227it:0:0000:00:999:[ 00 : Clubs - Green ] csk227it:0:0000:00:999:[ 01 : Spades - Blue ] csk227it:0:0000:00:999:[ 02 : Hearts - Red ] csk227it:0:0000:00:999:[ 03 : Diamonds - Yellow ] csk227it:0:0000:00:999:[ Watch me values for value:] csk227it:0:0000:00:999:[01:Ace 02:2 03:3 04:4 ] csk227it:0:0000:00:999:[05:5 06:6 07:7 08:8 ] csk227it:0:0000:00:999:[09:9 0A:10 0B:Jack ] csk227it:0:0000:00:999:[0C:Queen 0D:King 0E:JOKER] csk227it:0:F857:00:998:Watch me for W-UP CARD1 suit csk227it:0:F858:00:998:Watch me for W-UP CARD1 value csk227it:0:F859:00:998:Watch me for W-UP CARD2 suit csk227it:0:F85A:00:998:Watch me for W-UP CARD2 value csk227it:0:F85B:00:998:Watch me for W-UP CARD3 suit csk227it:0:F85C:00:998:Watch me for W-UP CARD3 value csk227it:0:F85D:00:998:Watch me for W-UP CARD4 suit csk227it:0:F85E:00:998:Watch me for W-UP CARD4 value csk227it:0:F85F:00:998:Watch me for W-UP CARD5 suit csk227it:0:F860:00:998:Watch me for W-UP CARD5 value csk227it:0:F858:0E:000:Joker always First Card csk227it:0:F85A:0E:000:Joker always Second Card csk227it:0:F85C:0E:000:Joker always Third Card csk227it:0:F85E:0E:000:Joker always Fourth Card csk227it:0:F860:0E:000:Joker always Fifth Card ; [ Champion Skill (Ability, Poker & Symbols) ] csk234it:0:F6A4:28:000:Play freely 100 points:You must have points left csk234it:0:F06D:06:000:Infinite "Colore fever" csk234it:0:F06F:00:001:"Colore fever" - Clubs:One "colore fever" needed csk234it:0:F06F:01:001:"Colore fever" - Spades:One "colore fever" needed csk234it:0:F06F:02:001:"Colore fever" - Hearts:One "colore fever" needed csk234it:0:F06F:03:001:"Colore fever" - Diamonds:One "colore fever" needed csk234it:0:0000:00:999:[ Watch me values for suit: ] csk234it:0:0000:00:999:[ 00 : Clubs - Green ] csk234it:0:0000:00:999:[ 01 : Spades - Blue ] csk234it:0:0000:00:999:[ 02 : Hearts - Red ] csk234it:0:0000:00:999:[ 03 : Diamonds - Yellow ] csk234it:0:0000:00:999:[ Watch me values for value:] csk234it:0:0000:00:999:[01:Ace 02:2 03:3 04:4 ] csk234it:0:0000:00:999:[05:5 06:6 07:7 08:8 ] csk234it:0:0000:00:999:[09:9 0A:10 0B:Jack ] csk234it:0:0000:00:999:[0C:Queen 0D:King 0E:JOKER] csk234it:0:F853:00:998:Watch me for W-UP CARD1 suit csk234it:0:F854:00:998:Watch me for W-UP CARD1 value csk234it:0:F855:00:998:Watch me for W-UP CARD2 suit csk234it:0:F856:00:998:Watch me for W-UP CARD2 value csk234it:0:F857:00:998:Watch me for W-UP CARD3 suit csk234it:0:F858:00:998:Watch me for W-UP CARD3 value csk234it:0:F859:00:998:Watch me for W-UP CARD4 suit csk234it:0:F85A:00:998:Watch me for W-UP CARD4 value csk234it:0:F85B:00:998:Watch me for W-UP CARD5 suit csk234it:0:F85C:00:998:Watch me for W-UP CARD5 value csk234it:0:F854:0E:000:Joker always First Card csk234it:0:F856:0E:000:Joker always Second Card csk234it:0:F858:0E:000:Joker always Third Card csk234it:0:F85A:0E:000:Joker always Fourth Card csk234it:0:F85C:0E:000:Joker always Fifth Card ; [ Championship Sprint (German, rev 1) ] cspring1:0:051A:09:000:Infinite Credits PL1 cspring1:0:0660:05:000:Infinite Wrenches PL1 cspring1:0:0664:05:000:Max Top Speed PL1 cspring1:0:0668:05:000:Max Traction PL1 cspring1:0:066C:05:000:Max Acceleration PL1 cspring1:0:0670:05:000:Fastest Chopper PL1 cspring1:0:051B:09:000:Infinite Credits PL2 cspring1:0:0661:05:000:Infinite Wrenches PL2 cspring1:0:0665:05:000:Max Top Speed PL2 cspring1:0:0669:05:000:Max Traction PL2 cspring1:0:066D:05:000:Max Acceleration PL2 cspring1:0:0671:05:000:Fastest Chopper PL2 cspring1:0:05EE:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! cspring1:0:05EF:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! cspring1:0:05F0:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! cspring1:0:05F1:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! cspring1:0:05EE:00:000:Stop Blue Car Winning cspring1:0:05EF:00:000:Stop Red Car Winning cspring1:0:05F0:00:000:Stop Yellow Car Winning cspring1:0:05F1:00:000:Stop Green Car Winning ; [ Championship Sprint (Spanish, rev 1) ] csprins1:0:051A:09:000:Infinite Credits PL1 csprins1:0:067C:05:000:Infinite Wrenches PL1 csprins1:0:0680:05:000:Max Top Speed PL1 csprins1:0:0684:05:000:Max Traction PL1 csprins1:0:0688:05:000:Max Acceleration PL1 csprins1:0:068C:05:000:Fastest Chopper PL1 csprins1:0:051B:09:000:Infinite Credits PL2 csprins1:0:067D:05:000:Infinite Wrenches PL2 csprins1:0:0681:05:000:Max Top Speed PL2 csprins1:0:0685:05:000:Max Traction PL2 csprins1:0:0689:05:000:Max Acceleration PL2 csprins1:0:068D:05:000:Fastest Chopper PL2 csprins1:0:060A:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprins1:0:060B:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprins1:0:060C:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprins1:0:060D:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprins1:0:060A:00:000:Stop Blue Car Winning csprins1:0:060B:00:000:Stop Red Car Winning csprins1:0:060C:00:000:Stop Yellow Car Winning csprins1:0:060D:00:000:Stop Green Car Winning ; [ Championship Sprint (rev 3) ] csprint:0:0D7C:09:000:Infinite Credits PL1 csprint:0:0DC8:03:000:Infinite Wrenches PL1 csprint:0:0DCC:05:000:Max Top Speed PL1 csprint:0:0DD0:05:000:Max Traction PL1 csprint:0:0DD4:05:000:Max Acceleration PL1 csprint:0:0DD8:05:000:Fastest Chopper PL1 csprint:0:0D7D:09:000:Infinite Credits PL2 csprint:0:0DC9:03:000:Infinite Wrenches PL2 csprint:0:0DCD:05:000:Max Top Speed PL2 csprint:0:0DD1:05:000:Max Traction PL2 csprint:0:0DD5:05:000:Max Acceleration PL2 csprint:0:0DD9:05:000:Fastest Chopper PL2 csprint:0:0596:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint:0:0597:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint:0:0598:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint:0:0599:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint:0:0596:00:000:Stop Blue Car Winning csprint:0:0597:00:000:Stop Red Car Winning csprint:0:0598:00:000:Stop Yellow Car Winning csprint:0:0599:00:000:Stop Green Car Winning ; [ Championship Sprint (rev 1) ] csprint1:0:0D7C:09:000:Infinite Credits PL1 csprint1:0:0DC8:03:000:Infinite Wrenches PL1 csprint1:0:0DCC:05:000:Max Top Speed PL1 csprint1:0:0DD0:05:000:Max Traction PL1 csprint1:0:0DD4:05:000:Max Acceleration PL1 csprint1:0:0DD8:05:000:Fastest Chopper PL1 csprint1:0:0D7D:09:000:Infinite Credits PL2 csprint1:0:0DC9:03:000:Infinite Wrenches PL2 csprint1:0:0DCD:05:000:Max Top Speed PL2 csprint1:0:0DD1:05:000:Max Traction PL2 csprint1:0:0DD5:05:000:Max Acceleration PL2 csprint1:0:0DD9:05:000:Fastest Chopper PL2 csprint1:0:0596:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint1:0:0597:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint1:0:0598:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint1:0:0599:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint1:0:0596:00:000:Stop Blue Car Winning csprint1:0:0597:00:000:Stop Red Car Winning csprint1:0:0598:00:000:Stop Yellow Car Winning csprint1:0:0599:00:000:Stop Green Car Winning ; [ Championship Sprint (rev 2) ] csprint2:0:0D7C:09:000:Infinite Credits PL1 csprint2:0:0DC8:03:000:Infinite Wrenches PL1 csprint2:0:0DCC:05:000:Max Top Speed PL1 csprint2:0:0DD0:05:000:Max Traction PL1 csprint2:0:0DD4:05:000:Max Acceleration PL1 csprint2:0:0DD8:05:000:Fastest Chopper PL1 csprint2:0:0D7D:09:000:Infinite Credits PL2 csprint2:0:0DC9:03:000:Infinite Wrenches PL2 csprint2:0:0DCD:05:000:Max Top Speed PL2 csprint2:0:0DD1:05:000:Max Traction PL2 csprint2:0:0DD5:05:000:Max Acceleration PL2 csprint2:0:0DD9:05:000:Fastest Chopper PL2 csprint2:0:0596:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint2:0:0597:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint2:0:0598:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint2:0:0599:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprint2:0:0596:00:000:Stop Blue Car Winning csprint2:0:0597:00:000:Stop Red Car Winning csprint2:0:0598:00:000:Stop Yellow Car Winning csprint2:0:0599:00:000:Stop Green Car Winning ; [ Championship Sprint (French) ] csprintf:0:051A:09:000:Infinite Credits PL1 csprintf:0:067C:05:000:Infinite Wrenches PL1 csprintf:0:0680:05:000:Max Top Speed PL1 csprintf:0:0684:05:000:Max Traction PL1 csprintf:0:0688:05:000:Max Acceleration PL1 csprintf:0:068C:05:000:Fastest Chopper PL1 csprintf:0:051B:09:000:Infinite Credits PL2 csprintf:0:067D:05:000:Infinite Wrenches PL2 csprintf:0:0681:05:000:Max Top Speed PL2 csprintf:0:0685:05:000:Max Traction PL2 csprintf:0:0689:05:000:Max Acceleration PL2 csprintf:0:068D:05:000:Fastest Chopper PL2 csprintf:0:060A:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintf:0:060B:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintf:0:060C:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintf:0:060D:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintf:0:060A:00:000:Stop Blue Car Winning csprintf:0:060B:00:000:Stop Red Car Winning csprintf:0:060C:00:000:Stop Yellow Car Winning csprintf:0:060D:00:000:Stop Green Car Winning ; [ Championship Sprint (German, rev 2) ] csprintg:0:051A:09:000:Infinite Credits PL1 csprintg:0:0660:05:000:Infinite Wrenches PL1 csprintg:0:0664:05:000:Max Top Speed PL1 csprintg:0:0668:05:000:Max Traction PL1 csprintg:0:066C:05:000:Max Acceleration PL1 csprintg:0:0670:05:000:Fastest Chopper PL1 csprintg:0:051B:09:000:Infinite Credits PL2 csprintg:0:0661:05:000:Infinite Wrenches PL2 csprintg:0:0665:05:000:Max Top Speed PL2 csprintg:0:0669:05:000:Max Traction PL2 csprintg:0:066D:05:000:Max Acceleration PL2 csprintg:0:0671:05:000:Fastest Chopper PL2 csprintg:0:05EE:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintg:0:05EF:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintg:0:05F0:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintg:0:05F1:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprintg:0:05EE:00:000:Stop Blue Car Winning csprintg:0:05EF:00:000:Stop Red Car Winning csprintg:0:05F0:00:000:Stop Yellow Car Winning csprintg:0:05F1:00:000:Stop Green Car Winning ; [ Championship Sprint (Spanish, rev 2) ] csprints:0:051A:09:000:Infinite Credits PL1 csprints:0:067C:05:000:Infinite Wrenches PL1 csprints:0:0680:05:000:Max Top Speed PL1 csprints:0:0684:05:000:Max Traction PL1 csprints:0:0688:05:000:Max Acceleration PL1 csprints:0:068C:05:000:Fastest Chopper PL1 csprints:0:051B:09:000:Infinite Credits PL2 csprints:0:067D:05:000:Infinite Wrenches PL2 csprints:0:0681:05:000:Max Top Speed PL2 csprints:0:0685:05:000:Max Traction PL2 csprints:0:0689:05:000:Max Acceleration PL2 csprints:0:068D:05:000:Fastest Chopper PL2 csprints:0:060A:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprints:0:060B:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprints:0:060C:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprints:0:060D:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! csprints:0:060A:00:000:Stop Blue Car Winning csprints:0:060B:00:000:Stop Red Car Winning csprints:0:060C:00:000:Stop Yellow Car Winning csprints:0:060D:00:000:Stop Green Car Winning ; [ Vs. Castlevania ] cstlevna:0:07D3:63:000:Infinite Credits cstlevna:0:0042:99:000:Infinite Time cstlevna:0:002A:63:000:Infinite Lives cstlevna:0:0045:40:000:Infinite Energy cstlevna:0:0071:63:000:Infinite Hearts cstlevna:0:005B:30:000:Invincibility "ON" cstlevna:0:005B:01:001:Invincibility "OFF" cstlevna:0:015B:08:001:Get Dagger Now! cstlevna:0:015B:09:001:Get Boomerang Now! cstlevna:0:015B:0A:001:Get Holy Cross Now! cstlevna:0:015B:0B:001:Get Holy Potion Now! cstlevna:0:015B:0C:001:Get Axe1 Now! cstlevna:0:015B:0D:001:Get Axe2 Now! cstlevna:0:015B:0E:001:Get 1up Now! cstlevna:0:015B:0F:001:Get Clock Now! cstlevna:0:01A9:00:001:Drain all Boss Energy Now! :cstlevna:20800000:FC56:00000060:FFFFFFFF:Skip ROM Check:It's better to use together with Pre-Enable ; [ Super Astro Fighter (Cassette) ] csuperas:0:004C:09:000:Infinite Credits csuperas:0:00BB:E3:000:Infinite Fuel csuperas:0:0060:09:000:Infinite Lives PL1 csuperas:0:0061:09:000:Infinite Lives PL2 ; [ Sweet Heart (Cassette) ] csweetht:0:0004:16:000:Infinite Credits csweetht:0:0017:0A:000:Infinite Lives csweetht:0:0018:08:000:Infinite Music weapons csweetht:0:007C:07:000:Infinite Music time ; [ Crouching Tiger Hidden Dragon 2003 Super Plus (The King of Fighters 2001 bootleg) ] ct2k3sp:0:10A7D3:46:000:Infinite Time ct2k3sp:0:10A7E0:00:000:Mai's boobs always bounce:Causes Japanese text to appear ct2k3sp:0:108239:66:000:Infinite Energy PL1 ct2k3sp:0:108239:00:001:Drain All Energy Now! PL1 ct2k3sp:0:1082E3:04:000:Always have Maximum POW PL1 ct2k3sp:0:1081E8:00:000:Always have No POW PL1 ct2k3sp:0:1082E3:00:500:Always have No POW PL1 (2/2) :ct2k3sp:62000000:000000:00000000:00000000:Select Character (A) PL1:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :ct2k3sp:00010000:10A7E6:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A7E6:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A7E6:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A7E6:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A7E6:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A7E6:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A7E6:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A7E6:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A7E6:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A7E6:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A7E6:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A7E6:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A7E6:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A7E6:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A7E6:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A7E6:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A7E6:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A7E6:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A7E6:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A7E6:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A7E6:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A7E6:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A7E6:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A7E6:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A7E6:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A7E6:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A7E6:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A7E6:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A7E6:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A7E6:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A7E6:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A7E6:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A7E6:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A7E6:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A7E6:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A7E6:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A7E6:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A7E6:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A7E6:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A7E6:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A7E6:00000029:FFFFFFFF:Igniz :ct2k3sp:62000000:000000:00000000:00000000:Select Character (B) PL1 :ct2k3sp:00010000:10A7E7:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A7E7:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A7E7:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A7E7:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A7E7:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A7E7:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A7E7:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A7E7:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A7E7:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A7E7:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A7E7:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A7E7:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A7E7:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A7E7:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A7E7:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A7E7:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A7E7:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A7E7:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A7E7:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A7E7:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A7E7:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A7E7:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A7E7:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A7E7:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A7E7:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A7E7:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A7E7:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A7E7:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A7E7:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A7E7:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A7E7:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A7E7:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A7E7:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A7E7:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A7E7:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A7E7:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A7E7:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A7E7:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A7E7:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A7E7:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A7E7:00000029:FFFFFFFF:Igniz :ct2k3sp:62000000:000000:00000000:00000000:Select Character (C) PL1 :ct2k3sp:00010000:10A7E8:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A7E8:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A7E8:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A7E8:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A7E8:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A7E8:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A7E8:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A7E8:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A7E8:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A7E8:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A7E8:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A7E8:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A7E8:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A7E8:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A7E8:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A7E8:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A7E8:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A7E8:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A7E8:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A7E8:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A7E8:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A7E8:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A7E8:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A7E8:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A7E8:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A7E8:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A7E8:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A7E8:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A7E8:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A7E8:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A7E8:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A7E8:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A7E8:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A7E8:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A7E8:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A7E8:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A7E8:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A7E8:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A7E8:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A7E8:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A7E8:00000029:FFFFFFFF:Igniz :ct2k3sp:62000000:000000:00000000:00000000:Select Character PL1 (D) :ct2k3sp:00010000:10A7E9:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A7E9:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A7E9:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A7E9:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A7E9:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A7E9:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A7E9:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A7E9:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A7E9:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A7E9:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A7E9:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A7E9:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A7E9:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A7E9:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A7E9:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A7E9:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A7E9:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A7E9:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A7E9:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A7E9:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A7E9:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A7E9:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A7E9:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A7E9:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A7E9:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A7E9:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A7E9:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A7E9:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A7E9:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A7E9:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A7E9:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A7E9:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A7E9:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A7E9:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A7E9:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A7E9:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A7E9:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A7E9:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A7E9:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A7E9:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A7E9:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A7E9:00000029:FFFFFFFF:Igniz ct2k3sp:0:10A7E9:28:000:Play with Zero PL1:This maybe less buggy then the above cheat for this character ct2k3sp:0:10A7F8:28:500:Play with Zero PL1 (2/7) ct2k3sp:0:10A7F9:28:500:Play with Zero PL1 (3/7) ct2k3sp:0:10A7FA:28:500:Play with Zero PL1 (4/7) ct2k3sp:0:10A7FC:00:500:Play with Zero PL1 (5/7) ct2k3sp:0:10A7FD:00:500:Play with Zero PL1 (6/7) ct2k3sp:0:10A7FE:00:500:Play with Zero PL1 (7/7) ct2k3sp:0:10A7E9:29:000:Play with Igniz PL1:This maybe less buggy then the above cheat for this character ct2k3sp:0:10A7F8:29:500:Play with Igniz PL1 (2/4) ct2k3sp:0:10A7F9:29:500:Play with Igniz PL1 (3/4) ct2k3sp:0:10A7FA:29:500:Play with Igniz PL1 (4/4) ct2k3sp:0:10A7E9:28:000:Play with Zero (featuring Evil Joe) PL1 ct2k3sp:0:10A7F8:28:500:Play with Zero (featuring Evil Joe) PL1 (2/7) ct2k3sp:0:10A7F9:12:500:Play with Zero (featuring Evil Joe) PL1 (3/7) ct2k3sp:0:10A7FA:28:500:Play with Zero (featuring Evil Joe) PL1 (4/7) ct2k3sp:0:10A7FC:00:500:Play with Zero (featuring Evil Joe) PL1 (5/7) ct2k3sp:0:10A7FD:B5:500:Play with Zero (featuring Evil Joe) PL1 (6/7) ct2k3sp:0:10A7FE:00:500:Play with Zero (featuring Evil Joe) PL1 (7/7) ct2k3sp:0:108439:66:000:Infinite Energy PL2 ct2k3sp:0:108439:00:001:Drain All Energy Now! PL2 ct2k3sp:0:1084E3:04:000:Always have Maximum POW PL2 ct2k3sp:0:1083E8:00:000:Always have No POW PL2 ct2k3sp:0:1084E3:00:500:Always have No POW PL2 (2/2) :ct2k3sp:62000000:000000:00000000:00000000:Select Character (A) PL2:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :ct2k3sp:00010000:10A804:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A804:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A804:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A804:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A804:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A804:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A804:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A804:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A804:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A804:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A804:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A804:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A804:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A804:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A804:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A804:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A804:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A804:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A804:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A804:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A804:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A804:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A804:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A804:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A804:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A804:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A804:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A804:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A804:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A804:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A804:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A804:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A804:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A804:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A804:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A804:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A804:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A804:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A804:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A804:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A804:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A804:00000029:FFFFFFFF:Igniz :ct2k3sp:62000000:000000:00000000:00000000:Select Character (B) PL2 :ct2k3sp:00010000:10A805:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A805:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A805:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A805:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A805:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A805:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A805:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A805:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A805:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A805:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A805:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A805:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A805:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A805:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A805:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A805:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A805:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A805:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A805:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A805:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A805:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A805:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A805:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A805:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A805:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A805:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A805:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A805:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A805:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A805:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A805:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A805:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A805:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A805:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A805:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A805:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A805:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A805:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A805:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A805:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A805:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A805:00000029:FFFFFFFF:Igniz :ct2k3sp:62000000:000000:00000000:00000000:Select Character (C) PL2 :ct2k3sp:00010000:10A806:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A806:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A806:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A806:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A806:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A806:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A806:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A806:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A806:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A806:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A806:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A806:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A806:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A806:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A806:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A806:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A806:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A806:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A806:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A806:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A806:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A806:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A806:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A806:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A806:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A806:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A806:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A806:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A806:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A806:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A806:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A806:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A806:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A806:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A806:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A806:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A806:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A806:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A806:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A806:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A806:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A806:00000029:FFFFFFFF:Igniz :ct2k3sp:62000000:000000:00000000:00000000:Select Character PL2 (D) :ct2k3sp:00010000:10A807:00000000:FFFFFFFF:K' :ct2k3sp:00010000:10A807:00000001:FFFFFFFF:Maxima :ct2k3sp:00010000:10A807:00000002:FFFFFFFF:Whip :ct2k3sp:00010000:10A807:00000003:FFFFFFFF:Lin :ct2k3sp:00010000:10A807:00000004:FFFFFFFF:Kyo :ct2k3sp:00010000:10A807:00000005:FFFFFFFF:Benimaru :ct2k3sp:00010000:10A807:00000006:FFFFFFFF:Daimon :ct2k3sp:00010000:10A807:00000007:FFFFFFFF:Shingo :ct2k3sp:00010000:10A807:00000008:FFFFFFFF:Iori :ct2k3sp:00010000:10A807:00000009:FFFFFFFF:Vanessa :ct2k3sp:00010000:10A807:0000000A:FFFFFFFF:Seth :ct2k3sp:00010000:10A807:0000000B:FFFFFFFF:Ramon :ct2k3sp:00010000:10A807:0000000C:FFFFFFFF:Leona :ct2k3sp:00010000:10A807:0000000D:FFFFFFFF:Ralf :ct2k3sp:00010000:10A807:0000000E:FFFFFFFF:Clark :ct2k3sp:00010000:10A807:0000000F:FFFFFFFF:Heidern :ct2k3sp:00010000:10A807:00000010:FFFFFFFF:Terry :ct2k3sp:00010000:10A807:00000011:FFFFFFFF:Andy :ct2k3sp:00010000:10A807:00000012:FFFFFFFF:Joe :ct2k3sp:00010000:10A807:00000013:FFFFFFFF:Mary :ct2k3sp:00010000:10A807:00000014:FFFFFFFF:Ryo :ct2k3sp:00010000:10A807:00000015:FFFFFFFF:Robert :ct2k3sp:00010000:10A807:00000016:FFFFFFFF:Yuri :ct2k3sp:00010000:10A807:00000017:FFFFFFFF:Takuma :ct2k3sp:00010000:10A807:00000018:FFFFFFFF:King :ct2k3sp:00010000:10A807:00000019:FFFFFFFF:Mai :ct2k3sp:00010000:10A807:0000001A:FFFFFFFF:Hinako :ct2k3sp:00010000:10A807:0000001B:FFFFFFFF:Xiangfei :ct2k3sp:00010000:10A807:0000001C:FFFFFFFF:Kula :ct2k3sp:00010000:10A807:0000001D:FFFFFFFF:Foxy :ct2k3sp:00010000:10A807:0000001E:FFFFFFFF:K9999 :ct2k3sp:00010000:10A807:0000001F:FFFFFFFF:Angel :ct2k3sp:00010000:10A807:00000020:FFFFFFFF:Athena :ct2k3sp:00010000:10A807:00000021:FFFFFFFF:Kensou :ct2k3sp:00010000:10A807:00000022:FFFFFFFF:Chin :ct2k3sp:00010000:10A807:00000023:FFFFFFFF:Bao :ct2k3sp:00010000:10A807:00000024:FFFFFFFF:Kim :ct2k3sp:00010000:10A807:00000025:FFFFFFFF:Chang :ct2k3sp:00010000:10A807:00000026:FFFFFFFF:Choi :ct2k3sp:00010000:10A807:00000027:FFFFFFFF:May :ct2k3sp:00010000:10A807:00000028:FFFFFFFF:Zero :ct2k3sp:00010000:10A807:00000029:FFFFFFFF:Igniz ct2k3sp:0:10A80F:28:000:Play with Zero PL2:This maybe less buggy then the above cheat for this character ct2k3sp:0:10A81E:28:500:Play with Zero PL2 (2/7) ct2k3sp:0:10A81F:28:500:Play with Zero PL2 (3/7) ct2k3sp:0:10A820:28:500:Play with Zero PL2 (4/7) ct2k3sp:0:10A822:00:500:Play with Zero PL2 (5/7) ct2k3sp:0:10A823:00:500:Play with Zero PL2 (6/7) ct2k3sp:0:10A824:00:500:Play with Zero PL2 (7/7) ct2k3sp:0:10A80F:29:000:Play with Igniz PL2:This maybe less buggy then the above cheat for this character ct2k3sp:0:10A81E:29:500:Play with Igniz PL2 (2/4) ct2k3sp:0:10A81F:29:500:Play with Igniz PL2 (3/4) ct2k3sp:0:10A820:29:500:Play with Igniz PL2 (4/4) ct2k3sp:0:10A80F:28:000:Play with Zero (featuring Evil Joe) PL2 ct2k3sp:0:10A81E:28:500:Play with Zero (featuring Evil Joe) PL2 (2/7) ct2k3sp:0:10A81F:12:500:Play with Zero (featuring Evil Joe) PL2 (3/7) ct2k3sp:0:10A820:28:500:Play with Zero (featuring Evil Joe) PL2 (4/7) ct2k3sp:0:10A822:00:500:Play with Zero (featuring Evil Joe) PL2 (5/7) ct2k3sp:0:10A823:B5:500:Play with Zero (featuring Evil Joe) PL2 (6/7) ct2k3sp:0:10A824:00:500:Play with Zero (featuring Evil Joe) PL2 (7/7) :ct2k3sp:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ct2k3sp:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ct2k3sp:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Terranean (Cassette) ] cterrani:0:0013:99:000:Infinite Credits cterrani:0:0049:00:000:Infinite Planet Shield:Shield around planet always at maximum cterrani:0:007F:3D:000:Instantly Beat Levels:Gives maximum bonus if enabled at start of level cterrani:0:001F:0A:000:Infinite Lives PL1 cterrani:0:0020:0A:000:Infinite Lives PL2 ; [ Crouching Tiger Hidden Dragon 2003 (The King of Fighters 2001 bootleg) ] cthd2003:0:10A7D3:46:000:Infinite Time cthd2003:0:10A7E0:00:000:Mai's boobs always bounce:Causes Japanese text to appear cthd2003:0:108239:66:000:Infinite Energy PL1 cthd2003:0:108239:00:001:Drain All Energy Now! PL1 cthd2003:0:1082E3:04:000:Always have Maximum POW PL1 cthd2003:0:1081E8:00:000:Always have No POW PL1 cthd2003:0:1082E3:00:500:Always have No POW PL1 (2/2) :cthd2003:62000000:000000:00000000:00000000:Select Character (A) PL1:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :cthd2003:00010000:10A7E6:00000000:FFFFFFFF:K' :cthd2003:00010000:10A7E6:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A7E6:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A7E6:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A7E6:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A7E6:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A7E6:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A7E6:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A7E6:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A7E6:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A7E6:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A7E6:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A7E6:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A7E6:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A7E6:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A7E6:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A7E6:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A7E6:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A7E6:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A7E6:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A7E6:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A7E6:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A7E6:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A7E6:00000018:FFFFFFFF:King :cthd2003:00010000:10A7E6:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A7E6:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A7E6:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A7E6:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A7E6:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A7E6:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A7E6:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A7E6:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A7E6:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A7E6:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A7E6:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A7E6:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A7E6:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A7E6:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A7E6:00000027:FFFFFFFF:May :cthd2003:00010000:10A7E6:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A7E6:00000029:FFFFFFFF:Igniz :cthd2003:62000000:000000:00000000:00000000:Select Character (B) PL1 :cthd2003:00010000:10A7E7:00000000:FFFFFFFF:K' :cthd2003:00010000:10A7E7:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A7E7:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A7E7:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A7E7:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A7E7:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A7E7:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A7E7:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A7E7:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A7E7:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A7E7:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A7E7:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A7E7:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A7E7:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A7E7:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A7E7:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A7E7:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A7E7:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A7E7:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A7E7:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A7E7:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A7E7:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A7E7:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A7E7:00000018:FFFFFFFF:King :cthd2003:00010000:10A7E7:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A7E7:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A7E7:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A7E7:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A7E7:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A7E7:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A7E7:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A7E7:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A7E7:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A7E7:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A7E7:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A7E7:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A7E7:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A7E7:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A7E7:00000027:FFFFFFFF:May :cthd2003:00010000:10A7E7:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A7E7:00000029:FFFFFFFF:Igniz :cthd2003:62000000:000000:00000000:00000000:Select Character (C) PL1 :cthd2003:00010000:10A7E8:00000000:FFFFFFFF:K' :cthd2003:00010000:10A7E8:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A7E8:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A7E8:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A7E8:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A7E8:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A7E8:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A7E8:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A7E8:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A7E8:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A7E8:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A7E8:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A7E8:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A7E8:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A7E8:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A7E8:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A7E8:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A7E8:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A7E8:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A7E8:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A7E8:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A7E8:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A7E8:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A7E8:00000018:FFFFFFFF:King :cthd2003:00010000:10A7E8:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A7E8:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A7E8:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A7E8:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A7E8:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A7E8:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A7E8:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A7E8:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A7E8:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A7E8:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A7E8:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A7E8:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A7E8:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A7E8:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A7E8:00000027:FFFFFFFF:May :cthd2003:00010000:10A7E8:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A7E8:00000029:FFFFFFFF:Igniz :cthd2003:62000000:000000:00000000:00000000:Select Character PL1 (D) :cthd2003:00010000:10A7E9:00000000:FFFFFFFF:K' :cthd2003:00010000:10A7E9:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A7E9:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A7E9:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A7E9:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A7E9:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A7E9:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A7E9:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A7E9:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A7E9:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A7E9:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A7E9:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A7E9:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A7E9:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A7E9:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A7E9:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A7E9:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A7E9:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A7E9:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A7E9:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A7E9:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A7E9:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A7E9:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A7E9:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A7E9:00000018:FFFFFFFF:King :cthd2003:00010000:10A7E9:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A7E9:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A7E9:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A7E9:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A7E9:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A7E9:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A7E9:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A7E9:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A7E9:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A7E9:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A7E9:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A7E9:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A7E9:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A7E9:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A7E9:00000027:FFFFFFFF:May :cthd2003:00010000:10A7E9:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A7E9:00000029:FFFFFFFF:Igniz cthd2003:0:10A7E9:28:000:Play with Zero PL1:This maybe less buggy then the above cheat for this character cthd2003:0:10A7F8:28:500:Play with Zero PL1 (2/7) cthd2003:0:10A7F9:28:500:Play with Zero PL1 (3/7) cthd2003:0:10A7FA:28:500:Play with Zero PL1 (4/7) cthd2003:0:10A7FC:00:500:Play with Zero PL1 (5/7) cthd2003:0:10A7FD:00:500:Play with Zero PL1 (6/7) cthd2003:0:10A7FE:00:500:Play with Zero PL1 (7/7) cthd2003:0:10A7E9:29:000:Play with Igniz PL1:This maybe less buggy then the above cheat for this character cthd2003:0:10A7F8:29:500:Play with Igniz PL1 (2/4) cthd2003:0:10A7F9:29:500:Play with Igniz PL1 (3/4) cthd2003:0:10A7FA:29:500:Play with Igniz PL1 (4/4) cthd2003:0:10A7E9:28:000:Play with Zero (featuring Evil Joe) PL1 cthd2003:0:10A7F8:28:500:Play with Zero (featuring Evil Joe) PL1 (2/7) cthd2003:0:10A7F9:12:500:Play with Zero (featuring Evil Joe) PL1 (3/7) cthd2003:0:10A7FA:28:500:Play with Zero (featuring Evil Joe) PL1 (4/7) cthd2003:0:10A7FC:00:500:Play with Zero (featuring Evil Joe) PL1 (5/7) cthd2003:0:10A7FD:B5:500:Play with Zero (featuring Evil Joe) PL1 (6/7) cthd2003:0:10A7FE:00:500:Play with Zero (featuring Evil Joe) PL1 (7/7) cthd2003:0:108439:66:000:Infinite Energy PL2 cthd2003:0:108439:00:001:Drain All Energy Now! PL2 cthd2003:0:1084E3:04:000:Always have Maximum POW PL2 cthd2003:0:1083E8:00:000:Always have No POW PL2 cthd2003:0:1084E3:00:500:Always have No POW PL2 (2/2) :cthd2003:62000000:000000:00000000:00000000:Select Character (A) PL2:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :cthd2003:00010000:10A804:00000000:FFFFFFFF:K' :cthd2003:00010000:10A804:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A804:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A804:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A804:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A804:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A804:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A804:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A804:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A804:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A804:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A804:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A804:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A804:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A804:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A804:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A804:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A804:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A804:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A804:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A804:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A804:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A804:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A804:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A804:00000018:FFFFFFFF:King :cthd2003:00010000:10A804:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A804:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A804:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A804:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A804:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A804:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A804:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A804:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A804:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A804:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A804:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A804:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A804:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A804:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A804:00000027:FFFFFFFF:May :cthd2003:00010000:10A804:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A804:00000029:FFFFFFFF:Igniz :cthd2003:62000000:000000:00000000:00000000:Select Character (B) PL2 :cthd2003:00010000:10A805:00000000:FFFFFFFF:K' :cthd2003:00010000:10A805:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A805:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A805:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A805:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A805:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A805:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A805:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A805:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A805:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A805:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A805:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A805:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A805:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A805:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A805:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A805:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A805:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A805:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A805:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A805:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A805:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A805:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A805:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A805:00000018:FFFFFFFF:King :cthd2003:00010000:10A805:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A805:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A805:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A805:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A805:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A805:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A805:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A805:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A805:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A805:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A805:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A805:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A805:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A805:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A805:00000027:FFFFFFFF:May :cthd2003:00010000:10A805:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A805:00000029:FFFFFFFF:Igniz :cthd2003:62000000:000000:00000000:00000000:Select Character (C) PL2 :cthd2003:00010000:10A806:00000000:FFFFFFFF:K' :cthd2003:00010000:10A806:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A806:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A806:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A806:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A806:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A806:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A806:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A806:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A806:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A806:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A806:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A806:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A806:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A806:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A806:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A806:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A806:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A806:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A806:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A806:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A806:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A806:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A806:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A806:00000018:FFFFFFFF:King :cthd2003:00010000:10A806:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A806:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A806:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A806:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A806:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A806:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A806:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A806:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A806:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A806:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A806:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A806:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A806:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A806:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A806:00000027:FFFFFFFF:May :cthd2003:00010000:10A806:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A806:00000029:FFFFFFFF:Igniz :cthd2003:62000000:000000:00000000:00000000:Select Character PL2 (D) :cthd2003:00010000:10A807:00000000:FFFFFFFF:K' :cthd2003:00010000:10A807:00000001:FFFFFFFF:Maxima :cthd2003:00010000:10A807:00000002:FFFFFFFF:Whip :cthd2003:00010000:10A807:00000003:FFFFFFFF:Lin :cthd2003:00010000:10A807:00000004:FFFFFFFF:Kyo :cthd2003:00010000:10A807:00000005:FFFFFFFF:Benimaru :cthd2003:00010000:10A807:00000006:FFFFFFFF:Daimon :cthd2003:00010000:10A807:00000007:FFFFFFFF:Shingo :cthd2003:00010000:10A807:00000008:FFFFFFFF:Iori :cthd2003:00010000:10A807:00000009:FFFFFFFF:Vanessa :cthd2003:00010000:10A807:0000000A:FFFFFFFF:Seth :cthd2003:00010000:10A807:0000000B:FFFFFFFF:Ramon :cthd2003:00010000:10A807:0000000C:FFFFFFFF:Leona :cthd2003:00010000:10A807:0000000D:FFFFFFFF:Ralf :cthd2003:00010000:10A807:0000000E:FFFFFFFF:Clark :cthd2003:00010000:10A807:0000000F:FFFFFFFF:Heidern :cthd2003:00010000:10A807:00000010:FFFFFFFF:Terry :cthd2003:00010000:10A807:00000011:FFFFFFFF:Andy :cthd2003:00010000:10A807:00000012:FFFFFFFF:Joe :cthd2003:00010000:10A807:00000013:FFFFFFFF:Mary :cthd2003:00010000:10A807:00000014:FFFFFFFF:Ryo :cthd2003:00010000:10A807:00000015:FFFFFFFF:Robert :cthd2003:00010000:10A807:00000016:FFFFFFFF:Yuri :cthd2003:00010000:10A807:00000017:FFFFFFFF:Takuma :cthd2003:00010000:10A807:00000018:FFFFFFFF:King :cthd2003:00010000:10A807:00000019:FFFFFFFF:Mai :cthd2003:00010000:10A807:0000001A:FFFFFFFF:Hinako :cthd2003:00010000:10A807:0000001B:FFFFFFFF:Xiangfei :cthd2003:00010000:10A807:0000001C:FFFFFFFF:Kula :cthd2003:00010000:10A807:0000001D:FFFFFFFF:Foxy :cthd2003:00010000:10A807:0000001E:FFFFFFFF:K9999 :cthd2003:00010000:10A807:0000001F:FFFFFFFF:Angel :cthd2003:00010000:10A807:00000020:FFFFFFFF:Athena :cthd2003:00010000:10A807:00000021:FFFFFFFF:Kensou :cthd2003:00010000:10A807:00000022:FFFFFFFF:Chin :cthd2003:00010000:10A807:00000023:FFFFFFFF:Bao :cthd2003:00010000:10A807:00000024:FFFFFFFF:Kim :cthd2003:00010000:10A807:00000025:FFFFFFFF:Chang :cthd2003:00010000:10A807:00000026:FFFFFFFF:Choi :cthd2003:00010000:10A807:00000027:FFFFFFFF:May :cthd2003:00010000:10A807:00000028:FFFFFFFF:Zero :cthd2003:00010000:10A807:00000029:FFFFFFFF:Igniz cthd2003:0:10A80F:28:000:Play with Zero PL2:This maybe less buggy then the above cheat for this character cthd2003:0:10A81E:28:500:Play with Zero PL2 (2/7) cthd2003:0:10A81F:28:500:Play with Zero PL2 (3/7) cthd2003:0:10A820:28:500:Play with Zero PL2 (4/7) cthd2003:0:10A822:00:500:Play with Zero PL2 (5/7) cthd2003:0:10A823:00:500:Play with Zero PL2 (6/7) cthd2003:0:10A824:00:500:Play with Zero PL2 (7/7) cthd2003:0:10A80F:29:000:Play with Igniz PL2:This maybe less buggy then the above cheat for this character cthd2003:0:10A81E:29:500:Play with Igniz PL2 (2/4) cthd2003:0:10A81F:29:500:Play with Igniz PL2 (3/4) cthd2003:0:10A820:29:500:Play with Igniz PL2 (4/4) cthd2003:0:10A80F:28:000:Play with Zero (featuring Evil Joe) PL2 cthd2003:0:10A81E:28:500:Play with Zero (featuring Evil Joe) PL2 (2/7) cthd2003:0:10A81F:12:500:Play with Zero (featuring Evil Joe) PL2 (3/7) cthd2003:0:10A820:28:500:Play with Zero (featuring Evil Joe) PL2 (4/7) cthd2003:0:10A822:00:500:Play with Zero (featuring Evil Joe) PL2 (5/7) cthd2003:0:10A823:B5:500:Play with Zero (featuring Evil Joe) PL2 (6/7) cthd2003:0:10A824:00:500:Play with Zero (featuring Evil Joe) PL2 (7/7) :cthd2003:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :cthd2003:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :cthd2003:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Treasure Island (Cassette, set 1) ] :ctisland:20800000:00C65:00000000:FFFFFFFF:Invincibility :ctisland:20810000:110E7:00000060:FFFFFFFF:Invincibility (2/3):1st = Sea, 2nd = Skull :ctisland:20810000:11952:00000060:FFFFFFFF:Invincibility (3/3):Monster ctisland:0:001F:05:000:Infinite Lives PL1 ctisland:0:002F:05:000:Infinite Lives PL2 ; [ Treasure Island (Cassette, set 2) ] ctislnd2:0:0040:05:000:Infinite Lives :ctislnd2:20800000:00CE5:00000000:FFFFFFFF:Invincibility :ctislnd2:20810000:111BA:00000060:FFFFFFFF:Invincibility (2/3):1st = Sea, 2nd = Skull :ctislnd2:20810000:11A39:00000060:FFFFFFFF:Invincibility (3/3):Monster ; [ Treasure Island (Cassette, set 3) ] ctislnd3:0:0040:05:000:Infinite Lives ; [ Captain Tomaday ] ctomaday:0:10137D:0A:000:Infinite Lives PL1 ctomaday:0:10413D:07:000:Invincibility PL1 ctomaday:0:104201:05:000:Right Arm Max Power PL1 ctomaday:0:1041AB:05:000:Left Arm Max Power PL1 ctomaday:0:104135:00:000:Always Original Ship PL1 ctomaday:0:104135:01:000:Always Winged Ship PL1 ctomaday:0:104135:02:000:Always MiniShip PL1 ctomaday:0:104135:03:000:Always Big Ship PL1 ctomaday:0:104135:04:000:Always Carrot Ship PL1 ctomaday:0:104135:05:000:Always Fish Ship PL1 ctomaday:0:104135:06:000:Always Cross Ship PL1 ctomaday:0:104135:07:000:Always Rabbit Ship PL1 ctomaday:0:104135:08:000:Always Blue-Fish Ship PL1 ctomaday:0:104135:09:000:Always Potplant Ship PL1 ctomaday:0:104135:0A:000:Always Cat Ship PL1 ctomaday:0:104135:0B:000:Always Monkey Ship PL1 ctomaday:0:104135:0C:000:Always Prawn Ship PL1 ctomaday:0:104135:0D:000:Always Aeroplane Ship PL1 ctomaday:0:104135:0E:000:Always Cupid Ship PL1 ctomaday:0:104135:0F:000:Always Baby Ship PL1 ctomaday:0:104135:00:001:Get Original Ship Now! PL1 ctomaday:0:104135:01:001:Get Winged Ship Now! PL1 ctomaday:0:104135:02:001:Get MiniShip Now! PL1 ctomaday:0:104135:03:001:Get Big Ship Now! PL1 ctomaday:0:104135:04:001:Get Carrot Ship Now! PL1 ctomaday:0:104135:05:001:Get Fish Ship Now! PL1 ctomaday:0:104135:06:001:Get Cross Ship Now! PL1 ctomaday:0:104135:07:001:Get Rabbit Ship Now! PL1 ctomaday:0:104135:08:001:Get Blue-Fish Ship Now! PL1 ctomaday:0:104135:09:001:Get Potplant Ship Now! PL1 ctomaday:0:104135:0A:001:Get Cat Ship Now! PL1 ctomaday:0:104135:0B:001:Get Monkey Ship Now! PL1 ctomaday:0:104135:0C:001:Get Prawn Ship Now! PL1 ctomaday:0:104135:0D:001:Get Aeroplane Ship Now! PL1 ctomaday:0:104135:0E:001:Get Cupid Ship Now! PL1 ctomaday:0:104135:0F:001:Get Baby Ship Now! PL1 ctomaday:0:101399:0A:000:Infinite Lives PL2 ctomaday:0:10432D:07:000:Invincibility PL2 ctomaday:0:1043F1:05:000:Right Arm Max Power PL2 ctomaday:0:10439B:05:000:Left Arm Max Power PL2 ctomaday:0:104325:01:000:Always Winged Ship PL2 ctomaday:0:104325:02:000:Always MiniShip PL2 ctomaday:0:104325:03:000:Always Big Ship PL2 ctomaday:0:104325:04:000:Always Carrot Ship PL2 ctomaday:0:104325:05:000:Always Fish Ship PL2 ctomaday:0:104325:06:000:Always Cross Ship PL2 ctomaday:0:104325:07:000:Always Rabbit Ship PL2 ctomaday:0:104325:08:000:Always Blue-Fish Ship PL2 ctomaday:0:104325:09:000:Always Potplant Ship PL2 ctomaday:0:104325:0A:000:Always Cat Ship PL2 ctomaday:0:104325:0B:000:Always Monkey Ship PL2 ctomaday:0:104325:0C:000:Always Prawn Ship PL2 ctomaday:0:104325:0D:000:Always Aeroplane Ship PL2 ctomaday:0:104325:0E:000:Always Cupid Ship PL2 ctomaday:0:104325:0F:000:Always Baby Ship PL2 ctomaday:0:104325:00:001:Get Original Ship Now! PL2 ctomaday:0:104325:01:001:Get Winged Ship Now! PL2 ctomaday:0:104325:02:001:Get MiniShip Now! PL2 ctomaday:0:104325:03:001:Get Big Ship Now! PL2 ctomaday:0:104325:04:001:Get Carrot Ship Now! PL2 ctomaday:0:104325:05:001:Get Fish Ship Now! PL2 ctomaday:0:104325:06:001:Get Cross Ship Now! PL2 ctomaday:0:104325:07:001:Get Rabbit Ship Now! PL2 ctomaday:0:104325:08:001:Get Blue-Fish Ship Now! PL2 ctomaday:0:104325:09:001:Get Potplant Ship Now! PL2 ctomaday:0:104325:0A:001:Get Cat Ship Now! PL2 ctomaday:0:104325:0B:001:Get Monkey Ship Now! PL2 ctomaday:0:104325:0C:001:Get Prawn Ship Now! PL2 ctomaday:0:104325:0D:001:Get Aeroplane Ship Now! PL2 ctomaday:0:104325:0E:001:Get Cupid Ship Now! PL2 ctomaday:0:104325:0F:001:Get Baby Ship Now! PL2 :ctomaday:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ctomaday:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ctomaday:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Tornado (Cassette) ] ctornado:0:0018:16:000:Infinite Credits ctornado:0:0015:05:000:Infinite Bombs ctornado:0:000D:FF:000:Infinite Capsules ctornado:0:000E:FF:500:Infinite Capsules (2/4) ctornado:0:000F:FF:500:Infinite Capsules (3/4) ctornado:0:0010:FF:500:Infinite Capsules (4/4) ctornado:0:001D:06:000:Infinite Lives PL1 ctornado:0:001E:06:000:Infinite Lives PL2 ; [ Combatribes, The (US) ] ctribe:0:1C0078:09:000:Infinite Time ctribe:0:1C0079:99:500:Infinite Time (2/2) ctribe:0:1C013C:09:000:Infinite Energy PL1 ctribe:0:1C013D:99:500:Infinite Energy PL1 (2/2) ctribe:0:1C01F0:09:000:Infinite Energy PL2 ctribe:0:1C01F1:99:500:Infinite Energy PL2 (2/2) ctribe:0:1C02A4:09:000:Infinite Energy PL3 ctribe:0:1C02A5:99:500:Infinite Energy PL3 (2/2) ; [ Combatribes, The (bootleg) ] ctribeb:0:1C0078:09:000:Infinite Time ctribeb:0:1C0079:99:500:Infinite Time (2/2) ctribeb:0:1C013C:09:000:Infinite Energy PL1 ctribeb:0:1C013D:99:500:Infinite Energy PL1 (2/2) ctribeb:0:1C01F0:09:000:Infinite Energy PL2 ctribeb:0:1C01F1:99:500:Infinite Energy PL2 (2/2) ctribeb:0:1C02A4:09:000:Infinite Energy PL3 ctribeb:0:1C02A5:99:500:Infinite Energy PL3 (2/2) ; [ Caterpillar Pacman Hack ] ctrpllrp:0:4E14:06:000:Infinite Lives ctrpllrp:0:4E15:05:500:Infinite Lives (2/2) :ctrpllrp:20A00000:1774:0035A0C3:FFFFFFFF:Invincibility :ctrpllrp:20A10000:35A0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $35A0, 2nd = and a/jp nz, $35A7 :ctrpllrp:20B10000:35A3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :ctrpllrp:20B10000:35A7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :ctrpllrp:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. ctrpllrp:0:4E0E:F4:001:Finish this Level Now! ctrpllrp:0:0000:00:999:[ ------- Starting Levels ------ ] ctrpllrp:0:0000:00:999:[ Deactivate the cheats after ] ctrpllrp:0:0000:00:999:[ starting the level or leave them] ctrpllrp:0:0000:00:999:[ active to repeat the level. ] ctrpllrp:0:4E0A:7E:000:Start at Strawberry ctrpllrp:0:4E13:01:500:Start at Strawberry (2/2) ctrpllrp:0:4E0A:7F:000:Start at 1st Orange ctrpllrp:0:4E13:02:500:Start at 1st Orange (2/2) ctrpllrp:0:4E0A:80:000:Start at 2nd Orange ctrpllrp:0:4E13:03:500:Start at 2nd Orange (2/2) ctrpllrp:0:4E0A:81:000:Start at 1st Apple ctrpllrp:0:4E13:04:500:Start at 1st Apple (2/2) ctrpllrp:0:4E0A:82:000:Start at 2nd Apple ctrpllrp:0:4E13:05:500:Start at 2nd Apple (2/2) ctrpllrp:0:4E0A:83:000:Start at 1st Pineapple ctrpllrp:0:4E13:06:500:Start at 1st Pineapple (2/2) ctrpllrp:0:4E0A:84:000:Start at 2nd Pineapple ctrpllrp:0:4E13:07:500:Start at 2nd Pineapple (2/2) ctrpllrp:0:4E0A:85:000:Start at 1st Galaxian ctrpllrp:0:4E13:08:500:Start at 1st Galaxian (2/2) ctrpllrp:0:4E0A:86:000:Start at 2nd Galaxian ctrpllrp:0:4E13:09:500:Start at 2nd Galaxian (2/2) ctrpllrp:0:4E0A:87:000:Start at 1st Bell ctrpllrp:0:4E13:0A:500:Start at 1st Bell (2/2) ctrpllrp:0:4E0A:88:000:Start at 2nd Bell ctrpllrp:0:4E13:0B:500:Start at 2nd Bell (2/2) ctrpllrp:0:4E0A:87:000:Start at 1st Key ctrpllrp:0:4E13:0C:500:Start at 1st Key (2/2) ctrpllrp:0:4E0A:88:000:Start at 2nd Key ctrpllrp:0:4E13:0D:500:Start at 2nd Key (2/2) ctrpllrp:0:0000:00:999:[ ------- Practice Levels ------ ] ctrpllrp:0:4E13:00:000:Practice Cherry ctrpllrp:0:4E13:01:000:Practice Strawberry ctrpllrp:0:4E13:02:000:Practice 1st Orange ctrpllrp:0:4E13:03:000:Practice 2nd Orange ctrpllrp:0:4E13:04:000:Practice 1st Apple ctrpllrp:0:4E13:05:000:Practice 2nd Apple ctrpllrp:0:4E13:06:000:Practice 1st Pineapple ctrpllrp:0:4E13:07:000:Practice 2nd Pineapple ctrpllrp:0:4E13:08:000:Practice 1st Galaxian ctrpllrp:0:4E13:09:000:Practice 2nd Galaxian ctrpllrp:0:4E13:0A:000:Practice 1st Bell ctrpllrp:0:4E13:0B:000:Practice 2nd Bell ctrpllrp:0:4E13:0C:000:Practice 1st Key ctrpllrp:0:4E13:0D:000:Practice 2nd Key ctrpllrp:0:4E13:FF:000:Split-Screen (Unplayable) ctrpllrp:0:4E13:FE:000:No maze or dots(Unfinishable) ctrpllrp:0:0000:00:999:[ ------- Practice Speeds ------ ] ctrpllrp:0:4DBD:00:000:Stay blue until eaten ctrpllrp:0:4DBE:00:500:Stay blue until eaten (2/2) ctrpllrp:0:4DBD:58:000:Slow changeback ctrpllrp:0:4DBE:02:500:Slow changeback (2/2) ctrpllrp:0:4DBD:68:000:Moderate changeback ctrpllrp:0:4DBE:01:500:Moderate changeback (2/2) ctrpllrp:0:4DBD:F0:000:Quick changeback ctrpllrp:0:4DBE:00:500:Quick changeback (2/2) ctrpllrp:0:4DBD:78:000:Lightning changeback ctrpllrp:0:4DBE:00:500:Lightning changeback (2/2) ctrpllrp:0:4DBD:01:000:No change to blue ctrpllrp:0:4DBE:00:500:No change to blue (2/2) ctrpllrp:0:0000:00:999:[ -------- Ghost Status -------- ] ctrpllrp:0:4DA7:01:000:Red always blue ctrpllrp:0:4DA8:01:000:Pink always blue ctrpllrp:0:4DA9:01:000:Green always blue ctrpllrp:0:4DAA:01:000:Orange always blue ctrpllrp:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Test Tape (Cassette) ] ctsttape:0:000000:00:999:[ Now you really don't expect ] ctsttape:0:000000:00:999:[ a cheat for this diagnostic ] ctsttape:0:000000:00:999:[ tape...........DO YOU??!! ] ; [ Cuby Bop (Location Test) ] cubybop:0:8240:09:000:Infinite Credits cubybop:0:8403:09:000:Infinite Time cubybop:0:8404:09:500:Infinite Time (2/3) cubybop:0:8405:09:500:Infinite Time (3/3) cubybop:0:8498:0F:061:Select next stage ; [ Cue Brick (World version D) ] cuebrckj:0:0000:00:999:[ This game hasn't even ]:REASON 11 cuebrckj:0:0000:00:999:[ been looked at due to ]:REASON 11 cuebrckj:0:0000:00:999:[ time constraints - Too]:REASON 11 cuebrckj:0:0000:00:999:[ many games and so ]:REASON 11 cuebrckj:0:0000:00:999:[ little time. It is ]:REASON 11 cuebrckj:0:0000:00:999:[ even possible that ]:REASON 11 cuebrckj:0:0000:00:999:[ this game may be a ]:REASON 11 cuebrckj:0:0000:00:999:[ clone of an existing ]:REASON 11 cuebrckj:0:0000:00:999:[ game which may have ]:REASON 11 cuebrckj:0:0000:00:999:[ cheats. Please search ]:REASON 11 cuebrckj:0:0000:00:999:[ the cheat forums ]:REASON 11 cuebrckj:0:0000:00:999:[ before posting cheat ]:REASON 11 cuebrckj:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Cue Brick (Japan) ] cuebrick:2:060008:03:000:Infinite Play Time cuebrick:2:060009:84:500:Infinite Play Time (2/2):Keep below 03E1 or the game will crash at the end of the level. cuebrick:2:06002E:03:000:Infinite Stop Time cuebrick:2:06002F:84:500:Infinite Stop Time (2/2):Keep below 03E1 or the game may crash at the end of the level. cuebrick:2:06000D:64:000:Infinite Warp Time cuebrick:2:06000D:01:001:Open Warp Tunnel Now! cuebrick:2:000000:00:999:[You can either enable these] cuebrick:2:000000:00:999:[Goto/Start on Stage cheats ] cuebrick:2:000000:00:999:[on the title screen or in ] cuebrick:2:000000:00:999:[game, if you have enabled ] cuebrick:2:000000:00:999:[them in-game you will need ] cuebrick:2:000000:00:999:[to finish the level or die ] cuebrick:2:000000:00:999:[to see the effects of the ] cuebrick:2:000000:00:999:[cheat. Once you are on the ] cuebrick:2:000000:00:999:[desired level you must turn] cuebrick:2:000000:00:999:[the cheat OFF or you will ] cuebrick:2:000000:00:999:[keep playing that level!! ] cuebrick:2:06000E:08:000:Goto/Start on Stage 02-01 cuebrick:2:06000E:0D:000:Goto/Start on Stage 03-01 cuebrick:2:06000E:12:000:Goto/Start on Stage 04-01 cuebrick:2:06000E:17:000:Goto/Start on Stage 05-01 cuebrick:2:06000E:1C:000:Goto/Start on Stage 06-01 cuebrick:2:06000E:21:000:Goto/Start on Stage 07-01 cuebrick:2:06000E:26:000:Goto/Start on Stage 08-01 cuebrick:2:06000E:2B:000:Goto/Start on Stage 09-01 cuebrick:2:06000E:30:000:Goto/Start on Stage 10-01 cuebrick:2:06000E:35:000:Goto/Start on Stage 11-01 cuebrick:2:06000E:3A:000:Goto/Start on Stage 12-01 cuebrick:2:06000E:3F:000:Goto/Start on Stage 13-01 cuebrick:2:06000E:44:000:Goto/Start on Stage 14-01 cuebrick:2:06000E:49:000:Goto/Start on Stage 15-01 cuebrick:2:06000E:4E:000:Goto/Start on Stage 16-01 cuebrick:2:06000E:53:000:Goto/Start on Stage 17-01 cuebrick:2:06000E:58:000:Goto/Start on Stage 18-01 cuebrick:2:06000E:5D:000:Goto/Start on Stage 19-01 cuebrick:2:06000E:62:000:Goto/Start on Stage 20-01 cuebrick:2:06000E:67:000:Goto/Start on Stage END cuebrick:2:060302:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Seimei-Kantei-Meimei-Ki Cult Name ] cultname:0:0000:00:999:[ There are no cheats ]:REASON 1 cultname:0:0000:00:999:[ for this game as it ]:REASON 1 cultname:0:0000:00:999:[ didn't work the last ]:REASON 1 cultname:0:0000:00:999:[ time it was tested. ]:REASON 1 cultname:0:0000:00:999:[ If the game now works ]:REASON 1 cultname:0:0000:00:999:[ please request cheats ]:REASON 1 cultname:0:0000:00:999:[ for it on the cheat ]:REASON 1 cultname:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cuore Uno (Italia) ] cuoreuno:0:0000:00:999:[ There are no cheats ]:REASON 1 cuoreuno:0:0000:00:999:[ for this game as it ]:REASON 1 cuoreuno:0:0000:00:999:[ didn't work the last ]:REASON 1 cuoreuno:0:0000:00:999:[ time it was tested. ]:REASON 1 cuoreuno:0:0000:00:999:[ If the game now works ]:REASON 1 cuoreuno:0:0000:00:999:[ please request cheats ]:REASON 1 cuoreuno:0:0000:00:999:[ for it on the cheat ]:REASON 1 cuoreuno:0:0000:00:999:[ forums. ]:REASON 1 ; [ Taito Cup Finals (World) ] cupfinal:0:412629:3C:000:Infinite Time cupfinal:0:412628:09:500:Infinite Time (2/2) cupfinal:0:412629:00:001:Finish this Game Now! cupfinal:0:412628:00:501:Finish this Game Now! (2/2) :cupfinal:00000000:41269A:00000002:FFFFFFFF:CPU (<-) Next Foul = Red Card:Use when CPU plays with Left Team, works up to 3 times per match. When a team has 8 players, the referee only shows yellow cards. ;The referee WILL show a red card when a player makes the 3rd, 6th and the 9th foul. :cupfinal:00000000:41269B:00000002:FFFFFFFF:CPU (->) Next Foul = Red Card:Use when CPU plays with Right Team, works up to 3 times per match. When a team has 8 players, the referee only shows yellow cards. ;The referee WILL show a red card when a player makes the 3rd, 6th and the 9th foul. cupfinal:0:410E71:00:000:Score always 0 LEFT TEAM cupfinal:0:410E71:13:000:Score always 19 LEFT TEAM cupfinal:0:410E71:00:001:Set score = 0 Now! LEFT TEAM cupfinal:0:410E71:13:001:Set score = 19 Now! LEFT TEAM cupfinal:0:410E71:13:070:Select score Now! LEFT TEAM cupfinal:0:410E79:00:000:Score always = 0 RIGHT TEAM cupfinal:0:410E79:13:000:Score always = 19 RIGHT TEAM cupfinal:0:410E79:00:001:Set score = 0 Now! RIGHT TEAM cupfinal:0:410E79:13:001:Set score = 19 Now! RIGHT TEAM cupfinal:0:410E79:13:070:Select score Now! RIGHT TEAM cupfinal:0:40E77B:09:000:Infinite Credits PL1 cupfinal:0:410EA5:63:000:Infinite Units PL1 :cupfinal:00000000:410E8D:00000000:FFFFFFFF:No Fouls PL1 :cupfinal:62000000:000000:00000000:00000000:Select Special Shoot PL1 :cupfinal:00010000:410EA1:000000FF:FFFFFFFF:None :cupfinal:00010000:410EA1:00000000:FFFFFFFF:Super Dash :cupfinal:00010000:410EA1:00000001:FFFFFFFF:Super Sliding :cupfinal:00010000:410EA1:00000002:FFFFFFFF:Over Run :cupfinal:00010000:410EA1:00000003:FFFFFFFF:Super Guard :cupfinal:00010000:410EA1:00000004:FFFFFFFF:Banana Shoot :cupfinal:00010000:410EA1:00000005:FFFFFFFF:Super Shoot :cupfinal:00010000:410EA1:00000006:FFFFFFFF:Hyper Shoot cupfinal:0:40E77D:09:000:Infinite Credits PL2 cupfinal:0:410EDD:63:000:Infinite Units PL2 :cupfinal:00000000:410EC5:00000000:FFFFFFFF:No Fouls PL2 :cupfinal:62000000:000000:00000000:00000000:Select Special Shoot PL2 :cupfinal:00010000:410ED9:000000FF:FFFFFFFF:None :cupfinal:00010000:410ED9:00000000:FFFFFFFF:Super Dash :cupfinal:00010000:410ED9:00000001:FFFFFFFF:Super Sliding :cupfinal:00010000:410ED9:00000002:FFFFFFFF:Over Run :cupfinal:00010000:410ED9:00000003:FFFFFFFF:Super Guard :cupfinal:00010000:410ED9:00000004:FFFFFFFF:Banana Shoot :cupfinal:00010000:410ED9:00000005:FFFFFFFF:Super Shoot :cupfinal:00010000:410ED9:00000006:FFFFFFFF:Hyper Shoot cupfinal:0:40E77F:09:000:Infinite Credits PL3 cupfinal:0:410F15:63:000:Infinite Units PL3 :cupfinal:00000000:410EFD:00000000:FFFFFFFF:No Fouls PL3 :cupfinal:62000000:000000:00000000:00000000:Select Special Shoot PL3 :cupfinal:00010000:410F11:000000FF:FFFFFFFF:None :cupfinal:00010000:410F11:00000000:FFFFFFFF:Super Dash :cupfinal:00010000:410F11:00000001:FFFFFFFF:Super Sliding :cupfinal:00010000:410F11:00000002:FFFFFFFF:Over Run :cupfinal:00010000:410F11:00000003:FFFFFFFF:Super Guard :cupfinal:00010000:410F11:00000004:FFFFFFFF:Banana Shoot :cupfinal:00010000:410F11:00000005:FFFFFFFF:Super Shoot :cupfinal:00010000:410F11:00000006:FFFFFFFF:Hyper Shoot cupfinal:0:40E781:09:000:Infinite Credits PL4 cupfinal:0:410F4D:63:000:Infinite Units PL4 :cupfinal:00000000:410F35:00000000:FFFFFFFF:No Fouls PL4 :cupfinal:62000000:000000:00000000:00000000:Select Special Shoot PL4 :cupfinal:00010000:410F49:000000FF:FFFFFFFF:None :cupfinal:00010000:410F49:00000000:FFFFFFFF:Super Dash :cupfinal:00010000:410F49:00000001:FFFFFFFF:Super Sliding :cupfinal:00010000:410F49:00000002:FFFFFFFF:Over Run :cupfinal:00010000:410F49:00000003:FFFFFFFF:Super Guard :cupfinal:00010000:410F49:00000004:FFFFFFFF:Banana Shoot :cupfinal:00010000:410F49:00000005:FFFFFFFF:Super Shoot :cupfinal:00010000:410F49:00000006:FFFFFFFF:Hyper Shoot cupfinal:0:000000:00:999:[After you enable these region cheats to see any ] cupfinal:0:000000:00:999:[effect you will have to reset the game (F3). ] cupfinal:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] cupfinal:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] cupfinal:0:07FFFF:01:100:Region Switch = Japan cupfinal:0:07FFFF:02:100:Region Switch = US cupfinal:0:07FFFF:03:100:Region Switch = World ; [ Seibu Cup Soccer ] cupsoc:0:109294:63:000:Infinite Credits cupsoc:0:109E25:63:000:Infinite Time cupsoc:0:109E25:01:001:Finish this Game Now! cupsoc:0:000000:00:999:[ The displayed score won't be updated until a ] cupsoc:0:000000:00:999:[ goal has been scored! ] cupsoc:0:109E2F:00:000:Score always 0 Left Team cupsoc:0:109E2F:63:000:Score always 99 Left Team cupsoc:0:109E2F:00:001:Set score = 0 Now! Left Team cupsoc:0:109E2F:32:001:Set score = 50 Now! Left Team cupsoc:0:109E2F:63:070:Select score Now! Left Team cupsoc:0:109E5D:00:000:Score always = 0 Right Team cupsoc:0:109E5D:63:000:Score always = 99 Right Team cupsoc:0:109E5D:00:001:Set score = 0 Now! Right Team cupsoc:0:109E5D:32:001:Set score = 50 Now! Right Team cupsoc:0:109E5D:63:070:Select score Now! Right Team ; [ Seibu Cup Soccer (set 2) ] cupsoc2:0:109294:63:000:Infinite Credits cupsoc2:0:109E25:63:000:Infinite Time cupsoc2:0:109E25:01:001:Finish this Game Now! cupsoc2:0:000000:00:999:[ The displayed score won't be updated until a ] cupsoc2:0:000000:00:999:[ goal has been scored! ] cupsoc2:0:109E2F:00:000:Score always 0 Left Team cupsoc2:0:109E2F:63:000:Score always 99 Left Team cupsoc2:0:109E2F:00:001:Set score = 0 Now! Left Team cupsoc2:0:109E2F:32:001:Set score = 50 Now! Left Team cupsoc2:0:109E2F:63:070:Select score Now! Left Team cupsoc2:0:109E5D:00:000:Score always = 0 Right Team cupsoc2:0:109E5D:63:000:Score always = 99 Right Team cupsoc2:0:109E5D:00:001:Set score = 0 Now! Right Team cupsoc2:0:109E5D:32:001:Set score = 50 Now! Right Team cupsoc2:0:109E5D:63:070:Select score Now! Right Team ; [ Seibu Cup Soccer (bootleg) ] cupsocbl:0:109294:63:000:Infinite Credits cupsocbl:0:109E25:63:000:Infinite Time cupsocbl:0:109E25:01:001:Finish this Game Now! cupsocbl:0:000000:00:999:[ The displayed score won't be updated until a ] cupsocbl:0:000000:00:999:[ goal has been scored! ] cupsocbl:0:109E2F:00:000:Score always 0 Left Team cupsocbl:0:109E2F:63:000:Score always 99 Left Team cupsocbl:0:109E2F:00:001:Set score = 0 Now! Left Team cupsocbl:0:109E2F:32:001:Set score = 50 Now! Left Team cupsocbl:0:109E2F:63:070:Select score Now! Left Team cupsocbl:0:109E5D:00:000:Score always = 0 Right Team cupsocbl:0:109E5D:63:000:Score always = 99 Right Team cupsocbl:0:109E5D:00:001:Set score = 0 Now! Right Team cupsocbl:0:109E5D:32:001:Set score = 50 Now! Right Team cupsocbl:0:109E5D:63:070:Select score Now! Right Team ; [ Curve Ball ] curvebal:0:0183:00:000:Infinite Strikes curvebal:0:012D:00:000:Infinite Balls curvebal:0:0132:00:000:Infinite Outs curvebal:0:0183:00:001:Set Strikes to 0 Now! curvebal:0:0183:03:001:Set Strikes to 3 Now! curvebal:0:012D:00:001:Set Balls to 0 Now! curvebal:0:012D:04:001:Set Balls to 4 Now! curvebal:0:0132:00:001:Set Outs to 0 Now! curvebal:0:0132:03:001:Set Outs to 3 Now! ; [ Cutie Q ] cutieq:0:20F4:08:000:Infinite Balls :cutieq:00000010:223D:000000E2:FFFF00FB:Always Keep Ball in Play ; [ Capcom World (Japan) ] cworld:0:E008:09:000:Infinite Credits :cworld:000000E6:FC42:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer cworld:0:FC42:01:000:Answer 1 always correct cworld:0:F0AB:07:001:Good answer ends quiz Now! cworld:0:F0A4:0A:000:Infinite Questions cworld:0:FA45:05:000:Infinite Vitality PL1 cworld:0:FAC5:05:000:Infinite Vitality PL2 ; [ Capcom World 2 (Japan 920611) ] cworld2j:0:FF0EE3:09:000:Infinite Credits :cworld2j:000000E6:FFEA03:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer cworld2j:0:FFEA03:00:000:Answer 1 always correct cworld2j:0:FF10D7:00:001:Good answer ends quiz Now! cworld2j:0:FF11DB:05:000:Infinite Vitality PL1 cworld2j:0:FF14AB:05:000:Infinite Vitality PL2 ; [ Cybattler ] cybattlr:0:1FD101:09:000:Infinite Credits cybattlr:0:1FB015:80:000:Infinite Energy PL1 :cybattlr:00000000:1FB013:00000004:00000004:Invincibility PL1 cybattlr:0:1FB03C:27:000:Max charge - Sword PL1:To be used on level 1 cybattlr:0:1FB03D:0F:500:Max charge - Sword PL1 (2/2):To be used on level 1 cybattlr:0:1FB042:03:000:Max fire power - Gun PL1:To be used after level 1 :cybattlr:00000000:1FD003:00000000:00000010:Rapid Fire - Shot PL1 :cybattlr:00010000:1FB025:00000000:FFFFFFFF:Rapid Fire - Shot PL1 (2/2) :cybattlr:00000000:1FD003:00000000:00000020:Rapid Fire - Sword PL1 cybattlr:0:1FB095:80:000:Infinite Energy PL2 :cybattlr:00000000:1FB093:00000004:00000004:Invincibility PL2 cybattlr:0:1FB0BC:27:000:Max charge - Sword PL2:To be used on level 1 cybattlr:0:1FB0BD:0F:500:Max charge - Sword PL2 (2/2):To be used on level 1 cybattlr:0:1FB0C2:03:000:Max fire power - Gun PL2:To be used after level 1 :cybattlr:00000000:1FD005:00000000:00000010:Rapid Fire - Shot PL2 :cybattlr:00010000:1FB0A5:00000000:FFFFFFFF:Rapid Fire - Shot PL2 (2/2) :cybattlr:00000000:1FD005:00000000:00000020:Rapid Fire - Sword PL2 ; [ Cyberball 2072 (2 player, rev 1) ] cyberb21:0:FFA94F:3B:000:Infinite Time cyberb21:0:FFA950:00:001:Finish Period Now! cyberb21:0:FFA94F:01:501:Finish Period Now! (2/2) cyberb21:0:FF4101:09:000:Infinite Credits PL1 cyberb21:0:FF4102:09:000:Infinite Credits PL2 ; [ Cyberball 2072 (2 player, rev 2) ] cyberb22:0:FFA94F:3B:000:Infinite Time cyberb22:0:FFA950:00:001:Finish Period Now! cyberb22:0:FFA94F:01:501:Finish Period Now! (2/2) cyberb22:0:FF4101:09:000:Infinite Credits PL1 cyberb22:0:FF4102:09:000:Infinite Credits PL2 ; [ Cyberball 2072 (2 player, rev 3) ] cyberb23:0:FFA94F:3B:000:Infinite Time cyberb23:0:FFA950:00:001:Finish Period Now! cyberb23:0:FFA94F:01:501:Finish Period Now! (2/2) cyberb23:0:FF4101:09:000:Infinite Credits PL1 cyberb23:0:FF4102:09:000:Infinite Credits PL2 ; [ Cyberball 2072 (2 player, rev 4) ] cyberb2p:0:FFA94F:3B:000:Infinite Time cyberb2p:0:FFA950:00:001:Finish Period Now! cyberb2p:0:FFA94F:01:501:Finish Period Now! (2/2) cyberb2p:0:FF4101:09:000:Infinite Credits PL1 cyberb2p:0:FF4102:09:000:Infinite Credits PL2 ; [ Cyberball (rev 2) ] cyberba2:0:FF91CE:3B:000:Infinite Time [LEFT SCREEN] cyberba2:0:FF91CF:00:001:Finish Period Now! [LEFT SCREEN] cyberba2:0:FF91CE:01:501:Finish Period Now! [LEFT SCREEN] (2/2) cyberba2:0:FF9114:3B:000:Infinite Time [RIGHT SCREEN] cyberba2:0:FF9115:00:001:Finish Period Now! [RIGHT SCREEN] cyberba2:0:FF9114:01:501:Finish Period Now! [RIGHT SCREEN] (2/2) cyberba2:0:FFD0B5:09:000:Infinite Credits PL1 cyberba2:0:FFD0B6:09:000:Infinite Credits PL2 cyberba2:0:FFD0B3:09:000:Infinite Credits PL3 cyberba2:0:FFD0B4:09:000:Infinite Credits PL4 ; [ Cyberball (rev 4) ] cyberbal:0:FF91CE:3B:000:Infinite Time [LEFT SCREEN] cyberbal:0:FF91CF:00:001:Finish Period Now! [LEFT SCREEN] cyberbal:0:FF91CE:01:501:Finish Period Now! [LEFT SCREEN] (2/2) cyberbal:0:FF9114:3B:000:Infinite Time [RIGHT SCREEN] cyberbal:0:FF9115:00:001:Finish Period Now! [RIGHT SCREEN] cyberbal:0:FF9114:01:501:Finish Period Now! [RIGHT SCREEN] (2/2) cyberbal:0:FFD0B5:09:000:Infinite Credits PL1 cyberbal:0:FFD0B6:09:000:Infinite Credits PL2 cyberbal:0:FFD0B3:09:000:Infinite Credits PL3 cyberbal:0:FFD0B4:09:000:Infinite Credits PL4 ; [ Cyberball (prototype) ] cyberbap:0:FF91CE:3B:000:Infinite Time [LEFT SCREEN] cyberbap:0:FF91CF:00:001:Finish Period Now! [LEFT SCREEN] cyberbap:0:FF91CE:01:501:Finish Period Now! [LEFT SCREEN] (2/2) cyberbap:0:FF9114:3B:000:Infinite Time [RIGHT SCREEN] cyberbap:0:FF9115:00:001:Finish Period Now! [RIGHT SCREEN] cyberbap:0:FF9114:01:501:Finish Period Now! [RIGHT SCREEN] (2/2) cyberbap:0:FFD0B5:09:000:Infinite Credits PL1 cyberbap:0:FFD0B6:09:000:Infinite Credits PL2 cyberbap:0:FFD0B3:09:000:Infinite Credits PL3 cyberbap:0:FFD0B4:09:000:Infinite Credits PL4 ; [ Tournament Cyberball 2072 (rev 2) ] cyberbt:0:FF91ED:3B:000:Infinite Time [LEFT SCREEN] cyberbt:0:FF91EE:00:001:Finish Period Now! [LEFT SCREEN] cyberbt:0:FF91ED:01:501:Finish Period Now! [LEFT SCREEN] (2/2) cyberbt:0:FF9115:3B:000:Infinite Time [RIGHT SCREEN] cyberbt:0:FF9116:00:001:Finish Period Now! [RIGHT SCREEN] cyberbt:0:FF9115:01:501:Finish Period Now! [RIGHT SCREEN] (2/2) cyberbt:0:FFD0B7:09:000:Infinite Credits PL1 cyberbt:0:FFD0B8:09:000:Infinite Credits PL2 cyberbt:0:FFD0B5:09:000:Infinite Credits PL3 cyberbt:0:FFD0B6:09:000:Infinite Credits PL4 ; [ Tournament Cyberball 2072 (rev 1) ] cyberbt1:0:FF91ED:3B:000:Infinite Time [LEFT SCREEN] cyberbt1:0:FF91EE:00:001:Finish Period Now! [LEFT SCREEN] cyberbt1:0:FF91ED:01:501:Finish Period Now! [LEFT SCREEN] (2/2) cyberbt1:0:FF9115:3B:000:Infinite Time [RIGHT SCREEN] cyberbt1:0:FF9116:00:001:Finish Period Now! [RIGHT SCREEN] cyberbt1:0:FF9115:01:501:Finish Period Now! [RIGHT SCREEN] (2/2) cyberbt1:0:FFD0B7:09:000:Infinite Credits PL1 cyberbt1:0:FFD0B8:09:000:Infinite Credits PL2 cyberbt1:0:FFD0B5:09:000:Infinite Credits PL3 cyberbt1:0:FFD0B6:09:000:Infinite Credits PL4 ; [ Cyber-Lip ] cyberlip:0:107E25:59:000:Infinite Time cyberlip:0:107E3C:65:000:Infinite Continues PL1 cyberlip:0:10209D:99:000:Infinite Lives PL1 cyberlip:0:1020EC:99:000:Infinite Auto Gun PL1 cyberlip:0:1020ED:99:500:Infinite Auto Gun PL1 (2/2) cyberlip:0:1020F0:99:000:Infinite Wide Gun PL1 cyberlip:0:1020F1:99:500:Infinite Wide Gun PL1 (2/2) cyberlip:0:1020F2:99:000:Infinite Bazooka PL1 cyberlip:0:1020F3:99:500:Infinite Bazooka PL1 (2/2) cyberlip:0:1020EE:99:000:Infinite Fire PL1 cyberlip:0:1020EF:99:500:Infinite Fire PL1 (2/2) cyberlip:0:1020F4:99:000:Infinite Grenades PL1 cyberlip:0:1020F5:99:500:Infinite Grenades PL1 (2/2) cyberlip:0:000000:00:999:[ Use Invincibility with care. Turn it OFF & ] cyberlip:0:000000:00:999:[ ON with F6 when you disappear don't use too ] cyberlip:0:000000:00:999:[ many other cheats with it. ] cyberlip:0:102043:FF:000:Invincibility PL1:This cheat is buggy cyberlip:0:102044:FF:500:Invincibility PL1 (2/2) cyberlip:0:107E3E:65:000:Infinite Continues PL2 cyberlip:0:10219D:99:000:Infinite Lives PL2 cyberlip:0:1021EC:99:000:Infinite Auto Gun PL2 cyberlip:0:1021ED:99:500:Infinite Auto Gun PL2 (2/2) cyberlip:0:1021F0:99:000:Infinite Wide Gun PL2 cyberlip:0:1021F1:99:500:Infinite Wide Gun PL2 (2/2) cyberlip:0:1021F2:99:000:Infinite Bazooka PL2 cyberlip:0:1021F3:99:500:Infinite Bazooka PL2 (2/2) cyberlip:0:1021EE:99:000:Infinite Fire PL2 cyberlip:0:1021EF:99:500:Infinite Fire PL2 (2/2) cyberlip:0:1021F4:99:000:Infinite Grenades PL2 cyberlip:0:1021F5:99:500:Infinite Grenades PL2 (2/2) cyberlip:0:000000:00:999:[ Use Invincibility with care. Turn it OFF & ] cyberlip:0:000000:00:999:[ ON with F6 when you disappear don't use too ] cyberlip:0:000000:00:999:[ many other cheats with it. ] cyberlip:0:102143:FF:000:Invincibility PL2:This cheat is buggy cyberlip:0:102144:FF:500:Invincibility PL2 (2/2) :cyberlip:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :cyberlip:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :cyberlip:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Cyber Tank (v1.04) ] cybertnk:0:0000:00:999:[ There are no cheats ]:REASON 1 cybertnk:0:0000:00:999:[ for this game as it ]:REASON 1 cybertnk:0:0000:00:999:[ didn't work the last ]:REASON 1 cybertnk:0:0000:00:999:[ time it was tested. ]:REASON 1 cybertnk:0:0000:00:999:[ If the game now works ]:REASON 1 cybertnk:0:0000:00:999:[ please request cheats ]:REASON 1 cybertnk:0:0000:00:999:[ for it on the cheat ]:REASON 1 cybertnk:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cyberbots: Fullmetal Madness (Euro 950424) ] cybots:0:FF80B6:09:000:Infinite Credits cybots:0:FFEBA0:99:000:Infinite Time cybots:0:FFEBA0:00:001:Finish this Round Now! cybots:0:FF8530:08:001:Go to Final Stage Now! cybots:0:FF852A:08:501:Go to Final Stage Now! (2/3) cybots:0:FFEB36:08:501:Go to Final Stage Now! (3/3) cybots:0:FF81E5:98:000:Infinite Energy PL1 cybots:0:FF81E5:00:001:Drain All Energy Now! PL1 cybots:0:FF8534:3F:000:Infinite Power PL1 cybots:0:FF8534:00:001:Drain All Power Now! PL1 :cybots:00000000:FF830C:00000030:000000FF:Infinite Arm Gauge PL1 :cybots:00000000:FF830D:000000FF:000000FF:Arm Gauge Instantly Regeneratres PL1 :cybots:00000000:FF830D:00000000:000000FF:Arm Gauge Never Regenerates PL1 :cybots:00000001:FF82AE:00000001:000000FF:Arm VA Now! PL1 :cybots:00000001:FF82AE:00000000:000000FF:Disarm VA Now! PL1:Super-8, Helion, and Warlock cannot be disarmed cybots:0:FF830E:30:000:Infinite Weapon PL1 cybots:0:FF8310:30:500:Infinite Weapon PL1 (2/2) cybots:0:FF830A:1D:000:Infinite Boost PL1 cybots:0:FF8511:00:000:Always ride in Blodia PL1 cybots:0:FF8512:00:500:Always ride in Blodia PL1 (2/4) cybots:0:FF8513:00:500:Always ride in Blodia PL1 (3/4) cybots:0:FF852C:00:500:Always ride in Blodia PL1 (4/4) cybots:0:FF8511:01:000:Always ride in Reptos PL1 cybots:0:FF8512:01:500:Always ride in Reptos PL1 (2/4) cybots:0:FF8513:01:500:Always ride in Reptos PL1 (3/4) cybots:0:FF852C:01:500:Always ride in Reptos PL1 (4/4) cybots:0:FF8511:02:000:Always ride in Fordy PL1 cybots:0:FF8512:02:500:Always ride in Fordy PL1 (2/4) cybots:0:FF8513:02:500:Always ride in Fordy PL1 (3/4) cybots:0:FF852C:02:500:Always ride in Fordy PL1 (4/4) cybots:0:FF8511:03:000:Always ride in Guldin PL1 cybots:0:FF8512:03:500:Always ride in Guldin PL1 (2/4) cybots:0:FF8513:03:500:Always ride in Guldin PL1 (3/4) cybots:0:FF852C:03:500:Always ride in Guldin PL1 (4/4) cybots:0:FF8511:04:000:Always ride in Swordsman PL1 cybots:0:FF8512:04:500:Always ride in Swordsman PL1 (2/4) cybots:0:FF8513:04:500:Always ride in Swordsman PL1 (3/4) cybots:0:FF852C:04:500:Always ride in Swordsman PL1 (4/4) cybots:0:FF8511:05:000:Always ride in Lightning PL1 cybots:0:FF8512:05:500:Always ride in Lightning PL1 (2/4) cybots:0:FF8513:05:500:Always ride in Lightning PL1 (3/4) cybots:0:FF852C:05:500:Always ride in Lightning PL1 (4/4) cybots:0:FF8511:06:000:Always ride in Jackal PL1 cybots:0:FF8512:06:500:Always ride in Jackal PL1 (2/4) cybots:0:FF8513:06:500:Always ride in Jackal PL1 (3/4) cybots:0:FF852C:06:500:Always ride in Jackal PL1 (4/4) cybots:0:FF8511:07:000:Always ride in Vise PL1 cybots:0:FF8512:07:500:Always ride in Vise PL1 (2/4) cybots:0:FF8513:07:500:Always ride in Vise PL1 (3/4) cybots:0:FF852C:07:500:Always ride in Vise PL1 (4/4) cybots:0:FF8511:08:000:Always ride in Cyclone PL1 cybots:0:FF8512:08:500:Always ride in Cyclone PL1 (2/4) cybots:0:FF8513:08:500:Always ride in Cyclone PL1 (3/4) cybots:0:FF852C:08:500:Always ride in Cyclone PL1 (4/4) cybots:0:FF8511:09:000:Always ride in Riot PL1 cybots:0:FF8512:09:500:Always ride in Riot PL1 (2/4) cybots:0:FF8513:09:500:Always ride in Riot PL1 (3/4) cybots:0:FF852C:09:500:Always ride in Riot PL1 (4/4) cybots:0:FF8511:0A:000:Always ride in Tarantula PL1 cybots:0:FF8512:0A:500:Always ride in Tarantula PL1 (2/4) cybots:0:FF8513:0A:500:Always ride in Tarantula PL1 (3/4) cybots:0:FF852C:0A:500:Always ride in Tarantula PL1 (4/4) cybots:0:FF8511:0B:000:Always ride in Helion PL1 cybots:0:FF8512:0B:500:Always ride in Helion PL1 (2/4) cybots:0:FF8513:0B:500:Always ride in Helion PL1 (3/4) cybots:0:FF852C:0B:500:Always ride in Helion PL1 (4/4) cybots:0:FF8511:0C:000:Always ride in Super-8 PL1 cybots:0:FF8512:0C:500:Always ride in Super-8 PL1 (2/4) cybots:0:FF8513:0C:500:Always ride in Super-8 PL1 (3/4) cybots:0:FF852C:0C:500:Always ride in Super-8 PL1 (4/4) cybots:0:FF8511:0D:000:Always ride in Gaits PL1 cybots:0:FF8512:0D:500:Always ride in Gaits PL1 (2/4) cybots:0:FF8513:0D:500:Always ride in Gaits PL1 (3/4) cybots:0:FF852C:0D:500:Always ride in Gaits PL1 (4/4) cybots:0:FF8511:0E:000:Always ride in Warlock PL1 cybots:0:FF8512:0E:500:Always ride in Warlock PL1 (2/4) cybots:0:FF8513:0E:500:Always ride in Warlock PL1 (3/4) cybots:0:FF852C:0E:500:Always ride in Warlock PL1 (4/4) cybots:0:FF8511:0F:000:Always ride in Killer Bee PL1 cybots:0:FF8512:0F:500:Always ride in Killer Bee PL1 (2/4) cybots:0:FF8513:0F:500:Always ride in Killer Bee PL1 (3/4) cybots:0:FF852C:0F:500:Always ride in Killer Bee PL1 (4/4) cybots:0:FF8510:00:001:Play as Jin Now! PL1 cybots:0:FF8510:01:001:Play as Santana Now! PL1 cybots:0:FF8510:02:001:Play as Mary Now! PL1 cybots:0:FF8510:03:001:Play as Arieta Now! PL1 cybots:0:FF8510:04:001:Play as Gawaine Now! PL1 cybots:0:FF8510:05:001:Play as Bao & Mao Now! PL1 cybots:0:FF8510:06:001:Play as Devilotte Now! PL1 cybots:0:FF8510:07:001:Play as Chiyomaru & Tessan Now! PL1 cybots:0:FF8510:08:001:Play as Shade Now! PL1 cybots:0:FF8510:09:001:Play as G. O. D. Now! PL1 cybots:0:FF85E5:98:000:Infinite Energy PL2 cybots:0:FF85E5:00:001:Drain All Energy Now! PL2 cybots:0:FF8934:3F:000:Infinite Power PL2 cybots:0:FF8934:00:001:Drain All Power Now! PL2 :cybots:00000000:FF870C:00000030:000000FF:Infinite Arm Gauge PL2 :cybots:00000000:FF870D:000000FF:000000FF:Arm Gauge Instantly Regenerates PL2 :cybots:00000000:FF870D:00000000:000000FF:Arm Gauge Never Regenerates PL2 :cybots:00000001:FF86AE:00000001:000000FF:Arm VA Now! PL2 :cybots:00000001:FF86AE:00000000:000000FF:Disarm VA Now! PL2:Super-8, Helion, and Warlock cannot be disarmed cybots:0:FF870E:30:000:Infinite Weapon PL2 cybots:0:FF8710:30:500:Infinite Weapon PL2 (2/2) cybots:0:FF870A:1D:000:Infinite Boost PL2 cybots:0:FF8911:00:000:Always ride in Blodia PL2 cybots:0:FF8912:00:500:Always ride in Blodia PL2 (2/4) cybots:0:FF8913:00:500:Always ride in Blodia PL2 (3/4) cybots:0:FF892C:00:500:Always ride in Blodia PL2 (4/4) cybots:0:FF8911:01:000:Always ride in Reptos PL2 cybots:0:FF8912:01:500:Always ride in Reptos PL2 (2/4) cybots:0:FF8913:01:500:Always ride in Reptos PL2 (3/4) cybots:0:FF892C:01:500:Always ride in Reptos PL2 (4/4) cybots:0:FF8911:02:000:Always ride in Fordy PL2 cybots:0:FF8912:02:500:Always ride in Fordy PL2 (2/4) cybots:0:FF8913:02:500:Always ride in Fordy PL2 (3/4) cybots:0:FF892C:02:500:Always ride in Fordy PL2 (4/4) cybots:0:FF8911:03:000:Always ride in Guldin PL2 cybots:0:FF8912:03:500:Always ride in Guldin PL2 (2/4) cybots:0:FF8913:03:500:Always ride in Guldin PL2 (3/4) cybots:0:FF892C:03:500:Always ride in Guldin PL2 (4/4) cybots:0:FF8911:04:000:Always ride in Swordsman PL2 cybots:0:FF8912:04:500:Always ride in Swordsman PL2 (2/4) cybots:0:FF8913:04:500:Always ride in Swordsman PL2 (3/4) cybots:0:FF892C:04:500:Always ride in Swordsman PL2 (4/4) cybots:0:FF8911:05:000:Always ride in Lightning PL2 cybots:0:FF8912:05:500:Always ride in Lightning PL2 (2/4) cybots:0:FF8913:05:500:Always ride in Lightning PL2 (3/4) cybots:0:FF892C:05:500:Always ride in Lightning PL2 (4/4) cybots:0:FF8911:06:000:Always ride in Jackal PL2 cybots:0:FF8912:06:500:Always ride in Jackal PL2 (2/4) cybots:0:FF8913:06:500:Always ride in Jackal PL2 (3/4) cybots:0:FF892C:06:500:Always ride in Jackal PL2 (4/4) cybots:0:FF8911:07:000:Always ride in Vise PL2 cybots:0:FF8912:07:500:Always ride in Vise PL2 (2/4) cybots:0:FF8913:07:500:Always ride in Vise PL2 (3/4) cybots:0:FF892C:07:500:Always ride in Vise PL2 (4/4) cybots:0:FF8911:08:000:Always ride in Cyclone PL2 cybots:0:FF8912:08:500:Always ride in Cyclone PL2 (2/4) cybots:0:FF8913:08:500:Always ride in Cyclone PL2 (3/4) cybots:0:FF892C:08:500:Always ride in Cyclone PL2 (4/4) cybots:0:FF8911:09:000:Always ride in Riot PL2 cybots:0:FF8912:09:500:Always ride in Riot PL2 (2/4) cybots:0:FF8913:09:500:Always ride in Riot PL2 (3/4) cybots:0:FF892C:09:500:Always ride in Riot PL2 (4/4) cybots:0:FF8911:0A:000:Always ride in Tarantula PL2 cybots:0:FF8912:0A:500:Always ride in Tarantula PL2 (2/4) cybots:0:FF8913:0A:500:Always ride in Tarantula PL2 (3/4) cybots:0:FF892C:0A:500:Always ride in Tarantula PL2 (4/4) cybots:0:FF8911:0B:000:Always ride in Helion PL2 cybots:0:FF8912:0B:500:Always ride in Helion PL2 (2/4) cybots:0:FF8913:0B:500:Always ride in Helion PL2 (3/4) cybots:0:FF892C:0B:500:Always ride in Helion PL2 (4/4) cybots:0:FF8911:0C:000:Always ride in Super-8 PL2 cybots:0:FF8912:0C:500:Always ride in Super-8 PL2 (2/4) cybots:0:FF8913:0C:500:Always ride in Super-8 PL2 (3/4) cybots:0:FF892C:0C:500:Always ride in Super-8 PL2 (4/4) cybots:0:FF8911:0D:000:Always ride in Gaits PL2 cybots:0:FF8912:0D:500:Always ride in Gaits PL2 (2/4) cybots:0:FF8913:0D:500:Always ride in Gaits PL2 (3/4) cybots:0:FF892C:0D:500:Always ride in Gaits PL2 (4/4) cybots:0:FF8911:0E:000:Always ride in Warlock PL2 cybots:0:FF8912:0E:500:Always ride in Warlock PL2 (2/4) cybots:0:FF8913:0E:500:Always ride in Warlock PL2 (3/4) cybots:0:FF892C:0E:500:Always ride in Warlock PL2 (4/4) cybots:0:FF8911:0F:000:Always ride in Killer Bee PL2 cybots:0:FF8912:0F:500:Always ride in Killer Bee PL2 (2/4) cybots:0:FF8913:0F:500:Always ride in Killer Bee PL2 (3/4) cybots:0:FF892C:0F:500:Always ride in Killer Bee PL2 (4/4) cybots:0:FF8910:00:001:Play as Jin Now! PL2 cybots:0:FF8910:01:001:Play as Santana Now! PL2 cybots:0:FF8910:02:001:Play as Mary Now! PL2 cybots:0:FF8910:03:001:Play as Arieta Now! PL2 cybots:0:FF8910:04:001:Play as Gawaine Now! PL2 cybots:0:FF8910:05:001:Play as Bao & Mao Now! PL2 cybots:0:FF8910:06:001:Play as Devilotte Now! PL2 cybots:0:FF8910:07:001:Play as Chiyomaru & Tessan Now! PL2 cybots:0:FF8910:08:001:Play as Shade Now! PL2 cybots:0:FF8910:09:001:Play as G. O. D. Now! PL2 :cybots:60000000:000000:00000000:FFFFFFFF:[ These are the codes to set the machine region - the ] :cybots:60000000:000000:00000000:FFFFFFFF:[ effectiveness may vary! You have to enable these ASAP ] :cybots:60000000:000000:00000000:FFFFFFFF:[ - ON or before the ROM check screen! Or enable & RESET ] :cybots:62000000:000000:00000000:00000000:Select Region :cybots:00010000:FF80A0:00000000:FFFFFFFF:Japan :cybots:00010000:FF80A0:00000002:FFFFFFFF:USA :cybots:00010000:FF80A0:00000004:FFFFFFFF:Asia :cybots:00010000:FF80A0:00000006:FFFFFFFF:Hispanic :cybots:00010000:FF80A0:00000008:FFFFFFFF:Euro :cybots:00010000:FF80A0:0000000A:FFFFFFFF:Brazil ; [ Cyberbots: Fullmetal Madness (Japan 950420) ] cybotsj:0:FF80B6:09:000:Infinite Credits cybotsj:0:FFEBA0:99:000:Infinite Time cybotsj:0:FFEBA0:00:001:Finish this Round Now! cybotsj:0:FF8530:08:001:Go to Final Stage Now! cybotsj:0:FF852A:08:501:Go to Final Stage Now! (2/3) cybotsj:0:FFEB36:08:501:Go to Final Stage Now! (3/3) cybotsj:0:FF81E5:98:000:Infinite Energy PL1 cybotsj:0:FF81E5:00:001:Drain All Energy Now! PL1 cybotsj:0:FF8534:3F:000:Infinite Power PL1 cybotsj:0:FF8534:00:001:Drain All Power Now! PL1 :cybotsj:00000000:FF830C:00000030:000000FF:Infinite Arm Gauge PL1 :cybotsj:00000000:FF830D:000000FF:000000FF:Arm Gauge Instantly Regeneratres PL1 :cybotsj:00000000:FF830D:00000000:000000FF:Arm Gauge Never Regenerates PL1 :cybotsj:00000001:FF82AE:00000001:000000FF:Arm VA Now! PL1 :cybotsj:00000001:FF82AE:00000000:000000FF:Disarm VA Now! PL1:Super-8, Helion, and Warlock cannot be disarmed cybotsj:0:FF830E:30:000:Infinite Weapon PL1 cybotsj:0:FF8310:30:500:Infinite Weapon PL1 (2/2) cybotsj:0:FF830A:1D:000:Infinite Boost PL1 cybotsj:0:FF8511:00:000:Always ride in Blodia PL1 cybotsj:0:FF8512:00:500:Always ride in Blodia PL1 (2/4) cybotsj:0:FF8513:00:500:Always ride in Blodia PL1 (3/4) cybotsj:0:FF852C:00:500:Always ride in Blodia PL1 (4/4) cybotsj:0:FF8511:01:000:Always ride in Reptos PL1 cybotsj:0:FF8512:01:500:Always ride in Reptos PL1 (2/4) cybotsj:0:FF8513:01:500:Always ride in Reptos PL1 (3/4) cybotsj:0:FF852C:01:500:Always ride in Reptos PL1 (4/4) cybotsj:0:FF8511:02:000:Always ride in Fordy PL1 cybotsj:0:FF8512:02:500:Always ride in Fordy PL1 (2/4) cybotsj:0:FF8513:02:500:Always ride in Fordy PL1 (3/4) cybotsj:0:FF852C:02:500:Always ride in Fordy PL1 (4/4) cybotsj:0:FF8511:03:000:Always ride in Guldin PL1 cybotsj:0:FF8512:03:500:Always ride in Guldin PL1 (2/4) cybotsj:0:FF8513:03:500:Always ride in Guldin PL1 (3/4) cybotsj:0:FF852C:03:500:Always ride in Guldin PL1 (4/4) cybotsj:0:FF8511:04:000:Always ride in Swordsman PL1 cybotsj:0:FF8512:04:500:Always ride in Swordsman PL1 (2/4) cybotsj:0:FF8513:04:500:Always ride in Swordsman PL1 (3/4) cybotsj:0:FF852C:04:500:Always ride in Swordsman PL1 (4/4) cybotsj:0:FF8511:05:000:Always ride in Lightning PL1 cybotsj:0:FF8512:05:500:Always ride in Lightning PL1 (2/4) cybotsj:0:FF8513:05:500:Always ride in Lightning PL1 (3/4) cybotsj:0:FF852C:05:500:Always ride in Lightning PL1 (4/4) cybotsj:0:FF8511:06:000:Always ride in Jackal PL1 cybotsj:0:FF8512:06:500:Always ride in Jackal PL1 (2/4) cybotsj:0:FF8513:06:500:Always ride in Jackal PL1 (3/4) cybotsj:0:FF852C:06:500:Always ride in Jackal PL1 (4/4) cybotsj:0:FF8511:07:000:Always ride in Vise PL1 cybotsj:0:FF8512:07:500:Always ride in Vise PL1 (2/4) cybotsj:0:FF8513:07:500:Always ride in Vise PL1 (3/4) cybotsj:0:FF852C:07:500:Always ride in Vise PL1 (4/4) cybotsj:0:FF8511:08:000:Always ride in Cyclone PL1 cybotsj:0:FF8512:08:500:Always ride in Cyclone PL1 (2/4) cybotsj:0:FF8513:08:500:Always ride in Cyclone PL1 (3/4) cybotsj:0:FF852C:08:500:Always ride in Cyclone PL1 (4/4) cybotsj:0:FF8511:09:000:Always ride in Riot PL1 cybotsj:0:FF8512:09:500:Always ride in Riot PL1 (2/4) cybotsj:0:FF8513:09:500:Always ride in Riot PL1 (3/4) cybotsj:0:FF852C:09:500:Always ride in Riot PL1 (4/4) cybotsj:0:FF8511:0A:000:Always ride in Tarantula PL1 cybotsj:0:FF8512:0A:500:Always ride in Tarantula PL1 (2/4) cybotsj:0:FF8513:0A:500:Always ride in Tarantula PL1 (3/4) cybotsj:0:FF852C:0A:500:Always ride in Tarantula PL1 (4/4) cybotsj:0:FF8511:0B:000:Always ride in Helion PL1 cybotsj:0:FF8512:0B:500:Always ride in Helion PL1 (2/4) cybotsj:0:FF8513:0B:500:Always ride in Helion PL1 (3/4) cybotsj:0:FF852C:0B:500:Always ride in Helion PL1 (4/4) cybotsj:0:FF8511:0C:000:Always ride in Super-8 PL1 cybotsj:0:FF8512:0C:500:Always ride in Super-8 PL1 (2/4) cybotsj:0:FF8513:0C:500:Always ride in Super-8 PL1 (3/4) cybotsj:0:FF852C:0C:500:Always ride in Super-8 PL1 (4/4) cybotsj:0:FF8511:0D:000:Always ride in Gaits PL1 cybotsj:0:FF8512:0D:500:Always ride in Gaits PL1 (2/4) cybotsj:0:FF8513:0D:500:Always ride in Gaits PL1 (3/4) cybotsj:0:FF852C:0D:500:Always ride in Gaits PL1 (4/4) cybotsj:0:FF8511:0E:000:Always ride in Warlock PL1 cybotsj:0:FF8512:0E:500:Always ride in Warlock PL1 (2/4) cybotsj:0:FF8513:0E:500:Always ride in Warlock PL1 (3/4) cybotsj:0:FF852C:0E:500:Always ride in Warlock PL1 (4/4) cybotsj:0:FF8511:0F:000:Always ride in Killer Bee PL1 cybotsj:0:FF8512:0F:500:Always ride in Killer Bee PL1 (2/4) cybotsj:0:FF8513:0F:500:Always ride in Killer Bee PL1 (3/4) cybotsj:0:FF852C:0F:500:Always ride in Killer Bee PL1 (4/4) cybotsj:0:FF8510:00:001:Play as Jin Now! PL1 cybotsj:0:FF8510:01:001:Play as Santana Now! PL1 cybotsj:0:FF8510:02:001:Play as Mary Now! PL1 cybotsj:0:FF8510:03:001:Play as Arieta Now! PL1 cybotsj:0:FF8510:04:001:Play as Gawaine Now! PL1 cybotsj:0:FF8510:05:001:Play as Bao & Mao Now! PL1 cybotsj:0:FF8510:06:001:Play as Devilotte Now! PL1 cybotsj:0:FF8510:07:001:Play as Chiyomaru & Tessan Now! PL1 cybotsj:0:FF8510:08:001:Play as Shade Now! PL1 cybotsj:0:FF8510:09:001:Play as G. O. D. Now! PL1 cybotsj:0:FF85E5:98:000:Infinite Energy PL2 cybotsj:0:FF85E5:00:001:Drain All Energy Now! PL2 cybotsj:0:FF8934:3F:000:Infinite Power PL2 cybotsj:0:FF8934:00:001:Drain All Power Now! PL2 :cybotsj:00000000:FF870C:00000030:000000FF:Infinite Arm Gauge PL2 :cybotsj:00000000:FF870D:000000FF:000000FF:Arm Gauge Instantly Regenerates PL2 :cybotsj:00000000:FF870D:00000000:000000FF:Arm Gauge Never Regenerates PL2 :cybotsj:00000001:FF86AE:00000001:000000FF:Arm VA Now! PL2 :cybotsj:00000001:FF86AE:00000000:000000FF:Disarm VA Now! PL2:Super-8, Helion, and Warlock cannot be disarmed cybotsj:0:FF870E:30:000:Infinite Weapon PL2 cybotsj:0:FF8710:30:500:Infinite Weapon PL2 (2/2) cybotsj:0:FF870A:1D:000:Infinite Boost PL2 cybotsj:0:FF8911:00:000:Always ride in Blodia PL2 cybotsj:0:FF8912:00:500:Always ride in Blodia PL2 (2/4) cybotsj:0:FF8913:00:500:Always ride in Blodia PL2 (3/4) cybotsj:0:FF892C:00:500:Always ride in Blodia PL2 (4/4) cybotsj:0:FF8911:01:000:Always ride in Reptos PL2 cybotsj:0:FF8912:01:500:Always ride in Reptos PL2 (2/4) cybotsj:0:FF8913:01:500:Always ride in Reptos PL2 (3/4) cybotsj:0:FF892C:01:500:Always ride in Reptos PL2 (4/4) cybotsj:0:FF8911:02:000:Always ride in Fordy PL2 cybotsj:0:FF8912:02:500:Always ride in Fordy PL2 (2/4) cybotsj:0:FF8913:02:500:Always ride in Fordy PL2 (3/4) cybotsj:0:FF892C:02:500:Always ride in Fordy PL2 (4/4) cybotsj:0:FF8911:03:000:Always ride in Guldin PL2 cybotsj:0:FF8912:03:500:Always ride in Guldin PL2 (2/4) cybotsj:0:FF8913:03:500:Always ride in Guldin PL2 (3/4) cybotsj:0:FF892C:03:500:Always ride in Guldin PL2 (4/4) cybotsj:0:FF8911:04:000:Always ride in Swordsman PL2 cybotsj:0:FF8912:04:500:Always ride in Swordsman PL2 (2/4) cybotsj:0:FF8913:04:500:Always ride in Swordsman PL2 (3/4) cybotsj:0:FF892C:04:500:Always ride in Swordsman PL2 (4/4) cybotsj:0:FF8911:05:000:Always ride in Lightning PL2 cybotsj:0:FF8912:05:500:Always ride in Lightning PL2 (2/4) cybotsj:0:FF8913:05:500:Always ride in Lightning PL2 (3/4) cybotsj:0:FF892C:05:500:Always ride in Lightning PL2 (4/4) cybotsj:0:FF8911:06:000:Always ride in Jackal PL2 cybotsj:0:FF8912:06:500:Always ride in Jackal PL2 (2/4) cybotsj:0:FF8913:06:500:Always ride in Jackal PL2 (3/4) cybotsj:0:FF892C:06:500:Always ride in Jackal PL2 (4/4) cybotsj:0:FF8911:07:000:Always ride in Vise PL2 cybotsj:0:FF8912:07:500:Always ride in Vise PL2 (2/4) cybotsj:0:FF8913:07:500:Always ride in Vise PL2 (3/4) cybotsj:0:FF892C:07:500:Always ride in Vise PL2 (4/4) cybotsj:0:FF8911:08:000:Always ride in Cyclone PL2 cybotsj:0:FF8912:08:500:Always ride in Cyclone PL2 (2/4) cybotsj:0:FF8913:08:500:Always ride in Cyclone PL2 (3/4) cybotsj:0:FF892C:08:500:Always ride in Cyclone PL2 (4/4) cybotsj:0:FF8911:09:000:Always ride in Riot PL2 cybotsj:0:FF8912:09:500:Always ride in Riot PL2 (2/4) cybotsj:0:FF8913:09:500:Always ride in Riot PL2 (3/4) cybotsj:0:FF892C:09:500:Always ride in Riot PL2 (4/4) cybotsj:0:FF8911:0A:000:Always ride in Tarantula PL2 cybotsj:0:FF8912:0A:500:Always ride in Tarantula PL2 (2/4) cybotsj:0:FF8913:0A:500:Always ride in Tarantula PL2 (3/4) cybotsj:0:FF892C:0A:500:Always ride in Tarantula PL2 (4/4) cybotsj:0:FF8911:0B:000:Always ride in Helion PL2 cybotsj:0:FF8912:0B:500:Always ride in Helion PL2 (2/4) cybotsj:0:FF8913:0B:500:Always ride in Helion PL2 (3/4) cybotsj:0:FF892C:0B:500:Always ride in Helion PL2 (4/4) cybotsj:0:FF8911:0C:000:Always ride in Super-8 PL2 cybotsj:0:FF8912:0C:500:Always ride in Super-8 PL2 (2/4) cybotsj:0:FF8913:0C:500:Always ride in Super-8 PL2 (3/4) cybotsj:0:FF892C:0C:500:Always ride in Super-8 PL2 (4/4) cybotsj:0:FF8911:0D:000:Always ride in Gaits PL2 cybotsj:0:FF8912:0D:500:Always ride in Gaits PL2 (2/4) cybotsj:0:FF8913:0D:500:Always ride in Gaits PL2 (3/4) cybotsj:0:FF892C:0D:500:Always ride in Gaits PL2 (4/4) cybotsj:0:FF8911:0E:000:Always ride in Warlock PL2 cybotsj:0:FF8912:0E:500:Always ride in Warlock PL2 (2/4) cybotsj:0:FF8913:0E:500:Always ride in Warlock PL2 (3/4) cybotsj:0:FF892C:0E:500:Always ride in Warlock PL2 (4/4) cybotsj:0:FF8911:0F:000:Always ride in Killer Bee PL2 cybotsj:0:FF8912:0F:500:Always ride in Killer Bee PL2 (2/4) cybotsj:0:FF8913:0F:500:Always ride in Killer Bee PL2 (3/4) cybotsj:0:FF892C:0F:500:Always ride in Killer Bee PL2 (4/4) cybotsj:0:FF8910:00:001:Play as Jin Now! PL2 cybotsj:0:FF8910:01:001:Play as Santana Now! PL2 cybotsj:0:FF8910:02:001:Play as Mary Now! PL2 cybotsj:0:FF8910:03:001:Play as Arieta Now! PL2 cybotsj:0:FF8910:04:001:Play as Gawaine Now! PL2 cybotsj:0:FF8910:05:001:Play as Bao & Mao Now! PL2 cybotsj:0:FF8910:06:001:Play as Devilotte Now! PL2 cybotsj:0:FF8910:07:001:Play as Chiyomaru & Tessan Now! PL2 cybotsj:0:FF8910:08:001:Play as Shade Now! PL2 cybotsj:0:FF8910:09:001:Play as G. O. D. Now! PL2 :cybotsj:60000000:000000:00000000:FFFFFFFF:[ These are the codes to set the machine region - the ] :cybotsj:60000000:000000:00000000:FFFFFFFF:[ effectiveness may vary! You have to enable these ASAP ] :cybotsj:60000000:000000:00000000:FFFFFFFF:[ - ON or before the ROM check screen! Or enable & RESET ] :cybotsj:62000000:000000:00000000:00000000:Select Region :cybotsj:00010000:FF80A0:00000000:FFFFFFFF:Japan :cybotsj:00010000:FF80A0:00000002:FFFFFFFF:USA :cybotsj:00010000:FF80A0:00000004:FFFFFFFF:Asia :cybotsj:00010000:FF80A0:00000006:FFFFFFFF:Hispanic :cybotsj:00010000:FF80A0:00000008:FFFFFFFF:Euro :cybotsj:00010000:FF80A0:0000000A:FFFFFFFF:Brazil ; [ Cyberbots: Fullmetal Madness (US 950424) ] cybotsu:0:FF80B6:09:000:Infinite Credits cybotsu:0:FFEBA0:99:000:Infinite Time cybotsu:0:FFEBA0:00:001:Finish this Round Now! cybotsu:0:FF8530:08:001:Go to Final Stage Now! cybotsu:0:FF852A:08:501:Go to Final Stage Now! (2/3) cybotsu:0:FFEB36:08:501:Go to Final Stage Now! (3/3) cybotsu:0:FF81E5:98:000:Infinite Energy PL1 cybotsu:0:FF81E5:00:001:Drain All Energy Now! PL1 cybotsu:0:FF8534:3F:000:Infinite Power PL1 cybotsu:0:FF8534:00:001:Drain All Power Now! PL1 :cybotsu:00000000:FF830C:00000030:000000FF:Infinite Arm Gauge PL1 :cybotsu:00000000:FF830D:000000FF:000000FF:Arm Gauge Instantly Regeneratres PL1 :cybotsu:00000000:FF830D:00000000:000000FF:Arm Gauge Never Regenerates PL1 :cybotsu:00000001:FF82AE:00000001:000000FF:Arm VA Now! PL1 :cybotsu:00000001:FF82AE:00000000:000000FF:Disarm VA Now! PL1:Super-8, Helion, and Warlock cannot be disarmed cybotsu:0:FF830E:30:000:Infinite Weapon PL1 cybotsu:0:FF8310:30:500:Infinite Weapon PL1 (2/2) cybotsu:0:FF830A:1D:000:Infinite Boost PL1 cybotsu:0:FF8511:00:000:Always ride in Blodia PL1 cybotsu:0:FF8512:00:500:Always ride in Blodia PL1 (2/4) cybotsu:0:FF8513:00:500:Always ride in Blodia PL1 (3/4) cybotsu:0:FF852C:00:500:Always ride in Blodia PL1 (4/4) cybotsu:0:FF8511:01:000:Always ride in Reptos PL1 cybotsu:0:FF8512:01:500:Always ride in Reptos PL1 (2/4) cybotsu:0:FF8513:01:500:Always ride in Reptos PL1 (3/4) cybotsu:0:FF852C:01:500:Always ride in Reptos PL1 (4/4) cybotsu:0:FF8511:02:000:Always ride in Fordy PL1 cybotsu:0:FF8512:02:500:Always ride in Fordy PL1 (2/4) cybotsu:0:FF8513:02:500:Always ride in Fordy PL1 (3/4) cybotsu:0:FF852C:02:500:Always ride in Fordy PL1 (4/4) cybotsu:0:FF8511:03:000:Always ride in Guldin PL1 cybotsu:0:FF8512:03:500:Always ride in Guldin PL1 (2/4) cybotsu:0:FF8513:03:500:Always ride in Guldin PL1 (3/4) cybotsu:0:FF852C:03:500:Always ride in Guldin PL1 (4/4) cybotsu:0:FF8511:04:000:Always ride in Swordsman PL1 cybotsu:0:FF8512:04:500:Always ride in Swordsman PL1 (2/4) cybotsu:0:FF8513:04:500:Always ride in Swordsman PL1 (3/4) cybotsu:0:FF852C:04:500:Always ride in Swordsman PL1 (4/4) cybotsu:0:FF8511:05:000:Always ride in Lightning PL1 cybotsu:0:FF8512:05:500:Always ride in Lightning PL1 (2/4) cybotsu:0:FF8513:05:500:Always ride in Lightning PL1 (3/4) cybotsu:0:FF852C:05:500:Always ride in Lightning PL1 (4/4) cybotsu:0:FF8511:06:000:Always ride in Jackal PL1 cybotsu:0:FF8512:06:500:Always ride in Jackal PL1 (2/4) cybotsu:0:FF8513:06:500:Always ride in Jackal PL1 (3/4) cybotsu:0:FF852C:06:500:Always ride in Jackal PL1 (4/4) cybotsu:0:FF8511:07:000:Always ride in Vise PL1 cybotsu:0:FF8512:07:500:Always ride in Vise PL1 (2/4) cybotsu:0:FF8513:07:500:Always ride in Vise PL1 (3/4) cybotsu:0:FF852C:07:500:Always ride in Vise PL1 (4/4) cybotsu:0:FF8511:08:000:Always ride in Cyclone PL1 cybotsu:0:FF8512:08:500:Always ride in Cyclone PL1 (2/4) cybotsu:0:FF8513:08:500:Always ride in Cyclone PL1 (3/4) cybotsu:0:FF852C:08:500:Always ride in Cyclone PL1 (4/4) cybotsu:0:FF8511:09:000:Always ride in Riot PL1 cybotsu:0:FF8512:09:500:Always ride in Riot PL1 (2/4) cybotsu:0:FF8513:09:500:Always ride in Riot PL1 (3/4) cybotsu:0:FF852C:09:500:Always ride in Riot PL1 (4/4) cybotsu:0:FF8511:0A:000:Always ride in Tarantula PL1 cybotsu:0:FF8512:0A:500:Always ride in Tarantula PL1 (2/4) cybotsu:0:FF8513:0A:500:Always ride in Tarantula PL1 (3/4) cybotsu:0:FF852C:0A:500:Always ride in Tarantula PL1 (4/4) cybotsu:0:FF8511:0B:000:Always ride in Helion PL1 cybotsu:0:FF8512:0B:500:Always ride in Helion PL1 (2/4) cybotsu:0:FF8513:0B:500:Always ride in Helion PL1 (3/4) cybotsu:0:FF852C:0B:500:Always ride in Helion PL1 (4/4) cybotsu:0:FF8511:0C:000:Always ride in Super-8 PL1 cybotsu:0:FF8512:0C:500:Always ride in Super-8 PL1 (2/4) cybotsu:0:FF8513:0C:500:Always ride in Super-8 PL1 (3/4) cybotsu:0:FF852C:0C:500:Always ride in Super-8 PL1 (4/4) cybotsu:0:FF8511:0D:000:Always ride in Gaits PL1 cybotsu:0:FF8512:0D:500:Always ride in Gaits PL1 (2/4) cybotsu:0:FF8513:0D:500:Always ride in Gaits PL1 (3/4) cybotsu:0:FF852C:0D:500:Always ride in Gaits PL1 (4/4) cybotsu:0:FF8511:0E:000:Always ride in Warlock PL1 cybotsu:0:FF8512:0E:500:Always ride in Warlock PL1 (2/4) cybotsu:0:FF8513:0E:500:Always ride in Warlock PL1 (3/4) cybotsu:0:FF852C:0E:500:Always ride in Warlock PL1 (4/4) cybotsu:0:FF8511:0F:000:Always ride in Killer Bee PL1 cybotsu:0:FF8512:0F:500:Always ride in Killer Bee PL1 (2/4) cybotsu:0:FF8513:0F:500:Always ride in Killer Bee PL1 (3/4) cybotsu:0:FF852C:0F:500:Always ride in Killer Bee PL1 (4/4) cybotsu:0:FF8510:00:001:Play as Jin Now! PL1 cybotsu:0:FF8510:01:001:Play as Santana Now! PL1 cybotsu:0:FF8510:02:001:Play as Mary Now! PL1 cybotsu:0:FF8510:03:001:Play as Arieta Now! PL1 cybotsu:0:FF8510:04:001:Play as Gawaine Now! PL1 cybotsu:0:FF8510:05:001:Play as Bao & Mao Now! PL1 cybotsu:0:FF8510:06:001:Play as Devilotte Now! PL1 cybotsu:0:FF8510:07:001:Play as Chiyomaru & Tessan Now! PL1 cybotsu:0:FF8510:08:001:Play as Shade Now! PL1 cybotsu:0:FF8510:09:001:Play as G. O. D. Now! PL1 cybotsu:0:FF85E5:98:000:Infinite Energy PL2 cybotsu:0:FF85E5:00:001:Drain All Energy Now! PL2 cybotsu:0:FF8934:3F:000:Infinite Power PL2 cybotsu:0:FF8934:00:001:Drain All Power Now! PL2 :cybotsu:00000000:FF870C:00000030:000000FF:Infinite Arm Gauge PL2 :cybotsu:00000000:FF870D:000000FF:000000FF:Arm Gauge Instantly Regenerates PL2 :cybotsu:00000000:FF870D:00000000:000000FF:Arm Gauge Never Regenerates PL2 :cybotsu:00000001:FF86AE:00000001:000000FF:Arm VA Now! PL2 :cybotsu:00000001:FF86AE:00000000:000000FF:Disarm VA Now! PL2:Super-8, Helion, and Warlock cannot be disarmed cybotsu:0:FF870E:30:000:Infinite Weapon PL2 cybotsu:0:FF8710:30:500:Infinite Weapon PL2 (2/2) cybotsu:0:FF870A:1D:000:Infinite Boost PL2 cybotsu:0:FF8911:00:000:Always ride in Blodia PL2 cybotsu:0:FF8912:00:500:Always ride in Blodia PL2 (2/4) cybotsu:0:FF8913:00:500:Always ride in Blodia PL2 (3/4) cybotsu:0:FF892C:00:500:Always ride in Blodia PL2 (4/4) cybotsu:0:FF8911:01:000:Always ride in Reptos PL2 cybotsu:0:FF8912:01:500:Always ride in Reptos PL2 (2/4) cybotsu:0:FF8913:01:500:Always ride in Reptos PL2 (3/4) cybotsu:0:FF892C:01:500:Always ride in Reptos PL2 (4/4) cybotsu:0:FF8911:02:000:Always ride in Fordy PL2 cybotsu:0:FF8912:02:500:Always ride in Fordy PL2 (2/4) cybotsu:0:FF8913:02:500:Always ride in Fordy PL2 (3/4) cybotsu:0:FF892C:02:500:Always ride in Fordy PL2 (4/4) cybotsu:0:FF8911:03:000:Always ride in Guldin PL2 cybotsu:0:FF8912:03:500:Always ride in Guldin PL2 (2/4) cybotsu:0:FF8913:03:500:Always ride in Guldin PL2 (3/4) cybotsu:0:FF892C:03:500:Always ride in Guldin PL2 (4/4) cybotsu:0:FF8911:04:000:Always ride in Swordsman PL2 cybotsu:0:FF8912:04:500:Always ride in Swordsman PL2 (2/4) cybotsu:0:FF8913:04:500:Always ride in Swordsman PL2 (3/4) cybotsu:0:FF892C:04:500:Always ride in Swordsman PL2 (4/4) cybotsu:0:FF8911:05:000:Always ride in Lightning PL2 cybotsu:0:FF8912:05:500:Always ride in Lightning PL2 (2/4) cybotsu:0:FF8913:05:500:Always ride in Lightning PL2 (3/4) cybotsu:0:FF892C:05:500:Always ride in Lightning PL2 (4/4) cybotsu:0:FF8911:06:000:Always ride in Jackal PL2 cybotsu:0:FF8912:06:500:Always ride in Jackal PL2 (2/4) cybotsu:0:FF8913:06:500:Always ride in Jackal PL2 (3/4) cybotsu:0:FF892C:06:500:Always ride in Jackal PL2 (4/4) cybotsu:0:FF8911:07:000:Always ride in Vise PL2 cybotsu:0:FF8912:07:500:Always ride in Vise PL2 (2/4) cybotsu:0:FF8913:07:500:Always ride in Vise PL2 (3/4) cybotsu:0:FF892C:07:500:Always ride in Vise PL2 (4/4) cybotsu:0:FF8911:08:000:Always ride in Cyclone PL2 cybotsu:0:FF8912:08:500:Always ride in Cyclone PL2 (2/4) cybotsu:0:FF8913:08:500:Always ride in Cyclone PL2 (3/4) cybotsu:0:FF892C:08:500:Always ride in Cyclone PL2 (4/4) cybotsu:0:FF8911:09:000:Always ride in Riot PL2 cybotsu:0:FF8912:09:500:Always ride in Riot PL2 (2/4) cybotsu:0:FF8913:09:500:Always ride in Riot PL2 (3/4) cybotsu:0:FF892C:09:500:Always ride in Riot PL2 (4/4) cybotsu:0:FF8911:0A:000:Always ride in Tarantula PL2 cybotsu:0:FF8912:0A:500:Always ride in Tarantula PL2 (2/4) cybotsu:0:FF8913:0A:500:Always ride in Tarantula PL2 (3/4) cybotsu:0:FF892C:0A:500:Always ride in Tarantula PL2 (4/4) cybotsu:0:FF8911:0B:000:Always ride in Helion PL2 cybotsu:0:FF8912:0B:500:Always ride in Helion PL2 (2/4) cybotsu:0:FF8913:0B:500:Always ride in Helion PL2 (3/4) cybotsu:0:FF892C:0B:500:Always ride in Helion PL2 (4/4) cybotsu:0:FF8911:0C:000:Always ride in Super-8 PL2 cybotsu:0:FF8912:0C:500:Always ride in Super-8 PL2 (2/4) cybotsu:0:FF8913:0C:500:Always ride in Super-8 PL2 (3/4) cybotsu:0:FF892C:0C:500:Always ride in Super-8 PL2 (4/4) cybotsu:0:FF8911:0D:000:Always ride in Gaits PL2 cybotsu:0:FF8912:0D:500:Always ride in Gaits PL2 (2/4) cybotsu:0:FF8913:0D:500:Always ride in Gaits PL2 (3/4) cybotsu:0:FF892C:0D:500:Always ride in Gaits PL2 (4/4) cybotsu:0:FF8911:0E:000:Always ride in Warlock PL2 cybotsu:0:FF8912:0E:500:Always ride in Warlock PL2 (2/4) cybotsu:0:FF8913:0E:500:Always ride in Warlock PL2 (3/4) cybotsu:0:FF892C:0E:500:Always ride in Warlock PL2 (4/4) cybotsu:0:FF8911:0F:000:Always ride in Killer Bee PL2 cybotsu:0:FF8912:0F:500:Always ride in Killer Bee PL2 (2/4) cybotsu:0:FF8913:0F:500:Always ride in Killer Bee PL2 (3/4) cybotsu:0:FF892C:0F:500:Always ride in Killer Bee PL2 (4/4) cybotsu:0:FF8910:00:001:Play as Jin Now! PL2 cybotsu:0:FF8910:01:001:Play as Santana Now! PL2 cybotsu:0:FF8910:02:001:Play as Mary Now! PL2 cybotsu:0:FF8910:03:001:Play as Arieta Now! PL2 cybotsu:0:FF8910:04:001:Play as Gawaine Now! PL2 cybotsu:0:FF8910:05:001:Play as Bao & Mao Now! PL2 cybotsu:0:FF8910:06:001:Play as Devilotte Now! PL2 cybotsu:0:FF8910:07:001:Play as Chiyomaru & Tessan Now! PL2 cybotsu:0:FF8910:08:001:Play as Shade Now! PL2 cybotsu:0:FF8910:09:001:Play as G. O. D. Now! PL2 :cybotsu:60000000:000000:00000000:FFFFFFFF:[ These are the codes to set the machine region - the ] :cybotsu:60000000:000000:00000000:FFFFFFFF:[ effectiveness may vary! You have to enable these ASAP ] :cybotsu:60000000:000000:00000000:FFFFFFFF:[ - ON or before the ROM check screen! Or enable & RESET ] :cybotsu:62000000:000000:00000000:00000000:Select Region :cybotsu:00010000:FF80A0:00000000:FFFFFFFF:Japan :cybotsu:00010000:FF80A0:00000002:FFFFFFFF:USA :cybotsu:00010000:FF80A0:00000004:FFFFFFFF:Asia :cybotsu:00010000:FF80A0:00000006:FFFFFFFF:Hispanic :cybotsu:00010000:FF80A0:00000008:FFFFFFFF:Euro :cybotsu:00010000:FF80A0:0000000A:FFFFFFFF:Brazil ; [ Cyber Commando (Rev. CY1, Japan) ] cybrcomm:0:0000:00:999:[ There are no cheats ]:REASON 1 cybrcomm:0:0000:00:999:[ for this game as it ]:REASON 1 cybrcomm:0:0000:00:999:[ didn't work the last ]:REASON 1 cybrcomm:0:0000:00:999:[ time it was tested. ]:REASON 1 cybrcomm:0:0000:00:999:[ If the game now works ]:REASON 1 cybrcomm:0:0000:00:999:[ please request cheats ]:REASON 1 cybrcomm:0:0000:00:999:[ for it on the cheat ]:REASON 1 cybrcomm:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cyber Cycles (Rev. CB2 Ver.C) ] cybrcycc:0:0000:00:999:[ There are no cheats ]:REASON 1 cybrcycc:0:0000:00:999:[ for this game as it ]:REASON 1 cybrcycc:0:0000:00:999:[ didn't work the last ]:REASON 1 cybrcycc:0:0000:00:999:[ time it was tested. ]:REASON 1 cybrcycc:0:0000:00:999:[ If the game now works ]:REASON 1 cybrcycc:0:0000:00:999:[ please request cheats ]:REASON 1 cybrcycc:0:0000:00:999:[ for it on the cheat ]:REASON 1 cybrcycc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cyber Sled ] cybsled:0:0000:00:999:[ There are no cheats ]:REASON 1 cybsled:0:0000:00:999:[ for this game as it ]:REASON 1 cybsled:0:0000:00:999:[ didn't work the last ]:REASON 1 cybsled:0:0000:00:999:[ time it was tested. ]:REASON 1 cybsled:0:0000:00:999:[ If the game now works ]:REASON 1 cybsled:0:0000:00:999:[ please request cheats ]:REASON 1 cybsled:0:0000:00:999:[ for it on the cheat ]:REASON 1 cybsled:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cycle Shooting ] :cyclshtg:00000000:E191:00000099:FFFFFFFF:Infinite Credits :cyclshtg:00000000:E2A9:00000000:FFFFFFFF:Infinite Energy :cyclshtg:00000300:E2A0:00000005:FFFFFFFF:Select Stage :cyclshtg:00000500:E29E:00000006:FFFFFFFF:Select Stage (Only Display) :cyclshtg:00000001:E2B9:0000001A:FFFFFFFF:Finish Stage 1 Soon! :cyclshtg:00000000:E2BA:00000014:FFFFFFFF:Boss Appears Soon! (Stage 2) :cyclshtg:00100000:E2AC:00000001:FFFFFFFF:Always Hit Ratio = 100%:Enable to get Perfect Bonus :cyclshtg:00000000:E3A9:00000000:FFFFFFFF:Rapid Fire ; [ Cycle Warriors ] cyclwarr:0:0000:00:999:[ There are no cheats ]:REASON 1 cyclwarr:0:0000:00:999:[ for this game as it ]:REASON 1 cyclwarr:0:0000:00:999:[ didn't work the last ]:REASON 1 cyclwarr:0:0000:00:999:[ time it was tested. ]:REASON 1 cyclwarr:0:0000:00:999:[ If the game now works ]:REASON 1 cyclwarr:0:0000:00:999:[ please request cheats ]:REASON 1 cyclwarr:0:0000:00:999:[ for it on the cheat ]:REASON 1 cyclwarr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Cyvern (Japan) ] cyvern:0:0604D50B:09:000:Infinite Lives PL1 cyvern:0:0604D507:08:000:Infinite Bombs PL1 cyvern:0:0604D501:3F:000:Infinite "Banish" PL1 cyvern:0:0604D4FF:08:000:Maximum Fire Power PL1 cyvern:0:0600011B:02:000:Invincibility PL1 cyvern:0:0604D553:09:000:Infinite Lives PL2 cyvern:0:0604D54F:08:000:Infinite Bombs PL2 cyvern:0:0604D549:3F:000:Infinite "Banish" PL2 cyvern:0:0604D547:08:000:Maximum Fire Power PL2 cyvern:0:0600021B:02:000:Invincibility PL2 ; [ Zeroize (Cassette) ] czeroize:0:0000:00:999:[ There are no cheats ]:REASON 1 czeroize:0:0000:00:999:[ for this game as it ]:REASON 1 czeroize:0:0000:00:999:[ didn't work the last ]:REASON 1 czeroize:0:0000:00:999:[ time it was tested. ]:REASON 1 czeroize:0:0000:00:999:[ If the game now works ]:REASON 1 czeroize:0:0000:00:999:[ please request cheats ]:REASON 1 czeroize:0:0000:00:999:[ for it on the cheat ]:REASON 1 czeroize:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dacholer ] :dacholer:00000000:93A1:00000007:FFFFFFFF:Infinite Lives :dacholer:20900000:22A5:0000B0C3:FFFFFFFF:Invincibility :dacholer:20810000:4B0B:000000C9:FFFFFFFF:Invincibility (2/5):1st = Water, 2nd = Enemy :dacholer:20810000:4C83:000000C3:FFFFFFFF:Invincibility (3/5):Kappa 1 :dacholer:20810000:61D1:000000C3:FFFFFFFF:Invincibility (4/5):Turtle :dacholer:20810000:66A2:000000C3:FFFFFFFF:Invincibility (5/5):Kappa 2 ; [ Kyukyoku Sentai Dadandarn (ver JAA) ] dadandrn:0:600035:0F:000:Infinite Credits dadandrn:0:600034:27:000:Infinite Credits dadandrn:0:400115:64:000:Infinite Lives PL1 :dadandrn:00100000:400052:00000200:FFFFFFFF:Infinite Energy PL1 :dadandrn:00100001:400052:00000000:FFFFFFFF:Drain All Energy Now! PL1 :dadandrn:00100000:4001EA:00000002:FFFFFFFF:Invincibility PL1 dadandrn:0:400315:64:000:Infinite Lives :dadandrn:00100000:400252:00000200:FFFFFFFF:Infinite Energy PL2 :dadandrn:00100001:400252:00000000:FFFFFFFF:Drain All Energy Now! PL2 :dadandrn:00100000:4003EA:00000002:FFFFFFFF:Invincibility PL2 :dadandrn:83100000:601EAC:00000300:00000052:Infinite Energy CPU :dadandrn:83100001:601EAC:00000000:00000052:Drain All Energy Now! CPU ; [ Dai Makai-Mura (Japan) ] daimakai:0:FF06D3:59:000:Infinite Time daimakai:0:FF0931:FF:000:Invincibility "ON" daimakai:0:FF0931:00:001:Invincibility "OFF" daimakai:0:FF095E:01:000:Always have Powerup daimakai:0:FF095E:01:001:Get Powerup Now! daimakai:0:FF07AD:08:000:Infinite Lives PL1 daimakai:0:FF07AA:00:000:Always naked PL1 daimakai:0:FF07AC:01:500:Always naked PL1 (2/2) daimakai:0:FF07AA:01:000:Always golden armour PL1 daimakai:0:FF07AC:03:500:Always golden armour PL1(2/2) daimakai:0:FF07AA:01:000:Always silver armour PL1 daimakai:0:FF07AC:02:500:Always silver armour PL1(2/2) daimakai:0:FF07C6:00:000:Always have Weapon=Lance PL1 daimakai:0:FF07C6:01:000:Always have Weapon=Knife PL1 daimakai:0:FF07C6:02:000:Always have Weapon=Torch PL1 daimakai:0:FF07C6:03:000:Always have Weapon=Sword PL1 daimakai:0:FF07C6:04:000:Always have Weapon=Axe PL1 daimakai:0:FF07C6:05:000:Always have Weapon=Shield PL1 daimakai:0:FF07C6:06:000:Always have Weapon=Fireb. PL1 daimakai:0:FF07AA:00:001:Get naked Now! PL1 daimakai:0:FF07AC:01:501:Get naked Now! PL1 (2/2) daimakai:0:FF07AA:01:001:Get golden armourNow!PL1 daimakai:0:FF07AC:03:501:Get golden armourNow!PL1(2/2) daimakai:0:FF07AA:01:001:Get silver armourNow!PL1 daimakai:0:FF07AC:02:501:Get silver armourNow!PL1(2/2) daimakai:0:FF07C6:00:001:Get Weapon=Lance Now! PL1 daimakai:0:FF07C6:01:001:Get Weapon=Knife Now! PL1 daimakai:0:FF07C6:02:001:Get Weapon=Torch Now! PL1 daimakai:0:FF07C6:03:001:Get Weapon=Sword Now! PL1 daimakai:0:FF07C6:04:001:Get Weapon=Axe Now! PL1 daimakai:0:FF07C6:05:001:Get Weapon=Shield Now! PL1 daimakai:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1 daimakai:0:FF080D:08:000:Infinite Lives PL2 daimakai:0:FF080A:00:000:Always naked PL2 daimakai:0:FF080C:01:500:Always naked PL2 (2/2) daimakai:0:FF080A:01:000:Always golden armour PL2 daimakai:0:FF080C:03:500:Always golden armour PL2(2/2) daimakai:0:FF080A:01:000:Always silver armour PL2 daimakai:0:FF080C:02:500:Always silver armour PL2(2/2) daimakai:0:FF0826:00:000:Always have Weapon=Lance PL2 daimakai:0:FF0826:01:000:Always have Weapon=Knife PL2 daimakai:0:FF0826:02:000:Always have Weapon=Torch PL2 daimakai:0:FF0826:03:000:Always have Weapon=Sword PL2 daimakai:0:FF0826:04:000:Always have Weapon=Axe PL2 daimakai:0:FF0826:05:000:Always have Weapon=Shield PL2 daimakai:0:FF0826:06:000:Always have Weapon=Fireb. PL2 daimakai:0:FF080A:00:001:Get naked Now! PL2 daimakai:0:FF080C:01:501:Get naked Now! PL2 (2/2) daimakai:0:FF080A:01:001:Get golden armourNow!PL2 daimakai:0:FF080C:03:501:Get golden armourNow!PL2(2/2) daimakai:0:FF080A:01:001:Get silver armourNow!PL2 daimakai:0:FF080C:02:501:Get silver armourNow!PL2(2/2) daimakai:0:FF0826:00:001:Get Weapon=Lance Now! PL2 daimakai:0:FF0826:01:001:Get Weapon=Knife Now! PL2 daimakai:0:FF0826:02:001:Get Weapon=Torch Now! PL2 daimakai:0:FF0826:03:001:Get Weapon=Sword Now! PL2 daimakai:0:FF0826:04:001:Get Weapon=Axe Now! PL2 daimakai:0:FF0826:05:001:Get Weapon=Shield Now! PL2 daimakai:0:FF0826:06:001:Get Weapon=Fireball Now! PL2 daimakai:0:FF07AC:04:000:Always be duck (BUGGY) daimakai:0:FF07C4:42:000:Always be old man (BUGGY) daimakai:0:FF07C4:44:000:Dance Routine (BUGGY) daimakai:0:FFD0BB:00:001:Polymorph = duck (normal)? daimakai:0:FFD0BB:00:000:Polymorph = duck (never)? daimakai:0:FF0931:FF:000:Invincibility ON(fixed) daimakai:0:FF0931:00:001:Invincibility OFF(fixed) daimakai:0:FF0955:16:001:Round Clear Now!! daimakai:0:FF07C8:02:001:Go to Round 1 daimakai:0:FF0955:16:501:Go to Round 1(2/2) daimakai:0:FF07C8:00:001:Go to Round 2 daimakai:0:FF0955:16:501:Go to Round 2(2/2) daimakai:0:FF07C8:01:001:Go to Round 3 daimakai:0:FF0955:16:501:Go to Round 3(2/2) daimakai:0:FF07C8:03:001:Go to Round 4 daimakai:0:FF0955:16:501:Go to Round 4(2/2) daimakai:0:FF07C8:05:001:Go to Round 5 daimakai:0:FF0955:16:501:Go to Round 5(2/2) daimakai:0:FF07C8:07:001:Go to Final Round daimakai:0:FF0955:16:501:Go to Final Round(2/4) daimakai:0:FF07D5:01:501:Go to Final Round(3/4):Loop Check daimakai:0:FF07C6:06:501:Go to Final Round(4/4):Item Check ; [ Daioh ] daioh:0:10754D:05:000:Infinite Lives PL1 daioh:0:107551:14:000:Infinite Bombs PL1 daioh:0:1075AF:03:000:Maximum Speed PL1 daioh:0:10753F:03:000:Maximum Fire Power PL1 daioh:0:107555:03:500:Maximum Fire Power PL1 (2/2) daioh:0:105CDD:01:000:Invincibility "ON" PL1 daioh:0:105CCB:01:500:Invincibility "ON" PL1 (2/2) daioh:0:105CDD:00:001:Invincibility "OFF" PL1 daioh:0:105CCB:00:501:Invincibility "OFF" PL1 (2/2) daioh:0:10754F:05:000:Infinite Lives PL2 daioh:0:107553:14:000:Infinite Bombs PL2 daioh:0:1075B1:03:000:Maximum Speed PL2 daioh:0:107541:03:000:Maximum Fire Power PL2 daioh:0:107557:03:500:Maximum Fire Power PL2 (2/2) daioh:0:105D1D:01:000:Invincibility "ON" PL2 daioh:0:105D0B:01:500:Invincibility "ON" PL2 (2/2) daioh:0:105D1D:00:001:Invincibility "OFF" PL2 daioh:0:105D0B:00:501:Invincibility "OFF" PL2 (2/2) ; [ Mahjong Daireikai ] daireika:0:0000:00:999:[ There are no cheats ]:REASON 1 daireika:0:0000:00:999:[ for this game as it ]:REASON 1 daireika:0:0000:00:999:[ didn't work the last ]:REASON 1 daireika:0:0000:00:999:[ time it was tested. ]:REASON 1 daireika:0:0000:00:999:[ If the game now works ]:REASON 1 daireika:0:0000:00:999:[ please request cheats ]:REASON 1 daireika:0:0000:00:999:[ for it on the cheat ]:REASON 1 daireika:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dai Ressya Goutou (Japan) ] dairesya:0:3270:0A:000:Infinite Lives dairesya:0:3442:00:000:Infinite Time dairesya:0:3604:03:000:Infinite Ammo dairesya:0:3205:04:000:Invincibility dairesya:0:0000:00:999:[Use these cheats with the ] dairesya:0:0000:00:999:[Infinite Ammo cheat ON for ] dairesya:0:0000:00:999:[the best effect!! ] dairesya:0:3605:00:000:Always have Fire dairesya:0:3605:01:000:Always have Rope dairesya:0:3605:02:000:Always have Bomb dairesya:0:3605:00:001:Get Fire Now! dairesya:0:3605:01:001:Get Rope Now! dairesya:0:3605:02:001:Get Bomb Now! ; [ Daisenpu (Japan) ] daisenpu:0:F000F3:09:000:Infinite Credits daisenpu:0:F0164D:08:000:Infinite Lives daisenpu:0:F0164F:07:000:Infinite Bombs daisenpu:0:F016B3:03:000:Always have Max Fire Power ; [ Daisu-Kiss (ver JAA) ] daiskiss:0:C0136F:09:000:Infinite Time (Question) :daiskiss:00000000:C01173:00000000:FFFFFFFF:Infinite Lives PL1 (Question) :daiskiss:00000000:C01273:00000000:FFFFFFFF:Infinite Lives PL2 (Question) daiskiss:0:C0146F:09:000:Infinite Time (Geography) :daiskiss:00000000:C0107F:00000003:FFFFFFFF:Infinite Lives PL1 (Geography) :daiskiss:00000000:C0127F:00000003:FFFFFFFF:Infinite Lives PL2 (Geography) daiskiss:0:C0156F:1D:000:Infinite Time (Kiss) daiskiss:0:C01483:63:000:finish PL1 (Hit) daiskiss:0:C01683:63:000:finish PL2 (Hit) daiskiss:0:C0118D:03:000:Infinite Lives PL1 (Bake) daiskiss:0:C0128D:03:000:Infinite Lives PL2 (Bake) daiskiss:0:C02770:02:000:Infinite Time (English,Arith) daiskiss:0:C087F3:03:000:Infinite Lives PL1 (English,Arith) daiskiss:0:C0892F:03:000:Infinite Lives PL2 (English,Arith) daiskiss:0:C0306F:09:000:Infinite Time PL1(Ice Cream) daiskiss:0:C04A6F:09:000:Infinite Time PL2(Ice Cream) daiskiss:0:C0287F:02:000:Infinite Lives PL1 (Dance) daiskiss:0:C0297F:02:000:Infinite Lives PL2 (Dance) daiskiss:0:C08C3D:02:000:Infinite Lives PL1 (Block) daiskiss:0:C08C3F:02:000:Infinite Lives PL2 (Block) daiskiss:0:C0586F:09:000:Infinite Time PL1 (Discern) daiskiss:0:C07D85:00:000:Infinite Lives PL1 (Discern) daiskiss:0:C07E85:00:000:Infinite Lives PL2 (Discern) :daiskiss:00000006:C01073:00000000:FFFFFFFF:Watch Me For Good Answer [Quiz] ;The above cheats still need verifying ; [ Daitoride ] daitorid:0:804048:63:000:Infinite Credits daitorid:0:8000A5:70:000:Infinite Time (Turn OFF at end of level) ; [ Mahjong Daiyogen (Japan) ] daiyogen:0:C702:00:000:Always winning hand (dealer) daiyogen:0:CB02:01:500:Always winning hand (dealer) (2/2) daiyogen:0:0000:00:999:[ The winning hand cheat must be activated when there ] daiyogen:0:0000:00:999:[ are 14 tiles in your hand, then press the RON key ] daiyogen:0:0000:00:999:[ ('Z' by default). The tiles do not visually change ] daiyogen:0:0000:00:999:[ until you make a move. ] daiyogen:0:CE81:30:000:Always winning hand daiyogen:0:CE82:30:500:Always winning hand (02/14) daiyogen:0:CE83:30:500:Always winning hand (03/14) daiyogen:0:CE84:31:500:Always winning hand (04/14) daiyogen:0:CE85:31:500:Always winning hand (05/14) daiyogen:0:CE86:31:500:Always winning hand (06/14) daiyogen:0:CE87:32:500:Always winning hand (07/14) daiyogen:0:CE88:32:500:Always winning hand (08/14) daiyogen:0:CE89:32:500:Always winning hand (09/14) daiyogen:0:CE8A:33:500:Always winning hand (10/14) daiyogen:0:CE8B:33:500:Always winning hand (11/14) daiyogen:0:CE8C:33:500:Always winning hand (12/14) daiyogen:0:CE8D:34:500:Always winning hand (13/14) daiyogen:0:CE8E:34:500:Always winning hand (14/14) daiyogen:0:CE81:30:001:Get winning hand Now!:Not working yet ! daiyogen:0:CE82:30:501:Get winning hand Now! (02/14) daiyogen:0:CE83:30:501:Get winning hand Now! (03/14) daiyogen:0:CE84:31:501:Get winning hand Now! (04/14) daiyogen:0:CE85:31:501:Get winning hand Now! (05/14) daiyogen:0:CE86:31:501:Get winning hand Now! (06/14) daiyogen:0:CE87:32:501:Get winning hand Now! (07/14) daiyogen:0:CE88:32:501:Get winning hand Now! (08/14) daiyogen:0:CE89:32:501:Get winning hand Now! (09/14) daiyogen:0:CE8A:33:501:Get winning hand Now! (10/14) daiyogen:0:CE8B:33:501:Get winning hand Now! (11/14) daiyogen:0:CE8C:33:501:Get winning hand Now! (12/14) daiyogen:0:CE8D:34:501:Get winning hand Now! (13/14) daiyogen:0:CE8E:34:501:Get winning hand Now! (14/14) :daiyogen:00000006:CE81:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :daiyogen:00000006:CA81:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. daiyogen:0:0000:00:999:[ Here is the look-up list for ] daiyogen:0:0000:00:999:[ the above watches. ] daiyogen:0:0000:00:999:[ ] daiyogen:0:0000:00:999:[ value common name chinese name ] daiyogen:0:0000:00:999:[ ??h - no tile - ] daiyogen:0:0000:00:999:[ 00h 1 "characters" 1 "wan" ] daiyogen:0:0000:00:999:[ 01h 2 "characters" 2 "wan" ] daiyogen:0:0000:00:999:[ 02h 3 "characters" 3 "wan" ] daiyogen:0:0000:00:999:[ 03h 4 "characters" 4 "wan" ] daiyogen:0:0000:00:999:[ 04h 5 "characters" 5 "wan" ] daiyogen:0:0000:00:999:[ 05h 6 "characters" 6 "wan" ] daiyogen:0:0000:00:999:[ 06h 7 "characters" 7 "wan" ] daiyogen:0:0000:00:999:[ 07h 8 "characters" 8 "wan" ] daiyogen:0:0000:00:999:[ 08h 9 "characters" 9 "wan" ] daiyogen:0:0000:00:999:[ 10h 1 "dots" 1 "tung" ] daiyogen:0:0000:00:999:[ 11h 2 "dots" 2 "tung" ] daiyogen:0:0000:00:999:[ 12h 3 "dots" 3 "tung" ] daiyogen:0:0000:00:999:[ 13h 4 "dots" 4 "tung" ] daiyogen:0:0000:00:999:[ 14h 5 "dots" 5 "tung" ] daiyogen:0:0000:00:999:[ 15h 6 "dots" 6 "tung" ] daiyogen:0:0000:00:999:[ 16h 7 "dots" 7 "tung" ] daiyogen:0:0000:00:999:[ 17h 8 "dots" 8 "tung" ] daiyogen:0:0000:00:999:[ 18h 9 "dots" 9 "tung" ] daiyogen:0:0000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] daiyogen:0:0000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] daiyogen:0:0000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] daiyogen:0:0000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] daiyogen:0:0000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] daiyogen:0:0000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] daiyogen:0:0000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] daiyogen:0:0000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] daiyogen:0:0000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] daiyogen:0:0000:00:999:[ 30h East "wind" ] daiyogen:0:0000:00:999:[ 31h South "wind" ] daiyogen:0:0000:00:999:[ 32h West "wind" ] daiyogen:0:0000:00:999:[ 33h North "wind" ] daiyogen:0:0000:00:999:[ 34h White "dragon" ] daiyogen:0:0000:00:999:[ 35h Green "dragon" ] daiyogen:0:0000:00:999:[ 36h Red "dragon" ] ; [ DakkoChan Jansoh ] dakkochn:0:0000:00:999:[ There are no cheats ]:REASON 1 dakkochn:0:0000:00:999:[ for this game as it ]:REASON 1 dakkochn:0:0000:00:999:[ didn't work the last ]:REASON 1 dakkochn:0:0000:00:999:[ time it was tested. ]:REASON 1 dakkochn:0:0000:00:999:[ If the game now works ]:REASON 1 dakkochn:0:0000:00:999:[ please request cheats ]:REASON 1 dakkochn:0:0000:00:999:[ for it on the cheat ]:REASON 1 dakkochn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dambusters (set 2) ] dambust:0:0000:00:999:[ There are no cheats ]:REASON 1 dambust:0:0000:00:999:[ for this game as it ]:REASON 1 dambust:0:0000:00:999:[ didn't work the last ]:REASON 1 dambust:0:0000:00:999:[ time it was tested. ]:REASON 1 dambust:0:0000:00:999:[ If the game now works ]:REASON 1 dambust:0:0000:00:999:[ please request cheats ]:REASON 1 dambust:0:0000:00:999:[ for it on the cheat ]:REASON 1 dambust:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dambusters (set 1) ] dambustr:0:0000:00:999:[ There are no cheats ]:REASON 1 dambustr:0:0000:00:999:[ for this game as it ]:REASON 1 dambustr:0:0000:00:999:[ didn't work the last ]:REASON 1 dambustr:0:0000:00:999:[ time it was tested. ]:REASON 1 dambustr:0:0000:00:999:[ If the game now works ]:REASON 1 dambustr:0:0000:00:999:[ please request cheats ]:REASON 1 dambustr:0:0000:00:999:[ for it on the cheat ]:REASON 1 dambustr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dancing Eyes (DC1/VER.A) ] :danceyes:00000000:002B51DC:00000009:FFFFFFFF:Infinite Credits danceyes:0:002B51A0:01:000:Always See Through Mode :danceyes:00000500:0021F064:0000000E:FFFFFFFF:Select Stage :danceyes:00100000:0021F068:00007FFF:FFFFFFFF:Infinite Time :danceyes:82100000:002157E0:0000752F:00000030:Infinite Show Time:ONLY use during the Show Time because the game crash otherwise :danceyes:82100001:002157E0:00000000:00000030:Finish Show Time Now! :danceyes:82100000:002157E8:00000003:000000DC:Invincibility :danceyes:82000000:002157E0:00000005:0000003C:Infinite Lives :danceyes:82800018:002157E8:00000001:000000E2:Always Have Speed Up :danceyes:82000018:002157E8:00000002:000000E2:Always Have Invincibility Attack :danceyes:82110000:002157E8:00000003:000000DC:Always Have Invincibility Attack (2/2) :danceyes:82800018:002157E8:00000008:000000E2:Always Have Paralyze :danceyes:82000018:002157E8:00000020:000000E2:Always Have Time Stop :danceyes:82110000:002157E8:00000002:000000F2:Always Have Time Stop (2/2) :danceyes:82800018:002157E8:00000040:000000E2:Always Have X-Attack :danceyes:82800018:002157E8:00000080:000000E2:Always Have Y-Attack :danceyes:82800018:002157E8:00000002:000000E3:Always Have Wide Attack :danceyes:82100001:002157E8:00000000:000000E2:Lose All Items Now! :danceyes:82000001:002157E0:00000000:00000032:Finish Current Stage Now! :danceyes:00800000:002157EC:00000001:FFFFFFFF:Kansai-ben Mode (Untested):Voice change ; [ Danchi de Hanafuoda (J 990607 V1.400) ] danchih:0:0000:00:999:[ This game hasn't even ]:REASON 11 danchih:0:0000:00:999:[ been looked at due to ]:REASON 11 danchih:0:0000:00:999:[ time constraints - Too]:REASON 11 danchih:0:0000:00:999:[ many games and so ]:REASON 11 danchih:0:0000:00:999:[ little time. It is ]:REASON 11 danchih:0:0000:00:999:[ even possible that ]:REASON 11 danchih:0:0000:00:999:[ this game may be a ]:REASON 11 danchih:0:0000:00:999:[ clone of an existing ]:REASON 11 danchih:0:0000:00:999:[ game which may have ]:REASON 11 danchih:0:0000:00:999:[ cheats. Please search ]:REASON 11 danchih:0:0000:00:999:[ the cheat forums ]:REASON 11 danchih:0:0000:00:999:[ before posting cheat ]:REASON 11 danchih:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Dangar - Ufo Robo (12/1/1986) ] dangar:0:EC1F:03:000:Infinite polymorphs dangar:0:EC19:F4:000:Infinite polymorph time dangar:0:EC19:02:001:No more morph time dangar:0:EC1A:00:501:No more morph time (2/2) dangar:0:EC01:84:001:Get Formation Robot Now! dangar:0:EC04:02:541:Get Formation Robot Now!(2/2) dangar:0:EC04:02:000:Invincibility "ON" dangar:0:EC04:00:001:Invincibility "OFF" :dangar:00000000:E1E7:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :dangar:00010000:E1E9:00000000:00000010:Rapid Fire (2/2) dangar:0:E38C:05:000:Infinite Lives PL1 dangar:0:E3A8:FF:000:Infinite Continues PL1 dangar:0:E38D:05:000:Infinite Lives PL2 dangar:0:E3A9:FF:000:Infinite Continues PL2 ; [ Dangar - Ufo Robo (9/26/1986) ] dangar2:0:EC1F:03:000:Infinite polymorphs dangar2:0:EC19:F4:000:Infinite polymorph time dangar2:0:EC19:02:001:No more morph time dangar2:0:EC1A:00:501:No more morph time (2/2) dangar2:0:EC01:84:001:Get Formation Robot Now! dangar2:0:EC04:02:541:Get Formation Robot Now!(2/2) dangar2:0:EC04:02:000:Invincibility "ON" dangar2:0:EC04:00:001:Invincibility "OFF" :dangar2:00000000:E1E7:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :dangar2:00010000:E1E9:00000000:00000010:Rapid Fire (2/2) dangar2:0:0000:00:999:[See the Dip Switch Menu to ] dangar2:0:0000:00:999:[enable alternate ] dangar2:0:0000:00:999:[Invincibility cheats. ] dangar2:0:E38C:05:000:Infinite Lives PL1 dangar2:0:E38D:05:000:Infinite Lives PL2 ; [ Dangar - Ufo Robo (bootleg) ] dangarb:0:EC1F:03:000:Infinite polymorphs dangarb:0:EC19:F4:000:Infinite polymorph time dangarb:0:EC19:02:001:No more morph time dangarb:0:EC1A:00:501:No more morph time (2/2) dangarb:0:EC01:84:001:Get Formation Robot Now! dangarb:0:EC04:02:541:Get Formation Robot Now!(2/2) dangarb:0:EC04:02:000:Invincibility "ON" dangarb:0:EC04:00:001:Invincibility "OFF" :dangarb:00000000:E1E7:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :dangarb:00010000:E1E9:00000000:00000010:Rapid Fire (2/2) dangarb:0:0000:00:999:[See the Dip Switch Menu to ] dangarb:0:0000:00:999:[enable alternate ] dangarb:0:0000:00:999:[Invincibility cheats. ] dangarb:0:E38C:05:000:Infinite Lives PL1 dangarb:0:E38D:05:000:Infinite Lives PL2 ; [ Danger Zone ] dangerz:0:E123:09:000:Infinite Credits ; [ Dangerous Seed (Japan) ] dangseed:0:0050:03:000:Infinite Energy :dangseed:39800000:3FAAC4:00000020:FFFFFFFF:Invincibility :dangseed:39810000:3FB82D:00000020:FFFFFFFF:Invincibility (2/4):1st = Middle Enemy, 2nd = Boss :dangseed:39810000:3FDB1F:00000020:FFFFFFFF:Invincibility (3/4):Enemy :dangseed:39810000:3FEA63:00000020:FFFFFFFF:Invincibility (4/4):Fire dangseed:0:0000:00:999:[ Only enable ONE kind of ] dangseed:0:0000:00:999:[ super weapon at a time ] dangseed:0:060C:03:000:Maximum ring laser dangseed:0:060D:03:500:Maximum ring laser (2/4) dangseed:0:060E:03:500:Maximum ring laser (3/4) dangseed:0:060F:03:500:Maximum ring laser (4/4) dangseed:0:060C:02:000:Maximum melt miss. dangseed:0:060D:02:500:Maximum melt miss. (2/4) dangseed:0:060E:02:500:Maximum melt miss. (3/4) dangseed:0:060F:02:500:Maximum melt miss. (4/4) dangseed:0:060C:01:000:Maximum hyper bomb dangseed:0:060D:01:500:Maximum hyper bomb (2/4) dangseed:0:060E:01:500:Maximum hyper bomb (3/4) dangseed:0:060F:01:500:Maximum hyper bomb (4/4) dangseed:0:0000:00:999:[Enable this cheat on the ] dangseed:0:0000:00:999:[ Take off screen ] dangseed:0:0605:0A:071:Select Start Round dangseed:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Dan-Ku-Ga (Prototype) ] dankuga:0:40E175:09:000:Infinite Credits dankuga:0:409737:09:000:Infinite Time dankuga:0:409733:09:500:Infinite Time (2/2) dankuga:0:409737:00:001:Finish this Round Now! dankuga:0:409733:00:501:Finish this Round Now! (2/2) dankuga:0:412B35:64:000:Infinite Energy PL1 dankuga:0:412B35:00:001:Drain All Energy Now! PL1 dankuga:0:412BC1:C8:000:Always have Max CRUSH PL1 dankuga:0:412BC1:00:000:Always have Min CRUSH PL1 dankuga:0:412BC1:C8:001:Get Max CRUSH Now! PL1 dankuga:0:412BC1:00:001:Get Min CRUSH Now! PL1 dankuga:0:412D35:64:000:Infinite Energy PL2 dankuga:0:412D35:00:001:Drain All Energy Now! PL2 dankuga:0:412DC1:C8:000:Always have Max CRUSH PL2 dankuga:0:412DC1:00:000:Always have Min CRUSH PL2 dankuga:0:412DC1:C8:001:Get Max CRUSH Now! PL2 dankuga:0:412DC1:00:001:Get Min CRUSH Now! PL2 dankuga:0:000000:00:999:[After you enable these region cheats to see any ] dankuga:0:000000:00:999:[effect you will have to reset the game (F3). ] dankuga:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] dankuga:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] dankuga:0:1FFFFF:01:100:Region Switch = Japan dankuga:0:1FFFFF:02:100:Region Switch = US dankuga:0:1FFFFF:03:100:Region Switch = World ; [ Daraku Tenshi - The Fallen Angels ] daraku:0:06000004:01:000:Disable Japanese subtitles daraku:0:000115FF:00:100:Infinite Time daraku:0:0602DF1B:61:000:Infinite Energy PL1 daraku:0:0602DF1B:00:001:Drain All Energy Now! PL1 daraku:0:0602DF24:63:000:Infinite Guard PL1 daraku:0:0602DF21:2C:000:Always have Maximum Power PL1 daraku:0:0602DF22:01:500:Always have Maximum Power PL1 (2/3) daraku:0:0602DF23:B8:500:Always have Maximum Power PL1 (3/3) daraku:0:0602DF21:00:000:Always have Minimum Power PL1 daraku:0:0602DF22:00:500:Always have Minimum Power PL1 (2/3) daraku:0:0602DF23:00:500:Always have Minimum Power PL1 (3/3) daraku:0:0602E11B:61:000:Infinite Energy PL2 daraku:0:0602E11B:00:001:Drain All Energy Now! PL2 daraku:0:0602E124:63:000:Infinite Guard PL2 daraku:0:0602E121:2C:000:Always have Maximum Power PL2 daraku:0:0602E122:01:500:Always have Maximum Power PL2 (2/3) daraku:0:0602E123:B8:500:Always have Maximum Power PL2 (3/3) daraku:0:0602E121:00:000:Always have Minimum Power PL2 daraku:0:0602E122:00:500:Always have Minimum Power PL2 (2/3) daraku:0:0602E123:00:500:Always have Minimum Power PL2 (3/3) ; [ Darius (World) ] darius:0:082BF7:0A:000:Infinite Lives PL1 darius:0:082B7D:02:000:Invincibility PL1 darius:0:082B9B:07:000:Always have Max Missile PL1 darius:0:082B9F:07:000:Always have Max Bomb PL1 darius:0:082BA3:07:000:Always have Max Arm PL1 darius:0:082B99:00:000:Always have Shot Missile PL1 darius:0:082B99:01:000:Always have Laser Missile PL1 darius:0:082B99:02:000:Always have Beam Missile PL1 darius:0:082B9D:00:000:Always have Single Bomb PL1 darius:0:082B9D:01:000:Always have Double Bomb PL1 darius:0:082B9D:02:000:Always have 4-way Bomb PL1 darius:0:082BA1:00:000:Always have Green Arm PL1 darius:0:082BA1:01:000:Always have Silver Arm PL1 darius:0:082BA1:02:000:Always have Gold Arm PL1 darius:0:082B9B:07:001:Get Max Missile Now! PL1 darius:0:082B9F:07:001:Get Max Bomb Now! PL1 darius:0:082BA3:07:001:Get Max Arm Now! PL1 darius:0:082B99:00:001:Get Shot Missile Now! PL1 darius:0:082B99:01:001:Get Laser Missile Now! PL1 darius:0:082B99:02:001:Get Beam Missile Now! PL1 darius:0:082B9D:00:001:Get Single Bomb Now! PL1 darius:0:082B9D:01:001:Get Double Bomb Now! PL1 darius:0:082B9D:02:001:Get 4-way Bomb Now! PL1 darius:0:082BA1:00:001:Get Green Arm Now! PL1 darius:0:082BA1:01:001:Get Silver Arm Now! PL1 darius:0:082BA1:02:001:Get Gold Arm Now! PL1 darius:0:082C0D:0A:000:Infinite Lives PL2 darius:0:082BB1:02:000:Invincibility PL2 darius:0:082BCF:07:000:Always have Max Missile PL2 darius:0:082BD3:07:000:Always have Max Bomb PL2 darius:0:082BD7:07:000:Always have Max Arm PL2 darius:0:082BCD:00:000:Always have Shot Missile PL2 darius:0:082BCD:01:000:Always have Laser Missile PL2 darius:0:082BCD:02:000:Always have Beam Missile PL2 darius:0:082BD1:00:000:Always have Single Bomb PL2 darius:0:082BD1:01:000:Always have Double Bomb PL2 darius:0:082BD1:02:000:Always have 4-way Bomb PL2 darius:0:082BD5:00:000:Always have Green Arm PL2 darius:0:082BD5:01:000:Always have Silver Arm PL2 darius:0:082BD5:02:000:Always have Gold Arm PL2 darius:0:082BCF:07:001:Get Max Missile Now! PL2 darius:0:082BD3:07:001:Get Max Bomb Now! PL2 darius:0:082BD7:07:001:Get Max Arm Now! PL2 darius:0:082BCD:00:001:Get Shot Missile Now! PL2 darius:0:082BCD:01:001:Get Laser Missile Now! PL2 darius:0:082BCD:02:001:Get Beam Missile Now! PL2 darius:0:082BD1:00:001:Get Single Bomb Now! PL2 darius:0:082BD1:01:001:Get Double Bomb Now! PL2 darius:0:082BD1:02:001:Get 4-way Bomb Now! PL2 darius:0:082BD5:00:001:Get Green Arm Now! PL2 darius:0:082BD5:01:001:Get Silver Arm Now! PL2 darius:0:082BD5:02:001:Get Gold Arm Now! PL2 ; [ Darius II (Japan) ] darius2:0:0C1FD9:09:000:Infinite Credits darius2:0:000000:00:999:[See the Dip Switch Menu to ] darius2:0:000000:00:999:[enable an alternate ] darius2:0:000000:00:999:[Invincibility cheat. ] darius2:0:2400DF:09:000:Infinite Lives PL1 darius2:0:2400F9:EF:000:Invincibility PL1 darius2:0:240513:09:000:Infinite Lives PL2 darius2:0:24052D:EF:000:Invincibility PL2 ; [ Darius II (dual screen) (Japan) ] darius2d:0:109DED:09:000:Infinite Credits darius2d:0:101F7D:09:000:Infinite Lives PL1 darius2d:0:101F97:EF:000:Invincibility PL1 darius2d:0:1023B3:09:000:Infinite Lives PL2 darius2d:0:1023CD:EF:000:Invincibility PL2 darius2d:0:10155B:80:000:Sound Test Timer Stop ; [ Darius (Extra) (Japan) ] dariuse:0:082BF9:02:000:Infinite Lives PL1 dariuse:0:082B7F:02:000:Invincibility PL1 dariuse:0:082B9D:07:000:Always have Max Missile PL1 dariuse:0:082BA1:07:000:Always have Max Bomb PL1 dariuse:0:082BA5:07:000:Always have Max Arm PL1 dariuse:0:082B9B:00:000:Always have Shot Missile PL1 dariuse:0:082B9B:01:000:Always have Laser Missile PL1 dariuse:0:082B9B:02:000:Always have Beam Missile PL1 dariuse:0:082B9F:00:000:Always have Single Bomb PL1 dariuse:0:082B9F:01:000:Always have Double Bomb PL1 dariuse:0:082B9F:02:000:Always have 4-way Bomb PL1 dariuse:0:082BA3:00:000:Always have Green Arm PL1 dariuse:0:082BA3:01:000:Always have Silver Arm PL1 dariuse:0:082BA3:02:000:Always have Gold Arm PL1 dariuse:0:082B9D:07:001:Get Max Missile Now! PL1 dariuse:0:082BA1:07:001:Get Max Bomb Now! PL1 dariuse:0:082BA5:07:001:Get Max Arm Now! PL1 dariuse:0:082B9B:00:001:Get Shot Missile Now! PL1 dariuse:0:082B9B:01:001:Get Laser Missile Now! PL1 dariuse:0:082B9B:02:001:Get Beam Missile Now! PL1 dariuse:0:082B9F:00:001:Get Single Bomb Now! PL1 dariuse:0:082B9F:01:001:Get Double Bomb Now! PL1 dariuse:0:082B9F:02:001:Get 4-way Bomb Now! PL1 dariuse:0:082BA3:00:001:Get Green Arm Now! PL1 dariuse:0:082BA3:01:001:Get Silver Arm Now! PL1 dariuse:0:082BA3:02:001:Get Gold Arm Now! PL1 dariuse:0:082C0F:0A:000:Infinite Lives PL2 dariuse:0:082BB3:02:000:Invincibility PL2 dariuse:0:082BD1:07:000:Always have Max Missile PL2 dariuse:0:082BD5:07:000:Always have Max Bomb PL2 dariuse:0:082BD9:07:000:Always have Max Arm PL2 dariuse:0:082BCF:00:000:Always have Shot Missile PL2 dariuse:0:082BCF:01:000:Always have Laser Missile PL2 dariuse:0:082BCF:02:000:Always have Beam Missile PL2 dariuse:0:082BD3:00:000:Always have Single Bomb PL2 dariuse:0:082BD3:01:000:Always have Double Bomb PL2 dariuse:0:082BD3:02:000:Always have 4-way Bomb PL2 dariuse:0:082BD7:00:000:Always have Green Arm PL2 dariuse:0:082BD7:01:000:Always have Silver Arm PL2 dariuse:0:082BD7:02:000:Always have Gold Arm PL2 dariuse:0:082BD1:07:001:Get Max Missile Now! PL2 dariuse:0:082BD5:07:001:Get Max Bomb Now! PL2 dariuse:0:082BD9:07:001:Get Max Arm Now! PL2 dariuse:0:082BCF:00:001:Get Shot Missile Now! PL2 dariuse:0:082BCF:01:001:Get Laser Missile Now! PL2 dariuse:0:082BCF:02:001:Get Beam Missile Now! PL2 dariuse:0:082BD3:00:001:Get Single Bomb Now! PL2 dariuse:0:082BD3:01:001:Get Double Bomb Now! PL2 dariuse:0:082BD3:02:001:Get 4-way Bomb Now! PL2 dariuse:0:082BD7:00:001:Get Green Arm Now! PL2 dariuse:0:082BD7:01:001:Get Silver Arm Now! PL2 dariuse:0:082BD7:02:001:Get Gold Arm Now! PL2 ; [ Darius Gaiden - Silver Hawk (World) ] dariusg:0:400091:09:000:Infinite Credits dariusg:0:41B1DD:09:000:Infinite Lives PL1 dariusg:0:41B1F1:05:000:Infinite Bombs PL1 dariusg:0:41B1E1:05:000:Invincibility PL1 dariusg:0:41B267:09:000:Infinite Lives PL2 dariusg:0:41B27B:05:000:Infinite Bombs PL2 dariusg:0:41B26B:05:000:Invincibility PL2 dariusg:0:000000:00:999:[After you enable these region cheats to see any ] dariusg:0:000000:00:999:[effect you will have to reset the game (F3). ] dariusg:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] dariusg:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] dariusg:0:1FFFFF:01:100:Region Switch = Japan dariusg:0:1FFFFF:02:100:Region Switch = US dariusg:0:1FFFFF:03:100:Region Switch = World ; [ Darius Gaiden - Silver Hawk (Japan) ] dariusgj:0:400091:09:000:Infinite Credits dariusgj:0:41B1DD:09:000:Infinite Lives PL1 dariusgj:0:41B1F1:05:000:Infinite Bombs PL1 dariusgj:0:41B1E1:05:000:Invincibility PL1 dariusgj:0:41B267:09:000:Infinite Lives PL2 dariusgj:0:41B27B:05:000:Infinite Bombs PL2 dariusgj:0:41B26B:05:000:Invincibility PL2 dariusgj:0:000000:00:999:[After you enable these region cheats to see any ] dariusgj:0:000000:00:999:[effect you will have to reset the game (F3). ] dariusgj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] dariusgj:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] dariusgj:0:1FFFFF:01:100:Region Switch = Japan dariusgj:0:1FFFFF:02:100:Region Switch = US dariusgj:0:1FFFFF:03:100:Region Switch = World ; [ Darius Gaiden - Silver Hawk (US) ] dariusgu:0:400091:09:000:Infinite Credits dariusgu:0:41B1DD:09:000:Infinite Lives PL1 dariusgu:0:41B1F1:05:000:Infinite Bombs PL1 dariusgu:0:41B1E1:05:000:Invincibility PL1 dariusgu:0:41B267:09:000:Infinite Lives PL2 dariusgu:0:41B27B:05:000:Infinite Bombs PL2 dariusgu:0:41B26B:05:000:Invincibility PL2 dariusgu:0:000000:00:999:[After you enable these region cheats to see any ] dariusgu:0:000000:00:999:[effect you will have to reset the game (F3). ] dariusgu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] dariusgu:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] dariusgu:0:1FFFFF:01:100:Region Switch = Japan dariusgu:0:1FFFFF:02:100:Region Switch = US dariusgu:0:1FFFFF:03:100:Region Switch = World ; [ Darius Gaiden - Silver Hawk (Extra Version) [Official Hack] ] dariusgx:0:400091:09:000:Infinite Credits dariusgx:0:41BBA5:09:000:Infinite Lives PL1 dariusgx:0:41BBB9:05:000:Infinite Bombs PL1 dariusgx:0:41BBA9:05:000:Invincibility PL1 dariusgx:0:41BC2F:09:000:Infinite Lives PL2 dariusgx:0:41BC43:05:000:Infinite Bombs PL2 dariusgx:0:41BC33:05:000:Invincibility PL2 dariusgx:0:000000:00:999:[After you enable these region cheats to see any ] dariusgx:0:000000:00:999:[effect you will have to reset the game (F3). ] dariusgx:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] dariusgx:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] dariusgx:0:1FFFFF:01:100:Region Switch = Japan dariusgx:0:1FFFFF:02:100:Region Switch = US dariusgx:0:1FFFFF:03:100:Region Switch = World ; [ Darius (Japan) ] dariusj:0:082BBB:0A:000:Infinite Lives PL1 dariusj:0:082B41:02:000:Invincibility PL1 dariusj:0:082B5F:07:000:Always have Max Missile PL1 dariusj:0:082B63:07:000:Always have Max Bomb PL1 dariusj:0:082B67:07:000:Always have Max Arm PL1 dariusj:0:082B5D:00:000:Always have Shot Missile PL1 dariusj:0:082B5D:01:000:Always have Laser Missile PL1 dariusj:0:082B5D:02:000:Always have Beam Missile PL1 dariusj:0:082B61:00:000:Always have Single Bomb PL1 dariusj:0:082B61:01:000:Always have Double Bomb PL1 dariusj:0:082B61:02:000:Always have 4-way Bomb PL1 dariusj:0:082B65:00:000:Always have Green Arm PL1 dariusj:0:082B65:01:000:Always have Silver Arm PL1 dariusj:0:082B65:02:000:Always have Gold Arm PL1 dariusj:0:082B5F:07:001:Get Max Missile Now! PL1 dariusj:0:082B63:07:001:Get Max Bomb Now! PL1 dariusj:0:082B67:07:001:Get Max Arm Now! PL1 dariusj:0:082B5D:00:001:Get Shot Missile Now! PL1 dariusj:0:082B5D:01:001:Get Laser Missile Now! PL1 dariusj:0:082B5D:02:001:Get Beam Missile Now! PL1 dariusj:0:082B61:00:001:Get Single Bomb Now! PL1 dariusj:0:082B61:01:001:Get Double Bomb Now! PL1 dariusj:0:082B61:02:001:Get 4-way Bomb Now! PL1 dariusj:0:082B65:00:001:Get Green Arm Now! PL1 dariusj:0:082B65:01:001:Get Silver Arm Now! PL1 dariusj:0:082B65:02:001:Get Gold Arm Now! PL1 dariusj:0:082BD1:0A:000:Infinite Lives PL2 dariusj:0:082B75:02:000:Invincibility PL2 dariusj:0:082B93:07:000:Always have Max Missile PL2 dariusj:0:082B97:07:000:Always have Max Bomb PL2 dariusj:0:082B9B:07:000:Always have Max Arm PL2 dariusj:0:082B91:00:000:Always have Shot Missile PL2 dariusj:0:082B91:01:000:Always have Laser Missile PL2 dariusj:0:082B91:02:000:Always have Beam Missile PL2 dariusj:0:082B95:00:000:Always have Single Bomb PL2 dariusj:0:082B95:01:000:Always have Double Bomb PL2 dariusj:0:082B95:02:000:Always have 4-way Bomb PL2 dariusj:0:082B99:00:000:Always have Green Arm PL2 dariusj:0:082B99:01:000:Always have Silver Arm PL2 dariusj:0:082B99:02:000:Always have Gold Arm PL2 dariusj:0:082B93:07:001:Get Max Missile Now! PL2 dariusj:0:082B97:07:001:Get Max Bomb Now! PL2 dariusj:0:082B9B:07:001:Get Max Arm Now! PL2 dariusj:0:082B91:00:001:Get Shot Missile Now! PL2 dariusj:0:082B91:01:001:Get Laser Missile Now! PL2 dariusj:0:082B91:02:001:Get Beam Missile Now! PL2 dariusj:0:082B95:00:001:Get Single Bomb Now! PL2 dariusj:0:082B95:01:001:Get Double Bomb Now! PL2 dariusj:0:082B95:02:001:Get 4-way Bomb Now! PL2 dariusj:0:082B99:00:001:Get Green Arm Now! PL2 dariusj:0:082B99:01:001:Get Silver Arm Now! PL2 dariusj:0:082B99:02:001:Get Gold Arm Now! PL2 ; [ Darius (Japan old version) ] dariuso:0:082BBB:0A:000:Infinite Lives PL1 dariuso:0:082B41:02:000:Invincibility PL1 dariuso:0:082B5F:07:000:Always have Max Missile PL1 dariuso:0:082B63:07:000:Always have Max Bomb PL1 dariuso:0:082B67:07:000:Always have Max Arm PL1 dariuso:0:082B5D:00:000:Always have Shot Missile PL1 dariuso:0:082B5D:01:000:Always have Laser Missile PL1 dariuso:0:082B5D:02:000:Always have Beam Missile PL1 dariuso:0:082B61:00:000:Always have Single Bomb PL1 dariuso:0:082B61:01:000:Always have Double Bomb PL1 dariuso:0:082B61:02:000:Always have 4-way Bomb PL1 dariuso:0:082B65:00:000:Always have Green Arm PL1 dariuso:0:082B65:01:000:Always have Silver Arm PL1 dariuso:0:082B65:02:000:Always have Gold Arm PL1 dariuso:0:082B5F:07:001:Get Max Missile Now! PL1 dariuso:0:082B63:07:001:Get Max Bomb Now! PL1 dariuso:0:082B67:07:001:Get Max Arm Now! PL1 dariuso:0:082B5D:00:001:Get Shot Missile Now! PL1 dariuso:0:082B5D:01:001:Get Laser Missile Now! PL1 dariuso:0:082B5D:02:001:Get Beam Missile Now! PL1 dariuso:0:082B61:00:001:Get Single Bomb Now! PL1 dariuso:0:082B61:01:001:Get Double Bomb Now! PL1 dariuso:0:082B61:02:001:Get 4-way Bomb Now! PL1 dariuso:0:082B65:00:001:Get Green Arm Now! PL1 dariuso:0:082B65:01:001:Get Silver Arm Now! PL1 dariuso:0:082B65:02:001:Get Gold Arm Now! PL1 dariuso:0:082BD1:0A:000:Infinite Lives PL2 dariuso:0:082B75:02:000:Invincibility PL2 dariuso:0:082B93:07:000:Always have Max Missile PL2 dariuso:0:082B97:07:000:Always have Max Bomb PL2 dariuso:0:082B9B:07:000:Always have Max Arm PL2 dariuso:0:082B91:00:000:Always have Shot Missile PL2 dariuso:0:082B91:01:000:Always have Laser Missile PL2 dariuso:0:082B91:02:000:Always have Beam Missile PL2 dariuso:0:082B95:00:000:Always have Single Bomb PL2 dariuso:0:082B95:01:000:Always have Double Bomb PL2 dariuso:0:082B95:02:000:Always have 4-way Bomb PL2 dariuso:0:082B99:00:000:Always have Green Arm PL2 dariuso:0:082B99:01:000:Always have Silver Arm PL2 dariuso:0:082B99:02:000:Always have Gold Arm PL2 dariuso:0:082B93:07:001:Get Max Missile Now! PL2 dariuso:0:082B97:07:001:Get Max Bomb Now! PL2 dariuso:0:082B9B:07:001:Get Max Arm Now! PL2 dariuso:0:082B91:00:001:Get Shot Missile Now! PL2 dariuso:0:082B91:01:001:Get Laser Missile Now! PL2 dariuso:0:082B91:02:001:Get Beam Missile Now! PL2 dariuso:0:082B95:00:001:Get Single Bomb Now! PL2 dariuso:0:082B95:01:001:Get Double Bomb Now! PL2 dariuso:0:082B95:02:001:Get 4-way Bomb Now! PL2 dariuso:0:082B99:00:001:Get Green Arm Now! PL2 dariuso:0:082B99:01:001:Get Silver Arm Now! PL2 dariuso:0:082B99:02:001:Get Gold Arm Now! PL2 ; [ Dark Adventure ] darkadv:2:041011:9A:000:Infinite Lives PL1 darkadv:2:041017:FF:000:Infinite Energy PL1 darkadv:2:04106A:0C:000:Infinite Keys PL1 darkadv:2:041016:01:000:Invincibility PL1:Turn off Stage end darkadv:2:04106C:13:500:Invincibility PL1 (2/2):Turn off Stage end darkadv:2:041066:01:000:Always have Speed Up PL1 darkadv:2:041087:20:000:Always have Dynamite PL1 darkadv:2:04106F:B0:020:Always have the Shield PL1 darkadv:2:041066:01:001:Get the Speed Up Now! PL1 darkadv:2:041087:20:001:Get the Dynamite Now! PL1 darkadv:2:04106F:B0:021:Get the Shield Now! PL1 darkadv:2:04106F:B0:041:Lose the Shield Now! PL1 darkadv:2:04106F:01:021:Get Sword Now! PL1 darkadv:2:04106F:0E:541:Get Sword Now! PL1 (2/2) darkadv:2:04106F:02:021:Get Spear Now! PL1 darkadv:2:04106F:0D:541:Get Spear Now! PL1 (2/2) darkadv:2:04106F:03:021:Get Whip Now! PL1 darkadv:2:04106F:0C:541:Get Whip Now! PL1 (2/2) darkadv:2:04106F:05:021:Get Fire Now! PL1 darkadv:2:04106F:0A:541:Get Fire Now! PL1 (2/2) darkadv:2:04106F:06:021:Get Laser Now! PL1 darkadv:2:04106F:09:541:Get Laser Now! PL1 (2/2) darkadv:2:04106F:07:021:Get P-Sword Now! PL1 darkadv:2:04106F:08:541:Get P-Sword Now! PL1 (2/3) darkadv:2:041068:01:501:Get P-Sword Now! PL1 (3/3) darkadv:2:04106F:08:021:Get P-Spear Now! PL1 darkadv:2:04106F:07:541:Get P-Spear Now! PL1 (2/3) darkadv:2:041068:01:501:Get P-Spear Now! PL1 (3/3) darkadv:2:04106F:09:021:Get P-Whip Now! PL1 darkadv:2:04106F:06:541:Get P-Whip Now! PL1 (2/3) darkadv:2:041068:01:501:Get P-Whip Now! PL1 (3/3) darkadv:2:041111:9A:000:Infinite Lives PL2 darkadv:2:041117:FF:000:Infinite Energy PL2 darkadv:2:04116A:0C:000:Infinite Keys PL2 darkadv:2:041116:01:000:Invincibility PL2:Turn off Stage end darkadv:2:04116C:13:500:Invincibility PL2 (2/2):Turn off Stage end darkadv:2:041166:01:000:Always have Speed Up PL2 darkadv:2:041187:20:000:Always have Dynamite PL2 darkadv:2:04116F:B0:020:Always have the Shield PL2 darkadv:2:041166:01:001:Get the Speed Up Now! PL2 darkadv:2:041187:20:001:Get the Dynamite Now! PL2 darkadv:2:04116F:B0:021:Get the Shield Now! PL2 darkadv:2:04116F:B0:041:Lose the Shield Now! PL2 darkadv:2:04116F:01:021:Get Sword Now! PL2 darkadv:2:04116F:0E:541:Get Sword Now! PL2 (2/2) darkadv:2:04116F:02:021:Get Spear Now! PL2 darkadv:2:04116F:0D:541:Get Spear Now! PL2 (2/2) darkadv:2:04116F:03:021:Get Whip Now! PL2 darkadv:2:04116F:0C:541:Get Whip Now! PL2 (2/2) darkadv:2:04116F:05:021:Get Fire Now! PL2 darkadv:2:04116F:0A:541:Get Fire Now! PL2 (2/2) darkadv:2:04116F:06:021:Get Laser Now! PL2 darkadv:2:04116F:09:541:Get Laser Now! PL2 (2/2) darkadv:2:04116F:07:021:Get P-Sword Now! PL2 darkadv:2:04116F:08:541:Get P-Sword Now! PL2 (2/3) darkadv:2:041168:01:501:Get P-Sword Now! PL2 (3/3) darkadv:2:04116F:08:021:Get P-Spear Now! PL2 darkadv:2:04116F:07:541:Get P-Spear Now! PL2 (2/3) darkadv:2:041168:01:501:Get P-Spear Now! PL2 (3/3) darkadv:2:04116F:09:021:Get P-Whip Now! PL2 darkadv:2:04116F:06:541:Get P-Whip Now! PL2 (2/3) darkadv:2:041168:01:501:Get P-Whip Now! PL2 (3/3) darkadv:2:041211:9A:000:Infinite Lives PL3 darkadv:2:041217:FF:000:Infinite Energy PL3 darkadv:2:04126A:01:000:Always have the Key PL3 darkadv:2:041216:01:000:Invincibility PL3:Turn off Stage end darkadv:2:04126C:13:500:Invincibility PL3 (2/2):Turn off Stage end darkadv:2:041266:01:000:Always have Speed Up PL3 darkadv:2:041287:20:000:Always have Dynamite PL3 darkadv:2:04126F:B0:020:Always have the Shield PL3 darkadv:2:041266:01:001:Get the Speed Up Now! PL3 darkadv:2:041287:20:001:Get the Dynamite Now! PL3 darkadv:2:04126F:B0:021:Get the Shield Now! PL3 darkadv:2:04126F:B0:041:Lose the Shield Now! PL3 darkadv:2:04126F:01:021:Get Sword Now! PL3 darkadv:2:04126F:0E:541:Get Sword Now! PL3 (2/2) darkadv:2:04126F:02:021:Get Spear Now! PL3 darkadv:2:04126F:0D:541:Get Spear Now! PL3 (2/2) darkadv:2:04126F:03:021:Get Whip Now! PL3 darkadv:2:04126F:0C:541:Get Whip Now! PL3 (2/2) darkadv:2:04126F:05:021:Get Fire Now! PL3 darkadv:2:04126F:0A:541:Get Fire Now! PL3 (2/2) darkadv:2:04126F:06:021:Get Laser Now! PL3 darkadv:2:04126F:09:541:Get Laser Now! PL3 (2/2) darkadv:2:04126F:07:021:Get P-Sword Now! PL3 darkadv:2:04126F:08:541:Get P-Sword Now! PL3 (2/3) darkadv:2:041268:01:501:Get P-Sword Now! PL3 (3/3) darkadv:2:04126F:08:021:Get P-Spear Now! PL3 darkadv:2:04126F:07:541:Get P-Spear Now! PL3 (2/3) darkadv:2:041268:01:501:Get P-Spear Now! PL3 (3/3) darkadv:2:04126F:09:021:Get P-Whip Now! PL3 darkadv:2:04126F:06:541:Get P-Whip Now! PL3 (2/3) darkadv:2:041268:01:501:Get P-Whip Now! PL3 (3/3) darkadv:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Dark Edge (World) ] :darkedge:00000000:20F1E0:00000009:FFFFFFFF:Infinite Credits :darkedge:00000001:20A043:00000006:FFFFFFFF:Start on VS. Ram-X:Enable on the character selection screen :darkedge:00000001:20A043:00000007:FFFFFFFF:Start on VS. Ruler:Enable on the character selection screen :darkedge:00000000:20A112:00000063:FFFFFFFF:Infinite Time :darkedge:00000001:20A112:00000001:FFFFFFFF:Finish this Round Now! :darkedge:00200000:208040:00700070:FFFFFFFF:Infinite Energy PL1 :darkedge:00200001:208040:00000000:FFFFFFFF:Drain All Energy Now! PL1 :darkedge:00000000:20800F:00000006:FFFFFFFF:Play with Ram-X PL1:Enable on the character selection screen :darkedge:00000000:20800F:00000007:FFFFFFFF:Play with Ruler PL1:Enable on the character selection screen :darkedge:00000000:208000:00000000:00000002:Rapid Fire - Weak Punch PL1 :darkedge:00000000:208000:00000000:00000004:Rapid Fire - Strong Punch PL1 :darkedge:00000000:208000:00000000:00000008:Rapid Fire - Weak Kick PL1 :darkedge:00000000:208000:00000000:00000010:Rapid Fire - Strong Kick PL1 :darkedge:00200000:208840:00700070:FFFFFFFF:Infinite Energy PL2 :darkedge:00200001:208840:00000000:FFFFFFFF:Drain All Energy Now! PL2 :darkedge:00000000:20880F:00000006:FFFFFFFF:Play with Ram-X PL2:Enable on the character selection screen :darkedge:00000000:20880F:00000007:FFFFFFFF:Play with Ruler PL2:Enable on the character selection screen :darkedge:00000000:208800:00000000:00000002:Rapid Fire - Weak Punch PL2 :darkedge:00000000:208800:00000000:00000004:Rapid Fire - Strong Punch PL2 :darkedge:00000000:208800:00000000:00000008:Rapid Fire - Weak Kick PL2 :darkedge:00000000:208800:00000000:00000010:Rapid Fire - Strong Kick PL2 ; [ Dark Edge (Japan) ] :darkedgj:00000000:20F1E0:00000009:FFFFFFFF:Infinite Credits :darkedgj:00000001:20A043:00000006:FFFFFFFF:Start on VS. Ram-X:Enable on the character selection screen :darkedgj:00000001:20A043:00000007:FFFFFFFF:Start on VS. Ruler:Enable on the character selection screen :darkedgj:00000000:20A112:00000063:FFFFFFFF:Infinite Time :darkedgj:00000001:20A112:00000001:FFFFFFFF:Finish this Round Now! :darkedgj:00200000:208040:00700070:FFFFFFFF:Infinite Energy PL1 :darkedgj:00200001:208040:00000000:FFFFFFFF:Drain All Energy Now! PL1 :darkedgj:00000000:20800F:00000006:FFFFFFFF:Play with Ram-X PL1:Enable on the character selection screen :darkedgj:00000000:20800F:00000007:FFFFFFFF:Play with Ruler PL1:Enable on the character selection screen :darkedgj:00000000:208000:00000000:00000002:Rapid Fire - Weak Punch PL1 :darkedgj:00000000:208000:00000000:00000004:Rapid Fire - Strong Punch PL1 :darkedgj:00000000:208000:00000000:00000008:Rapid Fire - Weak Kick PL1 :darkedgj:00000000:208000:00000000:00000010:Rapid Fire - Strong Kick PL1 :darkedgj:00200000:208840:00700070:FFFFFFFF:Infinite Energy PL2 :darkedgj:00200001:208840:00000000:FFFFFFFF:Drain All Energy Now! PL2 :darkedgj:00000000:20880F:00000006:FFFFFFFF:Play with Ram-X PL2:Enable on the character selection screen :darkedgj:00000000:20880F:00000007:FFFFFFFF:Play with Ruler PL2:Enable on the character selection screen :darkedgj:00000000:208800:00000000:00000002:Rapid Fire - Weak Punch PL2 :darkedgj:00000000:208800:00000000:00000004:Rapid Fire - Strong Punch PL2 :darkedgj:00000000:208800:00000000:00000008:Rapid Fire - Weak Kick PL2 :darkedgj:00000000:208800:00000000:00000010:Rapid Fire - Strong Kick PL2 ; [ Dark Horse ] darkhors:0:0000:00:999:[ This game hasn't even ]:REASON 11 darkhors:0:0000:00:999:[ been looked at due to ]:REASON 11 darkhors:0:0000:00:999:[ time constraints - Too]:REASON 11 darkhors:0:0000:00:999:[ many games and so ]:REASON 11 darkhors:0:0000:00:999:[ little time. It is ]:REASON 11 darkhors:0:0000:00:999:[ even possible that ]:REASON 11 darkhors:0:0000:00:999:[ this game may be a ]:REASON 11 darkhors:0:0000:00:999:[ clone of an existing ]:REASON 11 darkhors:0:0000:00:999:[ game which may have ]:REASON 11 darkhors:0:0000:00:999:[ cheats. Please search ]:REASON 11 darkhors:0:0000:00:999:[ the cheat forums ]:REASON 11 darkhors:0:0000:00:999:[ before posting cheat ]:REASON 11 darkhors:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Lost Castle In Darkmist, The ] :darkmist:00000000:E000:00000099:FFFFFFFF:Infinite Credits :darkmist:00200000:E1AF:00099902:FFFFFFFF:Infinite Time :darkmist:00000000:E12F:00000005:FFFFFFFF:Infinite Lives :darkmist:00000000:E2B7:0000009F:FFFFFFFF:Infinite Energy :darkmist:60000000:0000:00000000:00000000:[ Invincibility doesn't ] :darkmist:60000000:0000:00000000:00000000:[ currently work because of ] :darkmist:60000000:0000:00000000:00000000:[ the encrypted CPU. ] :darkmist:20800000:4117:000000C9:FFFFFFFF:Invincibility NOT WORKING YET :darkmist:20810000:42DB:000000C9:FFFFFFFF:Invincibility NOT WORKING YET (2/3):1st = Fire :darkmist:20810000:4672:000000C9:FFFFFFFF:Invincibility NOT WORKING YET (3/3):2nd & 3rd = Enemy :darkmist:60000000:0000:00000000:00000000:[ You can only have 1 Magic Item ] :darkmist:00000000:E1E1:000000E4:FFFFFFFF:Always Have Crystal :darkmist:00010000:E1E3:00000001:FFFFFFFF:Always Have Crystal (2/2) :darkmist:00000000:E1E1:000000E4:FFFFFFFF:Always Have Y.Stone :darkmist:00010000:E1E3:00000002:FFFFFFFF:Always Have Y.Stone (2/2) :darkmist:00000000:E1E1:000000E4:FFFFFFFF:Always Have R.Stone :darkmist:00010000:E1E3:00000003:FFFFFFFF:Always Have R.Stone (2/2) :darkmist:00000000:E1E1:000000E4:FFFFFFFF:Always Have B.Stone :darkmist:00010000:E1E3:00000004:FFFFFFFF:Always Have B.Stone (2/2) :darkmist:00000000:E1E1:000000E4:FFFFFFFF:Always Have Book :darkmist:00010000:E1E3:00000006:FFFFFFFF:Always Have Book (2/2) :darkmist:62000000:0000:00000000:00000000:Select Extra Item:Waterproof (walk on a water without damage), Armor (decreasing energy is 1/4), Shield (decreasing energy is 1/2) Bracelet (Cursed item - You can't use a sword attack), Blue Ring (Cursed item - You can't use a magic item). :darkmist:00010000:E1AC:00000000:FFFFFFFF:No Item :darkmist:00010000:E1AC:00000002:FFFFFFFF:Waterproof :darkmist:00010000:E1AC:00000004:FFFFFFFF:Armor :darkmist:00010000:E1AC:00000005:FFFFFFFF:Shield :darkmist:00010000:E1AC:00000011:FFFFFFFF:Bracelet :darkmist:00010000:E1AC:00000012:FFFFFFFF:Blue Ring :darkmist:00000000:E148:0000004D:FFFFFFFF:Always Have Swords (TEST):It seems that sword-power doesn't change :darkmist:00210000:E14A:000A0908:FFFFFFFF:Always Have Swords (TEST) (2/2) :darkmist:00000000:E1AD:00000001:FFFFFFFF:Always Have Healing Potion :darkmist:00000000:E152:0000005A:FFFFFFFF:Always Have Treasures :darkmist:00210000:E154:00090603:FFFFFFFF:Always Have Treasures (2/3) :darkmist:00210000:E157:00120F0C:FFFFFFFF:Always Have Treasures (3/3) :darkmist:00000000:E009:00000000:00000010:Rapid Fire - Sword :darkmist:00000000:E009:00000000:00000020:Rapid Fire - Magic ; [ Dark Planet ] darkplnt:0:8695:07:000:Infinite Lives ; [ Dark Seal (World revision 1) ] darksea1:0:100B3B:00:001:Kill Dragon Now!! darksea1:0:100036:07:000:Infinite Lives PL1 darksea1:0:100037:0C:000:Infinite Energy PL1 darksea1:0:10003E:80:001:Fill Magic Bar to Top PL1 darksea1:0:10003E:80:000:Stop Magic Bar decreasing PL1 darksea1:0:10004B:C0:000:Invincibility PL1:To be used when you blink darksea1:0:100086:0A:000:Infinite Gloves PL1 darksea1:0:100038:10:520:Infinite Gloves PL1 (2/3) darksea1:0:100017:40:501:Infinite Gloves PL1 (3/3) darksea1:0:100084:0A:000:Infinite Boots PL1 darksea1:0:100038:20:520:Infinite Boots PL1 (2/3) darksea1:0:100048:02:501:Infinite Boots PL1 (3/3) darksea1:0:1000B6:07:000:Infinite Lives PL2 darksea1:0:1000B7:0A:000:Infinite Energy PL2 darksea1:0:1000BE:80:001:Fill Magic Bar to Top PL2 darksea1:0:1000BE:80:000:Stop Magic Bar decreasing PL2 darksea1:0:1000CB:C0:000:Invincibility PL2:To be used when you blink darksea1:0:100106:0A:000:Infinite Gloves PL2 darksea1:0:1000B8:10:520:Infinite Gloves PL2 (2/3) darksea1:0:100097:40:501:Infinite Gloves PL2 (3/3) darksea1:0:100104:0A:000:Infinite Boots PL2 darksea1:0:1000B8:20:520:Infinite Boots PL2 (2/3) darksea1:0:1000C8:02:501:Infinite Boots PL2 (3/3) ; [ Dark Seal (Japan) ] darkseaj:0:100B3B:00:001:Kill Dragon Now!! darkseaj:0:100036:07:000:Infinite Lives PL1 darkseaj:0:100037:0C:000:Infinite Energy PL1 darkseaj:0:10003E:80:001:Fill Magic Bar to Top PL1 darkseaj:0:10003E:80:000:Stop Magic Bar decreasing PL1 darkseaj:0:10004B:C0:000:Invincibility PL1:To be used when you blink darkseaj:0:100086:0A:000:Infinite Gloves PL1 darkseaj:0:100038:10:520:Infinite Gloves PL1 (2/3) darkseaj:0:100017:40:501:Infinite Gloves PL1 (3/3) darkseaj:0:100084:0A:000:Infinite Boots PL1 darkseaj:0:100038:20:520:Infinite Boots PL1 (2/3) darkseaj:0:100048:02:501:Infinite Boots PL1 (3/3) darkseaj:0:1000B6:07:000:Infinite Lives PL2 darkseaj:0:1000B7:0A:000:Infinite Energy PL2 darkseaj:0:1000BE:80:001:Fill Magic Bar to Top PL2 darkseaj:0:1000BE:80:000:Stop Magic Bar decreasing PL2 darkseaj:0:1000CB:C0:000:Invincibility PL2:To be used when you blink darkseaj:0:100106:0A:000:Infinite Gloves PL2 darkseaj:0:1000B8:10:520:Infinite Gloves PL2 (2/3) darkseaj:0:100097:40:501:Infinite Gloves PL2 (3/3) darkseaj:0:100104:0A:000:Infinite Boots PL2 darkseaj:0:1000B8:20:520:Infinite Boots PL2 (2/3) darkseaj:0:1000C8:02:501:Infinite Boots PL2 (3/3) ; [ Dark Seal (World revision 3) ] darkseal:0:100B3B:00:001:Kill Dragon Now!! darkseal:0:100036:07:000:Infinite Lives PL1 darkseal:0:100037:0C:000:Infinite Energy PL1 darkseal:0:10003E:80:001:Fill Magic Bar to Top PL1 darkseal:0:10003E:80:000:Stop Magic Bar decreasing PL1 darkseal:0:10004B:C0:000:Invincibility PL1:To be used when you blink darkseal:0:100086:0A:000:Infinite Gloves PL1 darkseal:0:100038:10:520:Infinite Gloves PL1 (2/3) darkseal:0:100017:40:501:Infinite Gloves PL1 (3/3) darkseal:0:100084:0A:000:Infinite Boots PL1 darkseal:0:100038:20:520:Infinite Boots PL1 (2/3) darkseal:0:100048:02:501:Infinite Boots PL1 (3/3) darkseal:0:1000B6:07:000:Infinite Lives PL2 darkseal:0:1000B7:0A:000:Infinite Energy PL2 darkseal:0:1000BE:80:001:Fill Magic Bar to Top PL2 darkseal:0:1000BE:80:000:Stop Magic Bar decreasing PL2 darkseal:0:1000CB:C0:000:Invincibility PL2:To be used when you blink darkseal:0:100106:0A:000:Infinite Gloves PL2 darkseal:0:1000B8:10:520:Infinite Gloves PL2 (2/3) darkseal:0:100097:40:501:Infinite Gloves PL2 (3/3) darkseal:0:100104:0A:000:Infinite Boots PL2 darkseal:0:1000B8:20:520:Infinite Boots PL2 (2/3) darkseal:0:1000C8:02:501:Infinite Boots PL2 (3/3) ; [ Dark Seal 2 (Japan v2.1) ] darksel2:0:FDD004:0C:000:Infinite Hearts PL1 darksel2:0:FDD030:50:001:Get Maximum Magic Now! PL1 darksel2:0:FDD064:02:000:Invincibility PL1 darksel2:0:FDD084:0C:000:Infinite Hearts PL2 darksel2:0:FDD0B0:50:001:Get Maximum Magic Now! PL2 darksel2:0:FDD0E4:02:000:Invincibility PL2 ; [ Dark Tower ] darktowr:0:08C8:04:000:Infinite Lives PL1 darktowr:0:0862:02:000:Invincibility PL1:turn off to go to next level darktowr:0:08C9:04:000:Infinite Lives PL2 darktowr:0:0863:02:000:Invincibility PL2:turn off to go to next level ; [ Dark Warrior ] darkwar:0:1E10:63:000:Infinite Credits darkwar:0:1DD5:03:000:Infinite Lives PL1 darkwar:0:1DF0:0C:000:Infinite Fuel PL1 darkwar:0:1D56:03:000:Infinite Lives PL2 darkwar:0:1DF1:0C:000:Infinite Fuel PL2 ; [ Darwin 4078 (Japan) ] darwin:0:1B63:99:000:Infinite Credits :darwin:20900000:7381:0000200A:FFFFFFFF:Invincibility :darwin:20810000:73E0:00000039:FFFFFFFF:Invincibility (2/4) :darwin:20810000:73E5:00000015:FFFFFFFF:Invincibility (3/4) :darwin:20810000:73F2:00000008:FFFFFFFF:Invincibility (4/4) :darwin:00000000:18F4:00000000:FFFFFFFF:Rapid Fire - Antiair :darwin:00000000:18F5:00000000:FFFFFFFF:Rapid Fire - Antisurface darwin:0:1B88:09:000:Infinite Lives PL1 darwin:0:1B89:09:000:Infinite Lives PL2 :darwin:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :darwin:60000000:0000:00000000:00000000:[ 1st inserted a credit. ] :darwin:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :darwin:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :darwin:00000086:1801:00000000:FFFFFFFF:Sound Test:Sound Code :darwin:20A10000:409E:00B60800:FFFFFFFF:Sound Test (02/13):LDA $0800 :darwin:20B10000:40A1:91002723:FFFFFFFF:Sound Test (03/13):CMPA $00 / BEQ $40C8 :darwin:20B10000:40A5:81F7270E:FFFFFFFF:Sound Test (04/13):CMPA #$F7 / BEQ $40B7 :darwin:20B10000:40A9:81FB270E:FFFFFFFF:Sound Test (05/13):CMPA #$FB / BEQ $40BB :darwin:20B10000:40AD:81FE270E:FFFFFFFF:Sound Test (06/13):CMPA #$FE / BEQ $40BF :darwin:20B10000:40B1:81FD270E:FFFFFFFF:Sound Test (07/13):CMPA #$FD / BEQ $40C3 :darwin:20B10000:40B5:20110C01:FFFFFFFF:Sound Test (08/13):BRA $40C8 / INC $01 :darwin:20B10000:40B9:200D0A01:FFFFFFFF:Sound Test (09/13):BRA $40C8 / DEC $01 :darwin:20B10000:40BD:2009D601:FFFFFFFF:Sound Test (10/13):BRA $40C8 / LDB $01 :darwin:20B10000:40C1:2002C600:FFFFFFFF:Sound Test (11/13):BRA $40C5 / LDB #$00 :darwin:20A10000:40C5:00F70802:FFFFFFFF:Sound Test (12/13):STB $0802 :darwin:20B10000:40C8:970020D2:FFFFFFFF:Sound Test (13/13):STA $00 / BRA $409E ; [ Desert Assault (US 4 Players) ] dassaul4:1:3F8007:0F:000:Infinite Energy PL1 dassaul4:1:3F802E:09:000:Infinite Bombs PL1 dassaul4:1:3F8021:C0:000:Invincibility "ON" PL1:To be used when you blink dassaul4:1:3F8021:01:001:Invincibility "OFF" PL1 dassaul4:1:3F8087:0F:000:Infinite Energy PL2 dassaul4:1:3F80AE:09:000:Infinite Bombs PL2 dassaul4:1:3F80A1:C0:000:Invincibility "ON" PL2:To be used when you blink dassaul4:1:3F80A1:01:001:Invincibility "OFF" PL2 dassaul4:1:3F8107:0F:000:Infinite Energy PL3 dassaul4:1:3F812E:09:000:Infinite Bombs PL3 dassaul4:1:3F8121:C0:000:Invincibility "ON" PL3:To be used when you blink dassaul4:1:3F8121:01:001:Invincibility "OFF" PL3 dassaul4:1:3F8187:0F:000:Infinite Energy PL4 dassaul4:1:3F81AE:09:000:Infinite Bombs PL4 dassaul4:1:3F81A1:C0:000:Invincibility "ON" PL4:To be used when you blink dassaul4:1:3F81A1:01:001:Invincibility "OFF" PL4 ; [ Desert Assault (US) ] dassault:1:3F8007:0F:000:Infinite Energy PL1 dassault:1:3F802E:09:000:Infinite Bombs PL1 dassault:1:3F8021:C0:000:Invincibility "ON" PL1:To be used when you blink dassault:1:3F8021:01:001:Invincibility "OFF" PL1 dassault:1:3F8087:0F:000:Infinite Energy PL2 dassault:1:3F80AE:09:000:Infinite Bombs PL2 dassault:1:3F80A1:C0:000:Invincibility "ON" PL2:To be used when you blink dassault:1:3F80A1:01:001:Invincibility "OFF" PL2 dassault:1:3F8107:0F:000:Infinite Energy PL3 dassault:1:3F812E:09:000:Infinite Bombs PL3 dassault:1:3F8121:C0:000:Invincibility "ON" PL3:To be used when you blink dassault:1:3F8121:01:001:Invincibility "OFF" PL3 dassault:1:3F8187:0F:000:Infinite Energy PL4 dassault:1:3F81AE:09:000:Infinite Bombs PL4 dassault:1:3F81A1:C0:000:Invincibility "ON" PL4:To be used when you blink dassault:1:3F81A1:01:001:Invincibility "OFF" PL4 ; [ Daytona USA 2 Power Edition ] dayto2pe:0:0000:00:999:[ There are no cheats ]:REASON 1 dayto2pe:0:0000:00:999:[ for this game as it ]:REASON 1 dayto2pe:0:0000:00:999:[ didn't work the last ]:REASON 1 dayto2pe:0:0000:00:999:[ time it was tested. ]:REASON 1 dayto2pe:0:0000:00:999:[ If the game now works ]:REASON 1 dayto2pe:0:0000:00:999:[ please request cheats ]:REASON 1 dayto2pe:0:0000:00:999:[ for it on the cheat ]:REASON 1 dayto2pe:0:0000:00:999:[ forums. ]:REASON 1 ; [ Daytona USA (Japan) ] daytona:0:0000:00:999:[ There are no cheats ]:REASON 1 daytona:0:0000:00:999:[ for this game as it ]:REASON 1 daytona:0:0000:00:999:[ didn't work the last ]:REASON 1 daytona:0:0000:00:999:[ time it was tested. ]:REASON 1 daytona:0:0000:00:999:[ If the game now works ]:REASON 1 daytona:0:0000:00:999:[ please request cheats ]:REASON 1 daytona:0:0000:00:999:[ for it on the cheat ]:REASON 1 daytona:0:0000:00:999:[ forums. ]:REASON 1 ; [ Daytona USA 2 ] daytona2:0:0000:00:999:[ There are no cheats ]:REASON 1 daytona2:0:0000:00:999:[ for this game as it ]:REASON 1 daytona2:0:0000:00:999:[ didn't work the last ]:REASON 1 daytona2:0:0000:00:999:[ time it was tested. ]:REASON 1 daytona2:0:0000:00:999:[ If the game now works ]:REASON 1 daytona2:0:0000:00:999:[ please request cheats ]:REASON 1 daytona2:0:0000:00:999:[ for it on the cheat ]:REASON 1 daytona2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Daytona USA (Japan, To The MAXX) ] daytonam:0:0000:00:999:[ There are no cheats ]:REASON 1 daytonam:0:0000:00:999:[ for this game as it ]:REASON 1 daytonam:0:0000:00:999:[ didn't work the last ]:REASON 1 daytonam:0:0000:00:999:[ time it was tested. ]:REASON 1 daytonam:0:0000:00:999:[ If the game now works ]:REASON 1 daytonam:0:0000:00:999:[ please request cheats ]:REASON 1 daytonam:0:0000:00:999:[ for it on the cheat ]:REASON 1 daytonam:0:0000:00:999:[ forums. ]:REASON 1 ; [ Daytona USA (Japan, Turbo hack) ] daytonat:0:0000:00:999:[ There are no cheats ]:REASON 1 daytonat:0:0000:00:999:[ for this game as it ]:REASON 1 daytonat:0:0000:00:999:[ didn't work the last ]:REASON 1 daytonat:0:0000:00:999:[ time it was tested. ]:REASON 1 daytonat:0:0000:00:999:[ If the game now works ]:REASON 1 daytonat:0:0000:00:999:[ please request cheats ]:REASON 1 daytonat:0:0000:00:999:[ for it on the cheat ]:REASON 1 daytonat:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dazzler ] dazzler:0:1D82:99:000:Infinite Credits dazzler:0:1F7D:00:000:Invincibility:Turn it OFF if you get stuck dazzler:0:1D70:06:000:Infinite Lives PL1 dazzler:0:1C85:09:000:Infinite Snakes PL1 dazzler:0:1D71:06:000:Infinite Lives PL2 dazzler:0:1C86:09:000:Infinite Snakes PL2 ; [ Double Axle (US) ] dblaxle:0:201FF9:09:000:Infinite Credits dblaxle:0:200048:EA:000:Infinite Time "ON":You may need to Turn this OFF at the end of the round. dblaxle:0:200049:FF:500:Infinite Time "ON" (2/2) dblaxle:0:200048:00:001:Infinite Time "OFF":Actually drains all time dblaxle:0:200049:00:501:Infinite Time "OFF" (2/2) dblaxle:0:20297B:08:000:Infinite Nitros dblaxle:0:2027D3:2C:000:Always drive at Maximum Speed dblaxle:0:2027D2:01:500:Always drive at Maximum Speed (2/2) dblaxle:0:2027D3:2C:001:Get Maximum Speed Boost Now!:Use this with an activation key for best effect dblaxle:0:2027D2:01:501:Get Maximum Speed Boost Now! (2/2) ; [ Double Dynamites, The (Japan) ] dbldyn:0:02F2E:B4:000:Infinite Energy PL1 dbldyn:0:02F38:E8:000:Infinite Ammo PL1 dbldyn:0:02F39:03:500:Infinite Ammo PL1 (2/2) :dbldyn:00000000:02F52:00000002:FFFFFFFF:Invincibility PL1 dbldyn:0:02F3C:08:000:Infinite MegaPunch PL1 dbldyn:0:02F32:F4:000:Full Autofire "ON" PL1 dbldyn:0:02F74:01:500:Full Autofire "ON" PL1 (2/2) dbldyn:0:02F32:00:001:Full Autofire "OFF" PL1 dbldyn:0:02F74:00:501:Full Autofire "OFF" PL1 (2/2) :dbldyn:81040018:02F5E:00000010:000000A1:Rapid Fire - Gun PL1 :dbldyn:81040018:02F5E:00000020:000000A1:Rapid Fire - Punch PL1 dbldyn:0:02FB2:B4:000:Infinite Energy PL2 dbldyn:0:02FBC:E8:000:Infinite Ammo PL2 dbldyn:0:02FBD:03:500:Infinite Ammo PL2 (2/2) :dbldyn:00000000:02FD6:00000002:FFFFFFFF:Invincibility PL2 dbldyn:0:02FC0:08:000:Infinite MegaPunch PL2 dbldyn:0:02FB6:F4:000:Full Autofire "ON" PL2 dbldyn:0:02FF8:01:500:Full Autofire "ON" PL2 (2/2) dbldyn:0:02FB6:00:001:Full Autofire "OFF" PL2 dbldyn:0:02FF8:00:501:Full Autofire "OFF" PL2 (2/2) :dbldyn:81040018:02FE2:00000010:000000A1:Rapid Fire - Gun PL2 :dbldyn:81040018:02FE2:00000020:000000A1:Rapid Fire - Punch PL2 ; [ Double Dynamites, The (US) ] dbldynf:0:02F2E:B4:000:Infinite Energy PL1 dbldynf:0:02F38:E8:000:Infinite Ammo PL1 dbldynf:0:02F39:03:500:Infinite Ammo PL1 (2/2) :dbldynf:00000000:02F52:00000002:FFFFFFFF:Invincibility PL1 dbldynf:0:02F3C:08:000:Infinite MegaPunch PL1 dbldynf:0:02F32:F4:000:Full Autofire "ON" PL1 dbldynf:0:02F74:01:500:Full Autofire "ON" PL1 (2/2) dbldynf:0:02F32:00:001:Full Autofire "OFF" PL1 dbldynf:0:02F74:00:501:Full Autofire "OFF" PL1 (2/2) :dbldynf:81040018:02F5E:00000010:000000A1:Rapid Fire - Gun PL1 :dbldynf:81040018:02F5E:00000020:000000A1:Rapid Fire - Punch PL1 dbldynf:0:02FB2:B4:000:Infinite Energy PL2 dbldynf:0:02FBC:E8:000:Infinite Ammo PL2 dbldynf:0:02FBD:03:500:Infinite Ammo PL2 (2/2) :dbldynf:00000000:02FD6:00000002:FFFFFFFF:Invincibility PL2 dbldynf:0:02FC0:08:000:Infinite MegaPunch PL2 dbldynf:0:02FB6:F4:000:Full Autofire "ON" PL2 dbldynf:0:02FF8:01:500:Full Autofire "ON" PL2 (2/2) dbldynf:0:02FB6:00:001:Full Autofire "OFF" PL2 dbldynf:0:02FF8:00:501:Full Autofire "OFF" PL2 (2/2) :dbldynf:81040018:02FE2:00000010:000000A1:Rapid Fire - Gun PL2 :dbldynf:81040018:02FE2:00000020:000000A1:Rapid Fire - Punch PL2 ; [ Double Wings ] :dblewing:00000000:FF3C1F:00000009:FFFFFFFF:Infinite Credits :dblewing:00000000:FF389D:00000008:FFFFFFFF:Infinite Lives PL1 :dblewing:00000000:FF389F:00000006:FFFFFFFF:Infinite Bombs PL1 :dblewing:00000000:FF3821:00000002:FFFFFFFF:Invincibility PL1 :dblewing:00000000:FF38A5:0000001C:0000001C:Always Maximum Shot Power PL1 :dblewing:00000000:FF381C:000000F8:FFFFFFFF:Rapid Fire PL1 :dblewing:62000000:000000:00000000:00000000:Select Weapon PL1 :dblewing:00010000:FF38A5:00000000:00000060:Vulcan :dblewing:00010000:FF38A5:00000020:00000060:Laser :dblewing:00010000:FF38A5:00000040:00000060:Break Vulcan :dblewing:00000000:FF38A7:0000000C:0000000C:Always Max Sub Weapon Power PL1 :dblewing:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :dblewing:00010000:FF38A7:00000000:000000F0:None :dblewing:00010000:FF38A7:00000060:000000F0:Missile :dblewing:00010000:FF38A7:00000070:000000F0:Homing :dblewing:00000000:FF38B5:00000001:FFFFFFFF:Always Have Restart Item PL1 :dblewing:62000000:000000:00000000:00000000:Select Character PL1 :dblewing:00010000:FF38A1:00000000:FFFFFFFF:Nick (Red) :dblewing:00010000:FF38A1:00000001:FFFFFFFF:Sophie (Blue) :dblewing:00010000:FF38A1:00000002:FFFFFFFF:Elan (Yellow) :dblewing:00000000:FF395D:00000008:FFFFFFFF:Infinite Lives PL2 :dblewing:00000000:FF395F:00000006:FFFFFFFF:Infinite Bombs PL2 :dblewing:00000000:FF38E1:00000002:FFFFFFFF:Invincibility PL2 :dblewing:00000000:FF3965:0000001C:0000001C:Always Maximum Shot Power PL2 :dblewing:00000000:FF38DC:000000F8:FFFFFFFF:Rapid Fire PL2 :dblewing:62000000:000000:00000000:00000000:Select Weapon PL2 :dblewing:00010000:FF3965:00000000:00000060:Vulcan :dblewing:00010000:FF3965:00000020:00000060:Laser :dblewing:00010000:FF3965:00000040:00000060:Break Vulcan :dblewing:00000000:FF3967:0000000C:0000000C:Always Max Sub Weapon Power PL2 :dblewing:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :dblewing:00010000:FF3967:00000000:000000F0:None :dblewing:00010000:FF3967:00000060:000000F0:Missile :dblewing:00010000:FF3967:00000070:000000F0:Homing :dblewing:00000000:FF3975:00000001:FFFFFFFF:Always Have Restart Item PL2 :dblewing:62000000:000000:00000000:00000000:Select Character PL2 :dblewing:00010000:FF3961:00000000:FFFFFFFF:Nick (Red) :dblewing:00010000:FF3961:00000001:FFFFFFFF:Sophie (Blue) :dblewing:00010000:FF3961:00000002:FFFFFFFF:Elan (Yellow) ; [ Super Baseball Double Play Home Run Derby ] dblplay:0:E001:63:000:Infinite Credits dblplay:0:E000:01:500:Infinite Credits (2/2) dblplay:0:EBD4:00:000:Infinite Strikes dblplay:0:EBD3:00:000:Infinite Balls dblplay:0:EBD5:00:000:Infinite Outs dblplay:0:EBD4:00:001:Set Strikes to 0 Now! dblplay:0:EBD4:02:001:Set Strikes to 2 Now! dblplay:0:EBD3:00:001:Set Balls to 0 Now! dblplay:0:EBD3:03:001:Set Balls to 3 Now! dblplay:0:EBD5:00:001:Set Outs to 0 Now! dblplay:0:EBD5:02:001:Set Outs to 2 Now! dblplay:0:EBD1:99:073:Select Score - Away Team (Top Scoreboard) dblplay:0:EBD2:99:073:Select Score - Home Team (Bottom Scoreboard) ; [ Double Point ] dblpoint:0:8142D:0A:000:Infinite Time PL1 dblpoint:0:814AD:0F:500:Infinite Time PL1 (2/3) dblpoint:0:818E1:03:500:Infinite Time PL1 (3/3) dblpoint:0:8143F:08:000:Infinite Helps PL1 dblpoint:0:8195B:0A:000:Infinite Time PL2 dblpoint:0:819DB:0F:500:Infinite Time PL2 (2/3) dblpoint:0:81E0F:03:500:Infinite Time PL2 (3/3) dblpoint:0:81970:08:000:Infinite Helps PL2 ; [ Dragon Breed (M81 pcb version) ] :dbreed:00000000:8802B:00000099:FFFFFFFF:Infinite Credits :dbreed:00100000:8895A:00000959:FFFFFFFF:Infinite Time:Turn it OFF when you've finished the final stage :dbreed:00000000:88958:00000005:FFFFFFFF:Infinite Lives :dbreed:00000000:88CEE:00000001:FFFFFFFF:Invincibility:Incomplete - you still die when you collide with the boss in stage 2 :dbreed:00000000:8895E:00000006:FFFFFFFF:Always Have Maximum Shot Power :dbreed:00100000:88008:00000000:00008080:Rapid Fire - Normal:Turn it OFF on the name entry screen :dbreed:00100000:88008:00000000:00008080:Rapid Fire - Special:Turn it OFF on the name entry screen :dbreed:00010000:88C16:00000000:FFFFFFFF:Rapid Fire - Special (2/2) :dbreed:62000000:00000:00000000:00000000:Select Dragon :dbreed:00010000:88960:00000000:FFFFFFFF:Green Dragon :dbreed:00010000:88960:00000002:FFFFFFFF:Blue Dragon :dbreed:00010000:88960:00000004:FFFFFFFF:Copper Dragon :dbreed:00010000:88960:00000006:FFFFFFFF:Silver Dragon :dbreed:00010000:88960:00000008:FFFFFFFF:Gold Dragon :dbreed:62000000:00000:00000000:00000000:Select Dragon Roll:Roll Shot is available with the gold dragon :dbreed:00110000:88D84:00008000:FFFFFFFF:Normal :dbreed:00110000:88D84:0000810B:FFFFFFFF:Up :dbreed:00110000:88D84:000081F5:FFFFFFFF:Down :dbreed:00110000:88D84:0000830B:FFFFFFFF:Up + Roll Shot :dbreed:00110000:88D84:000083F5:FFFFFFFF:Down + Roll Shot :dbreed:00001501:8895D:0000000B:FFFFFFFF:Select Starting Stage PL1:1 Loop = 6 Stages. Set on the "Push Start Button" screen after you've inserted a credit :dbreed:00001501:88984:0000000B:FFFFFFFF:Select Starting Stage PL2:1 Loop = 6 Stages. Set on the "Push Start Button" screen after you've inserted a credit ; [ Dragon Breed (M72 pcb version) ] :dbreed72:00000000:9002B:00000099:FFFFFFFF:Infinite Credits :dbreed72:00100000:9095A:00000959:FFFFFFFF:Infinite Time:Turn it OFF when you've finished the final stag :dbreed72:00000000:90958:00000005:FFFFFFFF:Infinite Lives :dbreed72:00000000:90CEE:00000001:FFFFFFFF:Invincibility:Incomplete - you still die when you collide with the boss in stage 2 :dbreed72:00000000:9095E:00000006:FFFFFFFF:Always Have Maximum Shot Power :dbreed72:00100000:90008:00000000:00008080:Rapid Fire - Normal:Turn it OFF on the name entry screen :dbreed72:00100000:90008:00000000:00008080:Rapid Fire - Special:Turn it OFF on the name entry screen :dbreed72:00010000:90C16:00000000:FFFFFFFF:Rapid Fire - Special (2/2) :dbreed72:62000000:00000:00000000:00000000:Select Dragon :dbreed72:00010000:90960:00000000:FFFFFFFF:Green Dragon :dbreed72:00010000:90960:00000002:FFFFFFFF:Blue Dragon :dbreed72:00010000:90960:00000004:FFFFFFFF:Copper Dragon :dbreed72:00010000:90960:00000006:FFFFFFFF:Silver Dragon :dbreed72:00010000:90960:00000008:FFFFFFFF:Gold Dragon :dbreed72:62000000:00000:00000000:00000000:Select Dragon Roll:Roll Shot is available with the gold dragon :dbreed72:00110000:90D84:00008000:FFFFFFFF:Normal :dbreed72:00110000:90D84:0000810B:FFFFFFFF:Up :dbreed72:00110000:90D84:000081F5:FFFFFFFF:Down :dbreed72:00110000:90D84:0000830B:FFFFFFFF:Up + Roll Shot :dbreed72:00110000:90D84:000083F5:FFFFFFFF:Down + Roll Shot :dbreed72:00001501:9095D:0000000B:FFFFFFFF:Select Starting Stage PL1:1 Loop = 6 Stages. Set on the "Push Start Button" screen after you've inserted a credit :dbreed72:00001501:90984:0000000B:FFFFFFFF:Select Starting Stage PL2:1 Loop = 6 Stages. Set on the "Push Start Button" screen after you've inserted a credit ; [ Dragonball Z ] dbz:0:486217:63:000:Infinite Time dbz:0:48567D:80:000:Infinite Energy PL1 dbz:0:48567D:00:001:Drain All Energy Now! PL1 dbz:0:48587D:80:000:Infinite Energy PL2 dbz:0:48587D:00:001:Drain All Energy Now! PL2 ; [ Dragonball Z 2 - Super Battle ] dbz2:0:48752D:63:000:Infinite Time dbz2:0:4862A9:78:000:Infinite Energy PL1 dbz2:0:4862A9:00:001:Drain All Energy Now! PL1 dbz2:0:4864A9:78:000:Infinite Energy PL2 dbz2:0:4864A9:00:001:Drain All Energy Now! PL2 ; [ Dragon Ball Z V.R.V.S. ] dbzvrvs:0:208052:62:000:Infinite Time dbzvrvs:0:200152:3C:000:Infinite Energy PL1 dbzvrvs:0:200152:00:001:Drain All Energy Now! PL1 dbzvrvs:0:200252:3C:000:Infinite Energy PL2 dbzvrvs:0:200252:00:001:Drain All Energy Now! PL2 ; [ Dynamic Country Club ] dcclub:0:0000:00:999:[ This game hasn't even ]:REASON 11 dcclub:0:0000:00:999:[ been looked at due to ]:REASON 11 dcclub:0:0000:00:999:[ time constraints - Too]:REASON 11 dcclub:0:0000:00:999:[ many games and so ]:REASON 11 dcclub:0:0000:00:999:[ little time. It is ]:REASON 11 dcclub:0:0000:00:999:[ even possible that ]:REASON 11 dcclub:0:0000:00:999:[ this game may be a ]:REASON 11 dcclub:0:0000:00:999:[ clone of an existing ]:REASON 11 dcclub:0:0000:00:999:[ game which may have ]:REASON 11 dcclub:0:0000:00:999:[ cheats. Please search ]:REASON 11 dcclub:0:0000:00:999:[ the cheat forums ]:REASON 11 dcclub:0:0000:00:999:[ before posting cheat ]:REASON 11 dcclub:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Dynamic Country Club (Floppy DS3-5000-09d, FD1094 317-0058-09d) ] dcclubfd:0:0000:00:999:[ This game hasn't even ]:REASON 11 dcclubfd:0:0000:00:999:[ been looked at due to ]:REASON 11 dcclubfd:0:0000:00:999:[ time constraints - Too]:REASON 11 dcclubfd:0:0000:00:999:[ many games and so ]:REASON 11 dcclubfd:0:0000:00:999:[ little time. It is ]:REASON 11 dcclubfd:0:0000:00:999:[ even possible that ]:REASON 11 dcclubfd:0:0000:00:999:[ this game may be a ]:REASON 11 dcclubfd:0:0000:00:999:[ clone of an existing ]:REASON 11 dcclubfd:0:0000:00:999:[ game which may have ]:REASON 11 dcclubfd:0:0000:00:999:[ cheats. Please search ]:REASON 11 dcclubfd:0:0000:00:999:[ the cheat forums ]:REASON 11 dcclubfd:0:0000:00:999:[ before posting cheat ]:REASON 11 dcclubfd:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Double Cheese ] dcheese:0:0000:00:999:[ There are no cheats ]:REASON 1 dcheese:0:0000:00:999:[ for this game as it ]:REASON 1 dcheese:0:0000:00:999:[ didn't work the last ]:REASON 1 dcheese:0:0000:00:999:[ time it was tested. ]:REASON 1 dcheese:0:0000:00:999:[ If the game now works ]:REASON 1 dcheese:0:0000:00:999:[ please request cheats ]:REASON 1 dcheese:0:0000:00:999:[ for it on the cheat ]:REASON 1 dcheese:0:0000:00:999:[ forums. ]:REASON 1 ; [ D-Con ] dcon:0:0804AD:00:000:Infinite Damage dcon:0:0408CC:0A:000:Infinite Missiles dcon:0:0804CC:63:000:Infinite Super Missiles PL1 dcon:0:0805C6:63:000:Infinite Super Missiles PL2 ; [ D-Day ] dday:0:6015:09:000:Infinite Lives PL1 dday:0:6226:99:000:Infinite Time PL1 dday:0:6230:09:000:Infinite Lives PL2 dday:0:6228:99:000:Infinite Time PL2 ; [ D-Day (Centuri) ] ddayc:0:6015:09:000:Infinite Lives PL1 ddayc:0:6226:99:000:Infinite Time PL1 ddayc:0:6230:09:000:Infinite Lives PL2 ddayc:0:6228:99:000:Infinite Time PL2 ; [ D-Day (Jaleco - set 1) ] :ddayjlc:00000000:83F9:00000063:FFFFFFFF:Infinite Credits :ddayjlc:20800000:4C4A:00000000:FFFFFFFF:Invincibility :ddayjlc:20810000:4CA1:00000000:FFFFFFFF:Invincibility (2/2):1st = Scenery, 2nd = Object :ddayjlc:00000000:8A62:00000000:FFFFFFFF:Always No Damage :ddayjlc:00000000:8A67:00000000:FFFFFFFF:No Delay for Torpedo (Buggy):Sometimes no hit :ddayjlc:00000000:8A7E:000000FF:FFFFFFFF:Rapid Fire - Torpedo :ddayjlc:00000000:8AC2:00000000:FFFFFFFF:Rapid Fire - Antiair :ddayjlc:00000000:842F:00000009:FFFFFFFF:Infinite Lives PL1 :ddayjlc:00000000:8430:00000009:FFFFFFFF:Infinite Lives PL2 ; [ D-Day (Jaleco - set 2) ] :ddayjlca:00000000:83F9:00000063:FFFFFFFF:Infinite Credits :ddayjlca:20800000:4C4A:00000000:FFFFFFFF:Invincibility :ddayjlca:20810000:4CA1:00000000:FFFFFFFF:Invincibility (2/2):1st = Scenery, 2nd = Object :ddayjlca:00000000:8A62:00000000:FFFFFFFF:Always No Damage :ddayjlca:00000000:8A67:00000000:FFFFFFFF:No Delay for Torpedo (Buggy):Sometimes no hit :ddayjlca:00000000:8A7E:000000FF:FFFFFFFF:Rapid Fire - Torpedo :ddayjlca:00000000:8AC2:00000000:FFFFFFFF:Rapid Fire - Antiair :ddayjlca:00000000:842F:00000009:FFFFFFFF:Infinite Lives PL1 :ddayjlca:00000000:8430:00000009:FFFFFFFF:Infinite Lives PL2 ; [ D. D. Crew (set 4, World, 3 Player, FD1094 317-0190) ] :ddcrew:00000000:FFC000:00000063:FFFFFFFF:Infinite Credits :ddcrew:00000001:FFD861:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! :ddcrew:00010001:FFD961:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (2/4) :ddcrew:00010001:FFDA61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (3/4) :ddcrew:00010001:FFDB61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (4/4) :ddcrew:00000000:FFC12C:00000018:FFFFFFFF:Infinite Bonus Stage Time:Only enable this cheat on the Bonus Stage and turn it OFF after you've finished with it :ddcrew:00000001:FFC12C:00000000:FFFFFFFF:Finish Bonus Stage Now ! :ddcrew:00000000:FFC161:00000000:FFFFFFFF:Start on Stage 1:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000000:FFFFFFFF:Start on Stage 1 (2/2) :ddcrew:00000000:FFC161:00000001:FFFFFFFF:Start on Stage 2:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000002:FFFFFFFF:Start on Stage 2 (2/2) ;In both bonus stages, you can't finish bonus stage and go to next stage because bonus stage timer doesn't work. ;In stage 4, you will not be able to move because start with out of floor???? :ddcrew:00000000:FFC161:00000002:FFFFFFFF:Start on Bonus Stage 1 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000005:FFFFFFFF:Start on Bonus Stage 1 (2/2) :ddcrew:00000000:FFC161:00000003:FFFFFFFF:Start on Stage 3:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000007:FFFFFFFF:Start on Stage 3 (2/2) :ddcrew:00000000:FFC161:00000004:FFFFFFFF:Start on Stage 4 (Buggy !):Can't start this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:0000000B:FFFFFFFF:Start on Stage 4 (2/2) :ddcrew:00000000:FFC161:00000005:FFFFFFFF:Start on Bonus Stage 2 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000012:FFFFFFFF:Start on Bonus Stage 2 (2/2) :ddcrew:00000000:FFC161:00000006:FFFFFFFF:Start on Stage 5:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000014:FFFFFFFF:Start on Stage 5 (2/2) :ddcrew:00000000:FFC161:00000007:FFFFFFFF:Start on Stage 6:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000017:FFFFFFFF:Start on Stage 6 (2/2) :ddcrew:00000000:FFC161:00000008:FFFFFFFF:Start on Stage 7:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew:00010000:FFC16F:00000019:FFFFFFFF:Start on Stage 7 (2/2) :ddcrew:00000000:FFD088:00000009:FFFFFFFF:Infinite Lives PL1 :ddcrew:00000000:FFD089:00000004:FFFFFFFF:Infinite Energy PL1 :ddcrew:00000000:FFD09F:0000000F:FFFFFFFF:Invincibility PL1 :ddcrew:00000000:FFC171:00000000:00000001:Rapid Fire PL1 :ddcrew:00000000:FFD288:00000009:FFFFFFFF:Infinite Lives PL2 :ddcrew:00000000:FFD289:00000004:FFFFFFFF:Infinite Energy PL2 :ddcrew:00000000:FFD29F:0000000F:FFFFFFFF:Invincibility PL2 :ddcrew:00000000:FFC172:00000000:00000001:Rapid Fire PL2 :ddcrew:00000000:FFD488:00000009:FFFFFFFF:Infinite Lives PL3 :ddcrew:00000000:FFD489:00000004:FFFFFFFF:Infinite Energy PL3 :ddcrew:00000000:FFD49F:0000000F:FFFFFFFF:Invincibility PL3 :ddcrew:00000000:FFC176:00000000:00000001:Rapid Fire PL3 ; [ D. D. Crew (set 1, World, 4 Player, FD1094 317-?) ] :ddcrew1:00000000:FFC000:00000063:FFFFFFFF:Infinite Credits :ddcrew1:00000001:FFD861:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! :ddcrew1:00010001:FFD961:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (2/4) :ddcrew1:00010001:FFDA61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (3/4) :ddcrew1:00010001:FFDB61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (4/4) :ddcrew1:00000000:FFC12C:00000018:FFFFFFFF:Infinite Bonus Stage Time:Only enable this cheat on the Bonus Stage and turn it OFF after you've finished with it :ddcrew1:00000001:FFC12C:00000000:FFFFFFFF:Finish Bonus Stage Now ! :ddcrew1:00000000:FFC161:00000000:FFFFFFFF:Start on Stage 1:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000000:FFFFFFFF:Start on Stage 1 (2/2) :ddcrew1:00000000:FFC161:00000001:FFFFFFFF:Start on Stage 2:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000002:FFFFFFFF:Start on Stage 2 (2/2) ;In both bonus stages, you can't finish bonus stage and go to next stage because bonus stage timer doesn't work. ;In stage 4, you will not be able to move because start with out of floor???? :ddcrew1:00000000:FFC161:00000002:FFFFFFFF:Start on Bonus Stage 1 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000005:FFFFFFFF:Start on Bonus Stage 1 (2/2) :ddcrew1:00000000:FFC161:00000003:FFFFFFFF:Start on Stage 3:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000007:FFFFFFFF:Start on Stage 3 (2/2) :ddcrew1:00000000:FFC161:00000004:FFFFFFFF:Start on Stage 4 (Buggy !):Can't start this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:0000000B:FFFFFFFF:Start on Stage 4 (2/2) :ddcrew1:00000000:FFC161:00000005:FFFFFFFF:Start on Bonus Stage 2 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000012:FFFFFFFF:Start on Bonus Stage 2 (2/2) :ddcrew1:00000000:FFC161:00000006:FFFFFFFF:Start on Stage 5:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000014:FFFFFFFF:Start on Stage 5 (2/2) :ddcrew1:00000000:FFC161:00000007:FFFFFFFF:Start on Stage 6:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000017:FFFFFFFF:Start on Stage 6 (2/2) :ddcrew1:00000000:FFC161:00000008:FFFFFFFF:Start on Stage 7:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew1:00010000:FFC16F:00000019:FFFFFFFF:Start on Stage 7 (2/2) :ddcrew1:00000000:FFD088:00000009:FFFFFFFF:Infinite Lives PL1 :ddcrew1:00000000:FFD089:00000004:FFFFFFFF:Infinite Energy PL1 :ddcrew1:00000000:FFD09F:0000000F:FFFFFFFF:Invincibility PL1 :ddcrew1:00000000:FFC171:00000000:00000001:Rapid Fire PL1 :ddcrew1:00000000:FFD288:00000009:FFFFFFFF:Infinite Lives PL2 :ddcrew1:00000000:FFD289:00000004:FFFFFFFF:Infinite Energy PL2 :ddcrew1:00000000:FFD29F:0000000F:FFFFFFFF:Invincibility PL2 :ddcrew1:00000000:FFC172:00000000:00000001:Rapid Fire PL2 :ddcrew1:00000000:FFD488:00000009:FFFFFFFF:Infinite Lives PL3 :ddcrew1:00000000:FFD489:00000004:FFFFFFFF:Infinite Energy PL3 :ddcrew1:00000000:FFD49F:0000000F:FFFFFFFF:Invincibility PL3 :ddcrew1:00000000:FFC176:00000000:00000001:Rapid Fire PL3 :ddcrew1:00000000:FFD688:00000009:FFFFFFFF:Infinite Lives PL4 :ddcrew1:00000000:FFD689:00000004:FFFFFFFF:Infinite Energy PL4 :ddcrew1:00000000:FFD69F:0000000F:FFFFFFFF:Invincibility PL4 :ddcrew1:00000000:FFC177:00000000:00000001:Rapid Fire PL4 ; [ D. D. Crew (set 2, World, 2 Player, FD1094 317-0184) ] :ddcrew2:00000000:FFC000:00000063:FFFFFFFF:Infinite Credits :ddcrew2:00000001:FFD861:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! :ddcrew2:00010001:FFD961:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (2/4) :ddcrew2:00010001:FFDA61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (3/4) :ddcrew2:00010001:FFDB61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (4/4) :ddcrew2:00000000:FFC12C:00000018:FFFFFFFF:Infinite Bonus Stage Time:Only enable this cheat on the Bonus Stage and turn it OFF after you've finished with it :ddcrew2:00000001:FFC12C:00000000:FFFFFFFF:Finish Bonus Stage Now ! :ddcrew2:00000000:FFC161:00000000:FFFFFFFF:Start on Stage 1:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000000:FFFFFFFF:Start on Stage 1 (2/2) :ddcrew2:00000000:FFC161:00000001:FFFFFFFF:Start on Stage 2:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000002:FFFFFFFF:Start on Stage 2 (2/2) ;In both bonus stages, you can't finish bonus stage and go to next stage because bonus stage timer doesn't work. ;In stage 4, you will not be able to move because start with out of floor???? :ddcrew2:00000000:FFC161:00000002:FFFFFFFF:Start on Bonus Stage 1 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000005:FFFFFFFF:Start on Bonus Stage 1 (2/2) :ddcrew2:00000000:FFC161:00000003:FFFFFFFF:Start on Stage 3:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000007:FFFFFFFF:Start on Stage 3 (2/2) :ddcrew2:00000000:FFC161:00000004:FFFFFFFF:Start on Stage 4 (Buggy !):Can't start this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:0000000B:FFFFFFFF:Start on Stage 4 (2/2) :ddcrew2:00000000:FFC161:00000005:FFFFFFFF:Start on Bonus Stage 2 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000012:FFFFFFFF:Start on Bonus Stage 2 (2/2) :ddcrew2:00000000:FFC161:00000006:FFFFFFFF:Start on Stage 5:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000014:FFFFFFFF:Start on Stage 5 (2/2) :ddcrew2:00000000:FFC161:00000007:FFFFFFFF:Start on Stage 6:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000017:FFFFFFFF:Start on Stage 6 (2/2) :ddcrew2:00000000:FFC161:00000008:FFFFFFFF:Start on Stage 7:Turn this cheat OFF after you've started the game on the selected stage. :ddcrew2:00010000:FFC16F:00000019:FFFFFFFF:Start on Stage 7 (2/2) :ddcrew2:00000000:FFD088:00000009:FFFFFFFF:Infinite Lives PL1 :ddcrew2:00000000:FFD089:00000004:FFFFFFFF:Infinite Energy PL1 :ddcrew2:00000000:FFD09F:0000000F:FFFFFFFF:Invincibility PL1 :ddcrew2:00000000:FFC171:00000000:00000001:Rapid Fire PL1 :ddcrew2:00000000:FFD288:00000009:FFFFFFFF:Infinite Lives PL2 :ddcrew2:00000000:FFD289:00000004:FFFFFFFF:Infinite Energy PL2 :ddcrew2:00000000:FFD29F:0000000F:FFFFFFFF:Invincibility PL2 :ddcrew2:00000000:FFC172:00000000:00000001:Rapid Fire PL2 ; [ D. D. Crew (set 5, Japan, 2 Player, FD1094 317-0182) ] :ddcrewj:00000000:FFC000:00000063:FFFFFFFF:Infinite Credits :ddcrewj:00000001:FFD861:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! :ddcrewj:00010001:FFD961:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (2/4) :ddcrewj:00010001:FFDA61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (3/4) :ddcrewj:00010001:FFDB61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (4/4) :ddcrewj:00000000:FFC12C:00000018:FFFFFFFF:Infinite Bonus Stage Time:Only enable this cheat on the Bonus Stage and turn it OFF after you've finished with it :ddcrewj:00000001:FFC12C:00000000:FFFFFFFF:Finish Bonus Stage Now ! :ddcrewj:00000000:FFC161:00000000:FFFFFFFF:Start on Stage 1:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000000:FFFFFFFF:Start on Stage 1 (2/2) :ddcrewj:00000000:FFC161:00000001:FFFFFFFF:Start on Stage 2:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000002:FFFFFFFF:Start on Stage 2 (2/2) ;In both bonus stages, you can't finish bonus stage and go to next stage because bonus stage timer doesn't work. ;In stage 4, you will not be able to move because start with out of floor???? :ddcrewj:00000000:FFC161:00000002:FFFFFFFF:Start on Bonus Stage 1 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000005:FFFFFFFF:Start on Bonus Stage 1 (2/2) :ddcrewj:00000000:FFC161:00000003:FFFFFFFF:Start on Stage 3:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000007:FFFFFFFF:Start on Stage 3 (2/2) :ddcrewj:00000000:FFC161:00000004:FFFFFFFF:Start on Stage 4 (Buggy !):Can't start this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:0000000B:FFFFFFFF:Start on Stage 4 (2/2) :ddcrewj:00000000:FFC161:00000005:FFFFFFFF:Start on Bonus Stage 2 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000012:FFFFFFFF:Start on Bonus Stage 2 (2/2) :ddcrewj:00000000:FFC161:00000006:FFFFFFFF:Start on Stage 5:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000014:FFFFFFFF:Start on Stage 5 (2/2) :ddcrewj:00000000:FFC161:00000007:FFFFFFFF:Start on Stage 6:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000017:FFFFFFFF:Start on Stage 6 (2/2) :ddcrewj:00000000:FFC161:00000008:FFFFFFFF:Start on Stage 7:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewj:00010000:FFC16F:00000019:FFFFFFFF:Start on Stage 7 (2/2) :ddcrewj:00000000:FFD088:00000009:FFFFFFFF:Infinite Lives PL1 :ddcrewj:00000000:FFD089:00000004:FFFFFFFF:Infinite Energy PL1 :ddcrewj:00000000:FFD09F:0000000F:FFFFFFFF:Invincibility PL1 :ddcrewj:00000000:FFC171:00000000:00000001:Rapid Fire PL1 :ddcrewj:00000000:FFD288:00000009:FFFFFFFF:Infinite Lives PL2 :ddcrewj:00000000:FFD289:00000004:FFFFFFFF:Infinite Energy PL2 :ddcrewj:00000000:FFD29F:0000000F:FFFFFFFF:Invincibility PL2 :ddcrewj:00000000:FFC172:00000000:00000001:Rapid Fire PL2 ; [ D. D. Crew (set 3, US, 4 Player, FD1094 317-0186) ] :ddcrewu:00000000:FFC000:00000063:FFFFFFFF:Infinite Credits :ddcrewu:00000001:FFD861:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! :ddcrewu:00010001:FFD961:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (2/4) :ddcrewu:00010001:FFDA61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (3/4) :ddcrewu:00010001:FFDB61:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (4/4) :ddcrewu:00000000:FFC12C:00000018:FFFFFFFF:Infinite Bonus Stage Time:Only enable this cheat on the Bonus Stage and turn it OFF after you've finished with it :ddcrewu:00000001:FFC12C:00000000:FFFFFFFF:Finish Bonus Stage Now ! :ddcrewu:00000000:FFC161:00000000:FFFFFFFF:Start on Stage 1:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000000:FFFFFFFF:Start on Stage 1 (2/2) :ddcrewu:00000000:FFC161:00000001:FFFFFFFF:Start on Stage 2:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000002:FFFFFFFF:Start on Stage 2 (2/2) ;In both bonus stages, you can't finish bonus stage and go to next stage because bonus stage timer doesn't work. ;In stage 4, you will not be able to move because start with out of floor???? :ddcrewu:00000000:FFC161:00000002:FFFFFFFF:Start on Bonus Stage 1 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000005:FFFFFFFF:Start on Bonus Stage 1 (2/2) :ddcrewu:00000000:FFC161:00000003:FFFFFFFF:Start on Stage 3:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000007:FFFFFFFF:Start on Stage 3 (2/2) :ddcrewu:00000000:FFC161:00000004:FFFFFFFF:Start on Stage 4 (Buggy !):Can't start this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:0000000B:FFFFFFFF:Start on Stage 4 (2/2) :ddcrewu:00000000:FFC161:00000005:FFFFFFFF:Start on Bonus Stage 2 (Buggy !):Can't finish this stage. Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000012:FFFFFFFF:Start on Bonus Stage 2 (2/2) :ddcrewu:00000000:FFC161:00000006:FFFFFFFF:Start on Stage 5:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000014:FFFFFFFF:Start on Stage 5 (2/2) :ddcrewu:00000000:FFC161:00000007:FFFFFFFF:Start on Stage 6:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000017:FFFFFFFF:Start on Stage 6 (2/2) :ddcrewu:00000000:FFC161:00000008:FFFFFFFF:Start on Stage 7:Turn this cheat OFF after you've started the game on the selected stage. :ddcrewu:00010000:FFC16F:00000019:FFFFFFFF:Start on Stage 7 (2/2) :ddcrewu:00000000:FFD088:00000009:FFFFFFFF:Infinite Lives PL1 :ddcrewu:00000000:FFD089:00000004:FFFFFFFF:Infinite Energy PL1 :ddcrewu:00000000:FFD09F:0000000F:FFFFFFFF:Invincibility PL1 :ddcrewu:00000000:FFC171:00000000:00000001:Rapid Fire PL1 :ddcrewu:00000000:FFD288:00000009:FFFFFFFF:Infinite Lives PL2 :ddcrewu:00000000:FFD289:00000004:FFFFFFFF:Infinite Energy PL2 :ddcrewu:00000000:FFD29F:0000000F:FFFFFFFF:Invincibility PL2 :ddcrewu:00000000:FFC172:00000000:00000001:Rapid Fire PL2 :ddcrewu:00000000:FFD488:00000009:FFFFFFFF:Infinite Lives PL3 :ddcrewu:00000000:FFD489:00000004:FFFFFFFF:Infinite Energy PL3 :ddcrewu:00000000:FFD49F:0000000F:FFFFFFFF:Invincibility PL3 :ddcrewu:00000000:FFC176:00000000:00000001:Rapid Fire PL3 :ddcrewu:00000000:FFD688:00000009:FFFFFFFF:Infinite Lives PL4 :ddcrewu:00000000:FFD689:00000004:FFFFFFFF:Infinite Energy PL4 :ddcrewu:00000000:FFD69F:0000000F:FFFFFFFF:Invincibility PL4 :ddcrewu:00000000:FFC177:00000000:00000001:Rapid Fire PL4 ; [ Don Den Lover Vol. 1 (Hong Kong) ] ddenlovr:0:FF9576:64:000:Infinite Time ddenlovr:0:FF959E:03:000:Infinite Help ddenlovr:0:FF9573:40:000:Always win the game ; [ DoDonPachi (International) ] ddonpach:0:10BE68:11:000:Infinite Selection Time ddonpach:0:10019A:00:001:Kill Boss with 1 hit Now! ddonpach:0:1017BF:63:000:Enemy never fires at you! ddonpach:0:100E41:26:000:Infinite Fire Bomb Shot Time:This cheat only works for one player at a time, it can be either PL1 or PL2. You either have to end the level or turn it OFF before the other player can have a go at it! ddonpach:0:103F8F:1E:000:Always have 1000000 bonus ddonpach:0:101965:05:000:Infinite Lives PL1 ddonpach:0:102CB0:06:000:Infinite Bombs PL1 ddonpach:0:102CB1:06:500:Infinite Bombs PL1 (2/2):1/2 = actual 2/2 = capacity ddonpach:0:102CAD:04:000:Maximum Shot PL1 ddonpach:0:102CAF:04:500:Maximum Shot PL1 (2/2):1/2=Flag 2/2=State ddonpach:0:1017D1:37:000:Maximum Combo PL1 ddonpach:0:102CCA:01:000:Invincibility PL1 ddonpach:0:10192B:99:000:Always have x99 max PL1 ddonpach:0:10192D:99:500:Always have x99 max PL1 (2/2) ddonpach:0:101967:05:000:Infinite Lives PL2 ddonpach:0:102CF0:06:000:Infinite Bombs PL2 ddonpach:0:102CF1:06:500:Infinite Bombs PL2 (2/2):1/2 = actual 2/2 = capacity ddonpach:0:102CED:04:000:Maximum Shot PL2 ddonpach:0:102CEF:04:500:Maximum Shot PL2 (2/2):1/2=Flag 2/2=State ddonpach:0:1017FB:37:000:Maximum Combo PL2 ddonpach:0:102D0A:01:000:Invincibility PL2 ddonpach:0:101935:99:000:Always have x99 max PL2 ddonpach:0:101937:99:500:Always have x99 max PL2 (2/2) ; [ DoDonPachi (Japan) ] ddonpchj:0:10BE68:11:000:Infinite Selection Time ddonpchj:0:10019A:00:001:Kill Boss with 1 hit Now! ddonpchj:0:1017BF:63:000:Enemy never fires at you! ddonpchj:0:100E41:26:000:Infinite Fire Bomb Shot Time:This cheat only works for one player at a time, it can be either PL1 or PL2. You either have to end the level or turn it OFF before the other player can have a go at it! ddonpchj:0:103F8F:1E:000:Always have 1000000 bonus ddonpchj:0:101965:05:000:Infinite Lives PL1 ddonpchj:0:102CB0:06:000:Infinite Bombs PL1 ddonpchj:0:102CB1:06:500:Infinite Bombs PL1 (2/2):1/2 = actual 2/2 = capacity ddonpchj:0:102CAD:04:000:Maximum Shot PL1 ddonpchj:0:102CAF:04:500:Maximum Shot PL1 (2/2):1/2=Flag 2/2=State ddonpchj:0:1017D1:37:000:Maximum Combo PL1 ddonpchj:0:102CCA:01:000:Invincibility PL1 ddonpchj:0:10192B:99:000:Always have x99 max PL1 ddonpchj:0:10192D:99:500:Always have x99 max PL1 (2/2) ddonpchj:0:101967:05:000:Infinite Lives PL2 ddonpchj:0:102CF0:06:000:Infinite Bombs PL2 ddonpchj:0:102CF1:06:500:Infinite Bombs PL2 (2/2):1/2 = actual 2/2 = capacity ddonpchj:0:102CED:04:000:Maximum Shot PL2 ddonpchj:0:102CEF:04:500:Maximum Shot PL2 (2/2):1/2=Flag 2/2=State ddonpchj:0:1017FB:37:000:Maximum Combo PL2 ddonpchj:0:102D0A:01:000:Invincibility PL2 ddonpchj:0:101935:99:000:Always have x99 max PL2 ddonpchj:0:101937:99:500:Always have x99 max PL2 (2/2) ; [ Bee Storm - DoDonPachi II ] :ddp2:00000301:815525:00000006:FFFFFFFF:Select Current Stage:Use this cheat when playing the game...it crashes the game if used on the character selection screen :ddp2:00000000:815976:00000003:FFFFFFFF:Infinite Lives PL1 :ddp2:00100000:8125FC:00000002:FFFFFFFF:Invincibility PL1 :ddp2:00000000:8158A9:00000005:FFFFFFFF:Infinite Bombs (Bomb) PL1 :ddp2:00000000:812603:00000001:FFFFFFFF:Infinite Bombs (Energy) PL1 :ddp2:00210000:8158A7:00044040:FFFFFFFF:Infinite Bombs (Energy) PL1 (2/2) :ddp2:00000100:812556:00000009:FFFFFFFF:Select Speed PL1:This cheat works after you've first used the beam attack (hold button 1) :ddp2:00000000:81598A:00000003:FFFFFFFF:Infinite Lives PL2 :ddp2:00100000:812710:00000002:FFFFFFFF:Invincibility PL2 :ddp2:00000000:8158B0:00000005:FFFFFFFF:Infinite Bombs (Bomb) PL2 :ddp2:00000000:812717:00000001:FFFFFFFF:Infinite Bombs (Energy) PL2 :ddp2:00210000:8158AF:00044040:FFFFFFFF:Infinite Bombs (Energy) PL2 (2/2) :ddp2:00000100:81266A:00000009:FFFFFFFF:Select Speed PL2:This cheat works after you've first used the beam attack (hold button 1) ; [ Double Dragon II - The Revenge (US) ] ddragn2u:0:0F49:99:000:Infinite Time ddragn2u:0:03EA:09:000:Infinite Lives PL1 ddragn2u:0:03C1:35:000:Infinite Energy PL1 ddragn2u:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though! ddragn2u:0:03CE:01:001:Invincibility 'OFF' PL1 ddragn2u:0:0449:09:000:Infinite Lives PL2 ddragn2u:0:0420:35:000:Infinite Energy PL2 ddragn2u:0:042D:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though! ddragn2u:0:042D:01:001:Invincibility 'OFF' PL2 ; [ Double Dragon 3 - The Rosetta Stone (bootleg) ] ddrago3b:0:1C001E:09:000:Infinite Time ddrago3b:0:1C001F:99:500:Infinite Time (2/2) ddrago3b:0:1C0023:30:000:Infinite Shop Time ddrago3b:0:1C002F:99:000:Infinite Coins ddrago3b:0:1C207B:03:000:Infinite Lives PL1 ddrago3b:0:1C2014:03:000:Infinite Energy PL1 ddrago3b:0:1C2015:E7:500:Infinite Energy PL1 (2/2) ddrago3b:0:1C217B:03:000:Infinite Lives PL2 ddrago3b:0:1C2174:03:000:Infinite Energy PL2 ddrago3b:0:1C2175:E7:500:Infinite Energy PL2 (2/2) ddrago3b:0:1C227B:03:000:Infinite Lives PL3 ddrago3b:0:1C2214:03:000:Infinite Energy PL3 ddrago3b:0:1C2215:E7:500:Infinite Energy PL3 (2/2) ; [ Double Dragon (Japan) ] ddragon:0:0E5E:99:000:Infinite Time ddragon:0:03EA:09:000:Infinite Lives PL1 ddragon:0:03C1:35:000:Infinite Energy PL1 ddragon:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though! ddragon:0:03CE:01:001:Invincibility 'OFF' PL1 ddragon:0:0448:09:000:Infinite Lives PL2 ddragon:0:041F:35:000:Infinite Energy PL2 ddragon:0:042C:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though! ddragon:0:042C:01:001:Invincibility 'OFF' PL2 ; [ Double Dragon II - The Revenge (World) ] ddragon2:0:0F49:99:000:Infinite Time ddragon2:0:03EA:09:000:Infinite Lives PL1 ddragon2:0:03C1:35:000:Infinite Energy PL1 ddragon2:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though! ddragon2:0:03CE:01:001:Invincibility 'OFF' PL1 ddragon2:0:0449:09:000:Infinite Lives PL2 ddragon2:0:0420:35:000:Infinite Energy PL2 ddragon2:0:042D:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though! ddragon2:0:042D:01:001:Invincibility 'OFF' PL2 ; [ Double Dragon 3 - The Rosetta Stone (US) ] ddragon3:0:1C001E:09:000:Infinite Time ddragon3:0:1C001F:99:500:Infinite Time (2/2) ddragon3:0:1C0023:30:000:Infinite Shop Time ddragon3:0:1C002F:99:000:Infinite Coins ddragon3:0:1C207B:03:000:Infinite Lives PL1 ddragon3:0:1C2014:03:000:Infinite Energy PL1 ddragon3:0:1C2015:E7:500:Infinite Energy PL1 (2/2) ddragon3:0:1C217B:03:000:Infinite Lives PL2 ddragon3:0:1C2174:03:000:Infinite Energy PL2 ddragon3:0:1C2175:E7:500:Infinite Energy PL2 (2/2) ddragon3:0:1C227B:03:000:Infinite Lives PL3 ddragon3:0:1C2214:03:000:Infinite Energy PL3 ddragon3:0:1C2215:E7:500:Infinite Energy PL3 (2/2) ; [ Double Dragon (bootleg) ] ddragonb:0:0E5E:99:000:Infinite Time ddragonb:0:03EA:09:000:Infinite Lives PL1 ddragonb:0:03C1:35:000:Infinite Energy PL1 ddragonb:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though! ddragonb:0:03CE:01:001:Invincibility 'OFF' PL1 ddragonb:0:0448:09:000:Infinite Lives PL2 ddragonb:0:041F:35:000:Infinite Energy PL2 ddragonb:0:042C:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though! ddragonb:0:042C:01:001:Invincibility 'OFF' PL2 ; [ Double Dragon (US) ] ddragonu:0:0E5E:99:000:Infinite Time ddragonu:0:03EA:09:000:Infinite Lives PL1 ddragonu:0:03C1:35:000:Infinite Energy PL1 ddragonu:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though! ddragonu:0:03CE:01:001:Invincibility 'OFF' PL1 ddragonu:0:0448:09:000:Infinite Lives PL2 ddragonu:0:041F:35:000:Infinite Energy PL2 ddragonu:0:042C:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though! ddragonu:0:042C:01:001:Invincibility 'OFF' PL2 ; [ Double Dragon (World) ] ddragonw:0:0E5E:99:000:Infinite Time ddragonw:0:03EA:09:000:Infinite Lives PL1 ddragonw:0:03C1:35:000:Infinite Energy PL1 ddragonw:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though! ddragonw:0:03CE:01:001:Invincibility 'OFF' PL1 ddragonw:0:0448:09:000:Infinite Lives PL2 ddragonw:0:041F:35:000:Infinite Energy PL2 ddragonw:0:042C:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though! ddragonw:0:042C:01:001:Invincibility 'OFF' PL2 ; [ Dunk Dream '95 (Japan 1.4 EAM) ] :ddream95:00300000:011E0F8:09090505:FFFFFFFF:Infinite Time :ddream95:00200000:011E16C:0009093C:FFFFFFFF:Infinite Select Team Time :ddream95:00300001:011E0F8:01000000:FFFFFFFF:Finish this Game Now! :ddream95:00000000:011481C:00000099:FFFFFFFF:Infinite Credits PL1 :ddream95:00000000:011481D:00000099:FFFFFFFF:Infinite Credits PL2 :ddream95:00000000:011481E:00000099:FFFFFFFF:Infinite Credits PL3 :ddream95:00000000:011481F:00000099:FFFFFFFF:Infinite Credits PL4 :ddream95:00000000:011E188:00000000:FFFFFFFF:Always have 0 Points TEAM1:The scores won't be correctly displayed until a team scores another basket :ddream95:00000000:011E188:00000099:FFFFFFFF:Always have 99 Points TEAM1:The scores won't be correctly displayed until a team scores another basket :ddream95:00000001:011E188:00000000:FFFFFFFF:Get 0 Points Now! TEAM1:The scores won't be correctly displayed until a team scores another basket :ddream95:00000001:011E188:00000099:FFFFFFFF:Get 99 Points Now! TEAM1:The scores won't be correctly displayed until a team scores another basket :ddream95:00000901:011E188:00000099:FFFFFFFF:Select Score TEAM1:The scores won't be correctly displayed until a team scores another basket :ddream95:00000000:011E108:00000006:FFFFFFFF:Supershoot Always Full TEAM1 :ddream95:00000000:011E108:00000000:FFFFFFFF:Supershoot Always Empty TEAM1 :ddream95:00000001:011E108:00000006:FFFFFFFF:Fill Supershoot Now! TEAM1 :ddream95:00000001:011E108:00000000:FFFFFFFF:Empty Supershoot Now! TEAM1 :ddream95:00000000:011E18C:00000000:FFFFFFFF:Always have 0 Points TEAM2:The scores won't be correctly displayed until a team scores another basket :ddream95:00000000:011E18C:00000099:FFFFFFFF:Always have 99 Points TEAM2:The scores won't be correctly displayed until a team scores another basket :ddream95:00000001:011E18C:00000000:FFFFFFFF:Get 0 Points Now! TEAM2:The scores won't be correctly displayed until a team scores another basket :ddream95:00000001:011E18C:00000099:FFFFFFFF:Get 99 Points Now! TEAM2:The scores won't be correctly displayed until a team scores another basket :ddream95:00000901:011E18C:00000099:FFFFFFFF:Select Score TEAM2:The scores won't be correctly displayed until a team scores another basket :ddream95:00000000:011E10C:00000006:FFFFFFFF:Supershoot Always Full TEAM2 :ddream95:00000000:011E10C:00000000:FFFFFFFF:Supershoot Always Empty TEAM2 :ddream95:00000001:011E10C:00000006:FFFFFFFF:Fill Supershoot Now! TEAM2 :ddream95:00000001:011E10C:00000000:FFFFFFFF:Empty Supershoot Now! TEAM2 ; [ Double Dribble ] ddribble:0:4025:59:000:Infinite Time ddribble:0:5150:FE:000:Sound Test Code Stop:[Unknown]Next Code ; [ Dungeons & Dragons: Shadow over Mystara (Euro 960619) ] ddsom:0:FFCAB2:04:000:Infinite Time ddsom:0:FFCB02:04:500:Infinite Time (2/2) ddsom:0:FF8045:09:000:Infinite Keys ddsom:0:FF8641:9A:000:Infinite Energy PL1 ddsom:0:FF865C:03:000:Invincibility PL1 ddsom:0:FF86F3:09:000:Maximum SP PL1 ddsom:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsom:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsom:0:FF8726:09:000:Infinite Item PL1 ddsom:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsom:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsom:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsom:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsom:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsom:0:FF872F:09:000:Infinite Magic PL1 ddsom:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsom:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsom:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsom:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsom:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsom:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsom:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsom:0:FF8769:14:000:Infinite Wands PL1 ddsom:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsom:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsom:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsom:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsom:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsom:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsom:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsom:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsom:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsom:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsom:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsom:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsom:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsom:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsom:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsom:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsom:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsom:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsom:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsom:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsom:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsom:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsom:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsom:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsom:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsom:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsom:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsom:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsom:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsom:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsom:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsom:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsom:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsom:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsom:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsom:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsom:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsom:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsom:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsom:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsom:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsom:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsom:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsom:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsom:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsom:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsom:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsom:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsom:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsom:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsom:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsom:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsom:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsom:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsom:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsom:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsom:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsom:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsom:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsom:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsom:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsom:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsom:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsom:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsom:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsom:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsom:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsom:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsom:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsom:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsom:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsom:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsom:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsom:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsom:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsom:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsom:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsom:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsom:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsom:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsom:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsom:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsom:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsom:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsom:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsom:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsom:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsom:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsom:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsom:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsom:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsom:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsom:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsom:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsom:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsom:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsom:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsom:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsom:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsom:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsom:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsom:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsom:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsom:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsom:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsom:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsom:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsom:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsom:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsom:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsom:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsom:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsom:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsom:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsom:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsom:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsom:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsom:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsom:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsom:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsom:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsom:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsom:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsom:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsom:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsom:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsom:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsom:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsom:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsom:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsom:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsom:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsom:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsom:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsom:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsom:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsom:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsom:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsom:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsom:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsom:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsom:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsom:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsom:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsom:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsom:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsom:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsom:0:000000:00:999:[ Head Equipment PL1 ] ddsom:0:FF873E:00:001:Get the Helmet Now! PL1 ddsom:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsom:0:FF873E:02:001:Get the Hood Now! PL1 ddsom:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsom:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsom:0:FF873E:05:001:Get the Tiara Now! PL1 ddsom:0:FF873E:00:000:Always have the Helmet PL1 ddsom:0:FF873E:01:000:Always have the Magical Hat PL1 ddsom:0:FF873E:02:000:Always have the Hood PL1 ddsom:0:FF873E:03:000:Always have the Ciaclet PL1 ddsom:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsom:0:FF873E:05:000:Always have the Tiara PL1 ddsom:0:000000:00:999:[ Body Equipment PL1 ] ddsom:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsom:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsom:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsom:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsom:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsom:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsom:0:FF873F:00:000:Always have the Fighter Body PL1 ddsom:0:FF873F:01:000:Always have the Cleric Body PL1 ddsom:0:FF873F:02:000:Always have the Elf Body PL1 ddsom:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsom:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsom:0:FF873F:05:000:Always have the Thief Body PL1 ddsom:0:000000:00:999:[ Leg Equipment PL1 ] ddsom:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsom:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsom:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsom:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsom:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsom:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsom:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsom:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsom:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsom:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsom:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsom:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsom:0:000000:00:999:[ Arm Equipment PL1 ] ddsom:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsom:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsom:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsom:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsom:0:000000:00:999:[ Shield Equipment PL1 ] ddsom:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsom:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsom:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsom:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsom:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsom:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsom:0:FF8742:00:000:Always have the Normal Shield PL1 ddsom:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsom:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsom:0:FF8742:05:000:Always have the Frame Shield PL1 ddsom:0:FF8742:06:000:Always have the Ice Shield PL1 ddsom:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsom:0:000000:00:999:[ Hand Equipment PL1 ] ddsom:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsom:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsom:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsom:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsom:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsom:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsom:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsom:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsom:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsom:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsom:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsom:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsom:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsom:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsom:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsom:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsom:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsom:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsom:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsom:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsom:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsom:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsom:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsom:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsom:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsom:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsom:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsom:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsom:0:000000:00:999:[ Accessory Equipment PL1 ] ddsom:0:FF8744:00:001:Get the Necklace Now! PL1 ddsom:0:FF8744:01:001:Get the Orb Now! PL1 ddsom:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsom:0:FF8744:03:001:Get the Brooch Now! PL1 ddsom:0:FF8744:04:001:Get the Earring Now! PL1 ddsom:0:FF8744:05:001:Get the Anklet Now! PL1 ddsom:0:FF8744:00:000:Always have the Necklace PL1 ddsom:0:FF8744:01:000:Always have the Orb PL1 ddsom:0:FF8744:02:000:Always have the Bracelet PL1 ddsom:0:FF8744:03:000:Always have the Brooch PL1 ddsom:0:FF8744:04:000:Always have the Earring PL1 ddsom:0:FF8744:05:000:Always have the Anklet PL1 ddsom:0:000000:00:999:[ Special Equipment PL1 ] ddsom:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsom:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsom:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsom:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsom:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsom:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsom:0:FF8745:06:001:Get the ???1 Now! PL1 ddsom:0:FF8745:07:001:Get the ???2 Now! PL1 ddsom:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsom:0:FF8745:09:001:Get the Medal Now! PL1 ddsom:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsom:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsom:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsom:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsom:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsom:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsom:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsom:0:FF8745:06:000:Always have the ???1 PL1 ddsom:0:FF8745:07:000:Always have the ???2 PL1 ddsom:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsom:0:FF8745:09:000:Always have the Medal PL1 ddsom:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsom:0:FF8841:9A:000:Infinite Energy PL2 ddsom:0:FF885C:03:000:Invincibility PL2 ddsom:0:FF88F3:09:000:Maximum SP PL2 ddsom:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsom:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsom:0:FF8926:09:000:Infinite Item PL2 ddsom:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsom:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsom:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsom:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsom:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsom:0:FF892F:09:000:Infinite Magic PL2 ddsom:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsom:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsom:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsom:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsom:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsom:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsom:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsom:0:FF8969:14:000:Infinite Wands PL2 ddsom:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsom:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsom:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsom:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsom:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsom:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsom:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsom:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsom:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsom:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsom:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsom:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsom:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsom:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsom:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsom:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsom:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsom:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsom:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsom:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsom:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsom:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsom:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsom:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsom:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsom:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsom:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsom:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsom:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsom:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsom:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsom:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsom:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsom:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsom:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsom:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsom:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsom:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsom:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsom:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsom:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsom:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsom:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsom:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsom:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsom:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsom:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsom:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsom:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsom:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsom:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsom:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsom:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsom:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsom:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsom:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsom:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsom:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsom:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsom:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsom:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsom:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsom:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsom:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsom:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsom:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsom:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsom:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsom:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsom:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsom:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsom:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsom:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsom:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsom:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsom:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsom:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsom:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsom:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsom:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsom:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsom:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsom:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsom:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsom:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsom:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsom:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsom:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsom:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsom:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsom:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsom:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsom:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsom:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsom:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsom:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsom:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsom:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsom:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsom:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsom:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsom:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsom:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsom:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsom:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsom:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsom:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsom:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsom:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsom:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsom:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsom:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsom:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsom:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsom:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsom:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsom:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsom:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsom:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsom:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsom:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsom:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsom:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsom:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsom:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsom:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsom:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsom:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsom:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsom:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsom:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsom:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsom:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsom:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsom:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsom:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsom:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsom:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsom:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsom:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsom:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsom:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsom:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsom:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsom:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsom:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsom:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsom:0:000000:00:999:[ Head Equipment PL2 ] ddsom:0:FF893E:00:001:Get the Helmet Now! PL2 ddsom:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsom:0:FF893E:02:001:Get the Hood Now! PL2 ddsom:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsom:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsom:0:FF893E:05:001:Get the Tiara Now! PL2 ddsom:0:FF893E:00:000:Always have the Helmet PL2 ddsom:0:FF893E:01:000:Always have the Magical Hat PL2 ddsom:0:FF893E:02:000:Always have the Hood PL2 ddsom:0:FF893E:03:000:Always have the Ciaclet PL2 ddsom:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsom:0:FF893E:05:000:Always have the Tiara PL2 ddsom:0:000000:00:999:[ Body Equipment PL2 ] ddsom:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsom:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsom:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsom:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsom:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsom:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsom:0:FF893F:00:000:Always have the Fighter Body PL2 ddsom:0:FF893F:01:000:Always have the Cleric Body PL2 ddsom:0:FF893F:02:000:Always have the Elf Body PL2 ddsom:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsom:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsom:0:FF893F:05:000:Always have the Thief Body PL2 ddsom:0:000000:00:999:[ Leg Equipment PL2 ] ddsom:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsom:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsom:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsom:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsom:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsom:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsom:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsom:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsom:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsom:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsom:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsom:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsom:0:000000:00:999:[ Arm Equipment PL2 ] ddsom:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsom:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsom:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsom:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsom:0:000000:00:999:[ Shield Equipment PL2 ] ddsom:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsom:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsom:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsom:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsom:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsom:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsom:0:FF8942:00:000:Always have the Normal Shield PL2 ddsom:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsom:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsom:0:FF8942:05:000:Always have the Frame Shield PL2 ddsom:0:FF8942:06:000:Always have the Ice Shield PL2 ddsom:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsom:0:000000:00:999:[ Hand Equipment PL2 ] ddsom:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsom:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsom:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsom:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsom:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsom:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsom:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsom:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsom:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsom:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsom:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsom:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsom:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsom:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsom:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsom:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsom:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsom:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsom:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsom:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsom:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsom:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsom:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsom:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsom:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsom:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsom:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsom:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsom:0:000000:00:999:[ Accessory Equipment PL2 ] ddsom:0:FF8944:00:001:Get the Necklace Now! PL2 ddsom:0:FF8944:01:001:Get the Orb Now! PL2 ddsom:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsom:0:FF8944:03:001:Get the Brooch Now! PL2 ddsom:0:FF8944:04:001:Get the Earring Now! PL2 ddsom:0:FF8944:05:001:Get the Anklet Now! PL2 ddsom:0:FF8944:00:000:Always have the Necklace PL2 ddsom:0:FF8944:01:000:Always have the Orb PL2 ddsom:0:FF8944:02:000:Always have the Bracelet PL2 ddsom:0:FF8944:03:000:Always have the Brooch PL2 ddsom:0:FF8944:04:000:Always have the Earring PL2 ddsom:0:FF8944:05:000:Always have the Anklet PL2 ddsom:0:000000:00:999:[ Special Equipment PL2 ] ddsom:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsom:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsom:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsom:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsom:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsom:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsom:0:FF8945:06:001:Get the ???1 Now! PL2 ddsom:0:FF8945:07:001:Get the ???2 Now! PL2 ddsom:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsom:0:FF8945:09:001:Get the Medal Now! PL2 ddsom:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsom:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsom:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsom:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsom:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsom:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsom:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsom:0:FF8945:06:000:Always have the ???1 PL2 ddsom:0:FF8945:07:000:Always have the ???2 PL2 ddsom:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsom:0:FF8945:09:000:Always have the Medal PL2 ddsom:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsom:0:FF8A41:9A:000:Infinite Energy PL3 ddsom:0:FF8A5C:03:000:Invincibility PL3 ddsom:0:FF8AF3:09:000:Maximum SP PL3 ddsom:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsom:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsom:0:FF8B26:09:000:Infinite Item PL3 ddsom:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsom:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsom:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsom:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsom:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsom:0:FF8B2F:09:000:Infinite Magic PL3 ddsom:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsom:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsom:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsom:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsom:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsom:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsom:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsom:0:FF8B69:14:000:Infinite Wands PL3 ddsom:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsom:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsom:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsom:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsom:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsom:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsom:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsom:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsom:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsom:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsom:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsom:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsom:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsom:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsom:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsom:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsom:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsom:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsom:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsom:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsom:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsom:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsom:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsom:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsom:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsom:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsom:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsom:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsom:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsom:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsom:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsom:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsom:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsom:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsom:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsom:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsom:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsom:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsom:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsom:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsom:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsom:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsom:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsom:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsom:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsom:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsom:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsom:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsom:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsom:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsom:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsom:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsom:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsom:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsom:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsom:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsom:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsom:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsom:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsom:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsom:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsom:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsom:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsom:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsom:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsom:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsom:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsom:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsom:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsom:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsom:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsom:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsom:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsom:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsom:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsom:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsom:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsom:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsom:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsom:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsom:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsom:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsom:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsom:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsom:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsom:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsom:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsom:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsom:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsom:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsom:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsom:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsom:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsom:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsom:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsom:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsom:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsom:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsom:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsom:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsom:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsom:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsom:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsom:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsom:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsom:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsom:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsom:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsom:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsom:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsom:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsom:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsom:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsom:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsom:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsom:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsom:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsom:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsom:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsom:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsom:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsom:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsom:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsom:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsom:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsom:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsom:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsom:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsom:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsom:0:000000:00:999:[ Head Equipment PL3 ] ddsom:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsom:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsom:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsom:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsom:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsom:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsom:0:FF8B3E:00:000:Always have the Helmet PL3 ddsom:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsom:0:FF8B3E:02:000:Always have the Hood PL3 ddsom:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsom:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsom:0:FF8B3E:05:000:Always have the Tiara PL3 ddsom:0:000000:00:999:[ Body Equipment PL3 ] ddsom:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsom:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsom:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsom:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsom:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsom:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsom:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsom:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsom:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsom:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsom:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsom:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsom:0:000000:00:999:[ Leg Equipment PL3 ] ddsom:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsom:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsom:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsom:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsom:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsom:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsom:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsom:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsom:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsom:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsom:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsom:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsom:0:000000:00:999:[ Arm Equipment PL3 ] ddsom:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsom:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsom:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsom:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsom:0:000000:00:999:[ Shield Equipment PL3 ] ddsom:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsom:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsom:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsom:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsom:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsom:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsom:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsom:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsom:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsom:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsom:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsom:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsom:0:000000:00:999:[ Hand Equipment PL3 ] ddsom:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsom:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsom:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsom:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsom:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsom:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsom:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsom:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsom:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsom:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsom:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsom:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsom:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsom:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsom:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsom:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsom:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsom:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsom:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsom:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsom:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsom:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsom:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsom:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsom:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsom:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsom:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsom:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsom:0:000000:00:999:[ Accessory Equipment PL3 ] ddsom:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsom:0:FF8B44:01:001:Get the Orb Now! PL3 ddsom:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsom:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsom:0:FF8B44:04:001:Get the Earring Now! PL3 ddsom:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsom:0:FF8B44:00:000:Always have the Necklace PL3 ddsom:0:FF8B44:01:000:Always have the Orb PL3 ddsom:0:FF8B44:02:000:Always have the Bracelet PL3 ddsom:0:FF8B44:03:000:Always have the Brooch PL3 ddsom:0:FF8B44:04:000:Always have the Earring PL3 ddsom:0:FF8B44:05:000:Always have the Anklet PL3 ddsom:0:000000:00:999:[ Special Equipment PL3 ] ddsom:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsom:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsom:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsom:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsom:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsom:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsom:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsom:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsom:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsom:0:FF8B45:09:001:Get the Medal Now! PL3 ddsom:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsom:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsom:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsom:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsom:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsom:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsom:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsom:0:FF8B45:06:000:Always have the ???1 PL3 ddsom:0:FF8B45:07:000:Always have the ???2 PL3 ddsom:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsom:0:FF8B45:09:000:Always have the Medal PL3 ddsom:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsom:0:FF8C41:9A:000:Infinite Energy PL4 ddsom:0:FF8C5C:03:000:Invincibility PL4 ddsom:0:FF8CF3:09:000:Maximum SP PL4 ddsom:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsom:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsom:0:FF8D26:09:000:Infinite Item PL4 ddsom:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsom:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsom:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsom:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsom:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsom:0:FF8D2F:09:000:Infinite Magic PL4 ddsom:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsom:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsom:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsom:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsom:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsom:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsom:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsom:0:FF8D69:14:000:Infinite Wands PL4 ddsom:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsom:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsom:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsom:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsom:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsom:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsom:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsom:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsom:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsom:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsom:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsom:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsom:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsom:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsom:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsom:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsom:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsom:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsom:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsom:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsom:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsom:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsom:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsom:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsom:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsom:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsom:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsom:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsom:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsom:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsom:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsom:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsom:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsom:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsom:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsom:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsom:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsom:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsom:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsom:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsom:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsom:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsom:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsom:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsom:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsom:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsom:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsom:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsom:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsom:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsom:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsom:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsom:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsom:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsom:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsom:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsom:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsom:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsom:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsom:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsom:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsom:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsom:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsom:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsom:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsom:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsom:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsom:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsom:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsom:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsom:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsom:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsom:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsom:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsom:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsom:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsom:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsom:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsom:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsom:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsom:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsom:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsom:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsom:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsom:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsom:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsom:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsom:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsom:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsom:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsom:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsom:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsom:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsom:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsom:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsom:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsom:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsom:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsom:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsom:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsom:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsom:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsom:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsom:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsom:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsom:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsom:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsom:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsom:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsom:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsom:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsom:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsom:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsom:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsom:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsom:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsom:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsom:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsom:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsom:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsom:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsom:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsom:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsom:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsom:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsom:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsom:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsom:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsom:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsom:0:000000:00:999:[ Head Equipment PL4 ] ddsom:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsom:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsom:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsom:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsom:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsom:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsom:0:FF8D3E:00:000:Always have the Helmet PL4 ddsom:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsom:0:FF8D3E:02:000:Always have the Hood PL4 ddsom:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsom:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsom:0:FF8D3E:05:000:Always have the Tiara PL4 ddsom:0:000000:00:999:[ Body Equipment PL4 ] ddsom:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsom:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsom:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsom:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsom:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsom:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsom:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsom:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsom:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsom:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsom:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsom:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsom:0:000000:00:999:[ Leg Equipment PL4 ] ddsom:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsom:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsom:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsom:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsom:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsom:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsom:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsom:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsom:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsom:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsom:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsom:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsom:0:000000:00:999:[ Arm Equipment PL4 ] ddsom:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsom:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsom:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsom:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsom:0:000000:00:999:[ Shield Equipment PL4 ] ddsom:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsom:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsom:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsom:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsom:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsom:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsom:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsom:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsom:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsom:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsom:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsom:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsom:0:000000:00:999:[ Hand Equipment PL4 ] ddsom:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsom:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsom:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsom:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsom:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsom:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsom:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsom:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsom:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsom:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsom:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsom:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsom:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsom:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsom:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsom:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsom:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsom:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsom:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsom:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsom:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsom:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsom:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsom:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsom:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsom:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsom:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsom:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsom:0:000000:00:999:[ Accessory Equipment PL4 ] ddsom:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsom:0:FF8D44:01:001:Get the Orb Now! PL4 ddsom:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsom:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsom:0:FF8D44:04:001:Get the Earring Now! PL4 ddsom:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsom:0:FF8D44:00:000:Always have the Necklace PL4 ddsom:0:FF8D44:01:000:Always have the Orb PL4 ddsom:0:FF8D44:02:000:Always have the Bracelet PL4 ddsom:0:FF8D44:03:000:Always have the Brooch PL4 ddsom:0:FF8D44:04:000:Always have the Earring PL4 ddsom:0:FF8D44:05:000:Always have the Anklet PL4 ddsom:0:000000:00:999:[ Special Equipment PL4 ] ddsom:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsom:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsom:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsom:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsom:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsom:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsom:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsom:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsom:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsom:0:FF8D45:09:001:Get the Medal Now! PL4 ddsom:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsom:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsom:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsom:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsom:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsom:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsom:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsom:0:FF8D45:06:000:Always have the ???1 PL4 ddsom:0:FF8D45:07:000:Always have the ???2 PL4 ddsom:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsom:0:FF8D45:09:000:Always have the Medal PL4 ddsom:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsom:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsom:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsom:0:000000:00:999:[ the character Magicuser. ] ddsom:0:FF8641:9A:000:Infinite Final Strike! ddsom:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsom:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsom:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsom:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsom:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsom:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsom:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsom:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsom:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsom:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsom:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsom:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsom:0:FF8071:00:000:Region Switch = Japan ddsom:0:FF8071:02:000:Region Switch = USA ddsom:0:FF8071:04:000:Region Switch = Hispanic ddsom:0:FF8071:06:000:Region Switch = Asia ddsom:0:FF8071:08:000:Region Switch = Euro ddsom:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Shadow over Mystara (Asia 960619) ] ddsoma:0:FFCAB2:04:000:Infinite Time ddsoma:0:FFCB02:04:500:Infinite Time (2/2) ddsoma:0:FF8045:09:000:Infinite Keys ddsoma:0:FF8641:9A:000:Infinite Energy PL1 ddsoma:0:FF865C:03:000:Invincibility PL1 ddsoma:0:FF86F3:09:000:Maximum SP PL1 ddsoma:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsoma:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsoma:0:FF8726:09:000:Infinite Item PL1 ddsoma:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsoma:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsoma:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsoma:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsoma:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsoma:0:FF872F:09:000:Infinite Magic PL1 ddsoma:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsoma:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsoma:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsoma:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsoma:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsoma:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsoma:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsoma:0:FF8769:14:000:Infinite Wands PL1 ddsoma:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsoma:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsoma:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsoma:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsoma:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsoma:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsoma:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsoma:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsoma:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsoma:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsoma:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsoma:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsoma:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsoma:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsoma:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsoma:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsoma:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsoma:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsoma:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsoma:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsoma:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsoma:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsoma:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsoma:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsoma:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsoma:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsoma:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsoma:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsoma:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsoma:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsoma:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsoma:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsoma:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsoma:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsoma:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsoma:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsoma:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsoma:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsoma:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsoma:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsoma:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsoma:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsoma:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsoma:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsoma:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsoma:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsoma:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsoma:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsoma:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsoma:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsoma:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsoma:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsoma:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsoma:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsoma:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsoma:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsoma:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsoma:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsoma:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsoma:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsoma:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsoma:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsoma:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsoma:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsoma:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsoma:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsoma:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsoma:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsoma:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsoma:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsoma:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsoma:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsoma:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsoma:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsoma:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsoma:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsoma:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsoma:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsoma:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsoma:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsoma:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsoma:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsoma:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsoma:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsoma:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsoma:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsoma:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsoma:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsoma:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsoma:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsoma:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsoma:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsoma:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsoma:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsoma:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsoma:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsoma:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsoma:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsoma:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsoma:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsoma:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsoma:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsoma:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsoma:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsoma:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsoma:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsoma:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsoma:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsoma:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsoma:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsoma:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsoma:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsoma:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsoma:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsoma:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsoma:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsoma:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsoma:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsoma:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsoma:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsoma:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsoma:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsoma:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsoma:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsoma:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsoma:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsoma:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsoma:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsoma:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsoma:0:000000:00:999:[ Head Equipment PL1 ] ddsoma:0:FF873E:00:001:Get the Helmet Now! PL1 ddsoma:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsoma:0:FF873E:02:001:Get the Hood Now! PL1 ddsoma:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsoma:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsoma:0:FF873E:05:001:Get the Tiara Now! PL1 ddsoma:0:FF873E:00:000:Always have the Helmet PL1 ddsoma:0:FF873E:01:000:Always have the Magical Hat PL1 ddsoma:0:FF873E:02:000:Always have the Hood PL1 ddsoma:0:FF873E:03:000:Always have the Ciaclet PL1 ddsoma:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsoma:0:FF873E:05:000:Always have the Tiara PL1 ddsoma:0:000000:00:999:[ Body Equipment PL1 ] ddsoma:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsoma:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsoma:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsoma:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsoma:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsoma:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsoma:0:FF873F:00:000:Always have the Fighter Body PL1 ddsoma:0:FF873F:01:000:Always have the Cleric Body PL1 ddsoma:0:FF873F:02:000:Always have the Elf Body PL1 ddsoma:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsoma:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsoma:0:FF873F:05:000:Always have the Thief Body PL1 ddsoma:0:000000:00:999:[ Leg Equipment PL1 ] ddsoma:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsoma:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsoma:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsoma:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsoma:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsoma:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsoma:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsoma:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsoma:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsoma:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsoma:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsoma:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsoma:0:000000:00:999:[ Arm Equipment PL1 ] ddsoma:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsoma:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsoma:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsoma:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsoma:0:000000:00:999:[ Shield Equipment PL1 ] ddsoma:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsoma:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsoma:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsoma:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsoma:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsoma:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsoma:0:FF8742:00:000:Always have the Normal Shield PL1 ddsoma:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsoma:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsoma:0:FF8742:05:000:Always have the Frame Shield PL1 ddsoma:0:FF8742:06:000:Always have the Ice Shield PL1 ddsoma:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsoma:0:000000:00:999:[ Hand Equipment PL1 ] ddsoma:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsoma:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsoma:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsoma:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsoma:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsoma:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsoma:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsoma:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsoma:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsoma:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsoma:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsoma:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsoma:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsoma:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsoma:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsoma:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsoma:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsoma:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsoma:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsoma:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsoma:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsoma:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsoma:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsoma:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsoma:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsoma:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsoma:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsoma:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsoma:0:000000:00:999:[ Accessory Equipment PL1 ] ddsoma:0:FF8744:00:001:Get the Necklace Now! PL1 ddsoma:0:FF8744:01:001:Get the Orb Now! PL1 ddsoma:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsoma:0:FF8744:03:001:Get the Brooch Now! PL1 ddsoma:0:FF8744:04:001:Get the Earring Now! PL1 ddsoma:0:FF8744:05:001:Get the Anklet Now! PL1 ddsoma:0:FF8744:00:000:Always have the Necklace PL1 ddsoma:0:FF8744:01:000:Always have the Orb PL1 ddsoma:0:FF8744:02:000:Always have the Bracelet PL1 ddsoma:0:FF8744:03:000:Always have the Brooch PL1 ddsoma:0:FF8744:04:000:Always have the Earring PL1 ddsoma:0:FF8744:05:000:Always have the Anklet PL1 ddsoma:0:000000:00:999:[ Special Equipment PL1 ] ddsoma:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsoma:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsoma:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsoma:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsoma:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsoma:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsoma:0:FF8745:06:001:Get the ???1 Now! PL1 ddsoma:0:FF8745:07:001:Get the ???2 Now! PL1 ddsoma:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsoma:0:FF8745:09:001:Get the Medal Now! PL1 ddsoma:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsoma:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsoma:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsoma:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsoma:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsoma:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsoma:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsoma:0:FF8745:06:000:Always have the ???1 PL1 ddsoma:0:FF8745:07:000:Always have the ???2 PL1 ddsoma:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsoma:0:FF8745:09:000:Always have the Medal PL1 ddsoma:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsoma:0:FF8841:9A:000:Infinite Energy PL2 ddsoma:0:FF885C:03:000:Invincibility PL2 ddsoma:0:FF88F3:09:000:Maximum SP PL2 ddsoma:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsoma:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsoma:0:FF8926:09:000:Infinite Item PL2 ddsoma:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsoma:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsoma:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsoma:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsoma:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsoma:0:FF892F:09:000:Infinite Magic PL2 ddsoma:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsoma:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsoma:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsoma:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsoma:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsoma:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsoma:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsoma:0:FF8969:14:000:Infinite Wands PL2 ddsoma:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsoma:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsoma:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsoma:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsoma:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsoma:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsoma:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsoma:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsoma:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsoma:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsoma:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsoma:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsoma:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsoma:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsoma:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsoma:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsoma:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsoma:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsoma:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsoma:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsoma:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsoma:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsoma:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsoma:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsoma:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsoma:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsoma:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsoma:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsoma:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsoma:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsoma:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsoma:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsoma:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsoma:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsoma:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsoma:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsoma:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsoma:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsoma:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsoma:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsoma:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsoma:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsoma:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsoma:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsoma:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsoma:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsoma:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsoma:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsoma:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsoma:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsoma:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsoma:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsoma:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsoma:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsoma:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsoma:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsoma:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsoma:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsoma:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsoma:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsoma:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsoma:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsoma:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsoma:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsoma:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsoma:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsoma:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsoma:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsoma:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsoma:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsoma:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsoma:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsoma:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsoma:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsoma:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsoma:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsoma:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsoma:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsoma:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsoma:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsoma:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsoma:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsoma:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsoma:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsoma:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsoma:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsoma:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsoma:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsoma:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsoma:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsoma:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsoma:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsoma:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsoma:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsoma:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsoma:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsoma:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsoma:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsoma:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsoma:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsoma:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsoma:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsoma:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsoma:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsoma:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsoma:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsoma:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsoma:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsoma:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsoma:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsoma:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsoma:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsoma:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsoma:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsoma:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsoma:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsoma:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsoma:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsoma:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsoma:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsoma:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsoma:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsoma:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsoma:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsoma:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsoma:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsoma:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsoma:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsoma:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsoma:0:000000:00:999:[ Head Equipment PL2 ] ddsoma:0:FF893E:00:001:Get the Helmet Now! PL2 ddsoma:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsoma:0:FF893E:02:001:Get the Hood Now! PL2 ddsoma:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsoma:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsoma:0:FF893E:05:001:Get the Tiara Now! PL2 ddsoma:0:FF893E:00:000:Always have the Helmet PL2 ddsoma:0:FF893E:01:000:Always have the Magical Hat PL2 ddsoma:0:FF893E:02:000:Always have the Hood PL2 ddsoma:0:FF893E:03:000:Always have the Ciaclet PL2 ddsoma:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsoma:0:FF893E:05:000:Always have the Tiara PL2 ddsoma:0:000000:00:999:[ Body Equipment PL2 ] ddsoma:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsoma:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsoma:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsoma:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsoma:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsoma:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsoma:0:FF893F:00:000:Always have the Fighter Body PL2 ddsoma:0:FF893F:01:000:Always have the Cleric Body PL2 ddsoma:0:FF893F:02:000:Always have the Elf Body PL2 ddsoma:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsoma:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsoma:0:FF893F:05:000:Always have the Thief Body PL2 ddsoma:0:000000:00:999:[ Leg Equipment PL2 ] ddsoma:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsoma:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsoma:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsoma:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsoma:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsoma:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsoma:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsoma:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsoma:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsoma:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsoma:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsoma:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsoma:0:000000:00:999:[ Arm Equipment PL2 ] ddsoma:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsoma:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsoma:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsoma:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsoma:0:000000:00:999:[ Shield Equipment PL2 ] ddsoma:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsoma:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsoma:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsoma:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsoma:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsoma:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsoma:0:FF8942:00:000:Always have the Normal Shield PL2 ddsoma:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsoma:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsoma:0:FF8942:05:000:Always have the Frame Shield PL2 ddsoma:0:FF8942:06:000:Always have the Ice Shield PL2 ddsoma:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsoma:0:000000:00:999:[ Hand Equipment PL2 ] ddsoma:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsoma:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsoma:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsoma:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsoma:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsoma:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsoma:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsoma:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsoma:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsoma:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsoma:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsoma:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsoma:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsoma:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsoma:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsoma:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsoma:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsoma:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsoma:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsoma:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsoma:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsoma:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsoma:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsoma:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsoma:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsoma:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsoma:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsoma:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsoma:0:000000:00:999:[ Accessory Equipment PL2 ] ddsoma:0:FF8944:00:001:Get the Necklace Now! PL2 ddsoma:0:FF8944:01:001:Get the Orb Now! PL2 ddsoma:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsoma:0:FF8944:03:001:Get the Brooch Now! PL2 ddsoma:0:FF8944:04:001:Get the Earring Now! PL2 ddsoma:0:FF8944:05:001:Get the Anklet Now! PL2 ddsoma:0:FF8944:00:000:Always have the Necklace PL2 ddsoma:0:FF8944:01:000:Always have the Orb PL2 ddsoma:0:FF8944:02:000:Always have the Bracelet PL2 ddsoma:0:FF8944:03:000:Always have the Brooch PL2 ddsoma:0:FF8944:04:000:Always have the Earring PL2 ddsoma:0:FF8944:05:000:Always have the Anklet PL2 ddsoma:0:000000:00:999:[ Special Equipment PL2 ] ddsoma:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsoma:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsoma:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsoma:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsoma:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsoma:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsoma:0:FF8945:06:001:Get the ???1 Now! PL2 ddsoma:0:FF8945:07:001:Get the ???2 Now! PL2 ddsoma:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsoma:0:FF8945:09:001:Get the Medal Now! PL2 ddsoma:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsoma:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsoma:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsoma:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsoma:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsoma:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsoma:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsoma:0:FF8945:06:000:Always have the ???1 PL2 ddsoma:0:FF8945:07:000:Always have the ???2 PL2 ddsoma:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsoma:0:FF8945:09:000:Always have the Medal PL2 ddsoma:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsoma:0:FF8A41:9A:000:Infinite Energy PL3 ddsoma:0:FF8A5C:03:000:Invincibility PL3 ddsoma:0:FF8AF3:09:000:Maximum SP PL3 ddsoma:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsoma:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsoma:0:FF8B26:09:000:Infinite Item PL3 ddsoma:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsoma:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsoma:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsoma:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsoma:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsoma:0:FF8B2F:09:000:Infinite Magic PL3 ddsoma:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsoma:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsoma:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsoma:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsoma:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsoma:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsoma:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsoma:0:FF8B69:14:000:Infinite Wands PL3 ddsoma:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsoma:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsoma:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsoma:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsoma:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsoma:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsoma:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsoma:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsoma:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsoma:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsoma:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsoma:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsoma:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsoma:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsoma:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsoma:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsoma:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsoma:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsoma:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsoma:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsoma:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsoma:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsoma:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsoma:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsoma:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsoma:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsoma:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsoma:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsoma:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsoma:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsoma:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsoma:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsoma:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsoma:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsoma:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsoma:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsoma:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsoma:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsoma:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsoma:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsoma:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsoma:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsoma:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsoma:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsoma:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsoma:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsoma:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsoma:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsoma:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsoma:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsoma:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsoma:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsoma:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsoma:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsoma:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsoma:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsoma:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsoma:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsoma:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsoma:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsoma:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsoma:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsoma:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsoma:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsoma:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsoma:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsoma:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsoma:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsoma:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsoma:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsoma:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsoma:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsoma:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsoma:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsoma:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsoma:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsoma:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsoma:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsoma:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsoma:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsoma:0:000000:00:999:[ Head Equipment PL3 ] ddsoma:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsoma:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsoma:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsoma:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsoma:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsoma:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsoma:0:FF8B3E:00:000:Always have the Helmet PL3 ddsoma:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsoma:0:FF8B3E:02:000:Always have the Hood PL3 ddsoma:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsoma:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsoma:0:FF8B3E:05:000:Always have the Tiara PL3 ddsoma:0:000000:00:999:[ Body Equipment PL3 ] ddsoma:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsoma:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsoma:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsoma:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsoma:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsoma:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsoma:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsoma:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsoma:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsoma:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsoma:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsoma:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsoma:0:000000:00:999:[ Leg Equipment PL3 ] ddsoma:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsoma:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsoma:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsoma:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsoma:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsoma:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsoma:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsoma:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsoma:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsoma:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsoma:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsoma:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsoma:0:000000:00:999:[ Arm Equipment PL3 ] ddsoma:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsoma:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsoma:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsoma:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsoma:0:000000:00:999:[ Shield Equipment PL3 ] ddsoma:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsoma:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsoma:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsoma:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsoma:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsoma:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsoma:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsoma:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsoma:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsoma:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsoma:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsoma:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsoma:0:000000:00:999:[ Hand Equipment PL3 ] ddsoma:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsoma:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsoma:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsoma:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsoma:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsoma:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsoma:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsoma:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsoma:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsoma:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsoma:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsoma:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsoma:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsoma:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsoma:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsoma:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsoma:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsoma:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsoma:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsoma:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsoma:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsoma:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsoma:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsoma:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsoma:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsoma:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsoma:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsoma:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsoma:0:000000:00:999:[ Accessory Equipment PL3 ] ddsoma:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsoma:0:FF8B44:01:001:Get the Orb Now! PL3 ddsoma:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsoma:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsoma:0:FF8B44:04:001:Get the Earring Now! PL3 ddsoma:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsoma:0:FF8B44:00:000:Always have the Necklace PL3 ddsoma:0:FF8B44:01:000:Always have the Orb PL3 ddsoma:0:FF8B44:02:000:Always have the Bracelet PL3 ddsoma:0:FF8B44:03:000:Always have the Brooch PL3 ddsoma:0:FF8B44:04:000:Always have the Earring PL3 ddsoma:0:FF8B44:05:000:Always have the Anklet PL3 ddsoma:0:000000:00:999:[ Special Equipment PL3 ] ddsoma:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsoma:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsoma:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsoma:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsoma:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsoma:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsoma:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsoma:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsoma:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsoma:0:FF8B45:09:001:Get the Medal Now! PL3 ddsoma:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsoma:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsoma:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsoma:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsoma:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsoma:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsoma:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsoma:0:FF8B45:06:000:Always have the ???1 PL3 ddsoma:0:FF8B45:07:000:Always have the ???2 PL3 ddsoma:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsoma:0:FF8B45:09:000:Always have the Medal PL3 ddsoma:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsoma:0:FF8C41:9A:000:Infinite Energy PL4 ddsoma:0:FF8C5C:03:000:Invincibility PL4 ddsoma:0:FF8CF3:09:000:Maximum SP PL4 ddsoma:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsoma:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsoma:0:FF8D26:09:000:Infinite Item PL4 ddsoma:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsoma:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsoma:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsoma:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsoma:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsoma:0:FF8D2F:09:000:Infinite Magic PL4 ddsoma:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsoma:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsoma:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsoma:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsoma:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsoma:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsoma:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsoma:0:FF8D69:14:000:Infinite Wands PL4 ddsoma:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsoma:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsoma:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsoma:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsoma:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsoma:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsoma:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsoma:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsoma:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsoma:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsoma:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsoma:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsoma:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsoma:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsoma:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsoma:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsoma:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsoma:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsoma:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsoma:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsoma:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsoma:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsoma:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsoma:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsoma:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsoma:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsoma:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsoma:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsoma:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsoma:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsoma:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsoma:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsoma:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsoma:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsoma:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsoma:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsoma:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsoma:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsoma:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsoma:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsoma:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsoma:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsoma:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsoma:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsoma:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsoma:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsoma:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsoma:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsoma:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsoma:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsoma:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsoma:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsoma:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsoma:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsoma:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsoma:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsoma:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsoma:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsoma:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsoma:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsoma:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsoma:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsoma:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsoma:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsoma:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsoma:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsoma:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsoma:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsoma:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsoma:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsoma:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsoma:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsoma:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsoma:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsoma:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsoma:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsoma:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsoma:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsoma:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsoma:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsoma:0:000000:00:999:[ Head Equipment PL4 ] ddsoma:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsoma:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsoma:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsoma:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsoma:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsoma:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsoma:0:FF8D3E:00:000:Always have the Helmet PL4 ddsoma:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsoma:0:FF8D3E:02:000:Always have the Hood PL4 ddsoma:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsoma:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsoma:0:FF8D3E:05:000:Always have the Tiara PL4 ddsoma:0:000000:00:999:[ Body Equipment PL4 ] ddsoma:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsoma:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsoma:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsoma:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsoma:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsoma:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsoma:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsoma:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsoma:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsoma:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsoma:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsoma:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsoma:0:000000:00:999:[ Leg Equipment PL4 ] ddsoma:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsoma:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsoma:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsoma:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsoma:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsoma:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsoma:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsoma:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsoma:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsoma:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsoma:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsoma:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsoma:0:000000:00:999:[ Arm Equipment PL4 ] ddsoma:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsoma:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsoma:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsoma:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsoma:0:000000:00:999:[ Shield Equipment PL4 ] ddsoma:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsoma:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsoma:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsoma:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsoma:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsoma:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsoma:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsoma:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsoma:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsoma:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsoma:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsoma:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsoma:0:000000:00:999:[ Hand Equipment PL4 ] ddsoma:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsoma:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsoma:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsoma:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsoma:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsoma:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsoma:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsoma:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsoma:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsoma:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsoma:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsoma:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsoma:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsoma:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsoma:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsoma:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsoma:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsoma:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsoma:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsoma:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsoma:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsoma:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsoma:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsoma:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsoma:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsoma:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsoma:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsoma:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsoma:0:000000:00:999:[ Accessory Equipment PL4 ] ddsoma:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsoma:0:FF8D44:01:001:Get the Orb Now! PL4 ddsoma:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsoma:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsoma:0:FF8D44:04:001:Get the Earring Now! PL4 ddsoma:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsoma:0:FF8D44:00:000:Always have the Necklace PL4 ddsoma:0:FF8D44:01:000:Always have the Orb PL4 ddsoma:0:FF8D44:02:000:Always have the Bracelet PL4 ddsoma:0:FF8D44:03:000:Always have the Brooch PL4 ddsoma:0:FF8D44:04:000:Always have the Earring PL4 ddsoma:0:FF8D44:05:000:Always have the Anklet PL4 ddsoma:0:000000:00:999:[ Special Equipment PL4 ] ddsoma:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsoma:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsoma:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsoma:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsoma:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsoma:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsoma:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsoma:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsoma:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsoma:0:FF8D45:09:001:Get the Medal Now! PL4 ddsoma:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsoma:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsoma:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsoma:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsoma:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsoma:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsoma:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsoma:0:FF8D45:06:000:Always have the ???1 PL4 ddsoma:0:FF8D45:07:000:Always have the ???2 PL4 ddsoma:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsoma:0:FF8D45:09:000:Always have the Medal PL4 ddsoma:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsoma:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsoma:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsoma:0:000000:00:999:[ the character Magicuser. ] ddsoma:0:FF8641:9A:000:Infinite Final Strike! ddsoma:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsoma:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsoma:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsoma:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsoma:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsoma:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsoma:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsoma:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsoma:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsoma:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsoma:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsoma:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsoma:0:FF8071:00:000:Region Switch = Japan ddsoma:0:FF8071:02:000:Region Switch = USA ddsoma:0:FF8071:04:000:Region Switch = Hispanic ddsoma:0:FF8071:06:000:Region Switch = Asia ddsoma:0:FF8071:08:000:Region Switch = Euro ddsoma:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Shadow over Mystara (Japan 960619) ] ddsomj:0:FFCAB2:04:000:Infinite Time ddsomj:0:FFCB02:04:500:Infinite Time (2/2) ddsomj:0:FF8045:09:000:Infinite Keys ddsomj:0:FF8641:9A:000:Infinite Energy PL1 ddsomj:0:FF865C:03:000:Invincibility PL1 ddsomj:0:FF86F3:09:000:Maximum SP PL1 ddsomj:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsomj:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsomj:0:FF8726:09:000:Infinite Item PL1 ddsomj:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsomj:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsomj:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsomj:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsomj:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsomj:0:FF872F:09:000:Infinite Magic PL1 ddsomj:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsomj:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsomj:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsomj:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsomj:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsomj:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsomj:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsomj:0:FF8769:14:000:Infinite Wands PL1 ddsomj:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsomj:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsomj:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsomj:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomj:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomj:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomj:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomj:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsomj:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsomj:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsomj:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsomj:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsomj:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsomj:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsomj:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsomj:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsomj:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsomj:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsomj:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsomj:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsomj:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsomj:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsomj:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsomj:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsomj:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsomj:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsomj:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsomj:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsomj:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsomj:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsomj:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsomj:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsomj:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsomj:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsomj:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsomj:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsomj:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsomj:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsomj:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsomj:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsomj:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsomj:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsomj:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsomj:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsomj:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsomj:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsomj:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsomj:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsomj:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsomj:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsomj:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsomj:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsomj:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsomj:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsomj:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsomj:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsomj:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsomj:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsomj:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsomj:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsomj:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsomj:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsomj:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsomj:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsomj:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsomj:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsomj:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsomj:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsomj:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsomj:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsomj:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsomj:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsomj:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsomj:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsomj:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsomj:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsomj:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsomj:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsomj:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsomj:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsomj:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsomj:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsomj:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsomj:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsomj:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsomj:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsomj:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsomj:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsomj:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsomj:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsomj:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsomj:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsomj:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsomj:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsomj:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsomj:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsomj:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsomj:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsomj:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsomj:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsomj:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsomj:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsomj:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsomj:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsomj:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsomj:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsomj:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsomj:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsomj:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsomj:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsomj:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsomj:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsomj:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsomj:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsomj:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsomj:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsomj:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsomj:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsomj:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsomj:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsomj:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsomj:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsomj:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsomj:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsomj:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsomj:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsomj:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsomj:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsomj:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsomj:0:000000:00:999:[ Head Equipment PL1 ] ddsomj:0:FF873E:00:001:Get the Helmet Now! PL1 ddsomj:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsomj:0:FF873E:02:001:Get the Hood Now! PL1 ddsomj:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsomj:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsomj:0:FF873E:05:001:Get the Tiara Now! PL1 ddsomj:0:FF873E:00:000:Always have the Helmet PL1 ddsomj:0:FF873E:01:000:Always have the Magical Hat PL1 ddsomj:0:FF873E:02:000:Always have the Hood PL1 ddsomj:0:FF873E:03:000:Always have the Ciaclet PL1 ddsomj:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsomj:0:FF873E:05:000:Always have the Tiara PL1 ddsomj:0:000000:00:999:[ Body Equipment PL1 ] ddsomj:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsomj:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsomj:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsomj:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsomj:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsomj:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsomj:0:FF873F:00:000:Always have the Fighter Body PL1 ddsomj:0:FF873F:01:000:Always have the Cleric Body PL1 ddsomj:0:FF873F:02:000:Always have the Elf Body PL1 ddsomj:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsomj:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsomj:0:FF873F:05:000:Always have the Thief Body PL1 ddsomj:0:000000:00:999:[ Leg Equipment PL1 ] ddsomj:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsomj:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsomj:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsomj:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsomj:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsomj:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsomj:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsomj:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsomj:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsomj:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsomj:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsomj:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsomj:0:000000:00:999:[ Arm Equipment PL1 ] ddsomj:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsomj:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsomj:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsomj:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsomj:0:000000:00:999:[ Shield Equipment PL1 ] ddsomj:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsomj:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsomj:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsomj:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsomj:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsomj:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsomj:0:FF8742:00:000:Always have the Normal Shield PL1 ddsomj:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsomj:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsomj:0:FF8742:05:000:Always have the Frame Shield PL1 ddsomj:0:FF8742:06:000:Always have the Ice Shield PL1 ddsomj:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsomj:0:000000:00:999:[ Hand Equipment PL1 ] ddsomj:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsomj:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsomj:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsomj:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsomj:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsomj:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsomj:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsomj:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsomj:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsomj:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsomj:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsomj:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsomj:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsomj:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsomj:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsomj:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsomj:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsomj:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsomj:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsomj:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsomj:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsomj:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsomj:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsomj:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsomj:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsomj:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsomj:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsomj:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsomj:0:000000:00:999:[ Accessory Equipment PL1 ] ddsomj:0:FF8744:00:001:Get the Necklace Now! PL1 ddsomj:0:FF8744:01:001:Get the Orb Now! PL1 ddsomj:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsomj:0:FF8744:03:001:Get the Brooch Now! PL1 ddsomj:0:FF8744:04:001:Get the Earring Now! PL1 ddsomj:0:FF8744:05:001:Get the Anklet Now! PL1 ddsomj:0:FF8744:00:000:Always have the Necklace PL1 ddsomj:0:FF8744:01:000:Always have the Orb PL1 ddsomj:0:FF8744:02:000:Always have the Bracelet PL1 ddsomj:0:FF8744:03:000:Always have the Brooch PL1 ddsomj:0:FF8744:04:000:Always have the Earring PL1 ddsomj:0:FF8744:05:000:Always have the Anklet PL1 ddsomj:0:000000:00:999:[ Special Equipment PL1 ] ddsomj:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsomj:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsomj:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsomj:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsomj:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsomj:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsomj:0:FF8745:06:001:Get the ???1 Now! PL1 ddsomj:0:FF8745:07:001:Get the ???2 Now! PL1 ddsomj:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsomj:0:FF8745:09:001:Get the Medal Now! PL1 ddsomj:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsomj:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsomj:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsomj:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsomj:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsomj:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsomj:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsomj:0:FF8745:06:000:Always have the ???1 PL1 ddsomj:0:FF8745:07:000:Always have the ???2 PL1 ddsomj:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsomj:0:FF8745:09:000:Always have the Medal PL1 ddsomj:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsomj:0:FF8841:9A:000:Infinite Energy PL2 ddsomj:0:FF885C:03:000:Invincibility PL2 ddsomj:0:FF88F3:09:000:Maximum SP PL2 ddsomj:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsomj:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsomj:0:FF8926:09:000:Infinite Item PL2 ddsomj:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsomj:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsomj:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsomj:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsomj:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsomj:0:FF892F:09:000:Infinite Magic PL2 ddsomj:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsomj:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsomj:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsomj:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsomj:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsomj:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsomj:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsomj:0:FF8969:14:000:Infinite Wands PL2 ddsomj:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsomj:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsomj:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsomj:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomj:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomj:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomj:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomj:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsomj:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsomj:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsomj:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsomj:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsomj:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsomj:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsomj:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsomj:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsomj:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsomj:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsomj:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsomj:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsomj:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsomj:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsomj:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsomj:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsomj:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsomj:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsomj:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsomj:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsomj:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsomj:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsomj:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsomj:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsomj:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsomj:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsomj:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsomj:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsomj:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsomj:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsomj:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsomj:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsomj:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsomj:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsomj:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsomj:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsomj:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsomj:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsomj:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsomj:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsomj:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsomj:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsomj:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsomj:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsomj:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsomj:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsomj:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsomj:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsomj:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsomj:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsomj:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsomj:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsomj:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsomj:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsomj:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsomj:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsomj:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsomj:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsomj:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsomj:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsomj:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsomj:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsomj:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsomj:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsomj:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsomj:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsomj:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsomj:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsomj:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsomj:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsomj:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsomj:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsomj:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsomj:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsomj:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsomj:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsomj:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsomj:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsomj:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsomj:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsomj:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsomj:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsomj:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsomj:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsomj:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsomj:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsomj:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsomj:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsomj:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsomj:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsomj:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsomj:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsomj:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsomj:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsomj:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsomj:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsomj:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsomj:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsomj:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsomj:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsomj:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsomj:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsomj:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsomj:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsomj:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsomj:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsomj:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsomj:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsomj:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsomj:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsomj:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsomj:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsomj:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsomj:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsomj:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsomj:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsomj:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsomj:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsomj:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsomj:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsomj:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsomj:0:000000:00:999:[ Head Equipment PL2 ] ddsomj:0:FF893E:00:001:Get the Helmet Now! PL2 ddsomj:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsomj:0:FF893E:02:001:Get the Hood Now! PL2 ddsomj:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsomj:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsomj:0:FF893E:05:001:Get the Tiara Now! PL2 ddsomj:0:FF893E:00:000:Always have the Helmet PL2 ddsomj:0:FF893E:01:000:Always have the Magical Hat PL2 ddsomj:0:FF893E:02:000:Always have the Hood PL2 ddsomj:0:FF893E:03:000:Always have the Ciaclet PL2 ddsomj:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsomj:0:FF893E:05:000:Always have the Tiara PL2 ddsomj:0:000000:00:999:[ Body Equipment PL2 ] ddsomj:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsomj:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsomj:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsomj:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsomj:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsomj:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsomj:0:FF893F:00:000:Always have the Fighter Body PL2 ddsomj:0:FF893F:01:000:Always have the Cleric Body PL2 ddsomj:0:FF893F:02:000:Always have the Elf Body PL2 ddsomj:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsomj:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsomj:0:FF893F:05:000:Always have the Thief Body PL2 ddsomj:0:000000:00:999:[ Leg Equipment PL2 ] ddsomj:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsomj:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsomj:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsomj:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsomj:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsomj:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsomj:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsomj:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsomj:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsomj:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsomj:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsomj:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsomj:0:000000:00:999:[ Arm Equipment PL2 ] ddsomj:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsomj:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsomj:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsomj:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsomj:0:000000:00:999:[ Shield Equipment PL2 ] ddsomj:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsomj:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsomj:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsomj:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsomj:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsomj:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsomj:0:FF8942:00:000:Always have the Normal Shield PL2 ddsomj:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsomj:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsomj:0:FF8942:05:000:Always have the Frame Shield PL2 ddsomj:0:FF8942:06:000:Always have the Ice Shield PL2 ddsomj:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsomj:0:000000:00:999:[ Hand Equipment PL2 ] ddsomj:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsomj:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsomj:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsomj:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsomj:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsomj:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsomj:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsomj:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsomj:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsomj:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsomj:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsomj:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsomj:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsomj:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsomj:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsomj:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsomj:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsomj:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsomj:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsomj:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsomj:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsomj:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsomj:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsomj:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsomj:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsomj:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsomj:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsomj:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsomj:0:000000:00:999:[ Accessory Equipment PL2 ] ddsomj:0:FF8944:00:001:Get the Necklace Now! PL2 ddsomj:0:FF8944:01:001:Get the Orb Now! PL2 ddsomj:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsomj:0:FF8944:03:001:Get the Brooch Now! PL2 ddsomj:0:FF8944:04:001:Get the Earring Now! PL2 ddsomj:0:FF8944:05:001:Get the Anklet Now! PL2 ddsomj:0:FF8944:00:000:Always have the Necklace PL2 ddsomj:0:FF8944:01:000:Always have the Orb PL2 ddsomj:0:FF8944:02:000:Always have the Bracelet PL2 ddsomj:0:FF8944:03:000:Always have the Brooch PL2 ddsomj:0:FF8944:04:000:Always have the Earring PL2 ddsomj:0:FF8944:05:000:Always have the Anklet PL2 ddsomj:0:000000:00:999:[ Special Equipment PL2 ] ddsomj:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsomj:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsomj:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsomj:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsomj:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsomj:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsomj:0:FF8945:06:001:Get the ???1 Now! PL2 ddsomj:0:FF8945:07:001:Get the ???2 Now! PL2 ddsomj:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsomj:0:FF8945:09:001:Get the Medal Now! PL2 ddsomj:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsomj:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsomj:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsomj:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsomj:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsomj:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsomj:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsomj:0:FF8945:06:000:Always have the ???1 PL2 ddsomj:0:FF8945:07:000:Always have the ???2 PL2 ddsomj:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsomj:0:FF8945:09:000:Always have the Medal PL2 ddsomj:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsomj:0:FF8A41:9A:000:Infinite Energy PL3 ddsomj:0:FF8A5C:03:000:Invincibility PL3 ddsomj:0:FF8AF3:09:000:Maximum SP PL3 ddsomj:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsomj:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsomj:0:FF8B26:09:000:Infinite Item PL3 ddsomj:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsomj:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsomj:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsomj:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsomj:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsomj:0:FF8B2F:09:000:Infinite Magic PL3 ddsomj:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsomj:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsomj:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsomj:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsomj:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsomj:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsomj:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsomj:0:FF8B69:14:000:Infinite Wands PL3 ddsomj:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsomj:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsomj:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsomj:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomj:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomj:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomj:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomj:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsomj:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsomj:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsomj:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsomj:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsomj:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsomj:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsomj:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsomj:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsomj:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsomj:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsomj:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsomj:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsomj:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsomj:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsomj:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsomj:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsomj:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsomj:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsomj:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsomj:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsomj:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsomj:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsomj:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsomj:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsomj:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsomj:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsomj:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsomj:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsomj:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsomj:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsomj:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsomj:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsomj:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsomj:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsomj:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsomj:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsomj:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsomj:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsomj:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsomj:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsomj:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsomj:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsomj:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsomj:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsomj:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsomj:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsomj:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsomj:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsomj:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsomj:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsomj:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsomj:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsomj:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsomj:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsomj:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsomj:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsomj:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsomj:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsomj:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsomj:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsomj:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsomj:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsomj:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsomj:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsomj:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsomj:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsomj:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsomj:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsomj:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsomj:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsomj:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsomj:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsomj:0:000000:00:999:[ Head Equipment PL3 ] ddsomj:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsomj:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsomj:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsomj:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsomj:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsomj:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsomj:0:FF8B3E:00:000:Always have the Helmet PL3 ddsomj:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsomj:0:FF8B3E:02:000:Always have the Hood PL3 ddsomj:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsomj:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsomj:0:FF8B3E:05:000:Always have the Tiara PL3 ddsomj:0:000000:00:999:[ Body Equipment PL3 ] ddsomj:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsomj:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsomj:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsomj:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsomj:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsomj:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsomj:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsomj:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsomj:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsomj:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsomj:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsomj:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsomj:0:000000:00:999:[ Leg Equipment PL3 ] ddsomj:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsomj:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsomj:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsomj:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsomj:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsomj:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsomj:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsomj:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsomj:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsomj:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsomj:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsomj:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsomj:0:000000:00:999:[ Arm Equipment PL3 ] ddsomj:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsomj:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsomj:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsomj:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsomj:0:000000:00:999:[ Shield Equipment PL3 ] ddsomj:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsomj:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsomj:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsomj:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsomj:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsomj:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsomj:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsomj:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsomj:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsomj:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsomj:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsomj:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsomj:0:000000:00:999:[ Hand Equipment PL3 ] ddsomj:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsomj:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsomj:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsomj:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsomj:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsomj:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsomj:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsomj:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsomj:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsomj:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsomj:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsomj:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsomj:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsomj:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsomj:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsomj:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsomj:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsomj:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsomj:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsomj:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsomj:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsomj:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsomj:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsomj:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsomj:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsomj:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsomj:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsomj:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsomj:0:000000:00:999:[ Accessory Equipment PL3 ] ddsomj:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsomj:0:FF8B44:01:001:Get the Orb Now! PL3 ddsomj:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsomj:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsomj:0:FF8B44:04:001:Get the Earring Now! PL3 ddsomj:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsomj:0:FF8B44:00:000:Always have the Necklace PL3 ddsomj:0:FF8B44:01:000:Always have the Orb PL3 ddsomj:0:FF8B44:02:000:Always have the Bracelet PL3 ddsomj:0:FF8B44:03:000:Always have the Brooch PL3 ddsomj:0:FF8B44:04:000:Always have the Earring PL3 ddsomj:0:FF8B44:05:000:Always have the Anklet PL3 ddsomj:0:000000:00:999:[ Special Equipment PL3 ] ddsomj:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsomj:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsomj:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsomj:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsomj:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsomj:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsomj:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsomj:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsomj:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsomj:0:FF8B45:09:001:Get the Medal Now! PL3 ddsomj:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsomj:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsomj:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsomj:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsomj:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsomj:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsomj:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsomj:0:FF8B45:06:000:Always have the ???1 PL3 ddsomj:0:FF8B45:07:000:Always have the ???2 PL3 ddsomj:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsomj:0:FF8B45:09:000:Always have the Medal PL3 ddsomj:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsomj:0:FF8C41:9A:000:Infinite Energy PL4 ddsomj:0:FF8C5C:03:000:Invincibility PL4 ddsomj:0:FF8CF3:09:000:Maximum SP PL4 ddsomj:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsomj:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsomj:0:FF8D26:09:000:Infinite Item PL4 ddsomj:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsomj:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsomj:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsomj:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsomj:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsomj:0:FF8D2F:09:000:Infinite Magic PL4 ddsomj:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsomj:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsomj:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsomj:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsomj:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsomj:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsomj:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsomj:0:FF8D69:14:000:Infinite Wands PL4 ddsomj:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsomj:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsomj:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsomj:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomj:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomj:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomj:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomj:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsomj:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsomj:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsomj:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsomj:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsomj:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsomj:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsomj:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsomj:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsomj:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsomj:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsomj:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsomj:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsomj:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsomj:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsomj:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsomj:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsomj:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsomj:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsomj:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsomj:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsomj:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsomj:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsomj:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsomj:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsomj:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsomj:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsomj:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsomj:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsomj:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsomj:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsomj:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsomj:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsomj:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsomj:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsomj:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsomj:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsomj:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsomj:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsomj:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsomj:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsomj:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsomj:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsomj:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsomj:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsomj:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsomj:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsomj:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsomj:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsomj:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsomj:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsomj:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsomj:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsomj:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsomj:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsomj:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsomj:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsomj:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsomj:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsomj:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsomj:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsomj:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsomj:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsomj:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsomj:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsomj:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsomj:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsomj:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsomj:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsomj:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsomj:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsomj:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsomj:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsomj:0:000000:00:999:[ Head Equipment PL4 ] ddsomj:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsomj:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsomj:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsomj:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsomj:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsomj:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsomj:0:FF8D3E:00:000:Always have the Helmet PL4 ddsomj:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsomj:0:FF8D3E:02:000:Always have the Hood PL4 ddsomj:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsomj:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsomj:0:FF8D3E:05:000:Always have the Tiara PL4 ddsomj:0:000000:00:999:[ Body Equipment PL4 ] ddsomj:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsomj:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsomj:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsomj:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsomj:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsomj:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsomj:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsomj:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsomj:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsomj:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsomj:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsomj:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsomj:0:000000:00:999:[ Leg Equipment PL4 ] ddsomj:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsomj:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsomj:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsomj:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsomj:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsomj:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsomj:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsomj:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsomj:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsomj:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsomj:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsomj:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsomj:0:000000:00:999:[ Arm Equipment PL4 ] ddsomj:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsomj:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsomj:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsomj:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsomj:0:000000:00:999:[ Shield Equipment PL4 ] ddsomj:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsomj:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsomj:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsomj:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsomj:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsomj:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsomj:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsomj:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsomj:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsomj:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsomj:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsomj:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsomj:0:000000:00:999:[ Hand Equipment PL4 ] ddsomj:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsomj:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsomj:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsomj:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsomj:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsomj:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsomj:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsomj:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsomj:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsomj:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsomj:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsomj:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsomj:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsomj:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsomj:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsomj:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsomj:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsomj:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsomj:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsomj:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsomj:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsomj:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsomj:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsomj:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsomj:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsomj:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsomj:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsomj:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsomj:0:000000:00:999:[ Accessory Equipment PL4 ] ddsomj:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsomj:0:FF8D44:01:001:Get the Orb Now! PL4 ddsomj:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsomj:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsomj:0:FF8D44:04:001:Get the Earring Now! PL4 ddsomj:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsomj:0:FF8D44:00:000:Always have the Necklace PL4 ddsomj:0:FF8D44:01:000:Always have the Orb PL4 ddsomj:0:FF8D44:02:000:Always have the Bracelet PL4 ddsomj:0:FF8D44:03:000:Always have the Brooch PL4 ddsomj:0:FF8D44:04:000:Always have the Earring PL4 ddsomj:0:FF8D44:05:000:Always have the Anklet PL4 ddsomj:0:000000:00:999:[ Special Equipment PL4 ] ddsomj:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsomj:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsomj:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsomj:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsomj:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsomj:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsomj:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsomj:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsomj:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsomj:0:FF8D45:09:001:Get the Medal Now! PL4 ddsomj:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsomj:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsomj:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsomj:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsomj:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsomj:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsomj:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsomj:0:FF8D45:06:000:Always have the ???1 PL4 ddsomj:0:FF8D45:07:000:Always have the ???2 PL4 ddsomj:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsomj:0:FF8D45:09:000:Always have the Medal PL4 ddsomj:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsomj:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsomj:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsomj:0:000000:00:999:[ the character Magicuser. ] ddsomj:0:FF8641:9A:000:Infinite Final Strike! ddsomj:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsomj:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsomj:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsomj:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsomj:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomj:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsomj:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomj:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsomj:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsomj:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsomj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsomj:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsomj:0:FF8071:00:000:Region Switch = Japan ddsomj:0:FF8071:02:000:Region Switch = USA ddsomj:0:FF8071:04:000:Region Switch = Hispanic ddsomj:0:FF8071:06:000:Region Switch = Asia ddsomj:0:FF8071:08:000:Region Switch = Euro ddsomj:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Shadow over Mystara (Japan 960206) ] ddsomjr1:0:FFCAB2:04:000:Infinite Time ddsomjr1:0:FFCB02:04:500:Infinite Time (2/2) ddsomjr1:0:FF8045:09:000:Infinite Keys ddsomjr1:0:FF8641:9A:000:Infinite Energy PL1 ddsomjr1:0:FF865C:03:000:Invincibility PL1 ddsomjr1:0:FF86F3:09:000:Maximum SP PL1 ddsomjr1:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsomjr1:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsomjr1:0:FF8726:09:000:Infinite Item PL1 ddsomjr1:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsomjr1:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsomjr1:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsomjr1:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsomjr1:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsomjr1:0:FF872F:09:000:Infinite Magic PL1 ddsomjr1:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsomjr1:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsomjr1:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsomjr1:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsomjr1:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsomjr1:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsomjr1:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsomjr1:0:FF8769:14:000:Infinite Wands PL1 ddsomjr1:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsomjr1:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsomjr1:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsomjr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomjr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomjr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomjr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomjr1:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsomjr1:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsomjr1:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsomjr1:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsomjr1:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsomjr1:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsomjr1:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsomjr1:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsomjr1:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsomjr1:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsomjr1:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsomjr1:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsomjr1:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsomjr1:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsomjr1:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsomjr1:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsomjr1:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsomjr1:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsomjr1:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsomjr1:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsomjr1:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsomjr1:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsomjr1:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsomjr1:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsomjr1:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsomjr1:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsomjr1:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsomjr1:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsomjr1:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsomjr1:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsomjr1:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsomjr1:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsomjr1:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsomjr1:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsomjr1:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsomjr1:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsomjr1:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsomjr1:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsomjr1:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsomjr1:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsomjr1:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsomjr1:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsomjr1:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsomjr1:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsomjr1:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsomjr1:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsomjr1:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsomjr1:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsomjr1:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsomjr1:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsomjr1:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsomjr1:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsomjr1:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsomjr1:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsomjr1:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsomjr1:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsomjr1:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsomjr1:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsomjr1:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsomjr1:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsomjr1:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsomjr1:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsomjr1:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsomjr1:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsomjr1:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsomjr1:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsomjr1:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsomjr1:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsomjr1:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsomjr1:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsomjr1:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsomjr1:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsomjr1:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsomjr1:0:000000:00:999:[ Head Equipment PL1 ] ddsomjr1:0:FF873E:00:001:Get the Helmet Now! PL1 ddsomjr1:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsomjr1:0:FF873E:02:001:Get the Hood Now! PL1 ddsomjr1:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsomjr1:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsomjr1:0:FF873E:05:001:Get the Tiara Now! PL1 ddsomjr1:0:FF873E:00:000:Always have the Helmet PL1 ddsomjr1:0:FF873E:01:000:Always have the Magical Hat PL1 ddsomjr1:0:FF873E:02:000:Always have the Hood PL1 ddsomjr1:0:FF873E:03:000:Always have the Ciaclet PL1 ddsomjr1:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsomjr1:0:FF873E:05:000:Always have the Tiara PL1 ddsomjr1:0:000000:00:999:[ Body Equipment PL1 ] ddsomjr1:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsomjr1:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsomjr1:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsomjr1:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsomjr1:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsomjr1:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsomjr1:0:FF873F:00:000:Always have the Fighter Body PL1 ddsomjr1:0:FF873F:01:000:Always have the Cleric Body PL1 ddsomjr1:0:FF873F:02:000:Always have the Elf Body PL1 ddsomjr1:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsomjr1:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsomjr1:0:FF873F:05:000:Always have the Thief Body PL1 ddsomjr1:0:000000:00:999:[ Leg Equipment PL1 ] ddsomjr1:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsomjr1:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsomjr1:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsomjr1:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsomjr1:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsomjr1:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsomjr1:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsomjr1:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsomjr1:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsomjr1:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsomjr1:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsomjr1:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsomjr1:0:000000:00:999:[ Arm Equipment PL1 ] ddsomjr1:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsomjr1:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsomjr1:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsomjr1:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsomjr1:0:000000:00:999:[ Shield Equipment PL1 ] ddsomjr1:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsomjr1:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsomjr1:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsomjr1:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsomjr1:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsomjr1:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsomjr1:0:FF8742:00:000:Always have the Normal Shield PL1 ddsomjr1:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsomjr1:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsomjr1:0:FF8742:05:000:Always have the Frame Shield PL1 ddsomjr1:0:FF8742:06:000:Always have the Ice Shield PL1 ddsomjr1:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsomjr1:0:000000:00:999:[ Hand Equipment PL1 ] ddsomjr1:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsomjr1:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsomjr1:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsomjr1:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsomjr1:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsomjr1:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsomjr1:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsomjr1:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsomjr1:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsomjr1:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsomjr1:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsomjr1:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsomjr1:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsomjr1:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsomjr1:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsomjr1:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsomjr1:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsomjr1:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsomjr1:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsomjr1:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsomjr1:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsomjr1:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsomjr1:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsomjr1:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsomjr1:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsomjr1:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsomjr1:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsomjr1:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsomjr1:0:000000:00:999:[ Accessory Equipment PL1 ] ddsomjr1:0:FF8744:00:001:Get the Necklace Now! PL1 ddsomjr1:0:FF8744:01:001:Get the Orb Now! PL1 ddsomjr1:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsomjr1:0:FF8744:03:001:Get the Brooch Now! PL1 ddsomjr1:0:FF8744:04:001:Get the Earring Now! PL1 ddsomjr1:0:FF8744:05:001:Get the Anklet Now! PL1 ddsomjr1:0:FF8744:00:000:Always have the Necklace PL1 ddsomjr1:0:FF8744:01:000:Always have the Orb PL1 ddsomjr1:0:FF8744:02:000:Always have the Bracelet PL1 ddsomjr1:0:FF8744:03:000:Always have the Brooch PL1 ddsomjr1:0:FF8744:04:000:Always have the Earring PL1 ddsomjr1:0:FF8744:05:000:Always have the Anklet PL1 ddsomjr1:0:000000:00:999:[ Special Equipment PL1 ] ddsomjr1:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsomjr1:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsomjr1:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsomjr1:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsomjr1:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsomjr1:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsomjr1:0:FF8745:06:001:Get the ???1 Now! PL1 ddsomjr1:0:FF8745:07:001:Get the ???2 Now! PL1 ddsomjr1:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsomjr1:0:FF8745:09:001:Get the Medal Now! PL1 ddsomjr1:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsomjr1:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsomjr1:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsomjr1:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsomjr1:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsomjr1:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsomjr1:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsomjr1:0:FF8745:06:000:Always have the ???1 PL1 ddsomjr1:0:FF8745:07:000:Always have the ???2 PL1 ddsomjr1:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsomjr1:0:FF8745:09:000:Always have the Medal PL1 ddsomjr1:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsomjr1:0:FF8841:9A:000:Infinite Energy PL2 ddsomjr1:0:FF885C:03:000:Invincibility PL2 ddsomjr1:0:FF88F3:09:000:Maximum SP PL2 ddsomjr1:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsomjr1:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsomjr1:0:FF8926:09:000:Infinite Item PL2 ddsomjr1:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsomjr1:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsomjr1:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsomjr1:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsomjr1:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsomjr1:0:FF892F:09:000:Infinite Magic PL2 ddsomjr1:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsomjr1:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsomjr1:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsomjr1:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsomjr1:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsomjr1:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsomjr1:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsomjr1:0:FF8969:14:000:Infinite Wands PL2 ddsomjr1:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsomjr1:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsomjr1:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsomjr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomjr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomjr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomjr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomjr1:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsomjr1:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsomjr1:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsomjr1:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsomjr1:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsomjr1:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsomjr1:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsomjr1:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsomjr1:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsomjr1:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsomjr1:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsomjr1:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsomjr1:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsomjr1:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsomjr1:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsomjr1:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsomjr1:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsomjr1:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsomjr1:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsomjr1:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsomjr1:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsomjr1:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsomjr1:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsomjr1:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsomjr1:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsomjr1:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsomjr1:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsomjr1:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsomjr1:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsomjr1:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsomjr1:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsomjr1:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsomjr1:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsomjr1:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsomjr1:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsomjr1:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsomjr1:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsomjr1:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsomjr1:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsomjr1:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsomjr1:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsomjr1:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsomjr1:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsomjr1:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsomjr1:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsomjr1:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsomjr1:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsomjr1:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsomjr1:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsomjr1:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsomjr1:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsomjr1:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsomjr1:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsomjr1:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsomjr1:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsomjr1:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsomjr1:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsomjr1:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsomjr1:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsomjr1:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsomjr1:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsomjr1:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsomjr1:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsomjr1:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsomjr1:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsomjr1:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsomjr1:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsomjr1:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsomjr1:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsomjr1:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsomjr1:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsomjr1:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsomjr1:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsomjr1:0:000000:00:999:[ Head Equipment PL2 ] ddsomjr1:0:FF893E:00:001:Get the Helmet Now! PL2 ddsomjr1:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsomjr1:0:FF893E:02:001:Get the Hood Now! PL2 ddsomjr1:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsomjr1:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsomjr1:0:FF893E:05:001:Get the Tiara Now! PL2 ddsomjr1:0:FF893E:00:000:Always have the Helmet PL2 ddsomjr1:0:FF893E:01:000:Always have the Magical Hat PL2 ddsomjr1:0:FF893E:02:000:Always have the Hood PL2 ddsomjr1:0:FF893E:03:000:Always have the Ciaclet PL2 ddsomjr1:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsomjr1:0:FF893E:05:000:Always have the Tiara PL2 ddsomjr1:0:000000:00:999:[ Body Equipment PL2 ] ddsomjr1:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsomjr1:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsomjr1:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsomjr1:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsomjr1:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsomjr1:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsomjr1:0:FF893F:00:000:Always have the Fighter Body PL2 ddsomjr1:0:FF893F:01:000:Always have the Cleric Body PL2 ddsomjr1:0:FF893F:02:000:Always have the Elf Body PL2 ddsomjr1:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsomjr1:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsomjr1:0:FF893F:05:000:Always have the Thief Body PL2 ddsomjr1:0:000000:00:999:[ Leg Equipment PL2 ] ddsomjr1:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsomjr1:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsomjr1:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsomjr1:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsomjr1:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsomjr1:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsomjr1:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsomjr1:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsomjr1:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsomjr1:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsomjr1:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsomjr1:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsomjr1:0:000000:00:999:[ Arm Equipment PL2 ] ddsomjr1:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsomjr1:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsomjr1:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsomjr1:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsomjr1:0:000000:00:999:[ Shield Equipment PL2 ] ddsomjr1:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsomjr1:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsomjr1:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsomjr1:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsomjr1:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsomjr1:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsomjr1:0:FF8942:00:000:Always have the Normal Shield PL2 ddsomjr1:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsomjr1:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsomjr1:0:FF8942:05:000:Always have the Frame Shield PL2 ddsomjr1:0:FF8942:06:000:Always have the Ice Shield PL2 ddsomjr1:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsomjr1:0:000000:00:999:[ Hand Equipment PL2 ] ddsomjr1:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsomjr1:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsomjr1:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsomjr1:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsomjr1:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsomjr1:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsomjr1:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsomjr1:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsomjr1:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsomjr1:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsomjr1:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsomjr1:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsomjr1:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsomjr1:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsomjr1:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsomjr1:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsomjr1:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsomjr1:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsomjr1:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsomjr1:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsomjr1:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsomjr1:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsomjr1:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsomjr1:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsomjr1:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsomjr1:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsomjr1:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsomjr1:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsomjr1:0:000000:00:999:[ Accessory Equipment PL2 ] ddsomjr1:0:FF8944:00:001:Get the Necklace Now! PL2 ddsomjr1:0:FF8944:01:001:Get the Orb Now! PL2 ddsomjr1:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsomjr1:0:FF8944:03:001:Get the Brooch Now! PL2 ddsomjr1:0:FF8944:04:001:Get the Earring Now! PL2 ddsomjr1:0:FF8944:05:001:Get the Anklet Now! PL2 ddsomjr1:0:FF8944:00:000:Always have the Necklace PL2 ddsomjr1:0:FF8944:01:000:Always have the Orb PL2 ddsomjr1:0:FF8944:02:000:Always have the Bracelet PL2 ddsomjr1:0:FF8944:03:000:Always have the Brooch PL2 ddsomjr1:0:FF8944:04:000:Always have the Earring PL2 ddsomjr1:0:FF8944:05:000:Always have the Anklet PL2 ddsomjr1:0:000000:00:999:[ Special Equipment PL2 ] ddsomjr1:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsomjr1:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsomjr1:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsomjr1:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsomjr1:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsomjr1:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsomjr1:0:FF8945:06:001:Get the ???1 Now! PL2 ddsomjr1:0:FF8945:07:001:Get the ???2 Now! PL2 ddsomjr1:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsomjr1:0:FF8945:09:001:Get the Medal Now! PL2 ddsomjr1:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsomjr1:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsomjr1:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsomjr1:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsomjr1:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsomjr1:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsomjr1:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsomjr1:0:FF8945:06:000:Always have the ???1 PL2 ddsomjr1:0:FF8945:07:000:Always have the ???2 PL2 ddsomjr1:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsomjr1:0:FF8945:09:000:Always have the Medal PL2 ddsomjr1:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsomjr1:0:FF8A41:9A:000:Infinite Energy PL3 ddsomjr1:0:FF8A5C:03:000:Invincibility PL3 ddsomjr1:0:FF8AF3:09:000:Maximum SP PL3 ddsomjr1:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsomjr1:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsomjr1:0:FF8B26:09:000:Infinite Item PL3 ddsomjr1:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsomjr1:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsomjr1:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsomjr1:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsomjr1:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsomjr1:0:FF8B2F:09:000:Infinite Magic PL3 ddsomjr1:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsomjr1:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsomjr1:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsomjr1:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsomjr1:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsomjr1:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsomjr1:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsomjr1:0:FF8B69:14:000:Infinite Wands PL3 ddsomjr1:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsomjr1:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsomjr1:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsomjr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomjr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomjr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomjr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomjr1:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsomjr1:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsomjr1:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsomjr1:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsomjr1:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsomjr1:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsomjr1:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsomjr1:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsomjr1:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsomjr1:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsomjr1:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsomjr1:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsomjr1:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsomjr1:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsomjr1:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsomjr1:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsomjr1:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsomjr1:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsomjr1:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsomjr1:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsomjr1:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsomjr1:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsomjr1:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsomjr1:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsomjr1:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsomjr1:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsomjr1:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsomjr1:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsomjr1:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsomjr1:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsomjr1:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsomjr1:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsomjr1:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsomjr1:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsomjr1:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsomjr1:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsomjr1:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsomjr1:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsomjr1:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsomjr1:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsomjr1:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsomjr1:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsomjr1:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsomjr1:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsomjr1:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsomjr1:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsomjr1:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsomjr1:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsomjr1:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsomjr1:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsomjr1:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsomjr1:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsomjr1:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsomjr1:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsomjr1:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsomjr1:0:000000:00:999:[ Head Equipment PL3 ] ddsomjr1:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsomjr1:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsomjr1:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsomjr1:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsomjr1:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsomjr1:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsomjr1:0:FF8B3E:00:000:Always have the Helmet PL3 ddsomjr1:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsomjr1:0:FF8B3E:02:000:Always have the Hood PL3 ddsomjr1:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsomjr1:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsomjr1:0:FF8B3E:05:000:Always have the Tiara PL3 ddsomjr1:0:000000:00:999:[ Body Equipment PL3 ] ddsomjr1:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsomjr1:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsomjr1:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsomjr1:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsomjr1:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsomjr1:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsomjr1:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsomjr1:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsomjr1:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsomjr1:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsomjr1:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsomjr1:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsomjr1:0:000000:00:999:[ Leg Equipment PL3 ] ddsomjr1:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsomjr1:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsomjr1:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsomjr1:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsomjr1:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsomjr1:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsomjr1:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsomjr1:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsomjr1:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsomjr1:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsomjr1:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsomjr1:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsomjr1:0:000000:00:999:[ Arm Equipment PL3 ] ddsomjr1:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsomjr1:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsomjr1:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsomjr1:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsomjr1:0:000000:00:999:[ Shield Equipment PL3 ] ddsomjr1:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsomjr1:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsomjr1:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsomjr1:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsomjr1:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsomjr1:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsomjr1:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsomjr1:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsomjr1:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsomjr1:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsomjr1:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsomjr1:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsomjr1:0:000000:00:999:[ Hand Equipment PL3 ] ddsomjr1:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsomjr1:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsomjr1:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsomjr1:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsomjr1:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsomjr1:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsomjr1:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsomjr1:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsomjr1:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsomjr1:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsomjr1:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsomjr1:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsomjr1:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsomjr1:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsomjr1:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsomjr1:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsomjr1:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsomjr1:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsomjr1:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsomjr1:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsomjr1:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsomjr1:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsomjr1:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsomjr1:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsomjr1:0:000000:00:999:[ Accessory Equipment PL3 ] ddsomjr1:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsomjr1:0:FF8B44:01:001:Get the Orb Now! PL3 ddsomjr1:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsomjr1:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsomjr1:0:FF8B44:04:001:Get the Earring Now! PL3 ddsomjr1:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsomjr1:0:FF8B44:00:000:Always have the Necklace PL3 ddsomjr1:0:FF8B44:01:000:Always have the Orb PL3 ddsomjr1:0:FF8B44:02:000:Always have the Bracelet PL3 ddsomjr1:0:FF8B44:03:000:Always have the Brooch PL3 ddsomjr1:0:FF8B44:04:000:Always have the Earring PL3 ddsomjr1:0:FF8B44:05:000:Always have the Anklet PL3 ddsomjr1:0:000000:00:999:[ Special Equipment PL3 ] ddsomjr1:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsomjr1:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsomjr1:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsomjr1:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsomjr1:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsomjr1:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsomjr1:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsomjr1:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsomjr1:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsomjr1:0:FF8B45:09:001:Get the Medal Now! PL3 ddsomjr1:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsomjr1:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsomjr1:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsomjr1:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsomjr1:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsomjr1:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsomjr1:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsomjr1:0:FF8B45:06:000:Always have the ???1 PL3 ddsomjr1:0:FF8B45:07:000:Always have the ???2 PL3 ddsomjr1:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsomjr1:0:FF8B45:09:000:Always have the Medal PL3 ddsomjr1:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsomjr1:0:FF8C41:9A:000:Infinite Energy PL4 ddsomjr1:0:FF8C5C:03:000:Invincibility PL4 ddsomjr1:0:FF8CF3:09:000:Maximum SP PL4 ddsomjr1:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsomjr1:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsomjr1:0:FF8D26:09:000:Infinite Item PL4 ddsomjr1:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsomjr1:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsomjr1:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsomjr1:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsomjr1:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsomjr1:0:FF8D2F:09:000:Infinite Magic PL4 ddsomjr1:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsomjr1:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsomjr1:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsomjr1:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsomjr1:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsomjr1:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsomjr1:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsomjr1:0:FF8D69:14:000:Infinite Wands PL4 ddsomjr1:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsomjr1:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsomjr1:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsomjr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomjr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomjr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomjr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomjr1:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsomjr1:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsomjr1:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsomjr1:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsomjr1:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsomjr1:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsomjr1:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsomjr1:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsomjr1:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsomjr1:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsomjr1:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsomjr1:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsomjr1:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsomjr1:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsomjr1:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsomjr1:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsomjr1:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsomjr1:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsomjr1:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsomjr1:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsomjr1:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsomjr1:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsomjr1:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsomjr1:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsomjr1:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsomjr1:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsomjr1:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsomjr1:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsomjr1:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsomjr1:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsomjr1:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsomjr1:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsomjr1:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsomjr1:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsomjr1:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsomjr1:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsomjr1:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsomjr1:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsomjr1:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsomjr1:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsomjr1:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsomjr1:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsomjr1:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsomjr1:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsomjr1:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsomjr1:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsomjr1:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsomjr1:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsomjr1:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsomjr1:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsomjr1:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsomjr1:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsomjr1:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsomjr1:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsomjr1:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsomjr1:0:000000:00:999:[ Head Equipment PL4 ] ddsomjr1:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsomjr1:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsomjr1:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsomjr1:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsomjr1:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsomjr1:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsomjr1:0:FF8D3E:00:000:Always have the Helmet PL4 ddsomjr1:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsomjr1:0:FF8D3E:02:000:Always have the Hood PL4 ddsomjr1:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsomjr1:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsomjr1:0:FF8D3E:05:000:Always have the Tiara PL4 ddsomjr1:0:000000:00:999:[ Body Equipment PL4 ] ddsomjr1:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsomjr1:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsomjr1:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsomjr1:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsomjr1:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsomjr1:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsomjr1:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsomjr1:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsomjr1:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsomjr1:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsomjr1:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsomjr1:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsomjr1:0:000000:00:999:[ Leg Equipment PL4 ] ddsomjr1:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsomjr1:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsomjr1:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsomjr1:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsomjr1:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsomjr1:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsomjr1:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsomjr1:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsomjr1:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsomjr1:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsomjr1:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsomjr1:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsomjr1:0:000000:00:999:[ Arm Equipment PL4 ] ddsomjr1:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsomjr1:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsomjr1:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsomjr1:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsomjr1:0:000000:00:999:[ Shield Equipment PL4 ] ddsomjr1:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsomjr1:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsomjr1:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsomjr1:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsomjr1:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsomjr1:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsomjr1:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsomjr1:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsomjr1:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsomjr1:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsomjr1:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsomjr1:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsomjr1:0:000000:00:999:[ Hand Equipment PL4 ] ddsomjr1:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsomjr1:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsomjr1:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsomjr1:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsomjr1:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsomjr1:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsomjr1:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsomjr1:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsomjr1:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsomjr1:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsomjr1:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsomjr1:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsomjr1:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsomjr1:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsomjr1:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsomjr1:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsomjr1:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsomjr1:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsomjr1:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsomjr1:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsomjr1:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsomjr1:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsomjr1:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsomjr1:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsomjr1:0:000000:00:999:[ Accessory Equipment PL4 ] ddsomjr1:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsomjr1:0:FF8D44:01:001:Get the Orb Now! PL4 ddsomjr1:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsomjr1:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsomjr1:0:FF8D44:04:001:Get the Earring Now! PL4 ddsomjr1:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsomjr1:0:FF8D44:00:000:Always have the Necklace PL4 ddsomjr1:0:FF8D44:01:000:Always have the Orb PL4 ddsomjr1:0:FF8D44:02:000:Always have the Bracelet PL4 ddsomjr1:0:FF8D44:03:000:Always have the Brooch PL4 ddsomjr1:0:FF8D44:04:000:Always have the Earring PL4 ddsomjr1:0:FF8D44:05:000:Always have the Anklet PL4 ddsomjr1:0:000000:00:999:[ Special Equipment PL4 ] ddsomjr1:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsomjr1:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsomjr1:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsomjr1:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsomjr1:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsomjr1:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsomjr1:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsomjr1:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsomjr1:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsomjr1:0:FF8D45:09:001:Get the Medal Now! PL4 ddsomjr1:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsomjr1:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsomjr1:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsomjr1:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsomjr1:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsomjr1:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsomjr1:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsomjr1:0:FF8D45:06:000:Always have the ???1 PL4 ddsomjr1:0:FF8D45:07:000:Always have the ???2 PL4 ddsomjr1:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsomjr1:0:FF8D45:09:000:Always have the Medal PL4 ddsomjr1:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsomjr1:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsomjr1:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsomjr1:0:000000:00:999:[ the character Magicuser. ] ddsomjr1:0:FF8641:9A:000:Infinite Final Strike! ddsomjr1:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsomjr1:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsomjr1:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsomjr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsomjr1:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsomjr1:0:FF8071:00:000:Region Switch = Japan ddsomjr1:0:FF8071:02:000:Region Switch = USA ddsomjr1:0:FF8071:04:000:Region Switch = Hispanic ddsomjr1:0:FF8071:06:000:Region Switch = Asia ddsomjr1:0:FF8071:08:000:Region Switch = Euro ddsomjr1:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Shadow over Mystara (Euro 960223) ] ddsomr1:0:FFCAB2:04:000:Infinite Time ddsomr1:0:FFCB02:04:500:Infinite Time (2/2) ddsomr1:0:FF8045:09:000:Infinite Keys ddsomr1:0:FF8641:9A:000:Infinite Energy PL1 ddsomr1:0:FF865C:03:000:Invincibility PL1 ddsomr1:0:FF86F3:09:000:Maximum SP PL1 ddsomr1:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsomr1:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsomr1:0:FF8726:09:000:Infinite Item PL1 ddsomr1:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsomr1:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsomr1:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsomr1:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsomr1:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsomr1:0:FF872F:09:000:Infinite Magic PL1 ddsomr1:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsomr1:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsomr1:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsomr1:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsomr1:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsomr1:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsomr1:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsomr1:0:FF8769:14:000:Infinite Wands PL1 ddsomr1:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsomr1:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsomr1:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsomr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr1:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsomr1:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsomr1:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsomr1:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsomr1:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsomr1:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsomr1:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsomr1:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsomr1:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsomr1:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsomr1:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsomr1:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsomr1:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsomr1:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsomr1:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsomr1:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsomr1:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsomr1:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsomr1:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsomr1:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsomr1:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsomr1:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsomr1:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsomr1:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsomr1:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsomr1:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsomr1:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsomr1:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsomr1:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsomr1:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsomr1:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsomr1:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsomr1:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsomr1:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsomr1:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsomr1:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsomr1:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsomr1:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsomr1:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsomr1:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsomr1:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsomr1:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsomr1:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsomr1:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsomr1:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsomr1:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsomr1:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsomr1:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsomr1:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsomr1:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsomr1:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsomr1:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsomr1:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsomr1:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsomr1:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsomr1:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsomr1:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsomr1:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsomr1:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsomr1:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsomr1:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsomr1:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsomr1:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsomr1:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsomr1:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsomr1:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsomr1:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsomr1:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsomr1:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsomr1:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsomr1:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsomr1:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsomr1:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsomr1:0:000000:00:999:[ Head Equipment PL1 ] ddsomr1:0:FF873E:00:001:Get the Helmet Now! PL1 ddsomr1:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsomr1:0:FF873E:02:001:Get the Hood Now! PL1 ddsomr1:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsomr1:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsomr1:0:FF873E:05:001:Get the Tiara Now! PL1 ddsomr1:0:FF873E:00:000:Always have the Helmet PL1 ddsomr1:0:FF873E:01:000:Always have the Magical Hat PL1 ddsomr1:0:FF873E:02:000:Always have the Hood PL1 ddsomr1:0:FF873E:03:000:Always have the Ciaclet PL1 ddsomr1:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsomr1:0:FF873E:05:000:Always have the Tiara PL1 ddsomr1:0:000000:00:999:[ Body Equipment PL1 ] ddsomr1:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsomr1:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsomr1:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsomr1:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsomr1:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsomr1:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsomr1:0:FF873F:00:000:Always have the Fighter Body PL1 ddsomr1:0:FF873F:01:000:Always have the Cleric Body PL1 ddsomr1:0:FF873F:02:000:Always have the Elf Body PL1 ddsomr1:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsomr1:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsomr1:0:FF873F:05:000:Always have the Thief Body PL1 ddsomr1:0:000000:00:999:[ Leg Equipment PL1 ] ddsomr1:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsomr1:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsomr1:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsomr1:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsomr1:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsomr1:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsomr1:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsomr1:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsomr1:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsomr1:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsomr1:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsomr1:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsomr1:0:000000:00:999:[ Arm Equipment PL1 ] ddsomr1:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsomr1:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsomr1:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsomr1:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsomr1:0:000000:00:999:[ Shield Equipment PL1 ] ddsomr1:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsomr1:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsomr1:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsomr1:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsomr1:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsomr1:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsomr1:0:FF8742:00:000:Always have the Normal Shield PL1 ddsomr1:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsomr1:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsomr1:0:FF8742:05:000:Always have the Frame Shield PL1 ddsomr1:0:FF8742:06:000:Always have the Ice Shield PL1 ddsomr1:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsomr1:0:000000:00:999:[ Hand Equipment PL1 ] ddsomr1:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsomr1:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsomr1:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsomr1:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsomr1:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsomr1:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsomr1:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsomr1:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsomr1:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsomr1:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsomr1:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsomr1:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsomr1:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsomr1:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsomr1:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsomr1:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsomr1:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsomr1:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsomr1:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsomr1:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsomr1:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsomr1:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsomr1:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsomr1:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsomr1:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsomr1:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsomr1:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsomr1:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsomr1:0:000000:00:999:[ Accessory Equipment PL1 ] ddsomr1:0:FF8744:00:001:Get the Necklace Now! PL1 ddsomr1:0:FF8744:01:001:Get the Orb Now! PL1 ddsomr1:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsomr1:0:FF8744:03:001:Get the Brooch Now! PL1 ddsomr1:0:FF8744:04:001:Get the Earring Now! PL1 ddsomr1:0:FF8744:05:001:Get the Anklet Now! PL1 ddsomr1:0:FF8744:00:000:Always have the Necklace PL1 ddsomr1:0:FF8744:01:000:Always have the Orb PL1 ddsomr1:0:FF8744:02:000:Always have the Bracelet PL1 ddsomr1:0:FF8744:03:000:Always have the Brooch PL1 ddsomr1:0:FF8744:04:000:Always have the Earring PL1 ddsomr1:0:FF8744:05:000:Always have the Anklet PL1 ddsomr1:0:000000:00:999:[ Special Equipment PL1 ] ddsomr1:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsomr1:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsomr1:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsomr1:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsomr1:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsomr1:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsomr1:0:FF8745:06:001:Get the ???1 Now! PL1 ddsomr1:0:FF8745:07:001:Get the ???2 Now! PL1 ddsomr1:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsomr1:0:FF8745:09:001:Get the Medal Now! PL1 ddsomr1:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsomr1:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsomr1:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsomr1:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsomr1:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsomr1:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsomr1:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsomr1:0:FF8745:06:000:Always have the ???1 PL1 ddsomr1:0:FF8745:07:000:Always have the ???2 PL1 ddsomr1:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsomr1:0:FF8745:09:000:Always have the Medal PL1 ddsomr1:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsomr1:0:FF8841:9A:000:Infinite Energy PL2 ddsomr1:0:FF885C:03:000:Invincibility PL2 ddsomr1:0:FF88F3:09:000:Maximum SP PL2 ddsomr1:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsomr1:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsomr1:0:FF8926:09:000:Infinite Item PL2 ddsomr1:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsomr1:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsomr1:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsomr1:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsomr1:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsomr1:0:FF892F:09:000:Infinite Magic PL2 ddsomr1:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsomr1:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsomr1:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsomr1:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsomr1:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsomr1:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsomr1:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsomr1:0:FF8969:14:000:Infinite Wands PL2 ddsomr1:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsomr1:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsomr1:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsomr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr1:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsomr1:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsomr1:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsomr1:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsomr1:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsomr1:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsomr1:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsomr1:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsomr1:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsomr1:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsomr1:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsomr1:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsomr1:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsomr1:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsomr1:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsomr1:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsomr1:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsomr1:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsomr1:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsomr1:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsomr1:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsomr1:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsomr1:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsomr1:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsomr1:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsomr1:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsomr1:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsomr1:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsomr1:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsomr1:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsomr1:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsomr1:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsomr1:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsomr1:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsomr1:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsomr1:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsomr1:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsomr1:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsomr1:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsomr1:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsomr1:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsomr1:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsomr1:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsomr1:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsomr1:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsomr1:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsomr1:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsomr1:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsomr1:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsomr1:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsomr1:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsomr1:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsomr1:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsomr1:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsomr1:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsomr1:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsomr1:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsomr1:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsomr1:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsomr1:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsomr1:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsomr1:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsomr1:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsomr1:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsomr1:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsomr1:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsomr1:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsomr1:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsomr1:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsomr1:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsomr1:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsomr1:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsomr1:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsomr1:0:000000:00:999:[ Head Equipment PL2 ] ddsomr1:0:FF893E:00:001:Get the Helmet Now! PL2 ddsomr1:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsomr1:0:FF893E:02:001:Get the Hood Now! PL2 ddsomr1:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsomr1:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsomr1:0:FF893E:05:001:Get the Tiara Now! PL2 ddsomr1:0:FF893E:00:000:Always have the Helmet PL2 ddsomr1:0:FF893E:01:000:Always have the Magical Hat PL2 ddsomr1:0:FF893E:02:000:Always have the Hood PL2 ddsomr1:0:FF893E:03:000:Always have the Ciaclet PL2 ddsomr1:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsomr1:0:FF893E:05:000:Always have the Tiara PL2 ddsomr1:0:000000:00:999:[ Body Equipment PL2 ] ddsomr1:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsomr1:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsomr1:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsomr1:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsomr1:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsomr1:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsomr1:0:FF893F:00:000:Always have the Fighter Body PL2 ddsomr1:0:FF893F:01:000:Always have the Cleric Body PL2 ddsomr1:0:FF893F:02:000:Always have the Elf Body PL2 ddsomr1:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsomr1:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsomr1:0:FF893F:05:000:Always have the Thief Body PL2 ddsomr1:0:000000:00:999:[ Leg Equipment PL2 ] ddsomr1:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsomr1:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsomr1:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsomr1:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsomr1:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsomr1:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsomr1:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsomr1:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsomr1:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsomr1:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsomr1:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsomr1:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsomr1:0:000000:00:999:[ Arm Equipment PL2 ] ddsomr1:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsomr1:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsomr1:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsomr1:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsomr1:0:000000:00:999:[ Shield Equipment PL2 ] ddsomr1:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsomr1:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsomr1:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsomr1:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsomr1:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsomr1:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsomr1:0:FF8942:00:000:Always have the Normal Shield PL2 ddsomr1:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsomr1:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsomr1:0:FF8942:05:000:Always have the Frame Shield PL2 ddsomr1:0:FF8942:06:000:Always have the Ice Shield PL2 ddsomr1:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsomr1:0:000000:00:999:[ Hand Equipment PL2 ] ddsomr1:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsomr1:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsomr1:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsomr1:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsomr1:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsomr1:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsomr1:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsomr1:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsomr1:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsomr1:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsomr1:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsomr1:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsomr1:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsomr1:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsomr1:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsomr1:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsomr1:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsomr1:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsomr1:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsomr1:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsomr1:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsomr1:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsomr1:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsomr1:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsomr1:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsomr1:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsomr1:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsomr1:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsomr1:0:000000:00:999:[ Accessory Equipment PL2 ] ddsomr1:0:FF8944:00:001:Get the Necklace Now! PL2 ddsomr1:0:FF8944:01:001:Get the Orb Now! PL2 ddsomr1:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsomr1:0:FF8944:03:001:Get the Brooch Now! PL2 ddsomr1:0:FF8944:04:001:Get the Earring Now! PL2 ddsomr1:0:FF8944:05:001:Get the Anklet Now! PL2 ddsomr1:0:FF8944:00:000:Always have the Necklace PL2 ddsomr1:0:FF8944:01:000:Always have the Orb PL2 ddsomr1:0:FF8944:02:000:Always have the Bracelet PL2 ddsomr1:0:FF8944:03:000:Always have the Brooch PL2 ddsomr1:0:FF8944:04:000:Always have the Earring PL2 ddsomr1:0:FF8944:05:000:Always have the Anklet PL2 ddsomr1:0:000000:00:999:[ Special Equipment PL2 ] ddsomr1:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsomr1:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsomr1:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsomr1:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsomr1:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsomr1:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsomr1:0:FF8945:06:001:Get the ???1 Now! PL2 ddsomr1:0:FF8945:07:001:Get the ???2 Now! PL2 ddsomr1:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsomr1:0:FF8945:09:001:Get the Medal Now! PL2 ddsomr1:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsomr1:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsomr1:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsomr1:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsomr1:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsomr1:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsomr1:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsomr1:0:FF8945:06:000:Always have the ???1 PL2 ddsomr1:0:FF8945:07:000:Always have the ???2 PL2 ddsomr1:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsomr1:0:FF8945:09:000:Always have the Medal PL2 ddsomr1:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsomr1:0:FF8A41:9A:000:Infinite Energy PL3 ddsomr1:0:FF8A5C:03:000:Invincibility PL3 ddsomr1:0:FF8AF3:09:000:Maximum SP PL3 ddsomr1:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsomr1:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsomr1:0:FF8B26:09:000:Infinite Item PL3 ddsomr1:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsomr1:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsomr1:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsomr1:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsomr1:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsomr1:0:FF8B2F:09:000:Infinite Magic PL3 ddsomr1:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsomr1:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsomr1:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsomr1:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsomr1:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsomr1:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsomr1:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsomr1:0:FF8B69:14:000:Infinite Wands PL3 ddsomr1:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsomr1:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsomr1:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsomr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr1:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsomr1:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsomr1:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsomr1:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsomr1:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsomr1:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsomr1:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsomr1:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsomr1:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsomr1:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsomr1:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsomr1:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsomr1:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsomr1:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsomr1:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsomr1:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsomr1:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsomr1:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsomr1:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsomr1:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsomr1:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsomr1:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsomr1:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsomr1:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsomr1:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsomr1:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsomr1:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsomr1:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsomr1:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsomr1:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsomr1:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsomr1:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsomr1:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsomr1:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsomr1:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsomr1:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsomr1:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsomr1:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsomr1:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsomr1:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsomr1:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsomr1:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsomr1:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsomr1:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsomr1:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsomr1:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsomr1:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsomr1:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsomr1:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsomr1:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsomr1:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsomr1:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsomr1:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsomr1:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsomr1:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsomr1:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsomr1:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsomr1:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsomr1:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsomr1:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsomr1:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsomr1:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsomr1:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsomr1:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsomr1:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsomr1:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsomr1:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsomr1:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsomr1:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsomr1:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsomr1:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsomr1:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsomr1:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsomr1:0:000000:00:999:[ Head Equipment PL3 ] ddsomr1:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsomr1:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsomr1:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsomr1:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsomr1:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsomr1:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsomr1:0:FF8B3E:00:000:Always have the Helmet PL3 ddsomr1:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsomr1:0:FF8B3E:02:000:Always have the Hood PL3 ddsomr1:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsomr1:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsomr1:0:FF8B3E:05:000:Always have the Tiara PL3 ddsomr1:0:000000:00:999:[ Body Equipment PL3 ] ddsomr1:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsomr1:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsomr1:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsomr1:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsomr1:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsomr1:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsomr1:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsomr1:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsomr1:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsomr1:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsomr1:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsomr1:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsomr1:0:000000:00:999:[ Leg Equipment PL3 ] ddsomr1:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsomr1:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsomr1:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsomr1:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsomr1:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsomr1:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsomr1:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsomr1:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsomr1:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsomr1:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsomr1:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsomr1:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsomr1:0:000000:00:999:[ Arm Equipment PL3 ] ddsomr1:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsomr1:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsomr1:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsomr1:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsomr1:0:000000:00:999:[ Shield Equipment PL3 ] ddsomr1:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsomr1:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsomr1:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsomr1:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsomr1:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsomr1:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsomr1:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsomr1:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsomr1:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsomr1:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsomr1:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsomr1:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsomr1:0:000000:00:999:[ Hand Equipment PL3 ] ddsomr1:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsomr1:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsomr1:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsomr1:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsomr1:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsomr1:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsomr1:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsomr1:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsomr1:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsomr1:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsomr1:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsomr1:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsomr1:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsomr1:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsomr1:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsomr1:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsomr1:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsomr1:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsomr1:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsomr1:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsomr1:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsomr1:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsomr1:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsomr1:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsomr1:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsomr1:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsomr1:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsomr1:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsomr1:0:000000:00:999:[ Accessory Equipment PL3 ] ddsomr1:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsomr1:0:FF8B44:01:001:Get the Orb Now! PL3 ddsomr1:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsomr1:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsomr1:0:FF8B44:04:001:Get the Earring Now! PL3 ddsomr1:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsomr1:0:FF8B44:00:000:Always have the Necklace PL3 ddsomr1:0:FF8B44:01:000:Always have the Orb PL3 ddsomr1:0:FF8B44:02:000:Always have the Bracelet PL3 ddsomr1:0:FF8B44:03:000:Always have the Brooch PL3 ddsomr1:0:FF8B44:04:000:Always have the Earring PL3 ddsomr1:0:FF8B44:05:000:Always have the Anklet PL3 ddsomr1:0:000000:00:999:[ Special Equipment PL3 ] ddsomr1:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsomr1:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsomr1:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsomr1:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsomr1:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsomr1:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsomr1:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsomr1:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsomr1:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsomr1:0:FF8B45:09:001:Get the Medal Now! PL3 ddsomr1:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsomr1:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsomr1:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsomr1:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsomr1:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsomr1:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsomr1:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsomr1:0:FF8B45:06:000:Always have the ???1 PL3 ddsomr1:0:FF8B45:07:000:Always have the ???2 PL3 ddsomr1:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsomr1:0:FF8B45:09:000:Always have the Medal PL3 ddsomr1:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsomr1:0:FF8C41:9A:000:Infinite Energy PL4 ddsomr1:0:FF8C5C:03:000:Invincibility PL4 ddsomr1:0:FF8CF3:09:000:Maximum SP PL4 ddsomr1:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsomr1:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsomr1:0:FF8D26:09:000:Infinite Item PL4 ddsomr1:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsomr1:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsomr1:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsomr1:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsomr1:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsomr1:0:FF8D2F:09:000:Infinite Magic PL4 ddsomr1:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsomr1:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsomr1:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsomr1:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsomr1:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsomr1:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsomr1:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsomr1:0:FF8D69:14:000:Infinite Wands PL4 ddsomr1:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsomr1:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsomr1:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsomr1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr1:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsomr1:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsomr1:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsomr1:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsomr1:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsomr1:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsomr1:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsomr1:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsomr1:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsomr1:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsomr1:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsomr1:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsomr1:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsomr1:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsomr1:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsomr1:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsomr1:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsomr1:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsomr1:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsomr1:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsomr1:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsomr1:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsomr1:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsomr1:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsomr1:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsomr1:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsomr1:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsomr1:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsomr1:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsomr1:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsomr1:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsomr1:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsomr1:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsomr1:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsomr1:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsomr1:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsomr1:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsomr1:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsomr1:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsomr1:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsomr1:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsomr1:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsomr1:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsomr1:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsomr1:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsomr1:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsomr1:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsomr1:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsomr1:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsomr1:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsomr1:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsomr1:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsomr1:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsomr1:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsomr1:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsomr1:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsomr1:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsomr1:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsomr1:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsomr1:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsomr1:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsomr1:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsomr1:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsomr1:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsomr1:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsomr1:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsomr1:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsomr1:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsomr1:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsomr1:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsomr1:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsomr1:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsomr1:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsomr1:0:000000:00:999:[ Head Equipment PL4 ] ddsomr1:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsomr1:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsomr1:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsomr1:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsomr1:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsomr1:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsomr1:0:FF8D3E:00:000:Always have the Helmet PL4 ddsomr1:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsomr1:0:FF8D3E:02:000:Always have the Hood PL4 ddsomr1:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsomr1:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsomr1:0:FF8D3E:05:000:Always have the Tiara PL4 ddsomr1:0:000000:00:999:[ Body Equipment PL4 ] ddsomr1:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsomr1:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsomr1:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsomr1:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsomr1:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsomr1:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsomr1:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsomr1:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsomr1:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsomr1:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsomr1:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsomr1:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsomr1:0:000000:00:999:[ Leg Equipment PL4 ] ddsomr1:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsomr1:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsomr1:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsomr1:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsomr1:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsomr1:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsomr1:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsomr1:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsomr1:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsomr1:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsomr1:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsomr1:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsomr1:0:000000:00:999:[ Arm Equipment PL4 ] ddsomr1:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsomr1:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsomr1:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsomr1:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsomr1:0:000000:00:999:[ Shield Equipment PL4 ] ddsomr1:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsomr1:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsomr1:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsomr1:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsomr1:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsomr1:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsomr1:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsomr1:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsomr1:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsomr1:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsomr1:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsomr1:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsomr1:0:000000:00:999:[ Hand Equipment PL4 ] ddsomr1:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsomr1:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsomr1:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsomr1:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsomr1:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsomr1:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsomr1:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsomr1:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsomr1:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsomr1:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsomr1:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsomr1:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsomr1:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsomr1:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsomr1:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsomr1:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsomr1:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsomr1:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsomr1:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsomr1:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsomr1:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsomr1:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsomr1:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsomr1:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsomr1:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsomr1:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsomr1:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsomr1:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsomr1:0:000000:00:999:[ Accessory Equipment PL4 ] ddsomr1:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsomr1:0:FF8D44:01:001:Get the Orb Now! PL4 ddsomr1:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsomr1:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsomr1:0:FF8D44:04:001:Get the Earring Now! PL4 ddsomr1:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsomr1:0:FF8D44:00:000:Always have the Necklace PL4 ddsomr1:0:FF8D44:01:000:Always have the Orb PL4 ddsomr1:0:FF8D44:02:000:Always have the Bracelet PL4 ddsomr1:0:FF8D44:03:000:Always have the Brooch PL4 ddsomr1:0:FF8D44:04:000:Always have the Earring PL4 ddsomr1:0:FF8D44:05:000:Always have the Anklet PL4 ddsomr1:0:000000:00:999:[ Special Equipment PL4 ] ddsomr1:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsomr1:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsomr1:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsomr1:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsomr1:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsomr1:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsomr1:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsomr1:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsomr1:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsomr1:0:FF8D45:09:001:Get the Medal Now! PL4 ddsomr1:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsomr1:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsomr1:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsomr1:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsomr1:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsomr1:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsomr1:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsomr1:0:FF8D45:06:000:Always have the ???1 PL4 ddsomr1:0:FF8D45:07:000:Always have the ???2 PL4 ddsomr1:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsomr1:0:FF8D45:09:000:Always have the Medal PL4 ddsomr1:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsomr1:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsomr1:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsomr1:0:000000:00:999:[ the character Magicuser. ] ddsomr1:0:FF8641:9A:000:Infinite Final Strike! ddsomr1:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsomr1:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsomr1:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsomr1:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsomr1:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomr1:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsomr1:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomr1:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsomr1:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsomr1:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsomr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsomr1:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsomr1:0:FF8071:00:000:Region Switch = Japan ddsomr1:0:FF8071:02:000:Region Switch = USA ddsomr1:0:FF8071:04:000:Region Switch = Hispanic ddsomr1:0:FF8071:06:000:Region Switch = Asia ddsomr1:0:FF8071:08:000:Region Switch = Euro ddsomr1:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Shadow over Mystara (Euro 960209) ] ddsomr2:0:FFCAB2:04:000:Infinite Time ddsomr2:0:FFCB02:04:500:Infinite Time (2/2) ddsomr2:0:FF8045:09:000:Infinite Keys ddsomr2:0:FF8641:9A:000:Infinite Energy PL1 ddsomr2:0:FF865C:03:000:Invincibility PL1 ddsomr2:0:FF86F3:09:000:Maximum SP PL1 ddsomr2:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsomr2:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsomr2:0:FF8726:09:000:Infinite Item PL1 ddsomr2:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsomr2:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsomr2:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsomr2:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsomr2:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsomr2:0:FF872F:09:000:Infinite Magic PL1 ddsomr2:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsomr2:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsomr2:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsomr2:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsomr2:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsomr2:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsomr2:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsomr2:0:FF8769:14:000:Infinite Wands PL1 ddsomr2:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsomr2:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsomr2:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsomr2:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr2:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr2:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr2:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr2:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsomr2:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsomr2:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsomr2:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsomr2:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsomr2:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsomr2:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsomr2:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsomr2:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsomr2:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsomr2:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsomr2:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsomr2:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsomr2:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsomr2:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsomr2:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsomr2:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsomr2:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsomr2:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsomr2:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsomr2:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsomr2:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsomr2:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsomr2:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsomr2:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsomr2:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsomr2:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsomr2:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsomr2:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsomr2:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsomr2:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsomr2:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsomr2:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsomr2:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsomr2:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsomr2:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsomr2:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsomr2:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsomr2:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsomr2:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsomr2:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsomr2:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsomr2:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsomr2:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsomr2:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsomr2:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsomr2:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsomr2:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsomr2:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsomr2:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsomr2:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsomr2:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsomr2:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsomr2:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsomr2:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsomr2:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsomr2:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsomr2:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsomr2:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsomr2:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsomr2:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsomr2:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsomr2:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsomr2:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsomr2:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsomr2:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsomr2:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsomr2:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsomr2:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsomr2:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsomr2:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsomr2:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsomr2:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsomr2:0:000000:00:999:[ Head Equipment PL1 ] ddsomr2:0:FF873E:00:001:Get the Helmet Now! PL1 ddsomr2:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsomr2:0:FF873E:02:001:Get the Hood Now! PL1 ddsomr2:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsomr2:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsomr2:0:FF873E:05:001:Get the Tiara Now! PL1 ddsomr2:0:FF873E:00:000:Always have the Helmet PL1 ddsomr2:0:FF873E:01:000:Always have the Magical Hat PL1 ddsomr2:0:FF873E:02:000:Always have the Hood PL1 ddsomr2:0:FF873E:03:000:Always have the Ciaclet PL1 ddsomr2:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsomr2:0:FF873E:05:000:Always have the Tiara PL1 ddsomr2:0:000000:00:999:[ Body Equipment PL1 ] ddsomr2:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsomr2:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsomr2:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsomr2:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsomr2:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsomr2:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsomr2:0:FF873F:00:000:Always have the Fighter Body PL1 ddsomr2:0:FF873F:01:000:Always have the Cleric Body PL1 ddsomr2:0:FF873F:02:000:Always have the Elf Body PL1 ddsomr2:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsomr2:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsomr2:0:FF873F:05:000:Always have the Thief Body PL1 ddsomr2:0:000000:00:999:[ Leg Equipment PL1 ] ddsomr2:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsomr2:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsomr2:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsomr2:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsomr2:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsomr2:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsomr2:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsomr2:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsomr2:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsomr2:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsomr2:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsomr2:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsomr2:0:000000:00:999:[ Arm Equipment PL1 ] ddsomr2:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsomr2:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsomr2:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsomr2:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsomr2:0:000000:00:999:[ Shield Equipment PL1 ] ddsomr2:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsomr2:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsomr2:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsomr2:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsomr2:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsomr2:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsomr2:0:FF8742:00:000:Always have the Normal Shield PL1 ddsomr2:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsomr2:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsomr2:0:FF8742:05:000:Always have the Frame Shield PL1 ddsomr2:0:FF8742:06:000:Always have the Ice Shield PL1 ddsomr2:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsomr2:0:000000:00:999:[ Hand Equipment PL1 ] ddsomr2:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsomr2:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsomr2:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsomr2:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsomr2:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsomr2:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsomr2:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsomr2:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsomr2:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsomr2:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsomr2:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsomr2:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsomr2:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsomr2:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsomr2:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsomr2:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsomr2:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsomr2:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsomr2:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsomr2:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsomr2:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsomr2:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsomr2:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsomr2:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsomr2:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsomr2:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsomr2:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsomr2:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsomr2:0:000000:00:999:[ Accessory Equipment PL1 ] ddsomr2:0:FF8744:00:001:Get the Necklace Now! PL1 ddsomr2:0:FF8744:01:001:Get the Orb Now! PL1 ddsomr2:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsomr2:0:FF8744:03:001:Get the Brooch Now! PL1 ddsomr2:0:FF8744:04:001:Get the Earring Now! PL1 ddsomr2:0:FF8744:05:001:Get the Anklet Now! PL1 ddsomr2:0:FF8744:00:000:Always have the Necklace PL1 ddsomr2:0:FF8744:01:000:Always have the Orb PL1 ddsomr2:0:FF8744:02:000:Always have the Bracelet PL1 ddsomr2:0:FF8744:03:000:Always have the Brooch PL1 ddsomr2:0:FF8744:04:000:Always have the Earring PL1 ddsomr2:0:FF8744:05:000:Always have the Anklet PL1 ddsomr2:0:000000:00:999:[ Special Equipment PL1 ] ddsomr2:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsomr2:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsomr2:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsomr2:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsomr2:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsomr2:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsomr2:0:FF8745:06:001:Get the ???1 Now! PL1 ddsomr2:0:FF8745:07:001:Get the ???2 Now! PL1 ddsomr2:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsomr2:0:FF8745:09:001:Get the Medal Now! PL1 ddsomr2:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsomr2:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsomr2:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsomr2:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsomr2:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsomr2:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsomr2:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsomr2:0:FF8745:06:000:Always have the ???1 PL1 ddsomr2:0:FF8745:07:000:Always have the ???2 PL1 ddsomr2:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsomr2:0:FF8745:09:000:Always have the Medal PL1 ddsomr2:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsomr2:0:FF8841:9A:000:Infinite Energy PL2 ddsomr2:0:FF885C:03:000:Invincibility PL2 ddsomr2:0:FF88F3:09:000:Maximum SP PL2 ddsomr2:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsomr2:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsomr2:0:FF8926:09:000:Infinite Item PL2 ddsomr2:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsomr2:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsomr2:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsomr2:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsomr2:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsomr2:0:FF892F:09:000:Infinite Magic PL2 ddsomr2:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsomr2:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsomr2:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsomr2:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsomr2:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsomr2:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsomr2:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsomr2:0:FF8969:14:000:Infinite Wands PL2 ddsomr2:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsomr2:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsomr2:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsomr2:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr2:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr2:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr2:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr2:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsomr2:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsomr2:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsomr2:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsomr2:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsomr2:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsomr2:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsomr2:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsomr2:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsomr2:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsomr2:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsomr2:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsomr2:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsomr2:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsomr2:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsomr2:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsomr2:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsomr2:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsomr2:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsomr2:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsomr2:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsomr2:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsomr2:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsomr2:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsomr2:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsomr2:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsomr2:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsomr2:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsomr2:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsomr2:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsomr2:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsomr2:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsomr2:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsomr2:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsomr2:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsomr2:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsomr2:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsomr2:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsomr2:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsomr2:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsomr2:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsomr2:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsomr2:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsomr2:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsomr2:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsomr2:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsomr2:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsomr2:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsomr2:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsomr2:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsomr2:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsomr2:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsomr2:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsomr2:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsomr2:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsomr2:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsomr2:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsomr2:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsomr2:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsomr2:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsomr2:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsomr2:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsomr2:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsomr2:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsomr2:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsomr2:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsomr2:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsomr2:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsomr2:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsomr2:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsomr2:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsomr2:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsomr2:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsomr2:0:000000:00:999:[ Head Equipment PL2 ] ddsomr2:0:FF893E:00:001:Get the Helmet Now! PL2 ddsomr2:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsomr2:0:FF893E:02:001:Get the Hood Now! PL2 ddsomr2:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsomr2:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsomr2:0:FF893E:05:001:Get the Tiara Now! PL2 ddsomr2:0:FF893E:00:000:Always have the Helmet PL2 ddsomr2:0:FF893E:01:000:Always have the Magical Hat PL2 ddsomr2:0:FF893E:02:000:Always have the Hood PL2 ddsomr2:0:FF893E:03:000:Always have the Ciaclet PL2 ddsomr2:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsomr2:0:FF893E:05:000:Always have the Tiara PL2 ddsomr2:0:000000:00:999:[ Body Equipment PL2 ] ddsomr2:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsomr2:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsomr2:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsomr2:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsomr2:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsomr2:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsomr2:0:FF893F:00:000:Always have the Fighter Body PL2 ddsomr2:0:FF893F:01:000:Always have the Cleric Body PL2 ddsomr2:0:FF893F:02:000:Always have the Elf Body PL2 ddsomr2:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsomr2:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsomr2:0:FF893F:05:000:Always have the Thief Body PL2 ddsomr2:0:000000:00:999:[ Leg Equipment PL2 ] ddsomr2:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsomr2:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsomr2:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsomr2:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsomr2:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsomr2:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsomr2:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsomr2:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsomr2:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsomr2:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsomr2:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsomr2:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsomr2:0:000000:00:999:[ Arm Equipment PL2 ] ddsomr2:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsomr2:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsomr2:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsomr2:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsomr2:0:000000:00:999:[ Shield Equipment PL2 ] ddsomr2:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsomr2:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsomr2:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsomr2:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsomr2:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsomr2:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsomr2:0:FF8942:00:000:Always have the Normal Shield PL2 ddsomr2:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsomr2:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsomr2:0:FF8942:05:000:Always have the Frame Shield PL2 ddsomr2:0:FF8942:06:000:Always have the Ice Shield PL2 ddsomr2:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsomr2:0:000000:00:999:[ Hand Equipment PL2 ] ddsomr2:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsomr2:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsomr2:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsomr2:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsomr2:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsomr2:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsomr2:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsomr2:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsomr2:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsomr2:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsomr2:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsomr2:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsomr2:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsomr2:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsomr2:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsomr2:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsomr2:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsomr2:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsomr2:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsomr2:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsomr2:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsomr2:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsomr2:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsomr2:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsomr2:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsomr2:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsomr2:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsomr2:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsomr2:0:000000:00:999:[ Accessory Equipment PL2 ] ddsomr2:0:FF8944:00:001:Get the Necklace Now! PL2 ddsomr2:0:FF8944:01:001:Get the Orb Now! PL2 ddsomr2:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsomr2:0:FF8944:03:001:Get the Brooch Now! PL2 ddsomr2:0:FF8944:04:001:Get the Earring Now! PL2 ddsomr2:0:FF8944:05:001:Get the Anklet Now! PL2 ddsomr2:0:FF8944:00:000:Always have the Necklace PL2 ddsomr2:0:FF8944:01:000:Always have the Orb PL2 ddsomr2:0:FF8944:02:000:Always have the Bracelet PL2 ddsomr2:0:FF8944:03:000:Always have the Brooch PL2 ddsomr2:0:FF8944:04:000:Always have the Earring PL2 ddsomr2:0:FF8944:05:000:Always have the Anklet PL2 ddsomr2:0:000000:00:999:[ Special Equipment PL2 ] ddsomr2:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsomr2:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsomr2:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsomr2:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsomr2:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsomr2:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsomr2:0:FF8945:06:001:Get the ???1 Now! PL2 ddsomr2:0:FF8945:07:001:Get the ???2 Now! PL2 ddsomr2:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsomr2:0:FF8945:09:001:Get the Medal Now! PL2 ddsomr2:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsomr2:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsomr2:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsomr2:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsomr2:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsomr2:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsomr2:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsomr2:0:FF8945:06:000:Always have the ???1 PL2 ddsomr2:0:FF8945:07:000:Always have the ???2 PL2 ddsomr2:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsomr2:0:FF8945:09:000:Always have the Medal PL2 ddsomr2:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsomr2:0:FF8A41:9A:000:Infinite Energy PL3 ddsomr2:0:FF8A5C:03:000:Invincibility PL3 ddsomr2:0:FF8AF3:09:000:Maximum SP PL3 ddsomr2:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsomr2:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsomr2:0:FF8B26:09:000:Infinite Item PL3 ddsomr2:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsomr2:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsomr2:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsomr2:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsomr2:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsomr2:0:FF8B2F:09:000:Infinite Magic PL3 ddsomr2:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsomr2:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsomr2:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsomr2:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsomr2:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsomr2:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsomr2:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsomr2:0:FF8B69:14:000:Infinite Wands PL3 ddsomr2:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsomr2:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsomr2:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsomr2:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr2:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr2:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr2:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr2:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsomr2:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsomr2:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsomr2:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsomr2:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsomr2:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsomr2:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsomr2:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsomr2:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsomr2:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsomr2:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsomr2:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsomr2:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsomr2:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsomr2:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsomr2:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsomr2:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsomr2:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsomr2:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsomr2:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsomr2:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsomr2:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsomr2:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsomr2:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsomr2:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsomr2:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsomr2:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsomr2:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsomr2:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsomr2:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsomr2:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsomr2:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsomr2:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsomr2:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsomr2:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsomr2:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsomr2:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsomr2:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsomr2:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsomr2:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsomr2:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsomr2:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsomr2:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsomr2:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsomr2:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsomr2:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsomr2:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsomr2:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsomr2:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsomr2:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsomr2:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsomr2:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsomr2:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsomr2:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsomr2:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsomr2:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsomr2:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsomr2:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsomr2:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsomr2:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsomr2:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsomr2:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsomr2:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsomr2:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsomr2:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsomr2:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsomr2:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsomr2:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsomr2:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsomr2:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsomr2:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsomr2:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsomr2:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsomr2:0:000000:00:999:[ Head Equipment PL3 ] ddsomr2:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsomr2:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsomr2:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsomr2:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsomr2:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsomr2:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsomr2:0:FF8B3E:00:000:Always have the Helmet PL3 ddsomr2:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsomr2:0:FF8B3E:02:000:Always have the Hood PL3 ddsomr2:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsomr2:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsomr2:0:FF8B3E:05:000:Always have the Tiara PL3 ddsomr2:0:000000:00:999:[ Body Equipment PL3 ] ddsomr2:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsomr2:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsomr2:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsomr2:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsomr2:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsomr2:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsomr2:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsomr2:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsomr2:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsomr2:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsomr2:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsomr2:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsomr2:0:000000:00:999:[ Leg Equipment PL3 ] ddsomr2:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsomr2:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsomr2:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsomr2:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsomr2:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsomr2:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsomr2:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsomr2:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsomr2:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsomr2:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsomr2:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsomr2:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsomr2:0:000000:00:999:[ Arm Equipment PL3 ] ddsomr2:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsomr2:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsomr2:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsomr2:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsomr2:0:000000:00:999:[ Shield Equipment PL3 ] ddsomr2:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsomr2:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsomr2:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsomr2:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsomr2:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsomr2:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsomr2:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsomr2:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsomr2:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsomr2:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsomr2:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsomr2:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsomr2:0:000000:00:999:[ Hand Equipment PL3 ] ddsomr2:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsomr2:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsomr2:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsomr2:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsomr2:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsomr2:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsomr2:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsomr2:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsomr2:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsomr2:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsomr2:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsomr2:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsomr2:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsomr2:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsomr2:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsomr2:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsomr2:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsomr2:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsomr2:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsomr2:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsomr2:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsomr2:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsomr2:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsomr2:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsomr2:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsomr2:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsomr2:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsomr2:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsomr2:0:000000:00:999:[ Accessory Equipment PL3 ] ddsomr2:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsomr2:0:FF8B44:01:001:Get the Orb Now! PL3 ddsomr2:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsomr2:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsomr2:0:FF8B44:04:001:Get the Earring Now! PL3 ddsomr2:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsomr2:0:FF8B44:00:000:Always have the Necklace PL3 ddsomr2:0:FF8B44:01:000:Always have the Orb PL3 ddsomr2:0:FF8B44:02:000:Always have the Bracelet PL3 ddsomr2:0:FF8B44:03:000:Always have the Brooch PL3 ddsomr2:0:FF8B44:04:000:Always have the Earring PL3 ddsomr2:0:FF8B44:05:000:Always have the Anklet PL3 ddsomr2:0:000000:00:999:[ Special Equipment PL3 ] ddsomr2:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsomr2:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsomr2:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsomr2:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsomr2:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsomr2:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsomr2:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsomr2:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsomr2:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsomr2:0:FF8B45:09:001:Get the Medal Now! PL3 ddsomr2:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsomr2:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsomr2:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsomr2:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsomr2:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsomr2:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsomr2:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsomr2:0:FF8B45:06:000:Always have the ???1 PL3 ddsomr2:0:FF8B45:07:000:Always have the ???2 PL3 ddsomr2:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsomr2:0:FF8B45:09:000:Always have the Medal PL3 ddsomr2:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsomr2:0:FF8C41:9A:000:Infinite Energy PL4 ddsomr2:0:FF8C5C:03:000:Invincibility PL4 ddsomr2:0:FF8CF3:09:000:Maximum SP PL4 ddsomr2:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsomr2:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsomr2:0:FF8D26:09:000:Infinite Item PL4 ddsomr2:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsomr2:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsomr2:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsomr2:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsomr2:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsomr2:0:FF8D2F:09:000:Infinite Magic PL4 ddsomr2:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsomr2:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsomr2:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsomr2:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsomr2:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsomr2:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsomr2:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsomr2:0:FF8D69:14:000:Infinite Wands PL4 ddsomr2:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsomr2:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsomr2:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsomr2:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomr2:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomr2:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomr2:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomr2:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsomr2:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsomr2:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsomr2:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsomr2:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsomr2:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsomr2:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsomr2:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsomr2:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsomr2:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsomr2:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsomr2:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsomr2:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsomr2:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsomr2:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsomr2:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsomr2:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsomr2:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsomr2:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsomr2:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsomr2:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsomr2:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsomr2:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsomr2:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsomr2:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsomr2:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsomr2:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsomr2:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsomr2:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsomr2:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsomr2:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsomr2:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsomr2:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsomr2:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsomr2:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsomr2:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsomr2:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsomr2:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsomr2:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsomr2:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsomr2:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsomr2:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsomr2:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsomr2:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsomr2:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsomr2:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsomr2:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsomr2:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsomr2:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsomr2:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsomr2:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsomr2:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsomr2:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsomr2:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsomr2:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsomr2:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsomr2:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsomr2:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsomr2:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsomr2:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsomr2:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsomr2:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsomr2:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsomr2:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsomr2:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsomr2:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsomr2:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsomr2:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsomr2:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsomr2:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsomr2:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsomr2:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsomr2:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsomr2:0:000000:00:999:[ Head Equipment PL4 ] ddsomr2:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsomr2:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsomr2:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsomr2:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsomr2:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsomr2:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsomr2:0:FF8D3E:00:000:Always have the Helmet PL4 ddsomr2:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsomr2:0:FF8D3E:02:000:Always have the Hood PL4 ddsomr2:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsomr2:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsomr2:0:FF8D3E:05:000:Always have the Tiara PL4 ddsomr2:0:000000:00:999:[ Body Equipment PL4 ] ddsomr2:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsomr2:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsomr2:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsomr2:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsomr2:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsomr2:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsomr2:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsomr2:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsomr2:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsomr2:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsomr2:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsomr2:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsomr2:0:000000:00:999:[ Leg Equipment PL4 ] ddsomr2:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsomr2:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsomr2:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsomr2:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsomr2:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsomr2:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsomr2:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsomr2:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsomr2:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsomr2:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsomr2:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsomr2:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsomr2:0:000000:00:999:[ Arm Equipment PL4 ] ddsomr2:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsomr2:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsomr2:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsomr2:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsomr2:0:000000:00:999:[ Shield Equipment PL4 ] ddsomr2:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsomr2:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsomr2:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsomr2:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsomr2:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsomr2:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsomr2:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsomr2:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsomr2:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsomr2:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsomr2:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsomr2:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsomr2:0:000000:00:999:[ Hand Equipment PL4 ] ddsomr2:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsomr2:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsomr2:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsomr2:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsomr2:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsomr2:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsomr2:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsomr2:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsomr2:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsomr2:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsomr2:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsomr2:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsomr2:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsomr2:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsomr2:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsomr2:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsomr2:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsomr2:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsomr2:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsomr2:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsomr2:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsomr2:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsomr2:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsomr2:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsomr2:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsomr2:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsomr2:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsomr2:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsomr2:0:000000:00:999:[ Accessory Equipment PL4 ] ddsomr2:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsomr2:0:FF8D44:01:001:Get the Orb Now! PL4 ddsomr2:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsomr2:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsomr2:0:FF8D44:04:001:Get the Earring Now! PL4 ddsomr2:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsomr2:0:FF8D44:00:000:Always have the Necklace PL4 ddsomr2:0:FF8D44:01:000:Always have the Orb PL4 ddsomr2:0:FF8D44:02:000:Always have the Bracelet PL4 ddsomr2:0:FF8D44:03:000:Always have the Brooch PL4 ddsomr2:0:FF8D44:04:000:Always have the Earring PL4 ddsomr2:0:FF8D44:05:000:Always have the Anklet PL4 ddsomr2:0:000000:00:999:[ Special Equipment PL4 ] ddsomr2:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsomr2:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsomr2:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsomr2:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsomr2:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsomr2:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsomr2:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsomr2:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsomr2:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsomr2:0:FF8D45:09:001:Get the Medal Now! PL4 ddsomr2:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsomr2:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsomr2:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsomr2:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsomr2:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsomr2:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsomr2:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsomr2:0:FF8D45:06:000:Always have the ???1 PL4 ddsomr2:0:FF8D45:07:000:Always have the ???2 PL4 ddsomr2:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsomr2:0:FF8D45:09:000:Always have the Medal PL4 ddsomr2:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsomr2:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsomr2:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsomr2:0:000000:00:999:[ the character Magicuser. ] ddsomr2:0:FF8641:9A:000:Infinite Final Strike! ddsomr2:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsomr2:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsomr2:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsomr2:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsomr2:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomr2:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsomr2:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomr2:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsomr2:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsomr2:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsomr2:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsomr2:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsomr2:0:FF8071:00:000:Region Switch = Japan ddsomr2:0:FF8071:02:000:Region Switch = USA ddsomr2:0:FF8071:04:000:Region Switch = Hispanic ddsomr2:0:FF8071:06:000:Region Switch = Asia ddsomr2:0:FF8071:08:000:Region Switch = Euro ddsomr2:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Shadow over Mystara (US 960619) ] ddsomu:0:FFCAB2:04:000:Infinite Time ddsomu:0:FFCB02:04:500:Infinite Time (2/2) ddsomu:0:FF8045:09:000:Infinite Keys ddsomu:0:FF8641:9A:000:Infinite Energy PL1 ddsomu:0:FF865C:03:000:Invincibility PL1 ddsomu:0:FF86F3:09:000:Maximum SP PL1 ddsomu:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsomu:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsomu:0:FF8726:09:000:Infinite Item PL1 ddsomu:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsomu:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsomu:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsomu:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsomu:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsomu:0:FF872F:09:000:Infinite Magic PL1 ddsomu:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsomu:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsomu:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsomu:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsomu:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsomu:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsomu:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsomu:0:FF8769:14:000:Infinite Wands PL1 ddsomu:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsomu:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsomu:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsomu:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomu:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomu:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomu:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomu:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsomu:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsomu:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsomu:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsomu:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsomu:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsomu:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsomu:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsomu:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsomu:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsomu:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsomu:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsomu:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsomu:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsomu:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsomu:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsomu:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsomu:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsomu:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsomu:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsomu:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsomu:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsomu:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsomu:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsomu:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsomu:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsomu:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsomu:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsomu:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsomu:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsomu:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsomu:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsomu:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsomu:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsomu:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsomu:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsomu:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsomu:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsomu:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsomu:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsomu:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsomu:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsomu:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsomu:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsomu:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsomu:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsomu:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsomu:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsomu:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsomu:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsomu:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsomu:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsomu:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsomu:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsomu:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsomu:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsomu:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsomu:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsomu:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsomu:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsomu:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsomu:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsomu:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsomu:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsomu:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsomu:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsomu:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsomu:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsomu:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsomu:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsomu:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsomu:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsomu:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsomu:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsomu:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsomu:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsomu:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsomu:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsomu:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsomu:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsomu:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsomu:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsomu:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsomu:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsomu:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsomu:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsomu:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsomu:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsomu:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsomu:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsomu:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsomu:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsomu:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsomu:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsomu:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsomu:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsomu:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsomu:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsomu:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsomu:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsomu:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsomu:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsomu:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsomu:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsomu:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsomu:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsomu:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsomu:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsomu:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsomu:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsomu:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsomu:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsomu:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsomu:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsomu:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsomu:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsomu:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsomu:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsomu:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsomu:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsomu:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsomu:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsomu:0:000000:00:999:[ Head Equipment PL1 ] ddsomu:0:FF873E:00:001:Get the Helmet Now! PL1 ddsomu:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsomu:0:FF873E:02:001:Get the Hood Now! PL1 ddsomu:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsomu:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsomu:0:FF873E:05:001:Get the Tiara Now! PL1 ddsomu:0:FF873E:00:000:Always have the Helmet PL1 ddsomu:0:FF873E:01:000:Always have the Magical Hat PL1 ddsomu:0:FF873E:02:000:Always have the Hood PL1 ddsomu:0:FF873E:03:000:Always have the Ciaclet PL1 ddsomu:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsomu:0:FF873E:05:000:Always have the Tiara PL1 ddsomu:0:000000:00:999:[ Body Equipment PL1 ] ddsomu:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsomu:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsomu:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsomu:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsomu:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsomu:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsomu:0:FF873F:00:000:Always have the Fighter Body PL1 ddsomu:0:FF873F:01:000:Always have the Cleric Body PL1 ddsomu:0:FF873F:02:000:Always have the Elf Body PL1 ddsomu:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsomu:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsomu:0:FF873F:05:000:Always have the Thief Body PL1 ddsomu:0:000000:00:999:[ Leg Equipment PL1 ] ddsomu:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsomu:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsomu:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsomu:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsomu:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsomu:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsomu:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsomu:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsomu:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsomu:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsomu:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsomu:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsomu:0:000000:00:999:[ Arm Equipment PL1 ] ddsomu:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsomu:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsomu:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsomu:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsomu:0:000000:00:999:[ Shield Equipment PL1 ] ddsomu:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsomu:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsomu:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsomu:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsomu:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsomu:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsomu:0:FF8742:00:000:Always have the Normal Shield PL1 ddsomu:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsomu:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsomu:0:FF8742:05:000:Always have the Frame Shield PL1 ddsomu:0:FF8742:06:000:Always have the Ice Shield PL1 ddsomu:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsomu:0:000000:00:999:[ Hand Equipment PL1 ] ddsomu:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsomu:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsomu:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsomu:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsomu:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsomu:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsomu:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsomu:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsomu:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsomu:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsomu:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsomu:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsomu:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsomu:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsomu:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsomu:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsomu:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsomu:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsomu:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsomu:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsomu:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsomu:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsomu:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsomu:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsomu:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsomu:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsomu:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsomu:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsomu:0:000000:00:999:[ Accessory Equipment PL1 ] ddsomu:0:FF8744:00:001:Get the Necklace Now! PL1 ddsomu:0:FF8744:01:001:Get the Orb Now! PL1 ddsomu:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsomu:0:FF8744:03:001:Get the Brooch Now! PL1 ddsomu:0:FF8744:04:001:Get the Earring Now! PL1 ddsomu:0:FF8744:05:001:Get the Anklet Now! PL1 ddsomu:0:FF8744:00:000:Always have the Necklace PL1 ddsomu:0:FF8744:01:000:Always have the Orb PL1 ddsomu:0:FF8744:02:000:Always have the Bracelet PL1 ddsomu:0:FF8744:03:000:Always have the Brooch PL1 ddsomu:0:FF8744:04:000:Always have the Earring PL1 ddsomu:0:FF8744:05:000:Always have the Anklet PL1 ddsomu:0:000000:00:999:[ Special Equipment PL1 ] ddsomu:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsomu:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsomu:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsomu:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsomu:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsomu:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsomu:0:FF8745:06:001:Get the ???1 Now! PL1 ddsomu:0:FF8745:07:001:Get the ???2 Now! PL1 ddsomu:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsomu:0:FF8745:09:001:Get the Medal Now! PL1 ddsomu:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsomu:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsomu:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsomu:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsomu:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsomu:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsomu:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsomu:0:FF8745:06:000:Always have the ???1 PL1 ddsomu:0:FF8745:07:000:Always have the ???2 PL1 ddsomu:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsomu:0:FF8745:09:000:Always have the Medal PL1 ddsomu:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsomu:0:FF8841:9A:000:Infinite Energy PL2 ddsomu:0:FF885C:03:000:Invincibility PL2 ddsomu:0:FF88F3:09:000:Maximum SP PL2 ddsomu:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsomu:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsomu:0:FF8926:09:000:Infinite Item PL2 ddsomu:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsomu:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsomu:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsomu:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsomu:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsomu:0:FF892F:09:000:Infinite Magic PL2 ddsomu:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsomu:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsomu:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsomu:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsomu:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsomu:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsomu:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsomu:0:FF8969:14:000:Infinite Wands PL2 ddsomu:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsomu:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsomu:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsomu:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomu:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomu:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomu:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomu:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsomu:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsomu:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsomu:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsomu:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsomu:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsomu:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsomu:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsomu:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsomu:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsomu:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsomu:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsomu:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsomu:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsomu:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsomu:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsomu:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsomu:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsomu:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsomu:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsomu:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsomu:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsomu:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsomu:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsomu:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsomu:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsomu:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsomu:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsomu:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsomu:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsomu:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsomu:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsomu:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsomu:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsomu:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsomu:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsomu:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsomu:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsomu:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsomu:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsomu:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsomu:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsomu:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsomu:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsomu:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsomu:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsomu:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsomu:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsomu:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsomu:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsomu:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsomu:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsomu:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsomu:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsomu:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsomu:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsomu:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsomu:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsomu:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsomu:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsomu:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsomu:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsomu:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsomu:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsomu:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsomu:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsomu:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsomu:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsomu:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsomu:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsomu:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsomu:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsomu:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsomu:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsomu:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsomu:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsomu:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsomu:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsomu:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsomu:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsomu:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsomu:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsomu:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsomu:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsomu:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsomu:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsomu:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsomu:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsomu:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsomu:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsomu:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsomu:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsomu:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsomu:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsomu:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsomu:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsomu:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsomu:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsomu:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsomu:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsomu:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsomu:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsomu:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsomu:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsomu:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsomu:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsomu:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsomu:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsomu:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsomu:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsomu:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsomu:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsomu:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsomu:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsomu:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsomu:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsomu:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsomu:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsomu:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsomu:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsomu:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsomu:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsomu:0:000000:00:999:[ Head Equipment PL2 ] ddsomu:0:FF893E:00:001:Get the Helmet Now! PL2 ddsomu:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsomu:0:FF893E:02:001:Get the Hood Now! PL2 ddsomu:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsomu:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsomu:0:FF893E:05:001:Get the Tiara Now! PL2 ddsomu:0:FF893E:00:000:Always have the Helmet PL2 ddsomu:0:FF893E:01:000:Always have the Magical Hat PL2 ddsomu:0:FF893E:02:000:Always have the Hood PL2 ddsomu:0:FF893E:03:000:Always have the Ciaclet PL2 ddsomu:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsomu:0:FF893E:05:000:Always have the Tiara PL2 ddsomu:0:000000:00:999:[ Body Equipment PL2 ] ddsomu:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsomu:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsomu:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsomu:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsomu:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsomu:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsomu:0:FF893F:00:000:Always have the Fighter Body PL2 ddsomu:0:FF893F:01:000:Always have the Cleric Body PL2 ddsomu:0:FF893F:02:000:Always have the Elf Body PL2 ddsomu:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsomu:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsomu:0:FF893F:05:000:Always have the Thief Body PL2 ddsomu:0:000000:00:999:[ Leg Equipment PL2 ] ddsomu:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsomu:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsomu:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsomu:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsomu:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsomu:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsomu:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsomu:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsomu:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsomu:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsomu:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsomu:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsomu:0:000000:00:999:[ Arm Equipment PL2 ] ddsomu:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsomu:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsomu:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsomu:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsomu:0:000000:00:999:[ Shield Equipment PL2 ] ddsomu:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsomu:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsomu:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsomu:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsomu:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsomu:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsomu:0:FF8942:00:000:Always have the Normal Shield PL2 ddsomu:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsomu:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsomu:0:FF8942:05:000:Always have the Frame Shield PL2 ddsomu:0:FF8942:06:000:Always have the Ice Shield PL2 ddsomu:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsomu:0:000000:00:999:[ Hand Equipment PL2 ] ddsomu:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsomu:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsomu:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsomu:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsomu:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsomu:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsomu:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsomu:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsomu:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsomu:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsomu:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsomu:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsomu:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsomu:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsomu:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsomu:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsomu:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsomu:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsomu:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsomu:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsomu:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsomu:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsomu:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsomu:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsomu:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsomu:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsomu:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsomu:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsomu:0:000000:00:999:[ Accessory Equipment PL2 ] ddsomu:0:FF8944:00:001:Get the Necklace Now! PL2 ddsomu:0:FF8944:01:001:Get the Orb Now! PL2 ddsomu:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsomu:0:FF8944:03:001:Get the Brooch Now! PL2 ddsomu:0:FF8944:04:001:Get the Earring Now! PL2 ddsomu:0:FF8944:05:001:Get the Anklet Now! PL2 ddsomu:0:FF8944:00:000:Always have the Necklace PL2 ddsomu:0:FF8944:01:000:Always have the Orb PL2 ddsomu:0:FF8944:02:000:Always have the Bracelet PL2 ddsomu:0:FF8944:03:000:Always have the Brooch PL2 ddsomu:0:FF8944:04:000:Always have the Earring PL2 ddsomu:0:FF8944:05:000:Always have the Anklet PL2 ddsomu:0:000000:00:999:[ Special Equipment PL2 ] ddsomu:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsomu:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsomu:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsomu:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsomu:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsomu:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsomu:0:FF8945:06:001:Get the ???1 Now! PL2 ddsomu:0:FF8945:07:001:Get the ???2 Now! PL2 ddsomu:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsomu:0:FF8945:09:001:Get the Medal Now! PL2 ddsomu:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsomu:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsomu:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsomu:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsomu:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsomu:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsomu:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsomu:0:FF8945:06:000:Always have the ???1 PL2 ddsomu:0:FF8945:07:000:Always have the ???2 PL2 ddsomu:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsomu:0:FF8945:09:000:Always have the Medal PL2 ddsomu:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsomu:0:FF8A41:9A:000:Infinite Energy PL3 ddsomu:0:FF8A5C:03:000:Invincibility PL3 ddsomu:0:FF8AF3:09:000:Maximum SP PL3 ddsomu:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsomu:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsomu:0:FF8B26:09:000:Infinite Item PL3 ddsomu:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsomu:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsomu:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsomu:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsomu:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsomu:0:FF8B2F:09:000:Infinite Magic PL3 ddsomu:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsomu:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsomu:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsomu:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsomu:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsomu:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsomu:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsomu:0:FF8B69:14:000:Infinite Wands PL3 ddsomu:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsomu:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsomu:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsomu:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomu:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomu:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomu:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomu:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsomu:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsomu:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsomu:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsomu:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsomu:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsomu:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsomu:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsomu:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsomu:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsomu:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsomu:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsomu:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsomu:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsomu:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsomu:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsomu:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsomu:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsomu:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsomu:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsomu:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsomu:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsomu:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsomu:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsomu:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsomu:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsomu:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsomu:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsomu:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsomu:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsomu:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsomu:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsomu:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsomu:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsomu:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsomu:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsomu:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsomu:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsomu:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsomu:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsomu:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsomu:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsomu:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsomu:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsomu:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsomu:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsomu:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsomu:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsomu:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsomu:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsomu:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsomu:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsomu:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsomu:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsomu:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsomu:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsomu:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsomu:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsomu:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsomu:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsomu:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsomu:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsomu:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsomu:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsomu:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsomu:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsomu:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsomu:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsomu:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsomu:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsomu:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsomu:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsomu:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsomu:0:000000:00:999:[ Head Equipment PL3 ] ddsomu:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsomu:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsomu:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsomu:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsomu:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsomu:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsomu:0:FF8B3E:00:000:Always have the Helmet PL3 ddsomu:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsomu:0:FF8B3E:02:000:Always have the Hood PL3 ddsomu:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsomu:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsomu:0:FF8B3E:05:000:Always have the Tiara PL3 ddsomu:0:000000:00:999:[ Body Equipment PL3 ] ddsomu:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsomu:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsomu:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsomu:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsomu:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsomu:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsomu:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsomu:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsomu:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsomu:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsomu:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsomu:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsomu:0:000000:00:999:[ Leg Equipment PL3 ] ddsomu:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsomu:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsomu:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsomu:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsomu:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsomu:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsomu:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsomu:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsomu:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsomu:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsomu:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsomu:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsomu:0:000000:00:999:[ Arm Equipment PL3 ] ddsomu:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsomu:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsomu:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsomu:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsomu:0:000000:00:999:[ Shield Equipment PL3 ] ddsomu:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsomu:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsomu:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsomu:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsomu:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsomu:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsomu:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsomu:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsomu:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsomu:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsomu:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsomu:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsomu:0:000000:00:999:[ Hand Equipment PL3 ] ddsomu:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsomu:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsomu:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsomu:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsomu:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsomu:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsomu:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsomu:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsomu:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsomu:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsomu:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsomu:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsomu:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsomu:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsomu:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsomu:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsomu:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsomu:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsomu:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsomu:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsomu:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsomu:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsomu:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsomu:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsomu:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsomu:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsomu:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsomu:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsomu:0:000000:00:999:[ Accessory Equipment PL3 ] ddsomu:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsomu:0:FF8B44:01:001:Get the Orb Now! PL3 ddsomu:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsomu:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsomu:0:FF8B44:04:001:Get the Earring Now! PL3 ddsomu:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsomu:0:FF8B44:00:000:Always have the Necklace PL3 ddsomu:0:FF8B44:01:000:Always have the Orb PL3 ddsomu:0:FF8B44:02:000:Always have the Bracelet PL3 ddsomu:0:FF8B44:03:000:Always have the Brooch PL3 ddsomu:0:FF8B44:04:000:Always have the Earring PL3 ddsomu:0:FF8B44:05:000:Always have the Anklet PL3 ddsomu:0:000000:00:999:[ Special Equipment PL3 ] ddsomu:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsomu:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsomu:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsomu:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsomu:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsomu:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsomu:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsomu:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsomu:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsomu:0:FF8B45:09:001:Get the Medal Now! PL3 ddsomu:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsomu:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsomu:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsomu:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsomu:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsomu:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsomu:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsomu:0:FF8B45:06:000:Always have the ???1 PL3 ddsomu:0:FF8B45:07:000:Always have the ???2 PL3 ddsomu:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsomu:0:FF8B45:09:000:Always have the Medal PL3 ddsomu:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsomu:0:FF8C41:9A:000:Infinite Energy PL4 ddsomu:0:FF8C5C:03:000:Invincibility PL4 ddsomu:0:FF8CF3:09:000:Maximum SP PL4 ddsomu:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsomu:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsomu:0:FF8D26:09:000:Infinite Item PL4 ddsomu:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsomu:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsomu:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsomu:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsomu:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsomu:0:FF8D2F:09:000:Infinite Magic PL4 ddsomu:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsomu:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsomu:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsomu:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsomu:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsomu:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsomu:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsomu:0:FF8D69:14:000:Infinite Wands PL4 ddsomu:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsomu:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsomu:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsomu:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomu:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomu:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomu:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomu:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsomu:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsomu:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsomu:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsomu:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsomu:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsomu:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsomu:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsomu:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsomu:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsomu:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsomu:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsomu:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsomu:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsomu:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsomu:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsomu:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsomu:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsomu:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsomu:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsomu:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsomu:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsomu:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsomu:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsomu:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsomu:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsomu:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsomu:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsomu:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsomu:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsomu:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsomu:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsomu:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsomu:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsomu:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsomu:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsomu:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsomu:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsomu:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsomu:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsomu:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsomu:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsomu:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsomu:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsomu:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsomu:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsomu:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsomu:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsomu:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsomu:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsomu:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsomu:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsomu:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsomu:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsomu:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsomu:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsomu:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsomu:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsomu:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsomu:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsomu:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsomu:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsomu:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsomu:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsomu:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsomu:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsomu:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsomu:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsomu:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsomu:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsomu:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsomu:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsomu:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsomu:0:000000:00:999:[ Head Equipment PL4 ] ddsomu:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsomu:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsomu:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsomu:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsomu:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsomu:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsomu:0:FF8D3E:00:000:Always have the Helmet PL4 ddsomu:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsomu:0:FF8D3E:02:000:Always have the Hood PL4 ddsomu:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsomu:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsomu:0:FF8D3E:05:000:Always have the Tiara PL4 ddsomu:0:000000:00:999:[ Body Equipment PL4 ] ddsomu:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsomu:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsomu:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsomu:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsomu:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsomu:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsomu:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsomu:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsomu:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsomu:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsomu:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsomu:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsomu:0:000000:00:999:[ Leg Equipment PL4 ] ddsomu:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsomu:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsomu:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsomu:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsomu:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsomu:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsomu:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsomu:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsomu:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsomu:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsomu:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsomu:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsomu:0:000000:00:999:[ Arm Equipment PL4 ] ddsomu:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsomu:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsomu:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsomu:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsomu:0:000000:00:999:[ Shield Equipment PL4 ] ddsomu:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsomu:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsomu:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsomu:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsomu:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsomu:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsomu:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsomu:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsomu:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsomu:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsomu:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsomu:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsomu:0:000000:00:999:[ Hand Equipment PL4 ] ddsomu:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsomu:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsomu:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsomu:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsomu:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsomu:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsomu:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsomu:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsomu:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsomu:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsomu:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsomu:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsomu:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsomu:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsomu:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsomu:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsomu:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsomu:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsomu:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsomu:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsomu:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsomu:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsomu:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsomu:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsomu:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsomu:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsomu:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsomu:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsomu:0:000000:00:999:[ Accessory Equipment PL4 ] ddsomu:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsomu:0:FF8D44:01:001:Get the Orb Now! PL4 ddsomu:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsomu:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsomu:0:FF8D44:04:001:Get the Earring Now! PL4 ddsomu:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsomu:0:FF8D44:00:000:Always have the Necklace PL4 ddsomu:0:FF8D44:01:000:Always have the Orb PL4 ddsomu:0:FF8D44:02:000:Always have the Bracelet PL4 ddsomu:0:FF8D44:03:000:Always have the Brooch PL4 ddsomu:0:FF8D44:04:000:Always have the Earring PL4 ddsomu:0:FF8D44:05:000:Always have the Anklet PL4 ddsomu:0:000000:00:999:[ Special Equipment PL4 ] ddsomu:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsomu:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsomu:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsomu:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsomu:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsomu:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsomu:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsomu:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsomu:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsomu:0:FF8D45:09:001:Get the Medal Now! PL4 ddsomu:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsomu:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsomu:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsomu:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsomu:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsomu:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsomu:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsomu:0:FF8D45:06:000:Always have the ???1 PL4 ddsomu:0:FF8D45:07:000:Always have the ???2 PL4 ddsomu:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsomu:0:FF8D45:09:000:Always have the Medal PL4 ddsomu:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsomu:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsomu:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsomu:0:000000:00:999:[ the character Magicuser. ] ddsomu:0:FF8641:9A:000:Infinite Final Strike! ddsomu:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsomu:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsomu:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsomu:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsomu:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomu:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsomu:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomu:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsomu:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsomu:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsomu:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsomu:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsomu:0:FF8071:00:000:Region Switch = Japan ddsomu:0:FF8071:02:000:Region Switch = USA ddsomu:0:FF8071:04:000:Region Switch = Hispanic ddsomu:0:FF8071:06:000:Region Switch = Asia ddsomu:0:FF8071:08:000:Region Switch = Euro ddsomu:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Shadow over Mystara (US 960209) ] ddsomur1:0:FFCAB2:04:000:Infinite Time ddsomur1:0:FFCB02:04:500:Infinite Time (2/2) ddsomur1:0:FF8045:09:000:Infinite Keys ddsomur1:0:FF8641:9A:000:Infinite Energy PL1 ddsomur1:0:FF865C:03:000:Invincibility PL1 ddsomur1:0:FF86F3:09:000:Maximum SP PL1 ddsomur1:0:FF86F4:99:500:Maximum SP PL1 (2/3) ddsomur1:0:FF86F5:99:500:Maximum SP PL1 (3/3) ddsomur1:0:FF8726:09:000:Infinite Item PL1 ddsomur1:0:FF8727:09:500:Infinite Item PL1 (2/6) ddsomur1:0:FF8728:09:500:Infinite Item PL1 (3/6) ddsomur1:0:FF8729:09:500:Infinite Item PL1 (4/6) ddsomur1:0:FF872A:09:500:Infinite Item PL1 (5/6) ddsomur1:0:FF872B:09:500:Infinite Item PL1 (6/6) ddsomur1:0:FF872F:09:000:Infinite Magic PL1 ddsomur1:0:FF8730:09:500:Infinite Magic PL1 (2/8) ddsomur1:0:FF8731:09:500:Infinite Magic PL1 (3/8) ddsomur1:0:FF8732:09:500:Infinite Magic PL1 (4/8) ddsomur1:0:FF8733:09:500:Infinite Magic PL1 (5/8) ddsomur1:0:FF8734:09:500:Infinite Magic PL1 (6/8) ddsomur1:0:FF8735:09:500:Infinite Magic PL1 (7/8) ddsomur1:0:FF8737:09:500:Infinite Magic PL1 (8/8) ddsomur1:0:FF8769:14:000:Infinite Wands PL1 ddsomur1:0:FF876A:14:500:Infinite Wands PL1 (2/4) ddsomur1:0:FF876B:14:500:Infinite Wands PL1 (3/4) ddsomur1:0:FF876F:14:500:Infinite Wands PL1 (4/4) ddsomur1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomur1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomur1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomur1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomur1:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1 ddsomur1:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1 ddsomur1:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1 ddsomur1:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1 ddsomur1:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1 ddsomur1:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1 ddsomur1:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1 ddsomur1:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1 ddsomur1:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1 ddsomur1:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1 ddsomur1:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1 ddsomur1:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1 ddsomur1:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1 ddsomur1:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1 ddsomur1:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1 ddsomur1:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1 ddsomur1:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1 ddsomur1:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1 ddsomur1:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1 ddsomur1:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1 ddsomur1:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1 ddsomur1:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1 ddsomur1:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1 ddsomur1:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1 ddsomur1:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1 ddsomur1:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1 ddsomur1:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1 ddsomur1:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1 ddsomur1:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1 ddsomur1:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1 ddsomur1:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1 ddsomur1:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1 ddsomur1:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1 ddsomur1:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1 ddsomur1:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1 ddsomur1:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1 ddsomur1:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1 ddsomur1:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1 ddsomur1:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1 ddsomur1:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1 ddsomur1:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1 ddsomur1:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1 ddsomur1:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1 ddsomur1:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1 ddsomur1:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1 ddsomur1:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1 ddsomur1:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1 ddsomur1:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1 ddsomur1:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1 ddsomur1:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1 ddsomur1:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1 ddsomur1:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1 ddsomur1:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1 ddsomur1:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1 ddsomur1:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1 ddsomur1:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1 ddsomur1:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1 ddsomur1:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1 ddsomur1:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1 ddsomur1:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1 ddsomur1:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1 ddsomur1:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1 ddsomur1:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1 ddsomur1:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1 ddsomur1:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1 ddsomur1:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1 ddsomur1:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1 ddsomur1:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1 ddsomur1:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1 ddsomur1:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1 ddsomur1:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1 ddsomur1:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1 ddsomur1:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1 ddsomur1:0:000000:00:999:[ Head Equipment PL1 ] ddsomur1:0:FF873E:00:001:Get the Helmet Now! PL1 ddsomur1:0:FF873E:01:001:Get the Magical Hat Now! PL1 ddsomur1:0:FF873E:02:001:Get the Hood Now! PL1 ddsomur1:0:FF873E:03:001:Get the Ciaclet Now! PL1 ddsomur1:0:FF873E:04:001:Get the Cleric Hat Now! PL1 ddsomur1:0:FF873E:05:001:Get the Tiara Now! PL1 ddsomur1:0:FF873E:00:000:Always have the Helmet PL1 ddsomur1:0:FF873E:01:000:Always have the Magical Hat PL1 ddsomur1:0:FF873E:02:000:Always have the Hood PL1 ddsomur1:0:FF873E:03:000:Always have the Ciaclet PL1 ddsomur1:0:FF873E:04:000:Always have the Cleric Hat PL1 ddsomur1:0:FF873E:05:000:Always have the Tiara PL1 ddsomur1:0:000000:00:999:[ Body Equipment PL1 ] ddsomur1:0:FF873F:00:001:Get the Fighter Body Now! PL1 ddsomur1:0:FF873F:01:001:Get the Cleric Body Now! PL1 ddsomur1:0:FF873F:02:001:Get the Elf Body Now! PL1 ddsomur1:0:FF873F:03:001:Get the Dwarf Body Now! PL1 ddsomur1:0:FF873F:04:001:Get the Magicuser Body Now! PL1 ddsomur1:0:FF873F:05:001:Get the Thief Body Now! PL1 ddsomur1:0:FF873F:00:000:Always have the Fighter Body PL1 ddsomur1:0:FF873F:01:000:Always have the Cleric Body PL1 ddsomur1:0:FF873F:02:000:Always have the Elf Body PL1 ddsomur1:0:FF873F:03:000:Always have the Dwarf Body PL1 ddsomur1:0:FF873F:04:000:Always have the Magicuser Body PL1 ddsomur1:0:FF873F:05:000:Always have the Thief Body PL1 ddsomur1:0:000000:00:999:[ Leg Equipment PL1 ] ddsomur1:0:FF8740:00:001:Get the Boots of Speed Now! PL1 ddsomur1:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2) ddsomur1:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1 ddsomur1:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2) ddsomur1:0:FF8740:02:001:Get the Boots of Levitation Now! PL1 ddsomur1:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2) ddsomur1:0:FF8740:00:000:Always have the Boots of Speed PL1 ddsomur1:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2) ddsomur1:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1 ddsomur1:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2) ddsomur1:0:FF8740:02:000:Always have the Boots of Levitation PL1 ddsomur1:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2) ddsomur1:0:000000:00:999:[ Arm Equipment PL1 ] ddsomur1:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1 ddsomur1:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1 ddsomur1:0:FF8741:00:000:Always have the Gauntlet of Power PL1 ddsomur1:0:FF874A:05:500:Always have the Gauntlet of Power PL1 ddsomur1:0:000000:00:999:[ Shield Equipment PL1 ] ddsomur1:0:FF8742:00:001:Get the Normal Shield Now! PL1 ddsomur1:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1 ddsomur1:0:FF8742:04:001:Get the Dragon Shield Now! PL1 ddsomur1:0:FF8742:05:001:Get the Frame Shield Now! PL1 ddsomur1:0:FF8742:06:001:Get the Ice Shield Now! PL1 ddsomur1:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1 ddsomur1:0:FF8742:00:000:Always have the Normal Shield PL1 ddsomur1:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1 ddsomur1:0:FF8742:04:000:Always have the Dragon Shield PL1 ddsomur1:0:FF8742:05:000:Always have the Frame Shield PL1 ddsomur1:0:FF8742:06:000:Always have the Ice Shield PL1 ddsomur1:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1 ddsomur1:0:000000:00:999:[ Hand Equipment PL1 ] ddsomur1:0:FF8743:00:001:Get the Ring of Protection Now! PL1 ddsomur1:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2) ddsomur1:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1 ddsomur1:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2) ddsomur1:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1 ddsomur1:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2) ddsomur1:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1 ddsomur1:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2) ddsomur1:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1 ddsomur1:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2) ddsomur1:0:FF8743:05:001:Get the Rod of Cold Now! PL1 ddsomur1:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2) ddsomur1:0:FF8743:06:001:Get the Rod of Lightning Now! PL1 ddsomur1:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2) ddsomur1:0:FF8743:00:000:Always have the Ring of Protection PL1 ddsomur1:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2) ddsomur1:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1 ddsomur1:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2) ddsomur1:0:FF8743:02:000:Always have the Ring of Spell Turning PL1 ddsomur1:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2) ddsomur1:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1 ddsomur1:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2) ddsomur1:0:FF8743:04:000:Always have the Rod of Fire Ball PL1 ddsomur1:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2) ddsomur1:0:FF8743:05:000:Always have the Rod of Cold PL1 ddsomur1:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2) ddsomur1:0:FF8743:06:000:Always have the Rod of Lightning PL1 ddsomur1:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2) ddsomur1:0:000000:00:999:[ Accessory Equipment PL1 ] ddsomur1:0:FF8744:00:001:Get the Necklace Now! PL1 ddsomur1:0:FF8744:01:001:Get the Orb Now! PL1 ddsomur1:0:FF8744:02:001:Get the Bracelet Now! PL1 ddsomur1:0:FF8744:03:001:Get the Brooch Now! PL1 ddsomur1:0:FF8744:04:001:Get the Earring Now! PL1 ddsomur1:0:FF8744:05:001:Get the Anklet Now! PL1 ddsomur1:0:FF8744:00:000:Always have the Necklace PL1 ddsomur1:0:FF8744:01:000:Always have the Orb PL1 ddsomur1:0:FF8744:02:000:Always have the Bracelet PL1 ddsomur1:0:FF8744:03:000:Always have the Brooch PL1 ddsomur1:0:FF8744:04:000:Always have the Earring PL1 ddsomur1:0:FF8744:05:000:Always have the Anklet PL1 ddsomur1:0:000000:00:999:[ Special Equipment PL1 ] ddsomur1:0:FF8745:00:001:Get the Eye of Beholder Now! PL1 ddsomur1:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1 ddsomur1:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1 ddsomur1:0:FF8745:03:001:Get the Scale of Dragon Now! PL1 ddsomur1:0:FF8745:04:001:Get the Skin of Manticore Now! PL1 ddsomur1:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1 ddsomur1:0:FF8745:06:001:Get the ???1 Now! PL1 ddsomur1:0:FF8745:07:001:Get the ???2 Now! PL1 ddsomur1:0:FF8745:08:001:Get the Horn of Dragon Now! PL1 ddsomur1:0:FF8745:09:001:Get the Medal Now! PL1 ddsomur1:0:FF8745:10:001:Get the Displacer Cloak Now! PL1 ddsomur1:0:FF8745:00:000:Always have the Eye of Beholder PL1 ddsomur1:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1 ddsomur1:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1 ddsomur1:0:FF8745:03:000:Always have the Scale of Dragon PL1 ddsomur1:0:FF8745:04:000:Always have the Skin of Manticore PL1 ddsomur1:0:FF8745:05:000:Always have the Egg of Owlbear PL1 ddsomur1:0:FF8745:06:000:Always have the ???1 PL1 ddsomur1:0:FF8745:07:000:Always have the ???2 PL1 ddsomur1:0:FF8745:08:000:Always have the Horn of Dragon PL1 ddsomur1:0:FF8745:09:000:Always have the Medal PL1 ddsomur1:0:FF8745:10:000:Always have the Displacer Cloak PL1 ddsomur1:0:FF8841:9A:000:Infinite Energy PL2 ddsomur1:0:FF885C:03:000:Invincibility PL2 ddsomur1:0:FF88F3:09:000:Maximum SP PL2 ddsomur1:0:FF88F4:99:500:Maximum SP PL2 (2/3) ddsomur1:0:FF88F5:99:500:Maximum SP PL2 (3/3) ddsomur1:0:FF8926:09:000:Infinite Item PL2 ddsomur1:0:FF8927:09:500:Infinite Item PL2 (2/6) ddsomur1:0:FF8928:09:500:Infinite Item PL2 (3/6) ddsomur1:0:FF8929:09:500:Infinite Item PL2 (4/6) ddsomur1:0:FF892A:09:500:Infinite Item PL2 (5/6) ddsomur1:0:FF892B:09:500:Infinite Item PL2 (6/6) ddsomur1:0:FF892F:09:000:Infinite Magic PL2 ddsomur1:0:FF8930:09:500:Infinite Magic PL2 (2/8) ddsomur1:0:FF8931:09:500:Infinite Magic PL2 (3/8) ddsomur1:0:FF8932:09:500:Infinite Magic PL2 (4/8) ddsomur1:0:FF8933:09:500:Infinite Magic PL2 (5/8) ddsomur1:0:FF8934:09:500:Infinite Magic PL2 (6/8) ddsomur1:0:FF8935:09:500:Infinite Magic PL2 (7/8) ddsomur1:0:FF8937:09:500:Infinite Magic PL2 (8/8) ddsomur1:0:FF8969:14:000:Infinite Wands PL2 ddsomur1:0:FF896A:14:500:Infinite Wands PL2 (2/4) ddsomur1:0:FF896B:14:500:Infinite Wands PL2 (3/4) ddsomur1:0:FF896F:14:500:Infinite Wands PL2 (4/4) ddsomur1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomur1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomur1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomur1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomur1:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2 ddsomur1:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2 ddsomur1:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2 ddsomur1:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2 ddsomur1:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2 ddsomur1:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2 ddsomur1:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2 ddsomur1:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2 ddsomur1:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2 ddsomur1:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2 ddsomur1:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2 ddsomur1:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2 ddsomur1:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2 ddsomur1:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2 ddsomur1:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2 ddsomur1:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2 ddsomur1:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2 ddsomur1:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2 ddsomur1:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2 ddsomur1:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2 ddsomur1:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2 ddsomur1:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2 ddsomur1:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2 ddsomur1:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2 ddsomur1:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2 ddsomur1:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2 ddsomur1:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2 ddsomur1:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2 ddsomur1:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2 ddsomur1:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2 ddsomur1:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2 ddsomur1:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2 ddsomur1:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2 ddsomur1:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2 ddsomur1:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2 ddsomur1:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2 ddsomur1:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2 ddsomur1:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2 ddsomur1:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2 ddsomur1:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2 ddsomur1:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2 ddsomur1:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2 ddsomur1:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2 ddsomur1:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2 ddsomur1:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2 ddsomur1:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2 ddsomur1:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2 ddsomur1:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2 ddsomur1:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2 ddsomur1:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2 ddsomur1:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2 ddsomur1:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2 ddsomur1:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2 ddsomur1:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2 ddsomur1:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2 ddsomur1:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2 ddsomur1:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2 ddsomur1:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2 ddsomur1:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2 ddsomur1:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2 ddsomur1:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2 ddsomur1:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2 ddsomur1:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2 ddsomur1:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2 ddsomur1:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2 ddsomur1:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2 ddsomur1:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2 ddsomur1:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2 ddsomur1:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2 ddsomur1:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2 ddsomur1:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2 ddsomur1:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2 ddsomur1:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2 ddsomur1:0:000000:00:999:[ Head Equipment PL2 ] ddsomur1:0:FF893E:00:001:Get the Helmet Now! PL2 ddsomur1:0:FF893E:01:001:Get the Magical Hat Now! PL2 ddsomur1:0:FF893E:02:001:Get the Hood Now! PL2 ddsomur1:0:FF893E:03:001:Get the Ciaclet Now! PL2 ddsomur1:0:FF893E:04:001:Get the Cleric Hat Now! PL2 ddsomur1:0:FF893E:05:001:Get the Tiara Now! PL2 ddsomur1:0:FF893E:00:000:Always have the Helmet PL2 ddsomur1:0:FF893E:01:000:Always have the Magical Hat PL2 ddsomur1:0:FF893E:02:000:Always have the Hood PL2 ddsomur1:0:FF893E:03:000:Always have the Ciaclet PL2 ddsomur1:0:FF893E:04:000:Always have the Cleric Hat PL2 ddsomur1:0:FF893E:05:000:Always have the Tiara PL2 ddsomur1:0:000000:00:999:[ Body Equipment PL2 ] ddsomur1:0:FF893F:00:001:Get the Fighter Body Now! PL2 ddsomur1:0:FF893F:01:001:Get the Cleric Body Now! PL2 ddsomur1:0:FF893F:02:001:Get the Elf Body Now! PL2 ddsomur1:0:FF893F:03:001:Get the Dwarf Body Now! PL2 ddsomur1:0:FF893F:04:001:Get the Magicuser Body Now! PL2 ddsomur1:0:FF893F:05:001:Get the Thief Body Now! PL2 ddsomur1:0:FF893F:00:000:Always have the Fighter Body PL2 ddsomur1:0:FF893F:01:000:Always have the Cleric Body PL2 ddsomur1:0:FF893F:02:000:Always have the Elf Body PL2 ddsomur1:0:FF893F:03:000:Always have the Dwarf Body PL2 ddsomur1:0:FF893F:04:000:Always have the Magicuser Body PL2 ddsomur1:0:FF893F:05:000:Always have the Thief Body PL2 ddsomur1:0:000000:00:999:[ Leg Equipment PL2 ] ddsomur1:0:FF8940:00:001:Get the Boots of Speed Now! PL2 ddsomur1:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2) ddsomur1:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2 ddsomur1:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2) ddsomur1:0:FF8940:02:001:Get the Boots of Levitation Now! PL2 ddsomur1:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2) ddsomur1:0:FF8940:00:000:Always have the Boots of Speed PL2 ddsomur1:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2) ddsomur1:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2 ddsomur1:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2) ddsomur1:0:FF8940:02:000:Always have the Boots of Levitation PL2 ddsomur1:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2) ddsomur1:0:000000:00:999:[ Arm Equipment PL2 ] ddsomur1:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2 ddsomur1:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2 ddsomur1:0:FF8941:00:000:Always have the Gauntlet of Power PL2 ddsomur1:0:FF894A:05:500:Always have the Gauntlet of Power PL2 ddsomur1:0:000000:00:999:[ Shield Equipment PL2 ] ddsomur1:0:FF8942:00:001:Get the Normal Shield Now! PL2 ddsomur1:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2 ddsomur1:0:FF8942:04:001:Get the Dragon Shield Now! PL2 ddsomur1:0:FF8942:05:001:Get the Frame Shield Now! PL2 ddsomur1:0:FF8942:06:001:Get the Ice Shield Now! PL2 ddsomur1:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2 ddsomur1:0:FF8942:00:000:Always have the Normal Shield PL2 ddsomur1:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2 ddsomur1:0:FF8942:04:000:Always have the Dragon Shield PL2 ddsomur1:0:FF8942:05:000:Always have the Frame Shield PL2 ddsomur1:0:FF8942:06:000:Always have the Ice Shield PL2 ddsomur1:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2 ddsomur1:0:000000:00:999:[ Hand Equipment PL2 ] ddsomur1:0:FF8943:00:001:Get the Ring of Protection Now! PL2 ddsomur1:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2) ddsomur1:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2 ddsomur1:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2) ddsomur1:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2 ddsomur1:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2) ddsomur1:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2 ddsomur1:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2) ddsomur1:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2 ddsomur1:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2) ddsomur1:0:FF8943:05:001:Get the Rod of Cold Now! PL2 ddsomur1:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2) ddsomur1:0:FF8943:06:001:Get the Rod of Lightning Now! PL2 ddsomur1:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2) ddsomur1:0:FF8943:00:000:Always have the Ring of Protection PL2 ddsomur1:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2) ddsomur1:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2 ddsomur1:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2) ddsomur1:0:FF8943:02:000:Always have the Ring of Spell Turning PL2 ddsomur1:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2) ddsomur1:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2 ddsomur1:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2) ddsomur1:0:FF8943:04:000:Always have the Rod of Fire Ball PL2 ddsomur1:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2) ddsomur1:0:FF8943:05:000:Always have the Rod of Cold PL2 ddsomur1:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2) ddsomur1:0:FF8943:06:000:Always have the Rod of Lightning PL2 ddsomur1:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2) ddsomur1:0:000000:00:999:[ Accessory Equipment PL2 ] ddsomur1:0:FF8944:00:001:Get the Necklace Now! PL2 ddsomur1:0:FF8944:01:001:Get the Orb Now! PL2 ddsomur1:0:FF8944:02:001:Get the Bracelet Now! PL2 ddsomur1:0:FF8944:03:001:Get the Brooch Now! PL2 ddsomur1:0:FF8944:04:001:Get the Earring Now! PL2 ddsomur1:0:FF8944:05:001:Get the Anklet Now! PL2 ddsomur1:0:FF8944:00:000:Always have the Necklace PL2 ddsomur1:0:FF8944:01:000:Always have the Orb PL2 ddsomur1:0:FF8944:02:000:Always have the Bracelet PL2 ddsomur1:0:FF8944:03:000:Always have the Brooch PL2 ddsomur1:0:FF8944:04:000:Always have the Earring PL2 ddsomur1:0:FF8944:05:000:Always have the Anklet PL2 ddsomur1:0:000000:00:999:[ Special Equipment PL2 ] ddsomur1:0:FF8945:00:001:Get the Eye of Beholder Now! PL2 ddsomur1:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2 ddsomur1:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2 ddsomur1:0:FF8945:03:001:Get the Scale of Dragon Now! PL2 ddsomur1:0:FF8945:04:001:Get the Skin of Manticore Now! PL2 ddsomur1:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2 ddsomur1:0:FF8945:06:001:Get the ???1 Now! PL2 ddsomur1:0:FF8945:07:001:Get the ???2 Now! PL2 ddsomur1:0:FF8945:08:001:Get the Horn of Dragon Now! PL2 ddsomur1:0:FF8945:09:001:Get the Medal Now! PL2 ddsomur1:0:FF8945:10:001:Get the Displacer Cloak Now! PL2 ddsomur1:0:FF8945:00:000:Always have the Eye of Beholder PL2 ddsomur1:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2 ddsomur1:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2 ddsomur1:0:FF8945:03:000:Always have the Scale of Dragon PL2 ddsomur1:0:FF8945:04:000:Always have the Skin of Manticore PL2 ddsomur1:0:FF8945:05:000:Always have the Egg of Owlbear PL2 ddsomur1:0:FF8945:06:000:Always have the ???1 PL2 ddsomur1:0:FF8945:07:000:Always have the ???2 PL2 ddsomur1:0:FF8945:08:000:Always have the Horn of Dragon PL2 ddsomur1:0:FF8945:09:000:Always have the Medal PL2 ddsomur1:0:FF8945:10:000:Always have the Displacer Cloak PL2 ddsomur1:0:FF8A41:9A:000:Infinite Energy PL3 ddsomur1:0:FF8A5C:03:000:Invincibility PL3 ddsomur1:0:FF8AF3:09:000:Maximum SP PL3 ddsomur1:0:FF8AF4:99:500:Maximum SP PL3 (2/3) ddsomur1:0:FF8AF5:99:500:Maximum SP PL3 (3/3) ddsomur1:0:FF8B26:09:000:Infinite Item PL3 ddsomur1:0:FF8B27:09:500:Infinite Item PL3 (2/6) ddsomur1:0:FF8B28:09:500:Infinite Item PL3 (3/6) ddsomur1:0:FF8B29:09:500:Infinite Item PL3 (4/6) ddsomur1:0:FF8B2A:09:500:Infinite Item PL3 (5/6) ddsomur1:0:FF872B:09:500:Infinite Item PL3 (6/6) ddsomur1:0:FF8B2F:09:000:Infinite Magic PL3 ddsomur1:0:FF8B30:09:500:Infinite Magic PL3 (2/8) ddsomur1:0:FF8B31:09:500:Infinite Magic PL3 (3/8) ddsomur1:0:FF8B32:09:500:Infinite Magic PL3 (4/8) ddsomur1:0:FF8B33:09:500:Infinite Magic PL3 (5/8) ddsomur1:0:FF8B34:09:500:Infinite Magic PL3 (6/8) ddsomur1:0:FF8B35:09:500:Infinite Magic PL3 (7/8) ddsomur1:0:FF8B37:09:500:Infinite Magic PL3 (8/8) ddsomur1:0:FF8B69:14:000:Infinite Wands PL3 ddsomur1:0:FF8B6A:14:500:Infinite Wands PL3 (2/4) ddsomur1:0:FF8B6B:14:500:Infinite Wands PL3 (3/4) ddsomur1:0:FF8B6F:14:500:Infinite Wands PL3 (4/4) ddsomur1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomur1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomur1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomur1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomur1:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3 ddsomur1:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3 ddsomur1:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3 ddsomur1:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3 ddsomur1:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3 ddsomur1:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3 ddsomur1:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3 ddsomur1:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3 ddsomur1:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3 ddsomur1:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3 ddsomur1:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3 ddsomur1:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3 ddsomur1:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3 ddsomur1:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3 ddsomur1:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3 ddsomur1:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3 ddsomur1:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3 ddsomur1:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3 ddsomur1:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3 ddsomur1:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3 ddsomur1:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3 ddsomur1:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3 ddsomur1:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3 ddsomur1:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3 ddsomur1:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3 ddsomur1:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3 ddsomur1:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3 ddsomur1:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3 ddsomur1:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3 ddsomur1:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3 ddsomur1:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3 ddsomur1:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3 ddsomur1:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3 ddsomur1:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3 ddsomur1:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3 ddsomur1:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3 ddsomur1:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3 ddsomur1:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3 ddsomur1:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3 ddsomur1:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3 ddsomur1:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3 ddsomur1:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3 ddsomur1:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3 ddsomur1:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3 ddsomur1:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3 ddsomur1:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3 ddsomur1:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3 ddsomur1:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3 ddsomur1:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3 ddsomur1:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3 ddsomur1:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3 ddsomur1:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3 ddsomur1:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3 ddsomur1:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3 ddsomur1:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3 ddsomur1:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3 ddsomur1:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3 ddsomur1:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3 ddsomur1:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3 ddsomur1:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3 ddsomur1:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3 ddsomur1:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3 ddsomur1:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3 ddsomur1:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3 ddsomur1:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3 ddsomur1:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3 ddsomur1:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3 ddsomur1:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3 ddsomur1:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3 ddsomur1:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3 ddsomur1:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3 ddsomur1:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3 ddsomur1:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3 ddsomur1:0:000000:00:999:[ Head Equipment PL3 ] ddsomur1:0:FF8B3E:00:001:Get the Helmet Now! PL3 ddsomur1:0:FF8B3E:01:001:Get the Magical Hat Now! PL3 ddsomur1:0:FF8B3E:02:001:Get the Hood Now! PL3 ddsomur1:0:FF8B3E:03:001:Get the Ciaclet Now! PL3 ddsomur1:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3 ddsomur1:0:FF8B3E:05:001:Get the Tiara Now! PL3 ddsomur1:0:FF8B3E:00:000:Always have the Helmet PL3 ddsomur1:0:FF8B3E:01:000:Always have the Magical Hat PL3 ddsomur1:0:FF8B3E:02:000:Always have the Hood PL3 ddsomur1:0:FF8B3E:03:000:Always have the Ciaclet PL3 ddsomur1:0:FF8B3E:04:000:Always have the Cleric Hat PL3 ddsomur1:0:FF8B3E:05:000:Always have the Tiara PL3 ddsomur1:0:000000:00:999:[ Body Equipment PL3 ] ddsomur1:0:FF8B3F:00:001:Get the Fighter Body Now! PL3 ddsomur1:0:FF8B3F:01:001:Get the Cleric Body Now! PL3 ddsomur1:0:FF8B3F:02:001:Get the Elf Body Now! PL3 ddsomur1:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3 ddsomur1:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3 ddsomur1:0:FF8B3F:05:001:Get the Thief Body Now! PL3 ddsomur1:0:FF8B3F:00:000:Always have the Fighter Body PL3 ddsomur1:0:FF8B3F:01:000:Always have the Cleric Body PL3 ddsomur1:0:FF8B3F:02:000:Always have the Elf Body PL3 ddsomur1:0:FF8B3F:03:000:Always have the Dwarf Body PL3 ddsomur1:0:FF8B3F:04:000:Always have the Magicuser Body PL3 ddsomur1:0:FF8B3F:05:000:Always have the Thief Body PL3 ddsomur1:0:000000:00:999:[ Leg Equipment PL3 ] ddsomur1:0:FF8B40:00:001:Get the Boots of Speed Now! PL3 ddsomur1:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2) ddsomur1:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3 ddsomur1:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2) ddsomur1:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3 ddsomur1:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2) ddsomur1:0:FF8B40:00:000:Always have the Boots of Speed PL3 ddsomur1:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2) ddsomur1:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3 ddsomur1:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2) ddsomur1:0:FF8B40:02:000:Always have the Boots of Levitation PL3 ddsomur1:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2) ddsomur1:0:000000:00:999:[ Arm Equipment PL3 ] ddsomur1:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3 ddsomur1:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3 ddsomur1:0:FF8B41:00:000:Always have the Gauntlet of Power PL3 ddsomur1:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3 ddsomur1:0:000000:00:999:[ Shield Equipment PL3 ] ddsomur1:0:FF8B42:00:001:Get the Normal Shield Now! PL3 ddsomur1:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3 ddsomur1:0:FF8B42:04:001:Get the Dragon Shield Now! PL3 ddsomur1:0:FF8B42:05:001:Get the Frame Shield Now! PL3 ddsomur1:0:FF8B42:06:001:Get the Ice Shield Now! PL3 ddsomur1:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3 ddsomur1:0:FF8B42:00:000:Always have the Normal Shield PL3 ddsomur1:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3 ddsomur1:0:FF8B42:04:000:Always have the Dragon Shield PL3 ddsomur1:0:FF8B42:05:000:Always have the Frame Shield PL3 ddsomur1:0:FF8B42:06:000:Always have the Ice Shield PL3 ddsomur1:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3 ddsomur1:0:000000:00:999:[ Hand Equipment PL3 ] ddsomur1:0:FF8B43:00:001:Get the Ring of Protection Now! PL3 ddsomur1:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2) ddsomur1:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3 ddsomur1:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2) ddsomur1:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3 ddsomur1:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2) ddsomur1:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3 ddsomur1:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2) ddsomur1:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3 ddsomur1:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2) ddsomur1:0:FF8B43:05:001:Get the Rod of Cold Now! PL3 ddsomur1:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2) ddsomur1:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3 ddsomur1:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2) ddsomur1:0:FF8B43:00:000:Always have the Ring of Protection PL3 ddsomur1:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2) ddsomur1:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3 ddsomur1:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2) ddsomur1:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3 ddsomur1:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2) ddsomur1:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3 ddsomur1:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2) ddsomur1:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3 ddsomur1:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2) ddsomur1:0:FF8B43:05:000:Always have the Rod of Cold PL3 ddsomur1:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2) ddsomur1:0:FF8B43:06:000:Always have the Rod of Lightning PL3 ddsomur1:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2) ddsomur1:0:000000:00:999:[ Accessory Equipment PL3 ] ddsomur1:0:FF8B44:00:001:Get the Necklace Now! PL3 ddsomur1:0:FF8B44:01:001:Get the Orb Now! PL3 ddsomur1:0:FF8B44:02:001:Get the Bracelet Now! PL3 ddsomur1:0:FF8B44:03:001:Get the Brooch Now! PL3 ddsomur1:0:FF8B44:04:001:Get the Earring Now! PL3 ddsomur1:0:FF8B44:05:001:Get the Anklet Now! PL3 ddsomur1:0:FF8B44:00:000:Always have the Necklace PL3 ddsomur1:0:FF8B44:01:000:Always have the Orb PL3 ddsomur1:0:FF8B44:02:000:Always have the Bracelet PL3 ddsomur1:0:FF8B44:03:000:Always have the Brooch PL3 ddsomur1:0:FF8B44:04:000:Always have the Earring PL3 ddsomur1:0:FF8B44:05:000:Always have the Anklet PL3 ddsomur1:0:000000:00:999:[ Special Equipment PL3 ] ddsomur1:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3 ddsomur1:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3 ddsomur1:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3 ddsomur1:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3 ddsomur1:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3 ddsomur1:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3 ddsomur1:0:FF8B45:06:001:Get the ???1 Now! PL3 ddsomur1:0:FF8B45:07:001:Get the ???2 Now! PL3 ddsomur1:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3 ddsomur1:0:FF8B45:09:001:Get the Medal Now! PL3 ddsomur1:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3 ddsomur1:0:FF8B45:00:000:Always have the Eye of Beholder PL3 ddsomur1:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3 ddsomur1:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3 ddsomur1:0:FF8B45:03:000:Always have the Scale of Dragon PL3 ddsomur1:0:FF8B45:04:000:Always have the Skin of Manticore PL3 ddsomur1:0:FF8B45:05:000:Always have the Egg of Owlbear PL3 ddsomur1:0:FF8B45:06:000:Always have the ???1 PL3 ddsomur1:0:FF8B45:07:000:Always have the ???2 PL3 ddsomur1:0:FF8B45:08:000:Always have the Horn of Dragon PL3 ddsomur1:0:FF8B45:09:000:Always have the Medal PL3 ddsomur1:0:FF8B45:10:000:Always have the Displacer Cloak PL3 ddsomur1:0:FF8C41:9A:000:Infinite Energy PL4 ddsomur1:0:FF8C5C:03:000:Invincibility PL4 ddsomur1:0:FF8CF3:09:000:Maximum SP PL4 ddsomur1:0:FF8CF4:99:500:Maximum SP PL4 (2/3) ddsomur1:0:FF8CF5:99:500:Maximum SP PL4 (3/3) ddsomur1:0:FF8D26:09:000:Infinite Item PL4 ddsomur1:0:FF8D27:09:500:Infinite Item PL4 (2/6) ddsomur1:0:FF8D28:09:500:Infinite Item PL4 (3/6) ddsomur1:0:FF8D29:09:500:Infinite Item PL4 (4/6) ddsomur1:0:FF8D2A:09:500:Infinite Item PL4 (5/6) ddsomur1:0:FF8D2B:09:500:Infinite Item PL4 (6/6) ddsomur1:0:FF8D2F:09:000:Infinite Magic PL4 ddsomur1:0:FF8D30:09:500:Infinite Magic PL4 (2/8) ddsomur1:0:FF8D31:09:500:Infinite Magic PL4 (3/8) ddsomur1:0:FF8D32:09:500:Infinite Magic PL4 (4/8) ddsomur1:0:FF8D33:09:500:Infinite Magic PL4 (5/8) ddsomur1:0:FF8D34:09:500:Infinite Magic PL4 (6/8) ddsomur1:0:FF8D35:09:500:Infinite Magic PL4 (7/8) ddsomur1:0:FF8D37:09:500:Infinite Magic PL4 (8/8) ddsomur1:0:FF8D69:14:000:Infinite Wands PL4 ddsomur1:0:FF8D6A:14:500:Infinite Wands PL4 (2/4) ddsomur1:0:FF8D6B:14:500:Infinite Wands PL4 (3/4) ddsomur1:0:FF8D6F:14:500:Infinite Wands PL4 (4/4) ddsomur1:0:000000:00:999:[ The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ] ddsomur1:0:000000:00:999:[ the Right Hand (RH) Weapons. The Fighter & Magicuser ] ddsomur1:0:000000:00:999:[ can ONLY use the Left Hand (LH) Weapons. Therefore ] ddsomur1:0:000000:00:999:[ the Fighter is the best option as you can use BOTH! ] ddsomur1:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4 ddsomur1:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4 ddsomur1:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4 ddsomur1:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4 ddsomur1:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4 ddsomur1:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4 ddsomur1:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4 ddsomur1:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4 ddsomur1:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4 ddsomur1:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4 ddsomur1:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4 ddsomur1:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4 ddsomur1:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4 ddsomur1:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4 ddsomur1:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4 ddsomur1:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4 ddsomur1:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4 ddsomur1:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4 ddsomur1:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4 ddsomur1:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4 ddsomur1:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4 ddsomur1:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4 ddsomur1:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4 ddsomur1:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4 ddsomur1:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4 ddsomur1:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4 ddsomur1:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4 ddsomur1:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4 ddsomur1:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4 ddsomur1:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4 ddsomur1:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4 ddsomur1:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4 ddsomur1:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4 ddsomur1:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4 ddsomur1:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4 ddsomur1:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4 ddsomur1:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4 ddsomur1:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4 ddsomur1:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4 ddsomur1:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4 ddsomur1:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4 ddsomur1:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4 ddsomur1:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4 ddsomur1:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4 ddsomur1:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4 ddsomur1:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4 ddsomur1:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4 ddsomur1:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4 ddsomur1:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4 ddsomur1:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4 ddsomur1:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4 ddsomur1:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4 ddsomur1:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4 ddsomur1:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4 ddsomur1:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4 ddsomur1:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4 ddsomur1:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4 ddsomur1:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4 ddsomur1:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4 ddsomur1:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4 ddsomur1:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4 ddsomur1:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4 ddsomur1:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4 ddsomur1:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4 ddsomur1:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4 ddsomur1:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4 ddsomur1:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4 ddsomur1:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4 ddsomur1:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4 ddsomur1:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4 ddsomur1:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4 ddsomur1:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4 ddsomur1:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4 ddsomur1:0:000000:00:999:[ Head Equipment PL4 ] ddsomur1:0:FF8D3E:00:001:Get the Helmet Now! PL4 ddsomur1:0:FF8D3E:01:001:Get the Magical Hat Now! PL4 ddsomur1:0:FF8D3E:02:001:Get the Hood Now! PL4 ddsomur1:0:FF8D3E:03:001:Get the Ciaclet Now! PL4 ddsomur1:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4 ddsomur1:0:FF8D3E:05:001:Get the Tiara Now! PL4 ddsomur1:0:FF8D3E:00:000:Always have the Helmet PL4 ddsomur1:0:FF8D3E:01:000:Always have the Magical Hat PL4 ddsomur1:0:FF8D3E:02:000:Always have the Hood PL4 ddsomur1:0:FF8D3E:03:000:Always have the Ciaclet PL4 ddsomur1:0:FF8D3E:04:000:Always have the Cleric Hat PL4 ddsomur1:0:FF8D3E:05:000:Always have the Tiara PL4 ddsomur1:0:000000:00:999:[ Body Equipment PL4 ] ddsomur1:0:FF8D3F:00:001:Get the Fighter Body Now! PL4 ddsomur1:0:FF8D3F:01:001:Get the Cleric Body Now! PL4 ddsomur1:0:FF8D3F:02:001:Get the Elf Body Now! PL4 ddsomur1:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4 ddsomur1:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4 ddsomur1:0:FF8D3F:05:001:Get the Thief Body Now! PL4 ddsomur1:0:FF8D3F:00:000:Always have the Fighter Body PL4 ddsomur1:0:FF8D3F:01:000:Always have the Cleric Body PL4 ddsomur1:0:FF8D3F:02:000:Always have the Elf Body PL4 ddsomur1:0:FF8D3F:03:000:Always have the Dwarf Body PL4 ddsomur1:0:FF8D3F:04:000:Always have the Magicuser Body PL4 ddsomur1:0:FF8D3F:05:000:Always have the Thief Body PL4 ddsomur1:0:000000:00:999:[ Leg Equipment PL4 ] ddsomur1:0:FF8D40:00:001:Get the Boots of Speed Now! PL4 ddsomur1:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2) ddsomur1:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4 ddsomur1:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2) ddsomur1:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4 ddsomur1:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2) ddsomur1:0:FF8D40:00:000:Always have the Boots of Speed PL4 ddsomur1:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2) ddsomur1:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4 ddsomur1:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2) ddsomur1:0:FF8D40:02:000:Always have the Boots of Levitation PL4 ddsomur1:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2) ddsomur1:0:000000:00:999:[ Arm Equipment PL4 ] ddsomur1:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4 ddsomur1:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4 ddsomur1:0:FF8D41:00:000:Always have the Gauntlet of Power PL4 ddsomur1:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4 ddsomur1:0:000000:00:999:[ Shield Equipment PL4 ] ddsomur1:0:FF8D42:00:001:Get the Normal Shield Now! PL4 ddsomur1:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4 ddsomur1:0:FF8D42:04:001:Get the Dragon Shield Now! PL4 ddsomur1:0:FF8D42:05:001:Get the Frame Shield Now! PL4 ddsomur1:0:FF8D42:06:001:Get the Ice Shield Now! PL4 ddsomur1:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4 ddsomur1:0:FF8D42:00:000:Always have the Normal Shield PL4 ddsomur1:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4 ddsomur1:0:FF8D42:04:000:Always have the Dragon Shield PL4 ddsomur1:0:FF8D42:05:000:Always have the Frame Shield PL4 ddsomur1:0:FF8D42:06:000:Always have the Ice Shield PL4 ddsomur1:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4 ddsomur1:0:000000:00:999:[ Hand Equipment PL4 ] ddsomur1:0:FF8D43:00:001:Get the Ring of Protection Now! PL4 ddsomur1:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2) ddsomur1:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4 ddsomur1:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2) ddsomur1:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4 ddsomur1:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2) ddsomur1:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4 ddsomur1:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2) ddsomur1:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4 ddsomur1:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2) ddsomur1:0:FF8D43:05:001:Get the Rod of Cold Now! PL4 ddsomur1:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2) ddsomur1:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4 ddsomur1:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2) ddsomur1:0:FF8D43:00:000:Always have the Ring of Protection PL4 ddsomur1:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2) ddsomur1:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4 ddsomur1:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2) ddsomur1:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4 ddsomur1:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2) ddsomur1:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4 ddsomur1:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2) ddsomur1:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4 ddsomur1:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2) ddsomur1:0:FF8D43:05:000:Always have the Rod of Cold PL4 ddsomur1:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2) ddsomur1:0:FF8D43:06:000:Always have the Rod of Lightning PL4 ddsomur1:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2) ddsomur1:0:000000:00:999:[ Accessory Equipment PL4 ] ddsomur1:0:FF8D44:00:001:Get the Necklace Now! PL4 ddsomur1:0:FF8D44:01:001:Get the Orb Now! PL4 ddsomur1:0:FF8D44:02:001:Get the Bracelet Now! PL4 ddsomur1:0:FF8D44:03:001:Get the Brooch Now! PL4 ddsomur1:0:FF8D44:04:001:Get the Earring Now! PL4 ddsomur1:0:FF8D44:05:001:Get the Anklet Now! PL4 ddsomur1:0:FF8D44:00:000:Always have the Necklace PL4 ddsomur1:0:FF8D44:01:000:Always have the Orb PL4 ddsomur1:0:FF8D44:02:000:Always have the Bracelet PL4 ddsomur1:0:FF8D44:03:000:Always have the Brooch PL4 ddsomur1:0:FF8D44:04:000:Always have the Earring PL4 ddsomur1:0:FF8D44:05:000:Always have the Anklet PL4 ddsomur1:0:000000:00:999:[ Special Equipment PL4 ] ddsomur1:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4 ddsomur1:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4 ddsomur1:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4 ddsomur1:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4 ddsomur1:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4 ddsomur1:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4 ddsomur1:0:FF8D45:06:001:Get the ???1 Now! PL4 ddsomur1:0:FF8D45:07:001:Get the ???2 Now! PL4 ddsomur1:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4 ddsomur1:0:FF8D45:09:001:Get the Medal Now! PL4 ddsomur1:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4 ddsomur1:0:FF8D45:00:000:Always have the Eye of Beholder PL4 ddsomur1:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4 ddsomur1:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4 ddsomur1:0:FF8D45:03:000:Always have the Scale of Dragon PL4 ddsomur1:0:FF8D45:04:000:Always have the Skin of Manticore PL4 ddsomur1:0:FF8D45:05:000:Always have the Egg of Owlbear PL4 ddsomur1:0:FF8D45:06:000:Always have the ???1 PL4 ddsomur1:0:FF8D45:07:000:Always have the ???2 PL4 ddsomur1:0:FF8D45:08:000:Always have the Horn of Dragon PL4 ddsomur1:0:FF8D45:09:000:Always have the Medal PL4 ddsomur1:0:FF8D45:10:000:Always have the Displacer Cloak PL4 ddsomur1:0:000000:00:999:[ Ultimate Magic "Final Strike" Now! Only for use when ] ddsomur1:0:000000:00:999:[ playing with 3 or 4 Players. Player 1 should select ] ddsomur1:0:000000:00:999:[ the character Magicuser. ] ddsomur1:0:FF8641:9A:000:Infinite Final Strike! ddsomur1:0:FF86EC:21:500:Infinite Final Strike! (2/9) ddsomur1:0:FF86EE:01:500:Infinite Final Strike! (2/9) ddsomur1:0:FF8841:9A:500:Infinite Final Strike! (2/9) ddsomur1:0:FF88EE:01:500:Infinite Final Strike! (2/9) ddsomur1:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomur1:0:FF8AEE:01:500:Infinite Final Strike! (2/9) ddsomur1:0:FF8A41:9A:500:Infinite Final Strike! (2/9) ddsomur1:0:FF8CEE:01:500:Infinite Final Strike! (2/9) ddsomur1:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max ddsomur1:0:000000:00:999:[ These are the codes to set the machine region - the ] ddsomur1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ddsomur1:0:000000:00:999:[ - ON or before the ROM check screen!! ] ddsomur1:0:FF8071:00:000:Region Switch = Japan ddsomur1:0:FF8071:02:000:Region Switch = USA ddsomur1:0:FF8071:04:000:Region Switch = Hispanic ddsomur1:0:FF8071:06:000:Region Switch = Asia ddsomur1:0:FF8071:08:000:Region Switch = Euro ddsomur1:0:FF8071:0A:000:Region Switch = Brazil ; [ Dungeons & Dragons: Tower of Doom (Euro 940412) ] ddtod:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtod:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtod:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtod:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtod:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtod:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtod:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtod:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtod:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtod:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtod:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtod:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtod:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtod:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtod:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtod:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtod:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtod:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtod:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtod:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtod:0:FF8819:A0:000:Infinite Energy PL2 ddtod:0:FF884E:09:000:Infinite Gold PL2 ddtod:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtod:0:FF84E8:09:000:Infinite Dagger PL2 ddtod:0:FF84E9:09:000:Infinite Hammer PL2 ddtod:0:FF84EA:09:000:Infinite Arrows PL2 ddtod:0:FF84EB:09:000:Infinite Oil PL2 ddtod:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtod:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtod:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtod:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtod:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtod:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtod:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtod:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtod:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtod:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtod:0:FF8919:A0:000:Infinite Energy PL3 ddtod:0:FF894E:09:000:Infinite Gold PL3 ddtod:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtod:0:FF8528:09:000:Infinite Dagger PL3 ddtod:0:FF8529:09:000:Infinite Hammer PL3 ddtod:0:FF852A:09:000:Infinite Arrows PL3 ddtod:0:FF852B:09:000:Infinite Oil PL3 ddtod:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtod:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtod:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtod:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtod:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtod:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtod:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtod:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtod:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtod:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtod:0:FF8A19:A0:000:Infinite Energy PL4 ddtod:0:FF8A4E:09:000:Infinite Gold PL4 ddtod:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtod:0:FF8568:09:000:Infinite Dagger PL4 ddtod:0:FF8569:09:000:Infinite Hammer PL4 ddtod:0:FF856A:09:000:Infinite Arrows PL4 ddtod:0:FF856B:09:000:Infinite Oil PL4 ddtod:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtod:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtod:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtod:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtod:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtod:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtod:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtod:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtod:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtod:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dungeons & Dragons: Tower of Doom (Asia 940113) ] ddtoda:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtoda:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtoda:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtoda:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtoda:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtoda:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtoda:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtoda:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtoda:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtoda:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtoda:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtoda:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtoda:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtoda:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtoda:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtoda:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtoda:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtoda:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtoda:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtoda:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtoda:0:FF8819:A0:000:Infinite Energy PL2 ddtoda:0:FF884E:09:000:Infinite Gold PL2 ddtoda:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtoda:0:FF84E8:09:000:Infinite Dagger PL2 ddtoda:0:FF84E9:09:000:Infinite Hammer PL2 ddtoda:0:FF84EA:09:000:Infinite Arrows PL2 ddtoda:0:FF84EB:09:000:Infinite Oil PL2 ddtoda:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtoda:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtoda:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtoda:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtoda:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtoda:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtoda:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtoda:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtoda:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtoda:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtoda:0:FF8919:A0:000:Infinite Energy PL3 ddtoda:0:FF894E:09:000:Infinite Gold PL3 ddtoda:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtoda:0:FF8528:09:000:Infinite Dagger PL3 ddtoda:0:FF8529:09:000:Infinite Hammer PL3 ddtoda:0:FF852A:09:000:Infinite Arrows PL3 ddtoda:0:FF852B:09:000:Infinite Oil PL3 ddtoda:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtoda:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtoda:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtoda:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtoda:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtoda:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtoda:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtoda:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtoda:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtoda:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtoda:0:FF8A19:A0:000:Infinite Energy PL4 ddtoda:0:FF8A4E:09:000:Infinite Gold PL4 ddtoda:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtoda:0:FF8568:09:000:Infinite Dagger PL4 ddtoda:0:FF8569:09:000:Infinite Hammer PL4 ddtoda:0:FF856A:09:000:Infinite Arrows PL4 ddtoda:0:FF856B:09:000:Infinite Oil PL4 ddtoda:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtoda:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtoda:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtoda:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtoda:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtoda:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtoda:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtoda:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtoda:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtoda:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dungeons & Dragons: Tower of Doom (Hispanic 940125) ] ddtodh:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtodh:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtodh:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtodh:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtodh:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtodh:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtodh:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtodh:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtodh:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtodh:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtodh:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtodh:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtodh:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtodh:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtodh:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtodh:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtodh:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtodh:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtodh:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtodh:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtodh:0:FF8819:A0:000:Infinite Energy PL2 ddtodh:0:FF884E:09:000:Infinite Gold PL2 ddtodh:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtodh:0:FF84E8:09:000:Infinite Dagger PL2 ddtodh:0:FF84E9:09:000:Infinite Hammer PL2 ddtodh:0:FF84EA:09:000:Infinite Arrows PL2 ddtodh:0:FF84EB:09:000:Infinite Oil PL2 ddtodh:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtodh:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtodh:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtodh:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtodh:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtodh:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtodh:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtodh:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtodh:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtodh:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtodh:0:FF8919:A0:000:Infinite Energy PL3 ddtodh:0:FF894E:09:000:Infinite Gold PL3 ddtodh:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtodh:0:FF8528:09:000:Infinite Dagger PL3 ddtodh:0:FF8529:09:000:Infinite Hammer PL3 ddtodh:0:FF852A:09:000:Infinite Arrows PL3 ddtodh:0:FF852B:09:000:Infinite Oil PL3 ddtodh:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtodh:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtodh:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtodh:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtodh:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtodh:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtodh:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtodh:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtodh:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtodh:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtodh:0:FF8A19:A0:000:Infinite Energy PL4 ddtodh:0:FF8A4E:09:000:Infinite Gold PL4 ddtodh:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtodh:0:FF8568:09:000:Infinite Dagger PL4 ddtodh:0:FF8569:09:000:Infinite Hammer PL4 ddtodh:0:FF856A:09:000:Infinite Arrows PL4 ddtodh:0:FF856B:09:000:Infinite Oil PL4 ddtodh:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtodh:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtodh:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtodh:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtodh:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtodh:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtodh:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtodh:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtodh:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtodh:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dungeons & Dragons: Tower of Doom (Japan 940125) ] ddtodj:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtodj:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtodj:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtodj:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtodj:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtodj:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtodj:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtodj:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtodj:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtodj:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtodj:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtodj:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtodj:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtodj:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtodj:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtodj:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtodj:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtodj:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtodj:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtodj:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtodj:0:FF8819:A0:000:Infinite Energy PL2 ddtodj:0:FF884E:09:000:Infinite Gold PL2 ddtodj:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtodj:0:FF84E8:09:000:Infinite Dagger PL2 ddtodj:0:FF84E9:09:000:Infinite Hammer PL2 ddtodj:0:FF84EA:09:000:Infinite Arrows PL2 ddtodj:0:FF84EB:09:000:Infinite Oil PL2 ddtodj:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtodj:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtodj:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtodj:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtodj:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtodj:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtodj:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtodj:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtodj:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtodj:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtodj:0:FF8919:A0:000:Infinite Energy PL3 ddtodj:0:FF894E:09:000:Infinite Gold PL3 ddtodj:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtodj:0:FF8528:09:000:Infinite Dagger PL3 ddtodj:0:FF8529:09:000:Infinite Hammer PL3 ddtodj:0:FF852A:09:000:Infinite Arrows PL3 ddtodj:0:FF852B:09:000:Infinite Oil PL3 ddtodj:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtodj:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtodj:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtodj:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtodj:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtodj:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtodj:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtodj:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtodj:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtodj:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtodj:0:FF8A19:A0:000:Infinite Energy PL4 ddtodj:0:FF8A4E:09:000:Infinite Gold PL4 ddtodj:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtodj:0:FF8568:09:000:Infinite Dagger PL4 ddtodj:0:FF8569:09:000:Infinite Hammer PL4 ddtodj:0:FF856A:09:000:Infinite Arrows PL4 ddtodj:0:FF856B:09:000:Infinite Oil PL4 ddtodj:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtodj:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtodj:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtodj:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtodj:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtodj:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtodj:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtodj:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtodj:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtodj:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dungeons & Dragons: Tower of Doom (Japan 940113) ] ddtodjr1:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtodjr1:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtodjr1:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtodjr1:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtodjr1:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtodjr1:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtodjr1:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtodjr1:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtodjr1:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtodjr1:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtodjr1:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtodjr1:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtodjr1:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtodjr1:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtodjr1:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtodjr1:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtodjr1:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtodjr1:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtodjr1:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtodjr1:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtodjr1:0:FF8819:A0:000:Infinite Energy PL2 ddtodjr1:0:FF884E:09:000:Infinite Gold PL2 ddtodjr1:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtodjr1:0:FF84E8:09:000:Infinite Dagger PL2 ddtodjr1:0:FF84E9:09:000:Infinite Hammer PL2 ddtodjr1:0:FF84EA:09:000:Infinite Arrows PL2 ddtodjr1:0:FF84EB:09:000:Infinite Oil PL2 ddtodjr1:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtodjr1:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtodjr1:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtodjr1:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtodjr1:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtodjr1:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtodjr1:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtodjr1:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtodjr1:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtodjr1:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtodjr1:0:FF8919:A0:000:Infinite Energy PL3 ddtodjr1:0:FF894E:09:000:Infinite Gold PL3 ddtodjr1:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtodjr1:0:FF8528:09:000:Infinite Dagger PL3 ddtodjr1:0:FF8529:09:000:Infinite Hammer PL3 ddtodjr1:0:FF852A:09:000:Infinite Arrows PL3 ddtodjr1:0:FF852B:09:000:Infinite Oil PL3 ddtodjr1:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtodjr1:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtodjr1:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtodjr1:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtodjr1:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtodjr1:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtodjr1:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtodjr1:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtodjr1:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtodjr1:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtodjr1:0:FF8A19:A0:000:Infinite Energy PL4 ddtodjr1:0:FF8A4E:09:000:Infinite Gold PL4 ddtodjr1:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtodjr1:0:FF8568:09:000:Infinite Dagger PL4 ddtodjr1:0:FF8569:09:000:Infinite Hammer PL4 ddtodjr1:0:FF856A:09:000:Infinite Arrows PL4 ddtodjr1:0:FF856B:09:000:Infinite Oil PL4 ddtodjr1:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtodjr1:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtodjr1:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtodjr1:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtodjr1:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtodjr1:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtodjr1:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtodjr1:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtodjr1:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtodjr1:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dungeons & Dragons: Tower of Doom (Euro 940113) ] ddtodr1:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtodr1:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtodr1:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtodr1:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtodr1:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtodr1:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtodr1:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtodr1:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtodr1:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtodr1:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtodr1:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtodr1:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtodr1:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtodr1:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtodr1:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtodr1:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtodr1:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtodr1:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtodr1:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtodr1:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtodr1:0:FF8819:A0:000:Infinite Energy PL2 ddtodr1:0:FF884E:09:000:Infinite Gold PL2 ddtodr1:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtodr1:0:FF84E8:09:000:Infinite Dagger PL2 ddtodr1:0:FF84E9:09:000:Infinite Hammer PL2 ddtodr1:0:FF84EA:09:000:Infinite Arrows PL2 ddtodr1:0:FF84EB:09:000:Infinite Oil PL2 ddtodr1:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtodr1:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtodr1:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtodr1:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtodr1:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtodr1:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtodr1:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtodr1:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtodr1:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtodr1:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtodr1:0:FF8919:A0:000:Infinite Energy PL3 ddtodr1:0:FF894E:09:000:Infinite Gold PL3 ddtodr1:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtodr1:0:FF8528:09:000:Infinite Dagger PL3 ddtodr1:0:FF8529:09:000:Infinite Hammer PL3 ddtodr1:0:FF852A:09:000:Infinite Arrows PL3 ddtodr1:0:FF852B:09:000:Infinite Oil PL3 ddtodr1:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtodr1:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtodr1:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtodr1:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtodr1:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtodr1:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtodr1:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtodr1:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtodr1:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtodr1:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtodr1:0:FF8A19:A0:000:Infinite Energy PL4 ddtodr1:0:FF8A4E:09:000:Infinite Gold PL4 ddtodr1:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtodr1:0:FF8568:09:000:Infinite Dagger PL4 ddtodr1:0:FF8569:09:000:Infinite Hammer PL4 ddtodr1:0:FF856A:09:000:Infinite Arrows PL4 ddtodr1:0:FF856B:09:000:Infinite Oil PL4 ddtodr1:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtodr1:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtodr1:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtodr1:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtodr1:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtodr1:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtodr1:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtodr1:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtodr1:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtodr1:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dungeons & Dragons: Tower of Doom (US 940125) ] ddtodu:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtodu:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtodu:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtodu:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtodu:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtodu:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtodu:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtodu:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtodu:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtodu:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtodu:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtodu:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtodu:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtodu:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtodu:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtodu:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtodu:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtodu:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtodu:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtodu:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtodu:0:FF8819:A0:000:Infinite Energy PL2 ddtodu:0:FF884E:09:000:Infinite Gold PL2 ddtodu:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtodu:0:FF84E8:09:000:Infinite Dagger PL2 ddtodu:0:FF84E9:09:000:Infinite Hammer PL2 ddtodu:0:FF84EA:09:000:Infinite Arrows PL2 ddtodu:0:FF84EB:09:000:Infinite Oil PL2 ddtodu:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtodu:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtodu:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtodu:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtodu:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtodu:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtodu:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtodu:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtodu:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtodu:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtodu:0:FF8919:A0:000:Infinite Energy PL3 ddtodu:0:FF894E:09:000:Infinite Gold PL3 ddtodu:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtodu:0:FF8528:09:000:Infinite Dagger PL3 ddtodu:0:FF8529:09:000:Infinite Hammer PL3 ddtodu:0:FF852A:09:000:Infinite Arrows PL3 ddtodu:0:FF852B:09:000:Infinite Oil PL3 ddtodu:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtodu:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtodu:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtodu:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtodu:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtodu:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtodu:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtodu:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtodu:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtodu:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtodu:0:FF8A19:A0:000:Infinite Energy PL4 ddtodu:0:FF8A4E:09:000:Infinite Gold PL4 ddtodu:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtodu:0:FF8568:09:000:Infinite Dagger PL4 ddtodu:0:FF8569:09:000:Infinite Hammer PL4 ddtodu:0:FF856A:09:000:Infinite Arrows PL4 ddtodu:0:FF856B:09:000:Infinite Oil PL4 ddtodu:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtodu:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtodu:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtodu:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtodu:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtodu:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtodu:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtodu:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtodu:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtodu:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dungeons & Dragons: Tower of Doom (US 940113) ] ddtodur1:0:000000:00:999:[ Note there are different cheats for different characters. ] ddtodur1:0:000000:00:999:[ Cheats with 'ALL' work for ALL characters for that Player ] ddtodur1:0:000000:00:999:[ You MUST pick up the weapon before you can use it!! ] ddtodur1:0:FF8719:A0:000:Infinite Energy 'ALL' PL1 ddtodur1:0:FF874E:09:000:Infinite Gold 'ALL' PL1 ddtodur1:0:FF874F:99:500:Infinite Gold 'ALL' PL1 (2/2) ddtodur1:0:FF84A8:09:000:Infinite Dagger 'ALL' PL1 ddtodur1:0:FF84A9:09:000:Infinite Hammer 'ALL' PL1 ddtodur1:0:FF84AA:09:000:Infinite Arrows 'ALL' PL1 ddtodur1:0:FF84AB:09:000:Infinite Oil 'ALL' PL1 ddtodur1:0:FF84AC:09:000:Infinite Ring MM 'ALL' PL1 ddtodur1:0:FF84AE:09:000:Infinite Ring FB 'ALL' PL1 ddtodur1:0:FF84AF:09:000:Infinite Ring LB 'ALL' PL1 ddtodur1:0:FF84B1:09:000:Infinite Ring CL 'ALL' PL1 ddtodur1:0:FF84B8:09:000:Infinite Magic Missile 'ELF' PL1 ddtodur1:0:FF84B9:09:000:Infinite Invisibility 'ELF' PL1 ddtodur1:0:FF84BA:09:000:Infinite Fireball 'ELF' PL1 ddtodur1:0:FF84B4:09:000:Infinite Hold Person 'CLERIC' PL1 ddtodur1:0:FF84B5:09:000:Infinite Cont. Light 'CLERIC' PL1 ddtodur1:0:FF84BF:09:000:Infinite Striking 'CLERIC' PL1 ddtodur1:0:FF8819:A0:000:Infinite Energy PL2 ddtodur1:0:FF884E:09:000:Infinite Gold PL2 ddtodur1:0:FF884F:99:500:Infinite Gold PL2 (2/2) ddtodur1:0:FF84E8:09:000:Infinite Dagger PL2 ddtodur1:0:FF84E9:09:000:Infinite Hammer PL2 ddtodur1:0:FF84EA:09:000:Infinite Arrows PL2 ddtodur1:0:FF84EB:09:000:Infinite Oil PL2 ddtodur1:0:FF84EC:09:000:Infinite Ring MM 'ALL' PL2 ddtodur1:0:FF84EE:09:000:Infinite Ring FB 'ALL' PL2 ddtodur1:0:FF84EF:09:000:Infinite Ring LB 'ALL' PL2 ddtodur1:0:FF84F1:09:000:Infinite Ring CL 'ALL' PL2 ddtodur1:0:FF84F8:09:000:Infinite Magic Missile 'ELF' PL2 ddtodur1:0:FF84F9:09:000:Infinite Invisibility 'ELF' PL2 ddtodur1:0:FF84FA:09:000:Infinite Fireball 'ELF' PL2 ddtodur1:0:FF84F4:09:000:Infinite Hold Person 'CLERIC' PL2 ddtodur1:0:FF84F5:09:000:Infinite Cont. Light 'CLERIC' PL2 ddtodur1:0:FF84FF:09:000:Infinite Striking 'CLERIC' PL2 ddtodur1:0:FF8919:A0:000:Infinite Energy PL3 ddtodur1:0:FF894E:09:000:Infinite Gold PL3 ddtodur1:0:FF894F:99:500:Infinite Gold PL3 (2/2) ddtodur1:0:FF8528:09:000:Infinite Dagger PL3 ddtodur1:0:FF8529:09:000:Infinite Hammer PL3 ddtodur1:0:FF852A:09:000:Infinite Arrows PL3 ddtodur1:0:FF852B:09:000:Infinite Oil PL3 ddtodur1:0:FF852C:09:000:Infinite Ring MM 'ALL' PL3 ddtodur1:0:FF852E:09:000:Infinite Ring FB 'ALL' PL3 ddtodur1:0:FF852F:09:000:Infinite Ring LB 'ALL' PL3 ddtodur1:0:FF8531:09:000:Infinite Ring CL 'ALL' PL3 ddtodur1:0:FF8538:09:000:Infinite Magic Missile 'ELF' PL3 ddtodur1:0:FF8539:09:000:Infinite Invisibility 'ELF' PL3 ddtodur1:0:FF853A:09:000:Infinite Fireball 'ELF' PL3 ddtodur1:0:FF8534:09:000:Infinite Hold Person 'CLERIC' PL3 ddtodur1:0:FF8535:09:000:Infinite Cont. Light 'CLERIC' PL3 ddtodur1:0:FF853F:09:000:Infinite Striking 'CLERIC' PL3 ddtodur1:0:FF8A19:A0:000:Infinite Energy PL4 ddtodur1:0:FF8A4E:09:000:Infinite Gold PL4 ddtodur1:0:FF8A4F:99:500:Infinite Gold PL4 (2/2) ddtodur1:0:FF8568:09:000:Infinite Dagger PL4 ddtodur1:0:FF8569:09:000:Infinite Hammer PL4 ddtodur1:0:FF856A:09:000:Infinite Arrows PL4 ddtodur1:0:FF856B:09:000:Infinite Oil PL4 ddtodur1:0:FF856C:09:000:Infinite Ring MM 'ALL' PL4 ddtodur1:0:FF856E:09:000:Infinite Ring FB 'ALL' PL4 ddtodur1:0:FF856F:09:000:Infinite Ring LB 'ALL' PL4 ddtodur1:0:FF8571:09:000:Infinite Ring CL 'ALL' PL4 ddtodur1:0:FF8578:09:000:Infinite Magic Missile 'ELF' PL4 ddtodur1:0:FF8579:09:000:Infinite Invisibility 'ELF' PL4 ddtodur1:0:FF857A:09:000:Infinite Fireball 'ELF' PL4 ddtodur1:0:FF8574:09:000:Infinite Hold Person 'CLERIC' PL4 ddtodur1:0:FF8575:09:000:Infinite Cont. Light 'CLERIC' PL4 ddtodur1:0:FF857F:09:000:Infinite Striking 'CLERIC' PL4 ; [ Dangerous Dungeons ] ddungeon:0:08C4:10:000:No Objects Ever Needed ddungeon:0:08C5:10:500:No Objects Ever Needed (2/2) ddungeon:0:08BE:04:000:Infinite Lives PL1 :ddungeon:000000E0:08C2:000000FA:FFFFFFFF:Infinite Energy PL1 ddungeon:0:08C0:04:000:Infinite Bombs PL1 ddungeon:0:08BF:04:000:Infinite Lives PL2 :ddungeon:000000E0:08C3:000000FA:FFFFFFFF:Infinite Energy PL2 ddungeon:0:08C1:04:000:Infinite Bombs PL2 ; [ Dynamite Dux (set 2, FD1094 317-0096) ] ddux:0:FFD493:99:000:Infinite Bonus Time ddux:0:FFDA01:0B:000:Infinite Ammo ddux:0:FFDA77:0B:500:Infinite Ammo (2/4) ddux:0:FFDAED:0B:500:Infinite Ammo (3/4) ddux:0:FFD98B:31:500:Infinite Ammo (4/4) ddux:0:FFD435:09:000:Infinite Lives PL1 ddux:0:FFD471:1C:000:Infinite Energy PL1 ddux:0:FFD471:01:001:1 hit to lose Now! PL1:Use it in the bonus stage if you control PL2 ddux:0:FFD75F:78:000:Invincibility 'ON' PL1:Doesn't work against water spouts though! ddux:0:FFD75F:01:001:Invincibility 'OFF' PL1 ddux:0:FFD437:09:000:Infinite Lives PL2 ddux:0:FFD475:1C:000:Infinite Energy PL2 ddux:0:FFD475:01:001:1 hit to lose Now! PL2:Use it in the bonus stage if you control PL1 ddux:0:FFD86D:78:000:Invincibility 'ON' PL2:Doesn't work against water spouts though! ddux:0:FFD86D:01:001:Invincibility 'OFF' PL2 ; [ Dynamite Dux (set 1, 8751 317-0095) ] ddux1:0:FFD493:99:000:Infinite Bonus Time ddux1:0:FFDA01:0B:000:Infinite Ammo ddux1:0:FFDA77:0B:500:Infinite Ammo (2/4) ddux1:0:FFDAED:0B:500:Infinite Ammo (3/4) ddux1:0:FFD98B:31:500:Infinite Ammo (4/4) ddux1:0:FFD435:09:000:Infinite Lives PL1 ddux1:0:FFD471:1C:000:Infinite Energy PL1 ddux1:0:FFD471:01:001:1 hit to lose Now! PL1:Use it in the bonus stage if you control PL2 ddux1:0:FFD75F:78:000:Invincibility 'ON' PL1:Doesn't work against water spouts though! ddux1:0:FFD75F:01:001:Invincibility 'OFF' PL1 ddux1:0:FFD437:09:000:Infinite Lives PL2 ddux1:0:FFD475:1C:000:Infinite Energy PL2 ddux1:0:FFD475:01:001:1 hit to lose Now! PL2:Use it in the bonus stage if you control PL1 ddux1:0:FFD86D:78:000:Invincibility 'ON' PL2:Doesn't work against water spouts though! ddux1:0:FFD86D:01:001:Invincibility 'OFF' PL2 ; [ Dynamite Dux (bootleg) ] dduxbl:0:FFD493:99:000:Infinite Bonus Time dduxbl:0:FFDA01:0B:000:Infinite Ammo dduxbl:0:FFDA77:0B:500:Infinite Ammo (2/4) dduxbl:0:FFDAED:0B:500:Infinite Ammo (3/4) dduxbl:0:FFD98B:31:500:Infinite Ammo (4/4) dduxbl:0:FFD435:09:000:Infinite Lives PL1 dduxbl:0:FFD471:1C:000:Infinite Energy PL1 dduxbl:0:FFD471:01:001:1 hit to lose Now! PL1:Use it in the bonus stage if you control PL2 dduxbl:0:FFD75F:78:000:Invincibility 'ON' PL1:Doesn't work against water spouts though! dduxbl:0:FFD75F:01:001:Invincibility 'OFF' PL1 dduxbl:0:FFD437:09:000:Infinite Lives PL2 dduxbl:0:FFD475:1C:000:Infinite Energy PL2 dduxbl:0:FFD475:01:001:1 hit to lose Now! PL2:Use it in the bonus stage if you control PL1 dduxbl:0:FFD86D:78:000:Invincibility 'ON' PL2:Doesn't work against water spouts though! dduxbl:0:FFD86D:01:001:Invincibility 'OFF' PL2 ; [ Dead Angle ] deadang:0:0153E:3B:000:Infinite Time deadang:0:0153C:09:500:Infinite Time (2/2) :deadang:00000000:01408:00000064:FFFFFFFF:Infinite Lives PL1 :deadang:00000000:0140A:000000B4:FFFFFFFF:Infinite Energy PL1 :deadang:00100000:01410:00007FFF:FFFFFFFF:Infinite Grenades PL1 :deadang:00100000:0140E:00007FFF:FFFFFFFF:Infinite Ammo PL1 :deadang:00000000:01422:00000064:FFFFFFFF:Infinite Lives PL2 :deadang:00000000:01424:000000B4:FFFFFFFF:Infinite Energy PL2 :deadang:00100000:0142A:00007FFF:FFFFFFFF:Infinite Grenades PL2 :deadang:00100000:01428:00007FFF:FFFFFFFF:Infinite Ammo PL2 ; [ Dead Connection (Japan) ] deadconj:0:102911:65:000:Infinite Time deadconj:0:102A2F:00:001:Finish this Round Now! deadconj:0:102A2F:FF:070:Select number of enemies left Now! deadconj:0:1035E2:0C:000:Infinite Energy PL1 deadconj:0:103612:03:000:Invincibility PL1 deadconj:0:103607:00:000:Always have the Automatic PL1 deadconj:0:103607:01:000:Always have the Revolver PL1 deadconj:0:103607:02:000:Always have the Shotgun PL1 deadconj:0:103607:03:000:Always have the Machine Gun PL1 deadconj:0:103607:00:001:Get the Automatic Now! PL1 deadconj:0:103607:01:001:Get the Revolver Now! PL1 deadconj:0:103607:02:001:Get the Shotgun Now! PL1 deadconj:0:103607:03:001:Get the Machine Gun Now! PL1 deadconj:0:103674:0C:000:Infinite Energy PL2 deadconj:0:1036A4:03:000:Invincibility PL2 deadconj:0:103699:00:000:Always have the Automatic PL2 deadconj:0:103699:01:000:Always have the Revolver PL2 deadconj:0:103699:02:000:Always have the Shotgun PL2 deadconj:0:103699:03:000:Always have the Machine Gun PL2 deadconj:0:103699:00:001:Get the Automatic Now! PL2 deadconj:0:103699:01:001:Get the Revolver Now! PL2 deadconj:0:103699:02:001:Get the Shotgun Now! PL2 deadconj:0:103699:03:001:Get the Machine Gun Now! PL2 ; [ Dead Connection (World) ] deadconx:0:102911:65:000:Infinite Time deadconx:0:102A2F:00:001:Finish this Round Now! deadconx:0:102A2F:FF:070:Select number of enemies left Now! deadconx:0:1035E2:0C:000:Infinite Energy PL1 deadconx:0:103612:03:000:Invincibility PL1 deadconx:0:103607:00:000:Always have the Automatic PL1 deadconx:0:103607:01:000:Always have the Revolver PL1 deadconx:0:103607:02:000:Always have the Shotgun PL1 deadconx:0:103607:03:000:Always have the Machine Gun PL1 deadconx:0:103607:00:001:Get the Automatic Now! PL1 deadconx:0:103607:01:001:Get the Revolver Now! PL1 deadconx:0:103607:02:001:Get the Shotgun Now! PL1 deadconx:0:103607:03:001:Get the Machine Gun Now! PL1 deadconx:0:103674:0C:000:Infinite Energy PL2 deadconx:0:1036A4:03:000:Invincibility PL2 deadconx:0:103699:00:000:Always have the Automatic PL2 deadconx:0:103699:01:000:Always have the Revolver PL2 deadconx:0:103699:02:000:Always have the Shotgun PL2 deadconx:0:103699:03:000:Always have the Machine Gun PL2 deadconx:0:103699:00:001:Get the Automatic Now! PL2 deadconx:0:103699:01:001:Get the Revolver Now! PL2 deadconx:0:103699:02:001:Get the Shotgun Now! PL2 deadconx:0:103699:03:001:Get the Machine Gun Now! PL2 ; [ Dead Eye ] deadeye:0:0E3A:02:000:Infinite Lives ; [ Dealer, The ] dealer:0:0000:00:999:[ There are no cheats ]:REASON 1 dealer:0:0000:00:999:[ for this game as it ]:REASON 1 dealer:0:0000:00:999:[ didn't work the last ]:REASON 1 dealer:0:0000:00:999:[ time it was tested. ]:REASON 1 dealer:0:0000:00:999:[ If the game now works ]:REASON 1 dealer:0:0000:00:999:[ please request cheats ]:REASON 1 dealer:0:0000:00:999:[ for it on the cheat ]:REASON 1 dealer:0:0000:00:999:[ forums. ]:REASON 1 ; [ Death Brade (Japan Rev 2, JM-3) ] deathbrd:0:10012F:99:000:Infinite Time deathbrd:0:100332:00:001:Drain All CPU's Energy Now! deathbrd:0:100333:00:501:Drain All CPU's Energy Now! (2/4) deathbrd:0:100334:00:501:Drain All CPU's Energy Now! (3/4) deathbrd:0:100335:00:501:Drain All CPU's Energy Now! (4/4) deathbrd:0:1001F2:02:000:Infinite Energy PL1 deathbrd:0:1001F3:00:500:Infinite Energy PL1 (2/4) deathbrd:0:1001F4:02:500:Infinite Energy PL1 (3/4) deathbrd:0:1001F5:00:500:Infinite Energy PL1 (4/4) deathbrd:0:1001F2:00:001:Drain All Energy Now! PL1 deathbrd:0:1001F3:00:501:Drain All Energy Now! PL1 (2/4) deathbrd:0:1001F4:00:501:Drain All Energy Now! PL1 (3/4) deathbrd:0:1001F5:00:501:Drain All Energy Now! PL1 (4/4) deathbrd:0:100292:02:000:Infinite Energy PL2 deathbrd:0:100293:00:500:Infinite Energy PL2 (2/4) deathbrd:0:100294:02:500:Infinite Energy PL2 (3/4) deathbrd:0:100295:00:500:Infinite Energy PL2 (4/4) deathbrd:0:100292:00:001:Drain All Energy Now! PL2 deathbrd:0:100293:00:501:Drain All Energy Now! PL2 (2/4) deathbrd:0:100294:00:501:Drain All Energy Now! PL2 (3/4) deathbrd:0:100295:00:501:Drain All Energy Now! PL2 (4/4) ; [ Decathlete (JUET 960424 V1.000) ] decathlt:0:0000:00:999:[ There are no cheats ]:REASON 1 decathlt:0:0000:00:999:[ for this game as it ]:REASON 1 decathlt:0:0000:00:999:[ didn't work the last ]:REASON 1 decathlt:0:0000:00:999:[ time it was tested. ]:REASON 1 decathlt:0:0000:00:999:[ If the game now works ]:REASON 1 decathlt:0:0000:00:999:[ please request cheats ]:REASON 1 decathlt:0:0000:00:999:[ for it on the cheat ]:REASON 1 decathlt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Defense Command (set 1) ] defcmnd:0:A037:99:000:Infinite Credits defcmnd:0:E8A4:00:100:Invincibility defcmnd:0:E8AB:20:600:Invincibility (2/2) defcmnd:0:A0BA:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed. defcmnd:0:A1A1:05:000:Infinite Lives PL1 defcmnd:0:A1A3:04:000:Infinite Smart Bombs PL1 defcmnd:0:A1A2:63:072:Select Current Attack Wave PL1 defcmnd:0:A1A2:63:062:Select Next Attack Wave PL1 defcmnd:0:A1DE:05:000:Infinite Lives PL2 defcmnd:0:A1E0:04:000:Infinite Smart Bombs PL2 defcmnd:0:A1DF:63:072:Select Current Attack Wave PL2 defcmnd:0:A1DF:63:062:Select Next Attack Wave PL2 ; [ Defence Command ] defence:0:A037:99:000:Infinite Credits defence:0:E861:00:100:Invincibility defence:0:E868:20:600:Invincibility (2/2) defence:0:A0F7:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed. defence:0:A1DE:05:000:Infinite Lives PL1 defence:0:A1E0:04:000:Infinite Smart Bombs PL1 defence:0:A1DF:63:072:Select Current Attack Wave PL1 defence:0:A1DF:63:062:Select Next Attack Wave PL1 defence:0:A21B:05:000:Infinite Lives PL2 defence:0:A21D:04:000:Infinite Smart Bombs PL2 defence:0:A21C:63:072:Select Current Attack Wave PL2 defence:0:A21C:63:062:Select Next Attack Wave PL2 ; [ Defender (Red label) ] defender:0:A037:99:000:Infinite Credits defender:0:E87D:00:100:Invincibility defender:0:E884:20:600:Invincibility (2/2) defender:0:A0FA:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed. defender:0:A1C9:05:000:Infinite Lives PL1 defender:0:A1CB:05:000:Infinite Smart Bombs PL1 defender:0:A1CA:63:072:Select Current Attack Wave PL1 defender:0:A1CA:63:062:Select Next Attack Wave PL1 defender:0:A206:05:000:Infinite Lives PL2 defender:0:A208:05:000:Infinite Smart Bombs PL2 defender:0:A207:63:072:Select Current Attack Wave PL2 defender:0:A207:63:062:Select Next Attack Wave PL2 ; [ Defender (Green label) ] defendg:0:A037:99:000:Infinite Credits defendg:0:E7EC:00:100:Invincibility defendg:0:E7F3:20:600:Invincibility (2/2) defendg:0:A0BD:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed. defendg:0:A1A4:05:000:Infinite Lives PL1 defendg:0:A1A6:04:000:Infinite Smart Bombs PL1 defendg:0:A1A5:63:072:Select Current Attack Wave PL1 defendg:0:A1A5:63:062:Select Next Attack Wave PL1 defendg:0:A1E1:05:000:Infinite Lives PL2 defendg:0:A1E3:04:000:Infinite Smart Bombs PL2 defendg:0:A1E2:63:072:Select Current Attack Wave PL2 defendg:0:A1E2:63:062:Select Next Attack Wave PL2 ; [ Defender (White label) ] defendw:0:A037:99:000:Infinite Credits defendw:0:E7EC:00:100:Invincibility defendw:0:E7F3:20:600:Invincibility (2/2) defendw:0:A0BD:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed. defendw:0:A1A4:05:000:Infinite Lives PL1 defendw:0:A1A6:04:000:Infinite Smart Bombs PL1 defendw:0:A1A5:63:072:Select Current Attack Wave PL1 defendw:0:A1A5:63:062:Select Next Attack Wave PL1 defendw:0:A1E1:05:000:Infinite Lives PL2 defendw:0:A1E3:04:000:Infinite Smart Bombs PL2 defendw:0:A1E2:63:072:Select Current Attack Wave PL2 defendw:0:A1E2:63:062:Select Next Attack Wave PL2 ; [ Defense (System 16B, FD1089A 317-0028) ] defense:0:FFC60D:09:000:Infinite Credits defense:0:FFC63A:00:000:Infinite Damage :defense:62000000:000000:00000000:00000000:Select Starting Stage:Enable when the "Push Start Button" message is displayed. IE after you've inserted at least one credit :defense:00010001:FFC40B:00000000:FFFFFFFF:Stage 1 :defense:00010001:FFC40B:00000002:FFFFFFFF:Stage 2 :defense:00010001:FFC40B:00000004:FFFFFFFF:Stage 3 :defense:00010001:FFC40B:00000006:FFFFFFFF:Stage 4 :defense:00010001:FFC40B:00000008:FFFFFFFF:Stage 5 :defense:00010001:FFC40B:0000000A:FFFFFFFF:Stage 6 :defense:00010001:FFC40B:0000000C:FFFFFFFF:Stage 7 :defense:00010001:FFC40B:0000000E:FFFFFFFF:Stage 8 :defense:00010001:FFC40B:00000010:FFFFFFFF:Stage 9 :defense:00010001:FFC40B:00000012:FFFFFFFF:Stage 10 :defense:00010001:FFC40B:00000014:FFFFFFFF:Stage 11 :defense:00800000:FFC83A:000000FF:FFFFFFFF:Flicky Mode:Work from Stage 2 when playing as Player 2 :defense:00300000:FFC646:01010101:FFFFFFFF:Always Perfect Destroyed Missiles :defense:00300000:FFC64A:01010101:FFFFFFFF:Always Perfect Destroyed Satellites :defense:00300000:FFC64E:01010101:FFFFFFFF:Always Perfect Destroyed Enemies :defense:00300000:FFC652:01010101:FFFFFFFF:Always Perfect Destroyed Bases :defense:00000000:FFC60E:00000005:FFFFFFFF:Infinite Lives PL1 :defense:00000000:FFDBC9:00000008:00000008:Invincibility PL1 :defense:00000000:FFC658:00000001:FFFFFFFF:Always Have Shot Power Up PL1 :defense:00000000:FFC63E:00000002:FFFFFFFF:Always Have Triple Sights PL1:Set before starting each stages for the best effect :defense:62000000:000000:00000000:00000000:Select Speed PL1 :defense:00010000:FFC65B:00000000:FFFFFFFF:1 :defense:00010000:FFC65B:0000000A:FFFFFFFF:2 :defense:00010000:FFC65B:00000014:FFFFFFFF:3 :defense:00010000:FFC65B:0000001E:FFFFFFFF:4 :defense:00010000:FFC65B:00000028:FFFFFFFF:5 :defense:00000000:FFC611:00000001:00000001:Rapid Fire PL1 :defense:00000000:FFC70E:00000005:FFFFFFFF:Infinite Lives PL2 :defense:00000000:FFDC49:00000008:00000008:Invincibility PL2 :defense:00000000:FFC758:00000001:FFFFFFFF:Always Have Shot Power Up PL2 :defense:00000000:FFC73E:00000002:FFFFFFFF:Always Have Triple Sights PL2:Set before starting each stages for the best effect :defense:62000000:000000:00000000:00000000:Select Speed PL2 :defense:00010000:FFC75B:00000000:FFFFFFFF:1 :defense:00010000:FFC75B:0000000A:FFFFFFFF:2 :defense:00010000:FFC75B:00000014:FFFFFFFF:3 :defense:00010000:FFC75B:0000001E:FFFFFFFF:4 :defense:00010000:FFC75B:00000028:FFFFFFFF:5 :defense:00000000:FFC615:00000001:00000001:Rapid Fire PL2 ; [ Defender (bootleg) ] defndjeu:0:0000:00:999:[ There are no cheats ]:REASON 1 defndjeu:0:0000:00:999:[ for this game as it ]:REASON 1 defndjeu:0:0000:00:999:[ didn't work the last ]:REASON 1 defndjeu:0:0000:00:999:[ time it was tested. ]:REASON 1 defndjeu:0:0000:00:999:[ If the game now works ]:REASON 1 defndjeu:0:0000:00:999:[ please request cheats ]:REASON 1 defndjeu:0:0000:00:999:[ for it on the cheat ]:REASON 1 defndjeu:0:0000:00:999:[ forums. ]:REASON 1 ; [ Delta Race ] deltrace:0:4066:05:000:Infinite Lives ; [ Demons and Dragons (prototype) ] :demndrgn:00000000:0E02F:00000009:FFFFFFFF:Infinite Credits :demndrgn:00000000:0E643:00000005:FFFFFFFF:Infinite Lives :demndrgn:20800000:14FC3:000000C3:FFFFFFFF:Invincibility :demndrgn:20810000:15050:00000052:FFFFFFFF:Invincibility (2/2) :demndrgn:00101301:0E65D:000003E6:FFFFFFFF:Select Starting Wave:Enable when "Player x" message is displayed ; [ Demolition Derby ] demoderb:0:E0B3:00:000:No Damage PL1 demoderb:0:E121:00:000:No Damage PL2 demoderb:0:E18F:00:000:No Damage PL3 demoderb:0:E1FD:00:000:No Damage PL4 demoderb:0:E0B7:40:000:Recover maximum damage PL1 demoderb:0:E125:40:000:Recover maximum damage PL2 demoderb:0:E193:40:000:Recover maximum damage PL3 demoderb:0:E201:40:000:Recover maximum damage PL4 ; [ Demolition Derby (2-Player Mono Board Version) ] demoderm:0:E0B3:00:000:No Damage PL1 demoderm:0:E121:00:000:No Damage PL2 demoderm:0:E0B7:40:000:Recover maximum damage PL1 demoderm:0:E125:40:000:Recover maximum damage PL2 ; [ Demon ] demon:0:0000:00:999:[ There are no cheats ]:REASON 7 demon:0:0000:00:999:[ for this game as it's ]:REASON 7 demon:0:0000:00:999:[ proving to be a bit ]:REASON 7 demon:0:0000:00:999:[ of a stinker to find ]:REASON 7 demon:0:0000:00:999:[ cheats for it. ]:REASON 7 demon:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 demon:0:0000:00:999:[ finding is unlikely ]:REASON 7 demon:0:0000:00:999:[ to have any success ]:REASON 7 demon:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 demon:0:0000:00:999:[ setup or it's banked ]:REASON 7 demon:0:0000:00:999:[ too often, so ROM ]:REASON 7 demon:0:0000:00:999:[ cheats will likely be ]:REASON 7 demon:0:0000:00:999:[ required. If you ]:REASON 7 demon:0:0000:00:999:[ manage to find any ]:REASON 7 demon:0:0000:00:999:[ please post them on ]:REASON 7 demon:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;demon:0:014D:09:000:Infinite Credits ;demon:0:0141:63:000:Infinite Lives PL1 ;demon:0:0143:63:000:Infinite Lives PL2 ; [ Demoneye-X ] demoneye:0:0008:99:000:Infinite Credits demoneye:0:9789:60:100:Invincibility demoneye:0:0025:07:000:Infinite Lives PL1 demoneye:0:002D:07:000:Infinite Lives PL2 ; [ Demon's World / Horror Story (Taito license) ] demonwl1:0:000000:00:999:[ See the Dip Switch Menu for Invincibility. ] demonwl1:0:C002F9:0A:000:Infinite Lives PL1 demonwl1:0:C00355:1E:020:Always have the Shield PL1 demonwl1:0:C00355:1E:021:Get the Shield Now! PL1 demonwl1:0:C00355:1E:041:Lose the Shield Now! PL1 demonwl1:0:C002E9:02:000:Next 'P' always = Shield PL1 demonwl1:0:C002E9:02:001:Next 'P' gives Shield Now!PL1 demonwl1:0:C002ED:00:001:Get the Missiles Now! PL1 demonwl1:0:C002ED:01:001:Get the Laser Now! PL1 demonwl1:0:C002ED:02:001:Get the Auto Now! PL1 demonwl1:0:C002ED:03:001:Get the Bombs Now! PL1 demonwl1:0:C002ED:04:001:Get the 3-Way Now! PL1 demonwl1:0:C002ED:00:000:Always have the Missiles PL1 demonwl1:0:C002ED:01:000:Always have the Laser PL1 demonwl1:0:C002ED:02:000:Always have the Auto PL1 demonwl1:0:C002ED:03:000:Always have the Bombs PL1 demonwl1:0:C002ED:04:000:Always have the 3-Way PL1 demonwl1:0:C002FB:0A:000:Infinite Lives PL2 demonwl1:0:C003B5:1E:020:Always have the Shield PL2 demonwl1:0:C003B5:1E:021:Get the Shield Now! PL2 demonwl1:0:C003B5:1E:041:Lose the Shield Now! PL2 demonwl1:0:C002EB:02:000:Next 'P' always = Shield PL2 demonwl1:0:C002EB:02:001:Next 'P' gives Shield Now!PL2 demonwl1:0:C002EF:00:000:Always have the Missiles PL2 demonwl1:0:C002EF:01:000:Always have the Laser PL2 demonwl1:0:C002EF:02:000:Always have the Auto PL2 demonwl1:0:C002EF:03:000:Always have the Bombs PL2 demonwl1:0:C002EF:04:000:Always have the 3-Way PL2 demonwl1:0:C002EF:00:001:Get the Missiles Now! PL2 demonwl1:0:C002EF:01:001:Get the Laser Now! PL2 demonwl1:0:C002EF:02:001:Get the Auto Now! PL2 demonwl1:0:C002EF:03:001:Get the Bombs Now! PL2 demonwl1:0:C002EF:04:001:Get the 3-Way Now! PL2 ; [ Demon's World / Horror Story (first edition) ] demonwl2:0:000000:00:999:[ See the Dip Switch Menu for Invincibility. ] demonwl2:0:C002F9:0A:000:Infinite Lives PL1 demonwl2:0:C00355:1E:020:Always have the Shield PL1 demonwl2:0:C00355:1E:021:Get the Shield Now! PL1 demonwl2:0:C00355:1E:041:Lose the Shield Now! PL1 demonwl2:0:C002E9:02:000:Next 'P' always = Shield PL1 demonwl2:0:C002E9:02:001:Next 'P' gives Shield Now!PL1 demonwl2:0:C002ED:00:001:Get the Missiles Now! PL1 demonwl2:0:C002ED:01:001:Get the Laser Now! PL1 demonwl2:0:C002ED:02:001:Get the Auto Now! PL1 demonwl2:0:C002ED:03:001:Get the Bombs Now! PL1 demonwl2:0:C002ED:04:001:Get the 3-Way Now! PL1 demonwl2:0:C002ED:00:000:Always have the Missiles PL1 demonwl2:0:C002ED:01:000:Always have the Laser PL1 demonwl2:0:C002ED:02:000:Always have the Auto PL1 demonwl2:0:C002ED:03:000:Always have the Bombs PL1 demonwl2:0:C002ED:04:000:Always have the 3-Way PL1 demonwl2:0:C002FB:0A:000:Infinite Lives PL2 demonwl2:0:C003B5:1E:020:Always have the Shield PL2 demonwl2:0:C003B5:1E:021:Get the Shield Now! PL2 demonwl2:0:C003B5:1E:041:Lose the Shield Now! PL2 demonwl2:0:C002EB:02:000:Next 'P' always = Shield PL2 demonwl2:0:C002EB:02:001:Next 'P' gives Shield Now!PL2 demonwl2:0:C002EF:00:000:Always have the Missiles PL2 demonwl2:0:C002EF:01:000:Always have the Laser PL2 demonwl2:0:C002EF:02:000:Always have the Auto PL2 demonwl2:0:C002EF:03:000:Always have the Bombs PL2 demonwl2:0:C002EF:04:000:Always have the 3-Way PL2 demonwl2:0:C002EF:00:001:Get the Missiles Now! PL2 demonwl2:0:C002EF:01:001:Get the Laser Now! PL2 demonwl2:0:C002EF:02:001:Get the Auto Now! PL2 demonwl2:0:C002EF:03:001:Get the Bombs Now! PL2 demonwl2:0:C002EF:04:001:Get the 3-Way Now! PL2 ; [ Demon's World / Horror Story ] demonwld:0:000000:00:999:[ See the Dip Switch Menu for Invincibility. ] demonwld:0:C002F9:0A:000:Infinite Lives PL1 demonwld:0:C00355:1E:020:Always have the Shield PL1 demonwld:0:C00355:1E:021:Get the Shield Now! PL1 demonwld:0:C00355:1E:041:Lose the Shield Now! PL1 demonwld:0:C002E9:02:000:Next 'P' always = Shield PL1 demonwld:0:C002E9:02:001:Next 'P' gives Shield Now!PL1 demonwld:0:C002ED:00:001:Get the Missiles Now! PL1 demonwld:0:C002ED:01:001:Get the Laser Now! PL1 demonwld:0:C002ED:02:001:Get the Auto Now! PL1 demonwld:0:C002ED:03:001:Get the Bombs Now! PL1 demonwld:0:C002ED:04:001:Get the 3-Way Now! PL1 demonwld:0:C002ED:00:000:Always have the Missiles PL1 demonwld:0:C002ED:01:000:Always have the Laser PL1 demonwld:0:C002ED:02:000:Always have the Auto PL1 demonwld:0:C002ED:03:000:Always have the Bombs PL1 demonwld:0:C002ED:04:000:Always have the 3-Way PL1 demonwld:0:C002FB:0A:000:Infinite Lives PL2 demonwld:0:C003B5:1E:020:Always have the Shield PL2 demonwld:0:C003B5:1E:021:Get the Shield Now! PL2 demonwld:0:C003B5:1E:041:Lose the Shield Now! PL2 demonwld:0:C002EB:02:000:Next 'P' always = Shield PL2 demonwld:0:C002EB:02:001:Next 'P' gives Shield Now!PL2 demonwld:0:C002EF:00:000:Always have the Missiles PL2 demonwld:0:C002EF:01:000:Always have the Laser PL2 demonwld:0:C002EF:02:000:Always have the Auto PL2 demonwld:0:C002EF:03:000:Always have the Bombs PL2 demonwld:0:C002EF:04:000:Always have the 3-Way PL2 demonwld:0:C002EF:00:001:Get the Missiles Now! PL2 demonwld:0:C002EF:01:001:Get the Laser Now! PL2 demonwld:0:C002EF:02:001:Get the Auto Now! PL2 demonwld:0:C002EF:03:001:Get the Bombs Now! PL2 demonwld:0:C002EF:04:001:Get the 3-Way Now! PL2 ; [ Densya De Go ] dendeg:0:0000:00:999:[ There are no cheats ]:REASON 1 dendeg:0:0000:00:999:[ for this game as it ]:REASON 1 dendeg:0:0000:00:999:[ didn't work the last ]:REASON 1 dendeg:0:0000:00:999:[ time it was tested. ]:REASON 1 dendeg:0:0000:00:999:[ If the game now works ]:REASON 1 dendeg:0:0000:00:999:[ please request cheats ]:REASON 1 dendeg:0:0000:00:999:[ for it on the cheat ]:REASON 1 dendeg:0:0000:00:999:[ forums. ]:REASON 1 ; [ Densya De Go 2 ] dendeg2:0:0000:00:999:[ There are no cheats ]:REASON 1 dendeg2:0:0000:00:999:[ for this game as it ]:REASON 1 dendeg2:0:0000:00:999:[ didn't work the last ]:REASON 1 dendeg2:0:0000:00:999:[ time it was tested. ]:REASON 1 dendeg2:0:0000:00:999:[ If the game now works ]:REASON 1 dendeg2:0:0000:00:999:[ please request cheats ]:REASON 1 dendeg2:0:0000:00:999:[ for it on the cheat ]:REASON 1 dendeg2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Densya De Go 2 Ex ] dendeg2x:0:0000:00:999:[ There are no cheats ]:REASON 1 dendeg2x:0:0000:00:999:[ for this game as it ]:REASON 1 dendeg2x:0:0000:00:999:[ didn't work the last ]:REASON 1 dendeg2x:0:0000:00:999:[ time it was tested. ]:REASON 1 dendeg2x:0:0000:00:999:[ If the game now works ]:REASON 1 dendeg2x:0:0000:00:999:[ please request cheats ]:REASON 1 dendeg2x:0:0000:00:999:[ for it on the cheat ]:REASON 1 dendeg2x:0:0000:00:999:[ forums. ]:REASON 1 ; [ Densya De Go Ex ] dendegx:0:0000:00:999:[ There are no cheats ]:REASON 1 dendegx:0:0000:00:999:[ for this game as it ]:REASON 1 dendegx:0:0000:00:999:[ didn't work the last ]:REASON 1 dendegx:0:0000:00:999:[ time it was tested. ]:REASON 1 dendegx:0:0000:00:999:[ If the game now works ]:REASON 1 dendegx:0:0000:00:999:[ please request cheats ]:REASON 1 dendegx:0:0000:00:999:[ for it on the cheat ]:REASON 1 dendegx:0:0000:00:999:[ forums. ]:REASON 1 ; [ Denjin Makai ] denjinmk:0:0000:00:999:[ There are no cheats ]:REASON 1 denjinmk:0:0000:00:999:[ for this game as it ]:REASON 1 denjinmk:0:0000:00:999:[ didn't work the last ]:REASON 1 denjinmk:0:0000:00:999:[ time it was tested. ]:REASON 1 denjinmk:0:0000:00:999:[ If the game now works ]:REASON 1 denjinmk:0:0000:00:999:[ please request cheats ]:REASON 1 denjinmk:0:0000:00:999:[ for it on the cheat ]:REASON 1 denjinmk:0:0000:00:999:[ forums. ]:REASON 1 ; [ Depthcharge ] depthch:0:E002:99:000:Infinite Time depthch:0:8413:63:500:Infinite Time (2/2) :depthch:00000000:8012:000000CC:FFFFFFFF:Infinite Depth Charges depthch:0:8468:00:000:Invincibility ; [ Depthcharge (older) ] depthv1:0:E002:99:000:Infinite Time depthv1:0:8413:63:500:Infinite Time (2/2) :depthv1:00000000:8012:000000CC:FFFFFFFF:Infinite Depth Charges depthv1:0:8468:00:000:Invincibility ; [ Deroon DeroDero ] deroon:0:0000:00:999:[ There are no cheats ]:REASON 1 deroon:0:0000:00:999:[ for this game as it ]:REASON 1 deroon:0:0000:00:999:[ didn't work the last ]:REASON 1 deroon:0:0000:00:999:[ time it was tested. ]:REASON 1 deroon:0:0000:00:999:[ If the game now works ]:REASON 1 deroon:0:0000:00:999:[ please request cheats ]:REASON 1 deroon:0:0000:00:999:[ for it on the cheat ]:REASON 1 deroon:0:0000:00:999:[ forums. ]:REASON 1 ; [ Desert Tank ] desert:0:0000:00:999:[ There are no cheats ]:REASON 1 desert:0:0000:00:999:[ for this game as it ]:REASON 1 desert:0:0000:00:999:[ didn't work the last ]:REASON 1 desert:0:0000:00:999:[ time it was tested. ]:REASON 1 desert:0:0000:00:999:[ If the game now works ]:REASON 1 desert:0:0000:00:999:[ please request cheats ]:REASON 1 desert:0:0000:00:999:[ for it on the cheat ]:REASON 1 desert:0:0000:00:999:[ forums. ]:REASON 1 ; [ Desert Breaker (FD1094 317-0196) ] :desertbr:00000000:FFF404:00000009:FFFFFFFF:Infinite Credits (Common):Use it when you have coin chute type as common in DIP switch menu :desertbr:00000301:FFF482:00000002:FFFFFFFF:Select Starting Round:Enable on the character selection screen :desertbr:00100000:FFF4B2:000001F4:FFFFFFFF:Infinite Time :desertbr:00000000:FFF47B:00000009:FFFFFFFF:Infinite Credits PL1 :desertbr:00000000:FFF50D:0000003F:FFFFFFFF:Infinite Energy PL1 :desertbr:00000000:FFF514:00000080:FFFFFFFF:Infinite Bombs PL1 :desertbr:00000000:FFF520:00000002:FFFFFFFF:Invincibility PL1 :desertbr:00000000:FFF50F:00000006:FFFFFFFF:Alway Maximum Shot Power PL1 :desertbr:62000000:000000:00000000:00000000:Select Weapon PL1 :desertbr:00010000:FFF511:00000000:FFFFFFFF:M-Gun :desertbr:00010000:FFF511:00000001:FFFFFFFF:S-Gun :desertbr:00010000:FFF511:00000003:FFFFFFFF:Fire :desertbr:00010000:FFF511:00000004:FFFFFFFF:Acid :desertbr:00000000:FFF518:00000000:00000001:Rapid Fire PL1 :desertbr:00000000:FFF47A:00000009:FFFFFFFF:Infinite Credits PL2 :desertbr:00000000:FFF58D:0000003F:FFFFFFFF:Infinite Energy PL2 :desertbr:00000000:FFF594:00000080:FFFFFFFF:Infinite Bombs PL2 :desertbr:00000000:FFF5A0:00000002:FFFFFFFF:Invincibility PL2 :desertbr:00000000:FFF58F:00000006:FFFFFFFF:Alway Maximum Shot Power PL2 :desertbr:62000000:000000:00000000:00000000:Select Weapon PL2 :desertbr:00010000:FFF591:00000000:FFFFFFFF:M-Gun :desertbr:00010000:FFF591:00000001:FFFFFFFF:S-Gun :desertbr:00010000:FFF591:00000003:FFFFFFFF:Fire :desertbr:00010000:FFF591:00000004:FFFFFFFF:Acid :desertbr:00000000:FFF598:00000000:00000001:Rapid Fire PL2 :desertbr:00000000:FFF479:00000009:FFFFFFFF:Infinite Credits PL3 :desertbr:00000000:FFF60D:0000003F:FFFFFFFF:Infinite Energy PL3 :desertbr:00000000:FFF614:00000080:FFFFFFFF:Infinite Bombs PL3 :desertbr:00000000:FFF620:00000002:FFFFFFFF:Invincibility PL3 :desertbr:00000000:FFF60F:00000006:FFFFFFFF:Alway Maximum Shot Power PL3 :desertbr:62000000:000000:00000000:00000000:Select Weapon PL3 :desertbr:00010000:FFF611:00000000:FFFFFFFF:M-Gun :desertbr:00010000:FFF611:00000001:FFFFFFFF:S-Gun :desertbr:00010000:FFF611:00000003:FFFFFFFF:Fire :desertbr:00010000:FFF611:00000004:FFFFFFFF:Acid :desertbr:00000000:FFF618:00000000:00000001:Rapid Fire PL3 ; [ Desert Gun ] desertgu:0:2008:99:000:Infinite Time desertgu:0:20B9:06:000:No Reloading ; [ Desert War / Wangan Sensou ] desertwr:0:FEE1B014:86:000:Infinite Fuel desertwr:0:FEE00236:02:000:Infinite Armor PL1 desertwr:0:FEE002B6:02:000:Infinite Armor PL2 ; [ Destination Earth ] desterth:0:21AC:06:000:Infinite Lives PL1 desterth:0:21A2:80:000:Infinite Fuel PL1 desterth:0:22AC:06:000:Infinite Lives PL2 desterth:0:22A2:80:000:Infinite Fuel PL2 desterth:0:218D:00:000:Enemies once per Round: Also no Fireballs desterth:0:21AB:00:000:Always Round 1 (Slow Enemies) desterth:0:21AE:05:001:1 Rescue Ends Round Now! desterth:0:212D:01:501:1 Rescue Ends Round Now!(2/2) desterth:0:21A0:01:501:1 Rescue Ends Round Now!(3/2) ; [ Destroyer ] destroyr:0:00D5:9A:000:Infinite Time ; [ Detana!! Twin Bee (Japan ver. J) ] detatwin:0:204025:63:000:Infinite Credits detatwin:0:204096:06:000:Infinite Lives PL1 detatwin:0:3002D4:09:000:Maximum speed PL1 detatwin:0:3002C9:3F:000:Maximum fire charge PL1 detatwin:0:3002D7:09:000:Infinite Shields PL1:Get the red bell first detatwin:0:3002AA:00:000:Invincibility "ON" PL1 detatwin:0:3002AA:D7:001:Invincibility "OFF" PL1 detatwin:0:3002E0:7F:040:All items available PL1 detatwin:0:300344:00:000:Right arm "ON" PL1 detatwin:0:300320:80:500:Right arm "ON" PL1 (2/2) detatwin:0:300344:01:001:Right arm "OFF" PL1 detatwin:0:300320:00:501:Right arm "OFF" PL1 (2/2) detatwin:0:3003C4:00:000:Left arm "ON" PL1 detatwin:0:3003A0:80:500:Left arm "ON" PL1 (2/2) detatwin:0:3003C4:01:001:Left arm "OFF" PL1 detatwin:0:3003A0:00:501:Left arm "OFF" PL1 (2/2) detatwin:0:3002D8:01:001:Followers "ON" Now! PL1 detatwin:0:3002D8:00:001:Followers "OFF" Now! PL1 detatwin:0:3002DD:01:001:Tail shield "ON" Now! PL1 detatwin:0:3002DD:00:001:Tail shield "OFF" Now! PL1 detatwin:0:3002DB:01:000:Always have Wave Shot PL1:Only works for a single player game! detatwin:0:3002C0:00:000:Always have Single Fire PL1 detatwin:0:3002C0:01:000:Always have Double Fire PL1 detatwin:0:3002C0:02:000:Always have 3-way Fire PL1 detatwin:0:3002DB:01:001:Get Wave Shot Now! PL1:Only works for a single player game! detatwin:0:3002C0:00:001:Get Single Fire Now! PL1 detatwin:0:3002C0:01:001:Get Double Fire Now! PL1 detatwin:0:3002C0:02:001:Get 3-way Fire Now! PL1 detatwin:0:204097:06:000:Infinite Lives PL2 detatwin:0:3006D4:09:000:Maximum speed PL2 detatwin:0:3006C9:3F:000:Maximum fire charge PL2 detatwin:0:3006D7:09:000:Infinite Shields PL2:Get the red bell first detatwin:0:3006AA:00:000:Invincibility "ON" PL2 detatwin:0:3006AA:D7:001:Invincibility "OFF" PL2 detatwin:0:3006E0:7F:040:All items available PL2 detatwin:0:300744:00:000:Right arm "ON" PL2 detatwin:0:300720:80:500:Right arm "ON" PL2 (2/2) detatwin:0:300744:01:001:Right arm "OFF" PL2 detatwin:0:300720:00:501:Right arm "OFF" PL2 (2/2) detatwin:0:3007C4:00:000:Left arm "ON" PL2 detatwin:0:3007A0:80:500:Left arm "ON" PL2 (2/2) detatwin:0:3007C4:01:001:Left arm "OFF" PL2 detatwin:0:3007A0:00:501:Left arm "OFF" PL2 (2/2) detatwin:0:3006D8:01:001:Followers "ON" Now! PL2 detatwin:0:3006D8:00:001:Followers "OFF" Now! PL2 detatwin:0:3006DD:01:001:Tail shield "ON" Now! PL2 detatwin:0:3006DD:00:001:Tail shield "OFF" Now! PL2 detatwin:0:3006C0:00:000:Always have Single Fire PL2 detatwin:0:3006C0:01:000:Always have Double Fire PL2 detatwin:0:3006C0:02:000:Always have 3-way Fire PL2 detatwin:0:3006C0:00:001:Get Single Fire Now! PL2 detatwin:0:3006C0:01:001:Get Double Fire Now! PL2 detatwin:0:3006C0:02:001:Get 3-way Fire Now! PL2 detatwin:0:20406F:04:000:Yellow bell always = 50000pts detatwin:0:20406F:04:001:Yellow bell = 50000pts Now! detatwin:0:204011:F0:002:Sound Test Code Stop:[PL2 Start]Next Code ; [ Devil Fish (Galaxian hardware, bootleg?) ] devilfsg:0:410E:03:000:Infinite Lives devilfsg:0:412E:10:000:Infinite Fish :devilfsg:20800000:281A:000000C9:FFFFFFFF:Invincibility ; [ Devil Fish ] devilfsh:0:410E:03:000:Infinite Lives devilfsh:0:412E:10:000:Infinite Fish :devilfsh:20800000:28C7:000000C9:FFFFFFFF:Invincibility ; [ Devil World ] devilw:2:041011:9A:000:Infinite Lives PL1 devilw:1:041017:FF:000:Infinite Energy PL1 devilw:2:04106A:0C:000:Infinite Keys PL1 devilw:2:041016:01:000:Invincibility PL1 devilw:2:04106C:13:500:Invincibility PL1 (2/2) devilw:2:041066:01:000:Always have Speed Up PL1 devilw:2:041087:20:000:Always have Dynamite PL1 devilw:2:041061:13:000:Always have Machine Gun PL1 devilw:2:041061:05:000:Always have Fire PL1 devilw:2:041061:15:000:Always have Bazooka PL1 devilw:2:041061:12:000:Always have Shotgun PL1 devilw:2:041061:06:000:Always have Laser PL1 devilw:2:04106F:0B:000:Always have Shield PL1 devilw:2:041066:01:001:Get the Speed Up Now! PL1 devilw:2:041087:20:001:Get the Dynamite Now! PL1 devilw:2:041061:13:001:Get the Machine Gun Now! PL1 devilw:2:041061:05:001:Get the Fire Now! PL1 devilw:2:041061:15:001:Get the Bazooka Now! PL1 devilw:2:041061:12:001:Get the Shotgun Now! PL1 devilw:2:041061:06:001:Get the Laser Now! PL1 devilw:2:04106F:0B:001:Get the Shield Now! PL1 devilw:2:041111:9A:000:Infinite Lives PL2 devilw:1:041117:FF:000:Infinite Energy PL2 devilw:2:04116A:0C:000:Infinite Keys PL2 devilw:2:041116:01:000:Invincibility PL2 devilw:2:04116C:13:500:Invincibility PL2 (2/2) devilw:2:041166:01:000:Always have Speed Up PL2 devilw:2:041187:20:000:Always have Dynamite PL2 devilw:2:041161:13:000:Always have Machine Gun PL2 devilw:2:041161:05:000:Always have Fire PL2 devilw:2:041161:15:000:Always have Bazooka PL2 devilw:2:041161:12:000:Always have Shotgun PL2 devilw:2:041161:06:000:Always have Laser PL2 devilw:2:04116F:0B:000:Always have Shield PL2 devilw:2:041166:01:001:Get the Speed Up Now! PL2 devilw:2:041187:20:001:Get the Dynamite Now! PL2 devilw:2:041161:13:001:Get the Machine Gun Now! PL2 devilw:2:041161:05:001:Get the Fire Now! PL2 devilw:2:041161:15:001:Get the Bazooka Now! PL2 devilw:2:041161:12:001:Get the Shotgun Now! PL2 devilw:2:041161:06:001:Get the Laser Now! PL2 devilw:2:04116F:0B:001:Get the Shield Now! PL2 devilw:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Devastators (ver. X) ] devstor2:0:4103:60:000:Infinite Time devstor2:0:410C:09:000:Infinite Lives PL1 devstor2:0:410E:09:000:Infinite Rockets PL1 devstor2:0:416B:09:000:Infinite Flame thrower PL1:Used instead of rifle devstor2:0:410D:09:000:Infinite Normal Grenades PL1 devstor2:0:417C:09:000:Infinite Fast Grenades PL1 devstor2:0:417B:09:000:Infinite Napalm Grenades PL1 devstor2:0:4480:82:000:Invincibility PL1 devstor2:0:4116:09:000:Infinite Lives PL2 devstor2:0:4118:09:000:Infinite Rockets PL2 devstor2:0:416C:09:000:Infinite Flame Thrower PL2:Used instead of rifle devstor2:0:4117:09:000:Infinite Normal Grenades PL2 devstor2:0:417E:09:000:Infinite Fast Grenades PL2 devstor2:0:417D:09:000:Infinite Napalm Grenades PL2 devstor2:0:45C0:82:000:Invincibility PL2 devstor2:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Devastators (ver. V) ] devstor3:0:4103:60:000:Infinite Time devstor3:0:410C:09:000:Infinite Lives PL1 devstor3:0:410E:09:000:Infinite Rockets PL1 devstor3:0:410D:09:000:Infinite Normal Grenades PL1 devstor3:0:4480:82:000:Invincibility PL1 devstor3:0:4116:09:000:Infinite Lives PL2 devstor3:0:4118:09:000:Infinite Rockets PL2 devstor3:0:4117:09:000:Infinite Normal Grenades PL2 devstor3:0:45C0:82:000:Invincibility PL2 devstor3:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Devastators (ver. Z) ] devstors:0:4103:60:000:Infinite Time devstors:0:410C:09:000:Infinite Lives PL1 devstors:0:410E:09:000:Infinite Rockets PL1 devstors:0:410D:09:000:Infinite Normal Grenades PL1 devstors:0:4480:82:000:Invincibility PL1 devstors:0:4116:09:000:Infinite Lives PL2 devstors:0:4118:09:000:Infinite Rockets PL2 devstors:0:4117:09:000:Infinite Normal Grenades PL2 devstors:0:45C0:82:000:Invincibility PL2 devstors:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Devil Zone ] devzone:0:60AF:80:000:Invincibility devzone:0:6015:09:000:Infinite Lives PL1 devzone:0:6016:09:000:Infinite Lives PL2 ; [ Devil Zone (easier) ] devzone2:0:60AF:80:000:Invincibility devzone2:0:6015:09:000:Infinite Lives PL1 devzone2:0:6016:09:000:Infinite Lives PL2 ; [ Dangun Feveron (Japan) ] dfeveron:0:101731:09:000:Infinite Credits dfeveron:0:1052D9:04:071:Round Select :dfeveron:62000000:000000:00000000:00000000:Select Game Mode :dfeveron:00010000:105105:00000000:FFFFFFFF:Normal Mode :dfeveron:00010000:105105:00000001:FFFFFFFF:Time Attack Mode :dfeveron:00800000:104082:000000FF:FFFFFFFF:Unlock Secret Character PL1:Enable on the title screen dfeveron:0:1052C5:07:000:Infinite Lives PL1 dfeveron:0:105A3B:03:000:Infinite Bombs PL1 dfeveron:0:105A16:80:000:Invincibility PL1 dfeveron:0:105A35:06:000:Maximum Power PL1 dfeveron:0:105A41:05:500:Maximum Power PL1 dfeveron:0:105A45:04:500:Maximum Power PL1 dfeveron:0:105A36:00:000:Always have Fighter Type 1 PL1 dfeveron:0:105A36:08:000:Always have Fighter Type 2 PL1 dfeveron:0:105A36:10:000:Always have Fighter Type 3 PL1 dfeveron:0:105A34:00:000:Always have Powerful Type 1 PL1 dfeveron:0:105A34:08:000:Always have Powerful Type 2 PL1 dfeveron:0:105A34:10:000:Always have Powerful Type 3 PL1 dfeveron:0:105A30:1A:000:Always have Speed Type 1 PL1 dfeveron:0:105A30:1E:000:Always have Speed Type 2 PL1 dfeveron:0:105A30:29:000:Always have Speed Type 3 PL1 dfeveron:0:105A30:2D:000:Always have Speed Type 4 PL1 dfeveron:0:105A36:00:001:Get Fighter Type 1 Now! PL1 dfeveron:0:105A36:08:001:Get Fighter Type 2 Now! PL1 dfeveron:0:105A36:10:001:Get Fighter Type 3 Now! PL1 dfeveron:0:105A34:00:001:Get Powerful Type 1 Now! PL1 dfeveron:0:105A34:08:001:Get Powerful Type 2 Now! PL1 dfeveron:0:105A34:10:001:Get Powerful Type 3 Now! PL1 dfeveron:0:105A30:1A:001:Get Speed Type 1 Now! PL1 dfeveron:0:105A30:1E:001:Get Speed Type 2 Now! PL1 dfeveron:0:105A30:29:001:Get Speed Type 3 Now! PL1 dfeveron:0:105A30:2D:001:Get Speed Type 4 Now! PL1 :dfeveron:00800000:1040B0:000000FF:FFFFFFFF:Unlock Secret Character PL2:Enable on the title screen dfeveron:0:1052C7:07:000:Infinite Lives PL2 dfeveron:0:105A7B:03:000:Infinite Bombs PL2 dfeveron:0:105A56:80:000:Invincibility PL2 dfeveron:0:105A75:06:000:Maximum Power PL2 dfeveron:0:105A81:05:500:Maximum Power PL2 dfeveron:0:105A85:04:500:Maximum Power PL2 dfeveron:0:105A76:00:000:Always have Fighter Type 1 PL2 dfeveron:0:105A76:08:000:Always have Fighter Type 2 PL2 dfeveron:0:105A76:10:000:Always have Fighter Type 3 PL2 dfeveron:0:105A74:00:000:Always have Powerful Type 1 PL2 dfeveron:0:105A74:08:000:Always have Powerful Type 2 PL2 dfeveron:0:105A74:10:000:Always have Powerful Type 3 PL2 dfeveron:0:105A70:1A:000:Always have Speed Type 1 PL2 dfeveron:0:105A70:1E:000:Always have Speed Type 2 PL2 dfeveron:0:105A70:29:000:Always have Speed Type 3 PL2 dfeveron:0:105A70:2D:000:Always have Speed Type 4 PL2 dfeveron:0:105A76:00:001:Get Fighter Type 1 Now! PL2 dfeveron:0:105A76:08:001:Get Fighter Type 2 Now! PL2 dfeveron:0:105A76:10:001:Get Fighter Type 3 Now! PL2 dfeveron:0:105A74:00:001:Get Powerful Type 1 Now! PL2 dfeveron:0:105A74:08:001:Get Powerful Type 2 Now! PL2 dfeveron:0:105A74:10:001:Get Powerful Type 3 Now! PL2 dfeveron:0:105A70:1A:001:Get Speed Type 1 Now! PL2 dfeveron:0:105A70:1E:001:Get Speed Type 2 Now! PL2 dfeveron:0:105A70:29:001:Get Speed Type 3 Now! PL2 dfeveron:0:105A70:2D:001:Get Speed Type 4 Now! PL2 ; [ Dharma Doujou ] dharma:0:40E046:63:000:Infinite Credits dharma:0:40DD04:02:000:Infinite Time dharma:0:40DD05:50:500:Infinite Time ; [ Diamond Run ] diamond:0:049C:06:000:Infinite Lives diamond:0:049B:05:000:Start on level 5 diamond:0:049B:0A:000:Start on level 10 diamond:0:1000:00:001:Need 1 Diamond Now! diamond:0:1001:00:501:Need 1 Diamond Now! (2/2) diamond:0:1001:00:000:Need 1 Diamond Only diamond:0:1000:00:500:Need 1 Diamond Only (2/2) ; [ Die Hard Arcade (UET 960515 V1.000) ] diehard:0:0000:00:999:[ There are no cheats ]:REASON 1 diehard:0:0000:00:999:[ for this game as it ]:REASON 1 diehard:0:0000:00:999:[ didn't work the last ]:REASON 1 diehard:0:0000:00:999:[ time it was tested. ]:REASON 1 diehard:0:0000:00:999:[ If the game now works ]:REASON 1 diehard:0:0000:00:999:[ please request cheats ]:REASON 1 diehard:0:0000:00:999:[ for it on the cheat ]:REASON 1 diehard:0:0000:00:999:[ forums. ]:REASON 1 ; [ Diet Go Go (Euro v1.1 1992.09.26) ] :dietgo:00000000:380064:00000099:FFFFFFFF:Infinite Credits :dietgo:00000001:380411:0000000C:FFFFFFFF:Start with Final Stage:Set on first world map screen :dietgo:00011001:380413:0000000B:FFFFFFFF:Start with Final Stage (2/3) :dietgo:00210001:380415:00090006:FFFFFFFF:Start with Final Stage (3/3) :dietgo:00200000:380415:00090006:FFFFFFFF:Boss Only Mode :dietgo:00000000:382860:00000009:FFFFFFFF:Infinite Lives PL1 :dietgo:00100000:382814:00000002:FFFFFFFF:Invincibility PL1 :dietgo:00000000:38285A:00000001:00000001:Always Have Barrier PL1 :dietgo:00110000:382814:00000002:FFFFFFFF:Always Have Barrier PL1 (2/4) :dietgo:00110000:382856:0000000F:FFFFFFFF:Always Have Barrier PL1 (3/4) :dietgo:00010000:38287E:00000007:00000007:Always Have Barrier PL1 (4/4) :dietgo:00800000:38285A:00000002:00000002:Always Have Bomb PL1 :dietgo:00000000:38285A:00000004:00000004:Always Have Power Up PL1 :dietgo:00000000:38285A:00000008:00000008:Always Have Speed Up PL1 :dietgo:00000001:38285A:00000080:00000080:Get Super Bomb Now! PL1:Kill all enemies on screen :dietgo:00000000:380070:00000000:00000010:Rapid Fire PL1 :dietgo:00000000:382960:00000009:FFFFFFFF:Infinite Lives PL2 :dietgo:00100000:382914:00000002:FFFFFFFF:Invincibility PL2 :dietgo:00000000:38295A:00000001:00000001:Always Have Barrier PL2 :dietgo:00110000:382914:00000002:FFFFFFFF:Always Have Barrier PL2 (2/4) :dietgo:00110000:382956:0000000F:FFFFFFFF:Always Have Barrier PL2 (3/4) :dietgo:00010000:38297E:00000007:00000007:Always Have Barrier PL2 (4/4) :dietgo:00800000:38295A:00000002:00000002:Always Have Bomb PL2 :dietgo:00000000:38295A:00000004:00000004:Always Have Power Up PL2 :dietgo:00000000:38295A:00000008:00000008:Always Have Speed Up PL2 :dietgo:00000001:38295A:00000080:00000080:Get Super Bomb Now! PL2:Kill all enemies on screen :dietgo:00000000:380072:00000000:00000010:Rapid Fire PL2 ; [ Diet Go Go (Euro v1.1 1992.08.04) ] :dietgoe:00000000:380064:00000099:FFFFFFFF:Infinite Credits :dietgoe:00000001:380411:0000000C:FFFFFFFF:Start with Final Stage:Set on first world map screen :dietgoe:00011001:380413:0000000B:FFFFFFFF:Start with Final Stage (2/3) :dietgoe:00210001:380415:00090006:FFFFFFFF:Start with Final Stage (3/3) :dietgoe:00200000:380415:00090006:FFFFFFFF:Boss Only Mode :dietgoe:00000000:382860:00000009:FFFFFFFF:Infinite Lives PL1 :dietgoe:00100000:382814:00000002:FFFFFFFF:Invincibility PL1 :dietgoe:00000000:38285A:00000001:00000001:Always Have Barrier PL1 :dietgoe:00110000:382814:00000002:FFFFFFFF:Always Have Barrier PL1 (2/4) :dietgoe:00110000:382856:0000000F:FFFFFFFF:Always Have Barrier PL1 (3/4) :dietgoe:00010000:38287E:00000007:00000007:Always Have Barrier PL1 (4/4) :dietgoe:00800000:38285A:00000002:00000002:Always Have Bomb PL1 :dietgoe:00000000:38285A:00000004:00000004:Always Have Power Up PL1 :dietgoe:00000000:38285A:00000008:00000008:Always Have Speed Up PL1 :dietgoe:00000001:38285A:00000080:00000080:Get Super Bomb Now! PL1:Kill all enemies on screen :dietgoe:00000000:380070:00000000:00000010:Rapid Fire PL1 :dietgoe:00000000:382960:00000009:FFFFFFFF:Infinite Lives PL2 :dietgoe:00100000:382914:00000002:FFFFFFFF:Invincibility PL2 :dietgoe:00000000:38295A:00000001:00000001:Always Have Barrier PL2 :dietgoe:00110000:382914:00000002:FFFFFFFF:Always Have Barrier PL2 (2/4) :dietgoe:00110000:382956:0000000F:FFFFFFFF:Always Have Barrier PL2 (3/4) :dietgoe:00010000:38297E:00000007:00000007:Always Have Barrier PL2 (4/4) :dietgoe:00800000:38295A:00000002:00000002:Always Have Bomb PL2 :dietgoe:00000000:38295A:00000004:00000004:Always Have Power Up PL2 :dietgoe:00000000:38295A:00000008:00000008:Always Have Speed Up PL2 :dietgoe:00000001:38295A:00000080:00000080:Get Super Bomb Now! PL2:Kill all enemies on screen :dietgoe:00000000:380072:00000000:00000010:Rapid Fire PL2 ; [ Diet Go Go (Japan v1.1 1992.09.26) ] :dietgoj:00000000:380064:00000099:FFFFFFFF:Infinite Credits :dietgoj:00000001:380411:0000000C:FFFFFFFF:Start with Final Stage:Set on first world map screen :dietgoj:00011001:380413:0000000B:FFFFFFFF:Start with Final Stage (2/3) :dietgoj:00210001:380415:00090006:FFFFFFFF:Start with Final Stage (3/3) :dietgoj:00200000:380415:00090006:FFFFFFFF:Boss Only Mode :dietgoj:00000000:382860:00000009:FFFFFFFF:Infinite Lives PL1 :dietgoj:00100000:382814:00000002:FFFFFFFF:Invincibility PL1 :dietgoj:00000000:38285A:00000001:00000001:Always Have Barrier PL1 :dietgoj:00110000:382814:00000002:FFFFFFFF:Always Have Barrier PL1 (2/4) :dietgoj:00110000:382856:0000000F:FFFFFFFF:Always Have Barrier PL1 (3/4) :dietgoj:00010000:38287E:00000007:00000007:Always Have Barrier PL1 (4/4) :dietgoj:00800000:38285A:00000002:00000002:Always Have Bomb PL1 :dietgoj:00000000:38285A:00000004:00000004:Always Have Power Up PL1 :dietgoj:00000000:38285A:00000008:00000008:Always Have Speed Up PL1 :dietgoj:00000001:38285A:00000080:00000080:Get Super Bomb Now! PL1:Kill all enemies on screen :dietgoj:00000000:380070:00000000:00000010:Rapid Fire PL1 :dietgoj:00000000:382960:00000009:FFFFFFFF:Infinite Lives PL2 :dietgoj:00100000:382914:00000002:FFFFFFFF:Invincibility PL2 :dietgoj:00000000:38295A:00000001:00000001:Always Have Barrier PL2 :dietgoj:00110000:382914:00000002:FFFFFFFF:Always Have Barrier PL2 (2/4) :dietgoj:00110000:382956:0000000F:FFFFFFFF:Always Have Barrier PL2 (3/4) :dietgoj:00010000:38297E:00000007:00000007:Always Have Barrier PL2 (4/4) :dietgoj:00800000:38295A:00000002:00000002:Always Have Bomb PL2 :dietgoj:00000000:38295A:00000004:00000004:Always Have Power Up PL2 :dietgoj:00000000:38295A:00000008:00000008:Always Have Speed Up PL2 :dietgoj:00000001:38295A:00000080:00000080:Get Super Bomb Now! PL2:Kill all enemies on screen :dietgoj:00000000:380072:00000000:00000010:Rapid Fire PL2 ; [ Diet Go Go (USA v1.1 1992.09.26) ] :dietgou:00000000:380064:00000099:FFFFFFFF:Infinite Credits :dietgou:00000001:380411:0000000C:FFFFFFFF:Start with Final Stage:Set on first world map screen :dietgou:00011001:380413:0000000B:FFFFFFFF:Start with Final Stage (2/3) :dietgou:00210001:380415:00090006:FFFFFFFF:Start with Final Stage (3/3) :dietgou:00200000:380415:00090006:FFFFFFFF:Boss Only Mode :dietgou:00000000:382860:00000009:FFFFFFFF:Infinite Lives PL1 :dietgou:00100000:382814:00000002:FFFFFFFF:Invincibility PL1 :dietgou:00000000:38285A:00000001:00000001:Always Have Barrier PL1 :dietgou:00110000:382814:00000002:FFFFFFFF:Always Have Barrier PL1 (2/4) :dietgou:00110000:382856:0000000F:FFFFFFFF:Always Have Barrier PL1 (3/4) :dietgou:00010000:38287E:00000007:00000007:Always Have Barrier PL1 (4/4) :dietgou:00800000:38285A:00000002:00000002:Always Have Bomb PL1 :dietgou:00000000:38285A:00000004:00000004:Always Have Power Up PL1 :dietgou:00000000:38285A:00000008:00000008:Always Have Speed Up PL1 :dietgou:00000001:38285A:00000080:00000080:Get Super Bomb Now! PL1:Kill all enemies on screen :dietgou:00000000:380070:00000000:00000010:Rapid Fire PL1 :dietgou:00000000:382960:00000009:FFFFFFFF:Infinite Lives PL2 :dietgou:00100000:382914:00000002:FFFFFFFF:Invincibility PL2 :dietgou:00000000:38295A:00000001:00000001:Always Have Barrier PL2 :dietgou:00110000:382914:00000002:FFFFFFFF:Always Have Barrier PL2 (2/4) :dietgou:00110000:382956:0000000F:FFFFFFFF:Always Have Barrier PL2 (3/4) :dietgou:00010000:38297E:00000007:00000007:Always Have Barrier PL2 (4/4) :dietgou:00800000:38295A:00000002:00000002:Always Have Bomb PL2 :dietgou:00000000:38295A:00000004:00000004:Always Have Power Up PL2 :dietgou:00000000:38295A:00000008:00000008:Always Have Speed Up PL2 :dietgou:00000001:38295A:00000080:00000080:Get Super Bomb Now! PL2:Kill all enemies on screen :dietgou:00000000:380072:00000000:00000010:Rapid Fire PL2 ; [ Dig Dug (rev 2) ] digdug:0:8401:80:040:Invincibility digdug:0:840D:63:072:Select current level digdug:0:840D:63:062:Select next level digdug:0:840A:06:000:Infinite Lives PL1 digdug:0:840B:06:000:Infinite Lives PL2 ; [ Dig Dug II (New Ver.) ] digdug2:0:1703:06:000:Infinite Lives :digdug2:20800000:AC00:00000020:FFFFFFFF:Invincibility:You die though when you fall into the sea :digdug2:20810000:B2FE:00000020:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire :digdug2:20900000:E5CE:00002079:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Dig Dug II (Old Ver.) ] digdug2o:0:1703:06:000:Infinite Lives :digdug2o:20800000:AC0F:00000020:FFFFFFFF:Invincibility:You die though when you fall into the sea :digdug2o:20810000:B30D:00000020:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire :digdug2o:20900000:E60A:00002079:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Dig Dug (Atari, rev 1) ] digduga1:0:8401:80:040:Invincibility digduga1:0:840D:63:072:Select current level digduga1:0:840D:63:062:Select next level digduga1:0:840A:06:000:Infinite Lives PL1 digduga1:0:840B:06:000:Infinite Lives PL2 ; [ Dig Dug (Atari, rev 2) ] digdugat:0:8401:80:040:Invincibility digdugat:0:840D:63:072:Select current level digdugat:0:840D:63:062:Select next level digdugat:0:840A:06:000:Infinite Lives PL1 digdugat:0:840B:06:000:Infinite Lives PL2 ; [ Dig Dug (rev 1) ] digdugb:0:8401:80:040:Invincibility digdugb:0:840D:63:072:Select current level digdugb:0:840D:63:062:Select next level digdugb:0:840A:06:000:Infinite Lives PL1 digdugb:0:840B:06:000:Infinite Lives PL2 ; [ Digger ] :digger:20800000:1724:000000C9:FFFFFFFF:Invincibility digger:0:E464:03:000:Infinite Lives PL1 digger:0:E465:03:000:Infinite Lives PL2 ; [ Digger (CVS) ] :diggerc:00000000:1DA5:00000099:FFFFFFFF:Infinite Credits :diggerc:20800000:497D:00000017:FFFFFFFF:Invincibility :diggerc:20810000:4AAC:00000017:FFFFFFFF:Invincibility (2/2):1st = Bug, 2nd = Enemy :diggerc:00000000:1D93:00000005:FFFFFFFF:Infinite Lives PL1 :diggerc:00000000:1D94:00000005:FFFFFFFF:Infinite Lives PL2 ; [ Dimahoo (US 000121) ] dimahoo:0:928A8B:01:000:Hidden characters "ON" dimahoo:0:928A8B:00:000:Hidden characters "OFF" dimahoo:0:92804E:09:000:Infinite Lives PL1 dimahoo:0:92804F:09:000:Infinite Bombs PL1 dimahoo:0:FF10D5:03:000:Invincibility PL1 dimahoo:0:92807A:2F:000:Maximum Power Charge PL1 dimahoo:0:FF10F9:05:000:Maximum Fire Power (Buggy) PL1:This cheat isn't working yet.. dimahoo:0:FF109D:03:000:Maximum Magic Power PL1:This cheat must be used before game starts or it won't have the desired effect dimahoo:0:92814E:09:000:Infinite Lives PL2 dimahoo:0:92814F:09:000:Infinite Bombs PL2 dimahoo:0:FF1CD5:03:000:Invincibility PL2 dimahoo:0:92817A:2F:000:Maximum Power Charge PL2 dimahoo:0:FF1CF9:05:000:Maximum Fire Power (Buggy) PL2:This cheat isn't working yet.. dimahoo:0:FF1C9D:03:000:Maximum Magic Power PL2:This cheat must be used before game starts or it won't have the desired effect ; [ Dingo ] dingo:0:4080:0D:000:Infinite Lives dingo:0:4086:00:001:Finish this Round Now! dingo:0:4066:00:000:Infinite Time PL1 dingo:0:4067:00:500:Infinite Time PL1 (2/2) dingo:0:4069:00:000:Infinite Time PL2 dingo:0:406A:00:500:Infinite Time PL2 (2/2) ; [ Dingo (encrypted) ] dingoe:0:8080:0D:000:Infinite Lives dingoe:0:8086:00:001:Finish this Round Now! dingoe:0:8066:00:000:Infinite Time PL1 dingoe:0:8067:00:500:Infinite Time PL1 (2/2) dingoe:0:8069:00:000:Infinite Time PL2 dingoe:0:806A:00:500:Infinite Time PL2 (2/2) ; [ Cadillacs and Dinosaurs (World 930201) ] dino:0:FF84E9:09:000:Infinite Time :dino:20B00000:02520C:4E714E71:FFFFFFFF:Infinite Ammo:Works for Rifle, Gun, Uzi, M-16A1, Shotgun, and Bazooka. :dino:20B10000:025210:4E714E71:FFFFFFFF:Infinite Ammo (2/18):Rifle :dino:20910000:025214:00004E71:0000FFFF:Infinite Ammo (3/18) :dino:20B10000:0252F8:4E714E71:FFFFFFFF:Infinite Ammo (4/18):Gun :dino:20B10000:0252FC:4E714E71:FFFFFFFF:Infinite Ammo (5/18) :dino:20910000:025300:00004E71:0000FFFF:Infinite Ammo (6/18) :dino:20B10000:025564:4E714E71:FFFFFFFF:Infinite Ammo (7/18):Uzi :dino:20B10000:025568:4E714E71:FFFFFFFF:Infinite Ammo (8/18) :dino:20910000:02556C:00004E71:0000FFFF:Infinite Ammo (9/18) :dino:20B10000:0256CA:4E714E71:FFFFFFFF:Infinite Ammo (10/18):M-16A1 :dino:20B10000:0256CE:4E714E71:FFFFFFFF:Infinite Ammo (11/18) :dino:20910000:0256D2:00004E71:0000FFFF:Infinite Ammo (12/18) :dino:20B10000:0257D8:4E714E71:FFFFFFFF:Infinite Ammo (13/18):Shotgun :dino:20B10000:0257DC:4E714E71:FFFFFFFF:Infinite Ammo (14/18) :dino:20910000:0257E0:00004E71:0000FFFF:Infinite Ammo (15/18) :dino:20B10000:0258FC:4E714E71:FFFFFFFF:Infinite Ammo (16/18):Bazooka :dino:20B10000:025900:4E714E71:FFFFFFFF:Infinite Ammo (17/18) :dino:20910000:025904:00004E71:0000FFFF:Infinite Ammo (18/18) dino:0:FFDCA0:00:001:Kill Vice T. with 1 hit Now! dino:0:FFDCA1:01:501:Kill Vice T. with 1 hit Now! (2/2) dino:0:FFDCA0:00:001:Kill Butcher with 1 hit Now! dino:0:FFDCA1:01:501:Kill Butcher with 1 hit Now! (2/2) dino:0:FFD3E0:00:001:Kill Hogg with 1 hit Now! dino:0:FFD3E1:01:501:Kill Hogg with 1 hit Now! (2/2) dino:0:FFDAE0:00:001:Kill Slice with 1 hit Now! dino:0:FFDAE1:01:501:Kill Slice with 1 hit Now! (2/2) dino:0:FFDCA0:00:001:Kill Morgan/Morgue with 1 hit Now! dino:0:FFDCA1:01:501:Kill Morgan/Morgue with 1 hit Now! (2/2) dino:0:FFDCA0:00:001:Kill Tyrog with 1 hit Now! dino:0:FFDCA1:01:501:Kill Tyrog with 1 hit Now! (2/2) dino:0:FFD680:00:001:Kill Slisaur 1 with 1 hit Now! dino:0:FFD681:01:501:Kill Slisaur 1 with 1 hit Now! (2/2) dino:0:FFD5A0:00:001:Kill Slisaur 2 with 1 hit Now! dino:0:FFD5A1:01:501:Kill Slisaur 2 with 1 hit Now! (2/2) dino:0:FFD920:00:001:Kill the one headed Fessenden with 1 hit Now! dino:0:FFD921:01:501:Kill the one headed Fessenden with 1 hit Now! (2/2) dino:0:FFD4C0:00:001:Kill the several headed Fessenden with 1 hit Now! dino:0:FFD4C1:01:501:Kill the several headed Fessenden with 1 hit Now! (2/2) dino:0:FFB317:03:000:Infinite Lives PL1 dino:0:FFB2E1:64:000:Infinite Energy PL1 :dino:00000000:FFB274:00000002:FFFFFFFF:Invincibility PL1 :dino:00110000:FFB360:00000002:FFFFFFFF:Invincibility PL1 (2/2) :dino:00000000:FFB314:00000000:00000010:Rapid Fire - Normal PL1:Turn it OFF on the name entry screen :dino:00000000:FFB314:00000000:00000010:Rapid Fire - Unlimited PL1:Turn it OFF on the name entry screen :dino:00010000:FFB326:00000000:FFFFFFFF:Rapid Fire - Unlimited PL1 (2/2) dino:0:FFB497:03:000:Infinite Lives PL2 dino:0:FFB461:64:000:Infinite Energy PL2 :dino:00000000:FFB3F4:00000002:FFFFFFFF:Invincibility PL2 :dino:00110000:FFB4E0:00000002:FFFFFFFF:Invincibility PL2 (2/2) :dino:00000000:FFB494:00000000:00000010:Rapid Fire - Normal PL2:Turn it OFF on the name entry screen :dino:00000000:FFB494:00000000:00000010:Rapid Fire - Unlimited PL2:Turn it OFF on the name entry screen :dino:00010000:FFB4A6:00000000:FFFFFFFF:Rapid Fire - Unlimited PL2 (2/2) dino:0:FFB617:03:000:Infinite Lives PL3 dino:0:FFB5E1:64:000:Infinite Energy PL3 :dino:00000000:FFB574:00000002:FFFFFFFF:Invincibility PL3 :dino:00110000:FFB660:00000002:FFFFFFFF:Invincibility PL3 (2/2) :dino:00000000:FFB614:00000000:00000010:Rapid Fire - Normal PL3:Turn it OFF on the name entry screen :dino:00000000:FFB614:00000000:00000010:Rapid Fire - Unlimited PL3:Turn it OFF on the name entry screen :dino:00010000:FFB626:00000000:FFFFFFFF:Rapid Fire - Unlimited PL3 (2/2) ; [ Cadillacs Kyouryuu-Shinseiki (Japan 930201) ] dinoj:0:FF84E9:09:000:Infinite Time :dinoj:20B00000:02518E:4E714E71:FFFFFFFF:Infinite Ammo:Works for Rifle, Gun, Uzi, M-16A1, Shotgun, and Bazooka. :dinoj:20B10000:025192:4E714E71:FFFFFFFF:Infinite Ammo (2/18):Rifle :dinoj:20910000:025196:00004E71:0000FFFF:Infinite Ammo (3/18) :dinoj:20B10000:02527A:4E714E71:FFFFFFFF:Infinite Ammo (4/18):Gun :dinoj:20B10000:02527E:4E714E71:FFFFFFFF:Infinite Ammo (5/18) :dinoj:20910000:025282:00004E71:0000FFFF:Infinite Ammo (6/18) :dinoj:20B10000:0254E6:4E714E71:FFFFFFFF:Infinite Ammo (7/18):Uzi :dinoj:20B10000:0254EA:4E714E71:FFFFFFFF:Infinite Ammo (8/18) :dinoj:20910000:0254EE:00004E71:0000FFFF:Infinite Ammo (9/18) :dinoj:20B10000:02564C:4E714E71:FFFFFFFF:Infinite Ammo (10/18):M-16A1 :dinoj:20B10000:025650:4E714E71:FFFFFFFF:Infinite Ammo (11/18) :dinoj:20910000:025654:00004E71:0000FFFF:Infinite Ammo (12/18) :dinoj:20B10000:02575A:4E714E71:FFFFFFFF:Infinite Ammo (13/18):Shotgun :dinoj:20B10000:02575E:4E714E71:FFFFFFFF:Infinite Ammo (14/18) :dinoj:20910000:025762:00004E71:0000FFFF:Infinite Ammo (15/18) :dinoj:20B10000:02587E:4E714E71:FFFFFFFF:Infinite Ammo (16/18):Bazooka :dinoj:20B10000:025882:4E714E71:FFFFFFFF:Infinite Ammo (17/18) :dinoj:20910000:025886:00004E71:0000FFFF:Infinite Ammo (18/18) dinoj:0:FFDCA0:00:001:Kill Vice T. with 1 hit Now! dinoj:0:FFDCA1:01:501:Kill Vice T. with 1 hit Now! (2/2) dinoj:0:FFDCA0:00:001:Kill Butcher with 1 hit Now! dinoj:0:FFDCA1:01:501:Kill Butcher with 1 hit Now! (2/2) dinoj:0:FFD3E0:00:001:Kill Hogg with 1 hit Now! dinoj:0:FFD3E1:01:501:Kill Hogg with 1 hit Now! (2/2) dinoj:0:FFDAE0:00:001:Kill Slice with 1 hit Now! dinoj:0:FFDAE1:01:501:Kill Slice with 1 hit Now! (2/2) dinoj:0:FFDCA0:00:001:Kill Morgan/Morgue with 1 hit Now! dinoj:0:FFDCA1:01:501:Kill Morgan/Morgue with 1 hit Now! (2/2) dinoj:0:FFDCA0:00:001:Kill Tyrog with 1 hit Now! dinoj:0:FFDCA1:01:501:Kill Tyrog with 1 hit Now! (2/2) dinoj:0:FFD680:00:001:Kill Slisaur 1 with 1 hit Now! dinoj:0:FFD681:01:501:Kill Slisaur 1 with 1 hit Now! (2/2) dinoj:0:FFD5A0:00:001:Kill Slisaur 2 with 1 hit Now! dinoj:0:FFD5A1:01:501:Kill Slisaur 2 with 1 hit Now! (2/2) dinoj:0:FFD920:00:001:Kill the one headed Fessenden with 1 hit Now! dinoj:0:FFD921:01:501:Kill the one headed Fessenden with 1 hit Now! (2/2) dinoj:0:FFD4C0:00:001:Kill the several headed Fessenden with 1 hit Now! dinoj:0:FFD4C1:01:501:Kill the several headed Fessenden with 1 hit Now! (2/2) dinoj:0:FFB317:03:000:Infinite Lives PL1 dinoj:0:FFB2E1:64:000:Infinite Energy PL1 :dinoj:00000000:FFB274:00000002:FFFFFFFF:Invincibility PL1 :dinoj:00110000:FFB360:00000002:FFFFFFFF:Invincibility PL1 (2/2) :dinoj:00000000:FFB314:00000000:00000010:Rapid Fire - Normal PL1:Turn it OFF on the name entry screen :dinoj:00000000:FFB314:00000000:00000010:Rapid Fire - Unlimited PL1:Turn it OFF on the name entry screen :dinoj:00010000:FFB326:00000000:FFFFFFFF:Rapid Fire - Unlimited PL1 (2/2) dinoj:0:FFB497:03:000:Infinite Lives PL2 dinoj:0:FFB461:64:000:Infinite Energy PL2 :dinoj:00000000:FFB3F4:00000002:FFFFFFFF:Invincibility PL2 :dinoj:00110000:FFB4E0:00000002:FFFFFFFF:Invincibility PL2 (2/2) :dinoj:00000000:FFB494:00000000:00000010:Rapid Fire - Normal PL2:Turn it OFF on the name entry screen :dinoj:00000000:FFB494:00000000:00000010:Rapid Fire - Unlimited PL2:Turn it OFF on the name entry screen :dinoj:00010000:FFB4A6:00000000:FFFFFFFF:Rapid Fire - Unlimited PL2 (2/2) dinoj:0:FFB617:03:000:Infinite Lives PL3 dinoj:0:FFB5E1:64:000:Infinite Energy PL3 :dinoj:00000000:FFB574:00000002:FFFFFFFF:Invincibility PL3 :dinoj:00110000:FFB660:00000002:FFFFFFFF:Invincibility PL3 (2/2) :dinoj:00000000:FFB614:00000000:00000010:Rapid Fire - Normal PL3:Turn it OFF on the name entry screen :dinoj:00000000:FFB614:00000000:00000010:Rapid Fire - Unlimited PL3:Turn it OFF on the name entry screen :dinoj:00010000:FFB626:00000000:FFFFFFFF:Rapid Fire - Unlimited PL3 (2/2) ; [ Dino Rex (World) ] dinorex:0:60826F:FF:000:Infinite Time dinorex:0:60826F:00:001:Finish this Round Now! dinorex:0:605124:68:000:Infinite Energy PL1 dinorex:0:605124:00:001:Drain All Energy Now! PL1 dinorex:0:602750:02:001:Set Rounds won to 2 Now! PL1 dinorex:0:602750:00:001:Set Rounds won to 0 Now! PL1 dinorex:0:605190:68:000:Infinite Energy PL2 dinorex:0:605190:00:001:Drain All Energy Now! PL2 dinorex:0:602751:02:001:Set Rounds won to 2 Now! PL2 dinorex:0:602751:00:001:Set Rounds won to 0 Now! PL2 ; [ Dino Rex (Japan) ] dinorexj:0:60826F:FF:000:Infinite Time dinorexj:0:60826F:00:001:Finish this Round Now! dinorexj:0:605124:68:000:Infinite Energy PL1 dinorexj:0:605124:00:001:Drain All Energy Now! PL1 dinorexj:0:602750:02:001:Set Rounds won to 2 Now! PL1 dinorexj:0:602750:00:001:Set Rounds won to 0 Now! PL1 dinorexj:0:605190:68:000:Infinite Energy PL2 dinorexj:0:605190:00:001:Drain All Energy Now! PL2 dinorexj:0:602751:02:001:Set Rounds won to 2 Now! PL2 dinorexj:0:602751:00:001:Set Rounds won to 0 Now! PL2 ; [ Dino Rex (US) ] dinorexu:0:60826F:FF:000:Infinite Time dinorexu:0:60826F:00:001:Finish this Round Now! dinorexu:0:605124:68:000:Infinite Energy PL1 dinorexu:0:605124:00:001:Drain All Energy Now! PL1 dinorexu:0:602750:02:001:Set Rounds won to 2 Now! PL1 dinorexu:0:602750:00:001:Set Rounds won to 0 Now! PL1 dinorexu:0:605190:68:000:Infinite Energy PL2 dinorexu:0:605190:00:001:Drain All Energy Now! PL2 dinorexu:0:602751:02:001:Set Rounds won to 2 Now! PL2 dinorexu:0:602751:00:001:Set Rounds won to 0 Now! PL2 ; [ Cadillacs and Dinosaurs (US 930201) ] dinou:0:FF84E9:09:000:Infinite Time :dinou:20B00000:02520C:4E714E71:FFFFFFFF:Infinite Ammo:Works for Rifle, Gun, Uzi, M-16A1, Shotgun, and Bazooka. :dinou:20B10000:025210:4E714E71:FFFFFFFF:Infinite Ammo (2/18):Rifle :dinou:20910000:025214:00004E71:0000FFFF:Infinite Ammo (3/18) :dinou:20B10000:0252F8:4E714E71:FFFFFFFF:Infinite Ammo (4/18):Gun :dinou:20B10000:0252FC:4E714E71:FFFFFFFF:Infinite Ammo (5/18) :dinou:20910000:025300:00004E71:0000FFFF:Infinite Ammo (6/18) :dinou:20B10000:025564:4E714E71:FFFFFFFF:Infinite Ammo (7/18):Uzi :dinou:20B10000:025568:4E714E71:FFFFFFFF:Infinite Ammo (8/18) :dinou:20910000:02556C:00004E71:0000FFFF:Infinite Ammo (9/18) :dinou:20B10000:0256CA:4E714E71:FFFFFFFF:Infinite Ammo (10/18):M-16A1 :dinou:20B10000:0256CE:4E714E71:FFFFFFFF:Infinite Ammo (11/18) :dinou:20910000:0256D2:00004E71:0000FFFF:Infinite Ammo (12/18) :dinou:20B10000:0257D8:4E714E71:FFFFFFFF:Infinite Ammo (13/18):Shotgun :dinou:20B10000:0257DC:4E714E71:FFFFFFFF:Infinite Ammo (14/18) :dinou:20910000:0257E0:00004E71:0000FFFF:Infinite Ammo (15/18) :dinou:20B10000:0258FC:4E714E71:FFFFFFFF:Infinite Ammo (16/18):Bazooka :dinou:20B10000:025900:4E714E71:FFFFFFFF:Infinite Ammo (17/18) :dinou:20910000:025904:00004E71:0000FFFF:Infinite Ammo (18/18) dinou:0:FFDCA0:00:001:Kill Vice T. with 1 hit Now! dinou:0:FFDCA1:01:501:Kill Vice T. with 1 hit Now! (2/2) dinou:0:FFDCA0:00:001:Kill Butcher with 1 hit Now! dinou:0:FFDCA1:01:501:Kill Butcher with 1 hit Now! (2/2) dinou:0:FFD3E0:00:001:Kill Hogg with 1 hit Now! dinou:0:FFD3E1:01:501:Kill Hogg with 1 hit Now! (2/2) dinou:0:FFDAE0:00:001:Kill Slice with 1 hit Now! dinou:0:FFDAE1:01:501:Kill Slice with 1 hit Now! (2/2) dinou:0:FFDCA0:00:001:Kill Morgan/Morgue with 1 hit Now! dinou:0:FFDCA1:01:501:Kill Morgan/Morgue with 1 hit Now! (2/2) dinou:0:FFDCA0:00:001:Kill Tyrog with 1 hit Now! dinou:0:FFDCA1:01:501:Kill Tyrog with 1 hit Now! (2/2) dinou:0:FFD680:00:001:Kill Slisaur 1 with 1 hit Now! dinou:0:FFD681:01:501:Kill Slisaur 1 with 1 hit Now! (2/2) dinou:0:FFD5A0:00:001:Kill Slisaur 2 with 1 hit Now! dinou:0:FFD5A1:01:501:Kill Slisaur 2 with 1 hit Now! (2/2) dinou:0:FFD920:00:001:Kill the one headed Fessenden with 1 hit Now! dinou:0:FFD921:01:501:Kill the one headed Fessenden with 1 hit Now! (2/2) dinou:0:FFD4C0:00:001:Kill the several headed Fessenden with 1 hit Now! dinou:0:FFD4C1:01:501:Kill the several headed Fessenden with 1 hit Now! (2/2) dinou:0:FFB317:03:000:Infinite Lives PL1 dinou:0:FFB2E1:64:000:Infinite Energy PL1 :dinou:00000000:FFB274:00000002:FFFFFFFF:Invincibility PL1 :dinou:00110000:FFB360:00000002:FFFFFFFF:Invincibility PL1 (2/2) :dinou:00000000:FFB314:00000000:00000010:Rapid Fire - Normal PL1:Turn it OFF on the name entry screen :dinou:00000000:FFB314:00000000:00000010:Rapid Fire - Unlimited PL1:Turn it OFF on the name entry screen :dinou:00010000:FFB326:00000000:FFFFFFFF:Rapid Fire - Unlimited PL1 (2/2) dinou:0:FFB497:03:000:Infinite Lives PL2 dinou:0:FFB461:64:000:Infinite Energy PL2 :dinou:00000000:FFB3F4:00000002:FFFFFFFF:Invincibility PL2 :dinou:00110000:FFB4E0:00000002:FFFFFFFF:Invincibility PL2 (2/2) :dinou:00000000:FFB494:00000000:00000010:Rapid Fire - Normal PL2:Turn it OFF on the name entry screen :dinou:00000000:FFB494:00000000:00000010:Rapid Fire - Unlimited PL2:Turn it OFF on the name entry screen :dinou:00010000:FFB4A6:00000000:FFFFFFFF:Rapid Fire - Unlimited PL2 (2/2) dinou:0:FFB617:03:000:Infinite Lives PL3 dinou:0:FFB5E1:64:000:Infinite Energy PL3 :dinou:00000000:FFB574:00000002:FFFFFFFF:Invincibility PL3 :dinou:00110000:FFB660:00000002:FFFFFFFF:Invincibility PL3 (2/2) :dinou:00000000:FFB614:00000000:00000010:Rapid Fire - Normal PL3:Turn it OFF on the name entry screen :dinou:00000000:FFB614:00000000:00000010:Rapid Fire - Unlimited PL3:Turn it OFF on the name entry screen :dinou:00010000:FFB626:00000000:FFFFFFFF:Rapid Fire - Unlimited PL3 (2/2) ; [ Dirt Devils (alt) ] dirtdvla:0:0000:00:999:[ There are no cheats ]:REASON 1 dirtdvla:0:0000:00:999:[ for this game as it ]:REASON 1 dirtdvla:0:0000:00:999:[ didn't work the last ]:REASON 1 dirtdvla:0:0000:00:999:[ time it was tested. ]:REASON 1 dirtdvla:0:0000:00:999:[ If the game now works ]:REASON 1 dirtdvla:0:0000:00:999:[ please request cheats ]:REASON 1 dirtdvla:0:0000:00:999:[ for it on the cheat ]:REASON 1 dirtdvla:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dirt Devils ] dirtdvls:0:0000:00:999:[ There are no cheats ]:REASON 1 dirtdvls:0:0000:00:999:[ for this game as it ]:REASON 1 dirtdvls:0:0000:00:999:[ didn't work the last ]:REASON 1 dirtdvls:0:0000:00:999:[ time it was tested. ]:REASON 1 dirtdvls:0:0000:00:999:[ If the game now works ]:REASON 1 dirtdvls:0:0000:00:999:[ please request cheats ]:REASON 1 dirtdvls:0:0000:00:999:[ for it on the cheat ]:REASON 1 dirtdvls:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dirt Fox (Japan) ] dirtfoxj:0:1033FD:FF:000:Infinite Credits dirtfoxj:0:105263:F0:000:Infinite Time dirtfoxj:0:1053E6:44:000:Always drive at Maximum Speed ; [ Disco No.1 ] disco:0:0000:00:999:[ Codes are not working ] disco:0:0000:00:999:[ due to protection !!! ] disco:0:0015:03:000:Infinite Lives disco:0:0016:08:000:Infinite Music weapons disco:0:007A:07:000:Infinite Music time ; [ Disco No.1 (Rev.F) ] discof:0:0000:00:999:[ Codes are not working ] discof:0:0000:00:999:[ due to protection !!! ] discof:0:0015:03:000:Infinite Lives discof:0:0016:08:000:Infinite Music weapons discof:0:007A:07:000:Infinite Music time ; [ Diver Boy ] diverboy:0:04C621:09:000:Infinite Lives PL1 diverboy:0:04C628:01:000:Invincibility "ON" PL1:Enable it when you are flickering or you will have to die for it to take effect first diverboy:0:04C629:02:500:Invincibility "ON" PL1 (2/2) diverboy:0:04C628:00:001:Invincibility "OFF" PL1 diverboy:0:04C629:01:501:Invincibility "OFF" PL1 (2/2) diverboy:0:04C66F:09:000:Infinite Lives PL2 diverboy:0:04C676:01:000:Invincibility "ON" PL1:Enable it when you are flickering or you will have to die for it to take effect first diverboy:0:04C677:02:500:Invincibility "ON" PL1 (2/2) diverboy:0:04C676:00:001:Invincibility "OFF" PL1 diverboy:0:04C677:01:501:Invincibility "OFF" PL1 (2/2) ; [ DJ Boy ] djboy:0:0000:00:999:[ There are no cheats ]:REASON 1 djboy:0:0000:00:999:[ for this game as it ]:REASON 1 djboy:0:0000:00:999:[ didn't work the last ]:REASON 1 djboy:0:0000:00:999:[ time it was tested. ]:REASON 1 djboy:0:0000:00:999:[ If the game now works ]:REASON 1 djboy:0:0000:00:999:[ please request cheats ]:REASON 1 djboy:0:0000:00:999:[ for it on the cheat ]:REASON 1 djboy:0:0000:00:999:[ forums. ]:REASON 1 ; [ Daiku no Gensan (Japan, M72) ] dkgenm72:0:A0A47:0A:000:Infinite Lives PL1 dkgenm72:0:A0A57:0A:000:Infinite Lives PL2 dkgenm72:0:A00FD:5A:000:Infinite Time dkgenm72:0:A00FE:09:500:Infinite Time (2/2) dkgenm72:0:A0C08:00:000:Invincibility dkgenm72:0:00000:00:999:[The Select current level ] dkgenm72:0:00000:00:999:[can be enabled on the intro] dkgenm72:0:00000:00:999:[screen it doesn't work if ] dkgenm72:0:00000:00:999:[enabled on the title screen] dkgenm72:0:A0A48:05:071:Select current level dkgenm72:0:A0A48:05:061:Select next level ; [ Daiku no Gensan (Japan) ] dkgensan:0:E0A47:0A:000:Infinite Lives PL1 dkgensan:0:E0A57:0A:000:Infinite Lives PL2 dkgensan:0:E00FD:5A:000:Infinite Time dkgensan:0:E00FE:09:500:Infinite Time (2/2) dkgensan:0:E0C08:00:000:Invincibility dkgensan:0:00000:00:999:[The Select current level ] dkgensan:0:00000:00:999:[can be enabled on the intro] dkgensan:0:00000:00:999:[screen it doesn't work if ] dkgensan:0:00000:00:999:[enabled on the title screen] dkgensan:0:E0A48:05:071:Select current level dkgensan:0:E0A48:05:061:Select next level ; [ Donkey Kong Junior (bootleg?) ] dkngjnrb:0:6001:90:000:Infinite Credits dkngjnrb:0:6228:06:000:Infinite Lives dkngjnrb:0:19C9:C9:100:Invincibility:Water can still kill though dkngjnrb:0:62B1:63:000:Infinite bonus time dkngjnrb:0:638C:99:502:Infinite bonus time (2/2) ; [ Donkey Kong Junior (Japan?) ] dkngjnrj:0:6001:90:000:Infinite Credits dkngjnrj:0:6228:06:000:Infinite Lives dkngjnrj:0:19C9:C9:100:Invincibility:Water can still kill though dkngjnrj:0:62B1:63:000:Infinite bonus time dkngjnrj:0:638C:99:502:Infinite bonus time (2/2) ; [ Donkey Kong (US set 1) ] dkong:0:6001:90:000:Infinite Credits dkong:0:6228:06:000:Infinite Lives dkong:0:19C9:C9:100:Invincibility dkong:0:6394:0F:002:Infinite hammer upon pickup dkong:0:62B1:63:000:Infinite bonus time dkong:0:638C:99:502:Infinite bonus time (2/2) dkong:0:62B9:00:000:No fireballs on ramps dkong:0:6403:00:000:No fireballs on factory dkong:0:65A0:00:000:No pies on factory dkong:0:6400:00:000:No fireballs on rivets dkong:0:6500:00:000:No jacks on elevators dkong:0:6392:00:000:No barrels on ramps dkong:0:6215:01:000:Always climb dkong:0:6215:00:001:Deactivate climb dkong:0:6217:01:000:Hammer dkong:0:6691:01:500:Hammer (2/2) dkong:0:6290:00:001:Finish sub-level 4 Now! dkong:0:6229:FF:072:Select current round dkong:0:6229:FF:062:Select next round ; [ Donkey Kong 3 (US) ] dkong3:0:6BF1:63:000:Infinite Credits dkong3:0:601A:06:000:Infinite Lives :dkong3:20800000:0E97:000000C9:FFFFFFFF:Invincibility :dkong3:20810000:0EB1:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Fire :dkong3:20810000:2032:00000018:FFFFFFFF:Invincibility (3/4):Spread Bee :dkong3:20810000:4BC0:000000C9:FFFFFFFF:Invincibility (4/4):Fall of Kong dkong3:0:603D:00:000:Infinite SShooter upon pickup ; [ Donkey Kong 3 (bootleg on Donkey Kong Jr. hardware) ] dkong3b:0:6BF1:63:000:Infinite Credits dkong3b:0:601A:06:000:Infinite Lives :dkong3b:20800000:0E3E:000000C9:FFFFFFFF:Invincibility :dkong3b:20810000:0E61:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Fire :dkong3b:20810000:1FB8:00000018:FFFFFFFF:Invincibility (3/4):Spread Bee :dkong3b:20810000:4B3F:000000C9:FFFFFFFF:Invincibility (4/4):Fall of Kong dkong3b:0:603D:00:000:Infinite SShooter upon pickup ; [ Donkey Kong 3 (Japan) ] dkong3j:0:6BF1:63:000:Infinite Credits dkong3j:0:601A:06:000:Infinite Lives :dkong3j:20800000:0E97:000000C9:FFFFFFFF:Invincibility :dkong3j:20810000:0EB1:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Fire :dkong3j:20810000:2032:00000018:FFFFFFFF:Invincibility (3/4):Spread Bee :dkong3j:20810000:4BC0:000000C9:FFFFFFFF:Invincibility (4/4):Fall of Kong dkong3j:0:603D:00:000:Infinite SShooter upon pickup ; [ Donkey Kong (Japan set 2) ] dkongjo:0:6001:90:000:Infinite Credits dkongjo:0:6228:06:000:Infinite Lives dkongjo:0:19C9:C9:100:Invincibility dkongjo:0:6394:0F:002:Infinite hammer upon pickup dkongjo:0:62B1:63:000:Infinite bonus time dkongjo:0:638C:99:502:Infinite bonus time (2/2) dkongjo:0:62B9:00:000:No fireballs on ramps dkongjo:0:6403:00:000:No fireballs on factory dkongjo:0:65A0:00:000:No pies on factory dkongjo:0:6400:00:000:No fireballs on rivets dkongjo:0:6500:00:000:No jacks on elevators dkongjo:0:6392:00:000:No barrels on ramps dkongjo:0:6215:01:000:Always climb dkongjo:0:6215:00:001:Deactivate climb dkongjo:0:6217:01:000:Hammer dkongjo:0:6691:01:500:Hammer (2/2) dkongjo:0:6290:00:001:Finish sub-level 4 Now! dkongjo:0:6229:FF:072:Select current round dkongjo:0:6229:FF:062:Select next round ; [ Donkey Kong (Japan set 3) (bad dump?) ] dkongjo1:0:6001:90:000:Infinite Credits dkongjo1:0:6228:06:000:Infinite Lives dkongjo1:0:19C9:C9:100:Invincibility dkongjo1:0:6394:0F:002:Infinite hammer upon pickup dkongjo1:0:62B1:63:000:Infinite bonus time dkongjo1:0:638C:99:502:Infinite bonus time (2/2) dkongjo1:0:62B9:00:000:No fireballs on ramps dkongjo1:0:6403:00:000:No fireballs on factory dkongjo1:0:65A0:00:000:No pies on factory dkongjo1:0:6400:00:000:No fireballs on rivets dkongjo1:0:6500:00:000:No jacks on elevators dkongjo1:0:6392:00:000:No barrels on ramps dkongjo1:0:6215:01:000:Always climb dkongjo1:0:6215:00:001:Deactivate climb dkongjo1:0:6217:01:000:Hammer dkongjo1:0:6691:01:500:Hammer (2/2) dkongjo1:0:6290:00:001:Finish sub-level 4 Now! dkongjo1:0:6229:FF:072:Select current round dkongjo1:0:6229:FF:062:Select next round ; [ Donkey Kong (Japan set 1) ] dkongjp:0:6001:90:000:Infinite Credits dkongjp:0:6228:06:000:Infinite Lives dkongjp:0:19C9:C9:100:Invincibility dkongjp:0:6394:0F:002:Infinite hammer upon pickup dkongjp:0:62B1:63:000:Infinite bonus time dkongjp:0:638C:99:502:Infinite bonus time (2/2) dkongjp:0:62B9:00:000:No fireballs on ramps dkongjp:0:6403:00:000:No fireballs on factory dkongjp:0:65A0:00:000:No pies on factory dkongjp:0:6400:00:000:No fireballs on rivets dkongjp:0:6500:00:000:No jacks on elevators dkongjp:0:6392:00:000:No barrels on ramps dkongjp:0:6215:01:000:Always climb dkongjp:0:6215:00:001:Deactivate climb dkongjp:0:6217:01:000:Hammer dkongjp:0:6691:01:500:Hammer (2/2) dkongjp:0:6290:00:001:Finish sub-level 4 Now! dkongjp:0:6229:FF:072:Select current round dkongjp:0:6229:FF:062:Select next round ; [ Donkey Kong Junior (US) ] dkongjr:0:6001:90:000:Infinite Credits dkongjr:0:6228:06:000:Infinite Lives dkongjr:0:19C9:C9:100:Invincibility:Water can still kill though dkongjr:0:62B1:63:000:Infinite bonus time dkongjr:0:638C:99:502:Infinite bonus time (2/2) ; [ Donkey Kong Jr. (bootleg) ] dkongjrb:0:6001:90:000:Infinite Credits dkongjrb:0:6228:06:000:Infinite Lives dkongjrb:0:19C9:C9:100:Invincibility:Water can still kill though dkongjrb:0:62B1:63:000:Infinite bonus time dkongjrb:0:638C:99:502:Infinite bonus time (2/2) ; [ Donkey Kong Jr. (Japan) ] dkongjrj:0:6001:90:000:Infinite Credits dkongjrj:0:6228:06:000:Infinite Lives dkongjrj:0:19C9:C9:100:Invincibility:Water can still kill though dkongjrj:0:62B1:63:000:Infinite bonus time dkongjrj:0:638C:99:502:Infinite bonus time (2/2) ; [ Donkey Kong Jr. (Moon Cresta hardware) ] dkongjrm:0:6001:90:000:Infinite Credits dkongjrm:0:6228:06:000:Infinite Lives dkongjrm:0:19C9:C9:100:Invincibility:Water can still kill though dkongjrm:0:62B1:63:000:Infinite bonus time dkongjrm:0:638C:99:502:Infinite bonus time (2/2) ; [ Donkey Kong (US set 2) ] dkongo:0:6001:90:000:Infinite Credits dkongo:0:6228:06:000:Infinite Lives dkongo:0:19C9:C9:100:Invincibility dkongo:0:6394:0F:002:Infinite hammer upon pickup dkongo:0:62B1:63:000:Infinite bonus time dkongo:0:638C:99:502:Infinite bonus time (2/2) dkongo:0:62B9:00:000:No fireballs on ramps dkongo:0:6403:00:000:No fireballs on factory dkongo:0:65A0:00:000:No pies on factory dkongo:0:6400:00:000:No fireballs on rivets dkongo:0:6500:00:000:No jacks on elevators dkongo:0:6392:00:000:No barrels on ramps dkongo:0:6215:01:000:Always climb dkongo:0:6215:00:001:Deactivate climb dkongo:0:6217:01:000:Hammer dkongo:0:6691:01:500:Hammer (2/2) dkongo:0:6290:00:001:Finish sub-level 4 Now! dkongo:0:6229:FF:072:Select current round dkongo:0:6229:FF:062:Select next round ; [ Dragon's Lair ] dlair:0:0000:00:999:[ There are no cheats ]:REASON 1 dlair:0:0000:00:999:[ for this game as it ]:REASON 1 dlair:0:0000:00:999:[ didn't work the last ]:REASON 1 dlair:0:0000:00:999:[ time it was tested. ]:REASON 1 dlair:0:0000:00:999:[ If the game now works ]:REASON 1 dlair:0:0000:00:999:[ please request cheats ]:REASON 1 dlair:0:0000:00:999:[ for it on the cheat ]:REASON 1 dlair:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dynamite League (Japan) ] dleague:0:10056D:09:000:Infinite Credits dleague:0:1026D0:00:000:Infinite Strikes dleague:0:1026D1:00:000:Infinite Balls dleague:0:1026D2:00:000:Infinite Outs dleague:0:1026D0:00:001:Set Strikes to 0 Now! dleague:0:1026D0:02:001:Set Strikes to 2 Now! dleague:0:1026D1:00:001:Set Balls to 0 Now! dleague:0:1026D1:03:001:Set Balls to 3 Now! dleague:0:1026D2:00:001:Set Outs to 0 Now! dleague:0:1026D2:02:001:Set Outs to 2 Now! ; [ Diamond Derby (set 1) ] dmndrby:0:0000:00:999:[ There are no cheats ]:REASON 1 dmndrby:0:0000:00:999:[ for this game as it ]:REASON 1 dmndrby:0:0000:00:999:[ didn't work the last ]:REASON 1 dmndrby:0:0000:00:999:[ time it was tested. ]:REASON 1 dmndrby:0:0000:00:999:[ If the game now works ]:REASON 1 dmndrby:0:0000:00:999:[ please request cheats ]:REASON 1 dmndrby:0:0000:00:999:[ for it on the cheat ]:REASON 1 dmndrby:0:0000:00:999:[ forums. ]:REASON 1 ; [ Diamond Derby (set 2) ] dmndrbya:0:0000:00:999:[ There are no cheats ]:REASON 1 dmndrbya:0:0000:00:999:[ for this game as it ]:REASON 1 dmndrbya:0:0000:00:999:[ didn't work the last ]:REASON 1 dmndrbya:0:0000:00:999:[ time it was tested. ]:REASON 1 dmndrbya:0:0000:00:999:[ If the game now works ]:REASON 1 dmndrbya:0:0000:00:999:[ please request cheats ]:REASON 1 dmndrbya:0:0000:00:999:[ for it on the cheat ]:REASON 1 dmndrbya:0:0000:00:999:[ forums. ]:REASON 1 ; [ Demon Front (V102) ] dmnfrnt:0:0000:00:999:[ There are no cheats ]:REASON 1 dmnfrnt:0:0000:00:999:[ for this game as it ]:REASON 1 dmnfrnt:0:0000:00:999:[ didn't work the last ]:REASON 1 dmnfrnt:0:0000:00:999:[ time it was tested. ]:REASON 1 dmnfrnt:0:0000:00:999:[ If the game now works ]:REASON 1 dmnfrnt:0:0000:00:999:[ please request cheats ]:REASON 1 dmnfrnt:0:0000:00:999:[ for it on the cheat ]:REASON 1 dmnfrnt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Demon Front (V105) ] dmnfrnta:0:0000:00:999:[ There are no cheats ]:REASON 1 dmnfrnta:0:0000:00:999:[ for this game as it ]:REASON 1 dmnfrnta:0:0000:00:999:[ didn't work the last ]:REASON 1 dmnfrnta:0:0000:00:999:[ time it was tested. ]:REASON 1 dmnfrnta:0:0000:00:999:[ If the game now works ]:REASON 1 dmnfrnta:0:0000:00:999:[ please request cheats ]:REASON 1 dmnfrnta:0:0000:00:999:[ for it on the cheat ]:REASON 1 dmnfrnta:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dynamite Deka (J 960515 V1.000) ] dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 1) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 1) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 1) PL1 (3/6) dnmtdeka:0:060E1A15:03:500:Always have Missile Launcher (Stage 1) PL1 (4/6) dnmtdeka:0:060E1A3D:03:500:Always have Missile Launcher (Stage 1) PL1 (5/6) dnmtdeka:0:060E1A5F:02:500:Always have Missile Launcher (Stage 1) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 2) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 2) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 2) PL1 (3/6) dnmtdeka:0:060E1F95:03:500:Always have Missile Launcher (Stage 2) PL1 (4/6) dnmtdeka:0:060E1FBD:03:500:Always have Missile Launcher (Stage 2) PL1 (5/6) dnmtdeka:0:060E1FDF:02:500:Always have Missile Launcher (Stage 2) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 3) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 3) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 3) PL1 (3/6) dnmtdeka:0:060E1905:03:500:Always have Missile Launcher (Stage 3) PL1 (4/6) dnmtdeka:0:060E192D:03:500:Always have Missile Launcher (Stage 3) PL1 (5/6) dnmtdeka:0:060E194F:04:500:Always have Missile Launcher (Stage 3) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 4) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 4) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 4) PL1 (3/6) dnmtdeka:0:060E2475:03:500:Always have Missile Launcher (Stage 4) PL1 (4/6) dnmtdeka:0:060E249D:03:500:Always have Missile Launcher (Stage 4) PL1 (5/6) dnmtdeka:0:060E24BF:04:500:Always have Missile Launcher (Stage 4) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 5-6) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 5-6) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 5-6) PL1 (3/6) dnmtdeka:0:060E2125:03:500:Always have Missile Launcher (Stage 5-6) PL1 (4/6) dnmtdeka:0:060E214D:03:500:Always have Missile Launcher (Stage 5-6) PL1 (5/6) dnmtdeka:0:060E216F:04:500:Always have Missile Launcher (Stage 5-6) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 7) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 7) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 7) PL1 (3/6) dnmtdeka:0:060E1905:03:500:Always have Missile Launcher (Stage 7) PL1 (4/6) dnmtdeka:0:060E192D:03:500:Always have Missile Launcher (Stage 7) PL1 (5/6) dnmtdeka:0:060E194F:04:500:Always have Missile Launcher (Stage 7) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 8) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 8) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 8) PL1 (3/6) dnmtdeka:0:060E23F5:03:500:Always have Missile Launcher (Stage 8) PL1 (4/6) dnmtdeka:0:060E241D:03:500:Always have Missile Launcher (Stage 8) PL1 (5/6) dnmtdeka:0:060E243F:04:500:Always have Missile Launcher (Stage 8) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 9) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 9) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 9) PL1 (3/6) dnmtdeka:0:060E1905:03:500:Always have Missile Launcher (Stage 9) PL1 (4/6) dnmtdeka:0:060E192D:03:500:Always have Missile Launcher (Stage 9) PL1 (5/6) dnmtdeka:0:060E294F:04:500:Always have Missile Launcher (Stage 9) PL1 (6/6) dnmtdeka:0:0609616B:F7:000:Always have Missile Launcher (Stage 10) PL1 dnmtdeka:0:06098503:04:500:Always have Missile Launcher (Stage 10) PL1 (2/6) dnmtdeka:0:060E0E03:03:500:Always have Missile Launcher (Stage 10) PL1 (3/6) dnmtdeka:0:060E1FD5:03:500:Always have Missile Launcher (Stage 10) PL1 (4/6) dnmtdeka:0:060E1FFD:03:500:Always have Missile Launcher (Stage 10) PL1 (5/6) dnmtdeka:0:060E201F:04:500:Always have Missile Launcher (Stage 10) PL1 (6/6) ; [ Dead or Alive (Model 2B) ] doa:0:0000:00:999:[ There are no cheats ]:REASON 1 doa:0:0000:00:999:[ for this game as it ]:REASON 1 doa:0:0000:00:999:[ didn't work the last ]:REASON 1 doa:0:0000:00:999:[ time it was tested. ]:REASON 1 doa:0:0000:00:999:[ If the game now works ]:REASON 1 doa:0:0000:00:999:[ please request cheats ]:REASON 1 doa:0:0000:00:999:[ for it on the cheat ]:REASON 1 doa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dead or Alive (Model 2A) ] doaa:0:0000:00:999:[ There are no cheats ]:REASON 1 doaa:0:0000:00:999:[ for this game as it ]:REASON 1 doaa:0:0000:00:999:[ didn't work the last ]:REASON 1 doaa:0:0000:00:999:[ time it was tested. ]:REASON 1 doaa:0:0000:00:999:[ If the game now works ]:REASON 1 doaa:0:0000:00:999:[ please request cheats ]:REASON 1 doaa:0:0000:00:999:[ for it on the cheat ]:REASON 1 doaa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dead Or Alive ++ (JAPAN) ] doapp:0:0008CAA8:63:000:Infinite Credits :doapp:00001301:0008CE9A:00000007:FFFFFFFF:Select Starting Stage:Enable on the character selection screen doapp:0:00095500:01:001:Enable RAIDOU character selection:Enable on the title screen. Note the cheat effect is stored in doapp.nv so the cheat will work on subsequent loads doapp:0:00095500:00:001:Disable RAIDOU character selection:Enable on the title screen. Note the cheat effect is stored in doapp.nv so the cheat will work on subsequent loads doapp:0:0008CA99:63:000:Infinite Time doapp:0:0008CA99:00:001:Finish this Round Now! doapp:0:00096360:F0:000:Infinite Energy PL1 doapp:0:00096360:00:001:Drain All Energy Now! PL1 doapp:0:000963C0:F0:000:Infinite Energy PL2 doapp:0:000963C0:00:001:Drain All Energy Now! PL2 ; [ Mr. Do's Castle (set 2) ] docastl2:0:8103:07:000:Infinite Lives docastl2:0:8150:04:040:Invincibility ; [ Mr. Do's Castle (set 1) ] docastle:0:8103:07:000:Infinite Lives docastle:0:8150:04:040:Invincibility ; [ Mr. Do's Castle (older) ] docastlo:0:8103:07:000:Infinite Lives docastlo:0:8150:04:040:Invincibility ; [ Dock Man ] dockman:0:8050:05:000:Infinite Lives :dockman:20800000:1025:000000C3:FFFFFFFF:Invincibility :dockman:20910000:43AF:0000B8C3:FFFFFFFF:Invincibility (2/3):1st = In the Port, 2nd = In the Warehouse :dockman:20810000:4573:000000C9:FFFFFFFF:Invincibility (3/3):Dynamite in the Warehouse :dockman:20900000:0008:00002800:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Dodgem ] :dodgem:00000000:1C26:00000010:FFFFFFFF:Infinite Credits :dodgem:00000000:1C0C:00000009:FFFFFFFF:Invincibility :dodgem:00000000:1C0A:00000004:FFFFFFFF:Infinite Lives PL1 :dodgem:00000900:1C71:00000004:FFFFFFFF:Select Track PL1:0 = Outer Track 4 = Inner Track :dodgem:00000000:1C0B:00000004:FFFFFFFF:Infinite Lives PL2 :dodgem:00000900:1C70:00000004:FFFFFFFF:Select Track PL2:0 = Outer Track 4 = Inner Track ; [ Acrobatic Dog-Fight ] dogfgt:0:0034:0A:000:Infinite Lives dogfgt:0:003B:09:000:Infinite Parachutes dogfgt:0:0081:7F:000:Infinite Fuel ; [ Dog-Fight (Japan) ] dogfgtj:0:0034:0A:000:Infinite Lives dogfgtj:0:003B:09:000:Infinite Parachutes dogfgtj:0:0081:7F:000:Infinite Fuel ; [ Dog Fight (Thunderbolt) ] dogfight:0:5833:08:000:Infinite Lives PL1 dogfight:0:5834:08:000:Infinite Lives PL2 dogfight:0:590C:80:000:Invincibility dogfight:0:0000:00:999:[See the Dip Switch Menu to ] dogfight:0:0000:00:999:[enable an alternate ] dogfight:0:0000:00:999:[Invincibility cheat. ] dogfight:0:5831:FF:072:Select current level dogfight:0:5831:FF:062:Select next level ; [ Dogou Souken ] dogosoke:0:FC5C:99:000:Infinite Credits dogosoke:0:FDC6:99:000:Infinite Lives PL1 dogosoke:0:FDE8:B4:000:Invincibility PL1 dogosoke:0:FDB7:02:020:Always have armour PL1 dogosoke:0:FDB7:02:041:Lose armour Now! PL1 dogosoke:0:FDB7:04:040:Always have black grenadesPL1 dogosoke:0:FDB7:04:020:Always have red grenades PL1 dogosoke:0:FDB7:04:041:Get black grenades Now! PL1 dogosoke:0:FDB7:04:021:Get red grenades Now! PL1 dogosoke:0:FDBB:02:000:Always have flamethrower PL1 dogosoke:0:FDBB:03:000:Always have sword PL1 dogosoke:0:FDBB:04:000:Always have boomerang PL1 dogosoke:0:FDBB:02:001:Get flamethrower Now! PL1 dogosoke:0:FDBB:03:001:Get sword Now! PL1 dogosoke:0:FDBB:04:001:Get boomerang Now! PL1 dogosoke:0:FE16:99:000:Infinite Lives PL2 dogosoke:0:FE38:B4:000:Invincibility PL2 dogosoke:0:FE07:02:020:Always have armour PL2 dogosoke:0:FE07:02:041:Lose armour Now! PL2 dogosoke:0:FE07:04:040:Always have black grenadesPL2 dogosoke:0:FE07:04:020:Always have red grenades PL2 dogosoke:0:FE07:04:041:Get black grenades Now! PL2 dogosoke:0:FE07:04:021:Get red grenades Now! PL2 dogosoke:0:FE0B:02:000:Always have flamethrower PL2 dogosoke:0:FE0B:03:000:Always have sword PL2 dogosoke:0:FE0B:04:000:Always have boomerang PL2 dogosoke:0:FE0B:02:001:Get flamethrower Now! PL2 dogosoke:0:FE0B:03:001:Get sword Now! PL2 dogosoke:0:FE0B:04:001:Get boomerang Now! PL2 ; [ Dogou Souken (Joystick bootleg) ] dogosokj:0:FC5C:99:000:Infinite Credits dogosokj:0:FDC6:99:000:Infinite Lives PL1 dogosokj:0:FDE8:B4:000:Invincibility PL1 dogosokj:0:FDB7:02:020:Always have armour PL1 dogosokj:0:FDB7:02:041:Lose armour Now! PL1 dogosokj:0:FDB7:04:040:Always have black grenadesPL1 dogosokj:0:FDB7:04:020:Always have red grenades PL1 dogosokj:0:FDB7:04:041:Get black grenades Now! PL1 dogosokj:0:FDB7:04:021:Get red grenades Now! PL1 dogosokj:0:FDBB:02:000:Always have flamethrower PL1 dogosokj:0:FDBB:03:000:Always have sword PL1 dogosokj:0:FDBB:04:000:Always have boomerang PL1 dogosokj:0:FDBB:02:001:Get flamethrower Now! PL1 dogosokj:0:FDBB:03:001:Get sword Now! PL1 dogosokj:0:FDBB:04:001:Get boomerang Now! PL1 dogosokj:0:FE16:99:000:Infinite Lives PL2 dogosokj:0:FE38:B4:000:Invincibility PL2 dogosokj:0:FE07:02:020:Always have armour PL2 dogosokj:0:FE07:02:041:Lose armour Now! PL2 dogosokj:0:FE07:04:040:Always have black grenadesPL2 dogosokj:0:FE07:04:020:Always have red grenades PL2 dogosokj:0:FE07:04:041:Get black grenades Now! PL2 dogosokj:0:FE07:04:021:Get red grenades Now! PL2 dogosokj:0:FE0B:02:000:Always have flamethrower PL2 dogosokj:0:FE0B:03:000:Always have sword PL2 dogosokj:0:FE0B:04:000:Always have boomerang PL2 dogosokj:0:FE0B:02:001:Get flamethrower Now! PL2 dogosokj:0:FE0B:03:001:Get sword Now! PL2 dogosokj:0:FE0B:04:001:Get boomerang Now! PL2 ; [ Dog Patch ] dogpatch:0:2003:99:000:Infinite cans dogpatch:0:2161:00:000:Score always = 0 PL1 dogpatch:0:2160:00:500:Score always = 0 PL1 (2/2) dogpatch:0:2163:00:000:Score always = 0 PL2 dogpatch:0:2162:00:500:Score always = 0 PL2 (2/2) dogpatch:0:2161:00:001:Set score = 0 Now! PL1 dogpatch:0:2160:00:501:Set score = 0 Now! PL1 (2/2) dogpatch:0:2163:00:001:Set score = 0 Now! PL2 dogpatch:0:2162:00:501:Set score = 0 Now! PL2 (2/2) ; [ Dogyuun ] dogyuun:0:000000:00:999:[See the Dip Switch Menu to ] dogyuun:0:000000:00:999:[enable Invincibility. ] dogyuun:0:10025F:FF:000:Quicker level restarts dogyuun:0:1003E9:07:000:Infinite Lives PL1 dogyuun:0:102A6F:0C:000:Always have Bombs PL1:This is the Special Weapon! dogyuun:0:102A6F:04:000:Always have Speed-Up PL1:This is the Special Weapon! dogyuun:0:102A69:00:000:Always have Blue Laser PL1 dogyuun:0:102A69:04:000:Always have Red Laser PL1 dogyuun:0:102A69:08:000:Always have Purple Laser PL1 dogyuun:0:102A69:0C:000:Always have Green Laser PL1 dogyuun:0:102A69:00:001:Get Blue Laser Now! PL1 dogyuun:0:102A69:04:001:Get Red Laser Now! PL1 dogyuun:0:102A69:08:001:Get Purple Laser Now! PL1 dogyuun:0:102A69:0C:001:Get Green Laser Now! PL1 dogyuun:0:1003EB:07:000:Infinite Lives PL2 dogyuun:0:102B2F:0C:000:Always have Bombs PL2:This is the Special Weapon! dogyuun:0:102B2F:04:000:Always have Speed-Up PL2:This is the Special Weapon! dogyuun:0:102B29:00:000:Always have Blue Laser PL2 dogyuun:0:102B29:04:000:Always have Red Laser PL2 dogyuun:0:102B29:08:000:Always have Purple Laser PL2 dogyuun:0:102B29:0C:000:Always have Green Laser PL2 dogyuun:0:102B29:00:001:Get Blue Laser Now! PL2 dogyuun:0:102B29:04:001:Get Red Laser Now! PL2 dogyuun:0:102B29:08:001:Get Purple Laser Now! PL2 dogyuun:0:102B29:0C:001:Get Green Laser Now! PL2 ; [ Dokaben (Japan) ] dokaben:0:E296:00:000:Infinite Outs dokaben:0:E296:03:001:Change sides Now! dokaben:0:E08C:09:000:Infinite Time PL1 dokaben:0:0000:00:999:[ O = Offense - D = Defense ] dokaben:0:E06D:99:000:Infinite O. points PL1 dokaben:0:E06E:03:000:Infinite D. points PL1 dokaben:0:E072:10:000:Total Score always = 10 PL1 dokaben:0:E072:00:000:Total Score always = 0 PL1 dokaben:0:E072:10:001:Total Score = 10 Now! PL1 dokaben:0:E072:00:001:Total Score = 0 Now! PL1 dokaben:0:E072:99:073:Select Total Score PL1 dokaben:0:E18C:09:000:Infinite Time PL2 dokaben:0:0000:00:999:[ O = Offense - D = Defense ] dokaben:0:E16D:99:000:Infinite O. points PL2 dokaben:0:E16E:03:000:Infinite D. points PL2 dokaben:0:E172:10:000:Total Score always = 10 PL2 dokaben:0:E172:00:000:Total Score always = 0 PL2 dokaben:0:E172:10:001:Total Score = 10 Now! PL2 dokaben:0:E172:00:001:Total Score = 0 Now! PL2 dokaben:0:E172:99:073:Select Total Score PL2 ; [ Mahjong Doukyuusei ] dokyusei:0:FFE3D0:03:000:Score always = 100000:If you score too much it's game over! So it's best to use this cheat to stop that happening. dokyusei:0:FFE3D1:E8:500:Score always = 100000 (2/2) dokyusei:0:000000:00:999:[ The winning hand cheat must be ] dokyusei:0:000000:00:999:[ activated when there are 14 tiles ] dokyusei:0:000000:00:999:[ in your hand, then press the RON ] dokyusei:0:000000:00:999:[ key ('Z' by default). The tiles do ] dokyusei:0:000000:00:999:[ not visually change until you make ] dokyusei:0:000000:00:999:[ a move. ] dokyusei:0:FFE486:31:001:Get winning hand Now! dokyusei:0:FFE487:31:501:Get winning hand Now! (02/14) dokyusei:0:FFE488:31:501:Get winning hand Now! (03/14) dokyusei:0:FFE489:32:501:Get winning hand Now! (04/14) dokyusei:0:FFE48A:32:501:Get winning hand Now! (05/14) dokyusei:0:FFE48B:32:501:Get winning hand Now! (06/14) dokyusei:0:FFE48C:33:501:Get winning hand Now! (07/14) dokyusei:0:FFE48D:33:501:Get winning hand Now! (08/14) dokyusei:0:FFE48E:33:501:Get winning hand Now! (09/14) dokyusei:0:FFE48F:34:501:Get winning hand Now! (10/14) dokyusei:0:FFE490:34:501:Get winning hand Now! (11/14) dokyusei:0:FFE491:34:501:Get winning hand Now! (12/14) dokyusei:0:FFE492:35:501:Get winning hand Now! (13/14) dokyusei:0:FFE493:35:501:Get winning hand Now! (14/14) dokyusei:0:FFE493:31:000:Always winning hand dokyusei:0:FFE492:31:500:Always winning hand (02/14) dokyusei:0:FFE491:31:500:Always winning hand (03/14) dokyusei:0:FFE490:32:500:Always winning hand (04/14) dokyusei:0:FFE48F:32:500:Always winning hand (05/14) dokyusei:0:FFE48E:32:500:Always winning hand (06/14) dokyusei:0:FFE48D:33:500:Always winning hand (07/14) dokyusei:0:FFE48C:33:500:Always winning hand (08/14) dokyusei:0:FFE48B:33:500:Always winning hand (09/14) dokyusei:0:FFE48A:34:500:Always winning hand (10/14) dokyusei:0:FFE489:34:500:Always winning hand (11/14) dokyusei:0:FFE488:34:500:Always winning hand (12/14) dokyusei:0:FFE487:35:500:Always winning hand (13/14) dokyusei:0:FFE486:35:500:Always winning hand (14/14) :dokyusei:00000006:FFE486:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :dokyusei:00000006:FFE4CC:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. dokyusei:0:000000:00:999:[ Here is the look-up list for ] dokyusei:0:000000:00:999:[ the above watches. ] dokyusei:0:000000:00:999:[ ] dokyusei:0:000000:00:999:[ value common name chinese name ] dokyusei:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] dokyusei:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] dokyusei:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] dokyusei:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] dokyusei:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] dokyusei:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] dokyusei:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] dokyusei:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] dokyusei:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] dokyusei:0:000000:00:999:[ 11h 1 "dots" 1 "tung" ] dokyusei:0:000000:00:999:[ 12h 2 "dots" 2 "tung" ] dokyusei:0:000000:00:999:[ 13h 3 "dots" 3 "tung" ] dokyusei:0:000000:00:999:[ 14h 4 "dots" 4 "tung" ] dokyusei:0:000000:00:999:[ 15h 5 "dots" 5 "tung" ] dokyusei:0:000000:00:999:[ 16h 6 "dots" 6 "tung" ] dokyusei:0:000000:00:999:[ 17h 7 "dots" 7 "tung" ] dokyusei:0:000000:00:999:[ 18h 8 "dots" 8 "tung" ] dokyusei:0:000000:00:999:[ 19h 9 "dots" 9 "tung" ] dokyusei:0:000000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] dokyusei:0:000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] dokyusei:0:000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] dokyusei:0:000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] dokyusei:0:000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] dokyusei:0:000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] dokyusei:0:000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] dokyusei:0:000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] dokyusei:0:000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] dokyusei:0:000000:00:999:[ 31h East "wind" ] dokyusei:0:000000:00:999:[ 32h South "wind" ] dokyusei:0:000000:00:999:[ 33h West "wind" ] dokyusei:0:000000:00:999:[ 34h North "wind" ] dokyusei:0:000000:00:999:[ 35h White "dragon" ] dokyusei:0:000000:00:999:[ 36h Green "dragon" ] dokyusei:0:000000:00:999:[ 37h Red "dragon" ] dokyusei:0:000000:00:999:[ 3Fh - no tile - ] ; [ Mahjong Doukyuusei Special ] dokyusp:0:FFE68A:03:000:Score always = 100000:If you score too much it's game over! So it's best to use this cheat to stop that happening. dokyusp:0:FFE68B:E8:500:Score always = 100000 (2/2) dokyusp:0:000000:00:999:[ The winning hand cheat must be ] dokyusp:0:000000:00:999:[ activated when there are 14 tiles ] dokyusp:0:000000:00:999:[ in your hand, then press the RON ] dokyusp:0:000000:00:999:[ key ('Z' by default). The tiles do ] dokyusp:0:000000:00:999:[ not visually change until you make ] dokyusp:0:000000:00:999:[ a move. ] dokyusp:0:FFE74E:31:001:Get winning hand Now! dokyusp:0:FFE74F:31:501:Get winning hand Now! (02/14) dokyusp:0:FFE750:31:501:Get winning hand Now! (03/14) dokyusp:0:FFE751:32:501:Get winning hand Now! (04/14) dokyusp:0:FFE752:32:501:Get winning hand Now! (05/14) dokyusp:0:FFE753:32:501:Get winning hand Now! (06/14) dokyusp:0:FFE754:33:501:Get winning hand Now! (07/14) dokyusp:0:FFE755:33:501:Get winning hand Now! (08/14) dokyusp:0:FFE756:33:501:Get winning hand Now! (09/14) dokyusp:0:FFE758:34:501:Get winning hand Now! (10/14) dokyusp:0:FFE757:34:501:Get winning hand Now! (11/14) dokyusp:0:FFE759:34:501:Get winning hand Now! (12/14) dokyusp:0:FFE75A:35:501:Get winning hand Now! (13/14) dokyusp:0:FFE75B:35:501:Get winning hand Now! (14/14) dokyusp:0:FFE74E:31:000:Always winning hand dokyusp:0:FFE74F:31:500:Always winning hand (02/14) dokyusp:0:FFE750:31:500:Always winning hand (03/14) dokyusp:0:FFE751:32:500:Always winning hand (04/14) dokyusp:0:FFE752:32:500:Always winning hand (05/14) dokyusp:0:FFE753:32:500:Always winning hand (06/14) dokyusp:0:FFE754:33:500:Always winning hand (07/14) dokyusp:0:FFE755:33:500:Always winning hand (08/14) dokyusp:0:FFE756:33:500:Always winning hand (09/14) dokyusp:0:FFE758:34:500:Always winning hand (10/14) dokyusp:0:FFE757:34:500:Always winning hand (11/14) dokyusp:0:FFE759:34:500:Always winning hand (12/14) dokyusp:0:FFE75A:35:500:Always winning hand (13/14) dokyusp:0:FFE75B:35:500:Always winning hand (14/14) :dokyusp:00000006:FFE74E:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :dokyusp:00000006:FFE794:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. dokyusp:0:000000:00:999:[ Here is the look-up list for ] dokyusp:0:000000:00:999:[ the above watches. ] dokyusp:0:000000:00:999:[ ] dokyusp:0:000000:00:999:[ value common name chinese name ] dokyusp:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] dokyusp:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] dokyusp:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] dokyusp:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] dokyusp:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] dokyusp:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] dokyusp:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] dokyusp:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] dokyusp:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] dokyusp:0:000000:00:999:[ 11h 1 "dots" 1 "tung" ] dokyusp:0:000000:00:999:[ 12h 2 "dots" 2 "tung" ] dokyusp:0:000000:00:999:[ 13h 3 "dots" 3 "tung" ] dokyusp:0:000000:00:999:[ 14h 4 "dots" 4 "tung" ] dokyusp:0:000000:00:999:[ 15h 5 "dots" 5 "tung" ] dokyusp:0:000000:00:999:[ 16h 6 "dots" 6 "tung" ] dokyusp:0:000000:00:999:[ 17h 7 "dots" 7 "tung" ] dokyusp:0:000000:00:999:[ 18h 8 "dots" 8 "tung" ] dokyusp:0:000000:00:999:[ 19h 9 "dots" 9 "tung" ] dokyusp:0:000000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] dokyusp:0:000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] dokyusp:0:000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] dokyusp:0:000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] dokyusp:0:000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] dokyusp:0:000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] dokyusp:0:000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] dokyusp:0:000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] dokyusp:0:000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] dokyusp:0:000000:00:999:[ 31h East "wind" ] dokyusp:0:000000:00:999:[ 32h South "wind" ] dokyusp:0:000000:00:999:[ 33h West "wind" ] dokyusp:0:000000:00:999:[ 34h North "wind" ] dokyusp:0:000000:00:999:[ 35h White "dragon" ] dokyusp:0:000000:00:999:[ 36h Green "dragon" ] dokyusp:0:000000:00:999:[ 37h Red "dragon" ] dokyusp:0:000000:00:999:[ 3Fh - no tile - ] ; [ Domino Man ] domino:0:C1B5:08:000:Infinite Lives domino:0:0000:00:999:[Use Freeze only if object ] domino:0:0000:00:999:[is on the screen. ] domino:0:F024:3C:000:Freeze the Bee domino:0:F01C:D6:000:Freeze Big Man ; [ Dominos ] dominos:0:0052:00:000:Stop PL2 (White) winning dominos:0:0050:00:000:Stop PL1 (Black) winning dominos:0:0050:06:070:Select Score PL1 dominos:0:0052:06:070:Select Score PL2 ; [ Dommy ] dommy:0:AF23:60:100:Invincibility dommy:0:C2D3:60:600:Invincibility (2/2) dommy:0:0039:12:000:Infinite Lives PL1 dommy:0:004B:12:000:Infinite Lives PL2 ; [ Don Den Mahjong [BET] (Japan) ] dondenmj:0:0000:00:999:[ The winning hand cheat must be ] dondenmj:0:0000:00:999:[ activated when there are 14 tiles ] dondenmj:0:0000:00:999:[ in your hand, then press the RON ] dondenmj:0:0000:00:999:[ key ('Z' by default). The tiles do ] dondenmj:0:0000:00:999:[ not visually change until you make ] dondenmj:0:0000:00:999:[ a move. ] dondenmj:0:7001:01:001:Get winning hand Now! dondenmj:0:7002:01:501:Get winning hand Now! (02/14) dondenmj:0:7003:01:501:Get winning hand Now! (03/14) dondenmj:0:7004:02:501:Get winning hand Now! (04/14) dondenmj:0:7005:02:501:Get winning hand Now! (05/14) dondenmj:0:7006:02:501:Get winning hand Now! (06/14) dondenmj:0:7007:03:501:Get winning hand Now! (07/14) dondenmj:0:7008:03:501:Get winning hand Now! (08/14) dondenmj:0:7009:03:501:Get winning hand Now! (09/14) dondenmj:0:700A:04:501:Get winning hand Now! (10/14) dondenmj:0:700B:04:501:Get winning hand Now! (11/14) dondenmj:0:700C:04:501:Get winning hand Now! (12/14) dondenmj:0:700D:05:501:Get winning hand Now! (13/14) dondenmj:0:700E:05:501:Get winning hand Now! (14/14) dondenmj:0:7001:01:000:Always winning hand dondenmj:0:7002:01:500:Always winning hand (02/14) dondenmj:0:7003:01:500:Always winning hand (03/14) dondenmj:0:7004:02:500:Always winning hand (04/14) dondenmj:0:7005:02:500:Always winning hand (05/14) dondenmj:0:7006:02:500:Always winning hand (06/14) dondenmj:0:7007:03:500:Always winning hand (07/14) dondenmj:0:7008:03:500:Always winning hand (08/14) dondenmj:0:7009:03:500:Always winning hand (09/14) dondenmj:0:700A:04:500:Always winning hand (10/14) dondenmj:0:700B:04:500:Always winning hand (11/14) dondenmj:0:700C:04:500:Always winning hand (12/14) dondenmj:0:700D:05:500:Always winning hand (13/14) dondenmj:0:700E:05:500:Always winning hand (14/14) ; [ Don Doko Don (Japan) ] dondokdj:0:1028C7:09:000:Infinite Credits :dondokdj:00001301:105B3B:00000031:FFFFFFFF:Select starting round:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! dondokdj:0:105B3B:31:061:Select next round dondokdj:0:1084C6:FF:000:Infinite Lives PL1 dondokdj:0:1084E7:10:000:Always have Max Power PL1 dondokdj:0:1084B0:08:020:Invincibility "ON" PL1 dondokdj:0:1084B0:08:041:Invincibility "OFF" PL1 dondokdj:0:108504:FF:000:Infinite Lives PL2 dondokdj:0:108525:10:000:Always have Max Power PL2 dondokdj:0:1084EE:08:020:Invincibility "ON" PL2 dondokdj:0:1084EE:08:041:Invincibility "OFF" PL2 ; [ Don Doko Don (US) ] dondokdu:0:1028C7:09:000:Infinite Credits :dondokdu:00001301:105B3B:00000031:FFFFFFFF:Select starting round:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! dondokdu:0:105B3B:31:061:Select next round dondokdu:0:1084C6:FF:000:Infinite Lives PL1 dondokdu:0:1084E7:10:000:Always have Max Power PL1 dondokdu:0:1084B0:08:020:Invincibility "ON" PL1 dondokdu:0:1084B0:08:041:Invincibility "OFF" PL1 dondokdu:0:108504:FF:000:Infinite Lives PL2 dondokdu:0:108525:10:000:Always have Max Power PL2 dondokdu:0:1084EE:08:020:Invincibility "ON" PL2 dondokdu:0:1084EE:08:041:Invincibility "OFF" PL2 ; [ Don Doko Don (World) ] dondokod:0:1028C7:09:000:Infinite Credits :dondokod:00001301:105B3B:00000031:FFFFFFFF:Select starting round:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! dondokod:0:105B3B:31:061:Select next round dondokod:0:1084C6:FF:000:Infinite Lives PL1 dondokod:0:1084E7:10:000:Always have Max Power PL1 dondokod:0:1084B0:08:020:Invincibility "ON" PL1 dondokod:0:1084B0:08:041:Invincibility "OFF" PL1 dondokod:0:108504:FF:000:Infinite Lives PL2 dondokod:0:108525:10:000:Always have Max Power PL2 dondokod:0:1084EE:08:020:Invincibility "ON" PL2 dondokod:0:1084EE:08:041:Invincibility "OFF" PL2 ; [ DonPachi (US) ] donpachi:0:10139B:09:000:Infinite Credits donpachi:0:101A2F:07:000:Infinite Lives PL1 donpachi:0:10217B:04:000:Infinite Bombs PL1 donpachi:0:102196:02:000:Invincibility PL1:Enable when you have a shield donpachi:0:102179:04:000:Maximum Fire Power PL1 donpachi:0:101A31:07:000:Infinite Lives PL2 donpachi:0:1021BB:04:000:Infinite Bombs PL2 donpachi:0:1021D6:02:000:Invincibility PL2:Enable when you have a shield donpachi:0:1021B9:04:000:Maximum Fire Power PL2 ; [ DonPachi (Japan) ] donpachj:0:10139B:09:000:Infinite Credits donpachj:0:101A2F:07:000:Infinite Lives PL1 donpachj:0:10217B:04:000:Infinite Bombs PL1 donpachj:0:102196:02:000:Invincibility PL1:Enable when you have a shield donpachj:0:102179:04:000:Maximum Fire Power PL1 donpachj:0:101A31:07:000:Infinite Lives PL2 donpachj:0:1021BB:04:000:Infinite Bombs PL2 donpachj:0:1021D6:02:000:Invincibility PL2:Enable when you have a shield donpachj:0:1021B9:04:000:Maximum Fire Power PL2 ; [ DonPachi (Korea) ] donpachk:0:10139B:09:000:Infinite Credits donpachk:0:101A2F:07:000:Infinite Lives PL1 donpachk:0:10217B:04:000:Infinite Bombs PL1 donpachk:0:102196:02:000:Invincibility PL1:Enable when you have a shield donpachk:0:102179:04:000:Maximum Fire Power PL1 donpachk:0:101A31:07:000:Infinite Lives PL2 donpachk:0:1021BB:04:000:Infinite Bombs PL2 donpachk:0:1021D6:02:000:Invincibility PL2:Enable when you have a shield donpachk:0:1021B9:04:000:Maximum Fire Power PL2 ; [ Dorachan ] dorachan:0:1821:2D:000:Infinite Time dorachan:0:18B2:02:000:Infinite Lives PL1 dorachan:0:1927:02:000:Infinite Lives PL2 ; [ Dorodon (set 1) ] :dorodon:20900000:01E7:000007C2:FFFFFFFF:Invincibility :dorodon:20910000:087A:00000784:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire dorodon:0:6066:06:000:Infinite Lives PL1 dorodon:0:6067:06:000:Infinite Lives PL2 ; [ Dorodon (set 2) ] :dorodon2:20900000:01E7:000007C2:FFFFFFFF:Invincibility :dorodon2:20910000:087A:00000784:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire dorodon2:0:6066:06:000:Infinite Lives PL1 dorodon2:0:6067:06:000:Infinite Lives PL2 ; [ Do! Run Run (Do's Castle hardware, set 2) ] dorunrca:0:8203:07:000:Infinite Lives dorunrca:0:8D38:78:000:Always Have Powerball dorunrca:0:8206:00:000:No green monsters dorunrca:0:8212:00:000:No blue monsters dorunrca:0:0000:00:999:[Activate Invincibility ] dorunrca:0:0000:00:999:[during play only! ] dorunrca:0:81C0:00:000:Invincibility dorunrca:0:8D20:A0:511:Invincibility (2/2) ; [ Do! Run Run (set 2) ] dorunru2:0:2203:07:000:Infinite Lives dorunru2:0:2D38:78:000:Always Have Powerball dorunru2:0:2206:00:000:No green monsters dorunru2:0:2212:00:000:No blue monsters dorunru2:0:0000:00:999:[Activate Invincibility ] dorunru2:0:0000:00:999:[during play only! ] dorunru2:0:21C0:00:000:Invincibility dorunru2:0:2D20:A0:511:Invincibility (2/2) ; [ Do! Run Run (Do's Castle hardware, set 1) ] dorunruc:0:8203:07:000:Infinite Lives dorunruc:0:8D38:78:000:Always Have Powerball dorunruc:0:8206:00:000:No green monsters dorunruc:0:8212:00:000:No blue monsters dorunruc:0:0000:00:999:[Activate Invincibility ] dorunruc:0:0000:00:999:[during play only! ] dorunruc:0:81C0:00:000:Invincibility dorunruc:0:8D20:A0:511:Invincibility (2/2) ; [ Do! Run Run (set 1) ] dorunrun:0:2203:07:000:Infinite Lives dorunrun:0:2D38:78:000:Always Have Powerball dorunrun:0:2206:00:000:No green monsters dorunrun:0:2212:00:000:No blue monsters dorunrun:0:0000:00:999:[Activate Invincibility ] dorunrun:0:0000:00:999:[during play only! ] dorunrun:0:21C0:00:000:Invincibility dorunrun:0:2D20:A0:511:Invincibility (2/2) ; [ Dottori Kun (old version) ] dotriku2:0:86CE:01:040:Invincibility dotriku2:0:860B:00:001:Finish this Level Now! dotriku2:0:0000:00:999:[The Select next level ] dotriku2:0:0000:00:999:[(display) cheat is cosmetic] dotriku2:0:0000:00:999:[only after level 11 the ] dotriku2:0:0000:00:999:[gets no harder only the ] dotriku2:0:0000:00:999:[displayed number increases!] dotriku2:0:86CC:0A:061:Select next level (actual) dotriku2:0:86CD:98:063:Select next level (display) ; [ Dottori Kun (new version) ] dotrikun:0:86CE:01:040:Invincibility dotrikun:0:860B:00:001:Finish this Level Now! dotrikun:0:0000:00:999:[The Select next level ] dotrikun:0:0000:00:999:[(display) cheat is cosmetic] dotrikun:0:0000:00:999:[only after level 11 the ] dotrikun:0:0000:00:999:[gets no harder only the ] dotrikun:0:0000:00:999:[displayed number increases!] dotrikun:0:86CC:0A:061:Select next level (actual) dotrikun:0:86CD:98:063:Select next level (display) ; [ Discs of Tron (Upright) ] dotron:0:E012:0C:061:Select next level dotron:0:0000:00:999:[ Tron is the Player (i.e. You!) ] dotron:0:0000:00:999:[ Sark is the CPU (your enemy!) ] dotron:0:E00C:06:000:Infinite Lives (Tron) dotron:0:E43A:09:000:Infinite Shields (Tron) dotron:0:E430:07:000:Infinite Deflects dotron:0:E09C:3E:000:Always have HeatSeeker Disc(Tron):This cheat is slightly buggy graphically dotron:0:E042:7F:000:Always have Rapid Fire (Tron):This cheat is slightly buggy graphically dotron:0:E4A5:00:000:Always have Slow Throw (Tron) dotron:0:E4A5:10:000:Always have Fast Throw (Tron) dotron:0:E4A5:1A:000:Always have Turbo Throw (Tron) dotron:0:E4A9:00:000:Always have Slow Fetch (Tron) dotron:0:E4A9:20:000:Always have Fast Fetch (Tron) dotron:0:E4A9:50:000:Always have Turbo Fetch (Tron) dotron:0:E4A7:00:000:Always have Slow Throw (Sark) dotron:0:E4A7:10:000:Always have Fast Throw (Sark) dotron:0:E4A7:1A:000:Always have Turbo Throw (Sark) dotron:0:E4AB:00:000:Always have Slow Fetch (Sark) dotron:0:E4AB:20:000:Always have Fast Fetch (Sark) dotron:0:E4AB:50:000:Always have Turbo Fetch (Sark) ; [ Discs of Tron (Upright alternate) ] dotrona:0:E012:0C:061:Select next level dotrona:0:0000:00:999:[ Tron is the Player (i.e. You!) ] dotrona:0:0000:00:999:[ Sark is the CPU (your enemy!) ] dotrona:0:E00C:06:000:Infinite Lives (Tron) dotrona:0:E43A:09:000:Infinite Shields (Tron) dotrona:0:E430:07:000:Infinite Deflects dotrona:0:E09C:3E:000:Always have HeatSeeker Disc(Tron):This cheat is slightly buggy graphically dotrona:0:E042:7F:000:Always have Rapid Fire (Tron):This cheat is slightly buggy graphically dotrona:0:E4A5:00:000:Always have Slow Throw (Tron) dotrona:0:E4A5:10:000:Always have Fast Throw (Tron) dotrona:0:E4A5:1A:000:Always have Turbo Throw (Tron) dotrona:0:E4A9:00:000:Always have Slow Fetch (Tron) dotrona:0:E4A9:20:000:Always have Fast Fetch (Tron) dotrona:0:E4A9:50:000:Always have Turbo Fetch (Tron) dotrona:0:E4A7:00:000:Always have Slow Throw (Sark) dotrona:0:E4A7:10:000:Always have Fast Throw (Sark) dotrona:0:E4A7:1A:000:Always have Turbo Throw (Sark) dotrona:0:E4AB:00:000:Always have Slow Fetch (Sark) dotrona:0:E4AB:20:000:Always have Fast Fetch (Sark) dotrona:0:E4AB:50:000:Always have Turbo Fetch (Sark) ; [ Discs of Tron (Environmental) ] dotrone:0:E012:0C:061:Select next level dotrone:0:0000:00:999:[ Tron is the Player (i.e. You!) ] dotrone:0:0000:00:999:[ Sark is the CPU (your enemy!) ] dotrone:0:E00C:06:000:Infinite Lives (Tron) dotrone:0:E43A:09:000:Infinite Shields (Tron) dotrone:0:E430:07:000:Infinite Deflects dotrone:0:E09C:3E:000:Always have HeatSeeker Disc(Tron):This cheat is slightly buggy graphically dotrone:0:E042:7F:000:Always have Rapid Fire (Tron):This cheat is slightly buggy graphically dotrone:0:E4A5:00:000:Always have Slow Throw (Tron) dotrone:0:E4A5:10:000:Always have Fast Throw (Tron) dotrone:0:E4A5:1A:000:Always have Turbo Throw (Tron) dotrone:0:E4A9:00:000:Always have Slow Fetch (Tron) dotrone:0:E4A9:20:000:Always have Fast Fetch (Tron) dotrone:0:E4A9:50:000:Always have Turbo Fetch (Tron) dotrone:0:E4A7:00:000:Always have Slow Throw (Sark) dotrone:0:E4A7:10:000:Always have Fast Throw (Sark) dotrone:0:E4A7:1A:000:Always have Turbo Throw (Sark) dotrone:0:E4AB:00:000:Always have Slow Fetch (Sark) dotrone:0:E4AB:20:000:Always have Fast Fetch (Sark) dotrone:0:E4AB:50:000:Always have Turbo Fetch (Sark) ; [ Double Dragon (Neo-Geo) ] doubledr:0:10FD89:64:000:Infinite Continues doubledr:0:1062C6:00:500:Infinite Continues (2/3) doubledr:0:1062C7:00:500:Infinite Continues (3/3) doubledr:0:102242:9A:000:Infinite Time doubledr:0:100450:00:000:Infinite Energy PL1 doubledr:0:100450:68:001:Drain All Energy Now! PL1 doubledr:0:100510:68:000:Always have Maximum Charge PL1 doubledr:0:100510:00:000:Always have Minimum Charge PL1 doubledr:0:000000:00:999:[ Free player selection-Can be used anytime! ] doubledr:0:000000:00:999:[ At selection screen, use AFTER selection, ] doubledr:0:000000:00:999:[ however there are some palette glitches. ] doubledr:0:100445:00:001:Play with Billy Now! PL1 doubledr:0:100445:01:001:Play with Super Billy Now! PL1:Your character will return back to normal mode after the current round ends. doubledr:0:100445:02:001:Play with Jimmy Now! PL1 doubledr:0:100445:03:001:Play with Super Jimmy Now! PL1:Your character will return back to normal mode after the current round ends. doubledr:0:100445:04:001:Play with Marian Now! PL1 doubledr:0:100445:05:001:Play with Abobo Now! PL1 doubledr:0:100445:06:001:Play with Amon Now! PL1 doubledr:0:100445:07:001:Play with Eddie Now! PL1 doubledr:0:100445:08:001:Play with Rebecca Now! PL1 doubledr:0:100445:09:001:Play with Dulton Now! PL1 doubledr:0:100445:0A:001:Play with Cheng-Fu Now! PL1 doubledr:0:100445:0B:001:Play with Burnov Now! PL1 doubledr:0:100445:0C:001:Play with Duke Now! PL1 doubledr:0:100445:0D:001:Play with Shuko Now! PL1 doubledr:0:100550:00:000:Infinite Energy PL2 doubledr:0:100550:68:001:Drain All Energy Now! PL2 doubledr:0:100610:68:000:Always have Maximum Charge PL2 doubledr:0:100610:00:000:Always have Minimum Charge PL2 doubledr:0:000000:00:999:[ Free player selection-Can be used anytime! ] doubledr:0:000000:00:999:[ At selection screen, use AFTER selection, ] doubledr:0:000000:00:999:[ however there are some palette glitches. ] doubledr:0:100545:00:001:Play with Billy Now! PL2 doubledr:0:100545:01:001:Play with Super Billy Now! PL2:Your character will return back to normal mode after the current round ends. doubledr:0:100545:02:001:Play with Jimmy Now! PL2 doubledr:0:100545:03:001:Play with Super Jimmy Now! PL2:Your character will return back to normal mode after the current round ends. doubledr:0:100545:04:001:Play with Marian Now! PL2 doubledr:0:100545:05:001:Play with Abobo Now! PL2 doubledr:0:100545:06:001:Play with Amon Now! PL2 doubledr:0:100545:07:001:Play with Eddie Now! PL2 doubledr:0:100545:08:001:Play with Rebecca Now! PL2 doubledr:0:100545:09:001:Play with Dulton Now! PL2 doubledr:0:100545:0A:001:Play with Cheng-Fu Now! PL2 doubledr:0:100545:0B:001:Play with Burnov Now! PL2 doubledr:0:100545:0C:001:Play with Duke Now! PL2 doubledr:0:100545:0D:001:Play with Shuko Now! PL2 :doubledr:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :doubledr:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :doubledr:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Mr. Do vs. Unicorns ] douni:0:8103:07:000:Infinite Lives douni:0:8150:04:040:Invincibility ; [ Mr. Do's Wild Ride ] dowild:0:2012:09:000:Infinite Credits dowild:0:226E:99:000:Infinite Time (F6):This cheat is buggy dowild:0:226F:99:500:Infinite Time (2/2) dowild:0:2103:07:000:Infinite Lives :dowild:20800000:7A64:000000C9:FFFFFFFF:Invincibility :dowild:20810000:86CA:000000C9:FFFFFFFF:Invincibility (2/8):1st = Jetcoaster, 2nd = Rolling Iron Ball :dowild:20810000:8E70:00000018:FFFFFFFF:Invincibility (3/8):Horse :dowild:20810000:9002:00000000:FFFFFFFF:Invincibility (4/8):Iron Ball :dowild:20810000:91F4:000000C9:FFFFFFFF:Invincibility (5/8):Small Iron Ball :dowild:20810000:932B:000000C9:FFFFFFFF:Invincibility (6/8):Falling Box :dowild:20810000:9579:000000C9:FFFFFFFF:Invincibility (7/8):Spring Iron Ball :dowild:20810000:96A6:000000C9:FFFFFFFF:Invincibility (8/8):Pirate Ship ; [ DownTown (Set 2) ] downtow2:0:FFEF06:99:000:Infinite Time downtow2:0:FFEFA7:09:000:Infinite Lives PL1 downtow2:0:FFEFB2:08:000:Infinite Energy PL1 downtow2:0:FFEFAF:1E:000:Invincibility (flickers) PL1 downtow2:0:FFEFE7:09:000:Infinite Lives PL2 downtow2:0:FFEFF2:08:000:Infinite Energy PL2 downtow2:0:FFEFEF:1E:000:Invincibility (flickers) PL2 ; [ DownTown (Set 1) ] downtown:0:FFEF06:99:000:Infinite Time downtown:0:FFEFA7:09:000:Infinite Lives PL1 downtown:0:FFEFB2:08:000:Infinite Energy PL1 downtown:0:FFEFAF:1E:000:Invincibility (flickers) PL1 downtown:0:FFEFE7:09:000:Infinite Lives PL2 downtown:0:FFEFF2:08:000:Infinite Energy PL2 downtown:0:FFEFEF:1E:000:Invincibility (flickers) PL2 ; [ DownTown (prototype) ] downtowp:0:FFEF06:99:000:Infinite Time downtowp:0:FFEFA7:09:000:Infinite Lives PL1 downtowp:0:FFEFB2:08:000:Infinite Energy PL1 downtowp:0:FFEFAF:1E:000:Invincibility (flickers) PL1 downtowp:0:FFEFE7:09:000:Infinite Lives PL2 downtowp:0:FFEFF2:08:000:Infinite Energy PL2 downtowp:0:FFEFEF:1E:000:Invincibility (flickers) PL2 ; [ Double Play ] dplay:0:22E5:00:000:Infinite Strikes dplay:0:22E4:00:000:Infinite Balls dplay:0:22E6:00:000:Infinite Outs dplay:0:22E5:00:001:Set Strikes to 0 Now! dplay:0:22E5:02:001:Set Strikes to 2 Now! dplay:0:22E4:00:001:Set Balls to 0 Now! dplay:0:22E4:03:001:Set Balls to 3 Now! dplay:0:22E6:00:001:Set Outs to 0 Now! dplay:0:22E6:02:001:Set Outs to 2 Now! ; [ Dragon Blaze ] dragnblz:0:06070F31:05:000:Infinite Lives PL1 dragnblz:0:06070F33:09:000:Infinite Bombs PL1 dragnblz:0:06070F74:00:000:Invincibility PL1 dragnblz:0:06070F75:03:500:Invincibility PL1 (2/2) dragnblz:0:06070F69:02:000:Maximum fire power PL1 dragnblz:0:06070F88:57:000:Maximum magic power PL1 dragnblz:0:06070F89:64:500:Maximum magic power PL1 (2/2) dragnblz:0:06071239:05:000:Infinite Lives PL2 dragnblz:0:0607123B:09:000:Infinite Bombs PL2 dragnblz:0:0607127C:00:000:Invincibility PL2 dragnblz:0:0607127D:03:500:Invincibility PL2 (2/2) dragnblz:0:06071271:03:000:Maximum fire power PL2 dragnblz:0:06071290:57:000:Maximum magic power PL2 dragnblz:0:06071291:64:500:Maximum magic power PL2 (2/2) :dragnblz:00000301:060669C2:0000000D:FFFFFFFF:Select Starting Stage:Use on Player/Dragon select screen :dragnblz:62000000:00000000:00000000:00000000:First Stage always =:Use on Player/Dragon select screen :dragnblz:00010001:060669B4:00000000:FFFFFFFF:Sky :dragnblz:00010001:060669B4:00000001:FFFFFFFF:Ocean :dragnblz:00010001:060669B4:00000002:FFFFFFFF:Sand :dragnblz:00010001:060669B4:00000003:FFFFFFFF:Woodland :dragnblz:62000000:00000000:00000000:00000000:Second Stage always =:Use on Player/Dragon select screen :dragnblz:00010001:060669B5:00000000:FFFFFFFF:Sky :dragnblz:00010001:060669B5:00000001:FFFFFFFF:Ocean :dragnblz:00010001:060669B5:00000002:FFFFFFFF:Sand :dragnblz:00010001:060669B5:00000003:FFFFFFFF:Woodland :dragnblz:62000000:00000000:00000000:00000000:Third Stage always =:Use on Player/Dragon select screen :dragnblz:00010001:060669B6:00000000:FFFFFFFF:Sky :dragnblz:00010001:060669B6:00000001:FFFFFFFF:Ocean :dragnblz:00010001:060669B6:00000002:FFFFFFFF:Sand :dragnblz:00010001:060669B6:00000003:FFFFFFFF:Woodland :dragnblz:62000000:00000000:00000000:00000000:Fourth Stage always =:Use on Player/Dragon select screen :dragnblz:00010001:060669B7:00000000:FFFFFFFF:Sky :dragnblz:00010001:060669B7:00000001:FFFFFFFF:Ocean :dragnblz:00010001:060669B7:00000002:FFFFFFFF:Sand :dragnblz:00010001:060669B7:00000003:FFFFFFFF:Woodland ; [ Dragon Gun (US) ] dragngun:0:0100008:20:000:Infinite Energy PL1 dragngun:0:010008A:0A:000:Infinite Bombs PL1 dragngun:0:0100090:FF:000:Always have the Dragonsight PL1 dragngun:0:0100091:04:500:Always have the Dragonsight PL1 (2/2) dragngun:0:0100090:FF:001:Get the Dragonsight Now! PL1 dragngun:0:0100091:04:501:Get the Dragonsight Now! PL1 (2/2) dragngun:0:0100090:00:001:Lose the Dragonsight Now! PL1 dragngun:0:0100091:00:501:Lose the Dragonsight Now! PL1 (2/2) dragngun:0:0100108:20:000:Infinite Energy PL2 dragngun:0:010018A:0A:000:Infinite Bombs PL2 dragngun:0:0100190:FF:000:Always have the Dragonsight PL2 dragngun:0:0100191:04:500:Always have the Dragonsight PL2 (2/2) dragngun:0:0100190:FF:001:Get the Dragonsight Now! PL2 dragngun:0:0100191:04:501:Get the Dragonsight Now! PL2 (2/2) dragngun:0:0100190:00:001:Lose the Dragonsight Now! PL2 dragngun:0:0100191:00:501:Lose the Dragonsight Now! PL2 (2/2) ; [ Dragoon Might (ver AAB) ] dragoona:0:C01044:63:000:Infinite Credits dragoona:0:C05000:63:000:Infinite Time dragoona:0:C05000:00:001:Finish this Round Now! dragoona:0:C03041:08:000:Start on Final Stage:Turn it OFF after you've started the game dragoona:0:C180B8:FF:000:Infinite Energy (Single) PL1 dragoona:0:C180B8:CF:000:Infinite Energy (Team) PL1 dragoona:0:C180B8:00:001:Drain All Energy Now! PL1 dragoona:0:C04020:40:000:Always have Max Power (Team) PL1 dragoona:0:C04052:02:500:Always have Max Power (Team) PL1 (2/2) dragoona:0:C0503C:01:000:Always have Super Bomber Available PL1 dragoona:0:C090EC:00:000:Always Have Weapon PL1 dragoona:0:C090EC:01:000:Always No Weapon PL1 dragoona:0:C03012:0C:001:Play with Dogma (Single) PL1:Set at Character Selection Screen dragoona:0:C03013:0C:001:Play with Dogma (Team - 1st) PL1:Set at Character Selection Screen dragoona:0:C03014:0C:001:Play with Dogma (Team - 2nd) PL1:Set at Character Selection Screen dragoona:0:C03015:0C:001:Play with Dogma (Team - 3rd) PL1:Set at Character Selection Screen dragoona:0:C181B8:FF:000:Infinite Energy (Single) PL2 dragoona:0:C181B8:CF:000:Infinite Energy (Team) PL2 dragoona:0:C181B8:00:001:Drain All Energy Now! PL2 dragoona:0:C04022:40:000:Always have Max Power (Team) PL2 dragoona:0:C04054:02:500:Always have Max Power (Team) PL2 (2/2) dragoona:0:C0503D:01:000:Always have Super Bomber Available PL2 dragoona:0:C0B0EC:01:000:Always No Weapon PL2 dragoona:0:C0B0EC:00:000:Always Have Weapon PL2 dragoona:0:C03016:0C:001:Play with Dogma (Single) PL2:Set at Character Selection Screen dragoona:0:C03017:0C:001:Play with Dogma (Team - 1st) PL2:Set at Character Selection Screen dragoona:0:C03018:0C:001:Play with Dogma (Team - 2nd) PL2:Set at Character Selection Screen dragoona:0:C03019:0C:001:Play with Dogma (Team - 3rd) PL2:Set at Character Selection Screen ; [ Dragoon Might (ver JAA) ] dragoonj:0:C01044:63:000:Infinite Credits dragoonj:0:C05000:63:000:Infinite Time dragoonj:0:C05000:00:001:Finish this Round Now! dragoonj:0:C03041:08:000:Start on Final Stage:Turn it OFF after you've started the game dragoonj:0:C180B8:FF:000:Infinite Energy (Single) PL1 dragoonj:0:C180B8:CF:000:Infinite Energy (Team) PL1 dragoonj:0:C180B8:00:001:Drain All Energy Now! PL1 dragoonj:0:C04020:40:000:Always have Max Power (Team) PL1 dragoonj:0:C04052:02:500:Always have Max Power (Team) PL1 (2/2) dragoonj:0:C0503C:01:000:Always have Super Bomber Available PL1 dragoonj:0:C090EC:00:000:Always Have Weapon PL1 dragoonj:0:C090EC:01:000:Always No Weapon PL1 dragoonj:0:C03012:0C:001:Play with Dogma (Single) PL1:Set at Character Selection Screen dragoonj:0:C03013:0C:001:Play with Dogma (Team - 1st) PL1:Set at Character Selection Screen dragoonj:0:C03014:0C:001:Play with Dogma (Team - 2nd) PL1:Set at Character Selection Screen dragoonj:0:C03015:0C:001:Play with Dogma (Team - 3rd) PL1:Set at Character Selection Screen dragoonj:0:C181B8:FF:000:Infinite Energy (Single) PL2 dragoonj:0:C181B8:CF:000:Infinite Energy (Team) PL2 dragoonj:0:C181B8:00:001:Drain All Energy Now! PL2 dragoonj:0:C04022:40:000:Always have Max Power (Team) PL2 dragoonj:0:C04054:02:500:Always have Max Power (Team) PL2 (2/2) dragoonj:0:C0503D:01:000:Always have Super Bomber Available PL2 dragoonj:0:C0B0EC:01:000:Always No Weapon PL2 dragoonj:0:C0B0EC:00:000:Always Have Weapon PL2 dragoonj:0:C03016:0C:001:Play with Dogma (Single) PL2:Set at Character Selection Screen dragoonj:0:C03017:0C:001:Play with Dogma (Team - 1st) PL2:Set at Character Selection Screen dragoonj:0:C03018:0C:001:Play with Dogma (Team - 2nd) PL2:Set at Character Selection Screen dragoonj:0:C03019:0C:001:Play with Dogma (Team - 3rd) PL2:Set at Character Selection Screen ; [ Drag Race ] dragrace:0:00D5:00:000:Infinite Time PL1 dragrace:0:00D3:00:000:Infinite Time PL2 ; [ Drakton ] drakton:0:0000:00:999:[ There are no cheats ]:REASON 1 drakton:0:0000:00:999:[ for this game as it ]:REASON 1 drakton:0:0000:00:999:[ didn't work the last ]:REASON 1 drakton:0:0000:00:999:[ time it was tested. ]:REASON 1 drakton:0:0000:00:999:[ If the game now works ]:REASON 1 drakton:0:0000:00:999:[ please request cheats ]:REASON 1 drakton:0:0000:00:999:[ for it on the cheat ]:REASON 1 drakton:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dream World ] dreamwld:0:0000:00:999:[ There are no cheats ]:REASON 1 dreamwld:0:0000:00:999:[ for this game as it ]:REASON 1 dreamwld:0:0000:00:999:[ didn't work the last ]:REASON 1 dreamwld:0:0000:00:999:[ time it was tested. ]:REASON 1 dreamwld:0:0000:00:999:[ If the game now works ]:REASON 1 dreamwld:0:0000:00:999:[ please request cheats ]:REASON 1 dreamwld:0:0000:00:999:[ for it on the cheat ]:REASON 1 dreamwld:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dream Shopper ] dremshpr:0:49A7:06:000:Infinite Lives dremshpr:0:4990:09:007:Always have Max. Bonus dremshpr:0:4991:09:507:Always have Max. Bonus (2/3) dremshpr:0:4992:09:507:Always have Max. Bonus (3/3) dremshpr:0:0000:00:999:[The Get 20,000 Points cheat] dremshpr:0:0000:00:999:[is handy as after you use ] dremshpr:0:0000:00:999:[it you need only to pick up] dremshpr:0:0000:00:999:[one bag to finish the level] dremshpr:0:4989:02:001:Get 20,000 Points Now!:Enough to finish the level dremshpr:0:0000:00:999:[These round cheats will ] dremshpr:0:0000:00:999:[only affect the player who ] dremshpr:0:0000:00:999:[is playing when the cheat ] dremshpr:0:0000:00:999:[is enabled. ] dremshpr:0:49A8:09:070:Select current tens round:Round XY - choose X here dremshpr:0:49A9:09:070:Select current units round:Round XY - choose Y here ; [ Dragon Bowl ] :drgnbowl:00000000:062F15:00000009:FFFFFFFF:Infinite Credits drgnbowl:0:061E89:99:000:Infinite Time drgnbowl:0:061E8E:03:000:Infinite Lives PL1 drgnbowl:0:061EC3:09:000:Infinite Energy PL1 drgnbowl:0:061EBA:0A:000:Infinite Sword PL1 drgnbowl:0:061EB0:2C:000:Invincibility PL1 :drgnbowl:00000000:061E32:00000000:00000002:Rapid Fire PL1 drgnbowl:0:061E8F:03:000:Infinite Lives PL2 drgnbowl:0:061F03:09:000:Infinite Energy PL2 drgnbowl:0:061EFA:0A:000:Infinite Sword PL2 drgnbowl:0:061EF1:2C:000:Invincibility PL2 :drgnbowl:00000000:061E32:00000000:00000022:Rapid Fire PL2 ; [ Dragon Buster ] drgnbstr:0:4865:FF:000:Infinite Energy :drgnbstr:20800000:ACF6:00000020:FFFFFFFF:Invincibility :drgnbstr:20810000:F5FF:00000020:FFFFFFFF:Invincibility (2/2) :drgnbstr:20810000:F61B:00000020:FFFFFFFF:Invincibility (3/3) drgnbstr:0:4C00:02:000:Infinite Small Fireballs drgnbstr:0:4C00:04:000:Infinite 4-Way Fireballs drgnbstr:0:4866:01:000:Always have Shield drgnbstr:0:4867:01:000:Always have Sword drgnbstr:0:4868:01:000:Always have Crown drgnbstr:0:4869:01:000:Always have Cepter drgnbstr:0:4866:01:001:Get Shield Now! drgnbstr:0:4867:01:001:Get Sword Now! drgnbstr:0:4868:01:001:Get Crown Now! drgnbstr:0:4869:01:001:Get Cepter Now! drgnbstr:0:4D61:00:001:Kill Dragon Now! ; [ Dragonninja (Japan) ] drgninja:0:FFA8C6:99:000:Infinite Time drgninja:0:FF95C0:01:001:Kill BOSS with One Hit Now! drgninja:0:FFA39A:03:000:Infinite Lives PL1 drgninja:0:FFA380:14:000:Infinite Energy PL1 drgninja:0:FFA386:10:000:Invincibility PL1 drgninja:0:FFA365:00:000:Always have No Weapon PL1 drgninja:0:FFA365:02:000:Always have Nunchaku PL1 drgninja:0:FFA365:04:000:Always have Knife PL1 drgninja:0:FFA365:00:001:Get No Weapon Now! PL1 drgninja:0:FFA365:02:001:Get Nunchaku Now! PL1 drgninja:0:FFA365:04:001:Get Knife Now! PL1 drgninja:0:FFA25A:03:000:Infinite Lives PL2 drgninja:0:FFA240:14:000:Infinite Energy PL2 drgninja:0:FFA246:10:000:Invincibility PL2 drgninja:0:FFA225:00:000:Always have No Weapon PL2 drgninja:0:FFA225:02:000:Always have Nunchaku PL2 drgninja:0:FFA225:04:000:Always have Knife PL2 drgninja:0:FFA225:00:001:Get No Weapon Now! PL2 drgninja:0:FFA225:02:001:Get Nunchaku Now! PL2 drgninja:0:FFA225:04:001:Get Knife Now! PL2 ; [ Dragon Master ] drgnmst:0:FF8572:99:000:Infinite Time drgnmst:0:FF8572:00:001:Finish this Round Now! drgnmst:0:FF882B:90:000:Infinite Energy PL1 drgnmst:0:FF89BD:90:500:Infinite Energy PL1 (2/2) drgnmst:0:FF882B:00:001:Drain All Energy Now! PL1 drgnmst:0:FF89BD:00:501:Drain All Energy Now! PL1 (2/2) drgnmst:0:FF88B1:40:000:Infinite Power PL1 drgnmst:0:FF8C2B:90:000:Infinite Energy PL2 drgnmst:0:FF8DBD:90:500:Infinite Energy PL2 (2/2) drgnmst:0:FF8C2B:00:001:Drain All Energy Now! PL2 drgnmst:0:FF8DBD:00:501:Drain All Energy Now! PL2 (2/2) drgnmst:0:FF8CB1:40:000:Infinite Power PL2 ; [ Dragon Unit / Castle of Dragon ] drgnunit:0:FFD590:09:000:Infinite Time drgnunit:0:FFD591:99:500:Infinite Time (2/2) drgnunit:0:FFD573:09:000:Infinite Lives PL1 drgnunit:0:FFDA0D:10:000:Infinite Energy PL1 drgnunit:0:FFDA08:05:000:Invincibility PL1 drgnunit:0:FFD581:09:000:Infinite Lives PL2 drgnunit:0:FFDA2D:10:000:Infinite Energy PL2 drgnunit:0:FFDA28:05:000:Invincibility PL2 ; [ Dragon World (World, V0400) ] :drgnwrld:00000000:100C09:00000063:FFFFFFFF:Infinite Credits :drgnwrld:00100000:10166E:00001CF2:FFFFFFFF:Infinite Time :drgnwrld:00000001:100B3D:00000000:FFFFFFFF:Finish this Stage Now! ; [ Dragon Punch (Japan) ] drgpunch:0:7717:01:000:Infinite Time drgpunch:0:7718:28:500:Infinite Time (2/2) drgpunch:0:773C:09:000:Infinite Special Hands drgpunch:0:7711:00:001:Finish this Level Now! drgpunch:0:7733:03:000:Infinite Helps PL1 drgpunch:0:7734:03:000:Infinite Helps PL2 ; [ Dragon World II (ver. 110X, Export) ] drgw2:0:81407B:33:000:Infinite Time drgw2:0:814081:E9:500:Infinite Time (2/2) :drgw2:00000001:81387D:00000000:FFFFFFFF:Finish this Stage Now! drgw2:0:8129B0:03:000:Infinite Backs drgw2:0:8129B1:03:000:Infinite Helps drgw2:0:8129B2:03:000:Infinite Bombs ; [ Zhong Guo Long II (ver. 100C, China) ] drgw2c:0:81426B:33:000:Infinite Time drgw2c:0:814271:EF:500:Infinite Time (2/2) :drgw2c:00000001:813817:00000000:FFFFFFFF:Finish this Stage Now! drgw2c:0:81138E:03:000:Infinite Backs drgw2c:0:81138F:03:000:Infinite Helps drgw2c:0:811390:03:000:Infinite Bombs ; [ Chuugokuryuu II (ver. 100J, Japan) ] :drgw2j:00000000:816B27:00000033:FFFFFFFF:Infinite Time :drgw2j:00010000:816B2D:000000E9:FFFFFFFF:Infinite Time (2/2) :drgw2j:00000001:8137A9:00000000:FFFFFFFF:Finish this Stage Now! :drgw2j:00000000:809ACA:00000003:FFFFFFFF:Infinite Backs :drgw2j:00000000:809ACB:00000003:FFFFFFFF:Infinite Helps :drgw2j:00000000:809ACC:00000003:FFFFFFFF:Infinite Bombs ; [ Dragon World 3 ] drgw3:0:0000:00:999:[ There are no cheats ]:REASON 1 drgw3:0:0000:00:999:[ for this game as it ]:REASON 1 drgw3:0:0000:00:999:[ didn't work the last ]:REASON 1 drgw3:0:0000:00:999:[ time it was tested. ]:REASON 1 drgw3:0:0000:00:999:[ If the game now works ]:REASON 1 drgw3:0:0000:00:999:[ please request cheats ]:REASON 1 drgw3:0:0000:00:999:[ for it on the cheat ]:REASON 1 drgw3:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dragon World 3 (Korean Board) ] drgw3k:0:0000:00:999:[ There are no cheats ]:REASON 1 drgw3k:0:0000:00:999:[ for this game as it ]:REASON 1 drgw3k:0:0000:00:999:[ didn't work the last ]:REASON 1 drgw3k:0:0000:00:999:[ time it was tested. ]:REASON 1 drgw3k:0:0000:00:999:[ If the game now works ]:REASON 1 drgw3k:0:0000:00:999:[ please request cheats ]:REASON 1 drgw3k:0:0000:00:999:[ for it on the cheat ]:REASON 1 drgw3k:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dragon World (World, V0300) ] :drgwrld3:00000000:100C09:00000063:FFFFFFFF:Infinite Credits :drgwrld3:00100000:10166E:00001CF2:FFFFFFFF:Infinite Time :drgwrld3:00000001:100B3D:00000000:FFFFFFFF:Finish this Stage Now! ; [ Dribbling ] dribling:0:2143:99:000:Infinite Time dribling:0:2166:00:000:Score always = 0 PL1:Score won't be correctly displayed until the player scores a goal dribling:0:2166:10:000:Score always = 10 PL1:Score won't be correctly displayed until the player scores a goal dribling:0:2166:00:001:Score = 0 Now! PL1:Score won't be correctly displayed until the player scores a goal dribling:0:2166:10:001:Score = 10 Now! PL1:Score won't be correctly displayed until the player scores a goal dribling:0:2166:99:075:Select Score PL1:Score won't be correctly displayed until the player scores a goal dribling:0:2167:00:000:Score always = 0 PL2:Score won't be correctly displayed until the player scores a goal dribling:0:2167:10:000:Score always = 10 PL2:Score won't be correctly displayed until the player scores a goal dribling:0:2167:00:001:Score = 0 Now! PL2:Score won't be correctly displayed until the player scores a goal dribling:0:2167:10:001:Score = 10 Now! PL2:Score won't be correctly displayed until the player scores a goal dribling:0:2167:99:075:Select Score PL2:Score won't be correctly displayed until the player scores a goal ; [ Dribbling (Olympia) ] driblino:0:2143:99:000:Infinite Time driblino:0:2166:00:000:Score always = 0 PL1:Score won't be correctly displayed until the player scores a goal driblino:0:2166:10:000:Score always = 10 PL1:Score won't be correctly displayed until the player scores a goal driblino:0:2166:00:001:Score = 0 Now! PL1:Score won't be correctly displayed until the player scores a goal driblino:0:2166:10:001:Score = 10 Now! PL1:Score won't be correctly displayed until the player scores a goal driblino:0:2166:99:075:Select Score PL1:Score won't be correctly displayed until the player scores a goal driblino:0:2167:00:000:Score always = 0 PL2:Score won't be correctly displayed until the player scores a goal driblino:0:2167:10:000:Score always = 10 PL2:Score won't be correctly displayed until the player scores a goal driblino:0:2167:00:001:Score = 0 Now! PL2:Score won't be correctly displayed until the player scores a goal driblino:0:2167:10:001:Score = 10 Now! PL2:Score won't be correctly displayed until the player scores a goal driblino:0:2167:99:075:Select Score PL2:Score won't be correctly displayed until the player scores a goal ; [ Drift Out '94 - The Hard Order (Japan) ] drifto94:0:002026:09:000:Infinite Credits drifto94:0:003174:00:000:Infinite Time drifto94:0:003175:00:500:Infinite Time (2/3) drifto94:0:003176:00:500:Infinite Time (3/3) ; [ Drift Out (Japan) ] driftout:0:300837:09:000:Infinite Credits driftout:0:300E5C:13:000:Infinite Time driftout:0:300E5D:88:500:Infinite Time (2/2) driftout:0:300E36:00:000:Total Time always 0'00"00 driftout:0:300E37:00:500:Total Time always 0'00"00 (2/2) driftout:0:300E54:00:000:SS1 Time always 0'00"00 driftout:0:300E55:00:500:SS1 Time always 0'00"00 (2/2) driftout:0:300E56:00:000:SS2 Time always 0'00"00 driftout:0:300E57:00:500:SS2 Time always 0'00"00 (2/2) driftout:0:300E58:00:000:SS3 Time always 0'00"00 driftout:0:300E59:00:500:SS3 Time always 0'00"00 (2/2) driftout:0:300E5A:00:000:SS4 Time always 0'00"00 driftout:0:300E5B:00:500:SS4 Time always 0'00"00 (2/2) ; [ Darius II (dual screen) (Japan old version) ] drius2do:0:109DED:09:000:Infinite Credits drius2do:0:101F7D:09:000:Infinite Lives PL1 drius2do:0:101F97:EF:000:Invincibility PL1 drius2do:0:1023B3:09:000:Infinite Lives PL2 drius2do:0:1023CD:EF:000:Invincibility PL2 drius2do:0:10155B:80:000:Sound Test Timer Stop ; [ Driver's Edge ] drivedge:0:0000:00:999:[ This game hasn't even ]:REASON 11 drivedge:0:0000:00:999:[ been looked at due to ]:REASON 11 drivedge:0:0000:00:999:[ time constraints - Too]:REASON 11 drivedge:0:0000:00:999:[ many games and so ]:REASON 11 drivedge:0:0000:00:999:[ little time. It is ]:REASON 11 drivedge:0:0000:00:999:[ even possible that ]:REASON 11 drivedge:0:0000:00:999:[ this game may be a ]:REASON 11 drivedge:0:0000:00:999:[ clone of an existing ]:REASON 11 drivedge:0:0000:00:999:[ game which may have ]:REASON 11 drivedge:0:0000:00:999:[ cheats. Please search ]:REASON 11 drivedge:0:0000:00:999:[ the cheat forums ]:REASON 11 drivedge:0:0000:00:999:[ before posting cheat ]:REASON 11 drivedge:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Drive Out ] driveout:0:300E5C:13:000:Infinite Time driveout:0:300E5D:88:500:Infinite Time (2/2) driveout:0:300E36:00:000:Total Time always 0'00"00 driveout:0:300E37:00:500:Total Time always 0'00"00 (2/2) driveout:0:300E54:00:000:SS1 Time always 0'00"00 driveout:0:300E55:00:500:SS1 Time always 0'00"00 (2/2) driveout:0:300E56:00:000:SS2 Time always 0'00"00 driveout:0:300E57:00:500:SS2 Time always 0'00"00 (2/2) driveout:0:300E58:00:000:SS3 Time always 0'00"00 driveout:0:300E59:00:500:SS3 Time always 0'00"00 (2/2) driveout:0:300E5A:00:000:SS4 Time always 0'00"00 driveout:0:300E5B:00:500:SS4 Time always 0'00"00 (2/2) ; [ Driver's Eyes ] driveyes:0:0000:00:999:[ There are no cheats ]:REASON 1 driveyes:0:0000:00:999:[ for this game as it ]:REASON 1 driveyes:0:0000:00:999:[ didn't work the last ]:REASON 1 driveyes:0:0000:00:999:[ time it was tested. ]:REASON 1 driveyes:0:0000:00:999:[ If the game now works ]:REASON 1 driveyes:0:0000:00:999:[ please request cheats ]:REASON 1 driveyes:0:0000:00:999:[ for it on the cheat ]:REASON 1 driveyes:0:0000:00:999:[ forums. ]:REASON 1 ; [ Driving Force (Galaxian conversion bootleg) ] drivfrcb:0:1D79:99:000:Infinite Credits drivfrcb:0:1D7D:99:000:Infinite Time ; [ Driving Force (Galaxian conversion) ] drivfrcg:0:1D79:99:000:Infinite Credits drivfrcg:0:1D7D:99:000:Infinite Time ; [ Driving Force (Pac-Man conversion) ] drivfrcp:0:1D76:99:000:Infinite Credits drivfrcp:0:1D7A:99:000:Infinite Time ; [ Vs. Dr. Mario ] drmario:0:0742:99:000:Infinite Credits drmario:0:0324:00:001:Finish this Level Now! drmario:0:0312:08:000:Pills do not fall! drmario:0:008A:00:500:Pills do not fall! (2/5) drmario:0:00A0:00:500:Pills do not fall! (3/5) drmario:0:030A:00:500:Pills do not fall! (4/5) drmario:0:0320:00:500:Pills do not fall! (5/5) drmario:0:008A:00:000:Pills drop at slowest speed drmario:0:00A0:00:500:Pills drop at slowest speed (2/4) drmario:0:030A:00:500:Pills drop at slowest speed (3/4) drmario:0:0320:00:500:Pills drop at slowest speed (4/4) drmario:0:031A:00:001:Get Yellow-Yellow Pill Next! drmario:0:031B:00:501:Get Yellow-Yellow Pill Next! (2/2) drmario:0:031A:00:001:Get Yellow-Red Pill Next! drmario:0:031B:01:501:Get Yellow-Red Pill Next! (2/2) drmario:0:031A:00:001:Get Yellow-Blue Pill Next! drmario:0:031B:02:501:Get Yellow-Blue Pill Next! (2/2) drmario:0:031A:01:001:Get Red-Red Pill Next! drmario:0:031B:01:501:Get Red-Red Pill Next! (2/2) drmario:0:031A:01:001:Get Red-Blue Pill Next! drmario:0:031B:02:501:Get Red-Blue Pill Next! (2/2) drmario:0:031A:02:001:Get Blue-Blue Pill Next! drmario:0:031B:02:501:Get Blue-Blue Pill Next! (2/2) drmario:0:031A:00:000:Always Yellow-Yellow Pill drmario:0:031B:00:500:Always Yellow-Yellow Pill (2/2) drmario:0:031A:00:000:Always Yellow-Red Pill drmario:0:031B:01:500:Always Yellow-Red Pill (2/2) drmario:0:031A:00:000:Always Yellow-Blue Pill drmario:0:031B:02:500:Always Yellow-Blue Pill (2/2) drmario:0:031A:01:000:Always Red-Red Pill drmario:0:031B:01:500:Always Red-Red Pill (2/2) drmario:0:031A:01:000:Always Red-Blue Pill drmario:0:031B:02:500:Always Red-Blue Pill (2/2) drmario:0:031A:02:000:Always Blue-Blue Pill drmario:0:031B:02:500:Always Blue-Blue Pill (2/2) ; [ Dr. Micro ] drmicro:0:C186:0A:000:Infinite Lives drmicro:0:C1DD:02:000:Infinite Safes:Does not work on all levels drmicro:0:C176:09:000:Infinite Bonus ; [ Dr. Tomy ] drtomy:0:0000:00:999:[ This game hasn't even ]:REASON 11 drtomy:0:0000:00:999:[ been looked at due to ]:REASON 11 drtomy:0:0000:00:999:[ time constraints - Too]:REASON 11 drtomy:0:0000:00:999:[ many games and so ]:REASON 11 drtomy:0:0000:00:999:[ little time. It is ]:REASON 11 drtomy:0:0000:00:999:[ even possible that ]:REASON 11 drtomy:0:0000:00:999:[ this game may be a ]:REASON 11 drtomy:0:0000:00:999:[ clone of an existing ]:REASON 11 drtomy:0:0000:00:999:[ game which may have ]:REASON 11 drtomy:0:0000:00:999:[ cheats. Please search ]:REASON 11 drtomy:0:0000:00:999:[ the cheat forums ]:REASON 11 drtomy:0:0000:00:999:[ before posting cheat ]:REASON 11 drtomy:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Dr. Toppel's Adventure (World) ] drtoppel:0:166A:C1:100:Invincibility drtoppel:0:166B:16:600:Invincibility (2/2) drtoppel:0:E006:07:000:Infinite Lives PL1 drtoppel:0:E012:07:000:Infinite Lives PL2 ; [ Dr. Toppel's Tankentai (Japan) ] drtopplj:0:166A:C1:100:Invincibility drtopplj:0:166B:16:600:Invincibility (2/2) drtopplj:0:E006:07:000:Infinite Lives PL1 drtopplj:0:E012:07:000:Infinite Lives PL2 ; [ Dr. Toppel's Adventure (US) ] drtopplu:0:166A:C1:100:Invincibility drtopplu:0:166B:16:600:Invincibility (2/2) drtopplu:0:E006:07:000:Infinite Lives PL1 drtopplu:0:E012:07:000:Infinite Lives PL2 ; [ Dragon Saber ] dsaber:0:10C683:03:000:Infinite Lives PL1 dsaber:0:10900F:01:000:Infinite Energy PL1 :dsaber:00100000:10900A:0000FF0F:FFFFFFFF:Invincibility PL1 :dsaber:00000000:109067:00000040:FFFFFFFF:Charge Shot Mode PL1:Not enable to shoot normal shot :dsaber:00110000:10C696:00000000:FFFFFFFF:Charge Shot Mode PL1 (2/2) :dsaber:00000000:10C6AD:00000000:FFFFFFFF:Rapid Fire - Antiair PL1 :dsaber:00110000:10C692:00000000:FFFFFFFF:Rapid Fire - Antiair PL1 (2/2) :dsaber:00000000:10C6AF:00000000:FFFFFFFF:Rapid Fire - Antisurface PL1 :dsaber:00110000:10C694:00000000:FFFFFFFF:Rapid Fire - Antisurface PL1 (2/2) dsaber:0:109079:00:000:Always have 1 Head PL1 dsaber:0:10C69F:8C:500:Always have 1 Head PL1 (2/3) dsaber:0:10C6A7:D2:500:Always have 1 Head PL1 (3/3) dsaber:0:109079:01:000:Always have 2 Heads PL1 dsaber:0:10C69F:AE:500:Always have 2 Heads PL1 (2/3) dsaber:0:10C6A7:E6:500:Always have 2 Heads PL1 (3/3) dsaber:0:109079:02:000:Always have 3 Heads PL1 dsaber:0:10C69F:BA:500:Always have 3 Heads PL1 (2/3) dsaber:0:10C6A7:FA:500:Always have 3 Heads PL1 (3/3) dsaber:0:10C6E1:00:000:Always have L1 shot PL1 dsaber:0:10C6E1:01:000:Always have L2 shot PL1 dsaber:0:10C6E1:02:000:Always have L3 shot PL1 dsaber:0:109079:00:001:Get 1 Head Now! PL1 dsaber:0:10C69F:8C:501:Get 1 Head Now! PL1 (2/3) dsaber:0:10C6A7:D2:501:Get 1 Head Now! PL1 (3/3) dsaber:0:109079:01:001:Get 2 Heads Now! PL1 dsaber:0:10C69F:AE:501:Get 2 Heads Now! PL1 (2/3) dsaber:0:10C6A7:E6:501:Get 2 Heads Now! PL1 (3/3) dsaber:0:109079:02:001:Get 3 Heads Now! PL1 dsaber:0:10C69F:BA:501:Get 3 Heads Now! PL1 (2/3) dsaber:0:10C6A7:FA:501:Get 3 Heads Now! PL1 (3/3) dsaber:0:10C6E1:00:001:Get L1 shot Now! PL1 dsaber:0:10C6E1:01:001:Get L2 shot Now! PL1 dsaber:0:10C6E1:02:001:Get L3 shot Now! PL1 dsaber:0:10C703:03:000:Infinite Lives PL2 dsaber:0:10908F:01:000:Infinite Energy PL2 :dsaber:00100000:10908A:0000FF0F:FFFFFFFF:Invincibility PL2 :dsaber:00000000:1090E7:00000040:FFFFFFFF:Charge Shot Mode PL2:Not enable to shoot normal shot :dsaber:00110000:10C716:00000000:FFFFFFFF:Charge Shot Mode PL2 (2/2) :dsaber:00000000:10C72D:00000000:FFFFFFFF:Rapid Fire - Antiair PL2 :dsaber:00110000:10C712:00000000:FFFFFFFF:Rapid Fire - Antiair PL2 (2/2) :dsaber:00000000:10C72F:00000000:FFFFFFFF:Rapid Fire - Antisurface PL2 :dsaber:00110000:10C714:00000000:FFFFFFFF:Rapid Fire - Antisurface PL2 (2/2) dsaber:0:1090F9:00:000:Always have 1 Head PL2 dsaber:0:10C71F:8C:500:Always have 1 Head PL2 (2/3) dsaber:0:10C727:D2:500:Always have 1 Head PL2 (3/3) dsaber:0:1090F9:01:000:Always have 2 Heads PL2 dsaber:0:10C71F:AE:500:Always have 2 Heads PL2 (2/3) dsaber:0:10C727:E6:500:Always have 2 Heads PL2 (3/3) dsaber:0:1090F9:02:000:Always have 3 Heads PL2 dsaber:0:10C71F:BA:500:Always have 3 Heads PL2 (2/3) dsaber:0:10C727:FA:500:Always have 3 Heads PL2 (3/3) dsaber:0:10C761:00:000:Always have L1 shot PL2 dsaber:0:10C761:01:000:Always have L2 shot PL2 dsaber:0:10C761:02:000:Always have L3 shot PL2 dsaber:0:1090F9:00:001:Get 1 Head Now! PL2 dsaber:0:10C71F:8C:501:Get 1 Head Now! PL2 (2/3) dsaber:0:10C727:D2:501:Get 1 Head Now! PL2 (3/3) dsaber:0:1090F9:01:001:Get 2 Heads Now! PL2 dsaber:0:10C71F:AE:501:Get 2 Heads Now! PL2 (2/3) dsaber:0:10C727:E6:501:Get 2 Heads Now! PL2 (3/3) dsaber:0:1090F9:02:001:Get 3 Heads Now! PL2 dsaber:0:10C71F:BA:501:Get 3 Heads Now! PL2 (2/3) dsaber:0:10C727:FA:501:Get 3 Heads Now! PL2 (3/3) dsaber:0:10C761:00:001:Get L1 shot Now! PL2 dsaber:0:10C761:01:001:Get L2 shot Now! PL2 dsaber:0:10C761:02:001:Get L3 shot Now! PL2 :dsaber:62000000:000000:00000000:00000000:Select Music Mode :dsaber:00010000:460FF3:00000000:FFFFFFFF:Dragon Saber :dsaber:00010000:460FF3:00000080:FFFFFFFF:Dragon Spirit dsaber:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Dragon Saber (Japan) ] dsaberj:0:000000:00:999:[Please NOTE this game has ] dsaberj:0:000000:00:999:[problems displaying the ] dsaberj:0:000000:00:999:[multiple heads - please use] dsaberj:0:000000:00:999:[the other version - dsaber.] dsaberj:0:10C683:03:000:Infinite Lives PL1 dsaberj:0:10900F:01:000:Infinite Energy PL1 :dsaberj:00100000:10900A:0000FF0F:FFFFFFFF:Invincibility PL1 :dsaberj:00000000:109067:00000040:FFFFFFFF:Charge Shot Mode PL1:Not enable to shoot normal shot :dsaberj:00110000:10C696:00000000:FFFFFFFF:Charge Shot Mode PL1 (2/2) :dsaberj:00000000:10C6AD:00000000:FFFFFFFF:Rapid Fire - Antiair PL1 :dsaberj:00110000:10C692:00000000:FFFFFFFF:Rapid Fire - Antiair PL1 (2/2) :dsaberj:00000000:10C6AF:00000000:FFFFFFFF:Rapid Fire - Antisurface PL1 :dsaberj:00110000:10C694:00000000:FFFFFFFF:Rapid Fire - Antisurface PL1 (2/2) dsaberj:0:109079:00:000:Always have 1 Head PL1 dsaberj:0:10C69F:8C:500:Always have 1 Head PL1 (2/3) dsaberj:0:10C6A7:D2:500:Always have 1 Head PL1 (3/3) dsaberj:0:109079:01:000:Always have 2 Heads PL1 dsaberj:0:10C69F:AE:500:Always have 2 Heads PL1 (2/3) dsaberj:0:10C6A7:E6:500:Always have 2 Heads PL1 (3/3) dsaberj:0:109079:02:000:Always have 3 Heads PL1 dsaberj:0:10C69F:BA:500:Always have 3 Heads PL1 (2/3) dsaberj:0:10C6A7:FA:500:Always have 3 Heads PL1 (3/3) dsaberj:0:10C6E1:00:000:Always have L1 shot PL1 dsaberj:0:10C6E1:01:000:Always have L2 shot PL1 dsaberj:0:10C6E1:02:000:Always have L3 shot PL1 dsaberj:0:109079:00:001:Get 1 Head Now! PL1 dsaberj:0:10C69F:8C:501:Get 1 Head Now! PL1 (2/3) dsaberj:0:10C6A7:D2:501:Get 1 Head Now! PL1 (3/3) dsaberj:0:109079:01:001:Get 2 Heads Now! PL1 dsaberj:0:10C69F:AE:501:Get 2 Heads Now! PL1 (2/3) dsaberj:0:10C6A7:E6:501:Get 2 Heads Now! PL1 (3/3) dsaberj:0:109079:02:001:Get 3 Heads Now! PL1 dsaberj:0:10C69F:BA:501:Get 3 Heads Now! PL1 (2/3) dsaberj:0:10C6A7:FA:501:Get 3 Heads Now! PL1 (3/3) dsaberj:0:10C6E1:00:001:Get L1 shot Now! PL1 dsaberj:0:10C6E1:01:001:Get L2 shot Now! PL1 dsaberj:0:10C6E1:02:001:Get L3 shot Now! PL1 dsaberj:0:10C703:03:000:Infinite Lives PL2 dsaberj:0:10908F:01:000:Infinite Energy PL2 :dsaberj:00100000:10908A:0000FF0F:FFFFFFFF:Invincibility PL2 :dsaberj:00000000:1090E7:00000040:FFFFFFFF:Charge Shot Mode PL2:Not enable to shoot normal shot :dsaberj:00110000:10C716:00000000:FFFFFFFF:Charge Shot Mode PL2 (2/2) :dsaberj:00000000:10C72D:00000000:FFFFFFFF:Rapid Fire - Antiair PL2 :dsaberj:00110000:10C712:00000000:FFFFFFFF:Rapid Fire - Antiair PL2 (2/2) :dsaberj:00000000:10C72F:00000000:FFFFFFFF:Rapid Fire - Antisurface PL2 :dsaberj:00110000:10C714:00000000:FFFFFFFF:Rapid Fire - Antisurface PL2 (2/2) dsaberj:0:1090F9:00:000:Always have 1 Head PL2 dsaberj:0:10C71F:8C:500:Always have 1 Head PL2 (2/3) dsaberj:0:10C727:D2:500:Always have 1 Head PL2 (3/3) dsaberj:0:1090F9:01:000:Always have 2 Heads PL2 dsaberj:0:10C71F:AE:500:Always have 2 Heads PL2 (2/3) dsaberj:0:10C727:E6:500:Always have 2 Heads PL2 (3/3) dsaberj:0:1090F9:02:000:Always have 3 Heads PL2 dsaberj:0:10C71F:BA:500:Always have 3 Heads PL2 (2/3) dsaberj:0:10C727:FA:500:Always have 3 Heads PL2 (3/3) dsaberj:0:10C761:00:000:Always have L1 shot PL2 dsaberj:0:10C761:01:000:Always have L2 shot PL2 dsaberj:0:10C761:02:000:Always have L3 shot PL2 dsaberj:0:1090F9:00:001:Get 1 Head Now! PL2 dsaberj:0:10C71F:8C:501:Get 1 Head Now! PL2 (2/3) dsaberj:0:10C727:D2:501:Get 1 Head Now! PL2 (3/3) dsaberj:0:1090F9:01:001:Get 2 Heads Now! PL2 dsaberj:0:10C71F:AE:501:Get 2 Heads Now! PL2 (2/3) dsaberj:0:10C727:E6:501:Get 2 Heads Now! PL2 (3/3) dsaberj:0:1090F9:02:001:Get 3 Heads Now! PL2 dsaberj:0:10C71F:BA:501:Get 3 Heads Now! PL2 (2/3) dsaberj:0:10C727:FA:501:Get 3 Heads Now! PL2 (3/3) dsaberj:0:10C761:00:001:Get L1 shot Now! PL2 dsaberj:0:10C761:01:001:Get L2 shot Now! PL2 dsaberj:0:10C761:02:001:Get L3 shot Now! PL2 :dsaberj:62000000:000000:00000000:00000000:Select Music Mode :dsaberj:00010000:460FF3:00000000:FFFFFFFF:Dragon Saber :dsaberj:00010000:460FF3:00000080:FFFFFFFF:Dragon Spirit dsaberj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Dream Soccer '94 (Japan) ] dsccr94j:0:EFF44:63:000:Infinite Credits dsccr94j:0:EA4B8:09:000:Infinite Time dsccr94j:0:EA4B7:05:500:Infinite Time (2/3) dsccr94j:0:EA4B6:09:500:Infinite Time (3/3) dsccr94j:0:EA4B8:00:001:Finish this Game Now! dsccr94j:0:EA4B7:00:501:Finish this Game Now! (2/3) dsccr94j:0:EA4B6:00:501:Finish this Game Now! (3/3) dsccr94j:0:EA9CC:06:001:Goto Final Round Now! dsccr94j:0:EA9CC:06:071:Select Current Round dsccr94j:0:00000:00:999:[ The displayed score won't be updated ] dsccr94j:0:00000:00:999:[ until a goal is scored! ] dsccr94j:0:E06D5:00:000:Score always = 0 PL1 dsccr94j:0:E06D4:00:500:Score always = 0 PL1 (2/2) dsccr94j:0:E06D5:09:000:Score always = 99 PL1 dsccr94j:0:E06D4:09:500:Score always = 99 PL1 (2/2) dsccr94j:0:E06D5:00:001:Score = 0 Now! PL1 dsccr94j:0:E06D4:00:501:Score = 0 Now! PL1 (2/2) dsccr94j:0:E06D5:05:001:Score = 50 Now! PL1 dsccr94j:0:E06D4:00:501:Score = 50 Now! PL1 (2/2) dsccr94j:0:E06D5:09:070:Select Score (tens) PL1 dsccr94j:0:E06D4:09:070:Select Score (units) PL1 dsccr94j:0:EAB2D:01:000:Always win Penalty Shootout PL1 dsccr94j:0:EAB2E:00:500:Always win Penalty Shootout PL1 (2/2) dsccr94j:0:E1257:00:000:Score always = 0 PL2 dsccr94j:0:E1256:00:500:Score always = 0 PL2 (2/2) dsccr94j:0:E1257:09:000:Score always = 99 PL2 dsccr94j:0:E1256:09:500:Score always = 99 PL2 (2/2) dsccr94j:0:E1257:00:001:Score = 0 Now! PL2 dsccr94j:0:E1256:00:501:Score = 0 Now! PL2 (2/2) dsccr94j:0:E1257:05:001:Score = 50 Now! PL2 dsccr94j:0:E1256:00:501:Score = 50 Now! PL2 (2/2) dsccr94j:0:E1257:09:070:Select Score (tens) PL2 dsccr94j:0:E1256:09:070:Select Score (units) PL2 dsccr94j:0:EAB2D:00:000:Always win Penalty Shootout PL2 dsccr94j:0:EAB2E:01:500:Always win Penalty Shootout PL2 (2/2) ; [ Dream Soccer '94 ] dsoccr94:0:EFF44:63:000:Infinite Credits dsoccr94:0:EACB8:09:000:Infinite Time dsoccr94:0:EACB7:05:500:Infinite Time (2/3) dsoccr94:0:EACB6:09:500:Infinite Time (3/3) dsoccr94:0:EACB8:00:001:Finish this Game Now! dsoccr94:0:EACB7:00:501:Finish this Game Now! (2/3) dsoccr94:0:EACB6:00:501:Finish this Game Now! (3/3) dsoccr94:0:EB1DA:06:001:Goto Final Round Now! dsoccr94:0:EB1DA:06:071:Select Current Round dsoccr94:0:00000:00:999:[ The displayed score won't be updated ] dsoccr94:0:00000:00:999:[ until a goal is scored! ] dsoccr94:0:E06D5:00:000:Score always = 0 PL1 dsoccr94:0:E06D4:00:500:Score always = 0 PL1 (2/2) dsoccr94:0:E06D5:09:000:Score always = 99 PL1 dsoccr94:0:E06D4:09:500:Score always = 99 PL1 (2/2) dsoccr94:0:E06D5:00:001:Score = 0 Now! PL1 dsoccr94:0:E06D4:00:501:Score = 0 Now! PL1 (2/2) dsoccr94:0:E06D5:05:001:Score = 50 Now! PL1 dsoccr94:0:E06D4:00:501:Score = 50 Now! PL1 (2/2) dsoccr94:0:E06D5:09:070:Select Score (tens) PL1 dsoccr94:0:E06D4:09:070:Select Score (units) PL1 dsoccr94:0:EB33B:01:000:Always win Penalty Shootout PL1 dsoccr94:0:EB33C:00:500:Always win Penalty Shootout PL1 (2/2) dsoccr94:0:E1255:00:000:Score always = 0 PL2 dsoccr94:0:E1254:00:500:Score always = 0 PL2 (2/2) dsoccr94:0:E1255:09:000:Score always = 99 PL2 dsoccr94:0:E1254:09:500:Score always = 99 PL2 (2/2) dsoccr94:0:E1255:00:001:Score = 0 Now! PL2 dsoccr94:0:E1254:00:501:Score = 0 Now! PL2 (2/2) dsoccr94:0:E1255:05:001:Score = 50 Now! PL2 dsoccr94:0:E1254:00:501:Score = 50 Now! PL2 (2/2) dsoccr94:0:E1255:09:070:Select Score (tens) PL2 dsoccr94:0:E1254:09:070:Select Score (units) PL2 dsoccr94:0:EB33B:00:000:Always win Penalty Shootout PL2 dsoccr94:0:EB33C:01:500:Always win Penalty Shootout PL2 (2/2) ; [ Dragon Spirit (new version) ] dspirit:0:4007:0B:000:Infinite Lives dspirit:0:41B0:05:000:Infinite Energy dspirit:0:41A0:01:000:Invincibility dspirit:0:41BF:00:000:Always have L1 shot dspirit:0:41BF:01:000:Always have L2 shot dspirit:0:41BF:02:000:Always have L3 shot dspirit:0:41BE:00:000:Always have normal dragon dspirit:0:41BE:01:000:Always have 2 headed dragon dspirit:0:41BE:02:000:Always have 3 headed dragon dspirit:0:41BE:03:000:Always have small dragon dspirit:0:41BE:04:000:Always EarthQuake dragon dspirit:0:41C7:00:000:Always Normal Fire dspirit:0:41C7:01:000:Always Long Fire dspirit:0:41C7:02:000:Always 3 way Fire dspirit:0:41C7:03:000:Always Homing Star Fire dspirit:0:41C7:04:000:Always Penetration Fire dspirit:0:41BF:00:001:Get L1 shot Now! dspirit:0:41BF:01:001:Get L2 shot Now! dspirit:0:41BF:02:001:Get L3 shot Now! dspirit:0:41BE:00:001:Get normal dragon Now! dspirit:0:41BE:01:001:Get 2 headed dragon Now! dspirit:0:41BE:02:001:Get 3 headed dragon Now! dspirit:0:41BE:03:001:Get small dragon Now! dspirit:0:41BE:04:001:Get EarthQuake dragon Now! dspirit:0:41C7:00:001:Get Normal Fire Now! dspirit:0:41C7:01:001:Get Long Fire Now! dspirit:0:41C7:02:001:Get 3 way Fire Now! dspirit:0:41C7:03:001:Get Homing Star Fire Now! dspirit:0:41C7:04:001:Get Penetration Fire Now! dspirit:0:0000:00:999:[The current area cheat ] dspirit:0:0000:00:999:[should only be activated in] dspirit:0:0000:00:999:[the game before you lose a ] dspirit:0:0000:00:999:[life - ie no inf. energy!!!] dspirit:0:0000:00:999:[Best activated on the hill ] dspirit:0:0000:00:999:[sword/lightning screen ] dspirit:0:4001:08:061:Select next area dspirit:0:4001:08:071:Select current area ; [ Dragon Spirit (old version) ] dspirito:0:4007:0B:000:Infinite Lives dspirito:0:41B0:05:000:Infinite Energy dspirito:0:41A0:01:000:Invincibility dspirito:0:41BF:00:000:Always have L1 shot dspirito:0:41BF:01:000:Always have L2 shot dspirito:0:41BF:02:000:Always have L3 shot dspirito:0:41BE:00:000:Always have normal dragon dspirito:0:41BE:01:000:Always have 2 headed dragon dspirito:0:41BE:02:000:Always have 3 headed dragon dspirito:0:41BE:03:000:Always have small dragon dspirito:0:41BE:04:000:Always EarthQuake dragon dspirito:0:41C7:00:000:Always Normal Fire dspirito:0:41C7:01:000:Always Long Fire dspirito:0:41C7:02:000:Always 3 way Fire dspirito:0:41C7:03:000:Always Homing Star Fire dspirito:0:41C7:04:000:Always Penetration Fire dspirito:0:41BF:00:001:Get L1 shot Now! dspirito:0:41BF:01:001:Get L2 shot Now! dspirito:0:41BF:02:001:Get L3 shot Now! dspirito:0:41BE:00:001:Get normal dragon Now! dspirito:0:41BE:01:001:Get 2 headed dragon Now! dspirito:0:41BE:02:001:Get 3 headed dragon Now! dspirito:0:41BE:03:001:Get small dragon Now! dspirito:0:41BE:04:001:Get EarthQuake dragon Now! dspirito:0:41C7:00:001:Get Normal Fire Now! dspirito:0:41C7:01:001:Get Long Fire Now! dspirito:0:41C7:02:001:Get 3 way Fire Now! dspirito:0:41C7:03:001:Get Homing Star Fire Now! dspirito:0:41C7:04:001:Get Penetration Fire Now! dspirito:0:0000:00:999:[The current area cheat ] dspirito:0:0000:00:999:[should only be activated in] dspirito:0:0000:00:999:[the game before you lose a ] dspirito:0:0000:00:999:[life - ie no inf. energy!!!] dspirito:0:0000:00:999:[Best activated on the hill ] dspirito:0:0000:00:999:[sword/lightning screen ] dspirito:0:4001:08:061:Select next area dspirito:0:4001:08:071:Select current area ; [ Darkstalkers: The Night Warriors (Euro 940705) ] dstlk:0:FF9409:99:000:Infinite Time dstlk:0:FF9409:00:001:Finish this Round Now! dstlk:0:FF83CB:90:000:Infinite Energy PL1 dstlk:0:FF83CB:00:001:Drain All Energy Now! PL1 dstlk:0:FF855F:8E:000:Infinite Special PL1 dstlk:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlk:0:FF8729:01:001:Play as Dimitri Now! PL1 dstlk:0:FF8729:02:001:Play as Gallon Now! PL1 dstlk:0:FF8729:03:001:Play as Victor Now! PL1 dstlk:0:FF8729:04:001:Play as Zabelzaroch Now! PL1 dstlk:0:FF8729:05:001:Play as Morrigan Now! PL1 dstlk:0:FF8729:06:001:Play as Anakaris Now! PL1 dstlk:0:FF8729:07:001:Play as Felicia Now! PL1 dstlk:0:FF8729:08:001:Play as Bishamon Now! PL1 dstlk:0:FF8729:09:001:Play as Aulbath Now! PL1 dstlk:0:FF8729:0A:001:Play as Sasquatch Now! PL1 dstlk:0:FF8729:0B:001:Play as Phobos Now! PL1 dstlk:0:FF8729:0C:001:Play as Pyron Now! PL1 dstlk:0:FF87CB:90:000:Infinite Energy PL2 dstlk:0:FF87CB:00:001:Drain All Energy Now! PL2 dstlk:0:FF895F:51:000:Infinite Special PL2 dstlk:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlk:0:FF8B29:01:001:Play as Dimitri Now! PL2 dstlk:0:FF8B29:02:001:Play as Gallon Now! PL2 dstlk:0:FF8B29:03:001:Play as Victor Now! PL2 dstlk:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2 dstlk:0:FF8B29:05:001:Play as Morrigan Now! PL2 dstlk:0:FF8B29:06:001:Play as Anakaris Now! PL2 dstlk:0:FF8B29:07:001:Play as Felicia Now! PL2 dstlk:0:FF8B29:08:001:Play as Bishamon Now! PL2 dstlk:0:FF8B29:09:001:Play as Aulbath Now! PL2 dstlk:0:FF8B29:0A:001:Play as Sasquatch Now! PL2 dstlk:0:FF8B29:0B:001:Play as Phobos Now! PL2 dstlk:0:FF8B29:0C:001:Play as Pyron Now! PL2 dstlk:0:000000:00:999:[ These are the codes to set the machine region - the ] dstlk:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] dstlk:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] dstlk:0:FF8205:00:000:Region Switch = Japan dstlk:0:FF8205:02:000:Region Switch = USA dstlk:0:FF8205:04:000:Region Switch = Asia dstlk:0:FF8205:06:000:Region Switch = Hispanic dstlk:0:FF8205:08:000:Region Switch = Euro dstlk:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text) dstlk:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text) ; [ Darkstalkers: The Night Warriors (Asia 940705) ] dstlka:0:FF9409:99:000:Infinite Time dstlka:0:FF9409:00:001:Finish this Round Now! dstlka:0:FF83CB:90:000:Infinite Energy PL1 dstlka:0:FF83CB:00:001:Drain All Energy Now! PL1 dstlka:0:FF855F:8E:000:Infinite Special PL1 dstlka:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlka:0:FF8729:01:001:Play as Dimitri Now! PL1 dstlka:0:FF8729:02:001:Play as Gallon Now! PL1 dstlka:0:FF8729:03:001:Play as Victor Now! PL1 dstlka:0:FF8729:04:001:Play as Zabelzaroch Now! PL1 dstlka:0:FF8729:05:001:Play as Morrigan Now! PL1 dstlka:0:FF8729:06:001:Play as Anakaris Now! PL1 dstlka:0:FF8729:07:001:Play as Felicia Now! PL1 dstlka:0:FF8729:08:001:Play as Bishamon Now! PL1 dstlka:0:FF8729:09:001:Play as Aulbath Now! PL1 dstlka:0:FF8729:0A:001:Play as Sasquatch Now! PL1 dstlka:0:FF8729:0B:001:Play as Phobos Now! PL1 dstlka:0:FF8729:0C:001:Play as Pyron Now! PL1 dstlka:0:FF87CB:90:000:Infinite Energy PL2 dstlka:0:FF87CB:00:001:Drain All Energy Now! PL2 dstlka:0:FF895F:51:000:Infinite Special PL2 dstlka:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlka:0:FF8B29:01:001:Play as Dimitri Now! PL2 dstlka:0:FF8B29:02:001:Play as Gallon Now! PL2 dstlka:0:FF8B29:03:001:Play as Victor Now! PL2 dstlka:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2 dstlka:0:FF8B29:05:001:Play as Morrigan Now! PL2 dstlka:0:FF8B29:06:001:Play as Anakaris Now! PL2 dstlka:0:FF8B29:07:001:Play as Felicia Now! PL2 dstlka:0:FF8B29:08:001:Play as Bishamon Now! PL2 dstlka:0:FF8B29:09:001:Play as Aulbath Now! PL2 dstlka:0:FF8B29:0A:001:Play as Sasquatch Now! PL2 dstlka:0:FF8B29:0B:001:Play as Phobos Now! PL2 dstlka:0:FF8B29:0C:001:Play as Pyron Now! PL2 dstlka:0:000000:00:999:[ These are the codes to set the machine region - the ] dstlka:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] dstlka:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] dstlka:0:FF8205:00:000:Region Switch = Japan dstlka:0:FF8205:02:000:Region Switch = USA dstlka:0:FF8205:04:000:Region Switch = Asia dstlka:0:FF8205:06:000:Region Switch = Hispanic dstlka:0:FF8205:08:000:Region Switch = Euro dstlka:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text) dstlka:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text) ; [ Darkstalkers: The Night Warriors (US 940818) ] dstlku:0:FF9409:99:000:Infinite Time dstlku:0:FF9409:00:001:Finish this Round Now! dstlku:0:FF83CB:90:000:Infinite Energy PL1 dstlku:0:FF83CB:00:001:Drain All Energy Now! PL1 dstlku:0:FF855F:8E:000:Infinite Special PL1 dstlku:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlku:0:FF8729:01:001:Play as Dimitri Now! PL1 dstlku:0:FF8729:02:001:Play as Gallon Now! PL1 dstlku:0:FF8729:03:001:Play as Victor Now! PL1 dstlku:0:FF8729:04:001:Play as Zabelzaroch Now! PL1 dstlku:0:FF8729:05:001:Play as Morrigan Now! PL1 dstlku:0:FF8729:06:001:Play as Anakaris Now! PL1 dstlku:0:FF8729:07:001:Play as Felicia Now! PL1 dstlku:0:FF8729:08:001:Play as Bishamon Now! PL1 dstlku:0:FF8729:09:001:Play as Aulbath Now! PL1 dstlku:0:FF8729:0A:001:Play as Sasquatch Now! PL1 dstlku:0:FF8729:0B:001:Play as Phobos Now! PL1 dstlku:0:FF8729:0C:001:Play as Pyron Now! PL1 dstlku:0:FF87CB:90:000:Infinite Energy PL2 dstlku:0:FF87CB:00:001:Drain All Energy Now! PL2 dstlku:0:FF895F:51:000:Infinite Special PL2 dstlku:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlku:0:FF8B29:01:001:Play as Dimitri Now! PL2 dstlku:0:FF8B29:02:001:Play as Gallon Now! PL2 dstlku:0:FF8B29:03:001:Play as Victor Now! PL2 dstlku:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2 dstlku:0:FF8B29:05:001:Play as Morrigan Now! PL2 dstlku:0:FF8B29:06:001:Play as Anakaris Now! PL2 dstlku:0:FF8B29:07:001:Play as Felicia Now! PL2 dstlku:0:FF8B29:08:001:Play as Bishamon Now! PL2 dstlku:0:FF8B29:09:001:Play as Aulbath Now! PL2 dstlku:0:FF8B29:0A:001:Play as Sasquatch Now! PL2 dstlku:0:FF8B29:0B:001:Play as Phobos Now! PL2 dstlku:0:FF8B29:0C:001:Play as Pyron Now! PL2 dstlku:0:000000:00:999:[ These are the codes to set the machine region - the ] dstlku:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] dstlku:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] dstlku:0:FF8205:00:000:Region Switch = Japan dstlku:0:FF8205:02:000:Region Switch = USA dstlku:0:FF8205:04:000:Region Switch = Asia dstlku:0:FF8205:06:000:Region Switch = Hispanic dstlku:0:FF8205:08:000:Region Switch = Euro dstlku:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text) dstlku:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text) ; [ Darkstalkers: The Night Warriors (US 940705) ] dstlkur1:0:FF9409:99:000:Infinite Time dstlkur1:0:FF9409:00:001:Finish this Round Now! dstlkur1:0:FF83CB:90:000:Infinite Energy PL1 dstlkur1:0:FF83CB:00:001:Drain All Energy Now! PL1 dstlkur1:0:FF855F:8E:000:Infinite Special PL1 dstlkur1:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlkur1:0:FF8729:01:001:Play as Dimitri Now! PL1 dstlkur1:0:FF8729:02:001:Play as Gallon Now! PL1 dstlkur1:0:FF8729:03:001:Play as Victor Now! PL1 dstlkur1:0:FF8729:04:001:Play as Zabelzaroch Now! PL1 dstlkur1:0:FF8729:05:001:Play as Morrigan Now! PL1 dstlkur1:0:FF8729:06:001:Play as Anakaris Now! PL1 dstlkur1:0:FF8729:07:001:Play as Felicia Now! PL1 dstlkur1:0:FF8729:08:001:Play as Bishamon Now! PL1 dstlkur1:0:FF8729:09:001:Play as Aulbath Now! PL1 dstlkur1:0:FF8729:0A:001:Play as Sasquatch Now! PL1 dstlkur1:0:FF8729:0B:001:Play as Phobos Now! PL1 dstlkur1:0:FF8729:0C:001:Play as Pyron Now! PL1 dstlkur1:0:FF87CB:90:000:Infinite Energy PL2 dstlkur1:0:FF87CB:00:001:Drain All Energy Now! PL2 dstlkur1:0:FF895F:51:000:Infinite Special PL2 dstlkur1:0:000000:00:999:[ Free player selection - Use on level VS screen ] dstlkur1:0:FF8B29:01:001:Play as Dimitri Now! PL2 dstlkur1:0:FF8B29:02:001:Play as Gallon Now! PL2 dstlkur1:0:FF8B29:03:001:Play as Victor Now! PL2 dstlkur1:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2 dstlkur1:0:FF8B29:05:001:Play as Morrigan Now! PL2 dstlkur1:0:FF8B29:06:001:Play as Anakaris Now! PL2 dstlkur1:0:FF8B29:07:001:Play as Felicia Now! PL2 dstlkur1:0:FF8B29:08:001:Play as Bishamon Now! PL2 dstlkur1:0:FF8B29:09:001:Play as Aulbath Now! PL2 dstlkur1:0:FF8B29:0A:001:Play as Sasquatch Now! PL2 dstlkur1:0:FF8B29:0B:001:Play as Phobos Now! PL2 dstlkur1:0:FF8B29:0C:001:Play as Pyron Now! PL2 dstlkur1:0:000000:00:999:[ These are the codes to set the machine region - the ] dstlkur1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] dstlkur1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] dstlkur1:0:FF8205:00:000:Region Switch = Japan dstlkur1:0:FF8205:02:000:Region Switch = USA dstlkur1:0:FF8205:04:000:Region Switch = Asia dstlkur1:0:FF8205:06:000:Region Switch = Hispanic dstlkur1:0:FF8205:08:000:Region Switch = Euro dstlkur1:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text) dstlkur1:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text) ; [ Dual Assault ] dualaslt:0:004F:9B:000:Infinite Lives dualaslt:0:0052:01:040:Invincibility ; [ Vs. Duck Hunt ] duckhunt:0:0635:99:000:Infinite Credits duckhunt:0:00C5:07:000:Infinite Lives duckhunt:0:00BA:03:000:Infinite Shots duckhunt:0:00BB:0C:001:Finish Level with next shot ; [ Dump Matsumoto (Japan, 8751 317-unknown)) ] dumpmtmt:0:FFC202:59:000:Infinite Time ; [ Dungeon Magic (US) ] dungenmu:0:400207:09:000:Infinite Credits dungenmu:0:407F36:77:000:Infinite Time dungenmu:0:40C244:09:000:Infinite Lives PL1 dungenmu:0:404FD0:14:000:Infinite Energy PL1 dungenmu:0:40C245:09:000:Infinite Specials PL1 dungenmu:0:40C243:02:000:Invincibility PL1 dungenmu:0:40C344:09:000:Infinite Lives PL2 dungenmu:0:405050:08:000:Infinite Energy PL2 dungenmu:0:40C345:09:000:Infinite Specials PL2 dungenmu:0:40C343:02:000:Invincibility PL2 dungenmu:0:40C444:09:000:Infinite Lives PL3 dungenmu:0:4050D0:08:000:Infinite Energy PL3 dungenmu:0:40C445:09:000:Infinite Specials PL3 dungenmu:0:40C443:02:000:Invincibility PL3 dungenmu:0:40C544:09:000:Infinite Lives PL4 dungenmu:0:405150:08:000:Infinite Energy PL4 dungenmu:0:40C545:09:000:Infinite Specials PL4 dungenmu:0:40C543:02:000:Invincibility PL4 dungenmu:0:000000:00:999:[After you enable these region cheats to see any ] dungenmu:0:000000:00:999:[effect you may have to reset the game (F3). ] dungenmu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] dungenmu:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] dungenmu:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] dungenmu:0:0FFFFF:01:100:Region Switch = Japan:dungenmuinger dungenmu:0:0FFFFF:02:100:Region Switch = US:Dungeon Magic dungenmu:0:0FFFFF:03:100:Region Switch = World:Dungeon Magic ; [ Dungeon Magic (World) ] dungeonm:0:400207:09:000:Infinite Credits dungeonm:0:407F36:77:000:Infinite Time dungeonm:0:40C244:09:000:Infinite Lives PL1 dungeonm:0:404FD0:14:000:Infinite Energy PL1 dungeonm:0:40C245:09:000:Infinite Specials PL1 dungeonm:0:40C243:02:000:Invincibility PL1 dungeonm:0:40C344:09:000:Infinite Lives PL2 dungeonm:0:405050:08:000:Infinite Energy PL2 dungeonm:0:40C345:09:000:Infinite Specials PL2 dungeonm:0:40C343:02:000:Invincibility PL2 dungeonm:0:40C444:09:000:Infinite Lives PL3 dungeonm:0:4050D0:08:000:Infinite Energy PL3 dungeonm:0:40C445:09:000:Infinite Specials PL3 dungeonm:0:40C443:02:000:Invincibility PL3 dungeonm:0:40C544:09:000:Infinite Lives PL4 dungeonm:0:405150:08:000:Infinite Energy PL4 dungeonm:0:40C545:09:000:Infinite Specials PL4 dungeonm:0:40C543:02:000:Invincibility PL4 dungeonm:0:000000:00:999:[After you enable these region cheats to see any ] dungeonm:0:000000:00:999:[effect you may have to reset the game (F3). ] dungeonm:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] dungeonm:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] dungeonm:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] dungeonm:0:0FFFFF:01:100:Region Switch = Japan:dungeonminger dungeonm:0:0FFFFF:02:100:Region Switch = US:Dungeon Magic dungeonm:0:0FFFFF:03:100:Region Switch = World:Dungeon Magic ; [ Dunk Mania (DM2/VER.C) ] dunkmnia:0:001DD096:FF:000:Infinite Time dunkmnia:0:001DD095:FF:500:Infinite Time (2/3) dunkmnia:0:001DD094:FF:500:Infinite Time (3/3) dunkmnia:0:001DD096:00:001:Finish this Period Now! dunkmnia:0:001DD095:00:501:Finish this Period Now! (2/3) dunkmnia:0:001DD094:01:501:Finish this Period Now! (3/3) :dunkmnia:00300060:001DD098:00012875:FFFFFFFF:Infinite Shot Time :dunkmnia:00300001:001DD098:00000001:FFFFFFFF:No Shot Time Left Now!:For the best effect assign this cheat an activation key and use it whenever the other side has the ball! dunkmnia:0:001DD4E8:00:000:Score always = 0 PL1 dunkmnia:0:001DD4E8:7F:000:Score always = 127 PL1 dunkmnia:0:001DD4E8:00:001:Set score = 0 Now! PL1 dunkmnia:0:001DD4E8:32:001:Set score = 50 Now! PL1 dunkmnia:0:001DD4E8:7F:070:Select score Now! PL1 dunkmnia:0:001DD4F4:00:000:Score always = 0 PL2 dunkmnia:0:001DD4F4:7F:000:Score always = 127 PL2 dunkmnia:0:001DD4F4:00:001:Set score = 0 Now! PL2 dunkmnia:0:001DD4F4:32:001:Set score = 50 Now! PL2 dunkmnia:0:001DD4F4:7F:070:Select score Now! PL2 ; [ Dunk Mania (DM1/VER.C) ] dunkmnic:0:001DD096:FF:000:Infinite Time dunkmnic:0:001DD095:FF:500:Infinite Time (2/3) dunkmnic:0:001DD094:FF:500:Infinite Time (3/3) dunkmnic:0:001DD096:00:001:Finish this Period Now! dunkmnic:0:001DD095:00:501:Finish this Period Now! (2/3) dunkmnic:0:001DD094:01:501:Finish this Period Now! (3/3) :dunkmnic:00300060:001DD098:00012875:FFFFFFFF:Infinite Shot Time :dunkmnic:00300001:001DD098:00000001:FFFFFFFF:No Shot Time Left Now!:For the best effect assign this cheat an activation key and use it whenever the other side has the ball! dunkmnic:0:001DD4E8:00:000:Score always = 0 PL1 dunkmnic:0:001DD4E8:7F:000:Score always = 127 PL1 dunkmnic:0:001DD4E8:00:001:Set score = 0 Now! PL1 dunkmnic:0:001DD4E8:32:001:Set score = 50 Now! PL1 dunkmnic:0:001DD4E8:7F:070:Select score Now! PL1 dunkmnic:0:001DD4F4:00:000:Score always = 0 PL2 dunkmnic:0:001DD4F4:7F:000:Score always = 127 PL2 dunkmnic:0:001DD4F4:00:001:Set score = 0 Now! PL2 dunkmnic:0:001DD4F4:32:001:Set score = 50 Now! PL2 dunkmnic:0:001DD4F4:7F:070:Select score Now! PL2 ; [ Dunk Shot (FD1089 317-0022) ] dunkshot:0:0000:00:999:[ There are no cheats ]:REASON 1 dunkshot:0:0000:00:999:[ for this game as it ]:REASON 1 dunkshot:0:0000:00:999:[ didn't work the last ]:REASON 1 dunkshot:0:0000:00:999:[ time it was tested. ]:REASON 1 dunkshot:0:0000:00:999:[ If the game now works ]:REASON 1 dunkshot:0:0000:00:999:[ please request cheats ]:REASON 1 dunkshot:0:0000:00:999:[ for it on the cheat ]:REASON 1 dunkshot:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dwarfs Den ] dwarfd:0:0000:00:999:[ There are no cheats ]:REASON 1 dwarfd:0:0000:00:999:[ for this game as it ]:REASON 1 dwarfd:0:0000:00:999:[ didn't work the last ]:REASON 1 dwarfd:0:0000:00:999:[ time it was tested. ]:REASON 1 dwarfd:0:0000:00:999:[ If the game now works ]:REASON 1 dwarfd:0:0000:00:999:[ please request cheats ]:REASON 1 dwarfd:0:0000:00:999:[ for it on the cheat ]:REASON 1 dwarfd:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dyger (Korea set 1) ] dyger:0:C00A:62:000:Infinite Credits dyger:0:C110:14:000:Infinite Lives dyger:0:C012:FF:000:Power never decreases dyger:0:D004:07:000:Maximum fire power dyger:0:C100:01:020:Invincibility:No power ups for you then! dyger:0:C158:00:000:Always 1 Hit to kill bosses dyger:0:C158:00:001:One hit to kill Boss Now! ; [ Dyger (Korea set 2) ] dygera:0:C00A:62:000:Infinite Credits dygera:0:C110:14:000:Infinite Lives dygera:0:C012:FF:000:Power never decreases dygera:0:D004:07:000:Maximum fire power dygera:0:C100:01:020:Invincibility:No power ups for you then! dygera:0:C158:00:000:Always 1 Hit to kill bosses dygera:0:C158:00:001:One hit to kill Boss Now! ; [ Dynamite Baseball '97 ] dynabb:0:0000:00:999:[ This game hasn't even ]:REASON 11 dynabb:0:0000:00:999:[ been looked at due to ]:REASON 11 dynabb:0:0000:00:999:[ time constraints - Too]:REASON 11 dynabb:0:0000:00:999:[ many games and so ]:REASON 11 dynabb:0:0000:00:999:[ little time. It is ]:REASON 11 dynabb:0:0000:00:999:[ even possible that ]:REASON 11 dynabb:0:0000:00:999:[ this game may be a ]:REASON 11 dynabb:0:0000:00:999:[ clone of an existing ]:REASON 11 dynabb:0:0000:00:999:[ game which may have ]:REASON 11 dynabb:0:0000:00:999:[ cheats. Please search ]:REASON 11 dynabb:0:0000:00:999:[ the cheat forums ]:REASON 11 dynabb:0:0000:00:999:[ before posting cheat ]:REASON 11 dynabb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Dynablaster (bootleg) ] dynablsb:0:A35A2:59:000:Infinite Time dynablsb:0:A35A0:00:001:Finish this level Now!:To be used "Normal Mode" only dynablsb:0:A0BBB:09:000:Infinite Lives PL1 dynablsb:0:A109C:FF:000:Maximum Speed PL1 dynablsb:0:A0BBE:FF:000:Maximum Flame Length PL1 dynablsb:0:A0BC0:FF:000:Maximum Bombs PL1 dynablsb:0:A10A8:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only dynablsb:0:A10A8:20:041:Invincibility "OFF" PL1 dynablsb:0:A0BC1:00:000:Always have Normal Bombs PL1 dynablsb:0:A0BC1:FF:000:Always have Manual Bombs PL1 dynablsb:0:A0BC1:00:001:Get Normal Bombs Now! PL1 dynablsb:0:A0BC1:FF:001:Get Manual Bombs Now! PL1 dynablsb:0:A0BCB:09:000:Infinite Lives PL2 dynablsb:0:A10DC:FF:000:Maximum Speed PL2 dynablsb:0:A0BCE:FF:000:Maximum Flame Length PL2 dynablsb:0:A0BD0:FF:000:Maximum Bombs PL2 dynablsb:0:A10E8:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only dynablsb:0:A10E8:20:041:Invincibility "OFF" PL2 dynablsb:0:A0BD1:00:000:Always have Normal Bombs PL2 dynablsb:0:A0BD1:FF:000:Always have Manual Bombs PL2 dynablsb:0:A0BD1:00:001:Get Normal Bombs Now! PL2 dynablsb:0:A0BD1:FF:001:Get Manual Bombs Now! PL2 ; [ Dynablaster / Bomber Man ] dynablst:0:A35A2:59:000:Infinite Time dynablst:0:A35A0:00:001:Finish this level Now!:To be used "Normal Mode" only dynablst:0:A0BBB:09:000:Infinite Lives PL1 dynablst:0:A109C:FF:000:Maximum Speed PL1 dynablst:0:A0BBE:FF:000:Maximum Flame Length PL1 dynablst:0:A0BC0:FF:000:Maximum Bombs PL1 dynablst:0:A10A8:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only dynablst:0:A10A8:20:041:Invincibility "OFF" PL1 dynablst:0:A0BC1:00:000:Always have Normal Bombs PL1 dynablst:0:A0BC1:FF:000:Always have Manual Bombs PL1 dynablst:0:A0BC1:00:001:Get Normal Bombs Now! PL1 dynablst:0:A0BC1:FF:001:Get Manual Bombs Now! PL1 dynablst:0:A0BCB:09:000:Infinite Lives PL2 dynablst:0:A10DC:FF:000:Maximum Speed PL2 dynablst:0:A0BCE:FF:000:Maximum Flame Length PL2 dynablst:0:A0BD0:FF:000:Maximum Bombs PL2 dynablst:0:A10E8:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only dynablst:0:A10E8:20:041:Invincibility "OFF" PL2 dynablst:0:A0BD1:00:000:Always have Normal Bombs PL2 dynablst:0:A0BD1:FF:000:Always have Manual Bombs PL2 dynablst:0:A0BD1:00:001:Get Normal Bombs Now! PL2 dynablst:0:A0BD1:FF:001:Get Manual Bombs Now! PL2 ; [ Dynamic Dice ] dynadice:0:400F:09:000:Infinite Credits dynadice:0:4007:09:500:Infinite Credits (2/3) dynadice:0:4001:05:500:Infinite Credits (3/3) ; [ Dyna Gear ] :dynagear:00000000:000044:00000063:FFFFFFFF:Infinite Credits :dynagear:00000501:0002F5:00000007:FFFFFFFF:Select Starting Area:Set on player select screen :dynagear:00100000:000303:00001EF1:FFFFFFFF:Infinite Time :dynagear:00000000:00023F:0000000A:FFFFFFFF:Infinite Lives PL1 :dynagear:00000000:000231:00000004:FFFFFFFF:Infinite Energy PL1 :dynagear:00000000:001923:00000002:FFFFFFFF:Invincibility PL1:Turn OFF at the end of the area :dynagear:00100000:000235:000003E7:FFFFFFFF:Always Have Maximum Coins PL1 :dynagear:62000000:000000:00000000:00000000:Select Weapon PL1 :dynagear:00010000:000239:00000000:FFFFFFFF:Sword :dynagear:00010000:000239:00000001:FFFFFFFF:Axe :dynagear:00010000:000239:00000002:FFFFFFFF:Hammer :dynagear:00010000:000239:00000003:FFFFFFFF:Arrow :dynagear:00000000:00023B:00000001:FFFFFFFF:Always Have Power Up PL1 :dynagear:00000000:00022F:00000058:FFFFFFFF:Infinite Auto Shot PL1 :dynagear:00000000:0001ED:00000000:00000008:Rapid Fire PL1:Hold attack button :dynagear:00000000:0002BF:0000000A:FFFFFFFF:Infinite Lives PL2 :dynagear:00000000:0002B1:00000004:FFFFFFFF:Infinite Energy PL2 :dynagear:00000000:002043:00000002:FFFFFFFF:Invincibility PL2:Turn OFF at the end of the area :dynagear:00100000:0002B5:000003E7:FFFFFFFF:Always Have Maximum Coins PL2 :dynagear:62000000:000000:00000000:00000000:Select Weapon PL2 :dynagear:00010000:0002B9:00000000:FFFFFFFF:Sword :dynagear:00010000:0002B9:00000001:FFFFFFFF:Axe :dynagear:00010000:0002B9:00000002:FFFFFFFF:Hammer :dynagear:00010000:0002B9:00000003:FFFFFFFF:Arrow :dynagear:00000000:0002BB:00000001:FFFFFFFF:Always Have Power Up PL2 :dynagear:00000000:0002AF:00000058:FFFFFFFF:Infinite Auto Shot PL2 :dynagear:00000000:00026D:00000000:00000008:Rapid Fire PL2:Hold attack button ; [ Dynamite Cop (Model 2A) ] :dynamcop:00000000:00513AB0:0000001D:FFFFFFFF:Infinite Credits dynamcop:0:0000:00:999:[ There are no cheats ]:REASON 1 dynamcop:0:0000:00:999:[ for this game as it ]:REASON 1 dynamcop:0:0000:00:999:[ didn't work the last ]:REASON 1 dynamcop:0:0000:00:999:[ time it was tested. ]:REASON 1 dynamcop:0:0000:00:999:[ If the game now works ]:REASON 1 dynamcop:0:0000:00:999:[ please request cheats ]:REASON 1 dynamcop:0:0000:00:999:[ for it on the cheat ]:REASON 1 dynamcop:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dynamic Ski ] dynamski:0:F002:63:000:Infinite Credits dynamski:0:F0FD:02:000:Infinite Time dynamski:0:F123:64:000:Always have Max Ski Speed dynamski:0:F126:2D:000:Jump Angle always 45 degress:Use with Always have Max Ski Speed for a jump over 90m every time and no need to do anything! dynamski:0:F14B:09:000:Always get Ski Jump BONUS ; [ Dynamite Deka 2 (Japan, Model 2A) ] :dyndeka2:00000000:00513AB0:0000001D:FFFFFFFF:Infinite Credits dyndeka2:0:0000:00:999:[ There are no cheats ]:REASON 1 dyndeka2:0:0000:00:999:[ for this game as it ]:REASON 1 dyndeka2:0:0000:00:999:[ didn't work the last ]:REASON 1 dyndeka2:0:0000:00:999:[ time it was tested. ]:REASON 1 dyndeka2:0:0000:00:999:[ If the game now works ]:REASON 1 dyndeka2:0:0000:00:999:[ please request cheats ]:REASON 1 dyndeka2:0:0000:00:999:[ for it on the cheat ]:REASON 1 dyndeka2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dynamite Duke (Japan) ] dynduke:0:012EA:96:000:Infinite Energy dynduke:0:012F4:E8:000:Infinite Ammo dynduke:0:012F5:03:500:Infinite Ammo (2/2) :dynduke:00000000:00124:00000002:FFFFFFFF:Invincibility dynduke:0:012F8:08:000:Infinite MegaPunch dynduke:0:02864:2D:000:Constant MegaPunch:Note, unsurprisingly the screen won't scroll very fast with this cheat ON dynduke:0:012EF:02:000:Full Autofire "ON" dynduke:0:012EE:7F:500:Full Autofire "ON" (2/2) dynduke:0:012EF:00:001:Full Autofire "OFF" dynduke:0:012EE:00:501:Full Autofire "OFF" (2/2) :dynduke:00000000:0169D:00000000:00000010:Rapid Fire - Gun :dynduke:00000000:0169D:00000000:00000020:Rapid Fire - Punch ; [ Dynamite Duke (US) ] dyndukf:0:012EA:96:000:Infinite Energy dyndukf:0:012F4:E8:000:Infinite Ammo dyndukf:0:012F5:03:500:Infinite Ammo (2/2) :dyndukf:00000000:00124:00000002:FFFFFFFF:Invincibility dyndukf:0:012F8:08:000:Infinite MegaPunch dyndukf:0:02864:2D:000:Constant MegaPunch:Note, unsurprisingly the screen won't scroll very fast with this cheat ON dyndukf:0:012EF:02:000:Full Autofire "ON" dyndukf:0:012EE:7F:500:Full Autofire "ON" (2/2) dyndukf:0:012EF:00:001:Full Autofire "OFF" dyndukf:0:012EE:00:501:Full Autofire "OFF" (2/2) :dyndukf:00000000:0169D:00000000:00000010:Rapid Fire - Gun :dyndukf:00000000:0169D:00000000:00000020:Rapid Fire - Punch ; [ Dynamite Cop (Model 2B) ] :dynmcopb:00000000:005110C0:0000001D:FFFFFFFF:Infinite Credits dynmcopb:0:0000:00:999:[ There are no cheats ]:REASON 1 dynmcopb:0:0000:00:999:[ for this game as it ]:REASON 1 dynmcopb:0:0000:00:999:[ didn't work the last ]:REASON 1 dynmcopb:0:0000:00:999:[ time it was tested. ]:REASON 1 dynmcopb:0:0000:00:999:[ If the game now works ]:REASON 1 dynmcopb:0:0000:00:999:[ please request cheats ]:REASON 1 dynmcopb:0:0000:00:999:[ for it on the cheat ]:REASON 1 dynmcopb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Dyno Bop ] dynobop:0:0000:00:999:[ This game hasn't even ]:REASON 11 dynobop:0:0000:00:999:[ been looked at due to ]:REASON 11 dynobop:0:0000:00:999:[ time constraints - Too]:REASON 11 dynobop:0:0000:00:999:[ many games and so ]:REASON 11 dynobop:0:0000:00:999:[ little time. It is ]:REASON 11 dynobop:0:0000:00:999:[ even possible that ]:REASON 11 dynobop:0:0000:00:999:[ this game may be a ]:REASON 11 dynobop:0:0000:00:999:[ clone of an existing ]:REASON 11 dynobop:0:0000:00:999:[ game which may have ]:REASON 11 dynobop:0:0000:00:999:[ cheats. Please search ]:REASON 11 dynobop:0:0000:00:999:[ the cheat forums ]:REASON 11 dynobop:0:0000:00:999:[ before posting cheat ]:REASON 11 dynobop:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Dynasty Wars (World) ] dynwar:0:FF82E6:0E:000:Invincibility PL1 dynwar:0:FF8289:99:000:Infinite Energy PL1 dynwar:0:FF8288:09:500:Infinite Energy PL1 (2/2) dynwar:0:FF82EE:07:000:Character level 8 (max) PL1 dynwar:0:FF82E9:07:000:Weapon level 8 (max) PL1 dynwar:0:FF82E2:0B:000:Maximum weap. power PL1 dynwar:0:FF82EF:07:500:Maximum weap. power PL1 (2/2) dynwar:0:FF82E1:02:000:Maximum blue balls PL1 dynwar:0:FF8386:0E:000:Invincibility PL2 dynwar:0:FF8329:99:000:Infinite Energy PL2 dynwar:0:FF8328:09:500:Infinite Energy PL2 (2/2) dynwar:0:FF838E:07:000:Character level 8 (max) PL2 dynwar:0:FF8389:07:000:Weapon level 8 (max) PL2 dynwar:0:FF8382:0B:000:Maximum weap. power PL2 dynwar:0:FF838F:07:500:Maximum weap. power PL2 (2/2) dynwar:0:FF8381:02:000:Maximum blue balls PL2 ; [ Tenchi wo Kurau (Japan) ] dynwarj:0:FF82E6:0E:000:Invincibility PL1 dynwarj:0:FF8289:99:000:Infinite Energy PL1 dynwarj:0:FF8288:09:500:Infinite Energy PL1 (2/2) dynwarj:0:FF82EE:07:000:Character level 8 (max) PL1 dynwarj:0:FF82E9:07:000:Weapon level 8 (max) PL1 dynwarj:0:FF82E2:0B:000:Maximum weap. power PL1 dynwarj:0:FF82EF:07:500:Maximum weap. power PL1 (2/2) dynwarj:0:FF82E1:02:000:Maximum blue balls PL1 dynwarj:0:FF8386:0E:000:Invincibility PL2 dynwarj:0:FF8329:99:000:Infinite Energy PL2 dynwarj:0:FF8328:09:500:Infinite Energy PL2 (2/2) dynwarj:0:FF838E:07:000:Character level 8 (max) PL2 dynwarj:0:FF8389:07:000:Weapon level 8 (max) PL2 dynwarj:0:FF8382:0B:000:Maximum weap. power PL2 dynwarj:0:FF838F:07:500:Maximum weap. power PL2 (2/2) dynwarj:0:FF8381:02:000:Maximum blue balls PL2 ; [ Zig Zag (Dig Dug hardware) ] dzigzag:0:840A:06:000:Infinite Lives PL1 dzigzag:0:840B:06:000:Infinite Lives PL2 dzigzag:0:8401:80:040:Invincibility dzigzag:0:840D:63:072:Select current level dzigzag:0:840D:63:062:Select next level ; [ Eagle (set 1) ] :eagle:20800000:2124:000000C9:FFFFFFFF:Invincibility :eagle:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :eagle:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :eagle:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :eagle:00000000:8234:00000000:FFFFFFFF:Rapid Fire :eagle:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :eagle:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :eagle:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :eagle:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :eagle:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :eagle:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :eagle:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Eagle (set 2) ] :eagle2:20800000:2124:000000C9:FFFFFFFF:Invincibility :eagle2:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :eagle2:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :eagle2:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :eagle2:00000000:8234:00000000:FFFFFFFF:Rapid Fire :eagle2:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :eagle2:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :eagle2:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :eagle2:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :eagle2:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :eagle2:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :eagle2:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Eagle (set 3) ] :eagle3:20800000:2124:000000C9:FFFFFFFF:Invincibility :eagle3:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :eagle3:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :eagle3:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :eagle3:00000000:8234:00000000:FFFFFFFF:Rapid Fire :eagle3:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :eagle3:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :eagle3:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :eagle3:00010000:8148:000000C8:FFFFFFFF:Always have Full Size Ship (4/6) :eagle3:00010000:814A:00000001:FFFFFFFF:Always have Full Size Ship (5/6) :eagle3:00010000:814D:000000D8:FFFFFFFF:Always have Full Size Ship (6/6) :eagle3:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Eagle Shot Golf ] eaglshot:0:0000:00:999:[ There are no cheats ]:REASON 1 eaglshot:0:0000:00:999:[ for this game as it ]:REASON 1 eaglshot:0:0000:00:999:[ didn't work the last ]:REASON 1 eaglshot:0:0000:00:999:[ time it was tested. ]:REASON 1 eaglshot:0:0000:00:999:[ If the game now works ]:REASON 1 eaglshot:0:0000:00:999:[ please request cheats ]:REASON 1 eaglshot:0:0000:00:999:[ for it on the cheat ]:REASON 1 eaglshot:0:0000:00:999:[ forums. ]:REASON 1 ; [ U.N. Defense Force: Earth Joker (Japan) ] earthjkr:0:10094A:09:000:Infinite Credits :earthjkr:00000301:100917:00000005:FFFFFFFF:Select Starting Round:Enable on the character selection screen earthjkr:0:100962:0A:000:Infinite Lives PL1 earthjkr:0:100965:05:000:Always have Max Fire Power PL1 earthjkr:0:10095C:00:000:Invincibility PL1 :earthjkr:00000000:1009B8:00000041:FFFFFFFF:Always Maximum Energy Charge PL1 :earthjkr:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :earthjkr:00010000:1009BB:00000006:FFFFFFFF:Front Missile :earthjkr:00010000:1009BB:0000000C:FFFFFFFF:Homing Missile :earthjkr:00010000:1009BB:00000012:FFFFFFFF:Side Missile :earthjkr:00010000:1009BB:0000001E:FFFFFFFF:Around Luncher :earthjkr:00000100:100967:00000010:FFFFFFFF:Select Speed PL1 :earthjkr:00000000:1009B5:00000000:FFFFFFFF:Rapid Fire PL1:Can't shoot charge shot earthjkr:0:1009C6:0A:000:Infinite Lives PL2 earthjkr:0:1009C9:05:000:Always have Max Fire Power PL2 earthjkr:0:1009C0:00:000:Invincibility PL2 :earthjkr:00000000:100A1C:00000041:FFFFFFFF:Always Maximum Energy Charge PL2 :earthjkr:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :earthjkr:00010000:100A1F:00000006:FFFFFFFF:Front Missile :earthjkr:00010000:100A1F:0000000C:FFFFFFFF:Homing Missile :earthjkr:00010000:100A1F:00000012:FFFFFFFF:Side Missile :earthjkr:00010000:100A1F:0000001E:FFFFFFFF:Around Luncher :earthjkr:00000100:1009CB:00000010:FFFFFFFF:Select Speed PL2 :earthjkr:00000000:100A19:00000000:FFFFFFFF:Rapid Fire PL2:Can't shoot charge shot ; [ Extra Bases ] ebases:0:7C95:30:000:Infinite Strikes ebases:0:7C96:30:000:Infinite Balls ebases:0:7C49:30:000:Infinite Outs ebases:0:7C95:30:001:Set Strikes to 0 Now! ebases:0:7C95:32:001:Set Strikes to 2 Now! ebases:0:7C96:30:001:Set Balls to 0 Now! ebases:0:7C96:33:001:Set Balls to 3 Now! ebases:0:7C49:30:001:Set Outs to 0 Now! ebases:0:7C49:32:001:Set Outs to 2 Now! ebases:0:7C0E:99:073:Select Score Visitor Team ebases:0:7C0D:99:073:Select Score Home Team ; [ Emergency Call Ambulance ] eca:0:0000:00:999:[ There are no cheats ]:REASON 1 eca:0:0000:00:999:[ for this game as it ]:REASON 1 eca:0:0000:00:999:[ didn't work the last ]:REASON 1 eca:0:0000:00:999:[ time it was tested. ]:REASON 1 eca:0:0000:00:999:[ If the game now works ]:REASON 1 eca:0:0000:00:999:[ please request cheats ]:REASON 1 eca:0:0000:00:999:[ for it on the cheat ]:REASON 1 eca:0:0000:00:999:[ forums. ]:REASON 1 ; [ Eco Fighters (Asia 931203) ] ecofghta:0:FF02E8:09:000:Infinite Credits ecofghta:0:FFF5F2:09:000:Infinite Lives PL1 ecofghta:0:FF877A:FF:002:Invincibility PL1 ecofghta:0:FF8952:05:000:Always have Maximum Arm Weapon Power PL1 ecofghta:0:FF8922:00:000:Always have Penetration Shot PL1 ecofghta:0:FF895A:04:000:Always have Penetration Hammer PL1 ecofghta:0:FF8904:03:000:Always have Energy Ball PL1 ecofghta:0:FF8904:04:000:Always have Hammer PL1 ecofghta:0:FF8904:07:000:Always have Wheel PL1 ecofghta:0:FF8904:09:000:Always have Laser Sword PL1 ecofghta:0:FFF5F3:09:000:Infinite Lives PL2 ecofghta:0:FF8D4A:FF:002:Invincibility PL2 ecofghta:0:FF8F22:05:000:Always have Maximum Arm Weapon Power PL2 ecofghta:0:FF8EF2:00:000:Always have Penetration Shot PL2 ecofghta:0:FF8F2A:04:000:Always have Penetration Hammer PL2 ecofghta:0:FF8ED4:03:000:Always have Energy Ball PL2 ecofghta:0:FF8ED4:04:000:Always have Hammer PL2 ecofghta:0:FF8ED4:07:000:Always have Wheel PL2 ecofghta:0:FF8ED4:09:000:Always have Laser Sword PL2 ecofghta:0:000000:00:999:[ These are the codes to set the machine region - the ] ecofghta:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ecofghta:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] ecofghta:0:FF03E9:00:000:Region Switch = Japan ecofghta:0:FF03E9:01:000:Region Switch = USA ecofghta:0:FF03E9:02:000:Region Switch = ETC ecofghta:0:FF03E9:03:000:Region Switch = Hispanic ecofghta:0:FF03E9:04:000:Region Switch = Asia ; [ Eco Fighters (World 931203) ] ecofghtr:0:FF02E8:09:000:Infinite Credits ecofghtr:0:FFF5F2:09:000:Infinite Lives PL1 ecofghtr:0:FF877A:FF:002:Invincibility PL1 ecofghtr:0:FF8952:05:000:Always have Maximum Arm Weapon Power PL1 ecofghtr:0:FF8922:00:000:Always have Penetration Shot PL1 ecofghtr:0:FF895A:04:000:Always have Penetration Hammer PL1 ecofghtr:0:FF8904:03:000:Always have Energy Ball PL1 ecofghtr:0:FF8904:04:000:Always have Hammer PL1 ecofghtr:0:FF8904:07:000:Always have Wheel PL1 ecofghtr:0:FF8904:09:000:Always have Laser Sword PL1 ecofghtr:0:FFF5F3:09:000:Infinite Lives PL2 ecofghtr:0:FF8D4A:FF:002:Invincibility PL2 ecofghtr:0:FF8F22:05:000:Always have Maximum Arm Weapon Power PL2 ecofghtr:0:FF8EF2:00:000:Always have Penetration Shot PL2 ecofghtr:0:FF8F2A:04:000:Always have Penetration Hammer PL2 ecofghtr:0:FF8ED4:03:000:Always have Energy Ball PL2 ecofghtr:0:FF8ED4:04:000:Always have Hammer PL2 ecofghtr:0:FF8ED4:07:000:Always have Wheel PL2 ecofghtr:0:FF8ED4:09:000:Always have Laser Sword PL2 ecofghtr:0:000000:00:999:[ These are the codes to set the machine region - the ] ecofghtr:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ecofghtr:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] ecofghtr:0:FF03E9:00:000:Region Switch = Japan ecofghtr:0:FF03E9:01:000:Region Switch = USA ecofghtr:0:FF03E9:02:000:Region Switch = ETC ecofghtr:0:FF03E9:03:000:Region Switch = Hispanic ecofghtr:0:FF03E9:04:000:Region Switch = Asia ; [ E.D.F. : Earth Defense Force ] edf:0:0616F5:03:000:Infinite Lives PL1 edf:0:000000:00:999:[ Disable invincibility with F6 to ] edf:0:000000:00:999:[ finish each level. Only enable it ] edf:0:000000:00:999:[ after your ship appears or gfx may ] edf:0:000000:00:999:[ be corrupted. ] edf:0:0616F3:B2:000:Invincibility PL1 edf:0:0616F7:04:000:Weapon level 5 (max) PL1 edf:0:061737:00:001:Get Valcan Weapon Now! PL1 edf:0:061737:01:001:Get Laser Weapon Now! PL1 edf:0:061737:02:001:Get Atomic Weapon Now! PL1 edf:0:061737:03:001:Get Homing Weapon Now! PL1 edf:0:061955:03:000:Infinite Lives PL2 edf:0:000000:00:999:[ Disable invincibility with F6 to ] edf:0:000000:00:999:[ finish each level. Only enable it ] edf:0:000000:00:999:[ after your ship appears or gfx may ] edf:0:000000:00:999:[ be corrupted. ] edf:0:061953:B2:000:Invincibility PL2 edf:0:061957:04:000:Weapon level 5 (max) PL2 edf:0:061997:00:001:Get Valcan Weapon Now! PL2 edf:0:061997:01:001:Get Laser Weapon Now! PL2 edf:0:061997:02:001:Get Atomic Weapon Now! PL2 edf:0:061997:03:001:Get Homing Weapon Now! PL2 ; [ E.D.F. : Earth Defense Force (North America) ] edfu:0:0616F5:03:000:Infinite Lives PL1 edfu:0:000000:00:999:[ Disable invincibility with F6 to ] edfu:0:000000:00:999:[ finish each level. Only enable it ] edfu:0:000000:00:999:[ after your ship appears or gfx may ] edfu:0:000000:00:999:[ be corrupted. ] edfu:0:0616F3:B2:000:Invincibility PL1 edfu:0:0616F7:04:000:Weapon level 5 (max) PL1 edfu:0:061737:00:001:Get Valcan Weapon Now! PL1 edfu:0:061737:01:001:Get Laser Weapon Now! PL1 edfu:0:061737:02:001:Get Atomic Weapon Now! PL1 edfu:0:061737:03:001:Get Homing Weapon Now! PL1 edfu:0:061955:03:000:Infinite Lives PL2 edfu:0:000000:00:999:[ Disable invincibility with F6 to ] edfu:0:000000:00:999:[ finish each level. Only enable it ] edfu:0:000000:00:999:[ after your ship appears or gfx may ] edfu:0:000000:00:999:[ be corrupted. ] edfu:0:061953:B2:000:Invincibility PL2 edfu:0:061957:04:000:Weapon level 5 (max) PL2 edfu:0:061997:00:001:Get Valcan Weapon Now! PL2 edfu:0:061997:01:001:Get Laser Weapon Now! PL2 edfu:0:061997:02:001:Get Atomic Weapon Now! PL2 edfu:0:061997:03:001:Get Homing Weapon Now! PL2 ; [ Cliffhanger - Edward Randy, The (World revision 2) ] :edrandy:00000000:19400C:00000099:FFFFFFFF:Infinite Credits :edrandy:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the title screen after you've inserted a credit :edrandy:00011001:194107:00000008:FFFFFFFF:Stage 1 :edrandy:00011001:194107:0000000C:FFFFFFFF:Stage 2 :edrandy:00011001:194107:00000010:FFFFFFFF:Stage 3 :edrandy:00011001:194107:00000014:FFFFFFFF:Stage 4 :edrandy:00011001:194107:00000000:FFFFFFFF:Stage 5 :edrandy:00011001:194107:00000004:FFFFFFFF:Stage 6 :edrandy:00011001:194107:00000018:FFFFFFFF:Stage 7 edrandy:0:195530:00:000:Infinite Energy PL1 edrandy:0:195531:99:500:Infinite Energy PL1 (2/4) edrandy:0:195532:99:500:Infinite Energy PL1 (3/4) edrandy:0:195533:99:500:Infinite Energy PL1 (4/4) :edrandy:00000000:19551B:00000000:FFFFFFFF:Invincibility PL1 edrandy:0:195730:00:000:Infinite Energy PL2 edrandy:0:195731:99:500:Infinite Energy PL2 (2/4) edrandy:0:195732:99:500:Infinite Energy PL2 (3/4) edrandy:0:195733:99:500:Infinite Energy PL2 (4/4) :edrandy:00000000:19571B:00000000:FFFFFFFF:Invincibility PL2 ; [ Cliffhanger - Edward Randy, The (World revision 1) ] :edrandy1:00000000:19400C:00000099:FFFFFFFF:Infinite Credits :edrandy1:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the title screen after you've inserted a credit :edrandy1:00011001:194107:00000008:FFFFFFFF:Stage 1 :edrandy1:00011001:194107:0000000C:FFFFFFFF:Stage 2 :edrandy1:00011001:194107:00000010:FFFFFFFF:Stage 3 :edrandy1:00011001:194107:00000014:FFFFFFFF:Stage 4 :edrandy1:00011001:194107:00000000:FFFFFFFF:Stage 5 :edrandy1:00011001:194107:00000004:FFFFFFFF:Stage 6 :edrandy1:00011001:194107:00000018:FFFFFFFF:Stage 7 edrandy1:0:195530:00:000:Infinite Energy PL1 edrandy1:0:195531:99:500:Infinite Energy PL1 (2/4) edrandy1:0:195532:99:500:Infinite Energy PL1 (3/4) edrandy1:0:195533:99:500:Infinite Energy PL1 (4/4) :edrandy1:00000000:19551B:00000000:FFFFFFFF:Invincibility PL1 edrandy1:0:195730:00:000:Infinite Energy PL2 edrandy1:0:195731:99:500:Infinite Energy PL2 (2/4) edrandy1:0:195732:99:500:Infinite Energy PL2 (3/4) edrandy1:0:195733:99:500:Infinite Energy PL2 (4/4) :edrandy1:00000000:19571B:00000000:FFFFFFFF:Invincibility PL2 ; [ Cliffhanger - Edward Randy, The (Japan) ] :edrandyj:00000000:19400C:00000099:FFFFFFFF:Infinite Credits :edrandyj:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the title screen after you've inserted a credit :edrandyj:00011001:194107:00000008:FFFFFFFF:Stage 1 :edrandyj:00011001:194107:0000000C:FFFFFFFF:Stage 2 :edrandyj:00011001:194107:00000010:FFFFFFFF:Stage 3 :edrandyj:00011001:194107:00000014:FFFFFFFF:Stage 4 :edrandyj:00011001:194107:00000000:FFFFFFFF:Stage 5 :edrandyj:00011001:194107:00000004:FFFFFFFF:Stage 6 :edrandyj:00011001:194107:00000018:FFFFFFFF:Stage 7 edrandyj:0:195530:00:000:Infinite Energy PL1 edrandyj:0:195531:99:500:Infinite Energy PL1 (2/4) edrandyj:0:195532:99:500:Infinite Energy PL1 (3/4) edrandyj:0:195533:99:500:Infinite Energy PL1 (4/4) :edrandyj:00000000:19551B:00000000:FFFFFFFF:Invincibility PL1 edrandyj:0:195730:00:000:Infinite Energy PL2 edrandyj:0:195731:99:500:Infinite Energy PL2 (2/4) edrandyj:0:195732:99:500:Infinite Energy PL2 (3/4) edrandyj:0:195733:99:500:Infinite Energy PL2 (4/4) :edrandyj:00000000:19571B:00000000:FFFFFFFF:Invincibility PL2 ; [ Egg Hunt ] :egghunt:00100000:F0B1:00000909:FFFFFFFF:Infinite Credits :egghunt:00000001:F0BE:0000000D:FFFFFFFF:Finish this Round Quickly Now! PL1:Get one more score to finish this Round, set all Next Bubbles to the same colour for the fastest effect :egghunt:00010001:F0A6:00000001:FFFFFFFF:Finish this Round Quickly Now! PL1 (2/2) egghunt:0:00E073:01:000:Next top bubble always Red PL1 egghunt:0:00E073:02:000:Next top bubble always Brown PL1 egghunt:0:00E073:03:000:Next top bubble always Green PL1 egghunt:0:00E073:04:000:Next top bubble always Orange PL1 egghunt:0:00E073:05:000:Next top bubble always Purple PL1 egghunt:0:00E073:06:000:Next top bubble always Blue PL1 egghunt:0:00E063:01:000:Next middle bubble always Red PL1 egghunt:0:00E063:02:000:Next middle bubble always Brown PL1 egghunt:0:00E063:03:000:Next middle bubble always Green PL1 egghunt:0:00E063:04:000:Next middle bubble always Orange PL1 egghunt:0:00E063:05:000:Next middle bubble always Purple PL1 egghunt:0:00E063:06:000:Next middle bubble always Blue PL1 egghunt:0:00E053:01:000:Next bottom bubble always Red PL1 egghunt:0:00E053:02:000:Next bottom bubble always Brown PL1 egghunt:0:00E053:03:000:Next bottom bubble always Green PL1 egghunt:0:00E053:04:000:Next bottom bubble always Orange PL1 egghunt:0:00E053:05:000:Next bottom bubble always Purple PL1 egghunt:0:00E053:06:000:Next bottom bubble always Blue PL1 egghunt:0:00E073:01:001:Next top bubble is Red Now! PL1 egghunt:0:00E073:02:001:Next top bubble is Brown Now! PL1 egghunt:0:00E073:03:001:Next top bubble is Green Now! PL1 egghunt:0:00E073:04:001:Next top bubble is Orange Now! PL1 egghunt:0:00E073:05:001:Next top bubble is Purple Now! PL1 egghunt:0:00E073:06:001:Next top bubble is Blue Now! PL1 egghunt:0:00E063:01:001:Next middle bubble is Red Now! PL1 egghunt:0:00E063:02:001:Next middle bubble is Brown Now! PL1 egghunt:0:00E063:03:001:Next middle bubble is Green Now! PL1 egghunt:0:00E063:04:001:Next middle bubble is Orange Now! PL1 egghunt:0:00E063:05:001:Next middle bubble is Purple Now! PL1 egghunt:0:00E063:06:001:Next middle bubble is Blue Now! PL1 egghunt:0:00E053:01:001:Next bottom bubble is Red Now! PL1 egghunt:0:00E053:02:001:Next bottom bubble is Brown Now! PL1 egghunt:0:00E053:03:001:Next bottom bubble is Green Now! PL1 egghunt:0:00E053:04:001:Next bottom bubble is Orange Now! PL1 egghunt:0:00E053:05:001:Next bottom bubble is Purple Now! PL1 egghunt:0:00E053:06:001:Next bottom bubble is Blue Now! PL1 ; [ Eggor ] :eggor:20800000:360C:0000000E:FFFFFFFF:Invincibility :eggor:00000000:4E1B:00000000:00000004:Rapid Fire eggor:0:4CEC:0A:000:Infinite Lives PL1 eggor:0:4CED:0A:000:Infinite Lives PL2 ; [ Eggs ] eggs:0:4C01:60:100:Invincibility eggs:0:432E:60:600:Invincibility eggs:0:0055:07:000:Infinite Lives PL1 eggs:0:005F:07:000:Infinite Lives PL2 ; [ Egg Venture (Release 7) ] eggvent7:0:000680C6:05:000:Infinite Lives PL1 eggvent7:0:000680B8:63:000:Always have 99 hits PL1 eggvent7:0:000680C8:05:000:Infinite Lives PL2 eggvent7:0:000680BA:63:000:Always have 99 hits PL2 ; [ Egg Venture (Release 10) ] eggventr:0:000680C6:05:000:Infinite Lives PL1 eggventr:0:000680B8:63:000:Always have 99 hits PL1 eggventr:0:000680C8:05:000:Infinite Lives PL2 eggventr:0:000680BA:63:000:Always have 99 hits PL2 ; [ Egg Venture Deluxe ] eggvntdx:0:000680C6:05:000:Infinite Lives PL1 eggvntdx:0:000680B8:63:000:Always have 99 hits PL1 eggvntdx:0:000680C8:05:000:Infinite Lives PL2 eggvntdx:0:000680BA:63:000:Always have 99 hits PL2 ; [ Ehrgeiz (EG3/VER.A) ] :ehrgeiz:00100000:00153B50:00001901:FFFFFFFF:Infinite Time :ehrgeiz:00100001:00153B50:00000001:FFFFFFFF:Finish this Set Now! :ehrgeiz:00000000:001ABC40:000000B8:FFFFFFFF:Infinite Energy PL1 :ehrgeiz:00000001:001ABC40:00000000:FFFFFFFF:Drain All Energy Now! PL1 :ehrgeiz:00000000:001AE9F8:000000B8:FFFFFFFF:Infinite Energy PL2 :ehrgeiz:00000001:001AE9F8:00000000:FFFFFFFF:Drain All Energy Now! PL2 :ehrgeiz:00300000:801659D4:FFFFFFFF:FFFFFFFF:Unlock All Characters:To make this permanant, use the "All Clear" option in "Data Clear" :ehrgeiz:00310000:801659D8:FFFFFFFF:FFFFFFFF:Unlock All Characters :ehrgeiz:00310000:801659DC:FFFFFFFF:FFFFFFFF:Unlock All Characters ; [ Ehrgeiz (EG2/VER.A) ] :ehrgeiza:00100000:00153B50:00001901:FFFFFFFF:Infinite Time :ehrgeiza:00100001:00153B50:00000001:FFFFFFFF:Finish this Set Now! :ehrgeiza:00000000:001ABC40:000000B8:FFFFFFFF:Infinite Energy PL1 :ehrgeiza:00000001:001ABC40:00000000:FFFFFFFF:Drain All Energy Now! PL1 :ehrgeiza:00000000:001AE9F8:000000B8:FFFFFFFF:Infinite Energy PL2 :ehrgeiza:00000001:001AE9F8:00000000:FFFFFFFF:Drain All Energy Now! PL2 :ehrgeiza:00300000:801659D4:FFFFFFFF:FFFFFFFF:Unlock All Characters:To make this permanant, use the "All Clear" option in "Data Clear" :ehrgeiza:00310000:801659D8:FFFFFFFF:FFFFFFFF:Unlock All Characters :ehrgeiza:00310000:801659DC:FFFFFFFF:FFFFFFFF:Unlock All Characters ; [ Eight Forces ] eightfrc:0:201D50:07:000:Infinite Lives PL1 eightfrc:0:201D43:07:000:Infinite Bombs PL1 eightfrc:0:201D47:04:000:Always have Max Fire PowerPL1 eightfrc:0:201D45:FF:000:Invincibility "ON" PL1 eightfrc:0:201D45:01:001:Invincibility "OFF" PL1 eightfrc:0:201BA8:07:000:Infinite Lives PL2 eightfrc:0:201B9B:07:000:Infinite Bombs PL2 eightfrc:0:201B9F:04:000:Always have Max Fire PowerPL2 eightfrc:0:201B9D:FF:000:Invincibility "ON" PL2 eightfrc:0:201B9D:01:001:Invincibility "OFF" PL2 ; [ Eight Man ] eightman:0:100490:64:000:Infinite Continues eightman:0:100482:99:000:Infinite Time eightman:0:100CF7:63:000:Infinite Lives PL1 eightman:0:100CF6:06:000:Infinite Energy PL1 eightman:0:100CF5:06:000:Infinite Bombs PL1 eightman:0:100CF8:02:000:Max Weapon Power PL1 eightman:0:100C67:02:000:Invincibility PL1 eightman:0:100CC2:01:000:Permeanent "8 Power" "ON" PL1 eightman:0:100CC2:00:001:Permeanent "8 Power" "OFF" PL1 eightman:0:1011F7:63:000:Infinite Lives PL2 eightman:0:1011F6:06:000:Infinite Energy PL2 eightman:0:1011F5:06:000:Infinite Bombs PL2 eightman:0:1011F8:02:000:Max Weapon Power PL2 eightman:0:101167:02:000:Invincibility PL2 eightman:0:1011C2:01:000:Permeanent "8 Power" "ON" PL2 eightman:0:1011C2:00:001:Permeanent "8 Power" "OFF" PL2 :eightman:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :eightman:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :eightman:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Extra Inning ] einnings:0:22E5:00:000:Infinite Strikes einnings:0:22E4:00:000:Infinite Balls einnings:0:22E6:00:000:Infinite Outs einnings:0:22E5:00:001:Set Strikes to 0 Now! einnings:0:22E5:02:001:Set Strikes to 2 Now! einnings:0:22E4:00:001:Set Balls to 0 Now! einnings:0:22E4:03:001:Set Balls to 3 Now! einnings:0:22E6:00:001:Set Outs to 0 Now! einnings:0:22E6:02:001:Set Outs to 2 Now! ; [ E-Jan High School (Japan) ] :ejanhs:00000000:0001762C:00000009:FFFFFFFF:Infinite Credits :ejanhs:00000000:00017430:00000000:FFFFFFFF:Infinite Thinking Time :ejanhs:00300000:0002D028:41413131:FFFFFFFF:Always Winning Hand :ejanhs:00310000:0002D02C:71717141:FFFFFFFF:Always Winning Hand (2/4) :ejanhs:00310000:0002D030:91818181:FFFFFFFF:Always Winning Hand (3/4) :ejanhs:00210000:0002D034:00009191:FFFFFFFF:Always Winning Hand (4/4) :ejanhs:00300001:0002D028:41413131:FFFFFFFF:Get Winning Hand Now! :ejanhs:00310001:0002D02C:71717141:FFFFFFFF:Get Winning Hand Now ! (2/4) :ejanhs:00310001:0002D030:91818181:FFFFFFFF:Get Winning Hand Now ! (3/4) :ejanhs:00210001:0002D034:00009191:FFFFFFFF:Get Winning Hand Now ! (4/4) :ejanhs:00200000:0002D20A:000F423F:FFFFFFFF:Always Have Maximum Score :ejanhs:00200000:0002D20E:000F423F:FFFFFFFF:Always Have Maximum Money :ejanhs:00000000:0002D1FC:00000001:FFFFFFFF:Always Have Hai Koukan:Change a tile :ejanhs:00000000:0002D1FD:00000001:FFFFFFFF:Always Have Toushi Hai:See CPU tiles :ejanhs:00000000:0002D1FE:00000001:FFFFFFFF:Always Have Reach Ippatsu Bou:Win soon after do Reach :ejanhs:00000000:0002D1FF:00000001:FFFFFFFF:Always Have Last Chance:Enable Last Chance game :ejanhs:00000000:0002D200:00000001:FFFFFFFF:Always Have Hirai-shin:Prevent from CPU winning :ejanhs:00000000:0002D201:00000003:FFFFFFFF:Always Have Dora Tumikomi:Get tiles with Dora :ejanhs:00000000:0002D201:00000002:FFFFFFFF:Always Have Chinitsu Tumikomi:Get tiles with Chinitsu :ejanhs:00000000:0002D201:00000001:FFFFFFFF:Always Have Yakuman Tumikomi:Get tiles with Yakuman :ejanhs:00000301:00017415:00000005:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :ejanhs:62000000:00000000:00000000:00000000:Select Current Scene:1 Stage = 3 Scenes :ejanhs:00010001:0002D209:00000003:FFFFFFFF:First Scene :ejanhs:00010001:0002D209:00000002:FFFFFFFF:Second Scene :ejanhs:00010001:0002D209:00000001:FFFFFFFF:Third Scene :ejanhs:62000000:00000000:00000000:00000000:Select CPU Character:Set on tournament table screen after first character selection :ejanhs:00010000:00017419:00000000:FFFFFFFF:Benio Odagiri :ejanhs:00010000:00017419:00000001:FFFFFFFF:Aoi Yuuki :ejanhs:00010000:00017419:00000002:FFFFFFFF:Kiiro Hayasaka :ejanhs:00010000:00017419:00000003:FFFFFFFF:Midori F Ooishi :ejanhs:00010000:00017419:00000004:FFFFFFFF:Sakurako Rokumeikan :ejanhs:00010000:00017419:00000005:FFFFFFFF:Murasaki Tendou ; [ Ejihon Tantei Jimusyo (J 950613 V1.000) ] ejihon:0:060E72F3:0A:000:Infinite Time PL1 ejihon:0:060E730D:46:500:Infinite Time PL1 (2/2) ejihon:0:060E7373:0A:000:Infinite Time PL2 ejihon:0:060E738D:46:500:Infinite Time PL2 (2/2) ; [ Elan Doree - Legend of Dragon (JUET 980922 V1.006) ] elandore:0:0000:00:999:[ There are no cheats ]:REASON 1 elandore:0:0000:00:999:[ for this game as it ]:REASON 1 elandore:0:0000:00:999:[ didn't work the last ]:REASON 1 elandore:0:0000:00:999:[ time it was tested. ]:REASON 1 elandore:0:0000:00:999:[ If the game now works ]:REASON 1 elandore:0:0000:00:999:[ please request cheats ]:REASON 1 elandore:0:0000:00:999:[ for it on the cheat ]:REASON 1 elandore:0:0000:00:999:[ forums. ]:REASON 1 ; [ Electric Yo-Yo, The (set 2) ] elecyoy2:0:8740:03:000:Infinite Lives ; [ Electric Yo-Yo, The (set 1) ] elecyoyo:0:8740:03:000:Infinite Lives ; [ Elephant Family (Italia) ] elephfam:0:0000:00:999:[ There are no cheats ]:REASON 1 elephfam:0:0000:00:999:[ for this game as it ]:REASON 1 elephfam:0:0000:00:999:[ didn't work the last ]:REASON 1 elephfam:0:0000:00:999:[ time it was tested. ]:REASON 1 elephfam:0:0000:00:999:[ If the game now works ]:REASON 1 elephfam:0:0000:00:999:[ please request cheats ]:REASON 1 elephfam:0:0000:00:999:[ for it on the cheat ]:REASON 1 elephfam:0:0000:00:999:[ forums. ]:REASON 1 ; [ Elevator Action (bootleg) ] elevatob:0:8234:14:000:Infinite Lives elevatob:0:0000:00:999:[Disable invincibility with ] elevatob:0:0000:00:999:[F6 to enter the car and ] elevatob:0:0000:00:999:[finish each level. ] elevatob:0:8523:00:000:Invincibility elevatob:0:0000:00:999:[ ] elevatob:0:0000:00:999:[See the Dip Switch Menu to ] elevatob:0:0000:00:999:[enable an alternate ] elevatob:0:0000:00:999:[Invincibility cheat. ] elevatob:0:0000:00:999:[ ] elevatob:0:8240:FF:000:Lamps never fall elevatob:0:8211:08:000:Always No red door on fl. 1 elevatob:0:8212:08:000:Always No red door on fl. 2 elevatob:0:8213:08:000:Always No red door on fl. 3 elevatob:0:8214:08:000:Always No red door on fl. 4 elevatob:0:8215:08:000:Always No red door on fl. 5 elevatob:0:8216:08:000:Always No red door on fl. 6 elevatob:0:8217:08:000:Always No red door on fl. 7 elevatob:0:8218:08:000:Always No red door on fl. 8 elevatob:0:8219:08:000:Always No red door on fl. 9 elevatob:0:821A:08:000:Always No red door on fl. 10 elevatob:0:821B:08:000:Always No red door on fl. 11 elevatob:0:821C:08:000:Always No red door on fl. 12 elevatob:0:821D:08:000:Always No red door on fl. 13 elevatob:0:821E:08:000:Always No red door on fl. 14 elevatob:0:821F:08:000:Always No red door on fl. 15 elevatob:0:8220:08:000:Always No red door on fl. 16 elevatob:0:8221:08:000:Always No red door on fl. 17 elevatob:0:8222:08:000:Always No red door on fl. 18 elevatob:0:8223:08:000:Always No red door on fl. 19 elevatob:0:8224:08:000:Always No red door on fl. 20 elevatob:0:8225:08:000:Always No red door on fl. 21 elevatob:0:8226:08:000:Always No red door on fl. 22 elevatob:0:8227:08:000:Always No red door on fl. 23 elevatob:0:8228:08:000:Always No red door on fl. 24 elevatob:0:8229:08:000:Always No red door on fl. 25 elevatob:0:822A:08:000:Always No red door on fl. 26 elevatob:0:822B:08:000:Always No red door on fl. 27 elevatob:0:822C:08:000:Always No red door on fl. 28 elevatob:0:822D:08:000:Always No red door on fl. 29 elevatob:0:822E:08:000:Always No red door on fl. 30 elevatob:0:8211:08:001:No red door on fl. 1 Now! elevatob:0:8212:08:001:No red door on fl. 2 Now! elevatob:0:8213:08:001:No red door on fl. 3 Now! elevatob:0:8214:08:001:No red door on fl. 4 Now! elevatob:0:8215:08:001:No red door on fl. 5 Now! elevatob:0:8216:08:001:No red door on fl. 6 Now! elevatob:0:8217:08:001:No red door on fl. 7 Now! elevatob:0:8218:08:001:No red door on fl. 8 Now! elevatob:0:8219:08:001:No red door on fl. 9 Now! elevatob:0:821A:08:001:No red door on fl. 10 Now! elevatob:0:821B:08:001:No red door on fl. 11 Now! elevatob:0:821C:08:001:No red door on fl. 12 Now! elevatob:0:821D:08:001:No red door on fl. 13 Now! elevatob:0:821E:08:001:No red door on fl. 14 Now! elevatob:0:821F:08:001:No red door on fl. 15 Now! elevatob:0:8220:08:001:No red door on fl. 16 Now! elevatob:0:8221:08:001:No red door on fl. 17 Now! elevatob:0:8222:08:001:No red door on fl. 18 Now! elevatob:0:8223:08:001:No red door on fl. 19 Now! elevatob:0:8224:08:001:No red door on fl. 20 Now! elevatob:0:8225:08:001:No red door on fl. 21 Now! elevatob:0:8226:08:001:No red door on fl. 22 Now! elevatob:0:8227:08:001:No red door on fl. 23 Now! elevatob:0:8228:08:001:No red door on fl. 24 Now! elevatob:0:8229:08:001:No red door on fl. 25 Now! elevatob:0:822A:08:001:No red door on fl. 26 Now! elevatob:0:822B:08:001:No red door on fl. 27 Now! elevatob:0:822C:08:001:No red door on fl. 28 Now! elevatob:0:822D:08:001:No red door on fl. 29 Now! elevatob:0:822E:08:001:No red door on fl. 30 Now! elevatob:0:8237:04:001:Level 5 (Highlander test) ; [ Elevator Action ] elevator:0:8234:14:000:Infinite Lives elevator:0:0000:00:999:[Disable invincibility with ] elevator:0:0000:00:999:[F6 to enter the car and ] elevator:0:0000:00:999:[finish each level. ] elevator:0:8523:00:000:Invincibility elevator:0:0000:00:999:[ ] elevator:0:0000:00:999:[See the Dip Switch Menu to ] elevator:0:0000:00:999:[enable an alternate ] elevator:0:0000:00:999:[Invincibility cheat. ] elevator:0:0000:00:999:[ ] elevator:0:8240:FF:000:Lamps never fall elevator:0:8211:08:000:Always No red door on fl. 1 elevator:0:8212:08:000:Always No red door on fl. 2 elevator:0:8213:08:000:Always No red door on fl. 3 elevator:0:8214:08:000:Always No red door on fl. 4 elevator:0:8215:08:000:Always No red door on fl. 5 elevator:0:8216:08:000:Always No red door on fl. 6 elevator:0:8217:08:000:Always No red door on fl. 7 elevator:0:8218:08:000:Always No red door on fl. 8 elevator:0:8219:08:000:Always No red door on fl. 9 elevator:0:821A:08:000:Always No red door on fl. 10 elevator:0:821B:08:000:Always No red door on fl. 11 elevator:0:821C:08:000:Always No red door on fl. 12 elevator:0:821D:08:000:Always No red door on fl. 13 elevator:0:821E:08:000:Always No red door on fl. 14 elevator:0:821F:08:000:Always No red door on fl. 15 elevator:0:8220:08:000:Always No red door on fl. 16 elevator:0:8221:08:000:Always No red door on fl. 17 elevator:0:8222:08:000:Always No red door on fl. 18 elevator:0:8223:08:000:Always No red door on fl. 19 elevator:0:8224:08:000:Always No red door on fl. 20 elevator:0:8225:08:000:Always No red door on fl. 21 elevator:0:8226:08:000:Always No red door on fl. 22 elevator:0:8227:08:000:Always No red door on fl. 23 elevator:0:8228:08:000:Always No red door on fl. 24 elevator:0:8229:08:000:Always No red door on fl. 25 elevator:0:822A:08:000:Always No red door on fl. 26 elevator:0:822B:08:000:Always No red door on fl. 27 elevator:0:822C:08:000:Always No red door on fl. 28 elevator:0:822D:08:000:Always No red door on fl. 29 elevator:0:822E:08:000:Always No red door on fl. 30 elevator:0:8211:08:001:No red door on fl. 1 Now! elevator:0:8212:08:001:No red door on fl. 2 Now! elevator:0:8213:08:001:No red door on fl. 3 Now! elevator:0:8214:08:001:No red door on fl. 4 Now! elevator:0:8215:08:001:No red door on fl. 5 Now! elevator:0:8216:08:001:No red door on fl. 6 Now! elevator:0:8217:08:001:No red door on fl. 7 Now! elevator:0:8218:08:001:No red door on fl. 8 Now! elevator:0:8219:08:001:No red door on fl. 9 Now! elevator:0:821A:08:001:No red door on fl. 10 Now! elevator:0:821B:08:001:No red door on fl. 11 Now! elevator:0:821C:08:001:No red door on fl. 12 Now! elevator:0:821D:08:001:No red door on fl. 13 Now! elevator:0:821E:08:001:No red door on fl. 14 Now! elevator:0:821F:08:001:No red door on fl. 15 Now! elevator:0:8220:08:001:No red door on fl. 16 Now! elevator:0:8221:08:001:No red door on fl. 17 Now! elevator:0:8222:08:001:No red door on fl. 18 Now! elevator:0:8223:08:001:No red door on fl. 19 Now! elevator:0:8224:08:001:No red door on fl. 20 Now! elevator:0:8225:08:001:No red door on fl. 21 Now! elevator:0:8226:08:001:No red door on fl. 22 Now! elevator:0:8227:08:001:No red door on fl. 23 Now! elevator:0:8228:08:001:No red door on fl. 24 Now! elevator:0:8229:08:001:No red door on fl. 25 Now! elevator:0:822A:08:001:No red door on fl. 26 Now! elevator:0:822B:08:001:No red door on fl. 27 Now! elevator:0:822C:08:001:No red door on fl. 28 Now! elevator:0:822D:08:001:No red door on fl. 29 Now! elevator:0:822E:08:001:No red door on fl. 30 Now! elevator:0:8237:04:001:Level 5 (Highlander test) ; [ Eliminator (2 Players, set 1) ] elim2:0:CA84:08:000:Red Ship Never Escapes elim2:0:C997:99:000:Infinite Lives PL1 elim2:0:C998:99:000:Infinite Lives PL2 ; [ Eliminator (2 Players, set 2) ] elim2a:0:CA84:08:000:Red Ship Never Escapes elim2a:0:C997:99:000:Infinite Lives PL1 elim2a:0:C998:99:000:Infinite Lives PL2 ; [ Eliminator (2 Players, cocktail) ] elim2c:0:E1DF:10:000:Red Ship Never Expands elim2c:0:C998:99:000:Infinite Lives PL1 elim2c:0:C999:99:000:Infinite Lives PL2 ; [ Eliminator (4 Players) ] elim4:0:CAE3:08:000:Red Ship Never Escapes elim4:0:CC43:99:000:Infinite Lives PL1 elim4:0:CC44:99:000:Infinite Lives PL2 elim4:0:CC46:99:000:Infinite Lives PL3 elim4:0:CC45:99:000:Infinite Lives PL4 ; [ Eliminator (4 Players, prototype) ] elim4p:0:CAE3:08:000:Red Ship Never Escapes elim4p:0:CC43:99:000:Infinite Lives PL1 elim4p:0:CC44:99:000:Infinite Lives PL2 elim4p:0:CC46:99:000:Infinite Lives PL3 elim4p:0:CC45:99:000:Infinite Lives PL4 ; [ Elevator Action 2 (US) ] elvact2u:0:400091:09:000:Infinite Credits elvact2u:0:409C5B:AA:000:Infinite Time (Final Level) elvact2u:0:40780F:09:000:Infinite Lives PL1 elvact2u:0:407811:03:000:Infinite Male Energy PL1:Use with the male characters elvact2u:0:407811:02:000:Infinite Female Energy PL1:Use with the female character elvact2u:0:4078C5:63:000:Infinite Bombs PL1 elvact2u:0:407FE9:02:000:Invincibility PL1 elvact2u:0:407873:63:000:Infinite Ammo PL1:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats elvact2u:0:407871:00:000:Always have Normal weapon PL1 elvact2u:0:407871:01:000:Always have "M" weapon PL1 elvact2u:0:407871:02:000:Always have "L" weapon PL1 elvact2u:0:407871:00:001:Get Normal weapon Now! PL1 elvact2u:0:407871:01:001:Get "M" weapon Now! PL1 elvact2u:0:407871:02:001:Get "L" weapon Now! PL1 elvact2u:0:4080EB:09:000:Infinite Lives PL2 elvact2u:0:4080ED:03:000:Infinite Male Energy PL2:Use with the male characters elvact2u:0:4080ED:02:000:Infinite Female Energy PL2:Use with the female character elvact2u:0:4081A1:63:000:Infinite Bombs PL2 elvact2u:0:4088C5:02:000:Invincibility PL2 elvact2u:0:40814F:63:000:Infinite Ammo PL2:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats elvact2u:0:40814D:00:000:Always have Normal weapon PL2 elvact2u:0:40814D:01:000:Always have "M" weapon PL2 elvact2u:0:40814D:02:000:Always have "L" weapon PL2 elvact2u:0:40814D:00:001:Get Normal weapon Now! PL2 elvact2u:0:40814D:01:001:Get "M" weapon Now! PL2 elvact2u:0:40814D:02:001:Get "L" weapon Now! PL2 elvact2u:0:000000:00:999:[After you enable these region cheats to see any ] elvact2u:0:000000:00:999:[effect you will have to reset the game (F3). ] elvact2u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] elvact2u:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] elvact2u:0:1FFFFF:01:100:Region Switch = Japan elvact2u:0:1FFFFF:02:100:Region Switch = US elvact2u:0:1FFFFF:03:100:Region Switch = World ; [ Elevator Action Returns (World) ] elvactr:0:400091:09:000:Infinite Credits elvactr:0:409C5B:AA:000:Infinite Time (Final Level) elvactr:0:40780F:09:000:Infinite Lives PL1 elvactr:0:407811:03:000:Infinite Male Energy PL1:Use with the male characters elvactr:0:407811:02:000:Infinite Female Energy PL1:Use with the female character elvactr:0:4078C5:63:000:Infinite Bombs PL1 elvactr:0:407FE9:02:000:Invincibility PL1 elvactr:0:407873:63:000:Infinite Ammo PL1:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats elvactr:0:407871:00:000:Always have Normal weapon PL1 elvactr:0:407871:01:000:Always have "M" weapon PL1 elvactr:0:407871:02:000:Always have "L" weapon PL1 elvactr:0:407871:00:001:Get Normal weapon Now! PL1 elvactr:0:407871:01:001:Get "M" weapon Now! PL1 elvactr:0:407871:02:001:Get "L" weapon Now! PL1 elvactr:0:4080EB:09:000:Infinite Lives PL2 elvactr:0:4080ED:03:000:Infinite Male Energy PL2:Use with the male characters elvactr:0:4080ED:02:000:Infinite Female Energy PL2:Use with the female character elvactr:0:4081A1:63:000:Infinite Bombs PL2 elvactr:0:4088C5:02:000:Invincibility PL2 elvactr:0:40814F:63:000:Infinite Ammo PL2:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats elvactr:0:40814D:00:000:Always have Normal weapon PL2 elvactr:0:40814D:01:000:Always have "M" weapon PL2 elvactr:0:40814D:02:000:Always have "L" weapon PL2 elvactr:0:40814D:00:001:Get Normal weapon Now! PL2 elvactr:0:40814D:01:001:Get "M" weapon Now! PL2 elvactr:0:40814D:02:001:Get "L" weapon Now! PL2 elvactr:0:000000:00:999:[After you enable these region cheats to see any ] elvactr:0:000000:00:999:[effect you will have to reset the game (F3). ] elvactr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] elvactr:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] elvactr:0:1FFFFF:01:100:Region Switch = Japan elvactr:0:1FFFFF:02:100:Region Switch = US elvactr:0:1FFFFF:03:100:Region Switch = World ; [ Elevator Action Returns (Japan) ] elvactrj:0:400091:09:000:Infinite Credits elvactrj:0:409C5B:AA:000:Infinite Time (Final Level) elvactrj:0:40780F:09:000:Infinite Lives PL1 elvactrj:0:407811:03:000:Infinite Male Energy PL1:Use with the male characters elvactrj:0:407811:02:000:Infinite Female Energy PL1:Use with the female character elvactrj:0:4078C5:63:000:Infinite Bombs PL1 elvactrj:0:407FE9:02:000:Invincibility PL1 elvactrj:0:407873:63:000:Infinite Ammo PL1:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats elvactrj:0:407871:00:000:Always have Normal weapon PL1 elvactrj:0:407871:01:000:Always have "M" weapon PL1 elvactrj:0:407871:02:000:Always have "L" weapon PL1 elvactrj:0:407871:00:001:Get Normal weapon Now! PL1 elvactrj:0:407871:01:001:Get "M" weapon Now! PL1 elvactrj:0:407871:02:001:Get "L" weapon Now! PL1 elvactrj:0:4080EB:09:000:Infinite Lives PL2 elvactrj:0:4080ED:03:000:Infinite Male Energy PL2:Use with the male characters elvactrj:0:4080ED:02:000:Infinite Female Energy PL2:Use with the female character elvactrj:0:4081A1:63:000:Infinite Bombs PL2 elvactrj:0:4088C5:02:000:Invincibility PL2 elvactrj:0:40814F:63:000:Infinite Ammo PL2:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats elvactrj:0:40814D:00:000:Always have Normal weapon PL2 elvactrj:0:40814D:01:000:Always have "M" weapon PL2 elvactrj:0:40814D:02:000:Always have "L" weapon PL2 elvactrj:0:40814D:00:001:Get Normal weapon Now! PL2 elvactrj:0:40814D:01:001:Get "M" weapon Now! PL2 elvactrj:0:40814D:02:001:Get "L" weapon Now! PL2 elvactrj:0:000000:00:999:[After you enable these region cheats to see any ] elvactrj:0:000000:00:999:[effect you will have to reset the game (F3). ] elvactrj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] elvactrj:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] elvactrj:0:1FFFFF:01:100:Region Switch = Japan elvactrj:0:1FFFFF:02:100:Region Switch = US elvactrj:0:1FFFFF:03:100:Region Switch = World ; [ Embargo ] :embargo:00000000:1EAC:00000009:FFFFFFFF:Infinite Rounds Left :embargo:00000000:1E5F:00000000:FFFFFFFF:Wins Always = 0 PL1 :embargo:00000000:1E60:00000000:FFFFFFFF:Wins Always = 0 PL2 :embargo:00000000:1E61:00000000:FFFFFFFF:Wins Always = 0 PL3 :embargo:00000000:1E62:00000000:FFFFFFFF:Wins Always = 0 PL4 ; [ Emeraldia (Japan Version B) ] emeralda:0:007F47:09:000:Infinite Credits emeralda:0:007F9D:05:000:Hold Tile above Line PL1:Bind to an activation key and toggle when you are ready to drop emeralda:0:000000:00:999:[ Select the colour of the falling tiles ] emeralda:0:000000:00:999:[ Do Not Use If The Square Is Empty ] emeralda:0:000000:00:999:[ (Set to Red if this happens) ] emeralda:0:007FA9:00:001:Curr Top Left Tile=Red Now! PL1 emeralda:0:007FA9:30:001:Curr Top Left Tile=Green Now! PL1 emeralda:0:007FA9:80:001:Curr Top Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FA9:90:001:Curr Top Left Tile=Light Blue Now! PL1 emeralda:0:007FA9:A0:001:Curr Top Left Tile=Blue Now! PL1 emeralda:0:007FA9:B0:001:Curr Top Left Tile=Gold Now! PL1 emeralda:0:007FAB:00:001:Curr Top Right Tile=Red Now! PL1 emeralda:0:007FAB:30:001:Curr Top Right Tile=Green Now! PL1 emeralda:0:007FAB:80:001:Curr Top Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FAB:90:001:Curr Top Right Tile=Light Blue Now! PL1 emeralda:0:007FAB:A0:001:Curr Top Right Tile=Blue Now! PL1 emeralda:0:007FAB:B0:001:Curr Top Right Tile=Gold Now! PL1 emeralda:0:007FAD:00:001:Curr Bot Left Tile=Red Now! PL1 emeralda:0:007FAD:30:001:Curr Bot Left Tile=Green Now! PL1 emeralda:0:007FAD:80:001:Curr Bot Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FAD:90:001:Curr Bot Left Tile=Light Blue Now! PL1 emeralda:0:007FAD:A0:001:Curr Bot Left Tile=Blue Now! PL1 emeralda:0:007FAD:B0:001:Curr Bot Left Tile=Gold Now! PL1 emeralda:0:007FAF:00:001:Curr Bot Right Tile=Red Now! PL1 emeralda:0:007FAF:30:001:Curr Bot Right Tile=Green Now! PL1 emeralda:0:007FAF:80:001:Curr Bot Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FAF:90:001:Curr Bot Right Tile=Light Blue Now! PL1 emeralda:0:007FAF:A0:001:Curr Bot Right Tile=Blue Now! PL1 emeralda:0:007FAF:B0:001:Curr Bot Right Tile=Gold Now! PL1 emeralda:0:007FB9:00:001:Next Top Left Tile=Red Now! PL1 emeralda:0:007FB9:30:001:Next Top Left Tile=Green Now! PL1 emeralda:0:007FB9:80:001:Next Top Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FB9:90:001:Next Top Left Tile=Light Blue Now! PL1 emeralda:0:007FB9:A0:001:Next Top Left Tile=Blue Now! PL1 emeralda:0:007FB9:B0:001:Next Top Left Tile=Gold Now! PL1 emeralda:0:007FBB:00:001:Next Top Right Tile=Red Now! PL1 emeralda:0:007FBB:30:001:Next Top Right Tile=Green Now! PL1 emeralda:0:007FBB:80:001:Next Top Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FBB:90:001:Next Top Right Tile=Light Blue Now! PL1 emeralda:0:007FBB:A0:001:Next Top Right Tile=Blue Now! PL1 emeralda:0:007FBB:B0:001:Next Top Right Tile=Gold Now! PL1 emeralda:0:007FBD:00:001:Next Bot Left Tile=Red Now! PL1 emeralda:0:007FBD:30:001:Next Bot Left Tile=Green Now! PL1 emeralda:0:007FBD:80:001:Next Bot Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FBD:90:001:Next Bot Left Tile=Light Blue Now! PL1 emeralda:0:007FBD:A0:001:Next Bot Left Tile=Blue Now! PL1 emeralda:0:007FBD:B0:001:Next Bot Left Tile=Gold Now! PL1 emeralda:0:007FBF:00:001:Next Bot Right Tile=Red Now! PL1 emeralda:0:007FBF:30:001:Next Bot Right Tile=Green Now! PL1 emeralda:0:007FBF:80:001:Next Bot Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emeralda:0:007FBF:90:001:Next Bot Right Tile=Light Blue Now! PL1 emeralda:0:007FBF:A0:001:Next Bot Right Tile=Blue Now! PL1 emeralda:0:007FBF:B0:001:Next Bot Right Tile=Gold Now! PL1 emeralda:0:008E3D:05:000:Hold Tile above Line PL2:Bind to an activation key and toggle when you are ready to drop emeralda:0:000000:00:999:[ Select the colour of the falling tiles ] emeralda:0:000000:00:999:[ Do Not Use If The Square Is Empty ] emeralda:0:000000:00:999:[ (Set to Red if this happens) ] emeralda:0:008E49:00:001:Curr Top Left Tile=Red Now! PL2 emeralda:0:008E49:30:001:Curr Top Left Tile=Green Now! PL2 emeralda:0:008E49:80:001:Curr Top Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E49:90:001:Curr Top Left Tile=Light Blue Now! PL2 emeralda:0:008E49:A0:001:Curr Top Left Tile=Blue Now! PL2 emeralda:0:008E49:B0:001:Curr Top Left Tile=Gold Now! PL2 emeralda:0:008E4B:00:001:Curr Top Right Tile=Red Now! PL2 emeralda:0:008E4B:30:001:Curr Top Right Tile=Green Now! PL2 emeralda:0:008E4B:80:001:Curr Top Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E4B:90:001:Curr Top Right Tile=Light Blue Now! PL2 emeralda:0:008E4B:A0:001:Curr Top Right Tile=Blue Now! PL2 emeralda:0:008E4B:B0:001:Curr Top Right Tile=Gold Now! PL2 emeralda:0:008E4D:00:001:Curr Bot Left Tile=Red Now! PL2 emeralda:0:008E4D:30:001:Curr Bot Left Tile=Green Now! PL2 emeralda:0:008E4D:80:001:Curr Bot Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E4D:90:001:Curr Bot Left Tile=Light Blue Now! PL2 emeralda:0:008E4D:A0:001:Curr Bot Left Tile=Blue Now! PL2 emeralda:0:008E4D:B0:001:Curr Bot Left Tile=Gold Now! PL2 emeralda:0:008E4F:00:001:Curr Bot Right Tile=Red Now! PL2 emeralda:0:008E4F:30:001:Curr Bot Right Tile=Green Now! PL2 emeralda:0:008E4F:80:001:Curr Bot Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E4F:90:001:Curr Bot Right Tile=Light Blue Now! PL2 emeralda:0:008E4F:A0:001:Curr Bot Right Tile=Blue Now! PL2 emeralda:0:008E4F:B0:001:Curr Bot Right Tile=Gold Now! PL2 emeralda:0:008E59:00:001:Next Top Left Tile=Red Now! PL2 emeralda:0:008E59:30:001:Next Top Left Tile=Green Now! PL2 emeralda:0:008E59:80:001:Next Top Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E59:90:001:Next Top Left Tile=Light Blue Now! PL2 emeralda:0:008E59:A0:001:Next Top Left Tile=Blue Now! PL2 emeralda:0:008E59:B0:001:Next Top Left Tile=Gold Now! PL2 emeralda:0:008E5B:00:001:Next Top Right Tile=Red Now! PL2 emeralda:0:008E5B:30:001:Next Top Right Tile=Green Now! PL2 emeralda:0:008E5B:80:001:Next Top Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E5B:90:001:Next Top Right Tile=Light Blue Now! PL2 emeralda:0:008E5B:A0:001:Next Top Right Tile=Blue Now! PL2 emeralda:0:008E5B:B0:001:Next Top Right Tile=Gold Now! PL2 emeralda:0:008E5D:00:001:Next Bot Left Tile=Red Now! PL2 emeralda:0:008E5D:30:001:Next Bot Left Tile=Green Now! PL2 emeralda:0:008E5D:80:001:Next Bot Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E5D:90:001:Next Bot Left Tile=Light Blue Now! PL2 emeralda:0:008E5D:A0:001:Next Bot Left Tile=Blue Now! PL2 emeralda:0:008E5D:B0:001:Next Bot Left Tile=Gold Now! PL2 emeralda:0:008E5F:00:001:Next Bot Right Tile=Red Now! PL2 emeralda:0:008E5F:30:001:Next Bot Right Tile=Green Now! PL2 emeralda:0:008E5F:80:001:Next Bot Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emeralda:0:008E5F:90:001:Next Bot Right Tile=Light Blue Now! PL2 emeralda:0:008E5F:A0:001:Next Bot Right Tile=Blue Now! PL2 emeralda:0:008E5F:B0:001:Next Bot Right Tile=Gold Now! PL2 ; [ Emeraldia (Japan) ] emerldaa:0:007F47:09:000:Infinite Credits emerldaa:0:007F9D:05:000:Hold Tile above Line PL1:Bind to an activation key and toggle when you are ready to drop emerldaa:0:000000:00:999:[ Select the colour of the falling tiles ] emerldaa:0:000000:00:999:[ Do Not Use If The Square Is Empty ] emerldaa:0:000000:00:999:[ (Set to Red if this happens) ] emerldaa:0:007FA9:00:001:Curr Top Left Tile=Red Now! PL1 emerldaa:0:007FA9:30:001:Curr Top Left Tile=Green Now! PL1 emerldaa:0:007FA9:80:001:Curr Top Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FA9:90:001:Curr Top Left Tile=Light Blue Now! PL1 emerldaa:0:007FA9:A0:001:Curr Top Left Tile=Blue Now! PL1 emerldaa:0:007FA9:B0:001:Curr Top Left Tile=Gold Now! PL1 emerldaa:0:007FAB:00:001:Curr Top Right Tile=Red Now! PL1 emerldaa:0:007FAB:30:001:Curr Top Right Tile=Green Now! PL1 emerldaa:0:007FAB:80:001:Curr Top Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FAB:90:001:Curr Top Right Tile=Light Blue Now! PL1 emerldaa:0:007FAB:A0:001:Curr Top Right Tile=Blue Now! PL1 emerldaa:0:007FAB:B0:001:Curr Top Right Tile=Gold Now! PL1 emerldaa:0:007FAD:00:001:Curr Bot Left Tile=Red Now! PL1 emerldaa:0:007FAD:30:001:Curr Bot Left Tile=Green Now! PL1 emerldaa:0:007FAD:80:001:Curr Bot Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FAD:90:001:Curr Bot Left Tile=Light Blue Now! PL1 emerldaa:0:007FAD:A0:001:Curr Bot Left Tile=Blue Now! PL1 emerldaa:0:007FAD:B0:001:Curr Bot Left Tile=Gold Now! PL1 emerldaa:0:007FAF:00:001:Curr Bot Right Tile=Red Now! PL1 emerldaa:0:007FAF:30:001:Curr Bot Right Tile=Green Now! PL1 emerldaa:0:007FAF:80:001:Curr Bot Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FAF:90:001:Curr Bot Right Tile=Light Blue Now! PL1 emerldaa:0:007FAF:A0:001:Curr Bot Right Tile=Blue Now! PL1 emerldaa:0:007FAF:B0:001:Curr Bot Right Tile=Gold Now! PL1 emerldaa:0:007FB9:00:001:Next Top Left Tile=Red Now! PL1 emerldaa:0:007FB9:30:001:Next Top Left Tile=Green Now! PL1 emerldaa:0:007FB9:80:001:Next Top Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FB9:90:001:Next Top Left Tile=Light Blue Now! PL1 emerldaa:0:007FB9:A0:001:Next Top Left Tile=Blue Now! PL1 emerldaa:0:007FB9:B0:001:Next Top Left Tile=Gold Now! PL1 emerldaa:0:007FBB:00:001:Next Top Right Tile=Red Now! PL1 emerldaa:0:007FBB:30:001:Next Top Right Tile=Green Now! PL1 emerldaa:0:007FBB:80:001:Next Top Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FBB:90:001:Next Top Right Tile=Light Blue Now! PL1 emerldaa:0:007FBB:A0:001:Next Top Right Tile=Blue Now! PL1 emerldaa:0:007FBB:B0:001:Next Top Right Tile=Gold Now! PL1 emerldaa:0:007FBD:00:001:Next Bot Left Tile=Red Now! PL1 emerldaa:0:007FBD:30:001:Next Bot Left Tile=Green Now! PL1 emerldaa:0:007FBD:80:001:Next Bot Left Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FBD:90:001:Next Bot Left Tile=Light Blue Now! PL1 emerldaa:0:007FBD:A0:001:Next Bot Left Tile=Blue Now! PL1 emerldaa:0:007FBD:B0:001:Next Bot Left Tile=Gold Now! PL1 emerldaa:0:007FBF:00:001:Next Bot Right Tile=Red Now! PL1 emerldaa:0:007FBF:30:001:Next Bot Right Tile=Green Now! PL1 emerldaa:0:007FBF:80:001:Next Bot Right Tile=Purple/Brown Now! PL1:Purple in 1P, Brown in 2P emerldaa:0:007FBF:90:001:Next Bot Right Tile=Light Blue Now! PL1 emerldaa:0:007FBF:A0:001:Next Bot Right Tile=Blue Now! PL1 emerldaa:0:007FBF:B0:001:Next Bot Right Tile=Gold Now! PL1 emerldaa:0:008E3D:05:000:Hold Tile above Line PL2:Bind to an activation key and toggle when you are ready to drop emerldaa:0:000000:00:999:[ Select the colour of the falling tiles ] emerldaa:0:000000:00:999:[ Do Not Use If The Square Is Empty ] emerldaa:0:000000:00:999:[ (Set to Red if this happens) ] emerldaa:0:008E49:00:001:Curr Top Left Tile=Red Now! PL2 emerldaa:0:008E49:30:001:Curr Top Left Tile=Green Now! PL2 emerldaa:0:008E49:80:001:Curr Top Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E49:90:001:Curr Top Left Tile=Light Blue Now! PL2 emerldaa:0:008E49:A0:001:Curr Top Left Tile=Blue Now! PL2 emerldaa:0:008E49:B0:001:Curr Top Left Tile=Gold Now! PL2 emerldaa:0:008E4B:00:001:Curr Top Right Tile=Red Now! PL2 emerldaa:0:008E4B:30:001:Curr Top Right Tile=Green Now! PL2 emerldaa:0:008E4B:80:001:Curr Top Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E4B:90:001:Curr Top Right Tile=Light Blue Now! PL2 emerldaa:0:008E4B:A0:001:Curr Top Right Tile=Blue Now! PL2 emerldaa:0:008E4B:B0:001:Curr Top Right Tile=Gold Now! PL2 emerldaa:0:008E4D:00:001:Curr Bot Left Tile=Red Now! PL2 emerldaa:0:008E4D:30:001:Curr Bot Left Tile=Green Now! PL2 emerldaa:0:008E4D:80:001:Curr Bot Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E4D:90:001:Curr Bot Left Tile=Light Blue Now! PL2 emerldaa:0:008E4D:A0:001:Curr Bot Left Tile=Blue Now! PL2 emerldaa:0:008E4D:B0:001:Curr Bot Left Tile=Gold Now! PL2 emerldaa:0:008E4F:00:001:Curr Bot Right Tile=Red Now! PL2 emerldaa:0:008E4F:30:001:Curr Bot Right Tile=Green Now! PL2 emerldaa:0:008E4F:80:001:Curr Bot Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E4F:90:001:Curr Bot Right Tile=Light Blue Now! PL2 emerldaa:0:008E4F:A0:001:Curr Bot Right Tile=Blue Now! PL2 emerldaa:0:008E4F:B0:001:Curr Bot Right Tile=Gold Now! PL2 emerldaa:0:008E59:00:001:Next Top Left Tile=Red Now! PL2 emerldaa:0:008E59:30:001:Next Top Left Tile=Green Now! PL2 emerldaa:0:008E59:80:001:Next Top Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E59:90:001:Next Top Left Tile=Light Blue Now! PL2 emerldaa:0:008E59:A0:001:Next Top Left Tile=Blue Now! PL2 emerldaa:0:008E59:B0:001:Next Top Left Tile=Gold Now! PL2 emerldaa:0:008E5B:00:001:Next Top Right Tile=Red Now! PL2 emerldaa:0:008E5B:30:001:Next Top Right Tile=Green Now! PL2 emerldaa:0:008E5B:80:001:Next Top Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E5B:90:001:Next Top Right Tile=Light Blue Now! PL2 emerldaa:0:008E5B:A0:001:Next Top Right Tile=Blue Now! PL2 emerldaa:0:008E5B:B0:001:Next Top Right Tile=Gold Now! PL2 emerldaa:0:008E5D:00:001:Next Bot Left Tile=Red Now! PL2 emerldaa:0:008E5D:30:001:Next Bot Left Tile=Green Now! PL2 emerldaa:0:008E5D:80:001:Next Bot Left Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E5D:90:001:Next Bot Left Tile=Light Blue Now! PL2 emerldaa:0:008E5D:A0:001:Next Bot Left Tile=Blue Now! PL2 emerldaa:0:008E5D:B0:001:Next Bot Left Tile=Gold Now! PL2 emerldaa:0:008E5F:00:001:Next Bot Right Tile=Red Now! PL2 emerldaa:0:008E5F:30:001:Next Bot Right Tile=Green Now! PL2 emerldaa:0:008E5F:80:001:Next Bot Right Tile=Purple/Brown Now! PL2:Purple in 1P, Brown in 2P emerldaa:0:008E5F:90:001:Next Bot Right Tile=Light Blue Now! PL2 emerldaa:0:008E5F:A0:001:Next Bot Right Tile=Blue Now! PL2 emerldaa:0:008E5F:B0:001:Next Bot Right Tile=Gold Now! PL2 ; [ Empire City: 1931 (bootleg?) ] empcity:0:E000:99:000:Infinite Credits empcity:0:F004:0B:000:Infinite Lives empcity:0:F008:70:007:Infinite Ammo empcity:0:E532:00:000:Invincibility ; [ Empire City: 1931 (Japan) ] empcityj:0:E000:99:000:Infinite Credits empcityj:0:F004:0B:000:Infinite Lives empcityj:0:F008:70:007:Infinite Ammo empcityj:0:E532:00:000:Invincibility ; [ Empire City: 1931 (US) ] empcityu:0:E000:99:000:Infinite Credits empcityu:0:F004:0B:000:Infinite Lives empcityu:0:F008:70:007:Infinite Ammo empcityu:0:E532:00:000:Invincibility ; [ Enduro Racer (bootleg set 2) ] endurob2:0:040052:09:000:Infinite Credits endurob2:0:040460:99:000:Infinite Time ; [ Enduro Racer (bootleg set 1) ] endurobl:0:040052:09:000:Infinite Credits endurobl:0:040460:99:000:Infinite Time ; [ Enduro Racer (YM2151, FD1089B 317-0013A) ] enduror:0:040052:09:000:Infinite Credits enduror:0:040460:99:000:Infinite Time ; [ Enduro Racer (YM2203, FD1089B 317-0013A) ] enduror1:0:040052:09:000:Infinite Credits enduror1:0:040460:99:000:Infinite Time ; [ Enforce (Japan) ] enforce:2:10458D:3B:000:Infinite Time enforce:2:1045BD:0A:000:Infinite Shields enforce:2:1045BF:04:000:Maximum Energy Charge ; [ Enigma 2 ] :enigma2:00000000:2083:00000099:FFFFFFFF:Infinite Credits :enigma2:00000000:2283:00000006:FFFFFFFF:Infinite Lives :enigma2:00000000:2282:0000007F:FFFFFFFF:Infinite Energy:Do Not enable during energy charge :enigma2:20900000:08A7:00000B18:FFFFFFFF:Invincibility :enigma2:20800000:0AA6:000000A8:FFFFFFFF:Bullet Speed Up ; [ Enigma 2 (Space Invaders Hardware) ] :enigma2a:00000000:2083:00000099:FFFFFFFF:Infinite Credits :enigma2a:00000000:2283:00000006:FFFFFFFF:Infinite Lives :enigma2a:00000000:2282:0000007F:FFFFFFFF:Infinite Energy:Do Not enable during energy charge :enigma2a:20A00000:0738:000745C3:FFFFFFFF:Invincibility :enigma2a:20800000:0924:00000026:FFFFFFFF:Bullet Speed Up ; [ Escape from the Planet of the Robot Monsters (set 1) ] eprom:0:3F7F55:19:000:Infinite Credits eprom:0:16CB11:09:000:Infinite Lives/Energy PL1 eprom:0:16D04C:63:000:Infinite Bombs PL1 eprom:0:16CB13:09:000:Infinite Lives/Energy PL2 eprom:0:16D04D:63:000:Infinite Bombs PL2 ; [ Escape from the Planet of the Robot Monsters (set 2) ] eprom2:0:3F7F55:19:000:Infinite Credits eprom2:0:16CB11:09:000:Infinite Lives/Energy PL1 eprom2:0:16D04C:63:000:Infinite Bombs PL1 eprom2:0:16CB13:09:000:Infinite Lives/Energy PL2 eprom2:0:16D04D:63:000:Infinite Bombs PL2 ; [ Equites ] equites:0:040400:80:040:Invincibility :equites:00300000:040181:99999999:FFFFFFFF:Infinite Extra Weapon Ammo :equites:62000000:000000:00000000:00000000:Select Extra Weapon :equites:00010000:040180:00000000:FFFFFFFF:No Weapon :equites:00010000:040180:00000001:FFFFFFFF:Circular :equites:00010000:040180:00000002:FFFFFFFF:6-Way :equites:00010000:040180:00000003:FFFFFFFF:Spiral :equites:00010000:040180:00000004:FFFFFFFF:Spread :equites:00000000:040153:000000FF:FFFFFFFF:Rapid Fire - Main Shot equites:0:04002E:0B:000:Infinite Lives PL1 equites:0:04002F:0B:000:Infinite Lives PL2 ; [ Equites (Sega) ] equitess:0:040400:80:040:Invincibility :equitess:00300000:040181:99999999:FFFFFFFF:Infinite Extra Weapon Ammo :equitess:62000000:000000:00000000:00000000:Select Extra Weapon :equitess:00010000:040180:00000000:FFFFFFFF:No Weapon :equitess:00010000:040180:00000001:FFFFFFFF:Circular :equitess:00010000:040180:00000002:FFFFFFFF:6-Way :equitess:00010000:040180:00000003:FFFFFFFF:Spiral :equitess:00010000:040180:00000004:FFFFFFFF:Spread :equitess:00000000:040153:000000FF:FFFFFFFF:Rapid Fire - Main Shot equitess:0:04002E:0B:000:Infinite Lives PL1 equitess:0:04002F:0B:000:Infinite Lives PL2 ; [ Erotictac/Tactic ] ertictac:0:0000:00:999:[ This game hasn't even ]:REASON 11 ertictac:0:0000:00:999:[ been looked at due to ]:REASON 11 ertictac:0:0000:00:999:[ time constraints - Too]:REASON 11 ertictac:0:0000:00:999:[ many games and so ]:REASON 11 ertictac:0:0000:00:999:[ little time. It is ]:REASON 11 ertictac:0:0000:00:999:[ even possible that ]:REASON 11 ertictac:0:0000:00:999:[ this game may be a ]:REASON 11 ertictac:0:0000:00:999:[ clone of an existing ]:REASON 11 ertictac:0:0000:00:999:[ game which may have ]:REASON 11 ertictac:0:0000:00:999:[ cheats. Please search ]:REASON 11 ertictac:0:0000:00:999:[ the cheat forums ]:REASON 11 ertictac:0:0000:00:999:[ before posting cheat ]:REASON 11 ertictac:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Empire Strikes Back, The ] esb:0:4860:05:000:Infinite Shields esb:0:4BFE:04:000:Infinite Tow Cables ; [ Escape Kids (Asia, 4 Players) ] :esckids:00000000:005C:00000063:FFFFFFFF:Infinite Credits :esckids:00100000:0651:00000000:FFFFFFFF:Infinite Time :esckids:00100000:0044:0000FFFF:FFFFFFFF:Infinite Cash PL1 :esckids:00000000:0410:00000063:FFFFFFFF:Infinite Super Jumps PL1 :esckids:00000000:0411:0000001C:FFFFFFFF:Always Have Maximum Skid PL1 :esckids:00000000:0412:0000001C:FFFFFFFF:Always Have Maximum Quick Get Up PL1 :esckids:00000000:0413:0000001C:FFFFFFFF:Always Have Maximum Strong Body PL1 :esckids:00000000:0033:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :esckids:00100000:0046:0000FFFF:FFFFFFFF:Infinite Cash PL2 :esckids:00000000:0430:00000063:FFFFFFFF:Infinite Super Jumps PL2 :esckids:00000000:0431:0000001C:FFFFFFFF:Always Have Maximum Skid PL2 :esckids:00000000:0432:0000001C:FFFFFFFF:Always Have Maximum Quick Get Up PL2 :esckids:00000000:0433:0000001C:FFFFFFFF:Always Have Maximum Strong Body PL2 :esckids:00000000:0035:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :esckids:00100000:0048:0000FFFF:FFFFFFFF:Infinite Cash PL3 :esckids:00000000:0450:00000063:FFFFFFFF:Infinite Super Jumps PL3 :esckids:00000000:0451:0000001C:FFFFFFFF:Always Have Maximum Skid PL3 :esckids:00000000:0452:0000001C:FFFFFFFF:Always Have Maximum Quick Get Up PL3 :esckids:00000000:0453:0000001C:FFFFFFFF:Always Have Maximum Strong Body PL3 :esckids:00000000:0037:00000000:00000010:Rapid Fire PL3:Turn it OFF on the name entry screen :esckids:00100000:004A:0000FFFF:FFFFFFFF:Infinite Cash PL4 :esckids:00000000:0470:00000063:FFFFFFFF:Infinite Super Jumps PL4 :esckids:00000000:0471:0000001C:FFFFFFFF:Always Have Maximum Skid PL4 :esckids:00000000:0472:0000001C:FFFFFFFF:Always Have Maximum Quick Get Up PL4 :esckids:00000000:0473:0000001C:FFFFFFFF:Always Have Maximum Strong Body PL4 :esckids:00000000:0039:00000000:00000010:Rapid Fire PL4:Turn it OFF on the name entry screen ; [ Escape Kids (Japan, 2 Players) ] :esckidsj:00000000:005C:00000063:FFFFFFFF:Infinite Credits :esckidsj:00100000:0651:00000000:FFFFFFFF:Infinite Time :esckidsj:00100000:0044:0000FFFF:FFFFFFFF:Infinite Cash PL1 :esckidsj:00000000:0410:00000063:FFFFFFFF:Infinite Super Jumps PL1 :esckidsj:00000000:0411:0000001C:FFFFFFFF:Always Have Maximum Skid PL1 :esckidsj:00000000:0412:0000001C:FFFFFFFF:Always Have Maximum Quick Get Up PL1 :esckidsj:00000000:0413:0000001C:FFFFFFFF:Always Have Maximum Strong Body PL1 :esckidsj:00000000:0033:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :esckidsj:00100000:004A:0000FFFF:FFFFFFFF:Infinite Cash PL2 :esckidsj:00000000:0470:00000063:FFFFFFFF:Infinite Super Jumps PL2 :esckidsj:00000000:0471:0000001C:FFFFFFFF:Always Have Maximum Skid PL2 :esckidsj:00000000:0472:0000001C:FFFFFFFF:Always Have Maximum Quick Get Up PL2 :esckidsj:00000000:0473:0000001C:FFFFFFFF:Always Have Maximum Strong Body PL2 :esckidsj:00000000:0035:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Espial (US?) ] espial:0:582B:07:000:Infinite Lives PL1 espial:0:582C:07:000:Infinite Lives PL2 espial:0:59EC:83:000:Invincibility espial:0:58FA:83:500:Invincibility (2/2) ; [ Espial (Europe) ] espiale:0:582B:07:000:Infinite Lives PL1 espiale:0:582C:07:000:Infinite Lives PL2 espiale:0:59EC:83:000:Invincibility espiale:0:58FA:83:500:Invincibility (2/2) ; [ ESP Ra.De. (International Ver 1998 4/22) ] esprade:0:101227:09:000:Infinite Credits esprade:0:10254F:07:000:Infinite Lives PL1 esprade:0:102750:0F:000:Infinite Bombs PL1 esprade:0:102748:F0:000:Invincibility PL1 esprade:0:10272B:04:000:Maximum Power PL1 esprade:0:102551:07:000:Infinite Lives PL2 esprade:0:1027A0:0F:000:Infinite Bombs PL2 esprade:0:102798:F0:000:Invincibility PL2 esprade:0:10277B:04:000:Maximum Power PL2 ; [ ESP Ra.De. (Japan Ver 1998 4/21) ] espradej:0:101227:09:000:Infinite Credits espradej:0:10254F:07:000:Infinite Lives PL1 espradej:0:102750:0F:000:Infinite Bombs PL1 espradej:0:102748:F0:000:Invincibility PL1 espradej:0:10272B:04:000:Maximum Power PL1 espradej:0:102551:07:000:Infinite Lives PL2 espradej:0:1027A0:0F:000:Infinite Bombs PL2 espradej:0:102798:F0:000:Invincibility PL2 espradej:0:10277B:04:000:Maximum Power PL2 ; [ ESP Ra.De. (Japan Ver 1998 4/14) ] espradeo:0:101227:09:000:Infinite Credits espradeo:0:10254F:07:000:Infinite Lives PL1 espradeo:0:102750:0F:000:Infinite Bombs PL1 espradeo:0:102748:F0:000:Invincibility PL1 espradeo:0:10272B:04:000:Maximum Power PL1 espradeo:0:102551:07:000:Infinite Lives PL2 espradeo:0:1027A0:0F:000:Infinite Bombs PL2 espradeo:0:102798:F0:000:Invincibility PL2 espradeo:0:10277B:04:000:Maximum Power PL2 ; [ E-Swat - Cyber Police (set 3, World, FD1094 317-0130) ] eswat:0:FFC07C:09:000:Infinite Credits eswat:0:FFC460:64:000:Infinite Time eswat:0:FFC821:09:000:Infinite Lives PL1 eswat:0:FFC810:2F:000:Infinite Energy PL1 eswat:0:FFD15A:40:040:Invincibility Buggy PL1 eswat:0:FFD15A:08:542:Invincibility Buggy PL1 (2/2) eswat:0:FFD157:6C:000:Invincibility Half PL1 eswat:0:FFC815:E7:000:Infinite Ammo PL1 eswat:0:FFC814:03:500:Infinite Ammo PL1 (2/2) eswat:0:FFC861:09:000:Infinite Lives PL2 eswat:0:FFC850:2F:000:Infinite Energy PL2 eswat:0:FFD06A:40:040:Invincibility Buggy PL2 eswat:0:FFD06A:08:542:Invincibility Buggy PL2 (2/2) eswat:0:FFD067:66:000:Invincibility Half PL2 eswat:0:FFC855:E7:000:Infinite Ammo PL2 eswat:0:FFC854:03:500:Infinite Ammo PL2 (2/2) ; [ E-Swat - Cyber Police (bootleg) ] eswatbl:0:FFC07C:09:000:Infinite Credits eswatbl:0:FFC460:64:000:Infinite Time eswatbl:0:FFC821:09:000:Infinite Lives PL1 eswatbl:0:FFC810:2F:000:Infinite Energy PL1 eswatbl:0:FFD15A:40:040:Invincibility Buggy PL1 eswatbl:0:FFD15A:08:542:Invincibility Buggy PL1 (2/2) eswatbl:0:FFD157:6C:000:Invincibility Half PL1 eswatbl:0:FFC815:E7:000:Infinite Ammo PL1 eswatbl:0:FFC814:03:500:Infinite Ammo PL1 (2/2) eswatbl:0:FFC861:09:000:Infinite Lives PL2 eswatbl:0:FFC850:2F:000:Infinite Energy PL2 eswatbl:0:FFD06A:40:040:Invincibility Buggy PL2 eswatbl:0:FFD06A:08:542:Invincibility Buggy PL2 (2/2) eswatbl:0:FFD067:66:000:Invincibility Half PL2 eswatbl:0:FFC855:E7:000:Infinite Ammo PL2 eswatbl:0:FFC854:03:500:Infinite Ammo PL2 (2/2) ; [ E-Swat - Cyber Police (set 1, Japan, FD1094 317-0128) ] eswatj:0:FFC07C:09:000:Infinite Credits eswatj:0:FFC460:64:000:Infinite Time eswatj:0:FFC821:09:000:Infinite Lives PL1 eswatj:0:FFC810:2F:000:Infinite Energy PL1 eswatj:0:FFD15A:40:040:Invincibility Buggy PL1 eswatj:0:FFD15A:08:542:Invincibility Buggy PL1 (2/2) eswatj:0:FFD157:6C:000:Invincibility Half PL1 eswatj:0:FFC815:E7:000:Infinite Ammo PL1 eswatj:0:FFC814:03:500:Infinite Ammo PL1 (2/2) eswatj:0:FFC861:09:000:Infinite Lives PL2 eswatj:0:FFC850:2F:000:Infinite Energy PL2 eswatj:0:FFD06A:40:040:Invincibility Buggy PL2 eswatj:0:FFD06A:08:542:Invincibility Buggy PL2 (2/2) eswatj:0:FFD067:66:000:Invincibility Half PL2 eswatj:0:FFC855:E7:000:Infinite Ammo PL2 eswatj:0:FFC854:03:500:Infinite Ammo PL2 (2/2) ; [ E-Swat - Cyber Police (set 2, US, FD1094 317-0129) ] eswatu:0:FFC07C:09:000:Infinite Credits eswatu:0:FFC460:64:000:Infinite Time eswatu:0:FFC821:09:000:Infinite Lives PL1 eswatu:0:FFC810:2F:000:Infinite Energy PL1 eswatu:0:FFD15A:40:040:Invincibility Buggy PL1 eswatu:0:FFD15A:08:542:Invincibility Buggy PL1 (2/2) eswatu:0:FFD157:6C:000:Invincibility Half PL1 eswatu:0:FFC815:E7:000:Infinite Ammo PL1 eswatu:0:FFC814:03:500:Infinite Ammo PL1 (2/2) eswatu:0:FFC861:09:000:Infinite Lives PL2 eswatu:0:FFC850:2F:000:Infinite Energy PL2 eswatu:0:FFD06A:40:040:Invincibility Buggy PL2 eswatu:0:FFD06A:08:542:Invincibility Buggy PL2 (2/2) eswatu:0:FFD067:66:000:Invincibility Half PL2 eswatu:0:FFC855:E7:000:Infinite Ammo PL2 eswatu:0:FFC854:03:500:Infinite Ammo PL2 (2/2) ; [ Kokontouzai Eto Monogatari (Japan) ] eto:0:200988:09:000:Infinite Credits eto:0:202AC3:00:000:Never be dropped on PL1 eto:0:202AC7:4C:001:Win this game Now! PL1 eto:0:202C40:01:000:Next bottom tile always Red PL1 eto:0:202C40:02:000:Next bottom tile always Orange PL1 eto:0:202C40:03:000:Next bottom tile always Green PL1 eto:0:202C40:04:000:Next bottom tile always Blue PL1 eto:0:202C40:05:000:Next bottom tile always Purple PL1 eto:0:202C40:06:000:Next bottom tile always Bubble PL1 eto:0:202C40:07:000:Next bottom tile always Chest PL1 eto:0:202C41:01:000:Next top tile always Red PL1 eto:0:202C41:02:000:Next top tile always Orange PL1 eto:0:202C41:03:000:Next top tile always Green PL1 eto:0:202C41:04:000:Next top tile always Blue PL1 eto:0:202C41:05:000:Next top tile always Purple PL1 eto:0:202C41:06:000:Next top tile always Bubble PL1 eto:0:202C41:07:000:Next top tile always Chest PL1 eto:0:202C40:01:001:Next bottom tile is Red Now! PL1 eto:0:202C40:02:001:Next bottom tile is Orange Now! PL1 eto:0:202C40:03:001:Next bottom tile is Green Now! PL1 eto:0:202C40:04:001:Next bottom tile is Blue Now! PL1 eto:0:202C40:05:001:Next bottom tile is Purple Now! PL1 eto:0:202C40:06:001:Next bottom tile is Bubble Now! PL1 eto:0:202C40:07:001:Next bottom tile is Chest Now! PL1 eto:0:202C41:01:001:Next top tile is Red Now! PL1 eto:0:202C41:02:001:Next top tile is Orange Now! PL1 eto:0:202C41:03:001:Next top tile is Green Now! PL1 eto:0:202C41:04:001:Next top tile is Blue Now! PL1 eto:0:202C41:05:001:Next top tile is Purple Now! PL1 eto:0:202C41:06:001:Next top tile is Bubble Now! PL1 eto:0:202C41:07:001:Next top tile is Chest Now! PL1 eto:0:202AC7:00:001:Never be dropped on PL2 eto:0:202AC3:4C:001:Win this game Now! PL2 eto:0:202C42:01:000:Next bottom tile always Red PL2 eto:0:202C42:02:000:Next bottom tile always Orange PL2 eto:0:202C42:03:000:Next bottom tile always Green PL2 eto:0:202C42:04:000:Next bottom tile always Blue PL2 eto:0:202C42:05:000:Next bottom tile always Purple PL2 eto:0:202C42:06:000:Next bottom tile always Bubble PL2 eto:0:202C42:07:000:Next bottom tile always Chest PL2 eto:0:202C43:01:000:Next top tile always Red PL2 eto:0:202C43:02:000:Next top tile always Orange PL2 eto:0:202C43:03:000:Next top tile always Green PL2 eto:0:202C43:04:000:Next top tile always Blue PL2 eto:0:202C43:05:000:Next top tile always Purple PL2 eto:0:202C43:06:000:Next top tile always Bubble PL2 eto:0:202C43:07:000:Next top tile always Chest PL2 eto:0:202C42:01:001:Next bottom tile is Red Now! PL2 eto:0:202C42:02:001:Next bottom tile is Orange Now! PL2 eto:0:202C42:03:001:Next bottom tile is Green Now! PL2 eto:0:202C42:04:001:Next bottom tile is Blue Now! PL2 eto:0:202C42:05:001:Next bottom tile is Purple Now! PL2 eto:0:202C42:06:001:Next bottom tile is Bubble Now! PL2 eto:0:202C42:07:001:Next bottom tile is Chest Now! PL2 eto:0:202C43:01:001:Next top tile is Red Now! PL2 eto:0:202C43:02:001:Next top tile is Orange Now! PL2 eto:0:202C43:03:001:Next top tile is Green Now! PL2 eto:0:202C43:04:001:Next top tile is Blue Now! PL2 eto:0:202C43:05:001:Next top tile is Purple Now! PL2 eto:0:202C43:06:001:Next top tile is Bubble Now! PL2 eto:0:202C43:07:001:Next top tile is Chest Now! PL2 ; [ Euro Champ '92 (World) ] euroch92:0:102935:09:000:Infinite Credits euroch92:0:102929:3B:000:Infinite Time euroch92:0:10A441:3C:500:Infinite Time (2/3) euroch92:0:10A440:63:500:Infinite Time (3/3) euroch92:0:102929:00:001:Finish this Game Now! euroch92:0:10A441:00:501:Finish this Game Now! (2/3) euroch92:0:10A440:00:501:Finish this Game Now! (3/3) euroch92:0:1078EC:00:000:Score always 0 PL1 euroch92:0:10A43E:00:500:Score always 0 PL1 (2/2) euroch92:0:1078EC:09:000:Score always 9 PL1 euroch92:0:10A43E:09:500:Score always 9 PL1 (2/2) euroch92:0:1078EC:00:001:Set score = 0 Now! PL1 euroch92:0:10A43E:00:501:Set score = 0 Now! PL1 (2/2) euroch92:0:1078EC:09:001:Set score = 9 Now! PL1 euroch92:0:10A43E:09:501:Set score = 9 Now! PL1 (2/2) euroch92:0:107BEC:00:000:Score always 0 PL2 euroch92:0:10A43F:00:500:Score always 0 PL2 (2/2) euroch92:0:107BEC:09:000:Score always 9 PL2 euroch92:0:10A43F:09:500:Score always 9 PL2 (2/2) euroch92:0:107BEC:00:001:Set score = 0 Now! PL2 euroch92:0:10A43F:00:501:Set score = 0 Now! PL2 (2/2) euroch92:0:107BEC:09:001:Set score = 9 Now! PL2 euroch92:0:10A43F:09:501:Set score = 9 Now! PL2 (2/2) ; [ Evil Night (ver EAA) ] evilngt:0:0000:00:999:[ There are no cheats ]:REASON 1 evilngt:0:0000:00:999:[ for this game as it ]:REASON 1 evilngt:0:0000:00:999:[ didn't work the last ]:REASON 1 evilngt:0:0000:00:999:[ time it was tested. ]:REASON 1 evilngt:0:0000:00:999:[ If the game now works ]:REASON 1 evilngt:0:0000:00:999:[ please request cheats ]:REASON 1 evilngt:0:0000:00:999:[ for it on the cheat ]:REASON 1 evilngt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Evil Stone ] :evilston:00000000:82B4:00000009:FFFFFFFF:Infinite Credits :evilston:00100000:8B24:00000959:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :evilston:00000000:A588:0000000A:FFFFFFFF:Infinite Lives :evilston:21800000:B456:000000C3:FFFFFFFF:Invincibility:You die though when you fall off a floor :evilston:21810000:B5B4:000000C9:FFFFFFFF:Invincibility (2/2) :evilston:62000000:0000:00000000:00000000:Select Arms :evilston:00010000:A599:00000000:FFFFFFFF:Long Kick :evilston:00010000:A599:00000001:FFFFFFFF:Single Shot :evilston:00010000:A599:00000002:FFFFFFFF:Triple Shot :evilston:00010000:A599:00000003:FFFFFFFF:4-way Shot :evilston:00010000:A599:00000004:FFFFFFFF:Rolling Kick :evilston:00100000:8B15:00000000:FFFFFFFF:Normal Stones Never Break :evilston:00000000:A07C:00000000:FFFFFFFF:1 Hit to Kill Enemy :evilston:00010000:A0BC:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/8) :evilston:00010000:A0FC:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/8) :evilston:00010000:A13C:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/8) :evilston:00010000:A17C:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/8) :evilston:00010000:A1BC:00000000:FFFFFFFF:1 Hit to Kill Enemy (6/8) :evilston:00010000:A1FC:00000000:FFFFFFFF:1 Hit to Kill Enemy (7/8) :evilston:00010000:A23C:00000000:FFFFFFFF:1 Hit to Kill Enemy (8/8) ; [ Evolution Soccer ] evosocc:0:0000:00:999:[ This game hasn't even ]:REASON 11 evosocc:0:0000:00:999:[ been looked at due to ]:REASON 11 evosocc:0:0000:00:999:[ time constraints - Too]:REASON 11 evosocc:0:0000:00:999:[ many games and so ]:REASON 11 evosocc:0:0000:00:999:[ little time. It is ]:REASON 11 evosocc:0:0000:00:999:[ even possible that ]:REASON 11 evosocc:0:0000:00:999:[ this game may be a ]:REASON 11 evosocc:0:0000:00:999:[ clone of an existing ]:REASON 11 evosocc:0:0000:00:999:[ game which may have ]:REASON 11 evosocc:0:0000:00:999:[ cheats. Please search ]:REASON 11 evosocc:0:0000:00:999:[ the cheat forums ]:REASON 11 evosocc:0:0000:00:999:[ before posting cheat ]:REASON 11 evosocc:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Excelsior ] :excelsr:00000000:FF183A:00000099:FFFFFFFF:Infinite Credits :excelsr:00200000:FF1830:00095902:FFFFFFFF:Infinite Time :excelsr:20900000:00AC02:00007000:FFFFFFFF:Invincibility :excelsr:20910000:00C3AA:00007000:FFFFFFFF:Invincibility (2/6):1st = Fire, 2nd = Bomb. 0x7000 = move.q #$0,D0 :excelsr:20910000:00CFFA:00007000:FFFFFFFF:Invincibility (3/6):Normal Enemy :excelsr:20910000:00D07C:00007000:FFFFFFFF:Invincibility (4/6):Boss :excelsr:20810000:00D472:00000060:FFFFFFFF:Invincibility (5/6):Snake :excelsr:20810000:00EA56:00000060:FFFFFFFF:Invincibility (6/6):Electricity :excelsr:00000001:FF1835:00000063:FFFFFFFF:Finish Current Stage Now!:Assign to an activation key for the best effect :excelsr:00000000:FF00F0:00000009:FFFFFFFF:Infinite Lives PL1 :excelsr:00000000:FF0103:000000FC:FFFFFFFF:Infinite Energy PL1 :excelsr:00000000:FF0112:00000009:FFFFFFFF:Infinite Bombs PL1 :excelsr:00000000:FF0105:0000003F:FFFFFFFF:Infinite Ammo PL1 :excelsr:00000000:FF016C:00000009:FFFFFFFF:Infinite Lives PL2 :excelsr:00000000:FF017F:000000FC:FFFFFFFF:Infinite Energy PL2 :excelsr:00000000:FF018E:00000009:FFFFFFFF:Infinite Bombs PL2 :excelsr:00000000:FF0181:0000003F:FFFFFFFF:Infinite Ammo PL2 ; [ Vs. Excitebike (Japan) ] excitbkj:0:0063:03:000:Infinite Time excitbkj:0:03E3:00:000:No Overheating ; [ Vs. Excitebike ] excitebk:0:0063:03:000:Infinite Time excitebk:0:03E3:00:000:No Overheating ; [ Exciting Hour ] excthour:0:02CF:59:000:Infinite Time excthour:0:0000:00:999:[The Referee never counts ] excthour:0:0000:00:999:[cheat gives you Infinite ] excthour:0:0000:00:999:[Time out of the ring, when ] excthour:0:0000:00:999:[you are on the corner and ] excthour:0:0000:00:999:[makes it impossible to get ] excthour:0:0000:00:999:[a fall. Either disable it ] excthour:0:0000:00:999:[or use the CORRECT 'Time ='] excthour:0:0000:00:999:[cheats. These can also be ] excthour:0:0000:00:999:[useful to enable when it's ] excthour:0:0000:00:999:[to your advantage!! ;-) ] excthour:0:00E6:01:000:Referee never counts excthour:0:00E6:19:001:Out of Ring Time = 19 Now! excthour:0:00E6:02:001:Fall Count Time = 2 Now! excthour:0:00E6:04:001:Corner Count Time = 4 Now! excthour:0:0000:00:999:[ ] excthour:0:004A:FF:000:Infinite Energy PL1 excthour:0:004A:00:001:Drain all Energy Now! PL1 excthour:0:0059:00:000:Infinite Jumps on Corner PL1 excthour:0:004B:FF:000:Infinite Energy PL2 excthour:0:004B:00:001:Drain all Energy Now! PL2 excthour:0:0059:00:000:Infinite Jumps on Corner PL2 excthour:0:0000:00:999:[The Infinite Attacks cheats] excthour:0:0000:00:999:[prevents the other player ] excthour:0:0000:00:999:[attacking you after you've ] excthour:0:0000:00:999:[attacked them three times ] excthour:0:0000:00:999:[in a row. ] excthour:0:0039:00:000:Infinite Attacks PL1 excthour:0:003A:00:000:Infinite Attacks PL2 ; [ Excite League (FD1094 317-0079?) ] exctleag:0:0000:00:999:[ There are no cheats ]:REASON 1 exctleag:0:0000:00:999:[ for this game as it ]:REASON 1 exctleag:0:0000:00:999:[ didn't work the last ]:REASON 1 exctleag:0:0000:00:999:[ time it was tested. ]:REASON 1 exctleag:0:0000:00:999:[ If the game now works ]:REASON 1 exctleag:0:0000:00:999:[ please request cheats ]:REASON 1 exctleag:0:0000:00:999:[ for it on the cheat ]:REASON 1 exctleag:0:0000:00:999:[ forums. ]:REASON 1 ; [ Exciting Soccer II ] exctscc2:0:7C0D:99:000:Infinite Time exctscc2:0:7C0E:59:500:Infinite Time (2/2) exctscc2:0:7C0D:00:001:Finish Match Now! exctscc2:0:7C0E:01:501:Finish Match Now! (2/2) exctscc2:0:7C19:09:070:Select Score PL1 exctscc2:0:7C1C:09:070:Select Score PL2 ; [ Exciting Soccer (alternate music) ] exctscca:0:7C0D:99:000:Infinite Time exctscca:0:7C0E:59:500:Infinite Time (2/2) exctscca:0:7C0D:00:001:Finish Match Now! exctscca:0:7C0E:01:501:Finish Match Now! (2/2) exctscca:0:7C19:09:070:Select Score PL1 exctscca:0:7C1C:09:070:Select Score PL2 ; [ Exciting Soccer (bootleg) ] exctsccb:0:7C0D:99:000:Infinite Time exctsccb:0:7C0E:59:500:Infinite Time (2/2) exctsccb:0:7C0D:00:001:Finish Match Now! exctsccb:0:7C0E:01:501:Finish Match Now! (2/2) exctsccb:0:7C19:09:070:Select Score PL1 exctsccb:0:7C1C:09:070:Select Score PL2 ; [ Exciting Soccer ] exctsccr:0:7C0D:99:000:Infinite Time exctsccr:0:7C0E:59:500:Infinite Time (2/2) exctsccr:0:7C0D:00:001:Finish Match Now! exctsccr:0:7C0E:01:501:Finish Match Now! (2/2) exctsccr:0:7C19:09:070:Select Score PL1 exctsccr:0:7C1C:09:070:Select Score PL2 ; [ Exed Exes ] exedexes:0:E040:03:000:Infinite Bombs exedexes:0:F007:06:000:Infinite Lives PL1 exedexes:0:F011:C9:000:Invincibility PL1 exedexes:0:F015:06:000:Always 1-way fire PL1 exedexes:0:F015:07:000:Always 2-way fire PL1 exedexes:0:F015:08:000:Always 3-way fire PL1 exedexes:0:F015:0F:000:Always Super Weapon PL1 exedexes:0:F015:06:001:Get 1-way fire PL1 Now! exedexes:0:F015:07:001:Get 2-way fire PL1 Now! exedexes:0:F015:08:001:Get 3-way fire PL1 Now! exedexes:0:F015:0F:001:Get Super Weapon PL1 Now! exedexes:0:F087:06:000:Infinite Lives PL2 exedexes:0:F091:C9:000:Invincibility PL2 exedexes:0:F095:06:000:Always 1-way fire PL2 exedexes:0:F095:07:000:Always 2-way fire PL2 exedexes:0:F095:08:000:Always 3-way fire PL2 exedexes:0:F095:0F:000:Always Super Weapon PL2 exedexes:0:F095:06:001:Get 1-way fire PL2 Now! exedexes:0:F095:07:001:Get 2-way fire PL2 Now! exedexes:0:F095:08:001:Get 3-way fire PL2 Now! exedexes:0:F095:0F:001:Get Super Weapon PL2 Now! ; [ Exerion ] exerion:0:6001:09:000:Infinite Credits exerion:0:6048:06:000:Infinite Lives exerion:0:6046:50:000:Infinite Firepower exerion:0:32D6:C9:100:Invincibility :exerion:00000000:6098:00000000:00000010:Rapid Fire - Twin Shot exerion:0:19D0:FA:100:Bonus challenge bugfix ; [ Exerion (bootleg) ] exerionb:0:6001:09:000:Infinite Credits exerionb:0:6048:06:000:Infinite Lives exerionb:0:6046:50:000:Infinite Firepower exerionb:0:32D6:C9:100:Invincibility :exerionb:00000000:6098:00000000:00000010:Rapid Fire - Twin Shot exerionb:0:19D0:FA:100:Bonus challenge bugfix ; [ Exerion (Taito) ] exeriont:0:6001:09:000:Infinite Credits exeriont:0:6048:06:000:Infinite Lives exeriont:0:6046:50:000:Infinite Firepower exeriont:0:32D6:C9:100:Invincibility :exeriont:00000000:6098:00000000:00000010:Rapid Fire - Twin Shot exeriont:0:19D0:FA:100:Bonus challenge bugfix ; [ Exerizer (Japan) (bootleg) ] exerizrb:0:C001:09:000:Infinite Credits exerizrb:0:C042:03:000:Infinite Lives :exerizrb:20A00000:4EA5:000000C9:FFFFFFFF:Invincibility exerizrb:0:C048:99:000:Infinite Ammo exerizrb:0:C049:99:500:Infinite Ammo (2/2) :exerizrb:00000000:C118:00000000:00000010:Rapid Fire - Normal Shot :exerizrb:00000000:C118:00000000:00000020:Rapid Fire - Sub Shot ; [ Exodus (bootleg?) ] exodus:0:421D:05:000:Infinite Lives :exodus:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :exodus:20810000:12A1:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :exodus:00100000:4013:00000000:00001010:Rapid Fire :exodus:20800100:08C6:00000007:FFFFFFFF:Select Bullet Speed ; [ Explosive Breaker ] explbrkr:0:100082:09:000:Infinite Credits explbrkr:0:10011D:0B:000:Infinite Player Select Time explbrkr:0:100123:09:000:Infinite Continue Time :explbrkr:62000001:000000:00000000:00000000:Select Start Stage:Enable this cheat on the player select screen :explbrkr:00010001:100093:00000000:FFFFFFFF:Loop 1 Stage 1 :explbrkr:00010001:100093:00000001:FFFFFFFF:Loop 1 Stage 2 :explbrkr:00010001:100093:00000002:FFFFFFFF:Loop 1 Stage 3 :explbrkr:00010001:100093:00000003:FFFFFFFF:Loop 1 Stage 4 :explbrkr:00010001:100093:00000004:FFFFFFFF:Loop 1 Stage 5 :explbrkr:00010001:100093:00000005:FFFFFFFF:Loop 1 Stage 6 :explbrkr:00010001:100093:00000006:FFFFFFFF:Loop 2 Stage 1 :explbrkr:00010001:100093:00000007:FFFFFFFF:Loop 2 Stage 2 :explbrkr:00010001:100093:00000008:FFFFFFFF:Loop 2 Stage 3 :explbrkr:00010001:100093:00000009:FFFFFFFF:Loop 2 Stage 4 :explbrkr:00010001:100093:0000000A:FFFFFFFF:Loop 2 Stage 5 :explbrkr:00010001:100093:0000000B:FFFFFFFF:Loop 2 Stage 6 explbrkr:0:10BB96:0A:000:Infinite Lives PL1 explbrkr:0:10BB97:09:000:Infinite Bombs PL1 explbrkr:0:10BB8D:03:000:Invincibility PL1:Turn this cheat OFF before you finish a stage or the game will crash!! explbrkr:0:10BB7A:05:000:Always Max Shot Power PL1 :explbrkr:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :explbrkr:00010000:10BB79:00000000:FFFFFFFF:No Sub Weapon :explbrkr:00010000:10BB79:00000001:FFFFFFFF:Missile :explbrkr:00010000:10BB79:00000002:FFFFFFFF:Homing Missile :explbrkr:00010000:10BB79:00000003:FFFFFFFF:Shot Gun :explbrkr:00010000:10BB79:00000004:FFFFFFFF:Craker explbrkr:0:10BB6A:0A:000:Infinite Lives PL2 explbrkr:0:10BB6B:09:000:Infinite Bombs PL2 explbrkr:0:10BB61:03:000:Invincibility PL2:Turn this cheat OFF before you finish a stage or the game will crash!! explbrkr:0:10BB4E:05:000:Always Max Shot Power PL2 :explbrkr:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :explbrkr:00010000:10BB4D:00000000:FFFFFFFF:No Sub Weapon :explbrkr:00010000:10BB4D:00000001:FFFFFFFF:Missile :explbrkr:00010000:10BB4D:00000002:FFFFFFFF:Homing Missile :explbrkr:00010000:10BB4D:00000003:FFFFFFFF:Shot Gun :explbrkr:00010000:10BB4D:00000004:FFFFFFFF:Craker ; [ Explorer ] explorer:0:4108:05:000:Infinite Lives explorer:0:4105:FF:000:Infinite Fuel explorer:0:2047:C9:100:Invincibility explorer:0:2113:C9:600:Invincibility (2/2) explorer:0:0000:00:999:[Level 6 = Base ] explorer:0:411E:05:071:Select current level explorer:0:411E:05:061:Select next level ; [ Express Raider (US set 2) ] exprrada:0:000C:99:000:Infinite Lives exprrada:0:0012:05:001:Get 1 more to finish Exp2 car exprrada:0:0056:00:000:Stop Train Bombs exprrada:0:0000:00:999:[This Infinite Energy cheat ] exprrada:0:0000:00:999:[may have to be turned OFF ] exprrada:0:0000:00:999:[with F6 if you get pushed ] exprrada:0:0000:00:999:[off the train or encounter ] exprrada:0:0000:00:999:[problems with the box ] exprrada:0:0000:00:999:[pusher. Turn the cheat back] exprrada:0:0000:00:999:[ON with the F6 key. ] exprrada:0:0031:50:000:Infinite Energy exprrada:0:0000:00:999:[This Infinite Time cheat ] exprrada:0:0000:00:999:[should be disabled when you] exprrada:0:0000:00:999:[you reach the engine with ] exprrada:0:0000:00:999:[F6 or better use the Lose ] exprrada:0:0000:00:999:[All Exp2 Time Now! cheat ] exprrada:0:0028:59:000:Infinite Exp2 Time exprrada:0:0028:01:001:Lose All Exp2 Time Now! :exprrada:20800000:A698:00000060:FFFFFFFF:Invincibility - Odd Stage :exprrada:20810000:BE0B:00000060:FFFFFFFF:Invincibility - Odd Stage (2/4):1st = Enemy from train, 2nd = Signboard :exprrada:20810000:BE55:00000060:FFFFFFFF:Invincibility - Odd Stage (3/4):Tunnel :exprrada:20810000:CF95:00000060:FFFFFFFF:Invincibility - Odd Stage (4/4):Enemy :exprrada:20800000:54EA:0000001C:FFFFFFFF:Invincibility - Even Stage :exprrada:20810000:6077:00000060:FFFFFFFF:Invincibility - Even Stage (2/3):1st = Miss Shot, 2nd = Fire :exprrada:20810000:65C7:00000060:FFFFFFFF:Invincibility - Even Stage (3/3):Bird :exprrada:00000000:001E:00000000:00000010:Rapid Fire - Button 1 :exprrada:00000000:001E:00000000:00000020:Rapid Fire - Button 2 :exprrada:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :exprrada:60000000:0000:00000000:00000000:[ 1st inserted a credit. ] :exprrada:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :exprrada:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :exprrada:00000086:0000:00000000:FFFFFFFF:Sound Test:Sound Code :exprrada:20A10000:810F:001801AE:FFFFFFFF:Sound Test (02/17):ldx $1801 :exprrada:20B10000:8112:27F001E4:FFFFFFFF:Sound Test (03/17):cpx $01 / beq $813D :exprrada:20B10000:8116:0EF0FBE0:FFFFFFFF:Sound Test (04/17):cpx #$FB / beq $8128 :exprrada:20B10000:811A:0FF0F7E0:FFFFFFFF:Sound Test (05/17):cpx #$F7 / beq $812D :exprrada:20B10000:811E:14F0EFE0:FFFFFFFF:Sound Test (06/17):cpx #$EF / beq $8136 :exprrada:20B10000:8122:0CF0DFE0:FFFFFFFF:Sound Test (07/17):cpx #$DF / beq $8132 :exprrada:20B10000:8126:00E613D0:FFFFFFFF:Sound Test (08/17):bne $813B / inc $00 :exprrada:20A10000:812A:00813B4C:FFFFFFFF:Sound Test (09/17):jmp $813B :exprrada:20910000:812D:000000C6:FFFFFFFF:Sound Test (10/17):dec $00 :exprrada:20A10000:812F:00813B4C:FFFFFFFF:Sound Test (11/17):jmp $813B :exprrada:20B10000:8132:02F000A9:FFFFFFFF:Sound Test (12/17):lda #$00 / beq $8138 :exprrada:20910000:8136:000000A5:FFFFFFFF:Sound Test (13/17):lda $00 :exprrada:20A10000:8138:0020018D:FFFFFFFF:Sound Test (15/17):sta $2001 :exprrada:20910000:813B:00000186:FFFFFFFF:Sound Test (16/17):stx $01 :exprrada:20A10000:813D:00810F4C:FFFFFFFF:Sound Test (17/17):jmp $810F ; [ Express Raider (US) ] exprraid:0:000C:99:000:Infinite Lives exprraid:0:0012:05:001:Get 1 more to finish Exp2 car exprraid:0:0056:00:000:Stop Train Bombs exprraid:0:0000:00:999:[This Infinite Energy cheat ] exprraid:0:0000:00:999:[may have to be turned OFF ] exprraid:0:0000:00:999:[with F6 if you get pushed ] exprraid:0:0000:00:999:[off the train or encounter ] exprraid:0:0000:00:999:[problems with the box ] exprraid:0:0000:00:999:[pusher. Turn the cheat back] exprraid:0:0000:00:999:[ON with the F6 key. ] exprraid:0:0031:50:000:Infinite Energy exprraid:0:0000:00:999:[This Infinite Time cheat ] exprraid:0:0000:00:999:[should be disabled when you] exprraid:0:0000:00:999:[you reach the engine with ] exprraid:0:0000:00:999:[F6 or better use the Lose ] exprraid:0:0000:00:999:[All Exp2 Time Now! cheat ] exprraid:0:0028:59:000:Infinite Exp2 Time exprraid:0:0028:01:001:Lose All Exp2 Time Now! :exprraid:20800000:A698:00000060:FFFFFFFF:Invincibility - Odd Stage :exprraid:20810000:BE0B:00000060:FFFFFFFF:Invincibility - Odd Stage (2/4):1st = Enemy from train, 2nd = Signboard :exprraid:20810000:BE55:00000060:FFFFFFFF:Invincibility - Odd Stage (3/4):Tunnel :exprraid:20810000:CF95:00000060:FFFFFFFF:Invincibility - Odd Stage (4/4):Enemy :exprraid:20800000:550E:0000001C:FFFFFFFF:Invincibility - Even Stage :exprraid:20810000:60B2:00000060:FFFFFFFF:Invincibility - Even Stage (2/3):1st = Miss Shot, 2nd = Fire :exprraid:20810000:6606:00000060:FFFFFFFF:Invincibility - Even Stage (3/3):Bird :exprraid:00000000:001E:00000000:00000010:Rapid Fire - Button 1 :exprraid:00000000:001E:00000000:00000020:Rapid Fire - Button 2 :exprraid:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :exprraid:60000000:0000:00000000:00000000:[ 1st inserted a credit. ] :exprraid:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :exprraid:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :exprraid:00000086:0000:00000000:FFFFFFFF:Sound Test:Sound Code :exprraid:20A10000:810F:001801AE:FFFFFFFF:Sound Test (02/17):ldx $1801 :exprraid:20B10000:8112:27F001E4:FFFFFFFF:Sound Test (03/17):cpx $01 / beq $813D :exprraid:20B10000:8116:0EF0FBE0:FFFFFFFF:Sound Test (04/17):cpx #$FB / beq $8128 :exprraid:20B10000:811A:0FF0F7E0:FFFFFFFF:Sound Test (05/17):cpx #$F7 / beq $812D :exprraid:20B10000:811E:14F0EFE0:FFFFFFFF:Sound Test (06/17):cpx #$EF / beq $8136 :exprraid:20B10000:8122:0CF0DFE0:FFFFFFFF:Sound Test (07/17):cpx #$DF / beq $8132 :exprraid:20B10000:8126:00E613D0:FFFFFFFF:Sound Test (08/17):bne $813B / inc $00 :exprraid:20A10000:812A:00813B4C:FFFFFFFF:Sound Test (09/17):jmp $813B :exprraid:20910000:812D:000000C6:FFFFFFFF:Sound Test (10/17):dec $00 :exprraid:20A10000:812F:00813B4C:FFFFFFFF:Sound Test (11/17):jmp $813B :exprraid:20B10000:8132:02F000A9:FFFFFFFF:Sound Test (12/17):lda #$00 / beq $8138 :exprraid:20910000:8136:000000A5:FFFFFFFF:Sound Test (13/17):lda $00 :exprraid:20A10000:8138:0020018D:FFFFFFFF:Sound Test (15/17):sta $2001 :exprraid:20910000:813B:00000186:FFFFFFFF:Sound Test (16/17):stx $01 :exprraid:20A10000:813D:00810F4C:FFFFFFFF:Sound Test (17/17):jmp $810F ; [ Extreme Downhill (v1.5) ] extdwnhl:0:20009D:09:000:Infinite Credits extdwnhl:0:202843:63:000:Infinite Time ; [ Exterminator ] exterm:0:1FFF19E2:00:110:Infinite Energy:Yes it's true this REALLY works!! Fear my TMS34010 assembly reading skills! I am so happy to get this baby working and thanks to Ian Patterson for changing the cheat engine to make it all possible. exterm:0:1FFF19E3:03:610:Infinite Energy (2/2) ; [ Extermination (US) ] :extrmatn:20800000:17AB:000000C9:FFFFFFFF:Invincibility :extrmatn:20810000:233E:00000018:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Water extrmatn:0:E78E:99:000:Infinite Life PL1 extrmatn:0:E78F:99:500:Infinite Life PL1 (2/2) :extrmatn:00000000:EC1C:00000008:00000008:Rapid Fire PL1 extrmatn:0:E7AE:99:000:Infinite Life PL2 extrmatn:0:E7AF:99:500:Infinite Life PL2 (2/2) :extrmatn:00000000:EC1E:00000008:00000008:Rapid Fire PL2 ; [ Exvania (Japan) ] exvania:0:005197:64:000:Infinite Time exvania:0:00C1CF:08:000:Infinite Lives PL1 exvania:0:00C1B7:01:000:Infinite Bombs PL1 exvania:0:00C1B7:00:000:Can NEVER Lay Bombs PL1 exvania:0:00C1B5:20:000:Always have Max Bomb Strength PL1 exvania:0:00C1B5:00:000:Always have Min Bomb Strength PL1 exvania:0:00C1B0:40:000:Always have a Fast Speed PL1 exvania:0:00C1B0:01:000:Always have a Slow Speed PL1 exvania:0:00C283:08:000:Infinite Lives PL2 exvania:0:00C26B:01:000:Infinite Bombs PL2 exvania:0:00C26B:00:000:Can NEVER Lay Bombs PL2 exvania:0:00C269:20:000:Always have Max Bomb Strength PL2 exvania:0:00C269:00:000:Always have Min Bomb Strength PL2 exvania:0:00C264:40:000:Always have a Fast Speed PL2 exvania:0:00C264:01:000:Always have a Slow Speed PL2 exvania:0:00C337:08:000:Infinite Lives PL3 exvania:0:00C31F:01:000:Infinite Bombs PL3 exvania:0:00C31F:00:000:Can NEVER Lay Bombs PL3 exvania:0:00C31D:20:000:Always have Max Bomb Strength PL3 exvania:0:00C31D:00:000:Always have Min Bomb Strength PL3 exvania:0:00C318:40:000:Always have a Fast Speed PL3 exvania:0:00C318:01:000:Always have a Slow Speed PL3 exvania:0:00C3EB:08:000:Infinite Lives PL4 exvania:0:00C3D3:01:000:Infinite Bombs PL4 exvania:0:00C3D3:00:000:Can NEVER Lay Bombs PL4 exvania:0:00C3D1:20:000:Always have Max Bomb Strength PL4 exvania:0:00C3D1:00:000:Always have Min Bomb Strength PL4 exvania:0:00C3CC:40:000:Always have a Fast Speed PL4 exvania:0:00C3CC:01:000:Always have a Slow Speed PL4 ; [ Exzisus (Japan) ] exzisus:0:F80B:09:000:Infinite Credits exzisus:3:EB70:00:000:Invincibility exzisus:3:E50F:C0:000:Always have Bird & Dog Option exzisus:3:E530:8C:500:Always have Bird & Dog Option (2/3) exzisus:3:E540:8D:500:Always have Bird & Dog Option (3/3) exzisus:3:E50D:87:000:Always have Disruption & Full Auto exzisus:3:E50D:8B:000:Always have Laser & Full auto exzisus:3:E50E:01:000:Always have Land Missiles exzisus:3:E50E:02:000:Always have Air Missiles exzisus:3:E50E:FE:000:Always have Back Missiles:This weapon is not normally available exzisus:3:E50E:FC:000:Always have Sub Disruption:This weapon is not normally available exzisus:3:E50E:FB:000:Always have Back Laser:This weapon is not normally available exzisus:3:E50E:01:001:Get Land Missiles Now! exzisus:3:E50E:02:001:Get Air Missiles Now! exzisus:3:E50E:FE:001:Get Back Missiles Now!:This weapon is not normally available exzisus:3:E50E:FC:001:Get Sub Disruption Now!:This weapon is not normally available exzisus:3:E50E:FB:001:Get Back Laser Now!:This weapon is not normally available exzisus:0:F886:64:000:Infinite Lives PL1 exzisus:0:F906:64:000:Infinite Lives PL2 ; [ Eyes (Digitrex Techstar) ] :eyes:20900000:33A4:000033A6:FFFFFFFF:Invincibility :eyes:00000000:4E1B:00000000:00000004:Rapid Fire eyes:0:4CEC:0A:000:Infinite Lives PL1 eyes:0:4CED:0A:000:Infinite Lives PL2 ; [ Eyes (Techstar) ] :eyes2:20900000:337B:0000337D:FFFFFFFF:Invincibility :eyes2:00000000:4E1B:00000000:00000004:Rapid Fire eyes2:0:4CEC:0A:000:Infinite Lives PL1 eyes2:0:4CED:0A:000:Infinite Lives PL2 ; [ Eyes (Zaccaria) ] :eyeszac:20900000:33A4:000033A6:FFFFFFFF:Invincibility :eyeszac:00000000:4E1B:00000000:00000004:Rapid Fire eyeszac:0:4CEC:0A:000:Infinite Lives PL1 eyeszac:0:4CED:0A:000:Infinite Lives PL2 ; [ F-15 Strike Eagle (rev. 2.1) ] f15se:0:0000:00:999:[ There are no cheats ]:REASON 1 f15se:0:0000:00:999:[ for this game as it ]:REASON 1 f15se:0:0000:00:999:[ didn't work the last ]:REASON 1 f15se:0:0000:00:999:[ time it was tested. ]:REASON 1 f15se:0:0000:00:999:[ If the game now works ]:REASON 1 f15se:0:0000:00:999:[ please request cheats ]:REASON 1 f15se:0:0000:00:999:[ for it on the cheat ]:REASON 1 f15se:0:0000:00:999:[ forums. ]:REASON 1 ; [ F-1 Dream ] f1dream:0:FFF2A1:00:000:Infinite Time f1dream:0:FFCEAE:D6:000:Infinite G/B f1dream:0:FFCEB0:DD:000:Infinite Tires ; [ F-1 Dream (bootleg) ] f1dreamb:0:FFF2A1:00:000:Infinite Time f1dreamb:0:FFCEAE:D6:000:Infinite G/B f1dreamb:0:FFCEB0:DD:000:Infinite Tires ; [ F1 Exhaust Note ] f1en:0:200706:B7:000:Infinite Time f1en:0:200707:0B:500:Infinite Time (2/2) ; [ F-1 Grand Prix ] f1gp:0:FFA953:63:000:Infinite Race Time f1gp:0:FF810B:63:007:Infinite Qualifying Time f1gp:0:FF9DCE:00:000:Infinite Lap Time f1gp:0:FF9DCF:00:500:Infinite Lap Time (2/4) f1gp:0:FF9DD0:00:500:Infinite Lap Time (3/4) f1gp:0:FF9DD1:00:500:Infinite Lap Time (4/4) ; [ F-1 Grand Prix Part II ] f1gp2:0:FF82EB:63:000:Infinite Race Time f1gp2:0:FF810B:63:006:Infinite Qualifying Time f1gp2:0:FF9E16:00:000:Infinite Lap Time f1gp2:0:FF9E17:00:500:Infinite Lap Time (2/4) f1gp2:0:FF9E18:00:500:Infinite Lap Time (3/4) f1gp2:0:FF9E19:00:500:Infinite Lap Time (4/4) f1gp2:0:FFAAB5:03:000:Infinite Turbos ; [ Grand Prix Star ] f1gpstar:0:0F902F:63:000:Infinite Credits f1gpstar:0:0FA008:03:000:Infinite Time f1gpstar:0:0FA009:E7:500:Infinite Time (2/2) f1gpstar:0:0FA2AB:C1:000:Always drive at Maximum Speed:Turn it OFF if you are stuck in a crash position f1gpstar:0:0FA2AA:01:500:Always drive at Maximum Speed (2/2) f1gpstar:0:0FA2AB:C1:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect f1gpstar:0:0FA2AA:01:501:Get Maximum Speed Boost Now! (2/2) f1gpstar:0:0FA30D:00:000:Always in Position 1 f1gpstar:0:0FA30D:00:001:Get Position 1 Now! f1gpstar:0:0FA30D:07:071:Select Position Now! ; [ F-1 Grand Prix Star II ] f1gpstr2:0:0F0005:0A:000:Infinite Time f1gpstr2:0:0F023B:FF:000:Always drive at Max Speed f1gpstr2:0:0F023A:00:500:Always drive at Max Speed (2/2) f1gpstr2:0:0F023B:20:000:Always drive at Crazy Speed f1gpstr2:0:0F023A:02:500:Always drive at Crazy Speed (2/2) ; [ F1 Super Lap ] f1lap:0:0000:00:999:[ There are no cheats ]:REASON 1 f1lap:0:0000:00:999:[ for this game as it ]:REASON 1 f1lap:0:0000:00:999:[ didn't work the last ]:REASON 1 f1lap:0:0000:00:999:[ time it was tested. ]:REASON 1 f1lap:0:0000:00:999:[ If the game now works ]:REASON 1 f1lap:0:0000:00:999:[ please request cheats ]:REASON 1 f1lap:0:0000:00:999:[ for it on the cheat ]:REASON 1 f1lap:0:0000:00:999:[ forums. ]:REASON 1 ; [ F1 Super Battle ] f1superb:0:FEE02004:0A:000:Infinite Time ; [ F/A (Japan) ] fa:0:001043:09:000:Infinite Credits fa:0:0013B5:09:000:Infinite Energy PL1 :fa:60000000:000000:00000000:00000000:[ You can't rescue a hostage ] :fa:60000000:000000:00000000:00000000:[ during invincibility. ] :fa:00000000:0013A4:00000001:00000001:Invincibility PL1 :fa:00010000:0013A7:0000000C:FFFFFFFF:Invincibility PL1 (2/3) :fa:00010000:0013AB:00000002:FFFFFFFF:Invincibility PL1 (2/3) :fa:00000000:0170A4:00000000:00000010:Rapid Fire - Air (Normal) PL1 :fa:00000000:0170A4:00000000:00000010:Rapid Fire - Air (Special) PL1 :fa:00110000:0013BC:00000000:FFFFFFFF:Rapid Fire - Air (Special) PL1 (2/2) :fa:00000000:0170A4:00000000:00000020:Rapid Fire - Surface Nr. PL1 :fa:00000000:0170A4:00000000:00000020:Rapid Fire - Surface Sp. PL1 :fa:00110000:0013B6:00000000:FFFFFFFF:Rapid Fire - Surface Sp. PL1 (2/2) fa:0:00143F:09:000:Infinite Energy PL2 :fa:60000000:000000:00000000:00000000:[ You can't rescue a hostage ] :fa:60000000:000000:00000000:00000000:[ during invincibility. ] :fa:00000000:00142E:00000001:00000001:Invincibility PL2 :fa:00010000:001431:0000000C:FFFFFFFF:Invincibility PL2 (2/3) :fa:00010000:001435:00000002:FFFFFFFF:Invincibility PL2 (3/3) :fa:00000000:0170A5:00000000:00000010:Rapid Fire - Air (Normal) PL2 :fa:00000000:0170A5:00000000:00000010:Rapid Fire - Air (Special) PL2 :fa:00110000:001446:00000000:FFFFFFFF:Rapid Fire - Air (Special) PL2 (2/2) :fa:00000000:0170A5:00000000:00000020:Rapid Fire - Surface Nr. PL2 :fa:00000000:0170A5:00000000:00000020:Rapid Fire - Surface Sp. PL2 :fa:00110000:001440:00000000:FFFFFFFF:Rapid Fire - Surface Sp. PL2 (2/2) ; [ Face Off (Japan) ] faceoff:0:4112:09:000:Infinite Period Time faceoff:0:4113:99:500:Infinite Period Time (2/2) faceoff:0:4112:00:001:Finish Period Now! faceoff:0:4113:00:501:Finish Period Now! (2/2) faceoff:0:4128:99:073:Select Score PL1 faceoff:0:4128:00:000:Score always = 0 PL1 faceoff:0:4128:10:000:Score always = 10 PL1 faceoff:0:4128:00:001:Score = 0 Now! PL1 faceoff:0:4128:10:001:Score = 10 Now! PL1 faceoff:0:412C:99:073:Select Score PL2 faceoff:0:412C:00:000:Score always = 0 PL2 faceoff:0:412C:10:000:Score always = 10 PL2 faceoff:0:412C:00:001:Score = 0 Now! PL2 faceoff:0:412C:10:001:Score = 10 Now! PL2 ; [ Falcon (bootleg set 1) ] falcon:0:4390:09:000:Infinite Lives falcon:0:43A6:DD:000:Never have shields falcon:0:43A6:00:003:Shield Always Ready falcon:0:43C0:84:000:Infinite Shields falcon:0:0CC4:C9:100:Invincibility ; [ Falcon (bootleg set 2) ] falcona:0:4390:09:000:Infinite Lives falcona:0:43A6:DD:000:Never have shields falcona:0:43A6:00:003:Shield Always Ready falcona:0:43C0:84:000:Infinite Shields falcona:0:0CC4:C9:100:Invincibility ; [ Fantasia ] fantasia:0:C80F82:09:000:Infinite Credits fantasia:0:C82674:09:000:Infinite Time fantasia:0:C82675:3C:500:Infinite Time (2/2) fantasia:0:C8261B:14:000:Infinite Energy:Display isn't correct fantasia:0:C82761:64:001:End round with 100% Now! fantasia:0:C82763:00:501:End round with 100% Now!(2/2) fantasia:0:C82662:03:000:Infinite Lives PL1 fantasia:0:C82663:03:000:Infinite Lives PL2 ; [ Fantasy (World) ] fantasy:0:00C1:08:000:Infinite Lives fantasy:0:00A8:C0:000:Invincibility ; [ Fantasy (Japan) ] fantasyj:0:00C1:08:000:Infinite Lives fantasyj:0:00A8:C0:000:Invincibility ; [ Fantasy (US) ] fantasyu:0:00C1:08:000:Infinite Lives fantasyu:0:00A8:C0:000:Invincibility ; [ Fantazia ] :fantazia:20800000:2124:000000C9:FFFFFFFF:Invincibility :fantazia:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :fantazia:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :fantazia:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :fantazia:00000000:8234:00000000:FFFFFFFF:Rapid Fire :fantazia:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :fantazia:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :fantazia:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :fantazia:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :fantazia:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :fantazia:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :fantazia:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Fantastic Journey ] fantjour:0:C0D3C7:0A:000:Infinite Lives PL1 fantjour:0:C00435:02:000:Invincibility PL1 fantjour:0:C0D427:0A:000:Infinite Lives PL2 fantjour:0:C03235:02:000:Invincibility PL2 ; [ Fantasy Land (set 1) ] fantland:0:03A58:63:000:Infinite Credits fantland:0:0361E:47:000:Infinite Energy fantland:0:039A0:02:000:Invincibility fantland:0:03992:09:000:Infinite Lives PL1 fantland:0:03994:09:000:Infinite Lives PL2 ; [ Fantasy Land (set 2) ] fantlnda:0:03A64:63:000:Infinite Credits fantlnda:0:0362A:47:000:Infinite Energy fantlnda:0:039AC:02:000:Invincibility fantlnda:0:0399E:09:000:Infinite Lives PL1 fantlnda:0:039A0:09:000:Infinite Lives PL2 ; [ Fantasia II ] fantsia2:0:F80F82:09:000:Infinite Credits fantsia2:0:F82674:09:000:Infinite Time fantsia2:0:F82675:3C:500:Infinite Time (2/2) fantsia2:0:700B04:1A:000:Infinite Energy fantsia2:0:F8261B:0B:500:Infinite Energy (2/3) fantsia2:0:F82621:69:500:Infinite Energy (3/3) fantsia2:0:F82761:64:001:End round with 100% Now! fantsia2:0:F82763:00:501:End round with 100% Now!(2/2) fantsia2:0:F82662:63:000:Infinite Lives PL1 fantsia2:0:F82663:63:000:Infinite Lives PL2 ; [ Fantasy '95 ] fantsy95:0:C80F82:09:000:Infinite Credits fantsy95:0:C82674:09:000:Infinite Time fantsy95:0:C82675:3C:500:Infinite Time (2/2) fantsy95:0:C8261B:14:000:Infinite Energy:Display isn't correct fantsy95:0:C82761:64:001:End round with 100% Now! fantsy95:0:C82763:00:501:End round with 100% Now!(2/2) fantsy95:0:C82662:03:000:Infinite Lives PL1 fantsy95:0:C82663:03:000:Infinite Lives PL2 ; [ Fantasy Zone 2 ] fantzn2:0:0000:00:999:[ There are no cheats ]:REASON 1 fantzn2:0:0000:00:999:[ for this game as it ]:REASON 1 fantzn2:0:0000:00:999:[ didn't work the last ]:REASON 1 fantzn2:0:0000:00:999:[ time it was tested. ]:REASON 1 fantzn2:0:0000:00:999:[ If the game now works ]:REASON 1 fantzn2:0:0000:00:999:[ please request cheats ]:REASON 1 fantzn2:0:0000:00:999:[ for it on the cheat ]:REASON 1 fantzn2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Fantasy Zone (set 1, unprotected) ] fantzon1:0:FFC40C:99:000:Infinite Gold PL1 fantzon1:0:FFC40D:99:500:Infinite Gold PL1 (2/4) fantzon1:0:FFC40E:99:500:Infinite Gold PL1 (3/4) fantzon1:0:FFC40F:99:500:Infinite Gold PL1 (4/4) fantzon1:0:FFC41C:99:000:Infinite Gold PL2 fantzon1:0:FFC41D:99:500:Infinite Gold PL2 (2/4) fantzon1:0:FFC41E:99:500:Infinite Gold PL2 (3/4) fantzon1:0:FFC41F:99:500:Infinite Gold PL2 (4/4) fantzon1:0:FFC003:06:000:Infinite Lives :fantzon1:20900000:007CD4:00004E71:FFFFFFFF:Invincibility :fantzon1:20910000:00A878:00004E75:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :fantzon1:00000000:FF03BB:00000001:FFFFFFFF:Rapid Fire - Shot :fantzon1:00000000:FF03DB:00000001:FFFFFFFF:Rapid Fire - Bomb fantzon1:0:FFC23B:10:021:Stage clear in 7 seconds Now! fantzon1:0:FFC23B:80:021:Go to Parts Shop or Menu Now! fantzon1:0:FFC23B:04:021:Switch to PL2 Now! fantzon1:0:FFC23B:04:041:Switch to PL1 Now! fantzon1:0:FFC23B:01:021:Switch DEMO Mode "ON" Now! fantzon1:0:FFC23B:01:041:Switch DEMO Mode "OFF" Now! fantzon1:0:FFC3FE:99:000:Infinite Shop Time fantzon1:0:FFC00B:30:000:Infinite Menu Time fantzon1:0:FFC4AD:FF:000:Infinite Weapon Time fantzon1:0:FFC065:0A:000:Infinite Fire Bomb fantzon1:0:FFC067:0A:000:Infinite Smart Bomb fantzon1:0:FFC069:0A:000:Infinite Heavy Bomb fantzon1:0:FFC2FB:00:000:Always have Small Wing fantzon1:0:FFC2FB:01:000:Always have Big Wing fantzon1:0:FFC2FB:02:000:Always have Jet Engine fantzon1:0:FFC2FB:03:000:Always have Turbo Engine fantzon1:0:FFC2FB:04:000:Always have Rocket Engine fantzon1:0:FFC2EB:00:000:Always have Single Bomb fantzon1:0:FFC2EB:01:000:Always have Twin Bomb fantzon1:0:FFC2EB:02:000:Always have Fire Bomb fantzon1:0:FFC2EB:03:000:Always have Smart Bomb fantzon1:0:FFC2EB:04:000:Always have Heavy Bomb fantzon1:0:FFC2DB:00:000:Always have Twin Shot fantzon1:0:FFC2DB:01:000:Always have Laser Beam Shot fantzon1:0:FFC2DB:02:000:Always have Wide Beam Shot fantzon1:0:FFC2DB:03:000:Always have 7-way Shot fantzon1:0:FFC2FB:00:001:Get Small Wing Now! fantzon1:0:FFC2FB:01:001:Get Big Wing Now! fantzon1:0:FFC2FB:02:001:Get Jet Engine Now! fantzon1:0:FFC2FB:03:001:Get Turbo Engine Now! fantzon1:0:FFC2FB:04:001:Get Rocket Engine Now! fantzon1:0:FFC2EB:00:001:Get Single Bomb Now! fantzon1:0:FFC2EB:01:001:Get Twin Bomb Now! fantzon1:0:FFC2EB:02:001:Get Fire Bomb Now! fantzon1:0:FFC2EB:03:001:Get Smart Bomb Now! fantzon1:0:FFC2EB:04:001:Get Heavy Bomb Now! fantzon1:0:FFC2DB:00:001:Get Twin Shot Now! fantzon1:0:FFC2DB:01:001:Get Laser Beam Shot Now! fantzon1:0:FFC2DB:02:001:Get Wide Beam Shot Now! fantzon1:0:FFC2DB:03:001:Get 7-way Shot Now! fantzon1:0:FFC023:FF:001:Get All Parts Now! fantzon1:0:FFC025:FF:501:Get All Parts Now! (02/11) fantzon1:0:FFC027:FF:501:Get All Parts Now! (03/11) fantzon1:0:FFC029:FF:501:Get All Parts Now! (04/11) fantzon1:0:FFC043:FF:501:Get All Parts Now! (05/11) fantzon1:0:FFC045:FF:501:Get All Parts Now! (06/11) fantzon1:0:FFC047:FF:501:Get All Parts Now! (07/11) fantzon1:0:FFC063:FF:501:Get All Parts Now! (08/11) fantzon1:0:FFC065:0A:501:Get All Parts Now! (09/11) fantzon1:0:FFC067:0A:501:Get All Parts Now! (10/11) fantzon1:0:FFC069:0A:501:Get All Parts Now! (11/11) ; [ Fantasy Zone (set 2, unprotected) ] fantzone:0:FFC40C:99:000:Infinite Gold PL1 fantzone:0:FFC40D:99:500:Infinite Gold PL1 (2/4) fantzone:0:FFC40E:99:500:Infinite Gold PL1 (3/4) fantzone:0:FFC40F:99:500:Infinite Gold PL1 (4/4) fantzone:0:FFC41C:99:000:Infinite Gold PL2 fantzone:0:FFC41D:99:500:Infinite Gold PL2 (2/4) fantzone:0:FFC41E:99:500:Infinite Gold PL2 (3/4) fantzone:0:FFC41F:99:500:Infinite Gold PL2 (4/4) fantzone:0:FFC003:06:000:Infinite Lives :fantzone:20900000:008582:00004E71:FFFFFFFF:Invincibility :fantzone:20910000:00B134:00004E75:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :fantzone:00000000:FF03BB:00000001:FFFFFFFF:Rapid Fire - Shot :fantzone:00000000:FF03DB:00000001:FFFFFFFF:Rapid Fire - Bomb fantzone:0:FFC23B:10:021:Stage clear in 7 seconds Now! fantzone:0:FFC23B:80:021:Go to Parts Shop or Menu Now! fantzone:0:FFC23B:04:021:Switch to PL2 Now! fantzone:0:FFC23B:04:041:Switch to PL1 Now! fantzone:0:FFC23B:01:021:Switch DEMO Mode "ON" Now! fantzone:0:FFC23B:01:041:Switch DEMO Mode "OFF" Now! fantzone:0:FFC3FE:99:000:Infinite Shop Time fantzone:0:FFC00B:30:000:Infinite Menu Time fantzone:0:FFC4AD:FF:000:Infinite Weapon Time fantzone:0:FFC065:0A:000:Infinite Fire Bomb fantzone:0:FFC067:0A:000:Infinite Smart Bomb fantzone:0:FFC069:0A:000:Infinite Heavy Bomb fantzone:0:FFC2FB:00:000:Always have Small Wing fantzone:0:FFC2FB:01:000:Always have Big Wing fantzone:0:FFC2FB:02:000:Always have Jet Engine fantzone:0:FFC2FB:03:000:Always have Turbo Engine fantzone:0:FFC2FB:04:000:Always have Rocket Engine fantzone:0:FFC2EB:00:000:Always have Single Bomb fantzone:0:FFC2EB:01:000:Always have Twin Bomb fantzone:0:FFC2EB:02:000:Always have Fire Bomb fantzone:0:FFC2EB:03:000:Always have Smart Bomb fantzone:0:FFC2EB:04:000:Always have Heavy Bomb fantzone:0:FFC2DB:00:000:Always have Twin Shot fantzone:0:FFC2DB:01:000:Always have Laser Beam Shot fantzone:0:FFC2DB:02:000:Always have Wide Beam Shot fantzone:0:FFC2DB:03:000:Always have 7-way Shot fantzone:0:FFC2FB:00:001:Get Small Wing Now! fantzone:0:FFC2FB:01:001:Get Big Wing Now! fantzone:0:FFC2FB:02:001:Get Jet Engine Now! fantzone:0:FFC2FB:03:001:Get Turbo Engine Now! fantzone:0:FFC2FB:04:001:Get Rocket Engine Now! fantzone:0:FFC2EB:00:001:Get Single Bomb Now! fantzone:0:FFC2EB:01:001:Get Twin Bomb Now! fantzone:0:FFC2EB:02:001:Get Fire Bomb Now! fantzone:0:FFC2EB:03:001:Get Smart Bomb Now! fantzone:0:FFC2EB:04:001:Get Heavy Bomb Now! fantzone:0:FFC2DB:00:001:Get Twin Shot Now! fantzone:0:FFC2DB:01:001:Get Laser Beam Shot Now! fantzone:0:FFC2DB:02:001:Get Wide Beam Shot Now! fantzone:0:FFC2DB:03:001:Get 7-way Shot Now! fantzone:0:FFC023:FF:001:Get All Parts Now! fantzone:0:FFC025:FF:501:Get All Parts Now! (02/11) fantzone:0:FFC027:FF:501:Get All Parts Now! (03/11) fantzone:0:FFC029:FF:501:Get All Parts Now! (04/11) fantzone:0:FFC043:FF:501:Get All Parts Now! (05/11) fantzone:0:FFC045:FF:501:Get All Parts Now! (06/11) fantzone:0:FFC047:FF:501:Get All Parts Now! (07/11) fantzone:0:FFC063:FF:501:Get All Parts Now! (08/11) fantzone:0:FFC065:0A:501:Get All Parts Now! (09/11) fantzone:0:FFC067:0A:501:Get All Parts Now! (10/11) fantzone:0:FFC069:0A:501:Get All Parts Now! (11/11) ; [ Farmers Rebellion ] farmer:0:C068:99:000:Infinite Credits farmer:0:C146:07:000:Always One object to finish Area farmer:0:C146:07:001:One object to finish Area Now! farmer:0:C0AC:99:000:Infinite Lives PL1 farmer:0:C15E:04:020:Invincibility PL1 farmer:0:C0AD:99:000:Infinite Lives PL2 farmer:0:C16E:04:020:Invincibility PL2 ; [ Far West ] farwest:0:3270:0A:000:Infinite Lives farwest:0:3442:00:000:Infinite Time farwest:0:3604:03:000:Infinite Ammo farwest:0:3205:04:000:Invincibility farwest:0:0000:00:999:[Use these cheats with the ] farwest:0:0000:00:999:[Infinite Ammo cheat ON for ] farwest:0:0000:00:999:[the best effect!! ] farwest:0:3605:00:000:Always have Fire farwest:0:3605:01:000:Always have Rope farwest:0:3605:02:000:Always have Bomb farwest:0:3605:00:001:Get Fire Now! farwest:0:3605:01:001:Get Rope Now! farwest:0:3605:02:001:Get Bomb Now! ; [ Fast Freddie ] fastfred:0:C005:09:000:Infinite Lives PL1 fastfred:0:C391:00:000:Infinite Kick PL1 fastfred:0:C006:09:000:Infinite Lives PL2 fastfred:0:C392:00:000:Infinite Kick PL2 fastfred:0:C336:00:000:A Easier Game!! ; [ Fast Lane ] :fastlane:20800000:AAB9:00000039:FFFFFFFF:Invincibility fastlane:0:3400:FF:000:Infinite Lives PL1 fastlane:0:3440:FF:000:Infinite Lives PL2 ; [ Fatal Fury Special / Garou Densetsu Special (set 2) ] fatfursa:0:10092A:99:000:Infinite Time fatfursa:0:10092A:00:001:Finish Round Now! :fatfursa:20800000:024103:00000002:FFFFFFFF:Always Enable Special Move :fatfursa:00000000:10E063:000000FF:FFFFFFFF:Unlock Ryo Sakazaki :fatfursa:20910000:02094E:00004E71:FFFFFFFF:Unlock Ryo Sakazaki (3/3) :fatfursa:20910000:020BD2:00004E71:FFFFFFFF:Unlock Ryo Sakazaki (2/3) fatfursa:0:10049A:60:000:Infinite Energy PL1 fatfursa:0:10049A:00:001:Drain all Energy Now! PL1 :fatfursa:00000000:10FD96:00000000:00000010:Rapid Fire - Quick Punch PL1 :fatfursa:00000000:10FD96:00000000:00000020:Rapid Fire - Quick Kick PL1 :fatfursa:00000000:10FD96:00000000:00000040:Rapid Fire - Strong Punch PL1 :fatfursa:00000000:10FD96:00000000:00000080:Rapid Fire - Strong Kick PL1 fatfursa:0:10059A:60:000:Infinite Energy PL2 fatfursa:0:10059A:00:001:Drain all Energy Now! PL2 :fatfursa:00000000:10FD9C:00000000:00000010:Rapid Fire - Quick Punch PL2 :fatfursa:00000000:10FD9C:00000000:00000020:Rapid Fire - Quick Kick PL2 :fatfursa:00000000:10FD9C:00000000:00000040:Rapid Fire - Strong Punch PL2 :fatfursa:00000000:10FD9C:00000000:00000080:Rapid Fire - Strong Kick PL2 fatfursa:0:000000:00:999:[ Free player selection - Use it on the ] fatfursa:0:000000:00:999:[ selection screen ] fatfursa:0:101E93:10:001:Play with Ryo Sakazaki PL1 fatfursa:0:101F93:10:001:Play with Ryo Sakazaki PL2 :fatfursa:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fatfursa:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fatfursa:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fatal Fury Special / Garou Densetsu Special (set 1) ] fatfursp:0:10092A:99:000:Infinite Time fatfursp:0:10092A:00:001:Finish Round Now! :fatfursp:20800000:024103:00000002:FFFFFFFF:Always Enable Special Move :fatfursp:00000000:10E063:000000FF:FFFFFFFF:Unlock Ryo Sakazaki :fatfursp:20910000:02094E:00004E71:FFFFFFFF:Unlock Ryo Sakazaki (3/3) :fatfursp:20910000:020BD2:00004E71:FFFFFFFF:Unlock Ryo Sakazaki (2/3) fatfursp:0:10049A:60:000:Infinite Energy PL1 fatfursp:0:10049A:00:001:Drain all Energy Now! PL1 :fatfursp:00000000:10FD96:00000000:00000010:Rapid Fire - Quick Punch PL1 :fatfursp:00000000:10FD96:00000000:00000020:Rapid Fire - Quick Kick PL1 :fatfursp:00000000:10FD96:00000000:00000040:Rapid Fire - Strong Punch PL1 :fatfursp:00000000:10FD96:00000000:00000080:Rapid Fire - Strong Kick PL1 fatfursp:0:10059A:60:000:Infinite Energy PL2 fatfursp:0:10059A:00:001:Drain all Energy Now! PL2 :fatfursp:00000000:10FD9C:00000000:00000010:Rapid Fire - Quick Punch PL2 :fatfursp:00000000:10FD9C:00000000:00000020:Rapid Fire - Quick Kick PL2 :fatfursp:00000000:10FD9C:00000000:00000040:Rapid Fire - Strong Punch PL2 :fatfursp:00000000:10FD9C:00000000:00000080:Rapid Fire - Strong Kick PL2 fatfursp:0:000000:00:999:[ Free player selection - Use it on the ] fatfursp:0:000000:00:999:[ selection screen ] fatfursp:0:101E93:10:001:Play with Ryo Sakazaki PL1 fatfursp:0:101F93:10:001:Play with Ryo Sakazaki PL2 :fatfursp:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fatfursp:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fatfursp:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fatal Fury: Wild Ambition (rev.A) ] fatfurwa:0:0000:00:999:[ This game hasn't even ]:REASON 11 fatfurwa:0:0000:00:999:[ been looked at due to ]:REASON 11 fatfurwa:0:0000:00:999:[ time constraints - Too]:REASON 11 fatfurwa:0:0000:00:999:[ many games and so ]:REASON 11 fatfurwa:0:0000:00:999:[ little time. It is ]:REASON 11 fatfurwa:0:0000:00:999:[ even possible that ]:REASON 11 fatfurwa:0:0000:00:999:[ this game may be a ]:REASON 11 fatfurwa:0:0000:00:999:[ clone of an existing ]:REASON 11 fatfurwa:0:0000:00:999:[ game which may have ]:REASON 11 fatfurwa:0:0000:00:999:[ cheats. Please search ]:REASON 11 fatfurwa:0:0000:00:999:[ the cheat forums ]:REASON 11 fatfurwa:0:0000:00:999:[ before posting cheat ]:REASON 11 fatfurwa:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Fatal Fury - King of Fighters / Garou Densetsu - shukumei no tatakai ] fatfury1:0:1042F3:99:000:Infinite Time fatfury1:0:1042F5:FF:001:Quick Timer ON fatfury1:0:1042F5:1E:001:Quick Timer OFF fatfury1:0:1042F3:01:001:Finish this Round Now! fatfury1:0:1003B8:60:000:Infinite Energy PL1 fatfury1:0:1003B9:60:500:Infinite Energy PL1 (2/2) fatfury1:0:1003B8:01:001:Drain All Energy Now! PL1 fatfury1:0:1003B9:01:501:Drain All Energy Now! PL1 (2/2) fatfury1:0:000000:00:999:[ Free player selection-Can be used anytime! ] fatfury1:0:000000:00:999:[ May cause some glitches however. ] fatfury1:0:000000:00:999:[ Get a "normal" player during bonus rounds. ] fatfury1:0:100331:01:001:Play with Terry Bogard PL1 fatfury1:0:100331:02:001:Play with Andy Bogard PL1 fatfury1:0:100331:03:001:Play with Joe Higashi PL1 fatfury1:0:100331:04:001:Play with Duck King PL1 fatfury1:0:100331:05:001:Play with Richard Myer PL1 fatfury1:0:100331:06:001:Play with Michael Max PL1 fatfury1:0:100331:07:001:Play with Tung Fu Rue PL1 fatfury1:0:100331:08:001:Play with Hwa Jai PL1 fatfury1:0:100331:09:001:Play with Raiden PL1 fatfury1:0:100331:0A:001:Play with Billy Kane PL1 fatfury1:0:100331:0B:001:Play with Geese Howard PL1 fatfury1:0:100331:0C:001:Play with "Reverse" Myer PL1 fatfury1:0:100331:0D:001:Play with "Beast" Tung Fu Rue PL1 fatfury1:0:100331:0E:001:Play with "Drunk" Hwa Jai PL1 fatfury1:0:1004B8:60:000:Infinite Energy PL2 fatfury1:0:1004B9:60:500:Infinite Energy PL2 (2/2) fatfury1:0:1004B8:01:001:Drain All Energy Now! PL2 fatfury1:0:1004B9:01:501:Drain All Energy Now! PL2 (2/2) fatfury1:0:000000:00:999:[ Free player selection-Can be used anytime! ] fatfury1:0:000000:00:999:[ May cause some glitches however. ] fatfury1:0:000000:00:999:[ Get a "normal" player during bonus rounds. ] fatfury1:0:100431:01:001:Play with Terry Bogard PL2 fatfury1:0:100431:02:001:Play with Andy Bogard PL2 fatfury1:0:100431:03:001:Play with Joe Higashi PL2 fatfury1:0:100431:04:001:Play with Duck King PL2 fatfury1:0:100431:05:001:Play with Richard Myer PL2 fatfury1:0:100431:06:001:Play with Michael Max PL2 fatfury1:0:100431:07:001:Play with Tung Fu Rue PL2 fatfury1:0:100431:08:001:Play with Hwa Jai PL2 fatfury1:0:100431:09:001:Play with Raiden PL2 fatfury1:0:100431:0A:001:Play with Billy Kane PL2 fatfury1:0:100431:0B:001:Play with Geese Howard PL2 fatfury1:0:100431:0C:001:Play with "Reverse" Myer PL2 fatfury1:0:100431:0D:001:Play with "Beast" Tung Fu Rue PL2 fatfury1:0:100431:0E:001:Play with "Drunk" Hwa Jai PL2 fatfury1:0:1005B8:60:000:Infinite Energy CPU fatfury1:0:1005B9:60:500:Infinite Energy CPU (2/2) fatfury1:0:1005B8:01:001:Drain Energy Now! CPU fatfury1:0:1005B9:01:501:Drain Energy Now! CPU (2/2) fatfury1:0:000000:00:999:[ Free player selection-Can be used anytime! ] fatfury1:0:000000:00:999:[ May cause some glitches however. ] fatfury1:0:000000:00:999:[ Get a "normal" player during bonus rounds. ] fatfury1:0:100531:01:001:Play with Terry Bogard CPU fatfury1:0:100531:02:001:Play with Andy Bogard CPU fatfury1:0:100531:03:001:Play with Joe Higashi CPU fatfury1:0:100531:04:001:Play with Duck King CPU fatfury1:0:100531:05:001:Play with Richard Myer CPU fatfury1:0:100531:06:001:Play with Michael Max CPU fatfury1:0:100531:07:001:Play with Tung Fu Rue CPU fatfury1:0:100531:08:001:Play with Hwa Jai CPU fatfury1:0:100531:09:001:Play with Raiden CPU fatfury1:0:100531:0A:001:Play with Billy Kane CPU fatfury1:0:100531:0B:001:Play with Geese Howard CPU fatfury1:0:100531:0C:001:Play with "Reverse" Myer CPU fatfury1:0:100531:0D:001:Play with "Beast" Tung Fu Rue CPU fatfury1:0:100531:0E:001:Play with "Drunk" Hwa Jai CPU :fatfury1:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fatfury1:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fatfury1:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai ] fatfury2:0:10092A:99:000:Infinite Time fatfury2:0:10092A:00:001:Finish Round Now! :fatfury2:20800000:1A3F7:00000002:FFFFFFFF:Always Enable Special Move fatfury2:0:1003CB:60:000:Infinite Energy PL1 fatfury2:0:1003CB:00:001:Drain all Energy Now! PL1 fatfury2:0:000000:00:999:[ Free player selection - Use on the ] fatfury2:0:000000:00:999:[ selection screen. If it doesn't work, then ] fatfury2:0:000000:00:999:[ press F3 in order to reset the machine. ] fatfury2:0:102693:09:001:Play with Billy Kane PL1 fatfury2:0:102693:0A:001:Play with Axel Hawk PL1 fatfury2:0:102693:0B:001:Play with Laurence Blood PL1 fatfury2:0:102693:0C:001:Play with Wolfgang Krauser PL1 fatfury2:0:1004CB:60:000:Infinite Energy PL2 fatfury2:0:1004CB:00:001:Drain all Energy Now! PL2 fatfury2:0:000000:00:999:[ Free player selection - Use on the ] fatfury2:0:000000:00:999:[ selection screen. If it doesn't work, then ] fatfury2:0:000000:00:999:[ press F3 in order to reset the machine. ] fatfury2:0:102793:09:001:Play with Billy Kane PL2 fatfury2:0:102793:0A:001:Play with Axel Hawk PL2 fatfury2:0:102793:0B:001:Play with Laurence Blood PL2 fatfury2:0:102793:0C:001:Play with Wolfgang Krauser PL2 :fatfury2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fatfury2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fatfury2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fatal Fury 3 - Road to the Final Victory / Garou Densetsu 3 - haruka-naru tatakai ] fatfury3:0:105680:9A:000:Infinite Time fatfury3:0:105680:00:001:Finish Round Now! fatfury3:0:000000:00:999:[ Once you activate Easy Supers you can do ] fatfury3:0:000000:00:999:[ all the SDMs of any character (even the ] fatfury3:0:000000:00:999:[ hidden SDMs), all you have to do usually is ] fatfury3:0:000000:00:999:[ during play press down, down + A (DM), ] fatfury3:0:000000:00:999:[ down, down + C (SDM), some characters that ] fatfury3:0:000000:00:999:[ have more than 2 SDMs can use the B or D ] fatfury3:0:000000:00:999:[ buttons as well. ] fatfury3:0:10E001:01:000:Always have Easy Supers fatfury3:0:100489:78:000:Infinite Energy PL1 fatfury3:0:100489:00:001:Drain all Energy Now! PL1 :fatfury3:00000000:108A84:000000FF:FFFFFFFF:Eliminate SDM Conditions PL1:Should allow you to use SDMs in the same manner as DMs (ie. low life only, no special conditions) :fatfury3:20B10000:044B46:4E714E71:FFFFFFFF:Eliminate SDM Conditions PL1 (2/4) :fatfury3:20B10000:031D24:4E714E71:FFFFFFFF:Eliminate SDM Conditions PL1 (3/4) :fatfury3:00010000:108A86:000000FF:FFFFFFFF:Eliminate SDM Conditions PL1 (4/4) fatfury3:0:000000:00:999:[ Free player selection, Use between rounds ] fatfury3:0:10561D:01:000:Play with Terry Bogard PL1 fatfury3:0:10561D:02:000:Play with Andy Bogard PL1 fatfury3:0:10561D:03:000:Play with Joe Higashi PL1 fatfury3:0:10561D:04:000:Play with Mai Shiranui PL1 fatfury3:0:10561D:05:000:Play with Geese Howard PL1 fatfury3:0:10561D:06:000:Play with Sokaku PL1 fatfury3:0:10561D:07:000:Play with Bob Wilson PL1 fatfury3:0:10561D:08:000:Play with Hon Fu PL1 fatfury3:0:10561D:09:000:Play with Blue Mary PL1 fatfury3:0:10561D:0A:000:Play with Franco Bash PL1 fatfury3:0:10561D:0B:000:Play with Ryuji Yamazaki PL1 fatfury3:0:10561D:0C:000:Play with Jin Chonrei PL1 fatfury3:0:10561D:0D:000:Play with Jin Chonshu PL1 fatfury3:0:100589:78:000:Infinite Energy PL2 fatfury3:0:100589:00:001:Drain all Energy Now! PL2 :fatfury3:00000000:108A85:000000FF:FFFFFFFF:Eliminate SDM Conditions PL2:Should allow you to use SDMs in the same manner as DMs (ie. low life only, no special conditions) :fatfury3:20B10000:044B46:4E714E71:FFFFFFFF:Eliminate SDM Conditions PL2 (2/4) :fatfury3:20B10000:031D24:4E714E71:FFFFFFFF:Eliminate SDM Conditions PL2 (3/4) :fatfury3:00010000:108A87:000000FF:FFFFFFFF:Eliminate SDM Conditions PL2 (4/4) fatfury3:0:000000:00:999:[ Free player selection, Use between rounds ] fatfury3:0:10561F:01:000:Play with Terry Bogard PL2 fatfury3:0:10561F:02:000:Play with Andy Bogard PL2 fatfury3:0:10561F:03:000:Play with Joe Higashi PL2 fatfury3:0:10561F:04:000:Play with Mai Shiranui PL2 fatfury3:0:10561F:05:000:Play with Geese Howard PL2 fatfury3:0:10561F:06:000:Play with Sokaku PL2 fatfury3:0:10561F:07:000:Play with Bob Wilson PL2 fatfury3:0:10561F:08:000:Play with Hon Fu PL2 fatfury3:0:10561F:09:000:Play with Blue Mary PL2 fatfury3:0:10561F:0A:000:Play with Franco Bash PL2 fatfury3:0:10561F:0B:000:Play with Ryuji Yamazaki PL2 fatfury3:0:10561F:0C:000:Play with Jin Chonrei PL2 fatfury3:0:10561F:0D:000:Play with Jin Chonshu PL2 :fatfury3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fatfury3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fatfury3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fax ] :fax:20800000:8B9A:000000AD:FFFFFFFF:Infinite Time :fax:00010000:00A4:00000099:FFFFFFFF:Infinite Time (2/2) :fax:000000E6:00A7:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Fax (alt. questions) ] :faxa:20800000:8B9A:000000AD:FFFFFFFF:Infinite Time :faxa:00010000:00A4:00000099:FFFFFFFF:Infinite Time (2/2) :faxa:000000E6:00A7:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Football Frenzy ] fbfrenzy:0:100AD8:99:000:Infinite Time fbfrenzy:0:100AD9:99:500:Infinite Time (2/2) fbfrenzy:0:100AD8:00:001:Finish Quarter Now! fbfrenzy:0:100AD9:00:501:Finish Quarter Now! (2/2) fbfrenzy:0:104368:00:000:Score always zero PL1 fbfrenzy:0:104369:00:500:Score always zero PL1 (2/2) fbfrenzy:0:104368:99:000:Score always 99 PL1 fbfrenzy:0:104369:99:500:Score always 99 PL1 (2/2) fbfrenzy:0:104468:00:000:Score always zero PL2 fbfrenzy:0:104469:00:500:Score always zero PL2 (2/2) fbfrenzy:0:104468:99:000:Score always 99 PL2 fbfrenzy:0:104469:99:500:Score always 99 PL2 (2/2) :fbfrenzy:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fbfrenzy:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fbfrenzy:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Field Combat ] :fcombat:20800000:48A5:000000C9:FFFFFFFF:Invincibility :fcombat:20810000:6F73:000000C9:FFFFFFFF:Invincibility (2/2):1st Part against enemy, 2nd part against fire ; [ Final Crash (World, bootleg) ] fcrash:0:FF80AF:99:000:Infinite Time fcrash:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage fcrash:0:FF80BE:05:001:Go to Final Stage Now! fcrash:0:FF8701:00:000:One Hit to Kill Goons fcrash:0:FF87C1:00:500:One Hit to Kill Goons (02/13) fcrash:0:FF8881:00:500:One Hit to Kill Goons (03/13) fcrash:0:FF8941:00:500:One Hit to Kill Goons (04/13) fcrash:0:FF8A01:00:500:One Hit to Kill Goons (05/13) fcrash:0:FF8AC1:00:500:One Hit to Kill Goons (06/13) fcrash:0:FF8B81:00:500:One Hit to Kill Goons (07/13) fcrash:0:FF8C41:00:500:One Hit to Kill Goons (08/13) fcrash:0:FF8D01:00:500:One Hit to Kill Goons (09/13) fcrash:0:FF8DC1:00:500:One Hit to Kill Goons (10/13) fcrash:0:FF8E81:00:500:One Hit to Kill Goons (11/13) fcrash:0:FF8F41:00:500:One Hit to Kill Goons (12/13) fcrash:0:FF9001:00:500:One Hit to Kill Goons (13/13) :fcrash:00100001:FF9A80:00000008:FFFFFFFF:Kill Boss Faster Now! fcrash:0:FF85E8:09:000:Infinite Lives PL1 fcrash:0:FF85C9:FE:000:Invincibility PL1 fcrash:0:FF8581:90:000:Infinite Energy PL1 fcrash:0:FF860B:00:000:Punch Only Combo PL1 fcrash:0:FF860B:02:000:Bodyblow Only Combo PL1:Haggar Finish fcrash:0:FF860B:04:000:Cody Finish PL1:Haggar is Punch fcrash:0:FF860B:06:000:Guy Finish PL1:Cody & Haggar is Punch fcrash:0:FF8590:01:000:Action Speed Up PL1 fcrash:0:FF86A8:09:000:Infinite Lives PL2 fcrash:0:FF8689:FE:000:Invincibility PL2 fcrash:0:FF8641:90:000:Infinite Energy PL2 fcrash:0:FF86CB:00:000:Punch Only Combo PL2 fcrash:0:FF86CB:02:000:Bodyblow Only Combo PL2:Haggar Finish fcrash:0:FF86CB:04:000:Cody Finish PL2:Haggar is Punch fcrash:0:FF86CB:06:000:Guy Finish PL2:Cody & Haggar is Punch fcrash:0:FF8650:01:000:Action Speed Up PL2 ; [ Fever SOS (International) ] feversos:0:101731:09:000:Infinite Credits feversos:0:1052D9:04:071:Round Select :feversos:62000000:000000:00000000:00000000:Select Game Mode :feversos:00010000:105105:00000000:FFFFFFFF:Normal Mode :feversos:00010000:105105:00000001:FFFFFFFF:Time Attack Mode :feversos:00800000:104082:000000FF:FFFFFFFF:Unlock Secret Character PL1:Enable on the title screen feversos:0:1052C5:07:000:Infinite Lives PL1 feversos:0:105A3B:03:000:Infinite Bombs PL1 feversos:0:105A16:80:000:Invincibility PL1 feversos:0:105A35:06:000:Maximum Power PL1 feversos:0:105A41:05:500:Maximum Power PL1 feversos:0:105A45:04:500:Maximum Power PL1 feversos:0:105A36:00:000:Always have Fighter Type 1 PL1 feversos:0:105A36:08:000:Always have Fighter Type 2 PL1 feversos:0:105A36:10:000:Always have Fighter Type 3 PL1 feversos:0:105A34:00:000:Always have Powerful Type 1 PL1 feversos:0:105A34:08:000:Always have Powerful Type 2 PL1 feversos:0:105A34:10:000:Always have Powerful Type 3 PL1 feversos:0:105A30:1A:000:Always have Speed Type 1 PL1 feversos:0:105A30:1E:000:Always have Speed Type 2 PL1 feversos:0:105A30:29:000:Always have Speed Type 3 PL1 feversos:0:105A30:2D:000:Always have Speed Type 4 PL1 feversos:0:105A36:00:001:Get Fighter Type 1 Now! PL1 feversos:0:105A36:08:001:Get Fighter Type 2 Now! PL1 feversos:0:105A36:10:001:Get Fighter Type 3 Now! PL1 feversos:0:105A34:00:001:Get Powerful Type 1 Now! PL1 feversos:0:105A34:08:001:Get Powerful Type 2 Now! PL1 feversos:0:105A34:10:001:Get Powerful Type 3 Now! PL1 feversos:0:105A30:1A:001:Get Speed Type 1 Now! PL1 feversos:0:105A30:1E:001:Get Speed Type 2 Now! PL1 feversos:0:105A30:29:001:Get Speed Type 3 Now! PL1 feversos:0:105A30:2D:001:Get Speed Type 4 Now! PL1 :feversos:00800000:1040B0:000000FF:FFFFFFFF:Unlock Secret Character PL2:Enable on the title screen feversos:0:1052C7:07:000:Infinite Lives PL2 feversos:0:105A7B:03:000:Infinite Bombs PL2 feversos:0:105A56:80:000:Invincibility PL2 feversos:0:105A75:06:000:Maximum Power PL2 feversos:0:105A81:05:500:Maximum Power PL2 feversos:0:105A85:04:500:Maximum Power PL2 feversos:0:105A76:00:000:Always have Fighter Type 1 PL2 feversos:0:105A76:08:000:Always have Fighter Type 2 PL2 feversos:0:105A76:10:000:Always have Fighter Type 3 PL2 feversos:0:105A74:00:000:Always have Powerful Type 1 PL2 feversos:0:105A74:08:000:Always have Powerful Type 2 PL2 feversos:0:105A74:10:000:Always have Powerful Type 3 PL2 feversos:0:105A70:1A:000:Always have Speed Type 1 PL2 feversos:0:105A70:1E:000:Always have Speed Type 2 PL2 feversos:0:105A70:29:000:Always have Speed Type 3 PL2 feversos:0:105A70:2D:000:Always have Speed Type 4 PL2 feversos:0:105A76:00:001:Get Fighter Type 1 Now! PL2 feversos:0:105A76:08:001:Get Fighter Type 2 Now! PL2 feversos:0:105A76:10:001:Get Fighter Type 3 Now! PL2 feversos:0:105A74:00:001:Get Powerful Type 1 Now! PL2 feversos:0:105A74:08:001:Get Powerful Type 2 Now! PL2 feversos:0:105A74:10:001:Get Powerful Type 3 Now! PL2 feversos:0:105A70:1A:001:Get Speed Type 1 Now! PL2 feversos:0:105A70:1E:001:Get Speed Type 2 Now! PL2 feversos:0:105A70:29:001:Get Speed Type 3 Now! PL2 feversos:0:105A70:2D:001:Get Speed Type 4 Now! PL2 ; [ Fighting Fantasy (Japan) ] ffantasa:0:FF87FD:59:000:Infinite Time ffantasa:0:FF87FC:09:500:Infinite Time (2/2) ffantasa:0:FF87FD:00:001:Finish this Stage Now! ffantasa:0:FF87FC:00:501:Finish this Stage Now! (2/2) ffantasa:0:FF800D:08:001:End the game next stage:Enable during play! ffantasa:0:FF82F4:00:000:Always 1 hit to kill boss ffantasa:0:FF8324:00:500:Always 1 hit to kill boss (2/2) ffantasa:0:FF82F4:00:001:Kill Boss with 1 hit Now! ffantasa:0:FF8324:00:501:Kill Boss with 1 hit Now! (2/2) ffantasa:0:FF805E:05:000:Infinite Lives PL1 ffantasa:0:FF8032:20:000:Infinite Energy PL1 ffantasa:0:FF805C:20:500:Infinite Energy PL1 (2/2) ffantasa:0:FF8032:00:001:Drain All Energy Now! PL1 :ffantasa:60000000:00000:00000000:00000000:[ Invincibility cheat ONLY works ] :ffantasa:60000000:00000:00000000:00000000:[ on VS CPU mode. ] :ffantasa:20800000:13AB0:00000060:FFFFFFFF:Invincibility PL1 :ffantasa:20910000:1D1C8:00004E71:FFFFFFFF:Invincibility PL1 (2/4) :ffantasa:20910000:1D264:00004E71:FFFFFFFF:Invincibility PL1 (3/4) :ffantasa:20910000:1E2C4:00004E71:FFFFFFFF:Invincibility PL1 (4/4) ffantasa:0:FF8052:99:000:Infinite Gold PL1 ffantasa:0:FF8051:99:500:Infinite Gold PL1 (2/3) ffantasa:0:FF8050:99:500:Infinite Gold PL1 (3/3) ffantasa:0:FF805D:99:000:Infinite Necklaces PL1 ffantasa:0:000000:00:999:[These PL2 cheats are for a ] ffantasa:0:000000:00:999:[real player ONLY!! ] ffantasa:0:FF809E:05:000:Infinite Lives PL2 ffantasa:0:FF8072:20:000:Infinite Energy PL2 ffantasa:0:FF809C:20:500:Infinite Energy PL2 (2/2) ffantasa:0:FF8072:00:001:Drain All Energy Now! PL2 :ffantasa:60000000:00000:00000000:00000000:[ Invincibility cheat ONLY works ] :ffantasa:60000000:00000:00000000:00000000:[ on VS CPU mode. ] :ffantasa:20800000:13AB0:00000060:FFFFFFFF:Invincibility PL2 :ffantasa:20910000:1D4F2:00004E71:FFFFFFFF:Invincibility PL2 (2/4) :ffantasa:20910000:1D58E:00004E71:FFFFFFFF:Invincibility PL2 (3/4) :ffantasa:20910000:1E426:00004E71:FFFFFFFF:Invincibility PL2 (4/4) ffantasa:0:FF8092:99:000:Infinite Gold PL2 ffantasa:0:FF8091:99:500:Infinite Gold PL2 (2/3) ffantasa:0:FF8090:99:500:Infinite Gold PL2 (3/3) ffantasa:0:FF809D:99:000:Infinite Necklaces PL2 ; [ Fighting Fantasy (Japan revision 2) ] ffantasy:0:FF87FD:59:000:Infinite Time ffantasy:0:FF87FC:09:500:Infinite Time (2/2) ffantasy:0:FF87FD:00:001:Finish this Stage Now! ffantasy:0:FF87FC:00:501:Finish this Stage Now! (2/2) ffantasy:0:FF800D:08:001:End the game next stage:Enable during play! ffantasy:0:FF82F4:00:000:Always 1 hit to kill boss ffantasy:0:FF8324:00:500:Always 1 hit to kill boss (2/2) ffantasy:0:FF82F4:00:001:Kill Boss with 1 hit Now! ffantasy:0:FF8324:00:501:Kill Boss with 1 hit Now! (2/2) ffantasy:0:FF805E:05:000:Infinite Lives PL1 ffantasy:0:FF8032:20:000:Infinite Energy PL1 ffantasy:0:FF805C:20:500:Infinite Energy PL1 (2/2) ffantasy:0:FF8032:00:001:Drain All Energy Now! PL1 :ffantasy:60000000:00000:00000000:00000000:[ Invincibility cheat ONLY works ] :ffantasy:60000000:00000:00000000:00000000:[ on VS CPU mode. ] :ffantasy:20800000:13A7E:00000060:FFFFFFFF:Invincibility PL1 :ffantasy:20910000:1D196:00004E71:FFFFFFFF:Invincibility PL1 (2/4) :ffantasy:20910000:1D232:00004E71:FFFFFFFF:Invincibility PL1 (3/4) :ffantasy:20910000:1E292:00004E71:FFFFFFFF:Invincibility PL1 (4/4) ffantasy:0:FF8052:99:000:Infinite Gold PL1 ffantasy:0:FF8051:99:500:Infinite Gold PL1 (2/3) ffantasy:0:FF8050:99:500:Infinite Gold PL1 (3/3) ffantasy:0:FF805D:99:000:Infinite Necklaces PL1 ffantasy:0:000000:00:999:[These PL2 cheats are for a ] ffantasy:0:000000:00:999:[real player ONLY!! ] ffantasy:0:FF809E:05:000:Infinite Lives PL2 ffantasy:0:FF8072:20:000:Infinite Energy PL2 ffantasy:0:FF809C:20:500:Infinite Energy PL2 (2/2) ffantasy:0:FF8072:00:001:Drain All Energy Now! PL2 :ffantasy:60000000:00000:00000000:00000000:[ Invincibility cheat ONLY works ] :ffantasy:60000000:00000:00000000:00000000:[ on VS CPU mode. ] :ffantasy:20800000:13A7E:00000060:FFFFFFFF:Invincibility PL2 :ffantasy:20910000:1D4C0:00004E71:FFFFFFFF:Invincibility PL2 (2/4) :ffantasy:20910000:1D55C:00004E71:FFFFFFFF:Invincibility PL2 (3/4) :ffantasy:20910000:1E3F4:00004E71:FFFFFFFF:Invincibility PL2 (4/4) ffantasy:0:FF8092:99:000:Infinite Gold PL2 ffantasy:0:FF8091:99:500:Infinite Gold PL2 (2/3) ffantasy:0:FF8090:99:500:Infinite Gold PL2 (3/3) ffantasy:0:FF809D:99:000:Infinite Necklaces PL2 ; [ Final Fight (World) ] ffight:0:FF80AF:99:000:Infinite Time ffight:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage ffight:0:FF80BE:05:001:Go to Final Stage Now! ffight:0:FF8701:00:000:One Hit to Kill Goons ffight:0:FF87C1:00:500:One Hit to Kill Goons (02/13) ffight:0:FF8881:00:500:One Hit to Kill Goons (03/13) ffight:0:FF8941:00:500:One Hit to Kill Goons (04/13) ffight:0:FF8A01:00:500:One Hit to Kill Goons (05/13) ffight:0:FF8AC1:00:500:One Hit to Kill Goons (06/13) ffight:0:FF8B81:00:500:One Hit to Kill Goons (07/13) ffight:0:FF8C41:00:500:One Hit to Kill Goons (08/13) ffight:0:FF8D01:00:500:One Hit to Kill Goons (09/13) ffight:0:FF8DC1:00:500:One Hit to Kill Goons (10/13) ffight:0:FF8E81:00:500:One Hit to Kill Goons (11/13) ffight:0:FF8F41:00:500:One Hit to Kill Goons (12/13) ffight:0:FF9001:00:500:One Hit to Kill Goons (13/13) :ffight:00100001:FF9A80:00000008:FFFFFFFF:Kill Boss Faster Now! ffight:0:FF85E8:09:000:Infinite Lives PL1 ffight:0:FF85C9:FE:000:Invincibility PL1 ffight:0:FF8581:90:000:Infinite Energy PL1 ffight:0:FF860B:00:000:Punch Only Combo PL1 ffight:0:FF860B:02:000:Bodyblow Only Combo PL1:Haggar Finish ffight:0:FF860B:04:000:Cody Finish PL1:Haggar is Punch ffight:0:FF860B:06:000:Guy Finish PL1:Cody & Haggar is Punch ffight:0:FF8590:01:000:Action Speed Up PL1 ffight:0:FF86A8:09:000:Infinite Lives PL2 ffight:0:FF8689:FE:000:Invincibility PL2 ffight:0:FF8641:90:000:Infinite Energy PL2 ffight:0:FF86CB:00:000:Punch Only Combo PL2 ffight:0:FF86CB:02:000:Bodyblow Only Combo PL2:Haggar Finish ffight:0:FF86CB:04:000:Cody Finish PL2:Haggar is Punch ffight:0:FF86CB:06:000:Guy Finish PL2:Cody & Haggar is Punch ffight:0:FF8650:01:000:Action Speed Up PL2 ; [ Final Fight (Japan) ] ffightj:0:FF80AF:99:000:Infinite Time ffightj:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage ffightj:0:FF80BE:05:001:Go to Final Stage Now! ffightj:0:FF8701:00:000:One Hit to Kill Goons ffightj:0:FF87C1:00:500:One Hit to Kill Goons (02/13) ffightj:0:FF8881:00:500:One Hit to Kill Goons (03/13) ffightj:0:FF8941:00:500:One Hit to Kill Goons (04/13) ffightj:0:FF8A01:00:500:One Hit to Kill Goons (05/13) ffightj:0:FF8AC1:00:500:One Hit to Kill Goons (06/13) ffightj:0:FF8B81:00:500:One Hit to Kill Goons (07/13) ffightj:0:FF8C41:00:500:One Hit to Kill Goons (08/13) ffightj:0:FF8D01:00:500:One Hit to Kill Goons (09/13) ffightj:0:FF8DC1:00:500:One Hit to Kill Goons (10/13) ffightj:0:FF8E81:00:500:One Hit to Kill Goons (11/13) ffightj:0:FF8F41:00:500:One Hit to Kill Goons (12/13) ffightj:0:FF9001:00:500:One Hit to Kill Goons (13/13) :ffightj:00100001:FF9A80:00000008:FFFFFFFF:Kill Boss Faster Now! ffightj:0:FF85E8:09:000:Infinite Lives PL1 ffightj:0:FF85C9:FE:000:Invincibility PL1 ffightj:0:FF8581:90:000:Infinite Energy PL1 ffightj:0:FF860B:00:000:Punch Only Combo PL1 ffightj:0:FF860B:02:000:Bodyblow Only Combo PL1:Haggar Finish ffightj:0:FF860B:04:000:Cody Finish PL1:Haggar is Punch ffightj:0:FF860B:06:000:Guy Finish PL1:Cody & Haggar is Punch ffightj:0:FF8590:01:000:Action Speed Up PL1 ffightj:0:FF86A8:09:000:Infinite Lives PL2 ffightj:0:FF8689:FE:000:Invincibility PL2 ffightj:0:FF8641:90:000:Infinite Energy PL2 ffightj:0:FF86CB:00:000:Punch Only Combo PL2 ffightj:0:FF86CB:02:000:Bodyblow Only Combo PL2:Haggar Finish ffightj:0:FF86CB:04:000:Cody Finish PL2:Haggar is Punch ffightj:0:FF86CB:06:000:Guy Finish PL2:Cody & Haggar is Punch ffightj:0:FF8650:01:000:Action Speed Up PL2 ; [ Final Fight (Japan 900305) ] ffightj1:0:FF80AF:99:000:Infinite Time ffightj1:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage ffightj1:0:FF80BE:05:001:Go to Final Stage Now! ffightj1:0:FF8701:00:000:One Hit to Kill Goons ffightj1:0:FF87C1:00:500:One Hit to Kill Goons (02/13) ffightj1:0:FF8881:00:500:One Hit to Kill Goons (03/13) ffightj1:0:FF8941:00:500:One Hit to Kill Goons (04/13) ffightj1:0:FF8A01:00:500:One Hit to Kill Goons (05/13) ffightj1:0:FF8AC1:00:500:One Hit to Kill Goons (06/13) ffightj1:0:FF8B81:00:500:One Hit to Kill Goons (07/13) ffightj1:0:FF8C41:00:500:One Hit to Kill Goons (08/13) ffightj1:0:FF8D01:00:500:One Hit to Kill Goons (09/13) ffightj1:0:FF8DC1:00:500:One Hit to Kill Goons (10/13) ffightj1:0:FF8E81:00:500:One Hit to Kill Goons (11/13) ffightj1:0:FF8F41:00:500:One Hit to Kill Goons (12/13) ffightj1:0:FF9001:00:500:One Hit to Kill Goons (13/13) :ffightj1:00100001:FF9A80:00000008:FFFFFFFF:Kill Boss Faster Now! ffightj1:0:FF85E8:09:000:Infinite Lives PL1 ffightj1:0:FF85C9:FE:000:Invincibility PL1 ffightj1:0:FF8581:90:000:Infinite Energy PL1 ffightj1:0:FF860B:00:000:Punch Only Combo PL1 ffightj1:0:FF860B:02:000:Bodyblow Only Combo PL1:Haggar Finish ffightj1:0:FF860B:04:000:Cody Finish PL1:Haggar is Punch ffightj1:0:FF860B:06:000:Guy Finish PL1:Cody & Haggar is Punch ffightj1:0:FF8590:01:000:Action Speed Up PL1 ffightj1:0:FF86A8:09:000:Infinite Lives PL2 ffightj1:0:FF8689:FE:000:Invincibility PL2 ffightj1:0:FF8641:90:000:Infinite Energy PL2 ffightj1:0:FF86CB:00:000:Punch Only Combo PL2 ffightj1:0:FF86CB:02:000:Bodyblow Only Combo PL2:Haggar Finish ffightj1:0:FF86CB:04:000:Cody Finish PL2:Haggar is Punch ffightj1:0:FF86CB:06:000:Guy Finish PL2:Cody & Haggar is Punch ffightj1:0:FF8650:01:000:Action Speed Up PL2 ; [ Final Fight (US 900112) ] ffightu:0:FF80AF:99:000:Infinite Time ffightu:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage ffightu:0:FF80BE:05:001:Go to Final Stage Now! ffightu:0:FF8701:00:000:One Hit to Kill Goons ffightu:0:FF87C1:00:500:One Hit to Kill Goons (02/13) ffightu:0:FF8881:00:500:One Hit to Kill Goons (03/13) ffightu:0:FF8941:00:500:One Hit to Kill Goons (04/13) ffightu:0:FF8A01:00:500:One Hit to Kill Goons (05/13) ffightu:0:FF8AC1:00:500:One Hit to Kill Goons (06/13) ffightu:0:FF8B81:00:500:One Hit to Kill Goons (07/13) ffightu:0:FF8C41:00:500:One Hit to Kill Goons (08/13) ffightu:0:FF8D01:00:500:One Hit to Kill Goons (09/13) ffightu:0:FF8DC1:00:500:One Hit to Kill Goons (10/13) ffightu:0:FF8E81:00:500:One Hit to Kill Goons (11/13) ffightu:0:FF8F41:00:500:One Hit to Kill Goons (12/13) ffightu:0:FF9001:00:500:One Hit to Kill Goons (13/13) :ffightu:00100001:FF9A80:00000008:FFFFFFFF:Kill Boss Faster Now! ffightu:0:FF85E8:09:000:Infinite Lives PL1 ffightu:0:FF85C9:FE:000:Invincibility PL1 ffightu:0:FF8581:90:000:Infinite Energy PL1 ffightu:0:FF860B:00:000:Punch Only Combo PL1 ffightu:0:FF860B:02:000:Bodyblow Only Combo PL1:Haggar Finish ffightu:0:FF860B:04:000:Cody Finish PL1:Haggar is Punch ffightu:0:FF860B:06:000:Guy Finish PL1:Cody & Haggar is Punch ffightu:0:FF8590:01:000:Action Speed Up PL1 ffightu:0:FF86A8:09:000:Infinite Lives PL2 ffightu:0:FF8689:FE:000:Invincibility PL2 ffightu:0:FF8641:90:000:Infinite Energy PL2 ffightu:0:FF86CB:00:000:Punch Only Combo PL2 ffightu:0:FF86CB:02:000:Bodyblow Only Combo PL2:Haggar Finish ffightu:0:FF86CB:04:000:Cody Finish PL2:Haggar is Punch ffightu:0:FF86CB:06:000:Guy Finish PL2:Cody & Haggar is Punch ffightu:0:FF8650:01:000:Action Speed Up PL2 ; [ Final Fight (US 900613) ] ffightua:0:FF80AF:99:000:Infinite Time ffightua:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage ffightua:0:FF80BE:05:001:Go to Final Stage Now! ffightua:0:FF8701:00:000:One Hit to Kill Goons ffightua:0:FF87C1:00:500:One Hit to Kill Goons (02/13) ffightua:0:FF8881:00:500:One Hit to Kill Goons (03/13) ffightua:0:FF8941:00:500:One Hit to Kill Goons (04/13) ffightua:0:FF8A01:00:500:One Hit to Kill Goons (05/13) ffightua:0:FF8AC1:00:500:One Hit to Kill Goons (06/13) ffightua:0:FF8B81:00:500:One Hit to Kill Goons (07/13) ffightua:0:FF8C41:00:500:One Hit to Kill Goons (08/13) ffightua:0:FF8D01:00:500:One Hit to Kill Goons (09/13) ffightua:0:FF8DC1:00:500:One Hit to Kill Goons (10/13) ffightua:0:FF8E81:00:500:One Hit to Kill Goons (11/13) ffightua:0:FF8F41:00:500:One Hit to Kill Goons (12/13) ffightua:0:FF9001:00:500:One Hit to Kill Goons (13/13) :ffightua:00100001:FF9A80:00000008:FFFFFFFF:Kill Boss Faster Now! ffightua:0:FF85E8:09:000:Infinite Lives PL1 ffightua:0:FF85C9:FE:000:Invincibility PL1 ffightua:0:FF8581:90:000:Infinite Energy PL1 ffightua:0:FF860B:00:000:Punch Only Combo PL1 ffightua:0:FF860B:02:000:Bodyblow Only Combo PL1:Haggar Finish ffightua:0:FF860B:04:000:Cody Finish PL1:Haggar is Punch ffightua:0:FF860B:06:000:Guy Finish PL1:Cody & Haggar is Punch ffightua:0:FF8590:01:000:Action Speed Up PL1 ffightua:0:FF86A8:09:000:Infinite Lives PL2 ffightua:0:FF8689:FE:000:Invincibility PL2 ffightua:0:FF8641:90:000:Infinite Energy PL2 ffightua:0:FF86CB:00:000:Punch Only Combo PL2 ffightua:0:FF86CB:02:000:Bodyblow Only Combo PL2:Haggar Finish ffightua:0:FF86CB:04:000:Cody Finish PL2:Haggar is Punch ffightua:0:FF86CB:06:000:Guy Finish PL2:Cody & Haggar is Punch ffightua:0:FF8650:01:000:Action Speed Up PL2 ; [ Final Fight Revenge (JUET 990714 V1.000) ] ffreveng:0:0000:00:999:[ There are no cheats ]:REASON 1 ffreveng:0:0000:00:999:[ for this game as it ]:REASON 1 ffreveng:0:0000:00:999:[ didn't work the last ]:REASON 1 ffreveng:0:0000:00:999:[ time it was tested. ]:REASON 1 ffreveng:0:0000:00:999:[ If the game now works ]:REASON 1 ffreveng:0:0000:00:999:[ please request cheats ]:REASON 1 ffreveng:0:0000:00:999:[ for it on the cheat ]:REASON 1 ffreveng:0:0000:00:999:[ forums. ]:REASON 1 ; [ Fighter & Attacker (US) ] fghtatck:0:001043:09:000:Infinite Credits fghtatck:0:0013B5:09:000:Infinite Energy PL1 :fghtatck:60000000:000000:00000000:00000000:[ You can't rescue a hostage ] :fghtatck:60000000:000000:00000000:00000000:[ during invincibility. ] :fghtatck:00000000:0013A4:00000001:00000001:Invincibility PL1 :fghtatck:00010000:0013A7:0000000C:FFFFFFFF:Invincibility PL1 (2/3) :fghtatck:00010000:0013AB:00000002:FFFFFFFF:Invincibility PL1 (2/3) :fghtatck:00000000:0170A4:00000000:00000010:Rapid Fire - Air (Normal) PL1 :fghtatck:00000000:0170A4:00000000:00000010:Rapid Fire - Air (Special) PL1 :fghtatck:00110000:0013BC:00000000:FFFFFFFF:Rapid Fire - Air (Special) PL1 (2/2) :fghtatck:00000000:0170A4:00000000:00000020:Rapid Fire - Surface Nr. PL1 :fghtatck:00000000:0170A4:00000000:00000020:Rapid Fire - Surface Sp. PL1 :fghtatck:00110000:0013B6:00000000:FFFFFFFF:Rapid Fire - Surface Sp. PL1 (2/2) fghtatck:0:00143F:09:000:Infinite Energy PL2 :fghtatck:60000000:000000:00000000:00000000:[ You can't rescue a hostage ] :fghtatck:60000000:000000:00000000:00000000:[ during invincibility. ] :fghtatck:00000000:00142E:00000001:00000001:Invincibility PL2 :fghtatck:00010000:001431:0000000C:FFFFFFFF:Invincibility PL2 (2/3) :fghtatck:00010000:001435:00000002:FFFFFFFF:Invincibility PL2 (3/3) :fghtatck:00000000:0170A5:00000000:00000010:Rapid Fire - Air (Normal) PL2 :fghtatck:00000000:0170A5:00000000:00000010:Rapid Fire - Air (Special) PL2 :fghtatck:00110000:001446:00000000:FFFFFFFF:Rapid Fire - Air (Special) PL2 (2/2) :fghtatck:00000000:0170A5:00000000:00000020:Rapid Fire - Surface Nr. PL2 :fghtatck:00000000:0170A5:00000000:00000020:Rapid Fire - Surface Sp. PL2 :fghtatck:00110000:001440:00000000:FFFFFFFF:Rapid Fire - Surface Sp. PL2 (2/2) ; [ Fighting Basketball ] fghtbskt:0:0000:00:999:[ This game hasn't even ]:REASON 11 fghtbskt:0:0000:00:999:[ been looked at due to ]:REASON 11 fghtbskt:0:0000:00:999:[ time constraints - Too]:REASON 11 fghtbskt:0:0000:00:999:[ many games and so ]:REASON 11 fghtbskt:0:0000:00:999:[ little time. It is ]:REASON 11 fghtbskt:0:0000:00:999:[ even possible that ]:REASON 11 fghtbskt:0:0000:00:999:[ this game may be a ]:REASON 11 fghtbskt:0:0000:00:999:[ clone of an existing ]:REASON 11 fghtbskt:0:0000:00:999:[ game which may have ]:REASON 11 fghtbskt:0:0000:00:999:[ cheats. Please search ]:REASON 11 fghtbskt:0:0000:00:999:[ the cheat forums ]:REASON 11 fghtbskt:0:0000:00:999:[ before posting cheat ]:REASON 11 fghtbskt:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Fighter's History (US) ] :fghthist:00000000:0100184:00000063:FFFFFFFF:Infinite Credits :fghthist:00000000:01009E5:00000063:FFFFFFFF:Infinite Time :fghthist:00000001:01009E5:00000000:FFFFFFFF:Finish this Round Now! :fghthist:00000000:01005DC:000000FF:FFFFFFFF:Infinite Energy PL1 :fghthist:00010000:0100A00:000000FF:FFFFFFFF:Infinite Energy PL1 (2/2) :fghthist:00000001:01005DC:00000000:FFFFFFFF:Drain All Energy Now! PL1 :fghthist:00010001:0100A00:00000000:FFFFFFFF:Drain All Energy Now! PL1 (2/2) :fghthist:00000000:01005DD:000000FF:FFFFFFFF:Infinite Energy PL2 :fghthist:00010000:0100B00:000000FF:FFFFFFFF:Infinite Energy PL2 (2/2) :fghthist:00000001:01005DD:00000000:FFFFFFFF:Drain All Energy Now! PL2 :fghthist:00010001:0100B00:00000000:FFFFFFFF:Drain All Energy Now! PL2 (2/2) ; [ Fighter's History (US Alternate Hardware) ] :fghthsta:00000000:0100184:00000063:FFFFFFFF:Infinite Credits :fghthsta:00000000:01009E5:00000063:FFFFFFFF:Infinite Time :fghthsta:00000001:01009E5:00000000:FFFFFFFF:Finish this Round Now! :fghthsta:00000000:01005DC:000000FF:FFFFFFFF:Infinite Energy PL1 :fghthsta:00010000:0100A00:000000FF:FFFFFFFF:Infinite Energy PL1 (2/2) :fghthsta:00000001:01005DC:00000000:FFFFFFFF:Drain All Energy Now! PL1 :fghthsta:00010001:0100A00:00000000:FFFFFFFF:Drain All Energy Now! PL1 (2/2) :fghthsta:00000000:01005DD:000000FF:FFFFFFFF:Infinite Energy PL2 :fghthsta:00010000:0100B00:000000FF:FFFFFFFF:Infinite Energy PL2 (2/2) :fghthsta:00000001:01005DD:00000000:FFFFFFFF:Drain All Energy Now! PL2 :fghthsta:00010001:0100B00:00000000:FFFFFFFF:Drain All Energy Now! PL2 (2/2) ; [ Fighter's History (World) ] :fghthstw:00000000:0100184:00000063:FFFFFFFF:Infinite Credits :fghthstw:00000000:01009E5:00000063:FFFFFFFF:Infinite Time :fghthstw:00000001:01009E5:00000000:FFFFFFFF:Finish this Round Now! :fghthstw:00000000:01005DC:000000FF:FFFFFFFF:Infinite Energy PL1 :fghthstw:00010000:0100A00:000000FF:FFFFFFFF:Infinite Energy PL1 (2/2) :fghthstw:00000001:01005DC:00000000:FFFFFFFF:Drain All Energy Now! PL1 :fghthstw:00010001:0100A00:00000000:FFFFFFFF:Drain All Energy Now! PL1 (2/2) :fghthstw:00000000:01005DD:000000FF:FFFFFFFF:Infinite Energy PL2 :fghthstw:00010000:0100B00:000000FF:FFFFFFFF:Infinite Energy PL2 (2/2) :fghthstw:00000001:01005DD:00000000:FFFFFFFF:Drain All Energy Now! PL2 :fghthstw:00010001:0100B00:00000000:FFFFFFFF:Drain All Energy Now! PL2 (2/2) ; [ Field Goal ] :fgoal:00000000:0018:00000099:FFFFFFFF:Infinite Credits :fgoal:00000000:000D:00000009:FFFFFFFF:Infinite Lives :fgoal:00000000:005A:00000000:FFFFFFFF:Bat Never Reduces in Size:If you leave the bat stationary as you get the bonus the bat will reduce but as soon as you move it, it'll return to it`s maximum/starting size. :fgoal:20A00000:B9D6:007D000C:FFFFFFFF:Auto Bouncing a Ball :fgoal:20910000:B9D9:00002B03:FFFFFFFF:Auto Bouncing a Ball (2/4):1st = tst $0c, 2nd = bmi $B9DE :fgoal:20A10000:B9DB:0070000C:FFFFFFFF:Auto Bouncing a Ball (3/4):neg $0C :fgoal:20910000:B9DE:0000200D:FFFFFFFF:Auto Bouncing a Ball (4/4):bra $B9ED ; [ Field Goal (different) ] :fgoala:00000000:0018:00000099:FFFFFFFF:Infinite Credits :fgoala:00000000:000D:00000009:FFFFFFFF:Infinite Lives :fgoala:00000000:005A:00000000:FFFFFFFF:Bat Never Reduces in Size:If you leave the bat stationary as you get the bonus the bat will reduce but as soon as you move it, it'll return to it`s maximum/starting size. :fgoala:20A00000:BA51:007D000C:FFFFFFFF:Auto Bouncing a Ball :fgoala:20910000:BA54:00002B03:FFFFFFFF:Auto Bouncing a Ball (2/4):1st = tst $0c, 2nd = bmi $BA59 :fgoala:20A10000:BA56:0070000C:FFFFFFFF:Auto Bouncing a Ball (3/4):neg $0C :fgoala:20910000:BA59:000020EA:FFFFFFFF:Auto Bouncing a Ball (4/4):bra $BA45 ; [ Fighting Layer (FTL0/VER.A) ] :fgtlayer:00000000:1F083900:00000009:FFFFFFFF:Infinite Credits :fgtlayer:00000000:00335430:00000063:FFFFFFFF:Infinite Time fgtlayer:0:00335430:00:001:Finish this Round Now! :fgtlayer:00000000:0034BC44:000000C8:FFFFFFFF:Infinite Energy PL1 :fgtlayer:00000001:0034BC44:00000000:FFFFFFFF:Drain All Energy Now! PL1 :fgtlayer:00000000:0034BC45:00000096:FFFFFFFF:Infinite Power PL1 :fgtlayer:00000001:0034BC45:00000000:FFFFFFFF:Drain All Power Now! PL1 :fgtlayer:00000000:0034BC2B:00000000:00000008:Rapid Fire - Weak Punch PL1 :fgtlayer:00000000:0034BC2B:00000000:00000001:Rapid Fire - Middle Punch PL1 :fgtlayer:00000000:0034BC2A:00000000:00000080:Rapid Fire - Strong Punch PL1 :fgtlayer:00000000:0034BC2B:00000000:00000004:Rapid Fire - Weak Kick PL1 :fgtlayer:00000000:0034BC2B:00000000:00000002:Rapid Fire - Middle Kick PL1 :fgtlayer:00000000:0034BC2A:00000000:00000040:Rapid Fire - Strong Kick PL1 :fgtlayer:00000000:0034D7C0:000000C8:FFFFFFFF:Infinite Energy PL2 :fgtlayer:00000001:0034D7C0:00000000:FFFFFFFF:Drain All Energy Now! PL2 :fgtlayer:00000000:0034D7C1:00000096:FFFFFFFF:Infinite Power PL2 :fgtlayer:00000001:0034D7C1:00000000:FFFFFFFF:Drain All Power Now! PL2 :fgtlayer:00000000:0034D7A7:00000000:00000008:Rapid Fire - Weak Punch PL2 :fgtlayer:00000000:0034D7A7:00000000:00000001:Rapid Fire - Middle Punch PL2 :fgtlayer:00000000:0034D7A6:00000000:00000080:Rapid Fire - Strong Punch PL2 :fgtlayer:00000000:0034D7A7:00000000:00000004:Rapid Fire - Weak Kick PL2 :fgtlayer:00000000:0034D7A7:00000000:00000002:Rapid Fire - Middle Kick PL2 :fgtlayer:00000000:0034D7A6:00000000:00000040:Rapid Fire - Strong Kick PL2 :fgtlayer:00200001:1F14015A:00FF00FF:FFFFFFFF:Unlock Secret Characters (NVRAM):Unlock All Characters Now!:Reset the game to see any effect after you've set it. This value is saved in fgtlayer.nv file after you've exited MAME. So you must NOT set it on every boot. :fgtlayer:00200001:1F14015A:00000000:FFFFFFFF:Lock Secret Characters (NVRAM):Unlock All Characters Now!:Reset the game to see any effect after you've set it. This value is saved in fgtlayer.nv file after you've exited MAME. So you must NOT set it on every boot. ; [ Fighting Hawk (World) ] fhawk:0:9012:09:000:Infinite Bombs fhawk:0:9010:07:000:Maximum fire power fhawk:0:9013:00:000:Invincibility fhawk:0:9001:0A:062:Select Next level fhawk:0:9001:0A:072:Select current level fhawk:0:A249:0A:000:Infinite Lives PL1 fhawk:0:A24D:0A:000:Infinite Lives PL2 ; [ Fighting Hawk (Japan) ] fhawkj:0:9012:09:000:Infinite Bombs fhawkj:0:9010:07:000:Maximum fire power fhawkj:0:9013:00:000:Invincibility fhawkj:0:9001:0A:062:Select Next level fhawkj:0:9001:0A:072:Select current level fhawkj:0:A249:0A:000:Infinite Lives PL1 fhawkj:0:A24D:0A:000:Infinite Lives PL2 ; [ Funky Head Boxers (JUETBKAL 951218 V1.000) ] fhboxers:0:0000:00:999:[ There are no cheats ]:REASON 1 fhboxers:0:0000:00:999:[ for this game as it ]:REASON 1 fhboxers:0:0000:00:999:[ didn't work the last ]:REASON 1 fhboxers:0:0000:00:999:[ time it was tested. ]:REASON 1 fhboxers:0:0000:00:999:[ If the game now works ]:REASON 1 fhboxers:0:0000:00:999:[ please request cheats ]:REASON 1 fhboxers:0:0000:00:999:[ for it on the cheat ]:REASON 1 fhboxers:0:0000:00:999:[ forums. ]:REASON 1 ; [ Field Day ] fieldday:0:A238:03:000:Infinite Lives PL1 fieldday:0:A239:03:000:Infinite Lives PL2 fieldday:0:A23A:03:000:Infinite Lives PL3 fieldday:0:A23B:03:000:Infinite Lives PL4 ; [ Fight Fever (set 1) ] fightfev:0:108110:99:000:Infinite Time:Turn OFF at the beginning of the bonus round fightfev:0:108110:00:001:Finish Round Now! fightfev:0:10C602:78:000:Infinite Energy PL1 fightfev:0:10C602:00:001:Drain all Energy Now! PL1 fightfev:0:10C702:78:000:Infinite Energy PL2 fightfev:0:10C702:00:001:Drain all Energy Now! PL2 :fightfev:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fightfev:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fightfev:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fight Fever (set 2) ] fightfva:0:108110:99:000:Infinite Time:Turn OFF at the beginning of the bonus round fightfva:0:108110:00:001:Finish Round Now! fightfva:0:10C602:78:000:Infinite Energy PL1 fightfva:0:10C602:00:001:Drain all Energy Now! PL1 fightfva:0:10C702:78:000:Infinite Energy PL2 fightfva:0:10C702:00:001:Drain all Energy Now! PL2 :fightfva:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fightfva:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fightfva:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fighting Roller ] fightrol:0:C000:99:000:Infinite Credits fightrol:0:C317:01:000:Infinite Time fightrol:0:0000:00:999:[ See the Dip Switch Menu to ] fightrol:0:0000:00:999:[ enable Invincibility. ] fightrol:0:C00C:09:000:Infinite Lives PL1 fightrol:0:C00D:09:000:Infinite Lives PL2 ; [ Final Lap 2 ] finalap2:0:0000:00:999:[ This game hasn't even ]:REASON 11 finalap2:0:0000:00:999:[ been looked at due to ]:REASON 11 finalap2:0:0000:00:999:[ time constraints - Too]:REASON 11 finalap2:0:0000:00:999:[ many games and so ]:REASON 11 finalap2:0:0000:00:999:[ little time. It is ]:REASON 11 finalap2:0:0000:00:999:[ even possible that ]:REASON 11 finalap2:0:0000:00:999:[ this game may be a ]:REASON 11 finalap2:0:0000:00:999:[ clone of an existing ]:REASON 11 finalap2:0:0000:00:999:[ game which may have ]:REASON 11 finalap2:0:0000:00:999:[ cheats. Please search ]:REASON 11 finalap2:0:0000:00:999:[ the cheat forums ]:REASON 11 finalap2:0:0000:00:999:[ before posting cheat ]:REASON 11 finalap2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Lap 3 (World) ] finalap3:0:0000:00:999:[ This game hasn't even ]:REASON 11 finalap3:0:0000:00:999:[ been looked at due to ]:REASON 11 finalap3:0:0000:00:999:[ time constraints - Too]:REASON 11 finalap3:0:0000:00:999:[ many games and so ]:REASON 11 finalap3:0:0000:00:999:[ little time. It is ]:REASON 11 finalap3:0:0000:00:999:[ even possible that ]:REASON 11 finalap3:0:0000:00:999:[ this game may be a ]:REASON 11 finalap3:0:0000:00:999:[ clone of an existing ]:REASON 11 finalap3:0:0000:00:999:[ game which may have ]:REASON 11 finalap3:0:0000:00:999:[ cheats. Please search ]:REASON 11 finalap3:0:0000:00:999:[ the cheat forums ]:REASON 11 finalap3:0:0000:00:999:[ before posting cheat ]:REASON 11 finalap3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Lap (Rev C) ] finalapc:0:0000:00:999:[ This game hasn't even ]:REASON 11 finalapc:0:0000:00:999:[ been looked at due to ]:REASON 11 finalapc:0:0000:00:999:[ time constraints - Too]:REASON 11 finalapc:0:0000:00:999:[ many games and so ]:REASON 11 finalapc:0:0000:00:999:[ little time. It is ]:REASON 11 finalapc:0:0000:00:999:[ even possible that ]:REASON 11 finalapc:0:0000:00:999:[ this game may be a ]:REASON 11 finalapc:0:0000:00:999:[ clone of an existing ]:REASON 11 finalapc:0:0000:00:999:[ game which may have ]:REASON 11 finalapc:0:0000:00:999:[ cheats. Please search ]:REASON 11 finalapc:0:0000:00:999:[ the cheat forums ]:REASON 11 finalapc:0:0000:00:999:[ before posting cheat ]:REASON 11 finalapc:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Lap (Rev D) ] finalapd:0:0000:00:999:[ This game hasn't even ]:REASON 11 finalapd:0:0000:00:999:[ been looked at due to ]:REASON 11 finalapd:0:0000:00:999:[ time constraints - Too]:REASON 11 finalapd:0:0000:00:999:[ many games and so ]:REASON 11 finalapd:0:0000:00:999:[ little time. It is ]:REASON 11 finalapd:0:0000:00:999:[ even possible that ]:REASON 11 finalapd:0:0000:00:999:[ this game may be a ]:REASON 11 finalapd:0:0000:00:999:[ clone of an existing ]:REASON 11 finalapd:0:0000:00:999:[ game which may have ]:REASON 11 finalapd:0:0000:00:999:[ cheats. Please search ]:REASON 11 finalapd:0:0000:00:999:[ the cheat forums ]:REASON 11 finalapd:0:0000:00:999:[ before posting cheat ]:REASON 11 finalapd:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Lap R ] finalapo:0:0000:00:999:[ There are no cheats ]:REASON 1 finalapo:0:0000:00:999:[ for this game as it ]:REASON 1 finalapo:0:0000:00:999:[ didn't work the last ]:REASON 1 finalapo:0:0000:00:999:[ time it was tested. ]:REASON 1 finalapo:0:0000:00:999:[ If the game now works ]:REASON 1 finalapo:0:0000:00:999:[ please request cheats ]:REASON 1 finalapo:0:0000:00:999:[ for it on the cheat ]:REASON 1 finalapo:0:0000:00:999:[ forums. ]:REASON 1 ; [ Final Lap R (Rev B) ] finalapr:0:0000:00:999:[ There are no cheats ]:REASON 1 finalapr:0:0000:00:999:[ for this game as it ]:REASON 1 finalapr:0:0000:00:999:[ didn't work the last ]:REASON 1 finalapr:0:0000:00:999:[ time it was tested. ]:REASON 1 finalapr:0:0000:00:999:[ If the game now works ]:REASON 1 finalapr:0:0000:00:999:[ please request cheats ]:REASON 1 finalapr:0:0000:00:999:[ for it on the cheat ]:REASON 1 finalapr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Final Blow (World) ] finalb:0:101089:09:000:Infinite Credits finalb:0:10269B:01:000:Infinite Time finalb:0:10269A:01:500:Infinite Time (2/3) finalb:0:102699:01:500:Infinite Time (3/3) finalb:0:1020A6:0B:000:Infinite Energy PL1 finalb:0:1020A7:E0:500:Infinite Energy PL1 (2/2) finalb:0:1020A6:00:001:Drain All Energy Now! PL1:One hit to knock out finalb:0:1020A7:00:501:Drain All Energy Now! PL1 (2/2):One hit to knock out finalb:0:1020AC:00:000:Infinite Downs PL1 finalb:0:1023A6:0B:000:Infinite Energy PL2 finalb:0:1023A7:E0:500:Infinite Energy PL2 (2/2) finalb:0:1023A6:00:001:Drain All Energy Now! PL2:One hit to knock out finalb:0:1023A7:00:501:Drain All Energy Now! PL2 (2/2):One hit to knock out finalb:0:1023AC:00:000:Infinite Downs PL2 ; [ Final Blow (Japan) ] finalbj:0:101089:09:000:Infinite Credits finalbj:0:10269B:01:000:Infinite Time finalbj:0:10269A:01:500:Infinite Time (2/3) finalbj:0:102699:01:500:Infinite Time (3/3) finalbj:0:1020A6:0B:000:Infinite Energy PL1 finalbj:0:1020A7:E0:500:Infinite Energy PL1 (2/2) finalbj:0:1020A6:00:001:Drain All Energy Now! PL1:One hit to knock out finalbj:0:1020A7:00:501:Drain All Energy Now! PL1 (2/2):One hit to knock out finalbj:0:1020AC:00:000:Infinite Downs PL1 finalbj:0:1023A6:0B:000:Infinite Energy PL2 finalbj:0:1023A7:E0:500:Infinite Energy PL2 (2/2) finalbj:0:1023A6:00:001:Drain All Energy Now! PL2:One hit to knock out finalbj:0:1023A7:00:501:Drain All Energy Now! PL2 (2/2):One hit to knock out finalbj:0:1023AC:00:000:Infinite Downs PL2 ; [ Mahjong Final Bunny [BET] (Japan) ] finalbny:0:0000:00:999:[ The winning hand cheat must be activated when ] finalbny:0:0000:00:999:[ there are 14 tiles in your hand, then press ] finalbny:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] finalbny:0:0000:00:999:[ visually change until you make a move. ] finalbny:0:FC8F:31:001:Get winning hand Now! finalbny:0:FC90:31:501:Get winning hand Now! (02/14) finalbny:0:FC91:31:501:Get winning hand Now! (03/14) finalbny:0:FC92:32:501:Get winning hand Now! (04/14) finalbny:0:FC93:32:501:Get winning hand Now! (05/14) finalbny:0:FC94:32:501:Get winning hand Now! (06/14) finalbny:0:FC95:33:501:Get winning hand Now! (07/14) finalbny:0:FC96:33:501:Get winning hand Now! (08/14) finalbny:0:FC97:33:501:Get winning hand Now! (09/14) finalbny:0:FC98:34:501:Get winning hand Now! (10/14) finalbny:0:FC99:34:501:Get winning hand Now! (11/14) finalbny:0:FC9A:34:501:Get winning hand Now! (12/14) finalbny:0:FC9B:35:501:Get winning hand Now! (13/14) finalbny:0:FC9C:35:501:Get winning hand Now! (14/14) finalbny:0:0000:00:999:[ At the start of a game, there may be some ] finalbny:0:0000:00:999:[ small glitches on the tiles when using the ] finalbny:0:0000:00:999:[ 'Always' cheats. The cheats should still work ] finalbny:0:0000:00:999:[ as normal. ] finalbny:0:FC8F:31:000:Always winning hand finalbny:0:FC90:31:500:Always winning hand (02/14) finalbny:0:FC91:31:500:Always winning hand (03/14) finalbny:0:FC92:32:500:Always winning hand (04/14) finalbny:0:FC93:32:500:Always winning hand (05/14) finalbny:0:FC94:32:500:Always winning hand (06/14) finalbny:0:FC95:33:500:Always winning hand (07/14) finalbny:0:FC96:33:500:Always winning hand (08/14) finalbny:0:FC97:33:500:Always winning hand (09/14) finalbny:0:FC98:34:500:Always winning hand (10/14) finalbny:0:FC99:34:500:Always winning hand (11/14) finalbny:0:FC9A:34:500:Always winning hand (12/14) finalbny:0:FC9B:35:500:Always winning hand (13/14) finalbny:0:FC9C:35:500:Always winning hand (14/14) :finalbny:00000006:FC8F:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :finalbny:00000006:FD0F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. finalbny:0:0000:00:999:[ Here is the look-up list for ] finalbny:0:0000:00:999:[ the above watches. ] finalbny:0:0000:00:999:[ ] finalbny:0:0000:00:999:[ value common name chinese name ] finalbny:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] finalbny:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] finalbny:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] finalbny:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] finalbny:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] finalbny:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] finalbny:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] finalbny:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] finalbny:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] finalbny:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] finalbny:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] finalbny:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] finalbny:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] finalbny:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] finalbny:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] finalbny:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] finalbny:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] finalbny:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] finalbny:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] finalbny:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] finalbny:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] finalbny:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] finalbny:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] finalbny:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] finalbny:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] finalbny:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] finalbny:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] finalbny:0:0000:00:999:[ 31h East "wind" ] finalbny:0:0000:00:999:[ 32h South "wind" ] finalbny:0:0000:00:999:[ 33h West "wind" ] finalbny:0:0000:00:999:[ 34h North "wind" ] finalbny:0:0000:00:999:[ 35h White "dragon" ] finalbny:0:0000:00:999:[ 36h Green "dragon" ] finalbny:0:0000:00:999:[ 37h Red "dragon" ] finalbny:0:0000:00:999:[ 3Fh - no tile - ] ; [ Final Blow (US) ] finalbu:0:101089:09:000:Infinite Credits finalbu:0:10269B:01:000:Infinite Time finalbu:0:10269A:01:500:Infinite Time (2/3) finalbu:0:102699:01:500:Infinite Time (3/3) finalbu:0:1020A6:0B:000:Infinite Energy PL1 finalbu:0:1020A7:E0:500:Infinite Energy PL1 (2/2) finalbu:0:1020A6:00:001:Drain All Energy Now! PL1:One hit to knock out finalbu:0:1020A7:00:501:Drain All Energy Now! PL1 (2/2):One hit to knock out finalbu:0:1020AC:00:000:Infinite Downs PL1 finalbu:0:1023A6:0B:000:Infinite Energy PL2 finalbu:0:1023A7:E0:500:Infinite Energy PL2 (2/2) finalbu:0:1023A6:00:001:Drain All Energy Now! PL2:One hit to knock out finalbu:0:1023A7:00:501:Drain All Energy Now! PL2 (2/2):One hit to knock out finalbu:0:1023AC:00:000:Infinite Downs PL2 ; [ Finalizer - Super Transformation (bootleg) ] finalizb:0:3D00:FF:000:Infinite Lives PL1 finalizb:0:3D80:FF:000:Infinite Lives PL2 :finalizb:20800000:1897A:00000039:FFFFFFFF:Invincibility :finalizb:20810000:189E1:00000039:FFFFFFFF:Invincibility (2/3):1st = On Fighter :finalizb:20810000:18A15:00000039:FFFFFFFF:Invincibility (3/3):2nd & 3rd = On Robot :finalizb:00000000:03C2E:00000000:FFFFFFFF:Rapid Fire - Left Weapon :finalizb:00000000:03C2D:00000000:FFFFFFFF:Rapid Fire - Right Weapon finalizb:0:0000:00:999:[You need to be fully transformed] finalizb:0:0000:00:999:[(have helmet and legs) to be ] finalizb:0:0000:00:999:[able to use these weapon cheats!] finalizb:0:39C7:10:001:Left Ammo Vulcan finalizb:0:39C7:11:001:Left Ammo Cannon finalizb:0:39C7:12:001:Left Ammo ShotGun 1 finalizb:0:39C7:13:001:Left Ammo ShotGun 2 finalizb:0:39C7:14:001:Left Ammo Punch finalizb:0:39DF:10:001:Right Ammo Vulcan finalizb:0:39DF:11:001:Right Ammo Cannon finalizb:0:39DF:12:001:Right Ammo ShotGun 1 finalizb:0:39DF:13:001:Right Ammo ShotGun 2 finalizb:0:39DF:14:001:Right Ammo Punch finalizb:0:39DF:15:001:Right Ammo Shield ; [ Finalizer - Super Transformation ] finalizr:0:3D00:FF:000:Infinite Lives PL1 finalizr:0:3D80:FF:000:Infinite Lives PL2 :finalizr:20800000:18A83:00000039:FFFFFFFF:Invincibility :finalizr:20810000:18AEA:00000039:FFFFFFFF:Invincibility (2/3):1st = On Fighter :finalizr:20810000:18B1F:00000039:FFFFFFFF:Invincibility (3/3):2nd & 3rd = On Robot :finalizr:00000000:03C2E:00000000:FFFFFFFF:Rapid Fire - Left Weapon :finalizr:00000000:03C2D:00000000:FFFFFFFF:Rapid Fire - Right Weapon finalizr:0:0000:00:999:[You need to be fully transformed] finalizr:0:0000:00:999:[(have helmet and legs) to be ] finalizr:0:0000:00:999:[able to use these weapon cheats!] finalizr:0:39C7:10:001:Left Ammo Vulcan finalizr:0:39C7:11:001:Left Ammo Cannon finalizr:0:39C7:12:001:Left Ammo ShotGun 1 finalizr:0:39C7:13:001:Left Ammo ShotGun 2 finalizr:0:39C7:14:001:Left Ammo Punch finalizr:0:39DF:10:001:Right Ammo Vulcan finalizr:0:39DF:11:001:Right Ammo Cannon finalizr:0:39DF:12:001:Right Ammo ShotGun 1 finalizr:0:39DF:13:001:Right Ammo ShotGun 2 finalizr:0:39DF:14:001:Right Ammo Punch finalizr:0:39DF:15:001:Right Ammo Shield ; [ Final Lap (Rev E) ] finallap:0:0000:00:999:[ This game hasn't even ]:REASON 11 finallap:0:0000:00:999:[ been looked at due to ]:REASON 11 finallap:0:0000:00:999:[ time constraints - Too]:REASON 11 finallap:0:0000:00:999:[ many games and so ]:REASON 11 finallap:0:0000:00:999:[ little time. It is ]:REASON 11 finallap:0:0000:00:999:[ even possible that ]:REASON 11 finallap:0:0000:00:999:[ this game may be a ]:REASON 11 finallap:0:0000:00:999:[ clone of an existing ]:REASON 11 finallap:0:0000:00:999:[ game which may have ]:REASON 11 finallap:0:0000:00:999:[ cheats. Please search ]:REASON 11 finallap:0:0000:00:999:[ the cheat forums ]:REASON 11 finallap:0:0000:00:999:[ before posting cheat ]:REASON 11 finallap:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Lap 2 (Japan) ] finalp2j:0:0000:00:999:[ This game hasn't even ]:REASON 11 finalp2j:0:0000:00:999:[ been looked at due to ]:REASON 11 finalp2j:0:0000:00:999:[ time constraints - Too]:REASON 11 finalp2j:0:0000:00:999:[ many games and so ]:REASON 11 finalp2j:0:0000:00:999:[ little time. It is ]:REASON 11 finalp2j:0:0000:00:999:[ even possible that ]:REASON 11 finalp2j:0:0000:00:999:[ this game may be a ]:REASON 11 finalp2j:0:0000:00:999:[ clone of an existing ]:REASON 11 finalp2j:0:0000:00:999:[ game which may have ]:REASON 11 finalp2j:0:0000:00:999:[ cheats. Please search ]:REASON 11 finalp2j:0:0000:00:999:[ the cheat forums ]:REASON 11 finalp2j:0:0000:00:999:[ before posting cheat ]:REASON 11 finalp2j:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Lap 3 (Japan) ] finalp3j:0:0000:00:999:[ This game hasn't even ]:REASON 11 finalp3j:0:0000:00:999:[ been looked at due to ]:REASON 11 finalp3j:0:0000:00:999:[ time constraints - Too]:REASON 11 finalp3j:0:0000:00:999:[ many games and so ]:REASON 11 finalp3j:0:0000:00:999:[ little time. It is ]:REASON 11 finalp3j:0:0000:00:999:[ even possible that ]:REASON 11 finalp3j:0:0000:00:999:[ this game may be a ]:REASON 11 finalp3j:0:0000:00:999:[ clone of an existing ]:REASON 11 finalp3j:0:0000:00:999:[ game which may have ]:REASON 11 finalp3j:0:0000:00:999:[ cheats. Please search ]:REASON 11 finalp3j:0:0000:00:999:[ the cheat forums ]:REASON 11 finalp3j:0:0000:00:999:[ before posting cheat ]:REASON 11 finalp3j:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Tetris ] finalttr:0:0000:00:999:[ This game hasn't even ]:REASON 11 finalttr:0:0000:00:999:[ been looked at due to ]:REASON 11 finalttr:0:0000:00:999:[ time constraints - Too]:REASON 11 finalttr:0:0000:00:999:[ many games and so ]:REASON 11 finalttr:0:0000:00:999:[ little time. It is ]:REASON 11 finalttr:0:0000:00:999:[ even possible that ]:REASON 11 finalttr:0:0000:00:999:[ this game may be a ]:REASON 11 finalttr:0:0000:00:999:[ clone of an existing ]:REASON 11 finalttr:0:0000:00:999:[ game which may have ]:REASON 11 finalttr:0:0000:00:999:[ cheats. Please search ]:REASON 11 finalttr:0:0000:00:999:[ the cheat forums ]:REASON 11 finalttr:0:0000:00:999:[ before posting cheat ]:REASON 11 finalttr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Find Love (J 971212 V1.000) ] findlove:0:0000:00:999:[ There are no cheats ]:REASON 1 findlove:0:0000:00:999:[ for this game as it ]:REASON 1 findlove:0:0000:00:999:[ didn't work the last ]:REASON 1 findlove:0:0000:00:999:[ time it was tested. ]:REASON 1 findlove:0:0000:00:999:[ If the game now works ]:REASON 1 findlove:0:0000:00:999:[ please request cheats ]:REASON 1 findlove:0:0000:00:999:[ for it on the cheat ]:REASON 1 findlove:0:0000:00:999:[ forums. ]:REASON 1 ; [ Find Out (Version 4.04) ] findout:0:4041:63:000:Infinite Time :findout:000800FE:4069:00000031:FFFFFFFF:Display the Correct Answer (characters may appear strange):Solution ; [ Finest Hour (Japan) ] :finehour:00000000:10001F:00000099:FFFFFFFF:Infinite Credits :finehour:00100000:40924A:00009999:FFFFFFFF:Infinite Time :finehour:00100000:409480:00000000:FFFFFFFF:Never Overheat :finehour:00000000:409482:000000FF:FFFFFFFF:Infinite Venier finehour:0:107D25:EA:002:Invincibility:Character Flickers finehour:0:1031A3:0F:000:Display Time & Ladder:Causes lots of sprite flicker finehour:0:1031A3:00:510:Display Time & Ladder (2/3) finehour:0:1031A1:00:510:Display Time & Ladder (3/3) :finehour:00001301:106AE1:00000007:FFFFFFFF:Select Starting Round PL1 :finehour:00010011:10001F:00000001:00000199:Select Starting Round PL1 (2/2):Force Range on credits to ensure a coin has been inserted to make cheat work cleanly finehour:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Final Furlong 2 (Japan) ] finfrl2j:0:0000:00:999:[ There are no cheats ]:REASON 1 finfrl2j:0:0000:00:999:[ for this game as it ]:REASON 1 finfrl2j:0:0000:00:999:[ didn't work the last ]:REASON 1 finfrl2j:0:0000:00:999:[ time it was tested. ]:REASON 1 finfrl2j:0:0000:00:999:[ If the game now works ]:REASON 1 finfrl2j:0:0000:00:999:[ please request cheats ]:REASON 1 finfrl2j:0:0000:00:999:[ for it on the cheat ]:REASON 1 finfrl2j:0:0000:00:999:[ forums. ]:REASON 1 ; [ Final Furlong 2 (World) ] finfurl2:0:0000:00:999:[ There are no cheats ]:REASON 1 finfurl2:0:0000:00:999:[ for this game as it ]:REASON 1 finfurl2:0:0000:00:999:[ didn't work the last ]:REASON 1 finfurl2:0:0000:00:999:[ time it was tested. ]:REASON 1 finfurl2:0:0000:00:999:[ If the game now works ]:REASON 1 finfurl2:0:0000:00:999:[ please request cheats ]:REASON 1 finfurl2:0:0000:00:999:[ for it on the cheat ]:REASON 1 finfurl2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Final Lap (Japan - Rev B) ] finlapjb:0:0000:00:999:[ This game hasn't even ]:REASON 11 finlapjb:0:0000:00:999:[ been looked at due to ]:REASON 11 finlapjb:0:0000:00:999:[ time constraints - Too]:REASON 11 finlapjb:0:0000:00:999:[ many games and so ]:REASON 11 finlapjb:0:0000:00:999:[ little time. It is ]:REASON 11 finlapjb:0:0000:00:999:[ even possible that ]:REASON 11 finlapjb:0:0000:00:999:[ this game may be a ]:REASON 11 finlapjb:0:0000:00:999:[ clone of an existing ]:REASON 11 finlapjb:0:0000:00:999:[ game which may have ]:REASON 11 finlapjb:0:0000:00:999:[ cheats. Please search ]:REASON 11 finlapjb:0:0000:00:999:[ the cheat forums ]:REASON 11 finlapjb:0:0000:00:999:[ before posting cheat ]:REASON 11 finlapjb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Lap (Japan - Rev C) ] finlapjc:0:0000:00:999:[ This game hasn't even ]:REASON 11 finlapjc:0:0000:00:999:[ been looked at due to ]:REASON 11 finlapjc:0:0000:00:999:[ time constraints - Too]:REASON 11 finlapjc:0:0000:00:999:[ many games and so ]:REASON 11 finlapjc:0:0000:00:999:[ little time. It is ]:REASON 11 finlapjc:0:0000:00:999:[ even possible that ]:REASON 11 finlapjc:0:0000:00:999:[ this game may be a ]:REASON 11 finlapjc:0:0000:00:999:[ clone of an existing ]:REASON 11 finlapjc:0:0000:00:999:[ game which may have ]:REASON 11 finlapjc:0:0000:00:999:[ cheats. Please search ]:REASON 11 finlapjc:0:0000:00:999:[ the cheat forums ]:REASON 11 finlapjc:0:0000:00:999:[ before posting cheat ]:REASON 11 finlapjc:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Final Arch (J 950714 V1.001) ] finlarch:0:0000:00:999:[ There are no cheats ]:REASON 1 finlarch:0:0000:00:999:[ for this game as it ]:REASON 1 finlarch:0:0000:00:999:[ didn't work the last ]:REASON 1 finlarch:0:0000:00:999:[ time it was tested. ]:REASON 1 finlarch:0:0000:00:999:[ If the game now works ]:REASON 1 finlarch:0:0000:00:999:[ please request cheats ]:REASON 1 finlarch:0:0000:00:999:[ for it on the cheat ]:REASON 1 finlarch:0:0000:00:999:[ forums. ]:REASON 1 ; [ Fire Barrel (Japan) ] firebarr:0:E0037:99:000:Infinite Credits :firebarr:00001301:E31F9:00000007:FFFFFFFF:Select Starting Stage:Enable on the "Push 1P or 2P Start" screen after you've inserted a credit. :firebarr:00000301:E31FA:00000002:FFFFFFFF:Select Current Loop:8 Stages x 3 Loops (total 24 stages) firebarr:0:E32FE:0B:000:Infinite Lives PL1 firebarr:0:E3A22:0A:000:Infinite Bombs PL1 :firebarr:00000000:E3A20:00000020:00000020:Invincibility "ON" PL1 :firebarr:00000001:E3A20:00000000:00000020:Invincibility "OFF" PL1 :firebarr:00000000:E3A0A:0000000A:FFFFFFFF:Always Maximum Shot Power PL1 :firebarr:62000000:00000:00000000:00000000:Select Weapon PL1 :firebarr:00010000:E3A08:00000000:FFFFFFFF:Vulcan (Red) :firebarr:00010000:E3A08:00000002:FFFFFFFF:Wave (Green) :firebarr:00010000:E3A08:00000004:FFFFFFFF:Laser (Blue) :firebarr:00010000:E3A08:00000006:FFFFFFFF:Missile (Yellow) :firebarr:00100000:E3A16:00000000:FFFFFFFF:Always Have Missile PL1 :firebarr:00010000:E3A1C:0000000A:FFFFFFFF:Always Have Missile PL1 (2/2) :firebarr:00100000:E3A16:00000200:FFFFFFFF:Always Have Homing.M PL1 :firebarr:00010000:E3A1C:0000000A:FFFFFFFF:Always Have Homing.M PL1 (2/2) :firebarr:00000000:E000A:00000000:00000080:Rapid Fire - Normal PL1:Turn if OFF on name entry screen :firebarr:60000000:00000:00000000:00000000:[ Special Rapid Fire causes ] :firebarr:60000000:00000:00000000:00000000:[ the game to crash ] :firebarr:00000000:E000A:00000000:00000080:Rapid Fire - Special PL1:Turn if OFF on name entry screen :firebarr:00010000:E3A0E:00000000:FFFFFFFF:Rapid Fire - Special PL1 (2/4):Shot :firebarr:00010000:E3A1A:00000000:FFFFFFFF:Rapid Fire - Special PL1 (3/4):Missile :firebarr:00010000:E3A1B:00000000:FFFFFFFF:Rapid Fire - Special PL1 (4/4):Homing Missile firebarr:0:E32FF:0B:000:Infinite Lives PL2 firebarr:0:E3AA2:0A:000:Infinite Bombs PL2 :firebarr:00000000:E3AA0:00000020:00000020:Invincibility "ON" PL2 :firebarr:00000001:E3AA0:00000000:00000020:Invincibility "OFF" PL2 :firebarr:00000000:E3A8A:0000000A:FFFFFFFF:Always Maximum Shot Power PL2 :firebarr:62000000:00000:00000000:00000000:Select Weapon PL2 :firebarr:00010000:E3A88:00000000:FFFFFFFF:Vulcan (Red) :firebarr:00010000:E3A88:00000002:FFFFFFFF:Wave (Green) :firebarr:00010000:E3A88:00000004:FFFFFFFF:Laser (Blue) :firebarr:00010000:E3A88:00000006:FFFFFFFF:Missile (Yellow) :firebarr:00100000:E3A96:00000000:FFFFFFFF:Always Have Missile PL2 :firebarr:00010000:E3A9C:0000000A:FFFFFFFF:Always Have Missile PL2 (2/2) :firebarr:00100000:E3A96:00000200:FFFFFFFF:Always Have Homing.M PL2 :firebarr:00010000:E3A9C:0000000A:FFFFFFFF:Always Have Homing.M PL2 (2/2) :firebarr:00000000:E000B:00000000:00000080:Rapid Fire PL2:Turn if OFF on name entry screen :firebarr:60000000:00000:00000000:00000000:[ Special Rapid Fire causes ] :firebarr:60000000:00000:00000000:00000000:[ the game to crash ] :firebarr:00000000:E000B:00000000:00000080:Rapid Fire - Special PL2:Turn if OFF on name entry screen :firebarr:00010000:E3A8E:00000000:FFFFFFFF:Rapid Fire - Special PL2 (2/4):Shot :firebarr:00010000:E3A9A:00000000:FFFFFFFF:Rapid Fire - Special PL2 (3/4):Missile :firebarr:00010000:E3A9B:00000000:FFFFFFFF:Rapid Fire - Special PL2 (4/4):Homing Missile ; [ Fire Battle ] firebatl:0:8304:0F:000:Infinite Lives firebatl:0:22EC:EE:100:Invincibility firebatl:0:2268:6A:600:Invincibility (2/7):Each of these change the 'F7' in a 'jp c,$22F7' to a jump to the consecutive location (effectively NOPing the jmp) firebatl:0:229C:9E:600:Invincibility (3/7) firebatl:0:2285:87:600:Invincibility (4/7) firebatl:0:229C:9E:600:Invincibility (5/7) firebatl:0:22B8:BA:600:Invincibility (6/7) firebatl:0:22CF:D1:600:Invincibility (7/7) firebatl:0:0000:C3:100:Scrap the Self Check:This just gives you a quick reboot when you press Reset (F3) firebatl:0:0001:30:600:Scrap the Self Check (2/3) firebatl:0:0002:00:600:Scrap the Self Check (3/3) ; [ Fire Hawk ] :firehawk:00000000:0C0021:00000063:FFFFFFFF:Infinite Credits :firehawk:00000301:0C06C1:00000007:FFFFFFFF:Select Starting Stage:Set on player select screen :firehawk:00000100:0C0207:00000007:FFFFFFFF:Select Starting Scene:Set on player select screen :firehawk:00000000:0C024B:00000006:FFFFFFFF:Infinite Lives PL1 :firehawk:00000000:0C0263:00000005:FFFFFFFF:Infinite Bombs PL1 :firehawk:00100000:0CB3DE:0000000F:FFFFFFFF:Invincibility PL1 :firehawk:00000000:0CB3D5:00000006:FFFFFFFF:Always Maximum Shot Power PL1 :firehawk:00000100:0CB3D3:00000004:FFFFFFFF:Select Weapon PL1 :firehawk:00100000:0C028C:00000100:FFFFFFFF:Always Shoot Charge Shot PL1 :firehawk:00100000:0C028C:00000000:FFFFFFFF:Lock Energy Charge PL1 :firehawk:00000000:0C0011:00000010:00000010:Rapid Fire PL1:Hold shot button. You should use this cheat with the Lock Energy Charge cheat to play comfortably. :firehawk:00010000:0C02AB:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :firehawk:00000000:0C024D:00000006:FFFFFFFF:Infinite Lives PL2 :firehawk:00000000:0C0265:00000005:FFFFFFFF:Infinite Bombs PL2 :firehawk:00100000:0CBBDE:0000000F:FFFFFFFF:Invincibility PL2 :firehawk:00000000:0CBBD5:00000006:FFFFFFFF:Always Maximum Shot Power PL2 :firehawk:00000100:0CBBD3:00000004:FFFFFFFF:Select Weapon PL2 :firehawk:00100000:0C028E:00000100:FFFFFFFF:Always Shoot Charge Shot PL2 :firehawk:00100000:0C028E:00000000:FFFFFFFF:Lock Energy Charge PL2 :firehawk:00000000:0C0010:00000010:00000010:Rapid Fire PL2:Hold shot button. You should use this cheat with the Lock Energy Charge cheat to play comfortably. :firehawk:00010000:0C02AD:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ Fire One ] fireone:0:837C:3C:000:Infinite Time fireone:0:868C:00:000:Instant Torpedo Reload PL1 fireone:0:868D:00:500:Instant Torpedo Reload PL1 (2/8) fireone:0:868E:00:500:Instant Torpedo Reload PL1 (3/8) fireone:0:868F:00:500:Instant Torpedo Reload PL1 (4/8) fireone:0:8690:00:500:Instant Torpedo Reload PL1 (5/8) fireone:0:8691:00:500:Instant Torpedo Reload PL1 (6/8) fireone:0:8692:00:500:Instant Torpedo Reload PL1 (7/8) fireone:0:8693:00:500:Instant Torpedo Reload PL1 (8/8) fireone:0:86BC:00:000:Instant Torpedo Reload PL2 fireone:0:86BD:00:500:Instant Torpedo Reload PL2 (2/8) fireone:0:86BE:00:500:Instant Torpedo Reload PL2 (3/8) fireone:0:86BF:00:500:Instant Torpedo Reload PL2 (4/8) fireone:0:86C0:00:500:Instant Torpedo Reload PL2 (5/8) fireone:0:86C1:00:500:Instant Torpedo Reload PL2 (6/8) fireone:0:86C2:00:500:Instant Torpedo Reload PL2 (7/8) fireone:0:86C3:00:500:Instant Torpedo Reload PL2 (8/8) ; [ Fire Shark ] fireshrk:0:000000:00:999:[ See the Dip Switch Menu to enable ] fireshrk:0:000000:00:999:[ an alternate Invincibility cheat. ] fireshrk:0:0C1EA7:0A:000:Infinite Lives fireshrk:0:0C16E9:08:000:Infinite Bombs fireshrk:0:0C16DA:00:000:Invincibility "ON" PL1:Invincibility "ON" stops you from picking up bonuses fireshrk:0:0C16DA:80:001:Invincibility "OFF" PL1 fireshrk:0:0C1EBD:03:000:Maximum Fire Power PL1 fireshrk:0:0C16E7:03:500:Maximum Fire Power PL1 (2/2) fireshrk:0:0C16E3:00:000:Always have Normal Weapon PL1 fireshrk:0:0C16E3:08:000:Always have Laser Weapon PL1 fireshrk:0:0C16E3:10:000:Always have Fire Weapon PL1 fireshrk:0:0C16E3:00:001:Get Normal Weapon Now! PL1 fireshrk:0:0C16E3:08:001:Get Laser Weapon Now! PL1 fireshrk:0:0C16E3:10:001:Get Fire Weapon Now! PL1 fireshrk:0:0C173A:00:000:Invincibility "ON" PL2:Invincibility "ON" stops you from picking up bonuses fireshrk:0:0C173A:80:001:Invincibility "OFF" PL2 fireshrk:0:0C1EBF:03:000:Maximum Fire Power PL2 fireshrk:0:0C1747:03:500:Maximum Fire Power PL2 (2/2) fireshrk:0:0C1743:00:000:Always have Normal Weapon PL2 fireshrk:0:0C1743:08:000:Always have Laser Weapon PL2 fireshrk:0:0C1743:10:000:Always have Fire Weapon PL2 fireshrk:0:0C1743:00:001:Get Normal Weapon Now! PL2 fireshrk:0:0C1743:08:001:Get Laser Weapon Now! PL2 fireshrk:0:0C1743:10:001:Get Fire Weapon Now! PL2 ; [ Fire Trap (Japan bootleg) ] firetpbl:0:C143:08:000:Infinite Lives PL1 firetpbl:0:C149:9A:000:Infinite Time PL1 firetpbl:0:C151:08:000:Infinite Lives PL2 firetpbl:0:C157:9A:000:Infinite Time PL2 firetpbl:0:C145:02:000:3-Way Powerup ; [ Fire Trap (US) ] firetrap:0:C143:08:000:Infinite Lives PL1 firetrap:0:C149:9A:000:Infinite Time PL1 firetrap:0:C151:08:000:Infinite Lives PL2 firetrap:0:C157:9A:000:Infinite Time PL2 firetrap:0:C145:02:000:3-Way Powerup ; [ Fire Truck ] firetrk:0:0039:99:000:Infinite Fuel ; [ Fighting Golf (US) ] fitegol2:0:FD28:99:000:Infinite Time PL1 fitegol2:0:FD21:09:000:Infinite Holes PL1 fitegol2:0:FD18:00:000:Infinite Strokes PL1 fitegol2:0:FD88:99:000:Infinite Time PL2 fitegol2:0:FD81:09:000:Infinite Holes PL2 fitegol2:0:FD78:00:000:Infinite Strokes PL2 ; [ Fighting Golf (World?) ] fitegolf:0:FD28:99:000:Infinite Time PL1 fitegolf:0:FD21:09:000:Infinite Holes PL1 fitegolf:0:FD18:00:000:Infinite Strokes PL1 fitegolf:0:FD88:99:000:Infinite Time PL2 fitegolf:0:FD81:09:000:Infinite Holes PL2 fitegolf:0:FD78:00:000:Infinite Strokes PL2 ; [ Fit of Fighting ] fitfight:0:E05425:09:000:Infinite Time fitfight:0:E05427:09:500:Infinite Time (2/2) fitfight:0:E05425:01:001:Finish this Round Now! fitfight:0:E05427:00:501:Finish this Round Now! (2/2) fitfight:0:E05525:64:000:Infinite Energy PL1 fitfight:0:E05525:00:001:Drain All Energy Now! PL1 fitfight:0:E05531:62:000:Always have Maximum Power PL1 fitfight:0:E05531:00:000:Always have Minimum Power PL1 fitfight:0:E05531:00:001:Drain All Power Now! PL1 fitfight:0:E05631:64:000:Infinite Energy PL2 fitfight:0:E05631:00:001:Drain All Energy Now! PL2 fitfight:0:E0563D:62:000:Always have Maximum Power PL2 fitfight:0:E0563D:00:000:Always have Minimum Power PL2 fitfight:0:E0563D:00:001:Drain All Power Now! PL2 ; [ Fitter ] fitter:0:8040:13:000:Infinite Lives fitter:0:0000:00:999:[See the Dip Switch Menu to ] fitter:0:0000:00:999:[enable an alternate ] fitter:0:0000:00:999:[Invincibility. ] :fitter:00000000:808E:00000000:FFFFFFFF:Invincibility:This may make your character look weird, but it works. :fitter:00010000:8181:00000000:FFFFFFFF:Invincibility (2/2) ; [ FixEight (bootleg) ] fixeighb:0:00100677:0B:000:Infinite Bombs fixeighb:0:00100671:05:000:Infinite Lives PL1 fixeighb:0:001006AB:04:000:Maximum Fire Power PL1 :fixeighb:60000000:000000:00000000:00000000:[ See the Dip Switch Menu to ] :fixeighb:60000000:000000:00000000:00000000:[ enable an alternate ] :fixeighb:60000000:000000:00000000:00000000:[ Invincibility cheat. ] :fixeighb:00000000:1026D9:00000002:FFFFFFFF:Invincibility PL1 fixeighb:0:0010069F:00:000:Always have Rapid Cannon PL1 fixeighb:0:0010069F:10:000:Always have Spread Cannon PL1 :fixeighb:00000000:102691:00000030:00000030:Always Have Speed Up PL1 :fixeighb:00000000:102691:00000050:00000050:Always Have Shield PL1 :fixeighb:00000000:102691:00000080:00000080:Always Have Special Weapon PL1 :fixeighb:00100000:1026B4:00000000:FFFFFFFF:Rapid Fire PL1 fixeighb:0:00100673:05:000:Infinite Lives PL2 fixeighb:0:001006AD:04:000:Maximum Fire Power PL2 :fixeighb:60000000:000000:00000000:00000000:[ See the Dip Switch Menu to ] :fixeighb:60000000:000000:00000000:00000000:[ enable an alternate ] :fixeighb:60000000:000000:00000000:00000000:[ Invincibility cheat. ] :fixeighb:00000000:102759:00000002:FFFFFFFF:Invincibility PL2 fixeighb:0:001006A1:00:000:Always have Rapid Cannon PL2 fixeighb:0:001006A1:10:000:Always have Spread Cannon PL2 :fixeighb:00000000:102711:00000030:00000030:Always Have Speed Up PL2 :fixeighb:00000000:102711:00000050:00000050:Always Have Shield PL2 :fixeighb:00000000:102711:00000080:00000080:Always Have Special Weapon PL2 :fixeighb:00100000:102734:00000000:FFFFFFFF:Rapid Fire PL2 ; [ FixEight ] fixeight:0:00100677:0B:000:Infinite Bombs fixeight:0:00100671:05:000:Infinite Lives PL1 fixeight:0:001006AB:04:000:Maximum Fire Power PL1 :fixeight:60000000:000000:00000000:00000000:[ See the Dip Switch Menu to ] :fixeight:60000000:000000:00000000:00000000:[ enable an alternate ] :fixeight:60000000:000000:00000000:00000000:[ Invincibility cheat. ] :fixeight:00000000:1026D9:00000002:FFFFFFFF:Invincibility PL1 fixeight:0:0010069F:00:000:Always have Rapid Cannon PL1 fixeight:0:0010069F:10:000:Always have Spread Cannon PL1 :fixeight:00000000:102691:00000030:00000030:Always Have Speed Up PL1 :fixeight:00000000:102691:00000050:00000050:Always Have Shield PL1 :fixeight:00000000:102691:00000080:00000080:Always Have Special Weapon PL1 :fixeight:00100000:1026B4:00000000:FFFFFFFF:Rapid Fire PL1 fixeight:0:00100673:05:000:Infinite Lives PL2 fixeight:0:001006AD:04:000:Maximum Fire Power PL2 :fixeight:60000000:000000:00000000:00000000:[ See the Dip Switch Menu to ] :fixeight:60000000:000000:00000000:00000000:[ enable an alternate ] :fixeight:60000000:000000:00000000:00000000:[ Invincibility cheat. ] :fixeight:00000000:102759:00000002:FFFFFFFF:Invincibility PL2 fixeight:0:001006A1:00:000:Always have Rapid Cannon PL2 fixeight:0:001006A1:10:000:Always have Spread Cannon PL2 :fixeight:00000000:102711:00000030:00000030:Always Have Speed Up PL2 :fixeight:00000000:102711:00000050:00000050:Always Have Shield PL2 :fixeight:00000000:102711:00000080:00000080:Always Have Special Weapon PL2 :fixeight:00100000:102734:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Fujiyama Buster (Japan) ] fjbuster:0:0000:00:999:[ There are no cheats ]:REASON 1 fjbuster:0:0000:00:999:[ for this game as it ]:REASON 1 fjbuster:0:0000:00:999:[ didn't work the last ]:REASON 1 fjbuster:0:0000:00:999:[ time it was tested. ]:REASON 1 fjbuster:0:0000:00:999:[ If the game now works ]:REASON 1 fjbuster:0:0000:00:999:[ please request cheats ]:REASON 1 fjbuster:0:0000:00:999:[ for it on the cheat ]:REASON 1 fjbuster:0:0000:00:999:[ forums. ]:REASON 1 ; [ Flame Gunner (Japan) ] :flameguj:00000000:0006277A:00000063:FFFFFFFF:Infinite Credits :flameguj:00000000:0010D0E8:00000080:FFFFFFFF:Infinite Energy PL1 :flameguj:82100000:0010D0E0:00000240:000000C4:Infinite Bombs PL1 :flameguj:82000018:0010D0E0:00000004:000000DC:Invincibility PL1 :flameguj:82010000:0010D0E0:00000002:000000E0:Invincibility PL1 (2/2) :flameguj:00000000:0010D134:00000080:FFFFFFFF:Infinite Energy PL2 :flameguj:82100000:0010D12C:00000240:000000C4:Infinite Bombs PL2 :flameguj:82000018:0010D12C:00000004:000000DC:Invincibility PL2 :flameguj:82010000:0010D12C:00000002:000000E0:Invincibility PL2 (2/2) ; [ Flame Gunner ] :flamegun:00000000:00062772:00000063:FFFFFFFF:Infinite Credits :flamegun:00000000:0010D0E8:00000080:FFFFFFFF:Infinite Energy PL1 :flamegun:82100000:0010D0E0:00000240:000000C4:Infinite Bombs PL1 :flamegun:82000018:0010D0E0:00000004:000000DC:Invincibility PL1 :flamegun:82010000:0010D0E0:00000002:000000E0:Invincibility PL1 (2/2) :flamegun:00000000:0010D134:00000080:FFFFFFFF:Infinite Energy PL2 :flamegun:82100000:0010D12C:00000240:000000C4:Infinite Bombs PL2 :flamegun:82000018:0010D12C:00000004:000000DC:Invincibility PL2 :flamegun:82010000:0010D12C:00000002:000000E0:Invincibility PL2 (2/2) ; [ Flashgal (set 1) ] flashgal:0:F001:63:000:Infinite Credits flashgal:0:F61A:0C:006:Infinite Energy flashgal:0:F61B:0C:506:Infinite Energy (02/10) flashgal:0:F61C:0C:506:Infinite Energy (03/10) flashgal:0:F61D:0C:506:Infinite Energy (04/10) flashgal:0:F61E:0C:506:Infinite Energy (05/10) flashgal:0:F61F:0C:506:Infinite Energy (06/10) flashgal:0:F620:0C:506:Infinite Energy (07/10) flashgal:0:F621:0C:506:Infinite Energy (08/10) flashgal:0:F622:0C:506:Infinite Energy (09/10) flashgal:0:F623:0C:506:Infinite Energy (10/10) flashgal:0:0000:00:999:[Invincibility doesn't work ] flashgal:0:0000:00:999:[against dogs!! ] flashgal:1:A11F:00:000:Invincibility flashgal:0:0000:00:999:[If you use these weapon ] flashgal:0:0000:00:999:[cheats make sure you use ] flashgal:0:0000:00:999:[Lose all weapons cheat at ] flashgal:0:0000:00:999:[the end of the level!! ] flashgal:0:F0B9:00:001:Lose all weapons Now! flashgal:0:F0B9:01:001:Get Sword Now! flashgal:0:F0B9:02:001:Get Gun Now! flashgal:0:F0B9:03:001:Get Motor Cycle Now! flashgal:0:F0B9:04:001:Get Helicopter Now! flashgal:0:F0B9:05:001:Get Jet Ski Now! flashgal:0:F0C5:0B:000:Infinite Lives PL1 flashgal:0:F0DF:0B:000:Infinite Lives PL2 ; [ Flashgal (set 2) ] flashgla:0:F001:63:000:Infinite Credits flashgla:0:F61A:0C:006:Infinite Energy flashgla:0:F61B:0C:506:Infinite Energy (02/10) flashgla:0:F61C:0C:506:Infinite Energy (03/10) flashgla:0:F61D:0C:506:Infinite Energy (04/10) flashgla:0:F61E:0C:506:Infinite Energy (05/10) flashgla:0:F61F:0C:506:Infinite Energy (06/10) flashgla:0:F620:0C:506:Infinite Energy (07/10) flashgla:0:F621:0C:506:Infinite Energy (08/10) flashgla:0:F622:0C:506:Infinite Energy (09/10) flashgla:0:F623:0C:506:Infinite Energy (10/10) flashgla:0:0000:00:999:[Invincibility doesn't work ] flashgla:0:0000:00:999:[against dogs!! ] flashgla:1:A11F:00:000:Invincibility flashgla:0:0000:00:999:[If you use these weapon ] flashgla:0:0000:00:999:[cheats make sure you use ] flashgla:0:0000:00:999:[Lose all weapons cheat at ] flashgla:0:0000:00:999:[the end of the level!! ] flashgla:0:F0B9:00:001:Lose all weapons Now! flashgla:0:F0B9:01:001:Get Sword Now! flashgla:0:F0B9:02:001:Get Gun Now! flashgla:0:F0B9:03:001:Get Motor Cycle Now! flashgla:0:F0B9:04:001:Get Helicopter Now! flashgla:0:F0B9:05:001:Get Jet Ski Now! flashgla:0:F0C5:0B:000:Infinite Lives PL1 flashgla:0:F0DF:0B:000:Infinite Lives PL2 ; [ Flicky (128k Ver.) ] flicky:0:C002:09:000:Infinite Lives PL1 flicky:0:C003:09:000:Infinite Lives PL2 flicky:0:C010:00:007:Infinite Time flicky:0:F928:7E:000:Invincibility flicky:0:F948:7E:500:Invincibility (2/4) flicky:0:FB28:7E:500:Invincibility (3/4) flicky:0:FB08:7E:500:Invincibility (4/4) ; [ Flicky (64k Ver.) ] flickyo:0:C002:09:000:Infinite Lives PL1 flickyo:0:C003:09:000:Infinite Lives PL2 flickyo:0:C010:00:007:Infinite Time flickyo:0:F928:7E:000:Invincibility flickyo:0:F948:7E:500:Invincibility (2/4) flickyo:0:FB28:7E:500:Invincibility (3/4) flickyo:0:FB08:7E:500:Invincibility (4/4) ; [ Battle Flip Shot ] flipshot:0:1037AE:9A:007:Infinite Time flipshot:0:1037AE:01:001:Finish this Round Now! flipshot:0:103517:04:000:Never Lose Targets PL1 flipshot:0:1034FF:04:500:Never Lose Targets PL1 (2/6) flipshot:0:1034CF:04:500:Never Lose Targets PL1 (3/6) flipshot:0:10352F:04:500:Never Lose Targets PL1 (4/6) flipshot:0:1034E7:04:500:Never Lose Targets PL1 (5/6) flipshot:0:1034B7:04:500:Never Lose Targets PL1 (6/6) flipshot:0:000000:00:999:[ Use these character cheats on the VS screen ] flipshot:0:1033ED:00:001:Play as Chinta Nemoto Now! PL1 flipshot:0:1033ED:01:001:Play as Siren Now! PL1 flipshot:0:1033ED:02:001:Play as Saimon Now! PL1 flipshot:0:1033ED:03:001:Play as Mr. Justice Now! PL1 flipshot:0:1033ED:04:001:Play as Bloody Wolf Now! PL1 flipshot:0:1033ED:05:001:Play as Boss Now! PL1 flipshot:0:103547:04:000:Never Lose Targets PL2 flipshot:0:103577:04:500:Never Lose Targets PL2 (2/6) flipshot:0:10355F:04:500:Never Lose Targets PL2 (3/6) flipshot:0:10358F:04:500:Never Lose Targets PL2 (4/6) flipshot:0:1035A7:04:500:Never Lose Targets PL2 (5/6) flipshot:0:1035BF:04:500:Never Lose Targets PL2 (6/6) flipshot:0:103547:04:001:Lose All Targets Now! PL2 flipshot:0:103577:04:501:Lose All Targets Now! PL2 (2/6) flipshot:0:10355F:04:501:Lose All Targets Now! PL2 (3/6) flipshot:0:10358F:04:501:Lose All Targets Now! PL2 (4/6) flipshot:0:1035A7:02:501:Lose All Targets Now! PL2 (5/6) flipshot:0:1035BF:04:501:Lose All Targets Now! PL2 (6/6) flipshot:0:000000:00:999:[ Use these character cheats on the VS screen ] flipshot:0:1033EF:00:001:Play as Chinta Nemoto Now! PL2 flipshot:0:1033EF:01:001:Play as Siren Now! PL2 flipshot:0:1033EF:02:001:Play as Saimon Now! PL2 flipshot:0:1033EF:03:001:Play as Mr. Justice Now! PL2 flipshot:0:1033EF:04:001:Play as Bloody Wolf Now! PL2 flipshot:0:1033EF:05:001:Play as Boss Now! PL2 :flipshot:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :flipshot:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :flipshot:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Flak Attack (Japan) ] flkatck:0:397E:09:000:Infinite Lives PL1 flkatck:0:39DE:09:000:Infinite Lives PL2 :flkatck:00000000:3015:00000001:FFFFFFFF:Rapid Fire :flkatck:20800000:AF08:00000000:FFFFFFFF:Invincibility :flkatck:20810000:B0E8:00000020:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire :flkatck:00000000:3015:00000001:FFFFFFFF:Rapid Fire flkatck:0:3011:00:000:Always Normal Shot flkatck:0:3011:01:000:Always Single Laser flkatck:0:3011:02:000:Always Double Laser flkatck:0:3012:00:000:Always Single Bomb (Normal) flkatck:0:3012:01:000:Always X3 Bombs flkatck:0:3012:02:000:Always X5 Bombs flkatck:0:3003:00:000:Always slow speed (Normal) flkatck:0:3003:01:000:Always medium speed flkatck:0:3003:02:000:Always fast speed flkatck:0:3003:03:000:Always superfast speed flkatck:0:3011:00:001:Get Normal Shot Now! flkatck:0:3011:01:001:Get Single Laser Now! flkatck:0:3011:02:001:Get Double Laser Now! flkatck:0:3012:00:001:Get Single Bomb (Normal) Now! flkatck:0:3012:01:001:Get X3 Bombs Now! flkatck:0:3012:02:001:Get X5 Bombs Now! flkatck:0:3003:00:001:Get slow speed (Normal) Now! flkatck:0:3003:01:001:Get medium speed Now! flkatck:0:3003:02:001:Get fast speed Now! flkatck:0:3003:03:001:Get superfast speed Now! flkatck:0:390C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Flower ] flower:0:C62C:0A:000:Infinite Lives :flower:20A00000:09E4:00C97C60:FFFFFFFF:Invincibility:This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums :flower:20910000:7C60:0000E5FD:FFFFFFFF:Invincibility (2/4) :flower:20A10000:7C62:000C78CD:FFFFFFFF:Invincibility (3/4) :flower:20A10000:7C65:000C6BC3:FFFFFFFF:Invincibility (4/4) flower:0:C631:78:000:Always have Maximum Speed flower:0:C632:78:000:Always have Maximum Missiles flower:0:C633:78:000:Always have Maximum Laser flower:0:C634:78:000:Always have Maximum Cutter flower:0:C635:78:000:Always have Maximum Options :flower:00000000:C022:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ Flower (bootleg) ] flowerbl:0:C62C:0A:000:Infinite Lives :flowerbl:20A00000:09E4:00C97C60:FFFFFFFF:Invincibility:This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums :flowerbl:20910000:7C60:0000E5FD:FFFFFFFF:Invincibility (2/4) :flowerbl:20A10000:7C62:000C78CD:FFFFFFFF:Invincibility (3/4) :flowerbl:20A10000:7C65:000C6BC3:FFFFFFFF:Invincibility (4/4) flowerbl:0:C631:78:000:Always have Maximum Speed flowerbl:0:C632:78:000:Always have Maximum Missiles flowerbl:0:C633:78:000:Always have Maximum Laser flowerbl:0:C634:78:000:Always have Maximum Cutter flowerbl:0:C635:78:000:Always have Maximum Options :flowerbl:00000000:C022:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ FairyLand Story, The ] flstory:0:E604:09:000:Infinite Credits flstory:0:E695:01:000:Infinite Time-last enemy esc. flstory:0:E694:01:000:Infinite Time-last enemy stay flstory:0:E6D1:FF:000:Infinite Item Time flstory:0:E782:05:000:Infinite Lives flstory:0:0000:00:999:[See the Dip Switch Menu to ] flstory:0:0000:00:999:[enable Invincibility. ] flstory:0:E6FC:08:000:Coin point always x9 flstory:0:E786:03:001:Make treasure appearNow! flstory:0:E785:20:501:Make treasure appearNow!(2/2) flstory:0:E61F:00:000:Always cast Normal Spell flstory:0:E61F:01:000:Always cast Long Spell flstory:0:E61F:02:000:Always cast Erase Spell flstory:0:E61F:03:000:Always cast Fire Spell flstory:0:E61F:08:000:Always cast Step Charm flstory:0:E61F:00:001:Get Normal Spell Now! flstory:0:E61F:01:001:Get Long Spell Now! flstory:0:E61F:02:001:Get Erase Spell Now! flstory:0:E61F:03:001:Get Fire Spell Now! flstory:0:E61F:08:001:Get Step charm Now! flstory:0:E781:64:071:Select Current Round flstory:0:E781:64:061:Select Next Round ; [ FairyLand Story, The (Japan) ] flstoryj:0:E604:09:000:Infinite Credits flstoryj:0:E695:01:000:Infinite Time-last enemy esc. flstoryj:0:E694:01:000:Infinite Time-last enemy stay flstoryj:0:E6D1:FF:000:Infinite Item Time flstoryj:0:E782:05:000:Infinite Lives flstoryj:0:0000:00:999:[See the Dip Switch Menu to ] flstoryj:0:0000:00:999:[enable Invincibility. ] flstoryj:0:E6FC:08:000:Coin point always x9 flstoryj:0:E786:03:001:Make treasure appearNow! flstoryj:0:E785:20:501:Make treasure appearNow!(2/2) flstoryj:0:E61F:00:000:Always cast Normal Spell flstoryj:0:E61F:01:000:Always cast Long Spell flstoryj:0:E61F:02:000:Always cast Erase Spell flstoryj:0:E61F:03:000:Always cast Fire Spell flstoryj:0:E61F:08:000:Always cast Step Charm flstoryj:0:E61F:00:001:Get Normal Spell Now! flstoryj:0:E61F:01:001:Get Long Spell Now! flstoryj:0:E61F:02:001:Get Erase Spell Now! flstoryj:0:E61F:03:001:Get Fire Spell Now! flstoryj:0:E61F:08:001:Get Step charm Now! flstoryj:0:E781:64:071:Select Current Round flstoryj:0:E781:64:061:Select Next Round ; [ Flyball ] flyball:0:00AC:00:000:Infinite Strikes flyball:0:00AD:00:000:Infinite Balls flyball:0:00AE:00:000:Infinite Outs flyball:0:00AC:00:001:Set Strikes to 0 Now! flyball:0:00AC:03:001:Set Strikes to 3 Now! flyball:0:00AD:00:001:Set Balls to 0 Now! flyball:0:00AD:04:001:Set Balls to 4 Now! flyball:0:00AE:00:001:Set Outs to 0 Now! flyball:0:00AE:03:001:Set Outs to 3 Now! flyball:0:009D:99:073:Select Score PL1 flyball:0:009E:99:073:Select Score PL2 ; [ Fly-Boy ] flyboy:0:0000:00:999:[See the Dip Switch Menu to ] flyboy:0:0000:00:999:[enable Invincibility. ] flyboy:0:C005:09:000:Infinite Lives PL1 flyboy:0:C391:00:000:Infinite Kick PL1 flyboy:0:C006:09:000:Infinite Lives PL2 flyboy:0:C392:00:000:Infinite Kick PL2 flyboy:0:C336:00:000:A Easier Game!! ; [ Fly-Boy (bootleg) ] flyboyb:0:0000:00:999:[See the Dip Switch Menu to ] flyboyb:0:0000:00:999:[enable Invincibility. ] flyboyb:0:C005:09:000:Infinite Lives PL1 flyboyb:0:C391:00:000:Infinite Kick PL1 flyboyb:0:C006:09:000:Infinite Lives PL2 flyboyb:0:C392:00:000:Infinite Kick PL2 flyboyb:0:C336:00:000:A Easier Game!! ; [ Flying Tiger ] :flytiger:00000000:D903:00000063:FFFFFFFF:Infinite Credits :flytiger:00000301:D03B:00000006:000000FF:Select Starting Stage:Set on title screen before starting the game :flytiger:20010301:163F:0000003A:FFFFFFFF:Select Starting Stage (2/2) :flytiger:00000301:D03B:00000006:FFFFFFFF:Select Current Stage :flytiger:00000001:D01C:00000001:FFFFFFFF:Finish Current Stage Now! :flytiger:00000000:D239:00000006:FFFFFFFF:Infinite Lives PL1 :flytiger:00000000:D28A:00000005:FFFFFFFF:Infinite Bombs PL1 :flytiger:00000000:C005:00000002:FFFFFFFF:Invincibility PL1 :flytiger:00000000:C00B:00000003:FFFFFFFF:Always Maximum Shot Power PL1 :flytiger:62000000:0000:00000000:00000000:Select Weapon PL1 :flytiger:00010000:C00A:00000000:FFFFFFFF:Normal Shot :flytiger:00010000:C00A:00000001:FFFFFFFF:3-way Shot :flytiger:00000000:D23A:00000006:FFFFFFFF:Infinite Lives PL2 :flytiger:00000000:D28B:00000005:FFFFFFFF:Infinite Bombs PL2 :flytiger:00000000:C305:00000002:FFFFFFFF:Invincibility PL2 :flytiger:00000000:C30B:00000003:FFFFFFFF:Always Maximum Shot Power PL2 :flytiger:62000000:0000:00000000:00000000:Select Weapon PL2 :flytiger:00010000:C30A:00000000:FFFFFFFF:Normal Shot :flytiger:00010000:C30A:00000001:FFFFFFFF:3-way Shot ; [ Fancy World - Earth of Crisis ] fncywld:0:FF8024:99:000:Infinite Credits :fncywld:00000001:FF80B1:00000010:00000010:Get Letter "B" Now ! :fncywld:00000001:FF80B1:00000008:00000008:Get Letter "O" Now ! :fncywld:00000001:FF80B1:00000004:00000004:Get Letter "N" Now ! :fncywld:00000001:FF80B1:00000002:00000002:Get Letter "U" Now ! :fncywld:00000001:FF80B1:00000001:00000001:Get Letter "S" Now ! :fncywld:00000001:FF80B1:0000001F:0000001F:Get "Bonus" Now ! :fncywld:00000000:FF80B9:00000099:FFFFFFFF:Infinite Bonus Stage Time :fncywld:00000001:FFAA84:00000000:FFFFFFFF:1 Hit to Kill Boss (World 2) Now ! :fncywld:00000001:FFAC64:00000000:FFFFFFFF:1 Damage to Kill Boss (World 4) Now ! :fncywld:00000001:FFAC64:00000000:FFFFFFFF:1 Damage to Kill Boss (World 6) Now ! :fncywld:00000001:FFABC4:00000000:FFFFFFFF:1 Damage to Kill Boss - L.H. (World 8) Now !:L.H. = left head :fncywld:00000001:FFAC64:00000000:FFFFFFFF:1 Damage to Kill Boss - R.H. (World 8) Now !:R.H. = right head :fncywld:00000000:FFAC24:00000005:FFFFFFFF:1 Hit to Damage Boss (World 4, 6, 8) :fncywld:00010000:FFACC4:00000005:FFFFFFFF:1 Hit to Damage Boss (World 4, 6, 8) (2/2) :fncywld:00100000:FF86B6:00000000:FFFFFFFF:Infinite Time PL1 fncywld:0:FF86A3:09:000:Infinite Lives PL1 fncywld:0:FF864B:00:000:Invincibility PL1 fncywld:0:FF864A:80:540:Invincibility PL1 (2/2) :fncywld:00000000:FF868A:00000003:FFFFFFFF:Infinite Special Items PL1 :fncywld:00100000:FF87A2:000001D0:FFFFFFFF:Infinite Special Item Time PL1:available after use special item :fncywld:00000000:FF80A6:00000001:00000001:Always Use Special Item PL1 :fncywld:00000000:FF8687:00000002:FFFFFFFF:Always Have Speed PL1 :fncywld:00000000:FF8686:00000001:FFFFFFFF:Always Have Power PL1 :fncywld:00000000:FF8689:00000002:FFFFFFFF:Always Have Range PL1 :fncywld:00000000:FF8688:00000001:FFFFFFFF:Always Have Laser PL1 :fncywld:00000000:FF8049:00000000:00000010:Rapid Fire PL1:hold shot button :fncywld:00000000:FF868B:00000001:FFFFFFFF:Always Drink Whiskey PL1:reversed control :fncywld:00000000:FF868B:00000000:FFFFFFFF:Never Drink Whiskey PL1 :fncywld:00100000:FF88B6:00000000:FFFFFFFF:Infinite Time PL2 fncywld:0:FF88A3:09:000:Infinite Lives PL2 fncywld:0:FF884B:00:000:Invincibility PL2 fncywld:0:FF884A:80:540:Invincibility PL2 (2/2) :fncywld:00000000:FF888A:00000003:FFFFFFFF:Infinite Special Items PL2 :fncywld:00100000:FF89A2:000001D0:FFFFFFFF:Infinite Special Item Time PL2:available after use special item :fncywld:00000000:FF80A6:00000002:00000002:Always Use Special Item PL2 :fncywld:00000000:FF8887:00000002:FFFFFFFF:Always Have Speed PL2 :fncywld:00000000:FF8886:00000001:FFFFFFFF:Always Have Power PL2 :fncywld:00000000:FF8889:00000002:FFFFFFFF:Always Have Range PL2 :fncywld:00000000:FF8888:00000001:FFFFFFFF:Always Have Laser PL2 :fncywld:00000000:FF8048:00000000:00000010:Rapid Fire PL2:hold shot button :fncywld:00000000:FF888B:00000001:FFFFFFFF:Always Drink Whiskey PL2:reversed control :fncywld:00000000:FF888B:00000000:FFFFFFFF:Never Drink Whiskey PL2 ; [ Funky Fish ] fnkyfish:0:E06B:05:000:Infinite Lives PL1 fnkyfish:0:E06C:05:000:Infinite Lives PL2 fnkyfish:0:E0E3:3E:000:Infinite Fuel ; [ Food Fight (rev 3) ] foodf:0:01862B:05:000:Infinite Lives PL1 foodf:0:018651:05:000:Infinite Lives PL2 ; [ Food Fight (rev 2) ] foodf2:0:01862B:05:000:Infinite Lives PL1 foodf2:0:018651:05:000:Infinite Lives PL2 ; [ Food Fight (cocktail) ] foodfc:0:01862B:05:000:Infinite Lives PL1 foodfc:0:018651:05:000:Infinite Lives PL2 ; [ Football Champ (World) ] footchmp:0:102935:09:000:Infinite Credits footchmp:0:102929:3C:000:Infinite Time footchmp:0:10A335:3C:500:Infinite Time (2/3) footchmp:0:10A334:63:500:Infinite Time (3/3) footchmp:0:102929:00:001:Finish this Game Now! footchmp:0:10A335:00:501:Finish this Game Now! (2/3) footchmp:0:10A334:00:501:Finish this Game Now! (3/3) footchmp:0:10A332:00:000:Score always 0 PL1 footchmp:0:107AE0:00:500:Score always 0 PL1 (2/2) footchmp:0:10A332:09:000:Score always 9 PL1 footchmp:0:107AE0:09:500:Score always 9 PL1 (2/2) footchmp:0:10A332:00:001:Set score = 0 Now! PL1 footchmp:0:107AE0:00:501:Set score = 0 Now! PL1 (2/2) footchmp:0:10A332:09:001:Set score = 9 Now! PL1 footchmp:0:107AE0:09:501:Set score = 9 Now! PL1 (2/2) footchmp:0:10A333:00:000:Score always 0 PL2 footchmp:0:107AE9:00:500:Score always 0 PL2 (2/2) footchmp:0:10A333:09:000:Score always 9 PL2 footchmp:0:107AE9:09:500:Score always 9 PL2 (2/2) footchmp:0:10A333:00:001:Set score = 0 Now! PL2 footchmp:0:107AE9:00:501:Set score = 0 Now! PL2 (2/2) footchmp:0:10A333:09:001:Set score = 9 Now! PL2 footchmp:0:107AE9:09:501:Set score = 9 Now! PL2 (2/2) ; [ Force Break (bootleg) ] forcebrk:0:0406:99:000:Infinite Credits :forcebrk:00001301:040E:00000004:FFFFFFFF:Select starting level:You should enable this cheat on the title screen and press 1 or 2 before it enters the demo mode which would disable the cheat. forcebrk:0:040E:04:061:Select next level forcebrk:0:040E:04:071:Select current level forcebrk:0:040F:99:000:Infinite Lives forcebrk:0:0492:63:000:Infinite Powerup Time forcebrk:0:05A3:80:000:Always 3-Way Powerup forcebrk:0:05A3:80:001:Get 3-Way Powerup Now! :forcebrk:20800000:6803:00000039:FFFFFFFF:Invincibility :forcebrk:20810000:69FB:00000039:FFFFFFFF:Invincibility (2/5):1st = Fire, 2nd = Enemy :forcebrk:20810000:6A56:00000039:FFFFFFFF:Invincibility (3/5):Scenery :forcebrk:20810000:6B91:00000039:FFFFFFFF:Invincibility (4/5):Rock :forcebrk:20810000:6C0E:00000039:FFFFFFFF:Invincibility (5/5):Missile :forcebrk:00000000:0419:00000000:00000001:Rapid Fire ; [ Forgotten Worlds (US) ] forgottn:0:FFE1D2:21:000:Infinite Shop Time forgottn:0:000000:00:999:[These Start on Stage cheats] forgottn:0:000000:00:999:[must be enabled on the ] forgottn:0:000000:00:999:[title screen and turned off] forgottn:0:000000:00:999:[when you start the stage. ] forgottn:0:FFB2B2:01:000:Start on Stage 2 forgottn:0:FFB2B2:02:000:Start on Stage 3 forgottn:0:FFB2B2:03:000:Start on Stage 4 forgottn:0:FFB2B2:04:000:Start on Stage 5 forgottn:0:FFB2B2:05:000:Start on Stage 6 forgottn:0:FFB2B2:06:000:Start on Stage 7 forgottn:0:FFB2B2:07:000:Start on Stage 8 forgottn:0:FFB2B2:08:000:Start on Stage 9 forgottn:0:FFB2B2:08:061:Select next stage forgottn:0:FF9035:38:000:Infinite Energy PL1 forgottn:0:FFB342:02:000:Invincibility PL1 forgottn:0:FFB38C:01:500:Invincibility PL1 (2/4) forgottn:0:FF9035:38:520:Invincibility PL1 (3/4) forgottn:0:FF9035:C7:540:Invincibility PL1 (4/4) forgottn:0:FFE192:99:000:Infinite Zenny PL1 forgottn:0:FFE193:99:500:Infinite Zenny PL1 (2/3) forgottn:0:FFE194:99:500:Infinite Zenny PL1 (3/3) forgottn:0:FFE192:01:001:Reduce Zenny Now! PL1 forgottn:0:FFE193:01:501:Reduce Zenny Now! PL1 (2/3) forgottn:0:FFE194:01:501:Reduce Zenny Now! PL1 (3/3) forgottn:0:FFCEE2:01:000:Always Laser PL1 forgottn:0:FFCF18:00:500:Always Laser PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Beam PL1 forgottn:0:FFCF18:02:500:Always Beam PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Missile PL1 forgottn:0:FFCF18:04:500:Always Missile PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Balcan Cannon PL1 forgottn:0:FFCF18:06:500:Always Balcan Cannon PL1(2/2) forgottn:0:FFCEE2:01:000:Always Napalm Bomb PL1 forgottn:0:FFCF18:08:500:Always Napalm Bomb PL1 (2/2) forgottn:0:FFCEE2:01:000:Always V-Cannon PL1 forgottn:0:FFCF18:0A:500:Always V-Cannon PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Burner PL1 forgottn:0:FFCF18:0C:500:Always Burner PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Multi-Way PL1 forgottn:0:FFCF18:0E:500:Always Multi-Way PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Bound Shot PL1 forgottn:0:FFCF18:10:500:Always Bound Shot PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Power Laser PL1 forgottn:0:FFCF18:12:500:Always Power Laser PL1 (2/2) forgottn:0:FFCEE2:01:000:Always Homing Laser PL1 forgottn:0:FFCF18:14:500:Always Homing Laser PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Laser Now! PL1 forgottn:0:FFCF18:00:501:Get Laser Now! PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Beam Now! PL1 forgottn:0:FFCF18:02:501:Get Beam Now! PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Missile Now! PL1 forgottn:0:FFCF18:04:501:Get Missile Now! PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Balcan CannonNow!PL1 forgottn:0:FFCF18:06:501:Get Balcan CannonNow!PL1(2/2) forgottn:0:FFCEE2:01:001:Get Napalm Bomb Now! PL1 forgottn:0:FFCF18:08:501:Get Napalm Bomb Now! PL1(2/2) forgottn:0:FFCEE2:01:001:Get V-Cannon Now! PL1 forgottn:0:FFCF18:0A:501:Get V-Cannon Now! PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Burner Now! PL1 forgottn:0:FFCF18:0C:501:Get Burner Now! PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Multi-Way Now! PL1 forgottn:0:FFCF18:0E:501:Get Multi-Way Now! PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Bound Shot Now! PL1 forgottn:0:FFCF18:10:501:Get Bound Shot Now! PL1 (2/2) forgottn:0:FFCEE2:01:001:Get Power Laser Now! PL1 forgottn:0:FFCF18:12:501:Get Power Laser Now! PL1(2/2) forgottn:0:FFCEE2:01:001:Get Homing Laser Now!PL1 forgottn:0:FFCF18:14:501:Get Homing Laser Now!PL1(2/2) forgottn:0:FF9055:38:000:Infinite Energy PL2 forgottn:0:FFB392:02:000:Invincibility PL2 forgottn:0:FFB3DC:01:500:Invincibility PL2 (2/4) forgottn:0:FF9055:38:520:Invincibility PL2 (3/4) forgottn:0:FF9055:C7:540:Invincibility PL2 (4/4) forgottn:0:FFE196:99:000:Infinite Zenny PL2 forgottn:0:FFE197:99:500:Infinite Zenny PL2 (2/3) forgottn:0:FFE198:99:500:Infinite Zenny PL2 (3/3) forgottn:0:FFE196:01:001:Reduce Zenny Now! PL2 forgottn:0:FFE197:01:501:Reduce Zenny Now! PL2 (2/3) forgottn:0:FFE198:01:501:Reduce Zenny Now! PL2 (3/3) forgottn:0:FFCF32:01:000:Always Laser PL2 forgottn:0:FFCF68:00:500:Always Laser PL2 (2/2) forgottn:0:FFCF32:01:000:Always Beam PL2 forgottn:0:FFCF68:02:500:Always Beam PL2 (2/2) forgottn:0:FFCF32:01:000:Always Missile PL2 forgottn:0:FFCF68:04:500:Always Missile PL2 (2/2) forgottn:0:FFCF32:01:000:Always Balcan Cannon PL2 forgottn:0:FFCF68:06:500:Always Balcan Cannon PL2(2/2) forgottn:0:FFCF32:01:000:Always Napalm Bomb PL2 forgottn:0:FFCF68:08:500:Always Napalm Bomb PL2 (2/2) forgottn:0:FFCF32:01:000:Always V-Cannon PL2 forgottn:0:FFCF68:0A:500:Always V-Cannon PL2 (2/2) forgottn:0:FFCF32:01:000:Always Burner PL2 forgottn:0:FFCF68:0C:500:Always Burner PL2 (2/2) forgottn:0:FFCF32:01:000:Always Multi-Way PL2 forgottn:0:FFCF68:0E:500:Always Multi-Way PL2 (2/2) forgottn:0:FFCF32:01:000:Always Bound Shot PL2 forgottn:0:FFCF68:10:500:Always Bound Shot PL2 (2/2) forgottn:0:FFCF32:01:000:Always Power Laser PL2 forgottn:0:FFCF68:12:500:Always Power Laser PL2 (2/2) forgottn:0:FFCF32:01:000:Always Homing Laser PL2 forgottn:0:FFCF68:14:500:Always Homing Laser PL2 (2/2) forgottn:0:FFCF32:01:001:Get Laser Now! PL2 forgottn:0:FFCF68:00:501:Get Laser Now! PL2 (2/2) forgottn:0:FFCF32:01:001:Get Beam Now! PL2 forgottn:0:FFCF68:02:501:Get Beam Now! PL2 (2/2) forgottn:0:FFCF32:01:001:Get Missile Now! PL2 forgottn:0:FFCF68:04:501:Get Missile Now! PL2 (2/2) forgottn:0:FFCF32:01:001:Get Balcan CannonNow!PL2 forgottn:0:FFCF68:06:501:Get Balcan CannonNow!PL2(2/2) forgottn:0:FFCF32:01:001:Get Napalm Bomb Now! PL2 forgottn:0:FFCF68:08:501:Get Napalm Bomb Now! PL2(2/2) forgottn:0:FFCF32:01:001:Get V-Cannon Now! PL2 forgottn:0:FFCF68:0A:501:Get V-Cannon Now! PL2 (2/2) forgottn:0:FFCF32:01:001:Get Burner Now! PL2 forgottn:0:FFCF68:0C:501:Get Burner Now! PL2 (2/2) forgottn:0:FFCF32:01:001:Get Multi-Way Now! PL2 forgottn:0:FFCF68:0E:501:Get Multi-Way Now! PL2 (2/2) forgottn:0:FFCF32:01:001:Get Bound Shot Now! PL2 forgottn:0:FFCF68:10:501:Get Bound Shot Now! PL2 (2/2) forgottn:0:FFCF32:01:001:Get Power Laser Now! PL2 forgottn:0:FFCF68:12:501:Get Power Laser Now! PL2(2/2) forgottn:0:FFCF32:01:001:Get Homing Laser Now!PL2 forgottn:0:FFCF68:14:501:Get Homing Laser Now!PL2(2/2) ; [ Formation Z ] formatz:0:01AC:99:000:Infinite Credits :formatz:20800000:B2F8:00000039:FFFFFFFF:Invincibility:You die though when you fall into the sea if in robot mode :formatz:20A10000:CD98:00160188:FFFFFFFF:Invincibility (2/3):1st = Object, 2nd = Scenery (Ground in fighter mode) :formatz:20810000:D0B2:00000020:FFFFFFFF:Invincibility (3/3):3rd = Scenery (Sea in fighter mode) :formatz:00000000:003A:00000000:FFFFFFFF:Rapid Fire:Can't fire the super shot, which is needed to break bosses. So it's better to turn Rapid Fire OFF in the boss area. formatz:0:0224:05:000:Infinite Lives PL1 formatz:0:0225:05:000:Infinite Lives PL2 ; [ Fortress 2 Blue Arcade (ver 1.01 / pcb ver 3.05) ] :fort2b:00000000:0002581F:00000063:FFFFFFFF:Infinite Credits fort2b:0:0000:00:999:[ This game hasn't even ]:REASON 11 fort2b:0:0000:00:999:[ been looked at due to ]:REASON 11 fort2b:0:0000:00:999:[ time constraints - Too]:REASON 11 fort2b:0:0000:00:999:[ many games and so ]:REASON 11 fort2b:0:0000:00:999:[ little time. It is ]:REASON 11 fort2b:0:0000:00:999:[ even possible that ]:REASON 11 fort2b:0:0000:00:999:[ this game may be a ]:REASON 11 fort2b:0:0000:00:999:[ clone of an existing ]:REASON 11 fort2b:0:0000:00:999:[ game which may have ]:REASON 11 fort2b:0:0000:00:999:[ cheats. Please search ]:REASON 11 fort2b:0:0000:00:999:[ the cheat forums ]:REASON 11 fort2b:0:0000:00:999:[ before posting cheat ]:REASON 11 fort2b:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Fortress 2 Blue Arcade (ver 1.00 / pcb ver 3.05) ] :fort2ba:00000000:0002581F:00000063:FFFFFFFF:Infinite Credits fort2ba:0:0000:00:999:[ This game hasn't even ]:REASON 11 fort2ba:0:0000:00:999:[ been looked at due to ]:REASON 11 fort2ba:0:0000:00:999:[ time constraints - Too]:REASON 11 fort2ba:0:0000:00:999:[ many games and so ]:REASON 11 fort2ba:0:0000:00:999:[ little time. It is ]:REASON 11 fort2ba:0:0000:00:999:[ even possible that ]:REASON 11 fort2ba:0:0000:00:999:[ this game may be a ]:REASON 11 fort2ba:0:0000:00:999:[ clone of an existing ]:REASON 11 fort2ba:0:0000:00:999:[ game which may have ]:REASON 11 fort2ba:0:0000:00:999:[ cheats. Please search ]:REASON 11 fort2ba:0:0000:00:999:[ the cheat forums ]:REASON 11 fort2ba:0:0000:00:999:[ before posting cheat ]:REASON 11 fort2ba:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Forte Card ] fortecar:0:0000:00:999:[ There are no cheats ]:REASON 1 fortecar:0:0000:00:999:[ for this game as it ]:REASON 1 fortecar:0:0000:00:999:[ didn't work the last ]:REASON 1 fortecar:0:0000:00:999:[ time it was tested. ]:REASON 1 fortecar:0:0000:00:999:[ If the game now works ]:REASON 1 fortecar:0:0000:00:999:[ please request cheats ]:REASON 1 fortecar:0:0000:00:999:[ for it on the cheat ]:REASON 1 fortecar:0:0000:00:999:[ forums. ]:REASON 1 ; [ Four Trax ] fourtrax:0:0000:00:999:[ This game hasn't even ]:REASON 11 fourtrax:0:0000:00:999:[ been looked at due to ]:REASON 11 fourtrax:0:0000:00:999:[ time constraints - Too]:REASON 11 fourtrax:0:0000:00:999:[ many games and so ]:REASON 11 fourtrax:0:0000:00:999:[ little time. It is ]:REASON 11 fourtrax:0:0000:00:999:[ even possible that ]:REASON 11 fourtrax:0:0000:00:999:[ this game may be a ]:REASON 11 fourtrax:0:0000:00:999:[ clone of an existing ]:REASON 11 fourtrax:0:0000:00:999:[ game which may have ]:REASON 11 fourtrax:0:0000:00:999:[ cheats. Please search ]:REASON 11 fourtrax:0:0000:00:999:[ the cheat forums ]:REASON 11 fourtrax:0:0000:00:999:[ before posting cheat ]:REASON 11 fourtrax:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Flash Point (set 2, Japan, FD1094 317-0127A) ] fpoint:0:FFE373:E7:000:Infinite Bonus Time PL1 fpoint:0:FFE372:03:500:Infinite Bonus Time PL1 (2/2) fpoint:0:FFE309:00:000:Next shape always Red PL1 fpoint:0:FFE309:01:000:Next shape always Green PL1 fpoint:0:FFE309:02:000:Next shape always Purple PL1 fpoint:0:FFE309:03:000:Next shape always Yellow PL1 fpoint:0:FFE309:04:000:Next shape always Cyan PL1 fpoint:0:FFE309:05:000:Next shape always Orange PL1 fpoint:0:FFE309:06:000:Next shape always Blue PL1 fpoint:0:FFE309:00:001:Next shape will be Red Now! PL1 fpoint:0:FFE309:01:001:Next shape will be Green Now! PL1 fpoint:0:FFE309:02:001:Next shape will be Purple Now! PL1 fpoint:0:FFE309:03:001:Next shape will be Yellow Now! PL1 fpoint:0:FFE309:04:001:Next shape will be Cyan Now! PL1 fpoint:0:FFE309:05:001:Next shape will be Orange Now! PL1 fpoint:0:FFE309:06:001:Next shape will be Blue Now! PL1 fpoint:0:FFE3F3:E7:000:Infinite Bonus Time PL2 fpoint:0:FFE3F2:03:500:Infinite Bonus Time PL2 (2/2) fpoint:0:FFE389:00:000:Next shape always Red PL2 fpoint:0:FFE389:01:000:Next shape always Green PL2 fpoint:0:FFE389:02:000:Next shape always Purple PL2 fpoint:0:FFE389:03:000:Next shape always Yellow PL2 fpoint:0:FFE389:04:000:Next shape always Cyan PL2 fpoint:0:FFE389:05:000:Next shape always Orange PL2 fpoint:0:FFE389:06:000:Next shape always Blue PL2 fpoint:0:FFE389:00:001:Next shape will be Red Now! PL2 fpoint:0:FFE389:01:001:Next shape will be Green Now! PL2 fpoint:0:FFE389:02:001:Next shape will be Purple Now! PL2 fpoint:0:FFE389:03:001:Next shape will be Yellow Now! PL2 fpoint:0:FFE389:04:001:Next shape will be Cyan Now! PL2 fpoint:0:FFE389:05:001:Next shape will be Orange Now! PL2 fpoint:0:FFE389:06:001:Next shape will be Blue Now! PL2 ; [ Flash Point (set 1, Japan, FD1094 317-0127A) ] fpoint1:0:FFE373:E7:000:Infinite Bonus Time PL1 fpoint1:0:FFE372:03:500:Infinite Bonus Time PL1 (2/2) fpoint1:0:FFE309:00:000:Next shape always Red PL1 fpoint1:0:FFE309:01:000:Next shape always Green PL1 fpoint1:0:FFE309:02:000:Next shape always Purple PL1 fpoint1:0:FFE309:03:000:Next shape always Yellow PL1 fpoint1:0:FFE309:04:000:Next shape always Cyan PL1 fpoint1:0:FFE309:05:000:Next shape always Orange PL1 fpoint1:0:FFE309:06:000:Next shape always Blue PL1 fpoint1:0:FFE309:00:001:Next shape will be Red Now! PL1 fpoint1:0:FFE309:01:001:Next shape will be Green Now! PL1 fpoint1:0:FFE309:02:001:Next shape will be Purple Now! PL1 fpoint1:0:FFE309:03:001:Next shape will be Yellow Now! PL1 fpoint1:0:FFE309:04:001:Next shape will be Cyan Now! PL1 fpoint1:0:FFE309:05:001:Next shape will be Orange Now! PL1 fpoint1:0:FFE309:06:001:Next shape will be Blue Now! PL1 fpoint1:0:FFE3F3:E7:000:Infinite Bonus Time PL2 fpoint1:0:FFE3F2:03:500:Infinite Bonus Time PL2 (2/2) fpoint1:0:FFE389:00:000:Next shape always Red PL2 fpoint1:0:FFE389:01:000:Next shape always Green PL2 fpoint1:0:FFE389:02:000:Next shape always Purple PL2 fpoint1:0:FFE389:03:000:Next shape always Yellow PL2 fpoint1:0:FFE389:04:000:Next shape always Cyan PL2 fpoint1:0:FFE389:05:000:Next shape always Orange PL2 fpoint1:0:FFE389:06:000:Next shape always Blue PL2 fpoint1:0:FFE389:00:001:Next shape will be Red Now! PL2 fpoint1:0:FFE389:01:001:Next shape will be Green Now! PL2 fpoint1:0:FFE389:02:001:Next shape will be Purple Now! PL2 fpoint1:0:FFE389:03:001:Next shape will be Yellow Now! PL2 fpoint1:0:FFE389:04:001:Next shape will be Cyan Now! PL2 fpoint1:0:FFE389:05:001:Next shape will be Orange Now! PL2 fpoint1:0:FFE389:06:001:Next shape will be Blue Now! PL2 ; [ Flash Point (Japan, bootleg) ] fpointbj:0:FFE373:E7:000:Infinite Bonus Time PL1 fpointbj:0:FFE372:03:500:Infinite Bonus Time PL1 (2/2) fpointbj:0:FFE309:00:000:Next shape always Red PL1 fpointbj:0:FFE309:01:000:Next shape always Green PL1 fpointbj:0:FFE309:02:000:Next shape always Purple PL1 fpointbj:0:FFE309:03:000:Next shape always Yellow PL1 fpointbj:0:FFE309:04:000:Next shape always Cyan PL1 fpointbj:0:FFE309:05:000:Next shape always Orange PL1 fpointbj:0:FFE309:06:000:Next shape always Blue PL1 fpointbj:0:FFE309:00:001:Next shape will be Red Now! PL1 fpointbj:0:FFE309:01:001:Next shape will be Green Now! PL1 fpointbj:0:FFE309:02:001:Next shape will be Purple Now! PL1 fpointbj:0:FFE309:03:001:Next shape will be Yellow Now! PL1 fpointbj:0:FFE309:04:001:Next shape will be Cyan Now! PL1 fpointbj:0:FFE309:05:001:Next shape will be Orange Now! PL1 fpointbj:0:FFE309:06:001:Next shape will be Blue Now! PL1 fpointbj:0:FFE3F3:E7:000:Infinite Bonus Time PL2 fpointbj:0:FFE3F2:03:500:Infinite Bonus Time PL2 (2/2) fpointbj:0:FFE389:00:000:Next shape always Red PL2 fpointbj:0:FFE389:01:000:Next shape always Green PL2 fpointbj:0:FFE389:02:000:Next shape always Purple PL2 fpointbj:0:FFE389:03:000:Next shape always Yellow PL2 fpointbj:0:FFE389:04:000:Next shape always Cyan PL2 fpointbj:0:FFE389:05:000:Next shape always Orange PL2 fpointbj:0:FFE389:06:000:Next shape always Blue PL2 fpointbj:0:FFE389:00:001:Next shape will be Red Now! PL2 fpointbj:0:FFE389:01:001:Next shape will be Green Now! PL2 fpointbj:0:FFE389:02:001:Next shape will be Purple Now! PL2 fpointbj:0:FFE389:03:001:Next shape will be Yellow Now! PL2 fpointbj:0:FFE389:04:001:Next shape will be Cyan Now! PL2 fpointbj:0:FFE389:05:001:Next shape will be Orange Now! PL2 fpointbj:0:FFE389:06:001:Next shape will be Blue Now! PL2 ; [ Flash Point (World, bootleg) ] fpointbl:0:FFE373:E7:000:Infinite Bonus Time PL1 fpointbl:0:FFE372:03:500:Infinite Bonus Time PL1 (2/2) fpointbl:0:FFE309:00:000:Next shape always Red PL1 fpointbl:0:FFE309:01:000:Next shape always Green PL1 fpointbl:0:FFE309:02:000:Next shape always Purple PL1 fpointbl:0:FFE309:03:000:Next shape always Yellow PL1 fpointbl:0:FFE309:04:000:Next shape always Cyan PL1 fpointbl:0:FFE309:05:000:Next shape always Orange PL1 fpointbl:0:FFE309:06:000:Next shape always Blue PL1 fpointbl:0:FFE309:00:001:Next shape will be Red Now! PL1 fpointbl:0:FFE309:01:001:Next shape will be Green Now! PL1 fpointbl:0:FFE309:02:001:Next shape will be Purple Now! PL1 fpointbl:0:FFE309:03:001:Next shape will be Yellow Now! PL1 fpointbl:0:FFE309:04:001:Next shape will be Cyan Now! PL1 fpointbl:0:FFE309:05:001:Next shape will be Orange Now! PL1 fpointbl:0:FFE309:06:001:Next shape will be Blue Now! PL1 fpointbl:0:FFE3F3:E7:000:Infinite Bonus Time PL2 fpointbl:0:FFE3F2:03:500:Infinite Bonus Time PL2 (2/2) fpointbl:0:FFE389:00:000:Next shape always Red PL2 fpointbl:0:FFE389:01:000:Next shape always Green PL2 fpointbl:0:FFE389:02:000:Next shape always Purple PL2 fpointbl:0:FFE389:03:000:Next shape always Yellow PL2 fpointbl:0:FFE389:04:000:Next shape always Cyan PL2 fpointbl:0:FFE389:05:000:Next shape always Orange PL2 fpointbl:0:FFE389:06:000:Next shape always Blue PL2 fpointbl:0:FFE389:00:001:Next shape will be Red Now! PL2 fpointbl:0:FFE389:01:001:Next shape will be Green Now! PL2 fpointbl:0:FFE389:02:001:Next shape will be Purple Now! PL2 fpointbl:0:FFE389:03:001:Next shape will be Yellow Now! PL2 fpointbl:0:FFE389:04:001:Next shape will be Cyan Now! PL2 fpointbl:0:FFE389:05:001:Next shape will be Orange Now! PL2 fpointbl:0:FFE389:06:001:Next shape will be Blue Now! PL2 ; [ Fred Flintstones' Memory Match ] fredmem:0:0000:00:999:[ This game hasn't even ]:REASON 11 fredmem:0:0000:00:999:[ been looked at due to ]:REASON 11 fredmem:0:0000:00:999:[ time constraints - Too]:REASON 11 fredmem:0:0000:00:999:[ many games and so ]:REASON 11 fredmem:0:0000:00:999:[ little time. It is ]:REASON 11 fredmem:0:0000:00:999:[ even possible that ]:REASON 11 fredmem:0:0000:00:999:[ this game may be a ]:REASON 11 fredmem:0:0000:00:999:[ clone of an existing ]:REASON 11 fredmem:0:0000:00:999:[ game which may have ]:REASON 11 fredmem:0:0000:00:999:[ cheats. Please search ]:REASON 11 fredmem:0:0000:00:999:[ the cheat forums ]:REASON 11 fredmem:0:0000:00:999:[ before posting cheat ]:REASON 11 fredmem:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Free Kick (bootleg) ] freekckb:0:D292:09:000:Infinite Lives :freekckb:00000010:D2C5:0000002D:00000FFF:Always Keep Ball in Play ; [ Free Kick ] freekick:0:D292:09:000:Infinite Lives :freekick:00000010:D2C5:0000002D:00000FFF:Always Keep Ball in Play ; [ Freeze ] freeze:0:436D:AA:000:Infinite Time freeze:0:435C:03:000:Infinite Lives freeze:0:4356:FF:000:Maximum Flamer Power freeze:0:4357:FF:500:Maximum Flamer Power (2/2) ; [ Frenzy ] frenzy:0:400C:06:000:Infinite Lives :frenzy:20800000:0C26:00000017:FFFFFFFF:Invincibility :frenzy:20810000:0C29:000000BB:FFFFFFFF:Invincibility (2/3):1st & 2nd = Fire :frenzy:20810000:1521:000000C9:FFFFFFFF:Invincibility (3/3):Enemy frenzy:0:4010:0F:000:No Evil Otto frenzy:0:400E:00:000:Robots Don't Fire ; [ Frisky Tom (set 1) ] friskyt:0:7834:50:000:Infinite Credits :friskyt:20800000:3200:000000C9:FFFFFFFF:Invincibility :friskyt:20810000:3425:000000C9:FFFFFFFF:Invincibility (2/2):1st = Red Mouse, 2nd = Red Mouse in Falling :friskyt:20800000:3282:000000C9:FFFFFFFF:Mouse Never Bite a Pipe :friskyt:20800000:3B38:00000000:FFFFFFFF:Infinite Flow of Water friskyt:0:7A6F:99:000:Always have Max Bonus friskyt:0:784B:07:000:Infinite Lives PL1 friskyt:0:7857:07:000:Infinite Lives PL2 :friskyt:20900000:000A:00000011:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Frisky Tom (set 2) ] friskyta:0:7834:50:000:Infinite Credits :friskyta:20800000:3173:000000C9:FFFFFFFF:Invincibility :friskyta:20800000:31F3:000000C9:FFFFFFFF:Mouse Never Bite a Pipe :friskyta:20800000:39F0:00000000:FFFFFFFF:Infinite Flow of Water friskyta:0:784B:07:000:Infinite Lives PL1 friskyta:0:7857:07:000:Infinite Lives PL2 :friskyta:20900000:000A:00000011:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Frogger (Falcon bootleg) ] frogf:0:83DD:3C:000:Infinite Time frogf:0:83DE:60:500:Infinite Time (2/2) frogf:0:8004:00:000:Limited Invincibility (Buggy!) frogf:0:825C:05:001:Finish this Level Now! frogf:0:83E5:06:000:Infinite Lives PL1 frogf:0:83E6:06:000:Infinite Lives PL2 ; [ Frog (Galaxian hardware) ] frogg:0:43DD:3C:000:Infinite Time frogg:0:43DE:60:500:Infinite Time (2/2) frogg:0:4004:00:000:Limited Invincibility (Buggy!) frogg:0:425C:05:001:Finish this Level Now! frogg:0:43E5:06:000:Infinite Lives PL1 frogg:0:43E6:06:000:Infinite Lives PL2 ; [ Frogger ] frogger:0:83DD:3C:000:Infinite Time frogger:0:83DE:60:500:Infinite Time (2/2) frogger:0:8004:00:000:Limited Invincibility (Buggy!) frogger:0:825C:05:001:Finish this Level Now! frogger:0:83E5:06:000:Infinite Lives PL1 frogger:0:83E6:06:000:Infinite Lives PL2 ; [ Frog ] froggers:0:43DD:3C:000:Infinite Time froggers:0:43DE:60:500:Infinite Time (2/2) froggers:0:4004:00:000:Limited Invincibility (Buggy!) froggers:0:425C:05:001:Finish this Level Now! froggers:0:43E5:06:000:Infinite Lives PL1 froggers:0:43E6:06:000:Infinite Lives PL2 ; [ Frogger (Moon Cresta hardware) ] froggrmc:0:83DD:3C:000:Infinite Time froggrmc:0:83DE:60:500:Infinite Time (2/2) froggrmc:0:8004:00:000:Limited Invincibility (Buggy!) froggrmc:0:825C:05:001:Finish this Level Now! froggrmc:0:83E5:06:000:Infinite Lives PL1 froggrmc:0:83E6:06:000:Infinite Lives PL2 ; [ Frogs ] frogs:0:E431:09:000:Infinite Time ; [ Frogger (Sega set 1) ] frogseg1:0:83DD:3C:000:Infinite Time frogseg1:0:83DE:60:500:Infinite Time (2/2) frogseg1:0:8004:00:000:Limited Invincibility (Buggy!) frogseg1:0:825C:05:001:Finish this Level Now! frogseg1:0:83E5:06:000:Infinite Lives PL1 frogseg1:0:83E6:06:000:Infinite Lives PL2 ; [ Frogger (Sega set 2) ] frogseg2:0:83DD:3C:000:Infinite Time frogseg2:0:83DE:60:500:Infinite Time (2/2) frogseg2:0:8004:00:000:Limited Invincibility (Buggy!) frogseg2:0:825C:05:001:Finish this Level Now! frogseg2:0:83E5:06:000:Infinite Lives PL1 frogseg2:0:83E6:06:000:Infinite Lives PL2 ; [ Taisen Idol-Mahjong Final Romance 2 (Japan) ] fromanc2:0:D88158:27:000:Infinite Money fromanc2:0:D88159:0F:500:Infinite Money (2/2) :fromanc2:00000000:D88156:00000000:FFFFFFFF:CPU Money Permanently 0 :fromanc2:00010000:D88157:00000000:FFFFFFFF:CPU Money Permanently 0 (2/2) fromanc2:0:000000:00:999:[ The winning hand cheat must be activated when there ] fromanc2:0:000000:00:999:[ are 14 tiles in your hand, then press the RON key ] fromanc2:0:000000:00:999:[ ('Z' by default). The tiles do not visually change ] fromanc2:0:000000:00:999:[ until you make a move. ] fromanc2:0:D88019:30:001:Get winning hand Now!:Not working yet ! fromanc2:0:D8801B:30:501:Get winning hand Now! (02/14) fromanc2:0:D8801D:30:501:Get winning hand Now! (03/14) fromanc2:0:D8801F:31:501:Get winning hand Now! (04/14) fromanc2:0:D88021:31:501:Get winning hand Now! (05/14) fromanc2:0:D88023:31:501:Get winning hand Now! (06/14) fromanc2:0:D88025:32:501:Get winning hand Now! (07/14) fromanc2:0:D88027:32:501:Get winning hand Now! (08/14) fromanc2:0:D88029:32:501:Get winning hand Now! (09/14) fromanc2:0:D8802B:33:501:Get winning hand Now! (10/14) fromanc2:0:D8802D:33:501:Get winning hand Now! (11/14) fromanc2:0:D8802F:33:501:Get winning hand Now! (12/14) fromanc2:0:D88031:34:501:Get winning hand Now! (13/14) fromanc2:0:D88033:34:501:Get winning hand Now! (14/14) fromanc2:0:D88155:FF:001:Get winning hand Now! [ALTERNATIVE]:This cheat has not been tested fromanc2:0:D88156:FF:501:Get winning hand Now! [ALTERNATIVE] (2/4) fromanc2:0:D8803F:12:501:Get winning hand Now! [ALTERNATIVE] (3/4) fromanc2:0:D88095:12:501:Get winning hand Now! [ALTERNATIVE] (4/4) fromanc2:0:D88019:00:998:Watch tile A - Player fromanc2:0:D8801B:00:998:Watch tile B - Player fromanc2:0:D8801D:00:998:Watch tile C - Player fromanc2:0:D8801F:00:998:Watch tile D - Player fromanc2:0:D88021:00:998:Watch tile E - Player fromanc2:0:D88023:00:998:Watch tile F - Player fromanc2:0:D88025:00:998:Watch tile G - Player fromanc2:0:D88027:00:998:Watch tile H - Player fromanc2:0:D88029:00:998:Watch tile I - Player fromanc2:0:D8802B:00:998:Watch tile J - Player fromanc2:0:D8802D:00:998:Watch tile K - Player fromanc2:0:D8802F:00:998:Watch tile L - Player fromanc2:0:D88031:00:998:Watch tile M - Player fromanc2:0:D88033:00:998:Watch tile N - Player fromanc2:0:D8806F:00:998:Watch tile A - C.P.U. fromanc2:0:D88071:00:998:Watch tile B - C.P.U. fromanc2:0:D88073:00:998:Watch tile C - C.P.U. fromanc2:0:D88075:00:998:Watch tile D - C.P.U. fromanc2:0:D88077:00:998:Watch tile E - C.P.U. fromanc2:0:D88079:00:998:Watch tile F - C.P.U. fromanc2:0:D8807B:00:998:Watch tile G - C.P.U. fromanc2:0:D8807D:00:998:Watch tile H - C.P.U. fromanc2:0:D8807F:00:998:Watch tile I - C.P.U. fromanc2:0:D88081:00:998:Watch tile J - C.P.U. fromanc2:0:D88083:00:998:Watch tile K - C.P.U. fromanc2:0:D88085:00:998:Watch tile L - C.P.U. fromanc2:0:D88087:00:998:Watch tile M - C.P.U. fromanc2:0:D88089:00:998:Watch tile N - C.P.U. fromanc2:0:000000:00:999:[ Here is the look-up list for the above watches. ] fromanc2:0:000000:00:999:[ ] fromanc2:0:000000:00:999:[ value common name chinese name ] fromanc2:0:000000:00:999:[ ??h - no tile - ] fromanc2:0:000000:00:999:[ 00h 1 "characters" 1 "wan" ] fromanc2:0:000000:00:999:[ 01h 2 "characters" 2 "wan" ] fromanc2:0:000000:00:999:[ 02h 3 "characters" 3 "wan" ] fromanc2:0:000000:00:999:[ 03h 4 "characters" 4 "wan" ] fromanc2:0:000000:00:999:[ 04h 5 "characters" 5 "wan" ] fromanc2:0:000000:00:999:[ 05h 6 "characters" 6 "wan" ] fromanc2:0:000000:00:999:[ 06h 7 "characters" 7 "wan" ] fromanc2:0:000000:00:999:[ 07h 8 "characters" 8 "wan" ] fromanc2:0:000000:00:999:[ 08h 9 "characters" 9 "wan" ] fromanc2:0:000000:00:999:[ 10h 1 "dots" 1 "tung" ] fromanc2:0:000000:00:999:[ 11h 2 "dots" 2 "tung" ] fromanc2:0:000000:00:999:[ 12h 3 "dots" 3 "tung" ] fromanc2:0:000000:00:999:[ 13h 4 "dots" 4 "tung" ] fromanc2:0:000000:00:999:[ 14h 5 "dots" 5 "tung" ] fromanc2:0:000000:00:999:[ 15h 6 "dots" 6 "tung" ] fromanc2:0:000000:00:999:[ 16h 7 "dots" 7 "tung" ] fromanc2:0:000000:00:999:[ 17h 8 "dots" 8 "tung" ] fromanc2:0:000000:00:999:[ 18h 9 "dots" 9 "tung" ] fromanc2:0:000000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] fromanc2:0:000000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] fromanc2:0:000000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] fromanc2:0:000000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] fromanc2:0:000000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] fromanc2:0:000000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] fromanc2:0:000000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] fromanc2:0:000000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] fromanc2:0:000000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] fromanc2:0:000000:00:999:[ 30h East "wind" ] fromanc2:0:000000:00:999:[ 31h South "wind" ] fromanc2:0:000000:00:999:[ 32h West "wind" ] fromanc2:0:000000:00:999:[ 33h North "wind" ] fromanc2:0:000000:00:999:[ 34h White "dragon" ] fromanc2:0:000000:00:999:[ 35h Green "dragon" ] fromanc2:0:000000:00:999:[ 36h Red "dragon" ] ; [ Taisen Mahjong FinalRomance 4 (Japan) ] fromanc4:0:80A028:27:000:Infinite Money fromanc4:0:80A029:0F:500:Infinite Money (2/2) :fromanc4:00000000:80891C:00000000:FFFFFFFF:CPU Money Permanently 0 :fromanc4:00010000:80891D:00000000:FFFFFFFF:CPU Money Permanently 0 (2/2) fromanc4:0:000000:00:999:[ The winning hand cheat must be activated when there ] fromanc4:0:000000:00:999:[ are 14 tiles in your hand, then press the RON key ] fromanc4:0:000000:00:999:[ ('Z' by default). The tiles do not visually change ] fromanc4:0:000000:00:999:[ until you make a move. ] fromanc4:0:808809:30:001:Get winning hand Now!:Not working yet ! fromanc4:0:80880B:30:501:Get winning hand Now! (02/14) fromanc4:0:80880D:30:501:Get winning hand Now! (03/14) fromanc4:0:80880F:31:501:Get winning hand Now! (04/14) fromanc4:0:808811:31:501:Get winning hand Now! (05/14) fromanc4:0:808813:31:501:Get winning hand Now! (06/14) fromanc4:0:808815:32:501:Get winning hand Now! (07/14) fromanc4:0:808817:32:501:Get winning hand Now! (08/14) fromanc4:0:808819:32:501:Get winning hand Now! (09/14) fromanc4:0:80881B:33:501:Get winning hand Now! (10/14) fromanc4:0:80881D:33:501:Get winning hand Now! (11/14) fromanc4:0:80881F:33:501:Get winning hand Now! (12/14) fromanc4:0:808821:34:501:Get winning hand Now! (13/14) fromanc4:0:808823:34:501:Get winning hand Now! (14/14) fromanc4:0:81301D:53:001:Get winning hand Now! [ALTERNATIVE 1]:This cheat has not been tested fromanc4:0:81301E:93:501:Get winning hand Now! [ALTERNATIVE 1] (02/28):First 14 cheats are locations of internal memory for cards fromanc4:0:81301F:25:501:Get winning hand Now! [ALTERNATIVE 1] (03/28):Second 14 cheats are display locations fromanc4:0:813020:65:501:Get winning hand Now! [ALTERNATIVE 1] (04/28):Each card is unique, the first byte is 34, the other 74,B4,...so to cheat this game, ALL the card must be unique! fromanc4:0:813021:A5:501:Get winning hand Now! [ALTERNATIVE 1] (05/28) fromanc4:0:813022:28:501:Get winning hand Now! [ALTERNATIVE 1] (06/28) fromanc4:0:813023:68:501:Get winning hand Now! [ALTERNATIVE 1] (07/28) fromanc4:0:813024:A8:501:Get winning hand Now! [ALTERNATIVE 1] (08/28) fromanc4:0:813025:34:501:Get winning hand Now! [ALTERNATIVE 1] (09/28) fromanc4:0:813026:74:501:Get winning hand Now! [ALTERNATIVE 1] (10/28) fromanc4:0:813027:B5:501:Get winning hand Now! [ALTERNATIVE 1] (11/28) fromanc4:0:813028:75:501:Get winning hand Now! [ALTERNATIVE 1] (12/28) fromanc4:0:813029:35:501:Get winning hand Now! [ALTERNATIVE 1] (13/28) fromanc4:0:81302A:B4:501:Get winning hand Now! [ALTERNATIVE 1] (14/28) fromanc4:0:808809:53:501:Get winning hand Now! [ALTERNATIVE 1] (15/28) fromanc4:0:80880B:93:501:Get winning hand Now! [ALTERNATIVE 1] (16/28) fromanc4:0:80880D:25:501:Get winning hand Now! [ALTERNATIVE 1] (17/28) fromanc4:0:80880F:65:501:Get winning hand Now! [ALTERNATIVE 1] (18/28) fromanc4:0:808811:A5:501:Get winning hand Now! [ALTERNATIVE 1] (19/28) fromanc4:0:808813:28:501:Get winning hand Now! [ALTERNATIVE 1] (20/28) fromanc4:0:808815:68:501:Get winning hand Now! [ALTERNATIVE 1] (21/28) fromanc4:0:808817:A8:501:Get winning hand Now! [ALTERNATIVE 1] (22/28) fromanc4:0:808819:34:501:Get winning hand Now! [ALTERNATIVE 1] (23/28) fromanc4:0:80881B:74:501:Get winning hand Now! [ALTERNATIVE 1] (24/28) fromanc4:0:80881D:B5:501:Get winning hand Now! [ALTERNATIVE 1] (25/28) fromanc4:0:80881F:75:501:Get winning hand Now! [ALTERNATIVE 1] (26/28) fromanc4:0:808821:35:501:Get winning hand Now! [ALTERNATIVE 1] (27/28) fromanc4:0:808823:B4:501:Get winning hand Now! [ALTERNATIVE 1] (28/28) fromanc4:0:80891C:FF:001:Get winning hand Now! [ALTERNATIVE 2]:This cheat has not been tested fromanc4:0:80888D:FF:501:Get winning hand Now! [ALTERNATIVE 2] (2/4) fromanc4:0:813095:12:501:Get winning hand Now! [ALTERNATIVE 2] (3/4) fromanc4:0:81340B:12:501:Get winning hand Now! [ALTERNATIVE 2] (4/4) fromanc4:0:813393:30:001:Get Get Ordi win Now!:This cheat has not been tested & I don't know what it does.. fromanc4:0:813394:30:501:Get Ordi win Now! (02/28) fromanc4:0:813395:31:501:Get Ordi win Now! (03/28) fromanc4:0:813396:31:501:Get Ordi win Now! (04/28) fromanc4:0:813397:32:501:Get Ordi win Now! (05/28) fromanc4:0:813398:32:501:Get Ordi win Now! (06/28) fromanc4:0:813399:33:501:Get Ordi win Now! (07/28) fromanc4:0:81339A:33:501:Get Ordi win Now! (08/28) fromanc4:0:81339B:34:501:Get Ordi win Now! (09/28) fromanc4:0:81339C:34:501:Get Ordi win Now! (10/28) fromanc4:0:81339D:35:501:Get Ordi win Now! (11/28) fromanc4:0:81339E:35:501:Get Ordi win Now! (12/28) fromanc4:0:81339F:36:501:Get Ordi win Now! (13/28) fromanc4:0:8133A0:36:501:Get Ordi win Now! (14/28) fromanc4:0:808899:30:501:Get Ordi win Now! (15/28) fromanc4:0:80889b:30:501:Get Ordi win Now! (16/28) fromanc4:0:80889d:31:501:Get Ordi win Now! (17/28) fromanc4:0:80889f:31:501:Get Ordi win Now! (18/28) fromanc4:0:8088a1:32:501:Get Ordi win Now! (19/28) fromanc4:0:8088a3:32:501:Get Ordi win Now! (20/28) fromanc4:0:8088a5:33:501:Get Ordi win Now! (21/28) fromanc4:0:8088a7:33:501:Get Ordi win Now! (22/28) fromanc4:0:8088a9:34:501:Get Ordi win Now! (23/28) fromanc4:0:8088ab:34:501:Get Ordi win Now! (24/28) fromanc4:0:8088ad:35:501:Get Ordi win Now! (25/28) fromanc4:0:8088af:35:501:Get Ordi win Now! (26/28) fromanc4:0:8088b1:36:501:Get Ordi win Now! (27/28) fromanc4:0:8088b3:36:501:Get Ordi win Now! (28/28) fromanc4:0:808809:00:998:Watch tile A - Player fromanc4:0:80880B:00:998:Watch tile B - Player fromanc4:0:80880D:00:998:Watch tile C - Player fromanc4:0:80880F:00:998:Watch tile D - Player fromanc4:0:808811:00:998:Watch tile E - Player fromanc4:0:808813:00:998:Watch tile F - Player fromanc4:0:808815:00:998:Watch tile G - Player fromanc4:0:808817:00:998:Watch tile H - Player fromanc4:0:808819:00:998:Watch tile I - Player fromanc4:0:80881B:00:998:Watch tile J - Player fromanc4:0:80881D:00:998:Watch tile K - Player fromanc4:0:80881F:00:998:Watch tile L - Player fromanc4:0:808821:00:998:Watch tile M - Player fromanc4:0:808823:00:998:Watch tile N - Player fromanc4:0:80885F:00:998:Watch tile A - C.P.U. fromanc4:0:808861:00:998:Watch tile B - C.P.U. fromanc4:0:808863:00:998:Watch tile C - C.P.U. fromanc4:0:808865:00:998:Watch tile D - C.P.U. fromanc4:0:808867:00:998:Watch tile E - C.P.U. fromanc4:0:808869:00:998:Watch tile F - C.P.U. fromanc4:0:80886B:00:998:Watch tile G - C.P.U. fromanc4:0:80886D:00:998:Watch tile H - C.P.U. fromanc4:0:80886F:00:998:Watch tile I - C.P.U. fromanc4:0:808871:00:998:Watch tile J - C.P.U. fromanc4:0:808873:00:998:Watch tile K - C.P.U. fromanc4:0:808875:00:998:Watch tile L - C.P.U. fromanc4:0:808877:00:998:Watch tile M - C.P.U. fromanc4:0:808879:00:998:Watch tile N - C.P.U. fromanc4:0:000000:00:999:[ Here is the look-up list for the above watches. ] fromanc4:0:000000:00:999:[ ] fromanc4:0:000000:00:999:[ value common name chinese name ] fromanc4:0:000000:00:999:[ ??h - no tile - ] fromanc4:0:000000:00:999:[ 00h 1 "characters" 1 "wan" ] fromanc4:0:000000:00:999:[ 01h 2 "characters" 2 "wan" ] fromanc4:0:000000:00:999:[ 02h 3 "characters" 3 "wan" ] fromanc4:0:000000:00:999:[ 03h 4 "characters" 4 "wan" ] fromanc4:0:000000:00:999:[ 04h 5 "characters" 5 "wan" ] fromanc4:0:000000:00:999:[ 05h 6 "characters" 6 "wan" ] fromanc4:0:000000:00:999:[ 06h 7 "characters" 7 "wan" ] fromanc4:0:000000:00:999:[ 07h 8 "characters" 8 "wan" ] fromanc4:0:000000:00:999:[ 08h 9 "characters" 9 "wan" ] fromanc4:0:000000:00:999:[ 10h 1 "dots" 1 "tung" ] fromanc4:0:000000:00:999:[ 11h 2 "dots" 2 "tung" ] fromanc4:0:000000:00:999:[ 12h 3 "dots" 3 "tung" ] fromanc4:0:000000:00:999:[ 13h 4 "dots" 4 "tung" ] fromanc4:0:000000:00:999:[ 14h 5 "dots" 5 "tung" ] fromanc4:0:000000:00:999:[ 15h 6 "dots" 6 "tung" ] fromanc4:0:000000:00:999:[ 16h 7 "dots" 7 "tung" ] fromanc4:0:000000:00:999:[ 17h 8 "dots" 8 "tung" ] fromanc4:0:000000:00:999:[ 18h 9 "dots" 9 "tung" ] fromanc4:0:000000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] fromanc4:0:000000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] fromanc4:0:000000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] fromanc4:0:000000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] fromanc4:0:000000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] fromanc4:0:000000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] fromanc4:0:000000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] fromanc4:0:000000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] fromanc4:0:000000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] fromanc4:0:000000:00:999:[ 30h East "wind" ] fromanc4:0:000000:00:999:[ 31h South "wind" ] fromanc4:0:000000:00:999:[ 32h West "wind" ] fromanc4:0:000000:00:999:[ 33h North "wind" ] fromanc4:0:000000:00:999:[ 34h White "dragon" ] fromanc4:0:000000:00:999:[ 35h Green "dragon" ] fromanc4:0:000000:00:999:[ 36h Red "dragon" ] ; [ Idol-Mahjong Final Romance (Japan) ] fromance:0:0000:00:999:[ The winning hand cheat must be activated when there ] fromance:0:0000:00:999:[ are 14 tiles in your hand, then press the RON key ] fromance:0:0000:00:999:[ ('Z' by default). The tiles do not visually change ] fromance:0:0000:00:999:[ until you make a move. ] fromance:0:CE81:30:001:Get winning hand Now!:Not working yet ! fromance:0:CE82:30:501:Get winning hand Now! (02/14) fromance:0:CE83:30:501:Get winning hand Now! (03/14) fromance:0:CE84:31:501:Get winning hand Now! (04/14) fromance:0:CE85:31:501:Get winning hand Now! (05/14) fromance:0:CE86:31:501:Get winning hand Now! (06/14) fromance:0:CE87:32:501:Get winning hand Now! (07/14) fromance:0:CE88:32:501:Get winning hand Now! (08/14) fromance:0:CE89:32:501:Get winning hand Now! (09/14) fromance:0:CE8A:33:501:Get winning hand Now! (10/14) fromance:0:CE8B:33:501:Get winning hand Now! (11/14) fromance:0:CE8C:33:501:Get winning hand Now! (12/14) fromance:0:CE8D:34:501:Get winning hand Now! (13/14) fromance:0:CE8E:34:501:Get winning hand Now! (14/14) fromance:0:CE81:30:000:Always winning hand fromance:0:CE82:30:500:Always winning hand (02/14) fromance:0:CE83:30:500:Always winning hand (03/14) fromance:0:CE84:31:500:Always winning hand (04/14) fromance:0:CE85:31:500:Always winning hand (05/14) fromance:0:CE86:31:500:Always winning hand (06/14) fromance:0:CE87:32:500:Always winning hand (07/14) fromance:0:CE88:32:500:Always winning hand (08/14) fromance:0:CE89:32:500:Always winning hand (09/14) fromance:0:CE8A:33:500:Always winning hand (10/14) fromance:0:CE8B:33:500:Always winning hand (11/14) fromance:0:CE8C:33:500:Always winning hand (12/14) fromance:0:CE8D:34:500:Always winning hand (13/14) fromance:0:CE8E:34:500:Always winning hand (14/14) fromance:0:C702:00:000:Always winning hand (dealer) fromance:0:CB02:01:500:Always winning hand (dealer) (2/2) :fromance:00000006:CE81:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :fromance:00000006:CA81:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. fromance:0:0000:00:999:[ Here is the look-up list for ] fromance:0:0000:00:999:[ the above watches. ] fromance:0:0000:00:999:[ ] fromance:0:0000:00:999:[ value common name chinese name ] fromance:0:0000:00:999:[ ??h - no tile - ] fromance:0:0000:00:999:[ 00h 1 "characters" 1 "wan" ] fromance:0:0000:00:999:[ 01h 2 "characters" 2 "wan" ] fromance:0:0000:00:999:[ 02h 3 "characters" 3 "wan" ] fromance:0:0000:00:999:[ 03h 4 "characters" 4 "wan" ] fromance:0:0000:00:999:[ 04h 5 "characters" 5 "wan" ] fromance:0:0000:00:999:[ 05h 6 "characters" 6 "wan" ] fromance:0:0000:00:999:[ 06h 7 "characters" 7 "wan" ] fromance:0:0000:00:999:[ 07h 8 "characters" 8 "wan" ] fromance:0:0000:00:999:[ 08h 9 "characters" 9 "wan" ] fromance:0:0000:00:999:[ 10h 1 "dots" 1 "tung" ] fromance:0:0000:00:999:[ 11h 2 "dots" 2 "tung" ] fromance:0:0000:00:999:[ 12h 3 "dots" 3 "tung" ] fromance:0:0000:00:999:[ 13h 4 "dots" 4 "tung" ] fromance:0:0000:00:999:[ 14h 5 "dots" 5 "tung" ] fromance:0:0000:00:999:[ 15h 6 "dots" 6 "tung" ] fromance:0:0000:00:999:[ 16h 7 "dots" 7 "tung" ] fromance:0:0000:00:999:[ 17h 8 "dots" 8 "tung" ] fromance:0:0000:00:999:[ 18h 9 "dots" 9 "tung" ] fromance:0:0000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] fromance:0:0000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] fromance:0:0000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] fromance:0:0000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] fromance:0:0000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] fromance:0:0000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] fromance:0:0000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] fromance:0:0000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] fromance:0:0000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] fromance:0:0000:00:999:[ 30h East "wind" ] fromance:0:0000:00:999:[ 31h South "wind" ] fromance:0:0000:00:999:[ 32h West "wind" ] fromance:0:0000:00:999:[ 33h North "wind" ] fromance:0:0000:00:999:[ 34h White "dragon" ] fromance:0:0000:00:999:[ 35h Green "dragon" ] fromance:0:0000:00:999:[ 36h Red "dragon" ] ; [ Taisen Mahjong FinalRomance R (Japan) ] fromancr:0:D821C3:01:000:Infinite Money fromancr:0:D821C4:86:500:Infinite Money (2/3) fromancr:0:D821C5:9F:500:Infinite Money (3/3) :fromancr:00000000:D821BE:00000000:FFFFFFFF:CPU Money Permanently 0 :fromancr:00010000:D821BF:00000000:FFFFFFFF:CPU Money Permanently 0 (2/2) fromancr:0:000000:00:999:[ The winning hand cheat must be activated when there ] fromancr:0:000000:00:999:[ are 14 tiles in your hand, then press the RON key ] fromancr:0:000000:00:999:[ ('Z' by default). The tiles do not visually change ] fromancr:0:000000:00:999:[ until you make a move. ] fromancr:0:D820BD:30:001:Get winning hand Now!:Not working yet ! fromancr:0:D820BF:30:501:Get winning hand Now! (02/14) fromancr:0:D820C1:30:501:Get winning hand Now! (03/14) fromancr:0:D820C3:31:501:Get winning hand Now! (04/14) fromancr:0:D820C5:31:501:Get winning hand Now! (05/14) fromancr:0:D820C7:31:501:Get winning hand Now! (06/14) fromancr:0:D820C9:32:501:Get winning hand Now! (07/14) fromancr:0:D820CB:32:501:Get winning hand Now! (08/14) fromancr:0:D820CD:32:501:Get winning hand Now! (09/14) fromancr:0:D820CF:33:501:Get winning hand Now! (10/14) fromancr:0:D820D1:33:501:Get winning hand Now! (11/14) fromancr:0:D820D3:33:501:Get winning hand Now! (12/14) fromancr:0:D820D5:34:501:Get winning hand Now! (13/14) fromancr:0:D820D7:34:501:Get winning hand Now! (14/14) fromancr:0:D820BD:00:001:Get winning hand Now! [ALTERNATIVE 1] fromancr:0:D820BF:00:501:Get winning hand Now! [ALTERNATIVE 1] (02/14) fromancr:0:D820C1:00:501:Get winning hand Now! [ALTERNATIVE 1] (03/14) fromancr:0:D820C3:01:501:Get winning hand Now! [ALTERNATIVE 1] (04/14) fromancr:0:D820C5:01:501:Get winning hand Now! [ALTERNATIVE 1] (05/14) fromancr:0:D820C7:01:501:Get winning hand Now! [ALTERNATIVE 1] (06/14) fromancr:0:D820C9:02:501:Get winning hand Now! [ALTERNATIVE 1] (07/14) fromancr:0:D820CB:02:501:Get winning hand Now! [ALTERNATIVE 1] (08/14) fromancr:0:D820CD:02:501:Get winning hand Now! [ALTERNATIVE 1] (09/14) fromancr:0:D820CF:03:501:Get winning hand Now! [ALTERNATIVE 1] (10/14) fromancr:0:D820D1:03:501:Get winning hand Now! [ALTERNATIVE 1] (11/14) fromancr:0:D820D3:03:501:Get winning hand Now! [ALTERNATIVE 1] (12/14) fromancr:0:D820D5:04:501:Get winning hand Now! [ALTERNATIVE 1] (13/14) fromancr:0:D820D7:04:501:Get winning hand Now! [ALTERNATIVE 1] (14/14) fromancr:0:D821BD:FF:001:Get winning hand Now! [ALTERNATIVE 2] fromancr:0:D821Be:FF:501:Get winning hand Now! [ALTERNATIVE 2] (2/4) fromancr:0:D820E3:12:501:Get winning hand Now! [ALTERNATIVE 2] (3/4) fromancr:0:D82139:12:501:Get winning hand Now! [ALTERNATIVE 2] (4/4) fromancr:0:D820D7:34:000:Always winning hand:This cheat has not been tested fromancr:0:D820D6:80:500:Always winning hand (02/27) fromancr:0:D820D5:34:500:Always winning hand (03/27) fromancr:0:D820D4:80:500:Always winning hand (04/27) fromancr:0:D820D3:33:500:Always winning hand (05/27) fromancr:0:D820D2:80:500:Always winning hand (06/27) fromancr:0:D820D1:33:500:Always winning hand (07/27) fromancr:0:D820D0:80:500:Always winning hand (08/27) fromancr:0:D820CF:33:500:Always winning hand (09/27) fromancr:0:D820CE:80:500:Always winning hand (10/27) fromancr:0:D820CD:32:500:Always winning hand (11/27) fromancr:0:D820CC:80:500:Always winning hand (12/27) fromancr:0:D820CB:32:500:Always winning hand (13/27) fromancr:0:D820CA:80:500:Always winning hand (14/27) fromancr:0:D820C9:32:500:Always winning hand (15/27) fromancr:0:D820C8:80:500:Always winning hand (16/27) fromancr:0:D820C7:31:500:Always winning hand (17/27) fromancr:0:D820C6:80:500:Always winning hand (18/27) fromancr:0:D820C5:31:500:Always winning hand (19/27) fromancr:0:D820C4:80:500:Always winning hand (20/27) fromancr:0:D820C3:31:500:Always winning hand (21/27) fromancr:0:D820C2:80:500:Always winning hand (22/27) fromancr:0:D820C1:30:500:Always winning hand (23/27) fromancr:0:D820C0:80:500:Always winning hand (24/27) fromancr:0:D820BF:30:500:Always winning hand (25/27) fromancr:0:D820BE:80:500:Always winning hand (26/27) fromancr:0:D820BD:30:500:Always winning hand (27/27) fromancr:0:D820BD:00:998:Watch tile A - Player fromancr:0:D820BF:00:998:Watch tile B - Player fromancr:0:D820C1:00:998:Watch tile C - Player fromancr:0:D820C3:00:998:Watch tile D - Player fromancr:0:D820C5:00:998:Watch tile E - Player fromancr:0:D820C7:00:998:Watch tile F - Player fromancr:0:D820C9:00:998:Watch tile G - Player fromancr:0:D820CB:00:998:Watch tile H - Player fromancr:0:D820CD:00:998:Watch tile I - Player fromancr:0:D820CF:00:998:Watch tile J - Player fromancr:0:D820D1:00:998:Watch tile K - Player fromancr:0:D820D3:00:998:Watch tile L - Player fromancr:0:D820D5:00:998:Watch tile M - Player fromancr:0:D820D7:00:998:Watch tile N - Player fromancr:0:D82113:00:998:Watch tile A - C.P.U. fromancr:0:D82115:00:998:Watch tile B - C.P.U. fromancr:0:D82117:00:998:Watch tile C - C.P.U. fromancr:0:D82119:00:998:Watch tile D - C.P.U. fromancr:0:D8211B:00:998:Watch tile E - C.P.U. fromancr:0:D8211D:00:998:Watch tile F - C.P.U. fromancr:0:D8211F:00:998:Watch tile G - C.P.U. fromancr:0:D82121:00:998:Watch tile H - C.P.U. fromancr:0:D82123:00:998:Watch tile I - C.P.U. fromancr:0:D82125:00:998:Watch tile J - C.P.U. fromancr:0:D82127:00:998:Watch tile K - C.P.U. fromancr:0:D82129:00:998:Watch tile L - C.P.U. fromancr:0:D8212B:00:998:Watch tile M - C.P.U. fromancr:0:D8212D:00:998:Watch tile N - C.P.U. fromancr:0:000000:00:999:[ Here is the look-up list for ] fromancr:0:000000:00:999:[ the above watches. ] fromancr:0:000000:00:999:[ ] fromancr:0:000000:00:999:[ value common name chinese name ] fromancr:0:000000:00:999:[ ??h - no tile - ] fromancr:0:000000:00:999:[ 00h 1 "characters" 1 "wan" ] fromancr:0:000000:00:999:[ 01h 2 "characters" 2 "wan" ] fromancr:0:000000:00:999:[ 02h 3 "characters" 3 "wan" ] fromancr:0:000000:00:999:[ 03h 4 "characters" 4 "wan" ] fromancr:0:000000:00:999:[ 04h 5 "characters" 5 "wan" ] fromancr:0:000000:00:999:[ 05h 6 "characters" 6 "wan" ] fromancr:0:000000:00:999:[ 06h 7 "characters" 7 "wan" ] fromancr:0:000000:00:999:[ 07h 8 "characters" 8 "wan" ] fromancr:0:000000:00:999:[ 08h 9 "characters" 9 "wan" ] fromancr:0:000000:00:999:[ 10h 1 "dots" 1 "tung" ] fromancr:0:000000:00:999:[ 11h 2 "dots" 2 "tung" ] fromancr:0:000000:00:999:[ 12h 3 "dots" 3 "tung" ] fromancr:0:000000:00:999:[ 13h 4 "dots" 4 "tung" ] fromancr:0:000000:00:999:[ 14h 5 "dots" 5 "tung" ] fromancr:0:000000:00:999:[ 15h 6 "dots" 6 "tung" ] fromancr:0:000000:00:999:[ 16h 7 "dots" 7 "tung" ] fromancr:0:000000:00:999:[ 17h 8 "dots" 8 "tung" ] fromancr:0:000000:00:999:[ 18h 9 "dots" 9 "tung" ] fromancr:0:000000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] fromancr:0:000000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] fromancr:0:000000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] fromancr:0:000000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] fromancr:0:000000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] fromancr:0:000000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] fromancr:0:000000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] fromancr:0:000000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] fromancr:0:000000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] fromancr:0:000000:00:999:[ 30h East "wind" ] fromancr:0:000000:00:999:[ 31h South "wind" ] fromancr:0:000000:00:999:[ 32h West "wind" ] fromancr:0:000000:00:999:[ 33h North "wind" ] fromancr:0:000000:00:999:[ 34h White "dragon" ] fromancr:0:000000:00:999:[ 35h Green "dragon" ] fromancr:0:000000:00:999:[ 36h Red "dragon" ] ; [ Front Line ] frontlin:0:8620:06:000:Infinite Lives frontlin:0:812E:FF:000:Never any Rocks frontlin:0:0000:00:999:[See the Dip Switch Menu to ] frontlin:0:0000:00:999:[enable Invincibility. ] ; [ Final Round, The (version M) ] fround:1:040143:30:000:Infinite Time [Intro] fround:1:04013E:09:000:Infinite Time [In Game] fround:1:04013F:59:500:Infinite Time [In Game] (2/2) fround:1:04013E:00:001:Finish Round Now! fround:1:04013F:00:501:Finish Round Now! (2/2) :fround:01800000:0422F0:00000001:FFFFFFFF:Powerful Mode:Always 1 hit 1 down in Powerful Mode :fround:01800000:0422F1:00000001:FFFFFFFF:Hard Mode:Stronger CPU character in Hard Mode fround:1:042096:20:000:Infinite Energy PL1 fround:1:042096:00:001:Drain All Energy Now! PL1 :fround:01000000:040044:00000000:00000010:Rapid Fire PL1 :fround:01010000:040044:00000000:00000020:Rapid Fire PL1 (2/2) fround:1:042196:20:000:Infinite Energy PL2 fround:1:042196:00:001:Drain All Energy Now! PL2 :fround:01000000:040046:00000000:00000010:Rapid Fire PL2 :fround:01010000:040046:00000000:00000020:Rapid Fire PL2 (2/2) fround:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Final Round, The (version L) ] froundl:1:040143:30:000:Infinite Time [Intro] froundl:1:04013E:09:000:Infinite Time [In Game] froundl:1:04013F:59:500:Infinite Time [In Game] (2/2) froundl:1:04013E:00:001:Finish Round Now! froundl:1:04013F:00:501:Finish Round Now! (2/2) :froundl:01800000:0422F0:00000001:FFFFFFFF:Powerful Mode:Always 1 hit 1 down in Powerful Mode :froundl:01800000:0422F1:00000001:FFFFFFFF:Hard Mode:Stronger CPU character in Hard Mode froundl:1:042096:20:000:Infinite Energy PL1 froundl:1:042096:00:001:Drain All Energy Now! PL1 :froundl:01000000:040044:00000000:00000010:Rapid Fire PL1 :froundl:01010000:040044:00000000:00000020:Rapid Fire PL1 (2/2) froundl:1:042196:20:000:Infinite Energy PL2 froundl:1:042196:00:001:Drain All Energy Now! PL2 :froundl:01000000:040046:00000000:00000010:Rapid Fire PL2 :froundl:01010000:040046:00000000:00000020:Rapid Fire PL2 (2/2) froundl:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Flying Shark (World) ] fshark:0:030429:08:000:Infinite Lives fshark:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end fshark:0:0304D5:06:000:Always Maximum Shot Power :fshark:20800000:001CD0:00000060:FFFFFFFF:Invincibility :fshark:20810000:002AA8:00000060:FFFFFFFF:Invincibility (2/6):1st = Fire, 2nd = Enemy :fshark:20910000:000BD6:00000002:FFFFFFFF:Invincibility (3/6):Parts 3-6 are "Avoid In-game ROM Check Error" they will be needed with any ROM cheats to stop the game from crashing or freezing at the moment Invincibility is the only ROM cheat so it's tied in directly for ease of operation :fshark:20810000:001A86:00000060:FFFFFFFF:Invincibility (4/6) :fshark:20910000:00325E:00000002:FFFFFFFF:Invincibility (5/6) :fshark:20810000:00427C:00000060:FFFFFFFF:Invincibility (6/6) :fshark:00000000:0304BD:00000020:FFFFFFFF:Rapid Fire ; [ Flying Shark (bootleg) ] fsharkbt:0:030429:08:000:Infinite Lives fsharkbt:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end fsharkbt:0:0304D5:06:000:Always Maximum Shot Power :fsharkbt:20800000:001CD2:00000060:FFFFFFFF:Invincibility :fsharkbt:20810000:002AB4:00000060:FFFFFFFF:Invincibility (2/6):1st = Fire, 2nd = Enemy :fsharkbt:20910000:000BC0:00000002:FFFFFFFF:Invincibility (3/6):Parts 3-6 are "Avoid In-game ROM Check Error" they will be needed with any ROM cheats to stop the game from crashing or freezing at the moment Invincibility is the only ROM cheat so it's tied in directly for ease of operation :fsharkbt:20810000:001A88:00000060:FFFFFFFF:Invincibility (4/6) :fsharkbt:20910000:00326A:00000002:FFFFFFFF:Invincibility (5/6) :fsharkbt:20810000:004302:00000060:FFFFFFFF:Invincibility (6/6) :fsharkbt:00000000:0304BD:00000020:FFFFFFFF:Rapid Fire ; [ Final Star Force (US) ] fstarfrc:0:10126B:FF:000:Infinite Credits fstarfrc:0:101237:09:000:Infinite Lives PL1 fstarfrc:0:101239:06:000:Infinite Smart Bombs PL1 fstarfrc:0:100071:FF:006:Invincibility PL1 fstarfrc:0:100070:00:500:Invincibility PL1 (2/2) fstarfrc:0:100068:07:000:Max fire power PL1 fstarfrc:0:100069:10:020:Always have Laser Fire PL1 fstarfrc:0:100069:20:540:Always have Laser Fire PL1 (2/2) fstarfrc:0:100069:10:040:Always have Multiway Fire PL1 fstarfrc:0:100069:20:520:Always have Multiway Fire PL1 (2/2) fstarfrc:0:100069:10:020:Always have Seeker Fire PL1 fstarfrc:0:100069:20:520:Always have Seeker Fire PL1 (2/2) fstarfrc:0:100069:10:021:Get Laser Fire Now! PL1 fstarfrc:0:100069:20:541:Get Laser Fire Now! PL1 (2/2) fstarfrc:0:100069:10:041:Get Multiway Fire Now! PL1 fstarfrc:0:100069:20:521:Get Multiway Fire Now! PL1 (2/2) fstarfrc:0:100069:10:021:Get Seeker Fire Now! PL1 fstarfrc:0:100069:20:521:Get Seeker Fire Now! PL1 (2/2) fstarfrc:0:101247:09:000:Infinite Lives PL2 fstarfrc:0:101249:06:000:Infinite Smart Bombs PL2 fstarfrc:0:100081:FF:006:Invincibility PL2 fstarfrc:0:100080:00:500:Invincibility PL2 (2/2) fstarfrc:0:100078:07:000:Max fire power PL2 fstarfrc:0:100079:10:020:Always have Laser Fire PL2 fstarfrc:0:100079:20:540:Always have Laser Fire PL2 (2/2) fstarfrc:0:100079:10:040:Always have Multiway Fire PL2 fstarfrc:0:100079:20:520:Always have Multiway Fire PL2 (2/2) fstarfrc:0:100079:10:020:Always have Seeker Fire PL2 fstarfrc:0:100079:20:520:Always have Seeker Fire PL2 (2/2) fstarfrc:0:100079:10:021:Get Laser Fire Now! PL2 fstarfrc:0:100079:20:541:Get Laser Fire Now! PL2 (2/2) fstarfrc:0:100079:10:041:Get Multiway Fire Now! PL2 fstarfrc:0:100079:20:521:Get Multiway Fire Now! PL2 (2/2) fstarfrc:0:100079:10:021:Get Seeker Fire Now! PL2 fstarfrc:0:100079:20:521:Get Seeker Fire Now! PL2 (2/2) ; [ Fighters Swords (Korean release of Samurai Shodown III) ] fswords:0:10849E:99:000:Infinite Time fswords:0:10849E:00:001:Finish this Round Now! :fswords:62000000:000000:00000000:00000000:Select Backdrop :fswords:00010000:109069:00000000:FFFFFFFF:Haohmaru :fswords:00010000:109069:00000001:FFFFFFFF:Nakoruru :fswords:00010000:109069:00000002:FFFFFFFF:Rimururu :fswords:00010000:109069:00000003:FFFFFFFF:Hanzo Hattori :fswords:00010000:109069:00000004:FFFFFFFF:Galford :fswords:00010000:109069:00000005:FFFFFFFF:Kyoshiro Senryou :fswords:00010000:109069:00000006:FFFFFFFF:Ukyo Tachibana :fswords:00010000:109069:00000007:FFFFFFFF:Genjuro Kibagami :fswords:00010000:109069:00000008:FFFFFFFF:Kubikiri Basara :fswords:00010000:109069:00000009:FFFFFFFF:Shizumaru Hisame :fswords:00010000:109069:0000000A:FFFFFFFF:Gaira Kafuin :fswords:00010000:109069:0000000B:FFFFFFFF:Amakusa Shirou Tokisada :fswords:00010000:109069:0000000C:FFFFFFFF:Kuroko :fswords:00010000:109069:0000000D:FFFFFFFF:Zankuro Minazuki :fswords:00010000:109069:0000000E:FFFFFFFF:Zankuro Minazuki (Final Battle) fswords:0:108573:80:000:Infinite Energy PL1 fswords:0:108573:00:001:Drain All Energy Now! PL1 fswords:0:10857C:40:000:Infinite Power PL1 fswords:0:10857C:00:001:Drain All Power Now! PL1 :fswords:00000100:108592:00000002:FFFFFFFF:Select Rounds Won PL1 :fswords:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :fswords:60000000:000000:00000000:00000000:[ rounds or just after selection. There are ] :fswords:60000000:000000:00000000:00000000:[ however some glitches, eg. when you win ] :fswords:60000000:000000:00000000:00000000:[ with Zankuro Minazuki. ] :fswords:62000000:000000:00000000:00000000:Select Character PL1 :fswords:00010000:108470:00000000:0000000F:Haohmaru :fswords:00010000:108470:00000001:0000000F:Nakoruru :fswords:00010000:108470:00000002:0000000F:Rimururu :fswords:00010000:108470:00000003:0000000F:Hanzo Hattori :fswords:00010000:108470:00000004:0000000F:Galford :fswords:00010000:108470:00000005:0000000F:Kyoshiro Senryou :fswords:00010000:108470:00000006:0000000F:Ukyo Tachibana :fswords:00010000:108470:00000007:0000000F:Genjuro Kibagami :fswords:00010000:108470:00000008:0000000F:Kubikiri Basara :fswords:00010000:108470:00000009:0000000F:Shizumaru Hisame :fswords:00010000:108470:0000000A:0000000F:Gaira Kafuin :fswords:00010000:108470:0000000B:0000000F:Amakusa Shirou Tokisada :fswords:00010000:108470:0000000C:0000000F:#Kuroko :fswords:00010000:108470:0000000D:0000000F:#Zankuro Minazuki :fswords:62000000:000000:00000000:00000000:Select Playing Style PL1 :fswords:00010000:108470:00000000:00000050:Slash :fswords:00010000:108470:00000050:00000050:Bust :fswords:62000000:000000:00000000:00000000:Select Character Colour PL1 :fswords:00010000:108470:00000000:00000080:A colour :fswords:00010000:108470:00000080:00000080:B colour :fswords:62000000:000000:00000000:00000000:Select Character Difficulty PL1 :fswords:00010000:108472:00000000:FFFFFFFF:Beginners Class :fswords:00010000:108472:00000001:FFFFFFFF:Medium Grade :fswords:00010000:108472:00000002:FFFFFFFF:Upper Grade fswords:0:108673:80:000:Infinite Energy PL2 fswords:0:108673:00:001:Drain All Energy Now! PL2 fswords:0:10867C:40:000:Infinite Power PL2 fswords:0:10867C:00:001:Drain All Power Now! PL2 :fswords:00000100:108692:00000002:FFFFFFFF:Select Rounds Won PL2 :fswords:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :fswords:60000000:000000:00000000:00000000:[ rounds or just after selection. There are ] :fswords:60000000:000000:00000000:00000000:[ however some glitches, eg. when you win ] :fswords:60000000:000000:00000000:00000000:[ with Zankuro Minazuki. ] :fswords:62000000:000000:00000000:00000000:Select Character PL2 :fswords:00010000:108471:00000000:0000000F:Haohmaru :fswords:00010000:108471:00000001:0000000F:Nakoruru :fswords:00010000:108471:00000002:0000000F:Rimururu :fswords:00010000:108471:00000003:0000000F:Hanzo Hattori :fswords:00010000:108471:00000004:0000000F:Galford :fswords:00010000:108471:00000005:0000000F:Kyoshiro Senryou :fswords:00010000:108471:00000006:0000000F:Ukyo Tachibana :fswords:00010000:108471:00000007:0000000F:Genjuro Kibagami :fswords:00010000:108471:00000008:0000000F:Kubikiri Basara :fswords:00010000:108471:00000009:0000000F:Shizumaru Hisame :fswords:00010000:108471:0000000A:0000000F:Gaira Kafuin :fswords:00010000:108471:0000000B:0000000F:Amakusa Shirou Tokisada :fswords:00010000:108471:0000000C:0000000F:#Kuroko :fswords:00010000:108471:0000000D:0000000F:#Zankuro Minazuki :fswords:62000000:000000:00000000:00000000:Select Playing Style PL2 :fswords:00010000:108471:00000000:00000050:Slash :fswords:00010000:108471:00000050:00000050:Bust :fswords:62000000:000000:00000000:00000000:Select Character Colour PL2 :fswords:00010000:108471:00000000:00000080:A colour :fswords:00010000:108471:00000080:00000080:B colour :fswords:62000000:000000:00000000:00000000:Select Character Difficulty PL2 :fswords:00010000:108473:00000000:FFFFFFFF:Beginners Class :fswords:00010000:108473:00000001:FFFFFFFF:Medium Grade :fswords:00010000:108473:00000002:FFFFFFFF:Upper Grade :fswords:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :fswords:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :fswords:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Fighters' Impact (Ver 2.02O) ] :ftimpact:00000000:0010C218:00000009:FFFFFFFF:Infinite Credits :ftimpact:00100000:0016E180:00001356:FFFFFFFF:Infinite Time :ftimpact:00100001:0016E180:00000001:FFFFFFFF:Finish this Round Now! :ftimpact:00000000:00107B9D:00000000:FFFFFFFF:Infinite Play Time :ftimpact:00010000:0010A005:00000000:FFFFFFFF:Infinite Play Time (2/4) :ftimpact:00010000:003DE230:00000000:FFFFFFFF:Infinite Play Time (3/4) :ftimpact:00010000:003DBB20:00000000:FFFFFFFF:Infinite Play Time (4/4) :ftimpact:00000000:0016E1C6:000000C8:FFFFFFFF:Infinite Energy PL1 :ftimpact:00000001:0016E1C6:00000000:FFFFFFFF:Drain All Energy Now! PL1 :ftimpact:00000000:0016EC2E:000000C8:FFFFFFFF:Infinite Energy PL2 :ftimpact:00000001:0016EC2E:00000000:FFFFFFFF:Drain All Energy Now! PL2 ; [ Fighters' Impact A (Ver 2.00J) ] :ftimpcta:00000000:0010C218:00000009:FFFFFFFF:Infinite Credits :ftimpcta:00100000:0016E180:00001356:FFFFFFFF:Infinite Time :ftimpcta:00100001:0016E180:00000001:FFFFFFFF:Finish this Round Now! :ftimpcta:00000000:00107B9D:00000000:FFFFFFFF:Infinite Play Time :ftimpcta:00010000:0010A005:00000000:FFFFFFFF:Infinite Play Time (2/4) :ftimpcta:00010000:003DE230:00000000:FFFFFFFF:Infinite Play Time (3/4) :ftimpcta:00010000:003DBB20:00000000:FFFFFFFF:Infinite Play Time (4/4) :ftimpcta:00000000:0016E1C6:000000C8:FFFFFFFF:Infinite Energy PL1 :ftimpcta:00000001:0016E1C6:00000000:FFFFFFFF:Drain All Energy Now! PL1 :ftimpcta:00000000:0016EC2E:000000C8:FFFFFFFF:Infinite Energy PL2 :ftimpcta:00000001:0016EC2E:00000000:FFFFFFFF:Drain All Energy Now! PL2 ; [ Fighting Soccer ] ftsoccer:0:E10B:99:000:Infinite Time ftsoccer:0:E10C:59:500:Infinite Time (2/2) ftsoccer:0:E10B:00:001:Finish Game Now! ftsoccer:0:E10C:00:501:Finish Game Now! (2/2) ftsoccer:0:E118:99:073:Select Score Team 1 ftsoccer:0:E118:00:000:Score always = 0 Team 1 ftsoccer:0:E118:10:000:Score always = 10 Team 1 ftsoccer:0:E118:00:001:Score = 0 Now! Team 1 ftsoccer:0:E118:10:001:Score = 10 Now! Team 1 ftsoccer:0:E119:99:073:Select Score Team 2 ftsoccer:0:E119:00:000:Score always = 0 Team 2 ftsoccer:0:E119:10:000:Score always = 10 Team 2 ftsoccer:0:E119:00:001:Score = 0 Now! Team 2 ftsoccer:0:E119:10:001:Score = 10 Now! Team 2 ; [ Full Throttle (Japan) ] fullthrl:0:400823:09:000:Infinite Credits fullthrl:0:401C48:99:000:Infinite Time fullthrl:0:4040A3:03:000:Infinite Nitros fullthrl:0:000000:00:999:[ The Crazy Speed cheat is faster than Nitros ] fullthrl:0:000000:00:999:[ but take care with it - with the Always cheat ] fullthrl:0:000000:00:999:[ you will keep going forward even when you ] fullthrl:0:000000:00:999:[ crash. The Get Boost Now! cheat with an ] fullthrl:0:000000:00:999:[ activation key assigned is better but don't ] fullthrl:0:000000:00:999:[ activate it during the crash sequence or you ] fullthrl:0:000000:00:999:[ may lose the car sprite! ] fullthrl:0:40411C:05:001:Get a Crazy Speed Boost Now! fullthrl:0:40411D:FF:501:Get a Crazy Speed Boost Now! (2/2) fullthrl:0:40411C:05:000:Always drive at Crazy Speed fullthrl:0:40411D:FF:500:Always drive at Crazy Speed (2/2) ; [ Funky Bee ] :funkybee:20A00000:3433:003F60C3:FFFFFFFF:Invincibility :funkybee:20A10000:3F60:000DFE7A:FFFFFFFF:Invincibility (2/6):1st = jp $3F60, 2nd = ld a,d / cp $0D :funkybee:20B10000:3F63:11FE0538:FFFFFFFF:Invincibility (3/6):jr c, $3F6A / cp $11 :funkybee:20A10000:3F67:00343BDA:FFFFFFFF:Invincibility (4/6):jp c, $343B :funkybee:20B10000:3F6A:B602CBDD:FFFFFFFF:Invincibility (5/6):res 6,(ix+$02) :funkybee:20A10000:3F6E:00C9B6CB:FFFFFFFF:Invincibility (6/6):res 6,(hl) / ret ;funkybee:0:8113:80:000:Invincibility:RAM Invincibility works fine but left out for ROM cheat above :funkybee:00000000:8021:00000008:FFFFFFFF:Infinite Lives PL1 :funkybee:00001501:801F:00000062:FFFFFFFF:Select Starting Round PL1 :funkybee:00000000:8022:00000008:FFFFFFFF:Infinite Lives PL2 :funkybee:00001501:8020:00000062:FFFFFFFF:Select Starting Round PL2 ; [ First Funky Fighter, The ] funkyfig:0:0000:00:999:[ This game hasn't even ]:REASON 11 funkyfig:0:0000:00:999:[ been looked at due to ]:REASON 11 funkyfig:0:0000:00:999:[ time constraints - Too]:REASON 11 funkyfig:0:0000:00:999:[ many games and so ]:REASON 11 funkyfig:0:0000:00:999:[ little time. It is ]:REASON 11 funkyfig:0:0000:00:999:[ even possible that ]:REASON 11 funkyfig:0:0000:00:999:[ this game may be a ]:REASON 11 funkyfig:0:0000:00:999:[ clone of an existing ]:REASON 11 funkyfig:0:0000:00:999:[ game which may have ]:REASON 11 funkyfig:0:0000:00:999:[ cheats. Please search ]:REASON 11 funkyfig:0:0000:00:999:[ the cheat forums ]:REASON 11 funkyfig:0:0000:00:999:[ before posting cheat ]:REASON 11 funkyfig:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Funky Jet (Japan) ] funkyjej:0:143869:09:000:Infinite Credits :funkyjej:00000010:1438A6:00000005:00000007:Infinite Time :funkyjej:00100001:143068:00008004:FFFFFFFF:Get Berserk Pack Now! funkyjej:0:143051:09:000:Infinite Lives PL1 funkyjej:0:143053:24:000:Infinite Energy PL1 funkyjej:0:14302B:02:000:Invincibility PL1 funkyjej:0:143151:09:000:Infinite Lives PL2 funkyjej:0:143153:24:000:Infinite Energy PL2 funkyjej:0:14312B:02:000:Invincibility PL2 ; [ Funky Jet (World) ] funkyjet:0:143869:09:000:Infinite Credits :funkyjet:00000010:1438A6:00000005:00000007:Infinite Time :funkyjet:00100001:143068:00008004:FFFFFFFF:Get Berserk Pack Now! funkyjet:0:143051:09:000:Infinite Lives PL1 funkyjet:0:143053:24:000:Infinite Energy PL1 funkyjet:0:14302B:02:000:Invincibility PL1 funkyjet:0:143151:09:000:Infinite Lives PL2 funkyjet:0:143153:24:000:Infinite Energy PL2 funkyjet:0:14312B:02:000:Invincibility PL2 ; [ Funny Mouse ] funnymou:0:841F:01:000:Invincibility funnymou:0:0000:00:999:[See the Dip Switch Menu to ] funnymou:0:0000:00:999:[enable an alternate ] funnymou:0:0000:00:999:[Invincibility cheat. ] funnymou:0:8200:1A:000:Infinite Lives PL1 funnymou:0:8300:1A:000:Infinite Lives PL2 ; [ Funny Bubble ] funybubl:0:F67C:01:000:Pause the Bubbles:This cheat stops the bubble train moving - only activate it during play! ; [ Funny Strip ] :funystrp:00000000:FF3671:00000007:FFFFFFFF:Infinite Lives PL1 :funystrp:00000010:FF3670:0000000E:000001FF:Invincibility PL1 :funystrp:00010000:FF3687:00000002:FFFFFFFF:Invincibility PL1 (2/2) :funystrp:00000000:FF3651:00000007:FFFFFFFF:Infinite Lives PL2 :funystrp:00000010:FF3650:0000000E:000001FF:Invincibility PL2 :funystrp:00010000:FF3667:00000002:FFFFFFFF:Invincibility PL2 (2/2) ; [ Future Flash ] futflash:0:0000:00:999:[ There are no cheats ]:REASON 1 futflash:0:0000:00:999:[ for this game as it ]:REASON 1 futflash:0:0000:00:999:[ didn't work the last ]:REASON 1 futflash:0:0000:00:999:[ time it was tested. ]:REASON 1 futflash:0:0000:00:999:[ If the game now works ]:REASON 1 futflash:0:0000:00:999:[ please request cheats ]:REASON 1 futflash:0:0000:00:999:[ for it on the cheat ]:REASON 1 futflash:0:0000:00:999:[ forums. ]:REASON 1 ; [ Future Spy ] futspy:0:645B:09:000:Infinite Lives futspy:0:65CC:00:000:Invincibility ; [ Fighting Vipers ] fvipers:0:0000:00:999:[ There are no cheats ]:REASON 1 fvipers:0:0000:00:999:[ for this game as it ]:REASON 1 fvipers:0:0000:00:999:[ didn't work the last ]:REASON 1 fvipers:0:0000:00:999:[ time it was tested. ]:REASON 1 fvipers:0:0000:00:999:[ If the game now works ]:REASON 1 fvipers:0:0000:00:999:[ please request cheats ]:REASON 1 fvipers:0:0000:00:999:[ for it on the cheat ]:REASON 1 fvipers:0:0000:00:999:[ forums. ]:REASON 1 ; [ Fighting Vipers 2 ] fvipers2:0:0000:00:999:[ There are no cheats ]:REASON 1 fvipers2:0:0000:00:999:[ for this game as it ]:REASON 1 fvipers2:0:0000:00:999:[ didn't work the last ]:REASON 1 fvipers2:0:0000:00:999:[ time it was tested. ]:REASON 1 fvipers2:0:0000:00:999:[ If the game now works ]:REASON 1 fvipers2:0:0000:00:999:[ please request cheats ]:REASON 1 fvipers2:0:0000:00:999:[ for it on the cheat ]:REASON 1 fvipers2:0:0000:00:999:[ forums. ]:REASON 1 ; [ F-X ] fx:0:E001:63:000:Infinite Credits fx:0:E0AB:0A:000:Infinite Lives :fx:20800000:18B3:00000018:FFFFFFFF:Invincibility fx:0:0000:00:999:[ See the Dip Switch Menu for an ] fx:0:0000:00:999:[ alternate Invincibility cheat. ] ; [ Golgo 13 Kiseki no Dandou (GLS1/VER.A) ] :g13knd:00000000:003BC22C:00000009:FFFFFFFF:Infinite Credits :g13knd:00100000:003BCD09:00000909:FFFFFFFF:Infinite Time :g13knd:00100001:003BCD09:00000000:FFFFFFFF:Time Over Now! :g13knd:00000000:003BCBC8:00000006:FFFFFFFF:Infinite Ammo :g13knd:00000000:003BCC04:00000064:FFFFFFFF:Infinite Reliability:The game is over at 0% :g13knd:62000000:00000000:00000000:FFFFFFFF:Select Story:Set on story selection screen then turn it OFF after you've chosen a story :g13knd:00010000:003BCC6C:00000001:FFFFFFFF:Handoutai Crisis :g13knd:00010000:003BCC6C:00000002:FFFFFFFF:Coup detat Zenya :g13knd:00010000:003BCC6C:00000003:FFFFFFFF:Troling Boat :g13knd:00010000:003BCC6C:00000007:FFFFFFFF:Dokubou to Iu Na no Missitsu :g13knd:00010000:003BCC6C:00000008:FFFFFFFF:Ansatsu no Teien :g13knd:00010000:003BCC6C:0000000A:FFFFFFFF:Mafia no Haku Kutsu :g13knd:00010000:003BCC6C:0000000C:FFFFFFFF:Cut Image "G" :g13knd:00010000:003BCC6C:00000010:FFFFFFFF:Satsujin Kyoudan no Yoru :g13knd:00010000:003BCC6C:00000013:FFFFFFFF:"G" Ansatsu Keikaku :g13knd:00010000:003BCC6C:00000014:FFFFFFFF:Turf Magic :g13knd:00010000:003BCC6C:00000015:FFFFFFFF:Hunting Dog :g13knd:00010000:003BCC6C:00000016:FFFFFFFF:Sennyuu Sousain :g13knd:00010000:003BCC6C:00000017:FFFFFFFF:Bakudan-ma Kara no Chousen-Jyou :g13knd:00010000:003BCC6C:00000018:FFFFFFFF:Tai-Sensya Sogeki :g13knd:00010000:003BCC6C:00000019:FFFFFFFF:Kouensya no Kako :g13knd:00010000:003BCC6C:0000001A:FFFFFFFF:Sajin Mau Daichi :g13knd:00010000:003BCC6C:0000001B:FFFFFFFF:Blizzard :g13knd:00010000:003BCC6C:0000001C:FFFFFFFF:Towing Rope :g13knd:00010000:003BCC6C:0000001D:FFFFFFFF:Tojirareta Gensitsu :g13knd:00010000:003BCC6C:0000001E:FFFFFFFF:Chinurareta Idenshi :g13knd:62000000:00000000:00000000:00000000:Select Game Mode :g13knd:00010000:003BCBA4:00000000:FFFFFFFF:Normal Mode :g13knd:00010000:003BCBA4:00000001:FFFFFFFF:Golgo Mode ; [ Golden Axe: The Revenge of Death Adder (World) ] ga2:0:20B430:04:000:Infinite Lives PL1 ga2:0:20010C:30:000:Infinite Energy PL1 ga2:0:20B43C:63:000:Infinite Magic PL1 ga2:0:20B530:04:000:Infinite Lives PL2 ga2:0:20024C:30:000:Infinite Energy PL2 ga2:0:20B53C:63:000:Infinite Magic PL2 ga2:0:20B630:04:000:Infinite Lives PL3 ga2:0:20038C:30:000:Infinite Energy PL3 ga2:0:20B63C:63:000:Infinite Magic PL3 ga2:0:20B730:04:000:Infinite Lives PL4 ga2:0:2004CC:30:000:Infinite Energy PL4 ga2:0:20B73C:63:000:Infinite Magic PL4 ; [ Golden Axe: The Revenge of Death Adder (Japan) ] ga2j:0:20B430:04:000:Infinite Lives PL1 ga2j:0:20010C:30:000:Infinite Energy PL1 ga2j:0:20B43C:63:000:Infinite Magic PL1 ga2j:0:20B530:04:000:Infinite Lives PL2 ga2j:0:20024C:30:000:Infinite Energy PL2 ga2j:0:20B53C:63:000:Infinite Magic PL2 ga2j:0:20B630:04:000:Infinite Lives PL3 ga2j:0:20038C:30:000:Infinite Energy PL3 ga2j:0:20B63C:63:000:Infinite Magic PL3 ga2j:0:20B730:04:000:Infinite Lives PL4 ga2j:0:2004CC:30:000:Infinite Energy PL4 ga2j:0:20B73C:63:000:Infinite Magic PL4 ; [ Golden Axe: The Revenge of Death Adder (US) ] ga2u:0:20B430:04:000:Infinite Lives PL1 ga2u:0:20010C:30:000:Infinite Energy PL1 ga2u:0:20B43C:63:000:Infinite Magic PL1 ga2u:0:20B530:04:000:Infinite Lives PL2 ga2u:0:20024C:30:000:Infinite Energy PL2 ga2u:0:20B53C:63:000:Infinite Magic PL2 ga2u:0:20B630:04:000:Infinite Lives PL3 ga2u:0:20038C:30:000:Infinite Energy PL3 ga2u:0:20B63C:63:000:Infinite Magic PL3 ga2u:0:20B730:04:000:Infinite Lives PL4 ga2u:0:2004CC:30:000:Infinite Energy PL4 ga2u:0:20B73C:63:000:Infinite Magic PL4 ; [ Gaia Crusaders ] gaia:0:105809:63:000:Infinite Time gaia:0:1058C7:05:000:Infinite Lives PL1 gaia:0:1058C9:60:000:Infinite Energy PL1 gaia:0:10C539:02:000:Invincibility PL1 gaia:0:1058D1:63:000:Always have Maximum Combo PL1 gaia:0:1058D3:63:500:Always have Maximum Combo PL1 (2/2) :gaia:00800000:10A8C3:00000007:FFFFFFFF:Enable Secret Characters PL1 :gaia:00810000:10A8E7:000000EC:FFFFFFFF:Enable Secret Characters PL1 (2/2) gaia:0:1059C7:05:000:Infinite Lives PL2 gaia:0:1059C9:60:000:Infinite Energy PL2 gaia:0:10C609:02:000:Invincibility PL2 gaia:0:1059D1:63:000:Always have Maximum Combo PL2 gaia:0:1059D3:63:500:Always have Maximum Combo PL2 (2/2) :gaia:00800000:10A7F3:00000007:FFFFFFFF:Enable Secret Characters PL2 :gaia:00810000:10A817:000000EC:FFFFFFFF:Enable Secret Characters PL2 (2/2) ; [ Gaiapolis (ver JAF) ] :gaiapolj:00000000:60018D:000000FF:FFFFFFFF:Infinite Credits :gaiapolj:00200000:603840:00990059:FFFFFFFF:Infinite Time :gaiapolj:62000000:000000:00000000:00000000:Select Starting Stage:Set on character selection or map screen. :gaiapolj:00010001:600240:00000000:FFFFFFFF:Avalon :gaiapolj:00010001:600240:00000001:FFFFFFFF:Neomosc1 :gaiapolj:00010001:600240:00000002:FFFFFFFF:Turan :gaiapolj:00010001:600240:00000003:FFFFFFFF:First Key :gaiapolj:00010001:600240:00000004:FFFFFFFF:Maharishi :gaiapolj:00010001:600240:00000005:FFFFFFFF:Koben (Secret) :gaiapolj:00010001:600240:00000006:FFFFFFFF:Neomosc2 (Secret) :gaiapolj:00010001:600240:00000007:FFFFFFFF:Blancmute :gaiapolj:00010001:600240:00000008:FFFFFFFF:Dark Corridor :gaiapolj:00010001:600240:00000009:FFFFFFFF:Second Key :gaiapolj:00010001:600240:0000000A:FFFFFFFF:Aleista :gaiapolj:00010001:600240:0000000B:FFFFFFFF:Atlantica :gaiapolj:00010001:600240:0000000C:FFFFFFFF:Los :gaiapolj:00010001:600240:0000000D:FFFFFFFF:Third Key :gaiapolj:00010001:600240:0000000E:FFFFFFFF:High-way :gaiapolj:00010001:600240:0000000F:FFFFFFFF:Gaiapolis :gaiapolj:00010001:600240:00000010:FFFFFFFF:Last Battle :gaiapolj:00000000:605266:00000003:FFFFFFFF:Always Have 3 Stone Idols:Enable to break haunted Tower in Mahalishi :gaiapolj:00000000:6002DF:00000001:FFFFFFFF:Always Have Magical Stone:Enable to go to Koben (Secret) from Mahalishi :gaiapolj:00000000:402612:00000000:00000080:Invincibility PL1 :gaiapolj:00010000:601AEB:00000002:FFFFFFFF:Invincibility PL1 (2/2) :gaiapolj:00300000:601A20:01000100:FFFFFFFF:Infinite Energy PL1 :gaiapolj:00300001:601A30:05F5E0FF:FFFFFFFF:Get Maximum EXP Now! PL1:Enabled after 1 hit and you will get maximum Level (Lv.30) at the same time :gaiapolj:00300000:601A34:00000001:FFFFFFFF:Needed 1 EXP to Level Up PL1:1 hit, 1 Level Up :gaiapolj:00100000:601B3E:0000FFFF:FFFFFFFF:Always Maximum Strength PL1:Enable 1 hit to kill an enemy :gaiapolj:00000100:601ABC:00000004:FFFFFFFF:Select Weapon (Incomplete) PL1:Changed gfx but not strength :gaiapolj:00000100:601ABD:00000005:FFFFFFFF:Select Shield / Armor PL1 :gaiapolj:62000000:000000:00000000:00000000:Select Magic PL1 :gaiapolj:00010000:601A6C:00000000:FFFFFFFF:No Magic :gaiapolj:00010000:601A6C:00000001:FFFFFFFF:Mega Earth :gaiapolj:00010000:601A6C:00000002:FFFFFFFF:Ice Wolves :gaiapolj:00010000:601A6C:00000003:FFFFFFFF:Schwarz :gaiapolj:00010000:601A6C:00000004:FFFFFFFF:Star Bow :gaiapolj:00010000:601A6C:00000005:FFFFFFFF:Lightning Sword :gaiapolj:00010000:601A6C:00000006:FFFFFFFF:Dragon Laser :gaiapolj:00010000:601A6C:00000009:FFFFFFFF:Golden Hawk :gaiapolj:00000000:601A67:00000005:FFFFFFFF:Infinite Animal Energy PL1 :gaiapolj:00210000:601A83:00500050:FFFFFFFF:Infinite Animal Energy PL1 (2/2) :gaiapolj:00000000:601B38:00000002:FFFFFFFF:Always Have Red Crystal PL1 :gaiapolj:00000000:600058:00000000:00000010:Rapid Fire PL1:Can't Guard :gaiapolj:00000000:402E12:00000000:00000080:Invincibility PL2 :gaiapolj:00010000:601CEB:00000002:FFFFFFFF:Invincibility PL2 (2/2) :gaiapolj:00300000:601C20:01000100:FFFFFFFF:Infinite Energy PL2 :gaiapolj:00300001:601C30:05F5E0FF:FFFFFFFF:Get Maximum EXP Now! PL2:Enabled after 1 hit and you will get maximum Level (Lv.30) at the same time :gaiapolj:00300000:601C34:00000001:FFFFFFFF:Needed 1 EXP to Level Up PL2:1 hit, 1 Level Up :gaiapolj:00100000:601D3E:0000FFFF:FFFFFFFF:Always Maximum Strength PL2:Enable 1 hit to kill an enemy :gaiapolj:00000100:601CBC:00000004:FFFFFFFF:Select Weapon (Incomplete) PL2:Changed gfx but not strength :gaiapolj:00000100:601CBD:00000005:FFFFFFFF:Select Shield / Armor PL2 :gaiapolj:62000000:000000:00000000:00000000:Select Magic PL2 :gaiapolj:00010000:601C6C:00000000:FFFFFFFF:No Magic :gaiapolj:00010000:601C6C:00000001:FFFFFFFF:Mega Earth :gaiapolj:00010000:601C6C:00000002:FFFFFFFF:Ice Wolves :gaiapolj:00010000:601C6C:00000003:FFFFFFFF:Schwarz :gaiapolj:00010000:601C6C:00000004:FFFFFFFF:Star Bow :gaiapolj:00010000:601C6C:00000005:FFFFFFFF:Lightning Sword :gaiapolj:00010000:601C6C:00000006:FFFFFFFF:Dragon Laser :gaiapolj:00010000:601C6C:00000009:FFFFFFFF:Golden Hawk :gaiapolj:00000000:601C67:00000005:FFFFFFFF:Infinite Animal Energy PL2 :gaiapolj:00210000:601C83:00500050:FFFFFFFF:Infinite Animal Energy PL2 (2/2) :gaiapolj:00000000:601D38:00000002:FFFFFFFF:Always Have Red Crystal PL2 :gaiapolj:00000000:600059:00000000:00000010:Rapid Fire PL2:Can't Guard ; [ Gaiapolis (ver EAF) ] :gaiapols:00000000:60018D:000000FF:FFFFFFFF:Infinite Credits :gaiapols:00200000:603840:00990059:FFFFFFFF:Infinite Time :gaiapols:62000000:000000:00000000:00000000:Select Starting Stage:Set on character selection or map screen. :gaiapols:00010001:600240:00000000:FFFFFFFF:Avalon :gaiapols:00010001:600240:00000001:FFFFFFFF:Neomosc1 :gaiapols:00010001:600240:00000002:FFFFFFFF:Turan :gaiapols:00010001:600240:00000003:FFFFFFFF:First Key :gaiapols:00010001:600240:00000004:FFFFFFFF:Maharishi :gaiapols:00010001:600240:00000005:FFFFFFFF:Koben (Secret) :gaiapols:00010001:600240:00000006:FFFFFFFF:Neomosc2 (Secret) :gaiapols:00010001:600240:00000007:FFFFFFFF:Blancmute :gaiapols:00010001:600240:00000008:FFFFFFFF:Dark Corridor :gaiapols:00010001:600240:00000009:FFFFFFFF:Second Key :gaiapols:00010001:600240:0000000A:FFFFFFFF:Aleista :gaiapols:00010001:600240:0000000B:FFFFFFFF:Atlantica :gaiapols:00010001:600240:0000000C:FFFFFFFF:Los :gaiapols:00010001:600240:0000000D:FFFFFFFF:Third Key :gaiapols:00010001:600240:0000000E:FFFFFFFF:High-way :gaiapols:00010001:600240:0000000F:FFFFFFFF:Gaiapolis :gaiapols:00010001:600240:00000010:FFFFFFFF:Last Battle :gaiapols:00000000:605266:00000003:FFFFFFFF:Always Have 3 Stone Idols:Enable to break haunted Tower in Mahalishi :gaiapols:00000000:6002DF:00000001:FFFFFFFF:Always Have Magical Stone:Enable to go to Koben (Secret) from Mahalishi :gaiapols:00000000:402612:00000000:00000080:Invincibility PL1 :gaiapols:00010000:601AEB:00000002:FFFFFFFF:Invincibility PL1 (2/2) :gaiapols:00300000:601A20:01000100:FFFFFFFF:Infinite Energy PL1 :gaiapols:00300001:601A30:05F5E0FF:FFFFFFFF:Get Maximum EXP Now! PL1:Enabled after 1 hit and you will get maximum Level (Lv.30) at the same time :gaiapols:00300000:601A34:00000001:FFFFFFFF:Needed 1 EXP to Level Up PL1:1 hit, 1 Level Up :gaiapols:00100000:601B3E:0000FFFF:FFFFFFFF:Always Maximum Strength PL1:Enable 1 hit to kill an enemy :gaiapols:00000100:601ABC:00000004:FFFFFFFF:Select Weapon (Incomplete) PL1:Changed gfx but not strength :gaiapols:00000100:601ABD:00000005:FFFFFFFF:Select Shield / Armor PL1 :gaiapols:62000000:000000:00000000:00000000:Select Magic PL1 :gaiapols:00010000:601A6C:00000000:FFFFFFFF:No Magic :gaiapols:00010000:601A6C:00000001:FFFFFFFF:Mega Earth :gaiapols:00010000:601A6C:00000002:FFFFFFFF:Ice Wolves :gaiapols:00010000:601A6C:00000003:FFFFFFFF:Schwarz :gaiapols:00010000:601A6C:00000004:FFFFFFFF:Star Bow :gaiapols:00010000:601A6C:00000005:FFFFFFFF:Lightning Sword :gaiapols:00010000:601A6C:00000006:FFFFFFFF:Dragon Laser :gaiapols:00010000:601A6C:00000009:FFFFFFFF:Golden Hawk :gaiapols:00000000:601A67:00000005:FFFFFFFF:Infinite Animal Energy PL1 :gaiapols:00210000:601A83:00500050:FFFFFFFF:Infinite Animal Energy PL1 (2/2) :gaiapols:00000000:601B38:00000002:FFFFFFFF:Always Have Red Crystal PL1 :gaiapols:00000000:600058:00000000:00000010:Rapid Fire PL1:Can't Guard :gaiapols:00000000:402E12:00000000:00000080:Invincibility PL2 :gaiapols:00010000:601CEB:00000002:FFFFFFFF:Invincibility PL2 (2/2) :gaiapols:00300000:601C20:01000100:FFFFFFFF:Infinite Energy PL2 :gaiapols:00300001:601C30:05F5E0FF:FFFFFFFF:Get Maximum EXP Now! PL2:Enabled after 1 hit and you will get maximum Level (Lv.30) at the same time :gaiapols:00300000:601C34:00000001:FFFFFFFF:Needed 1 EXP to Level Up PL2:1 hit, 1 Level Up :gaiapols:00100000:601D3E:0000FFFF:FFFFFFFF:Always Maximum Strength PL2:Enable 1 hit to kill an enemy :gaiapols:00000100:601CBC:00000004:FFFFFFFF:Select Weapon (Incomplete) PL2:Changed gfx but not strength :gaiapols:00000100:601CBD:00000005:FFFFFFFF:Select Shield / Armor PL2 :gaiapols:62000000:000000:00000000:00000000:Select Magic PL2 :gaiapols:00010000:601C6C:00000000:FFFFFFFF:No Magic :gaiapols:00010000:601C6C:00000001:FFFFFFFF:Mega Earth :gaiapols:00010000:601C6C:00000002:FFFFFFFF:Ice Wolves :gaiapols:00010000:601C6C:00000003:FFFFFFFF:Schwarz :gaiapols:00010000:601C6C:00000004:FFFFFFFF:Star Bow :gaiapols:00010000:601C6C:00000005:FFFFFFFF:Lightning Sword :gaiapols:00010000:601C6C:00000006:FFFFFFFF:Dragon Laser :gaiapols:00010000:601C6C:00000009:FFFFFFFF:Golden Hawk :gaiapols:00000000:601C67:00000005:FFFFFFFF:Infinite Animal Energy PL2 :gaiapols:00210000:601C83:00500050:FFFFFFFF:Infinite Animal Energy PL2 (2/2) :gaiapols:00000000:601D38:00000002:FFFFFFFF:Always Have Red Crystal PL2 :gaiapols:00000000:600059:00000000:00000010:Rapid Fire PL2:Can't Guard ; [ Gaiapolis (ver UAF) ] :gaiapolu:00000000:60018D:000000FF:FFFFFFFF:Infinite Credits :gaiapolu:00200000:603840:00990059:FFFFFFFF:Infinite Time :gaiapolu:62000000:000000:00000000:00000000:Select Starting Stage:Set on character selection or map screen. :gaiapolu:00010001:600240:00000000:FFFFFFFF:Avalon :gaiapolu:00010001:600240:00000001:FFFFFFFF:Neomosc1 :gaiapolu:00010001:600240:00000002:FFFFFFFF:Turan :gaiapolu:00010001:600240:00000003:FFFFFFFF:First Key :gaiapolu:00010001:600240:00000004:FFFFFFFF:Maharishi :gaiapolu:00010001:600240:00000005:FFFFFFFF:Koben (Secret) :gaiapolu:00010001:600240:00000006:FFFFFFFF:Neomosc2 (Secret) :gaiapolu:00010001:600240:00000007:FFFFFFFF:Blancmute :gaiapolu:00010001:600240:00000008:FFFFFFFF:Dark Corridor :gaiapolu:00010001:600240:00000009:FFFFFFFF:Second Key :gaiapolu:00010001:600240:0000000A:FFFFFFFF:Aleista :gaiapolu:00010001:600240:0000000B:FFFFFFFF:Atlantica :gaiapolu:00010001:600240:0000000C:FFFFFFFF:Los :gaiapolu:00010001:600240:0000000D:FFFFFFFF:Third Key :gaiapolu:00010001:600240:0000000E:FFFFFFFF:High-way :gaiapolu:00010001:600240:0000000F:FFFFFFFF:Gaiapolis :gaiapolu:00010001:600240:00000010:FFFFFFFF:Last Battle :gaiapolu:00000000:605266:00000003:FFFFFFFF:Always Have 3 Stone Idols:Enable to break haunted Tower in Mahalishi :gaiapolu:00000000:6002DF:00000001:FFFFFFFF:Always Have Magical Stone:Enable to go to Koben (Secret) from Mahalishi :gaiapolu:00000000:402612:00000000:00000080:Invincibility PL1 :gaiapolu:00010000:601AEB:00000002:FFFFFFFF:Invincibility PL1 (2/2) :gaiapolu:00300000:601A20:01000100:FFFFFFFF:Infinite Energy PL1 :gaiapolu:00300001:601A30:05F5E0FF:FFFFFFFF:Get Maximum EXP Now! PL1:Enabled after 1 hit and you will get maximum Level (Lv.30) at the same time :gaiapolu:00300000:601A34:00000001:FFFFFFFF:Needed 1 EXP to Level Up PL1:1 hit, 1 Level Up :gaiapolu:00100000:601B3E:0000FFFF:FFFFFFFF:Always Maximum Strength PL1:Enable 1 hit to kill an enemy :gaiapolu:00000100:601ABC:00000004:FFFFFFFF:Select Weapon (Incomplete) PL1:Changed gfx but not strength :gaiapolu:00000100:601ABD:00000005:FFFFFFFF:Select Shield / Armor PL1 :gaiapolu:62000000:000000:00000000:00000000:Select Magic PL1 :gaiapolu:00010000:601A6C:00000000:FFFFFFFF:No Magic :gaiapolu:00010000:601A6C:00000001:FFFFFFFF:Mega Earth :gaiapolu:00010000:601A6C:00000002:FFFFFFFF:Ice Wolves :gaiapolu:00010000:601A6C:00000003:FFFFFFFF:Schwarz :gaiapolu:00010000:601A6C:00000004:FFFFFFFF:Star Bow :gaiapolu:00010000:601A6C:00000005:FFFFFFFF:Lightning Sword :gaiapolu:00010000:601A6C:00000006:FFFFFFFF:Dragon Laser :gaiapolu:00010000:601A6C:00000009:FFFFFFFF:Golden Hawk :gaiapolu:00000000:601A67:00000005:FFFFFFFF:Infinite Animal Energy PL1 :gaiapolu:00210000:601A83:00500050:FFFFFFFF:Infinite Animal Energy PL1 (2/2) :gaiapolu:00000000:601B38:00000002:FFFFFFFF:Always Have Red Crystal PL1 :gaiapolu:00000000:600058:00000000:00000010:Rapid Fire PL1:Can't Guard :gaiapolu:00000000:402E12:00000000:00000080:Invincibility PL2 :gaiapolu:00010000:601CEB:00000002:FFFFFFFF:Invincibility PL2 (2/2) :gaiapolu:00300000:601C20:01000100:FFFFFFFF:Infinite Energy PL2 :gaiapolu:00300001:601C30:05F5E0FF:FFFFFFFF:Get Maximum EXP Now! PL2:Enabled after 1 hit and you will get maximum Level (Lv.30) at the same time :gaiapolu:00300000:601C34:00000001:FFFFFFFF:Needed 1 EXP to Level Up PL2:1 hit, 1 Level Up :gaiapolu:00100000:601D3E:0000FFFF:FFFFFFFF:Always Maximum Strength PL2:Enable 1 hit to kill an enemy :gaiapolu:00000100:601CBC:00000004:FFFFFFFF:Select Weapon (Incomplete) PL2:Changed gfx but not strength :gaiapolu:00000100:601CBD:00000005:FFFFFFFF:Select Shield / Armor PL2 :gaiapolu:62000000:000000:00000000:00000000:Select Magic PL2 :gaiapolu:00010000:601C6C:00000000:FFFFFFFF:No Magic :gaiapolu:00010000:601C6C:00000001:FFFFFFFF:Mega Earth :gaiapolu:00010000:601C6C:00000002:FFFFFFFF:Ice Wolves :gaiapolu:00010000:601C6C:00000003:FFFFFFFF:Schwarz :gaiapolu:00010000:601C6C:00000004:FFFFFFFF:Star Bow :gaiapolu:00010000:601C6C:00000005:FFFFFFFF:Lightning Sword :gaiapolu:00010000:601C6C:00000006:FFFFFFFF:Dragon Laser :gaiapolu:00010000:601C6C:00000009:FFFFFFFF:Golden Hawk :gaiapolu:00000000:601C67:00000005:FFFFFFFF:Infinite Animal Energy PL2 :gaiapolu:00210000:601C83:00500050:FFFFFFFF:Infinite Animal Energy PL2 (2/2) :gaiapolu:00000000:601D38:00000002:FFFFFFFF:Always Have Red Crystal PL2 :gaiapolu:00000000:600059:00000000:00000010:Rapid Fire PL2:Can't Guard ; [ Ninja Gaiden (US) ] :gaiden:00000000:062F15:00000009:FFFFFFFF:Infinite Credits gaiden:0:061E89:99:000:Infinite Time gaiden:0:061E8E:03:000:Infinite Lives PL1 gaiden:0:061EC3:09:000:Infinite Energy PL1 gaiden:0:061EBA:0A:000:Infinite Sword PL1 gaiden:0:061EB0:2C:000:Invincibility PL1 :gaiden:00000000:061E32:00000000:00000002:Rapid Fire PL1 gaiden:0:061E8F:03:000:Infinite Lives PL2 gaiden:0:061F03:09:000:Infinite Energy PL2 gaiden:0:061EFA:0A:000:Infinite Sword PL2 gaiden:0:061EF1:2C:000:Invincibility PL2 :gaiden:00000000:061E32:00000000:00000022:Rapid Fire PL2 ; [ Quiz Gakuen Paradise (Japan) ] gakupara:0:C11E:09:000:Infinite Credits gakupara:0:C345:0A:000:Infinite Time :gakupara:000000E6:C311:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer gakupara:0:C326:01:001:Good answer ends quiz Now! gakupara:0:C327:00:501:Good answer ends quiz Now! (2/2) gakupara:0:C500:08:000:Infinite Vitality PL1 gakupara:0:C502:08:000:Infinite Vitality PL2 ; [ Mahjong Gakuensai (Japan) ] gakusai:0:000000:00:999:[ The winning hand cheat must be activated when ] gakusai:0:000000:00:999:[ there are 14 tiles in your hand, then press ] gakusai:0:000000:00:999:[ the RON key ('Z' by default). The tiles do not ] gakusai:0:000000:00:999:[ visually change until you make a move. ] gakusai:0:FF4F3C:31:001:Get winning hand Now! gakusai:0:FF4F3D:31:501:Get winning hand Now! (02/21) gakusai:0:FF4F3E:31:501:Get winning hand Now! (03/21) gakusai:0:FF4F3F:32:501:Get winning hand Now! (04/21) gakusai:0:FF4F40:32:501:Get winning hand Now! (05/21) gakusai:0:FF4F41:32:501:Get winning hand Now! (06/21) gakusai:0:FF4F42:33:501:Get winning hand Now! (07/21) gakusai:0:FF4F43:33:501:Get winning hand Now! (08/21) gakusai:0:FF4F44:33:501:Get winning hand Now! (09/21) gakusai:0:FF4F45:34:501:Get winning hand Now! (10/21) gakusai:0:FF4F46:34:501:Get winning hand Now! (11/21) gakusai:0:FF4F47:34:501:Get winning hand Now! (12/21) gakusai:0:FF4F48:35:501:Get winning hand Now! (13/21) gakusai:0:FF4F49:35:501:Get winning hand Now! (14/21) gakusai:0:FF5106:02:521:Get winning hand Now! (15/21) gakusai:0:FF4F50:09:501:Get winning hand Now! (16/21) gakusai:0:FF4F51:60:501:Get winning hand Now! (17/21) gakusai:0:FF4F52:09:501:Get winning hand Now! (18/21) gakusai:0:FF4F53:60:501:Get winning hand Now! (19/21) gakusai:0:FF4F54:09:501:Get winning hand Now! (20/21) gakusai:0:FF4F55:60:501:Get winning hand Now! (21/21) gakusai:0:000000:00:999:[ When using the 'Always' cheats, there may be ] gakusai:0:000000:00:999:[ an extraneous tile in the 'N' space if you're ] gakusai:0:000000:00:999:[ not the player who starts first. When this ] gakusai:0:000000:00:999:[ happens, simply press N to get a new tile. ] gakusai:0:FF4F3C:31:000:Always winning hand gakusai:0:FF4F3D:31:500:Always winning hand (02/14) gakusai:0:FF4F3E:31:500:Always winning hand (03/14) gakusai:0:FF4F3F:32:500:Always winning hand (04/14) gakusai:0:FF4F40:32:500:Always winning hand (05/14) gakusai:0:FF4F41:32:500:Always winning hand (06/14) gakusai:0:FF4F42:33:500:Always winning hand (07/14) gakusai:0:FF4F43:33:500:Always winning hand (08/14) gakusai:0:FF4F44:33:500:Always winning hand (09/14) gakusai:0:FF4F45:34:500:Always winning hand (10/14) gakusai:0:FF4F46:34:500:Always winning hand (11/14) gakusai:0:FF4F47:34:500:Always winning hand (12/14) gakusai:0:FF4F48:35:500:Always winning hand (13/14) gakusai:0:FF4F49:35:500:Always winning hand (14/14) :gakusai:00000006:FF4F3C:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :gakusai:00000006:FF4F2E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. gakusai:0:000000:00:999:[ Here is the look-up list for ] gakusai:0:000000:00:999:[ the above watches. ] gakusai:0:000000:00:999:[ ] gakusai:0:000000:00:999:[ value common name chinese name ] gakusai:0:000000:00:999:[ 00h - no tile - ] gakusai:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] gakusai:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] gakusai:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] gakusai:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] gakusai:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] gakusai:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] gakusai:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] gakusai:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] gakusai:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] gakusai:0:000000:00:999:[ 11h 1 "dots" 1 "tung" ] gakusai:0:000000:00:999:[ 12h 2 "dots" 2 "tung" ] gakusai:0:000000:00:999:[ 13h 3 "dots" 3 "tung" ] gakusai:0:000000:00:999:[ 14h 4 "dots" 4 "tung" ] gakusai:0:000000:00:999:[ 15h 5 "dots" 5 "tung" ] gakusai:0:000000:00:999:[ 16h 6 "dots" 6 "tung" ] gakusai:0:000000:00:999:[ 17h 7 "dots" 7 "tung" ] gakusai:0:000000:00:999:[ 18h 8 "dots" 8 "tung" ] gakusai:0:000000:00:999:[ 19h 9 "dots" 9 "tung" ] gakusai:0:000000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] gakusai:0:000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] gakusai:0:000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] gakusai:0:000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] gakusai:0:000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] gakusai:0:000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] gakusai:0:000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] gakusai:0:000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] gakusai:0:000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] gakusai:0:000000:00:999:[ 31h East "wind" ] gakusai:0:000000:00:999:[ 32h South "wind" ] gakusai:0:000000:00:999:[ 33h West "wind" ] gakusai:0:000000:00:999:[ 34h North "wind" ] gakusai:0:000000:00:999:[ 35h White "dragon" ] gakusai:0:000000:00:999:[ 36h Green "dragon" ] gakusai:0:000000:00:999:[ 37h Red "dragon" ] ; [ Mahjong Gakuensai 2 (Japan) ] gakusai2:0:000000:00:999:[ The winning hand cheat must be activated when ] gakusai2:0:000000:00:999:[ there are 14 tiles in your hand, then press ] gakusai2:0:000000:00:999:[ the RON key ('Z' by default). The tiles do not ] gakusai2:0:000000:00:999:[ visually change until you make a move. ] gakusai2:0:FF3001:31:001:Get winning hand Now! gakusai2:0:FF3002:31:501:Get winning hand Now! (02/14) gakusai2:0:FF3003:31:501:Get winning hand Now! (03/14) gakusai2:0:FF3004:32:501:Get winning hand Now! (04/14) gakusai2:0:FF3005:32:501:Get winning hand Now! (05/14) gakusai2:0:FF3006:32:501:Get winning hand Now! (06/14) gakusai2:0:FF3007:33:501:Get winning hand Now! (07/14) gakusai2:0:FF3008:33:501:Get winning hand Now! (08/14) gakusai2:0:FF3009:33:501:Get winning hand Now! (09/14) gakusai2:0:FF300A:34:501:Get winning hand Now! (10/14) gakusai2:0:FF300B:34:501:Get winning hand Now! (11/14) gakusai2:0:FF300C:34:501:Get winning hand Now! (12/14) gakusai2:0:FF300D:35:501:Get winning hand Now! (13/14) gakusai2:0:FF300E:35:501:Get winning hand Now! (14/14) gakusai2:0:000000:00:999:[ When using the 'Always' cheats, there may be ] gakusai2:0:000000:00:999:[ an extraneous tile in the 'N' space if you're ] gakusai2:0:000000:00:999:[ not the player who starts first. When this ] gakusai2:0:000000:00:999:[ happens, simply press N to get a new tile. ] gakusai2:0:FF3001:31:000:Always winning hand gakusai2:0:FF3002:31:500:Always winning hand (02/14) gakusai2:0:FF3003:31:500:Always winning hand (03/14) gakusai2:0:FF3004:32:500:Always winning hand (04/14) gakusai2:0:FF3005:32:500:Always winning hand (05/14) gakusai2:0:FF3006:32:500:Always winning hand (06/14) gakusai2:0:FF3007:33:500:Always winning hand (07/14) gakusai2:0:FF3008:33:500:Always winning hand (08/14) gakusai2:0:FF3009:33:500:Always winning hand (09/14) gakusai2:0:FF300A:34:500:Always winning hand (10/14) gakusai2:0:FF300B:34:500:Always winning hand (11/14) gakusai2:0:FF300C:34:500:Always winning hand (12/14) gakusai2:0:FF300D:35:500:Always winning hand (13/14) gakusai2:0:FF300E:35:500:Always winning hand (14/14) :gakusai2:00000006:FF3001:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :gakusai2:00000006:FF2DB1:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. gakusai2:0:000000:00:999:[ Here is the look-up list for ] gakusai2:0:000000:00:999:[ the above watches. ] gakusai2:0:000000:00:999:[ ] gakusai2:0:000000:00:999:[ value common name chinese name ] gakusai2:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] gakusai2:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] gakusai2:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] gakusai2:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] gakusai2:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] gakusai2:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] gakusai2:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] gakusai2:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] gakusai2:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] gakusai2:0:000000:00:999:[ 11h 1 "dots" 1 "tung" ] gakusai2:0:000000:00:999:[ 12h 2 "dots" 2 "tung" ] gakusai2:0:000000:00:999:[ 13h 3 "dots" 3 "tung" ] gakusai2:0:000000:00:999:[ 14h 4 "dots" 4 "tung" ] gakusai2:0:000000:00:999:[ 15h 5 "dots" 5 "tung" ] gakusai2:0:000000:00:999:[ 16h 6 "dots" 6 "tung" ] gakusai2:0:000000:00:999:[ 17h 7 "dots" 7 "tung" ] gakusai2:0:000000:00:999:[ 18h 8 "dots" 8 "tung" ] gakusai2:0:000000:00:999:[ 19h 9 "dots" 9 "tung" ] gakusai2:0:000000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] gakusai2:0:000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] gakusai2:0:000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] gakusai2:0:000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] gakusai2:0:000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] gakusai2:0:000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] gakusai2:0:000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] gakusai2:0:000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] gakusai2:0:000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] gakusai2:0:000000:00:999:[ 31h East "wind" ] gakusai2:0:000000:00:999:[ 32h South "wind" ] gakusai2:0:000000:00:999:[ 33h West "wind" ] gakusai2:0:000000:00:999:[ 34h North "wind" ] gakusai2:0:000000:00:999:[ 35h White "dragon" ] gakusai2:0:000000:00:999:[ 36h Green "dragon" ] gakusai2:0:000000:00:999:[ 37h Red "dragon" ] gakusai2:0:000000:00:999:[ 3Fh - no tile - ] ; [ Mahjong Gal 10-renpatsu (Japan) ] gal10ren:0:FE46:E7:000:Infinite Points gal10ren:0:FE47:03:500:Infinite Points (2/2) gal10ren:0:0000:00:999:[ The winning hand cheat must be activated when ] gal10ren:0:0000:00:999:[ there are 14 tiles in your hand, then press ] gal10ren:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] gal10ren:0:0000:00:999:[ visually change until you make a move. ] gal10ren:0:FD7A:31:001:Get winning hand Now! gal10ren:0:FD7B:31:501:Get winning hand Now! (02/14) gal10ren:0:FD7C:31:501:Get winning hand Now! (03/14) gal10ren:0:FD7D:32:501:Get winning hand Now! (04/14) gal10ren:0:FD7E:32:501:Get winning hand Now! (05/14) gal10ren:0:FD7F:32:501:Get winning hand Now! (06/14) gal10ren:0:FD80:33:501:Get winning hand Now! (07/14) gal10ren:0:FD81:33:501:Get winning hand Now! (08/14) gal10ren:0:FD82:33:501:Get winning hand Now! (09/14) gal10ren:0:FD83:34:501:Get winning hand Now! (10/14) gal10ren:0:FD84:34:501:Get winning hand Now! (11/14) gal10ren:0:FD85:34:501:Get winning hand Now! (12/14) gal10ren:0:FD86:35:501:Get winning hand Now! (13/14) gal10ren:0:FD87:35:501:Get winning hand Now! (14/14) gal10ren:0:0000:00:999:[ When using the 'Always' cheats, there may be ] gal10ren:0:0000:00:999:[ an extraneous tile in the 'N' space if you're ] gal10ren:0:0000:00:999:[ not the player who starts first. When this ] gal10ren:0:0000:00:999:[ happens, simply press N to get a new tile. ] gal10ren:0:FD7A:31:000:Always winning hand gal10ren:0:FD7B:31:500:Always winning hand (02/14) gal10ren:0:FD7C:31:500:Always winning hand (03/14) gal10ren:0:FD7D:32:500:Always winning hand (04/14) gal10ren:0:FD7E:32:500:Always winning hand (05/14) gal10ren:0:FD7F:32:500:Always winning hand (06/14) gal10ren:0:FD80:33:500:Always winning hand (07/14) gal10ren:0:FD81:33:500:Always winning hand (08/14) gal10ren:0:FD82:33:500:Always winning hand (09/14) gal10ren:0:FD83:34:500:Always winning hand (10/14) gal10ren:0:FD84:34:500:Always winning hand (11/14) gal10ren:0:FD85:34:500:Always winning hand (12/14) gal10ren:0:FD86:35:500:Always winning hand (13/14) gal10ren:0:FD87:35:500:Always winning hand (14/14) :gal10ren:00000006:FD7A:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :gal10ren:00000006:FDE2:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. gal10ren:0:0000:00:999:[ Here is the look-up list for ] gal10ren:0:0000:00:999:[ the above watches. ] gal10ren:0:0000:00:999:[ ] gal10ren:0:0000:00:999:[ value common name chinese name ] gal10ren:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] gal10ren:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] gal10ren:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] gal10ren:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] gal10ren:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] gal10ren:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] gal10ren:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] gal10ren:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] gal10ren:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] gal10ren:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] gal10ren:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] gal10ren:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] gal10ren:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] gal10ren:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] gal10ren:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] gal10ren:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] gal10ren:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] gal10ren:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] gal10ren:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] gal10ren:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] gal10ren:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] gal10ren:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] gal10ren:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] gal10ren:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] gal10ren:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] gal10ren:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] gal10ren:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] gal10ren:0:0000:00:999:[ 31h East "wind" ] gal10ren:0:0000:00:999:[ 32h South "wind" ] gal10ren:0:0000:00:999:[ 33h West "wind" ] gal10ren:0:0000:00:999:[ 34h North "wind" ] gal10ren:0:0000:00:999:[ 35h White "dragon" ] gal10ren:0:0000:00:999:[ 36h Green "dragon" ] gal10ren:0:0000:00:999:[ 37h Red "dragon" ] gal10ren:0:0000:00:999:[ 3Fh - no tile - ] ; [ Galaga '88 (Japan) ] galag88j:0:4076:0A:000:Infinite Lives galag88j:0:40D0:75:000:Invincibility galag88j:0:4064:01:000:Always Dual Ships galag88j:0:40A8:02:000:Always 2 'Bombs' galag88j:0:4064:02:000:Mega Ship (fires 3 shots) galag88j:0:40BC:40:000:Score Perfect Bonus Stages galag88j:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Galaga (Namco rev. B) ] galaga:0:9820:06:000:Infinite Lives galaga:1:070D:0D:100:Fast Shoot:This cheat is a replacement for the removed galagads ROM set and reproduces the only effect of that rom set galaga:0:9288:28:000:Perfect challenge stage galaga:0:9821:04:000:Start on level 5 galaga:0:9821:09:000:Start on level 10 ;These can be modified of course for any level... galaga:0:9825:00:000:All challenge stages galaga:0:9825:01:000:No challenge stages galaga:0:9827:01:000:Double Ship galaga:0:9361:29:500:Double Ship (2/4) galaga:0:8B61:09:500:Double Ship (3/4) galaga:0:8B60:06:500:Double Ship (4/4) galaga:0:9368:00:000:Aliens don't shoot galaga:0:9369:00:500:Aliens don't shoot (2/8) galaga:0:936A:00:500:Aliens don't shoot (3/8) galaga:0:936B:00:500:Aliens don't shoot (4/8) galaga:0:936C:00:500:Aliens don't shoot (5/8) galaga:0:936D:00:500:Aliens don't shoot (6/8) galaga:0:936E:00:500:Aliens don't shoot (7/8) galaga:0:936F:00:500:Aliens don't shoot (8/8) :galaga:02100000:99B6:00000000:00001515:Auto Fire:Turn it OFF on the Name Entry screen ; [ Galaga 3 (rev. C) ] galaga3:0:1104:03:000:Infinite Lives PL1 galaga3:0:1105:03:000:Infinite Lives PL2 galaga3:0:101A:FF:000:Invincibility galaga3:0:1177:01:001:Get SideWinder Shot Now! galaga3:0:0F16:7F:001:Change Hypership Now! galaga3:0:10D4:A8:501:Change Hypership Now! (2/2) galaga3:0:1685:EE:000:Stop Queen galaga3:0:1687:DE:500:Stop Queen (2/2) galaga3:0:0EA2:3F:001:Get Twin Shot Now! galaga3:0:0EA4:3F:501:Get Twin Shot Now! (2/4) galaga3:0:0EA6:3F:501:Get Twin Shot Now! (3/4) galaga3:0:0EA8:3F:501:Get Twin Shot Now! (4/4) ; [ Galaga 3 (set 2) ] galaga3a:0:1104:03:000:Infinite Lives PL1 galaga3a:0:1105:03:000:Infinite Lives PL2 galaga3a:0:101A:FF:000:Invincibility galaga3a:0:1177:01:001:Get SideWinder Shot Now! galaga3a:0:0F16:7F:001:Change Hypership Now! galaga3a:0:10D4:A8:501:Change Hypership Now! (2/2) galaga3a:0:1685:EE:000:Stop Queen galaga3a:0:1687:DE:500:Stop Queen (2/2) galaga3a:0:0EA2:3F:001:Get Twin Shot Now! galaga3a:0:0EA4:3F:501:Get Twin Shot Now! (2/4) galaga3a:0:0EA6:3F:501:Get Twin Shot Now! (3/4) galaga3a:0:0EA8:3F:501:Get Twin Shot Now! (4/4) ; [ Galaga 3 (set 3) ] galaga3m:0:1104:03:000:Infinite Lives PL1 galaga3m:0:1105:03:000:Infinite Lives PL2 galaga3m:0:101A:FF:000:Invincibility galaga3m:0:1177:01:001:Get SideWinder Shot Now! galaga3m:0:0F16:7F:001:Change Hypership Now! galaga3m:0:10D4:A8:501:Change Hypership Now! (2/2) galaga3m:0:1685:EE:000:Stop Queen galaga3m:0:1687:DE:500:Stop Queen (2/2) galaga3m:0:0EA2:3F:001:Get Twin Shot Now! galaga3m:0:0EA4:3F:501:Get Twin Shot Now! (2/4) galaga3m:0:0EA6:3F:501:Get Twin Shot Now! (3/4) galaga3m:0:0EA8:3F:501:Get Twin Shot Now! (4/4) ; [ Galaga '88 ] galaga88:0:4076:0A:000:Infinite Lives galaga88:0:40D0:75:000:Invincibility galaga88:0:4064:01:000:Always Dual Ships galaga88:0:40A8:02:000:Always 2 'Bombs' galaga88:0:4064:02:000:Mega Ship (fires 3 shots) galaga88:0:40BC:40:000:Score Perfect Bonus Stages galaga88:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Galaga (Midway set 2) ] galagamk:0:9820:06:000:Infinite Lives galagamk:1:070D:0D:100:Fast Shoot:This cheat is a replacement for the removed galagads ROM set and reproduces the only effect of that rom set galagamk:0:9288:28:000:Perfect challenge stage galagamk:0:9821:04:000:Start on level 5 galagamk:0:9821:09:000:Start on level 10 ;These can be modified of course for any level... galagamk:0:9825:00:000:All challenge stages galagamk:0:9825:01:000:No challenge stages galagamk:0:9827:01:000:Double Ship galagamk:0:9361:29:500:Double Ship (2/4) galagamk:0:8B61:09:500:Double Ship (3/4) galagamk:0:8B60:06:500:Double Ship (4/4) galagamk:0:9368:00:000:Aliens don't shoot galagamk:0:9369:00:500:Aliens don't shoot (2/8) galagamk:0:936A:00:500:Aliens don't shoot (3/8) galagamk:0:936B:00:500:Aliens don't shoot (4/8) galagamk:0:936C:00:500:Aliens don't shoot (5/8) galagamk:0:936D:00:500:Aliens don't shoot (6/8) galagamk:0:936E:00:500:Aliens don't shoot (7/8) galagamk:0:936F:00:500:Aliens don't shoot (8/8) :galagamk:02100000:99B6:00000000:00001515:Auto Fire:Turn it OFF on the Name Entry screen ; [ Galaga (Midway set 1) ] galagamw:0:9820:06:000:Infinite Lives galagamw:1:070D:0D:100:Fast Shoot:This cheat is a replacement for the removed galagads ROM set and reproduces the only effect of that rom set galagamw:0:9288:28:000:Perfect challenge stage galagamw:0:9821:04:000:Start on level 5 galagamw:0:9821:09:000:Start on level 10 ;These can be modified of course for any level... galagamw:0:9825:00:000:All challenge stages galagamw:0:9825:01:000:No challenge stages galagamw:0:9827:01:000:Double Ship galagamw:0:9361:29:500:Double Ship (2/4) galagamw:0:8B61:09:500:Double Ship (3/4) galagamw:0:8B60:06:500:Double Ship (4/4) galagamw:0:9368:00:000:Aliens don't shoot galagamw:0:9369:00:500:Aliens don't shoot (2/8) galagamw:0:936A:00:500:Aliens don't shoot (3/8) galagamw:0:936B:00:500:Aliens don't shoot (4/8) galagamw:0:936C:00:500:Aliens don't shoot (5/8) galagamw:0:936D:00:500:Aliens don't shoot (6/8) galagamw:0:936E:00:500:Aliens don't shoot (7/8) galagamw:0:936F:00:500:Aliens don't shoot (8/8) :galagamw:02100000:99B6:00000000:00001515:Auto Fire:Turn it OFF on the Name Entry screen ; [ Galaga (Namco) ] galagao:0:9820:06:000:Infinite Lives galagao:1:070D:0D:100:Fast Shoot:This cheat is a replacement for the removed galagads ROM set and reproduces the only effect of that rom set galagao:0:9288:28:000:Perfect challenge stage galagao:0:9821:04:000:Start on level 5 galagao:0:9821:09:000:Start on level 10 ;These can be modified of course for any level... galagao:0:9825:00:000:All challenge stages galagao:0:9825:01:000:No challenge stages galagao:0:9827:01:000:Double Ship galagao:0:9361:29:500:Double Ship (2/4) galagao:0:8B61:09:500:Double Ship (3/4) galagao:0:8B60:06:500:Double Ship (4/4) galagao:0:9368:00:000:Aliens don't shoot galagao:0:9369:00:500:Aliens don't shoot (2/8) galagao:0:936A:00:500:Aliens don't shoot (3/8) galagao:0:936B:00:500:Aliens don't shoot (4/8) galagao:0:936C:00:500:Aliens don't shoot (5/8) galagao:0:936D:00:500:Aliens don't shoot (6/8) galagao:0:936E:00:500:Aliens don't shoot (7/8) galagao:0:936F:00:500:Aliens don't shoot (8/8) :galagao:02100000:99B6:00000000:00001515:Auto Fire:Turn it OFF on the Name Entry screen ; [ Space Invaders Galactica ] galap1:0:421D:06:000:Infinite Lives galap1:0:12D9:C9:100:Invincibility :galap1:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Galaxian Part 4 ] galap4:0:421D:06:000:Infinite Lives galap4:0:129A:C9:100:Invincibility :galap4:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Galaxian Part X ] galapx:0:421D:06:000:Infinite Lives galapx:0:12D9:C9:100:Invincibility :galapx:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Galaxia ] galaxia:0:0000:00:999:[ There are no cheats ]:REASON 1 galaxia:0:0000:00:999:[ for this game as it ]:REASON 1 galaxia:0:0000:00:999:[ didn't work the last ]:REASON 1 galaxia:0:0000:00:999:[ time it was tested. ]:REASON 1 galaxia:0:0000:00:999:[ If the game now works ]:REASON 1 galaxia:0:0000:00:999:[ please request cheats ]:REASON 1 galaxia:0:0000:00:999:[ for it on the cheat ]:REASON 1 galaxia:0:0000:00:999:[ forums. ]:REASON 1 ; [ Galaxian (Namco set 2) ] galaxiaj:0:421D:05:000:Infinite Lives galaxiaj:0:12D9:C9:100:Invincibility :galaxiaj:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Galaxian (Namco set 1) ] galaxian:0:421D:05:000:Infinite Lives galaxian:0:12F2:C9:100:Invincibility :galaxian:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Galaxy Fight - Universal Warriors ] galaxyfg:0:101252:FF:000:Infinite Time galaxyfg:0:101253:DB:500:Infinite Time (2/2) :galaxyfg:83000700:10F2A8:0000000A:0000001C:Select Stage:Activate this cheat only on the selection screen (ie. between matches) galaxyfg:0:105C49:08:001:Fight Yacopu [First Boss] Now! galaxyfg:0:105C49:09:001:Fight Felden [Final Boss] Now! galaxyfg:0:105C49:0A:001:Fight Rouwe [Secret Boss] Now! galaxyfg:0:105C7F:03:000:Play with Felden PL1:Use on selection screen galaxyfg:0:105C7F:0B:000:Play with Rouwe PL1:This works for just one round. After the round ends the game resets. galaxyfg:0:10103C:FF:000:Infinite Energy PL1 galaxyfg:0:10103C:00:001:Drain all Energy Now! PL1 galaxyfg:0:101152:FF:000:Infinite Energy PL2 galaxyfg:0:101152:00:001:Drain all Energy Now! PL2 galaxyfg:0:105C81:03:000:Play with Felden PL2:Use on selection screen galaxyfg:0:105C81:0B:000:Play with Rouwe PL2:Works for only 1 round before crashing :galaxyfg:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :galaxyfg:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :galaxyfg:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Galaxy Gunners ] galaxygn:0:04174:0A:000:Infinite Lives PL1 galaxygn:0:02B16:04:000:Infinite Loops PL1 galaxygn:0:041D0:02:000:Invincibility PL1 galaxygn:0:02A02:01:500:Invincibility PL1 (2/2) :galaxygn:00100000:041F6:00001900:FFFFFFFF:Infinite Weapon Time PL1 :galaxygn:62000000:00000:00000000:FFFFFFFF:Select Weapon PL1:Use this in conjunction with 'Infinite Weapon Time PL1' for the best effect, the weapon text box will not be updated :galaxygn:00010000:02A8E:00000000:FFFFFFFF:Normal Fire :galaxygn:00010000:02A8E:00000001:FFFFFFFF:Single Rapid Fire :galaxygn:00010000:02A8E:00000002:FFFFFFFF:Laser :galaxygn:00010000:02A8E:00000003:FFFFFFFF:Double Rapid Fire :galaxygn:00010000:02A8E:00000004:FFFFFFFF:3 Way Rapid Fire (Fan) :galaxygn:00010000:02A8E:00000005:FFFFFFFF:3 Way Rapid Fire (Bubble) :galaxygn:00010000:02A8E:00000006:FFFFFFFF:3 Way Rapid Fire (Stream) :galaxygn:00010000:02A8E:00000007:FFFFFFFF:Bomb galaxygn:0:04176:0A:000:Infinite Lives PL2 galaxygn:0:02B18:04:000:Infinite Loops PL2 galaxygn:0:041D2:02:000:Invincibility PL2 galaxygn:0:02A04:01:500:Invincibility PL2 (2/2) :galaxygn:00100000:041F8:00001900:FFFFFFFF:Infinite Weapon Time PL2 :galaxygn:62000000:00000:00000000:FFFFFFFF:Select Weapon PL2:Use this in conjunction with 'Infinite Weapon Time PL2' for the best effect, the weapon text box will not be updated :galaxygn:00010000:02A90:00000000:FFFFFFFF:Normal Fire :galaxygn:00010000:02A90:00000001:FFFFFFFF:Single Rapid Fire :galaxygn:00010000:02A90:00000002:FFFFFFFF:Laser :galaxygn:00010000:02A90:00000003:FFFFFFFF:Double Rapid Fire :galaxygn:00010000:02A90:00000004:FFFFFFFF:3 Way Rapid Fire (Fan) :galaxygn:00010000:02A90:00000005:FFFFFFFF:3 Way Rapid Fire (Bubble) :galaxygn:00010000:02A90:00000006:FFFFFFFF:3 Way Rapid Fire (Stream) :galaxygn:00010000:02A90:00000007:FFFFFFFF:Bomb ; [ Gals Hustler ] galhustl:0:E800E1:63:000:Infinite Credits galhustl:0:E80129:63:000:Infinite Round Time galhustl:0:E80127:0A:000:Infinite Balls galhustl:0:E80135:FF:001:Round Score at least 25500 Now! galhustl:0:E801D3:63:000:Infinite Bonus Time :galhustl:00800000:E88C15:000000FF:FFFFFFFF:All Balls never Slow Down :galhustl:00810000:E88C45:000000FF:FFFFFFFF:All Balls never Slow Down (02/11) :galhustl:00810000:E88C75:000000FF:FFFFFFFF:All Balls never Slow Down (03/11) :galhustl:00810000:E88CA5:000000FF:FFFFFFFF:All Balls never Slow Down (04/11) :galhustl:00810000:E88CD5:000000FF:FFFFFFFF:All Balls never Slow Down (05/11) :galhustl:00810000:E88D05:000000FF:FFFFFFFF:All Balls never Slow Down (06/11) :galhustl:00810000:E88D35:000000FF:FFFFFFFF:All Balls never Slow Down (07/11) :galhustl:00810000:E88D65:000000FF:FFFFFFFF:All Balls never Slow Down (08/11) :galhustl:00810000:E88D95:000000FF:FFFFFFFF:All Balls never Slow Down (09/11) :galhustl:00810000:E88DC5:000000FF:FFFFFFFF:All Balls never Slow Down (10/11) :galhustl:00810000:E88DF5:000000FF:FFFFFFFF:All Balls never Slow Down (11/11) ; [ Galivan - Cosmo Police (12/16/1985) ] galivan:0:E284:09:000:Infinite Lives PL1 galivan:0:E285:09:000:Infinite Lives PL2 galivan:0:E286:80:000:Infinite Power galivan:0:E3B2:01:000:Infinite Weapon Time galivan:0:0000:00:999:[See the Dip Switch Menu to ] galivan:0:0000:00:999:[enable Invincibility. ] galivan:0:E3A6:00:000:Always be Human galivan:0:E3A6:05:000:Always be Galivan galivan:0:E3A7:00:000:Always have Normal shot galivan:0:E3A7:10:000:Always have Beam shot galivan:0:E3A7:20:000:Always have 3-way shot galivan:0:E3A6:00:001:Change to Human Now! galivan:0:E3A6:05:001:Change to Galivan Now! galivan:0:E3A7:00:001:Get Normal shot Now! galivan:0:E3A7:10:001:Get Beam shot Now! galivan:0:E3A7:20:001:Get 3-way shot Now! :galivan:00000000:E22F:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :galivan:00010000:E22F:00000000:00000020:Rapid Fire (2/4) :galivan:00010000:E231:00000000:00000010:Rapid Fire (3/4) :galivan:00010000:E231:00000000:00000020:Rapid Fire (4/4) ; [ Galivan - Cosmo Police (12/11/1985) ] galivan2:0:E284:09:000:Infinite Lives PL1 galivan2:0:E285:09:000:Infinite Lives PL2 galivan2:0:E286:80:000:Infinite Power galivan2:0:E3B2:01:000:Infinite Weapon Time galivan2:0:0000:00:999:[See the Dip Switch Menu to ] galivan2:0:0000:00:999:[enable Invincibility. ] galivan2:0:E3A6:00:000:Always be Human galivan2:0:E3A6:05:000:Always be Galivan galivan2:0:E3A7:00:000:Always have Normal shot galivan2:0:E3A7:10:000:Always have Beam shot galivan2:0:E3A7:20:000:Always have 3-way shot galivan2:0:E3A6:00:001:Change to Human Now! galivan2:0:E3A6:05:001:Change to Galivan Now! galivan2:0:E3A7:00:001:Get Normal shot Now! galivan2:0:E3A7:10:001:Get Beam shot Now! galivan2:0:E3A7:20:001:Get 3-way shot Now! :galivan2:00000000:E22F:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :galivan2:00010000:E22F:00000000:00000020:Rapid Fire (2/4) :galivan2:00010000:E231:00000000:00000010:Rapid Fire (3/4) :galivan2:00010000:E231:00000000:00000020:Rapid Fire (4/4) ; [ Mahjong Gal no Kaika (Japan) ] galkaika:0:FD70:FF:000:Buggy score galkaika:0:0000:00:999:[ The winning hand cheat must be activated when ] galkaika:0:0000:00:999:[ there are 14 tiles in your hand, then press ] galkaika:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] galkaika:0:0000:00:999:[ visually change until you make a move. ] galkaika:0:FC8B:31:001:Get winning hand Now! galkaika:0:FC8C:31:501:Get winning hand Now! (02/14) galkaika:0:FC8D:31:501:Get winning hand Now! (03/14) galkaika:0:FC8E:32:501:Get winning hand Now! (04/14) galkaika:0:FC8F:32:501:Get winning hand Now! (05/14) galkaika:0:FC90:32:501:Get winning hand Now! (06/14) galkaika:0:FC91:33:501:Get winning hand Now! (07/14) galkaika:0:FC92:33:501:Get winning hand Now! (08/14) galkaika:0:FC93:33:501:Get winning hand Now! (09/14) galkaika:0:FC94:34:501:Get winning hand Now! (10/14) galkaika:0:FC95:34:501:Get winning hand Now! (11/14) galkaika:0:FC96:34:501:Get winning hand Now! (12/14) galkaika:0:FC97:35:501:Get winning hand Now! (13/14) galkaika:0:FC98:35:501:Get winning hand Now! (14/14) galkaika:0:FC8B:31:000:Always winning hand galkaika:0:FC8C:31:500:Always winning hand (02/14) galkaika:0:FC8D:31:500:Always winning hand (03/14) galkaika:0:FC8E:32:500:Always winning hand (04/14) galkaika:0:FC8F:32:500:Always winning hand (05/14) galkaika:0:FC90:32:500:Always winning hand (06/14) galkaika:0:FC91:33:500:Always winning hand (07/14) galkaika:0:FC92:33:500:Always winning hand (08/14) galkaika:0:FC93:33:500:Always winning hand (09/14) galkaika:0:FC94:34:500:Always winning hand (10/14) galkaika:0:FC95:34:500:Always winning hand (11/14) galkaika:0:FC96:34:500:Always winning hand (12/14) galkaika:0:FC97:35:500:Always winning hand (13/14) galkaika:0:FC98:35:500:Always winning hand (14/14) :galkaika:00000006:FC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :galkaika:00000006:FD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. galkaika:0:0000:00:999:[ Here is the look-up list for ] galkaika:0:0000:00:999:[ the above watches. ] galkaika:0:0000:00:999:[ ] galkaika:0:0000:00:999:[ value common name chinese name ] galkaika:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] galkaika:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] galkaika:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] galkaika:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] galkaika:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] galkaika:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] galkaika:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] galkaika:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] galkaika:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] galkaika:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] galkaika:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] galkaika:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] galkaika:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] galkaika:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] galkaika:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] galkaika:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] galkaika:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] galkaika:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] galkaika:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] galkaika:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] galkaika:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] galkaika:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] galkaika:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] galkaika:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] galkaika:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] galkaika:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] galkaika:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] galkaika:0:0000:00:999:[ 31h East "wind" ] galkaika:0:0000:00:999:[ 32h South "wind" ] galkaika:0:0000:00:999:[ 33h West "wind" ] galkaika:0:0000:00:999:[ 34h North "wind" ] galkaika:0:0000:00:999:[ 35h White "dragon" ] galkaika:0:0000:00:999:[ 36h Green "dragon" ] galkaika:0:0000:00:999:[ 37h Red "dragon" ] galkaika:0:0000:00:999:[ 3Fh - no tile - ] ; [ Mahjong Gal no Kokuhaku (Japan) ] galkoku:0:FD70:FF:000:Buggy score galkoku:0:0000:00:999:[ The winning hand cheat must be activated when ] galkoku:0:0000:00:999:[ there are 14 tiles in your hand, then press ] galkoku:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] galkoku:0:0000:00:999:[ visually change until you make a move. ] galkoku:0:FC8B:31:001:Get winning hand Now! galkoku:0:FC8C:31:501:Get winning hand Now! (02/14) galkoku:0:FC8D:31:501:Get winning hand Now! (03/14) galkoku:0:FC8E:32:501:Get winning hand Now! (04/14) galkoku:0:FC8F:32:501:Get winning hand Now! (05/14) galkoku:0:FC90:32:501:Get winning hand Now! (06/14) galkoku:0:FC91:33:501:Get winning hand Now! (07/14) galkoku:0:FC92:33:501:Get winning hand Now! (08/14) galkoku:0:FC93:33:501:Get winning hand Now! (09/14) galkoku:0:FC94:34:501:Get winning hand Now! (10/14) galkoku:0:FC95:34:501:Get winning hand Now! (11/14) galkoku:0:FC96:34:501:Get winning hand Now! (12/14) galkoku:0:FC97:35:501:Get winning hand Now! (13/14) galkoku:0:FC98:35:501:Get winning hand Now! (14/14) galkoku:0:FC8B:31:000:Always winning hand galkoku:0:FC8C:31:500:Always winning hand (02/14) galkoku:0:FC8D:31:500:Always winning hand (03/14) galkoku:0:FC8E:32:500:Always winning hand (04/14) galkoku:0:FC8F:32:500:Always winning hand (05/14) galkoku:0:FC90:32:500:Always winning hand (06/14) galkoku:0:FC91:33:500:Always winning hand (07/14) galkoku:0:FC92:33:500:Always winning hand (08/14) galkoku:0:FC93:33:500:Always winning hand (09/14) galkoku:0:FC94:34:500:Always winning hand (10/14) galkoku:0:FC95:34:500:Always winning hand (11/14) galkoku:0:FC96:34:500:Always winning hand (12/14) galkoku:0:FC97:35:500:Always winning hand (13/14) galkoku:0:FC98:35:500:Always winning hand (14/14) :galkoku:00000006:FC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :galkoku:00000006:FD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. galkoku:0:0000:00:999:[ Here is the look-up list for ] galkoku:0:0000:00:999:[ the above watches. ] galkoku:0:0000:00:999:[ ] galkoku:0:0000:00:999:[ value common name chinese name ] galkoku:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] galkoku:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] galkoku:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] galkoku:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] galkoku:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] galkoku:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] galkoku:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] galkoku:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] galkoku:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] galkoku:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] galkoku:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] galkoku:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] galkoku:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] galkoku:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] galkoku:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] galkoku:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] galkoku:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] galkoku:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] galkoku:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] galkoku:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] galkoku:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] galkoku:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] galkoku:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] galkoku:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] galkoku:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] galkoku:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] galkoku:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] galkoku:0:0000:00:999:[ 31h East "wind" ] galkoku:0:0000:00:999:[ 32h South "wind" ] galkoku:0:0000:00:999:[ 33h West "wind" ] galkoku:0:0000:00:999:[ 34h North "wind" ] galkoku:0:0000:00:999:[ 35h White "dragon" ] galkoku:0:0000:00:999:[ 36h Green "dragon" ] galkoku:0:0000:00:999:[ 37h Red "dragon" ] galkoku:0:0000:00:999:[ 3Fh - no tile - ] galkoku:0:0000:00:999:[ 38h seven (BONUS TILE) ] galkoku:0:0000:00:999:[ 39h bell (BONUS TILE) ] galkoku:0:0000:00:999:[ 3Ah plum (BONUS TILE) ] galkoku:0:0000:00:999:[ 3Bh cherry (BONUS TILE) ] ; [ Gallag ] gallag:0:9820:06:000:Infinite Lives gallag:1:070D:0D:100:Fast Shoot:This cheat is a replacement for the removed galagads ROM set and reproduces the only effect of that rom set gallag:0:9288:28:000:Perfect challenge stage gallag:0:9821:04:000:Start on level 5 gallag:0:9821:09:000:Start on level 10 ;These can be modified of course for any level... gallag:0:9825:00:000:All challenge stages gallag:0:9825:01:000:No challenge stages gallag:0:9827:01:000:Double Ship gallag:0:9361:29:500:Double Ship (2/4) gallag:0:8B61:09:500:Double Ship (3/4) gallag:0:8B60:06:500:Double Ship (4/4) gallag:0:9368:00:000:Aliens don't shoot gallag:0:9369:00:500:Aliens don't shoot (2/8) gallag:0:936A:00:500:Aliens don't shoot (3/8) gallag:0:936B:00:500:Aliens don't shoot (4/8) gallag:0:936C:00:500:Aliens don't shoot (5/8) gallag:0:936D:00:500:Aliens don't shoot (6/8) gallag:0:936E:00:500:Aliens don't shoot (7/8) gallag:0:936F:00:500:Aliens don't shoot (8/8) :gallag:02100000:99B6:00000000:00001515:Auto Fire:Turn it OFF on the Name Entry screen ; [ Gallop - Armed police Unit (Japan) ] :gallop:81000000:A27F6:00000007:000A003C:Infinite Lives :gallop:20800000:0193F:000000EB:FFFFFFFF:Invincibility :gallop:20810000:022F5:000000EB:FFFFFFFF:Invincibility (2/4):1st = Object, 2nd = Scenery :gallop:20810000:11047:000000EB:FFFFFFFF:Invincibility (3/4):Avoid crash against scenery 1 :gallop:20910000:11067:000011EB:FFFFFFFF:Invincibility (4/4):Avoid crash against scenery 2 gallop:0:A3D7D:68:000:Laser never overheats :gallop:00100000:A27EA:00000000:00008080:Rapid Fire:Turn it OFF on the name entry screen gallop:0:A3DAD:00:000:Infinite Time PL1 gallop:0:A3DB4:00:000:Infinite Time PL2 ; [ Galmedes (Japan) ] galmedes:0:100971:09:000:Infinite Credits galmedes:0:101CAD:03:000:Infinite Lives PL1 galmedes:0:101CB7:05:000:Always Maximum Speed PL1 galmedes:0:100BF9:06:000:Always Max. Laser Power PL1 galmedes:0:100BFB:06:000:Always Max. Wide Power PL1 galmedes:0:100BFD:06:000:Always Max. Torrid Power PL1 galmedes:0:101CB3:95:000:Invincibility "ON" PL1:To be used when you blink galmedes:0:101CB3:01:001:Invincibility "OFF" PL1 galmedes:0:101CE1:03:000:Infinite Lives PL2 galmedes:0:100C07:06:000:Always Max. Laser Power PL2 galmedes:0:100C09:06:000:Always Max. Wide Power PL2 galmedes:0:100C0B:06:000:Always Max. Torrid Power PL2 galmedes:0:101CE7:95:000:Invincibility "ON" PL2:To be used when you blink galmedes:0:101CE7:01:001:Invincibility "OFF" PL2 ; [ Galaxian (Midway) ] galmidw:0:421D:06:000:Infinite Lives galmidw:0:12F2:C9:100:Invincibility :galmidw:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Galaxian (Midway, old rev) ] galmidwo:0:421D:06:000:Infinite Lives galmidwo:0:12D9:C9:100:Invincibility :galmidwo:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Gals Panic II (Japan?) ] :galpani2:00000000:109E15:000000B0:FFFFFFFF:Infinite Time :galpani2:00010000:109E17:00000012:FFFFFFFF:Infinite Time (2/2) :galpani2:00000000:102D37:000000B0:FFFFFFFF:Infinite Bonus Game Time :galpani2:00000000:109E20:00000001:FFFFFFFF:Always Instantly Win With 100% :galpani2:00010000:109E21:00000000:FFFFFFFF:Always Instantly Win With 100% (2/4) :galpani2:00010000:109E22:00000000:FFFFFFFF:Always Instantly Win With 100% (3/4) :galpani2:00010000:109E23:00000000:FFFFFFFF:Always Instantly Win With 100% (4/4) :galpani2:00000000:109EC8:00000009:FFFFFFFF:Infinite Lives PL1 :galpani2:00000000:109EC9:00000009:FFFFFFFF:Infinite Lives PL2 ; [ Gals Panic 3 ] galpani3:0:0000:00:999:[ There are no cheats ]:REASON 1 galpani3:0:0000:00:999:[ for this game as it ]:REASON 1 galpani3:0:0000:00:999:[ didn't work the last ]:REASON 1 galpani3:0:0000:00:999:[ time it was tested. ]:REASON 1 galpani3:0:0000:00:999:[ If the game now works ]:REASON 1 galpani3:0:0000:00:999:[ please request cheats ]:REASON 1 galpani3:0:0000:00:999:[ for it on the cheat ]:REASON 1 galpani3:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gals Panic 4 (Japan) ] galpani4:0:06012AA4:01:000:Infinite Time galpani4:0:06012AA5:80:500:Infinite Time (2/2) galpani4:0:00000000:00:999:[ These Cheats are for the One Player game ] galpani4:0:06012AF4:00:001:Fill small area to finish this Round Now!:Once cheat is activated, fill the smallest area as possible to get 100.00% (a value > 100.00% won't allow you to get the "show time" ! galpani4:0:06012AF5:06:501:Fill small area to finish this Round Now! (2/8) galpani4:0:06012AF6:80:501:Fill small area to finish this Round Now! (3/8) galpani4:0:06012AF7:00:501:Fill small area to finish this Round Now! (4/8) galpani4:0:06012AFC:00:501:Fill small area to finish this Round Now! (5/8) galpani4:0:06012AFD:06:501:Fill small area to finish this Round Now! (6/8) galpani4:0:06012AFE:80:501:Fill small area to finish this Round Now! (7/8) galpani4:0:06012AFF:00:501:Fill small area to finish this Round Now! (8/8) galpani4:0:0600BAC7:0A:000:Infinite Lives PL1 galpani4:0:0600BB9B:0A:000:Infinite Lives PL2 galpani4:0:00000000:00:999:[ These Cheats are for the PL1 VS PL2 game ] galpani4:0:0600BAC9:0A:000:Infinite Lives PL1 galpani4:0:0600BB9D:0A:000:Infinite Lives PL2 ; [ Gals Panic (set 3) ] galpania:0:C80F82:09:000:Infinite Credits galpania:0:C82675:3B:000:Infinite Time galpania:0:C8261B:14:000:Infinite Energy galpania:0:C82621:1C:500:Infinite Energy (2/2) galpania:0:C82761:64:001:Finish round with 100% Now! galpania:0:C82763:00:501:Finish round with 100% Now!(2/2) galpania:0:C82662:06:000:Infinite Lives PL1 galpania:0:C82663:06:000:Infinite Lives PL2 galpania:0:000000:00:999:[ Use these cheats when the ] galpania:0:000000:00:999:[ silhouette is displayed. ] galpania:0:C8266B:02:001:Last sub-level (naked girl) ; [ Gals Panic (set 2) ] galpanib:0:53E647:3B:000:Infinite Time galpanib:0:53E5ED:14:000:Infinite Energy galpanib:0:53E5F3:1C:500:Infinite Energy (2/2) galpanib:0:53E733:64:001:Finish round with 100% Now! galpanib:0:53E735:00:501:Finish round with 100% Now! (2/2) galpanib:0:53E634:63:000:Infinite Lives PL1 galpanib:0:53E635:63:000:Infinite Lives PL2 ; [ Gals Panic (set 1) ] galpanic:0:53D064:09:000:Infinite Credits galpanic:0:53E7E7:3B:000:Infinite Time galpanic:0:53E78D:14:000:Infinite Energy galpanic:0:53E793:1C:500:Infinite Energy (2/2) galpanic:0:53C0CD:64:001:Finish round with 100% Now! galpanic:0:53C0CF:00:501:Finish round with 100% Now!(2/2) galpanic:0:53E7D4:06:000:Infinite Lives PL1 galpanic:0:53E7D5:06:000:Infinite Lives PL2 galpanic:0:000000:00:999:[ Use these cheats when the ] galpanic:0:000000:00:999:[ silhouette is displayed. ] galpanic:0:53E7DD:02:001:Last sub-level (naked girl) galpanic:0:53D535:01:000:Challenge stage (special) ; [ Gals Panic S - Extra Edition (Japan) ] galpanis:0:06014F2D:99:000:Infinite Time galpanis:0:00000000:00:999:[ These Cheats are for the One Player game ] galpanis:0:06014FA1:01:001:Finish round with 100% Now! galpanis:0:06014FA2:00:501:Finish round with 100% Now! (2/3) galpanis:0:06014FA3:00:501:Finish round with 100% Now! (3/3) galpanis:0:0600D3AB:03:000:Infinite Lives PL1 galpanis:0:0600D3B7:04:000:Always have Maximum Speed PL1 galpanis:0:0600D3B5:0F:000:Always have Maximum Power PL1 galpanis:0:0600D3F7:03:000:Infinite Lives PL2 galpanis:0:0600D403:04:000:Always have Maximum Speed PL2 galpanis:0:0600D401:0F:000:Always have Maximum Power PL2 galpanis:0:00000000:00:999:[ These Cheats are for the PL1 VS PL2 game ] galpanis:0:0600D3AD:03:000:Infinite Lives PL1 galpanis:0:0600D3F9:03:000:Infinite Lives PL2 ; [ Gals Panic S2 (Japan) ] galpans2:0:060001E8:7D:000:Infinite Time galpans2:0:060001E9:00:500:Infinite Time (2/2) galpans2:0:060001D9:01:001:Finish round with 100% Now! galpans2:0:060001DA:00:501:Finish round with 100% Now! (2/3) galpans2:0:060001DB:00:501:Finish round with 100% Now! (3/3) galpans2:0:06000108:03:000:Infinite Lives PL1 galpans2:0:06000218:04:000:Always have Maximum Speed PL1 galpans2:0:0600024E:04:500:Always have Maximum Speed PL1 (2/2) galpans2:0:0600021A:04:000:Always have Maximum Power PL1 galpans2:0:0600024C:04:500:Always have Maximum Power PL1 (2/2) galpans2:0:06000109:03:000:Infinite Lives PL2 galpans2:0:06000219:04:000:Always have Maximum Speed PL2 galpans2:0:0600024F:04:500:Always have Maximum Speed PL2 (2/2) galpans2:0:0600021B:04:000:Always have Maximum Power PL2 galpans2:0:0600024D:04:500:Always have Maximum Power PL2 (2/2) ; [ Gals Pinball ] galspnbl:0:700039:09:000:Infinite Credits galspnbl:0:701014:00:000:Infinite Balls PL1 galspnbl:0:701015:00:000:Infinite Balls PL2 galspnbl:0:701016:00:000:Infinite Balls PL3 galspnbl:0:701017:00:000:Infinite Balls PL4 ; [ Galaxian Turbo ] galturbo:0:421D:06:000:Infinite Lives galturbo:0:12D9:C9:100:Invincibility :galturbo:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Galaxy Wars (Universal set 2) ] galxwar2:0:2061:05:000:Infinite Lives ; [ Galaxy Wars (Universal set 1) ] galxwars:0:2061:05:000:Infinite Lives ; [ Galaxy Wars (Taito?) ] galxwart:0:2061:05:000:Infinite Lives ; [ Game Paradise - Master of Shooting! / Game Tengoku - The Game Paradise, The ] :gametngk:00000300:FEE0020E:00000006:FFFFFFFF:Select Stage:0x07 is Time Attack Stage gametngk:0:FEE00282:06:000:Infinite Lives PL1 gametngk:0:FEE0026A:06:000:Infinite Bombs PL1 :gametngk:00000000:FEE0027C:00000050:FFFFFFFF:Auto Charge Shot Fire PL1:Can't use bomb :gametngk:00000000:FEE0026C:0000000F:FFFFFFFF:Invincibility PL1 :gametngk:00000000:FEE0022C:00000007:FFFFFFFF:Maximum Shot Power PL1 :gametngk:62000000:00000000:00000000:00000000:Select Left Option PL1 :gametngk:00010000:FEE002AA:00000000:FFFFFFFF:No Option :gametngk:00010000:FEE002AA:00000001:FFFFFFFF:FighterEX :gametngk:00010000:FEE002AA:00000002:FFFFFFFF:Pu-pera :gametngk:00010000:FEE002AA:00000003:FFFFFFFF:Z-dyne MkII :gametngk:00010000:FEE002AA:00000004:FFFFFFFF:Pig :gametngk:00010000:FEE002AA:00000005:FFFFFFFF:Momoko :gametngk:62000000:00000000:00000000:00000000:Select Right Option PL1 :gametngk:00010000:FEE002EA:00000000:FFFFFFFF:No Option :gametngk:00010000:FEE002EA:00000001:FFFFFFFF:FighterEX :gametngk:00010000:FEE002EA:00000002:FFFFFFFF:Pu-pera :gametngk:00010000:FEE002EA:00000003:FFFFFFFF:Z-dyne MkIi :gametngk:00010000:FEE002EA:00000004:FFFFFFFF:Pig :gametngk:00010000:FEE002EA:00000005:FFFFFFFF:Momoko :gametngk:00000000:FEE002CB:00000006:FFFFFFFF:Always Have Jaleco Bonus PL1:48,050 pts :gametngk:62000000:00000000:00000000:00000000:Select Momoko Bomber PL1:Only work in case you select Momoko :gametngk:00010000:FEE002CA:00000000:FFFFFFFF:Normal :gametngk:00010000:FEE002CA:00000001:FFFFFFFF:Brumer :gametngk:00010000:FEE002CA:00000002:FFFFFFFF:Waitress :gametngk:00010000:FEE002CA:00000003:FFFFFFFF:Bunny :gametngk:00010000:FEE002CA:00000004:FFFFFFFF:Bride :gametngk:00000000:FEE00120:00000000:00000010:Rapid Fire PL1:Can't charge. Turn it OFF on the name entry screen :gametngk:00010000:FEE002CF:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) gametngk:0:FEE00382:06:000:Infinite Lives PL2 gametngk:0:FEE0036A:06:000:Infinite Bombs PL2 :gametngk:00000000:FEE0037C:00000050:FFFFFFFF:Auto Charge Shot Fire PL2:Can't use bomb :gametngk:00000000:FEE0036C:0000000F:FFFFFFFF:Invincibility PL2 :gametngk:00000000:FEE0032C:00000007:FFFFFFFF:Maximum Shot Power PL2 :gametngk:62000000:00000000:00000000:00000000:Select Left Option PL2 :gametngk:00010000:FEE003AA:00000000:FFFFFFFF:No Option :gametngk:00010000:FEE003AA:00000001:FFFFFFFF:FighterEX :gametngk:00010000:FEE003AA:00000002:FFFFFFFF:Pu-pera :gametngk:00010000:FEE003AA:00000003:FFFFFFFF:Z-dyne MkII :gametngk:00010000:FEE003AA:00000004:FFFFFFFF:Pig :gametngk:00010000:FEE003AA:00000005:FFFFFFFF:Momoko :gametngk:62000000:00000000:00000000:00000000:Select Right Option PL2 :gametngk:00010000:FEE003EA:00000000:FFFFFFFF:No Option :gametngk:00010000:FEE003EA:00000001:FFFFFFFF:FighterEX :gametngk:00010000:FEE003EA:00000002:FFFFFFFF:Pu-pera :gametngk:00010000:FEE003EA:00000003:FFFFFFFF:Z-dyne MkII :gametngk:00010000:FEE003EA:00000004:FFFFFFFF:Pig :gametngk:00010000:FEE003EA:00000005:FFFFFFFF:Momoko :gametngk:00000000:FEE003CB:00000006:FFFFFFFF:Always Have Jaleco Bonus:48,050pts PL2 :gametngk:62000000:00000000:00000000:00000000:Select Momoko Bomber PL2:Only work in case you select Momoko :gametngk:00010000:FEE003CA:00000000:FFFFFFFF:Normal :gametngk:00010000:FEE003CA:00000001:FFFFFFFF:Brumer :gametngk:00010000:FEE003CA:00000002:FFFFFFFF:Waitress :gametngk:00010000:FEE003CA:00000003:FFFFFFFF:Bunny :gametngk:00010000:FEE003CA:00000004:FFFFFFFF:Bride :gametngk:00000000:FEE00121:00000000:00000010:Rapid Fire PL2:Can't charge. Turn it OFF on the name entry screen :gametngk:00010000:FEE003CF:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ Gamshara (10021 Ver.A) ] gamshara:0:0000:00:999:[ There are no cheats ]:REASON 1 gamshara:0:0000:00:999:[ for this game as it ]:REASON 1 gamshara:0:0000:00:999:[ didn't work the last ]:REASON 1 gamshara:0:0000:00:999:[ time it was tested. ]:REASON 1 gamshara:0:0000:00:999:[ If the game now works ]:REASON 1 gamshara:0:0000:00:999:[ please request cheats ]:REASON 1 gamshara:0:0000:00:999:[ for it on the cheat ]:REASON 1 gamshara:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ganbare! Gonta!! 2 / Party Time: Gonta the Diver II (Japan Release) ] :gangonta:00000000:0201AD6:00000009:FFFFFFFF:Infinite Credits :gangonta:00200000:0201A85:00990901:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :gangonta:00000000:0201B10:0000000A:FFFFFFFF:Infinite Lives :gangonta:00200000:020105D:00090909:FFFFFFFF:Infinite Dive Time :gangonta:00000000:020104F:00000002:FFFFFFFF:Invincibility :gangonta:62000000:0000000:00000000:00000000:Select Panel Clear Item :gangonta:00010000:0201057:00000000:FFFFFFFF:None :gangonta:00010000:0201057:00000001:FFFFFFFF:Y Line :gangonta:00010000:0201057:00000002:FFFFFFFF:X Line :gangonta:00010000:0201057:00000003:FFFFFFFF:X/Y Line :gangonta:00000000:0201058:00000002:FFFFFFFF:Always Have Speed Up ; [ Gang Wars (bootleg) ] gangwarb:0:043062:59:000:Infinite Time gangwarb:0:043408:03:000:Infinite Lives PL1 gangwarb:0:04062A:FA:000:Infinite Energy PL1 gangwarb:0:043430:02:000:Infinite Upgrade Points PL1 gangwarb:0:04063E:1E:000:Invincibility PL1 gangwarb:0:04063B:01:520:Invincibility PL1 (2/2) gangwarb:0:043409:03:000:Infinite Lives PL2 gangwarb:0:04066A:FA:000:Infinite Energy PL2 gangwarb:0:043431:02:000:Infinite Upgrade Points PL2 gangwarb:0:04067E:1E:000:Invincibility PL2 gangwarb:0:04067B:01:520:Invincibility PL2 (2/2) ; [ Gang Wars (US) ] gangwars:0:043062:59:000:Infinite Time gangwars:0:043408:03:000:Infinite Lives PL1 gangwars:0:04062A:FA:000:Infinite Energy PL1 gangwars:0:043430:02:000:Infinite Upgrade Points PL1 gangwars:0:04063E:1E:000:Invincibility PL1 gangwars:0:04063B:01:520:Invincibility PL1 (2/2) gangwars:0:043409:03:000:Infinite Lives PL2 gangwars:0:04066A:FA:000:Infinite Energy PL2 gangwars:0:043431:02:000:Infinite Upgrade Points PL2 gangwars:0:04067E:1E:000:Invincibility PL2 gangwars:0:04067B:01:520:Invincibility PL2 (2/2) ; [ Ganryu / Musashi Ganryuki ] ganryu:0:100453:63:000:Infinite Time ganryu:0:109D11:01:000:Invincibility ganryu:0:1004A1:07:000:Infinite Lives PL1 ganryu:0:100497:63:000:Infinite Weapons PL1 ganryu:0:100499:01:000:Always have Normal Weapon PL1 ganryu:0:100499:02:000:Always have Shuriken PL1 ganryu:0:100499:03:000:Always have Dynamite PL1 ganryu:0:100499:04:000:Always have Flying Balls PL1 ganryu:0:100499:01:001:Get the Normal Weapon Now! PL1 ganryu:0:100499:02:001:Get the Shurikens Now! PL1 ganryu:0:100499:03:001:Get the Dynamite Now! PL1 ganryu:0:100499:04:001:Get the Flying Balls Now! PL1 ganryu:0:1004C1:07:000:Infinite Lives PL2 ganryu:0:1004B7:63:000:Infinite Weapons PL2 ganryu:0:1004B9:01:000:Always have Normal Weapon PL2 ganryu:0:1004B9:02:000:Always have Shurikens PL2 ganryu:0:1004B9:03:000:Always have Dynamite PL2 ganryu:0:1004B9:04:000:Always have Flying Balls PL2 ganryu:0:1004B9:01:001:Get the Normal Weapon Now! PL2 ganryu:0:1004B9:02:001:Get the Shurikens Now! PL2 ganryu:0:1004B9:03:001:Get the Dynamite Now! PL2 ganryu:0:1004B9:04:001:Get the Flying Balls Now! PL2 :ganryu:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ganryu:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ganryu:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Gaplus (rev. D) ] gaplus:0:1104:03:000:Infinite Lives PL1 gaplus:0:1105:03:000:Infinite Lives PL2 gaplus:0:101A:FF:000:Invincibility gaplus:0:1177:01:001:Get SideWinder Shot Now! gaplus:0:0F16:7F:001:Change Hypership Now! gaplus:0:10D4:A8:501:Change Hypership Now! (2/2) gaplus:0:1685:EE:000:Stop Queen gaplus:0:1687:DE:500:Stop Queen (2/2) gaplus:0:0EA2:3F:001:Get Twin Shot Now! gaplus:0:0EA4:3F:501:Get Twin Shot Now! (2/4) gaplus:0:0EA6:3F:501:Get Twin Shot Now! (3/4) gaplus:0:0EA8:3F:501:Get Twin Shot Now! (4/4) ; [ Gaplus (alternate hardware) ] gaplusa:0:1104:03:000:Infinite Lives PL1 gaplusa:0:1105:03:000:Infinite Lives PL2 gaplusa:0:101A:FF:000:Invincibility gaplusa:0:1177:01:001:Get SideWinder Shot Now! gaplusa:0:0F16:7F:001:Get Hypership Now! gaplusa:0:10D4:A8:501:Get Hypership Now! (2/2) gaplusa:0:1685:EE:000:Stop Queen gaplusa:0:1687:DE:500:Stop Queen (2/2) gaplusa:0:0EA2:3F:001:Get Twin Shot Now! gaplusa:0:0EA4:3F:501:Get Twin Shot Now! (2/4) gaplusa:0:0EA6:3F:501:Get Twin Shot Now! (3/4) gaplusa:0:0EA8:3F:501:Get Twin Shot Now! (4/4) ; [ Gaplus (rev. B) ] gapluso:0:1104:03:000:Infinite Lives PL1 gapluso:0:1105:03:000:Infinite Lives PL2 gapluso:0:101A:FF:000:Invincibility gapluso:0:1177:01:001:Get SideWinder Shot Now! gapluso:0:0F16:7F:001:Change Hypership Now! gapluso:0:10D4:A8:501:Change Hypership Now! (2/2) gapluso:0:1685:EE:000:Stop Queen gapluso:0:1687:DE:500:Stop Queen (2/2) gapluso:0:0EA2:3F:001:Get Twin Shot Now! gapluso:0:0EA4:3F:501:Get Twin Shot Now! (2/4) gapluso:0:0EA6:3F:501:Get Twin Shot Now! (3/4) gapluso:0:0EA8:3F:501:Get Twin Shot Now! (4/4) ; [ Gardia ] :gardia:00000000:0C028:00000009:FFFFFFFF:Infinite Credits :gardia:20800000:24FF9:000000C9:FFFFFFFF:Invincibility :gardia:00000100:0EF03:00000002:FFFFFFFF:Select Speed :gardia:00200000:0EF05:00040505:FF04FFFF:Always Have Barrier :gardia:00000000:0EF07:00000001:00000001:Always Have Shot Speed Up :gardia:00000000:0EF02:00000005:FFFFFFFF:Always Have All Parts :gardia:00000301:0C03A:00000003:FFFFFFFF:Select Starting Area:Set on displayed "Push Start Button" screen after inserted a credit :gardia:00000000:0C050:00000000:000000A0:Rapid Fire - Antiair :gardia:00000000:0C050:00000000:00000050:Rapid Fire - Antisurface:Turn it OFF on name entry screen :gardia:00000000:0C04E:00000007:FFFFFFFF:Infinite Lives PL1 :gardia:00000000:0C0B2:000000FF:FFFFFFFF:Always Have Max Bonus Chip PL1 :gardia:00000000:0C04F:00000007:FFFFFFFF:Infinite Lives PL2 :gardia:00000000:0C0B3:000000FF:FFFFFFFF:Always Have Max Bonus Chip PL2 ; [ Gardia (bootleg) ] :gardiab:00000000:0C028:00000009:FFFFFFFF:Infinite Credits :gardiab:20800000:24FF0:000000C9:FFFFFFFF:Invincibility :gardiab:00000100:0E703:00000002:FFFFFFFF:Select Speed :gardiab:00200000:0E705:00040505:FF04FFFF:Always Have Barrier :gardiab:00000000:0E707:00000001:00000001:Always Have Shot Speed Up :gardiab:00000000:0E702:00000005:FFFFFFFF:Always Have All Parts :gardiab:00000301:0C03A:00000003:FFFFFFFF:Select Starting Area:Set on displayed "Push Start Button" screen after inserted a credit :gardiab:00000000:0C050:00000000:000000A0:Rapid Fire - Antiair :gardiab:00000000:0C050:00000000:00000050:Rapid Fire - Antisurface:Turn it OFF on name entry screen :gardiab:00000000:0C04E:00000007:FFFFFFFF:Infinite Lives PL1 :gardiab:00000000:0C0B2:000000FF:FFFFFFFF:Always Have Max Bonus Chip PL1 :gardiab:00000000:0C04F:00000007:FFFFFFFF:Infinite Lives PL2 :gardiab:00000000:0C0B3:000000FF:FFFFFFFF:Always Have Max Bonus Chip PL2 ; [ Garogun Seroyang (Korea) ] garogun:0:0000:00:999:[ This game hasn't even ]:REASON 11 garogun:0:0000:00:999:[ been looked at due to ]:REASON 11 garogun:0:0000:00:999:[ time constraints - Too]:REASON 11 garogun:0:0000:00:999:[ many games and so ]:REASON 11 garogun:0:0000:00:999:[ little time. It is ]:REASON 11 garogun:0:0000:00:999:[ even possible that ]:REASON 11 garogun:0:0000:00:999:[ this game may be a ]:REASON 11 garogun:0:0000:00:999:[ clone of an existing ]:REASON 11 garogun:0:0000:00:999:[ game which may have ]:REASON 11 garogun:0:0000:00:999:[ cheats. Please search ]:REASON 11 garogun:0:0000:00:999:[ the cheat forums ]:REASON 11 garogun:0:0000:00:999:[ before posting cheat ]:REASON 11 garogun:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Garou - Mark of the Wolves (set 1) ] garou:0:107490:99:000:Infinite Time garou:0:107490:00:001:Finish this Round Now! :garou:00800000:10E001:00000001:00000001:Always have Easy Supers:Debug Dip 2-1 :garou:00000001:107439:00000008:FFFFFFFF:Current Normal Level is Final Level Now!:Normal Mode :garou:00000001:107439:0000000E:FFFFFFFF:Current Survival Level is Final Level Now!:Survival Mode :garou:62000000:000000:00000000:00000000:Select Backdrop :garou:00010000:107435:00000000:FFFFFFFF:Freight Express:Terry Bogard :garou:00010000:107435:00000001:FFFFFFFF:Live House "Old Line":Rock Howard :garou:00010000:107435:00000002:FFFFFFFF:Oriental Casino "Woo":Kim Dong Hwan :garou:00010000:107435:00000003:FFFFFFFF:Yok Chong Market:Kim Jae Hoon :garou:00010000:107435:00000004:FFFFFFFF:Philantrophy Belfry:Hotaru Futaba :garou:00010000:107435:00000005:FFFFFFFF:Barbaroi Falls:Gato :garou:00010000:107435:00000006:FFFFFFFF:Blue Wave Harbor:Bonne Jenet :garou:00010000:107435:00000007:FFFFFFFF:Sarah Forest:Khushnood Butt :garou:00010000:107435:00000008:FFFFFFFF:5th Ave. and 2nd St.:Hokutomaru :garou:00010000:107435:00000009:FFFFFFFF:Slam "Free Field":Freeman :garou:00010000:107435:0000000A:FFFFFFFF:Universal Arena:Tizoc :garou:00010000:107435:0000000B:FFFFFFFF:S.S.P. Maneuver Field:Kevin Rian :garou:00010000:107435:0000000C:FFFFFFFF:(Mansion Basement):Grant :garou:00010000:107435:0000000D:FFFFFFFF:(Mansion):Kain R. Heinlein garou:0:10E008:09:000:Infinite Credits PL1:Home version garou:0:10048E:78:000:Infinite Energy PL1 garou:0:10048E:00:001:Drain All Energy Now! PL1 garou:0:1004BE:80:000:Infinite Power PL1 garou:0:1004BE:00:001:Drain All Power Now! PL1 :garou:62000000:000000:00000000:00000000:Select Character PL1 :garou:00010000:10742B:00000000:FFFFFFFF:Terry Bogard :garou:00010000:10742B:00000001:FFFFFFFF:Rock Howard :garou:00010000:10742B:00000002:FFFFFFFF:Kim Dong Hwan :garou:00010000:10742B:00000003:FFFFFFFF:Kim Jae Hoon :garou:00010000:10742B:00000004:FFFFFFFF:Hotaru Futaba :garou:00010000:10742B:00000005:FFFFFFFF:Gato :garou:00010000:10742B:00000006:FFFFFFFF:Bonne Jenet :garou:00010000:10742B:00000007:FFFFFFFF:Khushnood Butt :garou:00010000:10742B:00000008:FFFFFFFF:Hokutomaru :garou:00010000:10742B:00000009:FFFFFFFF:Freeman :garou:00010000:10742B:0000000A:FFFFFFFF:Tizoc :garou:00010000:10742B:0000000B:FFFFFFFF:Kevin Rian :garou:00010000:10742B:0000000C:FFFFFFFF:Grant :garou:00010000:10742B:0000000D:FFFFFFFF:Kain R. Heinlein :garou:62000000:000000:00000000:00000000:Select Character Colour PL1 :garou:00010000:107432:00000000:FFFFFFFF:A colour :garou:00010000:107432:00000001:FFFFFFFF:B colour :garou:00010000:107432:00000002:FFFFFFFF:C colour :garou:00010000:107432:00000003:FFFFFFFF:D colour :garou:00000100:107474:00000002:FFFFFFFF:Select Rounds Won PL1 :garou:62000000:000000:00000000:00000000:Select TOP Bar Length PL1:Works only when player is NOT CPU controlled :garou:00010000:1074C2:00000000:FFFFFFFF:5 chunks :garou:00010000:1074C2:00000001:FFFFFFFF:3 chunks :garou:00010000:1074C2:00000002:FFFFFFFF:1 chunk :garou:00010000:1074C2:00000003:FFFFFFFF:Entire Life Bar :garou:00000100:1074C3:0000000E:FFFFFFFF:Select Leftmost TOP Chunk PL1:Works only when player is NOT CPU controlled garou:0:10E009:09:000:Infinite Credits PL2:Home version garou:0:10058E:78:000:Infinite Energy PL2 garou:0:10058E:00:001:Drain All Energy Now! PL2 garou:0:1005BE:80:000:Infinite Power PL2 garou:0:1005BE:00:001:Drain All Power Now! PL2 :garou:62000000:000000:00000000:00000000:Select Character PL2 :garou:00010000:10742D:00000000:FFFFFFFF:Terry Bogard :garou:00010000:10742D:00000001:FFFFFFFF:Rock Howard :garou:00010000:10742D:00000002:FFFFFFFF:Kim Dong Hwan :garou:00010000:10742D:00000003:FFFFFFFF:Kim Jae Hoon :garou:00010000:10742D:00000004:FFFFFFFF:Hotaru Futaba :garou:00010000:10742D:00000005:FFFFFFFF:Gato :garou:00010000:10742D:00000006:FFFFFFFF:Bonne Jenet :garou:00010000:10742D:00000007:FFFFFFFF:Khushnood Butt :garou:00010000:10742D:00000008:FFFFFFFF:Hokutomaru :garou:00010000:10742D:00000009:FFFFFFFF:Freeman :garou:00010000:10742D:0000000A:FFFFFFFF:Tizoc :garou:00010000:10742D:0000000B:FFFFFFFF:Kevin Rian :garou:00010000:10742D:0000000C:FFFFFFFF:Grant :garou:00010000:10742D:0000000D:FFFFFFFF:Kain R. Heinlein :garou:62000000:000000:00000000:00000000:Select Character Colour PL2 :garou:00010000:107433:00000000:FFFFFFFF:A colour :garou:00010000:107433:00000001:FFFFFFFF:B colour :garou:00010000:107433:00000002:FFFFFFFF:C colour :garou:00010000:107433:00000003:FFFFFFFF:D colour :garou:00000100:107475:00000002:FFFFFFFF:Select Rounds Won PL2 :garou:62000000:000000:00000000:00000000:Select TOP Bar Length PL2:Works only when player is NOT CPU controlled :garou:00010000:1074C4:00000000:FFFFFFFF:5 chunks :garou:00010000:1074C4:00000001:FFFFFFFF:3 chunks :garou:00010000:1074C4:00000002:FFFFFFFF:1 chunk :garou:00010000:1074C4:00000003:FFFFFFFF:Entire Life Bar :garou:00000100:1074C5:0000000E:FFFFFFFF:Select Leftmost TOP Chunk PL2:Works only when player is NOT CPU controlled :garou:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :garou:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :garou:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Garou - Mark of the Wolves (set 2) ] garouo:0:107490:99:000:Infinite Time garouo:0:107490:00:001:Finish this Round Now! :garouo:00800000:10E001:00000001:00000001:Always have Easy Supers:Debug Dip 2-1 :garouo:00000001:107439:00000008:FFFFFFFF:Current Normal Level is Final Level Now!:Normal Mode :garouo:00000001:107439:0000000E:FFFFFFFF:Current Survival Level is Final Level Now!:Survival Mode :garouo:62000000:000000:00000000:00000000:Select Backdrop :garouo:00010000:107435:00000000:FFFFFFFF:Freight Express:Terry Bogard :garouo:00010000:107435:00000001:FFFFFFFF:Live House "Old Line":Rock Howard :garouo:00010000:107435:00000002:FFFFFFFF:Oriental Casino "Woo":Kim Dong Hwan :garouo:00010000:107435:00000003:FFFFFFFF:Yok Chong Market:Kim Jae Hoon :garouo:00010000:107435:00000004:FFFFFFFF:Philantrophy Belfry:Hotaru Futaba :garouo:00010000:107435:00000005:FFFFFFFF:Barbaroi Falls:Gato :garouo:00010000:107435:00000006:FFFFFFFF:Blue Wave Harbor:Bonne Jenet :garouo:00010000:107435:00000007:FFFFFFFF:Sarah Forest:Khushnood Butt :garouo:00010000:107435:00000008:FFFFFFFF:5th Ave. and 2nd St.:Hokutomaru :garouo:00010000:107435:00000009:FFFFFFFF:Slam "Free Field":Freeman :garouo:00010000:107435:0000000A:FFFFFFFF:Universal Arena:Tizoc :garouo:00010000:107435:0000000B:FFFFFFFF:S.S.P. Maneuver Field:Kevin Rian :garouo:00010000:107435:0000000C:FFFFFFFF:(Mansion Basement):Grant :garouo:00010000:107435:0000000D:FFFFFFFF:(Mansion):Kain R. Heinlein garouo:0:10E008:09:000:Infinite Credits PL1:Home version garouo:0:10048E:78:000:Infinite Energy PL1 garouo:0:10048E:00:001:Drain All Energy Now! PL1 garouo:0:1004BE:80:000:Infinite Power PL1 garouo:0:1004BE:00:001:Drain All Power Now! PL1 :garouo:62000000:000000:00000000:00000000:Select Character PL1 :garouo:00010000:10742B:00000000:FFFFFFFF:Terry Bogard :garouo:00010000:10742B:00000001:FFFFFFFF:Rock Howard :garouo:00010000:10742B:00000002:FFFFFFFF:Kim Dong Hwan :garouo:00010000:10742B:00000003:FFFFFFFF:Kim Jae Hoon :garouo:00010000:10742B:00000004:FFFFFFFF:Hotaru Futaba :garouo:00010000:10742B:00000005:FFFFFFFF:Gato :garouo:00010000:10742B:00000006:FFFFFFFF:Bonne Jenet :garouo:00010000:10742B:00000007:FFFFFFFF:Khushnood Butt :garouo:00010000:10742B:00000008:FFFFFFFF:Hokutomaru :garouo:00010000:10742B:00000009:FFFFFFFF:Freeman :garouo:00010000:10742B:0000000A:FFFFFFFF:Tizoc :garouo:00010000:10742B:0000000B:FFFFFFFF:Kevin Rian :garouo:00010000:10742B:0000000C:FFFFFFFF:Grant :garouo:00010000:10742B:0000000D:FFFFFFFF:Kain R. Heinlein :garouo:62000000:000000:00000000:00000000:Select Character Colour PL1 :garouo:00010000:107432:00000000:FFFFFFFF:A colour :garouo:00010000:107432:00000001:FFFFFFFF:B colour :garouo:00010000:107432:00000002:FFFFFFFF:C colour :garouo:00010000:107432:00000003:FFFFFFFF:D colour :garouo:00000100:107474:00000002:FFFFFFFF:Select Rounds Won PL1 :garouo:62000000:000000:00000000:00000000:Select TOP Bar Length PL1:Works only when player is NOT CPU controlled :garouo:00010000:1074C2:00000000:FFFFFFFF:5 chunks :garouo:00010000:1074C2:00000001:FFFFFFFF:3 chunks :garouo:00010000:1074C2:00000002:FFFFFFFF:1 chunk :garouo:00010000:1074C2:00000003:FFFFFFFF:Entire Life Bar :garouo:00000100:1074C3:0000000E:FFFFFFFF:Select Leftmost TOP Chunk PL1:Works only when player is NOT CPU controlled garouo:0:10E009:09:000:Infinite Credits PL2:Home version garouo:0:10058E:78:000:Infinite Energy PL2 garouo:0:10058E:00:001:Drain All Energy Now! PL2 garouo:0:1005BE:80:000:Infinite Power PL2 garouo:0:1005BE:00:001:Drain All Power Now! PL2 :garouo:62000000:000000:00000000:00000000:Select Character PL2 :garouo:00010000:10742D:00000000:FFFFFFFF:Terry Bogard :garouo:00010000:10742D:00000001:FFFFFFFF:Rock Howard :garouo:00010000:10742D:00000002:FFFFFFFF:Kim Dong Hwan :garouo:00010000:10742D:00000003:FFFFFFFF:Kim Jae Hoon :garouo:00010000:10742D:00000004:FFFFFFFF:Hotaru Futaba :garouo:00010000:10742D:00000005:FFFFFFFF:Gato :garouo:00010000:10742D:00000006:FFFFFFFF:Bonne Jenet :garouo:00010000:10742D:00000007:FFFFFFFF:Khushnood Butt :garouo:00010000:10742D:00000008:FFFFFFFF:Hokutomaru :garouo:00010000:10742D:00000009:FFFFFFFF:Freeman :garouo:00010000:10742D:0000000A:FFFFFFFF:Tizoc :garouo:00010000:10742D:0000000B:FFFFFFFF:Kevin Rian :garouo:00010000:10742D:0000000C:FFFFFFFF:Grant :garouo:00010000:10742D:0000000D:FFFFFFFF:Kain R. Heinlein :garouo:62000000:000000:00000000:00000000:Select Character Colour PL2 :garouo:00010000:107433:00000000:FFFFFFFF:A colour :garouo:00010000:107433:00000001:FFFFFFFF:B colour :garouo:00010000:107433:00000002:FFFFFFFF:C colour :garouo:00010000:107433:00000003:FFFFFFFF:D colour :garouo:00000100:107475:00000002:FFFFFFFF:Select Rounds Won PL2 :garouo:62000000:000000:00000000:00000000:Select TOP Bar Length PL2:Works only when player is NOT CPU controlled :garouo:00010000:1074C4:00000000:FFFFFFFF:5 chunks :garouo:00010000:1074C4:00000001:FFFFFFFF:3 chunks :garouo:00010000:1074C4:00000002:FFFFFFFF:1 chunk :garouo:00010000:1074C4:00000003:FFFFFFFF:Entire Life Bar :garouo:00000100:1074C5:0000000E:FFFFFFFF:Select Leftmost TOP Chunk PL2:Works only when player is NOT CPU controlled :garouo:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :garouo:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :garouo:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Garou - Mark of the Wolves (prototype) ] garoup:0:107490:99:000:Infinite Time garoup:0:107490:00:001:Finish this Round Now! :garoup:00800000:10E001:00000001:00000001:Always have Easy Supers:Debug Dip 2-1 :garoup:00000001:107439:00000008:FFFFFFFF:Current Normal Level is Final Level Now!:Normal Mode :garoup:00000001:107439:0000000E:FFFFFFFF:Current Survival Level is Final Level Now!:Survival Mode :garoup:62000000:000000:00000000:00000000:Select Backdrop :garoup:00010000:107435:00000000:FFFFFFFF:Freight Express:Terry Bogard :garoup:00010000:107435:00000001:FFFFFFFF:Live House "Old Line":Rock Howard :garoup:00010000:107435:00000002:FFFFFFFF:Oriental Casino "Woo":Kim Dong Hwan :garoup:00010000:107435:00000003:FFFFFFFF:Yok Chong Market:Kim Jae Hoon :garoup:00010000:107435:00000004:FFFFFFFF:Philantrophy Belfry:Hotaru Futaba :garoup:00010000:107435:00000005:FFFFFFFF:Barbaroi Falls:Gato :garoup:00010000:107435:00000006:FFFFFFFF:Blue Wave Harbor:Bonne Jenet :garoup:00010000:107435:00000007:FFFFFFFF:Sarah Forest:Khushnood Butt :garoup:00010000:107435:00000008:FFFFFFFF:5th Ave. and 2nd St.:Hokutomaru :garoup:00010000:107435:00000009:FFFFFFFF:Slam "Free Field":Freeman :garoup:00010000:107435:0000000A:FFFFFFFF:Universal Arena:Tizoc :garoup:00010000:107435:0000000B:FFFFFFFF:S.S.P. Maneuver Field:Kevin Rian :garoup:00010000:107435:0000000C:FFFFFFFF:(Mansion Basement):Grant :garoup:00010000:107435:0000000D:FFFFFFFF:(Mansion):Kain R. Heinlein garoup:0:10E008:09:000:Infinite Credits PL1:Home version garoup:0:10048E:78:000:Infinite Energy PL1 garoup:0:10048E:00:001:Drain All Energy Now! PL1 garoup:0:1004BE:80:000:Infinite Power PL1 garoup:0:1004BE:00:001:Drain All Power Now! PL1 :garoup:62000000:000000:00000000:00000000:Select Character PL1 :garoup:00010000:10742B:00000000:FFFFFFFF:Terry Bogard :garoup:00010000:10742B:00000001:FFFFFFFF:Rock Howard :garoup:00010000:10742B:00000002:FFFFFFFF:Kim Dong Hwan :garoup:00010000:10742B:00000003:FFFFFFFF:Kim Jae Hoon :garoup:00010000:10742B:00000004:FFFFFFFF:Hotaru Futaba :garoup:00010000:10742B:00000005:FFFFFFFF:Gato :garoup:00010000:10742B:00000006:FFFFFFFF:Bonne Jenet :garoup:00010000:10742B:00000007:FFFFFFFF:Khushnood Butt :garoup:00010000:10742B:00000008:FFFFFFFF:Hokutomaru :garoup:00010000:10742B:00000009:FFFFFFFF:Freeman :garoup:00010000:10742B:0000000A:FFFFFFFF:Tizoc :garoup:00010000:10742B:0000000B:FFFFFFFF:Kevin Rian :garoup:00010000:10742B:0000000C:FFFFFFFF:Grant :garoup:00010000:10742B:0000000D:FFFFFFFF:Kain R. Heinlein :garoup:62000000:000000:00000000:00000000:Select Character Colour PL1 :garoup:00010000:107432:00000000:FFFFFFFF:A colour :garoup:00010000:107432:00000001:FFFFFFFF:B colour :garoup:00010000:107432:00000002:FFFFFFFF:C colour :garoup:00010000:107432:00000003:FFFFFFFF:D colour :garoup:00000100:107474:00000002:FFFFFFFF:Select Rounds Won PL1 :garoup:62000000:000000:00000000:00000000:Select TOP Bar Length PL1:Works only when player is NOT CPU controlled :garoup:00010000:1074C2:00000000:FFFFFFFF:5 chunks :garoup:00010000:1074C2:00000001:FFFFFFFF:3 chunks :garoup:00010000:1074C2:00000002:FFFFFFFF:1 chunk :garoup:00010000:1074C2:00000003:FFFFFFFF:Entire Life Bar :garoup:00000100:1074C3:0000000E:FFFFFFFF:Select Leftmost TOP Chunk PL1:Works only when player is NOT CPU controlled garoup:0:10E009:09:000:Infinite Credits PL2:Home version garoup:0:10058E:78:000:Infinite Energy PL2 garoup:0:10058E:00:001:Drain All Energy Now! PL2 garoup:0:1005BE:80:000:Infinite Power PL2 garoup:0:1005BE:00:001:Drain All Power Now! PL2 :garoup:62000000:000000:00000000:00000000:Select Character PL2 :garoup:00010000:10742D:00000000:FFFFFFFF:Terry Bogard :garoup:00010000:10742D:00000001:FFFFFFFF:Rock Howard :garoup:00010000:10742D:00000002:FFFFFFFF:Kim Dong Hwan :garoup:00010000:10742D:00000003:FFFFFFFF:Kim Jae Hoon :garoup:00010000:10742D:00000004:FFFFFFFF:Hotaru Futaba :garoup:00010000:10742D:00000005:FFFFFFFF:Gato :garoup:00010000:10742D:00000006:FFFFFFFF:Bonne Jenet :garoup:00010000:10742D:00000007:FFFFFFFF:Khushnood Butt :garoup:00010000:10742D:00000008:FFFFFFFF:Hokutomaru :garoup:00010000:10742D:00000009:FFFFFFFF:Freeman :garoup:00010000:10742D:0000000A:FFFFFFFF:Tizoc :garoup:00010000:10742D:0000000B:FFFFFFFF:Kevin Rian :garoup:00010000:10742D:0000000C:FFFFFFFF:Grant :garoup:00010000:10742D:0000000D:FFFFFFFF:Kain R. Heinlein :garoup:62000000:000000:00000000:00000000:Select Character Colour PL2 :garoup:00010000:107433:00000000:FFFFFFFF:A colour :garoup:00010000:107433:00000001:FFFFFFFF:B colour :garoup:00010000:107433:00000002:FFFFFFFF:C colour :garoup:00010000:107433:00000003:FFFFFFFF:D colour :garoup:00000100:107475:00000002:FFFFFFFF:Select Rounds Won PL2 :garoup:62000000:000000:00000000:00000000:Select TOP Bar Length PL2:Works only when player is NOT CPU controlled :garoup:00010000:1074C4:00000000:FFFFFFFF:5 chunks :garoup:00010000:1074C4:00000001:FFFFFFFF:3 chunks :garoup:00010000:1074C4:00000002:FFFFFFFF:1 chunk :garoup:00010000:1074C4:00000003:FFFFFFFF:Entire Life Bar :garoup:00000100:1074C5:0000000E:FFFFFFFF:Select Leftmost TOP Chunk PL2:Works only when player is NOT CPU controlled :garoup:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :garoup:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :garoup:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Garuka (Japan ver. W) ] garuka:0:4103:60:000:Infinite Time garuka:0:410C:09:000:Infinite Lives PL1 garuka:0:410E:09:000:Infinite Rockets PL1 garuka:0:416B:09:000:Infinite Flame thrower PL1:Used instead of rifle garuka:0:410D:09:000:Infinite Normal Grenades PL1 garuka:0:417C:09:000:Infinite Fast Grenades PL1 garuka:0:417B:09:000:Infinite Napalm Grenades PL1 garuka:0:4480:82:000:Invincibility PL1 garuka:0:4116:09:000:Infinite Lives PL2 garuka:0:4118:09:000:Infinite Rockets PL2 garuka:0:416C:09:000:Infinite Flame Thrower PL2:Used instead of rifle garuka:0:4117:09:000:Infinite Normal Grenades PL2 garuka:0:417E:09:000:Infinite Fast Grenades PL2 garuka:0:417D:09:000:Infinite Napalm Grenades PL2 garuka:0:45C0:82:000:Invincibility PL2 garuka:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Garyo Retsuden (Japan) ] garyoret:0:12FD:99:000:Infinite Credits garyoret:0:0027:08:000:Infinite Lives PL1 garyoret:0:0019:03:000:Infinite Energy PL1 garyoret:0:0020:05:000:Infinite Orbs PL1 garyoret:0:0021:04:000:Infinite Powerups PL1 garyoret:0:0023:02:000:Infinite Speed Boots PL1 garyoret:0:0022:01:000:Infinite Cloak PL1 garyoret:0:0018:08:000:Always have Horse PL1 garyoret:0:0067:08:000:Infinite Lives PL2 garyoret:0:0059:03:000:Infinite Energy PL2 garyoret:0:0060:05:000:Infinite Orbs PL2 garyoret:0:0061:04:000:Infinite Powerups PL2 garyoret:0:0063:02:000:Infinite Speed Boots PL2 garyoret:0:0062:01:000:Infinite Cloak PL2 garyoret:0:0058:08:000:Always have Horse PL2 ; [ Gate of Doom (US revision 1) ] gatedom1:0:100B3B:00:001:Kill Dragon Now!! gatedom1:0:100036:07:000:Infinite Lives PL1 gatedom1:0:100037:0C:000:Infinite Energy PL1 gatedom1:0:10003E:80:001:Fill Magic Bar to Top PL1 gatedom1:0:10003E:80:000:Stop Magic Bar decreasing PL1 gatedom1:0:10004B:C0:000:Invincibility PL1:To be used when you blink gatedom1:0:100086:0A:000:Infinite Gloves PL1 gatedom1:0:100038:10:520:Infinite Gloves PL1 (2/3) gatedom1:0:100017:40:501:Infinite Gloves PL1 (3/3) gatedom1:0:100084:0A:000:Infinite Boots PL1 gatedom1:0:100038:20:520:Infinite Boots PL1 (2/3) gatedom1:0:100048:02:501:Infinite Boots PL1 (3/3) gatedom1:0:1000B6:07:000:Infinite Lives PL2 gatedom1:0:1000B7:0A:000:Infinite Energy PL2 gatedom1:0:1000BE:80:001:Fill Magic Bar to Top PL2 gatedom1:0:1000BE:80:000:Stop Magic Bar decreasing PL2 gatedom1:0:1000CB:C0:000:Invincibility PL2:To be used when you blink gatedom1:0:100106:0A:000:Infinite Gloves PL2 gatedom1:0:1000B8:10:520:Infinite Gloves PL2 (2/3) gatedom1:0:100097:40:501:Infinite Gloves PL2 (3/3) gatedom1:0:100104:0A:000:Infinite Boots PL2 gatedom1:0:1000B8:20:520:Infinite Boots PL2 (2/3) gatedom1:0:1000C8:02:501:Infinite Boots PL2 (3/3) ; [ Gate of Doom (US revision 4) ] gatedoom:0:100B3B:00:001:Kill Dragon Now!! gatedoom:0:100036:07:000:Infinite Lives PL1 gatedoom:0:100037:0C:000:Infinite Energy PL1 gatedoom:0:10003E:80:001:Fill Magic Bar to Top PL1 gatedoom:0:10003E:80:000:Stop Magic Bar decreasing PL1 gatedoom:0:10004B:C0:000:Invincibility PL1:To be used when you blink gatedoom:0:100086:0A:000:Infinite Gloves PL1 gatedoom:0:100038:10:520:Infinite Gloves PL1 (2/3) gatedoom:0:100017:40:501:Infinite Gloves PL1 (3/3) gatedoom:0:100084:0A:000:Infinite Boots PL1 gatedoom:0:100038:20:520:Infinite Boots PL1 (2/3) gatedoom:0:100048:02:501:Infinite Boots PL1 (3/3) gatedoom:0:1000B6:07:000:Infinite Lives PL2 gatedoom:0:1000B7:0A:000:Infinite Energy PL2 gatedoom:0:1000BE:80:001:Fill Magic Bar to Top PL2 gatedoom:0:1000BE:80:000:Stop Magic Bar decreasing PL2 gatedoom:0:1000CB:C0:000:Invincibility PL2:To be used when you blink gatedoom:0:100106:0A:000:Infinite Gloves PL2 gatedoom:0:1000B8:10:520:Infinite Gloves PL2 (2/3) gatedoom:0:100097:40:501:Infinite Gloves PL2 (3/3) gatedoom:0:100104:0A:000:Infinite Boots PL2 gatedoom:0:1000B8:20:520:Infinite Boots PL2 (2/3) gatedoom:0:1000C8:02:501:Infinite Boots PL2 (3/3) ; [ Gatsbee ] gatsbee:0:9820:06:000:Infinite Lives gatsbee:1:070D:0D:100:Fast Shoot:This cheat is a replacement for the removed galagads ROM set and reproduces the only effect of that rom set gatsbee:0:9288:28:000:Perfect challenge stage gatsbee:0:9821:04:000:Start on level 5 gatsbee:0:9821:09:000:Start on level 10 ;These can be modified of course for any level... gatsbee:0:9825:00:000:All challenge stages gatsbee:0:9825:01:000:No challenge stages gatsbee:0:9827:01:000:Double Ship gatsbee:0:9361:29:500:Double Ship (2/4) gatsbee:0:8B61:09:500:Double Ship (3/4) gatsbee:0:8B60:06:500:Double Ship (4/4) gatsbee:0:9368:00:000:Aliens don't shoot gatsbee:0:9369:00:500:Aliens don't shoot (2/8) gatsbee:0:936A:00:500:Aliens don't shoot (3/8) gatsbee:0:936B:00:500:Aliens don't shoot (4/8) gatsbee:0:936C:00:500:Aliens don't shoot (5/8) gatsbee:0:936D:00:500:Aliens don't shoot (6/8) gatsbee:0:936E:00:500:Aliens don't shoot (7/8) gatsbee:0:936F:00:500:Aliens don't shoot (8/8) :gatsbee:02100000:99B6:00000000:00001515:Auto Fire:Turn it OFF on the Name Entry screen ; [ Gauntlet II (2 Players, rev 1) ] :gaun22p1:00100000:9049E8:000004B0:0000FFFF:Infinite Bonus Time :gaun22p1:00000000:904007:00000035:000000FF:Freeze All Monsters gaun22p1:0:90490C:04:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun22p1:0:90490D:9F:501:Open all doors Now! (2/2) gaun22p1:0:9048C6:51:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun22p1:0:9048C7:F7:501:Turn walls to exits Now! gaun22p1:0:904980:27:000:Infinite Health (Red) gaun22p1:0:904983:10:500:Infinite Health (Red) (2/2) gaun22p1:0:90405A:03:000:Infinite Keys (Red) gaun22p1:0:904055:03:000:Infinite Potions (Red) gaun22p1:0:9048E0:01:020:Always Invisible (Red) gaun22p1:0:9048E0:02:020:Always Repulsive (Red) gaun22p1:0:9048E0:04:020:Reflective Shots (Red) gaun22p1:0:9048E0:08:020:Transportability (Red) gaun22p1:0:9048E0:10:020:Supershots (Red) gaun22p1:0:905F68:0A:500:Supershots (Red) (2/2) gaun22p1:0:9048E0:20:020:Always Invulnerable (Red) gaun22p1:0:9048E1:01:021:Get Enhanced Speed (Red) gaun22p1:0:9048E1:02:021:Get Enhanced Armor (Red) gaun22p1:0:9048E1:04:021:Get More Fight Power (Red) gaun22p1:0:9048E1:08:021:Get Faster Shot (Red) gaun22p1:0:9048E1:10:021:Get More Shot Power (Red) gaun22p1:0:9048E1:20:021:Get Enhanced Magic (Red) gaun22p1:0:904984:27:000:Infinite Health (Blue) gaun22p1:0:904987:10:500:Infinite Health (Blue) (2/2) gaun22p1:0:90405B:03:000:Infinite Keys (Blue) gaun22p1:0:904056:03:000:Infinite Potions (Blue) gaun22p1:0:9048E2:01:020:Always Invisible (Blue) gaun22p1:0:9048E2:02:020:Always Repulsive (Blue) gaun22p1:0:9048E2:04:020:Reflective Shots (Blue) gaun22p1:0:9048E2:08:020:Transportability (Blue) gaun22p1:0:9048E2:10:020:Supershots (Blue) gaun22p1:0:905F69:0A:500:Supershots (Blue) (2/2) gaun22p1:0:9048E2:20:020:Always Invulnerable (Blue) gaun22p1:0:9048E3:01:021:Get Enhanced Speed (Blue) gaun22p1:0:9048E3:02:021:Get Enhanced Armor (Blue) gaun22p1:0:9048E3:04:021:Get More Fight Power (Blue) gaun22p1:0:9048E3:08:021:Get Faster Shot (Blue) gaun22p1:0:9048E3:10:021:Get More Shot Power (Blue) gaun22p1:0:9048E3:20:021:Get Enhanced Magic (Blue) ; [ Gauntlet II (2 Players, German) ] :gaun22pg:00100000:9049E8:000004B0:0000FFFF:Infinite Bonus Time :gaun22pg:00000000:904007:00000035:000000FF:Freeze All Monsters gaun22pg:0:90490C:04:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun22pg:0:90490D:9F:501:Open all doors Now! (2/2) gaun22pg:0:9048C6:51:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun22pg:0:9048C7:F7:501:Turn walls to exits Now! gaun22pg:0:904980:27:000:Infinite Health (Red) gaun22pg:0:904983:10:500:Infinite Health (Red) (2/2) gaun22pg:0:90405A:03:000:Infinite Keys (Red) gaun22pg:0:904055:03:000:Infinite Potions (Red) gaun22pg:0:9048E0:01:020:Always Invisible (Red) gaun22pg:0:9048E0:02:020:Always Repulsive (Red) gaun22pg:0:9048E0:04:020:Reflective Shots (Red) gaun22pg:0:9048E0:08:020:Transportability (Red) gaun22pg:0:9048E0:10:020:Supershots (Red) gaun22pg:0:905F68:0A:500:Supershots (Red) (2/2) gaun22pg:0:9048E0:20:020:Always Invulnerable (Red) gaun22pg:0:9048E1:01:021:Get Enhanced Speed (Red) gaun22pg:0:9048E1:02:021:Get Enhanced Armor (Red) gaun22pg:0:9048E1:04:021:Get More Fight Power (Red) gaun22pg:0:9048E1:08:021:Get Faster Shot (Red) gaun22pg:0:9048E1:10:021:Get More Shot Power (Red) gaun22pg:0:9048E1:20:021:Get Enhanced Magic (Red) gaun22pg:0:904984:27:000:Infinite Health (Blue) gaun22pg:0:904987:10:500:Infinite Health (Blue) (2/2) gaun22pg:0:90405B:03:000:Infinite Keys (Blue) gaun22pg:0:904056:03:000:Infinite Potions (Blue) gaun22pg:0:9048E2:01:020:Always Invisible (Blue) gaun22pg:0:9048E2:02:020:Always Repulsive (Blue) gaun22pg:0:9048E2:04:020:Reflective Shots (Blue) gaun22pg:0:9048E2:08:020:Transportability (Blue) gaun22pg:0:9048E2:10:020:Supershots (Blue) gaun22pg:0:905F69:0A:500:Supershots (Blue) (2/2) gaun22pg:0:9048E2:20:020:Always Invulnerable (Blue) gaun22pg:0:9048E3:01:021:Get Enhanced Speed (Blue) gaun22pg:0:9048E3:02:021:Get Enhanced Armor (Blue) gaun22pg:0:9048E3:04:021:Get More Fight Power (Blue) gaun22pg:0:9048E3:08:021:Get Faster Shot (Blue) gaun22pg:0:9048E3:10:021:Get More Shot Power (Blue) gaun22pg:0:9048E3:20:021:Get Enhanced Magic (Blue) ; [ Gauntlet (2 Players, German, rev 1) ] gaun2pg1:0:904001:99:070:Select Next Level gaun2pg1:0:904B1C:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun2pg1:0:904B1D:7B:501:Open all doors Now! (2/2) gaun2pg1:0:904B28:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun2pg1:0:904B29:CF:501:Turn walls to exits Now!(2/2) gaun2pg1:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gaun2pg1:0:9048DC:27:000:Infinite Health (Warrior) gaun2pg1:0:9048DF:10:500:Infinite Health (Warrior) (2/2) gaun2pg1:0:904AFF:00:001:Lose All Power Now! (Warrior) gaun2pg1:0:904AFF:01:021:Get Partial Invisibility Now! (Warrior) gaun2pg1:0:904AFF:02:021:Get Extra Fight Power Now! (Warrior) gaun2pg1:0:904AFF:04:021:Get Extra Magic Power Now! (Warrior) gaun2pg1:0:904AFF:08:021:Get Extra Shot Speed Now! (Warrior) gaun2pg1:0:904AFF:16:021:Get Sun Now! (Warrior) gaun2pg1:0:904AFF:32:021:Get Shield Now! (Warrior) gaun2pg1:0:904AFF:64:021:Get Extra Speed Now! (Warrior) gaun2pg1:0:904AFF:7E:001:Get Maximum Power Now! (Warrior) gaun2pg1:0:9048F0:06:000:Infinite Keys (Warrior) gaun2pg1:0:9048F0:00:000:Never Have Keys (Warrior) gaun2pg1:0:9048EC:06:000:Infinite Potions (Warrior) gaun2pg1:0:9048E0:27:000:Infinite Health (Valkyrie) gaun2pg1:0:9048E3:10:500:Infinite Health (Valkyrie)(2/2) gaun2pg1:0:904B01:00:001:Lose All Power Now! (Valkyrie) gaun2pg1:0:904B01:01:021:Get Partial Invisibility Now! (Valkyrie) gaun2pg1:0:904B01:02:021:Get Extra Fight Power Now! (Valkyrie) gaun2pg1:0:904B01:04:021:Get Extra Magic Power Now! (Valkyrie) gaun2pg1:0:904B01:08:021:Get Extra Shot Speed Now! (Valkyrie) gaun2pg1:0:904B01:16:021:Get Sun Now! (Valkyrie) gaun2pg1:0:904B01:32:021:Get Shield Now! (Valkyrie) gaun2pg1:0:904B01:64:021:Get Extra Speed Now! (Valkyrie) gaun2pg1:0:904B01:7E:001:Get Maximum Power Now! (Valkyrie) gaun2pg1:0:9048F1:06:000:Infinite Keys (Valkyrie) gaun2pg1:0:9048F1:00:000:Never Have Keys (Valkyrie) gaun2pg1:0:9048ED:06:000:Infinite Potions (Valkyrie) gaun2pg1:0:9048E4:27:000:Infinite Health (Wizard) gaun2pg1:0:9048E7:10:500:Infinite Health (Wizard) (2/2) gaun2pg1:0:904B03:00:001:Lose All Power Now! (Wizard) gaun2pg1:0:904B03:01:021:Get Partial Invisibility Now! (Wizard) gaun2pg1:0:904B03:02:021:Get Extra Fight Power Now! (Wizard) gaun2pg1:0:904B03:04:021:Get Extra Magic Power Now! (Wizard) gaun2pg1:0:904B03:08:021:Get Extra Shot Speed Now! (Wizard) gaun2pg1:0:904B03:16:021:Get Sun Now! (Wizard) gaun2pg1:0:904B03:32:021:Get Shield Now! (Wizard) gaun2pg1:0:904B03:64:021:Get Extra Speed Now! (Wizard) gaun2pg1:0:904B03:7E:001:Get Maximum Power Now! (Wizard) gaun2pg1:0:9048F2:06:000:Infinite Keys (Wizard) gaun2pg1:0:9048F2:00:000:Never Have Keys (Wizard) gaun2pg1:0:9048EE:06:000:Infinite Potions (Wizard) gaun2pg1:0:9048E8:27:000:Infinite Health (Elf) gaun2pg1:0:9048EB:10:500:Infinite Health (Elf) (2/2) gaun2pg1:0:904B05:00:001:Lose All Power Now! (Elf) gaun2pg1:0:904B05:01:021:Get Partial Invisibility Now! (Elf) gaun2pg1:0:904B05:02:021:Get Extra Fight Power Now! (Elf) gaun2pg1:0:904B05:04:021:Get Extra Magic Power Now! (Elf) gaun2pg1:0:904B05:08:021:Get Extra Shot Speed Now! (Elf) gaun2pg1:0:904B05:16:021:Get Sun Now! (Elf) gaun2pg1:0:904B05:32:021:Get Shield Now! (Elf) gaun2pg1:0:904B05:64:021:Get Extra Speed Now! (Elf) gaun2pg1:0:904B05:7E:001:Get Maximum Power Now! (Elf) gaun2pg1:0:9048F3:06:000:Infinite Keys (Elf) gaun2pg1:0:9048F3:00:000:Never Have Keys (Elf) gaun2pg1:0:9048EF:06:000:Infinite Potions (Elf) ; [ Gauntlet (2 Players, Japanese, rev 2) ] gaun2pj2:0:904001:99:070:Select Next Level gaun2pj2:0:904B1C:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun2pj2:0:904B1D:7B:501:Open all doors Now! (2/2) gaun2pj2:0:904B28:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun2pj2:0:904B29:CF:501:Turn walls to exits Now!(2/2) gaun2pj2:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gaun2pj2:0:9048DC:27:000:Infinite Health (Warrior) gaun2pj2:0:9048DF:10:500:Infinite Health (Warrior) (2/2) gaun2pj2:0:904AFF:00:001:Lose All Power Now! (Warrior) gaun2pj2:0:904AFF:01:021:Get Partial Invisibility Now! (Warrior) gaun2pj2:0:904AFF:02:021:Get Extra Fight Power Now! (Warrior) gaun2pj2:0:904AFF:04:021:Get Extra Magic Power Now! (Warrior) gaun2pj2:0:904AFF:08:021:Get Extra Shot Speed Now! (Warrior) gaun2pj2:0:904AFF:16:021:Get Sun Now! (Warrior) gaun2pj2:0:904AFF:32:021:Get Shield Now! (Warrior) gaun2pj2:0:904AFF:64:021:Get Extra Speed Now! (Warrior) gaun2pj2:0:904AFF:7E:001:Get Maximum Power Now! (Warrior) gaun2pj2:0:9048F0:06:000:Infinite Keys (Warrior) gaun2pj2:0:9048F0:00:000:Never Have Keys (Warrior) gaun2pj2:0:9048EC:06:000:Infinite Potions (Warrior) gaun2pj2:0:9048E0:27:000:Infinite Health (Valkyrie) gaun2pj2:0:9048E3:10:500:Infinite Health (Valkyrie)(2/2) gaun2pj2:0:904B01:00:001:Lose All Power Now! (Valkyrie) gaun2pj2:0:904B01:01:021:Get Partial Invisibility Now! (Valkyrie) gaun2pj2:0:904B01:02:021:Get Extra Fight Power Now! (Valkyrie) gaun2pj2:0:904B01:04:021:Get Extra Magic Power Now! (Valkyrie) gaun2pj2:0:904B01:08:021:Get Extra Shot Speed Now! (Valkyrie) gaun2pj2:0:904B01:16:021:Get Sun Now! (Valkyrie) gaun2pj2:0:904B01:32:021:Get Shield Now! (Valkyrie) gaun2pj2:0:904B01:64:021:Get Extra Speed Now! (Valkyrie) gaun2pj2:0:904B01:7E:001:Get Maximum Power Now! (Valkyrie) gaun2pj2:0:9048F1:06:000:Infinite Keys (Valkyrie) gaun2pj2:0:9048F1:00:000:Never Have Keys (Valkyrie) gaun2pj2:0:9048ED:06:000:Infinite Potions (Valkyrie) gaun2pj2:0:9048E4:27:000:Infinite Health (Wizard) gaun2pj2:0:9048E7:10:500:Infinite Health (Wizard) (2/2) gaun2pj2:0:904B03:00:001:Lose All Power Now! (Wizard) gaun2pj2:0:904B03:01:021:Get Partial Invisibility Now! (Wizard) gaun2pj2:0:904B03:02:021:Get Extra Fight Power Now! (Wizard) gaun2pj2:0:904B03:04:021:Get Extra Magic Power Now! (Wizard) gaun2pj2:0:904B03:08:021:Get Extra Shot Speed Now! (Wizard) gaun2pj2:0:904B03:16:021:Get Sun Now! (Wizard) gaun2pj2:0:904B03:32:021:Get Shield Now! (Wizard) gaun2pj2:0:904B03:64:021:Get Extra Speed Now! (Wizard) gaun2pj2:0:904B03:7E:001:Get Maximum Power Now! (Wizard) gaun2pj2:0:9048F2:06:000:Infinite Keys (Wizard) gaun2pj2:0:9048F2:00:000:Never Have Keys (Wizard) gaun2pj2:0:9048EE:06:000:Infinite Potions (Wizard) gaun2pj2:0:9048E8:27:000:Infinite Health (Elf) gaun2pj2:0:9048EB:10:500:Infinite Health (Elf) (2/2) gaun2pj2:0:904B05:00:001:Lose All Power Now! (Elf) gaun2pj2:0:904B05:01:021:Get Partial Invisibility Now! (Elf) gaun2pj2:0:904B05:02:021:Get Extra Fight Power Now! (Elf) gaun2pj2:0:904B05:04:021:Get Extra Magic Power Now! (Elf) gaun2pj2:0:904B05:08:021:Get Extra Shot Speed Now! (Elf) gaun2pj2:0:904B05:16:021:Get Sun Now! (Elf) gaun2pj2:0:904B05:32:021:Get Shield Now! (Elf) gaun2pj2:0:904B05:64:021:Get Extra Speed Now! (Elf) gaun2pj2:0:904B05:7E:001:Get Maximum Power Now! (Elf) gaun2pj2:0:9048F3:06:000:Infinite Keys (Elf) gaun2pj2:0:9048F3:00:000:Never Have Keys (Elf) gaun2pj2:0:9048EF:06:000:Infinite Potions (Elf) ; [ Gauntlet (2 Players, rev 3) ] gaun2pr3:0:904001:99:070:Select Next Level gaun2pr3:0:904B1C:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun2pr3:0:904B1D:7B:501:Open all doors Now! (2/2) gaun2pr3:0:904B28:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaun2pr3:0:904B29:CF:501:Turn walls to exits Now!(2/2) gaun2pr3:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gaun2pr3:0:9048DC:27:000:Infinite Health (Warrior) gaun2pr3:0:9048DF:10:500:Infinite Health (Warrior) (2/2) gaun2pr3:0:904AFF:00:001:Lose All Power Now! (Warrior) gaun2pr3:0:904AFF:01:021:Get Partial Invisibility Now! (Warrior) gaun2pr3:0:904AFF:02:021:Get Extra Fight Power Now! (Warrior) gaun2pr3:0:904AFF:04:021:Get Extra Magic Power Now! (Warrior) gaun2pr3:0:904AFF:08:021:Get Extra Shot Speed Now! (Warrior) gaun2pr3:0:904AFF:16:021:Get Sun Now! (Warrior) gaun2pr3:0:904AFF:32:021:Get Shield Now! (Warrior) gaun2pr3:0:904AFF:64:021:Get Extra Speed Now! (Warrior) gaun2pr3:0:904AFF:7E:001:Get Maximum Power Now! (Warrior) gaun2pr3:0:9048F0:06:000:Infinite Keys (Warrior) gaun2pr3:0:9048F0:00:000:Never Have Keys (Warrior) gaun2pr3:0:9048EC:06:000:Infinite Potions (Warrior) gaun2pr3:0:9048E0:27:000:Infinite Health (Valkyrie) gaun2pr3:0:9048E3:10:500:Infinite Health (Valkyrie)(2/2) gaun2pr3:0:904B01:00:001:Lose All Power Now! (Valkyrie) gaun2pr3:0:904B01:01:021:Get Partial Invisibility Now! (Valkyrie) gaun2pr3:0:904B01:02:021:Get Extra Fight Power Now! (Valkyrie) gaun2pr3:0:904B01:04:021:Get Extra Magic Power Now! (Valkyrie) gaun2pr3:0:904B01:08:021:Get Extra Shot Speed Now! (Valkyrie) gaun2pr3:0:904B01:16:021:Get Sun Now! (Valkyrie) gaun2pr3:0:904B01:32:021:Get Shield Now! (Valkyrie) gaun2pr3:0:904B01:64:021:Get Extra Speed Now! (Valkyrie) gaun2pr3:0:904B01:7E:001:Get Maximum Power Now! (Valkyrie) gaun2pr3:0:9048F1:06:000:Infinite Keys (Valkyrie) gaun2pr3:0:9048F1:00:000:Never Have Keys (Valkyrie) gaun2pr3:0:9048ED:06:000:Infinite Potions (Valkyrie) gaun2pr3:0:9048E4:27:000:Infinite Health (Wizard) gaun2pr3:0:9048E7:10:500:Infinite Health (Wizard) (2/2) gaun2pr3:0:904B03:00:001:Lose All Power Now! (Wizard) gaun2pr3:0:904B03:01:021:Get Partial Invisibility Now! (Wizard) gaun2pr3:0:904B03:02:021:Get Extra Fight Power Now! (Wizard) gaun2pr3:0:904B03:04:021:Get Extra Magic Power Now! (Wizard) gaun2pr3:0:904B03:08:021:Get Extra Shot Speed Now! (Wizard) gaun2pr3:0:904B03:16:021:Get Sun Now! (Wizard) gaun2pr3:0:904B03:32:021:Get Shield Now! (Wizard) gaun2pr3:0:904B03:64:021:Get Extra Speed Now! (Wizard) gaun2pr3:0:904B03:7E:001:Get Maximum Power Now! (Wizard) gaun2pr3:0:9048F2:06:000:Infinite Keys (Wizard) gaun2pr3:0:9048F2:00:000:Never Have Keys (Wizard) gaun2pr3:0:9048EE:06:000:Infinite Potions (Wizard) gaun2pr3:0:9048E8:27:000:Infinite Health (Elf) gaun2pr3:0:9048EB:10:500:Infinite Health (Elf) (2/2) gaun2pr3:0:904B05:00:001:Lose All Power Now! (Elf) gaun2pr3:0:904B05:01:021:Get Partial Invisibility Now! (Elf) gaun2pr3:0:904B05:02:021:Get Extra Fight Power Now! (Elf) gaun2pr3:0:904B05:04:021:Get Extra Magic Power Now! (Elf) gaun2pr3:0:904B05:08:021:Get Extra Shot Speed Now! (Elf) gaun2pr3:0:904B05:16:021:Get Sun Now! (Elf) gaun2pr3:0:904B05:32:021:Get Shield Now! (Elf) gaun2pr3:0:904B05:64:021:Get Extra Speed Now! (Elf) gaun2pr3:0:904B05:7E:001:Get Maximum Power Now! (Elf) gaun2pr3:0:9048F3:06:000:Infinite Keys (Elf) gaun2pr3:0:9048F3:00:000:Never Have Keys (Elf) gaun2pr3:0:9048EF:06:000:Infinite Potions (Elf) ; [ Gauntlet II ] :gaunt2:00100000:9049E8:000004B0:0000FFFF:Infinite Bonus Time :gaunt2:00000000:904007:00000035:000000FF:Freeze All Monsters gaunt2:0:90490C:04:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2:0:90490D:9F:501:Open all doors Now! (2/2) gaunt2:0:9048C6:51:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2:0:9048C7:F7:501:Turn walls to exits Now! gaunt2:0:904980:27:000:Infinite Health (Red) gaunt2:0:904983:10:500:Infinite Health (Red) (2/2) gaunt2:0:90405A:03:000:Infinite Keys (Red) gaunt2:0:904055:03:000:Infinite Potions (Red) gaunt2:0:9048E0:01:020:Always Invisible (Red) gaunt2:0:9048E0:02:020:Always Repulsive (Red) gaunt2:0:9048E0:04:020:Reflective Shots (Red) gaunt2:0:9048E0:08:020:Transportability (Red) gaunt2:0:9048E0:10:020:Supershots (Red) gaunt2:0:905F68:0A:500:Supershots (Red) (2/2) gaunt2:0:9048E0:20:020:Always Invulnerable (Red) gaunt2:0:9048E1:01:021:Get Enhanced Speed (Red) gaunt2:0:9048E1:02:021:Get Enhanced Armor (Red) gaunt2:0:9048E1:04:021:Get More Fight Power (Red) gaunt2:0:9048E1:08:021:Get Faster Shot (Red) gaunt2:0:9048E1:10:021:Get More Shot Power (Red) gaunt2:0:9048E1:20:021:Get Enhanced Magic (Red) gaunt2:0:904984:27:000:Infinite Health (Blue) gaunt2:0:904987:10:500:Infinite Health (Blue) (2/2) gaunt2:0:90405B:03:000:Infinite Keys (Blue) gaunt2:0:904056:03:000:Infinite Potions (Blue) gaunt2:0:9048E2:01:020:Always Invisible (Blue) gaunt2:0:9048E2:02:020:Always Repulsive (Blue) gaunt2:0:9048E2:04:020:Reflective Shots (Blue) gaunt2:0:9048E2:08:020:Transportability (Blue) gaunt2:0:9048E2:10:020:Supershots (Blue) gaunt2:0:905F69:0A:500:Supershots (Blue) (2/2) gaunt2:0:9048E2:20:020:Always Invulnerable (Blue) gaunt2:0:9048E3:01:021:Get Enhanced Speed (Blue) gaunt2:0:9048E3:02:021:Get Enhanced Armor (Blue) gaunt2:0:9048E3:04:021:Get More Fight Power (Blue) gaunt2:0:9048E3:08:021:Get Faster Shot (Blue) gaunt2:0:9048E3:10:021:Get More Shot Power (Blue) gaunt2:0:9048E3:20:021:Get Enhanced Magic (Blue) gaunt2:0:904988:27:000:Infinite Health (Yellow) gaunt2:0:90498B:10:500:Infinite Health (Yellow) (2/2) gaunt2:0:90405C:03:000:Infinite Keys (Yellow) gaunt2:0:904057:03:000:Infinite Potions (Yellow) gaunt2:0:9048E4:01:020:Always Invisible (Yellow) gaunt2:0:9048E4:02:020:Always Repulsive (Yellow) gaunt2:0:9048E4:04:020:Reflective Shots (Yellow) gaunt2:0:9048E4:08:020:Transportability (Yellow) gaunt2:0:9048E4:10:020:Supershots (Yellow) gaunt2:0:905F6A:0A:500:Supershots (Yellow) (2/2) gaunt2:0:9048E4:20:020:Always Invulnerable (Yellow) gaunt2:0:9048E5:01:021:Get Enhanced Speed (Yellow) gaunt2:0:9048E5:02:021:Get Enhanced Armor (Yellow) gaunt2:0:9048E5:04:021:Get More Fight Power (Yellow) gaunt2:0:9048E5:08:021:Get Faster Shot (Yellow) gaunt2:0:9048E5:10:021:Get More Shot Power (Yellow) gaunt2:0:9048E5:20:021:Get Enhanced Magic (Yellow) gaunt2:0:90498C:27:000:Infinite Health (Green) gaunt2:0:90498F:10:500:Infinite Health (Green) (2/2) gaunt2:0:90405D:03:000:Infinite Keys (Green) gaunt2:0:904058:03:000:Infinite Potions (Green) gaunt2:0:9048E6:01:020:Always Invisible (Green) gaunt2:0:9048E6:02:020:Always Repulsive (Green) gaunt2:0:9048E6:04:020:Reflective Shots (Green) gaunt2:0:9048E6:08:020:Transportability (Green) gaunt2:0:9048E6:10:020:Supershots (Green) gaunt2:0:905F6B:0A:500:Supershots (Green) (2/2) gaunt2:0:9048E6:20:020:Always Invulnerable (Green) gaunt2:0:9048E7:01:021:Get Enhanced Speed (Green) gaunt2:0:9048E7:02:021:Get Enhanced Armor (Green) gaunt2:0:9048E7:04:021:Get More Fight Power (Green) gaunt2:0:9048E7:08:021:Get Faster Shot (Green) gaunt2:0:9048E7:10:021:Get More Shot Power (Green) gaunt2:0:9048E7:20:021:Get Enhanced Magic (Green) ; [ Gauntlet II (2 Players, rev 2) ] :gaunt22p:00100000:9049E8:000004B0:0000FFFF:Infinite Bonus Time :gaunt22p:00000000:904007:00000035:000000FF:Freeze All Monsters gaunt22p:0:90490C:04:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt22p:0:90490D:9F:501:Open all doors Now! (2/2) gaunt22p:0:9048C6:51:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt22p:0:9048C7:F7:501:Turn walls to exits Now! gaunt22p:0:904980:27:000:Infinite Health (Red) gaunt22p:0:904983:10:500:Infinite Health (Red) (2/2) gaunt22p:0:90405A:03:000:Infinite Keys (Red) gaunt22p:0:904055:03:000:Infinite Potions (Red) gaunt22p:0:9048E0:01:020:Always Invisible (Red) gaunt22p:0:9048E0:02:020:Always Repulsive (Red) gaunt22p:0:9048E0:04:020:Reflective Shots (Red) gaunt22p:0:9048E0:08:020:Transportability (Red) gaunt22p:0:9048E0:10:020:Supershots (Red) gaunt22p:0:905F68:0A:500:Supershots (Red) (2/2) gaunt22p:0:9048E0:20:020:Always Invulnerable (Red) gaunt22p:0:9048E1:01:021:Get Enhanced Speed (Red) gaunt22p:0:9048E1:02:021:Get Enhanced Armor (Red) gaunt22p:0:9048E1:04:021:Get More Fight Power (Red) gaunt22p:0:9048E1:08:021:Get Faster Shot (Red) gaunt22p:0:9048E1:10:021:Get More Shot Power (Red) gaunt22p:0:9048E1:20:021:Get Enhanced Magic (Red) gaunt22p:0:904984:27:000:Infinite Health (Blue) gaunt22p:0:904987:10:500:Infinite Health (Blue) (2/2) gaunt22p:0:90405B:03:000:Infinite Keys (Blue) gaunt22p:0:904056:03:000:Infinite Potions (Blue) gaunt22p:0:9048E2:01:020:Always Invisible (Blue) gaunt22p:0:9048E2:02:020:Always Repulsive (Blue) gaunt22p:0:9048E2:04:020:Reflective Shots (Blue) gaunt22p:0:9048E2:08:020:Transportability (Blue) gaunt22p:0:9048E2:10:020:Supershots (Blue) gaunt22p:0:905F69:0A:500:Supershots (Blue) (2/2) gaunt22p:0:9048E2:20:020:Always Invulnerable (Blue) gaunt22p:0:9048E3:01:021:Get Enhanced Speed (Blue) gaunt22p:0:9048E3:02:021:Get Enhanced Armor (Blue) gaunt22p:0:9048E3:04:021:Get More Fight Power (Blue) gaunt22p:0:9048E3:08:021:Get Faster Shot (Blue) gaunt22p:0:9048E3:10:021:Get More Shot Power (Blue) gaunt22p:0:9048E3:20:021:Get Enhanced Magic (Blue) ; [ Gauntlet II (German) ] :gaunt2g:00100000:9049E8:000004B0:0000FFFF:Infinite Bonus Time :gaunt2g:00000000:904007:00000035:000000FF:Freeze All Monsters gaunt2g:0:90490C:04:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2g:0:90490D:9F:501:Open all doors Now! (2/2) gaunt2g:0:9048C6:51:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2g:0:9048C7:F7:501:Turn walls to exits Now! gaunt2g:0:904980:27:000:Infinite Health (Red) gaunt2g:0:904983:10:500:Infinite Health (Red) (2/2) gaunt2g:0:90405A:03:000:Infinite Keys (Red) gaunt2g:0:904055:03:000:Infinite Potions (Red) gaunt2g:0:9048E0:01:020:Always Invisible (Red) gaunt2g:0:9048E0:02:020:Always Repulsive (Red) gaunt2g:0:9048E0:04:020:Reflective Shots (Red) gaunt2g:0:9048E0:08:020:Transportability (Red) gaunt2g:0:9048E0:10:020:Supershots (Red) gaunt2g:0:905F68:0A:500:Supershots (Red) (2/2) gaunt2g:0:9048E0:20:020:Always Invulnerable (Red) gaunt2g:0:9048E1:01:021:Get Enhanced Speed (Red) gaunt2g:0:9048E1:02:021:Get Enhanced Armor (Red) gaunt2g:0:9048E1:04:021:Get More Fight Power (Red) gaunt2g:0:9048E1:08:021:Get Faster Shot (Red) gaunt2g:0:9048E1:10:021:Get More Shot Power (Red) gaunt2g:0:9048E1:20:021:Get Enhanced Magic (Red) gaunt2g:0:904984:27:000:Infinite Health (Blue) gaunt2g:0:904987:10:500:Infinite Health (Blue) (2/2) gaunt2g:0:90405B:03:000:Infinite Keys (Blue) gaunt2g:0:904056:03:000:Infinite Potions (Blue) gaunt2g:0:9048E2:01:020:Always Invisible (Blue) gaunt2g:0:9048E2:02:020:Always Repulsive (Blue) gaunt2g:0:9048E2:04:020:Reflective Shots (Blue) gaunt2g:0:9048E2:08:020:Transportability (Blue) gaunt2g:0:9048E2:10:020:Supershots (Blue) gaunt2g:0:905F69:0A:500:Supershots (Blue) (2/2) gaunt2g:0:9048E2:20:020:Always Invulnerable (Blue) gaunt2g:0:9048E3:01:021:Get Enhanced Speed (Blue) gaunt2g:0:9048E3:02:021:Get Enhanced Armor (Blue) gaunt2g:0:9048E3:04:021:Get More Fight Power (Blue) gaunt2g:0:9048E3:08:021:Get Faster Shot (Blue) gaunt2g:0:9048E3:10:021:Get More Shot Power (Blue) gaunt2g:0:9048E3:20:021:Get Enhanced Magic (Blue) gaunt2g:0:904988:27:000:Infinite Health (Yellow) gaunt2g:0:90498B:10:500:Infinite Health (Yellow) (2/2) gaunt2g:0:90405C:03:000:Infinite Keys (Yellow) gaunt2g:0:904057:03:000:Infinite Potions (Yellow) gaunt2g:0:9048E4:01:020:Always Invisible (Yellow) gaunt2g:0:9048E4:02:020:Always Repulsive (Yellow) gaunt2g:0:9048E4:04:020:Reflective Shots (Yellow) gaunt2g:0:9048E4:08:020:Transportability (Yellow) gaunt2g:0:9048E4:10:020:Supershots (Yellow) gaunt2g:0:905F6A:0A:500:Supershots (Yellow) (2/2) gaunt2g:0:9048E4:20:020:Always Invulnerable (Yellow) gaunt2g:0:9048E5:01:021:Get Enhanced Speed (Yellow) gaunt2g:0:9048E5:02:021:Get Enhanced Armor (Yellow) gaunt2g:0:9048E5:04:021:Get More Fight Power (Yellow) gaunt2g:0:9048E5:08:021:Get Faster Shot (Yellow) gaunt2g:0:9048E5:10:021:Get More Shot Power (Yellow) gaunt2g:0:9048E5:20:021:Get Enhanced Magic (Yellow) gaunt2g:0:90498C:27:000:Infinite Health (Green) gaunt2g:0:90498F:10:500:Infinite Health (Green) (2/2) gaunt2g:0:90405D:03:000:Infinite Keys (Green) gaunt2g:0:904058:03:000:Infinite Potions (Green) gaunt2g:0:9048E6:01:020:Always Invisible (Green) gaunt2g:0:9048E6:02:020:Always Repulsive (Green) gaunt2g:0:9048E6:04:020:Reflective Shots (Green) gaunt2g:0:9048E6:08:020:Transportability (Green) gaunt2g:0:9048E6:10:020:Supershots (Green) gaunt2g:0:905F6B:0A:500:Supershots (Green) (2/2) gaunt2g:0:9048E6:20:020:Always Invulnerable (Green) gaunt2g:0:9048E7:01:021:Get Enhanced Speed (Green) gaunt2g:0:9048E7:02:021:Get Enhanced Armor (Green) gaunt2g:0:9048E7:04:021:Get More Fight Power (Green) gaunt2g:0:9048E7:08:021:Get Faster Shot (Green) gaunt2g:0:9048E7:10:021:Get More Shot Power (Green) gaunt2g:0:9048E7:20:021:Get Enhanced Magic (Green) ; [ Gauntlet (2 Players, rev 6) ] gaunt2p:0:904001:99:070:Select Next Level gaunt2p:0:904B1C:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2p:0:904B1D:7B:501:Open all doors Now! (2/2) gaunt2p:0:904B28:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2p:0:904B29:CF:501:Turn walls to exits Now!(2/2) gaunt2p:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gaunt2p:0:9048DC:27:000:Infinite Health (Warrior) gaunt2p:0:9048DF:10:500:Infinite Health (Warrior) (2/2) gaunt2p:0:904AFF:00:001:Lose All Power Now! (Warrior) gaunt2p:0:904AFF:01:021:Get Partial Invisibility Now! (Warrior) gaunt2p:0:904AFF:02:021:Get Extra Fight Power Now! (Warrior) gaunt2p:0:904AFF:04:021:Get Extra Magic Power Now! (Warrior) gaunt2p:0:904AFF:08:021:Get Extra Shot Speed Now! (Warrior) gaunt2p:0:904AFF:16:021:Get Sun Now! (Warrior) gaunt2p:0:904AFF:32:021:Get Shield Now! (Warrior) gaunt2p:0:904AFF:64:021:Get Extra Speed Now! (Warrior) gaunt2p:0:904AFF:7E:001:Get Maximum Power Now! (Warrior) gaunt2p:0:9048F0:06:000:Infinite Keys (Warrior) gaunt2p:0:9048F0:00:000:Never Have Keys (Warrior) gaunt2p:0:9048EC:06:000:Infinite Potions (Warrior) gaunt2p:0:9048E0:27:000:Infinite Health (Valkyrie) gaunt2p:0:9048E3:10:500:Infinite Health (Valkyrie)(2/2) gaunt2p:0:904B01:00:001:Lose All Power Now! (Valkyrie) gaunt2p:0:904B01:01:021:Get Partial Invisibility Now! (Valkyrie) gaunt2p:0:904B01:02:021:Get Extra Fight Power Now! (Valkyrie) gaunt2p:0:904B01:04:021:Get Extra Magic Power Now! (Valkyrie) gaunt2p:0:904B01:08:021:Get Extra Shot Speed Now! (Valkyrie) gaunt2p:0:904B01:16:021:Get Sun Now! (Valkyrie) gaunt2p:0:904B01:32:021:Get Shield Now! (Valkyrie) gaunt2p:0:904B01:64:021:Get Extra Speed Now! (Valkyrie) gaunt2p:0:904B01:7E:001:Get Maximum Power Now! (Valkyrie) gaunt2p:0:9048F1:06:000:Infinite Keys (Valkyrie) gaunt2p:0:9048F1:00:000:Never Have Keys (Valkyrie) gaunt2p:0:9048ED:06:000:Infinite Potions (Valkyrie) gaunt2p:0:9048E4:27:000:Infinite Health (Wizard) gaunt2p:0:9048E7:10:500:Infinite Health (Wizard) (2/2) gaunt2p:0:904B03:00:001:Lose All Power Now! (Wizard) gaunt2p:0:904B03:01:021:Get Partial Invisibility Now! (Wizard) gaunt2p:0:904B03:02:021:Get Extra Fight Power Now! (Wizard) gaunt2p:0:904B03:04:021:Get Extra Magic Power Now! (Wizard) gaunt2p:0:904B03:08:021:Get Extra Shot Speed Now! (Wizard) gaunt2p:0:904B03:16:021:Get Sun Now! (Wizard) gaunt2p:0:904B03:32:021:Get Shield Now! (Wizard) gaunt2p:0:904B03:64:021:Get Extra Speed Now! (Wizard) gaunt2p:0:904B03:7E:001:Get Maximum Power Now! (Wizard) gaunt2p:0:9048F2:06:000:Infinite Keys (Wizard) gaunt2p:0:9048F2:00:000:Never Have Keys (Wizard) gaunt2p:0:9048EE:06:000:Infinite Potions (Wizard) gaunt2p:0:9048E8:27:000:Infinite Health (Elf) gaunt2p:0:9048EB:10:500:Infinite Health (Elf) (2/2) gaunt2p:0:904B05:00:001:Lose All Power Now! (Elf) gaunt2p:0:904B05:01:021:Get Partial Invisibility Now! (Elf) gaunt2p:0:904B05:02:021:Get Extra Fight Power Now! (Elf) gaunt2p:0:904B05:04:021:Get Extra Magic Power Now! (Elf) gaunt2p:0:904B05:08:021:Get Extra Shot Speed Now! (Elf) gaunt2p:0:904B05:16:021:Get Sun Now! (Elf) gaunt2p:0:904B05:32:021:Get Shield Now! (Elf) gaunt2p:0:904B05:64:021:Get Extra Speed Now! (Elf) gaunt2p:0:904B05:7E:001:Get Maximum Power Now! (Elf) gaunt2p:0:9048F3:06:000:Infinite Keys (Elf) gaunt2p:0:9048F3:00:000:Never Have Keys (Elf) gaunt2p:0:9048EF:06:000:Infinite Potions (Elf) ; [ Gauntlet (2 Players, German, rev 4) ] gaunt2pg:0:904001:99:070:Select Next Level gaunt2pg:0:904B1C:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2pg:0:904B1D:7B:501:Open all doors Now! (2/2) gaunt2pg:0:904B28:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2pg:0:904B29:CF:501:Turn walls to exits Now!(2/2) gaunt2pg:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gaunt2pg:0:9048DC:27:000:Infinite Health (Warrior) gaunt2pg:0:9048DF:10:500:Infinite Health (Warrior) (2/2) gaunt2pg:0:904AFF:00:001:Lose All Power Now! (Warrior) gaunt2pg:0:904AFF:01:021:Get Partial Invisibility Now! (Warrior) gaunt2pg:0:904AFF:02:021:Get Extra Fight Power Now! (Warrior) gaunt2pg:0:904AFF:04:021:Get Extra Magic Power Now! (Warrior) gaunt2pg:0:904AFF:08:021:Get Extra Shot Speed Now! (Warrior) gaunt2pg:0:904AFF:16:021:Get Sun Now! (Warrior) gaunt2pg:0:904AFF:32:021:Get Shield Now! (Warrior) gaunt2pg:0:904AFF:64:021:Get Extra Speed Now! (Warrior) gaunt2pg:0:904AFF:7E:001:Get Maximum Power Now! (Warrior) gaunt2pg:0:9048F0:06:000:Infinite Keys (Warrior) gaunt2pg:0:9048F0:00:000:Never Have Keys (Warrior) gaunt2pg:0:9048EC:06:000:Infinite Potions (Warrior) gaunt2pg:0:9048E0:27:000:Infinite Health (Valkyrie) gaunt2pg:0:9048E3:10:500:Infinite Health (Valkyrie)(2/2) gaunt2pg:0:904B01:00:001:Lose All Power Now! (Valkyrie) gaunt2pg:0:904B01:01:021:Get Partial Invisibility Now! (Valkyrie) gaunt2pg:0:904B01:02:021:Get Extra Fight Power Now! (Valkyrie) gaunt2pg:0:904B01:04:021:Get Extra Magic Power Now! (Valkyrie) gaunt2pg:0:904B01:08:021:Get Extra Shot Speed Now! (Valkyrie) gaunt2pg:0:904B01:16:021:Get Sun Now! (Valkyrie) gaunt2pg:0:904B01:32:021:Get Shield Now! (Valkyrie) gaunt2pg:0:904B01:64:021:Get Extra Speed Now! (Valkyrie) gaunt2pg:0:904B01:7E:001:Get Maximum Power Now! (Valkyrie) gaunt2pg:0:9048F1:06:000:Infinite Keys (Valkyrie) gaunt2pg:0:9048F1:00:000:Never Have Keys (Valkyrie) gaunt2pg:0:9048ED:06:000:Infinite Potions (Valkyrie) gaunt2pg:0:9048E4:27:000:Infinite Health (Wizard) gaunt2pg:0:9048E7:10:500:Infinite Health (Wizard) (2/2) gaunt2pg:0:904B03:00:001:Lose All Power Now! (Wizard) gaunt2pg:0:904B03:01:021:Get Partial Invisibility Now! (Wizard) gaunt2pg:0:904B03:02:021:Get Extra Fight Power Now! (Wizard) gaunt2pg:0:904B03:04:021:Get Extra Magic Power Now! (Wizard) gaunt2pg:0:904B03:08:021:Get Extra Shot Speed Now! (Wizard) gaunt2pg:0:904B03:16:021:Get Sun Now! (Wizard) gaunt2pg:0:904B03:32:021:Get Shield Now! (Wizard) gaunt2pg:0:904B03:64:021:Get Extra Speed Now! (Wizard) gaunt2pg:0:904B03:7E:001:Get Maximum Power Now! (Wizard) gaunt2pg:0:9048F2:06:000:Infinite Keys (Wizard) gaunt2pg:0:9048F2:00:000:Never Have Keys (Wizard) gaunt2pg:0:9048EE:06:000:Infinite Potions (Wizard) gaunt2pg:0:9048E8:27:000:Infinite Health (Elf) gaunt2pg:0:9048EB:10:500:Infinite Health (Elf) (2/2) gaunt2pg:0:904B05:00:001:Lose All Power Now! (Elf) gaunt2pg:0:904B05:01:021:Get Partial Invisibility Now! (Elf) gaunt2pg:0:904B05:02:021:Get Extra Fight Power Now! (Elf) gaunt2pg:0:904B05:04:021:Get Extra Magic Power Now! (Elf) gaunt2pg:0:904B05:08:021:Get Extra Shot Speed Now! (Elf) gaunt2pg:0:904B05:16:021:Get Sun Now! (Elf) gaunt2pg:0:904B05:32:021:Get Shield Now! (Elf) gaunt2pg:0:904B05:64:021:Get Extra Speed Now! (Elf) gaunt2pg:0:904B05:7E:001:Get Maximum Power Now! (Elf) gaunt2pg:0:9048F3:06:000:Infinite Keys (Elf) gaunt2pg:0:9048F3:00:000:Never Have Keys (Elf) gaunt2pg:0:9048EF:06:000:Infinite Potions (Elf) ; [ Gauntlet (2 Players, Japanese, rev 5) ] gaunt2pj:0:904001:99:070:Select Next Level gaunt2pj:0:904B1C:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2pj:0:904B1D:7B:501:Open all doors Now! (2/2) gaunt2pj:0:904B28:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunt2pj:0:904B29:CF:501:Turn walls to exits Now!(2/2) gaunt2pj:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gaunt2pj:0:9048DC:27:000:Infinite Health (Warrior) gaunt2pj:0:9048DF:10:500:Infinite Health (Warrior) (2/2) gaunt2pj:0:904AFF:00:001:Lose All Power Now! (Warrior) gaunt2pj:0:904AFF:01:021:Get Partial Invisibility Now! (Warrior) gaunt2pj:0:904AFF:02:021:Get Extra Fight Power Now! (Warrior) gaunt2pj:0:904AFF:04:021:Get Extra Magic Power Now! (Warrior) gaunt2pj:0:904AFF:08:021:Get Extra Shot Speed Now! (Warrior) gaunt2pj:0:904AFF:16:021:Get Sun Now! (Warrior) gaunt2pj:0:904AFF:32:021:Get Shield Now! (Warrior) gaunt2pj:0:904AFF:64:021:Get Extra Speed Now! (Warrior) gaunt2pj:0:904AFF:7E:001:Get Maximum Power Now! (Warrior) gaunt2pj:0:9048F0:06:000:Infinite Keys (Warrior) gaunt2pj:0:9048F0:00:000:Never Have Keys (Warrior) gaunt2pj:0:9048EC:06:000:Infinite Potions (Warrior) gaunt2pj:0:9048E0:27:000:Infinite Health (Valkyrie) gaunt2pj:0:9048E3:10:500:Infinite Health (Valkyrie)(2/2) gaunt2pj:0:904B01:00:001:Lose All Power Now! (Valkyrie) gaunt2pj:0:904B01:01:021:Get Partial Invisibility Now! (Valkyrie) gaunt2pj:0:904B01:02:021:Get Extra Fight Power Now! (Valkyrie) gaunt2pj:0:904B01:04:021:Get Extra Magic Power Now! (Valkyrie) gaunt2pj:0:904B01:08:021:Get Extra Shot Speed Now! (Valkyrie) gaunt2pj:0:904B01:16:021:Get Sun Now! (Valkyrie) gaunt2pj:0:904B01:32:021:Get Shield Now! (Valkyrie) gaunt2pj:0:904B01:64:021:Get Extra Speed Now! (Valkyrie) gaunt2pj:0:904B01:7E:001:Get Maximum Power Now! (Valkyrie) gaunt2pj:0:9048F1:06:000:Infinite Keys (Valkyrie) gaunt2pj:0:9048F1:00:000:Never Have Keys (Valkyrie) gaunt2pj:0:9048ED:06:000:Infinite Potions (Valkyrie) gaunt2pj:0:9048E4:27:000:Infinite Health (Wizard) gaunt2pj:0:9048E7:10:500:Infinite Health (Wizard) (2/2) gaunt2pj:0:904B03:00:001:Lose All Power Now! (Wizard) gaunt2pj:0:904B03:01:021:Get Partial Invisibility Now! (Wizard) gaunt2pj:0:904B03:02:021:Get Extra Fight Power Now! (Wizard) gaunt2pj:0:904B03:04:021:Get Extra Magic Power Now! (Wizard) gaunt2pj:0:904B03:08:021:Get Extra Shot Speed Now! (Wizard) gaunt2pj:0:904B03:16:021:Get Sun Now! (Wizard) gaunt2pj:0:904B03:32:021:Get Shield Now! (Wizard) gaunt2pj:0:904B03:64:021:Get Extra Speed Now! (Wizard) gaunt2pj:0:904B03:7E:001:Get Maximum Power Now! (Wizard) gaunt2pj:0:9048F2:06:000:Infinite Keys (Wizard) gaunt2pj:0:9048F2:00:000:Never Have Keys (Wizard) gaunt2pj:0:9048EE:06:000:Infinite Potions (Wizard) gaunt2pj:0:9048E8:27:000:Infinite Health (Elf) gaunt2pj:0:9048EB:10:500:Infinite Health (Elf) (2/2) gaunt2pj:0:904B05:00:001:Lose All Power Now! (Elf) gaunt2pj:0:904B05:01:021:Get Partial Invisibility Now! (Elf) gaunt2pj:0:904B05:02:021:Get Extra Fight Power Now! (Elf) gaunt2pj:0:904B05:04:021:Get Extra Magic Power Now! (Elf) gaunt2pj:0:904B05:08:021:Get Extra Shot Speed Now! (Elf) gaunt2pj:0:904B05:16:021:Get Sun Now! (Elf) gaunt2pj:0:904B05:32:021:Get Shield Now! (Elf) gaunt2pj:0:904B05:64:021:Get Extra Speed Now! (Elf) gaunt2pj:0:904B05:7E:001:Get Maximum Power Now! (Elf) gaunt2pj:0:9048F3:06:000:Infinite Keys (Elf) gaunt2pj:0:9048F3:00:000:Never Have Keys (Elf) gaunt2pj:0:9048EF:06:000:Infinite Potions (Elf) ; [ Gauntlet Dark Legacy (version DL 2.4) ] gauntd24:0:0000:00:999:[ This game hasn't even ]:REASON 11 gauntd24:0:0000:00:999:[ been looked at due to ]:REASON 11 gauntd24:0:0000:00:999:[ time constraints - Too]:REASON 11 gauntd24:0:0000:00:999:[ many games and so ]:REASON 11 gauntd24:0:0000:00:999:[ little time. It is ]:REASON 11 gauntd24:0:0000:00:999:[ even possible that ]:REASON 11 gauntd24:0:0000:00:999:[ this game may be a ]:REASON 11 gauntd24:0:0000:00:999:[ clone of an existing ]:REASON 11 gauntd24:0:0000:00:999:[ game which may have ]:REASON 11 gauntd24:0:0000:00:999:[ cheats. Please search ]:REASON 11 gauntd24:0:0000:00:999:[ the cheat forums ]:REASON 11 gauntd24:0:0000:00:999:[ before posting cheat ]:REASON 11 gauntd24:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Gauntlet Dark Legacy (version DL 2.52) ] gauntdl:0:0000:00:999:[ This game hasn't even ]:REASON 11 gauntdl:0:0000:00:999:[ been looked at due to ]:REASON 11 gauntdl:0:0000:00:999:[ time constraints - Too]:REASON 11 gauntdl:0:0000:00:999:[ many games and so ]:REASON 11 gauntdl:0:0000:00:999:[ little time. It is ]:REASON 11 gauntdl:0:0000:00:999:[ even possible that ]:REASON 11 gauntdl:0:0000:00:999:[ this game may be a ]:REASON 11 gauntdl:0:0000:00:999:[ clone of an existing ]:REASON 11 gauntdl:0:0000:00:999:[ game which may have ]:REASON 11 gauntdl:0:0000:00:999:[ cheats. Please search ]:REASON 11 gauntdl:0:0000:00:999:[ the cheat forums ]:REASON 11 gauntdl:0:0000:00:999:[ before posting cheat ]:REASON 11 gauntdl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Gauntlet (German, rev 10) ] gauntg:0:904001:99:070:Select Next Level gauntg:0:90484C:04:000:Infinite Time Bonus Levels gauntg:0:904B16:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntg:0:904B17:7B:501:Open all doors Now! (2/2) gauntg:0:904B22:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntg:0:904B23:CF:501:Turn walls to Exits Now! (2/2) gauntg:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gauntg:0:9048D6:27:000:Infinite Health (Warrior) gauntg:0:9048D9:10:500:Infinite Health (Warrior) (2/2) gauntg:0:904AF9:00:000:Always have No Power-Up (Warrior) gauntg:0:904AF9:01:021:Get Partial Invisibility Now! (Warrior) gauntg:0:904AF9:02:021:Get Extra Shot Power Now! (Warrior) gauntg:0:904AF9:04:021:Get Extra Magic Power Now! (Warrior) gauntg:0:904AF9:08:021:Get Extra Shot Speed Now! (Warrior) gauntg:0:904AF9:16:021:Get Sun Now! (Warrior) gauntg:0:904AF9:32:021:Get Extra Shield Now! (Warrior) gauntg:0:904AF9:64:021:Get Extra Speed Now! (Warrior) gauntg:0:904AF9:7E:001:Get Maximum Power Now! (Warrior) gauntg:0:9048EA:05:000:Infinite Keys (Warrior) gauntg:0:9048EA:00:000:Never Have Keys (Warrior) gauntg:0:9048E6:06:000:Infinite Potions (Warrior) gauntg:0:9048DA:27:000:Infinite Health (Valkyrie) gauntg:0:9048DD:10:500:Infinite Health (Valkyrie)(2/2) gauntg:0:904AFB:00:000:Always have No Power-Up (Valkyrie) gauntg:0:904AFB:01:021:Get Partial Invisibility Now! (Valkyrie) gauntg:0:904AFB:02:021:Get Extra Shot Power Now! (Valkyrie) gauntg:0:904AFB:04:021:Get Extra Magic Power Now! (Valkyrie) gauntg:0:904AFB:08:021:Get Extra Shot Speed Now! (Valkyrie) gauntg:0:904AFB:16:021:Get Sun Now! (Valkyrie) gauntg:0:904AFB:32:021:Get Extra Shield Now! (Valkyrie) gauntg:0:904AFB:64:021:Get Extra Speed Now! (Valkyrie) gauntg:0:904AFB:7E:001:Get Maximum Power Now! (Valkyrie) gauntg:0:9048EB:05:000:Infinite Keys (Valkyrie) gauntg:0:9048EB:00:000:Never Have Keys (Valkyrie) gauntg:0:9048E7:06:000:Infinite Potions (Valkyrie) gauntg:0:9048DE:27:000:Infinite Health (Wizard) gauntg:0:9048E1:10:500:Infinite Health (Wizard) (2/2) gauntg:0:904AFD:00:000:Always have No Power-Up (Wizard) gauntg:0:904AFD:01:021:Get Partial Invisibility Now! (Wizard) gauntg:0:904AFD:02:021:Get Extra Shot Power Now! (Wizard) gauntg:0:904AFD:04:021:Get Extra Magic Power Now! (Wizard) gauntg:0:904AFD:08:021:Get Extra Shot Speed Now! (Wizard) gauntg:0:904AFD:16:021:Get Sun Now! (Wizard) gauntg:0:904AFD:32:021:Get Extra Shield Now! (Wizard) gauntg:0:904AFD:64:021:Get Extra Speed Now! (Wizard) gauntg:0:904AFD:7E:001:Get Maximum Power Now! (Wizard) gauntg:0:9048EC:05:000:Infinite Keys (Wizard) gauntg:0:9048EC:00:000:Never Have Keys (Wizard) gauntg:0:9048E8:06:000:Infinite Potions (Wizard) gauntg:0:9048E2:27:000:Infinite Health (Elf) gauntg:0:9048E5:10:500:Infinite Health (Elf) (2/2) gauntg:0:904AFF:00:000:Always have No Power-Up (Elf) gauntg:0:904AFF:01:021:Get Partial Invisibility Now! (Elf) gauntg:0:904AFF:02:021:Get Extra Shot Power Now! (Elf) gauntg:0:904AFF:04:021:Get Extra Magic Power Now! (Elf) gauntg:0:904AFF:08:021:Get Extra Shot Speed Now! (Elf) gauntg:0:904AFF:16:021:Get Sun Now! (Elf) gauntg:0:904AFF:32:021:Get Extra Shield Now! (Elf) gauntg:0:904AFF:64:021:Get Extra Speed Now! (Elf) gauntg:0:904AFF:7E:001:Get Maximum Power Now! (Elf) gauntg:0:9048ED:05:000:Infinite Keys (Elf) gauntg:0:9048ED:00:000:Never Have Keys (Elf) gauntg:0:9048E9:06:000:Infinite Potions (Elf) ; [ Gauntlet (German, rev 3) ] gauntgr3:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntgr3:0:904B15:7B:501:Open all doors Now! (2/2) gauntgr3:0:9048D4:27:000:Infinite Health (Warrior) gauntgr3:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntgr3:0:9048E8:06:000:Infinite Keys (Warrior) gauntgr3:0:9048E8:00:000:Never Have Keys (Warrior) gauntgr3:0:9048E4:06:000:Infinite Potions (Warrior) gauntgr3:0:9048D8:27:000:Infinite Health (Valkyrie) gauntgr3:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntgr3:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntgr3:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntgr3:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntgr3:0:9048DC:27:000:Infinite Health (Wizard) gauntgr3:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntgr3:0:9048EA:06:000:Infinite Keys (Wizard) gauntgr3:0:9048EA:00:000:Never Have Keys (Wizard) gauntgr3:0:9048E6:06:000:Infinite Potions (Wizard) gauntgr3:0:9048E0:27:000:Infinite Health (Elf) gauntgr3:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntgr3:0:9048EB:06:000:Infinite Keys (Elf) gauntgr3:0:9048EB:00:000:Never Have Keys (Elf) gauntgr3:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (German, rev 6) ] gauntgr6:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntgr6:0:904B15:7B:501:Open all doors Now! (2/2) gauntgr6:0:9048D4:27:000:Infinite Health (Warrior) gauntgr6:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntgr6:0:9048E8:06:000:Infinite Keys (Warrior) gauntgr6:0:9048E8:00:000:Never Have Keys (Warrior) gauntgr6:0:9048E4:06:000:Infinite Potions (Warrior) gauntgr6:0:9048D8:27:000:Infinite Health (Valkyrie) gauntgr6:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntgr6:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntgr6:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntgr6:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntgr6:0:9048DC:27:000:Infinite Health (Wizard) gauntgr6:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntgr6:0:9048EA:06:000:Infinite Keys (Wizard) gauntgr6:0:9048EA:00:000:Never Have Keys (Wizard) gauntgr6:0:9048E6:06:000:Infinite Potions (Wizard) gauntgr6:0:9048E0:27:000:Infinite Health (Elf) gauntgr6:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntgr6:0:9048EB:06:000:Infinite Keys (Elf) gauntgr6:0:9048EB:00:000:Never Have Keys (Elf) gauntgr6:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (German, rev 8) ] gauntgr8:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntgr8:0:904B15:7B:501:Open all doors Now! (2/2) gauntgr8:0:9048D4:27:000:Infinite Health (Warrior) gauntgr8:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntgr8:0:9048E8:06:000:Infinite Keys (Warrior) gauntgr8:0:9048E8:00:000:Never Have Keys (Warrior) gauntgr8:0:9048E4:06:000:Infinite Potions (Warrior) gauntgr8:0:9048D8:27:000:Infinite Health (Valkyrie) gauntgr8:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntgr8:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntgr8:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntgr8:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntgr8:0:9048DC:27:000:Infinite Health (Wizard) gauntgr8:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntgr8:0:9048EA:06:000:Infinite Keys (Wizard) gauntgr8:0:9048EA:00:000:Never Have Keys (Wizard) gauntgr8:0:9048E6:06:000:Infinite Potions (Wizard) gauntgr8:0:9048E0:27:000:Infinite Health (Elf) gauntgr8:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntgr8:0:9048EB:06:000:Infinite Keys (Elf) gauntgr8:0:9048EB:00:000:Never Have Keys (Elf) gauntgr8:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (Japanese, rev 13) ] gauntj:0:904001:99:070:Select Next Level gauntj:0:90484C:04:000:Infinite Time Bonus Levels gauntj:0:904B16:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntj:0:904B17:7B:501:Open all doors Now! (2/2) gauntj:0:904B22:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntj:0:904B23:CF:501:Turn walls to Exits Now! (2/2) gauntj:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gauntj:0:9048D6:27:000:Infinite Health (Warrior) gauntj:0:9048D9:10:500:Infinite Health (Warrior) (2/2) gauntj:0:904AF9:00:000:Always have No Power-Up (Warrior) gauntj:0:904AF9:01:021:Get Partial Invisibility Now! (Warrior) gauntj:0:904AF9:02:021:Get Extra Shot Power Now! (Warrior) gauntj:0:904AF9:04:021:Get Extra Magic Power Now! (Warrior) gauntj:0:904AF9:08:021:Get Extra Shot Speed Now! (Warrior) gauntj:0:904AF9:16:021:Get Sun Now! (Warrior) gauntj:0:904AF9:32:021:Get Extra Shield Now! (Warrior) gauntj:0:904AF9:64:021:Get Extra Speed Now! (Warrior) gauntj:0:904AF9:7E:001:Get Maximum Power Now! (Warrior) gauntj:0:9048EA:05:000:Infinite Keys (Warrior) gauntj:0:9048EA:00:000:Never Have Keys (Warrior) gauntj:0:9048E6:06:000:Infinite Potions (Warrior) gauntj:0:9048DA:27:000:Infinite Health (Valkyrie) gauntj:0:9048DD:10:500:Infinite Health (Valkyrie)(2/2) gauntj:0:904AFB:00:000:Always have No Power-Up (Valkyrie) gauntj:0:904AFB:01:021:Get Partial Invisibility Now! (Valkyrie) gauntj:0:904AFB:02:021:Get Extra Shot Power Now! (Valkyrie) gauntj:0:904AFB:04:021:Get Extra Magic Power Now! (Valkyrie) gauntj:0:904AFB:08:021:Get Extra Shot Speed Now! (Valkyrie) gauntj:0:904AFB:16:021:Get Sun Now! (Valkyrie) gauntj:0:904AFB:32:021:Get Extra Shield Now! (Valkyrie) gauntj:0:904AFB:64:021:Get Extra Speed Now! (Valkyrie) gauntj:0:904AFB:7E:001:Get Maximum Power Now! (Valkyrie) gauntj:0:9048EB:05:000:Infinite Keys (Valkyrie) gauntj:0:9048EB:00:000:Never Have Keys (Valkyrie) gauntj:0:9048E7:06:000:Infinite Potions (Valkyrie) gauntj:0:9048DE:27:000:Infinite Health (Wizard) gauntj:0:9048E1:10:500:Infinite Health (Wizard) (2/2) gauntj:0:904AFD:00:000:Always have No Power-Up (Wizard) gauntj:0:904AFD:01:021:Get Partial Invisibility Now! (Wizard) gauntj:0:904AFD:02:021:Get Extra Shot Power Now! (Wizard) gauntj:0:904AFD:04:021:Get Extra Magic Power Now! (Wizard) gauntj:0:904AFD:08:021:Get Extra Shot Speed Now! (Wizard) gauntj:0:904AFD:16:021:Get Sun Now! (Wizard) gauntj:0:904AFD:32:021:Get Extra Shield Now! (Wizard) gauntj:0:904AFD:64:021:Get Extra Speed Now! (Wizard) gauntj:0:904AFD:7E:001:Get Maximum Power Now! (Wizard) gauntj:0:9048EC:05:000:Infinite Keys (Wizard) gauntj:0:9048EC:00:000:Never Have Keys (Wizard) gauntj:0:9048E8:06:000:Infinite Potions (Wizard) gauntj:0:9048E2:27:000:Infinite Health (Elf) gauntj:0:9048E5:10:500:Infinite Health (Elf) (2/2) gauntj:0:904AFF:00:000:Always have No Power-Up (Elf) gauntj:0:904AFF:01:021:Get Partial Invisibility Now! (Elf) gauntj:0:904AFF:02:021:Get Extra Shot Power Now! (Elf) gauntj:0:904AFF:04:021:Get Extra Magic Power Now! (Elf) gauntj:0:904AFF:08:021:Get Extra Shot Speed Now! (Elf) gauntj:0:904AFF:16:021:Get Sun Now! (Elf) gauntj:0:904AFF:32:021:Get Extra Shield Now! (Elf) gauntj:0:904AFF:64:021:Get Extra Speed Now! (Elf) gauntj:0:904AFF:7E:001:Get Maximum Power Now! (Elf) gauntj:0:9048ED:05:000:Infinite Keys (Elf) gauntj:0:9048ED:00:000:Never Have Keys (Elf) gauntj:0:9048E9:06:000:Infinite Potions (Elf) ; [ Gauntlet (Japanese, rev 12) ] gauntj12:0:904001:99:070:Select Next Level gauntj12:0:90484C:04:000:Infinite Time Bonus Levels gauntj12:0:904B16:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntj12:0:904B17:7B:501:Open all doors Now! (2/2) gauntj12:0:904B22:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntj12:0:904B23:CF:501:Turn walls to Exits Now! (2/2) gauntj12:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gauntj12:0:9048D6:27:000:Infinite Health (Warrior) gauntj12:0:9048D9:10:500:Infinite Health (Warrior) (2/2) gauntj12:0:904AF9:00:000:Always have No Power-Up (Warrior) gauntj12:0:904AF9:01:021:Get Partial Invisibility Now! (Warrior) gauntj12:0:904AF9:02:021:Get Extra Shot Power Now! (Warrior) gauntj12:0:904AF9:04:021:Get Extra Magic Power Now! (Warrior) gauntj12:0:904AF9:08:021:Get Extra Shot Speed Now! (Warrior) gauntj12:0:904AF9:16:021:Get Sun Now! (Warrior) gauntj12:0:904AF9:32:021:Get Extra Shield Now! (Warrior) gauntj12:0:904AF9:64:021:Get Extra Speed Now! (Warrior) gauntj12:0:904AF9:7E:001:Get Maximum Power Now! (Warrior) gauntj12:0:9048EA:05:000:Infinite Keys (Warrior) gauntj12:0:9048EA:00:000:Never Have Keys (Warrior) gauntj12:0:9048E6:06:000:Infinite Potions (Warrior) gauntj12:0:9048DA:27:000:Infinite Health (Valkyrie) gauntj12:0:9048DD:10:500:Infinite Health (Valkyrie)(2/2) gauntj12:0:904AFB:00:000:Always have No Power-Up (Valkyrie) gauntj12:0:904AFB:01:021:Get Partial Invisibility Now! (Valkyrie) gauntj12:0:904AFB:02:021:Get Extra Shot Power Now! (Valkyrie) gauntj12:0:904AFB:04:021:Get Extra Magic Power Now! (Valkyrie) gauntj12:0:904AFB:08:021:Get Extra Shot Speed Now! (Valkyrie) gauntj12:0:904AFB:16:021:Get Sun Now! (Valkyrie) gauntj12:0:904AFB:32:021:Get Extra Shield Now! (Valkyrie) gauntj12:0:904AFB:64:021:Get Extra Speed Now! (Valkyrie) gauntj12:0:904AFB:7E:001:Get Maximum Power Now! (Valkyrie) gauntj12:0:9048EB:05:000:Infinite Keys (Valkyrie) gauntj12:0:9048EB:00:000:Never Have Keys (Valkyrie) gauntj12:0:9048E7:06:000:Infinite Potions (Valkyrie) gauntj12:0:9048DE:27:000:Infinite Health (Wizard) gauntj12:0:9048E1:10:500:Infinite Health (Wizard) (2/2) gauntj12:0:904AFD:00:000:Always have No Power-Up (Wizard) gauntj12:0:904AFD:01:021:Get Partial Invisibility Now! (Wizard) gauntj12:0:904AFD:02:021:Get Extra Shot Power Now! (Wizard) gauntj12:0:904AFD:04:021:Get Extra Magic Power Now! (Wizard) gauntj12:0:904AFD:08:021:Get Extra Shot Speed Now! (Wizard) gauntj12:0:904AFD:16:021:Get Sun Now! (Wizard) gauntj12:0:904AFD:32:021:Get Extra Shield Now! (Wizard) gauntj12:0:904AFD:64:021:Get Extra Speed Now! (Wizard) gauntj12:0:904AFD:7E:001:Get Maximum Power Now! (Wizard) gauntj12:0:9048EC:05:000:Infinite Keys (Wizard) gauntj12:0:9048EC:00:000:Never Have Keys (Wizard) gauntj12:0:9048E8:06:000:Infinite Potions (Wizard) gauntj12:0:9048E2:27:000:Infinite Health (Elf) gauntj12:0:9048E5:10:500:Infinite Health (Elf) (2/2) gauntj12:0:904AFF:00:000:Always have No Power-Up (Elf) gauntj12:0:904AFF:01:021:Get Partial Invisibility Now! (Elf) gauntj12:0:904AFF:02:021:Get Extra Shot Power Now! (Elf) gauntj12:0:904AFF:04:021:Get Extra Magic Power Now! (Elf) gauntj12:0:904AFF:08:021:Get Extra Shot Speed Now! (Elf) gauntj12:0:904AFF:16:021:Get Sun Now! (Elf) gauntj12:0:904AFF:32:021:Get Extra Shield Now! (Elf) gauntj12:0:904AFF:64:021:Get Extra Speed Now! (Elf) gauntj12:0:904AFF:7E:001:Get Maximum Power Now! (Elf) gauntj12:0:9048ED:05:000:Infinite Keys (Elf) gauntj12:0:9048ED:00:000:Never Have Keys (Elf) gauntj12:0:9048E9:06:000:Infinite Potions (Elf) ; [ Gauntlet Legends (version 1.2) ] gauntl12:0:0000:00:999:[ This game hasn't even ]:REASON 11 gauntl12:0:0000:00:999:[ been looked at due to ]:REASON 11 gauntl12:0:0000:00:999:[ time constraints - Too]:REASON 11 gauntl12:0:0000:00:999:[ many games and so ]:REASON 11 gauntl12:0:0000:00:999:[ little time. It is ]:REASON 11 gauntl12:0:0000:00:999:[ even possible that ]:REASON 11 gauntl12:0:0000:00:999:[ this game may be a ]:REASON 11 gauntl12:0:0000:00:999:[ clone of an existing ]:REASON 11 gauntl12:0:0000:00:999:[ game which may have ]:REASON 11 gauntl12:0:0000:00:999:[ cheats. Please search ]:REASON 11 gauntl12:0:0000:00:999:[ the cheat forums ]:REASON 11 gauntl12:0:0000:00:999:[ before posting cheat ]:REASON 11 gauntl12:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Gauntlet Legends (version 1.6) ] gauntleg:0:0000:00:999:[ This game hasn't even ]:REASON 11 gauntleg:0:0000:00:999:[ been looked at due to ]:REASON 11 gauntleg:0:0000:00:999:[ time constraints - Too]:REASON 11 gauntleg:0:0000:00:999:[ many games and so ]:REASON 11 gauntleg:0:0000:00:999:[ little time. It is ]:REASON 11 gauntleg:0:0000:00:999:[ even possible that ]:REASON 11 gauntleg:0:0000:00:999:[ this game may be a ]:REASON 11 gauntleg:0:0000:00:999:[ clone of an existing ]:REASON 11 gauntleg:0:0000:00:999:[ game which may have ]:REASON 11 gauntleg:0:0000:00:999:[ cheats. Please search ]:REASON 11 gauntleg:0:0000:00:999:[ the cheat forums ]:REASON 11 gauntleg:0:0000:00:999:[ before posting cheat ]:REASON 11 gauntleg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Gauntlet (rev 14) ] gauntlet:0:904001:99:070:Select Next Level gauntlet:0:90484C:04:000:Infinite Time Bonus Levels gauntlet:0:904B16:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntlet:0:904B17:7B:501:Open all doors Now! (2/2) gauntlet:0:904B22:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntlet:0:904B23:CF:501:Turn walls to Exits Now! (2/2) gauntlet:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gauntlet:0:9048D6:27:000:Infinite Health (Warrior) gauntlet:0:9048D9:10:500:Infinite Health (Warrior) (2/2) gauntlet:0:904AF9:00:000:Always have No Power-Up (Warrior) gauntlet:0:904AF9:01:021:Get Partial Invisibility Now! (Warrior) gauntlet:0:904AF9:02:021:Get Extra Shot Power Now! (Warrior) gauntlet:0:904AF9:04:021:Get Extra Magic Power Now! (Warrior) gauntlet:0:904AF9:08:021:Get Extra Shot Speed Now! (Warrior) gauntlet:0:904AF9:16:021:Get Sun Now! (Warrior) gauntlet:0:904AF9:32:021:Get Extra Shield Now! (Warrior) gauntlet:0:904AF9:64:021:Get Extra Speed Now! (Warrior) gauntlet:0:904AF9:7E:001:Get Maximum Power Now! (Warrior) gauntlet:0:9048EA:05:000:Infinite Keys (Warrior) gauntlet:0:9048EA:00:000:Never Have Keys (Warrior) gauntlet:0:9048E6:06:000:Infinite Potions (Warrior) gauntlet:0:9048DA:27:000:Infinite Health (Valkyrie) gauntlet:0:9048DD:10:500:Infinite Health (Valkyrie)(2/2) gauntlet:0:904AFB:00:000:Always have No Power-Up (Valkyrie) gauntlet:0:904AFB:01:021:Get Partial Invisibility Now! (Valkyrie) gauntlet:0:904AFB:02:021:Get Extra Shot Power Now! (Valkyrie) gauntlet:0:904AFB:04:021:Get Extra Magic Power Now! (Valkyrie) gauntlet:0:904AFB:08:021:Get Extra Shot Speed Now! (Valkyrie) gauntlet:0:904AFB:16:021:Get Sun Now! (Valkyrie) gauntlet:0:904AFB:32:021:Get Extra Shield Now! (Valkyrie) gauntlet:0:904AFB:64:021:Get Extra Speed Now! (Valkyrie) gauntlet:0:904AFB:7E:001:Get Maximum Power Now! (Valkyrie) gauntlet:0:9048EB:05:000:Infinite Keys (Valkyrie) gauntlet:0:9048EB:00:000:Never Have Keys (Valkyrie) gauntlet:0:9048E7:06:000:Infinite Potions (Valkyrie) gauntlet:0:9048DE:27:000:Infinite Health (Wizard) gauntlet:0:9048E1:10:500:Infinite Health (Wizard) (2/2) gauntlet:0:904AFD:00:000:Always have No Power-Up (Wizard) gauntlet:0:904AFD:01:021:Get Partial Invisibility Now! (Wizard) gauntlet:0:904AFD:02:021:Get Extra Shot Power Now! (Wizard) gauntlet:0:904AFD:04:021:Get Extra Magic Power Now! (Wizard) gauntlet:0:904AFD:08:021:Get Extra Shot Speed Now! (Wizard) gauntlet:0:904AFD:16:021:Get Sun Now! (Wizard) gauntlet:0:904AFD:32:021:Get Extra Shield Now! (Wizard) gauntlet:0:904AFD:64:021:Get Extra Speed Now! (Wizard) gauntlet:0:904AFD:7E:001:Get Maximum Power Now! (Wizard) gauntlet:0:9048EC:05:000:Infinite Keys (Wizard) gauntlet:0:9048EC:00:000:Never Have Keys (Wizard) gauntlet:0:9048E8:06:000:Infinite Potions (Wizard) gauntlet:0:9048E2:27:000:Infinite Health (Elf) gauntlet:0:9048E5:10:500:Infinite Health (Elf) (2/2) gauntlet:0:904AFF:00:000:Always have No Power-Up (Elf) gauntlet:0:904AFF:01:021:Get Partial Invisibility Now! (Elf) gauntlet:0:904AFF:02:021:Get Extra Shot Power Now! (Elf) gauntlet:0:904AFF:04:021:Get Extra Magic Power Now! (Elf) gauntlet:0:904AFF:08:021:Get Extra Shot Speed Now! (Elf) gauntlet:0:904AFF:16:021:Get Sun Now! (Elf) gauntlet:0:904AFF:32:021:Get Extra Shield Now! (Elf) gauntlet:0:904AFF:64:021:Get Extra Speed Now! (Elf) gauntlet:0:904AFF:7E:001:Get Maximum Power Now! (Elf) gauntlet:0:9048ED:05:000:Infinite Keys (Elf) gauntlet:0:9048ED:00:000:Never Have Keys (Elf) gauntlet:0:9048E9:06:000:Infinite Potions (Elf) ; [ Gauntlet (rev 1) ] gauntr1:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntr1:0:904B15:7B:501:Open all doors Now! (2/2) gauntr1:0:9048D4:27:000:Infinite Health (Warrior) gauntr1:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntr1:0:9048E8:06:000:Infinite Keys (Warrior) gauntr1:0:9048E8:00:000:Never Have Keys (Warrior) gauntr1:0:9048E4:06:000:Infinite Potions (Warrior) gauntr1:0:9048D8:27:000:Infinite Health (Valkyrie) gauntr1:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntr1:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntr1:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntr1:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntr1:0:9048DC:27:000:Infinite Health (Wizard) gauntr1:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntr1:0:9048EA:06:000:Infinite Keys (Wizard) gauntr1:0:9048EA:00:000:Never Have Keys (Wizard) gauntr1:0:9048E6:06:000:Infinite Potions (Wizard) gauntr1:0:9048E0:27:000:Infinite Health (Elf) gauntr1:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntr1:0:9048EB:06:000:Infinite Keys (Elf) gauntr1:0:9048EB:00:000:Never Have Keys (Elf) gauntr1:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (rev 2) ] gauntr2:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntr2:0:904B15:7B:501:Open all doors Now! (2/2) gauntr2:0:9048D4:27:000:Infinite Health (Warrior) gauntr2:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntr2:0:9048E8:06:000:Infinite Keys (Warrior) gauntr2:0:9048E8:00:000:Never Have Keys (Warrior) gauntr2:0:9048E4:06:000:Infinite Potions (Warrior) gauntr2:0:9048D8:27:000:Infinite Health (Valkyrie) gauntr2:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntr2:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntr2:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntr2:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntr2:0:9048DC:27:000:Infinite Health (Wizard) gauntr2:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntr2:0:9048EA:06:000:Infinite Keys (Wizard) gauntr2:0:9048EA:00:000:Never Have Keys (Wizard) gauntr2:0:9048E6:06:000:Infinite Potions (Wizard) gauntr2:0:9048E0:27:000:Infinite Health (Elf) gauntr2:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntr2:0:9048EB:06:000:Infinite Keys (Elf) gauntr2:0:9048EB:00:000:Never Have Keys (Elf) gauntr2:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (rev 4) ] gauntr4:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntr4:0:904B15:7B:501:Open all doors Now! (2/2) gauntr4:0:9048D4:27:000:Infinite Health (Warrior) gauntr4:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntr4:0:9048E8:06:000:Infinite Keys (Warrior) gauntr4:0:9048E8:00:000:Never Have Keys (Warrior) gauntr4:0:9048E4:06:000:Infinite Potions (Warrior) gauntr4:0:9048D8:27:000:Infinite Health (Valkyrie) gauntr4:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntr4:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntr4:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntr4:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntr4:0:9048DC:27:000:Infinite Health (Wizard) gauntr4:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntr4:0:9048EA:06:000:Infinite Keys (Wizard) gauntr4:0:9048EA:00:000:Never Have Keys (Wizard) gauntr4:0:9048E6:06:000:Infinite Potions (Wizard) gauntr4:0:9048E0:27:000:Infinite Health (Elf) gauntr4:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntr4:0:9048EB:06:000:Infinite Keys (Elf) gauntr4:0:9048EB:00:000:Never Have Keys (Elf) gauntr4:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (rev 5) ] gauntr5:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntr5:0:904B15:7B:501:Open all doors Now! (2/2) gauntr5:0:9048D4:27:000:Infinite Health (Warrior) gauntr5:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntr5:0:9048E8:06:000:Infinite Keys (Warrior) gauntr5:0:9048E8:00:000:Never Have Keys (Warrior) gauntr5:0:9048E4:06:000:Infinite Potions (Warrior) gauntr5:0:9048D8:27:000:Infinite Health (Valkyrie) gauntr5:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntr5:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntr5:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntr5:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntr5:0:9048DC:27:000:Infinite Health (Wizard) gauntr5:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntr5:0:9048EA:06:000:Infinite Keys (Wizard) gauntr5:0:9048EA:00:000:Never Have Keys (Wizard) gauntr5:0:9048E6:06:000:Infinite Potions (Wizard) gauntr5:0:9048E0:27:000:Infinite Health (Elf) gauntr5:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntr5:0:9048EB:06:000:Infinite Keys (Elf) gauntr5:0:9048EB:00:000:Never Have Keys (Elf) gauntr5:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (rev 7) ] gauntr7:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntr7:0:904B15:7B:501:Open all doors Now! (2/2) gauntr7:0:9048D4:27:000:Infinite Health (Warrior) gauntr7:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntr7:0:9048E8:06:000:Infinite Keys (Warrior) gauntr7:0:9048E8:00:000:Never Have Keys (Warrior) gauntr7:0:9048E4:06:000:Infinite Potions (Warrior) gauntr7:0:9048D8:27:000:Infinite Health (Valkyrie) gauntr7:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntr7:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntr7:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntr7:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntr7:0:9048DC:27:000:Infinite Health (Wizard) gauntr7:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntr7:0:9048EA:06:000:Infinite Keys (Wizard) gauntr7:0:9048EA:00:000:Never Have Keys (Wizard) gauntr7:0:9048E6:06:000:Infinite Potions (Wizard) gauntr7:0:9048E0:27:000:Infinite Health (Elf) gauntr7:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntr7:0:9048EB:06:000:Infinite Keys (Elf) gauntr7:0:9048EB:00:000:Never Have Keys (Elf) gauntr7:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (rev 9) ] gauntr9:0:904B14:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gauntr9:0:904B15:7B:501:Open all doors Now! (2/2) gauntr9:0:9048D4:27:000:Infinite Health (Warrior) gauntr9:0:9048D7:10:500:Infinite Health (Warrior) (2/2) gauntr9:0:9048E8:06:000:Infinite Keys (Warrior) gauntr9:0:9048E8:00:000:Never Have Keys (Warrior) gauntr9:0:9048E4:06:000:Infinite Potions (Warrior) gauntr9:0:9048D8:27:000:Infinite Health (Valkyrie) gauntr9:0:9048DB:10:500:Infinite Health (Valkyrie)(2/2) gauntr9:0:9048E9:06:000:Infinite Keys (Valkyrie) gauntr9:0:9048E9:00:000:Never Have Keys (Valkyrie) gauntr9:0:9048E5:06:000:Infinite Potions (Valkyrie) gauntr9:0:9048DC:27:000:Infinite Health (Wizard) gauntr9:0:9048DF:10:500:Infinite Health (Wizard) (2/2) gauntr9:0:9048EA:06:000:Infinite Keys (Wizard) gauntr9:0:9048EA:00:000:Never Have Keys (Wizard) gauntr9:0:9048E6:06:000:Infinite Potions (Wizard) gauntr9:0:9048E0:27:000:Infinite Health (Elf) gauntr9:0:9048E3:10:500:Infinite Health (Elf) (2/2) gauntr9:0:9048EB:06:000:Infinite Keys (Elf) gauntr9:0:9048EB:00:000:Never Have Keys (Elf) gauntr9:0:9048E7:06:000:Infinite Potions (Elf) ; [ Gauntlet (Spanish, rev 15) ] gaunts:0:904001:99:070:Select Next Level gaunts:0:90484C:04:000:Infinite Time Bonus Levels gaunts:0:904B16:0A:001:Open all doors Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunts:0:904B17:7B:501:Open all doors Now! (2/2) gaunts:0:904B22:2E:001:Turn walls to Exits Now!:Activate this cheat when you are not killing or about to be hit otherwise it may not work on the first activation gaunts:0:904B23:CF:501:Turn walls to Exits Now! (2/2) gaunts:0:904007:35:000:Freeze All Enemies:Not strictly true they will head the direction they are pointing till they hit a wall and they will then stop gaunts:0:9048D6:27:000:Infinite Health (Warrior) gaunts:0:9048D9:10:500:Infinite Health (Warrior) (2/2) gaunts:0:904AF9:00:000:Always have No Power-Up (Warrior) gaunts:0:904AF9:01:021:Get Partial Invisibility Now! (Warrior) gaunts:0:904AF9:02:021:Get Extra Shot Power Now! (Warrior) gaunts:0:904AF9:04:021:Get Extra Magic Power Now! (Warrior) gaunts:0:904AF9:08:021:Get Extra Shot Speed Now! (Warrior) gaunts:0:904AF9:16:021:Get Sun Now! (Warrior) gaunts:0:904AF9:32:021:Get Extra Shield Now! (Warrior) gaunts:0:904AF9:64:021:Get Extra Speed Now! (Warrior) gaunts:0:904AF9:7E:001:Get Maximum Power Now! (Warrior) gaunts:0:9048EA:05:000:Infinite Keys (Warrior) gaunts:0:9048EA:00:000:Never Have Keys (Warrior) gaunts:0:9048E6:06:000:Infinite Potions (Warrior) gaunts:0:9048DA:27:000:Infinite Health (Valkyrie) gaunts:0:9048DD:10:500:Infinite Health (Valkyrie)(2/2) gaunts:0:904AFB:00:000:Always have No Power-Up (Valkyrie) gaunts:0:904AFB:01:021:Get Partial Invisibility Now! (Valkyrie) gaunts:0:904AFB:02:021:Get Extra Shot Power Now! (Valkyrie) gaunts:0:904AFB:04:021:Get Extra Magic Power Now! (Valkyrie) gaunts:0:904AFB:08:021:Get Extra Shot Speed Now! (Valkyrie) gaunts:0:904AFB:16:021:Get Sun Now! (Valkyrie) gaunts:0:904AFB:32:021:Get Extra Shield Now! (Valkyrie) gaunts:0:904AFB:64:021:Get Extra Speed Now! (Valkyrie) gaunts:0:904AFB:7E:001:Get Maximum Power Now! (Valkyrie) gaunts:0:9048EB:05:000:Infinite Keys (Valkyrie) gaunts:0:9048EB:00:000:Never Have Keys (Valkyrie) gaunts:0:9048E7:06:000:Infinite Potions (Valkyrie) gaunts:0:9048DE:27:000:Infinite Health (Wizard) gaunts:0:9048E1:10:500:Infinite Health (Wizard) (2/2) gaunts:0:904AFD:00:000:Always have No Power-Up (Wizard) gaunts:0:904AFD:01:021:Get Partial Invisibility Now! (Wizard) gaunts:0:904AFD:02:021:Get Extra Shot Power Now! (Wizard) gaunts:0:904AFD:04:021:Get Extra Magic Power Now! (Wizard) gaunts:0:904AFD:08:021:Get Extra Shot Speed Now! (Wizard) gaunts:0:904AFD:16:021:Get Sun Now! (Wizard) gaunts:0:904AFD:32:021:Get Extra Shield Now! (Wizard) gaunts:0:904AFD:64:021:Get Extra Speed Now! (Wizard) gaunts:0:904AFD:7E:001:Get Maximum Power Now! (Wizard) gaunts:0:9048EC:05:000:Infinite Keys (Wizard) gaunts:0:9048EC:00:000:Never Have Keys (Wizard) gaunts:0:9048E8:06:000:Infinite Potions (Wizard) gaunts:0:9048E2:27:000:Infinite Health (Elf) gaunts:0:9048E5:10:500:Infinite Health (Elf) (2/2) gaunts:0:904AFF:00:000:Always have No Power-Up (Elf) gaunts:0:904AFF:01:021:Get Partial Invisibility Now! (Elf) gaunts:0:904AFF:02:021:Get Extra Shot Power Now! (Elf) gaunts:0:904AFF:04:021:Get Extra Magic Power Now! (Elf) gaunts:0:904AFF:08:021:Get Extra Shot Speed Now! (Elf) gaunts:0:904AFF:16:021:Get Sun Now! (Elf) gaunts:0:904AFF:32:021:Get Extra Shield Now! (Elf) gaunts:0:904AFF:64:021:Get Extra Speed Now! (Elf) gaunts:0:904AFF:7E:001:Get Maximum Power Now! (Elf) gaunts:0:9048ED:05:000:Infinite Keys (Elf) gaunts:0:9048ED:00:000:Never Have Keys (Elf) gaunts:0:9048E9:06:000:Infinite Potions (Elf) ; [ Golden Axe - The Duel (JUETL 950117 V1.000) ] :gaxeduel:00000000:00183D05:00000009:FFFFFFFF:Infinite Credits :gaxeduel:00000000:002FA57F:00000063:FFFFFFFF:Infinite Time :gaxeduel:00000000:002FA629:00000080:FFFFFFFF:Infinite Energy PL1 :gaxeduel:00000001:002FA629:00000000:FFFFFFFF:Drain All Energy Now! PL1 :gaxeduel:00000000:002FA62C:00000028:FFFFFFFF:Infinite Magic Power (Buggy) PL1:Power gauge isn't displayed but you will be able to use Special Attack :gaxeduel:00000001:002FA55A:0000000A:FFFFFFFF:Play with Golden Axe (Buggy) PL1:Set on "Duel" message screen after character selection :gaxeduel:00000000:002F44AD:00000000:00000001:Rapid Fire - Weak Weapon PL1 :gaxeduel:00000000:002F44AD:00000000:00000002:Rapid Fire - Middle Weapon PL1 :gaxeduel:00000000:002F44AD:00000000:00000004:Rapid Fire - Strong Weapon PL1 :gaxeduel:00000000:002F44AC:00000000:00000002:Rapid Fire - Kick PL1 :gaxeduel:00000000:002FA71D:00000080:FFFFFFFF:Infinite Energy PL2 :gaxeduel:00000001:002FA71D:00000000:FFFFFFFF:Drain All Energy Now! PL2 :gaxeduel:00000000:002FA720:00000028:FFFFFFFF:Infinite Magic Power (Buggy) PL2:Power gauge isn't displayed but you will be able to use Special Attack :gaxeduel:00000001:002FA55B:0000000A:FFFFFFFF:Play with Golden Axe (Buggy) PL2:Set on "Duel" message screen after character selection :gaxeduel:00000000:002F44B7:00000000:00000001:Rapid Fire - Weak Weapon PL2 :gaxeduel:00000000:002F44B7:00000000:00000002:Rapid Fire - Middle Weapon PL2 :gaxeduel:00000000:002F44B7:00000000:00000004:Rapid Fire - Strong Weapon PL2 :gaxeduel:00000000:002F44B6:00000000:00000002:Rapid Fire - Kick PL2 ; [ Green Beret ] gberet:0:DBCB:FF:000:Infinite Time gberet:0:DBCA:00:500:Infinite Time (2/2):Don't show 'Hurry Up' gberet:0:DBB0:05:000:Infinite Lives gberet:0:D229:05:000:Infinite Ammo gberet:0:4883:C9:100:Invincibility gberet:0:494C:C9:600:Invincibility (2/2) gberet:0:D201:03:000:Always have bazooka gberet:0:D201:06:000:Always have flamethrower gberet:0:D201:04:000:Always have grenades gberet:0:D201:00:001:Lose all weapons Now! gberet:0:D201:03:001:Get bazooka Now! gberet:0:D201:06:001:Get flamethrower Now! gberet:0:D201:04:001:Get grenades Now! gberet:0:DBFB:FF:000:Bomber Never Appears gberet:0:0000:00:999:[The Select current level cheat can ] gberet:0:0000:00:999:[be used (with game paused) on the ] gberet:0:0000:00:999:["Rescue the Captives" screen to ] gberet:0:0000:00:999:[select the starting level. ] gberet:0:DBB1:03:071:Select current level gberet:0:DBB1:03:061:Select next level ; [ Green Beret (bootleg) ] gberetb:0:DBCB:FF:000:Infinite Time gberetb:0:DBCA:00:500:Infinite Time (2/2):Don't show 'Hurry Up' gberetb:0:DBB0:05:000:Infinite Lives gberetb:0:D229:05:000:Infinite Ammo gberetb:0:4883:C9:100:Invincibility gberetb:0:494C:C9:600:Invincibility (2/2) gberetb:0:D201:03:000:Always have bazooka gberetb:0:D201:06:000:Always have flamethrower gberetb:0:D201:04:000:Always have grenades gberetb:0:D201:00:001:Lose all weapons Now! gberetb:0:D201:03:001:Get bazooka Now! gberetb:0:D201:06:001:Get flamethrower Now! gberetb:0:D201:04:001:Get grenades Now! gberetb:0:DBFB:FF:000:Bomber Never Appears gberetb:0:0000:00:999:[The Select current level cheat can ] gberetb:0:0000:00:999:[be used (with game paused) on the ] gberetb:0:0000:00:999:["Rescue the Captives" screen to ] gberetb:0:0000:00:999:[select the starting level. ] gberetb:0:DBB1:03:071:Select current level gberetb:0:DBB1:03:061:Select next level ; [ Global Champion (US) ] gblchmp:0:409733:09:000:Infinite Time gblchmp:0:409737:09:500:Infinite Time (2/2) gblchmp:0:409733:00:001:Finish this Round Now! gblchmp:0:409737:01:501:Finish this Round Now! (2/2) :gblchmp:20800000:042435:0000000A:FFFFFFFF:Can Select Anyone:Either move up from Kazuya or down from Marco to get to the other characters. :gblchmp:20810000:042447:0000000A:FFFFFFFF:Can Select Anyone (2/2) gblchmp:0:41322D:63:000:Infinite Energy PL1 gblchmp:0:41322D:00:001:Drain All Energy Now! PL1 gblchmp:0:000000:00:999:[Free player selection - Use on character ] gblchmp:0:000000:00:999:[selection or Winner/Loser screen. ] gblchmp:0:40B321:00:001:Play as Kazuya Now! PL1 gblchmp:0:41454D:00:501:Play as Kazuya Now! PL1 (2/2) gblchmp:0:40B321:01:001:Play as Barts Now! PL1 gblchmp:0:41454D:01:501:Play as Barts Now! PL1 (2/2) gblchmp:0:40B321:02:001:Play as Gekkou Now! PL1 gblchmp:0:41454D:02:501:Play as Gekkou Now! PL1 (2/2) gblchmp:0:40B321:03:001:Play as Wulong Now! PL1 gblchmp:0:41454D:03:501:Play as Wulong Now! PL1 (2/2) gblchmp:0:40B321:04:001:Play as Lihua Now! PL1 gblchmp:0:41454D:04:501:Play as Lihua Now! PL1 (2/2) gblchmp:0:40B321:05:001:Play as Liza Now! PL1 gblchmp:0:41454D:05:501:Play as Liza Now! PL1 (2/2) gblchmp:0:40B321:06:001:Play as J. McCoy Now! PL1 gblchmp:0:41454D:06:501:Play as J. McCoy Now! PL1 (2/2) gblchmp:0:40B321:07:001:Play as Boggy Now! PL1 gblchmp:0:41454D:07:501:Play as Boggy Now! PL1 (2/2) gblchmp:0:40B321:08:001:Play as Marco Now! PL1 gblchmp:0:41454D:08:501:Play as Marco Now! PL1 (2/2) gblchmp:0:40B321:09:001:Play as Gonzales Now! PL1 gblchmp:0:41454D:09:501:Play as Gonzales Now! PL1 (2/2) gblchmp:0:40B321:0A:001:Play as Azteca Now! PL1 gblchmp:0:41454D:0A:501:Play as Azteca Now! PL1 (2/2) gblchmp:0:40B321:0B:001:Play as General Now! PL1 gblchmp:0:41454D:0B:501:Play as General Now! PL1 (2/2) gblchmp:0:000000:00:999:[Free player selection - Use on character ] gblchmp:0:000000:00:999:[selection or Winner/Loser screen. ] gblchmp:0:40B521:00:001:Play as Kazuya Now! PL2 gblchmp:0:41454F:00:501:Play as Kazuya Now! PL2 (2/2) gblchmp:0:40B521:01:001:Play as Barts Now! PL2 gblchmp:0:41454F:01:501:Play as Barts Now! PL2 (2/2) gblchmp:0:40B521:02:001:Play as Gekkou Now! PL2 gblchmp:0:41454F:02:501:Play as Gekkou Now! PL2 (2/2) gblchmp:0:40B521:03:001:Play as Wulong Now! PL2 gblchmp:0:41454F:03:501:Play as Wulong Now! PL2 (2/2) gblchmp:0:40B521:04:001:Play as Lihua Now! PL2 gblchmp:0:41454F:04:501:Play as Lihua Now! PL2 (2/2) gblchmp:0:40B521:05:001:Play as Liza Now! PL2 gblchmp:0:41454F:05:501:Play as Liza Now! PL2 (2/2) gblchmp:0:40B521:06:001:Play as J. McCoy Now! PL2 gblchmp:0:41454F:06:501:Play as J. McCoy Now! PL2 (2/2) gblchmp:0:40B521:07:001:Play as Boggy Now! PL2 gblchmp:0:41454F:07:501:Play as Boggy Now! PL2 (2/2) gblchmp:0:40B521:08:001:Play as Marco Now! PL2 gblchmp:0:41454F:08:501:Play as Marco Now! PL2 (2/2) gblchmp:0:40B521:09:001:Play as Gonzales Now! PL2 gblchmp:0:41454F:09:501:Play as Gonzales Now! PL2 (2/2) gblchmp:0:40B521:0A:001:Play as Azteca Now! PL2 gblchmp:0:41454F:0A:501:Play as Azteca Now! PL2 (2/2) gblchmp:0:40B521:0B:001:Play as General Now! PL2 gblchmp:0:41454F:0B:501:Play as General Now! PL2 (2/2) gblchmp:0:41342D:63:000:Infinite Energy PL2 gblchmp:0:41342D:00:001:Drain All Energy Now! PL2 gblchmp:0:000000:00:999:[After you enable these region cheats to see any ] gblchmp:0:000000:00:999:[effect you will have to reset the game (F3). ] gblchmp:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] gblchmp:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] gblchmp:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] gblchmp:0:1FFFFF:01:100:Region Switch = Japan:Kaiser Knuckle gblchmp:0:1FFFFF:02:100:Region Switch = US:Global Champion gblchmp:0:1FFFFF:03:100:Region Switch = World:Kaiser Knuckle ; [ Gang Busters ] gbusters:0:40A0:06:000:Infinite Lives PL1 gbusters:0:4833:20:000:Infinite Ammo PL1 gbusters:0:482C:03:000:Rocket Grenade PL1 gbusters:0:482A:04:000:Medium Weapon Powerup PL1 gbusters:0:482A:07:000:Heavy Weapon Powerup PL1 :gbusters:00000000:4800:00000001:FFFFFFFF:Invincibility PL1 :gbusters:00010000:482F:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :gbusters:00000000:4033:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen gbusters:0:40B0:06:000:Infinite Lives PL2 gbusters:0:48C3:20:000:Infinite Ammo PL2 gbusters:0:48BC:03:000:Rocket Grenades PL2 gbusters:0:48BA:04:000:Medium Weapon Powerup PL2 gbusters:0:48BA:07:000:Heavy Weapon Powerup PL2 :gbusters:00000000:4890:00000001:FFFFFFFF:Invincibility PL2 :gbusters:00010000:48BF:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :gbusters:00000000:4035:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen gbusters:0:500A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Grand Cross ] gcpinbal:0:FF2315:09:000:Infinite Credits gcpinbal:0:FF2826:40:000:Infinite Energy gcpinbal:0:FF280B:08:000:Infinite Lives PL1 gcpinbal:0:FF281B:08:000:Infinite Lives PL2 ; [ G-Darius (Ver 2.01J) ] :gdarius:00000000:00101734:00000009:FFFFFFFF:Infinite Credits :gdarius:00800000:0010179C:00000001:FFFFFFFF:Enable Starting Zone Select :gdarius:00000000:001591A6:00000009:FFFFFFFF:Infinite Lives PL1 :gdarius:00000000:00159733:00000006:FFFFFFFF:Infinite Capture Balls PL1 :gdarius:00000000:001591AA:0000000F:FFFFFFFF:Invincibility PL1 :gdarius:00000000:001591B4:00000000:00000080:Rapid Fire PL1:Hold shot button :gdarius:00000000:001596E1:00000006:FFFFFFFF:Always Max Shot Power PL1 :gdarius:62000000:00000000:00000000:00000000:Select Shot PL1 :gdarius:00010000:001596E0:00000000:FFFFFFFF:Missile :gdarius:00010000:001596E0:00000001:FFFFFFFF:Laser :gdarius:00010000:001596E0:00000002:FFFFFFFF:Wave :gdarius:00000000:00159711:00000003:FFFFFFFF:Always Max Bomb Power PL1 :gdarius:62000000:00000000:00000000:00000000:Select Bomb PL1 :gdarius:00010000:00159710:00000000:FFFFFFFF:Single :gdarius:00010000:00159710:00000001:FFFFFFFF:Twin :gdarius:00010000:00159710:00000002:FFFFFFFF:Multi :gdarius:00000000:00159731:00000005:FFFFFFFF:Always Max Arm Power PL1 :gdarius:62000000:00000000:00000000:00000000:Select Arm PL1 :gdarius:00010000:00159730:00000000:FFFFFFFF:Normal :gdarius:00010000:00159730:00000001:FFFFFFFF:Super :gdarius:00010000:00159730:00000002:FFFFFFFF:Hyper :gdarius:00000000:00159732:0000000F:FFFFFFFF:Infinite Arm PL1 :gdarius:00800000:001652E3:000000FF:FFFFFFFF:Always Back Direction PL1 :gdarius:00000000:001598B2:00000009:FFFFFFFF:Infinite Lives PL2 :gdarius:00000000:00159E3F:00000006:FFFFFFFF:Infinite Capture Balls PL2 :gdarius:00000000:001598B6:0000000F:FFFFFFFF:Invincibility PL2 :gdarius:00000000:001598C0:00000000:00000080:Rapid Fire PL2:Hold shot button :gdarius:00000000:00159DED:00000006:FFFFFFFF:Always Max Shot Power PL2 :gdarius:62000000:00000000:00000000:00000000:Select Shot PL2 :gdarius:00010000:00159DEC:00000000:FFFFFFFF:Missile :gdarius:00010000:00159DEC:00000001:FFFFFFFF:Laser :gdarius:00010000:00159DEC:00000002:FFFFFFFF:Wave :gdarius:00000000:00159E1D:00000003:FFFFFFFF:Always Max Bomb Power PL2 :gdarius:62000000:00000000:00000000:00000000:Select Bomb PL2 :gdarius:00010000:00159E1C:00000000:FFFFFFFF:Single :gdarius:00010000:00159E1C:00000001:FFFFFFFF:Twin :gdarius:00010000:00159E1C:00000002:FFFFFFFF:Multi :gdarius:00000000:00159E3D:00000005:FFFFFFFF:Always Max Arm Power PL2 :gdarius:62000000:00000000:00000000:00000000:Select Arm PL2 :gdarius:00010000:00159E3C:00000000:FFFFFFFF:Normal :gdarius:00010000:00159E3C:00000001:FFFFFFFF:Super :gdarius:00010000:00159E3C:00000002:FFFFFFFF:Hyper :gdarius:00000000:00159E3E:0000000F:FFFFFFFF:Infinite Arm PL2 :gdarius:00800000:001652E3:000000FF:FFFFFFFF:Always Back Direction PL2 ; [ G-Darius Ver.2 (Ver 2.03J) ] :gdarius2:00000000:0010153C:00000009:FFFFFFFF:Infinite Credits :gdarius2:00800000:001015AC:00000001:FFFFFFFF:Enable Starting Zone Select :gdarius2:00300000:0010100C:00002A50:FFFFFFFF:Infinite Boss Timer :gdarius2:00300001:0010100C:00000000:FFFFFFFF:Destroy Boss Soon!:Time Up :gdarius2:00000000:0015F27E:00000009:FFFFFFFF:Infinite Lives PL1 :gdarius2:00000000:0015F80F:00000006:FFFFFFFF:Infinite Capture Balls PL1 :gdarius2:00000000:0015F282:00000002:FFFFFFFF:Invincibility PL1 :gdarius2:00000000:0015F28C:00000000:00000080:Rapid Fire PL1:Hold shot button :gdarius2:00000000:0015F7BD:00000006:FFFFFFFF:Always Max Shot Power PL1 :gdarius2:62000000:00000000:00000000:00000000:Select Shot PL1 :gdarius2:00010000:0015F7BC:00000000:FFFFFFFF:Missile :gdarius2:00010000:0015F7BC:00000001:FFFFFFFF:Laser :gdarius2:00010000:0015F7BC:00000002:FFFFFFFF:Wave :gdarius2:00000000:0015F7ED:00000002:FFFFFFFF:Always Max Bomb Power PL1 :gdarius2:62000000:00000000:00000000:00000000:Select Bomb PL1 :gdarius2:00010000:0015F7EC:00000000:FFFFFFFF:Single :gdarius2:00010000:0015F7EC:00000001:FFFFFFFF:Twin :gdarius2:00010000:0015F7EC:00000002:FFFFFFFF:Multi :gdarius2:00000000:0015F80D:00000005:FFFFFFFF:Always Max Arm Power PL1 :gdarius2:62000000:00000000:00000000:00000000:Select Arm PL1 :gdarius2:00010000:0015F80C:00000000:FFFFFFFF:Normal :gdarius2:00010000:0015F80C:00000001:FFFFFFFF:Super :gdarius2:00010000:0015F80C:00000002:FFFFFFFF:Hyper :gdarius2:00000000:0015F80E:0000000F:FFFFFFFF:Infinite Arm PL1 :gdarius2:00800000:0016B3C3:000000FF:FFFFFFFF:Always Back Direction PL1 :gdarius2:00000000:0015F98E:00000009:FFFFFFFF:Infinite Lives PL2 :gdarius2:00000000:0015FF1F:00000006:FFFFFFFF:Infinite Capture Balls PL2 :gdarius2:00000000:0015F992:00000002:FFFFFFFF:Invincibility PL2 :gdarius2:00000000:0015F99C:00000000:00000080:Rapid Fire PL2:Hold shot button :gdarius2:00000000:0015FECD:00000006:FFFFFFFF:Always Max Shot Power PL2 :gdarius2:62000000:00000000:00000000:00000000:Select Shot PL2 :gdarius2:00010000:0015FECC:00000000:FFFFFFFF:Missile :gdarius2:00010000:0015FECC:00000001:FFFFFFFF:Laser :gdarius2:00010000:0015FECC:00000002:FFFFFFFF:Wave :gdarius2:00000000:0015FEFD:00000003:FFFFFFFF:Always Max Bomb Power PL2 :gdarius2:62000000:00000000:00000000:00000000:Select Bomb PL2 :gdarius2:00010000:0015FEFC:00000000:FFFFFFFF:Single :gdarius2:00010000:0015FEFC:00000001:FFFFFFFF:Twin :gdarius2:00010000:0015FEFC:00000002:FFFFFFFF:Multi :gdarius2:00000000:0015FF1D:00000005:FFFFFFFF:Always Max Arm Power PL2 :gdarius2:62000000:00000000:00000000:00000000:Select Arm PL2 :gdarius2:00010000:0015FF1C:00000000:FFFFFFFF:Normal :gdarius2:00010000:0015FF1C:00000001:FFFFFFFF:Super :gdarius2:00010000:0015FF1C:00000002:FFFFFFFF:Hyper :gdarius2:00000000:0015FF1E:0000000F:FFFFFFFF:Infinite Arm PL2 :gdarius2:00800000:0016B3C3:000000FF:FFFFFFFF:Always Back Direction PL2 ; [ G-Darius (Ver 2.02A) ] :gdariusb:00000000:001017DC:00000009:FFFFFFFF:Infinite Credits :gdariusb:00800000:00101844:00000001:FFFFFFFF:Starting Zone Select Mode :gdariusb:00000000:0015924E:00000009:FFFFFFFF:Infinite Lives PL1 :gdariusb:00000000:001597DB:00000006:FFFFFFFF:Infinite Capture Balls PL1 :gdariusb:00000000:00159252:00000002:FFFFFFFF:Invincibility PL1 :gdariusb:00000000:0015925C:00000000:00000080:Rapid Fire PL1 :gdariusb:00000000:00159789:00000006:FFFFFFFF:Always Max Shot Power PL1 :gdariusb:62000000:00000000:00000000:00000000:Select Shot PL1 :gdariusb:00010000:00159788:00000000:FFFFFFFF:Missile :gdariusb:00010000:00159788:00000001:FFFFFFFF:Laser :gdariusb:00010000:00159788:00000002:FFFFFFFF:Wave :gdariusb:00000000:001597B9:00000003:FFFFFFFF:Always Max Bomb Power PL1 :gdariusb:62000000:00000000:00000000:00000000:Select Bomb PL1 :gdariusb:00010000:001597B8:00000000:FFFFFFFF:Single :gdariusb:00010000:001597B8:00000001:FFFFFFFF:Twin :gdariusb:00010000:001597B8:00000002:FFFFFFFF:Multi :gdariusb:00000000:001597D9:00000005:FFFFFFFF:Always Max Arm Power PL1 :gdariusb:62000000:00000000:00000000:00000000:Select Arm PL1 :gdariusb:00010000:001597D8:00000000:FFFFFFFF:Normal :gdariusb:00010000:001597D8:00000001:FFFFFFFF:Super :gdariusb:00010000:001597D8:00000002:FFFFFFFF:Hyper :gdariusb:00000000:001597DA:0000000F:FFFFFFFF:Infinite Arm PL1 :gdariusb:00800000:0016538B:000000FF:FFFFFFFF:Always Back Direction PL1 :gdariusb:00000000:0015995A:00000009:FFFFFFFF:Infinite Lives PL2 :gdariusb:00000000:00159EE7:00000006:FFFFFFFF:Infinite Capture Balls PL2 :gdariusb:00000000:0015995E:00000002:FFFFFFFF:Invincibility PL2 :gdariusb:00000000:00159968:00000000:00000080:Rapid Fire PL2 :gdariusb:00000000:00159E95:00000006:FFFFFFFF:Always Max Shot Power PL2 :gdariusb:62000000:00000000:00000000:00000000:Select Shot PL2 :gdariusb:00010000:00159E94:00000000:FFFFFFFF:Missile :gdariusb:00010000:00159E94:00000001:FFFFFFFF:Laser :gdariusb:00010000:00159E94:00000002:FFFFFFFF:Wave :gdariusb:00000000:00159EC5:00000003:FFFFFFFF:Always Max Bomb Power PL2 :gdariusb:62000000:00000000:00000000:00000000:Select Bomb PL2 :gdariusb:00010000:00159EC4:00000000:FFFFFFFF:Single :gdariusb:00010000:00159EC4:00000001:FFFFFFFF:Twin :gdariusb:00010000:00159EC4:00000002:FFFFFFFF:Multi :gdariusb:00000000:00159EE5:00000005:FFFFFFFF:Always Max Arm Power PL2 :gdariusb:62000000:00000000:00000000:00000000:Select Arm PL2 :gdariusb:00010000:00159EE4:00000000:FFFFFFFF:Normal :gdariusb:00010000:00159EE4:00000001:FFFFFFFF:Super :gdariusb:00010000:00159EE4:00000002:FFFFFFFF:Hyper :gdariusb:00000000:00159EE6:0000000F:FFFFFFFF:Infinite Arm PL2 :gdariusb:00800000:0016538B:000000FF:FFFFFFFF:Always Back Direction PL2 ; [ Mobil Suit Gundam Final Shooting (Japan) ] :gdfs:00000000:00006A:00000009:FFFFFFFF:Infinite Credits :gdfs:00000000:000F49:0000006F:FFFFFFFF:Infinite Energy PL1 :gdfs:00000000:000EEE:00000009:FFFFFFFF:Infinite Bazooka PL1 :gdfs:00000000:000F51:00000009:FFFFFFFF:Infinite Shield PL1 :gdfs:00000000:000F4B:0000006F:FFFFFFFF:Infinite Energy PL2 :gdfs:00000000:000F53:00000009:FFFFFFFF:Infinite Shield PL2 :gdfs:00000000:000EEF:00000009:FFFFFFFF:Infinite Bazooka PL2 ; [ Gee Bee ] geebee:0:400A:01:000:Infinite Balls :geebee:00000010:404C:000000E0:FFFF00FA:Always Keep Ball in Play ; [ Gee Bee (Gremlin) ] geebeeg:0:400A:01:000:Infinate Balls :geebeeg:00000010:404C:000000E0:FFFF00FA:Always Keep Ball in Play ; [ Quiz Gekiretsu Scramble (Japan) ] gekiretu:0:C11E:09:000:Infinite Credits gekiretu:0:C242:14:000:Infinite Time :gekiretu:000000E6:D400:40000000:FFFFFFFF:Display the Correct Answer:Correct Answer gekiretu:0:D488:01:001:Good answer ends quiz Now! gekiretu:0:D48A:00:501:Good answer ends quiz Now! (2/3) gekiretu:0:D48C:00:501:Good answer ends quiz Now! (3/3):Still needs a good answer - a wrong answer isn't enough gekiretu:0:C220:06:000:Infinite Vitality PL1 gekiretu:0:C222:06:000:Infinite Vitality PL2 ; [ Gekirindan (Japan) ] gekirido:0:400091:09:000:Infinite Credits gekirido:0:408477:05:000:Infinite Lives PL1 gekirido:0:4151ED:09:000:Infinite Bombs PL1 :gekirido:00000000:411BD9:00000000:00000004:Invincibility PL1 :gekirido:00010000:411BF1:00000090:FFFFFFFF:Invincibility PL1 (2/2) :gekirido:00000000:4151E5:00000005:FFFFFFFF:Always Maximum Shot Power :gekirido:00000100:4151E8:00000001:FFFFFFFF:Select Main Weapon PL1 :gekirido:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :gekirido:00010000:4151EA:00000000:FFFFFFFF:No Sub Weapon :gekirido:00010000:4151EA:00000001:FFFFFFFF:Homing :gekirido:00010000:4151EA:00000002:FFFFFFFF:Napalm :gekirido:00010000:4151EA:00000003:FFFFFFFF:Missile :gekirido:00100000:4093EA:00000009:FFFFFFFF:Always Have Medals PL1 :gekirido:00100000:411BE8:00000000:FFFFFFFF:Rapid Fire PL1 gekirido:0:408479:05:000:Infinite Lives PL2 gekirido:0:41882D:09:000:Infinite Bombs PL2 :gekirido:00000000:415219:00000000:00000004:Invincibility PL2 :gekirido:00010000:415231:00000090:FFFFFFFF:Invincibility PL2 (2/2) :gekirido:00000000:418825:00000005:FFFFFFFF:Always Maximum Shot Power PL2 :gekirido:00000100:418828:00000001:FFFFFFFF:Select Main Weapon PL2 :gekirido:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :gekirido:00010000:41882A:00000000:FFFFFFFF:No Sub Weapon :gekirido:00010000:41882A:00000001:FFFFFFFF:Homing :gekirido:00010000:41882A:00000002:FFFFFFFF:Napalm :gekirido:00010000:41882A:00000003:FFFFFFFF:Missile :gekirido:00100000:4093EC:00000009:FFFFFFFF:Always Have Medals PL2 :gekirido:00100000:415228:00000000:FFFFFFFF:Rapid Fire PL2 gekirido:0:000000:00:999:[After you enable these region cheats to see any ] gekirido:0:000000:00:999:[effect you will have to reset the game (F3). ] gekirido:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] gekirido:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] gekirido:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] gekirido:0:0FFFFF:01:001:Region Switch = Japan gekirido:0:0FFFFF:02:001:Region Switch = US gekirido:0:0FFFFF:03:001:Region Switch = World ; [ Gekisou (Japan) ] gekisou:0:0000:00:999:[ There are no cheats ]:REASON 1 gekisou:0:0000:00:999:[ for this game as it ]:REASON 1 gekisou:0:0000:00:999:[ didn't work the last ]:REASON 1 gekisou:0:0000:00:999:[ time it was tested. ]:REASON 1 gekisou:0:0000:00:999:[ If the game now works ]:REASON 1 gekisou:0:0000:00:999:[ please request cheats ]:REASON 1 gekisou:0:0000:00:999:[ for it on the cheat ]:REASON 1 gekisou:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gekitsui Oh (Japan) ] gekitsui:0:0000:00:999:[ There are no cheats ]:REASON 1 gekitsui:0:0000:00:999:[ for this game as it ]:REASON 1 gekitsui:0:0000:00:999:[ didn't work the last ]:REASON 1 gekitsui:0:0000:00:999:[ time it was tested. ]:REASON 1 gekitsui:0:0000:00:999:[ If the game now works ]:REASON 1 gekitsui:0:0000:00:999:[ please request cheats ]:REASON 1 gekitsui:0:0000:00:999:[ for it on the cheat ]:REASON 1 gekitsui:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gemini Wing ] gemini:0:C303:0A:000:Infinite Lives PL1 :gemini:00000000:C067:00000010:00000010:Invincibility PL1 :gemini:00010000:C300:000000FD:FFFFFFFF:Invincibility PL1 (2/2) :gemini:00000000:C016:00000000:FFFFFFFF:Rapid Fire PL1 gemini:0:C302:01:000:Infinite POWs PL1 gemini:0:C8E9:00:000:Always POW=3-way PL1 gemini:0:C8E9:04:000:Always POW=Flame PL1 gemini:0:C8E9:08:000:Always POW=Stars PL1 gemini:0:C8E9:0C:000:Always POW=Blue wind PL1 gemini:0:C8E9:10:000:Always POW=Missiles PL1 gemini:0:C8E9:14:000:Always POW=Extra life PL1 gemini:0:C8E9:18:000:Always POW=Speed up PL1 gemini:0:C8E9:1C:000:Always POW=20000 pts PL1 gemini:0:C8E9:20:000:Always POW=50000 pts PL1 gemini:0:C8E9:24:000:Always POW=100000 pts PL1 gemini:0:C8E9:00:001:Make POW=3-way Now! PL1 gemini:0:C8E9:04:001:Make POW=Flame Now! PL1 gemini:0:C8E9:08:001:Make POW=Stars Now! PL1 gemini:0:C8E9:0C:001:Make POW=Blue wind Now! PL1 gemini:0:C8E9:10:001:Make POW=Missiles Now! PL1 gemini:0:C8E9:14:001:Make POW=Extra life Now! PL1 gemini:0:C8E9:18:001:Make POW=Speed up Now! PL1 gemini:0:C8E9:1C:001:Make POW=20000 pts Now! PL1 gemini:0:C8E9:20:001:Make POW=50000 pts Now! PL1 gemini:0:C8E9:24:001:Make POW=100000 pts Now! PL1 gemini:0:C343:0A:000:Infinite Lives PL2 :gemini:00000000:C06A:00000010:00000010:Invincibility PL2 :gemini:00010000:C340:000000FD:FFFFFFFF:Invincibility PL2 (2/2) :gemini:00000000:C01F:00000000:FFFFFFFF:Rapid Fire PL2 gemini:0:C342:01:000:Infinite POWs PL2 gemini:0:C871:00:000:Always POW=3-way PL2 gemini:0:C871:04:000:Always POW=Flame PL2 gemini:0:C871:08:000:Always POW=Stars PL2 gemini:0:C871:0C:000:Always POW=Blue wind PL2 gemini:0:C871:10:000:Always POW=Missiles PL2 gemini:0:C871:14:000:Always POW=Extra life PL2 gemini:0:C871:18:000:Always POW=Speed up PL2 gemini:0:C871:1C:000:Always POW=20000 pts PL2 gemini:0:C871:20:000:Always POW=50000 pts PL2 gemini:0:C871:24:000:Always POW=100000 pts PL2 gemini:0:C871:00:001:Make POW=3-way Now! PL2 gemini:0:C871:04:001:Make POW=Flame Now! PL2 gemini:0:C871:08:001:Make POW=Stars Now! PL2 gemini:0:C871:0C:001:Make POW=Blue wind Now! PL2 gemini:0:C871:10:001:Make POW=Missiles Now! PL2 gemini:0:C871:14:001:Make POW=Extra life Now! PL2 gemini:0:C871:18:001:Make POW=Speed up Now! PL2 gemini:0:C871:1C:001:Make POW=20000 pts Now! PL2 gemini:0:C871:20:001:Make POW=50000 pts Now! PL2 gemini:0:C871:24:001:Make POW=100000 pts Now! PL2 ; [ Genix Family ] :genix:00000000:10B49D:00000063:FFFFFFFF:Infinite Credits :genix:00200000:10B49F:00090009:FFFFFFFF:Infinite Time :genix:00000000:109896:00000001:FFFFFFFF:Always Stop All Balls "ON" :genix:00000001:109896:00000000:FFFFFFFF:Always Stop All Balls "OFF" :genix:00000500:107962:00000030:FFFFFFFF:Select Stage :genix:00000000:10BE8B:00000064:FFFFFFFF:Infinite Energy PL1 :genix:00000000:10BE93:00000064:FFFFFFFF:Infinite Power PL1 :genix:00000000:10BE80:00000001:FFFFFFFF:Invincibility "ON" PL1 :genix:00000001:10BE80:00000000:FFFFFFFF:Invincibility "OFF" PL1 :genix:62000000:000000:00000000:00000000:Select Weapon PL1 :genix:00010000:10BE79:00000000:FFFFFFFF:Normal :genix:00010000:10BE79:00000001:FFFFFFFF:Double :genix:00010000:10BE79:00000002:FFFFFFFF:Blocker :genix:00010000:10BE79:00000003:FFFFFFFF:Machine Gun :genix:00000000:10BE53:00000086:FFFFFFFF:Infinite Barrier PL1 :genix:00000000:1000B3:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :genix:00000000:10BF93:00000064:FFFFFFFF:Infinite Energy PL2 :genix:00000000:10BF9B:00000064:FFFFFFFF:Infinite Power PL2 :genix:00000000:10BF88:00000001:FFFFFFFF:Invincibility "ON" PL2 :genix:00000001:10BF88:00000000:FFFFFFFF:Invincibility "OFF" PL2 :genix:62000000:000000:00000000:00000000:Select Weapon PL2 :genix:00010000:10BF81:00000000:FFFFFFFF:Normal :genix:00010000:10BF81:00000001:FFFFFFFF:Double :genix:00010000:10BF81:00000002:FFFFFFFF:Blocker :genix:00010000:10BF81:00000003:FFFFFFFF:Machine Gun :genix:00000000:10BF5B:0000007C:FFFFFFFF:Infinite Barrier PL2 :genix:00000000:1000B2:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Genpei ToumaDen ] genpeitd:0:442A:32:000:Infinite Energy :genpeitd:00000000:4496:00000002:FFFFFFFF:Invincibility :genpeitd:20810000:96BB:00000039:FFFFFFFF:Invincibility (2/2) genpeitd:0:442B:63:000:Infinite Money genpeitd:0:442C:63:000:Infinite Sword Power genpeitd:0:44CA:FF:000:Infinite SENPUU-KEN:= Rolling Sword genpeitd:0:44BB:03:000:Infinite HADOU-KEN:= Beam Sword genpeitd:0:442E:01:000:Always have Divine jewel genpeitd:0:442F:01:000:Always have Divine sword genpeitd:0:4430:01:000:Always have Divine mirror ; [ Genshi-Tou 1930's ] gensitou:0:07012F:03:000:Infinite Lives PL1 :gensitou:00000000:0700FC:00000002:00000002:Invincibility PL1 :gensitou:00010000:07012D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :gensitou:00000100:070109:00000003:FFFFFFFF:Select Speed PL1 :gensitou:00000000:07011B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL1 :gensitou:00010010:070631:00000004:000001FF:Always Have Optional Pod (Test) PL1 (2/8) :gensitou:00010000:07063D:00000021:00000021:Always Have Optional Pod (Test) PL1 (3/8) :gensitou:00010000:070642:00000040:FFFFFFFF:Always Have Optional Pod (Test) PL1 (4/8) :gensitou:00010000:070647:00000001:FFFFFFFF:Always Have Optional Pod (Test) PL1 (5/8) :gensitou:00010000:07065B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL1 (6/8) :gensitou:00010000:07063F:00000019:FFFFFFFF:Always Have Optional Pod (Test) PL1 (7/8) :gensitou:00210000:070655:000700F0:FFFFFFFF:Always Have Optional Pod (Test) PL1 (8/8) :gensitou:00000000:073429:00000010:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen gensitou:0:0706AF:03:000:Infinite Lives PL2 :gensitou:00000000:07067C:00000002:00000002:Invincibility PL2 :gensitou:00010000:0706AD:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :gensitou:00000100:070689:00000003:FFFFFFFF:Select Speed PL2 :gensitou:00000000:07342F:00000010:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :gensitou:00000000:07069B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL2 :gensitou:00010010:070BB1:00000004:000001FF:Always Have Optional Pod (Test) PL2 (2/8) :gensitou:00010000:070BBD:00000022:00000022:Always Have Optional Pod (Test) PL2 (3/8) :gensitou:00010000:070BC2:00000050:FFFFFFFF:Always Have Optional Pod (Test) PL2 (4/8) :gensitou:00010000:070BC7:00000001:FFFFFFFF:Always Have Optional Pod (Test) PL2 (5/8) :gensitou:00010000:070BDB:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL2 (6/8) :gensitou:00010000:070BBF:00000019:FFFFFFFF:Always Have Optional Pod (Test) PL2 (7/8) :gensitou:00210000:070BD5:00070670:FFFFFFFF:Always Have Optional Pod (Test) PL2 (8/8) ; [ Geostorm (Japan) ] geostorm:0:EA56A:99:000:Infinite Credits geostorm:0:E00A4:99:000:Infinite Time geostorm:0:E00B3:05:062:Select Next Mission:The Last Mission (5) doesn't work properly as you need to enter it via Mission 4 geostorm:0:E9DAC:0A:000:Infinite Lives PL1 geostorm:0:E0230:E7:000:Infinite Item Ammo PL1:Get an item first geostorm:0:E0231:03:500:Infinite Item Ammo PL1 (2/2) geostorm:0:E0238:02:000:Invincibility PL1 geostorm:0:E9E2C:0A:000:Infinite Lives PL2 geostorm:0:E03E0:E7:000:Infinite Item Ammo PL2:Get an item first geostorm:0:E03E1:03:500:Infinite Item Ammo PL2 (2/2 geostorm:0:E03E8:02:000:Invincibility PL2 ; [ Get Bass ] getbass:0:0000:00:999:[ There are no cheats ]:REASON 1 getbass:0:0000:00:999:[ for this game as it ]:REASON 1 getbass:0:0000:00:999:[ didn't work the last ]:REASON 1 getbass:0:0000:00:999:[ time it was tested. ]:REASON 1 getbass:0:0000:00:999:[ If the game now works ]:REASON 1 getbass:0:0000:00:999:[ please request cheats ]:REASON 1 getbass:0:0000:00:999:[ for it on the cheat ]:REASON 1 getbass:0:0000:00:999:[ forums. ]:REASON 1 ; [ Guardian ] getstar:0:C803:63:000:Infinite Credits getstar:0:C21D:0A:000:Infinite Lives getstar:0:C239:04:000:Infinite Energy :getstar:20900000:1A48:00001E18:FFFFFFFF:Invincibility :getstar:20810000:1A6F:000000AA:FFFFFFFF:Invincibility (2/2):1st = Skip collision check with an enemy, 2nd = Enable collision check with an item getstar:0:C23B:20:000:Infinite Ammo/Time getstar:0:C23A:00:001:One hit to kill boss Now! getstar:0:C252:02:000:Always have Laser getstar:0:C23C:00:000:Always have Normal Punch getstar:0:C247:80:500:Always have Normal Punch (2/2) getstar:0:C23C:02:000:Always have Speed Punch getstar:0:C247:88:500:Always have Speed Punch (2/2) getstar:0:C23C:06:000:Always have Fire Punch getstar:0:C247:8A:500:Always have Fire Punch (2/2) getstar:0:C23C:0E:000:Always have Super Punch getstar:0:C247:8C:500:Always have Super Punch (2/2) getstar:0:C252:02:001:Get Laser Now! getstar:0:C23C:00:001:Get Normal Punch Now! getstar:0:C247:80:501:Get Normal Punch Now! (2/2) getstar:0:C23C:02:001:Get Speed Punch Now! getstar:0:C247:88:501:Get Speed Punch Now! (2/2) getstar:0:C23C:06:001:Get Fire Punch Now! getstar:0:C247:8A:501:Get Fire Punch Now! (2/2) getstar:0:C23C:0E:001:Get Super Punch Now! getstar:0:C247:8C:501:Get Super Punch Now! (2/2) ; [ Get Star (bootleg, set 1) ] getstarb:0:C803:63:000:Infinite Credits getstarb:0:C21D:0A:000:Infinite Lives getstarb:0:C239:04:000:Infinite Energy :getstarb:20900000:1B30:00001E18:FFFFFFFF:Invincibility :getstarb:20810000:1B57:00000092:FFFFFFFF:Invincibility (2/2):1st = Skip collision check with an enemy, 2nd = Enable collision check with an item getstarb:0:C23B:20:000:Infinite Ammo/Time getstarb:0:C23A:00:001:One hit to kill boss Now! getstarb:0:C252:02:000:Always have Laser getstarb:0:C23C:00:000:Always have Normal Punch getstarb:0:C247:80:500:Always have Normal Punch (2/2) getstarb:0:C23C:02:000:Always have Speed Punch getstarb:0:C247:88:500:Always have Speed Punch (2/2) getstarb:0:C23C:06:000:Always have Fire Punch getstarb:0:C247:8A:500:Always have Fire Punch (2/2) getstarb:0:C23C:0E:000:Always have Super Punch getstarb:0:C247:8C:500:Always have Super Punch (2/2) getstarb:0:C252:02:001:Get Laser Now! getstarb:0:C23C:00:001:Get Normal Punch Now! getstarb:0:C247:80:501:Get Normal Punch Now! (2/2) getstarb:0:C23C:02:001:Get Speed Punch Now! getstarb:0:C247:88:501:Get Speed Punch Now! (2/2) getstarb:0:C23C:06:001:Get Fire Punch Now! getstarb:0:C247:8A:501:Get Fire Punch Now! (2/2) getstarb:0:C23C:0E:001:Get Super Punch Now! getstarb:0:C247:8C:501:Get Super Punch Now! (2/2) ; [ Get Star (Japan) ] getstarj:0:C803:63:000:Infinite Credits getstarj:0:C21D:0A:000:Infinite Lives getstarj:0:C239:04:000:Infinite Energy :getstarj:20900000:1B30:00001E18:FFFFFFFF:Invincibility :getstarj:20810000:1B57:00000092:FFFFFFFF:Invincibility (2/2):1st = Skip collision check with an enemy, 2nd = Enable collision check with an item getstarj:0:C23B:20:000:Infinite Ammo/Time getstarj:0:C23A:00:001:One hit to kill boss Now! getstarj:0:C252:02:000:Always have Laser getstarj:0:C23C:00:000:Always have Normal Punch getstarj:0:C247:80:500:Always have Normal Punch (2/2) getstarj:0:C23C:02:000:Always have Speed Punch getstarj:0:C247:88:500:Always have Speed Punch (2/2) getstarj:0:C23C:06:000:Always have Fire Punch getstarj:0:C247:8A:500:Always have Fire Punch (2/2) getstarj:0:C23C:0E:000:Always have Super Punch getstarj:0:C247:8C:500:Always have Super Punch (2/2) getstarj:0:C252:02:001:Get Laser Now! getstarj:0:C23C:00:001:Get Normal Punch Now! getstarj:0:C247:80:501:Get Normal Punch Now! (2/2) getstarj:0:C23C:02:001:Get Speed Punch Now! getstarj:0:C247:88:501:Get Speed Punch Now! (2/2) getstarj:0:C23C:06:001:Get Fire Punch Now! getstarj:0:C247:8A:501:Get Fire Punch Now! (2/2) getstarj:0:C23C:0E:001:Get Super Punch Now! getstarj:0:C247:8C:501:Get Super Punch Now! (2/2) ; [ Golden Fire II ] gfire2:0:1002F:00:000:Infinite Credits :gfire2:00100020:10461:000003E8:FFFFFFFF:Infinite Time PL1 gfire2:0:1045F:31:000:Score always = 49 (Always Win) PL1 gfire2:0:1045F:01:000:Score always = 1 (Always Lose) PL1 gfire2:0:1045F:31:001:Score = 49 Now! (Win Now!) PL1 gfire2:0:1045F:00:001:Score = 0 Now! (Lose Now!) PL1:Activate this cheat and PL1 will lose with the next move! :gfire2:00000101:1045F:00000031:FFFFFFFF:Select Score Now! PL1 :gfire2:00100020:10463:000003E8:FFFFFFFF:Infinite Time PL2 gfire2:0:10460:31:000:Score always = 49 (Always Win) PL2 gfire2:0:10460:01:000:Score always = 1 (Always Lose) PL2 gfire2:0:10460:31:001:Score = 49 Now! (Win Now!) PL2 gfire2:0:10460:00:001:Score = 0 Now! (Lose Now!) PL2:Activate this cheat and PL2 will lose with the next move! :gfire2:00000101:10460:00000031:FFFFFFFF:Select Score Now! PL2 ; [ Galaxy Force 2 ] :gforce2:02000000:1FF080:00000009:FFFFFFFF:Infinite Credits :gforce2:02100000:1FF0CE:0000658F:FFFFFFFF:Infinite Energy :gforce2:02000000:1FF0D2:00000048:FFFFFFFF:Infinite Shields :gforce2:02000000:1FF173:00000063:FFFFFFFF:Infinite Missiles :gforce2:22800000:015BD8:00000060:FFFFFFFF:Invincibility :gforce2:22810000:015C4C:00000060:FFFFFFFF:Invincibility (2/2) :gforce2:02100000:1FF0DC:0000270F:FFFFFFFF:Infinite Energy Bonus :gforce2:02000100:1FF100:0000000F:FFFFFFFF:Select Speed :gforce2:02000000:1FF01D:00000010:00000010:Rapid Fire - Shot:Turn it OFF on the name entry screen :gforce2:02000000:1FF01D:00000020:00000020:Rapid Fire - Missile:Turn it OFF on the name entry screen ; [ Galaxy Force 2 (Japan) ] :gforce2j:02000000:1FF080:00000009:FFFFFFFF:Infinite Credits :gforce2j:02100000:1FF0CE:0000658F:FFFFFFFF:Infinite Energy :gforce2j:02000000:1FF0D2:00000048:FFFFFFFF:Infinite Shields :gforce2j:02000000:1FF173:00000063:FFFFFFFF:Infinite Missiles :gforce2j:22800000:01582C:00000060:FFFFFFFF:Invincibility :gforce2j:22810000:0158A0:00000060:FFFFFFFF:Invincibility (2/2) :gforce2j:02100000:1FF0DC:0000270F:FFFFFFFF:Infinite Energy Bonus :gforce2j:02000100:1FF100:0000000F:FFFFFFFF:Select Speed :gforce2j:02000000:1FF01D:00000010:00000010:Rapid Fire - Shot:Turn it OFF on the name entry screen :gforce2j:02000000:1FF01D:00000020:00000020:Rapid Fire - Missile:Turn it OFF on the name entry screen ; [ Goalie Ghost ] gghost:0:0093:FF:000:Infinite Time gghost:0:0000:00:999:[The score will not display ] gghost:0:0000:00:999:[correctly until you score! ] gghost:0:037D:99:073:Select Score PL1 gghost:0:03B6:99:073:Select Score PL2 ; [ Golfing Greats 2 (ver JAC) ] ggreats2:0:C00205:63:000:Infinite Credits ggreats2:0:C00283:02:000:Infinite Lives PL1 ggreats2:0:C0028D:00:000:Infinite Strokes PL1:Always get a Hole in One ggreats2:0:C0028D:00:001:Reset Strokes Now! PL1 ggreats2:0:C00303:02:000:Infinite Lives PL2 ggreats2:0:C0030D:00:000:Infinite Strokes PL2:Always get a Hole in One ggreats2:0:C0030D:00:001:Reset Strokes Now! PL2 ; [ Gain Ground (FD1094 317-0058-03?) ] :gground:00300000:F00C0A:270F9999:FFFFFFFF:Infinite Time :gground:00000001:F00C15:00000000:FFFFFFFF:Finish Current Stage Now ! (Wiped Out) :gground:00000001:F00C11:00000000:FFFFFFFF:Finish Current Stage Now ! (Escaped) :gground:00000000:F00406:00000009:FFFFFFFF:Infinite Credits PL1 :gground:00000000:F014C9:00000002:FFFFFFFF:Invincibility PL1 :gground:00100000:F00E00:00001420:FFFFFFFF:Enable to Select All Characters PL1 :gground:00310000:F00E02:00010203:FFFFFFFF:Enable to Select All Characters PL1 (2/6) :gground:00310000:F00E06:04050607:FFFFFFFF:Enable to Select All Characters PL1 (3/6) :gground:00310000:F00E0A:08090A0B:FFFFFFFF:Enable to Select All Characters PL1 (4/6) :gground:00310000:F00E0E:0C0D0E0F:FFFFFFFF:Enable to Select All Characters PL1 (5/6) :gground:00310000:F00E12:10111213:FFFFFFFF:Enable to Select All Characters PL1 (6/6) :gground:00000100:F014B7:0000000A:FFFFFFFF:Select Speed PL1 :gground:62000000:000000:00000000:00000000:Select Shot 1 PL1 :gground:00010000:F014B9:00000000:FFFFFFFF:Javelin :gground:00010000:F014B9:00000001:FFFFFFFF:Javelin (Long) :gground:00010000:F014B9:00000002:FFFFFFFF:Bow :gground:00010000:F014B9:00000003:FFFFFFFF:Bow (Long) :gground:00010000:F014B9:00000004:FFFFFFFF:Magic Shot :gground:00010000:F014B9:00000005:FFFFFFFF:Rifle :gground:00010000:F014B9:00000006:FFFFFFFF:Rifle (Long) :gground:00010000:F014B9:00000007:FFFFFFFF:Machine Gun :gground:00010000:F014B9:00000008:FFFFFFFF:Machine Gun (Long) :gground:00010000:F014B9:00000009:FFFFFFFF:Pistol :gground:00010000:F014B9:0000000A:FFFFFFFF:Pistol (Short) :gground:62000000:000000:00000000:00000000:Select Shot 2 PL1 :gground:00010000:F014BB:00000000:FFFFFFFF:Javelin :gground:00010000:F014BB:00000001:FFFFFFFF:Javelin (Long) :gground:00010000:F014BB:00000002:FFFFFFFF:Bow :gground:00010000:F014BB:00000003:FFFFFFFF:Bow (Long) :gground:00010000:F014BB:00000004:FFFFFFFF:Fire Magic :gground:00010000:F014BB:00000005:FFFFFFFF:Water Magic :gground:00010000:F014BB:00000006:FFFFFFFF:Wind Magic :gground:00010000:F014BB:00000007:FFFFFFFF:Light Magic :gground:00010000:F014BB:00000008:FFFFFFFF:Rifle :gground:00010000:F014BB:00000009:FFFFFFFF:Rifle (Dual) :gground:00010000:F014BB:0000000A:FFFFFFFF:Machine Gun :gground:00010000:F014BB:0000000B:FFFFFFFF:Machine Gun (Dual) :gground:00010000:F014BB:0000000C:FFFFFFFF:Bazooka :gground:00010000:F014BB:0000000D:FFFFFFFF:Flame Thrower :gground:00010000:F014BB:0000000E:FFFFFFFF:Rocket Lancher :gground:00010000:F014BB:0000000F:FFFFFFFF:6-way Missile :gground:00010000:F014BB:00000010:FFFFFFFF:Grenade :gground:00010000:F014BB:00000011:FFFFFFFF:Grenade (1-way) :gground:00010000:F014BB:00000012:FFFFFFFF:Boomerang :gground:00010000:F014BB:00000013:FFFFFFFF:Boomerang (1-way) :gground:00000000:F00801:00000000:00000002:Rapid Fire - Shot 1 PL1:Turn it OFF on the name entry screen :gground:00000000:F00801:00000000:00000004:Rapid Fire - Shot 2 PL1:Turn it OFF on the name entry screen :gground:00000000:F00409:00000009:FFFFFFFF:Infinite Credits PL2 :gground:00000000:F01549:00000002:FFFFFFFF:Invincibility PL2 :gground:00100000:F01000:00001420:FFFFFFFF:Enable to Select All Characters PL2 :gground:00310000:F01002:00010203:FFFFFFFF:Enable to Select All Characters PL2 (2/6) :gground:00310000:F01006:04050607:FFFFFFFF:Enable to Select All Characters PL2 (3/6) :gground:00310000:F0100A:08090A0B:FFFFFFFF:Enable to Select All Characters PL2 (4/6) :gground:00310000:F0100E:0C0D0E0F:FFFFFFFF:Enable to Select All Characters PL2 (5/6) :gground:00310000:F01012:10111213:FFFFFFFF:Enable to Select All Characters PL2 (6/6) :gground:00000100:F01537:0000000A:FFFFFFFF:Select Speed PL2 :gground:62000000:000000:00000000:00000000:Select Shot 1 PL2 :gground:00010000:F01539:00000000:FFFFFFFF:Javelin :gground:00010000:F01539:00000001:FFFFFFFF:Javelin (Long) :gground:00010000:F01539:00000002:FFFFFFFF:Bow :gground:00010000:F01539:00000003:FFFFFFFF:Bow (Long) :gground:00010000:F01539:00000004:FFFFFFFF:Magic Shot :gground:00010000:F01539:00000005:FFFFFFFF:Rifle :gground:00010000:F01539:00000006:FFFFFFFF:Rifle (Long) :gground:00010000:F01539:00000007:FFFFFFFF:Machine Gun :gground:00010000:F01539:00000008:FFFFFFFF:Machine Gun (Long) :gground:00010000:F01539:00000009:FFFFFFFF:Pistol :gground:00010000:F01539:0000000A:FFFFFFFF:Pistol (Short) :gground:62000000:000000:00000000:00000000:Select Shot 2 PL2 :gground:00010000:F0153B:00000000:FFFFFFFF:Javelin :gground:00010000:F0153B:00000001:FFFFFFFF:Javelin (Long) :gground:00010000:F0153B:00000002:FFFFFFFF:Bow :gground:00010000:F0153B:00000003:FFFFFFFF:Bow (Long) :gground:00010000:F0153B:00000004:FFFFFFFF:Fire Magic :gground:00010000:F0153B:00000005:FFFFFFFF:Water Magic :gground:00010000:F0153B:00000006:FFFFFFFF:Wind Magic :gground:00010000:F0153B:00000007:FFFFFFFF:Light Magic :gground:00010000:F0153B:00000008:FFFFFFFF:Rifle :gground:00010000:F0153B:00000009:FFFFFFFF:Rifle (Dual) :gground:00010000:F0153B:0000000A:FFFFFFFF:Machine Gun :gground:00010000:F0153B:0000000B:FFFFFFFF:Machine Gun (Dual) :gground:00010000:F0153B:0000000C:FFFFFFFF:Bazooka :gground:00010000:F0153B:0000000D:FFFFFFFF:Flame Thrower :gground:00010000:F0153B:0000000E:FFFFFFFF:Rocket Lancher :gground:00010000:F0153B:0000000F:FFFFFFFF:6-way Missile :gground:00010000:F0153B:00000010:FFFFFFFF:Grenade :gground:00010000:F0153B:00000011:FFFFFFFF:Grenade (1-way) :gground:00010000:F0153B:00000012:FFFFFFFF:Boomerang :gground:00010000:F0153B:00000013:FFFFFFFF:Boomerang (1-way) :gground:00000000:F00805:00000000:00000002:Rapid Fire - Shot 1 PL2:Turn it OFF on the name entry screen :gground:00000000:F00805:00000000:00000004:Rapid Fire - Shot 2 PL2:Turn it OFF on the name entry screen :gground:00000000:F0040C:00000009:FFFFFFFF:Infinite Credits PL3 :gground:00000000:F015C9:00000002:FFFFFFFF:Invincibility PL3 :gground:00100000:F01200:00001420:FFFFFFFF:Enable to Select All Characters PL3 :gground:00310000:F01202:00010203:FFFFFFFF:Enable to Select All Characters PL3 (2/6) :gground:00310000:F01206:04050607:FFFFFFFF:Enable to Select All Characters PL3 (3/6) :gground:00310000:F0120A:08090A0B:FFFFFFFF:Enable to Select All Characters PL3 (4/6) :gground:00310000:F0120E:0C0D0E0F:FFFFFFFF:Enable to Select All Characters PL3 (5/6) :gground:00310000:F01212:10111213:FFFFFFFF:Enable to Select All Characters PL3 (6/6) :gground:00000100:F015B7:0000000A:FFFFFFFF:Select Speed PL3 :gground:62000000:000000:00000000:00000000:Select Shot 1 PL3 :gground:00010000:F015B9:00000000:FFFFFFFF:Javelin :gground:00010000:F015B9:00000001:FFFFFFFF:Javelin (Long) :gground:00010000:F015B9:00000002:FFFFFFFF:Bow :gground:00010000:F015B9:00000003:FFFFFFFF:Bow (Long) :gground:00010000:F015B9:00000004:FFFFFFFF:Magic Shot :gground:00010000:F015B9:00000005:FFFFFFFF:Rifle :gground:00010000:F015B9:00000006:FFFFFFFF:Rifle (Long) :gground:00010000:F015B9:00000007:FFFFFFFF:Machine Gun :gground:00010000:F015B9:00000008:FFFFFFFF:Machine Gun (Long) :gground:00010000:F015B9:00000009:FFFFFFFF:Pistol :gground:00010000:F015B9:0000000A:FFFFFFFF:Pistol (Short) :gground:62000000:000000:00000000:00000000:Select Shot 2 PL3 :gground:00010000:F015BB:00000000:FFFFFFFF:Javelin :gground:00010000:F015BB:00000001:FFFFFFFF:Javelin (Long) :gground:00010000:F015BB:00000002:FFFFFFFF:Bow :gground:00010000:F015BB:00000003:FFFFFFFF:Bow (Long) :gground:00010000:F015BB:00000004:FFFFFFFF:Fire Magic :gground:00010000:F015BB:00000005:FFFFFFFF:Water Magic :gground:00010000:F015BB:00000006:FFFFFFFF:Wind Magic :gground:00010000:F015BB:00000007:FFFFFFFF:Light Magic :gground:00010000:F015BB:00000008:FFFFFFFF:Rifle :gground:00010000:F015BB:00000009:FFFFFFFF:Rifle (Dual) :gground:00010000:F015BB:0000000A:FFFFFFFF:Machine Gun :gground:00010000:F015BB:0000000B:FFFFFFFF:Machine Gun (Dual) :gground:00010000:F015BB:0000000C:FFFFFFFF:Bazooka :gground:00010000:F015BB:0000000D:FFFFFFFF:Flame Thrower :gground:00010000:F015BB:0000000E:FFFFFFFF:Rocket Lancher :gground:00010000:F015BB:0000000F:FFFFFFFF:6-way Missile :gground:00010000:F015BB:00000010:FFFFFFFF:Grenade :gground:00010000:F015BB:00000011:FFFFFFFF:Grenade (1-way) :gground:00010000:F015BB:00000012:FFFFFFFF:Boomerang :gground:00010000:F015BB:00000013:FFFFFFFF:Boomerang (1-way) :gground:00000000:F00809:00000000:00000002:Rapid Fire - Shot 1 PL3:Turn it OFF on the name entry screen :gground:00000000:F00809:00000000:00000004:Rapid Fire - Shot 2 PL3:Turn it OFF on the name entry screen ; [ Ghoul Panic (OB2/VER.A) ] ghlpanic:0:0000:00:999:[ This game hasn't even ]:REASON 11 ghlpanic:0:0000:00:999:[ been looked at due to ]:REASON 11 ghlpanic:0:0000:00:999:[ time constraints - Too]:REASON 11 ghlpanic:0:0000:00:999:[ many games and so ]:REASON 11 ghlpanic:0:0000:00:999:[ little time. It is ]:REASON 11 ghlpanic:0:0000:00:999:[ even possible that ]:REASON 11 ghlpanic:0:0000:00:999:[ this game may be a ]:REASON 11 ghlpanic:0:0000:00:999:[ clone of an existing ]:REASON 11 ghlpanic:0:0000:00:999:[ game which may have ]:REASON 11 ghlpanic:0:0000:00:999:[ cheats. Please search ]:REASON 11 ghlpanic:0:0000:00:999:[ the cheat forums ]:REASON 11 ghlpanic:0:0000:00:999:[ before posting cheat ]:REASON 11 ghlpanic:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Ghost Hunter ] ghoshunt:0:0000:00:999:[ This game hasn't even ]:REASON 11 ghoshunt:0:0000:00:999:[ been looked at due to ]:REASON 11 ghoshunt:0:0000:00:999:[ time constraints - Too]:REASON 11 ghoshunt:0:0000:00:999:[ many games and so ]:REASON 11 ghoshunt:0:0000:00:999:[ little time. It is ]:REASON 11 ghoshunt:0:0000:00:999:[ even possible that ]:REASON 11 ghoshunt:0:0000:00:999:[ this game may be a ]:REASON 11 ghoshunt:0:0000:00:999:[ clone of an existing ]:REASON 11 ghoshunt:0:0000:00:999:[ game which may have ]:REASON 11 ghoshunt:0:0000:00:999:[ cheats. Please search ]:REASON 11 ghoshunt:0:0000:00:999:[ the cheat forums ]:REASON 11 ghoshunt:0:0000:00:999:[ before posting cheat ]:REASON 11 ghoshunt:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Real Ghostbusters, The (US 2 Players) ] ghostb:0:006E:59:000:Infinite Time ghostb:0:0238:01:000:Always have Slimer ghostb:0:0238:01:001:Get Slimer Now! ghostb:0:010F:03:000:Infinite Lives PL1 ghostb:0:0110:02:000:Infinite Energy PL1 ghostb:0:0111:00:500:Infinite Energy PL1 (2/2) ghostb:0:0105:1F:000:Invincibility PL1 ghostb:0:0121:08:000:Always have maximum ghosts PL1 ghostb:0:0122:99:500:Always have maximum ghosts PL1 (2/2) ghostb:0:010C:03:000:Maximum Shot Power PL1 ghostb:0:014F:03:000:Infinite Lives PL2 ghostb:0:0150:02:000:Infinite Energy PL2 ghostb:0:0151:00:500:Infinite Energy PL2 (2/2) ghostb:0:0145:1F:000:Invincibility PL2 ghostb:0:0161:08:000:Always have maximum ghosts PL2 ghostb:0:0162:99:500:Always have maximum ghosts PL2 (2/2) ghostb:0:014C:03:000:Maximum Shot Power PL2 ; [ Real Ghostbusters, The (US 3 Players) ] ghostb3:0:006E:59:000:Infinite Time ghostb3:0:0238:01:000:Always have Slimer ghostb3:0:0238:01:001:Get Slimer Now! ghostb3:0:010F:03:000:Infinite Lives PL1 ghostb3:0:0110:02:000:Infinite Energy PL1 ghostb3:0:0111:00:500:Infinite Energy PL1 (2/2) ghostb3:0:0105:1F:000:Invincibility PL1 ghostb3:0:0121:08:000:Always have maximum ghosts PL1 ghostb3:0:0122:99:500:Always have maximum ghosts PL1 (2/2) ghostb3:0:010C:03:000:Maximum Shot Power PL1 ghostb3:0:014F:03:000:Infinite Lives PL2 ghostb3:0:0150:02:000:Infinite Energy PL2 ghostb3:0:0151:00:500:Infinite Energy PL2 (2/2) ghostb3:0:0145:1F:000:Invincibility PL2 ghostb3:0:014C:03:000:Maximum Shot Power PL2 ghostb3:0:0161:08:000:Always have maximum ghosts PL2 ghostb3:0:0162:99:500:Always have maximum ghosts PL2 (2/2) ghostb3:0:018F:03:000:Infinite Lives PL3 ghostb3:0:0190:02:000:Infinite Energy PL3 ghostb3:0:0191:00:500:Infinite Energy PL3 (2/2) ghostb3:0:0185:1F:000:Invincibility PL3 ghostb3:0:01A1:08:000:Always have maximum ghosts PL3 ghostb3:0:01A2:99:500:Always have maximum ghosts PL3 (2/2) ghostb3:0:018C:03:000:Maximum Shot Power PL3 ; [ Ghostlop (prototype) ] ghostlop:0:10C847:09:000:Infinite Time ghostlop:0:10C846:09:500:Infinite Time (2/2) :ghostlop:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ghostlop:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ghostlop:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ghouls'n Ghosts (World) ] ghouls:0:FF06D3:59:000:Infinite Time ghouls:0:FF0931:FF:000:Invincibility "ON" ghouls:0:FF0931:00:001:Invincibility "OFF" ghouls:0:FF095E:01:000:Always have Powerup ghouls:0:FF095E:01:001:Get Powerup Now! ghouls:0:FF07AD:08:000:Infinite Lives PL1 ghouls:0:FF07AA:00:000:Always naked PL1 ghouls:0:FF07AC:01:500:Always naked PL1 (2/2) ghouls:0:FF07AA:01:000:Always golden armour PL1 ghouls:0:FF07AC:03:500:Always golden armour PL1(2/2) ghouls:0:FF07AA:01:000:Always silver armour PL1 ghouls:0:FF07AC:02:500:Always silver armour PL1(2/2) ghouls:0:FF07C6:00:000:Always have Weapon=Lance PL1 ghouls:0:FF07C6:01:000:Always have Weapon=Knife PL1 ghouls:0:FF07C6:02:000:Always have Weapon=Torch PL1 ghouls:0:FF07C6:03:000:Always have Weapon=Sword PL1 ghouls:0:FF07C6:04:000:Always have Weapon=Axe PL1 ghouls:0:FF07C6:05:000:Always have Weapon=Shield PL1 ghouls:0:FF07C6:06:000:Always have Weapon=Fireb. PL1 ghouls:0:FF07AA:00:001:Get naked Now! PL1 ghouls:0:FF07AC:01:501:Get naked Now! PL1 (2/2) ghouls:0:FF07AA:01:001:Get golden armourNow!PL1 ghouls:0:FF07AC:03:501:Get golden armourNow!PL1(2/2) ghouls:0:FF07AA:01:001:Get silver armourNow!PL1 ghouls:0:FF07AC:02:501:Get silver armourNow!PL1(2/2) ghouls:0:FF07C6:00:001:Get Weapon=Lance Now! PL1 ghouls:0:FF07C6:01:001:Get Weapon=Knife Now! PL1 ghouls:0:FF07C6:02:001:Get Weapon=Torch Now! PL1 ghouls:0:FF07C6:03:001:Get Weapon=Sword Now! PL1 ghouls:0:FF07C6:04:001:Get Weapon=Axe Now! PL1 ghouls:0:FF07C6:05:001:Get Weapon=Shield Now! PL1 ghouls:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1 ghouls:0:FF080D:08:000:Infinite Lives PL2 ghouls:0:FF080A:00:000:Always naked PL2 ghouls:0:FF080C:01:500:Always naked PL2 (2/2) ghouls:0:FF080A:01:000:Always golden armour PL2 ghouls:0:FF080C:03:500:Always golden armour PL2(2/2) ghouls:0:FF080A:01:000:Always silver armour PL2 ghouls:0:FF080C:02:500:Always silver armour PL2(2/2) ghouls:0:FF0826:00:000:Always have Weapon=Lance PL2 ghouls:0:FF0826:01:000:Always have Weapon=Knife PL2 ghouls:0:FF0826:02:000:Always have Weapon=Torch PL2 ghouls:0:FF0826:03:000:Always have Weapon=Sword PL2 ghouls:0:FF0826:04:000:Always have Weapon=Axe PL2 ghouls:0:FF0826:05:000:Always have Weapon=Shield PL2 ghouls:0:FF0826:06:000:Always have Weapon=Fireb. PL2 ghouls:0:FF080A:00:001:Get naked Now! PL2 ghouls:0:FF080C:01:501:Get naked Now! PL2 (2/2) ghouls:0:FF080A:01:001:Get golden armourNow!PL2 ghouls:0:FF080C:03:501:Get golden armourNow!PL2(2/2) ghouls:0:FF080A:01:001:Get silver armourNow!PL2 ghouls:0:FF080C:02:501:Get silver armourNow!PL2(2/2) ghouls:0:FF0826:00:001:Get Weapon=Lance Now! PL2 ghouls:0:FF0826:01:001:Get Weapon=Knife Now! PL2 ghouls:0:FF0826:02:001:Get Weapon=Torch Now! PL2 ghouls:0:FF0826:03:001:Get Weapon=Sword Now! PL2 ghouls:0:FF0826:04:001:Get Weapon=Axe Now! PL2 ghouls:0:FF0826:05:001:Get Weapon=Shield Now! PL2 ghouls:0:FF0826:06:001:Get Weapon=Fireball Now! PL2 ghouls:0:FF07AC:04:000:Always be duck (BUGGY) ghouls:0:FF07C4:42:000:Always be old man (BUGGY) ghouls:0:FF07C4:44:000:Dance Routine (BUGGY) ghouls:0:FFD0BB:00:001:Polymorph = duck (normal)? ghouls:0:FFD0BB:00:000:Polymorph = duck (never)? ghouls:0:FF0954:C3:001:Round Clear Now!! ghouls:0:FF0955:1C:501:Round Clear Now!!(2/2) ghouls:0:FF07C8:02:001:Go to Round 1 ghouls:0:FF0954:C3:501:Go to Round 1(2/3) ghouls:0:FF0955:1C:501:Go to Round 1(3/3) ghouls:0:FF07C8:00:001:Go to Round 2 ghouls:0:FF0954:C3:501:Go to Round 2(2/3) ghouls:0:FF0955:1C:501:Go to Round 2(3/3) ghouls:0:FF07C8:01:001:Go to Round 3 ghouls:0:FF0954:C3:501:Go to Round 3(2/3) ghouls:0:FF0955:1C:501:Go to Round 3(3/3) ghouls:0:FF07C8:03:001:Go to Round 4 ghouls:0:FF0954:C3:501:Go to Round 4(2/3) ghouls:0:FF0955:1C:501:Go to Round 4(3/3) ghouls:0:FF07C8:05:001:Go to Round 5 ghouls:0:FF0954:C3:501:Go to Round 5(2/3) ghouls:0:FF0955:1C:501:Go to Round 5(3/3) ghouls:0:FF07C8:07:001:Go to Final Round ghouls:0:FF0954:C3:501:Go to Final Round(2/5) ghouls:0:FF0955:1C:501:Go to Final Round(3/5) ghouls:0:FF07D5:01:501:Go to Final Round(4/5):Loop Check ghouls:0:FF07C6:06:501:Go to Final Round(5/5):Item Check ; [ Ghouls'n Ghosts (US) ] ghoulsu:0:FF06D3:59:000:Infinite Time ghoulsu:0:FF0931:FF:000:Invincibility "ON" ghoulsu:0:FF0931:00:001:Invincibility "OFF" ghoulsu:0:FF095E:01:000:Always have Powerup ghoulsu:0:FF095E:01:001:Get Powerup Now! ghoulsu:0:FF07AD:08:000:Infinite Lives PL1 ghoulsu:0:FF07AA:00:000:Always naked PL1 ghoulsu:0:FF07AC:01:500:Always naked PL1 (2/2) ghoulsu:0:FF07AA:01:000:Always golden armour PL1 ghoulsu:0:FF07AC:03:500:Always golden armour PL1(2/2) ghoulsu:0:FF07AA:01:000:Always silver armour PL1 ghoulsu:0:FF07AC:02:500:Always silver armour PL1(2/2) ghoulsu:0:FF07C6:00:000:Always have Weapon=Lance PL1 ghoulsu:0:FF07C6:01:000:Always have Weapon=Knife PL1 ghoulsu:0:FF07C6:02:000:Always have Weapon=Torch PL1 ghoulsu:0:FF07C6:03:000:Always have Weapon=Sword PL1 ghoulsu:0:FF07C6:04:000:Always have Weapon=Axe PL1 ghoulsu:0:FF07C6:05:000:Always have Weapon=Shield PL1 ghoulsu:0:FF07C6:06:000:Always have Weapon=Fireb. PL1 ghoulsu:0:FF07AA:00:001:Get naked Now! PL1 ghoulsu:0:FF07AC:01:501:Get naked Now! PL1 (2/2) ghoulsu:0:FF07AA:01:001:Get golden armourNow!PL1 ghoulsu:0:FF07AC:03:501:Get golden armourNow!PL1(2/2) ghoulsu:0:FF07AA:01:001:Get silver armourNow!PL1 ghoulsu:0:FF07AC:02:501:Get silver armourNow!PL1(2/2) ghoulsu:0:FF07C6:00:001:Get Weapon=Lance Now! PL1 ghoulsu:0:FF07C6:01:001:Get Weapon=Knife Now! PL1 ghoulsu:0:FF07C6:02:001:Get Weapon=Torch Now! PL1 ghoulsu:0:FF07C6:03:001:Get Weapon=Sword Now! PL1 ghoulsu:0:FF07C6:04:001:Get Weapon=Axe Now! PL1 ghoulsu:0:FF07C6:05:001:Get Weapon=Shield Now! PL1 ghoulsu:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1 ghoulsu:0:FF080D:08:000:Infinite Lives PL2 ghoulsu:0:FF080A:00:000:Always naked PL2 ghoulsu:0:FF080C:01:500:Always naked PL2 (2/2) ghoulsu:0:FF080A:01:000:Always golden armour PL2 ghoulsu:0:FF080C:03:500:Always golden armour PL2(2/2) ghoulsu:0:FF080A:01:000:Always silver armour PL2 ghoulsu:0:FF080C:02:500:Always silver armour PL2(2/2) ghoulsu:0:FF0826:00:000:Always have Weapon=Lance PL2 ghoulsu:0:FF0826:01:000:Always have Weapon=Knife PL2 ghoulsu:0:FF0826:02:000:Always have Weapon=Torch PL2 ghoulsu:0:FF0826:03:000:Always have Weapon=Sword PL2 ghoulsu:0:FF0826:04:000:Always have Weapon=Axe PL2 ghoulsu:0:FF0826:05:000:Always have Weapon=Shield PL2 ghoulsu:0:FF0826:06:000:Always have Weapon=Fireb. PL2 ghoulsu:0:FF080A:00:001:Get naked Now! PL2 ghoulsu:0:FF080C:01:501:Get naked Now! PL2 (2/2) ghoulsu:0:FF080A:01:001:Get golden armourNow!PL2 ghoulsu:0:FF080C:03:501:Get golden armourNow!PL2(2/2) ghoulsu:0:FF080A:01:001:Get silver armourNow!PL2 ghoulsu:0:FF080C:02:501:Get silver armourNow!PL2(2/2) ghoulsu:0:FF0826:00:001:Get Weapon=Lance Now! PL2 ghoulsu:0:FF0826:01:001:Get Weapon=Knife Now! PL2 ghoulsu:0:FF0826:02:001:Get Weapon=Torch Now! PL2 ghoulsu:0:FF0826:03:001:Get Weapon=Sword Now! PL2 ghoulsu:0:FF0826:04:001:Get Weapon=Axe Now! PL2 ghoulsu:0:FF0826:05:001:Get Weapon=Shield Now! PL2 ghoulsu:0:FF0826:06:001:Get Weapon=Fireball Now! PL2 ghoulsu:0:FF07AC:04:000:Always be duck (BUGGY) ghoulsu:0:FF07C4:42:000:Always be old man (BUGGY) ghoulsu:0:FF07C4:44:000:Dance Routine (BUGGY) ghoulsu:0:FFD0BB:00:001:Polymorph = duck (normal)? ghoulsu:0:FFD0BB:00:000:Polymorph = duck (never)? ghoulsu:0:FF0954:C3:001:Round Clear Now!! ghoulsu:0:FF0955:1C:501:Round Clear Now!!(2/2) ghoulsu:0:FF07C8:02:001:Go to Round 1 ghoulsu:0:FF0954:C3:501:Go to Round 1(2/3) ghoulsu:0:FF0955:1C:501:Go to Round 1(3/3) ghoulsu:0:FF07C8:00:001:Go to Round 2 ghoulsu:0:FF0954:C3:501:Go to Round 2(2/3) ghoulsu:0:FF0955:1C:501:Go to Round 2(3/3) ghoulsu:0:FF07C8:01:001:Go to Round 3 ghoulsu:0:FF0954:C3:501:Go to Round 3(2/3) ghoulsu:0:FF0955:1C:501:Go to Round 3(3/3) ghoulsu:0:FF07C8:03:001:Go to Round 4 ghoulsu:0:FF0954:C3:501:Go to Round 4(2/3) ghoulsu:0:FF0955:1C:501:Go to Round 4(3/3) ghoulsu:0:FF07C8:05:001:Go to Round 5 ghoulsu:0:FF0954:C3:501:Go to Round 5(2/3) ghoulsu:0:FF0955:1C:501:Go to Round 5(3/3) ghoulsu:0:FF07C8:07:001:Go to Final Round ghoulsu:0:FF0954:C3:501:Go to Final Round(2/5) ghoulsu:0:FF0955:1C:501:Go to Final Round(3/5) ghoulsu:0:FF07D5:01:501:Go to Final Round(4/5):Loop Check ghoulsu:0:FF07C6:06:501:Go to Final Round(5/5):Item Check ; [ Ghox ] ghox:0:08063F:08:000:Infinite Lives PL1 ghox:0:080643:01:000:Infinite Bombs PL1 ghox:0:080672:84:000:Long Paddle PL1 ghox:0:080673:24:000:Option Paddle PL1 ghox:0:080673:2E:000:Option + Arrow Paddle PL1 ghox:0:080673:FF:000:Ultimate Paddle PL1 ghox:0:080641:08:000:Infinite Lives PL2 ghox:0:080645:01:000:Infinite Bombs PL2 ghox:0:080479:FF:000:Round will never complete:Don't USE THIS!!!! ghox:0:080479:00:001:Finish this Round Now!! ghox:0:080663:FF:071:Select Current Stage ghox:0:080663:FF:061:Select Next Stage ghox:0:080661:FF:071:Select Start Stage ; [ Gang Hunter (Spain) ] ghunter:0:0157E:3B:000:Infinite Time ghunter:0:0157C:09:500:Infinite Time (2/2) :ghunter:00000000:01448:00000064:FFFFFFFF:Infinite Lives PL1 :ghunter:00000000:0144A:000000B4:FFFFFFFF:Infinite Energy PL1 :ghunter:00100000:01450:00007FFF:FFFFFFFF:Infinite Grenades PL1 :ghunter:00100000:0144E:00007FFF:FFFFFFFF:Infinite Ammo PL1 :ghunter:00000000:01462:00000064:FFFFFFFF:Infinite Lives PL2 :ghunter:00000000:01464:000000B4:FFFFFFFF:Infinite Energy PL2 :ghunter:00100000:0146A:00007FFF:FFFFFFFF:Infinite Grenades PL2 :ghunter:00100000:01468:00007FFF:FFFFFFFF:Infinite Ammo PL2 ; [ Gigandes ] gigandes:0:F0001F:63:000:Infinite Credits gigandes:0:F00B67:A0:000:Invincibility "ON":To be used when you blink gigandes:0:F00B67:00:001:Invincibility "OFF" gigandes:0:F00B87:05:000:4th Unit Mode :gigandes:62000000:000000:00000000:00000000:Front Weapon always = :gigandes:00010000:F00B34:00000001:FFFFFFFF:Shot :gigandes:00010000:F00B34:00000002:FFFFFFFF:Missile :gigandes:00010000:F00B34:00000003:FFFFFFFF:Laser :gigandes:00010000:F00B34:00000004:FFFFFFFF:Ball :gigandes:62000000:000000:00000000:00000000:Back Weapon always = :gigandes:00010000:F00B38:00000001:FFFFFFFF:Shot :gigandes:00010000:F00B38:00000002:FFFFFFFF:Missile :gigandes:00010000:F00B38:00000003:FFFFFFFF:Laser :gigandes:00010000:F00B38:00000004:FFFFFFFF:Ball :gigandes:62000000:000000:00000000:00000000:Upper Weapon always = :gigandes:00010000:F00B36:00000001:FFFFFFFF:Shot :gigandes:00010000:F00B36:00000002:FFFFFFFF:Missile :gigandes:00010000:F00B36:00000003:FFFFFFFF:Laser :gigandes:00010000:F00B36:00000004:FFFFFFFF:Ball :gigandes:62000000:000000:00000000:00000000:Lower Weapon always = :gigandes:00010000:F00B3A:00000001:FFFFFFFF:Shot :gigandes:00010000:F00B3A:00000002:FFFFFFFF:Missile :gigandes:00010000:F00B3A:00000003:FFFFFFFF:Laser :gigandes:00010000:F00B3A:00000004:FFFFFFFF:Ball gigandes:0:F00B3C:05:000:Maximum Power Front gigandes:0:F00B3E:05:000:Maximum Power Back gigandes:0:F00B3D:05:000:Maximum Power Upper gigandes:0:F00B3F:05:000:Maximum Power Lower gigandes:0:F00BDE:02:001:Upper Shot Right upper gigandes:0:F00BDE:04:001:Upper Shot Upper gigandes:0:F00BDE:06:001:Upper Shot Left upper gigandes:0:F00BE2:0A:001:Lower Shot Left upper gigandes:0:F00BE2:0C:001:Lower Shot Upper gigandes:0:F00BE2:0E:001:Lower Shot Right upper gigandes:0:F00B99:14:000:Quick Direction Change Mode gigandes:0:F00B99:13:000:No Direction Change Mode gigandes:0:F00BDA:10:000:No Rotate Mode gigandes:0:F00B92:79:000:Infinite Lives PL1 gigandes:0:F00BBA:79:000:Infinite Lives PL2 ; [ Gigandes (Japan) ] gigandsj:0:F0001F:63:000:Infinite Credits gigandsj:0:F00B5F:A0:000:Invincibility "ON":To be used when you blink gigandsj:0:F00B5F:00:001:Invincibility "OFF" gigandsj:0:F00B7F:05:000:4th Unit Mode :gigandsj:62000000:000000:00000000:00000000:Front Weapon always = :gigandsj:00010000:F00B2C:00000001:FFFFFFFF:Shot :gigandsj:00010000:F00B2C:00000002:FFFFFFFF:Missile :gigandsj:00010000:F00B2C:00000003:FFFFFFFF:Laser :gigandsj:00010000:F00B2C:00000004:FFFFFFFF:Ball :gigandsj:62000000:000000:00000000:00000000:Back Weapon always = :gigandsj:00010000:F00B30:00000001:FFFFFFFF:Shot :gigandsj:00010000:F00B30:00000002:FFFFFFFF:Missile :gigandsj:00010000:F00B30:00000003:FFFFFFFF:Laser :gigandsj:00010000:F00B30:00000004:FFFFFFFF:Ball :gigandsj:62000000:000000:00000000:00000000:Upper Weapon always = :gigandsj:00010000:F00B2E:00000001:FFFFFFFF:Shot :gigandsj:00010000:F00B2E:00000002:FFFFFFFF:Missile :gigandsj:00010000:F00B2E:00000003:FFFFFFFF:Laser :gigandsj:00010000:F00B2E:00000004:FFFFFFFF:Ball :gigandsj:62000000:000000:00000000:00000000:Lower Weapon always = :gigandsj:00010000:F00B32:00000001:FFFFFFFF:Shot :gigandsj:00010000:F00B32:00000002:FFFFFFFF:Missile :gigandsj:00010000:F00B32:00000003:FFFFFFFF:Laser :gigandsj:00010000:F00B32:00000004:FFFFFFFF:Ball gigandsj:0:F00B34:05:000:Maximum Power Front gigandsj:0:F00B36:05:000:Maximum Power Back gigandsj:0:F00B35:05:000:Maximum Power Upper gigandsj:0:F00B37:05:000:Maximum Power Lower gigandsj:0:F00BD6:02:001:Upper Shot Right upper gigandsj:0:F00BD6:04:001:Upper Shot Upper gigandsj:0:F00BD6:06:001:Upper Shot Left upper gigandsj:0:F00BDA:0A:001:Lower Shot Left upper gigandsj:0:F00BDA:0C:001:Lower Shot Upper gigandsj:0:F00BDA:0E:001:Lower Shot Right upper gigandsj:0:F00B91:14:000:Quick Direction Change Mode gigandsj:0:F00B91:13:000:No Direction Change Mode gigandsj:0:F00BD2:10:000:No Rotate Mode gigandsj:0:F00B8A:79:000:Infinite Lives PL1 gigandsj:0:F00BB2:79:000:Infinite Lives PL2 ; [ Gigas (bootleg) ] gigasb:0:C112:06:000:Infinite Lives gigasb:0:C11B:99:000:Infinite Ammo :gigasb:00000010:C565:00000033:00001CFF:Always Keep Ball in Play ; [ Gigas Mark II (bootleg) ] gigasm2b:0:C202:06:000:Infinite Lives gigasm2b:0:C0F2:99:000:Infinite Ammo :gigasm2b:00000010:C655:00000033:00001CFF:Always Keep Ball in Play ; [ Giga Wing (US 990222) ] gigawing:0:FF7341:06:061:Select next level gigawing:0:FF72DD:0A:000:Infinite Lives PL1 gigawing:0:FF72E1:08:000:Infinite Bombs PL1 gigawing:0:FFAE3A:00:000:Invincibility "ON" PL1 gigawing:0:FFAE3B:EF:500:Invincibility "ON" PL1 (2/3) gigawing:0:FFADEB:40:520:Invincibility "ON" PL1 (3/3) gigawing:0:FFAE3A:00:001:Invincibility "OFF" PL1 gigawing:0:FFAE3B:01:501:Invincibility "OFF" PL1 (2/3) gigawing:0:FFADEB:40:541:Invincibility "OFF" PL1 (3/3) gigawing:0:FF730D:03:000:Maximum fire power PL1 gigawing:0:FF72DF:0A:000:Infinite Lives PL2 gigawing:0:FF72E3:08:000:Infinite Bombs PL2 gigawing:0:FFAEFA:00:000:Invincibility "ON" PL2 gigawing:0:FFAEFB:EF:500:Invincibility "ON" PL2 (2/3) gigawing:0:FFAEAB:40:520:Invincibility "ON" PL2 (3/3) gigawing:0:FFAEFA:00:001:Invincibility "OFF" PL2 gigawing:0:FFAEFB:01:501:Invincibility "OFF" PL2 (2/3) gigawing:0:FFAEAB:40:541:Invincibility "OFF" PL2 (3/3) gigawing:0:FF7315:03:000:Maximum fire power PL2 gigawing:0:000000:00:999:[ These are the codes to set the machine region - the ] gigawing:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] gigawing:0:000000:00:999:[ - ON or before the ROM check screen!! ] gigawing:0:FF20B1:00:000:Region Switch = Japan gigawing:0:FF20B1:02:000:Region Switch = USA gigawing:0:FF20B1:04:000:Region Switch = Euro gigawing:0:FF20B1:06:000:Region Switch = Brazil gigawing:0:FF20B1:08:000:Region Switch = Hispanic gigawing:0:FF20B1:0A:000:Region Switch = Asia ; [ GI Joe (World) ] gijoe:0:180063:63:000:Infinite Credits gijoe:0:180CFD:09:000:Infinite Lives PL1 gijoe:0:180C2F:03:000:Infinite Energy PL1 gijoe:0:180CF7:09:000:Infinite Rockets PL1 gijoe:0:180CF3:02:000:Invincibility PL1 gijoe:0:180DFD:09:000:Infinite Lives PL2 gijoe:0:180D2F:03:000:Infinite Energy PL2 gijoe:0:180DF7:09:000:Infinite Rockets PL2 gijoe:0:180DF3:02:000:Invincibility PL2 gijoe:0:180EFD:09:000:Infinite Lives PL3 gijoe:0:180E2F:03:000:Infinite Energy PL3 gijoe:0:180EF7:09:000:Infinite Rockets PL3 gijoe:0:180EF3:02:000:Invincibility PL3 gijoe:0:180FFD:09:000:Infinite Lives PL4 gijoe:0:180F2F:03:000:Infinite Energy PL4 gijoe:0:180FF7:09:000:Infinite Rockets PL4 gijoe:0:180FF3:02:000:Invincibility PL4 ; [ GI Joe (Japan) ] gijoej:0:180063:63:000:Infinite Credits gijoej:0:180CFD:09:000:Infinite Lives PL1 gijoej:0:180C2F:03:000:Infinite Energy PL1 gijoej:0:180CF7:09:000:Infinite Rockets PL1 gijoej:0:180CF3:02:000:Invincibility PL1 gijoej:0:180DFD:09:000:Infinite Lives PL2 gijoej:0:180D2F:03:000:Infinite Energy PL2 gijoej:0:180DF7:09:000:Infinite Rockets PL2 gijoej:0:180DF3:02:000:Invincibility PL2 gijoej:0:180EFD:09:000:Infinite Lives PL3 gijoej:0:180E2F:03:000:Infinite Energy PL3 gijoej:0:180EF7:09:000:Infinite Rockets PL3 gijoej:0:180EF3:02:000:Invincibility PL3 gijoej:0:180FFD:09:000:Infinite Lives PL4 gijoej:0:180F2F:03:000:Infinite Energy PL4 gijoej:0:180FF7:09:000:Infinite Rockets PL4 gijoej:0:180FF3:02:000:Invincibility PL4 ; [ GI Joe (US) ] gijoeu:0:180063:63:000:Infinite Credits gijoeu:0:180CFD:09:000:Infinite Lives PL1 gijoeu:0:180C2F:03:000:Infinite Energy PL1 gijoeu:0:180CF7:09:000:Infinite Rockets PL1 gijoeu:0:180CF3:02:000:Invincibility PL1 gijoeu:0:180DFD:09:000:Infinite Lives PL2 gijoeu:0:180D2F:03:000:Infinite Energy PL2 gijoeu:0:180DF7:09:000:Infinite Rockets PL2 gijoeu:0:180DF3:02:000:Invincibility PL2 gijoeu:0:180EFD:09:000:Infinite Lives PL3 gijoeu:0:180E2F:03:000:Infinite Energy PL3 gijoeu:0:180EF7:09:000:Infinite Rockets PL3 gijoeu:0:180EF3:02:000:Invincibility PL3 gijoeu:0:180FFD:09:000:Infinite Lives PL4 gijoeu:0:180F2F:03:000:Infinite Energy PL4 gijoeu:0:180FF7:09:000:Infinite Rockets PL4 gijoeu:0:180FF3:02:000:Invincibility PL4 ; [ Gimme A Break ] gimeabrk:0:0180:11:000:Infinite Time gimeabrk:0:01C1:0C:000:Infinite Shots PL1 gimeabrk:0:01DF:01:000:Infinite Shots PL2 ; [ Ginga NinkyouDen (set 2) ] gingania:0:0200A5:99:000:Infinite Time gingania:0:0200A4:09:500:Infinite Time (2/2) gingania:0:0200A9:08:000:Infinite Energy gingania:0:02024D:14:000:Infinite Beam gingania:0:02008D:03:000:Infinite Sword gingania:0:020059:05:000:Infinite Lives PL1 gingania:0:02005D:05:000:Infinite Lives PL2 ; [ Ginga NinkyouDen (set 1) ] ginganin:0:0200A5:99:000:Infinite Time ginganin:0:0200A4:09:500:Infinite Time (2/2) ginganin:0:0200A9:08:000:Infinite Energy ginganin:0:02024D:14:000:Infinite Beam ginganin:0:02008D:03:000:Infinite Sword ginganin:0:020059:05:000:Infinite Lives PL1 ginganin:0:02005D:05:000:Infinite Lives PL2 ; [ Ganbare Ginkun ] ginkun:0:10146C:09:000:Infinite Credits ginkun:0:101405:05:000:Infinite Lives PL1 ginkun:0:101406:05:000:Infinite Lives PL2 ; [ Gionbana (Japan 890120) ] gionbana:0:FD71:FF:000:Infinite Power gionbana:0:FD70:63:000:Always have Max Score gionbana:0:0000:00:999:Open&Surf here for a tutorial:Check out this site for a great Hanafuda tutorial - http://members.nbci.com/_XMCM/bob_forster/hanafuda.htm ; [ Gekitoride-Jong Space (10011 Ver.A) ] gjspace:0:0000:00:999:[ There are no cheats ]:REASON 1 gjspace:0:0000:00:999:[ for this game as it ]:REASON 1 gjspace:0:0000:00:999:[ didn't work the last ]:REASON 1 gjspace:0:0000:00:999:[ time it was tested. ]:REASON 1 gjspace:0:0000:00:999:[ If the game now works ]:REASON 1 gjspace:0:0000:00:999:[ please request cheats ]:REASON 1 gjspace:0:0000:00:999:[ for it on the cheat ]:REASON 1 gjspace:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gladiator (US) ] :gladiatr:00000000:C680:00000005:FFFFFFFF:Infinite Lives :gladiatr:60000000:0000:00000000:00000000: :gladiatr:60000000:0000:00000000:00000000:- See Dip Switches for Invincibility. - :gladiatr:60000000:0000:00000000:00000000: :gladiatr:00000001:C77B:000000FF:FFFFFFFF:Activate Barrier Now!:Use this with an Activation Key for best effect. :gladiatr:00000000:C1B4:00000001:FFFFFFFF:Invincible Armour:Only during fights w/ Non-Projectile Opponents. Does NOT replenish armour. :gladiatr:00000001:F611:00000001:FFFFFFFF:One Hit Breaks CPU's Weapon Now!:With the Sword Only. You may have to hit the enemy's weapon when it is fully extended for it to break. :gladiatr:00010001:C1D2:00000001:FFFFFFFF:One Hit Breaks CPU's Weapon Now! (2/2) :gladiatr:00000000:C18F:00000001:FFFFFFFF:Infinite Shield :gladiatr:00010000:C193:00000001:FFFFFFFF:Infinite Shield (2/3) :gladiatr:00010000:C194:000000C0:FFFFFFFF:Infinite Shield (3/3) :gladiatr:00000001:C1D4:00000000:FFFFFFFF:Destroy the CPU's Shield Now! :gladiatr:00000000:C190:000000FF:FFFFFFFF:Always Have Maximum Weapon Power:Use the Sword to Break the Enemy's Weapon. You may have to hit the enemy's weapon when it is fully extended for it to break. :gladiatr:00010000:C191:00000009:FFFFFFFF:Always Have Maximum Weapon Power (2/2) :gladiatr:62000000:0000:00000000:00000000:Weapon Status always = :gladiatr:00010000:C71F:00000000:FFFFFFFF:Normal :gladiatr:00010000:C71F:00000001:FFFFFFFF:Red :gladiatr:62000000:0000:00000000:00000000:Weapon always = :gladiatr:00010000:C18D:00000000:FFFFFFFF:Sword :gladiatr:00010000:C18D:00000001:FFFFFFFF:Mace :gladiatr:00010000:C18D:00000002:FFFFFFFF:Axe :gladiatr:00000001:C190:000000FF:FFFFFFFF:Get Maximum Weapon Power Now!:Use the Sword to Break the Enemy's Weapon. You may have to hit the enemy's weapon when it is fully extended for it to break. Your weapon will revert back to Normal Power if you pick up any other sword. :gladiatr:00010001:C191:00000009:FFFFFFFF:Get Maximum Weapon Power Now! (2/2) :gladiatr:00000001:C190:00000001:FFFFFFFF:Get Normal Weapon Power Now!:Turn off Maximun Weapon Power Before activating. :gladiatr:00010001:C191:00000003:FFFFFFFF:Get Normal Weapon Power Now! (2/2) :gladiatr:00000001:C71F:00000000:FFFFFFFF:Get Normal Weapon Status Now! :gladiatr:00000001:C71F:00000001:FFFFFFFF:Get Red Weapon Status Now! :gladiatr:00000001:C18D:00000000:FFFFFFFF:Get Sword Now! :gladiatr:00000001:C18D:00000001:FFFFFFFF:Get Mace Now! :gladiatr:00000001:C18D:00000002:FFFFFFFF:Get Axe Now! :gladiatr:00000001:C18F:00000000:FFFFFFFF:Get Normal Shield Now!:Turn Off Infinite Shield Before Activating. :gladiatr:00010001:C193:00000003:FFFFFFFF:Get Normal Shield Now! (2/3) :gladiatr:00010001:C194:00000020:FFFFFFFF:Get Normal Shield Now! (3/3) :gladiatr:00000001:C193:00000003:FFFFFFFF:Get Broken Shield Now!:Turn Off Infinite Shield before activating. :gladiatr:00010001:C194:00000000:FFFFFFFF:Get Broken Shield Now! (2/2) :gladiatr:60000000:0000:00000000:00000000: :gladiatr:60000000:0000:00000000:00000000:- Infinite Armour Cheats for Player - :gladiatr:60000000:0000:00000000:00000000: :gladiatr:00000000:F582:00000002:FFFFFFFF:Infinite Helmet PLAYER :gladiatr:00000000:F562:00000002:FFFFFFFF:Infinite Breastplate PLAYER :gladiatr:00000000:F4E2:00000002:FFFFFFFF:Infinite Iron Briefs PLAYER :gladiatr:00000000:F5A2:00000002:FFFFFFFF:Infinite R. Shoulder PLAYER :gladiatr:00000000:F5C2:00000002:FFFFFFFF:Infinite R. Wrist PLAYER :gladiatr:00000000:F502:00000002:FFFFFFFF:Infinite L. Shoulder PLAYER :gladiatr:00000000:F522:00000002:FFFFFFFF:Infinite L. Wrist PLAYER :gladiatr:00000000:F4C2:00000002:FFFFFFFF:Infinite R. Thigh PLAYER :gladiatr:00000000:F4A2:00000002:FFFFFFFF:Infinite R. Shin PLAYER :gladiatr:00000000:F482:00000002:FFFFFFFF:Infinite L. Thigh PLAYER :gladiatr:00000000:F462:00000002:FFFFFFFF:Infinite L. Shin PLAYER :gladiatr:60000000:0000:00000000:00000000: :gladiatr:60000000:0000:00000000:00000000:- Remove the Enemy's pieces of Armour - :gladiatr:60000000:0000:00000000:00000000: :gladiatr:00000001:F592:00000000:FFFFFFFF:Remove Helmet Now! CPU :gladiatr:00000001:F572:00000000:FFFFFFFF:Remove Breastplate Now! CPU :gladiatr:00000001:F4F2:00000000:FFFFFFFF:Remove Iron Briefs Now! CPU :gladiatr:00000001:F512:00000000:FFFFFFFF:Remove R. Shoulder Now! CPU :gladiatr:00000001:F532:00000000:FFFFFFFF:Remove R. Wrist Now! CPU :gladiatr:00000001:F5B2:00000000:FFFFFFFF:Remove L. Shoulder Now! CPU :gladiatr:00000001:F5D2:00000000:FFFFFFFF:Remove L. Wrist Now! CPU :gladiatr:00000001:F492:00000000:FFFFFFFF:Remove R. Thigh Now! CPU :gladiatr:00000001:F472:00000000:FFFFFFFF:Remove R. Shin Now! CPU :gladiatr:00000001:F4D2:00000000:FFFFFFFF:Remove L. Thigh Now! CPU :gladiatr:00000001:F4B2:00000000:FFFFFFFF:Remove L. Shin Now! CPU :gladiatr:60000000:0000:00000000:00000000: :gladiatr:60000000:0000:00000000:00000000:- Infinite Armour Cheats for the CPU - :gladiatr:60000000:0000:00000000:00000000:- Not to be used if you want to win. - :gladiatr:60000000:0000:00000000:00000000: :gladiatr:00000000:F592:00000002:FFFFFFFF:Infinite Helmet CPU :gladiatr:00000000:F572:00000002:FFFFFFFF:Infinite Breastplate CPU :gladiatr:00000000:F4F2:00000002:FFFFFFFF:Infinite Iron Briefs CPU :gladiatr:00000000:F512:00000002:FFFFFFFF:Infinite R. Shoulder CPU :gladiatr:00000000:F532:00000002:FFFFFFFF:Infinite R. Wrist CPU :gladiatr:00000000:F5B2:00000002:FFFFFFFF:Infinite L. Shoulder CPU :gladiatr:00000000:F5D2:00000002:FFFFFFFF:Infinite L. Wrist CPU :gladiatr:00000000:F492:00000002:FFFFFFFF:Infinite R. Thigh CPU :gladiatr:00000000:F472:00000002:FFFFFFFF:Infinite R. Shin CPU :gladiatr:00000000:F4D2:00000002:FFFFFFFF:Infinite L. Thigh CPU :gladiatr:00000000:F4B2:00000002:FFFFFFFF:Infinite L. Shin CPU :gladiatr:60000000:0000:00000000:00000000: :gladiatr:60000000:0000:00000000:00000000:- CAUTION!!! - These Cheats will - :gladiatr:60000000:0000:00000000:00000000:- REMOVE your pieces of Armour. - :gladiatr:60000000:0000:00000000:00000000: :gladiatr:00000001:F582:00000000:FFFFFFFF:Remove Helmet Now! PLAYER :gladiatr:00000001:F562:00000000:FFFFFFFF:Remove Breast Plate Now! PLAYER :gladiatr:00000001:F4E2:00000000:FFFFFFFF:Remove Iron Briefs Now! PLAYER :gladiatr:00000001:F5A2:00000000:FFFFFFFF:Remove R. Shoulder Now! PLAYER :gladiatr:00000001:F5C2:00000000:FFFFFFFF:Remove R. Wrist Now! PLAYER :gladiatr:00000001:F502:00000000:FFFFFFFF:Remove L. Shoulder Now! PLAYER :gladiatr:00000001:F522:00000000:FFFFFFFF:Remove L. Wrist Now! PLAYER :gladiatr:00000001:F4C2:00000000:FFFFFFFF:Remove R. Thigh Now! PLAYER :gladiatr:00000001:F4A2:00000000:FFFFFFFF:Remove R. Shin Now! PLAYER :gladiatr:00000001:F482:00000000:FFFFFFFF:Remove L. Thigh Now! PLAYER :gladiatr:00000001:F462:00000000:FFFFFFFF:Remove L. Shin Now! PLAYER :gladiatr:60000000:0000:00000000:00000000: :gladiatr:00000000:C1A9:00000002:FFFFFFFF:Speed Up!:Should only be used during fights. :gladiatr:00000001:C1EC:00000060:FFFFFFFF:Speed up 1st / 2nd End Boss:'Red Demon' end of stage-1 and 'Amazon Archer' end of stage-2. :gladiatr:00000001:C1EC:00000000:FFFFFFFF:Slow down 1st / 2nd End Boss:'Red Demon' end of stage-1 and 'Amazon Archer' end of stage-2. :gladiatr:00000101:C704:0000000E:FFFFFFFF:Select Enemy Level ; [ Glass (Ver 1.1) ] glass:0:0000:00:999:[ There are no cheats ]:REASON 1 glass:0:0000:00:999:[ for this game as it ]:REASON 1 glass:0:0000:00:999:[ didn't work the last ]:REASON 1 glass:0:0000:00:999:[ time it was tested. ]:REASON 1 glass:0:0000:00:999:[ If the game now works ]:REASON 1 glass:0:0000:00:999:[ please request cheats ]:REASON 1 glass:0:0000:00:999:[ for it on the cheat ]:REASON 1 glass:0:0000:00:999:[ forums. ]:REASON 1 :glass:00000000:FED5D6:00000063:FFFFFFFF:Infinite Credits ; [ Glass (Ver 1.0) ] glass10:0:0000:00:999:[ There are no cheats ]:REASON 1 glass10:0:0000:00:999:[ for this game as it ]:REASON 1 glass10:0:0000:00:999:[ didn't work the last ]:REASON 1 glass10:0:0000:00:999:[ time it was tested. ]:REASON 1 glass10:0:0000:00:999:[ If the game now works ]:REASON 1 glass10:0:0000:00:999:[ please request cheats ]:REASON 1 glass10:0:0000:00:999:[ for it on the cheat ]:REASON 1 glass10:0:0000:00:999:[ forums. ]:REASON 1 :glass10:00000000:FED5D6:00000063:FFFFFFFF:Infinite Credits ; [ Glass (Ver 1.0 set 2) ] glass10a:0:0000:00:999:[ There are no cheats ]:REASON 1 glass10a:0:0000:00:999:[ for this game as it ]:REASON 1 glass10a:0:0000:00:999:[ didn't work the last ]:REASON 1 glass10a:0:0000:00:999:[ time it was tested. ]:REASON 1 glass10a:0:0000:00:999:[ If the game now works ]:REASON 1 glass10a:0:0000:00:999:[ please request cheats ]:REASON 1 glass10a:0:0000:00:999:[ for it on the cheat ]:REASON 1 glass10a:0:0000:00:999:[ forums. ]:REASON 1 :glass10a:00000000:FED5D6:00000063:FFFFFFFF:Infinite Credits ; [ Golden Crown (Dutch, Game Card 95-752-011) ] gldncrwn:0:0000:00:999:[ This game hasn't even ]:REASON 11 gldncrwn:0:0000:00:999:[ been looked at due to ]:REASON 11 gldncrwn:0:0000:00:999:[ time constraints - Too]:REASON 11 gldncrwn:0:0000:00:999:[ many games and so ]:REASON 11 gldncrwn:0:0000:00:999:[ little time. It is ]:REASON 11 gldncrwn:0:0000:00:999:[ even possible that ]:REASON 11 gldncrwn:0:0000:00:999:[ this game may be a ]:REASON 11 gldncrwn:0:0000:00:999:[ clone of an existing ]:REASON 11 gldncrwn:0:0000:00:999:[ game which may have ]:REASON 11 gldncrwn:0:0000:00:999:[ cheats. Please search ]:REASON 11 gldncrwn:0:0000:00:999:[ the cheat forums ]:REASON 11 gldncrwn:0:0000:00:999:[ before posting cheat ]:REASON 11 gldncrwn:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Golfing Greats ] glfgreat:0:10282C:01:000:Always get a Hole in One PL1 glfgreat:0:10282C:00:001:Reset Strokes to 0 Now! PL1 glfgreat:0:10292C:01:000:Always get a Hole in One PL2 glfgreat:0:10292C:00:001:Reset Strokes to 0 Now! PL2 glfgreat:0:102A2C:01:000:Always get a Hole in One PL3 glfgreat:0:102A2C:00:001:Reset Strokes to 0 Now! PL3 glfgreat:0:102B2C:01:000:Always get a Hole in One PL4 glfgreat:0:102B2C:00:001:Reset Strokes to 0 Now! PL4 ; [ Golfing Greats (Japan) ] glfgretj:0:10282C:01:000:Always get a Hole in One PL1 glfgretj:0:10282C:00:001:Reset Strokes to 0 Now! PL1 glfgretj:0:10292C:01:000:Always get a Hole in One PL2 glfgretj:0:10292C:00:001:Reset Strokes to 0 Now! PL2 glfgretj:0:102A2C:01:000:Always get a Hole in One PL3 glfgretj:0:102A2C:00:001:Reset Strokes to 0 Now! PL3 glfgretj:0:102B2C:01:000:Always get a Hole in One PL4 glfgretj:0:102B2C:00:001:Reset Strokes to 0 Now! PL4 ; [ G-LOC Air Battle (US) ] :gloc:00000000:0CFD00:00000009:FFFFFFFF:Infinite Credits :gloc:00100000:0CE09E:00009999:FFFFFFFF:Infinite Time :gloc:00000000:0CE089:00000064:FFFFFFFF:Infinite Missiles :gloc:00000000:0CE121:0000000F:FFFFFFFF:Infinite Fuel :gloc:00000000:0CE0C3:00000002:FFFFFFFF:Invincibility :gloc:00200000:0CEA13:00000000:FFFFFFFF:Always No Damage :gloc:00200001:0CEA13:000803FE:FFFFFFFF:Damaged All Parts Now! :gloc:00000000:0CE060:0000000F:FFFFFFFF:Auto Fire - Vulcan :gloc:00000000:0CFF38:00000000:00000020:Rapid Fire - Missile :gloc:00000001:0CE011:00000063:FFFFFFFF:Finish Current Mission Now! :gloc:60000000:0CE091:00000000:00000000:[ Begginer & Medium ] :gloc:60000000:0CE091:00000000:00000000:[ - Set on how to control screen ] :gloc:60000000:0CE091:00000000:00000000:[ Expert - Set on take off screen ] :gloc:00001301:0CE091:00000008:FFFFFFFF:Select Starting Mission (Beginner) :gloc:00001301:0CE091:0000000C:FFFFFFFF:Select Starting Mission (Medium) :gloc:00000301:0CE091:0000000F:FFFFFFFF:Select Starting Mission (Expert) :gloc:62000000:0CE07E:00000000:FFFFFFFF:Select Speed :gloc:00110000:0CE07E:00000000:FFFFFFFF:Stop :gloc:00110000:0CE07E:00001800:FFFFFFFF:Low :gloc:00110000:0CE07E:000020C0:FFFFFFFF:Normal :gloc:00110000:0CE07E:00004FE0:FFFFFFFF:High :gloc:00110000:0CE07E:00007FFF:FFFFFFFF:Super ; [ G-LOC R360 ] :glocr360:00000000:0CFD00:00000009:FFFFFFFF:Infinite Credits :glocr360:00100000:0CE09E:00009999:FFFFFFFF:Infinite Time :glocr360:00000000:0CE121:0000000F:FFFFFFFF:Infinite Fuel :glocr360:00000000:0CE0C3:00000002:FFFFFFFF:Invincibility :glocr360:00200000:0CEA13:00000000:FFFFFFFF:Always No Damage :glocr360:00200001:0CEA13:000803FE:FFFFFFFF:Damaged All Parts :glocr360:00000000:0CFF38:00000000:00000020:Rapid Fire - Missile :glocr360:00000000:0CE060:0000000F:FFFFFFFF:Auto Fire - Vulcan ; [ Gallop Racer 2 (JAPAN) ] glprac2j:0:0000:00:999:[ There are no cheats ]:REASON 1 glprac2j:0:0000:00:999:[ for this game as it ]:REASON 1 glprac2j:0:0000:00:999:[ didn't work the last ]:REASON 1 glprac2j:0:0000:00:999:[ time it was tested. ]:REASON 1 glprac2j:0:0000:00:999:[ If the game now works ]:REASON 1 glprac2j:0:0000:00:999:[ please request cheats ]:REASON 1 glprac2j:0:0000:00:999:[ for it on the cheat ]:REASON 1 glprac2j:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gallop Racer 2 Link HW (JAPAN) ] glprac2l:0:0000:00:999:[ There are no cheats ]:REASON 1 glprac2l:0:0000:00:999:[ for this game as it ]:REASON 1 glprac2l:0:0000:00:999:[ didn't work the last ]:REASON 1 glprac2l:0:0000:00:999:[ time it was tested. ]:REASON 1 glprac2l:0:0000:00:999:[ If the game now works ]:REASON 1 glprac2l:0:0000:00:999:[ please request cheats ]:REASON 1 glprac2l:0:0000:00:999:[ for it on the cheat ]:REASON 1 glprac2l:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gallop Racer (JAPAN Ver 9.01.12) ] glpracr:0:0000:00:999:[ There are no cheats ]:REASON 1 glpracr:0:0000:00:999:[ for this game as it ]:REASON 1 glpracr:0:0000:00:999:[ didn't work the last ]:REASON 1 glpracr:0:0000:00:999:[ time it was tested. ]:REASON 1 glpracr:0:0000:00:999:[ If the game now works ]:REASON 1 glpracr:0:0000:00:999:[ please request cheats ]:REASON 1 glpracr:0:0000:00:999:[ for it on the cheat ]:REASON 1 glpracr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gallop Racer 2 (USA) ] glpracr2:0:0000:00:999:[ There are no cheats ]:REASON 1 glpracr2:0:0000:00:999:[ for this game as it ]:REASON 1 glpracr2:0:0000:00:999:[ didn't work the last ]:REASON 1 glpracr2:0:0000:00:999:[ time it was tested. ]:REASON 1 glpracr2:0:0000:00:999:[ If the game now works ]:REASON 1 glpracr2:0:0000:00:999:[ please request cheats ]:REASON 1 glpracr2:0:0000:00:999:[ for it on the cheat ]:REASON 1 glpracr2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gallop Racer 3 (JAPAN) ] glpracr3:0:0000:00:999:[ This game hasn't even ]:REASON 11 glpracr3:0:0000:00:999:[ been looked at due to ]:REASON 11 glpracr3:0:0000:00:999:[ time constraints - Too]:REASON 11 glpracr3:0:0000:00:999:[ many games and so ]:REASON 11 glpracr3:0:0000:00:999:[ little time. It is ]:REASON 11 glpracr3:0:0000:00:999:[ even possible that ]:REASON 11 glpracr3:0:0000:00:999:[ this game may be a ]:REASON 11 glpracr3:0:0000:00:999:[ clone of an existing ]:REASON 11 glpracr3:0:0000:00:999:[ game which may have ]:REASON 11 glpracr3:0:0000:00:999:[ cheats. Please search ]:REASON 11 glpracr3:0:0000:00:999:[ the cheat forums ]:REASON 11 glpracr3:0:0000:00:999:[ before posting cheat ]:REASON 11 glpracr3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Great Mahou Daisakusen (Japan 000121) ] gmahou:0:928A8B:01:000:Hidden characters "ON" gmahou:0:928A8B:00:000:Hidden characters "OFF" gmahou:0:92804E:09:000:Infinite Lives PL1 gmahou:0:92804F:09:000:Infinite Bombs PL1 gmahou:0:FF10D5:03:000:Invincibility PL1 gmahou:0:92807A:2F:000:Maximum Power Charge PL1 gmahou:0:FF10F9:05:000:Maximum Fire Power (Buggy) PL1:This cheat isn't working yet.. gmahou:0:FF109D:03:000:Maximum Magic Power PL1:This cheat must be used before game starts or it won't have the desired effect gmahou:0:92814E:09:000:Infinite Lives PL2 gmahou:0:92814F:09:000:Infinite Bombs PL2 gmahou:0:FF1CD5:03:000:Invincibility PL2 gmahou:0:92817A:2F:000:Maximum Power Charge PL2 gmahou:0:FF1CF9:05:000:Maximum Fire Power (Buggy) PL2:This cheat isn't working yet.. gmahou:0:FF1C9D:03:000:Maximum Magic Power PL2:This cheat must be used before game starts or it won't have the desired effect ; [ Ghostmuncher Galaxian (bootleg) ] gmgalax:0:0000:00:999:[ ] gmgalax:0:0000:00:999:[ This is the first set of cheats ] gmgalax:0:0000:00:999:[ for the game "Ghost Muncher". ] gmgalax:0:0000:00:999:[ The game can be selected from ] gmgalax:0:0000:00:999:[ DIP Switch menu. ] gmgalax:0:0000:00:999:[ ] gmgalax:0:4214:02:000:Infinite Lives PL1 gmgalax:0:4215:02:000:Infinite Lives PL2 :gmgalax:20800000:1180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. gmgalax:0:420E:F4:001:Finish this Level Now! gmgalax:0:0000:00:999:[ ------- Starting Levels ------ ] gmgalax:0:0000:00:999:[ Deactivate the cheats after ] gmgalax:0:0000:00:999:[ starting the level or leave them] gmgalax:0:0000:00:999:[ active to repeat the level. ] gmgalax:0:420A:7E:000:Start at Strawberry gmgalax:0:4213:01:500:Start at Strawberry (2/2) gmgalax:0:420A:7F:000:Start at 1st Orange gmgalax:0:4213:02:500:Start at 1st Orange (2/2) gmgalax:0:420A:80:000:Start at 2nd Orange gmgalax:0:4213:03:500:Start at 2nd Orange (2/2) gmgalax:0:420A:81:000:Start at 1st Apple gmgalax:0:4213:04:500:Start at 1st Apple (2/2) gmgalax:0:420A:82:000:Start at 2nd Apple gmgalax:0:4213:05:500:Start at 2nd Apple (2/2) gmgalax:0:420A:83:000:Start at 1st Pineapple gmgalax:0:4213:06:500:Start at 1st Pineapple (2/2) gmgalax:0:420A:84:000:Start at 2nd Pineapple gmgalax:0:4213:07:500:Start at 2nd Pineapple (2/2) gmgalax:0:420A:85:000:Start at 1st Galaxian gmgalax:0:4213:08:500:Start at 1st Galaxian (2/2) gmgalax:0:420A:86:000:Start at 2nd Galaxian gmgalax:0:4213:09:500:Start at 2nd Galaxian (2/2) gmgalax:0:420A:87:000:Start at 1st Bell gmgalax:0:4213:0A:500:Start at 1st Bell (2/2) gmgalax:0:420A:88:000:Start at 2nd Bell gmgalax:0:4213:0B:500:Start at 2nd Bell (2/2) gmgalax:0:420A:87:000:Start at 1st Key gmgalax:0:4213:0C:500:Start at 1st Key (2/2) gmgalax:0:420A:88:000:Start at 2nd Key gmgalax:0:4213:0D:500:Start at 2nd Key (2/2) gmgalax:0:0000:00:999:[ ------- Practice Levels ------ ] gmgalax:0:4213:00:000:Practice Cherry gmgalax:0:4213:01:000:Practice Strawberry gmgalax:0:4213:02:000:Practice 1st Orange gmgalax:0:4213:03:000:Practice 2nd Orange gmgalax:0:4213:04:000:Practice 1st Apple gmgalax:0:4213:05:000:Practice 2nd Apple gmgalax:0:4213:06:000:Practice 1st Pineapple gmgalax:0:4213:07:000:Practice 2nd Pineapple gmgalax:0:4213:08:000:Practice 1st Galaxian gmgalax:0:4213:09:000:Practice 2nd Galaxian gmgalax:0:4213:0A:000:Practice 1st Bell gmgalax:0:4213:0B:000:Practice 2nd Bell gmgalax:0:4213:0C:000:Practice 1st Key gmgalax:0:4213:0D:000:Practice 2nd Key gmgalax:0:4213:FF:000:Split-Screen (Unplayable) gmgalax:0:4213:FE:000:No maze or dots(Unfinishable) gmgalax:0:0000:00:999:[ ------- Practice Speeds ------ ] gmgalax:0:41BD:00:000:Stay blue until eaten gmgalax:0:41BE:00:500:Stay blue until eaten (2/2) gmgalax:0:41BD:58:000:Slow changeback gmgalax:0:41BE:02:500:Slow changeback (2/2) gmgalax:0:41BD:68:000:Moderate changeback gmgalax:0:41BE:01:500:Moderate changeback (2/2) gmgalax:0:41BD:F0:000:Quick changeback gmgalax:0:41BE:00:500:Quick changeback (2/2) gmgalax:0:41BD:78:000:Lightning changeback gmgalax:0:41BE:00:500:Lightning changeback (2/2) gmgalax:0:41BD:01:000:No change to blue gmgalax:0:41BE:00:500:No change to blue (2/2) gmgalax:0:0000:00:999:[ -------- Ghost Status -------- ] gmgalax:0:41A7:01:000:Yellow always Blue gmgalax:0:41A8:01:000:Red always Blue gmgalax:0:41A9:01:000:Green always Blue gmgalax:0:41AA:01:000:Lgt.Blue always Blue gmgalax:0:41A5:00:000:Ghosts Always Edible (No Pts) gmgalax:0:0000:00:999:[ ] gmgalax:0:0000:00:999:[ This is the second set of cheats] gmgalax:0:0000:00:999:[ for the game "Galaxian". ] gmgalax:0:0000:00:999:[ The game can be selected from ] gmgalax:0:0000:00:999:[ DIP Switch menu. ] gmgalax:0:0000:00:999:[ ] gmgalax:0:421D:06:000:Infinite Lives ;gmgalax:0:112D9:C9:100:Invincibility ;this invincibility should work but it doesn't :( ; [ Guided Missile ] gmissile:0:20E9:99:000:Infinite Time ; [ Gunbarich ] gnbarich:0:060668BA:8C:000:Infinite Time gnbarich:0:060668BB:9F:500:Infinite Time (2/2) gnbarich:0:06070429:03:000:Infinite Lives gnbarich:0:06070AF3:00:001:Finish this Level Now!:Only for levels x-1 and x-2 :gnbarich:00000000:06070491:00000000:FFFFFFFF:Never Get Stunned:Might stick flippers up if hit too many times in a row :gnbarich:00000301:06066B0A:00000015:FFFFFFFF:Select First Stage:Use on Player select screen :gnbarich:00000001:06066AF4:00000000:FFFFFFFF:First Stage = Black Hole:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF5:00000001:FFFFFFFF:First Stage = Black Hole (2/3) :gnbarich:00010001:06066AF6:00000002:FFFFFFFF:First Stage = Black Hole (3/3) :gnbarich:00000001:06066AF4:00000003:FFFFFFFF:First Stage = Snow:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF5:00000004:FFFFFFFF:First Stage = Snow (2/3) :gnbarich:00010001:06066AF6:00000005:FFFFFFFF:First Stage = Snow (3/3) :gnbarich:00000001:06066AF4:00000006:FFFFFFFF:First Stage = Pumpkin:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF5:00000007:FFFFFFFF:First Stage = Pumpkin (2/3) :gnbarich:00010001:06066AF6:00000008:FFFFFFFF:First Stage = Pumpkin (3/3) :gnbarich:00000001:06066AF4:00000009:FFFFFFFF:First Stage = Cogs:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF5:0000000A:FFFFFFFF:First Stage = Cogs (2/3) :gnbarich:00010001:06066AF6:0000000B:FFFFFFFF:First Stage = Cogs (3/3) :gnbarich:00000001:06066AF7:00000000:FFFFFFFF:Second Stage = Black Hole:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF8:00000001:FFFFFFFF:Second Stage = Black Hole (2/3) :gnbarich:00010001:06066AF9:00000002:FFFFFFFF:Second Stage = Black Hole (3/3) :gnbarich:00000001:06066AF7:00000003:FFFFFFFF:Second Stage = Snow:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF8:00000004:FFFFFFFF:Second Stage = Snow (2/3) :gnbarich:00010001:06066AF9:00000005:FFFFFFFF:Second Stage = Snow (3/3) :gnbarich:00000001:06066AF7:00000006:FFFFFFFF:Second Stage = Pumpkin:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF8:00000007:FFFFFFFF:Second Stage = Pumpkin (2/3) :gnbarich:00010001:06066AF9:00000008:FFFFFFFF:Second Stage = Pumpkin (3/3) :gnbarich:00000001:06066AF7:00000009:FFFFFFFF:Second Stage = Cogs:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AF8:0000000A:FFFFFFFF:Second Stage = Cogs (2/3) :gnbarich:00010001:06066AF9:0000000B:FFFFFFFF:Second Stage = Cogs (3/3) :gnbarich:00000001:06066AFA:00000000:FFFFFFFF:Third Stage = Black Hole:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFB:00000001:FFFFFFFF:Third Stage = Black Hole (2/3) :gnbarich:00010001:06066AFC:00000002:FFFFFFFF:Third Stage = Black Hole (3/3) :gnbarich:00000001:06066AFA:00000003:FFFFFFFF:Third Stage = Snow:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFB:00000004:FFFFFFFF:Third Stage = Snow (2/3) :gnbarich:00010001:06066AFC:00000005:FFFFFFFF:Third Stage = Snow (3/3) :gnbarich:00000001:06066AFA:00000006:FFFFFFFF:Third Stage = Pumpkin:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFB:00000007:FFFFFFFF:Third Stage = Pumpkin (2/3) :gnbarich:00010001:06066AFC:00000008:FFFFFFFF:Third Stage = Pumpkin (3/3) :gnbarich:00000001:06066AFA:00000009:FFFFFFFF:Third Stage = Cogs:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFB:0000000A:FFFFFFFF:Third Stage = Cogs (2/3) :gnbarich:00010001:06066AFC:0000000B:FFFFFFFF:Third Stage = Cogs (3/3) :gnbarich:00000001:06066AFD:00000000:FFFFFFFF:Fourth Stage = Black Hole:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFE:00000001:FFFFFFFF:Fourth Stage = Black Hole (2/3) :gnbarich:00010001:06066AFF:00000002:FFFFFFFF:Fourth Stage = Black Hole (3/3) :gnbarich:00000001:06066AFD:00000003:FFFFFFFF:Fourth Stage = Snow:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFE:00000004:FFFFFFFF:Fourth Stage = Snow (2/3) :gnbarich:00010001:06066AFF:00000005:FFFFFFFF:Fourth Stage = Snow (3/3) :gnbarich:00000001:06066AFD:00000006:FFFFFFFF:Fourth Stage = Pumpkin:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFE:00000007:FFFFFFFF:Fourth Stage = Pumpkin (2/3) :gnbarich:00010001:06066AFF:00000008:FFFFFFFF:Fourth Stage = Pumpkin (3/3) :gnbarich:00000001:06066AFD:00000009:FFFFFFFF:Fourth Stage = Cogs:Select First Stage:Use on Player select screen :gnbarich:00010001:06066AFE:0000000A:FFFFFFFF:Fourth Stage = Cogs (2/3) :gnbarich:00010001:06066AFF:0000000B:FFFFFFFF:Fourth Stage = Cogs (3/3) :gnbarich:00000001:06070B20:00000001:FFFFFFFF:Enable Maintenance Mode:Use in test mode :gnbarich:00010001:060CFFA1:0000000B:FFFFFFFF:Enable Maintenance Mode ; [ Ghosts'n Goblins (World? set 1) ] gng:0:00AA:02:000:Infinite Time gng:0:00AB:58:500:Infinite Time (2/2) gng:0:0060:08:000:Infinite Lives gng:0:00AD:7F:000:Invincibility (Water Still Kills!) :gng:20100000:9564:00000440:FFFFFFFF:Always have Normal Jump :gng:20100000:9564:00000660:FFFFFFFF:Always have High Jump :gng:20100000:9564:00000880:FFFFFFFF:Always have Mega Jump:Use this sparingly, basically okish on the first level...the High Jump cheat is better gng:0:EFCF:00:100:Always kill Boss/Devil with 1 Shot gng:0:00AC:00:000:Always Have Armour gng:0:00AC:01:000:Never Have Armour gng:0:0073:00:000:Always Have Torch gng:0:0073:01:000:Always Have Lance gng:0:0073:02:000:Always Have Axe gng:0:0073:03:000:Always Have Shield gng:0:0073:04:000:Always Have Sword gng:0:0073:00:001:Get the Torch Now! gng:0:0073:01:001:Get the Lance Now! gng:0:0073:02:001:Get the Axe Now! gng:0:0073:03:001:Get the Shield Now! gng:0:0073:04:001:Get the Sword Now! gng:0:050A:FF:001:Warp To Top Of Screen Now! gng:0:0503:04:001:Turn into frog Now! gng:0:0528:01:000:Never change into frog gng:0:0072:06:071:Select current level gng:0:0072:06:061:Select next level gng:0:E355:01:100:Always cast spell with 1 Shot gng:0:0000:00:999:[ These are actually the opposite of ] gng:0:0000:00:999:[ cheats they make the game harder! ] gng:0:B737:06:100:Devil always twice as hard:Needs 6 shots to kill it/them gng:0:CF5F:14:100:Gargoyle always twice as hard:Needs 20 shots to kill it/them gng:0:E01B:08:100:Stalagmite always twice as hard:Needs 8 shots to kill it/them gng:0:C554:14:100:Boss Giant always twice as hard:Needs 20 shots to kill it/them gng:0:BEF2:14:100:Boss Devil always twice as hard:Needs 20 shots to kill it/them gng:0:DB1C:14:100:Boss Satan always twice as hard:Needs 20 shots to kill it/them ; [ Ghosts'n Goblins (World? set 2) ] gnga:0:00AA:02:000:Infinite Time gnga:0:00AB:58:500:Infinite Time (2/2) gnga:0:0060:08:000:Infinite Lives gnga:0:00AD:7F:000:Invincibility (Water Still Kills!) :gnga:20100000:93C7:00000440:FFFFFFFF:Always have Normal Jump :gnga:20100000:93C7:00000660:FFFFFFFF:Always have High Jump :gnga:20100000:93C7:00000880:FFFFFFFF:Always have Mega Jump:Use this sparingly, basically okish on the first level...the High Jump cheat is better gnga:0:EEFC:00:100:Always kill Boss/Devil with 1 Shot gnga:0:00AC:00:000:Always have the Armour gnga:0:00AC:01:000:Never have the Armour gnga:0:0073:00:000:Always have the Torch gnga:0:0073:01:000:Always have the Lance gnga:0:0073:02:000:Always have the Axe gnga:0:0073:03:000:Always have the Shield gnga:0:0073:04:000:Always have the Sword gnga:0:0073:00:001:Get the Torch Now! gnga:0:0073:01:001:Get the Lance Now! gnga:0:0073:02:001:Get the Axe Now! gnga:0:0073:03:001:Get the Shield Now! gnga:0:0073:04:001:Get the Sword Now! gnga:0:050A:FF:001:Warp To Top Of Screen Now! gnga:0:0503:04:001:Turn into frog Now! gnga:0:0528:01:000:Never change into frog gnga:0:0072:06:071:Select current level gnga:0:0072:06:061:Select next level gnga:0:E254:01:100:Always cast spell with 1 Shot gnga:0:0000:00:999:[ These are actually the opposite of ] gnga:0:0000:00:999:[ cheats they make the game harder! ] gnga:0:B5AA:06:100:Devil always twice as hard:Needs 6 shots to kill it/them gnga:0:CE48:14:100:Gargoyle always twice as hard:Needs 20 shots to kill it/them gnga:0:DF1A:08:100:Stalagmite always twice as hard:Needs 8 shots to kill it/them gnga:0:C404:14:100:Boss Giant always twice as hard:Needs 20 shots to kill it/them gnga:0:BDCB:14:100:Boss Devil always twice as hard:Needs 20 shots to kill it/them gnga:0:DA1B:14:100:Boss Satan always twice as hard:Needs 20 shots to kill it/them ; [ Ghosts'n Goblins (US) ] gngt:0:00AA:02:000:Infinite Time gngt:0:00AB:58:500:Infinite Time (2/2) gngt:0:0060:08:000:Infinite Lives gngt:0:00AD:7F:000:Invincibility (Water Still Kills!) :gngt:20100000:9574:00000440:FFFFFFFF:Always have Normal Jump :gngt:20100000:9574:00000660:FFFFFFFF:Always have High Jump :gngt:20100000:9574:00000880:FFFFFFFF:Always have Mega Jump:Use this sparingly, basically okish on the first level...the High Jump cheat is better gngt:0:EFEF:00:100:Always kill Boss/Devil with 1 Shot gngt:0:00AC:00:000:Always have the Armour gngt:0:00AC:01:000:Never have the Armour gngt:0:0073:00:000:Always have the Torch gngt:0:0073:01:000:Always have the Lance gngt:0:0073:02:000:Always have the Axe gngt:0:0073:03:000:Always have the Shield gngt:0:0073:04:000:Always have the Sword gngt:0:0073:00:001:Get the Torch Now! gngt:0:0073:01:001:Get the Lance Now! gngt:0:0073:02:001:Get the Axe Now! gngt:0:0073:03:001:Get the Shield Now! gngt:0:0073:04:001:Get the Sword Now! gngt:0:050A:FF:001:Warp To Top Of Screen Now! gngt:0:0503:04:001:Turn into frog Now! gngt:0:0528:01:000:Never change into frog gngt:0:0072:06:071:Select current level gngt:0:0072:06:061:Select next level gngt:0:E365:01:100:Always cast spell with 1 Shot gngt:0:0000:00:999:[ These are actually the opposite of ] gngt:0:0000:00:999:[ cheats they make the game harder! ] gngt:0:B747:06:100:Devil always twice as hard:Needs 6 shots to kill it/them gngt:0:CF6F:14:100:Gargoyle always twice as hard:Needs 20 shots to kill it/them gngt:0:E02B:08:100:Stalagmite always twice as hard:Needs 8 shots to kill it/them gngt:0:C564:14:100:Boss Giant always twice as hard:Needs 20 shots to kill it/them gngt:0:BF02:14:100:Boss Devil always twice as hard:Needs 20 shots to kill it/them gngt:0:DB2C:14:100:Boss Satan always twice as hard:Needs 20 shots to kill it/them ; [ Go 2000 ] go2000:0:0000:00:999:[ There are no cheats ]:REASON 1 go2000:0:0000:00:999:[ for this game as it ]:REASON 1 go2000:0:0000:00:999:[ didn't work the last ]:REASON 1 go2000:0:0000:00:999:[ time it was tested. ]:REASON 1 go2000:0:0000:00:999:[ If the game now works ]:REASON 1 go2000:0:0000:00:999:[ please request cheats ]:REASON 1 go2000:0:0000:00:999:[ for it on the cheat ]:REASON 1 go2000:0:0000:00:999:[ forums. ]:REASON 1 ; [ Goal! '92 ] goal92:0:109294:63:000:Infinite Credits goal92:0:109E25:63:000:Infinite Time goal92:0:109E25:01:001:Finish this Game Now! goal92:0:000000:00:999:[ The displayed score won't be updated until a ] goal92:0:000000:00:999:[ goal has been scored! ] goal92:0:109E2F:00:000:Score always 0 Left Team goal92:0:109E2F:63:000:Score always 99 Left Team goal92:0:109E2F:00:001:Set score = 0 Now! Left Team goal92:0:109E2F:32:001:Set score = 50 Now! Left Team goal92:0:109E2F:63:070:Select score Now! Left Team goal92:0:109E5D:00:000:Score always = 0 Right Team goal92:0:109E5D:63:000:Score always = 99 Right Team goal92:0:109E5D:00:001:Set score = 0 Now! Right Team goal92:0:109E5D:32:001:Set score = 50 Now! Right Team goal92:0:109E5D:63:070:Select score Now! Right Team ; [ Goal! Goal! Goal! ] goalx3:0:1004E5:3C:000:Infinite Time goalx3:0:1004E2:00:001:Goto Injury Time Now! goalx3:0:1004E3:00:501:Goto Injury Time Now! (2/3) goalx3:0:1004E4:00:501:Goto Injury Time Now! (3/3) goalx3:0:000000:00:999:[ The score is updated when somebody scores! ] goalx3:0:1004F1:00:000:Score always = 0 PL1 goalx3:0:1004F1:63:000:Score always = 99 PL1 goalx3:0:1004F1:00:001:Set score = 0 Now! PL1 goalx3:0:1004F1:63:001:Set score = 99 Now! PL1 goalx3:0:1004F1:63:070:Select Score Now! PL1 goalx3:0:1004F3:00:000:Score always = 0 PL2 goalx3:0:1004F3:63:000:Score always = 99 PL2 goalx3:0:1004F3:00:001:Set score = 0 Now! PL2 goalx3:0:1004F3:63:001:Set score = 99 Now! PL2 goalx3:0:1004F3:63:070:Select Score Now! PL2 :goalx3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :goalx3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :goalx3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Godzilla ] godzilla:0:0000:00:999:[ There are no cheats ]:REASON 1 godzilla:0:0000:00:999:[ for this game as it ]:REASON 1 godzilla:0:0000:00:999:[ didn't work the last ]:REASON 1 godzilla:0:0000:00:999:[ time it was tested. ]:REASON 1 godzilla:0:0000:00:999:[ If the game now works ]:REASON 1 godzilla:0:0000:00:999:[ please request cheats ]:REASON 1 godzilla:0:0000:00:999:[ for it on the cheat ]:REASON 1 godzilla:0:0000:00:999:[ forums. ]:REASON 1 ; [ Go Go! Mile Smile ] gogomile:0:403441:09:000:Infinite Credits gogomile:0:400475:09:000:Infinite Time gogomile:0:400477:09:500:Infinite Time (2/2) gogomile:0:400483:00:001:Finish this Stage Now! gogomile:0:4003DD:05:000:Infinite Lives PL1 gogomile:0:4001E9:02:000:Invincibility PL1 gogomile:0:4003DF:05:000:Infinite Lives PL2 gogomile:0:4001EB:02:000:Invincibility PL2 ; [ Susume! Mile Smile (Japan) ] gogomilj:0:40343F:09:000:Infinite Credits gogomilj:0:400473:09:007:Infinite Time gogomilj:0:400475:09:507:Infinite Time (2/2) gogomilj:0:400481:00:001:Finish this Stage Now! gogomilj:0:4003DB:05:000:Infinite Lives PL1 gogomilj:0:4001E9:02:000:Invincibility PL1 gogomilj:0:4003DD:05:000:Infinite Lives PL2 gogomilj:0:4001EB:02:000:Invincibility PL2 ; [ Goindol (World) ] goindol:0:C014:99:000:Infinite Time :goindol:00000010:C121:000000D8:FFFF00E9:Always Keep Ball in Play goindol:0:0000:00:999:[See the Dip Switch Menu to ] goindol:0:0000:00:999:[enable Invincibility. ] goindol:0:C1C2:00:000:No shots for homo-sapiens goindol:0:C120:02:000:Always have the superball POW goindol:0:C120:02:001:Get the superball POW Now! goindol:0:C120:00:001:No more superball POW Now! goindol:0:C114:01:001:Get the "fire" POW Now! goindol:0:C114:02:001:Lose one life goindol:0:C325:10:000:Always One brick for power goindol:0:C325:10:001:Get One brick for power Now! goindol:0:C320:00:000:Falling POW is always '-': - (Brown) = previous level goindol:0:C320:01:000:Falling POW is always '+': + (Purple) = next level goindol:0:C320:02:000:Falling POW is always 'H': H (Red) = no more obstacles goindol:0:C320:03:000:Falling POW is always 'L': L (Blue) = enlarge goindol:0:C320:04:000:Falling POW is always 'R': R (Dark gray) = slower ball goindol:0:C320:05:000:Falling POW is always 'S': S (Orange) = superball goindol:0:C320:06:000:Falling POW is always 'F': F (Green) = fire power goindol:0:C320:07:000:Falling POW is always 'B': B (Light green) = brick goindol:0:C320:00:001:Make Falling POW a '-' Now!: - (Brown) = previous level goindol:0:C320:01:001:Make Falling POW a '+' Now!: + (Purple) = next level goindol:0:C320:02:001:Make Falling POW a 'H' Now!: H (Red) = no more obstacles goindol:0:C320:03:001:Make Falling POW a 'L' Now!: L (Blue) = enlarge goindol:0:C320:04:001:Make Falling POW a 'R' Now!: R (Dark gray) = slower ball goindol:0:C320:05:001:Make Falling POW a 'S' Now!: S (Orange) = superball goindol:0:C320:06:001:Make Falling POW a 'F' Now!: F (Green) = fire power goindol:0:C320:07:001:Make Falling POW a 'B' Now!: B (Light green) = brick goindol:0:C054:03:000:Infinite Lives PL1 goindol:0:C050:61:001:Next level = 99 PL1 goindol:0:C051:98:501:Next level = 99 PL1 (2/2) goindol:0:C055:03:000:Infinite Lives PL2 goindol:0:C052:61:001:Next level = 99 PL2 goindol:0:C053:98:501:Next level = 99 PL2 (2/2) ; [ Goindol (Japan) ] goindolj:0:C014:99:000:Infinite Time :goindolj:00000010:C121:000000D8:FFFF00E9:Always Keep Ball in Play goindolj:0:0000:00:999:[See the Dip Switch Menu to ] goindolj:0:0000:00:999:[enable Invincibility. ] goindolj:0:C1C2:00:000:No shots for homo-sapiens goindolj:0:C120:02:000:Always have the superball POW goindolj:0:C120:02:001:Get the superball POW Now! goindolj:0:C120:00:001:No more superball POW Now! goindolj:0:C114:01:001:Get the "fire" POW Now! goindolj:0:C114:02:001:Lose one life goindolj:0:C325:10:000:Always One brick for power goindolj:0:C325:10:001:Get One brick for power Now! goindolj:0:C320:00:000:Falling POW is always '-': - (Brown) = previous level goindolj:0:C320:01:000:Falling POW is always '+': + (Purple) = next level goindolj:0:C320:02:000:Falling POW is always 'H': H (Red) = no more obstacles goindolj:0:C320:03:000:Falling POW is always 'L': L (Blue) = enlarge goindolj:0:C320:04:000:Falling POW is always 'R': R (Dark gray) = slower ball goindolj:0:C320:05:000:Falling POW is always 'S': S (Orange) = superball goindolj:0:C320:06:000:Falling POW is always 'F': F (Green) = fire power goindolj:0:C320:07:000:Falling POW is always 'B': B (Light green) = brick goindolj:0:C320:00:001:Make Falling POW a '-' Now!: - (Brown) = previous level goindolj:0:C320:01:001:Make Falling POW a '+' Now!: + (Purple) = next level goindolj:0:C320:02:001:Make Falling POW a 'H' Now!: H (Red) = no more obstacles goindolj:0:C320:03:001:Make Falling POW a 'L' Now!: L (Blue) = enlarge goindolj:0:C320:04:001:Make Falling POW a 'R' Now!: R (Dark gray) = slower ball goindolj:0:C320:05:001:Make Falling POW a 'S' Now!: S (Orange) = superball goindolj:0:C320:06:001:Make Falling POW a 'F' Now!: F (Green) = fire power goindolj:0:C320:07:001:Make Falling POW a 'B' Now!: B (Light green) = brick goindolj:0:C054:03:000:Infinite Lives PL1 goindolj:0:C050:61:001:Next level = 99 PL1 goindolj:0:C051:98:501:Next level = 99 PL1 (2/2) goindolj:0:C055:03:000:Infinite Lives PL2 goindolj:0:C052:61:001:Next level = 99 PL2 goindolj:0:C053:98:501:Next level = 99 PL2 (2/2) ; [ Goindol (US) ] goindolu:0:C014:99:000:Infinite Time :goindolu:00000010:C121:000000D8:FFFF00E9:Always Keep Ball in Play goindolu:0:0000:00:999:[See the Dip Switch Menu to ] goindolu:0:0000:00:999:[enable Invincibility. ] goindolu:0:C1C2:00:000:No shots for homo-sapiens goindolu:0:C120:02:000:Always have the superball POW goindolu:0:C120:02:001:Get the superball POW Now! goindolu:0:C120:00:001:No more superball POW Now! goindolu:0:C114:01:001:Get the "fire" POW Now! goindolu:0:C114:02:001:Lose one life goindolu:0:C325:10:000:Always One brick for power goindolu:0:C325:10:001:Get One brick for power Now! goindolu:0:C320:00:000:Falling POW is always '-': - (Brown) = previous level goindolu:0:C320:01:000:Falling POW is always '+': + (Purple) = next level goindolu:0:C320:02:000:Falling POW is always 'H': H (Red) = no more obstacles goindolu:0:C320:03:000:Falling POW is always 'L': L (Blue) = enlarge goindolu:0:C320:04:000:Falling POW is always 'R': R (Dark gray) = slower ball goindolu:0:C320:05:000:Falling POW is always 'S': S (Orange) = superball goindolu:0:C320:06:000:Falling POW is always 'F': F (Green) = fire power goindolu:0:C320:07:000:Falling POW is always 'B': B (Light green) = brick goindolu:0:C320:00:001:Make Falling POW a '-' Now!: - (Brown) = previous level goindolu:0:C320:01:001:Make Falling POW a '+' Now!: + (Purple) = next level goindolu:0:C320:02:001:Make Falling POW a 'H' Now!: H (Red) = no more obstacles goindolu:0:C320:03:001:Make Falling POW a 'L' Now!: L (Blue) = enlarge goindolu:0:C320:04:001:Make Falling POW a 'R' Now!: R (Dark gray) = slower ball goindolu:0:C320:05:001:Make Falling POW a 'S' Now!: S (Orange) = superball goindolu:0:C320:06:001:Make Falling POW a 'F' Now!: F (Green) = fire power goindolu:0:C320:07:001:Make Falling POW a 'B' Now!: B (Light green) = brick goindolu:0:C054:03:000:Infinite Lives PL1 goindolu:0:C050:61:001:Next level = 99 PL1 goindolu:0:C051:98:501:Next level = 99 PL1 (2/2) goindolu:0:C055:03:000:Infinite Lives PL2 goindolu:0:C052:61:001:Next level = 99 PL2 goindolu:0:C053:98:501:Next level = 99 PL2 (2/2) ; [ Gokujyou Parodius (ver JAD) ] gokuparo:0:C0D7C7:0A:000:Infinite Lives PL1 gokuparo:0:C00835:02:000:Invincibility PL1 :gokuparo:00000000:C00873:00000001:FFFFFFFF:Invincibility "ON" (No Bells) PL1:This invincibility works like all the other parodius game invincibility codes in that you can't collect bells. This helps. :gokuparo:00000001:C00873:00000000:FFFFFFFF:Invincibility "OFF" (No Bells) PL1:This disables the 'No Bells' Invincibility. :gokuparo:00000000:C0086F:0000000D:FFFFFFFF:Always Have Super Bomb PL1:This is the Blue Bell power :gokuparo:00010000:C00871:00000003:FFFFFFFF:Always Have Super Bomb PL1 (2/2) :gokuparo:00000000:C0086F:00000009:FFFFFFFF:Always Have Megaphone Option PL1:This is the White Bell power :gokuparo:00010000:C00871:00000003:FFFFFFFF:Always Have Megaphone Option PL1 (2/2) :gokuparo:00000000:C0086F:0000000B:FFFFFFFF:Always Have KIKU Beam PL1:This is the Red Bell power :gokuparo:00010000:C00871:00000003:FFFFFFFF:Always Have KIKU Beam PL1 (2/2) :gokuparo:00000000:C0086F:0000000E:FFFFFFFF:Always Have Big Option PL1:This is the Green Bell power. It fails to activate the invincibility portion, but the (No Bells) invincibility code can compensate for this. :gokuparo:00010000:C00871:00000003:FFFFFFFF:Always Have Big Option PL1 (2/2) :gokuparo:00000000:C00875:00000000:FFFFFFFF:Can Always Shoot PL1:Some Bell Options disable your shooting ability. This fixes at least one of them. :gokuparo:00000100:C00867:00000007:FFFFFFFF:Always On Upgrade PL1 gokuparo:0:C00865:02:000:Keep Speed Level 2 PL1 gokuparo:0:C0E8CF:FF:000:Infinite White Bell Power PL1 gokuparo:0:C0D827:0A:000:Infinite Lives PL2 gokuparo:0:C03635:02:000:Invincibility PL2 :gokuparo:00000000:C03673:00000001:FFFFFFFF:Invincibility "ON" (No Bells) PL2:This invincibility works like all the other parodius game invincibility codes in that you can't collect bells. This helps. :gokuparo:00000001:C03673:00000000:FFFFFFFF:Invincibility "OFF" (No Bells) PL2:This disables the 'No Bells' Invincibility. :gokuparo:00000000:C0366F:0000000D:FFFFFFFF:Always Have Super Bomb PL2:This is the Blue Bell power :gokuparo:00010000:C03671:00000003:FFFFFFFF:Always Have Super Bomb PL2 (2/2) :gokuparo:00000000:C0366F:00000009:FFFFFFFF:Always Have Megaphone Option PL2:This is the White Bell power :gokuparo:00010000:C03671:00000003:FFFFFFFF:Always Have Megaphone Option PL2 (2/2) :gokuparo:00000000:C0366F:0000000B:FFFFFFFF:Always Have KIKU Beam PL2:This is the Red Bell power :gokuparo:00010000:C03671:00000003:FFFFFFFF:Always Have KIKU Beam PL2 (2/2) :gokuparo:00000000:C0366F:0000000E:FFFFFFFF:Always Have Big Option PL2:This is the Green Bell power. It fails to activate the invincibility portion, but the (No Bells) invincibility code can compensate for this. :gokuparo:00010000:C03671:00000003:FFFFFFFF:Always Have Big Option PL2 (2/2) :gokuparo:00000000:C03675:00000000:FFFFFFFF:Can Always Shoot PL2:Some Bell Options disable your shooting ability. This fixes at least one of them. :gokuparo:00000100:C03667:00000007:FFFFFFFF:Always On Upgrade PL2 gokuparo:0:C03665:02:000:Keep Speed Level 2 PL2 gokuparo:0:C0E92F:FF:000:Infinite White Bell Power PL2 ; [ Gold Bug ] goldbug:0:1D7D:99:000:Infinite Credits goldbug:0:1D6D:05:000:Infinite Lives PL1 goldbug:0:1D6E:05:000:Infinite Lives PL2 ; [ Gold Medalist (alt) ] goldmeda:0:040211:99:000:Infinite Credits :goldmeda:00300000:04034C:00000000:FFFFFFFF:Infinite Time:You may need to turn it OFF at the end of the event to progress goldmeda:0:000000:00:999:[ If you know you are going to come ] goldmeda:0:000000:00:999:[ last in an event. Enable the Next ] goldmeda:0:000000:00:999:[ finisher in 2nd Place Now! cheat ] goldmeda:0:000000:00:999:[ before the first one crosses the ] goldmeda:0:000000:00:999:[ line and enable the 1st Place cheat ] goldmeda:0:000000:00:999:[ just before you cross the line. ] :goldmeda:00000001:040377:00000000:FFFFFFFF:Next finisher in 1st Place Now! :goldmeda:00000001:040377:00000001:FFFFFFFF:Next finisher in 2nd Place Now! :goldmeda:00000001:040377:00000002:FFFFFFFF:Next finisher in 3rd Place Now! :goldmeda:00000001:040377:00000003:FFFFFFFF:Next finisher in 4th Place Now! :goldmeda:00000000:040377:00000000:FFFFFFFF:Gold Medals all round:Need to finish the event in time though ; [ Gold Medalist (bootleg) ] goldmedb:0:040211:99:000:Infinite Credits :goldmedb:00300000:04034C:00000000:FFFFFFFF:Infinite Time:You may need to turn it OFF at the end of the event to progress goldmedb:0:000000:00:999:[ If you know you are going to come ] goldmedb:0:000000:00:999:[ last in an event. Enable the Next ] goldmedb:0:000000:00:999:[ finisher in 2nd Place Now! cheat ] goldmedb:0:000000:00:999:[ before the first one crosses the ] goldmedb:0:000000:00:999:[ line and enable the 1st Place cheat ] goldmedb:0:000000:00:999:[ just before you cross the line. ] :goldmedb:00000001:040377:00000000:FFFFFFFF:Next finisher in 1st Place Now! :goldmedb:00000001:040377:00000001:FFFFFFFF:Next finisher in 2nd Place Now! :goldmedb:00000001:040377:00000002:FFFFFFFF:Next finisher in 3rd Place Now! :goldmedb:00000001:040377:00000003:FFFFFFFF:Next finisher in 4th Place Now! :goldmedb:00000000:040377:00000000:FFFFFFFF:Gold Medals all round:Need to finish the event in time though ; [ Gold Medalist ] goldmedl:0:040211:99:000:Infinite Credits :goldmedl:00300000:04034C:00000000:FFFFFFFF:Infinite Time:You may need to turn it OFF at the end of the event to progress goldmedl:0:000000:00:999:[ If you know you are going to come ] goldmedl:0:000000:00:999:[ last in an event. Enable the Next ] goldmedl:0:000000:00:999:[ finisher in 2nd Place Now! cheat ] goldmedl:0:000000:00:999:[ before the first one crosses the ] goldmedl:0:000000:00:999:[ line and enable the 1st Place cheat ] goldmedl:0:000000:00:999:[ just before you cross the line. ] :goldmedl:00000001:040377:00000000:FFFFFFFF:Next finisher in 1st Place Now! :goldmedl:00000001:040377:00000001:FFFFFFFF:Next finisher in 2nd Place Now! :goldmedl:00000001:040377:00000002:FFFFFFFF:Next finisher in 3rd Place Now! :goldmedl:00000001:040377:00000003:FFFFFFFF:Next finisher in 4th Place Now! :goldmedl:00000000:040377:00000000:FFFFFFFF:Gold Medals all round:Need to finish the event in time though ; [ Golden Axe (bootleg) ] goldnabl:0:FFE018:05:000:Infinite Lives PL1 goldnabl:0:FFC070:30:000:Infinite Energy PL1 goldnabl:0:FFE030:04:000:Infinite Magic - Green D PL1 goldnabl:0:FFE030:06:000:Infinite Magic - Blue W PL1 goldnabl:0:FFE030:09:000:Infinite Magic - Red V PL1 goldnabl:0:FFE098:05:000:Infinite Lives PL2 goldnabl:0:FFC270:30:000:Infinite Energy PL2 goldnabl:0:FFE0B0:04:000:Infinite Magic - Green D PL2 goldnabl:0:FFE0B0:06:000:Infinite Magic - Blue W PL2 goldnabl:0:FFE0B0:09:000:Infinite Magic - Red V PL2 ; [ Golden Axe (set 1, World, FD1094 317-0110) ] goldnax1:0:FFE018:05:000:Infinite Lives PL1 goldnax1:0:FFC070:30:000:Infinite Energy PL1 goldnax1:0:FFE030:04:000:Infinite Magic - Green D PL1 goldnax1:0:FFE030:06:000:Infinite Magic - Blue W PL1 goldnax1:0:FFE030:09:000:Infinite Magic - Red V PL1 goldnax1:0:FFE098:05:000:Infinite Lives PL2 goldnax1:0:FFC270:30:000:Infinite Energy PL2 goldnax1:0:FFE0B0:04:000:Infinite Magic - Green D PL2 goldnax1:0:FFE0B0:06:000:Infinite Magic - Blue W PL2 goldnax1:0:FFE0B0:09:000:Infinite Magic - Red V PL2 ; [ Golden Axe (set 2, US, 8751 317-0112) ] goldnax2:0:FFE018:05:000:Infinite Lives PL1 goldnax2:0:FFC070:30:000:Infinite Energy PL1 goldnax2:0:FFE030:04:000:Infinite Magic - Green D PL1 goldnax2:0:FFE030:06:000:Infinite Magic - Blue W PL1 goldnax2:0:FFE030:09:000:Infinite Magic - Red V PL1 goldnax2:0:FFE098:05:000:Infinite Lives PL2 goldnax2:0:FFC270:30:000:Infinite Energy PL2 goldnax2:0:FFE0B0:04:000:Infinite Magic - Green D PL2 goldnax2:0:FFE0B0:06:000:Infinite Magic - Blue W PL2 goldnax2:0:FFE0B0:09:000:Infinite Magic - Red V PL2 ; [ Golden Axe (set 3, World, FD1094 317-0120) ] goldnax3:0:FFE018:05:000:Infinite Lives PL1 goldnax3:0:FFC070:30:000:Infinite Energy PL1 goldnax3:0:FFE030:04:000:Infinite Magic - Green D PL1 goldnax3:0:FFE030:06:000:Infinite Magic - Blue W PL1 goldnax3:0:FFE030:09:000:Infinite Magic - Red V PL1 goldnax3:0:FFE098:05:000:Infinite Lives PL2 goldnax3:0:FFC270:30:000:Infinite Energy PL2 goldnax3:0:FFE0B0:04:000:Infinite Magic - Green D PL2 goldnax3:0:FFE0B0:06:000:Infinite Magic - Blue W PL2 goldnax3:0:FFE0B0:09:000:Infinite Magic - Red V PL2 ; [ Golden Axe (set 6, US, 8751 317-123A) ] goldnaxe:0:FFE018:05:000:Infinite Lives PL1 goldnaxe:0:FFC070:30:000:Infinite Energy PL1 goldnaxe:0:FFE030:04:000:Infinite Magic - Green D PL1 goldnaxe:0:FFE030:06:000:Infinite Magic - Blue W PL1 goldnaxe:0:FFE030:09:000:Infinite Magic - Red V PL1 goldnaxe:0:FFE098:05:000:Infinite Lives PL2 goldnaxe:0:FFC270:30:000:Infinite Energy PL2 goldnaxe:0:FFE0B0:04:000:Infinite Magic - Green D PL2 goldnaxe:0:FFE0B0:06:000:Infinite Magic - Blue W PL2 goldnaxe:0:FFE0B0:09:000:Infinite Magic - Red V PL2 ; [ Golden Axe (set 4, Japan, FD1094 317-0121) ] goldnaxj:0:FFE018:05:000:Infinite Lives PL1 goldnaxj:0:FFC070:30:000:Infinite Energy PL1 goldnaxj:0:FFE030:04:000:Infinite Magic - Green D PL1 goldnaxj:0:FFE030:06:000:Infinite Magic - Blue W PL1 goldnaxj:0:FFE030:09:000:Infinite Magic - Red V PL1 goldnaxj:0:FFE098:05:000:Infinite Lives PL2 goldnaxj:0:FFC270:30:000:Infinite Energy PL2 goldnaxj:0:FFE0B0:04:000:Infinite Magic - Green D PL2 goldnaxj:0:FFE0B0:06:000:Infinite Magic - Blue W PL2 goldnaxj:0:FFE0B0:09:000:Infinite Magic - Red V PL2 ; [ Golden Axe (set 5, US, FD1094 317-0122) ] goldnaxu:0:FFE018:05:000:Infinite Lives PL1 goldnaxu:0:FFC070:30:000:Infinite Energy PL1 goldnaxu:0:FFE030:04:000:Infinite Magic - Green D PL1 goldnaxu:0:FFE030:06:000:Infinite Magic - Blue W PL1 goldnaxu:0:FFE030:09:000:Infinite Magic - Red V PL1 goldnaxu:0:FFE098:05:000:Infinite Lives PL2 goldnaxu:0:FFC270:30:000:Infinite Energy PL2 goldnaxu:0:FFE0B0:04:000:Infinite Magic - Green D PL2 goldnaxu:0:FFE0B0:06:000:Infinite Magic - Blue W PL2 goldnaxu:0:FFE0B0:09:000:Infinite Magic - Red V PL2 ; [ Golden Star ] goldstar:0:0000:00:999:[Activate 1 of these cheats ] goldstar:0:0000:00:999:[on the "W-Up" screen. ] goldstar:0:BD8C:02:001:One Win = 3rd goldstar:0:BD8C:03:001:One Win = 4th goldstar:0:BD8C:04:001:One Win = 5th goldstar:0:BD8C:04:000:One card to guess in W-UP goldstar:0:BBAD:07:000:Infinite free plays goldstar:0:BBA5:09:000:Always bonus - cher. goldstar:0:BBA7:00:500:Always bonus - cher. (2/2) goldstar:0:BBA8:05:000:Always bonus - bells goldstar:0:BBA7:00:500:Always bonus - bells (2/2) goldstar:0:BBAB:01:000:Always bonus - BAR 1 goldstar:0:BBA7:01:500:Always bonus - BAR 1 (2/2) goldstar:0:BBA5:09:001:Get bonus - cher. Now! goldstar:0:BBA7:00:501:Get bonus - cher. Now! (2/2) goldstar:0:BBA8:05:001:Get bonus - bells Now! goldstar:0:BBA7:00:501:Get bonus - bells Now! (2/2) goldstar:0:BBAB:01:001:Get bonus - BAR 1 Now! goldstar:0:BBA7:01:501:Get bonus - BAR 1 Now! (2/2) goldstar:0:BBA4:11:001:Bonus is BAR 1 goldstar:0:BBA4:44:001:Bonus is cherries goldstar:0:BBA4:88:001:Bonus is bells ; [ Golden Star (Blue version) ] goldstbl:0:0000:00:999:[Activate 1 of these cheats ] goldstbl:0:0000:00:999:[on the "W-Up" screen. ] goldstbl:0:BD8C:02:001:One Win = 3rd goldstbl:0:BD8C:03:001:One Win = 4th goldstbl:0:BD8C:04:001:One Win = 5th goldstbl:0:BD8C:04:000:One card to guess in W-UP goldstbl:0:BBAD:07:000:Infinite free plays goldstbl:0:BBA5:09:000:Always bonus - cher. goldstbl:0:BBA7:00:500:Always bonus - cher. (2/2) goldstbl:0:BBA8:05:000:Always bonus - bells goldstbl:0:BBA7:00:500:Always bonus - bells (2/2) goldstbl:0:BBAB:01:000:Always bonus - BAR 1 goldstbl:0:BBA7:01:500:Always bonus - BAR 1 (2/2) goldstbl:0:BBA5:09:001:Get bonus - cher. Now! goldstbl:0:BBA7:00:501:Get bonus - cher. Now! (2/2) goldstbl:0:BBA8:05:001:Get bonus - bells Now! goldstbl:0:BBA7:00:501:Get bonus - bells Now! (2/2) goldstbl:0:BBAB:01:001:Get bonus - BAR 1 Now! goldstbl:0:BBA7:01:501:Get bonus - BAR 1 Now! (2/2) goldstbl:0:BBA4:11:001:Bonus is BAR 1 goldstbl:0:BBA4:44:001:Bonus is cherries goldstbl:0:BBA4:88:001:Bonus is bells ; [ Golgo 13 (GLG1/VER.A) ] :golgo13:00000000:003B9344:00000009:FFFFFFFF:Infinite Credits :golgo13:00100000:003B9D99:00000909:FFFFFFFF:Infinite Time :golgo13:00100001:003B9D99:00000000:FFFFFFFF:Time Over Now! :golgo13:00000000:003B9C68:00000005:FFFFFFFF:Infinite Ammo :golgo13:00000000:003B9C94:00000064:FFFFFFFF:Infinite Reliability:The game is over at 0% :golgo13:62000000:003B9CF4:00000000:00000000:Select Story:Set on story selection screen then turn it OFF after you've chosen a story :golgo13:00010000:003B9CF4:00000001:FFFFFFFF:Handoutai Crisis :golgo13:00010000:003B9CF4:00000002:FFFFFFFF:Coup detat Zenya :golgo13:00010000:003B9CF4:00000003:FFFFFFFF:Troling Boat :golgo13:00010000:003B9CF4:00000004:FFFFFFFF:Plastic Body :golgo13:00010000:003B9CF4:00000005:FFFFFFFF:Tukurareta Dandou :golgo13:00010000:003B9CF4:00000006:FFFFFFFF:Titujyo wo Mamoru Mono :golgo13:00010000:003B9CF4:00000007:FFFFFFFF:Dokubou to Iu Na no Missitsu :golgo13:00010000:003B9CF4:00000008:FFFFFFFF:Ansatsu no Teien :golgo13:00010000:003B9CF4:00000009:FFFFFFFF:Tijyou kara no Hijack :golgo13:00010000:003B9CF4:0000000A:FFFFFFFF:Mafia no haku Kutsu :golgo13:00010000:003B9CF4:0000000B:FFFFFFFF:Boudan no Siro :golgo13:00010000:003B9CF4:0000000C:FFFFFFFF:Cut Image "G" :golgo13:00010000:003B9CF4:0000000D:FFFFFFFF:Gousetsu Titai :golgo13:00010000:003B9CF4:0000000E:FFFFFFFF:Fire Wall :golgo13:00010000:003B9CF4:0000000F:FFFFFFFF:Pro Snipers :golgo13:00010000:003B9CF4:00000010:FFFFFFFF:Satsujin Kyoudan no Yoru :golgo13:00010000:003B9CF4:00000011:FFFFFFFF:Rope jyou no kiseki :golgo13:00010000:003B9CF4:00000012:FFFFFFFF:Omoide no Violin :golgo13:00010000:003B9CF4:00000013:FFFFFFFF:Special Stage (Final) :golgo13:00010000:003B9CF4:00000014:FFFFFFFF:Turf Magic ; [ Golly! Ghost! ] gollygho:0:1030F6:99:000:Infinite Time gollygho:0:1030F6:00:001:Time = 00 Now! gollygho:0:1030F6:99:001:Time = 99 Now! :gollygho:00000000:40AC8F:00000009:FFFFFFFF:Infinite Credits PL1 :gollygho:00100901:100056:00000999:FFFFFFFF:Select Score PL1 :gollygho:00000000:40ACED:00000009:FFFFFFFF:Infinite Credits PL2 :gollygho:00100901:1000D6:00000999:FFFFFFFF:Select Score PL2 ; [ Gomoku Narabe Renju ] gomoku:0:4A1D:80:000:Infinite Turn Time ; [ Gondomania (US) ] gondo:0:14DB:03:000:Infinite Lives PL1 gondo:0:14D7:99:000:Infinite Money PL1 gondo:0:0100:20:020:Invincibility PL1 gondo:0:14E2:99:000:Infinite Main W Ammo PL1 gondo:0:14E4:99:000:Infinite Ext W1 Ammo PL1:Get extra weapon first gondo:0:14E6:99:000:Infinite Ext W2 Ammo PL1:Get extra weapon first gondo:0:14E8:99:000:Infinite Ext W3 Ammo PL1:Get extra weapon first gondo:0:14EA:99:000:Infinite Ext W4 Ammo PL1:Get extra weapon first gondo:0:14E1:00:000:Main W always Single fire PL1 gondo:0:14E1:01:000:Main W always Triple fire PL1 gondo:0:14E1:02:000:Main W always 6-way fire PL1 gondo:0:14E1:03:000:Main W always Single mis. PL1 gondo:0:14E1:04:000:Main W always Triple mis. PL1 gondo:0:14E1:05:000:Main W always Laser PL1 gondo:0:14E1:06:000:Main W always 5-way sonar PL1 gondo:0:14E1:07:000:Main W always Big "sonar" PL1 gondo:0:14E1:00:001:Main W = Single fire Now! PL1 gondo:0:14E1:01:001:Main W = Triple fire Now! PL1 gondo:0:14E1:02:001:Main W = 6-way fire Now! PL1 gondo:0:14E1:03:001:Main W = Single mis. Now! PL1 gondo:0:14E1:04:001:Main W = Triple mis. Now! PL1 gondo:0:14E1:05:001:Main W = Laser Now! PL1 gondo:0:14E1:06:001:Main W = 5-way sonar Now! PL1 gondo:0:14E1:07:001:Main W = Big "sonar" Now! PL1 gondo:0:14E3:00:001:No extra weapon 1 Now! PL1 gondo:0:14E3:81:001:Ext W1 = Big knife Now! PL1 gondo:0:14E3:82:001:Ext W1 = Small axe Now! PL1 gondo:0:14E3:83:001:Ext W1 = Big axe Now! PL1 gondo:0:14E3:84:001:Ext W1 = Shuriken Now! PL1 gondo:0:14E3:85:001:Ext W1 = Flame balls Now! PL1 gondo:0:14E3:86:001:Ext W1 = Grenade Now! PL1 gondo:0:14E3:87:001:Ext W1 = 4-way bomb Now! PL1 gondo:0:14E5:00:001:No extra weapon 2 Now! PL1 gondo:0:14E5:81:001:Ext W2 = Big knife Now! PL1:Get extra weapon 1 first gondo:0:14E5:82:001:Ext W2 = Small axe Now! PL1:Get extra weapon 1 first gondo:0:14E5:83:001:Ext W2 = Big axe Now! PL1:Get extra weapon 1 first gondo:0:14E5:84:001:Ext W2 = Shuriken Now! PL1:Get extra weapon 1 first gondo:0:14E5:85:001:Ext W2 = Flame balls Now! PL1:Get extra weapon 1 first gondo:0:14E5:86:001:Ext W2 = Grenade Now! PL1:Get extra weapon 1 first gondo:0:14E5:87:001:Ext W2 = 4-way bomb Now! PL1:Get extra weapon 1 first gondo:0:14E7:00:001:No extra weapon 3 Now! PL1 gondo:0:14E7:81:001:Ext W3 = Big knife Now! PL1:Get extra weapon 2 first gondo:0:14E7:82:001:Ext W3 = Small axe Now! PL1:Get extra weapon 2 first gondo:0:14E7:83:001:Ext W3 = Big axe Now! PL1:Get extra weapon 2 first gondo:0:14E7:84:001:Ext W3 = Shuriken Now! PL1:Get extra weapon 2 first gondo:0:14E7:85:001:Ext W3 = Flame balls Now! PL1:Get extra weapon 2 first gondo:0:14E7:86:001:Ext W3 = Grenade Now! PL1:Get extra weapon 2 first gondo:0:14E7:87:001:Ext W3 = 4-way bomb Now! PL1:Get extra weapon 2 first gondo:0:14E9:00:001:No extra weapon 4 Now! PL1 gondo:0:14E9:81:001:Ext W4 = Big knife Now! PL1:Get extra weapon 3 first gondo:0:14E9:82:001:Ext W4 = Small axe Now! PL1:Get extra weapon 3 first gondo:0:14E9:83:001:Ext W4 = Big axe Now! PL1:Get extra weapon 3 first gondo:0:14E9:84:001:Ext W4 = Shuriken Now! PL1:Get extra weapon 3 first gondo:0:14E9:85:001:Ext W4 = Flame balls Now! PL1:Get extra weapon 3 first gondo:0:14E9:86:001:Ext W4 = Grenade Now! PL1:Get extra weapon 3 first gondo:0:14E9:87:001:Ext W4 = 4-way bomb Now! PL1:Get extra weapon 3 first gondo:0:0100:08:020:Always have the armour PL1 gondo:0:0100:10:020:Always have the jets PL1 gondo:0:0100:08:021:Get the armour Now! PL1 gondo:0:0100:10:021:Get the jets Now! PL1 gondo:0:0100:10:041:Lose the jets Now! PL1 gondo:0:0100:08:041:Lose the armour Now! PL1 gondo:0:14E0:03:000:Infinite Lives PL2 gondo:0:14DC:99:000:Infinite Money PL2 gondo:0:0128:20:020:Invincibility PL2 gondo:0:14EC:99:000:Infinite Main W Ammo PL2 gondo:0:14EE:99:000:Infinite Ext W1 Ammo PL2:Get extra weapon first gondo:0:14F0:99:000:Infinite Ext W2 Ammo PL2:Get extra weapon first gondo:0:14F2:99:000:Infinite Ext W3 Ammo PL2:Get extra weapon first gondo:0:14F4:99:000:Infinite Ext W4 Ammo PL2:Get extra weapon first gondo:0:14EB:00:000:Main W always Single fire PL2 gondo:0:14EB:01:000:Main W always Triple fire PL2 gondo:0:14EB:02:000:Main W always 6-way fire PL2 gondo:0:14EB:03:000:Main W always Single mis. PL2 gondo:0:14EB:04:000:Main W always Triple mis. PL2 gondo:0:14EB:05:000:Main W always Laser PL2 gondo:0:14EB:06:000:Main W always 5-way sonar PL2 gondo:0:14EB:07:000:Main W always Big "sonar" PL2 gondo:0:14EB:00:001:Main W = Single fire Now! PL2 gondo:0:14EB:01:001:Main W = Triple fire Now! PL2 gondo:0:14EB:02:001:Main W = 6-way fire Now! PL2 gondo:0:14EB:03:001:Main W = Single mis. Now! PL2 gondo:0:14EB:04:001:Main W = Triple mis. Now! PL2 gondo:0:14EB:05:001:Main W = Laser Now! PL2 gondo:0:14EB:06:001:Main W = 5-way sonar Now! PL2 gondo:0:14EB:07:001:Main W = Big "sonar" Now! PL2 gondo:0:14ED:00:001:No extra weapon 1 Now! PL2 gondo:0:14ED:81:001:Ext W1 = Big knife Now! PL2 gondo:0:14ED:82:001:Ext W1 = Small axe Now! PL2 gondo:0:14ED:83:001:Ext W1 = Big axe Now! PL2 gondo:0:14ED:84:001:Ext W1 = Shuriken Now! PL2 gondo:0:14ED:85:001:Ext W1 = Flame balls Now! PL2 gondo:0:14ED:86:001:Ext W1 = Grenade Now! PL2 gondo:0:14ED:87:001:Ext W1 = 4-way bomb Now! PL2 gondo:0:14EF:00:001:No extra weapon 2 Now! PL2 gondo:0:14EF:81:001:Ext W2 = Big knife Now! PL2:Get extra weapon 1 first gondo:0:14EF:82:001:Ext W2 = Small axe Now! PL2:Get extra weapon 1 first gondo:0:14EF:83:001:Ext W2 = Big axe Now! PL2:Get extra weapon 1 first gondo:0:14EF:84:001:Ext W2 = Shuriken Now! PL2:Get extra weapon 1 first gondo:0:14EF:85:001:Ext W2 = Flame balls Now! PL2:Get extra weapon 1 first gondo:0:14EF:86:001:Ext W2 = Grenade Now! PL2:Get extra weapon 1 first gondo:0:14EF:87:001:Ext W2 = 4-way bomb Now! PL2:Get extra weapon 1 first gondo:0:14F1:00:001:No extra weapon 3 Now! PL2 gondo:0:14F1:81:001:Ext W3 = Big knife Now! PL2:Get extra weapon 2 first gondo:0:14F1:82:001:Ext W3 = Small axe Now! PL2:Get extra weapon 2 first gondo:0:14F1:83:001:Ext W3 = Big axe Now! PL2:Get extra weapon 2 first gondo:0:14F1:84:001:Ext W3 = Shuriken Now! PL2:Get extra weapon 2 first gondo:0:14F1:85:001:Ext W3 = Flame balls Now! PL2:Get extra weapon 2 first gondo:0:14F1:86:001:Ext W3 = Grenade Now! PL2:Get extra weapon 2 first gondo:0:14F1:87:001:Ext W3 = 4-way bomb Now! PL2:Get extra weapon 2 first gondo:0:14F3:00:001:No extra weapon 4 Now! PL2 gondo:0:14F3:81:001:Ext W4 = Big knife Now! PL2:Get extra weapon 3 first gondo:0:14F3:82:001:Ext W4 = Small axe Now! PL2:Get extra weapon 3 first gondo:0:14F3:83:001:Ext W4 = Big axe Now! PL2:Get extra weapon 3 first gondo:0:14F3:84:001:Ext W4 = Shuriken Now! PL2:Get extra weapon 3 first gondo:0:14F3:85:001:Ext W4 = Flame balls Now! PL2:Get extra weapon 3 first gondo:0:14F3:86:001:Ext W4 = Grenade Now! PL2:Get extra weapon 3 first gondo:0:14F3:87:001:Ext W4 = 4-way bomb Now! PL2:Get extra weapon 3 first gondo:0:0128:08:020:Always have the armour PL2 gondo:0:0128:10:020:Always have the jets PL2 gondo:0:0128:08:021:Get the armour Now! PL2 gondo:0:0128:10:021:Get the jets Now! PL2 gondo:0:0128:10:041:Lose the jets Now! PL2 gondo:0:0128:08:041:Lose the armour Now! PL2 ; [ Vs. The Goonies ] goonies:0:0763:63:000:Infinite Credits goonies:0:0090:99:007:Infinite Time goonies:0:0046:79:000:Infinite Lives goonies:0:00A0:17:000:Infinite Energy goonies:0:00D0:02:000:Invincibility goonies:0:05DD:02:500:Invincibility (2/3) goonies:0:004B:9F:500:Invincibility (3/3) goonies:0:05F3:01:020:Always have Bomb goonies:0:05DF:03:000:Always have 3 Keys goonies:0:05DF:03:001:Get 3 Keys Now! goonies:0:05F2:32:000:Always Have Slingshot goonies:0:05F2:32:001:Get Slingshot Now! goonies:0:05D6:11:000:Maximum Rescues :goonies:00000000:0049:00000001:00000001:Always have Earplugs:No damage against gang's note attack :goonies:00000000:0049:00000002:00000002:Always have Waterproof Wear:No damage against steam, drop of water and waterfall :goonies:00000000:0049:00000004:00000004:Always have Helmet:No damage against a falling rock :goonies:00000000:0049:00000008:00000008:Always have Fireproof Wear:No damage against fire :goonies:00000000:0049:00000010:00000010:Always have Rucksack:Enables you to have 2 bombs at the same time :goonies:00000000:0049:00000020:00000020:Always have Armor:No damage against gang's gun, skeleton's bone attack and bat :goonies:00000000:0049:00000040:00000040:Always have Hyper Shoes:Enable long jump at the particular place :goonies:00000000:0007:00000000:00000040:Rapid Fire :goonies:00000000:05D8:00000007:FFFFFFFF:Always have 7 Diamonds:Energy recovery when you get a diamond :goonies:00000000:0093:00000001:FFFFFFFF:Always Red Pod Changes Yellow:Yellow Pod gives a extra life :goonies:20800000:F394:00000060:FFFFFFFF:Skip ROM Check:It's better to use together with Pre-Enable ; [ Gorf ] gorf:0:2E6B:C9:100:Invincibility gorf:0:D032:05:000:Infinite Lives PL1 gorf:0:D033:05:000:Infinite Lives PL2 gorf:0:0000:00:999:[Cheats for the - Astro Battle,] gorf:0:0000:00:999:[Laser Attack & Galaxians levels] gorf:0:D94B:00:001:Finish this Level Now! gorf:0:0000:00:999:[Cheats for the Space Warp level] gorf:0:DDA0:00:001:Finish Level After Cur.UFO gorf:0:0000:00:999:[Cheats for the Flag Ship levels] gorf:0:DDD7:00:000:Always shoot thro' Shield gorf:0:DDD7:01:000:Never shoot thro' Shield ; [ Gorf (Program 1) ] gorfpgm1:0:2ED9:C9:100:Invincibility gorfpgm1:0:D032:05:000:Infinite Lives PL1 gorfpgm1:0:D033:05:000:Infinite Lives PL2 gorfpgm1:0:0000:00:999:[Cheats for the - Astro Battle,] gorfpgm1:0:0000:00:999:[Laser Attack & Galaxians levels] gorfpgm1:0:D94A:00:001:Finish this Level Now! gorfpgm1:0:0000:00:999:[Cheats for the Space Warp level] gorfpgm1:0:DDDB:00:001:Finish Level After Cur.UFO gorfpgm1:0:0000:00:999:[Cheats for the Flag Ship levels] gorfpgm1:0:DD9C:00:000:Always shoot thro' Shield gorfpgm1:0:DD9C:01:000:Never shoot thro' Shield ; [ Gorkans ] gorkans:0:4CA6:09:000:Infinite Lives PL1 gorkans:0:4CA7:09:000:Infinite Lives PL2 ; [ Got-cha Mini Game Festival ] gotcha:0:000000:00:999:[ The Infinite Time cheats should be turned OFF ] gotcha:0:000000:00:999:[ when you've finished the stage or have done ] gotcha:0:000000:00:999:[ enough to complete the stage. ] gotcha:0:120C91:21:000:Infinite Time (01 - Strike Dolls) gotcha:0:122675:21:000:Infinite Time (02 - Hungry Kitty) gotcha:0:127977:21:000:Infinite Time (03 - Monster Madness) gotcha:0:127917:21:000:Infinite Time (04 - Wash Day) ;More Time and Answer cheats to be found for the other 15 stages. gotcha:0:120899:04:000:Infinite Lives PL1 gotcha:0:1208B7:04:000:Infinite Lives PL2 gotcha:0:1208D5:04:000:Infinite Lives PL3 ; [ Got-Ya (12/24/1981, prototype?) ] gotya:0:5087:06:000:Infinite Lives PL1 gotya:0:5088:06:000:Infinite Lives PL2 ; [ Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer ] gowcaizr:0:1062E1:63:000:Infinite Time gowcaizr:0:1062E1:00:001:Finish this Round Now! gowcaizr:0:102D09:64:000:Infinite Energy PL1 gowcaizr:0:102D09:00:001:Drain All Energy Now PL1 gowcaizr:0:000000:00:999:[ Free player selection-Use on ANY selection ] gowcaizr:0:000000:00:999:[ screen. BUT Ohga vs. Ohga doesn't work! ] gowcaizr:0:10464D:00:001:Play with Gowcaizer PL1 gowcaizr:0:10464D:01:001:Play with Captain PL1 gowcaizr:0:10464D:02:001:Play with Karin PL1 gowcaizr:0:10464D:03:001:Play with Fudomaru PL1 gowcaizr:0:10464D:04:001:Play with Marion PL1 gowcaizr:0:10464D:05:001:Play with Shaia PL1 gowcaizr:0:10464D:06:001:Play with Shenlong PL1 gowcaizr:0:10464D:07:001:Play with Kyosuke PL1 gowcaizr:0:10464D:08:001:Play with Stinger PL1 gowcaizr:0:10464D:09:001:Play with Brider PL1 gowcaizr:0:10464D:0A:001:Play with Platonic Twins PL1 gowcaizr:0:10464D:0B:001:Play with Ohga PL1:Loses cause end of game gowcaizr:0:1035BF:64:000:Infinite Energy PL2 gowcaizr:0:1035BF:00:001:Drain All Energy Now PL2 gowcaizr:0:000000:00:999:[ Free player selection-Use on ANY selection ] gowcaizr:0:000000:00:999:[ screen. BUT Ohga vs. Ohga doesn't work! ] gowcaizr:0:10467D:00:001:Play with Gowcaizer PL2 gowcaizr:0:10467D:01:001:Play with Captain PL2 gowcaizr:0:10467D:02:001:Play with Karin PL2 gowcaizr:0:10467D:03:001:Play with Fudomaru PL2 gowcaizr:0:10467D:04:001:Play with Marion PL2 gowcaizr:0:10467D:05:001:Play with Shaia PL2 gowcaizr:0:10467D:06:001:Play with Shenlong PL2 gowcaizr:0:10467D:07:001:Play with Kyosuke PL2 gowcaizr:0:10467D:08:001:Play with Stinger PL2 gowcaizr:0:10467D:09:001:Play with Brider PL2 gowcaizr:0:10467D:0A:001:Play with Platonic Twins PL2 gowcaizr:0:10467D:0B:001:Play with Ohga PL2:Loses cause end of game :gowcaizr:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :gowcaizr:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :gowcaizr:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ GP500 ] gp500:0:0000:00:999:[ There are no cheats ]:REASON 1 gp500:0:0000:00:999:[ for this game as it ]:REASON 1 gp500:0:0000:00:999:[ didn't work the last ]:REASON 1 gp500:0:0000:00:999:[ time it was tested. ]:REASON 1 gp500:0:0000:00:999:[ If the game now works ]:REASON 1 gp500:0:0000:00:999:[ please request cheats ]:REASON 1 gp500:0:0000:00:999:[ for it on the cheat ]:REASON 1 gp500:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gals Panic II - Quiz Version (Japan) ] :gpan2qiz:00000000:100EC9:00000009:FFFFFFFF:Infinite Credits :gpan2qiz:00100000:10A044:000000B0:FFFFFFFF:Infinite Time :gpan2qiz:00100000:101C0E:00000100:FFFFFFFF:Infinite Quiz Time:Turn it OFF at the end of the quiz mode :gpan2qiz:00100000:1021BC:00000100:FFFFFFFF:Infinite Show Time :gpan2qiz:00110000:1025BC:00000100:FFFFFFFF:Infinite Show Time (2/2) :gpan2qiz:00100000:101B4A:00000100:FFFFFFFF:Infinite Bonus Stage Time :gpan2qiz:00000000:10B135:00000010:00000010:Always Freeze Enemy :gpan2qiz:00000000:10B135:00000020:00000020:Always Enemy Speed Down :gpan2qiz:00000001:10B135:00000040:00000040:Kill Small Enemies Now! :gpan2qiz:000000E6:101C13:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer :gpan2qiz:00000000:101C13:00000000:FFFFFFFF:Answer 1 Always Correct :gpan2qiz:00300000:10A0E4:FFFFFFFF:FFFFFFFF:Finish Panic with 100% :gpan2qiz:60000000:000000:00000000:00000000:[ 1 Round = 3 Panics + Bonus Stage ] :gpan2qiz:60000000:000000:00000000:00000000:[ 1 Loop = 6 Rounds ] :gpan2qiz:00000300:108FA3:00000002:FFFFFFFF:Select Panic :gpan2qiz:00000300:108FA2:00000005:FFFFFFFF:Select Round :gpan2qiz:00000000:10A0FC:00000009:FFFFFFFF:Infinite Lives PL1 :gpan2qiz:00000000:10B135:00000001:00000001:Always Have Speed Up PL1 :gpan2qiz:00300001:101B4F:00630000:FFFFFFFF:Finish Bonus Stage Now! PL1:Get perfect bonus for Player 1 :gpan2qiz:00210001:101B51:00630000:FFFFFFFF:Finish Bonus Stage Now! PL1 (2/2) :gpan2qiz:00000000:10A0FD:00000009:FFFFFFFF:Infinite Lives PL2 :gpan2qiz:00000000:10B137:00000001:00000001:Always Have Speed Up PL2 :gpan2qiz:00000001:101B4F:00000000:FFFFFFFF:Finish Bonus Stage Now! PL2:Get perfect bonus for Player 2 :gpan2qiz:00210001:101B51:00000063:FFFFFFFF:Finish Bonus Stage Now! PL2 (2/2) ; [ Golden Par Golf (Joystick, V1.1) ] :gpgolf:00000000:3BF6:00000009:FFFFFFFF:Infinite Credits :gpgolf:00000000:3B33:00000009:FFFFFFFF:Infinite Time :gpgolf:00000100:2836:00000014:FFFFFFFF:Select Stage :gpgolf:00000000:3709:00000000:FFFFFFFF:Infinite Strokes PL1 :gpgolf:00000000:370A:00000000:FFFFFFFF:Infinite Strokes PL2 :gpgolf:00000000:370B:00000000:FFFFFFFF:Infinite Strokes PL3 :gpgolf:00000000:370C:00000000:FFFFFFFF:Infinite Strokes PL4 ; [ Ghost Pilots ] gpilots:0:10A689:64:000:Infinite Continues gpilots:0:00E90E:60:100:Invincibility gpilots:0:103F37:09:000:Infinite Lives PL1 gpilots:0:103F40:09:000:Infinite Bombs PL1 gpilots:0:103F44:99:000:Always have Maximum Stars PL1 gpilots:0:103F44:99:001:Get Maximum Stars Now! PL1 gpilots:0:103F3D:1C:000:Maximum Weapon Power PL1 gpilots:0:103FB7:09:000:Infinite Lives PL2 gpilots:0:103FC0:09:000:Infinite Bombs PL2 gpilots:0:103FC4:99:000:Always have Maximum Stars PL2 gpilots:0:103FC4:99:001:Get Maximum Stars Now! PL2 gpilots:0:103FBD:1C:000:Maximum Weapon Power PL2 :gpilots:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :gpilots:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :gpilots:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ GP Rider (set 2, FD1094 317-0163) ] :gprider:00000000:08014A:00000063:FFFFFFFF:Infinite Credits :gprider:00000000:08006F:00000099:FFFFFFFF:Infinite Time :gprider:00100000:2803F0:00000000:FFFFFFFF:Minimum Lap Time :gprider:00100000:2802D0:0000012C:FFFFFFFF:Always ride at Maximum Speed :gprider:00100000:2802D0:000003E8:FFFFFFFF:Always ride at Crazy Speed (1000 KPH):Faster (max 65535) is possible but makes game unplayable :gprider:00100001:2802D0:000003E8:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect, hold down till the display shows the speed ; [ GP Rider (set 1, US, FD1094 317-0162) ] :gprider1:00000000:08014A:00000063:FFFFFFFF:Infinite Credits :gprider1:00000000:08006F:00000099:FFFFFFFF:Infinite Time :gprider1:00100000:2803F0:00000000:FFFFFFFF:Minimum Lap Time :gprider1:00100000:2802D0:0000012C:FFFFFFFF:Always ride at Maximum Speed :gprider1:00100000:2802D0:000003E8:FFFFFFFF:Always ride at Crazy Speed (1000 KPH):Faster (max 65535) is possible but makes game unplayable :gprider1:00100001:2802D0:000003E8:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect, hold down till the display shows the speed ; [ Gradius ] gradius:0:0702A0:05:000:Infinite Lives gradius:0:070800:01:000:Invincibility gradius:0:07080A:02:500:Invincibility (2/3) gradius:0:070819:00:500:Invincibility (3/3) gradius:0:07080E:02:000:Constant Speedup Speed=2 gradius:0:07080E:03:000:Constant Speedup Speed=3 gradius:0:07080E:04:000:Constant Speedup Speed=4 gradius:0:07080E:05:000:Constant Speedup Speed=5 gradius:0:07080E:06:000:Constant Speedup Speed=6-FULL gradius:0:070825:01:000:Constant Missile gradius:0:070827:01:000:Constant Double gradius:0:070827:02:000:Constant Laser gradius:0:0702AC:05:000:Infinite 5 Coins gradius:0:0702AC:06:000:Infinite 6 Coins gradius:0:0705E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code gradius:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use ; [ Gradius II - GOFER no Yabou (Japan New Ver.) ] gradius2:2:060400:09:000:Infinite Lives :gradius2:22900000:1B34C:00004E71:FFFFFFFF:Invincibility :gradius2:22810000:1B386:00000060:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Scenery gradius2:2:06040F:0C:000:Next Capsule Blue :gradius2:62000000:00000:00000000:00000000:Select Current Speed :gradius2:02010000:60428:00000000:00000007:0 :gradius2:02010000:60428:00000001:00000001:1 :gradius2:02010000:60428:00000002:00000002:2 :gradius2:02010000:60428:00000003:00000003:3 :gradius2:02010000:60428:00000004:00000004:4 :gradius2:02010000:60428:00000005:00000005:5 :gradius2:62000000:00000:00000000:00000000:Select Current Shot :gradius2:02010000:60429:00000000:00000007:Normal :gradius2:02010000:60429:00000001:00000001:Double :gradius2:02010000:60429:00000002:00000002:Tail Gun :gradius2:02010000:60429:00000003:00000003:Ripple Laser :gradius2:02010000:60429:00000004:00000004:Laser :gradius2:62000000:00000:00000000:00000000:Select Current Missile :gradius2:02010000:60428:00000000:00000038:No Missile :gradius2:02010000:60428:00000008:00000008:Missile :gradius2:02010000:60428:00000010:00000010:Spread :gradius2:02010000:60428:00000018:00000018:Photon :gradius2:02010000:60428:00000020:00000020:Twin :gradius2:02000000:60068:00000000:00000020:Rapid Fire - Shot:Turn it OFF when you have Laser :gradius2:02000000:60068:00000000:00000040:Rapid Fire - Missile gradius2:2:060420:01:001:Gauge = SpeedUp Now! gradius2:2:060420:02:001:Gauge = Missile Now! gradius2:2:060420:03:001:Gauge = Double Now! gradius2:2:060420:04:001:Gauge = Laser Now! gradius2:2:060420:05:001:Gauge = Option Now! gradius2:2:060420:06:001:Gauge = Shield Now! gradius2:2:060420:06:071:Gauge = Bar Select Now! gradius2:0:000000:00:999:[Enable these cheats on the ] gradius2:0:000000:00:999:[weapon select mode screen ] gradius2:0:000000:00:999:[ Round 1 Area from 1 to 5 ] gradius2:0:000000:00:999:[ Round 2 Area from 1 to 5 ] gradius2:0:000000:00:999:[ Round 3 Area from 1 to 5 ] gradius2:0:000000:00:999:[ Round 4 Area from 1 to 4 ] gradius2:0:000000:00:999:[ Round 5 Area from 1 to 6 ] gradius2:0:000000:00:999:[ Round 6 Area from 1 to 9 ] gradius2:0:000000:00:999:[ Round 7 Area from 1 only ] gradius2:0:000000:00:999:[ Round 8 Area from 1 to 6 ] gradius2:2:06041B:FF:070:Select Starting Lap gradius2:2:060419:08:070:Select Starting Round gradius2:2:060411:00:001:Start in Area 1 gradius2:2:060411:04:001:Start in Area 2 gradius2:2:060411:08:001:Start in Area 3 gradius2:2:060411:0C:001:Start in Area 4 gradius2:2:060411:10:001:Start in Area 5 gradius2:2:060411:14:001:Start in Area 6 gradius2:2:060411:18:001:Start in Area 7 gradius2:2:060411:1C:001:Start in Area 8 gradius2:2:060411:20:001:Start in Area 9 :gradius2:22900000:01052:00001054:FFFFFFFF:Skip RAM/ROM Check gradius2:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code ; [ Gradius III (Japan) ] gradius3:0:101050:03:000:Infinite Lives :gradius3:20900000:007B72:000060F8:FFFFFFFF:Invincibility :gradius3:00010000:10101B:00000000:00000080:Invincibility (2/2):1st = For Normal Stage, 2nd = For 3D Stage gradius3:0:10102C:04:000:Always have Maximum Speed gradius3:0:10102D:C0:500:Always have Maximum Speed (2/2) gradius3:0:10102C:04:001:Get Maximum Speed Now! gradius3:0:10102D:C0:501:Get Maximum Speed Now! (2/2) gradius3:0:000000:00:999:[ Upgrade Cursor movement cheats ] gradius3:0:10106A:00:000:Always have NO cursor displayed gradius3:0:10106A:01:000:Always have Cursor on "SPEEDUP" gradius3:0:10106A:02:000:Always have Cursor on "MISSILE" gradius3:0:10106A:03:000:Always have Cursor on "DOUBLE" gradius3:0:10106A:04:000:Always have Cursor on "LASER" gradius3:0:10106A:05:000:Always have Cursor on "OPTION" gradius3:0:10106A:06:000:Always have Cursor on "?" gradius3:0:10106A:07:000:Always have Cursor on "!" gradius3:0:10106A:00:001:Have NO cursor displayed Now! gradius3:0:10106A:01:001:Have Cursor on "SPEEDUP" Now! gradius3:0:10106A:02:001:Have Cursor on "MISSILE" Now! gradius3:0:10106A:03:001:Have Cursor on "DOUBLE" Now! gradius3:0:10106A:04:001:Have Cursor on "LASER" Now! gradius3:0:10106A:05:001:Have Cursor on "OPTION" Now! gradius3:0:10106A:06:001:Have Cursor on "?" Now! gradius3:0:10106A:07:001:Have Cursor on "!" Now! gradius3:0:000000:00:999:[ Missile Cheats ] gradius3:0:10106D:00:000:Always have NO Missiles gradius3:0:10106D:01:000:Always have the Normal Missile gradius3:0:10106D:02:000:Always have the Photon Torpedo Missile gradius3:0:10106D:03:000:Always have the Spread Bomb Missile gradius3:0:10106D:04:000:Always have the 2-way Missile gradius3:0:10106D:06:000:Always have the Control Missile gradius3:0:10106D:07:000:Always have the Upper Missile gradius3:0:10106D:08:000:Always have the S. Spread Missile gradius3:0:10106D:00:001:Lose ALL Missiles Now! gradius3:0:10106D:01:001:Get the Normal Missile Now! gradius3:0:10106D:02:001:Get the Photon Torpedo Missile Now! gradius3:0:10106D:03:001:Get the Spread Bomb Missile Now! gradius3:0:10106D:04:001:Get the 2-way Missile Now! gradius3:0:10106D:06:001:Get the Control Missile Now! gradius3:0:10106D:07:001:Get the Upper Missile Now! gradius3:0:10106D:08:001:Get the S. Spread Missile Now! gradius3:0:000000:00:999:[ Main Shot (includes Lasers & Doubles) ] gradius3:0:10106C:00:000:Always have the Normal Shot gradius3:0:10106C:03:000:Always have the Normal Double gradius3:0:10106C:01:000:Always have the Tailgun Double gradius3:0:10106C:02:000:Always have the Vertical Double gradius3:0:10106C:08:000:Always have the Freeway Double gradius3:0:10106C:04:000:Always have the Normal Laser gradius3:0:10106C:07:000:Always have the Ripple Laser gradius3:0:10106C:05:000:Always have the "C. Laser" Laser gradius3:0:10106C:06:000:Always have the "Twin Laser" Laser gradius3:0:10106C:09:000:Always have the Spread Gun Laser gradius3:0:10106C:0A:000:Always have the "E.Laser" Laser gradius3:0:10106C:00:001:Get the Normal Shot Now! gradius3:0:10106C:03:001:Get the Normal Double Now! gradius3:0:10106C:01:001:Get the Tailgun Double Now! gradius3:0:10106C:02:001:Get the Vertical Double Now! gradius3:0:10106C:08:001:Get the Freeway Double Now! gradius3:0:10106C:04:001:Get the Normal Laser Now! gradius3:0:10106C:07:001:Get the Ripple Laser Now! gradius3:0:10106C:05:001:Get the "C. Laser" Laser Now! gradius3:0:10106C:06:001:Get the "Twin Laser" Laser Now! gradius3:0:10106C:09:001:Get the Spread Gun Laser Now! gradius3:0:10106C:0A:001:Get the "E.Laser" Laser Now! gradius3:0:000000:00:999:[ Edit Current Weapon Type ] gradius3:0:10106E:00:001:Weapon Type A gradius3:0:10106E:01:001:Weapon Type B gradius3:0:10106E:02:001:Weapon Type C gradius3:0:10106E:03:001:Weapon Type D gradius3:0:10106E:05:001:Weapon Type EDIT gradius3:0:000000:00:999:[ Edit Current Missile Type ] gradius3:0:101075:02:000:Normal Missile gradius3:0:101075:03:000:Photon Torpedo gradius3:0:101075:04:000:Spread Bomb gradius3:0:101075:05:000:2Way gradius3:0:101075:16:000:Control gradius3:0:101075:1C:000:Upper gradius3:0:101075:1D:000:S.Spread gradius3:0:000000:00:999:[ Edit Current Double Type ] gradius3:0:101077:06:000:Tail Gun gradius3:0:101077:07:000:Vertical gradius3:0:101077:08:000:Normal Double gradius3:0:101077:13:000:Free Way gradius3:0:101077:17:000:Spread gradius3:0:000000:00:999:[ Edit Current Laser Type ] gradius3:0:101079:09:000:Normal Laser gradius3:0:101079:0A:000:C.Laser gradius3:0:101079:0B:000:Twin Laser gradius3:0:101079:0C:000:Ripple gradius3:0:101079:18:000:E.Laser gradius3:0:000000:00:999:[ Edit Current Option Type ] gradius3:0:10107B:0D:000:Normal Option gradius3:0:10107B:0E:000:Snake Option gradius3:0:000000:00:999:[ Edit Current Shield Type ] gradius3:0:10107D:10:000:Shield gradius3:0:10107D:12:000:Force Shield gradius3:0:10107D:11:000:Free Shield gradius3:0:10107D:1A:000:Reduce gradius3:0:000000:00:999:[ Edit Current Special Type ] gradius3:0:10107F:14:000:Flash gradius3:0:10107F:1B:000:Normal gradius3:0:10107F:19:000:Speed Down gradius3:0:10107F:1E:000:Option gradius3:0:000000:00:999:[ Round Select ] gradius3:0:1039C3:FF:071:Select Lap gradius3:0:101051:0C:071:Select Round gradius3:0:1038F1:00:000:Start area 0 gradius3:0:1038F1:01:000:Start area 1 gradius3:0:1038F1:02:000:Start area 2 gradius3:0:1038F1:03:000:Start area 3 gradius3:0:1038F1:04:000:Start area 4 gradius3:0:1038F1:05:000:Start area 5 gradius3:0:1038F1:06:000:Start area 6 gradius3:0:1038F1:07:000:Start area 7 gradius3:0:1038F1:08:000:Start area 8 gradius3:0:1038F1:09:000:Start area 9 gradius3:0:1038F1:0A:000:Start area 10 gradius3:0:1038F1:0B:000:Start area 11 gradius3:0:1038F1:0C:000:Start area 12 gradius3:0:1038F1:0D:000:Start area 13 gradius3:0:1038F1:0E:000:Start area 14 gradius3:0:1038F1:0F:000:Start area 15 gradius3:0:1038F1:10:000:Start area 16 gradius3:0:1038F1:11:000:Start area 17 gradius3:0:1038F1:12:000:Start area 18 gradius3:0:1038F1:13:000:Start area 19 gradius3:0:1038F1:14:000:Start area 20 gradius3:0:1038F1:15:000:Start area 21 gradius3:0:1038F1:16:000:Start area 22 gradius3:0:1038F1:17:000:Start area 23 gradius3:0:1038F1:18:000:Start area 24 gradius3:0:1038F1:19:000:Start area 25 gradius3:0:1038F1:1A:000:Start area 26 gradius3:0:1038F1:1B:000:Start area 27 gradius3:0:1038F1:1C:000:Start area 28 gradius3:0:1038F1:1D:000:Start area 29 gradius3:0:1038F1:1E:000:Start area 30 gradius3:0:1038F1:1F:000:Start area 31 gradius3:0:1038F1:20:000:Start area 32 :gradius3:20900000:000096:000010AA:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable gradius3:0:040002:41:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Gradius 4: Fukkatsu ] :gradius4:00000000:00004719:00000063:FFFFFFFF:Infinite Credits :gradius4:62000000:00000000:00000000:00000000:Select Current Gauge Position :gradius4:00010000:0000496B:00000000:FFFFFFFF:None :gradius4:00010000:0000496B:00000001:FFFFFFFF:Speed Up :gradius4:00010000:0000496B:00000002:FFFFFFFF:Missile :gradius4:00010000:0000496B:00000003:FFFFFFFF:Double :gradius4:00010000:0000496B:00000004:FFFFFFFF:Laser :gradius4:00010000:0000496B:00000005:FFFFFFFF:Option :gradius4:00010000:0000496B:00000006:FFFFFFFF:? :gradius4:00000100:000F1D82:00000005:FFFFFFFF:Select Current Speed :gradius4:00000000:000F1D97:00000002:00000002:Always Have Missile :gradius4:00000000:000F1D97:00000004:00000004:Always Have Double (Buggy) :gradius4:00000000:000F1D97:00000008:00000008:Always Have Laser (Buggy) :gradius4:60000000:00000000:00000000:00000000:[ Set Option cheat before starting ] :gradius4:60000000:00000000:00000000:00000000:[ the game. (Displayed "START" ] :gradius4:60000000:00000000:00000000:00000000:[ message screen etc.) ] :gradius4:00000000:000F1D81:00000004:FFFFFFFF:Always Have Options :gradius4:60000000:00000000:00000000:00000000:[ Set F.F. Energy cheat after get ] :gradius4:60000000:00000000:00000000:00000000:[ the Force Field. ] :gradius4:00000000:000F1D83:00000003:FFFFFFFF:Infinite Force Field Energy :gradius4:00000001:0000490F:00000001:FFFFFFFF:Unlocked 2nd Loop Start:Set on Power Meter Selection Screen :gradius4:00010001:00004937:00000001:FFFFFFFF:Unlocked 2nd Loop Start (2/3) :gradius4:00010001:0000494B:00000001:FFFFFFFF:Unlocked 2nd Loop Start (3/3) :gradius4:00000000:000F1D9B:00000000:FFFFFFFF:Rapid Fire - Shot :gradius4:00000000:00004930:00000009:FFFFFFFF:Infinite Lives PL1 :gradius4:00000000:00004944:00000009:FFFFFFFF:Infinite Lives PL2 ; [ Gratia - Second Earth (92047-01 version) ] gratia:0:00000000:00:999:[ See the Dip Switches to enable Invincibility. ] gratia:0:FEE01994:05:000:Infinite Lives PL1 gratia:0:FEE01998:04:000:Infinite Bombs PL1 gratia:0:FEE02D0C:05:000:Infinite Lives PL2 gratia:0:FEE02D10:04:000:Infinite Bombs PL2 ; [ Gratia - Second Earth (91022-10 version) ] gratiaa:0:00000000:00:999:[ See the Dip Switches to enable Invincibility. ] gratiaa:0:FEE01994:05:000:Infinite Lives PL1 gratiaa:0:FEE01998:04:000:Infinite Bombs PL1 gratiaa:0:FEE02D0C:05:000:Infinite Lives PL2 gratiaa:0:FEE02D10:04:000:Infinite Bombs PL2 ; [ Gravitar (version 3) ] gravitar:0:0042:06:000:Infinite Lives PL1 gravitar:0:016C:99:000:Infinite Fuel PL1 gravitar:0:0043:06:000:Infinite Lives PL2 gravitar:0:0169:99:000:Infinite Fuel PL2 ; [ Gravitar (version 2) ] gravitr2:0:0042:06:000:Infinite Lives PL1 gravitr2:0:016C:99:000:Infinite Fuel PL1 gravitr2:0:0043:06:000:Infinite Lives PL2 gravitr2:0:0169:99:000:Infinite Fuel PL2 ; [ Gravitar (prototype) ] gravp:0:0042:06:000:Infinite Lives PL1 gravp:0:0168:99:000:Infinite Fuel PL1 gravp:0:0043:06:000:Infinite Lives PL2 gravp:0:0169:99:000:Infinite Fuel PL2 ; [ Grand Champion ] grchamp:0:4214:99:000:Infinite Time grchamp:0:4181:01:000:Always be ranked number 1 grchamp:0:400D:FF:000:Always drive at Maximum Speed ; [ Guardian Force (JUET 980318 V0.105) ] :grdforce:00100000:060834E2:00000009:FFFFFFFF:Invincibility "ON" :grdforce:00110000:060834E8:0000E304:FFFFFFFF:Invincibility "ON" (2/2) :grdforce:00100001:060834E2:00008903:FFFFFFFF:Invincibility "OFF" :grdforce:00110001:060834E8:000073FF:FFFFFFFF:Invincibility "OFF" (2/2) grdforce:0:0601F014:09:000:Infinite Lives PL1 :grdforce:00000000:0601F015:00000009:FFFFFFFF:Infinite Bombs PL1 :grdforce:00100000:0601F012:0000044C:FFFFFFFF:Always Have Maximum Shot Power PL1 :grdforce:00010000:0601F017:0000000C:FFFFFFFF:Always Have Maximum Shot Power PL1 (2/2) grdforce:0:0601F040:09:000:Infinite Lives PL2 :grdforce:00000000:0601F041:00000003:FFFFFFFF:Infinite Bombs PL2 :grdforce:00100000:0601F03E:0000044C:FFFFFFFF:Always Have Maximum Shot Power PL1 :grdforce:00010000:0601F043:0000000C:FFFFFFFF:Always Have Maximum Shot Power PL1 (2/2) ; [ Guardians / Denjin Makai II ] grdians:0:2014F1:09:000:Infinite Credits grdians:0:201312:9A:000:Infinite Time grdians:0:201629:0A:000:Infinite Lives PL1 grdians:0:203142:02:000:Infinite Energy PL1 grdians:0:203143:C0:500:Infinite Energy PL1 (2/4) grdians:0:203144:02:500:Infinite Energy PL1 (3/4) grdians:0:203145:C0:500:Infinite Energy PL1 (4/4) grdians:0:203146:02:000:Infinite Power PL1 grdians:0:203147:C0:500:Infinite Power PL1 (2/4) grdians:0:203148:02:500:Infinite Power PL1 (3/4) grdians:0:203149:C0:500:Infinite Power PL1 (4/4) :grdians:00000000:20308F:00000002:FFFFFFFF:Invincibility PL1 :grdians:00100000:20314E:FFFFFFFF:FFFFFFFF:Always Enable Special Attack PL1 :grdians:00000000:201269:00000019:FFFFFFFF:Always Perfect PL1:Only for Bonus Stages grdians:0:201829:04:000:Infinite Lives PL2 grdians:0:203342:02:000:Infinite Energy PL2 grdians:0:203343:C0:500:Infinite Energy PL2 (2/4) grdians:0:203344:02:500:Infinite Energy PL2 (3/4) grdians:0:203345:C0:500:Infinite Energy PL2 (4/4) grdians:0:203346:02:000:Infinite Power PL2 grdians:0:203347:C0:500:Infinite Power PL2 (2/4) grdians:0:203348:02:500:Infinite Power PL2 (3/4) grdians:0:203349:C0:500:Infinite Power PL2 (4/4) :grdians:00000000:20328F:00000002:FFFFFFFF:Invincibility PL2 :grdians:00100000:20334E:FFFFFFFF:FFFFFFFF:Always Enable Special Attack PL2 :grdians:00000000:20126B:00000019:FFFFFFFF:Always Perfect PL2:Only for Bonus Stages ; [ Gradius II - GOFER no Yabou (Japan Old Ver.) ] grdius2a:2:060400:09:000:Infinite Lives :grdius2a:22900000:1B35C:00004E71:FFFFFFFF:Invincibility :grdius2a:22810000:1B396:00000060:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Scenery grdius2a:2:06040F:0C:000:Next Capsule Blue :grdius2a:62000000:00000:00000000:00000000:Select Current Speed :grdius2a:02010000:60428:00000000:00000007:0 :grdius2a:02010000:60428:00000001:00000001:1 :grdius2a:02010000:60428:00000002:00000002:2 :grdius2a:02010000:60428:00000003:00000003:3 :grdius2a:02010000:60428:00000004:00000004:4 :grdius2a:02010000:60428:00000005:00000005:5 :grdius2a:62000000:00000:00000000:00000000:Select Current Shot :grdius2a:02010000:60429:00000000:00000007:Normal :grdius2a:02010000:60429:00000001:00000001:Double :grdius2a:02010000:60429:00000002:00000002:Tail Gun :grdius2a:02010000:60429:00000003:00000003:Ripple Laser :grdius2a:02010000:60429:00000004:00000004:Laser :grdius2a:62000000:00000:00000000:00000000:Select Current Missile :grdius2a:02010000:60428:00000000:00000038:No Missile :grdius2a:02010000:60428:00000008:00000008:Missile :grdius2a:02010000:60428:00000010:00000010:Spread :grdius2a:02010000:60428:00000018:00000018:Photon :grdius2a:02010000:60428:00000020:00000020:Twin :grdius2a:02000000:60068:00000000:00000020:Rapid Fire - Shot:Turn it OFF when you have Laser :grdius2a:02000000:60068:00000000:00000040:Rapid Fire - Missile grdius2a:2:060420:01:001:Gauge = SpeedUp Now! grdius2a:2:060420:02:001:Gauge = Missile Now! grdius2a:2:060420:03:001:Gauge = Double Now! grdius2a:2:060420:04:001:Gauge = Laser Now! grdius2a:2:060420:05:001:Gauge = Option Now! grdius2a:2:060420:06:001:Gauge = Shield Now! grdius2a:2:060420:06:071:Gauge = Bar Select Now! grdius2a:0:000000:00:999:[Enable these cheats on the ] grdius2a:0:000000:00:999:[weapon select mode screen ] grdius2a:0:000000:00:999:[ Round 1 Area from 1 to 5 ] grdius2a:0:000000:00:999:[ Round 2 Area from 1 to 5 ] grdius2a:0:000000:00:999:[ Round 3 Area from 1 to 5 ] grdius2a:0:000000:00:999:[ Round 4 Area from 1 to 4 ] grdius2a:0:000000:00:999:[ Round 5 Area from 1 to 6 ] grdius2a:0:000000:00:999:[ Round 6 Area from 1 to 9 ] grdius2a:0:000000:00:999:[ Round 7 Area from 1 only ] grdius2a:0:000000:00:999:[ Round 8 Area from 1 to 6 ] grdius2a:2:06041B:FF:070:Select Starting Lap grdius2a:2:060419:08:070:Select Starting Round grdius2a:2:060411:00:001:Start in Area 1 grdius2a:2:060411:04:001:Start in Area 2 grdius2a:2:060411:08:001:Start in Area 3 grdius2a:2:060411:0C:001:Start in Area 4 grdius2a:2:060411:10:001:Start in Area 5 grdius2a:2:060411:14:001:Start in Area 6 grdius2a:2:060411:18:001:Start in Area 7 grdius2a:2:060411:1C:001:Start in Area 8 grdius2a:2:060411:20:001:Start in Area 9 :grdius2a:22900000:01052:00001054:FFFFFFFF:Skip RAM/ROM Check grdius2a:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code ; [ Gradius II - GOFER no Yabou (Japan Older Ver.) ] grdius2b:2:060400:09:000:Infinite Lives :grdius2b:22900000:1B35C:00004E71:FFFFFFFF:Invincibility :grdius2b:22810000:1B396:00000060:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Scenery grdius2b:2:06040F:0C:000:Next Capsule Blue :grdius2b:62000000:00000:00000000:00000000:Select Current Speed :grdius2b:02010000:60428:00000000:00000007:0 :grdius2b:02010000:60428:00000001:00000001:1 :grdius2b:02010000:60428:00000002:00000002:2 :grdius2b:02010000:60428:00000003:00000003:3 :grdius2b:02010000:60428:00000004:00000004:4 :grdius2b:02010000:60428:00000005:00000005:5 :grdius2b:62000000:00000:00000000:00000000:Select Current Shot :grdius2b:02010000:60429:00000000:00000007:Normal :grdius2b:02010000:60429:00000001:00000001:Double :grdius2b:02010000:60429:00000002:00000002:Tail Gun :grdius2b:02010000:60429:00000003:00000003:Ripple Laser :grdius2b:02010000:60429:00000004:00000004:Laser :grdius2b:62000000:00000:00000000:00000000:Select Current Missile :grdius2b:02010000:60428:00000000:00000038:No Missile :grdius2b:02010000:60428:00000008:00000008:Missile :grdius2b:02010000:60428:00000010:00000010:Spread :grdius2b:02010000:60428:00000018:00000018:Photon :grdius2b:02010000:60428:00000020:00000020:Twin :grdius2b:02000000:60068:00000000:00000020:Rapid Fire - Shot:Turn it OFF when you have Laser :grdius2b:02000000:60068:00000000:00000040:Rapid Fire - Missile grdius2b:2:060420:01:001:Gauge = SpeedUp Now! grdius2b:2:060420:02:001:Gauge = Missile Now! grdius2b:2:060420:03:001:Gauge = Double Now! grdius2b:2:060420:04:001:Gauge = Laser Now! grdius2b:2:060420:05:001:Gauge = Option Now! grdius2b:2:060420:06:001:Gauge = Shield Now! grdius2b:2:060420:06:071:Gauge = Bar Select Now! grdius2b:0:000000:00:999:[Enable these cheats on the ] grdius2b:0:000000:00:999:[weapon select mode screen ] grdius2b:0:000000:00:999:[ Round 1 Area from 1 to 5 ] grdius2b:0:000000:00:999:[ Round 2 Area from 1 to 5 ] grdius2b:0:000000:00:999:[ Round 3 Area from 1 to 5 ] grdius2b:0:000000:00:999:[ Round 4 Area from 1 to 4 ] grdius2b:0:000000:00:999:[ Round 5 Area from 1 to 6 ] grdius2b:0:000000:00:999:[ Round 6 Area from 1 to 9 ] grdius2b:0:000000:00:999:[ Round 7 Area from 1 only ] grdius2b:0:000000:00:999:[ Round 8 Area from 1 to 6 ] grdius2b:2:06041B:FF:070:Select Starting Lap grdius2b:2:060419:08:070:Select Starting Round grdius2b:2:060411:00:001:Start in Area 1 grdius2b:2:060411:04:001:Start in Area 2 grdius2b:2:060411:08:001:Start in Area 3 grdius2b:2:060411:0C:001:Start in Area 4 grdius2b:2:060411:10:001:Start in Area 5 grdius2b:2:060411:14:001:Start in Area 6 grdius2b:2:060411:18:001:Start in Area 7 grdius2b:2:060411:1C:001:Start in Area 8 grdius2b:2:060411:20:001:Start in Area 9 :grdius2b:22900000:01052:00001054:FFFFFFFF:Skip RAM/ROM Check grdius2b:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code ; [ Gradius III (Asia) ] grdius3a:0:101050:03:000:Infinite Lives :grdius3a:20900000:007A9E:000060F8:FFFFFFFF:Invincibility :grdius3a:00010000:10101B:00000000:00000080:Invincibility (2/2):1st = For Normal Stage, 2nd = For 3D Stage grdius3a:0:10102C:04:000:Always have Maximum Speed grdius3a:0:10102D:C0:500:Always have Maximum Speed (2/2) grdius3a:0:10102C:04:001:Get Maximum Speed Now! grdius3a:0:10102D:C0:501:Get Maximum Speed Now! (2/2) grdius3a:0:000000:00:999:[ Upgrade Cursor movement cheats ] grdius3a:0:10106A:00:000:Always have NO cursor displayed grdius3a:0:10106A:01:000:Always have Cursor on "SPEEDUP" grdius3a:0:10106A:02:000:Always have Cursor on "MISSILE" grdius3a:0:10106A:03:000:Always have Cursor on "DOUBLE" grdius3a:0:10106A:04:000:Always have Cursor on "LASER" grdius3a:0:10106A:05:000:Always have Cursor on "OPTION" grdius3a:0:10106A:06:000:Always have Cursor on "?" grdius3a:0:10106A:07:000:Always have Cursor on "!" grdius3a:0:10106A:00:001:Have NO cursor displayed Now! grdius3a:0:10106A:01:001:Have Cursor on "SPEEDUP" Now! grdius3a:0:10106A:02:001:Have Cursor on "MISSILE" Now! grdius3a:0:10106A:03:001:Have Cursor on "DOUBLE" Now! grdius3a:0:10106A:04:001:Have Cursor on "LASER" Now! grdius3a:0:10106A:05:001:Have Cursor on "OPTION" Now! grdius3a:0:10106A:06:001:Have Cursor on "?" Now! grdius3a:0:10106A:07:001:Have Cursor on "!" Now! grdius3a:0:000000:00:999:[ Missile Cheats ] grdius3a:0:10106D:00:000:Always have NO Missiles grdius3a:0:10106D:01:000:Always have the Normal Missile grdius3a:0:10106D:02:000:Always have the Photon Torpedo Missile grdius3a:0:10106D:03:000:Always have the Spread Bomb Missile grdius3a:0:10106D:04:000:Always have the 2-way Missile grdius3a:0:10106D:06:000:Always have the Control Missile grdius3a:0:10106D:07:000:Always have the Upper Missile grdius3a:0:10106D:08:000:Always have the S. Spread Missile grdius3a:0:10106D:00:001:Lose ALL Missiles Now! grdius3a:0:10106D:01:001:Get the Normal Missile Now! grdius3a:0:10106D:02:001:Get the Photon Torpedo Missile Now! grdius3a:0:10106D:03:001:Get the Spread Bomb Missile Now! grdius3a:0:10106D:04:001:Get the 2-way Missile Now! grdius3a:0:10106D:06:001:Get the Control Missile Now! grdius3a:0:10106D:07:001:Get the Upper Missile Now! grdius3a:0:10106D:08:001:Get the S. Spread Missile Now! grdius3a:0:000000:00:999:[ Main Shot (includes Lasers & Doubles) ] grdius3a:0:10106C:00:000:Always have the Normal Shot grdius3a:0:10106C:03:000:Always have the Normal Double grdius3a:0:10106C:01:000:Always have the Tailgun Double grdius3a:0:10106C:02:000:Always have the Vertical Double grdius3a:0:10106C:08:000:Always have the Freeway Double grdius3a:0:10106C:04:000:Always have the Normal Laser grdius3a:0:10106C:07:000:Always have the Ripple Laser grdius3a:0:10106C:05:000:Always have the "C. Laser" Laser grdius3a:0:10106C:06:000:Always have the "Twin Laser" Laser grdius3a:0:10106C:09:000:Always have the Spread Gun Laser grdius3a:0:10106C:0A:000:Always have the "E.Laser" Laser grdius3a:0:10106C:00:001:Get the Normal Shot Now! grdius3a:0:10106C:03:001:Get the Normal Double Now! grdius3a:0:10106C:01:001:Get the Tailgun Double Now! grdius3a:0:10106C:02:001:Get the Vertical Double Now! grdius3a:0:10106C:08:001:Get the Freeway Double Now! grdius3a:0:10106C:04:001:Get the Normal Laser Now! grdius3a:0:10106C:07:001:Get the Ripple Laser Now! grdius3a:0:10106C:05:001:Get the "C. Laser" Laser Now! grdius3a:0:10106C:06:001:Get the "Twin Laser" Laser Now! grdius3a:0:10106C:09:001:Get the Spread Gun Laser Now! grdius3a:0:10106C:0A:001:Get the "E.Laser" Laser Now! grdius3a:0:000000:00:999:[ Edit Current Weapon Type ] grdius3a:0:10106E:00:001:Weapon Type A grdius3a:0:10106E:01:001:Weapon Type B grdius3a:0:10106E:02:001:Weapon Type C grdius3a:0:10106E:03:001:Weapon Type D grdius3a:0:10106E:05:001:Weapon Type EDIT grdius3a:0:000000:00:999:[ Edit Current Missile Type ] grdius3a:0:101075:02:000:Normal Missile grdius3a:0:101075:03:000:Photon Torpedo grdius3a:0:101075:04:000:Spread Bomb grdius3a:0:101075:05:000:2Way grdius3a:0:101075:16:000:Control grdius3a:0:101075:1C:000:Upper grdius3a:0:101075:1D:000:S.Spread grdius3a:0:000000:00:999:[ Edit Current Double Type ] grdius3a:0:101077:06:000:Tail Gun grdius3a:0:101077:07:000:Vertical grdius3a:0:101077:08:000:Normal Double grdius3a:0:101077:13:000:Free Way grdius3a:0:101077:17:000:Spread grdius3a:0:000000:00:999:[ Edit Current Laser Type ] grdius3a:0:101079:09:000:Normal Laser grdius3a:0:101079:0A:000:C.Laser grdius3a:0:101079:0B:000:Twin Laser grdius3a:0:101079:0C:000:Ripple grdius3a:0:101079:18:000:E.Laser grdius3a:0:000000:00:999:[ Edit Current Option Type ] grdius3a:0:10107B:0D:000:Normal Option grdius3a:0:10107B:0E:000:Snake Option grdius3a:0:000000:00:999:[ Edit Current Shield Type ] grdius3a:0:10107D:10:000:Shield grdius3a:0:10107D:12:000:Force Shield grdius3a:0:10107D:11:000:Free Shield grdius3a:0:10107D:1A:000:Reduce grdius3a:0:000000:00:999:[ Edit Current Special Type ] grdius3a:0:10107F:14:000:Flash grdius3a:0:10107F:1B:000:Normal grdius3a:0:10107F:19:000:Speed Down grdius3a:0:10107F:1E:000:Option grdius3a:0:000000:00:999:[ Round Select ] grdius3a:0:1039C3:FF:071:Select Lap grdius3a:0:101051:0C:071:Select Round grdius3a:0:1038F1:00:000:Start area 0 grdius3a:0:1038F1:01:000:Start area 1 grdius3a:0:1038F1:02:000:Start area 2 grdius3a:0:1038F1:03:000:Start area 3 grdius3a:0:1038F1:04:000:Start area 4 grdius3a:0:1038F1:05:000:Start area 5 grdius3a:0:1038F1:06:000:Start area 6 grdius3a:0:1038F1:07:000:Start area 7 grdius3a:0:1038F1:08:000:Start area 8 grdius3a:0:1038F1:09:000:Start area 9 grdius3a:0:1038F1:0A:000:Start area 10 grdius3a:0:1038F1:0B:000:Start area 11 grdius3a:0:1038F1:0C:000:Start area 12 grdius3a:0:1038F1:0D:000:Start area 13 grdius3a:0:1038F1:0E:000:Start area 14 grdius3a:0:1038F1:0F:000:Start area 15 grdius3a:0:1038F1:10:000:Start area 16 grdius3a:0:1038F1:11:000:Start area 17 grdius3a:0:1038F1:12:000:Start area 18 grdius3a:0:1038F1:13:000:Start area 19 grdius3a:0:1038F1:14:000:Start area 20 grdius3a:0:1038F1:15:000:Start area 21 grdius3a:0:1038F1:16:000:Start area 22 grdius3a:0:1038F1:17:000:Start area 23 grdius3a:0:1038F1:18:000:Start area 24 grdius3a:0:1038F1:19:000:Start area 25 grdius3a:0:1038F1:1A:000:Start area 26 grdius3a:0:1038F1:1B:000:Start area 27 grdius3a:0:1038F1:1C:000:Start area 28 grdius3a:0:1038F1:1D:000:Start area 29 grdius3a:0:1038F1:1E:000:Start area 30 grdius3a:0:1038F1:1F:000:Start area 31 grdius3a:0:1038F1:20:000:Start area 32 :grdius3a:20900000:000096:000010A6:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable grdius3a:0:040002:41:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Gradius III (World ?) ] grdius3e:0:101050:03:000:Infinite Lives :grdius3e:20900000:007ACC:000060F8:FFFFFFFF:Invincibility :grdius3e:00010000:10101B:00000000:00000080:Invincibility (2/2):1st = For Normal Stage, 2nd = For 3D Stage grdius3e:0:10102C:04:000:Always have Maximum Speed grdius3e:0:10102D:C0:500:Always have Maximum Speed (2/2) grdius3e:0:10102C:04:001:Get Maximum Speed Now! grdius3e:0:10102D:C0:501:Get Maximum Speed Now! (2/2) grdius3e:0:000000:00:999:[ Upgrade Cursor movement cheats ] grdius3e:0:10106A:00:000:Always have NO cursor displayed grdius3e:0:10106A:01:000:Always have Cursor on "SPEEDUP" grdius3e:0:10106A:02:000:Always have Cursor on "MISSILE" grdius3e:0:10106A:03:000:Always have Cursor on "DOUBLE" grdius3e:0:10106A:04:000:Always have Cursor on "LASER" grdius3e:0:10106A:05:000:Always have Cursor on "OPTION" grdius3e:0:10106A:06:000:Always have Cursor on "?" grdius3e:0:10106A:07:000:Always have Cursor on "!" grdius3e:0:10106A:00:001:Have NO cursor displayed Now! grdius3e:0:10106A:01:001:Have Cursor on "SPEEDUP" Now! grdius3e:0:10106A:02:001:Have Cursor on "MISSILE" Now! grdius3e:0:10106A:03:001:Have Cursor on "DOUBLE" Now! grdius3e:0:10106A:04:001:Have Cursor on "LASER" Now! grdius3e:0:10106A:05:001:Have Cursor on "OPTION" Now! grdius3e:0:10106A:06:001:Have Cursor on "?" Now! grdius3e:0:10106A:07:001:Have Cursor on "!" Now! grdius3e:0:000000:00:999:[ Missile Cheats ] grdius3e:0:10106D:00:000:Always have NO Missiles grdius3e:0:10106D:01:000:Always have the Normal Missile grdius3e:0:10106D:02:000:Always have the Photon Torpedo Missile grdius3e:0:10106D:03:000:Always have the Spread Bomb Missile grdius3e:0:10106D:04:000:Always have the 2-way Missile grdius3e:0:10106D:06:000:Always have the Control Missile grdius3e:0:10106D:07:000:Always have the Upper Missile grdius3e:0:10106D:08:000:Always have the S. Spread Missile grdius3e:0:10106D:00:001:Lose ALL Missiles Now! grdius3e:0:10106D:01:001:Get the Normal Missile Now! grdius3e:0:10106D:02:001:Get the Photon Torpedo Missile Now! grdius3e:0:10106D:03:001:Get the Spread Bomb Missile Now! grdius3e:0:10106D:04:001:Get the 2-way Missile Now! grdius3e:0:10106D:06:001:Get the Control Missile Now! grdius3e:0:10106D:07:001:Get the Upper Missile Now! grdius3e:0:10106D:08:001:Get the S. Spread Missile Now! grdius3e:0:000000:00:999:[ Main Shot (includes Lasers & Doubles) ] grdius3e:0:10106C:00:000:Always have the Normal Shot grdius3e:0:10106C:03:000:Always have the Normal Double grdius3e:0:10106C:01:000:Always have the Tailgun Double grdius3e:0:10106C:02:000:Always have the Vertical Double grdius3e:0:10106C:08:000:Always have the Freeway Double grdius3e:0:10106C:04:000:Always have the Normal Laser grdius3e:0:10106C:07:000:Always have the Ripple Laser grdius3e:0:10106C:05:000:Always have the "C. Laser" Laser grdius3e:0:10106C:06:000:Always have the "Twin Laser" Laser grdius3e:0:10106C:09:000:Always have the Spread Gun Laser grdius3e:0:10106C:0A:000:Always have the "E.Laser" Laser grdius3e:0:10106C:00:001:Get the Normal Shot Now! grdius3e:0:10106C:03:001:Get the Normal Double Now! grdius3e:0:10106C:01:001:Get the Tailgun Double Now! grdius3e:0:10106C:02:001:Get the Vertical Double Now! grdius3e:0:10106C:08:001:Get the Freeway Double Now! grdius3e:0:10106C:04:001:Get the Normal Laser Now! grdius3e:0:10106C:07:001:Get the Ripple Laser Now! grdius3e:0:10106C:05:001:Get the "C. Laser" Laser Now! grdius3e:0:10106C:06:001:Get the "Twin Laser" Laser Now! grdius3e:0:10106C:09:001:Get the Spread Gun Laser Now! grdius3e:0:10106C:0A:001:Get the "E.Laser" Laser Now! grdius3e:0:000000:00:999:[ Edit Current Weapon Type ] grdius3e:0:10106E:00:001:Weapon Type A grdius3e:0:10106E:01:001:Weapon Type B grdius3e:0:10106E:02:001:Weapon Type C grdius3e:0:10106E:03:001:Weapon Type D grdius3e:0:10106E:05:001:Weapon Type EDIT grdius3e:0:000000:00:999:[ Edit Current Missile Type ] grdius3e:0:101075:02:000:Normal Missile grdius3e:0:101075:03:000:Photon Torpedo grdius3e:0:101075:04:000:Spread Bomb grdius3e:0:101075:05:000:2Way grdius3e:0:101075:16:000:Control grdius3e:0:101075:1C:000:Upper grdius3e:0:101075:1D:000:S.Spread grdius3e:0:000000:00:999:[ Edit Current Double Type ] grdius3e:0:101077:06:000:Tail Gun grdius3e:0:101077:07:000:Vertical grdius3e:0:101077:08:000:Normal Double grdius3e:0:101077:13:000:Free Way grdius3e:0:101077:17:000:Spread grdius3e:0:000000:00:999:[ Edit Current Laser Type ] grdius3e:0:101079:09:000:Normal Laser grdius3e:0:101079:0A:000:C.Laser grdius3e:0:101079:0B:000:Twin Laser grdius3e:0:101079:0C:000:Ripple grdius3e:0:101079:18:000:E.Laser grdius3e:0:000000:00:999:[ Edit Current Option Type ] grdius3e:0:10107B:0D:000:Normal Option grdius3e:0:10107B:0E:000:Snake Option grdius3e:0:000000:00:999:[ Edit Current Shield Type ] grdius3e:0:10107D:10:000:Shield grdius3e:0:10107D:12:000:Force Shield grdius3e:0:10107D:11:000:Free Shield grdius3e:0:10107D:1A:000:Reduce grdius3e:0:000000:00:999:[ Edit Current Special Type ] grdius3e:0:10107F:14:000:Flash grdius3e:0:10107F:1B:000:Normal grdius3e:0:10107F:19:000:Speed Down grdius3e:0:10107F:1E:000:Option grdius3e:0:000000:00:999:[ Round Select ] grdius3e:0:1039C3:FF:071:Select Lap grdius3e:0:101051:0C:071:Select Round grdius3e:0:1038F1:00:000:Start area 0 grdius3e:0:1038F1:01:000:Start area 1 grdius3e:0:1038F1:02:000:Start area 2 grdius3e:0:1038F1:03:000:Start area 3 grdius3e:0:1038F1:04:000:Start area 4 grdius3e:0:1038F1:05:000:Start area 5 grdius3e:0:1038F1:06:000:Start area 6 grdius3e:0:1038F1:07:000:Start area 7 grdius3e:0:1038F1:08:000:Start area 8 grdius3e:0:1038F1:09:000:Start area 9 grdius3e:0:1038F1:0A:000:Start area 10 grdius3e:0:1038F1:0B:000:Start area 11 grdius3e:0:1038F1:0C:000:Start area 12 grdius3e:0:1038F1:0D:000:Start area 13 grdius3e:0:1038F1:0E:000:Start area 14 grdius3e:0:1038F1:0F:000:Start area 15 grdius3e:0:1038F1:10:000:Start area 16 grdius3e:0:1038F1:11:000:Start area 17 grdius3e:0:1038F1:12:000:Start area 18 grdius3e:0:1038F1:13:000:Start area 19 grdius3e:0:1038F1:14:000:Start area 20 grdius3e:0:1038F1:15:000:Start area 21 grdius3e:0:1038F1:16:000:Start area 22 grdius3e:0:1038F1:17:000:Start area 23 grdius3e:0:1038F1:18:000:Start area 24 grdius3e:0:1038F1:19:000:Start area 25 grdius3e:0:1038F1:1A:000:Start area 26 grdius3e:0:1038F1:1B:000:Start area 27 grdius3e:0:1038F1:1C:000:Start area 28 grdius3e:0:1038F1:1D:000:Start area 29 grdius3e:0:1038F1:1E:000:Start area 30 grdius3e:0:1038F1:1F:000:Start area 31 grdius3e:0:1038F1:20:000:Start area 32 :grdius3e:20900000:000096:000010A6:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable grdius3e:0:040002:41:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Sen Jin - Guardian Storm (Korea) ] grdnstrm:0:3C0021:63:000:Infinite Credits grdnstrm:0:3C024B:07:000:Infinite Lives PL1:Don't enable this cheat on the title screen or you won't be able to start the game grdnstrm:0:3C0263:09:000:Infinite Bombs PL1 grdnstrm:0:3CB3DE:00:000:Invincibility PL1 grdnstrm:0:3CB3DF:03:500:Invincibility PL1 (2/2) grdnstrm:0:3CB3D5:07:000:Maximum Fire Power PL1 grdnstrm:0:3C024D:07:000:Infinite Lives PL2:Don't enable this cheat on the title screen or you won't be able to start a two player game grdnstrm:0:3C0265:09:000:Infinite Bombs PL2 grdnstrm:0:3CBBDE:00:000:Invincibility PL2 grdnstrm:0:3CBBDF:03:500:Invincibility PL2 (2/2) grdnstrm:0:3CBBD5:07:000:Maximum Fire Power PL2 ; [ Great Guns ] greatgun:0:0000:00:999:[ This game hasn't even ]:REASON 11 greatgun:0:0000:00:999:[ been looked at due to ]:REASON 11 greatgun:0:0000:00:999:[ time constraints - Too]:REASON 11 greatgun:0:0000:00:999:[ many games and so ]:REASON 11 greatgun:0:0000:00:999:[ little time. It is ]:REASON 11 greatgun:0:0000:00:999:[ even possible that ]:REASON 11 greatgun:0:0000:00:999:[ this game may be a ]:REASON 11 greatgun:0:0000:00:999:[ clone of an existing ]:REASON 11 greatgun:0:0000:00:999:[ game which may have ]:REASON 11 greatgun:0:0000:00:999:[ cheats. Please search ]:REASON 11 greatgun:0:0000:00:999:[ the cheat forums ]:REASON 11 greatgun:0:0000:00:999:[ before posting cheat ]:REASON 11 greatgun:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Great Gurianos (Japan?) ] :greatgur:00000000:C680:00000005:FFFFFFFF:Infinite Lives :greatgur:60000000:0000:00000000:00000000: :greatgur:60000000:0000:00000000:00000000:- See Dip Switches for Invincibility. - :greatgur:60000000:0000:00000000:00000000: :greatgur:00000001:C77B:000000FF:FFFFFFFF:Activate Barrier Now!:Use this with an Activation Key for best effect. :greatgur:00000000:C1B4:00000001:FFFFFFFF:Invincible Armour:Only during fights w/ Non-Projectile Opponents. Does NOT replenish armour. :greatgur:00000001:F611:00000001:FFFFFFFF:One Hit Breaks CPU's Weapon Now!:With the Sword Only. You may have to hit the enemy's weapon when it is fully extended for it to break. :greatgur:00010001:C1D2:00000001:FFFFFFFF:One Hit Breaks CPU's Weapon Now! (2/2) :greatgur:00000000:C18F:00000001:FFFFFFFF:Infinite Shield :greatgur:00010000:C193:00000001:FFFFFFFF:Infinite Shield (2/3) :greatgur:00010000:C194:000000C0:FFFFFFFF:Infinite Shield (3/3) :greatgur:00000001:C1D4:00000000:FFFFFFFF:Destroy the CPU's Shield Now! :greatgur:00000000:C190:000000FF:FFFFFFFF:Always Have Maximum Weapon Power:Use the Sword to Break the Enemy's Weapon. You may have to hit the enemy's weapon when it is fully extended for it to break. :greatgur:00010000:C191:00000009:FFFFFFFF:Always Have Maximum Weapon Power (2/2) :greatgur:62000000:0000:00000000:00000000:Weapon Status always = :greatgur:00010000:C71F:00000000:FFFFFFFF:Normal :greatgur:00010000:C71F:00000001:FFFFFFFF:Red :greatgur:62000000:0000:00000000:00000000:Weapon always = :greatgur:00010000:C18D:00000000:FFFFFFFF:Sword :greatgur:00010000:C18D:00000001:FFFFFFFF:Mace :greatgur:00010000:C18D:00000002:FFFFFFFF:Axe :greatgur:00000001:C190:000000FF:FFFFFFFF:Get Maximum Weapon Power Now!:Use the Sword to Break the Enemy's Weapon. You may have to hit the enemy's weapon when it is fully extended for it to break. Your weapon will revert back to Normal Power if you pick up any other sword. :greatgur:00010001:C191:00000009:FFFFFFFF:Get Maximum Weapon Power Now! (2/2) :greatgur:00000001:C190:00000001:FFFFFFFF:Get Normal Weapon Power Now!:Turn off Maximun Weapon Power Before activating. :greatgur:00010001:C191:00000003:FFFFFFFF:Get Normal Weapon Power Now! (2/2) :greatgur:00000001:C71F:00000000:FFFFFFFF:Get Normal Weapon Status Now! :greatgur:00000001:C71F:00000001:FFFFFFFF:Get Red Weapon Status Now! :greatgur:00000001:C18D:00000000:FFFFFFFF:Get Sword Now! :greatgur:00000001:C18D:00000001:FFFFFFFF:Get Mace Now! :greatgur:00000001:C18D:00000002:FFFFFFFF:Get Axe Now! :greatgur:00000001:C18F:00000000:FFFFFFFF:Get Normal Shield Now!:Turn Off Infinite Shield Before Activating. :greatgur:00010001:C193:00000003:FFFFFFFF:Get Normal Shield Now! (2/3) :greatgur:00010001:C194:00000020:FFFFFFFF:Get Normal Shield Now! (3/3) :greatgur:00000001:C193:00000003:FFFFFFFF:Get Broken Shield Now!:Turn Off Infinite Shield before activating. :greatgur:00010001:C194:00000000:FFFFFFFF:Get Broken Shield Now! (2/2) :greatgur:60000000:0000:00000000:00000000: :greatgur:60000000:0000:00000000:00000000:- Infinite Armour Cheats for Player - :greatgur:60000000:0000:00000000:00000000: :greatgur:00000000:F582:00000002:FFFFFFFF:Infinite Helmet PLAYER :greatgur:00000000:F562:00000002:FFFFFFFF:Infinite Breastplate PLAYER :greatgur:00000000:F4E2:00000002:FFFFFFFF:Infinite Iron Briefs PLAYER :greatgur:00000000:F5A2:00000002:FFFFFFFF:Infinite R. Shoulder PLAYER :greatgur:00000000:F5C2:00000002:FFFFFFFF:Infinite R. Wrist PLAYER :greatgur:00000000:F502:00000002:FFFFFFFF:Infinite L. Shoulder PLAYER :greatgur:00000000:F522:00000002:FFFFFFFF:Infinite L. Wrist PLAYER :greatgur:00000000:F4C2:00000002:FFFFFFFF:Infinite R. Thigh PLAYER :greatgur:00000000:F4A2:00000002:FFFFFFFF:Infinite R. Shin PLAYER :greatgur:00000000:F482:00000002:FFFFFFFF:Infinite L. Thigh PLAYER :greatgur:00000000:F462:00000002:FFFFFFFF:Infinite L. Shin PLAYER :greatgur:60000000:0000:00000000:00000000: :greatgur:60000000:0000:00000000:00000000:- Remove the Enemy's pieces of Armour - :greatgur:60000000:0000:00000000:00000000: :greatgur:00000001:F592:00000000:FFFFFFFF:Remove Helmet Now! CPU :greatgur:00000001:F572:00000000:FFFFFFFF:Remove Breastplate Now! CPU :greatgur:00000001:F4F2:00000000:FFFFFFFF:Remove Iron Briefs Now! CPU :greatgur:00000001:F512:00000000:FFFFFFFF:Remove R. Shoulder Now! CPU :greatgur:00000001:F532:00000000:FFFFFFFF:Remove R. Wrist Now! CPU :greatgur:00000001:F5B2:00000000:FFFFFFFF:Remove L. Shoulder Now! CPU :greatgur:00000001:F5D2:00000000:FFFFFFFF:Remove L. Wrist Now! CPU :greatgur:00000001:F492:00000000:FFFFFFFF:Remove R. Thigh Now! CPU :greatgur:00000001:F472:00000000:FFFFFFFF:Remove R. Shin Now! CPU :greatgur:00000001:F4D2:00000000:FFFFFFFF:Remove L. Thigh Now! CPU :greatgur:00000001:F4B2:00000000:FFFFFFFF:Remove L. Shin Now! CPU :greatgur:60000000:0000:00000000:00000000: :greatgur:60000000:0000:00000000:00000000:- Infinite Armour Cheats for the CPU - :greatgur:60000000:0000:00000000:00000000:- Not to be used if you want to win. - :greatgur:60000000:0000:00000000:00000000: :greatgur:00000000:F592:00000002:FFFFFFFF:Infinite Helmet CPU :greatgur:00000000:F572:00000002:FFFFFFFF:Infinite Breastplate CPU :greatgur:00000000:F4F2:00000002:FFFFFFFF:Infinite Iron Briefs CPU :greatgur:00000000:F512:00000002:FFFFFFFF:Infinite R. Shoulder CPU :greatgur:00000000:F532:00000002:FFFFFFFF:Infinite R. Wrist CPU :greatgur:00000000:F5B2:00000002:FFFFFFFF:Infinite L. Shoulder CPU :greatgur:00000000:F5D2:00000002:FFFFFFFF:Infinite L. Wrist CPU :greatgur:00000000:F492:00000002:FFFFFFFF:Infinite R. Thigh CPU :greatgur:00000000:F472:00000002:FFFFFFFF:Infinite R. Shin CPU :greatgur:00000000:F4D2:00000002:FFFFFFFF:Infinite L. Thigh CPU :greatgur:00000000:F4B2:00000002:FFFFFFFF:Infinite L. Shin CPU :greatgur:60000000:0000:00000000:00000000: :greatgur:60000000:0000:00000000:00000000:- CAUTION!!! - These Cheats will - :greatgur:60000000:0000:00000000:00000000:- REMOVE your pieces of Armour. - :greatgur:60000000:0000:00000000:00000000: :greatgur:00000001:F582:00000000:FFFFFFFF:Remove Helmet Now! PLAYER :greatgur:00000001:F562:00000000:FFFFFFFF:Remove Breast Plate Now! PLAYER :greatgur:00000001:F4E2:00000000:FFFFFFFF:Remove Iron Briefs Now! PLAYER :greatgur:00000001:F5A2:00000000:FFFFFFFF:Remove R. Shoulder Now! PLAYER :greatgur:00000001:F5C2:00000000:FFFFFFFF:Remove R. Wrist Now! PLAYER :greatgur:00000001:F502:00000000:FFFFFFFF:Remove L. Shoulder Now! PLAYER :greatgur:00000001:F522:00000000:FFFFFFFF:Remove L. Wrist Now! PLAYER :greatgur:00000001:F4C2:00000000:FFFFFFFF:Remove R. Thigh Now! PLAYER :greatgur:00000001:F4A2:00000000:FFFFFFFF:Remove R. Shin Now! PLAYER :greatgur:00000001:F482:00000000:FFFFFFFF:Remove L. Thigh Now! PLAYER :greatgur:00000001:F462:00000000:FFFFFFFF:Remove L. Shin Now! PLAYER :greatgur:60000000:0000:00000000:00000000: :greatgur:00000000:C1A9:00000002:FFFFFFFF:Speed Up!:Should only be used during fights. :greatgur:00000001:C1EC:00000060:FFFFFFFF:Speed up 1st / 2nd End Boss:'Red Demon' end of stage-1 and 'Amazon Archer' end of stage-2. :greatgur:00000001:C1EC:00000000:FFFFFFFF:Slow down 1st / 2nd End Boss:'Red Demon' end of stage-1 and 'Amazon Archer' end of stage-2. :greatgur:00000101:C704:0000000E:FFFFFFFF:Select Enemy Level ; [ Green Beret (Irem) ] greenber:0:0000:00:999:[ There are no cheats ]:REASON 1 greenber:0:0000:00:999:[ for this game as it ]:REASON 1 greenber:0:0000:00:999:[ didn't work the last ]:REASON 1 greenber:0:0000:00:999:[ time it was tested. ]:REASON 1 greenber:0:0000:00:999:[ If the game now works ]:REASON 1 greenber:0:0000:00:999:[ please request cheats ]:REASON 1 greenber:0:0000:00:999:[ for it on the cheat ]:REASON 1 greenber:0:0000:00:999:[ forums. ]:REASON 1 ; [ Galaxy Rescue ] grescue:0:21AC:06:000:Infinite Lives PL1 grescue:0:21A2:80:000:Infinite Fuel PL1 grescue:0:22AC:06:000:Infinite Lives PL2 grescue:0:22A2:80:000:Infinite Fuel PL2 grescue:0:218D:00:000:Enemies once per Round: Also no Fireballs grescue:0:21AB:00:000:Always Round 1 (Slow Enemies) grescue:0:21AE:05:001:1 Rescue Ends Round Now! grescue:0:212D:01:501:1 Rescue Ends Round Now!(2/2) grescue:0:21A0:01:501:1 Rescue Ends Round Now!(3/2) ; [ Gridiron Fight ] gridiron:0:C00C:5B:000:Infinite Time gridiron:0:C106:00:000:Always First Down gridiron:0:C106:00:001:Make it the First Down Now! gridiron:0:C106:03:001:Make it the Fourth Down Now! gridiron:0:C108:00:001:Make it the 1st Quarter Now! gridiron:0:C108:01:001:Make it the 2nd Quarter Now! gridiron:0:C108:02:001:Make it the 3rd Quarter Now! gridiron:0:C108:03:001:Make it the Last Quarter Now! gridiron:0:C00C:01:001:Finish Quarter Time Now! ; [ Gridlee ] gridlee:0:042C:99:000:Infinite Credits gridlee:0:0438:06:002:Infinite Lives PL1 gridlee:0:0467:06:000:Infinite Lives PL2 ; [ Griffon ] griffon:0:4390:09:000:Infinite Lives griffon:0:43A6:DD:000:Never have shields griffon:0:43A6:00:003:Shield Always Ready griffon:0:43C0:84:000:Infinite Shields griffon:0:4BFF:00:000:Infinite Fuel griffon:0:0CC4:C9:100:Invincibility ; [ Grind Stormer (older set) ] grindsta:0:1003B3:09:000:Infinite Credits grindsta:0:10063D:0F:000:Infinite Lives grindsta:0:10065B:06:000:Infinite Bombs :grindsta:00000000:100611:00000002:FFFFFFFF:Invincibility (Flicker) grindsta:0:000000:00:999:[ See the Dip Switch Menu to enable ] grindsta:0:000000:00:999:[ an Invincibility PL1 cheat. But ] grindsta:0:000000:00:999:[ the dipswitch causes a game crash ] grindsta:0:000000:00:999:[ when PL2 is selected. ] :grindsta:00100000:100602:00000002:FFFFFFFF:Always Maximum Shot Power :grindsta:00010000:100607:00000002:FFFFFFFF:Always Maximum Shot Power (2/3) :grindsta:00010012:10061B:00000039:00003979:Always Maximum Shot Power (3/3) :grindsta:00000000:100601:00000000:FFFFFFFF:Always Have Normal Shot :grindsta:00010001:10060A:00000001:FFFFFFFF:Always Have Normal Shot (2/3) :grindsta:00010000:10060B:00000002:FFFFFFFF:Always Have Normal Shot (3/3) :grindsta:00000000:100601:00000001:FFFFFFFF:Always Have Search :grindsta:00010001:10060A:00000001:FFFFFFFF:Always Have Search (2/3) :grindsta:00010000:10060B:00000000:FFFFFFFF:Always Have Search (3/3) :grindsta:00000000:100601:00000002:FFFFFFFF:Always Have Missile :grindsta:00010001:10060A:00000001:FFFFFFFF:Always Have Missile (2/3) :grindsta:00010000:10060B:00000001:FFFFFFFF:Always Have Missile (3/3) :grindsta:62000000:000000:00000000:00000000:Select Speed :grindsta:00010000:1005FE:0000000E:FFFFFFFF:Minimum :grindsta:00010000:1005FE:00000018:FFFFFFFF:1 :grindsta:00010000:1005FE:00000022:FFFFFFFF:2 :grindsta:00010000:1005FE:0000002C:FFFFFFFF:3 :grindsta:00010000:1005FE:00000036:FFFFFFFF:Maximum :grindsta:60000000:000000:00000000:00000000:[ Set stage selection cheat ] :grindsta:60000000:000000:00000000:00000000:[ on title screen after ] :grindsta:60000000:000000:00000000:00000000:[ inserted a credit. ] :grindsta:00000001:100640:00000000:FFFFFFFF:Start on Stage 1 :grindsta:00010001:100647:00000000:FFFFFFFF:Start on Stage 1 (2/3) :grindsta:00010001:10064F:00000001:FFFFFFFF:Start on Stage 1 (3/3) :grindsta:00100001:100640:000002C0:FFFFFFFF:Start on Stage 2 :grindsta:00010001:100647:00000001:FFFFFFFF:Start on Stage 2 (2/3) :grindsta:00010001:10064F:00000001:FFFFFFFF:Start on Stage 2 (3/3) :grindsta:00100001:100640:00000640:FFFFFFFF:Start on Stage 3 :grindsta:00010001:100647:00000002:FFFFFFFF:Start on Stage 3 (2/3) :grindsta:00010001:10064F:00000001:FFFFFFFF:Start on Stage 3 (3/3) :grindsta:00100001:100640:00000A80:FFFFFFFF:Start on Stage 4 :grindsta:00010001:100647:00000003:FFFFFFFF:Start on Stage 4 (2/3) :grindsta:00010001:10064F:00000001:FFFFFFFF:Start on Stage 4 (3/3) :grindsta:00100001:100640:00000F00:FFFFFFFF:Start on Stage 5 :grindsta:00010001:100647:00000004:FFFFFFFF:Start on Stage 5 (2/3) :grindsta:00010001:10064F:00000001:FFFFFFFF:Start on Stage 5 (3/3) :grindsta:00100001:100640:00001500:FFFFFFFF:Start on Stage 6 :grindsta:00010001:100647:00000005:FFFFFFFF:Start on Stage 6 (2/3) :grindsta:00010001:10064F:00000001:FFFFFFFF:Start on Stage 6 (3/3) :grindsta:00000301:100645:00000001:FFFFFFFF:Select Current Loop ; [ Grind Stormer ] grindstm:0:1003B3:09:000:Infinite Credits grindstm:0:100641:0F:000:Infinite Lives grindstm:0:10065F:06:000:Infinite Bombs :grindstm:00000000:100615:00000002:FFFFFFFF:Invincibility (Flicker) grindstm:0:000000:00:999:[See the Dip Switch Menu to ] grindstm:0:000000:00:999:[enable an Invincibility PL1] grindstm:0:000000:00:999:[cheat. But the dipswitch ] grindstm:0:000000:00:999:[causes a game crash when ] grindstm:0:000000:00:999:[PL2 is selected. ] :grindstm:00100000:100606:00000002:FFFFFFFF:Always Maximum Shot Power :grindstm:00010000:10060B:00000002:FFFFFFFF:Always Maximum Shot Power (2/3) :grindstm:00010012:10061F:00000039:00003979:Always Maximum Shot Power (3/3) :grindstm:00000000:100605:00000000:FFFFFFFF:Always Have Normal Shot :grindstm:00010001:10060E:00000001:FFFFFFFF:Always Have Normal Shot (2/3) :grindstm:00010000:10060F:00000002:FFFFFFFF:Always Have Normal Shot (3/3) :grindstm:00000000:100605:00000001:FFFFFFFF:Always Have Search :grindstm:00010001:10060E:00000001:FFFFFFFF:Always Have Search (2/3) :grindstm:00010000:10060F:00000000:FFFFFFFF:Always Have Search (3/3) :grindstm:00000000:100605:00000002:FFFFFFFF:Always Have Missile :grindstm:00010001:10060E:00000001:FFFFFFFF:Always Have Missile (2/3) :grindstm:00010000:10060F:00000001:FFFFFFFF:Always Have Missile (3/3) :grindstm:62000000:000000:00000000:00000000:Select Speed :grindstm:00010000:100602:0000000E:FFFFFFFF:Minimum :grindstm:00010000:100602:00000018:FFFFFFFF:1 :grindstm:00010000:100602:00000022:FFFFFFFF:2 :grindstm:00010000:100602:0000002C:FFFFFFFF:3 :grindstm:00010000:100602:00000036:FFFFFFFF:Maximum :grindstm:60000000:000000:00000000:00000000:[ Set stage selection cheat ] :grindstm:60000000:000000:00000000:00000000:[ on title screen after ] :grindstm:60000000:000000:00000000:00000000:[ inserted a credit. ] :grindstm:00000001:100644:00000000:FFFFFFFF:Start on Stage 1 :grindstm:00010001:10064B:00000000:FFFFFFFF:Start on Stage 1 (2/3) :grindstm:00010001:100653:00000001:FFFFFFFF:Start on Stage 1 (3/3) :grindstm:00100001:100644:000002C0:FFFFFFFF:Start on Stage 2 :grindstm:00010001:10064B:00000001:FFFFFFFF:Start on Stage 2 (2/3) :grindstm:00010001:100653:00000001:FFFFFFFF:Start on Stage 2 (3/3) :grindstm:00100001:100644:00000640:FFFFFFFF:Start on Stage 3 :grindstm:00010001:10064B:00000002:FFFFFFFF:Start on Stage 3 (2/3) :grindstm:00010001:100653:00000001:FFFFFFFF:Start on Stage 3 (3/3) :grindstm:00100001:100644:00000A80:FFFFFFFF:Start on Stage 4 :grindstm:00010001:10064B:00000003:FFFFFFFF:Start on Stage 4 (2/3) :grindstm:00010001:100653:00000001:FFFFFFFF:Start on Stage 4 (3/3) :grindstm:00100001:100644:00000F00:FFFFFFFF:Start on Stage 5 :grindstm:00010001:10064B:00000004:FFFFFFFF:Start on Stage 5 (2/3) :grindstm:00010001:100653:00000001:FFFFFFFF:Start on Stage 5 (3/3) :grindstm:00100001:100644:00001500:FFFFFFFF:Start on Stage 6 :grindstm:00010001:10064B:00000005:FFFFFFFF:Start on Stage 6 (2/3) :grindstm:00010001:100653:00000001:FFFFFFFF:Start on Stage 6 (3/3) :grindstm:00000301:100649:00000001:FFFFFFFF:Select Current Loop ; [ Grand Tour ] grndtour:0:0000:00:999:[ This game hasn't even ]:REASON 11 grndtour:0:0000:00:999:[ been looked at due to ]:REASON 11 grndtour:0:0000:00:999:[ time constraints - Too]:REASON 11 grndtour:0:0000:00:999:[ many games and so ]:REASON 11 grndtour:0:0000:00:999:[ little time. It is ]:REASON 11 grndtour:0:0000:00:999:[ even possible that ]:REASON 11 grndtour:0:0000:00:999:[ this game may be a ]:REASON 11 grndtour:0:0000:00:999:[ clone of an existing ]:REASON 11 grndtour:0:0000:00:999:[ game which may have ]:REASON 11 grndtour:0:0000:00:999:[ cheats. Please search ]:REASON 11 grndtour:0:0000:00:999:[ the cheat forums ]:REASON 11 grndtour:0:0000:00:999:[ before posting cheat ]:REASON 11 grndtour:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Grobda (New Ver.) ] grobda:0:0916:04:000:Infinite Lives grobda:0:091C:27:000:Infinite Energy :grobda:20800000:C32D:00000039:FFFFFFFF:Invincibility :grobda:20810000:F5A6:00000020:FFFFFFFF:Invincibility (2/5):1st = Explosion, 2nd = Fire :grobda:20810000:F7A8:00000020:FFFFFFFF:Invincibility (3/5):Fire (Flosser) :grobda:20810000:F8FC:00000020:FFFFFFFF:Invincibility (4/5):Fire (Fortress - Normal) :grobda:20810000:FA3A:00000020:FFFFFFFF:Invincibility (5/5):Fire (Fortress - Homing) ; [ Grobda (Old Ver. set 1) ] grobda2:0:0916:04:000:Infinite Lives grobda2:0:091C:27:000:Infinite Energy :grobda2:20800000:C2AD:00000039:FFFFFFFF:Invincibility :grobda2:20810000:F5A6:00000020:FFFFFFFF:Invincibility (2/5):1st = Explosion, 2nd = Fire :grobda2:20810000:F7A8:00000020:FFFFFFFF:Invincibility (3/5):Fire (Flosser) :grobda2:20810000:F8FC:00000020:FFFFFFFF:Invincibility (4/5):Fire (Fortress - Normal) :grobda2:20810000:FA3A:00000020:FFFFFFFF:Invincibility (5/5):Fire (Fortress - Homing) ; [ Grobda (Old Ver. set 2) ] grobda3:0:0916:04:000:Infinite Lives grobda3:0:091C:27:000:Infinite Energy :grobda3:20800000:C2AD:00000039:FFFFFFFF:Invincibility :grobda3:20810000:F5A6:00000020:FFFFFFFF:Invincibility (2/5):1st = Explosion, 2nd = Fire :grobda3:20810000:F7A8:00000020:FFFFFFFF:Invincibility (3/5):Fire (Flosser) :grobda3:20810000:F8FC:00000020:FFFFFFFF:Invincibility (4/5):Fire (Fortress - Normal) :grobda3:20810000:FA3A:00000020:FFFFFFFF:Invincibility (5/5):Fire (Fortress - Homing) ; [ Power Instinct 3 - Groove On Fight (J 970416 V1.001) ] groovef:0:60D1BAF:63:000:Infinite Time groovef:0:60D1BAF:00:001:Finish this Round Now! groovef:0:60C669B:DF:000:Infinite Leader Energy PL1 groovef:0:60C669B:00:001:Drain All Leader Energy Now! PL1 groovef:0:60C679B:DF:000:Infinite Partner Energy PL1 groovef:0:60C679B:00:001:Drain All Partner Energy Now! PL1 groovef:0:60D2211:60:000:Infinite Special PL1 groovef:0:60D2214:60:500:Infinite Special PL1 (2/3) groovef:0:60D221C:09:500:Infinite Special PL1 (3/3) :groovef:62000000:0000000:00000000:00000000:Select Leader PL1 :groovef:00010000:60D1BD0:00000000:FFFFFFFF:Larry :groovef:00010000:60D1BD0:00000001:FFFFFFFF:Chris :groovef:00010000:60D1BD0:00000002:FFFFFFFF:Popura :groovef:00010000:60D1BD0:00000003:FFFFFFFF:Remi :groovef:00010000:60D1BD0:00000004:FFFFFFFF:Solis :groovef:00010000:60D1BD0:00000005:FFFFFFFF:M.A.D. :groovef:00010000:60D1BD0:00000006:FFFFFFFF:Tenhnbashi :groovef:00010000:60D1BD0:00000007:FFFFFFFF:Hizami :groovef:00010000:60D1BD0:00000008:FFFFFFFF:Oume & Dtane :groovef:00010000:60D1BD0:00000009:FFFFFFFF:Falco :groovef:00010000:60D1BD0:0000000A:FFFFFFFF:Gartheimer :groovef:00010000:60D1BD0:0000000B:FFFFFFFF:#Damian :groovef:00010000:60D1BD0:0000000C:FFFFFFFF:#Bristol (normal) :groovef:00010000:60D1BD0:0000000D:FFFFFFFF:#Bristol (vampire) :groovef:62000000:0000000:00000000:00000000:Select Partner PL1 :groovef:00010000:60D1BD2:00000000:FFFFFFFF:Larry :groovef:00010000:60D1BD2:00000001:FFFFFFFF:Chris :groovef:00010000:60D1BD2:00000002:FFFFFFFF:Popura :groovef:00010000:60D1BD2:00000003:FFFFFFFF:Remi :groovef:00010000:60D1BD2:00000004:FFFFFFFF:Solis :groovef:00010000:60D1BD2:00000005:FFFFFFFF:M.A.D. :groovef:00010000:60D1BD2:00000006:FFFFFFFF:Tenhnbashi :groovef:00010000:60D1BD2:00000007:FFFFFFFF:Hizami :groovef:00010000:60D1BD2:00000008:FFFFFFFF:Oume & Dtane :groovef:00010000:60D1BD2:00000009:FFFFFFFF:Falco :groovef:00010000:60D1BD2:0000000A:FFFFFFFF:Gartheimer :groovef:00010000:60D1BD2:0000000B:FFFFFFFF:#Damian :groovef:00010000:60D1BD2:0000000C:FFFFFFFF:#Bristol (normal) :groovef:00010000:60D1BD2:0000000D:FFFFFFFF:#Bristol (vampire) groovef:0:60C671B:DF:000:Infinite Leader Energy PL2 groovef:0:60C671B:00:001:Drain All Leader Energy Now! PL2 groovef:0:60C681B:DF:000:Infinite Partner Energy PL2 groovef:0:60C681B:00:001:Drain All Partner Energy Now! PL2 groovef:0:60D2213:60:000:Infinite Special PL2 groovef:0:60D2216:60:500:Infinite Special PL2 (2/3) groovef:0:60D221D:09:500:Infinite Special PL2 (3/3) :groovef:62000000:0000000:00000000:00000000:Select Leader PL2 :groovef:00010000:60D1BD1:00000000:FFFFFFFF:Larry :groovef:00010000:60D1BD1:00000001:FFFFFFFF:Chris :groovef:00010000:60D1BD1:00000002:FFFFFFFF:Popura :groovef:00010000:60D1BD1:00000003:FFFFFFFF:Remi :groovef:00010000:60D1BD1:00000004:FFFFFFFF:Solis :groovef:00010000:60D1BD1:00000005:FFFFFFFF:M.A.D. :groovef:00010000:60D1BD1:00000006:FFFFFFFF:Tenhnbashi :groovef:00010000:60D1BD1:00000007:FFFFFFFF:Hizami :groovef:00010000:60D1BD1:00000008:FFFFFFFF:Oume & Dtane :groovef:00010000:60D1BD1:00000009:FFFFFFFF:Falco :groovef:00010000:60D1BD1:0000000A:FFFFFFFF:Gartheimer :groovef:00010000:60D1BD1:0000000B:FFFFFFFF:#Damian :groovef:00010000:60D1BD1:0000000C:FFFFFFFF:#Bristol (normal) :groovef:00010000:60D1BD1:0000000D:FFFFFFFF:#Bristol (vampire) :groovef:62000000:0000000:00000000:00000000:Select Partner PL2 :groovef:00010000:60D1BD3:00000000:FFFFFFFF:Larry :groovef:00010000:60D1BD3:00000001:FFFFFFFF:Chris :groovef:00010000:60D1BD3:00000002:FFFFFFFF:Popura :groovef:00010000:60D1BD3:00000003:FFFFFFFF:Remi :groovef:00010000:60D1BD3:00000004:FFFFFFFF:Solis :groovef:00010000:60D1BD3:00000005:FFFFFFFF:M.A.D. :groovef:00010000:60D1BD3:00000006:FFFFFFFF:Tenhnbashi :groovef:00010000:60D1BD3:00000007:FFFFFFFF:Hizami :groovef:00010000:60D1BD3:00000008:FFFFFFFF:Oume & Dtane :groovef:00010000:60D1BD3:00000009:FFFFFFFF:Falco :groovef:00010000:60D1BD3:0000000A:FFFFFFFF:Gartheimer :groovef:00010000:60D1BD3:0000000B:FFFFFFFF:#Damian :groovef:00010000:60D1BD3:0000000C:FFFFFFFF:#Bristol (normal) :groovef:00010000:60D1BD3:0000000D:FFFFFFFF:#Bristol (vampire) ; [ Ground Effects / Super Ground Effects (Japan) ] groundfx:0:0000:00:999:[ This game hasn't even ]:REASON 11 groundfx:0:0000:00:999:[ been looked at due to ]:REASON 11 groundfx:0:0000:00:999:[ time constraints - Too]:REASON 11 groundfx:0:0000:00:999:[ many games and so ]:REASON 11 groundfx:0:0000:00:999:[ little time. It is ]:REASON 11 groundfx:0:0000:00:999:[ even possible that ]:REASON 11 groundfx:0:0000:00:999:[ this game may be a ]:REASON 11 groundfx:0:0000:00:999:[ clone of an existing ]:REASON 11 groundfx:0:0000:00:999:[ game which may have ]:REASON 11 groundfx:0:0000:00:999:[ cheats. Please search ]:REASON 11 groundfx:0:0000:00:999:[ the cheat forums ]:REASON 11 groundfx:0:0000:00:999:[ before posting cheat ]:REASON 11 groundfx:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Growl (World) ] growl:0:107869:28:000:Infinite Energy PL1 growl:0:1078C5:EE:000:Invincibility PL1 growl:0:107845:06:000:Infinite Ammo PL1 growl:0:000000:00:999:[ Note - these weapon cheats must be used with ] growl:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growl:0:000000:00:999:[ the time. ] growl:0:1078BB:00:001:Lose Weapon Now! PL1 growl:0:1078BB:01:001:Change to Knife Now! PL1 growl:0:1078BB:02:001:Change to Revolver Now! PL1 growl:0:1078BB:03:001:Change to Whip Now! PL1 growl:0:1078BB:05:001:Change to Assault Rifle Now! PL1 growl:0:1078BB:06:001:Change to Rocket Launcher Now! PL1 growl:0:1078BB:07:001:Change to Grenade Now! PL1 growl:0:1078BB:08:001:Change to Crow Bar Now! PL1 growl:0:1078BB:09:001:Change to Sword Now! PL1 growl:0:107969:28:000:Infinite Energy PL2 growl:0:1079C5:EE:000:Invincibility PL2 growl:0:107945:06:000:Infinite Ammo PL2 growl:0:000000:00:999:[ Note - these weapon cheats must be used with ] growl:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growl:0:000000:00:999:[ the time. ] growl:0:1079BB:00:001:Lose Weapon Now! PL2 growl:0:1079BB:01:001:Change to Knife Now! PL2 growl:0:1079BB:02:001:Change to Revolver Now! PL2 growl:0:1079BB:03:001:Change to Whip Now! PL2 growl:0:1079BB:05:001:Change to Assault Rifle Now! PL2 growl:0:1079BB:06:001:Change to Rocket Launcher Now! PL2 growl:0:1079BB:07:001:Change to Grenade Now! PL2 growl:0:1079BB:08:001:Change to Crow Bar Now! PL2 growl:0:1079BB:09:001:Change to Sword Now! PL2 growl:0:107A69:28:000:Infinite Energy PL3 growl:0:107AC5:EE:000:Invincibility PL3 growl:0:107A45:06:000:Infinite Ammo PL3 growl:0:000000:00:999:[ Note - these weapon cheats must be used with ] growl:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growl:0:000000:00:999:[ the time. ] growl:0:107ABB:00:001:Lose Weapon Now! PL3 growl:0:107ABB:01:001:Change to Knife Now! PL3 growl:0:107ABB:02:001:Change to Revolver Now! PL3 growl:0:107ABB:03:001:Change to Whip Now! PL3 growl:0:107ABB:05:001:Change to Assault Rifle Now! PL3 growl:0:107ABB:06:001:Change to Rocket Launcher Now! PL3 growl:0:107ABB:07:001:Change to Grenade Now! PL3 growl:0:107ABB:08:001:Change to Crow Bar Now! PL3 growl:0:107ABB:09:001:Change to Sword Now! PL3 growl:0:107B69:28:000:Infinite Energy PL4 growl:0:107BC5:EE:000:Invincibility PL4 growl:0:107B45:06:000:Infinite Ammo PL4 growl:0:000000:00:999:[ Note - these weapon cheats must be used with ] growl:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growl:0:000000:00:999:[ the time. ] growl:0:107BBB:00:001:Lose Weapon Now! PL4 growl:0:107BBB:01:001:Change to Knife Now! PL4 growl:0:107BBB:02:001:Change to Revolver Now! PL4 growl:0:107BBB:03:001:Change to Whip Now! PL4 growl:0:107BBB:05:001:Change to Assault Rifle Now! PL4 growl:0:107BBB:06:001:Change to Rocket Launcher Now! PL4 growl:0:107BBB:07:001:Change to Grenade Now! PL4 growl:0:107BBB:08:001:Change to Crow Bar Now! PL4 growl:0:107BBB:09:001:Change to Sword Now! PL4 ; [ Growl (US) ] growlu:0:107869:28:000:Infinite Energy PL1 growlu:0:1078C5:EE:000:Invincibility PL1 growlu:0:107845:06:000:Infinite Ammo PL1 growlu:0:000000:00:999:[ Note - these weapon cheats must be used with ] growlu:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growlu:0:000000:00:999:[ the time. ] growlu:0:1078BB:00:001:Lose Weapon Now! PL1 growlu:0:1078BB:01:001:Change to Knife Now! PL1 growlu:0:1078BB:02:001:Change to Revolver Now! PL1 growlu:0:1078BB:03:001:Change to Whip Now! PL1 growlu:0:1078BB:05:001:Change to Assault Rifle Now! PL1 growlu:0:1078BB:06:001:Change to Rocket Launcher Now! PL1 growlu:0:1078BB:07:001:Change to Grenade Now! PL1 growlu:0:1078BB:08:001:Change to Crow Bar Now! PL1 growlu:0:1078BB:09:001:Change to Sword Now! PL1 growlu:0:107969:28:000:Infinite Energy PL2 growlu:0:1079C5:EE:000:Invincibility PL2 growlu:0:107945:06:000:Infinite Ammo PL2 growlu:0:000000:00:999:[ Note - these weapon cheats must be used with ] growlu:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growlu:0:000000:00:999:[ the time. ] growlu:0:1079BB:00:001:Lose Weapon Now! PL2 growlu:0:1079BB:01:001:Change to Knife Now! PL2 growlu:0:1079BB:02:001:Change to Revolver Now! PL2 growlu:0:1079BB:03:001:Change to Whip Now! PL2 growlu:0:1079BB:05:001:Change to Assault Rifle Now! PL2 growlu:0:1079BB:06:001:Change to Rocket Launcher Now! PL2 growlu:0:1079BB:07:001:Change to Grenade Now! PL2 growlu:0:1079BB:08:001:Change to Crow Bar Now! PL2 growlu:0:1079BB:09:001:Change to Sword Now! PL2 growlu:0:107A69:28:000:Infinite Energy PL3 growlu:0:107AC5:EE:000:Invincibility PL3 growlu:0:107A45:06:000:Infinite Ammo PL3 growlu:0:000000:00:999:[ Note - these weapon cheats must be used with ] growlu:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growlu:0:000000:00:999:[ the time. ] growlu:0:107ABB:00:001:Lose Weapon Now! PL3 growlu:0:107ABB:01:001:Change to Knife Now! PL3 growlu:0:107ABB:02:001:Change to Revolver Now! PL3 growlu:0:107ABB:03:001:Change to Whip Now! PL3 growlu:0:107ABB:05:001:Change to Assault Rifle Now! PL3 growlu:0:107ABB:06:001:Change to Rocket Launcher Now! PL3 growlu:0:107ABB:07:001:Change to Grenade Now! PL3 growlu:0:107ABB:08:001:Change to Crow Bar Now! PL3 growlu:0:107ABB:09:001:Change to Sword Now! PL3 growlu:0:107B69:28:000:Infinite Energy PL4 growlu:0:107BC5:EE:000:Invincibility PL4 growlu:0:107B45:06:000:Infinite Ammo PL4 growlu:0:000000:00:999:[ Note - these weapon cheats must be used with ] growlu:0:000000:00:999:[ invincibility enabled and a weapon in use at ] growlu:0:000000:00:999:[ the time. ] growlu:0:107BBB:00:001:Lose Weapon Now! PL4 growlu:0:107BBB:01:001:Change to Knife Now! PL4 growlu:0:107BBB:02:001:Change to Revolver Now! PL4 growlu:0:107BBB:03:001:Change to Whip Now! PL4 growlu:0:107BBB:05:001:Change to Assault Rifle Now! PL4 growlu:0:107BBB:06:001:Change to Rocket Launcher Now! PL4 growlu:0:107BBB:07:001:Change to Grenade Now! PL4 growlu:0:107BBB:08:001:Change to Crow Bar Now! PL4 growlu:0:107BBB:09:001:Change to Sword Now! PL4 ; [ Wan Li Chang Cheng (V638C) ] :grtwall:00100000:1001D8:00003030:FFFFFFFF:Always Winning Hand :grtwall:00210000:1001DA:00313131:FFFFFFFF:Always Winning Hand (2/5) :grtwall:00210000:1001DD:00343434:FFFFFFFF:Always Winning Hand (3/5) :grtwall:00210000:1001E0:00353535:FFFFFFFF:Always Winning Hand (4/5) :grtwall:00110000:1001E3:00003636:FFFFFFFF:Always Winning Hand (5/5) :grtwall:00010000:10016E:00000036:FFFFFFFF:Always Winning Hand (5/5) :grtwall:00100001:1001D8:00003030:FFFFFFFF:Get Winning Hand Now! :grtwall:00210001:1001DA:00313131:FFFFFFFF:Get Winning Hand Now! (2/5) :grtwall:00210001:1001DD:00343434:FFFFFFFF:Get Winning Hand Now! (3/5) :grtwall:00210001:1001E0:00353535:FFFFFFFF:Get Winning Hand Now! (4/5) :grtwall:00110001:1001E3:00003636:FFFFFFFF:Get Winning Hand Now! (5/5) :grtwall:00010001:10016E:00000036:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Grudge Match (prototype) ] grudge:0:0321:09:000:Always 9 laps to go PL1:PL1 can never win grudge:0:0321:01:001:Last Lap Now! PL1:PL1 will win as soon as they cross the finishing line as long as a proper lap has been completed prior to crossing it grudge:0:0301:63:000:Always have Maximum Engine PL1 grudge:0:0302:63:000:Always have Maximum Turbo PL1 grudge:0:0303:42:000:Always have Maximum Steering PL1 grudge:0:0304:63:000:Always have Maximum Tyres PL1 grudge:0:0305:0E:000:Always have Maximum Luck PL1 grudge:0:037A:09:000:Always 9 laps to go PL2:PL2 can never win grudge:0:037A:01:001:Last Lap Now! PL2:PL2 will win as soon as they cross the finishing line as long as a proper lap has been completed prior to crossing it grudge:0:035A:63:000:Always have Maximum Engine PL2 grudge:0:035B:63:000:Always have Maximum Turbo PL2 grudge:0:035C:42:000:Always have Maximum Steering PL2 grudge:0:035D:63:000:Always have Maximum Tyres PL2 grudge:0:035E:0E:000:Always have Maximum Luck PL2 grudge:0:03D3:09:000:Always 9 laps to go PL3:PL3 can never win grudge:0:03D3:01:001:Last Lap Now! PL3:PL3 will win as soon as they cross the finishing line as long as a proper lap has been completed prior to crossing it grudge:0:03B3:63:000:Always have Maximum Engine PL3 grudge:0:03B4:63:000:Always have Maximum Turbo PL3 grudge:0:03B5:42:000:Always have Maximum Steering PL3 grudge:0:03B6:63:000:Always have Maximum Tyres PL3 grudge:0:03B7:0E:000:Always have Maximum Luck PL3 ; [ Gryzor ] gryzor:0:3B1C:09:000:Infinite Time gryzor:0:1081:99:000:Infinite Lives PL1 gryzor:0:1245:01:000:Invincibility PL1 gryzor:0:1246:7F:500:Invincibility PL1 (2/2) gryzor:0:1215:01:000:Always Use Normal Weapon PL1 gryzor:0:1215:02:000:Always Use Long Laser PL1 gryzor:0:1215:03:000:Always Use Short Laser PL1 gryzor:0:1215:04:000:Always Use Rapid Cannon PL1 gryzor:0:1215:0A:000:Always Use Spread Cannon PL1 gryzor:0:1215:14:000:Always Use Fireball PL1 gryzor:0:1215:00:001:Get Normal weapon Now! PL1 gryzor:0:1215:02:001:Get Long Laser Now! PL1 gryzor:0:1215:03:001:Get Short Laser Now! PL1 gryzor:0:1215:04:001:Get Rapid Cannon Now! PL1 gryzor:0:1215:0A:001:Get Spread Cannon Now! PL1 gryzor:0:1215:14:001:Get Fireball Now! PL1 gryzor:0:108D:99:000:Infinite Lives PL2 gryzor:0:1305:01:000:Invincibility PL2 gryzor:0:1306:7F:500:Invincibility PL2 (2/2) gryzor:0:12D5:01:000:Always Use Normal Weapon PL2 gryzor:0:12D5:02:000:Always Use Long Laser PL2 gryzor:0:12D5:03:000:Always Use Short Laser PL2 gryzor:0:12D5:04:000:Always Use Rapid Cannon PL2 gryzor:0:12D5:0A:000:Always Use Spread Cannon PL2 gryzor:0:12D5:14:000:Always Use Fireball PL2 gryzor:0:12D5:00:001:Get Normal weapon Now! PL2 gryzor:0:12D5:02:001:Get Long Laser Now! PL2 gryzor:0:12D5:03:001:Get Short Laser Now! PL2 gryzor:0:12D5:04:001:Get Rapid Cannon Now! PL2 gryzor:0:12D5:0A:001:Get Spread Cannon Now! PL2 gryzor:0:12D5:14:001:Get Fireball Now! PL2 gryzor:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Selection (Version 40.02TMB) ] gs4002:0:0000:00:999:[ This game hasn't even ]:REASON 11 gs4002:0:0000:00:999:[ been looked at due to ]:REASON 11 gs4002:0:0000:00:999:[ time constraints - Too]:REASON 11 gs4002:0:0000:00:999:[ many games and so ]:REASON 11 gs4002:0:0000:00:999:[ little time. It is ]:REASON 11 gs4002:0:0000:00:999:[ even possible that ]:REASON 11 gs4002:0:0000:00:999:[ this game may be a ]:REASON 11 gs4002:0:0000:00:999:[ clone of an existing ]:REASON 11 gs4002:0:0000:00:999:[ game which may have ]:REASON 11 gs4002:0:0000:00:999:[ cheats. Please search ]:REASON 11 gs4002:0:0000:00:999:[ the cheat forums ]:REASON 11 gs4002:0:0000:00:999:[ before posting cheat ]:REASON 11 gs4002:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Grid Seeker: Project Stormhammer (World) ] gseeker:0:40AEE5:09:000:Infinite Credits gseeker:0:40D225:07:000:Infinite Lives PL1 gseeker:0:40D283:02:000:Invincibility PL1 gseeker:0:40D29B:50:000:Infinite Bombs PL1 gseeker:0:40D2AB:00:000:Always have the Fire Bomb PL1 gseeker:0:40D2AB:01:000:Always have the Blue Bomb PL1 gseeker:0:40D2AB:02:000:Always have the Green Bomb PL1 gseeker:0:40D2AB:03:000:Always have the Gold Bomb PL1 gseeker:0:40D2AB:00:001:Get the Fire Bomb Now! PL1 gseeker:0:40D2AB:01:001:Get the Blue Bomb Now! PL1 gseeker:0:40D2AB:02:001:Get the Green Bomb Now! PL1 gseeker:0:40D2AB:03:001:Get the Gold Bomb Now! PL1 gseeker:0:40D227:07:000:Infinite Lives PL2 gseeker:0:40D2D3:02:000:Invincibility PL2 gseeker:0:40D2EB:50:000:Infinite Bombs PL2 gseeker:0:40D2FB:00:000:Always have the Fire Bomb PL2 gseeker:0:40D2FB:00:000:Always have the Blue Bomb PL2 gseeker:0:40D2FB:00:000:Always have the Green Bomb PL2 gseeker:0:40D2FB:00:000:Always have the Gold Bomb PL2 gseeker:0:40D2FB:00:001:Get the Fire Bomb Now! PL2 gseeker:0:40D2FB:00:001:Get the Blue Bomb Now! PL2 gseeker:0:40D2FB:00:001:Get the Green Bomb Now! PL2 gseeker:0:40D2FB:00:001:Get the Gold Bomb Now! PL2 gseeker:0:000000:00:999:[After you enable these region ] gseeker:0:000000:00:999:[cheats to see any effect you will ] gseeker:0:000000:00:999:[have to reset the game (F3). Then ] gseeker:0:000000:00:999:[you may have to turn the Test Mode] gseeker:0:000000:00:999:[ON (F2) wait then reset again (F3)] gseeker:0:0FFFFF:01:100:Region Switch = Japan gseeker:0:0FFFFF:02:100:Region Switch = US gseeker:0:0FFFFF:03:100:Region Switch = World ; [ Grid Seeker: Project Stormhammer (Japan) ] gseekerj:0:40AEE5:09:000:Infinite Credits gseekerj:0:40D225:07:000:Infinite Lives PL1 gseekerj:0:40D283:02:000:Invincibility PL1 gseekerj:0:40D29B:50:000:Infinite Bombs PL1 gseekerj:0:40D2AB:00:000:Always have the Fire Bomb PL1 gseekerj:0:40D2AB:01:000:Always have the Blue Bomb PL1 gseekerj:0:40D2AB:02:000:Always have the Green Bomb PL1 gseekerj:0:40D2AB:03:000:Always have the Gold Bomb PL1 gseekerj:0:40D2AB:00:001:Get the Fire Bomb Now! PL1 gseekerj:0:40D2AB:01:001:Get the Blue Bomb Now! PL1 gseekerj:0:40D2AB:02:001:Get the Green Bomb Now! PL1 gseekerj:0:40D2AB:03:001:Get the Gold Bomb Now! PL1 gseekerj:0:40D227:07:000:Infinite Lives PL2 gseekerj:0:40D2D3:02:000:Invincibility PL2 gseekerj:0:40D2EB:50:000:Infinite Bombs PL2 gseekerj:0:40D2FB:00:000:Always have the Fire Bomb PL2 gseekerj:0:40D2FB:00:000:Always have the Blue Bomb PL2 gseekerj:0:40D2FB:00:000:Always have the Green Bomb PL2 gseekerj:0:40D2FB:00:000:Always have the Gold Bomb PL2 gseekerj:0:40D2FB:00:001:Get the Fire Bomb Now! PL2 gseekerj:0:40D2FB:00:001:Get the Blue Bomb Now! PL2 gseekerj:0:40D2FB:00:001:Get the Green Bomb Now! PL2 gseekerj:0:40D2FB:00:001:Get the Gold Bomb Now! PL2 gseekerj:0:000000:00:999:[After you enable these region ] gseekerj:0:000000:00:999:[cheats to see any effect you will ] gseekerj:0:000000:00:999:[have to reset the game (F3). Then ] gseekerj:0:000000:00:999:[you may have to turn the Test Mode] gseekerj:0:000000:00:999:[ON (F2) wait then reset again (F3)] gseekerj:0:0FFFFF:01:100:Region Switch = Japan gseekerj:0:0FFFFF:02:100:Region Switch = US gseekerj:0:0FFFFF:03:100:Region Switch = World ; [ Grid Seeker: Project Stormhammer (US) ] gseekeru:0:40AEE5:09:000:Infinite Credits gseekeru:0:40D225:07:000:Infinite Lives PL1 gseekeru:0:40D283:02:000:Invincibility PL1 gseekeru:0:40D29B:50:000:Infinite Bombs PL1 gseekeru:0:40D2AB:00:000:Always have the Fire Bomb PL1 gseekeru:0:40D2AB:01:000:Always have the Blue Bomb PL1 gseekeru:0:40D2AB:02:000:Always have the Green Bomb PL1 gseekeru:0:40D2AB:03:000:Always have the Gold Bomb PL1 gseekeru:0:40D2AB:00:001:Get the Fire Bomb Now! PL1 gseekeru:0:40D2AB:01:001:Get the Blue Bomb Now! PL1 gseekeru:0:40D2AB:02:001:Get the Green Bomb Now! PL1 gseekeru:0:40D2AB:03:001:Get the Gold Bomb Now! PL1 gseekeru:0:40D227:07:000:Infinite Lives PL2 gseekeru:0:40D2D3:02:000:Invincibility PL2 gseekeru:0:40D2EB:50:000:Infinite Bombs PL2 gseekeru:0:40D2FB:00:000:Always have the Fire Bomb PL2 gseekeru:0:40D2FB:00:000:Always have the Blue Bomb PL2 gseekeru:0:40D2FB:00:000:Always have the Green Bomb PL2 gseekeru:0:40D2FB:00:000:Always have the Gold Bomb PL2 gseekeru:0:40D2FB:00:001:Get the Fire Bomb Now! PL2 gseekeru:0:40D2FB:00:001:Get the Blue Bomb Now! PL2 gseekeru:0:40D2FB:00:001:Get the Green Bomb Now! PL2 gseekeru:0:40D2FB:00:001:Get the Gold Bomb Now! PL2 gseekeru:0:000000:00:999:[After you enable these region ] gseekeru:0:000000:00:999:[cheats to see any effect you will ] gseekeru:0:000000:00:999:[have to reset the game (F3). Then ] gseekeru:0:000000:00:999:[you may have to turn the Test Mode] gseekeru:0:000000:00:999:[ON (F2) wait then reset again (F3)] gseekeru:0:0FFFFF:01:100:Region Switch = Japan gseekeru:0:0FFFFF:02:100:Region Switch = US gseekeru:0:0FFFFF:03:100:Region Switch = World ; [ Great Sluggers '94 ] gslgr94u:0:20C3D3:00:000:Infinite Strikes gslgr94u:0:20C3D5:00:000:Infinite Balls gslgr94u:0:20C3D7:00:000:Infinite Outs gslgr94u:0:20C3D3:00:001:Set Strikes to 0 Now! gslgr94u:0:20C3D3:02:001:Set Strikes to 2 Now! gslgr94u:0:20C3D5:00:001:Set Balls to 0 Now! gslgr94u:0:20C3D5:03:001:Set Balls to 3 Now! gslgr94u:0:20C3D7:00:001:Set Outs to 0 Now! gslgr94u:0:20C3D7:02:001:Set Outs to 2 Now! ; [ Great Sluggers (Japan) ] gslugrsj:0:20C3AB:00:000:Infinite Strikes gslugrsj:0:20C3AD:00:000:Infinite Balls gslugrsj:0:20C3AF:00:000:Infinite Outs gslugrsj:0:20C3AB:00:001:Set Strikes to 0 Now! gslugrsj:0:20C3AB:02:001:Set Strikes to 2 Now! gslugrsj:0:20C3AD:00:001:Set Balls to 0 Now! gslugrsj:0:20C3AD:03:001:Set Balls to 3 Now! gslugrsj:0:20C3AF:00:001:Set Outs to 0 Now! gslugrsj:0:20C3AF:02:001:Set Outs to 2 Now! ; [ Grand Striker 2 (Japan) ] gstrik2:0:FF8A88:63:000:Infinite Credits gstrik2:0:FFF475:3B:000:Infinite Time gstrik2:0:FFF474:05:500:Infinite Time (2/2) gstrik2:0:FFF475:00:001:Finish this Period Now! gstrik2:0:FFF474:00:501:Finish this Period Now! (2/2) gstrik2:0:FF8B6F:00:000:Score always = 0 PL1 gstrik2:0:FF8B6F:63:000:Score always = 99 PL1 gstrik2:0:FF8B6F:00:001:Set Score = 0 Now! PL1 gstrik2:0:FF8B6F:32:001:Set Score = 50 Now! PL1 gstrik2:0:FF8B6F:63:070:Select Score Now! PL1 gstrik2:0:FF8BAF:00:000:Score always = 0 PL2 gstrik2:0:FF8BAF:63:000:Score always = 99 PL2 gstrik2:0:FF8BAF:00:001:Set Score = 0 Now! PL2 gstrik2:0:FF8BAF:32:001:Set Score = 50 Now! PL2 gstrik2:0:FF8BAF:63:070:Select Score Now! PL2 ; [ Grand Striker ] gstriker:0:FFC01E:17:000:Infinite Time gstriker:0:FFC01F:6F:500:Infinite Time (2/2) gstriker:0:FFC01E:00:001:Finish this Match Now! gstriker:0:FFC01F:01:501:Finish this Match Now! (2/2) gstriker:0:FFC025:0A:000:Score always = 10 PL1 gstriker:0:FFC025:00:000:Score always = 0 PL1 gstriker:0:FFC025:0A:001:Score = 10 Now! PL1 gstriker:0:FFC025:00:001:Score = 0 Now! PL1 gstriker:0:FFC025:63:070:Select Score Now! PL1 gstriker:0:FFC027:0A:000:Score always = 10 PL2 gstriker:0:FFC027:00:000:Score always = 0 PL2 gstriker:0:FFC027:0A:001:Score = 10 Now! PL2 gstriker:0:FFC027:00:001:Score = 0 Now! PL2 gstriker:0:FFC027:63:070:Select Score Now! PL2 ; [ Great Swordsman (World?) ] gsword:0:9A1C:17:000:Infinite Time :gsword:20800000:17B3:000000C9:FFFFFFFF:Invincibility:You die rarely in Roman. This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums gsword:0:924B:00:000:Stop Computer Winning Game gsword:0:914B:00:000:Stop Player Winning Game gsword:0:914B:05:001:Make Player Win This Game gsword:0:9871:01:001:Go to Fencing 2 Next gsword:0:9871:02:001:Go to Fencing 3 Next gsword:0:9871:03:001:Go to Fencing 4/Bonus Next gsword:0:9871:04:001:Go to Kendo 1 Next gsword:0:9871:05:001:Go to Kendo 2 Next gsword:0:9871:06:001:Go to Kendo 3 Next gsword:0:9871:07:001:Go to Kendo 4 Next gsword:0:9871:08:001:Go to Kendo 5/Bonus Next gsword:0:9871:09:001:Go to Roman 1 Next gsword:0:9871:0A:001:Go to Roman 2 Next gsword:0:9871:0B:001:Go to Roman 3 Next gsword:0:9871:0C:001:Go to Roman 4 Next gsword:0:9871:0D:001:Go to Roman 5 Next gsword:0:9871:0E:001:Go to Roman 6 Next gsword:0:9871:0E:001:Go to Roman 7/End Next ; [ Great Swordsman (Japan?) ] gsword2:0:9A1C:17:000:Infinite Time :gsword2:20800000:17B3:000000C9:FFFFFFFF:Invincibility:You die rarely in Roman. This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums gsword2:0:924B:00:000:Stop Computer Winning Game gsword2:0:914B:00:000:Stop Player Winning Game gsword2:0:914B:05:001:Make Player Win This Game gsword2:0:9871:01:001:Go to Fencing 2 Next gsword2:0:9871:02:001:Go to Fencing 3 Next gsword2:0:9871:03:001:Go to Fencing 4/Bonus Next gsword2:0:9871:04:001:Go to Kendo 1 Next gsword2:0:9871:05:001:Go to Kendo 2 Next gsword2:0:9871:06:001:Go to Kendo 3 Next gsword2:0:9871:07:001:Go to Kendo 4 Next gsword2:0:9871:08:001:Go to Kendo 5/Bonus Next gsword2:0:9871:09:001:Go to Roman 1 Next gsword2:0:9871:0A:001:Go to Roman 2 Next gsword2:0:9871:0B:001:Go to Roman 3 Next gsword2:0:9871:0C:001:Go to Roman 4 Next gsword2:0:9871:0D:001:Go to Roman 5 Next gsword2:0:9871:0E:001:Go to Roman 6 Next gsword2:0:9871:0E:001:Go to Roman 7/End Next ; [ Trivia (Version 1.02B) ] gt102b:0:4045:0E:000:Infinite Credits gt102b:0:4046:27:500:Infinite Credits (2/2) :gt102b:00000060:4088:00000009:FFFFFFFF:Infinite Time :gt102b:000000E6:4081:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer (Note '4' is actually '3') ; [ Trivia (Version 1.02C) ] gt102c:0:4045:0E:000:Infinite Credits gt102c:0:4046:27:500:Infinite Credits (2/2) :gt102c:00000060:4088:00000009:FFFFFFFF:Infinite Time :gt102c:000000E6:4081:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer (Note '4' is actually '3') ; [ Trivia (Version 1.02C Alt questions 1) ] gt102c1:0:4045:0E:000:Infinite Credits gt102c1:0:4046:27:500:Infinite Credits (2/2) :gt102c1:00000060:4088:00000009:FFFFFFFF:Infinite Time :gt102c1:000000E6:4081:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer (Note '4' is actually '3') ; [ Trivia (Version 1.02C Alt questions 2) ] gt102c2:0:4045:0E:000:Infinite Credits gt102c2:0:4046:27:500:Infinite Credits (2/2) :gt102c2:00000060:4088:00000009:FFFFFFFF:Infinite Time :gt102c2:000000E6:4081:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer (Note '4' is actually '3') ; [ Trivia (Version 1.02C Alt questions 3) ] gt102c3:0:4045:0E:000:Infinite Credits gt102c3:0:4046:27:500:Infinite Credits (2/2) :gt102c3:00000060:4088:00000009:FFFFFFFF:Infinite Time :gt102c3:000000E6:4081:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer (Note '4' is actually '3') ; [ Trivia (Version 1.03) ] gt103:0:4012:FE:000:Infinite Credits :gt103:00000060:4056:00000009:FFFFFFFF:Infinite Time :gt103:000000E6:401F:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Trivia (Version 1.03a) ] gt103a:0:4045:0E:000:Infinite Credits gt103a:0:4046:27:500:Infinite Credits (2/2) :gt103a:00000060:406D:00000009:FFFFFFFF:Infinite Time :gt103a:000000E6:4061:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Trivia (Version 1.03a) (alt 1) ] gt103a1:0:4045:0E:000:Infinite Credits gt103a1:0:4046:27:500:Infinite Credits (2/2) :gt103a1:00000060:406D:00000009:FFFFFFFF:Infinite Time :gt103a1:000000E6:4061:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Trivia (Version 1.03a) (alt 2) ] gt103a2:0:4045:0E:000:Infinite Credits gt103a2:0:4046:27:500:Infinite Credits (2/2) :gt103a2:00000060:406D:00000009:FFFFFFFF:Infinite Time :gt103a2:000000E6:4061:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Trivia (Version 1.03a) (alt 3) ] gt103a3:0:4045:0E:000:Infinite Credits gt103a3:0:4046:27:500:Infinite Credits (2/2) :gt103a3:00000060:406D:00000009:FFFFFFFF:Infinite Time :gt103a3:000000E6:4061:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Trivia (Version 1.03a Alt questions 1) ] gt103aa:0:4045:0E:000:Infinite Credits gt103aa:0:4046:27:500:Infinite Credits (2/2) :gt103aa:00000060:406D:00000009:FFFFFFFF:Infinite Time :gt103aa:000000E6:4061:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Trivia (Version 1.03a Alt questions 2) ] gt103ab:0:4045:0E:000:Infinite Credits gt103ab:0:4046:27:500:Infinite Credits (2/2) :gt103ab:00000060:406D:00000009:FFFFFFFF:Infinite Time :gt103ab:000000E6:4061:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Trivia (Version 1.03a Sex questions) ] gt103asx:0:4045:0E:000:Infinite Credits gt103asx:0:4046:27:500:Infinite Credits (2/2) :gt103asx:00000060:406D:00000009:FFFFFFFF:Infinite Time :gt103asx:000000E6:4061:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Golden Tee 2K (v1.00) ] :gt2k:00000000:0022DD:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt2k:00000001:0022DD:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt2k:00000000:002321:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt2k:00000001:002321:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt2k:00000000:002365:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt2k:00000001:002365:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt2k:00000000:0023A9:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt2k:00000001:0023A9:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 2K (v1.00S) ] :gt2ks100:00000000:0022DD:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt2ks100:00000001:0022DD:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt2ks100:00000000:002321:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt2ks100:00000001:002321:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt2ks100:00000000:002365:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt2ks100:00000001:002365:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt2ks100:00000000:0023A9:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt2ks100:00000001:0023A9:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 2K Tournament (v5.00) ] :gt2kt500:00000000:002EA5:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt2kt500:00000001:002EA5:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt2kt500:00000000:002EE9:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt2kt500:00000001:002EE9:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt2kt500:00000000:002F2D:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt2kt500:00000001:002F2D:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt2kt500:00000000:002F71:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt2kt500:00000001:002F71:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.93N) ] :gt3d:00000000:001BDF:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3d:00000001:001BDF:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3d:00000000:001C1B:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3d:00000001:001C1B:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3d:00000000:001C57:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3d:00000001:001C57:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3d:00000000:001C93:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3d:00000001:001C93:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.91L) ] :gt3dl191:00000000:001BCB:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dl191:00000001:001BCB:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dl191:00000000:001C07:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dl191:00000001:001C07:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dl191:00000000:001C43:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dl191:00000001:001C43:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dl191:00000000:001C7F:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dl191:00000001:001C7F:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.92L) ] :gt3dl192:00000000:001BCB:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dl192:00000001:001BCB:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dl192:00000000:001C07:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dl192:00000001:001C07:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dl192:00000000:001C43:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dl192:00000001:001C43:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dl192:00000000:001C7F:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dl192:00000001:001C7F:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.92S) ] :gt3ds192:00000000:001BC7:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3ds192:00000001:001BC7:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3ds192:00000000:001C03:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3ds192:00000001:001C03:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3ds192:00000000:001C3F:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3ds192:00000001:001C3F:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3ds192:00000000:001C7B:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3ds192:00000001:001C7B:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf Tournament (v2.11) ] :gt3dt211:00000000:002FA9:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dt211:00000001:002FA9:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dt211:00000000:002FE5:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dt211:00000001:002FE5:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dt211:00000000:003021:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dt211:00000001:003021:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dt211:00000000:00305D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dt211:00000001:00305D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf Tournament (v2.31) ] :gt3dt231:00000000:002FE1:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dt231:00000001:002FE1:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dt231:00000000:00301D:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dt231:00000001:00301D:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dt231:00000000:003059:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dt231:00000001:003059:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dt231:00000000:003095:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dt231:00000001:003095:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.4) ] :gt3dv14:00000000:001BD3:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dv14:00000001:001BD3:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dv14:00000000:001C0F:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dv14:00000001:001C0F:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dv14:00000000:001C4B:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dv14:00000001:001C4B:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dv14:00000000:001C87:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dv14:00000001:001C87:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.5) ] :gt3dv15:00000000:001BD7:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dv15:00000001:001BD7:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dv15:00000000:001C13:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dv15:00000001:001C13:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dv15:00000000:001C4F:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dv15:00000001:001C4F:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dv15:00000000:001C8B:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dv15:00000001:001C8B:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.6) ] :gt3dv16:00000000:001BBF:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dv16:00000001:001BBF:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dv16:00000000:001BFB:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dv16:00000001:001BFB:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dv16:00000000:001C37:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dv16:00000001:001C37:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dv16:00000000:001C73:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dv16:00000001:001C73:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.7) ] :gt3dv17:00000000:001BBF:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dv17:00000001:001BBF:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dv17:00000000:001BFB:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dv17:00000001:001BFB:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dv17:00000000:001C37:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dv17:00000001:001C37:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dv17:00000000:001C73:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dv17:00000001:001C73:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee 3D Golf (v1.8) ] :gt3dv18:00000000:001BBF:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt3dv18:00000001:001BBF:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt3dv18:00000000:001BFB:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt3dv18:00000001:001BFB:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt3dv18:00000000:001C37:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt3dv18:00000001:001C37:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt3dv18:00000000:001C73:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt3dv18:00000001:001C73:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Trivia (Version 5) ] gt5:0:0000:00:999:[ There are no cheats ]:REASON 1 gt5:0:0000:00:999:[ for this game as it ]:REASON 1 gt5:0:0000:00:999:[ didn't work the last ]:REASON 1 gt5:0:0000:00:999:[ time it was tested. ]:REASON 1 gt5:0:0000:00:999:[ If the game now works ]:REASON 1 gt5:0:0000:00:999:[ please request cheats ]:REASON 1 gt5:0:0000:00:999:[ for it on the cheat ]:REASON 1 gt5:0:0000:00:999:[ forums. ]:REASON 1 ; [ Trivia (UK Version 5.07) ] gt507uk:0:4011:FF:000:Infinite Credits :gt507uk:00000060:4055:00000009:FFFFFFFF:Infinite Time :gt507uk:000000E6:408A:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Golden Tee '97 (v1.30) ] :gt97:00000000:0020C1:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt97:00000001:0020C1:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt97:00000000:002105:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt97:00000001:002105:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt97:00000000:002149:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt97:00000001:002149:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt97:00000000:00218D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt97:00000001:00218D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '97 (v1.21S) ] :gt97s121:00000000:0020A9:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt97s121:00000001:0020A9:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt97s121:00000000:0020E5:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt97s121:00000001:0020E5:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt97s121:00000000:002121:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt97s121:00000001:002121:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt97s121:00000000:00215D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt97s121:00000001:00215D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '97 Tournament (v2.40) ] :gt97t240:00000000:002E81:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt97t240:00000001:002E81:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt97t240:00000000:002EC5:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt97t240:00000001:002EC5:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt97t240:00000000:002F09:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt97t240:00000001:002F09:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt97t240:00000000:002F4D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt97t240:00000001:002F4D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '97 (v1.20) ] :gt97v120:00000000:0020A9:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt97v120:00000001:0020A9:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt97v120:00000000:0020E5:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt97v120:00000001:0020E5:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt97v120:00000000:002121:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt97v120:00000001:002121:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt97v120:00000000:00215D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt97v120:00000001:00215D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '97 (v1.21) ] :gt97v121:00000000:0020A9:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt97v121:00000001:0020A9:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt97v121:00000000:0020E5:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt97v121:00000001:0020E5:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt97v121:00000000:002121:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt97v121:00000001:002121:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt97v121:00000000:00215D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt97v121:00000001:00215D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '97 (v1.22) ] :gt97v122:00000000:0020C1:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt97v122:00000001:0020C1:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt97v122:00000000:002105:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt97v122:00000001:002105:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt97v122:00000000:002149:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt97v122:00000001:002149:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt97v122:00000000:00218D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt97v122:00000001:00218D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '98 (v1.10) ] :gt98:00000000:0020C1:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt98:00000001:0020C1:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt98:00000000:002105:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt98:00000001:002105:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt98:00000000:002149:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt98:00000001:002149:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt98:00000000:00218D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt98:00000001:00218D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '98 (v1.00S) ] :gt98s100:00000000:0020C1:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt98s100:00000001:0020C1:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt98s100:00000000:002105:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt98s100:00000001:002105:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt98s100:00000000:002149:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt98s100:00000001:002149:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt98s100:00000000:00218D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt98s100:00000001:00218D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '98 Tournament (v3.03) ] :gt98t303:00000000:002E99:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt98t303:00000001:002E99:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt98t303:00000000:002EDD:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt98t303:00000001:002EDD:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt98t303:00000000:002F21:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt98t303:00000001:002F21:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt98t303:00000000:002F65:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt98t303:00000001:002F65:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '98 (v1.00) ] :gt98v100:00000000:0020C1:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt98v100:00000001:0020C1:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt98v100:00000000:002105:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt98v100:00000001:002105:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt98v100:00000000:002149:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt98v100:00000001:002149:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt98v100:00000000:00218D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt98v100:00000001:00218D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '99 (v1.00) ] :gt99:00000000:0022D9:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt99:00000001:0022D9:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt99:00000000:00231D:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt99:00000001:00231D:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt99:00000000:002361:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt99:00000001:002361:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt99:00000000:0023A5:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt99:00000001:0023A5:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '99 (v1.00S) ] :gt99s100:00000000:0022D9:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt99s100:00000001:0022D9:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt99s100:00000000:00231D:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt99s100:00000001:00231D:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt99s100:00000000:002361:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt99s100:00000001:002361:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt99s100:00000000:0023A5:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt99s100:00000001:0023A5:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee '99 Tournament (v4.00) ] :gt99t400:00000000:002EA1:00000000:FFFFFFFF:Always get a Hole in One PL1 :gt99t400:00000001:002EA1:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gt99t400:00000000:002EE5:00000000:FFFFFFFF:Always get a Hole in One PL2 :gt99t400:00000001:002EE5:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gt99t400:00000000:002F29:00000000:FFFFFFFF:Always get a Hole in One PL3 :gt99t400:00000001:002F29:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gt99t400:00000000:002F6D:00000000:FFFFFFFF:Always get a Hole in One PL4 :gt99t400:00000001:002F6D:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee Classic (v1.00) ] :gtclassc:00000000:0022DD:00000000:FFFFFFFF:Always get a Hole in One PL1 :gtclassc:00000001:0022DD:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gtclassc:00000000:002321:00000000:FFFFFFFF:Always get a Hole in One PL2 :gtclassc:00000001:002321:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gtclassc:00000000:002365:00000000:FFFFFFFF:Always get a Hole in One PL3 :gtclassc:00000001:002365:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gtclassc:00000000:0023A9:00000000:FFFFFFFF:Always get a Hole in One PL4 :gtclassc:00000001:0023A9:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee Classic (v1.00) Alt ] :gtclassp:00000000:0022DD:00000000:FFFFFFFF:Always get a Hole in One PL1 :gtclassp:00000001:0022DD:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gtclassp:00000000:002321:00000000:FFFFFFFF:Always get a Hole in One PL2 :gtclassp:00000001:002321:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gtclassp:00000000:002365:00000000:FFFFFFFF:Always get a Hole in One PL3 :gtclassp:00000001:002365:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gtclassp:00000000:0023A9:00000000:FFFFFFFF:Always get a Hole in One PL4 :gtclassp:00000001:0023A9:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Golden Tee Classic (v1.00S) ] :gtcls100:00000000:0022DD:00000000:FFFFFFFF:Always get a Hole in One PL1 :gtcls100:00000001:0022DD:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gtcls100:00000000:002321:00000000:FFFFFFFF:Always get a Hole in One PL2 :gtcls100:00000001:002321:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gtcls100:00000000:002365:00000000:FFFFFFFF:Always get a Hole in One PL3 :gtcls100:00000001:002365:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gtcls100:00000000:0023A9:00000000:FFFFFFFF:Always get a Hole in One PL4 :gtcls100:00000001:0023A9:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Gingateikoku No Gyakushu (bootleg set 2) ] gteikob2:0:421D:06:000:Infinite Lives :gteikob2:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :gteikob2:20810000:12B8:000000C9:FFFFFFFF:Invincibility (2/4) :gteikob2:20810000:12CB:000000C9:FFFFFFFF:Invincibility (3/4) :gteikob2:20810000:3321:000000C3:FFFFFFFF:Invincibility (4/4) :gteikob2:00100000:4013:00000000:00001010:Rapid Fire :gteikob2:20800100:08C6:0000000C:FFFFFFFF:Select Bullet Speed ; [ Gingateikoku No Gyakushu (bootleg set 1) ] gteikokb:0:421D:06:000:Infinite Lives :gteikokb:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :gteikokb:20810000:12B8:000000C9:FFFFFFFF:Invincibility (2/4) :gteikokb:20810000:12CB:000000C9:FFFFFFFF:Invincibility (3/4) :gteikokb:20810000:3321:000000C3:FFFFFFFF:Invincibility (4/4) :gteikokb:00100000:4013:00000000:00001010:Rapid Fire :gteikokb:20800100:08C6:0000000C:FFFFFFFF:Select Bullet Speed ; [ Gingateikoku No Gyakushu ] gteikoku:0:421D:06:000:Infinite Lives :gteikoku:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :gteikoku:20810000:12B8:000000C9:FFFFFFFF:Invincibility (2/4) :gteikoku:20810000:12CB:000000C9:FFFFFFFF:Invincibility (3/4) :gteikoku:20810000:3321:000000C3:FFFFFFFF:Invincibility (4/4) :gteikoku:00100000:4013:00000000:00001010:Rapid Fire :gteikoku:20800100:08C6:0000000C:FFFFFFFF:Select Bullet Speed ; [ Golden Tee Golf (Joystick, v3.1) ] gtg:0:3BD8:09:000:Infinite Credits gtg:0:37EC:03:000:Infinite Strokes PL1 gtg:0:37ED:E7:500:Infinite Strokes PL1 (2/2) gtg:0:3707:01:000:Always get a Hole in One PL1 gtg:0:37EE:03:000:Infinite Strokes PL2 gtg:0:37EF:E7:500:Infinite Strokes PL2 (2/2) gtg:0:3708:01:000:Always get a Hole in One PL2 gtg:0:37F0:03:000:Infinite Strokes PL3 gtg:0:37F1:E7:500:Infinite Strokes PL3 (2/2) gtg:0:3709:01:000:Always get a Hole in One PL3 gtg:0:37F2:03:000:Infinite Strokes PL4 gtg:0:37F3:E7:500:Infinite Strokes PL4 (2/2) gtg:0:370A:01:000:Always get a Hole in One PL4 ; [ Golden Tee Golf II (Trackball, V2.2) ] gtg2:0:3BDC:09:000:Infinite Credits gtg2:0:37E8:03:000:Infinite Strokes PL1 gtg2:0:37E9:E7:500:Infinite Strokes PL1 (2/2) gtg2:0:3703:01:000:Always get a Hole in One PL1 gtg2:0:37EA:03:000:Infinite Strokes PL2 gtg2:0:37EB:E7:500:Infinite Strokes PL2 (2/2) gtg2:0:3704:01:000:Always get a Hole in One PL2 gtg2:0:37EC:03:000:Infinite Strokes PL3 gtg2:0:37ED:E7:500:Infinite Strokes PL3(2/2) gtg2:0:3705:01:000:Always get a Hole in One PL3 gtg2:0:37EE:03:000:Infinite Strokes PL4 gtg2:0:37EF:E7:500:Infinite Strokes PL4 (2/2) gtg2:0:3706:01:000:Always get a Hole in One PL4 ; [ Golden Tee Golf II (Joystick, V1.0) ] gtg2j:0:3BE2:09:000:Infinite Credits gtg2j:0:37EE:03:000:Infinite Strokes PL1 gtg2j:0:37EF:E7:500:Infinite Strokes PL1 (2/2) gtg2j:0:3709:01:000:Always get a Hole in One PL1 gtg2j:0:37F0:03:000:Infinite Strokes PL2 gtg2j:0:37F1:E7:500:Infinite Strokes PL2 (2/2) gtg2j:0:370A:01:000:Always get a Hole in One PL2 gtg2j:0:37F2:03:000:Infinite Strokes PL3 gtg2j:0:37F3:E7:500:Infinite Strokes PL3 (2/2) gtg2j:0:370B:01:000:Always get a Hole in One PL3 gtg2j:0:37F4:03:000:Infinite Strokes PL4 gtg2j:0:37F5:E7:500:Infinite Strokes PL4 (2/2) gtg2j:0:370C:01:000:Always get a Hole in One PL4 ; [ Golden Tee Golf II (Trackball, V1.1) ] gtg2t:0:3BDC:09:000:Infinite Credits gtg2t:0:37E8:03:000:Infinite Strokes PL1 gtg2t:0:37E9:E7:500:Infinite Strokes PL1 (2/2) gtg2t:0:3703:01:000:Always get a Hole in One PL1 gtg2t:0:37EA:03:000:Infinite Strokes PL2 gtg2t:0:37EB:E7:500:Infinite Strokes PL2 (2/2) gtg2t:0:3704:01:000:Always get a Hole in One PL2 gtg2t:0:37EC:03:000:Infinite Strokes PL3 gtg2t:0:37ED:E7:500:Infinite Strokes PL3(2/2) gtg2t:0:3705:01:000:Always get a Hole in One PL3 gtg2t:0:37EE:03:000:Infinite Strokes PL4 gtg2t:0:37EF:E7:500:Infinite Strokes PL4 (2/2) gtg2t:0:3706:01:000:Always get a Hole in One PL4 ; [ Golden Tee Golf (Trackball, v1.0) ] gtgt:0:3B6B:E7:000:Infinite Credits gtgt:0:3B6A:03:500:Infinite Credits (2/2) gtgt:0:37EC:01:000:Always get a Hole in One gtgt:0:37EC:00:001:Reset Strokes to 0 Now! ; [ GTI Club (ver AAA) ] gticlub:0:0000:00:999:[ There are no cheats ]:REASON 1 gticlub:0:0000:00:999:[ for this game as it ]:REASON 1 gticlub:0:0000:00:999:[ didn't work the last ]:REASON 1 gticlub:0:0000:00:999:[ time it was tested. ]:REASON 1 gticlub:0:0000:00:999:[ If the game now works ]:REASON 1 gticlub:0:0000:00:999:[ please request cheats ]:REASON 1 gticlub:0:0000:00:999:[ for it on the cheat ]:REASON 1 gticlub:0:0000:00:999:[ forums. ]:REASON 1 ; [ GTI Club (ver JAA) ] gticlubj:0:0000:00:999:[ There are no cheats ]:REASON 1 gticlubj:0:0000:00:999:[ for this game as it ]:REASON 1 gticlubj:0:0000:00:999:[ didn't work the last ]:REASON 1 gticlubj:0:0000:00:999:[ time it was tested. ]:REASON 1 gticlubj:0:0000:00:999:[ If the game now works ]:REASON 1 gticlubj:0:0000:00:999:[ please request cheats ]:REASON 1 gticlubj:0:0000:00:999:[ for it on the cheat ]:REASON 1 gticlubj:0:0000:00:999:[ forums. ]:REASON 1 ; [ 1000 Miglia: Great 1000 Miles Rally (94/07/18) ] gtmr:0:102CF2:09:000:Infinite Credits gtmr:0:102DE5:00:000:Infinite Time ; [ Mille Miglia 2: Great 1000 Miles Rally (95/05/24) ] gtmr2:0:103B27:00:000:Infinite Time gtmr2:0:103B28:00:500:Infinite Time (2/3) gtmr2:0:103B29:00:500:Infinite Time (3/3) ; [ Mille Miglia 2: Great 1000 Miles Rally (95/04/04) ] gtmr2a:0:103B0F:00:000:Infinite Time gtmr2a:0:103B10:00:500:Infinite Time (2/3) gtmr2a:0:103B11:00:500:Infinite Time (3/3) ; [ Great 1000 Miles Rally 2 USA (95/05/18) ] gtmr2u:0:103B27:00:000:Infinite Time gtmr2u:0:103B28:00:500:Infinite Time (2/3) gtmr2u:0:103B29:00:500:Infinite Time (3/3) ; [ 1000 Miglia: Great 1000 Miles Rally (94/06/13) ] gtmra:0:102CF2:09:000:Infinite Credits gtmra:0:102DE5:00:000:Infinite Time ; [ Great 1000 Miles Rally: Evolution Model!!! (94/09/06) ] gtmre:0:1034F8:09:000:Infinite Credits gtmre:0:1035ED:00:000:Infinite Time ; [ Great 1000 Miles Rally: U.S.A Version! (94/09/06) ] gtmrusa:0:1034F8:09:000:Infinite Credits gtmrusa:0:1035ED:00:000:Infinite Time ; [ Golden Tee Royal Edition Tournament (v4.02) ] :gtroyal:00000000:002EC9:00000000:FFFFFFFF:Always get a Hole in One PL1 :gtroyal:00000001:002EC9:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gtroyal:00000000:002F0D:00000000:FFFFFFFF:Always get a Hole in One PL2 :gtroyal:00000001:002F0D:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gtroyal:00000000:002F51:00000000:FFFFFFFF:Always get a Hole in One PL3 :gtroyal:00000001:002F51:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gtroyal:00000000:002F95:00000000:FFFFFFFF:Always get a Hole in One PL4 :gtroyal:00000001:002F95:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Get Star (bootleg, set 2) ] gtstarba:0:C803:63:000:Infinite Credits gtstarba:0:C21D:0A:000:Infinite Lives gtstarba:0:C239:04:000:Infinite Energy :gtstarba:20900000:1B30:00001E18:FFFFFFFF:Invincibility :gtstarba:20810000:1B57:00000092:FFFFFFFF:Invincibility (2/2) gtstarba:0:C23B:20:000:Infinite Ammo/Time gtstarba:0:C23A:00:001:One hit to kill boss Now! gtstarba:0:C252:02:000:Always have Laser gtstarba:0:C23C:00:000:Always have Normal Punch gtstarba:0:C247:80:500:Always have Normal Punch (2/2) gtstarba:0:C23C:02:000:Always have Speed Punch gtstarba:0:C247:88:500:Always have Speed Punch (2/2) gtstarba:0:C23C:06:000:Always have Fire Punch gtstarba:0:C247:8A:500:Always have Fire Punch (2/2) gtstarba:0:C23C:0E:000:Always have Super Punch gtstarba:0:C247:8C:500:Always have Super Punch (2/2) gtstarba:0:C252:02:001:Get Laser Now! gtstarba:0:C23C:00:001:Get Normal Punch Now! gtstarba:0:C247:80:501:Get Normal Punch Now! (2/2) gtstarba:0:C23C:02:001:Get Speed Punch Now! gtstarba:0:C247:88:501:Get Speed Punch Now! (2/2) gtstarba:0:C23C:06:001:Get Fire Punch Now! gtstarba:0:C247:8A:501:Get Fire Punch Now! (2/2) gtstarba:0:C23C:0E:001:Get Super Punch Now! gtstarba:0:C247:8C:501:Get Super Punch Now! (2/2) ; [ Golden Tee Supreme Edition Tournament (v5.10) ] :gtsuprem:00000000:002EC5:00000000:FFFFFFFF:Always get a Hole in One PL1 :gtsuprem:00000001:002EC5:00000000:FFFFFFFF:Reset Strokes Now! PL1 :gtsuprem:00000000:002F09:00000000:FFFFFFFF:Always get a Hole in One PL2 :gtsuprem:00000001:002F09:00000000:FFFFFFFF:Reset Strokes Now! PL2 :gtsuprem:00000000:002F4D:00000000:FFFFFFFF:Always get a Hole in One PL3 :gtsuprem:00000001:002F4D:00000000:FFFFFFFF:Reset Strokes Now! PL3 :gtsuprem:00000000:002F91:00000000:FFFFFFFF:Always get a Hole in One PL4 :gtsuprem:00000001:002F91:00000000:FFFFFFFF:Reset Strokes Now! PL4 ; [ Guardians of the 'Hood ] guardian:0:FF80BB:1E:000:Infinite Credits :guardian:00000000:FF89BB:00000000:FFFFFFFF:Infinite Time :guardian:00000000:FF904D:00000000:FFFFFFFF:Enemies Die Instantly :guardian:00010000:FF9145:00000000:FFFFFFFF:Enemies Die Instantly (2/6) :guardian:00010000:FF923D:00000000:FFFFFFFF:Enemies Die Instantly (3/6) :guardian:00010000:FF9335:00000000:FFFFFFFF:Enemies Die Instantly (4/6) :guardian:00010000:FF942D:00000000:FFFFFFFF:Enemies Die Instantly (5/6) :guardian:00010000:FF9525:00000000:FFFFFFFF:Enemies Die Instantly (6/6) guardian:0:FF8D65:85:000:Infinite Energy PL1 guardian:0:FF8E0B:07:000:Infinite Stars PL1 :guardian:00000000:FF8D63:00000029:FFFFFFFF:Invincibility PL1 guardian:0:FF8F55:85:000:Infinite Energy PL2 guardian:0:FF8FFB:07:000:Infinite Stars PL2 :guardian:00000000:FF8F53:00000029:FFFFFFFF:Invincibility PL2 ; [ Guiness, The (Japan) ] guiness:0:C067:99:000:Infinite Credits guiness:0:0000:00:999:[Only enable any of the cheats ] guiness:0:0000:00:999:[during the Round it is meant for. ] guiness:0:0000:00:999:[R1=Log Sawing R2=Pile Driving] guiness:0:0000:00:999:[R3=Slope Running R4=Ring Throwing] guiness:0:0000:00:999:[R5=Disc Spinning R6=Skateboarding] guiness:0:C281:00:000:Infinite Time R1 guiness:0:C22C:99:000:Infinite Time R2 "ON":Turn this cheat off with the Infinite Time R2 "OFF" cheat when you have done enough guiness:0:C22C:01:001:Infinite Time R2 "OFF" guiness:0:C2AA:00:000:Infinite Time R3 guiness:0:C240:09:000:Infinite Rings "ON" R4 PL1:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough guiness:0:C240:01:001:Infinite Rings "OFF" R4 PL1 guiness:0:C241:09:001:Set Hits to 9 Now! R4 PL1 guiness:0:C244:09:501:Set Hits to 9 Now! R4 PL1 (2/2) guiness:0:C2B0:09:000:Infinite Rings "ON" R4 PL2:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough guiness:0:C2B0:01:001:Infinite Rings "OFF" R4 PL2 guiness:0:C2B1:09:001:Set Hits to 9 Now! R4 PL2 guiness:0:C2B4:09:501:Set Hits to 9 Now! R4 PL2 (2/2) guiness:0:C244:99:000:Infinite Time R5 guiness:0:C24B:19:000:Always have 19 Pieces R5 :guiness:00001301:C100:00000005:FFFFFFFF:Select starting round:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! guiness:0:C100:05:061:Select next round ; [ Gulf Storm (Media Shoji) ] gulfstr2:0:C607:99:000:Infinite Credits gulfstr2:0:C60D:08:000:Infinite Lives PL1 gulfstr2:0:C472:04:000:Infinite Bombs PL1 gulfstr2:0:C474:1E:000:Invincibility PL1 gulfstr2:0:C471:05:000:Always Max Power Level PL1 gulfstr2:0:C60E:08:000:Infinite Lives PL2 gulfstr2:0:C47A:04:000:Infinite Bombs PL2 gulfstr2:0:C476:1E:000:Invincibility PL2 gulfstr2:0:C479:05:000:Always Max Power Level PL2 ; [ Gulf Storm ] gulfstrm:0:C607:99:000:Infinite Credits gulfstrm:0:C60D:08:000:Infinite Lives PL1 gulfstrm:0:C472:04:000:Infinite Bombs PL1 gulfstrm:0:C351:1E:000:Invincibility PL1 gulfstrm:0:C471:05:000:Always Max Power Level PL1 gulfstrm:0:C60E:08:000:Infinite Lives PL2 gulfstrm:0:C47A:04:000:Infinite Bombs PL2 gulfstrm:0:C272:1E:000:Invincibility PL2 gulfstrm:0:C479:05:000:Always Max Power Level PL2 ; [ Gulf War II ] gulfwar2:0:031871:0A:000:Infinite Lives PL1 gulfwar2:0:03004D:09:000:Infinite Bombs PL1 gulfwar2:0:030023:2E:000:Invincibility PL1 gulfwar2:0:030038:80:500:Invincibility PL1 (2/2) gulfwar2:0:000000:00:999:[ You must enable the max fire ] gulfwar2:0:000000:00:999:[ fire power cheat to use the four ] gulfwar2:0:000000:00:999:[ fire type cheats. ] gulfwar2:0:03004B:28:000:Always max fire power PL1 gulfwar2:0:03005B:00:000:Always Normal fire PL1 gulfwar2:0:03005B:2C:000:Always Laser PL1 gulfwar2:0:03005B:58:000:Always Multiway fire PL1 gulfwar2:0:03005B:84:000:Always 4-sides fire PL1 gulfwar2:0:03005B:00:001:Get Normal fire Now! PL1 gulfwar2:0:03005B:2C:001:Get Laser Now! PL1 gulfwar2:0:03005B:58:001:Get Multiway fire Now! PL1 gulfwar2:0:03005B:84:001:Get 4-sides fire Now! PL1 gulfwar2:0:031873:0A:000:Infinite Lives PL2 gulfwar2:0:0300AD:09:000:Infinite Bombs PL2 gulfwar2:0:030083:2F:000:Invincibility PL2 gulfwar2:0:030098:80:500:Invincibility PL2 (2/2) gulfwar2:0:000000:00:999:[ You must enable the max fire ] gulfwar2:0:000000:00:999:[ fire power cheat to use the four ] gulfwar2:0:000000:00:999:[ fire type cheats. ] gulfwar2:0:0300AB:28:000:Always max fire power PL2 gulfwar2:0:0300BB:00:000:Always Normal fire PL2 gulfwar2:0:0300BB:2C:000:Always Laser PL2 gulfwar2:0:0300BB:58:000:Always Multiway fire PL2 gulfwar2:0:0300BB:84:000:Always 4-sides fire PL2 gulfwar2:0:0300BB:00:001:Get Normal fire Now! PL2 gulfwar2:0:0300BB:2C:001:Get Laser Now! PL2 gulfwar2:0:0300BB:58:001:Get Multiway fire Now! PL2 gulfwar2:0:0300BB:84:001:Get 4-sides fire Now! PL2 ; [ Gumbo ] gumbo:0:080C39:02:000:Infinite Helps PL1 gumbo:0:08110B:02:000:Infinite Helps PL2 ; [ Gun Ball (Japan) ] :gunball:00000000:FFA1B1:00000099:FFFFFFFF:Infinite Credits :gunball:00100000:FEC554:00000999:FFFFFFFF:Infinite Time :gunball:00000000:FF2975:00000063:FFFFFFFF:Infinite Event Time :gunball:62000000:000000:00000000:00000000:Select Stage :gunball:00010000:FEC57F:00000000:FFFFFFFF:1 - Combat Field :gunball:00010000:FEC57F:00000004:FFFFFFFF:2 - Strange Football :gunball:00010000:FEC57F:00000008:FFFFFFFF:3 - Ghost Town :gunball:00010000:FEC57F:0000000C:FFFFFFFF:4 - Aliens World :gunball:00010000:FEC57F:00000010:FFFFFFFF:5 - Space Station :gunball:62000000:000000:00000000:00000000:Select Roulette Number:Enable on the roulette game :gunball:00010000:FEEF9E:00000000:FFFFFFFF:00 :gunball:00010000:FEEF9E:00000001:FFFFFFFF:10 :gunball:00010000:FEEF9E:00000002:FFFFFFFF:20 :gunball:00010000:FEEF9E:00000003:FFFFFFFF:30 :gunball:00010000:FEEF9E:00000004:FFFFFFFF:40 :gunball:00010000:FEEF9E:00000005:FFFFFFFF:50 :gunball:00010000:FEEF9E:00000006:FFFFFFFF:60 :gunball:00010000:FEEF9E:00000007:FFFFFFFF:70 :gunball:00010000:FEEF9E:00000008:FFFFFFFF:80 :gunball:00010000:FEEF9E:00000009:FFFFFFFF:90 gunball:0:FF2803:63:000:Infinite Lives PL1 gunball:0:FEC667:63:000:Infinite Z-Weapons PL1 gunball:0:FEC66D:02:000:Invincibility PL1 :gunball:00000000:FF2ED3:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :gunball:00000000:FF2825:00000063:FFFFFFFF:Infinite Weapon Time PL1 :gunball:62000000:000000:00000000:00000000:Select Weapon PL1 :gunball:00010000:FEC665:00000002:FFFFFFFF:Missile Launcher :gunball:00010000:FEC665:00000003:FFFFFFFF:Ring Laser :gunball:00010000:FEC665:00000004:FFFFFFFF:Flame Thrower :gunball:00010000:FEC665:00000005:FFFFFFFF:Rail Blaster gunball:0:FF2863:63:000:Infinite Lives PL2 gunball:0:FEC6C7:63:000:Infinite Z-Weapons PL2 gunball:0:FEC6CD:02:000:Invincibility PL2 :gunball:00000000:FF2ED2:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :gunball:00000000:FF2885:00000063:FFFFFFFF:Infinite Weapon Time PL2 :gunball:62000000:000000:00000000:00000000:Select Weapon PL2 :gunball:00010000:FEC6C5:00000002:FFFFFFFF:Missile Launcher :gunball:00010000:FEC6C5:00000003:FFFFFFFF:Ring Laser :gunball:00010000:FEC6C5:00000004:FFFFFFFF:Flame Thrower :gunball:00010000:FEC6C5:00000005:FFFFFFFF:Rail Blaster gunball:0:FF28C3:63:000:Infinite Lives PL3 gunball:0:FEC727:63:000:Infinite Z-Weapons PL3 gunball:0:FEC72D:02:000:Invincibility PL3 :gunball:00000000:FF2ED1:00000000:00000010:Rapid Fire PL3:Turn it OFF on name entry screen :gunball:00000000:FF28E5:00000063:FFFFFFFF:Infinite Weapon Time PL3 :gunball:62000000:000000:00000000:00000000:Select Weapon PL3 :gunball:00010000:FEC725:00000002:FFFFFFFF:Missile Launcher :gunball:00010000:FEC725:00000003:FFFFFFFF:Ring Laser :gunball:00010000:FEC725:00000004:FFFFFFFF:Flame Thrower :gunball:00010000:FEC725:00000005:FFFFFFFF:Rail Blaster ; [ Gunbird (World) ] gunbird:0:FE0329:05:000:Infinite Lives PL1 gunbird:0:FE032D:06:000:Infinite Bombs PL1 gunbird:0:FE032F:03:000:Maximum Power PL1 gunbird:0:FE0347:02:000:Invincibility PL1:Sprite Flickers gunbird:0:FE03A9:05:000:Infinite Lives PL2 gunbird:0:FE03AD:06:000:Infinite Bombs PL2 gunbird:0:FE03AF:03:000:Maximum Power PL2 gunbird:0:FE03C7:02:000:Invincibility PL2 ; [ Gunbird 2 ] gunbird2:0:06040004:01:000:Language = English :gunbird2:61100001:0000002E:00000020:FFFFFFFF:Unlock Aine in EEPROM:Press "Down" on ?. Same as [5-1-0-2-4] code, Reset afterwards :gunbird2:61110001:0000001E:00000002:FFFFFFFF:Unlock Aine in EEPROM (2/3) :gunbird2:61110001:0000001C:0000001E:FFFFFFFF:Unlock Aine in EEPROM (3/3) :gunbird2:00000001:0605CB5E:00000001:FFFFFFFF:Enable Maintenance Mode:Use in test mode, see the history.dat file for what the codes are. If you have any other questions email Tourniquet ;-) :gunbird2:00010001:0607FF89:0000000B:FFFFFFFF:Enable Maintenance Mode (2/2) :gunbird2:00000001:0605CB5E:00000002:FFFFFFFF:Disable Maintenance Mode:Use in test mode :gunbird2:00010001:0607FF89:00000006:FFFFFFFF:Disable Maintenance Mode (2/2) :gunbird2:00000301:0604C8C0:00000007:FFFFFFFF:Select Starting Stage :gunbird2:62000000:00000000:00000000:00000000:First Stage always = :gunbird2:00010000:0604C8B2:00000000:FFFFFFFF:Desert :gunbird2:00010000:0604C8B2:00000001:FFFFFFFF:Water :gunbird2:00010000:0604C8B2:00000002:FFFFFFFF:Forest :gunbird2:00010000:0604C8B2:00000003:FFFFFFFF:Snow :gunbird2:62000000:00000000:00000000:00000000:Second Stage always = :gunbird2:00010000:0604C8B3:00000000:FFFFFFFF:Desert :gunbird2:00010000:0604C8B3:00000001:FFFFFFFF:Water :gunbird2:00010000:0604C8B3:00000002:FFFFFFFF:Forest :gunbird2:00010000:0604C8B3:00000003:FFFFFFFF:Snow :gunbird2:62000000:00000000:00000000:00000000:Third Stage always = :gunbird2:00010000:0604C8B4:00000000:FFFFFFFF:Desert :gunbird2:00010000:0604C8B4:00000001:FFFFFFFF:Water :gunbird2:00010000:0604C8B4:00000002:FFFFFFFF:Forest :gunbird2:00010000:0604C8B4:00000003:FFFFFFFF:Snow gunbird2:0:0605502D:08:000:Infinite Lives PL1 gunbird2:0:0605502F:09:000:Infinite Bombs PL1 :gunbird2:00010020:06055063:00000040:FFFFFFFF:Invincibility PL1 gunbird2:0:0605505B:03:000:Maximum Fire Power PL1 gunbird2:0:06055074:56:000:Maximum Extra Weapon PowerPL1 gunbird2:0:06055075:AE:500:Maximum Extra Weapon PowerPL1 (2/2) gunbird2:0:060550DD:08:000:Infinite Lives PL2 gunbird2:0:060550DF:09:000:Infinite Bombs PL2 :gunbird2:00010020:06055113:00000040:FFFFFFFF:Invincibility PL2 gunbird2:0:0605510B:03:000:Maximum Fire Power PL2 gunbird2:0:06055124:56:000:Maximum Extra Weapon PowerPL2 gunbird2:0:06055125:AE:500:Maximum Extra Weapon PowerPL2 (2/2) ; [ Gunbird (Japan) ] gunbirdj:0:FE0329:05:000:Infinite Lives PL1 gunbirdj:0:FE032D:06:000:Infinite Bombs PL1 gunbirdj:0:FE032F:03:000:Maximum Power PL1 gunbirdj:0:FE0347:02:000:Invincibility PL1:Sprite Flickers gunbirdj:0:FE03A9:05:000:Infinite Lives PL2 gunbirdj:0:FE03AD:06:000:Infinite Bombs PL2 gunbirdj:0:FE03AF:03:000:Maximum Power PL2 gunbirdj:0:FE03C7:02:000:Invincibility PL2 ; [ Gunbird (Korea) ] gunbirdk:0:FE0329:05:000:Infinite Lives PL1 gunbirdk:0:FE032D:06:000:Infinite Bombs PL1 gunbirdk:0:FE032F:03:000:Maximum Power PL1 gunbirdk:0:FE0347:02:000:Invincibility PL1:Sprite Flickers gunbirdk:0:FE03A9:05:000:Infinite Lives PL2 gunbirdk:0:FE03AD:06:000:Infinite Bombs PL2 gunbirdk:0:FE03AF:03:000:Maximum Power PL2 gunbirdk:0:FE03C7:02:000:Invincibility PL2 ; [ Gunblade NY ] gunblade:0:0000:00:999:[ There are no cheats ]:REASON 1 gunblade:0:0000:00:999:[ for this game as it ]:REASON 1 gunblade:0:0000:00:999:[ didn't work the last ]:REASON 1 gunblade:0:0000:00:999:[ time it was tested. ]:REASON 1 gunblade:0:0000:00:999:[ If the game now works ]:REASON 1 gunblade:0:0000:00:999:[ please request cheats ]:REASON 1 gunblade:0:0000:00:999:[ for it on the cheat ]:REASON 1 gunblade:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gun Bullet (Japan) ] gunbulet:0:1C004D:09:000:Infinite Credits gunbulet:0:1C00B7:06:000:Infinite Lives PL1 gunbulet:0:1C006F:FF:000:Infinite Ammo PL1 gunbulet:0:1C00B3:00:000:Never be penalised for bad shots PL1 gunbulet:0:1C00B9:06:000:Infinite Lives PL2 gunbulet:0:1C0071:FF:000:Infinite Ammo PL2 gunbulet:0:1C00B5:00:000:Never be penalised for bad shots PL2 ; [ Gunbuster (Japan) ] gunbustr:0:2000C2:09:000:Infinite Credits gunbustr:0:2002F5:0F:000:Infinite Time gunbustr:0:2002F4:27:500:Infinite Time (2/2) gunbustr:0:200608:04:000:Infinite Energy PL1 gunbustr:0:200609:00:500:Infinite Energy PL1 (2/2) gunbustr:0:200675:02:000:Invincibility PL1 gunbustr:0:20060A:04:000:Infinite Energy PL2 gunbustr:0:20060B:00:500:Infinite Energy PL2 (2/2) gunbustr:0:200677:02:000:Invincibility PL2 ; [ Mobile Suit Gundam EX Revue ] gundamex:0:2034EF:09:000:Infinite Credits gundamex:0:2035A3:9B:000:Infinite Time gundamex:0:2035A2:0B:500:Infinite Time (2/2) gundamex:0:2035A3:01:001:Finish this Round Now! gundamex:0:2035A2:00:501:Finish this Round Now! (2/2) gundamex:0:204569:93:000:Infinite Energy PL1 gundamex:0:204569:00:001:Drain All Energy Now! PL1 gundamex:0:2045BF:93:000:Infinite Energy PL2 gundamex:0:2045BF:00:001:Drain All Energy Now! PL2 ; [ Gun Dealer (set 2) ] gundeala:0:ED5F:0F:001:Winning Score Now! PL1 gundeala:0:ED60:27:501:Winning Score Now! PL1 (2/2) gundeala:0:ED61:0F:001:Winning Score Now! PL2 gundeala:0:ED62:27:501:Winning Score Now! PL2 (2/2) gundeala:0:ECAB:34:001:Finish this level Now! ; [ Gun Dealer (set 1) ] gundealr:0:ED5F:0F:001:Winning Score Now! PL1 gundealr:0:ED60:27:501:Winning Score Now! PL1 (2/2) gundealr:0:ED61:0F:001:Winning Score Now! PL2 gundealr:0:ED62:27:501:Winning Score Now! PL2 (2/2) gundealr:0:ECAB:34:001:Finish this level Now! ; [ Gun Dealer (Tecmo) ] gundealt:0:ED5F:0F:001:Winning Score Now! PL1 gundealt:0:ED60:27:501:Winning Score Now! PL1 (2/2) gundealt:0:ED61:0F:001:Winning Score Now! PL2 gundealt:0:ED62:27:501:Winning Score Now! PL2 (2/2) gundealt:0:ECAB:34:001:Finish this level Now! ; [ Gundhara ] gundhara:0:20A631:09:000:Infinite Credits gundhara:0:20A445:FF:000:Never have "Hurry Up" gundhara:0:20B671:09:000:Infinite Lives PL1 gundhara:0:20B76D:06:000:Infinite Special PL1 gundhara:0:212E73:02:000:Invincibility PL1 gundhara:0:20B6F8:0F:000:Always have Maximum Charge PL1 gundhara:0:20B6D9:04:000:Always have Maximum Weapon PL1 gundhara:0:20B78B:09:000:Infinite Lives PL2 gundhara:0:20B887:06:000:Infinite Special PL2 gundhara:0:212E77:02:000:Invincibility PL2 gundhara:0:20B812:0F:000:Always have Maximum Charge PL2 gundhara:0:20B7F3:04:000:Always have Maximum Weapon PL2 ; [ Gun Dealer '94 ] gundl94:0:C503:63:000:Infinite Credits gundl94:0:C033:0F:001:Set score to 99990 Now! PL1 gundl94:0:C034:27:501:Set score to 99990 Now! PL1 (2/2) gundl94:0:C033:00:001:Set score to 0 Now! PL1 gundl94:0:C034:00:501:Set score to 0 Now! PL1 (2/2) gundl94:0:C0D8:0F:001:Set score to 99990 Now! PL2 gundl94:0:C0D9:27:501:Set score to 99990 Now! PL2(2/2) gundl94:0:C0D8:00:001:Set score to 0 Now! PL2 gundl94:0:C0D9:00:501:Set score to 0 Now! PL2 (2/2) ; [ Gun Fight ] gunfight:0:2011:00:000:Infinite Bullets PL1 gunfight:0:2010:00:000:Infinite Bullets PL2 gunfight:0:2004:99:000:Infinite Time gunfight:0:2005:00:000:PL1 score always 0 gunfight:0:2002:00:000:PL2 score always 0 gunfight:0:2005:00:001:Set PL1 score to 0 Now! gunfight:0:2002:00:001:Set PL2 score to 0 Now! gunfight:0:200E:99:073:Select score PL1 gunfight:0:200D:99:073:Select score PL2 ; [ Gunforce 2 (US) ] gunforc2:0:EA56A:99:000:Infinite Credits gunforc2:0:E00A4:99:000:Infinite Time gunforc2:0:E00B3:05:062:Select Next Mission:The Last Mission (5) doesn't work properly as you need to enter it via Mission 4 gunforc2:0:E9DAC:0A:000:Infinite Lives PL1 gunforc2:0:E0230:E7:000:Infinite Item Ammo PL1:Get an item first gunforc2:0:E0231:03:500:Infinite Item Ammo PL1 (2/2) gunforc2:0:E0238:02:000:Invincibility PL1 gunforc2:0:E9E2C:0A:000:Infinite Lives PL2 gunforc2:0:E03E0:E7:000:Infinite Item Ammo PL2:Get an item first gunforc2:0:E03E1:03:500:Infinite Item Ammo PL2 (2/2 gunforc2:0:E03E8:02:000:Invincibility PL2 ; [ Gunforce - Battle Fire Engulfed Terror Island (World) ] gunforce:0:E6370:63:000:Infinite Time gunforce:0:00000:00:999:[These Start on Level cheats] gunforce:0:00000:00:999:[must be enabled on the ] gunforce:0:00000:00:999:[title screen and turned off] gunforce:0:00000:00:999:[when you start the level. ] gunforce:0:E0002:01:000:Start on Level 2 gunforce:0:E0002:02:000:Start on Level 3 gunforce:0:E0002:03:000:Start on Level 4 gunforce:0:E0002:04:000:Start on Level 5 gunforce:0:E0002:05:000:Start on Level 5 gunforce:0:E0002:05:061:Select next level gunforce:0:E61C2:09:000:Infinite Lives PL1 gunforce:0:E011E:64:000:Invincibility PL1 gunforce:0:E61C4:09:000:Infinite Lives PL2 gunforce:0:E015E:64:000:Invincibility PL2 ; [ Gunforce - Battle Fire Engulfed Terror Island (Japan) ] gunforcj:0:E6370:63:000:Infinite Time gunforcj:0:00000:00:999:[These Start on Level cheats] gunforcj:0:00000:00:999:[must be enabled on the ] gunforcj:0:00000:00:999:[title screen and turned off] gunforcj:0:00000:00:999:[when you start the level. ] gunforcj:0:E0002:01:000:Start on Level 2 gunforcj:0:E0002:02:000:Start on Level 3 gunforcj:0:E0002:03:000:Start on Level 4 gunforcj:0:E0002:04:000:Start on Level 5 gunforcj:0:E0002:05:000:Start on Level 5 gunforcj:0:E0002:05:061:Select next level gunforcj:0:E61C2:09:000:Infinite Lives PL1 gunforcj:0:E011E:64:000:Invincibility PL1 gunforcj:0:E61C4:09:000:Infinite Lives PL2 gunforcj:0:E015E:64:000:Invincibility PL2 ; [ Gunforce - Battle Fire Engulfed Terror Island (US) ] gunforcu:0:E6370:63:000:Infinite Time gunforcu:0:00000:00:999:[These Start on Level cheats] gunforcu:0:00000:00:999:[must be enabled on the ] gunforcu:0:00000:00:999:[title screen and turned off] gunforcu:0:00000:00:999:[when you start the level. ] gunforcu:0:E0002:01:000:Start on Level 2 gunforcu:0:E0002:02:000:Start on Level 3 gunforcu:0:E0002:03:000:Start on Level 4 gunforcu:0:E0002:04:000:Start on Level 5 gunforcu:0:E0002:05:000:Start on Level 5 gunforcu:0:E0002:05:061:Select next level gunforcu:0:E61C2:09:000:Infinite Lives PL1 gunforcu:0:E011E:64:000:Invincibility PL1 gunforcu:0:E61C4:09:000:Infinite Lives PL2 gunforcu:0:E015E:64:000:Invincibility PL2 ; [ Gun Frontier (Japan) ] gunfronj:0:107BE6:05:000:Infinite Lives PL1 gunfronj:0:107BFD:04:000:Weapon Power PL1 gunfronj:0:107BFB:04:500:Weapon Power PL1 (2/2) gunfronj:0:107C07:07:000:Always have Bomber Max PL1 gunfronj:0:107BE9:03:000:Invincibility PL1 gunfronj:0:107C24:05:000:Infinite Lives PL2 gunfronj:0:107C3B:04:000:Weapon Power PL2 gunfronj:0:107C39:04:500:Weapon Power PL2 (2/2) gunfronj:0:107C45:07:000:Always have Bomber Max PL2 gunfronj:0:107C27:03:000:Invincibility PL2 ; [ Gun & Frontier (World) ] gunfront:0:107BE6:05:000:Infinite Lives PL1 gunfront:0:107BFD:04:000:Weapon Power PL1 gunfront:0:107BFB:04:500:Weapon Power PL1 (2/2) gunfront:0:107C07:07:000:Always have Bomber Max PL1 gunfront:0:107BE9:03:000:Invincibility PL1 gunfront:0:107C24:05:000:Infinite Lives PL2 gunfront:0:107C3B:04:000:Weapon Power PL2 gunfront:0:107C39:04:500:Weapon Power PL2 (2/2) gunfront:0:107C45:07:000:Always have Bomber Max PL2 gunfront:0:107C27:03:000:Invincibility PL2 ; [ Gun Hohki (Japan) ] :gunhohki:00000000:E85B8:00000009:FFFFFFFF:Infinite Credits :gunhohki:00001301:E0150:00000005:FFFFFFFF:Select Starting Stage:Enable on the "Push Start Button" message screen :gunhohki:81000000:E8A70:0000000A:000E0040:Infinite Lives PL1 :gunhohki:81000000:E8A70:00000003:000E005C:Invincibility PL1 :gunhohki:81000000:E8A70:00000003:000E0042:Always Maximum Shot Power PL1 :gunhohki:62000000:00000:00000000:00000000:Select Shot PL1 :gunhohki:81010000:E8A70:00000000:000E0041:Fire :gunhohki:81010000:E8A70:00000001:000E0041:Thunder :gunhohki:81100000:E8A70:000003E7:000E0045:Always Have Maximum Jewels PL1 :gunhohki:81000000:E8A70:00000020:000E0044:Always Maximum Energy Charge PL1 :gunhohki:00000000:E89E4:00000000:00000080:Rapid Fire - Normal PL1:Can't charge. Turn it OFF on the name entry screen :gunhohki:00000000:E89E4:00000000:00000080:Rapid Fire - Special PL1:Can't charge. Turn it OFF on the name entry screen :gunhohki:81010000:E8A70:00000000:000E0076:Rapid Fire - Special PL1 (2/2) :gunhohki:81000000:E8A72:0000000A:000E0040:Infinite Lives PL2 :gunhohki:81000000:E8A72:00000003:000E005C:Invincibility PL2 :gunhohki:81000000:E8A72:00000003:000E0042:Always Maximum Shot Power PL2 :gunhohki:62000000:00000:00000000:00000000:Select Shot PL2 :gunhohki:81010000:E8A72:00000000:000E0041:Fire :gunhohki:81010000:E8A72:00000001:000E0041:Thunder :gunhohki:81100000:E8A72:000003E7:000E0045:Always Have Maximum Jewels PL2 :gunhohki:81000000:E8A72:00000020:000E0044:Always Maximum Energy Charge PL2 :gunhohki:00000000:E89E5:00000000:00000080:Rapid Fire - Normal PL2:Can't charge. Turn it OFF on the name entry screen :gunhohki:00000000:E89E5:00000000:00000080:Rapid Fire - Special PL2:Can't charge. Turn it OFF on the name entry screen :gunhohki:81010000:E8A72:00000000:000E0076:Rapid Fire - Special PL2 (2/2) ; [ Gunlock (World) ] gunlock:0:402265:09:000:Infinite Credits :gunlock:20800000:0005E7:0000009E:FFFFFFFF:Unlock Area Select Mode:Reset the game to enable it :gunlock:20910000:007E4E:00006078:FFFFFFFF:Unlock Area Select Mode (2/2):1st = ROM check skipping, 2nd = Branch to area selection mode :gunlock:00001501:402313:00000006:FFFFFFFF:Select Starting Area:Enable on the "PUSH 1 OR 2 PLAYER BUTTON" screen. Turn it OFF after starting the game. :gunlock:20900000:027324:00000500:FFFFFFFF:Always Have Speed Up :gunlock:20910000:02732C:0000FB01:FFFFFFFF:Always Have Speed Up (2/12):1st = Up, 2nd = Down :gunlock:20910000:027338:0000FAA1:FFFFFFFF:Always Have Speed Up (3/12):Left :gunlock:20910000:027340:0000FC35:FFFFFFFF:Always Have Speed Up (4/12):Upper-Left :gunlock:20910000:027344:00000388:FFFFFFFF:Always Have Speed Up (5/12):Upper-Left :gunlock:20910000:027348:0000FC35:FFFFFFFF:Always Have Speed Up (6/12):Lower-Left :gunlock:20910000:02734C:0000FC79:FFFFFFFF:Always Have Speed Up (7/12):Lower-Left :gunlock:20910000:027358:00000560:FFFFFFFF:Always Have Speed Up (8/12):Right :gunlock:20910000:027360:000003CC:FFFFFFFF:Always Have Speed Up (9/12):Upper-Right :gunlock:20910000:027364:00000388:FFFFFFFF:Always Have Speed Up (10/12):Upper-Right :gunlock:20910000:027368:000003CC:FFFFFFFF:Always Have Speed Up (11/12):Lower-Right :gunlock:20910000:02736C:0000FC79:FFFFFFFF:Always Have Speed Up (12/12):Lower-Right :gunlock:20900000:02577E:0000600A:FFFFFFFF:Always Have Penetrable Shot :gunlock:20910000:0257C6:0000600A:FFFFFFFF:Always Have Penetrable Shot (2/2) :gunlock:20800100:02759A:0000001E:FFFFFFFF:Select Shot Speed :gunlock:20910000:0275CC:0000303C:FFFFFFFF:Select Shot Speed (2/2) gunlock:0:404B95:9A:000:Infinite Lives PL1 :gunlock:00100000:404BF4:00000002:FFFFFFFF:Invincibility PL1 :gunlock:20900000:03047E:00006028:FFFFFFFF:Auto Lock-On PL1 :gunlock:20910000:0305C4:00006028:FFFFFFFF:Auto Lock-On PL1 (2/2) gunlock:0:404BA3:0A:000:Always have LASER Power MAX PL1 gunlock:0:404BAF:06:500:Always have LASER Power MAX PL1(2/2) gunlock:0:404B96:00:000:Always have Level 1 Shot PL1 gunlock:0:404B96:01:000:Always have Level 2 Shot PL1 gunlock:0:404B96:02:000:Always have Level 3 Shot PL1 gunlock:0:404B96:03:000:Always have Level 4 Shot PL1 gunlock:0:404B96:0A:000:Always have MAX Shot PL1 :gunlock:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :gunlock:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :gunlock:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :gunlock:00000000:400099:00000010:00000010:Rapid Fire - Shot PL1:Turn it OFF on the name entry screen :gunlock:00000000:400099:00000020:00000020:Rapid Fire - Laser PL1:Turn it OFF on the name entry screen gunlock:0:404C95:9A:000:Infinite Lives PL2 :gunlock:00100000:404CF4:00000002:FFFFFFFF:Invincibility PL2 :gunlock:20900000:0304F8:00006020:FFFFFFFF:Auto Lock-On PL2 :gunlock:20910000:030640:00006020:FFFFFFFF:Auto Lock-On PL2 (2/2) gunlock:0:404CA3:0A:000:Always have LASER Power MAX PL2 gunlock:0:404CAF:06:500:Always have LASER Power MAX PL2(2/2) gunlock:0:404C96:00:000:Always have Level 1 Shot PL2 gunlock:0:404C96:01:000:Always have Level 2 Shot PL2 gunlock:0:404C96:02:000:Always have Level 3 Shot PL2 gunlock:0:404C96:03:000:Always have Level 4 Shot PL2 gunlock:0:404C96:0A:000:Always have MAX Shot PL2 :gunlock:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :gunlock:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :gunlock:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :gunlock:00000000:40009B:00000010:00000010:Rapid Fire - Shot PL2:Turn it OFF on the name entry screen :gunlock:00000000:40009B:00000020:00000020:Rapid Fire - Laser PL2:Turn it OFF on the name entry screen gunlock:0:000000:00:999:[After you enable these region ] gunlock:0:000000:00:999:[cheats to see any effect you will] gunlock:0:000000:00:999:[have to reset the game (F3).Then ] gunlock:0:000000:00:999:[you should to turn the Test Mode ] gunlock:0:000000:00:999:[ON (F2) wait then reset again(F3)] gunlock:0:0FFFFF:01:100:Region Switch = Japan:Ray Force gunlock:0:0FFFFF:02:100:Region Switch = US:Ray Force gunlock:0:0FFFFF:03:100:Region Switch = World:Gunlock ; [ Gun Master ] :gunmast:00000000:80E046:00000063:FFFFFFFF:Infinite Credits :gunmast:00100000:80C020:00000263:FFFFFFFF:Infinite Time :gunmast:00100001:80C24A:00000000:FFFFFFFF:Drain Boss Energy Now! :gunmast:00110001:80C28A:00000000:FFFFFFFF:Drain Boss Energy Now ! (2/3) :gunmast:00110001:80C2CA:00000000:FFFFFFFF:Drain Boss Energy Now ! (3/3) :gunmast:00000000:80C04B:00000080:FFFFFFFF:Infinite Energy PL1 :gunmast:00000000:80C051:00000002:FFFFFFFF:Invincibility PL1 :gunmast:00000000:80E005:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :gunmast:00000000:80C08B:00000080:FFFFFFFF:Infinite Energy PL2 :gunmast:00000000:80C091:00000002:FFFFFFFF:Invincibility PL2 :gunmast:00000000:80E006:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ GunNail ] gunnail:0:0F900D:09:000:Infinite Credits gunnail:0:0F6335:03:000:Infinite Shields PL1 gunnail:0:0F632F:0A:000:Infinite Bombs PL1 gunnail:0:0F6035:03:000:Infinite Shields PL2 gunnail:0:0F602F:0A:000:Infinite Bombs PL2 ; [ Gunpey ] gunpey:0:0000:00:999:[ There are no cheats ]:REASON 1 gunpey:0:0000:00:999:[ for this game as it ]:REASON 1 gunpey:0:0000:00:999:[ didn't work the last ]:REASON 1 gunpey:0:0000:00:999:[ time it was tested. ]:REASON 1 gunpey:0:0000:00:999:[ If the game now works ]:REASON 1 gunpey:0:0000:00:999:[ please request cheats ]:REASON 1 gunpey:0:0000:00:999:[ for it on the cheat ]:REASON 1 gunpey:0:0000:00:999:[ forums. ]:REASON 1 ; [ Gun.Smoke (US set 2) ] gunsmoka:0:E040:06:000:Infinite Lives :gunsmoka:20800000:1015:000000C9:FFFFFFFF:Invincibility :gunsmoka:20810000:1603:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :gunsmoka:00000000:F207:00000000:FFFFFFFF:Rapid Fire gunsmoka:0:E037:FF:000:Horse (Invincibility) gunsmoka:0:E041:06:000:Infinite Boots (Speed) gunsmoka:0:E042:06:000:Infinite Bullets (Shot Speed) gunsmoka:0:E043:06:000:Infinite Rifles (Range) gunsmoka:0:F790:01:001:One hit to kill boss Now! gunsmoka:0:0000:00:999:[Only Bosses & some Indians ] gunsmoka:0:0000:00:999:[shoot with this cheat. ] gunsmoka:0:E470:18:000:Almost no enemies shoot gunsmoka:0:0000:00:999:[Brown Enemies don't appear ] gunsmoka:0:0000:00:999:[appear with the bosses. ] gunsmoka:0:E420:FF:000:No Common Guys at Boss ; [ Gun.Smoke (World) ] gunsmoke:0:E040:06:000:Infinite Lives :gunsmoke:20800000:100B:000000C9:FFFFFFFF:Invincibility :gunsmoke:20810000:15F9:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :gunsmoke:00000000:F207:00000000:FFFFFFFF:Rapid Fire gunsmoke:0:E037:FF:000:Horse (Invincibility) gunsmoke:0:E041:06:000:Infinite Boots (Speed) gunsmoke:0:E042:06:000:Infinite Bullets (Shot Speed) gunsmoke:0:E043:06:000:Infinite Rifles (Range) gunsmoke:0:F790:01:001:One hit to kill boss Now! gunsmoke:0:0000:00:999:[Only Bosses & some Indians ] gunsmoke:0:0000:00:999:[shoot with this cheat. ] gunsmoke:0:E470:18:000:Almost no enemies shoot gunsmoke:0:0000:00:999:[Brown Enemies don't appear ] gunsmoke:0:0000:00:999:[appear with the bosses. ] gunsmoke:0:E420:FF:000:No Common Guys at Boss ; [ Gun.Smoke (Japan) ] gunsmokj:0:E040:06:000:Infinite Lives :gunsmokj:20800000:100B:000000C9:FFFFFFFF:Invincibility :gunsmokj:20810000:15F9:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :gunsmokj:00000000:F207:00000000:FFFFFFFF:Rapid Fire gunsmokj:0:E037:FF:000:Horse (Invincibility) gunsmokj:0:E041:06:000:Infinite Boots (Speed) gunsmokj:0:E042:06:000:Infinite Bullets (Shot Speed) gunsmokj:0:E043:06:000:Infinite Rifles (Range) gunsmokj:0:F790:01:001:One hit to kill boss Now! gunsmokj:0:0000:00:999:[Only Bosses & some Indians ] gunsmokj:0:0000:00:999:[shoot with this cheat. ] gunsmokj:0:E470:18:000:Almost no enemies shoot gunsmokj:0:0000:00:999:[Brown Enemies don't appear ] gunsmokj:0:0000:00:999:[appear with the bosses. ] gunsmokj:0:E420:FF:000:No Common Guys at Boss ; [ Gun.Smoke (US set 1) ] gunsmoku:0:E040:06:000:Infinite Lives :gunsmoku:20800000:100B:000000C9:FFFFFFFF:Invincibility :gunsmoku:20810000:15F9:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :gunsmoku:00000000:F207:00000000:FFFFFFFF:Rapid Fire gunsmoku:0:E037:FF:000:Horse (Invincibility) gunsmoku:0:E041:06:000:Infinite Boots (Speed) gunsmoku:0:E042:06:000:Infinite Bullets (Shot Speed) gunsmoku:0:E043:06:000:Infinite Rifles (Range) gunsmoku:0:F790:01:001:One hit to kill boss Now! gunsmoku:0:0000:00:999:[Only Bosses & some Indians ] gunsmoku:0:0000:00:999:[shoot with this cheat. ] gunsmoku:0:E470:18:000:Almost no enemies shoot gunsmoku:0:0000:00:999:[Brown Enemies don't appear ] gunsmoku:0:0000:00:999:[appear with the bosses. ] gunsmoku:0:E420:FF:000:No Common Guys at Boss ; [ Gururin ] gururin:0:101C5D:00:000:No more level gain:Solo only gururin:0:000000:00:999:[ Note on some games you only have 2 people, ] gururin:0:000000:00:999:[ when this happens there is no CENTRE. ] gururin:0:000000:00:999:[ CENTRE becomes LEFT for PL1 and CENTRE ] gururin:0:000000:00:999:[ becomes RIGHT for PL2. With what was LEFT ] gururin:0:000000:00:999:[ and RIGHT become clear. ] gururin:0:101D03:01:000:Current LEFT always Clear PL1 gururin:0:101D03:01:000:Current LEFT always Pink PL1 gururin:0:101D03:02:000:Current LEFT always Yellow PL1 gururin:0:101D03:03:000:Current LEFT always Purple PL1 gururin:0:101D03:04:000:Current LEFT always Red PL1 gururin:0:101D03:05:000:Current LEFT always Grey PL1 gururin:0:101D03:06:000:Current LEFT always Green PL1 gururin:0:101D03:07:000:Current LEFT always Blue PL1 gururin:0:101D23:01:000:Current CENTRE always Clear PL1 gururin:0:101D23:01:000:Current CENTRE always Pink PL1 gururin:0:101D23:02:000:Current CENTRE always Yellow PL1 gururin:0:101D23:03:000:Current CENTRE always Purple PL1 gururin:0:101D23:04:000:Current CENTRE always Red PL1 gururin:0:101D23:05:000:Current CENTRE always Grey PL1 gururin:0:101D23:06:000:Current CENTRE always Green PL1 gururin:0:101D23:07:000:Current CENTRE always Blue PL1 gururin:0:101D43:01:000:Current RIGHT always Clear PL1 gururin:0:101D43:01:000:Current RIGHT always Pink PL1 gururin:0:101D43:02:000:Current RIGHT always Yellow PL1 gururin:0:101D43:03:000:Current RIGHT always Purple PL1 gururin:0:101D43:04:000:Current RIGHT always Red PL1 gururin:0:101D43:05:000:Current RIGHT always Grey PL1 gururin:0:101D43:06:000:Current RIGHT always Green PL1 gururin:0:101D43:07:000:Current RIGHT always Blue PL1 gururin:0:101D03:00:001:Current LEFT is Clear Now! PL1 gururin:0:101D03:01:001:Current LEFT is Pink Now! PL1 gururin:0:101D03:02:001:Current LEFT is Yellow Now! PL1 gururin:0:101D03:03:001:Current LEFT is Purple Now! PL1 gururin:0:101D03:04:001:Current LEFT is Red Now! PL1 gururin:0:101D03:05:001:Current LEFT is Grey Now! PL1 gururin:0:101D03:06:001:Current LEFT is Green Now! PL1 gururin:0:101D03:07:001:Current LEFT is Blue Now! PL1 gururin:0:101D23:00:001:Current CENTRE is Clear Now! PL1 gururin:0:101D23:01:001:Current CENTRE is Pink Now! PL1 gururin:0:101D23:02:001:Current CENTRE is Yellow Now!PL1 gururin:0:101D23:03:001:Current CENTRE is Purple Now!PL1 gururin:0:101D23:04:001:Current CENTRE is Red Now! PL1 gururin:0:101D23:05:001:Current CENTRE is Grey Now! PL1 gururin:0:101D23:06:001:Current CENTRE is Green Now! PL1 gururin:0:101D23:07:001:Current CENTRE is Blue Now! PL1 gururin:0:101D43:00:001:Current RIGHT is Clear Now! PL1 gururin:0:101D43:01:001:Current RIGHT is Pink Now! PL1 gururin:0:101D43:02:001:Current RIGHT is Yellow Now! PL1 gururin:0:101D43:03:001:Current RIGHT is Purple Now! PL1 gururin:0:101D43:04:001:Current RIGHT is Red Now! PL1 gururin:0:101D43:05:001:Current RIGHT is Grey Now! PL1 gururin:0:101D43:06:001:Current RIGHT is Green Now! PL1 gururin:0:101D43:07:001:Current RIGHT is Blue Now! PL1 gururin:0:101D63:01:000:Next LEFT always Clear PL1 gururin:0:101D63:01:000:Next LEFT always Pink PL1 gururin:0:101D63:02:000:Next LEFT always Yellow PL1 gururin:0:101D63:03:000:Next LEFT always Purple PL1 gururin:0:101D63:04:000:Next LEFT always Red PL1 gururin:0:101D63:05:000:Next LEFT always Grey PL1 gururin:0:101D63:06:000:Next LEFT always Green PL1 gururin:0:101D63:07:000:Next LEFT always Blue PL1 gururin:0:101D83:01:000:Next CENTRE always Clear PL1 gururin:0:101D83:01:000:Next CENTRE always Pink PL1 gururin:0:101D83:02:000:Next CENTRE always Yellow PL1 gururin:0:101D83:03:000:Next CENTRE always Purple PL1 gururin:0:101D83:04:000:Next CENTRE always Red PL1 gururin:0:101D83:05:000:Next CENTRE always Grey PL1 gururin:0:101D83:06:000:Next CENTRE always Green PL1 gururin:0:101D83:07:000:Next CENTRE always Blue PL1 gururin:0:101DA3:01:000:Next RIGHT always Clear PL1 gururin:0:101DA3:01:000:Next RIGHT always Pink PL1 gururin:0:101DA3:02:000:Next RIGHT always Yellow PL1 gururin:0:101DA3:03:000:Next RIGHT always Purple PL1 gururin:0:101DA3:04:000:Next RIGHT always Red PL1 gururin:0:101DA3:05:000:Next RIGHT always Grey PL1 gururin:0:101DA3:06:000:Next RIGHT always Green PL1 gururin:0:101DA3:07:000:Next RIGHT always Blue PL1 gururin:0:101D63:00:001:Next LEFT is Clear Now! PL1 gururin:0:101D63:01:001:Next LEFT is Pink Now! PL1 gururin:0:101D63:02:001:Next LEFT is Yellow Now! PL1 gururin:0:101D63:03:001:Next LEFT is Purple Now! PL1 gururin:0:101D63:04:001:Next LEFT is Red Now! PL1 gururin:0:101D63:05:001:Next LEFT is Grey Now! PL1 gururin:0:101D63:06:001:Next LEFT is Green Now! PL1 gururin:0:101D63:07:001:Next LEFT is Blue Now! PL1 gururin:0:101D83:00:001:Next CENTRE is Clear Now! PL1 gururin:0:101D83:01:001:Next CENTRE is Pink Now! PL1 gururin:0:101D83:02:001:Next CENTRE is Yellow Now!PL1 gururin:0:101D83:03:001:Next CENTRE is Purple Now!PL1 gururin:0:101D83:04:001:Next CENTRE is Red Now! PL1 gururin:0:101D83:05:001:Next CENTRE is Grey Now! PL1 gururin:0:101D83:06:001:Next CENTRE is Green Now! PL1 gururin:0:101D83:07:001:Next CENTRE is Blue Now! PL1 gururin:0:101DA3:00:001:Next RIGHT is Clear Now! PL1 gururin:0:101DA3:01:001:Next RIGHT is Pink Now! PL1 gururin:0:101DA3:02:001:Next RIGHT is Yellow Now! PL1 gururin:0:101DA3:03:001:Next RIGHT is Purple Now! PL1 gururin:0:101DA3:04:001:Next RIGHT is Red Now! PL1 gururin:0:101DA3:05:001:Next RIGHT is Grey Now! PL1 gururin:0:101DA3:06:001:Next RIGHT is Green Now! PL1 gururin:0:101DA3:07:001:Next RIGHT is Blue Now! PL1 gururin:0:101F03:01:000:Current LEFT always Clear PL2 gururin:0:101F03:01:000:Current LEFT always Pink PL2 gururin:0:101F03:02:000:Current LEFT always Yellow PL2 gururin:0:101F03:03:000:Current LEFT always Purple PL2 gururin:0:101F03:04:000:Current LEFT always Red PL2 gururin:0:101F03:05:000:Current LEFT always Grey PL2 gururin:0:101F03:06:000:Current LEFT always Green PL2 gururin:0:101F03:07:000:Current LEFT always Blue PL2 gururin:0:101F23:01:000:Current CENTRE always Clear PL2 gururin:0:101F23:01:000:Current CENTRE always Pink PL2 gururin:0:101F23:02:000:Current CENTRE always Yellow PL2 gururin:0:101F23:03:000:Current CENTRE always Purple PL2 gururin:0:101F23:04:000:Current CENTRE always Red PL2 gururin:0:101F23:05:000:Current CENTRE always Grey PL2 gururin:0:101F23:06:000:Current CENTRE always Green PL2 gururin:0:101F23:07:000:Current CENTRE always Blue PL2 gururin:0:101F43:01:000:Current RIGHT always Clear PL2 gururin:0:101F43:01:000:Current RIGHT always Pink PL2 gururin:0:101F43:02:000:Current RIGHT always Yellow PL2 gururin:0:101F43:03:000:Current RIGHT always Purple PL2 gururin:0:101F43:04:000:Current RIGHT always Red PL2 gururin:0:101F43:05:000:Current RIGHT always Grey PL2 gururin:0:101F43:06:000:Current RIGHT always Green PL2 gururin:0:101F43:07:000:Current RIGHT always Blue PL2 gururin:0:101F03:00:001:Current LEFT is Clear Now! PL2 gururin:0:101F03:01:001:Current LEFT is Pink Now! PL2 gururin:0:101F03:02:001:Current LEFT is Yellow Now! PL2 gururin:0:101F03:03:001:Current LEFT is Purple Now! PL2 gururin:0:101F03:04:001:Current LEFT is Red Now! PL2 gururin:0:101F03:05:001:Current LEFT is Grey Now! PL2 gururin:0:101F03:06:001:Current LEFT is Green Now! PL2 gururin:0:101F03:07:001:Current LEFT is Blue Now! PL2 gururin:0:101F23:00:001:Current CENTRE is Clear Now! PL2 gururin:0:101F23:01:001:Current CENTRE is Pink Now! PL2 gururin:0:101F23:02:001:Current CENTRE is Yellow Now!PL2 gururin:0:101F23:03:001:Current CENTRE is Purple Now!PL2 gururin:0:101F23:04:001:Current CENTRE is Red Now! PL2 gururin:0:101F23:05:001:Current CENTRE is Grey Now! PL2 gururin:0:101F23:06:001:Current CENTRE is Green Now! PL2 gururin:0:101F23:07:001:Current CENTRE is Blue Now! PL2 gururin:0:101F43:00:001:Current RIGHT is Clear Now! PL2 gururin:0:101F43:01:001:Current RIGHT is Pink Now! PL2 gururin:0:101F43:02:001:Current RIGHT is Yellow Now! PL2 gururin:0:101F43:03:001:Current RIGHT is Purple Now! PL2 gururin:0:101F43:04:001:Current RIGHT is Red Now! PL2 gururin:0:101F43:05:001:Current RIGHT is Grey Now! PL2 gururin:0:101F43:06:001:Current RIGHT is Green Now! PL2 gururin:0:101F43:07:001:Current RIGHT is Blue Now! PL2 gururin:0:101F63:01:000:Next LEFT always Clear PL2 gururin:0:101F63:01:000:Next LEFT always Pink PL2 gururin:0:101F63:02:000:Next LEFT always Yellow PL2 gururin:0:101F63:03:000:Next LEFT always Purple PL2 gururin:0:101F63:04:000:Next LEFT always Red PL2 gururin:0:101F63:05:000:Next LEFT always Grey PL2 gururin:0:101F63:06:000:Next LEFT always Green PL2 gururin:0:101F63:07:000:Next LEFT always Blue PL2 gururin:0:101F83:01:000:Next CENTRE always Clear PL2 gururin:0:101F83:01:000:Next CENTRE always Pink PL2 gururin:0:101F83:02:000:Next CENTRE always Yellow PL2 gururin:0:101F83:03:000:Next CENTRE always Purple PL2 gururin:0:101F83:04:000:Next CENTRE always Red PL2 gururin:0:101F83:05:000:Next CENTRE always Grey PL2 gururin:0:101F83:06:000:Next CENTRE always Green PL2 gururin:0:101F83:07:000:Next CENTRE always Blue PL2 gururin:0:101FA3:01:000:Next RIGHT always Clear PL2 gururin:0:101FA3:01:000:Next RIGHT always Pink PL2 gururin:0:101FA3:02:000:Next RIGHT always Yellow PL2 gururin:0:101FA3:03:000:Next RIGHT always Purple PL2 gururin:0:101FA3:04:000:Next RIGHT always Red PL2 gururin:0:101FA3:05:000:Next RIGHT always Grey PL2 gururin:0:101FA3:06:000:Next RIGHT always Green PL2 gururin:0:101FA3:07:000:Next RIGHT always Blue PL2 gururin:0:101F63:00:001:Next LEFT is Clear Now! PL2 gururin:0:101F63:01:001:Next LEFT is Pink Now! PL2 gururin:0:101F63:02:001:Next LEFT is Yellow Now! PL2 gururin:0:101F63:03:001:Next LEFT is Purple Now! PL2 gururin:0:101F63:04:001:Next LEFT is Red Now! PL2 gururin:0:101F63:05:001:Next LEFT is Grey Now! PL2 gururin:0:101F63:06:001:Next LEFT is Green Now! PL2 gururin:0:101F63:07:001:Next LEFT is Blue Now! PL2 gururin:0:101F83:00:001:Next CENTRE is Clear Now! PL2 gururin:0:101F83:01:001:Next CENTRE is Pink Now! PL2 gururin:0:101F83:02:001:Next CENTRE is Yellow Now!PL2 gururin:0:101F83:03:001:Next CENTRE is Purple Now!PL2 gururin:0:101F83:04:001:Next CENTRE is Red Now! PL2 gururin:0:101F83:05:001:Next CENTRE is Grey Now! PL2 gururin:0:101F83:06:001:Next CENTRE is Green Now! PL2 gururin:0:101F83:07:001:Next CENTRE is Blue Now! PL2 gururin:0:101FA3:00:001:Next RIGHT is Clear Now! PL2 gururin:0:101FA3:01:001:Next RIGHT is Pink Now! PL2 gururin:0:101FA3:02:001:Next RIGHT is Yellow Now! PL2 gururin:0:101FA3:03:001:Next RIGHT is Purple Now! PL2 gururin:0:101FA3:04:001:Next RIGHT is Red Now! PL2 gururin:0:101FA3:05:001:Next RIGHT is Grey Now! PL2 gururin:0:101FA3:06:001:Next RIGHT is Green Now! PL2 gururin:0:101FA3:07:001:Next RIGHT is Blue Now! PL2 :gururin:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :gururin:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :gururin:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Gussun Oyoyo (Japan) ] gussun:0:0000:00:999:[ There are no cheats ]:REASON 1 gussun:0:0000:00:999:[ for this game as it ]:REASON 1 gussun:0:0000:00:999:[ didn't work the last ]:REASON 1 gussun:0:0000:00:999:[ time it was tested. ]:REASON 1 gussun:0:0000:00:999:[ If the game now works ]:REASON 1 gussun:0:0000:00:999:[ please request cheats ]:REASON 1 gussun:0:0000:00:999:[ for it on the cheat ]:REASON 1 gussun:0:0000:00:999:[ forums. ]:REASON 1 ; [ Guttang Gottong ] gutangtn:0:9900:06:000:Infinite Lives :gutangtn:20800000:3695:00000018:FFFFFFFF:Invincibility :gutangtn:20810000:3740:000000C9:FFFFFFFF:Invincibility (2/3) :gutangtn:20810000:3C73:00000000:FFFFFFFF:Invincibility (3/3) ; [ Guts'n (Japan) ] gutsn:0:0600D254:63:000:Infinite Credits :gutsn:00000000:06003315:00000001:FFFFFFFF:Infinite Bonus Time (Question Mode) :gutsn:00110000:06003316:0000869F:FFFFFFFF:Infinite Bonus Time (Question Mode) (2/2) :gutsn:00100001:06003C72:0000FFFF:FFFFFFFF:Finish this Stage Now! (Question Mode) :gutsn:00000100:0600C74F:00000018:FFFFFFFF:Select Stage (Question Mode) :gutsn:00100000:06003D0E:00000A00:FFFFFFFF:Infinite Time (Master Mode) :gutsn:00000000:06003C73:00000063:FFFFFFFF:Finish this Stage Now! (Master Mode) :gutsn:00000001:0600C74F:00000063:FFFFFFFF:Go to Level 100 Now ! (Master Mode) :gutsn:00000000:06003C8B:00000000:FFFFFFFF:Always have No Down :gutsn:00000000:06003C7B:00000062:FFFFFFFF:Always have Max Chain :gutsn:00100000:06003318:0000FF09:FFFFFFFF:Always Next Easy Piece :gutsn:00110000:0600331A:00000909:FFFFFFFF:Always Next Easy Piece (2/4) :gutsn:00110000:0600331C:00000909:FFFFFFFF:Always Next Easy Piece (3/4) :gutsn:00110000:0600331E:00000909:FFFFFFFF:Always Next Easy Piece (4/4) gutsn:0:6003C73:D8:001:Question Mode Clear! Now! ; [ Guwange (Japan) ] guwange:0:201011:09:000:Infinite Credits guwange:0:2026DA:24:000:Infinite Energy PL1 guwange:0:2028F9:05:000:Infinite Bombs PL1 guwange:0:202918:02:000:Invincibility PL1 guwange:0:2028FB:0E:000:Maximum Power PL1 guwange:0:2028FD:08:000:Maximum Avirity Power PL1 guwange:0:2026E0:24:000:Infinite Energy PL2 guwange:0:202959:05:000:Infinite Bombs PL2 guwange:0:202978:02:000:Invincibility PL2 guwange:0:20295B:0E:000:Maximum Power PL2 guwange:0:20295D:08:000:Maximum Avirity Power PL2 ; [ Guzzler ] guzzler:0:C015:09:006:Max bonus time guzzler:0:836C:01:000:Infinite Water :guzzler:20800000:3389:00000000:FFFFFFFF:Invincibility :guzzler:20810000:33E9:000000E9:FFFFFFFF:Invincibility (2/2):1st = Normal Enemy, 2nd = Large Fire guzzler:0:801E:06:000:Infinite Lives PL1 guzzler:0:801F:06:000:Infinite Lives PL2 ; [ Guerrilla War (US) ] gwar:0:E3EC:0D:000:Infinite Lives PL1 gwar:0:E40B:99:000:Infinite Grenades PL1 gwar:0:E40E:99:000:Infinite Special Ammo PL1 gwar:0:E405:13:000:Infinite Tank Fuel PL1 gwar:0:E404:80:000:Invincibility PL1:Sprite will Flicker gwar:0:E450:0D:000:Infinite Lives PL2 gwar:0:E46F:99:000:Infinite Grenades PL2 gwar:0:E472:99:000:Infinite Special Ammo PL2 gwar:0:E469:13:000:Infinite Tank Fuel PL2 gwar:0:E468:80:000:Invincibility PL2:Sprite will Flicker ; [ Guerrilla War (Version 1) ] gwara:0:E3EC:0D:000:Infinite Lives PL1 gwara:0:E40B:99:000:Infinite Grenades PL1 gwara:0:E40E:99:000:Infinite Special Ammo PL1 gwara:0:E405:13:000:Infinite Tank Fuel PL1 gwara:0:E404:80:000:Invincibility PL1:Sprite will Flicker gwara:0:E450:0D:000:Infinite Lives PL2 gwara:0:E46F:99:000:Infinite Grenades PL2 gwara:0:E472:99:000:Infinite Special Ammo PL2 gwara:0:E469:13:000:Infinite Tank Fuel PL2 gwara:0:E468:80:000:Invincibility PL2:Sprite will Flicker ; [ Guerrilla War (bootleg) ] gwarb:0:E3EC:0D:000:Infinite Lives PL1 gwarb:0:E40B:99:000:Infinite Grenades PL1 gwarb:0:E40E:99:000:Infinite Special Ammo PL1 gwarb:0:E405:13:000:Infinite Tank Fuel PL1 gwarb:0:E404:80:000:Invincibility PL1:Sprite will Flicker gwarb:0:E450:0D:000:Infinite Lives PL2 gwarb:0:E46F:99:000:Infinite Grenades PL2 gwarb:0:E472:99:000:Infinite Special Ammo PL2 gwarb:0:E469:13:000:Infinite Tank Fuel PL2 gwarb:0:E468:80:000:Invincibility PL2:Sprite will Flicker ; [ Guevara (Japan) ] gwarj:0:E3EC:0D:000:Infinite Lives PL1 gwarj:0:E40B:99:000:Infinite Grenades PL1 gwarj:0:E40E:99:000:Infinite Special Ammo PL1 gwarj:0:E405:13:000:Infinite Tank Fuel PL1 gwarj:0:E404:80:000:Invincibility PL1:Sprite will Flicker gwarj:0:E450:0D:000:Infinite Lives PL2 gwarj:0:E46F:99:000:Infinite Grenades PL2 gwarj:0:E472:99:000:Infinite Special Ammo PL2 gwarj:0:E469:13:000:Infinite Tank Fuel PL2 gwarj:0:E468:80:000:Invincibility PL2:Sprite will Flicker ; [ Galactic Warriors ] gwarrior:0:01F803:03:000:Infinite Lives gwarrior:0:01F8E2:8E:006:Infinite Energy gwarrior:0:01F8E1:59:000:Infinite Time gwarrior:0:01F8E3:01:001:One hit to kill enemy Now! gwarrior:0:01F766:FF:000:Sound Test Code Stop:[Unknown]Next Code gwarrior:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use ; [ Giga Wing (Asia 990222) ] gwinga:0:FF7341:06:061:Select next level gwinga:0:FF72DD:0A:000:Infinite Lives PL1 gwinga:0:FF72E1:08:000:Infinite Bombs PL1 gwinga:0:FFAE3A:00:000:Invincibility "ON" PL1 gwinga:0:FFAE3B:EF:500:Invincibility "ON" PL1 (2/3) gwinga:0:FFADEB:40:520:Invincibility "ON" PL1 (3/3) gwinga:0:FFAE3A:00:001:Invincibility "OFF" PL1 gwinga:0:FFAE3B:01:501:Invincibility "OFF" PL1 (2/3) gwinga:0:FFADEB:40:541:Invincibility "OFF" PL1 (3/3) gwinga:0:FF730D:03:000:Maximum fire power PL1 gwinga:0:FF72DF:0A:000:Infinite Lives PL2 gwinga:0:FF72E3:08:000:Infinite Bombs PL2 gwinga:0:FFAEFA:00:000:Invincibility "ON" PL2 gwinga:0:FFAEFB:EF:500:Invincibility "ON" PL2 (2/3) gwinga:0:FFAEAB:40:520:Invincibility "ON" PL2 (3/3) gwinga:0:FFAEFA:00:001:Invincibility "OFF" PL2 gwinga:0:FFAEFB:01:501:Invincibility "OFF" PL2 (2/3) gwinga:0:FFAEAB:40:541:Invincibility "OFF" PL2 (3/3) gwinga:0:FF7315:03:000:Maximum fire power PL2 gwinga:0:000000:00:999:[ These are the codes to set the machine region - the ] gwinga:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] gwinga:0:000000:00:999:[ - ON or before the ROM check screen!! ] gwinga:0:FF20B1:00:000:Region Switch = Japan gwinga:0:FF20B1:02:000:Region Switch = USA gwinga:0:FF20B1:04:000:Region Switch = Euro gwinga:0:FF20B1:06:000:Region Switch = Brazil gwinga:0:FF20B1:08:000:Region Switch = Hispanic gwinga:0:FF20B1:0A:000:Region Switch = Asia ; [ Giga Wing (Japan 990223) ] gwingj:0:FF7341:06:061:Select next level gwingj:0:FF72DD:0A:000:Infinite Lives PL1 gwingj:0:FF72E1:08:000:Infinite Bombs PL1 gwingj:0:FFAE3A:00:000:Invincibility "ON" PL1 gwingj:0:FFAE3B:EF:500:Invincibility "ON" PL1 (2/3) gwingj:0:FFADEB:40:520:Invincibility "ON" PL1 (3/3) gwingj:0:FFAE3A:00:001:Invincibility "OFF" PL1 gwingj:0:FFAE3B:01:501:Invincibility "OFF" PL1 (2/3) gwingj:0:FFADEB:40:541:Invincibility "OFF" PL1 (3/3) gwingj:0:FF730D:03:000:Maximum fire power PL1 gwingj:0:FF72DF:0A:000:Infinite Lives PL2 gwingj:0:FF72E3:08:000:Infinite Bombs PL2 gwingj:0:FFAEFA:00:000:Invincibility "ON" PL2 gwingj:0:FFAEFB:EF:500:Invincibility "ON" PL2 (2/3) gwingj:0:FFAEAB:40:520:Invincibility "ON" PL2 (3/3) gwingj:0:FFAEFA:00:001:Invincibility "OFF" PL2 gwingj:0:FFAEFB:01:501:Invincibility "OFF" PL2 (2/3) gwingj:0:FFAEAB:40:541:Invincibility "OFF" PL2 (3/3) gwingj:0:FF7315:03:000:Maximum fire power PL2 gwingj:0:000000:00:999:[ These are the codes to set the machine region - the ] gwingj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] gwingj:0:000000:00:999:[ - ON or before the ROM check screen!! ] gwingj:0:FF20B1:00:000:Region Switch = Japan gwingj:0:FF20B1:02:000:Region Switch = USA gwingj:0:FF20B1:04:000:Region Switch = Euro gwingj:0:FF20B1:06:000:Region Switch = Brazil gwingj:0:FF20B1:08:000:Region Switch = Hispanic gwingj:0:FF20B1:0A:000:Region Switch = Asia ; [ Gypsy Juggler ] gypsyjug:0:0E3D:09:000:Infinite Misses ; [ Gyrodine (Crux) ] gyrodinc:0:F353:0F:000:Infinite Lives gyrodinc:0:F3B0:00:000:Invincibility ; [ Gyrodine ] gyrodine:0:F353:0F:000:Infinite Lives gyrodine:0:F3B0:00:000:Invincibility ; [ Gyruss (Konami) ] gyruss:0:9600:06:000:Infinite Lives gyruss:0:9000:FF:000:Invincibility gyruss:0:9543:00:500:Invincibility (2/2) gyruss:0:930E:01:000:Always Double Firepower gyruss:0:930E:01:000:Always Normal Firepower gyruss:0:930E:01:001:Get Double Firepower Now! gyruss:0:930E:01:001:Get Normal Firepower Now! ; [ Gyruss (Centuri) ] gyrussce:0:9600:06:000:Infinite Lives gyrussce:0:9000:FF:000:Invincibility gyrussce:0:9543:00:500:Invincibility (2/2) gyrussce:0:930E:01:000:Always Double Firepower gyrussce:0:930E:01:000:Always Normal Firepower gyrussce:0:930E:01:001:Get Double Firepower Now! gyrussce:0:930E:01:001:Get Normal Firepower Now! ; [ Hacha Mecha Fighter ] :hachamf:00000000:0FEF01:00000063:FFFFFFFF:Infinite Credits :hachamf:00001301:0F9021:00000007:FFFFFFFF:Select Starting Stage (Incomplete):Set on displayed "Push Start Button" message screen after you've inserted a credit. You will crash the game when you select Stage 8 :hachamf:00000301:0F902F:000000FE:FFFFFFFF:Select Current Loop :hachamf:00000000:0F5329:00000006:FFFFFFFF:Infinite Lives PL1 :hachamf:00000000:0F532F:00000008:FFFFFFFF:Infinite Bombs PL1 :hachamf:00000000:0F531B:00000002:FFFFFFFF:Invincibility PL1 :hachamf:00000000:0F532B:00000006:FFFFFFFF:Always Maximum Shot Power PL1 :hachamf:00000000:0F531F:00000004:FFFFFFFF:Always Have Options PL1 :hachamf:00000000:0F531D:00000000:FFFFFFFF:Rapid Fire PL1 :hachamf:00000000:0F6729:00000006:FFFFFFFF:Infinite Lives PL2 :hachamf:00000000:0F672F:00000008:FFFFFFFF:Infinite Bombs PL2 :hachamf:00000000:0F671B:00000002:FFFFFFFF:Invincibility PL2 :hachamf:00000000:0F672B:00000006:FFFFFFFF:Always Maximum Shot Power PL2 :hachamf:00000000:0F671F:00000004:FFFFFFFF:Always Have Options PL2 :hachamf:00000000:0F671D:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Hachoo! ] hachoo:0:0F5004:7F:000:Infinite Energy PL1 hachoo:0:0F7029:05:000:Power Up PL1 hachoo:0:0F5084:7F:000:Infinite Energy PL2 hachoo:0:0F70A9:05:000:Power Up PL2 ; [ HAL21 ] hal21:0:FC7C:08:000:Infinite Lives PL1 hal21:0:FC71:00:000:Invincibility PL1 hal21:0:FCB8:08:000:Infinite Lives PL2 hal21:0:FCAD:00:000:Invincibility PL2 ; [ HAL21 (Japan) ] hal21j:0:FC7C:08:000:Infinite Lives PL1 hal21j:0:FC71:00:000:Invincibility PL1 hal21j:0:FCB8:08:000:Infinite Lives PL2 hal21j:0:FCAD:00:000:Invincibility PL2 ; [ Halley's Comet (Japan set 2) ] halleycj:0:FC25:09:000:Infinite Credits halleycj:0:8C80:20:100:Invincibility:There is a alternative there's a DIP Switch for Invincibility too (see the DIP Switch menu) though it only works if the Player 1 start button is depressed during boot-up. halleycj:0:B160:B6:600:Invincibility (2/2):Part 1 takes care of death, Part 2 keeps the bullets from stopping :halleycj:00200000:FF4C:00020202:00FFFFFF:Always have Left Side Ships :halleycj:00200000:FF49:00020202:00FFFFFF:Always have Right Side Ships halleycj:0:FC17:0A:000:Infinite Lives PL1 halleycj:0:F007:00:000:Infinite Planet Damage PL1 halleycj:0:FF54:05:000:Maximum Wing Cannon PL1 halleycj:0:FF50:05:000:Maximum Nose Cannon PL1 halleycj:0:FF52:05:000:Maximum Wide Shot PL1 halleycj:0:FF58:05:000:Maximum Speedup PL1 halleycj:0:FF56:03:000:Maximum Shield PL1 halleycj:0:FC18:0A:000:Infinite Lives PL2 halleycj:0:F022:00:000:Infinite Planet Damage PL2 halleycj:0:FF55:05:000:Maximum Wing Cannon PL2 halleycj:0:FF51:05:000:Maximum Nose Cannon PL2 halleycj:0:FF53:05:000:Maximum Wide Shot PL2 halleycj:0:FF59:05:000:Maximum Speedup PL2 halleycj:0:FF57:03:000:Maximum Shield PL2 ; [ Halley's Comet (US) ] halleys:0:FC25:09:000:Infinite Credits halleys:0:8C80:20:100:Invincibility:There is a alternative there's a DIP Switch for Invincibility too (see the DIP Switch menu) though it only works if the Player 1 start button is depressed during boot-up. halleys:0:B160:B6:600:Invincibility (2/2):Part 1 takes care of death, Part 2 keeps the bullets from stopping :halleys:00200000:FF4C:00020202:00FFFFFF:Always have Left Side Ships :halleys:00200000:FF49:00020202:00FFFFFF:Always have Right Side Ships halleys:0:FC17:0A:000:Infinite Lives PL1 halleys:0:F007:00:000:Infinite Planet Damage PL1 halleys:0:FF54:05:000:Maximum Wing Cannon PL1 halleys:0:FF50:05:000:Maximum Nose Cannon PL1 halleys:0:FF52:05:000:Maximum Wide Shot PL1 halleys:0:FF58:05:000:Maximum Speedup PL1 halleys:0:FF56:03:000:Maximum Shield PL1 halleys:0:FC18:0A:000:Infinite Lives PL2 halleys:0:F022:00:000:Infinite Planet Damage PL2 halleys:0:FF55:05:000:Maximum Wing Cannon PL2 halleys:0:FF51:05:000:Maximum Nose Cannon PL2 halleys:0:FF53:05:000:Maximum Wide Shot PL2 halleys:0:FF59:05:000:Maximum Speedup PL2 halleys:0:FF57:03:000:Maximum Shield PL2 ; [ Halley's Comet (Japan set 1) ] halleysc:0:FC25:09:000:Infinite Credits halleysc:0:8C80:20:100:Invincibility:There is a alternative there's a DIP Switch for Invincibility too (see the DIP Switch menu) though it only works if the Player 1 start button is depressed during boot-up. halleysc:0:B160:B6:600:Invincibility (2/2):Part 1 takes care of death, Part 2 keeps the bullets from stopping :halleysc:00200000:FF4C:00020202:00FFFFFF:Always have Left Side Ships :halleysc:00200000:FF49:00020202:00FFFFFF:Always have Right Side Ships halleysc:0:FC17:0A:000:Infinite Lives PL1 halleysc:0:F007:00:000:Infinite Planet Damage PL1 halleysc:0:FF54:05:000:Maximum Wing Cannon PL1 halleysc:0:FF50:05:000:Maximum Nose Cannon PL1 halleysc:0:FF52:05:000:Maximum Wide Shot PL1 halleysc:0:FF58:05:000:Maximum Speedup PL1 halleysc:0:FF56:03:000:Maximum Shield PL1 halleysc:0:FC18:0A:000:Infinite Lives PL2 halleysc:0:F022:00:000:Infinite Planet Damage PL2 halleysc:0:FF55:05:000:Maximum Wing Cannon PL2 halleysc:0:FF51:05:000:Maximum Nose Cannon PL2 halleysc:0:FF53:05:000:Maximum Wide Shot PL2 halleysc:0:FF59:05:000:Maximum Speedup PL2 halleysc:0:FF57:03:000:Maximum Shield PL2 ; [ Hana Awase (Flower Matching) ] hanaawas:0:8A04:09:000:Infinite Time hanaawas:0:8A04:99:000:Infinite Time hanaawas:0:8A05:99:500:Infinite Time (2/2) ; [ Hanagumi Taisen Columns - Sakura Wars (J 971007 V1.010) ] hanagumi:0:0000:00:999:[ This game hasn't even ]:REASON 11 hanagumi:0:0000:00:999:[ been looked at due to ]:REASON 11 hanagumi:0:0000:00:999:[ time constraints - Too]:REASON 11 hanagumi:0:0000:00:999:[ many games and so ]:REASON 11 hanagumi:0:0000:00:999:[ little time. It is ]:REASON 11 hanagumi:0:0000:00:999:[ even possible that ]:REASON 11 hanagumi:0:0000:00:999:[ this game may be a ]:REASON 11 hanagumi:0:0000:00:999:[ clone of an existing ]:REASON 11 hanagumi:0:0000:00:999:[ game which may have ]:REASON 11 hanagumi:0:0000:00:999:[ cheats. Please search ]:REASON 11 hanagumi:0:0000:00:999:[ the cheat forums ]:REASON 11 hanagumi:0:0000:00:999:[ before posting cheat ]:REASON 11 hanagumi:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hana Kanzashi (Japan) ] hanakanz:0:0000:00:999:[ There are no cheats ]:REASON 1 hanakanz:0:0000:00:999:[ for this game as it ]:REASON 1 hanakanz:0:0000:00:999:[ didn't work the last ]:REASON 1 hanakanz:0:0000:00:999:[ time it was tested. ]:REASON 1 hanakanz:0:0000:00:999:[ If the game now works ]:REASON 1 hanakanz:0:0000:00:999:[ please request cheats ]:REASON 1 hanakanz:0:0000:00:999:[ for it on the cheat ]:REASON 1 hanakanz:0:0000:00:999:[ forums. ]:REASON 1 ; [ Hana no Mai (Japan) ] hanamai:0:7C51:63:000:Infinite Points hanamai:0:7C65:FF:000:Infinite Power hanamai:0:7C53:01:001:Get Lowest GAL Points Now! hanamai:0:7C58:01:000:Clear Flag always ON ; [ Mahjong Hana no Momoko gumi (Japan 881125) ] :hanamomb:00100000:F8E9:00000002:FFFFFFFF:Infinite Thinking Time :hanamomb:00100000:F962:000003E7:FFFFFFFF:Infinite Score :hanamomb:00000000:F8ED:00000063:FFFFFFFF:Infinite Kiai Power (Inue) :hanamomb:00100000:F8F1:000003E7:FFFFFFFF:Infinite Man Power (Sarumi) :hanamomb:00000000:F8EF:00000063:FFFFFFFF:Infinite Toushi Sign (Kijie) :hanamomb:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :hanamomb:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :hanamomb:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :hanamomb:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :hanamomb:60000000:0000:00000000:00000000:[ not visually change until you make ] :hanamomb:60000000:0000:00000000:00000000:[ a move. ] :hanamomb:00100000:FC8C:00003131:FFFFFFFF:Always Winning Hand :hanamomb:00210000:FC8E:00323232:FFFFFFFF:Always Winning Hand (2/5) :hanamomb:00210000:FC91:00353535:FFFFFFFF:Always Winning Hand (3/5) :hanamomb:00210000:FC94:00363636:FFFFFFFF:Always Winning Hand (4/5) :hanamomb:00210000:FC97:00373737:FFFFFFFF:Always Winning Hand (5/5) :hanamomb:00100001:FC8C:00003131:FFFFFFFF:Get Winning Hand Now! :hanamomb:00210001:FC8E:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :hanamomb:00210001:FC91:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :hanamomb:00210001:FC94:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :hanamomb:00210001:FC97:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :hanamomb:62000000:0000:00000000:00000000:Select CPU Character:Set on CPU character selection screen :hanamomb:00011001:F901:00000000:FFFFFFFF:Erika (A) :hanamomb:00011001:F901:00000001:FFFFFFFF:Mika (B) :hanamomb:00011001:F901:00000002:FFFFFFFF:Misako (C) :hanamomb:00011001:F901:00000003:FFFFFFFF:Izumi (D) :hanamomb:00011001:F901:00000004:FFFFFFFF:Shinobu (Boss) :hanamomb:62000000:0000:00000000:00000000:Select Partner Character :hanamomb:00010000:F902:00000000:FFFFFFFF:Inue (A) :hanamomb:00010000:F902:00000001:FFFFFFFF:Sarumi (B) :hanamomb:00010000:F902:00000002:FFFFFFFF:Kijie (C) :hanamomb:00000300:F91D:00000002:FFFFFFFF:Select Partner Stripped Scene ; [ Mahjong Hana no Momoko gumi (Japan 881201) ] :hanamomo:00100000:F8E9:00000002:FFFFFFFF:Infinite Thinking Time :hanamomo:00100000:F962:000003E7:FFFFFFFF:Infinite Score :hanamomo:00000000:F8ED:00000063:FFFFFFFF:Infinite Kiai Power (Inue) :hanamomo:00100000:F8F1:000003E7:FFFFFFFF:Infinite Man Power (Sarumi) :hanamomo:00000000:F8EF:00000063:FFFFFFFF:Infinite Toushi Sign (Kijie) :hanamomo:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :hanamomo:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :hanamomo:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :hanamomo:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :hanamomo:60000000:0000:00000000:00000000:[ not visually change until you make ] :hanamomo:60000000:0000:00000000:00000000:[ a move. ] :hanamomo:00100000:FC8C:00003131:FFFFFFFF:Always Winning Hand :hanamomo:00210000:FC8E:00323232:FFFFFFFF:Always Winning Hand (2/5) :hanamomo:00210000:FC91:00353535:FFFFFFFF:Always Winning Hand (3/5) :hanamomo:00210000:FC94:00363636:FFFFFFFF:Always Winning Hand (4/5) :hanamomo:00210000:FC97:00373737:FFFFFFFF:Always Winning Hand (5/5) :hanamomo:00100001:FC8C:00003131:FFFFFFFF:Get Winning Hand Now! :hanamomo:00210001:FC8E:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :hanamomo:00210001:FC91:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :hanamomo:00210001:FC94:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :hanamomo:00210001:FC97:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :hanamomo:62000000:0000:00000000:00000000:Select CPU Character:Set on CPU character selection screen :hanamomo:00011001:F901:00000000:FFFFFFFF:Erika (A) :hanamomo:00011001:F901:00000001:FFFFFFFF:Mika (B) :hanamomo:00011001:F901:00000002:FFFFFFFF:Misako (C) :hanamomo:00011001:F901:00000003:FFFFFFFF:Izumi (D) :hanamomo:00011001:F901:00000004:FFFFFFFF:Shinobu (Boss) :hanamomo:62000000:0000:00000000:00000000:Select Partner Character :hanamomo:00010000:F902:00000000:FFFFFFFF:Inue (A) :hanamomo:00010000:F902:00000001:FFFFFFFF:Sarumi (B) :hanamomo:00010000:F902:00000002:FFFFFFFF:Kijie (C) :hanamomo:00000300:F91D:00000002:FFFFFFFF:Select Partner Stripped Scene ; [ Hana to Ojisan [BET] (Japan 911209) ] hanaoji:0:0000:00:999:[How to play using the ] hanaoji:0:0000:00:999:[following six cheats... ] hanaoji:0:0000:00:999:[1) Enable the 6 cheats. ] hanaoji:0:0000:00:999:[2) Make pairs of the first ] hanaoji:0:0000:00:999:[ three cards in the set ] hanaoji:0:0000:00:999:[ given to you. Since this ] hanaoji:0:0000:00:999:[ is an 'always' cheat, ] hanaoji:0:0000:00:999:[ you always get the same ] hanaoji:0:0000:00:999:[ cards, so feel free to ] hanaoji:0:0000:00:999:[ do duplicates of a pair! ] hanaoji:0:0000:00:999:[3) When you win, press 'Z' ] hanaoji:0:0000:00:999:[ (by default) for 'yes'. ] hanaoji:0:0000:00:999:[4) Get your reward!! ] hanaoji:0:FCA3:01:000:Cards needed to win hanaoji:0:FCA4:05:500:Cards needed to win (2/6) hanaoji:0:FCA5:09:500:Cards needed to win (3/6) hanaoji:0:FCA6:1C:500:Cards needed to win (4/6) hanaoji:0:FCA7:2C:500:Cards needed to win (5/6) hanaoji:0:FCA8:14:500:Cards needed to win (6/6) hanaoji:0:0000:00:999:Open&Surf here for a tutorial:Check out this site for a great Hanafuda tutorial - http://members.nbci.com/_XMCM/bob_forster/hanafuda.htm ; [ Hanaroku ] hanaroku:0:0000:00:999:[ There are no cheats ]:REASON 2 hanaroku:0:0000:00:999:[ for this game as it ]:REASON 2 hanaroku:0:0000:00:999:[ is hard to understand ]:REASON 2 hanaroku:0:0000:00:999:[ and is in perhaps in ]:REASON 2 hanaroku:0:0000:00:999:[ another tongue. Or ]:REASON 2 hanaroku:0:0000:00:999:[ maybe it's just not ]:REASON 2 hanaroku:0:0000:00:999:[ suitable for cheat ]:REASON 2 hanaroku:0:0000:00:999:[ finding If you have ]:REASON 2 hanaroku:0:0000:00:999:[ made some cheats for ]:REASON 2 hanaroku:0:0000:00:999:[ this game please post ]:REASON 2 hanaroku:0:0000:00:999:[ them on the cheat ]:REASON 2 hanaroku:0:0000:00:999:[ forums. ]:REASON 2 ; [ Hangly-Man (set 1) ] hangly:0:4E14:06:000:Infinite Lives hangly:0:4E15:05:500:Infinite Lives (2/2) :hangly:20A00000:1774:003FD0C3:FFFFFFFF:Invincibility :hangly:20A10000:3FD0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3FD0, 2nd = and a/jp nz, $3FD7 :hangly:20B10000:3FD3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :hangly:20B10000:3FD7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :hangly:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. hangly:0:4E0E:F4:001:Finish this Level Now! hangly:0:0000:00:999:[ ------- Starting Levels ------ ] hangly:0:0000:00:999:[ Deactivate the cheats after ] hangly:0:0000:00:999:[ starting the level or leave them] hangly:0:0000:00:999:[ active to repeat the level. ] hangly:0:4E0A:7E:000:Start at Strawberry hangly:0:4E13:01:500:Start at Strawberry (2/2) hangly:0:4E0A:7F:000:Start at 1st Orange hangly:0:4E13:02:500:Start at 1st Orange (2/2) hangly:0:4E0A:80:000:Start at 2nd Orange hangly:0:4E13:03:500:Start at 2nd Orange (2/2) hangly:0:4E0A:81:000:Start at 1st Apple hangly:0:4E13:04:500:Start at 1st Apple (2/2) hangly:0:4E0A:82:000:Start at 2nd Apple hangly:0:4E13:05:500:Start at 2nd Apple (2/2) hangly:0:4E0A:83:000:Start at 1st Pineapple hangly:0:4E13:06:500:Start at 1st Pineapple (2/2) hangly:0:4E0A:84:000:Start at 2nd Pineapple hangly:0:4E13:07:500:Start at 2nd Pineapple (2/2) hangly:0:4E0A:85:000:Start at 1st Galaxian hangly:0:4E13:08:500:Start at 1st Galaxian (2/2) hangly:0:4E0A:86:000:Start at 2nd Galaxian hangly:0:4E13:09:500:Start at 2nd Galaxian (2/2) hangly:0:4E0A:87:000:Start at 1st Bell hangly:0:4E13:0A:500:Start at 1st Bell (2/2) hangly:0:4E0A:88:000:Start at 2nd Bell hangly:0:4E13:0B:500:Start at 2nd Bell (2/2) hangly:0:4E0A:87:000:Start at 1st Key hangly:0:4E13:0C:500:Start at 1st Key (2/2) hangly:0:4E0A:88:000:Start at 2nd Key hangly:0:4E13:0D:500:Start at 2nd Key (2/2) hangly:0:0000:00:999:[ ------- Practice Levels ------ ] hangly:0:4E13:00:000:Practice Cherry hangly:0:4E13:01:000:Practice Strawberry hangly:0:4E13:02:000:Practice 1st Orange hangly:0:4E13:03:000:Practice 2nd Orange hangly:0:4E13:04:000:Practice 1st Apple hangly:0:4E13:05:000:Practice 2nd Apple hangly:0:4E13:06:000:Practice 1st Pineapple hangly:0:4E13:07:000:Practice 2nd Pineapple hangly:0:4E13:08:000:Practice 1st Galaxian hangly:0:4E13:09:000:Practice 2nd Galaxian hangly:0:4E13:0A:000:Practice 1st Bell hangly:0:4E13:0B:000:Practice 2nd Bell hangly:0:4E13:0C:000:Practice 1st Key hangly:0:4E13:0D:000:Practice 2nd Key hangly:0:4E13:FF:000:Split-Screen (Unplayable) hangly:0:4E13:FE:000:No maze or dots(Unfinishable) hangly:0:0000:00:999:[ ------- Practice Speeds ------ ] hangly:0:4DBD:00:000:Stay blue until eaten hangly:0:4DBE:00:500:Stay blue until eaten (2/2) hangly:0:4DBD:58:000:Slow changeback hangly:0:4DBE:02:500:Slow changeback (2/2) hangly:0:4DBD:68:000:Moderate changeback hangly:0:4DBE:01:500:Moderate changeback (2/2) hangly:0:4DBD:F0:000:Quick changeback hangly:0:4DBE:00:500:Quick changeback (2/2) hangly:0:4DBD:78:000:Lightning changeback hangly:0:4DBE:00:500:Lightning changeback (2/2) hangly:0:4DBD:01:000:No change to blue hangly:0:4DBE:00:500:No change to blue (2/2) hangly:0:0000:00:999:[ -------- Ghost Status -------- ] hangly:0:4DA7:01:000:Red always blue hangly:0:4DA8:01:000:Pink always blue hangly:0:4DA9:01:000:Green always blue hangly:0:4DAA:01:000:Orange always blue hangly:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Hangly-Man (set 2) ] hangly2:0:4E14:06:000:Infinite Lives hangly2:0:4E15:05:500:Infinite Lives (2/2) :hangly2:20A00000:1774:003FD0C3:FFFFFFFF:Invincibility :hangly2:20A10000:3FD0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3FD0, 2nd = and a/jp nz, $3FD7 :hangly2:20B10000:3FD3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :hangly2:20B10000:3FD7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :hangly2:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. hangly2:0:4E0E:F4:001:Finish this Level Now! hangly2:0:0000:00:999:[ ------- Starting Levels ------ ] hangly2:0:0000:00:999:[ Deactivate the cheats after ] hangly2:0:0000:00:999:[ starting the level or leave them] hangly2:0:0000:00:999:[ active to repeat the level. ] hangly2:0:4E0A:7E:000:Start at Strawberry hangly2:0:4E13:01:500:Start at Strawberry (2/2) hangly2:0:4E0A:7F:000:Start at 1st Orange hangly2:0:4E13:02:500:Start at 1st Orange (2/2) hangly2:0:4E0A:80:000:Start at 2nd Orange hangly2:0:4E13:03:500:Start at 2nd Orange (2/2) hangly2:0:4E0A:81:000:Start at 1st Apple hangly2:0:4E13:04:500:Start at 1st Apple (2/2) hangly2:0:4E0A:82:000:Start at 2nd Apple hangly2:0:4E13:05:500:Start at 2nd Apple (2/2) hangly2:0:4E0A:83:000:Start at 1st Pineapple hangly2:0:4E13:06:500:Start at 1st Pineapple (2/2) hangly2:0:4E0A:84:000:Start at 2nd Pineapple hangly2:0:4E13:07:500:Start at 2nd Pineapple (2/2) hangly2:0:4E0A:85:000:Start at 1st Galaxian hangly2:0:4E13:08:500:Start at 1st Galaxian (2/2) hangly2:0:4E0A:86:000:Start at 2nd Galaxian hangly2:0:4E13:09:500:Start at 2nd Galaxian (2/2) hangly2:0:4E0A:87:000:Start at 1st Bell hangly2:0:4E13:0A:500:Start at 1st Bell (2/2) hangly2:0:4E0A:88:000:Start at 2nd Bell hangly2:0:4E13:0B:500:Start at 2nd Bell (2/2) hangly2:0:4E0A:87:000:Start at 1st Key hangly2:0:4E13:0C:500:Start at 1st Key (2/2) hangly2:0:4E0A:88:000:Start at 2nd Key hangly2:0:4E13:0D:500:Start at 2nd Key (2/2) hangly2:0:0000:00:999:[ ------- Practice Levels ------ ] hangly2:0:4E13:00:000:Practice Cherry hangly2:0:4E13:01:000:Practice Strawberry hangly2:0:4E13:02:000:Practice 1st Orange hangly2:0:4E13:03:000:Practice 2nd Orange hangly2:0:4E13:04:000:Practice 1st Apple hangly2:0:4E13:05:000:Practice 2nd Apple hangly2:0:4E13:06:000:Practice 1st Pineapple hangly2:0:4E13:07:000:Practice 2nd Pineapple hangly2:0:4E13:08:000:Practice 1st Galaxian hangly2:0:4E13:09:000:Practice 2nd Galaxian hangly2:0:4E13:0A:000:Practice 1st Bell hangly2:0:4E13:0B:000:Practice 2nd Bell hangly2:0:4E13:0C:000:Practice 1st Key hangly2:0:4E13:0D:000:Practice 2nd Key hangly2:0:4E13:FF:000:Split-Screen (Unplayable) hangly2:0:4E13:FE:000:No maze or dots(Unfinishable) hangly2:0:0000:00:999:[ ------- Practice Speeds ------ ] hangly2:0:4DBD:00:000:Stay blue until eaten hangly2:0:4DBE:00:500:Stay blue until eaten (2/2) hangly2:0:4DBD:58:000:Slow changeback hangly2:0:4DBE:02:500:Slow changeback (2/2) hangly2:0:4DBD:68:000:Moderate changeback hangly2:0:4DBE:01:500:Moderate changeback (2/2) hangly2:0:4DBD:F0:000:Quick changeback hangly2:0:4DBE:00:500:Quick changeback (2/2) hangly2:0:4DBD:78:000:Lightning changeback hangly2:0:4DBE:00:500:Lightning changeback (2/2) hangly2:0:4DBD:01:000:No change to blue hangly2:0:4DBE:00:500:No change to blue (2/2) hangly2:0:0000:00:999:[ -------- Ghost Status -------- ] hangly2:0:4DA7:01:000:Red always blue hangly2:0:4DA8:01:000:Pink always blue hangly2:0:4DA9:01:000:Green always blue hangly2:0:4DAA:01:000:Orange always blue hangly2:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Hangly-Man (set 3) ] hangly3:0:4E14:06:000:Infinite Lives hangly3:0:4E15:05:500:Infinite Lives (2/2) :hangly3:20A00000:1774:003FD0C3:FFFFFFFF:Invincibility :hangly3:20A10000:3FD0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3FD0, 2nd = and a/jp nz, $3FD7 :hangly3:20B10000:3FD3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :hangly3:20B10000:3FD7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :hangly3:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. hangly3:0:4E0E:F4:001:Finish this Level Now! hangly3:0:0000:00:999:[ ------- Starting Levels ------ ] hangly3:0:0000:00:999:[ Deactivate the cheats after ] hangly3:0:0000:00:999:[ starting the level or leave them] hangly3:0:0000:00:999:[ active to repeat the level. ] hangly3:0:4E0A:7E:000:Start at Strawberry hangly3:0:4E13:01:500:Start at Strawberry (2/2) hangly3:0:4E0A:7F:000:Start at 1st Orange hangly3:0:4E13:02:500:Start at 1st Orange (2/2) hangly3:0:4E0A:80:000:Start at 2nd Orange hangly3:0:4E13:03:500:Start at 2nd Orange (2/2) hangly3:0:4E0A:81:000:Start at 1st Apple hangly3:0:4E13:04:500:Start at 1st Apple (2/2) hangly3:0:4E0A:82:000:Start at 2nd Apple hangly3:0:4E13:05:500:Start at 2nd Apple (2/2) hangly3:0:4E0A:83:000:Start at 1st Pineapple hangly3:0:4E13:06:500:Start at 1st Pineapple (2/2) hangly3:0:4E0A:84:000:Start at 2nd Pineapple hangly3:0:4E13:07:500:Start at 2nd Pineapple (2/2) hangly3:0:4E0A:85:000:Start at 1st Galaxian hangly3:0:4E13:08:500:Start at 1st Galaxian (2/2) hangly3:0:4E0A:86:000:Start at 2nd Galaxian hangly3:0:4E13:09:500:Start at 2nd Galaxian (2/2) hangly3:0:4E0A:87:000:Start at 1st Bell hangly3:0:4E13:0A:500:Start at 1st Bell (2/2) hangly3:0:4E0A:88:000:Start at 2nd Bell hangly3:0:4E13:0B:500:Start at 2nd Bell (2/2) hangly3:0:4E0A:87:000:Start at 1st Key hangly3:0:4E13:0C:500:Start at 1st Key (2/2) hangly3:0:4E0A:88:000:Start at 2nd Key hangly3:0:4E13:0D:500:Start at 2nd Key (2/2) hangly3:0:0000:00:999:[ ------- Practice Levels ------ ] hangly3:0:4E13:00:000:Practice Cherry hangly3:0:4E13:01:000:Practice Strawberry hangly3:0:4E13:02:000:Practice 1st Orange hangly3:0:4E13:03:000:Practice 2nd Orange hangly3:0:4E13:04:000:Practice 1st Apple hangly3:0:4E13:05:000:Practice 2nd Apple hangly3:0:4E13:06:000:Practice 1st Pineapple hangly3:0:4E13:07:000:Practice 2nd Pineapple hangly3:0:4E13:08:000:Practice 1st Galaxian hangly3:0:4E13:09:000:Practice 2nd Galaxian hangly3:0:4E13:0A:000:Practice 1st Bell hangly3:0:4E13:0B:000:Practice 2nd Bell hangly3:0:4E13:0C:000:Practice 1st Key hangly3:0:4E13:0D:000:Practice 2nd Key hangly3:0:4E13:FF:000:Split-Screen (Unplayable) hangly3:0:4E13:FE:000:No maze or dots(Unfinishable) hangly3:0:0000:00:999:[ ------- Practice Speeds ------ ] hangly3:0:4DBD:00:000:Stay blue until eaten hangly3:0:4DBE:00:500:Stay blue until eaten (2/2) hangly3:0:4DBD:58:000:Slow changeback hangly3:0:4DBE:02:500:Slow changeback (2/2) hangly3:0:4DBD:68:000:Moderate changeback hangly3:0:4DBE:01:500:Moderate changeback (2/2) hangly3:0:4DBD:F0:000:Quick changeback hangly3:0:4DBE:00:500:Quick changeback (2/2) hangly3:0:4DBD:78:000:Lightning changeback hangly3:0:4DBE:00:500:Lightning changeback (2/2) hangly3:0:4DBD:01:000:No change to blue hangly3:0:4DBE:00:500:No change to blue (2/2) hangly3:0:0000:00:999:[ -------- Ghost Status -------- ] hangly3:0:4DA7:01:000:Red always blue hangly3:0:4DA8:01:000:Pink always blue hangly3:0:4DA9:01:000:Green always blue hangly3:0:4DAA:01:000:Orange always blue hangly3:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Hangman ] hangman:0:0000:00:999:[ This game hasn't even ]:REASON 11 hangman:0:0000:00:999:[ been looked at due to ]:REASON 11 hangman:0:0000:00:999:[ time constraints - Too]:REASON 11 hangman:0:0000:00:999:[ many games and so ]:REASON 11 hangman:0:0000:00:999:[ little time. It is ]:REASON 11 hangman:0:0000:00:999:[ even possible that ]:REASON 11 hangman:0:0000:00:999:[ this game may be a ]:REASON 11 hangman:0:0000:00:999:[ clone of an existing ]:REASON 11 hangman:0:0000:00:999:[ game which may have ]:REASON 11 hangman:0:0000:00:999:[ cheats. Please search ]:REASON 11 hangman:0:0000:00:999:[ the cheat forums ]:REASON 11 hangman:0:0000:00:999:[ before posting cheat ]:REASON 11 hangman:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hang-On ] hangon:0:20C052:09:000:Infinite Credits hangon:0:20C500:99:000:Infinite Time :hangon:20800000:9EA6:00000060:FFFFFFFF:Invincibility :hangon:20810000:A532:00000060:FFFFFFFF:Invincibility (2/3):1st = Obstacle, 2nd = Gate :hangon:20810000:A950:00000060:FFFFFFFF:Invincibility (3/3):Bike :hangon:20800000:B592:00000060:FFFFFFFF:No Offroad Slowdown hangon:0:C7E079:F3:000:Always ride at Maximum Speed:Maximum Attainable Speed hangon:0:C7E078:00:500:Always ride at Maximum Speed (2/2) hangon:0:C7E079:5D:000:Always ride at Crazy Speed (1000 KPH):Faster (9999) is possible but makes game unplayable hangon:0:C7E078:03:500:Always ride at Crazy Speed (1000 KPH) (2/2) hangon:0:C7E079:5D:001:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect hangon:0:C7E078:03:501:Get Crazy Speed (1000 KPH) Boost Now! (2/2) ; [ Hang-On Jr. ] hangonjr:0:C000:09:000:Infinite Credits hangonjr:0:C222:99:000:Infinite Time :hangonjr:00000000:C51A:00000000:FFFFFFFF:Invincibility :hangonjr:20900000:144E:00001418:FFFFFFFF:No Offroad Slowdown :hangonjr:20800000:14D3:000000C9:FFFFFFFF:No Tire Slip :hangonjr:00000001:C28F:00000004:FFFFFFFF:Set Current Stage as 1st Lap Final :hangonjr:00000001:C28F:00000009:FFFFFFFF:Set Current Stage as 2nd Lap Final hangonjr:0:C515:E7:000:Always ride at Maximum Speed:Maximum Attainable Speed hangonjr:0:C516:00:500:Always ride at Maximum Speed (2/2):Maximum Attainable Speed hangonjr:0:C515:E7:000:Always ride at 999 KPH (Crazy):In fact it so fast it causes graphical glitches so beware hangonjr:0:C516:03:500:Always ride at 999 KPH (Crazy) (2/2) hangonjr:0:C515:E7:001:Get 999 KPH Speed Boost Now!:Use this with an Activation Key for best effect hangonjr:0:C516:03:501:Get 999 KPH Speed Boost Now! (2/2) ; [ Hang Pilot ] hangplt:0:0000:00:999:[ There are no cheats ]:REASON 1 hangplt:0:0000:00:999:[ for this game as it ]:REASON 1 hangplt:0:0000:00:999:[ didn't work the last ]:REASON 1 hangplt:0:0000:00:999:[ time it was tested. ]:REASON 1 hangplt:0:0000:00:999:[ If the game now works ]:REASON 1 hangplt:0:0000:00:999:[ please request cheats ]:REASON 1 hangplt:0:0000:00:999:[ for it on the cheat ]:REASON 1 hangplt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Hard Drivin' (cockpit, British, rev 5) ] harddrb5:0:FFF768:19:000:Infinite Credits harddrb5:0:FF9824:FF:000:Infinite Time:Note that you may have to shut the cheats off after you wipe out so you can Game Over (there are some cases where you can't go anywhere without falling into oblivion after a crash). harddrb5:0:FF9830:FF:500:Infinite Time (2/3) harddrb5:0:FF9831:FF:500:Infinite Time (3/3) ; [ Hard Drivin' (cockpit, British, rev 6) ] harddrb6:0:FFF768:19:000:Infinite Credits harddrb6:0:FF9824:FF:000:Infinite Time:Note that you may have to shut the cheats off after you wipe out so you can Game Over (there are some cases where you can't go anywhere without falling into oblivion after a crash). harddrb6:0:FF9830:FF:500:Infinite Time (2/3) harddrb6:0:FF9831:FF:500:Infinite Time (3/3) ; [ Hard Drivin' (compact, rev 1) ] harddrc1:0:FFF71C:19:000:Infinite Credits harddrc1:0:FF9824:FF:000:Infinite Time:Note that you may have to shut the cheats off after you wipe out so you can Game Over (there are some cases where you can't go anywhere without falling into oblivion after a crash). harddrc1:0:FF9830:FF:500:Infinite Time (2/3) harddrc1:0:FF9831:FF:500:Infinite Time (3/3) ; [ Hard Drivin' (compact, British, rev 2) ] harddrcb:0:FFF71C:19:000:Infinite Credits harddrcb:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrcb:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrcb:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrcb:0:0000:00:999:[ many games and so ]:REASON 11 harddrcb:0:0000:00:999:[ little time. It is ]:REASON 11 harddrcb:0:0000:00:999:[ even possible that ]:REASON 11 harddrcb:0:0000:00:999:[ this game may be a ]:REASON 11 harddrcb:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrcb:0:0000:00:999:[ game which may have ]:REASON 11 harddrcb:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrcb:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrcb:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrcb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (compact, German, rev 2) ] harddrcg:0:FFF71C:19:000:Infinite Credits harddrcg:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrcg:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrcg:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrcg:0:0000:00:999:[ many games and so ]:REASON 11 harddrcg:0:0000:00:999:[ little time. It is ]:REASON 11 harddrcg:0:0000:00:999:[ even possible that ]:REASON 11 harddrcg:0:0000:00:999:[ this game may be a ]:REASON 11 harddrcg:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrcg:0:0000:00:999:[ game which may have ]:REASON 11 harddrcg:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrcg:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrcg:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrcg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (cockpit, German, rev 4) ] harddrg4:0:FFF768:19:000:Infinite Credits harddrg4:0:FF9824:FF:000:Infinite Time:Note that you may have to shut the cheats off after you wipe out so you can Game Over (there are some cases where you can't go anywhere without falling into oblivion after a crash). harddrg4:0:FF9830:FF:500:Infinite Time (2/3) harddrg4:0:FF9831:FF:500:Infinite Time (3/3) ; [ Hard Drivin' (cockpit, rev 7) ] harddriv:0:FFF768:19:000:Infinite Credits harddriv:0:FF9824:FF:000:Infinite Time:Note that you may have to shut the cheats off after you wipe out so you can Game Over (there are some cases where you can't go anywhere without falling into oblivion after a crash). harddriv:0:FF9830:FF:500:Infinite Time (2/3) harddriv:0:FF9831:FF:500:Infinite Time (3/3) ; [ Hard Drivin' (cockpit, Japan, rev 6) ] harddrj6:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrj6:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrj6:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrj6:0:0000:00:999:[ many games and so ]:REASON 11 harddrj6:0:0000:00:999:[ little time. It is ]:REASON 11 harddrj6:0:0000:00:999:[ even possible that ]:REASON 11 harddrj6:0:0000:00:999:[ this game may be a ]:REASON 11 harddrj6:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrj6:0:0000:00:999:[ game which may have ]:REASON 11 harddrj6:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrj6:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrj6:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrj6:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (cockpit, rev 1) ] harddrv1:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrv1:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrv1:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrv1:0:0000:00:999:[ many games and so ]:REASON 11 harddrv1:0:0000:00:999:[ little time. It is ]:REASON 11 harddrv1:0:0000:00:999:[ even possible that ]:REASON 11 harddrv1:0:0000:00:999:[ this game may be a ]:REASON 11 harddrv1:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrv1:0:0000:00:999:[ game which may have ]:REASON 11 harddrv1:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrv1:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrv1:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrv1:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (cockpit, rev 2) ] harddrv2:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrv2:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrv2:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrv2:0:0000:00:999:[ many games and so ]:REASON 11 harddrv2:0:0000:00:999:[ little time. It is ]:REASON 11 harddrv2:0:0000:00:999:[ even possible that ]:REASON 11 harddrv2:0:0000:00:999:[ this game may be a ]:REASON 11 harddrv2:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrv2:0:0000:00:999:[ game which may have ]:REASON 11 harddrv2:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrv2:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrv2:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrv2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (cockpit, rev 3) ] harddrv3:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrv3:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrv3:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrv3:0:0000:00:999:[ many games and so ]:REASON 11 harddrv3:0:0000:00:999:[ little time. It is ]:REASON 11 harddrv3:0:0000:00:999:[ even possible that ]:REASON 11 harddrv3:0:0000:00:999:[ this game may be a ]:REASON 11 harddrv3:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrv3:0:0000:00:999:[ game which may have ]:REASON 11 harddrv3:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrv3:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrv3:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrv3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (cockpit, British, rev 7) ] harddrvb:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrvb:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrvb:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrvb:0:0000:00:999:[ many games and so ]:REASON 11 harddrvb:0:0000:00:999:[ little time. It is ]:REASON 11 harddrvb:0:0000:00:999:[ even possible that ]:REASON 11 harddrvb:0:0000:00:999:[ this game may be a ]:REASON 11 harddrvb:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrvb:0:0000:00:999:[ game which may have ]:REASON 11 harddrvb:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrvb:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrvb:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrvb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (compact, rev 2) ] harddrvc:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrvc:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrvc:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrvc:0:0000:00:999:[ many games and so ]:REASON 11 harddrvc:0:0000:00:999:[ little time. It is ]:REASON 11 harddrvc:0:0000:00:999:[ even possible that ]:REASON 11 harddrvc:0:0000:00:999:[ this game may be a ]:REASON 11 harddrvc:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrvc:0:0000:00:999:[ game which may have ]:REASON 11 harddrvc:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrvc:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrvc:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrvc:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (cockpit, German, rev 7) ] harddrvg:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrvg:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrvg:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrvg:0:0000:00:999:[ many games and so ]:REASON 11 harddrvg:0:0000:00:999:[ little time. It is ]:REASON 11 harddrvg:0:0000:00:999:[ even possible that ]:REASON 11 harddrvg:0:0000:00:999:[ this game may be a ]:REASON 11 harddrvg:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrvg:0:0000:00:999:[ game which may have ]:REASON 11 harddrvg:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrvg:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrvg:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrvg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin' (cockpit, Japan, rev 7) ] harddrvj:0:0000:00:999:[ This game hasn't even ]:REASON 11 harddrvj:0:0000:00:999:[ been looked at due to ]:REASON 11 harddrvj:0:0000:00:999:[ time constraints - Too]:REASON 11 harddrvj:0:0000:00:999:[ many games and so ]:REASON 11 harddrvj:0:0000:00:999:[ little time. It is ]:REASON 11 harddrvj:0:0000:00:999:[ even possible that ]:REASON 11 harddrvj:0:0000:00:999:[ this game may be a ]:REASON 11 harddrvj:0:0000:00:999:[ clone of an existing ]:REASON 11 harddrvj:0:0000:00:999:[ game which may have ]:REASON 11 harddrvj:0:0000:00:999:[ cheats. Please search ]:REASON 11 harddrvj:0:0000:00:999:[ the cheat forums ]:REASON 11 harddrvj:0:0000:00:999:[ before posting cheat ]:REASON 11 harddrvj:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Dunk (Japan) ] harddunj:0:20FC44:09:000:Infinite Credits :harddunj:00000101:20C050:0000000C:FFFFFFFF:Select Score :harddunj:00000101:20C052:0000000C:FFFFFFFF:Select CPU Score harddunj:0:20C052:00:000:CPU Score always = 0 ; [ Hard Dunk (World) ] harddunk:0:20FC44:09:000:Infinite Credits :harddunk:00000101:20C050:0000000C:FFFFFFFF:Select Score :harddunk:00000101:20C052:0000000C:FFFFFFFF:Select CPU Score harddunk:0:20C052:00:000:CPU Score always = 0 ; [ Hard Hat ] hardhat:0:0070:05:000:Infinite Lives PL1 hardhat:0:0071:05:000:Infinite Lives PL2 hardhat:0:01FC:89:000:Invincibility ; [ Hard Head 2 (v2.0) ] hardhea2:0:C850:99:000:Infinite Credits :hardhea2:00100000:C896:0000095A:FFFFFFFF:Infinite Time hardhea2:0:DC21:00:001:1 hit to kill Boss Now! :hardhea2:00000301:D248:00000008:FFFFFFFF:Select starting stage:You should enable this cheat on the screen with the big monster with one eye on it for the proper effect hardhea2:0:D248:08:061:Select next stage hardhea2:0:D265:0A:000:Infinite Lives PL1 hardhea2:0:D222:2B:000:Invincibility PL1 hardhea2:0:D253:02:000:Maximum Fire Power PL1 hardhea2:0:D266:99:000:Infinite Gold PL1 hardhea2:0:D214:00:000:Infinite Armour PL1 hardhea2:0:D254:01:000:Always have Club PL1 hardhea2:0:D560:11:500:Always have Club PL1 (2/2) hardhea2:0:D254:02:000:Always have Long Shot PL1 hardhea2:0:D560:12:500:Always have Long Shot PL1 (2/2) hardhea2:0:D254:03:000:Always have Bugle PL1 hardhea2:0:D560:13:500:Always have Bugle PL1 (2/2) hardhea2:0:D252:01:000:Always have Pinion PL1 hardhea2:0:D2E5:0A:000:Infinite Lives PL2 hardhea2:0:D2A2:2B:000:Invincibility PL2 hardhea2:0:D2D3:02:000:Maximum Fire Power PL1 hardhea2:0:D2E6:99:000:Infinite Gold PL2 hardhea2:0:D294:00:000:Infinite Armour PL2 hardhea2:0:D2D4:01:000:Always have Club PL2 hardhea2:0:D5E0:11:500:Always have Club PL2 (2/2) hardhea2:0:D2D4:02:000:Always have Long Shot PL2 hardhea2:0:D5E0:12:500:Always have Long Shot PL2 (2/2) hardhea2:0:D2D4:03:000:Always have Bugle PL2 hardhea2:0:D5E0:13:500:Always have Bugle PL2 (2/2) hardhea2:0:D2D2:01:000:Always have Pinion PL2 ; [ Hard Head ] hardhead:0:C040:99:000:Infinite Credits hardhead:0:C025:5A:000:Infinite Time hardhead:0:C026:09:500:Infinite Time (2/2) hardhead:0:4BB8:C9:100:Invincibility against bosses :hardhead:00001301:C108:0000000F:FFFFFFFF:Select starting stage:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! hardhead:0:C108:0F:061:Select next stage hardhead:0:0000:00:999:[See the Dip Switch Menu to enable an ] hardhead:0:0000:00:999:[alternate Invincibility cheat. ] hardhead:0:C104:05:000:Infinite Lives PL1 hardhead:0:C135:04:000:Infinite Energy PL1 hardhead:0:C136:03:000:Normal Invincibility PL1 hardhead:0:C184:05:000:Infinite Lives PL2 hardhead:0:C1B5:04:000:Infinite Energy PL2 hardhead:0:C1B6:03:000:Normal Invincibility PL2 ; [ Hard Head (bootleg) ] hardhedb:0:C040:99:000:Infinite Credits hardhedb:0:C025:5A:000:Infinite Time hardhedb:0:C026:09:500:Infinite Time (2/2) hardhedb:0:4BB8:C9:100:Invincibility against bosses :hardhedb:00001301:C108:0000000F:FFFFFFFF:Select starting stage:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! hardhedb:0:C108:0F:061:Select next stage hardhedb:0:0000:00:999:[See the Dip Switch Menu to enable an ] hardhedb:0:0000:00:999:[alternate Invincibility cheat. ] hardhedb:0:C104:05:000:Infinite Lives PL1 hardhedb:0:C135:04:000:Infinite Energy PL1 hardhedb:0:C136:03:000:Normal Invincibility PL1 hardhedb:0:C184:05:000:Infinite Lives PL2 hardhedb:0:C1B5:04:000:Infinite Energy PL2 hardhedb:0:C1B6:03:000:Normal Invincibility PL2 ; [ Hard Yardage (v1.20) ] hardyard:0:004048:01:000:Infinite Time hardyard:0:004049:05:500:Infinite Time (2/4) hardyard:0:00404A:00:500:Infinite Time (3/4) hardyard:0:00404B:00:500:Infinite Time (4/4) hardyard:0:004048:00:001:Finish this Quarter Now! hardyard:0:004049:00:501:Finish this Quarter Now! (2/4) hardyard:0:00404A:00:501:Finish this Quarter Now! (3/4) hardyard:0:00404B:00:501:Finish this Quarter Now! (4/4) hardyard:0:004040:01:000:Always on the First Down hardyard:0:004040:01:001:Make this the First Down Now! hardyard:0:004040:04:001:Make this the Fourth Down Now! hardyard:0:000000:00:999:[Enable these yardage cheats on the Offence/Defense Screen] hardyard:0:003FAE:63:001:Offense need 1 yard Now! hardyard:0:003FB2:63:501:Offense need 1 yard Now! (2/2) hardyard:0:003FAE:01:001:Offense need 99 yards Now! hardyard:0:003FB2:01:501:Offense need 99 yards Now! (2/2) hardyard:0:0040DC:00:000:Team 1 Score always = 0 hardyard:0:0040DA:00:500:Team 1 Score always = 0 (2/3) hardyard:0:0040DB:00:500:Team 1 Score always = 0 (3/3) hardyard:0:0040DC:63:000:Team 1 Score always = 99 hardyard:0:0040DA:09:500:Team 1 Score always = 99 (2/3) hardyard:0:0040DB:09:500:Team 1 Score always = 99 (3/3) hardyard:0:0040DC:00:001:Team 1 Score = 0 Now! hardyard:0:0040DA:00:501:Team 1 Score = 0 Now! (2/3) hardyard:0:0040DB:00:501:Team 1 Score = 0 Now! (3/3) hardyard:0:0040DC:32:001:Team 1 Score = 50 Now! hardyard:0:0040DA:05:501:Team 1 Score = 50 Now! (2/3) hardyard:0:0040DB:00:501:Team 1 Score = 50 Now! (3/3) hardyard:0:0040E0:00:000:Team 2 Score always = 0 hardyard:0:0040DE:00:500:Team 2 Score always = 0 (2/3) hardyard:0:0040DF:00:500:Team 2 Score always = 0 (3/3) hardyard:0:0040E0:63:000:Team 2 Score always = 99 hardyard:0:0040DE:09:500:Team 2 Score always = 99 (2/3) hardyard:0:0040DF:09:500:Team 2 Score always = 99 (3/3) hardyard:0:0040E0:00:001:Team 2 Score = 0 Now! hardyard:0:0040DE:00:501:Team 2 Score = 0 Now! (2/3) hardyard:0:0040DF:00:501:Team 2 Score = 0 Now! (3/3) hardyard:0:0040E0:32:001:Team 2 Score = 50 Now! hardyard:0:0040DE:05:501:Team 2 Score = 50 Now! (2/3) hardyard:0:0040DF:00:501:Team 2 Score = 50 Now! (3/3) ; [ Hard Yardage (v1.00) ] hardyd10:0:004048:01:000:Infinite Time hardyd10:0:004049:05:500:Infinite Time (2/4) hardyd10:0:00404A:00:500:Infinite Time (3/4) hardyd10:0:00404B:00:500:Infinite Time (4/4) hardyd10:0:004048:00:001:Finish this Quarter Now! hardyd10:0:004049:00:501:Finish this Quarter Now! (2/4) hardyd10:0:00404A:00:501:Finish this Quarter Now! (3/4) hardyd10:0:00404B:00:501:Finish this Quarter Now! (4/4) hardyd10:0:004040:01:000:Always on the First Down hardyd10:0:004040:01:001:Make this the First Down Now! hardyd10:0:004040:04:001:Make this the Fourth Down Now! hardyd10:0:000000:00:999:[Enable these yardage cheats on the Offence/Defense Screen] hardyd10:0:003FAE:63:001:Offense need 1 yard Now! hardyd10:0:003FB2:63:501:Offense need 1 yard Now! (2/2) hardyd10:0:003FAE:01:001:Offense need 99 yards Now! hardyd10:0:003FB2:01:501:Offense need 99 yards Now! (2/2) hardyd10:0:0040DC:00:000:Team 1 Score always = 0 hardyd10:0:0040DA:00:500:Team 1 Score always = 0 (2/3) hardyd10:0:0040DB:00:500:Team 1 Score always = 0 (3/3) hardyd10:0:0040DC:63:000:Team 1 Score always = 99 hardyd10:0:0040DA:09:500:Team 1 Score always = 99 (2/3) hardyd10:0:0040DB:09:500:Team 1 Score always = 99 (3/3) hardyd10:0:0040DC:00:001:Team 1 Score = 0 Now! hardyd10:0:0040DA:00:501:Team 1 Score = 0 Now! (2/3) hardyd10:0:0040DB:00:501:Team 1 Score = 0 Now! (3/3) hardyd10:0:0040DC:32:001:Team 1 Score = 50 Now! hardyd10:0:0040DA:05:501:Team 1 Score = 50 Now! (2/3) hardyd10:0:0040DB:00:501:Team 1 Score = 50 Now! (3/3) hardyd10:0:0040E0:00:000:Team 2 Score always = 0 hardyd10:0:0040DE:00:500:Team 2 Score always = 0 (2/3) hardyd10:0:0040DF:00:500:Team 2 Score always = 0 (3/3) hardyd10:0:0040E0:63:000:Team 2 Score always = 99 hardyd10:0:0040DE:09:500:Team 2 Score always = 99 (2/3) hardyd10:0:0040DF:09:500:Team 2 Score always = 99 (3/3) hardyd10:0:0040E0:00:001:Team 2 Score = 0 Now! hardyd10:0:0040DE:00:501:Team 2 Score = 0 Now! (2/3) hardyd10:0:0040DF:00:501:Team 2 Score = 0 Now! (3/3) hardyd10:0:0040E0:32:001:Team 2 Score = 50 Now! hardyd10:0:0040DE:05:501:Team 2 Score = 50 Now! (2/3) hardyd10:0:0040DF:00:501:Team 2 Score = 50 Now! (3/3) ; [ Harem ] harem:0:0000:00:999:[ There are no cheats ]:REASON 1 harem:0:0000:00:999:[ for this game as it ]:REASON 1 harem:0:0000:00:999:[ didn't work the last ]:REASON 1 harem:0:0000:00:999:[ time it was tested. ]:REASON 1 harem:0:0000:00:999:[ If the game now works ]:REASON 1 harem:0:0000:00:999:[ please request cheats ]:REASON 1 harem:0:0000:00:999:[ for it on the cheat ]:REASON 1 harem:0:0000:00:999:[ forums. ]:REASON 1 ; [ Harley-Davidson and L.A. Riders ] harley:0:0000:00:999:[ There are no cheats ]:REASON 1 harley:0:0000:00:999:[ for this game as it ]:REASON 1 harley:0:0000:00:999:[ didn't work the last ]:REASON 1 harley:0:0000:00:999:[ time it was tested. ]:REASON 1 harley:0:0000:00:999:[ If the game now works ]:REASON 1 harley:0:0000:00:999:[ please request cheats ]:REASON 1 harley:0:0000:00:999:[ for it on the cheat ]:REASON 1 harley:0:0000:00:999:[ forums. ]:REASON 1 ; [ Hasamu (Japan) ] hasamu:0:A300F:63:000:Infinite Credits hasamu:0:A335B:A0:000:Infinite Time hasamu:0:A335A:99:500:Infinite Time (2/2) hasamu:0:A335B:00:001:Drain All Time Now! hasamu:0:A335A:00:501:Drain All Time Now! (2/2) ; [ Adventure Quiz 2 Hatena Hatena no Dai-Bouken (Japan 900228) ] hatena:0:F975:05:000:Infinite Vitality PL1 hatena:0:F9F5:05:000:Infinite Vitality PL2 hatena:0:F077:0A:000:Infinite Time hatena:0:F061:0A:000:Infinite questions :hatena:000000E6:FB62:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer hatena:0:F068:08:001:Good answer ends quiz Now! ; [ Hatris (Japan) ] hatris:0:8211:09:000:Infinite Credits hatris:0:827D:FF:001:Activate Sale Now! PL1 hatris:0:8272:80:000:Infinite Sale PL1 hatris:0:860A:09:000:Infinite Sale Time PL1 hatris:0:8274:0E:000:Always have lowest speed PL1 hatris:0:82CD:FF:001:Activate Sale Now! PL2 hatris:0:82C2:80:000:Infinite Sale PL2 hatris:0:862A:09:000:Infinite Sale Time PL2 hatris:0:82C4:0E:000:Always have lowest speed PL2 ; [ Hat Trick ] hattrick:0:009A:FF:000:Infinite Time hattrick:0:015F:99:073:Select Score RED TEAM hattrick:0:013A:99:073:Select Score BLUE TEAM ; [ Hayaoshi Quiz Ouza Ketteisen ] hayaosi1:0:0000:00:999:[ This game should be ]:REASON 10 hayaosi1:0:0000:00:999:[ quite straighforward ]:REASON 10 hayaosi1:0:0000:00:999:[ enough to find cheats ]:REASON 10 hayaosi1:0:0000:00:999:[ for. But no cheats ]:REASON 10 hayaosi1:0:0000:00:999:[ have been submitted ]:REASON 10 hayaosi1:0:0000:00:999:[ at the time this cheat]:REASON 10 hayaosi1:0:0000:00:999:[ file was compiled ]:REASON 10 hayaosi1:0:0000:00:999:[ due to the game ]:REASON 10 hayaosi1:0:0000:00:999:[ generating zero ]:REASON 10 hayaosi1:0:0000:00:999:[ interest from cheat ]:REASON 10 hayaosi1:0:0000:00:999:[ finders. If you have ]:REASON 10 hayaosi1:0:0000:00:999:[ made some cheats for ]:REASON 10 hayaosi1:0:0000:00:999:[ this game please post ]:REASON 10 hayaosi1:0:0000:00:999:[ them on the cheat ]:REASON 10 hayaosi1:0:0000:00:999:[ forums. Don't forget ]:REASON 10 hayaosi1:0:0000:00:999:[ to search the cheat ]:REASON 10 hayaosi1:0:0000:00:999:[ forums first though as]:REASON 10 hayaosi1:0:0000:00:999:[ cheats may have been ]:REASON 10 hayaosi1:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ Heavy Barrel (US) ] hbarrel:0:FF8032:80:000:Invincibility PL1 hbarrel:0:FF8033:80:000:Super Invincibility PL1 hbarrel:0:FF8052:04:000:Infinite Keys PL1 hbarrel:0:FF8034:05:000:Infinite Lives PL1 hbarrel:0:FF8043:99:000:Infinite Fire Gun PL1 hbarrel:0:FF8045:99:000:Infinite Multi-Way Shot PL1 hbarrel:0:FF8047:99:000:Infinite Flamethrower PL1 hbarrel:0:FF804D:99:000:Infinite Grenades PL1 hbarrel:0:FF804F:99:000:Infinite Smoke Bomb PL1 hbarrel:0:FF8051:99:000:Infinite Chain Thrower PL1 hbarrel:0:FF8711:99:000:Infinite Super Weapon PL1 hbarrel:0:FF8049:00:000:Always have Normal GrenadePL1 hbarrel:0:FF8049:01:000:Always have Red Grenade PL1 hbarrel:0:FF803C:00:001:Get Basic Weapon PL1 hbarrel:0:FF803C:01:001:Get Laser Weapon PL1 hbarrel:0:FF803C:02:001:Get Multi-Way Shot PL1 hbarrel:0:FF803C:03:001:Get Flamethrower PL1 hbarrel:0:FF8710:80:001:Get the Super weapon PL1 hbarrel:0:FF8049:00:001:Get Normal Grenade Now! PL1 hbarrel:0:FF8049:01:001:Get have Red Grenade Now! PL1 hbarrel:0:FF8710:80:000:Super Gun PL1 hbarrel:0:FFA59F:D8:000:Special Weapon Ammo PL1 hbarrel:0:FF8076:80:000:Invincibility PL2 hbarrel:0:FF8077:80:000:Super Invincibility PL2 hbarrel:0:FF8096:04:000:Infinite Keys PL2 hbarrel:0:FF8078:05:000:Infinite Lives PL2 hbarrel:0:FF8087:99:000:Infinite Fire Gun PL2 hbarrel:0:FF8089:99:000:Infinite Multi-Way Shot PL2 hbarrel:0:FF808B:99:000:Infinite Flamethrower PL2 hbarrel:0:FF8091:99:000:Infinite Grenades PL2 hbarrel:0:FF8093:99:000:Infinite Smoke Bomb PL2 hbarrel:0:FF8095:99:000:Infinite Chain Thrower PL2 hbarrel:0:FF8755:99:000:Infinite Super Weapon PL2 hbarrel:0:FF808D:00:000:Always have Normal GrenadePL2 hbarrel:0:FF808D:01:000:Always have Red Grenade PL2 hbarrel:0:FF8080:00:001:Get Basic Weapon PL2 hbarrel:0:FF8080:01:001:Get Laser Weapon PL2 hbarrel:0:FF8080:02:001:Get Multi-Way Shot PL2 hbarrel:0:FF8080:03:001:Get Flamethrower PL2 hbarrel:0:FF8754:80:001:Get the Super weapon PL2 hbarrel:0:FF808D:00:001:Get Normal Grenade Now! PL2 hbarrel:0:FF808D:01:001:Get Red Grenade Now! PL2 ; [ Heavy Barrel (World) ] hbarrelw:0:FF8032:80:000:Invincibility PL1 hbarrelw:0:FF8033:80:000:Super Invincibility PL1 hbarrelw:0:FF8052:04:000:Infinite Keys PL1 hbarrelw:0:FF8034:05:000:Infinite Lives PL1 hbarrelw:0:FF8043:99:000:Infinite Fire Gun PL1 hbarrelw:0:FF8045:99:000:Infinite Multi-Way Shot PL1 hbarrelw:0:FF8047:99:000:Infinite Flamethrower PL1 hbarrelw:0:FF804D:99:000:Infinite Grenades PL1 hbarrelw:0:FF804F:99:000:Infinite Smoke Bomb PL1 hbarrelw:0:FF8051:99:000:Infinite Chain Thrower PL1 hbarrelw:0:FF8711:99:000:Infinite Super Weapon PL1 hbarrelw:0:FF8049:00:000:Always have Normal GrenadePL1 hbarrelw:0:FF8049:01:000:Always have Red Grenade PL1 hbarrelw:0:FF803C:00:001:Get Basic Weapon PL1 hbarrelw:0:FF803C:01:001:Get Laser Weapon PL1 hbarrelw:0:FF803C:02:001:Get Multi-Way Shot PL1 hbarrelw:0:FF803C:03:001:Get Flamethrower PL1 hbarrelw:0:FF8710:80:001:Get the Super weapon PL1 hbarrelw:0:FF8049:00:001:Get Normal Grenade Now! PL1 hbarrelw:0:FF8049:01:001:Get have Red Grenade Now! PL1 hbarrelw:0:FF8710:80:000:Super Gun PL1 hbarrelw:0:FFA59F:D8:000:Special Weapon Ammo PL1 hbarrelw:0:FF8076:80:000:Invincibility PL2 hbarrelw:0:FF8077:80:000:Super Invincibility PL2 hbarrelw:0:FF8096:04:000:Infinite Keys PL2 hbarrelw:0:FF8078:05:000:Infinite Lives PL2 hbarrelw:0:FF8087:99:000:Infinite Fire Gun PL2 hbarrelw:0:FF8089:99:000:Infinite Multi-Way Shot PL2 hbarrelw:0:FF808B:99:000:Infinite Flamethrower PL2 hbarrelw:0:FF8091:99:000:Infinite Grenades PL2 hbarrelw:0:FF8093:99:000:Infinite Smoke Bomb PL2 hbarrelw:0:FF8095:99:000:Infinite Chain Thrower PL2 hbarrelw:0:FF8755:99:000:Infinite Super Weapon PL2 hbarrelw:0:FF808D:00:000:Always have Normal GrenadePL2 hbarrelw:0:FF808D:01:000:Always have Red Grenade PL2 hbarrelw:0:FF8080:00:001:Get Basic Weapon PL2 hbarrelw:0:FF8080:01:001:Get Laser Weapon PL2 hbarrelw:0:FF8080:02:001:Get Multi-Way Shot PL2 hbarrelw:0:FF8080:03:001:Get Flamethrower PL2 hbarrelw:0:FF8754:80:001:Get the Super weapon PL2 hbarrelw:0:FF808D:00:001:Get Normal Grenade Now! PL2 hbarrelw:0:FF808D:01:001:Get Red Grenade Now! PL2 ; [ Haunted Castle (version M) ] hcastle:0:1F13:59:000:Infinite Time hcastle:0:080C:10:000:Infinite Energy hcastle:0:1012:FF:000:Invincibility hcastle:0:0819:99:000:Infinite Hearts hcastle:0:080F:01:001:Finish this Stage Now! :hcastle:00100000:18F4:00000000:00001010:Rapid Fire:Turn it OFF on the name entry screen hcastle:0:1010:00:000:Weapon always Wip hcastle:0:1010:01:000:Weapon always Hammer hcastle:0:1010:02:000:Weapon always Sword hcastle:0:1010:00:001:Change weapon to Wip Now! hcastle:0:1010:01:001:Change weapon to Hammer Now! hcastle:0:1010:02:001:Change weapon to Sword Now! hcastle:0:1E99:00:001:Item Window empty Now! hcastle:0:1E99:01:001:Item Window = Bomb Now! hcastle:0:1E99:02:001:Item Window = Fire Now! hcastle:0:1E99:03:001:Item Window = Boomerang Now! hcastle:0:1E99:04:001:Item Window = Cross Now! hcastle:0:1E99:05:001:Item Window = Clock Now! hcastle:0:0000:00:999:[ The Select current level can be ] hcastle:0:0000:00:999:[ enabled on the intro screen it ] hcastle:0:0000:00:999:[ doesn't work if enabled on the ] hcastle:0:0000:00:999:[ title screen. ] hcastle:0:0806:05:071:Select current level hcastle:0:0806:05:061:Select next level hcastle:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Akuma-Jou Dracula (Japan version P) ] hcastlej:0:1F13:59:000:Infinite Time hcastlej:0:080C:10:000:Infinite Energy hcastlej:0:1012:FF:000:Invincibility hcastlej:0:0819:99:000:Infinite Hearts hcastlej:0:080F:01:001:Finish this Stage Now! :hcastlej:00100000:18F4:00000000:00001010:Rapid Fire:Turn it OFF on the name entry screen hcastlej:0:1010:00:000:Weapon always Wip hcastlej:0:1010:01:000:Weapon always Hammer hcastlej:0:1010:02:000:Weapon always Sword hcastlej:0:1010:00:001:Change weapon to Wip Now! hcastlej:0:1010:01:001:Change weapon to Hammer Now! hcastlej:0:1010:02:001:Change weapon to Sword Now! hcastlej:0:1E99:00:001:Item Window empty Now! hcastlej:0:1E99:01:001:Item Window = Bomb Now! hcastlej:0:1E99:02:001:Item Window = Fire Now! hcastlej:0:1E99:03:001:Item Window = Boomerang Now! hcastlej:0:1E99:04:001:Item Window = Cross Now! hcastlej:0:1E99:05:001:Item Window = Clock Now! hcastlej:0:0000:00:999:[ The Select current level can be ] hcastlej:0:0000:00:999:[ enabled on the intro screen it ] hcastlej:0:0000:00:999:[ doesn't work if enabled on the ] hcastlej:0:0000:00:999:[ title screen. ] hcastlej:0:0806:05:071:Select current level hcastlej:0:0806:05:061:Select next level hcastlej:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Haunted Castle (version K) ] hcastleo:0:1F13:59:000:Infinite Time hcastleo:0:080C:10:000:Infinite Energy hcastleo:0:1012:FF:000:Invincibility hcastleo:0:0819:99:000:Infinite Hearts hcastleo:0:080F:01:001:Finish this Stage Now! :hcastleo:00100000:18F4:00000000:00001010:Rapid Fire:Turn it OFF on the name entry screen hcastleo:0:1010:00:000:Weapon always Wip hcastleo:0:1010:01:000:Weapon always Hammer hcastleo:0:1010:02:000:Weapon always Sword hcastleo:0:1010:00:001:Change weapon to Wip Now! hcastleo:0:1010:01:001:Change weapon to Hammer Now! hcastleo:0:1010:02:001:Change weapon to Sword Now! hcastleo:0:1E99:00:001:Item Window empty Now! hcastleo:0:1E99:01:001:Item Window = Bomb Now! hcastleo:0:1E99:02:001:Item Window = Fire Now! hcastleo:0:1E99:03:001:Item Window = Boomerang Now! hcastleo:0:1E99:04:001:Item Window = Cross Now! hcastleo:0:1E99:05:001:Item Window = Clock Now! hcastleo:0:0000:00:999:[ The Select current level can be ] hcastleo:0:0000:00:999:[ enabled on the intro screen it ] hcastleo:0:0000:00:999:[ doesn't work if enabled on the ] hcastleo:0:0000:00:999:[ title screen. ] hcastleo:0:0806:05:071:Select current level hcastleo:0:0806:05:061:Select next level hcastleo:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Akuma-Jou Dracula (Japan version N) ] hcastljo:0:1F13:59:000:Infinite Time hcastljo:0:080C:10:000:Infinite Energy hcastljo:0:1012:FF:000:Invincibility hcastljo:0:0819:99:000:Infinite Hearts hcastljo:0:080F:01:001:Finish this Stage Now! :hcastljo:00100000:18F4:00000000:00001010:Rapid Fire:Turn it OFF on the name entry screen hcastljo:0:1010:00:000:Weapon always Wip hcastljo:0:1010:01:000:Weapon always Hammer hcastljo:0:1010:02:000:Weapon always Sword hcastljo:0:1010:00:001:Change weapon to Wip Now! hcastljo:0:1010:01:001:Change weapon to Hammer Now! hcastljo:0:1010:02:001:Change weapon to Sword Now! hcastljo:0:1E99:00:001:Item Window empty Now! hcastljo:0:1E99:01:001:Item Window = Bomb Now! hcastljo:0:1E99:02:001:Item Window = Fire Now! hcastljo:0:1E99:03:001:Item Window = Boomerang Now! hcastljo:0:1E99:04:001:Item Window = Cross Now! hcastljo:0:1E99:05:001:Item Window = Clock Now! hcastljo:0:0000:00:999:[ The Select current level can be ] hcastljo:0:0000:00:999:[ enabled on the intro screen it ] hcastljo:0:0000:00:999:[ doesn't work if enabled on the ] hcastljo:0:0000:00:999:[ title screen. ] hcastljo:0:0806:05:071:Select current level hcastljo:0:0806:05:061:Select next level hcastljo:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Hyper Crash (version D) ] :hcrash:00000000:080F76:00000099:FFFFFFFF:Infinite Credits :hcrash:00000000:0807D0:000000FF:FFFFFFFF:Invincibility :hcrash:00000000:080F14:00000060:FFFFFFFF:Infinite Fuel :hcrash:00000000:080C30:00000030:FFFFFFFF:Always High Speed :hcrash:00000001:080C30:00000030:FFFFFFFF:Get High Speed Boost Now!:Assign this to an activation key for the best effect :hcrash:00000000:080C30:00000086:FFFFFFFF:Always Turbo Speed :hcrash:00001301:080F32:00000005:FFFFFFFF:Select Starting Stage:Set on displayed "Press Down Gas Pedal" message after you've inserted a credit :hcrash:00000000:080F95:00000002:FFFFFFFF:Sound Test Timer Stop:[PL1 Button 3] Next Code ; [ Hyper Crash (version C) ] :hcrashc:00000000:080F76:00000099:FFFFFFFF:Infinite Credits :hcrashc:00000000:0807D0:000000FF:FFFFFFFF:Invincibility :hcrashc:00000000:080F14:00000060:FFFFFFFF:Infinite Fuel :hcrashc:00000000:080C30:00000030:FFFFFFFF:Always High Speed :hcrashc:00000001:080C30:00000030:FFFFFFFF:Get High Speed Boost Now!:Assign this to an activation key for the best effect :hcrashc:00000000:080C30:00000086:FFFFFFFF:Always Turbo Speed :hcrashc:00001301:080F32:00000005:FFFFFFFF:Select Starting Stage:Set on displayed "Press Down Gas Pedal" message after you've inserted a credit :hcrashc:00000000:080F95:00000002:FFFFFFFF:Sound Test Timer Stop:[PL1 Button 3] Next Code ; [ Hard Drivin's Airborne (prototype, early rev) ] hdrivaip:0:0000:00:999:[ This game hasn't even ]:REASON 11 hdrivaip:0:0000:00:999:[ been looked at due to ]:REASON 11 hdrivaip:0:0000:00:999:[ time constraints - Too]:REASON 11 hdrivaip:0:0000:00:999:[ many games and so ]:REASON 11 hdrivaip:0:0000:00:999:[ little time. It is ]:REASON 11 hdrivaip:0:0000:00:999:[ even possible that ]:REASON 11 hdrivaip:0:0000:00:999:[ this game may be a ]:REASON 11 hdrivaip:0:0000:00:999:[ clone of an existing ]:REASON 11 hdrivaip:0:0000:00:999:[ game which may have ]:REASON 11 hdrivaip:0:0000:00:999:[ cheats. Please search ]:REASON 11 hdrivaip:0:0000:00:999:[ the cheat forums ]:REASON 11 hdrivaip:0:0000:00:999:[ before posting cheat ]:REASON 11 hdrivaip:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hard Drivin's Airborne (prototype) ] hdrivair:0:0000:00:999:[ This game hasn't even ]:REASON 11 hdrivair:0:0000:00:999:[ been looked at due to ]:REASON 11 hdrivair:0:0000:00:999:[ time constraints - Too]:REASON 11 hdrivair:0:0000:00:999:[ many games and so ]:REASON 11 hdrivair:0:0000:00:999:[ little time. It is ]:REASON 11 hdrivair:0:0000:00:999:[ even possible that ]:REASON 11 hdrivair:0:0000:00:999:[ this game may be a ]:REASON 11 hdrivair:0:0000:00:999:[ clone of an existing ]:REASON 11 hdrivair:0:0000:00:999:[ game which may have ]:REASON 11 hdrivair:0:0000:00:999:[ cheats. Please search ]:REASON 11 hdrivair:0:0000:00:999:[ the cheat forums ]:REASON 11 hdrivair:0:0000:00:999:[ before posting cheat ]:REASON 11 hdrivair:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Head On (2 players) ] headon:0:E5BE:08:000:Infinite Lives PL1 headon:0:E5BF:08:000:Infinite Lives PL2 ; [ Head On 2 ] headon2:0:E40D:07:000:Infinite Lives PL1 headon2:0:E40E:07:000:Infinite Lives PL2 ; [ Head On (1 player) ] headonb:0:E593:08:000:Infinite Lives ; [ Head On (Irem, M-15 Hardware) ] :headoni:00000000:0008:00000099:FFFFFFFF:Infinite Credits :headoni:20900000:1490:00000190:FFFFFFFF:Invincibility :headoni:00300001:0060:00000000:FFFFFFFF:Finish Current Stage Now! :headoni:00000000:0035:00000006:FFFFFFFF:Infinite Lives PL1 :headoni:00001301:0036:00000007:FFFFFFFF:Select Starting Stage PL1:Set on the "Push Player Button" message screen after you've inserted a credit :headoni:00000000:003D:00000006:FFFFFFFF:Infinite Lives PL2 :headoni:00001301:003E:00000007:FFFFFFFF:Select Starting Stage PL2:Set on the "Push Player Button" message screen after you've inserted a credit ; [ Heart Attack ] heartatk:0:1E65:99:000:Infinite Credits heartatk:0:1E7D:10:000:Infinite Time heartatk:0:1FA5:00:000:Infinite Freezes heartatk:0:1FA9:FF:001:Finish this Level Now! heartatk:0:1FAA:FF:501:Finish this Level Now! (2/2) heartatk:0:1C65:05:000:Infinite Lives PL1 heartatk:0:1C66:05:000:Infinite Lives PL2 ; [ Heated Barrel (World) ] heatbrl:0:0000:00:999:[ This game hasn't even ]:REASON 11 heatbrl:0:0000:00:999:[ been looked at due to ]:REASON 11 heatbrl:0:0000:00:999:[ time constraints - Too]:REASON 11 heatbrl:0:0000:00:999:[ many games and so ]:REASON 11 heatbrl:0:0000:00:999:[ little time. It is ]:REASON 11 heatbrl:0:0000:00:999:[ even possible that ]:REASON 11 heatbrl:0:0000:00:999:[ this game may be a ]:REASON 11 heatbrl:0:0000:00:999:[ clone of an existing ]:REASON 11 heatbrl:0:0000:00:999:[ game which may have ]:REASON 11 heatbrl:0:0000:00:999:[ cheats. Please search ]:REASON 11 heatbrl:0:0000:00:999:[ the cheat forums ]:REASON 11 heatbrl:0:0000:00:999:[ before posting cheat ]:REASON 11 heatbrl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Heated Barrel (World old version) ] heatbrlo:0:0000:00:999:[ This game hasn't even ]:REASON 11 heatbrlo:0:0000:00:999:[ been looked at due to ]:REASON 11 heatbrlo:0:0000:00:999:[ time constraints - Too]:REASON 11 heatbrlo:0:0000:00:999:[ many games and so ]:REASON 11 heatbrlo:0:0000:00:999:[ little time. It is ]:REASON 11 heatbrlo:0:0000:00:999:[ even possible that ]:REASON 11 heatbrlo:0:0000:00:999:[ this game may be a ]:REASON 11 heatbrlo:0:0000:00:999:[ clone of an existing ]:REASON 11 heatbrlo:0:0000:00:999:[ game which may have ]:REASON 11 heatbrlo:0:0000:00:999:[ cheats. Please search ]:REASON 11 heatbrlo:0:0000:00:999:[ the cheat forums ]:REASON 11 heatbrlo:0:0000:00:999:[ before posting cheat ]:REASON 11 heatbrlo:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Heated Barrel (US) ] heatbrlu:0:0000:00:999:[ This game hasn't even ]:REASON 11 heatbrlu:0:0000:00:999:[ been looked at due to ]:REASON 11 heatbrlu:0:0000:00:999:[ time constraints - Too]:REASON 11 heatbrlu:0:0000:00:999:[ many games and so ]:REASON 11 heatbrlu:0:0000:00:999:[ little time. It is ]:REASON 11 heatbrlu:0:0000:00:999:[ even possible that ]:REASON 11 heatbrlu:0:0000:00:999:[ this game may be a ]:REASON 11 heatbrlu:0:0000:00:999:[ clone of an existing ]:REASON 11 heatbrlu:0:0000:00:999:[ game which may have ]:REASON 11 heatbrlu:0:0000:00:999:[ cheats. Please search ]:REASON 11 heatbrlu:0:0000:00:999:[ the cheat forums ]:REASON 11 heatbrlu:0:0000:00:999:[ before posting cheat ]:REASON 11 heatbrlu:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Heat of Eleven '98 (ver EAA) ] heatof11:0:0000:00:999:[ There are no cheats ]:REASON 1 heatof11:0:0000:00:999:[ for this game as it ]:REASON 1 heatof11:0:0000:00:999:[ didn't work the last ]:REASON 1 heatof11:0:0000:00:999:[ time it was tested. ]:REASON 1 heatof11:0:0000:00:999:[ If the game now works ]:REASON 1 heatof11:0:0000:00:999:[ please request cheats ]:REASON 1 heatof11:0:0000:00:999:[ for it on the cheat ]:REASON 1 heatof11:0:0000:00:999:[ forums. ]:REASON 1 ; [ Hebereke no Popoon (Japan) ] heberpop:0:3058FB:09:000:Infinite Credits heberpop:0:30B3F3:00:000:Never get Attacked PL1 heberpop:0:30BFB7:01:001:Attack opp. side Now! PL1 heberpop:0:30BFB7:06:001:Attack opp. side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat heberpop:0:30A84B:00:000:Next Right Face always = Pink with open Eyes PL1 heberpop:0:30A84B:01:000:Next Right Face always = Dark Purple with open Eyes PL1 heberpop:0:30A84B:02:000:Next Right Face always = Blue with open Eyes PL1 heberpop:0:30A84B:03:000:Next Right Face always = Light Purple with open Eyes PL1 heberpop:0:30A84B:04:000:Next Right Face always = Yellow with open Eyes PL1 heberpop:0:30A84B:05:000:Next Right Face always = Orange with open Eyes PL1 heberpop:0:30A84B:06:000:Next Right Face always = Green with open Eyes PL1 heberpop:0:30A84B:07:000:Next Right Face always = Brown with open Eyes PL1 heberpop:0:30A84B:08:000:Next Right Face always = Pink with shut Eyes PL1 heberpop:0:30A84B:09:000:Next Right Face always = Dark Purple with shut Eyes PL1 heberpop:0:30A84B:0A:000:Next Right Face always = Blue with shut Eyes PL1 heberpop:0:30A84B:0B:000:Next Right Face always = Light Purple with shut Eyes PL1 heberpop:0:30A84B:0C:000:Next Right Face always = Yellow with shut Eyes PL1 heberpop:0:30A84B:0D:000:Next Right Face always = Orange with shut Eyes PL1 heberpop:0:30A84B:0E:000:Next Right Face always = Green with shut Eyes PL1 heberpop:0:30A84B:0F:000:Next Right Face always = Brown with shut Eyes PL1 heberpop:0:30A84B:10:000:Next Right Face always = Pink squashed PL1 heberpop:0:30A84B:11:000:Next Right Face always = Dark Purple squashed PL1 heberpop:0:30A84B:12:000:Next Right Face always = Blue squashed PL1 heberpop:0:30A84B:13:000:Next Right Face always = Light Purple squashed PL1 heberpop:0:30A84B:14:000:Next Right Face always = Yellow squashed PL1 heberpop:0:30A84B:15:000:Next Right Face always = Orange squashed PL1 heberpop:0:30A84B:16:000:Next Right Face always = Green squashed PL1 heberpop:0:30A84B:17:000:Next Right Face always = Brown squashed PL1 heberpop:0:30A84B:18:000:Next Right Face always = Pink elongated PL1 heberpop:0:30A84B:19:000:Next Right Face always = Dark Purple elongated PL1 heberpop:0:30A84B:1A:000:Next Right Face always = Blue elongated PL1 heberpop:0:30A84B:1B:000:Next Right Face always = Light Purple elongated PL1 heberpop:0:30A84B:1C:000:Next Right Face always = Yellow elongated PL1 heberpop:0:30A84B:1D:000:Next Right Face always = Orange elongated PL1 heberpop:0:30A84B:1E:000:Next Right Face always = Green elongated PL1 heberpop:0:30A84B:1F:000:Next Right Face always = Brown elongated PL1 heberpop:0:30A84B:20:000:Next Right Face always = Cat with sunglasses PL1 heberpop:0:30A84B:21:000:Next Right Face always = Girl PL1 heberpop:0:30A84B:22:000:Next Right Face always = Snowman PL1 heberpop:0:30A84B:23:000:Next Right Face always = Bird PL1 heberpop:0:30A84B:24:000:Next Right Face always = Woman with green hair PL1 heberpop:0:30A84B:25:000:Next Right Face always = Man with sunglasses PL1 heberpop:0:30A84B:26:000:Next Right Face always = Green Fish PL1 heberpop:0:30A84B:27:000:Next Right Face always = Duck wearing helmet PL1 heberpop:0:30A84A:00:000:Next Left Face always = Pink with open Eyes PL1 heberpop:0:30A84A:01:000:Next Left Face always = Dark Purple with open Eyes PL1 heberpop:0:30A84A:02:000:Next Left Face always = Blue with open Eyes PL1 heberpop:0:30A84A:03:000:Next Left Face always = Light Purple with open Eyes PL1 heberpop:0:30A84A:04:000:Next Left Face always = Yellow with open Eyes PL1 heberpop:0:30A84A:05:000:Next Left Face always = Orange with open Eyes PL1 heberpop:0:30A84A:06:000:Next Left Face always = Green with open Eyes PL1 heberpop:0:30A84A:07:000:Next Left Face always = Brown with open Eyes PL1 heberpop:0:30A84A:08:000:Next Left Face always = Pink with shut Eyes PL1 heberpop:0:30A84A:09:000:Next Left Face always = Dark Purple with shut Eyes PL1 heberpop:0:30A84A:0A:000:Next Left Face always = Blue with shut Eyes PL1 heberpop:0:30A84A:0B:000:Next Left Face always = Light Purple with shut Eyes PL1 heberpop:0:30A84A:0C:000:Next Left Face always = Yellow with shut Eyes PL1 heberpop:0:30A84A:0D:000:Next Left Face always = Orange with shut Eyes PL1 heberpop:0:30A84A:0E:000:Next Left Face always = Green with shut Eyes PL1 heberpop:0:30A84A:0F:000:Next Left Face always = Brown with shut Eyes PL1 heberpop:0:30A84A:10:000:Next Left Face always = Pink squashed PL1 heberpop:0:30A84A:11:000:Next Left Face always = Dark Purple squashed PL1 heberpop:0:30A84A:12:000:Next Left Face always = Blue squashed PL1 heberpop:0:30A84A:13:000:Next Left Face always = Light Purple squashed PL1 heberpop:0:30A84A:14:000:Next Left Face always = Yellow squashed PL1 heberpop:0:30A84A:15:000:Next Left Face always = Orange squashed PL1 heberpop:0:30A84A:16:000:Next Left Face always = Green squashed PL1 heberpop:0:30A84A:17:000:Next Left Face always = Brown squashed PL1 heberpop:0:30A84A:18:000:Next Left Face always = Pink elongated PL1 heberpop:0:30A84A:19:000:Next Left Face always = Dark Purple elongated PL1 heberpop:0:30A84A:1A:000:Next Left Face always = Blue elongated PL1 heberpop:0:30A84A:1B:000:Next Left Face always = Light Purple elongated PL1 heberpop:0:30A84A:1C:000:Next Left Face always = Yellow elongated PL1 heberpop:0:30A84A:1D:000:Next Left Face always = Orange elongated PL1 heberpop:0:30A84A:1E:000:Next Left Face always = Green elongated PL1 heberpop:0:30A84A:1F:000:Next Left Face always = Brown elongated PL1 heberpop:0:30A84A:20:000:Next Left Face always = Cat with sunglasses PL1 heberpop:0:30A84A:21:000:Next Left Face always = Girl PL1 heberpop:0:30A84A:22:000:Next Left Face always = Snowman PL1 heberpop:0:30A84A:23:000:Next Left Face always = Bird PL1 heberpop:0:30A84A:24:000:Next Left Face always = Woman with green hair PL1 heberpop:0:30A84A:25:000:Next Left Face always = Man with sunglasses PL1 heberpop:0:30A84A:26:000:Next Left Face always = Green Fish PL1 heberpop:0:30A84A:27:000:Next Left Face always = Duck wearing helmet PL1 heberpop:0:30A84B:00:001:Next Right Face = Pink with open Eyes Now! PL1 heberpop:0:30A84B:01:001:Next Right Face = Dark Purple with open Eyes Now! PL1 heberpop:0:30A84B:02:001:Next Right Face = Blue with open Eyes Now! PL1 heberpop:0:30A84B:03:001:Next Right Face = Light Purple with open Eyes Now! PL1 heberpop:0:30A84B:04:001:Next Right Face = Yellow with open Eyes Now! PL1 heberpop:0:30A84B:05:001:Next Right Face = Orange with open Eyes Now! PL1 heberpop:0:30A84B:06:001:Next Right Face = Green with open Eyes Now! PL1 heberpop:0:30A84B:07:001:Next Right Face = Brown with open Eyes Now! PL1 heberpop:0:30A84B:08:001:Next Right Face = Pink with shut Eyes Now! PL1 heberpop:0:30A84B:09:001:Next Right Face = Dark Purple with shut Eyes Now! PL1 heberpop:0:30A84B:0A:001:Next Right Face = Blue with shut Eyes Now! PL1 heberpop:0:30A84B:0B:001:Next Right Face = Light Purple with shut Eyes Now! PL1 heberpop:0:30A84B:0C:001:Next Right Face = Yellow with shut Eyes Now! PL1 heberpop:0:30A84B:0D:001:Next Right Face = Orange with shut Eyes Now! PL1 heberpop:0:30A84B:0E:001:Next Right Face = Green with shut Eyes Now! PL1 heberpop:0:30A84B:0F:001:Next Right Face = Brown with shut Eyes Now! PL1 heberpop:0:30A84B:10:001:Next Right Face = Pink squashed Now! PL1 heberpop:0:30A84B:11:001:Next Right Face = Dark Purple squashed Now! PL1 heberpop:0:30A84B:12:001:Next Right Face = Blue squashed Now! PL1 heberpop:0:30A84B:13:001:Next Right Face = Light Purple squashed Now! PL1 heberpop:0:30A84B:14:001:Next Right Face = Yellow squashed Now! PL1 heberpop:0:30A84B:15:001:Next Right Face = Orange squashed Now! PL1 heberpop:0:30A84B:16:001:Next Right Face = Green squashed Now! PL1 heberpop:0:30A84B:17:001:Next Right Face = Brown squashed Now! PL1 heberpop:0:30A84B:18:001:Next Right Face = Pink elongated Now! PL1 heberpop:0:30A84B:19:001:Next Right Face = Dark Purple elongated Now! PL1 heberpop:0:30A84B:1A:001:Next Right Face = Blue elongated Now! PL1 heberpop:0:30A84B:1B:001:Next Right Face = Light Purple elongated Now! PL1 heberpop:0:30A84B:1C:001:Next Right Face = Yellow elongated Now! PL1 heberpop:0:30A84B:1D:001:Next Right Face = Orange elongated Now! PL1 heberpop:0:30A84B:1E:001:Next Right Face = Green elongated Now! PL1 heberpop:0:30A84B:1F:001:Next Right Face = Brown elongated Now! PL1 heberpop:0:30A84B:20:001:Next Right Face = Cat with sunglasses Now! PL1 heberpop:0:30A84B:21:001:Next Right Face = Girl Now! PL1 heberpop:0:30A84B:22:001:Next Right Face = Snowman Now! PL1 heberpop:0:30A84B:23:001:Next Right Face = Bird Now! PL1 heberpop:0:30A84B:24:001:Next Right Face = Woman with green hair Now! PL1 heberpop:0:30A84B:25:001:Next Right Face = Man with sunglasses Now! PL1 heberpop:0:30A84B:26:001:Next Right Face = Green Fish Now! PL1 heberpop:0:30A84B:27:001:Next Right Face = Duck wearing helmet Now! PL1 heberpop:0:30A84A:00:001:Next Left Face = Pink with open Eyes Now! PL1 heberpop:0:30A84A:01:001:Next Left Face = Dark Purple with open Eyes Now! PL1 heberpop:0:30A84A:02:001:Next Left Face = Blue with open Eyes Now! PL1 heberpop:0:30A84A:03:001:Next Left Face = Light Purple with open Eyes Now! PL1 heberpop:0:30A84A:04:001:Next Left Face = Yellow with open Eyes Now! PL1 heberpop:0:30A84A:05:001:Next Left Face = Orange with open Eyes Now! PL1 heberpop:0:30A84A:06:001:Next Left Face = Green with open Eyes Now! PL1 heberpop:0:30A84A:07:001:Next Left Face = Brown with open Eyes Now! PL1 heberpop:0:30A84A:08:001:Next Left Face = Pink with shut Eyes Now! PL1 heberpop:0:30A84A:09:001:Next Left Face = Dark Purple with shut Eyes Now! PL1 heberpop:0:30A84A:0A:001:Next Left Face = Blue with shut Eyes Now! PL1 heberpop:0:30A84A:0B:001:Next Left Face = Light Purple with shut Eyes Now! PL1 heberpop:0:30A84A:0C:001:Next Left Face = Yellow with shut Eyes Now! PL1 heberpop:0:30A84A:0D:001:Next Left Face = Orange with shut Eyes Now! PL1 heberpop:0:30A84A:0E:001:Next Left Face = Green with shut Eyes Now! PL1 heberpop:0:30A84A:0F:001:Next Left Face = Brown with shut Eyes Now! PL1 heberpop:0:30A84A:10:001:Next Left Face = Pink squashed Now! PL1 heberpop:0:30A84A:11:001:Next Left Face = Dark Purple squashed Now! PL1 heberpop:0:30A84A:12:001:Next Left Face = Blue squashed Now! PL1 heberpop:0:30A84A:13:001:Next Left Face = Light Purple squashed Now! PL1 heberpop:0:30A84A:14:001:Next Left Face = Yellow squashed Now! PL1 heberpop:0:30A84A:15:001:Next Left Face = Orange squashed Now! PL1 heberpop:0:30A84A:16:001:Next Left Face = Green squashed Now! PL1 heberpop:0:30A84A:17:001:Next Left Face = Brown squashed Now! PL1 heberpop:0:30A84A:18:001:Next Left Face = Pink elongated Now! PL1 heberpop:0:30A84A:19:001:Next Left Face = Dark Purple elongated Now! PL1 heberpop:0:30A84A:1A:001:Next Left Face = Blue elongated Now! PL1 heberpop:0:30A84A:1B:001:Next Left Face = Light Purple elongated Now! PL1 heberpop:0:30A84A:1C:001:Next Left Face = Yellow elongated Now! PL1 heberpop:0:30A84A:1D:001:Next Left Face = Orange elongated Now! PL1 heberpop:0:30A84A:1E:001:Next Left Face = Green elongated Now! PL1 heberpop:0:30A84A:1F:001:Next Left Face = Brown elongated Now! PL1 heberpop:0:30A84A:20:001:Next Left Face = Cat with sunglasses Now! PL1 heberpop:0:30A84A:21:001:Next Left Face = Girl Now! PL1 heberpop:0:30A84A:22:001:Next Left Face = Snowman Now! PL1 heberpop:0:30A84A:23:001:Next Left Face = Bird Now! PL1 heberpop:0:30A84A:24:001:Next Left Face = Woman with green hair Now! PL1 heberpop:0:30A84A:25:001:Next Left Face = Man with sunglasses Now! PL1 heberpop:0:30A84A:26:001:Next Left Face = Green Fish Now! PL1 heberpop:0:30A84A:27:001:Next Left Face = Duck wearing helmet Now! PL1 heberpop:0:30BFB7:00:000:Never get Attacked PL2 heberpop:0:30B3F3:01:001:Attack opp. side Now! PL2 heberpop:0:30B3F3:06:001:Attack opp. side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat heberpop:0:30B407:00:000:Next Right Face always = Pink with open Eyes PL2 heberpop:0:30B407:01:000:Next Right Face always = Dark Purple with open Eyes PL2 heberpop:0:30B407:02:000:Next Right Face always = Blue with open Eyes PL2 heberpop:0:30B407:03:000:Next Right Face always = Light Purple with open Eyes PL2 heberpop:0:30B407:04:000:Next Right Face always = Yellow with open Eyes PL2 heberpop:0:30B407:05:000:Next Right Face always = Orange with open Eyes PL2 heberpop:0:30B407:06:000:Next Right Face always = Green with open Eyes PL2 heberpop:0:30B407:07:000:Next Right Face always = Brown with open Eyes PL2 heberpop:0:30B407:08:000:Next Right Face always = Pink with shut Eyes PL2 heberpop:0:30B407:09:000:Next Right Face always = Dark Purple with shut Eyes PL2 heberpop:0:30B407:0A:000:Next Right Face always = Blue with shut Eyes PL2 heberpop:0:30B407:0B:000:Next Right Face always = Light Purple with shut Eyes PL2 heberpop:0:30B407:0C:000:Next Right Face always = Yellow with shut Eyes PL2 heberpop:0:30B407:0D:000:Next Right Face always = Orange with shut Eyes PL2 heberpop:0:30B407:0E:000:Next Right Face always = Green with shut Eyes PL2 heberpop:0:30B407:0F:000:Next Right Face always = Brown with shut Eyes PL2 heberpop:0:30B407:10:000:Next Right Face always = Pink squashed PL2 heberpop:0:30B407:11:000:Next Right Face always = Dark Purple squashed PL2 heberpop:0:30B407:12:000:Next Right Face always = Blue squashed PL2 heberpop:0:30B407:13:000:Next Right Face always = Light Purple squashed PL2 heberpop:0:30B407:14:000:Next Right Face always = Yellow squashed PL2 heberpop:0:30B407:15:000:Next Right Face always = Orange squashed PL2 heberpop:0:30B407:16:000:Next Right Face always = Green squashed PL2 heberpop:0:30B407:17:000:Next Right Face always = Brown squashed PL2 heberpop:0:30B407:18:000:Next Right Face always = Pink elongated PL2 heberpop:0:30B407:19:000:Next Right Face always = Dark Purple elongated PL2 heberpop:0:30B407:1A:000:Next Right Face always = Blue elongated PL2 heberpop:0:30B407:1B:000:Next Right Face always = Light Purple elongated PL2 heberpop:0:30B407:1C:000:Next Right Face always = Yellow elongated PL2 heberpop:0:30B407:1D:000:Next Right Face always = Orange elongated PL2 heberpop:0:30B407:1E:000:Next Right Face always = Green elongated PL2 heberpop:0:30B407:1F:000:Next Right Face always = Brown elongated PL2 heberpop:0:30B407:20:000:Next Right Face always = Cat with sunglasses PL2 heberpop:0:30B407:21:000:Next Right Face always = Girl PL2 heberpop:0:30B407:22:000:Next Right Face always = Snowman PL2 heberpop:0:30B407:23:000:Next Right Face always = Bird PL2 heberpop:0:30B407:24:000:Next Right Face always = Woman with green hair PL2 heberpop:0:30B407:25:000:Next Right Face always = Man with sunglasses PL2 heberpop:0:30B407:26:000:Next Right Face always = Green Fish PL2 heberpop:0:30B407:27:000:Next Right Face always = Duck wearing helmet PL2 heberpop:0:30B406:00:000:Next Left Face always = Pink with open Eyes PL2 heberpop:0:30B406:01:000:Next Left Face always = Dark Purple with open Eyes PL2 heberpop:0:30B406:02:000:Next Left Face always = Blue with open Eyes PL2 heberpop:0:30B406:03:000:Next Left Face always = Light Purple with open Eyes PL2 heberpop:0:30B406:04:000:Next Left Face always = Yellow with open Eyes PL2 heberpop:0:30B406:05:000:Next Left Face always = Orange with open Eyes PL2 heberpop:0:30B406:06:000:Next Left Face always = Green with open Eyes PL2 heberpop:0:30B406:07:000:Next Left Face always = Brown with open Eyes PL2 heberpop:0:30B406:08:000:Next Left Face always = Pink with shut Eyes PL2 heberpop:0:30B406:09:000:Next Left Face always = Dark Purple with shut Eyes PL2 heberpop:0:30B406:0A:000:Next Left Face always = Blue with shut Eyes PL2 heberpop:0:30B406:0B:000:Next Left Face always = Light Purple with shut Eyes PL2 heberpop:0:30B406:0C:000:Next Left Face always = Yellow with shut Eyes PL2 heberpop:0:30B406:0D:000:Next Left Face always = Orange with shut Eyes PL2 heberpop:0:30B406:0E:000:Next Left Face always = Green with shut Eyes PL2 heberpop:0:30B406:0F:000:Next Left Face always = Brown with shut Eyes PL2 heberpop:0:30B406:10:000:Next Left Face always = Pink squashed PL2 heberpop:0:30B406:11:000:Next Left Face always = Dark Purple squashed PL2 heberpop:0:30B406:12:000:Next Left Face always = Blue squashed PL2 heberpop:0:30B406:13:000:Next Left Face always = Light Purple squashed PL2 heberpop:0:30B406:14:000:Next Left Face always = Yellow squashed PL2 heberpop:0:30B406:15:000:Next Left Face always = Orange squashed PL2 heberpop:0:30B406:16:000:Next Left Face always = Green squashed PL2 heberpop:0:30B406:17:000:Next Left Face always = Brown squashed PL2 heberpop:0:30B406:18:000:Next Left Face always = Pink elongated PL2 heberpop:0:30B406:19:000:Next Left Face always = Dark Purple elongated PL2 heberpop:0:30B406:1A:000:Next Left Face always = Blue elongated PL2 heberpop:0:30B406:1B:000:Next Left Face always = Light Purple elongated PL2 heberpop:0:30B406:1C:000:Next Left Face always = Yellow elongated PL2 heberpop:0:30B406:1D:000:Next Left Face always = Orange elongated PL2 heberpop:0:30B406:1E:000:Next Left Face always = Green elongated PL2 heberpop:0:30B406:1F:000:Next Left Face always = Brown elongated PL2 heberpop:0:30B406:20:000:Next Left Face always = Cat with sunglasses PL2 heberpop:0:30B406:21:000:Next Left Face always = Girl PL2 heberpop:0:30B406:22:000:Next Left Face always = Snowman PL2 heberpop:0:30B406:23:000:Next Left Face always = Bird PL2 heberpop:0:30B406:24:000:Next Left Face always = Woman with green hair PL2 heberpop:0:30B406:25:000:Next Left Face always = Man with sunglasses PL2 heberpop:0:30B406:26:000:Next Left Face always = Green Fish PL2 heberpop:0:30B406:27:000:Next Left Face always = Duck wearing helmet PL2 heberpop:0:30B407:00:001:Next Right Face = Pink with open Eyes Now! PL2 heberpop:0:30B407:01:001:Next Right Face = Dark Purple with open Eyes Now! PL2 heberpop:0:30B407:02:001:Next Right Face = Blue with open Eyes Now! PL2 heberpop:0:30B407:03:001:Next Right Face = Light Purple with open Eyes Now! PL2 heberpop:0:30B407:04:001:Next Right Face = Yellow with open Eyes Now! PL2 heberpop:0:30B407:05:001:Next Right Face = Orange with open Eyes Now! PL2 heberpop:0:30B407:06:001:Next Right Face = Green with open Eyes Now! PL2 heberpop:0:30B407:07:001:Next Right Face = Brown with open Eyes Now! PL2 heberpop:0:30B407:08:001:Next Right Face = Pink with shut Eyes Now! PL2 heberpop:0:30B407:09:001:Next Right Face = Dark Purple with shut Eyes Now! PL2 heberpop:0:30B407:0A:001:Next Right Face = Blue with shut Eyes Now! PL2 heberpop:0:30B407:0B:001:Next Right Face = Light Purple with shut Eyes Now! PL2 heberpop:0:30B407:0C:001:Next Right Face = Yellow with shut Eyes Now! PL2 heberpop:0:30B407:0D:001:Next Right Face = Orange with shut Eyes Now! PL2 heberpop:0:30B407:0E:001:Next Right Face = Green with shut Eyes Now! PL2 heberpop:0:30B407:0F:001:Next Right Face = Brown with shut Eyes Now! PL2 heberpop:0:30B407:10:001:Next Right Face = Pink squashed Now! PL2 heberpop:0:30B407:11:001:Next Right Face = Dark Purple squashed Now! PL2 heberpop:0:30B407:12:001:Next Right Face = Blue squashed Now! PL2 heberpop:0:30B407:13:001:Next Right Face = Light Purple squashed Now! PL2 heberpop:0:30B407:14:001:Next Right Face = Yellow squashed Now! PL2 heberpop:0:30B407:15:001:Next Right Face = Orange squashed Now! PL2 heberpop:0:30B407:16:001:Next Right Face = Green squashed Now! PL2 heberpop:0:30B407:17:001:Next Right Face = Brown squashed Now! PL2 heberpop:0:30B407:18:001:Next Right Face = Pink elongated Now! PL2 heberpop:0:30B407:19:001:Next Right Face = Dark Purple elongated Now! PL2 heberpop:0:30B407:1A:001:Next Right Face = Blue elongated Now! PL2 heberpop:0:30B407:1B:001:Next Right Face = Light Purple elongated Now! PL2 heberpop:0:30B407:1C:001:Next Right Face = Yellow elongated Now! PL2 heberpop:0:30B407:1D:001:Next Right Face = Orange elongated Now! PL2 heberpop:0:30B407:1E:001:Next Right Face = Green elongated Now! PL2 heberpop:0:30B407:1F:001:Next Right Face = Brown elongated Now! PL2 heberpop:0:30B407:20:001:Next Right Face = Cat with sunglasses Now! PL2 heberpop:0:30B407:21:001:Next Right Face = Girl Now! PL2 heberpop:0:30B407:22:001:Next Right Face = Snowman Now! PL2 heberpop:0:30B407:23:001:Next Right Face = Bird Now! PL2 heberpop:0:30B407:24:001:Next Right Face = Woman with green hair Now! PL2 heberpop:0:30B407:25:001:Next Right Face = Man with sunglasses Now! PL2 heberpop:0:30B407:26:001:Next Right Face = Green Fish Now! PL2 heberpop:0:30B407:27:001:Next Right Face = Duck wearing helmet Now! PL2 heberpop:0:30B406:00:001:Next Left Face = Pink with open Eyes Now! PL2 heberpop:0:30B406:01:001:Next Left Face = Dark Purple with open Eyes Now! PL2 heberpop:0:30B406:02:001:Next Left Face = Blue with open Eyes Now! PL2 heberpop:0:30B406:03:001:Next Left Face = Light Purple with open Eyes Now! PL2 heberpop:0:30B406:04:001:Next Left Face = Yellow with open Eyes Now! PL2 heberpop:0:30B406:05:001:Next Left Face = Orange with open Eyes Now! PL2 heberpop:0:30B406:06:001:Next Left Face = Green with open Eyes Now! PL2 heberpop:0:30B406:07:001:Next Left Face = Brown with open Eyes Now! PL2 heberpop:0:30B406:08:001:Next Left Face = Pink with shut Eyes Now! PL2 heberpop:0:30B406:09:001:Next Left Face = Dark Purple with shut Eyes Now! PL2 heberpop:0:30B406:0A:001:Next Left Face = Blue with shut Eyes Now! PL2 heberpop:0:30B406:0B:001:Next Left Face = Light Purple with shut Eyes Now! PL2 heberpop:0:30B406:0C:001:Next Left Face = Yellow with shut Eyes Now! PL2 heberpop:0:30B406:0D:001:Next Left Face = Orange with shut Eyes Now! PL2 heberpop:0:30B406:0E:001:Next Left Face = Green with shut Eyes Now! PL2 heberpop:0:30B406:0F:001:Next Left Face = Brown with shut Eyes Now! PL2 heberpop:0:30B406:10:001:Next Left Face = Pink squashed Now! PL2 heberpop:0:30B406:11:001:Next Left Face = Dark Purple squashed Now! PL2 heberpop:0:30B406:12:001:Next Left Face = Blue squashed Now! PL2 heberpop:0:30B406:13:001:Next Left Face = Light Purple squashed Now! PL2 heberpop:0:30B406:14:001:Next Left Face = Yellow squashed Now! PL2 heberpop:0:30B406:15:001:Next Left Face = Orange squashed Now! PL2 heberpop:0:30B406:16:001:Next Left Face = Green squashed Now! PL2 heberpop:0:30B406:17:001:Next Left Face = Brown squashed Now! PL2 heberpop:0:30B406:18:001:Next Left Face = Pink elongated Now! PL2 heberpop:0:30B406:19:001:Next Left Face = Dark Purple elongated Now! PL2 heberpop:0:30B406:1A:001:Next Left Face = Blue elongated Now! PL2 heberpop:0:30B406:1B:001:Next Left Face = Light Purple elongated Now! PL2 heberpop:0:30B406:1C:001:Next Left Face = Yellow elongated Now! PL2 heberpop:0:30B406:1D:001:Next Left Face = Orange elongated Now! PL2 heberpop:0:30B406:1E:001:Next Left Face = Green elongated Now! PL2 heberpop:0:30B406:1F:001:Next Left Face = Brown elongated Now! PL2 heberpop:0:30B406:20:001:Next Left Face = Cat with sunglasses Now! PL2 heberpop:0:30B406:21:001:Next Left Face = Girl Now! PL2 heberpop:0:30B406:22:001:Next Left Face = Snowman Now! PL2 heberpop:0:30B406:23:001:Next Left Face = Bird Now! PL2 heberpop:0:30B406:24:001:Next Left Face = Woman with green hair Now! PL2 heberpop:0:30B406:25:001:Next Left Face = Man with sunglasses Now! PL2 heberpop:0:30B406:26:001:Next Left Face = Green Fish Now! PL2 heberpop:0:30B406:27:001:Next Left Face = Duck wearing helmet Now! PL2 ; [ Head Panic (ver. 0315, 15/03/2000) ] hedpanic:0:10A8C3:63:000:Infinite Credits hedpanic:0:101C7C:0A:000:Infinite Lives PL1 hedpanic:0:100993:02:000:Invincibility PL1 hedpanic:0:101C70:0A:000:Infinite Lives PL2 hedpanic:0:100994:02:000:Invincibility PL2 ; [ Heiankyo Alien ] heiankyo:0:8475:03:000:Infinite Lives PL1 heiankyo:0:8479:03:000:Infinite Lives PL2 ; [ HeliFire (set 2) ] helifira:0:7D07:09:000:Infinite Lives PL1 helifira:0:7D08:09:000:Infinite Lives PL2 ; [ HeliFire (set 1) ] helifire:0:7D07:09:000:Infinite Lives PL1 helifire:0:7D08:09:000:Infinite Lives PL2 ; [ Hellfire (1P Ver.) ] hellfir1:0:0000:00:999:[See the Dip Switch Menu to ] hellfir1:0:0000:00:999:[enable an alternate ] hellfir1:0:0000:00:999:[Invincibility cheat. ] hellfir1:0:042437:03:000:Infinite Lives hellfir1:0:041BD3:05:000:Maximum Power hellfir1:0:041BD7:28:000:Maximum Speed hellfir1:0:041BD1:20:000:Invincibility hellfir1:0:041BDD:A9:000:Super Invincibility ; [ Hellfire ] hellfire:0:0000:00:999:[See the Dip Switch Menu to ] hellfire:0:0000:00:999:[enable an alternate ] hellfire:0:0000:00:999:[Invincibility cheat. ] hellfire:0:04264D:03:000:Infinite Lives PL1 hellfire:0:041D33:05:000:Maximum Power PL1 hellfire:0:041D37:28:000:Maximum Speed PL1 hellfire:0:041D31:20:000:Invincibility PL1 hellfire:0:041D3D:A9:000:Super Invincibility PL1 hellfire:0:04264F:03:000:Infinite Lives PL2 hellfire:0:041D93:05:000:Maximum Power PL2 hellfire:0:041D97:28:000:Maximum Speed PL2 hellfire:0:041D91:20:000:Invincibility PL2 hellfire:0:041D9D:A9:000:Super Invincibility PL2 ; [ Herbie at the Olympics (DK conversion) ] herbiedk:0:1E50:99:000:Infinite Credits herbiedk:0:0000:00:999:[Turn OFF Infinite Time ] herbiedk:0:0000:00:999:[before you finish a race ] herbiedk:0:0000:00:999:[or it may crash the game! ] herbiedk:0:0000:00:999:[You only need it for ] herbiedk:0:0000:00:999:[running events anyway! ] herbiedk:0:1E54:00:005:Infinite Time herbiedk:0:1ECA:FF:000:Top Speed herbiedk:0:1C51:06:000:Infinite Lives PL1 herbiedk:0:1E95:05:070:Set High Jump Bar Height PL1 herbiedk:0:1E95:00:001:Set HJ Bar = Minimum Now! PL1 herbiedk:0:1E95:05:001:Set HJ Bar = Maximum Now! PL1 herbiedk:0:1C52:06:000:Infinite Lives PL2 herbiedk:0:1E96:05:070:Set High Jump Bar Height PL2 herbiedk:0:1E96:00:001:Set HJ Bar = Minimum Now! PL2 herbiedk:0:1E96:05:001:Set HJ Bar = Maximum Now! PL2 herbiedk:0:0000:00:999:[A neato trick is to set the] herbiedk:0:0000:00:999:[HJ (High Jump) bar to the ] herbiedk:0:0000:00:999:[minimum (0) and after you ] herbiedk:0:0000:00:999:[have cleared the bar ] herbiedk:0:0000:00:999:[quickly hit HOME and set ] herbiedk:0:0000:00:999:[the bar to the maximum (5).] herbiedk:0:0000:00:999:[You then pass at the ] herbiedk:0:0000:00:999:[highest setting, it clocks ] herbiedk:0:0000:00:999:[the game, and you are back ] herbiedk:0:0000:00:999:[to the 100m Dash. ] ; [ Hero ] hero:0:1E89:99:000:Infinite Credits hero:0:1C72:05:000:Infinite Lives PL1 hero:0:1C73:05:000:Infinite Lives PL2 ; [ Hero in the Castle of Doom (DK conversion) ] herodk:0:1D59:99:000:Infinite Credits herodk:0:1CA3:06:000:Infinite Lives PL1 herodk:0:1CA4:06:000:Infinite Lives PL2 ; [ Hero in the Castle of Doom (DK conversion not encrypted) ] herodku:0:1D59:99:000:Infinite Credits herodku:0:1CA3:06:000:Infinite Lives PL1 herodku:0:1CA4:06:000:Infinite Lives PL2 ; [ Hexa ] hexa:0:C746:FF:000:Infinite Pobies ; [ Hexion (Japan) ] hexion:0:A014:09:000:Infinite Credits :hexion:62000000:0000:00000000:00000000:Select Voice Mode :hexion:00010000:AFD8:00000000:FFFFFFFF:Japanese :hexion:00010000:AFD8:00000001:FFFFFFFF:English hexion:0:0000:00:999:[Here is a graphical approximation of ] hexion:0:0000:00:999:[the shapes with the number underneath] hexion:0:0000:00:999:[# # ] hexion:0:0000:00:999:[# # # # # # # # # # ] hexion:0:0000:00:999:[# # # ## ## # # ## ## # # #] hexion:0:0000:00:999:[# # # # ## ## # # # # # #] hexion:0:0000:00:999:[1 2 3 4 5 6 7 8 9 10 11] hexion:0:0000:00:999:[If you enable the current shape cheat] hexion:0:0000:00:999:[when a shape is falling you may get ] hexion:0:0000:00:999:[a shape trail left of the old shape. ] hexion:0:A144:00:000:Current shape always shape 1 PL1 hexion:0:A144:01:000:Current shape always shape 2 PL1 hexion:0:A144:02:000:Current shape always shape 3 PL1 hexion:0:A144:03:000:Current shape always shape 4 PL1 hexion:0:A144:04:000:Current shape always shape 5 PL1 hexion:0:A144:05:000:Current shape always shape 6 PL1 hexion:0:A144:06:000:Current shape always shape 7 PL1 hexion:0:A144:07:000:Current shape always shape 8 PL1 hexion:0:A144:08:000:Current shape always shape 9 PL1 hexion:0:A144:09:000:Current shape always shape 10 PL1 hexion:0:A144:0A:000:Current shape always shape 11 PL1 hexion:0:0000:00:999:[The Next shape display will NOT ] hexion:0:0000:00:999:[update with these cheats ] hexion:0:A143:00:000:Next shape always shape 1 PL1 hexion:0:A143:01:000:Next shape always shape 2 PL1 hexion:0:A143:02:000:Next shape always shape 3 PL1 hexion:0:A143:03:000:Next shape always shape 4 PL1 hexion:0:A143:04:000:Next shape always shape 5 PL1 hexion:0:A143:05:000:Next shape always shape 6 PL1 hexion:0:A143:06:000:Next shape always shape 7 PL1 hexion:0:A143:07:000:Next shape always shape 8 PL1 hexion:0:A143:08:000:Next shape always shape 9 PL1 hexion:0:A143:09:000:Next shape always shape 10 PL1 hexion:0:A143:0A:000:Next shape always shape 11 PL1 hexion:0:0000:00:999:[If you enable the current shape cheat] hexion:0:0000:00:999:[when a shape is falling you may get ] hexion:0:0000:00:999:[a shape trail left of the old shape. ] hexion:0:A144:00:001:Current shape is shape 1 Now! PL1 hexion:0:A144:01:001:Current shape is shape 2 Now! PL1 hexion:0:A144:02:001:Current shape is shape 3 Now! PL1 hexion:0:A144:03:001:Current shape is shape 4 Now! PL1 hexion:0:A144:04:001:Current shape is shape 5 Now! PL1 hexion:0:A144:05:001:Current shape is shape 6 Now! PL1 hexion:0:A144:06:001:Current shape is shape 7 Now! PL1 hexion:0:A144:07:001:Current shape is shape 8 Now! PL1 hexion:0:A144:08:001:Current shape is shape 9 Now! PL1 hexion:0:A144:09:001:Current shape is shape 10 Now! PL1 hexion:0:A144:0A:001:Current shape is shape 11 Now! PL1 hexion:0:0000:00:999:[The Next shape display will NOT ] hexion:0:0000:00:999:[update with these cheats ] hexion:0:A143:00:001:Next shape is shape 1 Now! PL1 hexion:0:A143:01:001:Next shape is shape 2 Now! PL1 hexion:0:A143:02:001:Next shape is shape 3 Now! PL1 hexion:0:A143:03:001:Next shape is shape 4 Now! PL1 hexion:0:A143:04:001:Next shape is shape 5 Now! PL1 hexion:0:A143:05:001:Next shape is shape 6 Now! PL1 hexion:0:A143:06:001:Next shape is shape 7 Now! PL1 hexion:0:A143:07:001:Next shape is shape 8 Now! PL1 hexion:0:A143:08:001:Next shape is shape 9 Now! PL1 hexion:0:A143:09:001:Next shape is shape 10 Now! PL1 hexion:0:A143:0A:001:Next shape is shape 11 Now! PL1 hexion:0:0000:00:999:[Here is a graphical approximation of ] hexion:0:0000:00:999:[the shapes with the number underneath] hexion:0:0000:00:999:[# # ] hexion:0:0000:00:999:[# # # # # # # # # # ] hexion:0:0000:00:999:[# # # ## ## # # ## ## # # #] hexion:0:0000:00:999:[# # # # ## ## # # # # # #] hexion:0:0000:00:999:[1 2 3 4 5 6 7 8 9 10 11] hexion:0:0000:00:999:[If you enable the current shape cheat] hexion:0:0000:00:999:[when a shape is falling you may get ] hexion:0:0000:00:999:[a shape trail left of the old shape. ] hexion:0:A244:00:000:Current shape always shape 1 PL2 hexion:0:A244:01:000:Current shape always shape 2 PL2 hexion:0:A244:02:000:Current shape always shape 3 PL2 hexion:0:A244:03:000:Current shape always shape 4 PL2 hexion:0:A244:04:000:Current shape always shape 5 PL2 hexion:0:A244:05:000:Current shape always shape 6 PL2 hexion:0:A244:06:000:Current shape always shape 7 PL2 hexion:0:A244:07:000:Current shape always shape 8 PL2 hexion:0:A244:08:000:Current shape always shape 9 PL2 hexion:0:A244:09:000:Current shape always shape 10 PL2 hexion:0:A244:0A:000:Current shape always shape 11 PL2 hexion:0:0000:00:999:[The Next display will NOT update with] hexion:0:0000:00:999:[these cheats ] hexion:0:A243:00:000:Next shape always shape 1 PL2 hexion:0:A243:01:000:Next shape always shape 2 PL2 hexion:0:A243:02:000:Next shape always shape 3 PL2 hexion:0:A243:03:000:Next shape always shape 4 PL2 hexion:0:A243:04:000:Next shape always shape 5 PL2 hexion:0:A243:05:000:Next shape always shape 6 PL2 hexion:0:A243:06:000:Next shape always shape 7 PL2 hexion:0:A243:07:000:Next shape always shape 8 PL2 hexion:0:A243:08:000:Next shape always shape 9 PL2 hexion:0:A243:09:000:Next shape always shape 10 PL2 hexion:0:A243:0A:000:Next shape always shape 11 PL2 hexion:0:0000:00:999:[If you enable the current shape cheat] hexion:0:0000:00:999:[when a shape is falling you may get ] hexion:0:0000:00:999:[a shape trail left of the old shape. ] hexion:0:A244:00:001:Current shape is shape 1 Now! PL2 hexion:0:A244:01:001:Current shape is shape 2 Now! PL2 hexion:0:A244:02:001:Current shape is shape 3 Now! PL2 hexion:0:A244:03:001:Current shape is shape 4 Now! PL2 hexion:0:A244:04:001:Current shape is shape 5 Now! PL2 hexion:0:A244:05:001:Current shape is shape 6 Now! PL2 hexion:0:A244:06:001:Current shape is shape 7 Now! PL2 hexion:0:A244:07:001:Current shape is shape 8 Now! PL2 hexion:0:A244:08:001:Current shape is shape 9 Now! PL2 hexion:0:A244:09:001:Current shape is shape 10 Now! PL2 hexion:0:A244:0A:001:Current shape is shape 11 Now! PL2 hexion:0:0000:00:999:[The Next shape display will NOT ] hexion:0:0000:00:999:[update with these cheats ] hexion:0:A243:00:001:Next shape is shape 1 Now! PL2 hexion:0:A243:01:001:Next shape is shape 2 Now! PL2 hexion:0:A243:02:001:Next shape is shape 3 Now! PL2 hexion:0:A243:03:001:Next shape is shape 4 Now! PL2 hexion:0:A243:04:001:Next shape is shape 5 Now! PL2 hexion:0:A243:05:001:Next shape is shape 6 Now! PL2 hexion:0:A243:06:001:Next shape is shape 7 Now! PL2 hexion:0:A243:07:001:Next shape is shape 8 Now! PL2 hexion:0:A243:08:001:Next shape is shape 9 Now! PL2 hexion:0:A243:09:001:Next shape is shape 10 Now! PL2 hexion:0:A243:0A:001:Next shape is shape 11 Now! PL2 ; [ Hex Pool ] :hexpool:00000000:1E88:00000000:FFFFFFFF:Infinite Time :hexpool:00000000:1E0A:00000006:FFFFFFFF:Infinite Lives PL1 :hexpool:00000000:1E0B:00000006:FFFFFFFF:Infinite Lives PL2 ; [ Huang Fei Hong ] hfh:0:0000:00:999:[ There are no cheats ]:REASON 1 hfh:0:0000:00:999:[ for this game as it ]:REASON 1 hfh:0:0000:00:999:[ didn't work the last ]:REASON 1 hfh:0:0000:00:999:[ time it was tested. ]:REASON 1 hfh:0:0000:00:999:[ If the game now works ]:REASON 1 hfh:0:0000:00:999:[ please request cheats ]:REASON 1 hfh:0:0000:00:999:[ for it on the cheat ]:REASON 1 hfh:0:0000:00:999:[ forums. ]:REASON 1 ; [ Taisen Hot Gimmick Kairakuten (Japan) ] hgkairak:0:00000000:00:999:[ The winning hand cheat must be activated when ] hgkairak:0:00000000:00:999:[ there are 14 tiles in your hand, then press ] hgkairak:0:00000000:00:999:[ the RON key ('Z' by default). The tiles do not ] hgkairak:0:00000000:00:999:[ visually change until you make a move. ] hgkairak:0:00000000:00:999: hgkairak:0:00000000:00:999:[ These Cheats are for the Left Screen Only ] :hgkairak:00000001:060065F4:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 :hgkairak:00010001:060065F8:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (02/14) :hgkairak:00010001:060065FC:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (03/14) :hgkairak:00010001:06006600:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (04/14) :hgkairak:00010001:06006604:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (05/14) :hgkairak:00010001:06006608:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (06/14) :hgkairak:00010001:0600660C:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (07/14) :hgkairak:00010001:06006610:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (08/14) :hgkairak:00010001:06006614:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (09/14) :hgkairak:00010001:06006618:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (10/14) :hgkairak:00010001:0600661C:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (11/14) :hgkairak:00010001:06006620:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (12/14) :hgkairak:00010001:06006624:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (13/14) :hgkairak:00010001:06006628:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (14/14) :hgkairak:00000006:060065F4:0000030D:FFFFFFFF:Watch ALL 14 tiles - Player PL1 :hgkairak:00000006:060070FC:0000030D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. PL1 hgkairak:0:00000000:00:999: hgkairak:0:00000000:00:999:[ These Cheats are for the Right Screen Only ] :hgkairak:00000001:06007CBC:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 :hgkairak:00010001:06007CC0:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (02/14) :hgkairak:00010001:06007CC4:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (03/14) :hgkairak:00010001:06007CC8:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (04/14) :hgkairak:00010001:06007CCC:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (05/14) :hgkairak:00010001:06007CD0:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (06/14) :hgkairak:00010001:06007CD4:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (07/14) :hgkairak:00010001:06007CD8:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (08/14) :hgkairak:00010001:06007CDC:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (09/14) :hgkairak:00010001:06007CE0:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (10/14) :hgkairak:00010001:06007CE4:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (11/14) :hgkairak:00010001:06007CE8:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (12/14) :hgkairak:00010001:06007CEC:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (13/14) :hgkairak:00010001:06007CF0:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (14/14) :hgkairak:00000006:06007CBC:0000030D:FFFFFFFF:Watch ALL 14 tiles - Player PL1 :hgkairak:00000006:060087C4:0000030D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. PL1 hgkairak:0:00000000:00:999: hgkairak:0:00000000:00:999:[ Cheats-Left VS Right (when Right accepts Left) ] :hgkairak:00000001:060065F4:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 :hgkairak:00010001:060065F8:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (02/14) :hgkairak:00010001:060065FC:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (03/14) :hgkairak:00010001:06006600:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (04/14) :hgkairak:00010001:06006604:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (05/14) :hgkairak:00010001:06006608:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (06/14) :hgkairak:00010001:0600660C:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (07/14) :hgkairak:00010001:06006610:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (08/14) :hgkairak:00010001:06006614:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (09/14) :hgkairak:00010001:06006618:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (10/14) :hgkairak:00010001:0600661C:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (11/14) :hgkairak:00010001:06006620:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (12/14) :hgkairak:00010001:06006624:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (13/14) :hgkairak:00010001:06006628:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (14/14) :hgkairak:00000001:060070FC:0000001B:FFFFFFFF:Get Winning Hand Now! PL2 :hgkairak:00010001:06007100:0000001B:FFFFFFFF:Get Winning Hand Now! PL2 (02/14) :hgkairak:00010001:06007104:0000001B:FFFFFFFF:Get Winning Hand Now! PL2 (03/14) :hgkairak:00010001:06007108:0000001C:FFFFFFFF:Get Winning Hand Now! PL2 (04/14) :hgkairak:00010001:0600710C:0000001C:FFFFFFFF:Get Winning Hand Now! PL2 (05/14) :hgkairak:00010001:06007110:0000001C:FFFFFFFF:Get Winning Hand Now! PL2 (06/14) :hgkairak:00010001:06007114:0000001D:FFFFFFFF:Get Winning Hand Now! PL2 (07/14) :hgkairak:00010001:06007118:0000001D:FFFFFFFF:Get Winning Hand Now! PL2 (08/14) :hgkairak:00010001:0600711C:0000001D:FFFFFFFF:Get Winning Hand Now! PL2 (09/14) :hgkairak:00010001:06007120:0000001E:FFFFFFFF:Get Winning Hand Now! PL2 (10/14) :hgkairak:00010001:06007124:0000001E:FFFFFFFF:Get Winning Hand Now! PL2 (11/14) :hgkairak:00010001:06007128:0000001E:FFFFFFFF:Get Winning Hand Now! PL2 (12/14) :hgkairak:00010001:0600712C:0000001F:FFFFFFFF:Get Winning Hand Now! PL2 (13/14) :hgkairak:00010001:06007130:0000001F:FFFFFFFF:Get Winning Hand Now! PL2 (14/14) :hgkairak:00000006:060065F4:0000030D:FFFFFFFF:Watch ALL 14 tiles PL1 :hgkairak:00000006:060070FC:0000030D:FFFFFFFF:Watch ALL 14 tiles PL2 hgkairak:0:00000000:00:999: hgkairak:0:00000000:00:999:[ Cheats-Left VS Right (when Left accepts Right) ] :hgkairak:00000001:06007CBC:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 :hgkairak:00010001:06007CC0:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (02/14) :hgkairak:00010001:06007CC4:0000001B:FFFFFFFF:Get Winning Hand Now! PL1 (03/14) :hgkairak:00010001:06007CC8:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (04/14) :hgkairak:00010001:06007CCC:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (05/14) :hgkairak:00010001:06007CD0:0000001C:FFFFFFFF:Get Winning Hand Now! PL1 (06/14) :hgkairak:00010001:06007CD4:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (07/14) :hgkairak:00010001:06007CD8:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (08/14) :hgkairak:00010001:06007CDC:0000001D:FFFFFFFF:Get Winning Hand Now! PL1 (09/14) :hgkairak:00010001:06007CE0:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (10/14) :hgkairak:00010001:06007CE4:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (11/14) :hgkairak:00010001:06007CE8:0000001E:FFFFFFFF:Get Winning Hand Now! PL1 (12/14) :hgkairak:00010001:06007CEC:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (13/14) :hgkairak:00010001:06007CF0:0000001F:FFFFFFFF:Get Winning Hand Now! PL1 (14/14) :hgkairak:00000001:060087C4:0000001B:FFFFFFFF:Get Winning Hand Now! PL2 :hgkairak:00010001:060087C8:0000001B:FFFFFFFF:Get Winning Hand Now! PL2 (02/14) :hgkairak:00010001:060087CC:0000001B:FFFFFFFF:Get Winning Hand Now! PL2 (03/14) :hgkairak:00010001:060087D0:0000001C:FFFFFFFF:Get Winning Hand Now! PL2 (04/14) :hgkairak:00010001:060087D4:0000001C:FFFFFFFF:Get Winning Hand Now! PL2 (05/14) :hgkairak:00010001:060087D8:0000001C:FFFFFFFF:Get Winning Hand Now! PL2 (06/14) :hgkairak:00010001:060087DC:0000001D:FFFFFFFF:Get Winning Hand Now! PL2 (07/14) :hgkairak:00010001:060087E0:0000001D:FFFFFFFF:Get Winning Hand Now! PL2 (08/14) :hgkairak:00010001:060087E4:0000001D:FFFFFFFF:Get Winning Hand Now! PL2 (09/14) :hgkairak:00010001:060087E8:0000001E:FFFFFFFF:Get Winning Hand Now! PL2 (10/14) :hgkairak:00010001:060087EC:0000001E:FFFFFFFF:Get Winning Hand Now! PL2 (11/14) :hgkairak:00010001:060087F0:0000001E:FFFFFFFF:Get Winning Hand Now! PL2 (12/14) :hgkairak:00010001:060087F4:0000001F:FFFFFFFF:Get Winning Hand Now! PL2 (13/14) :hgkairak:00010001:060087F8:0000001F:FFFFFFFF:Get Winning Hand Now! PL2 (14/14) :hgkairak:00000006:06007CBC:0000030D:FFFFFFFF:Watch ALL 14 tiles PL1 :hgkairak:00000006:060087C4:0000030D:FFFFFFFF:Watch ALL 14 tiles PL2 hgkairak:0:00000000:00:999: hgkairak:0:00000000:00:999:[ Here is the look-up list for the above watches.] hgkairak:0:00000000:00:999:[ ] hgkairak:0:00000000:00:999:[ value common name chinese name ] hgkairak:0:00000000:00:999:[ 00h 1 "characters" 1 "wan" ] hgkairak:0:00000000:00:999:[ 01h 2 "characters" 2 "wan" ] hgkairak:0:00000000:00:999:[ 02h 3 "characters" 3 "wan" ] hgkairak:0:00000000:00:999:[ 03h 4 "characters" 4 "wan" ] hgkairak:0:00000000:00:999:[ 04h 5 "characters" 5 "wan" ] hgkairak:0:00000000:00:999:[ 05h 6 "characters" 6 "wan" ] hgkairak:0:00000000:00:999:[ 06h 7 "characters" 7 "wan" ] hgkairak:0:00000000:00:999:[ 07h 8 "characters" 8 "wan" ] hgkairak:0:00000000:00:999:[ 08h 9 "characters" 9 "wan" ] hgkairak:0:00000000:00:999:[ 09h 1 "dots" 1 "tung" ] hgkairak:0:00000000:00:999:[ 0Ah 2 "dots" 2 "tung" ] hgkairak:0:00000000:00:999:[ 0Bh 3 "dots" 3 "tung" ] hgkairak:0:00000000:00:999:[ 0Ch 4 "dots" 4 "tung" ] hgkairak:0:00000000:00:999:[ 0Dh 5 "dots" 5 "tung" ] hgkairak:0:00000000:00:999:[ 0Eh 6 "dots" 6 "tung" ] hgkairak:0:00000000:00:999:[ 0Fh 7 "dots" 7 "tung" ] hgkairak:0:00000000:00:999:[ 10h 8 "dots" 8 "tung" ] hgkairak:0:00000000:00:999:[ 11h 9 "dots" 9 "tung" ] hgkairak:0:00000000:00:999:[ 12h 1 "bamboo" 1"tiao/Bird" ] hgkairak:0:00000000:00:999:[ 13h 2 "bamboo" 2 "tiao" ] hgkairak:0:00000000:00:999:[ 14h 3 "bamboo" 3 "tiao" ] hgkairak:0:00000000:00:999:[ 15h 4 "bamboo" 4 "tiao" ] hgkairak:0:00000000:00:999:[ 16h 5 "bamboo" 5 "tiao" ] hgkairak:0:00000000:00:999:[ 17h 6 "bamboo" 6 "tiao" ] hgkairak:0:00000000:00:999:[ 18h 7 "bamboo" 7 "tiao" ] hgkairak:0:00000000:00:999:[ 19h 8 "bamboo" 8 "tiao" ] hgkairak:0:00000000:00:999:[ 1Ah 9 "bamboo" 9 "tiao" ] hgkairak:0:00000000:00:999:[ 1Bh East "wind" ] hgkairak:0:00000000:00:999:[ 1Ch South "wind" ] hgkairak:0:00000000:00:999:[ 1Dh West "wind" ] hgkairak:0:00000000:00:999:[ 1Eh North "wind" ] hgkairak:0:00000000:00:999:[ 1Fh White "dragon" ] hgkairak:0:00000000:00:999:[ 20h Green "dragon" ] hgkairak:0:00000000:00:999:[ 21h Red "dragon" ] hgkairak:0:00000000:00:999:[ FFh - no tile - ] ; [ Hammerin' Harry (World) ] hharry:0:A0A47:0A:000:Infinite Lives PL1 hharry:0:A0A57:0A:000:Infinite Lives PL2 hharry:0:A00FD:5A:000:Infinite Time hharry:0:A00FE:09:500:Infinite Time (2/2) hharry:0:A0C08:00:000:Invincibility hharry:0:00000:00:999:[The Select current level ] hharry:0:00000:00:999:[can be enabled on the intro] hharry:0:00000:00:999:[screen it doesn't work if ] hharry:0:00000:00:999:[enabled on the title screen] hharry:0:A0A48:05:071:Select current level hharry:0:A0A48:05:061:Select next level ; [ Hammerin' Harry (US) ] hharryu:0:E0A47:0A:000:Infinite Lives PL1 hharryu:0:E0A57:0A:000:Infinite Lives PL2 hharryu:0:E00FD:5A:000:Infinite Time hharryu:0:E00FE:09:500:Infinite Time (2/2) hharryu:0:E0C08:00:000:Invincibility hharryu:0:00000:00:999:[The Select current level ] hharryu:0:00000:00:999:[can be enabled on the intro] hharryu:0:00000:00:999:[screen it doesn't work if ] hharryu:0:00000:00:999:[enabled on the title screen] hharryu:0:E0A48:05:071:Select current level hharryu:0:E0A48:05:061:Select next level ; [ Hidden Catch (World) / Tul Lin Gu Lim Chat Ki '98 (Korea) (pcb ver 3.03) ] hidnctch:0:0000:00:999:[ There are no cheats ]:REASON 1 hidnctch:0:0000:00:999:[ for this game as it ]:REASON 1 hidnctch:0:0000:00:999:[ didn't work the last ]:REASON 1 hidnctch:0:0000:00:999:[ time it was tested. ]:REASON 1 hidnctch:0:0000:00:999:[ If the game now works ]:REASON 1 hidnctch:0:0000:00:999:[ please request cheats ]:REASON 1 hidnctch:0:0000:00:999:[ for it on the cheat ]:REASON 1 hidnctch:0:0000:00:999:[ forums. ]:REASON 1 ; [ Pirate Ship Higemaru ] higemaru:0:E630:06:000:Infinite Lives PL1 higemaru:0:E660:06:000:Infinite Lives PL2 higemaru:0:E100:FF:000:Invincibility ; [ Space Fever High Splitter (set 2) ] highspla:0:60DB:99:000:Infinite Credits highspla:0:6069:00:000:Invaders don't fire highspla:0:606A:30:500:Invaders don't fire (2/2) :highspla:20800000:0BD3:000000C9:FFFFFFFF:Invincibility :highspla:62000000:0000:00000000:00000000:Bullet Speed always = :highspla:00010000:602C:00000002:FFFFFFFF:Slow :highspla:00010000:602C:00000004:FFFFFFFF:Normal :highspla:00010000:602C:00000006:FFFFFFFF:Fast :highspla:00010000:602C:00000008:FFFFFFFF:V Fast :highspla:00010000:602C:0000000A:FFFFFFFF:Turbo :highspla:00000000:602D:00000000:FFFFFFFF:Rapid Fire :highspla:20800000:0962:00000002:FFFFFFFF:Penetrable Shot:Enabled against invaders.This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums highspla:0:61FF:07:000:Infinite Lives PL1 highspla:0:62FF:07:000:Infinite Lives PL2 ; [ Space Fever High Splitter (set 1) ] highsplt:0:60DB:99:000:Infinite Credits highsplt:0:6069:00:000:Invaders don't fire highsplt:0:606A:30:500:Invaders don't fire (2/2) :highsplt:20800000:0BD3:000000C9:FFFFFFFF:Invincibility :highsplt:62000000:0000:00000000:00000000:Bullet Speed always = :highsplt:00010000:602C:00000002:FFFFFFFF:Slow :highsplt:00010000:602C:00000004:FFFFFFFF:Normal :highsplt:00010000:602C:00000006:FFFFFFFF:Fast :highsplt:00010000:602C:00000008:FFFFFFFF:V Fast :highsplt:00010000:602C:0000000A:FFFFFFFF:Turbo :highsplt:00000000:602D:00000000:FFFFFFFF:Rapid Fire :highsplt:20800000:0962:00000002:FFFFFFFF:Penetrable Shot:Enabled against invaders. This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums highsplt:0:61FF:07:000:Infinite Lives PL1 highsplt:0:62FF:07:000:Infinite Lives PL2 ; [ High Impact Football (rev LA3 12/27/90) ] hiimpac3:0:0020A57C:E7:000:Infinite Time PL1 hiimpac3:0:0020A57D:03:500:Infinite Time PL1 (2/2) hiimpac3:0:0020A57E:E7:000:Infinite Time PL2 hiimpac3:0:0020A57F:03:500:Infinite Time PL2 (2/2) hiimpac3:0:0020A580:E7:000:Infinite Time PL3 hiimpac3:0:0020A581:03:500:Infinite Time PL3 (2/2) hiimpac3:0:0020A582:E7:000:Infinite Time PL4 hiimpac3:0:0020A583:03:500:Infinite Time PL4 (2/2) hiimpac3:0:0020A570:3B:000:Infinite Quarter Time hiimpac3:0:0020A56E:00:001:Finish Quarter Now! hiimpac3:0:0020A570:00:501:Finish Quarter Now! (2/2) ; [ High Impact Football (prototype, rev 8.6 12/09/90) ] hiimpacp:0:0020A55C:E7:000:Infinite Time PL1 hiimpacp:0:0020A55D:03:500:Infinite Time PL1 (2/2) hiimpacp:0:0020A55E:E7:000:Infinite Time PL2 hiimpacp:0:0020A55F:03:500:Infinite Time PL2 (2/2) hiimpacp:0:0020A560:E7:000:Infinite Time PL3 hiimpacp:0:0020A561:03:500:Infinite Time PL3 (2/2) hiimpacp:0:0020A562:E7:000:Infinite Time PL4 hiimpacp:0:0020A563:03:500:Infinite Time PL4 (2/2) hiimpacp:0:0020A550:3C:000:Infinite Quarter Time hiimpacp:0:0020A54E:00:001:Finish Quarter Now! hiimpacp:0:0020A550:00:501:Finish Quarter Now! (2/2) ; [ High Impact Football (rev LA4 02/04/91) ] hiimpact:0:0020A57C:E7:000:Infinite Time PL1 hiimpact:0:0020A57D:03:500:Infinite Time PL1 (2/2) hiimpact:0:0020A57E:E7:000:Infinite Time PL2 hiimpact:0:0020A57F:03:500:Infinite Time PL2 (2/2) hiimpact:0:0020A580:E7:000:Infinite Time PL3 hiimpact:0:0020A581:03:500:Infinite Time PL3 (2/2) hiimpact:0:0020A582:E7:000:Infinite Time PL4 hiimpact:0:0020A583:03:500:Infinite Time PL4 (2/2) hiimpact:0:0020A570:3C:000:Infinite Quarter Time hiimpact:0:0020A56E:00:001:Finish Quarter Now! hiimpact:0:0020A570:00:501:Finish Quarter Now! (2/2) ; [ Hippodrome (US) ] hippodrm:0:FF87FD:59:000:Infinite Time hippodrm:0:FF87FC:09:500:Infinite Time (2/2) hippodrm:0:FF87FD:00:001:Finish this Stage Now! hippodrm:0:FF87FC:00:501:Finish this Stage Now! (2/2) hippodrm:0:FF800D:08:001:End the game next stage:Enable during play! hippodrm:0:FF82F4:00:000:Always 1 hit to kill boss hippodrm:0:FF8324:00:500:Always 1 hit to kill boss (2/2) hippodrm:0:FF82F4:00:001:Kill Boss with 1 hit Now! hippodrm:0:FF8324:00:501:Kill Boss with 1 hit Now! (2/2) hippodrm:0:FF805E:05:000:Infinite Lives PL1 hippodrm:0:FF8032:20:000:Infinite Energy PL1 hippodrm:0:FF805C:20:500:Infinite Energy PL1 (2/2) hippodrm:0:FF8032:00:001:Drain All Energy Now! PL1 :hippodrm:60000000:00000:00000000:00000000:[ Invincibility cheat ONLY works ] :hippodrm:60000000:00000:00000000:00000000:[ on VS CPU mode. ] :hippodrm:20800000:13AB0:00000060:FFFFFFFF:Invincibility PL1 :hippodrm:20910000:1D1CE:00004E71:FFFFFFFF:Invincibility PL1 (2/4) :hippodrm:20910000:1D26A:00004E71:FFFFFFFF:Invincibility PL1 (3/4) :hippodrm:20910000:1E2CA:00004E71:FFFFFFFF:Invincibility PL1 (4/4) hippodrm:0:FF8052:99:000:Infinite Gold PL1 hippodrm:0:FF8051:99:500:Infinite Gold PL1 (2/3) hippodrm:0:FF8050:99:500:Infinite Gold PL1 (3/3) hippodrm:0:FF805D:99:000:Infinite Necklaces PL1 hippodrm:0:000000:00:999:[These PL2 cheats are for a ] hippodrm:0:000000:00:999:[real player ONLY!! ] hippodrm:0:FF809E:05:000:Infinite Lives PL2 hippodrm:0:FF8072:20:000:Infinite Energy PL2 hippodrm:0:FF809C:20:500:Infinite Energy PL2 (2/2) hippodrm:0:FF8072:00:001:Drain All Energy Now! PL2 :hippodrm:60000000:00000:00000000:00000000:[ Invincibility cheat ONLY works ] :hippodrm:60000000:00000:00000000:00000000:[ on VS CPU mode. ] :hippodrm:20800000:13AB0:00000060:FFFFFFFF:Invincibility PL2 :hippodrm:20910000:1D4F8:00004E71:FFFFFFFF:Invincibility PL2 (2/4) :hippodrm:20910000:1D594:00004E71:FFFFFFFF:Invincibility PL2 (3/4) :hippodrm:20910000:1E42C:00004E71:FFFFFFFF:Invincibility PL2 (4/4) hippodrm:0:FF8092:99:000:Infinite Gold PL2 hippodrm:0:FF8091:99:500:Infinite Gold PL2 (2/3) hippodrm:0:FF8090:99:500:Infinite Gold PL2 (3/3) hippodrm:0:FF809D:99:000:Infinite Necklaces PL2 ; [ Hokuha Syourin Hiryu no Ken ] hiryuken:0:E002:63:000:Infinite Credits hiryuken:0:E1BF:38:000:Infinite Time:Turn OFF at end of round :hiryuken:20800000:2C17:000000C9:FFFFFFFF:Invincibility:Not Effective against throws :hiryuken:20810000:8FF7:000000C3:FFFFFFFF:Invincibility (2/2) hiryuken:0:E1A9:40:000:Infinite Energy YOU:Turn OFF at end of round hiryuken:0:E1A9:00:001:Drain All Energy Now! YOU hiryuken:0:E1AA:40:000:Infinite Energy ENEMY:Turn OFF at end of round hiryuken:0:E1AA:00:001:Drain All Energy Now! ENEMY :hiryuken:60000000:0000:00000000:00000000:[ Use Rapid Fire PL1 in Upright 2P. ] :hiryuken:00000000:E014:00000000:00000001:Rapid Fire - Kick PL1:Turn it OFF on the name entry screen :hiryuken:00000000:E014:00000000:00000002:Rapid Fire - Punch PL1:Turn it OFF on the name entry screen :hiryuken:00000000:E017:00000000:00000001:Rapid Fire - Kick PL2:Turn it OFF on the name entry screen :hiryuken:00000000:E017:00000000:00000002:Rapid Fire - Punch PL2:Turn it OFF on the name entry screen ; [ Hishou Zame (Japan) ] hishouza:0:030429:08:000:Infinite Lives hishouza:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end hishouza:0:0304D5:06:000:Always Maximum Shot Power :hishouza:20800000:001CF2:00000060:FFFFFFFF:Invincibility :hishouza:20810000:002ACA:00000060:FFFFFFFF:Invincibility (2/6):1st = Fire, 2nd = Enemy :hishouza:20910000:000BBE:00000002:FFFFFFFF:Invincibility (3/6):Parts 3-6 are "Avoid In-game ROM Check Error" they will be needed with any ROM cheats to stop the game from crashing or freezing at the moment Invincibility is the only ROM cheat so it's tied in directly for ease of operation :hishouza:20810000:001AA8:00000060:FFFFFFFF:Invincibility (4/6) :hishouza:20910000:003280:00000002:FFFFFFFF:Invincibility (5/6) :hishouza:20810000:00423E:00000060:FFFFFFFF:Invincibility (6/6) :hishouza:00000000:0304BD:00000020:FFFFFFFF:Rapid Fire ; [ History of Martial Arts, The ] histryma:0:E079B7:0A:000:Infinite Time histryma:0:E079B9:09:500:Infinite Time (2/2) histryma:0:E07AE5:64:000:Infinite Energy PL1:Note the energy displayed doesn't always show as 100% but it is! histryma:0:E07AE5:00:001:Drain All Energy Now! PL1:Note the energy displayed doesn't always show as 0% but it is! histryma:0:E07C19:64:000:Infinite Energy PL2:Note the energy displayed doesn't always show as 100% but it is! histryma:0:E07C19:00:001:Drain All Energy Now! PL2:Note the energy displayed doesn't always show as 0% but it is! ; [ Hit the Ice (US) ] hitice:0:800141:09:000:Infinite Period Time hitice:0:800142:05:500:Infinite Period Time (2/3) hitice:0:800143:0A:500:Infinite Period Time (3/3) hitice:0:800141:00:001:Finish this Period Now! hitice:0:800142:00:501:Finish this Period Now! (2/3) hitice:0:800143:00:501:Finish this Period Now! (3/3) hitice:0:8001C1:09:000:Infinite Play Time PL1 hitice:0:8001C2:05:500:Infinite Play Time PL1 (2/3) hitice:0:8001C3:09:500:Infinite Play Time PL1 (3/3) hitice:0:8001C1:00:001:Play Time UP Now! PL1 hitice:0:8001C2:00:501:Play Time UP Now! PL1 (2/3) hitice:0:8001C3:00:501:Play Time UP Now! PL1 (3/3) hitice:0:8001C9:09:000:Infinite Play Time PL2 hitice:0:8001CA:05:500:Infinite Play Time PL2 (2/3) hitice:0:8001CB:09:500:Infinite Play Time PL2 (3/3) hitice:0:8001C9:00:001:Play Time UP Now! PL2 hitice:0:8001CA:00:501:Play Time UP Now! PL2 (2/3) hitice:0:8001CB:00:501:Play Time UP Now! PL2 (3/3) hitice:0:8001D1:09:000:Infinite Play Time PL3 hitice:0:8001D2:05:500:Infinite Play Time PL3 (2/3) hitice:0:8001D3:09:500:Infinite Play Time PL3 (3/3) hitice:0:8001D1:00:001:Play Time UP Now! PL3 hitice:0:8001D2:00:501:Play Time UP Now! PL3 (2/3) hitice:0:8001D3:00:501:Play Time UP Now! PL3 (3/3) hitice:0:8001D9:09:000:Infinite Play Time PL4 hitice:0:8001DA:05:500:Infinite Play Time PL4 (2/3) hitice:0:8001DB:09:500:Infinite Play Time PL4 (3/3) hitice:0:8001D9:00:001:Play Time UP Now! PL4 hitice:0:8001DA:00:501:Play Time UP Now! PL4 (2/3) hitice:0:8001DB:00:501:Play Time UP Now! PL4 (3/3) hitice:0:80082C:99:073:Select Score for Red Team Now! hitice:0:80082D:99:073:Select Score for Blue Team Now! ; [ Hit Me ] hitme:0:1056:E8:001:Get 1000 Chips Now! PL1 hitme:0:1057:03:501:Get 1000 Chips Now! PL1 hitme:0:1058:E8:000:Infinite Hands PL1 hitme:0:1059:E8:001:Get 1000 Chips Now! PL2 hitme:0:105A:03:501:Get 1000 Chips Now! PL2 hitme:0:105B:E8:000:Infinite Hands PL2 hitme:0:105C:E8:001:Get 1000 Chips Now! PL3 hitme:0:105D:03:501:Get 1000 Chips Now! PL3 hitme:0:105E:E8:000:Infinite Hands PL3 hitme:0:105F:E8:001:Get 1000 Chips Now! PL4 hitme:0:1060:03:501:Get 1000 Chips Now! PL4 hitme:0:1061:E8:000:Infinite Hands PL4 ; [ Hit 'n Miss (version 2.0) ] hitnmis2:0:2205:00:000:Infinite Teddy bears hitnmis2:0:3317:00:000:No time between bullets hitnmis2:0:333A:80:004:Infinite Time PL1 hitnmis2:0:3335:00:001:Finish level Now! PL1 hitnmis2:0:3336:00:501:Finish level Now! PL1 (2/3) hitnmis2:0:3337:00:501:Finish level Now! PL1 (3/3) hitnmis2:0:334E:80:004:Infinite Time PL2 hitnmis2:0:3349:00:001:Finish level Now! PL2 hitnmis2:0:334A:00:501:Finish level Now! PL2 (2/3) hitnmis2:0:334B:00:501:Finish level Now! PL2 (3/3) ; [ Hit 'n Miss (version 3.0) ] hitnmiss:0:2205:00:000:Infinite Teddy bears hitnmiss:0:3317:00:000:No time between bullets hitnmiss:0:333A:80:004:Infinite Time PL1 hitnmiss:0:3335:00:001:Finish level Now! PL1 hitnmiss:0:3336:00:501:Finish level Now! PL1 (2/3) hitnmiss:0:3337:00:501:Finish level Now! PL1 (3/3) hitnmiss:0:334E:80:004:Infinite Time PL2 hitnmiss:0:3349:00:001:Finish level Now! PL2 hitnmiss:0:334A:00:501:Finish level Now! PL2 (2/3) hitnmiss:0:334B:00:501:Finish level Now! PL2 (3/3) ; [ Hana Kagerou [BET] (Japan) ] :hkagerou:00100000:701D:00000999:FFFFFFFF:Infinite Credits :hkagerou:00100001:701D:00000000:FFFFFFFF:Clear Credits Now! :hkagerou:00300000:6028:1D290901:FFFFFFFF:Always Have Good Card:You need to understand the rules of the Hanafuda to win the game if you use Always Have Good Card :hkagerou:00000000:627B:00000007:FFFFFFFF:Infinite Thinking Time ; [ hiphopmania complete MIX 2 (ver UA-A) ] hmcompm2:0:405835:0B:000:Infinite Credits hmcompm2:0:40A1B9:38:000:Groove Meter always 100% PL1 hmcompm2:0:40A1BB:38:000:Groove Meter always 100% PL2 ; [ hiphopmania complete MIX (ver UA-B) ] hmcompmx:0:4053A7:0B:000:Infinite Credits hmcompmx:0:404D03:38:000:Groove Meter always 100% PL1 hmcompmx:0:404D05:38:000:Groove Meter always 100% PL2 ; [ Hana Yayoi (Japan) ] hnayayoi:0:790E:99:001:Get Maximum Points Now! hnayayoi:0:790F:99:501:Get Maximum Points Now! (2/2) ; [ Hunchback Olympic (Scramble hardware) ] hncholms:0:1E6D:99:000:Infinite Credits hncholms:0:0000:00:999:[Turn OFF Infinite Time ] hncholms:0:0000:00:999:[before you finish a race ] hncholms:0:0000:00:999:[or it may crash the game! ] hncholms:0:0000:00:999:[You only need it for ] hncholms:0:0000:00:999:[running events anyway! ] hncholms:0:1E71:00:005:Infinite Time ;hncholms:0:1F3C:FF:000:Top Speed hncholms:0:1C6D:06:000:Infinite Lives PL1 hncholms:0:1F04:05:070:Set High Jump Bar Height PL1 hncholms:0:1F04:00:001:Set HJ Bar = Minimum Now! PL1 hncholms:0:1F04:05:001:Set HJ Bar = Maximum Now! PL1 hncholms:0:1C6E:06:000:Infinite Lives PL2 hncholms:0:1F05:05:070:Set High Jump Bar Height PL2 hncholms:0:1F05:00:001:Set HJ Bar = Minimum Now! PL2 hncholms:0:1F05:05:001:Set HJ Bar = Maximum Now! PL2 hncholms:0:0000:00:999:[A neato trick is to set the] hncholms:0:0000:00:999:[HJ (High Jump) bar to the ] hncholms:0:0000:00:999:[minimum (0) and after you ] hncholms:0:0000:00:999:[have cleared the bar ] hncholms:0:0000:00:999:[quickly hit HOME and set ] hncholms:0:0000:00:999:[the bar to the maximum (5).] hncholms:0:0000:00:999:[You then pass at the ] hncholms:0:0000:00:999:[highest setting, it clocks ] hncholms:0:0000:00:999:[the game, and you are back ] hncholms:0:0000:00:999:[to the 100m Dash. ] ; [ Hana Fubuki [BET] (Japan) ] hnfubuki:0:790E:99:001:Get Maximum Points Now! hnfubuki:0:790F:99:501:Get Maximum Points Now! (2/2) ; [ Hana Kochou [BET] (Japan) ] hnkochou:0:7C51:63:000:Infinite Points hnkochou:0:7C65:FF:000:Infinite Power hnkochou:0:7C53:01:001:Get Lowest GAL Points Now! hnkochou:0:7C58:01:000:Clear Flag always ON ; [ Hana Oriduru (Japan) ] hnoridur:0:74AC:63:001:Get 99 Points Now! hnoridur:0:74AE:01:001:Set GAL to 1 Point Now! ; [ Hoccer (set 1) ] hoccer:0:8204:09:000:Infinite Lives hoccer:0:8206:09:500:Infinite Lives (2/2) hoccer:0:8211:02:001:Only 1 man left on level Now! ; [ Hoccer (set 2) ] hoccer2:0:8204:09:000:Infinite Lives hoccer2:0:8206:09:500:Infinite Lives (2/2) hoccer2:0:824C:09:000:Infinite Time hoccer2:0:8211:02:001:Only 1 man left on level Now! ; [ Vs. Hogan's Alley ] hogalley:0:03AC:99:000:Infinite Credits hogalley:0:00B3:06:000:Infinite Lives hogalley:0:008D:FF:001:Extend the time limit Now!:Only works on levels 1-5 ; [ Hole Land ] holeland:0:8094:99:000:Infinite Credits :holeland:20800000:1E1C:00000018:FFFFFFFF:Invincibility :holeland:20810000:1F30:00000018:FFFFFFFF:Invincibility (2/6):1st = Spider, 2nd = Enemy (St. 3) :holeland:20810000:2DB9:000000C9:FFFFFFFF:Invincibility (3/6):Boss Attack :holeland:20810000:4242:000000C9:FFFFFFFF:Invincibility (4/6):Rock :holeland:20810000:4823:000000C9:FFFFFFFF:Invincibility (5/6):Bomb :holeland:20910000:4DEF:0000C93F:FFFFFFFF:Invincibility (6/6):Enemy :holeland:20800100:2E60:00000010:FFFFFFFF:Select Bullet Speed :holeland:20810000:3524:000000AF:FFFFFFFF:Select Bullet Speed (2/2) :holeland:00000000:8089:00000002:00000002:Rapid Fire:Turn it OFF on the name entry screen holeland:0:87B0:05:000:Infinite Lives PL1 holeland:0:8780:05:000:Infinite Lives PL2 ; [ Holosseum (US) ] holo:0:202208:B7:000:Infinite Time holo:0:202209:0B:500:Infinite Time (2/2) holo:0:200482:E6:000:Infinite Energy PL1 holo:0:200483:03:500:Infinite Energy PL1 (2/4) holo:0:20048E:E6:500:Infinite Energy PL1 (3/4) holo:0:20048F:03:500:Infinite Energy PL1 (4/4) holo:0:200482:00:001:Drain All Energy Now! PL1 holo:0:200483:00:501:Drain All Energy Now! PL1 (2/4) holo:0:20048E:00:501:Drain All Energy Now! PL1 (3/4) holo:0:20048F:00:501:Drain All Energy Now! PL1 (4/4) holo:0:200882:E6:000:Infinite Energy PL2 holo:0:200883:03:500:Infinite Energy PL2 (2/4) holo:0:20088E:E6:500:Infinite Energy PL2 (3/4) holo:0:20088F:03:500:Infinite Energy PL2 (4/4) holo:0:200882:00:001:Drain All Energy Now! PL2 holo:0:200883:00:501:Drain All Energy Now! PL2 (2/4) holo:0:20088E:00:501:Drain All Energy Now! PL2 (3/4) holo:0:20088F:00:501:Drain All Energy Now! PL2 (4/4) ; [ Moero Pro Yakyuu Homerun ] homerun:0:0000:00:999:[ This game hasn't even ]:REASON 11 homerun:0:0000:00:999:[ been looked at due to ]:REASON 11 homerun:0:0000:00:999:[ time constraints - Too]:REASON 11 homerun:0:0000:00:999:[ many games and so ]:REASON 11 homerun:0:0000:00:999:[ little time. It is ]:REASON 11 homerun:0:0000:00:999:[ even possible that ]:REASON 11 homerun:0:0000:00:999:[ this game may be a ]:REASON 11 homerun:0:0000:00:999:[ clone of an existing ]:REASON 11 homerun:0:0000:00:999:[ game which may have ]:REASON 11 homerun:0:0000:00:999:[ cheats. Please search ]:REASON 11 homerun:0:0000:00:999:[ the cheat forums ]:REASON 11 homerun:0:0000:00:999:[ before posting cheat ]:REASON 11 homerun:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Homo ] homo:0:C014:99:000:Infinite Time :homo:00000010:C121:000000D8:FFFF00E9:Always Keep Ball in Play homo:0:0000:00:999:[See the Dip Switch Menu to ] homo:0:0000:00:999:[enable Invincibility. ] homo:0:C1C2:00:000:No shots for homo-sapiens homo:0:C120:02:000:Always have the superball POW homo:0:C120:02:001:Get the superball POW Now! homo:0:C120:00:001:No more superball POW Now! homo:0:C114:01:001:Get the "fire" POW Now! homo:0:C114:02:001:Lose one life homo:0:C325:10:000:Always One brick for power homo:0:C325:10:001:Get One brick for power Now! homo:0:C320:00:000:Falling POW is always '-': - (Brown) = previous level homo:0:C320:01:000:Falling POW is always '+': + (Purple) = next level homo:0:C320:02:000:Falling POW is always 'H': H (Red) = no more obstacles homo:0:C320:03:000:Falling POW is always 'L': L (Blue) = enlarge homo:0:C320:04:000:Falling POW is always 'R': R (Dark gray) = slower ball homo:0:C320:05:000:Falling POW is always 'S': S (Orange) = superball homo:0:C320:06:000:Falling POW is always 'F': F (Green) = fire power homo:0:C320:07:000:Falling POW is always 'B': B (Light green) = brick homo:0:C320:00:001:Make Falling POW a '-' Now!: - (Brown) = previous level homo:0:C320:01:001:Make Falling POW a '+' Now!: + (Purple) = next level homo:0:C320:02:001:Make Falling POW a 'H' Now!: H (Red) = no more obstacles homo:0:C320:03:001:Make Falling POW a 'L' Now!: L (Blue) = enlarge homo:0:C320:04:001:Make Falling POW a 'R' Now!: R (Dark gray) = slower ball homo:0:C320:05:001:Make Falling POW a 'S' Now!: S (Orange) = superball homo:0:C320:06:001:Make Falling POW a 'F' Now!: F (Green) = fire power homo:0:C320:07:001:Make Falling POW a 'B' Now!: B (Light green) = brick homo:0:C054:03:000:Infinite Lives PL1 homo:0:C050:61:001:Next level = 99 PL1 homo:0:C051:98:501:Next level = 99 PL1 (2/2) homo:0:C055:03:000:Infinite Lives PL2 homo:0:C052:61:001:Next level = 99 PL2 homo:0:C053:98:501:Next level = 99 PL2 (2/2) ; [ Honey Dolls ] honeydol:0:0000:00:999:[ This game hasn't even ]:REASON 11 honeydol:0:0000:00:999:[ been looked at due to ]:REASON 11 honeydol:0:0000:00:999:[ time constraints - Too]:REASON 11 honeydol:0:0000:00:999:[ many games and so ]:REASON 11 honeydol:0:0000:00:999:[ little time. It is ]:REASON 11 honeydol:0:0000:00:999:[ even possible that ]:REASON 11 honeydol:0:0000:00:999:[ this game may be a ]:REASON 11 honeydol:0:0000:00:999:[ clone of an existing ]:REASON 11 honeydol:0:0000:00:999:[ game which may have ]:REASON 11 honeydol:0:0000:00:999:[ cheats. Please search ]:REASON 11 honeydol:0:0000:00:999:[ the cheat forums ]:REASON 11 honeydol:0:0000:00:999:[ before posting cheat ]:REASON 11 honeydol:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hook (World) ] hook:0:E92F0:3C:000:Infinite Time hook:0:E92F4:FE:500:Infinite Time (2/2) hook:0:E831E:64:000:Infinite Lives PL1 hook:0:E8339:32:000:Infinite Energy PL1 hook:0:E856D:00:000:Invincibility PL1 hook:0:E8559:00:000:All Hits Combo PL1 hook:0:E8559:01:000:Easy Special Attack PL1 hook:0:E839E:64:000:Infinite Lives PL2 hook:0:E83B9:32:000:Infinite Energy PL2 hook:0:E866D:00:000:Invincibility PL2 hook:0:E8659:00:000:All Hits Combo PL2 hook:0:E8659:01:000:Easy Special Attack PL2 hook:0:E841E:64:000:Infinite Lives PL3 hook:0:E8439:32:000:Infinite Energy PL3 hook:0:E876D:00:000:Invincibility PL3 hook:0:E8759:00:000:All Hits Combo PL3 hook:0:E8759:01:000:Easy Special Attack PL3 hook:0:E849E:64:000:Infinite Lives PL4 hook:0:E84B9:32:000:Infinite Energy PL4 hook:0:E886D:00:000:Invincibility PL4 hook:0:E8859:00:000:All Hits Combo PL4 hook:0:E8859:01:000:Easy Special Attack PL4 ; [ Hook (Japan) ] hookj:0:E92F0:3C:000:Infinite Time hookj:0:E92F4:FE:500:Infinite Time (2/2) hookj:0:E831E:64:000:Infinite Lives PL1 hookj:0:E8339:32:000:Infinite Energy PL1 hookj:0:E856D:00:000:Invincibility PL1 hookj:0:E8559:00:000:All Hits Combo PL1 hookj:0:E8559:01:000:Easy Special Attack PL1 hookj:0:E839E:64:000:Infinite Lives PL2 hookj:0:E83B9:32:000:Infinite Energy PL2 hookj:0:E866D:00:000:Invincibility PL2 hookj:0:E8659:00:000:All Hits Combo PL2 hookj:0:E8659:01:000:Easy Special Attack PL2 hookj:0:E841E:64:000:Infinite Lives PL3 hookj:0:E8439:32:000:Infinite Energy PL3 hookj:0:E876D:00:000:Invincibility PL3 hookj:0:E8759:00:000:All Hits Combo PL3 hookj:0:E8759:01:000:Easy Special Attack PL3 hookj:0:E849E:64:000:Infinite Lives PL4 hookj:0:E84B9:32:000:Infinite Energy PL4 hookj:0:E886D:00:000:Invincibility PL4 hookj:0:E8859:00:000:All Hits Combo PL4 hookj:0:E8859:01:000:Easy Special Attack PL4 ; [ Hook (US) ] hooku:0:E92F0:3C:000:Infinite Time hooku:0:E92F4:FE:500:Infinite Time (2/2) hooku:0:E831E:64:000:Infinite Lives PL1 hooku:0:E8339:32:000:Infinite Energy PL1 hooku:0:E856D:00:000:Invincibility PL1 hooku:0:E8559:00:000:All Hits Combo PL1 hooku:0:E8559:01:000:Easy Special Attack PL1 hooku:0:E839E:64:000:Infinite Lives PL2 hooku:0:E83B9:32:000:Infinite Energy PL2 hooku:0:E866D:00:000:Invincibility PL2 hooku:0:E8659:00:000:All Hits Combo PL2 hooku:0:E8659:01:000:Easy Special Attack PL2 hooku:0:E841E:64:000:Infinite Lives PL3 hooku:0:E8439:32:000:Infinite Energy PL3 hooku:0:E876D:00:000:Invincibility PL3 hooku:0:E8759:00:000:All Hits Combo PL3 hooku:0:E8759:01:000:Easy Special Attack PL3 hooku:0:E849E:64:000:Infinite Lives PL4 hooku:0:E84B9:32:000:Infinite Energy PL4 hooku:0:E886D:00:000:Invincibility PL4 hooku:0:E8859:00:000:All Hits Combo PL4 hooku:0:E8859:01:000:Easy Special Attack PL4 ; [ Hoops (Europe/Asia 1.7) ] :hoops95:00300000:011E1EC:09090505:FFFFFFFF:Infinite Time :hoops95:00200000:011E260:0009093C:FFFFFFFF:Infinite Select Team Time :hoops95:00300001:011E1EC:01000000:FFFFFFFF:Finish this Game Now! :hoops95:00000000:0114814:00000099:FFFFFFFF:Infinite Credits PL1 :hoops95:00000000:0114815:00000099:FFFFFFFF:Infinite Credits PL2 :hoops95:00000000:0114816:00000099:FFFFFFFF:Infinite Credits PL3 :hoops95:00000000:0114817:00000099:FFFFFFFF:Infinite Credits PL4 :hoops95:00000000:011E27C:00000000:FFFFFFFF:Always have 0 Points TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops95:00000000:011E27C:00000099:FFFFFFFF:Always have 99 Points TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops95:00000001:011E27C:00000000:FFFFFFFF:Get 0 Points Now! TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops95:00000001:011E27C:00000099:FFFFFFFF:Get 99 Points Now! TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops95:00000901:011E27C:00000099:FFFFFFFF:Select Score TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops95:00000000:011E1FC:00000006:FFFFFFFF:Supershoot Always Full TEAM1 :hoops95:00000000:011E1FC:00000000:FFFFFFFF:Supershoot Always Empty TEAM1 :hoops95:00000001:011E1FC:00000006:FFFFFFFF:Fill Supershoot Now! TEAM1 :hoops95:00000001:011E1FC:00000000:FFFFFFFF:Empty Supershoot Now! TEAM1 :hoops95:00000000:011E280:00000000:FFFFFFFF:Always have 0 Points TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops95:00000000:011E280:00000099:FFFFFFFF:Always have 99 Points TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops95:00000001:011E280:00000000:FFFFFFFF:Get 0 Points Now! TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops95:00000001:011E280:00000099:FFFFFFFF:Get 99 Points Now! TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops95:00000901:011E280:00000099:FFFFFFFF:Select Score TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops95:00000000:011E200:00000006:FFFFFFFF:Supershoot Always Full TEAM2 :hoops95:00000000:011E200:00000000:FFFFFFFF:Supershoot Always Empty TEAM2 :hoops95:00000001:011E200:00000006:FFFFFFFF:Fill Supershoot Now! TEAM2 :hoops95:00000001:011E200:00000000:FFFFFFFF:Empty Supershoot Now! TEAM2 ; [ Hoops '96 (Europe/Asia 2.0) ] :hoops96:00300000:011E1EC:09090505:FFFFFFFF:Infinite Time :hoops96:00200000:011E260:0009093C:FFFFFFFF:Infinite Select Team Time :hoops96:00300001:011E1EC:01000000:FFFFFFFF:Finish this Game Now! :hoops96:00000000:0114814:00000099:FFFFFFFF:Infinite Credits PL1 :hoops96:00000000:0114815:00000099:FFFFFFFF:Infinite Credits PL2 :hoops96:00000000:0114816:00000099:FFFFFFFF:Infinite Credits PL3 :hoops96:00000000:0114817:00000099:FFFFFFFF:Infinite Credits PL4 :hoops96:00000000:011E27C:00000000:FFFFFFFF:Always have 0 Points TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops96:00000000:011E27C:00000099:FFFFFFFF:Always have 99 Points TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops96:00000001:011E27C:00000000:FFFFFFFF:Get 0 Points Now! TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops96:00000001:011E27C:00000099:FFFFFFFF:Get 99 Points Now! TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops96:00000901:011E27C:00000099:FFFFFFFF:Select Score TEAM1:The scores won't be correctly displayed until a team scores another basket :hoops96:00000000:011E1FC:00000006:FFFFFFFF:Supershoot Always Full TEAM1 :hoops96:00000000:011E1FC:00000000:FFFFFFFF:Supershoot Always Empty TEAM1 :hoops96:00000001:011E1FC:00000006:FFFFFFFF:Fill Supershoot Now! TEAM1 :hoops96:00000001:011E1FC:00000000:FFFFFFFF:Empty Supershoot Now! TEAM1 :hoops96:00000000:011E280:00000000:FFFFFFFF:Always have 0 Points TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops96:00000000:011E280:00000099:FFFFFFFF:Always have 99 Points TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops96:00000001:011E280:00000000:FFFFFFFF:Get 0 Points Now! TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops96:00000001:011E280:00000099:FFFFFFFF:Get 99 Points Now! TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops96:00000901:011E280:00000099:FFFFFFFF:Select Score TEAM2:The scores won't be correctly displayed until a team scores another basket :hoops96:00000000:011E200:00000006:FFFFFFFF:Supershoot Always Full TEAM2 :hoops96:00000000:011E200:00000000:FFFFFFFF:Supershoot Always Empty TEAM2 :hoops96:00000001:011E200:00000006:FFFFFFFF:Fill Supershoot Now! TEAM2 :hoops96:00000001:011E200:00000000:FFFFFFFF:Empty Supershoot Now! TEAM2 ; [ Hopping Mappy ] hopmappy:0:5707:03:000:Infinite Lives PL1 ; [ Hopper Robo ] hopprobo:0:8270:09:000:Infinite Energy hopprobo:0:826F:63:500:Infinite Energy (2/2) hopprobo:0:8032:03:000:Infinite Lives PL1 hopprobo:0:8033:03:000:Infinite Lives PL2 ; [ Kid no Hore Hore Daisakusen ] :horekid:00000301:0402B4:0000001F:FFFFFFFF:Select Starting Round:Enable on the "Push Start Button" screen after you've inserted a credit horekid:0:040AF9:59:000:Infinite Time PL1 horekid:0:040AF8:09:500:Infinite Time PL1 (2/2) horekid:0:0402B0:9A:000:Infinite Lives PL1: horekid:00000000:040AF5:00000002:FFFFFFFF:Invincibility PL1 horekid:0:040B15:59:000:Infinite Time PL2 horekid:0:040B14:09:500:Infinite Time PL2 (2/2) horekid:0:0402B1:9A:000:Infinite Lives PL2 :horekid:00000000:040B11:00000002:FFFFFFFF:Invincibility PL2 ; [ Kid no Hore Hore Daisakusen (bootleg) ] :horekidb:00000301:0402B4:0000001F:FFFFFFFF:Select Starting Round:Enable on the "Push Start Button" screen after you've inserted a credit horekidb:0:040AF9:59:000:Infinite Time PL1 horekidb:0:040AF8:09:500:Infinite Time PL1 (2/2) horekidb:0:0402B0:9A:000:Infinite Lives PL1 :horekidb:00000000:040AF5:00000002:FFFFFFFF:Invincibility PL1 horekidb:0:040B15:59:000:Infinite Time PL2 horekidb:0:040B14:09:500:Infinite Time PL2 (2/2) horekidb:0:0402B1:9A:000:Infinite Lives PL2 :horekidb:00000000:040B11:00000002:FFFFFFFF:Invincibility PL2 ; [ Horizon ] horizon:0:E04D:07:000:Infinite Lives horizon:0:E03E:6E:000:Infinite Fuel:Turn this cheat OFF at the end of each zone horizon:0:0000:00:999:[ See the Dip Switch Menu to enable ] horizon:0:0000:00:999:[ Invincibility. ] ; [ American Horseshoes (US) ] horshoes:0:8E3C:29:000:Infinite Time ; [ Hot Blocks - Tetrix II ] hotblock:0:0000:00:999:[ This game hasn't even ]:REASON 11 hotblock:0:0000:00:999:[ been looked at due to ]:REASON 11 hotblock:0:0000:00:999:[ time constraints - Too]:REASON 11 hotblock:0:0000:00:999:[ many games and so ]:REASON 11 hotblock:0:0000:00:999:[ little time. It is ]:REASON 11 hotblock:0:0000:00:999:[ even possible that ]:REASON 11 hotblock:0:0000:00:999:[ this game may be a ]:REASON 11 hotblock:0:0000:00:999:[ clone of an existing ]:REASON 11 hotblock:0:0000:00:999:[ game which may have ]:REASON 11 hotblock:0:0000:00:999:[ cheats. Please search ]:REASON 11 hotblock:0:0000:00:999:[ the cheat forums ]:REASON 11 hotblock:0:0000:00:999:[ before posting cheat ]:REASON 11 hotblock:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hot Bubble ] hotbubl:0:000000:00:999:[ There may be a slight delay before ] hotbubl:0:000000:00:999:[ the current bubble cheats work. ] :hotbubl:00000000:3C04F1:00000000:FFFFFFFF:Curr Bubble always Red PL1 :hotbubl:00010000:3CCDF9:00000000:FFFFFFFF:Curr Bubble always Red PL1 (2/2) :hotbubl:00000000:3C04F1:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL1 :hotbubl:00010000:3CCDF9:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL1 (2/2) :hotbubl:00000000:3C04F1:00000002:FFFFFFFF:Curr Bubble always Orange PL1 :hotbubl:00010000:3CCDF9:00000002:FFFFFFFF:Curr Bubble always Orange PL1 (2/2) :hotbubl:00000000:3C04F1:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL1 :hotbubl:00010000:3CCDF9:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL1 (2/2) :hotbubl:00000000:3C04F1:00000004:FFFFFFFF:Curr Bubble always Yellow PL1 :hotbubl:00010000:3CCDF9:00000004:FFFFFFFF:Curr Bubble always Yellow PL1 (2/2) :hotbubl:00000000:3C04F1:00000005:FFFFFFFF:Curr Bubble always Purple PL1 :hotbubl:00010000:3CCDF9:00000005:FFFFFFFF:Curr Bubble always Purple PL1 (2/2) :hotbubl:00000000:3C04F1:00000006:FFFFFFFF:Curr Bubble always Green PL1 :hotbubl:00010000:3CCDF9:00000006:FFFFFFFF:Curr Bubble always Green PL1 (2/2) :hotbubl:00000000:3C04F1:00000007:FFFFFFFF:Curr Bubble always Grey PL1 :hotbubl:00010000:3CCDF9:00000007:FFFFFFFF:Curr Bubble always Grey PL1 (2/2) :hotbubl:00000000:3C04F1:00000008:FFFFFFFF:Curr Bubble always a Bomb PL1:Bomb = One Line Explosion :hotbubl:00010000:3CCDF9:00000008:FFFFFFFF:Curr Bubble always a Bomb PL1 (2/2) :hotbubl:00000000:3C04F1:00000009:FFFFFFFF:Curr Bubble always a Skull PL1:Skull = Non Explosion Ball :hotbubl:00010000:3CCDF9:00000009:FFFFFFFF:Curr Bubble always a Skull PL1 (2/2) :hotbubl:00000000:3C04F1:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL1:Flasher = Same Colour Explosion :hotbubl:00010000:3CCDF9:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL1 (2/2) :hotbubl:00000000:3C04F1:0000000B:FFFFFFFF:Curr Bubble always a Mine PL1:Mine = Straight Explosion :hotbubl:00010000:3CCDF9:0000000B:FFFFFFFF:Curr Bubble always a Mine PL1 (2/2) :hotbubl:00000000:3C04F3:00000000:FFFFFFFF:Next Bubble always Red PL1 :hotbubl:00010000:3CCE19:00000000:FFFFFFFF:Next Bubble always Red PL1 (2/2) :hotbubl:00000000:3C04F3:00000001:FFFFFFFF:Next Bubble always Lt Blue PL1 :hotbubl:00010000:3CCE19:00000001:FFFFFFFF:Next Bubble always Lt Blue PL1 (2/2) :hotbubl:00000000:3C04F3:00000002:FFFFFFFF:Next Bubble always Orange PL1 :hotbubl:00010000:3CCE19:00000002:FFFFFFFF:Next Bubble always Orange PL1 (2/2) :hotbubl:00000000:3C04F3:00000003:FFFFFFFF:Next Bubble always Dk Blue PL1 :hotbubl:00010000:3CCE19:00000003:FFFFFFFF:Next Bubble always Dk Blue PL1 (2/2) :hotbubl:00000000:3C04F3:00000004:FFFFFFFF:Next Bubble always Yellow PL1 :hotbubl:00010000:3CCE19:00000004:FFFFFFFF:Next Bubble always Yellow PL1 (2/2) :hotbubl:00000000:3C04F3:00000005:FFFFFFFF:Next Bubble always Purple PL1 :hotbubl:00010000:3CCE19:00000005:FFFFFFFF:Next Bubble always Purple PL1 (2/2) :hotbubl:00000000:3C04F3:00000006:FFFFFFFF:Next Bubble always Green PL1 :hotbubl:00010000:3CCE19:00000006:FFFFFFFF:Next Bubble always Green PL1 (2/2) :hotbubl:00000000:3C04F3:00000007:FFFFFFFF:Next Bubble always Grey PL1 :hotbubl:00010000:3CCE19:00000007:FFFFFFFF:Next Bubble always Grey PL1 (2/2) :hotbubl:00000000:3C04F3:00000008:FFFFFFFF:Next Bubble always a Bomb PL1:Bomb = One Line Explosion :hotbubl:00010000:3CCE19:00000008:FFFFFFFF:Next Bubble always a Bomb PL1 (2/2) :hotbubl:00000000:3C04F3:00000009:FFFFFFFF:Next Bubble always a Skull PL1:Skull = Non Explosion Ball :hotbubl:00010000:3CCE19:00000009:FFFFFFFF:Next Bubble always a Skull PL1 (2/2) :hotbubl:00000000:3C04F3:0000000A:FFFFFFFF:Next Bubble always a Flasher PL1:Flasher = Same Colour Explosion :hotbubl:00010000:3CCE19:0000000A:FFFFFFFF:Next Bubble always a Flasher PL1 (2/2) :hotbubl:00000000:3C04F3:0000000B:FFFFFFFF:Next Bubble always a Mine PL1:Mine = Straight Explosion :hotbubl:00010000:3CCE19:0000000B:FFFFFFFF:Next Bubble always a Mine PL1 (2/2) :hotbubl:60000018:000000:00000000:00000000:[ There may be a slight delay before ] :hotbubl:60000018:000000:00000000:00000000:[ the current bubble cheats work. ] :hotbubl:00000001:3C04F1:00000000:FFFFFFFF:Curr Bubble is Red Now! PL1 :hotbubl:00010001:3CCDF9:00000000:FFFFFFFF:Curr Bubble is Red Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL1 :hotbubl:00010001:3CCDF9:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL1 :hotbubl:00010001:3CCDF9:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL1 :hotbubl:00010001:3CCDF9:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL1 :hotbubl:00010001:3CCDF9:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL1 :hotbubl:00010001:3CCDF9:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000006:FFFFFFFF:Curr Bubble is Green Now! PL1 :hotbubl:00010001:3CCDF9:00000006:FFFFFFFF:Curr Bubble is Green Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL1 :hotbubl:00010001:3CCDF9:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL1:Bomb = One Line Explosion :hotbubl:00010001:3CCDF9:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL1 (2/2) :hotbubl:00000001:3C04F1:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL1:Skull = Non Explosion Ball :hotbubl:00010001:3CCDF9:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL1 (2/2) :hotbubl:00000001:3C04F1:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL1:Flasher = Same Colour Explosion :hotbubl:00010001:3CCDF9:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL1 (2/2) :hotbubl:00000001:3C04F1:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL1:Mine = Straight Explosion :hotbubl:00010001:3CCDF9:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000000:FFFFFFFF:Next Bubble is Red Now! PL1 :hotbubl:00010001:3CCE19:00000000:FFFFFFFF:Next Bubble is Red Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL1 :hotbubl:00010001:3CCE19:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000002:FFFFFFFF:Next Bubble is Orange Now! PL1 :hotbubl:00010001:3CCE19:00000002:FFFFFFFF:Next Bubble is Orange Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL1 :hotbubl:00010001:3CCE19:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL1 :hotbubl:00010001:3CCE19:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000005:FFFFFFFF:Next Bubble is Purple Now! PL1 :hotbubl:00010001:3CCE19:00000005:FFFFFFFF:Next Bubble is Purple Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000006:FFFFFFFF:Next Bubble is Green Now! PL1 :hotbubl:00010001:3CCE19:00000006:FFFFFFFF:Next Bubble is Green Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000007:FFFFFFFF:Next Bubble is Grey Now! PL1 :hotbubl:00010001:3CCE19:00000007:FFFFFFFF:Next Bubble is Grey Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL1:Bomb = One Line Explosion :hotbubl:00010001:3CCE19:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL1 (2/2) :hotbubl:00000001:3C04F3:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL1:Skull = Non Explosion Ball :hotbubl:00010001:3CCE19:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL1 (2/2) :hotbubl:00000001:3C04F3:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL1:Flasher = Same Colour Explosion :hotbubl:00010001:3CCE19:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL1 (2/2) :hotbubl:00000001:3C04F3:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL1:Mine = Straight Explosion :hotbubl:00010001:3CCE19:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL1 (2/2) :hotbubl:60000018:000000:00000000:00000000:[ There may be a slight delay before ] :hotbubl:60000018:000000:00000000:00000000:[ the current bubble cheats work. ] :hotbubl:00000000:3C04F5:00000000:FFFFFFFF:Curr Bubble always Red PL2 :hotbubl:00010000:3CCE59:00000000:FFFFFFFF:Curr Bubble always Red PL2 (2/2) :hotbubl:00000000:3C04F5:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL2 :hotbubl:00010000:3CCE59:00000001:FFFFFFFF:Curr Bubble always Lt Blue PL2 (2/2) :hotbubl:00000000:3C04F5:00000002:FFFFFFFF:Curr Bubble always Orange PL2 :hotbubl:00010000:3CCE59:00000002:FFFFFFFF:Curr Bubble always Orange PL2 (2/2) :hotbubl:00000000:3C04F5:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL2 :hotbubl:00010000:3CCE59:00000003:FFFFFFFF:Curr Bubble always Dk Blue PL2 (2/2) :hotbubl:00000000:3C04F5:00000004:FFFFFFFF:Curr Bubble always Yellow PL2 :hotbubl:00010000:3CCE59:00000004:FFFFFFFF:Curr Bubble always Yellow PL2 (2/2) :hotbubl:00000000:3C04F5:00000005:FFFFFFFF:Curr Bubble always Purple PL2 :hotbubl:00010000:3CCE59:00000005:FFFFFFFF:Curr Bubble always Purple PL2 (2/2) :hotbubl:00000000:3C04F5:00000006:FFFFFFFF:Curr Bubble always Green PL2 :hotbubl:00010000:3CCE59:00000006:FFFFFFFF:Curr Bubble always Green PL2 (2/2) :hotbubl:00000000:3C04F5:00000007:FFFFFFFF:Curr Bubble always Grey PL2 :hotbubl:00010000:3CCE59:00000007:FFFFFFFF:Curr Bubble always Grey PL2 (2/2) :hotbubl:00000000:3C04F5:00000008:FFFFFFFF:Curr Bubble always a Bomb PL2:Bomb = One Line Explosion :hotbubl:00010000:3CCE59:00000008:FFFFFFFF:Curr Bubble always a Bomb PL2 (2/2) :hotbubl:00000000:3C04F5:00000009:FFFFFFFF:Curr Bubble always a Skull PL2:Skull = Non Explosion Ball :hotbubl:00010000:3CCE59:00000009:FFFFFFFF:Curr Bubble always a Skull PL2 (2/2) :hotbubl:00000000:3C04F5:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL2:Flasher = Same Colour Explosion :hotbubl:00010000:3CCE59:0000000A:FFFFFFFF:Curr Bubble always a Flasher PL2 (2/2) :hotbubl:00000000:3C04F5:0000000B:FFFFFFFF:Curr Bubble always a Mine PL2:Mine = Straight Explosion :hotbubl:00010000:3CCE59:0000000B:FFFFFFFF:Curr Bubble always a Mine PL2 (2/2) :hotbubl:00000000:3C04F7:00000000:FFFFFFFF:Next Bubble always Red PL2 :hotbubl:00010000:3CCE79:00000000:FFFFFFFF:Next Bubble always Red PL2 (2/2) :hotbubl:00000000:3C04F7:00000001:FFFFFFFF:Next Bubble always Lt Blue PL2 :hotbubl:00010000:3CCE79:00000001:FFFFFFFF:Next Bubble always Lt Blue PL2 (2/2) :hotbubl:00000000:3C04F7:00000002:FFFFFFFF:Next Bubble always Orange PL2 :hotbubl:00010000:3CCE79:00000002:FFFFFFFF:Next Bubble always Orange PL2 (2/2) :hotbubl:00000000:3C04F7:00000003:FFFFFFFF:Next Bubble always Dk Blue PL2 :hotbubl:00010000:3CCE79:00000003:FFFFFFFF:Next Bubble always Dk Blue PL2 (2/2) :hotbubl:00000000:3C04F7:00000004:FFFFFFFF:Next Bubble always Yellow PL2 :hotbubl:00010000:3CCE79:00000004:FFFFFFFF:Next Bubble always Yellow PL2 (2/2) :hotbubl:00000000:3C04F7:00000005:FFFFFFFF:Next Bubble always Purple PL2 :hotbubl:00010000:3CCE79:00000005:FFFFFFFF:Next Bubble always Purple PL2 (2/2) :hotbubl:00000000:3C04F7:00000006:FFFFFFFF:Next Bubble always Green PL2 :hotbubl:00010000:3CCE79:00000006:FFFFFFFF:Next Bubble always Green PL2 (2/2) :hotbubl:00000000:3C04F7:00000007:FFFFFFFF:Next Bubble always Grey PL2 :hotbubl:00010000:3CCE79:00000007:FFFFFFFF:Next Bubble always Grey PL2 (2/2) :hotbubl:00000000:3C04F7:00000008:FFFFFFFF:Next Bubble always a Bomb PL2:Bomb = One Line Explosion :hotbubl:00010000:3CCE79:00000008:FFFFFFFF:Next Bubble always a Bomb PL2 (2/2) :hotbubl:00000000:3C04F7:00000009:FFFFFFFF:Next Bubble always a Skull PL2:Skull = Non Explosion Ball :hotbubl:00010000:3CCE79:00000009:FFFFFFFF:Next Bubble always a Skull PL2 (2/2) :hotbubl:00000000:3C04F7:0000000A:FFFFFFFF:Next Bubble always a Flasher PL2:Flasher = Same Colour Explosion :hotbubl:00010000:3CCE79:0000000A:FFFFFFFF:Next Bubble always a Flasher PL2 (2/2) :hotbubl:00000000:3C04F7:0000000B:FFFFFFFF:Next Bubble always a Mine PL2:Mine = Straight Explosion :hotbubl:00010000:3CCE79:0000000B:FFFFFFFF:Next Bubble always a Mine PL2 (2/2) :hotbubl:60000018:000000:00000000:00000000:[ There may be a slight delay before ] :hotbubl:60000018:000000:00000000:00000000:[ the current bubble cheats work. ] :hotbubl:00000001:3C04F5:00000000:FFFFFFFF:Curr Bubble is Red Now! PL2 :hotbubl:00010001:3CCE59:00000000:FFFFFFFF:Curr Bubble is Red Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL2 :hotbubl:00010001:3CCE59:00000001:FFFFFFFF:Curr Bubble is Lt Blue Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL2 :hotbubl:00010001:3CCE59:00000002:FFFFFFFF:Curr Bubble is Orange Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL2 :hotbubl:00010001:3CCE59:00000003:FFFFFFFF:Curr Bubble is Dk Blue Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL2 :hotbubl:00010001:3CCE59:00000004:FFFFFFFF:Curr Bubble is Yellow Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL2 :hotbubl:00010001:3CCE59:00000005:FFFFFFFF:Curr Bubble is Purple Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000006:FFFFFFFF:Curr Bubble is Green Now! PL2 :hotbubl:00010001:3CCE59:00000006:FFFFFFFF:Curr Bubble is Green Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL2 :hotbubl:00010001:3CCE59:00000007:FFFFFFFF:Curr Bubble is Grey Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL2:Bomb = One Line Explosion :hotbubl:00010001:3CCE59:00000008:FFFFFFFF:Curr Bubble is a Bomb Now! PL2 (2/2) :hotbubl:00000001:3C04F5:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL2:Skull = Non Explosion Ball :hotbubl:00010001:3CCE59:00000009:FFFFFFFF:Curr Bubble is a Skull Now! PL2 (2/2) :hotbubl:00000001:3C04F5:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL2:Flasher = Same Colour Explosion :hotbubl:00010001:3CCE59:0000000A:FFFFFFFF:Curr Bubble is a Flasher Now! PL2 (2/2) :hotbubl:00000001:3C04F5:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL2:Mine = Straight Explosion :hotbubl:00010001:3CCE59:0000000B:FFFFFFFF:Curr Bubble is a Mine Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000000:FFFFFFFF:Next Bubble is Red Now! PL2 :hotbubl:00010001:3CCE79:00000000:FFFFFFFF:Next Bubble is Red Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL2 :hotbubl:00010001:3CCE79:00000001:FFFFFFFF:Next Bubble is Lt Blue Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000002:FFFFFFFF:Next Bubble is Orange Now! PL2 :hotbubl:00010001:3CCE79:00000002:FFFFFFFF:Next Bubble is Orange Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL2 :hotbubl:00010001:3CCE79:00000003:FFFFFFFF:Next Bubble is Dk Blue Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL2 :hotbubl:00010001:3CCE79:00000004:FFFFFFFF:Next Bubble is Yellow Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000005:FFFFFFFF:Next Bubble is Purple Now! PL2 :hotbubl:00010001:3CCE79:00000005:FFFFFFFF:Next Bubble is Purple Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000006:FFFFFFFF:Next Bubble is Green Now! PL2 :hotbubl:00010001:3CCE79:00000006:FFFFFFFF:Next Bubble is Green Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000007:FFFFFFFF:Next Bubble is Grey Now! PL2 :hotbubl:00010001:3CCE79:00000007:FFFFFFFF:Next Bubble is Grey Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL2:Bomb = One Line Explosion :hotbubl:00010001:3CCE79:00000008:FFFFFFFF:Next Bubble is a Bomb Now! PL2 (2/2) :hotbubl:00000001:3C04F7:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL2:Skull = Non Explosion Ball :hotbubl:00010001:3CCE79:00000009:FFFFFFFF:Next Bubble is a Skull Now! PL2 (2/2) :hotbubl:00000001:3C04F7:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL2:Flasher = Same Colour Explosion :hotbubl:00010001:3CCE79:0000000A:FFFFFFFF:Next Bubble is a Flasher Now! PL2 (2/2) :hotbubl:00000001:3C04F7:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL2:Mine = Straight Explosion :hotbubl:00010001:3CCE79:0000000B:FFFFFFFF:Next Bubble is a Mine Now! PL2 (2/2) ; [ Hot Chase ] hotchase:0:060012:99:000:Infinite Credits hotchase:0:06102C:FF:000:Infinite Time hotchase:0:06102D:3E:500:Infinite Time (2/2) hotchase:0:06104C:0B:000:Always drive at Maximum Speed hotchase:0:06104D:FF:500:Always drive at Maximum Speed (2/2) ; [ House of the Dead ] hotd:0:0000:00:999:[ There are no cheats ]:REASON 1 hotd:0:0000:00:999:[ for this game as it ]:REASON 1 hotd:0:0000:00:999:[ didn't work the last ]:REASON 1 hotd:0:0000:00:999:[ time it was tested. ]:REASON 1 hotd:0:0000:00:999:[ If the game now works ]:REASON 1 hotd:0:0000:00:999:[ please request cheats ]:REASON 1 hotd:0:0000:00:999:[ for it on the cheat ]:REASON 1 hotd:0:0000:00:999:[ forums. ]:REASON 1 ; [ Quiz de Idol! Hot Debut (Japan) ] hotdebut:0:0600FA98:05:000:Infinite Vitality PL1 hotdebut:0:0600FAD4:05:000:Infinite Vitality PL2 hotdebut:0:0600FC00:05:000:Infinite Vitality PL3 hotdebut:0:0600FC3C:05:000:Infinite Vitality PL4 hotdebut:0:00000000:00:999:[ Codes for the Left Screen ONLY ] :hotdebut:000000E6:0600E3B8:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer hotdebut:0:0600E3B8:00:000:Answer 1 always correct hotdebut:0:0600E411:01:001:Good answer ends quiz Now! hotdebut:0:00000000:00:999:[ Codes for the Right Screen or Left VS Right ] :hotdebut:000000E6:0600F1DC:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer hotdebut:0:0600F1DC:00:000:Answer 1 always correct hotdebut:0:0600F235:01:001:Good answer ends quiz Now! ; [ Hotdog Storm ] hotdogst:0:3010A9:09:000:Infinite Credits hotdogst:0:3010ED:0A:000:Infinite Lives PL1 hotdogst:0:3010F1:09:000:Infinite Bombs PL1 hotdogst:0:301304:01:000:Invincibility PL1 hotdogst:0:301305:0F:500:Invincibility PL1 (2/2) hotdogst:0:3011ED:03:000:Always Max Power (Blue Powerup) PL1 hotdogst:0:3011F1:01:000:Always Green Powerup PL1:Die to activate hotdogst:0:3011F1:02:000:Always Red Powerup PL1:Die to activate hotdogst:0:3011F1:03:000:Always Orange Powerup PL1:Die to activate hotdogst:0:3010EF:0A:000:Infinite Lives PL2 hotdogst:0:3010F3:09:000:Infinite Bombs PL2 hotdogst:0:301334:01:000:Invincibility PL2 hotdogst:0:301335:0F:500:Invincibility PL2 (2/2) hotdogst:0:3011EF:03:000:Always have Max Power (Blue Powerup) PL2 hotdogst:0:3011F3:01:000:Always have Green Powerup PL2:Die to activate hotdogst:0:3011F3:02:000:Always have Red Powerup PL2:Die to activate hotdogst:0:3011F3:03:000:Always have Orange Powerup PL2:Die to activate ; [ Taisen Hot Gimmick 4 Ever (Japan) ] hotgm4ev:0:0000:00:999:[ There are no cheats ]:REASON 3 hotgm4ev:0:0000:00:999:[ for this game as it ]:REASON 3 hotgm4ev:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 hotgm4ev:0:0000:00:999:[ Cheats will be added ]:REASON 3 hotgm4ev:0:0000:00:999:[ when somebody submits ]:REASON 3 hotgm4ev:0:0000:00:999:[ some. If you have ]:REASON 3 hotgm4ev:0:0000:00:999:[ made some cheats for ]:REASON 3 hotgm4ev:0:0000:00:999:[ this game please post ]:REASON 3 hotgm4ev:0:0000:00:999:[ them on the cheat ]:REASON 3 hotgm4ev:0:0000:00:999:[ forums. ]:REASON 3 ; [ Taisen Hot Gimmick (Japan) ] hotgmck:0:00000000:00:999:[ The winning hand cheat must be activated when there are 14 tiles in your hand, then press the RON ] hotgmck:0:00000000:00:999:[ key ('Z' by default). The tiles do not visually change until you make a move. ] :hotgmck:00000001:06005C02:0000001B:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] :hotgmck:00010001:06005C06:0000001B:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (02/14) :hotgmck:00010001:06005C0A:0000001B:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (03/14) :hotgmck:00010001:06005C0E:0000001C:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (04/14) :hotgmck:00010001:06005C12:0000001C:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (05/14) :hotgmck:00010001:06005C16:0000001C:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (06/14) :hotgmck:00010001:06005C1A:0000001D:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (07/14) :hotgmck:00010001:06005C1E:0000001D:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (08/14) :hotgmck:00010001:06005C22:0000001D:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (09/14) :hotgmck:00010001:06005C26:0000001E:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (10/14) :hotgmck:00010001:06005C2A:0000001E:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (11/14) :hotgmck:00010001:06005C2E:0000001E:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (12/14) :hotgmck:00010001:06005C32:0000001F:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (13/14) :hotgmck:00010001:06005C36:0000001F:FFFFFFFF:Get winning hand Now! [LEFT SCREEN] (14/14) :hotgmck:00000001:060072BA:0000001B:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] :hotgmck:00010001:060072BE:0000001B:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (02/14) :hotgmck:00010001:060072C2:0000001B:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (03/14) :hotgmck:00010001:060072C6:0000001C:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (04/14) :hotgmck:00010001:060072CA:0000001C:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (05/14) :hotgmck:00010001:060072CE:0000001C:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (06/14) :hotgmck:00010001:060072D2:0000001D:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (07/14) :hotgmck:00010001:060072D6:0000001D:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (08/14) :hotgmck:00010001:060072DA:0000001D:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (09/14) :hotgmck:00010001:060072DE:0000001E:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (10/14) :hotgmck:00010001:060072E2:0000001E:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (11/14) :hotgmck:00010001:060072E6:0000001E:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (12/14) :hotgmck:00010001:060072EA:0000001F:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (13/14) :hotgmck:00010001:060072EE:0000001F:FFFFFFFF:Get winning hand Now! [RIGHT SCREEN] (14/14) :hotgmck:00000006:06005C02:0000030D:FFFFFFFF:Watch ALL 14 tiles - Player [LEFT SCREEN] :hotgmck:00000006:06006702:0000030D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. [LEFT SCREEN] :hotgmck:00000006:060072BA:0000030D:FFFFFFFF:Watch ALL 14 tiles - Player [RIGHT SCREEN] :hotgmck:00000006:06007DBA:0000030D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. [RIGHT SCREEN] hotgmck:0:000000:00:999:[ Here is the look-up list for the above watches. ] hotgmck:0:000000:00:999:[ ] hotgmck:0:000000:00:999:[ value common name chinese name value common name chinese name ] hotgmck:0:000000:00:999:[ 00h 1 "characters" 1 "wan" 01h 2 "characters" 2 "wan" ] hotgmck:0:000000:00:999:[ 02h 3 "characters" 3 "wan" 03h 4 "characters" 4 "wan" ] hotgmck:0:000000:00:999:[ 04h 5 "characters" 5 "wan" 05h 6 "characters" 6 "wan" ] hotgmck:0:000000:00:999:[ 06h 7 "characters" 7 "wan" 07h 8 "characters" 8 "wan" ] hotgmck:0:000000:00:999:[ 08h 9 "characters" 9 "wan" 09h 1 "dots" 1 "tung" ] hotgmck:0:000000:00:999:[ 0Ah 2 "dots" 2 "tung" 0Bh 3 "dots" 3 "tung" ] hotgmck:0:000000:00:999:[ 0Ch 4 "dots" 4 "tung" 0Dh 5 "dots" 5 "tung" ] hotgmck:0:000000:00:999:[ 0Eh 6 "dots" 6 "tung" 0Fh 7 "dots" 7 "tung" ] hotgmck:0:000000:00:999:[ 10h 8 "dots" 8 "tung" 11h 9 "dots" 9 "tung" ] hotgmck:0:000000:00:999:[ 12h 1 "bamboo" 1"tiao/Bird" 13h 2 "bamboo" 2 "tiao" ] hotgmck:0:000000:00:999:[ 14h 3 "bamboo" 3 "tiao" 15h 4 "bamboo" 4 "tiao" ] hotgmck:0:000000:00:999:[ 16h 5 "bamboo" 5 "tiao" 17h 6 "bamboo" 6 "tiao" ] hotgmck:0:000000:00:999:[ 18h 7 "bamboo" 7 "tiao" 19h 8 "bamboo" 8 "tiao" ] hotgmck:0:000000:00:999:[ 1Ah 9 "bamboo" 9 "tiao" 1Bh East "wind" ] hotgmck:0:000000:00:999:[ 1Ch South "wind" 1Dh West "wind" ] hotgmck:0:000000:00:999:[ 1Eh North "wind" 1Fh White "dragon" ] hotgmck:0:000000:00:999:[ 20h Green "dragon" 21h Red "dragon" ] hotgmck:0:000000:00:999:[ FFh - no tile - ] ; [ Taisen Hot Gimmick 3 Digital Surfing (Japan) ] hotgmck3:0:00000000:00:999:[ The winning hand cheat must be activated when ] hotgmck3:0:00000000:00:999:[ there are 14 tiles in your hand, then press ] hotgmck3:0:00000000:00:999:[ the RON key ('Z' by default). The tiles do not ] hotgmck3:0:00000000:00:999:[ visually change until you make a move. ] hotgmck3:0:00000000:00:999: hotgmck3:0:00000000:00:999:[ These Cheats are for the Left Screen Only ] :hotgmck3:00200001:060065D8:00010000:FFFFFFFF:Get winning hand Now! :hotgmck3:00210001:060065DC:00010000:FFFFFFFF:Get winning hand Now! (02/14) :hotgmck3:00210001:060065E0:00010000:FFFFFFFF:Get winning hand Now! (03/14) :hotgmck3:00210001:060065E4:00020000:FFFFFFFF:Get winning hand Now! (04/14) :hotgmck3:00210001:060065E8:00020000:FFFFFFFF:Get winning hand Now! (05/14) :hotgmck3:00210001:060065EC:00020000:FFFFFFFF:Get winning hand Now! (06/14) :hotgmck3:00210001:060065F0:00030000:FFFFFFFF:Get winning hand Now! (07/14) :hotgmck3:00210001:060065F4:00030000:FFFFFFFF:Get winning hand Now! (08/14) :hotgmck3:00210001:060065F8:00030000:FFFFFFFF:Get winning hand Now! (09/14) :hotgmck3:00210001:060065FC:00040000:FFFFFFFF:Get winning hand Now! (10/14) :hotgmck3:00210001:06006600:00040000:FFFFFFFF:Get winning hand Now! (11/14) :hotgmck3:00210001:06006604:00040000:FFFFFFFF:Get winning hand Now! (12/14) :hotgmck3:00210001:06006608:00050000:FFFFFFFF:Get winning hand Now! (13/14) :hotgmck3:00210001:0600660C:00050000:FFFFFFFF:Get winning hand Now! (14/14) :hotgmck3:00200000:060065D8:00010000:FFFFFFFF:Always winning hand :hotgmck3:00210000:060065DC:00010000:FFFFFFFF:Always winning hand (02/14) :hotgmck3:00210000:060065E0:00010000:FFFFFFFF:Always winning hand (03/14) :hotgmck3:00210000:060065E4:00020000:FFFFFFFF:Always winning hand (04/14) :hotgmck3:00210000:060065E8:00020000:FFFFFFFF:Always winning hand (05/14) :hotgmck3:00210000:060065EC:00020000:FFFFFFFF:Always winning hand (06/14) :hotgmck3:00210000:060065F0:00030000:FFFFFFFF:Always winning hand (07/14) :hotgmck3:00210000:060065F4:00030000:FFFFFFFF:Always winning hand (08/14) :hotgmck3:00210000:060065F8:00030000:FFFFFFFF:Always winning hand (09/14) :hotgmck3:00210000:060065FC:00040000:FFFFFFFF:Always winning hand (10/14) :hotgmck3:00210000:06006600:00040000:FFFFFFFF:Always winning hand (11/14) :hotgmck3:00210000:06006604:00040000:FFFFFFFF:Always winning hand (12/14) :hotgmck3:00210000:06006608:00050000:FFFFFFFF:Always winning hand (13/14) :hotgmck3:00210000:0600660C:00050000:FFFFFFFF:Always winning hand (14/14) :hotgmck3:00200000:06017F39:0001863C:FFFFFFFF:Always Max Jong-Power hotgmck3:0:06017F43:01:000:Always have "Hai Nurikae" hotgmck3:0:06017F3F:01:000:Always have "Tyotto Tsumikomi" hotgmck3:0:06017F47:01:000:Always have "Kanari Tsumikomi" hotgmck3:0:06017F4B:01:000:Always have "Sugoi Tsumikomi" hotgmck3:0:06017F4F:01:000:Always have "Tsumikomi Special" hotgmck3:0:06017F53:01:000:Always have "Ippatsu Reach" hotgmck3:0:06017F15:03:000:Clear Stage Soon:Enable on the Title Screen (don't set during play!). You can then go to the next stage without playing Mahjong ; [ Taisen Hot Gimmick Integral (Japan) ] hotgmcki:0:0000:00:999:[ There are no cheats ]:REASON 3 hotgmcki:0:0000:00:999:[ for this game as it ]:REASON 3 hotgmcki:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 hotgmcki:0:0000:00:999:[ Cheats will be added ]:REASON 3 hotgmcki:0:0000:00:999:[ when somebody submits ]:REASON 3 hotgmcki:0:0000:00:999:[ some. If you have ]:REASON 3 hotgmcki:0:0000:00:999:[ made some cheats for ]:REASON 3 hotgmcki:0:0000:00:999:[ this game please post ]:REASON 3 hotgmcki:0:0000:00:999:[ them on the cheat ]:REASON 3 hotgmcki:0:0000:00:999:[ forums. ]:REASON 3 ; [ Hot Memory (V1.2, Germany) ] hotmemry:0:003CE7:63:000:Infinite Time hotmemry:0:0040F3:0A:000:Infinite Lives PL1 hotmemry:0:0040F5:0A:500:Infinite Lives PL1 (2/2) hotmemry:0:00410F:0A:000:Infinite Lives PL2 ; [ Hot Mind ] hotmind:0:0000:00:999:[ This game hasn't even ]:REASON 11 hotmind:0:0000:00:999:[ been looked at due to ]:REASON 11 hotmind:0:0000:00:999:[ time constraints - Too]:REASON 11 hotmind:0:0000:00:999:[ many games and so ]:REASON 11 hotmind:0:0000:00:999:[ little time. It is ]:REASON 11 hotmind:0:0000:00:999:[ even possible that ]:REASON 11 hotmind:0:0000:00:999:[ this game may be a ]:REASON 11 hotmind:0:0000:00:999:[ clone of an existing ]:REASON 11 hotmind:0:0000:00:999:[ game which may have ]:REASON 11 hotmind:0:0000:00:999:[ cheats. Please search ]:REASON 11 hotmind:0:0000:00:999:[ the cheat forums ]:REASON 11 hotmind:0:0000:00:999:[ before posting cheat ]:REASON 11 hotmind:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hot Pinball ] hotpinbl:0:800039:09:000:Infinite Credits hotpinbl:0:801014:00:000:Infinite Balls PL1 hotpinbl:0:801015:00:000:Infinite Balls PL2 hotpinbl:0:801016:00:000:Infinite Balls PL3 hotpinbl:0:801017:00:000:Infinite Balls PL4 ; [ Hot Rod (World, 3 Players, Turbo set 1) ] hotrod:0:000000:00:999:[ ] hotrod:0:000000:00:999:[ Cheats for Player 1 [RED CAR] ] hotrod:0:000000:00:999:[ ] :hotrod:00000000:FFA100:00000009:FFFFFFFF:Infinite Credits PL1 :hotrod:00000000:F020E8:0000000F:FFFFFFFF:Invincibility PL1 :hotrod:00100000:F01FA3:00000888:FFFFFFFF:Always Max Speed PL1 :hotrod:00000000:F02106:000000FF:FFFFFFFF:Infinite Gas PL1 :hotrod:00300000:F02102:0098967F:FFFFFFFF:Infinite Money PL1 :hotrod:00000000:F020CC:00000000:FFFFFFFF:Always 1st PL1 :hotrod:62000000:000000:00000000:00000000:Select Tyre PL1 :hotrod:00010000:F020B8:00000000:FFFFFFFF:Normal Tyre :hotrod:00010000:F020B8:00000001:FFFFFFFF:Speed Tyre 1 :hotrod:00010000:F020B8:00000002:FFFFFFFF:Speed Tyre 2 :hotrod:00010000:F020B8:00000003:FFFFFFFF:Radial Tyre 1 :hotrod:00010000:F020B8:00000004:FFFFFFFF:Radial Tyre 2 :hotrod:00010000:F020B8:00000005:FFFFFFFF:Spike Tyre 1 :hotrod:00010000:F020B8:00000006:FFFFFFFF:Spike Tyre 2 :hotrod:00010000:F020B8:00000007:FFFFFFFF:Snow Tyre 1 :hotrod:00010000:F020B8:00000008:FFFFFFFF:Snow Tyre 2 :hotrod:62000000:000000:00000000:00000000:Select Engine PL1 :hotrod:00010000:F020BC:00000000:FFFFFFFF:Normal Engine :hotrod:00010000:F020BC:00000001:FFFFFFFF:Front Engine 1 :hotrod:00010000:F020BC:00000002:FFFFFFFF:Front Engine 2 :hotrod:00010000:F020BC:00000003:FFFFFFFF:Front Engine 3 :hotrod:00010000:F020BC:00000004:FFFFFFFF:Rear Engine 1 :hotrod:00010000:F020BC:00000005:FFFFFFFF:Rear Engine 2 :hotrod:00010000:F020BC:00000006:FFFFFFFF:Rear Engine 3 :hotrod:62000000:000000:00000000:00000000:Select Wing PL1 :hotrod:00010000:F020BE:00000000:FFFFFFFF:No Wing :hotrod:00010000:F020BE:00000001:FFFFFFFF:Wing 1 :hotrod:00010000:F020BE:00000002:FFFFFFFF:Wing 2 :hotrod:00010000:F020BE:00000003:FFFFFFFF:Wing 3 :hotrod:62000000:000000:00000000:00000000:Select Bumper PL1 :hotrod:00010000:F020BA:00000000:FFFFFFFF:No Bumper :hotrod:00010000:F020BA:00000001:FFFFFFFF:Bumper 1 :hotrod:00010000:F020BA:00000002:FFFFFFFF:Bumper 2 :hotrod:00010000:F020BA:00000003:FFFFFFFF:Bumper 3 hotrod:0:000000:00:999:[ ] hotrod:0:000000:00:999:[ Cheats for Player 2 [GREEN CAR] ] hotrod:0:000000:00:999:[ ] :hotrod:00000000:FFA102:00000009:FFFFFFFF:Infinite Credits PL2 :hotrod:00000000:F02278:0000000F:FFFFFFFF:Invincibility PL2 :hotrod:00100000:F02133:00000888:FFFFFFFF:Always Max Speed PL2 :hotrod:00000000:F02296:000000FF:FFFFFFFF:Infinite Gas PL2 :hotrod:00300000:F02292:0098967F:FFFFFFFF:Infinite Money PL2 :hotrod:00000000:F0225C:00000000:FFFFFFFF:Always 1st PL2 :hotrod:62000000:000000:00000000:00000000:Select Tyre PL2 :hotrod:00010000:F02248:00000000:FFFFFFFF:Normal Tyre :hotrod:00010000:F02248:00000001:FFFFFFFF:Speed Tyre 1 :hotrod:00010000:F02248:00000002:FFFFFFFF:Speed Tyre 2 :hotrod:00010000:F02248:00000003:FFFFFFFF:Radial Tyre 1 :hotrod:00010000:F02248:00000004:FFFFFFFF:Radial Tyre 2 :hotrod:00010000:F02248:00000005:FFFFFFFF:Spike Tyre 1 :hotrod:00010000:F02248:00000006:FFFFFFFF:Spike Tyre 2 :hotrod:00010000:F02248:00000007:FFFFFFFF:Snow Tyre 1 :hotrod:00010000:F02248:00000008:FFFFFFFF:Snow Tyre 2 :hotrod:62000000:000000:00000000:00000000:Select Engine PL2 :hotrod:00010000:F0224C:00000000:FFFFFFFF:Normal Engine :hotrod:00010000:F0224C:00000001:FFFFFFFF:Front Engine 1 :hotrod:00010000:F0224C:00000002:FFFFFFFF:Front Engine 2 :hotrod:00010000:F0224C:00000003:FFFFFFFF:Front Engine 3 :hotrod:00010000:F0224C:00000004:FFFFFFFF:Rear Engine 1 :hotrod:00010000:F0224C:00000005:FFFFFFFF:Rear Engine 2 :hotrod:00010000:F0224C:00000006:FFFFFFFF:Rear Engine 3 :hotrod:62000000:000000:00000000:00000000:Select Wing PL2 :hotrod:00010000:F0224E:00000000:FFFFFFFF:No Wing :hotrod:00010000:F0224E:00000001:FFFFFFFF:Wing 1 :hotrod:00010000:F0224E:00000002:FFFFFFFF:Wing 2 :hotrod:00010000:F0224E:00000003:FFFFFFFF:Wing 3 :hotrod:62000000:000000:00000000:00000000:Select Bumper PL2 :hotrod:00010000:F0224A:00000000:FFFFFFFF:No Bumper :hotrod:00010000:F0224A:00000001:FFFFFFFF:Bumper 1 :hotrod:00010000:F0224A:00000002:FFFFFFFF:Bumper 2 :hotrod:00010000:F0224A:00000003:FFFFFFFF:Bumper 3 hotrod:0:000000:00:999:[ ] hotrod:0:000000:00:999:[ Cheats for Player 3 [YELLOW CAR] ] hotrod:0:000000:00:999:[ ] :hotrod:00000000:FFA104:00000009:FFFFFFFF:Infinite Credits PL3 :hotrod:00000000:F02408:0000000F:FFFFFFFF:Invincibility PL3 :hotrod:00100000:F022C3:00000888:FFFFFFFF:Always Max Speed PL3 :hotrod:00000000:F02426:000000FF:FFFFFFFF:Infinite Gas PL3 :hotrod:00300000:F02422:0098967F:FFFFFFFF:Infinite Money PL3 :hotrod:00000000:F023EC:00000000:FFFFFFFF:Always 1st PL3 :hotrod:62000000:000000:00000000:00000000:Select Tyre PL3 :hotrod:00010000:F023D8:00000000:FFFFFFFF:Normal Tyre :hotrod:00010000:F023D8:00000001:FFFFFFFF:Speed Tyre 1 :hotrod:00010000:F023D8:00000002:FFFFFFFF:Speed Tyre 2 :hotrod:00010000:F023D8:00000003:FFFFFFFF:Radial Tyre 1 :hotrod:00010000:F023D8:00000004:FFFFFFFF:Radial Tyre 2 :hotrod:00010000:F023D8:00000005:FFFFFFFF:Spike Tyre 1 :hotrod:00010000:F023D8:00000006:FFFFFFFF:Spike Tyre 2 :hotrod:00010000:F023D8:00000007:FFFFFFFF:Snow Tyre 1 :hotrod:00010000:F023D8:00000008:FFFFFFFF:Snow Tyre 2 :hotrod:62000000:000000:00000000:00000000:Select Engine PL3 :hotrod:00010000:F023DC:00000000:FFFFFFFF:Normal Engine :hotrod:00010000:F023DC:00000001:FFFFFFFF:Front Engine 1 :hotrod:00010000:F023DC:00000002:FFFFFFFF:Front Engine 2 :hotrod:00010000:F023DC:00000003:FFFFFFFF:Front Engine 3 :hotrod:00010000:F023DC:00000004:FFFFFFFF:Rear Engine 1 :hotrod:00010000:F023DC:00000005:FFFFFFFF:Rear Engine 2 :hotrod:00010000:F023DC:00000006:FFFFFFFF:Rear Engine 3 :hotrod:62000000:000000:00000000:00000000:Select Wing PL3 :hotrod:00010000:F023DE:00000000:FFFFFFFF:No Wing :hotrod:00010000:F023DE:00000001:FFFFFFFF:Wing 1 :hotrod:00010000:F023DE:00000002:FFFFFFFF:Wing 2 :hotrod:00010000:F023DE:00000003:FFFFFFFF:Wing 3 :hotrod:62000000:000000:00000000:00000000:Select Bumper PL3 :hotrod:00010000:F023DA:00000000:FFFFFFFF:No Bumper :hotrod:00010000:F023DA:00000001:FFFFFFFF:Bumper 1 :hotrod:00010000:F023DA:00000002:FFFFFFFF:Bumper 2 :hotrod:00010000:F023DA:00000003:FFFFFFFF:Bumper 3 hotrod:0:000000:00:999:[ ] hotrod:0:000000:00:999:[ Cheats against CPU [BLUE CAR] ] hotrod:0:000000:00:999:[ ] :hotrod:00100000:F02453:00000000:FFFFFFFF:CPU Always Stop :hotrod:00000000:F02568:00000000:FFFFFFFF:CPU Always No Parts :hotrod:00010000:F0256C:00000000:FFFFFFFF:CPU Always No Parts (2/4) :hotrod:00010000:F0256E:00000000:FFFFFFFF:CPU Always No Parts (3/4) :hotrod:00010000:F0256A:00000000:FFFFFFFF:CPU Always No Parts (4/4) ; [ Hot Rod (World, 3 Players, Turbo set 2) ] hotroda:0:000000:00:999:[ ] hotroda:0:000000:00:999:[ Cheats for Player 1 [RED CAR] ] hotroda:0:000000:00:999:[ ] :hotroda:00000000:FFA100:00000009:FFFFFFFF:Infinite Credits PL1 :hotroda:00000000:F020E8:0000000F:FFFFFFFF:Invincibility PL1 :hotroda:00100000:F01FA3:00000888:FFFFFFFF:Always Max Speed PL1 :hotroda:00000000:F02106:000000FF:FFFFFFFF:Infinite Gas PL1 :hotroda:00300000:F02102:0098967F:FFFFFFFF:Infinite Money PL1 :hotroda:00000000:F020CC:00000000:FFFFFFFF:Always 1st PL1 :hotroda:62000000:000000:00000000:00000000:Select Tyre PL1 :hotroda:00010000:F020B8:00000000:FFFFFFFF:Normal Tyre :hotroda:00010000:F020B8:00000001:FFFFFFFF:Speed Tyre 1 :hotroda:00010000:F020B8:00000002:FFFFFFFF:Speed Tyre 2 :hotroda:00010000:F020B8:00000003:FFFFFFFF:Radial Tyre 1 :hotroda:00010000:F020B8:00000004:FFFFFFFF:Radial Tyre 2 :hotroda:00010000:F020B8:00000005:FFFFFFFF:Spike Tyre 1 :hotroda:00010000:F020B8:00000006:FFFFFFFF:Spike Tyre 2 :hotroda:00010000:F020B8:00000007:FFFFFFFF:Snow Tyre 1 :hotroda:00010000:F020B8:00000008:FFFFFFFF:Snow Tyre 2 :hotroda:62000000:000000:00000000:00000000:Select Engine PL1 :hotroda:00010000:F020BC:00000000:FFFFFFFF:Normal Engine :hotroda:00010000:F020BC:00000001:FFFFFFFF:Front Engine 1 :hotroda:00010000:F020BC:00000002:FFFFFFFF:Front Engine 2 :hotroda:00010000:F020BC:00000003:FFFFFFFF:Front Engine 3 :hotroda:00010000:F020BC:00000004:FFFFFFFF:Rear Engine 1 :hotroda:00010000:F020BC:00000005:FFFFFFFF:Rear Engine 2 :hotroda:00010000:F020BC:00000006:FFFFFFFF:Rear Engine 3 :hotroda:62000000:000000:00000000:00000000:Select Wing PL1 :hotroda:00010000:F020BE:00000000:FFFFFFFF:No Wing :hotroda:00010000:F020BE:00000001:FFFFFFFF:Wing 1 :hotroda:00010000:F020BE:00000002:FFFFFFFF:Wing 2 :hotroda:00010000:F020BE:00000003:FFFFFFFF:Wing 3 :hotroda:62000000:000000:00000000:00000000:Select Bumper PL1 :hotroda:00010000:F020BA:00000000:FFFFFFFF:No Bumper :hotroda:00010000:F020BA:00000001:FFFFFFFF:Bumper 1 :hotroda:00010000:F020BA:00000002:FFFFFFFF:Bumper 2 :hotroda:00010000:F020BA:00000003:FFFFFFFF:Bumper 3 hotroda:0:000000:00:999:[ ] hotroda:0:000000:00:999:[ Cheats for Player 2 [GREEN CAR] ] hotroda:0:000000:00:999:[ ] :hotroda:00000000:FFA102:00000009:FFFFFFFF:Infinite Credits PL2 :hotroda:00000000:F02278:0000000F:FFFFFFFF:Invincibility PL2 :hotroda:00100000:F02133:00000888:FFFFFFFF:Always Max Speed PL2 :hotroda:00000000:F02296:000000FF:FFFFFFFF:Infinite Gas PL2 :hotroda:00300000:F02292:0098967F:FFFFFFFF:Infinite Money PL2 :hotroda:00000000:F0225C:00000000:FFFFFFFF:Always 1st PL2 :hotroda:62000000:000000:00000000:00000000:Select Tyre PL2 :hotroda:00010000:F02248:00000000:FFFFFFFF:Normal Tyre :hotroda:00010000:F02248:00000001:FFFFFFFF:Speed Tyre 1 :hotroda:00010000:F02248:00000002:FFFFFFFF:Speed Tyre 2 :hotroda:00010000:F02248:00000003:FFFFFFFF:Radial Tyre 1 :hotroda:00010000:F02248:00000004:FFFFFFFF:Radial Tyre 2 :hotroda:00010000:F02248:00000005:FFFFFFFF:Spike Tyre 1 :hotroda:00010000:F02248:00000006:FFFFFFFF:Spike Tyre 2 :hotroda:00010000:F02248:00000007:FFFFFFFF:Snow Tyre 1 :hotroda:00010000:F02248:00000008:FFFFFFFF:Snow Tyre 2 :hotroda:62000000:000000:00000000:00000000:Select Engine PL2 :hotroda:00010000:F0224C:00000000:FFFFFFFF:Normal Engine :hotroda:00010000:F0224C:00000001:FFFFFFFF:Front Engine 1 :hotroda:00010000:F0224C:00000002:FFFFFFFF:Front Engine 2 :hotroda:00010000:F0224C:00000003:FFFFFFFF:Front Engine 3 :hotroda:00010000:F0224C:00000004:FFFFFFFF:Rear Engine 1 :hotroda:00010000:F0224C:00000005:FFFFFFFF:Rear Engine 2 :hotroda:00010000:F0224C:00000006:FFFFFFFF:Rear Engine 3 :hotroda:62000000:000000:00000000:00000000:Select Wing PL2 :hotroda:00010000:F0224E:00000000:FFFFFFFF:No Wing :hotroda:00010000:F0224E:00000001:FFFFFFFF:Wing 1 :hotroda:00010000:F0224E:00000002:FFFFFFFF:Wing 2 :hotroda:00010000:F0224E:00000003:FFFFFFFF:Wing 3 :hotroda:62000000:000000:00000000:00000000:Select Bumper PL2 :hotroda:00010000:F0224A:00000000:FFFFFFFF:No Bumper :hotroda:00010000:F0224A:00000001:FFFFFFFF:Bumper 1 :hotroda:00010000:F0224A:00000002:FFFFFFFF:Bumper 2 :hotroda:00010000:F0224A:00000003:FFFFFFFF:Bumper 3 hotroda:0:000000:00:999:[ ] hotroda:0:000000:00:999:[ Cheats for Player 3 [YELLOW CAR] ] hotroda:0:000000:00:999:[ ] :hotroda:00000000:FFA104:00000009:FFFFFFFF:Infinite Credits PL3 :hotroda:00000000:F02408:0000000F:FFFFFFFF:Invincibility PL3 :hotroda:00100000:F022C3:00000888:FFFFFFFF:Always Max Speed PL3 :hotroda:00000000:F02426:000000FF:FFFFFFFF:Infinite Gas PL3 :hotroda:00300000:F02422:0098967F:FFFFFFFF:Infinite Money PL3 :hotroda:00000000:F023EC:00000000:FFFFFFFF:Always 1st PL3 :hotroda:62000000:000000:00000000:00000000:Select Tyre PL3 :hotroda:00010000:F023D8:00000000:FFFFFFFF:Normal Tyre :hotroda:00010000:F023D8:00000001:FFFFFFFF:Speed Tyre 1 :hotroda:00010000:F023D8:00000002:FFFFFFFF:Speed Tyre 2 :hotroda:00010000:F023D8:00000003:FFFFFFFF:Radial Tyre 1 :hotroda:00010000:F023D8:00000004:FFFFFFFF:Radial Tyre 2 :hotroda:00010000:F023D8:00000005:FFFFFFFF:Spike Tyre 1 :hotroda:00010000:F023D8:00000006:FFFFFFFF:Spike Tyre 2 :hotroda:00010000:F023D8:00000007:FFFFFFFF:Snow Tyre 1 :hotroda:00010000:F023D8:00000008:FFFFFFFF:Snow Tyre 2 :hotroda:62000000:000000:00000000:00000000:Select Engine PL3 :hotroda:00010000:F023DC:00000000:FFFFFFFF:Normal Engine :hotroda:00010000:F023DC:00000001:FFFFFFFF:Front Engine 1 :hotroda:00010000:F023DC:00000002:FFFFFFFF:Front Engine 2 :hotroda:00010000:F023DC:00000003:FFFFFFFF:Front Engine 3 :hotroda:00010000:F023DC:00000004:FFFFFFFF:Rear Engine 1 :hotroda:00010000:F023DC:00000005:FFFFFFFF:Rear Engine 2 :hotroda:00010000:F023DC:00000006:FFFFFFFF:Rear Engine 3 :hotroda:62000000:000000:00000000:00000000:Select Wing PL3 :hotroda:00010000:F023DE:00000000:FFFFFFFF:No Wing :hotroda:00010000:F023DE:00000001:FFFFFFFF:Wing 1 :hotroda:00010000:F023DE:00000002:FFFFFFFF:Wing 2 :hotroda:00010000:F023DE:00000003:FFFFFFFF:Wing 3 :hotroda:62000000:000000:00000000:00000000:Select Bumper PL3 :hotroda:00010000:F023DA:00000000:FFFFFFFF:No Bumper :hotroda:00010000:F023DA:00000001:FFFFFFFF:Bumper 1 :hotroda:00010000:F023DA:00000002:FFFFFFFF:Bumper 2 :hotroda:00010000:F023DA:00000003:FFFFFFFF:Bumper 3 hotroda:0:000000:00:999:[ ] hotroda:0:000000:00:999:[ Cheats against CPU [BLUE CAR] ] hotroda:0:000000:00:999:[ ] :hotroda:00100000:F02453:00000000:FFFFFFFF:CPU Always Stop :hotroda:00000000:F02568:00000000:FFFFFFFF:CPU Always No Parts :hotroda:00010000:F0256C:00000000:FFFFFFFF:CPU Always No Parts (2/4) :hotroda:00010000:F0256E:00000000:FFFFFFFF:CPU Always No Parts (3/4) :hotroda:00010000:F0256A:00000000:FFFFFFFF:CPU Always No Parts (4/4) ; [ Hot Rod (Japan, 4 Players) ] hotrodj:0:000000:00:999:[ ] hotrodj:0:000000:00:999:[ Cheats for Player 1 [RED CAR] ] hotrodj:0:000000:00:999:[ ] :hotrodj:00000000:FFA100:00000009:FFFFFFFF:Infinite Credits PL1 :hotrodj:00000000:F020E8:0000000F:FFFFFFFF:Invincibility PL1 :hotrodj:00100000:F01FA3:00000888:FFFFFFFF:Always Max Speed PL1 :hotrodj:00000000:F02106:000000FF:FFFFFFFF:Infinite Gas PL1 :hotrodj:00300000:F02102:0098967F:FFFFFFFF:Infinite Money PL1 :hotrodj:00000000:F020CC:00000000:FFFFFFFF:Always 1st PL1 :hotrodj:62000000:000000:00000000:00000000:Select Tyre PL1 :hotrodj:00010000:F020B8:00000000:FFFFFFFF:Normal Tyre :hotrodj:00010000:F020B8:00000001:FFFFFFFF:Speed Tyre 1 :hotrodj:00010000:F020B8:00000002:FFFFFFFF:Speed Tyre 2 :hotrodj:00010000:F020B8:00000003:FFFFFFFF:Radial Tyre 1 :hotrodj:00010000:F020B8:00000004:FFFFFFFF:Radial Tyre 2 :hotrodj:00010000:F020B8:00000005:FFFFFFFF:Spike Tyre 1 :hotrodj:00010000:F020B8:00000006:FFFFFFFF:Spike Tyre 2 :hotrodj:00010000:F020B8:00000007:FFFFFFFF:Snow Tyre 1 :hotrodj:00010000:F020B8:00000008:FFFFFFFF:Snow Tyre 2 :hotrodj:62000000:000000:00000000:00000000:Select Engine PL1 :hotrodj:00010000:F020BC:00000000:FFFFFFFF:Normal Engine :hotrodj:00010000:F020BC:00000001:FFFFFFFF:Front Engine 1 :hotrodj:00010000:F020BC:00000002:FFFFFFFF:Front Engine 2 :hotrodj:00010000:F020BC:00000003:FFFFFFFF:Front Engine 3 :hotrodj:00010000:F020BC:00000004:FFFFFFFF:Rear Engine 1 :hotrodj:00010000:F020BC:00000005:FFFFFFFF:Rear Engine 2 :hotrodj:00010000:F020BC:00000006:FFFFFFFF:Rear Engine 3 :hotrodj:62000000:000000:00000000:00000000:Select Wing PL1 :hotrodj:00010000:F020BE:00000000:FFFFFFFF:No Wing :hotrodj:00010000:F020BE:00000001:FFFFFFFF:Wing 1 :hotrodj:00010000:F020BE:00000002:FFFFFFFF:Wing 2 :hotrodj:00010000:F020BE:00000003:FFFFFFFF:Wing 3 :hotrodj:62000000:000000:00000000:00000000:Select Bumper PL1 :hotrodj:00010000:F020BA:00000000:FFFFFFFF:No Bumper :hotrodj:00010000:F020BA:00000001:FFFFFFFF:Bumper 1 :hotrodj:00010000:F020BA:00000002:FFFFFFFF:Bumper 2 :hotrodj:00010000:F020BA:00000003:FFFFFFFF:Bumper 3 hotrodj:0:000000:00:999:[ ] hotrodj:0:000000:00:999:[ Cheats for Player 2 [GREEN CAR] ] hotrodj:0:000000:00:999:[ ] :hotrodj:00000000:FFA102:00000009:FFFFFFFF:Infinite Credits PL2 :hotrodj:00000000:F02278:0000000F:FFFFFFFF:Invincibility PL2 :hotrodj:00100000:F02133:00000888:FFFFFFFF:Always Max Speed PL2 :hotrodj:00000000:F02296:000000FF:FFFFFFFF:Infinite Gas PL2 :hotrodj:00300000:F02292:0098967F:FFFFFFFF:Infinite Money PL2 :hotrodj:00000000:F0225C:00000000:FFFFFFFF:Always 1st PL2 :hotrodj:62000000:000000:00000000:00000000:Select Tyre PL2 :hotrodj:00010000:F02248:00000000:FFFFFFFF:Normal Tyre :hotrodj:00010000:F02248:00000001:FFFFFFFF:Speed Tyre 1 :hotrodj:00010000:F02248:00000002:FFFFFFFF:Speed Tyre 2 :hotrodj:00010000:F02248:00000003:FFFFFFFF:Radial Tyre 1 :hotrodj:00010000:F02248:00000004:FFFFFFFF:Radial Tyre 2 :hotrodj:00010000:F02248:00000005:FFFFFFFF:Spike Tyre 1 :hotrodj:00010000:F02248:00000006:FFFFFFFF:Spike Tyre 2 :hotrodj:00010000:F02248:00000007:FFFFFFFF:Snow Tyre 1 :hotrodj:00010000:F02248:00000008:FFFFFFFF:Snow Tyre 2 :hotrodj:62000000:000000:00000000:00000000:Select Engine PL2 :hotrodj:00010000:F0224C:00000000:FFFFFFFF:Normal Engine :hotrodj:00010000:F0224C:00000001:FFFFFFFF:Front Engine 1 :hotrodj:00010000:F0224C:00000002:FFFFFFFF:Front Engine 2 :hotrodj:00010000:F0224C:00000003:FFFFFFFF:Front Engine 3 :hotrodj:00010000:F0224C:00000004:FFFFFFFF:Rear Engine 1 :hotrodj:00010000:F0224C:00000005:FFFFFFFF:Rear Engine 2 :hotrodj:00010000:F0224C:00000006:FFFFFFFF:Rear Engine 3 :hotrodj:62000000:000000:00000000:00000000:Select Wing PL2 :hotrodj:00010000:F0224E:00000000:FFFFFFFF:No Wing :hotrodj:00010000:F0224E:00000001:FFFFFFFF:Wing 1 :hotrodj:00010000:F0224E:00000002:FFFFFFFF:Wing 2 :hotrodj:00010000:F0224E:00000003:FFFFFFFF:Wing 3 :hotrodj:62000000:000000:00000000:00000000:Select Bumper PL2 :hotrodj:00010000:F0224A:00000000:FFFFFFFF:No Bumper :hotrodj:00010000:F0224A:00000001:FFFFFFFF:Bumper 1 :hotrodj:00010000:F0224A:00000002:FFFFFFFF:Bumper 2 :hotrodj:00010000:F0224A:00000003:FFFFFFFF:Bumper 3 hotrodj:0:000000:00:999:[ ] hotrodj:0:000000:00:999:[ Cheats for Player 3 [YELLOW CAR] ] hotrodj:0:000000:00:999:[ ] :hotrodj:00000000:FFA104:00000009:FFFFFFFF:Infinite Credits PL3 :hotrodj:00000000:F02408:0000000F:FFFFFFFF:Invincibility PL3 :hotrodj:00100000:F022C3:00000888:FFFFFFFF:Always Max Speed PL3 :hotrodj:00000000:F02426:000000FF:FFFFFFFF:Infinite Gas PL3 :hotrodj:00300000:F02422:0098967F:FFFFFFFF:Infinite Money PL3 :hotrodj:00000000:F023EC:00000000:FFFFFFFF:Always 1st PL3 :hotrodj:62000000:000000:00000000:00000000:Select Tyre PL3 :hotrodj:00010000:F023D8:00000000:FFFFFFFF:Normal Tyre :hotrodj:00010000:F023D8:00000001:FFFFFFFF:Speed Tyre 1 :hotrodj:00010000:F023D8:00000002:FFFFFFFF:Speed Tyre 2 :hotrodj:00010000:F023D8:00000003:FFFFFFFF:Radial Tyre 1 :hotrodj:00010000:F023D8:00000004:FFFFFFFF:Radial Tyre 2 :hotrodj:00010000:F023D8:00000005:FFFFFFFF:Spike Tyre 1 :hotrodj:00010000:F023D8:00000006:FFFFFFFF:Spike Tyre 2 :hotrodj:00010000:F023D8:00000007:FFFFFFFF:Snow Tyre 1 :hotrodj:00010000:F023D8:00000008:FFFFFFFF:Snow Tyre 2 :hotrodj:62000000:000000:00000000:00000000:Select Engine PL3 :hotrodj:00010000:F023DC:00000000:FFFFFFFF:Normal Engine :hotrodj:00010000:F023DC:00000001:FFFFFFFF:Front Engine 1 :hotrodj:00010000:F023DC:00000002:FFFFFFFF:Front Engine 2 :hotrodj:00010000:F023DC:00000003:FFFFFFFF:Front Engine 3 :hotrodj:00010000:F023DC:00000004:FFFFFFFF:Rear Engine 1 :hotrodj:00010000:F023DC:00000005:FFFFFFFF:Rear Engine 2 :hotrodj:00010000:F023DC:00000006:FFFFFFFF:Rear Engine 3 :hotrodj:62000000:000000:00000000:00000000:Select Wing PL3 :hotrodj:00010000:F023DE:00000000:FFFFFFFF:No Wing :hotrodj:00010000:F023DE:00000001:FFFFFFFF:Wing 1 :hotrodj:00010000:F023DE:00000002:FFFFFFFF:Wing 2 :hotrodj:00010000:F023DE:00000003:FFFFFFFF:Wing 3 :hotrodj:62000000:000000:00000000:00000000:Select Bumper PL3 :hotrodj:00010000:F023DA:00000000:FFFFFFFF:No Bumper :hotrodj:00010000:F023DA:00000001:FFFFFFFF:Bumper 1 :hotrodj:00010000:F023DA:00000002:FFFFFFFF:Bumper 2 :hotrodj:00010000:F023DA:00000003:FFFFFFFF:Bumper 3 hotrodj:0:000000:00:999:[ ] hotrodj:0:000000:00:999:[ Cheats for Player 4 [BLUE CAR] ] hotrodj:0:000000:00:999:[ ] :hotrodj:00000000:FFA106:00000009:FFFFFFFF:Infinite Credits PL4 :hotrodj:00000000:F02598:0000000F:FFFFFFFF:Invincibility PL4 :hotrodj:00100000:F02453:00000888:FFFFFFFF:Always Max Speed PL4 :hotrodj:00000000:F025B6:000000FF:FFFFFFFF:Infinite Gas PL4 :hotrodj:00300000:F025B2:0098967F:FFFFFFFF:Infinite Money PL4 :hotrodj:00000000:F0257C:00000000:FFFFFFFF:Always 1st PL4 :hotrodj:62000000:000000:00000000:00000000:Select Tyre PL4 :hotrodj:00010000:F02568:00000000:FFFFFFFF:Normal Tyre :hotrodj:00010000:F02568:00000001:FFFFFFFF:Speed Tyre 1 :hotrodj:00010000:F02568:00000002:FFFFFFFF:Speed Tyre 2 :hotrodj:00010000:F02568:00000003:FFFFFFFF:Radial Tyre 1 :hotrodj:00010000:F02568:00000004:FFFFFFFF:Radial Tyre 2 :hotrodj:00010000:F02568:00000005:FFFFFFFF:Spike Tyre 1 :hotrodj:00010000:F02568:00000006:FFFFFFFF:Spike Tyre 2 :hotrodj:00010000:F02568:00000007:FFFFFFFF:Snow Tyre 1 :hotrodj:00010000:F02568:00000008:FFFFFFFF:Snow Tyre 2 :hotrodj:62000000:000000:00000000:00000000:Select Engine PL4 :hotrodj:00010000:F0256C:00000000:FFFFFFFF:Normal Engine :hotrodj:00010000:F0256C:00000001:FFFFFFFF:Front Engine 1 :hotrodj:00010000:F0256C:00000002:FFFFFFFF:Front Engine 2 :hotrodj:00010000:F0256C:00000003:FFFFFFFF:Front Engine 3 :hotrodj:00010000:F0256C:00000004:FFFFFFFF:Rear Engine 1 :hotrodj:00010000:F0256C:00000005:FFFFFFFF:Rear Engine 2 :hotrodj:00010000:F0256C:00000006:FFFFFFFF:Rear Engine 3 :hotrodj:62000000:000000:00000000:00000000:Select Wing PL4 :hotrodj:00010000:F0256E:00000000:FFFFFFFF:No Wing :hotrodj:00010000:F0256E:00000001:FFFFFFFF:Wing 1 :hotrodj:00010000:F0256E:00000002:FFFFFFFF:Wing 2 :hotrodj:00010000:F0256E:00000003:FFFFFFFF:Wing 3 :hotrodj:62000000:000000:00000000:00000000:Select Bumper PL4 :hotrodj:00010000:F0256A:00000000:FFFFFFFF:No Bumper :hotrodj:00010000:F0256A:00000001:FFFFFFFF:Bumper 1 :hotrodj:00010000:F0256A:00000002:FFFFFFFF:Bumper 2 :hotrodj:00010000:F0256A:00000003:FFFFFFFF:Bumper 3 ; [ Hot Shocker ] hotshock:0:4105:09:000:Infinite Lives hotshock:0:4104:FD:000:Infinite Wire ; [ Vs. Hot Smash ] hotsmash:0:0000:00:999:[ This game hasn't even ]:REASON 11 hotsmash:0:0000:00:999:[ been looked at due to ]:REASON 11 hotsmash:0:0000:00:999:[ time constraints - Too]:REASON 11 hotsmash:0:0000:00:999:[ many games and so ]:REASON 11 hotsmash:0:0000:00:999:[ little time. It is ]:REASON 11 hotsmash:0:0000:00:999:[ even possible that ]:REASON 11 hotsmash:0:0000:00:999:[ this game may be a ]:REASON 11 hotsmash:0:0000:00:999:[ clone of an existing ]:REASON 11 hotsmash:0:0000:00:999:[ game which may have ]:REASON 11 hotsmash:0:0000:00:999:[ cheats. Please search ]:REASON 11 hotsmash:0:0000:00:999:[ the cheat forums ]:REASON 11 hotsmash:0:0000:00:999:[ before posting cheat ]:REASON 11 hotsmash:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mahjong Hourouki Part 1 - Seisyun Hen (Japan) ] hourouki:0:0000:00:999:[ The winning hand cheat must ] hourouki:0:0000:00:999:[ be activated when there are ] hourouki:0:0000:00:999:[ 14 tiles in your hand, then ] hourouki:0:0000:00:999:[ press the RON key ('Z' by ] hourouki:0:0000:00:999:[ default). The tiles do not ] hourouki:0:0000:00:999:[ visually change until you ] hourouki:0:0000:00:999:[ make a move. ] hourouki:0:4118:1B:001:Get winning hand Now! hourouki:0:4119:1B:501:Get winning hand Now! (02/14) hourouki:0:411A:1B:501:Get winning hand Now! (03/14) hourouki:0:411B:1C:501:Get winning hand Now! (04/14) hourouki:0:411C:1C:501:Get winning hand Now! (05/14) hourouki:0:411D:1C:501:Get winning hand Now! (06/14) hourouki:0:411E:1D:501:Get winning hand Now! (07/14) hourouki:0:411F:1D:501:Get winning hand Now! (08/14) hourouki:0:4120:1D:501:Get winning hand Now! (09/14) hourouki:0:4121:1E:501:Get winning hand Now! (10/14) hourouki:0:4122:1E:501:Get winning hand Now! (11/14) hourouki:0:4123:1E:501:Get winning hand Now! (12/14) hourouki:0:4124:1F:501:Get winning hand Now! (13/14) hourouki:0:409E:1F:501:Get winning hand Now! (14/14) hourouki:0:4118:1B:000:Always winning hand hourouki:0:4119:1B:500:Always winning hand (02/14) hourouki:0:411A:1B:500:Always winning hand (03/14) hourouki:0:411B:1C:500:Always winning hand (04/14) hourouki:0:411C:1C:500:Always winning hand (05/14) hourouki:0:411D:1C:500:Always winning hand (06/14) hourouki:0:411E:1D:500:Always winning hand (07/14) hourouki:0:411F:1D:500:Always winning hand (08/14) hourouki:0:4120:1D:500:Always winning hand (09/14) hourouki:0:4121:1E:500:Always winning hand (10/14) hourouki:0:4122:1E:500:Always winning hand (11/14) hourouki:0:4123:1E:500:Always winning hand (12/14) hourouki:0:4124:1F:500:Always winning hand (13/14) hourouki:0:409E:1F:500:Always winning hand (14/14) ; [ House Mannequin Roppongi Live hen (Japan 870418) ] housemn2:0:0000:00:999:[ Hint - To start a one player game, ] housemn2:0:0000:00:999:[ insert 1 coin and then press the ] housemn2:0:0000:00:999:[ FLIP button [default - X]. ] housemn2:0:0000:00:999:[ ] housemn2:0:0000:00:999:[ The winning hand cheat must be ] housemn2:0:0000:00:999:[ activated when there are 14 tiles ] housemn2:0:0000:00:999:[ in your hand, then press the RON ] housemn2:0:0000:00:999:[ key ('Z' by default). The tiles do ] housemn2:0:0000:00:999:[ not visually change until you make ] housemn2:0:0000:00:999:[ a move. ] housemn2:0:F0E2:0F:000:Infinite Time PL1:To be used in a VS game housemn2:0:F0E3:27:500:Infinite Time PL1 (2/2) housemn2:0:F40C:31:001:Get winning hand Now! PL1 housemn2:0:F40D:31:501:Get winning hand Now! PL1 (02/14) housemn2:0:F40E:31:501:Get winning hand Now! PL1 (03/14) housemn2:0:F40F:32:501:Get winning hand Now! PL1 (04/14) housemn2:0:F410:32:501:Get winning hand Now! PL1 (05/14) housemn2:0:F411:32:501:Get winning hand Now! PL1 (06/14) housemn2:0:F412:33:501:Get winning hand Now! PL1 (07/14) housemn2:0:F413:33:501:Get winning hand Now! PL1 (08/14) housemn2:0:F414:33:501:Get winning hand Now! PL1 (09/14) housemn2:0:F415:34:501:Get winning hand Now! PL1 (10/14) housemn2:0:F416:34:501:Get winning hand Now! PL1 (11/14) housemn2:0:F417:34:501:Get winning hand Now! PL1 (12/14) housemn2:0:F418:35:501:Get winning hand Now! PL1 (13/14) housemn2:0:F419:35:501:Get winning hand Now! PL1 (14/14) housemn2:0:F40C:31:000:Always winning hand PL1 housemn2:0:F40D:31:500:Always winning hand PL1 (02/14) housemn2:0:F40E:31:500:Always winning hand PL1 (03/14) housemn2:0:F40F:32:500:Always winning hand PL1 (04/14) housemn2:0:F410:32:500:Always winning hand PL1 (05/14) housemn2:0:F411:32:500:Always winning hand PL1 (06/14) housemn2:0:F412:33:500:Always winning hand PL1 (07/14) housemn2:0:F413:33:500:Always winning hand PL1 (08/14) housemn2:0:F414:33:500:Always winning hand PL1 (09/14) housemn2:0:F415:34:500:Always winning hand PL1 (10/14) housemn2:0:F416:34:500:Always winning hand PL1 (11/14) housemn2:0:F417:34:500:Always winning hand PL1 (12/14) housemn2:0:F418:35:500:Always winning hand PL1 (13/14) housemn2:0:F419:35:500:Always winning hand PL1 (14/14) housemn2:0:F0F2:0F:000:Infinite Time PL2:To be used in a VS game housemn2:0:F0F3:27:500:Infinite Time PL2 (2/2) housemn2:0:F48C:31:001:Get winning hand Now! PL2 housemn2:0:F48D:31:501:Get winning hand Now! PL2 (02/14) housemn2:0:F48E:31:501:Get winning hand Now! PL2 (03/14) housemn2:0:F48F:32:501:Get winning hand Now! PL2 (04/14) housemn2:0:F490:32:501:Get winning hand Now! PL2 (05/14) housemn2:0:F491:32:501:Get winning hand Now! PL2 (06/14) housemn2:0:F492:33:501:Get winning hand Now! PL2 (07/14) housemn2:0:F493:33:501:Get winning hand Now! PL2 (08/14) housemn2:0:F494:33:501:Get winning hand Now! PL2 (09/14) housemn2:0:F495:34:501:Get winning hand Now! PL2 (10/14) housemn2:0:F496:34:501:Get winning hand Now! PL2 (11/14) housemn2:0:F497:34:501:Get winning hand Now! PL2 (12/14) housemn2:0:F498:35:501:Get winning hand Now! PL2 (13/14) housemn2:0:F499:35:501:Get winning hand Now! PL2 (14/14) housemn2:0:F48C:31:000:Always winning hand PL2 housemn2:0:F48D:31:500:Always winning hand PL2 (02/14) housemn2:0:F48E:31:500:Always winning hand PL2 (03/14) housemn2:0:F48F:32:500:Always winning hand PL2 (04/14) housemn2:0:F490:32:500:Always winning hand PL2 (05/14) housemn2:0:F491:32:500:Always winning hand PL2 (06/14) housemn2:0:F492:33:500:Always winning hand PL2 (07/14) housemn2:0:F493:33:500:Always winning hand PL2 (08/14) housemn2:0:F494:33:500:Always winning hand PL2 (09/14) housemn2:0:F495:34:500:Always winning hand PL2 (10/14) housemn2:0:F496:34:500:Always winning hand PL2 (11/14) housemn2:0:F497:34:500:Always winning hand PL2 (12/14) housemn2:0:F498:35:500:Always winning hand PL2 (13/14) housemn2:0:F499:35:500:Always winning hand PL2 (14/14) ; [ House Mannequin (Japan 870217) ] housemnq:0:0000:00:999:[ Hint - To start a one player game, ] housemnq:0:0000:00:999:[ insert 1 coin and then press the ] housemnq:0:0000:00:999:[ FLIP button [default - X]. ] housemnq:0:0000:00:999:[ ] housemnq:0:0000:00:999:[ The winning hand cheat must be ] housemnq:0:0000:00:999:[ activated when there are 14 tiles ] housemnq:0:0000:00:999:[ in your hand, then press the RON ] housemnq:0:0000:00:999:[ key ('Z' by default). The tiles do ] housemnq:0:0000:00:999:[ not visually change until you make ] housemnq:0:0000:00:999:[ a move. ] housemnq:0:F0E2:0F:000:Infinite Time PL1:To be used in a VS game housemnq:0:F0E3:27:500:Infinite Time PL1 (2/2) housemnq:0:F40C:31:001:Get winning hand Now! PL1 housemnq:0:F40D:31:501:Get winning hand Now! PL1 (02/14) housemnq:0:F40E:31:501:Get winning hand Now! PL1 (03/14) housemnq:0:F40F:32:501:Get winning hand Now! PL1 (04/14) housemnq:0:F410:32:501:Get winning hand Now! PL1 (05/14) housemnq:0:F411:32:501:Get winning hand Now! PL1 (06/14) housemnq:0:F412:33:501:Get winning hand Now! PL1 (07/14) housemnq:0:F413:33:501:Get winning hand Now! PL1 (08/14) housemnq:0:F414:33:501:Get winning hand Now! PL1 (09/14) housemnq:0:F415:34:501:Get winning hand Now! PL1 (10/14) housemnq:0:F416:34:501:Get winning hand Now! PL1 (11/14) housemnq:0:F417:34:501:Get winning hand Now! PL1 (12/14) housemnq:0:F418:35:501:Get winning hand Now! PL1 (13/14) housemnq:0:F419:35:501:Get winning hand Now! PL1 (14/14) housemnq:0:F40C:31:000:Always winning hand PL1 housemnq:0:F40D:31:500:Always winning hand PL1 (02/14) housemnq:0:F40E:31:500:Always winning hand PL1 (03/14) housemnq:0:F40F:32:500:Always winning hand PL1 (04/14) housemnq:0:F410:32:500:Always winning hand PL1 (05/14) housemnq:0:F411:32:500:Always winning hand PL1 (06/14) housemnq:0:F412:33:500:Always winning hand PL1 (07/14) housemnq:0:F413:33:500:Always winning hand PL1 (08/14) housemnq:0:F414:33:500:Always winning hand PL1 (09/14) housemnq:0:F415:34:500:Always winning hand PL1 (10/14) housemnq:0:F416:34:500:Always winning hand PL1 (11/14) housemnq:0:F417:34:500:Always winning hand PL1 (12/14) housemnq:0:F418:35:500:Always winning hand PL1 (13/14) housemnq:0:F419:35:500:Always winning hand PL1 (14/14) housemnq:0:F0F2:0F:000:Infinite Time PL2:To be used in a VS game housemnq:0:F0F3:27:500:Infinite Time PL2 (2/2) housemnq:0:F48C:31:001:Get winning hand Now! PL2 housemnq:0:F48D:31:501:Get winning hand Now! PL2 (02/14) housemnq:0:F48E:31:501:Get winning hand Now! PL2 (03/14) housemnq:0:F48F:32:501:Get winning hand Now! PL2 (04/14) housemnq:0:F490:32:501:Get winning hand Now! PL2 (05/14) housemnq:0:F491:32:501:Get winning hand Now! PL2 (06/14) housemnq:0:F492:33:501:Get winning hand Now! PL2 (07/14) housemnq:0:F493:33:501:Get winning hand Now! PL2 (08/14) housemnq:0:F494:33:501:Get winning hand Now! PL2 (09/14) housemnq:0:F495:34:501:Get winning hand Now! PL2 (10/14) housemnq:0:F496:34:501:Get winning hand Now! PL2 (11/14) housemnq:0:F497:34:501:Get winning hand Now! PL2 (12/14) housemnq:0:F498:35:501:Get winning hand Now! PL2 (13/14) housemnq:0:F499:35:501:Get winning hand Now! PL2 (14/14) housemnq:0:F48C:31:000:Always winning hand PL2 housemnq:0:F48D:31:500:Always winning hand PL2 (02/14) housemnq:0:F48E:31:500:Always winning hand PL2 (03/14) housemnq:0:F48F:32:500:Always winning hand PL2 (04/14) housemnq:0:F490:32:500:Always winning hand PL2 (05/14) housemnq:0:F491:32:500:Always winning hand PL2 (06/14) housemnq:0:F492:33:500:Always winning hand PL2 (07/14) housemnq:0:F493:33:500:Always winning hand PL2 (08/14) housemnq:0:F494:33:500:Always winning hand PL2 (09/14) housemnq:0:F495:34:500:Always winning hand PL2 (10/14) housemnq:0:F496:34:500:Always winning hand PL2 (11/14) housemnq:0:F497:34:500:Always winning hand PL2 (12/14) housemnq:0:F498:35:500:Always winning hand PL2 (13/14) housemnq:0:F499:35:500:Always winning hand PL2 (14/14) ; [ Hyper Olympic '84 ] hpolym84:0:0000:00:999:[Turn the 'Start on' cheats ] hpolym84:0:0000:00:999:[ON on the title screen and ] hpolym84:0:0000:00:999:[DON'T forget to turn off ] hpolym84:0:0000:00:999:[them OFF when you are on ] hpolym84:0:0000:00:999:[the event or you won't ] hpolym84:0:0000:00:999:[progress any further!! ] hpolym84:0:3068:01:000:Start on Skeet shooting hpolym84:0:3068:02:000:Start on Long horse hpolym84:0:3068:03:000:Start on Archery hpolym84:0:3068:04:000:Start on Triple jump hpolym84:0:3068:05:000:Start on Weightlifting hpolym84:0:3068:06:000:Start on Pole vault hpolym84:0:3157:00:000:No breath on Swimming PL1&PL3 hpolym84:0:31B7:00:000:No breath on Swimming PL2&PL4 hpolym84:0:3502:00:000:Always first try PL1 hpolym84:0:3522:00:000:Always first try PL2 hpolym84:0:3542:00:000:Always first try PL3 hpolym84:0:3562:00:000:Always first try PL4 hpolym84:0:3503:00:000:No False Starts PL1 hpolym84:0:3523:00:000:No False Starts PL2 hpolym84:0:3543:00:000:No False Starts PL3 hpolym84:0:3563:00:000:No False Starts PL4 hpolym84:0:3071:01:000:Skeet Target Practise hpolym84:0:3070:09:001:Add 90 seconds for skeet hpolym84:0:30C4:2D:000:Auto 45 degrees angle hpolym84:0:30EF:19:000:25 Turns on the Long Horse hpolym84:0:3111:0F:000:Faster Swimmer and Skeets hpolym84:0:30B1:09:000:Fast in TJ,PV and WL hpolym84:0:0000:00:999:[The Full Speed cheat works ] hpolym84:0:0000:00:999:[well for the Weighlifting ] hpolym84:0:0000:00:999:[and the Pole Vault. ] hpolym84:0:30B0:01:000:Full Speed hpolym84:0:30B1:07:500:Full Speed (2/3) hpolym84:0:30B2:00:500:Full Speed (3/3) hpolym84:0:0000:00:999:[Use the Fast Enough for TJ ] hpolym84:0:0000:00:999:[cheat instead of the Full ] hpolym84:0:0000:00:999:[Speed on the Triple Jump. ] hpolym84:0:30B0:01:000:Fast Enough for TJ hpolym84:0:30B1:02:500:Fast Enough for TJ (2/2) ; [ Hard Puncher (Japan) ] hpuncher:1:040143:30:000:Infinite Time [Intro] hpuncher:1:04013E:09:000:Infinite Time [In Game] hpuncher:1:04013F:59:500:Infinite Time [In Game] (2/2) hpuncher:1:04013E:00:001:Finish Round Now! hpuncher:1:04013F:00:501:Finish Round Now! (2/2) :hpuncher:01800000:0422F0:00000001:FFFFFFFF:Powerful Mode:Always 1 hit 1 down in Powerful Mode :hpuncher:01800000:0422F1:00000001:FFFFFFFF:Hard Mode:Stronger CPU character in Hard Mode hpuncher:1:042096:20:000:Infinite Energy PL1 hpuncher:1:042096:00:001:Drain All Energy Now! PL1 :hpuncher:01000000:040044:00000000:00000010:Rapid Fire PL1 :hpuncher:01010000:040044:00000000:00000020:Rapid Fire PL1 (2/2) hpuncher:1:042196:20:000:Infinite Energy PL2 hpuncher:1:042196:00:001:Drain All Energy Now! PL2 :hpuncher:01000000:040046:00000000:00000010:Rapid Fire PL2 :hpuncher:01010000:040046:00000000:00000020:Rapid Fire PL2 (2/2) hpuncher:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Hot Shots Tennis (V1.0) ] hstenn10:0:2F84:03:000:Infinite Credits hstenn10:0:2F85:E7:500:Infinite Credits (2/2) hstenn10:0:0000:00:999:[ NOTE - The score won't be updated ] hstenn10:0:0000:00:999:[ until some points are scored. ] hstenn10:0:2637:00:000:"Game" Score always = 0 PL1 hstenn10:0:2637:00:001:"Game" Score = 0 Now! PL1 hstenn10:0:2637:04:001:"Game" Score = 40 Now! PL1 hstenn10:0:2638:00:000:"Set" Score always = 0 PL1 hstenn10:0:2638:00:001:"Set" Score = 0 Now! PL1 hstenn10:0:2638:06:001:"Set" Score = 6 Now! PL1 hstenn10:0:2641:00:000:"Game" Score always = 0 PL2 hstenn10:0:2641:00:001:"Game" Score = 0 Now! PL2 hstenn10:0:2641:04:001:"Game" Score = 40 Now! PL2 hstenn10:0:2642:00:000:"Set" Score always = 0 PL2 hstenn10:0:2642:00:001:"Set" Score = 0 Now! PL2 hstenn10:0:2642:06:001:"Set" Score = 6 Now! PL2 ; [ Hot Shots Tennis (V1.1) ] hstennis:0:2F86:03:000:Infinite Credits hstennis:0:2F87:E7:500:Infinite Credits (2/2) hstennis:0:0000:00:999:[ NOTE - The score won't be updated ] hstennis:0:0000:00:999:[ until some points are scored. ] hstennis:0:2637:00:000:"Game" Score always = 0 PL1 hstennis:0:2637:00:001:"Game" Score = 0 Now! PL1 hstennis:0:2637:04:001:"Game" Score = 40 Now! PL1 hstennis:0:2638:00:000:"Set" Score always = 0 PL1 hstennis:0:2638:00:001:"Set" Score = 0 Now! PL1 hstennis:0:2638:06:001:"Set" Score = 6 Now! PL1 hstennis:0:2641:00:000:"Game" Score always = 0 PL2 hstennis:0:2641:00:001:"Game" Score = 0 Now! PL2 hstennis:0:2641:04:001:"Game" Score = 40 Now! PL2 hstennis:0:2642:00:000:"Set" Score always = 0 PL2 hstennis:0:2642:00:001:"Set" Score = 0 Now! PL2 hstennis:0:2642:06:001:"Set" Score = 6 Now! PL2 ; [ Hatch Catch ] htchctch:0:0000:00:999:[ This game hasn't even ]:REASON 11 htchctch:0:0000:00:999:[ been looked at due to ]:REASON 11 htchctch:0:0000:00:999:[ time constraints - Too]:REASON 11 htchctch:0:0000:00:999:[ many games and so ]:REASON 11 htchctch:0:0000:00:999:[ little time. It is ]:REASON 11 htchctch:0:0000:00:999:[ even possible that ]:REASON 11 htchctch:0:0000:00:999:[ this game may be a ]:REASON 11 htchctch:0:0000:00:999:[ clone of an existing ]:REASON 11 htchctch:0:0000:00:999:[ game which may have ]:REASON 11 htchctch:0:0000:00:999:[ cheats. Please search ]:REASON 11 htchctch:0:0000:00:999:[ the cheat forums ]:REASON 11 htchctch:0:0000:00:999:[ before posting cheat ]:REASON 11 htchctch:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Hat Trick Hero (Japan) ] hthero:0:102935:09:000:Infinite Credits hthero:0:102929:3C:000:Infinite Time hthero:0:10A335:3C:500:Infinite Time (2/3) hthero:0:10A334:63:500:Infinite Time (3/3) hthero:0:102929:00:001:Finish this Game Now! hthero:0:10A335:00:501:Finish this Game Now! (2/3) hthero:0:10A334:00:501:Finish this Game Now! (3/3) hthero:0:10A332:00:000:Score always 0 PL1 hthero:0:107AE0:00:500:Score always 0 PL1 (2/2) hthero:0:10A332:09:000:Score always 9 PL1 hthero:0:107AE0:09:500:Score always 9 PL1 (2/2) hthero:0:10A332:00:001:Set score = 0 Now! PL1 hthero:0:107AE0:00:501:Set score = 0 Now! PL1 (2/2) hthero:0:10A332:09:001:Set score = 9 Now! PL1 hthero:0:107AE0:09:501:Set score = 9 Now! PL1 (2/2) hthero:0:10A333:00:000:Score always 0 PL2 hthero:0:107AE9:00:500:Score always 0 PL2 (2/2) hthero:0:10A333:09:000:Score always 9 PL2 hthero:0:107AE9:09:500:Score always 9 PL2 (2/2) hthero:0:10A333:00:001:Set score = 0 Now! PL2 hthero:0:107AE9:00:501:Set score = 0 Now! PL2 (2/2) hthero:0:10A333:09:001:Set score = 9 Now! PL2 hthero:0:107AE9:09:501:Set score = 9 Now! PL2 (2/2) ; [ Hat Trick Hero '93 (Japan) ] hthero93:0:412629:3C:000:Infinite Time hthero93:0:412628:09:500:Infinite Time (2/2) hthero93:0:412629:00:001:Finish this Game Now! hthero93:0:412628:00:501:Finish this Game Now! (2/2) :hthero93:00000000:41269A:00000002:FFFFFFFF:CPU (<-) Next Foul = Red Card:Use when CPU plays with Left Team, works up to 3 times per match. When a team has 8 players, the referee only shows yellow cards. ;The referee WILL show a red card when a player makes the 3rd, 6th and the 9th foul. :hthero93:00000000:41269B:00000002:FFFFFFFF:CPU (->) Next Foul = Red Card:Use when CPU plays with Right Team, works up to 3 times per match. When a team has 8 players, the referee only shows yellow cards. ;The referee WILL show a red card when a player makes the 3rd, 6th and the 9th foul. hthero93:0:410E71:00:000:Score always 0 LEFT TEAM hthero93:0:410E71:13:000:Score always 19 LEFT TEAM hthero93:0:410E71:00:001:Set score = 0 Now! LEFT TEAM hthero93:0:410E71:13:001:Set score = 19 Now! LEFT TEAM hthero93:0:410E71:13:070:Select score Now! LEFT TEAM hthero93:0:410E79:00:000:Score always = 0 RIGHT TEAM hthero93:0:410E79:13:000:Score always = 19 RIGHT TEAM hthero93:0:410E79:00:001:Set score = 0 Now! RIGHT TEAM hthero93:0:410E79:13:001:Set score = 19 Now! RIGHT TEAM hthero93:0:410E79:13:070:Select score Now! RIGHT TEAM hthero93:0:40E77B:09:000:Infinite Credits PL1 hthero93:0:410EA5:63:000:Infinite Units PL1 :hthero93:00000000:410E8D:00000000:FFFFFFFF:No Fouls PL1 :hthero93:62000000:000000:00000000:00000000:Select Special Shoot PL1 :hthero93:00010000:410EA1:000000FF:FFFFFFFF:None :hthero93:00010000:410EA1:00000000:FFFFFFFF:Super Dash :hthero93:00010000:410EA1:00000001:FFFFFFFF:Super Sliding :hthero93:00010000:410EA1:00000002:FFFFFFFF:Over Run :hthero93:00010000:410EA1:00000003:FFFFFFFF:Super Guard :hthero93:00010000:410EA1:00000004:FFFFFFFF:Banana Shoot :hthero93:00010000:410EA1:00000005:FFFFFFFF:Super Shoot :hthero93:00010000:410EA1:00000006:FFFFFFFF:Hyper Shoot hthero93:0:40E77D:09:000:Infinite Credits PL2 hthero93:0:410EDD:63:000:Infinite Units PL2 :hthero93:00000000:410EC5:00000000:FFFFFFFF:No Fouls PL2 :hthero93:62000000:000000:00000000:00000000:Select Special Shoot PL2 :hthero93:00010000:410ED9:000000FF:FFFFFFFF:None :hthero93:00010000:410ED9:00000000:FFFFFFFF:Super Dash :hthero93:00010000:410ED9:00000001:FFFFFFFF:Super Sliding :hthero93:00010000:410ED9:00000002:FFFFFFFF:Over Run :hthero93:00010000:410ED9:00000003:FFFFFFFF:Super Guard :hthero93:00010000:410ED9:00000004:FFFFFFFF:Banana Shoot :hthero93:00010000:410ED9:00000005:FFFFFFFF:Super Shoot :hthero93:00010000:410ED9:00000006:FFFFFFFF:Hyper Shoot hthero93:0:40E77F:09:000:Infinite Credits PL3 hthero93:0:410F15:63:000:Infinite Units PL3 :hthero93:00000000:410EFD:00000000:FFFFFFFF:No Fouls PL3 :hthero93:62000000:000000:00000000:00000000:Select Special Shoot PL3 :hthero93:00010000:410F11:000000FF:FFFFFFFF:None :hthero93:00010000:410F11:00000000:FFFFFFFF:Super Dash :hthero93:00010000:410F11:00000001:FFFFFFFF:Super Sliding :hthero93:00010000:410F11:00000002:FFFFFFFF:Over Run :hthero93:00010000:410F11:00000003:FFFFFFFF:Super Guard :hthero93:00010000:410F11:00000004:FFFFFFFF:Banana Shoot :hthero93:00010000:410F11:00000005:FFFFFFFF:Super Shoot :hthero93:00010000:410F11:00000006:FFFFFFFF:Hyper Shoot hthero93:0:40E781:09:000:Infinite Credits PL4 hthero93:0:410F4D:63:000:Infinite Units PL4 :hthero93:00000000:410F35:00000000:FFFFFFFF:No Fouls PL4 :hthero93:62000000:000000:00000000:00000000:Select Special Shoot PL4 :hthero93:00010000:410F49:000000FF:FFFFFFFF:None :hthero93:00010000:410F49:00000000:FFFFFFFF:Super Dash :hthero93:00010000:410F49:00000001:FFFFFFFF:Super Sliding :hthero93:00010000:410F49:00000002:FFFFFFFF:Over Run :hthero93:00010000:410F49:00000003:FFFFFFFF:Super Guard :hthero93:00010000:410F49:00000004:FFFFFFFF:Banana Shoot :hthero93:00010000:410F49:00000005:FFFFFFFF:Super Shoot :hthero93:00010000:410F49:00000006:FFFFFFFF:Hyper Shoot hthero93:0:000000:00:999:[After you enable these region cheats to see any ] hthero93:0:000000:00:999:[effect you will have to reset the game (F3). ] hthero93:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] hthero93:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] hthero93:0:07FFFF:01:100:Region Switch = Japan hthero93:0:07FFFF:02:100:Region Switch = US hthero93:0:07FFFF:03:100:Region Switch = World ; [ Hat Trick Hero '94 (US) ] hthero94:0:40E77B:09:000:Infinite Credits hthero94:0:411F07:3C:000:Infinite Time hthero94:0:411F06:09:500:Infinite Time (2/2) hthero94:0:411F07:00:001:Finish this Game Now! hthero94:0:411F06:00:501:Finish this Game Now! (2/2) hthero94:0:410E69:00:000:Score always 0 LEFT TEAM hthero94:0:410E69:13:000:Score always 19 LEFT TEAM hthero94:0:410E69:00:001:Set score = 0 Now! LEFT TEAM hthero94:0:410E69:13:001:Set score = 19 Now! LEFT TEAM hthero94:0:410E69:13:070:Select score Now! LEFT TEAM hthero94:0:410E71:00:000:Score always = 0 RIGHT TEAM hthero94:0:410E71:13:000:Score always = 19 RIGHT TEAM hthero94:0:410E71:00:001:Set score = 0 Now! RIGHT TEAM hthero94:0:410E71:13:001:Set score = 19 Now! RIGHT TEAM hthero94:0:410E71:13:070:Select score Now! RIGHT TEAM hthero94:0:410E9D:63:000:Infinite Units PL1 hthero94:0:410ED5:63:000:Infinite Units PL2 hthero94:0:410F0D:63:000:Infinite Units PL3 hthero94:0:410F45:63:000:Infinite Units PL4 hthero94:0:000000:00:999:[After you enable these region cheats to see any ] hthero94:0:000000:00:999:[effect you will have to reset the game (F3). ] hthero94:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] hthero94:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] hthero94:0:07FFFF:01:100:Region Switch = Japan hthero94:0:07FFFF:02:100:Region Switch = US hthero94:0:07FFFF:03:100:Region Switch = World ; [ Hat Trick Hero '95 (Japan) ] hthero95:0:40E77F:09:000:Infinite Credits hthero95:0:410159:5A:000:Infinite Time hthero95:0:410155:00:500:Infinite Time (2/2) hthero95:0:410159:00:001:Finish this Game Now! hthero95:0:410155:3C:501:Finish this Game Now! (2/2) hthero95:0:000000:00:999:[The score cheats will only update the display ] hthero95:0:000000:00:999:[when a goal is scored or the game ends. ] hthero95:0:000000:00:999:[BTW, beware the Japan side as they are really ] hthero95:0:000000:00:999:[dirty and the referee loves 'em! (git!) ] hthero95:0:4139CB:00:000:Score always 0 PL1 hthero95:0:4139CB:63:000:Score always 99 PL1 hthero95:0:4139CB:00:001:Set score = 0 Now! PL1 hthero95:0:4139CB:32:001:Set score = 50 Now! PL1 hthero95:0:4139CB:63:070:Select score Now! PL1 hthero95:0:413A4B:00:000:Score always = 0 PL2 hthero95:0:413A4B:63:000:Score always = 99 PL2 hthero95:0:413A4B:00:001:Set score = 0 Now! PL2 hthero95:0:413A4B:32:001:Set score = 50 Now! PL2 hthero95:0:413A4B:63:070:Select score Now! PL2 hthero95:0:000000:00:999:[After you enable these region cheats to see any ] hthero95:0:000000:00:999:[effect you will have to reset the game (F3). ] hthero95:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] hthero95:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] hthero95:0:0FFFFF:01:100:Region Switch = Japan hthero95:0:0FFFFF:02:100:Region Switch = US hthero95:0:0FFFFF:03:100:Region Switch = World ; [ Hat Trick Hero '95 (US) ] hthro95u:0:40E77F:09:000:Infinite Credits hthro95u:0:410159:5A:000:Infinite Time hthro95u:0:410155:00:500:Infinite Time (2/2) hthro95u:0:410159:00:001:Finish this Game Now! hthro95u:0:410155:3C:501:Finish this Game Now! (2/2) hthro95u:0:000000:00:999:[The score cheats will only update the display ] hthro95u:0:000000:00:999:[when a goal is scored or the game ends. ] hthro95u:0:000000:00:999:[BTW, beware the Japan side as they are really ] hthro95u:0:000000:00:999:[dirty and the referee loves 'em! (git!) ] hthro95u:0:4139CB:00:000:Score always 0 PL1 hthro95u:0:4139CB:63:000:Score always 99 PL1 hthro95u:0:4139CB:00:001:Set score = 0 Now! PL1 hthro95u:0:4139CB:32:001:Set score = 50 Now! PL1 hthro95u:0:4139CB:63:070:Select score Now! PL1 hthro95u:0:413A4B:00:000:Score always = 0 PL2 hthro95u:0:413A4B:63:000:Score always = 99 PL2 hthro95u:0:413A4B:00:001:Set score = 0 Now! PL2 hthro95u:0:413A4B:32:001:Set score = 50 Now! PL2 hthro95u:0:413A4B:63:070:Select score Now! PL2 hthro95u:0:000000:00:999:[After you enable these region cheats to see any ] hthro95u:0:000000:00:999:[effect you will have to reset the game (F3). ] hthro95u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] hthro95u:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] hthro95u:0:0FFFFF:01:100:Region Switch = Japan hthro95u:0:0FFFFF:02:100:Region Switch = US hthro95u:0:0FFFFF:03:100:Region Switch = World ; [ Hunchback ] hunchbak:0:1E86:99:000:Infinite Credits hunchbak:0:1F6D:00:000:Infinite Time (F6): F6 when Ezmarelda is Rescued hunchbak:0:1EEB:04:001:Next Bell = Super Bonus Now! hunchbak:0:1F3E:20:000:Never any Arrows or Balls hunchbak:0:1F47:20:000:Guards never up spear hunchbak:0:1F48:20:500:Guards never up spear (2/3) hunchbak:0:1F49:20:500:Guards never up spear (3/3) hunchbak:0:1C84:05:000:Infinite Lives PL1 hunchbak:0:1C85:05:000:Infinite Lives PL2 ; [ Hunchback (DK conversion) ] hunchbkd:0:1D98:99:000:Infinite Credits hunchbkd:0:1E8E:00:000:Infinite Time (F6): F6 when Ezmarelda is Rescued hunchbkd:0:1E01:04:001:Next Bell = Super Bonus Now! hunchbkd:0:1E71:20:000:Never any Arrows or Balls hunchbkd:0:1E7D:20:000:Guards never up spear hunchbkd:0:1E7E:20:500:Guards never up spear (2/3) hunchbkd:0:1E7F:20:500:Guards never up spear (3/3) hunchbkd:0:1C88:05:000:Infinite Lives PL1 hunchbkd:0:1C89:05:000:Infinite Lives PL2 ; [ Hunchback (Galaxian hardware) ] hunchbkg:0:1E70:99:000:Infinite Credits hunchbkg:0:1F72:00:000:Infinite Time (F6): F6 when Ezmarelda is Rescued hunchbkg:0:1ED7:04:001:Next Bell = Super Bonus Now! hunchbkg:0:1F3F:49:000:Never any Arrows or Balls hunchbkg:0:1F4D:30:000:Guards never up spear hunchbkg:0:1F4C:30:500:Guards never up spear (2/3) hunchbkg:0:1F4B:30:500:Guards never up spear (3/3) hunchbkg:0:1C6F:05:000:Infinite Lives PL1 hunchbkg:0:1C70:05:000:Infinite Lives PL2 ; [ Hunchback (Scramble hardware) ] hunchbks:0:1E70:99:000:Infinite Credits hunchbks:0:1F72:00:000:Infinite Time (F6): F6 when Ezmarelda is Rescued hunchbks:0:1ED8:04:001:Next Bell = Super Bonus Now! hunchbks:0:1F40:49:000:Never any Arrows or Balls hunchbks:0:1F4E:30:000:Guards never up spear hunchbks:0:1F4D:30:500:Guards never up spear (2/3) hunchbks:0:1F4C:30:500:Guards never up spear (3/3) hunchbks:0:1C6F:05:000:Infinite Lives PL1 hunchbks:0:1C70:05:000:Infinite Lives PL2 ; [ Hunchback Olympic ] huncholy:0:1E6A:99:000:Infinite Credits huncholy:0:0000:00:999:[Turn OFF Infinite Time ] huncholy:0:0000:00:999:[before you finish a race ] huncholy:0:0000:00:999:[or it may crash the game! ] huncholy:0:0000:00:999:[You only need it for ] huncholy:0:0000:00:999:[running events anyway! ] huncholy:0:1E6E:00:005:Infinite Time huncholy:0:1F05:FF:000:Top Speed huncholy:0:1C6A:06:000:Infinite Lives PL1 huncholy:0:1ED3:05:070:Set High Jump Bar Height PL1 huncholy:0:1ED3:00:001:Set HJ Bar = Minimum Now! PL1 huncholy:0:1ED3:05:001:Set HJ Bar = Maximum Now! PL1 huncholy:0:1C6B:06:000:Infinite Lives PL2 huncholy:0:1ED4:05:070:Set High Jump Bar Height PL2 huncholy:0:1ED4:00:001:Set HJ Bar = Minimum Now! PL2 huncholy:0:1ED4:05:001:Set HJ Bar = Maximum Now! PL2 huncholy:0:0000:00:999:[A neato trick is to set the] huncholy:0:0000:00:999:[HJ (High Jump) bar to the ] huncholy:0:0000:00:999:[minimum (0) and after you ] huncholy:0:0000:00:999:[have cleared the bar ] huncholy:0:0000:00:999:[quickly hit HOME and set ] huncholy:0:0000:00:999:[the bar to the maximum (5).] huncholy:0:0000:00:999:[You then pass at the ] huncholy:0:0000:00:999:[highest setting, it clocks ] huncholy:0:0000:00:999:[the game, and you are back ] huncholy:0:0000:00:999:[to the 100m Dash. ] ; [ Hustle ] hustle:0:FF2A:07:000:Infinite Time ; [ Video Hustler ] hustler:0:8002:63:000:Infinite Credits hustler:0:81C0:03:000:Infinite Lives hustler:0:81A6:03:000:Infinite Rests ; [ Video Hustler (bootleg) ] hustlerb:0:8002:63:000:Infinite Credits hustlerb:0:81C0:03:000:Infinite Lives hustlerb:0:81A6:03:000:Infinite Rests ; [ Heaven's Gate ] :hvnsgate:00000000:000DD970:00000009:FFFFFFFF:Infinite Credits :hvnsgate:00000000:000DDA28:00000063:FFFFFFFF:Infinite Time :hvnsgate:00200000:000DD940:00000000:FFFFFFFF:Infinite Play Time:Only VS CPU mode :hvnsgate:00000000:000DD950:0000000A:FFFFFFFF:Unlock Secret Characters:You will be able to select Geezer (1P) / Unknown (2P) and Dybyd (Set on the character select screen) :hvnsgate:00800000:000DD9A4:00000001:FFFFFFFF:Unlock Special Mode :hvnsgate:00000301:000DDAAC:00000008:FFFFFFFF:Select Starting Stage:Set on character select screen :hvnsgate:62000000:00000000:00000000:00000000:Select Field :hvnsgate:00010000:000DD8C0:00000000:FFFFFFFF:Rouge Darle :hvnsgate:00010000:000DD8C0:00000001:FFFFFFFF:Sewage Plant :hvnsgate:00010000:000DD8C0:00000002:FFFFFFFF:Holy Palace :hvnsgate:00010000:000DD8C0:00000003:FFFFFFFF:Iron Mill :hvnsgate:00010000:000DD8C0:00000004:FFFFFFFF:Emerald Forest :hvnsgate:00010000:000DD8C0:00000005:FFFFFFFF:Globe Highway :hvnsgate:00010000:000DD8C0:00000006:FFFFFFFF:Flower Garden :hvnsgate:00010000:000DD8C0:00000007:FFFFFFFF:Aqua Tower :hvnsgate:00010000:000DD8C0:00000008:FFFFFFFF:Volcano Bottom :hvnsgate:00010000:000DD8C0:00000009:FFFFFFFF:Reach the Sky :hvnsgate:00000000:000E436C:000000FA:FFFFFFFF:Infinite Energy PL1 :hvnsgate:00000001:000E436C:00000000:FFFFFFFF:Drain All Energy Now! PL1 :hvnsgate:00000000:000E436E:000000F0:FFFFFFFF:Infinite Power PL1 :hvnsgate:00000001:000E436E:00000000:FFFFFFFF:Drain All Power Now! PL1 :hvnsgate:00000000:000E42FC:00000080:FFFFFFFF:Always Power Up PL1 :hvnsgate:00110000:000E4370:0000012C:FFFFFFFF:Always Power Up PL1 (2/2) :hvnsgate:00000000:000E42FC:00000000:FFFFFFFF:Never Power Up PL1 :hvnsgate:00110000:000E4370:00000000:FFFFFFFF:Never Power Up PL1 (2/2) :hvnsgate:00000000:000E3A20:00000000:00000020:Rapid Fire - Punch PL1:Turn it OFF on the name entry screen :hvnsgate:00000000:000E3A20:00000000:00000040:Rapid Fire - Kick PL1:Turn it OFF on the name entry screen :hvnsgate:00000000:000E732C:000000FA:FFFFFFFF:Infinite Energy PL2 :hvnsgate:00000001:000E732C:00000000:FFFFFFFF:Drain All Energy Now! PL2 :hvnsgate:00000000:000E732E:000000F0:FFFFFFFF:Infinite Power PL2 :hvnsgate:00000001:000E732E:00000000:FFFFFFFF:Drain All Power Now! PL2 :hvnsgate:00000000:000E72BC:00000080:FFFFFFFF:Always Power Up PL2 :hvnsgate:00110000:000E7330:0000012C:FFFFFFFF:Always Power Up PL2 (2/2) :hvnsgate:00000000:000E72BC:00000000:FFFFFFFF:Never Power Up PL2 :hvnsgate:00110000:000E7330:00000000:FFFFFFFF:Never Power Up PL2 (2/2) :hvnsgate:00000000:000E69E0:00000000:00000020:Rapid Fire - Punch PL2:Turn it OFF on the name entry screen :hvnsgate:00000000:000E69E0:00000000:00000040:Rapid Fire - Kick PL2:Turn it OFF on the name entry screen ; [ High Voltage ] hvoltage:0:040038:63:000:Infinite Lives PL1 hvoltage:0:040039:63:000:Infinite Lives PL2 ; [ Heavy Metal ] hvymetal:0:C200:07:000:Infinite Lives PL1 hvymetal:0:C180:07:000:Infinite Lives PL2 hvymetal:0:C2A2:00:000:No weapon overheat hvymetal:0:C2D0:01:020:Always have Invincibility hvymetal:0:C2D0:02:020:Always have Shot PowerUp hvymetal:0:C2D0:04:020:Always have Missile PowerUp hvymetal:0:C2D0:01:021:Get Invincibility Now! hvymetal:0:C2D0:02:021:Get Shot PowerUp Now! hvymetal:0:C2D0:04:021:Get Missile PowerUp Now! ; [ Heavy Smash (Japan version -2) ] hvysmsh:0:0000:00:999:[ This game hasn't even ]:REASON 11 hvysmsh:0:0000:00:999:[ been looked at due to ]:REASON 11 hvysmsh:0:0000:00:999:[ time constraints - Too]:REASON 11 hvysmsh:0:0000:00:999:[ many games and so ]:REASON 11 hvysmsh:0:0000:00:999:[ little time. It is ]:REASON 11 hvysmsh:0:0000:00:999:[ even possible that ]:REASON 11 hvysmsh:0:0000:00:999:[ this game may be a ]:REASON 11 hvysmsh:0:0000:00:999:[ clone of an existing ]:REASON 11 hvysmsh:0:0000:00:999:[ game which may have ]:REASON 11 hvysmsh:0:0000:00:999:[ cheats. Please search ]:REASON 11 hvysmsh:0:0000:00:999:[ the cheat forums ]:REASON 11 hvysmsh:0:0000:00:999:[ before posting cheat ]:REASON 11 hvysmsh:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Heavyweight Champ ] hwchamp:0:FFC532:03:000:Infinite Time hwchamp:0:FFC533:60:500:Infinite Time (2/2) hwchamp:0:FFC628:10:000:Infinite Energy hwchamp:0:FFC728:10:000:Infinite Energy for Opponent hwchamp:0:FFC728:00:001:Drain Opponent's Energy Now! hwchamp:0:FFC532:00:001:Finish Round Now! hwchamp:0:FFC533:00:501:Finish Round Now! (2/2) ; [ High Way Race ] hwrace:0:8179:09:000:Infinite Fuel hwrace:0:8178:FF:500:Infinite Fuel (2/2) hwrace:0:8158:00:000:Invincibility hwrace:0:0000:00:999:[See the Dip Switch Menu to ] hwrace:0:0000:00:999:[enable an alternate ] hwrace:0:0000:00:999:[Invincibility cheat. ] hwrace:0:81C6:F1:000:No Opposite Car ; [ Hydra ] hydra:0:FFADA1:FF:000:Infinite Fuel (Main) hydra:0:FFADA3:5F:000:Infinite Fuel (Reserve) hydra:0:FFA568:09:000:Infinite Boosts ; [ Hydra (prototype 5/14/90) ] hydrap:0:FFAD97:FF:000:Infinite Fuel (Main) hydrap:0:FFAD99:5F:000:Infinite Fuel (Reserve) hydrap:0:FFA568:09:000:Infinite Boosts ; [ Hydra (prototype 5/25/90) ] hydrap2:0:FFADA1:FF:000:Infinite Fuel (Main) hydrap2:0:FFADA3:5F:000:Infinite Fuel (Reserve) hydrap2:0:FFA568:09:000:Infinite Boosts ; [ Taisen Quiz HYHOO (Japan) ] hyhoo:0:F3DC:63:000:Infinite Credits :hyhoo:000000E6:F2B1:40000000:FFFFFFFF:Display the Correct Answer:Correct Answer hyhoo:0:F2B1:01:000:Answer A always correct ; [ Taisen Quiz HYHOO 2 (Japan) ] hyhoo2:0:F01C:99:000:Infinite Credits :hyhoo2:000000E6:FC37:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer hyhoo2:0:FC37:00:000:Answer A always correct ; [ Mahjong Hyouban Musume [BET] (Japan) ] hyouban:0:0000:00:999:[ The winning hand cheat must be activated when ] hyouban:0:0000:00:999:[ there are 14 tiles in your hand, then press ] hyouban:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] hyouban:0:0000:00:999:[ visually change until you make a move. ] hyouban:0:FC8B:31:001:Get winning hand Now! hyouban:0:FC8C:31:501:Get winning hand Now! (02/14) hyouban:0:FC8D:31:501:Get winning hand Now! (03/14) hyouban:0:FC8E:32:501:Get winning hand Now! (04/14) hyouban:0:FC8F:32:501:Get winning hand Now! (05/14) hyouban:0:FC90:32:501:Get winning hand Now! (06/14) hyouban:0:FC91:33:501:Get winning hand Now! (07/14) hyouban:0:FC92:33:501:Get winning hand Now! (08/14) hyouban:0:FC93:33:501:Get winning hand Now! (09/14) hyouban:0:FC94:34:501:Get winning hand Now! (10/14) hyouban:0:FC95:34:501:Get winning hand Now! (11/14) hyouban:0:FC96:34:501:Get winning hand Now! (12/14) hyouban:0:FC97:35:501:Get winning hand Now! (13/14) hyouban:0:FC98:35:501:Get winning hand Now! (14/14) hyouban:0:0000:00:999:[ At the start of a game, there may be some ] hyouban:0:0000:00:999:[ small glitches on the tiles when using the ] hyouban:0:0000:00:999:[ 'Always' cheats. The cheats should still work ] hyouban:0:0000:00:999:[ as normal. ] hyouban:0:FC8B:31:000:Always winning hand hyouban:0:FC8C:31:500:Always winning hand (02/14) hyouban:0:FC8D:31:500:Always winning hand (03/14) hyouban:0:FC8E:32:500:Always winning hand (04/14) hyouban:0:FC8F:32:500:Always winning hand (05/14) hyouban:0:FC90:32:500:Always winning hand (06/14) hyouban:0:FC91:33:500:Always winning hand (07/14) hyouban:0:FC92:33:500:Always winning hand (08/14) hyouban:0:FC93:33:500:Always winning hand (09/14) hyouban:0:FC94:34:500:Always winning hand (10/14) hyouban:0:FC95:34:500:Always winning hand (11/14) hyouban:0:FC96:34:500:Always winning hand (12/14) hyouban:0:FC97:35:500:Always winning hand (13/14) hyouban:0:FC98:35:500:Always winning hand (14/14) ; [ Hyper Athlete (GV021 JAPAN 1.00) ] hyperath:0:00000:00:999:[ ] hyperath:0:00000:00:999:[ 100m Dash, 100m Freestyle, ] hyperath:0:00000:00:999:[ 110m Hurdles & Pole Vault ] hyperath:0:00000:00:999:[ ] :hyperath:00100000:000E8A4A:000041A0:FFFFFFFF:Run/Swim Like Hell PL1:You should turn this cheat OFF as soon as you've crossed the line :hyperath:00100000:000E96A6:000041A0:FFFFFFFF:Run/Swim Like Hell PL2:You should turn this cheat OFF as soon as you've crossed the line hyperath:0:00000:00:999:[ ] hyperath:0:00000:00:999:[ Discus, Hammer & Shot Put ] hyperath:0:00000:00:999:[ ] hyperath:0:96508:02:000:Auto 45 degrees angle hyperath:0:96509:02:500:Auto 45 degrees angle (2/2) hyperath:0:00000:00:999:[ ] hyperath:0:00000:00:999:[ Triple Jump, Long Jump & Javelin ] hyperath:0:00000:00:999:[ ] hyperath:0:EB108:2D:000:Auto 45 degrees angle hyperath:0:00000:00:999:[ ] hyperath:0:00000:00:999:[ High Jump ] hyperath:0:00000:00:999:[ ] hyperath:0:E8B0E:DC:000:Always have Max Power ; [ Hyper Pacman ] hyperpac:0:1055D4:00:000:Infinite Time:Press F6 to give up in bonus stages hyperpac:0:1055D5:02:500:Infinite Time (2/2) hyperpac:0:1055CE:00:001:One pill to finish this level Now! hyperpac:0:1055CF:01:501:One pill to finish this level Now! (2/2) hyperpac:0:104959:09:000:Infinite Lives PL1 hyperpac:0:10494D:C8:000:Infinite Red Pill Time PL1 hyperpac:0:10494F:03:000:Invincibility PL1 hyperpac:0:104993:09:000:Infinite Lives PL2 hyperpac:0:104987:C8:000:Infinite Red Pill Time PL2 hyperpac:0:104989:03:000:Invincibility PL2 ; [ Hyper Pacman (bootleg) ] hyperpcb:0:1055D4:00:000:Infinite Time:Press F6 to give up in bonus stages hyperpcb:0:1055D5:02:500:Infinite Time (2/2) hyperpcb:0:1055CE:00:001:One pill to finish this level Now! hyperpcb:0:1055CF:01:501:One pill to finish this level Now! (2/2) hyperpcb:0:104959:09:000:Infinite Lives PL1 hyperpcb:0:10494D:C8:000:Infinite Red Pill Time PL1 hyperpcb:0:10494F:03:000:Invincibility PL1 hyperpcb:0:104993:09:000:Infinite Lives PL2 hyperpcb:0:104987:C8:000:Infinite Red Pill Time PL2 hyperpcb:0:104989:03:000:Invincibility PL2 ; [ Hyper Sports ] hyperspt:0:0000:00:999:[Turn the 'Start on' cheats ] hyperspt:0:0000:00:999:[ON on the title screen and ] hyperspt:0:0000:00:999:[DON'T forget to turn off ] hyperspt:0:0000:00:999:[them OFF when you are on ] hyperspt:0:0000:00:999:[the event or you won't ] hyperspt:0:0000:00:999:[progress any further!! ] hyperspt:0:3068:01:000:Start on Skeet shooting hyperspt:0:3068:02:000:Start on Long horse hyperspt:0:3068:03:000:Start on Archery hyperspt:0:3068:04:000:Start on Triple jump hyperspt:0:3068:05:000:Start on Weightlifting hyperspt:0:3068:06:000:Start on Pole vault hyperspt:0:3157:00:000:No breath on Swimming PL1&PL3 hyperspt:0:31B7:00:000:No breath on Swimming PL2&PL4 hyperspt:0:3502:00:000:Always first try PL1 hyperspt:0:3522:00:000:Always first try PL2 hyperspt:0:3542:00:000:Always first try PL3 hyperspt:0:3562:00:000:Always first try PL4 hyperspt:0:3503:00:000:No False Starts PL1 hyperspt:0:3523:00:000:No False Starts PL2 hyperspt:0:3543:00:000:No False Starts PL3 hyperspt:0:3563:00:000:No False Starts PL4 hyperspt:0:3071:01:000:Skeet Target Practise hyperspt:0:3070:09:001:Add 90 seconds for skeet hyperspt:0:30C4:2D:000:Auto 45 degrees angle hyperspt:0:30EF:19:000:25 Turns on the Long Horse hyperspt:0:3111:0F:000:Faster Swimmer and Skeets hyperspt:0:30B1:09:000:Fast in TJ,PV and WL hyperspt:0:0000:00:999:[The Full Speed cheat works ] hyperspt:0:0000:00:999:[well for the Weighlifting ] hyperspt:0:0000:00:999:[and the Pole Vault. ] hyperspt:0:30B0:01:000:Full Speed hyperspt:0:30B1:07:500:Full Speed (2/3) hyperspt:0:30B2:00:500:Full Speed (3/3) hyperspt:0:0000:00:999:[Use the Fast Enough for TJ ] hyperspt:0:0000:00:999:[cheat instead of the Full ] hyperspt:0:0000:00:999:[Speed on the Triple Jump. ] hyperspt:0:30B0:01:000:Fast Enough for TJ hyperspt:0:30B1:02:500:Fast Enough for TJ (2/2) ; [ Hyper Duel (Japan set 2) ] hyprdelj:0:FFF3D3:16:000:Infinite Lives PL1 hyprdelj:0:FFAB5E:00:000:Invincibility PL1:To be used when you blink hyprdelj:0:FFAB5F:02:500:Invincibility PL1 (2/2) hyprdelj:0:FFAB31:03:000:Maximum Fire Power PL1 hyprdelj:0:FFAB54:02:000:Maximum "Special" PL1 hyprdelj:0:FFAB55:7F:500:Maximum "Special" PL1 (2/2) hyprdelj:0:FFF3D5:16:000:Infinite Lives PL2 hyprdelj:0:FFACDE:00:000:Invincibility PL2:To be used when you blink hyprdelj:0:FFACDF:02:500:Invincibility PL2 (2/2) hyprdelj:0:FFACB1:03:000:Maximum Fire Power PL2 hyprdelj:0:FFACD4:02:000:Maximum "Special" PL2 hyprdelj:0:FFACD5:7F:500:Maximum "Special" PL2 (2/2) ; [ Hyperdrive ] hyprdriv:0:0000:00:999:[ There are no cheats ]:REASON 1 hyprdriv:0:0000:00:999:[ for this game as it ]:REASON 1 hyprdriv:0:0000:00:999:[ didn't work the last ]:REASON 1 hyprdriv:0:0000:00:999:[ time it was tested. ]:REASON 1 hyprdriv:0:0000:00:999:[ If the game now works ]:REASON 1 hyprdriv:0:0000:00:999:[ please request cheats ]:REASON 1 hyprdriv:0:0000:00:999:[ for it on the cheat ]:REASON 1 hyprdriv:0:0000:00:999:[ forums. ]:REASON 1 ; [ Hyper Duel (Japan set 1) ] hyprduel:0:FFF3D3:16:000:Infinite Lives PL1 hyprduel:0:FFAB5E:00:000:Invincibility PL1:To be used when you blink hyprduel:0:FFAB5F:02:500:Invincibility PL1 (2/2) hyprduel:0:FFAB31:03:000:Maximum Fire Power PL1 hyprduel:0:FFAB54:02:000:Maximum "Special" PL1 hyprduel:0:FFAB55:7F:500:Maximum "Special" PL1 (2/2) hyprduel:0:FFF3D5:16:000:Infinite Lives PL2 hyprduel:0:FFACDE:00:000:Invincibility PL2:To be used when you blink hyprduel:0:FFACDF:02:500:Invincibility PL2 (2/2) hyprduel:0:FFACB1:03:000:Maximum Fire Power PL2 hyprduel:0:FFACD4:02:000:Maximum "Special" PL2 hyprduel:0:FFACD5:7F:500:Maximum "Special" PL2 (2/2) ; [ Mahjong Hyper Reaction 2 (Japan) ] hypreac2:0:000000:00:999:[ The winning hand cheat must be activated when ] hypreac2:0:000000:00:999:[ there are 14 tiles in your hand, then press the ] hypreac2:0:000000:00:999:[ RON key ('Z' by default). The tiles do not ] hypreac2:0:000000:00:999:[ visually change until you make a move. ] :hypreac2:00000001:004016:0000001B:FFFFFFFF:Get winning hand Now! :hypreac2:00010001:004017:000000FF:FFFFFFFF:Get winning hand Now! (02/42) :hypreac2:00010001:004018:00000003:FFFFFFFF:Get winning hand Now! (03/42) :hypreac2:00010001:00401A:0000001B:FFFFFFFF:Get winning hand Now! (04/42) :hypreac2:00010001:00401B:000000FF:FFFFFFFF:Get winning hand Now! (05/42) :hypreac2:00010001:00401C:00000003:FFFFFFFF:Get winning hand Now! (06/42) :hypreac2:00010001:00401E:0000001B:FFFFFFFF:Get winning hand Now! (07/42) :hypreac2:00010001:00401F:000000FF:FFFFFFFF:Get winning hand Now! (08/42) :hypreac2:00010001:004020:00000003:FFFFFFFF:Get winning hand Now! (09/42) :hypreac2:00010001:004022:0000001C:FFFFFFFF:Get winning hand Now! (10/42) :hypreac2:00010001:004023:000000FF:FFFFFFFF:Get winning hand Now! (11/42) :hypreac2:00010001:004024:00000003:FFFFFFFF:Get winning hand Now! (12/42) :hypreac2:00010001:004026:0000001C:FFFFFFFF:Get winning hand Now! (13/42) :hypreac2:00010001:004027:000000FF:FFFFFFFF:Get winning hand Now! (14/42) :hypreac2:00010001:004028:00000003:FFFFFFFF:Get winning hand Now! (15/42) :hypreac2:00010001:00402A:0000001C:FFFFFFFF:Get winning hand Now! (16/42) :hypreac2:00010001:00402B:000000FF:FFFFFFFF:Get winning hand Now! (17/42) :hypreac2:00010001:00402C:00000003:FFFFFFFF:Get winning hand Now! (18/42) :hypreac2:00010001:00402E:0000001D:FFFFFFFF:Get winning hand Now! (19/42) :hypreac2:00010001:00402F:000000FF:FFFFFFFF:Get winning hand Now! (20/42) :hypreac2:00010001:004030:00000003:FFFFFFFF:Get winning hand Now! (21/42) :hypreac2:00010001:004032:0000001D:FFFFFFFF:Get winning hand Now! (22/42) :hypreac2:00010001:004033:000000FF:FFFFFFFF:Get winning hand Now! (23/42) :hypreac2:00010001:004034:00000003:FFFFFFFF:Get winning hand Now! (24/42) :hypreac2:00010001:004036:0000001D:FFFFFFFF:Get winning hand Now! (25/42) :hypreac2:00010001:004037:000000FF:FFFFFFFF:Get winning hand Now! (26/42) :hypreac2:00010001:004038:00000003:FFFFFFFF:Get winning hand Now! (27/42) :hypreac2:00010001:00403A:0000001E:FFFFFFFF:Get winning hand Now! (28/42) :hypreac2:00010001:00403B:000000FF:FFFFFFFF:Get winning hand Now! (29/42) :hypreac2:00010001:00403C:00000003:FFFFFFFF:Get winning hand Now! (30/42) :hypreac2:00010001:00403E:0000001E:FFFFFFFF:Get winning hand Now! (31/42) :hypreac2:00010001:00403F:000000FF:FFFFFFFF:Get winning hand Now! (32/42) :hypreac2:00010001:004040:00000003:FFFFFFFF:Get winning hand Now! (33/42) :hypreac2:00010001:004042:0000001E:FFFFFFFF:Get winning hand Now! (34/42) :hypreac2:00010001:004043:000000FF:FFFFFFFF:Get winning hand Now! (35/42) :hypreac2:00010001:004044:00000003:FFFFFFFF:Get winning hand Now! (36/42) :hypreac2:00010001:004046:0000001F:FFFFFFFF:Get winning hand Now! (37/42) :hypreac2:00010001:004047:000000FF:FFFFFFFF:Get winning hand Now! (38/42) :hypreac2:00010001:004048:00000004:FFFFFFFF:Get winning hand Now! (39/42) :hypreac2:00010001:00404A:0000001F:FFFFFFFF:Get winning hand Now! (40/42) :hypreac2:00010001:00404B:000000FF:FFFFFFFF:Get winning hand Now! (41/42) :hypreac2:00010001:00404C:00000004:FFFFFFFF:Get winning hand Now! (42/42) :hypreac2:00000000:004016:0000001B:FFFFFFFF:Always winning hand :hypreac2:00010000:004017:000000FF:FFFFFFFF:Always winning hand (02/42) :hypreac2:00010000:004018:00000003:FFFFFFFF:Always winning hand (03/42) :hypreac2:00010000:00401A:0000001B:FFFFFFFF:Always winning hand (04/42) :hypreac2:00010000:00401B:000000FF:FFFFFFFF:Always winning hand (05/42) :hypreac2:00010000:00401C:00000003:FFFFFFFF:Always winning hand (06/42) :hypreac2:00010000:00401E:0000001B:FFFFFFFF:Always winning hand (07/42) :hypreac2:00010000:00401F:000000FF:FFFFFFFF:Always winning hand (08/42) :hypreac2:00010000:004020:00000003:FFFFFFFF:Always winning hand (09/42) :hypreac2:00010000:004022:0000001C:FFFFFFFF:Always winning hand (10/42) :hypreac2:00010000:004023:000000FF:FFFFFFFF:Always winning hand (11/42) :hypreac2:00010000:004024:00000003:FFFFFFFF:Always winning hand (12/42) :hypreac2:00010000:004026:0000001C:FFFFFFFF:Always winning hand (13/42) :hypreac2:00010000:004027:000000FF:FFFFFFFF:Always winning hand (14/42) :hypreac2:00010000:004028:00000003:FFFFFFFF:Always winning hand (15/42) :hypreac2:00010000:00402A:0000001C:FFFFFFFF:Always winning hand (16/42) :hypreac2:00010000:00402B:000000FF:FFFFFFFF:Always winning hand (17/42) :hypreac2:00010000:00402C:00000003:FFFFFFFF:Always winning hand (18/42) :hypreac2:00010000:00402E:0000001D:FFFFFFFF:Always winning hand (19/42) :hypreac2:00010000:00402F:000000FF:FFFFFFFF:Always winning hand (20/42) :hypreac2:00010000:004030:00000003:FFFFFFFF:Always winning hand (21/42) :hypreac2:00010000:004032:0000001D:FFFFFFFF:Always winning hand (22/42) :hypreac2:00010000:004033:000000FF:FFFFFFFF:Always winning hand (23/42) :hypreac2:00010000:004034:00000003:FFFFFFFF:Always winning hand (24/42) :hypreac2:00010000:004036:0000001D:FFFFFFFF:Always winning hand (25/42) :hypreac2:00010000:004037:000000FF:FFFFFFFF:Always winning hand (26/42) :hypreac2:00010000:004038:00000003:FFFFFFFF:Always winning hand (27/42) :hypreac2:00010000:00403A:0000001E:FFFFFFFF:Always winning hand (28/42) :hypreac2:00010000:00403B:000000FF:FFFFFFFF:Always winning hand (29/42) :hypreac2:00010000:00403C:00000003:FFFFFFFF:Always winning hand (30/42) :hypreac2:00010000:00403E:0000001E:FFFFFFFF:Always winning hand (31/42) :hypreac2:00010000:00403F:000000FF:FFFFFFFF:Always winning hand (32/42) :hypreac2:00010000:004040:00000003:FFFFFFFF:Always winning hand (33/42) :hypreac2:00010000:004042:0000001E:FFFFFFFF:Always winning hand (34/42) :hypreac2:00010000:004043:000000FF:FFFFFFFF:Always winning hand (35/42) :hypreac2:00010000:004044:00000003:FFFFFFFF:Always winning hand (36/42) :hypreac2:00010000:004046:0000001F:FFFFFFFF:Always winning hand (37/42) :hypreac2:00010000:004047:000000FF:FFFFFFFF:Always winning hand (38/42) :hypreac2:00010000:004048:00000004:FFFFFFFF:Always winning hand (39/42) :hypreac2:00010000:00404A:0000001F:FFFFFFFF:Always winning hand (40/42) :hypreac2:00010000:00404B:000000FF:FFFFFFFF:Always winning hand (41/42) :hypreac2:00010000:00404C:00000004:FFFFFFFF:Always winning hand (42/42) :hypreac2:00000006:004016:0000030D:FFFFFFFF:Watch ALL 14 tiles - Player :hypreac2:00000006:004216:0000030D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. hypreac2:0:000000:00:999:[ Here is the look-up list for the above watches. ] hypreac2:0:000000:00:999:[ ] hypreac2:0:000000:00:999:[ value rank family common name chinese name ] hypreac2:0:000000:00:999:[ 00h 00h 00h 1 "characters" 1 "wan" ] hypreac2:0:000000:00:999:[ 01h 01h 00h 2 "characters" 2 "wan" ] hypreac2:0:000000:00:999:[ 02h 02h 00h 3 "characters" 3 "wan" ] hypreac2:0:000000:00:999:[ 03h 03h 00h 4 "characters" 4 "wan" ] hypreac2:0:000000:00:999:[ 04h 04h 00h 5 "characters" 5 "wan" ] hypreac2:0:000000:00:999:[ 05h 05h 00h 6 "characters" 6 "wan" ] hypreac2:0:000000:00:999:[ 06h 06h 00h 7 "characters" 7 "wan" ] hypreac2:0:000000:00:999:[ 07h 07h 00h 8 "characters" 8 "wan" ] hypreac2:0:000000:00:999:[ 08h 08h 00h 9 "characters" 9 "wan" ] hypreac2:0:000000:00:999:[ 09h 00h 01h 1 "dots" 1 "tung" ] hypreac2:0:000000:00:999:[ 0Ah 01h 01h 2 "dots" 2 "tung" ] hypreac2:0:000000:00:999:[ 0Bh 02h 01h 3 "dots" 3 "tung" ] hypreac2:0:000000:00:999:[ 0Ch 03h 01h 4 "dots" 4 "tung" ] hypreac2:0:000000:00:999:[ 0Dh 04h 01h 5 "dots" 5 "tung" ] hypreac2:0:000000:00:999:[ 0Eh 05h 01h 6 "dots" 6 "tung" ] hypreac2:0:000000:00:999:[ 0Fh 06h 01h 7 "dots" 7 "tung" ] hypreac2:0:000000:00:999:[ 10h 07h 01h 8 "dots" 8 "tung" ] hypreac2:0:000000:00:999:[ 11h 08h 01h 9 "dots" 9 "tung" ] hypreac2:0:000000:00:999:[ 12h 00h 02h 1 "bamboo" 1"tiao/Bird" ] hypreac2:0:000000:00:999:[ 13h 01h 02h 2 "bamboo" 2 "tiao" ] hypreac2:0:000000:00:999:[ 14h 02h 02h 3 "bamboo" 3 "tiao" ] hypreac2:0:000000:00:999:[ 15h 03h 02h 4 "bamboo" 4 "tiao" ] hypreac2:0:000000:00:999:[ 16h 04h 02h 5 "bamboo" 5 "tiao" ] hypreac2:0:000000:00:999:[ 17h 05h 02h 6 "bamboo" 6 "tiao" ] hypreac2:0:000000:00:999:[ 18h 06h 02h 7 "bamboo" 7 "tiao" ] hypreac2:0:000000:00:999:[ 19h 07h 02h 8 "bamboo" 8 "tiao" ] hypreac2:0:000000:00:999:[ 1Ah 08h 02h 9 "bamboo" 9 "tiao" ] hypreac2:0:000000:00:999:[ 1Bh FFh 03h East "wind" ] hypreac2:0:000000:00:999:[ 1Ch FFh 03h South "wind" ] hypreac2:0:000000:00:999:[ 1Dh FFh 03h West "wind" ] hypreac2:0:000000:00:999:[ 1Eh FFh 03h North "wind" ] hypreac2:0:000000:00:999:[ 1Fh FFh 04h White "dragon" ] hypreac2:0:000000:00:999:[ 20h FFh 04h Green "dragon" ] hypreac2:0:000000:00:999:[ 21h FFh 04h Red "dragon" ] hypreac2:0:000000:00:999:[ FFh FFh FFh - no tile - ] ; [ Mahjong Hyper Reaction (Japan) ] hypreact:0:000000:00:999:[ The winning hand cheat must be activated when ] hypreact:0:000000:00:999:[ there are 14 tiles in your hand, then press ] hypreact:0:000000:00:999:[ the RON key ('Z' by default). The tiles do not ] hypreact:0:000000:00:999:[ visually change until you make a move. ] :hypreact:00000001:000510:0000001C:FFFFFFFF:Get winning hand Now! :hypreact:00010001:000511:0000001B:FFFFFFFF:Get winning hand Now! (02/28) :hypreact:00010001:000518:0000001C:FFFFFFFF:Get winning hand Now! (03/28) :hypreact:00010001:000519:0000001B:FFFFFFFF:Get winning hand Now! (04/28) :hypreact:00010001:000520:0000001C:FFFFFFFF:Get winning hand Now! (05/28) :hypreact:00010001:000521:0000001B:FFFFFFFF:Get winning hand Now! (06/28) :hypreact:00010001:000528:0000001D:FFFFFFFF:Get winning hand Now! (07/28) :hypreact:00010001:000529:0000001C:FFFFFFFF:Get winning hand Now! (08/28) :hypreact:00010001:000530:0000001D:FFFFFFFF:Get winning hand Now! (09/28) :hypreact:00010001:000531:0000001C:FFFFFFFF:Get winning hand Now! (10/28) :hypreact:00010001:000538:0000001D:FFFFFFFF:Get winning hand Now! (11/28) :hypreact:00010001:000539:0000001C:FFFFFFFF:Get winning hand Now! (12/28) :hypreact:00010001:000540:0000001E:FFFFFFFF:Get winning hand Now! (13/28) :hypreact:00010001:000541:0000001D:FFFFFFFF:Get winning hand Now! (14/28) :hypreact:00010001:000548:0000001E:FFFFFFFF:Get winning hand Now! (15/28) :hypreact:00010001:000549:0000001D:FFFFFFFF:Get winning hand Now! (16/28) :hypreact:00010001:000550:0000001E:FFFFFFFF:Get winning hand Now! (17/28) :hypreact:00010001:000551:0000001D:FFFFFFFF:Get winning hand Now! (18/28) :hypreact:00010001:000558:0000001F:FFFFFFFF:Get winning hand Now! (19/28) :hypreact:00010001:000559:0000001E:FFFFFFFF:Get winning hand Now! (20/28) :hypreact:00010001:000560:0000001F:FFFFFFFF:Get winning hand Now! (21/28) :hypreact:00010001:000561:0000001E:FFFFFFFF:Get winning hand Now! (22/28) :hypreact:00010001:000568:0000001F:FFFFFFFF:Get winning hand Now! (23/28) :hypreact:00010001:000569:0000001E:FFFFFFFF:Get winning hand Now! (24/28) :hypreact:00010001:000570:00000020:FFFFFFFF:Get winning hand Now! (25/28) :hypreact:00010001:000571:0000001F:FFFFFFFF:Get winning hand Now! (26/28) :hypreact:00010001:000578:00000020:FFFFFFFF:Get winning hand Now! (27/28) :hypreact:00010001:000579:0000001F:FFFFFFFF:Get winning hand Now! (28/28) :hypreact:00000006:000510:0000070D:FFFFFFFF:Watch ALL 14 tiles - Player hypreact:0:000000:00:999:[ Here is the look-up list for the above watches ] hypreact:0:000000:00:999:[ ] hypreact:0:000000:00:999:[ value display common name chinese name ] hypreact:0:000000:00:999:[ 00h 00h - no tile - ] hypreact:0:000000:00:999:[ 01h 00h 1 "characters" 1 "wan" ] hypreact:0:000000:00:999:[ 02h 01h 2 "characters" 2 "wan" ] hypreact:0:000000:00:999:[ 03h 02h 3 "characters" 3 "wan" ] hypreact:0:000000:00:999:[ 04h 03h 4 "characters" 4 "wan" ] hypreact:0:000000:00:999:[ 05h 04h 5 "characters" 5 "wan" ] hypreact:0:000000:00:999:[ 06h 05h 6 "characters" 6 "wan" ] hypreact:0:000000:00:999:[ 07h 06h 7 "characters" 7 "wan" ] hypreact:0:000000:00:999:[ 08h 07h 8 "characters" 8 "wan" ] hypreact:0:000000:00:999:[ 09h 08h 9 "characters" 9 "wan" ] hypreact:0:000000:00:999:[ 0Ah 09h 1 "dots" 1 "tung" ] hypreact:0:000000:00:999:[ 0Bh 0Ah 2 "dots" 2 "tung" ] hypreact:0:000000:00:999:[ 0Ch 0Bh 3 "dots" 3 "tung" ] hypreact:0:000000:00:999:[ 0Dh 0Ch 4 "dots" 4 "tung" ] hypreact:0:000000:00:999:[ 0Eh 0Dh 5 "dots" 5 "tung" ] hypreact:0:000000:00:999:[ 0Fh 0Eh 6 "dots" 6 "tung" ] hypreact:0:000000:00:999:[ 10h 0Fh 7 "dots" 7 "tung" ] hypreact:0:000000:00:999:[ 11h 10h 8 "dots" 8 "tung" ] hypreact:0:000000:00:999:[ 12h 11h 9 "dots" 9 "tung" ] hypreact:0:000000:00:999:[ 13h 12h 1 "bamboo" 1 "tiao/Bird ] hypreact:0:000000:00:999:[ 14h 13h 2 "bamboo" 2 "tiao" ] hypreact:0:000000:00:999:[ 15h 14h 3 "bamboo" 3 "tiao" ] hypreact:0:000000:00:999:[ 16h 15h 4 "bamboo" 4 "tiao" ] hypreact:0:000000:00:999:[ 17h 16h 5 "bamboo" 5 "tiao" ] hypreact:0:000000:00:999:[ 18h 17h 6 "bamboo" 6 "tiao" ] hypreact:0:000000:00:999:[ 19h 18h 7 "bamboo" 7 "tiao" ] hypreact:0:000000:00:999:[ 1Ah 19h 8 "bamboo" 8 "tiao" ] hypreact:0:000000:00:999:[ 1Bh 1Ah 9 "bamboo" 9 "tiao" ] hypreact:0:000000:00:999:[ 1Ch 1Bh East "wind" ] hypreact:0:000000:00:999:[ 1Dh 1Ch South "wind" ] hypreact:0:000000:00:999:[ 1Eh 1Dh West "wind" ] hypreact:0:000000:00:999:[ 1Fh 1Eh North "wind" ] hypreact:0:000000:00:999:[ 20h 1Fh White "dragon" ] hypreact:0:000000:00:999:[ 21h 20h Green "dragon" ] hypreact:0:000000:00:999:[ 22h 21h Red "dragon" ] ; [ Hyper Olympic (bootleg) ] hyprolyb:0:287F:01:000:Always Qualify in u 2 sec hyprolyb:0:28D9:00:000:No False Starts PL1 & PL3 hyprolyb:0:28F9:00:000:No False Starts PL2 & PL4 hyprolyb:0:28C9:00:000:No Long Jump fouls hyprolyb:0:2B9F:00:000:No High Jump Faults PL1 hyprolyb:0:2BBF:00:000:No High Jump Faults PL2 hyprolyb:0:2BDF:00:000:No High Jump Faults PL3 hyprolyb:0:2BFF:00:000:No High Jump Faults PL4 hyprolyb:0:2B81:02:000:Infinite Lives PL1 hyprolyb:0:2BA1:02:000:Infinite Lives PL2 hyprolyb:0:2BC1:02:000:Infinite Lives PL3 hyprolyb:0:2BE1:02:000:Infinite Lives PL4 hyprolyb:0:2A38:2D:000:Super Hammer Throw hyprolyb:0:0000:00:999:[Turn the 'Start on' cheats ] hyprolyb:0:0000:00:999:[ON on the title screen and ] hyprolyb:0:0000:00:999:[DON'T forget to turn off ] hyprolyb:0:0000:00:999:[them OFF when you are on ] hyprolyb:0:0000:00:999:[the event or you won't ] hyprolyb:0:0000:00:999:[progress any further!! ] hyprolyb:0:2884:00:000:Start on 100 Meter Dash hyprolyb:0:2884:01:000:Start on Long Jump hyprolyb:0:2884:02:000:Start on Javelin Throw hyprolyb:0:2884:03:000:Start on 110 Meter Hurdles hyprolyb:0:2884:04:000:Start on Hammer Throw hyprolyb:0:2884:05:000:Start on High Jump hyprolyb:0:0000:00:999:[The Superman cheat allows ] hyprolyb:0:0000:00:999:[you to leap tall buildings ] hyprolyb:0:0000:00:999:[in one bound - handy for ] hyprolyb:0:0000:00:999:[the High Jump!! It DOES NOT] hyprolyb:0:0000:00:999:[work well with the Auto ] hyprolyb:0:0000:00:999:[Angle cheat so turn ONE ] hyprolyb:0:0000:00:999:[of them OFF!!!!! ] hyprolyb:0:28B3:09:000:Superman hyprolyb:0:28D8:2D:000:Auto 45 degrees angle hyprolyb:0:0000:00:999:[On the High Jump it's best ] hyprolyb:0:0000:00:999:[to disable the Full Speed ] hyprolyb:0:0000:00:999:[and use the Superman cheat.] hyprolyb:0:28B0:01:000:Full Speed hyprolyb:0:28B1:05:500:Full Speed (2/3) hyprolyb:0:28B2:00:500:Full Speed (3/3) hyprolyb:0:0000:00:999:[Don't use the Full Speed ] hyprolyb:0:0000:00:999:[cheat on the Hurdles - it ] hyprolyb:0:0000:00:999:[is TOO fast, use Fast for ] hyprolyb:0:0000:00:999:[Hurdles instead. ] hyprolyb:0:28B0:01:000:Fast for Hurdles hyprolyb:0:28B1:02:500:Fast for Hurdles (2/3) hyprolyb:0:28B2:00:500:Fast for Hurdles (3/3) hyprolyb:0:0000:00:999:[The Take steroids cheat is ] hyprolyb:0:0000:00:999:[better than the Full Speed ] hyprolyb:0:0000:00:999:[cheat. However, you must be] hyprolyb:0:0000:00:999:[careful with it or you'll ] hyprolyb:0:0000:00:999:[run off the pitch and the ] hyprolyb:0:0000:00:999:[anti-doping control will ] hyprolyb:0:0000:00:999:[catch you!! ;-) ] hyprolyb:0:2834:00:000:Take steroids ; [ Hyper Olympic ] hyprolym:0:287F:01:000:Always Qualify in u 2 sec hyprolym:0:28D9:00:000:No False Starts PL1 & PL3 hyprolym:0:28F9:00:000:No False Starts PL2 & PL4 hyprolym:0:28C9:00:000:No Long Jump fouls hyprolym:0:2B9F:00:000:No High Jump Faults PL1 hyprolym:0:2BBF:00:000:No High Jump Faults PL2 hyprolym:0:2BDF:00:000:No High Jump Faults PL3 hyprolym:0:2BFF:00:000:No High Jump Faults PL4 hyprolym:0:2B81:02:000:Infinite Lives PL1 hyprolym:0:2BA1:02:000:Infinite Lives PL2 hyprolym:0:2BC1:02:000:Infinite Lives PL3 hyprolym:0:2BE1:02:000:Infinite Lives PL4 hyprolym:0:2A38:2D:000:Super Hammer Throw hyprolym:0:0000:00:999:[Turn the 'Start on' cheats ] hyprolym:0:0000:00:999:[ON on the title screen and ] hyprolym:0:0000:00:999:[DON'T forget to turn off ] hyprolym:0:0000:00:999:[them OFF when you are on ] hyprolym:0:0000:00:999:[the event or you won't ] hyprolym:0:0000:00:999:[progress any further!! ] hyprolym:0:2884:00:000:Start on 100 Meter Dash hyprolym:0:2884:01:000:Start on Long Jump hyprolym:0:2884:02:000:Start on Javelin Throw hyprolym:0:2884:03:000:Start on 110 Meter Hurdles hyprolym:0:2884:04:000:Start on Hammer Throw hyprolym:0:2884:05:000:Start on High Jump hyprolym:0:0000:00:999:[The Superman cheat allows ] hyprolym:0:0000:00:999:[you to leap tall buildings ] hyprolym:0:0000:00:999:[in one bound - handy for ] hyprolym:0:0000:00:999:[the High Jump!! It DOES NOT] hyprolym:0:0000:00:999:[work well with the Auto ] hyprolym:0:0000:00:999:[Angle cheat so turn ONE ] hyprolym:0:0000:00:999:[of them OFF!!!!! ] hyprolym:0:28B3:09:000:Superman hyprolym:0:28D8:2D:000:Auto 45 degrees angle hyprolym:0:0000:00:999:[On the High Jump it's best ] hyprolym:0:0000:00:999:[to disable the Full Speed ] hyprolym:0:0000:00:999:[and use the Superman cheat.] hyprolym:0:28B0:01:000:Full Speed hyprolym:0:28B1:05:500:Full Speed (2/3) hyprolym:0:28B2:00:500:Full Speed (3/3) hyprolym:0:0000:00:999:[Don't use the Full Speed ] hyprolym:0:0000:00:999:[cheat on the Hurdles - it ] hyprolym:0:0000:00:999:[is TOO fast, use Fast for ] hyprolym:0:0000:00:999:[Hurdles instead. ] hyprolym:0:28B0:01:000:Fast for Hurdles hyprolym:0:28B1:02:500:Fast for Hurdles (2/3) hyprolym:0:28B2:00:500:Fast for Hurdles (3/3) hyprolym:0:0000:00:999:[The Take steroids cheat is ] hyprolym:0:0000:00:999:[better than the Full Speed ] hyprolym:0:0000:00:999:[cheat. However, you must be] hyprolym:0:0000:00:999:[careful with it or you'll ] hyprolym:0:0000:00:999:[run off the pitch and the ] hyprolym:0:0000:00:999:[anti-doping control will ] hyprolym:0:0000:00:999:[catch you!! ;-) ] hyprolym:0:2834:00:000:Take steroids ; [ Hyper Sports Special (Japan) ] hypsptsp:0:0000:00:999:[It is best to turn off the ] hypsptsp:0:0000:00:999:[event select cheats when ] hypsptsp:0:0000:00:999:[you start the event or you ] hypsptsp:0:0000:00:999:[will not progress events! ] hypsptsp:0:20D4:00:000:Set event to 100m Dash hypsptsp:0:20D4:01:000:Set event to Long Jump hypsptsp:0:20D4:02:000:Set event to 400m Relay 1 hypsptsp:0:20D4:03:000:Set event to Skeet Shooting hypsptsp:0:20D4:04:000:Set event to 110m Hurdles hypsptsp:0:20D4:05:000:Set event to Archery hypsptsp:0:20D4:06:000:Set event to Javelin Throw hypsptsp:0:20D4:07:000:Set event to High Jump hypsptsp:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts! hypsptsp:0:20D4:08:000:Finish Game after this event! hypsptsp:0:0000:00:999:[Note Event cheats should be] hypsptsp:0:0000:00:999:[turned off at end of event ] hypsptsp:0:0000:00:999:[or sprite corruption will ] hypsptsp:0:0000:00:999:[occur. Don't turn on max ] hypsptsp:0:0000:00:999:[power cheats too soon! ] hypsptsp:0:0000:00:999:[ 100M DASH ] hypsptsp:0:2AB4:00:000:Infinite Time '00"00' hypsptsp:0:2AB3:00:500:Infinite Time '00"00' (2/4) hypsptsp:0:2AB2:00:500:Infinite Time '00"00' (3/4) hypsptsp:0:2AB1:00:500:Infinite Time '00"00' (4/4) hypsptsp:0:2312:0A:000:Maximum Power PL1 hypsptsp:0:232A:0A:500:Maximum Power PL1 (2/2) hypsptsp:0:3322:00:000:Infinite False Starts PL1 hypsptsp:0:0000:00:999:[ LONG JUMP ] hypsptsp:0:2365:E0:000:Maximum Power:Press fire to get body back hypsptsp:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back hypsptsp:0:2364:45:000:Always jump at 45 deg. hypsptsp:0:2363:2D:500:Always jump at 45 deg. (2/2) hypsptsp:0:0000:00:999:[ JAVELIN ] hypsptsp:0:2365:E0:000:Maximum Power:Press fire to get body back hypsptsp:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back hypsptsp:0:2364:45:000:Always throw at 45 deg. hypsptsp:0:2363:2D:500:Always throw at 45 deg. (2/2) hypsptsp:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Vs. Ice Climber ] iceclimb:0:0797:5C:000:Infinite Credits :iceclimb:00100000:07FA:00009999:FFFFFFFF:Infinite Time :iceclimb:00110000:07FE:00009998:FFFFFFFF:Infinite Time (2/2) iceclimb:0:CCC8:23:100:Invincibility:Note - dropping down gaps still kills though. iceclimb:0:0020:08:000:Infinite Lives PL1 iceclimb:0:0021:08:000:Infinite Lives PL2 ; [ Vs. Ice Climber (Japan) ] iceclmbj:0:0797:5C:000:Infinite Credits :iceclmbj:00100000:07FA:00009999:FFFFFFFF:Infinite Time :iceclmbj:00110000:07FE:00009998:FFFFFFFF:Infinite Time (2/2) iceclmbj:0:CD0D:23:100:Invincibility:Note - dropping down gaps still kills though. iceclmbj:0:0020:08:000:Infinite Lives PL1 iceclmbj:0:0021:08:000:Infinite Lives PL2 ; [ Vs. Ice Climber Dual (Japan) ] iceclmrj:0:CD0D:23:100:Invincibility (Left Screen):Note - dropping down gaps still kills though. iceclmrj:1:CD0D:23:100:Invincibility (Right Screen):Note - dropping down gaps still kills though. iceclmrj:0:0020:08:000:Infinite Lives (Left Screen) PL1 iceclmrj:0:0021:08:000:Infinite Lives (Left Screen) PL2 iceclmrj:1:0020:08:000:Infinite Lives (Right Screen) PL1 iceclmrj:1:0021:08:000:Infinite Lives (Right Screen) PL2 ; [ Puzzle & Action: Ichidant-R (World) ] ichir:0:FFFC18:09:000:Infinite Credits ichir:0:FFB813:1A:000:Infinite Time ichir:0:FF9B8B:09:000:Infinite Energy PL1 ichir:0:FF9F8B:09:000:Infinite Energy PL2 ; [ Puzzle & Action: Ichidant-R (Japan) ] ichirj:0:FFFC18:09:000:Infinite Credits ichirj:0:FFB813:1A:000:Infinite Time ichirj:0:FF9B8B:09:000:Infinite Energy PL1 ichirj:0:FF9F8B:09:000:Infinite Energy PL2 ; [ Puzzle & Action: Ichidant-R (Japan) (bootleg) ] ichirjbl:0:FFFC18:09:000:Infinite Credits ichirjbl:0:FFB813:1A:000:Infinite Time ichirjbl:0:FF9B8B:09:000:Infinite Energy PL1 ichirjbl:0:FF9F8B:09:000:Infinite Energy PL2 ; [ Puzzle & Action: Ichidant-R (Korea) ] ichirk:0:FFFC18:09:000:Infinite Credits ichirk:0:FFB813:1A:000:Infinite Time ichirk:0:FF9B8B:09:000:Infinite Energy PL1 ichirk:0:FF9F8B:09:000:Infinite Energy PL2 ; [ Idol no Himitsu [BET] (Japan 890304) ] idhimitu:0:0000:00:999:[ The winning hand cheat must be ] idhimitu:0:0000:00:999:[ activated when there are 14 tiles ] idhimitu:0:0000:00:999:[ in your hand, then press the RON ] idhimitu:0:0000:00:999:[ key ('Z' by default). The tiles do ] idhimitu:0:0000:00:999:[ not visually change until you make ] idhimitu:0:0000:00:999:[ a move. ] idhimitu:0:FC8C:01:001:Get winning hand Now! idhimitu:0:FC8D:01:501:Get winning hand Now! (02/14) idhimitu:0:FC8E:01:501:Get winning hand Now! (03/14) idhimitu:0:FC8F:02:501:Get winning hand Now! (04/14) idhimitu:0:FC90:02:501:Get winning hand Now! (05/14) idhimitu:0:FC91:02:501:Get winning hand Now! (06/14) idhimitu:0:FC92:03:501:Get winning hand Now! (07/14) idhimitu:0:FC93:03:501:Get winning hand Now! (08/14) idhimitu:0:FC94:03:501:Get winning hand Now! (09/14) idhimitu:0:FC95:04:501:Get winning hand Now! (10/14) idhimitu:0:FC96:04:501:Get winning hand Now! (11/14) idhimitu:0:FC97:04:501:Get winning hand Now! (12/14) idhimitu:0:FC98:05:501:Get winning hand Now! (13/14) idhimitu:0:FC99:05:501:Get winning hand Now! (14/14) idhimitu:0:FC8C:01:000:Always winning hand idhimitu:0:FC8D:01:500:Always winning hand (02/14) idhimitu:0:FC8E:01:500:Always winning hand (03/14) idhimitu:0:FC8F:02:500:Always winning hand (04/14) idhimitu:0:FC90:02:500:Always winning hand (05/14) idhimitu:0:FC91:02:500:Always winning hand (06/14) idhimitu:0:FC92:03:500:Always winning hand (07/14) idhimitu:0:FC93:03:500:Always winning hand (08/14) idhimitu:0:FC94:03:500:Always winning hand (09/14) idhimitu:0:FC95:04:500:Always winning hand (10/14) idhimitu:0:FC96:04:500:Always winning hand (11/14) idhimitu:0:FC97:04:500:Always winning hand (12/14) idhimitu:0:FC98:05:500:Always winning hand (13/14) idhimitu:0:FC99:05:500:Always winning hand (14/14) ; [ Idol-Mahjong Housoukyoku (Japan) ] idolmj:0:0000:00:999:[The winning hand cheat must] idolmj:0:0000:00:999:[be activated when there are] idolmj:0:0000:00:999:[14 tiles in your hand, then] idolmj:0:0000:00:999:[press the RON key . ] idolmj:0:0000:00:999:[('Z' by default). The tiles] idolmj:0:0000:00:999:[do not visually change ] idolmj:0:0000:00:999:[until you make a move. ] idolmj:0:CE81:30:000:Always winning hand idolmj:0:CE82:30:500:Always winning hand (02/14) idolmj:0:CE83:30:500:Always winning hand (03/14) idolmj:0:CE84:31:500:Always winning hand (04/14) idolmj:0:CE85:31:500:Always winning hand (05/14) idolmj:0:CE86:31:500:Always winning hand (06/14) idolmj:0:CE87:32:500:Always winning hand (07/14) idolmj:0:CE88:32:500:Always winning hand (08/14) idolmj:0:CE89:32:500:Always winning hand (09/14) idolmj:0:CE8A:33:500:Always winning hand (10/14) idolmj:0:CE8B:33:500:Always winning hand (11/14) idolmj:0:CE8C:33:500:Always winning hand (12/14) idolmj:0:CE8D:34:500:Always winning hand (13/14) idolmj:0:CE8E:34:500:Always winning hand (14/14) idolmj:0:C702:00:000:Always winning hand (dealer) idolmj:0:CB02:01:500:Always winning hand (dealer) (2/2) ; [ Indoor Soccer ] idsoccer:0:4108:59:000:Infinite Time idsoccer:0:4109:09:500:Infinite Time (2/2) idsoccer:0:4108:01:001:Finish this Match Now! idsoccer:0:4109:00:501:Finish this Match Now! (2/2) idsoccer:0:410C:00:000:Score always = 0 PL1 idsoccer:0:410D:00:500:Score always = 0 PL1 (2/2) idsoccer:0:410C:10:000:Score always = 10 PL1 idsoccer:0:410D:00:500:Score always = 10 PL1 (2/2) idsoccer:0:410C:00:001:Score = 0 Now! PL1 idsoccer:0:410D:00:501:Score = 0 Now! PL1 (2/2) idsoccer:0:410C:10:001:Score = 10 Now! PL1 idsoccer:0:410D:00:501:Score = 10 Now! PL1 (2/2) idsoccer:0:410E:00:000:Score always = 0 PL2 idsoccer:0:410F:00:500:Score always = 0 PL2 (2/2) idsoccer:0:410E:10:000:Score always = 10 PL2 idsoccer:0:410F:00:500:Score always = 10 PL2 (2/2) idsoccer:0:410E:00:001:Score = 0 Now! PL2 idsoccer:0:410F:00:501:Score = 0 Now! PL2 (2/2) idsoccer:0:410E:10:001:Score = 10 Now! PL2 idsoccer:0:410F:00:501:Score = 10 Now! PL2 (2/2) ; [ Iemoto (Japan 871020) ] iemoto:0:F165:FF:000:Buggy score iemoto:0:0000:00:999:[The winning hand cheat must] iemoto:0:0000:00:999:[be activated when there are] iemoto:0:0000:00:999:[14 tiles in your hand, then] iemoto:0:0000:00:999:[press the RON key . ] iemoto:0:0000:00:999:[('Z' by default). The tiles] iemoto:0:0000:00:999:[do not visually change ] iemoto:0:0000:00:999:[until you make a move. ] iemoto:0:F48C:31:001:Get winning hand Now! iemoto:0:F48D:31:501:Get winning hand Now! (02/14) iemoto:0:F48E:31:501:Get winning hand Now! (03/14) iemoto:0:F48F:32:501:Get winning hand Now! (04/14) iemoto:0:F490:32:501:Get winning hand Now! (05/14) iemoto:0:F491:32:501:Get winning hand Now! (06/14) iemoto:0:F492:33:501:Get winning hand Now! (07/14) iemoto:0:F493:33:501:Get winning hand Now! (08/14) iemoto:0:F494:33:501:Get winning hand Now! (09/14) iemoto:0:F495:34:501:Get winning hand Now! (10/14) iemoto:0:F496:34:501:Get winning hand Now! (11/14) iemoto:0:F497:34:501:Get winning hand Now! (12/14) iemoto:0:F498:35:501:Get winning hand Now! (13/14) iemoto:0:F499:35:501:Get winning hand Now! (14/14) iemoto:0:F48C:31:000:Always winning hand iemoto:0:F48D:31:500:Always winning hand (02/14) iemoto:0:F48E:31:500:Always winning hand (03/14) iemoto:0:F48F:32:500:Always winning hand (04/14) iemoto:0:F490:32:500:Always winning hand (05/14) iemoto:0:F491:32:500:Always winning hand (06/14) iemoto:0:F492:33:500:Always winning hand (07/14) iemoto:0:F493:33:500:Always winning hand (08/14) iemoto:0:F494:33:500:Always winning hand (09/14) iemoto:0:F495:34:500:Always winning hand (10/14) iemoto:0:F496:34:500:Always winning hand (11/14) iemoto:0:F497:34:500:Always winning hand (12/14) iemoto:0:F498:35:500:Always winning hand (13/14) iemoto:0:F499:35:500:Always winning hand (14/14) ; [ Iemoto [BET] (Japan 871118) ] iemotom:0:7165:FF:000:Buggy score iemotom:0:0000:00:999:[The winning hand cheat must] iemotom:0:0000:00:999:[be activated when there are] iemotom:0:0000:00:999:[14 tiles in your hand, then] iemotom:0:0000:00:999:[press the RON key . ] iemotom:0:0000:00:999:[('Z' by default). The tiles] iemotom:0:0000:00:999:[do not visually change ] iemotom:0:0000:00:999:[until you make a move. ] iemotom:0:748C:31:001:Get winning hand Now! iemotom:0:748D:31:501:Get winning hand Now! (02/14) iemotom:0:748E:31:501:Get winning hand Now! (03/14) iemotom:0:748F:32:501:Get winning hand Now! (04/14) iemotom:0:7490:32:501:Get winning hand Now! (05/14) iemotom:0:7491:32:501:Get winning hand Now! (06/14) iemotom:0:7492:33:501:Get winning hand Now! (07/14) iemotom:0:7493:33:501:Get winning hand Now! (08/14) iemotom:0:7494:33:501:Get winning hand Now! (09/14) iemotom:0:7495:34:501:Get winning hand Now! (10/14) iemotom:0:7496:34:501:Get winning hand Now! (11/14) iemotom:0:7497:34:501:Get winning hand Now! (12/14) iemotom:0:7498:35:501:Get winning hand Now! (13/14) iemotom:0:7499:35:501:Get winning hand Now! (14/14) iemotom:0:748C:31:000:Always winning hand iemotom:0:748D:31:500:Always winning hand (02/14) iemotom:0:748E:31:500:Always winning hand (03/14) iemotom:0:748F:32:500:Always winning hand (04/14) iemotom:0:7490:32:500:Always winning hand (05/14) iemotom:0:7491:32:500:Always winning hand (06/14) iemotom:0:7492:33:500:Always winning hand (07/14) iemotom:0:7493:33:500:Always winning hand (08/14) iemotom:0:7494:33:500:Always winning hand (09/14) iemotom:0:7495:34:500:Always winning hand (10/14) iemotom:0:7496:34:500:Always winning hand (11/14) iemotom:0:7497:34:500:Always winning hand (12/14) iemotom:0:7498:35:500:Always winning hand (13/14) iemotom:0:7499:35:500:Always winning hand (14/14) ; [ Iga Ninjyutsuden (Japan) ] iganinju:0:0F0029:09:000:Infinite Lives PL1 iganinju:0:0F002B:09:000:Infinite Lives PL2 iganinju:0:0F007F:03:006:Infinite Life iganinju:0:0F0177:99:007:Infinite Time :iganinju:20800000:148F1:00000087:FFFFFFFF:Invincibility :iganinju:20910000:148F6:00000002:FFFFFFFF:Invincibility (2/2):1st = bclr #$12,D7, 2nd = bne $148f8 :iganinju:62000000:00000:00000000:00000000:Select Energy Charge Speed :iganinju:20810000:1491A:00000052:FFFFFFFF:Normal :iganinju:20810000:1491A:00000054:FFFFFFFF:x2 :iganinju:20810000:1491A:00000058:FFFFFFFF:x4 iganinju:0:0F00BD:01:000:Always have Grapple Hook Shot iganinju:0:0F00BD:02:000:Always have Shuriken Shot iganinju:0:0F00BD:03:000:Always have Knife Shot iganinju:0:0F00BD:04:000:Always have 3 Knife Shot iganinju:0:0F00CF:01:000:Always have Power Shot Lvl1 iganinju:0:0F00CF:02:000:Always have Power Shot Lvl2 iganinju:0:0F00CF:03:000:Always have Power Shot Lvl3 iganinju:0:0F00CF:04:000:Always have Power Shot Lvl4 iganinju:0:0F00CF:05:000:Always have Power Shot Lvl5 iganinju:0:0F00BD:01:001:Get Grapple Hook Shot Now! iganinju:0:0F00BD:02:001:Get Shuriken Shot Now! iganinju:0:0F00BD:03:001:Get Knife Shot Now! iganinju:0:0F00BD:04:001:Get 3 Knife Shot Now! iganinju:0:000000:00:999:[These Get Power Shot Lvl ] iganinju:0:000000:00:999:[cheats only work for a very] iganinju:0:000000:00:999:[few goes. ] iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now! iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now! iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now! iganinju:0:0F00CF:02:001:Get Power Shot Lvl2 Now! iganinju:0:0F00CF:03:001:Get Power Shot Lvl3 Now! iganinju:0:0F00CF:04:001:Get Power Shot Lvl4 Now! iganinju:0:0F00CF:05:001:Get Power Shot Lvl5 Now! ; [ IGMO ] igmo:0:78A6:99:000:Infinite Credits igmo:0:78D2:32:000:Infinite Time igmo:0:78B8:06:000:Infinite Lives PL1 igmo:0:78BA:06:000:Infinite Lives PL2 ; [ Ikari Warriors (US) ] ikari:0:FDC6:08:000:Infinite Lives PL1 ikari:0:FDEB:99:000:Infinite Ammo PL1 ikari:0:FDEC:99:000:Infinite Grenades PL1 ikari:0:FDB4:00:000:Invincibility PL1 ikari:0:FDB7:01:040:Always have slow fire PL1 ikari:0:FDB7:01:020:Always have fast fire PL1 ikari:0:FDB7:02:040:Always have slow speed PL1 ikari:0:FDB7:02:020:Always have fast speed PL1 ikari:0:FDB7:04:040:Always have black grenadesPL1 ikari:0:FDB7:04:020:Always have red grenades PL1 ikari:0:FDB7:08:040:Always have black bullets PL1 ikari:0:FDB7:08:020:Always have red bullets PL1 ikari:0:FDB7:01:041:Get slow fire Now! PL1 ikari:0:FDB7:01:021:Get fast fire Now! PL1 ikari:0:FDB7:02:041:Get slow speed Now! PL1 ikari:0:FDB7:02:021:Get fast speed Now! PL1 ikari:0:FDB7:04:041:Get black grenades Now! PL1 ikari:0:FDB7:04:021:Get red grenades Now! PL1 ikari:0:FDB7:08:041:Get black bullets Now! PL1 ikari:0:FDB7:08:021:Get red bullets Now! PL1 ikari:0:FE16:08:000:Infinite Lives PL2 ikari:0:FE3B:99:000:Infinite Ammo PL2 ikari:0:FE3C:99:000:Infinite Grenades PL2 ikari:0:FE04:00:000:Invincibility PL2 ikari:0:FE07:01:040:Always have slow fire PL2 ikari:0:FE07:01:020:Always have fast fire PL2 ikari:0:FE07:02:040:Always have slow speed PL2 ikari:0:FE07:02:020:Always have fast speed PL2 ikari:0:FE07:04:040:Always have black grenadesPL2 ikari:0:FE07:04:020:Always have red grenades PL2 ikari:0:FE07:08:040:Always have black bullets PL2 ikari:0:FE07:08:020:Always have red bullets PL2 ikari:0:FE07:01:041:Get slow fire Now! PL2 ikari:0:FE07:01:021:Get fast fire Now! PL2 ikari:0:FE07:02:041:Get slow speed Now! PL2 ikari:0:FE07:02:021:Get fast speed Now! PL2 ikari:0:FE07:04:041:Get black grenades Now! PL2 ikari:0:FE07:04:021:Get red grenades Now! PL2 ikari:0:FE07:08:041:Get black bullets Now! PL2 ikari:0:FE07:08:021:Get red bullets Now! PL2 ; [ Ikari III - The Rescue (Rotary Joystick) ] ikari3:0:041A04:50:000:Infinite Time ikari3:0:040B51:32:000:Infinite Ammo (when have MG) ikari3:0:040B64:99:000:Infinite Lives PL1 ikari3:0:040B16:14:000:Infinite Energy PL1 ikari3:0:040B62:01:000:Invincibility PL1 ikari3:0:040B63:2C:500:Invincibility PL1 (2/2) ikari3:0:040BC4:99:000:Infinite Lives PL2 ikari3:0:040B76:14:000:Infinite Energy PL2 ikari3:0:040BC2:01:000:Invincibility PL2 ikari3:0:040BC3:2C:500:Invincibility PL2 (2/2) ; [ Ikari III - The Rescue (8-Way Joystick) ] ikari3nr:0:041A04:50:000:Infinite Time ikari3nr:0:040B51:32:000:Infinite Ammo (when have MG) ikari3nr:0:040B64:99:000:Infinite Lives PL1 ikari3nr:0:040B16:14:000:Infinite Energy PL1 ikari3nr:0:040B62:01:000:Invincibility PL1 ikari3nr:0:040B63:2C:500:Invincibility PL1 (2/2) ikari3nr:0:040BC4:99:000:Infinite Lives PL2 ikari3nr:0:040B76:14:000:Infinite Energy PL2 ikari3nr:0:040BC2:01:000:Invincibility PL2 ikari3nr:0:040BC3:2C:500:Invincibility PL2 (2/2) ; [ Ikari (Japan) ] ikarijp:0:FDC6:08:000:Infinite Lives PL1 ikarijp:0:FDEB:99:000:Infinite Ammo PL1 ikarijp:0:FDEC:99:000:Infinite Grenades PL1 ikarijp:0:FDB4:00:000:Invincibility PL1 ikarijp:0:FDB7:01:040:Always have slow fire PL1 ikarijp:0:FDB7:01:020:Always have fast fire PL1 ikarijp:0:FDB7:02:040:Always have slow speed PL1 ikarijp:0:FDB7:02:020:Always have fast speed PL1 ikarijp:0:FDB7:04:040:Always have black grenadesPL1 ikarijp:0:FDB7:04:020:Always have red grenades PL1 ikarijp:0:FDB7:08:040:Always have black bullets PL1 ikarijp:0:FDB7:08:020:Always have red bullets PL1 ikarijp:0:FDB7:01:041:Get slow fire Now! PL1 ikarijp:0:FDB7:01:021:Get fast fire Now! PL1 ikarijp:0:FDB7:02:041:Get slow speed Now! PL1 ikarijp:0:FDB7:02:021:Get fast speed Now! PL1 ikarijp:0:FDB7:04:041:Get black grenades Now! PL1 ikarijp:0:FDB7:04:021:Get red grenades Now! PL1 ikarijp:0:FDB7:08:041:Get black bullets Now! PL1 ikarijp:0:FDB7:08:021:Get red bullets Now! PL1 ikarijp:0:FE16:08:000:Infinite Lives PL2 ikarijp:0:FE3B:99:000:Infinite Ammo PL2 ikarijp:0:FE3C:99:000:Infinite Grenades PL2 ikarijp:0:FE04:00:000:Invincibility PL2 ikarijp:0:FE07:01:040:Always have slow fire PL2 ikarijp:0:FE07:01:020:Always have fast fire PL2 ikarijp:0:FE07:02:040:Always have slow speed PL2 ikarijp:0:FE07:02:020:Always have fast speed PL2 ikarijp:0:FE07:04:040:Always have black grenadesPL2 ikarijp:0:FE07:04:020:Always have red grenades PL2 ikarijp:0:FE07:08:040:Always have black bullets PL2 ikarijp:0:FE07:08:020:Always have red bullets PL2 ikarijp:0:FE07:01:041:Get slow fire Now! PL2 ikarijp:0:FE07:01:021:Get fast fire Now! PL2 ikarijp:0:FE07:02:041:Get slow speed Now! PL2 ikarijp:0:FE07:02:021:Get fast speed Now! PL2 ikarijp:0:FE07:04:041:Get black grenades Now! PL2 ikarijp:0:FE07:04:021:Get red grenades Now! PL2 ikarijp:0:FE07:08:041:Get black bullets Now! PL2 ikarijp:0:FE07:08:021:Get red bullets Now! PL2 ; [ Ikari (Japan bootleg) ] ikarijpb:0:FDC6:08:000:Infinite Lives PL1 ikarijpb:0:FDEB:99:000:Infinite Ammo PL1 ikarijpb:0:FDEC:99:000:Infinite Grenades PL1 ikarijpb:0:FDB4:00:000:Invincibility PL1 ikarijpb:0:FDB7:01:040:Always have slow fire PL1 ikarijpb:0:FDB7:01:020:Always have fast fire PL1 ikarijpb:0:FDB7:02:040:Always have slow speed PL1 ikarijpb:0:FDB7:02:020:Always have fast speed PL1 ikarijpb:0:FDB7:04:040:Always have black grenadesPL1 ikarijpb:0:FDB7:04:020:Always have red grenades PL1 ikarijpb:0:FDB7:08:040:Always have black bullets PL1 ikarijpb:0:FDB7:08:020:Always have red bullets PL1 ikarijpb:0:FDB7:01:041:Get slow fire Now! PL1 ikarijpb:0:FDB7:01:021:Get fast fire Now! PL1 ikarijpb:0:FDB7:02:041:Get slow speed Now! PL1 ikarijpb:0:FDB7:02:021:Get fast speed Now! PL1 ikarijpb:0:FDB7:04:041:Get black grenades Now! PL1 ikarijpb:0:FDB7:04:021:Get red grenades Now! PL1 ikarijpb:0:FDB7:08:041:Get black bullets Now! PL1 ikarijpb:0:FDB7:08:021:Get red bullets Now! PL1 ikarijpb:0:FE16:08:000:Infinite Lives PL2 ikarijpb:0:FE3B:99:000:Infinite Ammo PL2 ikarijpb:0:FE3C:99:000:Infinite Grenades PL2 ikarijpb:0:FE04:00:000:Invincibility PL2 ikarijpb:0:FE07:01:040:Always have slow fire PL2 ikarijpb:0:FE07:01:020:Always have fast fire PL2 ikarijpb:0:FE07:02:040:Always have slow speed PL2 ikarijpb:0:FE07:02:020:Always have fast speed PL2 ikarijpb:0:FE07:04:040:Always have black grenadesPL2 ikarijpb:0:FE07:04:020:Always have red grenades PL2 ikarijpb:0:FE07:08:040:Always have black bullets PL2 ikarijpb:0:FE07:08:020:Always have red bullets PL2 ikarijpb:0:FE07:01:041:Get slow fire Now! PL2 ikarijpb:0:FE07:01:021:Get fast fire Now! PL2 ikarijpb:0:FE07:02:041:Get slow speed Now! PL2 ikarijpb:0:FE07:02:021:Get fast speed Now! PL2 ikarijpb:0:FE07:04:041:Get black grenades Now! PL2 ikarijpb:0:FE07:04:021:Get red grenades Now! PL2 ikarijpb:0:FE07:08:041:Get black bullets Now! PL2 ikarijpb:0:FE07:08:021:Get red bullets Now! PL2 ; [ Ikki (Japan) ] ikki:0:C068:99:000:Infinite Credits ikki:0:C146:07:000:Always One object to finish Area ikki:0:C146:07:001:One object to finish Area Now! ikki:0:C0AC:99:000:Infinite Lives PL1 ikki:0:C15E:04:020:Invincibility PL1 ikki:0:C0AD:99:000:Infinite Lives PL2 ikki:0:C16E:04:020:Invincibility PL2 ; [ Imago ] imago:0:C0B1:0D:000:Infinite Lives imago:0:0402:C3:100:Invincibility imago:0:04EF:C9:600:Invincibility (2/2):Part 1 takes care of vertical and diagonal collisions, Part 2 takes care of horizontal collisions ; [ Imekura Mahjong (Japan) ] imekura:0:0000:00:999:[The winning hand cheat must] imekura:0:0000:00:999:[be activated when there are] imekura:0:0000:00:999:[14 tiles in your hand, then] imekura:0:0000:00:999:[press the RON key . ] imekura:0:0000:00:999:[('Z' by default). The tiles] imekura:0:0000:00:999:[do not visually change ] imekura:0:0000:00:999:[until you make a move. ] imekura:0:F781:31:001:Get winning hand Now! imekura:0:F782:31:501:Get winning hand Now! (02/14) imekura:0:F783:31:501:Get winning hand Now! (03/14) imekura:0:F784:32:501:Get winning hand Now! (04/14) imekura:0:F785:32:501:Get winning hand Now! (05/14) imekura:0:F786:32:501:Get winning hand Now! (06/14) imekura:0:F787:33:501:Get winning hand Now! (07/14) imekura:0:F788:33:501:Get winning hand Now! (08/14) imekura:0:F789:33:501:Get winning hand Now! (09/14) imekura:0:F78A:34:501:Get winning hand Now! (10/14) imekura:0:F78B:34:501:Get winning hand Now! (11/14) imekura:0:F78C:34:501:Get winning hand Now! (12/14) imekura:0:F78D:35:501:Get winning hand Now! (13/14) imekura:0:F78E:35:501:Get winning hand Now! (14/14) imekura:0:0000:00:999:[At the start of a game, ] imekura:0:0000:00:999:[there may be some small ] imekura:0:0000:00:999:[glitches on the tiles when ] imekura:0:0000:00:999:[using the 'Always' cheats. ] imekura:0:0000:00:999:[The cheats should still ] imekura:0:0000:00:999:[work as normal. ] imekura:0:F781:31:000:Always winning hand imekura:0:F782:31:500:Always winning hand (02/14) imekura:0:F783:31:500:Always winning hand (03/14) imekura:0:F784:32:500:Always winning hand (04/14) imekura:0:F785:32:500:Always winning hand (05/14) imekura:0:F786:32:500:Always winning hand (06/14) imekura:0:F787:33:500:Always winning hand (07/14) imekura:0:F788:33:500:Always winning hand (08/14) imekura:0:F789:33:500:Always winning hand (09/14) imekura:0:F78A:34:500:Always winning hand (10/14) imekura:0:F78B:34:500:Always winning hand (11/14) imekura:0:F78C:34:500:Always winning hand (12/14) imekura:0:F78D:35:500:Always winning hand (13/14) imekura:0:F78E:35:500:Always winning hand (14/14) ; [ Image Fight (Japan) ] imgfight:0:A32FA:09:000:Infinite Lives PL1 imgfight:0:A331B:09:000:Infinite Lives PL2 imgfight:0:A0044:28:000:Invincibility :imgfight:00000000:A33E1:00000000:00000080:Rapid Fire:Turn it OFF on the name entry screen :imgfight:00010000:A0051:00000000:FFFFFFFF:Rapid Fire (2/2) ; [ I'm Sorry (US) ] imsorry:0:EF2B:59:005:Infinite Time :imsorry:20800000:13113:000000C9:FFFFFFFF:Invincibility :imsorry:20810000:13974:000000C3:FFFFFFFF:Invincibility (2/5):1st = Falling Down into the water, 2nd = Barrel :imsorry:20810000:139FB:000000C3:FFFFFFFF:Invincibility (3/5):Fire Ball :imsorry:20810000:13A4E:000000C3:FFFFFFFF:Invincibility (4/5):Enemy :imsorry:20810000:14E38:000000C9:FFFFFFFF:Invincibility (5/5):Fire Kiss :imsorry:00000001:0EF00:00000008:FFFFFFFF:Finish Current Round Now! :imsorry:00000000:0C051:00000000:000000A0:Rapid Fire imsorry:0:C259:2F:000:No enemies imsorry:0:C279:2F:500:No enemies ( 2/10) imsorry:0:C299:2F:500:No enemies ( 3/10) imsorry:0:C2B9:2F:500:No enemies ( 4/10) imsorry:0:C2D9:2F:500:No enemies ( 5/10) imsorry:0:C2F9:2F:500:No enemies ( 6/10) imsorry:0:C319:2F:500:No enemies ( 7/10) imsorry:0:C339:2F:500:No enemies ( 8/10) imsorry:0:C359:2F:500:No enemies ( 9/10) imsorry:0:C379:2F:500:No enemies (10/10) imsorry:0:C04E:06:000:Infinite Lives PL1 imsorry:0:C04F:06:000:Infinite Lives PL2 ; [ Gonbee no I'm Sorry (Japan) ] imsorryj:0:EF2B:59:005:Infinite Time :imsorryj:20800000:1312F:000000C9:FFFFFFFF:Invincibility :imsorryj:20810000:13989:000000C3:FFFFFFFF:Invincibility (2/5):1st = Falling Down into the water, 2nd = Barrel :imsorryj:20810000:13A10:000000C3:FFFFFFFF:Invincibility (3/5):Fire Ball :imsorryj:20810000:13A63:000000C3:FFFFFFFF:Invincibility (4/5):Enemy :imsorryj:20810000:14E4E:000000C9:FFFFFFFF:Invincibility (5/5):Fire Kiss :imsorryj:00000001:0EF00:00000008:FFFFFFFF:Finish Current Round Now! :imsorryj:00000000:0C051:00000000:000000A0:Rapid Fire imsorryj:0:C259:2F:000:No enemies imsorryj:0:C279:2F:500:No enemies ( 2/10) imsorryj:0:C299:2F:500:No enemies ( 3/10) imsorryj:0:C2B9:2F:500:No enemies ( 4/10) imsorryj:0:C2D9:2F:500:No enemies ( 5/10) imsorryj:0:C2F9:2F:500:No enemies ( 6/10) imsorryj:0:C319:2F:500:No enemies ( 7/10) imsorryj:0:C339:2F:500:No enemies ( 8/10) imsorryj:0:C359:2F:500:No enemies ( 9/10) imsorryj:0:C379:2F:500:No enemies (10/10) imsorryj:0:C04E:06:000:Infinite Lives PL1 imsorryj:0:C04F:06:000:Infinite Lives PL2 ; [ Inca ] inca:0:773F:63:000:Infinite Credits inca:0:7718:1D:000:Infinite Move Time inca:0:771C:09:000:Infinite VS Time inca:0:7711:00:001:Finish this Round Now! inca:0:7711:00:000:Slideshow Mode inca:0:7733:04:000:Infinite Helps PL1 inca:0:7733:04:000:Infinite Helps PL2 ; [ Indian Battle ] :indianbt:00000000:230A:00000009:FFFFFFFF:Infinite Credits :indianbt:60000000:0000:00000000:00000000:[ See the Dip Switch Menu ] :indianbt:60000000:0000:00000000:00000000:[ to enable an alternate ] :indianbt:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :indianbt:20800000:0BC8:00000000:FFFFFFFF:Invincibility :indianbt:00000100:2010:00000008:FFFFFFFF:Select Bullet Speed :indianbt:00000000:200D:00000001:FFFFFFFF:Rapid Fire :indianbt:20800000:1EBB:000000C3:FFFFFFFF:Egg Point Always 800 pts :indianbt:20900000:079B:0000079D:FFFFFFFF:Bonus Stage in All Levels:Enable to play on bonus stage after you've finished the level :indianbt:00000000:201F:00000099:FFFFFFFF:Infinite Bonus Stage Time :indianbt:00000001:202D:00000006:FFFFFFFF:Finish Bonus Stage Soon ! :indianbt:00001501:21DE:000000FF:FFFFFFFF:Select Starting Level PL1:Enable on the "PUSH PLAYER(S) BUTTON" screen after you've inserted a credit :indianbt:00000000:21DF:00000007:FFFFFFFF:Infinite Lives PL1 :indianbt:00000001:21DC:00000000:FFFFFFFF:Finish Level Soon! PL1:Wait a few second :indianbt:00001501:22DE:000000FF:FFFFFFFF:Select Starting Level PL2:Enable on the "PUSH PLAYER(S) BUTTON" screen after you've inserted a credit :indianbt:00000000:22DF:00000007:FFFFFFFF:Infinite Lives PL2 :indianbt:00000001:22DC:00000000:FFFFFFFF:Finish Level Soon! PL2:Wait a few second ; [ Indianapolis 500 ] indy500:0:0000:00:999:[ There are no cheats ]:REASON 1 indy500:0:0000:00:999:[ for this game as it ]:REASON 1 indy500:0:0000:00:999:[ didn't work the last ]:REASON 1 indy500:0:0000:00:999:[ time it was tested. ]:REASON 1 indy500:0:0000:00:999:[ If the game now works ]:REASON 1 indy500:0:0000:00:999:[ please request cheats ]:REASON 1 indy500:0:0000:00:999:[ for it on the cheat ]:REASON 1 indy500:0:0000:00:999:[ forums. ]:REASON 1 ; [ Danny Sullivan's Indy Heat ] indyheat:0:E67B:63:000:Infinite Selection Time indyheat:0:E082:09:001:Final Lap for Red Car Now! indyheat:0:E082:01:001:First Lap for Red Car Now! indyheat:0:E082:09:072:Select Current Lap No. of Red Car indyheat:0:E082:01:000:Always First Lap for Red Car:Red Car can never win indyheat:0:F307:FF:000:Infinite Money - Red Car indyheat:0:F308:FF:500:Infinite Money - Red Car (2/2) indyheat:0:E067:C8:000:Always have Maximum Turbos - Red Car indyheat:0:E068:09:000:Always have Maximum Brakes - Red Car indyheat:0:E069:09:000:Always have Maximum Tyres - Red Car indyheat:0:E06A:09:000:Always have Maximum Crew - Red Car indyheat:0:E06B:09:000:Always have Maximum MPG - Red Car indyheat:0:E06C:09:000:Always have Maximum Engine - Red Car indyheat:0:E182:09:001:Final Lap for White Car Now! indyheat:0:E182:01:001:First Lap for White Car Now! indyheat:0:E182:09:072:Select Current Lap No. of White Car indyheat:0:E182:01:000:Always First Lap for White Car:White Car can never win indyheat:0:F387:FF:000:Infinite Money - White Car indyheat:0:F388:FF:500:Infinite Money - White Car (2/2) indyheat:0:E167:C8:000:Always have Maximum Turbos - White Car indyheat:0:E168:09:000:Always have Maximum Brakes - White Car indyheat:0:E169:09:000:Always have Maximum Tyres - White Car indyheat:0:E16A:09:000:Always have Maximum Crew - White Car indyheat:0:E16B:09:000:Always have Maximum MPG - White Car indyheat:0:E16C:09:000:Always have Maximum Engine - White Car indyheat:0:E282:09:001:Final Lap for Blue Car Now! indyheat:0:E282:01:001:First Lap for Blue Car Now! indyheat:0:E282:09:072:Select Current Lap No. of Blue Car indyheat:0:E282:01:000:Always First Lap for Blue Car:Blue Car can never win indyheat:0:F407:FF:000:Infinite Money - Blue Car indyheat:0:F408:FF:500:Infinite Money - Blue Car (2/2) indyheat:0:E267:C8:000:Always have Maximum Turbos - Blue Car indyheat:0:E268:09:000:Always have Maximum Brakes - Blue Car indyheat:0:E269:09:000:Always have Maximum Tyres - Blue Car indyheat:0:E26A:09:000:Always have Maximum Crew - Blue Car indyheat:0:E26B:09:000:Always have Maximum MPG - Blue Car indyheat:0:E26C:09:000:Always have Maximum Engine - Blue Car indyheat:0:E382:09:001:Final Lap for Grey Car Now! indyheat:0:E382:01:001:First Lap for Grey Car Now! indyheat:0:E382:09:072:Select Current Lap No. of Grey Car indyheat:0:E382:01:000:Always First Lap for Grey Car:Grey Car can never win indyheat:0:E482:09:001:Final Lap for Yellow Car Now! indyheat:0:E482:01:001:First Lap for Yellow Car Now! indyheat:0:E482:09:072:Select Current Lap No. of Yellow Car indyheat:0:E482:01:000:Always First Lap for Yellow Car:Yellow Car can never win ; [ Indiana Jones and the Temple of Doom (set 2) ] indytem2:0:401FF5:19:000:Infinite Credits indytem2:0:4005EB:06:000:Infinite Lives PL1 indytem2:0:4005EF:06:000:Infinite Lives PL2 indytem2:0:000000:00:999:[For the following cheats, ] indytem2:0:000000:00:999:[you MUST rescue at least ] indytem2:0:000000:00:999:[one kid for the game to ] indytem2:0:000000:00:999:[re-read the value. ] indytem2:0:400C91:00:000:All Children Rescued PL1 indytem2:0:400C95:00:000:All Children Rescued PL2 indytem2:0:000000:00:999:[Don't be too silly with the] indytem2:0:000000:00:999:[Invincibility please!! ] indytem2:0:000000:00:999:[Turn Invincibility OFF on ] indytem2:0:000000:00:999:[the Cart Scene!IMPORTANT!! ] indytem2:0:400BBA:00:000:Invincibility:Loads of side effects! indytem2:0:400BBD:02:500:Invincibility (2/2) ; [ Indiana Jones and the Temple of Doom (set 3) ] indytem3:0:401FF5:19:000:Infinite Credits indytem3:0:4005EB:06:000:Infinite Lives PL1 indytem3:0:4005EF:06:000:Infinite Lives PL2 indytem3:0:000000:00:999:[For the following cheats, ] indytem3:0:000000:00:999:[you MUST rescue at least ] indytem3:0:000000:00:999:[one kid for the game to ] indytem3:0:000000:00:999:[re-read the value. ] indytem3:0:400C91:00:000:All Children Rescued PL1 indytem3:0:400C95:00:000:All Children Rescued PL2 indytem3:0:000000:00:999:[Don't be too silly with the] indytem3:0:000000:00:999:[Invincibility please!! ] indytem3:0:000000:00:999:[Turn Invincibility OFF on ] indytem3:0:000000:00:999:[the Cart Scene!IMPORTANT!! ] indytem3:0:400B76:00:000:Invincibility:Loads of side effects! indytem3:0:400B77:02:500:Invincibility (2/2) ; [ Indiana Jones and the Temple of Doom (set 4) ] indytem4:0:401FF5:19:000:Infinite Credits indytem4:0:40062F:06:000:Infinite Lives PL1 indytem4:0:400633:06:000:Infinite Lives PL2 indytem4:0:000000:00:999:[For the following cheats, ] indytem4:0:000000:00:999:[you MUST rescue at least ] indytem4:0:000000:00:999:[one kid for the game to ] indytem4:0:000000:00:999:[re-read the value. ] indytem4:0:400CD5:00:000:All Children Rescued PL1 indytem4:0:400CD9:00:000:All Children Rescued PL2 indytem4:0:000000:00:999:[Don't be too silly with the] indytem4:0:000000:00:999:[Invincibility please!! ] indytem4:0:000000:00:999:[Turn Invincibility OFF on ] indytem4:0:000000:00:999:[the Cart Scene!IMPORTANT!! ] indytem4:0:400BBA:00:000:Invincibility:Loads of side effects! indytem4:0:400BBD:02:500:Invincibility (2/2) ; [ Indiana Jones and the Temple of Doom (German) ] indytemd:0:401FF5:19:000:Infinite Credits indytemd:0:40062F:06:000:Infinite Lives PL1 indytemd:0:400633:06:000:Infinite Lives PL2 indytemd:0:000000:00:999:[For the following cheats, ] indytemd:0:000000:00:999:[you MUST rescue at least ] indytemd:0:000000:00:999:[one kid for the game to ] indytemd:0:000000:00:999:[re-read the value. ] indytemd:0:400CD5:00:000:All Children Rescued PL1 indytemd:0:400CD9:00:000:All Children Rescued PL2 indytemd:0:000000:00:999:[Don't be too silly with the] indytemd:0:000000:00:999:[Invincibility please!! ] indytemd:0:000000:00:999:[Turn Invincibility OFF on ] indytemd:0:000000:00:999:[the Cart Scene!IMPORTANT!! ] indytemd:0:400BBA:00:000:Invincibility:Loads of side effects! indytemd:0:400BBD:02:500:Invincibility (2/2) ; [ Indiana Jones and the Temple of Doom (set 1) ] indytemp:0:401FF5:19:000:Infinite Credits indytemp:0:40062F:06:000:Infinite Lives PL1 indytemp:0:400633:06:000:Infinite Lives PL2 indytemp:0:000000:00:999:[For the following cheats, ] indytemp:0:000000:00:999:[you MUST rescue at least ] indytemp:0:000000:00:999:[one kid for the game to ] indytemp:0:000000:00:999:[re-read the value. ] indytemp:0:400CD5:00:000:All Children Rescued PL1 indytemp:0:400CD9:00:000:All Children Rescued PL2 indytemp:0:000000:00:999:[Don't be too silly with the] indytemp:0:000000:00:999:[Invincibility please!! ] indytemp:0:000000:00:999:[Turn Invincibility OFF on ] indytemp:0:000000:00:999:[the Cart Scene!IMPORTANT!! ] indytemp:0:400BBA:00:000:Invincibility:Loads of side effects! indytemp:0:400BBD:02:500:Invincibility (2/2) ; [ Inferno ] inferno:0:9030:04:000:Infinite Lives PL1 inferno:0:9031:05:500:Infinite Lives PL1 (2/2) inferno:0:903F:04:000:Infinite Lives PL2 inferno:0:9040:05:500:Infinite Lives PL2 (2/2) ; [ Insector (prototype) ] insector:0:00112:63:000:Infinite Credits insector:0:00162:0B:000:Infinite Lives insector:0:00182:81:000:Invincibility ; [ Insector X (World) ] insectx:0:E01A:03:000:Infinite Lives PL1 insectx:0:E01B:03:000:Infinite Lives PL2 insectx:0:E1E3:07:000:Maximum power insectx:0:E025:07:001:Maximum speed insectx:0:E01C:00:000:Invincibility insectx:0:E484:00:000:Kill Boss Quickly insectx:0:E428:00:000:Infinite Time To Kill Boss insectx:0:E1E2:01:000:Always Extra Weapon A insectx:0:E1E2:02:000:Always Extra Weapon B insectx:0:E1E2:03:000:Always Extra Weapon C insectx:0:E1E2:04:000:Always Extra Weapon D insectx:0:E1E2:05:000:Always Extra Weapon E insectx:0:E1E2:06:000:Always Extra Weapon F insectx:0:E1E2:07:000:Always Extra Weapon G insectx:0:E1E2:08:000:Always Extra Weapon H ; [ International Cup '94 (World) ] intcup94:0:40E77B:09:000:Infinite Credits intcup94:0:411F07:3C:000:Infinite Time intcup94:0:411F06:09:500:Infinite Time (2/2) intcup94:0:411F07:00:001:Finish this Game Now! intcup94:0:411F06:00:501:Finish this Game Now! (2/2) intcup94:0:410E69:00:000:Score always 0 LEFT TEAM intcup94:0:410E69:13:000:Score always 19 LEFT TEAM intcup94:0:410E69:00:001:Set score = 0 Now! LEFT TEAM intcup94:0:410E69:13:001:Set score = 19 Now! LEFT TEAM intcup94:0:410E69:13:070:Select score Now! LEFT TEAM intcup94:0:410E71:00:000:Score always = 0 RIGHT TEAM intcup94:0:410E71:13:000:Score always = 19 RIGHT TEAM intcup94:0:410E71:00:001:Set score = 0 Now! RIGHT TEAM intcup94:0:410E71:13:001:Set score = 19 Now! RIGHT TEAM intcup94:0:410E71:13:070:Select score Now! RIGHT TEAM intcup94:0:410E9D:63:000:Infinite Units PL1 intcup94:0:410ED5:63:000:Infinite Units PL2 intcup94:0:410F0D:63:000:Infinite Units PL3 intcup94:0:410F45:63:000:Infinite Units PL4 intcup94:0:000000:00:999:[After you enable these region cheats to see any ] intcup94:0:000000:00:999:[effect you will have to reset the game (F3). ] intcup94:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] intcup94:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] intcup94:0:07FFFF:01:100:Region Switch = Japan intcup94:0:07FFFF:02:100:Region Switch = US intcup94:0:07FFFF:03:100:Region Switch = World ; [ In The Hunt (World) ] inthunt:0:EB8A0:63:000:Infinite Time inthunt:0:E0118:09:000:Infinite Lives PL1 inthunt:0:E0A0A:01:000:Invincibility 'ON' PL1 inthunt:0:E0A0A:00:001:Invincibility 'OFF' PL1 inthunt:0:00000:00:999:[Torpedo is the front weapon] inthunt:0:00000:00:999:[Ammo is the top weapon ] inthunt:0:E0110:00:000:Always Normal torpedoPL1 inthunt:0:E0112:00:500:Always Normal torpedoPL1(2/2) inthunt:0:E0110:02:000:Always Power torpedo PL1 inthunt:0:E0112:03:500:Always Power torpedo PL1(2/2) inthunt:0:E0110:04:000:Always Wave torpedo PL1 inthunt:0:E0112:03:500:Always Wave torpedo PL1(2/2) inthunt:0:E0110:06:000:Always Spread torpedoPL1 inthunt:0:E0112:03:500:Always Spread torpedoPL1(2/2) inthunt:0:E0114:00:000:Always Normal Ammo PL1 inthunt:0:E0116:00:500:Always Normal Ammo PL1 (2/2) inthunt:0:E0114:02:000:Always A Ammo PL1 inthunt:0:E0116:05:500:Always A Ammo PL1 (2/2) inthunt:0:E0114:04:000:Always M Ammo PL1 inthunt:0:E0116:05:500:Always M Ammo PL1 (2/2) inthunt:0:E0110:00:001:Get Normal torpedoNowPL1 inthunt:0:E0112:00:501:Get Normal torpedoNowPL1(2/2) inthunt:0:E0110:02:001:Get Power torpedo NowPL1 inthunt:0:E0112:03:501:Get Power torpedo NowPL1(2/2) inthunt:0:E0110:04:001:Get Wave torpedo NowPL1 inthunt:0:E0112:03:501:Get Wave torpedo NowPL1(2/2) inthunt:0:E0110:06:001:Get Spread torpedoNowPL1 inthunt:0:E0112:03:501:Get Spread torpedoNowPL1(2/2) inthunt:0:E0114:00:001:Get Normal Ammo Now! PL1 inthunt:0:E0116:00:501:Get Normal Ammo Now! PL1(2/2) inthunt:0:E0114:02:001:Get A Ammo Now! PL1 inthunt:0:E0116:05:501:Get A Ammo Now! PL1 (2/2) inthunt:0:E0114:04:001:Get M Ammo Now! PL1 inthunt:0:E0116:05:501:Get M Ammo Now! PL1 (2/2) inthunt:0:E0158:09:000:Infinite Lives PL2 inthunt:0:E098A:01:000:Invincibility 'ON' PL2 inthunt:0:E098A:00:001:Invincibility 'OFF' PL2 inthunt:0:0000:00:999:[Torpedo is the front weapon] inthunt:0:0000:00:999:[Ammo is the top weapon ] inthunt:0:E0150:00:000:Always Normal torpedoPL2 inthunt:0:E0152:00:500:Always Normal torpedoPL2(2/2) inthunt:0:E0150:02:000:Always Power torpedo PL2 inthunt:0:E0152:03:500:Always Power torpedo PL2(2/2) inthunt:0:E0150:04:000:Always Wave torpedo PL2 inthunt:0:E0152:03:500:Always Wave torpedo PL2(2/2) inthunt:0:E0150:06:000:Always Spread torpedoPL2 inthunt:0:E0152:03:500:Always Spread torpedoPL2(2/2) inthunt:0:E0154:00:000:Always Normal Ammo PL2 inthunt:0:E0156:00:500:Always Normal Ammo PL2 (2/2) inthunt:0:E0154:02:000:Always A Ammo PL2 inthunt:0:E0156:05:500:Always A Ammo PL2 (2/2) inthunt:0:E0154:04:000:Always M Ammo PL2 inthunt:0:E0156:05:500:Always M Ammo PL2 (2/2) inthunt:0:E0150:00:001:Get Normal torpedoNowPL2 inthunt:0:E0152:00:501:Get Normal torpedoNowPL2(2/2) inthunt:0:E0150:02:001:Get Power torpedo NowPL2 inthunt:0:E0152:03:501:Get Power torpedo NowPL2(2/2) inthunt:0:E0150:04:001:Get Wave torpedo NowPL2 inthunt:0:E0152:03:501:Get Wave torpedo NowPL2(2/2) inthunt:0:E0150:06:001:Get Spread torpedoNowPL2 inthunt:0:E0152:03:501:Get Spread torpedoNowPL2(2/2) inthunt:0:E0154:00:001:Get Normal Ammo Now! PL2 inthunt:0:E0156:00:501:Get Normal Ammo Now! PL2(2/2) inthunt:0:E0154:02:001:Get A Ammo Now! PL2 inthunt:0:E0156:05:501:Get A Ammo Now! PL2 (2/2) inthunt:0:E0154:04:001:Get M Ammo Now! PL2 inthunt:0:E0156:05:501:Get M Ammo Now! PL2 (2/2) inthunt:0:00000:00:999:[These Start on Stage cheats] inthunt:0:00000:00:999:[must be enabled on the ] inthunt:0:00000:00:999:[title screen and turned off] inthunt:0:00000:00:999:[when you start the stage. ] inthunt:0:E0084:01:000:Start on Stage 2 inthunt:0:E0084:02:000:Start on Stage 3 inthunt:0:E0084:03:000:Start on Stage 4 inthunt:0:E0084:04:000:Start on Stage 5 inthunt:0:E0084:05:000:Start on Stage 6 inthunt:0:E0084:06:000:Start on Last Battle(Stage 7) inthunt:0:E0084:07:000:Start on End Screen (Stage 8) inthunt:0:E0084:07:061:Select next stage ; [ In The Hunt (US) ] inthuntu:0:EB8A0:63:000:Infinite Time inthuntu:0:E0118:09:000:Infinite Lives PL1 inthuntu:0:E0A0A:01:000:Invincibility 'ON' PL1 inthuntu:0:E0A0A:00:001:Invincibility 'OFF' PL1 inthuntu:0:00000:00:999:[Torpedo is the front weapon] inthuntu:0:00000:00:999:[Ammo is the top weapon ] inthuntu:0:E0110:00:000:Always Normal torpedo PL1 inthuntu:0:E0112:00:500:Always Normal torpedo PL1 inthuntu:0:E0110:02:000:Always Power torpedo PL1 inthuntu:0:E0112:03:500:Always Power torpedo PL1 inthuntu:0:E0110:04:000:Always Wave torpedo PL1 inthuntu:0:E0112:03:500:Always Wave torpedo PL1 inthuntu:0:E0110:06:000:Always Spread torpedo PL1 inthuntu:0:E0112:03:500:Always Spread torpedo PL1 inthuntu:0:E0114:00:000:Always Normal Ammo PL1 inthuntu:0:E0116:00:500:Always Normal Ammo PL1 inthuntu:0:E0114:02:000:Always A Ammo PL1 inthuntu:0:E0116:05:500:Always A Ammo PL1 inthuntu:0:E0114:04:000:Always M Ammo PL1 inthuntu:0:E0116:05:500:Always M Ammo PL1 inthuntu:0:E0110:00:001:Get Normal torpedo Now! PL1 inthuntu:0:E0112:00:501:Get Normal torpedo Now! PL1 inthuntu:0:E0110:02:001:Get Power torpedo Now! PL1 inthuntu:0:E0112:03:501:Get Power torpedo Now! PL1 inthuntu:0:E0110:04:001:Get Wave torpedo Now! PL1 inthuntu:0:E0112:03:501:Get Wave torpedo Now! PL1 inthuntu:0:E0110:06:001:Get Spread torpedo Now! PL1 inthuntu:0:E0112:03:501:Get Spread torpedo Now! PL1 inthuntu:0:E0114:00:001:Get Normal Ammo Now! PL1 inthuntu:0:E0116:00:501:Get Normal Ammo Now! PL1 inthuntu:0:E0114:02:001:Get A Ammo Now! PL1 inthuntu:0:E0116:05:501:Get A Ammo Now! PL1 inthuntu:0:E0114:04:001:Get M Ammo Now! PL1 inthuntu:0:E0116:05:501:Get M Ammo Now! PL1 inthuntu:0:E0158:09:000:Infinite Lives PL2 inthuntu:0:E098A:01:000:Invincibility 'ON' PL2 inthuntu:0:E098A:00:001:Invincibility 'OFF' PL2 inthuntu:0:00000:00:999:[Torpedo is the front weapon] inthuntu:0:00000:00:999:[Ammo is the top weapon ] inthuntu:0:E0150:00:000:Always Normal torpedo PL2 inthuntu:0:E0152:00:500:Always Normal torpedo PL2 inthuntu:0:E0150:02:000:Always Power torpedo PL2 inthuntu:0:E0152:03:500:Always Power torpedo PL2 inthuntu:0:E0150:04:000:Always Wave torpedo PL2 inthuntu:0:E0152:03:500:Always Wave torpedo PL2 inthuntu:0:E0150:06:000:Always Spread torpedo PL2 inthuntu:0:E0152:03:500:Always Spread torpedo PL2 inthuntu:0:E0154:00:000:Always Normal Ammo PL2 inthuntu:0:E0156:00:500:Always Normal Ammo PL2 inthuntu:0:E0154:02:000:Always A Ammo PL2 inthuntu:0:E0156:05:500:Always A Ammo PL2 inthuntu:0:E0154:04:000:Always M Ammo PL2 inthuntu:0:E0156:05:500:Always M Ammo PL2 inthuntu:0:E0150:00:001:Get Normal torpedo Now! PL2 inthuntu:0:E0152:00:501:Get Normal torpedo Now! PL2 inthuntu:0:E0150:02:001:Get Power torpedo Now! PL2 inthuntu:0:E0152:03:501:Get Power torpedo Now! PL2 inthuntu:0:E0150:04:001:Get Wave torpedo Now! PL2 inthuntu:0:E0152:03:501:Get Wave torpedo Now! PL2 inthuntu:0:E0150:06:001:Get Spread torpedo Now! PL2 inthuntu:0:E0152:03:501:Get Spread torpedo Now! PL2 inthuntu:0:E0154:00:001:Get Normal Ammo Now! PL2 inthuntu:0:E0156:00:501:Get Normal Ammo Now! PL2 inthuntu:0:E0154:02:001:Get A Ammo Now! PL2 inthuntu:0:E0156:05:501:Get A Ammo Now! PL2 inthuntu:0:E0154:04:001:Get M Ammo Now! PL2 inthuntu:0:E0156:05:501:Get M Ammo Now! PL2 inthuntu:0:00000:00:999:[These Start on Stage cheats] inthuntu:0:00000:00:999:[must be enabled on the ] inthuntu:0:00000:00:999:[title screen and turned off] inthuntu:0:00000:00:999:[when you start the stage. ] inthuntu:0:E0084:01:000:Start on Stage 2 inthuntu:0:E0084:02:000:Start on Stage 3 inthuntu:0:E0084:03:000:Start on Stage 4 inthuntu:0:E0084:04:000:Start on Stage 5 inthuntu:0:E0084:05:000:Start on Stage 6 inthuntu:0:E0084:06:000:Start on Last Battle(Stage 7) inthuntu:0:E0084:07:000:Start on End Screen (Stage 8) inthuntu:0:E0084:07:061:Select next stage ; [ Intrepid (set 2) ] intrepi2:0:8101:09:000:Infinite Lives intrepi2:0:808E:99:000:Infinite Bonus intrepi2:0:0000:00:999:[ See the Dip Switch Menu to ] intrepi2:0:0000:00:999:[ enable Invincibility. ] ; [ Intrepid (set 1) ] intrepid:0:8101:09:000:Infinite Lives intrepid:0:808E:99:000:Infinite Bonus intrepid:0:0000:00:999:[ See the Dip Switch Menu to ] intrepid:0:0000:00:999:[ enable Invincibility. ] ; [ Karaoke Quiz Intro Don Don! (J 960213 V1.000) ] introdon:0:0000:00:999:[ There are no cheats ]:REASON 1 introdon:0:0000:00:999:[ for this game as it ]:REASON 1 introdon:0:0000:00:999:[ didn't work the last ]:REASON 1 introdon:0:0000:00:999:[ time it was tested. ]:REASON 1 introdon:0:0000:00:999:[ If the game now works ]:REASON 1 introdon:0:0000:00:999:[ please request cheats ]:REASON 1 introdon:0:0000:00:999:[ for it on the cheat ]:REASON 1 introdon:0:0000:00:999:[ forums. ]:REASON 1 ; [ Quiz & Variety Sukusuku Inufuku (Japan) ] inufuku:0:0000:00:999:[ This game hasn't even ]:REASON 11 inufuku:0:0000:00:999:[ been looked at due to ]:REASON 11 inufuku:0:0000:00:999:[ time constraints - Too]:REASON 11 inufuku:0:0000:00:999:[ many games and so ]:REASON 11 inufuku:0:0000:00:999:[ little time. It is ]:REASON 11 inufuku:0:0000:00:999:[ even possible that ]:REASON 11 inufuku:0:0000:00:999:[ this game may be a ]:REASON 11 inufuku:0:0000:00:999:[ clone of an existing ]:REASON 11 inufuku:0:0000:00:999:[ game which may have ]:REASON 11 inufuku:0:0000:00:999:[ cheats. Please search ]:REASON 11 inufuku:0:0000:00:999:[ the cheat forums ]:REASON 11 inufuku:0:0000:00:999:[ before posting cheat ]:REASON 11 inufuku:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Space Invaders II (Midway, cocktail) ] invad2ct:0:2247:06:000:Infinite Lives PL1 invad2ct:0:2245:06:000:Infinite Lives PL2 ; [ Space Invaders Deluxe ] invaddlx:0:2009:78:000:Invaders never drop invaddlx:0:2069:00:000:Invaders don't fire invaddlx:0:206A:30:500:Invaders don't fire (2/2) invaddlx:0:02D9:C3:100:Bullet Invincibility invaddlx:0:2094:04:540:Bullet Invincibility (2/3) invaddlx:0:2015:FF:500:Bullet Invincibility (3/3) :invaddlx:62000000:0000:00000000:00000000:Bullet Speed always = :invaddlx:00010000:202C:00000002:FFFFFFFF:Slow :invaddlx:00010000:202C:00000004:FFFFFFFF:Normal :invaddlx:00010000:202C:00000006:FFFFFFFF:Fast :invaddlx:00010000:202C:00000008:FFFFFFFF:V Fast :invaddlx:00010000:202C:0000000A:FFFFFFFF:Turbo invaddlx:0:1424:00:100:Autofire Mode invaddlx:0:21FF:07:000:Infinite Lives PL1 invaddlx:0:2100:00:001:Kill All Invaders Now! PL1 invaddlx:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 invaddlx:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) invaddlx:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) invaddlx:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) invaddlx:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) invaddlx:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) invaddlx:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) invaddlx:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) invaddlx:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) invaddlx:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) invaddlx:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line invaddlx:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) invaddlx:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) invaddlx:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) invaddlx:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) invaddlx:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) invaddlx:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) invaddlx:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) invaddlx:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) invaddlx:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) invaddlx:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) invaddlx:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line invaddlx:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) invaddlx:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) invaddlx:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) invaddlx:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) invaddlx:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) invaddlx:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) invaddlx:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) invaddlx:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) invaddlx:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) invaddlx:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) invaddlx:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line invaddlx:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) invaddlx:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) invaddlx:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) invaddlx:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) invaddlx:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) invaddlx:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) invaddlx:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) invaddlx:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) invaddlx:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) invaddlx:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) invaddlx:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line invaddlx:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) invaddlx:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) invaddlx:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) invaddlx:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) invaddlx:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) invaddlx:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) invaddlx:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) invaddlx:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) invaddlx:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) invaddlx:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) invaddlx:0:22FF:07:000:Infinite Lives PL2 invaddlx:0:2200:00:001:Kill All Invaders Now! PL2 invaddlx:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 invaddlx:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) invaddlx:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) invaddlx:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) invaddlx:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) invaddlx:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) invaddlx:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) invaddlx:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) invaddlx:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) invaddlx:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) invaddlx:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line invaddlx:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) invaddlx:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) invaddlx:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) invaddlx:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) invaddlx:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) invaddlx:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) invaddlx:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) invaddlx:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) invaddlx:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) invaddlx:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) invaddlx:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line invaddlx:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) invaddlx:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) invaddlx:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) invaddlx:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) invaddlx:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) invaddlx:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) invaddlx:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) invaddlx:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) invaddlx:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) invaddlx:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) invaddlx:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line invaddlx:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) invaddlx:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) invaddlx:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) invaddlx:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) invaddlx:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) invaddlx:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) invaddlx:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) invaddlx:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) invaddlx:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) invaddlx:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) invaddlx:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line invaddlx:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) invaddlx:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) invaddlx:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) invaddlx:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) invaddlx:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) invaddlx:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) invaddlx:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) invaddlx:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) invaddlx:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) invaddlx:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders Part Four ] invader4:0:2009:78:000:Invaders never drop invader4:0:2069:00:000:Invaders don't fire invader4:0:206A:30:500:Invaders don't fire (2/2) invader4:0:02D9:C3:100:Bullet Invincibility invader4:0:2094:04:540:Bullet Invincibility (2/3) invader4:0:2015:FF:500:Bullet Invincibility (3/3) :invader4:62000000:0000:00000000:00000000:Bullet Speed always = :invader4:00010000:202C:00000002:FFFFFFFF:Slow :invader4:00010000:202C:00000004:FFFFFFFF:Normal :invader4:00010000:202C:00000006:FFFFFFFF:Fast :invader4:00010000:202C:00000008:FFFFFFFF:V Fast :invader4:00010000:202C:0000000A:FFFFFFFF:Turbo invader4:0:0E3E:00:100:Autofire Mode invader4:0:21FF:07:000:Infinite Lives PL1 invader4:0:2100:00:001:Kill All Invaders Now! PL1 invader4:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 invader4:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) invader4:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) invader4:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) invader4:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) invader4:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) invader4:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) invader4:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) invader4:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) invader4:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) invader4:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line invader4:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) invader4:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) invader4:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) invader4:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) invader4:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) invader4:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) invader4:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) invader4:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) invader4:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) invader4:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) invader4:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line invader4:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) invader4:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) invader4:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) invader4:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) invader4:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) invader4:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) invader4:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) invader4:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) invader4:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) invader4:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) invader4:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line invader4:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) invader4:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) invader4:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) invader4:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) invader4:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) invader4:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) invader4:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) invader4:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) invader4:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) invader4:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) invader4:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line invader4:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) invader4:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) invader4:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) invader4:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) invader4:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) invader4:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) invader4:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) invader4:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) invader4:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) invader4:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) invader4:0:22FF:07:000:Infinite Lives PL2 invader4:0:2200:00:001:Kill All Invaders Now! PL2 invader4:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 invader4:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) invader4:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) invader4:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) invader4:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) invader4:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) invader4:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) invader4:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) invader4:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) invader4:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) invader4:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line invader4:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) invader4:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) invader4:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) invader4:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) invader4:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) invader4:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) invader4:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) invader4:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) invader4:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) invader4:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) invader4:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line invader4:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) invader4:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) invader4:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) invader4:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) invader4:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) invader4:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) invader4:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) invader4:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) invader4:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) invader4:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) invader4:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line invader4:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) invader4:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) invader4:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) invader4:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) invader4:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) invader4:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) invader4:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) invader4:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) invader4:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) invader4:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) invader4:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line invader4:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) invader4:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) invader4:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) invader4:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) invader4:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) invader4:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) invader4:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) invader4:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) invader4:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) invader4:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders (Logitec) ] invaderl:0:2009:78:000:Invaders never drop invaderl:0:2069:00:000:Invaders don't fire invaderl:0:206A:30:500:Invaders don't fire (2/2) invaderl:0:0293:C3:100:Bullet Invincibility invaderl:0:2094:04:540:Bullet Invincibility (2/3) invaderl:0:2015:FF:500:Bullet Invincibility (3/3) :invaderl:62000000:0000:00000000:00000000:Bullet Speed always = :invaderl:00010000:202C:00000002:FFFFFFFF:Slow :invaderl:00010000:202C:00000004:FFFFFFFF:Normal :invaderl:00010000:202C:00000006:FFFFFFFF:Fast :invaderl:00010000:202C:00000008:FFFFFFFF:V Fast :invaderl:00010000:202C:0000000A:FFFFFFFF:Turbo invaderl:0:163E:00:100:Autofire Mode invaderl:0:21FF:07:000:Infinite Lives PL1 invaderl:0:2100:00:001:Kill All Invaders Now! PL1 invaderl:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 invaderl:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) invaderl:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) invaderl:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) invaderl:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) invaderl:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) invaderl:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) invaderl:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) invaderl:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) invaderl:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) invaderl:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line invaderl:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) invaderl:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) invaderl:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) invaderl:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) invaderl:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) invaderl:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) invaderl:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) invaderl:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) invaderl:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) invaderl:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) invaderl:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line invaderl:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) invaderl:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) invaderl:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) invaderl:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) invaderl:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) invaderl:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) invaderl:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) invaderl:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) invaderl:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) invaderl:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) invaderl:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line invaderl:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) invaderl:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) invaderl:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) invaderl:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) invaderl:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) invaderl:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) invaderl:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) invaderl:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) invaderl:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) invaderl:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) invaderl:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line invaderl:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) invaderl:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) invaderl:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) invaderl:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) invaderl:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) invaderl:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) invaderl:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) invaderl:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) invaderl:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) invaderl:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) invaderl:0:22FF:07:000:Infinite Lives PL2 invaderl:0:2200:00:001:Kill All Invaders Now! PL2 invaderl:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 invaderl:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) invaderl:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) invaderl:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) invaderl:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) invaderl:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) invaderl:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) invaderl:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) invaderl:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) invaderl:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) invaderl:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line invaderl:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) invaderl:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) invaderl:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) invaderl:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) invaderl:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) invaderl:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) invaderl:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) invaderl:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) invaderl:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) invaderl:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) invaderl:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line invaderl:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) invaderl:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) invaderl:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) invaderl:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) invaderl:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) invaderl:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) invaderl:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) invaderl:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) invaderl:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) invaderl:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) invaderl:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line invaderl:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) invaderl:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) invaderl:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) invaderl:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) invaderl:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) invaderl:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) invaderl:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) invaderl:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) invaderl:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) invaderl:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) invaderl:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line invaderl:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) invaderl:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) invaderl:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) invaderl:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) invaderl:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) invaderl:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) invaderl:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) invaderl:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) invaderl:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) invaderl:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders ] invaders:0:2009:78:000:Invaders never drop invaders:0:2069:00:000:Invaders don't fire invaders:0:206A:30:500:Invaders don't fire (2/2) invaders:0:0293:C3:100:Bullet Invincibility invaders:0:2094:04:540:Bullet Invincibility (2/3) invaders:0:2015:FF:500:Bullet Invincibility (3/3) :invaders:62000000:0000:00000000:00000000:Bullet Speed always = :invaders:00010000:202C:00000002:FFFFFFFF:Slow :invaders:00010000:202C:00000004:FFFFFFFF:Normal :invaders:00010000:202C:00000006:FFFFFFFF:Fast :invaders:00010000:202C:00000008:FFFFFFFF:V Fast :invaders:00010000:202C:0000000A:FFFFFFFF:Turbo invaders:0:163E:00:100:Autofire Mode invaders:0:21FF:07:000:Infinite Lives PL1 invaders:0:2100:00:001:Kill All Invaders Now! PL1 invaders:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 invaders:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) invaders:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) invaders:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) invaders:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) invaders:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) invaders:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) invaders:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) invaders:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) invaders:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) invaders:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line invaders:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) invaders:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) invaders:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) invaders:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) invaders:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) invaders:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) invaders:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) invaders:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) invaders:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) invaders:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) invaders:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line invaders:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) invaders:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) invaders:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) invaders:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) invaders:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) invaders:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) invaders:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) invaders:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) invaders:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) invaders:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) invaders:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line invaders:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) invaders:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) invaders:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) invaders:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) invaders:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) invaders:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) invaders:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) invaders:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) invaders:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) invaders:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) invaders:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line invaders:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) invaders:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) invaders:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) invaders:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) invaders:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) invaders:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) invaders:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) invaders:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) invaders:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) invaders:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) invaders:0:22FF:07:000:Infinite Lives PL2 invaders:0:2200:00:001:Kill All Invaders Now! PL2 invaders:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 invaders:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) invaders:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) invaders:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) invaders:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) invaders:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) invaders:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) invaders:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) invaders:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) invaders:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) invaders:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line invaders:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) invaders:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) invaders:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) invaders:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) invaders:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) invaders:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) invaders:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) invaders:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) invaders:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) invaders:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) invaders:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line invaders:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) invaders:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) invaders:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) invaders:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) invaders:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) invaders:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) invaders:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) invaders:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) invaders:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) invaders:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) invaders:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line invaders:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) invaders:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) invaders:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) invaders:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) invaders:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) invaders:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) invaders:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) invaders:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) invaders:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) invaders:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) invaders:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line invaders:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) invaders:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) invaders:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) invaders:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) invaders:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) invaders:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) invaders:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) invaders:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) invaders:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) invaders:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders Part II (Taito) ] invadpt2:0:2009:78:000:Invaders never drop invadpt2:0:2069:00:000:Invaders don't fire invadpt2:0:206A:30:500:Invaders don't fire (2/2) invadpt2:0:02D9:C3:100:Bullet Invincibility invadpt2:0:2094:04:540:Bullet Invincibility (2/3) invadpt2:0:2015:FF:500:Bullet Invincibility (3/3) :invadpt2:62000000:0000:00000000:00000000:Bullet Speed always = :invadpt2:00010000:202C:00000002:FFFFFFFF:Slow :invadpt2:00010000:202C:00000004:FFFFFFFF:Normal :invadpt2:00010000:202C:00000006:FFFFFFFF:Fast :invadpt2:00010000:202C:00000008:FFFFFFFF:V Fast :invadpt2:00010000:202C:0000000A:FFFFFFFF:Turbo invadpt2:0:1424:00:100:Autofire Mode invadpt2:0:21FF:07:000:Infinite Lives PL1 invadpt2:0:2100:00:001:Kill All Invaders Now! PL1 invadpt2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 invadpt2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) invadpt2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) invadpt2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) invadpt2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) invadpt2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) invadpt2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) invadpt2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) invadpt2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) invadpt2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) invadpt2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line invadpt2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) invadpt2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) invadpt2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) invadpt2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) invadpt2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) invadpt2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) invadpt2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) invadpt2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) invadpt2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) invadpt2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) invadpt2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line invadpt2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) invadpt2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) invadpt2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) invadpt2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) invadpt2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) invadpt2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) invadpt2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) invadpt2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) invadpt2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) invadpt2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) invadpt2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line invadpt2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) invadpt2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) invadpt2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) invadpt2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) invadpt2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) invadpt2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) invadpt2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) invadpt2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) invadpt2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) invadpt2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) invadpt2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line invadpt2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) invadpt2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) invadpt2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) invadpt2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) invadpt2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) invadpt2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) invadpt2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) invadpt2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) invadpt2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) invadpt2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) invadpt2:0:22FF:07:000:Infinite Lives PL2 invadpt2:0:2200:00:001:Kill All Invaders Now! PL2 invadpt2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 invadpt2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) invadpt2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) invadpt2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) invadpt2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) invadpt2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) invadpt2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) invadpt2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) invadpt2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) invadpt2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) invadpt2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line invadpt2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) invadpt2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) invadpt2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) invadpt2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) invadpt2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) invadpt2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) invadpt2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) invadpt2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) invadpt2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) invadpt2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) invadpt2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line invadpt2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) invadpt2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) invadpt2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) invadpt2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) invadpt2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) invadpt2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) invadpt2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) invadpt2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) invadpt2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) invadpt2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) invadpt2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line invadpt2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) invadpt2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) invadpt2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) invadpt2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) invadpt2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) invadpt2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) invadpt2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) invadpt2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) invadpt2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) invadpt2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) invadpt2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line invadpt2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) invadpt2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) invadpt2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) invadpt2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) invadpt2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) invadpt2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) invadpt2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) invadpt2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) invadpt2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) invadpt2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders (Model Racing) ] invadrmr:0:2009:78:000:Invaders never drop invadrmr:0:2069:00:000:Invaders don't fire invadrmr:0:206A:30:500:Invaders don't fire (2/2) invadrmr:0:02D9:C3:100:Bullet Invincibility invadrmr:0:2094:04:540:Bullet Invincibility (2/3) invadrmr:0:2015:FF:500:Bullet Invincibility (3/3) :invadrmr:62000000:0000:00000000:00000000:Bullet Speed always = :invadrmr:00010000:202C:00000002:FFFFFFFF:Slow :invadrmr:00010000:202C:00000004:FFFFFFFF:Normal :invadrmr:00010000:202C:00000006:FFFFFFFF:Fast :invadrmr:00010000:202C:00000008:FFFFFFFF:V Fast :invadrmr:00010000:202C:0000000A:FFFFFFFF:Turbo invadrmr:0:163E:00:100:Autofire Mode invadrmr:0:21FF:07:000:Infinite Lives PL1 invadrmr:0:2100:00:001:Kill All Invaders Now! PL1 invadrmr:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 invadrmr:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) invadrmr:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) invadrmr:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) invadrmr:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) invadrmr:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) invadrmr:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) invadrmr:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) invadrmr:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) invadrmr:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) invadrmr:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line invadrmr:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) invadrmr:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) invadrmr:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) invadrmr:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) invadrmr:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) invadrmr:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) invadrmr:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) invadrmr:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) invadrmr:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) invadrmr:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) invadrmr:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line invadrmr:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) invadrmr:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) invadrmr:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) invadrmr:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) invadrmr:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) invadrmr:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) invadrmr:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) invadrmr:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) invadrmr:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) invadrmr:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) invadrmr:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line invadrmr:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) invadrmr:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) invadrmr:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) invadrmr:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) invadrmr:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) invadrmr:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) invadrmr:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) invadrmr:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) invadrmr:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) invadrmr:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) invadrmr:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line invadrmr:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) invadrmr:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) invadrmr:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) invadrmr:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) invadrmr:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) invadrmr:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) invadrmr:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) invadrmr:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) invadrmr:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) invadrmr:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) invadrmr:0:22FF:07:000:Infinite Lives PL2 invadrmr:0:2200:00:001:Kill All Invaders Now! PL2 invadrmr:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 invadrmr:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) invadrmr:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) invadrmr:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) invadrmr:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) invadrmr:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) invadrmr:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) invadrmr:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) invadrmr:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) invadrmr:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) invadrmr:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line invadrmr:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) invadrmr:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) invadrmr:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) invadrmr:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) invadrmr:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) invadrmr:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) invadrmr:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) invadrmr:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) invadrmr:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) invadrmr:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) invadrmr:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line invadrmr:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) invadrmr:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) invadrmr:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) invadrmr:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) invadrmr:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) invadrmr:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) invadrmr:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) invadrmr:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) invadrmr:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) invadrmr:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) invadrmr:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line invadrmr:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) invadrmr:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) invadrmr:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) invadrmr:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) invadrmr:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) invadrmr:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) invadrmr:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) invadrmr:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) invadrmr:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) invadrmr:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) invadrmr:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line invadrmr:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) invadrmr:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) invadrmr:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) invadrmr:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) invadrmr:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) invadrmr:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) invadrmr:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) invadrmr:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) invadrmr:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) invadrmr:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Invasion ] invasion:0:2009:78:000:Invaders never drop invasion:0:2069:00:000:Invaders don't fire invasion:0:206A:30:500:Invaders don't fire (2/2) invasion:0:0293:C3:100:Bullet Invincibility invasion:0:2094:04:540:Bullet Invincibility (2/3) invasion:0:2015:FF:500:Bullet Invincibility (3/3) :invasion:62000000:0000:00000000:00000000:Bullet Speed always = :invasion:00010000:202C:00000002:FFFFFFFF:Slow :invasion:00010000:202C:00000004:FFFFFFFF:Normal :invasion:00010000:202C:00000006:FFFFFFFF:Fast :invasion:00010000:202C:00000008:FFFFFFFF:V Fast :invasion:00010000:202C:0000000A:FFFFFFFF:Turbo invasion:0:163E:00:100:Autofire Mode invasion:0:21FF:07:000:Infinite Lives PL1 invasion:0:2100:00:001:Kill All Invaders Now! PL1 invasion:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 invasion:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) invasion:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) invasion:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) invasion:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) invasion:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) invasion:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) invasion:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) invasion:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) invasion:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) invasion:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line invasion:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) invasion:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) invasion:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) invasion:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) invasion:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) invasion:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) invasion:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) invasion:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) invasion:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) invasion:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) invasion:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line invasion:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) invasion:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) invasion:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) invasion:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) invasion:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) invasion:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) invasion:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) invasion:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) invasion:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) invasion:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) invasion:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line invasion:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) invasion:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) invasion:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) invasion:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) invasion:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) invasion:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) invasion:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) invasion:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) invasion:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) invasion:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) invasion:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line invasion:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) invasion:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) invasion:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) invasion:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) invasion:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) invasion:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) invasion:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) invasion:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) invasion:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) invasion:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) invasion:0:22FF:07:000:Infinite Lives PL2 invasion:0:2200:00:001:Kill All Invaders Now! PL2 invasion:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 invasion:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) invasion:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) invasion:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) invasion:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) invasion:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) invasion:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) invasion:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) invasion:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) invasion:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) invasion:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line invasion:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) invasion:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) invasion:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) invasion:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) invasion:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) invasion:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) invasion:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) invasion:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) invasion:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) invasion:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) invasion:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line invasion:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) invasion:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) invasion:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) invasion:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) invasion:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) invasion:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) invasion:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) invasion:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) invasion:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) invasion:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) invasion:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line invasion:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) invasion:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) invasion:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) invasion:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) invasion:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) invasion:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) invasion:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) invasion:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) invasion:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) invasion:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) invasion:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line invasion:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) invasion:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) invasion:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) invasion:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) invasion:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) invasion:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) invasion:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) invasion:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) invasion:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) invasion:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Invasion (Midway) ] invasn:0:0000:00:999:[ There are no cheats ]:REASON 1 invasn:0:0000:00:999:[ for this game as it ]:REASON 1 invasn:0:0000:00:999:[ didn't work the last ]:REASON 1 invasn:0:0000:00:999:[ time it was tested. ]:REASON 1 invasn:0:0000:00:999:[ If the game now works ]:REASON 1 invasn:0:0000:00:999:[ please request cheats ]:REASON 1 invasn:0:0000:00:999:[ for it on the cheat ]:REASON 1 invasn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Invinco / Deep Scan ] invds:0:E48C:05:000:Infinite Lives PL1 Invinco invds:0:E4C3:05:000:Infinite Lives PL2 Invinco invds:0:E511:05:000:Infinite Lives PL1 D. Scan invds:0:E512:05:000:Infinite Lives PL2 D. Scan invds:0:E53D:3B:000:Infinite Bombs invds:0:8516:07:000:Invincibility D. Scan ; [ Invinco / Head On 2 ] invho2:0:E3DA:09:000:Infinite Lives PL1 Invinco invho2:0:E411:09:000:Infinite Lives PL2 Invinco invho2:0:E3D9:06:000:Infinite Lives PL1 Head on invho2:0:E3DA:06:000:Infinite Lives PL2 Head on ; [ Invinco ] invinco:0:E3BC:09:000:Infinite Lives PL1 invinco:0:E3F3:09:000:Infinite Lives PL2 invinco:0:961E:50:000:Enemies Don't Shoot ; [ Invader's Revenge (Dutchford) ] invrvnga:0:2083:06:000:Infinite Lives PL1 invrvnga:0:2085:40:000:Infinite Energy PL1 invrvnga:0:20C3:06:000:Infinite Lives PL2 invrvnga:0:20C5:40:000:Infinite Energy PL2 ; [ Invader's Revenge ] invrvnge:0:2083:06:000:Infinite Lives PL1 invrvnge:0:2085:40:000:Infinite Energy PL1 invrvnge:0:20C3:06:000:Infinite Lives PL2 invrvnge:0:20C5:40:000:Infinite Energy PL2 ; [ IPM Invader ] ipminvad:0:0080:08:000:Infinite Lives ; [ IQ-Block ] iqblock:0:FDDE:08:000:Infinite Helps PL1 iqblock:0:FCF9:08:000:Infinite Helps PL2 ; [ I, Robot ] irobot:0:03A6:63:000:Infinite Time irobot:0:06F7:0F:500:Infinite Time (2/2) irobot:0:0303:04:000:Infinite Lives :irobot:00000000:02FF:00000001:FFFFFFFF:1 Red Square Beats Eye:Touch the square in front of the eye to beat it. irobot:0:0435:00:000:Eye never shows:UNTESTED ; [ Iron Horse ] ironhors:0:3270:0A:000:Infinite Lives ironhors:0:3442:00:000:Infinite Time ironhors:0:3604:03:000:Infinite Ammo ironhors:0:3205:04:000:Invincibility ironhors:0:0000:00:999:[Use these cheats with the ] ironhors:0:0000:00:999:[Infinite Ammo cheat ON for ] ironhors:0:0000:00:999:[the best effect!! ] ironhors:0:3605:00:000:Always have Fire ironhors:0:3605:01:000:Always have Rope ironhors:0:3605:02:000:Always have Bomb ironhors:0:3605:00:001:Get Fire Now! ironhors:0:3605:01:001:Get Rope Now! ironhors:0:3605:02:001:Get Bomb Now! ; [ Irritating Maze / Ultra Denryu Iraira Bou, The ] irrmaze:0:10FD89:64:000:Infinite Continues irrmaze:0:108025:00:500:Infinite Continues (2/2) irrmaze:0:10A857:63:000:Infinite Time irrmaze:0:10A859:09:500:Infinite Time (2/2) irrmaze:0:10808F:03:000:Infinite Lives irrmaze:0:004E18:60:100:Invincibility irrmaze:0:004FDF:02:600:Invincibility (2/2):Part 1 takes care of sprite to backround collisions & Part 2 takes care of sprite to sprite collisions :irrmaze:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :irrmaze:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :irrmaze:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ixion (prototype) ] ixion:0:600B:99:000:Infinite Credits ixion:0:6812:08:000:Infinite Lives ixion:0:6F26:80:040:Invincibility ; [ Jack the Giantkiller (set 1) ] jack:0:0000:00:999:[See the Dip Switch Menu to ] jack:0:0000:00:999:[enable Invincibility. ] jack:0:449A:06:000:Infinite Lives PL1 jack:0:40F1:63:000:Infinite Ammo PL1 jack:0:449B:06:000:Infinite Lives PL2 jack:0:40F2:63:000:Infinite Ammo PL2 ; [ Jack the Giantkiller (set 2) ] jack2:0:0000:00:999:[See the Dip Switch Menu to ] jack2:0:0000:00:999:[enable Invincibility. ] jack2:0:449A:06:000:Infinite Lives PL1 jack2:0:40F1:63:000:Infinite Ammo PL1 jack2:0:449B:06:000:Infinite Lives PL2 jack2:0:40F2:63:000:Infinite Ammo PL2 ; [ Jack the Giantkiller (set 3) ] jack3:0:0000:00:999:[See the Dip Switch Menu to ] jack3:0:0000:00:999:[enable Invincibility. ] jack3:0:449A:06:000:Infinite Lives PL1 jack3:0:40F1:63:000:Infinite Ammo PL1 jack3:0:449B:06:000:Infinite Lives PL2 jack3:0:40F2:63:000:Infinite Ammo PL2 ; [ Jackal (World) ] jackal:0:1478:09:000:Infinite Lives PL1 jackal:0:0B06:01:000:Invincibility PL1 jackal:0:0AFD:04:000:Always Full Power Ups PL1 jackal:0:0AFC:08:001:Get 8 rescued prisoners PL1 jackal:0:14B8:09:000:Infinite Lives PL2 jackal:0:0B7E:01:000:Invincibility PL2 jackal:0:0B75:04:000:Always Full Power Ups PL2 jackal:0:0B74:08:001:Get 8 rescued prisoners PL2 ; [ Tokushu Butai Jackal (Japan) ] jackalj:0:1478:09:000:Infinite Lives PL1 jackalj:0:0B06:01:000:Invincibility PL1 jackalj:0:0AFD:04:000:Always Full Power Ups PL1 jackalj:0:0AFC:08:001:Get 8 rescued prisoners PL1 jackalj:0:14B8:09:000:Infinite Lives PL2 jackalj:0:0B7E:01:000:Invincibility PL2 jackalj:0:0B75:04:000:Always Full Power Ups PL2 jackalj:0:0B74:08:001:Get 8 rescued prisoners PL2 ; [ Jackpot Pool (Italy, bootleg) ] jackpool:0:0000:00:999:[ There are no cheats ]:REASON 1 jackpool:0:0000:00:999:[ for this game as it ]:REASON 1 jackpool:0:0000:00:999:[ didn't work the last ]:REASON 1 jackpool:0:0000:00:999:[ time it was tested. ]:REASON 1 jackpool:0:0000:00:999:[ If the game now works ]:REASON 1 jackpool:0:0000:00:999:[ please request cheats ]:REASON 1 jackpool:0:0000:00:999:[ for it on the cheat ]:REASON 1 jackpool:0:0000:00:999:[ forums. ]:REASON 1 ; [ Jack Rabbit (set 2) ] jackrab2:0:7441:00:001:Finish this Round Now!:Works on Counter Rounds (Rounds 1 + 3). Round 2 requires you to get to one of the two carrots at the end of the round. :jackrab2:20800000:322B:000000C3:FFFFFFFF:Invincibility:You can still die by jumping off cliffs/platforms into the water on Rounds 2 & 3 though. The farmer may still VERY VERY occasionally kill you. :jackrab2:20810000:8A88:000000C9:FFFFFFFF:Invincibility (2/6):Part 1 & 2 Protection against the farmer :jackrab2:20810000:8A3B:0000003A:FFFFFFFF:Invincibility (3/6):Protection against the Bear with the umbrella like sprite :jackrab2:20810000:84E3:000000C9:FFFFFFFF:Invincibility (4/6):Protection against falling down Holes (and other Bad Squares) :jackrab2:20E10000:5528:00C33255:FFFFFFFF:Invincibility (5/6):Protection against the Snake :jackrab2:20810000:97FE:000000C3:FFFFFFFF:Invincibility (6/6):Protection against the Round 3 Balls jackrab2:0:7277:06:000:Infinite Lives PL1 jackrab2:0:7278:06:000:Infinite Lives PL2 ; [ Jack Rabbit (special) ] jackrabs:0:7441:00:001:Finish this Round Now!:Works on Counter Rounds (Rounds 1 + 3). Round 2 requires you to get to one of the two carrots at the end of the round. :jackrabs:20800000:322B:000000C3:FFFFFFFF:Invincibility:You can still die by jumping off cliffs/platforms into the water on Rounds 2 & 3 though. The farmer may still VERY VERY occasionally kill you. :jackrabs:20810000:8A8B:000000C9:FFFFFFFF:Invincibility (2/6):Part 1 & 2 Protection against the farmer :jackrabs:20810000:8A3E:0000003A:FFFFFFFF:Invincibility (3/6):Protection against the Bear with the umbrella like sprite :jackrabs:20810000:84DC:000000C9:FFFFFFFF:Invincibility (4/6):Protection against falling down Holes (and other Bad Squares) :jackrabs:20E10000:5528:00C33255:FFFFFFFF:Invincibility (5/6):Protection against the Snake :jackrabs:20810000:9801:000000C3:FFFFFFFF:Invincibility (6/6):Protection against the Round 3 Balls jackrabs:0:7277:06:000:Infinite Lives PL1 jackrabs:0:7278:06:000:Infinite Lives PL2 ; [ Jack Rabbit (set 1) ] jackrabt:0:7441:00:001:Finish this Round Now!:Works on Counter Rounds (Rounds 1 + 3). Round 2 requires you to get to one of the two carrots at the end of the round. :jackrabt:20800000:322B:000000C3:FFFFFFFF:Invincibility:You can still die by jumping off cliffs/platforms into the water on Rounds 2 & 3 though. The farmer may still VERY VERY occasionally kill you. :jackrabt:20810000:8A7A:000000C9:FFFFFFFF:Invincibility (2/6):Part 1 & 2 Protection against the farmer :jackrabt:20810000:8A2D:0000003A:FFFFFFFF:Invincibility (3/6):Protection against the Bear with the umbrella like sprite :jackrabt:20810000:84D5:000000C9:FFFFFFFF:Invincibility (4/6):Protection against falling down Holes (and other Bad Squares) :jackrabt:20E10000:5521:00C32B55:FFFFFFFF:Invincibility (5/6):Protection against the Snake :jackrabt:20810000:97E9:000000C3:FFFFFFFF:Invincibility (6/6):Protection against the Round 3 Balls jackrabt:0:7277:06:000:Infinite Lives PL1 jackrabt:0:7278:06:000:Infinite Lives PL2 ; [ Jail Break ] :jailbrek:20800000:19A7C:00000020:FFFFFFFF:Invincibility - Player :jailbrek:20810000:19AEE:00000039:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Enemy :jailbrek:20810000:19B4B:00000020:FFFFFFFF:Invincibility (3/3):Car :jailbrek:20800000:198ED:00000039:FFFFFFFF:Invincibility - Hostage jailbrek:0:1598:03:000:Always have all weapons jailbrek:0:1598:03:001:Get all weapons Now! :jailbrek:00000000:010C0:00000000:00000010:Rapid Fire jailbrek:0:15CE:08:000:Infinite Lives PL1 jailbrek:0:15FE:08:000:Infinite Lives PL2 ; [ Vs. Ninja Jajamaru Kun (Japan) ] jajamaru:0:0001:63:000:Infinite Credits :jajamaru:000000E2:002A:00000064:FFFFFFFF:Infinite Time jajamaru:0:0021:04:000:Infinite Lives :jajamaru:20800000:A30E:00000060:FFFFFFFF:Invincibility ; [ Mahjong Janjan Baribari (Japan) ] janbari:0:0000:00:999:[ There are no cheats ]:REASON 3 janbari:0:0000:00:999:[ for this game as it ]:REASON 3 janbari:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 janbari:0:0000:00:999:[ Cheats will be added ]:REASON 3 janbari:0:0000:00:999:[ when somebody submits ]:REASON 3 janbari:0:0000:00:999:[ some. If you have ]:REASON 3 janbari:0:0000:00:999:[ made some cheats for ]:REASON 3 janbari:0:0000:00:999:[ this game please post ]:REASON 3 janbari:0:0000:00:999:[ them on the cheat ]:REASON 3 janbari:0:0000:00:999:[ forums. ]:REASON 3 ; [ Lovely Pop Mahjong JangJang Shimasho (Japan) ] janjans1:0:0000:00:999:[ The winning hand cheat must be activated when ] janjans1:0:0000:00:999:[ there are 14 tiles in your hand, then press ] janjans1:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] janjans1:0:0000:00:999:[ visually change until you make a move. ] :janjans1:00000001:002B18:0000001C:FFFFFFFF:Get winning hand Now! :janjans1:00010001:002B1A:0000001C:FFFFFFFF:Get winning hand Now! (02/15) :janjans1:00010001:002B1C:0000001C:FFFFFFFF:Get winning hand Now! (03/15) :janjans1:00010001:002B1E:0000001D:FFFFFFFF:Get winning hand Now! (04/15) :janjans1:00010001:002B20:0000001D:FFFFFFFF:Get winning hand Now! (05/15) :janjans1:00010001:002B22:0000001D:FFFFFFFF:Get winning hand Now! (06/15) :janjans1:00010001:002B24:0000001E:FFFFFFFF:Get winning hand Now! (07/15) :janjans1:00010001:002B26:0000001E:FFFFFFFF:Get winning hand Now! (08/15) :janjans1:00010001:002B28:0000001E:FFFFFFFF:Get winning hand Now! (09/15) :janjans1:00010001:002B2A:0000001F:FFFFFFFF:Get winning hand Now! (10/15) :janjans1:00010001:002B2C:0000001F:FFFFFFFF:Get winning hand Now! (11/15) :janjans1:00010001:002B2E:0000001F:FFFFFFFF:Get winning hand Now! (12/15) :janjans1:00010001:002B30:00000020:FFFFFFFF:Get winning hand Now! (13/15) :janjans1:00010001:002B32:00000020:FFFFFFFF:Get winning hand Now! (14/15) :janjans1:00010001:002CC8:00000001:FFFFFFFF:Get winning hand Now! (15/15) :janjans1:00000000:002B18:0000001C:FFFFFFFF:Always winning hand :janjans1:00010000:002B1A:0000001C:FFFFFFFF:Always winning hand (02/15) :janjans1:00010000:002B1C:0000001C:FFFFFFFF:Always winning hand (03/15) :janjans1:00010000:002B1E:0000001D:FFFFFFFF:Always winning hand (04/15) :janjans1:00010000:002B20:0000001D:FFFFFFFF:Always winning hand (05/15) :janjans1:00010000:002B22:0000001D:FFFFFFFF:Always winning hand (06/15) :janjans1:00010000:002B24:0000001E:FFFFFFFF:Always winning hand (07/15) :janjans1:00010000:002B26:0000001E:FFFFFFFF:Always winning hand (08/15) :janjans1:00010000:002B28:0000001E:FFFFFFFF:Always winning hand (09/15) :janjans1:00010000:002B2A:0000001F:FFFFFFFF:Always winning hand (10/15) :janjans1:00010000:002B2C:0000001F:FFFFFFFF:Always winning hand (11/15) :janjans1:00010000:002B2E:0000001F:FFFFFFFF:Always winning hand (12/15) :janjans1:00010000:002B30:00000020:FFFFFFFF:Always winning hand (13/15) :janjans1:00010000:002B32:00000020:FFFFFFFF:Always winning hand (14/15) :janjans1:00010000:002CC8:00000001:FFFFFFFF:Always winning hand (15/15) :janjans1:00000006:002B18:0000010D:FFFFFFFF:Watch ALL 14 tiles - Player :janjans1:00000006:002B36:0000010D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. janjans1:0:000000:00:999:[ Here is the look-up list for the above watches ] janjans1:0:000000:00:999:[ ] janjans1:0:000000:00:999:[ value common name chinese name ] janjans1:0:000000:00:999:[ 00h - no tile - ] janjans1:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] janjans1:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] janjans1:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] janjans1:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] janjans1:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] janjans1:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] janjans1:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] janjans1:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] janjans1:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] janjans1:0:000000:00:999:[ 0Ah 1 "dots" 1 "tung" ] janjans1:0:000000:00:999:[ 0Bh 2 "dots" 2 "tung" ] janjans1:0:000000:00:999:[ 0Ch 3 "dots" 3 "tung" ] janjans1:0:000000:00:999:[ 0Dh 4 "dots" 4 "tung" ] janjans1:0:000000:00:999:[ 0Eh 5 "dots" 5 "tung" ] janjans1:0:000000:00:999:[ 0Fh 6 "dots" 6 "tung" ] janjans1:0:000000:00:999:[ 10h 7 "dots" 7 "tung" ] janjans1:0:000000:00:999:[ 11h 8 "dots" 8 "tung" ] janjans1:0:000000:00:999:[ 12h 9 "dots" 9 "tung" ] janjans1:0:000000:00:999:[ 13h 1 "bamboo" 1 "tiao/Bird ] janjans1:0:000000:00:999:[ 14h 2 "bamboo" 2 "tiao" ] janjans1:0:000000:00:999:[ 15h 3 "bamboo" 3 "tiao" ] janjans1:0:000000:00:999:[ 16h 4 "bamboo" 4 "tiao" ] janjans1:0:000000:00:999:[ 17h 5 "bamboo" 5 "tiao" ] janjans1:0:000000:00:999:[ 18h 6 "bamboo" 6 "tiao" ] janjans1:0:000000:00:999:[ 19h 7 "bamboo" 7 "tiao" ] janjans1:0:000000:00:999:[ 1Ah 8 "bamboo" 8 "tiao" ] janjans1:0:000000:00:999:[ 1Bh 9 "bamboo" 9 "tiao" ] janjans1:0:000000:00:999:[ 1Ch East "wind" ] janjans1:0:000000:00:999:[ 1Dh South "wind" ] janjans1:0:000000:00:999:[ 1Eh West "wind" ] janjans1:0:000000:00:999:[ 1Fh North "wind" ] janjans1:0:000000:00:999:[ 20h White "dragon" ] janjans1:0:000000:00:999:[ 21h Green "dragon" ] janjans1:0:000000:00:999:[ 22h Red "dragon" ] ; [ Lovely Pop Mahjong JangJang Shimasho 2 (Japan) ] :janjans2:00000000:000014:00000009:FFFFFFFF:Infinite Credits :janjans2:00000000:002A1F:0000001C:FFFFFFFF:Always Have Winning Hand :janjans2:00010000:002A2F:0000001C:FFFFFFFF:Always Have Winning Hand (2/14):Note Get type doesn't work :janjans2:00010000:002A3F:0000001D:FFFFFFFF:Always Have Winning Hand (3/14) :janjans2:00010000:002A4F:0000001D:FFFFFFFF:Always Have Winning Hand (4/14) :janjans2:00010000:002A5F:0000001D:FFFFFFFF:Always Have Winning Hand (5/14) :janjans2:00010000:002A6F:00000020:FFFFFFFF:Always Have Winning Hand (6/14) :janjans2:00010000:002A7F:00000020:FFFFFFFF:Always Have Winning Hand (7/14) :janjans2:00010000:002A8F:00000020:FFFFFFFF:Always Have Winning Hand (8/14) :janjans2:00010000:002A9F:00000021:FFFFFFFF:Always Have Winning Hand (9/14) :janjans2:00010000:002AAF:00000021:FFFFFFFF:Always Have Winning Hand (10/14) :janjans2:00010000:002ABF:00000021:FFFFFFFF:Always Have Winning Hand (11/14) :janjans2:00010000:002ACF:00000022:FFFFFFFF:Always Have Winning Hand (12/14) :janjans2:00010000:002ADF:00000022:FFFFFFFF:Always Have Winning Hand (13/14) :janjans2:00010000:002AEF:00000022:FFFFFFFF:Always Have Winning Hand (14/14) :janjans2:00300000:0031A3:05F5E0FF:FFFFFFFF:Player Always Maximum Score :janjans2:00300000:0031A7:00000000:FFFFFFFF:CPU Always Minimum Score:Turn it OFF on result screen :janjans2:00100000:003111:00000300:FFFFFFFF:Infinite Show Time:Press Start 2 times to exit the show time :janjans2:39800000:30D564:000000D5:FFFFFFFF:Infinite Show Time (2/2):1st = Timer, 2nd = Scroll Unlock (Enabled key input) :janjans2:60000000:000000:00000000:00000000:[ Stage Selection causes the game to crash ] :janjans2:60000000:000000:00000000:00000000:[ you've finished the Bonus Stage. So you ] :janjans2:60000000:000000:00000000:00000000:[ can't see the ending! ] :janjans2:62000000:000000:00000000:00000000:Select Starting Stage:Set on 1st introduction scene after press start button :janjans2:00010001:003109:00000000:FFFFFFFF:Stage 1 (Ryouko) :janjans2:00010001:003109:00000001:FFFFFFFF:Stage 2 (Kurumi) :janjans2:00010001:003109:00000002:FFFFFFFF:Stage 3 (Chihiro) :janjans2:00010001:003109:00000003:FFFFFFFF:Stage 4 (Yuri) :janjans2:00010001:003109:00000004:FFFFFFFF:Bonus Stage (Aya) ; [ Jyanshin Densetsu - Quest of Jongmaster ] janshin:0:108418:05:000:Infinite Move Time janshin:0:000000:00:999:[ The winning hand cheat must be used when ] janshin:0:000000:00:999:[ you've got 14 tiles in your hand, then you ] janshin:0:000000:00:999:[ must select 'AGARI'. The tiles do not ] janshin:0:000000:00:999:[ visually change, until you make a move. ] janshin:0:108220:04:501:Get winning hand Now! janshin:0:108221:00:501:Get winning hand Now! (02/28) janshin:0:108224:04:501:Get winning hand Now! (03/28) janshin:0:108225:00:501:Get winning hand Now! (04/28) janshin:0:108228:04:501:Get winning hand Now! (05/28) janshin:0:108229:00:501:Get winning hand Now! (06/28) janshin:0:10822c:04:501:Get winning hand Now! (07/28) janshin:0:10822d:01:501:Get winning hand Now! (08/28) janshin:0:108230:04:501:Get winning hand Now! (09/28) janshin:0:108231:01:501:Get winning hand Now! (10/28) janshin:0:108234:04:501:Get winning hand Now! (11/28) janshin:0:108235:01:501:Get winning hand Now! (12/28) janshin:0:108238:04:501:Get winning hand Now! (13/28) janshin:0:108239:02:501:Get winning hand Now! (14/28) janshin:0:10823C:04:501:Get winning hand Now! (15/28) janshin:0:10823D:02:501:Get winning hand Now! (16/28) janshin:0:108240:04:501:Get winning hand Now! (17/28) janshin:0:108241:02:501:Get winning hand Now! (18/28) janshin:0:108244:04:501:Get winning hand Now! (19/28) janshin:0:108245:03:501:Get winning hand Now! (20/28) janshin:0:108248:04:501:Get winning hand Now! (21/28) janshin:0:108249:03:501:Get winning hand Now! (22/28) janshin:0:10824c:04:501:Get winning hand Now! (23/28) janshin:0:10824d:03:501:Get winning hand Now! (24/28) janshin:0:108250:04:501:Get winning hand Now! (25/28) janshin:0:108251:04:501:Get winning hand Now! (26/28) janshin:0:108254:04:501:Get winning hand Now! (27/28) janshin:0:108255:04:501:Get winning hand Now! (28/28) janshin:0:000000:00:999:[ See this URL for mahjong rules ] janshin:0:000000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/ ] janshin:0:000000:00:999:[ rules/basics.html (merge both lines!) ] :janshin:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :janshin:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :janshin:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Jong Tou Ki (Japan) ] jantouki:0:0000:00:999:[ This game hasn't even ]:REASON 11 jantouki:0:0000:00:999:[ been looked at due to ]:REASON 11 jantouki:0:0000:00:999:[ time constraints - Too]:REASON 11 jantouki:0:0000:00:999:[ many games and so ]:REASON 11 jantouki:0:0000:00:999:[ little time. It is ]:REASON 11 jantouki:0:0000:00:999:[ even possible that ]:REASON 11 jantouki:0:0000:00:999:[ this game may be a ]:REASON 11 jantouki:0:0000:00:999:[ clone of an existing ]:REASON 11 jantouki:0:0000:00:999:[ game which may have ]:REASON 11 jantouki:0:0000:00:999:[ cheats. Please search ]:REASON 11 jantouki:0:0000:00:999:[ the cheat forums ]:REASON 11 jantouki:0:0000:00:999:[ before posting cheat ]:REASON 11 jantouki:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Jackie Chan - The Kung-Fu Master ] :jchan:00000000:200AF8:00000009:FFFFFFFF:Infinite Credits :jchan:00000000:200101:00000099:FFFFFFFF:Infinite Time :jchan:00000001:200101:00000001:FFFFFFFF:Finish this Round Now! :jchan:00100000:200004:00000002:FFFFFFFF:Infinite Character Select Time :jchan:00000000:200015:00000000:FFFFFFFF:Secret Character 1 PL1:Untested :jchan:00000000:200015:00000001:FFFFFFFF:Secret Character 2 PL1:Untested :jchan:00000000:200015:00000002:FFFFFFFF:Secret Character 3 PL1:Untested :jchan:00000000:200017:00000000:FFFFFFFF:Secret Character 1 PL2:Untested :jchan:00000000:200017:00000001:FFFFFFFF:Secret Character 2 PL2:Untested :jchan:00000000:200017:00000002:FFFFFFFF:Secret Character 3 PL2:Untested ; [ Jackie Chan in Fists of Fire ] :jchan2:00000000:200BC0:00000009:FFFFFFFF:Infinite Credits :jchan2:00000000:200109:00000099:FFFFFFFF:Infinite Time :jchan2:00000001:200109:00000001:FFFFFFFF:Finish this Round Now! :jchan2:00100000:200006:000004FF:FFFFFFFF:Infinite Character Select Time ; [ Jumping Cross ] jcross:0:0000:00:999:[ This game hasn't even ]:REASON 11 jcross:0:0000:00:999:[ been looked at due to ]:REASON 11 jcross:0:0000:00:999:[ time constraints - Too]:REASON 11 jcross:0:0000:00:999:[ many games and so ]:REASON 11 jcross:0:0000:00:999:[ little time. It is ]:REASON 11 jcross:0:0000:00:999:[ even possible that ]:REASON 11 jcross:0:0000:00:999:[ this game may be a ]:REASON 11 jcross:0:0000:00:999:[ clone of an existing ]:REASON 11 jcross:0:0000:00:999:[ game which may have ]:REASON 11 jcross:0:0000:00:999:[ cheats. Please search ]:REASON 11 jcross:0:0000:00:999:[ the cheat forums ]:REASON 11 jcross:0:0000:00:999:[ before posting cheat ]:REASON 11 jcross:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Judge Dredd (Rev C Dec. 17 1997) ] jdredd:0:0000:00:999:[ There are no cheats ]:REASON 1 jdredd:0:0000:00:999:[ for this game as it ]:REASON 1 jdredd:0:0000:00:999:[ didn't work the last ]:REASON 1 jdredd:0:0000:00:999:[ time it was tested. ]:REASON 1 jdredd:0:0000:00:999:[ If the game now works ]:REASON 1 jdredd:0:0000:00:999:[ please request cheats ]:REASON 1 jdredd:0:0000:00:999:[ for it on the cheat ]:REASON 1 jdredd:0:0000:00:999:[ forums. ]:REASON 1 ; [ Judge Dredd (Rev B Nov. 26 1997) ] jdreddb:0:0000:00:999:[ There are no cheats ]:REASON 1 jdreddb:0:0000:00:999:[ for this game as it ]:REASON 1 jdreddb:0:0000:00:999:[ didn't work the last ]:REASON 1 jdreddb:0:0000:00:999:[ time it was tested. ]:REASON 1 jdreddb:0:0000:00:999:[ If the game now works ]:REASON 1 jdreddb:0:0000:00:999:[ please request cheats ]:REASON 1 jdreddb:0:0000:00:999:[ for it on the cheat ]:REASON 1 jdreddb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Judge Dredd (rev LA1, prototype) ] jdreddp:0:0021C962:0A:000:Infinite Lives PL1 jdreddp:0:0021C964:C8:000:Infinite Energy PL1 jdreddp:0:0021C976:24:000:Invincibility "ON" PL1 jdreddp:0:0021C977:00:500:Invincibility "ON" PL1 (2/2) jdreddp:0:0021C976:02:001:Invincibility "OFF" PL1 jdreddp:0:0021C977:00:501:Invincibility "OFF" PL1 (2/2) jdreddp:0:0021C9C4:0A:000:Infinite Lives PL2 jdreddp:0:0021C9C6:C8:000:Infinite Energy PL2 jdreddp:0:0021C9D8:24:000:Invincibility "ON" PL2 jdreddp:0:0021C9D9:00:500:Invincibility "ON" PL2 (2/2) jdreddp:0:0021C9D8:02:001:Invincibility "OFF" PL2 jdreddp:0:0021C9D9:00:501:Invincibility "OFF" PL2 (2/2) jdreddp:0:0021CA26:0A:000:Infinite Lives PL3 jdreddp:0:0021CA28:C8:000:Infinite Energy PL3 jdreddp:0:0021CA3A:24:000:Invincibility "ON" PL3 jdreddp:0:0021CA3B:00:500:Invincibility "ON" PL3 (2/2) jdreddp:0:0021CA3A:02:001:Invincibility "OFF" PL3 jdreddp:0:0021CA3B:00:501:Invincibility "OFF" PL3 (2/2) ; [ Return of the Jedi ] jedi:0:0013:9A:000:Infinite Lives :jedi:20800000:A976:00000060:FFFFFFFF:Invincibility :jedi:20810000:A9FD:00000060:FFFFFFFF:Invincibility (2/6):Stop bullets up your bum...part 1 I can't remember why I put that in :jedi:20810000:A9F0:00000060:FFFFFFFF:Invincibility (3/6):EWOK log thingie + other things I think :jedi:20810000:A8EA:0000004C:FFFFFFFF:Invincibility (4/6):Rest of it is for background collisions...though I've left the hollow log thing alone I hope :jedi:20810000:A8EB:00000011:FFFFFFFF:Invincibility (5/6) :jedi:20810000:A8EC:000000A8:FFFFFFFF:Invincibility (6/6) ; [ Justice Gakuen (JAPAN 971117) ] :jgakuen:00000000:001F67C8:00000009:FFFFFFFF:Infinite Credits :jgakuen:00000000:0008EBD4:00000063:FFFFFFFF:Infinite Time :jgakuen:00000001:0008EBD4:00000001:FFFFFFFF:Finish this Round Now! :jgakuen:00000000:0008EF52:000000C8:FFFFFFFF:Infinite Energy PL1 :jgakuen:00000001:0008EF52:000000C8:FFFFFFFF:Drain All Energy Now! PL1 :jgakuen:00000001:0008EF53:000000FF:FFFFFFFF:Lose Now! PL1 :jgakuen:00100000:0008F168:00000900:FFFFFFFF:Infinite Power PL1 :jgakuen:00100000:0008F168:00000000:FFFFFFFF:Always No Power PL1 :jgakuen:00000101:001F6506:00000003:FFFFFFFF:Select Character Color (1st) PL1 :jgakuen:00000101:001F6507:00000003:FFFFFFFF:Select Character Color (2nd) PL1 :jgakuen:00000000:001F60C8:00000000:00000080:Rapid Fire - Weak Punch PL1 :jgakuen:00000000:001F60C8:00000000:00000010:Rapid Fire - Strong Punch PL1 :jgakuen:00000000:001F60C8:00000000:00000040:Rapid Fire - Weak Kick PL1 :jgakuen:00000000:001F60C8:00000000:00000004:Rapid Fire - Strong Kick PL1 :jgakuen:00000000:0008F352:000000C8:FFFFFFFF:Infinite Energy PL2 :jgakuen:00000001:0008F352:00000000:FFFFFFFF:Drain All Energy Now! PL2 :jgakuen:00000001:0008F353:000000FF:FFFFFFFF:Lose Now! PL2 :jgakuen:00100000:0008F568:00000900:FFFFFFFF:Infinite Power PL2 :jgakuen:00100000:0008F568:00000000:FFFFFFFF:Always No Power PL2 :jgakuen:00000101:001F6508:00000003:FFFFFFFF:Select Character Color (1st) PL2 :jgakuen:00000101:001F6509:00000003:FFFFFFFF:Select Character Color (2nd) PL2 :jgakuen:00000000:001F60CA:00000000:00000080:Rapid Fire - Weak Punch PL2 :jgakuen:00000000:001F60CA:00000000:00000010:Rapid Fire - Strong Punch PL2 :jgakuen:00000000:001F60CA:00000000:00000040:Rapid Fire - Weak Kick PL2 :jgakuen:00000000:001F60CA:00000000:00000004:Rapid Fire - Strong Kick PL2 :jgakuen:00000001:1FAF0014:00000003:FFFFFFFF:Unlock Secret Factor (NVRAM):You need to reset the game to see any effect after you've set it. Enable to select all characters and free selection mode :jgakuen:00000001:1FAF0014:00000000:FFFFFFFF:Lock Secret Factor (NVRAM):You need to reset the game to see any effect after you've set it ; [ Jigoku Meguri (Japan) ] jigkmgri:0:10F7B7:09:000:Infinite Credits jigkmgri:0:10CC42:50:007:Infinite Time jigkmgri:0:10D5D5:02:000:Invincibility jigkmgri:0:10CC35:05:000:Always have Maximum fire speed jigkmgri:0:10CC37:08:000:Always have Maximum bounce power jigkmgri:0:10CC3B:00:000:Always have Blue bubble jigkmgri:0:10CC3F:04:000:Always have Max. Red bubble size jigkmgri:0:10CC41:04:000:Always have Max. Green bubble size jigkmgri:0:10CC3D:04:000:Always have Max. Purple bubble size jigkmgri:0:10D535:05:007:Infinite Lives PL1 jigkmgri:0:10D545:05:007:Infinite Lives PL2 ; [ Jin ] :jin:00000000:A13F:00000099:FFFFFFFF:Infinite Credits :jin:20800000:EB3B:00000000:FFFFFFFF:Invincibility (Buggy) :jin:20810000:EB40:00000000:FFFFFFFF:Invincibility (Buggy) (2/2):Part 1 takes cares of collisions, Part 2 takes care of the timer bomb when you stop :jin:00000000:A19C:0000001A:FFFFFFFF:Infinite Lives PL1 :jin:00000000:A19D:0000001A:FFFFFFFF:Infinite Lives PL2 ; [ Jitsuryoku!! Pro Yakyuu (Japan) ] jitsupro:0:0F3573:99:000:Infinite Credits jitsupro:0:0F30AD:00:000:Infinite Strikes jitsupro:0:0F30AF:00:000:Infinite Balls jitsupro:0:0F30B1:00:000:Infinite Outs jitsupro:0:0F30AD:00:001:Set Strikes to 0 Now! jitsupro:0:0F30AD:03:001:Set Strikes to 3 Now! jitsupro:0:0F30AF:00:001:Set Balls to 0 Now! jitsupro:0:0F30AF:04:001:Set Balls to 4 Now! jitsupro:0:0F30B1:00:001:Set Outs to 0 Now! jitsupro:0:0F30B1:03:001:Set Outs to 3 Now! jitsupro:0:0F2FCB:63:070:Select Game Score PL1 jitsupro:0:0F3047:63:070:Select Game Score PL2 ; [ Jitsuroku Maru-chi Mahjong (Japan) ] :jituroku:00100000:FAE4:00000002:FFFFFFFF:Infinite Thinking Time :jituroku:00100000:FE4D:0000270F:FFFFFFFF:Infinite Score - Player :jituroku:00100000:FE50:00000000:FFFFFFFF:No Score - CPU :jituroku:00100000:FE60:000003E7:FFFFFFFF:Infinite Item Points :jituroku:62000000:0000:00000000:00000000:Select Item :jituroku:00010000:FE58:00000000:FFFFFFFF:None :jituroku:00010000:FE58:00000001:FFFFFFFF:Yakuman Tsubame-Gaeshi :jituroku:00010000:FE58:00000002:FFFFFFFF:Hai-Pai Change :jituroku:00010000:FE58:00000003:FFFFFFFF:Reach-Ippatsu :jituroku:00010000:FE58:00000004:FFFFFFFF:Last Chace :jituroku:00010000:FE58:00000005:FFFFFFFF:Ikasama Genkou-Han :jituroku:00010000:FE58:00000006:FFFFFFFF:Dora-Bakudan :jituroku:00000000:F8E4:00000009:FFFFFFFF:Infinite Quiz Game Time :jituroku:000000E6:FCF3:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :jituroku:20900000:727B:00000318:FFFFFFFF:Free Character Selection:For example, you will be able to choose D, E, F or G on 1st story selection screen. jituroku:0:0000:00:999:[ The winning hand cheat must be ] jituroku:0:0000:00:999:[ activated when there are 14 tiles ] jituroku:0:0000:00:999:[ in your hand, then press the RON ] jituroku:0:0000:00:999:[ key ('Z' by default). The tiles do ] jituroku:0:0000:00:999:[ not visually change until you make ] jituroku:0:0000:00:999:[ a move. ] :jituroku:00100000:FD87:00003131:FFFFFFFF:Always Winning Hand :jituroku:00210000:FD89:00323232:FFFFFFFF:Always Winning Hand (2/5) :jituroku:00210000:FD8C:00353535:FFFFFFFF:Always Winning Hand (3/5) :jituroku:00210000:FD8F:00363636:FFFFFFFF:Always Winning Hand (4/5) :jituroku:00210000:FD92:00373737:FFFFFFFF:Always Winning Hand (5/5) :jituroku:00100001:FD87:00003131:FFFFFFFF:Get Winning Hand Now! :jituroku:00210001:FD89:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :jituroku:00210001:FD8C:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :jituroku:00210001:FD8F:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :jituroku:00210001:FD92:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Jumping Jack ] jjack:0:2103:09:000:Infinite Lives jjack:0:210B:80:000:Maximum Bonus Score ; [ Jan Jan Paradise 2 ] jjparad2:0:060009A7:09:000:Infinite Credits :jjparad2:60000000:00000000:00000000:00000000:[ The winning hand cheat must be activated when ] :jjparad2:60000000:00000000:00000000:00000000:[ there are 14 tiles in your hand, then press ] :jjparad2:60000000:00000000:00000000:00000000:[ the RON key (default is 'Left Alt' key then ] :jjparad2:60000000:00000000:00000000:00000000:[ 2nd choice) or you discard a tile. The tiles ] :jjparad2:60000000:00000000:00000000:00000000:[ do not visually change until you make a move. ] :jjparad2:00000001:06001C68:00000003:FFFFFFFF:Get winning hand Now! :jjparad2:00010001:06001C69:00000001:FFFFFFFF:Get winning hand Now! (02/28) :jjparad2:00010001:06001C6A:00000003:FFFFFFFF:Get winning hand Now! (03/28) :jjparad2:00010001:06001C6B:00000001:FFFFFFFF:Get winning hand Now! (04/28) :jjparad2:00010001:06001C6C:00000003:FFFFFFFF:Get winning hand Now! (05/28) :jjparad2:00010001:06001C6D:00000001:FFFFFFFF:Get winning hand Now! (06/28) :jjparad2:00010001:06001C6E:00000003:FFFFFFFF:Get winning hand Now! (07/28) :jjparad2:00010001:06001C6F:00000002:FFFFFFFF:Get winning hand Now! (08/28) :jjparad2:00010001:06001C70:00000003:FFFFFFFF:Get winning hand Now! (09/28) :jjparad2:00010001:06001C71:00000002:FFFFFFFF:Get winning hand Now! (10/28) :jjparad2:00010001:06001C72:00000003:FFFFFFFF:Get winning hand Now! (11/28) :jjparad2:00010001:06001C73:00000002:FFFFFFFF:Get winning hand Now! (12/28) :jjparad2:00010001:06001C74:00000003:FFFFFFFF:Get winning hand Now! (13/28) :jjparad2:00010001:06001C75:00000003:FFFFFFFF:Get winning hand Now! (14/28) :jjparad2:00010001:06001C76:00000003:FFFFFFFF:Get winning hand Now! (15/28) :jjparad2:00010001:06001C77:00000003:FFFFFFFF:Get winning hand Now! (16/28) :jjparad2:00010001:06001C78:00000003:FFFFFFFF:Get winning hand Now! (17/28) :jjparad2:00010001:06001C79:00000003:FFFFFFFF:Get winning hand Now! (18/28) :jjparad2:00010001:06001C7A:00000003:FFFFFFFF:Get winning hand Now! (19/28) :jjparad2:00010001:06001C7B:00000004:FFFFFFFF:Get winning hand Now! (20/28) :jjparad2:00010001:06001C7C:00000003:FFFFFFFF:Get winning hand Now! (21/28) :jjparad2:00010001:06001C7D:00000004:FFFFFFFF:Get winning hand Now! (22/28) :jjparad2:00010001:06001C7E:00000003:FFFFFFFF:Get winning hand Now! (23/28) :jjparad2:00010001:06001C7F:00000004:FFFFFFFF:Get winning hand Now! (24/28) :jjparad2:00010001:06001C60:00000003:FFFFFFFF:Get winning hand Now! (25/28) :jjparad2:00010001:06001C61:00000005:FFFFFFFF:Get winning hand Now! (26/28) :jjparad2:00010001:06001C62:00000003:FFFFFFFF:Get winning hand Now! (27/28) :jjparad2:00010001:06001C63:00000005:FFFFFFFF:Get winning hand Now! (28/28) :jjparad2:00000000:06001C68:00000003:FFFFFFFF:Always winning hand :jjparad2:00010000:06001C69:00000001:FFFFFFFF:Always winning hand (02/28) :jjparad2:00010000:06001C6A:00000003:FFFFFFFF:Always winning hand (03/28) :jjparad2:00010000:06001C6B:00000001:FFFFFFFF:Always winning hand (04/28) :jjparad2:00010000:06001C6C:00000003:FFFFFFFF:Always winning hand (05/28) :jjparad2:00010000:06001C6D:00000001:FFFFFFFF:Always winning hand (06/28) :jjparad2:00010000:06001C6E:00000003:FFFFFFFF:Always winning hand (07/28) :jjparad2:00010000:06001C6F:00000002:FFFFFFFF:Always winning hand (08/28) :jjparad2:00010000:06001C70:00000003:FFFFFFFF:Always winning hand (09/28) :jjparad2:00010000:06001C71:00000002:FFFFFFFF:Always winning hand (10/28) :jjparad2:00010000:06001C72:00000003:FFFFFFFF:Always winning hand (11/28) :jjparad2:00010000:06001C73:00000002:FFFFFFFF:Always winning hand (12/28) :jjparad2:00010000:06001C74:00000003:FFFFFFFF:Always winning hand (13/28) :jjparad2:00010000:06001C75:00000003:FFFFFFFF:Always winning hand (14/28) :jjparad2:00010000:06001C76:00000003:FFFFFFFF:Always winning hand (15/28) :jjparad2:00010000:06001C77:00000003:FFFFFFFF:Always winning hand (16/28) :jjparad2:00010000:06001C78:00000003:FFFFFFFF:Always winning hand (17/28) :jjparad2:00010000:06001C79:00000003:FFFFFFFF:Always winning hand (18/28) :jjparad2:00010000:06001C7A:00000003:FFFFFFFF:Always winning hand (19/28) :jjparad2:00010000:06001C7B:00000004:FFFFFFFF:Always winning hand (20/28) :jjparad2:00010000:06001C7C:00000003:FFFFFFFF:Always winning hand (21/28) :jjparad2:00010000:06001C7D:00000004:FFFFFFFF:Always winning hand (22/28) :jjparad2:00010000:06001C7E:00000003:FFFFFFFF:Always winning hand (23/28) :jjparad2:00010000:06001C7F:00000004:FFFFFFFF:Always winning hand (24/28) :jjparad2:00010000:06001C60:00000003:FFFFFFFF:Always winning hand (25/28) :jjparad2:00010000:06001C61:00000005:FFFFFFFF:Always winning hand (26/28) :jjparad2:00010000:06001C62:00000003:FFFFFFFF:Always winning hand (27/28) :jjparad2:00010000:06001C63:00000005:FFFFFFFF:Always winning hand (28/28) :jjparad2:00100006:06001C68:000A000D:00000000:Watch ALL 14 tiles - Player :jjparad2:00100006:06001C4A:000A000D:00000008:Watch ALL 14 tiles - C.P.U. :jjparad2:60000000:00000000:00000000:00000000:[ Here is the look-up list for the above watches ] :jjparad2:60000000:00000000:00000000:00000000:[ ] :jjparad2:60000000:00000000:00000000:00000000:[ family rank common name chinese name ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 01h 1 "characters" 1 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 02h 2 "characters" 2 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 03h 3 "characters" 3 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 04h 4 "characters" 4 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 05h 5 "characters" 5 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 06h 6 "characters" 6 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 07h 7 "characters" 7 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 08h 8 "characters" 8 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 00h 09h 9 "characters" 9 "wan" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 01h 1 "dots" 1 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 02h 2 "dots" 2 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 03h 3 "dots" 3 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 04h 4 "dots" 4 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 05h 5 "dots" 5 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 06h 6 "dots" 6 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 07h 7 "dots" 7 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 08h 8 "dots" 8 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 01h 09h 9 "dots" 9 "tung" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 01h 1 "bamboo" 1"tiao/Bird" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 02h 2 "bamboo" 2 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 03h 3 "bamboo" 3 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 04h 4 "bamboo" 4 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 05h 5 "bamboo" 5 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 06h 6 "bamboo" 6 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 07h 7 "bamboo" 7 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 08h 8 "bamboo" 8 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 02h 09h 9 "bamboo" 9 "tiao" ] :jjparad2:60000000:00000000:00000000:00000000:[ 03h 01h East "wind" ] :jjparad2:60000000:00000000:00000000:00000000:[ 03h 02h South "wind" ] :jjparad2:60000000:00000000:00000000:00000000:[ 03h 03h West "wind" ] :jjparad2:60000000:00000000:00000000:00000000:[ 03h 04h North "wind" ] :jjparad2:60000000:00000000:00000000:00000000:[ 03h 05h White "dragon" ] :jjparad2:60000000:00000000:00000000:00000000:[ 03h 06h Green "dragon" ] :jjparad2:60000000:00000000:00000000:00000000:[ 03h 07h Red "dragon" ] :jjparad2:60000000:00000000:00000000:00000000:[ FFh FFh - no tile - ] ; [ Jan Jan Paradise ] jjparads:0:060009BD:09:000:Infinite Credits :jjparads:60000000:00000000:00000000:00000000:[ The winning hand cheat must be activated when ] :jjparads:60000000:00000000:00000000:00000000:[ there are 14 tiles in your hand, then press ] :jjparads:60000000:00000000:00000000:00000000:[ the RON key (default is 'Left Alt' key then ] :jjparads:60000000:00000000:00000000:00000000:[ 2nd choice) or you discard a tile. The tiles ] :jjparads:60000000:00000000:00000000:00000000:[ do not visually change until you make a move. ] :jjparads:00000001:06001338:00000003:FFFFFFFF:Get winning hand Now! :jjparads:00010001:06001339:00000001:FFFFFFFF:Get winning hand Now! (02/28) :jjparads:00010001:0600133A:00000003:FFFFFFFF:Get winning hand Now! (03/28) :jjparads:00010001:0600133B:00000001:FFFFFFFF:Get winning hand Now! (04/28) :jjparads:00010001:0600133C:00000003:FFFFFFFF:Get winning hand Now! (05/28) :jjparads:00010001:0600133D:00000001:FFFFFFFF:Get winning hand Now! (06/28) :jjparads:00010001:0600133E:00000003:FFFFFFFF:Get winning hand Now! (07/28) :jjparads:00010001:0600133F:00000002:FFFFFFFF:Get winning hand Now! (08/28) :jjparads:00010001:06001340:00000003:FFFFFFFF:Get winning hand Now! (09/28) :jjparads:00010001:06001341:00000002:FFFFFFFF:Get winning hand Now! (10/28) :jjparads:00010001:06001342:00000003:FFFFFFFF:Get winning hand Now! (11/28) :jjparads:00010001:06001343:00000002:FFFFFFFF:Get winning hand Now! (12/28) :jjparads:00010001:06001344:00000003:FFFFFFFF:Get winning hand Now! (13/28) :jjparads:00010001:06001345:00000003:FFFFFFFF:Get winning hand Now! (14/28) :jjparads:00010001:06001346:00000003:FFFFFFFF:Get winning hand Now! (15/28) :jjparads:00010001:06001347:00000003:FFFFFFFF:Get winning hand Now! (16/28) :jjparads:00010001:06001348:00000003:FFFFFFFF:Get winning hand Now! (17/28) :jjparads:00010001:06001349:00000003:FFFFFFFF:Get winning hand Now! (18/28) :jjparads:00010001:0600134A:00000003:FFFFFFFF:Get winning hand Now! (19/28) :jjparads:00010001:0600134B:00000004:FFFFFFFF:Get winning hand Now! (20/28) :jjparads:00010001:0600134C:00000003:FFFFFFFF:Get winning hand Now! (21/28) :jjparads:00010001:0600134D:00000004:FFFFFFFF:Get winning hand Now! (22/28) :jjparads:00010001:0600134E:00000003:FFFFFFFF:Get winning hand Now! (23/28) :jjparads:00010001:0600134F:00000004:FFFFFFFF:Get winning hand Now! (24/28) :jjparads:00010001:06001350:00000003:FFFFFFFF:Get winning hand Now! (25/28) :jjparads:00010001:06001351:00000005:FFFFFFFF:Get winning hand Now! (26/28) :jjparads:00010001:06001352:00000003:FFFFFFFF:Get winning hand Now! (27/28) :jjparads:00010001:06001353:00000005:FFFFFFFF:Get winning hand Now! (28/28) :jjparads:00000000:06001338:00000003:FFFFFFFF:Always winning hand :jjparads:00010000:06001339:00000001:FFFFFFFF:Always winning hand (02/28) :jjparads:00010000:0600133A:00000003:FFFFFFFF:Always winning hand (03/28) :jjparads:00010000:0600133B:00000001:FFFFFFFF:Always winning hand (04/28) :jjparads:00010000:0600133C:00000003:FFFFFFFF:Always winning hand (05/28) :jjparads:00010000:0600133D:00000001:FFFFFFFF:Always winning hand (06/28) :jjparads:00010000:0600133E:00000003:FFFFFFFF:Always winning hand (07/28) :jjparads:00010000:0600133F:00000002:FFFFFFFF:Always winning hand (08/28) :jjparads:00010000:06001340:00000003:FFFFFFFF:Always winning hand (09/28) :jjparads:00010000:06001341:00000002:FFFFFFFF:Always winning hand (10/28) :jjparads:00010000:06001342:00000003:FFFFFFFF:Always winning hand (11/28) :jjparads:00010000:06001343:00000002:FFFFFFFF:Always winning hand (12/28) :jjparads:00010000:06001344:00000003:FFFFFFFF:Always winning hand (13/28) :jjparads:00010000:06001345:00000003:FFFFFFFF:Always winning hand (14/28) :jjparads:00010000:06001346:00000003:FFFFFFFF:Always winning hand (15/28) :jjparads:00010000:06001347:00000003:FFFFFFFF:Always winning hand (16/28) :jjparads:00010000:06001348:00000003:FFFFFFFF:Always winning hand (17/28) :jjparads:00010000:06001349:00000003:FFFFFFFF:Always winning hand (18/28) :jjparads:00010000:0600134A:00000003:FFFFFFFF:Always winning hand (19/28) :jjparads:00010000:0600134B:00000004:FFFFFFFF:Always winning hand (20/28) :jjparads:00010000:0600134C:00000003:FFFFFFFF:Always winning hand (21/28) :jjparads:00010000:0600134D:00000004:FFFFFFFF:Always winning hand (22/28) :jjparads:00010000:0600134E:00000003:FFFFFFFF:Always winning hand (23/28) :jjparads:00010000:0600134F:00000004:FFFFFFFF:Always winning hand (24/28) :jjparads:00010000:06001350:00000003:FFFFFFFF:Always winning hand (25/28) :jjparads:00010000:06001351:00000005:FFFFFFFF:Always winning hand (26/28) :jjparads:00010000:06001352:00000003:FFFFFFFF:Always winning hand (27/28) :jjparads:00010000:06001353:00000005:FFFFFFFF:Always winning hand (28/28) :jjparads:00100006:06001338:000A000D:00000000:Watch ALL 14 tiles - Player :jjparads:00100006:0600131A:000A000D:00000008:Watch ALL 14 tiles - C.P.U. :jjparads:60000000:00000000:00000000:00000000:[ Here is the look-up list for the above watches ] :jjparads:60000000:00000000:00000000:00000000:[ ] :jjparads:60000000:00000000:00000000:00000000:[ family rank common name chinese name ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 01h 1 "characters" 1 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 02h 2 "characters" 2 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 03h 3 "characters" 3 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 04h 4 "characters" 4 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 05h 5 "characters" 5 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 06h 6 "characters" 6 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 07h 7 "characters" 7 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 08h 8 "characters" 8 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 00h 09h 9 "characters" 9 "wan" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 01h 1 "dots" 1 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 02h 2 "dots" 2 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 03h 3 "dots" 3 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 04h 4 "dots" 4 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 05h 5 "dots" 5 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 06h 6 "dots" 6 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 07h 7 "dots" 7 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 08h 8 "dots" 8 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 01h 09h 9 "dots" 9 "tung" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 01h 1 "bamboo" 1"tiao/Bird" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 02h 2 "bamboo" 2 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 03h 3 "bamboo" 3 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 04h 4 "bamboo" 4 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 05h 5 "bamboo" 5 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 06h 6 "bamboo" 6 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 07h 7 "bamboo" 7 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 08h 8 "bamboo" 8 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 02h 09h 9 "bamboo" 9 "tiao" ] :jjparads:60000000:00000000:00000000:00000000:[ 03h 01h East "wind" ] :jjparads:60000000:00000000:00000000:00000000:[ 03h 02h South "wind" ] :jjparads:60000000:00000000:00000000:00000000:[ 03h 03h West "wind" ] :jjparads:60000000:00000000:00000000:00000000:[ 03h 04h North "wind" ] :jjparads:60000000:00000000:00000000:00000000:[ 03h 05h White "dragon" ] :jjparads:60000000:00000000:00000000:00000000:[ 03h 06h Green "dragon" ] :jjparads:60000000:00000000:00000000:00000000:[ 03h 07h Red "dragon" ] :jjparads:60000000:00000000:00000000:00000000:[ FFh FFh - no tile - ] ; [ J. J. Squawkers ] jjsquawk:0:200043:09:000:Infinite Credits jjsquawk:0:200032:EF:000:Infinite Time jjsquawk:0:20561C:05:000:Infinite Lives PL1 jjsquawk:0:205724:03:000:Infinite Energy PL1 jjsquawk:0:2014B0:02:000:Invincibility PL1 jjsquawk:0:2014AD:00:000:Always have the strawberry weapon PL1 jjsquawk:0:2014AD:01:000:Always have the pumpkin weapon PL1 jjsquawk:0:2014AD:02:000:Always have the screw weapon PL1 jjsquawk:0:2014AD:03:000:Always have the little bird & screw weapon PL1 jjsquawk:0:2014AD:04:000:Always have the 3 shot weapon PL1 jjsquawk:0:2014AD:05:000:Always have the 7 shot weapon PL1 jjsquawk:0:2014AD:06:000:Always have the spring weapon PL1 jjsquawk:0:2014AD:07:000:Always have the cog weapon PL1 jjsquawk:0:2014AD:0A:000:Always have the bomber weapon PL1 jjsquawk:0:2014AD:0B:000:Always have the multi-way weapon PL1 jjsquawk:0:2014AD:00:001:Get the strawberry weapon Now! PL1 jjsquawk:0:2014AD:01:001:Get the pumpkin weapon Now! PL1 jjsquawk:0:2014AD:02:001:Get the screw weapon Now! PL1 jjsquawk:0:2014AD:03:001:Get the little bird & screw weapon Now! PL1 jjsquawk:0:2014AD:04:001:Get the 3 shot weapon Now! PL1 jjsquawk:0:2014AD:05:001:Get the 7 shot weapon Now! PL1 jjsquawk:0:2014AD:06:001:Get the spring weapon Now! PL1 jjsquawk:0:2014AD:07:001:Get the cog weapon Now! PL1 jjsquawk:0:2014AD:0A:001:Get the bomber weapon Now! PL1 jjsquawk:0:2014AD:0B:001:Get the multi-way weapon Now! PL1 jjsquawk:0:20561D:05:000:Infinite Lives PL2 jjsquawk:0:205725:03:000:Infinite Energy PL2 jjsquawk:0:201530:02:000:Invincibility PL2 jjsquawk:0:20152D:00:000:Always have the strawberry weapon PL2 jjsquawk:0:20152D:01:000:Always have the pumpkin weapon PL2 jjsquawk:0:20152D:02:000:Always have the screw weapon PL2 jjsquawk:0:20152D:03:000:Always have the little bird & screw weapon PL2 jjsquawk:0:20152D:04:000:Always have the 3 shot weapon PL2 jjsquawk:0:20152D:05:000:Always have the 7 shot weapon PL2 jjsquawk:0:20152D:06:000:Always have the spring weapon PL2 jjsquawk:0:20152D:07:000:Always have the cog weapon PL2 jjsquawk:0:20152D:0A:000:Always have the bomber weapon PL2 jjsquawk:0:20152D:0B:000:Always have the multi-way weapon PL2 jjsquawk:0:20152D:00:001:Get the strawberry weapon Now! PL2 jjsquawk:0:20152D:01:001:Get the pumpkin weapon Now! PL2 jjsquawk:0:20152D:02:001:Get the screw weapon Now! PL2 jjsquawk:0:20152D:03:001:Get the little bird & screw weapon Now! PL2 jjsquawk:0:20152D:04:001:Get the 3 shot weapon Now! PL2 jjsquawk:0:20152D:05:001:Get the 7 shot weapon Now! PL2 jjsquawk:0:20152D:06:001:Get the spring weapon Now! PL2 jjsquawk:0:20152D:07:001:Get the cog weapon Now! PL2 jjsquawk:0:20152D:0A:001:Get the bomber weapon Now! PL2 jjsquawk:0:20152D:0B:001:Get the multi-way weapon Now! PL2 ; [ J.League 1994, The (Japan) ] jleague:0:2003D8:2E:000:Infinite Match Time jleague:0:2003D8:00:001:Finish this Half Now! jleague:0:200303:03:000:Infinite Balls jleague:0:2003D5:00:000:Score always = 0 PL1 jleague:0:2003D5:63:000:Score always = 99 PL1 jleague:0:2003D5:00:001:Set score = 0 Now! PL1:Display doesn't update automatically jleague:0:2003D5:32:001:Set score = 50 Now! PL1:Display doesn't update automatically jleague:0:2003D5:63:070:Select score Now! PL1:Display doesn't update automatically jleague:0:2003D6:00:000:Score always = 0 PL2 jleague:0:2003D6:63:000:Score always = 99 PL2 jleague:0:2003D6:00:001:Set score = 0 Now! PL2:Display doesn't update automatically jleague:0:2003D6:32:001:Set score = 50 Now! PL2:Display doesn't update automatically jleague:0:2003D6:63:070:Select score Now! PL2:Display doesn't update automatically ; [ Jockey Grand Prix ] jockeygp:0:0000:00:999:[ This game hasn't even ]:REASON 11 jockeygp:0:0000:00:999:[ been looked at due to ]:REASON 11 jockeygp:0:0000:00:999:[ time constraints - Too]:REASON 11 jockeygp:0:0000:00:999:[ many games and so ]:REASON 11 jockeygp:0:0000:00:999:[ little time. It is ]:REASON 11 jockeygp:0:0000:00:999:[ even possible that ]:REASON 11 jockeygp:0:0000:00:999:[ this game may be a ]:REASON 11 jockeygp:0:0000:00:999:[ clone of an existing ]:REASON 11 jockeygp:0:0000:00:999:[ game which may have ]:REASON 11 jockeygp:0:0000:00:999:[ cheats. Please search ]:REASON 11 jockeygp:0:0000:00:999:[ the cheat forums ]:REASON 11 jockeygp:0:0000:00:999:[ before posting cheat ]:REASON 11 jockeygp:0:0000:00:999:[ requests/cheat finding]:REASON 11 :jockeygp:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :jockeygp:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :jockeygp:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Tatakae Genshizin Joe & Mac (Japan) ] joemac:0:184D99:03:000:Infinite Lives PL1 joemac:0:184E4D:12:000:Infinite Energy PL1 joemac:0:184DD9:03:000:Infinite Lives PL2 joemac:0:184ECD:12:000:Infinite Energy PL2 joemac:0:18534D:01:001:One hit for boss 1 Now! joemac:0:18654D:01:001:One hit for boss 2-1 Now! joemac:0:18654D:01:001:One hit for boss 2-2 Now! joemac:0:1877F4:01:001:One hit for boss 3-1 Now! joemac:0:186CCD:01:001:One hit for boss 3-2 Now! joemac:0:18654D:01:001:One hit for boss 4-1 Now! joemac:0:186BCD:01:001:One hit for boss 4-2 Now! joemac:0:18654D:01:001:One hit for boss 5-1 Now! joemac:0:1868CD:01:001:One hit for boss 5-2 Now! joemac:0:18654D:01:001:One hit for boss 5-3 Now! ; [ Joe & Mac Returns (World, Version 1.1, 1994.05.27) ] :joemacr:00000000:020100E:00000063:FFFFFFFF:Infinite Credits :joemacr:00100000:0101028:000006FF:FFFFFFFF:Infinite Time :joemacr:00100001:0101028:00000001:FFFFFFFF:Ghost Appears Now!:Time Up :joemacr:00000000:0201014:0000000C:FFFFFFFF:Infinite Lives PL1 :joemacr:00000000:0101024:00000002:FFFFFFFF:Invincibility PL1 :joemacr:00000000:0201015:0000000C:FFFFFFFF:Infinite Lives PL2 :joemacr:00000000:0101124:00000002:FFFFFFFF:Invincibility PL2 ; [ Joe & Mac Returns (World, Version 1.0, 1994.05.19) ] :joemacra:00000000:020100E:00000063:FFFFFFFF:Infinite Credits :joemacra:00100000:0101028:000006FF:FFFFFFFF:Infinite Time :joemacra:00100001:0101028:00000001:FFFFFFFF:Ghost Appears Now!:Time Up :joemacra:00000000:0201014:0000000C:FFFFFFFF:Infinite Lives PL1 :joemacra:00000000:0101024:00000002:FFFFFFFF:Invincibility PL1 :joemacra:00000000:0201015:0000000C:FFFFFFFF:Infinite Lives PL2 :joemacra:00000000:0101124:00000002:FFFFFFFF:Invincibility PL2 ; [ Mahjong Jogakuen (Japan) ] jogakuen:0:4513:63:000:Infinite Item Points jogakuen:0:4003:27:000:Infinite Points jogakuen:0:4004:0F:500:Infinite Points (2/2) jogakuen:0:0000:00:999:[ The winning hand cheat must be ] jogakuen:0:0000:00:999:[ activated when there are 14 tiles in ] jogakuen:0:0000:00:999:[ your hand, then press the RON key ('Z' ] jogakuen:0:0000:00:999:[ by default). The tiles do visually ] jogakuen:0:0000:00:999:[ change until you make a move. ] jogakuen:0:424F:1B:001:Get winning hand Now! jogakuen:0:4250:1B:501:Get winning hand Now! (02/15) jogakuen:0:4251:1B:501:Get winning hand Now! (03/15) jogakuen:0:4252:1C:501:Get winning hand Now! (04/15) jogakuen:0:4253:1C:501:Get winning hand Now! (05/15) jogakuen:0:4254:1C:501:Get winning hand Now! (06/15) jogakuen:0:4255:1D:501:Get winning hand Now! (07/15) jogakuen:0:4256:1D:501:Get winning hand Now! (08/15) jogakuen:0:4257:1D:501:Get winning hand Now! (09/15) jogakuen:0:4258:1E:501:Get winning hand Now! (10/15) jogakuen:0:4259:1E:501:Get winning hand Now! (11/15) jogakuen:0:425A:1E:501:Get winning hand Now! (12/15) jogakuen:0:425B:1F:501:Get winning hand Now! (13/15) jogakuen:0:4023:1F:501:Get winning hand Now! (14/15) jogakuen:0:4027:1F:501:Get winning hand Now! (15/15) jogakuen:0:424F:1B:000:Always winning hand jogakuen:0:4250:1B:500:Always winning hand (02/15) jogakuen:0:4251:1B:500:Always winning hand (03/15) jogakuen:0:4252:1C:500:Always winning hand (04/15) jogakuen:0:4253:1C:500:Always winning hand (05/15) jogakuen:0:4254:1C:500:Always winning hand (06/15) jogakuen:0:4255:1D:500:Always winning hand (07/15) jogakuen:0:4256:1D:500:Always winning hand (08/15) jogakuen:0:4257:1D:500:Always winning hand (09/15) jogakuen:0:4258:1E:500:Always winning hand (10/15) jogakuen:0:4259:1E:500:Always winning hand (11/15) jogakuen:0:425A:1E:500:Always winning hand (12/15) jogakuen:0:425B:1F:500:Always winning hand (13/15) jogakuen:0:4023:1F:500:Always winning hand (14/15) jogakuen:0:4027:1F:500:Always winning hand (15/15) ; [ Joinem ] :joinem:20800000:1992:00000018:FFFFFFFF:Invincibility :joinem:00000000:8BA4:00000006:FFFFFFFF:Infinite Lives PL1 :joinem:00000000:8BA5:00000006:FFFFFFFF:Infinite Lives PL2 :joinem:20800000:0384:0000007E:FFFFFFFF:Skip ROM Check:It's better to use together with Pre-Enable ; [ JoJo's Venture / JoJo no Kimyouna Bouken ] jojo:0:0000:00:999:[ There are no cheats ]:REASON 1 jojo:0:0000:00:999:[ for this game as it ]:REASON 1 jojo:0:0000:00:999:[ didn't work the last ]:REASON 1 jojo:0:0000:00:999:[ time it was tested. ]:REASON 1 jojo:0:0000:00:999:[ If the game now works ]:REASON 1 jojo:0:0000:00:999:[ please request cheats ]:REASON 1 jojo:0:0000:00:999:[ for it on the cheat ]:REASON 1 jojo:0:0000:00:999:[ forums. ]:REASON 1 ; [ JoJo's Bizarre Adventure: Heritage for the Future / JoJo no Kimyouna Bouken: Miraie no Isan ] jojoba:0:0000:00:999:[ There are no cheats ]:REASON 1 jojoba:0:0000:00:999:[ for this game as it ]:REASON 1 jojoba:0:0000:00:999:[ didn't work the last ]:REASON 1 jojoba:0:0000:00:999:[ time it was tested. ]:REASON 1 jojoba:0:0000:00:999:[ If the game now works ]:REASON 1 jojoba:0:0000:00:999:[ please request cheats ]:REASON 1 jojoba:0:0000:00:999:[ for it on the cheat ]:REASON 1 jojoba:0:0000:00:999:[ forums. ]:REASON 1 ; [ JoJo's Bizarre Adventure: Heritage for the Future / JoJo no Kimyouna Bouken: Miraie no Isan (alt) ] jojobaa:0:0000:00:999:[ There are no cheats ]:REASON 1 jojobaa:0:0000:00:999:[ for this game as it ]:REASON 1 jojobaa:0:0000:00:999:[ didn't work the last ]:REASON 1 jojobaa:0:0000:00:999:[ time it was tested. ]:REASON 1 jojobaa:0:0000:00:999:[ If the game now works ]:REASON 1 jojobaa:0:0000:00:999:[ please request cheats ]:REASON 1 jojobaa:0:0000:00:999:[ for it on the cheat ]:REASON 1 jojobaa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Jolly Card (Austria) ] jollycrd:0:0000:00:999:[ This game hasn't even ]:REASON 11 jollycrd:0:0000:00:999:[ been looked at due to ]:REASON 11 jollycrd:0:0000:00:999:[ time constraints - Too]:REASON 11 jollycrd:0:0000:00:999:[ many games and so ]:REASON 11 jollycrd:0:0000:00:999:[ little time. It is ]:REASON 11 jollycrd:0:0000:00:999:[ even possible that ]:REASON 11 jollycrd:0:0000:00:999:[ this game may be a ]:REASON 11 jollycrd:0:0000:00:999:[ clone of an existing ]:REASON 11 jollycrd:0:0000:00:999:[ game which may have ]:REASON 11 jollycrd:0:0000:00:999:[ cheats. Please search ]:REASON 11 jollycrd:0:0000:00:999:[ the cheat forums ]:REASON 11 jollycrd:0:0000:00:999:[ before posting cheat ]:REASON 11 jollycrd:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Jolly Jogger ] :jollyjgr:00000000:858D:00000009:FFFFFFFF:Infinite Credits :jollyjgr:60000000:0000:00000000:00000000:[ See the Dip Switch Menu ] :jollyjgr:60000000:0000:00000000:00000000:[ to enable an alternate ] :jollyjgr:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :jollyjgr:20800000:0473:000000C9:FFFFFFFF:Invincibility :jollyjgr:00000000:8558:00000006:FFFFFFFF:Infinite Lives :jollyjgr:00000000:8109:00000002:FFFFFFFF:Always Have Speed Up PL1 :jollyjgr:00000000:8189:00000002:FFFFFFFF:Always Have Speed Up PL2 :jollyjgr:00000000:8550:00000001:FFFFFFFF:1 Block to Finish Stage:Set before starting the stage :jollyjgr:00100000:8545:00000040:0000FF40:Able to Eat Enemy:Only use when playing the game and turn it OFF at the end of the stage :jollyjgr:00010000:8559:00000001:00000001:Able to Eat Enemy (2/2) ; [ Jolly Card (Austria, Fun World, bootleg) ] jolycdab:0:0000:00:999:[ This game hasn't even ]:REASON 11 jolycdab:0:0000:00:999:[ been looked at due to ]:REASON 11 jolycdab:0:0000:00:999:[ time constraints - Too]:REASON 11 jolycdab:0:0000:00:999:[ many games and so ]:REASON 11 jolycdab:0:0000:00:999:[ little time. It is ]:REASON 11 jolycdab:0:0000:00:999:[ even possible that ]:REASON 11 jolycdab:0:0000:00:999:[ this game may be a ]:REASON 11 jolycdab:0:0000:00:999:[ clone of an existing ]:REASON 11 jolycdab:0:0000:00:999:[ game which may have ]:REASON 11 jolycdab:0:0000:00:999:[ cheats. Please search ]:REASON 11 jolycdab:0:0000:00:999:[ the cheat forums ]:REASON 11 jolycdab:0:0000:00:999:[ before posting cheat ]:REASON 11 jolycdab:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Jolly Card (Austria, Fun World) ] jolycdat:0:0000:00:999:[ This game hasn't even ]:REASON 11 jolycdat:0:0000:00:999:[ been looked at due to ]:REASON 11 jolycdat:0:0000:00:999:[ time constraints - Too]:REASON 11 jolycdat:0:0000:00:999:[ many games and so ]:REASON 11 jolycdat:0:0000:00:999:[ little time. It is ]:REASON 11 jolycdat:0:0000:00:999:[ even possible that ]:REASON 11 jolycdat:0:0000:00:999:[ this game may be a ]:REASON 11 jolycdat:0:0000:00:999:[ clone of an existing ]:REASON 11 jolycdat:0:0000:00:999:[ game which may have ]:REASON 11 jolycdat:0:0000:00:999:[ cheats. Please search ]:REASON 11 jolycdat:0:0000:00:999:[ the cheat forums ]:REASON 11 jolycdat:0:0000:00:999:[ before posting cheat ]:REASON 11 jolycdat:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Jolly Card (Croatia) ] jolycdcr:0:0000:00:999:[ This game hasn't even ]:REASON 11 jolycdcr:0:0000:00:999:[ been looked at due to ]:REASON 11 jolycdcr:0:0000:00:999:[ time constraints - Too]:REASON 11 jolycdcr:0:0000:00:999:[ many games and so ]:REASON 11 jolycdcr:0:0000:00:999:[ little time. It is ]:REASON 11 jolycdcr:0:0000:00:999:[ even possible that ]:REASON 11 jolycdcr:0:0000:00:999:[ this game may be a ]:REASON 11 jolycdcr:0:0000:00:999:[ clone of an existing ]:REASON 11 jolycdcr:0:0000:00:999:[ game which may have ]:REASON 11 jolycdcr:0:0000:00:999:[ cheats. Please search ]:REASON 11 jolycdcr:0:0000:00:999:[ the cheat forums ]:REASON 11 jolycdcr:0:0000:00:999:[ before posting cheat ]:REASON 11 jolycdcr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Jolly Card (Italia, bad dump?) ] jolycdit:0:0000:00:999:[ This game hasn't even ]:REASON 11 jolycdit:0:0000:00:999:[ been looked at due to ]:REASON 11 jolycdit:0:0000:00:999:[ time constraints - Too]:REASON 11 jolycdit:0:0000:00:999:[ many games and so ]:REASON 11 jolycdit:0:0000:00:999:[ little time. It is ]:REASON 11 jolycdit:0:0000:00:999:[ even possible that ]:REASON 11 jolycdit:0:0000:00:999:[ this game may be a ]:REASON 11 jolycdit:0:0000:00:999:[ clone of an existing ]:REASON 11 jolycdit:0:0000:00:999:[ game which may have ]:REASON 11 jolycdit:0:0000:00:999:[ cheats. Please search ]:REASON 11 jolycdit:0:0000:00:999:[ the cheat forums ]:REASON 11 jolycdit:0:0000:00:999:[ before posting cheat ]:REASON 11 jolycdit:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mahjong Block Jongbou (Japan) ] :jongbou:00000000:020204:00000099:FFFFFFFF:Infinite Credits :jongbou:20800000:007435:000000F8:FFFFFFFF:Always Keep One Ball :jongbou:20B10000:00743A:446E0386:FFFFFFFF:Always Keep One Ball (2/3):1st = cmpi.b #$F8, ($113,A6), 2nd = neg.w (386,A6) :jongbou:20910000:00743E:00004E75:FFFFFFFF:Always Keep One Ball (3/3):rts :jongbou:00000301:020218:00000023:FFFFFFFF:Select Starting Stage PL1:Enable on "PUSH START BUTTON" screen. :jongbou:00000000:020208:00000099:FFFFFFFF:Infinite Lives PL1 :jongbou:00300000:0204C2:31313232:FFFFFFFF:Always Winning Hand PL1:You must catch a tile to finish current stage :jongbou:00310000:0204C6:32353535:FFFFFFFF:Always Winning Hand PL1 (2/5) :jongbou:00310000:0204CA:36363637:FFFFFFFF:Always Winning Hand PL1 (3/5) :jongbou:00010000:0204CE:00000037:FFFFFFFF:Always Winning Hand PL1 (4/5) :jongbou:00010000:0201C3:00000037:FFFFFFFF:Always Winning Hand PL1 (5/5) :jongbou:62000000:000000:00000000:00000000:Select Item PL1 :jongbou:00010000:02021A:00000000:FFFFFFFF:No Item :jongbou:00010000:02021A:00000004:FFFFFFFF:Change to Master :jongbou:00010000:02021A:00000005:FFFFFFFF:Open All Tiles :jongbou:00010000:02021A:00000006:FFFFFFFF:Safety Guard :jongbou:00010000:02021A:00000007:FFFFFFFF:Open Reversed Dora :jongbou:00010000:02021A:00000008:FFFFFFFF:Extra Player :jongbou:00010000:02021A:00000009:FFFFFFFF:Penetration Ball :jongbou:00010000:02021A:0000000A:FFFFFFFF:Speed Down Zone :jongbou:00000101:020244:00000002:FFFFFFFF:Select Gal PL1 :jongbou:00000101:020239:00000004:FFFFFFFF:Select Gal Level PL1 :jongbou:00000301:020219:00000023:FFFFFFFF:Select Starting Stage PL2:Enable on "PUSH START BUTTON" screen. :jongbou:00000000:020209:00000099:FFFFFFFF:Infinite Lives PL2 :jongbou:00300000:0204E2:31313232:FFFFFFFF:Always Winning Hand PL2:You must catch a tile to finish current stage :jongbou:00310000:0204E6:32353535:FFFFFFFF:Always Winning Hand PL2 (2/5) :jongbou:00310000:0204EA:36363637:FFFFFFFF:Always Winning Hand PL2 (3/5) :jongbou:00010000:0204EE:00000037:FFFFFFFF:Always Winning Hand PL2 (4/5) :jongbou:00010000:0201E3:00000037:FFFFFFFF:Always Winning Hand PL2 (5/5) :jongbou:00010000:0201C3:00000037:FFFFFFFF:Always Winning Hand PL2 (5/5) :jongbou:62000000:000000:00000000:00000000:Select Item PL2 :jongbou:00010000:02021B:00000000:FFFFFFFF:No Item :jongbou:00010000:02021B:00000004:FFFFFFFF:Change to Master :jongbou:00010000:02021B:00000005:FFFFFFFF:Open All Tiles :jongbou:00010000:02021B:00000006:FFFFFFFF:Safety Guard :jongbou:00010000:02021B:00000007:FFFFFFFF:Open Reversed Dora :jongbou:00010000:02021B:00000008:FFFFFFFF:Extra Player :jongbou:00010000:02021B:00000009:FFFFFFFF:Penetration Ball :jongbou:00010000:02021B:0000000A:FFFFFFFF:Speed Down Zone :jongbou:00000101:020244:00000002:FFFFFFFF:Select Gal PL2 :jongbou:00000101:02023A:00000004:FFFFFFFF:Select Gal Level PL2 ; [ Joshi Volleyball ] josvolly:0:0000:00:999:[ There are no cheats ]:REASON 1 josvolly:0:0000:00:999:[ for this game as it ]:REASON 1 josvolly:0:0000:00:999:[ didn't work the last ]:REASON 1 josvolly:0:0000:00:999:[ time it was tested. ]:REASON 1 josvolly:0:0000:00:999:[ If the game now works ]:REASON 1 josvolly:0:0000:00:999:[ please request cheats ]:REASON 1 josvolly:0:0000:00:999:[ for it on the cheat ]:REASON 1 josvolly:0:0000:00:999:[ forums. ]:REASON 1 ; [ Journey ] journey:0:C213:06:000:Infinite Lives ; [ Joust (White/Green label) ] joust:0:A051:04:000:Infinite Lives PL1 joust:0:A052:05:500:Infinite Lives PL1 (2/2) joust:0:A05B:04:000:Infinite Lives PL2 joust:0:A05C:05:500:Infinite Lives PL2 (2/2) ; [ Joust 2 - Survival of the Fittest (set 1) ] joust2:0:A059:04:000:Infinite Lives PL1 joust2:0:A05A:05:500:Infinite Lives PL1 (2/2) joust2:0:A063:04:000:Infinite Lives PL2 joust2:0:A064:05:500:Infinite Lives PL2 (2/2) ; [ Joust (Solid Red label) ] joustr:0:A051:04:000:Infinite Lives PL1 joustr:0:A052:05:500:Infinite Lives PL1 (2/2) joustr:0:A05B:04:000:Infinite Lives PL2 joustr:0:A05C:05:500:Infinite Lives PL2 (2/2) ; [ Joust (White/Red label) ] joustwr:0:A051:04:000:Infinite Lives PL1 joustwr:0:A052:05:500:Infinite Lives PL1 (2/2) joustwr:0:A05B:04:000:Infinite Lives PL2 joustwr:0:A05C:05:500:Infinite Lives PL2 (2/2) ; [ Joyful Road (Japan) ] joyfulr:0:811F:78:000:Infinite Fuel joyfulr:0:82DC:00:000:Invincibility joyfulr:0:8138:06:000:Infinite Lives PL1 joyfulr:0:8139:06:000:Infinite Lives PL2 ; [ Puzzled / Joy Joy Kid ] joyjoy:0:10090C:64:000:Infinite Continues PL1 joyjoy:0:100642:00:000:Minimum Piece Speed PL1 joyjoy:0:100643:00:500:Minimum Piece Speed PL1 (2/2) joyjoy:0:100904:0C:000:Max L-Ball PL1 joyjoy:0:000000:00:999:[ Use these cheats during Play Only! ] joyjoy:0:100673:00:000:Next shape always Red PL1 joyjoy:0:100673:01:000:Next shape always Purple PL1 joyjoy:0:100673:02:000:Next shape always Orange PL1 joyjoy:0:100673:03:000:Next shape always Blue PL1 joyjoy:0:100673:04:000:Next shape always Yellow PL1 joyjoy:0:100673:05:000:Next shape always Green PL1 joyjoy:0:100673:06:000:Next shape always Cyan PL1 joyjoy:0:100673:00:001:Next shape is Red Now! PL1 joyjoy:0:100673:01:001:Next shape is Purple Now! PL1 joyjoy:0:100673:02:001:Next shape is Orange Now! PL1 joyjoy:0:100673:03:001:Next shape is Blue Now! PL1 joyjoy:0:100673:04:001:Next shape is Yellow Now! PL1 joyjoy:0:100673:05:001:Next shape is Green Now! PL1 joyjoy:0:100673:06:001:Next shape is Cyan Now! PL1 joyjoy:0:100C1C:64:000:Infinite Continues PL2 joyjoy:0:100952:00:000:Minimum Piece Speed PL2 joyjoy:0:100953:00:500:Minimum Piece Speed PL2 (2/2) joyjoy:0:100C14:0C:000:Max L-Ball PL2 joyjoy:0:000000:00:999:[ Use these cheats during Play Only! ] joyjoy:0:100983:00:000:Next shape always Red PL2 joyjoy:0:100983:01:000:Next shape always Purple PL2 joyjoy:0:100983:02:000:Next shape always Orange PL2 joyjoy:0:100983:03:000:Next shape always Blue PL2 joyjoy:0:100983:04:000:Next shape always Yellow PL2 joyjoy:0:100983:05:000:Next shape always Green PL2 joyjoy:0:100983:06:000:Next shape always Cyan PL2 joyjoy:0:100983:00:001:Next shape is Red Now! PL2 joyjoy:0:100983:01:001:Next shape is Purple Now! PL2 joyjoy:0:100983:02:001:Next shape is Orange Now! PL2 joyjoy:0:100983:03:001:Next shape is Blue Now! PL2 joyjoy:0:100983:04:001:Next shape is Yellow Now! PL2 joyjoy:0:100983:05:001:Next shape is Green Now! PL2 joyjoy:0:100983:06:001:Next shape is Cyan Now! PL2 :joyjoy:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :joyjoy:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :joyjoy:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Joyman ] joyman:0:4E14:06:000:Infinite Lives joyman:0:4E15:05:500:Infinite Lives (2/2) :joyman:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :joyman:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :joyman:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :joyman:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :joyman:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. joyman:0:4E0E:F4:001:Finish this Level Now! joyman:0:0000:00:999:[ ------- Starting Levels ------ ] joyman:0:0000:00:999:[ Deactivate the cheats after ] joyman:0:0000:00:999:[ starting the level or leave them] joyman:0:0000:00:999:[ active to repeat the level. ] joyman:0:0000:00:999:[ NOTE ALL THE LEVEL NAMES ARE ] joyman:0:0000:00:999:[ INCORRECT - THE ORDER IS OK! ] joyman:0:4E0A:7E:000:Start at Strawberry joyman:0:4E13:01:500:Start at Strawberry (2/2) joyman:0:4E0A:7F:000:Start at 1st Orange joyman:0:4E13:02:500:Start at 1st Orange (2/2) joyman:0:4E0A:80:000:Start at 2nd Orange joyman:0:4E13:03:500:Start at 2nd Orange (2/2) joyman:0:4E0A:81:000:Start at 1st Apple joyman:0:4E13:04:500:Start at 1st Apple (2/2) joyman:0:4E0A:82:000:Start at 2nd Apple joyman:0:4E13:05:500:Start at 2nd Apple (2/2) joyman:0:4E0A:83:000:Start at 1st Pineapple joyman:0:4E13:06:500:Start at 1st Pineapple (2/2) joyman:0:4E0A:84:000:Start at 2nd Pineapple joyman:0:4E13:07:500:Start at 2nd Pineapple (2/2) joyman:0:4E0A:85:000:Start at 1st Galaxian joyman:0:4E13:08:500:Start at 1st Galaxian (2/2) joyman:0:4E0A:86:000:Start at 2nd Galaxian joyman:0:4E13:09:500:Start at 2nd Galaxian (2/2) joyman:0:4E0A:87:000:Start at 1st Bell joyman:0:4E13:0A:500:Start at 1st Bell (2/2) joyman:0:4E0A:88:000:Start at 2nd Bell joyman:0:4E13:0B:500:Start at 2nd Bell (2/2) joyman:0:4E0A:87:000:Start at 1st Key joyman:0:4E13:0C:500:Start at 1st Key (2/2) joyman:0:4E0A:88:000:Start at 2nd Key joyman:0:4E13:0D:500:Start at 2nd Key (2/2) joyman:0:0000:00:999:[ ------- Practice Levels ------ ] joyman:0:4E13:00:000:Practice Cherry joyman:0:4E13:01:000:Practice Strawberry joyman:0:4E13:02:000:Practice 1st Orange joyman:0:4E13:03:000:Practice 2nd Orange joyman:0:4E13:04:000:Practice 1st Apple joyman:0:4E13:05:000:Practice 2nd Apple joyman:0:4E13:06:000:Practice 1st Pineapple joyman:0:4E13:07:000:Practice 2nd Pineapple joyman:0:4E13:08:000:Practice 1st Galaxian joyman:0:4E13:09:000:Practice 2nd Galaxian joyman:0:4E13:0A:000:Practice 1st Bell joyman:0:4E13:0B:000:Practice 2nd Bell joyman:0:4E13:0C:000:Practice 1st Key joyman:0:4E13:0D:000:Practice 2nd Key joyman:0:4E13:FF:000:Split-Screen (Unplayable) joyman:0:4E13:FE:000:No maze or dots(Unfinishable) joyman:0:0000:00:999:[ ------- Practice Speeds ------ ] joyman:0:4DBD:00:000:Stay blue until eaten joyman:0:4DBE:00:500:Stay blue until eaten (2/2) joyman:0:4DBD:58:000:Slow changeback joyman:0:4DBE:02:500:Slow changeback (2/2) joyman:0:4DBD:68:000:Moderate changeback joyman:0:4DBE:01:500:Moderate changeback (2/2) joyman:0:4DBD:F0:000:Quick changeback joyman:0:4DBE:00:500:Quick changeback (2/2) joyman:0:4DBD:78:000:Lightning changeback joyman:0:4DBE:00:500:Lightning changeback (2/2) joyman:0:4DBD:01:000:No change to blue joyman:0:4DBE:00:500:No change to blue (2/2) joyman:0:0000:00:999:[ -------- Ghost Status -------- ] joyman:0:4DA7:01:000:Red always blue joyman:0:4DA8:01:000:Pink always blue joyman:0:4DA9:01:000:Green always blue joyman:0:4DAA:01:000:Orange always blue joyman:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Jurassic Park ] :jpark:81000000:20F560:00000068:00200040:Infinite Energy PL1 :jpark:81000000:20F55E:00000068:00200040:Infinite Energy PL2 ; [ Jr. Pac-Man ] jrpacman:0:4E14:06:000:Infinite Lives jrpacman:0:4E15:05:500:Infinite Lives (2/2) :jrpacman:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :jrpacman:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :jrpacman:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :jrpacman:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :jrpacman:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. ;Finish level not working - needs fixing ;jrpacman:0:4E0E:F4:001:Finish this Level Now! jrpacman:0:0000:00:999:[ ------- Starting Levels ------ ] jrpacman:0:0000:00:999:[ Deactivate the cheats after ] jrpacman:0:0000:00:999:[ starting the level or leave them] jrpacman:0:0000:00:999:[ active to repeat the level. ] jrpacman:0:4E0A:7E:000:Start at Kite jrpacman:0:4E13:01:500:Start at Kite (2/2) jrpacman:0:4E0A:7F:000:Start at Drum jrpacman:0:4E13:02:500:Start at Drum (2/2) jrpacman:0:4E0A:80:000:Start at Balloon jrpacman:0:4E13:03:500:Start at Balloon (2/2) jrpacman:0:4E0A:81:000:Start at Train jrpacman:0:4E13:04:500:Start at Train (2/2) jrpacman:0:4E0A:82:000:Start at Cat jrpacman:0:4E13:05:500:Start at Cat (2/2) jrpacman:0:4E0A:83:000:Start at Beer jrpacman:0:4E13:06:500:Start at Beer (2/2) jrpacman:0:0000:00:999:[ ------- Practice Levels ------ ] jrpacman:0:4E13:00:000:Practice Bike jrpacman:0:4E13:01:000:Practice Kite jrpacman:0:4E13:02:000:Practice Drum jrpacman:0:4E13:03:000:Practice Balloon jrpacman:0:4E13:04:000:Practice Train jrpacman:0:4E13:05:000:Practice Cat jrpacman:0:4E13:06:000:Practice Beer jrpacman:0:0000:00:999:[ ------- Practice Speeds ------ ] jrpacman:0:4DBD:00:000:Stay blue until eaten jrpacman:0:4DBE:00:500:Stay blue until eaten (2/2) jrpacman:0:4DBD:58:000:Slow changeback jrpacman:0:4DBE:02:500:Slow changeback (2/2) jrpacman:0:4DBD:68:000:Moderate changeback jrpacman:0:4DBE:01:500:Moderate changeback (2/2) jrpacman:0:4DBD:F0:000:Quick changeback jrpacman:0:4DBE:00:500:Quick changeback (2/2) jrpacman:0:4DBD:78:000:Lightning changeback jrpacman:0:4DBE:00:500:Lightning changeback (2/2) jrpacman:0:4DBD:01:000:No change to blue jrpacman:0:4DBE:00:500:No change to blue (2/2) jrpacman:0:0000:00:999:[ -------- Ghost Status -------- ] jrpacman:0:4DA7:01:000:Red always blue jrpacman:0:4DA8:01:000:Pink always blue jrpacman:0:4DA9:01:000:Green always blue jrpacman:0:4DAA:01:000:Orange always blue jrpacman:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Jr. Pac-Man (Pengo hardware) ] jrpacmbl:0:8E14:06:000:Infinite Lives jrpacmbl:0:8E15:05:500:Infinite Lives (2/2) :jrpacmbl:20A00000:13B4:003CE0C3:FFFFFFFF:Invincibility :jrpacmbl:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :jrpacmbl:20B10000:3CE3:13A4C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $13A4 (Normal Ghost) :jrpacmbl:20B10000:3CE7:13B7C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $13B7 (Blue Ghost) :jrpacmbl:20800000:144B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. ;Finish level not working - needs fixing ;jrpacmbl:0:8E0E:F4:001:Finish this Level Now! jrpacmbl:0:0000:00:999:[ ------- Starting Levels ------ ] jrpacmbl:0:0000:00:999:[ Deactivate the cheats after ] jrpacmbl:0:0000:00:999:[ starting the level or leave them] jrpacmbl:0:0000:00:999:[ active to repeat the level. ] jrpacmbl:0:8E0A:7E:000:Start at Kite jrpacmbl:0:8E13:01:500:Start at Kite (2/2) jrpacmbl:0:8E0A:7F:000:Start at Drum jrpacmbl:0:8E13:02:500:Start at Drum (2/2) jrpacmbl:0:8E0A:80:000:Start at Balloon jrpacmbl:0:8E13:03:500:Start at Balloon (2/2) jrpacmbl:0:8E0A:81:000:Start at Train jrpacmbl:0:8E13:04:500:Start at Train (2/2) jrpacmbl:0:8E0A:82:000:Start at Cat jrpacmbl:0:8E13:05:500:Start at Cat (2/2) jrpacmbl:0:8E0A:83:000:Start at Beer jrpacmbl:0:8E13:06:500:Start at Beer (2/2) jrpacmbl:0:0000:00:999:[ ------- Practice Levels ------ ] jrpacmbl:0:8E13:00:000:Practice Bike jrpacmbl:0:8E13:01:000:Practice Kite jrpacmbl:0:8E13:02:000:Practice Drum jrpacmbl:0:8E13:03:000:Practice Balloon jrpacmbl:0:8E13:04:000:Practice Train jrpacmbl:0:8E13:05:000:Practice Cat jrpacmbl:0:8E13:06:000:Practice Beer jrpacmbl:0:0000:00:999:[ ------- Practice Speeds ------ ] jrpacmbl:0:8DBD:00:000:Stay blue until eaten jrpacmbl:0:8DBE:00:500:Stay blue until eaten (2/2) jrpacmbl:0:8DBD:58:000:Slow changeback jrpacmbl:0:8DBE:02:500:Slow changeback (2/2) jrpacmbl:0:8DBD:68:000:Moderate changeback jrpacmbl:0:8DBE:01:500:Moderate changeback (2/2) jrpacmbl:0:8DBD:F0:000:Quick changeback jrpacmbl:0:8DBE:00:500:Quick changeback (2/2) jrpacmbl:0:8DBD:78:000:Lightning changeback jrpacmbl:0:8DBE:00:500:Lightning changeback (2/2) jrpacmbl:0:8DBD:01:000:No change to blue jrpacmbl:0:8DBE:00:500:No change to blue (2/2) jrpacmbl:0:0000:00:999:[ -------- Ghost Status -------- ] jrpacmbl:0:8DA7:01:000:Red always blue jrpacmbl:0:8DA8:01:000:Pink always blue jrpacmbl:0:8DA9:01:000:Green always blue jrpacmbl:0:8DAA:01:000:Orange always blue jrpacmbl:0:8DA5:00:000:Ghosts Always Edible (No Pts) ; [ Joryuu Syougi Kyoushitsu (Japan) ] jsk:0:0000:00:999:[ There are no cheats ]:REASON 1 jsk:0:0000:00:999:[ for this game as it ]:REASON 1 jsk:0:0000:00:999:[ didn't work the last ]:REASON 1 jsk:0:0000:00:999:[ time it was tested. ]:REASON 1 jsk:0:0000:00:999:[ If the game now works ]:REASON 1 jsk:0:0000:00:999:[ please request cheats ]:REASON 1 jsk:0:0000:00:999:[ for it on the cheat ]:REASON 1 jsk:0:0000:00:999:[ forums. ]:REASON 1 ; [ Jatre Specter (set 1) ] jspecter:0:2009:78:000:Invaders never drop jspecter:0:2069:00:000:Invaders don't fire jspecter:0:206A:30:500:Invaders don't fire (2/2) jspecter:0:0293:C3:100:Bullet Invincibility jspecter:0:2094:04:540:Bullet Invincibility (2/3) jspecter:0:2015:FF:500:Bullet Invincibility (3/3) :jspecter:62000000:0000:00000000:00000000:Bullet Speed always = :jspecter:00010000:202C:00000002:FFFFFFFF:Slow :jspecter:00010000:202C:00000004:FFFFFFFF:Normal :jspecter:00010000:202C:00000006:FFFFFFFF:Fast :jspecter:00010000:202C:00000008:FFFFFFFF:V Fast :jspecter:00010000:202C:0000000A:FFFFFFFF:Turbo jspecter:0:163E:00:100:Autofire Mode jspecter:0:21FF:07:000:Infinite Lives PL1 jspecter:0:2100:00:001:Kill All Invaders Now! PL1 jspecter:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 jspecter:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) jspecter:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) jspecter:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) jspecter:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) jspecter:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) jspecter:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) jspecter:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) jspecter:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) jspecter:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) jspecter:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line jspecter:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) jspecter:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) jspecter:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) jspecter:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) jspecter:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) jspecter:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) jspecter:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) jspecter:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) jspecter:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) jspecter:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) jspecter:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line jspecter:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) jspecter:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) jspecter:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) jspecter:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) jspecter:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) jspecter:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) jspecter:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) jspecter:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) jspecter:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) jspecter:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) jspecter:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line jspecter:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) jspecter:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) jspecter:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) jspecter:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) jspecter:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) jspecter:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) jspecter:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) jspecter:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) jspecter:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) jspecter:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) jspecter:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line jspecter:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) jspecter:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) jspecter:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) jspecter:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) jspecter:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) jspecter:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) jspecter:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) jspecter:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) jspecter:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) jspecter:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) jspecter:0:22FF:07:000:Infinite Lives PL2 jspecter:0:2200:00:001:Kill All Invaders Now! PL2 jspecter:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 jspecter:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) jspecter:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) jspecter:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) jspecter:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) jspecter:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) jspecter:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) jspecter:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) jspecter:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) jspecter:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) jspecter:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line jspecter:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) jspecter:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) jspecter:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) jspecter:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) jspecter:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) jspecter:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) jspecter:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) jspecter:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) jspecter:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) jspecter:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) jspecter:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line jspecter:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) jspecter:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) jspecter:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) jspecter:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) jspecter:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) jspecter:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) jspecter:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) jspecter:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) jspecter:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) jspecter:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) jspecter:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line jspecter:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) jspecter:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) jspecter:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) jspecter:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) jspecter:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) jspecter:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) jspecter:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) jspecter:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) jspecter:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) jspecter:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) jspecter:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line jspecter:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) jspecter:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) jspecter:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) jspecter:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) jspecter:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) jspecter:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) jspecter:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) jspecter:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) jspecter:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) jspecter:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Jatre Specter (set 2) ] jspectr2:0:2009:78:000:Invaders never drop jspectr2:0:2069:00:000:Invaders don't fire jspectr2:0:206A:30:500:Invaders don't fire (2/2) jspectr2:0:0293:C3:100:Bullet Invincibility jspectr2:0:2094:04:540:Bullet Invincibility (2/3) jspectr2:0:2015:FF:500:Bullet Invincibility (3/3) :jspectr2:62000000:0000:00000000:00000000:Bullet Speed always = :jspectr2:00010000:202C:00000002:FFFFFFFF:Slow :jspectr2:00010000:202C:00000004:FFFFFFFF:Normal :jspectr2:00010000:202C:00000006:FFFFFFFF:Fast :jspectr2:00010000:202C:00000008:FFFFFFFF:V Fast :jspectr2:00010000:202C:0000000A:FFFFFFFF:Turbo jspectr2:0:163E:00:100:Autofire Mode jspectr2:0:21FF:07:000:Infinite Lives PL1 jspectr2:0:2100:00:001:Kill All Invaders Now! PL1 jspectr2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 jspectr2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) jspectr2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) jspectr2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) jspectr2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) jspectr2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) jspectr2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) jspectr2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) jspectr2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) jspectr2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) jspectr2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line jspectr2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) jspectr2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) jspectr2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) jspectr2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) jspectr2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) jspectr2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) jspectr2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) jspectr2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) jspectr2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) jspectr2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) jspectr2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line jspectr2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) jspectr2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) jspectr2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) jspectr2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) jspectr2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) jspectr2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) jspectr2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) jspectr2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) jspectr2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) jspectr2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) jspectr2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line jspectr2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) jspectr2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) jspectr2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) jspectr2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) jspectr2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) jspectr2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) jspectr2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) jspectr2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) jspectr2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) jspectr2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) jspectr2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line jspectr2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) jspectr2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) jspectr2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) jspectr2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) jspectr2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) jspectr2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) jspectr2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) jspectr2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) jspectr2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) jspectr2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) jspectr2:0:22FF:07:000:Infinite Lives PL2 jspectr2:0:2200:00:001:Kill All Invaders Now! PL2 jspectr2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 jspectr2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) jspectr2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) jspectr2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) jspectr2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) jspectr2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) jspectr2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) jspectr2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) jspectr2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) jspectr2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) jspectr2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line jspectr2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) jspectr2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) jspectr2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) jspectr2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) jspectr2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) jspectr2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) jspectr2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) jspectr2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) jspectr2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) jspectr2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) jspectr2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line jspectr2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) jspectr2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) jspectr2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) jspectr2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) jspectr2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) jspectr2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) jspectr2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) jspectr2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) jspectr2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) jspectr2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) jspectr2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line jspectr2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) jspectr2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) jspectr2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) jspectr2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) jspectr2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) jspectr2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) jspectr2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) jspectr2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) jspectr2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) jspectr2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) jspectr2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line jspectr2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) jspectr2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) jspectr2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) jspectr2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) jspectr2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) jspectr2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) jspectr2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) jspectr2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) jspectr2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) jspectr2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Jump Bug ] jumpbug:0:421B:02:000:Invincibility jumpbug:0:4219:05:000:Infinite Lives PL1 jumpbug:0:421A:05:000:Infinite Lives PL2 ; [ Jump Bug (bootleg) ] jumpbugb:0:421B:02:000:Invincibility jumpbugb:0:4219:05:000:Infinite Lives PL1 jumpbugb:0:421A:05:000:Infinite Lives PL2 ; [ Jump Coaster ] :jumpcoas:20800000:5CE1:000000C9:FFFFFFFF:Invincibility:You die though when fall down a floor :jumpcoas:20810000:5EDE:000000C9:FFFFFFFF:Invincibility (2/2) jumpcoas:0:C00C:01:001:Go to Level 2 jumpcoas:0:C00C:02:001:Go to Level 3 jumpcoas:0:C00C:03:001:Go to Level 4 jumpcoas:0:C144:00:000:Stop Cop 1 sprite jumpcoas:0:C148:00:000:Stop Cop 2 sprite jumpcoas:0:C158:00:000:Stop Cop 3 sprite jumpcoas:0:C15C:00:000:Stop Cop 4 sprite jumpcoas:0:C150:00:000:Stop Hat 1 sprite jumpcoas:0:C154:00:000:Stop Hat 2 sprite jumpcoas:0:C14C:00:000:Stop Gorilla sprite jumpcoas:0:C005:07:000:Infinite Lives PL1 jumpcoas:0:C006:07:000:Infinite Lives PL2 ; [ Jump Coaster (Taito) ] :jumpcoat:20800000:5CE1:000000C9:FFFFFFFF:Invincibility:You die though when fall down a floor :jumpcoat:20810000:5EDE:000000C9:FFFFFFFF:Invincibility (2/2) jumpcoat:0:C00C:01:001:Go to Level 2 jumpcoat:0:C00C:02:001:Go to Level 3 jumpcoat:0:C00C:03:001:Go to Level 4 jumpcoat:0:C144:00:000:Stop Cop 1 sprite jumpcoat:0:C148:00:000:Stop Cop 2 sprite jumpcoat:0:C158:00:000:Stop Cop 3 sprite jumpcoat:0:C15C:00:000:Stop Cop 4 sprite jumpcoat:0:C150:00:000:Stop Hat 1 sprite jumpcoat:0:C154:00:000:Stop Hat 2 sprite jumpcoat:0:C14C:00:000:Stop Gorilla sprite jumpcoat:0:C005:07:000:Infinite Lives PL1 jumpcoat:0:C006:07:000:Infinite Lives PL2 ; [ Jumping ] jumping:0:10D127:D2:000:Infinite Time jumping:0:10E1FF:04:000:Infinite Lives PL1 jumping:0:10E20F:04:000:Infinite Lives PL2 jumping:0:10D1FC:01:000:Invincibility jumping:0:10D1FF:E3:500:Invincibility (2/2) jumping:0:10D05F:01:000:Always X2 Rainbow jumping:0:10D05F:02:000:Always X3 Rainbow jumping:0:10D05F:03:000:Always X4 Rainbow jumping:0:10D05F:04:000:Always X5 Rainbow jumping:0:10D05F:05:000:Always X6 Rainbow jumping:0:10D060:00:000:Always Normal Rainbows jumping:0:10D060:01:000:Always Fast Rainbows jumping:0:10D060:07:000:Always Very Fast Rainbows jumping:0:10E20C:01:000:Always have ROYGBIV PL1 jumping:0:10E21C:01:000:Always have ROYGBIV PL2 jumping:0:10D05F:01:001:Get X2 Rainbow Now! jumping:0:10D05F:02:001:Get X3 Rainbow Now! jumping:0:10D05F:03:001:Get X4 Rainbow Now! jumping:0:10D05F:04:001:Get X5 Rainbow Now! jumping:0:10D05F:05:001:Get X6 Rainbow Now! jumping:0:10D060:00:001:Get Normal Rainbows Now! jumping:0:10D060:01:001:Get Fast Rainbows Now! jumping:0:10D060:07:001:Get Very Fast Rainbows Now! jumping:0:10E20C:01:001:Get ROYGBIV PL1 Now! jumping:0:10E21C:01:001:Get ROYGBIV PL2 Now! jumping:0:10E20D:00:000:Always Monsters+items PL1 jumping:0:10E20D:01:000:No Monsters+items ever! PL1 jumping:0:10E21D:00:000:Always Monsters+items PL2 jumping:0:10E21D:01:000:No Monsters+items ever! PL2 jumping:0:000000:00:999:[You should enable this ] jumping:0:000000:00:999:[speed power-up cheat on the] jumping:0:000000:00:999:[title screen or before ] jumping:0:000000:00:999:[losing a life! ] jumping:0:10D061:00:000:Always have normal speed jumping:0:10D061:01:000:Always have power-up speed jumping:0:10D061:03:000:Always have max speed jumping:0:10D055:7F:001:Get 7 big diamonds jumping:0:10D054:00:501:Get 7 big diamonds (2/2) jumping:0:10D055:80:001:Get 3 mirrors jumping:0:10D054:03:501:Get 3 mirrors (2/2) jumping:0:10D055:FF:001:Get 7 big D and 3 M jumping:0:10D054:03:501:Get 7 big D and 3 M (2/2) jumping:0:10D055:01:021:Get big diamond - red Now! jumping:0:10D055:02:021:Get big diamond - orange Now! jumping:0:10D055:04:021:Get big diamond - yellow Now! jumping:0:10D055:08:021:Get big diamond - green Now! jumping:0:10D055:10:021:Get big diamond - blue Now! jumping:0:10D055:20:021:Get big diamond - indigo Now! jumping:0:10D055:40:021:Get big diamond - purple Now! jumping:0:10D055:80:021:Get mirror - red Now! jumping:0:10D054:01:021:Get mirror - grey Now! jumping:0:10D054:02:021:Get mirror - yellow Now! jumping:0:10E1B9:00:001:Kill Island Guardian Now! jumping:0:10E1B9:00:000:Kill all IslandGuardians fast jumping:0:10D041:C7:000:All permanent POWs jumping:0:10D040:02:500:All permanent POWs (2/2) jumping:0:10D056:01:000:Always have Bonus door jumping:0:10D1C0:01:000:Always have wing power jumping:0:10C96B:05:000:Always have the fairy jumping:0:10DF22:FF:500:Always have the fairy (2/2) jumping:0:10D1C0:01:001:Get wing power Now! jumping:0:10C96B:05:001:Get the fairy Now! jumping:0:10DF22:FF:501:Get the fairy Now! (2/2) jumping:0:000000:00:999:[These round select cheats ] jumping:0:000000:00:999:[have two numbers, the first] jumping:0:000000:00:999:[one is the round you go to ] jumping:0:000000:00:999:[if you die and the second ] jumping:0:000000:00:999:[one is the round you go to ] jumping:0:000000:00:999:[if you complete the round ] jumping:0:000000:00:999:[you are on (Eg If you have ] jumping:0:000000:00:999:[Invincibility enabled). ] jumping:0:10D049:03:001:Go to Round 4/5 Next jumping:0:10D049:07:001:Go to Round 8/9 Next jumping:0:10D049:0B:001:Go to Round 12/13 Next jumping:0:10D049:0F:001:Go to Round 16/17 Next jumping:0:10D049:13:001:Go to Round 20/21 Next jumping:0:10D049:17:001:Go to Round 24/25 Next jumping:0:10D049:1B:001:Go to First End Next jumping:0:10D049:1C:001:Go to Round 30 Next jumping:0:10D049:26:001:Go to Last Round on complete jumping:0:10D049:27:001:Go to Last Round on death ; [ Jump Kids ] :jumpkids:00000000:120022:00000099:FFFFFFFF:Infinite Credits jumpkids:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages jumpkids:0:1200B4:01:001:Get TUMBLEPOP Now! jumpkids:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2) jumpkids:0:1200B4:01:021:Get letter - T Now! jumpkids:0:1200B5:80:021:Get letter - U Now! jumpkids:0:1200B5:40:021:Get letter - M Now! jumpkids:0:1200B5:20:021:Get letter - B Now! jumpkids:0:1200B5:10:021:Get letter - L Now! jumpkids:0:1200B5:08:021:Get letter - E Now! jumpkids:0:1200B5:04:021:Get letter - P (first) Now! jumpkids:0:1200B5:02:021:Get letter - O Now! jumpkids:0:1200B5:01:021:Get letter - P (second) Now! :jumpkids:00000001:121425:00000000:FFFFFFFF:One hit for boss 1 Now! :jumpkids:00000001:121A25:00000000:FFFFFFFF:One hit for boss 2 Now! :jumpkids:00000001:1211E5:00000000:FFFFFFFF:One hit for boss 3 Now! :jumpkids:00000001:121EA5:00000000:FFFFFFFF:One hit for boss 4 Now! :jumpkids:00000001:121425:00000000:FFFFFFFF:One hit for boss 5 Now! :jumpkids:00000001:121425:00000000:FFFFFFFF:One hit for boss 6 Now! :jumpkids:00000001:121A25:00000000:FFFFFFFF:One hit for boss 7 -L.P. Now!:L.P. = left part :jumpkids:00000001:121A85:00000000:FFFFFFFF:One hit for boss 7 -R.P. Now!:R.P. = right part :jumpkids:00000001:121EA5:00000000:FFFFFFFF:One hit for boss 8 Now! :jumpkids:00000001:121A25:00000000:FFFFFFFF:One hit for boss 9 Now! jumpkids:0:120099:08:000:Go to world 9:To be used at "level select" :jumpkids:00100000:12045A:00000000:FFFFFFFF:Infinite Time PL1 :jumpkids:00000000:120473:00000009:FFFFFFFF:Infinite Lives PL1 :jumpkids:00100000:12042A:000000BE:000080FF:Invincibility PL1 :jumpkids:00000000:120458:00000001:00000001:Always Have Power Up PL1 :jumpkids:00000000:120458:00000002:00000002:Always Have Speed Up PL1 :jumpkids:00000000:120458:00000004:00000004:Always Have Hammer PL1 :jumpkids:00000000:120458:00000008:00000008:Always Have Barrier PL1 :jumpkids:00110000:1204E4:000002F0:FFFFFFFF:Always Have Barrier PL1 (2/2) :jumpkids:00000001:120458:00000000:FFFFFFFF:Lose All Items Now! PL1 :jumpkids:00100000:12065A:00000000:FFFFFFFF:Infinite Time PL2 :jumpkids:00000000:120673:00000009:FFFFFFFF:Infinite Lives PL2 :jumpkids:00100000:12062A:000000BE:000080FF:Invincibility PL2 :jumpkids:00000000:120658:00000001:00000001:Always Have Power Up PL2 :jumpkids:00000000:120658:00000002:00000002:Always Have Speed Up PL2 :jumpkids:00000000:120658:00000004:00000004:Always Have Hammer PL2 :jumpkids:00000000:120658:00000008:00000008:Always Have Barrier PL2 :jumpkids:00110000:1206E4:000002F0:FFFFFFFF:Always Have Barrier PL2 (2/2) :jumpkids:00000001:120658:00000000:FFFFFFFF:Lose All Items Now! PL2 ; [ Jumping Pop ] jumppop:0:0000:00:999:[ This game hasn't even ]:REASON 11 jumppop:0:0000:00:999:[ been looked at due to ]:REASON 11 jumppop:0:0000:00:999:[ time constraints - Too]:REASON 11 jumppop:0:0000:00:999:[ many games and so ]:REASON 11 jumppop:0:0000:00:999:[ little time. It is ]:REASON 11 jumppop:0:0000:00:999:[ even possible that ]:REASON 11 jumppop:0:0000:00:999:[ this game may be a ]:REASON 11 jumppop:0:0000:00:999:[ clone of an existing ]:REASON 11 jumppop:0:0000:00:999:[ game which may have ]:REASON 11 jumppop:0:0000:00:999:[ cheats. Please search ]:REASON 11 jumppop:0:0000:00:999:[ the cheat forums ]:REASON 11 jumppop:0:0000:00:999:[ before posting cheat ]:REASON 11 jumppop:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Jump Shot ] jumpshot:0:4CE1:09:000:Infinite Credits jumpshot:0:4CD7:59:000:Infinite Game Time jumpshot:0:4CD6:09:500:Infinite Game Time (2/2) jumpshot:0:4CD7:00:001:Finish this Half Now! jumpshot:0:4CD6:00:501:Finish this Half Now! (2/2) jumpshot:0:4CDA:09:000:Infinite Shot Time jumpshot:0:4CD9:09:500:Infinite Shot Time (2/2) jumpshot:0:4CDA:00:001:Shot Time = 0 Now! jumpshot:0:4CD9:00:501:Shot Time = 0 Now! (2/2) jumpshot:0:4C60:09:070:Select 00X Away Score jumpshot:0:4C5F:09:070:Select 0X0 Away Score jumpshot:0:4C5E:09:070:Select X00 Away Score jumpshot:0:4C60:09:000:Away Score always = 99 jumpshot:0:4C5F:09:500:Away Score always = 99 (2/2) jumpshot:0:4C60:00:000:Away Score always = 0 jumpshot:0:4C5F:00:500:Away Score always = 0 (2/2) jumpshot:0:4C44:09:070:Select 00X Home Score jumpshot:0:4C43:09:070:Select 0X0 Home Score jumpshot:0:4C42:09:070:Select X00 Home Score jumpshot:0:4C44:09:000:Home Score always = 99 jumpshot:0:4C43:09:500:Home Score always = 99 (2/2) jumpshot:0:4C44:00:000:Home Score always = 0 jumpshot:0:4C43:00:500:Home Score always = 0 (2/2) ; [ Jump Shot Engineering Sample ] jumpshtp:0:4CE1:09:000:Infinite Credits jumpshtp:0:4CD7:59:000:Infinite Game Time jumpshtp:0:4CD6:09:500:Infinite Game Time (2/2) jumpshtp:0:4CD7:00:001:Finish this Half Now! jumpshtp:0:4CD6:00:501:Finish this Half Now! (2/2) jumpshtp:0:4CDA:09:000:Infinite Shot Time jumpshtp:0:4CD9:09:500:Infinite Shot Time (2/2) jumpshtp:0:4CDA:00:001:Shot Time = 0 Now! jumpshtp:0:4CD9:00:501:Shot Time = 0 Now! (2/2) jumpshtp:0:4C60:09:070:Select 00X Away Score jumpshtp:0:4C5F:09:070:Select 0X0 Away Score jumpshtp:0:4C5E:09:070:Select X00 Away Score jumpshtp:0:4C60:09:000:Away Score always = 99 jumpshtp:0:4C5F:09:500:Away Score always = 99 (2/2) jumpshtp:0:4C60:00:000:Away Score always = 0 jumpshtp:0:4C5F:00:500:Away Score always = 0 (2/2) jumpshtp:0:4C44:09:070:Select 00X Home Score jumpshtp:0:4C43:09:070:Select 0X0 Home Score jumpshtp:0:4C42:09:070:Select X00 Home Score jumpshtp:0:4C44:09:000:Home Score always = 99 jumpshtp:0:4C43:09:500:Home Score always = 99 (2/2) jumpshtp:0:4C44:00:000:Home Score always = 0 jumpshtp:0:4C43:00:500:Home Score always = 0 (2/2) ; [ Jungle Hunt (US) ] jungleh:0:842F:99:000:Infinite Time jungleh:0:8457:30:000:Infinite Oxygen jungleh:0:8425:1F:000:Infinite Lives PL1 jungleh:0:8426:1F:000:Infinite Lives PL2 ; [ Jungle King (Japan) ] junglek:0:842F:99:000:Infinite Time junglek:0:8457:30:000:Infinite Oxygen junglek:0:8425:1F:000:Infinite Lives PL1 junglek:0:8426:1F:000:Infinite Lives PL2 ; [ Jungler ] jungler:0:9904:08:000:Invincibility jungler:0:9F00:04:000:Infinite Lives PL1 jungler:0:9F40:04:000:Infinite Lives PL2 ; [ Jungler (Stern) ] junglers:0:9904:08:000:Invincibility junglers:0:9F00:04:000:Infinite Lives PL1 junglers:0:9F40:04:000:Infinite Lives PL2 ; [ Jungle Hunt (Brazil) ] junglhbr:0:842F:99:000:Infinite Time junglhbr:0:8457:30:000:Infinite Oxygen junglhbr:0:8425:1F:000:Infinite Lives PL1 junglhbr:0:8426:1F:000:Infinite Lives PL2 ; [ Jungle King (Japan, earlier) ] junglkj2:0:842F:99:000:Infinite Time junglkj2:0:8457:30:000:Infinite Oxygen junglkj2:0:8425:1F:000:Infinite Lives PL1 junglkj2:0:8426:1F:000:Infinite Lives PL2 ; [ Juno First ] junofrst:0:8880:0A:000:Infinite Lives junofrst:0:888A:02:000:Infinite Warps junofrst:0:0000:00:999:[Only turn ON Invincibility ] junofrst:0:0000:00:999:[during play! You must turn ] junofrst:0:0000:00:999:[it OFF before you kill the ] junofrst:0:0000:00:999:[last alien on any level. ] junofrst:0:8802:01:000:Invincibility ; [ Juno First (Gottlieb) ] junofstg:0:8880:0A:000:Infinite Lives junofstg:0:888A:02:000:Infinite Warps junofstg:0:0000:00:999:[Only turn ON Invincibility ] junofstg:0:0000:00:999:[during play! You must turn ] junofstg:0:0000:00:999:[it OFF before you kill the ] junofstg:0:0000:00:999:[last alien on any level. ] junofstg:0:8802:01:000:Invincibility ; [ Far East of Eden - Kabuki Klash / Tengai Makyou - Shin Den ] kabukikl:0:00B9FB:4E:100:Infinite Time kabukikl:0:00B9FA:71:600:Infinite Time (2/4) kabukikl:0:00B9FD:4E:600:Infinite Time (3/4) kabukikl:0:00B9FC:71:600:Infinite Time (4/4) :kabukikl:83000000:00105094:00000064:00000056:Infinite Energy PL1 :kabukikl:83000001:00105094:00000000:00000056:Drain All Energy Now! PL1 kabukikl:0:000000:00:999:[ Use these cheats on the selection screen ] kabukikl:0:000000:00:999:[ only!! ] kabukikl:0:102E17:08:001:Play with Manto Ace PL1 kabukikl:0:102E17:09:001:Play with Karakuri PL1 kabukikl:0:102E17:0A:001:Play with Jyashinsai PL1 kabukikl:0:102E17:0B:001:Play with Lucifeller PL1 :kabukikl:83000000:00105098:00000064:00000056:Infinite Energy PL2 :kabukikl:83000001:00105098:00000000:00000056:Drain All Energy Now! PL2 kabukikl:0:000000:00:999:[ Use these cheats on the selection screen ] kabukikl:0:000000:00:999:[ only!! ] kabukikl:0:102E18:08:001:Play with Manto Ace PL2 kabukikl:0:102E18:09:001:Play with Karakuri PL2 kabukikl:0:102E18:0A:001:Play with Jyashinsai PL2 kabukikl:0:102E18:0B:001:Play with Lucifeller PL2 :kabukikl:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kabukikl:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kabukikl:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Kabuki-Z (World) ] :kabukiz:01000000:D05E:00000009:FFFFFFFF:Infinite Credits :kabukiz:00000000:E165:00000000:FFFFFFFF:1 Hit to Kill Boss :kabukiz:00010000:E1A5:00000000:FFFFFFFF:1 Hit to Kill Boss (2/2) :kabukiz:00000100:E10A:00000001:FFFFFFFF:Select Character (Buggy):Cause bad character color :kabukiz:01000301:D0E5:00000004:FFFFFFFF:Select Starting Round:Set on displayed "Player x Start" message screen :kabukiz:00000000:E125:000000FF:FFFFFFFF:Infinite Energy :kabukiz:21900000:2490:0000FFFF:FFFFFFFF:Invincibility :kabukiz:21910000:297A:0000FFFF:FFFFFFFF:Invincibility (2/5) :kabukiz:21910000:365B:0000FFFF:FFFFFFFF:Invincibility (3/5) :kabukiz:21910000:3F6D:0000FFFF:FFFFFFFF:Invincibility (4/5) :kabukiz:21910000:446A:0000FFFF:FFFFFFFF:Invincibility (5/5) :kabukiz:01000000:D040:00000010:00000010:Rapid Fire ; [ Kabuki-Z (Japan) ] :kabukizj:01000000:D05E:00000009:FFFFFFFF:Infinite Credits :kabukizj:00000000:E165:00000000:FFFFFFFF:1 Hit to Kill Boss :kabukizj:00010000:E1A5:00000000:FFFFFFFF:1 Hit to Kill Boss (2/2) :kabukizj:00000100:E10A:00000001:FFFFFFFF:Select Character (Buggy):Cause bad character color :kabukizj:01000301:D0E5:00000004:FFFFFFFF:Select Starting Round:Set on displayed "Player x Start" message screen :kabukizj:00000000:E125:000000FF:FFFFFFFF:Infinite Energy :kabukizj:21900000:21A5:0000FFFF:FFFFFFFF:Invincibility :kabukizj:21910000:269D:0000FFFF:FFFFFFFF:Invincibility (2/5) :kabukizj:21910000:339E:0000FFFF:FFFFFFFF:Invincibility (3/5) :kabukizj:21910000:3CAB:0000FFFF:FFFFFFFF:Invincibility (4/5) :kabukizj:21910000:41A8:0000FFFF:FFFFFFFF:Invincibility (5/5) :kabukizj:01000000:D040:00000010:00000010:Rapid Fire ; [ Kageki (US) ] :kageki:20800000:720B:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) :kageki:20810000:721F:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (2/6) :kageki:20810000:7233:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (3/6) :kageki:20810000:7247:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (4/6) :kageki:20810000:725B:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (5/6) :kageki:20810000:7269:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (6/6) kageki:0:E75C:00:000:Infinite Player Energy kageki:0:E7FC:00:000:Infinite Enemy Energy :kageki:00000000:E03D:00000000:00000010:Rapid Fire - Single :kageki:00010000:E03D:00000000:00000020:Rapid Fire - Single (2/2) :kageki:00000000:E0C0:00000000:00000010:Rapid Fire - Dual PL1 :kageki:00010000:E0C0:00000000:00000020:Rapid Fire - Dual PL1 (2/2) :kageki:00000000:E0C1:00000000:00000010:Rapid Fire - Dual PL2 :kageki:00010000:E0C1:00000000:00000020:Rapid Fire - Dual PL2 (2/2) kageki:0:0000:00:999:[These Drain cheats will NOT] kageki:0:0000:00:999:[allow energy recovery!! ] kageki:0:E75C:80:001:Drain all Player Energy Now! kageki:0:E7FC:80:001:Drain all Enemy Energy Now! kageki:0:0000:00:999:[You MUST enable the Select ] kageki:0:0000:00:999:[starting round cheat on the] kageki:0:0000:00:999:[screen with the face pics! ] kageki:0:E007:08:071:Select starting round PL1 kageki:0:E007:08:061:Select next round PL1 kageki:0:E00E:08:071:Select starting round PL2 kageki:0:E00E:08:061:Select next round PL2 ; [ Kageki (World?, hack) ] :kagekia:20800000:71C7:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) :kagekia:20810000:71DB:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (2/6) :kagekia:20810000:71EF:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (3/6) :kagekia:20810000:7203:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (4/6) :kagekia:20810000:7217:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (5/6) :kagekia:20810000:722B:000000C3:FFFFFFFF:Invincibility (VS CPU Mode) (6/6) kagekia:0:E75C:00:000:Infinite Player Energy kagekia:0:E7FC:00:000:Infinite Enemy Energy :kagekia:00000000:E03D:00000000:00000010:Rapid Fire - Single :kagekia:00010000:E03D:00000000:00000020:Rapid Fire - Single (2/2) :kagekia:00000000:E0C0:00000000:00000010:Rapid Fire - Dual PL1 :kagekia:00010000:E0C0:00000000:00000020:Rapid Fire - Dual PL1 (2/2) :kagekia:00000000:E0C1:00000000:00000010:Rapid Fire - Dual PL2 :kagekia:00010000:E0C1:00000000:00000020:Rapid Fire - Dual PL2 (2/2) kagekia:0:0000:00:999:[These Drain cheats will NOT] kagekia:0:0000:00:999:[allow energy recovery!! ] kagekia:0:E75C:80:001:Drain all Player Energy Now! kagekia:0:E7FC:80:001:Drain all Enemy Energy Now! kagekia:0:0000:00:999:[You MUST enable the Select ] kagekia:0:0000:00:999:[starting round cheat on the] kagekia:0:0000:00:999:[screen with the face pics! ] kagekia:0:E007:08:071:Select starting round PL1 kagekia:0:E007:08:061:Select next round PL1 kagekia:0:E00E:08:071:Select starting round PL2 kagekia:0:E00E:08:061:Select next round PL2 ; [ Kageki (Japan) ] :kagekij:20800000:719A:000000C3:FFFFFFFF:Invincibility :kagekij:20810000:71AE:000000C3:FFFFFFFF:Invincibility (2/6) :kagekij:20810000:71C2:000000C3:FFFFFFFF:Invincibility (3/6) :kagekij:20810000:71D6:000000C3:FFFFFFFF:Invincibility (4/6) :kagekij:20810000:71EA:000000C3:FFFFFFFF:Invincibility (5/6) :kagekij:20810000:71FE:000000C3:FFFFFFFF:Invincibility (6/6) kagekij:0:E75C:00:000:Infinite Player Energy kagekij:0:E7FC:00:000:Infinite Enemy Energy :kagekij:00000000:E03D:00000000:00000010:Rapid Fire :kagekij:00010000:E03D:00000000:00000020:Rapid Fire (2/2) kagekij:0:0000:00:999:[These Drain cheats will NOT] kagekij:0:0000:00:999:[allow energy recovery!! ] kagekij:0:E75C:80:001:Drain all Player Energy Now! kagekij:0:E7FC:80:001:Drain all Enemy Energy Now! kagekij:0:0000:00:999:[You MUST enable the Select ] kagekij:0:0000:00:999:[starting round cheat on the] kagekij:0:0000:00:999:[screen with the face pics! ] kagekij:0:E007:08:071:Select starting round PL1 kagekij:0:E007:08:061:Select next round PL1 kagekij:0:E00E:08:071:Select starting round PL2 kagekij:0:E00E:08:061:Select next round PL2 ; [ Mahjong Kaguyahime [BET] (Japan 880521) ] :kaguya:00100000:F842:0000270F:FFFFFFFF:Infinite Credits :kaguya:00100001:F842:00000000:FFFFFFFF:Clear Credits Now! :kaguya:00100000:F8E4:00000002:FFFFFFFF:Infinite Thinking Time :kaguya:00000101:F874:00000003:FFFFFFFF:Select CPU Character kaguya:0:0000:00:999:[The winning hand cheat must] kaguya:0:0000:00:999:[be activated when there are] kaguya:0:0000:00:999:[14 tiles in your hand, then] kaguya:0:0000:00:999:[press the RON key . ] kaguya:0:0000:00:999:[('Z' by default). The tiles] kaguya:0:0000:00:999:[do not visually change ] kaguya:0:0000:00:999:[until you make a move. ] :kaguya:00100000:FC0D:00003131:FFFFFFFF:Always Winning Hand :kaguya:00210000:FC0F:00323232:FFFFFFFF:Always Winning Hand (2/5) :kaguya:00210000:FC12:00353535:FFFFFFFF:Always Winning Hand (3/5) :kaguya:00210000:FC15:00363636:FFFFFFFF:Always Winning Hand (4/5) :kaguya:00210000:FC18:00373737:FFFFFFFF:Always Winning Hand (5/5) :kaguya:00100001:FC0D:00003131:FFFFFFFF:Get Winning Hand Now! :kaguya:00210001:FC0F:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :kaguya:00210001:FC12:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :kaguya:00210001:FC15:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :kaguya:00210001:FC18:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Mahjong Kaguyahime Sono2 [BET] (Japan 890829) ] :kaguya2:00100000:F842:0000270F:FFFFFFFF:Infinite Credits :kaguya2:00100001:F842:00000000:FFFFFFFF:Clear Credits Now! :kaguya2:00100000:F8E4:00000002:FFFFFFFF:Infinite Thinking Time kaguya2:0:0000:00:999:[The winning hand cheat must] kaguya2:0:0000:00:999:[be activated when there are] kaguya2:0:0000:00:999:[14 tiles in your hand, then] kaguya2:0:0000:00:999:[press the RON key . ] kaguya2:0:0000:00:999:[('Z' by default). The tiles] kaguya2:0:0000:00:999:[do not visually change ] kaguya2:0:0000:00:999:[until you make a move. ] :kaguya2:00100000:FC0D:00003131:FFFFFFFF:Always Winning Hand :kaguya2:00210000:FC0F:00323232:FFFFFFFF:Always Winning Hand (2/5) :kaguya2:00210000:FC12:00353535:FFFFFFFF:Always Winning Hand (3/5) :kaguya2:00210000:FC15:00363636:FFFFFFFF:Always Winning Hand (4/5) :kaguya2:00210000:FC18:00373737:FFFFFFFF:Always Winning Hand (5/5) :kaguya2:00100001:FC0D:00003131:FFFFFFFF:Get Winning Hand Now! :kaguya2:00210001:FC0F:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :kaguya2:00210001:FC12:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :kaguya2:00210001:FC15:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :kaguya2:00210001:FC18:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Mahjong Kaguyahime Sono2 Fukkokuban [BET] (Japan 010808) ] :kaguya2f:00100000:F842:0000270F:FFFFFFFF:Infinite Credits :kaguya2f:00100001:F842:00000000:FFFFFFFF:Clear Credits Now! :kaguya2f:00100000:F8E4:00000002:FFFFFFFF:Infinite Thinking Time kaguya2f:0:0000:00:999:[The winning hand cheat must] kaguya2f:0:0000:00:999:[be activated when there are] kaguya2f:0:0000:00:999:[14 tiles in your hand, then] kaguya2f:0:0000:00:999:[press the RON key . ] kaguya2f:0:0000:00:999:[('Z' by default). The tiles] kaguya2f:0:0000:00:999:[do not visually change ] kaguya2f:0:0000:00:999:[until you make a move. ] :kaguya2f:00100000:FC0D:00003131:FFFFFFFF:Always Winning Hand :kaguya2f:00210000:FC0F:00323232:FFFFFFFF:Always Winning Hand (2/5) :kaguya2f:00210000:FC12:00353535:FFFFFFFF:Always Winning Hand (3/5) :kaguya2f:00210000:FC15:00363636:FFFFFFFF:Always Winning Hand (4/5) :kaguya2f:00210000:FC18:00373737:FFFFFFFF:Always Winning Hand (5/5) :kaguya2f:00100001:FC0D:00003131:FFFFFFFF:Get Winning Hand Now! :kaguya2f:00210001:FC0F:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :kaguya2f:00210001:FC12:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :kaguya2f:00210001:FC15:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :kaguya2f:00210001:FC18:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Kaiser Knuckle (Japan) ] kaiserkj:0:409733:09:000:Infinite Time kaiserkj:0:409737:09:500:Infinite Time (2/2) kaiserkj:0:409733:00:001:Finish this Round Now! kaiserkj:0:409737:01:501:Finish this Round Now! (2/2) :kaiserkj:20800000:042435:0000000A:FFFFFFFF:Can Select Anyone:Either move up from Kazuya or down from Marco to get to the other characters. :kaiserkj:20810000:042447:0000000A:FFFFFFFF:Can Select Anyone (2/2) kaiserkj:0:41322D:63:000:Infinite Energy PL1 kaiserkj:0:41322D:00:001:Drain All Energy Now! PL1 kaiserkj:0:000000:00:999:[Free player selection - Use on character ] kaiserkj:0:000000:00:999:[selection or Winner/Loser screen. ] kaiserkj:0:40B321:00:001:Play as Kazuya Now! PL1 kaiserkj:0:41454D:00:501:Play as Kazuya Now! PL1 (2/2) kaiserkj:0:40B321:01:001:Play as Barts Now! PL1 kaiserkj:0:41454D:01:501:Play as Barts Now! PL1 (2/2) kaiserkj:0:40B321:02:001:Play as Gekkou Now! PL1 kaiserkj:0:41454D:02:501:Play as Gekkou Now! PL1 (2/2) kaiserkj:0:40B321:03:001:Play as Wulong Now! PL1 kaiserkj:0:41454D:03:501:Play as Wulong Now! PL1 (2/2) kaiserkj:0:40B321:04:001:Play as Lihua Now! PL1 kaiserkj:0:41454D:04:501:Play as Lihua Now! PL1 (2/2) kaiserkj:0:40B321:05:001:Play as Liza Now! PL1 kaiserkj:0:41454D:05:501:Play as Liza Now! PL1 (2/2) kaiserkj:0:40B321:06:001:Play as J. McCoy Now! PL1 kaiserkj:0:41454D:06:501:Play as J. McCoy Now! PL1 (2/2) kaiserkj:0:40B321:07:001:Play as Boggy Now! PL1 kaiserkj:0:41454D:07:501:Play as Boggy Now! PL1 (2/2) kaiserkj:0:40B321:08:001:Play as Marco Now! PL1 kaiserkj:0:41454D:08:501:Play as Marco Now! PL1 (2/2) kaiserkj:0:40B321:09:001:Play as Gonzales Now! PL1 kaiserkj:0:41454D:09:501:Play as Gonzales Now! PL1 (2/2) kaiserkj:0:40B321:0A:001:Play as Azteca Now! PL1 kaiserkj:0:41454D:0A:501:Play as Azteca Now! PL1 (2/2) kaiserkj:0:40B321:0B:001:Play as General Now! PL1 kaiserkj:0:41454D:0B:501:Play as General Now! PL1 (2/2) kaiserkj:0:41342D:63:000:Infinite Energy PL2 kaiserkj:0:41342D:00:001:Drain All Energy Now! PL2 kaiserkj:0:000000:00:999:[Free player selection - Use on character ] kaiserkj:0:000000:00:999:[selection or Winner/Loser screen. ] kaiserkj:0:40B521:00:001:Play as Kazuya Now! PL2 kaiserkj:0:41454F:00:501:Play as Kazuya Now! PL2 (2/2) kaiserkj:0:40B521:01:001:Play as Barts Now! PL2 kaiserkj:0:41454F:01:501:Play as Barts Now! PL2 (2/2) kaiserkj:0:40B521:02:001:Play as Gekkou Now! PL2 kaiserkj:0:41454F:02:501:Play as Gekkou Now! PL2 (2/2) kaiserkj:0:40B521:03:001:Play as Wulong Now! PL2 kaiserkj:0:41454F:03:501:Play as Wulong Now! PL2 (2/2) kaiserkj:0:40B521:04:001:Play as Lihua Now! PL2 kaiserkj:0:41454F:04:501:Play as Lihua Now! PL2 (2/2) kaiserkj:0:40B521:05:001:Play as Liza Now! PL2 kaiserkj:0:41454F:05:501:Play as Liza Now! PL2 (2/2) kaiserkj:0:40B521:06:001:Play as J. McCoy Now! PL2 kaiserkj:0:41454F:06:501:Play as J. McCoy Now! PL2 (2/2) kaiserkj:0:40B521:07:001:Play as Boggy Now! PL2 kaiserkj:0:41454F:07:501:Play as Boggy Now! PL2 (2/2) kaiserkj:0:40B521:08:001:Play as Marco Now! PL2 kaiserkj:0:41454F:08:501:Play as Marco Now! PL2 (2/2) kaiserkj:0:40B521:09:001:Play as Gonzales Now! PL2 kaiserkj:0:41454F:09:501:Play as Gonzales Now! PL2 (2/2) kaiserkj:0:40B521:0A:001:Play as Azteca Now! PL2 kaiserkj:0:41454F:0A:501:Play as Azteca Now! PL2 (2/2) kaiserkj:0:40B521:0B:001:Play as General Now! PL2 kaiserkj:0:41454F:0B:501:Play as General Now! PL2 (2/2) kaiserkj:0:000000:00:999:[After you enable these region cheats to see any ] kaiserkj:0:000000:00:999:[effect you will have to reset the game (F3). ] kaiserkj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] kaiserkj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] kaiserkj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] kaiserkj:0:1FFFFF:01:100:Region Switch = Japan:Kaiser Knuckle kaiserkj:0:1FFFFF:02:100:Region Switch = US:Global Champion kaiserkj:0:1FFFFF:03:100:Region Switch = World:Kaiser Knuckle ; [ Kaiser Knuckle (World) ] kaiserkn:0:409733:09:000:Infinite Time kaiserkn:0:409737:09:500:Infinite Time (2/2) kaiserkn:0:409733:00:001:Finish this Round Now! kaiserkn:0:409737:01:501:Finish this Round Now! (2/2) :kaiserkn:20800000:042435:0000000A:FFFFFFFF:Can Select Anyone:Either move up from Kazuya or down from Marco to get to the other characters. :kaiserkn:20810000:042447:0000000A:FFFFFFFF:Can Select Anyone (2/2) kaiserkn:0:41322D:63:000:Infinite Energy PL1 kaiserkn:0:41322D:00:001:Drain All Energy Now! PL1 kaiserkn:0:000000:00:999:[Free player selection - Use on character ] kaiserkn:0:000000:00:999:[selection or Winner/Loser screen. ] kaiserkn:0:40B321:00:001:Play as Kazuya Now! PL1 kaiserkn:0:41454D:00:501:Play as Kazuya Now! PL1 (2/2) kaiserkn:0:40B321:01:001:Play as Barts Now! PL1 kaiserkn:0:41454D:01:501:Play as Barts Now! PL1 (2/2) kaiserkn:0:40B321:02:001:Play as Gekkou Now! PL1 kaiserkn:0:41454D:02:501:Play as Gekkou Now! PL1 (2/2) kaiserkn:0:40B321:03:001:Play as Wulong Now! PL1 kaiserkn:0:41454D:03:501:Play as Wulong Now! PL1 (2/2) kaiserkn:0:40B321:04:001:Play as Lihua Now! PL1 kaiserkn:0:41454D:04:501:Play as Lihua Now! PL1 (2/2) kaiserkn:0:40B321:05:001:Play as Liza Now! PL1 kaiserkn:0:41454D:05:501:Play as Liza Now! PL1 (2/2) kaiserkn:0:40B321:06:001:Play as J. McCoy Now! PL1 kaiserkn:0:41454D:06:501:Play as J. McCoy Now! PL1 (2/2) kaiserkn:0:40B321:07:001:Play as Boggy Now! PL1 kaiserkn:0:41454D:07:501:Play as Boggy Now! PL1 (2/2) kaiserkn:0:40B321:08:001:Play as Marco Now! PL1 kaiserkn:0:41454D:08:501:Play as Marco Now! PL1 (2/2) kaiserkn:0:40B321:09:001:Play as Gonzales Now! PL1 kaiserkn:0:41454D:09:501:Play as Gonzales Now! PL1 (2/2) kaiserkn:0:40B321:0A:001:Play as Azteca Now! PL1 kaiserkn:0:41454D:0A:501:Play as Azteca Now! PL1 (2/2) kaiserkn:0:40B321:0B:001:Play as General Now! PL1 kaiserkn:0:41454D:0B:501:Play as General Now! PL1 (2/2) kaiserkn:0:41342D:63:000:Infinite Energy PL2 kaiserkn:0:41342D:00:001:Drain All Energy Now! PL2 kaiserkn:0:000000:00:999:[Free player selection - Use on character ] kaiserkn:0:000000:00:999:[selection or Winner/Loser screen. ] kaiserkn:0:40B521:00:001:Play as Kazuya Now! PL2 kaiserkn:0:41454F:00:501:Play as Kazuya Now! PL2 (2/2) kaiserkn:0:40B521:01:001:Play as Barts Now! PL2 kaiserkn:0:41454F:01:501:Play as Barts Now! PL2 (2/2) kaiserkn:0:40B521:02:001:Play as Gekkou Now! PL2 kaiserkn:0:41454F:02:501:Play as Gekkou Now! PL2 (2/2) kaiserkn:0:40B521:03:001:Play as Wulong Now! PL2 kaiserkn:0:41454F:03:501:Play as Wulong Now! PL2 (2/2) kaiserkn:0:40B521:04:001:Play as Lihua Now! PL2 kaiserkn:0:41454F:04:501:Play as Lihua Now! PL2 (2/2) kaiserkn:0:40B521:05:001:Play as Liza Now! PL2 kaiserkn:0:41454F:05:501:Play as Liza Now! PL2 (2/2) kaiserkn:0:40B521:06:001:Play as J. McCoy Now! PL2 kaiserkn:0:41454F:06:501:Play as J. McCoy Now! PL2 (2/2) kaiserkn:0:40B521:07:001:Play as Boggy Now! PL2 kaiserkn:0:41454F:07:501:Play as Boggy Now! PL2 (2/2) kaiserkn:0:40B521:08:001:Play as Marco Now! PL2 kaiserkn:0:41454F:08:501:Play as Marco Now! PL2 (2/2) kaiserkn:0:40B521:09:001:Play as Gonzales Now! PL2 kaiserkn:0:41454F:09:501:Play as Gonzales Now! PL2 (2/2) kaiserkn:0:40B521:0A:001:Play as Azteca Now! PL2 kaiserkn:0:41454F:0A:501:Play as Azteca Now! PL2 (2/2) kaiserkn:0:40B521:0B:001:Play as General Now! PL2 kaiserkn:0:41454F:0B:501:Play as General Now! PL2 (2/2) kaiserkn:0:000000:00:999:[After you enable these region cheats to see any ] kaiserkn:0:000000:00:999:[effect you will have to reset the game (F3). ] kaiserkn:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] kaiserkn:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] kaiserkn:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] kaiserkn:0:1FFFFF:01:100:Region Switch = Japan:Kaiser Knuckle kaiserkn:0:1FFFFF:02:100:Region Switch = US:Global Champion kaiserkn:0:1FFFFF:03:100:Region Switch = World:Kaiser Knuckle ; [ Kaitei Takara Sagashi ] :kaitei:00000000:400F:00000009:FFFFFFFF:Infinite Credits :kaitei:00000000:4020:00000013:FFFFFFFF:Infinite Lives :kaitei:20800000:0E20:000000C3:FFFFFFFF:Invincibility (Incomplete):Enabled only against a shark :kaitei:00000006:4026:00050004:FFFFFFFF:Watch a Pod:Left value = Right Pod, Right value = Left Pod, 0x00 = Bad Pod (Kill You !) :kaitei:20900000:08E0:00000903:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Kaitei Daisensou (Japan) ] kaiteids:0:EB8A0:63:000:Infinite Time kaiteids:0:E0118:09:000:Infinite Lives PL1 kaiteids:0:E0A0A:01:000:Invincibility 'ON' PL1 kaiteids:0:E0A0A:00:001:Invincibility 'OFF' PL1 kaiteids:0:00000:00:999:[Torpedo is the front weapon] kaiteids:0:00000:00:999:[Ammo is the top weapon ] kaiteids:0:E0110:00:000:Always Normal torpedoPL1 kaiteids:0:E0112:00:500:Always Normal torpedoPL1(2/2) kaiteids:0:E0110:02:000:Always Power torpedo PL1 kaiteids:0:E0112:03:500:Always Power torpedo PL1(2/2) kaiteids:0:E0110:04:000:Always Wave torpedo PL1 kaiteids:0:E0112:03:500:Always Wave torpedo PL1(2/2) kaiteids:0:E0110:06:000:Always Spread torpedoPL1 kaiteids:0:E0112:03:500:Always Spread torpedoPL1(2/2) kaiteids:0:E0114:00:000:Always Normal Ammo PL1 kaiteids:0:E0116:00:500:Always Normal Ammo PL1 (2/2) kaiteids:0:E0114:02:000:Always A Ammo PL1 kaiteids:0:E0116:05:500:Always A Ammo PL1 (2/2) kaiteids:0:E0114:04:000:Always M Ammo PL1 kaiteids:0:E0116:05:500:Always M Ammo PL1 (2/2) kaiteids:0:E0110:00:001:Get Normal torpedoNowPL1 kaiteids:0:E0112:00:501:Get Normal torpedoNowPL1(2/2) kaiteids:0:E0110:02:001:Get Power torpedo NowPL1 kaiteids:0:E0112:03:501:Get Power torpedo NowPL1(2/2) kaiteids:0:E0110:04:001:Get Wave torpedo NowPL1 kaiteids:0:E0112:03:501:Get Wave torpedo NowPL1(2/2) kaiteids:0:E0110:06:001:Get Spread torpedoNowPL1 kaiteids:0:E0112:03:501:Get Spread torpedoNowPL1(2/2) kaiteids:0:E0114:00:001:Get Normal Ammo Now! PL1 kaiteids:0:E0116:00:501:Get Normal Ammo Now! PL1(2/2) kaiteids:0:E0114:02:001:Get A Ammo Now! PL1 kaiteids:0:E0116:05:501:Get A Ammo Now! PL1 (2/2) kaiteids:0:E0114:04:001:Get M Ammo Now! PL1 kaiteids:0:E0116:05:501:Get M Ammo Now! PL1 (2/2) kaiteids:0:E0158:09:000:Infinite Lives PL2 kaiteids:0:E098A:01:000:Invincibility 'ON' PL2 kaiteids:0:E098A:00:001:Invincibility 'OFF' PL2 kaiteids:0:00000:00:999:[Torpedo is the front weapon] kaiteids:0:00000:00:999:[Ammo is the top weapon ] kaiteids:0:E0150:00:000:Always Normal torpedoPL2 kaiteids:0:E0152:00:500:Always Normal torpedoPL2(2/2) kaiteids:0:E0150:02:000:Always Power torpedo PL2 kaiteids:0:E0152:03:500:Always Power torpedo PL2(2/2) kaiteids:0:E0150:04:000:Always Wave torpedo PL2 kaiteids:0:E0152:03:500:Always Wave torpedo PL2(2/2) kaiteids:0:E0150:06:000:Always Spread torpedoPL2 kaiteids:0:E0152:03:500:Always Spread torpedoPL2(2/2) kaiteids:0:E0154:00:000:Always Normal Ammo PL2 kaiteids:0:E0156:00:500:Always Normal Ammo PL2 (2/2) kaiteids:0:E0154:02:000:Always A Ammo PL2 kaiteids:0:E0156:05:500:Always A Ammo PL2 (2/2) kaiteids:0:E0154:04:000:Always M Ammo PL2 kaiteids:0:E0156:05:500:Always M Ammo PL2 (2/2) kaiteids:0:E0150:00:001:Get Normal torpedoNowPL2 kaiteids:0:E0152:00:501:Get Normal torpedoNowPL2(2/2) kaiteids:0:E0150:02:001:Get Power torpedo NowPL2 kaiteids:0:E0152:03:501:Get Power torpedo NowPL2(2/2) kaiteids:0:E0150:04:001:Get Wave torpedo NowPL2 kaiteids:0:E0152:03:501:Get Wave torpedo NowPL2(2/2) kaiteids:0:E0150:06:001:Get Spread torpedoNowPL2 kaiteids:0:E0152:03:501:Get Spread torpedoNowPL2(2/2) kaiteids:0:E0154:00:001:Get Normal Ammo Now! PL2 kaiteids:0:E0156:00:501:Get Normal Ammo Now! PL2(2/2) kaiteids:0:E0154:02:001:Get A Ammo Now! PL2 kaiteids:0:E0156:05:501:Get A Ammo Now! PL2 (2/2) kaiteids:0:E0154:04:001:Get M Ammo Now! PL2 kaiteids:0:E0156:05:501:Get M Ammo Now! PL2 (2/2) kaiteids:0:00000:00:999:[These Start on Stage cheats] kaiteids:0:00000:00:999:[must be enabled on the ] kaiteids:0:00000:00:999:[title screen and turned off] kaiteids:0:00000:00:999:[when you start the stage. ] kaiteids:0:E0084:01:000:Start on Stage 2 kaiteids:0:E0084:02:000:Start on Stage 3 kaiteids:0:E0084:03:000:Start on Stage 4 kaiteids:0:E0084:04:000:Start on Stage 5 kaiteids:0:E0084:05:000:Start on Stage 6 kaiteids:0:E0084:06:000:Start on Last Battle(Stage 7) kaiteids:0:E0084:07:000:Start on End Screen (Stage 8) kaiteids:0:E0084:07:061:Select next stage ; [ Kaitei Takara Sagashi (K'K-Tokki) ] :kaiteik:00000000:2003:00000009:FFFFFFFF:Infinite Credits :kaiteik:20800000:0B72:000000C9:FFFFFFFF:Invincibility (Incomplete):Enabled only against a shark :kaiteik:00000000:22A1:000000FB:FFFFFFFF:Infinite Lives PL1 :kaiteik:00010000:22C1:000000FB:FFFFFFFF:Infinite Lives PL1 (2/7) :kaiteik:00010000:22E1:000000FB:FFFFFFFF:Infinite Lives PL1 (3/7) :kaiteik:00010000:2301:000000FB:FFFFFFFF:Infinite Lives PL1 (4/7) :kaiteik:00010000:2321:000000FB:FFFFFFFF:Infinite Lives PL1 (5/7) :kaiteik:00010000:2341:000000FB:FFFFFFFF:Infinite Lives PL1 (6/7) :kaiteik:00010000:2361:000000FB:FFFFFFFF:Infinite Lives PL1 (7/7) :kaiteik:00000006:4000:00050004:FFFFFFFF:Watch a Pod PL1:Left value = Right Pod, Right value = Left Pod, 0x00 = Bad Pod (Kills You !) :kaiteik:00000000:20C1:000000FB:FFFFFFFF:Infinite Lives PL2 :kaiteik:00010000:20E1:000000FB:FFFFFFFF:Infinite Lives PL2 (2/7) :kaiteik:00010000:2101:000000FB:FFFFFFFF:Infinite Lives PL2 (3/7) :kaiteik:00010000:2121:000000FB:FFFFFFFF:Infinite Lives PL2 (4/7) :kaiteik:00010000:2141:000000FB:FFFFFFFF:Infinite Lives PL2 (5/7) :kaiteik:00010000:2161:000000FB:FFFFFFFF:Infinite Lives PL2 (6/7) :kaiteik:00010000:2181:000000FB:FFFFFFFF:Infinite Lives PL2 (7/7) :kaiteik:00000006:4008:80050004:FFFFFFFF:Watch a Pod PL2:Left value = Right Pod, Right value = Left Pod, 0x00 = Bad Pod (Kills You !) ; [ Mahjong Kakumei ] kakumei:0:0000:00:999:[ There are no cheats ]:REASON 1 kakumei:0:0000:00:999:[ for this game as it ]:REASON 1 kakumei:0:0000:00:999:[ didn't work the last ]:REASON 1 kakumei:0:0000:00:999:[ time it was tested. ]:REASON 1 kakumei:0:0000:00:999:[ If the game now works ]:REASON 1 kakumei:0:0000:00:999:[ please request cheats ]:REASON 1 kakumei:0:0000:00:999:[ for it on the cheat ]:REASON 1 kakumei:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mahjong Kakumei 2 - Princess League ] kakumei2:0:0000:00:999:[ There are no cheats ]:REASON 1 kakumei2:0:0000:00:999:[ for this game as it ]:REASON 1 kakumei2:0:0000:00:999:[ didn't work the last ]:REASON 1 kakumei2:0:0000:00:999:[ time it was tested. ]:REASON 1 kakumei2:0:0000:00:999:[ If the game now works ]:REASON 1 kakumei2:0:0000:00:999:[ please request cheats ]:REASON 1 kakumei2:0:0000:00:999:[ for it on the cheat ]:REASON 1 kakumei2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Masked Riders Club Battle Race ] kamenrid:0:20382B:63:000:Infinite Time kamenrid:0:200B01:50:000:Infinite Fuel PL1 kamenrid:0:200B15:02:000:Invincibility PL1 kamenrid:0:200BBF:50:000:Infinite Fuel PL2 kamenrid:0:200BD3:02:000:Invincibility PL2 ; [ Kamikaze ] kamikaze:0:1F9D:99:000:Infinite Credits kamikaze:0:1D01:08:000:Infinite Lives kamikaze:0:1CD8:00:000:Invincibility :kamikaze:00000000:1CE0:00000000:FFFFFFFF:Rapid Fire ; [ Kamikaze Cabbie ] kamikcab:0:001F:03:000:Infinite Lives kamikcab:0:002F:50:000:Infinite Fuel ; [ Kanatsuen no Onna [BET] (Japan 880905) ] :kanatuen:00100000:F816:0000270F:FFFFFFFF:Infinite Credits :kanatuen:00100001:F816:00000000:FFFFFFFF:Clear Credits Now! :kanatuen:00100000:F90E:00000002:FFFFFFFF:Infinite Thinking Time :kanatuen:62000000:0000:00000000:00000000:Select CPU Character :kanatuen:00010001:F912:00000000:FFFFFFFF:Emily :kanatuen:00010001:F912:00000001:FFFFFFFF:Chiemi :kanatuen:00010001:F912:00000002:FFFFFFFF:Diana :kanatuen:00010001:F912:00000003:FFFFFFFF:Yukari :kanatuen:00010001:F912:00000004:FFFFFFFF:Rose kanatuen:0:0000:00:999:[ The winning hand cheat must be ] kanatuen:0:0000:00:999:[ activated when there are 14 tiles ] kanatuen:0:0000:00:999:[ in your hand, then press the RON ] kanatuen:0:0000:00:999:[ key ('Z' by default). The tiles do ] kanatuen:0:0000:00:999:[ not visually change until you make ] kanatuen:0:0000:00:999:[ a move. ] :kanatuen:00100000:FC8D:00003131:FFFFFFFF:Always Winning Hand :kanatuen:00210000:FC8F:00323232:FFFFFFFF:Always Winning Hand (2/5) :kanatuen:00210000:FC92:00353535:FFFFFFFF:Always Winning Hand (3/5) :kanatuen:00210000:FC95:00363636:FFFFFFFF:Always Winning Hand (4/5) :kanatuen:00210000:FC98:00373737:FFFFFFFF:Always Winning Hand (5/5) :kanatuen:00100001:FC8D:00003131:FFFFFFFF:Get Winning Hand Now! :kanatuen:00210001:FC8F:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :kanatuen:00210001:FC92:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :kanatuen:00210001:FC95:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :kanatuen:00210001:FC98:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Kangaroo (Atari) ] kangaroa:0:E167:99:000:Infinite Bonus Time :kangaroa:20800000:1CF9:00000000:FFFFFFFF:Invincibility:You die though when you fall down a floor :kangaroa:20810000:1F8E:000000C9:FFFFFFFF:Invincibility (2/3) :kangaroa:20810000:2787:00000000:FFFFFFFF:Invincibility (3/3) :kangaroa:00000000:E0C2:00000000:00000080:Rapid Fire kangaroa:0:E06A:06:000:Infinite Lives PL1 kangaroa:0:E06B:06:000:Infinite Lives PL2 :kangaroa:00000000:E000:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Kangaroo (bootleg) ] kangarob:0:E167:99:000:Infinite Bonus Time :kangarob:20800000:1CF9:00000000:FFFFFFFF:Invincibility:You die though when you fall down a floor :kangarob:20810000:1F8E:000000C9:FFFFFFFF:Invincibility (2/3) :kangarob:20810000:2787:00000000:FFFFFFFF:Invincibility (3/3) :kangarob:00000000:E0C2:00000000:00000080:Rapid Fire kangarob:0:E06A:06:000:Infinite Lives PL1 kangarob:0:E06B:06:000:Infinite Lives PL2 :kangarob:00000000:E000:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Kangaroo ] kangaroo:0:E167:99:000:Infinite Bonus Time :kangaroo:20800000:1CF9:00000000:FFFFFFFF:Invincibility:You die though when you fall down a floor :kangaroo:20810000:1F8E:000000C9:FFFFFFFF:Invincibility (2/3) :kangaroo:20810000:2787:00000000:FFFFFFFF:Invincibility (3/3) :kangaroo:00000000:E0C2:00000000:00000080:Rapid Fire kangaroo:0:E06A:06:000:Infinite Lives PL1 kangaroo:0:E06B:06:000:Infinite Lives PL2 :kangaroo:00000000:E000:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Kaos ] kaos:0:0191:43:000:Always be the King kaos:0:03B0:07:000:Infinite Lives PL1 kaos:0:03B4:00:001:1 coin to end level Now! PL1 kaos:0:03B1:07:000:Infinite Lives PL2 kaos:0:03B5:00:001:1 coin to end level Now! PL2 ; [ Karate Blazers (Japan) ] karatblj:0:0F8025:28:000:Infinite Time:You must disable it at the start of each stage for a second or 2 or you'll wait for ever for another player karatblj:0:0F80E1:03:000:Infinite Lives PL1 karatblj:0:0F80B1:32:000:Infinite Energy PL1 karatblj:0:0F80E7:B3:000:Invincibility PL1 karatblj:0:0F80F9:03:000:Infinite Scrolls PL1 karatblj:0:0F8161:03:000:Infinite Lives PL2 karatblj:0:0F8131:32:000:Infinite Energy PL2 karatblj:0:0F8167:B3:000:Invincibility PL2 karatblj:0:0F8179:03:000:Infinite Scrolls PL2 karatblj:0:0F81E1:03:000:Infinite Lives PL3 karatblj:0:0F81B1:32:000:Infinite Energy PL3 karatblj:0:0F81E7:B3:000:Invincibility PL3 karatblj:0:0F81F9:03:000:Infinite Scrolls PL3 karatblj:0:0F8261:03:000:Infinite Lives PL4 karatblj:0:0F8231:32:000:Infinite Energy PL4 karatblj:0:0F8267:B3:000:Invincibility PL4 karatblj:0:0F8279:03:000:Infinite Scrolls PL4 ; [ Karate Blazers (US) ] karatblu:0:0F8025:28:000:Infinite Time:You must disable it at the start of each stage for a second or 2 or you'll wait for ever for another player karatblu:0:0F80E1:03:000:Infinite Lives PL1 karatblu:0:0F80B1:32:000:Infinite Energy PL1 karatblu:0:0F80E7:B3:000:Invincibility PL1 karatblu:0:0F80F9:03:000:Infinite Scrolls PL1 karatblu:0:0F8161:03:000:Infinite Lives PL2 karatblu:0:0F8131:32:000:Infinite Energy PL2 karatblu:0:0F8167:B3:000:Invincibility PL2 karatblu:0:0F8179:03:000:Infinite Scrolls PL2 karatblu:0:0F81E1:03:000:Infinite Lives PL3 karatblu:0:0F81B1:32:000:Infinite Energy PL3 karatblu:0:0F81E7:B3:000:Invincibility PL3 karatblu:0:0F81F9:03:000:Infinite Scrolls PL3 karatblu:0:0F8261:03:000:Infinite Lives PL4 karatblu:0:0F8231:32:000:Infinite Energy PL4 karatblu:0:0F8267:B3:000:Invincibility PL4 karatblu:0:0F8279:03:000:Infinite Scrolls PL4 ; [ Karate Blazers (World?) ] karatblz:0:0F8025:28:000:Infinite Time:You must disable it at the start of each stage for a second or 2 or you'll wait for ever for another player karatblz:0:0F80E1:03:000:Infinite Lives PL1 karatblz:0:0F80B1:32:000:Infinite Energy PL1 karatblz:0:0F80E7:B3:000:Invincibility PL1 karatblz:0:0F80F9:03:000:Infinite Scrolls PL1 karatblz:0:0F8161:03:000:Infinite Lives PL2 karatblz:0:0F8131:32:000:Infinite Energy PL2 karatblz:0:0F8167:B3:000:Invincibility PL2 karatblz:0:0F8179:03:000:Infinite Scrolls PL2 karatblz:0:0F81E1:03:000:Infinite Lives PL3 karatblz:0:0F81B1:32:000:Infinite Energy PL3 karatblz:0:0F81E7:B3:000:Invincibility PL3 karatblz:0:0F81F9:03:000:Infinite Scrolls PL3 karatblz:0:0F8261:03:000:Infinite Lives PL4 karatblz:0:0F8231:32:000:Infinite Energy PL4 karatblz:0:0F8267:B3:000:Invincibility PL4 karatblz:0:0F8279:03:000:Infinite Scrolls PL4 ; [ Karate Dou (Japan) ] karatedo:0:C167:99:007:Infinite Time karatedo:0:C91A:00:000:Stop White/PL1 Winning karatedo:0:C91A:01:001:One hit to win Now! PL1 karatedo:0:C91B:01:501:One hit to win Now! PL1 (2/2) karatedo:0:C91A:00:001:Set PL1 Points to 0 Now! karatedo:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2) karatedo:0:C91C:00:000:Stop Red/PL2 Winning karatedo:0:C91C:01:001:One hit to win Now! PL2 karatedo:0:C91D:01:501:One hit to win Now! PL2 (2/2) karatedo:0:C91C:00:001:Set PL2 Points to 0 Now! karatedo:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2) ; [ Taisen Karate Dou (Japan VS version) ] karatevs:0:C167:99:007:Infinite Time karatevs:0:C91A:00:000:Stop White/PL1 Winning karatevs:0:C91A:01:001:One hit to win Now! PL1 karatevs:0:C91B:01:501:One hit to win Now! PL1 (2/2) karatevs:0:C91A:00:001:Set PL1 Points to 0 Now! karatevs:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2) karatevs:0:C91C:00:000:Stop Red/PL2 Winning karatevs:0:C91C:01:001:One hit to win Now! PL2 karatevs:0:C91D:01:501:One hit to win Now! PL2 (2/2) karatevs:0:C91C:00:001:Set PL2 Points to 0 Now! karatevs:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2) ; [ Karate Tournament, The ] karatour:0:FFC0AB:99:000:Infinite Time karatour:0:FFC0D6:0A:000:Infinite Lives PL1 karatour:0:FFC28D:06:000:Infinite Energy PL1 karatour:0:FFC28D:01:001:Drain All Energy Now! PL1 karatour:0:FFC0D7:0A:000:Infinite Lives PL2 karatour:0:FFC38D:06:000:Infinite Energy PL2 karatour:0:FFC38D:01:001:Drain All Energy Now! PL2 ; [ Karian Cross (Rev. 1.0) ] karianx:0:FF05E6:09:000:Infinite Credits karianx:0:FF903B:00:000:Never get Attacked PL1 karianx:0:FF9D8F:00:500:Never get Attacked PL1 (2/2) karianx:0:FF940D:09:001:Attack opposite side with 9 Now! PL1 karianx:0:FF9D63:09:501:Attack opposite side with 9 Now! PL1 (2/2) karianx:0:FF940D:48:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat karianx:0:FF9D63:48:501:Attack opposite side with LOTS Now! PL1 (2/2) karianx:0:000000:00:999:[The current tile display will not update till ] karianx:0:000000:00:999:[the full tile has fully dropped! ] karianx:0:FF9C65:00:000:Current top tile always a Red Sword PL1 karianx:0:FF9C65:01:000:Current top tile always a Blue Circle PL1 karianx:0:FF9C65:02:000:Current top tile always a Green Leaf PL1 karianx:0:FF9C65:03:000:Current top tile always a Red Pill PL1 karianx:0:FF9C65:04:000:Current top tile always a Blue Pill PL1 karianx:0:FF9C65:05:000:Current top tile always a Green Pill PL1 karianx:0:FF9C65:06:000:Current top tile always Empty PL1 karianx:0:FF9C69:00:000:Current bottom tile always a Red Sword PL1 karianx:0:FF9C69:01:000:Current bottom tile always a Blue Circle PL1 karianx:0:FF9C69:02:000:Current bottom tile always a Green Leaf PL1 karianx:0:FF9C69:03:000:Current bottom tile always a Red Pill PL1 karianx:0:FF9C69:04:000:Current bottom tile always a Blue Pill PL1 karianx:0:FF9C69:05:000:Current bottom tile always a Green Pill PL1 karianx:0:FF9C69:06:000:Current bottom tile always Empty PL1 karianx:0:FF9C65:00:001:Current top tile is a Red Sword Now! PL1 karianx:0:FF9C65:01:001:Current top tile is a Blue Circle Now! PL1 karianx:0:FF9C65:02:001:Current top tile is a Green Leaf Now! PL1 karianx:0:FF9C65:03:001:Current top tile is a Red Pill Now! PL1 karianx:0:FF9C65:04:001:Current top tile is a Blue Pill Now! PL1 karianx:0:FF9C65:05:001:Current top tile is a Green Pill Now! PL1 karianx:0:FF9C65:06:001:Current top tile is Empty Now! PL1 karianx:0:FF9C69:00:001:Current bottom tile is a Red Sword Now! PL1 karianx:0:FF9C69:01:001:Current bottom tile is a Blue Circle Now! PL1 karianx:0:FF9C69:02:001:Current bottom tile is a Green Leaf Now! PL1 karianx:0:FF9C69:03:001:Current bottom tile is a Red Pill Now! PL1 karianx:0:FF9C69:04:001:Current bottom tile is a Blue Pill Now! PL1 karianx:0:FF9C69:05:001:Current bottom tile is a Green Pill Now! PL1 karianx:0:FF9C69:06:001:Current bottom tile is Empty Now! PL1 karianx:0:000000:00:999:[ Free player selection - Use on level VS screen ] karianx:0:FF0531:01:001:Play as Matin Now! PL1 karianx:0:FF0531:02:001:Play as Sara Now! PL1 karianx:0:FF0531:03:001:Play as Warok Now! PL1 karianx:0:FF0531:04:001:Play as Lora Now! PL1 karianx:0:FF0531:05:001:Play as Dofe Now! PL1 karianx:0:FF0531:06:001:Play as Leung Now! PL1 karianx:0:FF0531:07:001:Play as Roke Now! PL1 karianx:0:FF0531:08:001:Play as Elena Now! PL1 karianx:0:FF0531:09:001:Play as Rancerot Now! PL1 karianx:0:FF940D:00:000:Never get Attacked PL2 karianx:0:FF9D63:00:500:Never get Attacked PL2 (2/2) karianx:0:FF903B:09:001:Attack opposite side with 9 Now! PL2 karianx:0:FF9D8F:09:501:Attack opposite side with 9 Now! PL2 (2/2) karianx:0:FF903B:48:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat karianx:0:FF9D8F:48:501:Attack opposite side with LOTS Now! PL2 (2/2) karianx:0:000000:00:999:[The current tile display will not update till ] karianx:0:000000:00:999:[the full tile has fully dropped! ] karianx:0:FF9EFF:00:000:Current top tile always a Red Sword PL2 karianx:0:FF9EFF:01:000:Current top tile always a Blue Circle PL2 karianx:0:FF9EFF:02:000:Current top tile always a Green Leaf PL2 karianx:0:FF9EFF:03:000:Current top tile always a Red Pill PL2 karianx:0:FF9EFF:04:000:Current top tile always a Blue Pill PL2 karianx:0:FF9EFF:05:000:Current top tile always a Green Pill PL2 karianx:0:FF9EFF:06:000:Current top tile always Empty PL2 karianx:0:FF9E6B:00:000:Current bottom tile always a Red Sword PL2 karianx:0:FF9E6B:01:000:Current bottom tile always a Blue Circle PL2 karianx:0:FF9E6B:02:000:Current bottom tile always a Green Leaf PL2 karianx:0:FF9E6B:03:000:Current bottom tile always a Red Pill PL2 karianx:0:FF9E6B:04:000:Current bottom tile always a Blue Pill PL2 karianx:0:FF9E6B:05:000:Current bottom tile always a Green Pill PL2 karianx:0:FF9E6B:06:000:Current bottom tile always Empty PL2 karianx:0:FF9EFF:00:001:Current top tile is a Red Sword Now! PL2 karianx:0:FF9EFF:01:001:Current top tile is a Blue Circle Now! PL2 karianx:0:FF9EFF:02:001:Current top tile is a Green Leaf Now! PL2 karianx:0:FF9EFF:03:001:Current top tile is a Red Pill Now! PL2 karianx:0:FF9EFF:04:001:Current top tile is a Blue Pill Now! PL2 karianx:0:FF9EFF:05:001:Current top tile is a Green Pill Now! PL2 karianx:0:FF9EFF:06:001:Current top tile is Empty Now! PL2 karianx:0:FF9E6B:00:001:Current bottom tile is a Red Sword Now! PL2 karianx:0:FF9E6B:01:001:Current bottom tile is a Blue Circle Now! PL2 karianx:0:FF9E6B:02:001:Current bottom tile is a Green Leaf Now! PL2 karianx:0:FF9E6B:03:001:Current bottom tile is a Red Pill Now! PL2 karianx:0:FF9E6B:04:001:Current bottom tile is a Blue Pill Now! PL2 karianx:0:FF9E6B:05:001:Current bottom tile is a Green Pill Now! PL2 karianx:0:FF9E6B:06:001:Current bottom tile is Empty Now! PL2 karianx:0:000000:00:999:[ Free player selection - Use on level VS screen ] karianx:0:FF0549:01:001:Play as Matin Now! PL2 karianx:0:FF0549:02:001:Play as Sara Now! PL2 karianx:0:FF0549:03:001:Play as Warok Now! PL2 karianx:0:FF0549:04:001:Play as Lora Now! PL2 karianx:0:FF0549:05:001:Play as Dofe Now! PL2 karianx:0:FF0549:06:001:Play as Leung Now! PL2 karianx:0:FF0549:07:001:Play as Roke Now! PL2 karianx:0:FF0549:08:001:Play as Elena Now! PL2 karianx:0:FF0549:09:001:Play as Rancerot Now! PL2 ; [ Karnov (US) ] karnov:0:06007B:99:000:Infinite Time :karnov:62000000:000000:00000000:00000000:Select Starting Scene:Set after you've inserted a credit then press the start button :karnov:00211001:060063:00000000:FFFFFFFF:Scene 1 :karnov:00211001:060063:00010001:FFFFFFFF:Scene 2 :karnov:00211001:060063:00020002:FFFFFFFF:Scene 3 :karnov:00211001:060063:00030003:FFFFFFFF:Scene 4 :karnov:00211001:060063:00040004:FFFFFFFF:Scene 5 :karnov:00211001:060063:00050005:FFFFFFFF:Scene 6 :karnov:00211001:060063:00060006:FFFFFFFF:Scene 7 :karnov:00211001:060063:00070007:FFFFFFFF:Scene 8 :karnov:00211001:060063:00080008:FFFFFFFF:Scene 9 karnov:0:060066:02:000:Infinite Lives karnov:0:060072:09:000:Infinite Bombs karnov:0:06030E:99:000:Infinite Super Fireball karnov:0:060070:99:000:Infinite Ks :karnov:20800000:0030EA:00000060:FFFFFFFF:Invincibility:You die though when fall down a pit :karnov:20810000:009260:00000060:FFFFFFFF:Invincibility (2/4):1st = Bomb :karnov:20810000:00EEE2:00000060:FFFFFFFF:Invincibility (3/4):2nd & 3rd = Enemy :karnov:20810000:011226:00000060:FFFFFFFF:Invincibility (4/4):Fire :karnov:00000000:060C80:00000000:00000010:Rapid Fire :karnov:00800000:060541:00000001:00000001:Always Use Speed Shoes :karnov:00800000:060541:00000008:00000008:Always Use Boomerang:Can't use Super Fire together :karnov:00800000:060541:00000010:00000010:Always Use Super Fire:Can't use Boomerang together :karnov:00800000:060541:00000020:00000020:Always Use Wing:Can't use in water. Turn it OFF at the end of the scene :karnov:00800000:060541:00000040:00000040:Always Use Diving Helmet:Only in water :karnov:00800000:060541:00000080:00000080:Always Use Mask:You can see hidden items karnov:0:060201:20:001:Finish Present Scene karnov:0:060200:3F:000:Full Weapon Ammo karnov:0:060071:01:000:Always Have Jump Shoes karnov:0:060073:01:000:Always Have Ladder karnov:0:060075:01:000:Always Have Super Fireball karnov:0:060074:01:000:Always Have Boomerang karnov:0:060077:01:000:Always Have Diving Helmet karnov:0:060076:01:000:Always Have Wings karnov:0:060079:01:000:Always Have Speed Shoes karnov:0:060078:01:000:Always Have Mask karnov:0:060071:01:001:Get the Jump Shoes Now! karnov:0:060073:01:001:Get the Ladder Now! karnov:0:060075:01:001:Get the Super Fireball Now! karnov:0:060074:01:001:Get the Boomerang Now! karnov:0:060077:01:001:Get the Diving Helmet Now! karnov:0:060076:01:001:Get the Wings Now! karnov:0:060079:01:001:Get the Speed Shoes Now! karnov:0:060078:01:001:Get the Mask Now! ; [ Karnov (Japan) ] karnovj:0:06007B:99:000:Infinite Time :karnovj:62000000:000000:00000000:00000000:Select Starting Scene:Set after you've inserted a credit then press the start button :karnovj:00211001:060063:00000000:FFFFFFFF:Scene 1 :karnovj:00211001:060063:00010001:FFFFFFFF:Scene 2 :karnovj:00211001:060063:00020002:FFFFFFFF:Scene 3 :karnovj:00211001:060063:00030003:FFFFFFFF:Scene 4 :karnovj:00211001:060063:00040004:FFFFFFFF:Scene 5 :karnovj:00211001:060063:00050005:FFFFFFFF:Scene 6 :karnovj:00211001:060063:00060006:FFFFFFFF:Scene 7 :karnovj:00211001:060063:00070007:FFFFFFFF:Scene 8 :karnovj:00211001:060063:00080008:FFFFFFFF:Scene 9 karnovj:0:060066:02:000:Infinite Lives karnovj:0:060072:09:000:Infinite Bombs karnovj:0:06030E:99:000:Infinite Super Fireball karnovj:0:060070:99:000:Infinite Ks :karnovj:20800000:0030E0:00000060:FFFFFFFF:Invincibility:You die though when fall down a pit :karnovj:20810000:0091F8:00000060:FFFFFFFF:Invincibility (2/4):1st = Bomb :karnovj:20810000:00E890:00000060:FFFFFFFF:Invincibility (3/4):2nd & 3rd = Enemy :karnovj:20810000:0109BC:00000060:FFFFFFFF:Invincibility (4/4):Fire :karnovj:00000000:060C80:00000000:00000010:Rapid Fire :karnovj:00800000:060541:00000001:00000001:Always Use Speed Shoes :karnovj:00800000:060541:00000008:00000008:Always Use Boomerang:Can't use Super Fire together :karnovj:00800000:060541:00000010:00000010:Always Use Super Fire:Can't use Boomerang together :karnovj:00800000:060541:00000020:00000020:Always Use Wing:Can't use in water. Turn it OFF at the end of the scene :karnovj:00800000:060541:00000040:00000040:Always Use Diving Helmet:Only in water :karnovj:00800000:060541:00000080:00000080:Always Use Mask:You can see hidden items karnovj:0:060201:20:001:Finish Present Scene karnovj:0:060200:3F:000:Full weapon ammo karnovj:0:060071:01:000:Always Have Jump Shoes karnovj:0:060073:01:000:Always Have Ladder karnovj:0:060075:01:000:Always Have Super Fireball karnovj:0:060074:01:000:Always Have Boomerang karnovj:0:060077:01:000:Always Have Diving Helmet karnovj:0:060076:01:000:Always Have Wings karnovj:0:060079:01:000:Always Have Speed Shoes karnovj:0:060078:01:000:Always Have Mask karnovj:0:060071:01:001:Get the Jump Shoes Now! karnovj:0:060073:01:001:Get the Ladder Now! karnovj:0:060075:01:001:Get the Super Fireball Now! karnovj:0:060074:01:001:Get the Boomerang Now! karnovj:0:060077:01:001:Get the Diving Helmet Now! karnovj:0:060076:01:001:Get the Wings Now! karnovj:0:060079:01:001:Get the Speed Shoes Now! karnovj:0:060078:01:001:Get the Mask Now! ; [ Karnov's Revenge / Fighter's History Dynamite ] karnovr:0:103A70:63:000:Infinite Time karnovr:0:1037B7:FF:000:Infinite Energy PL1 karnovr:0:1037B8:FF:500:Infinite Energy PL1 (2/2) karnovr:0:000000:00:999:[ Free player selection-Can be used anytime! ] karnovr:0:000000:00:999:[ May cause some glitches however. ] karnovr:0:103671:00:001:Play with Ray PL1 karnovr:0:103671:01:001:Play with Feilin PL1 karnovr:0:103671:02:001:Play with Ryoko PL1 karnovr:0:103671:03:001:Play with Matlock PL1 karnovr:0:103671:04:001:Play with Samchay PL1 karnovr:0:103671:05:001:Play with Lee PL1 karnovr:0:103671:06:001:Play with Mizoguchi PL1 karnovr:0:103671:07:001:Play with Jean PL1 karnovr:0:103671:08:001:Play with Marstorius PL1 karnovr:0:103671:09:001:Play with Yungmie PL1 karnovr:0:103671:0A:001:Play with Zazie PL1 karnovr:0:103671:0B:001:Play with Clown PL1 karnovr:0:103671:0C:001:Play with Karnov PL1 karnovr:0:103671:0D:001:Play with Bull PL1 karnovr:0:1039B7:FF:000:Infinite Energy PL2 karnovr:0:1039B8:FF:500:Infinite Energy PL2 (2/2) karnovr:0:000000:00:999:[ Free player selection-Can be used anytime! ] karnovr:0:000000:00:999:[ May cause some glitches however. ] karnovr:0:103871:00:001:Play with Ray PL2 karnovr:0:103871:01:001:Play with Feilin PL2 karnovr:0:103871:02:001:Play with Ryoko PL2 karnovr:0:103871:03:001:Play with Matlock PL2 karnovr:0:103871:04:001:Play with Samchay PL2 karnovr:0:103871:05:001:Play with Lee PL2 karnovr:0:103871:06:001:Play with Mizoguchi PL2 karnovr:0:103871:07:001:Play with Jean PL2 karnovr:0:103871:08:001:Play with Marstorius PL2 karnovr:0:103871:09:001:Play with Yungmie PL2 karnovr:0:103871:0A:001:Play with Zazie PL2 karnovr:0:103871:0B:001:Play with Clown PL2 karnovr:0:103871:0C:001:Play with Karnov PL2 karnovr:0:103871:0D:001:Play with Bull PL2 :karnovr:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :karnovr:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :karnovr:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ninja Kazan (World) ] kazan:0:0F0029:09:000:Infinite Lives PL1 kazan:0:0F002B:09:000:Infinite Lives PL2 kazan:0:0F007F:03:006:Infinite Life kazan:0:0F0177:99:007:Infinite Time :kazan:20800000:148F1:00000087:FFFFFFFF:Invincibility :kazan:20910000:148F6:00000002:FFFFFFFF:Invincibility (2/2):1st = bclr #$12,D7, 2nd = bne $148f8 :kazan:62000000:00000:00000000:00000000:Select Energy Charge Speed :kazan:20810000:1491A:00000052:FFFFFFFF:Normal :kazan:20810000:1491A:00000054:FFFFFFFF:x2 :kazan:20810000:1491A:00000058:FFFFFFFF:x4 kazan:0:0F00BD:01:000:Always have Grapple Hook Shot kazan:0:0F00BD:02:000:Always have Shuriken Shot kazan:0:0F00BD:03:000:Always have Knife Shot kazan:0:0F00BD:04:000:Always have 3 Knife Shot kazan:0:0F00CF:01:000:Always have Power Shot Lvl1 kazan:0:0F00CF:02:000:Always have Power Shot Lvl2 kazan:0:0F00CF:03:000:Always have Power Shot Lvl3 kazan:0:0F00CF:04:000:Always have Power Shot Lvl4 kazan:0:0F00CF:05:000:Always have Power Shot Lvl5 kazan:0:0F00BD:01:001:Get Grapple Hook Shot Now! kazan:0:0F00BD:02:001:Get Shuriken Shot Now! kazan:0:0F00BD:03:001:Get Knife Shot Now! kazan:0:0F00BD:04:001:Get 3 Knife Shot Now! kazan:0:000000:00:999:[These Get Power Shot Lvl ] kazan:0:000000:00:999:[cheats only work for a very] kazan:0:000000:00:999:[few goes. ] kazan:0:0F00CF:01:001:Get Power Shot Lvl1 Now! kazan:0:0F00CF:01:001:Get Power Shot Lvl1 Now! kazan:0:0F00CF:01:001:Get Power Shot Lvl1 Now! kazan:0:0F00CF:02:001:Get Power Shot Lvl2 Now! kazan:0:0F00CF:03:001:Get Power Shot Lvl3 Now! kazan:0:0F00CF:04:001:Get Power Shot Lvl4 Now! kazan:0:0F00CF:05:001:Get Power Shot Lvl5 Now! ; [ Knuckle Bash ] kbash:0:000000:00:999:[A lot of these cheats need ] kbash:0:000000:00:999:[to be deactivated at the ] kbash:0:000000:00:999:[end of the round. Use F6 to] kbash:0:000000:00:999:[disable then F6 to reenable] kbash:0:000000:00:999:[when the next round starts ] kbash:0:10023D:99:000:Infinite Time kbash:0:1001D5:09:000:Infinite Lives PL1 kbash:0:10151C:70:000:Infinite Energy PL1 kbash:0:101659:99:001:Get 153 Pts Sub Game PL1 kbash:0:101659:00:001:Get 0 Pts Sub Game PL1 kbash:0:10020D:09:000:Infinite Lives PL2 kbash:0:1015C4:70:000:Infinite Energy PL2 kbash:0:101701:99:001:Get 153 Pts Sub Game PL2 kbash:0:101701:00:001:Get 0 Pts Sub Game PL2 ; [ Karate Champ (US) ] kchamp:0:C167:99:007:Infinite Time kchamp:0:C91A:00:000:Stop White/PL1 Winning kchamp:0:C91A:01:001:One hit to win Now! PL1 kchamp:0:C91B:01:501:One hit to win Now! PL1 (2/2) kchamp:0:C91A:00:001:Set PL1 Points to 0 Now! kchamp:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2) kchamp:0:C91C:00:000:Stop Red/PL2 Winning kchamp:0:C91C:01:001:One hit to win Now! PL2 kchamp:0:C91D:01:501:One hit to win Now! PL2 (2/2) kchamp:0:C91C:00:001:Set PL2 Points to 0 Now! kchamp:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2) ; [ Karate Champ (US VS version) ] kchampvs:0:C167:99:007:Infinite Time kchampvs:0:C91A:00:000:Stop White/PL1 Winning kchampvs:0:C91A:01:001:One hit to win Now! PL1 kchampvs:0:C91B:01:501:One hit to win Now! PL1 (2/2) kchampvs:0:C91A:00:001:Set PL1 Points to 0 Now! kchampvs:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2) kchampvs:0:C91C:00:000:Stop Red/PL2 Winning kchampvs:0:C91C:01:001:One hit to win Now! PL2 kchampvs:0:C91D:01:501:One hit to win Now! PL2 (2/2) kchampvs:0:C91C:00:001:Set PL2 Points to 0 Now! kchampvs:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2) ; [ Dead Eye (GV054 UA01) ] kdeadeye:0:0000:00:999:[ There are no cheats ]:REASON 1 kdeadeye:0:0000:00:999:[ for this game as it ]:REASON 1 kdeadeye:0:0000:00:999:[ didn't work the last ]:REASON 1 kdeadeye:0:0000:00:999:[ time it was tested. ]:REASON 1 kdeadeye:0:0000:00:999:[ If the game now works ]:REASON 1 kdeadeye:0:0000:00:999:[ please request cheats ]:REASON 1 kdeadeye:0:0000:00:999:[ for it on the cheat ]:REASON 1 kdeadeye:0:0000:00:999:[ forums. ]:REASON 1 ; [ King of Dynast Gear (version 1.8) ] kdynastg:0:0000:00:999:[ This game hasn't even ]:REASON 11 kdynastg:0:0000:00:999:[ been looked at due to ]:REASON 11 kdynastg:0:0000:00:999:[ time constraints - Too]:REASON 11 kdynastg:0:0000:00:999:[ many games and so ]:REASON 11 kdynastg:0:0000:00:999:[ little time. It is ]:REASON 11 kdynastg:0:0000:00:999:[ even possible that ]:REASON 11 kdynastg:0:0000:00:999:[ this game may be a ]:REASON 11 kdynastg:0:0000:00:999:[ clone of an existing ]:REASON 11 kdynastg:0:0000:00:999:[ game which may have ]:REASON 11 kdynastg:0:0000:00:999:[ cheats. Please search ]:REASON 11 kdynastg:0:0000:00:999:[ the cheat forums ]:REASON 11 kdynastg:0:0000:00:999:[ before posting cheat ]:REASON 11 kdynastg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Dramatic Adventure Quiz Keith & Lucy (Japan) ] keithlcy:0:00002F:09:000:Infinite Credits :keithlcy:000000E6:0047D1:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer keithlcy:0:0046AF:01:001:Good answer ends quiz Now! keithlcy:0:0001E5:05:000:Infinite Vitality PL1 keithlcy:0:0001E7:05:000:Infinite Vitality PL2 ; [ Ken-Go ] kengo:0:E0035:99:000:Infinite Credits kengo:0:E00A7:22:000:Infinite Time :kengo:62000000:00000:00000000:00000000:Select Starting Stage:You should enable this cheat when the "Push Start Button" message is displayed, ie. after credits have been inserted! :kengo:00111001:E09AE:00000000:FFFFFFFF:Stage 1 :kengo:00111001:E09AE:00000001:FFFFFFFF:Stage 2 :kengo:00111001:E09AE:00000002:FFFFFFFF:Stage 3 :kengo:00111001:E09AE:00000003:FFFFFFFF:Stage 4 :kengo:00111001:E09AE:00000004:FFFFFFFF:Stage 5 :kengo:00111001:E09AE:00000100:FFFFFFFF:Stage 6 :kengo:00111001:E09AE:00000101:FFFFFFFF:Stage 7 :kengo:00111001:E09AE:00000102:FFFFFFFF:Stage 8 :kengo:00111001:E09AE:00000103:FFFFFFFF:Stage 9 :kengo:00111001:E09AE:00000104:FFFFFFFF:Stage 10 :kengo:00000000:E09B2:00000039:FFFFFFFF:Infinite Lives PL1 :kengo:00000000:E09B6:00000008:FFFFFFFF:Infinite Energy PL1 :kengo:00010000:E09B8:00000008:FFFFFFFF:Infinite Energy PL1 (2/2) :kengo:81000018:E2CAC:00000010:000E0034:Invincibility PL1 :kengo:81010000:E2CAC:00000003:000E0021:Invincibility PL1 (2/2) :kengo:00000000:E09B4:00000002:FFFFFFFF:Always Have Power Up PL1 :kengo:81000001:E2CAC:00000060:000E003A:Get Maximum Energy Charge Now! PL1:Use this with an Activation Key for best effect :kengo:81000000:E2CAC:00000000:000E0033:Rapid Fire PL1:Can't charge and defend :kengo:00000000:E09B3:00000039:FFFFFFFF:Infinite Lives PL2 :kengo:00000000:E09B7:00000008:FFFFFFFF:Infinite Energy PL2 :kengo:00010000:E09B9:00000008:FFFFFFFF:Infinite Energy PL2 (2/2) :kengo:81000018:E2D5A:00000010:000E0034:Invincibility PL2 :kengo:81010000:E2D5A:00000003:000E0021:Invincibility PL2 (2/2) :kengo:00000000:E09B5:00000002:FFFFFFFF:Always Have Power Up PL2 :kengo:81000001:E2D5A:00000060:000E003A:Get Maximum Energy Charge Now! PL2:Use this with an Activation Key for best effect :kengo:81000000:E2D5A:00000000:000E0033:Rapid Fire PL2:Can't charge and defend ; [ King of Fighters 10th Anniversary Extra Plus, The (The King of Fighters 2002 bootleg) ] :kf10thep:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kf10thep:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kf10thep:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) ;Select Backdrop not working - corrupted backdrop, maybe other differences? ;:kf10thep:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence ;:kf10thep:62000000:000000:00000000:00000000:Select Backdrop ;:kf10thep:00010000:10A79A:00000000:FFFFFFFF:Japan ;:kf10thep:00010000:10A79A:00000001:FFFFFFFF:Korea ;:kf10thep:00010000:10A79A:00000002:FFFFFFFF:China ;:kf10thep:00010000:10A79A:00000003:FFFFFFFF:Holland ;:kf10thep:00010000:10A79A:00000004:FFFFFFFF:Cambodia ;:kf10thep:00010000:10A79A:00000005:FFFFFFFF:Mexico ;:kf10thep:00010000:10A79A:00000006:FFFFFFFF:Italy ;:kf10thep:00010000:10A79A:00000007:FFFFFFFF:Rugal ;:kf10thep:00010000:10A79A:00000008:FFFFFFFF:NESTS :kf10thep:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kf10thep:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kf10thep:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kf10thep:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kf10thep:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kf10thep:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kf10thep:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kf10thep:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kf10thep:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kf10thep:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kf10thep:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kf10thep:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kf10thep:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kf10thep:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kf10thep:62000000:000000:00000000:00000000:Select Team PL1 :kf10thep:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf10thep:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf10thep:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf10thep:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf10thep:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf10thep:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf10thep:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf10thep:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf10thep:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf10thep:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf10thep:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf10thep:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf10thep:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf10thep:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kf10thep:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kf10thep:62000000:000000:00000000:00000000:Select Team Style PL1 :kf10thep:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kf10thep:00010000:10A7E4:00000000:00000040:Fight as a Team :kf10thep:62000000:000000:00000000:00000000:Select Character (A) PL1 :kf10thep:00010000:10A804:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A804:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A804:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A804:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A804:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A804:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A804:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A804:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A804:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A804:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A804:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A804:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A804:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A804:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A804:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A804:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A804:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A804:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A804:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A804:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A804:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A804:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A804:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A804:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A804:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A804:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A804:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A804:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A804:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A804:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A804:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A804:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A804:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A804:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A804:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A804:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A804:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A804:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Character (B) PL1 :kf10thep:00010000:10A805:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A805:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A805:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A805:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A805:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A805:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A805:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A805:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A805:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A805:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A805:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A805:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A805:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A805:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A805:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A805:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A805:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A805:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A805:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A805:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A805:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A805:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A805:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A805:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A805:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A805:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A805:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A805:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A805:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A805:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A805:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A805:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A805:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A805:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A805:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A805:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A805:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A805:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Character (C) PL1 :kf10thep:00010000:10A806:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A806:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A806:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A806:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A806:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A806:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A806:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A806:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A806:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A806:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A806:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A806:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A806:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A806:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A806:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A806:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A806:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A806:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A806:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A806:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A806:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A806:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A806:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A806:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A806:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A806:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A806:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A806:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A806:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A806:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A806:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A806:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A806:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A806:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A806:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A806:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A806:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A806:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kf10thep:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A7EE:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A7EE:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A7EE:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A7EE:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A7EE:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A7EE:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A7EE:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A7EE:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A7EE:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A7EE:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A7EE:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A7EE:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A7EE:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A7EE:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A7EE:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A7EE:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A7EE:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A7EE:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kf10thep:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A7EF:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A7EF:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A7EF:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A7EF:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A7EF:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A7EF:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A7EF:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A7EF:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A7EF:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A7EF:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A7EF:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A7EF:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A7EF:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A7EF:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A7EF:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A7EF:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A7EF:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A7EF:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kf10thep:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A7F0:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A7F0:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A7F0:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A7F0:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A7F0:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A7F0:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A7F0:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A7F0:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A7F0:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A7F0:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A7F0:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A7F0:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A7F0:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A7F0:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A7F0:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A7F0:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A7F0:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A7F0:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kf10thep:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A7E6:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A7E6:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A7E6:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A7E6:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A7E6:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A7E6:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A7E6:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A7E6:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A7E6:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A7E6:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A7E6:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A7E6:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A7E6:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A7E6:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A7E6:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A7E6:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A7E6:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A7E6:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kf10thep:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A7E7:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A7E7:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A7E7:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A7E7:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A7E7:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A7E7:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A7E7:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A7E7:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A7E7:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A7E7:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A7E7:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A7E7:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A7E7:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A7E7:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A7E7:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A7E7:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A7E7:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A7E7:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kf10thep:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A7E8:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A7E8:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A7E8:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A7E8:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A7E8:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A7E8:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A7E8:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A7E8:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A7E8:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A7E8:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A7E8:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A7E8:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A7E8:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A7E8:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A7E8:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A7E8:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A7E8:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A7E8:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf10thep:00010000:108182:00000000:00000004:Normal Mode :kf10thep:00010000:108182:00000004:00000004:Hero Mode :kf10thep:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf10thep:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf10thep:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf10thep:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf10thep:00010000:10A804:00000000:00000080:Not Selected by Roulette :kf10thep:00010000:10A804:00000080:00000080:Selected by Roulette :kf10thep:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf10thep:00010000:10A805:00000000:00000080:Not Selected by Roulette :kf10thep:00010000:10A805:00000080:00000080:Selected by Roulette :kf10thep:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf10thep:00010000:10A806:00000000:00000080:Not Selected by Roulette :kf10thep:00010000:10A806:00000080:00000080:Selected by Roulette :kf10thep:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf10thep:00010000:10821D:00000000:00000010:Normal Moves :kf10thep:00010000:10821D:00000010:00000010:Orochi Moves :kf10thep:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kf10thep:00010000:10A7EA:00000000:00000003:A colour :kf10thep:00010000:10A7EA:00000001:00000003:B colour :kf10thep:00010000:10A7EA:00000002:00000003:C colour :kf10thep:00010000:10A7EA:00000003:00000003:D colour :kf10thep:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kf10thep:00010000:10A7EB:00000000:00000003:A colour :kf10thep:00010000:10A7EB:00000001:00000003:B colour :kf10thep:00010000:10A7EB:00000002:00000003:C colour :kf10thep:00010000:10A7EB:00000003:00000003:D colour :kf10thep:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kf10thep:00010000:10A7EC:00000000:00000003:A colour :kf10thep:00010000:10A7EC:00000001:00000003:B colour :kf10thep:00010000:10A7EC:00000002:00000003:C colour :kf10thep:00010000:10A7EC:00000003:00000003:D colour :kf10thep:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf10thep:00010000:10A7E3:00000000:00000001:Normal Colours :kf10thep:00010000:10A7E3:00000001:00000001:Orochi Colours :kf10thep:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf10thep:00010000:10A7E3:00000000:00000002:Normal Colours :kf10thep:00010000:10A7E3:00000002:00000002:Orochi Colours :kf10thep:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf10thep:00010000:10A7E3:00000000:00000004:Normal Colours :kf10thep:00010000:10A7E3:00000004:00000004:Orochi Colours :kf10thep:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kf10thep:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kf10thep:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kf10thep:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kf10thep:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kf10thep:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kf10thep:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kf10thep:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kf10thep:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kf10thep:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kf10thep:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kf10thep:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kf10thep:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kf10thep:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kf10thep:62000000:000000:00000000:00000000:Select Team PL2 :kf10thep:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf10thep:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf10thep:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf10thep:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf10thep:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf10thep:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf10thep:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf10thep:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf10thep:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf10thep:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf10thep:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf10thep:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf10thep:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf10thep:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kf10thep:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kf10thep:62000000:000000:00000000:00000000:Select Team Style PL2 :kf10thep:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kf10thep:00010000:10A80A:00000000:00000040:Fight as a Team :kf10thep:62000000:000000:00000000:00000000:Select Character (A) PL2 :kf10thep:00010000:10A82A:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A82A:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A82A:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A82A:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A82A:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A82A:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A82A:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A82A:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A82A:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A82A:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A82A:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A82A:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A82A:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A82A:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A82A:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A82A:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A82A:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A82A:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A82A:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A82A:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A82A:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A82A:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A82A:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A82A:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A82A:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A82A:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A82A:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A82A:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A82A:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A82A:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A82A:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Character (B) PL2 :kf10thep:00010000:10A82B:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A82B:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A82B:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A82B:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A82B:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A82B:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A82B:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A82B:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A82B:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A82B:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A82B:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A82B:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A82B:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A82B:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A82B:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A82B:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A82B:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A82B:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A82B:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A82B:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A82B:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A82B:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A82B:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A82B:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A82B:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A82B:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A82B:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A82B:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A82B:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A82B:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A82B:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Character (C) PL2 :kf10thep:00010000:10A82C:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A82C:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A82C:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A82C:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A82C:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A82C:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A82C:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A82C:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A82C:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A82C:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A82C:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A82C:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A82C:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A82C:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A82C:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A82C:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A82C:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A82C:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A82C:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A82C:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A82C:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A82C:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A82C:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A82C:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A82C:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A82C:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A82C:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A82C:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A82C:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A82C:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A82C:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kf10thep:00010000:10A814:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A814:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A814:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A814:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A814:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A814:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A814:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A814:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A814:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A814:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A814:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A814:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A814:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A814:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A814:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A814:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A814:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A814:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A814:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A814:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A814:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A814:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A814:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A814:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A814:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A814:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A814:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A814:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A814:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A814:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A814:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A814:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A814:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A814:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A814:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A814:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A814:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A814:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kf10thep:00010000:10A815:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A815:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A815:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A815:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A815:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A815:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A815:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A815:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A815:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A815:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A815:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A815:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A815:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A815:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A815:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A815:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A815:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A815:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A815:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A815:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A815:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A815:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A815:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A815:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A815:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A815:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A815:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A815:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A815:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A815:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A815:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A815:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A815:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A815:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A815:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A815:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A815:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A815:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kf10thep:00010000:10A816:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A816:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A816:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A816:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A816:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A816:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A816:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A816:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A816:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A816:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A816:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A816:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A816:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A816:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A816:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A816:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A816:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A816:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A816:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A816:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A816:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A816:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A816:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A816:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A816:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A816:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A816:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A816:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A816:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A816:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A816:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A816:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A816:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A816:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A816:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A816:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A816:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A816:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kf10thep:00010000:10A80C:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A80C:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A80C:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A80C:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A80C:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A80C:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A80C:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A80C:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A80C:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A80C:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A80C:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A80C:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A80C:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A80C:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A80C:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A80C:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A80C:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A80C:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A80C:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A80C:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A80C:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A80C:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A80C:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A80C:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A80C:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A80C:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A80C:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A80C:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A80C:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A80C:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A80C:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kf10thep:00010000:10A80D:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A80D:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A80D:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A80D:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A80D:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A80D:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A80D:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A80D:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A80D:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A80D:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A80D:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A80D:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A80D:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A80D:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A80D:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A80D:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A80D:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A80D:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A80D:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A80D:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A80D:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A80D:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A80D:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A80D:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A80D:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A80D:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A80D:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A80D:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A80D:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A80D:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A80D:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kf10thep:00010000:10A80E:00000000:FFFFFFFF:Kyo :kf10thep:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kf10thep:00010000:10A80E:00000002:FFFFFFFF:Daimon :kf10thep:00010000:10A80E:00000003:FFFFFFFF:Terry :kf10thep:00010000:10A80E:00000004:FFFFFFFF:Andy :kf10thep:00010000:10A80E:00000005:FFFFFFFF:Joe :kf10thep:00010000:10A80E:00000006:FFFFFFFF:Kim :kf10thep:00010000:10A80E:00000007:FFFFFFFF:Chang :kf10thep:00010000:10A80E:00000008:FFFFFFFF:Choi :kf10thep:00010000:10A80E:00000009:FFFFFFFF:Athena :kf10thep:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kf10thep:00010000:10A80E:0000000B:FFFFFFFF:Chin :kf10thep:00010000:10A80E:0000000C:FFFFFFFF:Leona :kf10thep:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kf10thep:00010000:10A80E:0000000E:FFFFFFFF:Clark :kf10thep:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kf10thep:00010000:10A80E:00000010:FFFFFFFF:Robert :kf10thep:00010000:10A80E:00000011:FFFFFFFF:Takuma :kf10thep:00010000:10A80E:00000012:FFFFFFFF:Mai :kf10thep:00010000:10A80E:00000013:FFFFFFFF:Yuri :kf10thep:00010000:10A80E:00000014:FFFFFFFF:May Lee :kf10thep:00010000:10A80E:00000015:FFFFFFFF:Iori :kf10thep:00010000:10A80E:00000016:FFFFFFFF:Mature :kf10thep:00010000:10A80E:00000017:FFFFFFFF:Vice :kf10thep:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kf10thep:00010000:10A80E:00000019:FFFFFFFF:Mary :kf10thep:00010000:10A80E:0000001A:FFFFFFFF:Billy :kf10thep:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kf10thep:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kf10thep:00010000:10A80E:0000001D:FFFFFFFF:Chris :kf10thep:00010000:10A80E:0000001E:FFFFFFFF:K' :kf10thep:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kf10thep:00010000:10A80E:00000020:FFFFFFFF:Whip :kf10thep:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kf10thep:00010000:10A80E:00000022:FFFFFFFF:Seth :kf10thep:00010000:10A80E:00000023:FFFFFFFF:Ramon :kf10thep:00010000:10A80E:00000024:FFFFFFFF:Kula :kf10thep:00010000:10A80E:00000025:FFFFFFFF:K9999 :kf10thep:00010000:10A80E:00000026:FFFFFFFF:Angel :kf10thep:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kf10thep:00010000:10A80E:00000028:FFFFFFFF:Rugal :kf10thep:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf10thep:00010000:108382:00000000:00000004:Normal Mode :kf10thep:00010000:108382:00000004:00000004:Hero Mode :kf10thep:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf10thep:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf10thep:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf10thep:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf10thep:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kf10thep:00010000:10A82A:00000080:00000080:Selected by Roulette :kf10thep:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf10thep:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kf10thep:00010000:10A82B:00000080:00000080:Selected by Roulette :kf10thep:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf10thep:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kf10thep:00010000:10A82C:00000080:00000080:Selected by Roulette :kf10thep:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf10thep:00010000:10841D:00000000:00000010:Normal Moves :kf10thep:00010000:10841D:00000010:00000010:Orochi Moves :kf10thep:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kf10thep:00010000:10A810:00000000:00000003:A colour :kf10thep:00010000:10A810:00000001:00000003:B colour :kf10thep:00010000:10A810:00000002:00000003:C colour :kf10thep:00010000:10A810:00000003:00000003:D colour :kf10thep:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kf10thep:00010000:10A811:00000000:00000003:A colour :kf10thep:00010000:10A811:00000001:00000003:B colour :kf10thep:00010000:10A811:00000002:00000003:C colour :kf10thep:00010000:10A811:00000003:00000003:D colour :kf10thep:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kf10thep:00010000:10A812:00000000:00000003:A colour :kf10thep:00010000:10A812:00000001:00000003:B colour :kf10thep:00010000:10A812:00000002:00000003:C colour :kf10thep:00010000:10A812:00000003:00000003:D colour :kf10thep:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf10thep:00010000:10A809:00000000:00000001:Normal Colours :kf10thep:00010000:108809:00000001:00000001:Orochi Colours :kf10thep:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf10thep:00010000:10A809:00000000:00000002:Normal Colours :kf10thep:00010000:108809:00000002:00000002:Orochi Colours :kf10thep:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf10thep:00010000:10A809:00000000:00000004:Normal Colours :kf10thep:00010000:108809:00000004:00000004:Orochi Colours :kf10thep:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf10thep:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf10thep:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2002 Magic Plus, The (bootleg) ] :kf2k2mp:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kf2k2mp:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kf2k2mp:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kf2k2mp:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence :kf2k2mp:62000000:000000:00000000:00000000:Select Backdrop :kf2k2mp:00010000:10A79A:00000000:FFFFFFFF:Japan :kf2k2mp:00010000:10A79A:00000001:FFFFFFFF:Korea :kf2k2mp:00010000:10A79A:00000002:FFFFFFFF:China :kf2k2mp:00010000:10A79A:00000003:FFFFFFFF:Holland :kf2k2mp:00010000:10A79A:00000004:FFFFFFFF:Cambodia :kf2k2mp:00010000:10A79A:00000005:FFFFFFFF:Mexico :kf2k2mp:00010000:10A79A:00000006:FFFFFFFF:Italy :kf2k2mp:00010000:10A79A:00000007:FFFFFFFF:Rugal :kf2k2mp:00010000:10A79A:00000008:FFFFFFFF:NESTS :kf2k2mp:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kf2k2mp:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kf2k2mp:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kf2k2mp:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kf2k2mp:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kf2k2mp:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kf2k2mp:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kf2k2mp:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kf2k2mp:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kf2k2mp:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kf2k2mp:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kf2k2mp:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kf2k2mp:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kf2k2mp:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kf2k2mp:62000000:000000:00000000:00000000:Select Team PL1 :kf2k2mp:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2mp:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2mp:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2mp:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2mp:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2mp:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2mp:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2mp:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2mp:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2mp:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2mp:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2mp:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2mp:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2mp:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kf2k2mp:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kf2k2mp:62000000:000000:00000000:00000000:Select Team Style PL1 :kf2k2mp:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kf2k2mp:00010000:10A7E4:00000000:00000040:Fight as a Team :kf2k2mp:62000000:000000:00000000:00000000:Select Character (A) PL1 :kf2k2mp:00010000:10A804:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A804:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A804:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A804:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A804:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A804:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A804:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A804:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A804:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A804:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A804:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A804:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A804:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A804:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A804:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A804:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A804:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A804:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A804:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A804:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A804:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A804:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A804:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A804:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A804:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A804:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A804:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A804:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A804:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A804:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A804:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A804:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A804:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A804:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A804:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A804:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A804:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A804:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Character (B) PL1 :kf2k2mp:00010000:10A805:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A805:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A805:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A805:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A805:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A805:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A805:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A805:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A805:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A805:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A805:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A805:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A805:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A805:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A805:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A805:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A805:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A805:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A805:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A805:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A805:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A805:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A805:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A805:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A805:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A805:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A805:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A805:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A805:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A805:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A805:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A805:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A805:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A805:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A805:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A805:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A805:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A805:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Character (C) PL1 :kf2k2mp:00010000:10A806:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A806:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A806:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A806:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A806:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A806:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A806:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A806:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A806:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A806:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A806:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A806:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A806:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A806:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A806:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A806:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A806:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A806:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A806:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A806:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A806:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A806:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A806:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A806:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A806:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A806:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A806:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A806:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A806:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A806:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A806:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A806:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A806:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A806:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A806:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A806:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A806:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A806:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kf2k2mp:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A7EE:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A7EE:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A7EE:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A7EE:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A7EE:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A7EE:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A7EE:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A7EE:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A7EE:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A7EE:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A7EE:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A7EE:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A7EE:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A7EE:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A7EE:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A7EE:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A7EE:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A7EE:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kf2k2mp:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A7EF:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A7EF:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A7EF:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A7EF:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A7EF:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A7EF:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A7EF:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A7EF:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A7EF:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A7EF:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A7EF:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A7EF:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A7EF:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A7EF:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A7EF:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A7EF:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A7EF:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A7EF:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kf2k2mp:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A7F0:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A7F0:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A7F0:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A7F0:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A7F0:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A7F0:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A7F0:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A7F0:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A7F0:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A7F0:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A7F0:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A7F0:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A7F0:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A7F0:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A7F0:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A7F0:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A7F0:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A7F0:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kf2k2mp:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A7E6:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A7E6:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A7E6:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A7E6:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A7E6:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A7E6:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A7E6:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A7E6:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A7E6:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A7E6:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A7E6:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A7E6:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A7E6:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A7E6:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A7E6:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A7E6:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A7E6:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A7E6:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kf2k2mp:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A7E7:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A7E7:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A7E7:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A7E7:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A7E7:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A7E7:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A7E7:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A7E7:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A7E7:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A7E7:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A7E7:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A7E7:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A7E7:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A7E7:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A7E7:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A7E7:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A7E7:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A7E7:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kf2k2mp:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A7E8:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A7E8:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A7E8:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A7E8:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A7E8:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A7E8:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A7E8:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A7E8:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A7E8:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A7E8:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A7E8:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A7E8:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A7E8:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A7E8:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A7E8:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A7E8:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A7E8:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A7E8:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2mp:00010000:108182:00000000:00000004:Normal Mode :kf2k2mp:00010000:108182:00000004:00000004:Hero Mode :kf2k2mp:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp:00010000:10A804:00000000:00000080:Not Selected by Roulette :kf2k2mp:00010000:10A804:00000080:00000080:Selected by Roulette :kf2k2mp:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp:00010000:10A805:00000000:00000080:Not Selected by Roulette :kf2k2mp:00010000:10A805:00000080:00000080:Selected by Roulette :kf2k2mp:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp:00010000:10A806:00000000:00000080:Not Selected by Roulette :kf2k2mp:00010000:10A806:00000080:00000080:Selected by Roulette :kf2k2mp:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2mp:00010000:10821D:00000000:00000010:Normal Moves :kf2k2mp:00010000:10821D:00000010:00000010:Orochi Moves :kf2k2mp:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kf2k2mp:00010000:10A7EA:00000000:00000003:A colour :kf2k2mp:00010000:10A7EA:00000001:00000003:B colour :kf2k2mp:00010000:10A7EA:00000002:00000003:C colour :kf2k2mp:00010000:10A7EA:00000003:00000003:D colour :kf2k2mp:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kf2k2mp:00010000:10A7EB:00000000:00000003:A colour :kf2k2mp:00010000:10A7EB:00000001:00000003:B colour :kf2k2mp:00010000:10A7EB:00000002:00000003:C colour :kf2k2mp:00010000:10A7EB:00000003:00000003:D colour :kf2k2mp:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kf2k2mp:00010000:10A7EC:00000000:00000003:A colour :kf2k2mp:00010000:10A7EC:00000001:00000003:B colour :kf2k2mp:00010000:10A7EC:00000002:00000003:C colour :kf2k2mp:00010000:10A7EC:00000003:00000003:D colour :kf2k2mp:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp:00010000:10A7E3:00000000:00000001:Normal Colours :kf2k2mp:00010000:10A7E3:00000001:00000001:Orochi Colours :kf2k2mp:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp:00010000:10A7E3:00000000:00000002:Normal Colours :kf2k2mp:00010000:10A7E3:00000002:00000002:Orochi Colours :kf2k2mp:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp:00010000:10A7E3:00000000:00000004:Normal Colours :kf2k2mp:00010000:10A7E3:00000004:00000004:Orochi Colours :kf2k2mp:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kf2k2mp:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kf2k2mp:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kf2k2mp:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kf2k2mp:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kf2k2mp:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kf2k2mp:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kf2k2mp:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kf2k2mp:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kf2k2mp:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kf2k2mp:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kf2k2mp:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kf2k2mp:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kf2k2mp:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kf2k2mp:62000000:000000:00000000:00000000:Select Team PL2 :kf2k2mp:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2mp:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2mp:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2mp:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2mp:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2mp:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2mp:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2mp:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2mp:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2mp:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2mp:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2mp:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2mp:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2mp:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kf2k2mp:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kf2k2mp:62000000:000000:00000000:00000000:Select Team Style PL2 :kf2k2mp:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kf2k2mp:00010000:10A80A:00000000:00000040:Fight as a Team :kf2k2mp:62000000:000000:00000000:00000000:Select Character (A) PL2 :kf2k2mp:00010000:10A82A:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A82A:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A82A:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A82A:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A82A:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A82A:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A82A:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A82A:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A82A:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A82A:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A82A:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A82A:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A82A:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A82A:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A82A:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A82A:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A82A:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A82A:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A82A:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A82A:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A82A:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A82A:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A82A:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A82A:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A82A:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A82A:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A82A:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A82A:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A82A:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A82A:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A82A:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Character (B) PL2 :kf2k2mp:00010000:10A82B:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A82B:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A82B:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A82B:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A82B:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A82B:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A82B:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A82B:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A82B:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A82B:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A82B:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A82B:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A82B:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A82B:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A82B:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A82B:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A82B:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A82B:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A82B:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A82B:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A82B:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A82B:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A82B:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A82B:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A82B:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A82B:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A82B:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A82B:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A82B:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A82B:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A82B:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Character (C) PL2 :kf2k2mp:00010000:10A82C:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A82C:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A82C:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A82C:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A82C:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A82C:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A82C:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A82C:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A82C:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A82C:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A82C:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A82C:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A82C:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A82C:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A82C:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A82C:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A82C:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A82C:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A82C:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A82C:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A82C:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A82C:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A82C:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A82C:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A82C:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A82C:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A82C:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A82C:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A82C:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A82C:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A82C:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kf2k2mp:00010000:10A814:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A814:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A814:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A814:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A814:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A814:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A814:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A814:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A814:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A814:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A814:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A814:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A814:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A814:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A814:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A814:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A814:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A814:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A814:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A814:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A814:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A814:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A814:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A814:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A814:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A814:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A814:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A814:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A814:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A814:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A814:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A814:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A814:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A814:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A814:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A814:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A814:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A814:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kf2k2mp:00010000:10A815:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A815:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A815:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A815:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A815:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A815:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A815:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A815:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A815:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A815:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A815:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A815:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A815:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A815:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A815:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A815:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A815:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A815:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A815:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A815:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A815:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A815:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A815:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A815:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A815:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A815:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A815:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A815:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A815:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A815:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A815:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A815:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A815:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A815:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A815:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A815:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A815:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A815:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kf2k2mp:00010000:10A816:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A816:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A816:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A816:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A816:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A816:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A816:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A816:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A816:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A816:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A816:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A816:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A816:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A816:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A816:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A816:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A816:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A816:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A816:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A816:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A816:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A816:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A816:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A816:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A816:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A816:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A816:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A816:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A816:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A816:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A816:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A816:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A816:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A816:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A816:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A816:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A816:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A816:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kf2k2mp:00010000:10A80C:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A80C:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A80C:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A80C:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A80C:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A80C:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A80C:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A80C:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A80C:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A80C:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A80C:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A80C:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A80C:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A80C:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A80C:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A80C:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A80C:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A80C:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A80C:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A80C:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A80C:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A80C:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A80C:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A80C:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A80C:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A80C:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A80C:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A80C:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A80C:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A80C:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A80C:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kf2k2mp:00010000:10A80D:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A80D:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A80D:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A80D:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A80D:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A80D:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A80D:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A80D:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A80D:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A80D:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A80D:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A80D:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A80D:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A80D:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A80D:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A80D:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A80D:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A80D:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A80D:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A80D:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A80D:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A80D:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A80D:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A80D:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A80D:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A80D:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A80D:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A80D:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A80D:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A80D:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A80D:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kf2k2mp:00010000:10A80E:00000000:FFFFFFFF:Kyo :kf2k2mp:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kf2k2mp:00010000:10A80E:00000002:FFFFFFFF:Daimon :kf2k2mp:00010000:10A80E:00000003:FFFFFFFF:Terry :kf2k2mp:00010000:10A80E:00000004:FFFFFFFF:Andy :kf2k2mp:00010000:10A80E:00000005:FFFFFFFF:Joe :kf2k2mp:00010000:10A80E:00000006:FFFFFFFF:Kim :kf2k2mp:00010000:10A80E:00000007:FFFFFFFF:Chang :kf2k2mp:00010000:10A80E:00000008:FFFFFFFF:Choi :kf2k2mp:00010000:10A80E:00000009:FFFFFFFF:Athena :kf2k2mp:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kf2k2mp:00010000:10A80E:0000000B:FFFFFFFF:Chin :kf2k2mp:00010000:10A80E:0000000C:FFFFFFFF:Leona :kf2k2mp:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kf2k2mp:00010000:10A80E:0000000E:FFFFFFFF:Clark :kf2k2mp:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kf2k2mp:00010000:10A80E:00000010:FFFFFFFF:Robert :kf2k2mp:00010000:10A80E:00000011:FFFFFFFF:Takuma :kf2k2mp:00010000:10A80E:00000012:FFFFFFFF:Mai :kf2k2mp:00010000:10A80E:00000013:FFFFFFFF:Yuri :kf2k2mp:00010000:10A80E:00000014:FFFFFFFF:May Lee :kf2k2mp:00010000:10A80E:00000015:FFFFFFFF:Iori :kf2k2mp:00010000:10A80E:00000016:FFFFFFFF:Mature :kf2k2mp:00010000:10A80E:00000017:FFFFFFFF:Vice :kf2k2mp:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kf2k2mp:00010000:10A80E:00000019:FFFFFFFF:Mary :kf2k2mp:00010000:10A80E:0000001A:FFFFFFFF:Billy :kf2k2mp:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kf2k2mp:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kf2k2mp:00010000:10A80E:0000001D:FFFFFFFF:Chris :kf2k2mp:00010000:10A80E:0000001E:FFFFFFFF:K' :kf2k2mp:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kf2k2mp:00010000:10A80E:00000020:FFFFFFFF:Whip :kf2k2mp:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kf2k2mp:00010000:10A80E:00000022:FFFFFFFF:Seth :kf2k2mp:00010000:10A80E:00000023:FFFFFFFF:Ramon :kf2k2mp:00010000:10A80E:00000024:FFFFFFFF:Kula :kf2k2mp:00010000:10A80E:00000025:FFFFFFFF:K9999 :kf2k2mp:00010000:10A80E:00000026:FFFFFFFF:Angel :kf2k2mp:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kf2k2mp:00010000:10A80E:00000028:FFFFFFFF:Rugal :kf2k2mp:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2mp:00010000:108382:00000000:00000004:Normal Mode :kf2k2mp:00010000:108382:00000004:00000004:Hero Mode :kf2k2mp:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kf2k2mp:00010000:10A82A:00000080:00000080:Selected by Roulette :kf2k2mp:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kf2k2mp:00010000:10A82B:00000080:00000080:Selected by Roulette :kf2k2mp:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kf2k2mp:00010000:10A82C:00000080:00000080:Selected by Roulette :kf2k2mp:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2mp:00010000:10841D:00000000:00000010:Normal Moves :kf2k2mp:00010000:10841D:00000010:00000010:Orochi Moves :kf2k2mp:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kf2k2mp:00010000:10A810:00000000:00000003:A colour :kf2k2mp:00010000:10A810:00000001:00000003:B colour :kf2k2mp:00010000:10A810:00000002:00000003:C colour :kf2k2mp:00010000:10A810:00000003:00000003:D colour :kf2k2mp:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kf2k2mp:00010000:10A811:00000000:00000003:A colour :kf2k2mp:00010000:10A811:00000001:00000003:B colour :kf2k2mp:00010000:10A811:00000002:00000003:C colour :kf2k2mp:00010000:10A811:00000003:00000003:D colour :kf2k2mp:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kf2k2mp:00010000:10A812:00000000:00000003:A colour :kf2k2mp:00010000:10A812:00000001:00000003:B colour :kf2k2mp:00010000:10A812:00000002:00000003:C colour :kf2k2mp:00010000:10A812:00000003:00000003:D colour :kf2k2mp:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp:00010000:10A809:00000000:00000001:Normal Colours :kf2k2mp:00010000:108809:00000001:00000001:Orochi Colours :kf2k2mp:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp:00010000:10A809:00000000:00000002:Normal Colours :kf2k2mp:00010000:108809:00000002:00000002:Orochi Colours :kf2k2mp:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp:00010000:10A809:00000000:00000004:Normal Colours :kf2k2mp:00010000:108809:00000004:00000004:Orochi Colours :kf2k2mp:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k2mp:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k2mp:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2002 Magic Plus II, The (bootleg) ] :kf2k2mp2:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kf2k2mp2:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kf2k2mp2:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kf2k2mp2:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence :kf2k2mp2:62000000:000000:00000000:00000000:Select Backdrop :kf2k2mp2:00010000:10A79A:00000000:FFFFFFFF:Japan :kf2k2mp2:00010000:10A79A:00000001:FFFFFFFF:Korea :kf2k2mp2:00010000:10A79A:00000002:FFFFFFFF:China :kf2k2mp2:00010000:10A79A:00000003:FFFFFFFF:Holland :kf2k2mp2:00010000:10A79A:00000004:FFFFFFFF:Cambodia :kf2k2mp2:00010000:10A79A:00000005:FFFFFFFF:Mexico :kf2k2mp2:00010000:10A79A:00000006:FFFFFFFF:Italy :kf2k2mp2:00010000:10A79A:00000007:FFFFFFFF:Rugal :kf2k2mp2:00010000:10A79A:00000008:FFFFFFFF:NESTS :kf2k2mp2:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kf2k2mp2:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kf2k2mp2:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kf2k2mp2:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kf2k2mp2:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kf2k2mp2:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kf2k2mp2:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kf2k2mp2:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kf2k2mp2:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kf2k2mp2:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kf2k2mp2:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kf2k2mp2:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kf2k2mp2:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kf2k2mp2:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kf2k2mp2:62000000:000000:00000000:00000000:Select Team PL1 :kf2k2mp2:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2mp2:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2mp2:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2mp2:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2mp2:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2mp2:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2mp2:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2mp2:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2mp2:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2mp2:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2mp2:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2mp2:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2mp2:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2mp2:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kf2k2mp2:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kf2k2mp2:62000000:000000:00000000:00000000:Select Team Style PL1 :kf2k2mp2:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kf2k2mp2:00010000:10A7E4:00000000:00000040:Fight as a Team :kf2k2mp2:62000000:000000:00000000:00000000:Select Character (A) PL1 :kf2k2mp2:00010000:10A804:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A804:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A804:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A804:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A804:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A804:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A804:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A804:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A804:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A804:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A804:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A804:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A804:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A804:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A804:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A804:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A804:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A804:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A804:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A804:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A804:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A804:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A804:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A804:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A804:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A804:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A804:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A804:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A804:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A804:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A804:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A804:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A804:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A804:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A804:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A804:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A804:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A804:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Character (B) PL1 :kf2k2mp2:00010000:10A805:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A805:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A805:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A805:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A805:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A805:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A805:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A805:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A805:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A805:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A805:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A805:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A805:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A805:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A805:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A805:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A805:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A805:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A805:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A805:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A805:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A805:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A805:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A805:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A805:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A805:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A805:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A805:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A805:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A805:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A805:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A805:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A805:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A805:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A805:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A805:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A805:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A805:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Character (C) PL1 :kf2k2mp2:00010000:10A806:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A806:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A806:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A806:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A806:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A806:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A806:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A806:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A806:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A806:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A806:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A806:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A806:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A806:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A806:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A806:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A806:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A806:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A806:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A806:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A806:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A806:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A806:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A806:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A806:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A806:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A806:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A806:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A806:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A806:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A806:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A806:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A806:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A806:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A806:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A806:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A806:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A806:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kf2k2mp2:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A7EE:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A7EE:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A7EE:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A7EE:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A7EE:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A7EE:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A7EE:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A7EE:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A7EE:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A7EE:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A7EE:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A7EE:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A7EE:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A7EE:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A7EE:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A7EE:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A7EE:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A7EE:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kf2k2mp2:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A7EF:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A7EF:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A7EF:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A7EF:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A7EF:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A7EF:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A7EF:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A7EF:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A7EF:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A7EF:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A7EF:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A7EF:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A7EF:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A7EF:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A7EF:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A7EF:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A7EF:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A7EF:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kf2k2mp2:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A7F0:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A7F0:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A7F0:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A7F0:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A7F0:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A7F0:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A7F0:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A7F0:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A7F0:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A7F0:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A7F0:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A7F0:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A7F0:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A7F0:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A7F0:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A7F0:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A7F0:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A7F0:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kf2k2mp2:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A7E6:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A7E6:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A7E6:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A7E6:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A7E6:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A7E6:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A7E6:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A7E6:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A7E6:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A7E6:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A7E6:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A7E6:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A7E6:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A7E6:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A7E6:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A7E6:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A7E6:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A7E6:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kf2k2mp2:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A7E7:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A7E7:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A7E7:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A7E7:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A7E7:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A7E7:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A7E7:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A7E7:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A7E7:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A7E7:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A7E7:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A7E7:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A7E7:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A7E7:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A7E7:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A7E7:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A7E7:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A7E7:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kf2k2mp2:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A7E8:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A7E8:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A7E8:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A7E8:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A7E8:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A7E8:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A7E8:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A7E8:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A7E8:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A7E8:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A7E8:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A7E8:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A7E8:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A7E8:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A7E8:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A7E8:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A7E8:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A7E8:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2mp2:00010000:108182:00000000:00000004:Normal Mode :kf2k2mp2:00010000:108182:00000004:00000004:Hero Mode :kf2k2mp2:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp2:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp2:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp2:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp2:00010000:10A804:00000000:00000080:Not Selected by Roulette :kf2k2mp2:00010000:10A804:00000080:00000080:Selected by Roulette :kf2k2mp2:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp2:00010000:10A805:00000000:00000080:Not Selected by Roulette :kf2k2mp2:00010000:10A805:00000080:00000080:Selected by Roulette :kf2k2mp2:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp2:00010000:10A806:00000000:00000080:Not Selected by Roulette :kf2k2mp2:00010000:10A806:00000080:00000080:Selected by Roulette :kf2k2mp2:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2mp2:00010000:10821D:00000000:00000010:Normal Moves :kf2k2mp2:00010000:10821D:00000010:00000010:Orochi Moves :kf2k2mp2:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kf2k2mp2:00010000:10A7EA:00000000:00000003:A colour :kf2k2mp2:00010000:10A7EA:00000001:00000003:B colour :kf2k2mp2:00010000:10A7EA:00000002:00000003:C colour :kf2k2mp2:00010000:10A7EA:00000003:00000003:D colour :kf2k2mp2:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kf2k2mp2:00010000:10A7EB:00000000:00000003:A colour :kf2k2mp2:00010000:10A7EB:00000001:00000003:B colour :kf2k2mp2:00010000:10A7EB:00000002:00000003:C colour :kf2k2mp2:00010000:10A7EB:00000003:00000003:D colour :kf2k2mp2:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kf2k2mp2:00010000:10A7EC:00000000:00000003:A colour :kf2k2mp2:00010000:10A7EC:00000001:00000003:B colour :kf2k2mp2:00010000:10A7EC:00000002:00000003:C colour :kf2k2mp2:00010000:10A7EC:00000003:00000003:D colour :kf2k2mp2:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp2:00010000:10A7E3:00000000:00000001:Normal Colours :kf2k2mp2:00010000:10A7E3:00000001:00000001:Orochi Colours :kf2k2mp2:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp2:00010000:10A7E3:00000000:00000002:Normal Colours :kf2k2mp2:00010000:10A7E3:00000002:00000002:Orochi Colours :kf2k2mp2:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp2:00010000:10A7E3:00000000:00000004:Normal Colours :kf2k2mp2:00010000:10A7E3:00000004:00000004:Orochi Colours :kf2k2mp2:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kf2k2mp2:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kf2k2mp2:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kf2k2mp2:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kf2k2mp2:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kf2k2mp2:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kf2k2mp2:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kf2k2mp2:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kf2k2mp2:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kf2k2mp2:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kf2k2mp2:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kf2k2mp2:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kf2k2mp2:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kf2k2mp2:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kf2k2mp2:62000000:000000:00000000:00000000:Select Team PL2 :kf2k2mp2:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2mp2:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2mp2:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2mp2:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2mp2:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2mp2:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2mp2:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2mp2:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2mp2:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2mp2:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2mp2:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2mp2:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2mp2:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2mp2:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kf2k2mp2:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kf2k2mp2:62000000:000000:00000000:00000000:Select Team Style PL2 :kf2k2mp2:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kf2k2mp2:00010000:10A80A:00000000:00000040:Fight as a Team :kf2k2mp2:62000000:000000:00000000:00000000:Select Character (A) PL2 :kf2k2mp2:00010000:10A82A:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A82A:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A82A:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A82A:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A82A:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A82A:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A82A:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A82A:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A82A:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A82A:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A82A:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A82A:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A82A:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A82A:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A82A:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A82A:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A82A:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A82A:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A82A:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A82A:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A82A:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A82A:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A82A:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A82A:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A82A:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A82A:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A82A:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A82A:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A82A:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A82A:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A82A:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Character (B) PL2 :kf2k2mp2:00010000:10A82B:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A82B:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A82B:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A82B:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A82B:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A82B:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A82B:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A82B:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A82B:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A82B:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A82B:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A82B:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A82B:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A82B:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A82B:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A82B:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A82B:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A82B:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A82B:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A82B:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A82B:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A82B:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A82B:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A82B:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A82B:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A82B:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A82B:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A82B:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A82B:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A82B:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A82B:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Character (C) PL2 :kf2k2mp2:00010000:10A82C:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A82C:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A82C:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A82C:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A82C:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A82C:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A82C:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A82C:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A82C:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A82C:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A82C:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A82C:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A82C:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A82C:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A82C:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A82C:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A82C:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A82C:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A82C:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A82C:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A82C:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A82C:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A82C:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A82C:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A82C:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A82C:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A82C:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A82C:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A82C:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A82C:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A82C:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kf2k2mp2:00010000:10A814:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A814:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A814:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A814:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A814:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A814:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A814:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A814:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A814:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A814:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A814:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A814:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A814:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A814:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A814:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A814:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A814:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A814:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A814:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A814:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A814:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A814:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A814:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A814:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A814:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A814:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A814:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A814:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A814:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A814:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A814:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A814:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A814:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A814:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A814:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A814:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A814:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A814:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kf2k2mp2:00010000:10A815:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A815:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A815:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A815:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A815:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A815:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A815:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A815:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A815:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A815:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A815:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A815:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A815:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A815:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A815:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A815:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A815:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A815:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A815:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A815:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A815:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A815:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A815:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A815:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A815:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A815:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A815:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A815:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A815:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A815:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A815:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A815:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A815:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A815:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A815:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A815:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A815:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A815:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kf2k2mp2:00010000:10A816:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A816:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A816:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A816:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A816:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A816:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A816:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A816:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A816:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A816:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A816:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A816:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A816:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A816:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A816:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A816:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A816:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A816:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A816:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A816:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A816:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A816:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A816:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A816:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A816:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A816:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A816:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A816:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A816:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A816:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A816:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A816:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A816:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A816:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A816:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A816:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A816:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A816:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kf2k2mp2:00010000:10A80C:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A80C:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A80C:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A80C:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A80C:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A80C:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A80C:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A80C:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A80C:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A80C:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A80C:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A80C:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A80C:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A80C:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A80C:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A80C:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A80C:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A80C:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A80C:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A80C:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A80C:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A80C:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A80C:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A80C:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A80C:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A80C:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A80C:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A80C:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A80C:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A80C:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A80C:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kf2k2mp2:00010000:10A80D:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A80D:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A80D:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A80D:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A80D:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A80D:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A80D:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A80D:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A80D:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A80D:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A80D:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A80D:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A80D:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A80D:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A80D:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A80D:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A80D:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A80D:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A80D:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A80D:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A80D:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A80D:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A80D:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A80D:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A80D:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A80D:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A80D:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A80D:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A80D:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A80D:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A80D:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kf2k2mp2:00010000:10A80E:00000000:FFFFFFFF:Kyo :kf2k2mp2:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kf2k2mp2:00010000:10A80E:00000002:FFFFFFFF:Daimon :kf2k2mp2:00010000:10A80E:00000003:FFFFFFFF:Terry :kf2k2mp2:00010000:10A80E:00000004:FFFFFFFF:Andy :kf2k2mp2:00010000:10A80E:00000005:FFFFFFFF:Joe :kf2k2mp2:00010000:10A80E:00000006:FFFFFFFF:Kim :kf2k2mp2:00010000:10A80E:00000007:FFFFFFFF:Chang :kf2k2mp2:00010000:10A80E:00000008:FFFFFFFF:Choi :kf2k2mp2:00010000:10A80E:00000009:FFFFFFFF:Athena :kf2k2mp2:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kf2k2mp2:00010000:10A80E:0000000B:FFFFFFFF:Chin :kf2k2mp2:00010000:10A80E:0000000C:FFFFFFFF:Leona :kf2k2mp2:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kf2k2mp2:00010000:10A80E:0000000E:FFFFFFFF:Clark :kf2k2mp2:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kf2k2mp2:00010000:10A80E:00000010:FFFFFFFF:Robert :kf2k2mp2:00010000:10A80E:00000011:FFFFFFFF:Takuma :kf2k2mp2:00010000:10A80E:00000012:FFFFFFFF:Mai :kf2k2mp2:00010000:10A80E:00000013:FFFFFFFF:Yuri :kf2k2mp2:00010000:10A80E:00000014:FFFFFFFF:May Lee :kf2k2mp2:00010000:10A80E:00000015:FFFFFFFF:Iori :kf2k2mp2:00010000:10A80E:00000016:FFFFFFFF:Mature :kf2k2mp2:00010000:10A80E:00000017:FFFFFFFF:Vice :kf2k2mp2:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kf2k2mp2:00010000:10A80E:00000019:FFFFFFFF:Mary :kf2k2mp2:00010000:10A80E:0000001A:FFFFFFFF:Billy :kf2k2mp2:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kf2k2mp2:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kf2k2mp2:00010000:10A80E:0000001D:FFFFFFFF:Chris :kf2k2mp2:00010000:10A80E:0000001E:FFFFFFFF:K' :kf2k2mp2:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kf2k2mp2:00010000:10A80E:00000020:FFFFFFFF:Whip :kf2k2mp2:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kf2k2mp2:00010000:10A80E:00000022:FFFFFFFF:Seth :kf2k2mp2:00010000:10A80E:00000023:FFFFFFFF:Ramon :kf2k2mp2:00010000:10A80E:00000024:FFFFFFFF:Kula :kf2k2mp2:00010000:10A80E:00000025:FFFFFFFF:K9999 :kf2k2mp2:00010000:10A80E:00000026:FFFFFFFF:Angel :kf2k2mp2:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kf2k2mp2:00010000:10A80E:00000028:FFFFFFFF:Rugal :kf2k2mp2:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2mp2:00010000:108382:00000000:00000004:Normal Mode :kf2k2mp2:00010000:108382:00000004:00000004:Hero Mode :kf2k2mp2:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp2:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp2:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2mp2:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp2:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kf2k2mp2:00010000:10A82A:00000080:00000080:Selected by Roulette :kf2k2mp2:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp2:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kf2k2mp2:00010000:10A82B:00000080:00000080:Selected by Roulette :kf2k2mp2:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2mp2:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kf2k2mp2:00010000:10A82C:00000080:00000080:Selected by Roulette :kf2k2mp2:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2mp2:00010000:10841D:00000000:00000010:Normal Moves :kf2k2mp2:00010000:10841D:00000010:00000010:Orochi Moves :kf2k2mp2:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kf2k2mp2:00010000:10A810:00000000:00000003:A colour :kf2k2mp2:00010000:10A810:00000001:00000003:B colour :kf2k2mp2:00010000:10A810:00000002:00000003:C colour :kf2k2mp2:00010000:10A810:00000003:00000003:D colour :kf2k2mp2:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kf2k2mp2:00010000:10A811:00000000:00000003:A colour :kf2k2mp2:00010000:10A811:00000001:00000003:B colour :kf2k2mp2:00010000:10A811:00000002:00000003:C colour :kf2k2mp2:00010000:10A811:00000003:00000003:D colour :kf2k2mp2:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kf2k2mp2:00010000:10A812:00000000:00000003:A colour :kf2k2mp2:00010000:10A812:00000001:00000003:B colour :kf2k2mp2:00010000:10A812:00000002:00000003:C colour :kf2k2mp2:00010000:10A812:00000003:00000003:D colour :kf2k2mp2:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp2:00010000:10A809:00000000:00000001:Normal Colours :kf2k2mp2:00010000:108809:00000001:00000001:Orochi Colours :kf2k2mp2:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp2:00010000:10A809:00000000:00000002:Normal Colours :kf2k2mp2:00010000:108809:00000002:00000002:Orochi Colours :kf2k2mp2:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2mp2:00010000:10A809:00000000:00000004:Normal Colours :kf2k2mp2:00010000:108809:00000004:00000004:Orochi Colours :kf2k2mp2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k2mp2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k2mp2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2002 Plus, The (set 2, bootleg) ] :kf2k2pla:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kf2k2pla:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kf2k2pla:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kf2k2pla:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence :kf2k2pla:62000000:000000:00000000:00000000:Select Backdrop :kf2k2pla:00010000:10A79A:00000000:FFFFFFFF:Japan :kf2k2pla:00010000:10A79A:00000001:FFFFFFFF:Korea :kf2k2pla:00010000:10A79A:00000002:FFFFFFFF:China :kf2k2pla:00010000:10A79A:00000003:FFFFFFFF:Holland :kf2k2pla:00010000:10A79A:00000004:FFFFFFFF:Cambodia :kf2k2pla:00010000:10A79A:00000005:FFFFFFFF:Mexico :kf2k2pla:00010000:10A79A:00000006:FFFFFFFF:Italy :kf2k2pla:00010000:10A79A:00000007:FFFFFFFF:Rugal :kf2k2pla:00010000:10A79A:00000008:FFFFFFFF:NESTS :kf2k2pla:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kf2k2pla:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kf2k2pla:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kf2k2pla:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kf2k2pla:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kf2k2pla:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kf2k2pla:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kf2k2pla:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kf2k2pla:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kf2k2pla:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kf2k2pla:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kf2k2pla:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kf2k2pla:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kf2k2pla:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kf2k2pla:62000000:000000:00000000:00000000:Select Team PL1 :kf2k2pla:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2pla:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2pla:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2pla:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2pla:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2pla:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2pla:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2pla:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2pla:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2pla:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2pla:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2pla:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2pla:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2pla:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kf2k2pla:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kf2k2pla:62000000:000000:00000000:00000000:Select Team Style PL1 :kf2k2pla:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kf2k2pla:00010000:10A7E4:00000000:00000040:Fight as a Team :kf2k2pla:62000000:000000:00000000:00000000:Select Character (A) PL1 :kf2k2pla:00010000:10A804:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A804:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A804:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A804:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A804:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A804:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A804:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A804:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A804:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A804:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A804:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A804:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A804:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A804:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A804:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A804:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A804:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A804:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A804:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A804:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A804:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A804:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A804:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A804:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A804:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A804:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A804:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A804:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A804:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A804:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A804:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A804:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A804:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A804:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A804:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A804:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A804:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A804:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Character (B) PL1 :kf2k2pla:00010000:10A805:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A805:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A805:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A805:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A805:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A805:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A805:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A805:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A805:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A805:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A805:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A805:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A805:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A805:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A805:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A805:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A805:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A805:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A805:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A805:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A805:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A805:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A805:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A805:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A805:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A805:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A805:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A805:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A805:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A805:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A805:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A805:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A805:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A805:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A805:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A805:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A805:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A805:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Character (C) PL1 :kf2k2pla:00010000:10A806:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A806:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A806:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A806:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A806:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A806:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A806:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A806:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A806:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A806:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A806:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A806:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A806:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A806:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A806:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A806:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A806:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A806:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A806:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A806:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A806:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A806:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A806:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A806:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A806:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A806:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A806:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A806:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A806:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A806:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A806:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A806:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A806:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A806:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A806:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A806:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A806:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A806:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kf2k2pla:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A7EE:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A7EE:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A7EE:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A7EE:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A7EE:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A7EE:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A7EE:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A7EE:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A7EE:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A7EE:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A7EE:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A7EE:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A7EE:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A7EE:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A7EE:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A7EE:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A7EE:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A7EE:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kf2k2pla:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A7EF:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A7EF:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A7EF:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A7EF:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A7EF:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A7EF:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A7EF:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A7EF:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A7EF:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A7EF:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A7EF:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A7EF:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A7EF:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A7EF:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A7EF:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A7EF:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A7EF:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A7EF:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kf2k2pla:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A7F0:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A7F0:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A7F0:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A7F0:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A7F0:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A7F0:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A7F0:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A7F0:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A7F0:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A7F0:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A7F0:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A7F0:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A7F0:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A7F0:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A7F0:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A7F0:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A7F0:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A7F0:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kf2k2pla:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A7E6:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A7E6:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A7E6:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A7E6:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A7E6:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A7E6:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A7E6:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A7E6:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A7E6:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A7E6:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A7E6:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A7E6:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A7E6:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A7E6:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A7E6:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A7E6:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A7E6:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A7E6:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kf2k2pla:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A7E7:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A7E7:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A7E7:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A7E7:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A7E7:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A7E7:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A7E7:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A7E7:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A7E7:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A7E7:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A7E7:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A7E7:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A7E7:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A7E7:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A7E7:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A7E7:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A7E7:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A7E7:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kf2k2pla:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A7E8:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A7E8:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A7E8:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A7E8:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A7E8:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A7E8:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A7E8:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A7E8:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A7E8:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A7E8:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A7E8:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A7E8:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A7E8:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A7E8:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A7E8:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A7E8:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A7E8:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A7E8:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2pla:00010000:108182:00000000:00000004:Normal Mode :kf2k2pla:00010000:108182:00000004:00000004:Hero Mode :kf2k2pla:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pla:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pla:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pla:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pla:00010000:10A804:00000000:00000080:Not Selected by Roulette :kf2k2pla:00010000:10A804:00000080:00000080:Selected by Roulette :kf2k2pla:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pla:00010000:10A805:00000000:00000080:Not Selected by Roulette :kf2k2pla:00010000:10A805:00000080:00000080:Selected by Roulette :kf2k2pla:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pla:00010000:10A806:00000000:00000080:Not Selected by Roulette :kf2k2pla:00010000:10A806:00000080:00000080:Selected by Roulette :kf2k2pla:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2pla:00010000:10821D:00000000:00000010:Normal Moves :kf2k2pla:00010000:10821D:00000010:00000010:Orochi Moves :kf2k2pla:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kf2k2pla:00010000:10A7EA:00000000:00000003:A colour :kf2k2pla:00010000:10A7EA:00000001:00000003:B colour :kf2k2pla:00010000:10A7EA:00000002:00000003:C colour :kf2k2pla:00010000:10A7EA:00000003:00000003:D colour :kf2k2pla:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kf2k2pla:00010000:10A7EB:00000000:00000003:A colour :kf2k2pla:00010000:10A7EB:00000001:00000003:B colour :kf2k2pla:00010000:10A7EB:00000002:00000003:C colour :kf2k2pla:00010000:10A7EB:00000003:00000003:D colour :kf2k2pla:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kf2k2pla:00010000:10A7EC:00000000:00000003:A colour :kf2k2pla:00010000:10A7EC:00000001:00000003:B colour :kf2k2pla:00010000:10A7EC:00000002:00000003:C colour :kf2k2pla:00010000:10A7EC:00000003:00000003:D colour :kf2k2pla:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pla:00010000:10A7E3:00000000:00000001:Normal Colours :kf2k2pla:00010000:10A7E3:00000001:00000001:Orochi Colours :kf2k2pla:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pla:00010000:10A7E3:00000000:00000002:Normal Colours :kf2k2pla:00010000:10A7E3:00000002:00000002:Orochi Colours :kf2k2pla:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pla:00010000:10A7E3:00000000:00000004:Normal Colours :kf2k2pla:00010000:10A7E3:00000004:00000004:Orochi Colours :kf2k2pla:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kf2k2pla:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kf2k2pla:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kf2k2pla:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kf2k2pla:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kf2k2pla:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kf2k2pla:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kf2k2pla:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kf2k2pla:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kf2k2pla:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kf2k2pla:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kf2k2pla:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kf2k2pla:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kf2k2pla:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kf2k2pla:62000000:000000:00000000:00000000:Select Team PL2 :kf2k2pla:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2pla:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2pla:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2pla:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2pla:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2pla:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2pla:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2pla:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2pla:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2pla:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2pla:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2pla:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2pla:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2pla:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kf2k2pla:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kf2k2pla:62000000:000000:00000000:00000000:Select Team Style PL2 :kf2k2pla:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kf2k2pla:00010000:10A80A:00000000:00000040:Fight as a Team :kf2k2pla:62000000:000000:00000000:00000000:Select Character (A) PL2 :kf2k2pla:00010000:10A82A:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A82A:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A82A:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A82A:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A82A:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A82A:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A82A:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A82A:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A82A:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A82A:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A82A:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A82A:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A82A:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A82A:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A82A:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A82A:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A82A:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A82A:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A82A:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A82A:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A82A:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A82A:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A82A:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A82A:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A82A:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A82A:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A82A:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A82A:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A82A:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A82A:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A82A:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Character (B) PL2 :kf2k2pla:00010000:10A82B:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A82B:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A82B:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A82B:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A82B:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A82B:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A82B:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A82B:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A82B:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A82B:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A82B:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A82B:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A82B:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A82B:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A82B:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A82B:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A82B:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A82B:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A82B:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A82B:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A82B:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A82B:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A82B:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A82B:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A82B:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A82B:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A82B:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A82B:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A82B:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A82B:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A82B:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Character (C) PL2 :kf2k2pla:00010000:10A82C:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A82C:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A82C:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A82C:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A82C:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A82C:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A82C:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A82C:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A82C:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A82C:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A82C:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A82C:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A82C:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A82C:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A82C:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A82C:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A82C:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A82C:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A82C:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A82C:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A82C:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A82C:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A82C:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A82C:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A82C:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A82C:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A82C:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A82C:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A82C:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A82C:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A82C:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kf2k2pla:00010000:10A814:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A814:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A814:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A814:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A814:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A814:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A814:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A814:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A814:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A814:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A814:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A814:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A814:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A814:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A814:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A814:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A814:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A814:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A814:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A814:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A814:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A814:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A814:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A814:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A814:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A814:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A814:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A814:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A814:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A814:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A814:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A814:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A814:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A814:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A814:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A814:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A814:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A814:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kf2k2pla:00010000:10A815:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A815:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A815:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A815:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A815:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A815:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A815:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A815:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A815:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A815:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A815:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A815:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A815:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A815:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A815:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A815:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A815:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A815:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A815:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A815:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A815:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A815:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A815:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A815:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A815:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A815:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A815:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A815:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A815:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A815:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A815:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A815:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A815:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A815:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A815:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A815:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A815:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A815:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kf2k2pla:00010000:10A816:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A816:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A816:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A816:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A816:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A816:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A816:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A816:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A816:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A816:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A816:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A816:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A816:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A816:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A816:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A816:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A816:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A816:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A816:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A816:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A816:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A816:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A816:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A816:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A816:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A816:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A816:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A816:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A816:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A816:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A816:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A816:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A816:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A816:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A816:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A816:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A816:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A816:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kf2k2pla:00010000:10A80C:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A80C:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A80C:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A80C:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A80C:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A80C:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A80C:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A80C:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A80C:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A80C:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A80C:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A80C:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A80C:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A80C:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A80C:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A80C:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A80C:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A80C:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A80C:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A80C:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A80C:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A80C:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A80C:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A80C:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A80C:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A80C:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A80C:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A80C:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A80C:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A80C:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A80C:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kf2k2pla:00010000:10A80D:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A80D:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A80D:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A80D:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A80D:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A80D:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A80D:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A80D:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A80D:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A80D:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A80D:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A80D:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A80D:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A80D:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A80D:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A80D:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A80D:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A80D:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A80D:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A80D:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A80D:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A80D:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A80D:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A80D:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A80D:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A80D:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A80D:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A80D:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A80D:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A80D:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A80D:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kf2k2pla:00010000:10A80E:00000000:FFFFFFFF:Kyo :kf2k2pla:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kf2k2pla:00010000:10A80E:00000002:FFFFFFFF:Daimon :kf2k2pla:00010000:10A80E:00000003:FFFFFFFF:Terry :kf2k2pla:00010000:10A80E:00000004:FFFFFFFF:Andy :kf2k2pla:00010000:10A80E:00000005:FFFFFFFF:Joe :kf2k2pla:00010000:10A80E:00000006:FFFFFFFF:Kim :kf2k2pla:00010000:10A80E:00000007:FFFFFFFF:Chang :kf2k2pla:00010000:10A80E:00000008:FFFFFFFF:Choi :kf2k2pla:00010000:10A80E:00000009:FFFFFFFF:Athena :kf2k2pla:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kf2k2pla:00010000:10A80E:0000000B:FFFFFFFF:Chin :kf2k2pla:00010000:10A80E:0000000C:FFFFFFFF:Leona :kf2k2pla:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kf2k2pla:00010000:10A80E:0000000E:FFFFFFFF:Clark :kf2k2pla:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kf2k2pla:00010000:10A80E:00000010:FFFFFFFF:Robert :kf2k2pla:00010000:10A80E:00000011:FFFFFFFF:Takuma :kf2k2pla:00010000:10A80E:00000012:FFFFFFFF:Mai :kf2k2pla:00010000:10A80E:00000013:FFFFFFFF:Yuri :kf2k2pla:00010000:10A80E:00000014:FFFFFFFF:May Lee :kf2k2pla:00010000:10A80E:00000015:FFFFFFFF:Iori :kf2k2pla:00010000:10A80E:00000016:FFFFFFFF:Mature :kf2k2pla:00010000:10A80E:00000017:FFFFFFFF:Vice :kf2k2pla:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kf2k2pla:00010000:10A80E:00000019:FFFFFFFF:Mary :kf2k2pla:00010000:10A80E:0000001A:FFFFFFFF:Billy :kf2k2pla:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kf2k2pla:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kf2k2pla:00010000:10A80E:0000001D:FFFFFFFF:Chris :kf2k2pla:00010000:10A80E:0000001E:FFFFFFFF:K' :kf2k2pla:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kf2k2pla:00010000:10A80E:00000020:FFFFFFFF:Whip :kf2k2pla:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kf2k2pla:00010000:10A80E:00000022:FFFFFFFF:Seth :kf2k2pla:00010000:10A80E:00000023:FFFFFFFF:Ramon :kf2k2pla:00010000:10A80E:00000024:FFFFFFFF:Kula :kf2k2pla:00010000:10A80E:00000025:FFFFFFFF:K9999 :kf2k2pla:00010000:10A80E:00000026:FFFFFFFF:Angel :kf2k2pla:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kf2k2pla:00010000:10A80E:00000028:FFFFFFFF:Rugal :kf2k2pla:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2pla:00010000:108382:00000000:00000004:Normal Mode :kf2k2pla:00010000:108382:00000004:00000004:Hero Mode :kf2k2pla:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pla:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pla:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pla:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pla:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kf2k2pla:00010000:10A82A:00000080:00000080:Selected by Roulette :kf2k2pla:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pla:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kf2k2pla:00010000:10A82B:00000080:00000080:Selected by Roulette :kf2k2pla:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pla:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kf2k2pla:00010000:10A82C:00000080:00000080:Selected by Roulette :kf2k2pla:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2pla:00010000:10841D:00000000:00000010:Normal Moves :kf2k2pla:00010000:10841D:00000010:00000010:Orochi Moves :kf2k2pla:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kf2k2pla:00010000:10A810:00000000:00000003:A colour :kf2k2pla:00010000:10A810:00000001:00000003:B colour :kf2k2pla:00010000:10A810:00000002:00000003:C colour :kf2k2pla:00010000:10A810:00000003:00000003:D colour :kf2k2pla:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kf2k2pla:00010000:10A811:00000000:00000003:A colour :kf2k2pla:00010000:10A811:00000001:00000003:B colour :kf2k2pla:00010000:10A811:00000002:00000003:C colour :kf2k2pla:00010000:10A811:00000003:00000003:D colour :kf2k2pla:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kf2k2pla:00010000:10A812:00000000:00000003:A colour :kf2k2pla:00010000:10A812:00000001:00000003:B colour :kf2k2pla:00010000:10A812:00000002:00000003:C colour :kf2k2pla:00010000:10A812:00000003:00000003:D colour :kf2k2pla:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pla:00010000:10A809:00000000:00000001:Normal Colours :kf2k2pla:00010000:108809:00000001:00000001:Orochi Colours :kf2k2pla:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pla:00010000:10A809:00000000:00000002:Normal Colours :kf2k2pla:00010000:108809:00000002:00000002:Orochi Colours :kf2k2pla:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pla:00010000:10A809:00000000:00000004:Normal Colours :kf2k2pla:00010000:108809:00000004:00000004:Orochi Colours :kf2k2pla:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k2pla:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k2pla:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2002 Plus, The (set 1, bootleg) ] :kf2k2pls:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kf2k2pls:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kf2k2pls:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kf2k2pls:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence :kf2k2pls:62000000:000000:00000000:00000000:Select Backdrop :kf2k2pls:00010000:10A79A:00000000:FFFFFFFF:Japan :kf2k2pls:00010000:10A79A:00000001:FFFFFFFF:Korea :kf2k2pls:00010000:10A79A:00000002:FFFFFFFF:China :kf2k2pls:00010000:10A79A:00000003:FFFFFFFF:Holland :kf2k2pls:00010000:10A79A:00000004:FFFFFFFF:Cambodia :kf2k2pls:00010000:10A79A:00000005:FFFFFFFF:Mexico :kf2k2pls:00010000:10A79A:00000006:FFFFFFFF:Italy :kf2k2pls:00010000:10A79A:00000007:FFFFFFFF:Rugal :kf2k2pls:00010000:10A79A:00000008:FFFFFFFF:NESTS :kf2k2pls:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kf2k2pls:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kf2k2pls:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kf2k2pls:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kf2k2pls:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kf2k2pls:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kf2k2pls:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kf2k2pls:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kf2k2pls:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kf2k2pls:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kf2k2pls:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kf2k2pls:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kf2k2pls:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kf2k2pls:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kf2k2pls:62000000:000000:00000000:00000000:Select Team PL1 :kf2k2pls:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2pls:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2pls:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2pls:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2pls:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2pls:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2pls:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2pls:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2pls:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2pls:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2pls:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2pls:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2pls:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2pls:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kf2k2pls:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kf2k2pls:62000000:000000:00000000:00000000:Select Team Style PL1 :kf2k2pls:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kf2k2pls:00010000:10A7E4:00000000:00000040:Fight as a Team :kf2k2pls:62000000:000000:00000000:00000000:Select Character (A) PL1 :kf2k2pls:00010000:10A804:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A804:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A804:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A804:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A804:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A804:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A804:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A804:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A804:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A804:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A804:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A804:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A804:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A804:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A804:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A804:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A804:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A804:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A804:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A804:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A804:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A804:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A804:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A804:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A804:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A804:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A804:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A804:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A804:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A804:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A804:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A804:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A804:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A804:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A804:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A804:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A804:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A804:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Character (B) PL1 :kf2k2pls:00010000:10A805:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A805:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A805:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A805:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A805:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A805:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A805:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A805:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A805:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A805:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A805:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A805:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A805:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A805:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A805:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A805:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A805:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A805:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A805:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A805:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A805:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A805:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A805:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A805:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A805:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A805:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A805:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A805:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A805:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A805:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A805:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A805:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A805:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A805:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A805:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A805:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A805:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A805:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Character (C) PL1 :kf2k2pls:00010000:10A806:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A806:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A806:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A806:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A806:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A806:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A806:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A806:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A806:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A806:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A806:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A806:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A806:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A806:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A806:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A806:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A806:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A806:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A806:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A806:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A806:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A806:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A806:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A806:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A806:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A806:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A806:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A806:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A806:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A806:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A806:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A806:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A806:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A806:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A806:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A806:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A806:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A806:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kf2k2pls:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A7EE:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A7EE:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A7EE:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A7EE:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A7EE:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A7EE:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A7EE:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A7EE:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A7EE:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A7EE:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A7EE:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A7EE:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A7EE:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A7EE:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A7EE:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A7EE:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A7EE:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A7EE:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kf2k2pls:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A7EF:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A7EF:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A7EF:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A7EF:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A7EF:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A7EF:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A7EF:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A7EF:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A7EF:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A7EF:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A7EF:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A7EF:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A7EF:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A7EF:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A7EF:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A7EF:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A7EF:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A7EF:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kf2k2pls:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A7F0:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A7F0:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A7F0:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A7F0:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A7F0:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A7F0:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A7F0:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A7F0:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A7F0:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A7F0:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A7F0:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A7F0:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A7F0:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A7F0:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A7F0:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A7F0:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A7F0:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A7F0:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kf2k2pls:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A7E6:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A7E6:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A7E6:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A7E6:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A7E6:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A7E6:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A7E6:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A7E6:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A7E6:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A7E6:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A7E6:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A7E6:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A7E6:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A7E6:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A7E6:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A7E6:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A7E6:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A7E6:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kf2k2pls:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A7E7:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A7E7:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A7E7:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A7E7:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A7E7:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A7E7:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A7E7:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A7E7:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A7E7:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A7E7:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A7E7:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A7E7:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A7E7:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A7E7:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A7E7:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A7E7:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A7E7:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A7E7:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kf2k2pls:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A7E8:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A7E8:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A7E8:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A7E8:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A7E8:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A7E8:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A7E8:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A7E8:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A7E8:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A7E8:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A7E8:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A7E8:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A7E8:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A7E8:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A7E8:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A7E8:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A7E8:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A7E8:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2pls:00010000:108182:00000000:00000004:Normal Mode :kf2k2pls:00010000:108182:00000004:00000004:Hero Mode :kf2k2pls:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pls:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pls:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pls:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pls:00010000:10A804:00000000:00000080:Not Selected by Roulette :kf2k2pls:00010000:10A804:00000080:00000080:Selected by Roulette :kf2k2pls:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pls:00010000:10A805:00000000:00000080:Not Selected by Roulette :kf2k2pls:00010000:10A805:00000080:00000080:Selected by Roulette :kf2k2pls:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pls:00010000:10A806:00000000:00000080:Not Selected by Roulette :kf2k2pls:00010000:10A806:00000080:00000080:Selected by Roulette :kf2k2pls:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2pls:00010000:10821D:00000000:00000010:Normal Moves :kf2k2pls:00010000:10821D:00000010:00000010:Orochi Moves :kf2k2pls:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kf2k2pls:00010000:10A7EA:00000000:00000003:A colour :kf2k2pls:00010000:10A7EA:00000001:00000003:B colour :kf2k2pls:00010000:10A7EA:00000002:00000003:C colour :kf2k2pls:00010000:10A7EA:00000003:00000003:D colour :kf2k2pls:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kf2k2pls:00010000:10A7EB:00000000:00000003:A colour :kf2k2pls:00010000:10A7EB:00000001:00000003:B colour :kf2k2pls:00010000:10A7EB:00000002:00000003:C colour :kf2k2pls:00010000:10A7EB:00000003:00000003:D colour :kf2k2pls:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kf2k2pls:00010000:10A7EC:00000000:00000003:A colour :kf2k2pls:00010000:10A7EC:00000001:00000003:B colour :kf2k2pls:00010000:10A7EC:00000002:00000003:C colour :kf2k2pls:00010000:10A7EC:00000003:00000003:D colour :kf2k2pls:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pls:00010000:10A7E3:00000000:00000001:Normal Colours :kf2k2pls:00010000:10A7E3:00000001:00000001:Orochi Colours :kf2k2pls:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pls:00010000:10A7E3:00000000:00000002:Normal Colours :kf2k2pls:00010000:10A7E3:00000002:00000002:Orochi Colours :kf2k2pls:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pls:00010000:10A7E3:00000000:00000004:Normal Colours :kf2k2pls:00010000:10A7E3:00000004:00000004:Orochi Colours :kf2k2pls:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kf2k2pls:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kf2k2pls:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kf2k2pls:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kf2k2pls:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kf2k2pls:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kf2k2pls:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kf2k2pls:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kf2k2pls:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kf2k2pls:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kf2k2pls:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kf2k2pls:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kf2k2pls:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kf2k2pls:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kf2k2pls:62000000:000000:00000000:00000000:Select Team PL2 :kf2k2pls:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k2pls:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k2pls:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k2pls:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k2pls:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k2pls:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k2pls:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k2pls:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k2pls:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k2pls:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k2pls:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k2pls:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k2pls:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k2pls:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kf2k2pls:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kf2k2pls:62000000:000000:00000000:00000000:Select Team Style PL2 :kf2k2pls:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kf2k2pls:00010000:10A80A:00000000:00000040:Fight as a Team :kf2k2pls:62000000:000000:00000000:00000000:Select Character (A) PL2 :kf2k2pls:00010000:10A82A:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A82A:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A82A:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A82A:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A82A:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A82A:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A82A:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A82A:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A82A:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A82A:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A82A:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A82A:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A82A:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A82A:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A82A:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A82A:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A82A:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A82A:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A82A:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A82A:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A82A:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A82A:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A82A:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A82A:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A82A:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A82A:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A82A:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A82A:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A82A:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A82A:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A82A:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Character (B) PL2 :kf2k2pls:00010000:10A82B:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A82B:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A82B:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A82B:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A82B:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A82B:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A82B:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A82B:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A82B:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A82B:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A82B:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A82B:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A82B:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A82B:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A82B:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A82B:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A82B:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A82B:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A82B:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A82B:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A82B:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A82B:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A82B:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A82B:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A82B:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A82B:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A82B:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A82B:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A82B:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A82B:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A82B:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Character (C) PL2 :kf2k2pls:00010000:10A82C:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A82C:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A82C:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A82C:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A82C:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A82C:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A82C:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A82C:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A82C:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A82C:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A82C:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A82C:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A82C:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A82C:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A82C:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A82C:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A82C:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A82C:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A82C:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A82C:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A82C:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A82C:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A82C:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A82C:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A82C:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A82C:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A82C:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A82C:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A82C:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A82C:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A82C:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kf2k2pls:00010000:10A814:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A814:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A814:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A814:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A814:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A814:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A814:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A814:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A814:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A814:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A814:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A814:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A814:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A814:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A814:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A814:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A814:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A814:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A814:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A814:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A814:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A814:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A814:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A814:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A814:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A814:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A814:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A814:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A814:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A814:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A814:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A814:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A814:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A814:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A814:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A814:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A814:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A814:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kf2k2pls:00010000:10A815:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A815:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A815:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A815:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A815:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A815:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A815:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A815:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A815:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A815:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A815:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A815:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A815:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A815:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A815:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A815:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A815:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A815:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A815:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A815:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A815:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A815:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A815:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A815:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A815:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A815:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A815:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A815:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A815:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A815:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A815:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A815:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A815:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A815:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A815:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A815:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A815:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A815:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kf2k2pls:00010000:10A816:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A816:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A816:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A816:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A816:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A816:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A816:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A816:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A816:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A816:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A816:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A816:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A816:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A816:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A816:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A816:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A816:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A816:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A816:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A816:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A816:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A816:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A816:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A816:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A816:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A816:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A816:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A816:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A816:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A816:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A816:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A816:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A816:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A816:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A816:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A816:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A816:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A816:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kf2k2pls:00010000:10A80C:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A80C:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A80C:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A80C:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A80C:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A80C:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A80C:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A80C:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A80C:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A80C:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A80C:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A80C:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A80C:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A80C:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A80C:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A80C:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A80C:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A80C:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A80C:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A80C:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A80C:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A80C:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A80C:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A80C:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A80C:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A80C:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A80C:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A80C:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A80C:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A80C:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A80C:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kf2k2pls:00010000:10A80D:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A80D:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A80D:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A80D:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A80D:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A80D:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A80D:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A80D:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A80D:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A80D:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A80D:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A80D:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A80D:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A80D:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A80D:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A80D:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A80D:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A80D:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A80D:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A80D:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A80D:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A80D:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A80D:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A80D:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A80D:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A80D:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A80D:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A80D:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A80D:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A80D:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A80D:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kf2k2pls:00010000:10A80E:00000000:FFFFFFFF:Kyo :kf2k2pls:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kf2k2pls:00010000:10A80E:00000002:FFFFFFFF:Daimon :kf2k2pls:00010000:10A80E:00000003:FFFFFFFF:Terry :kf2k2pls:00010000:10A80E:00000004:FFFFFFFF:Andy :kf2k2pls:00010000:10A80E:00000005:FFFFFFFF:Joe :kf2k2pls:00010000:10A80E:00000006:FFFFFFFF:Kim :kf2k2pls:00010000:10A80E:00000007:FFFFFFFF:Chang :kf2k2pls:00010000:10A80E:00000008:FFFFFFFF:Choi :kf2k2pls:00010000:10A80E:00000009:FFFFFFFF:Athena :kf2k2pls:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kf2k2pls:00010000:10A80E:0000000B:FFFFFFFF:Chin :kf2k2pls:00010000:10A80E:0000000C:FFFFFFFF:Leona :kf2k2pls:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kf2k2pls:00010000:10A80E:0000000E:FFFFFFFF:Clark :kf2k2pls:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kf2k2pls:00010000:10A80E:00000010:FFFFFFFF:Robert :kf2k2pls:00010000:10A80E:00000011:FFFFFFFF:Takuma :kf2k2pls:00010000:10A80E:00000012:FFFFFFFF:Mai :kf2k2pls:00010000:10A80E:00000013:FFFFFFFF:Yuri :kf2k2pls:00010000:10A80E:00000014:FFFFFFFF:May Lee :kf2k2pls:00010000:10A80E:00000015:FFFFFFFF:Iori :kf2k2pls:00010000:10A80E:00000016:FFFFFFFF:Mature :kf2k2pls:00010000:10A80E:00000017:FFFFFFFF:Vice :kf2k2pls:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kf2k2pls:00010000:10A80E:00000019:FFFFFFFF:Mary :kf2k2pls:00010000:10A80E:0000001A:FFFFFFFF:Billy :kf2k2pls:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kf2k2pls:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kf2k2pls:00010000:10A80E:0000001D:FFFFFFFF:Chris :kf2k2pls:00010000:10A80E:0000001E:FFFFFFFF:K' :kf2k2pls:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kf2k2pls:00010000:10A80E:00000020:FFFFFFFF:Whip :kf2k2pls:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kf2k2pls:00010000:10A80E:00000022:FFFFFFFF:Seth :kf2k2pls:00010000:10A80E:00000023:FFFFFFFF:Ramon :kf2k2pls:00010000:10A80E:00000024:FFFFFFFF:Kula :kf2k2pls:00010000:10A80E:00000025:FFFFFFFF:K9999 :kf2k2pls:00010000:10A80E:00000026:FFFFFFFF:Angel :kf2k2pls:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kf2k2pls:00010000:10A80E:00000028:FFFFFFFF:Rugal :kf2k2pls:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k2pls:00010000:108382:00000000:00000004:Normal Mode :kf2k2pls:00010000:108382:00000004:00000004:Hero Mode :kf2k2pls:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pls:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pls:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k2pls:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pls:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kf2k2pls:00010000:10A82A:00000080:00000080:Selected by Roulette :kf2k2pls:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pls:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kf2k2pls:00010000:10A82B:00000080:00000080:Selected by Roulette :kf2k2pls:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k2pls:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kf2k2pls:00010000:10A82C:00000080:00000080:Selected by Roulette :kf2k2pls:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k2pls:00010000:10841D:00000000:00000010:Normal Moves :kf2k2pls:00010000:10841D:00000010:00000010:Orochi Moves :kf2k2pls:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kf2k2pls:00010000:10A810:00000000:00000003:A colour :kf2k2pls:00010000:10A810:00000001:00000003:B colour :kf2k2pls:00010000:10A810:00000002:00000003:C colour :kf2k2pls:00010000:10A810:00000003:00000003:D colour :kf2k2pls:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kf2k2pls:00010000:10A811:00000000:00000003:A colour :kf2k2pls:00010000:10A811:00000001:00000003:B colour :kf2k2pls:00010000:10A811:00000002:00000003:C colour :kf2k2pls:00010000:10A811:00000003:00000003:D colour :kf2k2pls:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kf2k2pls:00010000:10A812:00000000:00000003:A colour :kf2k2pls:00010000:10A812:00000001:00000003:B colour :kf2k2pls:00010000:10A812:00000002:00000003:C colour :kf2k2pls:00010000:10A812:00000003:00000003:D colour :kf2k2pls:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pls:00010000:10A809:00000000:00000001:Normal Colours :kf2k2pls:00010000:108809:00000001:00000001:Orochi Colours :kf2k2pls:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pls:00010000:10A809:00000000:00000002:Normal Colours :kf2k2pls:00010000:108809:00000002:00000002:Orochi Colours :kf2k2pls:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k2pls:00010000:10A809:00000000:00000004:Normal Colours :kf2k2pls:00010000:108809:00000004:00000004:Orochi Colours :kf2k2pls:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k2pls:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k2pls:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2003, The (bootleg, set 1) ] :kf2k3bl:00000000:107D62:00000099:FFFFFFFF:Infinite Time :kf2k3bl:00000001:107D62:00000000:FFFFFFFF:Finish this Round Now! :kf2k3bl:00800000:10785A:00000000:FFFFFFFF:Mai's boobs always bounce :kf2k3bl:00000000:2FE91D:00000070:FFFFFFFF:Infinite Character (A) Energy PL1 :kf2k3bl:00000000:2FEA1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL1 :kf2k3bl:00000000:2FEB1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL1 :kf2k3bl:00000001:2FE91D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL1 :kf2k3bl:00000001:2FEA1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL1 :kf2k3bl:00000001:2FEB1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL1 :kf2k3bl:00000000:2FE804:00000005:FFFFFFFF:Infinite Power PL1 :kf2k3bl:00010000:2FE800:00000048:FFFFFFFF:Infinite Power PL1 (2/2) :kf2k3bl:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kf2k3bl:00010000:107D0C:00000000:FFFFFFFF:Ash :kf2k3bl:00010000:107D0C:00000001:FFFFFFFF:Duolon :kf2k3bl:00010000:107D0C:00000002:FFFFFFFF:Shen :kf2k3bl:00010000:107D0C:00000003:FFFFFFFF:Terry :kf2k3bl:00010000:107D0C:00000004:FFFFFFFF:Joe :kf2k3bl:00010000:107D0C:00000005:FFFFFFFF:Tizoc :kf2k3bl:00010000:107D0C:00000006:FFFFFFFF:Ryo :kf2k3bl:00010000:107D0C:00000007:FFFFFFFF:Robert :kf2k3bl:00010000:107D0C:00000008:FFFFFFFF:Yuri :kf2k3bl:00010000:107D0C:00000009:FFFFFFFF:Kim :kf2k3bl:00010000:107D0C:0000000A:FFFFFFFF:Chang :kf2k3bl:00010000:107D0C:0000000B:FFFFFFFF:Jhun :kf2k3bl:00010000:107D0C:0000000C:FFFFFFFF:Leona :kf2k3bl:00010000:107D0C:0000000D:FFFFFFFF:Ralf :kf2k3bl:00010000:107D0C:0000000E:FFFFFFFF:Clark :kf2k3bl:00010000:107D0C:0000000F:FFFFFFFF:Gato :kf2k3bl:00010000:107D0C:00000010:FFFFFFFF:Billy :kf2k3bl:00010000:107D0C:00000011:FFFFFFFF:Yamazaki :kf2k3bl:00010000:107D0C:00000012:FFFFFFFF:King :kf2k3bl:00010000:107D0C:00000013:FFFFFFFF:Mai :kf2k3bl:00010000:107D0C:00000014:FFFFFFFF:Mary :kf2k3bl:00010000:107D0C:00000015:FFFFFFFF:Benimaru :kf2k3bl:00010000:107D0C:00000016:FFFFFFFF:Shingo :kf2k3bl:00010000:107D0C:00000017:FFFFFFFF:Daimon :kf2k3bl:00010000:107D0C:00000018:FFFFFFFF:Athena :kf2k3bl:00010000:107D0C:00000019:FFFFFFFF:Hinako :kf2k3bl:00010000:107D0C:0000001A:FFFFFFFF:Malin :kf2k3bl:00010000:107D0C:0000001B:FFFFFFFF:K' :kf2k3bl:00010000:107D0C:0000001C:FFFFFFFF:Maxima :kf2k3bl:00010000:107D0C:0000001D:FFFFFFFF:Whip :kf2k3bl:00010000:107D0C:0000001E:FFFFFFFF:Kyo :kf2k3bl:00010000:107D0C:0000001F:FFFFFFFF:Iori :kf2k3bl:00010000:107D0C:00000021:FFFFFFFF:Kusanagi :kf2k3bl:00010000:107D0C:00000020:FFFFFFFF:Chizuru :kf2k3bl:00010000:107D0C:00000024:FFFFFFFF:Maki :kf2k3bl:00010000:107D0C:00000022:FFFFFFFF:Adel :kf2k3bl:00010000:107D0C:00000023:FFFFFFFF:Mukai :kf2k3bl:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kf2k3bl:00010000:107D0D:00000000:FFFFFFFF:Ash :kf2k3bl:00010000:107D0D:00000001:FFFFFFFF:Duolon :kf2k3bl:00010000:107D0D:00000002:FFFFFFFF:Shen :kf2k3bl:00010000:107D0D:00000003:FFFFFFFF:Terry :kf2k3bl:00010000:107D0D:00000004:FFFFFFFF:Joe :kf2k3bl:00010000:107D0D:00000005:FFFFFFFF:Tizoc :kf2k3bl:00010000:107D0D:00000006:FFFFFFFF:Ryo :kf2k3bl:00010000:107D0D:00000007:FFFFFFFF:Robert :kf2k3bl:00010000:107D0D:00000008:FFFFFFFF:Yuri :kf2k3bl:00010000:107D0D:00000009:FFFFFFFF:Kim :kf2k3bl:00010000:107D0D:0000000A:FFFFFFFF:Chang :kf2k3bl:00010000:107D0D:0000000B:FFFFFFFF:Jhun :kf2k3bl:00010000:107D0D:0000000C:FFFFFFFF:Leona :kf2k3bl:00010000:107D0D:0000000D:FFFFFFFF:Ralf :kf2k3bl:00010000:107D0D:0000000E:FFFFFFFF:Clark :kf2k3bl:00010000:107D0D:0000000F:FFFFFFFF:Gato :kf2k3bl:00010000:107D0D:00000010:FFFFFFFF:Billy :kf2k3bl:00010000:107D0D:00000011:FFFFFFFF:Yamazaki :kf2k3bl:00010000:107D0D:00000012:FFFFFFFF:King :kf2k3bl:00010000:107D0D:00000013:FFFFFFFF:Mai :kf2k3bl:00010000:107D0D:00000014:FFFFFFFF:Mary :kf2k3bl:00010000:107D0D:00000015:FFFFFFFF:Benimaru :kf2k3bl:00010000:107D0D:00000016:FFFFFFFF:Shingo :kf2k3bl:00010000:107D0D:00000017:FFFFFFFF:Daimon :kf2k3bl:00010000:107D0D:00000018:FFFFFFFF:Athena :kf2k3bl:00010000:107D0D:00000019:FFFFFFFF:Hinako :kf2k3bl:00010000:107D0D:0000001A:FFFFFFFF:Malin :kf2k3bl:00010000:107D0D:0000001B:FFFFFFFF:K' :kf2k3bl:00010000:107D0D:0000001C:FFFFFFFF:Maxima :kf2k3bl:00010000:107D0D:0000001D:FFFFFFFF:Whip :kf2k3bl:00010000:107D0D:0000001E:FFFFFFFF:Kyo :kf2k3bl:00010000:107D0D:0000001F:FFFFFFFF:Iori :kf2k3bl:00010000:107D0D:00000021:FFFFFFFF:Kusanagi :kf2k3bl:00010000:107D0D:00000020:FFFFFFFF:Chizuru :kf2k3bl:00010000:107D0D:00000024:FFFFFFFF:Maki :kf2k3bl:00010000:107D0D:00000022:FFFFFFFF:Adel :kf2k3bl:00010000:107D0D:00000023:FFFFFFFF:Mukai :kf2k3bl:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kf2k3bl:00010000:107D0E:00000000:FFFFFFFF:Ash :kf2k3bl:00010000:107D0E:00000001:FFFFFFFF:Duolon :kf2k3bl:00010000:107D0E:00000002:FFFFFFFF:Shen :kf2k3bl:00010000:107D0E:00000003:FFFFFFFF:Terry :kf2k3bl:00010000:107D0E:00000004:FFFFFFFF:Joe :kf2k3bl:00010000:107D0E:00000005:FFFFFFFF:Tizoc :kf2k3bl:00010000:107D0E:00000006:FFFFFFFF:Ryo :kf2k3bl:00010000:107D0E:00000007:FFFFFFFF:Robert :kf2k3bl:00010000:107D0E:00000008:FFFFFFFF:Yuri :kf2k3bl:00010000:107D0E:00000009:FFFFFFFF:Kim :kf2k3bl:00010000:107D0E:0000000A:FFFFFFFF:Chang :kf2k3bl:00010000:107D0E:0000000B:FFFFFFFF:Jhun :kf2k3bl:00010000:107D0E:0000000C:FFFFFFFF:Leona :kf2k3bl:00010000:107D0E:0000000D:FFFFFFFF:Ralf :kf2k3bl:00010000:107D0E:0000000E:FFFFFFFF:Clark :kf2k3bl:00010000:107D0E:0000000F:FFFFFFFF:Gato :kf2k3bl:00010000:107D0E:00000010:FFFFFFFF:Billy :kf2k3bl:00010000:107D0E:00000011:FFFFFFFF:Yamazaki :kf2k3bl:00010000:107D0E:00000012:FFFFFFFF:King :kf2k3bl:00010000:107D0E:00000013:FFFFFFFF:Mai :kf2k3bl:00010000:107D0E:00000014:FFFFFFFF:Mary :kf2k3bl:00010000:107D0E:00000015:FFFFFFFF:Benimaru :kf2k3bl:00010000:107D0E:00000016:FFFFFFFF:Shingo :kf2k3bl:00010000:107D0E:00000017:FFFFFFFF:Daimon :kf2k3bl:00010000:107D0E:00000018:FFFFFFFF:Athena :kf2k3bl:00010000:107D0E:00000019:FFFFFFFF:Hinako :kf2k3bl:00010000:107D0E:0000001A:FFFFFFFF:Malin :kf2k3bl:00010000:107D0E:0000001B:FFFFFFFF:K' :kf2k3bl:00010000:107D0E:0000001C:FFFFFFFF:Maxima :kf2k3bl:00010000:107D0E:0000001D:FFFFFFFF:Whip :kf2k3bl:00010000:107D0E:0000001E:FFFFFFFF:Kyo :kf2k3bl:00010000:107D0E:0000001F:FFFFFFFF:Iori :kf2k3bl:00010000:107D0E:00000021:FFFFFFFF:Kusanagi :kf2k3bl:00010000:107D0E:00000020:FFFFFFFF:Chizuru :kf2k3bl:00010000:107D0E:00000024:FFFFFFFF:Maki :kf2k3bl:00010000:107D0E:00000022:FFFFFFFF:Adel :kf2k3bl:00010000:107D0E:00000023:FFFFFFFF:Mukai :kf2k3bl:00000000:2FED1D:00000070:FFFFFFFF:Infinite Character (A) Energy PL2 :kf2k3bl:00000000:2FEE1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL2 :kf2k3bl:00000000:2FEF1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL2 :kf2k3bl:00000001:2FED1D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL2 :kf2k3bl:00000001:2FEE1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL2 :kf2k3bl:00000001:2FEF1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL2 :kf2k3bl:00000000:2FEC04:00000005:FFFFFFFF:Infinite Power PL2 :kf2k3bl:00010000:2FEC00:00000048:FFFFFFFF:Infinite Power PL2 (2/2) :kf2k3bl:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kf2k3bl:00010000:107D0F:00000000:FFFFFFFF:Ash :kf2k3bl:00010000:107D0F:00000001:FFFFFFFF:Duolon :kf2k3bl:00010000:107D0F:00000002:FFFFFFFF:Shen :kf2k3bl:00010000:107D0F:00000003:FFFFFFFF:Terry :kf2k3bl:00010000:107D0F:00000004:FFFFFFFF:Joe :kf2k3bl:00010000:107D0F:00000005:FFFFFFFF:Tizoc :kf2k3bl:00010000:107D0F:00000006:FFFFFFFF:Ryo :kf2k3bl:00010000:107D0F:00000007:FFFFFFFF:Robert :kf2k3bl:00010000:107D0F:00000008:FFFFFFFF:Yuri :kf2k3bl:00010000:107D0F:00000009:FFFFFFFF:Kim :kf2k3bl:00010000:107D0F:0000000A:FFFFFFFF:Chang :kf2k3bl:00010000:107D0F:0000000B:FFFFFFFF:Jhun :kf2k3bl:00010000:107D0F:0000000C:FFFFFFFF:Leona :kf2k3bl:00010000:107D0F:0000000D:FFFFFFFF:Ralf :kf2k3bl:00010000:107D0F:0000000E:FFFFFFFF:Clark :kf2k3bl:00010000:107D0F:0000000F:FFFFFFFF:Gato :kf2k3bl:00010000:107D0F:00000010:FFFFFFFF:Billy :kf2k3bl:00010000:107D0F:00000011:FFFFFFFF:Yamazaki :kf2k3bl:00010000:107D0F:00000012:FFFFFFFF:King :kf2k3bl:00010000:107D0F:00000013:FFFFFFFF:Mai :kf2k3bl:00010000:107D0F:00000014:FFFFFFFF:Mary :kf2k3bl:00010000:107D0F:00000015:FFFFFFFF:Benimaru :kf2k3bl:00010000:107D0F:00000016:FFFFFFFF:Shingo :kf2k3bl:00010000:107D0F:00000017:FFFFFFFF:Daimon :kf2k3bl:00010000:107D0F:00000018:FFFFFFFF:Athena :kf2k3bl:00010000:107D0F:00000019:FFFFFFFF:Hinako :kf2k3bl:00010000:107D0F:0000001A:FFFFFFFF:Malin :kf2k3bl:00010000:107D0F:0000001B:FFFFFFFF:K' :kf2k3bl:00010000:107D0F:0000001C:FFFFFFFF:Maxima :kf2k3bl:00010000:107D0F:0000001D:FFFFFFFF:Whip :kf2k3bl:00010000:107D0F:0000001E:FFFFFFFF:Kyo :kf2k3bl:00010000:107D0F:0000001F:FFFFFFFF:Iori :kf2k3bl:00010000:107D0F:00000021:FFFFFFFF:Kusanagi :kf2k3bl:00010000:107D0F:00000020:FFFFFFFF:Chizur :kf2k3bl:00010000:107D0F:00000024:FFFFFFFF:Maki :kf2k3bl:00010000:107D0F:00000022:FFFFFFFF:Adel :kf2k3bl:00010000:107D0F:00000023:FFFFFFFF:Mukai :kf2k3bl:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kf2k3bl:00010000:107D10:00000000:FFFFFFFF:Ash :kf2k3bl:00010000:107D10:00000001:FFFFFFFF:Duolon :kf2k3bl:00010000:107D10:00000002:FFFFFFFF:Shen :kf2k3bl:00010000:107D10:00000003:FFFFFFFF:Terry :kf2k3bl:00010000:107D10:00000004:FFFFFFFF:Joe :kf2k3bl:00010000:107D10:00000005:FFFFFFFF:Tizoc :kf2k3bl:00010000:107D10:00000006:FFFFFFFF:Ryo :kf2k3bl:00010000:107D10:00000007:FFFFFFFF:Robert :kf2k3bl:00010000:107D10:00000008:FFFFFFFF:Yuri :kf2k3bl:00010000:107D10:00000009:FFFFFFFF:Kim :kf2k3bl:00010000:107D10:0000000A:FFFFFFFF:Chang :kf2k3bl:00010000:107D10:0000000B:FFFFFFFF:Jhun :kf2k3bl:00010000:107D10:0000000C:FFFFFFFF:Leona :kf2k3bl:00010000:107D10:0000000D:FFFFFFFF:Ralf :kf2k3bl:00010000:107D10:0000000E:FFFFFFFF:Clark :kf2k3bl:00010000:107D10:0000000F:FFFFFFFF:Gato :kf2k3bl:00010000:107D10:00000010:FFFFFFFF:Billy :kf2k3bl:00010000:107D10:00000011:FFFFFFFF:Yamazaki :kf2k3bl:00010000:107D10:00000012:FFFFFFFF:King :kf2k3bl:00010000:107D10:00000013:FFFFFFFF:Mai :kf2k3bl:00010000:107D10:00000014:FFFFFFFF:Mary :kf2k3bl:00010000:107D10:00000015:FFFFFFFF:Benimaru :kf2k3bl:00010000:107D10:00000016:FFFFFFFF:Shingo :kf2k3bl:00010000:107D10:00000017:FFFFFFFF:Daimon :kf2k3bl:00010000:107D10:00000018:FFFFFFFF:Athena :kf2k3bl:00010000:107D10:00000019:FFFFFFFF:Hinako :kf2k3bl:00010000:107D10:0000001A:FFFFFFFF:Malin :kf2k3bl:00010000:107D10:0000001B:FFFFFFFF:K' :kf2k3bl:00010000:107D10:0000001C:FFFFFFFF:Maxima :kf2k3bl:00010000:107D10:0000001D:FFFFFFFF:Whip :kf2k3bl:00010000:107D10:0000001E:FFFFFFFF:Kyo :kf2k3bl:00010000:107D10:0000001F:FFFFFFFF:Iori :kf2k3bl:00010000:107D10:00000021:FFFFFFFF:Kusanagi :kf2k3bl:00010000:107D10:00000020:FFFFFFFF:Chizur :kf2k3bl:00010000:107D10:00000024:FFFFFFFF:Maki :kf2k3bl:00010000:107D10:00000022:FFFFFFFF:Adel :kf2k3bl:00010000:107D10:00000023:FFFFFFFF:Muka :kf2k3bl:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kf2k3bl:00010000:107D11:00000000:FFFFFFFF:Ash :kf2k3bl:00010000:107D11:00000001:FFFFFFFF:Duolon :kf2k3bl:00010000:107D11:00000002:FFFFFFFF:Shen :kf2k3bl:00010000:107D11:00000003:FFFFFFFF:Terry :kf2k3bl:00010000:107D11:00000004:FFFFFFFF:Joe :kf2k3bl:00010000:107D11:00000005:FFFFFFFF:Tizoc :kf2k3bl:00010000:107D11:00000006:FFFFFFFF:Ryo :kf2k3bl:00010000:107D11:00000007:FFFFFFFF:Robert :kf2k3bl:00010000:107D11:00000008:FFFFFFFF:Yuri :kf2k3bl:00010000:107D11:00000009:FFFFFFFF:Kim :kf2k3bl:00010000:107D11:0000000A:FFFFFFFF:Chang :kf2k3bl:00010000:107D11:0000000B:FFFFFFFF:Jhun :kf2k3bl:00010000:107D11:0000000C:FFFFFFFF:Leona :kf2k3bl:00010000:107D11:0000000D:FFFFFFFF:Ralf :kf2k3bl:00010000:107D11:0000000E:FFFFFFFF:Clark :kf2k3bl:00010000:107D11:0000000F:FFFFFFFF:Gato :kf2k3bl:00010000:107D11:00000010:FFFFFFFF:Billy :kf2k3bl:00010000:107D11:00000011:FFFFFFFF:Yamazaki :kf2k3bl:00010000:107D11:00000012:FFFFFFFF:King :kf2k3bl:00010000:107D11:00000013:FFFFFFFF:Mai :kf2k3bl:00010000:107D11:00000014:FFFFFFFF:Mary :kf2k3bl:00010000:107D11:00000015:FFFFFFFF:Benimaru :kf2k3bl:00010000:107D11:00000016:FFFFFFFF:Shingo :kf2k3bl:00010000:107D11:00000017:FFFFFFFF:Daimon :kf2k3bl:00010000:107D11:00000018:FFFFFFFF:Athena :kf2k3bl:00010000:107D11:00000019:FFFFFFFF:Hinako :kf2k3bl:00010000:107D11:0000001A:FFFFFFFF:Malin :kf2k3bl:00010000:107D11:0000001B:FFFFFFFF:K' :kf2k3bl:00010000:107D11:0000001C:FFFFFFFF:Maxima :kf2k3bl:00010000:107D11:0000001D:FFFFFFFF:Whip :kf2k3bl:00010000:107D11:0000001E:FFFFFFFF:Kyo :kf2k3bl:00010000:107D11:0000001F:FFFFFFFF:Iori :kf2k3bl:00010000:107D11:00000021:FFFFFFFF:Kusanagi :kf2k3bl:00010000:107D11:00000020:FFFFFFFF:Chizuru :kf2k3bl:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k3bl:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k3bl:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2003, The (bootleg, set 2) ] :kf2k3bla:00000000:107D62:00000099:FFFFFFFF:Infinite Time :kf2k3bla:00000001:107D62:00000000:FFFFFFFF:Finish this Round Now! :kf2k3bla:00800000:10785A:00000000:FFFFFFFF:Mai's boobs always bounce :kf2k3bla:00000000:2FE91D:00000070:FFFFFFFF:Infinite Character (A) Energy PL1 :kf2k3bla:00000000:2FEA1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL1 :kf2k3bla:00000000:2FEB1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL1 :kf2k3bla:00000001:2FE91D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL1 :kf2k3bla:00000001:2FEA1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL1 :kf2k3bla:00000001:2FEB1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL1 :kf2k3bla:00000000:2FE804:00000005:FFFFFFFF:Infinite Power PL1 :kf2k3bla:00010000:2FE800:00000048:FFFFFFFF:Infinite Power PL1 (2/2) :kf2k3bla:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kf2k3bla:00010000:107D0C:00000000:FFFFFFFF:Ash :kf2k3bla:00010000:107D0C:00000001:FFFFFFFF:Duolon :kf2k3bla:00010000:107D0C:00000002:FFFFFFFF:Shen :kf2k3bla:00010000:107D0C:00000003:FFFFFFFF:Terry :kf2k3bla:00010000:107D0C:00000004:FFFFFFFF:Joe :kf2k3bla:00010000:107D0C:00000005:FFFFFFFF:Tizoc :kf2k3bla:00010000:107D0C:00000006:FFFFFFFF:Ryo :kf2k3bla:00010000:107D0C:00000007:FFFFFFFF:Robert :kf2k3bla:00010000:107D0C:00000008:FFFFFFFF:Yuri :kf2k3bla:00010000:107D0C:00000009:FFFFFFFF:Kim :kf2k3bla:00010000:107D0C:0000000A:FFFFFFFF:Chang :kf2k3bla:00010000:107D0C:0000000B:FFFFFFFF:Jhun :kf2k3bla:00010000:107D0C:0000000C:FFFFFFFF:Leona :kf2k3bla:00010000:107D0C:0000000D:FFFFFFFF:Ralf :kf2k3bla:00010000:107D0C:0000000E:FFFFFFFF:Clark :kf2k3bla:00010000:107D0C:0000000F:FFFFFFFF:Gato :kf2k3bla:00010000:107D0C:00000010:FFFFFFFF:Billy :kf2k3bla:00010000:107D0C:00000011:FFFFFFFF:Yamazaki :kf2k3bla:00010000:107D0C:00000012:FFFFFFFF:King :kf2k3bla:00010000:107D0C:00000013:FFFFFFFF:Mai :kf2k3bla:00010000:107D0C:00000014:FFFFFFFF:Mary :kf2k3bla:00010000:107D0C:00000015:FFFFFFFF:Benimaru :kf2k3bla:00010000:107D0C:00000016:FFFFFFFF:Shingo :kf2k3bla:00010000:107D0C:00000017:FFFFFFFF:Daimon :kf2k3bla:00010000:107D0C:00000018:FFFFFFFF:Athena :kf2k3bla:00010000:107D0C:00000019:FFFFFFFF:Hinako :kf2k3bla:00010000:107D0C:0000001A:FFFFFFFF:Malin :kf2k3bla:00010000:107D0C:0000001B:FFFFFFFF:K' :kf2k3bla:00010000:107D0C:0000001C:FFFFFFFF:Maxima :kf2k3bla:00010000:107D0C:0000001D:FFFFFFFF:Whip :kf2k3bla:00010000:107D0C:0000001E:FFFFFFFF:Kyo :kf2k3bla:00010000:107D0C:0000001F:FFFFFFFF:Iori :kf2k3bla:00010000:107D0C:00000021:FFFFFFFF:Kusanagi :kf2k3bla:00010000:107D0C:00000020:FFFFFFFF:Chizuru :kf2k3bla:00010000:107D0C:00000024:FFFFFFFF:Maki :kf2k3bla:00010000:107D0C:00000022:FFFFFFFF:Adel :kf2k3bla:00010000:107D0C:00000023:FFFFFFFF:Mukai :kf2k3bla:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kf2k3bla:00010000:107D0D:00000000:FFFFFFFF:Ash :kf2k3bla:00010000:107D0D:00000001:FFFFFFFF:Duolon :kf2k3bla:00010000:107D0D:00000002:FFFFFFFF:Shen :kf2k3bla:00010000:107D0D:00000003:FFFFFFFF:Terry :kf2k3bla:00010000:107D0D:00000004:FFFFFFFF:Joe :kf2k3bla:00010000:107D0D:00000005:FFFFFFFF:Tizoc :kf2k3bla:00010000:107D0D:00000006:FFFFFFFF:Ryo :kf2k3bla:00010000:107D0D:00000007:FFFFFFFF:Robert :kf2k3bla:00010000:107D0D:00000008:FFFFFFFF:Yuri :kf2k3bla:00010000:107D0D:00000009:FFFFFFFF:Kim :kf2k3bla:00010000:107D0D:0000000A:FFFFFFFF:Chang :kf2k3bla:00010000:107D0D:0000000B:FFFFFFFF:Jhun :kf2k3bla:00010000:107D0D:0000000C:FFFFFFFF:Leona :kf2k3bla:00010000:107D0D:0000000D:FFFFFFFF:Ralf :kf2k3bla:00010000:107D0D:0000000E:FFFFFFFF:Clark :kf2k3bla:00010000:107D0D:0000000F:FFFFFFFF:Gato :kf2k3bla:00010000:107D0D:00000010:FFFFFFFF:Billy :kf2k3bla:00010000:107D0D:00000011:FFFFFFFF:Yamazaki :kf2k3bla:00010000:107D0D:00000012:FFFFFFFF:King :kf2k3bla:00010000:107D0D:00000013:FFFFFFFF:Mai :kf2k3bla:00010000:107D0D:00000014:FFFFFFFF:Mary :kf2k3bla:00010000:107D0D:00000015:FFFFFFFF:Benimaru :kf2k3bla:00010000:107D0D:00000016:FFFFFFFF:Shingo :kf2k3bla:00010000:107D0D:00000017:FFFFFFFF:Daimon :kf2k3bla:00010000:107D0D:00000018:FFFFFFFF:Athena :kf2k3bla:00010000:107D0D:00000019:FFFFFFFF:Hinako :kf2k3bla:00010000:107D0D:0000001A:FFFFFFFF:Malin :kf2k3bla:00010000:107D0D:0000001B:FFFFFFFF:K' :kf2k3bla:00010000:107D0D:0000001C:FFFFFFFF:Maxima :kf2k3bla:00010000:107D0D:0000001D:FFFFFFFF:Whip :kf2k3bla:00010000:107D0D:0000001E:FFFFFFFF:Kyo :kf2k3bla:00010000:107D0D:0000001F:FFFFFFFF:Iori :kf2k3bla:00010000:107D0D:00000021:FFFFFFFF:Kusanagi :kf2k3bla:00010000:107D0D:00000020:FFFFFFFF:Chizuru :kf2k3bla:00010000:107D0D:00000024:FFFFFFFF:Maki :kf2k3bla:00010000:107D0D:00000022:FFFFFFFF:Adel :kf2k3bla:00010000:107D0D:00000023:FFFFFFFF:Mukai :kf2k3bla:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kf2k3bla:00010000:107D0E:00000000:FFFFFFFF:Ash :kf2k3bla:00010000:107D0E:00000001:FFFFFFFF:Duolon :kf2k3bla:00010000:107D0E:00000002:FFFFFFFF:Shen :kf2k3bla:00010000:107D0E:00000003:FFFFFFFF:Terry :kf2k3bla:00010000:107D0E:00000004:FFFFFFFF:Joe :kf2k3bla:00010000:107D0E:00000005:FFFFFFFF:Tizoc :kf2k3bla:00010000:107D0E:00000006:FFFFFFFF:Ryo :kf2k3bla:00010000:107D0E:00000007:FFFFFFFF:Robert :kf2k3bla:00010000:107D0E:00000008:FFFFFFFF:Yuri :kf2k3bla:00010000:107D0E:00000009:FFFFFFFF:Kim :kf2k3bla:00010000:107D0E:0000000A:FFFFFFFF:Chang :kf2k3bla:00010000:107D0E:0000000B:FFFFFFFF:Jhun :kf2k3bla:00010000:107D0E:0000000C:FFFFFFFF:Leona :kf2k3bla:00010000:107D0E:0000000D:FFFFFFFF:Ralf :kf2k3bla:00010000:107D0E:0000000E:FFFFFFFF:Clark :kf2k3bla:00010000:107D0E:0000000F:FFFFFFFF:Gato :kf2k3bla:00010000:107D0E:00000010:FFFFFFFF:Billy :kf2k3bla:00010000:107D0E:00000011:FFFFFFFF:Yamazaki :kf2k3bla:00010000:107D0E:00000012:FFFFFFFF:King :kf2k3bla:00010000:107D0E:00000013:FFFFFFFF:Mai :kf2k3bla:00010000:107D0E:00000014:FFFFFFFF:Mary :kf2k3bla:00010000:107D0E:00000015:FFFFFFFF:Benimaru :kf2k3bla:00010000:107D0E:00000016:FFFFFFFF:Shingo :kf2k3bla:00010000:107D0E:00000017:FFFFFFFF:Daimon :kf2k3bla:00010000:107D0E:00000018:FFFFFFFF:Athena :kf2k3bla:00010000:107D0E:00000019:FFFFFFFF:Hinako :kf2k3bla:00010000:107D0E:0000001A:FFFFFFFF:Malin :kf2k3bla:00010000:107D0E:0000001B:FFFFFFFF:K' :kf2k3bla:00010000:107D0E:0000001C:FFFFFFFF:Maxima :kf2k3bla:00010000:107D0E:0000001D:FFFFFFFF:Whip :kf2k3bla:00010000:107D0E:0000001E:FFFFFFFF:Kyo :kf2k3bla:00010000:107D0E:0000001F:FFFFFFFF:Iori :kf2k3bla:00010000:107D0E:00000021:FFFFFFFF:Kusanagi :kf2k3bla:00010000:107D0E:00000020:FFFFFFFF:Chizuru :kf2k3bla:00010000:107D0E:00000024:FFFFFFFF:Maki :kf2k3bla:00010000:107D0E:00000022:FFFFFFFF:Adel :kf2k3bla:00010000:107D0E:00000023:FFFFFFFF:Mukai :kf2k3bla:00000000:2FED1D:00000070:FFFFFFFF:Infinite Character (A) Energy PL2 :kf2k3bla:00000000:2FEE1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL2 :kf2k3bla:00000000:2FEF1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL2 :kf2k3bla:00000001:2FED1D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL2 :kf2k3bla:00000001:2FEE1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL2 :kf2k3bla:00000001:2FEF1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL2 :kf2k3bla:00000000:2FEC04:00000005:FFFFFFFF:Infinite Power PL2 :kf2k3bla:00010000:2FEC00:00000048:FFFFFFFF:Infinite Power PL2 (2/2) :kf2k3bla:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kf2k3bla:00010000:107D0F:00000000:FFFFFFFF:Ash :kf2k3bla:00010000:107D0F:00000001:FFFFFFFF:Duolon :kf2k3bla:00010000:107D0F:00000002:FFFFFFFF:Shen :kf2k3bla:00010000:107D0F:00000003:FFFFFFFF:Terry :kf2k3bla:00010000:107D0F:00000004:FFFFFFFF:Joe :kf2k3bla:00010000:107D0F:00000005:FFFFFFFF:Tizoc :kf2k3bla:00010000:107D0F:00000006:FFFFFFFF:Ryo :kf2k3bla:00010000:107D0F:00000007:FFFFFFFF:Robert :kf2k3bla:00010000:107D0F:00000008:FFFFFFFF:Yuri :kf2k3bla:00010000:107D0F:00000009:FFFFFFFF:Kim :kf2k3bla:00010000:107D0F:0000000A:FFFFFFFF:Chang :kf2k3bla:00010000:107D0F:0000000B:FFFFFFFF:Jhun :kf2k3bla:00010000:107D0F:0000000C:FFFFFFFF:Leona :kf2k3bla:00010000:107D0F:0000000D:FFFFFFFF:Ralf :kf2k3bla:00010000:107D0F:0000000E:FFFFFFFF:Clark :kf2k3bla:00010000:107D0F:0000000F:FFFFFFFF:Gato :kf2k3bla:00010000:107D0F:00000010:FFFFFFFF:Billy :kf2k3bla:00010000:107D0F:00000011:FFFFFFFF:Yamazaki :kf2k3bla:00010000:107D0F:00000012:FFFFFFFF:King :kf2k3bla:00010000:107D0F:00000013:FFFFFFFF:Mai :kf2k3bla:00010000:107D0F:00000014:FFFFFFFF:Mary :kf2k3bla:00010000:107D0F:00000015:FFFFFFFF:Benimaru :kf2k3bla:00010000:107D0F:00000016:FFFFFFFF:Shingo :kf2k3bla:00010000:107D0F:00000017:FFFFFFFF:Daimon :kf2k3bla:00010000:107D0F:00000018:FFFFFFFF:Athena :kf2k3bla:00010000:107D0F:00000019:FFFFFFFF:Hinako :kf2k3bla:00010000:107D0F:0000001A:FFFFFFFF:Malin :kf2k3bla:00010000:107D0F:0000001B:FFFFFFFF:K' :kf2k3bla:00010000:107D0F:0000001C:FFFFFFFF:Maxima :kf2k3bla:00010000:107D0F:0000001D:FFFFFFFF:Whip :kf2k3bla:00010000:107D0F:0000001E:FFFFFFFF:Kyo :kf2k3bla:00010000:107D0F:0000001F:FFFFFFFF:Iori :kf2k3bla:00010000:107D0F:00000021:FFFFFFFF:Kusanagi :kf2k3bla:00010000:107D0F:00000020:FFFFFFFF:Chizur :kf2k3bla:00010000:107D0F:00000024:FFFFFFFF:Maki :kf2k3bla:00010000:107D0F:00000022:FFFFFFFF:Adel :kf2k3bla:00010000:107D0F:00000023:FFFFFFFF:Mukai :kf2k3bla:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kf2k3bla:00010000:107D10:00000000:FFFFFFFF:Ash :kf2k3bla:00010000:107D10:00000001:FFFFFFFF:Duolon :kf2k3bla:00010000:107D10:00000002:FFFFFFFF:Shen :kf2k3bla:00010000:107D10:00000003:FFFFFFFF:Terry :kf2k3bla:00010000:107D10:00000004:FFFFFFFF:Joe :kf2k3bla:00010000:107D10:00000005:FFFFFFFF:Tizoc :kf2k3bla:00010000:107D10:00000006:FFFFFFFF:Ryo :kf2k3bla:00010000:107D10:00000007:FFFFFFFF:Robert :kf2k3bla:00010000:107D10:00000008:FFFFFFFF:Yuri :kf2k3bla:00010000:107D10:00000009:FFFFFFFF:Kim :kf2k3bla:00010000:107D10:0000000A:FFFFFFFF:Chang :kf2k3bla:00010000:107D10:0000000B:FFFFFFFF:Jhun :kf2k3bla:00010000:107D10:0000000C:FFFFFFFF:Leona :kf2k3bla:00010000:107D10:0000000D:FFFFFFFF:Ralf :kf2k3bla:00010000:107D10:0000000E:FFFFFFFF:Clark :kf2k3bla:00010000:107D10:0000000F:FFFFFFFF:Gato :kf2k3bla:00010000:107D10:00000010:FFFFFFFF:Billy :kf2k3bla:00010000:107D10:00000011:FFFFFFFF:Yamazaki :kf2k3bla:00010000:107D10:00000012:FFFFFFFF:King :kf2k3bla:00010000:107D10:00000013:FFFFFFFF:Mai :kf2k3bla:00010000:107D10:00000014:FFFFFFFF:Mary :kf2k3bla:00010000:107D10:00000015:FFFFFFFF:Benimaru :kf2k3bla:00010000:107D10:00000016:FFFFFFFF:Shingo :kf2k3bla:00010000:107D10:00000017:FFFFFFFF:Daimon :kf2k3bla:00010000:107D10:00000018:FFFFFFFF:Athena :kf2k3bla:00010000:107D10:00000019:FFFFFFFF:Hinako :kf2k3bla:00010000:107D10:0000001A:FFFFFFFF:Malin :kf2k3bla:00010000:107D10:0000001B:FFFFFFFF:K' :kf2k3bla:00010000:107D10:0000001C:FFFFFFFF:Maxima :kf2k3bla:00010000:107D10:0000001D:FFFFFFFF:Whip :kf2k3bla:00010000:107D10:0000001E:FFFFFFFF:Kyo :kf2k3bla:00010000:107D10:0000001F:FFFFFFFF:Iori :kf2k3bla:00010000:107D10:00000021:FFFFFFFF:Kusanagi :kf2k3bla:00010000:107D10:00000020:FFFFFFFF:Chizur :kf2k3bla:00010000:107D10:00000024:FFFFFFFF:Maki :kf2k3bla:00010000:107D10:00000022:FFFFFFFF:Adel :kf2k3bla:00010000:107D10:00000023:FFFFFFFF:Muka :kf2k3bla:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kf2k3bla:00010000:107D11:00000000:FFFFFFFF:Ash :kf2k3bla:00010000:107D11:00000001:FFFFFFFF:Duolon :kf2k3bla:00010000:107D11:00000002:FFFFFFFF:Shen :kf2k3bla:00010000:107D11:00000003:FFFFFFFF:Terry :kf2k3bla:00010000:107D11:00000004:FFFFFFFF:Joe :kf2k3bla:00010000:107D11:00000005:FFFFFFFF:Tizoc :kf2k3bla:00010000:107D11:00000006:FFFFFFFF:Ryo :kf2k3bla:00010000:107D11:00000007:FFFFFFFF:Robert :kf2k3bla:00010000:107D11:00000008:FFFFFFFF:Yuri :kf2k3bla:00010000:107D11:00000009:FFFFFFFF:Kim :kf2k3bla:00010000:107D11:0000000A:FFFFFFFF:Chang :kf2k3bla:00010000:107D11:0000000B:FFFFFFFF:Jhun :kf2k3bla:00010000:107D11:0000000C:FFFFFFFF:Leona :kf2k3bla:00010000:107D11:0000000D:FFFFFFFF:Ralf :kf2k3bla:00010000:107D11:0000000E:FFFFFFFF:Clark :kf2k3bla:00010000:107D11:0000000F:FFFFFFFF:Gato :kf2k3bla:00010000:107D11:00000010:FFFFFFFF:Billy :kf2k3bla:00010000:107D11:00000011:FFFFFFFF:Yamazaki :kf2k3bla:00010000:107D11:00000012:FFFFFFFF:King :kf2k3bla:00010000:107D11:00000013:FFFFFFFF:Mai :kf2k3bla:00010000:107D11:00000014:FFFFFFFF:Mary :kf2k3bla:00010000:107D11:00000015:FFFFFFFF:Benimaru :kf2k3bla:00010000:107D11:00000016:FFFFFFFF:Shingo :kf2k3bla:00010000:107D11:00000017:FFFFFFFF:Daimon :kf2k3bla:00010000:107D11:00000018:FFFFFFFF:Athena :kf2k3bla:00010000:107D11:00000019:FFFFFFFF:Hinako :kf2k3bla:00010000:107D11:0000001A:FFFFFFFF:Malin :kf2k3bla:00010000:107D11:0000001B:FFFFFFFF:K' :kf2k3bla:00010000:107D11:0000001C:FFFFFFFF:Maxima :kf2k3bla:00010000:107D11:0000001D:FFFFFFFF:Whip :kf2k3bla:00010000:107D11:0000001E:FFFFFFFF:Kyo :kf2k3bla:00010000:107D11:0000001F:FFFFFFFF:Iori :kf2k3bla:00010000:107D11:00000021:FFFFFFFF:Kusanagi :kf2k3bla:00010000:107D11:00000020:FFFFFFFF:Chizuru :kf2k3bla:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k3bla:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k3bla:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2003, The (Japan, JAMMA PCB) ] :kf2k3pcb:00000000:107D62:00000099:FFFFFFFF:Infinite Time :kf2k3pcb:00000001:107D62:00000000:FFFFFFFF:Finish this Round Now! :kf2k3pcb:00800000:10785A:00000000:FFFFFFFF:Mai's boobs always bounce :kf2k3pcb:00000000:2FE91D:00000070:FFFFFFFF:Infinite Character (A) Energy PL1 :kf2k3pcb:00000000:2FEA1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL1 :kf2k3pcb:00000000:2FEB1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL1 :kf2k3pcb:00000001:2FE91D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL1 :kf2k3pcb:00000001:2FEA1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL1 :kf2k3pcb:00000001:2FEB1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL1 :kf2k3pcb:00000000:2FE804:00000005:FFFFFFFF:Infinite Power PL1 :kf2k3pcb:00010000:2FE800:00000048:FFFFFFFF:Infinite Power PL1 (2/2) :kf2k3pcb:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kf2k3pcb:00010000:107D0C:00000000:FFFFFFFF:Ash :kf2k3pcb:00010000:107D0C:00000001:FFFFFFFF:Duolon :kf2k3pcb:00010000:107D0C:00000002:FFFFFFFF:Shen :kf2k3pcb:00010000:107D0C:00000003:FFFFFFFF:Terry :kf2k3pcb:00010000:107D0C:00000004:FFFFFFFF:Joe :kf2k3pcb:00010000:107D0C:00000005:FFFFFFFF:Tizoc :kf2k3pcb:00010000:107D0C:00000006:FFFFFFFF:Ryo :kf2k3pcb:00010000:107D0C:00000007:FFFFFFFF:Robert :kf2k3pcb:00010000:107D0C:00000008:FFFFFFFF:Yuri :kf2k3pcb:00010000:107D0C:00000009:FFFFFFFF:Kim :kf2k3pcb:00010000:107D0C:0000000A:FFFFFFFF:Chang :kf2k3pcb:00010000:107D0C:0000000B:FFFFFFFF:Jhun :kf2k3pcb:00010000:107D0C:0000000C:FFFFFFFF:Leona :kf2k3pcb:00010000:107D0C:0000000D:FFFFFFFF:Ralf :kf2k3pcb:00010000:107D0C:0000000E:FFFFFFFF:Clark :kf2k3pcb:00010000:107D0C:0000000F:FFFFFFFF:Gato :kf2k3pcb:00010000:107D0C:00000010:FFFFFFFF:Billy :kf2k3pcb:00010000:107D0C:00000011:FFFFFFFF:Yamazaki :kf2k3pcb:00010000:107D0C:00000012:FFFFFFFF:King :kf2k3pcb:00010000:107D0C:00000013:FFFFFFFF:Mai :kf2k3pcb:00010000:107D0C:00000014:FFFFFFFF:Mary :kf2k3pcb:00010000:107D0C:00000015:FFFFFFFF:Benimaru :kf2k3pcb:00010000:107D0C:00000016:FFFFFFFF:Shingo :kf2k3pcb:00010000:107D0C:00000017:FFFFFFFF:Daimon :kf2k3pcb:00010000:107D0C:00000018:FFFFFFFF:Athena :kf2k3pcb:00010000:107D0C:00000019:FFFFFFFF:Hinako :kf2k3pcb:00010000:107D0C:0000001A:FFFFFFFF:Malin :kf2k3pcb:00010000:107D0C:0000001B:FFFFFFFF:K' :kf2k3pcb:00010000:107D0C:0000001C:FFFFFFFF:Maxima :kf2k3pcb:00010000:107D0C:0000001D:FFFFFFFF:Whip :kf2k3pcb:00010000:107D0C:0000001E:FFFFFFFF:Kyo :kf2k3pcb:00010000:107D0C:0000001F:FFFFFFFF:Iori :kf2k3pcb:00010000:107D0C:00000021:FFFFFFFF:Kusanagi :kf2k3pcb:00010000:107D0C:00000020:FFFFFFFF:Chizuru :kf2k3pcb:00010000:107D0C:00000024:FFFFFFFF:Maki :kf2k3pcb:00010000:107D0C:00000022:FFFFFFFF:Adel :kf2k3pcb:00010000:107D0C:00000023:FFFFFFFF:Mukai :kf2k3pcb:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kf2k3pcb:00010000:107D0D:00000000:FFFFFFFF:Ash :kf2k3pcb:00010000:107D0D:00000001:FFFFFFFF:Duolon :kf2k3pcb:00010000:107D0D:00000002:FFFFFFFF:Shen :kf2k3pcb:00010000:107D0D:00000003:FFFFFFFF:Terry :kf2k3pcb:00010000:107D0D:00000004:FFFFFFFF:Joe :kf2k3pcb:00010000:107D0D:00000005:FFFFFFFF:Tizoc :kf2k3pcb:00010000:107D0D:00000006:FFFFFFFF:Ryo :kf2k3pcb:00010000:107D0D:00000007:FFFFFFFF:Robert :kf2k3pcb:00010000:107D0D:00000008:FFFFFFFF:Yuri :kf2k3pcb:00010000:107D0D:00000009:FFFFFFFF:Kim :kf2k3pcb:00010000:107D0D:0000000A:FFFFFFFF:Chang :kf2k3pcb:00010000:107D0D:0000000B:FFFFFFFF:Jhun :kf2k3pcb:00010000:107D0D:0000000C:FFFFFFFF:Leona :kf2k3pcb:00010000:107D0D:0000000D:FFFFFFFF:Ralf :kf2k3pcb:00010000:107D0D:0000000E:FFFFFFFF:Clark :kf2k3pcb:00010000:107D0D:0000000F:FFFFFFFF:Gato :kf2k3pcb:00010000:107D0D:00000010:FFFFFFFF:Billy :kf2k3pcb:00010000:107D0D:00000011:FFFFFFFF:Yamazaki :kf2k3pcb:00010000:107D0D:00000012:FFFFFFFF:King :kf2k3pcb:00010000:107D0D:00000013:FFFFFFFF:Mai :kf2k3pcb:00010000:107D0D:00000014:FFFFFFFF:Mary :kf2k3pcb:00010000:107D0D:00000015:FFFFFFFF:Benimaru :kf2k3pcb:00010000:107D0D:00000016:FFFFFFFF:Shingo :kf2k3pcb:00010000:107D0D:00000017:FFFFFFFF:Daimon :kf2k3pcb:00010000:107D0D:00000018:FFFFFFFF:Athena :kf2k3pcb:00010000:107D0D:00000019:FFFFFFFF:Hinako :kf2k3pcb:00010000:107D0D:0000001A:FFFFFFFF:Malin :kf2k3pcb:00010000:107D0D:0000001B:FFFFFFFF:K' :kf2k3pcb:00010000:107D0D:0000001C:FFFFFFFF:Maxima :kf2k3pcb:00010000:107D0D:0000001D:FFFFFFFF:Whip :kf2k3pcb:00010000:107D0D:0000001E:FFFFFFFF:Kyo :kf2k3pcb:00010000:107D0D:0000001F:FFFFFFFF:Iori :kf2k3pcb:00010000:107D0D:00000021:FFFFFFFF:Kusanagi :kf2k3pcb:00010000:107D0D:00000020:FFFFFFFF:Chizuru :kf2k3pcb:00010000:107D0D:00000024:FFFFFFFF:Maki :kf2k3pcb:00010000:107D0D:00000022:FFFFFFFF:Adel :kf2k3pcb:00010000:107D0D:00000023:FFFFFFFF:Mukai :kf2k3pcb:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kf2k3pcb:00010000:107D0E:00000000:FFFFFFFF:Ash :kf2k3pcb:00010000:107D0E:00000001:FFFFFFFF:Duolon :kf2k3pcb:00010000:107D0E:00000002:FFFFFFFF:Shen :kf2k3pcb:00010000:107D0E:00000003:FFFFFFFF:Terry :kf2k3pcb:00010000:107D0E:00000004:FFFFFFFF:Joe :kf2k3pcb:00010000:107D0E:00000005:FFFFFFFF:Tizoc :kf2k3pcb:00010000:107D0E:00000006:FFFFFFFF:Ryo :kf2k3pcb:00010000:107D0E:00000007:FFFFFFFF:Robert :kf2k3pcb:00010000:107D0E:00000008:FFFFFFFF:Yuri :kf2k3pcb:00010000:107D0E:00000009:FFFFFFFF:Kim :kf2k3pcb:00010000:107D0E:0000000A:FFFFFFFF:Chang :kf2k3pcb:00010000:107D0E:0000000B:FFFFFFFF:Jhun :kf2k3pcb:00010000:107D0E:0000000C:FFFFFFFF:Leona :kf2k3pcb:00010000:107D0E:0000000D:FFFFFFFF:Ralf :kf2k3pcb:00010000:107D0E:0000000E:FFFFFFFF:Clark :kf2k3pcb:00010000:107D0E:0000000F:FFFFFFFF:Gato :kf2k3pcb:00010000:107D0E:00000010:FFFFFFFF:Billy :kf2k3pcb:00010000:107D0E:00000011:FFFFFFFF:Yamazaki :kf2k3pcb:00010000:107D0E:00000012:FFFFFFFF:King :kf2k3pcb:00010000:107D0E:00000013:FFFFFFFF:Mai :kf2k3pcb:00010000:107D0E:00000014:FFFFFFFF:Mary :kf2k3pcb:00010000:107D0E:00000015:FFFFFFFF:Benimaru :kf2k3pcb:00010000:107D0E:00000016:FFFFFFFF:Shingo :kf2k3pcb:00010000:107D0E:00000017:FFFFFFFF:Daimon :kf2k3pcb:00010000:107D0E:00000018:FFFFFFFF:Athena :kf2k3pcb:00010000:107D0E:00000019:FFFFFFFF:Hinako :kf2k3pcb:00010000:107D0E:0000001A:FFFFFFFF:Malin :kf2k3pcb:00010000:107D0E:0000001B:FFFFFFFF:K' :kf2k3pcb:00010000:107D0E:0000001C:FFFFFFFF:Maxima :kf2k3pcb:00010000:107D0E:0000001D:FFFFFFFF:Whip :kf2k3pcb:00010000:107D0E:0000001E:FFFFFFFF:Kyo :kf2k3pcb:00010000:107D0E:0000001F:FFFFFFFF:Iori :kf2k3pcb:00010000:107D0E:00000021:FFFFFFFF:Kusanagi :kf2k3pcb:00010000:107D0E:00000020:FFFFFFFF:Chizuru :kf2k3pcb:00010000:107D0E:00000024:FFFFFFFF:Maki :kf2k3pcb:00010000:107D0E:00000022:FFFFFFFF:Adel :kf2k3pcb:00010000:107D0E:00000023:FFFFFFFF:Mukai :kf2k3pcb:00000000:2FED1D:00000070:FFFFFFFF:Infinite Character (A) Energy PL2 :kf2k3pcb:00000000:2FEE1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL2 :kf2k3pcb:00000000:2FEF1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL2 :kf2k3pcb:00000001:2FED1D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL2 :kf2k3pcb:00000001:2FEE1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL2 :kf2k3pcb:00000001:2FEF1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL2 :kf2k3pcb:00000000:2FEC04:00000005:FFFFFFFF:Infinite Power PL2 :kf2k3pcb:00010000:2FEC00:00000048:FFFFFFFF:Infinite Power PL2 (2/2) :kf2k3pcb:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kf2k3pcb:00010000:107D0F:00000000:FFFFFFFF:Ash :kf2k3pcb:00010000:107D0F:00000001:FFFFFFFF:Duolon :kf2k3pcb:00010000:107D0F:00000002:FFFFFFFF:Shen :kf2k3pcb:00010000:107D0F:00000003:FFFFFFFF:Terry :kf2k3pcb:00010000:107D0F:00000004:FFFFFFFF:Joe :kf2k3pcb:00010000:107D0F:00000005:FFFFFFFF:Tizoc :kf2k3pcb:00010000:107D0F:00000006:FFFFFFFF:Ryo :kf2k3pcb:00010000:107D0F:00000007:FFFFFFFF:Robert :kf2k3pcb:00010000:107D0F:00000008:FFFFFFFF:Yuri :kf2k3pcb:00010000:107D0F:00000009:FFFFFFFF:Kim :kf2k3pcb:00010000:107D0F:0000000A:FFFFFFFF:Chang :kf2k3pcb:00010000:107D0F:0000000B:FFFFFFFF:Jhun :kf2k3pcb:00010000:107D0F:0000000C:FFFFFFFF:Leona :kf2k3pcb:00010000:107D0F:0000000D:FFFFFFFF:Ralf :kf2k3pcb:00010000:107D0F:0000000E:FFFFFFFF:Clark :kf2k3pcb:00010000:107D0F:0000000F:FFFFFFFF:Gato :kf2k3pcb:00010000:107D0F:00000010:FFFFFFFF:Billy :kf2k3pcb:00010000:107D0F:00000011:FFFFFFFF:Yamazaki :kf2k3pcb:00010000:107D0F:00000012:FFFFFFFF:King :kf2k3pcb:00010000:107D0F:00000013:FFFFFFFF:Mai :kf2k3pcb:00010000:107D0F:00000014:FFFFFFFF:Mary :kf2k3pcb:00010000:107D0F:00000015:FFFFFFFF:Benimaru :kf2k3pcb:00010000:107D0F:00000016:FFFFFFFF:Shingo :kf2k3pcb:00010000:107D0F:00000017:FFFFFFFF:Daimon :kf2k3pcb:00010000:107D0F:00000018:FFFFFFFF:Athena :kf2k3pcb:00010000:107D0F:00000019:FFFFFFFF:Hinako :kf2k3pcb:00010000:107D0F:0000001A:FFFFFFFF:Malin :kf2k3pcb:00010000:107D0F:0000001B:FFFFFFFF:K' :kf2k3pcb:00010000:107D0F:0000001C:FFFFFFFF:Maxima :kf2k3pcb:00010000:107D0F:0000001D:FFFFFFFF:Whip :kf2k3pcb:00010000:107D0F:0000001E:FFFFFFFF:Kyo :kf2k3pcb:00010000:107D0F:0000001F:FFFFFFFF:Iori :kf2k3pcb:00010000:107D0F:00000021:FFFFFFFF:Kusanagi :kf2k3pcb:00010000:107D0F:00000020:FFFFFFFF:Chizur :kf2k3pcb:00010000:107D0F:00000024:FFFFFFFF:Maki :kf2k3pcb:00010000:107D0F:00000022:FFFFFFFF:Adel :kf2k3pcb:00010000:107D0F:00000023:FFFFFFFF:Mukai :kf2k3pcb:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kf2k3pcb:00010000:107D10:00000000:FFFFFFFF:Ash :kf2k3pcb:00010000:107D10:00000001:FFFFFFFF:Duolon :kf2k3pcb:00010000:107D10:00000002:FFFFFFFF:Shen :kf2k3pcb:00010000:107D10:00000003:FFFFFFFF:Terry :kf2k3pcb:00010000:107D10:00000004:FFFFFFFF:Joe :kf2k3pcb:00010000:107D10:00000005:FFFFFFFF:Tizoc :kf2k3pcb:00010000:107D10:00000006:FFFFFFFF:Ryo :kf2k3pcb:00010000:107D10:00000007:FFFFFFFF:Robert :kf2k3pcb:00010000:107D10:00000008:FFFFFFFF:Yuri :kf2k3pcb:00010000:107D10:00000009:FFFFFFFF:Kim :kf2k3pcb:00010000:107D10:0000000A:FFFFFFFF:Chang :kf2k3pcb:00010000:107D10:0000000B:FFFFFFFF:Jhun :kf2k3pcb:00010000:107D10:0000000C:FFFFFFFF:Leona :kf2k3pcb:00010000:107D10:0000000D:FFFFFFFF:Ralf :kf2k3pcb:00010000:107D10:0000000E:FFFFFFFF:Clark :kf2k3pcb:00010000:107D10:0000000F:FFFFFFFF:Gato :kf2k3pcb:00010000:107D10:00000010:FFFFFFFF:Billy :kf2k3pcb:00010000:107D10:00000011:FFFFFFFF:Yamazaki :kf2k3pcb:00010000:107D10:00000012:FFFFFFFF:King :kf2k3pcb:00010000:107D10:00000013:FFFFFFFF:Mai :kf2k3pcb:00010000:107D10:00000014:FFFFFFFF:Mary :kf2k3pcb:00010000:107D10:00000015:FFFFFFFF:Benimaru :kf2k3pcb:00010000:107D10:00000016:FFFFFFFF:Shingo :kf2k3pcb:00010000:107D10:00000017:FFFFFFFF:Daimon :kf2k3pcb:00010000:107D10:00000018:FFFFFFFF:Athena :kf2k3pcb:00010000:107D10:00000019:FFFFFFFF:Hinako :kf2k3pcb:00010000:107D10:0000001A:FFFFFFFF:Malin :kf2k3pcb:00010000:107D10:0000001B:FFFFFFFF:K' :kf2k3pcb:00010000:107D10:0000001C:FFFFFFFF:Maxima :kf2k3pcb:00010000:107D10:0000001D:FFFFFFFF:Whip :kf2k3pcb:00010000:107D10:0000001E:FFFFFFFF:Kyo :kf2k3pcb:00010000:107D10:0000001F:FFFFFFFF:Iori :kf2k3pcb:00010000:107D10:00000021:FFFFFFFF:Kusanagi :kf2k3pcb:00010000:107D10:00000020:FFFFFFFF:Chizur :kf2k3pcb:00010000:107D10:00000024:FFFFFFFF:Maki :kf2k3pcb:00010000:107D10:00000022:FFFFFFFF:Adel :kf2k3pcb:00010000:107D10:00000023:FFFFFFFF:Muka :kf2k3pcb:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kf2k3pcb:00010000:107D11:00000000:FFFFFFFF:Ash :kf2k3pcb:00010000:107D11:00000001:FFFFFFFF:Duolon :kf2k3pcb:00010000:107D11:00000002:FFFFFFFF:Shen :kf2k3pcb:00010000:107D11:00000003:FFFFFFFF:Terry :kf2k3pcb:00010000:107D11:00000004:FFFFFFFF:Joe :kf2k3pcb:00010000:107D11:00000005:FFFFFFFF:Tizoc :kf2k3pcb:00010000:107D11:00000006:FFFFFFFF:Ryo :kf2k3pcb:00010000:107D11:00000007:FFFFFFFF:Robert :kf2k3pcb:00010000:107D11:00000008:FFFFFFFF:Yuri :kf2k3pcb:00010000:107D11:00000009:FFFFFFFF:Kim :kf2k3pcb:00010000:107D11:0000000A:FFFFFFFF:Chang :kf2k3pcb:00010000:107D11:0000000B:FFFFFFFF:Jhun :kf2k3pcb:00010000:107D11:0000000C:FFFFFFFF:Leona :kf2k3pcb:00010000:107D11:0000000D:FFFFFFFF:Ralf :kf2k3pcb:00010000:107D11:0000000E:FFFFFFFF:Clark :kf2k3pcb:00010000:107D11:0000000F:FFFFFFFF:Gato :kf2k3pcb:00010000:107D11:00000010:FFFFFFFF:Billy :kf2k3pcb:00010000:107D11:00000011:FFFFFFFF:Yamazaki :kf2k3pcb:00010000:107D11:00000012:FFFFFFFF:King :kf2k3pcb:00010000:107D11:00000013:FFFFFFFF:Mai :kf2k3pcb:00010000:107D11:00000014:FFFFFFFF:Mary :kf2k3pcb:00010000:107D11:00000015:FFFFFFFF:Benimaru :kf2k3pcb:00010000:107D11:00000016:FFFFFFFF:Shingo :kf2k3pcb:00010000:107D11:00000017:FFFFFFFF:Daimon :kf2k3pcb:00010000:107D11:00000018:FFFFFFFF:Athena :kf2k3pcb:00010000:107D11:00000019:FFFFFFFF:Hinako :kf2k3pcb:00010000:107D11:0000001A:FFFFFFFF:Malin :kf2k3pcb:00010000:107D11:0000001B:FFFFFFFF:K' :kf2k3pcb:00010000:107D11:0000001C:FFFFFFFF:Maxima :kf2k3pcb:00010000:107D11:0000001D:FFFFFFFF:Whip :kf2k3pcb:00010000:107D11:0000001E:FFFFFFFF:Kyo :kf2k3pcb:00010000:107D11:0000001F:FFFFFFFF:Iori :kf2k3pcb:00010000:107D11:00000021:FFFFFFFF:Kusanagi :kf2k3pcb:00010000:107D11:00000020:FFFFFFFF:Chizuru :kf2k3pcb:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k3pcb:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k3pcb:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2004 Plus / Hero, The (The King of Fighters 2003 bootleg) ] :kf2k3pl:00000000:107D62:00000099:FFFFFFFF:Infinite Time :kf2k3pl:00000001:107D62:00000000:FFFFFFFF:Finish this Round Now! :kf2k3pl:00800000:10785A:00000000:FFFFFFFF:Mai's boobs always bounce :kf2k3pl:00000000:2FE91D:00000070:FFFFFFFF:Infinite Character (A) Energy PL1 :kf2k3pl:00000000:2FEA1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL1 :kf2k3pl:00000000:2FEB1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL1 :kf2k3pl:00000001:2FE91D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL1 :kf2k3pl:00000001:2FEA1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL1 :kf2k3pl:00000001:2FEB1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL1 :kf2k3pl:00000000:2FE804:00000005:FFFFFFFF:Infinite Power PL1 :kf2k3pl:00010000:2FE800:00000048:FFFFFFFF:Infinite Power PL1 (2/2) :kf2k3pl:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kf2k3pl:00010000:107D0C:00000000:FFFFFFFF:Ash :kf2k3pl:00010000:107D0C:00000001:FFFFFFFF:Duolon :kf2k3pl:00010000:107D0C:00000002:FFFFFFFF:Shen :kf2k3pl:00010000:107D0C:00000003:FFFFFFFF:Terry :kf2k3pl:00010000:107D0C:00000004:FFFFFFFF:Joe :kf2k3pl:00010000:107D0C:00000005:FFFFFFFF:Tizoc :kf2k3pl:00010000:107D0C:00000006:FFFFFFFF:Ryo :kf2k3pl:00010000:107D0C:00000007:FFFFFFFF:Robert :kf2k3pl:00010000:107D0C:00000008:FFFFFFFF:Yuri :kf2k3pl:00010000:107D0C:00000009:FFFFFFFF:Kim :kf2k3pl:00010000:107D0C:0000000A:FFFFFFFF:Chang :kf2k3pl:00010000:107D0C:0000000B:FFFFFFFF:Jhun :kf2k3pl:00010000:107D0C:0000000C:FFFFFFFF:Leona :kf2k3pl:00010000:107D0C:0000000D:FFFFFFFF:Ralf :kf2k3pl:00010000:107D0C:0000000E:FFFFFFFF:Clark :kf2k3pl:00010000:107D0C:0000000F:FFFFFFFF:Gato :kf2k3pl:00010000:107D0C:00000010:FFFFFFFF:Billy :kf2k3pl:00010000:107D0C:00000011:FFFFFFFF:Yamazaki :kf2k3pl:00010000:107D0C:00000012:FFFFFFFF:King :kf2k3pl:00010000:107D0C:00000013:FFFFFFFF:Mai :kf2k3pl:00010000:107D0C:00000014:FFFFFFFF:Mary :kf2k3pl:00010000:107D0C:00000015:FFFFFFFF:Benimaru :kf2k3pl:00010000:107D0C:00000016:FFFFFFFF:Shingo :kf2k3pl:00010000:107D0C:00000017:FFFFFFFF:Daimon :kf2k3pl:00010000:107D0C:00000018:FFFFFFFF:Athena :kf2k3pl:00010000:107D0C:00000019:FFFFFFFF:Hinako :kf2k3pl:00010000:107D0C:0000001A:FFFFFFFF:Malin :kf2k3pl:00010000:107D0C:0000001B:FFFFFFFF:K' :kf2k3pl:00010000:107D0C:0000001C:FFFFFFFF:Maxima :kf2k3pl:00010000:107D0C:0000001D:FFFFFFFF:Whip :kf2k3pl:00010000:107D0C:0000001E:FFFFFFFF:Kyo :kf2k3pl:00010000:107D0C:0000001F:FFFFFFFF:Iori :kf2k3pl:00010000:107D0C:00000021:FFFFFFFF:Kusanagi :kf2k3pl:00010000:107D0C:00000020:FFFFFFFF:Chizuru :kf2k3pl:00010000:107D0C:00000024:FFFFFFFF:Maki :kf2k3pl:00010000:107D0C:00000022:FFFFFFFF:Adel :kf2k3pl:00010000:107D0C:00000023:FFFFFFFF:Mukai :kf2k3pl:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kf2k3pl:00010000:107D0D:00000000:FFFFFFFF:Ash :kf2k3pl:00010000:107D0D:00000001:FFFFFFFF:Duolon :kf2k3pl:00010000:107D0D:00000002:FFFFFFFF:Shen :kf2k3pl:00010000:107D0D:00000003:FFFFFFFF:Terry :kf2k3pl:00010000:107D0D:00000004:FFFFFFFF:Joe :kf2k3pl:00010000:107D0D:00000005:FFFFFFFF:Tizoc :kf2k3pl:00010000:107D0D:00000006:FFFFFFFF:Ryo :kf2k3pl:00010000:107D0D:00000007:FFFFFFFF:Robert :kf2k3pl:00010000:107D0D:00000008:FFFFFFFF:Yuri :kf2k3pl:00010000:107D0D:00000009:FFFFFFFF:Kim :kf2k3pl:00010000:107D0D:0000000A:FFFFFFFF:Chang :kf2k3pl:00010000:107D0D:0000000B:FFFFFFFF:Jhun :kf2k3pl:00010000:107D0D:0000000C:FFFFFFFF:Leona :kf2k3pl:00010000:107D0D:0000000D:FFFFFFFF:Ralf :kf2k3pl:00010000:107D0D:0000000E:FFFFFFFF:Clark :kf2k3pl:00010000:107D0D:0000000F:FFFFFFFF:Gato :kf2k3pl:00010000:107D0D:00000010:FFFFFFFF:Billy :kf2k3pl:00010000:107D0D:00000011:FFFFFFFF:Yamazaki :kf2k3pl:00010000:107D0D:00000012:FFFFFFFF:King :kf2k3pl:00010000:107D0D:00000013:FFFFFFFF:Mai :kf2k3pl:00010000:107D0D:00000014:FFFFFFFF:Mary :kf2k3pl:00010000:107D0D:00000015:FFFFFFFF:Benimaru :kf2k3pl:00010000:107D0D:00000016:FFFFFFFF:Shingo :kf2k3pl:00010000:107D0D:00000017:FFFFFFFF:Daimon :kf2k3pl:00010000:107D0D:00000018:FFFFFFFF:Athena :kf2k3pl:00010000:107D0D:00000019:FFFFFFFF:Hinako :kf2k3pl:00010000:107D0D:0000001A:FFFFFFFF:Malin :kf2k3pl:00010000:107D0D:0000001B:FFFFFFFF:K' :kf2k3pl:00010000:107D0D:0000001C:FFFFFFFF:Maxima :kf2k3pl:00010000:107D0D:0000001D:FFFFFFFF:Whip :kf2k3pl:00010000:107D0D:0000001E:FFFFFFFF:Kyo :kf2k3pl:00010000:107D0D:0000001F:FFFFFFFF:Iori :kf2k3pl:00010000:107D0D:00000021:FFFFFFFF:Kusanagi :kf2k3pl:00010000:107D0D:00000020:FFFFFFFF:Chizuru :kf2k3pl:00010000:107D0D:00000024:FFFFFFFF:Maki :kf2k3pl:00010000:107D0D:00000022:FFFFFFFF:Adel :kf2k3pl:00010000:107D0D:00000023:FFFFFFFF:Mukai :kf2k3pl:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kf2k3pl:00010000:107D0E:00000000:FFFFFFFF:Ash :kf2k3pl:00010000:107D0E:00000001:FFFFFFFF:Duolon :kf2k3pl:00010000:107D0E:00000002:FFFFFFFF:Shen :kf2k3pl:00010000:107D0E:00000003:FFFFFFFF:Terry :kf2k3pl:00010000:107D0E:00000004:FFFFFFFF:Joe :kf2k3pl:00010000:107D0E:00000005:FFFFFFFF:Tizoc :kf2k3pl:00010000:107D0E:00000006:FFFFFFFF:Ryo :kf2k3pl:00010000:107D0E:00000007:FFFFFFFF:Robert :kf2k3pl:00010000:107D0E:00000008:FFFFFFFF:Yuri :kf2k3pl:00010000:107D0E:00000009:FFFFFFFF:Kim :kf2k3pl:00010000:107D0E:0000000A:FFFFFFFF:Chang :kf2k3pl:00010000:107D0E:0000000B:FFFFFFFF:Jhun :kf2k3pl:00010000:107D0E:0000000C:FFFFFFFF:Leona :kf2k3pl:00010000:107D0E:0000000D:FFFFFFFF:Ralf :kf2k3pl:00010000:107D0E:0000000E:FFFFFFFF:Clark :kf2k3pl:00010000:107D0E:0000000F:FFFFFFFF:Gato :kf2k3pl:00010000:107D0E:00000010:FFFFFFFF:Billy :kf2k3pl:00010000:107D0E:00000011:FFFFFFFF:Yamazaki :kf2k3pl:00010000:107D0E:00000012:FFFFFFFF:King :kf2k3pl:00010000:107D0E:00000013:FFFFFFFF:Mai :kf2k3pl:00010000:107D0E:00000014:FFFFFFFF:Mary :kf2k3pl:00010000:107D0E:00000015:FFFFFFFF:Benimaru :kf2k3pl:00010000:107D0E:00000016:FFFFFFFF:Shingo :kf2k3pl:00010000:107D0E:00000017:FFFFFFFF:Daimon :kf2k3pl:00010000:107D0E:00000018:FFFFFFFF:Athena :kf2k3pl:00010000:107D0E:00000019:FFFFFFFF:Hinako :kf2k3pl:00010000:107D0E:0000001A:FFFFFFFF:Malin :kf2k3pl:00010000:107D0E:0000001B:FFFFFFFF:K' :kf2k3pl:00010000:107D0E:0000001C:FFFFFFFF:Maxima :kf2k3pl:00010000:107D0E:0000001D:FFFFFFFF:Whip :kf2k3pl:00010000:107D0E:0000001E:FFFFFFFF:Kyo :kf2k3pl:00010000:107D0E:0000001F:FFFFFFFF:Iori :kf2k3pl:00010000:107D0E:00000021:FFFFFFFF:Kusanagi :kf2k3pl:00010000:107D0E:00000020:FFFFFFFF:Chizuru :kf2k3pl:00010000:107D0E:00000024:FFFFFFFF:Maki :kf2k3pl:00010000:107D0E:00000022:FFFFFFFF:Adel :kf2k3pl:00010000:107D0E:00000023:FFFFFFFF:Mukai :kf2k3pl:00000000:2FED1D:00000070:FFFFFFFF:Infinite Character (A) Energy PL2 :kf2k3pl:00000000:2FEE1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL2 :kf2k3pl:00000000:2FEF1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL2 :kf2k3pl:00000001:2FED1D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL2 :kf2k3pl:00000001:2FEE1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL2 :kf2k3pl:00000001:2FEF1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL2 :kf2k3pl:00000000:2FEC04:00000005:FFFFFFFF:Infinite Power PL2 :kf2k3pl:00010000:2FEC00:00000048:FFFFFFFF:Infinite Power PL2 (2/2) :kf2k3pl:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kf2k3pl:00010000:107D0F:00000000:FFFFFFFF:Ash :kf2k3pl:00010000:107D0F:00000001:FFFFFFFF:Duolon :kf2k3pl:00010000:107D0F:00000002:FFFFFFFF:Shen :kf2k3pl:00010000:107D0F:00000003:FFFFFFFF:Terry :kf2k3pl:00010000:107D0F:00000004:FFFFFFFF:Joe :kf2k3pl:00010000:107D0F:00000005:FFFFFFFF:Tizoc :kf2k3pl:00010000:107D0F:00000006:FFFFFFFF:Ryo :kf2k3pl:00010000:107D0F:00000007:FFFFFFFF:Robert :kf2k3pl:00010000:107D0F:00000008:FFFFFFFF:Yuri :kf2k3pl:00010000:107D0F:00000009:FFFFFFFF:Kim :kf2k3pl:00010000:107D0F:0000000A:FFFFFFFF:Chang :kf2k3pl:00010000:107D0F:0000000B:FFFFFFFF:Jhun :kf2k3pl:00010000:107D0F:0000000C:FFFFFFFF:Leona :kf2k3pl:00010000:107D0F:0000000D:FFFFFFFF:Ralf :kf2k3pl:00010000:107D0F:0000000E:FFFFFFFF:Clark :kf2k3pl:00010000:107D0F:0000000F:FFFFFFFF:Gato :kf2k3pl:00010000:107D0F:00000010:FFFFFFFF:Billy :kf2k3pl:00010000:107D0F:00000011:FFFFFFFF:Yamazaki :kf2k3pl:00010000:107D0F:00000012:FFFFFFFF:King :kf2k3pl:00010000:107D0F:00000013:FFFFFFFF:Mai :kf2k3pl:00010000:107D0F:00000014:FFFFFFFF:Mary :kf2k3pl:00010000:107D0F:00000015:FFFFFFFF:Benimaru :kf2k3pl:00010000:107D0F:00000016:FFFFFFFF:Shingo :kf2k3pl:00010000:107D0F:00000017:FFFFFFFF:Daimon :kf2k3pl:00010000:107D0F:00000018:FFFFFFFF:Athena :kf2k3pl:00010000:107D0F:00000019:FFFFFFFF:Hinako :kf2k3pl:00010000:107D0F:0000001A:FFFFFFFF:Malin :kf2k3pl:00010000:107D0F:0000001B:FFFFFFFF:K' :kf2k3pl:00010000:107D0F:0000001C:FFFFFFFF:Maxima :kf2k3pl:00010000:107D0F:0000001D:FFFFFFFF:Whip :kf2k3pl:00010000:107D0F:0000001E:FFFFFFFF:Kyo :kf2k3pl:00010000:107D0F:0000001F:FFFFFFFF:Iori :kf2k3pl:00010000:107D0F:00000021:FFFFFFFF:Kusanagi :kf2k3pl:00010000:107D0F:00000020:FFFFFFFF:Chizur :kf2k3pl:00010000:107D0F:00000024:FFFFFFFF:Maki :kf2k3pl:00010000:107D0F:00000022:FFFFFFFF:Adel :kf2k3pl:00010000:107D0F:00000023:FFFFFFFF:Mukai :kf2k3pl:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kf2k3pl:00010000:107D10:00000000:FFFFFFFF:Ash :kf2k3pl:00010000:107D10:00000001:FFFFFFFF:Duolon :kf2k3pl:00010000:107D10:00000002:FFFFFFFF:Shen :kf2k3pl:00010000:107D10:00000003:FFFFFFFF:Terry :kf2k3pl:00010000:107D10:00000004:FFFFFFFF:Joe :kf2k3pl:00010000:107D10:00000005:FFFFFFFF:Tizoc :kf2k3pl:00010000:107D10:00000006:FFFFFFFF:Ryo :kf2k3pl:00010000:107D10:00000007:FFFFFFFF:Robert :kf2k3pl:00010000:107D10:00000008:FFFFFFFF:Yuri :kf2k3pl:00010000:107D10:00000009:FFFFFFFF:Kim :kf2k3pl:00010000:107D10:0000000A:FFFFFFFF:Chang :kf2k3pl:00010000:107D10:0000000B:FFFFFFFF:Jhun :kf2k3pl:00010000:107D10:0000000C:FFFFFFFF:Leona :kf2k3pl:00010000:107D10:0000000D:FFFFFFFF:Ralf :kf2k3pl:00010000:107D10:0000000E:FFFFFFFF:Clark :kf2k3pl:00010000:107D10:0000000F:FFFFFFFF:Gato :kf2k3pl:00010000:107D10:00000010:FFFFFFFF:Billy :kf2k3pl:00010000:107D10:00000011:FFFFFFFF:Yamazaki :kf2k3pl:00010000:107D10:00000012:FFFFFFFF:King :kf2k3pl:00010000:107D10:00000013:FFFFFFFF:Mai :kf2k3pl:00010000:107D10:00000014:FFFFFFFF:Mary :kf2k3pl:00010000:107D10:00000015:FFFFFFFF:Benimaru :kf2k3pl:00010000:107D10:00000016:FFFFFFFF:Shingo :kf2k3pl:00010000:107D10:00000017:FFFFFFFF:Daimon :kf2k3pl:00010000:107D10:00000018:FFFFFFFF:Athena :kf2k3pl:00010000:107D10:00000019:FFFFFFFF:Hinako :kf2k3pl:00010000:107D10:0000001A:FFFFFFFF:Malin :kf2k3pl:00010000:107D10:0000001B:FFFFFFFF:K' :kf2k3pl:00010000:107D10:0000001C:FFFFFFFF:Maxima :kf2k3pl:00010000:107D10:0000001D:FFFFFFFF:Whip :kf2k3pl:00010000:107D10:0000001E:FFFFFFFF:Kyo :kf2k3pl:00010000:107D10:0000001F:FFFFFFFF:Iori :kf2k3pl:00010000:107D10:00000021:FFFFFFFF:Kusanagi :kf2k3pl:00010000:107D10:00000020:FFFFFFFF:Chizur :kf2k3pl:00010000:107D10:00000024:FFFFFFFF:Maki :kf2k3pl:00010000:107D10:00000022:FFFFFFFF:Adel :kf2k3pl:00010000:107D10:00000023:FFFFFFFF:Muka :kf2k3pl:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kf2k3pl:00010000:107D11:00000000:FFFFFFFF:Ash :kf2k3pl:00010000:107D11:00000001:FFFFFFFF:Duolon :kf2k3pl:00010000:107D11:00000002:FFFFFFFF:Shen :kf2k3pl:00010000:107D11:00000003:FFFFFFFF:Terry :kf2k3pl:00010000:107D11:00000004:FFFFFFFF:Joe :kf2k3pl:00010000:107D11:00000005:FFFFFFFF:Tizoc :kf2k3pl:00010000:107D11:00000006:FFFFFFFF:Ryo :kf2k3pl:00010000:107D11:00000007:FFFFFFFF:Robert :kf2k3pl:00010000:107D11:00000008:FFFFFFFF:Yuri :kf2k3pl:00010000:107D11:00000009:FFFFFFFF:Kim :kf2k3pl:00010000:107D11:0000000A:FFFFFFFF:Chang :kf2k3pl:00010000:107D11:0000000B:FFFFFFFF:Jhun :kf2k3pl:00010000:107D11:0000000C:FFFFFFFF:Leona :kf2k3pl:00010000:107D11:0000000D:FFFFFFFF:Ralf :kf2k3pl:00010000:107D11:0000000E:FFFFFFFF:Clark :kf2k3pl:00010000:107D11:0000000F:FFFFFFFF:Gato :kf2k3pl:00010000:107D11:00000010:FFFFFFFF:Billy :kf2k3pl:00010000:107D11:00000011:FFFFFFFF:Yamazaki :kf2k3pl:00010000:107D11:00000012:FFFFFFFF:King :kf2k3pl:00010000:107D11:00000013:FFFFFFFF:Mai :kf2k3pl:00010000:107D11:00000014:FFFFFFFF:Mary :kf2k3pl:00010000:107D11:00000015:FFFFFFFF:Benimaru :kf2k3pl:00010000:107D11:00000016:FFFFFFFF:Shingo :kf2k3pl:00010000:107D11:00000017:FFFFFFFF:Daimon :kf2k3pl:00010000:107D11:00000018:FFFFFFFF:Athena :kf2k3pl:00010000:107D11:00000019:FFFFFFFF:Hinako :kf2k3pl:00010000:107D11:0000001A:FFFFFFFF:Malin :kf2k3pl:00010000:107D11:0000001B:FFFFFFFF:K' :kf2k3pl:00010000:107D11:0000001C:FFFFFFFF:Maxima :kf2k3pl:00010000:107D11:0000001D:FFFFFFFF:Whip :kf2k3pl:00010000:107D11:0000001E:FFFFFFFF:Kyo :kf2k3pl:00010000:107D11:0000001F:FFFFFFFF:Iori :kf2k3pl:00010000:107D11:00000021:FFFFFFFF:Kusanagi :kf2k3pl:00010000:107D11:00000020:FFFFFFFF:Chizuru :kf2k3pl:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k3pl:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k3pl:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2004 Ultra Plus, The (The King of Fighters 2003 bootleg) ] :kf2k3upl:00000000:107D62:00000099:FFFFFFFF:Infinite Time :kf2k3upl:00000001:107D62:00000000:FFFFFFFF:Finish this Round Now! :kf2k3upl:00800000:10785A:00000000:FFFFFFFF:Mai's boobs always bounce :kf2k3upl:00000000:2FE91D:00000070:FFFFFFFF:Infinite Character (A) Energy PL1 :kf2k3upl:00000000:2FEA1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL1 :kf2k3upl:00000000:2FEB1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL1 :kf2k3upl:00000001:2FE91D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL1 :kf2k3upl:00000001:2FEA1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL1 :kf2k3upl:00000001:2FEB1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL1 :kf2k3upl:00000000:2FE804:00000005:FFFFFFFF:Infinite Power PL1 :kf2k3upl:00010000:2FE800:00000048:FFFFFFFF:Infinite Power PL1 (2/2) :kf2k3upl:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kf2k3upl:00010000:107D0C:00000000:FFFFFFFF:Ash :kf2k3upl:00010000:107D0C:00000001:FFFFFFFF:Duolon :kf2k3upl:00010000:107D0C:00000002:FFFFFFFF:Shen :kf2k3upl:00010000:107D0C:00000003:FFFFFFFF:Terry :kf2k3upl:00010000:107D0C:00000004:FFFFFFFF:Joe :kf2k3upl:00010000:107D0C:00000005:FFFFFFFF:Tizoc :kf2k3upl:00010000:107D0C:00000006:FFFFFFFF:Ryo :kf2k3upl:00010000:107D0C:00000007:FFFFFFFF:Robert :kf2k3upl:00010000:107D0C:00000008:FFFFFFFF:Yuri :kf2k3upl:00010000:107D0C:00000009:FFFFFFFF:Kim :kf2k3upl:00010000:107D0C:0000000A:FFFFFFFF:Chang :kf2k3upl:00010000:107D0C:0000000B:FFFFFFFF:Jhun :kf2k3upl:00010000:107D0C:0000000C:FFFFFFFF:Leona :kf2k3upl:00010000:107D0C:0000000D:FFFFFFFF:Ralf :kf2k3upl:00010000:107D0C:0000000E:FFFFFFFF:Clark :kf2k3upl:00010000:107D0C:0000000F:FFFFFFFF:Gato :kf2k3upl:00010000:107D0C:00000010:FFFFFFFF:Billy :kf2k3upl:00010000:107D0C:00000011:FFFFFFFF:Yamazaki :kf2k3upl:00010000:107D0C:00000012:FFFFFFFF:King :kf2k3upl:00010000:107D0C:00000013:FFFFFFFF:Mai :kf2k3upl:00010000:107D0C:00000014:FFFFFFFF:Mary :kf2k3upl:00010000:107D0C:00000015:FFFFFFFF:Benimaru :kf2k3upl:00010000:107D0C:00000016:FFFFFFFF:Shingo :kf2k3upl:00010000:107D0C:00000017:FFFFFFFF:Daimon :kf2k3upl:00010000:107D0C:00000018:FFFFFFFF:Athena :kf2k3upl:00010000:107D0C:00000019:FFFFFFFF:Hinako :kf2k3upl:00010000:107D0C:0000001A:FFFFFFFF:Malin :kf2k3upl:00010000:107D0C:0000001B:FFFFFFFF:K' :kf2k3upl:00010000:107D0C:0000001C:FFFFFFFF:Maxima :kf2k3upl:00010000:107D0C:0000001D:FFFFFFFF:Whip :kf2k3upl:00010000:107D0C:0000001E:FFFFFFFF:Kyo :kf2k3upl:00010000:107D0C:0000001F:FFFFFFFF:Iori :kf2k3upl:00010000:107D0C:00000021:FFFFFFFF:Kusanagi :kf2k3upl:00010000:107D0C:00000020:FFFFFFFF:Chizuru :kf2k3upl:00010000:107D0C:00000024:FFFFFFFF:Maki :kf2k3upl:00010000:107D0C:00000022:FFFFFFFF:Adel :kf2k3upl:00010000:107D0C:00000023:FFFFFFFF:Mukai :kf2k3upl:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kf2k3upl:00010000:107D0D:00000000:FFFFFFFF:Ash :kf2k3upl:00010000:107D0D:00000001:FFFFFFFF:Duolon :kf2k3upl:00010000:107D0D:00000002:FFFFFFFF:Shen :kf2k3upl:00010000:107D0D:00000003:FFFFFFFF:Terry :kf2k3upl:00010000:107D0D:00000004:FFFFFFFF:Joe :kf2k3upl:00010000:107D0D:00000005:FFFFFFFF:Tizoc :kf2k3upl:00010000:107D0D:00000006:FFFFFFFF:Ryo :kf2k3upl:00010000:107D0D:00000007:FFFFFFFF:Robert :kf2k3upl:00010000:107D0D:00000008:FFFFFFFF:Yuri :kf2k3upl:00010000:107D0D:00000009:FFFFFFFF:Kim :kf2k3upl:00010000:107D0D:0000000A:FFFFFFFF:Chang :kf2k3upl:00010000:107D0D:0000000B:FFFFFFFF:Jhun :kf2k3upl:00010000:107D0D:0000000C:FFFFFFFF:Leona :kf2k3upl:00010000:107D0D:0000000D:FFFFFFFF:Ralf :kf2k3upl:00010000:107D0D:0000000E:FFFFFFFF:Clark :kf2k3upl:00010000:107D0D:0000000F:FFFFFFFF:Gato :kf2k3upl:00010000:107D0D:00000010:FFFFFFFF:Billy :kf2k3upl:00010000:107D0D:00000011:FFFFFFFF:Yamazaki :kf2k3upl:00010000:107D0D:00000012:FFFFFFFF:King :kf2k3upl:00010000:107D0D:00000013:FFFFFFFF:Mai :kf2k3upl:00010000:107D0D:00000014:FFFFFFFF:Mary :kf2k3upl:00010000:107D0D:00000015:FFFFFFFF:Benimaru :kf2k3upl:00010000:107D0D:00000016:FFFFFFFF:Shingo :kf2k3upl:00010000:107D0D:00000017:FFFFFFFF:Daimon :kf2k3upl:00010000:107D0D:00000018:FFFFFFFF:Athena :kf2k3upl:00010000:107D0D:00000019:FFFFFFFF:Hinako :kf2k3upl:00010000:107D0D:0000001A:FFFFFFFF:Malin :kf2k3upl:00010000:107D0D:0000001B:FFFFFFFF:K' :kf2k3upl:00010000:107D0D:0000001C:FFFFFFFF:Maxima :kf2k3upl:00010000:107D0D:0000001D:FFFFFFFF:Whip :kf2k3upl:00010000:107D0D:0000001E:FFFFFFFF:Kyo :kf2k3upl:00010000:107D0D:0000001F:FFFFFFFF:Iori :kf2k3upl:00010000:107D0D:00000021:FFFFFFFF:Kusanagi :kf2k3upl:00010000:107D0D:00000020:FFFFFFFF:Chizuru :kf2k3upl:00010000:107D0D:00000024:FFFFFFFF:Maki :kf2k3upl:00010000:107D0D:00000022:FFFFFFFF:Adel :kf2k3upl:00010000:107D0D:00000023:FFFFFFFF:Mukai :kf2k3upl:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kf2k3upl:00010000:107D0E:00000000:FFFFFFFF:Ash :kf2k3upl:00010000:107D0E:00000001:FFFFFFFF:Duolon :kf2k3upl:00010000:107D0E:00000002:FFFFFFFF:Shen :kf2k3upl:00010000:107D0E:00000003:FFFFFFFF:Terry :kf2k3upl:00010000:107D0E:00000004:FFFFFFFF:Joe :kf2k3upl:00010000:107D0E:00000005:FFFFFFFF:Tizoc :kf2k3upl:00010000:107D0E:00000006:FFFFFFFF:Ryo :kf2k3upl:00010000:107D0E:00000007:FFFFFFFF:Robert :kf2k3upl:00010000:107D0E:00000008:FFFFFFFF:Yuri :kf2k3upl:00010000:107D0E:00000009:FFFFFFFF:Kim :kf2k3upl:00010000:107D0E:0000000A:FFFFFFFF:Chang :kf2k3upl:00010000:107D0E:0000000B:FFFFFFFF:Jhun :kf2k3upl:00010000:107D0E:0000000C:FFFFFFFF:Leona :kf2k3upl:00010000:107D0E:0000000D:FFFFFFFF:Ralf :kf2k3upl:00010000:107D0E:0000000E:FFFFFFFF:Clark :kf2k3upl:00010000:107D0E:0000000F:FFFFFFFF:Gato :kf2k3upl:00010000:107D0E:00000010:FFFFFFFF:Billy :kf2k3upl:00010000:107D0E:00000011:FFFFFFFF:Yamazaki :kf2k3upl:00010000:107D0E:00000012:FFFFFFFF:King :kf2k3upl:00010000:107D0E:00000013:FFFFFFFF:Mai :kf2k3upl:00010000:107D0E:00000014:FFFFFFFF:Mary :kf2k3upl:00010000:107D0E:00000015:FFFFFFFF:Benimaru :kf2k3upl:00010000:107D0E:00000016:FFFFFFFF:Shingo :kf2k3upl:00010000:107D0E:00000017:FFFFFFFF:Daimon :kf2k3upl:00010000:107D0E:00000018:FFFFFFFF:Athena :kf2k3upl:00010000:107D0E:00000019:FFFFFFFF:Hinako :kf2k3upl:00010000:107D0E:0000001A:FFFFFFFF:Malin :kf2k3upl:00010000:107D0E:0000001B:FFFFFFFF:K' :kf2k3upl:00010000:107D0E:0000001C:FFFFFFFF:Maxima :kf2k3upl:00010000:107D0E:0000001D:FFFFFFFF:Whip :kf2k3upl:00010000:107D0E:0000001E:FFFFFFFF:Kyo :kf2k3upl:00010000:107D0E:0000001F:FFFFFFFF:Iori :kf2k3upl:00010000:107D0E:00000021:FFFFFFFF:Kusanagi :kf2k3upl:00010000:107D0E:00000020:FFFFFFFF:Chizuru :kf2k3upl:00010000:107D0E:00000024:FFFFFFFF:Maki :kf2k3upl:00010000:107D0E:00000022:FFFFFFFF:Adel :kf2k3upl:00010000:107D0E:00000023:FFFFFFFF:Mukai :kf2k3upl:00000000:2FED1D:00000070:FFFFFFFF:Infinite Character (A) Energy PL2 :kf2k3upl:00000000:2FEE1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL2 :kf2k3upl:00000000:2FEF1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL2 :kf2k3upl:00000001:2FED1D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL2 :kf2k3upl:00000001:2FEE1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL2 :kf2k3upl:00000001:2FEF1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL2 :kf2k3upl:00000000:2FEC04:00000005:FFFFFFFF:Infinite Power PL2 :kf2k3upl:00010000:2FEC00:00000048:FFFFFFFF:Infinite Power PL2 (2/2) :kf2k3upl:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kf2k3upl:00010000:107D0F:00000000:FFFFFFFF:Ash :kf2k3upl:00010000:107D0F:00000001:FFFFFFFF:Duolon :kf2k3upl:00010000:107D0F:00000002:FFFFFFFF:Shen :kf2k3upl:00010000:107D0F:00000003:FFFFFFFF:Terry :kf2k3upl:00010000:107D0F:00000004:FFFFFFFF:Joe :kf2k3upl:00010000:107D0F:00000005:FFFFFFFF:Tizoc :kf2k3upl:00010000:107D0F:00000006:FFFFFFFF:Ryo :kf2k3upl:00010000:107D0F:00000007:FFFFFFFF:Robert :kf2k3upl:00010000:107D0F:00000008:FFFFFFFF:Yuri :kf2k3upl:00010000:107D0F:00000009:FFFFFFFF:Kim :kf2k3upl:00010000:107D0F:0000000A:FFFFFFFF:Chang :kf2k3upl:00010000:107D0F:0000000B:FFFFFFFF:Jhun :kf2k3upl:00010000:107D0F:0000000C:FFFFFFFF:Leona :kf2k3upl:00010000:107D0F:0000000D:FFFFFFFF:Ralf :kf2k3upl:00010000:107D0F:0000000E:FFFFFFFF:Clark :kf2k3upl:00010000:107D0F:0000000F:FFFFFFFF:Gato :kf2k3upl:00010000:107D0F:00000010:FFFFFFFF:Billy :kf2k3upl:00010000:107D0F:00000011:FFFFFFFF:Yamazaki :kf2k3upl:00010000:107D0F:00000012:FFFFFFFF:King :kf2k3upl:00010000:107D0F:00000013:FFFFFFFF:Mai :kf2k3upl:00010000:107D0F:00000014:FFFFFFFF:Mary :kf2k3upl:00010000:107D0F:00000015:FFFFFFFF:Benimaru :kf2k3upl:00010000:107D0F:00000016:FFFFFFFF:Shingo :kf2k3upl:00010000:107D0F:00000017:FFFFFFFF:Daimon :kf2k3upl:00010000:107D0F:00000018:FFFFFFFF:Athena :kf2k3upl:00010000:107D0F:00000019:FFFFFFFF:Hinako :kf2k3upl:00010000:107D0F:0000001A:FFFFFFFF:Malin :kf2k3upl:00010000:107D0F:0000001B:FFFFFFFF:K' :kf2k3upl:00010000:107D0F:0000001C:FFFFFFFF:Maxima :kf2k3upl:00010000:107D0F:0000001D:FFFFFFFF:Whip :kf2k3upl:00010000:107D0F:0000001E:FFFFFFFF:Kyo :kf2k3upl:00010000:107D0F:0000001F:FFFFFFFF:Iori :kf2k3upl:00010000:107D0F:00000021:FFFFFFFF:Kusanagi :kf2k3upl:00010000:107D0F:00000020:FFFFFFFF:Chizur :kf2k3upl:00010000:107D0F:00000024:FFFFFFFF:Maki :kf2k3upl:00010000:107D0F:00000022:FFFFFFFF:Adel :kf2k3upl:00010000:107D0F:00000023:FFFFFFFF:Mukai :kf2k3upl:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kf2k3upl:00010000:107D10:00000000:FFFFFFFF:Ash :kf2k3upl:00010000:107D10:00000001:FFFFFFFF:Duolon :kf2k3upl:00010000:107D10:00000002:FFFFFFFF:Shen :kf2k3upl:00010000:107D10:00000003:FFFFFFFF:Terry :kf2k3upl:00010000:107D10:00000004:FFFFFFFF:Joe :kf2k3upl:00010000:107D10:00000005:FFFFFFFF:Tizoc :kf2k3upl:00010000:107D10:00000006:FFFFFFFF:Ryo :kf2k3upl:00010000:107D10:00000007:FFFFFFFF:Robert :kf2k3upl:00010000:107D10:00000008:FFFFFFFF:Yuri :kf2k3upl:00010000:107D10:00000009:FFFFFFFF:Kim :kf2k3upl:00010000:107D10:0000000A:FFFFFFFF:Chang :kf2k3upl:00010000:107D10:0000000B:FFFFFFFF:Jhun :kf2k3upl:00010000:107D10:0000000C:FFFFFFFF:Leona :kf2k3upl:00010000:107D10:0000000D:FFFFFFFF:Ralf :kf2k3upl:00010000:107D10:0000000E:FFFFFFFF:Clark :kf2k3upl:00010000:107D10:0000000F:FFFFFFFF:Gato :kf2k3upl:00010000:107D10:00000010:FFFFFFFF:Billy :kf2k3upl:00010000:107D10:00000011:FFFFFFFF:Yamazaki :kf2k3upl:00010000:107D10:00000012:FFFFFFFF:King :kf2k3upl:00010000:107D10:00000013:FFFFFFFF:Mai :kf2k3upl:00010000:107D10:00000014:FFFFFFFF:Mary :kf2k3upl:00010000:107D10:00000015:FFFFFFFF:Benimaru :kf2k3upl:00010000:107D10:00000016:FFFFFFFF:Shingo :kf2k3upl:00010000:107D10:00000017:FFFFFFFF:Daimon :kf2k3upl:00010000:107D10:00000018:FFFFFFFF:Athena :kf2k3upl:00010000:107D10:00000019:FFFFFFFF:Hinako :kf2k3upl:00010000:107D10:0000001A:FFFFFFFF:Malin :kf2k3upl:00010000:107D10:0000001B:FFFFFFFF:K' :kf2k3upl:00010000:107D10:0000001C:FFFFFFFF:Maxima :kf2k3upl:00010000:107D10:0000001D:FFFFFFFF:Whip :kf2k3upl:00010000:107D10:0000001E:FFFFFFFF:Kyo :kf2k3upl:00010000:107D10:0000001F:FFFFFFFF:Iori :kf2k3upl:00010000:107D10:00000021:FFFFFFFF:Kusanagi :kf2k3upl:00010000:107D10:00000020:FFFFFFFF:Chizur :kf2k3upl:00010000:107D10:00000024:FFFFFFFF:Maki :kf2k3upl:00010000:107D10:00000022:FFFFFFFF:Adel :kf2k3upl:00010000:107D10:00000023:FFFFFFFF:Muka :kf2k3upl:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kf2k3upl:00010000:107D11:00000000:FFFFFFFF:Ash :kf2k3upl:00010000:107D11:00000001:FFFFFFFF:Duolon :kf2k3upl:00010000:107D11:00000002:FFFFFFFF:Shen :kf2k3upl:00010000:107D11:00000003:FFFFFFFF:Terry :kf2k3upl:00010000:107D11:00000004:FFFFFFFF:Joe :kf2k3upl:00010000:107D11:00000005:FFFFFFFF:Tizoc :kf2k3upl:00010000:107D11:00000006:FFFFFFFF:Ryo :kf2k3upl:00010000:107D11:00000007:FFFFFFFF:Robert :kf2k3upl:00010000:107D11:00000008:FFFFFFFF:Yuri :kf2k3upl:00010000:107D11:00000009:FFFFFFFF:Kim :kf2k3upl:00010000:107D11:0000000A:FFFFFFFF:Chang :kf2k3upl:00010000:107D11:0000000B:FFFFFFFF:Jhun :kf2k3upl:00010000:107D11:0000000C:FFFFFFFF:Leona :kf2k3upl:00010000:107D11:0000000D:FFFFFFFF:Ralf :kf2k3upl:00010000:107D11:0000000E:FFFFFFFF:Clark :kf2k3upl:00010000:107D11:0000000F:FFFFFFFF:Gato :kf2k3upl:00010000:107D11:00000010:FFFFFFFF:Billy :kf2k3upl:00010000:107D11:00000011:FFFFFFFF:Yamazaki :kf2k3upl:00010000:107D11:00000012:FFFFFFFF:King :kf2k3upl:00010000:107D11:00000013:FFFFFFFF:Mai :kf2k3upl:00010000:107D11:00000014:FFFFFFFF:Mary :kf2k3upl:00010000:107D11:00000015:FFFFFFFF:Benimaru :kf2k3upl:00010000:107D11:00000016:FFFFFFFF:Shingo :kf2k3upl:00010000:107D11:00000017:FFFFFFFF:Daimon :kf2k3upl:00010000:107D11:00000018:FFFFFFFF:Athena :kf2k3upl:00010000:107D11:00000019:FFFFFFFF:Hinako :kf2k3upl:00010000:107D11:0000001A:FFFFFFFF:Malin :kf2k3upl:00010000:107D11:0000001B:FFFFFFFF:K' :kf2k3upl:00010000:107D11:0000001C:FFFFFFFF:Maxima :kf2k3upl:00010000:107D11:0000001D:FFFFFFFF:Whip :kf2k3upl:00010000:107D11:0000001E:FFFFFFFF:Kyo :kf2k3upl:00010000:107D11:0000001F:FFFFFFFF:Iori :kf2k3upl:00010000:107D11:00000021:FFFFFFFF:Kusanagi :kf2k3upl:00010000:107D11:00000020:FFFFFFFF:Chizuru :kf2k3upl:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k3upl:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k3upl:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 10th Anniversary 2005 Unique, The (The King of Fighters 2002 bootleg) ] :kf2k5uni:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kf2k5uni:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kf2k5uni:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kf2k5uni:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence ;Select Backdrop not working - corrupted backdrop, maybe other differences? ;:kf2k5uni:62000000:000000:00000000:00000000:Select Backdrop ;:kf2k5uni:00010000:10A79A:00000000:FFFFFFFF:Japan ;:kf2k5uni:00010000:10A79A:00000001:FFFFFFFF:Korea ;:kf2k5uni:00010000:10A79A:00000002:FFFFFFFF:China ;:kf2k5uni:00010000:10A79A:00000003:FFFFFFFF:Holland ;:kf2k5uni:00010000:10A79A:00000004:FFFFFFFF:Cambodia ;:kf2k5uni:00010000:10A79A:00000005:FFFFFFFF:Mexico ;:kf2k5uni:00010000:10A79A:00000006:FFFFFFFF:Italy ;:kf2k5uni:00010000:10A79A:00000007:FFFFFFFF:Rugal ;:kf2k5uni:00010000:10A79A:00000008:FFFFFFFF:NESTS :kf2k5uni:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kf2k5uni:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kf2k5uni:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kf2k5uni:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kf2k5uni:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kf2k5uni:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kf2k5uni:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kf2k5uni:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kf2k5uni:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kf2k5uni:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kf2k5uni:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kf2k5uni:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kf2k5uni:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kf2k5uni:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kf2k5uni:62000000:000000:00000000:00000000:Select Team PL1 :kf2k5uni:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k5uni:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k5uni:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k5uni:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k5uni:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k5uni:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k5uni:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k5uni:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k5uni:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k5uni:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k5uni:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k5uni:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k5uni:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k5uni:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kf2k5uni:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kf2k5uni:62000000:000000:00000000:00000000:Select Team Style PL1 :kf2k5uni:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kf2k5uni:00010000:10A7E4:00000000:00000040:Fight as a Team :kf2k5uni:62000000:000000:00000000:00000000:Select Character (A) PL1 :kf2k5uni:00010000:10A804:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A804:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A804:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A804:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A804:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A804:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A804:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A804:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A804:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A804:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A804:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A804:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A804:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A804:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A804:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A804:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A804:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A804:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A804:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A804:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A804:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A804:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A804:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A804:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A804:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A804:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A804:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A804:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A804:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A804:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A804:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A804:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A804:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A804:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A804:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A804:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A804:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A804:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Character (B) PL1 :kf2k5uni:00010000:10A805:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A805:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A805:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A805:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A805:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A805:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A805:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A805:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A805:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A805:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A805:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A805:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A805:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A805:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A805:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A805:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A805:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A805:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A805:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A805:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A805:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A805:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A805:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A805:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A805:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A805:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A805:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A805:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A805:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A805:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A805:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A805:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A805:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A805:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A805:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A805:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A805:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A805:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Character (C) PL1 :kf2k5uni:00010000:10A806:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A806:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A806:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A806:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A806:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A806:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A806:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A806:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A806:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A806:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A806:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A806:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A806:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A806:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A806:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A806:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A806:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A806:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A806:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A806:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A806:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A806:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A806:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A806:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A806:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A806:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A806:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A806:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A806:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A806:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A806:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A806:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A806:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A806:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A806:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A806:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A806:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A806:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kf2k5uni:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A7EE:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A7EE:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A7EE:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A7EE:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A7EE:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A7EE:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A7EE:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A7EE:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A7EE:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A7EE:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A7EE:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A7EE:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A7EE:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A7EE:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A7EE:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A7EE:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A7EE:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A7EE:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kf2k5uni:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A7EF:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A7EF:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A7EF:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A7EF:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A7EF:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A7EF:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A7EF:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A7EF:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A7EF:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A7EF:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A7EF:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A7EF:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A7EF:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A7EF:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A7EF:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A7EF:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A7EF:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A7EF:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kf2k5uni:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A7F0:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A7F0:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A7F0:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A7F0:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A7F0:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A7F0:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A7F0:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A7F0:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A7F0:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A7F0:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A7F0:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A7F0:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A7F0:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A7F0:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A7F0:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A7F0:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A7F0:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A7F0:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kf2k5uni:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A7E6:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A7E6:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A7E6:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A7E6:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A7E6:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A7E6:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A7E6:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A7E6:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A7E6:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A7E6:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A7E6:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A7E6:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A7E6:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A7E6:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A7E6:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A7E6:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A7E6:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A7E6:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kf2k5uni:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A7E7:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A7E7:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A7E7:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A7E7:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A7E7:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A7E7:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A7E7:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A7E7:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A7E7:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A7E7:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A7E7:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A7E7:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A7E7:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A7E7:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A7E7:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A7E7:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A7E7:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A7E7:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kf2k5uni:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A7E8:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A7E8:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A7E8:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A7E8:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A7E8:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A7E8:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A7E8:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A7E8:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A7E8:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A7E8:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A7E8:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A7E8:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A7E8:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A7E8:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A7E8:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A7E8:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A7E8:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A7E8:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k5uni:00010000:108182:00000000:00000004:Normal Mode :kf2k5uni:00010000:108182:00000004:00000004:Hero Mode :kf2k5uni:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k5uni:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k5uni:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k5uni:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k5uni:00010000:10A804:00000000:00000080:Not Selected by Roulette :kf2k5uni:00010000:10A804:00000080:00000080:Selected by Roulette :kf2k5uni:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k5uni:00010000:10A805:00000000:00000080:Not Selected by Roulette :kf2k5uni:00010000:10A805:00000080:00000080:Selected by Roulette :kf2k5uni:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k5uni:00010000:10A806:00000000:00000080:Not Selected by Roulette :kf2k5uni:00010000:10A806:00000080:00000080:Selected by Roulette :kf2k5uni:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k5uni:00010000:10821D:00000000:00000010:Normal Moves :kf2k5uni:00010000:10821D:00000010:00000010:Orochi Moves :kf2k5uni:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kf2k5uni:00010000:10A7EA:00000000:00000003:A colour :kf2k5uni:00010000:10A7EA:00000001:00000003:B colour :kf2k5uni:00010000:10A7EA:00000002:00000003:C colour :kf2k5uni:00010000:10A7EA:00000003:00000003:D colour :kf2k5uni:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kf2k5uni:00010000:10A7EB:00000000:00000003:A colour :kf2k5uni:00010000:10A7EB:00000001:00000003:B colour :kf2k5uni:00010000:10A7EB:00000002:00000003:C colour :kf2k5uni:00010000:10A7EB:00000003:00000003:D colour :kf2k5uni:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kf2k5uni:00010000:10A7EC:00000000:00000003:A colour :kf2k5uni:00010000:10A7EC:00000001:00000003:B colour :kf2k5uni:00010000:10A7EC:00000002:00000003:C colour :kf2k5uni:00010000:10A7EC:00000003:00000003:D colour :kf2k5uni:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k5uni:00010000:10A7E3:00000000:00000001:Normal Colours :kf2k5uni:00010000:10A7E3:00000001:00000001:Orochi Colours :kf2k5uni:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k5uni:00010000:10A7E3:00000000:00000002:Normal Colours :kf2k5uni:00010000:10A7E3:00000002:00000002:Orochi Colours :kf2k5uni:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k5uni:00010000:10A7E3:00000000:00000004:Normal Colours :kf2k5uni:00010000:10A7E3:00000004:00000004:Orochi Colours :kf2k5uni:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kf2k5uni:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kf2k5uni:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kf2k5uni:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kf2k5uni:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kf2k5uni:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kf2k5uni:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kf2k5uni:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kf2k5uni:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kf2k5uni:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kf2k5uni:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kf2k5uni:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kf2k5uni:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kf2k5uni:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kf2k5uni:62000000:000000:00000000:00000000:Select Team PL2 :kf2k5uni:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kf2k5uni:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kf2k5uni:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kf2k5uni:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kf2k5uni:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kf2k5uni:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kf2k5uni:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kf2k5uni:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kf2k5uni:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kf2k5uni:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kf2k5uni:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kf2k5uni:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kf2k5uni:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kf2k5uni:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kf2k5uni:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kf2k5uni:62000000:000000:00000000:00000000:Select Team Style PL2 :kf2k5uni:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kf2k5uni:00010000:10A80A:00000000:00000040:Fight as a Team :kf2k5uni:62000000:000000:00000000:00000000:Select Character (A) PL2 :kf2k5uni:00010000:10A82A:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A82A:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A82A:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A82A:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A82A:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A82A:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A82A:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A82A:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A82A:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A82A:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A82A:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A82A:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A82A:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A82A:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A82A:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A82A:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A82A:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A82A:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A82A:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A82A:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A82A:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A82A:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A82A:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A82A:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A82A:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A82A:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A82A:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A82A:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A82A:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A82A:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A82A:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Character (B) PL2 :kf2k5uni:00010000:10A82B:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A82B:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A82B:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A82B:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A82B:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A82B:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A82B:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A82B:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A82B:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A82B:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A82B:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A82B:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A82B:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A82B:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A82B:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A82B:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A82B:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A82B:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A82B:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A82B:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A82B:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A82B:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A82B:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A82B:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A82B:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A82B:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A82B:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A82B:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A82B:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A82B:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A82B:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Character (C) PL2 :kf2k5uni:00010000:10A82C:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A82C:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A82C:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A82C:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A82C:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A82C:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A82C:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A82C:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A82C:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A82C:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A82C:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A82C:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A82C:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A82C:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A82C:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A82C:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A82C:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A82C:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A82C:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A82C:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A82C:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A82C:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A82C:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A82C:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A82C:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A82C:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A82C:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A82C:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A82C:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A82C:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A82C:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kf2k5uni:00010000:10A814:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A814:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A814:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A814:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A814:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A814:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A814:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A814:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A814:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A814:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A814:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A814:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A814:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A814:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A814:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A814:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A814:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A814:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A814:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A814:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A814:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A814:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A814:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A814:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A814:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A814:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A814:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A814:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A814:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A814:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A814:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A814:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A814:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A814:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A814:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A814:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A814:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A814:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kf2k5uni:00010000:10A815:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A815:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A815:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A815:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A815:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A815:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A815:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A815:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A815:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A815:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A815:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A815:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A815:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A815:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A815:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A815:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A815:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A815:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A815:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A815:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A815:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A815:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A815:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A815:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A815:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A815:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A815:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A815:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A815:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A815:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A815:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A815:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A815:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A815:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A815:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A815:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A815:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A815:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kf2k5uni:00010000:10A816:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A816:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A816:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A816:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A816:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A816:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A816:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A816:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A816:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A816:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A816:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A816:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A816:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A816:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A816:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A816:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A816:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A816:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A816:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A816:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A816:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A816:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A816:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A816:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A816:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A816:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A816:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A816:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A816:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A816:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A816:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A816:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A816:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A816:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A816:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A816:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A816:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A816:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kf2k5uni:00010000:10A80C:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A80C:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A80C:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A80C:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A80C:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A80C:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A80C:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A80C:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A80C:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A80C:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A80C:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A80C:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A80C:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A80C:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A80C:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A80C:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A80C:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A80C:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A80C:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A80C:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A80C:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A80C:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A80C:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A80C:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A80C:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A80C:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A80C:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A80C:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A80C:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A80C:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A80C:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kf2k5uni:00010000:10A80D:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A80D:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A80D:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A80D:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A80D:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A80D:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A80D:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A80D:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A80D:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A80D:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A80D:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A80D:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A80D:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A80D:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A80D:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A80D:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A80D:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A80D:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A80D:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A80D:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A80D:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A80D:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A80D:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A80D:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A80D:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A80D:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A80D:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A80D:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A80D:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A80D:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A80D:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kf2k5uni:00010000:10A80E:00000000:FFFFFFFF:Kyo :kf2k5uni:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kf2k5uni:00010000:10A80E:00000002:FFFFFFFF:Daimon :kf2k5uni:00010000:10A80E:00000003:FFFFFFFF:Terry :kf2k5uni:00010000:10A80E:00000004:FFFFFFFF:Andy :kf2k5uni:00010000:10A80E:00000005:FFFFFFFF:Joe :kf2k5uni:00010000:10A80E:00000006:FFFFFFFF:Kim :kf2k5uni:00010000:10A80E:00000007:FFFFFFFF:Chang :kf2k5uni:00010000:10A80E:00000008:FFFFFFFF:Choi :kf2k5uni:00010000:10A80E:00000009:FFFFFFFF:Athena :kf2k5uni:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kf2k5uni:00010000:10A80E:0000000B:FFFFFFFF:Chin :kf2k5uni:00010000:10A80E:0000000C:FFFFFFFF:Leona :kf2k5uni:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kf2k5uni:00010000:10A80E:0000000E:FFFFFFFF:Clark :kf2k5uni:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kf2k5uni:00010000:10A80E:00000010:FFFFFFFF:Robert :kf2k5uni:00010000:10A80E:00000011:FFFFFFFF:Takuma :kf2k5uni:00010000:10A80E:00000012:FFFFFFFF:Mai :kf2k5uni:00010000:10A80E:00000013:FFFFFFFF:Yuri :kf2k5uni:00010000:10A80E:00000014:FFFFFFFF:May Lee :kf2k5uni:00010000:10A80E:00000015:FFFFFFFF:Iori :kf2k5uni:00010000:10A80E:00000016:FFFFFFFF:Mature :kf2k5uni:00010000:10A80E:00000017:FFFFFFFF:Vice :kf2k5uni:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kf2k5uni:00010000:10A80E:00000019:FFFFFFFF:Mary :kf2k5uni:00010000:10A80E:0000001A:FFFFFFFF:Billy :kf2k5uni:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kf2k5uni:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kf2k5uni:00010000:10A80E:0000001D:FFFFFFFF:Chris :kf2k5uni:00010000:10A80E:0000001E:FFFFFFFF:K' :kf2k5uni:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kf2k5uni:00010000:10A80E:00000020:FFFFFFFF:Whip :kf2k5uni:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kf2k5uni:00010000:10A80E:00000022:FFFFFFFF:Seth :kf2k5uni:00010000:10A80E:00000023:FFFFFFFF:Ramon :kf2k5uni:00010000:10A80E:00000024:FFFFFFFF:Kula :kf2k5uni:00010000:10A80E:00000025:FFFFFFFF:K9999 :kf2k5uni:00010000:10A80E:00000026:FFFFFFFF:Angel :kf2k5uni:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kf2k5uni:00010000:10A80E:00000028:FFFFFFFF:Rugal :kf2k5uni:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kf2k5uni:00010000:108382:00000000:00000004:Normal Mode :kf2k5uni:00010000:108382:00000004:00000004:Hero Mode :kf2k5uni:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k5uni:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k5uni:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kf2k5uni:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k5uni:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kf2k5uni:00010000:10A82A:00000080:00000080:Selected by Roulette :kf2k5uni:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k5uni:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kf2k5uni:00010000:10A82B:00000080:00000080:Selected by Roulette :kf2k5uni:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kf2k5uni:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kf2k5uni:00010000:10A82C:00000080:00000080:Selected by Roulette :kf2k5uni:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kf2k5uni:00010000:10841D:00000000:00000010:Normal Moves :kf2k5uni:00010000:10841D:00000010:00000010:Orochi Moves :kf2k5uni:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kf2k5uni:00010000:10A810:00000000:00000003:A colour :kf2k5uni:00010000:10A810:00000001:00000003:B colour :kf2k5uni:00010000:10A810:00000002:00000003:C colour :kf2k5uni:00010000:10A810:00000003:00000003:D colour :kf2k5uni:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kf2k5uni:00010000:10A811:00000000:00000003:A colour :kf2k5uni:00010000:10A811:00000001:00000003:B colour :kf2k5uni:00010000:10A811:00000002:00000003:C colour :kf2k5uni:00010000:10A811:00000003:00000003:D colour :kf2k5uni:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kf2k5uni:00010000:10A812:00000000:00000003:A colour :kf2k5uni:00010000:10A812:00000001:00000003:B colour :kf2k5uni:00010000:10A812:00000002:00000003:C colour :kf2k5uni:00010000:10A812:00000003:00000003:D colour :kf2k5uni:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k5uni:00010000:10A809:00000000:00000001:Normal Colours :kf2k5uni:00010000:108809:00000001:00000001:Orochi Colours :kf2k5uni:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k5uni:00010000:10A809:00000000:00000002:Normal Colours :kf2k5uni:00010000:108809:00000002:00000002:Orochi Colours :kf2k5uni:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kf2k5uni:00010000:10A809:00000000:00000004:Normal Colours :kf2k5uni:00010000:108809:00000004:00000004:Orochi Colours :kf2k5uni:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kf2k5uni:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kf2k5uni:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Kick (upright) ] kick:0:72BE:06:000:Infinite Lives PL1 kick:0:72E4:06:000:Infinite Lives PL2 ; [ Kick (cocktail) ] kicka:0:72BF:06:000:Infinite Lives PL1 kicka:0:72E5:06:000:Infinite Lives PL2 ; [ Kick Boy ] :kickboy:00000000:9363:00000063:FFFFFFFF:Infinite Credits :kickboy:20800000:1ED6:000000C9:FFFFFFFF:Invincibility :kickboy:20810000:4840:0000009D:FFFFFFFF:Invincibility (2/2):1st = Falling Down a Water, 2nd = Enemy :kickboy:20000001:674C:00000056:FFFFFFFF:Finish Current Stage Now! :kickboy:20010021:674C:00000029:FFFFFFFF:Finish Current Stage Now! (2/2) :kickboy:00000000:93A5:00000007:FFFFFFFF:Infinite Lives PL1 :kickboy:00001301:9365:00000062:FFFFFFFF:Select Starting Stage PL1:Set on title screen after you've inserted a credit :kickboy:00000000:93A5:00000007:FFFFFFFF:Infinite Lives PL2 :kickboy:00001301:9366:00000062:FFFFFFFF:Select Starting Stage PL2:Set on title screen after you've inserted a credit :kickboy:20900000:001A:0000003C:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Kicker ] kicker:0:2A78:07:000:Infinite Lives kicker:0:8662:A6:100:Infinite Energy kicker:0:8587:A6:600:Infinite Energy (2/2):Part 1 takes care of sprite collisions energy drains & Part 2 takes care of falling off platform energy drains kicker:0:9984:12:100:Invincibility:Note, you can still fall off gaps in platforms and lose energy use this with Infinite Energy or Walk on Air to counteract it. kicker:0:9985:16:600:Invincibility (2/3):Part 1 + 2 = Changing a 4 byte branch to a 3 byte BRA, NOP first then a LBRA instruction (for most fighters) kicker:0:9A66:20:600:Invincibility (3/3):Changes a BCC to a BRA (for bosses) kicker:0:822B:20:100:Walk on Air:This will stop you falling off ends of platforms kicker:0:2A87:01:001:Only 1 to kill on this level kicker:0:32B4:04:001:1 hit to kill boss Now! kicker:0:3175:01:000:Always purple weapon next kicker:0:3175:02:000:Always yellow weapon next kicker:0:3175:03:000:Always green weapon next kicker:0:3175:01:001:Purple weapon next Now! kicker:0:3175:02:001:Yellow weapon next Now! kicker:0:3175:03:001:Green weapon next Now! kicker:0:2A13:60:000:Sound Test Code Stop:[Unknown]Next Code ; [ Kick Goal ] kickgoal:0:FF4342:3B:000:Infinite Time kickgoal:0:FF4341:00:001:Finish this Match Now! kickgoal:0:FF4342:01:501:Finish this Match Now! (2/2) kickgoal:0:FF4392:0A:000:Score always = 10 PL1:The score won't be correctly displayed until a team scores kickgoal:0:FF4392:00:000:Score always = 0 PL1:The score won't be correctly displayed until a team scores kickgoal:0:FF4392:0A:001:Score = 10 Now! PL1:The score won't be correctly displayed until a team scores kickgoal:0:FF4392:00:001:Score = 0 Now! PL1:The score won't be correctly displayed until a team scores kickgoal:0:FF4392:63:070:Select Score PL1:The score won't be correctly displayed until a team scores kickgoal:0:FF43C5:00:000:Faults always = 0 PL1 kickgoal:0:FF43C5:03:000:Faults always = 3 PL1:After the 3rd fault, each fault will cause a penalty kick kickgoal:0:FF43C5:00:001:Faults = 0 Now! PL1 kickgoal:0:FF43C5:03:001:Faults = 3 Now! PL1:After the 3rd fault, each fault will cause a penalty kick kickgoal:0:FF4393:0A:000:Score always = 10 PL2:The score won't be correctly displayed until a team scores kickgoal:0:FF4393:00:000:Score always = 0 PL2:The score won't be correctly displayed until a team scores kickgoal:0:FF4393:0A:001:Score = 10 Now! PL2:The score won't be correctly displayed until a team scores kickgoal:0:FF4393:00:001:Score = 0 Now! PL2:The score won't be correctly displayed until a team scores kickgoal:0:FF4393:63:070:Select Score PL2:The score won't be correctly displayed until a team scores kickgoal:0:FF43C4:00:000:Faults always = 0 PL2 kickgoal:0:FF43C4:03:000:Faults always = 3 PL2:After the 3rd fault, each fault will cause a penalty kick kickgoal:0:FF43C4:00:001:Faults = 0 Now! PL2 kickgoal:0:FF43C4:03:001:Faults = 3 Now! PL2:After the 3rd fault, each fault will cause a penalty kick ; [ Kick and Run ] kicknrun:0:E842:45:000:Infinite Time kicknrun:0:E842:00:001:Finish this Half Now! ; [ Kick Off (Japan) ] kickoff:0:0F0129:09:000:Infinite Time kickoff:0:0F012B:5A:500:Infinite Time (2/2) kickoff:0:0F0129:00:001:Finish Game Now! kickoff:0:0F012B:00:501:Finish Game Now! (2/2) kickoff:0:000000:00:999:[The score will not display ] kickoff:0:000000:00:999:[until the score changes! ] kickoff:0:0F012D:09:070:Select Score PL1 kickoff:0:0F012F:09:070:Select Score PL2 ; [ Kick Rider ] kickridr:0:2106:49:007:Infinite Time kickridr:0:2220:00:000:Invincibility ; [ Kid Niki - Radical Ninja (World) ] kidniki:0:E122:5A:000:Infinite Time kidniki:0:E200:09:000:Infinite Lives kidniki:0:E54A:08:000:Infinite POW kidniki:0:E21E:30:000:No Enemies kidniki:0:0000:00:999:[ ] kidniki:0:0000:00:999:[See the Dip Switch Menu to ] kidniki:0:0000:00:999:[enable Invincibility. ] kidniki:0:0000:00:999:[ ] :kidniki:00000001:E15C:00000001:FFFFFFFF:Finish the Last Boss with 1 Hit Now! kidniki:0:E003:03:001:Start this Level Again!:Handy for when you have Invincibility DIP enabled and you want to die to change the level kidniki:0:0000:00:999:[You can use the Select ] kidniki:0:0000:00:999:[current level cheat to ] kidniki:0:0000:00:999:[choose the starting level, ] kidniki:0:0000:00:999:[just enable it on the press] kidniki:0:0000:00:999:[1 or 2 player button screen] kidniki:0:E202:07:071:Select current level kidniki:0:E202:07:061:Select next level ; [ Kid Niki - Radical Ninja (US) ] kidnikiu:0:E122:5A:000:Infinite Time kidnikiu:0:E200:09:000:Infinite Lives kidnikiu:0:E54A:08:000:Infinite POW kidnikiu:0:E21E:30:000:No Enemies kidnikiu:0:0000:00:999:[ ] kidnikiu:0:0000:00:999:[See the Dip Switch Menu to ] kidnikiu:0:0000:00:999:[enable Invincibility. ] kidnikiu:0:0000:00:999:[ ] :kidnikiu:00000001:E15C:00000001:FFFFFFFF:Finish the Last Boss with 1 Hit Now! kidnikiu:0:E003:03:001:Start this Level Again!:Handy for when you have Invincibility DIP enabled and you want to die to change the level kidnikiu:0:0000:00:999:[You can use the Select ] kidnikiu:0:0000:00:999:[current level cheat to ] kidnikiu:0:0000:00:999:[choose the starting level, ] kidnikiu:0:0000:00:999:[just enable it on the press] kidnikiu:0:0000:00:999:[1 or 2 player button screen] kidnikiu:0:E202:07:071:Select current level kidnikiu:0:E202:07:061:Select next level ; [ Kikaioh (JAPAN 980914) ] :kikaioh:00000000:0005EEA0:0000001D:FFFFFFFF:Infinite Select Time :kikaioh:00000000:0005E07C:0000005A:FFFFFFFF:Infinite Time :kikaioh:00000001:1FAF0010:00000001:FFFFFFFF:Unlock Gourai:You need to reset the game to see any effect after you've set this cheat :kikaioh:00000001:1FAF0014:00000001:FFFFFFFF:Unlock Extra Characters:You need to reset the game to see any effect after you've set this cheat.It is incomplete because you can NEVER select Gamuda, Quvearl, Goldibus or Blodia (prototype) :kikaioh:00000000:0005E100:00000000:FFFFFFFF:Infinite Energy PL1:Take no red or yellow damage :kikaioh:00010000:0005E102:00000000:FFFFFFFF:Infinite Energy PL1 (2/2) :kikaioh:00000001:0005E100:00000090:FFFFFFFF:Drain All Energy Now! PL1 :kikaioh:00000000:0005E142:00000064:FFFFFFFF:Infinite Armour PL1 :kikaioh:00010000:0005E112:00000096:FFFFFFFF:Infinite Armour PL1 (2/2) :kikaioh:00000001:0005EE94:00000009:FFFFFFFF:Play as Gamda Now! PL1:Set on character selection screen :kikaioh:00000001:0005EE94:0000000A:FFFFFFFF:Play as Quvearl Now! PL1:Set on character selection screen :kikaioh:00000001:0005EE94:0000000B:FFFFFFFF:Play as Blodia Now! PL1:Set on character selection screen :kikaioh:00000001:0005EE94:0000000C:FFFFFFFF:Play as Goldibus (1st) Now! PL1:Set on character selection screen :kikaioh:00000001:0005EE94:0000000D:FFFFFFFF:Play as Goldibus (2nd) Now! PL1:Set on character selection screen :kikaioh:00000000:0005E101:00000000:FFFFFFFF:Infinite Energy PL2:Take no red or yellow damage :kikaioh:00010000:0005E103:00000000:FFFFFFFF:Infinite Energy PL2 (2/2) :kikaioh:00000001:0005E101:00000090:FFFFFFFF:Drain All Energy Now! PL2 :kikaioh:00000000:0005E143:00000064:FFFFFFFF:Infinite Armour PL2 :kikaioh:00010000:0005E113:00000096:FFFFFFFF:Infinite Armour PL2 (2/2) :kikaioh:00000001:0005EE95:00000009:FFFFFFFF:Play as Gamda Now! PL2:Set on character selection screen :kikaioh:00000001:0005EE95:0000000A:FFFFFFFF:Play as Quvearl Now! PL2:Set on character selection screen :kikaioh:00000001:0005EE95:0000000B:FFFFFFFF:Play as Blodia Now! PL2:Set on character selection screen :kikaioh:00000001:0005EE95:0000000C:FFFFFFFF:Play as Goldibus (1st) Now! PL2:Set on character selection screen :kikaioh:00000001:0005EE95:0000000D:FFFFFFFF:Play as Goldibus (2nd) Now! PL2:Set on character selection screen ; [ Kickle Cubele ] kikcubib:0:E007:99:000:Infinite Time kikcubib:0:E000:0A:000:Infinite Lives kikcubib:0:0000:00:999:[See the Dip Switch Menu to ] kikcubib:0:0000:00:999:[enable Invincibility. ] kikcubib:0:E001:14:072:Select current level kikcubib:0:0000:00:999:[You can use the Select next] kikcubib:0:0000:00:999:[level cheat on the title ] kikcubib:0:0000:00:999:[screen to choose the start ] kikcubib:0:0000:00:999:[level if you wish. BUT you ] kikcubib:0:0000:00:999:[MUST enable it before you ] kikcubib:0:0000:00:999:[you insert ANY coins!!! ] kikcubib:0:E001:14:062:Select next level ; [ Meikyu Jima (Japan) ] kikcubic:0:E007:99:000:Infinite Time kikcubic:0:E000:0A:000:Infinite Lives kikcubic:0:0000:00:999:[See the Dip Switch Menu to ] kikcubic:0:0000:00:999:[enable Invincibility. ] kikcubic:0:E001:14:072:Select current level kikcubic:0:0000:00:999:[You can use the Select next] kikcubic:0:0000:00:999:[level cheat on the title ] kikcubic:0:0000:00:999:[screen to choose the start ] kikcubic:0:0000:00:999:[level if you wish. BUT you ] kikcubic:0:0000:00:999:[MUST enable it before you ] kikcubic:0:0000:00:999:[you insert ANY coins!!! ] kikcubic:0:E001:14:062:Select next level ; [ KiKi KaiKai ] kikikai:0:D957:09:000:Infinite Lives :kikikai:20B00000:20EA:DAB732AF:FFFFFFFF:Invincibility :kikikai:20A10000:20EE:00E1CB32:FFFFFFFF:Invincibility (2/5):1st - 3rd = Clear the collision flag :kikikai:20B10000:20F1:C9E8A232:FFFFFFFF:Invincibility (3/5):xor a -> ld a,($DAB7)/($E1CB)/($E8A2) -> ret :kikikai:20810000:251F:000000C9:FFFFFFFF:Invincibility (4/5):Wisp, Bosses etc :kikikai:20810000:5164:00000018:FFFFFFFF:Invincibility (5/5):Avoid the character freeze :kikikai:00000000:E1DF:00000001:FFFFFFFF:Unlock Secret Character:Enable before the title screen :kikikai:00000000:E1B0:00000010:00000010:Rapid Fire - Shot 1 :kikikai:00000000:E1B0:00000020:00000020:Rapid Fire - Shot 2 :kikikai:20900000:01DA:000001DC:FFFFFFFF:Skip RAM/ROM Check (ROM Hack) :kikikai:20810000:0225:00000018:FFFFFFFF:Skip RAM/ROM Check (ROM Hack) (2/3):1st = RAM, 2nd = Sound ROM :kikikai:20810000:4828:000000C9:FFFFFFFF:Skip RAM/ROM Check (ROM Hack) (3/3):ROM ;:kikikai:64004000:0005:00000000:00000000:Pre-Enable "Skip RAM/ROM Check" :kikikai:60000000:0000:00000000:00000000:[ Using ROM Hack code, you need ] :kikikai:60000000:0000:00000000:00000000:[ to set together with Avoid In- ] :kikikai:60000000:0000:00000000:00000000:[ game ROM Check to prevent from ] :kikikai:60000000:0000:00000000:00000000:[ the game crash or freeze. ] :kikikai:00000000:DEB0:000000FF:FFFFFFFF:Avoid In-game ROM check :kikikai:00010000:DEB7:000000FF:FFFFFFFF:Avoid In-game ROM check (2/20) :kikikai:00010000:DEC6:000000FF:FFFFFFFF:Avoid In-game ROM check (3/20) :kikikai:00010000:DECD:000000FF:FFFFFFFF:Avoid In-game ROM check (4/20) :kikikai:00010000:DED4:000000FF:FFFFFFFF:Avoid In-game ROM check (5/20) :kikikai:00010000:DF0A:000000FF:FFFFFFFF:Avoid In-game ROM check (6/20) :kikikai:00010000:DF10:000000FF:FFFFFFFF:Avoid In-game ROM check (7/20) :kikikai:00010000:DF33:000000FF:FFFFFFFF:Avoid In-game ROM check (8/20) :kikikai:00010000:DF38:000000FF:FFFFFFFF:Avoid In-game ROM check (9/20) :kikikai:00010000:DF3D:000000FF:FFFFFFFF:Avoid In-game ROM check (10/20) :kikikai:00010000:E19A:000000FF:FFFFFFFF:Avoid In-game ROM check (11/20) :kikikai:00010000:E1C6:000000FF:FFFFFFFF:Avoid In-game ROM check (12/20) :kikikai:00010000:E1D7:000000FF:FFFFFFFF:Avoid In-game ROM check (13/20) :kikikai:00010000:E1F4:000000FF:FFFFFFFF:Avoid In-game ROM check (14/20) :kikikai:00010000:E217:000000FF:FFFFFFFF:Avoid In-game ROM check (15/20) :kikikai:00010000:E222:000000FF:FFFFFFFF:Avoid In-game ROM check (16/20) :kikikai:00010000:E227:000000FF:FFFFFFFF:Avoid In-game ROM check (17/20) :kikikai:00010000:E22D:000000FF:FFFFFFFF:Avoid In-game ROM check (18/20) :kikikai:00010000:E251:000000FF:FFFFFFFF:Avoid In-game ROM check (19/20) :kikikai:00010000:E256:000000FF:FFFFFFFF:Avoid In-game ROM check (20/20) ; [ Kick Start Wheelie King ] kikstart:0:816D:09:000:Infinite Credits :kikstart:00100000:DA67:00005909:FFFFFFFFF:Infinite Time kikstart:0:0000:00:999:[ See the Dip Switch Menu to ] kikstart:0:0000:00:999:[ enable Invincibility. ] kikstart:0:85C0:03:000:Always ride at Max Speed:This cheat is best used with the Invincibility "No Hit" dip switch. Turn the cheat OFF after a crash and at the start of a race or after you've stopped. Only turn it ON when your bike is moving or it won't work! kikstart:0:85AF:FF:001:Finish this Race Now ! :kikstart:00000501:DA62:0000001C:FFFFFFFF:Select Current Heat ; [ Killing Blade, The ] :killbld:00000000:80B3EF:00000063:FFFFFFFF:Infinite Time :killbld:00000001:80B3EF:00000000:FFFFFFFF:Finish this Round Now! :killbld:00100000:811F80:00000140:FFFFFFFF:Infinite Energy PL1 :killbld:00100001:811F80:00000000:FFFFFFFF:Drain All Energy Now! PL1 :killbld:00100000:81213E:00000140:FFFFFFFF:Infinite Energy PL2 :killbld:00100001:81213E:00000000:FFFFFFFF:Drain All Energy Now! PL2 ; [ Killer Comet ] :killcom:20900000:D6C7:0000D6C9:FFFFFFFF:Invincibility :killcom:20810000:D8A9:00000000:FFFFFFFF:Invincibility (2/3):1st = Comet, 2nd = Fire :killcom:20810000:D949:00000000:FFFFFFFF:Invincibility (3/3):Enemy killcom:0:001D:01:000:Stop Killer Comet Appearing killcom:0:007E:05:000:Infinite Lives PL1 killcom:0:007F:05:000:Infinite Lives PL2 ; [ King & Balloon (Japan) ] kingbalj:0:800A:04:000:Infinite Lives :kingbalj:20800000:11E1:000000C9:FFFFFFFF:Invincibility - Player :kingbalj:20810000:11FB:000000C9:FFFFFFFF:Invincibility - Player (2/2) :kingbalj:20800000:0CDB:000000C9:FFFFFFFF:Invincibility - King kingbalj:0:82D0:01:000:Stop Disappearing when hit ; [ King & Balloon (US) ] kingball:0:800A:04:000:Infinite Lives :kingball:20800000:11E1:000000C9:FFFFFFFF:Invincibility - Player :kingball:20810000:11FB:000000C9:FFFFFFFF:Invincibility - Player (2/2) :kingball:20800000:0CDB:000000C9:FFFFFFFF:Invincibility - King kingball:0:82D0:01:000:Stop Disappearing when hit ; [ Kingdom Grandprix (World) ] kingdmgp:0:10041D:09:000:Infinite Credits kingdmgp:0:100555:09:000:Infinite Lives PL1 kingdmgp:0:1012D7:09:000:Infinite Bombs PL1 kingdmgp:0:000000:00:999:[See the Dip Switch Menu to ] kingdmgp:0:000000:00:999:[enable an alternate ] kingdmgp:0:000000:00:999:[Invincibility PL1 cheat. ] kingdmgp:0:000000:00:999:[But the cheat is better as ] kingdmgp:0:000000:00:999:[the dipswitch causes a game] kingdmgp:0:000000:00:999:[crash when PL2 is selected.] kingdmgp:0:1012D5:03:000:Invincibility PL1 kingdmgp:0:1012DF:03:000:Maximum Main Weapon Power PL1:To be used before game starts kingdmgp:0:1012D9:02:000:Maximum Extra Weapon Power PL1 kingdmgp:0:1012DB:01:020:Always a Front Extra Weapon PL1:Get an extra weapon first kingdmgp:0:1012DB:02:540:Always a Front Extra Weapon PL1 (2/2) kingdmgp:0:1012DB:01:040:Always a Homing Extra Weapon PL1:Get an extra weapon first kingdmgp:0:1012DB:02:520:Always a Homing Extra Weapon PL1 (2/2) kingdmgp:0:1012DB:01:021:Next Extra Weapon=Front Now!PL1:Get an extra weapon first kingdmgp:0:1012DB:02:541:Next Extra Weapon=Front Now!PL1 (2/2) kingdmgp:0:1012DB:01:041:Next Extra Weapon=Homing Now!PL1:Get an extra weapon first kingdmgp:0:1012DB:02:521:Next Extra Weapon=Homing Now!PL1 (2/2) kingdmgp:0:100557:09:000:Infinite Lives PL2 kingdmgp:0:1013D7:09:000:Infinite Bombs PL2 kingdmgp:0:1013D5:03:000:Invincibility PL2 kingdmgp:0:1013DF:03:000:Maximum Main Weapon Power PL2:To be used before game starts kingdmgp:0:1013D9:02:000:Maximum Extra Weapon Power PL2 kingdmgp:0:1013DB:01:020:Always a Front Extra Weapon PL2:Get an extra weapon first kingdmgp:0:1013DB:02:540:Always a Front Extra Weapon PL2 (2/2) kingdmgp:0:1013DB:01:040:Always a Homing Extra Weapon PL2:Get an extra weapon first kingdmgp:0:1013DB:02:520:Always a Homing Extra Weapon PL2 (2/2) kingdmgp:0:1013DB:01:021:Next Extra Weapon=Front Now!PL2:Get an extra weapon first kingdmgp:0:1013DB:02:541:Next Extra Weapon=Front Now!PL2 (2/2) kingdmgp:0:1013DB:01:041:Next Extra Weapon=Homing Now!PL2:Get an extra weapon first kingdmgp:0:1013DB:02:521:Next Extra Weapon=Homing Now!PL2 (2/2) ; [ King of Boxer (English) ] kingofb:0:C190:00:000:Infinite Time kingofb:0:C190:3B:001:Finish this Round Now! kingofb:0:C059:FF:000:Infinite Energy :kingofb:20A00000:3A44:00C0093A:FFFFFFFF:Invincibility:This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums :kingofb:20810000:3A49:000000D8:FFFFFFFF:Invincibility (2/2):1st = ld a,($C009), 2nd = ret c kingofb:0:C019:00:000:CPU Energy always = 0 kingofb:0:C019:00:001:Drain All CPU Energy Now! kingofb:0:C061:FA:000:Ply's hits always set to 250 kingofb:0:C021:00:000:CPU's hits always set to 0 kingofb:0:C061:FA:001:Set Ply's hits set = 250 Now! kingofb:0:C021:00:001:Set CPU's hits set to 0 Now! kingofb:0:C061:FF:070:Select Player's hits kingofb:0:C021:FF:070:Select Computer's hits :kingofb:00000000:C055:00000000:00000010:Rapid Fire ; [ Killer Instinct (v1.5d) ] kinst:0:880884F8:46:000:Infinite Time kinst:0:880884F9:09:500:Infinite Time (2/3) kinst:0:880884FA:09:500:Infinite Time (3/3) kinst:0:8808BC55:78:000:Infinite Energy PL1 kinst:0:8808BC54:00:500:Infinite Energy PL1 (2/2) kinst:0:8808BC55:00:001:Drain All Energy Now! PL1:You may need to use this cheat again if they recharge their energy and stand back up! kinst:0:8808BC54:00:501:Drain All Energy Now! PL1 (2/2) kinst:0:8808F304:0A:000:Always play as Eyedol PL1:Use on or before the character select screen kinst:0:8808BD55:78:000:Infinite Energy PL2 kinst:0:8808BD54:00:500:Infinite Energy PL2 (2/2) kinst:0:8808BD55:00:001:Drain All Energy Now! PL2:You may need to use this cheat again if they recharge their energy and stand back up! kinst:0:8808BD54:00:501:Drain All Energy Now! PL2 (2/2) kinst:0:8808F36C:0A:000:Always play as Eyedol PL2:Use on or before the character select screen ; [ Killer Instinct (v1.3) ] kinst13:0:880884F8:46:000:Infinite Time kinst13:0:880884F9:09:500:Infinite Time (2/3) kinst13:0:880884FA:09:500:Infinite Time (3/3) kinst13:0:8808BC55:78:000:Infinite Energy PL1 kinst13:0:8808BC54:00:500:Infinite Energy PL1 (2/2) kinst13:0:8808BC55:00:001:Drain All Energy Now! PL1:You may need to use this cheat again if they recharge their energy and stand back up! kinst13:0:8808BC54:00:501:Drain All Energy Now! PL1 (2/2) kinst13:0:8808F304:0A:000:Always play as Eyedol PL1:Use on or before the character select screen kinst13:0:8808BD55:78:000:Infinite Energy PL2 kinst13:0:8808BD54:00:500:Infinite Energy PL2 (2/2) kinst13:0:8808BD55:00:001:Drain All Energy Now! PL2:You may need to use this cheat again if they recharge their energy and stand back up! kinst13:0:8808BD54:00:501:Drain All Energy Now! PL2 (2/2) kinst13:0:8808F36C:0A:000:Always play as Eyedol PL2:Use on or before the character select screen ; [ Killer Instinct (v1.4) ] kinst14:0:880884F8:46:000:Infinite Time kinst14:0:880884F9:09:500:Infinite Time (2/3) kinst14:0:880884FA:09:500:Infinite Time (3/3) kinst14:0:8808BC55:78:000:Infinite Energy PL1 kinst14:0:8808BC54:00:500:Infinite Energy PL1 (2/2) kinst14:0:8808BC55:00:001:Drain All Energy Now! PL1:You may need to use this cheat again if they recharge their energy and stand back up! kinst14:0:8808BC54:00:501:Drain All Energy Now! PL1 (2/2) kinst14:0:8808F304:0A:000:Always play as Eyedol PL1:Use on or before the character select screen kinst14:0:8808BD55:78:000:Infinite Energy PL2 kinst14:0:8808BD54:00:500:Infinite Energy PL2 (2/2) kinst14:0:8808BD55:00:001:Drain All Energy Now! PL2:You may need to use this cheat again if they recharge their energy and stand back up! kinst14:0:8808BD54:00:501:Drain All Energy Now! PL2 (2/2) kinst14:0:8808F36C:0A:000:Always play as Eyedol PL2:Use on or before the character select screen ; [ Killer Instinct 2 (v1.4) ] kinst2:0:887F7A10:46:000:Infinite Time kinst2:0:887F7A11:09:500:Infinite Time (2/3) kinst2:0:887F7A12:09:500:Infinite Time (2/3) kinst2:0:887FC105:78:000:Infinite Energy PL1 kinst2:0:887FC106:00:500:Infinite Energy PL1 (2/2) kinst2:0:887FC105:00:001:Drain All Energy Now! PL1 kinst2:0:887FC106:00:501:Drain All Energy Now! PL1 (2/2) :kinst2:00100000:887FF150:0000FF20:FFFFFFFF:Always play as Gargos PL1:Use on or before the character select screen kinst2:0:887FC205:78:000:Infinite Energy PL2 kinst2:0:887FC206:00:500:Infinite Energy PL2 (2/2) kinst2:0:887FC205:00:001:Drain All Energy Now! PL2 kinst2:0:887FC206:00:501:Drain All Energy Now! PL2 (2/2) :kinst2:00100000:887FF280:0000FF20:FFFFFFFF:Always play as Gargos PL2:Use on or before the character select screen ; [ Killer Instinct 2 (v1.0) ] kinst210:0:0000:00:999:[ This game hasn't even ]:REASON 11 kinst210:0:0000:00:999:[ been looked at due to ]:REASON 11 kinst210:0:0000:00:999:[ time constraints - Too]:REASON 11 kinst210:0:0000:00:999:[ many games and so ]:REASON 11 kinst210:0:0000:00:999:[ little time. It is ]:REASON 11 kinst210:0:0000:00:999:[ even possible that ]:REASON 11 kinst210:0:0000:00:999:[ this game may be a ]:REASON 11 kinst210:0:0000:00:999:[ clone of an existing ]:REASON 11 kinst210:0:0000:00:999:[ game which may have ]:REASON 11 kinst210:0:0000:00:999:[ cheats. Please search ]:REASON 11 kinst210:0:0000:00:999:[ the cheat forums ]:REASON 11 kinst210:0:0000:00:999:[ before posting cheat ]:REASON 11 kinst210:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Killer Instinct 2 (v1.1) ] kinst211:0:887F7A10:46:000:Infinite Time kinst211:0:887F7A11:09:500:Infinite Time (2/3) kinst211:0:887F7A12:09:500:Infinite Time (2/3) kinst211:0:887FC105:78:000:Infinite Energy PL1 kinst211:0:887FC106:00:500:Infinite Energy PL1 (2/2) kinst211:0:887FC105:00:001:Drain All Energy Now! PL1 kinst211:0:887FC106:00:501:Drain All Energy Now! PL1 (2/2) :kinst211:00100000:887FF150:0000FF20:FFFFFFFF:Always play as Gargos PL1:Use on or before the character select screen kinst211:0:887FC205:78:000:Infinite Energy PL2 kinst211:0:887FC206:00:500:Infinite Energy PL2 (2/2) kinst211:0:887FC205:00:001:Drain All Energy Now! PL2 kinst211:0:887FC206:00:501:Drain All Energy Now! PL2 (2/2) :kinst211:00100000:887FF280:0000FF20:FFFFFFFF:Always play as Gargos PL2:Use on or before the character select screen ; [ Killer Instinct 2 (v1.3) ] kinst213:0:887F7A10:46:000:Infinite Time kinst213:0:887F7A11:09:500:Infinite Time (2/3) kinst213:0:887F7A12:09:500:Infinite Time (2/3) kinst213:0:887FC105:78:000:Infinite Energy PL1 kinst213:0:887FC106:00:500:Infinite Energy PL1 (2/2) kinst213:0:887FC105:00:001:Drain All Energy Now! PL1 kinst213:0:887FC106:00:501:Drain All Energy Now! PL1 (2/2) :kinst213:00100000:887FF150:0000FF20:FFFFFFFF:Always play as Gargos PL1:Use on or before the character select screen kinst213:0:887FC205:78:000:Infinite Energy PL2 kinst213:0:887FC206:00:500:Infinite Energy PL2 (2/2) kinst213:0:887FC205:00:001:Drain All Energy Now! PL2 kinst213:0:887FC206:00:501:Drain All Energy Now! PL2 (2/2) :kinst213:00100000:887FF280:0000FF20:FFFFFFFF:Always play as Gargos PL2:Use on or before the character select screen ; [ Killer Instinct 2 (v1.4k, upgrade kit) ] kinst2k:0:0000:00:999:[ This game hasn't even ]:REASON 11 kinst2k:0:0000:00:999:[ been looked at due to ]:REASON 11 kinst2k:0:0000:00:999:[ time constraints - Too]:REASON 11 kinst2k:0:0000:00:999:[ many games and so ]:REASON 11 kinst2k:0:0000:00:999:[ little time. It is ]:REASON 11 kinst2k:0:0000:00:999:[ even possible that ]:REASON 11 kinst2k:0:0000:00:999:[ this game may be a ]:REASON 11 kinst2k:0:0000:00:999:[ clone of an existing ]:REASON 11 kinst2k:0:0000:00:999:[ game which may have ]:REASON 11 kinst2k:0:0000:00:999:[ cheats. Please search ]:REASON 11 kinst2k:0:0000:00:999:[ the cheat forums ]:REASON 11 kinst2k:0:0000:00:999:[ before posting cheat ]:REASON 11 kinst2k:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Killer Instinct (proto v4.7) ] kinstp:0:0000:00:999:[ This game hasn't even ]:REASON 11 kinstp:0:0000:00:999:[ been looked at due to ]:REASON 11 kinstp:0:0000:00:999:[ time constraints - Too]:REASON 11 kinstp:0:0000:00:999:[ many games and so ]:REASON 11 kinstp:0:0000:00:999:[ little time. It is ]:REASON 11 kinstp:0:0000:00:999:[ even possible that ]:REASON 11 kinstp:0:0000:00:999:[ this game may be a ]:REASON 11 kinstp:0:0000:00:999:[ clone of an existing ]:REASON 11 kinstp:0:0000:00:999:[ game which may have ]:REASON 11 kinstp:0:0000:00:999:[ cheats. Please search ]:REASON 11 kinstp:0:0000:00:999:[ the cheat forums ]:REASON 11 kinstp:0:0000:00:999:[ before posting cheat ]:REASON 11 kinstp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Kirameki Star Road (Japan) ] kirameki:0:407C7F:09:000:Infinite Credits kirameki:0:416325:40:000:Infinite Round Time kirameki:0:416324:01:500:Infinite Round Time (2/2) kirameki:0:4176D5:40:000:Infinite Dance Game Time kirameki:0:4176D4:01:500:Infinite Dance Game Time (2/2) kirameki:0:000000:00:999:[Enable Photo Shoot Time when the photo time bar ] kirameki:0:000000:00:999:[is full and disable after taking the shot! Use ] kirameki:0:000000:00:999:[the pause button to help line up the shot first.] kirameki:0:41BBDD:40:000:Infinite Photo Shoot Time kirameki:0:41BBDC:01:500:Infinite Photo Shoot Time (2/2) :kirameki:000000E6:414D9B:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer kirameki:0:414D9B:00:000:Answer 1 always correct kirameki:0:414D9B:00:001:Answer 1 is correct for this question Now! kirameki:0:4162E9:01:001:Good answer ends Round Now! kirameki:0:41BB39:00:501:Good answer ends Round Now! (2/2) kirameki:0:41B7B5:05:000:Infinite Lives PL1 kirameki:0:41B901:05:000:Infinite Lives PL2 ; [ Ryuusei Janshi Kirara Star ] kirarast:0:FEE11088:0F:000:Infinite Score kirarast:0:FEE11089:27:500:Infinite Score (2/2) kirarast:0:FEE110F0:63:000:Maximum Time Stock kirarast:0:00000000:00:999:[ The winning hand cheat must be activated when ] kirarast:0:00000000:00:999:[ there are 14 tiles in your hand, then press ] kirarast:0:00000000:00:999:[ the RON key ('Z' by default). The tiles do not ] kirarast:0:00000000:00:999:[ visually change until you make a move. ] kirarast:0:FEE11A74:00:001:Get winning hand Now! kirarast:0:FEE11A78:00:501:Get winning hand Now! (02/30) kirarast:0:FEE11A7C:00:501:Get winning hand Now! (03/30) kirarast:0:FEE11A80:01:501:Get winning hand Now! (04/30) kirarast:0:FEE11A84:01:501:Get winning hand Now! (05/30) kirarast:0:FEE11A88:01:501:Get winning hand Now! (06/30) kirarast:0:FEE11A8C:02:501:Get winning hand Now! (07/30) kirarast:0:FEE11A90:02:501:Get winning hand Now! (08/30) kirarast:0:FEE11A94:02:501:Get winning hand Now! (09/30) kirarast:0:FEE11A98:03:501:Get winning hand Now! (10/30) kirarast:0:FEE11A9C:03:501:Get winning hand Now! (11/30) kirarast:0:FEE11AA0:03:501:Get winning hand Now! (12/30) kirarast:0:FEE11AA4:04:501:Get winning hand Now! (13/30) kirarast:0:FEE11A75:00:501:Get winning hand Now! (14/30) kirarast:0:FEE11A79:00:501:Get winning hand Now! (15/30) kirarast:0:FEE11A7D:00:501:Get winning hand Now! (16/30) kirarast:0:FEE11A81:00:501:Get winning hand Now! (17/30) kirarast:0:FEE11A85:00:501:Get winning hand Now! (18/30) kirarast:0:FEE11A89:00:501:Get winning hand Now! (19/30) kirarast:0:FEE11A8D:00:501:Get winning hand Now! (20/30) kirarast:0:FEE11A91:00:501:Get winning hand Now! (21/30) kirarast:0:FEE11A95:00:501:Get winning hand Now! (22/30) kirarast:0:FEE11A99:00:501:Get winning hand Now! (23/30) kirarast:0:FEE11A9D:00:501:Get winning hand Now! (24/30) kirarast:0:FEE11AA1:00:501:Get winning hand Now! (25/30) kirarast:0:FEE11AA5:00:501:Get winning hand Now! (26/30) kirarast:0:FEE11178:04:501:Get winning hand Now! (27/30) kirarast:0:FEE11179:00:501:Get winning hand Now! (28/30) kirarast:0:FEE11AA8:04:501:Get winning hand Now! (29/30) kirarast:0:FEE11AA9:00:501:Get winning hand Now! (30/30) kirarast:0:FEE11A74:00:000:Always winning hand kirarast:0:FEE11A78:00:500:Always winning hand (02/30) kirarast:0:FEE11A7C:00:500:Always winning hand (03/30) kirarast:0:FEE11A80:01:500:Always winning hand (04/30) kirarast:0:FEE11A84:01:500:Always winning hand (05/30) kirarast:0:FEE11A88:01:500:Always winning hand (06/30) kirarast:0:FEE11A8C:02:500:Always winning hand (07/30) kirarast:0:FEE11A90:02:500:Always winning hand (08/30) kirarast:0:FEE11A94:02:500:Always winning hand (09/30) kirarast:0:FEE11A98:03:500:Always winning hand (10/30) kirarast:0:FEE11A9C:03:500:Always winning hand (11/30) kirarast:0:FEE11AA0:03:500:Always winning hand (12/30) kirarast:0:FEE11AA4:04:500:Always winning hand (13/30) kirarast:0:FEE11A75:00:500:Always winning hand (14/30) kirarast:0:FEE11A79:00:500:Always winning hand (15/30) kirarast:0:FEE11A7D:00:500:Always winning hand (16/30) kirarast:0:FEE11A81:00:500:Always winning hand (17/30) kirarast:0:FEE11A85:00:500:Always winning hand (18/30) kirarast:0:FEE11A89:00:500:Always winning hand (19/30) kirarast:0:FEE11A8D:00:500:Always winning hand (20/30) kirarast:0:FEE11A91:00:500:Always winning hand (21/30) kirarast:0:FEE11A95:00:500:Always winning hand (22/30) kirarast:0:FEE11A99:00:500:Always winning hand (23/30) kirarast:0:FEE11A9D:00:500:Always winning hand (24/30) kirarast:0:FEE11AA1:00:500:Always winning hand (25/30) kirarast:0:FEE11AA5:00:500:Always winning hand (26/30) kirarast:0:FEE11178:04:500:Always winning hand (27/30) kirarast:0:FEE11179:00:500:Always winning hand (28/30) kirarast:0:FEE11AA8:04:500:Always winning hand (29/30) kirarast:0:FEE11AA9:00:500:Always winning hand (30/30) ; [ Kisekae Hanafuda ] kisekaeh:0:0000:00:999:[ There are no cheats ]:REASON 1 kisekaeh:0:0000:00:999:[ for this game as it ]:REASON 1 kisekaeh:0:0000:00:999:[ didn't work the last ]:REASON 1 kisekaeh:0:0000:00:999:[ time it was tested. ]:REASON 1 kisekaeh:0:0000:00:999:[ If the game now works ]:REASON 1 kisekaeh:0:0000:00:999:[ please request cheats ]:REASON 1 kisekaeh:0:0000:00:999:[ for it on the cheat ]:REASON 1 kisekaeh:0:0000:00:999:[ forums. ]:REASON 1 ; [ Kisekae Mahjong ] kisekaem:0:0000:00:999:[ There are no cheats ]:REASON 1 kisekaem:0:0000:00:999:[ for this game as it ]:REASON 1 kisekaem:0:0000:00:999:[ didn't work the last ]:REASON 1 kisekaem:0:0000:00:999:[ time it was tested. ]:REASON 1 kisekaem:0:0000:00:999:[ If the game now works ]:REASON 1 kisekaem:0:0000:00:999:[ please request cheats ]:REASON 1 kisekaem:0:0000:00:999:[ for it on the cheat ]:REASON 1 kisekaem:0:0000:00:999:[ forums. ]:REASON 1 ; [ Kitten Kaboodle ] kittenk:0:0401DC:99:000:Infinite Credits kittenk:0:040968:00:000:Always Win Bonus Stage kittenk:0:0401F9:31:000:Next Level is Last Level kittenk:0:0401F9:31:061:Select next level kittenk:0:040380:07:000:Infinite Lives PL1 kittenk:0:040519:80:020:Invincibility PL1 kittenk:0:0403C0:07:000:Infinite Lives PL2 kittenk:0:040549:80:020:Invincibility PL2 kittenk:0:040009:80:000:Sound Test Timer Stop ; [ Pro Mahjong Kiwame ] kiwame:0:204884:31:000:Always have winning hand kiwame:0:204885:31:500:Always have winning hand (02/14) kiwame:0:204886:31:500:Always have winning hand (03/14) kiwame:0:204887:32:500:Always have winning hand (04/14) kiwame:0:204888:32:500:Always have winning hand (05/14) kiwame:0:204889:32:500:Always have winning hand (06/14) kiwame:0:20488A:33:500:Always have winning hand (07/14) kiwame:0:20488B:33:500:Always have winning hand (08/14) kiwame:0:20488C:33:500:Always have winning hand (09/14) kiwame:0:20488D:34:500:Always have winning hand (10/14) kiwame:0:20488E:34:500:Always have winning hand (11/14) kiwame:0:20488F:34:500:Always have winning hand (12/14) kiwame:0:204890:35:500:Always have winning hand (13/14) kiwame:0:204891:35:500:Always have winning hand (14/14) kiwame:0:000000:00:999:[The winning hand cheat must] kiwame:0:000000:00:999:[be activated when there are] kiwame:0:000000:00:999:[14 tiles in your hand, then] kiwame:0:000000:00:999:[press the RON key . ] kiwame:0:000000:00:999:[('Z' by default). The tiles] kiwame:0:000000:00:999:[do not visually change ] kiwame:0:000000:00:999:[until you make a move. ] ; [ Pro Mahjong Kiwame S (J 951020 V1.208) ] kiwames:0:0000:00:999:[ There are no cheats ]:REASON 1 kiwames:0:0000:00:999:[ for this game as it ]:REASON 1 kiwames:0:0000:00:999:[ didn't work the last ]:REASON 1 kiwames:0:0000:00:999:[ time it was tested. ]:REASON 1 kiwames:0:0000:00:999:[ If the game now works ]:REASON 1 kiwames:0:0000:00:999:[ please request cheats ]:REASON 1 kiwames:0:0000:00:999:[ for it on the cheat ]:REASON 1 kiwames:0:0000:00:999:[ forums. ]:REASON 1 ; [ Kizuna Encounter - Super Tag Battle / Fu'un Super Tag Battle ] kizuna:0:10892A:99:000:Infinite Time kizuna:0:108313:C0:000:Infinite Energy PL1 kizuna:0:108313:00:001:Drain All Energy Now! PL1 :kizuna:60000000:000000:00000000:00000000:[ Free player selection - Use just after ] :kizuna:60000000:000000:00000000:00000000:[ selection screen, or between matches. ] :kizuna:60000000:000000:00000000:00000000:[ To use Shin King Lion or Jyazu, both chars ] :kizuna:60000000:000000:00000000:00000000:[ must be set to the same character, as they ] :kizuna:60000000:000000:00000000:00000000:[ fight alone. ] :kizuna:62000000:000000:00000000:00000000:Select Character (A) PL1:First Character Selected :kizuna:00010000:1088EC:00000000:0000000F:Syo Hayate :kizuna:00010000:1088EC:00000001:0000000F:Max Eagle :kizuna:00010000:1088EC:00000002:0000000F:Gozu :kizuna:00010000:1088EC:00000003:0000000F:Mezu :kizuna:00010000:1088EC:00000004:0000000F:Rosa :kizuna:00010000:1088EC:00000005:0000000F:Kim Sue-Il :kizuna:00010000:1088EC:00000006:0000000F:Joker :kizuna:00010000:1088EC:00000007:0000000F:Chung Paifu :kizuna:00010000:1088EC:00000008:0000000F:Gordon Bowman :kizuna:00010000:1088EC:00000009:0000000F:King Lion :kizuna:00010000:1088EC:0000000A:0000000F:#Shin King Lion :kizuna:00010000:1088EC:0000000B:0000000F:#Chung Paifu (alternate) :kizuna:00010000:1088EC:0000000C:0000000F:#Jyazu :kizuna:62000000:000000:00000000:00000000:Select Character (B) PL1:Second Character Selected :kizuna:00010000:1088EE:00000000:0000000F:Syo Hayate :kizuna:00010000:1088EE:00000001:0000000F:Max Eagle :kizuna:00010000:1088EE:00000002:0000000F:Gozu :kizuna:00010000:1088EE:00000003:0000000F:Mezu :kizuna:00010000:1088EE:00000004:0000000F:Rosa :kizuna:00010000:1088EE:00000005:0000000F:Kim Sue-Il :kizuna:00010000:1088EE:00000006:0000000F:Joker :kizuna:00010000:1088EE:00000007:0000000F:Chung Paifu :kizuna:00010000:1088EE:00000008:0000000F:Gordon Bowman :kizuna:00010000:1088EE:00000009:0000000F:King Lion :kizuna:00010000:1088EE:0000000A:0000000F:#Shin King Lion :kizuna:00010000:1088EE:0000000B:0000000F:#Chung Paifu (alternate) :kizuna:00010000:1088EE:0000000C:0000000F:#Jyazu :kizuna:62000000:000000:00000000:00000000:Select Character Colour PL1 (A):First Character Selected :kizuna:00010000:1088EC:00000000:00000080:A Colour :kizuna:00010000:1088EC:00000080:00000080:B Colour :kizuna:62000000:000000:00000000:00000000:Select Character Colour PL1 (B):Second Character Selected :kizuna:00010000:1088EE:00000000:00000080:A Colour :kizuna:00010000:1088EE:00000080:00000080:B Colour kizuna:0:108513:C0:000:Infinite Energy PL2 kizuna:0:108513:00:001:Drain All Energy Now! PL2 :kizuna:60000000:000000:00000000:00000000:[ Free player selection - Use just after ] :kizuna:60000000:000000:00000000:00000000:[ selection screen, or between matches. ] :kizuna:60000000:000000:00000000:00000000:[ To use Shin King Lion or Jyazu, both chars ] :kizuna:60000000:000000:00000000:00000000:[ must be set to the same character, as they ] :kizuna:60000000:000000:00000000:00000000:[ fight alone. ] :kizuna:62000000:000000:00000000:00000000:Select Character (A) PL2:First Character Selected :kizuna:00010000:1088ED:00000000:0000000F:Syo Hayate :kizuna:00010000:1088ED:00000001:0000000F:Max Eagle :kizuna:00010000:1088ED:00000002:0000000F:Gozu :kizuna:00010000:1088ED:00000003:0000000F:Mezu :kizuna:00010000:1088ED:00000004:0000000F:Rosa :kizuna:00010000:1088ED:00000005:0000000F:Kim Sue-Il :kizuna:00010000:1088ED:00000006:0000000F:Joker :kizuna:00010000:1088ED:00000007:0000000F:Chung Paifu :kizuna:00010000:1088ED:00000008:0000000F:Gordon Bowman :kizuna:00010000:1088ED:00000009:0000000F:King Lion :kizuna:00010000:1088ED:0000000A:0000000F:#Shin King Lion :kizuna:00010000:1088ED:0000000B:0000000F:#Chung Paifu (alternate) :kizuna:00010000:1088ED:0000000C:0000000F:#Jyazu :kizuna:62000000:000000:00000000:00000000:Select Character (B) PL2:Second Character Selected :kizuna:00010000:1088EF:00000000:0000000F:Syo Hayate :kizuna:00010000:1088EF:00000001:0000000F:Max Eagle :kizuna:00010000:1088EF:00000002:0000000F:Gozu :kizuna:00010000:1088EF:00000003:0000000F:Mezu :kizuna:00010000:1088EF:00000004:0000000F:Rosa :kizuna:00010000:1088EF:00000005:0000000F:Kim Sue-Il :kizuna:00010000:1088EF:00000006:0000000F:Joker :kizuna:00010000:1088EF:00000007:0000000F:Chung Paifu :kizuna:00010000:1088EF:00000008:0000000F:Gordon Bowman :kizuna:00010000:1088EF:00000009:0000000F:King Lion :kizuna:00010000:1088EF:0000000A:0000000F:#Shin King Lion :kizuna:00010000:1088EF:0000000B:0000000F:#Chung Paifu (alternate) :kizuna:00010000:1088EF:0000000C:0000000F:#Jyazu :kizuna:62000000:000000:00000000:00000000:Select Character Colour PL2 (A):First Character Selected :kizuna:00010000:1088ED:00000000:00000080:A Colour :kizuna:00010000:1088ED:00000080:00000080:B Colour :kizuna:62000000:000000:00000000:00000000:Select Character Colour PL2 (B):Second Character Selected :kizuna:00010000:1088EF:00000000:00000080:A Colour :kizuna:00010000:1088EF:00000080:00000080:B Colour :kizuna:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kizuna:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kizuna:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Klax (set 1) ] klax:0:3F369D:00:000:Infinite Tile Drops PL1 klax:0:3F3705:02:001:Finish 'Points' Level Now! PL1 klax:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4) klax:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4) klax:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4) klax:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1 klax:0:3F3705:02:001:Need klaxs Now! PL1 klax:0:3F3705:03:001:Need points Now! PL1 klax:0:3F3705:04:001:Need tiles Now! PL1 klax:0:3F3705:05:001:Need diagonals Now! PL1 klax:0:3F3705:06:001:Need horizontals Now! PL1 klax:0:3F3709:63:061:Select Next Wave PL1 klax:0:3F369F:00:000:Infinite Tile Drops PL2 klax:0:3F3707:02:001:Finish 'Points' Level Now! PL2 klax:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4) klax:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4) klax:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4) klax:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2 klax:0:3F3707:02:001:Need klaxs Now! PL2 klax:0:3F3707:03:001:Need points Now! PL2 klax:0:3F3707:04:001:Need tiles Now! PL2 klax:0:3F3707:05:001:Need diagonals Now! PL2 klax:0:3F3707:06:001:Need horizontals Now! PL2 klax:0:3F370B:63:061:Select Next Wave PL2 ; [ Klax (set 2) ] klax2:0:3F369D:00:000:Infinite Tile Drops PL1 klax2:0:3F3705:02:001:Finish 'Points' Level Now! PL1 klax2:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4) klax2:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4) klax2:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4) klax2:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1 klax2:0:3F3705:02:001:Need klaxs Now! PL1 klax2:0:3F3705:03:001:Need points Now! PL1 klax2:0:3F3705:04:001:Need tiles Now! PL1 klax2:0:3F3705:05:001:Need diagonals Now! PL1 klax2:0:3F3705:06:001:Need horizontals Now! PL1 klax2:0:3F3709:63:061:Select Next Wave PL1 klax2:0:3F369F:00:000:Infinite Tile Drops PL2 klax2:0:3F3707:02:001:Finish 'Points' Level Now! PL2 klax2:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4) klax2:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4) klax2:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4) klax2:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2 klax2:0:3F3707:02:001:Need klaxs Now! PL2 klax2:0:3F3707:03:001:Need points Now! PL2 klax2:0:3F3707:04:001:Need tiles Now! PL2 klax2:0:3F3707:05:001:Need diagonals Now! PL2 klax2:0:3F3707:06:001:Need horizontals Now! PL2 klax2:0:3F370B:63:061:Select Next Wave PL2 ; [ Klax (set 3) ] klax3:0:3F369D:00:000:Infinite Tile Drops PL1 klax3:0:3F3705:02:001:Finish 'Points' Level Now! PL1 klax3:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4) klax3:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4) klax3:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4) klax3:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1 klax3:0:3F3705:02:001:Need klaxs Now! PL1 klax3:0:3F3705:03:001:Need points Now! PL1 klax3:0:3F3705:04:001:Need tiles Now! PL1 klax3:0:3F3705:05:001:Need diagonals Now! PL1 klax3:0:3F3705:06:001:Need horizontals Now! PL1 klax3:0:3F3709:63:061:Select Next Wave PL1 klax3:0:3F369F:00:000:Infinite Tile Drops PL2 klax3:0:3F3707:02:001:Finish 'Points' Level Now! PL2 klax3:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4) klax3:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4) klax3:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4) klax3:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2 klax3:0:3F3707:02:001:Need klaxs Now! PL2 klax3:0:3F3707:03:001:Need points Now! PL2 klax3:0:3F3707:04:001:Need tiles Now! PL2 klax3:0:3F3707:05:001:Need diagonals Now! PL2 klax3:0:3F3707:06:001:Need horizontals Now! PL2 klax3:0:3F370B:63:061:Select Next Wave PL2 ; [ Klax (Germany) ] klaxd:0:3F369D:00:000:Infinite Tile Drops PL1 klaxd:0:3F3705:02:001:Finish 'Points' Level Now! PL1 klaxd:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4) klaxd:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4) klaxd:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4) klaxd:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1 klaxd:0:3F3705:02:001:Need klaxs Now! PL1 klaxd:0:3F3705:03:001:Need points Now! PL1 klaxd:0:3F3705:04:001:Need tiles Now! PL1 klaxd:0:3F3705:05:001:Need diagonals Now! PL1 klaxd:0:3F3705:06:001:Need horizontals Now! PL1 klaxd:0:3F3709:63:061:Select Next Wave PL1 klaxd:0:3F369F:00:000:Infinite Tile Drops PL2 klaxd:0:3F3707:02:001:Finish 'Points' Level Now! PL2 klaxd:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4) klaxd:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4) klaxd:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4) klaxd:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2 klaxd:0:3F3707:02:001:Need klaxs Now! PL2 klaxd:0:3F3707:03:001:Need points Now! PL2 klaxd:0:3F3707:04:001:Need tiles Now! PL2 klaxd:0:3F3707:05:001:Need diagonals Now! PL2 klaxd:0:3F3707:06:001:Need horizontals Now! PL2 klaxd:0:3F370B:63:061:Select Next Wave PL2 ; [ Klax (Japan) ] klaxj:0:3F369D:00:000:Infinite Tile Drops PL1 klaxj:0:3F3705:02:001:Finish 'Points' Level Now! PL1 klaxj:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4) klaxj:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4) klaxj:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4) klaxj:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1 klaxj:0:3F3705:02:001:Need klaxs Now! PL1 klaxj:0:3F3705:03:001:Need points Now! PL1 klaxj:0:3F3705:04:001:Need tiles Now! PL1 klaxj:0:3F3705:05:001:Need diagonals Now! PL1 klaxj:0:3F3705:06:001:Need horizontals Now! PL1 klaxj:0:3F3709:63:061:Select Next Wave PL1 klaxj:0:3F369F:00:000:Infinite Tile Drops PL2 klaxj:0:3F3707:02:001:Finish 'Points' Level Now! PL2 klaxj:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4) klaxj:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4) klaxj:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4) klaxj:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2 klaxj:0:3F3707:02:001:Need klaxs Now! PL2 klaxj:0:3F3707:03:001:Need points Now! PL2 klaxj:0:3F3707:04:001:Need tiles Now! PL2 klaxj:0:3F3707:05:001:Need diagonals Now! PL2 klaxj:0:3F3707:06:001:Need horizontals Now! PL2 klaxj:0:3F370B:63:061:Select Next Wave PL2 ; [ Klax (prototype set 1) ] klaxp1:0:3F539F:00:000:Infinite Tile Drops PL1 klaxp1:0:3F5403:02:001:Finish 'Points' Level Now! PL1 klaxp1:0:3F53F3:00:501:Finish 'Points' Level Now! PL1(2/4) klaxp1:0:3F53F4:00:501:Finish 'Points' Level Now! PL1(3/4) klaxp1:0:3F53F5:00:501:Finish 'Points' Level Now! PL1(4/4) klaxp1:0:3F53F5:00:001:Finish 'Other' Level types Now! PL1 klaxp1:0:3F5403:02:001:Need klaxs Now! PL1 klaxp1:0:3F5403:03:001:Need points Now! PL1 klaxp1:0:3F5403:04:001:Need tiles Now! PL1 klaxp1:0:3F5403:05:001:Need diagonals Now! PL1 klaxp1:0:3F5403:06:001:Need horizontals Now! PL1 klaxp1:0:3F5407:63:061:Select Next Wave PL1 klaxp1:0:3F53A1:00:000:Infinite Tile Drops PL2 klaxp1:0:3F5405:02:001:Finish 'Points' Level Now! PL2 klaxp1:0:3F53F7:00:501:Finish 'Points' Level Now! PL2(2/4) klaxp1:0:3F53F8:00:501:Finish 'Points' Level Now! PL2(3/4) klaxp1:0:3F53F9:00:501:Finish 'Points' Level Now! PL2(4/4) klaxp1:0:3F53F9:00:001:Finish 'Other' Level types Now! PL2 klaxp1:0:3F5405:02:001:Need klaxs Now! PL2 klaxp1:0:3F5405:03:001:Need points Now! PL2 klaxp1:0:3F5405:04:001:Need tiles Now! PL2 klaxp1:0:3F5405:05:001:Need diagonals Now! PL2 klaxp1:0:3F5405:06:001:Need horizontals Now! PL2 klaxp1:0:3F5409:63:061:Select Next Wave PL2 ; [ Klax (prototype set 2) ] klaxp2:0:3F539F:00:000:Infinite Tile Drops PL1 klaxp2:0:3F5403:02:001:Finish 'Points' Level Now! PL1 klaxp2:0:3F53F3:00:501:Finish 'Points' Level Now! PL1(2/4) klaxp2:0:3F53F4:00:501:Finish 'Points' Level Now! PL1(3/4) klaxp2:0:3F53F5:00:501:Finish 'Points' Level Now! PL1(4/4) klaxp2:0:3F53F5:00:001:Finish 'Other' Level types Now! PL1 klaxp2:0:3F5403:02:001:Need klaxs Now! PL1 klaxp2:0:3F5403:03:001:Need points Now! PL1 klaxp2:0:3F5403:04:001:Need tiles Now! PL1 klaxp2:0:3F5403:05:001:Need diagonals Now! PL1 klaxp2:0:3F5403:06:001:Need horizontals Now! PL1 klaxp2:0:3F5407:63:061:Select Next Wave PL1 klaxp2:0:3F53A1:00:000:Infinite Tile Drops PL2 klaxp2:0:3F5405:02:001:Finish 'Points' Level Now! PL2 klaxp2:0:3F53F7:00:501:Finish 'Points' Level Now! PL2(2/4) klaxp2:0:3F53F8:00:501:Finish 'Points' Level Now! PL2(3/4) klaxp2:0:3F53F9:00:501:Finish 'Points' Level Now! PL2(4/4) klaxp2:0:3F53F9:00:001:Finish 'Other' Level types Now! PL2 klaxp2:0:3F5405:02:001:Need klaxs Now! PL2 klaxp2:0:3F5405:03:001:Need points Now! PL2 klaxp2:0:3F5405:04:001:Need tiles Now! PL2 klaxp2:0:3F5405:05:001:Need diagonals Now! PL2 klaxp2:0:3F5405:06:001:Need horizontals Now! PL2 klaxp2:0:3F5409:63:061:Select Next Wave PL2 ; [ KlonDike+ ] klondkp:0:0000:00:999:[ This game hasn't even ]:REASON 11 klondkp:0:0000:00:999:[ been looked at due to ]:REASON 11 klondkp:0:0000:00:999:[ time constraints - Too]:REASON 11 klondkp:0:0000:00:999:[ many games and so ]:REASON 11 klondkp:0:0000:00:999:[ little time. It is ]:REASON 11 klondkp:0:0000:00:999:[ even possible that ]:REASON 11 klondkp:0:0000:00:999:[ this game may be a ]:REASON 11 klondkp:0:0000:00:999:[ clone of an existing ]:REASON 11 klondkp:0:0000:00:999:[ game which may have ]:REASON 11 klondkp:0:0000:00:999:[ cheats. Please search ]:REASON 11 klondkp:0:0000:00:999:[ the cheat forums ]:REASON 11 klondkp:0:0000:00:999:[ before posting cheat ]:REASON 11 klondkp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Knuckle Heads (World) ] knckhead:0:007E24:0D:000:Infinite Time knckhead:0:007E25:AB:500:Infinite Time (2/2) knckhead:0:007E24:00:001:Finish this Round Now! knckhead:0:007E25:00:501:Finish this Round Now! (2/2) knckhead:0:000000:00:999:[ NOTE! The cheats are different if the ] knckhead:0:000000:00:999:[ game has a 2 player or 4 player maximum ] knckhead:0:000000:00:999:[ These are for the 2 Player Maximum Game ] knckhead:0:0011F5:63:000:Infinite Energy PL1 knckhead:0:0011F5:00:001:Drain all Energy Now! PL1 knckhead:0:0014AF:63:000:Infinite Energy PL2 knckhead:0:0014AF:00:001:Drain all Energy Now! PL2 knckhead:0:000000:00:999:[ These are for the 4 Player Maximum Game ] knckhead:0:002251:63:000:Infinite Energy PL1 knckhead:0:002251:00:001:Drain all Energy Now! PL1 knckhead:0:0014AF:63:000:Infinite Energy PL2 knckhead:0:0014AF:00:001:Drain all Energy Now! PL2 knckhead:0:0011F5:63:000:Infinite Energy PL3 knckhead:0:0011F5:00:001:Drain all Energy Now! PL3 knckhead:0:001CDD:63:000:Infinite Energy PL4 knckhead:0:001CDD:00:001:Drain all Energy Now! PL4 ; [ Knuckle Heads (Japan) ] knckhedj:0:007E24:0D:000:Infinite Time knckhedj:0:007E25:AB:500:Infinite Time (2/2) knckhedj:0:007E24:00:001:Finish this Round Now! knckhedj:0:007E25:00:501:Finish this Round Now! (2/2) knckhedj:0:000000:00:999:[ NOTE! The cheats are different if the ] knckhedj:0:000000:00:999:[ game has a 2 player or 4 player maximum ] knckhedj:0:000000:00:999:[ These are for the 2 Player Maximum Game ] knckhedj:0:0011F5:63:000:Infinite Energy PL1 knckhedj:0:0011F5:00:001:Drain all Energy Now! PL1 knckhedj:0:0014AF:63:000:Infinite Energy PL2 knckhedj:0:0014AF:00:001:Drain all Energy Now! PL2 knckhedj:0:000000:00:999:[ These are for the 4 Player Maximum Game ] knckhedj:0:002251:63:000:Infinite Energy PL1 knckhedj:0:002251:00:001:Drain all Energy Now! PL1 knckhedj:0:0014AF:63:000:Infinite Energy PL2 knckhedj:0:0014AF:00:001:Drain all Energy Now! PL2 knckhedj:0:0011F5:63:000:Infinite Energy PL3 knckhedj:0:0011F5:00:001:Drain all Energy Now! PL3 knckhedj:0:001CDD:63:000:Infinite Energy PL4 knckhedj:0:001CDD:00:001:Drain all Energy Now! PL4 ; [ Knuckle Joe (set 1) ] kncljoe:0:F000:99:000:Infinite Credits kncljoe:0:F2BD:99:003:Infinite Time kncljoe:0:F0E4:07:000:Infinite Lives kncljoe:0:F505:0A:000:Infinite Energy kncljoe:0:0000:00:999:[ See the Dip Switch Menu to enable ] kncljoe:0:0000:00:999:[ enable an alternate Infinite ] kncljoe:0:0000:00:999:[ Energy cheat. ] ; [ Knuckle Joe (set 2) ] kncljoea:0:F000:99:000:Infinite Credits kncljoea:0:F2BD:99:003:Infinite Time kncljoea:0:F0E4:07:000:Infinite Lives kncljoea:0:F505:0A:000:Infinite Energy kncljoea:0:0000:00:999:[ See the Dip Switch Menu to enable ] kncljoea:0:0000:00:999:[ enable an alternate Infinite ] kncljoea:0:0000:00:999:[ Energy cheat. ] ; [ Knightmare (prototype) ] :kngtmare:00000000:00950:0000000C:FFFFFFFF:Infinite Credits :kngtmare:00000000:0095E:00000007:FFFFFFFF:Infinite Lives :kngtmare:20800000:09206:00000000:FFFFFFFF:Invincibility :kngtmare:20810000:0AAD7:00000000:FFFFFFFF:Invincibility (2/2):1st = Dragon, 2nd = Black Knight :kngtmare:00000001:008FA:00000004:FFFFFFFF:Finish Current Stage Now! ; [ Knight Boy ] :knightb:00000000:D957:00000064:FFFFFFFF:Infinite Lives :knightb:00000000:E1DF:00000001:FFFFFFFF:Unlock Secret Character:Set before the title screen :knightb:20B00000:20EA:DAB732AF:FFFFFFFF:Invincibility (ROM Hack) :knightb:20A10000:20EE:00E1CB32:FFFFFFFF:Invincibility (ROM Hack) (2/5):1st - 3rd = Clear the collision flag :knightb:20B10000:20F1:C9E8A232:FFFFFFFF:Invincibility (ROM Hack) (3/5):xor a -> ld a,($DAB7)/($E1CB)/($E8A2) -> ret :knightb:20810000:251F:000000C9:FFFFFFFF:Invincibility (ROM Hack) (4/5):Wisp, Bosses etc :knightb:20810000:5164:00000018:FFFFFFFF:Invincibility (ROM Hack) (5/5):Avoid the character freeze :knightb:00000000:E1B0:00000010:00000010:Rapid Fire - Shot 1 :knightb:00000000:E1B0:00000020:00000020:Rapid Fire - Shot 2 :knightb:20900000:01DA:000001DC:FFFFFFFF:Skip RAM/ROM Check (ROM Hack) :knightb:20810000:0225:00000018:FFFFFFFF:Skip RAM/ROM Check (ROM Hack) (2/3):1st = RAM, 2nd = Sound ROM :knightb:20810000:4828:000000C9:FFFFFFFF:Skip RAM/ROM Check (ROM Hack) (3/3):ROM :knightb:60000000:0000:00000000:00000000:[ Using ROM Hack code, you need ] :knightb:60000000:0000:00000000:00000000:[ to set together with Avoid In- ] :knightb:60000000:0000:00000000:00000000:[ game ROM Check to prevent from ] :knightb:60000000:0000:00000000:00000000:[ the game crash or freeze. ] :knightb:00000000:DEB0:000000FF:FFFFFFFF:Avoid In-game ROM check :knightb:00010000:DEB7:000000FF:FFFFFFFF:Avoid In-game ROM check (02/20) :knightb:00010000:DEC6:000000FF:FFFFFFFF:Avoid In-game ROM check (03/20) :knightb:00010000:DECD:000000FF:FFFFFFFF:Avoid In-game ROM check (04/20) :knightb:00010000:DED4:000000FF:FFFFFFFF:Avoid In-game ROM check (05/20) :knightb:00010000:DF0A:000000FF:FFFFFFFF:Avoid In-game ROM check (06/20) :knightb:00010000:DF10:000000FF:FFFFFFFF:Avoid In-game ROM check (07/20) :knightb:00010000:DF33:000000FF:FFFFFFFF:Avoid In-game ROM check (08/20) :knightb:00010000:DF38:000000FF:FFFFFFFF:Avoid In-game ROM check (09/20) :knightb:00010000:DF3D:000000FF:FFFFFFFF:Avoid In-game ROM check (10/20) :knightb:00010000:E19A:000000FF:FFFFFFFF:Avoid In-game ROM check (11/20) :knightb:00010000:E1C6:000000FF:FFFFFFFF:Avoid In-game ROM check (12/20) :knightb:00010000:E1D7:000000FF:FFFFFFFF:Avoid In-game ROM check (13/20) :knightb:00010000:E1F4:000000FF:FFFFFFFF:Avoid In-game ROM check (14/20) :knightb:00010000:E217:000000FF:FFFFFFFF:Avoid In-game ROM check (15/20) :knightb:00010000:E222:000000FF:FFFFFFFF:Avoid In-game ROM check (16/20) :knightb:00010000:E227:000000FF:FFFFFFFF:Avoid In-game ROM check (17/20) :knightb:00010000:E22D:000000FF:FFFFFFFF:Avoid In-game ROM check (18/20) :knightb:00010000:E251:000000FF:FFFFFFFF:Avoid In-game ROM check (19/20) :knightb:00010000:E256:000000FF:FFFFFFFF:Avoid In-game ROM check (20/20) ; [ Knights of the Round (World 911127) ] knights:0:FFE7DA:59:000:Infinite Time knights:0:FFE84D:00:000:Infinite Continues knights:0:FFAC88:00:500:Infinite Continues (2/4) knights:0:FFADA8:00:500:Infinite Continues (3/4) knights:0:FFAEC8:00:500:Infinite Continues (4/4) knights:0:FFA4C4:06:001:Go to last level Now! knights:0:FFAC76:03:000:Infinite Lives PL1 knights:0:FFABA5:50:000:Infinite Energy PL1 knights:0:FFAC7A:78:000:Invincibility PL1 knights:0:FFAC4E:0F:001:Character level 16 PL1:Also gain 99999999 EP knights:0:FFAC8C:99:501:Character level 16 PL1 (2/5) knights:0:FFAC8D:99:501:Character level 16 PL1 (3/5) knights:0:FFAC8E:99:501:Character level 16 PL1 (4/5) knights:0:FFAC8F:99:501:Character level 16 PL1 (5/5) knights:0:FFAD96:03:000:Infinite Lives PL2 knights:0:FFACC5:50:000:Infinite Energy PL2 knights:0:FFAD9A:78:000:Invincibility PL2 knights:0:FFAD6E:0F:001:Character level 16 PL2:Also gain 99999999 EP knights:0:FFADAC:99:501:Character level 16 PL2 (2/5) knights:0:FFADAD:99:501:Character level 16 PL2 (3/5) knights:0:FFADAE:99:501:Character level 16 PL2 (4/5) knights:0:FFADAF:99:501:Character level 16 PL2 (5/5) knights:0:FFAEB6:03:000:Infinite Lives PL3 knights:0:FFADE5:50:000:Infinite Energy PL3 knights:0:FFAEBA:78:000:Invincibility PL3 knights:0:FFAD8E:0F:001:Character level 16 PL3:Also gain 99999999 EP knights:0:FFAECC:99:501:Character level 16 PL3 (2/5) knights:0:FFAECD:99:501:Character level 16 PL3 (3/5) knights:0:FFAECE:99:501:Character level 16 PL3 (4/5) knights:0:FFAECF:99:501:Character level 16 PL3 (5/5) ; [ Knights of the Round (Japan 911127) ] knightsj:0:FFE7DA:59:000:Infinite Time knightsj:0:FFE84D:00:000:Infinite Continues knightsj:0:FFAC88:00:500:Infinite Continues (2/4) knightsj:0:FFADA8:00:500:Infinite Continues (3/4) knightsj:0:FFAEC8:00:500:Infinite Continues (4/4) knightsj:0:FFA4C4:06:001:Go to last level Now! knightsj:0:FFAC76:03:000:Infinite Lives PL1 knightsj:0:FFABA5:50:000:Infinite Energy PL1 knightsj:0:FFAC7A:78:000:Invincibility PL1 knightsj:0:FFAC4E:0F:001:Character level 16 PL1:Also gain 99999999 EP knightsj:0:FFAC8C:99:501:Character level 16 PL1 (2/5) knightsj:0:FFAC8D:99:501:Character level 16 PL1 (3/5) knightsj:0:FFAC8E:99:501:Character level 16 PL1 (4/5) knightsj:0:FFAC8F:99:501:Character level 16 PL1 (5/5) knightsj:0:FFAD96:03:000:Infinite Lives PL2 knightsj:0:FFACC5:50:000:Infinite Energy PL2 knightsj:0:FFAD9A:78:000:Invincibility PL2 knightsj:0:FFAD6E:0F:001:Character level 16 PL2:Also gain 99999999 EP knightsj:0:FFADAC:99:501:Character level 16 PL2 (2/5) knightsj:0:FFADAD:99:501:Character level 16 PL2 (3/5) knightsj:0:FFADAE:99:501:Character level 16 PL2 (4/5) knightsj:0:FFADAF:99:501:Character level 16 PL2 (5/5) knightsj:0:FFAEB6:03:000:Infinite Lives PL3 knightsj:0:FFADE5:50:000:Infinite Energy PL3 knightsj:0:FFAEBA:78:000:Invincibility PL3 knightsj:0:FFAD8E:0F:001:Character level 16 PL3:Also gain 99999999 EP knightsj:0:FFAECC:99:501:Character level 16 PL3 (2/5) knightsj:0:FFAECD:99:501:Character level 16 PL3 (3/5) knightsj:0:FFAECE:99:501:Character level 16 PL3 (4/5) knightsj:0:FFAECF:99:501:Character level 16 PL3 (5/5) ; [ Knights of the Round (US 911127) ] knightsu:0:FFE7DA:59:000:Infinite Time knightsu:0:FFE84D:00:000:Infinite Continues knightsu:0:FFAC88:00:500:Infinite Continues (2/4) knightsu:0:FFADA8:00:500:Infinite Continues (3/4) knightsu:0:FFAEC8:00:500:Infinite Continues (4/4) knightsu:0:FFA4C4:06:001:Go to last level Now! knightsu:0:FFAC76:03:000:Infinite Lives PL1 knightsu:0:FFABA5:50:000:Infinite Energy PL1 knightsu:0:FFAC7A:78:000:Invincibility PL1 knightsu:0:FFAC4E:0F:001:Character level 16 PL1:Also gain 99999999 EP knightsu:0:FFAC8C:99:501:Character level 16 PL1 (2/5) knightsu:0:FFAC8D:99:501:Character level 16 PL1 (3/5) knightsu:0:FFAC8E:99:501:Character level 16 PL1 (4/5) knightsu:0:FFAC8F:99:501:Character level 16 PL1 (5/5) knightsu:0:FFAD96:03:000:Infinite Lives PL2 knightsu:0:FFACC5:50:000:Infinite Energy PL2 knightsu:0:FFAD9A:78:000:Invincibility PL2 knightsu:0:FFAD6E:0F:001:Character level 16 PL2:Also gain 99999999 EP knightsu:0:FFADAC:99:501:Character level 16 PL2 (2/5) knightsu:0:FFADAD:99:501:Character level 16 PL2 (3/5) knightsu:0:FFADAE:99:501:Character level 16 PL2 (4/5) knightsu:0:FFADAF:99:501:Character level 16 PL2 (5/5) knightsu:0:FFAEB6:03:000:Infinite Lives PL3 knightsu:0:FFADE5:50:000:Infinite Energy PL3 knightsu:0:FFAEBA:78:000:Invincibility PL3 knightsu:0:FFAD8E:0F:001:Character level 16 PL3:Also gain 99999999 EP knightsu:0:FFAECC:99:501:Character level 16 PL3 (2/5) knightsu:0:FFAECD:99:501:Character level 16 PL3 (3/5) knightsu:0:FFAECE:99:501:Character level 16 PL3 (4/5) knightsu:0:FFAECF:99:501:Character level 16 PL3 (5/5) ; [ Knock Out!! ] knockout:0:4108:08:000:Infinite Lives knockout:0:0000:00:999:[For invincibility enable ] knockout:0:0000:00:999:[all cheats (A/B/C) only ] knockout:0:0000:00:999:[during gameplay. ] knockout:0:4300:01:000:Invincibility (A) knockout:0:4302:01:000:Invincibility (B) knockout:0:4793:01:000:Invincibility (C) ; [ Kotoba no Puzzle Mojipittan (KPM1 Ver.A) ] knpuzzle:0:0000:00:999:[ There are no cheats ]:REASON 1 knpuzzle:0:0000:00:999:[ for this game as it ]:REASON 1 knpuzzle:0:0000:00:999:[ didn't work the last ]:REASON 1 knpuzzle:0:0000:00:999:[ time it was tested. ]:REASON 1 knpuzzle:0:0000:00:999:[ If the game now works ]:REASON 1 knpuzzle:0:0000:00:999:[ please request cheats ]:REASON 1 knpuzzle:0:0000:00:999:[ for it on the cheat ]:REASON 1 knpuzzle:0:0000:00:999:[ forums. ]:REASON 1 ; [ King of Dragons, The (World 910711) ] kod:0:FFE084:63:000:Infinite Time kod:0:FF431B:00:001:Kill Guardian with 1 hit Now! kod:0:FF125D:03:000:Infinite Lives PL1 kod:0:FF129B:63:000:Infinite Energy PL1 kod:0:FF128E:64:000:Invincibility PL1 kod:0:FF12A2:17:000:Make Character=24 (max) PL1 kod:0:FF12A3:07:000:Make Weapon=8 (max) PL1 kod:0:FF12A4:07:000:Make Protection=8 (max) PL1 kod:0:000000:00:999:[EP = Experience Points ] kod:0:000000:00:999:[99999999 EP = char level 24] kod:0:FF12C2:99:000:Have 99999999 EP PL1 kod:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4) kod:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4) kod:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4) kod:0:FF135D:03:000:Infinite Lives PL2 kod:0:FF139B:63:000:Infinite Energy PL2 kod:0:FF138E:64:000:Invincibility PL2 kod:0:FF13A2:17:000:Make Character=24 (max) PL2 kod:0:FF13A3:07:000:Make Weapon=8 (max) PL2 kod:0:FF13A4:07:000:Make Protection=8 (max) PL2 kod:0:000000:00:999:[EP = Experience Points ] kod:0:000000:00:999:[99999999 EP = char level 24] kod:0:FF13C2:99:000:Have 99999999 EP PL2 kod:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4) kod:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4) kod:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4) kod:0:FF145D:03:000:Infinite Lives PL3 kod:0:FF149B:63:000:Infinite Energy PL3 kod:0:FF148E:64:000:Invincibility PL3 kod:0:FF14A2:17:000:Make Character=24 (max) PL3 kod:0:FF14A3:07:000:Make Weapon=8 (max) PL3 kod:0:FF14A4:07:000:Make Protection=8 (max) PL3 kod:0:000000:00:999:[EP = Experience Points ] kod:0:000000:00:999:[99999999 EP = char level 24] kod:0:FF14C2:99:000:Have 99999999 EP PL3 kod:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4) kod:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4) kod:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4) kod:0:FF0E49:0E:001:Go to last level ; [ King of Dragons, The (bootleg) ] kodb:0:FFE084:63:000:Infinite Time kodb:0:FF431B:00:001:Kill Guardian with 1 hit Now! kodb:0:FF125D:03:000:Infinite Lives PL1 kodb:0:FF129B:63:000:Infinite Energy PL1 kodb:0:FF128E:64:000:Invincibility PL1 kodb:0:FF12A2:17:000:Make Character=24 (max) PL1 kodb:0:FF12A3:07:000:Make Weapon=8 (max) PL1 kodb:0:FF12A4:07:000:Make Protection=8 (max) PL1 kodb:0:000000:00:999:[EP = Experience Points ] kodb:0:000000:00:999:[99999999 EP = char level 24] kodb:0:FF12C2:99:000:Have 99999999 EP PL1 kodb:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4) kodb:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4) kodb:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4) kodb:0:FF135D:03:000:Infinite Lives PL2 kodb:0:FF139B:63:000:Infinite Energy PL2 kodb:0:FF138E:64:000:Invincibility PL2 kodb:0:FF13A2:17:000:Make Character=24 (max) PL2 kodb:0:FF13A3:07:000:Make Weapon=8 (max) PL2 kodb:0:FF13A4:07:000:Make Protection=8 (max) PL2 kodb:0:000000:00:999:[EP = Experience Points ] kodb:0:000000:00:999:[99999999 EP = char level 24] kodb:0:FF13C2:99:000:Have 99999999 EP PL2 kodb:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4) kodb:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4) kodb:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4) kodb:0:FF145D:03:000:Infinite Lives PL3 kodb:0:FF149B:63:000:Infinite Energy PL3 kodb:0:FF148E:64:000:Invincibility PL3 kodb:0:FF14A2:17:000:Make Character=24 (max) PL3 kodb:0:FF14A3:07:000:Make Weapon=8 (max) PL3 kodb:0:FF14A4:07:000:Make Protection=8 (max) PL3 kodb:0:000000:00:999:[EP = Experience Points ] kodb:0:000000:00:999:[99999999 EP = char level 24] kodb:0:FF14C2:99:000:Have 99999999 EP PL3 kodb:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4) kodb:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4) kodb:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4) kodb:0:FF0E49:0E:001:Go to last level ; [ King of Dragons, The (Japan 910805) ] kodj:0:FFE084:63:000:Infinite Time kodj:0:FF431B:00:001:Kill Guardian with 1 hit Now! kodj:0:FF125D:03:000:Infinite Lives PL1 kodj:0:FF129B:63:000:Infinite Energy PL1 kodj:0:FF128E:64:000:Invincibility PL1 kodj:0:FF12A2:17:000:Make Character=24 (max) PL1 kodj:0:FF12A3:07:000:Make Weapon=8 (max) PL1 kodj:0:FF12A4:07:000:Make Protection=8 (max) PL1 kodj:0:000000:00:999:[EP = Experience Points ] kodj:0:000000:00:999:[99999999 EP = char level 24] kodj:0:FF12C2:99:000:Have 99999999 EP PL1 kodj:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4) kodj:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4) kodj:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4) kodj:0:FF135D:03:000:Infinite Lives PL2 kodj:0:FF139B:63:000:Infinite Energy PL2 kodj:0:FF138E:64:000:Invincibility PL2 kodj:0:FF13A2:17:000:Make Character=24 (max) PL2 kodj:0:FF13A3:07:000:Make Weapon=8 (max) PL2 kodj:0:FF13A4:07:000:Make Protection=8 (max) PL2 kodj:0:000000:00:999:[EP = Experience Points ] kodj:0:000000:00:999:[99999999 EP = char level 24] kodj:0:FF13C2:99:000:Have 99999999 EP PL2 kodj:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4) kodj:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4) kodj:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4) kodj:0:FF145D:03:000:Infinite Lives PL3 kodj:0:FF149B:63:000:Infinite Energy PL3 kodj:0:FF148E:64:000:Invincibility PL3 kodj:0:FF14A2:17:000:Make Character=24 (max) PL3 kodj:0:FF14A3:07:000:Make Weapon=8 (max) PL3 kodj:0:FF14A4:07:000:Make Protection=8 (max) PL3 kodj:0:000000:00:999:[EP = Experience Points ] kodj:0:000000:00:999:[99999999 EP = char level 24] kodj:0:FF14C2:99:000:Have 99999999 EP PL3 kodj:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4) kodj:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4) kodj:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4) kodj:0:FF0E49:0E:001:Go to last level ; [ King of Dragons, The (US 910910) ] kodu:0:FFE084:63:000:Infinite Time kodu:0:FF431B:00:001:Kill Guardian with 1 hit Now! kodu:0:FF125D:03:000:Infinite Lives PL1 kodu:0:FF129B:63:000:Infinite Energy PL1 kodu:0:FF128E:64:000:Invincibility PL1 kodu:0:FF12A2:17:000:Make Character=24 (max) PL1 kodu:0:FF12A3:07:000:Make Weapon=8 (max) PL1 kodu:0:FF12A4:07:000:Make Protection=8 (max) PL1 kodu:0:000000:00:999:[EP = Experience Points ] kodu:0:000000:00:999:[99999999 EP = char level 24] kodu:0:FF12C2:99:000:Have 99999999 EP PL1 kodu:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4) kodu:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4) kodu:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4) kodu:0:FF135D:03:000:Infinite Lives PL2 kodu:0:FF139B:63:000:Infinite Energy PL2 kodu:0:FF138E:64:000:Invincibility PL2 kodu:0:FF13A2:17:000:Make Character=24 (max) PL2 kodu:0:FF13A3:07:000:Make Weapon=8 (max) PL2 kodu:0:FF13A4:07:000:Make Protection=8 (max) PL2 kodu:0:000000:00:999:[EP = Experience Points ] kodu:0:000000:00:999:[99999999 EP = char level 24] kodu:0:FF13C2:99:000:Have 99999999 EP PL2 kodu:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4) kodu:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4) kodu:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4) kodu:0:FF145D:03:000:Infinite Lives PL3 kodu:0:FF149B:63:000:Infinite Energy PL3 kodu:0:FF148E:64:000:Invincibility PL3 kodu:0:FF14A2:17:000:Make Character=24 (max) PL3 kodu:0:FF14A3:07:000:Make Weapon=8 (max) PL3 kodu:0:FF14A4:07:000:Make Protection=8 (max) PL3 kodu:0:000000:00:999:[EP = Experience Points ] kodu:0:000000:00:999:[99999999 EP = char level 24] kodu:0:FF14C2:99:000:Have 99999999 EP PL3 kodu:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4) kodu:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4) kodu:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4) kodu:0:FF0E49:0E:001:Go to last level ; [ Kodure Ookami (Japan) ] kodure:0:063510:99:000:Infinite Time kodure:0:063511:99:500:Infinite Time (2/2) kodure:0:061057:08:000:Infinite Energy kodure:0:063772:09:000:Infinite FireBall Cart:Only activate with cart! kodure:0:063773:09:500:Infinite FireBall Cart (2/2) kodure:0:06379F:06:071:Select Starting Level:Enable on the intro screen :kodure:20900000:005218:00006018:FFFFFFFF:Invincibility :kodure:20910000:0073CC:00006020:FFFFFFFF:Invincibility (2/5):1st = Fire, 2nd = Ninja :kodure:20910000:007440:00006004:FFFFFFFF:Invincibility (3/5):Samurai :kodure:20910000:01327E:00006008:FFFFFFFF:Invincibility (4/5):Gun Man :kodure:20910000:013444:00006006:FFFFFFFF:Invincibility (5/5):Sword Attack :kodure:00000000:0636DC:00000000:FFFFFFFF:Rapid Fire:Turn it OFF on the name entry screen :kodure:00010000:0636E2:00000000:FFFFFFFF:Rapid Fire (2/2) kodure:0:06379A:9A:000:Infinite Lives PL1 kodure:0:06379B:00:000:Keep a Baby on your back PL1:So that you can attack kodure:0:000000:00:999:[Only activate this when the] kodure:0:000000:00:999:[character is NOT flashing!!] kodure:0:063794:0A:001:No Lower class enemies PL1:Turn off at end of level kodure:0:06379C:00:000:Always have Sword weapon PL1 kodure:0:06379C:01:000:Always have Spear weapon PL1 kodure:0:06379C:00:001:Get Sword weapon Now! PL1 kodure:0:06379C:01:001:Get Spear weapon Now! PL1 kodure:0:06379E:02:000:Bonus Stage (2 Symbols) PL1 kodure:0:0637BA:9A:000:Infinite Lives PL2 kodure:0:0637BB:00:000:Keep a Baby on your back PL2:So that you can attack kodure:0:0637BC:00:000:Always have Sword weapon PL2 kodure:0:0637BC:01:000:Always have Spear weapon PL2 kodure:0:0637BC:00:001:Get Sword weapon Now! PL2 kodure:0:0637BC:01:001:Get Spear weapon Now! PL2 kodure:0:000000:00:999:[Only activate this when the] kodure:0:000000:00:999:[character is NOT flashing!!] kodure:0:0637B4:0A:001:No Lower class enemies PL2:Turn off at end of level kodure:0:0637BE:02:000:Bonus Stage (2 Symbols) PL2 ; [ King Of Fighters 10th Anniversary, The (The King of Fighters 2002 bootleg) ] :kof10th:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kof10th:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kof10th:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kof10th:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence ;Select Backdrop not working - corrupted backdrop, maybe other differences? ;:kof10th:62000000:000000:00000000:00000000:Select Backdrop ;:kof10th:00010000:10A79A:00000000:FFFFFFFF:Japan ;:kof10th:00010000:10A79A:00000001:FFFFFFFF:Korea ;:kof10th:00010000:10A79A:00000002:FFFFFFFF:China ;:kof10th:00010000:10A79A:00000003:FFFFFFFF:Holland ;:kof10th:00010000:10A79A:00000004:FFFFFFFF:Cambodia ;:kof10th:00010000:10A79A:00000005:FFFFFFFF:Mexico ;:kof10th:00010000:10A79A:00000006:FFFFFFFF:Italy ;:kof10th:00010000:10A79A:00000007:FFFFFFFF:Rugal ;:kof10th:00010000:10A79A:00000008:FFFFFFFF:NESTS :kof10th:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kof10th:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kof10th:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kof10th:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kof10th:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kof10th:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kof10th:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kof10th:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kof10th:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kof10th:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kof10th:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kof10th:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kof10th:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kof10th:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof10th:62000000:000000:00000000:00000000:Select Team PL1 :kof10th:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof10th:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof10th:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof10th:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof10th:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof10th:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kof10th:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kof10th:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof10th:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kof10th:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof10th:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kof10th:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kof10th:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kof10th:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kof10th:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kof10th:62000000:000000:00000000:00000000:Select Team Style PL1 :kof10th:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kof10th:00010000:10A7E4:00000000:00000040:Fight as a Team :kof10th:62000000:000000:00000000:00000000:Select Character (A) PL1 :kof10th:00010000:10A804:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A804:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A804:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A804:00000003:FFFFFFFF:Terry :kof10th:00010000:10A804:00000004:FFFFFFFF:Andy :kof10th:00010000:10A804:00000005:FFFFFFFF:Joe :kof10th:00010000:10A804:00000006:FFFFFFFF:Kim :kof10th:00010000:10A804:00000007:FFFFFFFF:Chang :kof10th:00010000:10A804:00000008:FFFFFFFF:Choi :kof10th:00010000:10A804:00000009:FFFFFFFF:Athena :kof10th:00010000:10A804:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A804:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A804:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A804:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A804:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A804:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A804:00000010:FFFFFFFF:Robert :kof10th:00010000:10A804:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A804:00000012:FFFFFFFF:Mai :kof10th:00010000:10A804:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A804:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A804:00000015:FFFFFFFF:Iori :kof10th:00010000:10A804:00000016:FFFFFFFF:Mature :kof10th:00010000:10A804:00000017:FFFFFFFF:Vice :kof10th:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A804:00000019:FFFFFFFF:Mary :kof10th:00010000:10A804:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A804:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A804:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A804:0000001E:FFFFFFFF:K' :kof10th:00010000:10A804:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A804:00000020:FFFFFFFF:Whip :kof10th:00010000:10A804:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A804:00000022:FFFFFFFF:Seth :kof10th:00010000:10A804:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A804:00000024:FFFFFFFF:Kula :kof10th:00010000:10A804:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A804:00000026:FFFFFFFF:Angel :kof10th:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A804:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Character (B) PL1 :kof10th:00010000:10A805:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A805:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A805:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A805:00000003:FFFFFFFF:Terry :kof10th:00010000:10A805:00000004:FFFFFFFF:Andy :kof10th:00010000:10A805:00000005:FFFFFFFF:Joe :kof10th:00010000:10A805:00000006:FFFFFFFF:Kim :kof10th:00010000:10A805:00000007:FFFFFFFF:Chang :kof10th:00010000:10A805:00000008:FFFFFFFF:Choi :kof10th:00010000:10A805:00000009:FFFFFFFF:Athena :kof10th:00010000:10A805:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A805:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A805:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A805:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A805:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A805:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A805:00000010:FFFFFFFF:Robert :kof10th:00010000:10A805:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A805:00000012:FFFFFFFF:Mai :kof10th:00010000:10A805:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A805:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A805:00000015:FFFFFFFF:Iori :kof10th:00010000:10A805:00000016:FFFFFFFF:Mature :kof10th:00010000:10A805:00000017:FFFFFFFF:Vice :kof10th:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A805:00000019:FFFFFFFF:Mary :kof10th:00010000:10A805:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A805:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A805:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A805:0000001E:FFFFFFFF:K' :kof10th:00010000:10A805:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A805:00000020:FFFFFFFF:Whip :kof10th:00010000:10A805:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A805:00000022:FFFFFFFF:Seth :kof10th:00010000:10A805:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A805:00000024:FFFFFFFF:Kula :kof10th:00010000:10A805:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A805:00000026:FFFFFFFF:Angel :kof10th:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A805:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Character (C) PL1 :kof10th:00010000:10A806:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A806:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A806:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A806:00000003:FFFFFFFF:Terry :kof10th:00010000:10A806:00000004:FFFFFFFF:Andy :kof10th:00010000:10A806:00000005:FFFFFFFF:Joe :kof10th:00010000:10A806:00000006:FFFFFFFF:Kim :kof10th:00010000:10A806:00000007:FFFFFFFF:Chang :kof10th:00010000:10A806:00000008:FFFFFFFF:Choi :kof10th:00010000:10A806:00000009:FFFFFFFF:Athena :kof10th:00010000:10A806:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A806:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A806:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A806:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A806:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A806:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A806:00000010:FFFFFFFF:Robert :kof10th:00010000:10A806:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A806:00000012:FFFFFFFF:Mai :kof10th:00010000:10A806:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A806:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A806:00000015:FFFFFFFF:Iori :kof10th:00010000:10A806:00000016:FFFFFFFF:Mature :kof10th:00010000:10A806:00000017:FFFFFFFF:Vice :kof10th:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A806:00000019:FFFFFFFF:Mary :kof10th:00010000:10A806:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A806:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A806:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A806:0000001E:FFFFFFFF:K' :kof10th:00010000:10A806:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A806:00000020:FFFFFFFF:Whip :kof10th:00010000:10A806:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A806:00000022:FFFFFFFF:Seth :kof10th:00010000:10A806:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A806:00000024:FFFFFFFF:Kula :kof10th:00010000:10A806:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A806:00000026:FFFFFFFF:Angel :kof10th:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A806:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kof10th:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A7EE:00000003:FFFFFFFF:Terry :kof10th:00010000:10A7EE:00000004:FFFFFFFF:Andy :kof10th:00010000:10A7EE:00000005:FFFFFFFF:Joe :kof10th:00010000:10A7EE:00000006:FFFFFFFF:Kim :kof10th:00010000:10A7EE:00000007:FFFFFFFF:Chang :kof10th:00010000:10A7EE:00000008:FFFFFFFF:Choi :kof10th:00010000:10A7EE:00000009:FFFFFFFF:Athena :kof10th:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A7EE:00000010:FFFFFFFF:Robert :kof10th:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A7EE:00000012:FFFFFFFF:Mai :kof10th:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A7EE:00000015:FFFFFFFF:Iori :kof10th:00010000:10A7EE:00000016:FFFFFFFF:Mature :kof10th:00010000:10A7EE:00000017:FFFFFFFF:Vice :kof10th:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A7EE:00000019:FFFFFFFF:Mary :kof10th:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A7EE:0000001E:FFFFFFFF:K' :kof10th:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A7EE:00000020:FFFFFFFF:Whip :kof10th:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A7EE:00000022:FFFFFFFF:Seth :kof10th:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A7EE:00000024:FFFFFFFF:Kula :kof10th:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A7EE:00000026:FFFFFFFF:Angel :kof10th:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kof10th:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A7EF:00000003:FFFFFFFF:Terry :kof10th:00010000:10A7EF:00000004:FFFFFFFF:Andy :kof10th:00010000:10A7EF:00000005:FFFFFFFF:Joe :kof10th:00010000:10A7EF:00000006:FFFFFFFF:Kim :kof10th:00010000:10A7EF:00000007:FFFFFFFF:Chang :kof10th:00010000:10A7EF:00000008:FFFFFFFF:Choi :kof10th:00010000:10A7EF:00000009:FFFFFFFF:Athena :kof10th:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A7EF:00000010:FFFFFFFF:Robert :kof10th:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A7EF:00000012:FFFFFFFF:Mai :kof10th:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A7EF:00000015:FFFFFFFF:Iori :kof10th:00010000:10A7EF:00000016:FFFFFFFF:Mature :kof10th:00010000:10A7EF:00000017:FFFFFFFF:Vice :kof10th:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A7EF:00000019:FFFFFFFF:Mary :kof10th:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A7EF:0000001E:FFFFFFFF:K' :kof10th:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A7EF:00000020:FFFFFFFF:Whip :kof10th:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A7EF:00000022:FFFFFFFF:Seth :kof10th:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A7EF:00000024:FFFFFFFF:Kula :kof10th:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A7EF:00000026:FFFFFFFF:Angel :kof10th:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kof10th:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A7F0:00000003:FFFFFFFF:Terry :kof10th:00010000:10A7F0:00000004:FFFFFFFF:Andy :kof10th:00010000:10A7F0:00000005:FFFFFFFF:Joe :kof10th:00010000:10A7F0:00000006:FFFFFFFF:Kim :kof10th:00010000:10A7F0:00000007:FFFFFFFF:Chang :kof10th:00010000:10A7F0:00000008:FFFFFFFF:Choi :kof10th:00010000:10A7F0:00000009:FFFFFFFF:Athena :kof10th:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A7F0:00000010:FFFFFFFF:Robert :kof10th:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A7F0:00000012:FFFFFFFF:Mai :kof10th:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A7F0:00000015:FFFFFFFF:Iori :kof10th:00010000:10A7F0:00000016:FFFFFFFF:Mature :kof10th:00010000:10A7F0:00000017:FFFFFFFF:Vice :kof10th:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A7F0:00000019:FFFFFFFF:Mary :kof10th:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A7F0:0000001E:FFFFFFFF:K' :kof10th:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A7F0:00000020:FFFFFFFF:Whip :kof10th:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A7F0:00000022:FFFFFFFF:Seth :kof10th:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A7F0:00000024:FFFFFFFF:Kula :kof10th:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A7F0:00000026:FFFFFFFF:Angel :kof10th:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kof10th:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A7E6:00000003:FFFFFFFF:Terry :kof10th:00010000:10A7E6:00000004:FFFFFFFF:Andy :kof10th:00010000:10A7E6:00000005:FFFFFFFF:Joe :kof10th:00010000:10A7E6:00000006:FFFFFFFF:Kim :kof10th:00010000:10A7E6:00000007:FFFFFFFF:Chang :kof10th:00010000:10A7E6:00000008:FFFFFFFF:Choi :kof10th:00010000:10A7E6:00000009:FFFFFFFF:Athena :kof10th:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A7E6:00000010:FFFFFFFF:Robert :kof10th:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A7E6:00000012:FFFFFFFF:Mai :kof10th:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A7E6:00000015:FFFFFFFF:Iori :kof10th:00010000:10A7E6:00000016:FFFFFFFF:Mature :kof10th:00010000:10A7E6:00000017:FFFFFFFF:Vice :kof10th:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A7E6:00000019:FFFFFFFF:Mary :kof10th:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A7E6:0000001E:FFFFFFFF:K' :kof10th:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A7E6:00000020:FFFFFFFF:Whip :kof10th:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A7E6:00000022:FFFFFFFF:Seth :kof10th:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A7E6:00000024:FFFFFFFF:Kula :kof10th:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A7E6:00000026:FFFFFFFF:Angel :kof10th:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kof10th:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A7E7:00000003:FFFFFFFF:Terry :kof10th:00010000:10A7E7:00000004:FFFFFFFF:Andy :kof10th:00010000:10A7E7:00000005:FFFFFFFF:Joe :kof10th:00010000:10A7E7:00000006:FFFFFFFF:Kim :kof10th:00010000:10A7E7:00000007:FFFFFFFF:Chang :kof10th:00010000:10A7E7:00000008:FFFFFFFF:Choi :kof10th:00010000:10A7E7:00000009:FFFFFFFF:Athena :kof10th:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A7E7:00000010:FFFFFFFF:Robert :kof10th:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A7E7:00000012:FFFFFFFF:Mai :kof10th:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A7E7:00000015:FFFFFFFF:Iori :kof10th:00010000:10A7E7:00000016:FFFFFFFF:Mature :kof10th:00010000:10A7E7:00000017:FFFFFFFF:Vice :kof10th:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A7E7:00000019:FFFFFFFF:Mary :kof10th:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A7E7:0000001E:FFFFFFFF:K' :kof10th:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A7E7:00000020:FFFFFFFF:Whip :kof10th:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A7E7:00000022:FFFFFFFF:Seth :kof10th:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A7E7:00000024:FFFFFFFF:Kula :kof10th:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A7E7:00000026:FFFFFFFF:Angel :kof10th:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kof10th:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A7E8:00000003:FFFFFFFF:Terry :kof10th:00010000:10A7E8:00000004:FFFFFFFF:Andy :kof10th:00010000:10A7E8:00000005:FFFFFFFF:Joe :kof10th:00010000:10A7E8:00000006:FFFFFFFF:Kim :kof10th:00010000:10A7E8:00000007:FFFFFFFF:Chang :kof10th:00010000:10A7E8:00000008:FFFFFFFF:Choi :kof10th:00010000:10A7E8:00000009:FFFFFFFF:Athena :kof10th:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A7E8:00000010:FFFFFFFF:Robert :kof10th:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A7E8:00000012:FFFFFFFF:Mai :kof10th:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A7E8:00000015:FFFFFFFF:Iori :kof10th:00010000:10A7E8:00000016:FFFFFFFF:Mature :kof10th:00010000:10A7E8:00000017:FFFFFFFF:Vice :kof10th:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A7E8:00000019:FFFFFFFF:Mary :kof10th:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A7E8:0000001E:FFFFFFFF:K' :kof10th:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A7E8:00000020:FFFFFFFF:Whip :kof10th:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A7E8:00000022:FFFFFFFF:Seth :kof10th:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A7E8:00000024:FFFFFFFF:Kula :kof10th:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A7E8:00000026:FFFFFFFF:Angel :kof10th:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kof10th:00010000:108182:00000000:00000004:Normal Mode :kof10th:00010000:108182:00000004:00000004:Hero Mode :kof10th:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof10th:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof10th:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof10th:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof10th:00010000:10A804:00000000:00000080:Not Selected by Roulette :kof10th:00010000:10A804:00000080:00000080:Selected by Roulette :kof10th:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof10th:00010000:10A805:00000000:00000080:Not Selected by Roulette :kof10th:00010000:10A805:00000080:00000080:Selected by Roulette :kof10th:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof10th:00010000:10A806:00000000:00000080:Not Selected by Roulette :kof10th:00010000:10A806:00000080:00000080:Selected by Roulette :kof10th:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kof10th:00010000:10821D:00000000:00000010:Normal Moves :kof10th:00010000:10821D:00000010:00000010:Orochi Moves :kof10th:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kof10th:00010000:10A7EA:00000000:00000003:A colour :kof10th:00010000:10A7EA:00000001:00000003:B colour :kof10th:00010000:10A7EA:00000002:00000003:C colour :kof10th:00010000:10A7EA:00000003:00000003:D colour :kof10th:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kof10th:00010000:10A7EB:00000000:00000003:A colour :kof10th:00010000:10A7EB:00000001:00000003:B colour :kof10th:00010000:10A7EB:00000002:00000003:C colour :kof10th:00010000:10A7EB:00000003:00000003:D colour :kof10th:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kof10th:00010000:10A7EC:00000000:00000003:A colour :kof10th:00010000:10A7EC:00000001:00000003:B colour :kof10th:00010000:10A7EC:00000002:00000003:C colour :kof10th:00010000:10A7EC:00000003:00000003:D colour :kof10th:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof10th:00010000:10A7E3:00000000:00000001:Normal Colours :kof10th:00010000:10A7E3:00000001:00000001:Orochi Colours :kof10th:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof10th:00010000:10A7E3:00000000:00000002:Normal Colours :kof10th:00010000:10A7E3:00000002:00000002:Orochi Colours :kof10th:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof10th:00010000:10A7E3:00000000:00000004:Normal Colours :kof10th:00010000:10A7E3:00000004:00000004:Orochi Colours :kof10th:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kof10th:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kof10th:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kof10th:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kof10th:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kof10th:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kof10th:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kof10th:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kof10th:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kof10th:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kof10th:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kof10th:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kof10th:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kof10th:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof10th:62000000:000000:00000000:00000000:Select Team PL2 :kof10th:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof10th:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof10th:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof10th:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof10th:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof10th:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kof10th:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kof10th:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof10th:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kof10th:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof10th:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kof10th:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kof10th:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kof10th:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kof10th:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kof10th:62000000:000000:00000000:00000000:Select Team Style PL2 :kof10th:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kof10th:00010000:10A80A:00000000:00000040:Fight as a Team :kof10th:62000000:000000:00000000:00000000:Select Character (A) PL2 :kof10th:00010000:10A82A:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A82A:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A82A:00000003:FFFFFFFF:Terry :kof10th:00010000:10A82A:00000004:FFFFFFFF:Andy :kof10th:00010000:10A82A:00000005:FFFFFFFF:Joe :kof10th:00010000:10A82A:00000006:FFFFFFFF:Kim :kof10th:00010000:10A82A:00000007:FFFFFFFF:Chang :kof10th:00010000:10A82A:00000008:FFFFFFFF:Choi :kof10th:00010000:10A82A:00000009:FFFFFFFF:Athena :kof10th:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A82A:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A82A:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A82A:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A82A:00000010:FFFFFFFF:Robert :kof10th:00010000:10A82A:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A82A:00000012:FFFFFFFF:Mai :kof10th:00010000:10A82A:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A82A:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A82A:00000015:FFFFFFFF:Iori :kof10th:00010000:10A82A:00000016:FFFFFFFF:Mature :kof10th:00010000:10A82A:00000017:FFFFFFFF:Vice :kof10th:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A82A:00000019:FFFFFFFF:Mary :kof10th:00010000:10A82A:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A82A:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A82A:0000001E:FFFFFFFF:K' :kof10th:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A82A:00000020:FFFFFFFF:Whip :kof10th:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A82A:00000022:FFFFFFFF:Seth :kof10th:00010000:10A82A:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A82A:00000024:FFFFFFFF:Kula :kof10th:00010000:10A82A:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A82A:00000026:FFFFFFFF:Angel :kof10th:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A82A:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Character (B) PL2 :kof10th:00010000:10A82B:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A82B:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A82B:00000003:FFFFFFFF:Terry :kof10th:00010000:10A82B:00000004:FFFFFFFF:Andy :kof10th:00010000:10A82B:00000005:FFFFFFFF:Joe :kof10th:00010000:10A82B:00000006:FFFFFFFF:Kim :kof10th:00010000:10A82B:00000007:FFFFFFFF:Chang :kof10th:00010000:10A82B:00000008:FFFFFFFF:Choi :kof10th:00010000:10A82B:00000009:FFFFFFFF:Athena :kof10th:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A82B:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A82B:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A82B:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A82B:00000010:FFFFFFFF:Robert :kof10th:00010000:10A82B:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A82B:00000012:FFFFFFFF:Mai :kof10th:00010000:10A82B:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A82B:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A82B:00000015:FFFFFFFF:Iori :kof10th:00010000:10A82B:00000016:FFFFFFFF:Mature :kof10th:00010000:10A82B:00000017:FFFFFFFF:Vice :kof10th:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A82B:00000019:FFFFFFFF:Mary :kof10th:00010000:10A82B:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A82B:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A82B:0000001E:FFFFFFFF:K' :kof10th:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A82B:00000020:FFFFFFFF:Whip :kof10th:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A82B:00000022:FFFFFFFF:Seth :kof10th:00010000:10A82B:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A82B:00000024:FFFFFFFF:Kula :kof10th:00010000:10A82B:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A82B:00000026:FFFFFFFF:Angel :kof10th:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A82B:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Character (C) PL2 :kof10th:00010000:10A82C:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A82C:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A82C:00000003:FFFFFFFF:Terry :kof10th:00010000:10A82C:00000004:FFFFFFFF:Andy :kof10th:00010000:10A82C:00000005:FFFFFFFF:Joe :kof10th:00010000:10A82C:00000006:FFFFFFFF:Kim :kof10th:00010000:10A82C:00000007:FFFFFFFF:Chang :kof10th:00010000:10A82C:00000008:FFFFFFFF:Choi :kof10th:00010000:10A82C:00000009:FFFFFFFF:Athena :kof10th:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A82C:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A82C:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A82C:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A82C:00000010:FFFFFFFF:Robert :kof10th:00010000:10A82C:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A82C:00000012:FFFFFFFF:Mai :kof10th:00010000:10A82C:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A82C:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A82C:00000015:FFFFFFFF:Iori :kof10th:00010000:10A82C:00000016:FFFFFFFF:Mature :kof10th:00010000:10A82C:00000017:FFFFFFFF:Vice :kof10th:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A82C:00000019:FFFFFFFF:Mary :kof10th:00010000:10A82C:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A82C:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A82C:0000001E:FFFFFFFF:K' :kof10th:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A82C:00000020:FFFFFFFF:Whip :kof10th:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A82C:00000022:FFFFFFFF:Seth :kof10th:00010000:10A82C:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A82C:00000024:FFFFFFFF:Kula :kof10th:00010000:10A82C:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A82C:00000026:FFFFFFFF:Angel :kof10th:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A82C:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kof10th:00010000:10A814:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A814:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A814:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A814:00000003:FFFFFFFF:Terry :kof10th:00010000:10A814:00000004:FFFFFFFF:Andy :kof10th:00010000:10A814:00000005:FFFFFFFF:Joe :kof10th:00010000:10A814:00000006:FFFFFFFF:Kim :kof10th:00010000:10A814:00000007:FFFFFFFF:Chang :kof10th:00010000:10A814:00000008:FFFFFFFF:Choi :kof10th:00010000:10A814:00000009:FFFFFFFF:Athena :kof10th:00010000:10A814:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A814:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A814:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A814:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A814:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A814:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A814:00000010:FFFFFFFF:Robert :kof10th:00010000:10A814:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A814:00000012:FFFFFFFF:Mai :kof10th:00010000:10A814:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A814:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A814:00000015:FFFFFFFF:Iori :kof10th:00010000:10A814:00000016:FFFFFFFF:Mature :kof10th:00010000:10A814:00000017:FFFFFFFF:Vice :kof10th:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A814:00000019:FFFFFFFF:Mary :kof10th:00010000:10A814:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A814:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A814:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A814:0000001E:FFFFFFFF:K' :kof10th:00010000:10A814:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A814:00000020:FFFFFFFF:Whip :kof10th:00010000:10A814:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A814:00000022:FFFFFFFF:Seth :kof10th:00010000:10A814:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A814:00000024:FFFFFFFF:Kula :kof10th:00010000:10A814:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A814:00000026:FFFFFFFF:Angel :kof10th:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A814:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kof10th:00010000:10A815:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A815:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A815:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A815:00000003:FFFFFFFF:Terry :kof10th:00010000:10A815:00000004:FFFFFFFF:Andy :kof10th:00010000:10A815:00000005:FFFFFFFF:Joe :kof10th:00010000:10A815:00000006:FFFFFFFF:Kim :kof10th:00010000:10A815:00000007:FFFFFFFF:Chang :kof10th:00010000:10A815:00000008:FFFFFFFF:Choi :kof10th:00010000:10A815:00000009:FFFFFFFF:Athena :kof10th:00010000:10A815:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A815:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A815:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A815:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A815:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A815:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A815:00000010:FFFFFFFF:Robert :kof10th:00010000:10A815:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A815:00000012:FFFFFFFF:Mai :kof10th:00010000:10A815:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A815:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A815:00000015:FFFFFFFF:Iori :kof10th:00010000:10A815:00000016:FFFFFFFF:Mature :kof10th:00010000:10A815:00000017:FFFFFFFF:Vice :kof10th:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A815:00000019:FFFFFFFF:Mary :kof10th:00010000:10A815:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A815:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A815:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A815:0000001E:FFFFFFFF:K' :kof10th:00010000:10A815:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A815:00000020:FFFFFFFF:Whip :kof10th:00010000:10A815:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A815:00000022:FFFFFFFF:Seth :kof10th:00010000:10A815:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A815:00000024:FFFFFFFF:Kula :kof10th:00010000:10A815:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A815:00000026:FFFFFFFF:Angel :kof10th:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A815:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kof10th:00010000:10A816:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A816:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A816:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A816:00000003:FFFFFFFF:Terry :kof10th:00010000:10A816:00000004:FFFFFFFF:Andy :kof10th:00010000:10A816:00000005:FFFFFFFF:Joe :kof10th:00010000:10A816:00000006:FFFFFFFF:Kim :kof10th:00010000:10A816:00000007:FFFFFFFF:Chang :kof10th:00010000:10A816:00000008:FFFFFFFF:Choi :kof10th:00010000:10A816:00000009:FFFFFFFF:Athena :kof10th:00010000:10A816:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A816:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A816:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A816:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A816:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A816:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A816:00000010:FFFFFFFF:Robert :kof10th:00010000:10A816:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A816:00000012:FFFFFFFF:Mai :kof10th:00010000:10A816:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A816:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A816:00000015:FFFFFFFF:Iori :kof10th:00010000:10A816:00000016:FFFFFFFF:Mature :kof10th:00010000:10A816:00000017:FFFFFFFF:Vice :kof10th:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A816:00000019:FFFFFFFF:Mary :kof10th:00010000:10A816:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A816:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A816:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A816:0000001E:FFFFFFFF:K' :kof10th:00010000:10A816:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A816:00000020:FFFFFFFF:Whip :kof10th:00010000:10A816:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A816:00000022:FFFFFFFF:Seth :kof10th:00010000:10A816:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A816:00000024:FFFFFFFF:Kula :kof10th:00010000:10A816:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A816:00000026:FFFFFFFF:Angel :kof10th:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A816:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kof10th:00010000:10A80C:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A80C:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A80C:00000003:FFFFFFFF:Terry :kof10th:00010000:10A80C:00000004:FFFFFFFF:Andy :kof10th:00010000:10A80C:00000005:FFFFFFFF:Joe :kof10th:00010000:10A80C:00000006:FFFFFFFF:Kim :kof10th:00010000:10A80C:00000007:FFFFFFFF:Chang :kof10th:00010000:10A80C:00000008:FFFFFFFF:Choi :kof10th:00010000:10A80C:00000009:FFFFFFFF:Athena :kof10th:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A80C:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A80C:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A80C:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A80C:00000010:FFFFFFFF:Robert :kof10th:00010000:10A80C:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A80C:00000012:FFFFFFFF:Mai :kof10th:00010000:10A80C:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A80C:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A80C:00000015:FFFFFFFF:Iori :kof10th:00010000:10A80C:00000016:FFFFFFFF:Mature :kof10th:00010000:10A80C:00000017:FFFFFFFF:Vice :kof10th:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A80C:00000019:FFFFFFFF:Mary :kof10th:00010000:10A80C:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A80C:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A80C:0000001E:FFFFFFFF:K' :kof10th:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A80C:00000020:FFFFFFFF:Whip :kof10th:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A80C:00000022:FFFFFFFF:Seth :kof10th:00010000:10A80C:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A80C:00000024:FFFFFFFF:Kula :kof10th:00010000:10A80C:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A80C:00000026:FFFFFFFF:Angel :kof10th:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A80C:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kof10th:00010000:10A80D:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A80D:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A80D:00000003:FFFFFFFF:Terry :kof10th:00010000:10A80D:00000004:FFFFFFFF:Andy :kof10th:00010000:10A80D:00000005:FFFFFFFF:Joe :kof10th:00010000:10A80D:00000006:FFFFFFFF:Kim :kof10th:00010000:10A80D:00000007:FFFFFFFF:Chang :kof10th:00010000:10A80D:00000008:FFFFFFFF:Choi :kof10th:00010000:10A80D:00000009:FFFFFFFF:Athena :kof10th:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A80D:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A80D:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A80D:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A80D:00000010:FFFFFFFF:Robert :kof10th:00010000:10A80D:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A80D:00000012:FFFFFFFF:Mai :kof10th:00010000:10A80D:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A80D:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A80D:00000015:FFFFFFFF:Iori :kof10th:00010000:10A80D:00000016:FFFFFFFF:Mature :kof10th:00010000:10A80D:00000017:FFFFFFFF:Vice :kof10th:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A80D:00000019:FFFFFFFF:Mary :kof10th:00010000:10A80D:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A80D:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A80D:0000001E:FFFFFFFF:K' :kof10th:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A80D:00000020:FFFFFFFF:Whip :kof10th:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A80D:00000022:FFFFFFFF:Seth :kof10th:00010000:10A80D:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A80D:00000024:FFFFFFFF:Kula :kof10th:00010000:10A80D:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A80D:00000026:FFFFFFFF:Angel :kof10th:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A80D:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kof10th:00010000:10A80E:00000000:FFFFFFFF:Kyo :kof10th:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kof10th:00010000:10A80E:00000002:FFFFFFFF:Daimon :kof10th:00010000:10A80E:00000003:FFFFFFFF:Terry :kof10th:00010000:10A80E:00000004:FFFFFFFF:Andy :kof10th:00010000:10A80E:00000005:FFFFFFFF:Joe :kof10th:00010000:10A80E:00000006:FFFFFFFF:Kim :kof10th:00010000:10A80E:00000007:FFFFFFFF:Chang :kof10th:00010000:10A80E:00000008:FFFFFFFF:Choi :kof10th:00010000:10A80E:00000009:FFFFFFFF:Athena :kof10th:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kof10th:00010000:10A80E:0000000B:FFFFFFFF:Chin :kof10th:00010000:10A80E:0000000C:FFFFFFFF:Leona :kof10th:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kof10th:00010000:10A80E:0000000E:FFFFFFFF:Clark :kof10th:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kof10th:00010000:10A80E:00000010:FFFFFFFF:Robert :kof10th:00010000:10A80E:00000011:FFFFFFFF:Takuma :kof10th:00010000:10A80E:00000012:FFFFFFFF:Mai :kof10th:00010000:10A80E:00000013:FFFFFFFF:Yuri :kof10th:00010000:10A80E:00000014:FFFFFFFF:May Lee :kof10th:00010000:10A80E:00000015:FFFFFFFF:Iori :kof10th:00010000:10A80E:00000016:FFFFFFFF:Mature :kof10th:00010000:10A80E:00000017:FFFFFFFF:Vice :kof10th:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kof10th:00010000:10A80E:00000019:FFFFFFFF:Mary :kof10th:00010000:10A80E:0000001A:FFFFFFFF:Billy :kof10th:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kof10th:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kof10th:00010000:10A80E:0000001D:FFFFFFFF:Chris :kof10th:00010000:10A80E:0000001E:FFFFFFFF:K' :kof10th:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kof10th:00010000:10A80E:00000020:FFFFFFFF:Whip :kof10th:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kof10th:00010000:10A80E:00000022:FFFFFFFF:Seth :kof10th:00010000:10A80E:00000023:FFFFFFFF:Ramon :kof10th:00010000:10A80E:00000024:FFFFFFFF:Kula :kof10th:00010000:10A80E:00000025:FFFFFFFF:K9999 :kof10th:00010000:10A80E:00000026:FFFFFFFF:Angel :kof10th:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kof10th:00010000:10A80E:00000028:FFFFFFFF:Rugal :kof10th:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kof10th:00010000:108382:00000000:00000004:Normal Mode :kof10th:00010000:108382:00000004:00000004:Hero Mode :kof10th:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof10th:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof10th:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof10th:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof10th:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kof10th:00010000:10A82A:00000080:00000080:Selected by Roulette :kof10th:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof10th:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kof10th:00010000:10A82B:00000080:00000080:Selected by Roulette :kof10th:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof10th:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kof10th:00010000:10A82C:00000080:00000080:Selected by Roulette :kof10th:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kof10th:00010000:10841D:00000000:00000010:Normal Moves :kof10th:00010000:10841D:00000010:00000010:Orochi Moves :kof10th:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kof10th:00010000:10A810:00000000:00000003:A colour :kof10th:00010000:10A810:00000001:00000003:B colour :kof10th:00010000:10A810:00000002:00000003:C colour :kof10th:00010000:10A810:00000003:00000003:D colour :kof10th:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kof10th:00010000:10A811:00000000:00000003:A colour :kof10th:00010000:10A811:00000001:00000003:B colour :kof10th:00010000:10A811:00000002:00000003:C colour :kof10th:00010000:10A811:00000003:00000003:D colour :kof10th:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kof10th:00010000:10A812:00000000:00000003:A colour :kof10th:00010000:10A812:00000001:00000003:B colour :kof10th:00010000:10A812:00000002:00000003:C colour :kof10th:00010000:10A812:00000003:00000003:D colour :kof10th:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof10th:00010000:10A809:00000000:00000001:Normal Colours :kof10th:00010000:108809:00000001:00000001:Orochi Colours :kof10th:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof10th:00010000:10A809:00000000:00000002:Normal Colours :kof10th:00010000:108809:00000002:00000002:Orochi Colours :kof10th:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof10th:00010000:10A809:00000000:00000004:Normal Colours :kof10th:00010000:108809:00000004:00000004:Orochi Colours :kof10th:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof10th:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof10th:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2000, The ] kof2000:0:10A7E6:60:000:Infinite Time kof2000:0:10A7E6:00:001:Finish this Round Now! kof2000:0:1085D3:0F:000:Infinite Selection Time:This timer is used elsewhere; disable when not needed kof2000:0:10A7F4:00:000:Mai's boobs always bounce:Even when set to USA/Europe :kof2000:00000000:10EB9D:00000020:00000020:Enable Kula:Push down from Roulette. :kof2000:00100000:10EC78:00009999:0000FFFF:Always have 9999 Battle Points (Last Round) :kof2000:00100000:10DAA2:00009999:0000FFFF:Always have 9999 Battle Points (Current) :kof2000:00000300:10A7B6:00000005:FFFFFFFF:Select Current Round :kof2000:62000000:000000:00000000:00000000:Select Backdrop :kof2000:00010000:10A7AE:00000000:FFFFFFFF:Factory :kof2000:00010000:10A7AE:00000001:FFFFFFFF:Scrap Dump :kof2000:00010000:10A7AE:00000002:FFFFFFFF:Garbage Dump :kof2000:00010000:10A7AE:00000003:FFFFFFFF:Desert :kof2000:00010000:10A7AE:00000004:FFFFFFFF:Korea :kof2000:00010000:10A7AE:00000005:FFFFFFFF:Aquarium :kof2000:00010000:10A7AE:00000006:FFFFFFFF:Temple :kof2000:00010000:10A7AE:00000007:FFFFFFFF:Frozen Factory :kof2000:00010000:10A7AE:00000008:FFFFFFFF:Frozen Scrap Dump :kof2000:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof2000:00010000:10ED15:00000000:FFFFFFFF:KD-0084:Hero Team :kof2000:00010000:10ED15:00000001:FFFFFFFF:Inner Shade:Benimaru Team :kof2000:00010000:10ED15:00000002:FFFFFFFF:Terry115:Fatal Fury Team :kof2000:00010000:10ED15:00000003:FFFFFFFF:Beauty & the Beast:Art of Fighting Team :kof2000:00010000:10ED15:00000004:FFFFFFFF:The Trooper:Ikari Team :kof2000:00010000:10ED15:00000005:FFFFFFFF:Will:Psycho Soldier Team :kof2000:00010000:10ED15:00000006:FFFFFFFF:Come Up Smiling:Gals Fighters Team :kof2000:00010000:10ED15:00000007:FFFFFFFF:Wild Party:Korea Team :kof2000:00010000:10ED15:00000008:FFFFFFFF:Ice Place:Kula :kof2000:00010000:10ED15:00000009:FFFFFFFF:Slasher Zero:Zero :kof2000:00010000:10ED15:0000000A:FFFFFFFF:Good Bye Esaka:Kyo :kof2000:00010000:10ED15:0000000B:FFFFFFFF:Stormy Scream - Arashi no Saxophone 4:Iori ; Activate any N of the first eight to go to stage N. ; Activate any six of the first eight to go to Zero. ; Activate the last one to prevent challenges by Kula. :kof2000:00000001:10A799:00000001:00000001:Beaten Hero Team :kof2000:00000001:10A799:00000002:00000002:Beaten Benimaru Team :kof2000:00000001:10A799:00000004:00000004:Beaten Fatal Fury Team :kof2000:00000001:10A799:00000008:00000008:Beaten Art of Fighting Team :kof2000:00000001:10A799:00000010:00000010:Beaten Ikari Team :kof2000:00000001:10A799:00000020:00000020:Beaten Psycho Soldier Team :kof2000:00000001:10A799:00000040:00000040:Beaten Gals Fighters Team :kof2000:00000001:10A799:00000080:00000080:Beaten Korea Team :kof2000:00000001:10A798:00000001:00000001:Beaten Kula kof2000:0:108239:66:000:Infinite Energy PL1 kof2000:0:108239:00:001:Drain all Energy Now! PL1 kof2000:0:1081E8:90:000:Maximum Power PL1 kof2000:0:1081E8:00:001:Drain all Power Now! PL1 kof2000:0:1082E3:05:000:Infinite Strikers PL1 :kof2000:62000000:000000:00000000:00000000:Select Striker Type PL1 :kof2000:00010000:10A80A:00000000:FFFFFFFF:Regular :kof2000:00010000:10A80A:00000001:FFFFFFFF:Alternate ; Use for Kyo, Iori, Kula, Ryo, Chang, Choi, Kasumi, or Ramon :kof2000:00010000:10A80A:00000002:FFFFFFFF:Maniac :kof2000:00000000:10823F:00000066:FFFFFFFF:Never Get Dizzied PL1 :kof2000:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof2000:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof2000:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof2000:00000000:108247:00000066:FFFFFFFF:Never Get Guard Crushed PL1 :kof2000:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof2000:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof2000:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof2000:00000100:10A7F9:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof2000:62000000:000000:00000000:00000000:Select Team PL1 :kof2000:00010000:10A7F7:00000000:FFFFFFFF:Hero Team:K', Maxima, Vanessa, Ramon :kof2000:00010000:10A7F7:00000001:FFFFFFFF:Benimaru Team:Benimaru, Shingo, Lin, Seth :kof2000:00010000:10A7F7:00000002:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mary :kof2000:00010000:10A7F7:00000003:FFFFFFFF:Art of Fighting Team:Ryo, Robert, King, Takuma :kof2000:00010000:10A7F7:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof2000:00010000:10A7F7:00000005:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof2000:00010000:10A7F7:00000006:FFFFFFFF:Gals Fighters Team:Mai, Yuri, Kasumi, Hinako :kof2000:00010000:10A7F7:00000007:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof2000:00010000:10A7F7:00000008:FFFFFFFF:Kula (solo) :kof2000:00010000:10A7F7:00000009:FFFFFFFF:Zero (solo) :kof2000:00010000:10A7F7:0000000A:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two (not Kula or Roulette) :kof2000:00010000:10A7F7:0000000B:FFFFFFFF:Kula Team:Kula, any other three (not Roulette) :kof2000:00010000:10A7F7:0000000D:FFFFFFFF:Custom Team :kof2000:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof2000:00010000:10A7FA:00000000:FFFFFFFF:K' :kof2000:00010000:10A7FA:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A7FA:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A7FA:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A7FA:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A7FA:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A7FA:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A7FA:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A7FA:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A7FA:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A7FA:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A7FA:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A7FA:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A7FA:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A7FA:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A7FA:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A7FA:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A7FA:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A7FA:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A7FA:00000013:FFFFFFFF:Bao :kof2000:00010000:10A7FA:00000014:FFFFFFFF:King :kof2000:00010000:10A7FA:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A7FA:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A7FA:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A7FA:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A7FA:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A7FA:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A7FA:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A7FA:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A7FA:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A7FA:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A7FA:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A7FA:00000020:FFFFFFFF:Lin :kof2000:00010000:10A7FA:00000021:FFFFFFFF:Seth :kof2000:00010000:10A7FA:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A7FA:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof2000:00010000:10A7FB:00000000:FFFFFFFF:K' :kof2000:00010000:10A7FB:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A7FB:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A7FB:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A7FB:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A7FB:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A7FB:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A7FB:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A7FB:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A7FB:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A7FB:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A7FB:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A7FB:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A7FB:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A7FB:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A7FB:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A7FB:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A7FB:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A7FB:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A7FB:00000013:FFFFFFFF:Bao :kof2000:00010000:10A7FB:00000014:FFFFFFFF:King :kof2000:00010000:10A7FB:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A7FB:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A7FB:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A7FB:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A7FB:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A7FB:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A7FB:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A7FB:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A7FB:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A7FB:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A7FB:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A7FB:00000020:FFFFFFFF:Lin :kof2000:00010000:10A7FB:00000021:FFFFFFFF:Seth :kof2000:00010000:10A7FB:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A7FB:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof2000:00010000:10A7FC:00000000:FFFFFFFF:K' :kof2000:00010000:10A7FC:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A7FC:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A7FC:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A7FC:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A7FC:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A7FC:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A7FC:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A7FC:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A7FC:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A7FC:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A7FC:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A7FC:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A7FC:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A7FC:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A7FC:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A7FC:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A7FC:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A7FC:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A7FC:00000013:FFFFFFFF:Bao :kof2000:00010000:10A7FC:00000014:FFFFFFFF:King :kof2000:00010000:10A7FC:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A7FC:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A7FC:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A7FC:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A7FC:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A7FC:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A7FC:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A7FC:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A7FC:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A7FC:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A7FC:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A7FC:00000020:FFFFFFFF:Lin :kof2000:00010000:10A7FC:00000021:FFFFFFFF:Seth :kof2000:00010000:10A7FC:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A7FC:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Character PL1 (D):This refers to the fourth character selected :kof2000:00010000:10A7FD:00000000:FFFFFFFF:K' :kof2000:00010000:10A7FD:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A7FD:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A7FD:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A7FD:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A7FD:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A7FD:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A7FD:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A7FD:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A7FD:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A7FD:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A7FD:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A7FD:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A7FD:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A7FD:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A7FD:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A7FD:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A7FD:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A7FD:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A7FD:00000013:FFFFFFFF:Bao :kof2000:00010000:10A7FD:00000014:FFFFFFFF:King :kof2000:00010000:10A7FD:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A7FD:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A7FD:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A7FD:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A7FD:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A7FD:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A7FD:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A7FD:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A7FD:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A7FD:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A7FD:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A7FD:00000020:FFFFFFFF:Lin :kof2000:00010000:10A7FD:00000021:FFFFFFFF:Seth :kof2000:00010000:10A7FD:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A7FD:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof2000:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof2000:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof2000:00010000:10A84A:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof2000:00010000:10A84A:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof2000:00010000:10A84A:00000005:FFFFFFFF:4th character selected at random :kof2000:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof2000:00010000:10A7FE:00000000:FFFFFFFF:A colour :kof2000:00010000:10A7FE:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A7FE:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof2000:00010000:10A7FF:00000000:FFFFFFFF:A colour :kof2000:00010000:10A7FF:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A7FF:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof2000:00010000:10A800:00000000:FFFFFFFF:A colour :kof2000:00010000:10A800:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A800:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select Colour PL1 (D):This refers to the fourth character selected :kof2000:00010000:10A801:00000000:FFFFFFFF:A colour :kof2000:00010000:10A801:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A801:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof2000:00010000:10A802:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A802:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A802:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A802:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof2000:00010000:10A803:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A803:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A803:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A803:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof2000:00010000:10A804:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A804:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A804:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A804:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000:62000000:000000:00000000:00000000:Select Striker PL1:This refers to the striker :kof2000:00010000:10A805:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A805:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A805:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A805:00000003:FFFFFFFF:Character D:Fourth character selected kof2000:0:108439:66:000:Infinite Energy PL2 kof2000:0:108439:00:001:Drain all Energy Now! PL2 kof2000:0:1083E8:90:000:Maximum Power PL2 kof2000:0:1083E8:00:001:Drain all Power Now! PL2 kof2000:0:1084E3:05:000:Infinite Strikers PL2 :kof2000:62000000:000000:00000000:00000000:Select Striker Type PL2 :kof2000:00010000:10A81F:00000000:FFFFFFFF:Regular :kof2000:00010000:10A81F:00000001:FFFFFFFF:Alternate ; Use for Kyo, Iori, Kula, Ryo, Chang, Choi, Kasumi, or Ramon :kof2000:00010000:10A81F:00000002:FFFFFFFF:Maniac :kof2000:00000000:10843F:00000066:FFFFFFFF:Never Get Dizzied PL2 :kof2000:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof2000:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof2000:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof2000:00000000:108447:00000066:FFFFFFFF:Never Get Guard Crushed PL2 :kof2000:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof2000:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof2000:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 :kof2000:62000000:000000:00000000:00000000:Select Team PL2 :kof2000:00010000:10A80C:00000000:FFFFFFFF:Hero Team:K', Maxima, Vanessa, Ramon :kof2000:00010000:10A80C:00000001:FFFFFFFF:Benimaru Team:Benimaru, Shingo, Lin, Seth :kof2000:00010000:10A80C:00000002:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mary :kof2000:00010000:10A80C:00000003:FFFFFFFF:Art of Fighting Team:Ryo, Robert, King, Takuma :kof2000:00010000:10A80C:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof2000:00010000:10A80C:00000005:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof2000:00010000:10A80C:00000006:FFFFFFFF:Gals Fighters Team:Mai, Yuri, Kasumi, Hinako :kof2000:00010000:10A80C:00000007:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof2000:00010000:10A80C:00000008:FFFFFFFF:Kula (solo) :kof2000:00010000:10A80C:00000009:FFFFFFFF:Zero (solo) :kof2000:00010000:10A80C:0000000A:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two (not Kula or Roulette) :kof2000:00010000:10A80C:0000000B:FFFFFFFF:Kula Team:Kula, any other three (not Roulette) :kof2000:00010000:10A80C:0000000D:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof2000:00000100:10A80E:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof2000:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof2000:00010000:10A80F:00000000:FFFFFFFF:K' :kof2000:00010000:10A80F:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A80F:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A80F:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A80F:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A80F:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A80F:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A80F:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A80F:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A80F:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A80F:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A80F:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A80F:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A80F:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A80F:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A80F:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A80F:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A80F:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A80F:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A80F:00000013:FFFFFFFF:Bao :kof2000:00010000:10A80F:00000014:FFFFFFFF:King :kof2000:00010000:10A80F:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A80F:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A80F:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A80F:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A80F:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A80F:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A80F:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A80F:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A80F:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A80F:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A80F:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A80F:00000020:FFFFFFFF:Lin :kof2000:00010000:10A80F:00000021:FFFFFFFF:Seth :kof2000:00010000:10A80F:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A80F:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof2000:00010000:10A810:00000000:FFFFFFFF:K' :kof2000:00010000:10A810:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A810:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A810:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A810:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A810:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A810:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A810:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A810:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A810:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A810:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A810:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A810:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A810:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A810:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A810:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A810:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A810:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A810:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A810:00000013:FFFFFFFF:Bao :kof2000:00010000:10A810:00000014:FFFFFFFF:King :kof2000:00010000:10A810:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A810:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A810:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A810:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A810:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A810:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A810:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A810:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A810:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A810:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A810:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A810:00000020:FFFFFFFF:Lin :kof2000:00010000:10A810:00000021:FFFFFFFF:Seth :kof2000:00010000:10A810:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A810:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof2000:00010000:10A811:00000000:FFFFFFFF:K' :kof2000:00010000:10A811:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A811:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A811:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A811:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A811:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A811:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A811:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A811:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A811:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A811:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A811:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A811:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A811:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A811:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A811:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A811:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A811:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A811:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A811:00000013:FFFFFFFF:Bao :kof2000:00010000:10A811:00000014:FFFFFFFF:King :kof2000:00010000:10A811:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A811:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A811:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A811:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A811:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A811:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A811:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A811:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A811:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A811:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A811:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A811:00000020:FFFFFFFF:Lin :kof2000:00010000:10A811:00000021:FFFFFFFF:Seth :kof2000:00010000:10A811:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A811:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Character PL2 (D):This refers to the fourth character selected :kof2000:00010000:10A812:00000000:FFFFFFFF:K' :kof2000:00010000:10A812:00000001:FFFFFFFF:Maxima :kof2000:00010000:10A812:00000002:FFFFFFFF:Benimaru Nikaido :kof2000:00010000:10A812:00000003:FFFFFFFF:Shingo Yabuki :kof2000:00010000:10A812:00000004:FFFFFFFF:Terry Bogard :kof2000:00010000:10A812:00000005:FFFFFFFF:Andy Bogard :kof2000:00010000:10A812:00000006:FFFFFFFF:Joe Higashi :kof2000:00010000:10A812:00000007:FFFFFFFF:Mai Shiranui :kof2000:00010000:10A812:00000008:FFFFFFFF:Ryo Sakazaki :kof2000:00010000:10A812:00000009:FFFFFFFF:Robert Garcia :kof2000:00010000:10A812:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000:00010000:10A812:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000:00010000:10A812:0000000C:FFFFFFFF:Leona :kof2000:00010000:10A812:0000000D:FFFFFFFF:Ralf Jones :kof2000:00010000:10A812:0000000E:FFFFFFFF:Clark Steel :kof2000:00010000:10A812:0000000F:FFFFFFFF:Whip :kof2000:00010000:10A812:00000010:FFFFFFFF:Athena Asamiya :kof2000:00010000:10A812:00000011:FFFFFFFF:Sie Kensou :kof2000:00010000:10A812:00000012:FFFFFFFF:Chin Gentsai :kof2000:00010000:10A812:00000013:FFFFFFFF:Bao :kof2000:00010000:10A812:00000014:FFFFFFFF:King :kof2000:00010000:10A812:00000015:FFFFFFFF:Blue Mary :kof2000:00010000:10A812:00000016:FFFFFFFF:Kasumi Todo :kof2000:00010000:10A812:00000017:FFFFFFFF:Hinako Shijou :kof2000:00010000:10A812:00000018:FFFFFFFF:Kim Kaphwan :kof2000:00010000:10A812:00000019:FFFFFFFF:Chang Koehan :kof2000:00010000:10A812:0000001A:FFFFFFFF:Choi Bounge :kof2000:00010000:10A812:0000001B:FFFFFFFF:Jhun Hoon :kof2000:00010000:10A812:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000:00010000:10A812:0000001D:FFFFFFFF:Ramon :kof2000:00010000:10A812:0000001E:FFFFFFFF:Iori Yagami :kof2000:00010000:10A812:0000001F:FFFFFFFF:Vanessa :kof2000:00010000:10A812:00000020:FFFFFFFF:Lin :kof2000:00010000:10A812:00000021:FFFFFFFF:Seth :kof2000:00010000:10A812:00000022:FFFFFFFF:#Kula Diamond :kof2000:00010000:10A812:00000023:FFFFFFFF:#Zero :kof2000:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof2000:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof2000:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof2000:00010000:10A85B:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof2000:00010000:10A85B:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof2000:00010000:10A85B:00000005:FFFFFFFF:4th character selected at random :kof2000:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof2000:00010000:10A813:00000000:FFFFFFFF:A colour :kof2000:00010000:10A813:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A813:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof2000:00010000:10A814:00000000:FFFFFFFF:A colour :kof2000:00010000:10A814:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A814:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof2000:00010000:10A815:00000000:FFFFFFFF:A colour :kof2000:00010000:10A815:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A815:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select Colour PL2 (D):This refers to the fourth character selected :kof2000:00010000:10A816:00000000:FFFFFFFF:A colour :kof2000:00010000:10A816:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000:00010000:10A816:00000002:FFFFFFFF:CD colour :kof2000:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof2000:00010000:10A817:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A817:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A817:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A817:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof2000:00010000:10A818:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A818:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A818:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A818:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof2000:00010000:10A819:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A819:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A819:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A819:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000:62000000:000000:00000000:00000000:Select Striker PL2:This refers to the striker :kof2000:00010000:10A81A:00000000:FFFFFFFF:Character A:First character selected :kof2000:00010000:10A81A:00000001:FFFFFFFF:Character B:Second character selected :kof2000:00010000:10A81A:00000002:FFFFFFFF:Character C:Third character selected :kof2000:00010000:10A81A:00000003:FFFFFFFF:Character D:Fourth character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof2000:60000000:000000:00000000:00000000:[Use for Vanessa PL1] :kof2000:00000000:10E756:0000000C:FFFFFFFF:Dash Puncher :kof2000:60000000:000000:00000000:00000000:[Use for Terry PL1] :kof2000:00000000:10E754:0000000C:FFFFFFFF:Rising Tackle :kof2000:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof2000:00000000:10E75E:0000000C:FFFFFFFF:Straight Slicer :kof2000:60000000:000000:00000000:00000000:[Use for Robert PL1] :kof2000:00000000:10E750:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof2000:00000000:10E754:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof2000:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof2000:00000000:10E754:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof2000:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof2000:00000000:10E750:0000000C:FFFFFFFF:Moon Slasher :kof2000:00000000:10E752:0000000C:FFFFFFFF:Ground Saber :kof2000:00000000:10E758:0000000C:FFFFFFFF:Baltic Launcher :kof2000:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof2000:00000000:10E752:0000000C:FFFFFFFF:Gatling Attack :kof2000:00000000:10E754:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof2000:60000000:000000:00000000:00000000:[Use for Clark PL1] :kof2000:00000000:10E75C:0000000C:FFFFFFFF:Gatling Attack :kof2000:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof2000:00000000:10E758:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof2000:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof2000:00000000:10E750:0000000C:FFFFFFFF:Hien Zan :kof2000:00000000:10E756:0000000C:FFFFFFFF:Ryuusei Raku :kof2000:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof2000:00000000:10E750:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof2000:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof2000:00000000:10E750:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof2000:00000000:10E752:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof2000:60000000:000000:00000000:00000000:[Use for Jhun PL1] :kof2000:00000000:10E75C:0000000C:FFFFFFFF:Kuu Sajin :kof2000:60000000:000000:00000000:00000000:[Use for Vanessa PL2] :kof2000:00000000:10E982:0000000C:FFFFFFFF:Dash Puncher :kof2000:60000000:000000:00000000:00000000:[Use for Terry PL2] :kof2000:00000000:10E980:0000000C:FFFFFFFF:Rising Tackle :kof2000:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof2000:00000000:10E98A:0000000C:FFFFFFFF:Straight Slicer :kof2000:60000000:000000:00000000:00000000:[Use for Robert PL2] :kof2000:00000000:10E97C:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof2000:00000000:10E980:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof2000:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof2000:00000000:10E980:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof2000:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof2000:00000000:10E97C:0000000C:FFFFFFFF:Moon Slasher :kof2000:00000000:10E97E:0000000C:FFFFFFFF:Ground Saber :kof2000:00000000:10E984:0000000C:FFFFFFFF:Baltic Launcher :kof2000:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof2000:00000000:10E97E:0000000C:FFFFFFFF:Gatling Attack :kof2000:00000000:10E980:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof2000:60000000:000000:00000000:00000000:[Use for Clark PL2] :kof2000:00000000:10E988:0000000C:FFFFFFFF:Gatling Attack :kof2000:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof2000:00000000:10E984:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof2000:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof2000:00000000:10E97C:0000000C:FFFFFFFF:Hien Zan :kof2000:00000000:10E982:0000000C:FFFFFFFF:Ryuusei Raku :kof2000:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof2000:00000000:10E97C:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof2000:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof2000:00000000:10E97C:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof2000:00000000:10E97E:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof2000:60000000:000000:00000000:00000000:[Use for Jhun PL2] :kof2000:00000000:10E988:0000000C:FFFFFFFF:Kuu Sajin :kof2000:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof2000:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof2000:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2000, The (not encrypted) ] kof2000n:0:10A7E6:60:000:Infinite Time kof2000n:0:10A7E6:00:001:Finish this Round Now! kof2000n:0:1085D3:0F:000:Infinite Selection Time:This timer is used elsewhere; disable when not needed kof2000n:0:10A7F4:00:000:Mai's boobs always bounce:Even when set to USA/Europe :kof2000n:00000000:10EB9D:00000020:00000020:Enable Kula:Push down from Roulette. :kof2000n:00100000:10EC78:00009999:0000FFFF:Always have 9999 Battle Points (Last Round) :kof2000n:00100000:10DAA2:00009999:0000FFFF:Always have 9999 Battle Points (Current) :kof2000n:00000300:10A7B6:00000005:FFFFFFFF:Select Current Round :kof2000n:62000000:000000:00000000:00000000:Select Backdrop :kof2000n:00010000:10A7AE:00000000:FFFFFFFF:Factory :kof2000n:00010000:10A7AE:00000001:FFFFFFFF:Scrap Dump :kof2000n:00010000:10A7AE:00000002:FFFFFFFF:Garbage Dump :kof2000n:00010000:10A7AE:00000003:FFFFFFFF:Desert :kof2000n:00010000:10A7AE:00000004:FFFFFFFF:Korea :kof2000n:00010000:10A7AE:00000005:FFFFFFFF:Aquarium :kof2000n:00010000:10A7AE:00000006:FFFFFFFF:Temple :kof2000n:00010000:10A7AE:00000007:FFFFFFFF:Frozen Factory :kof2000n:00010000:10A7AE:00000008:FFFFFFFF:Frozen Scrap Dump :kof2000n:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof2000n:00010000:10ED15:00000000:FFFFFFFF:KD-0084:Hero Team :kof2000n:00010000:10ED15:00000001:FFFFFFFF:Inner Shade:Benimaru Team :kof2000n:00010000:10ED15:00000002:FFFFFFFF:Terry115:Fatal Fury Team :kof2000n:00010000:10ED15:00000003:FFFFFFFF:Beauty & the Beast:Art of Fighting Team :kof2000n:00010000:10ED15:00000004:FFFFFFFF:The Trooper:Ikari Team :kof2000n:00010000:10ED15:00000005:FFFFFFFF:Will:Psycho Soldier Team :kof2000n:00010000:10ED15:00000006:FFFFFFFF:Come Up Smiling:Gals Fighters Team :kof2000n:00010000:10ED15:00000007:FFFFFFFF:Wild Party:Korea Team :kof2000n:00010000:10ED15:00000008:FFFFFFFF:Ice Place:Kula :kof2000n:00010000:10ED15:00000009:FFFFFFFF:Slasher Zero:Zero :kof2000n:00010000:10ED15:0000000A:FFFFFFFF:Good Bye Esaka:Kyo :kof2000n:00010000:10ED15:0000000B:FFFFFFFF:Stormy Scream - Arashi no Saxophone 4:Iori ; Activate any N of the first eight to go to stage N. ; Activate any six of the first eight to go to Zero. ; Activate the last one to prevent challenges by Kula. :kof2000n:00000001:10A799:00000001:00000001:Beaten Hero Team :kof2000n:00000001:10A799:00000002:00000002:Beaten Benimaru Team :kof2000n:00000001:10A799:00000004:00000004:Beaten Fatal Fury Team :kof2000n:00000001:10A799:00000008:00000008:Beaten Art of Fighting Team :kof2000n:00000001:10A799:00000010:00000010:Beaten Ikari Team :kof2000n:00000001:10A799:00000020:00000020:Beaten Psycho Soldier Team :kof2000n:00000001:10A799:00000040:00000040:Beaten Gals Fighters Team :kof2000n:00000001:10A799:00000080:00000080:Beaten Korea Team :kof2000n:00000001:10A798:00000001:00000001:Beaten Kula kof2000n:0:108239:66:000:Infinite Energy PL1 kof2000n:0:108239:00:001:Drain all Energy Now! PL1 kof2000n:0:1081E8:90:000:Maximum Power PL1 kof2000n:0:1081E8:00:001:Drain all Power Now! PL1 kof2000n:0:1082E3:05:000:Infinite Strikers PL1 :kof2000n:62000000:000000:00000000:00000000:Select Striker Type PL1 :kof2000n:00010000:10A80A:00000000:FFFFFFFF:Regular :kof2000n:00010000:10A80A:00000001:FFFFFFFF:Alternate ; Use for Kyo, Iori, Kula, Ryo, Chang, Choi, Kasumi, or Ramon :kof2000n:00010000:10A80A:00000002:FFFFFFFF:Maniac :kof2000n:00000000:10823F:00000066:FFFFFFFF:Never Get Dizzied PL1 :kof2000n:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof2000n:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof2000n:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof2000n:00000000:108247:00000066:FFFFFFFF:Never Get Guard Crushed PL1 :kof2000n:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof2000n:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof2000n:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof2000n:00000100:10A7F9:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof2000n:62000000:000000:00000000:00000000:Select Team PL1 :kof2000n:00010000:10A7F7:00000000:FFFFFFFF:Hero Team:K', Maxima, Vanessa, Ramon :kof2000n:00010000:10A7F7:00000001:FFFFFFFF:Benimaru Team:Benimaru, Shingo, Lin, Seth :kof2000n:00010000:10A7F7:00000002:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mary :kof2000n:00010000:10A7F7:00000003:FFFFFFFF:Art of Fighting Team:Ryo, Robert, King, Takuma :kof2000n:00010000:10A7F7:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof2000n:00010000:10A7F7:00000005:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof2000n:00010000:10A7F7:00000006:FFFFFFFF:Gals Fighters Team:Mai, Yuri, Kasumi, Hinako :kof2000n:00010000:10A7F7:00000007:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof2000n:00010000:10A7F7:00000008:FFFFFFFF:Kula (solo) :kof2000n:00010000:10A7F7:00000009:FFFFFFFF:Zero (solo) :kof2000n:00010000:10A7F7:0000000A:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two (not Kula or Roulette) :kof2000n:00010000:10A7F7:0000000B:FFFFFFFF:Kula Team:Kula, any other three (not Roulette) :kof2000n:00010000:10A7F7:0000000D:FFFFFFFF:Custom Team :kof2000n:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof2000n:00010000:10A7FA:00000000:FFFFFFFF:K' :kof2000n:00010000:10A7FA:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A7FA:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A7FA:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A7FA:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A7FA:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A7FA:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A7FA:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A7FA:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A7FA:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A7FA:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A7FA:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A7FA:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A7FA:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A7FA:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A7FA:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A7FA:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A7FA:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A7FA:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A7FA:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A7FA:00000014:FFFFFFFF:King :kof2000n:00010000:10A7FA:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A7FA:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A7FA:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A7FA:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A7FA:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A7FA:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A7FA:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A7FA:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A7FA:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A7FA:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A7FA:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A7FA:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A7FA:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A7FA:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A7FA:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof2000n:00010000:10A7FB:00000000:FFFFFFFF:K' :kof2000n:00010000:10A7FB:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A7FB:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A7FB:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A7FB:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A7FB:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A7FB:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A7FB:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A7FB:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A7FB:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A7FB:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A7FB:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A7FB:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A7FB:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A7FB:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A7FB:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A7FB:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A7FB:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A7FB:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A7FB:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A7FB:00000014:FFFFFFFF:King :kof2000n:00010000:10A7FB:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A7FB:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A7FB:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A7FB:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A7FB:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A7FB:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A7FB:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A7FB:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A7FB:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A7FB:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A7FB:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A7FB:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A7FB:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A7FB:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A7FB:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof2000n:00010000:10A7FC:00000000:FFFFFFFF:K' :kof2000n:00010000:10A7FC:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A7FC:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A7FC:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A7FC:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A7FC:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A7FC:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A7FC:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A7FC:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A7FC:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A7FC:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A7FC:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A7FC:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A7FC:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A7FC:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A7FC:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A7FC:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A7FC:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A7FC:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A7FC:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A7FC:00000014:FFFFFFFF:King :kof2000n:00010000:10A7FC:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A7FC:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A7FC:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A7FC:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A7FC:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A7FC:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A7FC:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A7FC:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A7FC:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A7FC:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A7FC:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A7FC:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A7FC:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A7FC:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A7FC:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Character PL1 (D):This refers to the fourth character selected :kof2000n:00010000:10A7FD:00000000:FFFFFFFF:K' :kof2000n:00010000:10A7FD:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A7FD:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A7FD:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A7FD:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A7FD:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A7FD:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A7FD:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A7FD:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A7FD:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A7FD:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A7FD:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A7FD:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A7FD:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A7FD:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A7FD:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A7FD:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A7FD:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A7FD:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A7FD:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A7FD:00000014:FFFFFFFF:King :kof2000n:00010000:10A7FD:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A7FD:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A7FD:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A7FD:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A7FD:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A7FD:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A7FD:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A7FD:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A7FD:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A7FD:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A7FD:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A7FD:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A7FD:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A7FD:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A7FD:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof2000n:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof2000n:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof2000n:00010000:10A84A:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof2000n:00010000:10A84A:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof2000n:00010000:10A84A:00000005:FFFFFFFF:4th character selected at random :kof2000n:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof2000n:00010000:10A7FE:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A7FE:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A7FE:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof2000n:00010000:10A7FF:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A7FF:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A7FF:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof2000n:00010000:10A800:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A800:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A800:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select Colour PL1 (D):This refers to the fourth character selected :kof2000n:00010000:10A801:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A801:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A801:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof2000n:00010000:10A802:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A802:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A802:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A802:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000n:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof2000n:00010000:10A803:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A803:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A803:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A803:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000n:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof2000n:00010000:10A804:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A804:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A804:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A804:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000n:62000000:000000:00000000:00000000:Select Striker PL1:This refers to the striker :kof2000n:00010000:10A805:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A805:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A805:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A805:00000003:FFFFFFFF:Character D:Fourth character selected kof2000n:0:108439:66:000:Infinite Energy PL2 kof2000n:0:108439:00:001:Drain all Energy Now! PL2 kof2000n:0:1083E8:90:000:Maximum Power PL2 kof2000n:0:1083E8:00:001:Drain all Power Now! PL2 kof2000n:0:1084E3:05:000:Infinite Strikers PL2 :kof2000n:62000000:000000:00000000:00000000:Select Striker Type PL2 :kof2000n:00010000:10A81F:00000000:FFFFFFFF:Regular :kof2000n:00010000:10A81F:00000001:FFFFFFFF:Alternate ; Use for Kyo, Iori, Kula, Ryo, Chang, Choi, Kasumi, or Ramon :kof2000n:00010000:10A81F:00000002:FFFFFFFF:Maniac :kof2000n:00000000:10843F:00000066:FFFFFFFF:Never Get Dizzied PL2 :kof2000n:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof2000n:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof2000n:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof2000n:00000000:108447:00000066:FFFFFFFF:Never Get Guard Crushed PL2 :kof2000n:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof2000n:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof2000n:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 :kof2000n:62000000:000000:00000000:00000000:Select Team PL2 :kof2000n:00010000:10A80C:00000000:FFFFFFFF:Hero Team:K', Maxima, Vanessa, Ramon :kof2000n:00010000:10A80C:00000001:FFFFFFFF:Benimaru Team:Benimaru, Shingo, Lin, Seth :kof2000n:00010000:10A80C:00000002:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mary :kof2000n:00010000:10A80C:00000003:FFFFFFFF:Art of Fighting Team:Ryo, Robert, King, Takuma :kof2000n:00010000:10A80C:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof2000n:00010000:10A80C:00000005:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof2000n:00010000:10A80C:00000006:FFFFFFFF:Gals Fighters Team:Mai, Yuri, Kasumi, Hinako :kof2000n:00010000:10A80C:00000007:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof2000n:00010000:10A80C:00000008:FFFFFFFF:Kula (solo) :kof2000n:00010000:10A80C:00000009:FFFFFFFF:Zero (solo) :kof2000n:00010000:10A80C:0000000A:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two (not Kula or Roulette) :kof2000n:00010000:10A80C:0000000B:FFFFFFFF:Kula Team:Kula, any other three (not Roulette) :kof2000n:00010000:10A80C:0000000D:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof2000n:00000100:10A80E:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof2000n:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof2000n:00010000:10A80F:00000000:FFFFFFFF:K' :kof2000n:00010000:10A80F:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A80F:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A80F:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A80F:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A80F:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A80F:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A80F:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A80F:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A80F:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A80F:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A80F:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A80F:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A80F:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A80F:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A80F:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A80F:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A80F:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A80F:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A80F:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A80F:00000014:FFFFFFFF:King :kof2000n:00010000:10A80F:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A80F:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A80F:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A80F:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A80F:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A80F:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A80F:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A80F:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A80F:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A80F:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A80F:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A80F:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A80F:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A80F:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A80F:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof2000n:00010000:10A810:00000000:FFFFFFFF:K' :kof2000n:00010000:10A810:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A810:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A810:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A810:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A810:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A810:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A810:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A810:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A810:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A810:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A810:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A810:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A810:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A810:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A810:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A810:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A810:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A810:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A810:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A810:00000014:FFFFFFFF:King :kof2000n:00010000:10A810:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A810:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A810:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A810:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A810:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A810:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A810:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A810:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A810:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A810:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A810:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A810:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A810:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A810:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A810:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof2000n:00010000:10A811:00000000:FFFFFFFF:K' :kof2000n:00010000:10A811:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A811:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A811:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A811:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A811:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A811:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A811:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A811:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A811:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A811:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A811:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A811:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A811:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A811:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A811:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A811:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A811:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A811:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A811:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A811:00000014:FFFFFFFF:King :kof2000n:00010000:10A811:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A811:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A811:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A811:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A811:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A811:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A811:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A811:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A811:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A811:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A811:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A811:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A811:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A811:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A811:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Character PL2 (D):This refers to the fourth character selected :kof2000n:00010000:10A812:00000000:FFFFFFFF:K' :kof2000n:00010000:10A812:00000001:FFFFFFFF:Maxima :kof2000n:00010000:10A812:00000002:FFFFFFFF:Benimaru Nikaido :kof2000n:00010000:10A812:00000003:FFFFFFFF:Shingo Yabuki :kof2000n:00010000:10A812:00000004:FFFFFFFF:Terry Bogard :kof2000n:00010000:10A812:00000005:FFFFFFFF:Andy Bogard :kof2000n:00010000:10A812:00000006:FFFFFFFF:Joe Higashi :kof2000n:00010000:10A812:00000007:FFFFFFFF:Mai Shiranui :kof2000n:00010000:10A812:00000008:FFFFFFFF:Ryo Sakazaki :kof2000n:00010000:10A812:00000009:FFFFFFFF:Robert Garcia :kof2000n:00010000:10A812:0000000A:FFFFFFFF:Yuri Sakazaki :kof2000n:00010000:10A812:0000000B:FFFFFFFF:Takuma Sakazaki :kof2000n:00010000:10A812:0000000C:FFFFFFFF:Leona :kof2000n:00010000:10A812:0000000D:FFFFFFFF:Ralf Jones :kof2000n:00010000:10A812:0000000E:FFFFFFFF:Clark Steel :kof2000n:00010000:10A812:0000000F:FFFFFFFF:Whip :kof2000n:00010000:10A812:00000010:FFFFFFFF:Athena Asamiya :kof2000n:00010000:10A812:00000011:FFFFFFFF:Sie Kensou :kof2000n:00010000:10A812:00000012:FFFFFFFF:Chin Gentsai :kof2000n:00010000:10A812:00000013:FFFFFFFF:Bao :kof2000n:00010000:10A812:00000014:FFFFFFFF:King :kof2000n:00010000:10A812:00000015:FFFFFFFF:Blue Mary :kof2000n:00010000:10A812:00000016:FFFFFFFF:Kasumi Todo :kof2000n:00010000:10A812:00000017:FFFFFFFF:Hinako Shijou :kof2000n:00010000:10A812:00000018:FFFFFFFF:Kim Kaphwan :kof2000n:00010000:10A812:00000019:FFFFFFFF:Chang Koehan :kof2000n:00010000:10A812:0000001A:FFFFFFFF:Choi Bounge :kof2000n:00010000:10A812:0000001B:FFFFFFFF:Jhun Hoon :kof2000n:00010000:10A812:0000001C:FFFFFFFF:Kyo Kusanagi :kof2000n:00010000:10A812:0000001D:FFFFFFFF:Ramon :kof2000n:00010000:10A812:0000001E:FFFFFFFF:Iori Yagami :kof2000n:00010000:10A812:0000001F:FFFFFFFF:Vanessa :kof2000n:00010000:10A812:00000020:FFFFFFFF:Lin :kof2000n:00010000:10A812:00000021:FFFFFFFF:Seth :kof2000n:00010000:10A812:00000022:FFFFFFFF:#Kula Diamond :kof2000n:00010000:10A812:00000023:FFFFFFFF:#Zero :kof2000n:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof2000n:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof2000n:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof2000n:00010000:10A85B:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof2000n:00010000:10A85B:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof2000n:00010000:10A85B:00000005:FFFFFFFF:4th character selected at random :kof2000n:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof2000n:00010000:10A813:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A813:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A813:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof2000n:00010000:10A814:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A814:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A814:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof2000n:00010000:10A815:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A815:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A815:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select Colour PL2 (D):This refers to the fourth character selected :kof2000n:00010000:10A816:00000000:FFFFFFFF:A colour :kof2000n:00010000:10A816:00000001:FFFFFFFF:B colour ; Use for Kyo, Benimaru, Terry, K', Mary, Mai, Whip, or Choi :kof2000n:00010000:10A816:00000002:FFFFFFFF:CD colour :kof2000n:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof2000n:00010000:10A817:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A817:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A817:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A817:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000n:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof2000n:00010000:10A818:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A818:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A818:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A818:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000n:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof2000n:00010000:10A819:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A819:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A819:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A819:00000003:FFFFFFFF:Character D:Fourth character selected :kof2000n:62000000:000000:00000000:00000000:Select Striker PL2:This refers to the striker :kof2000n:00010000:10A81A:00000000:FFFFFFFF:Character A:First character selected :kof2000n:00010000:10A81A:00000001:FFFFFFFF:Character B:Second character selected :kof2000n:00010000:10A81A:00000002:FFFFFFFF:Character C:Third character selected :kof2000n:00010000:10A81A:00000003:FFFFFFFF:Character D:Fourth character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof2000n:60000000:000000:00000000:00000000:[Use for Vanessa PL1] :kof2000n:00000000:10E756:0000000C:FFFFFFFF:Dash Puncher :kof2000n:60000000:000000:00000000:00000000:[Use for Terry PL1] :kof2000n:00000000:10E754:0000000C:FFFFFFFF:Rising Tackle :kof2000n:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof2000n:00000000:10E75E:0000000C:FFFFFFFF:Straight Slicer :kof2000n:60000000:000000:00000000:00000000:[Use for Robert PL1] :kof2000n:00000000:10E750:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof2000n:00000000:10E754:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof2000n:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof2000n:00000000:10E754:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof2000n:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof2000n:00000000:10E750:0000000C:FFFFFFFF:Moon Slasher :kof2000n:00000000:10E752:0000000C:FFFFFFFF:Ground Saber :kof2000n:00000000:10E758:0000000C:FFFFFFFF:Baltic Launcher :kof2000n:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof2000n:00000000:10E752:0000000C:FFFFFFFF:Gatling Attack :kof2000n:00000000:10E754:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof2000n:60000000:000000:00000000:00000000:[Use for Clark PL1] :kof2000n:00000000:10E75C:0000000C:FFFFFFFF:Gatling Attack :kof2000n:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof2000n:00000000:10E758:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof2000n:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof2000n:00000000:10E750:0000000C:FFFFFFFF:Hien Zan :kof2000n:00000000:10E756:0000000C:FFFFFFFF:Ryuusei Raku :kof2000n:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof2000n:00000000:10E750:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof2000n:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof2000n:00000000:10E750:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof2000n:00000000:10E752:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof2000n:60000000:000000:00000000:00000000:[Use for Jhun PL1] :kof2000n:00000000:10E75C:0000000C:FFFFFFFF:Kuu Sajin :kof2000n:60000000:000000:00000000:00000000:[Use for Vanessa PL2] :kof2000n:00000000:10E982:0000000C:FFFFFFFF:Dash Puncher :kof2000n:60000000:000000:00000000:00000000:[Use for Terry PL2] :kof2000n:00000000:10E980:0000000C:FFFFFFFF:Rising Tackle :kof2000n:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof2000n:00000000:10E98A:0000000C:FFFFFFFF:Straight Slicer :kof2000n:60000000:000000:00000000:00000000:[Use for Robert PL2] :kof2000n:00000000:10E97C:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof2000n:00000000:10E980:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof2000n:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof2000n:00000000:10E980:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof2000n:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof2000n:00000000:10E97C:0000000C:FFFFFFFF:Moon Slasher :kof2000n:00000000:10E97E:0000000C:FFFFFFFF:Ground Saber :kof2000n:00000000:10E984:0000000C:FFFFFFFF:Baltic Launcher :kof2000n:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof2000n:00000000:10E97E:0000000C:FFFFFFFF:Gatling Attack :kof2000n:00000000:10E980:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof2000n:60000000:000000:00000000:00000000:[Use for Clark PL2] :kof2000n:00000000:10E988:0000000C:FFFFFFFF:Gatling Attack :kof2000n:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof2000n:00000000:10E984:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof2000n:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof2000n:00000000:10E97C:0000000C:FFFFFFFF:Hien Zan :kof2000n:00000000:10E982:0000000C:FFFFFFFF:Ryuusei Raku :kof2000n:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof2000n:00000000:10E97C:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof2000n:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof2000n:00000000:10E97C:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof2000n:00000000:10E97E:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof2000n:60000000:000000:00000000:00000000:[Use for Jhun PL2] :kof2000n:00000000:10E988:0000000C:FFFFFFFF:Kuu Sajin :kof2000n:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof2000n:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof2000n:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2001, The (set 1) ] kof2001:0:10A7D3:46:000:Infinite Time kof2001:0:10A7E0:00:000:Mai's boobs always bounce:Causes Japanese text to appear kof2001:0:108239:66:000:Infinite Energy PL1 kof2001:0:108239:00:001:Drain All Energy Now! PL1 kof2001:0:1082E3:04:000:Always have Maximum POW PL1 kof2001:0:1081E8:00:000:Always have No POW PL1 kof2001:0:1082E3:00:500:Always have No POW PL1 (2/2) :kof2001:62000000:000000:00000000:00000000:Select Character (A) PL1:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :kof2001:00010000:10A7E6:00000000:FFFFFFFF:K' :kof2001:00010000:10A7E6:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A7E6:00000002:FFFFFFFF:Whip :kof2001:00010000:10A7E6:00000003:FFFFFFFF:Lin :kof2001:00010000:10A7E6:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A7E6:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A7E6:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A7E6:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A7E6:00000008:FFFFFFFF:Iori :kof2001:00010000:10A7E6:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A7E6:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A7E6:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A7E6:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A7E6:00000010:FFFFFFFF:Terry :kof2001:00010000:10A7E6:00000011:FFFFFFFF:Andy :kof2001:00010000:10A7E6:00000012:FFFFFFFF:Joe :kof2001:00010000:10A7E6:00000013:FFFFFFFF:Mary :kof2001:00010000:10A7E6:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A7E6:00000015:FFFFFFFF:Robert :kof2001:00010000:10A7E6:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A7E6:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A7E6:00000018:FFFFFFFF:King :kof2001:00010000:10A7E6:00000019:FFFFFFFF:Mai :kof2001:00010000:10A7E6:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A7E6:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A7E6:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A7E6:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A7E6:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A7E6:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A7E6:00000020:FFFFFFFF:Athena :kof2001:00010000:10A7E6:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A7E6:00000022:FFFFFFFF:Chin :kof2001:00010000:10A7E6:00000023:FFFFFFFF:Bao :kof2001:00010000:10A7E6:00000024:FFFFFFFF:Kim :kof2001:00010000:10A7E6:00000025:FFFFFFFF:Chang :kof2001:00010000:10A7E6:00000026:FFFFFFFF:Choi :kof2001:00010000:10A7E6:00000027:FFFFFFFF:May :kof2001:00010000:10A7E6:00000028:FFFFFFFF:Zero :kof2001:00010000:10A7E6:00000029:FFFFFFFF:Igniz :kof2001:62000000:000000:00000000:00000000:Select Character (B) PL1 :kof2001:00010000:10A7E7:00000000:FFFFFFFF:K' :kof2001:00010000:10A7E7:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A7E7:00000002:FFFFFFFF:Whip :kof2001:00010000:10A7E7:00000003:FFFFFFFF:Lin :kof2001:00010000:10A7E7:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A7E7:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A7E7:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A7E7:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A7E7:00000008:FFFFFFFF:Iori :kof2001:00010000:10A7E7:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A7E7:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A7E7:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A7E7:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A7E7:00000010:FFFFFFFF:Terry :kof2001:00010000:10A7E7:00000011:FFFFFFFF:Andy :kof2001:00010000:10A7E7:00000012:FFFFFFFF:Joe :kof2001:00010000:10A7E7:00000013:FFFFFFFF:Mary :kof2001:00010000:10A7E7:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A7E7:00000015:FFFFFFFF:Robert :kof2001:00010000:10A7E7:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A7E7:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A7E7:00000018:FFFFFFFF:King :kof2001:00010000:10A7E7:00000019:FFFFFFFF:Mai :kof2001:00010000:10A7E7:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A7E7:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A7E7:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A7E7:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A7E7:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A7E7:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A7E7:00000020:FFFFFFFF:Athena :kof2001:00010000:10A7E7:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A7E7:00000022:FFFFFFFF:Chin :kof2001:00010000:10A7E7:00000023:FFFFFFFF:Bao :kof2001:00010000:10A7E7:00000024:FFFFFFFF:Kim :kof2001:00010000:10A7E7:00000025:FFFFFFFF:Chang :kof2001:00010000:10A7E7:00000026:FFFFFFFF:Choi :kof2001:00010000:10A7E7:00000027:FFFFFFFF:May :kof2001:00010000:10A7E7:00000028:FFFFFFFF:Zero :kof2001:00010000:10A7E7:00000029:FFFFFFFF:Igniz :kof2001:62000000:000000:00000000:00000000:Select Character (C) PL1 :kof2001:00010000:10A7E8:00000000:FFFFFFFF:K' :kof2001:00010000:10A7E8:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A7E8:00000002:FFFFFFFF:Whip :kof2001:00010000:10A7E8:00000003:FFFFFFFF:Lin :kof2001:00010000:10A7E8:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A7E8:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A7E8:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A7E8:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A7E8:00000008:FFFFFFFF:Iori :kof2001:00010000:10A7E8:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A7E8:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A7E8:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A7E8:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A7E8:00000010:FFFFFFFF:Terry :kof2001:00010000:10A7E8:00000011:FFFFFFFF:Andy :kof2001:00010000:10A7E8:00000012:FFFFFFFF:Joe :kof2001:00010000:10A7E8:00000013:FFFFFFFF:Mary :kof2001:00010000:10A7E8:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A7E8:00000015:FFFFFFFF:Robert :kof2001:00010000:10A7E8:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A7E8:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A7E8:00000018:FFFFFFFF:King :kof2001:00010000:10A7E8:00000019:FFFFFFFF:Mai :kof2001:00010000:10A7E8:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A7E8:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A7E8:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A7E8:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A7E8:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A7E8:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A7E8:00000020:FFFFFFFF:Athena :kof2001:00010000:10A7E8:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A7E8:00000022:FFFFFFFF:Chin :kof2001:00010000:10A7E8:00000023:FFFFFFFF:Bao :kof2001:00010000:10A7E8:00000024:FFFFFFFF:Kim :kof2001:00010000:10A7E8:00000025:FFFFFFFF:Chang :kof2001:00010000:10A7E8:00000026:FFFFFFFF:Choi :kof2001:00010000:10A7E8:00000027:FFFFFFFF:May :kof2001:00010000:10A7E8:00000028:FFFFFFFF:Zero :kof2001:00010000:10A7E8:00000029:FFFFFFFF:Igniz :kof2001:62000000:000000:00000000:00000000:Select Character PL1 (D) :kof2001:00010000:10A7E9:00000000:FFFFFFFF:K' :kof2001:00010000:10A7E9:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A7E9:00000002:FFFFFFFF:Whip :kof2001:00010000:10A7E9:00000003:FFFFFFFF:Lin :kof2001:00010000:10A7E9:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A7E9:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A7E9:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A7E9:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A7E9:00000008:FFFFFFFF:Iori :kof2001:00010000:10A7E9:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A7E9:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A7E9:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A7E9:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A7E9:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A7E9:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A7E9:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A7E9:00000010:FFFFFFFF:Terry :kof2001:00010000:10A7E9:00000011:FFFFFFFF:Andy :kof2001:00010000:10A7E9:00000012:FFFFFFFF:Joe :kof2001:00010000:10A7E9:00000013:FFFFFFFF:Mary :kof2001:00010000:10A7E9:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A7E9:00000015:FFFFFFFF:Robert :kof2001:00010000:10A7E9:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A7E9:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A7E9:00000018:FFFFFFFF:King :kof2001:00010000:10A7E9:00000019:FFFFFFFF:Mai :kof2001:00010000:10A7E9:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A7E9:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A7E9:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A7E9:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A7E9:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A7E9:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A7E9:00000020:FFFFFFFF:Athena :kof2001:00010000:10A7E9:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A7E9:00000022:FFFFFFFF:Chin :kof2001:00010000:10A7E9:00000023:FFFFFFFF:Bao :kof2001:00010000:10A7E9:00000024:FFFFFFFF:Kim :kof2001:00010000:10A7E9:00000025:FFFFFFFF:Chang :kof2001:00010000:10A7E9:00000026:FFFFFFFF:Choi :kof2001:00010000:10A7E9:00000027:FFFFFFFF:May :kof2001:00010000:10A7E9:00000028:FFFFFFFF:Zero :kof2001:00010000:10A7E9:00000029:FFFFFFFF:Igniz kof2001:0:10A7E9:28:000:Play with Zero PL1:This maybe less buggy then the above cheat for this character kof2001:0:10A7F8:28:500:Play with Zero PL1 (2/7) kof2001:0:10A7F9:28:500:Play with Zero PL1 (3/7) kof2001:0:10A7FA:28:500:Play with Zero PL1 (4/7) kof2001:0:10A7FC:00:500:Play with Zero PL1 (5/7) kof2001:0:10A7FD:00:500:Play with Zero PL1 (6/7) kof2001:0:10A7FE:00:500:Play with Zero PL1 (7/7) kof2001:0:10A7E9:29:000:Play with Igniz PL1:This maybe less buggy then the above cheat for this character kof2001:0:10A7F8:29:500:Play with Igniz PL1 (2/4) kof2001:0:10A7F9:29:500:Play with Igniz PL1 (3/4) kof2001:0:10A7FA:29:500:Play with Igniz PL1 (4/4) kof2001:0:10A7E9:28:000:Play with Zero (featuring Evil Joe) PL1 kof2001:0:10A7F8:28:500:Play with Zero (featuring Evil Joe) PL1 (2/7) kof2001:0:10A7F9:12:500:Play with Zero (featuring Evil Joe) PL1 (3/7) kof2001:0:10A7FA:28:500:Play with Zero (featuring Evil Joe) PL1 (4/7) kof2001:0:10A7FC:00:500:Play with Zero (featuring Evil Joe) PL1 (5/7) kof2001:0:10A7FD:B5:500:Play with Zero (featuring Evil Joe) PL1 (6/7) kof2001:0:10A7FE:00:500:Play with Zero (featuring Evil Joe) PL1 (7/7) kof2001:0:108439:66:000:Infinite Energy PL2 kof2001:0:108439:00:001:Drain All Energy Now! PL2 kof2001:0:1084E3:04:000:Always have Maximum POW PL2 kof2001:0:1083E8:00:000:Always have No POW PL2 kof2001:0:1084E3:00:500:Always have No POW PL2 (2/2) :kof2001:62000000:000000:00000000:00000000:Select Character (A) PL2:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :kof2001:00010000:10A804:00000000:FFFFFFFF:K' :kof2001:00010000:10A804:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A804:00000002:FFFFFFFF:Whip :kof2001:00010000:10A804:00000003:FFFFFFFF:Lin :kof2001:00010000:10A804:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A804:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A804:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A804:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A804:00000008:FFFFFFFF:Iori :kof2001:00010000:10A804:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A804:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A804:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A804:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A804:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A804:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A804:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A804:00000010:FFFFFFFF:Terry :kof2001:00010000:10A804:00000011:FFFFFFFF:Andy :kof2001:00010000:10A804:00000012:FFFFFFFF:Joe :kof2001:00010000:10A804:00000013:FFFFFFFF:Mary :kof2001:00010000:10A804:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A804:00000015:FFFFFFFF:Robert :kof2001:00010000:10A804:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A804:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A804:00000018:FFFFFFFF:King :kof2001:00010000:10A804:00000019:FFFFFFFF:Mai :kof2001:00010000:10A804:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A804:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A804:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A804:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A804:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A804:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A804:00000020:FFFFFFFF:Athena :kof2001:00010000:10A804:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A804:00000022:FFFFFFFF:Chin :kof2001:00010000:10A804:00000023:FFFFFFFF:Bao :kof2001:00010000:10A804:00000024:FFFFFFFF:Kim :kof2001:00010000:10A804:00000025:FFFFFFFF:Chang :kof2001:00010000:10A804:00000026:FFFFFFFF:Choi :kof2001:00010000:10A804:00000027:FFFFFFFF:May :kof2001:00010000:10A804:00000028:FFFFFFFF:Zero :kof2001:00010000:10A804:00000029:FFFFFFFF:Igniz :kof2001:62000000:000000:00000000:00000000:Select Character (B) PL2 :kof2001:00010000:10A805:00000000:FFFFFFFF:K' :kof2001:00010000:10A805:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A805:00000002:FFFFFFFF:Whip :kof2001:00010000:10A805:00000003:FFFFFFFF:Lin :kof2001:00010000:10A805:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A805:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A805:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A805:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A805:00000008:FFFFFFFF:Iori :kof2001:00010000:10A805:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A805:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A805:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A805:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A805:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A805:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A805:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A805:00000010:FFFFFFFF:Terry :kof2001:00010000:10A805:00000011:FFFFFFFF:Andy :kof2001:00010000:10A805:00000012:FFFFFFFF:Joe :kof2001:00010000:10A805:00000013:FFFFFFFF:Mary :kof2001:00010000:10A805:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A805:00000015:FFFFFFFF:Robert :kof2001:00010000:10A805:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A805:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A805:00000018:FFFFFFFF:King :kof2001:00010000:10A805:00000019:FFFFFFFF:Mai :kof2001:00010000:10A805:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A805:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A805:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A805:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A805:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A805:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A805:00000020:FFFFFFFF:Athena :kof2001:00010000:10A805:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A805:00000022:FFFFFFFF:Chin :kof2001:00010000:10A805:00000023:FFFFFFFF:Bao :kof2001:00010000:10A805:00000024:FFFFFFFF:Kim :kof2001:00010000:10A805:00000025:FFFFFFFF:Chang :kof2001:00010000:10A805:00000026:FFFFFFFF:Choi :kof2001:00010000:10A805:00000027:FFFFFFFF:May :kof2001:00010000:10A805:00000028:FFFFFFFF:Zero :kof2001:00010000:10A805:00000029:FFFFFFFF:Igniz :kof2001:62000000:000000:00000000:00000000:Select Character (C) PL2 :kof2001:00010000:10A806:00000000:FFFFFFFF:K' :kof2001:00010000:10A806:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A806:00000002:FFFFFFFF:Whip :kof2001:00010000:10A806:00000003:FFFFFFFF:Lin :kof2001:00010000:10A806:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A806:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A806:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A806:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A806:00000008:FFFFFFFF:Iori :kof2001:00010000:10A806:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A806:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A806:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A806:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A806:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A806:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A806:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A806:00000010:FFFFFFFF:Terry :kof2001:00010000:10A806:00000011:FFFFFFFF:Andy :kof2001:00010000:10A806:00000012:FFFFFFFF:Joe :kof2001:00010000:10A806:00000013:FFFFFFFF:Mary :kof2001:00010000:10A806:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A806:00000015:FFFFFFFF:Robert :kof2001:00010000:10A806:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A806:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A806:00000018:FFFFFFFF:King :kof2001:00010000:10A806:00000019:FFFFFFFF:Mai :kof2001:00010000:10A806:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A806:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A806:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A806:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A806:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A806:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A806:00000020:FFFFFFFF:Athena :kof2001:00010000:10A806:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A806:00000022:FFFFFFFF:Chin :kof2001:00010000:10A806:00000023:FFFFFFFF:Bao :kof2001:00010000:10A806:00000024:FFFFFFFF:Kim :kof2001:00010000:10A806:00000025:FFFFFFFF:Chang :kof2001:00010000:10A806:00000026:FFFFFFFF:Choi :kof2001:00010000:10A806:00000027:FFFFFFFF:May :kof2001:00010000:10A806:00000028:FFFFFFFF:Zero :kof2001:00010000:10A806:00000029:FFFFFFFF:Igniz :kof2001:62000000:000000:00000000:00000000:Select Character PL2 (D) :kof2001:00010000:10A807:00000000:FFFFFFFF:K' :kof2001:00010000:10A807:00000001:FFFFFFFF:Maxima :kof2001:00010000:10A807:00000002:FFFFFFFF:Whip :kof2001:00010000:10A807:00000003:FFFFFFFF:Lin :kof2001:00010000:10A807:00000004:FFFFFFFF:Kyo :kof2001:00010000:10A807:00000005:FFFFFFFF:Benimaru :kof2001:00010000:10A807:00000006:FFFFFFFF:Daimon :kof2001:00010000:10A807:00000007:FFFFFFFF:Shingo :kof2001:00010000:10A807:00000008:FFFFFFFF:Iori :kof2001:00010000:10A807:00000009:FFFFFFFF:Vanessa :kof2001:00010000:10A807:0000000A:FFFFFFFF:Seth :kof2001:00010000:10A807:0000000B:FFFFFFFF:Ramon :kof2001:00010000:10A807:0000000C:FFFFFFFF:Leona :kof2001:00010000:10A807:0000000D:FFFFFFFF:Ralf :kof2001:00010000:10A807:0000000E:FFFFFFFF:Clark :kof2001:00010000:10A807:0000000F:FFFFFFFF:Heidern :kof2001:00010000:10A807:00000010:FFFFFFFF:Terry :kof2001:00010000:10A807:00000011:FFFFFFFF:Andy :kof2001:00010000:10A807:00000012:FFFFFFFF:Joe :kof2001:00010000:10A807:00000013:FFFFFFFF:Mary :kof2001:00010000:10A807:00000014:FFFFFFFF:Ryo :kof2001:00010000:10A807:00000015:FFFFFFFF:Robert :kof2001:00010000:10A807:00000016:FFFFFFFF:Yuri :kof2001:00010000:10A807:00000017:FFFFFFFF:Takuma :kof2001:00010000:10A807:00000018:FFFFFFFF:King :kof2001:00010000:10A807:00000019:FFFFFFFF:Mai :kof2001:00010000:10A807:0000001A:FFFFFFFF:Hinako :kof2001:00010000:10A807:0000001B:FFFFFFFF:Xiangfei :kof2001:00010000:10A807:0000001C:FFFFFFFF:Kula :kof2001:00010000:10A807:0000001D:FFFFFFFF:Foxy :kof2001:00010000:10A807:0000001E:FFFFFFFF:K9999 :kof2001:00010000:10A807:0000001F:FFFFFFFF:Angel :kof2001:00010000:10A807:00000020:FFFFFFFF:Athena :kof2001:00010000:10A807:00000021:FFFFFFFF:Kensou :kof2001:00010000:10A807:00000022:FFFFFFFF:Chin :kof2001:00010000:10A807:00000023:FFFFFFFF:Bao :kof2001:00010000:10A807:00000024:FFFFFFFF:Kim :kof2001:00010000:10A807:00000025:FFFFFFFF:Chang :kof2001:00010000:10A807:00000026:FFFFFFFF:Choi :kof2001:00010000:10A807:00000027:FFFFFFFF:May :kof2001:00010000:10A807:00000028:FFFFFFFF:Zero :kof2001:00010000:10A807:00000029:FFFFFFFF:Igniz kof2001:0:10A80F:28:000:Play with Zero PL2:This maybe less buggy then the above cheat for this character kof2001:0:10A81E:28:500:Play with Zero PL2 (2/7) kof2001:0:10A81F:28:500:Play with Zero PL2 (3/7) kof2001:0:10A820:28:500:Play with Zero PL2 (4/7) kof2001:0:10A822:00:500:Play with Zero PL2 (5/7) kof2001:0:10A823:00:500:Play with Zero PL2 (6/7) kof2001:0:10A824:00:500:Play with Zero PL2 (7/7) kof2001:0:10A80F:29:000:Play with Igniz PL2:This maybe less buggy then the above cheat for this character kof2001:0:10A81E:29:500:Play with Igniz PL2 (2/4) kof2001:0:10A81F:29:500:Play with Igniz PL2 (3/4) kof2001:0:10A820:29:500:Play with Igniz PL2 (4/4) kof2001:0:10A80F:28:000:Play with Zero (featuring Evil Joe) PL2 kof2001:0:10A81E:28:500:Play with Zero (featuring Evil Joe) PL2 (2/7) kof2001:0:10A81F:12:500:Play with Zero (featuring Evil Joe) PL2 (3/7) kof2001:0:10A820:28:500:Play with Zero (featuring Evil Joe) PL2 (4/7) kof2001:0:10A822:00:500:Play with Zero (featuring Evil Joe) PL2 (5/7) kof2001:0:10A823:B5:500:Play with Zero (featuring Evil Joe) PL2 (6/7) kof2001:0:10A824:00:500:Play with Zero (featuring Evil Joe) PL2 (7/7) :kof2001:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof2001:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof2001:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2001, The (set 2) ] kof2001h:0:10A7D3:46:000:Infinite Time kof2001h:0:10A7E0:00:000:Mai's boobs always bounce:Causes Japanese text to appear kof2001h:0:108239:66:000:Infinite Energy PL1 kof2001h:0:108239:00:001:Drain All Energy Now! PL1 kof2001h:0:1082E3:04:000:Always have Maximum POW PL1 kof2001h:0:1081E8:00:000:Always have No POW PL1 kof2001h:0:1082E3:00:500:Always have No POW PL1 (2/2) :kof2001h:62000000:000000:00000000:00000000:Select Character (A) PL1:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :kof2001h:00010000:10A7E6:00000000:FFFFFFFF:K' :kof2001h:00010000:10A7E6:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A7E6:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A7E6:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A7E6:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A7E6:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A7E6:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A7E6:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A7E6:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A7E6:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A7E6:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A7E6:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A7E6:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A7E6:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A7E6:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A7E6:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A7E6:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A7E6:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A7E6:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A7E6:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A7E6:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A7E6:00000018:FFFFFFFF:King :kof2001h:00010000:10A7E6:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A7E6:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A7E6:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A7E6:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A7E6:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A7E6:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A7E6:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A7E6:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A7E6:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A7E6:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A7E6:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A7E6:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A7E6:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A7E6:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A7E6:00000027:FFFFFFFF:May :kof2001h:00010000:10A7E6:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A7E6:00000029:FFFFFFFF:Igniz :kof2001h:62000000:000000:00000000:00000000:Select Character (B) PL1 :kof2001h:00010000:10A7E7:00000000:FFFFFFFF:K' :kof2001h:00010000:10A7E7:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A7E7:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A7E7:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A7E7:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A7E7:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A7E7:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A7E7:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A7E7:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A7E7:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A7E7:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A7E7:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A7E7:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A7E7:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A7E7:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A7E7:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A7E7:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A7E7:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A7E7:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A7E7:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A7E7:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A7E7:00000018:FFFFFFFF:King :kof2001h:00010000:10A7E7:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A7E7:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A7E7:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A7E7:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A7E7:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A7E7:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A7E7:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A7E7:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A7E7:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A7E7:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A7E7:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A7E7:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A7E7:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A7E7:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A7E7:00000027:FFFFFFFF:May :kof2001h:00010000:10A7E7:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A7E7:00000029:FFFFFFFF:Igniz :kof2001h:62000000:000000:00000000:00000000:Select Character (C) PL1 :kof2001h:00010000:10A7E8:00000000:FFFFFFFF:K' :kof2001h:00010000:10A7E8:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A7E8:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A7E8:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A7E8:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A7E8:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A7E8:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A7E8:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A7E8:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A7E8:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A7E8:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A7E8:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A7E8:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A7E8:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A7E8:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A7E8:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A7E8:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A7E8:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A7E8:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A7E8:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A7E8:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A7E8:00000018:FFFFFFFF:King :kof2001h:00010000:10A7E8:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A7E8:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A7E8:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A7E8:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A7E8:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A7E8:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A7E8:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A7E8:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A7E8:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A7E8:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A7E8:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A7E8:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A7E8:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A7E8:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A7E8:00000027:FFFFFFFF:May :kof2001h:00010000:10A7E8:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A7E8:00000029:FFFFFFFF:Igniz :kof2001h:62000000:000000:00000000:00000000:Select Character PL1 (D) :kof2001h:00010000:10A7E9:00000000:FFFFFFFF:K' :kof2001h:00010000:10A7E9:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A7E9:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A7E9:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A7E9:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A7E9:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A7E9:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A7E9:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A7E9:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A7E9:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A7E9:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A7E9:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A7E9:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A7E9:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A7E9:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A7E9:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A7E9:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A7E9:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A7E9:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A7E9:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A7E9:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A7E9:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A7E9:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A7E9:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A7E9:00000018:FFFFFFFF:King :kof2001h:00010000:10A7E9:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A7E9:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A7E9:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A7E9:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A7E9:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A7E9:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A7E9:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A7E9:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A7E9:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A7E9:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A7E9:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A7E9:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A7E9:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A7E9:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A7E9:00000027:FFFFFFFF:May :kof2001h:00010000:10A7E9:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A7E9:00000029:FFFFFFFF:Igniz kof2001h:0:10A7E9:28:000:Play with Zero PL1:This maybe less buggy then the above cheat for this character kof2001h:0:10A7F8:28:500:Play with Zero PL1 (2/7) kof2001h:0:10A7F9:28:500:Play with Zero PL1 (3/7) kof2001h:0:10A7FA:28:500:Play with Zero PL1 (4/7) kof2001h:0:10A7FC:00:500:Play with Zero PL1 (5/7) kof2001h:0:10A7FD:00:500:Play with Zero PL1 (6/7) kof2001h:0:10A7FE:00:500:Play with Zero PL1 (7/7) kof2001h:0:10A7E9:29:000:Play with Igniz PL1:This maybe less buggy then the above cheat for this character kof2001h:0:10A7F8:29:500:Play with Igniz PL1 (2/4) kof2001h:0:10A7F9:29:500:Play with Igniz PL1 (3/4) kof2001h:0:10A7FA:29:500:Play with Igniz PL1 (4/4) kof2001h:0:10A7E9:28:000:Play with Zero (featuring Evil Joe) PL1 kof2001h:0:10A7F8:28:500:Play with Zero (featuring Evil Joe) PL1 (2/7) kof2001h:0:10A7F9:12:500:Play with Zero (featuring Evil Joe) PL1 (3/7) kof2001h:0:10A7FA:28:500:Play with Zero (featuring Evil Joe) PL1 (4/7) kof2001h:0:10A7FC:00:500:Play with Zero (featuring Evil Joe) PL1 (5/7) kof2001h:0:10A7FD:B5:500:Play with Zero (featuring Evil Joe) PL1 (6/7) kof2001h:0:10A7FE:00:500:Play with Zero (featuring Evil Joe) PL1 (7/7) kof2001h:0:108439:66:000:Infinite Energy PL2 kof2001h:0:108439:00:001:Drain All Energy Now! PL2 kof2001h:0:1084E3:04:000:Always have Maximum POW PL2 kof2001h:0:1083E8:00:000:Always have No POW PL2 kof2001h:0:1084E3:00:500:Always have No POW PL2 (2/2) :kof2001h:62000000:000000:00000000:00000000:Select Character (A) PL2:ABCD is the order in which you selected your character on the character selection screen, and would appear from the outside in during the order select screen. :kof2001h:00010000:10A804:00000000:FFFFFFFF:K' :kof2001h:00010000:10A804:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A804:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A804:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A804:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A804:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A804:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A804:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A804:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A804:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A804:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A804:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A804:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A804:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A804:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A804:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A804:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A804:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A804:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A804:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A804:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A804:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A804:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A804:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A804:00000018:FFFFFFFF:King :kof2001h:00010000:10A804:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A804:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A804:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A804:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A804:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A804:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A804:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A804:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A804:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A804:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A804:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A804:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A804:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A804:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A804:00000027:FFFFFFFF:May :kof2001h:00010000:10A804:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A804:00000029:FFFFFFFF:Igniz :kof2001h:62000000:000000:00000000:00000000:Select Character (B) PL2 :kof2001h:00010000:10A805:00000000:FFFFFFFF:K' :kof2001h:00010000:10A805:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A805:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A805:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A805:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A805:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A805:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A805:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A805:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A805:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A805:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A805:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A805:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A805:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A805:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A805:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A805:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A805:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A805:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A805:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A805:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A805:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A805:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A805:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A805:00000018:FFFFFFFF:King :kof2001h:00010000:10A805:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A805:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A805:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A805:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A805:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A805:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A805:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A805:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A805:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A805:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A805:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A805:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A805:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A805:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A805:00000027:FFFFFFFF:May :kof2001h:00010000:10A805:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A805:00000029:FFFFFFFF:Igniz :kof2001h:62000000:000000:00000000:00000000:Select Character (C) PL2 :kof2001h:00010000:10A806:00000000:FFFFFFFF:K' :kof2001h:00010000:10A806:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A806:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A806:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A806:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A806:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A806:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A806:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A806:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A806:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A806:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A806:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A806:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A806:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A806:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A806:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A806:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A806:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A806:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A806:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A806:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A806:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A806:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A806:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A806:00000018:FFFFFFFF:King :kof2001h:00010000:10A806:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A806:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A806:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A806:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A806:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A806:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A806:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A806:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A806:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A806:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A806:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A806:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A806:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A806:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A806:00000027:FFFFFFFF:May :kof2001h:00010000:10A806:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A806:00000029:FFFFFFFF:Igniz :kof2001h:62000000:000000:00000000:00000000:Select Character PL2 (D) :kof2001h:00010000:10A807:00000000:FFFFFFFF:K' :kof2001h:00010000:10A807:00000001:FFFFFFFF:Maxima :kof2001h:00010000:10A807:00000002:FFFFFFFF:Whip :kof2001h:00010000:10A807:00000003:FFFFFFFF:Lin :kof2001h:00010000:10A807:00000004:FFFFFFFF:Kyo :kof2001h:00010000:10A807:00000005:FFFFFFFF:Benimaru :kof2001h:00010000:10A807:00000006:FFFFFFFF:Daimon :kof2001h:00010000:10A807:00000007:FFFFFFFF:Shingo :kof2001h:00010000:10A807:00000008:FFFFFFFF:Iori :kof2001h:00010000:10A807:00000009:FFFFFFFF:Vanessa :kof2001h:00010000:10A807:0000000A:FFFFFFFF:Seth :kof2001h:00010000:10A807:0000000B:FFFFFFFF:Ramon :kof2001h:00010000:10A807:0000000C:FFFFFFFF:Leona :kof2001h:00010000:10A807:0000000D:FFFFFFFF:Ralf :kof2001h:00010000:10A807:0000000E:FFFFFFFF:Clark :kof2001h:00010000:10A807:0000000F:FFFFFFFF:Heidern :kof2001h:00010000:10A807:00000010:FFFFFFFF:Terry :kof2001h:00010000:10A807:00000011:FFFFFFFF:Andy :kof2001h:00010000:10A807:00000012:FFFFFFFF:Joe :kof2001h:00010000:10A807:00000013:FFFFFFFF:Mary :kof2001h:00010000:10A807:00000014:FFFFFFFF:Ryo :kof2001h:00010000:10A807:00000015:FFFFFFFF:Robert :kof2001h:00010000:10A807:00000016:FFFFFFFF:Yuri :kof2001h:00010000:10A807:00000017:FFFFFFFF:Takuma :kof2001h:00010000:10A807:00000018:FFFFFFFF:King :kof2001h:00010000:10A807:00000019:FFFFFFFF:Mai :kof2001h:00010000:10A807:0000001A:FFFFFFFF:Hinako :kof2001h:00010000:10A807:0000001B:FFFFFFFF:Xiangfei :kof2001h:00010000:10A807:0000001C:FFFFFFFF:Kula :kof2001h:00010000:10A807:0000001D:FFFFFFFF:Foxy :kof2001h:00010000:10A807:0000001E:FFFFFFFF:K9999 :kof2001h:00010000:10A807:0000001F:FFFFFFFF:Angel :kof2001h:00010000:10A807:00000020:FFFFFFFF:Athena :kof2001h:00010000:10A807:00000021:FFFFFFFF:Kensou :kof2001h:00010000:10A807:00000022:FFFFFFFF:Chin :kof2001h:00010000:10A807:00000023:FFFFFFFF:Bao :kof2001h:00010000:10A807:00000024:FFFFFFFF:Kim :kof2001h:00010000:10A807:00000025:FFFFFFFF:Chang :kof2001h:00010000:10A807:00000026:FFFFFFFF:Choi :kof2001h:00010000:10A807:00000027:FFFFFFFF:May :kof2001h:00010000:10A807:00000028:FFFFFFFF:Zero :kof2001h:00010000:10A807:00000029:FFFFFFFF:Igniz kof2001h:0:10A80F:28:000:Play with Zero PL2:This maybe less buggy then the above cheat for this character kof2001h:0:10A81E:28:500:Play with Zero PL2 (2/7) kof2001h:0:10A81F:28:500:Play with Zero PL2 (3/7) kof2001h:0:10A820:28:500:Play with Zero PL2 (4/7) kof2001h:0:10A822:00:500:Play with Zero PL2 (5/7) kof2001h:0:10A823:00:500:Play with Zero PL2 (6/7) kof2001h:0:10A824:00:500:Play with Zero PL2 (7/7) kof2001h:0:10A80F:29:000:Play with Igniz PL2:This maybe less buggy then the above cheat for this character kof2001h:0:10A81E:29:500:Play with Igniz PL2 (2/4) kof2001h:0:10A81F:29:500:Play with Igniz PL2 (3/4) kof2001h:0:10A820:29:500:Play with Igniz PL2 (4/4) kof2001h:0:10A80F:28:000:Play with Zero (featuring Evil Joe) PL2 kof2001h:0:10A81E:28:500:Play with Zero (featuring Evil Joe) PL2 (2/7) kof2001h:0:10A81F:12:500:Play with Zero (featuring Evil Joe) PL2 (3/7) kof2001h:0:10A820:28:500:Play with Zero (featuring Evil Joe) PL2 (4/7) kof2001h:0:10A822:00:500:Play with Zero (featuring Evil Joe) PL2 (5/7) kof2001h:0:10A823:B5:500:Play with Zero (featuring Evil Joe) PL2 (6/7) kof2001h:0:10A824:00:500:Play with Zero (featuring Evil Joe) PL2 (7/7) :kof2001h:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof2001h:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof2001h:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2002, The ] :kof2002:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kof2002:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kof2002:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kof2002:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence :kof2002:62000000:000000:00000000:00000000:Select Backdrop :kof2002:00010000:10A79A:00000000:FFFFFFFF:Japan :kof2002:00010000:10A79A:00000001:FFFFFFFF:Korea :kof2002:00010000:10A79A:00000002:FFFFFFFF:China :kof2002:00010000:10A79A:00000003:FFFFFFFF:Holland :kof2002:00010000:10A79A:00000004:FFFFFFFF:Cambodia :kof2002:00010000:10A79A:00000005:FFFFFFFF:Mexico :kof2002:00010000:10A79A:00000006:FFFFFFFF:Italy :kof2002:00010000:10A79A:00000007:FFFFFFFF:Rugal :kof2002:00010000:10A79A:00000008:FFFFFFFF:NESTS :kof2002:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kof2002:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kof2002:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kof2002:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kof2002:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kof2002:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kof2002:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kof2002:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kof2002:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kof2002:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kof2002:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kof2002:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kof2002:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kof2002:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof2002:62000000:000000:00000000:00000000:Select Team PL1 :kof2002:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof2002:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof2002:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof2002:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof2002:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof2002:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kof2002:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kof2002:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof2002:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kof2002:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof2002:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kof2002:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kof2002:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kof2002:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kof2002:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kof2002:62000000:000000:00000000:00000000:Select Team Style PL1 :kof2002:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kof2002:00010000:10A7E4:00000000:00000040:Fight as a Team :kof2002:62000000:000000:00000000:00000000:Select Character (A) PL1 :kof2002:00010000:10A804:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A804:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A804:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A804:00000003:FFFFFFFF:Terry :kof2002:00010000:10A804:00000004:FFFFFFFF:Andy :kof2002:00010000:10A804:00000005:FFFFFFFF:Joe :kof2002:00010000:10A804:00000006:FFFFFFFF:Kim :kof2002:00010000:10A804:00000007:FFFFFFFF:Chang :kof2002:00010000:10A804:00000008:FFFFFFFF:Choi :kof2002:00010000:10A804:00000009:FFFFFFFF:Athena :kof2002:00010000:10A804:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A804:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A804:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A804:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A804:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A804:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A804:00000010:FFFFFFFF:Robert :kof2002:00010000:10A804:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A804:00000012:FFFFFFFF:Mai :kof2002:00010000:10A804:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A804:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A804:00000015:FFFFFFFF:Iori :kof2002:00010000:10A804:00000016:FFFFFFFF:Mature :kof2002:00010000:10A804:00000017:FFFFFFFF:Vice :kof2002:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A804:00000019:FFFFFFFF:Mary :kof2002:00010000:10A804:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A804:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A804:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A804:0000001E:FFFFFFFF:K' :kof2002:00010000:10A804:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A804:00000020:FFFFFFFF:Whip :kof2002:00010000:10A804:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A804:00000022:FFFFFFFF:Seth :kof2002:00010000:10A804:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A804:00000024:FFFFFFFF:Kula :kof2002:00010000:10A804:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A804:00000026:FFFFFFFF:Angel :kof2002:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A804:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Character (B) PL1 :kof2002:00010000:10A805:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A805:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A805:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A805:00000003:FFFFFFFF:Terry :kof2002:00010000:10A805:00000004:FFFFFFFF:Andy :kof2002:00010000:10A805:00000005:FFFFFFFF:Joe :kof2002:00010000:10A805:00000006:FFFFFFFF:Kim :kof2002:00010000:10A805:00000007:FFFFFFFF:Chang :kof2002:00010000:10A805:00000008:FFFFFFFF:Choi :kof2002:00010000:10A805:00000009:FFFFFFFF:Athena :kof2002:00010000:10A805:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A805:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A805:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A805:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A805:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A805:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A805:00000010:FFFFFFFF:Robert :kof2002:00010000:10A805:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A805:00000012:FFFFFFFF:Mai :kof2002:00010000:10A805:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A805:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A805:00000015:FFFFFFFF:Iori :kof2002:00010000:10A805:00000016:FFFFFFFF:Mature :kof2002:00010000:10A805:00000017:FFFFFFFF:Vice :kof2002:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A805:00000019:FFFFFFFF:Mary :kof2002:00010000:10A805:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A805:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A805:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A805:0000001E:FFFFFFFF:K' :kof2002:00010000:10A805:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A805:00000020:FFFFFFFF:Whip :kof2002:00010000:10A805:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A805:00000022:FFFFFFFF:Seth :kof2002:00010000:10A805:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A805:00000024:FFFFFFFF:Kula :kof2002:00010000:10A805:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A805:00000026:FFFFFFFF:Angel :kof2002:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A805:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Character (C) PL1 :kof2002:00010000:10A806:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A806:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A806:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A806:00000003:FFFFFFFF:Terry :kof2002:00010000:10A806:00000004:FFFFFFFF:Andy :kof2002:00010000:10A806:00000005:FFFFFFFF:Joe :kof2002:00010000:10A806:00000006:FFFFFFFF:Kim :kof2002:00010000:10A806:00000007:FFFFFFFF:Chang :kof2002:00010000:10A806:00000008:FFFFFFFF:Choi :kof2002:00010000:10A806:00000009:FFFFFFFF:Athena :kof2002:00010000:10A806:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A806:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A806:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A806:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A806:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A806:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A806:00000010:FFFFFFFF:Robert :kof2002:00010000:10A806:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A806:00000012:FFFFFFFF:Mai :kof2002:00010000:10A806:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A806:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A806:00000015:FFFFFFFF:Iori :kof2002:00010000:10A806:00000016:FFFFFFFF:Mature :kof2002:00010000:10A806:00000017:FFFFFFFF:Vice :kof2002:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A806:00000019:FFFFFFFF:Mary :kof2002:00010000:10A806:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A806:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A806:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A806:0000001E:FFFFFFFF:K' :kof2002:00010000:10A806:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A806:00000020:FFFFFFFF:Whip :kof2002:00010000:10A806:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A806:00000022:FFFFFFFF:Seth :kof2002:00010000:10A806:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A806:00000024:FFFFFFFF:Kula :kof2002:00010000:10A806:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A806:00000026:FFFFFFFF:Angel :kof2002:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A806:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kof2002:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A7EE:00000003:FFFFFFFF:Terry :kof2002:00010000:10A7EE:00000004:FFFFFFFF:Andy :kof2002:00010000:10A7EE:00000005:FFFFFFFF:Joe :kof2002:00010000:10A7EE:00000006:FFFFFFFF:Kim :kof2002:00010000:10A7EE:00000007:FFFFFFFF:Chang :kof2002:00010000:10A7EE:00000008:FFFFFFFF:Choi :kof2002:00010000:10A7EE:00000009:FFFFFFFF:Athena :kof2002:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A7EE:00000010:FFFFFFFF:Robert :kof2002:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A7EE:00000012:FFFFFFFF:Mai :kof2002:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A7EE:00000015:FFFFFFFF:Iori :kof2002:00010000:10A7EE:00000016:FFFFFFFF:Mature :kof2002:00010000:10A7EE:00000017:FFFFFFFF:Vice :kof2002:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A7EE:00000019:FFFFFFFF:Mary :kof2002:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A7EE:0000001E:FFFFFFFF:K' :kof2002:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A7EE:00000020:FFFFFFFF:Whip :kof2002:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A7EE:00000022:FFFFFFFF:Seth :kof2002:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A7EE:00000024:FFFFFFFF:Kula :kof2002:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A7EE:00000026:FFFFFFFF:Angel :kof2002:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kof2002:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A7EF:00000003:FFFFFFFF:Terry :kof2002:00010000:10A7EF:00000004:FFFFFFFF:Andy :kof2002:00010000:10A7EF:00000005:FFFFFFFF:Joe :kof2002:00010000:10A7EF:00000006:FFFFFFFF:Kim :kof2002:00010000:10A7EF:00000007:FFFFFFFF:Chang :kof2002:00010000:10A7EF:00000008:FFFFFFFF:Choi :kof2002:00010000:10A7EF:00000009:FFFFFFFF:Athena :kof2002:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A7EF:00000010:FFFFFFFF:Robert :kof2002:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A7EF:00000012:FFFFFFFF:Mai :kof2002:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A7EF:00000015:FFFFFFFF:Iori :kof2002:00010000:10A7EF:00000016:FFFFFFFF:Mature :kof2002:00010000:10A7EF:00000017:FFFFFFFF:Vice :kof2002:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A7EF:00000019:FFFFFFFF:Mary :kof2002:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A7EF:0000001E:FFFFFFFF:K' :kof2002:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A7EF:00000020:FFFFFFFF:Whip :kof2002:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A7EF:00000022:FFFFFFFF:Seth :kof2002:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A7EF:00000024:FFFFFFFF:Kula :kof2002:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A7EF:00000026:FFFFFFFF:Angel :kof2002:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kof2002:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A7F0:00000003:FFFFFFFF:Terry :kof2002:00010000:10A7F0:00000004:FFFFFFFF:Andy :kof2002:00010000:10A7F0:00000005:FFFFFFFF:Joe :kof2002:00010000:10A7F0:00000006:FFFFFFFF:Kim :kof2002:00010000:10A7F0:00000007:FFFFFFFF:Chang :kof2002:00010000:10A7F0:00000008:FFFFFFFF:Choi :kof2002:00010000:10A7F0:00000009:FFFFFFFF:Athena :kof2002:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A7F0:00000010:FFFFFFFF:Robert :kof2002:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A7F0:00000012:FFFFFFFF:Mai :kof2002:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A7F0:00000015:FFFFFFFF:Iori :kof2002:00010000:10A7F0:00000016:FFFFFFFF:Mature :kof2002:00010000:10A7F0:00000017:FFFFFFFF:Vice :kof2002:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A7F0:00000019:FFFFFFFF:Mary :kof2002:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A7F0:0000001E:FFFFFFFF:K' :kof2002:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A7F0:00000020:FFFFFFFF:Whip :kof2002:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A7F0:00000022:FFFFFFFF:Seth :kof2002:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A7F0:00000024:FFFFFFFF:Kula :kof2002:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A7F0:00000026:FFFFFFFF:Angel :kof2002:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kof2002:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A7E6:00000003:FFFFFFFF:Terry :kof2002:00010000:10A7E6:00000004:FFFFFFFF:Andy :kof2002:00010000:10A7E6:00000005:FFFFFFFF:Joe :kof2002:00010000:10A7E6:00000006:FFFFFFFF:Kim :kof2002:00010000:10A7E6:00000007:FFFFFFFF:Chang :kof2002:00010000:10A7E6:00000008:FFFFFFFF:Choi :kof2002:00010000:10A7E6:00000009:FFFFFFFF:Athena :kof2002:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A7E6:00000010:FFFFFFFF:Robert :kof2002:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A7E6:00000012:FFFFFFFF:Mai :kof2002:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A7E6:00000015:FFFFFFFF:Iori :kof2002:00010000:10A7E6:00000016:FFFFFFFF:Mature :kof2002:00010000:10A7E6:00000017:FFFFFFFF:Vice :kof2002:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A7E6:00000019:FFFFFFFF:Mary :kof2002:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A7E6:0000001E:FFFFFFFF:K' :kof2002:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A7E6:00000020:FFFFFFFF:Whip :kof2002:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A7E6:00000022:FFFFFFFF:Seth :kof2002:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A7E6:00000024:FFFFFFFF:Kula :kof2002:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A7E6:00000026:FFFFFFFF:Angel :kof2002:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kof2002:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A7E7:00000003:FFFFFFFF:Terry :kof2002:00010000:10A7E7:00000004:FFFFFFFF:Andy :kof2002:00010000:10A7E7:00000005:FFFFFFFF:Joe :kof2002:00010000:10A7E7:00000006:FFFFFFFF:Kim :kof2002:00010000:10A7E7:00000007:FFFFFFFF:Chang :kof2002:00010000:10A7E7:00000008:FFFFFFFF:Choi :kof2002:00010000:10A7E7:00000009:FFFFFFFF:Athena :kof2002:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A7E7:00000010:FFFFFFFF:Robert :kof2002:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A7E7:00000012:FFFFFFFF:Mai :kof2002:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A7E7:00000015:FFFFFFFF:Iori :kof2002:00010000:10A7E7:00000016:FFFFFFFF:Mature :kof2002:00010000:10A7E7:00000017:FFFFFFFF:Vice :kof2002:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A7E7:00000019:FFFFFFFF:Mary :kof2002:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A7E7:0000001E:FFFFFFFF:K' :kof2002:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A7E7:00000020:FFFFFFFF:Whip :kof2002:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A7E7:00000022:FFFFFFFF:Seth :kof2002:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A7E7:00000024:FFFFFFFF:Kula :kof2002:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A7E7:00000026:FFFFFFFF:Angel :kof2002:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kof2002:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A7E8:00000003:FFFFFFFF:Terry :kof2002:00010000:10A7E8:00000004:FFFFFFFF:Andy :kof2002:00010000:10A7E8:00000005:FFFFFFFF:Joe :kof2002:00010000:10A7E8:00000006:FFFFFFFF:Kim :kof2002:00010000:10A7E8:00000007:FFFFFFFF:Chang :kof2002:00010000:10A7E8:00000008:FFFFFFFF:Choi :kof2002:00010000:10A7E8:00000009:FFFFFFFF:Athena :kof2002:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A7E8:00000010:FFFFFFFF:Robert :kof2002:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A7E8:00000012:FFFFFFFF:Mai :kof2002:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A7E8:00000015:FFFFFFFF:Iori :kof2002:00010000:10A7E8:00000016:FFFFFFFF:Mature :kof2002:00010000:10A7E8:00000017:FFFFFFFF:Vice :kof2002:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A7E8:00000019:FFFFFFFF:Mary :kof2002:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A7E8:0000001E:FFFFFFFF:K' :kof2002:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A7E8:00000020:FFFFFFFF:Whip :kof2002:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A7E8:00000022:FFFFFFFF:Seth :kof2002:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A7E8:00000024:FFFFFFFF:Kula :kof2002:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A7E8:00000026:FFFFFFFF:Angel :kof2002:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kof2002:00010000:108182:00000000:00000004:Normal Mode :kof2002:00010000:108182:00000004:00000004:Hero Mode :kof2002:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2002:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2002:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2002:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2002:00010000:10A804:00000000:00000080:Not Selected by Roulette :kof2002:00010000:10A804:00000080:00000080:Selected by Roulette :kof2002:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2002:00010000:10A805:00000000:00000080:Not Selected by Roulette :kof2002:00010000:10A805:00000080:00000080:Selected by Roulette :kof2002:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2002:00010000:10A806:00000000:00000080:Not Selected by Roulette :kof2002:00010000:10A806:00000080:00000080:Selected by Roulette :kof2002:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kof2002:00010000:10821D:00000000:00000010:Normal Moves :kof2002:00010000:10821D:00000010:00000010:Orochi Moves :kof2002:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kof2002:00010000:10A7EA:00000000:00000003:A colour :kof2002:00010000:10A7EA:00000001:00000003:B colour :kof2002:00010000:10A7EA:00000002:00000003:C colour :kof2002:00010000:10A7EA:00000003:00000003:D colour :kof2002:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kof2002:00010000:10A7EB:00000000:00000003:A colour :kof2002:00010000:10A7EB:00000001:00000003:B colour :kof2002:00010000:10A7EB:00000002:00000003:C colour :kof2002:00010000:10A7EB:00000003:00000003:D colour :kof2002:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kof2002:00010000:10A7EC:00000000:00000003:A colour :kof2002:00010000:10A7EC:00000001:00000003:B colour :kof2002:00010000:10A7EC:00000002:00000003:C colour :kof2002:00010000:10A7EC:00000003:00000003:D colour :kof2002:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2002:00010000:10A7E3:00000000:00000001:Normal Colours :kof2002:00010000:10A7E3:00000001:00000001:Orochi Colours :kof2002:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2002:00010000:10A7E3:00000000:00000002:Normal Colours :kof2002:00010000:10A7E3:00000002:00000002:Orochi Colours :kof2002:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2002:00010000:10A7E3:00000000:00000004:Normal Colours :kof2002:00010000:10A7E3:00000004:00000004:Orochi Colours :kof2002:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kof2002:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kof2002:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kof2002:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kof2002:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kof2002:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kof2002:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kof2002:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kof2002:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kof2002:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kof2002:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kof2002:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kof2002:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kof2002:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof2002:62000000:000000:00000000:00000000:Select Team PL2 :kof2002:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof2002:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof2002:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof2002:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof2002:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof2002:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kof2002:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kof2002:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof2002:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kof2002:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof2002:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kof2002:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kof2002:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kof2002:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kof2002:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kof2002:62000000:000000:00000000:00000000:Select Team Style PL2 :kof2002:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kof2002:00010000:10A80A:00000000:00000040:Fight as a Team :kof2002:62000000:000000:00000000:00000000:Select Character (A) PL2 :kof2002:00010000:10A82A:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A82A:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A82A:00000003:FFFFFFFF:Terry :kof2002:00010000:10A82A:00000004:FFFFFFFF:Andy :kof2002:00010000:10A82A:00000005:FFFFFFFF:Joe :kof2002:00010000:10A82A:00000006:FFFFFFFF:Kim :kof2002:00010000:10A82A:00000007:FFFFFFFF:Chang :kof2002:00010000:10A82A:00000008:FFFFFFFF:Choi :kof2002:00010000:10A82A:00000009:FFFFFFFF:Athena :kof2002:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A82A:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A82A:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A82A:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A82A:00000010:FFFFFFFF:Robert :kof2002:00010000:10A82A:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A82A:00000012:FFFFFFFF:Mai :kof2002:00010000:10A82A:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A82A:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A82A:00000015:FFFFFFFF:Iori :kof2002:00010000:10A82A:00000016:FFFFFFFF:Mature :kof2002:00010000:10A82A:00000017:FFFFFFFF:Vice :kof2002:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A82A:00000019:FFFFFFFF:Mary :kof2002:00010000:10A82A:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A82A:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A82A:0000001E:FFFFFFFF:K' :kof2002:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A82A:00000020:FFFFFFFF:Whip :kof2002:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A82A:00000022:FFFFFFFF:Seth :kof2002:00010000:10A82A:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A82A:00000024:FFFFFFFF:Kula :kof2002:00010000:10A82A:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A82A:00000026:FFFFFFFF:Angel :kof2002:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A82A:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Character (B) PL2 :kof2002:00010000:10A82B:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A82B:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A82B:00000003:FFFFFFFF:Terry :kof2002:00010000:10A82B:00000004:FFFFFFFF:Andy :kof2002:00010000:10A82B:00000005:FFFFFFFF:Joe :kof2002:00010000:10A82B:00000006:FFFFFFFF:Kim :kof2002:00010000:10A82B:00000007:FFFFFFFF:Chang :kof2002:00010000:10A82B:00000008:FFFFFFFF:Choi :kof2002:00010000:10A82B:00000009:FFFFFFFF:Athena :kof2002:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A82B:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A82B:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A82B:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A82B:00000010:FFFFFFFF:Robert :kof2002:00010000:10A82B:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A82B:00000012:FFFFFFFF:Mai :kof2002:00010000:10A82B:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A82B:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A82B:00000015:FFFFFFFF:Iori :kof2002:00010000:10A82B:00000016:FFFFFFFF:Mature :kof2002:00010000:10A82B:00000017:FFFFFFFF:Vice :kof2002:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A82B:00000019:FFFFFFFF:Mary :kof2002:00010000:10A82B:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A82B:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A82B:0000001E:FFFFFFFF:K' :kof2002:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A82B:00000020:FFFFFFFF:Whip :kof2002:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A82B:00000022:FFFFFFFF:Seth :kof2002:00010000:10A82B:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A82B:00000024:FFFFFFFF:Kula :kof2002:00010000:10A82B:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A82B:00000026:FFFFFFFF:Angel :kof2002:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A82B:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Character (C) PL2 :kof2002:00010000:10A82C:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A82C:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A82C:00000003:FFFFFFFF:Terry :kof2002:00010000:10A82C:00000004:FFFFFFFF:Andy :kof2002:00010000:10A82C:00000005:FFFFFFFF:Joe :kof2002:00010000:10A82C:00000006:FFFFFFFF:Kim :kof2002:00010000:10A82C:00000007:FFFFFFFF:Chang :kof2002:00010000:10A82C:00000008:FFFFFFFF:Choi :kof2002:00010000:10A82C:00000009:FFFFFFFF:Athena :kof2002:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A82C:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A82C:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A82C:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A82C:00000010:FFFFFFFF:Robert :kof2002:00010000:10A82C:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A82C:00000012:FFFFFFFF:Mai :kof2002:00010000:10A82C:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A82C:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A82C:00000015:FFFFFFFF:Iori :kof2002:00010000:10A82C:00000016:FFFFFFFF:Mature :kof2002:00010000:10A82C:00000017:FFFFFFFF:Vice :kof2002:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A82C:00000019:FFFFFFFF:Mary :kof2002:00010000:10A82C:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A82C:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A82C:0000001E:FFFFFFFF:K' :kof2002:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A82C:00000020:FFFFFFFF:Whip :kof2002:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A82C:00000022:FFFFFFFF:Seth :kof2002:00010000:10A82C:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A82C:00000024:FFFFFFFF:Kula :kof2002:00010000:10A82C:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A82C:00000026:FFFFFFFF:Angel :kof2002:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A82C:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kof2002:00010000:10A814:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A814:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A814:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A814:00000003:FFFFFFFF:Terry :kof2002:00010000:10A814:00000004:FFFFFFFF:Andy :kof2002:00010000:10A814:00000005:FFFFFFFF:Joe :kof2002:00010000:10A814:00000006:FFFFFFFF:Kim :kof2002:00010000:10A814:00000007:FFFFFFFF:Chang :kof2002:00010000:10A814:00000008:FFFFFFFF:Choi :kof2002:00010000:10A814:00000009:FFFFFFFF:Athena :kof2002:00010000:10A814:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A814:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A814:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A814:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A814:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A814:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A814:00000010:FFFFFFFF:Robert :kof2002:00010000:10A814:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A814:00000012:FFFFFFFF:Mai :kof2002:00010000:10A814:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A814:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A814:00000015:FFFFFFFF:Iori :kof2002:00010000:10A814:00000016:FFFFFFFF:Mature :kof2002:00010000:10A814:00000017:FFFFFFFF:Vice :kof2002:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A814:00000019:FFFFFFFF:Mary :kof2002:00010000:10A814:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A814:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A814:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A814:0000001E:FFFFFFFF:K' :kof2002:00010000:10A814:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A814:00000020:FFFFFFFF:Whip :kof2002:00010000:10A814:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A814:00000022:FFFFFFFF:Seth :kof2002:00010000:10A814:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A814:00000024:FFFFFFFF:Kula :kof2002:00010000:10A814:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A814:00000026:FFFFFFFF:Angel :kof2002:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A814:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kof2002:00010000:10A815:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A815:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A815:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A815:00000003:FFFFFFFF:Terry :kof2002:00010000:10A815:00000004:FFFFFFFF:Andy :kof2002:00010000:10A815:00000005:FFFFFFFF:Joe :kof2002:00010000:10A815:00000006:FFFFFFFF:Kim :kof2002:00010000:10A815:00000007:FFFFFFFF:Chang :kof2002:00010000:10A815:00000008:FFFFFFFF:Choi :kof2002:00010000:10A815:00000009:FFFFFFFF:Athena :kof2002:00010000:10A815:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A815:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A815:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A815:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A815:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A815:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A815:00000010:FFFFFFFF:Robert :kof2002:00010000:10A815:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A815:00000012:FFFFFFFF:Mai :kof2002:00010000:10A815:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A815:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A815:00000015:FFFFFFFF:Iori :kof2002:00010000:10A815:00000016:FFFFFFFF:Mature :kof2002:00010000:10A815:00000017:FFFFFFFF:Vice :kof2002:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A815:00000019:FFFFFFFF:Mary :kof2002:00010000:10A815:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A815:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A815:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A815:0000001E:FFFFFFFF:K' :kof2002:00010000:10A815:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A815:00000020:FFFFFFFF:Whip :kof2002:00010000:10A815:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A815:00000022:FFFFFFFF:Seth :kof2002:00010000:10A815:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A815:00000024:FFFFFFFF:Kula :kof2002:00010000:10A815:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A815:00000026:FFFFFFFF:Angel :kof2002:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A815:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kof2002:00010000:10A816:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A816:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A816:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A816:00000003:FFFFFFFF:Terry :kof2002:00010000:10A816:00000004:FFFFFFFF:Andy :kof2002:00010000:10A816:00000005:FFFFFFFF:Joe :kof2002:00010000:10A816:00000006:FFFFFFFF:Kim :kof2002:00010000:10A816:00000007:FFFFFFFF:Chang :kof2002:00010000:10A816:00000008:FFFFFFFF:Choi :kof2002:00010000:10A816:00000009:FFFFFFFF:Athena :kof2002:00010000:10A816:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A816:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A816:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A816:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A816:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A816:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A816:00000010:FFFFFFFF:Robert :kof2002:00010000:10A816:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A816:00000012:FFFFFFFF:Mai :kof2002:00010000:10A816:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A816:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A816:00000015:FFFFFFFF:Iori :kof2002:00010000:10A816:00000016:FFFFFFFF:Mature :kof2002:00010000:10A816:00000017:FFFFFFFF:Vice :kof2002:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A816:00000019:FFFFFFFF:Mary :kof2002:00010000:10A816:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A816:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A816:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A816:0000001E:FFFFFFFF:K' :kof2002:00010000:10A816:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A816:00000020:FFFFFFFF:Whip :kof2002:00010000:10A816:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A816:00000022:FFFFFFFF:Seth :kof2002:00010000:10A816:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A816:00000024:FFFFFFFF:Kula :kof2002:00010000:10A816:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A816:00000026:FFFFFFFF:Angel :kof2002:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A816:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kof2002:00010000:10A80C:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A80C:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A80C:00000003:FFFFFFFF:Terry :kof2002:00010000:10A80C:00000004:FFFFFFFF:Andy :kof2002:00010000:10A80C:00000005:FFFFFFFF:Joe :kof2002:00010000:10A80C:00000006:FFFFFFFF:Kim :kof2002:00010000:10A80C:00000007:FFFFFFFF:Chang :kof2002:00010000:10A80C:00000008:FFFFFFFF:Choi :kof2002:00010000:10A80C:00000009:FFFFFFFF:Athena :kof2002:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A80C:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A80C:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A80C:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A80C:00000010:FFFFFFFF:Robert :kof2002:00010000:10A80C:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A80C:00000012:FFFFFFFF:Mai :kof2002:00010000:10A80C:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A80C:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A80C:00000015:FFFFFFFF:Iori :kof2002:00010000:10A80C:00000016:FFFFFFFF:Mature :kof2002:00010000:10A80C:00000017:FFFFFFFF:Vice :kof2002:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A80C:00000019:FFFFFFFF:Mary :kof2002:00010000:10A80C:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A80C:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A80C:0000001E:FFFFFFFF:K' :kof2002:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A80C:00000020:FFFFFFFF:Whip :kof2002:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A80C:00000022:FFFFFFFF:Seth :kof2002:00010000:10A80C:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A80C:00000024:FFFFFFFF:Kula :kof2002:00010000:10A80C:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A80C:00000026:FFFFFFFF:Angel :kof2002:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A80C:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kof2002:00010000:10A80D:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A80D:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A80D:00000003:FFFFFFFF:Terry :kof2002:00010000:10A80D:00000004:FFFFFFFF:Andy :kof2002:00010000:10A80D:00000005:FFFFFFFF:Joe :kof2002:00010000:10A80D:00000006:FFFFFFFF:Kim :kof2002:00010000:10A80D:00000007:FFFFFFFF:Chang :kof2002:00010000:10A80D:00000008:FFFFFFFF:Choi :kof2002:00010000:10A80D:00000009:FFFFFFFF:Athena :kof2002:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A80D:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A80D:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A80D:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A80D:00000010:FFFFFFFF:Robert :kof2002:00010000:10A80D:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A80D:00000012:FFFFFFFF:Mai :kof2002:00010000:10A80D:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A80D:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A80D:00000015:FFFFFFFF:Iori :kof2002:00010000:10A80D:00000016:FFFFFFFF:Mature :kof2002:00010000:10A80D:00000017:FFFFFFFF:Vice :kof2002:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A80D:00000019:FFFFFFFF:Mary :kof2002:00010000:10A80D:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A80D:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A80D:0000001E:FFFFFFFF:K' :kof2002:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A80D:00000020:FFFFFFFF:Whip :kof2002:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A80D:00000022:FFFFFFFF:Seth :kof2002:00010000:10A80D:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A80D:00000024:FFFFFFFF:Kula :kof2002:00010000:10A80D:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A80D:00000026:FFFFFFFF:Angel :kof2002:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A80D:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kof2002:00010000:10A80E:00000000:FFFFFFFF:Kyo :kof2002:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kof2002:00010000:10A80E:00000002:FFFFFFFF:Daimon :kof2002:00010000:10A80E:00000003:FFFFFFFF:Terry :kof2002:00010000:10A80E:00000004:FFFFFFFF:Andy :kof2002:00010000:10A80E:00000005:FFFFFFFF:Joe :kof2002:00010000:10A80E:00000006:FFFFFFFF:Kim :kof2002:00010000:10A80E:00000007:FFFFFFFF:Chang :kof2002:00010000:10A80E:00000008:FFFFFFFF:Choi :kof2002:00010000:10A80E:00000009:FFFFFFFF:Athena :kof2002:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kof2002:00010000:10A80E:0000000B:FFFFFFFF:Chin :kof2002:00010000:10A80E:0000000C:FFFFFFFF:Leona :kof2002:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kof2002:00010000:10A80E:0000000E:FFFFFFFF:Clark :kof2002:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kof2002:00010000:10A80E:00000010:FFFFFFFF:Robert :kof2002:00010000:10A80E:00000011:FFFFFFFF:Takuma :kof2002:00010000:10A80E:00000012:FFFFFFFF:Mai :kof2002:00010000:10A80E:00000013:FFFFFFFF:Yuri :kof2002:00010000:10A80E:00000014:FFFFFFFF:May Lee :kof2002:00010000:10A80E:00000015:FFFFFFFF:Iori :kof2002:00010000:10A80E:00000016:FFFFFFFF:Mature :kof2002:00010000:10A80E:00000017:FFFFFFFF:Vice :kof2002:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kof2002:00010000:10A80E:00000019:FFFFFFFF:Mary :kof2002:00010000:10A80E:0000001A:FFFFFFFF:Billy :kof2002:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kof2002:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kof2002:00010000:10A80E:0000001D:FFFFFFFF:Chris :kof2002:00010000:10A80E:0000001E:FFFFFFFF:K' :kof2002:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kof2002:00010000:10A80E:00000020:FFFFFFFF:Whip :kof2002:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kof2002:00010000:10A80E:00000022:FFFFFFFF:Seth :kof2002:00010000:10A80E:00000023:FFFFFFFF:Ramon :kof2002:00010000:10A80E:00000024:FFFFFFFF:Kula :kof2002:00010000:10A80E:00000025:FFFFFFFF:K9999 :kof2002:00010000:10A80E:00000026:FFFFFFFF:Angel :kof2002:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kof2002:00010000:10A80E:00000028:FFFFFFFF:Rugal :kof2002:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kof2002:00010000:108382:00000000:00000004:Normal Mode :kof2002:00010000:108382:00000004:00000004:Hero Mode :kof2002:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2002:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2002:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2002:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2002:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kof2002:00010000:10A82A:00000080:00000080:Selected by Roulette :kof2002:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2002:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kof2002:00010000:10A82B:00000080:00000080:Selected by Roulette :kof2002:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2002:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kof2002:00010000:10A82C:00000080:00000080:Selected by Roulette :kof2002:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kof2002:00010000:10841D:00000000:00000010:Normal Moves :kof2002:00010000:10841D:00000010:00000010:Orochi Moves :kof2002:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kof2002:00010000:10A810:00000000:00000003:A colour :kof2002:00010000:10A810:00000001:00000003:B colour :kof2002:00010000:10A810:00000002:00000003:C colour :kof2002:00010000:10A810:00000003:00000003:D colour :kof2002:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kof2002:00010000:10A811:00000000:00000003:A colour :kof2002:00010000:10A811:00000001:00000003:B colour :kof2002:00010000:10A811:00000002:00000003:C colour :kof2002:00010000:10A811:00000003:00000003:D colour :kof2002:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kof2002:00010000:10A812:00000000:00000003:A colour :kof2002:00010000:10A812:00000001:00000003:B colour :kof2002:00010000:10A812:00000002:00000003:C colour :kof2002:00010000:10A812:00000003:00000003:D colour :kof2002:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2002:00010000:10A809:00000000:00000001:Normal Colours :kof2002:00010000:108809:00000001:00000001:Orochi Colours :kof2002:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2002:00010000:10A809:00000000:00000002:Normal Colours :kof2002:00010000:108809:00000002:00000002:Orochi Colours :kof2002:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2002:00010000:10A809:00000000:00000004:Normal Colours :kof2002:00010000:108809:00000004:00000004:Orochi Colours :kof2002:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof2002:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof2002:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters 2003, The (World / US, MVS) ] :kof2003:00000000:107D62:00000099:FFFFFFFF:Infinite Time :kof2003:00000001:107D62:00000000:FFFFFFFF:Finish this Round Now! :kof2003:00800000:10785A:00000000:FFFFFFFF:Mai's boobs always bounce :kof2003:00000000:2FE91D:00000070:FFFFFFFF:Infinite Character (A) Energy PL1 :kof2003:00000000:2FEA1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL1 :kof2003:00000000:2FEB1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL1 :kof2003:00000001:2FE91D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL1 :kof2003:00000001:2FEA1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL1 :kof2003:00000001:2FEB1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL1 :kof2003:00000000:2FE804:00000005:FFFFFFFF:Infinite Power PL1 :kof2003:00010000:2FE800:00000048:FFFFFFFF:Infinite Power PL1 (2/2) :kof2003:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof2003:00010000:107D0C:00000000:FFFFFFFF:Ash :kof2003:00010000:107D0C:00000001:FFFFFFFF:Duolon :kof2003:00010000:107D0C:00000002:FFFFFFFF:Shen :kof2003:00010000:107D0C:00000003:FFFFFFFF:Terry :kof2003:00010000:107D0C:00000004:FFFFFFFF:Joe :kof2003:00010000:107D0C:00000005:FFFFFFFF:Tizoc :kof2003:00010000:107D0C:00000006:FFFFFFFF:Ryo :kof2003:00010000:107D0C:00000007:FFFFFFFF:Robert :kof2003:00010000:107D0C:00000008:FFFFFFFF:Yuri :kof2003:00010000:107D0C:00000009:FFFFFFFF:Kim :kof2003:00010000:107D0C:0000000A:FFFFFFFF:Chang :kof2003:00010000:107D0C:0000000B:FFFFFFFF:Jhun :kof2003:00010000:107D0C:0000000C:FFFFFFFF:Leona :kof2003:00010000:107D0C:0000000D:FFFFFFFF:Ralf :kof2003:00010000:107D0C:0000000E:FFFFFFFF:Clark :kof2003:00010000:107D0C:0000000F:FFFFFFFF:Gato :kof2003:00010000:107D0C:00000010:FFFFFFFF:Billy :kof2003:00010000:107D0C:00000011:FFFFFFFF:Yamazaki :kof2003:00010000:107D0C:00000012:FFFFFFFF:King :kof2003:00010000:107D0C:00000013:FFFFFFFF:Mai :kof2003:00010000:107D0C:00000014:FFFFFFFF:Mary :kof2003:00010000:107D0C:00000015:FFFFFFFF:Benimaru :kof2003:00010000:107D0C:00000016:FFFFFFFF:Shingo :kof2003:00010000:107D0C:00000017:FFFFFFFF:Daimon :kof2003:00010000:107D0C:00000018:FFFFFFFF:Athena :kof2003:00010000:107D0C:00000019:FFFFFFFF:Hinako :kof2003:00010000:107D0C:0000001A:FFFFFFFF:Malin :kof2003:00010000:107D0C:0000001B:FFFFFFFF:K' :kof2003:00010000:107D0C:0000001C:FFFFFFFF:Maxima :kof2003:00010000:107D0C:0000001D:FFFFFFFF:Whip :kof2003:00010000:107D0C:0000001E:FFFFFFFF:Kyo :kof2003:00010000:107D0C:0000001F:FFFFFFFF:Iori :kof2003:00010000:107D0C:00000021:FFFFFFFF:Kusanagi :kof2003:00010000:107D0C:00000020:FFFFFFFF:Chizuru :kof2003:00010000:107D0C:00000024:FFFFFFFF:Maki :kof2003:00010000:107D0C:00000022:FFFFFFFF:Adel :kof2003:00010000:107D0C:00000023:FFFFFFFF:Mukai :kof2003:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof2003:00010000:107D0D:00000000:FFFFFFFF:Ash :kof2003:00010000:107D0D:00000001:FFFFFFFF:Duolon :kof2003:00010000:107D0D:00000002:FFFFFFFF:Shen :kof2003:00010000:107D0D:00000003:FFFFFFFF:Terry :kof2003:00010000:107D0D:00000004:FFFFFFFF:Joe :kof2003:00010000:107D0D:00000005:FFFFFFFF:Tizoc :kof2003:00010000:107D0D:00000006:FFFFFFFF:Ryo :kof2003:00010000:107D0D:00000007:FFFFFFFF:Robert :kof2003:00010000:107D0D:00000008:FFFFFFFF:Yuri :kof2003:00010000:107D0D:00000009:FFFFFFFF:Kim :kof2003:00010000:107D0D:0000000A:FFFFFFFF:Chang :kof2003:00010000:107D0D:0000000B:FFFFFFFF:Jhun :kof2003:00010000:107D0D:0000000C:FFFFFFFF:Leona :kof2003:00010000:107D0D:0000000D:FFFFFFFF:Ralf :kof2003:00010000:107D0D:0000000E:FFFFFFFF:Clark :kof2003:00010000:107D0D:0000000F:FFFFFFFF:Gato :kof2003:00010000:107D0D:00000010:FFFFFFFF:Billy :kof2003:00010000:107D0D:00000011:FFFFFFFF:Yamazaki :kof2003:00010000:107D0D:00000012:FFFFFFFF:King :kof2003:00010000:107D0D:00000013:FFFFFFFF:Mai :kof2003:00010000:107D0D:00000014:FFFFFFFF:Mary :kof2003:00010000:107D0D:00000015:FFFFFFFF:Benimaru :kof2003:00010000:107D0D:00000016:FFFFFFFF:Shingo :kof2003:00010000:107D0D:00000017:FFFFFFFF:Daimon :kof2003:00010000:107D0D:00000018:FFFFFFFF:Athena :kof2003:00010000:107D0D:00000019:FFFFFFFF:Hinako :kof2003:00010000:107D0D:0000001A:FFFFFFFF:Malin :kof2003:00010000:107D0D:0000001B:FFFFFFFF:K' :kof2003:00010000:107D0D:0000001C:FFFFFFFF:Maxima :kof2003:00010000:107D0D:0000001D:FFFFFFFF:Whip :kof2003:00010000:107D0D:0000001E:FFFFFFFF:Kyo :kof2003:00010000:107D0D:0000001F:FFFFFFFF:Iori :kof2003:00010000:107D0D:00000021:FFFFFFFF:Kusanagi :kof2003:00010000:107D0D:00000020:FFFFFFFF:Chizuru :kof2003:00010000:107D0D:00000024:FFFFFFFF:Maki :kof2003:00010000:107D0D:00000022:FFFFFFFF:Adel :kof2003:00010000:107D0D:00000023:FFFFFFFF:Mukai :kof2003:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof2003:00010000:107D0E:00000000:FFFFFFFF:Ash :kof2003:00010000:107D0E:00000001:FFFFFFFF:Duolon :kof2003:00010000:107D0E:00000002:FFFFFFFF:Shen :kof2003:00010000:107D0E:00000003:FFFFFFFF:Terry :kof2003:00010000:107D0E:00000004:FFFFFFFF:Joe :kof2003:00010000:107D0E:00000005:FFFFFFFF:Tizoc :kof2003:00010000:107D0E:00000006:FFFFFFFF:Ryo :kof2003:00010000:107D0E:00000007:FFFFFFFF:Robert :kof2003:00010000:107D0E:00000008:FFFFFFFF:Yuri :kof2003:00010000:107D0E:00000009:FFFFFFFF:Kim :kof2003:00010000:107D0E:0000000A:FFFFFFFF:Chang :kof2003:00010000:107D0E:0000000B:FFFFFFFF:Jhun :kof2003:00010000:107D0E:0000000C:FFFFFFFF:Leona :kof2003:00010000:107D0E:0000000D:FFFFFFFF:Ralf :kof2003:00010000:107D0E:0000000E:FFFFFFFF:Clark :kof2003:00010000:107D0E:0000000F:FFFFFFFF:Gato :kof2003:00010000:107D0E:00000010:FFFFFFFF:Billy :kof2003:00010000:107D0E:00000011:FFFFFFFF:Yamazaki :kof2003:00010000:107D0E:00000012:FFFFFFFF:King :kof2003:00010000:107D0E:00000013:FFFFFFFF:Mai :kof2003:00010000:107D0E:00000014:FFFFFFFF:Mary :kof2003:00010000:107D0E:00000015:FFFFFFFF:Benimaru :kof2003:00010000:107D0E:00000016:FFFFFFFF:Shingo :kof2003:00010000:107D0E:00000017:FFFFFFFF:Daimon :kof2003:00010000:107D0E:00000018:FFFFFFFF:Athena :kof2003:00010000:107D0E:00000019:FFFFFFFF:Hinako :kof2003:00010000:107D0E:0000001A:FFFFFFFF:Malin :kof2003:00010000:107D0E:0000001B:FFFFFFFF:K' :kof2003:00010000:107D0E:0000001C:FFFFFFFF:Maxima :kof2003:00010000:107D0E:0000001D:FFFFFFFF:Whip :kof2003:00010000:107D0E:0000001E:FFFFFFFF:Kyo :kof2003:00010000:107D0E:0000001F:FFFFFFFF:Iori :kof2003:00010000:107D0E:00000021:FFFFFFFF:Kusanagi :kof2003:00010000:107D0E:00000020:FFFFFFFF:Chizuru :kof2003:00010000:107D0E:00000024:FFFFFFFF:Maki :kof2003:00010000:107D0E:00000022:FFFFFFFF:Adel :kof2003:00010000:107D0E:00000023:FFFFFFFF:Mukai :kof2003:00000000:2FED1D:00000070:FFFFFFFF:Infinite Character (A) Energy PL2 :kof2003:00000000:2FEE1D:00000070:FFFFFFFF:Infinite Character (B) Energy PL2 :kof2003:00000000:2FEF1D:00000070:FFFFFFFF:Infinite Character (C) Energy PL2 :kof2003:00000001:2FED1D:00000000:FFFFFFFF:Drain All Character (A) Energy Now! PL2 :kof2003:00000001:2FEE1D:00000000:FFFFFFFF:Drain All Character (B) Energy Now! PL2 :kof2003:00000001:2FEF1D:00000000:FFFFFFFF:Drain All Character (C) Energy Now! PL2 :kof2003:00000000:2FEC04:00000005:FFFFFFFF:Infinite Power PL2 :kof2003:00010000:2FEC00:00000048:FFFFFFFF:Infinite Power PL2 (2/2) :kof2003:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof2003:00010000:107D0F:00000000:FFFFFFFF:Ash :kof2003:00010000:107D0F:00000001:FFFFFFFF:Duolon :kof2003:00010000:107D0F:00000002:FFFFFFFF:Shen :kof2003:00010000:107D0F:00000003:FFFFFFFF:Terry :kof2003:00010000:107D0F:00000004:FFFFFFFF:Joe :kof2003:00010000:107D0F:00000005:FFFFFFFF:Tizoc :kof2003:00010000:107D0F:00000006:FFFFFFFF:Ryo :kof2003:00010000:107D0F:00000007:FFFFFFFF:Robert :kof2003:00010000:107D0F:00000008:FFFFFFFF:Yuri :kof2003:00010000:107D0F:00000009:FFFFFFFF:Kim :kof2003:00010000:107D0F:0000000A:FFFFFFFF:Chang :kof2003:00010000:107D0F:0000000B:FFFFFFFF:Jhun :kof2003:00010000:107D0F:0000000C:FFFFFFFF:Leona :kof2003:00010000:107D0F:0000000D:FFFFFFFF:Ralf :kof2003:00010000:107D0F:0000000E:FFFFFFFF:Clark :kof2003:00010000:107D0F:0000000F:FFFFFFFF:Gato :kof2003:00010000:107D0F:00000010:FFFFFFFF:Billy :kof2003:00010000:107D0F:00000011:FFFFFFFF:Yamazaki :kof2003:00010000:107D0F:00000012:FFFFFFFF:King :kof2003:00010000:107D0F:00000013:FFFFFFFF:Mai :kof2003:00010000:107D0F:00000014:FFFFFFFF:Mary :kof2003:00010000:107D0F:00000015:FFFFFFFF:Benimaru :kof2003:00010000:107D0F:00000016:FFFFFFFF:Shingo :kof2003:00010000:107D0F:00000017:FFFFFFFF:Daimon :kof2003:00010000:107D0F:00000018:FFFFFFFF:Athena :kof2003:00010000:107D0F:00000019:FFFFFFFF:Hinako :kof2003:00010000:107D0F:0000001A:FFFFFFFF:Malin :kof2003:00010000:107D0F:0000001B:FFFFFFFF:K' :kof2003:00010000:107D0F:0000001C:FFFFFFFF:Maxima :kof2003:00010000:107D0F:0000001D:FFFFFFFF:Whip :kof2003:00010000:107D0F:0000001E:FFFFFFFF:Kyo :kof2003:00010000:107D0F:0000001F:FFFFFFFF:Iori :kof2003:00010000:107D0F:00000021:FFFFFFFF:Kusanagi :kof2003:00010000:107D0F:00000020:FFFFFFFF:Chizur :kof2003:00010000:107D0F:00000024:FFFFFFFF:Maki :kof2003:00010000:107D0F:00000022:FFFFFFFF:Adel :kof2003:00010000:107D0F:00000023:FFFFFFFF:Mukai :kof2003:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof2003:00010000:107D10:00000000:FFFFFFFF:Ash :kof2003:00010000:107D10:00000001:FFFFFFFF:Duolon :kof2003:00010000:107D10:00000002:FFFFFFFF:Shen :kof2003:00010000:107D10:00000003:FFFFFFFF:Terry :kof2003:00010000:107D10:00000004:FFFFFFFF:Joe :kof2003:00010000:107D10:00000005:FFFFFFFF:Tizoc :kof2003:00010000:107D10:00000006:FFFFFFFF:Ryo :kof2003:00010000:107D10:00000007:FFFFFFFF:Robert :kof2003:00010000:107D10:00000008:FFFFFFFF:Yuri :kof2003:00010000:107D10:00000009:FFFFFFFF:Kim :kof2003:00010000:107D10:0000000A:FFFFFFFF:Chang :kof2003:00010000:107D10:0000000B:FFFFFFFF:Jhun :kof2003:00010000:107D10:0000000C:FFFFFFFF:Leona :kof2003:00010000:107D10:0000000D:FFFFFFFF:Ralf :kof2003:00010000:107D10:0000000E:FFFFFFFF:Clark :kof2003:00010000:107D10:0000000F:FFFFFFFF:Gato :kof2003:00010000:107D10:00000010:FFFFFFFF:Billy :kof2003:00010000:107D10:00000011:FFFFFFFF:Yamazaki :kof2003:00010000:107D10:00000012:FFFFFFFF:King :kof2003:00010000:107D10:00000013:FFFFFFFF:Mai :kof2003:00010000:107D10:00000014:FFFFFFFF:Mary :kof2003:00010000:107D10:00000015:FFFFFFFF:Benimaru :kof2003:00010000:107D10:00000016:FFFFFFFF:Shingo :kof2003:00010000:107D10:00000017:FFFFFFFF:Daimon :kof2003:00010000:107D10:00000018:FFFFFFFF:Athena :kof2003:00010000:107D10:00000019:FFFFFFFF:Hinako :kof2003:00010000:107D10:0000001A:FFFFFFFF:Malin :kof2003:00010000:107D10:0000001B:FFFFFFFF:K' :kof2003:00010000:107D10:0000001C:FFFFFFFF:Maxima :kof2003:00010000:107D10:0000001D:FFFFFFFF:Whip :kof2003:00010000:107D10:0000001E:FFFFFFFF:Kyo :kof2003:00010000:107D10:0000001F:FFFFFFFF:Iori :kof2003:00010000:107D10:00000021:FFFFFFFF:Kusanagi :kof2003:00010000:107D10:00000020:FFFFFFFF:Chizur :kof2003:00010000:107D10:00000024:FFFFFFFF:Maki :kof2003:00010000:107D10:00000022:FFFFFFFF:Adel :kof2003:00010000:107D10:00000023:FFFFFFFF:Muka :kof2003:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof2003:00010000:107D11:00000000:FFFFFFFF:Ash :kof2003:00010000:107D11:00000001:FFFFFFFF:Duolon :kof2003:00010000:107D11:00000002:FFFFFFFF:Shen :kof2003:00010000:107D11:00000003:FFFFFFFF:Terry :kof2003:00010000:107D11:00000004:FFFFFFFF:Joe :kof2003:00010000:107D11:00000005:FFFFFFFF:Tizoc :kof2003:00010000:107D11:00000006:FFFFFFFF:Ryo :kof2003:00010000:107D11:00000007:FFFFFFFF:Robert :kof2003:00010000:107D11:00000008:FFFFFFFF:Yuri :kof2003:00010000:107D11:00000009:FFFFFFFF:Kim :kof2003:00010000:107D11:0000000A:FFFFFFFF:Chang :kof2003:00010000:107D11:0000000B:FFFFFFFF:Jhun :kof2003:00010000:107D11:0000000C:FFFFFFFF:Leona :kof2003:00010000:107D11:0000000D:FFFFFFFF:Ralf :kof2003:00010000:107D11:0000000E:FFFFFFFF:Clark :kof2003:00010000:107D11:0000000F:FFFFFFFF:Gato :kof2003:00010000:107D11:00000010:FFFFFFFF:Billy :kof2003:00010000:107D11:00000011:FFFFFFFF:Yamazaki :kof2003:00010000:107D11:00000012:FFFFFFFF:King :kof2003:00010000:107D11:00000013:FFFFFFFF:Mai :kof2003:00010000:107D11:00000014:FFFFFFFF:Mary :kof2003:00010000:107D11:00000015:FFFFFFFF:Benimaru :kof2003:00010000:107D11:00000016:FFFFFFFF:Shingo :kof2003:00010000:107D11:00000017:FFFFFFFF:Daimon :kof2003:00010000:107D11:00000018:FFFFFFFF:Athena :kof2003:00010000:107D11:00000019:FFFFFFFF:Hinako :kof2003:00010000:107D11:0000001A:FFFFFFFF:Malin :kof2003:00010000:107D11:0000001B:FFFFFFFF:K' :kof2003:00010000:107D11:0000001C:FFFFFFFF:Maxima :kof2003:00010000:107D11:0000001D:FFFFFFFF:Whip :kof2003:00010000:107D11:0000001E:FFFFFFFF:Kyo :kof2003:00010000:107D11:0000001F:FFFFFFFF:Iori :kof2003:00010000:107D11:00000021:FFFFFFFF:Kusanagi :kof2003:00010000:107D11:00000020:FFFFFFFF:Chizuru :kof2003:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof2003:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof2003:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters Special Edition 2004, The (The King of Fighters 2002 bootleg) ] :kof2k4se:00000000:10A7D2:00000099:FFFFFFFF:Infinite Time :kof2k4se:00000001:10A7D2:00000000:FFFFFFFF:Finish This Round Now! :kof2k4se:00010001:10A7D3:00000001:FFFFFFFF:Finish This Round Now! (2/2) :kof2k4se:00000001:10A79B:00000008:FFFFFFFF:See End Sequence Next!:Finish the current match to go straight to the end sequence :kof2k4se:62000000:000000:00000000:00000000:Select Backdrop:The names for the backdrops are unknown, so the kof2002 names have been used which are obviously incorrect :kof2k4se:00010000:10A79A:00000000:FFFFFFFF:Japan :kof2k4se:00010000:10A79A:00000001:FFFFFFFF:Korea :kof2k4se:00010000:10A79A:00000002:FFFFFFFF:China :kof2k4se:00010000:10A79A:00000003:FFFFFFFF:Holland :kof2k4se:00010000:10A79A:00000004:FFFFFFFF:Cambodia :kof2k4se:00010000:10A79A:00000005:FFFFFFFF:Mexico :kof2k4se:00010000:10A79A:00000006:FFFFFFFF:Italy :kof2k4se:00010000:10A79A:00000007:FFFFFFFF:Rugal :kof2k4se:00010000:10A79A:00000008:FFFFFFFF:NESTS :kof2k4se:00000000:108239:00000066:FFFFFFFF:Infinite Energy PL1 :kof2k4se:00000000:1082E3:00000005:FFFFFFFF:Always have Maximum Power PL1 :kof2k4se:00000001:108239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :kof2k4se:00000001:1082E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :kof2k4se:00010001:1081E8:00000000:FFFFFFFF:Drain All Power Now! PL1 (2/2) :kof2k4se:00000000:1082E3:00000005:FFFFFFFF:Always have Max Mode PL1 :kof2k4se:00010000:1081EA:0000002F:FFFFFFFF:Always have Max Mode PL1 (2/4) :kof2k4se:00010000:1081EB:00000010:FFFFFFFF:Always have Max Mode PL1 (3/4) :kof2k4se:00010000:10821D:00000020:00000020:Always have Max Mode PL1 (4/4) :kof2k4se:00000000:10823F:00000066:FFFFFFFF:Infinite Stun Gauge PL1 :kof2k4se:00000000:108247:00000066:FFFFFFFF:Infinite Guard Bar PL1 :kof2k4se:00000000:108244:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL1 :kof2k4se:00000000:10824C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL1 :kof2k4se:00000100:10A7E5:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof2k4se:62000000:000000:00000000:00000000:Select Team PL1 :kof2k4se:00010000:10A7E3:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof2k4se:00010000:10A7E3:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof2k4se:00010000:10A7E3:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof2k4se:00010000:10A7E3:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof2k4se:00010000:10A7E3:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof2k4se:00010000:10A7E3:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kof2k4se:00010000:10A7E3:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kof2k4se:00010000:10A7E3:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof2k4se:00010000:10A7E3:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kof2k4se:00010000:10A7E3:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof2k4se:00010000:10A7E3:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kof2k4se:00010000:10A7E3:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kof2k4se:00010000:10A7E3:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kof2k4se:00010000:10A7E3:0000000D:FFFFFFFF:Rugal (solo) :kof2k4se:00010000:10A7E3:000000FF:FFFFFFFF:Custom Team :kof2k4se:62000000:000000:00000000:00000000:Select Team Style PL1 :kof2k4se:00010000:10A7E4:00000040:00000040:Fight Solo:You fight with your A character :kof2k4se:00010000:10A7E4:00000000:00000040:Fight as a Team :kof2k4se:62000000:000000:00000000:00000000:Select Character (A) PL1 :kof2k4se:00010000:10A804:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A804:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A804:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A804:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A804:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A804:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A804:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A804:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A804:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A804:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A804:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A804:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A804:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A804:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A804:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A804:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A804:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A804:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A804:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A804:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A804:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A804:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A804:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A804:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A804:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A804:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A804:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A804:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A804:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A804:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A804:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A804:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A804:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A804:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A804:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A804:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A804:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A804:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A804:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A804:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A804:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Character (B) PL1 :kof2k4se:00010000:10A805:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A805:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A805:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A805:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A805:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A805:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A805:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A805:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A805:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A805:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A805:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A805:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A805:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A805:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A805:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A805:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A805:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A805:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A805:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A805:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A805:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A805:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A805:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A805:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A805:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A805:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A805:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A805:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A805:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A805:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A805:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A805:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A805:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A805:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A805:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A805:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A805:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A805:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A805:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A805:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A805:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Character (C) PL1 :kof2k4se:00010000:10A806:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A806:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A806:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A806:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A806:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A806:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A806:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A806:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A806:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A806:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A806:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A806:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A806:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A806:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A806:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A806:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A806:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A806:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A806:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A806:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A806:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A806:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A806:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A806:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A806:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A806:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A806:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A806:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A806:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A806:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A806:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A806:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A806:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A806:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A806:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A806:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A806:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A806:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A806:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A806:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A806:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Fighter (A) PL1 :kof2k4se:00010000:10A7EE:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A7EE:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A7EE:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A7EE:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A7EE:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A7EE:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A7EE:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A7EE:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A7EE:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A7EE:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A7EE:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A7EE:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A7EE:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A7EE:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A7EE:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A7EE:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A7EE:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A7EE:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A7EE:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A7EE:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A7EE:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A7EE:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A7EE:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A7EE:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A7EE:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A7EE:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A7EE:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A7EE:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A7EE:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A7EE:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A7EE:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A7EE:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A7EE:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A7EE:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A7EE:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A7EE:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A7EE:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A7EE:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A7EE:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A7EE:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A7EE:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Fighter (B) PL1 :kof2k4se:00010000:10A7EF:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A7EF:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A7EF:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A7EF:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A7EF:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A7EF:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A7EF:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A7EF:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A7EF:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A7EF:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A7EF:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A7EF:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A7EF:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A7EF:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A7EF:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A7EF:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A7EF:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A7EF:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A7EF:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A7EF:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A7EF:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A7EF:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A7EF:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A7EF:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A7EF:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A7EF:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A7EF:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A7EF:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A7EF:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A7EF:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A7EF:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A7EF:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A7EF:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A7EF:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A7EF:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A7EF:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A7EF:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A7EF:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A7EF:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A7EF:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A7EF:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Fighter (C) PL1 :kof2k4se:00010000:10A7F0:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A7F0:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A7F0:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A7F0:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A7F0:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A7F0:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A7F0:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A7F0:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A7F0:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A7F0:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A7F0:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A7F0:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A7F0:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A7F0:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A7F0:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A7F0:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A7F0:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A7F0:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A7F0:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A7F0:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A7F0:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A7F0:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A7F0:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A7F0:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A7F0:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A7F0:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A7F0:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A7F0:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A7F0:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A7F0:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A7F0:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A7F0:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A7F0:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A7F0:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A7F0:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A7F0:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A7F0:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A7F0:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A7F0:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A7F0:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A7F0:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Winquote Character (A) PL1 :kof2k4se:00010000:10A7E6:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A7E6:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A7E6:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A7E6:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A7E6:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A7E6:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A7E6:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A7E6:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A7E6:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A7E6:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A7E6:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A7E6:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A7E6:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A7E6:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A7E6:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A7E6:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A7E6:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A7E6:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A7E6:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A7E6:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A7E6:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A7E6:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A7E6:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A7E6:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A7E6:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A7E6:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A7E6:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A7E6:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A7E6:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A7E6:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A7E6:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A7E6:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A7E6:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A7E6:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A7E6:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A7E6:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A7E6:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A7E6:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A7E6:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A7E6:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A7E6:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Winquote Character (B) PL1 :kof2k4se:00010000:10A7E7:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A7E7:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A7E7:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A7E7:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A7E7:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A7E7:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A7E7:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A7E7:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A7E7:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A7E7:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A7E7:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A7E7:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A7E7:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A7E7:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A7E7:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A7E7:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A7E7:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A7E7:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A7E7:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A7E7:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A7E7:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A7E7:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A7E7:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A7E7:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A7E7:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A7E7:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A7E7:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A7E7:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A7E7:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A7E7:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A7E7:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A7E7:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A7E7:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A7E7:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A7E7:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A7E7:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A7E7:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A7E7:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A7E7:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A7E7:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A7E7:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Winquote Character (C) PL1 :kof2k4se:00010000:10A7E8:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A7E8:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A7E8:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A7E8:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A7E8:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A7E8:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A7E8:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A7E8:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A7E8:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A7E8:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A7E8:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A7E8:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A7E8:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A7E8:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A7E8:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A7E8:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A7E8:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A7E8:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A7E8:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A7E8:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A7E8:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A7E8:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A7E8:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A7E8:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A7E8:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A7E8:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A7E8:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A7E8:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A7E8:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A7E8:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A7E8:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A7E8:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A7E8:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A7E8:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A7E8:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A7E8:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A7E8:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A7E8:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A7E8:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A7E8:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A7E8:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Mode PL1:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kof2k4se:00010000:108182:00000000:00000004:Normal Mode :kof2k4se:00010000:108182:00000004:00000004:Hero Mode :kof2k4se:00000700:10A7F8:00000002:00000003:Select Order Number (A) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2k4se:00000700:10A7F9:00000002:00000003:Select Order Number (B) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2k4se:00000700:10A7FA:00000002:00000003:Select Order Number (C) PL1:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2k4se:62000000:000000:00000000:00000000:Select Roulette Status (A) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2k4se:00010000:10A804:00000000:00000080:Not Selected by Roulette :kof2k4se:00010000:10A804:00000080:00000080:Selected by Roulette :kof2k4se:62000000:000000:00000000:00000000:Select Roulette Status (B) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2k4se:00010000:10A805:00000000:00000080:Not Selected by Roulette :kof2k4se:00010000:10A805:00000080:00000080:Selected by Roulette :kof2k4se:62000000:000000:00000000:00000000:Select Roulette Status (C) PL1:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2k4se:00010000:10A806:00000000:00000080:Not Selected by Roulette :kof2k4se:00010000:10A806:00000080:00000080:Selected by Roulette :kof2k4se:62000000:000000:00000000:00000000:Select Moves PL1:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kof2k4se:00010000:10821D:00000000:00000010:Normal Moves :kof2k4se:00010000:10821D:00000010:00000010:Orochi Moves :kof2k4se:62000000:000000:00000000:00000000:Select Character Colour (A) PL1 :kof2k4se:00010000:10A7EA:00000000:00000003:A colour :kof2k4se:00010000:10A7EA:00000001:00000003:B colour :kof2k4se:00010000:10A7EA:00000002:00000003:C colour :kof2k4se:00010000:10A7EA:00000003:00000003:D colour :kof2k4se:62000000:000000:00000000:00000000:Select Character Colour (B) PL1 :kof2k4se:00010000:10A7EB:00000000:00000003:A colour :kof2k4se:00010000:10A7EB:00000001:00000003:B colour :kof2k4se:00010000:10A7EB:00000002:00000003:C colour :kof2k4se:00010000:10A7EB:00000003:00000003:D colour :kof2k4se:62000000:000000:00000000:00000000:Select Character Colour (C) PL1 :kof2k4se:00010000:10A7EC:00000000:00000003:A colour :kof2k4se:00010000:10A7EC:00000001:00000003:B colour :kof2k4se:00010000:10A7EC:00000002:00000003:C colour :kof2k4se:00010000:10A7EC:00000003:00000003:D colour :kof2k4se:62000000:000000:00000000:00000000:Select Colours (A) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2k4se:00010000:10A7E3:00000000:00000001:Normal Colours :kof2k4se:00010000:10A7E3:00000001:00000001:Orochi Colours :kof2k4se:62000000:000000:00000000:00000000:Select Colours (B) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2k4se:00010000:10A7E3:00000000:00000002:Normal Colours :kof2k4se:00010000:10A7E3:00000002:00000002:Orochi Colours :kof2k4se:62000000:000000:00000000:00000000:Select Colours (C) PL1:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2k4se:00010000:10A7E3:00000000:00000004:Normal Colours :kof2k4se:00010000:10A7E3:00000004:00000004:Orochi Colours :kof2k4se:00000000:108439:00000066:FFFFFFFF:Infinite Energy PL2 :kof2k4se:00000000:1084E3:00000005:FFFFFFFF:Always have Maximum Power PL2 :kof2k4se:00000001:108439:00000000:FFFFFFFF:Drain All Energy Now! PL2 :kof2k4se:00000001:1084E3:00000000:FFFFFFFF:Drain All Power Now! PL2 :kof2k4se:00010001:1083E8:00000000:FFFFFFFF:Drain All Power Now! PL2 (2/2) :kof2k4se:00000000:1084E3:00000005:FFFFFFFF:Always have Max Mode PL2 :kof2k4se:00010000:1083EA:0000002F:FFFFFFFF:Always have Max Mode PL2 (2/4) :kof2k4se:00010000:1083EB:00000010:FFFFFFFF:Always have Max Mode PL2 (3/4) :kof2k4se:00010000:10841D:00000020:00000020:Always have Max Mode PL2 (4/4) :kof2k4se:00000000:10843F:00000066:FFFFFFFF:Infinite Stun Gauge PL2 :kof2k4se:00000000:108447:00000066:FFFFFFFF:Infinite Guard Bar PL2 :kof2k4se:00000000:108444:00000010:FFFFFFFF:Near-Instant Stun Gauge Recovery PL2 :kof2k4se:00000000:10844C:00000022:FFFFFFFF:Near-Instant Guard Bar Recovery PL2 :kof2k4se:00000100:10A80B:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof2k4se:62000000:000000:00000000:00000000:Select Team PL2 :kof2k4se:00010000:10A809:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof2k4se:00010000:10A809:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof2k4se:00010000:10A809:00000002:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof2k4se:00010000:10A809:00000003:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof2k4se:00010000:10A809:00000004:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof2k4se:00010000:10A809:00000005:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Takuma :kof2k4se:00010000:10A809:00000006:FFFFFFFF:Womens Team:Mai, Yuri, May Lee :kof2k4se:00010000:10A809:00000007:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof2k4se:00010000:10A809:00000008:FFFFFFFF:'98 Special Team:Yamazaki, Mary, Billy :kof2k4se:00010000:10A809:00000009:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof2k4se:00010000:10A809:0000000A:FFFFFFFF:Hero Team:K', Maxima, Whip :kof2k4se:00010000:10A809:0000000B:FFFFFFFF:2000 Special Team:Vanessa, Seth, Ramon :kof2k4se:00010000:10A809:0000000C:FFFFFFFF:NESTS Team:Kula, K9999, Angel :kof2k4se:00010000:10A809:0000000D:FFFFFFFF:Rugal (solo) :kof2k4se:00010000:10A809:000000FF:FFFFFFFF:Custom Team :kof2k4se:62000000:000000:00000000:00000000:Select Team Style PL2 :kof2k4se:00010000:10A80A:00000040:00000040:Fight Solo:You fight with your A character :kof2k4se:00010000:10A80A:00000000:00000040:Fight as a Team :kof2k4se:62000000:000000:00000000:00000000:Select Character (A) PL2 :kof2k4se:00010000:10A82A:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A82A:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A82A:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A82A:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A82A:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A82A:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A82A:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A82A:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A82A:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A82A:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A82A:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A82A:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A82A:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A82A:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A82A:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A82A:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A82A:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A82A:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A82A:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A82A:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A82A:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A82A:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A82A:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A82A:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A82A:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A82A:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A82A:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A82A:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A82A:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A82A:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A82A:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A82A:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A82A:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A82A:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A82A:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A82A:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A82A:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A82A:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A82A:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A82A:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A82A:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Character (B) PL2 :kof2k4se:00010000:10A82B:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A82B:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A82B:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A82B:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A82B:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A82B:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A82B:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A82B:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A82B:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A82B:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A82B:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A82B:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A82B:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A82B:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A82B:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A82B:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A82B:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A82B:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A82B:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A82B:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A82B:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A82B:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A82B:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A82B:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A82B:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A82B:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A82B:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A82B:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A82B:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A82B:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A82B:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A82B:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A82B:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A82B:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A82B:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A82B:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A82B:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A82B:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A82B:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A82B:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A82B:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Character (C) PL2 :kof2k4se:00010000:10A82C:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A82C:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A82C:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A82C:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A82C:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A82C:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A82C:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A82C:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A82C:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A82C:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A82C:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A82C:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A82C:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A82C:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A82C:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A82C:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A82C:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A82C:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A82C:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A82C:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A82C:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A82C:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A82C:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A82C:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A82C:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A82C:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A82C:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A82C:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A82C:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A82C:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A82C:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A82C:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A82C:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A82C:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A82C:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A82C:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A82C:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A82C:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A82C:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A82C:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A82C:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Fighter (A) PL2 :kof2k4se:00010000:10A814:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A814:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A814:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A814:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A814:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A814:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A814:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A814:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A814:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A814:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A814:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A814:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A814:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A814:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A814:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A814:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A814:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A814:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A814:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A814:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A814:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A814:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A814:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A814:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A814:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A814:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A814:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A814:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A814:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A814:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A814:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A814:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A814:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A814:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A814:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A814:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A814:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A814:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A814:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A814:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A814:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Fighter (B) PL2 :kof2k4se:00010000:10A815:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A815:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A815:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A815:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A815:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A815:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A815:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A815:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A815:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A815:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A815:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A815:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A815:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A815:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A815:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A815:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A815:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A815:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A815:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A815:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A815:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A815:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A815:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A815:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A815:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A815:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A815:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A815:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A815:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A815:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A815:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A815:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A815:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A815:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A815:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A815:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A815:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A815:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A815:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A815:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A815:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Fighter (C) PL2 :kof2k4se:00010000:10A816:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A816:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A816:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A816:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A816:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A816:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A816:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A816:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A816:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A816:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A816:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A816:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A816:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A816:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A816:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A816:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A816:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A816:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A816:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A816:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A816:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A816:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A816:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A816:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A816:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A816:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A816:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A816:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A816:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A816:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A816:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A816:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A816:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A816:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A816:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A816:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A816:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A816:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A816:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A816:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A816:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Winquote Character (A) PL2 :kof2k4se:00010000:10A80C:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A80C:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A80C:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A80C:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A80C:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A80C:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A80C:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A80C:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A80C:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A80C:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A80C:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A80C:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A80C:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A80C:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A80C:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A80C:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A80C:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A80C:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A80C:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A80C:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A80C:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A80C:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A80C:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A80C:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A80C:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A80C:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A80C:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A80C:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A80C:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A80C:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A80C:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A80C:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A80C:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A80C:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A80C:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A80C:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A80C:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A80C:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A80C:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A80C:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A80C:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Winquote Character (B) PL2 :kof2k4se:00010000:10A80D:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A80D:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A80D:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A80D:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A80D:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A80D:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A80D:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A80D:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A80D:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A80D:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A80D:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A80D:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A80D:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A80D:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A80D:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A80D:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A80D:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A80D:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A80D:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A80D:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A80D:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A80D:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A80D:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A80D:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A80D:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A80D:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A80D:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A80D:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A80D:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A80D:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A80D:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A80D:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A80D:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A80D:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A80D:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A80D:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A80D:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A80D:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A80D:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A80D:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A80D:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Winquote Character (C) PL2 :kof2k4se:00010000:10A80E:00000000:FFFFFFFF:Kyo :kof2k4se:00010000:10A80E:00000001:FFFFFFFF:Benimaru :kof2k4se:00010000:10A80E:00000002:FFFFFFFF:Daimon :kof2k4se:00010000:10A80E:00000003:FFFFFFFF:Terry :kof2k4se:00010000:10A80E:00000004:FFFFFFFF:Andy :kof2k4se:00010000:10A80E:00000005:FFFFFFFF:Joe :kof2k4se:00010000:10A80E:00000006:FFFFFFFF:Kim :kof2k4se:00010000:10A80E:00000007:FFFFFFFF:Chang :kof2k4se:00010000:10A80E:00000008:FFFFFFFF:Choi :kof2k4se:00010000:10A80E:00000009:FFFFFFFF:Athena :kof2k4se:00010000:10A80E:0000000A:FFFFFFFF:Kensou :kof2k4se:00010000:10A80E:0000000B:FFFFFFFF:Chin :kof2k4se:00010000:10A80E:0000000C:FFFFFFFF:Leona :kof2k4se:00010000:10A80E:0000000D:FFFFFFFF:Ralf :kof2k4se:00010000:10A80E:0000000E:FFFFFFFF:Clark :kof2k4se:00010000:10A80E:0000000F:FFFFFFFF:Ryo :kof2k4se:00010000:10A80E:00000010:FFFFFFFF:Robert :kof2k4se:00010000:10A80E:00000011:FFFFFFFF:Takuma :kof2k4se:00010000:10A80E:00000012:FFFFFFFF:Mai :kof2k4se:00010000:10A80E:00000013:FFFFFFFF:Yuri :kof2k4se:00010000:10A80E:00000014:FFFFFFFF:May Lee :kof2k4se:00010000:10A80E:00000015:FFFFFFFF:Iori :kof2k4se:00010000:10A80E:00000016:FFFFFFFF:Mature :kof2k4se:00010000:10A80E:00000017:FFFFFFFF:Vice :kof2k4se:00010000:10A80E:00000018:FFFFFFFF:Yamazaki :kof2k4se:00010000:10A80E:00000019:FFFFFFFF:Mary :kof2k4se:00010000:10A80E:0000001A:FFFFFFFF:Billy :kof2k4se:00010000:10A80E:0000001B:FFFFFFFF:Yashiro :kof2k4se:00010000:10A80E:0000001C:FFFFFFFF:Shermie :kof2k4se:00010000:10A80E:0000001D:FFFFFFFF:Chris :kof2k4se:00010000:10A80E:0000001E:FFFFFFFF:K' :kof2k4se:00010000:10A80E:0000001F:FFFFFFFF:Maxima :kof2k4se:00010000:10A80E:00000020:FFFFFFFF:Whip :kof2k4se:00010000:10A80E:00000021:FFFFFFFF:Vanessa :kof2k4se:00010000:10A80E:00000022:FFFFFFFF:Seth :kof2k4se:00010000:10A80E:00000023:FFFFFFFF:Ramon :kof2k4se:00010000:10A80E:00000024:FFFFFFFF:Kula :kof2k4se:00010000:10A80E:00000025:FFFFFFFF:K9999 :kof2k4se:00010000:10A80E:00000026:FFFFFFFF:Angel :kof2k4se:00010000:10A80E:00000027:FFFFFFFF:Kusanagi :kof2k4se:00010000:10A80E:00000028:FFFFFFFF:Rugal :kof2k4se:62000000:000000:00000000:00000000:Select Mode PL2:This controls whether May Lee is using Normal or Hero Mode. Normally, she changes with ABC :kof2k4se:00010000:108382:00000000:00000004:Normal Mode :kof2k4se:00010000:108382:00000004:00000004:Hero Mode :kof2k4se:00000700:10A81E:00000002:00000003:Select Order Number (A) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2k4se:00000700:10A81F:00000002:00000003:Select Order Number (B) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2k4se:00000700:10A820:00000002:00000003:Select Order Number (C) PL2:What this does is allow you to obfuscate your team order, which would mean that with these cheats on, you would be able to hide your order until your match begins :kof2k4se:62000000:000000:00000000:00000000:Select Roulette Status (A) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2k4se:00010000:10A82A:00000000:00000080:Not Selected by Roulette :kof2k4se:00010000:10A82A:00000080:00000080:Selected by Roulette :kof2k4se:62000000:000000:00000000:00000000:Select Roulette Status (B) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2k4se:00010000:10A82B:00000000:00000080:Not Selected by Roulette :kof2k4se:00010000:10A82B:00000080:00000080:Selected by Roulette :kof2k4se:62000000:000000:00000000:00000000:Select Roulette Status (C) PL2:This determines if your character is selected by Roulette (ie. whether or not your character changes each match because you selected them randomly). :kof2k4se:00010000:10A82C:00000000:00000080:Not Selected by Roulette :kof2k4se:00010000:10A82C:00000080:00000080:Selected by Roulette :kof2k4se:62000000:000000:00000000:00000000:Select Moves PL2:This controls whether Yashiro, Shermie, or Chris use their normal or Orochi moves :kof2k4se:00010000:10841D:00000000:00000010:Normal Moves :kof2k4se:00010000:10841D:00000010:00000010:Orochi Moves :kof2k4se:62000000:000000:00000000:00000000:Select Character Colour (A) PL2 :kof2k4se:00010000:10A810:00000000:00000003:A colour :kof2k4se:00010000:10A810:00000001:00000003:B colour :kof2k4se:00010000:10A810:00000002:00000003:C colour :kof2k4se:00010000:10A810:00000003:00000003:D colour :kof2k4se:62000000:000000:00000000:00000000:Select Character Colour (B) PL2 :kof2k4se:00010000:10A811:00000000:00000003:A colour :kof2k4se:00010000:10A811:00000001:00000003:B colour :kof2k4se:00010000:10A811:00000002:00000003:C colour :kof2k4se:00010000:10A811:00000003:00000003:D colour :kof2k4se:62000000:000000:00000000:00000000:Select Character Colour (C) PL2 :kof2k4se:00010000:10A812:00000000:00000003:A colour :kof2k4se:00010000:10A812:00000001:00000003:B colour :kof2k4se:00010000:10A812:00000002:00000003:C colour :kof2k4se:00010000:10A812:00000003:00000003:D colour :kof2k4se:62000000:000000:00000000:00000000:Select Colours (A) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2k4se:00010000:10A809:00000000:00000001:Normal Colours :kof2k4se:00010000:108809:00000001:00000001:Orochi Colours :kof2k4se:62000000:000000:00000000:00000000:Select Colours (B) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2k4se:00010000:10A809:00000000:00000002:Normal Colours :kof2k4se:00010000:108809:00000002:00000002:Orochi Colours :kof2k4se:62000000:000000:00000000:00000000:Select Colours (C) PL2:These control whether Yashiro, Shermie, or Chris have their normal or Orochi form colours. Change between rounds. :kof2k4se:00010000:10A809:00000000:00000004:Normal Colours :kof2k4se:00010000:108809:00000004:00000004:Orochi Colours :kof2k4se:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof2k4se:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof2k4se:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '94, The ] kof94:0:10882E:60:006:Infinite Time kof94:0:10882E:00:001:Finish Round Now! kof94:0:108221:CF:000:Infinite Energy PL1 kof94:0:108221:00:001:Drain all Energy Now! PL1 kof94:0:108219:7F:000:Always have Max POW PL1 kof94:0:108219:7F:001:Get Max POW Now! PL1 kof94:0:000000:00:999:[ Use these on the character selection screen ] kof94:0:108431:08:001:Play with Rugal PL2 kof94:0:108421:CF:000:Infinite Energy PL2 kof94:0:108421:00:001:Drain all Energy Now! PL2 kof94:0:108419:7F:000:Always have Max POW PL2 kof94:0:108419:7F:001:Get Max POW Now! PL2 kof94:0:000000:00:999:[ Use these on the character selection screen ] kof94:0:108231:08:001:Play with Rugal PL1 :kof94:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof94:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof94:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '95, The (set 1) ] kof95:0:10A836:60:007:Infinite Time kof95:0:10A836:00:001:Finish Round Now! kof95:0:100000:04:000:Boss code & Timer stop kof95:0:10E79A:01:000:Enable hidden characters:Adds the extra two hidden characters to the selection screen kof95:0:108221:CF:000:Infinite Energy PL1 kof95:0:108221:00:001:Drain all Energy Now! PL1 kof95:0:108219:7F:000:Always have Max POW PL1 kof95:0:108219:7F:001:Get Max POW Now! PL1 kof95:0:000000:00:999:[ Free player selection - Use just after ] kof95:0:000000:00:999:[ character selection. If used in-game the ] kof95:0:000000:00:999:[ character will only change when a new round ] kof95:0:000000:00:999:[ starts (both teams). ] kof95:0:10A843:00:001:Play as Heidern (1st Char) PL1 kof95:0:10A843:01:001:Play as Ralf (1st Char) PL1 kof95:0:10A843:02:001:Play as Clark (1st Char) PL1 kof95:0:10A843:03:001:Play as Athena (1st Char) PL1 kof95:0:10A843:04:001:Play as Kensou (1st Char) PL1 kof95:0:10A843:05:001:Play as Chin (1st Char) PL1 kof95:0:10A843:06:001:Play as Kyo (1st Char) PL1 kof95:0:10A843:07:001:Play as Benimaru (1st Char) PL1 kof95:0:10A843:08:001:Play as Daimon (1st Char) PL1 kof95:0:10A843:09:001:Play as Iori (1st Char) PL1 kof95:0:10A843:0A:001:Play as Eiji (1st Char) PL1 kof95:0:10A843:0B:001:Play as Billy (1st Char) PL1 kof95:0:10A843:0C:001:Play as Kim (1st Char) PL1 kof95:0:10A843:0D:001:Play as Chang (1st Char) PL1 kof95:0:10A843:0E:001:Play as Choi (1st Char) PL1 kof95:0:10A843:0F:001:Play as Terry (1st Char) PL1 kof95:0:10A843:10:001:Play as Andy (1st Char) PL1 kof95:0:10A843:11:001:Play as Joe (1st Char) PL1 kof95:0:10A843:12:001:Play as Ryo (1st Char) PL1 kof95:0:10A843:13:001:Play as Robert (1st Char) PL1 kof95:0:10A843:14:001:Play as Takuma (1st Char) PL1 kof95:0:10A843:15:001:Play as Yuri (1st Char) PL1 kof95:0:10A843:16:001:Play as Mai (1st Char) PL1 kof95:0:10A843:17:001:Play as King (1st Char) PL1 kof95:0:10A843:18:001:Play as Saisyu Kusanagi (1st Char) PL1 kof95:0:10A843:19:001:Play as Omega Rugal (1st Char) PL1 kof95:0:10A844:00:001:Play as Heidern (2nd Char) PL1 kof95:0:10A844:01:001:Play as Ralf (2nd Char) PL1 kof95:0:10A844:02:001:Play as Clark (2nd Char) PL1 kof95:0:10A844:03:001:Play as Athena (2nd Char) PL1 kof95:0:10A844:04:001:Play as Kensou (2nd Char) PL1 kof95:0:10A844:05:001:Play as Chin (2nd Char) PL1 kof95:0:10A844:06:001:Play as Kyo (2nd Char) PL1 kof95:0:10A844:07:001:Play as Benimaru (2nd Char) PL1 kof95:0:10A844:08:001:Play as Daimon (2nd Char) PL1 kof95:0:10A844:09:001:Play as Iori (2nd Char) PL1 kof95:0:10A844:0A:001:Play as Eiji (2nd Char) PL1 kof95:0:10A844:0B:001:Play as Billy (2nd Char) PL1 kof95:0:10A844:0C:001:Play as Kim (2nd Char) PL1 kof95:0:10A844:0D:001:Play as Chang (2nd Char) PL1 kof95:0:10A844:0E:001:Play as Choi (2nd Char) PL1 kof95:0:10A844:0F:001:Play as Terry (2nd Char) PL1 kof95:0:10A844:10:001:Play as Andy (2nd Char) PL1 kof95:0:10A844:11:001:Play as Joe (2nd Char) PL1 kof95:0:10A844:12:001:Play as Ryo (2nd Char) PL1 kof95:0:10A844:13:001:Play as Robert (2nd Char) PL1 kof95:0:10A844:14:001:Play as Takuma (2nd Char) PL1 kof95:0:10A844:15:001:Play as Yuri (2nd Char) PL1 kof95:0:10A844:16:001:Play as Mai (2nd Char) PL1 kof95:0:10A844:17:001:Play as King (2nd Char) PL1 kof95:0:10A844:18:001:Play as Saisyu Kusanagi (2nd Char) PL1 kof95:0:10A844:19:001:Play as Omega Rugal (2nd Char) PL1 kof95:0:10A845:00:001:Play as Heidern (3rd Char) PL1 kof95:0:10A845:01:001:Play as Ralf (3rd Char) PL1 kof95:0:10A845:02:001:Play as Clark (3rd Char) PL1 kof95:0:10A845:03:001:Play as Athena (3rd Char) PL1 kof95:0:10A845:04:001:Play as Kensou (3rd Char) PL1 kof95:0:10A845:05:001:Play as Chin (3rd Char) PL1 kof95:0:10A845:06:001:Play as Kyo (3rd Char) PL1 kof95:0:10A845:07:001:Play as Benimaru (3rd Char) PL1 kof95:0:10A845:08:001:Play as Daimon (3rd Char) PL1 kof95:0:10A845:09:001:Play as Iori (3rd Char) PL1 kof95:0:10A845:0A:001:Play as Eiji (3rd Char) PL1 kof95:0:10A845:0B:001:Play as Billy (3rd Char) PL1 kof95:0:10A845:0C:001:Play as Kim (3rd Char) PL1 kof95:0:10A845:0D:001:Play as Chang (3rd Char) PL1 kof95:0:10A845:0E:001:Play as Choi (3rd Char) PL1 kof95:0:10A845:0F:001:Play as Terry (3rd Char) PL1 kof95:0:10A845:10:001:Play as Andy (3rd Char) PL1 kof95:0:10A845:11:001:Play as Joe (3rd Char) PL1 kof95:0:10A845:12:001:Play as Ryo (3rd Char) PL1 kof95:0:10A845:13:001:Play as Robert (3rd Char) PL1 kof95:0:10A845:14:001:Play as Takuma (3rd Char) PL1 kof95:0:10A845:15:001:Play as Yuri (3rd Char) PL1 kof95:0:10A845:16:001:Play as Mai (3rd Char) PL1 kof95:0:10A845:17:001:Play as King (3rd Char) PL1 kof95:0:10A845:18:001:Play as Saisyu Kusanagi (3rd Char) PL1 kof95:0:10A845:19:001:Play as Omega Rugal (3rd Char) PL1 kof95:0:108421:CF:000:Infinite Energy PL2 kof95:0:108421:00:001:Drain all Energy Now! PL2 kof95:0:108419:7F:000:Always have Max POW PL2 kof95:0:108419:7F:001:Get Max POW Now! PL2 kof95:0:000000:00:999:[ Free player selection - Use just after ] kof95:0:000000:00:999:[ character selection. If used in-game the ] kof95:0:000000:00:999:[ character will only change when a new round ] kof95:0:000000:00:999:[ starts (both teams). ] kof95:0:10A853:00:001:Play as Heidern (1st Char) PL2 kof95:0:10A853:01:001:Play as Ralf (1st Char) PL2 kof95:0:10A853:02:001:Play as Clark (1st Char) PL2 kof95:0:10A853:03:001:Play as Athena (1st Char) PL2 kof95:0:10A853:04:001:Play as Kensou (1st Char) PL2 kof95:0:10A853:05:001:Play as Chin (1st Char) PL2 kof95:0:10A853:06:001:Play as Kyo (1st Char) PL2 kof95:0:10A853:07:001:Play as Benimaru (1st Char) PL2 kof95:0:10A853:08:001:Play as Daimon (1st Char) PL2 kof95:0:10A853:09:001:Play as Iori (1st Char) PL2 kof95:0:10A853:0A:001:Play as Eiji (1st Char) PL2 kof95:0:10A853:0B:001:Play as Billy (1st Char) PL2 kof95:0:10A853:0C:001:Play as Kim (1st Char) PL2 kof95:0:10A853:0D:001:Play as Chang (1st Char) PL2 kof95:0:10A853:0E:001:Play as Choi (1st Char) PL2 kof95:0:10A853:0F:001:Play as Terry (1st Char) PL2 kof95:0:10A853:10:001:Play as Andy (1st Char) PL2 kof95:0:10A853:11:001:Play as Joe (1st Char) PL2 kof95:0:10A853:12:001:Play as Ryo (1st Char) PL2 kof95:0:10A853:13:001:Play as Robert (1st Char) PL2 kof95:0:10A853:14:001:Play as Takuma (1st Char) PL2 kof95:0:10A853:15:001:Play as Yuri (1st Char) PL2 kof95:0:10A853:16:001:Play as Mai (1st Char) PL2 kof95:0:10A853:17:001:Play as King (1st Char) PL2 kof95:0:10A853:18:001:Play as Saisyu Kusanagi (1st Char) PL2 kof95:0:10A853:19:001:Play as Omega Rugal (1st Char) PL2 kof95:0:10A854:00:001:Play as Heidern (2nd Char) PL2 kof95:0:10A854:01:001:Play as Ralf (2nd Char) PL2 kof95:0:10A854:02:001:Play as Clark (2nd Char) PL2 kof95:0:10A854:03:001:Play as Athena (2nd Char) PL2 kof95:0:10A854:04:001:Play as Kensou (2nd Char) PL2 kof95:0:10A854:05:001:Play as Chin (2nd Char) PL2 kof95:0:10A854:06:001:Play as Kyo (2nd Char) PL2 kof95:0:10A854:07:001:Play as Benimaru (2nd Char) PL2 kof95:0:10A854:08:001:Play as Daimon (2nd Char) PL2 kof95:0:10A854:09:001:Play as Iori (2nd Char) PL2 kof95:0:10A854:0A:001:Play as Eiji (2nd Char) PL2 kof95:0:10A854:0B:001:Play as Billy (2nd Char) PL2 kof95:0:10A854:0C:001:Play as Kim (2nd Char) PL2 kof95:0:10A854:0D:001:Play as Chang (2nd Char) PL2 kof95:0:10A854:0E:001:Play as Choi (2nd Char) PL2 kof95:0:10A854:0F:001:Play as Terry (2nd Char) PL2 kof95:0:10A854:10:001:Play as Andy (2nd Char) PL2 kof95:0:10A854:11:001:Play as Joe (2nd Char) PL2 kof95:0:10A854:12:001:Play as Ryo (2nd Char) PL2 kof95:0:10A854:13:001:Play as Robert (2nd Char) PL2 kof95:0:10A854:14:001:Play as Takuma (2nd Char) PL2 kof95:0:10A854:15:001:Play as Yuri (2nd Char) PL2 kof95:0:10A854:16:001:Play as Mai (2nd Char) PL2 kof95:0:10A854:17:001:Play as King (2nd Char) PL2 kof95:0:10A854:18:001:Play as Saisyu Kusanagi (2nd Char) PL2 kof95:0:10A854:19:001:Play as Omega Rugal (2nd Char) PL2 kof95:0:10A855:00:001:Play as Heidern (3rd Char) PL2 kof95:0:10A855:01:001:Play as Ralf (3rd Char) PL2 kof95:0:10A855:02:001:Play as Clark (3rd Char) PL2 kof95:0:10A855:03:001:Play as Athena (3rd Char) PL2 kof95:0:10A855:04:001:Play as Kensou (3rd Char) PL2 kof95:0:10A855:05:001:Play as Chin (3rd Char) PL2 kof95:0:10A855:06:001:Play as Kyo (3rd Char) PL2 kof95:0:10A855:07:001:Play as Benimaru (3rd Char) PL2 kof95:0:10A855:08:001:Play as Daimon (3rd Char) PL2 kof95:0:10A855:09:001:Play as Iori (3rd Char) PL2 kof95:0:10A855:0A:001:Play as Eiji (3rd Char) PL2 kof95:0:10A855:0B:001:Play as Billy (3rd Char) PL2 kof95:0:10A855:0C:001:Play as Kim (3rd Char) PL2 kof95:0:10A855:0D:001:Play as Chang (3rd Char) PL2 kof95:0:10A855:0E:001:Play as Choi (3rd Char) PL2 kof95:0:10A855:0F:001:Play as Terry (3rd Char) PL2 kof95:0:10A855:10:001:Play as Andy (3rd Char) PL2 kof95:0:10A855:11:001:Play as Joe (3rd Char) PL2 kof95:0:10A855:12:001:Play as Ryo (3rd Char) PL2 kof95:0:10A855:13:001:Play as Robert (3rd Char) PL2 kof95:0:10A855:14:001:Play as Takuma (3rd Char) PL2 kof95:0:10A855:15:001:Play as Yuri (3rd Char) PL2 kof95:0:10A855:16:001:Play as Mai (3rd Char) PL2 kof95:0:10A855:17:001:Play as King (3rd Char) PL2 kof95:0:10A855:18:001:Play as Saisyu Kusanagi (3rd Char) PL2 kof95:0:10A855:19:001:Play as Omega Rugal (3rd Char) PL2 :kof95:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof95:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof95:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '95, The (set 2) ] kof95a:0:10A836:60:007:Infinite Time kof95a:0:10A836:00:001:Finish Round Now! kof95a:0:100000:04:000:Boss code & Timer stop kof95a:0:10E79A:01:000:Enable hidden characters:Adds the extra two hidden characters to the selection screen kof95a:0:108221:CF:000:Infinite Energy PL1 kof95a:0:108221:00:001:Drain all Energy Now! PL1 kof95a:0:108219:7F:000:Always have Max POW PL1 kof95a:0:108219:7F:001:Get Max POW Now! PL1 kof95a:0:000000:00:999:[ Free player selection - Use just after ] kof95a:0:000000:00:999:[ character selection. If used in-game the ] kof95a:0:000000:00:999:[ character will only change when a new round ] kof95a:0:000000:00:999:[ starts (both teams). ] kof95a:0:10A843:00:001:Play as Heidern (1st Char) PL1 kof95a:0:10A843:01:001:Play as Ralf (1st Char) PL1 kof95a:0:10A843:02:001:Play as Clark (1st Char) PL1 kof95a:0:10A843:03:001:Play as Athena (1st Char) PL1 kof95a:0:10A843:04:001:Play as Kensou (1st Char) PL1 kof95a:0:10A843:05:001:Play as Chin (1st Char) PL1 kof95a:0:10A843:06:001:Play as Kyo (1st Char) PL1 kof95a:0:10A843:07:001:Play as Benimaru (1st Char) PL1 kof95a:0:10A843:08:001:Play as Daimon (1st Char) PL1 kof95a:0:10A843:09:001:Play as Iori (1st Char) PL1 kof95a:0:10A843:0A:001:Play as Eiji (1st Char) PL1 kof95a:0:10A843:0B:001:Play as Billy (1st Char) PL1 kof95a:0:10A843:0C:001:Play as Kim (1st Char) PL1 kof95a:0:10A843:0D:001:Play as Chang (1st Char) PL1 kof95a:0:10A843:0E:001:Play as Choi (1st Char) PL1 kof95a:0:10A843:0F:001:Play as Terry (1st Char) PL1 kof95a:0:10A843:10:001:Play as Andy (1st Char) PL1 kof95a:0:10A843:11:001:Play as Joe (1st Char) PL1 kof95a:0:10A843:12:001:Play as Ryo (1st Char) PL1 kof95a:0:10A843:13:001:Play as Robert (1st Char) PL1 kof95a:0:10A843:14:001:Play as Takuma (1st Char) PL1 kof95a:0:10A843:15:001:Play as Yuri (1st Char) PL1 kof95a:0:10A843:16:001:Play as Mai (1st Char) PL1 kof95a:0:10A843:17:001:Play as King (1st Char) PL1 kof95a:0:10A843:18:001:Play as Saisyu Kusanagi (1st Char) PL1 kof95a:0:10A843:19:001:Play as Omega Rugal (1st Char) PL1 kof95a:0:10A844:00:001:Play as Heidern (2nd Char) PL1 kof95a:0:10A844:01:001:Play as Ralf (2nd Char) PL1 kof95a:0:10A844:02:001:Play as Clark (2nd Char) PL1 kof95a:0:10A844:03:001:Play as Athena (2nd Char) PL1 kof95a:0:10A844:04:001:Play as Kensou (2nd Char) PL1 kof95a:0:10A844:05:001:Play as Chin (2nd Char) PL1 kof95a:0:10A844:06:001:Play as Kyo (2nd Char) PL1 kof95a:0:10A844:07:001:Play as Benimaru (2nd Char) PL1 kof95a:0:10A844:08:001:Play as Daimon (2nd Char) PL1 kof95a:0:10A844:09:001:Play as Iori (2nd Char) PL1 kof95a:0:10A844:0A:001:Play as Eiji (2nd Char) PL1 kof95a:0:10A844:0B:001:Play as Billy (2nd Char) PL1 kof95a:0:10A844:0C:001:Play as Kim (2nd Char) PL1 kof95a:0:10A844:0D:001:Play as Chang (2nd Char) PL1 kof95a:0:10A844:0E:001:Play as Choi (2nd Char) PL1 kof95a:0:10A844:0F:001:Play as Terry (2nd Char) PL1 kof95a:0:10A844:10:001:Play as Andy (2nd Char) PL1 kof95a:0:10A844:11:001:Play as Joe (2nd Char) PL1 kof95a:0:10A844:12:001:Play as Ryo (2nd Char) PL1 kof95a:0:10A844:13:001:Play as Robert (2nd Char) PL1 kof95a:0:10A844:14:001:Play as Takuma (2nd Char) PL1 kof95a:0:10A844:15:001:Play as Yuri (2nd Char) PL1 kof95a:0:10A844:16:001:Play as Mai (2nd Char) PL1 kof95a:0:10A844:17:001:Play as King (2nd Char) PL1 kof95a:0:10A844:18:001:Play as Saisyu Kusanagi (2nd Char) PL1 kof95a:0:10A844:19:001:Play as Omega Rugal (2nd Char) PL1 kof95a:0:10A845:00:001:Play as Heidern (3rd Char) PL1 kof95a:0:10A845:01:001:Play as Ralf (3rd Char) PL1 kof95a:0:10A845:02:001:Play as Clark (3rd Char) PL1 kof95a:0:10A845:03:001:Play as Athena (3rd Char) PL1 kof95a:0:10A845:04:001:Play as Kensou (3rd Char) PL1 kof95a:0:10A845:05:001:Play as Chin (3rd Char) PL1 kof95a:0:10A845:06:001:Play as Kyo (3rd Char) PL1 kof95a:0:10A845:07:001:Play as Benimaru (3rd Char) PL1 kof95a:0:10A845:08:001:Play as Daimon (3rd Char) PL1 kof95a:0:10A845:09:001:Play as Iori (3rd Char) PL1 kof95a:0:10A845:0A:001:Play as Eiji (3rd Char) PL1 kof95a:0:10A845:0B:001:Play as Billy (3rd Char) PL1 kof95a:0:10A845:0C:001:Play as Kim (3rd Char) PL1 kof95a:0:10A845:0D:001:Play as Chang (3rd Char) PL1 kof95a:0:10A845:0E:001:Play as Choi (3rd Char) PL1 kof95a:0:10A845:0F:001:Play as Terry (3rd Char) PL1 kof95a:0:10A845:10:001:Play as Andy (3rd Char) PL1 kof95a:0:10A845:11:001:Play as Joe (3rd Char) PL1 kof95a:0:10A845:12:001:Play as Ryo (3rd Char) PL1 kof95a:0:10A845:13:001:Play as Robert (3rd Char) PL1 kof95a:0:10A845:14:001:Play as Takuma (3rd Char) PL1 kof95a:0:10A845:15:001:Play as Yuri (3rd Char) PL1 kof95a:0:10A845:16:001:Play as Mai (3rd Char) PL1 kof95a:0:10A845:17:001:Play as King (3rd Char) PL1 kof95a:0:10A845:18:001:Play as Saisyu Kusanagi (3rd Char) PL1 kof95a:0:10A845:19:001:Play as Omega Rugal (3rd Char) PL1 kof95a:0:108421:CF:000:Infinite Energy PL2 kof95a:0:108421:00:001:Drain all Energy Now! PL2 kof95a:0:108419:7F:000:Always have Max POW PL2 kof95a:0:108419:7F:001:Get Max POW Now! PL2 kof95a:0:000000:00:999:[ Free player selection - Use just after ] kof95a:0:000000:00:999:[ character selection. If used in-game the ] kof95a:0:000000:00:999:[ character will only change when a new round ] kof95a:0:000000:00:999:[ starts (both teams). ] kof95a:0:10A853:00:001:Play as Heidern (1st Char) PL2 kof95a:0:10A853:01:001:Play as Ralf (1st Char) PL2 kof95a:0:10A853:02:001:Play as Clark (1st Char) PL2 kof95a:0:10A853:03:001:Play as Athena (1st Char) PL2 kof95a:0:10A853:04:001:Play as Kensou (1st Char) PL2 kof95a:0:10A853:05:001:Play as Chin (1st Char) PL2 kof95a:0:10A853:06:001:Play as Kyo (1st Char) PL2 kof95a:0:10A853:07:001:Play as Benimaru (1st Char) PL2 kof95a:0:10A853:08:001:Play as Daimon (1st Char) PL2 kof95a:0:10A853:09:001:Play as Iori (1st Char) PL2 kof95a:0:10A853:0A:001:Play as Eiji (1st Char) PL2 kof95a:0:10A853:0B:001:Play as Billy (1st Char) PL2 kof95a:0:10A853:0C:001:Play as Kim (1st Char) PL2 kof95a:0:10A853:0D:001:Play as Chang (1st Char) PL2 kof95a:0:10A853:0E:001:Play as Choi (1st Char) PL2 kof95a:0:10A853:0F:001:Play as Terry (1st Char) PL2 kof95a:0:10A853:10:001:Play as Andy (1st Char) PL2 kof95a:0:10A853:11:001:Play as Joe (1st Char) PL2 kof95a:0:10A853:12:001:Play as Ryo (1st Char) PL2 kof95a:0:10A853:13:001:Play as Robert (1st Char) PL2 kof95a:0:10A853:14:001:Play as Takuma (1st Char) PL2 kof95a:0:10A853:15:001:Play as Yuri (1st Char) PL2 kof95a:0:10A853:16:001:Play as Mai (1st Char) PL2 kof95a:0:10A853:17:001:Play as King (1st Char) PL2 kof95a:0:10A853:18:001:Play as Saisyu Kusanagi (1st Char) PL2 kof95a:0:10A853:19:001:Play as Omega Rugal (1st Char) PL2 kof95a:0:10A854:00:001:Play as Heidern (2nd Char) PL2 kof95a:0:10A854:01:001:Play as Ralf (2nd Char) PL2 kof95a:0:10A854:02:001:Play as Clark (2nd Char) PL2 kof95a:0:10A854:03:001:Play as Athena (2nd Char) PL2 kof95a:0:10A854:04:001:Play as Kensou (2nd Char) PL2 kof95a:0:10A854:05:001:Play as Chin (2nd Char) PL2 kof95a:0:10A854:06:001:Play as Kyo (2nd Char) PL2 kof95a:0:10A854:07:001:Play as Benimaru (2nd Char) PL2 kof95a:0:10A854:08:001:Play as Daimon (2nd Char) PL2 kof95a:0:10A854:09:001:Play as Iori (2nd Char) PL2 kof95a:0:10A854:0A:001:Play as Eiji (2nd Char) PL2 kof95a:0:10A854:0B:001:Play as Billy (2nd Char) PL2 kof95a:0:10A854:0C:001:Play as Kim (2nd Char) PL2 kof95a:0:10A854:0D:001:Play as Chang (2nd Char) PL2 kof95a:0:10A854:0E:001:Play as Choi (2nd Char) PL2 kof95a:0:10A854:0F:001:Play as Terry (2nd Char) PL2 kof95a:0:10A854:10:001:Play as Andy (2nd Char) PL2 kof95a:0:10A854:11:001:Play as Joe (2nd Char) PL2 kof95a:0:10A854:12:001:Play as Ryo (2nd Char) PL2 kof95a:0:10A854:13:001:Play as Robert (2nd Char) PL2 kof95a:0:10A854:14:001:Play as Takuma (2nd Char) PL2 kof95a:0:10A854:15:001:Play as Yuri (2nd Char) PL2 kof95a:0:10A854:16:001:Play as Mai (2nd Char) PL2 kof95a:0:10A854:17:001:Play as King (2nd Char) PL2 kof95a:0:10A854:18:001:Play as Saisyu Kusanagi (2nd Char) PL2 kof95a:0:10A854:19:001:Play as Omega Rugal (2nd Char) PL2 kof95a:0:10A855:00:001:Play as Heidern (3rd Char) PL2 kof95a:0:10A855:01:001:Play as Ralf (3rd Char) PL2 kof95a:0:10A855:02:001:Play as Clark (3rd Char) PL2 kof95a:0:10A855:03:001:Play as Athena (3rd Char) PL2 kof95a:0:10A855:04:001:Play as Kensou (3rd Char) PL2 kof95a:0:10A855:05:001:Play as Chin (3rd Char) PL2 kof95a:0:10A855:06:001:Play as Kyo (3rd Char) PL2 kof95a:0:10A855:07:001:Play as Benimaru (3rd Char) PL2 kof95a:0:10A855:08:001:Play as Daimon (3rd Char) PL2 kof95a:0:10A855:09:001:Play as Iori (3rd Char) PL2 kof95a:0:10A855:0A:001:Play as Eiji (3rd Char) PL2 kof95a:0:10A855:0B:001:Play as Billy (3rd Char) PL2 kof95a:0:10A855:0C:001:Play as Kim (3rd Char) PL2 kof95a:0:10A855:0D:001:Play as Chang (3rd Char) PL2 kof95a:0:10A855:0E:001:Play as Choi (3rd Char) PL2 kof95a:0:10A855:0F:001:Play as Terry (3rd Char) PL2 kof95a:0:10A855:10:001:Play as Andy (3rd Char) PL2 kof95a:0:10A855:11:001:Play as Joe (3rd Char) PL2 kof95a:0:10A855:12:001:Play as Ryo (3rd Char) PL2 kof95a:0:10A855:13:001:Play as Robert (3rd Char) PL2 kof95a:0:10A855:14:001:Play as Takuma (3rd Char) PL2 kof95a:0:10A855:15:001:Play as Yuri (3rd Char) PL2 kof95a:0:10A855:16:001:Play as Mai (3rd Char) PL2 kof95a:0:10A855:17:001:Play as King (3rd Char) PL2 kof95a:0:10A855:18:001:Play as Saisyu Kusanagi (3rd Char) PL2 kof95a:0:10A855:19:001:Play as Omega Rugal (3rd Char) PL2 :kof95a:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof95a:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof95a:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '96, The (set 1) ] kof96:0:10A836:60:005:Infinite Time :kof96:00800000:100000:00000004:FFFFFFFF:Boss code & Timer stop:Debug Dip 1-3 kof96:0:10E752:01:000:Enable hidden characters:Adds Chizuru and Goenitz to the selection screen - enable it before the selectiion screen. ; Opposing Lineup in Variations: ; Stage Variation 1 Variation 2 Variation 3 ; Japan Kyo, Chang, Kensou Kyo, Terry, Ryo Kyo, Iori, Leona ; FF Terry, Leona, Kim Andy, Benimaru, Robert Terry, Vice, Athena ; AOF Robert, Yuri, Kasumi Yuri, Joe, Daimon Robert, King, Chin ; Ikari Clark, Daimon, Vice Leona, Chang, Choi Clark, Chang, Diamon ; PS Chin, Ryo, King Athena, Mai, Kasumi Kensou, Ralf, Joe ; Gals Mai, Andy, Mature King, Mature, Vice Kasumi, Ryo, Choi ; Korea Choi, Ralf, Benimaru Kim, Kensou, Chin Kim, Yuri, Andy ; Iori Iori, Joe, Athena Iori, Ralf, Clark Mature, Benimaru, Mai :kof96:62000000:000000:00000000:00000000:Select Opponent Lineup:Team Play only :kof96:00010000:10E750:00000000:FFFFFFFF:Normal Teams :kof96:00010000:10E750:00000001:FFFFFFFF:Variation 1 :kof96:00010000:10E750:00000002:FFFFFFFF:Variation 2 :kof96:00010000:10E750:00000003:FFFFFFFF:Variation 3 ; Activate the first eight to face the Boss Team next. ; Activate the first nine to face Chizuru next. ; Activate all of them to face Goenitz next. :kof96:00000001:10A797:00000001:00000001:Beaten team at Japan Team Stage :kof96:00000001:10A797:00000002:00000002:Beaten team at Fatal Fury Team Stage :kof96:00000001:10A797:00000004:00000004:Beaten team at Art of Fighting Team Stage :kof96:00000001:10A797:00000008:00000008:Beaten team at Ikari Team Stage :kof96:00000001:10A797:00000010:00000010:Beaten team at Psycho Soldier Team Stage :kof96:00000001:10A797:00000020:00000020:Beaten team at Gals Fighters Team Stage :kof96:00000001:10A797:00000040:00000040:Beaten team at Korea Team Stage :kof96:00000001:10A797:00000080:00000080:Beaten team at Iori Team Stage :kof96:00000001:10A796:00000001:00000001:Beaten Boss Team :kof96:00000001:10A796:00000002:00000002:Beaten Chizuru :kof96:00000300:10A7ED:00000005:FFFFFFFF:Select Current Round :kof96:62000000:000000:00000000:00000000:Select Backdrop :kof96:00010000:10A7E8:00000000:FFFFFFFF:Japan Team :kof96:00010000:10A7E8:00000001:FFFFFFFF:Fatal Fury Team :kof96:00010000:10A7E8:00000002:FFFFFFFF:Art of Fighting Team :kof96:00010000:10A7E8:00000003:FFFFFFFF:Ikari Team :kof96:00010000:10A7E8:00000004:FFFFFFFF:Psycho Soldier Team :kof96:00010000:10A7E8:00000005:FFFFFFFF:Gals Fighters Team :kof96:00010000:10A7E8:00000006:FFFFFFFF:Korea Team :kof96:00010000:10A7E8:00000007:FFFFFFFF:Iori Team :kof96:00010000:10A7E8:00000008:FFFFFFFF:Boss Team :kof96:00010000:10A7E8:00000009:FFFFFFFF:Chizuru :kof96:00010000:10A7E8:0000000A:FFFFFFFF:Goenitz kof96:0:108239:67:000:Infinite Energy PL1 kof96:0:1081E8:80:000:Infinite Power PL1 kof96:0:1081EA:3C:500:Infinite Power PL1 (2/3) kof96:0:10824D:04:500:Infinite Power PL1 (3/3) :kof96:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof96:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof96:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof96:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof96:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof96:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof96:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof96:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 :kof96:62000000:000000:00000000:00000000:Select Team PL1 :kof96:00010000:10A844:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof96:00010000:10A844:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof96:00010000:10A844:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof96:00010000:10A844:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof96:00010000:10A844:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof96:00010000:10A844:00000005:FFFFFFFF:Womens Team:Kasumi, Mai, King :kof96:00010000:10A844:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof96:00010000:10A844:00000007:FFFFFFFF:Yagami Team:Iori, Mature, Vice :kof96:00010000:10A844:00000008:FFFFFFFF:Boss Team:Geese, Krauser, Mr. Big :kof96:00010000:10A844:00000009:FFFFFFFF:Chizuru (solo) :kof96:00010000:10A844:0000000A:FFFFFFFF:Goenitz (solo) :kof96:00010000:10A844:0000000B:FFFFFFFF:Weapons of God Team:Chizuru, Kyo, Iori :kof96:00010000:10A844:0000000C:FFFFFFFF:Goenitz Team:Goenitz, any two except Chizuru :kof96:00010000:10A844:000000FF:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof96:00000100:10A845:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof96:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof96:00010000:10A846:00000000:FFFFFFFF:Kyo Kusanagi :kof96:00010000:10A846:00000001:FFFFFFFF:Benimaru Nikaido :kof96:00010000:10A846:00000002:FFFFFFFF:Goro Daimon :kof96:00010000:10A846:00000003:FFFFFFFF:Terry Bogard :kof96:00010000:10A846:00000004:FFFFFFFF:Andy Bogard :kof96:00010000:10A846:00000005:FFFFFFFF:Joe Higashi :kof96:00010000:10A846:00000006:FFFFFFFF:Ryo Sakazaki :kof96:00010000:10A846:00000007:FFFFFFFF:Robert Garcia :kof96:00010000:10A846:00000008:FFFFFFFF:Yuri Sakazaki :kof96:00010000:10A846:00000009:FFFFFFFF:Leona :kof96:00010000:10A846:0000000A:FFFFFFFF:Ralf Jones :kof96:00010000:10A846:0000000B:FFFFFFFF:Clark Steel :kof96:00010000:10A846:0000000C:FFFFFFFF:Athena Asamiya :kof96:00010000:10A846:0000000D:FFFFFFFF:Sie Kensou :kof96:00010000:10A846:0000000E:FFFFFFFF:Chin Gentsai :kof96:00010000:10A846:0000000F:FFFFFFFF:Kasumi Todo :kof96:00010000:10A846:00000010:FFFFFFFF:Mai Shiranui :kof96:00010000:10A846:00000011:FFFFFFFF:King :kof96:00010000:10A846:00000012:FFFFFFFF:Kim Kaphwan :kof96:00010000:10A846:00000013:FFFFFFFF:Chang Koehan :kof96:00010000:10A846:00000014:FFFFFFFF:Choi Bounge :kof96:00010000:10A846:00000015:FFFFFFFF:Iori Yagami :kof96:00010000:10A846:00000016:FFFFFFFF:Mature :kof96:00010000:10A846:00000017:FFFFFFFF:Vice :kof96:00010000:10A846:00000018:FFFFFFFF:Geese Howard :kof96:00010000:10A846:00000019:FFFFFFFF:Wolfgang Krauser :kof96:00010000:10A846:0000001A:FFFFFFFF:Mr. Big :kof96:00010000:10A846:0000001B:FFFFFFFF:#Chizuru Kagura :kof96:00010000:10A846:0000001C:FFFFFFFF:#Goenitz :kof96:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof96:00010000:10A847:00000000:FFFFFFFF:Kyo Kusanagi :kof96:00010000:10A847:00000001:FFFFFFFF:Benimaru Nikaido :kof96:00010000:10A847:00000002:FFFFFFFF:Goro Daimon :kof96:00010000:10A847:00000003:FFFFFFFF:Terry Bogard :kof96:00010000:10A847:00000004:FFFFFFFF:Andy Bogard :kof96:00010000:10A847:00000005:FFFFFFFF:Joe Higashi :kof96:00010000:10A847:00000006:FFFFFFFF:Ryo Sakazaki :kof96:00010000:10A847:00000007:FFFFFFFF:Robert Garcia :kof96:00010000:10A847:00000008:FFFFFFFF:Yuri Sakazaki :kof96:00010000:10A847:00000009:FFFFFFFF:Leona :kof96:00010000:10A847:0000000A:FFFFFFFF:Ralf Jones :kof96:00010000:10A847:0000000B:FFFFFFFF:Clark Steel :kof96:00010000:10A847:0000000C:FFFFFFFF:Athena Asamiya :kof96:00010000:10A847:0000000D:FFFFFFFF:Sie Kensou :kof96:00010000:10A847:0000000E:FFFFFFFF:Chin Gentsai :kof96:00010000:10A847:0000000F:FFFFFFFF:Kasumi Todo :kof96:00010000:10A847:00000010:FFFFFFFF:Mai Shiranui :kof96:00010000:10A847:00000011:FFFFFFFF:King :kof96:00010000:10A847:00000012:FFFFFFFF:Kim Kaphwan :kof96:00010000:10A847:00000013:FFFFFFFF:Chang Koehan :kof96:00010000:10A847:00000014:FFFFFFFF:Choi Bounge :kof96:00010000:10A847:00000015:FFFFFFFF:Iori Yagami :kof96:00010000:10A847:00000016:FFFFFFFF:Mature :kof96:00010000:10A847:00000017:FFFFFFFF:Vice :kof96:00010000:10A847:00000018:FFFFFFFF:Geese Howard :kof96:00010000:10A847:00000019:FFFFFFFF:Wolfgang Krauser :kof96:00010000:10A847:0000001A:FFFFFFFF:Mr. Big :kof96:00010000:10A847:0000001B:FFFFFFFF:#Chizuru Kagura :kof96:00010000:10A847:0000001C:FFFFFFFF:#Goenitz :kof96:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof96:00010000:10A848:00000000:FFFFFFFF:Kyo Kusanagi :kof96:00010000:10A848:00000001:FFFFFFFF:Benimaru Nikaido :kof96:00010000:10A848:00000002:FFFFFFFF:Goro Daimon :kof96:00010000:10A848:00000003:FFFFFFFF:Terry Bogard :kof96:00010000:10A848:00000004:FFFFFFFF:Andy Bogard :kof96:00010000:10A848:00000005:FFFFFFFF:Joe Higashi :kof96:00010000:10A848:00000006:FFFFFFFF:Ryo Sakazaki :kof96:00010000:10A848:00000007:FFFFFFFF:Robert Garcia :kof96:00010000:10A848:00000008:FFFFFFFF:Yuri Sakazaki :kof96:00010000:10A848:00000009:FFFFFFFF:Leona :kof96:00010000:10A848:0000000A:FFFFFFFF:Ralf Jones :kof96:00010000:10A848:0000000B:FFFFFFFF:Clark Steel :kof96:00010000:10A848:0000000C:FFFFFFFF:Athena Asamiya :kof96:00010000:10A848:0000000D:FFFFFFFF:Sie Kensou :kof96:00010000:10A848:0000000E:FFFFFFFF:Chin Gentsai :kof96:00010000:10A848:0000000F:FFFFFFFF:Kasumi Todo :kof96:00010000:10A848:00000010:FFFFFFFF:Mai Shiranui :kof96:00010000:10A848:00000011:FFFFFFFF:King :kof96:00010000:10A848:00000012:FFFFFFFF:Kim Kaphwan :kof96:00010000:10A848:00000013:FFFFFFFF:Chang Koehan :kof96:00010000:10A848:00000014:FFFFFFFF:Choi Bounge :kof96:00010000:10A848:00000015:FFFFFFFF:Iori Yagami :kof96:00010000:10A848:00000016:FFFFFFFF:Mature :kof96:00010000:10A848:00000017:FFFFFFFF:Vice :kof96:00010000:10A848:00000018:FFFFFFFF:Geese Howard :kof96:00010000:10A848:00000019:FFFFFFFF:Wolfgang Krauser :kof96:00010000:10A848:0000001A:FFFFFFFF:Mr. Big :kof96:00010000:10A848:0000001B:FFFFFFFF:#Chizuru Kagura :kof96:00010000:10A848:0000001C:FFFFFFFF:#Goenitz :kof96:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof96:00010000:10A849:00000000:FFFFFFFF:A colour :kof96:00010000:10A849:00000001:FFFFFFFF:D colour :kof96:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof96:00010000:10A84A:00000000:FFFFFFFF:A colour :kof96:00010000:10A84A:00000001:FFFFFFFF:D colour :kof96:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof96:00010000:10A84B:00000000:FFFFFFFF:A colour :kof96:00010000:10A84B:00000001:FFFFFFFF:D colour :kof96:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof96:00010000:10A84C:00000000:FFFFFFFF:Character A:First character selected :kof96:00010000:10A84C:00000001:FFFFFFFF:Character B:Second character selected :kof96:00010000:10A84C:00000002:FFFFFFFF:Character C:Third character selected :kof96:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof96:00010000:10A84D:00000000:FFFFFFFF:Character A:First character selected :kof96:00010000:10A84D:00000001:FFFFFFFF:Character B:Second character selected :kof96:00010000:10A84D:00000002:FFFFFFFF:Character C:Third character selected :kof96:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof96:00010000:10A84E:00000000:FFFFFFFF:Character A:First character selected :kof96:00010000:10A84E:00000001:FFFFFFFF:Character B:Second character selected :kof96:00010000:10A84E:00000002:FFFFFFFF:Character C:Third character selected kof96:0:108439:67:000:Infinite Energy PL2 kof96:0:1083E8:80:000:Infinite Power PL2 kof96:0:1083EA:3C:500:Infinite Power PL2 (2/3) kof96:0:10844D:04:500:Infinite Power PL2 (3/3) :kof96:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL2 :kof96:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof96:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof96:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof96:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL2 :kof96:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof96:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof96:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 :kof96:62000000:000000:00000000:00000000:Select Team PL2 :kof96:00010000:10A855:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof96:00010000:10A855:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof96:00010000:10A855:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof96:00010000:10A855:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof96:00010000:10A855:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof96:00010000:10A855:00000005:FFFFFFFF:Womens Team:Kasumi, Mai, King :kof96:00010000:10A855:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof96:00010000:10A855:00000007:FFFFFFFF:Yagami Team:Iori, Mature, Vice :kof96:00010000:10A855:00000008:FFFFFFFF:Boss Team:Geese, Krauser, Mr. Big :kof96:00010000:10A855:00000009:FFFFFFFF:Chizuru (solo) :kof96:00010000:10A855:0000000A:FFFFFFFF:Goenitz (solo) :kof96:00010000:10A855:0000000B:FFFFFFFF:Weapons of God Team:Chizuru, Kyo, Iori :kof96:00010000:10A855:0000000C:FFFFFFFF:Goenitz Team:Goenitz, any two except Chizuru :kof96:00010000:10A855:000000FF:FFFFFFFF:Custom Team :kof96:00000100:10A856:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof96:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof96:00010000:10A857:00000000:FFFFFFFF:Kyo Kusanagi :kof96:00010000:10A857:00000001:FFFFFFFF:Benimaru Nikaido :kof96:00010000:10A857:00000002:FFFFFFFF:Goro Daimon :kof96:00010000:10A857:00000003:FFFFFFFF:Terry Bogard :kof96:00010000:10A857:00000004:FFFFFFFF:Andy Bogard :kof96:00010000:10A857:00000005:FFFFFFFF:Joe Higashi :kof96:00010000:10A857:00000006:FFFFFFFF:Ryo Sakazaki :kof96:00010000:10A857:00000007:FFFFFFFF:Robert Garcia :kof96:00010000:10A857:00000008:FFFFFFFF:Yuri Sakazaki :kof96:00010000:10A857:00000009:FFFFFFFF:Leona :kof96:00010000:10A857:0000000A:FFFFFFFF:Ralf Jones :kof96:00010000:10A857:0000000B:FFFFFFFF:Clark Steel :kof96:00010000:10A857:0000000C:FFFFFFFF:Athena Asamiya :kof96:00010000:10A857:0000000D:FFFFFFFF:Sie Kensou :kof96:00010000:10A857:0000000E:FFFFFFFF:Chin Gentsai :kof96:00010000:10A857:0000000F:FFFFFFFF:Kasumi Todo :kof96:00010000:10A857:00000010:FFFFFFFF:Mai Shiranui :kof96:00010000:10A857:00000011:FFFFFFFF:King :kof96:00010000:10A857:00000012:FFFFFFFF:Kim Kaphwan :kof96:00010000:10A857:00000013:FFFFFFFF:Chang Koehan :kof96:00010000:10A857:00000014:FFFFFFFF:Choi Bounge :kof96:00010000:10A857:00000015:FFFFFFFF:Iori Yagami :kof96:00010000:10A857:00000016:FFFFFFFF:Mature :kof96:00010000:10A857:00000017:FFFFFFFF:Vice :kof96:00010000:10A857:00000018:FFFFFFFF:Geese Howard :kof96:00010000:10A857:00000019:FFFFFFFF:Wolfgang Krauser :kof96:00010000:10A857:0000001A:FFFFFFFF:Mr. Big :kof96:00010000:10A857:0000001B:FFFFFFFF:#Chizuru Kagura :kof96:00010000:10A857:0000001C:FFFFFFFF:#Goenitz :kof96:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof96:00010000:10A858:00000000:FFFFFFFF:Kyo Kusanagi :kof96:00010000:10A858:00000001:FFFFFFFF:Benimaru Nikaido :kof96:00010000:10A858:00000002:FFFFFFFF:Goro Daimon :kof96:00010000:10A858:00000003:FFFFFFFF:Terry Bogard :kof96:00010000:10A858:00000004:FFFFFFFF:Andy Bogard :kof96:00010000:10A858:00000005:FFFFFFFF:Joe Higashi :kof96:00010000:10A858:00000006:FFFFFFFF:Ryo Sakazaki :kof96:00010000:10A858:00000007:FFFFFFFF:Robert Garcia :kof96:00010000:10A858:00000008:FFFFFFFF:Yuri Sakazaki :kof96:00010000:10A858:00000009:FFFFFFFF:Leona :kof96:00010000:10A858:0000000A:FFFFFFFF:Ralf Jones :kof96:00010000:10A858:0000000B:FFFFFFFF:Clark Steel :kof96:00010000:10A858:0000000C:FFFFFFFF:Athena Asamiya :kof96:00010000:10A858:0000000D:FFFFFFFF:Sie Kensou :kof96:00010000:10A858:0000000E:FFFFFFFF:Chin Gentsai :kof96:00010000:10A858:0000000F:FFFFFFFF:Kasumi Todo :kof96:00010000:10A858:00000010:FFFFFFFF:Mai Shiranui :kof96:00010000:10A858:00000011:FFFFFFFF:King :kof96:00010000:10A858:00000012:FFFFFFFF:Kim Kaphwan :kof96:00010000:10A858:00000013:FFFFFFFF:Chang Koehan :kof96:00010000:10A858:00000014:FFFFFFFF:Choi Bounge :kof96:00010000:10A858:00000015:FFFFFFFF:Iori Yagami :kof96:00010000:10A858:00000016:FFFFFFFF:Mature :kof96:00010000:10A858:00000017:FFFFFFFF:Vice :kof96:00010000:10A858:00000018:FFFFFFFF:Geese Howard :kof96:00010000:10A858:00000019:FFFFFFFF:Wolfgang Krauser :kof96:00010000:10A858:0000001A:FFFFFFFF:Mr. Big :kof96:00010000:10A858:0000001B:FFFFFFFF:#Chizuru Kagura :kof96:00010000:10A858:0000001C:FFFFFFFF:#Goenitz :kof96:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof96:00010000:10A859:00000000:FFFFFFFF:Kyo Kusanagi :kof96:00010000:10A859:00000001:FFFFFFFF:Benimaru Nikaido :kof96:00010000:10A859:00000002:FFFFFFFF:Goro Daimon :kof96:00010000:10A859:00000003:FFFFFFFF:Terry Bogard :kof96:00010000:10A859:00000004:FFFFFFFF:Andy Bogard :kof96:00010000:10A859:00000005:FFFFFFFF:Joe Higashi :kof96:00010000:10A859:00000006:FFFFFFFF:Ryo Sakazaki :kof96:00010000:10A859:00000007:FFFFFFFF:Robert Garcia :kof96:00010000:10A859:00000008:FFFFFFFF:Yuri Sakazaki :kof96:00010000:10A859:00000009:FFFFFFFF:Leona :kof96:00010000:10A859:0000000A:FFFFFFFF:Ralf Jones :kof96:00010000:10A859:0000000B:FFFFFFFF:Clark Steel :kof96:00010000:10A859:0000000C:FFFFFFFF:Athena Asamiya :kof96:00010000:10A859:0000000D:FFFFFFFF:Sie Kensou :kof96:00010000:10A859:0000000E:FFFFFFFF:Chin Gentsai :kof96:00010000:10A859:0000000F:FFFFFFFF:Kasumi Todo :kof96:00010000:10A859:00000010:FFFFFFFF:Mai Shiranui :kof96:00010000:10A859:00000011:FFFFFFFF:King :kof96:00010000:10A859:00000012:FFFFFFFF:Kim Kaphwan :kof96:00010000:10A859:00000013:FFFFFFFF:Chang Koehan :kof96:00010000:10A859:00000014:FFFFFFFF:Choi Bounge :kof96:00010000:10A859:00000015:FFFFFFFF:Iori Yagami :kof96:00010000:10A859:00000016:FFFFFFFF:Mature :kof96:00010000:10A859:00000017:FFFFFFFF:Vice :kof96:00010000:10A859:00000018:FFFFFFFF:Geese Howard :kof96:00010000:10A859:00000019:FFFFFFFF:Wolfgang Krauser :kof96:00010000:10A859:0000001A:FFFFFFFF:Mr. Big :kof96:00010000:10A859:0000001B:FFFFFFFF:#Chizuru Kagura :kof96:00010000:10A859:0000001C:FFFFFFFF:#Goenitz :kof96:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof96:00010000:10A85D:00000000:FFFFFFFF:Character A:First character selected :kof96:00010000:10A85D:00000001:FFFFFFFF:Character B:Second character selected :kof96:00010000:10A85D:00000002:FFFFFFFF:Character C:Third character selected :kof96:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof96:00010000:10A85E:00000000:FFFFFFFF:Character A:First character selected :kof96:00010000:10A85E:00000001:FFFFFFFF:Character B:Second character selected :kof96:00010000:10A85E:00000002:FFFFFFFF:Character C:Third character selected :kof96:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof96:00010000:10A85F:00000000:FFFFFFFF:Character A:First character selected :kof96:00010000:10A85F:00000001:FFFFFFFF:Character B:Second character selected :kof96:00010000:10A85F:00000002:FFFFFFFF:Character C:Third character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof96:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof96:00000000:10E33A:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof96:00000000:10E33C:0000000C:FFFFFFFF:Ground Saber :kof96:00000000:10E342:0000000C:FFFFFFFF:Baltic Launcher :kof96:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof96:00000000:10E33C:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof96:00000000:10E33E:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof96:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof96:00000000:10E33A:0000000C:FFFFFFFF:Kuu Sajin, Hien Zan :kof96:00000000:10E340:0000000C:FFFFFFFF:Ryuusei Raku :kof96:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof96:00000000:10E33A:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof96:00000000:10E33E:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof96:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof96:00000000:10E33A:0000000C:FFFFFFFF:Hishou Kuuretsu Zan :kof96:00000000:10E33E:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shisshou Hishou Zan :kof96:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof96:00000000:10E534:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof96:00000000:10E536:0000000C:FFFFFFFF:Ground Saber :kof96:00000000:10E53C:0000000C:FFFFFFFF:Baltic Launcher :kof96:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof96:00000000:10E536:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof96:00000000:10E538:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof96:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof96:00000000:10E534:0000000C:FFFFFFFF:Kuu Sajin, Hien Zan :kof96:00000000:10E53A:0000000C:FFFFFFFF:Ryuusei Raku :kof96:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof96:00000000:10E534:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof96:00000000:10E538:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof96:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof96:00000000:10E534:0000000C:FFFFFFFF:Hishou Kuuretsu Zan :kof96:00000000:10E538:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shisshou Hishou Zan :kof96:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof96:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof96:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '96, The (set 2) ] kof96h:0:10A836:60:005:Infinite Time :kof96h:00800000:100000:00000004:FFFFFFFF:Boss code & Timer stop:Debug Dip 1-3 kof96h:0:10E752:01:000:Enable hidden characters:Adds Chizuru and Goenitz to the selection screen - enable it before the selectiion screen. ; Opposing Lineup in Variations: ; Stage Variation 1 Variation 2 Variation 3 ; Japan Kyo, Chang, Kensou Kyo, Terry, Ryo Kyo, Iori, Leona ; FF Terry, Leona, Kim Andy, Benimaru, Robert Terry, Vice, Athena ; AOF Robert, Yuri, Kasumi Yuri, Joe, Daimon Robert, King, Chin ; Ikari Clark, Daimon, Vice Leona, Chang, Choi Clark, Chang, Diamon ; PS Chin, Ryo, King Athena, Mai, Kasumi Kensou, Ralf, Joe ; Gals Mai, Andy, Mature King, Mature, Vice Kasumi, Ryo, Choi ; Korea Choi, Ralf, Benimaru Kim, Kensou, Chin Kim, Yuri, Andy ; Iori Iori, Joe, Athena Iori, Ralf, Clark Mature, Benimaru, Mai :kof96h:62000000:000000:00000000:00000000:Select Opponent Lineup:Team Play only :kof96h:00010000:10E750:00000000:FFFFFFFF:Normal Teams :kof96h:00010000:10E750:00000001:FFFFFFFF:Variation 1 :kof96h:00010000:10E750:00000002:FFFFFFFF:Variation 2 :kof96h:00010000:10E750:00000003:FFFFFFFF:Variation 3 ; Activate the first eight to face the Boss Team next. ; Activate the first nine to face Chizuru next. ; Activate all of them to face Goenitz next. :kof96h:00000001:10A797:00000001:00000001:Beaten team at Japan Team Stage :kof96h:00000001:10A797:00000002:00000002:Beaten team at Fatal Fury Team Stage :kof96h:00000001:10A797:00000004:00000004:Beaten team at Art of Fighting Team Stage :kof96h:00000001:10A797:00000008:00000008:Beaten team at Ikari Team Stage :kof96h:00000001:10A797:00000010:00000010:Beaten team at Psycho Soldier Team Stage :kof96h:00000001:10A797:00000020:00000020:Beaten team at Gals Fighters Team Stage :kof96h:00000001:10A797:00000040:00000040:Beaten team at Korea Team Stage :kof96h:00000001:10A797:00000080:00000080:Beaten team at Iori Team Stage :kof96h:00000001:10A796:00000001:00000001:Beaten Boss Team :kof96h:00000001:10A796:00000002:00000002:Beaten Chizuru :kof96h:00000300:10A7ED:00000005:FFFFFFFF:Select Current Round :kof96h:62000000:000000:00000000:00000000:Select Backdrop :kof96h:00010000:10A7E8:00000000:FFFFFFFF:Japan Team :kof96h:00010000:10A7E8:00000001:FFFFFFFF:Fatal Fury Team :kof96h:00010000:10A7E8:00000002:FFFFFFFF:Art of Fighting Team :kof96h:00010000:10A7E8:00000003:FFFFFFFF:Ikari Team :kof96h:00010000:10A7E8:00000004:FFFFFFFF:Psycho Soldier Team :kof96h:00010000:10A7E8:00000005:FFFFFFFF:Gals Fighters Team :kof96h:00010000:10A7E8:00000006:FFFFFFFF:Korea Team :kof96h:00010000:10A7E8:00000007:FFFFFFFF:Iori Team :kof96h:00010000:10A7E8:00000008:FFFFFFFF:Boss Team :kof96h:00010000:10A7E8:00000009:FFFFFFFF:Chizuru :kof96h:00010000:10A7E8:0000000A:FFFFFFFF:Goenitz kof96h:0:108239:67:000:Infinite Energy PL1 kof96h:0:1081E8:80:000:Infinite Power PL1 kof96h:0:1081EA:3C:500:Infinite Power PL1 (2/3) kof96h:0:10824D:04:500:Infinite Power PL1 (3/3) :kof96h:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof96h:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof96h:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof96h:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof96h:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof96h:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof96h:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof96h:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 :kof96h:62000000:000000:00000000:00000000:Select Team PL1 :kof96h:00010000:10A844:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof96h:00010000:10A844:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof96h:00010000:10A844:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof96h:00010000:10A844:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof96h:00010000:10A844:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof96h:00010000:10A844:00000005:FFFFFFFF:Womens Team:Kasumi, Mai, King :kof96h:00010000:10A844:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof96h:00010000:10A844:00000007:FFFFFFFF:Yagami Team:Iori, Mature, Vice :kof96h:00010000:10A844:00000008:FFFFFFFF:Boss Team:Geese, Krauser, Mr. Big :kof96h:00010000:10A844:00000009:FFFFFFFF:Chizuru (solo) :kof96h:00010000:10A844:0000000A:FFFFFFFF:Goenitz (solo) :kof96h:00010000:10A844:0000000B:FFFFFFFF:Weapons of God Team:Chizuru, Kyo, Iori :kof96h:00010000:10A844:0000000C:FFFFFFFF:Goenitz Team:Goenitz, any two except Chizuru :kof96h:00010000:10A844:000000FF:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof96h:00000100:10A845:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof96h:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof96h:00010000:10A846:00000000:FFFFFFFF:Kyo Kusanagi :kof96h:00010000:10A846:00000001:FFFFFFFF:Benimaru Nikaido :kof96h:00010000:10A846:00000002:FFFFFFFF:Goro Daimon :kof96h:00010000:10A846:00000003:FFFFFFFF:Terry Bogard :kof96h:00010000:10A846:00000004:FFFFFFFF:Andy Bogard :kof96h:00010000:10A846:00000005:FFFFFFFF:Joe Higashi :kof96h:00010000:10A846:00000006:FFFFFFFF:Ryo Sakazaki :kof96h:00010000:10A846:00000007:FFFFFFFF:Robert Garcia :kof96h:00010000:10A846:00000008:FFFFFFFF:Yuri Sakazaki :kof96h:00010000:10A846:00000009:FFFFFFFF:Leona :kof96h:00010000:10A846:0000000A:FFFFFFFF:Ralf Jones :kof96h:00010000:10A846:0000000B:FFFFFFFF:Clark Steel :kof96h:00010000:10A846:0000000C:FFFFFFFF:Athena Asamiya :kof96h:00010000:10A846:0000000D:FFFFFFFF:Sie Kensou :kof96h:00010000:10A846:0000000E:FFFFFFFF:Chin Gentsai :kof96h:00010000:10A846:0000000F:FFFFFFFF:Kasumi Todo :kof96h:00010000:10A846:00000010:FFFFFFFF:Mai Shiranui :kof96h:00010000:10A846:00000011:FFFFFFFF:King :kof96h:00010000:10A846:00000012:FFFFFFFF:Kim Kaphwan :kof96h:00010000:10A846:00000013:FFFFFFFF:Chang Koehan :kof96h:00010000:10A846:00000014:FFFFFFFF:Choi Bounge :kof96h:00010000:10A846:00000015:FFFFFFFF:Iori Yagami :kof96h:00010000:10A846:00000016:FFFFFFFF:Mature :kof96h:00010000:10A846:00000017:FFFFFFFF:Vice :kof96h:00010000:10A846:00000018:FFFFFFFF:Geese Howard :kof96h:00010000:10A846:00000019:FFFFFFFF:Wolfgang Krauser :kof96h:00010000:10A846:0000001A:FFFFFFFF:Mr. Big :kof96h:00010000:10A846:0000001B:FFFFFFFF:#Chizuru Kagura :kof96h:00010000:10A846:0000001C:FFFFFFFF:#Goenitz :kof96h:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof96h:00010000:10A847:00000000:FFFFFFFF:Kyo Kusanagi :kof96h:00010000:10A847:00000001:FFFFFFFF:Benimaru Nikaido :kof96h:00010000:10A847:00000002:FFFFFFFF:Goro Daimon :kof96h:00010000:10A847:00000003:FFFFFFFF:Terry Bogard :kof96h:00010000:10A847:00000004:FFFFFFFF:Andy Bogard :kof96h:00010000:10A847:00000005:FFFFFFFF:Joe Higashi :kof96h:00010000:10A847:00000006:FFFFFFFF:Ryo Sakazaki :kof96h:00010000:10A847:00000007:FFFFFFFF:Robert Garcia :kof96h:00010000:10A847:00000008:FFFFFFFF:Yuri Sakazaki :kof96h:00010000:10A847:00000009:FFFFFFFF:Leona :kof96h:00010000:10A847:0000000A:FFFFFFFF:Ralf Jones :kof96h:00010000:10A847:0000000B:FFFFFFFF:Clark Steel :kof96h:00010000:10A847:0000000C:FFFFFFFF:Athena Asamiya :kof96h:00010000:10A847:0000000D:FFFFFFFF:Sie Kensou :kof96h:00010000:10A847:0000000E:FFFFFFFF:Chin Gentsai :kof96h:00010000:10A847:0000000F:FFFFFFFF:Kasumi Todo :kof96h:00010000:10A847:00000010:FFFFFFFF:Mai Shiranui :kof96h:00010000:10A847:00000011:FFFFFFFF:King :kof96h:00010000:10A847:00000012:FFFFFFFF:Kim Kaphwan :kof96h:00010000:10A847:00000013:FFFFFFFF:Chang Koehan :kof96h:00010000:10A847:00000014:FFFFFFFF:Choi Bounge :kof96h:00010000:10A847:00000015:FFFFFFFF:Iori Yagami :kof96h:00010000:10A847:00000016:FFFFFFFF:Mature :kof96h:00010000:10A847:00000017:FFFFFFFF:Vice :kof96h:00010000:10A847:00000018:FFFFFFFF:Geese Howard :kof96h:00010000:10A847:00000019:FFFFFFFF:Wolfgang Krauser :kof96h:00010000:10A847:0000001A:FFFFFFFF:Mr. Big :kof96h:00010000:10A847:0000001B:FFFFFFFF:#Chizuru Kagura :kof96h:00010000:10A847:0000001C:FFFFFFFF:#Goenitz :kof96h:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof96h:00010000:10A848:00000000:FFFFFFFF:Kyo Kusanagi :kof96h:00010000:10A848:00000001:FFFFFFFF:Benimaru Nikaido :kof96h:00010000:10A848:00000002:FFFFFFFF:Goro Daimon :kof96h:00010000:10A848:00000003:FFFFFFFF:Terry Bogard :kof96h:00010000:10A848:00000004:FFFFFFFF:Andy Bogard :kof96h:00010000:10A848:00000005:FFFFFFFF:Joe Higashi :kof96h:00010000:10A848:00000006:FFFFFFFF:Ryo Sakazaki :kof96h:00010000:10A848:00000007:FFFFFFFF:Robert Garcia :kof96h:00010000:10A848:00000008:FFFFFFFF:Yuri Sakazaki :kof96h:00010000:10A848:00000009:FFFFFFFF:Leona :kof96h:00010000:10A848:0000000A:FFFFFFFF:Ralf Jones :kof96h:00010000:10A848:0000000B:FFFFFFFF:Clark Steel :kof96h:00010000:10A848:0000000C:FFFFFFFF:Athena Asamiya :kof96h:00010000:10A848:0000000D:FFFFFFFF:Sie Kensou :kof96h:00010000:10A848:0000000E:FFFFFFFF:Chin Gentsai :kof96h:00010000:10A848:0000000F:FFFFFFFF:Kasumi Todo :kof96h:00010000:10A848:00000010:FFFFFFFF:Mai Shiranui :kof96h:00010000:10A848:00000011:FFFFFFFF:King :kof96h:00010000:10A848:00000012:FFFFFFFF:Kim Kaphwan :kof96h:00010000:10A848:00000013:FFFFFFFF:Chang Koehan :kof96h:00010000:10A848:00000014:FFFFFFFF:Choi Bounge :kof96h:00010000:10A848:00000015:FFFFFFFF:Iori Yagami :kof96h:00010000:10A848:00000016:FFFFFFFF:Mature :kof96h:00010000:10A848:00000017:FFFFFFFF:Vice :kof96h:00010000:10A848:00000018:FFFFFFFF:Geese Howard :kof96h:00010000:10A848:00000019:FFFFFFFF:Wolfgang Krauser :kof96h:00010000:10A848:0000001A:FFFFFFFF:Mr. Big :kof96h:00010000:10A848:0000001B:FFFFFFFF:#Chizuru Kagura :kof96h:00010000:10A848:0000001C:FFFFFFFF:#Goenitz :kof96h:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof96h:00010000:10A849:00000000:FFFFFFFF:A colour :kof96h:00010000:10A849:00000001:FFFFFFFF:D colour :kof96h:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof96h:00010000:10A84A:00000000:FFFFFFFF:A colour :kof96h:00010000:10A84A:00000001:FFFFFFFF:D colour :kof96h:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof96h:00010000:10A84B:00000000:FFFFFFFF:A colour :kof96h:00010000:10A84B:00000001:FFFFFFFF:D colour :kof96h:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof96h:00010000:10A84C:00000000:FFFFFFFF:Character A:First character selected :kof96h:00010000:10A84C:00000001:FFFFFFFF:Character B:Second character selected :kof96h:00010000:10A84C:00000002:FFFFFFFF:Character C:Third character selected :kof96h:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof96h:00010000:10A84D:00000000:FFFFFFFF:Character A:First character selected :kof96h:00010000:10A84D:00000001:FFFFFFFF:Character B:Second character selected :kof96h:00010000:10A84D:00000002:FFFFFFFF:Character C:Third character selected :kof96h:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof96h:00010000:10A84E:00000000:FFFFFFFF:Character A:First character selected :kof96h:00010000:10A84E:00000001:FFFFFFFF:Character B:Second character selected :kof96h:00010000:10A84E:00000002:FFFFFFFF:Character C:Third character selected kof96h:0:108439:67:000:Infinite Energy PL2 kof96h:0:1083E8:80:000:Infinite Power PL2 kof96h:0:1083EA:3C:500:Infinite Power PL2 (2/3) kof96h:0:10844D:04:500:Infinite Power PL2 (3/3) :kof96h:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL2 :kof96h:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof96h:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof96h:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof96h:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL2 :kof96h:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof96h:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof96h:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 :kof96h:62000000:000000:00000000:00000000:Select Team PL2 :kof96h:00010000:10A855:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof96h:00010000:10A855:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof96h:00010000:10A855:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof96h:00010000:10A855:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof96h:00010000:10A855:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof96h:00010000:10A855:00000005:FFFFFFFF:Womens Team:Kasumi, Mai, King :kof96h:00010000:10A855:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof96h:00010000:10A855:00000007:FFFFFFFF:Yagami Team:Iori, Mature, Vice :kof96h:00010000:10A855:00000008:FFFFFFFF:Boss Team:Geese, Krauser, Mr. Big :kof96h:00010000:10A855:00000009:FFFFFFFF:Chizuru (solo) :kof96h:00010000:10A855:0000000A:FFFFFFFF:Goenitz (solo) :kof96h:00010000:10A855:0000000B:FFFFFFFF:Weapons of God Team:Chizuru, Kyo, Iori :kof96h:00010000:10A855:0000000C:FFFFFFFF:Goenitz Team:Goenitz, any two except Chizuru :kof96h:00010000:10A855:000000FF:FFFFFFFF:Custom Team :kof96h:00000100:10A856:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof96h:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof96h:00010000:10A857:00000000:FFFFFFFF:Kyo Kusanagi :kof96h:00010000:10A857:00000001:FFFFFFFF:Benimaru Nikaido :kof96h:00010000:10A857:00000002:FFFFFFFF:Goro Daimon :kof96h:00010000:10A857:00000003:FFFFFFFF:Terry Bogard :kof96h:00010000:10A857:00000004:FFFFFFFF:Andy Bogard :kof96h:00010000:10A857:00000005:FFFFFFFF:Joe Higashi :kof96h:00010000:10A857:00000006:FFFFFFFF:Ryo Sakazaki :kof96h:00010000:10A857:00000007:FFFFFFFF:Robert Garcia :kof96h:00010000:10A857:00000008:FFFFFFFF:Yuri Sakazaki :kof96h:00010000:10A857:00000009:FFFFFFFF:Leona :kof96h:00010000:10A857:0000000A:FFFFFFFF:Ralf Jones :kof96h:00010000:10A857:0000000B:FFFFFFFF:Clark Steel :kof96h:00010000:10A857:0000000C:FFFFFFFF:Athena Asamiya :kof96h:00010000:10A857:0000000D:FFFFFFFF:Sie Kensou :kof96h:00010000:10A857:0000000E:FFFFFFFF:Chin Gentsai :kof96h:00010000:10A857:0000000F:FFFFFFFF:Kasumi Todo :kof96h:00010000:10A857:00000010:FFFFFFFF:Mai Shiranui :kof96h:00010000:10A857:00000011:FFFFFFFF:King :kof96h:00010000:10A857:00000012:FFFFFFFF:Kim Kaphwan :kof96h:00010000:10A857:00000013:FFFFFFFF:Chang Koehan :kof96h:00010000:10A857:00000014:FFFFFFFF:Choi Bounge :kof96h:00010000:10A857:00000015:FFFFFFFF:Iori Yagami :kof96h:00010000:10A857:00000016:FFFFFFFF:Mature :kof96h:00010000:10A857:00000017:FFFFFFFF:Vice :kof96h:00010000:10A857:00000018:FFFFFFFF:Geese Howard :kof96h:00010000:10A857:00000019:FFFFFFFF:Wolfgang Krauser :kof96h:00010000:10A857:0000001A:FFFFFFFF:Mr. Big :kof96h:00010000:10A857:0000001B:FFFFFFFF:#Chizuru Kagura :kof96h:00010000:10A857:0000001C:FFFFFFFF:#Goenitz :kof96h:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof96h:00010000:10A858:00000000:FFFFFFFF:Kyo Kusanagi :kof96h:00010000:10A858:00000001:FFFFFFFF:Benimaru Nikaido :kof96h:00010000:10A858:00000002:FFFFFFFF:Goro Daimon :kof96h:00010000:10A858:00000003:FFFFFFFF:Terry Bogard :kof96h:00010000:10A858:00000004:FFFFFFFF:Andy Bogard :kof96h:00010000:10A858:00000005:FFFFFFFF:Joe Higashi :kof96h:00010000:10A858:00000006:FFFFFFFF:Ryo Sakazaki :kof96h:00010000:10A858:00000007:FFFFFFFF:Robert Garcia :kof96h:00010000:10A858:00000008:FFFFFFFF:Yuri Sakazaki :kof96h:00010000:10A858:00000009:FFFFFFFF:Leona :kof96h:00010000:10A858:0000000A:FFFFFFFF:Ralf Jones :kof96h:00010000:10A858:0000000B:FFFFFFFF:Clark Steel :kof96h:00010000:10A858:0000000C:FFFFFFFF:Athena Asamiya :kof96h:00010000:10A858:0000000D:FFFFFFFF:Sie Kensou :kof96h:00010000:10A858:0000000E:FFFFFFFF:Chin Gentsai :kof96h:00010000:10A858:0000000F:FFFFFFFF:Kasumi Todo :kof96h:00010000:10A858:00000010:FFFFFFFF:Mai Shiranui :kof96h:00010000:10A858:00000011:FFFFFFFF:King :kof96h:00010000:10A858:00000012:FFFFFFFF:Kim Kaphwan :kof96h:00010000:10A858:00000013:FFFFFFFF:Chang Koehan :kof96h:00010000:10A858:00000014:FFFFFFFF:Choi Bounge :kof96h:00010000:10A858:00000015:FFFFFFFF:Iori Yagami :kof96h:00010000:10A858:00000016:FFFFFFFF:Mature :kof96h:00010000:10A858:00000017:FFFFFFFF:Vice :kof96h:00010000:10A858:00000018:FFFFFFFF:Geese Howard :kof96h:00010000:10A858:00000019:FFFFFFFF:Wolfgang Krauser :kof96h:00010000:10A858:0000001A:FFFFFFFF:Mr. Big :kof96h:00010000:10A858:0000001B:FFFFFFFF:#Chizuru Kagura :kof96h:00010000:10A858:0000001C:FFFFFFFF:#Goenitz :kof96h:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof96h:00010000:10A859:00000000:FFFFFFFF:Kyo Kusanagi :kof96h:00010000:10A859:00000001:FFFFFFFF:Benimaru Nikaido :kof96h:00010000:10A859:00000002:FFFFFFFF:Goro Daimon :kof96h:00010000:10A859:00000003:FFFFFFFF:Terry Bogard :kof96h:00010000:10A859:00000004:FFFFFFFF:Andy Bogard :kof96h:00010000:10A859:00000005:FFFFFFFF:Joe Higashi :kof96h:00010000:10A859:00000006:FFFFFFFF:Ryo Sakazaki :kof96h:00010000:10A859:00000007:FFFFFFFF:Robert Garcia :kof96h:00010000:10A859:00000008:FFFFFFFF:Yuri Sakazaki :kof96h:00010000:10A859:00000009:FFFFFFFF:Leona :kof96h:00010000:10A859:0000000A:FFFFFFFF:Ralf Jones :kof96h:00010000:10A859:0000000B:FFFFFFFF:Clark Steel :kof96h:00010000:10A859:0000000C:FFFFFFFF:Athena Asamiya :kof96h:00010000:10A859:0000000D:FFFFFFFF:Sie Kensou :kof96h:00010000:10A859:0000000E:FFFFFFFF:Chin Gentsai :kof96h:00010000:10A859:0000000F:FFFFFFFF:Kasumi Todo :kof96h:00010000:10A859:00000010:FFFFFFFF:Mai Shiranui :kof96h:00010000:10A859:00000011:FFFFFFFF:King :kof96h:00010000:10A859:00000012:FFFFFFFF:Kim Kaphwan :kof96h:00010000:10A859:00000013:FFFFFFFF:Chang Koehan :kof96h:00010000:10A859:00000014:FFFFFFFF:Choi Bounge :kof96h:00010000:10A859:00000015:FFFFFFFF:Iori Yagami :kof96h:00010000:10A859:00000016:FFFFFFFF:Mature :kof96h:00010000:10A859:00000017:FFFFFFFF:Vice :kof96h:00010000:10A859:00000018:FFFFFFFF:Geese Howard :kof96h:00010000:10A859:00000019:FFFFFFFF:Wolfgang Krauser :kof96h:00010000:10A859:0000001A:FFFFFFFF:Mr. Big :kof96h:00010000:10A859:0000001B:FFFFFFFF:#Chizuru Kagura :kof96h:00010000:10A859:0000001C:FFFFFFFF:#Goenitz :kof96h:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof96h:00010000:10A85D:00000000:FFFFFFFF:Character A:First character selected :kof96h:00010000:10A85D:00000001:FFFFFFFF:Character B:Second character selected :kof96h:00010000:10A85D:00000002:FFFFFFFF:Character C:Third character selected :kof96h:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof96h:00010000:10A85E:00000000:FFFFFFFF:Character A:First character selected :kof96h:00010000:10A85E:00000001:FFFFFFFF:Character B:Second character selected :kof96h:00010000:10A85E:00000002:FFFFFFFF:Character C:Third character selected :kof96h:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof96h:00010000:10A85F:00000000:FFFFFFFF:Character A:First character selected :kof96h:00010000:10A85F:00000001:FFFFFFFF:Character B:Second character selected :kof96h:00010000:10A85F:00000002:FFFFFFFF:Character C:Third character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof96h:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof96h:00000000:10E33A:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof96h:00000000:10E33C:0000000C:FFFFFFFF:Ground Saber :kof96h:00000000:10E342:0000000C:FFFFFFFF:Baltic Launcher :kof96h:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof96h:00000000:10E33C:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof96h:00000000:10E33E:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof96h:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof96h:00000000:10E33A:0000000C:FFFFFFFF:Kuu Sajin, Hien Zan :kof96h:00000000:10E340:0000000C:FFFFFFFF:Ryuusei Raku :kof96h:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof96h:00000000:10E33A:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof96h:00000000:10E33E:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof96h:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof96h:00000000:10E33A:0000000C:FFFFFFFF:Hishou Kuuretsu Zan :kof96h:00000000:10E33E:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shisshou Hishou Zan :kof96h:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof96h:00000000:10E534:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof96h:00000000:10E536:0000000C:FFFFFFFF:Ground Saber :kof96h:00000000:10E53C:0000000C:FFFFFFFF:Baltic Launcher :kof96h:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof96h:00000000:10E536:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof96h:00000000:10E538:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof96h:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof96h:00000000:10E534:0000000C:FFFFFFFF:Kuu Sajin, Hien Zan :kof96h:00000000:10E53A:0000000C:FFFFFFFF:Ryuusei Raku :kof96h:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof96h:00000000:10E534:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof96h:00000000:10E538:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof96h:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof96h:00000000:10E534:0000000C:FFFFFFFF:Hishou Kuuretsu Zan :kof96h:00000000:10E538:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shisshou Hishou Zan :kof96h:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof96h:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof96h:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '97, The (set 1) ] kof97:0:10A83A:60:006:Infinite Time :kof97:00800000:100000:00000004:00000004:Boss code & Timer stop:Debug Dip 1-3, does not enable Orochi kof97:0:10EC34:1F:000:Enable hidden characters (except Orochi):Adds Orochi Iori, Orochi Leona, and the Orochi New Face Team to the selection screen :kof97:00000300:10A7F1:00000005:FFFFFFFF:Select Current Round :kof97:62000000:000000:00000000:00000000:Select Backdrop :kof97:00010000:10A7EA:00000000:FFFFFFFF:Koshien Stadium, Japan :kof97:00010000:10A7EA:00000001:FFFFFFFF:Adventureland, USA :kof97:00010000:10A7EA:00000002:FFFFFFFF:Tuban, Bali :kof97:00010000:10A7EA:00000003:FFFFFFFF:Kowloon, China :kof97:00010000:10A7EA:00000004:FFFFFFFF:Kyong Bock Kung, Korea :kof97:00010000:10A7EA:00000005:FFFFFFFF:Ruccass Corner, Monaco :kof97:00010000:10A7EA:00000006:FFFFFFFF:Orochi Team :kof97:00010000:10A7EA:00000007:FFFFFFFF:Orochi :kof97:00000000:10EC35:00000001:FFFFFFFF:Backdrop Always Red:Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kof97:00000001:10EC35:00000001:FFFFFFFF:Backdrop Turns Red Now!:Activate between matches for best effect. Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kof97:20800000:01436E:000000EC:FFFFFFFF:No Damage Dealt While Defending:Affects both players. ALL attacks do no damage when blocked - hence, a player takes no block damage. :kof97:20810000:014377:00000000:FFFFFFFF:No Damage Dealt While Defending (2/2) kof97:0:108239:67:000:Infinite Energy PL1 kof97:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof97:0:1082E3:03:000:Infinite Power PL1 kof97:0:1081EA:40:500:Infinite Power PL1 (2/4): kof97:0:10825F:23:500:Infinite Power PL1 (3/4) kof97:0:1081E0:10:520:Infinite Power PL1 (4/4) kof97:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof97:0:1081E0:10:020:Maximum Power PL1 kof97:0:1081E8:81:500:Maximum Power PL1 (2/4) kof97:0:1081EA:3F:500:Maximum Power PL1 (3/4) kof97:0:10824D:04:500:Maximum Power PL1 (4/4) :kof97:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof97:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof97:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof97:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof97:62000000:000000:00000000:00000000:Select Mode PL1 :kof97:00010000:10A849:00000000:FFFFFFFF:Advanced Mode :kof97:00010000:10A849:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof97:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof97:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected. :kof97:00010000:10A84B:00000000:FFFFFFFF:Kyo Kusanagi :kof97:00010000:10A84B:00000001:FFFFFFFF:Benimaru Nikaido :kof97:00010000:10A84B:00000002:FFFFFFFF:Goro Daimon :kof97:00010000:10A84B:00000003:FFFFFFFF:Terry Bogard :kof97:00010000:10A84B:00000004:FFFFFFFF:Andy Bogard :kof97:00010000:10A84B:00000005:FFFFFFFF:Joe Higashi :kof97:00010000:10A84B:00000006:FFFFFFFF:Ryo Sakazaki :kof97:00010000:10A84B:00000007:FFFFFFFF:Robert Garcia :kof97:00010000:10A84B:00000008:FFFFFFFF:Yuri Sakazaki :kof97:00010000:10A84B:00000009:FFFFFFFF:Leona :kof97:00010000:10A84B:0000000A:FFFFFFFF:Ralf Jones :kof97:00010000:10A84B:0000000B:FFFFFFFF:Clark Steel :kof97:00010000:10A84B:0000000C:FFFFFFFF:Athena Asamiya :kof97:00010000:10A84B:0000000D:FFFFFFFF:Sie Kensou :kof97:00010000:10A84B:0000000E:FFFFFFFF:Chin Gentsai :kof97:00010000:10A84B:0000000F:FFFFFFFF:Chizuru Kagura :kof97:00010000:10A84B:00000010:FFFFFFFF:Mai Shiranui :kof97:00010000:10A84B:00000011:FFFFFFFF:King :kof97:00010000:10A84B:00000012:FFFFFFFF:Kim Kaphwan :kof97:00010000:10A84B:00000013:FFFFFFFF:Chang Koehan :kof97:00010000:10A84B:00000014:FFFFFFFF:Choi Bounge :kof97:00010000:10A84B:00000015:FFFFFFFF:Yashiro Nanakase :kof97:00010000:10A84B:00000016:FFFFFFFF:Shermie :kof97:00010000:10A84B:00000017:FFFFFFFF:Chris :kof97:00010000:10A84B:00000018:FFFFFFFF:Ryuji Yamazaki :kof97:00010000:10A84B:00000019:FFFFFFFF:Blue Mary :kof97:00010000:10A84B:0000001A:FFFFFFFF:Billy Kane :kof97:00010000:10A84B:0000001B:FFFFFFFF:Iori Yagami :kof97:00010000:10A84B:0000001C:FFFFFFFF:#Orochi Iori :kof97:00010000:10A84B:0000001D:FFFFFFFF:#Orochi Leona :kof97:00010000:10A84B:0000001E:FFFFFFFF:#Orochi :kof97:00010000:10A84B:0000001F:FFFFFFFF:Shingo Yabuki :kof97:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected. :kof97:00010000:10A84C:00000000:FFFFFFFF:Kyo Kusanagi :kof97:00010000:10A84C:00000001:FFFFFFFF:Benimaru Nikaido :kof97:00010000:10A84C:00000002:FFFFFFFF:Goro Daimon :kof97:00010000:10A84C:00000003:FFFFFFFF:Terry Bogard :kof97:00010000:10A84C:00000004:FFFFFFFF:Andy Bogard :kof97:00010000:10A84C:00000005:FFFFFFFF:Joe Higashi :kof97:00010000:10A84C:00000006:FFFFFFFF:Ryo Sakazaki :kof97:00010000:10A84C:00000007:FFFFFFFF:Robert Garcia :kof97:00010000:10A84C:00000008:FFFFFFFF:Yuri Sakazaki :kof97:00010000:10A84C:00000009:FFFFFFFF:Leona :kof97:00010000:10A84C:0000000A:FFFFFFFF:Ralf Jones :kof97:00010000:10A84C:0000000B:FFFFFFFF:Clark Steel :kof97:00010000:10A84C:0000000C:FFFFFFFF:Athena Asamiya :kof97:00010000:10A84C:0000000D:FFFFFFFF:Sie Kensou :kof97:00010000:10A84C:0000000E:FFFFFFFF:Chin Gentsai :kof97:00010000:10A84C:0000000F:FFFFFFFF:Chizuru Kagura :kof97:00010000:10A84C:00000010:FFFFFFFF:Mai Shiranui :kof97:00010000:10A84C:00000011:FFFFFFFF:King :kof97:00010000:10A84C:00000012:FFFFFFFF:Kim Kaphwan :kof97:00010000:10A84C:00000013:FFFFFFFF:Chang Koehan :kof97:00010000:10A84C:00000014:FFFFFFFF:Choi Bounge :kof97:00010000:10A84C:00000015:FFFFFFFF:Yashiro Nanakase :kof97:00010000:10A84C:00000016:FFFFFFFF:Shermie :kof97:00010000:10A84C:00000017:FFFFFFFF:Chris :kof97:00010000:10A84C:00000018:FFFFFFFF:Ryuji Yamazaki :kof97:00010000:10A84C:00000019:FFFFFFFF:Blue Mary :kof97:00010000:10A84C:0000001A:FFFFFFFF:Billy Kane :kof97:00010000:10A84C:0000001B:FFFFFFFF:Iori Yagami :kof97:00010000:10A84C:0000001C:FFFFFFFF:#Orochi Iori :kof97:00010000:10A84C:0000001D:FFFFFFFF:#Orochi Leona :kof97:00010000:10A84C:0000001E:FFFFFFFF:#Orochi :kof97:00010000:10A84C:0000001F:FFFFFFFF:Shingo Yabuki :kof97:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected. :kof97:00010000:10A84D:00000000:FFFFFFFF:Kyo Kusanagi :kof97:00010000:10A84D:00000001:FFFFFFFF:Benimaru Nikaido :kof97:00010000:10A84D:00000002:FFFFFFFF:Goro Daimon :kof97:00010000:10A84D:00000003:FFFFFFFF:Terry Bogard :kof97:00010000:10A84D:00000004:FFFFFFFF:Andy Bogard :kof97:00010000:10A84D:00000005:FFFFFFFF:Joe Higashi :kof97:00010000:10A84D:00000006:FFFFFFFF:Ryo Sakazaki :kof97:00010000:10A84D:00000007:FFFFFFFF:Robert Garcia :kof97:00010000:10A84D:00000008:FFFFFFFF:Yuri Sakazaki :kof97:00010000:10A84D:00000009:FFFFFFFF:Leona :kof97:00010000:10A84D:0000000A:FFFFFFFF:Ralf Jones :kof97:00010000:10A84D:0000000B:FFFFFFFF:Clark Steel :kof97:00010000:10A84D:0000000C:FFFFFFFF:Athena Asamiya :kof97:00010000:10A84D:0000000D:FFFFFFFF:Sie Kensou :kof97:00010000:10A84D:0000000E:FFFFFFFF:Chin Gentsai :kof97:00010000:10A84D:0000000F:FFFFFFFF:Chizuru Kagura :kof97:00010000:10A84D:00000010:FFFFFFFF:Mai Shiranui :kof97:00010000:10A84D:00000011:FFFFFFFF:King :kof97:00010000:10A84D:00000012:FFFFFFFF:Kim Kaphwan :kof97:00010000:10A84D:00000013:FFFFFFFF:Chang Koehan :kof97:00010000:10A84D:00000014:FFFFFFFF:Choi Bounge :kof97:00010000:10A84D:00000015:FFFFFFFF:Yashiro Nanakase :kof97:00010000:10A84D:00000016:FFFFFFFF:Shermie :kof97:00010000:10A84D:00000017:FFFFFFFF:Chris :kof97:00010000:10A84D:00000018:FFFFFFFF:Ryuji Yamazaki :kof97:00010000:10A84D:00000019:FFFFFFFF:Blue Mary :kof97:00010000:10A84D:0000001A:FFFFFFFF:Billy Kane :kof97:00010000:10A84D:0000001B:FFFFFFFF:Iori Yagami :kof97:00010000:10A84D:0000001C:FFFFFFFF:#Orochi Iori :kof97:00010000:10A84D:0000001D:FFFFFFFF:#Orochi Leona :kof97:00010000:10A84D:0000001E:FFFFFFFF:#Orochi :kof97:00010000:10A84D:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kof97:00000000:10A857:00000001:00000001:Use Alternate Version Character PL1 (A):This refers to the first character selected. :kof97:00000000:10A857:00000002:00000002:Use Alternate Version Character PL1 (B):This refers to the second character selected. :kof97:00000000:10A857:00000004:00000004:Use Alternate Version Character PL1 (C):This refers to the third character selected. :kof97:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kof97:00010000:10A84E:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97:00010000:10A84E:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97:00010000:10A84E:00000002:FFFFFFFF:A colour (Extra Mode) :kof97:00010000:10A84E:00000003:FFFFFFFF:D colour (Extra Mode) :kof97:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kof97:00010000:10A84F:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97:00010000:10A84F:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97:00010000:10A84F:00000002:FFFFFFFF:A colour (Extra Mode) :kof97:00010000:10A84F:00000003:FFFFFFFF:D colour (Extra Mode) :kof97:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kof97:00010000:10A850:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97:00010000:10A850:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97:00010000:10A850:00000002:FFFFFFFF:A colour (Extra Mode) :kof97:00010000:10A850:00000003:FFFFFFFF:D colour (Extra Mode) :kof97:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof97:00010000:10A851:00000000:FFFFFFFF:Character A:First character selected :kof97:00010000:10A851:00000001:FFFFFFFF:Character B:Second character selected :kof97:00010000:10A851:00000002:FFFFFFFF:Character C:Third character selected :kof97:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof97:00010000:10A852:00000000:FFFFFFFF:Character A:First character selected :kof97:00010000:10A852:00000001:FFFFFFFF:Character B:Second character selected :kof97:00010000:10A852:00000002:FFFFFFFF:Character C:Third character selected :kof97:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof97:00010000:10A853:00000000:FFFFFFFF:Character A:First character selected :kof97:00010000:10A853:00000001:FFFFFFFF:Character B:Second character selected :kof97:00010000:10A853:00000002:FFFFFFFF:Character C:Third character selected kof97:0:108439:67:000:Infinite Energy PL2 kof97:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof97:0:1084E3:03:000:Infinite Power PL2 kof97:0:1083EA:40:500:Infinite Power PL2 (2/4) kof97:0:10845F:23:500:Infinite Power PL2 (3/4) kof97:0:1083E0:10:520:Infinite Power PL2 (4/4) kof97:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof97:0:1083E0:10:020:Maximum Power PL2 kof97:0:1083E8:81:500:Maximum Power PL2 (2/4) kof97:0:1083EA:3F:500:Maximum Power PL2 (3/4) kof97:0:10844D:04:500:Maximum Power PL2 (4/4) :kof97:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof97:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof97:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof97:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof97:62000000:000000:00000000:00000000:Select Mode PL2 :kof97:00010000:10A85A:00000000:FFFFFFFF:Advanced Mode :kof97:00010000:10A85A:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof97:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof97:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected. :kof97:00010000:10A85C:00000000:FFFFFFFF:Kyo Kusanagi :kof97:00010000:10A85C:00000001:FFFFFFFF:Benimaru Nikaido :kof97:00010000:10A85C:00000002:FFFFFFFF:Goro Daimon :kof97:00010000:10A85C:00000003:FFFFFFFF:Terry Bogard :kof97:00010000:10A85C:00000004:FFFFFFFF:Andy Bogard :kof97:00010000:10A85C:00000005:FFFFFFFF:Joe Higashi :kof97:00010000:10A85C:00000006:FFFFFFFF:Ryo Sakazaki :kof97:00010000:10A85C:00000007:FFFFFFFF:Robert Garcia :kof97:00010000:10A85C:00000008:FFFFFFFF:Yuri Sakazaki :kof97:00010000:10A85C:00000009:FFFFFFFF:Leona :kof97:00010000:10A85C:0000000A:FFFFFFFF:Ralf Jones :kof97:00010000:10A85C:0000000B:FFFFFFFF:Clark Steel :kof97:00010000:10A85C:0000000C:FFFFFFFF:Athena Asamiya :kof97:00010000:10A85C:0000000D:FFFFFFFF:Sie Kensou :kof97:00010000:10A85C:0000000E:FFFFFFFF:Chin Gentsai :kof97:00010000:10A85C:0000000F:FFFFFFFF:Chizuru Kagura :kof97:00010000:10A85C:00000010:FFFFFFFF:Mai Shiranui :kof97:00010000:10A85C:00000011:FFFFFFFF:King :kof97:00010000:10A85C:00000012:FFFFFFFF:Kim Kaphwan :kof97:00010000:10A85C:00000013:FFFFFFFF:Chang Koehan :kof97:00010000:10A85C:00000014:FFFFFFFF:Choi Bounge :kof97:00010000:10A85C:00000015:FFFFFFFF:Yashiro Nanakase :kof97:00010000:10A85C:00000016:FFFFFFFF:Shermie :kof97:00010000:10A85C:00000017:FFFFFFFF:Chris :kof97:00010000:10A85C:00000018:FFFFFFFF:Ryuji Yamazaki :kof97:00010000:10A85C:00000019:FFFFFFFF:Blue Mary :kof97:00010000:10A85C:0000001A:FFFFFFFF:Billy Kane :kof97:00010000:10A85C:0000001B:FFFFFFFF:Iori Yagami :kof97:00010000:10A85C:0000001C:FFFFFFFF:#Orochi Iori :kof97:00010000:10A85C:0000001D:FFFFFFFF:#Orochi Leona :kof97:00010000:10A85C:0000001E:FFFFFFFF:#Orochi :kof97:00010000:10A85C:0000001F:FFFFFFFF:Shingo Yabuki :kof97:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected. :kof97:00010000:10A85D:00000000:FFFFFFFF:Kyo Kusanagi :kof97:00010000:10A85D:00000001:FFFFFFFF:Benimaru Nikaido :kof97:00010000:10A85D:00000002:FFFFFFFF:Goro Daimon :kof97:00010000:10A85D:00000003:FFFFFFFF:Terry Bogard :kof97:00010000:10A85D:00000004:FFFFFFFF:Andy Bogard :kof97:00010000:10A85D:00000005:FFFFFFFF:Joe Higashi :kof97:00010000:10A85D:00000006:FFFFFFFF:Ryo Sakazaki :kof97:00010000:10A85D:00000007:FFFFFFFF:Robert Garcia :kof97:00010000:10A85D:00000008:FFFFFFFF:Yuri Sakazaki :kof97:00010000:10A85D:00000009:FFFFFFFF:Leona :kof97:00010000:10A85D:0000000A:FFFFFFFF:Ralf Jones :kof97:00010000:10A85D:0000000B:FFFFFFFF:Clark Steel :kof97:00010000:10A85D:0000000C:FFFFFFFF:Athena Asamiya :kof97:00010000:10A85D:0000000D:FFFFFFFF:Sie Kensou :kof97:00010000:10A85D:0000000E:FFFFFFFF:Chin Gentsai :kof97:00010000:10A85D:0000000F:FFFFFFFF:Chizuru Kagura :kof97:00010000:10A85D:00000010:FFFFFFFF:Mai Shiranui :kof97:00010000:10A85D:00000011:FFFFFFFF:King :kof97:00010000:10A85D:00000012:FFFFFFFF:Kim Kaphwan :kof97:00010000:10A85D:00000013:FFFFFFFF:Chang Koehan :kof97:00010000:10A85D:00000014:FFFFFFFF:Choi Bounge :kof97:00010000:10A85D:00000015:FFFFFFFF:Yashiro Nanakase :kof97:00010000:10A85D:00000016:FFFFFFFF:Shermie :kof97:00010000:10A85D:00000017:FFFFFFFF:Chris :kof97:00010000:10A85D:00000018:FFFFFFFF:Ryuji Yamazaki :kof97:00010000:10A85D:00000019:FFFFFFFF:Blue Mary :kof97:00010000:10A85D:0000001A:FFFFFFFF:Billy Kane :kof97:00010000:10A85D:0000001B:FFFFFFFF:Iori Yagami :kof97:00010000:10A85D:0000001C:FFFFFFFF:#Orochi Iori :kof97:00010000:10A85D:0000001D:FFFFFFFF:#Orochi Leona :kof97:00010000:10A85D:0000001E:FFFFFFFF:#Orochi :kof97:00010000:10A85D:0000001F:FFFFFFFF:Shingo Yabuki :kof97:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected. :kof97:00010000:10A85E:00000000:FFFFFFFF:Kyo Kusanagi :kof97:00010000:10A85E:00000001:FFFFFFFF:Benimaru Nikaido :kof97:00010000:10A85E:00000002:FFFFFFFF:Goro Daimon :kof97:00010000:10A85E:00000003:FFFFFFFF:Terry Bogard :kof97:00010000:10A85E:00000004:FFFFFFFF:Andy Bogard :kof97:00010000:10A85E:00000005:FFFFFFFF:Joe Higashi :kof97:00010000:10A85E:00000006:FFFFFFFF:Ryo Sakazaki :kof97:00010000:10A85E:00000007:FFFFFFFF:Robert Garcia :kof97:00010000:10A85E:00000008:FFFFFFFF:Yuri Sakazaki :kof97:00010000:10A85E:00000009:FFFFFFFF:Leona :kof97:00010000:10A85E:0000000A:FFFFFFFF:Ralf Jones :kof97:00010000:10A85E:0000000B:FFFFFFFF:Clark Steel :kof97:00010000:10A85E:0000000C:FFFFFFFF:Athena Asamiya :kof97:00010000:10A85E:0000000D:FFFFFFFF:Sie Kensou :kof97:00010000:10A85E:0000000E:FFFFFFFF:Chin Gentsai :kof97:00010000:10A85E:0000000F:FFFFFFFF:Chizuru Kagura :kof97:00010000:10A85E:00000010:FFFFFFFF:Mai Shiranui :kof97:00010000:10A85E:00000011:FFFFFFFF:King :kof97:00010000:10A85E:00000012:FFFFFFFF:Kim Kaphwan :kof97:00010000:10A85E:00000013:FFFFFFFF:Chang Koehan :kof97:00010000:10A85E:00000014:FFFFFFFF:Choi Bounge :kof97:00010000:10A85E:00000015:FFFFFFFF:Yashiro Nanakase :kof97:00010000:10A85E:00000016:FFFFFFFF:Shermie :kof97:00010000:10A85E:00000017:FFFFFFFF:Chris :kof97:00010000:10A85E:00000018:FFFFFFFF:Ryuji Yamazaki :kof97:00010000:10A85E:00000019:FFFFFFFF:Blue Mary :kof97:00010000:10A85E:0000001A:FFFFFFFF:Billy Kane :kof97:00010000:10A85E:0000001B:FFFFFFFF:Iori Yagami :kof97:00010000:10A85E:0000001C:FFFFFFFF:#Orochi Iori :kof97:00010000:10A85E:0000001D:FFFFFFFF:#Orochi Leona :kof97:00010000:10A85E:0000001E:FFFFFFFF:#Orochi :kof97:00010000:10A85E:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kof97:00000000:10A868:00000001:00000001:Use Alternate Version Character PL2 (A):This refers to the first character selected. :kof97:00000000:10A868:00000002:00000002:Use Alternate Version Character PL2 (B):This refers to the second character selected. :kof97:00000000:10A868:00000004:00000004:Use Alternate Version Character PL2 (C):This refers to the third character selected. :kof97:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kof97:00010000:10A85F:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97:00010000:10A85F:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97:00010000:10A85F:00000002:FFFFFFFF:A colour (Extra Mode) :kof97:00010000:10A85F:00000003:FFFFFFFF:D colour (Extra Mode) :kof97:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kof97:00010000:10A860:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97:00010000:10A860:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97:00010000:10A860:00000002:FFFFFFFF:A colour (Extra Mode) :kof97:00010000:10A860:00000003:FFFFFFFF:D colour (Extra Mode) :kof97:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kof97:00010000:10A861:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97:00010000:10A861:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97:00010000:10A861:00000002:FFFFFFFF:A colour (Extra Mode) :kof97:00010000:10A861:00000003:FFFFFFFF:D colour (Extra Mode) :kof97:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof97:00010000:10A862:00000000:FFFFFFFF:Character A:First character selected :kof97:00010000:10A862:00000001:FFFFFFFF:Character B:Second character selected :kof97:00010000:10A862:00000002:FFFFFFFF:Character C:Third character selected :kof97:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof97:00010000:10A863:00000000:FFFFFFFF:Character A:First character selected :kof97:00010000:10A863:00000001:FFFFFFFF:Character B:Second character selected :kof97:00010000:10A863:00000002:FFFFFFFF:Character C:Third character selected :kof97:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof97:00010000:10A864:00000000:FFFFFFFF:Character A:First character selected :kof97:00010000:10A864:00000001:FFFFFFFF:Character B:Second character selected :kof97:00010000:10A864:00000002:FFFFFFFF:Character C:Third character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof97:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof97:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kof97:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kof97:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof97:00000000:10E7E8:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof97:00000000:10E7EA:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof97:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof97:00000000:10E7EE:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof97:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof97:00000000:10E7E6:0000000C:FFFFFFFF:Hien Zan :kof97:00000000:10E7EC:0000000C:FFFFFFFF:Ryuusei Raku :kof97:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof97:00000000:10E7E6:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof97:00000000:10E7EA:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof97:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof97:00000000:10E7E6:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof97:00000000:10E7EA:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof97:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof97:00000000:10E7F4:0000000C:FFFFFFFF:Straight Slicer :kof97:60000000:000000:00000000:00000000:[Use for Orochi Leona PL1] :kof97:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kof97:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kof97:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof97:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kof97:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kof97:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof97:00000000:10E9F4:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof97:00000000:10E9F6:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof97:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof97:00000000:10E9FA:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof97:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof97:00000000:10E9F2:0000000C:FFFFFFFF:Hien Zan :kof97:00000000:10E9F8:0000000C:FFFFFFFF:Ryuusei Raku :kof97:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof97:00000000:10E9F2:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof97:00000000:10E9F6:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof97:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof97:00000000:10E9F2:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof97:00000000:10E9F6:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof97:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof97:00000000:10EA00:0000000C:FFFFFFFF:Straight Slicer :kof97:60000000:000000:00000000:00000000:[Use for Orochi Leona PL2] :kof97:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kof97:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kof97:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof97:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof97:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '97, The (set 2) ] kof97a:0:10A83A:60:006:Infinite Time :kof97a:00800000:100000:00000004:00000004:Boss code & Timer stop:Debug Dip 1-3, does not enable Orochi kof97a:0:10EC34:1F:000:Enable hidden characters (except Orochi):Adds Orochi Iori, Orochi Leona, and the Orochi New Face Team to the selection screen :kof97a:00000300:10A7F1:00000005:FFFFFFFF:Select Current Round :kof97a:62000000:000000:00000000:00000000:Select Backdrop :kof97a:00010000:10A7EA:00000000:FFFFFFFF:Koshien Stadium, Japan :kof97a:00010000:10A7EA:00000001:FFFFFFFF:Adventureland, USA :kof97a:00010000:10A7EA:00000002:FFFFFFFF:Tuban, Bali :kof97a:00010000:10A7EA:00000003:FFFFFFFF:Kowloon, China :kof97a:00010000:10A7EA:00000004:FFFFFFFF:Kyong Bock Kung, Korea :kof97a:00010000:10A7EA:00000005:FFFFFFFF:Ruccass Corner, Monaco :kof97a:00010000:10A7EA:00000006:FFFFFFFF:Orochi Team :kof97a:00010000:10A7EA:00000007:FFFFFFFF:Orochi :kof97a:00000000:10EC35:00000001:FFFFFFFF:Backdrop Always Red:Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kof97a:00000001:10EC35:00000001:FFFFFFFF:Backdrop Turns Red Now!:Activate between matches for best effect. Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kof97a:20800000:01436E:000000EC:FFFFFFFF:No Damage Dealt While Defending:Affects both players. ALL attacks do no damage when blocked - hence, a player takes no block damage. :kof97a:20810000:014377:00000000:FFFFFFFF:No Damage Dealt While Defending (2/2) kof97a:0:108239:67:000:Infinite Energy PL1 kof97a:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof97a:0:1082E3:03:000:Infinite Power PL1 kof97a:0:1081EA:40:500:Infinite Power PL1 (2/4): kof97a:0:10825F:23:500:Infinite Power PL1 (3/4) kof97a:0:1081E0:10:520:Infinite Power PL1 (4/4) kof97a:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof97a:0:1081E0:10:020:Maximum Power PL1 kof97a:0:1081E8:81:500:Maximum Power PL1 (2/4) kof97a:0:1081EA:3F:500:Maximum Power PL1 (3/4) kof97a:0:10824D:04:500:Maximum Power PL1 (4/4) :kof97a:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof97a:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof97a:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof97a:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof97a:62000000:000000:00000000:00000000:Select Mode PL1 :kof97a:00010000:10A849:00000000:FFFFFFFF:Advanced Mode :kof97a:00010000:10A849:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof97a:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof97a:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected. :kof97a:00010000:10A84B:00000000:FFFFFFFF:Kyo Kusanagi :kof97a:00010000:10A84B:00000001:FFFFFFFF:Benimaru Nikaido :kof97a:00010000:10A84B:00000002:FFFFFFFF:Goro Daimon :kof97a:00010000:10A84B:00000003:FFFFFFFF:Terry Bogard :kof97a:00010000:10A84B:00000004:FFFFFFFF:Andy Bogard :kof97a:00010000:10A84B:00000005:FFFFFFFF:Joe Higashi :kof97a:00010000:10A84B:00000006:FFFFFFFF:Ryo Sakazaki :kof97a:00010000:10A84B:00000007:FFFFFFFF:Robert Garcia :kof97a:00010000:10A84B:00000008:FFFFFFFF:Yuri Sakazaki :kof97a:00010000:10A84B:00000009:FFFFFFFF:Leona :kof97a:00010000:10A84B:0000000A:FFFFFFFF:Ralf Jones :kof97a:00010000:10A84B:0000000B:FFFFFFFF:Clark Steel :kof97a:00010000:10A84B:0000000C:FFFFFFFF:Athena Asamiya :kof97a:00010000:10A84B:0000000D:FFFFFFFF:Sie Kensou :kof97a:00010000:10A84B:0000000E:FFFFFFFF:Chin Gentsai :kof97a:00010000:10A84B:0000000F:FFFFFFFF:Chizuru Kagura :kof97a:00010000:10A84B:00000010:FFFFFFFF:Mai Shiranui :kof97a:00010000:10A84B:00000011:FFFFFFFF:King :kof97a:00010000:10A84B:00000012:FFFFFFFF:Kim Kaphwan :kof97a:00010000:10A84B:00000013:FFFFFFFF:Chang Koehan :kof97a:00010000:10A84B:00000014:FFFFFFFF:Choi Bounge :kof97a:00010000:10A84B:00000015:FFFFFFFF:Yashiro Nanakase :kof97a:00010000:10A84B:00000016:FFFFFFFF:Shermie :kof97a:00010000:10A84B:00000017:FFFFFFFF:Chris :kof97a:00010000:10A84B:00000018:FFFFFFFF:Ryuji Yamazaki :kof97a:00010000:10A84B:00000019:FFFFFFFF:Blue Mary :kof97a:00010000:10A84B:0000001A:FFFFFFFF:Billy Kane :kof97a:00010000:10A84B:0000001B:FFFFFFFF:Iori Yagami :kof97a:00010000:10A84B:0000001C:FFFFFFFF:#Orochi Iori :kof97a:00010000:10A84B:0000001D:FFFFFFFF:#Orochi Leona :kof97a:00010000:10A84B:0000001E:FFFFFFFF:#Orochi :kof97a:00010000:10A84B:0000001F:FFFFFFFF:Shingo Yabuki :kof97a:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected. :kof97a:00010000:10A84C:00000000:FFFFFFFF:Kyo Kusanagi :kof97a:00010000:10A84C:00000001:FFFFFFFF:Benimaru Nikaido :kof97a:00010000:10A84C:00000002:FFFFFFFF:Goro Daimon :kof97a:00010000:10A84C:00000003:FFFFFFFF:Terry Bogard :kof97a:00010000:10A84C:00000004:FFFFFFFF:Andy Bogard :kof97a:00010000:10A84C:00000005:FFFFFFFF:Joe Higashi :kof97a:00010000:10A84C:00000006:FFFFFFFF:Ryo Sakazaki :kof97a:00010000:10A84C:00000007:FFFFFFFF:Robert Garcia :kof97a:00010000:10A84C:00000008:FFFFFFFF:Yuri Sakazaki :kof97a:00010000:10A84C:00000009:FFFFFFFF:Leona :kof97a:00010000:10A84C:0000000A:FFFFFFFF:Ralf Jones :kof97a:00010000:10A84C:0000000B:FFFFFFFF:Clark Steel :kof97a:00010000:10A84C:0000000C:FFFFFFFF:Athena Asamiya :kof97a:00010000:10A84C:0000000D:FFFFFFFF:Sie Kensou :kof97a:00010000:10A84C:0000000E:FFFFFFFF:Chin Gentsai :kof97a:00010000:10A84C:0000000F:FFFFFFFF:Chizuru Kagura :kof97a:00010000:10A84C:00000010:FFFFFFFF:Mai Shiranui :kof97a:00010000:10A84C:00000011:FFFFFFFF:King :kof97a:00010000:10A84C:00000012:FFFFFFFF:Kim Kaphwan :kof97a:00010000:10A84C:00000013:FFFFFFFF:Chang Koehan :kof97a:00010000:10A84C:00000014:FFFFFFFF:Choi Bounge :kof97a:00010000:10A84C:00000015:FFFFFFFF:Yashiro Nanakase :kof97a:00010000:10A84C:00000016:FFFFFFFF:Shermie :kof97a:00010000:10A84C:00000017:FFFFFFFF:Chris :kof97a:00010000:10A84C:00000018:FFFFFFFF:Ryuji Yamazaki :kof97a:00010000:10A84C:00000019:FFFFFFFF:Blue Mary :kof97a:00010000:10A84C:0000001A:FFFFFFFF:Billy Kane :kof97a:00010000:10A84C:0000001B:FFFFFFFF:Iori Yagami :kof97a:00010000:10A84C:0000001C:FFFFFFFF:#Orochi Iori :kof97a:00010000:10A84C:0000001D:FFFFFFFF:#Orochi Leona :kof97a:00010000:10A84C:0000001E:FFFFFFFF:#Orochi :kof97a:00010000:10A84C:0000001F:FFFFFFFF:Shingo Yabuki :kof97a:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected. :kof97a:00010000:10A84D:00000000:FFFFFFFF:Kyo Kusanagi :kof97a:00010000:10A84D:00000001:FFFFFFFF:Benimaru Nikaido :kof97a:00010000:10A84D:00000002:FFFFFFFF:Goro Daimon :kof97a:00010000:10A84D:00000003:FFFFFFFF:Terry Bogard :kof97a:00010000:10A84D:00000004:FFFFFFFF:Andy Bogard :kof97a:00010000:10A84D:00000005:FFFFFFFF:Joe Higashi :kof97a:00010000:10A84D:00000006:FFFFFFFF:Ryo Sakazaki :kof97a:00010000:10A84D:00000007:FFFFFFFF:Robert Garcia :kof97a:00010000:10A84D:00000008:FFFFFFFF:Yuri Sakazaki :kof97a:00010000:10A84D:00000009:FFFFFFFF:Leona :kof97a:00010000:10A84D:0000000A:FFFFFFFF:Ralf Jones :kof97a:00010000:10A84D:0000000B:FFFFFFFF:Clark Steel :kof97a:00010000:10A84D:0000000C:FFFFFFFF:Athena Asamiya :kof97a:00010000:10A84D:0000000D:FFFFFFFF:Sie Kensou :kof97a:00010000:10A84D:0000000E:FFFFFFFF:Chin Gentsai :kof97a:00010000:10A84D:0000000F:FFFFFFFF:Chizuru Kagura :kof97a:00010000:10A84D:00000010:FFFFFFFF:Mai Shiranui :kof97a:00010000:10A84D:00000011:FFFFFFFF:King :kof97a:00010000:10A84D:00000012:FFFFFFFF:Kim Kaphwan :kof97a:00010000:10A84D:00000013:FFFFFFFF:Chang Koehan :kof97a:00010000:10A84D:00000014:FFFFFFFF:Choi Bounge :kof97a:00010000:10A84D:00000015:FFFFFFFF:Yashiro Nanakase :kof97a:00010000:10A84D:00000016:FFFFFFFF:Shermie :kof97a:00010000:10A84D:00000017:FFFFFFFF:Chris :kof97a:00010000:10A84D:00000018:FFFFFFFF:Ryuji Yamazaki :kof97a:00010000:10A84D:00000019:FFFFFFFF:Blue Mary :kof97a:00010000:10A84D:0000001A:FFFFFFFF:Billy Kane :kof97a:00010000:10A84D:0000001B:FFFFFFFF:Iori Yagami :kof97a:00010000:10A84D:0000001C:FFFFFFFF:#Orochi Iori :kof97a:00010000:10A84D:0000001D:FFFFFFFF:#Orochi Leona :kof97a:00010000:10A84D:0000001E:FFFFFFFF:#Orochi :kof97a:00010000:10A84D:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kof97a:00000000:10A857:00000001:00000001:Use Alternate Version Character PL1 (A):This refers to the first character selected. :kof97a:00000000:10A857:00000002:00000002:Use Alternate Version Character PL1 (B):This refers to the second character selected. :kof97a:00000000:10A857:00000004:00000004:Use Alternate Version Character PL1 (C):This refers to the third character selected. :kof97a:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kof97a:00010000:10A84E:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97a:00010000:10A84E:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97a:00010000:10A84E:00000002:FFFFFFFF:A colour (Extra Mode) :kof97a:00010000:10A84E:00000003:FFFFFFFF:D colour (Extra Mode) :kof97a:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kof97a:00010000:10A84F:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97a:00010000:10A84F:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97a:00010000:10A84F:00000002:FFFFFFFF:A colour (Extra Mode) :kof97a:00010000:10A84F:00000003:FFFFFFFF:D colour (Extra Mode) :kof97a:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kof97a:00010000:10A850:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97a:00010000:10A850:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97a:00010000:10A850:00000002:FFFFFFFF:A colour (Extra Mode) :kof97a:00010000:10A850:00000003:FFFFFFFF:D colour (Extra Mode) :kof97a:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof97a:00010000:10A851:00000000:FFFFFFFF:Character A:First character selected :kof97a:00010000:10A851:00000001:FFFFFFFF:Character B:Second character selected :kof97a:00010000:10A851:00000002:FFFFFFFF:Character C:Third character selected :kof97a:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof97a:00010000:10A852:00000000:FFFFFFFF:Character A:First character selected :kof97a:00010000:10A852:00000001:FFFFFFFF:Character B:Second character selected :kof97a:00010000:10A852:00000002:FFFFFFFF:Character C:Third character selected :kof97a:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof97a:00010000:10A853:00000000:FFFFFFFF:Character A:First character selected :kof97a:00010000:10A853:00000001:FFFFFFFF:Character B:Second character selected :kof97a:00010000:10A853:00000002:FFFFFFFF:Character C:Third character selected kof97a:0:108439:67:000:Infinite Energy PL2 kof97a:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof97a:0:1084E3:03:000:Infinite Power PL2 kof97a:0:1083EA:40:500:Infinite Power PL2 (2/4) kof97a:0:10845F:23:500:Infinite Power PL2 (3/4) kof97a:0:1083E0:10:520:Infinite Power PL2 (4/4) kof97a:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof97a:0:1083E0:10:020:Maximum Power PL2 kof97a:0:1083E8:81:500:Maximum Power PL2 (2/4) kof97a:0:1083EA:3F:500:Maximum Power PL2 (3/4) kof97a:0:10844D:04:500:Maximum Power PL2 (4/4) :kof97a:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof97a:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof97a:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof97a:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof97a:62000000:000000:00000000:00000000:Select Mode PL2 :kof97a:00010000:10A85A:00000000:FFFFFFFF:Advanced Mode :kof97a:00010000:10A85A:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof97a:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof97a:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected. :kof97a:00010000:10A85C:00000000:FFFFFFFF:Kyo Kusanagi :kof97a:00010000:10A85C:00000001:FFFFFFFF:Benimaru Nikaido :kof97a:00010000:10A85C:00000002:FFFFFFFF:Goro Daimon :kof97a:00010000:10A85C:00000003:FFFFFFFF:Terry Bogard :kof97a:00010000:10A85C:00000004:FFFFFFFF:Andy Bogard :kof97a:00010000:10A85C:00000005:FFFFFFFF:Joe Higashi :kof97a:00010000:10A85C:00000006:FFFFFFFF:Ryo Sakazaki :kof97a:00010000:10A85C:00000007:FFFFFFFF:Robert Garcia :kof97a:00010000:10A85C:00000008:FFFFFFFF:Yuri Sakazaki :kof97a:00010000:10A85C:00000009:FFFFFFFF:Leona :kof97a:00010000:10A85C:0000000A:FFFFFFFF:Ralf Jones :kof97a:00010000:10A85C:0000000B:FFFFFFFF:Clark Steel :kof97a:00010000:10A85C:0000000C:FFFFFFFF:Athena Asamiya :kof97a:00010000:10A85C:0000000D:FFFFFFFF:Sie Kensou :kof97a:00010000:10A85C:0000000E:FFFFFFFF:Chin Gentsai :kof97a:00010000:10A85C:0000000F:FFFFFFFF:Chizuru Kagura :kof97a:00010000:10A85C:00000010:FFFFFFFF:Mai Shiranui :kof97a:00010000:10A85C:00000011:FFFFFFFF:King :kof97a:00010000:10A85C:00000012:FFFFFFFF:Kim Kaphwan :kof97a:00010000:10A85C:00000013:FFFFFFFF:Chang Koehan :kof97a:00010000:10A85C:00000014:FFFFFFFF:Choi Bounge :kof97a:00010000:10A85C:00000015:FFFFFFFF:Yashiro Nanakase :kof97a:00010000:10A85C:00000016:FFFFFFFF:Shermie :kof97a:00010000:10A85C:00000017:FFFFFFFF:Chris :kof97a:00010000:10A85C:00000018:FFFFFFFF:Ryuji Yamazaki :kof97a:00010000:10A85C:00000019:FFFFFFFF:Blue Mary :kof97a:00010000:10A85C:0000001A:FFFFFFFF:Billy Kane :kof97a:00010000:10A85C:0000001B:FFFFFFFF:Iori Yagami :kof97a:00010000:10A85C:0000001C:FFFFFFFF:#Orochi Iori :kof97a:00010000:10A85C:0000001D:FFFFFFFF:#Orochi Leona :kof97a:00010000:10A85C:0000001E:FFFFFFFF:#Orochi :kof97a:00010000:10A85C:0000001F:FFFFFFFF:Shingo Yabuki :kof97a:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected. :kof97a:00010000:10A85D:00000000:FFFFFFFF:Kyo Kusanagi :kof97a:00010000:10A85D:00000001:FFFFFFFF:Benimaru Nikaido :kof97a:00010000:10A85D:00000002:FFFFFFFF:Goro Daimon :kof97a:00010000:10A85D:00000003:FFFFFFFF:Terry Bogard :kof97a:00010000:10A85D:00000004:FFFFFFFF:Andy Bogard :kof97a:00010000:10A85D:00000005:FFFFFFFF:Joe Higashi :kof97a:00010000:10A85D:00000006:FFFFFFFF:Ryo Sakazaki :kof97a:00010000:10A85D:00000007:FFFFFFFF:Robert Garcia :kof97a:00010000:10A85D:00000008:FFFFFFFF:Yuri Sakazaki :kof97a:00010000:10A85D:00000009:FFFFFFFF:Leona :kof97a:00010000:10A85D:0000000A:FFFFFFFF:Ralf Jones :kof97a:00010000:10A85D:0000000B:FFFFFFFF:Clark Steel :kof97a:00010000:10A85D:0000000C:FFFFFFFF:Athena Asamiya :kof97a:00010000:10A85D:0000000D:FFFFFFFF:Sie Kensou :kof97a:00010000:10A85D:0000000E:FFFFFFFF:Chin Gentsai :kof97a:00010000:10A85D:0000000F:FFFFFFFF:Chizuru Kagura :kof97a:00010000:10A85D:00000010:FFFFFFFF:Mai Shiranui :kof97a:00010000:10A85D:00000011:FFFFFFFF:King :kof97a:00010000:10A85D:00000012:FFFFFFFF:Kim Kaphwan :kof97a:00010000:10A85D:00000013:FFFFFFFF:Chang Koehan :kof97a:00010000:10A85D:00000014:FFFFFFFF:Choi Bounge :kof97a:00010000:10A85D:00000015:FFFFFFFF:Yashiro Nanakase :kof97a:00010000:10A85D:00000016:FFFFFFFF:Shermie :kof97a:00010000:10A85D:00000017:FFFFFFFF:Chris :kof97a:00010000:10A85D:00000018:FFFFFFFF:Ryuji Yamazaki :kof97a:00010000:10A85D:00000019:FFFFFFFF:Blue Mary :kof97a:00010000:10A85D:0000001A:FFFFFFFF:Billy Kane :kof97a:00010000:10A85D:0000001B:FFFFFFFF:Iori Yagami :kof97a:00010000:10A85D:0000001C:FFFFFFFF:#Orochi Iori :kof97a:00010000:10A85D:0000001D:FFFFFFFF:#Orochi Leona :kof97a:00010000:10A85D:0000001E:FFFFFFFF:#Orochi :kof97a:00010000:10A85D:0000001F:FFFFFFFF:Shingo Yabuki :kof97a:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected. :kof97a:00010000:10A85E:00000000:FFFFFFFF:Kyo Kusanagi :kof97a:00010000:10A85E:00000001:FFFFFFFF:Benimaru Nikaido :kof97a:00010000:10A85E:00000002:FFFFFFFF:Goro Daimon :kof97a:00010000:10A85E:00000003:FFFFFFFF:Terry Bogard :kof97a:00010000:10A85E:00000004:FFFFFFFF:Andy Bogard :kof97a:00010000:10A85E:00000005:FFFFFFFF:Joe Higashi :kof97a:00010000:10A85E:00000006:FFFFFFFF:Ryo Sakazaki :kof97a:00010000:10A85E:00000007:FFFFFFFF:Robert Garcia :kof97a:00010000:10A85E:00000008:FFFFFFFF:Yuri Sakazaki :kof97a:00010000:10A85E:00000009:FFFFFFFF:Leona :kof97a:00010000:10A85E:0000000A:FFFFFFFF:Ralf Jones :kof97a:00010000:10A85E:0000000B:FFFFFFFF:Clark Steel :kof97a:00010000:10A85E:0000000C:FFFFFFFF:Athena Asamiya :kof97a:00010000:10A85E:0000000D:FFFFFFFF:Sie Kensou :kof97a:00010000:10A85E:0000000E:FFFFFFFF:Chin Gentsai :kof97a:00010000:10A85E:0000000F:FFFFFFFF:Chizuru Kagura :kof97a:00010000:10A85E:00000010:FFFFFFFF:Mai Shiranui :kof97a:00010000:10A85E:00000011:FFFFFFFF:King :kof97a:00010000:10A85E:00000012:FFFFFFFF:Kim Kaphwan :kof97a:00010000:10A85E:00000013:FFFFFFFF:Chang Koehan :kof97a:00010000:10A85E:00000014:FFFFFFFF:Choi Bounge :kof97a:00010000:10A85E:00000015:FFFFFFFF:Yashiro Nanakase :kof97a:00010000:10A85E:00000016:FFFFFFFF:Shermie :kof97a:00010000:10A85E:00000017:FFFFFFFF:Chris :kof97a:00010000:10A85E:00000018:FFFFFFFF:Ryuji Yamazaki :kof97a:00010000:10A85E:00000019:FFFFFFFF:Blue Mary :kof97a:00010000:10A85E:0000001A:FFFFFFFF:Billy Kane :kof97a:00010000:10A85E:0000001B:FFFFFFFF:Iori Yagami :kof97a:00010000:10A85E:0000001C:FFFFFFFF:#Orochi Iori :kof97a:00010000:10A85E:0000001D:FFFFFFFF:#Orochi Leona :kof97a:00010000:10A85E:0000001E:FFFFFFFF:#Orochi :kof97a:00010000:10A85E:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kof97a:00000000:10A868:00000001:00000001:Use Alternate Version Character PL2 (A):This refers to the first character selected. :kof97a:00000000:10A868:00000002:00000002:Use Alternate Version Character PL2 (B):This refers to the second character selected. :kof97a:00000000:10A868:00000004:00000004:Use Alternate Version Character PL2 (C):This refers to the third character selected. :kof97a:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kof97a:00010000:10A85F:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97a:00010000:10A85F:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97a:00010000:10A85F:00000002:FFFFFFFF:A colour (Extra Mode) :kof97a:00010000:10A85F:00000003:FFFFFFFF:D colour (Extra Mode) :kof97a:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kof97a:00010000:10A860:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97a:00010000:10A860:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97a:00010000:10A860:00000002:FFFFFFFF:A colour (Extra Mode) :kof97a:00010000:10A860:00000003:FFFFFFFF:D colour (Extra Mode) :kof97a:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kof97a:00010000:10A861:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97a:00010000:10A861:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97a:00010000:10A861:00000002:FFFFFFFF:A colour (Extra Mode) :kof97a:00010000:10A861:00000003:FFFFFFFF:D colour (Extra Mode) :kof97a:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof97a:00010000:10A862:00000000:FFFFFFFF:Character A:First character selected :kof97a:00010000:10A862:00000001:FFFFFFFF:Character B:Second character selected :kof97a:00010000:10A862:00000002:FFFFFFFF:Character C:Third character selected :kof97a:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof97a:00010000:10A863:00000000:FFFFFFFF:Character A:First character selected :kof97a:00010000:10A863:00000001:FFFFFFFF:Character B:Second character selected :kof97a:00010000:10A863:00000002:FFFFFFFF:Character C:Third character selected :kof97a:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof97a:00010000:10A864:00000000:FFFFFFFF:Character A:First character selected :kof97a:00010000:10A864:00000001:FFFFFFFF:Character B:Second character selected :kof97a:00010000:10A864:00000002:FFFFFFFF:Character C:Third character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof97a:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof97a:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97a:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kof97a:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kof97a:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof97a:00000000:10E7E8:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof97a:00000000:10E7EA:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof97a:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof97a:00000000:10E7EE:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof97a:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof97a:00000000:10E7E6:0000000C:FFFFFFFF:Hien Zan :kof97a:00000000:10E7EC:0000000C:FFFFFFFF:Ryuusei Raku :kof97a:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof97a:00000000:10E7E6:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof97a:00000000:10E7EA:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof97a:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof97a:00000000:10E7E6:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof97a:00000000:10E7EA:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof97a:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof97a:00000000:10E7F4:0000000C:FFFFFFFF:Straight Slicer :kof97a:60000000:000000:00000000:00000000:[Use for Orochi Leona PL1] :kof97a:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97a:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kof97a:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kof97a:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof97a:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97a:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kof97a:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kof97a:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof97a:00000000:10E9F4:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof97a:00000000:10E9F6:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof97a:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof97a:00000000:10E9FA:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof97a:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof97a:00000000:10E9F2:0000000C:FFFFFFFF:Hien Zan :kof97a:00000000:10E9F8:0000000C:FFFFFFFF:Ryuusei Raku :kof97a:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof97a:00000000:10E9F2:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof97a:00000000:10E9F6:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof97a:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof97a:00000000:10E9F2:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof97a:00000000:10E9F6:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof97a:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof97a:00000000:10EA00:0000000C:FFFFFFFF:Straight Slicer :kof97a:60000000:000000:00000000:00000000:[Use for Orochi Leona PL2] :kof97a:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97a:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kof97a:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kof97a:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof97a:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof97a:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '97 Plus, The (bootleg) ] kof97pls:0:10A83A:60:006:Infinite Time :kof97pls:00800000:100000:00000004:00000004:Boss code & Timer stop:Debug Dip 1-3, does not enable Orochi kof97pls:0:10EC34:1F:000:Enable hidden characters (except Orochi):Adds Orochi Iori, Orochi Leona, and the Orochi New Face Team to the selection screen :kof97pls:00000300:10A7F1:00000005:FFFFFFFF:Select Current Round :kof97pls:62000000:000000:00000000:00000000:Select Backdrop :kof97pls:00010000:10A7EA:00000000:FFFFFFFF:Koshien Stadium, Japan :kof97pls:00010000:10A7EA:00000001:FFFFFFFF:Adventureland, USA :kof97pls:00010000:10A7EA:00000002:FFFFFFFF:Tuban, Bali :kof97pls:00010000:10A7EA:00000003:FFFFFFFF:Kowloon, China :kof97pls:00010000:10A7EA:00000004:FFFFFFFF:Kyong Bock Kung, Korea :kof97pls:00010000:10A7EA:00000005:FFFFFFFF:Ruccass Corner, Monaco :kof97pls:00010000:10A7EA:00000006:FFFFFFFF:Orochi Team :kof97pls:00010000:10A7EA:00000007:FFFFFFFF:Orochi :kof97pls:00000000:10EC35:00000001:FFFFFFFF:Backdrop Always Red:Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kof97pls:00000001:10EC35:00000001:FFFFFFFF:Backdrop Turns Red Now!:Activate between matches for best effect. Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kof97pls:20800000:01436E:000000EC:FFFFFFFF:No Damage Dealt While Defending:Affects both players. ALL attacks do no damage when blocked - hence, a player takes no block damage. :kof97pls:20810000:014377:00000000:FFFFFFFF:No Damage Dealt While Defending (2/2) kof97pls:0:108239:67:000:Infinite Energy PL1 kof97pls:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof97pls:0:1082E3:03:000:Infinite Power PL1 kof97pls:0:1081EA:40:500:Infinite Power PL1 (2/4): kof97pls:0:10825F:23:500:Infinite Power PL1 (3/4) kof97pls:0:1081E0:10:520:Infinite Power PL1 (4/4) kof97pls:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof97pls:0:1081E0:10:020:Maximum Power PL1 kof97pls:0:1081E8:81:500:Maximum Power PL1 (2/4) kof97pls:0:1081EA:3F:500:Maximum Power PL1 (3/4) kof97pls:0:10824D:04:500:Maximum Power PL1 (4/4) :kof97pls:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof97pls:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof97pls:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof97pls:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof97pls:62000000:000000:00000000:00000000:Select Mode PL1 :kof97pls:00010000:10A849:00000000:FFFFFFFF:Advanced Mode :kof97pls:00010000:10A849:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof97pls:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof97pls:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected. :kof97pls:00010000:10A84B:00000000:FFFFFFFF:Kyo Kusanagi :kof97pls:00010000:10A84B:00000001:FFFFFFFF:Benimaru Nikaido :kof97pls:00010000:10A84B:00000002:FFFFFFFF:Goro Daimon :kof97pls:00010000:10A84B:00000003:FFFFFFFF:Terry Bogard :kof97pls:00010000:10A84B:00000004:FFFFFFFF:Andy Bogard :kof97pls:00010000:10A84B:00000005:FFFFFFFF:Joe Higashi :kof97pls:00010000:10A84B:00000006:FFFFFFFF:Ryo Sakazaki :kof97pls:00010000:10A84B:00000007:FFFFFFFF:Robert Garcia :kof97pls:00010000:10A84B:00000008:FFFFFFFF:Yuri Sakazaki :kof97pls:00010000:10A84B:00000009:FFFFFFFF:Leona :kof97pls:00010000:10A84B:0000000A:FFFFFFFF:Ralf Jones :kof97pls:00010000:10A84B:0000000B:FFFFFFFF:Clark Steel :kof97pls:00010000:10A84B:0000000C:FFFFFFFF:Athena Asamiya :kof97pls:00010000:10A84B:0000000D:FFFFFFFF:Sie Kensou :kof97pls:00010000:10A84B:0000000E:FFFFFFFF:Chin Gentsai :kof97pls:00010000:10A84B:0000000F:FFFFFFFF:Chizuru Kagura :kof97pls:00010000:10A84B:00000010:FFFFFFFF:Mai Shiranui :kof97pls:00010000:10A84B:00000011:FFFFFFFF:King :kof97pls:00010000:10A84B:00000012:FFFFFFFF:Kim Kaphwan :kof97pls:00010000:10A84B:00000013:FFFFFFFF:Chang Koehan :kof97pls:00010000:10A84B:00000014:FFFFFFFF:Choi Bounge :kof97pls:00010000:10A84B:00000015:FFFFFFFF:Yashiro Nanakase :kof97pls:00010000:10A84B:00000016:FFFFFFFF:Shermie :kof97pls:00010000:10A84B:00000017:FFFFFFFF:Chris :kof97pls:00010000:10A84B:00000018:FFFFFFFF:Ryuji Yamazaki :kof97pls:00010000:10A84B:00000019:FFFFFFFF:Blue Mary :kof97pls:00010000:10A84B:0000001A:FFFFFFFF:Billy Kane :kof97pls:00010000:10A84B:0000001B:FFFFFFFF:Iori Yagami :kof97pls:00010000:10A84B:0000001C:FFFFFFFF:#Orochi Iori :kof97pls:00010000:10A84B:0000001D:FFFFFFFF:#Orochi Leona :kof97pls:00010000:10A84B:0000001E:FFFFFFFF:#Orochi :kof97pls:00010000:10A84B:0000001F:FFFFFFFF:Shingo Yabuki :kof97pls:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected. :kof97pls:00010000:10A84C:00000000:FFFFFFFF:Kyo Kusanagi :kof97pls:00010000:10A84C:00000001:FFFFFFFF:Benimaru Nikaido :kof97pls:00010000:10A84C:00000002:FFFFFFFF:Goro Daimon :kof97pls:00010000:10A84C:00000003:FFFFFFFF:Terry Bogard :kof97pls:00010000:10A84C:00000004:FFFFFFFF:Andy Bogard :kof97pls:00010000:10A84C:00000005:FFFFFFFF:Joe Higashi :kof97pls:00010000:10A84C:00000006:FFFFFFFF:Ryo Sakazaki :kof97pls:00010000:10A84C:00000007:FFFFFFFF:Robert Garcia :kof97pls:00010000:10A84C:00000008:FFFFFFFF:Yuri Sakazaki :kof97pls:00010000:10A84C:00000009:FFFFFFFF:Leona :kof97pls:00010000:10A84C:0000000A:FFFFFFFF:Ralf Jones :kof97pls:00010000:10A84C:0000000B:FFFFFFFF:Clark Steel :kof97pls:00010000:10A84C:0000000C:FFFFFFFF:Athena Asamiya :kof97pls:00010000:10A84C:0000000D:FFFFFFFF:Sie Kensou :kof97pls:00010000:10A84C:0000000E:FFFFFFFF:Chin Gentsai :kof97pls:00010000:10A84C:0000000F:FFFFFFFF:Chizuru Kagura :kof97pls:00010000:10A84C:00000010:FFFFFFFF:Mai Shiranui :kof97pls:00010000:10A84C:00000011:FFFFFFFF:King :kof97pls:00010000:10A84C:00000012:FFFFFFFF:Kim Kaphwan :kof97pls:00010000:10A84C:00000013:FFFFFFFF:Chang Koehan :kof97pls:00010000:10A84C:00000014:FFFFFFFF:Choi Bounge :kof97pls:00010000:10A84C:00000015:FFFFFFFF:Yashiro Nanakase :kof97pls:00010000:10A84C:00000016:FFFFFFFF:Shermie :kof97pls:00010000:10A84C:00000017:FFFFFFFF:Chris :kof97pls:00010000:10A84C:00000018:FFFFFFFF:Ryuji Yamazaki :kof97pls:00010000:10A84C:00000019:FFFFFFFF:Blue Mary :kof97pls:00010000:10A84C:0000001A:FFFFFFFF:Billy Kane :kof97pls:00010000:10A84C:0000001B:FFFFFFFF:Iori Yagami :kof97pls:00010000:10A84C:0000001C:FFFFFFFF:#Orochi Iori :kof97pls:00010000:10A84C:0000001D:FFFFFFFF:#Orochi Leona :kof97pls:00010000:10A84C:0000001E:FFFFFFFF:#Orochi :kof97pls:00010000:10A84C:0000001F:FFFFFFFF:Shingo Yabuki :kof97pls:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected. :kof97pls:00010000:10A84D:00000000:FFFFFFFF:Kyo Kusanagi :kof97pls:00010000:10A84D:00000001:FFFFFFFF:Benimaru Nikaido :kof97pls:00010000:10A84D:00000002:FFFFFFFF:Goro Daimon :kof97pls:00010000:10A84D:00000003:FFFFFFFF:Terry Bogard :kof97pls:00010000:10A84D:00000004:FFFFFFFF:Andy Bogard :kof97pls:00010000:10A84D:00000005:FFFFFFFF:Joe Higashi :kof97pls:00010000:10A84D:00000006:FFFFFFFF:Ryo Sakazaki :kof97pls:00010000:10A84D:00000007:FFFFFFFF:Robert Garcia :kof97pls:00010000:10A84D:00000008:FFFFFFFF:Yuri Sakazaki :kof97pls:00010000:10A84D:00000009:FFFFFFFF:Leona :kof97pls:00010000:10A84D:0000000A:FFFFFFFF:Ralf Jones :kof97pls:00010000:10A84D:0000000B:FFFFFFFF:Clark Steel :kof97pls:00010000:10A84D:0000000C:FFFFFFFF:Athena Asamiya :kof97pls:00010000:10A84D:0000000D:FFFFFFFF:Sie Kensou :kof97pls:00010000:10A84D:0000000E:FFFFFFFF:Chin Gentsai :kof97pls:00010000:10A84D:0000000F:FFFFFFFF:Chizuru Kagura :kof97pls:00010000:10A84D:00000010:FFFFFFFF:Mai Shiranui :kof97pls:00010000:10A84D:00000011:FFFFFFFF:King :kof97pls:00010000:10A84D:00000012:FFFFFFFF:Kim Kaphwan :kof97pls:00010000:10A84D:00000013:FFFFFFFF:Chang Koehan :kof97pls:00010000:10A84D:00000014:FFFFFFFF:Choi Bounge :kof97pls:00010000:10A84D:00000015:FFFFFFFF:Yashiro Nanakase :kof97pls:00010000:10A84D:00000016:FFFFFFFF:Shermie :kof97pls:00010000:10A84D:00000017:FFFFFFFF:Chris :kof97pls:00010000:10A84D:00000018:FFFFFFFF:Ryuji Yamazaki :kof97pls:00010000:10A84D:00000019:FFFFFFFF:Blue Mary :kof97pls:00010000:10A84D:0000001A:FFFFFFFF:Billy Kane :kof97pls:00010000:10A84D:0000001B:FFFFFFFF:Iori Yagami :kof97pls:00010000:10A84D:0000001C:FFFFFFFF:#Orochi Iori :kof97pls:00010000:10A84D:0000001D:FFFFFFFF:#Orochi Leona :kof97pls:00010000:10A84D:0000001E:FFFFFFFF:#Orochi :kof97pls:00010000:10A84D:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kof97pls:00000000:10A857:00000001:00000001:Use Alternate Version Character PL1 (A):This refers to the first character selected. :kof97pls:00000000:10A857:00000002:00000002:Use Alternate Version Character PL1 (B):This refers to the second character selected. :kof97pls:00000000:10A857:00000004:00000004:Use Alternate Version Character PL1 (C):This refers to the third character selected. :kof97pls:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kof97pls:00010000:10A84E:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97pls:00010000:10A84E:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97pls:00010000:10A84E:00000002:FFFFFFFF:A colour (Extra Mode) :kof97pls:00010000:10A84E:00000003:FFFFFFFF:D colour (Extra Mode) :kof97pls:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kof97pls:00010000:10A84F:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97pls:00010000:10A84F:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97pls:00010000:10A84F:00000002:FFFFFFFF:A colour (Extra Mode) :kof97pls:00010000:10A84F:00000003:FFFFFFFF:D colour (Extra Mode) :kof97pls:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kof97pls:00010000:10A850:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97pls:00010000:10A850:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97pls:00010000:10A850:00000002:FFFFFFFF:A colour (Extra Mode) :kof97pls:00010000:10A850:00000003:FFFFFFFF:D colour (Extra Mode) :kof97pls:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof97pls:00010000:10A851:00000000:FFFFFFFF:Character A:First character selected :kof97pls:00010000:10A851:00000001:FFFFFFFF:Character B:Second character selected :kof97pls:00010000:10A851:00000002:FFFFFFFF:Character C:Third character selected :kof97pls:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof97pls:00010000:10A852:00000000:FFFFFFFF:Character A:First character selected :kof97pls:00010000:10A852:00000001:FFFFFFFF:Character B:Second character selected :kof97pls:00010000:10A852:00000002:FFFFFFFF:Character C:Third character selected :kof97pls:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof97pls:00010000:10A853:00000000:FFFFFFFF:Character A:First character selected :kof97pls:00010000:10A853:00000001:FFFFFFFF:Character B:Second character selected :kof97pls:00010000:10A853:00000002:FFFFFFFF:Character C:Third character selected kof97pls:0:108439:67:000:Infinite Energy PL2 kof97pls:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof97pls:0:1084E3:03:000:Infinite Power PL2 kof97pls:0:1083EA:40:500:Infinite Power PL2 (2/4) kof97pls:0:10845F:23:500:Infinite Power PL2 (3/4) kof97pls:0:1083E0:10:520:Infinite Power PL2 (4/4) kof97pls:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof97pls:0:1083E0:10:020:Maximum Power PL2 kof97pls:0:1083E8:81:500:Maximum Power PL2 (2/4) kof97pls:0:1083EA:3F:500:Maximum Power PL2 (3/4) kof97pls:0:10844D:04:500:Maximum Power PL2 (4/4) :kof97pls:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof97pls:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof97pls:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof97pls:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof97pls:62000000:000000:00000000:00000000:Select Mode PL2 :kof97pls:00010000:10A85A:00000000:FFFFFFFF:Advanced Mode :kof97pls:00010000:10A85A:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof97pls:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof97pls:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected. :kof97pls:00010000:10A85C:00000000:FFFFFFFF:Kyo Kusanagi :kof97pls:00010000:10A85C:00000001:FFFFFFFF:Benimaru Nikaido :kof97pls:00010000:10A85C:00000002:FFFFFFFF:Goro Daimon :kof97pls:00010000:10A85C:00000003:FFFFFFFF:Terry Bogard :kof97pls:00010000:10A85C:00000004:FFFFFFFF:Andy Bogard :kof97pls:00010000:10A85C:00000005:FFFFFFFF:Joe Higashi :kof97pls:00010000:10A85C:00000006:FFFFFFFF:Ryo Sakazaki :kof97pls:00010000:10A85C:00000007:FFFFFFFF:Robert Garcia :kof97pls:00010000:10A85C:00000008:FFFFFFFF:Yuri Sakazaki :kof97pls:00010000:10A85C:00000009:FFFFFFFF:Leona :kof97pls:00010000:10A85C:0000000A:FFFFFFFF:Ralf Jones :kof97pls:00010000:10A85C:0000000B:FFFFFFFF:Clark Steel :kof97pls:00010000:10A85C:0000000C:FFFFFFFF:Athena Asamiya :kof97pls:00010000:10A85C:0000000D:FFFFFFFF:Sie Kensou :kof97pls:00010000:10A85C:0000000E:FFFFFFFF:Chin Gentsai :kof97pls:00010000:10A85C:0000000F:FFFFFFFF:Chizuru Kagura :kof97pls:00010000:10A85C:00000010:FFFFFFFF:Mai Shiranui :kof97pls:00010000:10A85C:00000011:FFFFFFFF:King :kof97pls:00010000:10A85C:00000012:FFFFFFFF:Kim Kaphwan :kof97pls:00010000:10A85C:00000013:FFFFFFFF:Chang Koehan :kof97pls:00010000:10A85C:00000014:FFFFFFFF:Choi Bounge :kof97pls:00010000:10A85C:00000015:FFFFFFFF:Yashiro Nanakase :kof97pls:00010000:10A85C:00000016:FFFFFFFF:Shermie :kof97pls:00010000:10A85C:00000017:FFFFFFFF:Chris :kof97pls:00010000:10A85C:00000018:FFFFFFFF:Ryuji Yamazaki :kof97pls:00010000:10A85C:00000019:FFFFFFFF:Blue Mary :kof97pls:00010000:10A85C:0000001A:FFFFFFFF:Billy Kane :kof97pls:00010000:10A85C:0000001B:FFFFFFFF:Iori Yagami :kof97pls:00010000:10A85C:0000001C:FFFFFFFF:#Orochi Iori :kof97pls:00010000:10A85C:0000001D:FFFFFFFF:#Orochi Leona :kof97pls:00010000:10A85C:0000001E:FFFFFFFF:#Orochi :kof97pls:00010000:10A85C:0000001F:FFFFFFFF:Shingo Yabuki :kof97pls:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected. :kof97pls:00010000:10A85D:00000000:FFFFFFFF:Kyo Kusanagi :kof97pls:00010000:10A85D:00000001:FFFFFFFF:Benimaru Nikaido :kof97pls:00010000:10A85D:00000002:FFFFFFFF:Goro Daimon :kof97pls:00010000:10A85D:00000003:FFFFFFFF:Terry Bogard :kof97pls:00010000:10A85D:00000004:FFFFFFFF:Andy Bogard :kof97pls:00010000:10A85D:00000005:FFFFFFFF:Joe Higashi :kof97pls:00010000:10A85D:00000006:FFFFFFFF:Ryo Sakazaki :kof97pls:00010000:10A85D:00000007:FFFFFFFF:Robert Garcia :kof97pls:00010000:10A85D:00000008:FFFFFFFF:Yuri Sakazaki :kof97pls:00010000:10A85D:00000009:FFFFFFFF:Leona :kof97pls:00010000:10A85D:0000000A:FFFFFFFF:Ralf Jones :kof97pls:00010000:10A85D:0000000B:FFFFFFFF:Clark Steel :kof97pls:00010000:10A85D:0000000C:FFFFFFFF:Athena Asamiya :kof97pls:00010000:10A85D:0000000D:FFFFFFFF:Sie Kensou :kof97pls:00010000:10A85D:0000000E:FFFFFFFF:Chin Gentsai :kof97pls:00010000:10A85D:0000000F:FFFFFFFF:Chizuru Kagura :kof97pls:00010000:10A85D:00000010:FFFFFFFF:Mai Shiranui :kof97pls:00010000:10A85D:00000011:FFFFFFFF:King :kof97pls:00010000:10A85D:00000012:FFFFFFFF:Kim Kaphwan :kof97pls:00010000:10A85D:00000013:FFFFFFFF:Chang Koehan :kof97pls:00010000:10A85D:00000014:FFFFFFFF:Choi Bounge :kof97pls:00010000:10A85D:00000015:FFFFFFFF:Yashiro Nanakase :kof97pls:00010000:10A85D:00000016:FFFFFFFF:Shermie :kof97pls:00010000:10A85D:00000017:FFFFFFFF:Chris :kof97pls:00010000:10A85D:00000018:FFFFFFFF:Ryuji Yamazaki :kof97pls:00010000:10A85D:00000019:FFFFFFFF:Blue Mary :kof97pls:00010000:10A85D:0000001A:FFFFFFFF:Billy Kane :kof97pls:00010000:10A85D:0000001B:FFFFFFFF:Iori Yagami :kof97pls:00010000:10A85D:0000001C:FFFFFFFF:#Orochi Iori :kof97pls:00010000:10A85D:0000001D:FFFFFFFF:#Orochi Leona :kof97pls:00010000:10A85D:0000001E:FFFFFFFF:#Orochi :kof97pls:00010000:10A85D:0000001F:FFFFFFFF:Shingo Yabuki :kof97pls:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected. :kof97pls:00010000:10A85E:00000000:FFFFFFFF:Kyo Kusanagi :kof97pls:00010000:10A85E:00000001:FFFFFFFF:Benimaru Nikaido :kof97pls:00010000:10A85E:00000002:FFFFFFFF:Goro Daimon :kof97pls:00010000:10A85E:00000003:FFFFFFFF:Terry Bogard :kof97pls:00010000:10A85E:00000004:FFFFFFFF:Andy Bogard :kof97pls:00010000:10A85E:00000005:FFFFFFFF:Joe Higashi :kof97pls:00010000:10A85E:00000006:FFFFFFFF:Ryo Sakazaki :kof97pls:00010000:10A85E:00000007:FFFFFFFF:Robert Garcia :kof97pls:00010000:10A85E:00000008:FFFFFFFF:Yuri Sakazaki :kof97pls:00010000:10A85E:00000009:FFFFFFFF:Leona :kof97pls:00010000:10A85E:0000000A:FFFFFFFF:Ralf Jones :kof97pls:00010000:10A85E:0000000B:FFFFFFFF:Clark Steel :kof97pls:00010000:10A85E:0000000C:FFFFFFFF:Athena Asamiya :kof97pls:00010000:10A85E:0000000D:FFFFFFFF:Sie Kensou :kof97pls:00010000:10A85E:0000000E:FFFFFFFF:Chin Gentsai :kof97pls:00010000:10A85E:0000000F:FFFFFFFF:Chizuru Kagura :kof97pls:00010000:10A85E:00000010:FFFFFFFF:Mai Shiranui :kof97pls:00010000:10A85E:00000011:FFFFFFFF:King :kof97pls:00010000:10A85E:00000012:FFFFFFFF:Kim Kaphwan :kof97pls:00010000:10A85E:00000013:FFFFFFFF:Chang Koehan :kof97pls:00010000:10A85E:00000014:FFFFFFFF:Choi Bounge :kof97pls:00010000:10A85E:00000015:FFFFFFFF:Yashiro Nanakase :kof97pls:00010000:10A85E:00000016:FFFFFFFF:Shermie :kof97pls:00010000:10A85E:00000017:FFFFFFFF:Chris :kof97pls:00010000:10A85E:00000018:FFFFFFFF:Ryuji Yamazaki :kof97pls:00010000:10A85E:00000019:FFFFFFFF:Blue Mary :kof97pls:00010000:10A85E:0000001A:FFFFFFFF:Billy Kane :kof97pls:00010000:10A85E:0000001B:FFFFFFFF:Iori Yagami :kof97pls:00010000:10A85E:0000001C:FFFFFFFF:#Orochi Iori :kof97pls:00010000:10A85E:0000001D:FFFFFFFF:#Orochi Leona :kof97pls:00010000:10A85E:0000001E:FFFFFFFF:#Orochi :kof97pls:00010000:10A85E:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kof97pls:00000000:10A868:00000001:00000001:Use Alternate Version Character PL2 (A):This refers to the first character selected. :kof97pls:00000000:10A868:00000002:00000002:Use Alternate Version Character PL2 (B):This refers to the second character selected. :kof97pls:00000000:10A868:00000004:00000004:Use Alternate Version Character PL2 (C):This refers to the third character selected. :kof97pls:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kof97pls:00010000:10A85F:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97pls:00010000:10A85F:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97pls:00010000:10A85F:00000002:FFFFFFFF:A colour (Extra Mode) :kof97pls:00010000:10A85F:00000003:FFFFFFFF:D colour (Extra Mode) :kof97pls:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kof97pls:00010000:10A860:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97pls:00010000:10A860:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97pls:00010000:10A860:00000002:FFFFFFFF:A colour (Extra Mode) :kof97pls:00010000:10A860:00000003:FFFFFFFF:D colour (Extra Mode) :kof97pls:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kof97pls:00010000:10A861:00000000:FFFFFFFF:A colour (Advanced Mode) :kof97pls:00010000:10A861:00000001:FFFFFFFF:D colour (Advanced Mode) :kof97pls:00010000:10A861:00000002:FFFFFFFF:A colour (Extra Mode) :kof97pls:00010000:10A861:00000003:FFFFFFFF:D colour (Extra Mode) :kof97pls:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof97pls:00010000:10A862:00000000:FFFFFFFF:Character A:First character selected :kof97pls:00010000:10A862:00000001:FFFFFFFF:Character B:Second character selected :kof97pls:00010000:10A862:00000002:FFFFFFFF:Character C:Third character selected :kof97pls:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof97pls:00010000:10A863:00000000:FFFFFFFF:Character A:First character selected :kof97pls:00010000:10A863:00000001:FFFFFFFF:Character B:Second character selected :kof97pls:00010000:10A863:00000002:FFFFFFFF:Character C:Third character selected :kof97pls:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof97pls:00010000:10A864:00000000:FFFFFFFF:Character A:First character selected :kof97pls:00010000:10A864:00000001:FFFFFFFF:Character B:Second character selected :kof97pls:00010000:10A864:00000002:FFFFFFFF:Character C:Third character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof97pls:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof97pls:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97pls:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kof97pls:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kof97pls:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof97pls:00000000:10E7E8:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof97pls:00000000:10E7EA:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof97pls:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof97pls:00000000:10E7EE:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof97pls:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof97pls:00000000:10E7E6:0000000C:FFFFFFFF:Hien Zan :kof97pls:00000000:10E7EC:0000000C:FFFFFFFF:Ryuusei Raku :kof97pls:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof97pls:00000000:10E7E6:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof97pls:00000000:10E7EA:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof97pls:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof97pls:00000000:10E7E6:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof97pls:00000000:10E7EA:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof97pls:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof97pls:00000000:10E7F4:0000000C:FFFFFFFF:Straight Slicer :kof97pls:60000000:000000:00000000:00000000:[Use for Orochi Leona PL1] :kof97pls:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97pls:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kof97pls:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kof97pls:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof97pls:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97pls:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kof97pls:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kof97pls:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof97pls:00000000:10E9F4:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof97pls:00000000:10E9F6:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof97pls:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof97pls:00000000:10E9FA:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof97pls:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof97pls:00000000:10E9F2:0000000C:FFFFFFFF:Hien Zan :kof97pls:00000000:10E9F8:0000000C:FFFFFFFF:Ryuusei Raku :kof97pls:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof97pls:00000000:10E9F2:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof97pls:00000000:10E9F6:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof97pls:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof97pls:00000000:10E9F2:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof97pls:00000000:10E9F6:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof97pls:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof97pls:00000000:10EA00:0000000C:FFFFFFFF:Straight Slicer :kof97pls:60000000:000000:00000000:00000000:[Use for Orochi Leona PL2] :kof97pls:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof97pls:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kof97pls:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kof97pls:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof97pls:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof97pls:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '98 - The Slugfest / King of Fighters '98 - dream match never ends, The ] kof98:0:10A83A:60:006:Infinite Time :kof98:20B00000:028794:67086706:FFFFFFFF:Enable Omega Rugal:Arcade mode only. Hold start over Rugal and select with any button. :kof98:00000300:10A7F1:00000005:FFFFFFFF:Select Current Round :kof98:62000000:000000:00000000:00000000:Select Backdrop PL1 :kof98:00010000:10A7EA:00000000:FFFFFFFF:Japan (Street) :kof98:00010000:10A7EA:00000001:FFFFFFFF:China :kof98:00010000:10A7EA:00000002:FFFFFFFF:Korea :kof98:00010000:10A7EA:00000003:FFFFFFFF:Mid-East :kof98:00010000:10A7EA:00000004:FFFFFFFF:Spain :kof98:00010000:10A7EA:00000005:FFFFFFFF:USA (Yard) :kof98:00010000:10A7EA:00000006:FFFFFFFF:Japan (Temple) :kof98:00010000:10A7EA:00000007:FFFFFFFF:USA (Wharf) :kof98:00010000:10A7EA:00000008:FFFFFFFF:Blacknoah :kof98:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof98:00010000:10ED5F:00000000:FFFFFFFF:Esaka?:Japan Team (Japan Team - KOF96) :kof98:00010000:10ED5F:00000001:FFFFFFFF:Kurikinton:Fatal Fury Team (Terry - Fatal Fury 2) :kof98:00010000:10ED5F:00000002:FFFFFFFF:Art of Fight:Art of Fighting Team (Ryo/Todo - AOF) :kof98:00010000:10ED5F:00000003:FFFFFFFF:Rumbling on the City:Ikari Team (Ikari Team - KOF96) :kof98:00010000:10ED5F:00000004:FFFFFFFF:Shin! Senritsu no Dora:Psycho Soldier Team (Psycho Soldier Team - KOF95) :kof98:00010000:10ED5F:00000005:FFFFFFFF:Fairy:Gals Fighters Team (Chizuru - KOF96) :kof98:00010000:10ED5F:00000006:FFFFFFFF:Seoul Road:Korea Team (Kim - Real Bout Fatal Fury) :kof98:00010000:10ED5F:00000007:FFFFFFFF:Bloody:New Face Team (New Face Team - KOF97) :kof98:00010000:10ED5F:00000008:FFFFFFFF:C62:Yamazaki (Yamazaki - Real Bout Fatal Fury Special) :kof98:00010000:10ED5F:00000009:FFFFFFFF:Blue Mary's Blues:Mary (Mary - Real Bout Fatal Fury Special) :kof98:00010000:10ED5F:0000000A:FFFFFFFF:London March:Billy (Billy - Real Bout Fatal Fury Special) :kof98:00010000:10ED5F:0000000B:FFFFFFFF:Arashi no Saxophone 2:Iori Team (Iori Team - KOF96) :kof98:00010000:10ED5F:0000000C:FFFFFFFF:In Spite of One's Age:Masters Team :kof98:00010000:10ED5F:0000000D:FFFFFFFF:Slum No. 5:USA Sports Team (USA Sports Team - KOF94) :kof98:00010000:10ED5F:0000000E:FFFFFFFF:Ketchaku R&D:Omega Rugal (Rugal - parts taken from KOF94 and KOF95) :kof98:00010000:10ED5F:0000000F:FFFFFFFF:Still Green:Shingo (Shingo - KOF97) :kof98:00010000:10ED5F:00000010:FFFFFFFF:The RR:Rugal :kof98:00010000:10ED5F:00000011:FFFFFFFF:Esaka:EX Kyo (Japan Team - KOF94) :kof98:00010000:10ED5F:00000012:FFFFFFFF:Rhythmic Hallucination:Orochi Yashiro (Orochi New Face Team - KOF97) :kof98:00010000:10ED5F:00000013:FFFFFFFF:Fantastic Waltz:Orochi Shermie :kof98:00010000:10ED5F:00000014:FFFFFFFF:Mad Fantasy:Orochi Chris :kof98:00010000:10ED5F:00000015:FFFFFFFF:Ne!:'94 Gals Fighters Team (Gals Fighters Team - KOF94) :kof98:00010000:10ED5F:00000016:FFFFFFFF:Arashi no Saxophone:Iori (Revenge Team - KOF95) :kof98:00010000:10ED5F:00000017:FFFFFFFF:Arashi no Saxophone 2:Mature, Vice (Iori Team - KOF96) ; Select any five of the first nine and any one of the next three to go to Rugal. ; Select any five of the first nine to fight either the Iori Team in the Yard stage, ; the Masters Team in the Temple stage, or the USA Sports Team in the Wharf stage. ; Select any N amount of the first nine to go to stage N (up to five). ; Select the last one to prevent challenges by Shingo. :kof98:00000000:10A799:00000001:00000001:Beaten Japan Team :kof98:00000000:10A799:00000002:00000002:Beaten Fatal Fury Team :kof98:00000000:10A799:00000004:00000004:Beaten Art of Fighting Team :kof98:00000000:10A799:00000008:00000008:Beaten Ikari Team :kof98:00000000:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof98:00000000:10A799:00000020:00000020:Beaten Gals Fighters Team :kof98:00000000:10A799:00000040:00000040:Beaten Korea Team :kof98:00000000:10A799:00000080:00000080:Beaten New Face Team :kof98:00000000:10A798:00000001:00000001:Beaten Special Team :kof98:00000000:10A798:00000002:00000002:Beaten Iori Team :kof98:00000000:10A798:00000004:00000004:Beaten Masters Team :kof98:00000000:10A798:00000008:00000008:Beaten USA Sports Team :kof98:00000000:10A798:00000010:00000010:Beaten Shingo kof98:0:108239:67:000:Infinite Energy PL1 kof98:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof98:0:1082E3:04:000:Infinite Power PL1 kof98:0:1081EA:40:500:Infinite Power PL1 (2/4) kof98:0:108254:0D:500:Infinite Power PL1 (3/4) kof98:0:10821F:09:500:Infinite Power PL1 (4/4) kof98:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof98:0:1081E8:A0:000:Infinite Power PL1 kof98:0:1081EA:40:500:Infinite Power PL1 (2/4) kof98:0:10821F:08:500:Infinite Power PL1 (3/4) kof98:0:10824D:04:500:Infinite Power PL1 (4/4) :kof98:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof98:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof98:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof98:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof98:62000000:000000:00000000:00000000:Select Mode PL1 :kof98:00010000:10A84C:00000000:FFFFFFFF:Advanced Mode :kof98:00010000:10A84C:00000001:FFFFFFFF:Extra Mode :kof98:62000000:000000:00000000:00000000:Select Team PL1 :kof98:00010000:10A84B:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof98:00010000:10A84B:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof98:00010000:10A84B:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof98:00010000:10A84B:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof98:00010000:10A84B:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof98:00010000:10A84B:00000005:FFFFFFFF:Gals Fighters Team:Chizuru, Mai, King :kof98:00010000:10A84B:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof98:00010000:10A84B:00000007:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof98:00010000:10A84B:00000008:FFFFFFFF:Special Team:Yamazaki, Mary, Billy :kof98:00010000:10A84B:00000009:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof98:00010000:10A84B:0000000A:FFFFFFFF:Masters Team:Heidern, Takuma, Saisyu :kof98:00010000:10A84B:0000000B:FFFFFFFF:USA Sports Team:Heavy D!, Lucky, Brian :kof98:00010000:10A84B:0000000C:FFFFFFFF:Shingo (solo) :kof98:00010000:10A84B:0000000D:FFFFFFFF:Rugal (solo) :kof98:00010000:10A84B:0000000E:FFFFFFFF:Custom Team :kof98:00010000:10A84B:0000000F:FFFFFFFF:KOF All-Star Team:Kyo, Iori, Shingo :kof98:00010000:10A84B:00000010:FFFFFFFF:Rugal Team:Mature, Vice, Rugal :kof98:00010000:10A84B:00000011:FFFFFFFF:Sacred Force Team:Kyo, Iori, Chizuru :kof98:00010000:10A84B:00000012:FFFFFFFF:SNK Superstar Team:Kyo, Terry, Ryo :kof98:00010000:10A84B:00000013:FFFFFFFF:Sidekicks Team:Andy, Benimaru, Robert :kof98:00010000:10A84B:00000014:FFFFFFFF:Headbands Team:Daimon, Joe, Yuri :kof98:00010000:10A84B:00000015:FFFFFFFF:Teen Team:Chris, Kensou, Shingo :kof98:00010000:10A84B:00000016:FFFFFFFF:Orochi Gals Team:Shermie, Mature, Vice :kof98:00010000:10A84B:00000017:FFFFFFFF:Orochi Guys Team:Yashiro, Yamazaki, Chris :kof98:00010000:10A84B:00000018:FFFFFFFF:Sakazaki Team:Ryo, Yuri, Takuma :kof98:00010000:10A84B:00000019:FFFFFFFF:Fathers Team:Kim, Takuma, Saisyu :kof98:00010000:10A84B:0000001A:FFFFFFFF:Button Masher Team:Billy, Chang, Joe :kof98:00010000:10A84B:0000001B:FFFFFFFF:Orochi Nagi Team:Kyo, Saisyu, Chris :kof98:00010000:10A84B:0000001C:FFFFFFFF:Kusanagi Team:Kyo, Saisyu, Shingo :kof98:00010000:10A84B:0000001D:FFFFFFFF:Handsome Team:Chin, Chang, Choi :kof98:00010000:10A84B:0000001E:FFFFFFFF:Kansai Team:Choi, Kensou, Robert :kof98:00010000:10A84B:0000001F:FFFFFFFF:Damage Team:Brian, Chang, Ralf :kof98:00010000:10A84B:00000020:FFFFFFFF:Birthday Team:King, Mature, Shingo :kof98:00010000:10A84B:00000021:FFFFFFFF:Baseball Team:Lucky, Mary, Ralf :kof98:00010000:10A84B:00000022:FFFFFFFF:Cap Team:Terry, Lucky, Clark :kof98:00010000:10A84B:00000023:FFFFFFFF:New Female Team:Athena, Mai, Yuri :kof98:00010000:10A84B:00000024:FFFFFFFF:Shingo Team:Shingo, Benimaru, Daimon :kof98:00010000:10A84B:00000025:FFFFFFFF:New Ikari Team:Heidern, Leona, Ralf :kof98:00010000:10A84B:00000026:FFFFFFFF:'94 Gals Fighters Team:Yuri, Mai, King ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof98:00000100:10A84D:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof98:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof98:00010000:10A84E:00000000:FFFFFFFF:Kyo Kusanagi :kof98:00010000:10A84E:00000001:FFFFFFFF:Benimaru Nikaido :kof98:00010000:10A84E:00000002:FFFFFFFF:Goro Daimon :kof98:00010000:10A84E:00000003:FFFFFFFF:Terry Bogard :kof98:00010000:10A84E:00000004:FFFFFFFF:Andy Bogard :kof98:00010000:10A84E:00000005:FFFFFFFF:Joe Higashi :kof98:00010000:10A84E:00000006:FFFFFFFF:Ryo Sakazaki :kof98:00010000:10A84E:00000007:FFFFFFFF:Robert Garcia :kof98:00010000:10A84E:00000008:FFFFFFFF:Yuri Sakazaki :kof98:00010000:10A84E:00000009:FFFFFFFF:Leona :kof98:00010000:10A84E:0000000A:FFFFFFFF:Ralf Jones :kof98:00010000:10A84E:0000000B:FFFFFFFF:Clark Steel :kof98:00010000:10A84E:0000000C:FFFFFFFF:Athena Asamiya :kof98:00010000:10A84E:0000000D:FFFFFFFF:Sie Kensou :kof98:00010000:10A84E:0000000E:FFFFFFFF:Chin Gentsai :kof98:00010000:10A84E:0000000F:FFFFFFFF:Chizuru Kagura :kof98:00010000:10A84E:00000010:FFFFFFFF:Mai Shiranui :kof98:00010000:10A84E:00000011:FFFFFFFF:King :kof98:00010000:10A84E:00000012:FFFFFFFF:Kim Kaphwan :kof98:00010000:10A84E:00000013:FFFFFFFF:Chang Koehan :kof98:00010000:10A84E:00000014:FFFFFFFF:Choi Bounge :kof98:00010000:10A84E:00000015:FFFFFFFF:Yashiro Nanakase :kof98:00010000:10A84E:00000016:FFFFFFFF:Shermie :kof98:00010000:10A84E:00000017:FFFFFFFF:Chris :kof98:00010000:10A84E:00000018:FFFFFFFF:Ryuji Yamazaki :kof98:00010000:10A84E:00000019:FFFFFFFF:Blue Mary :kof98:00010000:10A84E:0000001A:FFFFFFFF:Billy Kane :kof98:00010000:10A84E:0000001B:FFFFFFFF:Iori Yagami :kof98:00010000:10A84E:0000001C:FFFFFFFF:Mature :kof98:00010000:10A84E:0000001D:FFFFFFFF:Vice :kof98:00010000:10A84E:0000001E:FFFFFFFF:Heidern :kof98:00010000:10A84E:0000001F:FFFFFFFF:Takuma Sakazaki :kof98:00010000:10A84E:00000020:FFFFFFFF:Saisyu Kusanagi :kof98:00010000:10A84E:00000021:FFFFFFFF:Heavy D! :kof98:00010000:10A84E:00000022:FFFFFFFF:Lucky Glauber :kof98:00010000:10A84E:00000023:FFFFFFFF:Brian Battler :kof98:00010000:10A84E:00000024:FFFFFFFF:Rugal Bernstein :kof98:00010000:10A84E:00000025:FFFFFFFF:Shingo Yabuki :kof98:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof98:00010000:10A84F:00000000:FFFFFFFF:Kyo Kusanagi :kof98:00010000:10A84F:00000001:FFFFFFFF:Benimaru Nikaido :kof98:00010000:10A84F:00000002:FFFFFFFF:Goro Daimon :kof98:00010000:10A84F:00000003:FFFFFFFF:Terry Bogard :kof98:00010000:10A84F:00000004:FFFFFFFF:Andy Bogard :kof98:00010000:10A84F:00000005:FFFFFFFF:Joe Higashi :kof98:00010000:10A84F:00000006:FFFFFFFF:Ryo Sakazaki :kof98:00010000:10A84F:00000007:FFFFFFFF:Robert Garcia :kof98:00010000:10A84F:00000008:FFFFFFFF:Yuri Sakazaki :kof98:00010000:10A84F:00000009:FFFFFFFF:Leona :kof98:00010000:10A84F:0000000A:FFFFFFFF:Ralf Jones :kof98:00010000:10A84F:0000000B:FFFFFFFF:Clark Steel :kof98:00010000:10A84F:0000000C:FFFFFFFF:Athena Asamiya :kof98:00010000:10A84F:0000000D:FFFFFFFF:Sie Kensou :kof98:00010000:10A84F:0000000E:FFFFFFFF:Chin Gentsai :kof98:00010000:10A84F:0000000F:FFFFFFFF:Chizuru Kagura :kof98:00010000:10A84F:00000010:FFFFFFFF:Mai Shiranui :kof98:00010000:10A84F:00000011:FFFFFFFF:King :kof98:00010000:10A84F:00000012:FFFFFFFF:Kim Kaphwan :kof98:00010000:10A84F:00000013:FFFFFFFF:Chang Koehan :kof98:00010000:10A84F:00000014:FFFFFFFF:Choi Bounge :kof98:00010000:10A84F:00000015:FFFFFFFF:Yashiro Nanakase :kof98:00010000:10A84F:00000016:FFFFFFFF:Shermie :kof98:00010000:10A84F:00000017:FFFFFFFF:Chris :kof98:00010000:10A84F:00000018:FFFFFFFF:Ryuji Yamazaki :kof98:00010000:10A84F:00000019:FFFFFFFF:Blue Mary :kof98:00010000:10A84F:0000001A:FFFFFFFF:Billy Kane :kof98:00010000:10A84F:0000001B:FFFFFFFF:Iori Yagami :kof98:00010000:10A84F:0000001C:FFFFFFFF:Mature :kof98:00010000:10A84F:0000001D:FFFFFFFF:Vice :kof98:00010000:10A84F:0000001E:FFFFFFFF:Heidern :kof98:00010000:10A84F:0000001F:FFFFFFFF:Takuma Sakazaki :kof98:00010000:10A84F:00000020:FFFFFFFF:Saisyu Kusanagi :kof98:00010000:10A84F:00000021:FFFFFFFF:Heavy D! :kof98:00010000:10A84F:00000022:FFFFFFFF:Lucky Glauber :kof98:00010000:10A84F:00000023:FFFFFFFF:Brian Battler :kof98:00010000:10A84F:00000024:FFFFFFFF:Rugal Bernstein :kof98:00010000:10A84F:00000025:FFFFFFFF:Shingo Yabuki :kof98:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof98:00010000:10A850:00000000:FFFFFFFF:Kyo Kusanagi :kof98:00010000:10A850:00000001:FFFFFFFF:Benimaru Nikaido :kof98:00010000:10A850:00000002:FFFFFFFF:Goro Daimon :kof98:00010000:10A850:00000003:FFFFFFFF:Terry Bogard :kof98:00010000:10A850:00000004:FFFFFFFF:Andy Bogard :kof98:00010000:10A850:00000005:FFFFFFFF:Joe Higashi :kof98:00010000:10A850:00000006:FFFFFFFF:Ryo Sakazaki :kof98:00010000:10A850:00000007:FFFFFFFF:Robert Garcia :kof98:00010000:10A850:00000008:FFFFFFFF:Yuri Sakazaki :kof98:00010000:10A850:00000009:FFFFFFFF:Leona :kof98:00010000:10A850:0000000A:FFFFFFFF:Ralf Jones :kof98:00010000:10A850:0000000B:FFFFFFFF:Clark Steel :kof98:00010000:10A850:0000000C:FFFFFFFF:Athena Asamiya :kof98:00010000:10A850:0000000D:FFFFFFFF:Sie Kensou :kof98:00010000:10A850:0000000E:FFFFFFFF:Chin Gentsai :kof98:00010000:10A850:0000000F:FFFFFFFF:Chizuru Kagura :kof98:00010000:10A850:00000010:FFFFFFFF:Mai Shiranui :kof98:00010000:10A850:00000011:FFFFFFFF:King :kof98:00010000:10A850:00000012:FFFFFFFF:Kim Kaphwan :kof98:00010000:10A850:00000013:FFFFFFFF:Chang Koehan :kof98:00010000:10A850:00000014:FFFFFFFF:Choi Bounge :kof98:00010000:10A850:00000015:FFFFFFFF:Yashiro Nanakase :kof98:00010000:10A850:00000016:FFFFFFFF:Shermie :kof98:00010000:10A850:00000017:FFFFFFFF:Chris :kof98:00010000:10A850:00000018:FFFFFFFF:Ryuji Yamazaki :kof98:00010000:10A850:00000019:FFFFFFFF:Blue Mary :kof98:00010000:10A850:0000001A:FFFFFFFF:Billy Kane :kof98:00010000:10A850:0000001B:FFFFFFFF:Iori Yagami :kof98:00010000:10A850:0000001C:FFFFFFFF:Mature :kof98:00010000:10A850:0000001D:FFFFFFFF:Vice :kof98:00010000:10A850:0000001E:FFFFFFFF:Heidern :kof98:00010000:10A850:0000001F:FFFFFFFF:Takuma Sakazaki :kof98:00010000:10A850:00000020:FFFFFFFF:Saisyu Kusanagi :kof98:00010000:10A850:00000021:FFFFFFFF:Heavy D! :kof98:00010000:10A850:00000022:FFFFFFFF:Lucky Glauber :kof98:00010000:10A850:00000023:FFFFFFFF:Brian Battler :kof98:00010000:10A850:00000024:FFFFFFFF:Rugal Bernstein :kof98:00010000:10A850:00000025:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Terry, Andy, Joe, Ryo, Robert, Yuri, Mai, Yashiro, Shermie, ;Chris, Billy, and Rugal :kof98:00000000:10A85A:00000001:00000001:Use Alternate Version Character PL1 (A):This refers to the first character selected :kof98:00000000:10A85A:00000002:00000002:Use Alternate Version Character PL1 (B):This refers to the second character selected :kof98:00000000:10A85A:00000004:00000004:Use Alternate Version Character PL1 (C):This refers to the third character selected :kof98:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof98:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof98:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof98:00010000:10A84A:00000003:FFFFFFFF:Second and third characters selected at random :kof98:00010000:10A84A:00000004:FFFFFFFF:Third character selected at random :kof98:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof98:00010000:10A851:00000000:FFFFFFFF:A colour :kof98:00010000:10A851:00000001:FFFFFFFF:B colour :kof98:00010000:10A851:00000002:FFFFFFFF:C colour :kof98:00010000:10A851:00000003:FFFFFFFF:D colour :kof98:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof98:00010000:10A852:00000000:FFFFFFFF:A colour :kof98:00010000:10A852:00000001:FFFFFFFF:B colour :kof98:00010000:10A852:00000002:FFFFFFFF:C colour :kof98:00010000:10A852:00000003:FFFFFFFF:D colour :kof98:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof98:00010000:10A853:00000000:FFFFFFFF:A colour :kof98:00010000:10A853:00000001:FFFFFFFF:B colour :kof98:00010000:10A853:00000002:FFFFFFFF:C colour :kof98:00010000:10A853:00000003:FFFFFFFF:D colour :kof98:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof98:00010000:10A854:00000000:FFFFFFFF:Character A:First character selected :kof98:00010000:10A854:00000001:FFFFFFFF:Character B:Second character selected :kof98:00010000:10A854:00000002:FFFFFFFF:Character C:Third character selected :kof98:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof98:00010000:10A855:00000000:FFFFFFFF:Character A:First character selected :kof98:00010000:10A855:00000001:FFFFFFFF:Character B:Second character selected :kof98:00010000:10A855:00000002:FFFFFFFF:Character C:Third character selected :kof98:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof98:00010000:10A856:00000000:FFFFFFFF:Character A:First character selected :kof98:00010000:10A856:00000001:FFFFFFFF:Character B:Second character selected :kof98:00010000:10A856:00000002:FFFFFFFF:Character C:Third character selected kof98:0:108439:67:000:Infinite Energy PL2 kof98:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof98:0:1084E3:04:000:Infinite Power PL2 kof98:0:1083EA:40:500:Infinite Power PL2 (2/4) kof98:0:108454:0D:500:Infinite Power PL2 (3/4) kof98:0:10841F:09:500:Infinite Power PL2 (4/4) kof98:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof98:0:1083E8:A0:000:Infinite Power PL2 kof98:0:1083EA:40:500:Infinite Power PL2 (2/4) kof98:0:10841F:08:500:Infinite Power PL2 (3/4) kof98:0:10844D:04:500:Infinite Power PL2 (4/4) :kof98:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof98:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof98:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof98:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof98:62000000:000000:00000000:00000000:Select Mode PL2 :kof98:00010000:10A85D:00000000:FFFFFFFF:Advanced Mode :kof98:00010000:10A85D:00000001:FFFFFFFF:Extra Mode :kof98:62000000:000000:00000000:00000000:Select Team PL2 :kof98:00010000:10A85C:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof98:00010000:10A85C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof98:00010000:10A85C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof98:00010000:10A85C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof98:00010000:10A85C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof98:00010000:10A85C:00000005:FFFFFFFF:Gals Fighters Team:Chizuru, Mai, King :kof98:00010000:10A85C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof98:00010000:10A85C:00000007:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof98:00010000:10A85C:00000008:FFFFFFFF:Special Team:Yamazaki, Mary, Billy :kof98:00010000:10A85C:00000009:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof98:00010000:10A85C:0000000A:FFFFFFFF:Masters Team:Heidern, Takuma, Saisyu :kof98:00010000:10A85C:0000000B:FFFFFFFF:USA Sports Team:Heavy D!, Lucky, Brian :kof98:00010000:10A85C:0000000C:FFFFFFFF:Shingo (solo) :kof98:00010000:10A85C:0000000D:FFFFFFFF:Rugal (solo) :kof98:00010000:10A85C:0000000E:FFFFFFFF:Custom Team :kof98:00010000:10A85C:0000000F:FFFFFFFF:KOF All-Star Team:Kyo, Iori, Shingo :kof98:00010000:10A85C:00000010:FFFFFFFF:Rugal Team:Mature, Vice, Rugal :kof98:00010000:10A85C:00000011:FFFFFFFF:Sacred Force Team:Kyo, Iori, Chizuru :kof98:00010000:10A85C:00000012:FFFFFFFF:SNK Superstar Team:Kyo, Terry, Ryo :kof98:00010000:10A85C:00000013:FFFFFFFF:Sidekicks Team:Andy, Benimaru, Robert :kof98:00010000:10A85C:00000014:FFFFFFFF:Headbands Team:Daimon, Joe, Yuri :kof98:00010000:10A85C:00000015:FFFFFFFF:Teen Team:Chris, Kensou, Shingo :kof98:00010000:10A85C:00000016:FFFFFFFF:Orochi Gals Team:Shermie, Mature, Vice :kof98:00010000:10A85C:00000017:FFFFFFFF:Orochi Guys Team:Yashiro, Yamazaki, Chris :kof98:00010000:10A85C:00000018:FFFFFFFF:Sakazaki Team:Ryo, Yuri, Takuma :kof98:00010000:10A85C:00000019:FFFFFFFF:Fathers Team:Kim, Takuma, Saisyu :kof98:00010000:10A85C:0000001A:FFFFFFFF:Button Masher Team:Billy, Chang, Joe :kof98:00010000:10A85C:0000001B:FFFFFFFF:Orochi Nagi Team:Kyo, Saisyu, Chris :kof98:00010000:10A85C:0000001C:FFFFFFFF:Kusanagi Team:Kyo, Saisyu, Shingo :kof98:00010000:10A85C:0000001D:FFFFFFFF:Handsome Team:Chin, Chang, Choi :kof98:00010000:10A85C:0000001E:FFFFFFFF:Kansai Team:Choi, Kensou, Robert :kof98:00010000:10A85C:0000001F:FFFFFFFF:Damage Team:Brian, Chang, Ralf :kof98:00010000:10A85C:00000020:FFFFFFFF:Birthday Team:King, Mature, Shingo :kof98:00010000:10A85C:00000021:FFFFFFFF:Baseball Team:Lucky, Mary, Ralf :kof98:00010000:10A85C:00000022:FFFFFFFF:Cap Team:Terry, Lucky, Clark :kof98:00010000:10A85C:00000023:FFFFFFFF:New Female Team:Athena, Mai, Yuri :kof98:00010000:10A85C:00000024:FFFFFFFF:Shingo Team:Shingo, Benimaru, Daimon :kof98:00010000:10A85C:00000025:FFFFFFFF:New Ikari Team:Heidern, Leona, Ralf :kof98:00010000:10A85C:00000026:FFFFFFFF:'94 Gals Fighters Team:Yuri, Mai, King ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof98:00000100:10A85E:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof98:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof98:00010000:10A85F:00000000:FFFFFFFF:Kyo Kusanagi :kof98:00010000:10A85F:00000001:FFFFFFFF:Benimaru Nikaido :kof98:00010000:10A85F:00000002:FFFFFFFF:Goro Daimon :kof98:00010000:10A85F:00000003:FFFFFFFF:Terry Bogard :kof98:00010000:10A85F:00000004:FFFFFFFF:Andy Bogard :kof98:00010000:10A85F:00000005:FFFFFFFF:Joe Higashi :kof98:00010000:10A85F:00000006:FFFFFFFF:Ryo Sakazaki :kof98:00010000:10A85F:00000007:FFFFFFFF:Robert Garcia :kof98:00010000:10A85F:00000008:FFFFFFFF:Yuri Sakazaki :kof98:00010000:10A85F:00000009:FFFFFFFF:Leona :kof98:00010000:10A85F:0000000A:FFFFFFFF:Ralf Jones :kof98:00010000:10A85F:0000000B:FFFFFFFF:Clark Steel :kof98:00010000:10A85F:0000000C:FFFFFFFF:Athena Asamiya :kof98:00010000:10A85F:0000000D:FFFFFFFF:Sie Kensou :kof98:00010000:10A85F:0000000E:FFFFFFFF:Chin Gentsai :kof98:00010000:10A85F:0000000F:FFFFFFFF:Chizuru Kagura :kof98:00010000:10A85F:00000010:FFFFFFFF:Mai Shiranui :kof98:00010000:10A85F:00000011:FFFFFFFF:King :kof98:00010000:10A85F:00000012:FFFFFFFF:Kim Kaphwan :kof98:00010000:10A85F:00000013:FFFFFFFF:Chang Koehan :kof98:00010000:10A85F:00000014:FFFFFFFF:Choi Bounge :kof98:00010000:10A85F:00000015:FFFFFFFF:Yashiro Nanakase :kof98:00010000:10A85F:00000016:FFFFFFFF:Shermie :kof98:00010000:10A85F:00000017:FFFFFFFF:Chris :kof98:00010000:10A85F:00000018:FFFFFFFF:Ryuji Yamazaki :kof98:00010000:10A85F:00000019:FFFFFFFF:Blue Mary :kof98:00010000:10A85F:0000001A:FFFFFFFF:Billy Kane :kof98:00010000:10A85F:0000001B:FFFFFFFF:Iori Yagami :kof98:00010000:10A85F:0000001C:FFFFFFFF:Mature :kof98:00010000:10A85F:0000001D:FFFFFFFF:Vice :kof98:00010000:10A85F:0000001E:FFFFFFFF:Heidern :kof98:00010000:10A85F:0000001F:FFFFFFFF:Takuma Sakazaki :kof98:00010000:10A85F:00000020:FFFFFFFF:Saisyu Kusanagi :kof98:00010000:10A85F:00000021:FFFFFFFF:Heavy D! :kof98:00010000:10A85F:00000022:FFFFFFFF:Lucky Glauber :kof98:00010000:10A85F:00000023:FFFFFFFF:Brian Battler :kof98:00010000:10A85F:00000024:FFFFFFFF:Rugal Bernstein :kof98:00010000:10A85F:00000025:FFFFFFFF:Shingo Yabuki :kof98:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof98:00010000:10A860:00000000:FFFFFFFF:Kyo Kusanagi :kof98:00010000:10A860:00000001:FFFFFFFF:Benimaru Nikaido :kof98:00010000:10A860:00000002:FFFFFFFF:Goro Daimon :kof98:00010000:10A860:00000003:FFFFFFFF:Terry Bogard :kof98:00010000:10A860:00000004:FFFFFFFF:Andy Bogard :kof98:00010000:10A860:00000005:FFFFFFFF:Joe Higashi :kof98:00010000:10A860:00000006:FFFFFFFF:Ryo Sakazaki :kof98:00010000:10A860:00000007:FFFFFFFF:Robert Garcia :kof98:00010000:10A860:00000008:FFFFFFFF:Yuri Sakazaki :kof98:00010000:10A860:00000009:FFFFFFFF:Leona :kof98:00010000:10A860:0000000A:FFFFFFFF:Ralf Jones :kof98:00010000:10A860:0000000B:FFFFFFFF:Clark Steel :kof98:00010000:10A860:0000000C:FFFFFFFF:Athena Asamiya :kof98:00010000:10A860:0000000D:FFFFFFFF:Sie Kensou :kof98:00010000:10A860:0000000E:FFFFFFFF:Chin Gentsai :kof98:00010000:10A860:0000000F:FFFFFFFF:Chizuru Kagura :kof98:00010000:10A860:00000010:FFFFFFFF:Mai Shiranui :kof98:00010000:10A860:00000011:FFFFFFFF:King :kof98:00010000:10A860:00000012:FFFFFFFF:Kim Kaphwan :kof98:00010000:10A860:00000013:FFFFFFFF:Chang Koehan :kof98:00010000:10A860:00000014:FFFFFFFF:Choi Bounge :kof98:00010000:10A860:00000015:FFFFFFFF:Yashiro Nanakase :kof98:00010000:10A860:00000016:FFFFFFFF:Shermie :kof98:00010000:10A860:00000017:FFFFFFFF:Chris :kof98:00010000:10A860:00000018:FFFFFFFF:Ryuji Yamazaki :kof98:00010000:10A860:00000019:FFFFFFFF:Blue Mary :kof98:00010000:10A860:0000001A:FFFFFFFF:Billy Kane :kof98:00010000:10A860:0000001B:FFFFFFFF:Iori Yagami :kof98:00010000:10A860:0000001C:FFFFFFFF:Mature :kof98:00010000:10A860:0000001D:FFFFFFFF:Vice :kof98:00010000:10A860:0000001E:FFFFFFFF:Heidern :kof98:00010000:10A860:0000001F:FFFFFFFF:Takuma Sakazaki :kof98:00010000:10A860:00000020:FFFFFFFF:Saisyu Kusanagi :kof98:00010000:10A860:00000021:FFFFFFFF:Heavy D! :kof98:00010000:10A860:00000022:FFFFFFFF:Lucky Glauber :kof98:00010000:10A860:00000023:FFFFFFFF:Brian Battler :kof98:00010000:10A860:00000024:FFFFFFFF:Rugal Bernstein :kof98:00010000:10A860:00000025:FFFFFFFF:Shingo Yabuki :kof98:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof98:00010000:10A861:00000000:FFFFFFFF:Kyo Kusanagi :kof98:00010000:10A861:00000001:FFFFFFFF:Benimaru Nikaido :kof98:00010000:10A861:00000002:FFFFFFFF:Goro Daimon :kof98:00010000:10A861:00000003:FFFFFFFF:Terry Bogard :kof98:00010000:10A861:00000004:FFFFFFFF:Andy Bogard :kof98:00010000:10A861:00000005:FFFFFFFF:Joe Higashi :kof98:00010000:10A861:00000006:FFFFFFFF:Ryo Sakazaki :kof98:00010000:10A861:00000007:FFFFFFFF:Robert Garcia :kof98:00010000:10A861:00000008:FFFFFFFF:Yuri Sakazaki :kof98:00010000:10A861:00000009:FFFFFFFF:Leona :kof98:00010000:10A861:0000000A:FFFFFFFF:Ralf Jones :kof98:00010000:10A861:0000000B:FFFFFFFF:Clark Steel :kof98:00010000:10A861:0000000C:FFFFFFFF:Athena Asamiya :kof98:00010000:10A861:0000000D:FFFFFFFF:Sie Kensou :kof98:00010000:10A861:0000000E:FFFFFFFF:Chin Gentsai :kof98:00010000:10A861:0000000F:FFFFFFFF:Chizuru Kagura :kof98:00010000:10A861:00000010:FFFFFFFF:Mai Shiranui :kof98:00010000:10A861:00000011:FFFFFFFF:King :kof98:00010000:10A861:00000012:FFFFFFFF:Kim Kaphwan :kof98:00010000:10A861:00000013:FFFFFFFF:Chang Koehan :kof98:00010000:10A861:00000014:FFFFFFFF:Choi Bounge :kof98:00010000:10A861:00000015:FFFFFFFF:Yashiro Nanakase :kof98:00010000:10A861:00000016:FFFFFFFF:Shermie :kof98:00010000:10A861:00000017:FFFFFFFF:Chris :kof98:00010000:10A861:00000018:FFFFFFFF:Ryuji Yamazaki :kof98:00010000:10A861:00000019:FFFFFFFF:Blue Mary :kof98:00010000:10A861:0000001A:FFFFFFFF:Billy Kane :kof98:00010000:10A861:0000001B:FFFFFFFF:Iori Yagami :kof98:00010000:10A861:0000001C:FFFFFFFF:Mature :kof98:00010000:10A861:0000001D:FFFFFFFF:Vice :kof98:00010000:10A861:0000001E:FFFFFFFF:Heidern :kof98:00010000:10A861:0000001F:FFFFFFFF:Takuma Sakazaki :kof98:00010000:10A861:00000020:FFFFFFFF:Saisyu Kusanagi :kof98:00010000:10A861:00000021:FFFFFFFF:Heavy D! :kof98:00010000:10A861:00000022:FFFFFFFF:Lucky Glauber :kof98:00010000:10A861:00000023:FFFFFFFF:Brian Battler :kof98:00010000:10A861:00000024:FFFFFFFF:Rugal Bernstein :kof98:00010000:10A861:00000025:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Terry, Andy, Joe, Ryo, Robert, Yuri, Mai, Yashiro, Shermie, ;Chris, Billy, and Rugal :kof98:00000000:10A86B:00000001:00000001:Use Alternate Version Character PL2 (A):This refers to the first character selected :kof98:00000000:10A86B:00000002:00000002:Use Alternate Version Character PL2 (B):This refers to the second character selected :kof98:00000000:10A86B:00000004:00000004:Use Alternate Version Character PL2 (C):This refers to the third character selected :kof98:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof98:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof98:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof98:00010000:10A85B:00000003:FFFFFFFF:Second and third characters selected at random :kof98:00010000:10A85B:00000004:FFFFFFFF:Third character selected at random :kof98:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof98:00010000:10A862:00000000:FFFFFFFF:A colour :kof98:00010000:10A862:00000001:FFFFFFFF:B colour :kof98:00010000:10A862:00000002:FFFFFFFF:C colour :kof98:00010000:10A862:00000003:FFFFFFFF:D colour :kof98:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof98:00010000:10A863:00000000:FFFFFFFF:A colour :kof98:00010000:10A863:00000001:FFFFFFFF:B colour :kof98:00010000:10A863:00000002:FFFFFFFF:C colour :kof98:00010000:10A863:00000003:FFFFFFFF:D colour :kof98:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof98:00010000:10A864:00000000:FFFFFFFF:A colour :kof98:00010000:10A864:00000001:FFFFFFFF:B colour :kof98:00010000:10A864:00000002:FFFFFFFF:C colour :kof98:00010000:10A864:00000003:FFFFFFFF:D colour :kof98:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof98:00010000:10A865:00000000:FFFFFFFF:Character A:First character selected :kof98:00010000:10A865:00000001:FFFFFFFF:Character B:Second character selected :kof98:00010000:10A865:00000002:FFFFFFFF:Character C:Third character selected :kof98:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof98:00010000:10A866:00000000:FFFFFFFF:Character A:First character selected :kof98:00010000:10A866:00000001:FFFFFFFF:Character B:Second character selected :kof98:00010000:10A866:00000002:FFFFFFFF:Character C:Third character selected :kof98:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof98:00010000:10A867:00000000:FFFFFFFF:Character A:First character selected :kof98:00010000:10A867:00000001:FFFFFFFF:Character B:Second character selected :kof98:00010000:10A867:00000002:FFFFFFFF:Character C:Third character selected :kof98:60000000:000000:00000000:00000000:[ ***** SKIP CHARGE CHEATS ***** ] ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof98:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof98:00000000:10E7E8:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof98:00000000:10E7EA:0000000C:FFFFFFFF:Ground Saver :kof98:00000000:10E7F0:0000000C:FFFFFFFF:Baltic Launcher :kof98:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof98:00000000:10E7EA:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof98:00000000:10E7EC:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof98:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof98:00000000:10E7F0:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof98:00000000:10E7E8:0000000C:FFFFFFFF:Hien Zan, Kuu Sajin :kof98:00000000:10E7EE:0000000C:FFFFFFFF:Ryuusei Raku :kof98:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof98:00000000:10E7E8:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof98:00000000:10E7EC:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof98:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof98:00000000:10E7E8:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof98:00000000:10E7EC:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof98:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof98:00000000:10E7F6:0000000C:FFFFFFFF:Straight Slicer :kof98:60000000:000000:00000000:00000000:[Use for Heidern PL1] :kof98:00000000:10E7E8:0000000C:FFFFFFFF:Cross Cutter :kof98:00000000:10E7EA:0000000C:FFFFFFFF:Moon Slasher, Neck Rolling :kof98:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof98:00000000:10E7EC:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof98:60000000:000000:00000000:00000000:[Use for EX Terry PL1] :kof98:00000000:10E7EC:0000000C:FFFFFFFF:Rising Tackle :kof98:60000000:000000:00000000:00000000:[Use for EX Mai PL1] :kof98:00000000:10E7F0:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof98:00000000:10E9F4:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof98:00000000:10E9F6:0000000C:FFFFFFFF:Ground Saver :kof98:00000000:10E9FC:0000000C:FFFFFFFF:Baltic Launcher :kof98:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof98:00000000:10E9F6:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof98:00000000:10E9F8:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof98:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof98:00000000:10E9FC:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof98:00000000:10E9F4:0000000C:FFFFFFFF:Hien Zan, Kuu Sajin :kof98:00000000:10E9FA:0000000C:FFFFFFFF:Ryuusei Raku :kof98:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof98:00000000:10E9F4:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof98:00000000:10E9F8:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof98:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof98:00000000:10E9F4:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof98:00000000:10E9F8:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof98:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof98:00000000:10EA02:0000000C:FFFFFFFF:Straight Slicer :kof98:60000000:000000:00000000:00000000:[Use for Heidern PL2] :kof98:00000000:10E9F4:0000000C:FFFFFFFF:Cross Cutter :kof98:00000000:10E9F6:0000000C:FFFFFFFF:Moon Slasher, Neck Rolling :kof98:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof98:00000000:10E9F8:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof98:60000000:000000:00000000:00000000:[Use for EX Terry PL2] :kof98:00000000:10E9F8:0000000C:FFFFFFFF:Rising Tackle :kof98:60000000:000000:00000000:00000000:[Use for EX Mai PL2] :kof98:00000000:10E9FC:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98:60000000:000000:00000000:00000000:[ ***** MOVE LIST SUPPLEMENT ***** ] :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Kyo PL1 ] :kof98:00000000:1081CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay :kof98:00000000:1081CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Kyo PL2 ] :kof98:00000000:1083CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay PL2 :kof98:00000000:1083CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack PL2 :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR '95-Kyo PL1 ] :kof98:00000000:1081CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay :kof98:00000000:1081CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR '95-Kyo PL2 ] :kof98:00000000:1083CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay PL2 :kof98:00000000:1083CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack PL2 :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Yamazaki PL1 ] :kof98:62000000:000000:00000000:00000000:Drill (DM) - Select Outcome :kof98:00010000:1081D5:00000004:000000FF:Punch Ranbu:0 - 4 :kof98:00010000:1081D5:00000008:000000FF:Kick Ranbu:5 - 8 :kof98:00010000:1081D5:0000000C:000000FF:Rapid Pachiki:9 - 12 :kof98:00010000:1081D5:0000000D:000000FF:Repeated Hebi Tsukai:13+ :kof98:62000000:000000:00000000:00000000:Drill (SDM) - Select Outcome :kof98:00010000:1081D5:00000004:000000FF:Rapid Aikuchi:0 - 4 :kof98:00010000:1081D5:00000008:000000FF:Rapid Stomps:5 - 8 :kof98:00010000:1081D5:0000000C:000000FF:Rapid Shime Age:9 - 12 :kof98:00010000:1081D5:0000000D:000000FF:Chou Repeated Hebi Tsukai:13+ :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Yamazaki PL2 ] :kof98:62000000:000000:00000000:00000000:Drill (DM) - Select Outcome :kof98:00010000:1083D5:00000004:000000FF:Punch Ranbu:0 - 4 :kof98:00010000:1083D5:00000008:000000FF:Kick Ranbu:5 - 8 :kof98:00010000:1083D5:0000000C:000000FF:Rapid Pachiki:9 - 12 :kof98:00010000:1083D5:0000000D:000000FF:Repeated Hebi Tsukai:13+ :kof98:62000000:000000:00000000:00000000:Drill (SDM) - Select Outcome :kof98:00010000:1083D5:00000004:000000FF:Rapid Aikuchi:0 - 4 :kof98:00010000:1083D5:00000008:000000FF:Rapid Stomps:5 - 8 :kof98:00010000:1083D5:0000000C:000000FF:Rapid Shime Age:9 - 12 :kof98:00010000:1083D5:0000000D:000000FF:Chou Repeated Hebi Tsukai:13+ :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Heavy D! PL1] :kof98:00000000:1081E6:00000002:00000002:Shadow - Always have Shadow :kof98:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Heavy D! PL2] :kof98:00000000:1083E6:00000002:00000002:Shadow - Always have Shadow :kof98:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof98:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof98:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '98 - The Slugfest / King of Fighters '98 - dream match never ends, The (Korean board) ] kof98k:0:10A83A:60:006:Infinite Time :kof98k:20B00000:028794:67086706:FFFFFFFF:Enable Omega Rugal:Arcade mode only. Hold start over Rugal and select with any button. :kof98k:00000300:10A7F1:00000005:FFFFFFFF:Select Current Round :kof98k:62000000:000000:00000000:00000000:Select Backdrop PL1 :kof98k:00010000:10A7EA:00000000:FFFFFFFF:Japan (Street) :kof98k:00010000:10A7EA:00000001:FFFFFFFF:China :kof98k:00010000:10A7EA:00000002:FFFFFFFF:Korea :kof98k:00010000:10A7EA:00000003:FFFFFFFF:Mid-East :kof98k:00010000:10A7EA:00000004:FFFFFFFF:Spain :kof98k:00010000:10A7EA:00000005:FFFFFFFF:USA (Yard) :kof98k:00010000:10A7EA:00000006:FFFFFFFF:Japan (Temple) :kof98k:00010000:10A7EA:00000007:FFFFFFFF:USA (Wharf) :kof98k:00010000:10A7EA:00000008:FFFFFFFF:Blacknoah :kof98k:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof98k:00010000:10ED5F:00000000:FFFFFFFF:Esaka?:Japan Team (Japan Team - KOF96) :kof98k:00010000:10ED5F:00000001:FFFFFFFF:Kurikinton:Fatal Fury Team (Terry - Fatal Fury 2) :kof98k:00010000:10ED5F:00000002:FFFFFFFF:Art of Fight:Art of Fighting Team (Ryo/Todo - AOF) :kof98k:00010000:10ED5F:00000003:FFFFFFFF:Rumbling on the City:Ikari Team (Ikari Team - KOF96) :kof98k:00010000:10ED5F:00000004:FFFFFFFF:Shin! Senritsu no Dora:Psycho Soldier Team (Psycho Soldier Team - KOF95) :kof98k:00010000:10ED5F:00000005:FFFFFFFF:Fairy:Gals Fighters Team (Chizuru - KOF96) :kof98k:00010000:10ED5F:00000006:FFFFFFFF:Seoul Road:Korea Team (Kim - Real Bout Fatal Fury) :kof98k:00010000:10ED5F:00000007:FFFFFFFF:Bloody:New Face Team (New Face Team - KOF97) :kof98k:00010000:10ED5F:00000008:FFFFFFFF:C62:Yamazaki (Yamazaki - Real Bout Fatal Fury Special) :kof98k:00010000:10ED5F:00000009:FFFFFFFF:Blue Mary's Blues:Mary (Mary - Real Bout Fatal Fury Special) :kof98k:00010000:10ED5F:0000000A:FFFFFFFF:London March:Billy (Billy - Real Bout Fatal Fury Special) :kof98k:00010000:10ED5F:0000000B:FFFFFFFF:Arashi no Saxophone 2:Iori Team (Iori Team - KOF96) :kof98k:00010000:10ED5F:0000000C:FFFFFFFF:In Spite of One's Age:Masters Team :kof98k:00010000:10ED5F:0000000D:FFFFFFFF:Slum No. 5:USA Sports Team (USA Sports Team - KOF94) :kof98k:00010000:10ED5F:0000000E:FFFFFFFF:Ketchaku R&D:Omega Rugal (Rugal - parts taken from KOF94 and KOF95) :kof98k:00010000:10ED5F:0000000F:FFFFFFFF:Still Green:Shingo (Shingo - KOF97) :kof98k:00010000:10ED5F:00000010:FFFFFFFF:The RR:Rugal :kof98k:00010000:10ED5F:00000011:FFFFFFFF:Esaka:EX Kyo (Japan Team - KOF94) :kof98k:00010000:10ED5F:00000012:FFFFFFFF:Rhythmic Hallucination:Orochi Yashiro (Orochi New Face Team - KOF97) :kof98k:00010000:10ED5F:00000013:FFFFFFFF:Fantastic Waltz:Orochi Shermie :kof98k:00010000:10ED5F:00000014:FFFFFFFF:Mad Fantasy:Orochi Chris :kof98k:00010000:10ED5F:00000015:FFFFFFFF:Ne!:'94 Gals Fighters Team (Gals Fighters Team - KOF94) :kof98k:00010000:10ED5F:00000016:FFFFFFFF:Arashi no Saxophone:Iori (Revenge Team - KOF95) :kof98k:00010000:10ED5F:00000017:FFFFFFFF:Arashi no Saxophone 2:Mature, Vice (Iori Team - KOF96) ; Select any five of the first nine and any one of the next three to go to Rugal. ; Select any five of the first nine to fight either the Iori Team in the Yard stage, ; the Masters Team in the Temple stage, or the USA Sports Team in the Wharf stage. ; Select any N amount of the first nine to go to stage N (up to five). ; Select the last one to prevent challenges by Shingo. :kof98k:00000000:10A799:00000001:00000001:Beaten Japan Team :kof98k:00000000:10A799:00000002:00000002:Beaten Fatal Fury Team :kof98k:00000000:10A799:00000004:00000004:Beaten Art of Fighting Team :kof98k:00000000:10A799:00000008:00000008:Beaten Ikari Team :kof98k:00000000:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof98k:00000000:10A799:00000020:00000020:Beaten Gals Fighters Team :kof98k:00000000:10A799:00000040:00000040:Beaten Korea Team :kof98k:00000000:10A799:00000080:00000080:Beaten New Face Team :kof98k:00000000:10A798:00000001:00000001:Beaten Special Team :kof98k:00000000:10A798:00000002:00000002:Beaten Iori Team :kof98k:00000000:10A798:00000004:00000004:Beaten Masters Team :kof98k:00000000:10A798:00000008:00000008:Beaten USA Sports Team :kof98k:00000000:10A798:00000010:00000010:Beaten Shingo kof98k:0:108239:67:000:Infinite Energy PL1 kof98k:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof98k:0:1082E3:04:000:Infinite Power PL1 kof98k:0:1081EA:40:500:Infinite Power PL1 (2/4) kof98k:0:108254:0D:500:Infinite Power PL1 (3/4) kof98k:0:10821F:09:500:Infinite Power PL1 (4/4) kof98k:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof98k:0:1081E8:A0:000:Infinite Power PL1 kof98k:0:1081EA:40:500:Infinite Power PL1 (2/4) kof98k:0:10821F:08:500:Infinite Power PL1 (3/4) kof98k:0:10824D:04:500:Infinite Power PL1 (4/4) :kof98k:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof98k:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof98k:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof98k:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof98k:62000000:000000:00000000:00000000:Select Mode PL1 :kof98k:00010000:10A84C:00000000:FFFFFFFF:Advanced Mode :kof98k:00010000:10A84C:00000001:FFFFFFFF:Extra Mode :kof98k:62000000:000000:00000000:00000000:Select Team PL1 :kof98k:00010000:10A84B:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof98k:00010000:10A84B:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof98k:00010000:10A84B:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof98k:00010000:10A84B:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof98k:00010000:10A84B:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof98k:00010000:10A84B:00000005:FFFFFFFF:Gals Fighters Team:Chizuru, Mai, King :kof98k:00010000:10A84B:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof98k:00010000:10A84B:00000007:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof98k:00010000:10A84B:00000008:FFFFFFFF:Special Team:Yamazaki, Mary, Billy :kof98k:00010000:10A84B:00000009:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof98k:00010000:10A84B:0000000A:FFFFFFFF:Masters Team:Heidern, Takuma, Saisyu :kof98k:00010000:10A84B:0000000B:FFFFFFFF:USA Sports Team:Heavy D!, Lucky, Brian :kof98k:00010000:10A84B:0000000C:FFFFFFFF:Shingo (solo) :kof98k:00010000:10A84B:0000000D:FFFFFFFF:Rugal (solo) :kof98k:00010000:10A84B:0000000E:FFFFFFFF:Custom Team :kof98k:00010000:10A84B:0000000F:FFFFFFFF:KOF All-Star Team:Kyo, Iori, Shingo :kof98k:00010000:10A84B:00000010:FFFFFFFF:Rugal Team:Mature, Vice, Rugal :kof98k:00010000:10A84B:00000011:FFFFFFFF:Sacred Force Team:Kyo, Iori, Chizuru :kof98k:00010000:10A84B:00000012:FFFFFFFF:SNK Superstar Team:Kyo, Terry, Ryo :kof98k:00010000:10A84B:00000013:FFFFFFFF:Sidekicks Team:Andy, Benimaru, Robert :kof98k:00010000:10A84B:00000014:FFFFFFFF:Headbands Team:Daimon, Joe, Yuri :kof98k:00010000:10A84B:00000015:FFFFFFFF:Teen Team:Chris, Kensou, Shingo :kof98k:00010000:10A84B:00000016:FFFFFFFF:Orochi Gals Team:Shermie, Mature, Vice :kof98k:00010000:10A84B:00000017:FFFFFFFF:Orochi Guys Team:Yashiro, Yamazaki, Chris :kof98k:00010000:10A84B:00000018:FFFFFFFF:Sakazaki Team:Ryo, Yuri, Takuma :kof98k:00010000:10A84B:00000019:FFFFFFFF:Fathers Team:Kim, Takuma, Saisyu :kof98k:00010000:10A84B:0000001A:FFFFFFFF:Button Masher Team:Billy, Chang, Joe :kof98k:00010000:10A84B:0000001B:FFFFFFFF:Orochi Nagi Team:Kyo, Saisyu, Chris :kof98k:00010000:10A84B:0000001C:FFFFFFFF:Kusanagi Team:Kyo, Saisyu, Shingo :kof98k:00010000:10A84B:0000001D:FFFFFFFF:Handsome Team:Chin, Chang, Choi :kof98k:00010000:10A84B:0000001E:FFFFFFFF:Kansai Team:Choi, Kensou, Robert :kof98k:00010000:10A84B:0000001F:FFFFFFFF:Damage Team:Brian, Chang, Ralf :kof98k:00010000:10A84B:00000020:FFFFFFFF:Birthday Team:King, Mature, Shingo :kof98k:00010000:10A84B:00000021:FFFFFFFF:Baseball Team:Lucky, Mary, Ralf :kof98k:00010000:10A84B:00000022:FFFFFFFF:Cap Team:Terry, Lucky, Clark :kof98k:00010000:10A84B:00000023:FFFFFFFF:New Female Team:Athena, Mai, Yuri :kof98k:00010000:10A84B:00000024:FFFFFFFF:Shingo Team:Shingo, Benimaru, Daimon :kof98k:00010000:10A84B:00000025:FFFFFFFF:New Ikari Team:Heidern, Leona, Ralf :kof98k:00010000:10A84B:00000026:FFFFFFFF:'94 Gals Fighters Team:Yuri, Mai, King ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof98k:00000100:10A84D:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof98k:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof98k:00010000:10A84E:00000000:FFFFFFFF:Kyo Kusanagi :kof98k:00010000:10A84E:00000001:FFFFFFFF:Benimaru Nikaido :kof98k:00010000:10A84E:00000002:FFFFFFFF:Goro Daimon :kof98k:00010000:10A84E:00000003:FFFFFFFF:Terry Bogard :kof98k:00010000:10A84E:00000004:FFFFFFFF:Andy Bogard :kof98k:00010000:10A84E:00000005:FFFFFFFF:Joe Higashi :kof98k:00010000:10A84E:00000006:FFFFFFFF:Ryo Sakazaki :kof98k:00010000:10A84E:00000007:FFFFFFFF:Robert Garcia :kof98k:00010000:10A84E:00000008:FFFFFFFF:Yuri Sakazaki :kof98k:00010000:10A84E:00000009:FFFFFFFF:Leona :kof98k:00010000:10A84E:0000000A:FFFFFFFF:Ralf Jones :kof98k:00010000:10A84E:0000000B:FFFFFFFF:Clark Steel :kof98k:00010000:10A84E:0000000C:FFFFFFFF:Athena Asamiya :kof98k:00010000:10A84E:0000000D:FFFFFFFF:Sie Kensou :kof98k:00010000:10A84E:0000000E:FFFFFFFF:Chin Gentsai :kof98k:00010000:10A84E:0000000F:FFFFFFFF:Chizuru Kagura :kof98k:00010000:10A84E:00000010:FFFFFFFF:Mai Shiranui :kof98k:00010000:10A84E:00000011:FFFFFFFF:King :kof98k:00010000:10A84E:00000012:FFFFFFFF:Kim Kaphwan :kof98k:00010000:10A84E:00000013:FFFFFFFF:Chang Koehan :kof98k:00010000:10A84E:00000014:FFFFFFFF:Choi Bounge :kof98k:00010000:10A84E:00000015:FFFFFFFF:Yashiro Nanakase :kof98k:00010000:10A84E:00000016:FFFFFFFF:Shermie :kof98k:00010000:10A84E:00000017:FFFFFFFF:Chris :kof98k:00010000:10A84E:00000018:FFFFFFFF:Ryuji Yamazaki :kof98k:00010000:10A84E:00000019:FFFFFFFF:Blue Mary :kof98k:00010000:10A84E:0000001A:FFFFFFFF:Billy Kane :kof98k:00010000:10A84E:0000001B:FFFFFFFF:Iori Yagami :kof98k:00010000:10A84E:0000001C:FFFFFFFF:Mature :kof98k:00010000:10A84E:0000001D:FFFFFFFF:Vice :kof98k:00010000:10A84E:0000001E:FFFFFFFF:Heidern :kof98k:00010000:10A84E:0000001F:FFFFFFFF:Takuma Sakazaki :kof98k:00010000:10A84E:00000020:FFFFFFFF:Saisyu Kusanagi :kof98k:00010000:10A84E:00000021:FFFFFFFF:Heavy D! :kof98k:00010000:10A84E:00000022:FFFFFFFF:Lucky Glauber :kof98k:00010000:10A84E:00000023:FFFFFFFF:Brian Battler :kof98k:00010000:10A84E:00000024:FFFFFFFF:Rugal Bernstein :kof98k:00010000:10A84E:00000025:FFFFFFFF:Shingo Yabuki :kof98k:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof98k:00010000:10A84F:00000000:FFFFFFFF:Kyo Kusanagi :kof98k:00010000:10A84F:00000001:FFFFFFFF:Benimaru Nikaido :kof98k:00010000:10A84F:00000002:FFFFFFFF:Goro Daimon :kof98k:00010000:10A84F:00000003:FFFFFFFF:Terry Bogard :kof98k:00010000:10A84F:00000004:FFFFFFFF:Andy Bogard :kof98k:00010000:10A84F:00000005:FFFFFFFF:Joe Higashi :kof98k:00010000:10A84F:00000006:FFFFFFFF:Ryo Sakazaki :kof98k:00010000:10A84F:00000007:FFFFFFFF:Robert Garcia :kof98k:00010000:10A84F:00000008:FFFFFFFF:Yuri Sakazaki :kof98k:00010000:10A84F:00000009:FFFFFFFF:Leona :kof98k:00010000:10A84F:0000000A:FFFFFFFF:Ralf Jones :kof98k:00010000:10A84F:0000000B:FFFFFFFF:Clark Steel :kof98k:00010000:10A84F:0000000C:FFFFFFFF:Athena Asamiya :kof98k:00010000:10A84F:0000000D:FFFFFFFF:Sie Kensou :kof98k:00010000:10A84F:0000000E:FFFFFFFF:Chin Gentsai :kof98k:00010000:10A84F:0000000F:FFFFFFFF:Chizuru Kagura :kof98k:00010000:10A84F:00000010:FFFFFFFF:Mai Shiranui :kof98k:00010000:10A84F:00000011:FFFFFFFF:King :kof98k:00010000:10A84F:00000012:FFFFFFFF:Kim Kaphwan :kof98k:00010000:10A84F:00000013:FFFFFFFF:Chang Koehan :kof98k:00010000:10A84F:00000014:FFFFFFFF:Choi Bounge :kof98k:00010000:10A84F:00000015:FFFFFFFF:Yashiro Nanakase :kof98k:00010000:10A84F:00000016:FFFFFFFF:Shermie :kof98k:00010000:10A84F:00000017:FFFFFFFF:Chris :kof98k:00010000:10A84F:00000018:FFFFFFFF:Ryuji Yamazaki :kof98k:00010000:10A84F:00000019:FFFFFFFF:Blue Mary :kof98k:00010000:10A84F:0000001A:FFFFFFFF:Billy Kane :kof98k:00010000:10A84F:0000001B:FFFFFFFF:Iori Yagami :kof98k:00010000:10A84F:0000001C:FFFFFFFF:Mature :kof98k:00010000:10A84F:0000001D:FFFFFFFF:Vice :kof98k:00010000:10A84F:0000001E:FFFFFFFF:Heidern :kof98k:00010000:10A84F:0000001F:FFFFFFFF:Takuma Sakazaki :kof98k:00010000:10A84F:00000020:FFFFFFFF:Saisyu Kusanagi :kof98k:00010000:10A84F:00000021:FFFFFFFF:Heavy D! :kof98k:00010000:10A84F:00000022:FFFFFFFF:Lucky Glauber :kof98k:00010000:10A84F:00000023:FFFFFFFF:Brian Battler :kof98k:00010000:10A84F:00000024:FFFFFFFF:Rugal Bernstein :kof98k:00010000:10A84F:00000025:FFFFFFFF:Shingo Yabuki :kof98k:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof98k:00010000:10A850:00000000:FFFFFFFF:Kyo Kusanagi :kof98k:00010000:10A850:00000001:FFFFFFFF:Benimaru Nikaido :kof98k:00010000:10A850:00000002:FFFFFFFF:Goro Daimon :kof98k:00010000:10A850:00000003:FFFFFFFF:Terry Bogard :kof98k:00010000:10A850:00000004:FFFFFFFF:Andy Bogard :kof98k:00010000:10A850:00000005:FFFFFFFF:Joe Higashi :kof98k:00010000:10A850:00000006:FFFFFFFF:Ryo Sakazaki :kof98k:00010000:10A850:00000007:FFFFFFFF:Robert Garcia :kof98k:00010000:10A850:00000008:FFFFFFFF:Yuri Sakazaki :kof98k:00010000:10A850:00000009:FFFFFFFF:Leona :kof98k:00010000:10A850:0000000A:FFFFFFFF:Ralf Jones :kof98k:00010000:10A850:0000000B:FFFFFFFF:Clark Steel :kof98k:00010000:10A850:0000000C:FFFFFFFF:Athena Asamiya :kof98k:00010000:10A850:0000000D:FFFFFFFF:Sie Kensou :kof98k:00010000:10A850:0000000E:FFFFFFFF:Chin Gentsai :kof98k:00010000:10A850:0000000F:FFFFFFFF:Chizuru Kagura :kof98k:00010000:10A850:00000010:FFFFFFFF:Mai Shiranui :kof98k:00010000:10A850:00000011:FFFFFFFF:King :kof98k:00010000:10A850:00000012:FFFFFFFF:Kim Kaphwan :kof98k:00010000:10A850:00000013:FFFFFFFF:Chang Koehan :kof98k:00010000:10A850:00000014:FFFFFFFF:Choi Bounge :kof98k:00010000:10A850:00000015:FFFFFFFF:Yashiro Nanakase :kof98k:00010000:10A850:00000016:FFFFFFFF:Shermie :kof98k:00010000:10A850:00000017:FFFFFFFF:Chris :kof98k:00010000:10A850:00000018:FFFFFFFF:Ryuji Yamazaki :kof98k:00010000:10A850:00000019:FFFFFFFF:Blue Mary :kof98k:00010000:10A850:0000001A:FFFFFFFF:Billy Kane :kof98k:00010000:10A850:0000001B:FFFFFFFF:Iori Yagami :kof98k:00010000:10A850:0000001C:FFFFFFFF:Mature :kof98k:00010000:10A850:0000001D:FFFFFFFF:Vice :kof98k:00010000:10A850:0000001E:FFFFFFFF:Heidern :kof98k:00010000:10A850:0000001F:FFFFFFFF:Takuma Sakazaki :kof98k:00010000:10A850:00000020:FFFFFFFF:Saisyu Kusanagi :kof98k:00010000:10A850:00000021:FFFFFFFF:Heavy D! :kof98k:00010000:10A850:00000022:FFFFFFFF:Lucky Glauber :kof98k:00010000:10A850:00000023:FFFFFFFF:Brian Battler :kof98k:00010000:10A850:00000024:FFFFFFFF:Rugal Bernstein :kof98k:00010000:10A850:00000025:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Terry, Andy, Joe, Ryo, Robert, Yuri, Mai, Yashiro, Shermie, ;Chris, Billy, and Rugal :kof98k:00000000:10A85A:00000001:00000001:Use Alternate Version Character PL1 (A):This refers to the first character selected :kof98k:00000000:10A85A:00000002:00000002:Use Alternate Version Character PL1 (B):This refers to the second character selected :kof98k:00000000:10A85A:00000004:00000004:Use Alternate Version Character PL1 (C):This refers to the third character selected :kof98k:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof98k:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof98k:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof98k:00010000:10A84A:00000003:FFFFFFFF:Second and third characters selected at random :kof98k:00010000:10A84A:00000004:FFFFFFFF:Third character selected at random :kof98k:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof98k:00010000:10A851:00000000:FFFFFFFF:A colour :kof98k:00010000:10A851:00000001:FFFFFFFF:B colour :kof98k:00010000:10A851:00000002:FFFFFFFF:C colour :kof98k:00010000:10A851:00000003:FFFFFFFF:D colour :kof98k:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof98k:00010000:10A852:00000000:FFFFFFFF:A colour :kof98k:00010000:10A852:00000001:FFFFFFFF:B colour :kof98k:00010000:10A852:00000002:FFFFFFFF:C colour :kof98k:00010000:10A852:00000003:FFFFFFFF:D colour :kof98k:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof98k:00010000:10A853:00000000:FFFFFFFF:A colour :kof98k:00010000:10A853:00000001:FFFFFFFF:B colour :kof98k:00010000:10A853:00000002:FFFFFFFF:C colour :kof98k:00010000:10A853:00000003:FFFFFFFF:D colour :kof98k:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof98k:00010000:10A854:00000000:FFFFFFFF:Character A:First character selected :kof98k:00010000:10A854:00000001:FFFFFFFF:Character B:Second character selected :kof98k:00010000:10A854:00000002:FFFFFFFF:Character C:Third character selected :kof98k:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof98k:00010000:10A855:00000000:FFFFFFFF:Character A:First character selected :kof98k:00010000:10A855:00000001:FFFFFFFF:Character B:Second character selected :kof98k:00010000:10A855:00000002:FFFFFFFF:Character C:Third character selected :kof98k:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof98k:00010000:10A856:00000000:FFFFFFFF:Character A:First character selected :kof98k:00010000:10A856:00000001:FFFFFFFF:Character B:Second character selected :kof98k:00010000:10A856:00000002:FFFFFFFF:Character C:Third character selected kof98k:0:108439:67:000:Infinite Energy PL2 kof98k:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof98k:0:1084E3:04:000:Infinite Power PL2 kof98k:0:1083EA:40:500:Infinite Power PL2 (2/4) kof98k:0:108454:0D:500:Infinite Power PL2 (3/4) kof98k:0:10841F:09:500:Infinite Power PL2 (4/4) kof98k:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof98k:0:1083E8:A0:000:Infinite Power PL2 kof98k:0:1083EA:40:500:Infinite Power PL2 (2/4) kof98k:0:10841F:08:500:Infinite Power PL2 (3/4) kof98k:0:10844D:04:500:Infinite Power PL2 (4/4) :kof98k:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof98k:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof98k:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof98k:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof98k:62000000:000000:00000000:00000000:Select Mode PL2 :kof98k:00010000:10A85D:00000000:FFFFFFFF:Advanced Mode :kof98k:00010000:10A85D:00000001:FFFFFFFF:Extra Mode :kof98k:62000000:000000:00000000:00000000:Select Team PL2 :kof98k:00010000:10A85C:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof98k:00010000:10A85C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof98k:00010000:10A85C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof98k:00010000:10A85C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof98k:00010000:10A85C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof98k:00010000:10A85C:00000005:FFFFFFFF:Gals Fighters Team:Chizuru, Mai, King :kof98k:00010000:10A85C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof98k:00010000:10A85C:00000007:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof98k:00010000:10A85C:00000008:FFFFFFFF:Special Team:Yamazaki, Mary, Billy :kof98k:00010000:10A85C:00000009:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof98k:00010000:10A85C:0000000A:FFFFFFFF:Masters Team:Heidern, Takuma, Saisyu :kof98k:00010000:10A85C:0000000B:FFFFFFFF:USA Sports Team:Heavy D!, Lucky, Brian :kof98k:00010000:10A85C:0000000C:FFFFFFFF:Shingo (solo) :kof98k:00010000:10A85C:0000000D:FFFFFFFF:Rugal (solo) :kof98k:00010000:10A85C:0000000E:FFFFFFFF:Custom Team :kof98k:00010000:10A85C:0000000F:FFFFFFFF:KOF All-Star Team:Kyo, Iori, Shingo :kof98k:00010000:10A85C:00000010:FFFFFFFF:Rugal Team:Mature, Vice, Rugal :kof98k:00010000:10A85C:00000011:FFFFFFFF:Sacred Force Team:Kyo, Iori, Chizuru :kof98k:00010000:10A85C:00000012:FFFFFFFF:SNK Superstar Team:Kyo, Terry, Ryo :kof98k:00010000:10A85C:00000013:FFFFFFFF:Sidekicks Team:Andy, Benimaru, Robert :kof98k:00010000:10A85C:00000014:FFFFFFFF:Headbands Team:Daimon, Joe, Yuri :kof98k:00010000:10A85C:00000015:FFFFFFFF:Teen Team:Chris, Kensou, Shingo :kof98k:00010000:10A85C:00000016:FFFFFFFF:Orochi Gals Team:Shermie, Mature, Vice :kof98k:00010000:10A85C:00000017:FFFFFFFF:Orochi Guys Team:Yashiro, Yamazaki, Chris :kof98k:00010000:10A85C:00000018:FFFFFFFF:Sakazaki Team:Ryo, Yuri, Takuma :kof98k:00010000:10A85C:00000019:FFFFFFFF:Fathers Team:Kim, Takuma, Saisyu :kof98k:00010000:10A85C:0000001A:FFFFFFFF:Button Masher Team:Billy, Chang, Joe :kof98k:00010000:10A85C:0000001B:FFFFFFFF:Orochi Nagi Team:Kyo, Saisyu, Chris :kof98k:00010000:10A85C:0000001C:FFFFFFFF:Kusanagi Team:Kyo, Saisyu, Shingo :kof98k:00010000:10A85C:0000001D:FFFFFFFF:Handsome Team:Chin, Chang, Choi :kof98k:00010000:10A85C:0000001E:FFFFFFFF:Kansai Team:Choi, Kensou, Robert :kof98k:00010000:10A85C:0000001F:FFFFFFFF:Damage Team:Brian, Chang, Ralf :kof98k:00010000:10A85C:00000020:FFFFFFFF:Birthday Team:King, Mature, Shingo :kof98k:00010000:10A85C:00000021:FFFFFFFF:Baseball Team:Lucky, Mary, Ralf :kof98k:00010000:10A85C:00000022:FFFFFFFF:Cap Team:Terry, Lucky, Clark :kof98k:00010000:10A85C:00000023:FFFFFFFF:New Female Team:Athena, Mai, Yuri :kof98k:00010000:10A85C:00000024:FFFFFFFF:Shingo Team:Shingo, Benimaru, Daimon :kof98k:00010000:10A85C:00000025:FFFFFFFF:New Ikari Team:Heidern, Leona, Ralf :kof98k:00010000:10A85C:00000026:FFFFFFFF:'94 Gals Fighters Team:Yuri, Mai, King ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof98k:00000100:10A85E:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof98k:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof98k:00010000:10A85F:00000000:FFFFFFFF:Kyo Kusanagi :kof98k:00010000:10A85F:00000001:FFFFFFFF:Benimaru Nikaido :kof98k:00010000:10A85F:00000002:FFFFFFFF:Goro Daimon :kof98k:00010000:10A85F:00000003:FFFFFFFF:Terry Bogard :kof98k:00010000:10A85F:00000004:FFFFFFFF:Andy Bogard :kof98k:00010000:10A85F:00000005:FFFFFFFF:Joe Higashi :kof98k:00010000:10A85F:00000006:FFFFFFFF:Ryo Sakazaki :kof98k:00010000:10A85F:00000007:FFFFFFFF:Robert Garcia :kof98k:00010000:10A85F:00000008:FFFFFFFF:Yuri Sakazaki :kof98k:00010000:10A85F:00000009:FFFFFFFF:Leona :kof98k:00010000:10A85F:0000000A:FFFFFFFF:Ralf Jones :kof98k:00010000:10A85F:0000000B:FFFFFFFF:Clark Steel :kof98k:00010000:10A85F:0000000C:FFFFFFFF:Athena Asamiya :kof98k:00010000:10A85F:0000000D:FFFFFFFF:Sie Kensou :kof98k:00010000:10A85F:0000000E:FFFFFFFF:Chin Gentsai :kof98k:00010000:10A85F:0000000F:FFFFFFFF:Chizuru Kagura :kof98k:00010000:10A85F:00000010:FFFFFFFF:Mai Shiranui :kof98k:00010000:10A85F:00000011:FFFFFFFF:King :kof98k:00010000:10A85F:00000012:FFFFFFFF:Kim Kaphwan :kof98k:00010000:10A85F:00000013:FFFFFFFF:Chang Koehan :kof98k:00010000:10A85F:00000014:FFFFFFFF:Choi Bounge :kof98k:00010000:10A85F:00000015:FFFFFFFF:Yashiro Nanakase :kof98k:00010000:10A85F:00000016:FFFFFFFF:Shermie :kof98k:00010000:10A85F:00000017:FFFFFFFF:Chris :kof98k:00010000:10A85F:00000018:FFFFFFFF:Ryuji Yamazaki :kof98k:00010000:10A85F:00000019:FFFFFFFF:Blue Mary :kof98k:00010000:10A85F:0000001A:FFFFFFFF:Billy Kane :kof98k:00010000:10A85F:0000001B:FFFFFFFF:Iori Yagami :kof98k:00010000:10A85F:0000001C:FFFFFFFF:Mature :kof98k:00010000:10A85F:0000001D:FFFFFFFF:Vice :kof98k:00010000:10A85F:0000001E:FFFFFFFF:Heidern :kof98k:00010000:10A85F:0000001F:FFFFFFFF:Takuma Sakazaki :kof98k:00010000:10A85F:00000020:FFFFFFFF:Saisyu Kusanagi :kof98k:00010000:10A85F:00000021:FFFFFFFF:Heavy D! :kof98k:00010000:10A85F:00000022:FFFFFFFF:Lucky Glauber :kof98k:00010000:10A85F:00000023:FFFFFFFF:Brian Battler :kof98k:00010000:10A85F:00000024:FFFFFFFF:Rugal Bernstein :kof98k:00010000:10A85F:00000025:FFFFFFFF:Shingo Yabuki :kof98k:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof98k:00010000:10A860:00000000:FFFFFFFF:Kyo Kusanagi :kof98k:00010000:10A860:00000001:FFFFFFFF:Benimaru Nikaido :kof98k:00010000:10A860:00000002:FFFFFFFF:Goro Daimon :kof98k:00010000:10A860:00000003:FFFFFFFF:Terry Bogard :kof98k:00010000:10A860:00000004:FFFFFFFF:Andy Bogard :kof98k:00010000:10A860:00000005:FFFFFFFF:Joe Higashi :kof98k:00010000:10A860:00000006:FFFFFFFF:Ryo Sakazaki :kof98k:00010000:10A860:00000007:FFFFFFFF:Robert Garcia :kof98k:00010000:10A860:00000008:FFFFFFFF:Yuri Sakazaki :kof98k:00010000:10A860:00000009:FFFFFFFF:Leona :kof98k:00010000:10A860:0000000A:FFFFFFFF:Ralf Jones :kof98k:00010000:10A860:0000000B:FFFFFFFF:Clark Steel :kof98k:00010000:10A860:0000000C:FFFFFFFF:Athena Asamiya :kof98k:00010000:10A860:0000000D:FFFFFFFF:Sie Kensou :kof98k:00010000:10A860:0000000E:FFFFFFFF:Chin Gentsai :kof98k:00010000:10A860:0000000F:FFFFFFFF:Chizuru Kagura :kof98k:00010000:10A860:00000010:FFFFFFFF:Mai Shiranui :kof98k:00010000:10A860:00000011:FFFFFFFF:King :kof98k:00010000:10A860:00000012:FFFFFFFF:Kim Kaphwan :kof98k:00010000:10A860:00000013:FFFFFFFF:Chang Koehan :kof98k:00010000:10A860:00000014:FFFFFFFF:Choi Bounge :kof98k:00010000:10A860:00000015:FFFFFFFF:Yashiro Nanakase :kof98k:00010000:10A860:00000016:FFFFFFFF:Shermie :kof98k:00010000:10A860:00000017:FFFFFFFF:Chris :kof98k:00010000:10A860:00000018:FFFFFFFF:Ryuji Yamazaki :kof98k:00010000:10A860:00000019:FFFFFFFF:Blue Mary :kof98k:00010000:10A860:0000001A:FFFFFFFF:Billy Kane :kof98k:00010000:10A860:0000001B:FFFFFFFF:Iori Yagami :kof98k:00010000:10A860:0000001C:FFFFFFFF:Mature :kof98k:00010000:10A860:0000001D:FFFFFFFF:Vice :kof98k:00010000:10A860:0000001E:FFFFFFFF:Heidern :kof98k:00010000:10A860:0000001F:FFFFFFFF:Takuma Sakazaki :kof98k:00010000:10A860:00000020:FFFFFFFF:Saisyu Kusanagi :kof98k:00010000:10A860:00000021:FFFFFFFF:Heavy D! :kof98k:00010000:10A860:00000022:FFFFFFFF:Lucky Glauber :kof98k:00010000:10A860:00000023:FFFFFFFF:Brian Battler :kof98k:00010000:10A860:00000024:FFFFFFFF:Rugal Bernstein :kof98k:00010000:10A860:00000025:FFFFFFFF:Shingo Yabuki :kof98k:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof98k:00010000:10A861:00000000:FFFFFFFF:Kyo Kusanagi :kof98k:00010000:10A861:00000001:FFFFFFFF:Benimaru Nikaido :kof98k:00010000:10A861:00000002:FFFFFFFF:Goro Daimon :kof98k:00010000:10A861:00000003:FFFFFFFF:Terry Bogard :kof98k:00010000:10A861:00000004:FFFFFFFF:Andy Bogard :kof98k:00010000:10A861:00000005:FFFFFFFF:Joe Higashi :kof98k:00010000:10A861:00000006:FFFFFFFF:Ryo Sakazaki :kof98k:00010000:10A861:00000007:FFFFFFFF:Robert Garcia :kof98k:00010000:10A861:00000008:FFFFFFFF:Yuri Sakazaki :kof98k:00010000:10A861:00000009:FFFFFFFF:Leona :kof98k:00010000:10A861:0000000A:FFFFFFFF:Ralf Jones :kof98k:00010000:10A861:0000000B:FFFFFFFF:Clark Steel :kof98k:00010000:10A861:0000000C:FFFFFFFF:Athena Asamiya :kof98k:00010000:10A861:0000000D:FFFFFFFF:Sie Kensou :kof98k:00010000:10A861:0000000E:FFFFFFFF:Chin Gentsai :kof98k:00010000:10A861:0000000F:FFFFFFFF:Chizuru Kagura :kof98k:00010000:10A861:00000010:FFFFFFFF:Mai Shiranui :kof98k:00010000:10A861:00000011:FFFFFFFF:King :kof98k:00010000:10A861:00000012:FFFFFFFF:Kim Kaphwan :kof98k:00010000:10A861:00000013:FFFFFFFF:Chang Koehan :kof98k:00010000:10A861:00000014:FFFFFFFF:Choi Bounge :kof98k:00010000:10A861:00000015:FFFFFFFF:Yashiro Nanakase :kof98k:00010000:10A861:00000016:FFFFFFFF:Shermie :kof98k:00010000:10A861:00000017:FFFFFFFF:Chris :kof98k:00010000:10A861:00000018:FFFFFFFF:Ryuji Yamazaki :kof98k:00010000:10A861:00000019:FFFFFFFF:Blue Mary :kof98k:00010000:10A861:0000001A:FFFFFFFF:Billy Kane :kof98k:00010000:10A861:0000001B:FFFFFFFF:Iori Yagami :kof98k:00010000:10A861:0000001C:FFFFFFFF:Mature :kof98k:00010000:10A861:0000001D:FFFFFFFF:Vice :kof98k:00010000:10A861:0000001E:FFFFFFFF:Heidern :kof98k:00010000:10A861:0000001F:FFFFFFFF:Takuma Sakazaki :kof98k:00010000:10A861:00000020:FFFFFFFF:Saisyu Kusanagi :kof98k:00010000:10A861:00000021:FFFFFFFF:Heavy D! :kof98k:00010000:10A861:00000022:FFFFFFFF:Lucky Glauber :kof98k:00010000:10A861:00000023:FFFFFFFF:Brian Battler :kof98k:00010000:10A861:00000024:FFFFFFFF:Rugal Bernstein :kof98k:00010000:10A861:00000025:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Terry, Andy, Joe, Ryo, Robert, Yuri, Mai, Yashiro, Shermie, ;Chris, Billy, and Rugal :kof98k:00000000:10A86B:00000001:00000001:Use Alternate Version Character PL2 (A):This refers to the first character selected :kof98k:00000000:10A86B:00000002:00000002:Use Alternate Version Character PL2 (B):This refers to the second character selected :kof98k:00000000:10A86B:00000004:00000004:Use Alternate Version Character PL2 (C):This refers to the third character selected :kof98k:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof98k:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof98k:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof98k:00010000:10A85B:00000003:FFFFFFFF:Second and third characters selected at random :kof98k:00010000:10A85B:00000004:FFFFFFFF:Third character selected at random :kof98k:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof98k:00010000:10A862:00000000:FFFFFFFF:A colour :kof98k:00010000:10A862:00000001:FFFFFFFF:B colour :kof98k:00010000:10A862:00000002:FFFFFFFF:C colour :kof98k:00010000:10A862:00000003:FFFFFFFF:D colour :kof98k:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof98k:00010000:10A863:00000000:FFFFFFFF:A colour :kof98k:00010000:10A863:00000001:FFFFFFFF:B colour :kof98k:00010000:10A863:00000002:FFFFFFFF:C colour :kof98k:00010000:10A863:00000003:FFFFFFFF:D colour :kof98k:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof98k:00010000:10A864:00000000:FFFFFFFF:A colour :kof98k:00010000:10A864:00000001:FFFFFFFF:B colour :kof98k:00010000:10A864:00000002:FFFFFFFF:C colour :kof98k:00010000:10A864:00000003:FFFFFFFF:D colour :kof98k:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof98k:00010000:10A865:00000000:FFFFFFFF:Character A:First character selected :kof98k:00010000:10A865:00000001:FFFFFFFF:Character B:Second character selected :kof98k:00010000:10A865:00000002:FFFFFFFF:Character C:Third character selected :kof98k:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof98k:00010000:10A866:00000000:FFFFFFFF:Character A:First character selected :kof98k:00010000:10A866:00000001:FFFFFFFF:Character B:Second character selected :kof98k:00010000:10A866:00000002:FFFFFFFF:Character C:Third character selected :kof98k:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof98k:00010000:10A867:00000000:FFFFFFFF:Character A:First character selected :kof98k:00010000:10A867:00000001:FFFFFFFF:Character B:Second character selected :kof98k:00010000:10A867:00000002:FFFFFFFF:Character C:Third character selected :kof98k:60000000:000000:00000000:00000000:[ ***** SKIP CHARGE CHEATS ***** ] ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof98k:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof98k:00000000:10E7E8:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof98k:00000000:10E7EA:0000000C:FFFFFFFF:Ground Saver :kof98k:00000000:10E7F0:0000000C:FFFFFFFF:Baltic Launcher :kof98k:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof98k:00000000:10E7EA:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof98k:00000000:10E7EC:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof98k:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof98k:00000000:10E7F0:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98k:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof98k:00000000:10E7E8:0000000C:FFFFFFFF:Hien Zan, Kuu Sajin :kof98k:00000000:10E7EE:0000000C:FFFFFFFF:Ryuusei Raku :kof98k:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof98k:00000000:10E7E8:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof98k:00000000:10E7EC:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof98k:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof98k:00000000:10E7E8:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof98k:00000000:10E7EC:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof98k:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof98k:00000000:10E7F6:0000000C:FFFFFFFF:Straight Slicer :kof98k:60000000:000000:00000000:00000000:[Use for Heidern PL1] :kof98k:00000000:10E7E8:0000000C:FFFFFFFF:Cross Cutter :kof98k:00000000:10E7EA:0000000C:FFFFFFFF:Moon Slasher, Neck Rolling :kof98k:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof98k:00000000:10E7EC:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof98k:60000000:000000:00000000:00000000:[Use for EX Terry PL1] :kof98k:00000000:10E7EC:0000000C:FFFFFFFF:Rising Tackle :kof98k:60000000:000000:00000000:00000000:[Use for EX Mai PL1] :kof98k:00000000:10E7F0:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98k:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof98k:00000000:10E9F4:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof98k:00000000:10E9F6:0000000C:FFFFFFFF:Ground Saver :kof98k:00000000:10E9FC:0000000C:FFFFFFFF:Baltic Launcher :kof98k:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof98k:00000000:10E9F6:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof98k:00000000:10E9F8:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof98k:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof98k:00000000:10E9FC:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98k:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof98k:00000000:10E9F4:0000000C:FFFFFFFF:Hien Zan, Kuu Sajin :kof98k:00000000:10E9FA:0000000C:FFFFFFFF:Ryuusei Raku :kof98k:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof98k:00000000:10E9F4:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof98k:00000000:10E9F8:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof98k:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof98k:00000000:10E9F4:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof98k:00000000:10E9F8:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof98k:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof98k:00000000:10EA02:0000000C:FFFFFFFF:Straight Slicer :kof98k:60000000:000000:00000000:00000000:[Use for Heidern PL2] :kof98k:00000000:10E9F4:0000000C:FFFFFFFF:Cross Cutter :kof98k:00000000:10E9F6:0000000C:FFFFFFFF:Moon Slasher, Neck Rolling :kof98k:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof98k:00000000:10E9F8:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof98k:60000000:000000:00000000:00000000:[Use for EX Terry PL2] :kof98k:00000000:10E9F8:0000000C:FFFFFFFF:Rising Tackle :kof98k:60000000:000000:00000000:00000000:[Use for EX Mai PL2] :kof98k:00000000:10E9FC:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98k:60000000:000000:00000000:00000000:[ ***** MOVE LIST SUPPLEMENT ***** ] :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Kyo PL1 ] :kof98k:00000000:1081CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay :kof98k:00000000:1081CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Kyo PL2 ] :kof98k:00000000:1083CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay PL2 :kof98k:00000000:1083CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack PL2 :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR '95-Kyo PL1 ] :kof98k:00000000:1081CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay :kof98k:00000000:1081CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR '95-Kyo PL2 ] :kof98k:00000000:1083CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay PL2 :kof98k:00000000:1083CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack PL2 :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Yamazaki PL1 ] :kof98k:62000000:000000:00000000:00000000:Drill (DM) - Select Outcome :kof98k:00010000:1081D5:00000004:000000FF:Punch Ranbu:0 - 4 :kof98k:00010000:1081D5:00000008:000000FF:Kick Ranbu:5 - 8 :kof98k:00010000:1081D5:0000000C:000000FF:Rapid Pachiki:9 - 12 :kof98k:00010000:1081D5:0000000D:000000FF:Repeated Hebi Tsukai:13+ :kof98k:62000000:000000:00000000:00000000:Drill (SDM) - Select Outcome :kof98k:00010000:1081D5:00000004:000000FF:Rapid Aikuchi:0 - 4 :kof98k:00010000:1081D5:00000008:000000FF:Rapid Stomps:5 - 8 :kof98k:00010000:1081D5:0000000C:000000FF:Rapid Shime Age:9 - 12 :kof98k:00010000:1081D5:0000000D:000000FF:Chou Repeated Hebi Tsukai:13+ :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Yamazaki PL2 ] :kof98k:62000000:000000:00000000:00000000:Drill (DM) - Select Outcome :kof98k:00010000:1083D5:00000004:000000FF:Punch Ranbu:0 - 4 :kof98k:00010000:1083D5:00000008:000000FF:Kick Ranbu:5 - 8 :kof98k:00010000:1083D5:0000000C:000000FF:Rapid Pachiki:9 - 12 :kof98k:00010000:1083D5:0000000D:000000FF:Repeated Hebi Tsukai:13+ :kof98k:62000000:000000:00000000:00000000:Drill (SDM) - Select Outcome :kof98k:00010000:1083D5:00000004:000000FF:Rapid Aikuchi:0 - 4 :kof98k:00010000:1083D5:00000008:000000FF:Rapid Stomps:5 - 8 :kof98k:00010000:1083D5:0000000C:000000FF:Rapid Shime Age:9 - 12 :kof98k:00010000:1083D5:0000000D:000000FF:Chou Repeated Hebi Tsukai:13+ :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Heavy D! PL1] :kof98k:00000000:1081E6:00000002:00000002:Shadow - Always have Shadow :kof98k:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Heavy D! PL2] :kof98k:00000000:1083E6:00000002:00000002:Shadow - Always have Shadow :kof98k:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof98k:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof98k:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '98 - The Slugfest / King of Fighters '98 - dream match never ends, The (not encrypted) ] kof98n:0:10A83A:60:006:Infinite Time :kof98n:20B00000:028794:67086706:FFFFFFFF:Enable Omega Rugal:Arcade mode only. Hold start over Rugal and select with any button. :kof98n:00000300:10A7F1:00000005:FFFFFFFF:Select Current Round :kof98n:62000000:000000:00000000:00000000:Select Backdrop PL1 :kof98n:00010000:10A7EA:00000000:FFFFFFFF:Japan (Street) :kof98n:00010000:10A7EA:00000001:FFFFFFFF:China :kof98n:00010000:10A7EA:00000002:FFFFFFFF:Korea :kof98n:00010000:10A7EA:00000003:FFFFFFFF:Mid-East :kof98n:00010000:10A7EA:00000004:FFFFFFFF:Spain :kof98n:00010000:10A7EA:00000005:FFFFFFFF:USA (Yard) :kof98n:00010000:10A7EA:00000006:FFFFFFFF:Japan (Temple) :kof98n:00010000:10A7EA:00000007:FFFFFFFF:USA (Wharf) :kof98n:00010000:10A7EA:00000008:FFFFFFFF:Blacknoah :kof98n:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof98n:00010000:10ED5F:00000000:FFFFFFFF:Esaka?:Japan Team (Japan Team - KOF96) :kof98n:00010000:10ED5F:00000001:FFFFFFFF:Kurikinton:Fatal Fury Team (Terry - Fatal Fury 2) :kof98n:00010000:10ED5F:00000002:FFFFFFFF:Art of Fight:Art of Fighting Team (Ryo/Todo - AOF) :kof98n:00010000:10ED5F:00000003:FFFFFFFF:Rumbling on the City:Ikari Team (Ikari Team - KOF96) :kof98n:00010000:10ED5F:00000004:FFFFFFFF:Shin! Senritsu no Dora:Psycho Soldier Team (Psycho Soldier Team - KOF95) :kof98n:00010000:10ED5F:00000005:FFFFFFFF:Fairy:Gals Fighters Team (Chizuru - KOF96) :kof98n:00010000:10ED5F:00000006:FFFFFFFF:Seoul Road:Korea Team (Kim - Real Bout Fatal Fury) :kof98n:00010000:10ED5F:00000007:FFFFFFFF:Bloody:New Face Team (New Face Team - KOF97) :kof98n:00010000:10ED5F:00000008:FFFFFFFF:C62:Yamazaki (Yamazaki - Real Bout Fatal Fury Special) :kof98n:00010000:10ED5F:00000009:FFFFFFFF:Blue Mary's Blues:Mary (Mary - Real Bout Fatal Fury Special) :kof98n:00010000:10ED5F:0000000A:FFFFFFFF:London March:Billy (Billy - Real Bout Fatal Fury Special) :kof98n:00010000:10ED5F:0000000B:FFFFFFFF:Arashi no Saxophone 2:Iori Team (Iori Team - KOF96) :kof98n:00010000:10ED5F:0000000C:FFFFFFFF:In Spite of One's Age:Masters Team :kof98n:00010000:10ED5F:0000000D:FFFFFFFF:Slum No. 5:USA Sports Team (USA Sports Team - KOF94) :kof98n:00010000:10ED5F:0000000E:FFFFFFFF:Ketchaku R&D:Omega Rugal (Rugal - parts taken from KOF94 and KOF95) :kof98n:00010000:10ED5F:0000000F:FFFFFFFF:Still Green:Shingo (Shingo - KOF97) :kof98n:00010000:10ED5F:00000010:FFFFFFFF:The RR:Rugal :kof98n:00010000:10ED5F:00000011:FFFFFFFF:Esaka:EX Kyo (Japan Team - KOF94) :kof98n:00010000:10ED5F:00000012:FFFFFFFF:Rhythmic Hallucination:Orochi Yashiro (Orochi New Face Team - KOF97) :kof98n:00010000:10ED5F:00000013:FFFFFFFF:Fantastic Waltz:Orochi Shermie :kof98n:00010000:10ED5F:00000014:FFFFFFFF:Mad Fantasy:Orochi Chris :kof98n:00010000:10ED5F:00000015:FFFFFFFF:Ne!:'94 Gals Fighters Team (Gals Fighters Team - KOF94) :kof98n:00010000:10ED5F:00000016:FFFFFFFF:Arashi no Saxophone:Iori (Revenge Team - KOF95) :kof98n:00010000:10ED5F:00000017:FFFFFFFF:Arashi no Saxophone 2:Mature, Vice (Iori Team - KOF96) ; Select any five of the first nine and any one of the next three to go to Rugal. ; Select any five of the first nine to fight either the Iori Team in the Yard stage, ; the Masters Team in the Temple stage, or the USA Sports Team in the Wharf stage. ; Select any N amount of the first nine to go to stage N (up to five). ; Select the last one to prevent challenges by Shingo. :kof98n:00000000:10A799:00000001:00000001:Beaten Japan Team :kof98n:00000000:10A799:00000002:00000002:Beaten Fatal Fury Team :kof98n:00000000:10A799:00000004:00000004:Beaten Art of Fighting Team :kof98n:00000000:10A799:00000008:00000008:Beaten Ikari Team :kof98n:00000000:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof98n:00000000:10A799:00000020:00000020:Beaten Gals Fighters Team :kof98n:00000000:10A799:00000040:00000040:Beaten Korea Team :kof98n:00000000:10A799:00000080:00000080:Beaten New Face Team :kof98n:00000000:10A798:00000001:00000001:Beaten Special Team :kof98n:00000000:10A798:00000002:00000002:Beaten Iori Team :kof98n:00000000:10A798:00000004:00000004:Beaten Masters Team :kof98n:00000000:10A798:00000008:00000008:Beaten USA Sports Team :kof98n:00000000:10A798:00000010:00000010:Beaten Shingo kof98n:0:108239:67:000:Infinite Energy PL1 kof98n:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof98n:0:1082E3:04:000:Infinite Power PL1 kof98n:0:1081EA:40:500:Infinite Power PL1 (2/4) kof98n:0:108254:0D:500:Infinite Power PL1 (3/4) kof98n:0:10821F:09:500:Infinite Power PL1 (4/4) kof98n:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof98n:0:1081E8:A0:000:Infinite Power PL1 kof98n:0:1081EA:40:500:Infinite Power PL1 (2/4) kof98n:0:10821F:08:500:Infinite Power PL1 (3/4) kof98n:0:10824D:04:500:Infinite Power PL1 (4/4) :kof98n:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof98n:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof98n:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof98n:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof98n:62000000:000000:00000000:00000000:Select Mode PL1 :kof98n:00010000:10A84C:00000000:FFFFFFFF:Advanced Mode :kof98n:00010000:10A84C:00000001:FFFFFFFF:Extra Mode :kof98n:62000000:000000:00000000:00000000:Select Team PL1 :kof98n:00010000:10A84B:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof98n:00010000:10A84B:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof98n:00010000:10A84B:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof98n:00010000:10A84B:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof98n:00010000:10A84B:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof98n:00010000:10A84B:00000005:FFFFFFFF:Gals Fighters Team:Chizuru, Mai, King :kof98n:00010000:10A84B:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof98n:00010000:10A84B:00000007:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof98n:00010000:10A84B:00000008:FFFFFFFF:Special Team:Yamazaki, Mary, Billy :kof98n:00010000:10A84B:00000009:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof98n:00010000:10A84B:0000000A:FFFFFFFF:Masters Team:Heidern, Takuma, Saisyu :kof98n:00010000:10A84B:0000000B:FFFFFFFF:USA Sports Team:Heavy D!, Lucky, Brian :kof98n:00010000:10A84B:0000000C:FFFFFFFF:Shingo (solo) :kof98n:00010000:10A84B:0000000D:FFFFFFFF:Rugal (solo) :kof98n:00010000:10A84B:0000000E:FFFFFFFF:Custom Team :kof98n:00010000:10A84B:0000000F:FFFFFFFF:KOF All-Star Team:Kyo, Iori, Shingo :kof98n:00010000:10A84B:00000010:FFFFFFFF:Rugal Team:Mature, Vice, Rugal :kof98n:00010000:10A84B:00000011:FFFFFFFF:Sacred Force Team:Kyo, Iori, Chizuru :kof98n:00010000:10A84B:00000012:FFFFFFFF:SNK Superstar Team:Kyo, Terry, Ryo :kof98n:00010000:10A84B:00000013:FFFFFFFF:Sidekicks Team:Andy, Benimaru, Robert :kof98n:00010000:10A84B:00000014:FFFFFFFF:Headbands Team:Daimon, Joe, Yuri :kof98n:00010000:10A84B:00000015:FFFFFFFF:Teen Team:Chris, Kensou, Shingo :kof98n:00010000:10A84B:00000016:FFFFFFFF:Orochi Gals Team:Shermie, Mature, Vice :kof98n:00010000:10A84B:00000017:FFFFFFFF:Orochi Guys Team:Yashiro, Yamazaki, Chris :kof98n:00010000:10A84B:00000018:FFFFFFFF:Sakazaki Team:Ryo, Yuri, Takuma :kof98n:00010000:10A84B:00000019:FFFFFFFF:Fathers Team:Kim, Takuma, Saisyu :kof98n:00010000:10A84B:0000001A:FFFFFFFF:Button Masher Team:Billy, Chang, Joe :kof98n:00010000:10A84B:0000001B:FFFFFFFF:Orochi Nagi Team:Kyo, Saisyu, Chris :kof98n:00010000:10A84B:0000001C:FFFFFFFF:Kusanagi Team:Kyo, Saisyu, Shingo :kof98n:00010000:10A84B:0000001D:FFFFFFFF:Handsome Team:Chin, Chang, Choi :kof98n:00010000:10A84B:0000001E:FFFFFFFF:Kansai Team:Choi, Kensou, Robert :kof98n:00010000:10A84B:0000001F:FFFFFFFF:Damage Team:Brian, Chang, Ralf :kof98n:00010000:10A84B:00000020:FFFFFFFF:Birthday Team:King, Mature, Shingo :kof98n:00010000:10A84B:00000021:FFFFFFFF:Baseball Team:Lucky, Mary, Ralf :kof98n:00010000:10A84B:00000022:FFFFFFFF:Cap Team:Terry, Lucky, Clark :kof98n:00010000:10A84B:00000023:FFFFFFFF:New Female Team:Athena, Mai, Yuri :kof98n:00010000:10A84B:00000024:FFFFFFFF:Shingo Team:Shingo, Benimaru, Daimon :kof98n:00010000:10A84B:00000025:FFFFFFFF:New Ikari Team:Heidern, Leona, Ralf :kof98n:00010000:10A84B:00000026:FFFFFFFF:'94 Gals Fighters Team:Yuri, Mai, King ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof98n:00000100:10A84D:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof98n:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof98n:00010000:10A84E:00000000:FFFFFFFF:Kyo Kusanagi :kof98n:00010000:10A84E:00000001:FFFFFFFF:Benimaru Nikaido :kof98n:00010000:10A84E:00000002:FFFFFFFF:Goro Daimon :kof98n:00010000:10A84E:00000003:FFFFFFFF:Terry Bogard :kof98n:00010000:10A84E:00000004:FFFFFFFF:Andy Bogard :kof98n:00010000:10A84E:00000005:FFFFFFFF:Joe Higashi :kof98n:00010000:10A84E:00000006:FFFFFFFF:Ryo Sakazaki :kof98n:00010000:10A84E:00000007:FFFFFFFF:Robert Garcia :kof98n:00010000:10A84E:00000008:FFFFFFFF:Yuri Sakazaki :kof98n:00010000:10A84E:00000009:FFFFFFFF:Leona :kof98n:00010000:10A84E:0000000A:FFFFFFFF:Ralf Jones :kof98n:00010000:10A84E:0000000B:FFFFFFFF:Clark Steel :kof98n:00010000:10A84E:0000000C:FFFFFFFF:Athena Asamiya :kof98n:00010000:10A84E:0000000D:FFFFFFFF:Sie Kensou :kof98n:00010000:10A84E:0000000E:FFFFFFFF:Chin Gentsai :kof98n:00010000:10A84E:0000000F:FFFFFFFF:Chizuru Kagura :kof98n:00010000:10A84E:00000010:FFFFFFFF:Mai Shiranui :kof98n:00010000:10A84E:00000011:FFFFFFFF:King :kof98n:00010000:10A84E:00000012:FFFFFFFF:Kim Kaphwan :kof98n:00010000:10A84E:00000013:FFFFFFFF:Chang Koehan :kof98n:00010000:10A84E:00000014:FFFFFFFF:Choi Bounge :kof98n:00010000:10A84E:00000015:FFFFFFFF:Yashiro Nanakase :kof98n:00010000:10A84E:00000016:FFFFFFFF:Shermie :kof98n:00010000:10A84E:00000017:FFFFFFFF:Chris :kof98n:00010000:10A84E:00000018:FFFFFFFF:Ryuji Yamazaki :kof98n:00010000:10A84E:00000019:FFFFFFFF:Blue Mary :kof98n:00010000:10A84E:0000001A:FFFFFFFF:Billy Kane :kof98n:00010000:10A84E:0000001B:FFFFFFFF:Iori Yagami :kof98n:00010000:10A84E:0000001C:FFFFFFFF:Mature :kof98n:00010000:10A84E:0000001D:FFFFFFFF:Vice :kof98n:00010000:10A84E:0000001E:FFFFFFFF:Heidern :kof98n:00010000:10A84E:0000001F:FFFFFFFF:Takuma Sakazaki :kof98n:00010000:10A84E:00000020:FFFFFFFF:Saisyu Kusanagi :kof98n:00010000:10A84E:00000021:FFFFFFFF:Heavy D! :kof98n:00010000:10A84E:00000022:FFFFFFFF:Lucky Glauber :kof98n:00010000:10A84E:00000023:FFFFFFFF:Brian Battler :kof98n:00010000:10A84E:00000024:FFFFFFFF:Rugal Bernstein :kof98n:00010000:10A84E:00000025:FFFFFFFF:Shingo Yabuki :kof98n:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof98n:00010000:10A84F:00000000:FFFFFFFF:Kyo Kusanagi :kof98n:00010000:10A84F:00000001:FFFFFFFF:Benimaru Nikaido :kof98n:00010000:10A84F:00000002:FFFFFFFF:Goro Daimon :kof98n:00010000:10A84F:00000003:FFFFFFFF:Terry Bogard :kof98n:00010000:10A84F:00000004:FFFFFFFF:Andy Bogard :kof98n:00010000:10A84F:00000005:FFFFFFFF:Joe Higashi :kof98n:00010000:10A84F:00000006:FFFFFFFF:Ryo Sakazaki :kof98n:00010000:10A84F:00000007:FFFFFFFF:Robert Garcia :kof98n:00010000:10A84F:00000008:FFFFFFFF:Yuri Sakazaki :kof98n:00010000:10A84F:00000009:FFFFFFFF:Leona :kof98n:00010000:10A84F:0000000A:FFFFFFFF:Ralf Jones :kof98n:00010000:10A84F:0000000B:FFFFFFFF:Clark Steel :kof98n:00010000:10A84F:0000000C:FFFFFFFF:Athena Asamiya :kof98n:00010000:10A84F:0000000D:FFFFFFFF:Sie Kensou :kof98n:00010000:10A84F:0000000E:FFFFFFFF:Chin Gentsai :kof98n:00010000:10A84F:0000000F:FFFFFFFF:Chizuru Kagura :kof98n:00010000:10A84F:00000010:FFFFFFFF:Mai Shiranui :kof98n:00010000:10A84F:00000011:FFFFFFFF:King :kof98n:00010000:10A84F:00000012:FFFFFFFF:Kim Kaphwan :kof98n:00010000:10A84F:00000013:FFFFFFFF:Chang Koehan :kof98n:00010000:10A84F:00000014:FFFFFFFF:Choi Bounge :kof98n:00010000:10A84F:00000015:FFFFFFFF:Yashiro Nanakase :kof98n:00010000:10A84F:00000016:FFFFFFFF:Shermie :kof98n:00010000:10A84F:00000017:FFFFFFFF:Chris :kof98n:00010000:10A84F:00000018:FFFFFFFF:Ryuji Yamazaki :kof98n:00010000:10A84F:00000019:FFFFFFFF:Blue Mary :kof98n:00010000:10A84F:0000001A:FFFFFFFF:Billy Kane :kof98n:00010000:10A84F:0000001B:FFFFFFFF:Iori Yagami :kof98n:00010000:10A84F:0000001C:FFFFFFFF:Mature :kof98n:00010000:10A84F:0000001D:FFFFFFFF:Vice :kof98n:00010000:10A84F:0000001E:FFFFFFFF:Heidern :kof98n:00010000:10A84F:0000001F:FFFFFFFF:Takuma Sakazaki :kof98n:00010000:10A84F:00000020:FFFFFFFF:Saisyu Kusanagi :kof98n:00010000:10A84F:00000021:FFFFFFFF:Heavy D! :kof98n:00010000:10A84F:00000022:FFFFFFFF:Lucky Glauber :kof98n:00010000:10A84F:00000023:FFFFFFFF:Brian Battler :kof98n:00010000:10A84F:00000024:FFFFFFFF:Rugal Bernstein :kof98n:00010000:10A84F:00000025:FFFFFFFF:Shingo Yabuki :kof98n:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof98n:00010000:10A850:00000000:FFFFFFFF:Kyo Kusanagi :kof98n:00010000:10A850:00000001:FFFFFFFF:Benimaru Nikaido :kof98n:00010000:10A850:00000002:FFFFFFFF:Goro Daimon :kof98n:00010000:10A850:00000003:FFFFFFFF:Terry Bogard :kof98n:00010000:10A850:00000004:FFFFFFFF:Andy Bogard :kof98n:00010000:10A850:00000005:FFFFFFFF:Joe Higashi :kof98n:00010000:10A850:00000006:FFFFFFFF:Ryo Sakazaki :kof98n:00010000:10A850:00000007:FFFFFFFF:Robert Garcia :kof98n:00010000:10A850:00000008:FFFFFFFF:Yuri Sakazaki :kof98n:00010000:10A850:00000009:FFFFFFFF:Leona :kof98n:00010000:10A850:0000000A:FFFFFFFF:Ralf Jones :kof98n:00010000:10A850:0000000B:FFFFFFFF:Clark Steel :kof98n:00010000:10A850:0000000C:FFFFFFFF:Athena Asamiya :kof98n:00010000:10A850:0000000D:FFFFFFFF:Sie Kensou :kof98n:00010000:10A850:0000000E:FFFFFFFF:Chin Gentsai :kof98n:00010000:10A850:0000000F:FFFFFFFF:Chizuru Kagura :kof98n:00010000:10A850:00000010:FFFFFFFF:Mai Shiranui :kof98n:00010000:10A850:00000011:FFFFFFFF:King :kof98n:00010000:10A850:00000012:FFFFFFFF:Kim Kaphwan :kof98n:00010000:10A850:00000013:FFFFFFFF:Chang Koehan :kof98n:00010000:10A850:00000014:FFFFFFFF:Choi Bounge :kof98n:00010000:10A850:00000015:FFFFFFFF:Yashiro Nanakase :kof98n:00010000:10A850:00000016:FFFFFFFF:Shermie :kof98n:00010000:10A850:00000017:FFFFFFFF:Chris :kof98n:00010000:10A850:00000018:FFFFFFFF:Ryuji Yamazaki :kof98n:00010000:10A850:00000019:FFFFFFFF:Blue Mary :kof98n:00010000:10A850:0000001A:FFFFFFFF:Billy Kane :kof98n:00010000:10A850:0000001B:FFFFFFFF:Iori Yagami :kof98n:00010000:10A850:0000001C:FFFFFFFF:Mature :kof98n:00010000:10A850:0000001D:FFFFFFFF:Vice :kof98n:00010000:10A850:0000001E:FFFFFFFF:Heidern :kof98n:00010000:10A850:0000001F:FFFFFFFF:Takuma Sakazaki :kof98n:00010000:10A850:00000020:FFFFFFFF:Saisyu Kusanagi :kof98n:00010000:10A850:00000021:FFFFFFFF:Heavy D! :kof98n:00010000:10A850:00000022:FFFFFFFF:Lucky Glauber :kof98n:00010000:10A850:00000023:FFFFFFFF:Brian Battler :kof98n:00010000:10A850:00000024:FFFFFFFF:Rugal Bernstein :kof98n:00010000:10A850:00000025:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Terry, Andy, Joe, Ryo, Robert, Yuri, Mai, Yashiro, Shermie, ;Chris, Billy, and Rugal :kof98n:00000000:10A85A:00000001:00000001:Use Alternate Version Character PL1 (A):This refers to the first character selected :kof98n:00000000:10A85A:00000002:00000002:Use Alternate Version Character PL1 (B):This refers to the second character selected :kof98n:00000000:10A85A:00000004:00000004:Use Alternate Version Character PL1 (C):This refers to the third character selected :kof98n:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof98n:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof98n:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof98n:00010000:10A84A:00000003:FFFFFFFF:Second and third characters selected at random :kof98n:00010000:10A84A:00000004:FFFFFFFF:Third character selected at random :kof98n:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof98n:00010000:10A851:00000000:FFFFFFFF:A colour :kof98n:00010000:10A851:00000001:FFFFFFFF:B colour :kof98n:00010000:10A851:00000002:FFFFFFFF:C colour :kof98n:00010000:10A851:00000003:FFFFFFFF:D colour :kof98n:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof98n:00010000:10A852:00000000:FFFFFFFF:A colour :kof98n:00010000:10A852:00000001:FFFFFFFF:B colour :kof98n:00010000:10A852:00000002:FFFFFFFF:C colour :kof98n:00010000:10A852:00000003:FFFFFFFF:D colour :kof98n:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof98n:00010000:10A853:00000000:FFFFFFFF:A colour :kof98n:00010000:10A853:00000001:FFFFFFFF:B colour :kof98n:00010000:10A853:00000002:FFFFFFFF:C colour :kof98n:00010000:10A853:00000003:FFFFFFFF:D colour :kof98n:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof98n:00010000:10A854:00000000:FFFFFFFF:Character A:First character selected :kof98n:00010000:10A854:00000001:FFFFFFFF:Character B:Second character selected :kof98n:00010000:10A854:00000002:FFFFFFFF:Character C:Third character selected :kof98n:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof98n:00010000:10A855:00000000:FFFFFFFF:Character A:First character selected :kof98n:00010000:10A855:00000001:FFFFFFFF:Character B:Second character selected :kof98n:00010000:10A855:00000002:FFFFFFFF:Character C:Third character selected :kof98n:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof98n:00010000:10A856:00000000:FFFFFFFF:Character A:First character selected :kof98n:00010000:10A856:00000001:FFFFFFFF:Character B:Second character selected :kof98n:00010000:10A856:00000002:FFFFFFFF:Character C:Third character selected kof98n:0:108439:67:000:Infinite Energy PL2 kof98n:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kof98n:0:1084E3:04:000:Infinite Power PL2 kof98n:0:1083EA:40:500:Infinite Power PL2 (2/4) kof98n:0:108454:0D:500:Infinite Power PL2 (3/4) kof98n:0:10841F:09:500:Infinite Power PL2 (4/4) kof98n:0:000000:00:999:[ These cheats are for "Extra" mode. ] kof98n:0:1083E8:A0:000:Infinite Power PL2 kof98n:0:1083EA:40:500:Infinite Power PL2 (2/4) kof98n:0:10841F:08:500:Infinite Power PL2 (3/4) kof98n:0:10844D:04:500:Infinite Power PL2 (4/4) :kof98n:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kof98n:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof98n:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kof98n:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof98n:62000000:000000:00000000:00000000:Select Mode PL2 :kof98n:00010000:10A85D:00000000:FFFFFFFF:Advanced Mode :kof98n:00010000:10A85D:00000001:FFFFFFFF:Extra Mode :kof98n:62000000:000000:00000000:00000000:Select Team PL2 :kof98n:00010000:10A85C:00000000:FFFFFFFF:Japan Team:Kyo, Benimaru, Daimon :kof98n:00010000:10A85C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe :kof98n:00010000:10A85C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri :kof98n:00010000:10A85C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark :kof98n:00010000:10A85C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin :kof98n:00010000:10A85C:00000005:FFFFFFFF:Gals Fighters Team:Chizuru, Mai, King :kof98n:00010000:10A85C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi :kof98n:00010000:10A85C:00000007:FFFFFFFF:New Face Team:Yashiro, Shermie, Chris :kof98n:00010000:10A85C:00000008:FFFFFFFF:Special Team:Yamazaki, Mary, Billy :kof98n:00010000:10A85C:00000009:FFFFFFFF:Iori Team:Iori, Mature, Vice :kof98n:00010000:10A85C:0000000A:FFFFFFFF:Masters Team:Heidern, Takuma, Saisyu :kof98n:00010000:10A85C:0000000B:FFFFFFFF:USA Sports Team:Heavy D!, Lucky, Brian :kof98n:00010000:10A85C:0000000C:FFFFFFFF:Shingo (solo) :kof98n:00010000:10A85C:0000000D:FFFFFFFF:Rugal (solo) :kof98n:00010000:10A85C:0000000E:FFFFFFFF:Custom Team :kof98n:00010000:10A85C:0000000F:FFFFFFFF:KOF All-Star Team:Kyo, Iori, Shingo :kof98n:00010000:10A85C:00000010:FFFFFFFF:Rugal Team:Mature, Vice, Rugal :kof98n:00010000:10A85C:00000011:FFFFFFFF:Sacred Force Team:Kyo, Iori, Chizuru :kof98n:00010000:10A85C:00000012:FFFFFFFF:SNK Superstar Team:Kyo, Terry, Ryo :kof98n:00010000:10A85C:00000013:FFFFFFFF:Sidekicks Team:Andy, Benimaru, Robert :kof98n:00010000:10A85C:00000014:FFFFFFFF:Headbands Team:Daimon, Joe, Yuri :kof98n:00010000:10A85C:00000015:FFFFFFFF:Teen Team:Chris, Kensou, Shingo :kof98n:00010000:10A85C:00000016:FFFFFFFF:Orochi Gals Team:Shermie, Mature, Vice :kof98n:00010000:10A85C:00000017:FFFFFFFF:Orochi Guys Team:Yashiro, Yamazaki, Chris :kof98n:00010000:10A85C:00000018:FFFFFFFF:Sakazaki Team:Ryo, Yuri, Takuma :kof98n:00010000:10A85C:00000019:FFFFFFFF:Fathers Team:Kim, Takuma, Saisyu :kof98n:00010000:10A85C:0000001A:FFFFFFFF:Button Masher Team:Billy, Chang, Joe :kof98n:00010000:10A85C:0000001B:FFFFFFFF:Orochi Nagi Team:Kyo, Saisyu, Chris :kof98n:00010000:10A85C:0000001C:FFFFFFFF:Kusanagi Team:Kyo, Saisyu, Shingo :kof98n:00010000:10A85C:0000001D:FFFFFFFF:Handsome Team:Chin, Chang, Choi :kof98n:00010000:10A85C:0000001E:FFFFFFFF:Kansai Team:Choi, Kensou, Robert :kof98n:00010000:10A85C:0000001F:FFFFFFFF:Damage Team:Brian, Chang, Ralf :kof98n:00010000:10A85C:00000020:FFFFFFFF:Birthday Team:King, Mature, Shingo :kof98n:00010000:10A85C:00000021:FFFFFFFF:Baseball Team:Lucky, Mary, Ralf :kof98n:00010000:10A85C:00000022:FFFFFFFF:Cap Team:Terry, Lucky, Clark :kof98n:00010000:10A85C:00000023:FFFFFFFF:New Female Team:Athena, Mai, Yuri :kof98n:00010000:10A85C:00000024:FFFFFFFF:Shingo Team:Shingo, Benimaru, Daimon :kof98n:00010000:10A85C:00000025:FFFFFFFF:New Ikari Team:Heidern, Leona, Ralf :kof98n:00010000:10A85C:00000026:FFFFFFFF:'94 Gals Fighters Team:Yuri, Mai, King ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof98n:00000100:10A85E:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof98n:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof98n:00010000:10A85F:00000000:FFFFFFFF:Kyo Kusanagi :kof98n:00010000:10A85F:00000001:FFFFFFFF:Benimaru Nikaido :kof98n:00010000:10A85F:00000002:FFFFFFFF:Goro Daimon :kof98n:00010000:10A85F:00000003:FFFFFFFF:Terry Bogard :kof98n:00010000:10A85F:00000004:FFFFFFFF:Andy Bogard :kof98n:00010000:10A85F:00000005:FFFFFFFF:Joe Higashi :kof98n:00010000:10A85F:00000006:FFFFFFFF:Ryo Sakazaki :kof98n:00010000:10A85F:00000007:FFFFFFFF:Robert Garcia :kof98n:00010000:10A85F:00000008:FFFFFFFF:Yuri Sakazaki :kof98n:00010000:10A85F:00000009:FFFFFFFF:Leona :kof98n:00010000:10A85F:0000000A:FFFFFFFF:Ralf Jones :kof98n:00010000:10A85F:0000000B:FFFFFFFF:Clark Steel :kof98n:00010000:10A85F:0000000C:FFFFFFFF:Athena Asamiya :kof98n:00010000:10A85F:0000000D:FFFFFFFF:Sie Kensou :kof98n:00010000:10A85F:0000000E:FFFFFFFF:Chin Gentsai :kof98n:00010000:10A85F:0000000F:FFFFFFFF:Chizuru Kagura :kof98n:00010000:10A85F:00000010:FFFFFFFF:Mai Shiranui :kof98n:00010000:10A85F:00000011:FFFFFFFF:King :kof98n:00010000:10A85F:00000012:FFFFFFFF:Kim Kaphwan :kof98n:00010000:10A85F:00000013:FFFFFFFF:Chang Koehan :kof98n:00010000:10A85F:00000014:FFFFFFFF:Choi Bounge :kof98n:00010000:10A85F:00000015:FFFFFFFF:Yashiro Nanakase :kof98n:00010000:10A85F:00000016:FFFFFFFF:Shermie :kof98n:00010000:10A85F:00000017:FFFFFFFF:Chris :kof98n:00010000:10A85F:00000018:FFFFFFFF:Ryuji Yamazaki :kof98n:00010000:10A85F:00000019:FFFFFFFF:Blue Mary :kof98n:00010000:10A85F:0000001A:FFFFFFFF:Billy Kane :kof98n:00010000:10A85F:0000001B:FFFFFFFF:Iori Yagami :kof98n:00010000:10A85F:0000001C:FFFFFFFF:Mature :kof98n:00010000:10A85F:0000001D:FFFFFFFF:Vice :kof98n:00010000:10A85F:0000001E:FFFFFFFF:Heidern :kof98n:00010000:10A85F:0000001F:FFFFFFFF:Takuma Sakazaki :kof98n:00010000:10A85F:00000020:FFFFFFFF:Saisyu Kusanagi :kof98n:00010000:10A85F:00000021:FFFFFFFF:Heavy D! :kof98n:00010000:10A85F:00000022:FFFFFFFF:Lucky Glauber :kof98n:00010000:10A85F:00000023:FFFFFFFF:Brian Battler :kof98n:00010000:10A85F:00000024:FFFFFFFF:Rugal Bernstein :kof98n:00010000:10A85F:00000025:FFFFFFFF:Shingo Yabuki :kof98n:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof98n:00010000:10A860:00000000:FFFFFFFF:Kyo Kusanagi :kof98n:00010000:10A860:00000001:FFFFFFFF:Benimaru Nikaido :kof98n:00010000:10A860:00000002:FFFFFFFF:Goro Daimon :kof98n:00010000:10A860:00000003:FFFFFFFF:Terry Bogard :kof98n:00010000:10A860:00000004:FFFFFFFF:Andy Bogard :kof98n:00010000:10A860:00000005:FFFFFFFF:Joe Higashi :kof98n:00010000:10A860:00000006:FFFFFFFF:Ryo Sakazaki :kof98n:00010000:10A860:00000007:FFFFFFFF:Robert Garcia :kof98n:00010000:10A860:00000008:FFFFFFFF:Yuri Sakazaki :kof98n:00010000:10A860:00000009:FFFFFFFF:Leona :kof98n:00010000:10A860:0000000A:FFFFFFFF:Ralf Jones :kof98n:00010000:10A860:0000000B:FFFFFFFF:Clark Steel :kof98n:00010000:10A860:0000000C:FFFFFFFF:Athena Asamiya :kof98n:00010000:10A860:0000000D:FFFFFFFF:Sie Kensou :kof98n:00010000:10A860:0000000E:FFFFFFFF:Chin Gentsai :kof98n:00010000:10A860:0000000F:FFFFFFFF:Chizuru Kagura :kof98n:00010000:10A860:00000010:FFFFFFFF:Mai Shiranui :kof98n:00010000:10A860:00000011:FFFFFFFF:King :kof98n:00010000:10A860:00000012:FFFFFFFF:Kim Kaphwan :kof98n:00010000:10A860:00000013:FFFFFFFF:Chang Koehan :kof98n:00010000:10A860:00000014:FFFFFFFF:Choi Bounge :kof98n:00010000:10A860:00000015:FFFFFFFF:Yashiro Nanakase :kof98n:00010000:10A860:00000016:FFFFFFFF:Shermie :kof98n:00010000:10A860:00000017:FFFFFFFF:Chris :kof98n:00010000:10A860:00000018:FFFFFFFF:Ryuji Yamazaki :kof98n:00010000:10A860:00000019:FFFFFFFF:Blue Mary :kof98n:00010000:10A860:0000001A:FFFFFFFF:Billy Kane :kof98n:00010000:10A860:0000001B:FFFFFFFF:Iori Yagami :kof98n:00010000:10A860:0000001C:FFFFFFFF:Mature :kof98n:00010000:10A860:0000001D:FFFFFFFF:Vice :kof98n:00010000:10A860:0000001E:FFFFFFFF:Heidern :kof98n:00010000:10A860:0000001F:FFFFFFFF:Takuma Sakazaki :kof98n:00010000:10A860:00000020:FFFFFFFF:Saisyu Kusanagi :kof98n:00010000:10A860:00000021:FFFFFFFF:Heavy D! :kof98n:00010000:10A860:00000022:FFFFFFFF:Lucky Glauber :kof98n:00010000:10A860:00000023:FFFFFFFF:Brian Battler :kof98n:00010000:10A860:00000024:FFFFFFFF:Rugal Bernstein :kof98n:00010000:10A860:00000025:FFFFFFFF:Shingo Yabuki :kof98n:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof98n:00010000:10A861:00000000:FFFFFFFF:Kyo Kusanagi :kof98n:00010000:10A861:00000001:FFFFFFFF:Benimaru Nikaido :kof98n:00010000:10A861:00000002:FFFFFFFF:Goro Daimon :kof98n:00010000:10A861:00000003:FFFFFFFF:Terry Bogard :kof98n:00010000:10A861:00000004:FFFFFFFF:Andy Bogard :kof98n:00010000:10A861:00000005:FFFFFFFF:Joe Higashi :kof98n:00010000:10A861:00000006:FFFFFFFF:Ryo Sakazaki :kof98n:00010000:10A861:00000007:FFFFFFFF:Robert Garcia :kof98n:00010000:10A861:00000008:FFFFFFFF:Yuri Sakazaki :kof98n:00010000:10A861:00000009:FFFFFFFF:Leona :kof98n:00010000:10A861:0000000A:FFFFFFFF:Ralf Jones :kof98n:00010000:10A861:0000000B:FFFFFFFF:Clark Steel :kof98n:00010000:10A861:0000000C:FFFFFFFF:Athena Asamiya :kof98n:00010000:10A861:0000000D:FFFFFFFF:Sie Kensou :kof98n:00010000:10A861:0000000E:FFFFFFFF:Chin Gentsai :kof98n:00010000:10A861:0000000F:FFFFFFFF:Chizuru Kagura :kof98n:00010000:10A861:00000010:FFFFFFFF:Mai Shiranui :kof98n:00010000:10A861:00000011:FFFFFFFF:King :kof98n:00010000:10A861:00000012:FFFFFFFF:Kim Kaphwan :kof98n:00010000:10A861:00000013:FFFFFFFF:Chang Koehan :kof98n:00010000:10A861:00000014:FFFFFFFF:Choi Bounge :kof98n:00010000:10A861:00000015:FFFFFFFF:Yashiro Nanakase :kof98n:00010000:10A861:00000016:FFFFFFFF:Shermie :kof98n:00010000:10A861:00000017:FFFFFFFF:Chris :kof98n:00010000:10A861:00000018:FFFFFFFF:Ryuji Yamazaki :kof98n:00010000:10A861:00000019:FFFFFFFF:Blue Mary :kof98n:00010000:10A861:0000001A:FFFFFFFF:Billy Kane :kof98n:00010000:10A861:0000001B:FFFFFFFF:Iori Yagami :kof98n:00010000:10A861:0000001C:FFFFFFFF:Mature :kof98n:00010000:10A861:0000001D:FFFFFFFF:Vice :kof98n:00010000:10A861:0000001E:FFFFFFFF:Heidern :kof98n:00010000:10A861:0000001F:FFFFFFFF:Takuma Sakazaki :kof98n:00010000:10A861:00000020:FFFFFFFF:Saisyu Kusanagi :kof98n:00010000:10A861:00000021:FFFFFFFF:Heavy D! :kof98n:00010000:10A861:00000022:FFFFFFFF:Lucky Glauber :kof98n:00010000:10A861:00000023:FFFFFFFF:Brian Battler :kof98n:00010000:10A861:00000024:FFFFFFFF:Rugal Bernstein :kof98n:00010000:10A861:00000025:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Terry, Andy, Joe, Ryo, Robert, Yuri, Mai, Yashiro, Shermie, ;Chris, Billy, and Rugal :kof98n:00000000:10A86B:00000001:00000001:Use Alternate Version Character PL2 (A):This refers to the first character selected :kof98n:00000000:10A86B:00000002:00000002:Use Alternate Version Character PL2 (B):This refers to the second character selected :kof98n:00000000:10A86B:00000004:00000004:Use Alternate Version Character PL2 (C):This refers to the third character selected :kof98n:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof98n:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof98n:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof98n:00010000:10A85B:00000003:FFFFFFFF:Second and third characters selected at random :kof98n:00010000:10A85B:00000004:FFFFFFFF:Third character selected at random :kof98n:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof98n:00010000:10A862:00000000:FFFFFFFF:A colour :kof98n:00010000:10A862:00000001:FFFFFFFF:B colour :kof98n:00010000:10A862:00000002:FFFFFFFF:C colour :kof98n:00010000:10A862:00000003:FFFFFFFF:D colour :kof98n:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof98n:00010000:10A863:00000000:FFFFFFFF:A colour :kof98n:00010000:10A863:00000001:FFFFFFFF:B colour :kof98n:00010000:10A863:00000002:FFFFFFFF:C colour :kof98n:00010000:10A863:00000003:FFFFFFFF:D colour :kof98n:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof98n:00010000:10A864:00000000:FFFFFFFF:A colour :kof98n:00010000:10A864:00000001:FFFFFFFF:B colour :kof98n:00010000:10A864:00000002:FFFFFFFF:C colour :kof98n:00010000:10A864:00000003:FFFFFFFF:D colour :kof98n:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof98n:00010000:10A865:00000000:FFFFFFFF:Character A:First character selected :kof98n:00010000:10A865:00000001:FFFFFFFF:Character B:Second character selected :kof98n:00010000:10A865:00000002:FFFFFFFF:Character C:Third character selected :kof98n:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof98n:00010000:10A866:00000000:FFFFFFFF:Character A:First character selected :kof98n:00010000:10A866:00000001:FFFFFFFF:Character B:Second character selected :kof98n:00010000:10A866:00000002:FFFFFFFF:Character C:Third character selected :kof98n:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof98n:00010000:10A867:00000000:FFFFFFFF:Character A:First character selected :kof98n:00010000:10A867:00000001:FFFFFFFF:Character B:Second character selected :kof98n:00010000:10A867:00000002:FFFFFFFF:Character C:Third character selected :kof98n:60000000:000000:00000000:00000000:[ ***** SKIP CHARGE CHEATS ***** ] ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof98n:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof98n:00000000:10E7E8:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof98n:00000000:10E7EA:0000000C:FFFFFFFF:Ground Saver :kof98n:00000000:10E7F0:0000000C:FFFFFFFF:Baltic Launcher :kof98n:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof98n:00000000:10E7EA:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof98n:00000000:10E7EC:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof98n:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof98n:00000000:10E7F0:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98n:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof98n:00000000:10E7E8:0000000C:FFFFFFFF:Hien Zan, Kuu Sajin :kof98n:00000000:10E7EE:0000000C:FFFFFFFF:Ryuusei Raku :kof98n:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof98n:00000000:10E7E8:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof98n:00000000:10E7EC:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof98n:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof98n:00000000:10E7E8:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof98n:00000000:10E7EC:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof98n:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof98n:00000000:10E7F6:0000000C:FFFFFFFF:Straight Slicer :kof98n:60000000:000000:00000000:00000000:[Use for Heidern PL1] :kof98n:00000000:10E7E8:0000000C:FFFFFFFF:Cross Cutter :kof98n:00000000:10E7EA:0000000C:FFFFFFFF:Moon Slasher, Neck Rolling :kof98n:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof98n:00000000:10E7EC:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof98n:60000000:000000:00000000:00000000:[Use for EX Terry PL1] :kof98n:00000000:10E7EC:0000000C:FFFFFFFF:Rising Tackle :kof98n:60000000:000000:00000000:00000000:[Use for EX Mai PL1] :kof98n:00000000:10E7F0:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98n:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof98n:00000000:10E9F4:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kof98n:00000000:10E9F6:0000000C:FFFFFFFF:Ground Saver :kof98n:00000000:10E9FC:0000000C:FFFFFFFF:Baltic Launcher :kof98n:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof98n:00000000:10E9F6:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kof98n:00000000:10E9F8:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof98n:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof98n:00000000:10E9FC:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98n:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof98n:00000000:10E9F4:0000000C:FFFFFFFF:Hien Zan, Kuu Sajin :kof98n:00000000:10E9FA:0000000C:FFFFFFFF:Ryuusei Raku :kof98n:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof98n:00000000:10E9F4:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof98n:00000000:10E9F8:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kof98n:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof98n:00000000:10E9F4:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof98n:00000000:10E9F8:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kof98n:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof98n:00000000:10EA02:0000000C:FFFFFFFF:Straight Slicer :kof98n:60000000:000000:00000000:00000000:[Use for Heidern PL2] :kof98n:00000000:10E9F4:0000000C:FFFFFFFF:Cross Cutter :kof98n:00000000:10E9F6:0000000C:FFFFFFFF:Moon Slasher, Neck Rolling :kof98n:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof98n:00000000:10E9F8:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof98n:60000000:000000:00000000:00000000:[Use for EX Terry PL2] :kof98n:00000000:10E9F8:0000000C:FFFFFFFF:Rising Tackle :kof98n:60000000:000000:00000000:00000000:[Use for EX Mai PL2] :kof98n:00000000:10E9FC:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof98n:60000000:000000:00000000:00000000:[ ***** MOVE LIST SUPPLEMENT ***** ] :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Kyo PL1 ] :kof98n:00000000:1081CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay :kof98n:00000000:1081CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Kyo PL2 ] :kof98n:00000000:1083CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay PL2 :kof98n:00000000:1083CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack PL2 :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR '95-Kyo PL1 ] :kof98n:00000000:1081CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay :kof98n:00000000:1081CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR '95-Kyo PL2 ] :kof98n:00000000:1083CB:0000005A:000000FF:Ura 108 Shiki - Orochi Nagi - Infinite Delay PL2 :kof98n:00000000:1083CB:00000000:000000FF:Ura 108 Shiki - Orochi Nagi - Cannot Delay Attack PL2 :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Yamazaki PL1 ] :kof98n:62000000:000000:00000000:00000000:Drill (DM) - Select Outcome :kof98n:00010000:1081D5:00000004:000000FF:Punch Ranbu:0 - 4 :kof98n:00010000:1081D5:00000008:000000FF:Kick Ranbu:5 - 8 :kof98n:00010000:1081D5:0000000C:000000FF:Rapid Pachiki:9 - 12 :kof98n:00010000:1081D5:0000000D:000000FF:Repeated Hebi Tsukai:13+ :kof98n:62000000:000000:00000000:00000000:Drill (SDM) - Select Outcome :kof98n:00010000:1081D5:00000004:000000FF:Rapid Aikuchi:0 - 4 :kof98n:00010000:1081D5:00000008:000000FF:Rapid Stomps:5 - 8 :kof98n:00010000:1081D5:0000000C:000000FF:Rapid Shime Age:9 - 12 :kof98n:00010000:1081D5:0000000D:000000FF:Chou Repeated Hebi Tsukai:13+ :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Yamazaki PL2 ] :kof98n:62000000:000000:00000000:00000000:Drill (DM) - Select Outcome :kof98n:00010000:1083D5:00000004:000000FF:Punch Ranbu:0 - 4 :kof98n:00010000:1083D5:00000008:000000FF:Kick Ranbu:5 - 8 :kof98n:00010000:1083D5:0000000C:000000FF:Rapid Pachiki:9 - 12 :kof98n:00010000:1083D5:0000000D:000000FF:Repeated Hebi Tsukai:13+ :kof98n:62000000:000000:00000000:00000000:Drill (SDM) - Select Outcome :kof98n:00010000:1083D5:00000004:000000FF:Rapid Aikuchi:0 - 4 :kof98n:00010000:1083D5:00000008:000000FF:Rapid Stomps:5 - 8 :kof98n:00010000:1083D5:0000000C:000000FF:Rapid Shime Age:9 - 12 :kof98n:00010000:1083D5:0000000D:000000FF:Chou Repeated Hebi Tsukai:13+ :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Heavy D! PL1] :kof98n:00000000:1081E6:00000002:00000002:Shadow - Always have Shadow :kof98n:60000000:000000:00000000:00000000:[ MOVE LIST SUPPLEMENT FOR Heavy D! PL2] :kof98n:00000000:1083E6:00000002:00000002:Shadow - Always have Shadow :kof98n:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof98n:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof98n:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '99 - Millennium Battle, The (set 1) ] kof99:0:10A7E6:60:000:Infinite Time kof99:0:10A7E6:00:001:Finish this Round Now! kof99:0:10EB49:20:020:Enable Kyo kof99:0:10EB49:10:020:Enable Iori kof99:0:000000:00:999:[ Enable refers to being able to select on ] kof99:0:000000:00:999:[ character select screen, unlock refers to ] kof99:0:000000:00:999:[ being able to perform the enable code. ] kof99:0:D003FC:0F:113:Unlock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. Displays on title screen. Afterwards, use the following; Hold "Start" over [?] and press "Left,Right,Up,Left,Down,Right" to enable Kyo. Hold "Start" over [?] and press "Right,Left,Up,Right,Down,Left" to enable Iori. kof99:0:D003FC:00:113:Lock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. :kof99:00100000:10EC78:00009999:0000FFFF:Always have 9999 Battle Points (Last Round) :kof99:00100000:10DAA2:00009999:0000FFFF:Always have 9999 Battle Points (Current) :kof99:00000300:10A7B6:00000005:FFFFFFFF:Select Current Round :kof99:62000000:000000:00000000:00000000:Select Backdrop :kof99:00010000:10A7AE:00000000:FFFFFFFF:Park :kof99:00010000:10A7AE:00000001:FFFFFFFF:Alley :kof99:00010000:10A7AE:00000002:FFFFFFFF:Airport :kof99:00010000:10A7AE:00000003:FFFFFFFF:Museum :kof99:00010000:10A7AE:00000004:FFFFFFFF:Sewage System :kof99:00010000:10A7AE:00000005:FFFFFFFF:Temple :kof99:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof99:00010000:10ECBD:00000000:FFFFFFFF:KD-0079:Hero Team :kof99:00010000:10ECBD:00000001:FFFFFFFF:176th Street:Fatal Fury Team :kof99:00010000:10ECBD:00000002:FFFFFFFF:Ryu-Ko:Art of Fighting Team :kof99:00010000:10ECBD:00000003:FFFFFFFF:W. W. III:Ikari Team :kof99:00010000:10ECBD:00000004:FFFFFFFF:Psyco Sonic Trip:Psycho Soldier Team :kof99:00010000:10ECBD:00000005:FFFFFFFF:Sha-La-La:Gals Fighters Team :kof99:00010000:10ECBD:00000006:FFFFFFFF:The Way to Rebirth:Korea Team :kof99:00010000:10ECBD:00000007:FFFFFFFF:Mechanical Bless:Krizalid :kof99:00010000:10ECBD:00000008:FFFFFFFF:Dear Falling Angel:Krizalid (second form) :kof99:00010000:10ECBD:00000009:FFFFFFFF:Tears:Kyo :kof99:00010000:10ECBD:0000000A:FFFFFFFF:Sadistic Eyes:Iori :kof99:00010000:10ECBD:0000000B:FFFFFFFF:Esaka? (Acid Mix):Kyo-1/Kyo-2 ; Activate any N of the first seven to go to stage N. ; Activate any five of the first seven to go to Krizalid. ; Activate any five of the first seven and the last one to go to Krizalid (second form). :kof99:00000001:10A799:00000001:00000001:Beaten Hero Team :kof99:00000001:10A799:00000002:00000002:Beaten Fatal Fury Team :kof99:00000001:10A799:00000004:00000004:Beaten Art of Fighting Team :kof99:00000001:10A799:00000008:00000008:Beaten Ikari Team :kof99:00000001:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof99:00000001:10A799:00000020:00000020:Beaten Gals Fighters Team :kof99:00000001:10A799:00000040:00000040:Beaten Korea Team :kof99:00000001:10A799:00000080:00000080:Beaten Krizalid kof99:0:108239:65:000:Infinite Energy PL1 kof99:0:108239:00:001:Drain all Energy Now! PL1 kof99:0:1081E8:90:000:Maximum Power PL1 kof99:0:1081E8:00:001:Drain all Power Now! PL1 kof99:0:1082E3:05:000:Infinite Strikers PL1 :kof99:00000000:10823F:00000065:FFFFFFFF:Never Get Dizzied PL1 :kof99:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof99:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof99:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof99:00000000:108247:00000065:FFFFFFFF:Never Get Guard Crushed PL1 :kof99:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof99:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof99:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 kof99:0:000000:00:999:[ Kind of weird autoguard you must push ] kof99:0:000000:00:999:[ down to defend from low attacks. ] kof99:0:108195:0A:000:Autoguard PL1 kof99:0:000000:00:999:[ These cheats may cause some glitches. ] kof99:0:10817D:0C:000:All Moves Combo PL1 :kof99:62000000:000000:00000000:00000000:Select Team PL1 :kof99:00010000:10A7F7:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99:00010000:10A7F7:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99:00010000:10A7F7:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99:00010000:10A7F7:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99:00010000:10A7F7:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99:00010000:10A7F7:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99:00010000:10A7F7:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99:00010000:10A7F7:00000007:FFFFFFFF:Krizalid (solo) :kof99:00010000:10A7F7:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99:00010000:10A7F7:00000009:FFFFFFFF:Kyo (solo) :kof99:00010000:10A7F7:0000000A:FFFFFFFF:Iori (solo) :kof99:00010000:10A7F7:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99:00010000:10A7F7:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99:00010000:10A7F7:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99:00010000:10A7F7:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99:00000100:10A7F9:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof99:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof99:00010000:10A7FA:00000000:FFFFFFFF:K' :kof99:00010000:10A7FA:00000001:FFFFFFFF:Maxima :kof99:00010000:10A7FA:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A7FA:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A7FA:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A7FA:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A7FA:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A7FA:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A7FA:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A7FA:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A7FA:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A7FA:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A7FA:0000000C:FFFFFFFF:Leona :kof99:00010000:10A7FA:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A7FA:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A7FA:0000000F:FFFFFFFF:Whip :kof99:00010000:10A7FA:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A7FA:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A7FA:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A7FA:00000013:FFFFFFFF:Bao :kof99:00010000:10A7FA:00000014:FFFFFFFF:King :kof99:00010000:10A7FA:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A7FA:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A7FA:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A7FA:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A7FA:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A7FA:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A7FA:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A7FA:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A7FA:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A7FA:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A7FA:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A7FA:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A7FA:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof99:00010000:10A7FB:00000000:FFFFFFFF:K' :kof99:00010000:10A7FB:00000001:FFFFFFFF:Maxima :kof99:00010000:10A7FB:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A7FB:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A7FB:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A7FB:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A7FB:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A7FB:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A7FB:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A7FB:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A7FB:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A7FB:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A7FB:0000000C:FFFFFFFF:Leona :kof99:00010000:10A7FB:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A7FB:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A7FB:0000000F:FFFFFFFF:Whip :kof99:00010000:10A7FB:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A7FB:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A7FB:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A7FB:00000013:FFFFFFFF:Bao :kof99:00010000:10A7FB:00000014:FFFFFFFF:King :kof99:00010000:10A7FB:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A7FB:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A7FB:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A7FB:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A7FB:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A7FB:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A7FB:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A7FB:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A7FB:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A7FB:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A7FB:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A7FB:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A7FB:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof99:00010000:10A7FC:00000000:FFFFFFFF:K' :kof99:00010000:10A7FC:00000001:FFFFFFFF:Maxima :kof99:00010000:10A7FC:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A7FC:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A7FC:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A7FC:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A7FC:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A7FC:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A7FC:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A7FC:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A7FC:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A7FC:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A7FC:0000000C:FFFFFFFF:Leona :kof99:00010000:10A7FC:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A7FC:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A7FC:0000000F:FFFFFFFF:Whip :kof99:00010000:10A7FC:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A7FC:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A7FC:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A7FC:00000013:FFFFFFFF:Bao :kof99:00010000:10A7FC:00000014:FFFFFFFF:King :kof99:00010000:10A7FC:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A7FC:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A7FC:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A7FC:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A7FC:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A7FC:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A7FC:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A7FC:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A7FC:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A7FC:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A7FC:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A7FC:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A7FC:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Character PL1 (D):This refers to the fourth character selected :kof99:00010000:10A7FD:00000000:FFFFFFFF:K' :kof99:00010000:10A7FD:00000001:FFFFFFFF:Maxima :kof99:00010000:10A7FD:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A7FD:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A7FD:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A7FD:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A7FD:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A7FD:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A7FD:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A7FD:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A7FD:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A7FD:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A7FD:0000000C:FFFFFFFF:Leona :kof99:00010000:10A7FD:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A7FD:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A7FD:0000000F:FFFFFFFF:Whip :kof99:00010000:10A7FD:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A7FD:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A7FD:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A7FD:00000013:FFFFFFFF:Bao :kof99:00010000:10A7FD:00000014:FFFFFFFF:King :kof99:00010000:10A7FD:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A7FD:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A7FD:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A7FD:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A7FD:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A7FD:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A7FD:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A7FD:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A7FD:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A7FD:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A7FD:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A7FD:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A7FD:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof99:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof99:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof99:00010000:10A84A:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99:00010000:10A84A:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99:00010000:10A84A:00000005:FFFFFFFF:4th character selected at random :kof99:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof99:00010000:10A7FE:00000000:FFFFFFFF:A colour :kof99:00010000:10A7FE:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof99:00010000:10A7FF:00000000:FFFFFFFF:A colour :kof99:00010000:10A7FF:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof99:00010000:10A800:00000000:FFFFFFFF:A colour :kof99:00010000:10A800:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select Colour PL1 (D):This refers to the fourth character selected :kof99:00010000:10A801:00000000:FFFFFFFF:A colour :kof99:00010000:10A801:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof99:00010000:10A802:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A802:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A802:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A802:00000003:FFFFFFFF:Character D:Fourth character selected :kof99:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof99:00010000:10A803:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A803:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A803:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A803:00000003:FFFFFFFF:Character D:Fourth character selected :kof99:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof99:00010000:10A804:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A804:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A804:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A804:00000003:FFFFFFFF:Character D:Fourth character selected :kof99:62000000:000000:00000000:00000000:Select Striker PL1:This refers to the striker :kof99:00010000:10A805:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A805:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A805:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A805:00000003:FFFFFFFF:Character D:Fourth character selected kof99:0:108439:65:000:Infinite Energy PL2 kof99:0:108439:00:001:Drain all Energy Now! PL2 kof99:0:1083E8:90:000:Maximum Power PL2 kof99:0:1083E8:00:001:Drain all Power Now! PL2 kof99:0:1084E3:05:000:Infinite Strikers PL2 :kof99:00000000:10843F:00000065:FFFFFFFF:Never Get Dizzied PL2 :kof99:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof99:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof99:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof99:00000000:108447:00000065:FFFFFFFF:Never Get Guard Crushed PL2 :kof99:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof99:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof99:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 kof99:0:000000:00:999:[ Kind of weird autoguard you must push down ] kof99:0:000000:00:999:[ to defend from low attacks. ] kof99:0:108395:0A:000:Autoguard PL2 kof99:0:000000:00:999:[ These cheats may cause some glitches ] kof99:0:10837D:0C:000:All Moves Combo PL2 :kof99:62000000:000000:00000000:00000000:Select Team PL2 :kof99:00010000:10A80C:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99:00010000:10A80C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99:00010000:10A80C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99:00010000:10A80C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99:00010000:10A80C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99:00010000:10A80C:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99:00010000:10A80C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99:00010000:10A80C:00000007:FFFFFFFF:Krizalid (solo) :kof99:00010000:10A80C:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99:00010000:10A80C:00000009:FFFFFFFF:Kyo (solo) :kof99:00010000:10A80C:0000000A:FFFFFFFF:Iori (solo) :kof99:00010000:10A80C:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99:00010000:10A80C:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99:00010000:10A80C:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99:00010000:10A80C:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99:00000100:10A80E:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof99:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof99:00010000:10A80F:00000000:FFFFFFFF:K' :kof99:00010000:10A80F:00000001:FFFFFFFF:Maxima :kof99:00010000:10A80F:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A80F:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A80F:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A80F:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A80F:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A80F:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A80F:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A80F:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A80F:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A80F:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A80F:0000000C:FFFFFFFF:Leona :kof99:00010000:10A80F:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A80F:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A80F:0000000F:FFFFFFFF:Whip :kof99:00010000:10A80F:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A80F:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A80F:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A80F:00000013:FFFFFFFF:Bao :kof99:00010000:10A80F:00000014:FFFFFFFF:King :kof99:00010000:10A80F:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A80F:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A80F:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A80F:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A80F:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A80F:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A80F:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A80F:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A80F:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A80F:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A80F:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A80F:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A80F:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof99:00010000:10A810:00000000:FFFFFFFF:K' :kof99:00010000:10A810:00000001:FFFFFFFF:Maxima :kof99:00010000:10A810:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A810:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A810:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A810:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A810:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A810:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A810:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A810:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A810:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A810:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A810:0000000C:FFFFFFFF:Leona :kof99:00010000:10A810:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A810:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A810:0000000F:FFFFFFFF:Whip :kof99:00010000:10A810:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A810:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A810:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A810:00000013:FFFFFFFF:Bao :kof99:00010000:10A810:00000014:FFFFFFFF:King :kof99:00010000:10A810:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A810:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A810:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A810:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A810:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A810:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A810:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A810:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A810:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A810:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A810:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A810:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A810:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof99:00010000:10A811:00000000:FFFFFFFF:K' :kof99:00010000:10A811:00000001:FFFFFFFF:Maxima :kof99:00010000:10A811:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A811:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A811:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A811:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A811:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A811:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A811:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A811:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A811:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A811:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A811:0000000C:FFFFFFFF:Leona :kof99:00010000:10A811:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A811:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A811:0000000F:FFFFFFFF:Whip :kof99:00010000:10A811:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A811:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A811:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A811:00000013:FFFFFFFF:Bao :kof99:00010000:10A811:00000014:FFFFFFFF:King :kof99:00010000:10A811:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A811:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A811:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A811:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A811:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A811:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A811:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A811:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A811:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A811:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A811:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A811:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A811:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Character PL2 (D):This refers to the fourth character selected :kof99:00010000:10A812:00000000:FFFFFFFF:K' :kof99:00010000:10A812:00000001:FFFFFFFF:Maxima :kof99:00010000:10A812:00000002:FFFFFFFF:Benimaru Nikaido :kof99:00010000:10A812:00000003:FFFFFFFF:Shingo Yabuki :kof99:00010000:10A812:00000004:FFFFFFFF:Terry Bogard :kof99:00010000:10A812:00000005:FFFFFFFF:Andy Bogard :kof99:00010000:10A812:00000006:FFFFFFFF:Joe Higashi :kof99:00010000:10A812:00000007:FFFFFFFF:Mai Shiranui :kof99:00010000:10A812:00000008:FFFFFFFF:Ryo Sakazaki :kof99:00010000:10A812:00000009:FFFFFFFF:Robert Garcia :kof99:00010000:10A812:0000000A:FFFFFFFF:Yuri Sakazaki :kof99:00010000:10A812:0000000B:FFFFFFFF:Takuma Sakazaki :kof99:00010000:10A812:0000000C:FFFFFFFF:Leona :kof99:00010000:10A812:0000000D:FFFFFFFF:Ralf Jones :kof99:00010000:10A812:0000000E:FFFFFFFF:Clark Steel :kof99:00010000:10A812:0000000F:FFFFFFFF:Whip :kof99:00010000:10A812:00000010:FFFFFFFF:Athena Asamiya :kof99:00010000:10A812:00000011:FFFFFFFF:Sie Kensou :kof99:00010000:10A812:00000012:FFFFFFFF:Chin Gentsai :kof99:00010000:10A812:00000013:FFFFFFFF:Bao :kof99:00010000:10A812:00000014:FFFFFFFF:King :kof99:00010000:10A812:00000015:FFFFFFFF:Blue Mary :kof99:00010000:10A812:00000016:FFFFFFFF:Kasumi Todo :kof99:00010000:10A812:00000017:FFFFFFFF:Li Xiangfei :kof99:00010000:10A812:00000018:FFFFFFFF:Kim Kaphwan :kof99:00010000:10A812:00000019:FFFFFFFF:Chang Koehan :kof99:00010000:10A812:0000001A:FFFFFFFF:Choi Bounge :kof99:00010000:10A812:0000001B:FFFFFFFF:Jhun Hoon :kof99:00010000:10A812:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99:00010000:10A812:0000001D:FFFFFFFF:Kyo-1 :kof99:00010000:10A812:0000001E:FFFFFFFF:#Iori Yagami :kof99:00010000:10A812:0000001F:FFFFFFFF:#Krizalid :kof99:00010000:10A812:00000020:FFFFFFFF:#Krizalid (second form) :kof99:00010000:10A812:00000021:FFFFFFFF:Kyo-2 :kof99:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof99:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof99:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof99:00010000:10A85B:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99:00010000:10A85B:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99:00010000:10A85B:00000005:FFFFFFFF:4th character selected at random :kof99:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof99:00010000:10A813:00000000:FFFFFFFF:A colour :kof99:00010000:10A813:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof99:00010000:10A814:00000000:FFFFFFFF:A colour :kof99:00010000:10A814:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof99:00010000:10A815:00000000:FFFFFFFF:A colour :kof99:00010000:10A815:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select Colour PL2 (D):This refers to the fourth character selected :kof99:00010000:10A816:00000000:FFFFFFFF:A colour :kof99:00010000:10A816:00000001:FFFFFFFF:B colour :kof99:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof99:00010000:10A817:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A817:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A817:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A817:00000003:FFFFFFFF:Character D:Fourth character selected :kof99:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof99:00010000:10A818:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A818:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A818:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A818:00000003:FFFFFFFF:Character D:Fourth character selected :kof99:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof99:00010000:10A819:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A819:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A819:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A819:00000003:FFFFFFFF:Character D:Fourth character selected :kof99:62000000:000000:00000000:00000000:Select Striker PL2:This refers to the striker :kof99:00010000:10A81A:00000000:FFFFFFFF:Character A:First character selected :kof99:00010000:10A81A:00000001:FFFFFFFF:Character B:Second character selected :kof99:00010000:10A81A:00000002:FFFFFFFF:Character C:Third character selected :kof99:00010000:10A81A:00000003:FFFFFFFF:Character D:Fourth character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof99:60000000:000000:00000000:00000000:[Use for Terry PL1] :kof99:00000000:10E70C:0000000C:FFFFFFFF:Rising Tackle :kof99:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof99:00000000:10E710:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99:60000000:000000:00000000:00000000:[Use for Robert PL1] :kof99:00000000:10E708:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99:00000000:10E70C:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof99:00000000:10E70C:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof99:00000000:10E708:0000000C:FFFFFFFF:Moon Slasher :kof99:00000000:10E70A:0000000C:FFFFFFFF:Ground Saber :kof99:00000000:10E710:0000000C:FFFFFFFF:Baltic Launcher :kof99:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof99:00000000:10E70A:0000000C:FFFFFFFF:Gatling Attack :kof99:00000000:10E70C:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99:60000000:000000:00000000:00000000:[Use for Clark PL1] :kof99:00000000:10E714:0000000C:FFFFFFFF:Gatling Attack :kof99:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof99:00000000:10E716:0000000C:FFFFFFFF:Straight Slicer :kof99:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof99:00000000:10E708:0000000C:FFFFFFFF:Hien Zan :kof99:00000000:10E70E:0000000C:FFFFFFFF:Ryuusei Raku :kof99:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof99:00000000:10E708:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof99:00000000:10E708:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99:00000000:10E70C:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99:60000000:000000:00000000:00000000:[Use for Jhun PL1] :kof99:00000000:10E714:0000000C:FFFFFFFF:Kuu Sajin :kof99:60000000:000000:00000000:00000000:[Use for Terry PL2] :kof99:00000000:10E938:0000000C:FFFFFFFF:Rising Tackle :kof99:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof99:00000000:10E93C:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99:60000000:000000:00000000:00000000:[Use for Robert PL2] :kof99:00000000:10E934:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99:00000000:10E938:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof99:00000000:10E938:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof99:00000000:10E934:0000000C:FFFFFFFF:Moon Slasher :kof99:00000000:10E936:0000000C:FFFFFFFF:Ground Saber :kof99:00000000:10E93C:0000000C:FFFFFFFF:Baltic Launcher :kof99:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof99:00000000:10E936:0000000C:FFFFFFFF:Gatling Attack :kof99:00000000:10E938:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99:60000000:000000:00000000:00000000:[Use for Clark PL2] :kof99:00000000:10E940:0000000C:FFFFFFFF:Gatling Attack :kof99:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof99:00000000:10E942:0000000C:FFFFFFFF:Straight Slicer :kof99:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof99:00000000:10E934:0000000C:FFFFFFFF:Hien Zan :kof99:00000000:10E93A:0000000C:FFFFFFFF:Ryuusei Raku :kof99:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof99:00000000:10E934:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof99:00000000:10E934:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99:00000000:10E938:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99:60000000:000000:00000000:00000000:[Use for Jhun PL2] :kof99:00000000:10E940:0000000C:FFFFFFFF:Kuu Sajin :kof99:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof99:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof99:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '99 - Millennium Battle, The (set 2) ] kof99a:0:10A7E6:60:000:Infinite Time kof99a:0:10A7E6:00:001:Finish this Round Now! kof99a:0:10EB49:20:020:Enable Kyo kof99a:0:10EB49:10:020:Enable Iori kof99a:0:000000:00:999:[ Enable refers to being able to select on ] kof99a:0:000000:00:999:[ character select screen, unlock refers to ] kof99a:0:000000:00:999:[ being able to perform the enable code. ] kof99a:0:D003FC:0F:113:Unlock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. Displays on title screen. Afterwards, use the following; Hold "Start" over [?] and press "Left,Right,Up,Left,Down,Right" to enable Kyo. Hold "Start" over [?] and press "Right,Left,Up,Right,Down,Left" to enable Iori. kof99a:0:D003FC:00:113:Lock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. :kof99a:00100000:10EC78:00009999:0000FFFF:Always have 9999 Battle Points (Last Round) :kof99a:00100000:10DAA2:00009999:0000FFFF:Always have 9999 Battle Points (Current) :kof99a:00000300:10A7B6:00000005:FFFFFFFF:Select Current Round :kof99a:62000000:000000:00000000:00000000:Select Backdrop :kof99a:00010000:10A7AE:00000000:FFFFFFFF:Park :kof99a:00010000:10A7AE:00000001:FFFFFFFF:Alley :kof99a:00010000:10A7AE:00000002:FFFFFFFF:Airport :kof99a:00010000:10A7AE:00000003:FFFFFFFF:Museum :kof99a:00010000:10A7AE:00000004:FFFFFFFF:Sewage System :kof99a:00010000:10A7AE:00000005:FFFFFFFF:Temple :kof99a:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof99a:00010000:10ECBD:00000000:FFFFFFFF:KD-0079:Hero Team :kof99a:00010000:10ECBD:00000001:FFFFFFFF:176th Street:Fatal Fury Team :kof99a:00010000:10ECBD:00000002:FFFFFFFF:Ryu-Ko:Art of Fighting Team :kof99a:00010000:10ECBD:00000003:FFFFFFFF:W. W. III:Ikari Team :kof99a:00010000:10ECBD:00000004:FFFFFFFF:Psyco Sonic Trip:Psycho Soldier Team :kof99a:00010000:10ECBD:00000005:FFFFFFFF:Sha-La-La:Gals Fighters Team :kof99a:00010000:10ECBD:00000006:FFFFFFFF:The Way to Rebirth:Korea Team :kof99a:00010000:10ECBD:00000007:FFFFFFFF:Mechanical Bless:Krizalid :kof99a:00010000:10ECBD:00000008:FFFFFFFF:Dear Falling Angel:Krizalid (second form) :kof99a:00010000:10ECBD:00000009:FFFFFFFF:Tears:Kyo :kof99a:00010000:10ECBD:0000000A:FFFFFFFF:Sadistic Eyes:Iori :kof99a:00010000:10ECBD:0000000B:FFFFFFFF:Esaka? (Acid Mix):Kyo-1/Kyo-2 ; Activate any N of the first seven to go to stage N. ; Activate any five of the first seven to go to Krizalid. ; Activate any five of the first seven and the last one to go to Krizalid (second form). :kof99a:00000001:10A799:00000001:00000001:Beaten Hero Team :kof99a:00000001:10A799:00000002:00000002:Beaten Fatal Fury Team :kof99a:00000001:10A799:00000004:00000004:Beaten Art of Fighting Team :kof99a:00000001:10A799:00000008:00000008:Beaten Ikari Team :kof99a:00000001:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof99a:00000001:10A799:00000020:00000020:Beaten Gals Fighters Team :kof99a:00000001:10A799:00000040:00000040:Beaten Korea Team :kof99a:00000001:10A799:00000080:00000080:Beaten Krizalid kof99a:0:108239:65:000:Infinite Energy PL1 kof99a:0:108239:00:001:Drain all Energy Now! PL1 kof99a:0:1081E8:90:000:Maximum Power PL1 kof99a:0:1081E8:00:001:Drain all Power Now! PL1 kof99a:0:1082E3:05:000:Infinite Strikers PL1 :kof99a:00000000:10823F:00000065:FFFFFFFF:Never Get Dizzied PL1 :kof99a:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof99a:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof99a:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof99a:00000000:108247:00000065:FFFFFFFF:Never Get Guard Crushed PL1 :kof99a:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof99a:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof99a:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 kof99a:0:000000:00:999:[ Kind of weird autoguard you must push ] kof99a:0:000000:00:999:[ down to defend from low attacks. ] kof99a:0:108195:0A:000:Autoguard PL1 kof99a:0:000000:00:999:[ These cheats may cause some glitches. ] kof99a:0:10817D:0C:000:All Moves Combo PL1 :kof99a:62000000:000000:00000000:00000000:Select Team PL1 :kof99a:00010000:10A7F7:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99a:00010000:10A7F7:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99a:00010000:10A7F7:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99a:00010000:10A7F7:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99a:00010000:10A7F7:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99a:00010000:10A7F7:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99a:00010000:10A7F7:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99a:00010000:10A7F7:00000007:FFFFFFFF:Krizalid (solo) :kof99a:00010000:10A7F7:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99a:00010000:10A7F7:00000009:FFFFFFFF:Kyo (solo) :kof99a:00010000:10A7F7:0000000A:FFFFFFFF:Iori (solo) :kof99a:00010000:10A7F7:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99a:00010000:10A7F7:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99a:00010000:10A7F7:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99a:00010000:10A7F7:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99a:00000100:10A7F9:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof99a:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof99a:00010000:10A7FA:00000000:FFFFFFFF:K' :kof99a:00010000:10A7FA:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A7FA:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A7FA:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A7FA:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A7FA:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A7FA:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A7FA:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A7FA:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A7FA:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A7FA:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A7FA:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A7FA:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A7FA:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A7FA:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A7FA:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A7FA:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A7FA:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A7FA:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A7FA:00000013:FFFFFFFF:Bao :kof99a:00010000:10A7FA:00000014:FFFFFFFF:King :kof99a:00010000:10A7FA:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A7FA:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A7FA:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A7FA:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A7FA:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A7FA:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A7FA:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A7FA:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A7FA:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A7FA:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A7FA:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A7FA:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A7FA:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof99a:00010000:10A7FB:00000000:FFFFFFFF:K' :kof99a:00010000:10A7FB:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A7FB:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A7FB:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A7FB:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A7FB:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A7FB:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A7FB:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A7FB:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A7FB:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A7FB:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A7FB:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A7FB:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A7FB:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A7FB:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A7FB:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A7FB:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A7FB:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A7FB:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A7FB:00000013:FFFFFFFF:Bao :kof99a:00010000:10A7FB:00000014:FFFFFFFF:King :kof99a:00010000:10A7FB:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A7FB:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A7FB:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A7FB:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A7FB:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A7FB:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A7FB:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A7FB:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A7FB:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A7FB:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A7FB:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A7FB:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A7FB:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof99a:00010000:10A7FC:00000000:FFFFFFFF:K' :kof99a:00010000:10A7FC:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A7FC:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A7FC:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A7FC:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A7FC:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A7FC:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A7FC:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A7FC:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A7FC:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A7FC:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A7FC:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A7FC:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A7FC:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A7FC:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A7FC:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A7FC:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A7FC:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A7FC:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A7FC:00000013:FFFFFFFF:Bao :kof99a:00010000:10A7FC:00000014:FFFFFFFF:King :kof99a:00010000:10A7FC:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A7FC:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A7FC:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A7FC:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A7FC:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A7FC:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A7FC:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A7FC:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A7FC:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A7FC:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A7FC:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A7FC:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A7FC:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Character PL1 (D):This refers to the fourth character selected :kof99a:00010000:10A7FD:00000000:FFFFFFFF:K' :kof99a:00010000:10A7FD:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A7FD:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A7FD:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A7FD:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A7FD:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A7FD:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A7FD:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A7FD:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A7FD:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A7FD:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A7FD:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A7FD:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A7FD:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A7FD:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A7FD:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A7FD:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A7FD:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A7FD:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A7FD:00000013:FFFFFFFF:Bao :kof99a:00010000:10A7FD:00000014:FFFFFFFF:King :kof99a:00010000:10A7FD:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A7FD:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A7FD:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A7FD:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A7FD:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A7FD:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A7FD:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A7FD:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A7FD:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A7FD:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A7FD:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A7FD:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A7FD:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof99a:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof99a:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof99a:00010000:10A84A:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99a:00010000:10A84A:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99a:00010000:10A84A:00000005:FFFFFFFF:4th character selected at random :kof99a:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof99a:00010000:10A7FE:00000000:FFFFFFFF:A colour :kof99a:00010000:10A7FE:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof99a:00010000:10A7FF:00000000:FFFFFFFF:A colour :kof99a:00010000:10A7FF:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof99a:00010000:10A800:00000000:FFFFFFFF:A colour :kof99a:00010000:10A800:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select Colour PL1 (D):This refers to the fourth character selected :kof99a:00010000:10A801:00000000:FFFFFFFF:A colour :kof99a:00010000:10A801:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof99a:00010000:10A802:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A802:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A802:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A802:00000003:FFFFFFFF:Character D:Fourth character selected :kof99a:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof99a:00010000:10A803:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A803:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A803:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A803:00000003:FFFFFFFF:Character D:Fourth character selected :kof99a:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof99a:00010000:10A804:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A804:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A804:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A804:00000003:FFFFFFFF:Character D:Fourth character selected :kof99a:62000000:000000:00000000:00000000:Select Striker PL1:This refers to the striker :kof99a:00010000:10A805:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A805:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A805:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A805:00000003:FFFFFFFF:Character D:Fourth character selected kof99a:0:108439:65:000:Infinite Energy PL2 kof99a:0:108439:00:001:Drain all Energy Now! PL2 kof99a:0:1083E8:90:000:Maximum Power PL2 kof99a:0:1083E8:00:001:Drain all Power Now! PL2 kof99a:0:1084E3:05:000:Infinite Strikers PL2 :kof99a:00000000:10843F:00000065:FFFFFFFF:Never Get Dizzied PL2 :kof99a:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof99a:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof99a:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof99a:00000000:108447:00000065:FFFFFFFF:Never Get Guard Crushed PL2 :kof99a:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof99a:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof99a:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 kof99a:0:000000:00:999:[ Kind of weird autoguard you must push down ] kof99a:0:000000:00:999:[ to defend from low attacks. ] kof99a:0:108395:0A:000:Autoguard PL2 kof99a:0:000000:00:999:[ These cheats may cause some glitches ] kof99a:0:10837D:0C:000:All Moves Combo PL2 :kof99a:62000000:000000:00000000:00000000:Select Team PL2 :kof99a:00010000:10A80C:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99a:00010000:10A80C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99a:00010000:10A80C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99a:00010000:10A80C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99a:00010000:10A80C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99a:00010000:10A80C:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99a:00010000:10A80C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99a:00010000:10A80C:00000007:FFFFFFFF:Krizalid (solo) :kof99a:00010000:10A80C:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99a:00010000:10A80C:00000009:FFFFFFFF:Kyo (solo) :kof99a:00010000:10A80C:0000000A:FFFFFFFF:Iori (solo) :kof99a:00010000:10A80C:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99a:00010000:10A80C:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99a:00010000:10A80C:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99a:00010000:10A80C:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99a:00000100:10A80E:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof99a:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof99a:00010000:10A80F:00000000:FFFFFFFF:K' :kof99a:00010000:10A80F:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A80F:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A80F:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A80F:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A80F:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A80F:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A80F:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A80F:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A80F:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A80F:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A80F:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A80F:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A80F:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A80F:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A80F:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A80F:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A80F:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A80F:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A80F:00000013:FFFFFFFF:Bao :kof99a:00010000:10A80F:00000014:FFFFFFFF:King :kof99a:00010000:10A80F:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A80F:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A80F:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A80F:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A80F:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A80F:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A80F:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A80F:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A80F:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A80F:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A80F:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A80F:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A80F:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof99a:00010000:10A810:00000000:FFFFFFFF:K' :kof99a:00010000:10A810:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A810:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A810:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A810:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A810:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A810:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A810:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A810:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A810:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A810:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A810:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A810:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A810:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A810:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A810:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A810:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A810:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A810:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A810:00000013:FFFFFFFF:Bao :kof99a:00010000:10A810:00000014:FFFFFFFF:King :kof99a:00010000:10A810:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A810:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A810:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A810:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A810:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A810:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A810:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A810:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A810:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A810:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A810:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A810:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A810:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof99a:00010000:10A811:00000000:FFFFFFFF:K' :kof99a:00010000:10A811:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A811:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A811:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A811:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A811:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A811:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A811:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A811:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A811:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A811:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A811:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A811:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A811:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A811:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A811:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A811:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A811:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A811:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A811:00000013:FFFFFFFF:Bao :kof99a:00010000:10A811:00000014:FFFFFFFF:King :kof99a:00010000:10A811:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A811:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A811:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A811:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A811:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A811:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A811:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A811:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A811:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A811:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A811:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A811:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A811:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Character PL2 (D):This refers to the fourth character selected :kof99a:00010000:10A812:00000000:FFFFFFFF:K' :kof99a:00010000:10A812:00000001:FFFFFFFF:Maxima :kof99a:00010000:10A812:00000002:FFFFFFFF:Benimaru Nikaido :kof99a:00010000:10A812:00000003:FFFFFFFF:Shingo Yabuki :kof99a:00010000:10A812:00000004:FFFFFFFF:Terry Bogard :kof99a:00010000:10A812:00000005:FFFFFFFF:Andy Bogard :kof99a:00010000:10A812:00000006:FFFFFFFF:Joe Higashi :kof99a:00010000:10A812:00000007:FFFFFFFF:Mai Shiranui :kof99a:00010000:10A812:00000008:FFFFFFFF:Ryo Sakazaki :kof99a:00010000:10A812:00000009:FFFFFFFF:Robert Garcia :kof99a:00010000:10A812:0000000A:FFFFFFFF:Yuri Sakazaki :kof99a:00010000:10A812:0000000B:FFFFFFFF:Takuma Sakazaki :kof99a:00010000:10A812:0000000C:FFFFFFFF:Leona :kof99a:00010000:10A812:0000000D:FFFFFFFF:Ralf Jones :kof99a:00010000:10A812:0000000E:FFFFFFFF:Clark Steel :kof99a:00010000:10A812:0000000F:FFFFFFFF:Whip :kof99a:00010000:10A812:00000010:FFFFFFFF:Athena Asamiya :kof99a:00010000:10A812:00000011:FFFFFFFF:Sie Kensou :kof99a:00010000:10A812:00000012:FFFFFFFF:Chin Gentsai :kof99a:00010000:10A812:00000013:FFFFFFFF:Bao :kof99a:00010000:10A812:00000014:FFFFFFFF:King :kof99a:00010000:10A812:00000015:FFFFFFFF:Blue Mary :kof99a:00010000:10A812:00000016:FFFFFFFF:Kasumi Todo :kof99a:00010000:10A812:00000017:FFFFFFFF:Li Xiangfei :kof99a:00010000:10A812:00000018:FFFFFFFF:Kim Kaphwan :kof99a:00010000:10A812:00000019:FFFFFFFF:Chang Koehan :kof99a:00010000:10A812:0000001A:FFFFFFFF:Choi Bounge :kof99a:00010000:10A812:0000001B:FFFFFFFF:Jhun Hoon :kof99a:00010000:10A812:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99a:00010000:10A812:0000001D:FFFFFFFF:Kyo-1 :kof99a:00010000:10A812:0000001E:FFFFFFFF:#Iori Yagami :kof99a:00010000:10A812:0000001F:FFFFFFFF:#Krizalid :kof99a:00010000:10A812:00000020:FFFFFFFF:#Krizalid (second form) :kof99a:00010000:10A812:00000021:FFFFFFFF:Kyo-2 :kof99a:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof99a:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof99a:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof99a:00010000:10A85B:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99a:00010000:10A85B:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99a:00010000:10A85B:00000005:FFFFFFFF:4th character selected at random :kof99a:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof99a:00010000:10A813:00000000:FFFFFFFF:A colour :kof99a:00010000:10A813:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof99a:00010000:10A814:00000000:FFFFFFFF:A colour :kof99a:00010000:10A814:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof99a:00010000:10A815:00000000:FFFFFFFF:A colour :kof99a:00010000:10A815:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select Colour PL2 (D):This refers to the fourth character selected :kof99a:00010000:10A816:00000000:FFFFFFFF:A colour :kof99a:00010000:10A816:00000001:FFFFFFFF:B colour :kof99a:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof99a:00010000:10A817:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A817:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A817:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A817:00000003:FFFFFFFF:Character D:Fourth character selected :kof99a:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof99a:00010000:10A818:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A818:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A818:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A818:00000003:FFFFFFFF:Character D:Fourth character selected :kof99a:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof99a:00010000:10A819:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A819:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A819:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A819:00000003:FFFFFFFF:Character D:Fourth character selected :kof99a:62000000:000000:00000000:00000000:Select Striker PL2:This refers to the striker :kof99a:00010000:10A81A:00000000:FFFFFFFF:Character A:First character selected :kof99a:00010000:10A81A:00000001:FFFFFFFF:Character B:Second character selected :kof99a:00010000:10A81A:00000002:FFFFFFFF:Character C:Third character selected :kof99a:00010000:10A81A:00000003:FFFFFFFF:Character D:Fourth character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof99a:60000000:000000:00000000:00000000:[Use for Terry PL1] :kof99a:00000000:10E70C:0000000C:FFFFFFFF:Rising Tackle :kof99a:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof99a:00000000:10E710:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99a:60000000:000000:00000000:00000000:[Use for Robert PL1] :kof99a:00000000:10E708:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99a:00000000:10E70C:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99a:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof99a:00000000:10E70C:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99a:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof99a:00000000:10E708:0000000C:FFFFFFFF:Moon Slasher :kof99a:00000000:10E70A:0000000C:FFFFFFFF:Ground Saber :kof99a:00000000:10E710:0000000C:FFFFFFFF:Baltic Launcher :kof99a:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof99a:00000000:10E70A:0000000C:FFFFFFFF:Gatling Attack :kof99a:00000000:10E70C:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99a:60000000:000000:00000000:00000000:[Use for Clark PL1] :kof99a:00000000:10E714:0000000C:FFFFFFFF:Gatling Attack :kof99a:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof99a:00000000:10E716:0000000C:FFFFFFFF:Straight Slicer :kof99a:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof99a:00000000:10E708:0000000C:FFFFFFFF:Hien Zan :kof99a:00000000:10E70E:0000000C:FFFFFFFF:Ryuusei Raku :kof99a:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof99a:00000000:10E708:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99a:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof99a:00000000:10E708:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99a:00000000:10E70C:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99a:60000000:000000:00000000:00000000:[Use for Jhun PL1] :kof99a:00000000:10E714:0000000C:FFFFFFFF:Kuu Sajin :kof99a:60000000:000000:00000000:00000000:[Use for Terry PL2] :kof99a:00000000:10E938:0000000C:FFFFFFFF:Rising Tackle :kof99a:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof99a:00000000:10E93C:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99a:60000000:000000:00000000:00000000:[Use for Robert PL2] :kof99a:00000000:10E934:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99a:00000000:10E938:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99a:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof99a:00000000:10E938:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99a:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof99a:00000000:10E934:0000000C:FFFFFFFF:Moon Slasher :kof99a:00000000:10E936:0000000C:FFFFFFFF:Ground Saber :kof99a:00000000:10E93C:0000000C:FFFFFFFF:Baltic Launcher :kof99a:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof99a:00000000:10E936:0000000C:FFFFFFFF:Gatling Attack :kof99a:00000000:10E938:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99a:60000000:000000:00000000:00000000:[Use for Clark PL2] :kof99a:00000000:10E940:0000000C:FFFFFFFF:Gatling Attack :kof99a:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof99a:00000000:10E942:0000000C:FFFFFFFF:Straight Slicer :kof99a:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof99a:00000000:10E934:0000000C:FFFFFFFF:Hien Zan :kof99a:00000000:10E93A:0000000C:FFFFFFFF:Ryuusei Raku :kof99a:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof99a:00000000:10E934:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99a:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof99a:00000000:10E934:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99a:00000000:10E938:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99a:60000000:000000:00000000:00000000:[Use for Jhun PL2] :kof99a:00000000:10E940:0000000C:FFFFFFFF:Kuu Sajin :kof99a:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof99a:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof99a:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '99 - Millennium Battle, The (earlier) ] kof99e:0:10A7E6:60:000:Infinite Time kof99e:0:10A7E6:00:001:Finish this Round Now! kof99e:0:10EB49:20:020:Enable Kyo kof99e:0:10EB49:10:020:Enable Iori kof99e:0:000000:00:999:[ Enable refers to being able to select on ] kof99e:0:000000:00:999:[ character select screen, unlock refers to ] kof99e:0:000000:00:999:[ being able to perform the enable code. ] kof99e:0:D003FC:0F:113:Unlock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. Displays on title screen. Afterwards, use the following; Hold "Start" over [?] and press "Left,Right,Up,Left,Down,Right" to enable Kyo. Hold "Start" over [?] and press "Right,Left,Up,Right,Down,Left" to enable Iori. kof99e:0:D003FC:00:113:Lock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. :kof99e:00100000:10EC78:00009999:0000FFFF:Always have 9999 Battle Points (Last Round) :kof99e:00100000:10DAA2:00009999:0000FFFF:Always have 9999 Battle Points (Current) :kof99e:00000300:10A7B6:00000005:FFFFFFFF:Select Current Round :kof99e:62000000:000000:00000000:00000000:Select Backdrop :kof99e:00010000:10A7AE:00000000:FFFFFFFF:Park :kof99e:00010000:10A7AE:00000001:FFFFFFFF:Alley :kof99e:00010000:10A7AE:00000002:FFFFFFFF:Airport :kof99e:00010000:10A7AE:00000003:FFFFFFFF:Museum :kof99e:00010000:10A7AE:00000004:FFFFFFFF:Sewage System :kof99e:00010000:10A7AE:00000005:FFFFFFFF:Temple :kof99e:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof99e:00010000:10ECBD:00000000:FFFFFFFF:KD-0079:Hero Team :kof99e:00010000:10ECBD:00000001:FFFFFFFF:176th Street:Fatal Fury Team :kof99e:00010000:10ECBD:00000002:FFFFFFFF:Ryu-Ko:Art of Fighting Team :kof99e:00010000:10ECBD:00000003:FFFFFFFF:W. W. III:Ikari Team :kof99e:00010000:10ECBD:00000004:FFFFFFFF:Psyco Sonic Trip:Psycho Soldier Team :kof99e:00010000:10ECBD:00000005:FFFFFFFF:Sha-La-La:Gals Fighters Team :kof99e:00010000:10ECBD:00000006:FFFFFFFF:The Way to Rebirth:Korea Team :kof99e:00010000:10ECBD:00000007:FFFFFFFF:Mechanical Bless:Krizalid :kof99e:00010000:10ECBD:00000008:FFFFFFFF:Dear Falling Angel:Krizalid (second form) :kof99e:00010000:10ECBD:00000009:FFFFFFFF:Tears:Kyo :kof99e:00010000:10ECBD:0000000A:FFFFFFFF:Sadistic Eyes:Iori :kof99e:00010000:10ECBD:0000000B:FFFFFFFF:Esaka? (Acid Mix):Kyo-1/Kyo-2 ; Activate any N of the first seven to go to stage N. ; Activate any five of the first seven to go to Krizalid. ; Activate any five of the first seven and the last one to go to Krizalid (second form). :kof99e:00000001:10A799:00000001:00000001:Beaten Hero Team :kof99e:00000001:10A799:00000002:00000002:Beaten Fatal Fury Team :kof99e:00000001:10A799:00000004:00000004:Beaten Art of Fighting Team :kof99e:00000001:10A799:00000008:00000008:Beaten Ikari Team :kof99e:00000001:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof99e:00000001:10A799:00000020:00000020:Beaten Gals Fighters Team :kof99e:00000001:10A799:00000040:00000040:Beaten Korea Team :kof99e:00000001:10A799:00000080:00000080:Beaten Krizalid kof99e:0:108239:65:000:Infinite Energy PL1 kof99e:0:108239:00:001:Drain all Energy Now! PL1 kof99e:0:1081E8:90:000:Maximum Power PL1 kof99e:0:1081E8:00:001:Drain all Power Now! PL1 kof99e:0:1082E3:05:000:Infinite Strikers PL1 :kof99e:00000000:10823F:00000065:FFFFFFFF:Never Get Dizzied PL1 :kof99e:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof99e:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof99e:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof99e:00000000:108247:00000065:FFFFFFFF:Never Get Guard Crushed PL1 :kof99e:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof99e:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof99e:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 kof99e:0:000000:00:999:[ Kind of weird autoguard you must push ] kof99e:0:000000:00:999:[ down to defend from low attacks. ] kof99e:0:108195:0A:000:Autoguard PL1 kof99e:0:000000:00:999:[ These cheats may cause some glitches. ] kof99e:0:10817D:0C:000:All Moves Combo PL1 :kof99e:62000000:000000:00000000:00000000:Select Team PL1 :kof99e:00010000:10A7F7:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99e:00010000:10A7F7:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99e:00010000:10A7F7:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99e:00010000:10A7F7:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99e:00010000:10A7F7:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99e:00010000:10A7F7:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99e:00010000:10A7F7:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99e:00010000:10A7F7:00000007:FFFFFFFF:Krizalid (solo) :kof99e:00010000:10A7F7:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99e:00010000:10A7F7:00000009:FFFFFFFF:Kyo (solo) :kof99e:00010000:10A7F7:0000000A:FFFFFFFF:Iori (solo) :kof99e:00010000:10A7F7:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99e:00010000:10A7F7:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99e:00010000:10A7F7:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99e:00010000:10A7F7:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99e:00000100:10A7F9:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof99e:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof99e:00010000:10A7FA:00000000:FFFFFFFF:K' :kof99e:00010000:10A7FA:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A7FA:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A7FA:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A7FA:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A7FA:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A7FA:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A7FA:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A7FA:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A7FA:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A7FA:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A7FA:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A7FA:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A7FA:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A7FA:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A7FA:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A7FA:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A7FA:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A7FA:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A7FA:00000013:FFFFFFFF:Bao :kof99e:00010000:10A7FA:00000014:FFFFFFFF:King :kof99e:00010000:10A7FA:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A7FA:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A7FA:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A7FA:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A7FA:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A7FA:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A7FA:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A7FA:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A7FA:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A7FA:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A7FA:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A7FA:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A7FA:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof99e:00010000:10A7FB:00000000:FFFFFFFF:K' :kof99e:00010000:10A7FB:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A7FB:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A7FB:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A7FB:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A7FB:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A7FB:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A7FB:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A7FB:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A7FB:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A7FB:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A7FB:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A7FB:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A7FB:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A7FB:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A7FB:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A7FB:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A7FB:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A7FB:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A7FB:00000013:FFFFFFFF:Bao :kof99e:00010000:10A7FB:00000014:FFFFFFFF:King :kof99e:00010000:10A7FB:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A7FB:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A7FB:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A7FB:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A7FB:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A7FB:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A7FB:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A7FB:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A7FB:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A7FB:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A7FB:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A7FB:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A7FB:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof99e:00010000:10A7FC:00000000:FFFFFFFF:K' :kof99e:00010000:10A7FC:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A7FC:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A7FC:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A7FC:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A7FC:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A7FC:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A7FC:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A7FC:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A7FC:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A7FC:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A7FC:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A7FC:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A7FC:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A7FC:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A7FC:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A7FC:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A7FC:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A7FC:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A7FC:00000013:FFFFFFFF:Bao :kof99e:00010000:10A7FC:00000014:FFFFFFFF:King :kof99e:00010000:10A7FC:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A7FC:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A7FC:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A7FC:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A7FC:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A7FC:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A7FC:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A7FC:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A7FC:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A7FC:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A7FC:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A7FC:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A7FC:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Character PL1 (D):This refers to the fourth character selected :kof99e:00010000:10A7FD:00000000:FFFFFFFF:K' :kof99e:00010000:10A7FD:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A7FD:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A7FD:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A7FD:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A7FD:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A7FD:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A7FD:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A7FD:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A7FD:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A7FD:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A7FD:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A7FD:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A7FD:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A7FD:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A7FD:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A7FD:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A7FD:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A7FD:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A7FD:00000013:FFFFFFFF:Bao :kof99e:00010000:10A7FD:00000014:FFFFFFFF:King :kof99e:00010000:10A7FD:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A7FD:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A7FD:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A7FD:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A7FD:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A7FD:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A7FD:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A7FD:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A7FD:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A7FD:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A7FD:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A7FD:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A7FD:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof99e:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof99e:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof99e:00010000:10A84A:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99e:00010000:10A84A:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99e:00010000:10A84A:00000005:FFFFFFFF:4th character selected at random :kof99e:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof99e:00010000:10A7FE:00000000:FFFFFFFF:A colour :kof99e:00010000:10A7FE:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof99e:00010000:10A7FF:00000000:FFFFFFFF:A colour :kof99e:00010000:10A7FF:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof99e:00010000:10A800:00000000:FFFFFFFF:A colour :kof99e:00010000:10A800:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select Colour PL1 (D):This refers to the fourth character selected :kof99e:00010000:10A801:00000000:FFFFFFFF:A colour :kof99e:00010000:10A801:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof99e:00010000:10A802:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A802:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A802:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A802:00000003:FFFFFFFF:Character D:Fourth character selected :kof99e:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof99e:00010000:10A803:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A803:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A803:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A803:00000003:FFFFFFFF:Character D:Fourth character selected :kof99e:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof99e:00010000:10A804:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A804:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A804:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A804:00000003:FFFFFFFF:Character D:Fourth character selected :kof99e:62000000:000000:00000000:00000000:Select Striker PL1:This refers to the striker :kof99e:00010000:10A805:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A805:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A805:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A805:00000003:FFFFFFFF:Character D:Fourth character selected kof99e:0:108439:65:000:Infinite Energy PL2 kof99e:0:108439:00:001:Drain all Energy Now! PL2 kof99e:0:1083E8:90:000:Maximum Power PL2 kof99e:0:1083E8:00:001:Drain all Power Now! PL2 kof99e:0:1084E3:05:000:Infinite Strikers PL2 :kof99e:00000000:10843F:00000065:FFFFFFFF:Never Get Dizzied PL2 :kof99e:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof99e:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof99e:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof99e:00000000:108447:00000065:FFFFFFFF:Never Get Guard Crushed PL2 :kof99e:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof99e:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof99e:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 kof99e:0:000000:00:999:[ Kind of weird autoguard you must push down ] kof99e:0:000000:00:999:[ to defend from low attacks. ] kof99e:0:108395:0A:000:Autoguard PL2 kof99e:0:000000:00:999:[ These cheats may cause some glitches ] kof99e:0:10837D:0C:000:All Moves Combo PL2 :kof99e:62000000:000000:00000000:00000000:Select Team PL2 :kof99e:00010000:10A80C:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99e:00010000:10A80C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99e:00010000:10A80C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99e:00010000:10A80C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99e:00010000:10A80C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99e:00010000:10A80C:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99e:00010000:10A80C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99e:00010000:10A80C:00000007:FFFFFFFF:Krizalid (solo) :kof99e:00010000:10A80C:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99e:00010000:10A80C:00000009:FFFFFFFF:Kyo (solo) :kof99e:00010000:10A80C:0000000A:FFFFFFFF:Iori (solo) :kof99e:00010000:10A80C:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99e:00010000:10A80C:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99e:00010000:10A80C:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99e:00010000:10A80C:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99e:00000100:10A80E:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof99e:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof99e:00010000:10A80F:00000000:FFFFFFFF:K' :kof99e:00010000:10A80F:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A80F:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A80F:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A80F:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A80F:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A80F:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A80F:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A80F:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A80F:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A80F:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A80F:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A80F:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A80F:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A80F:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A80F:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A80F:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A80F:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A80F:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A80F:00000013:FFFFFFFF:Bao :kof99e:00010000:10A80F:00000014:FFFFFFFF:King :kof99e:00010000:10A80F:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A80F:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A80F:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A80F:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A80F:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A80F:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A80F:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A80F:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A80F:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A80F:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A80F:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A80F:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A80F:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof99e:00010000:10A810:00000000:FFFFFFFF:K' :kof99e:00010000:10A810:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A810:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A810:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A810:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A810:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A810:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A810:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A810:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A810:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A810:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A810:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A810:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A810:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A810:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A810:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A810:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A810:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A810:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A810:00000013:FFFFFFFF:Bao :kof99e:00010000:10A810:00000014:FFFFFFFF:King :kof99e:00010000:10A810:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A810:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A810:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A810:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A810:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A810:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A810:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A810:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A810:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A810:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A810:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A810:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A810:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof99e:00010000:10A811:00000000:FFFFFFFF:K' :kof99e:00010000:10A811:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A811:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A811:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A811:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A811:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A811:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A811:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A811:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A811:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A811:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A811:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A811:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A811:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A811:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A811:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A811:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A811:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A811:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A811:00000013:FFFFFFFF:Bao :kof99e:00010000:10A811:00000014:FFFFFFFF:King :kof99e:00010000:10A811:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A811:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A811:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A811:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A811:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A811:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A811:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A811:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A811:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A811:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A811:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A811:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A811:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Character PL2 (D):This refers to the fourth character selected :kof99e:00010000:10A812:00000000:FFFFFFFF:K' :kof99e:00010000:10A812:00000001:FFFFFFFF:Maxima :kof99e:00010000:10A812:00000002:FFFFFFFF:Benimaru Nikaido :kof99e:00010000:10A812:00000003:FFFFFFFF:Shingo Yabuki :kof99e:00010000:10A812:00000004:FFFFFFFF:Terry Bogard :kof99e:00010000:10A812:00000005:FFFFFFFF:Andy Bogard :kof99e:00010000:10A812:00000006:FFFFFFFF:Joe Higashi :kof99e:00010000:10A812:00000007:FFFFFFFF:Mai Shiranui :kof99e:00010000:10A812:00000008:FFFFFFFF:Ryo Sakazaki :kof99e:00010000:10A812:00000009:FFFFFFFF:Robert Garcia :kof99e:00010000:10A812:0000000A:FFFFFFFF:Yuri Sakazaki :kof99e:00010000:10A812:0000000B:FFFFFFFF:Takuma Sakazaki :kof99e:00010000:10A812:0000000C:FFFFFFFF:Leona :kof99e:00010000:10A812:0000000D:FFFFFFFF:Ralf Jones :kof99e:00010000:10A812:0000000E:FFFFFFFF:Clark Steel :kof99e:00010000:10A812:0000000F:FFFFFFFF:Whip :kof99e:00010000:10A812:00000010:FFFFFFFF:Athena Asamiya :kof99e:00010000:10A812:00000011:FFFFFFFF:Sie Kensou :kof99e:00010000:10A812:00000012:FFFFFFFF:Chin Gentsai :kof99e:00010000:10A812:00000013:FFFFFFFF:Bao :kof99e:00010000:10A812:00000014:FFFFFFFF:King :kof99e:00010000:10A812:00000015:FFFFFFFF:Blue Mary :kof99e:00010000:10A812:00000016:FFFFFFFF:Kasumi Todo :kof99e:00010000:10A812:00000017:FFFFFFFF:Li Xiangfei :kof99e:00010000:10A812:00000018:FFFFFFFF:Kim Kaphwan :kof99e:00010000:10A812:00000019:FFFFFFFF:Chang Koehan :kof99e:00010000:10A812:0000001A:FFFFFFFF:Choi Bounge :kof99e:00010000:10A812:0000001B:FFFFFFFF:Jhun Hoon :kof99e:00010000:10A812:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99e:00010000:10A812:0000001D:FFFFFFFF:Kyo-1 :kof99e:00010000:10A812:0000001E:FFFFFFFF:#Iori Yagami :kof99e:00010000:10A812:0000001F:FFFFFFFF:#Krizalid :kof99e:00010000:10A812:00000020:FFFFFFFF:#Krizalid (second form) :kof99e:00010000:10A812:00000021:FFFFFFFF:Kyo-2 :kof99e:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof99e:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof99e:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof99e:00010000:10A85B:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99e:00010000:10A85B:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99e:00010000:10A85B:00000005:FFFFFFFF:4th character selected at random :kof99e:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof99e:00010000:10A813:00000000:FFFFFFFF:A colour :kof99e:00010000:10A813:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof99e:00010000:10A814:00000000:FFFFFFFF:A colour :kof99e:00010000:10A814:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof99e:00010000:10A815:00000000:FFFFFFFF:A colour :kof99e:00010000:10A815:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select Colour PL2 (D):This refers to the fourth character selected :kof99e:00010000:10A816:00000000:FFFFFFFF:A colour :kof99e:00010000:10A816:00000001:FFFFFFFF:B colour :kof99e:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof99e:00010000:10A817:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A817:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A817:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A817:00000003:FFFFFFFF:Character D:Fourth character selected :kof99e:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof99e:00010000:10A818:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A818:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A818:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A818:00000003:FFFFFFFF:Character D:Fourth character selected :kof99e:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof99e:00010000:10A819:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A819:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A819:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A819:00000003:FFFFFFFF:Character D:Fourth character selected :kof99e:62000000:000000:00000000:00000000:Select Striker PL2:This refers to the striker :kof99e:00010000:10A81A:00000000:FFFFFFFF:Character A:First character selected :kof99e:00010000:10A81A:00000001:FFFFFFFF:Character B:Second character selected :kof99e:00010000:10A81A:00000002:FFFFFFFF:Character C:Third character selected :kof99e:00010000:10A81A:00000003:FFFFFFFF:Character D:Fourth character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof99e:60000000:000000:00000000:00000000:[Use for Terry PL1] :kof99e:00000000:10E70C:0000000C:FFFFFFFF:Rising Tackle :kof99e:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof99e:00000000:10E710:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99e:60000000:000000:00000000:00000000:[Use for Robert PL1] :kof99e:00000000:10E708:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99e:00000000:10E70C:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99e:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof99e:00000000:10E70C:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99e:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof99e:00000000:10E708:0000000C:FFFFFFFF:Moon Slasher :kof99e:00000000:10E70A:0000000C:FFFFFFFF:Ground Saber :kof99e:00000000:10E710:0000000C:FFFFFFFF:Baltic Launcher :kof99e:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof99e:00000000:10E70A:0000000C:FFFFFFFF:Gatling Attack :kof99e:00000000:10E70C:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99e:60000000:000000:00000000:00000000:[Use for Clark PL1] :kof99e:00000000:10E714:0000000C:FFFFFFFF:Gatling Attack :kof99e:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof99e:00000000:10E716:0000000C:FFFFFFFF:Straight Slicer :kof99e:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof99e:00000000:10E708:0000000C:FFFFFFFF:Hien Zan :kof99e:00000000:10E70E:0000000C:FFFFFFFF:Ryuusei Raku :kof99e:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof99e:00000000:10E708:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99e:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof99e:00000000:10E708:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99e:00000000:10E70C:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99e:60000000:000000:00000000:00000000:[Use for Jhun PL1] :kof99e:00000000:10E714:0000000C:FFFFFFFF:Kuu Sajin :kof99e:60000000:000000:00000000:00000000:[Use for Terry PL2] :kof99e:00000000:10E938:0000000C:FFFFFFFF:Rising Tackle :kof99e:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof99e:00000000:10E93C:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99e:60000000:000000:00000000:00000000:[Use for Robert PL2] :kof99e:00000000:10E934:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99e:00000000:10E938:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99e:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof99e:00000000:10E938:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99e:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof99e:00000000:10E934:0000000C:FFFFFFFF:Moon Slasher :kof99e:00000000:10E936:0000000C:FFFFFFFF:Ground Saber :kof99e:00000000:10E93C:0000000C:FFFFFFFF:Baltic Launcher :kof99e:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof99e:00000000:10E936:0000000C:FFFFFFFF:Gatling Attack :kof99e:00000000:10E938:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99e:60000000:000000:00000000:00000000:[Use for Clark PL2] :kof99e:00000000:10E940:0000000C:FFFFFFFF:Gatling Attack :kof99e:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof99e:00000000:10E942:0000000C:FFFFFFFF:Straight Slicer :kof99e:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof99e:00000000:10E934:0000000C:FFFFFFFF:Hien Zan :kof99e:00000000:10E93A:0000000C:FFFFFFFF:Ryuusei Raku :kof99e:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof99e:00000000:10E934:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99e:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof99e:00000000:10E934:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99e:00000000:10E938:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99e:60000000:000000:00000000:00000000:[Use for Jhun PL2] :kof99e:00000000:10E940:0000000C:FFFFFFFF:Kuu Sajin :kof99e:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof99e:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof99e:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '99 - Millennium Battle, The (not encrypted) ] kof99n:0:10A7E6:60:000:Infinite Time kof99n:0:10A7E6:00:001:Finish this Round Now! kof99n:0:10EB49:20:020:Enable Kyo kof99n:0:10EB49:10:020:Enable Iori kof99n:0:000000:00:999:[ Enable refers to being able to select on ] kof99n:0:000000:00:999:[ character select screen, unlock refers to ] kof99n:0:000000:00:999:[ being able to perform the enable code. ] kof99n:0:D003FC:0F:113:Unlock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. Displays on title screen. Afterwards, use the following; Hold "Start" over [?] and press "Left,Right,Up,Left,Down,Right" to enable Kyo. Hold "Start" over [?] and press "Right,Left,Up,Right,Down,Left" to enable Iori. kof99n:0:D003FC:00:113:Lock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. :kof99n:00100000:10EC78:00009999:0000FFFF:Always have 9999 Battle Points (Last Round) :kof99n:00100000:10DAA2:00009999:0000FFFF:Always have 9999 Battle Points (Current) :kof99n:00000300:10A7B6:00000005:FFFFFFFF:Select Current Round :kof99n:62000000:000000:00000000:00000000:Select Backdrop :kof99n:00010000:10A7AE:00000000:FFFFFFFF:Park :kof99n:00010000:10A7AE:00000001:FFFFFFFF:Alley :kof99n:00010000:10A7AE:00000002:FFFFFFFF:Airport :kof99n:00010000:10A7AE:00000003:FFFFFFFF:Museum :kof99n:00010000:10A7AE:00000004:FFFFFFFF:Sewage System :kof99n:00010000:10A7AE:00000005:FFFFFFFF:Temple :kof99n:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof99n:00010000:10ECBD:00000000:FFFFFFFF:KD-0079:Hero Team :kof99n:00010000:10ECBD:00000001:FFFFFFFF:176th Street:Fatal Fury Team :kof99n:00010000:10ECBD:00000002:FFFFFFFF:Ryu-Ko:Art of Fighting Team :kof99n:00010000:10ECBD:00000003:FFFFFFFF:W. W. III:Ikari Team :kof99n:00010000:10ECBD:00000004:FFFFFFFF:Psyco Sonic Trip:Psycho Soldier Team :kof99n:00010000:10ECBD:00000005:FFFFFFFF:Sha-La-La:Gals Fighters Team :kof99n:00010000:10ECBD:00000006:FFFFFFFF:The Way to Rebirth:Korea Team :kof99n:00010000:10ECBD:00000007:FFFFFFFF:Mechanical Bless:Krizalid :kof99n:00010000:10ECBD:00000008:FFFFFFFF:Dear Falling Angel:Krizalid (second form) :kof99n:00010000:10ECBD:00000009:FFFFFFFF:Tears:Kyo :kof99n:00010000:10ECBD:0000000A:FFFFFFFF:Sadistic Eyes:Iori :kof99n:00010000:10ECBD:0000000B:FFFFFFFF:Esaka? (Acid Mix):Kyo-1/Kyo-2 ; Activate any N of the first seven to go to stage N. ; Activate any five of the first seven to go to Krizalid. ; Activate any five of the first seven and the last one to go to Krizalid (second form). :kof99n:00000001:10A799:00000001:00000001:Beaten Hero Team :kof99n:00000001:10A799:00000002:00000002:Beaten Fatal Fury Team :kof99n:00000001:10A799:00000004:00000004:Beaten Art of Fighting Team :kof99n:00000001:10A799:00000008:00000008:Beaten Ikari Team :kof99n:00000001:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof99n:00000001:10A799:00000020:00000020:Beaten Gals Fighters Team :kof99n:00000001:10A799:00000040:00000040:Beaten Korea Team :kof99n:00000001:10A799:00000080:00000080:Beaten Krizalid kof99n:0:108239:65:000:Infinite Energy PL1 kof99n:0:108239:00:001:Drain all Energy Now! PL1 kof99n:0:1081E8:90:000:Maximum Power PL1 kof99n:0:1081E8:00:001:Drain all Power Now! PL1 kof99n:0:1082E3:05:000:Infinite Strikers PL1 :kof99n:00000000:10823F:00000065:FFFFFFFF:Never Get Dizzied PL1 :kof99n:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof99n:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof99n:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof99n:00000000:108247:00000065:FFFFFFFF:Never Get Guard Crushed PL1 :kof99n:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof99n:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof99n:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 kof99n:0:000000:00:999:[ Kind of weird autoguard you must push ] kof99n:0:000000:00:999:[ down to defend from low attacks. ] kof99n:0:108195:0A:000:Autoguard PL1 kof99n:0:000000:00:999:[ These cheats may cause some glitches. ] kof99n:0:10817D:0C:000:All Moves Combo PL1 :kof99n:62000000:000000:00000000:00000000:Select Team PL1 :kof99n:00010000:10A7F7:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99n:00010000:10A7F7:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99n:00010000:10A7F7:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99n:00010000:10A7F7:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99n:00010000:10A7F7:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99n:00010000:10A7F7:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99n:00010000:10A7F7:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99n:00010000:10A7F7:00000007:FFFFFFFF:Krizalid (solo) :kof99n:00010000:10A7F7:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99n:00010000:10A7F7:00000009:FFFFFFFF:Kyo (solo) :kof99n:00010000:10A7F7:0000000A:FFFFFFFF:Iori (solo) :kof99n:00010000:10A7F7:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99n:00010000:10A7F7:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99n:00010000:10A7F7:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99n:00010000:10A7F7:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99n:00000100:10A7F9:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof99n:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof99n:00010000:10A7FA:00000000:FFFFFFFF:K' :kof99n:00010000:10A7FA:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A7FA:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A7FA:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A7FA:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A7FA:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A7FA:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A7FA:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A7FA:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A7FA:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A7FA:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A7FA:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A7FA:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A7FA:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A7FA:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A7FA:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A7FA:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A7FA:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A7FA:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A7FA:00000013:FFFFFFFF:Bao :kof99n:00010000:10A7FA:00000014:FFFFFFFF:King :kof99n:00010000:10A7FA:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A7FA:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A7FA:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A7FA:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A7FA:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A7FA:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A7FA:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A7FA:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A7FA:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A7FA:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A7FA:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A7FA:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A7FA:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof99n:00010000:10A7FB:00000000:FFFFFFFF:K' :kof99n:00010000:10A7FB:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A7FB:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A7FB:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A7FB:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A7FB:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A7FB:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A7FB:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A7FB:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A7FB:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A7FB:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A7FB:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A7FB:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A7FB:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A7FB:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A7FB:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A7FB:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A7FB:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A7FB:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A7FB:00000013:FFFFFFFF:Bao :kof99n:00010000:10A7FB:00000014:FFFFFFFF:King :kof99n:00010000:10A7FB:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A7FB:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A7FB:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A7FB:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A7FB:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A7FB:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A7FB:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A7FB:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A7FB:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A7FB:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A7FB:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A7FB:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A7FB:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof99n:00010000:10A7FC:00000000:FFFFFFFF:K' :kof99n:00010000:10A7FC:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A7FC:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A7FC:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A7FC:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A7FC:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A7FC:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A7FC:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A7FC:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A7FC:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A7FC:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A7FC:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A7FC:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A7FC:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A7FC:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A7FC:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A7FC:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A7FC:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A7FC:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A7FC:00000013:FFFFFFFF:Bao :kof99n:00010000:10A7FC:00000014:FFFFFFFF:King :kof99n:00010000:10A7FC:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A7FC:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A7FC:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A7FC:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A7FC:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A7FC:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A7FC:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A7FC:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A7FC:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A7FC:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A7FC:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A7FC:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A7FC:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Character PL1 (D):This refers to the fourth character selected :kof99n:00010000:10A7FD:00000000:FFFFFFFF:K' :kof99n:00010000:10A7FD:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A7FD:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A7FD:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A7FD:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A7FD:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A7FD:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A7FD:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A7FD:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A7FD:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A7FD:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A7FD:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A7FD:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A7FD:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A7FD:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A7FD:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A7FD:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A7FD:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A7FD:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A7FD:00000013:FFFFFFFF:Bao :kof99n:00010000:10A7FD:00000014:FFFFFFFF:King :kof99n:00010000:10A7FD:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A7FD:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A7FD:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A7FD:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A7FD:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A7FD:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A7FD:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A7FD:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A7FD:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A7FD:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A7FD:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A7FD:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A7FD:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof99n:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof99n:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof99n:00010000:10A84A:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99n:00010000:10A84A:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99n:00010000:10A84A:00000005:FFFFFFFF:4th character selected at random :kof99n:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof99n:00010000:10A7FE:00000000:FFFFFFFF:A colour :kof99n:00010000:10A7FE:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof99n:00010000:10A7FF:00000000:FFFFFFFF:A colour :kof99n:00010000:10A7FF:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof99n:00010000:10A800:00000000:FFFFFFFF:A colour :kof99n:00010000:10A800:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select Colour PL1 (D):This refers to the fourth character selected :kof99n:00010000:10A801:00000000:FFFFFFFF:A colour :kof99n:00010000:10A801:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof99n:00010000:10A802:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A802:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A802:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A802:00000003:FFFFFFFF:Character D:Fourth character selected :kof99n:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof99n:00010000:10A803:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A803:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A803:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A803:00000003:FFFFFFFF:Character D:Fourth character selected :kof99n:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof99n:00010000:10A804:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A804:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A804:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A804:00000003:FFFFFFFF:Character D:Fourth character selected :kof99n:62000000:000000:00000000:00000000:Select Striker PL1:This refers to the striker :kof99n:00010000:10A805:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A805:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A805:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A805:00000003:FFFFFFFF:Character D:Fourth character selected kof99n:0:108439:65:000:Infinite Energy PL2 kof99n:0:108439:00:001:Drain all Energy Now! PL2 kof99n:0:1083E8:90:000:Maximum Power PL2 kof99n:0:1083E8:00:001:Drain all Power Now! PL2 kof99n:0:1084E3:05:000:Infinite Strikers PL2 :kof99n:00000000:10843F:00000065:FFFFFFFF:Never Get Dizzied PL2 :kof99n:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof99n:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof99n:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof99n:00000000:108447:00000065:FFFFFFFF:Never Get Guard Crushed PL2 :kof99n:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof99n:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof99n:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 kof99n:0:000000:00:999:[ Kind of weird autoguard you must push down ] kof99n:0:000000:00:999:[ to defend from low attacks. ] kof99n:0:108395:0A:000:Autoguard PL2 kof99n:0:000000:00:999:[ These cheats may cause some glitches ] kof99n:0:10837D:0C:000:All Moves Combo PL2 :kof99n:62000000:000000:00000000:00000000:Select Team PL2 :kof99n:00010000:10A80C:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99n:00010000:10A80C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99n:00010000:10A80C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99n:00010000:10A80C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99n:00010000:10A80C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99n:00010000:10A80C:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99n:00010000:10A80C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99n:00010000:10A80C:00000007:FFFFFFFF:Krizalid (solo) :kof99n:00010000:10A80C:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99n:00010000:10A80C:00000009:FFFFFFFF:Kyo (solo) :kof99n:00010000:10A80C:0000000A:FFFFFFFF:Iori (solo) :kof99n:00010000:10A80C:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99n:00010000:10A80C:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99n:00010000:10A80C:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99n:00010000:10A80C:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99n:00000100:10A80E:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof99n:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof99n:00010000:10A80F:00000000:FFFFFFFF:K' :kof99n:00010000:10A80F:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A80F:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A80F:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A80F:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A80F:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A80F:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A80F:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A80F:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A80F:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A80F:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A80F:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A80F:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A80F:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A80F:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A80F:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A80F:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A80F:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A80F:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A80F:00000013:FFFFFFFF:Bao :kof99n:00010000:10A80F:00000014:FFFFFFFF:King :kof99n:00010000:10A80F:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A80F:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A80F:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A80F:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A80F:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A80F:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A80F:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A80F:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A80F:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A80F:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A80F:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A80F:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A80F:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof99n:00010000:10A810:00000000:FFFFFFFF:K' :kof99n:00010000:10A810:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A810:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A810:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A810:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A810:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A810:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A810:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A810:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A810:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A810:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A810:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A810:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A810:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A810:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A810:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A810:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A810:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A810:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A810:00000013:FFFFFFFF:Bao :kof99n:00010000:10A810:00000014:FFFFFFFF:King :kof99n:00010000:10A810:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A810:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A810:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A810:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A810:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A810:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A810:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A810:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A810:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A810:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A810:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A810:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A810:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof99n:00010000:10A811:00000000:FFFFFFFF:K' :kof99n:00010000:10A811:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A811:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A811:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A811:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A811:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A811:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A811:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A811:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A811:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A811:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A811:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A811:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A811:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A811:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A811:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A811:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A811:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A811:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A811:00000013:FFFFFFFF:Bao :kof99n:00010000:10A811:00000014:FFFFFFFF:King :kof99n:00010000:10A811:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A811:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A811:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A811:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A811:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A811:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A811:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A811:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A811:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A811:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A811:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A811:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A811:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Character PL2 (D):This refers to the fourth character selected :kof99n:00010000:10A812:00000000:FFFFFFFF:K' :kof99n:00010000:10A812:00000001:FFFFFFFF:Maxima :kof99n:00010000:10A812:00000002:FFFFFFFF:Benimaru Nikaido :kof99n:00010000:10A812:00000003:FFFFFFFF:Shingo Yabuki :kof99n:00010000:10A812:00000004:FFFFFFFF:Terry Bogard :kof99n:00010000:10A812:00000005:FFFFFFFF:Andy Bogard :kof99n:00010000:10A812:00000006:FFFFFFFF:Joe Higashi :kof99n:00010000:10A812:00000007:FFFFFFFF:Mai Shiranui :kof99n:00010000:10A812:00000008:FFFFFFFF:Ryo Sakazaki :kof99n:00010000:10A812:00000009:FFFFFFFF:Robert Garcia :kof99n:00010000:10A812:0000000A:FFFFFFFF:Yuri Sakazaki :kof99n:00010000:10A812:0000000B:FFFFFFFF:Takuma Sakazaki :kof99n:00010000:10A812:0000000C:FFFFFFFF:Leona :kof99n:00010000:10A812:0000000D:FFFFFFFF:Ralf Jones :kof99n:00010000:10A812:0000000E:FFFFFFFF:Clark Steel :kof99n:00010000:10A812:0000000F:FFFFFFFF:Whip :kof99n:00010000:10A812:00000010:FFFFFFFF:Athena Asamiya :kof99n:00010000:10A812:00000011:FFFFFFFF:Sie Kensou :kof99n:00010000:10A812:00000012:FFFFFFFF:Chin Gentsai :kof99n:00010000:10A812:00000013:FFFFFFFF:Bao :kof99n:00010000:10A812:00000014:FFFFFFFF:King :kof99n:00010000:10A812:00000015:FFFFFFFF:Blue Mary :kof99n:00010000:10A812:00000016:FFFFFFFF:Kasumi Todo :kof99n:00010000:10A812:00000017:FFFFFFFF:Li Xiangfei :kof99n:00010000:10A812:00000018:FFFFFFFF:Kim Kaphwan :kof99n:00010000:10A812:00000019:FFFFFFFF:Chang Koehan :kof99n:00010000:10A812:0000001A:FFFFFFFF:Choi Bounge :kof99n:00010000:10A812:0000001B:FFFFFFFF:Jhun Hoon :kof99n:00010000:10A812:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99n:00010000:10A812:0000001D:FFFFFFFF:Kyo-1 :kof99n:00010000:10A812:0000001E:FFFFFFFF:#Iori Yagami :kof99n:00010000:10A812:0000001F:FFFFFFFF:#Krizalid :kof99n:00010000:10A812:00000020:FFFFFFFF:#Krizalid (second form) :kof99n:00010000:10A812:00000021:FFFFFFFF:Kyo-2 :kof99n:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof99n:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof99n:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof99n:00010000:10A85B:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99n:00010000:10A85B:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99n:00010000:10A85B:00000005:FFFFFFFF:4th character selected at random :kof99n:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof99n:00010000:10A813:00000000:FFFFFFFF:A colour :kof99n:00010000:10A813:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof99n:00010000:10A814:00000000:FFFFFFFF:A colour :kof99n:00010000:10A814:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof99n:00010000:10A815:00000000:FFFFFFFF:A colour :kof99n:00010000:10A815:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select Colour PL2 (D):This refers to the fourth character selected :kof99n:00010000:10A816:00000000:FFFFFFFF:A colour :kof99n:00010000:10A816:00000001:FFFFFFFF:B colour :kof99n:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof99n:00010000:10A817:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A817:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A817:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A817:00000003:FFFFFFFF:Character D:Fourth character selected :kof99n:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof99n:00010000:10A818:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A818:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A818:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A818:00000003:FFFFFFFF:Character D:Fourth character selected :kof99n:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof99n:00010000:10A819:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A819:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A819:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A819:00000003:FFFFFFFF:Character D:Fourth character selected :kof99n:62000000:000000:00000000:00000000:Select Striker PL2:This refers to the striker :kof99n:00010000:10A81A:00000000:FFFFFFFF:Character A:First character selected :kof99n:00010000:10A81A:00000001:FFFFFFFF:Character B:Second character selected :kof99n:00010000:10A81A:00000002:FFFFFFFF:Character C:Third character selected :kof99n:00010000:10A81A:00000003:FFFFFFFF:Character D:Fourth character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof99n:60000000:000000:00000000:00000000:[Use for Terry PL1] :kof99n:00000000:10E70C:0000000C:FFFFFFFF:Rising Tackle :kof99n:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof99n:00000000:10E710:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99n:60000000:000000:00000000:00000000:[Use for Robert PL1] :kof99n:00000000:10E708:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99n:00000000:10E70C:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99n:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof99n:00000000:10E70C:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99n:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof99n:00000000:10E708:0000000C:FFFFFFFF:Moon Slasher :kof99n:00000000:10E70A:0000000C:FFFFFFFF:Ground Saber :kof99n:00000000:10E710:0000000C:FFFFFFFF:Baltic Launcher :kof99n:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof99n:00000000:10E70A:0000000C:FFFFFFFF:Gatling Attack :kof99n:00000000:10E70C:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99n:60000000:000000:00000000:00000000:[Use for Clark PL1] :kof99n:00000000:10E714:0000000C:FFFFFFFF:Gatling Attack :kof99n:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof99n:00000000:10E716:0000000C:FFFFFFFF:Straight Slicer :kof99n:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof99n:00000000:10E708:0000000C:FFFFFFFF:Hien Zan :kof99n:00000000:10E70E:0000000C:FFFFFFFF:Ryuusei Raku :kof99n:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof99n:00000000:10E708:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99n:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof99n:00000000:10E708:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99n:00000000:10E70C:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99n:60000000:000000:00000000:00000000:[Use for Jhun PL1] :kof99n:00000000:10E714:0000000C:FFFFFFFF:Kuu Sajin :kof99n:60000000:000000:00000000:00000000:[Use for Terry PL2] :kof99n:00000000:10E938:0000000C:FFFFFFFF:Rising Tackle :kof99n:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof99n:00000000:10E93C:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99n:60000000:000000:00000000:00000000:[Use for Robert PL2] :kof99n:00000000:10E934:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99n:00000000:10E938:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99n:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof99n:00000000:10E938:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99n:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof99n:00000000:10E934:0000000C:FFFFFFFF:Moon Slasher :kof99n:00000000:10E936:0000000C:FFFFFFFF:Ground Saber :kof99n:00000000:10E93C:0000000C:FFFFFFFF:Baltic Launcher :kof99n:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof99n:00000000:10E936:0000000C:FFFFFFFF:Gatling Attack :kof99n:00000000:10E938:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99n:60000000:000000:00000000:00000000:[Use for Clark PL2] :kof99n:00000000:10E940:0000000C:FFFFFFFF:Gatling Attack :kof99n:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof99n:00000000:10E942:0000000C:FFFFFFFF:Straight Slicer :kof99n:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof99n:00000000:10E934:0000000C:FFFFFFFF:Hien Zan :kof99n:00000000:10E93A:0000000C:FFFFFFFF:Ryuusei Raku :kof99n:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof99n:00000000:10E934:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99n:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof99n:00000000:10E934:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99n:00000000:10E938:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99n:60000000:000000:00000000:00000000:[Use for Jhun PL2] :kof99n:00000000:10E940:0000000C:FFFFFFFF:Kuu Sajin :kof99n:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof99n:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof99n:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Fighters '99 - Millennium Battle, The (prototype) ] kof99p:0:10A7E6:60:000:Infinite Time kof99p:0:10A7E6:00:001:Finish this Round Now! kof99p:0:10EB49:20:020:Enable Kyo kof99p:0:10EB49:10:020:Enable Iori kof99p:0:000000:00:999:[ Enable refers to being able to select on ] kof99p:0:000000:00:999:[ character select screen, unlock refers to ] kof99p:0:000000:00:999:[ being able to perform the enable code. ] kof99p:0:D003FC:0F:113:Unlock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. Displays on title screen. Afterwards, use the following; Hold "Start" over [?] and press "Left,Right,Up,Left,Down,Right" to enable Kyo. Hold "Start" over [?] and press "Right,Left,Up,Right,Down,Left" to enable Iori. kof99p:0:D003FC:00:113:Lock Kyo + Iori in NVRAM:Enable and reset. Won't work on big-endian machines. :kof99p:00100000:10EC78:00009999:0000FFFF:Always have 9999 Battle Points (Last Round) :kof99p:00100000:10DAA2:00009999:0000FFFF:Always have 9999 Battle Points (Current) :kof99p:00000300:10A7B6:00000005:FFFFFFFF:Select Current Round :kof99p:62000000:000000:00000000:00000000:Select Backdrop :kof99p:00010000:10A7AE:00000000:FFFFFFFF:Park :kof99p:00010000:10A7AE:00000001:FFFFFFFF:Alley :kof99p:00010000:10A7AE:00000002:FFFFFFFF:Airport :kof99p:00010000:10A7AE:00000003:FFFFFFFF:Museum :kof99p:00010000:10A7AE:00000004:FFFFFFFF:Sewage System :kof99p:00010000:10A7AE:00000005:FFFFFFFF:Temple :kof99p:62000000:000000:00000000:00000000:Select Backdrop Music:2P mode only :kof99p:00010000:10ECBD:00000000:FFFFFFFF:KD-0079:Hero Team :kof99p:00010000:10ECBD:00000001:FFFFFFFF:176th Street:Fatal Fury Team :kof99p:00010000:10ECBD:00000002:FFFFFFFF:Ryu-Ko:Art of Fighting Team :kof99p:00010000:10ECBD:00000003:FFFFFFFF:W. W. III:Ikari Team :kof99p:00010000:10ECBD:00000004:FFFFFFFF:Psyco Sonic Trip:Psycho Soldier Team :kof99p:00010000:10ECBD:00000005:FFFFFFFF:Sha-La-La:Gals Fighters Team :kof99p:00010000:10ECBD:00000006:FFFFFFFF:The Way to Rebirth:Korea Team :kof99p:00010000:10ECBD:00000007:FFFFFFFF:Mechanical Bless:Krizalid :kof99p:00010000:10ECBD:00000008:FFFFFFFF:Dear Falling Angel:Krizalid (second form) :kof99p:00010000:10ECBD:00000009:FFFFFFFF:Tears:Kyo :kof99p:00010000:10ECBD:0000000A:FFFFFFFF:Sadistic Eyes:Iori :kof99p:00010000:10ECBD:0000000B:FFFFFFFF:Esaka? (Acid Mix):Kyo-1/Kyo-2 ; Activate any N of the first seven to go to stage N. ; Activate any five of the first seven to go to Krizalid. ; Activate any five of the first seven and the last one to go to Krizalid (second form). :kof99p:00000001:10A799:00000001:00000001:Beaten Hero Team :kof99p:00000001:10A799:00000002:00000002:Beaten Fatal Fury Team :kof99p:00000001:10A799:00000004:00000004:Beaten Art of Fighting Team :kof99p:00000001:10A799:00000008:00000008:Beaten Ikari Team :kof99p:00000001:10A799:00000010:00000010:Beaten Psycho Soldier Team :kof99p:00000001:10A799:00000020:00000020:Beaten Gals Fighters Team :kof99p:00000001:10A799:00000040:00000040:Beaten Korea Team :kof99p:00000001:10A799:00000080:00000080:Beaten Krizalid kof99p:0:108239:65:000:Infinite Energy PL1 kof99p:0:108239:00:001:Drain all Energy Now! PL1 kof99p:0:1081E8:90:000:Maximum Power PL1 kof99p:0:1081E8:00:001:Drain all Power Now! PL1 kof99p:0:1082E3:05:000:Infinite Strikers PL1 :kof99p:00000000:10823F:00000065:FFFFFFFF:Never Get Dizzied PL1 :kof99p:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kof99p:00000000:108244:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL1 :kof99p:00000000:108244:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL1 :kof99p:00000000:108247:00000065:FFFFFFFF:Never Get Guard Crushed PL1 :kof99p:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kof99p:00000000:10824C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL1 :kof99p:00000000:10824C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL1 kof99p:0:000000:00:999:[ Kind of weird autoguard you must push ] kof99p:0:000000:00:999:[ down to defend from low attacks. ] kof99p:0:108195:0A:000:Autoguard PL1 kof99p:0:000000:00:999:[ These cheats may cause some glitches. ] kof99p:0:10817D:0C:000:All Moves Combo PL1 :kof99p:62000000:000000:00000000:00000000:Select Team PL1 :kof99p:00010000:10A7F7:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99p:00010000:10A7F7:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99p:00010000:10A7F7:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99p:00010000:10A7F7:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99p:00010000:10A7F7:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99p:00010000:10A7F7:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99p:00010000:10A7F7:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99p:00010000:10A7F7:00000007:FFFFFFFF:Krizalid (solo) :kof99p:00010000:10A7F7:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99p:00010000:10A7F7:00000009:FFFFFFFF:Kyo (solo) :kof99p:00010000:10A7F7:0000000A:FFFFFFFF:Iori (solo) :kof99p:00010000:10A7F7:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99p:00010000:10A7F7:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99p:00010000:10A7F7:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99p:00010000:10A7F7:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99p:00000100:10A7F9:00000002:FFFFFFFF:Select Rounds Lost PL1 :kof99p:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected :kof99p:00010000:10A7FA:00000000:FFFFFFFF:K' :kof99p:00010000:10A7FA:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A7FA:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A7FA:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A7FA:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A7FA:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A7FA:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A7FA:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A7FA:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A7FA:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A7FA:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A7FA:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A7FA:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A7FA:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A7FA:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A7FA:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A7FA:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A7FA:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A7FA:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A7FA:00000013:FFFFFFFF:Bao :kof99p:00010000:10A7FA:00000014:FFFFFFFF:King :kof99p:00010000:10A7FA:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A7FA:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A7FA:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A7FA:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A7FA:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A7FA:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A7FA:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A7FA:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A7FA:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A7FA:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A7FA:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A7FA:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A7FA:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected :kof99p:00010000:10A7FB:00000000:FFFFFFFF:K' :kof99p:00010000:10A7FB:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A7FB:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A7FB:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A7FB:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A7FB:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A7FB:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A7FB:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A7FB:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A7FB:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A7FB:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A7FB:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A7FB:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A7FB:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A7FB:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A7FB:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A7FB:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A7FB:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A7FB:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A7FB:00000013:FFFFFFFF:Bao :kof99p:00010000:10A7FB:00000014:FFFFFFFF:King :kof99p:00010000:10A7FB:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A7FB:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A7FB:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A7FB:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A7FB:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A7FB:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A7FB:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A7FB:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A7FB:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A7FB:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A7FB:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A7FB:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A7FB:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected :kof99p:00010000:10A7FC:00000000:FFFFFFFF:K' :kof99p:00010000:10A7FC:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A7FC:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A7FC:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A7FC:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A7FC:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A7FC:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A7FC:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A7FC:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A7FC:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A7FC:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A7FC:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A7FC:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A7FC:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A7FC:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A7FC:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A7FC:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A7FC:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A7FC:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A7FC:00000013:FFFFFFFF:Bao :kof99p:00010000:10A7FC:00000014:FFFFFFFF:King :kof99p:00010000:10A7FC:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A7FC:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A7FC:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A7FC:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A7FC:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A7FC:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A7FC:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A7FC:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A7FC:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A7FC:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A7FC:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A7FC:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A7FC:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Character PL1 (D):This refers to the fourth character selected :kof99p:00010000:10A7FD:00000000:FFFFFFFF:K' :kof99p:00010000:10A7FD:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A7FD:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A7FD:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A7FD:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A7FD:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A7FD:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A7FD:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A7FD:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A7FD:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A7FD:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A7FD:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A7FD:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A7FD:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A7FD:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A7FD:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A7FD:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A7FD:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A7FD:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A7FD:00000013:FFFFFFFF:Bao :kof99p:00010000:10A7FD:00000014:FFFFFFFF:King :kof99p:00010000:10A7FD:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A7FD:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A7FD:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A7FD:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A7FD:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A7FD:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A7FD:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A7FD:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A7FD:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A7FD:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A7FD:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A7FD:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A7FD:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Roulette Status PL1 :kof99p:00010000:10A84A:00000000:FFFFFFFF:No one selected at random :kof99p:00010000:10A84A:00000002:FFFFFFFF:All characters selected at random :kof99p:00010000:10A84A:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99p:00010000:10A84A:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99p:00010000:10A84A:00000005:FFFFFFFF:4th character selected at random :kof99p:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected :kof99p:00010000:10A7FE:00000000:FFFFFFFF:A colour :kof99p:00010000:10A7FE:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected :kof99p:00010000:10A7FF:00000000:FFFFFFFF:A colour :kof99p:00010000:10A7FF:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected :kof99p:00010000:10A800:00000000:FFFFFFFF:A colour :kof99p:00010000:10A800:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select Colour PL1 (D):This refers to the fourth character selected :kof99p:00010000:10A801:00000000:FFFFFFFF:A colour :kof99p:00010000:10A801:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kof99p:00010000:10A802:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A802:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A802:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A802:00000003:FFFFFFFF:Character D:Fourth character selected :kof99p:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kof99p:00010000:10A803:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A803:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A803:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A803:00000003:FFFFFFFF:Character D:Fourth character selected :kof99p:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kof99p:00010000:10A804:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A804:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A804:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A804:00000003:FFFFFFFF:Character D:Fourth character selected :kof99p:62000000:000000:00000000:00000000:Select Striker PL1:This refers to the striker :kof99p:00010000:10A805:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A805:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A805:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A805:00000003:FFFFFFFF:Character D:Fourth character selected kof99p:0:108439:65:000:Infinite Energy PL2 kof99p:0:108439:00:001:Drain all Energy Now! PL2 kof99p:0:1083E8:90:000:Maximum Power PL2 kof99p:0:1083E8:00:001:Drain all Power Now! PL2 kof99p:0:1084E3:05:000:Infinite Strikers PL2 :kof99p:00000000:10843F:00000065:FFFFFFFF:Never Get Dizzied PL2 :kof99p:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL2 :kof99p:00000000:108444:00000010:FFFFFFFF:Stun Gauge Never Recovers Until Dizzied PL2 :kof99p:00000000:108444:00000000:FFFFFFFF:Stun Gauge Instantly Recovers PL2 :kof99p:00000000:108447:00000065:FFFFFFFF:Never Get Guard Crushed PL2 :kof99p:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL2 :kof99p:00000000:10844C:00000010:FFFFFFFF:Guard Bar Never Recovers Until Guard Crushed PL2 :kof99p:00000000:10844C:00000000:FFFFFFFF:Guard Bar Instantly Recovers PL2 kof99p:0:000000:00:999:[ Kind of weird autoguard you must push down ] kof99p:0:000000:00:999:[ to defend from low attacks. ] kof99p:0:108395:0A:000:Autoguard PL2 kof99p:0:000000:00:999:[ These cheats may cause some glitches ] kof99p:0:10837D:0C:000:All Moves Combo PL2 :kof99p:62000000:000000:00000000:00000000:Select Team PL2 :kof99p:00010000:10A80C:00000000:FFFFFFFF:Hero Team:K', Maxima, Benimaru, Shingo :kof99p:00010000:10A80C:00000001:FFFFFFFF:Fatal Fury Team:Terry, Andy, Joe, Mai :kof99p:00010000:10A80C:00000002:FFFFFFFF:Art of Fighting Team:Ryo, Robert, Yuri, Takuma :kof99p:00010000:10A80C:00000003:FFFFFFFF:Ikari Team:Leona, Ralf, Clark, Whip :kof99p:00010000:10A80C:00000004:FFFFFFFF:Psycho Soldier Team:Athena, Kensou, Chin, Bao :kof99p:00010000:10A80C:00000005:FFFFFFFF:Gals Fighters Team:King, Mary, Kasumi, Xiangfei :kof99p:00010000:10A80C:00000006:FFFFFFFF:Korea Team:Kim, Chang, Choi, Jhun :kof99p:00010000:10A80C:00000007:FFFFFFFF:Krizalid (solo) :kof99p:00010000:10A80C:00000008:FFFFFFFF:Krizalid (second form) (solo) :kof99p:00010000:10A80C:00000009:FFFFFFFF:Kyo (solo) :kof99p:00010000:10A80C:0000000A:FFFFFFFF:Iori (solo) :kof99p:00010000:10A80C:0000000B:FFFFFFFF:Kyo-Iori Team:Kyo, Iori, any other two :kof99p:00010000:10A80C:0000000C:FFFFFFFF:Kyo Team:Kyo, any other three :kof99p:00010000:10A80C:0000000D:FFFFFFFF:Iori Team:Iori, any other three :kof99p:00010000:10A80C:0000000E:FFFFFFFF:Custom Team ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kof99p:00000100:10A80E:00000002:FFFFFFFF:Select Rounds Lost PL2 :kof99p:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected :kof99p:00010000:10A80F:00000000:FFFFFFFF:K' :kof99p:00010000:10A80F:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A80F:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A80F:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A80F:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A80F:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A80F:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A80F:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A80F:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A80F:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A80F:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A80F:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A80F:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A80F:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A80F:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A80F:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A80F:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A80F:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A80F:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A80F:00000013:FFFFFFFF:Bao :kof99p:00010000:10A80F:00000014:FFFFFFFF:King :kof99p:00010000:10A80F:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A80F:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A80F:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A80F:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A80F:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A80F:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A80F:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A80F:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A80F:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A80F:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A80F:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A80F:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A80F:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected :kof99p:00010000:10A810:00000000:FFFFFFFF:K' :kof99p:00010000:10A810:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A810:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A810:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A810:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A810:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A810:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A810:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A810:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A810:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A810:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A810:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A810:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A810:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A810:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A810:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A810:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A810:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A810:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A810:00000013:FFFFFFFF:Bao :kof99p:00010000:10A810:00000014:FFFFFFFF:King :kof99p:00010000:10A810:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A810:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A810:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A810:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A810:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A810:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A810:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A810:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A810:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A810:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A810:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A810:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A810:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected :kof99p:00010000:10A811:00000000:FFFFFFFF:K' :kof99p:00010000:10A811:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A811:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A811:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A811:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A811:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A811:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A811:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A811:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A811:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A811:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A811:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A811:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A811:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A811:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A811:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A811:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A811:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A811:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A811:00000013:FFFFFFFF:Bao :kof99p:00010000:10A811:00000014:FFFFFFFF:King :kof99p:00010000:10A811:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A811:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A811:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A811:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A811:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A811:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A811:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A811:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A811:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A811:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A811:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A811:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A811:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Character PL2 (D):This refers to the fourth character selected :kof99p:00010000:10A812:00000000:FFFFFFFF:K' :kof99p:00010000:10A812:00000001:FFFFFFFF:Maxima :kof99p:00010000:10A812:00000002:FFFFFFFF:Benimaru Nikaido :kof99p:00010000:10A812:00000003:FFFFFFFF:Shingo Yabuki :kof99p:00010000:10A812:00000004:FFFFFFFF:Terry Bogard :kof99p:00010000:10A812:00000005:FFFFFFFF:Andy Bogard :kof99p:00010000:10A812:00000006:FFFFFFFF:Joe Higashi :kof99p:00010000:10A812:00000007:FFFFFFFF:Mai Shiranui :kof99p:00010000:10A812:00000008:FFFFFFFF:Ryo Sakazaki :kof99p:00010000:10A812:00000009:FFFFFFFF:Robert Garcia :kof99p:00010000:10A812:0000000A:FFFFFFFF:Yuri Sakazaki :kof99p:00010000:10A812:0000000B:FFFFFFFF:Takuma Sakazaki :kof99p:00010000:10A812:0000000C:FFFFFFFF:Leona :kof99p:00010000:10A812:0000000D:FFFFFFFF:Ralf Jones :kof99p:00010000:10A812:0000000E:FFFFFFFF:Clark Steel :kof99p:00010000:10A812:0000000F:FFFFFFFF:Whip :kof99p:00010000:10A812:00000010:FFFFFFFF:Athena Asamiya :kof99p:00010000:10A812:00000011:FFFFFFFF:Sie Kensou :kof99p:00010000:10A812:00000012:FFFFFFFF:Chin Gentsai :kof99p:00010000:10A812:00000013:FFFFFFFF:Bao :kof99p:00010000:10A812:00000014:FFFFFFFF:King :kof99p:00010000:10A812:00000015:FFFFFFFF:Blue Mary :kof99p:00010000:10A812:00000016:FFFFFFFF:Kasumi Todo :kof99p:00010000:10A812:00000017:FFFFFFFF:Li Xiangfei :kof99p:00010000:10A812:00000018:FFFFFFFF:Kim Kaphwan :kof99p:00010000:10A812:00000019:FFFFFFFF:Chang Koehan :kof99p:00010000:10A812:0000001A:FFFFFFFF:Choi Bounge :kof99p:00010000:10A812:0000001B:FFFFFFFF:Jhun Hoon :kof99p:00010000:10A812:0000001C:FFFFFFFF:#Kyo Kusanagi :kof99p:00010000:10A812:0000001D:FFFFFFFF:Kyo-1 :kof99p:00010000:10A812:0000001E:FFFFFFFF:#Iori Yagami :kof99p:00010000:10A812:0000001F:FFFFFFFF:#Krizalid :kof99p:00010000:10A812:00000020:FFFFFFFF:#Krizalid (second form) :kof99p:00010000:10A812:00000021:FFFFFFFF:Kyo-2 :kof99p:62000000:000000:00000000:00000000:Select Roulette Status PL2 :kof99p:00010000:10A85B:00000000:FFFFFFFF:No one selected at random :kof99p:00010000:10A85B:00000002:FFFFFFFF:All characters selected at random :kof99p:00010000:10A85B:00000003:FFFFFFFF:2nd, 3rd, and 4th characters selected at random :kof99p:00010000:10A85B:00000004:FFFFFFFF:3rd and 4th characters selected at random :kof99p:00010000:10A85B:00000005:FFFFFFFF:4th character selected at random :kof99p:62000000:000000:00000000:00000000:Select Colour PL2 (A):This refers to the first character selected :kof99p:00010000:10A813:00000000:FFFFFFFF:A colour :kof99p:00010000:10A813:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select Colour PL2 (B):This refers to the second character selected :kof99p:00010000:10A814:00000000:FFFFFFFF:A colour :kof99p:00010000:10A814:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select Colour PL2 (C):This refers to the third character selected :kof99p:00010000:10A815:00000000:FFFFFFFF:A colour :kof99p:00010000:10A815:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select Colour PL2 (D):This refers to the fourth character selected :kof99p:00010000:10A816:00000000:FFFFFFFF:A colour :kof99p:00010000:10A816:00000001:FFFFFFFF:B colour :kof99p:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kof99p:00010000:10A817:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A817:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A817:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A817:00000003:FFFFFFFF:Character D:Fourth character selected :kof99p:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kof99p:00010000:10A818:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A818:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A818:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A818:00000003:FFFFFFFF:Character D:Fourth character selected :kof99p:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kof99p:00010000:10A819:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A819:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A819:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A819:00000003:FFFFFFFF:Character D:Fourth character selected :kof99p:62000000:000000:00000000:00000000:Select Striker PL2:This refers to the striker :kof99p:00010000:10A81A:00000000:FFFFFFFF:Character A:First character selected :kof99p:00010000:10A81A:00000001:FFFFFFFF:Character B:Second character selected :kof99p:00010000:10A81A:00000002:FFFFFFFF:Character C:Third character selected :kof99p:00010000:10A81A:00000003:FFFFFFFF:Character D:Fourth character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kof99p:60000000:000000:00000000:00000000:[Use for Terry PL1] :kof99p:00000000:10E70C:0000000C:FFFFFFFF:Rising Tackle :kof99p:60000000:000000:00000000:00000000:[Use for Mai PL1] :kof99p:00000000:10E710:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99p:60000000:000000:00000000:00000000:[Use for Robert PL1] :kof99p:00000000:10E708:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99p:00000000:10E70C:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99p:60000000:000000:00000000:00000000:[Use for Takuma PL1] :kof99p:00000000:10E70C:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99p:60000000:000000:00000000:00000000:[Use for Leona PL1] :kof99p:00000000:10E708:0000000C:FFFFFFFF:Moon Slasher :kof99p:00000000:10E70A:0000000C:FFFFFFFF:Ground Saber :kof99p:00000000:10E710:0000000C:FFFFFFFF:Baltic Launcher :kof99p:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kof99p:00000000:10E70A:0000000C:FFFFFFFF:Gatling Attack :kof99p:00000000:10E70C:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99p:60000000:000000:00000000:00000000:[Use for Clark PL1] :kof99p:00000000:10E714:0000000C:FFFFFFFF:Gatling Attack :kof99p:60000000:000000:00000000:00000000:[Use for Mary PL1] :kof99p:00000000:10E716:0000000C:FFFFFFFF:Straight Slicer :kof99p:60000000:000000:00000000:00000000:[Use for Kim PL1] :kof99p:00000000:10E708:0000000C:FFFFFFFF:Hien Zan :kof99p:00000000:10E70E:0000000C:FFFFFFFF:Ryuusei Raku :kof99p:60000000:000000:00000000:00000000:[Use for Chang PL1] :kof99p:00000000:10E708:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99p:60000000:000000:00000000:00000000:[Use for Choi PL1] :kof99p:00000000:10E708:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99p:00000000:10E70C:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99p:60000000:000000:00000000:00000000:[Use for Jhun PL1] :kof99p:00000000:10E714:0000000C:FFFFFFFF:Kuu Sajin :kof99p:60000000:000000:00000000:00000000:[Use for Terry PL2] :kof99p:00000000:10E938:0000000C:FFFFFFFF:Rising Tackle :kof99p:60000000:000000:00000000:00000000:[Use for Mai PL2] :kof99p:00000000:10E93C:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kof99p:60000000:000000:00000000:00000000:[Use for Robert PL2] :kof99p:00000000:10E934:0000000C:FFFFFFFF:Ryuugeki Ken, Hien Senpuu Kyaku :kof99p:00000000:10E938:0000000C:FFFFFFFF:Sen'en Renbu Kyaku, Ryuu Zanshou :kof99p:60000000:000000:00000000:00000000:[Use for Takuma PL2] :kof99p:00000000:10E938:0000000C:FFFFFFFF:Hien Shippu Kyaku :kof99p:60000000:000000:00000000:00000000:[Use for Leona PL2] :kof99p:00000000:10E934:0000000C:FFFFFFFF:Moon Slasher :kof99p:00000000:10E936:0000000C:FFFFFFFF:Ground Saber :kof99p:00000000:10E93C:0000000C:FFFFFFFF:Baltic Launcher :kof99p:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kof99p:00000000:10E936:0000000C:FFFFFFFF:Gatling Attack :kof99p:00000000:10E938:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kof99p:60000000:000000:00000000:00000000:[Use for Clark PL2] :kof99p:00000000:10E940:0000000C:FFFFFFFF:Gatling Attack :kof99p:60000000:000000:00000000:00000000:[Use for Mary PL2] :kof99p:00000000:10E942:0000000C:FFFFFFFF:Straight Slicer :kof99p:60000000:000000:00000000:00000000:[Use for Kim PL2] :kof99p:00000000:10E934:0000000C:FFFFFFFF:Hien Zan :kof99p:00000000:10E93A:0000000C:FFFFFFFF:Ryuusei Raku :kof99p:60000000:000000:00000000:00000000:[Use for Chang PL2] :kof99p:00000000:10E934:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kof99p:60000000:000000:00000000:00000000:[Use for Choi PL2] :kof99p:00000000:10E934:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kof99p:00000000:10E938:0000000C:FFFFFFFF:Senpuu Hien Sashi :kof99p:60000000:000000:00000000:00000000:[Use for Jhun PL2] :kof99p:00000000:10E940:0000000C:FFFFFFFF:Kuu Sajin :kof99p:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kof99p:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kof99p:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of Gladiator (The King of Fighters '97 bootleg) ] kog:0:10A83A:60:006:Infinite Time :kog:00800000:100000:00000004:00000004:Boss code & Timer stop:Debug Dip 1-3, does not enable Orochi kog:0:10EC34:1F:000:Enable hidden characters (except Orochi):Adds Orochi Iori, Orochi Leona, and the Orochi New Face Team to the selection screen :kog:00000300:10A7F1:00000005:FFFFFFFF:Select Current Round :kog:62000000:000000:00000000:00000000:Select Backdrop :kog:00010000:10A7EA:00000000:FFFFFFFF:Koshien Stadium, Japan :kog:00010000:10A7EA:00000001:FFFFFFFF:Adventureland, USA :kog:00010000:10A7EA:00000002:FFFFFFFF:Tuban, Bali :kog:00010000:10A7EA:00000003:FFFFFFFF:Kowloon, China :kog:00010000:10A7EA:00000004:FFFFFFFF:Kyong Bock Kung, Korea :kog:00010000:10A7EA:00000005:FFFFFFFF:Ruccass Corner, Monaco :kog:00010000:10A7EA:00000006:FFFFFFFF:Orochi Team :kog:00010000:10A7EA:00000007:FFFFFFFF:Orochi :kog:00000000:10EC35:00000001:FFFFFFFF:Backdrop Always Red:Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kog:00000001:10EC35:00000001:FFFFFFFF:Backdrop Turns Red Now!:Activate between matches for best effect. Makes the backdrop turn red (like how the stage would change in 1P mode when you face Orochi Iori or Orochi Leona). :kog:20800000:01436E:000000EC:FFFFFFFF:No Damage Dealt While Defending:Affects both players. ALL attacks do no damage when blocked - hence, a player takes no block damage. :kog:20810000:014377:00000000:FFFFFFFF:No Damage Dealt While Defending (2/2) kog:0:108239:67:000:Infinite Energy PL1 kog:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kog:0:1082E3:03:000:Infinite Power PL1 kog:0:1081EA:40:500:Infinite Power PL1 (2/4): kog:0:10825F:23:500:Infinite Power PL1 (3/4) kog:0:1081E0:10:520:Infinite Power PL1 (4/4) kog:0:000000:00:999:[ These cheats are for "Extra" mode. ] kog:0:1081E0:10:020:Maximum Power PL1 kog:0:1081E8:81:500:Maximum Power PL1 (2/4) kog:0:1081EA:3F:500:Maximum Power PL1 (3/4) kog:0:10824D:04:500:Maximum Power PL1 (4/4) :kog:00000000:10823F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kog:00000000:10823F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kog:00000000:108247:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kog:00000000:108247:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kog:62000000:000000:00000000:00000000:Select Mode PL1 :kog:00010000:10A849:00000000:FFFFFFFF:Advanced Mode :kog:00010000:10A849:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kog:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL1 :kog:62000000:000000:00000000:00000000:Select Character (A) PL1:This refers to the first character selected. :kog:00010000:10A84B:00000000:FFFFFFFF:Kyo Kusanagi :kog:00010000:10A84B:00000001:FFFFFFFF:Benimaru Nikaido :kog:00010000:10A84B:00000002:FFFFFFFF:Goro Daimon :kog:00010000:10A84B:00000003:FFFFFFFF:Terry Bogard :kog:00010000:10A84B:00000004:FFFFFFFF:Andy Bogard :kog:00010000:10A84B:00000005:FFFFFFFF:Joe Higashi :kog:00010000:10A84B:00000006:FFFFFFFF:Ryo Sakazaki :kog:00010000:10A84B:00000007:FFFFFFFF:Robert Garcia :kog:00010000:10A84B:00000008:FFFFFFFF:Yuri Sakazaki :kog:00010000:10A84B:00000009:FFFFFFFF:Leona :kog:00010000:10A84B:0000000A:FFFFFFFF:Ralf Jones :kog:00010000:10A84B:0000000B:FFFFFFFF:Clark Steel :kog:00010000:10A84B:0000000C:FFFFFFFF:Athena Asamiya :kog:00010000:10A84B:0000000D:FFFFFFFF:Sie Kensou :kog:00010000:10A84B:0000000E:FFFFFFFF:Chin Gentsai :kog:00010000:10A84B:0000000F:FFFFFFFF:Chizuru Kagura :kog:00010000:10A84B:00000010:FFFFFFFF:Mai Shiranui :kog:00010000:10A84B:00000011:FFFFFFFF:King :kog:00010000:10A84B:00000012:FFFFFFFF:Kim Kaphwan :kog:00010000:10A84B:00000013:FFFFFFFF:Chang Koehan :kog:00010000:10A84B:00000014:FFFFFFFF:Choi Bounge :kog:00010000:10A84B:00000015:FFFFFFFF:Yashiro Nanakase :kog:00010000:10A84B:00000016:FFFFFFFF:Shermie :kog:00010000:10A84B:00000017:FFFFFFFF:Chris :kog:00010000:10A84B:00000018:FFFFFFFF:Ryuji Yamazaki :kog:00010000:10A84B:00000019:FFFFFFFF:Blue Mary :kog:00010000:10A84B:0000001A:FFFFFFFF:Billy Kane :kog:00010000:10A84B:0000001B:FFFFFFFF:Iori Yagami :kog:00010000:10A84B:0000001C:FFFFFFFF:#Orochi Iori :kog:00010000:10A84B:0000001D:FFFFFFFF:#Orochi Leona :kog:00010000:10A84B:0000001E:FFFFFFFF:#Orochi :kog:00010000:10A84B:0000001F:FFFFFFFF:Shingo Yabuki :kog:62000000:000000:00000000:00000000:Select Character (B) PL1:This refers to the second character selected. :kog:00010000:10A84C:00000000:FFFFFFFF:Kyo Kusanagi :kog:00010000:10A84C:00000001:FFFFFFFF:Benimaru Nikaido :kog:00010000:10A84C:00000002:FFFFFFFF:Goro Daimon :kog:00010000:10A84C:00000003:FFFFFFFF:Terry Bogard :kog:00010000:10A84C:00000004:FFFFFFFF:Andy Bogard :kog:00010000:10A84C:00000005:FFFFFFFF:Joe Higashi :kog:00010000:10A84C:00000006:FFFFFFFF:Ryo Sakazaki :kog:00010000:10A84C:00000007:FFFFFFFF:Robert Garcia :kog:00010000:10A84C:00000008:FFFFFFFF:Yuri Sakazaki :kog:00010000:10A84C:00000009:FFFFFFFF:Leona :kog:00010000:10A84C:0000000A:FFFFFFFF:Ralf Jones :kog:00010000:10A84C:0000000B:FFFFFFFF:Clark Steel :kog:00010000:10A84C:0000000C:FFFFFFFF:Athena Asamiya :kog:00010000:10A84C:0000000D:FFFFFFFF:Sie Kensou :kog:00010000:10A84C:0000000E:FFFFFFFF:Chin Gentsai :kog:00010000:10A84C:0000000F:FFFFFFFF:Chizuru Kagura :kog:00010000:10A84C:00000010:FFFFFFFF:Mai Shiranui :kog:00010000:10A84C:00000011:FFFFFFFF:King :kog:00010000:10A84C:00000012:FFFFFFFF:Kim Kaphwan :kog:00010000:10A84C:00000013:FFFFFFFF:Chang Koehan :kog:00010000:10A84C:00000014:FFFFFFFF:Choi Bounge :kog:00010000:10A84C:00000015:FFFFFFFF:Yashiro Nanakase :kog:00010000:10A84C:00000016:FFFFFFFF:Shermie :kog:00010000:10A84C:00000017:FFFFFFFF:Chris :kog:00010000:10A84C:00000018:FFFFFFFF:Ryuji Yamazaki :kog:00010000:10A84C:00000019:FFFFFFFF:Blue Mary :kog:00010000:10A84C:0000001A:FFFFFFFF:Billy Kane :kog:00010000:10A84C:0000001B:FFFFFFFF:Iori Yagami :kog:00010000:10A84C:0000001C:FFFFFFFF:#Orochi Iori :kog:00010000:10A84C:0000001D:FFFFFFFF:#Orochi Leona :kog:00010000:10A84C:0000001E:FFFFFFFF:#Orochi :kog:00010000:10A84C:0000001F:FFFFFFFF:Shingo Yabuki :kog:62000000:000000:00000000:00000000:Select Character (C) PL1:This refers to the third character selected. :kog:00010000:10A84D:00000000:FFFFFFFF:Kyo Kusanagi :kog:00010000:10A84D:00000001:FFFFFFFF:Benimaru Nikaido :kog:00010000:10A84D:00000002:FFFFFFFF:Goro Daimon :kog:00010000:10A84D:00000003:FFFFFFFF:Terry Bogard :kog:00010000:10A84D:00000004:FFFFFFFF:Andy Bogard :kog:00010000:10A84D:00000005:FFFFFFFF:Joe Higashi :kog:00010000:10A84D:00000006:FFFFFFFF:Ryo Sakazaki :kog:00010000:10A84D:00000007:FFFFFFFF:Robert Garcia :kog:00010000:10A84D:00000008:FFFFFFFF:Yuri Sakazaki :kog:00010000:10A84D:00000009:FFFFFFFF:Leona :kog:00010000:10A84D:0000000A:FFFFFFFF:Ralf Jones :kog:00010000:10A84D:0000000B:FFFFFFFF:Clark Steel :kog:00010000:10A84D:0000000C:FFFFFFFF:Athena Asamiya :kog:00010000:10A84D:0000000D:FFFFFFFF:Sie Kensou :kog:00010000:10A84D:0000000E:FFFFFFFF:Chin Gentsai :kog:00010000:10A84D:0000000F:FFFFFFFF:Chizuru Kagura :kog:00010000:10A84D:00000010:FFFFFFFF:Mai Shiranui :kog:00010000:10A84D:00000011:FFFFFFFF:King :kog:00010000:10A84D:00000012:FFFFFFFF:Kim Kaphwan :kog:00010000:10A84D:00000013:FFFFFFFF:Chang Koehan :kog:00010000:10A84D:00000014:FFFFFFFF:Choi Bounge :kog:00010000:10A84D:00000015:FFFFFFFF:Yashiro Nanakase :kog:00010000:10A84D:00000016:FFFFFFFF:Shermie :kog:00010000:10A84D:00000017:FFFFFFFF:Chris :kog:00010000:10A84D:00000018:FFFFFFFF:Ryuji Yamazaki :kog:00010000:10A84D:00000019:FFFFFFFF:Blue Mary :kog:00010000:10A84D:0000001A:FFFFFFFF:Billy Kane :kog:00010000:10A84D:0000001B:FFFFFFFF:Iori Yagami :kog:00010000:10A84D:0000001C:FFFFFFFF:#Orochi Iori :kog:00010000:10A84D:0000001D:FFFFFFFF:#Orochi Leona :kog:00010000:10A84D:0000001E:FFFFFFFF:#Orochi :kog:00010000:10A84D:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kog:00000000:10A857:00000001:00000001:Use Alternate Version Character PL1 (A):This refers to the first character selected. :kog:00000000:10A857:00000002:00000002:Use Alternate Version Character PL1 (B):This refers to the second character selected. :kog:00000000:10A857:00000004:00000004:Use Alternate Version Character PL1 (C):This refers to the third character selected. :kog:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kog:00010000:10A84E:00000000:FFFFFFFF:A colour (Advanced Mode) :kog:00010000:10A84E:00000001:FFFFFFFF:D colour (Advanced Mode) :kog:00010000:10A84E:00000002:FFFFFFFF:A colour (Extra Mode) :kog:00010000:10A84E:00000003:FFFFFFFF:D colour (Extra Mode) :kog:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kog:00010000:10A84F:00000000:FFFFFFFF:A colour (Advanced Mode) :kog:00010000:10A84F:00000001:FFFFFFFF:D colour (Advanced Mode) :kog:00010000:10A84F:00000002:FFFFFFFF:A colour (Extra Mode) :kog:00010000:10A84F:00000003:FFFFFFFF:D colour (Extra Mode) :kog:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kog:00010000:10A850:00000000:FFFFFFFF:A colour (Advanced Mode) :kog:00010000:10A850:00000001:FFFFFFFF:D colour (Advanced Mode) :kog:00010000:10A850:00000002:FFFFFFFF:A colour (Extra Mode) :kog:00010000:10A850:00000003:FFFFFFFF:D colour (Extra Mode) :kog:62000000:000000:00000000:00000000:Select First Character PL1:This refers to the character that fights first :kog:00010000:10A851:00000000:FFFFFFFF:Character A:First character selected :kog:00010000:10A851:00000001:FFFFFFFF:Character B:Second character selected :kog:00010000:10A851:00000002:FFFFFFFF:Character C:Third character selected :kog:62000000:000000:00000000:00000000:Select Second Character PL1:This refers to the character that fights second :kog:00010000:10A852:00000000:FFFFFFFF:Character A:First character selected :kog:00010000:10A852:00000001:FFFFFFFF:Character B:Second character selected :kog:00010000:10A852:00000002:FFFFFFFF:Character C:Third character selected :kog:62000000:000000:00000000:00000000:Select Third Character PL1:This refers to the character that fights third :kog:00010000:10A853:00000000:FFFFFFFF:Character A:First character selected :kog:00010000:10A853:00000001:FFFFFFFF:Character B:Second character selected :kog:00010000:10A853:00000002:FFFFFFFF:Character C:Third character selected kog:0:108439:67:000:Infinite Energy PL2 kog:0:000000:00:999:[ These cheats are for "Advanced" mode. ] kog:0:1084E3:03:000:Infinite Power PL2 kog:0:1083EA:40:500:Infinite Power PL2 (2/4) kog:0:10845F:23:500:Infinite Power PL2 (3/4) kog:0:1083E0:10:520:Infinite Power PL2 (4/4) kog:0:000000:00:999:[ These cheats are for "Extra" mode. ] kog:0:1083E0:10:020:Maximum Power PL2 kog:0:1083E8:81:500:Maximum Power PL2 (2/4) kog:0:1083EA:3F:500:Maximum Power PL2 (3/4) kog:0:10844D:04:500:Maximum Power PL2 (4/4) :kog:00000000:10843F:00000067:FFFFFFFF:Never Get Dizzied PL1 :kog:00000000:10843F:00000000:FFFFFFFF:Every Hit Will Dizzy PL1 :kog:00000000:108447:00000067:FFFFFFFF:Never Get Guard Crushed PL1 :kog:00000000:108447:00000000:FFFFFFFF:Every Block Will Guard Crush PL1 :kog:62000000:000000:00000000:00000000:Select Mode PL2 :kog:00010000:10A85A:00000000:FFFFFFFF:Advanced Mode :kog:00010000:10A85A:00000001:FFFFFFFF:Extra Mode ; Apply following cheat after team order selection or between rounds ; In team play, will determine which member in your team fights ; ie. 0 -> first in team order fights, 2-> third in team order fights :kog:00000100:10A84A:00000002:FFFFFFFF:Select Rounds Lost PL2 :kog:62000000:000000:00000000:00000000:Select Character (A) PL2:This refers to the first character selected. :kog:00010000:10A85C:00000000:FFFFFFFF:Kyo Kusanagi :kog:00010000:10A85C:00000001:FFFFFFFF:Benimaru Nikaido :kog:00010000:10A85C:00000002:FFFFFFFF:Goro Daimon :kog:00010000:10A85C:00000003:FFFFFFFF:Terry Bogard :kog:00010000:10A85C:00000004:FFFFFFFF:Andy Bogard :kog:00010000:10A85C:00000005:FFFFFFFF:Joe Higashi :kog:00010000:10A85C:00000006:FFFFFFFF:Ryo Sakazaki :kog:00010000:10A85C:00000007:FFFFFFFF:Robert Garcia :kog:00010000:10A85C:00000008:FFFFFFFF:Yuri Sakazaki :kog:00010000:10A85C:00000009:FFFFFFFF:Leona :kog:00010000:10A85C:0000000A:FFFFFFFF:Ralf Jones :kog:00010000:10A85C:0000000B:FFFFFFFF:Clark Steel :kog:00010000:10A85C:0000000C:FFFFFFFF:Athena Asamiya :kog:00010000:10A85C:0000000D:FFFFFFFF:Sie Kensou :kog:00010000:10A85C:0000000E:FFFFFFFF:Chin Gentsai :kog:00010000:10A85C:0000000F:FFFFFFFF:Chizuru Kagura :kog:00010000:10A85C:00000010:FFFFFFFF:Mai Shiranui :kog:00010000:10A85C:00000011:FFFFFFFF:King :kog:00010000:10A85C:00000012:FFFFFFFF:Kim Kaphwan :kog:00010000:10A85C:00000013:FFFFFFFF:Chang Koehan :kog:00010000:10A85C:00000014:FFFFFFFF:Choi Bounge :kog:00010000:10A85C:00000015:FFFFFFFF:Yashiro Nanakase :kog:00010000:10A85C:00000016:FFFFFFFF:Shermie :kog:00010000:10A85C:00000017:FFFFFFFF:Chris :kog:00010000:10A85C:00000018:FFFFFFFF:Ryuji Yamazaki :kog:00010000:10A85C:00000019:FFFFFFFF:Blue Mary :kog:00010000:10A85C:0000001A:FFFFFFFF:Billy Kane :kog:00010000:10A85C:0000001B:FFFFFFFF:Iori Yagami :kog:00010000:10A85C:0000001C:FFFFFFFF:#Orochi Iori :kog:00010000:10A85C:0000001D:FFFFFFFF:#Orochi Leona :kog:00010000:10A85C:0000001E:FFFFFFFF:#Orochi :kog:00010000:10A85C:0000001F:FFFFFFFF:Shingo Yabuki :kog:62000000:000000:00000000:00000000:Select Character (B) PL2:This refers to the second character selected. :kog:00010000:10A85D:00000000:FFFFFFFF:Kyo Kusanagi :kog:00010000:10A85D:00000001:FFFFFFFF:Benimaru Nikaido :kog:00010000:10A85D:00000002:FFFFFFFF:Goro Daimon :kog:00010000:10A85D:00000003:FFFFFFFF:Terry Bogard :kog:00010000:10A85D:00000004:FFFFFFFF:Andy Bogard :kog:00010000:10A85D:00000005:FFFFFFFF:Joe Higashi :kog:00010000:10A85D:00000006:FFFFFFFF:Ryo Sakazaki :kog:00010000:10A85D:00000007:FFFFFFFF:Robert Garcia :kog:00010000:10A85D:00000008:FFFFFFFF:Yuri Sakazaki :kog:00010000:10A85D:00000009:FFFFFFFF:Leona :kog:00010000:10A85D:0000000A:FFFFFFFF:Ralf Jones :kog:00010000:10A85D:0000000B:FFFFFFFF:Clark Steel :kog:00010000:10A85D:0000000C:FFFFFFFF:Athena Asamiya :kog:00010000:10A85D:0000000D:FFFFFFFF:Sie Kensou :kog:00010000:10A85D:0000000E:FFFFFFFF:Chin Gentsai :kog:00010000:10A85D:0000000F:FFFFFFFF:Chizuru Kagura :kog:00010000:10A85D:00000010:FFFFFFFF:Mai Shiranui :kog:00010000:10A85D:00000011:FFFFFFFF:King :kog:00010000:10A85D:00000012:FFFFFFFF:Kim Kaphwan :kog:00010000:10A85D:00000013:FFFFFFFF:Chang Koehan :kog:00010000:10A85D:00000014:FFFFFFFF:Choi Bounge :kog:00010000:10A85D:00000015:FFFFFFFF:Yashiro Nanakase :kog:00010000:10A85D:00000016:FFFFFFFF:Shermie :kog:00010000:10A85D:00000017:FFFFFFFF:Chris :kog:00010000:10A85D:00000018:FFFFFFFF:Ryuji Yamazaki :kog:00010000:10A85D:00000019:FFFFFFFF:Blue Mary :kog:00010000:10A85D:0000001A:FFFFFFFF:Billy Kane :kog:00010000:10A85D:0000001B:FFFFFFFF:Iori Yagami :kog:00010000:10A85D:0000001C:FFFFFFFF:#Orochi Iori :kog:00010000:10A85D:0000001D:FFFFFFFF:#Orochi Leona :kog:00010000:10A85D:0000001E:FFFFFFFF:#Orochi :kog:00010000:10A85D:0000001F:FFFFFFFF:Shingo Yabuki :kog:62000000:000000:00000000:00000000:Select Character (C) PL2:This refers to the third character selected. :kog:00010000:10A85E:00000000:FFFFFFFF:Kyo Kusanagi :kog:00010000:10A85E:00000001:FFFFFFFF:Benimaru Nikaido :kog:00010000:10A85E:00000002:FFFFFFFF:Goro Daimon :kog:00010000:10A85E:00000003:FFFFFFFF:Terry Bogard :kog:00010000:10A85E:00000004:FFFFFFFF:Andy Bogard :kog:00010000:10A85E:00000005:FFFFFFFF:Joe Higashi :kog:00010000:10A85E:00000006:FFFFFFFF:Ryo Sakazaki :kog:00010000:10A85E:00000007:FFFFFFFF:Robert Garcia :kog:00010000:10A85E:00000008:FFFFFFFF:Yuri Sakazaki :kog:00010000:10A85E:00000009:FFFFFFFF:Leona :kog:00010000:10A85E:0000000A:FFFFFFFF:Ralf Jones :kog:00010000:10A85E:0000000B:FFFFFFFF:Clark Steel :kog:00010000:10A85E:0000000C:FFFFFFFF:Athena Asamiya :kog:00010000:10A85E:0000000D:FFFFFFFF:Sie Kensou :kog:00010000:10A85E:0000000E:FFFFFFFF:Chin Gentsai :kog:00010000:10A85E:0000000F:FFFFFFFF:Chizuru Kagura :kog:00010000:10A85E:00000010:FFFFFFFF:Mai Shiranui :kog:00010000:10A85E:00000011:FFFFFFFF:King :kog:00010000:10A85E:00000012:FFFFFFFF:Kim Kaphwan :kog:00010000:10A85E:00000013:FFFFFFFF:Chang Koehan :kog:00010000:10A85E:00000014:FFFFFFFF:Choi Bounge :kog:00010000:10A85E:00000015:FFFFFFFF:Yashiro Nanakase :kog:00010000:10A85E:00000016:FFFFFFFF:Shermie :kog:00010000:10A85E:00000017:FFFFFFFF:Chris :kog:00010000:10A85E:00000018:FFFFFFFF:Ryuji Yamazaki :kog:00010000:10A85E:00000019:FFFFFFFF:Blue Mary :kog:00010000:10A85E:0000001A:FFFFFFFF:Billy Kane :kog:00010000:10A85E:0000001B:FFFFFFFF:Iori Yagami :kog:00010000:10A85E:0000001C:FFFFFFFF:#Orochi Iori :kog:00010000:10A85E:0000001D:FFFFFFFF:#Orochi Leona :kog:00010000:10A85E:0000001E:FFFFFFFF:#Orochi :kog:00010000:10A85E:0000001F:FFFFFFFF:Shingo Yabuki ;Use only for Kyo, Yashiro, Shermie, or Chris ;Assumes that the regular version character is selected. IE, select Kyo, turn on the cheat, and Kyo becomes 94-Kyo. Changes take effect between rounds. :kog:00000000:10A868:00000001:00000001:Use Alternate Version Character PL2 (A):This refers to the first character selected. :kog:00000000:10A868:00000002:00000002:Use Alternate Version Character PL2 (B):This refers to the second character selected. :kog:00000000:10A868:00000004:00000004:Use Alternate Version Character PL2 (C):This refers to the third character selected. :kog:62000000:000000:00000000:00000000:Select Colour PL1 (A):This refers to the first character selected. :kog:00010000:10A85F:00000000:FFFFFFFF:A colour (Advanced Mode) :kog:00010000:10A85F:00000001:FFFFFFFF:D colour (Advanced Mode) :kog:00010000:10A85F:00000002:FFFFFFFF:A colour (Extra Mode) :kog:00010000:10A85F:00000003:FFFFFFFF:D colour (Extra Mode) :kog:62000000:000000:00000000:00000000:Select Colour PL1 (B):This refers to the second character selected. :kog:00010000:10A860:00000000:FFFFFFFF:A colour (Advanced Mode) :kog:00010000:10A860:00000001:FFFFFFFF:D colour (Advanced Mode) :kog:00010000:10A860:00000002:FFFFFFFF:A colour (Extra Mode) :kog:00010000:10A860:00000003:FFFFFFFF:D colour (Extra Mode) :kog:62000000:000000:00000000:00000000:Select Colour PL1 (C):This refers to the third character selected. :kog:00010000:10A861:00000000:FFFFFFFF:A colour (Advanced Mode) :kog:00010000:10A861:00000001:FFFFFFFF:D colour (Advanced Mode) :kog:00010000:10A861:00000002:FFFFFFFF:A colour (Extra Mode) :kog:00010000:10A861:00000003:FFFFFFFF:D colour (Extra Mode) :kog:62000000:000000:00000000:00000000:Select First Character PL2:This refers to the character that fights first :kog:00010000:10A862:00000000:FFFFFFFF:Character A:First character selected :kog:00010000:10A862:00000001:FFFFFFFF:Character B:Second character selected :kog:00010000:10A862:00000002:FFFFFFFF:Character C:Third character selected :kog:62000000:000000:00000000:00000000:Select Second Character PL2:This refers to the character that fights second :kog:00010000:10A863:00000000:FFFFFFFF:Character A:First character selected :kog:00010000:10A863:00000001:FFFFFFFF:Character B:Second character selected :kog:00010000:10A863:00000002:FFFFFFFF:Character C:Third character selected :kog:62000000:000000:00000000:00000000:Select Third Character PL2:This refers to the character that fights third :kog:00010000:10A864:00000000:FFFFFFFF:Character A:First character selected :kog:00010000:10A864:00000001:FFFFFFFF:Character B:Second character selected :kog:00010000:10A864:00000002:FFFFFFFF:Character C:Third character selected ; Skip Charge cheats - allows the charge part of charge moves to be skipped completely ; "Third section" cheats until proper MLCs are found, when these cheats become obsolete :kog:60000000:000000:00000000:00000000:[Use for Leona PL1] :kog:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kog:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kog:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kog:60000000:000000:00000000:00000000:[Use for Ralf PL1] :kog:00000000:10E7E8:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kog:00000000:10E7EA:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kog:60000000:000000:00000000:00000000:[Use for Mai PL1] :kog:00000000:10E7EE:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kog:60000000:000000:00000000:00000000:[Use for Kim PL1] :kog:00000000:10E7E6:0000000C:FFFFFFFF:Hien Zan :kog:00000000:10E7EC:0000000C:FFFFFFFF:Ryuusei Raku :kog:60000000:000000:00000000:00000000:[Use for Chang PL1] :kog:00000000:10E7E6:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kog:00000000:10E7EA:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kog:60000000:000000:00000000:00000000:[Use for Choi PL1] :kog:00000000:10E7E6:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kog:00000000:10E7EA:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kog:60000000:000000:00000000:00000000:[Use for Mary PL1] :kog:00000000:10E7F4:0000000C:FFFFFFFF:Straight Slicer :kog:60000000:000000:00000000:00000000:[Use for Orochi Leona PL1] :kog:00000000:10E7E6:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kog:00000000:10E7E8:0000000C:FFFFFFFF:Ground Saber :kog:00000000:10E7EE:0000000C:FFFFFFFF:Baltic Launcher :kog:60000000:000000:00000000:00000000:[Use for Leona PL2] :kog:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kog:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kog:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kog:60000000:000000:00000000:00000000:[Use for Ralf PL2] :kog:00000000:10E9F4:0000000C:FFFFFFFF:Gatling Attack, Ralf Kick :kog:00000000:10E9F6:0000000C:FFFFFFFF:Kyuukouka Bakudan Punch (Chijou) :kog:60000000:000000:00000000:00000000:[Use for Mai PL2] :kog:00000000:10E9FA:0000000C:FFFFFFFF:Musasabi no Mai (Chijou) :kog:60000000:000000:00000000:00000000:[Use for Kim PL2] :kog:00000000:10E9F2:0000000C:FFFFFFFF:Hien Zan :kog:00000000:10E9F8:0000000C:FFFFFFFF:Ryuusei Raku :kog:60000000:000000:00000000:00000000:[Use for Chang PL2] :kog:00000000:10E9F2:0000000C:FFFFFFFF:Tekkyuu Funsai Geki :kog:00000000:10E9F6:0000000C:FFFFFFFF:Tekkyuu Hien Zan :kog:60000000:000000:00000000:00000000:[Use for Choi PL2] :kog:00000000:10E9F2:0000000C:FFFFFFFF:Tatsumaki Shippu Zan, Hishou Kuuretsu Zan :kog:00000000:10E9F6:0000000C:FFFFFFFF:Senpuu Hien Sashi, Shissou Hishou Zan :kog:60000000:000000:00000000:00000000:[Use for Mary PL2] :kog:00000000:10EA00:0000000C:FFFFFFFF:Straight Slicer :kog:60000000:000000:00000000:00000000:[Use for Orochi Leona PL2] :kog:00000000:10E9F2:0000000C:FFFFFFFF:Moon Slasher, X Calibur :kog:00000000:10E9F4:0000000C:FFFFFFFF:Ground Saber :kog:00000000:10E9FA:0000000C:FFFFFFFF:Baltic Launcher :kog:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kog:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kog:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Koi Koi Shimasho 2 - Super Real Hanafuda (Japan) ] koikois2:0:002DFA:63:000:Always have a winning score koikois2:0:002DFB:00:500:Always have a winning score (2/2) :koikois2:00100000:003699:00002008:FFFFFFFF:Always win after discarding a Card :koikois2:00110000:00369B:00000028:FFFFFFFF:Always win after discarding a Card (02/12) :koikois2:00110000:00369D:0000181C:FFFFFFFF:Always win after discarding a Card (03/12) :koikois2:00110000:00369F:00002414:FFFFFFFF:Always win after discarding a Card (04/12) :koikois2:00110000:0036A1:00000109:FFFFFFFF:Always win after discarding a Card (05/12) :koikois2:00110000:0036A3:00002905:FFFFFFFF:Always win after discarding a Card (06/12) :koikois2:00110000:0036A5:0000041D:FFFFFFFF:Always win after discarding a Card (07/12) :koikois2:00110000:0036A7:00002515:FFFFFFFF:Always win after discarding a Card (08/12) :koikois2:00110000:0036A9:00002A21:FFFFFFFF:Always win after discarding a Card (09/12) :koikois2:00110000:0036AB:0000110A:FFFFFFFF:Always win after discarding a Card (10/12) :koikois2:00110000:0036AD:0000190C:FFFFFFFF:Always win after discarding a Card (11/12) :koikois2:00110000:0036AF:00000D2C:FFFFFFFF:Always win after discarding a Card (12/12) koikois2:0:002DF8:00:000:Play with Kasumi Nozawa:Turn OFF to go to next level on completion koikois2:0:002DF8:01:000:Play with Kaede Takiguchi:Turn OFF to go to next level on completion koikois2:0:002F05:00:500:Play with Kaede Takiguchi (2/2) koikois2:0:002DF8:01:000:Play with Natsumi Sakai:Turn OFF to go to next level on completion koikois2:0:002F05:01:500:Play with Natsumi Sakai (2/2) koikois2:0:002DF8:02:000:Play with Mika Nishida:Turn OFF to go to next level on completion koikois2:0:002F05:00:500:Play with Mika Nishida (2/2) koikois2:0:002DF8:02:000:Play with Yukari Natsume:Turn OFF to go to next level on completion koikois2:0:002F05:01:500:Play with Yukari Natsume (2/2) koikois2:0:002DF8:03:000:Play with Naoko Migite:Turn OFF to go to next level on completion koikois2:0:002F05:00:500:Play with Naoko Migite (2/2) koikois2:0:002DF8:03:000:Play with Rikako Kishibe:Turn OFF to go to next level on completion koikois2:0:002F05:01:500:Play with Rikako Kishibe (2/2) koikois2:0:002DF8:04:000:Play with Saki Aikawa:Turn OFF to go to the ending on completion koikois2:0:002DF8:05:000:See the Ending:Turn this cheat OFF when the golden trophy is onscreen to see the rest of the ending ; [ Mahjong Koi no Magic Potion (Japan) ] koinomp:0:0000:00:999:[The winning hand cheat must] koinomp:0:0000:00:999:[be activated when there are] koinomp:0:0000:00:999:[14 tiles in your hand, then] koinomp:0:0000:00:999:[press the RON key . ] koinomp:0:0000:00:999:[('Z' by default). The tiles] koinomp:0:0000:00:999:[do not visually change ] koinomp:0:0000:00:999:[until you make a move. ] koinomp:0:ECDC:31:001:Get winning hand Now! koinomp:0:ECDD:31:501:Get winning hand Now! (02/14) koinomp:0:ECDE:31:501:Get winning hand Now! (03/14) koinomp:0:ECDF:32:501:Get winning hand Now! (04/14) koinomp:0:ECE0:32:501:Get winning hand Now! (05/14) koinomp:0:ECE1:32:501:Get winning hand Now! (06/14) koinomp:0:ECE2:33:501:Get winning hand Now! (07/14) koinomp:0:ECE3:33:501:Get winning hand Now! (08/14) koinomp:0:ECE4:33:501:Get winning hand Now! (09/14) koinomp:0:ECE5:34:501:Get winning hand Now! (10/14) koinomp:0:ECE6:34:501:Get winning hand Now! (11/14) koinomp:0:ECE7:34:501:Get winning hand Now! (12/14) koinomp:0:ECE8:35:501:Get winning hand Now! (13/14) koinomp:0:ECE9:35:501:Get winning hand Now! (14/14) koinomp:0:0000:00:999:[At the start of a game, ] koinomp:0:0000:00:999:[there may be some small ] koinomp:0:0000:00:999:[glitches on the tiles when ] koinomp:0:0000:00:999:[using the 'Always' cheats. ] koinomp:0:0000:00:999:[The cheats should still ] koinomp:0:0000:00:999:[work as normal. ] koinomp:0:ECDC:31:000:Always winning hand koinomp:0:ECDD:31:500:Always winning hand (02/14) koinomp:0:ECDE:31:500:Always winning hand (03/14) koinomp:0:ECDF:32:500:Always winning hand (04/14) koinomp:0:ECE0:32:500:Always winning hand (05/14) koinomp:0:ECE1:32:500:Always winning hand (06/14) koinomp:0:ECE2:33:500:Always winning hand (07/14) koinomp:0:ECE3:33:500:Always winning hand (08/14) koinomp:0:ECE4:33:500:Always winning hand (09/14) koinomp:0:ECE5:34:500:Always winning hand (10/14) koinomp:0:ECE6:34:500:Always winning hand (11/14) koinomp:0:ECE7:34:500:Always winning hand (12/14) koinomp:0:ECE8:35:500:Always winning hand (13/14) koinomp:0:ECE9:35:500:Always winning hand (14/14) ; [ Konami '88 ] konami88:0:0000:00:999:[It is best to turn off the ] konami88:0:0000:00:999:[event select cheats when ] konami88:0:0000:00:999:[you start the event or you ] konami88:0:0000:00:999:[will not progress events! ] konami88:0:20D4:00:000:Set event to 100m Dash konami88:0:20D4:01:000:Set event to Long Jump konami88:0:20D4:02:000:Set event to 400m Relay 1 konami88:0:20D4:03:000:Set event to Skeet Shooting konami88:0:20D4:04:000:Set event to 110m Hurdles konami88:0:20D4:05:000:Set event to Archery konami88:0:20D4:06:000:Set event to Javelin Throw konami88:0:20D4:07:000:Set event to High Jump konami88:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts! konami88:0:20D4:08:000:Finish Game after this event! konami88:0:0000:00:999:[Note Event cheats should be] konami88:0:0000:00:999:[turned off at end of event ] konami88:0:0000:00:999:[or sprite corruption will ] konami88:0:0000:00:999:[occur. Don't turn on max ] konami88:0:0000:00:999:[power cheats too soon! ] konami88:0:0000:00:999:[ 100M DASH ] konami88:0:2AB4:00:000:Infinite Time '00"00' konami88:0:2AB3:00:500:Infinite Time '00"00' (2/4) konami88:0:2AB2:00:500:Infinite Time '00"00' (3/4) konami88:0:2AB1:00:500:Infinite Time '00"00' (4/4) konami88:0:2312:0A:000:Maximum Power PL1 konami88:0:232A:0A:500:Maximum Power PL1 (2/2) konami88:0:3322:00:000:Infinite False Starts PL1 konami88:0:0000:00:999:[ LONG JUMP ] konami88:0:2365:E0:000:Maximum Power:Press fire to get body back konami88:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back konami88:0:2364:45:000:Always jump at 45 deg. konami88:0:2363:2D:500:Always jump at 45 deg. (2/2) konami88:0:0000:00:999:[ JAVELIN ] konami88:0:2365:E0:000:Maximum Power:Press fire to get body back konami88:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back konami88:0:2364:45:000:Always throw at 45 deg. konami88:0:2363:2D:500:Always throw at 45 deg. (2/2) konami88:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Konami GT ] konamigt:0:060204:47:000:Infinite Fuel konamigt:0:060210:00:000:Always have max speed konamigt:0:06002C:96:002:Sound Test Timer Stop:[PL1 Shot2]Next Code ; [ KO Punch ] kopunch:0:0000:00:999:[ There are no cheats ]:REASON 1 kopunch:0:0000:00:999:[ for this game as it ]:REASON 1 kopunch:0:0000:00:999:[ didn't work the last ]:REASON 1 kopunch:0:0000:00:999:[ time it was tested. ]:REASON 1 kopunch:0:0000:00:999:[ If the game now works ]:REASON 1 kopunch:0:0000:00:999:[ please request cheats ]:REASON 1 kopunch:0:0000:00:999:[ for it on the cheat ]:REASON 1 kopunch:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mahjong-zukino Korinai Menmen (Japan 880425) ] :korinai:00100000:70F8:00000002:FFFFFFFF:Infinite Thinking Time :korinai:00100000:7165:0000270F:FFFFFFFF:Infinite Score :korinai:00100000:7107:0000270F:FFFFFFFF:Infinite Points :korinai:00100000:70FA:00000002:FFFFFFFF:Infinite Kimoti-E Time :korinai:00000000:70CB:00000000:FFFFFFFF:E-Button Rapid Fire:Use on showtime with "Kimoti-E Button" enabled :korinai:00100000:748D:00003131:FFFFFFFF:Always Winning Hand :korinai:00210000:748F:00323232:FFFFFFFF:Always Winning Hand (2/5) :korinai:00210000:7492:00353535:FFFFFFFF:Always Winning Hand (3/5) :korinai:00210000:7495:00363636:FFFFFFFF:Always Winning Hand (4/5) :korinai:00210000:7498:00373737:FFFFFFFF:Always Winning Hand (5/5) :korinai:00100001:748D:00003131:FFFFFFFF:Get Winning Hand Now! :korinai:00210001:748F:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :korinai:00210001:7492:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :korinai:00210001:7495:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :korinai:00210001:7498:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Mahjong-zukino Korinai Menmen [BET] (Japan 880920) ] :korinaim:00100000:7016:0000FFFF:FFFFFFFF:Infinite Credits :korinaim:00100001:7016:00000000:FFFFFFFF:Clear Credits Now! :korinaim:00100000:70F3:00000002:FFFFFFFF:Infinite Thinking Time :korinaim:00100000:710C:0000270F:FFFFFFFF:Infinite Points :korinaim:00100000:748D:00003131:FFFFFFFF:Always Winning Hand :korinaim:00210000:748F:00323232:FFFFFFFF:Always Winning Hand (2/5) :korinaim:00210000:7492:00353535:FFFFFFFF:Always Winning Hand (3/5) :korinaim:00210000:7495:00363636:FFFFFFFF:Always Winning Hand (4/5) :korinaim:00210000:7498:00373737:FFFFFFFF:Always Winning Hand (5/5) :korinaim:00100001:748D:00003131:FFFFFFFF:Get Winning Hand Now! :korinaim:00210001:748F:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :korinaim:00210001:7492:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :korinaim:00210001:7495:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :korinaim:00210001:7498:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Koro Koro Quest (Japan) ] :korokoro:00000000:30029D:00000003:FFFFFFFF:Infinite Credits :korokoro:00000000:30029F:00000063:FFFFFFFF:Infinite Medals :korokoro:00200000:3002A3:00060006:FFFFFFFF:Always Winning Hand :korokoro:00210000:3002A9:00010001:FFFFFFFF:Always Winning Hand (2/2):1st = Player's dice, 2nd = Enemy's dice :korokoro:00001301:30029B:00000002:FFFFFFFF:Select Starting Round:Enable on the "PUSH BUTTON" screen :korokoro:62000000:000000:00000000:00000000:Select Enemy:Enable on the monster card screen :korokoro:00010001:3002A1:00000000:FFFFFFFF:PuruPuru :korokoro:00010001:3002A1:00000001:FFFFFFFF:HoniHo :korokoro:00010001:3002A1:00000002:FFFFFFFF:Staman :korokoro:00010001:3002A1:00000003:FFFFFFFF:Hinezu :korokoro:00010001:3002A1:00000004:FFFFFFFF:Crystaran :korokoro:00010001:3002A1:00000005:FFFFFFFF:Onigame :korokoro:00010001:3002A1:00000006:FFFFFFFF:Hebichen :korokoro:00010001:3002A1:00000007:FFFFFFFF:Magician :korokoro:00010001:3002A1:00000008:FFFFFFFF:WarLion :korokoro:00010001:3002A1:00000009:FFFFFFFF:Dead Night :korokoro:00010001:3002A1:0000000A:FFFFFFFF:God Dragon :korokoro:00010001:3002A1:0000000B:FFFFFFFF:Maou ; [ Korosuke Roller ] korosuke:0:4C1E:99:000:Infinite Credits :korosuke:20800000:12B0D:000000C9:FFFFFFFF:Invincibility korosuke:0:4FC8:4C:000:Yellow can't eat you korosuke:0:4FCA:4C:000:Green can't eat you korosuke:0:4FC8:E0:001:Yellow can eat you korosuke:0:4FCA:E0:001:Green can eat you korosuke:0:4C1C:06:000:Infinite Lives PL1 korosuke:0:4C1D:06:000:Infinite Lives PL2 ; [ Ah Eikou no Koshien (Japan) ] koshien:0:1000A1:09:000:Infinite Credits koshien:0:10049E:00:000:Infinite Strikes koshien:0:10049F:00:000:Infinite Balls koshien:0:1004A0:00:000:Infinite Outs koshien:0:10049E:00:001:Set Strikes to 0 Now! koshien:0:10049E:02:001:Set Strikes to 2 Now! koshien:0:10049F:00:001:Set Balls to 0 Now! koshien:0:10049F:03:001:Set Balls to 3 Now! koshien:0:1004A0:00:001:Set Outs to 0 Now! koshien:0:1004A0:02:001:Set Outs to 2 Now! koshien:0:1004A6:00:000:Score always = 0 1st Team koshien:0:1004DA:00:500:Score always = 0 1st Team (2/2) koshien:0:1004A6:99:000:Score always = 99 1st Team koshien:0:1004DA:99:500:Score always = 99 1st Team (2/2) koshien:0:1004A6:00:001:Score = 0 Now! 1st Team koshien:0:1004DA:00:501:Score = 0 Now! 1st Team (2/2) koshien:0:1004A6:50:001:Score = 50 Now! 1st Team koshien:0:1004DA:50:501:Score = 50 Now! 1st Team (2/2) koshien:0:1004A5:00:000:Score always = 0 2nd Team koshien:0:1004DB:00:500:Score always = 0 2nd Team (2/2) koshien:0:1004A5:99:000:Score always = 99 2nd Team koshien:0:1004DB:99:500:Score always = 99 2nd Team (2/2) koshien:0:1004A5:00:001:Score = 0 Now! 2nd Team koshien:0:1004DB:00:501:Score = 0 Now! 2nd Team (2/2) koshien:0:1004A5:50:001:Score = 50 Now! 2nd Team koshien:0:1004DB:50:501:Score = 50 Now! 2nd Team (2/2) ; [ Kosmo Killer ] :kosmokil:00000000:1F9D:00000099:FFFFFFFF:Infinite Credits :kosmokil:00000000:1D01:00000008:FFFFFFFF:Infinite Lives :kosmokil:20800000:039C:000000C3:FFFFFFFF:Invincibility:Cause buggy gfx when you fail to defend against the UFO :kosmokil:20810000:07CF:000000C9:FFFFFFFF:Invincibility (2/3):1st = Invader, 2nd = Explosion :kosmokil:20810000:16CA:000000C9:FFFFFFFF:Invincibility (3/3):UFO :kosmokil:00000000:1CE0:00000000:FFFFFFFF:Rapid Fire ; [ Kyuukyoku no Othello ] kothello:0:0000:00:999:[ There are no cheats ]:REASON 1 kothello:0:0000:00:999:[ for this game as it ]:REASON 1 kothello:0:0000:00:999:[ didn't work the last ]:REASON 1 kothello:0:0000:00:999:[ time it was tested. ]:REASON 1 kothello:0:0000:00:999:[ If the game now works ]:REASON 1 kothello:0:0000:00:999:[ please request cheats ]:REASON 1 kothello:0:0000:00:999:[ for it on the cheat ]:REASON 1 kothello:0:0000:00:999:[ forums. ]:REASON 1 ; [ King of the Monsters (set 1) ] kotm:0:10FD89:64:000:Infinite Continues kotm:0:10202C:00:500:Infinite Continues (2/2) kotm:0:101FB5:00:000:Infinite Time kotm:0:101FB6:83:500:Infinite Time (2/3) kotm:0:101FB7:3F:500:Infinite Time (3/3) kotm:0:10206B:3C:000:Infinite Energy PL1 kotm:0:1020C1:0A:000:Always have Maximum Power PL1 kotm:0:10216B:3C:000:Infinite Energy PL2 kotm:0:1021C1:0A:000:Always have Maximum Power PL2 kotm:0:10226B:01:001:Drain Energy Enemy 1 Now! kotm:0:10236B:01:001:Drain Energy Enemy 2 Now! kotm:0:10226B:3C:000:Infinite Energy Enemy 1 kotm:0:10236B:3C:000:Infinite Energy Enemy 2 :kotm:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kotm:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kotm:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of the Monsters 2 - The Next Thing ] kotm2:0:1013D2:99:000:Infinite Time kotm2:0:1013B8:09:000:Infinite Lives PL1 kotm2:0:101417:40:000:Infinite Energy PL1 kotm2:0:1013E3:02:001:Enable Max Power Now! PL1 kotm2:0:1013B9:09:000:Infinite Lives PL2 kotm2:0:101517:40:000:Infinite Energy PL2 kotm2:0:1014E3:02:001:Enable Max Power Now! PL2 kotm2:0:101617:00:001:Drain Boss Energy Now! kotm2:0:101917:00:501:Drain Boss Energy Now! (2/4) kotm2:0:101717:00:501:Drain Boss Energy Now! (3/4) kotm2:0:101697:00:501:Drain Boss Energy Now! (4/4) :kotm2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kotm2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kotm2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ King of the Monsters (set 2) ] kotmh:0:10FD89:64:000:Infinite Continues kotmh:0:10202C:00:500:Infinite Continues (2/2) kotmh:0:101FB5:00:000:Infinite Time kotmh:0:101FB6:83:500:Infinite Time (2/3) kotmh:0:101FB7:3F:500:Infinite Time (3/3) kotmh:0:10206B:3C:000:Infinite Energy PL1 kotmh:0:1020C1:0A:000:Always have Maximum Power PL1 kotmh:0:10216B:3C:000:Infinite Energy PL2 kotmh:0:1021C1:0A:000:Always have Maximum Power PL2 kotmh:0:10226B:01:001:Drain Energy Enemy 1 Now! kotmh:0:10236B:01:001:Drain Energy Enemy 2 Now! kotmh:0:10226B:3C:000:Infinite Energy Enemy 1 kotmh:0:10236B:3C:000:Infinite Energy Enemy 2 :kotmh:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :kotmh:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :kotmh:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Koukouyakyuh, The ] kouyakyu:0:04021E:01:000:Infinite Strikes kouyakyu:0:04021E:00:001:Set Strikes to 0 Now! kouyakyu:0:04021E:02:001:Set Strikes to 2 Now! kouyakyu:0:04021F:00:000:Infinite Balls kouyakyu:0:04021F:00:001:Set Balls to 0 Now! kouyakyu:0:04021F:03:001:Set Balls to 3 Now! kouyakyu:0:040220:00:000:Infinite Outs kouyakyu:0:040220:00:001:Set Outs to 0 Now! kouyakyu:0:040220:02:001:Set Outs to 2 Now! ; [ Knights of Valour / Sangoku Senki (ver. 117) ] kov:0:815D70:64:000:Infinite Time kov:0:8166D9:0A:000:Infinite Lives PL1 kov:0:8160C3:80:000:Infinite Energy PL1 kov:0:816911:40:500:Infinite Energy PL1 (2/2) :kov:00000000:8161F9:00000004:00000004:Invincibility PL1 :kov:00110000:81613A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :kov:00000000:803DDF:00000001:FFFFFFFF:Rapid Fire PL1 kov:0:81699B:0A:000:Infinite Lives PL2 kov:0:81625F:80:000:Infinite Energy PL2 kov:0:816BD3:B0:500:Infinite Energy PL2 (2/2) :kov:00000000:816395:00000004:00000004:Invincibility PL2 :kov:00110000:8162D6:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :kov:00000000:803E0F:00000001:FFFFFFFF:Rapid Fire PL2 kov:0:816C5D:0A:000:Infinite Lives PL3 kov:0:8163FB:80:000:Infinite Energy PL3 kov:0:816E95:40:500:Infinite Energy PL3 (2/2) :kov:00000000:816531:00000004:00000004:Invincibility PL3 :kov:00110000:816472:0000000F:FFFFFFFF:Invincibility PL3 (2/2) :kov:00000000:803E3F:00000001:FFFFFFFF:Rapid Fire PL3 kov:0:816F1F:0A:000:Infinite Lives PL4 kov:0:816597:80:000:Infinite Energy PL4 kov:0:817157:B0:500:Infinite Energy PL4 (2/2) :kov:00000000:8166CD:00000004:00000004:Invincibility PL4 :kov:00110000:81660E:0000000F:FFFFFFFF:Invincibility PL4 (2/2) :kov:00000000:803E6F:00000001:FFFFFFFF:Rapid Fire PL4 ; [ Knights of Valour / Sangoku Senki (ver. 115) ] kov115:0:815D70:64:000:Infinite Time kov115:0:8166D9:0A:000:Infinite Lives PL1 kov115:0:8160C3:80:000:Infinite Energy PL1 kov115:0:816911:40:500:Infinite Energy PL1 (2/2) :kov115:00000000:8161F9:00000004:00000004:Invincibility PL1 :kov115:00110000:81613A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :kov115:00000000:803DDF:00000001:FFFFFFFF:Rapid Fire PL1 kov115:0:81699B:0A:000:Infinite Lives PL2 kov115:0:81625F:80:000:Infinite Energy PL2 kov115:0:816BD3:B0:500:Infinite Energy PL2 (2/2) :kov115:00000000:816395:00000004:00000004:Invincibility PL2 :kov115:00110000:8162D6:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :kov115:00000000:803E0F:00000001:FFFFFFFF:Rapid Fire PL2 kov115:0:816C5D:0A:000:Infinite Lives PL3 kov115:0:8163FB:80:000:Infinite Energy PL3 kov115:0:816E95:40:500:Infinite Energy PL3 (2/2) :kov115:00000000:816531:00000004:00000004:Invincibility PL3 :kov115:00110000:816472:0000000F:FFFFFFFF:Invincibility PL3 (2/2) :kov115:00000000:803E3F:00000001:FFFFFFFF:Rapid Fire PL3 kov115:0:816F1F:0A:000:Infinite Lives PL4 kov115:0:816597:80:000:Infinite Energy PL4 kov115:0:817157:B0:500:Infinite Energy PL4 (2/2) :kov115:00000000:8166CD:00000004:00000004:Invincibility PL4 :kov115:00110000:81660E:0000000F:FFFFFFFF:Invincibility PL4 (2/2) :kov115:00000000:803E6F:00000001:FFFFFFFF:Rapid Fire PL4 ; [ Knights of Valour 2 ] kov2:0:0000:00:999:[ There are no cheats ]:REASON 1 kov2:0:0000:00:999:[ for this game as it ]:REASON 1 kov2:0:0000:00:999:[ didn't work the last ]:REASON 1 kov2:0:0000:00:999:[ time it was tested. ]:REASON 1 kov2:0:0000:00:999:[ If the game now works ]:REASON 1 kov2:0:0000:00:999:[ please request cheats ]:REASON 1 kov2:0:0000:00:999:[ for it on the cheat ]:REASON 1 kov2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Knights of Valour 2 (106) ] kov2106:0:0000:00:999:[ There are no cheats ]:REASON 1 kov2106:0:0000:00:999:[ for this game as it ]:REASON 1 kov2106:0:0000:00:999:[ didn't work the last ]:REASON 1 kov2106:0:0000:00:999:[ time it was tested. ]:REASON 1 kov2106:0:0000:00:999:[ If the game now works ]:REASON 1 kov2106:0:0000:00:999:[ please request cheats ]:REASON 1 kov2106:0:0000:00:999:[ for it on the cheat ]:REASON 1 kov2106:0:0000:00:999:[ forums. ]:REASON 1 ; [ Knights of Valour 2 Plus - Nine Dragons ] kov2p:0:0000:00:999:[ There are no cheats ]:REASON 1 kov2p:0:0000:00:999:[ for this game as it ]:REASON 1 kov2p:0:0000:00:999:[ didn't work the last ]:REASON 1 kov2p:0:0000:00:999:[ time it was tested. ]:REASON 1 kov2p:0:0000:00:999:[ If the game now works ]:REASON 1 kov2p:0:0000:00:999:[ please request cheats ]:REASON 1 kov2p:0:0000:00:999:[ for it on the cheat ]:REASON 1 kov2p:0:0000:00:999:[ forums. ]:REASON 1 ; [ Knights of Valour / Sangoku Senki (ver. 100, Japanese Board) ] kovj:0:815D70:64:000:Infinite Time kovj:0:8166D9:0A:000:Infinite Lives PL1 kovj:0:8160C3:80:000:Infinite Energy PL1 kovj:0:816911:40:500:Infinite Energy PL1 (2/2) :kovj:00000000:8161F9:00000004:00000004:Invincibility PL1 :kovj:00110000:81613A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :kovj:00000000:803DDF:00000001:FFFFFFFF:Rapid Fire PL1 kovj:0:81699B:0A:000:Infinite Lives PL2 kovj:0:81625F:80:000:Infinite Energy PL2 kovj:0:816BD3:B0:500:Infinite Energy PL2 (2/2) :kovj:00000000:816395:00000004:00000004:Invincibility PL2 :kovj:00110000:8162D6:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :kovj:00000000:803E0F:00000001:FFFFFFFF:Rapid Fire PL2 kovj:0:816C5D:0A:000:Infinite Lives PL3 kovj:0:8163FB:80:000:Infinite Energy PL3 kovj:0:816E95:40:500:Infinite Energy PL3 (2/2) :kovj:00000000:816531:00000004:00000004:Invincibility PL3 :kovj:00110000:816472:0000000F:FFFFFFFF:Invincibility PL3 (2/2) :kovj:00000000:803E3F:00000001:FFFFFFFF:Rapid Fire PL3 kovj:0:816F1F:0A:000:Infinite Lives PL4 kovj:0:816597:80:000:Infinite Energy PL4 kovj:0:817157:B0:500:Infinite Energy PL4 (2/2) :kovj:00000000:8166CD:00000004:00000004:Invincibility PL4 :kovj:00110000:81660E:0000000F:FFFFFFFF:Invincibility PL4 (2/2) :kovj:00000000:803E6F:00000001:FFFFFFFF:Rapid Fire PL4 ; [ Knights of Valour Plus / Sangoku Senki Plus (ver. 119) ] kovplus:0:81B136:64:000:Infinite Time kovplus:0:811A6F:0A:000:Infinite Lives PL1 kovplus:0:811459:80:000:Infinite Energy PL1 kovplus:0:811CA7:40:500:Infinite Energy PL1 (2/2) :kovplus:00000000:81158F:00000004:00000004:Invincibility PL1 :kovplus:00110000:8114D0:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :kovplus:00000000:8062DB:00000001:FFFFFFFF:Rapid Fire PL1 kovplus:0:811D31:0A:000:Infinite Lives PL2 kovplus:0:8115F5:80:000:Infinite Energy PL2 kovplus:0:811F69:B0:500:Infinite Energy PL2 (2/2) :kovplus:00000000:81172B:00000004:00000004:Invincibility PL2 :kovplus:00110000:81166C:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :kovplus:00000000:80630B:00000001:FFFFFFFF:Rapid Fire PL2 kovplus:0:811FF3:0A:000:Infinite Lives PL3 kovplus:0:811791:80:000:Infinite Energy PL3 kovplus:0:81222B:40:500:Infinite Energy PL3 (2/2) :kovplus:00000000:8118C7:00000004:00000004:Invincibility PL3 :kovplus:00110000:811808:0000000F:FFFFFFFF:Invincibility PL3 (2/2) :kovplus:00000000:80633B:00000001:FFFFFFFF:Rapid Fire PL3 kovplus:0:8122B5:0A:000:Infinite Lives PL4 kovplus:0:81192D:80:000:Infinite Energy PL4 kovplus:0:8124ED:B0:500:Infinite Energy PL4 (2/2) :kovplus:00000000:811A63:00000004:00000004:Invincibility PL4 :kovplus:00110000:8119A4:0000000F:FFFFFFFF:Invincibility PL4 (2/2) :kovplus:00000000:80636B:00000001:FFFFFFFF:Rapid Fire PL4 ; [ Knights of Valour Plus / Sangoku Senki Plus (alt ver. 119) ] kovplusa:0:81B136:64:000:Infinite Time kovplusa:0:811A6F:0A:000:Infinite Lives PL1 kovplusa:0:811459:80:000:Infinite Energy PL1 kovplusa:0:811CA7:40:500:Infinite Energy PL1 (2/2) :kovplusa:00000000:81158F:00000004:00000004:Invincibility PL1 :kovplusa:00110000:8114D0:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :kovplusa:00000000:8062DB:00000001:FFFFFFFF:Rapid Fire PL1 kovplusa:0:811D31:0A:000:Infinite Lives PL2 kovplusa:0:8115F5:80:000:Infinite Energy PL2 kovplusa:0:811F69:B0:500:Infinite Energy PL2 (2/2) :kovplusa:00000000:81172B:00000004:00000004:Invincibility PL2 :kovplusa:00110000:81166C:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :kovplusa:00000000:80630B:00000001:FFFFFFFF:Rapid Fire PL2 kovplusa:0:811FF3:0A:000:Infinite Lives PL3 kovplusa:0:811791:80:000:Infinite Energy PL3 kovplusa:0:81222B:40:500:Infinite Energy PL3 (2/2) :kovplusa:00000000:8118C7:00000004:00000004:Invincibility PL3 :kovplusa:00110000:811808:0000000F:FFFFFFFF:Invincibility PL3 (2/2) :kovplusa:00000000:80633B:00000001:FFFFFFFF:Rapid Fire PL3 kovplusa:0:8122B5:0A:000:Infinite Lives PL4 kovplusa:0:81192D:80:000:Infinite Energy PL4 kovplusa:0:8124ED:B0:500:Infinite Energy PL4 (2/2) :kovplusa:00000000:811A63:00000004:00000004:Invincibility PL4 :kovplusa:00110000:8119A4:0000000F:FFFFFFFF:Invincibility PL4 (2/2) :kovplusa:00000000:80636B:00000001:FFFFFFFF:Rapid Fire PL4 ; [ Knights of Valour Superheroes / Sangoku Senki Superheroes (ver. 322) ] kovsh:0:0000:00:999:[ There are no cheats ]:REASON 1 kovsh:0:0000:00:999:[ for this game as it ]:REASON 1 kovsh:0:0000:00:999:[ didn't work the last ]:REASON 1 kovsh:0:0000:00:999:[ time it was tested. ]:REASON 1 kovsh:0:0000:00:999:[ If the game now works ]:REASON 1 kovsh:0:0000:00:999:[ please request cheats ]:REASON 1 kovsh:0:0000:00:999:[ for it on the cheat ]:REASON 1 kovsh:0:0000:00:999:[ forums. ]:REASON 1 ; [ Kram (set 1) ] kram:0:86D6:03:000:Infinite Lives PL1 kram:0:86D7:03:000:Infinite Lives PL2 ; [ Kram (set 2) ] kram2:0:86D6:03:000:Infinite Lives PL1 kram2:0:86D7:03:000:Infinite Lives PL2 ; [ Kram (encrypted) ] kram3:0:86D6:03:000:Infinite Lives PL1 kram3:0:86D7:03:000:Infinite Lives PL2 ; [ Kozmik Kroozr ] kroozr:0:C2DF:64:000:Infinite Shield kroozr:0:C03C:27:000:Invincibility kroozr:0:0000:00:999:[The Infinite Lives cheat ] kroozr:0:0000:00:999:[has been removed because ] kroozr:0:0000:00:999:[your life counter must be ] kroozr:0:0000:00:999:[zero to jump to the next ] kroozr:0:0000:00:999:[level. ] ; [ Krull ] krull:0:0D88:07:000:Infinite Lives ; [ Krazy Bowl ] krzybowl:0:F02477:99:000:Infinite Credits krzybowl:0:F0066F:00:000:Infinite Time krzybowl:0:F0062F:00:500:Infinite Time (2/3) krzybowl:0:F028EF:3A:500:Infinite Time (3/3) ; [ Kusayakyuu ] ksayakyu:0:A480:00:000:Infinite Strikes ksayakyu:0:A481:00:000:Infinite Balls ksayakyu:0:A482:00:000:Infinite Outs ksayakyu:0:A480:00:001:Set Strikes to 0 Now! ksayakyu:0:A480:02:001:Set Strikes to 2 Now! ksayakyu:0:A481:00:001:Set Balls to 0 Now! ksayakyu:0:A481:03:001:Set Balls to 3 Now! ksayakyu:0:A482:00:001:Set Outs to 0 Now! ksayakyu:0:A482:02:001:Set Outs to 2 Now! ; [ Kyukyoku Tiger (Japan) ] ktiger:0:031871:0A:000:Infinite Lives PL1 ktiger:0:03004D:09:000:Infinite Bombs PL1 ktiger:0:030023:2E:000:Invincibility PL1 ktiger:0:030038:80:500:Invincibility PL1 (2/2) ktiger:0:000000:00:999:[ You must enable the max fire ] ktiger:0:000000:00:999:[ fire power cheat to use the four ] ktiger:0:000000:00:999:[ fire type cheats. ] ktiger:0:03004B:28:000:Always max fire power PL1 ktiger:0:03005B:00:000:Always Normal fire PL1 ktiger:0:03005B:2C:000:Always Laser PL1 ktiger:0:03005B:58:000:Always Multiway fire PL1 ktiger:0:03005B:84:000:Always 4-sides fire PL1 ktiger:0:03005B:00:001:Get Normal fire Now! PL1 ktiger:0:03005B:2C:001:Get Laser Now! PL1 ktiger:0:03005B:58:001:Get Multiway fire Now! PL1 ktiger:0:03005B:84:001:Get 4-sides fire Now! PL1 ktiger:0:031873:0A:000:Infinite Lives PL2 ktiger:0:0300AD:09:000:Infinite Bombs PL2 ktiger:0:030083:2F:000:Invincibility PL2 ktiger:0:030098:80:500:Invincibility PL2 (2/2) ktiger:0:000000:00:999:[ You must enable the max fire ] ktiger:0:000000:00:999:[ fire power cheat to use the four ] ktiger:0:000000:00:999:[ fire type cheats. ] ktiger:0:0300AB:28:000:Always max fire power PL2 ktiger:0:0300BB:00:000:Always Normal fire PL2 ktiger:0:0300BB:2C:000:Always Laser PL2 ktiger:0:0300BB:58:000:Always Multiway fire PL2 ktiger:0:0300BB:84:000:Always 4-sides fire PL2 ktiger:0:0300BB:00:001:Get Normal fire Now! PL2 ktiger:0:0300BB:2C:001:Get Laser Now! PL2 ktiger:0:0300BB:58:001:Get Multiway fire Now! PL2 ktiger:0:0300BB:84:001:Get 4-sides fire Now! PL2 ; [ Kyukyoku Tiger 2 (Japan) ] ktiger2:0:4006CB:09:000:Infinite Credits ktiger2:0:400865:09:000:Infinite Lives PL1 ktiger2:0:400869:05:000:Infinite Bombs PL1 ktiger2:0:40D268:10:020:Invincibility PL1 ktiger2:0:400867:09:000:Infinite Lives PL2 ktiger2:0:40086D:05:000:Infinite Bombs PL2 ktiger2:0:40D328:10:020:Invincibility PL2 ktiger2:0:000000:00:999:[ After you enable a region cheat ] ktiger2:0:000000:00:999:[ to see any effect you have to ] ktiger2:0:000000:00:999:[ reset the game (F3). Then you ] ktiger2:0:000000:00:999:[ must turn the Test Mode ON (F2) ] ktiger2:0:000000:00:999:[ wait then reset again (F3). ] ktiger2:0:0FFFFF:01:100:Region Switch = Japan:Kyukyoku Tiger 2 ktiger2:0:0FFFFF:02:100:Region Switch = US:Twin Cobra 2 ktiger2:0:0FFFFF:03:100:Region Switch = World:Twin Cobra 2 ; [ Kuhga - Operation Code 'Vapor Trail' (Japan revision 3) ] kuhga:0:FFD7B9:9A:000:Infinite Time(Final Attack) kuhga:0:FFC1F8:03:000:Infinite Lives PL1 kuhga:0:FFC1F9:03:000:Infinite Energy PL1 kuhga:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended kuhga:0:FFC213:03:000:Invincibility 'ON' PL1 kuhga:0:FFC213:00:001:Invincibility 'OFF' PL1 kuhga:0:FFC1FE:05:071:Select Current Speed PL1 kuhga:0:FFC255:06:000:Infinite Smart Bombs PL1 kuhga:0:FFC2A8:00:000:Always Roll PL1 kuhga:0:FFC1FB:0C:000:Maximum Shot Power PL1 kuhga:0:FFC1FD:00:000:Always Normal Shot PL1 kuhga:0:FFC1FD:04:000:Always Bomb Shot PL1 kuhga:0:FFC1FD:08:000:Always Missile Shot PL1 kuhga:0:FFC1FD:0C:000:Always Defender Shot PL1 kuhga:0:FFC1FD:10:000:Always Special Shot PL1 kuhga:0:FFC1FD:00:001:Get Normal Shot Now! PL1 kuhga:0:FFC1FD:04:001:Get Bomb Shot Now! PL1 kuhga:0:FFC1FD:08:001:Get Missile Shot Now! PL1 kuhga:0:FFC1FD:0C:001:Get Defender Shot Now! PL1 kuhga:0:FFC1FD:10:001:Get Special Shot Now! PL1 kuhga:0:FFC2B8:03:000:Infinite Lives PL2 kuhga:0:FFC2B9:03:000:Infinite Energy PL2 kuhga:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended kuhga:0:FFC2D3:03:000:Invincibility 'ON' PL2 kuhga:0:FFC2D3:00:001:Invincibility 'OFF' PL2 kuhga:0:FFC2BE:05:071:Select Current Speed PL2 kuhga:0:FFC315:06:000:Infinite Smart Bombs PL2 kuhga:0:FFC368:00:000:Always Roll PL2 kuhga:0:FFC2BB:0C:000:Maximum Shot Power PL2 kuhga:0:FFC2BD:00:000:Always Normal Shot PL2 kuhga:0:FFC2BD:04:000:Always Bomb Shot PL2 kuhga:0:FFC2BD:08:000:Always Missile Shot PL2 kuhga:0:FFC2BD:0C:000:Always Defender Shot PL2 kuhga:0:FFC2BD:10:000:Always Special Shot PL2 kuhga:0:FFC2BD:00:001:Get Normal Shot Now! PL2 kuhga:0:FFC2BD:04:001:Get Bomb Shot Now! PL2 kuhga:0:FFC2BD:08:001:Get Missile Shot Now! PL2 kuhga:0:FFC2BD:0C:001:Get Defender Shot Now! PL2 kuhga:0:FFC2BD:10:001:Get Special Shot Now! PL2 kuhga:0:000000:00:999:[Use the Select current ] kuhga:0:000000:00:999:[level cheat on the select ] kuhga:0:000000:00:999:[fighter screen to start on ] kuhga:0:000000:00:999:[that level. ] kuhga:0:FFC04D:05:071:Select current level kuhga:0:FFC04D:05:061:Select next level ; [ Kung-Fu Master (bootleg set 1) ] kungfub:0:E004:05:005:Infinite Time kungfub:0:E084:06:000:Infinite Lives kungfub:0:E709:3F:009:Infinite Energy kungfub:0:0000:00:999:[See the Dip Switch Menu to enable] kungfub:0:0000:00:999:[Invincibility. ] kungfub:0:E2E2:00:002:Always one hit to kill boss kungfub:0:0000:00:999:[The knifethrowers can still hit ] kungfub:0:0000:00:999:[you if you are face to face with ] kungfub:0:0000:00:999:[them. ] kungfub:0:E32B:00:000:Disable the knifethrowers kungfub:0:E32C:00:500:Disable the knifethrowers (2/3) kungfub:0:E32D:00:500:Disable the knifethrowers (3/3) kungfub:0:E576:FF:009:Only 1 butterfly on Floor #4 kungfub:0:E380:00:000:No pottery on Floor #2 kungfub:0:E381:00:500:No pottery on Floor #2 (2/5) kungfub:0:E382:00:500:No pottery on Floor #2 (3/5) kungfub:0:E384:00:500:No pottery on Floor #2 (4/5) kungfub:0:E385:00:500:No pottery on Floor #2 (5/5) kungfub:0:0000:00:999:[Use the No Boomerangs cheat] kungfub:0:0000:00:999:[on Floor #2 ONLY ] kungfub:0:E2E6:00:000:No Boomerangs kungfub:0:E2E7:00:500:No Boomerangs ; [ Kung-Fu Master (bootleg set 2) ] kungfub2:0:E004:05:005:Infinite Time kungfub2:0:E084:06:000:Infinite Lives kungfub2:0:E709:3F:009:Infinite Energy kungfub2:0:0000:00:999:[See the Dip Switch Menu to enable] kungfub2:0:0000:00:999:[Invincibility. ] kungfub2:0:E2E2:00:002:Always one hit to kill boss kungfub2:0:0000:00:999:[The knifethrowers can still hit ] kungfub2:0:0000:00:999:[you if you are face to face with ] kungfub2:0:0000:00:999:[them. ] kungfub2:0:E32B:00:000:Disable the knifethrowers kungfub2:0:E32C:00:500:Disable the knifethrowers (2/3) kungfub2:0:E32D:00:500:Disable the knifethrowers (3/3) kungfub2:0:E576:FF:009:Only 1 butterfly on Floor #4 kungfub2:0:E380:00:000:No pottery on Floor #2 kungfub2:0:E381:00:500:No pottery on Floor #2 (2/5) kungfub2:0:E382:00:500:No pottery on Floor #2 (3/5) kungfub2:0:E384:00:500:No pottery on Floor #2 (4/5) kungfub2:0:E385:00:500:No pottery on Floor #2 (5/5) kungfub2:0:0000:00:999:[Use the No Boomerangs cheat] kungfub2:0:0000:00:999:[on Floor #2 ONLY ] kungfub2:0:E2E6:00:000:No Boomerangs kungfub2:0:E2E7:00:500:No Boomerangs ; [ Kung-Fu Master (Data East) ] kungfud:0:E004:05:005:Infinite Time kungfud:0:E084:06:000:Infinite Lives kungfud:0:E709:3F:009:Infinite Energy kungfud:0:0000:00:999:[See the Dip Switch Menu to enable] kungfud:0:0000:00:999:[Invincibility. ] kungfud:0:E2E2:00:002:Always one hit to kill boss kungfud:0:0000:00:999:[The knifethrowers can still hit ] kungfud:0:0000:00:999:[you if you are face to face with ] kungfud:0:0000:00:999:[them. ] kungfud:0:E32B:00:000:Disable the knifethrowers kungfud:0:E32C:00:500:Disable the knifethrowers (2/3) kungfud:0:E32D:00:500:Disable the knifethrowers (3/3) kungfud:0:E576:FF:009:Only 1 butterfly on Floor #4 kungfud:0:E380:00:000:No pottery on Floor #2 kungfud:0:E381:00:500:No pottery on Floor #2 (2/5) kungfud:0:E382:00:500:No pottery on Floor #2 (3/5) kungfud:0:E384:00:500:No pottery on Floor #2 (4/5) kungfud:0:E385:00:500:No pottery on Floor #2 (5/5) kungfud:0:0000:00:999:[Use the No Boomerangs cheat] kungfud:0:0000:00:999:[on Floor #2 ONLY ] kungfud:0:E2E6:00:000:No Boomerangs kungfud:0:E2E7:00:500:No Boomerangs ; [ Kung-Fu Master ] kungfum:0:E004:05:005:Infinite Time kungfum:0:E084:06:000:Infinite Lives kungfum:0:E709:3F:009:Infinite Energy kungfum:0:0000:00:999:[See the Dip Switch Menu to enable] kungfum:0:0000:00:999:[Invincibility. ] kungfum:0:E2E2:00:002:Always one hit to kill boss kungfum:0:0000:00:999:[The knifethrowers can still hit ] kungfum:0:0000:00:999:[you if you are face to face with ] kungfum:0:0000:00:999:[them. ] kungfum:0:E32B:00:000:Disable the knifethrowers kungfum:0:E32C:00:500:Disable the knifethrowers (2/3) kungfum:0:E32D:00:500:Disable the knifethrowers (3/3) kungfum:0:E576:FF:009:Only 1 butterfly on Floor #4 kungfum:0:E380:00:000:No pottery on Floor #2 kungfum:0:E381:00:500:No pottery on Floor #2 (2/5) kungfum:0:E382:00:500:No pottery on Floor #2 (3/5) kungfum:0:E384:00:500:No pottery on Floor #2 (4/5) kungfum:0:E385:00:500:No pottery on Floor #2 (5/5) kungfum:0:0000:00:999:[Use the No Boomerangs cheat] kungfum:0:0000:00:999:[on Floor #2 ONLY ] kungfum:0:E2E6:00:000:No Boomerangs kungfum:0:E2E7:00:500:No Boomerangs ; [ Kung-Fu Taikun ] :kungfut:00000000:C000:00000063:FFFFFFFF:Infinite Credits :kungfut:00000001:C0F6:00000001:FFFFFFFF:Start Bonus Time Now! :kungfut:00000001:C0F6:00000000:FFFFFFFF:Finish Bonus Time Now! :kungfut:00001301:C0FC:000000FE:FFFFFFFF:Select Starting Stage:Enable on the "Push 1 (or 2) Play" screen after you've inserted a credit :kungfut:00000001:C290:00000001:FFFFFFFF:Finish Current Stage Now!:Not Kill Boss :kungfut:0008001E:C026:00000004:FFFFFFFF:Watch Door:Door Codes 01=Fire, 02=Hai-Haku, 03=Yellow Pot, 04=Hai-Tyun, 05=Green Box, 06=Hai-Hatsu, 07=Warp (Go to Next Stage), 0A=None :kungfut:0009001E:C02B:00000004:FFFFFFFF:Watch Door (2/2) :kungfut:0009001E:C030:00000004:FFFFFFFF:Watch Door (3/3) :kungfut:00000000:C00F:0000000E:FFFFFFFF:Infinite Lives PL1 :kungfut:20800000:12BB:000000C9:FFFFFFFF:Invincibility PL1 :kungfut:20810000:9F4A:000000C9:FFFFFFFF:Invincibility PL1 (2/2):1st = Human, 2nd = Pegasus :kungfut:00000000:C0F8:00000004:FFFFFFFF:Always Enemy 2000 Pts PL1:Only in Bouns Time :kungfut:00000000:C2A3:00000001:00000001:Always Have Shot Item PL1:Use in Sky Stage :kungfut:00000000:C010:0000000E:FFFFFFFF:Infinite Lives PL2 :kungfut:20800000:12E2:000000C9:FFFFFFFF:Invincibility PL2 :kungfut:20810000:9F4E:000000C9:FFFFFFFF:Invincibility PL2 (2/2):1st = Human, 2nd = Pegasus :kungfut:00000000:C0F9:00000004:FFFFFFFF:Always Enemy 2000 Pts PL2:Only in Bouns Time :kungfut:00000000:C2A3:00000002:00000002:Always Have Shot Item PL2:Use in Sky Stage :kungfut:20800000:1BD1:000000C9:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Kung-Fu Taikun (alt) ] :kungfuta:00000000:C000:00000063:FFFFFFFF:Infinite Credits :kungfuta:00000001:C0F6:00000001:FFFFFFFF:Start Bonus Time Now! :kungfuta:00000001:C0F6:00000000:FFFFFFFF:Finish Bonus Time Now! :kungfuta:00001301:C0FC:000000FE:FFFFFFFF:Select Starting Stage:Enable on the "Push 1 (or 2) Play" screen after you've inserted a credit :kungfuta:00000001:C290:00000001:FFFFFFFF:Finish Current Stage Now!:Not Kill Boss :kungfuta:0008001E:C026:00000004:FFFFFFFF:Watch Door:Door Codes 01=Key, 02=Strawberry, 03=Lemon, 04=Banana, 05=Cherry, 06=Coin, 07=Warp (Go to Next Stage), 0A=None :kungfuta:0009001E:C02B:00000004:FFFFFFFF:Watch Door (2/2) :kungfuta:0009001E:C030:00000004:FFFFFFFF:Watch Door (3/3) :kungfuta:00000000:C00F:0000000E:FFFFFFFF:Infinite Lives PL1 :kungfuta:20800000:12D5:000000C9:FFFFFFFF:Invincibility PL1 :kungfuta:20810000:A29A:000000C9:FFFFFFFF:Invincibility PL1 (2/2):1st = Human, 2nd = Pegasus :kungfuta:00000000:C0F8:00000004:FFFFFFFF:Always Enemy 2000 Pts PL1:Only in Bouns Time :kungfuta:00000000:C2A3:00000001:00000001:Always Have Shot Item PL1:Use in Sky Stage :kungfuta:00000000:C010:0000000E:FFFFFFFF:Infinite Lives PL2 :kungfuta:20800000:12FC:000000C9:FFFFFFFF:Invincibility PL2 :kungfuta:20810000:A29E:000000C9:FFFFFFFF:Invincibility PL2 (2/2):1st = Human, 2nd = Pegasus :kungfuta:00000000:C0F9:00000004:FFFFFFFF:Always Enemy 2000 Pts PL2:Only in Bouns Time :kungfuta:00000000:C2A3:00000002:00000002:Always Have Shot Item PL2:Use in Sky Stage :kungfuta:20800000:1BC1:000000C9:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Nekketsu Kouha Kunio-kun (Japan bootleg) ] kuniokub:0:0039:05:000:Infinite Lives kuniokub:0:1018:59:000:Infinite Time kuniokub:0:1019:09:500:Infinite Time (2/2) kuniokub:0:0220:30:000:Infinite Energy kuniokub:0:0220:00:001:Lose a Life Now! :kuniokub:00300000:0410:80808080:FFFFFFFF:Invincibility:The Invincibility cheat doesn't stop you being caught though :kuniokub:00310000:0414:80808080:FFFFFFFF:Invincibility (2/3) :kuniokub:00010000:00C3:00000040:FFFFFFFF:Invincibility (3/3) kuniokub:0:0221:01:001:One hit to kill boss Now! :kuniokub:00000001:03F8:00000000:FFFFFFFF:Finish Current Level Now ! :kuniokub:00000000:03E9:00000000:FFFFFFFF:Rapid Fire:Hold Attack Button kuniokub:0:0000:00:999:[Enable these level select ] kuniokub:0:0000:00:999:[cheats on the title screen ] kuniokub:0:0000:00:999:[after you've inserted a ] kuniokub:0:0000:00:999:[credit. ] :kuniokub:00001001:1000:00000001:FFFFFFFF:Start on Level 2-1 :kuniokub:00011001:0038:00000000:FFFFFFFF:Start on Level 2-1 (2/2) :kuniokub:00001001:1000:00000001:FFFFFFFF:Start on Level 2-2:After Motorcycle Scene :kuniokub:00011001:0038:00000001:FFFFFFFF:Start on Level 2-2 (2/2) :kuniokub:00001001:1000:00000002:FFFFFFFF:Start on Level 3 :kuniokub:00001001:1000:00000003:FFFFFFFF:Start on Level 4-1 :kuniokub:00011001:0038:00000000:FFFFFFFF:Start on Level 4-1 (2/2) :kuniokub:00001001:1000:00000003:FFFFFFFF:Start on Level 4-2 (BUGGY!):The Room, the game will crash if you use this. :kuniokub:00011001:0038:00000001:FFFFFFFF:Start on Level 4-2 (BUGGY!) (2/2) :kuniokub:00001001:1000:00000004:FFFFFFFF:Start on Level 5 :kuniokub:00001001:1000:00000005:FFFFFFFF:Start on Level 6 kuniokub:0:0000:00:999:[The following 9 cheats make] kuniokub:0:0000:00:999:[individual enemies die ] kuniokub:0:0000:00:999:[after one knockdown ] kuniokub:0:0000:00:999:[ ] kuniokub:0:0000:00:999:[These two enemies are the ] kuniokub:0:0000:00:999:[truncheon-wielders on levs ] kuniokub:0:0000:00:999:[1+2, the chain-wielders on ] kuniokub:0:0000:00:999:[lev 3 + standard on level 4] kuniokub:0:0000:00:999:[ (room 1) ] kuniokub:0:0222:00:000:Weak Enemy #1 kuniokub:0:0223:00:000:Weak Enemy #2 kuniokub:0:0000:00:999:[This one is a standrd enemy] kuniokub:0:0000:00:999:[on levs 1,2,4 (room 1), and] kuniokub:0:0000:00:999:[chain-wielder on level 3 ] kuniokub:0:0224:00:000:Weak Enemy #3 kuniokub:0:0000:00:999:[This one is a standrd enemy] kuniokub:0:0000:00:999:[on levels 1-4 (room 1) ] kuniokub:0:0225:00:000:Weak Enemy #4 kuniokub:0:0000:00:999:[These two are standard ] kuniokub:0:0000:00:999:[enemies on levs 1-3 &4(rm2)] kuniokub:0:0226:00:000:Weak Enemy #5 kuniokub:0:0227:00:000:Weak Enemy #6 kuniokub:0:0000:00:999:[This one is a standrd enemy] kuniokub:0:0000:00:999:[on levels 3 and 4 (room 2) ] kuniokub:0:0228:00:000:Weak Enemy #7 kuniokub:0:0000:00:999:[This one is a standrd enemy] kuniokub:0:0000:00:999:[on level 4 (room 2) ] kuniokub:0:0229:00:000:Weak Enemy #8 ; [ Nekketsu Kouha Kunio-kun (Japan) ] kuniokun:0:0039:05:000:Infinite Lives kuniokun:0:1018:59:000:Infinite Time kuniokun:0:1019:09:500:Infinite Time (2/2) kuniokun:0:0220:30:000:Infinite Energy kuniokun:0:0220:00:001:Lose a Life Now! :kuniokun:00300000:0410:80808080:FFFFFFFF:Invincibility:The Invincibility cheat doesn't stop you being caught though :kuniokun:00310000:0414:80808080:FFFFFFFF:Invincibility (2/3) :kuniokun:00010000:00C3:00000040:FFFFFFFF:Invincibility (3/3) kuniokun:0:0221:01:001:One hit to kill boss Now! :kuniokun:00000001:03F8:00000000:FFFFFFFF:Finish Current Level Now ! :kuniokun:00000000:03E9:00000000:FFFFFFFF:Rapid Fire:Hold Attack Button kuniokun:0:0000:00:999:[Enable these level select ] kuniokun:0:0000:00:999:[cheats on the title screen ] kuniokun:0:0000:00:999:[after you've inserted a ] kuniokun:0:0000:00:999:[credit. ] :kuniokun:00001001:1000:00000001:FFFFFFFF:Start on Level 2-1 :kuniokun:00011001:0038:00000000:FFFFFFFF:Start on Level 2-1 (2/2) :kuniokun:00001001:1000:00000001:FFFFFFFF:Start on Level 2-2:After Motorcycle Scene :kuniokun:00011001:0038:00000001:FFFFFFFF:Start on Level 2-2 (2/2) :kuniokun:00001001:1000:00000002:FFFFFFFF:Start on Level 3 :kuniokun:00001001:1000:00000003:FFFFFFFF:Start on Level 4-1 :kuniokun:00011001:0038:00000000:FFFFFFFF:Start on Level 4-1 (2/2) :kuniokun:00001001:1000:00000003:FFFFFFFF:Start on Level 4-2 (BUGGY!):The Room, the game will crash if you use this. :kuniokun:00011001:0038:00000001:FFFFFFFF:Start on Level 4-2 (BUGGY!) (2/2) :kuniokun:00001001:1000:00000004:FFFFFFFF:Start on Level 5 :kuniokun:00001001:1000:00000005:FFFFFFFF:Start on Level 6 kuniokun:0:0000:00:999:[The following 9 cheats make] kuniokun:0:0000:00:999:[individual enemies die ] kuniokun:0:0000:00:999:[after one knockdown ] kuniokun:0:0000:00:999:[ ] kuniokun:0:0000:00:999:[These two enemies are the ] kuniokun:0:0000:00:999:[truncheon-wielders on levs ] kuniokun:0:0000:00:999:[1+2, the chain-wielders on ] kuniokun:0:0000:00:999:[lev 3 + standard on level 4] kuniokun:0:0000:00:999:[ (room 1) ] kuniokun:0:0222:00:000:Weak Enemy #1 kuniokun:0:0223:00:000:Weak Enemy #2 kuniokun:0:0000:00:999:[This one is a standrd enemy] kuniokun:0:0000:00:999:[on levs 1,2,4 (room 1), and] kuniokun:0:0000:00:999:[chain-wielder on level 3 ] kuniokun:0:0224:00:000:Weak Enemy #3 kuniokun:0:0000:00:999:[This one is a standrd enemy] kuniokun:0:0000:00:999:[on levels 1-4 (room 1) ] kuniokun:0:0225:00:000:Weak Enemy #4 kuniokun:0:0000:00:999:[These two are standard ] kuniokun:0:0000:00:999:[enemies on levs 1-3 &4(rm2)] kuniokun:0:0226:00:000:Weak Enemy #5 kuniokun:0:0227:00:000:Weak Enemy #6 kuniokun:0:0000:00:999:[This one is a standrd enemy] kuniokun:0:0000:00:999:[on levels 3 and 4 (room 2) ] kuniokun:0:0228:00:000:Weak Enemy #7 kuniokun:0:0000:00:999:[This one is a standrd enemy] kuniokun:0:0000:00:999:[on level 4 (room 2) ] kuniokun:0:0229:00:000:Weak Enemy #8 ; [ Kuri Kinton (World, prototype?) ] kurikina:0:8B63:09:000:Infinite Credits kurikina:0:A010:60:000:Infinite Energy:Alternatively see the DIP Switch Menu and enable Invincibility, it is actually Infinite Energy! :kurikina:20800000:03059:00000018:FFFFFFFF:Invincibility :kurikina:20810000:0317B:000000C9:FFFFFFFF:Invincibility (2/4):1st = Punch or Kick, 2nd = Fire :kurikina:20810000:1C065:00000018:FFFFFFFF:Invincibility (3/4):Trap :kurikina:20810000:1C073:00000018:FFFFFFFF:Invincibility (4/4):Lava kurikina:0:A050:01:001:One hit to kill boss Now! ; [ Kuri Kinton (Japan) ] kurikinj:0:8187:09:000:Infinite Credits kurikinj:0:A010:60:000:Infinite Energy :kurikinj:20800000:0352A:00000018:FFFFFFFF:Invincibility :kurikinj:20810000:03666:000000C9:FFFFFFFF:Invincibility (2/3) :kurikinj:20810000:1C072:00000018:FFFFFFFF:Invincibility (3/3):1st = Punch or Kick, 2nd = Fire, 3rd = Trap kurikinj:0:A050:01:001:One hit to kill boss Now! ; [ Kuri Kinton (World) ] kurikint:0:8187:09:000:Infinite Credits kurikint:0:A010:60:000:Infinite Energy :kurikint:20800000:0352A:00000018:FFFFFFFF:Invincibility :kurikint:20810000:03666:000000C9:FFFFFFFF:Invincibility (2/3) :kurikint:20810000:1C072:00000018:FFFFFFFF:Invincibility (3/3):1st = Punch or Kick, 2nd = Fire, 3rd = Trap kurikint:0:A050:01:001:One hit to kill boss Now! ; [ Kuri Kinton (US) ] kurikinu:0:8187:09:000:Infinite Credits kurikinu:0:A010:60:000:Infinite Energy :kurikinu:20800000:0352A:00000018:FFFFFFFF:Invincibility :kurikinu:20810000:03666:000000C9:FFFFFFFF:Invincibility (2/3) :kurikinu:20810000:1C072:00000018:FFFFFFFF:Invincibility (3/3):1st = Punch or Kick, 2nd = Fire, 3rd = Trap kurikinu:0:A050:01:001:One hit to kill boss Now! ; [ Kyros ] kyros:0:02000F:99:000:Infinite Credits kyros:0:020103:9A:000:Infinite Lives kyros:0:020105:50:000:Infinite Energy kyros:0:020306:00:000:Invincibility to Mines kyros:0:020419:05:000:Maximum move Speed kyros:0:02010F:40:000:Infinite Ammo kyros:0:020104:20:000:Infinite RollKick kyros:0:02010E:00:000:Bomb kyros:0:02010E:01:000:Power Ball kyros:0:02010E:02:000:Boomerang kyros:0:020400:80:000:Power Level 0 kyros:0:020400:81:000:Power Level 1 kyros:0:020400:83:000:Power Level 2 kyros:0:020400:85:000:Power Level 3 kyros:0:020400:87:000:Power Level 4 ; [ Kyros No Yakata (Japan) ] kyrosj:0:02000F:99:000:Infinite Credits kyrosj:0:020103:9A:000:Infinite Lives kyrosj:0:020105:50:000:Infinite Energy kyrosj:0:020306:00:000:Invincibility to Mines kyrosj:0:020419:05:000:Maximum move Speed kyrosj:0:02010F:40:000:Infinite Ammo kyrosj:0:020104:20:000:Infinite RollKick kyrosj:0:02010E:00:000:Bomb kyrosj:0:02010E:01:000:Power Ball kyrosj:0:02010E:02:000:Boomerang kyrosj:0:020400:80:000:Power Level 0 kyrosj:0:020400:81:000:Power Level 1 kyrosj:0:020400:83:000:Power Level 2 kyrosj:0:020400:85:000:Power Level 3 kyrosj:0:020400:87:000:Power Level 4 ; [ Kyukyoku no Hito [BET] (Japan 880824) ] :kyuhito:00100000:F816:0000270F:FFFFFFFF:Infinite Credits :kyuhito:00100001:F816:00000000:FFFFFFFF:Clear Credits Now! :kyuhito:00100000:F90E:00000002:FFFFFFFF:Infinite Thinking Time :kyuhito:62000000:0000:00000000:00000000:Select CPU Character:Set on bet screen :kyuhito:00010001:F912:00000000:FFFFFFFF:Emily :kyuhito:00010001:F912:00000001:FFFFFFFF:Chiemi :kyuhito:00010001:F912:00000002:FFFFFFFF:Teresa :kyuhito:00010001:F912:00000003:FFFFFFFF:Diana :kyuhito:00010001:F912:00000004:FFFFFFFF:Hitomi :kyuhito:00010001:F912:00000005:FFFFFFFF:Yukari :kyuhito:00010001:F912:00000006:FFFFFFFF:Clara :kyuhito:00010001:F912:00000007:FFFFFFFF:Rose kyuhito:0:0000:00:999:[ The winning hand cheat must be ] kyuhito:0:0000:00:999:[ activated when there are 14 tiles ] kyuhito:0:0000:00:999:[ in your hand, then press the RON ] kyuhito:0:0000:00:999:[ key ('Z' by default). The tiles do ] kyuhito:0:0000:00:999:[ not visually change until you make ] kyuhito:0:0000:00:999:[ a move. ] :kyuhito:00100000:FC8D:00003131:FFFFFFFF:Always Winning Hand :kyuhito:00210000:FC8F:00323232:FFFFFFFF:Always Winning Hand (2/5) :kyuhito:00210000:FC92:00353535:FFFFFFFF:Always Winning Hand (3/5) :kyuhito:00210000:FC95:00363636:FFFFFFFF:Always Winning Hand (4/5) :kyuhito:00210000:FC98:00373737:FFFFFFFF:Always Winning Hand (5/5) :kyuhito:00100001:FC8D:00003131:FFFFFFFF:Get Winning Hand Now! :kyuhito:00210001:FC8F:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :kyuhito:00210001:FC92:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :kyuhito:00210001:FC95:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :kyuhito:00210001:FC98:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Kyuukai Douchuuki (Japan new version) ] kyukaidk:0:409601:00:000:Infinite Strikes kyukaidk:0:409603:00:000:Infinite Balls kyukaidk:0:409605:00:000:Infinite Outs kyukaidk:0:409601:00:001:Set Strikes to 0 Now! kyukaidk:0:409601:03:001:Set Strikes to 3 Now! kyukaidk:0:409603:00:001:Set Balls to 0 Now! kyukaidk:0:409603:03:001:Set Balls to 3 Now! kyukaidk:0:409605:00:001:Set Outs to 0 Now! kyukaidk:0:409605:03:001:Set Outs to 3 Now! kyukaidk:0:409717:63:070:Select Score PL1 kyukaidk:0:409737:63:070:Select Score PL2 ; [ Kyuukai Douchuuki (Japan old version) ] kyukaido:0:409601:00:000:Infinite Strikes kyukaido:0:409603:00:000:Infinite Balls kyukaido:0:409605:00:000:Infinite Outs kyukaido:0:409601:00:001:Set Strikes to 0 Now! kyukaido:0:409601:03:001:Set Strikes to 3 Now! kyukaido:0:409603:00:001:Set Balls to 0 Now! kyukaido:0:409603:03:001:Set Balls to 3 Now! kyukaido:0:409605:00:001:Set Outs to 0 Now! kyukaido:0:409605:03:001:Set Outs to 3 Now! kyukaido:0:409717:63:070:Select Score PL1 kyukaido:0:409737:63:070:Select Score PL2 ; [ Last Striker / Kyuukyoku no Striker ] kyustrkr:0:F0201B:63:000:Infinite Credits kyustrkr:0:F02904:99:000:Infinite Time kyustrkr:0:F02904:00:001:Finish this Match Now! kyustrkr:0:F002DB:0F:000:Always have Full Power PL1 kyustrkr:0:F02915:00:000:Score always = 0 PL1 kyustrkr:0:F02915:99:000:Score always = 99 PL1 kyustrkr:0:F02915:00:001:Score = 0 Now! PL1 kyustrkr:0:F02915:50:001:Score = 50 Now! PL1 kyustrkr:0:F02915:99:073:Select Score PL1 kyustrkr:0:F003DB:00:000:Always have Full Power PL2 kyustrkr:0:F02919:00:000:Score always = 0 PL2 kyustrkr:0:F02919:99:000:Score always = 99 PL2 kyustrkr:0:F02919:00:001:Score = 0 Now! PL2 kyustrkr:0:F02919:50:001:Score = 50 Now! PL2 kyustrkr:0:F02919:99:073:Select Score PL2 ; [ Labyrinth Runner (World Ver. K) ] labyrunk:0:2202:FF:000:Infinite Credits labyrunk:0:0000:00:999:[Turn ALL cheats OFF with F6] labyrunk:0:0000:00:999:[at the end of each level!! ] labyrunk:0:2489:09:000:Infinite Time labyrunk:0:248A:59:500:Infinite Time (2/2) labyrunk:0:2C81:02:040:Invincibility (flickering) labyrunk:0:1C76:03:000:Infinite Magic labyrunk:0:1CCC:07:000:Always have Maximum Shot labyrunk:0:1CCD:05:000:Always have Maximum Laser labyrunk:0:1CCE:02:000:Always have Maximum Bomb labyrunk:0:1CC9:03:000:Always have Maximum Speed labyrunk:0:2401:05:000:Infinite Lives PL1 labyrunk:0:240C:05:000:Infinite Continues PL1 labyrunk:0:2441:05:000:Infinite Lives PL2 labyrunk:0:244C:05:000:Infinite Continues PL2 labyrunk:0:2582:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Labyrinth Runner (Japan) ] labyrunr:0:2202:FF:000:Infinite Credits labyrunr:0:0000:00:999:[Turn ALL cheats OFF with F6] labyrunr:0:0000:00:999:[at the end of each level!! ] labyrunr:0:2489:09:000:Infinite Time labyrunr:0:248A:59:500:Infinite Time (2/2) labyrunr:0:2C81:02:040:Invincibility (flickering) labyrunr:0:1C76:03:000:Infinite Magic labyrunr:0:1CCC:07:000:Always have Maximum Shot labyrunr:0:1CCD:05:000:Always have Maximum Laser labyrunr:0:1CCE:02:000:Always have Maximum Bomb labyrunr:0:1CC9:03:000:Always have Maximum Speed labyrunr:0:2401:05:000:Infinite Lives PL1 labyrunr:0:240C:05:000:Infinite Continues PL1 labyrunr:0:2441:05:000:Infinite Lives PL2 labyrunr:0:244C:05:000:Infinite Continues PL2 labyrunr:0:2582:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Lady Bug (bootleg Set 2) ] :ladybgb2:20800000:07D5:000000C3:FFFFFFFF:Invincibility :ladybgb2:20910000:087A:0000087C:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Bone ladybgb2:0:0000:00:999:[Red bonuses are for SPECIAL] ladybgb2:0:0000:00:999:[Yellow bonuses arefor EXTRA] ladybgb2:0:0000:00:999:[Blue bonuses only score ] ladybgb2:0:0000:00:999:[But hearts will increase ] ladybgb2:0:0000:00:999:[the multiplier ] ladybgb2:0:6199:10:000:Bonuses always red:Scores 800*multiplier ladybgb2:0:6199:70:000:Bonuses always yellow:Scores 300*multiplier ladybgb2:0:6199:C0:000:Bonuses always blue:Scores 100*multiplier ladybgb2:0:60A9:01:001:Get one object to end level! ladybgb2:0:6066:06:000:Infinite Lives PL1 ladybgb2:0:6067:02:000:Infinite Lives PL2 ladybgb2:0:0000:00:999:[None of the cheats that ] ladybgb2:0:0000:00:999:[follow update the display ] ladybgb2:0:609F:03:000:Multiplier always x5 PL1 ladybgb2:0:0000:00:999:[Get the missing letter ] ladybgb2:0:0000:00:999:[whilst bonuses are yellow ] ladybgb2:0:0000:00:999:[to complete 'EXTRA' ] ladybgb2:0:609E:F0:001:Get EXTR- Now! PL1 ladybgb2:0:609E:E8:001:Get EXT-A Now! PL1 ladybgb2:0:609E:E4:001:Get EX-RA Now! PL1 ladybgb2:0:609E:E2:001:Get E-TRA Now! PL1 ladybgb2:0:609E:E1:001:Get -XTRA Now! PL1 ladybgb2:0:0000:00:999:[Get the missing letter ] ladybgb2:0:0000:00:999:[whilst bonuses are red ] ladybgb2:0:0000:00:999:[to complete 'SPECIAL' ] ladybgb2:0:609D:C0:001:Get SPECIA- Now! PL1 ladybgb2:0:609D:A0:001:Get SPECI-L Now! PL1 ladybgb2:0:609D:90:001:Get SPEC-AL Now! PL1 ladybgb2:0:609D:88:001:Get SPE-IAL Now! PL1 ladybgb2:0:609D:84:001:Get SP-CIAL Now! PL1 ladybgb2:0:609D:82:001:Get S-ECIAL Now! PL1 ladybgb2:0:609D:81:001:Get -PECIAL Now! PL1 ladybgb2:0:60A2:03:000:Multiplier always x5 PL2 ladybgb2:0:0000:00:999:[Get the missing letter ] ladybgb2:0:0000:00:999:[whilst bonuses are yellow ] ladybgb2:0:0000:00:999:[to complete 'EXTRA' ] ladybgb2:0:60A1:F0:001:Get EXTR- Now! PL2 ladybgb2:0:60A1:E8:001:Get EXT-A Now! PL2 ladybgb2:0:60A1:E4:001:Get EX-RA Now! PL2 ladybgb2:0:60A1:E2:001:Get E-TRA Now! PL2 ladybgb2:0:60A1:E1:001:Get -XTRA Now! PL2 ladybgb2:0:0000:00:999:[Get the missing letter ] ladybgb2:0:0000:00:999:[whilst bonuses are red ] ladybgb2:0:0000:00:999:[to complete 'SPECIAL' ] ladybgb2:0:60A0:C0:001:Get SPECIA- Now! PL2 ladybgb2:0:60A0:A0:001:Get SPECI-L Now! PL2 ladybgb2:0:60A0:90:001:Get SPEC-AL Now! PL2 ladybgb2:0:60A0:88:001:Get SPE-IAL Now! PL2 ladybgb2:0:60A0:84:001:Get SP-CIAL Now! PL2 ladybgb2:0:60A0:82:001:Get S-ECIAL Now! PL2 ladybgb2:0:60A0:81:001:Get -PECIAL Now! PL2 ; [ Lady Bug ] :ladybug:20800000:07D5:000000C3:FFFFFFFF:Invincibility :ladybug:20910000:087A:0000087C:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Bone ladybug:0:0000:00:999:[Red bonuses are for SPECIAL] ladybug:0:0000:00:999:[Yellow bonuses arefor EXTRA] ladybug:0:0000:00:999:[Blue bonuses only score ] ladybug:0:0000:00:999:[But hearts will increase ] ladybug:0:0000:00:999:[the multiplier ] ladybug:0:6199:10:000:Bonuses always red:Scores 800*multiplier ladybug:0:6199:70:000:Bonuses always yellow:Scores 300*multiplier ladybug:0:6199:C0:000:Bonuses always blue:Scores 100*multiplier ladybug:0:60A9:01:001:Get one object to end level! ladybug:0:6066:06:000:Infinite Lives PL1 ladybug:0:6067:02:000:Infinite Lives PL2 ladybug:0:0000:00:999:[None of the cheats that ] ladybug:0:0000:00:999:[follow update the display ] ladybug:0:609F:03:000:Multiplier always x5 PL1 ladybug:0:0000:00:999:[Get the missing letter ] ladybug:0:0000:00:999:[whilst bonuses are yellow ] ladybug:0:0000:00:999:[to complete 'EXTRA' ] ladybug:0:609E:F0:001:Get EXTR- Now! PL1 ladybug:0:609E:E8:001:Get EXT-A Now! PL1 ladybug:0:609E:E4:001:Get EX-RA Now! PL1 ladybug:0:609E:E2:001:Get E-TRA Now! PL1 ladybug:0:609E:E1:001:Get -XTRA Now! PL1 ladybug:0:0000:00:999:[Get the missing letter ] ladybug:0:0000:00:999:[whilst bonuses are red ] ladybug:0:0000:00:999:[to complete 'SPECIAL' ] ladybug:0:609D:C0:001:Get SPECIA- Now! PL1 ladybug:0:609D:A0:001:Get SPECI-L Now! PL1 ladybug:0:609D:90:001:Get SPEC-AL Now! PL1 ladybug:0:609D:88:001:Get SPE-IAL Now! PL1 ladybug:0:609D:84:001:Get SP-CIAL Now! PL1 ladybug:0:609D:82:001:Get S-ECIAL Now! PL1 ladybug:0:609D:81:001:Get -PECIAL Now! PL1 ladybug:0:60A2:03:000:Multiplier always x5 PL2 ladybug:0:0000:00:999:[Get the missing letter ] ladybug:0:0000:00:999:[whilst bonuses are yellow ] ladybug:0:0000:00:999:[to complete 'EXTRA' ] ladybug:0:60A1:F0:001:Get EXTR- Now! PL2 ladybug:0:60A1:E8:001:Get EXT-A Now! PL2 ladybug:0:60A1:E4:001:Get EX-RA Now! PL2 ladybug:0:60A1:E2:001:Get E-TRA Now! PL2 ladybug:0:60A1:E1:001:Get -XTRA Now! PL2 ladybug:0:0000:00:999:[Get the missing letter ] ladybug:0:0000:00:999:[whilst bonuses are red ] ladybug:0:0000:00:999:[to complete 'SPECIAL' ] ladybug:0:60A0:C0:001:Get SPECIA- Now! PL2 ladybug:0:60A0:A0:001:Get SPECI-L Now! PL2 ladybug:0:60A0:90:001:Get SPEC-AL Now! PL2 ladybug:0:60A0:88:001:Get SPE-IAL Now! PL2 ladybug:0:60A0:84:001:Get SP-CIAL Now! PL2 ladybug:0:60A0:82:001:Get S-ECIAL Now! PL2 ladybug:0:60A0:81:001:Get -PECIAL Now! PL2 ; [ Lady Bug (bootleg) ] :ladybugb:20800000:07D5:000000C3:FFFFFFFF:Invincibility :ladybugb:20910000:087A:0000087C:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Bone ladybugb:0:0000:00:999:[Red bonuses are for SPECIAL] ladybugb:0:0000:00:999:[Yellow bonuses arefor EXTRA] ladybugb:0:0000:00:999:[Blue bonuses only score ] ladybugb:0:0000:00:999:[But hearts will increase ] ladybugb:0:0000:00:999:[the multiplier ] ladybugb:0:6199:10:000:Bonuses always red:Scores 800*multiplier ladybugb:0:6199:70:000:Bonuses always yellow:Scores 300*multiplier ladybugb:0:6199:C0:000:Bonuses always blue:Scores 100*multiplier ladybugb:0:60A9:01:001:Get one object to end level! ladybugb:0:6066:06:000:Infinite Lives PL1 ladybugb:0:6067:02:000:Infinite Lives PL2 ladybugb:0:0000:00:999:[None of the cheats that ] ladybugb:0:0000:00:999:[follow update the display ] ladybugb:0:609F:03:000:Multiplier always x5 PL1 ladybugb:0:0000:00:999:[Get the missing letter ] ladybugb:0:0000:00:999:[whilst bonuses are yellow ] ladybugb:0:0000:00:999:[to complete 'EXTRA' ] ladybugb:0:609E:F0:001:Get EXTR- Now! PL1 ladybugb:0:609E:E8:001:Get EXT-A Now! PL1 ladybugb:0:609E:E4:001:Get EX-RA Now! PL1 ladybugb:0:609E:E2:001:Get E-TRA Now! PL1 ladybugb:0:609E:E1:001:Get -XTRA Now! PL1 ladybugb:0:0000:00:999:[Get the missing letter ] ladybugb:0:0000:00:999:[whilst bonuses are red ] ladybugb:0:0000:00:999:[to complete 'SPECIAL' ] ladybugb:0:609D:C0:001:Get SPECIA- Now! PL1 ladybugb:0:609D:A0:001:Get SPECI-L Now! PL1 ladybugb:0:609D:90:001:Get SPEC-AL Now! PL1 ladybugb:0:609D:88:001:Get SPE-IAL Now! PL1 ladybugb:0:609D:84:001:Get SP-CIAL Now! PL1 ladybugb:0:609D:82:001:Get S-ECIAL Now! PL1 ladybugb:0:609D:81:001:Get -PECIAL Now! PL1 ladybugb:0:60A2:03:000:Multiplier always x5 PL2 ladybugb:0:0000:00:999:[Get the missing letter ] ladybugb:0:0000:00:999:[whilst bonuses are yellow ] ladybugb:0:0000:00:999:[to complete 'EXTRA' ] ladybugb:0:60A1:F0:001:Get EXTR- Now! PL2 ladybugb:0:60A1:E8:001:Get EXT-A Now! PL2 ladybugb:0:60A1:E4:001:Get EX-RA Now! PL2 ladybugb:0:60A1:E2:001:Get E-TRA Now! PL2 ladybugb:0:60A1:E1:001:Get -XTRA Now! PL2 ladybugb:0:0000:00:999:[Get the missing letter ] ladybugb:0:0000:00:999:[whilst bonuses are red ] ladybugb:0:0000:00:999:[to complete 'SPECIAL' ] ladybugb:0:60A0:C0:001:Get SPECIA- Now! PL2 ladybugb:0:60A0:A0:001:Get SPECI-L Now! PL2 ladybugb:0:60A0:90:001:Get SPEC-AL Now! PL2 ladybugb:0:60A0:88:001:Get SPE-IAL Now! PL2 ladybugb:0:60A0:84:001:Get SP-CIAL Now! PL2 ladybugb:0:60A0:82:001:Get S-ECIAL Now! PL2 ladybugb:0:60A0:81:001:Get -PECIAL Now! PL2 ; [ Ladybug (bootleg on Galaxian hardware) ] :ladybugg:20800000:2C78:00000018:FFFFFFFF:Invincibility :ladybugg:20910000:276A:00004818:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Bone ladybugg:0:413D:06:000:Infinite Lives PL1 ladybugg:0:413E:02:000:Infinite Lives PL2 ; [ Lady Frog ] :ladyfrog:00100000:EAEE:0000270F:FFFFFFFF:Infinite Credits :ladyfrog:00100000:EAE8:0000270F:FFFFFFFF:Infinite Time :ladyfrog:20A00000:0C6E:000E54C3:FFFFFFFF:Invincibility (Incomplete):Disabled against the opened window :ladyfrog:20810000:14CE:00000018:FFFFFFFF:Invincibility (Incomplete) (2/3):1st = Enemy, 2nd = Wall ;:ladyfrog:20810000:0DD1:000000C3:FFFFFFFF:Invincibility (Incomplete) (3/3):Opened window. But if you enable this code, NEVER finish the stage after touching it. :ladyfrog:00100000:EB1C:0000270F:FFFFFFFF:Infinite Lives PL1 :ladyfrog:00100000:EB30:0000270F:FFFFFFFF:Infinite Lives PL2 ; [ Vs. Stroke & Match Golf (Ladies Version) ] ladygolf:0:079D:63:000:Infinite Credits ladygolf:0:002C:00:000:Infinite Strokes PL1 ladygolf:0:002C:00:001:Reset Strokes Now! PL1 ladygolf:0:002D:00:000:Infinite Strokes PL2 ladygolf:0:002D:00:001:Reset Strokes Now! PL2 ; [ Lady Killer ] ladykill:0:FFC175:09:000:Infinite Credits ladykill:0:FFC264:09:000:Infinite Dive Puzzle Time:Turn OFF at the End of Round! ladykill:0:FFC265:99:500:Infinite Dive Puzzle Time (2/2) ladykill:0:FFC24D:99:000:Infinite Diving Time ladykill:0:FFC24E:09:500:Infinite Diving Time (2/3) ladykill:0:FFC251:09:500:Infinite Diving Time (3/3) ladykill:0:000000:00:999:[Only use the proper Infinite Time ] ladykill:0:000000:00:999:[cheat during the Number and Slider] ladykill:0:000000:00:999:[puzzles. And only turn it ON after] ladykill:0:000000:00:999:[the puzzle has started or it may ] ladykill:0:000000:00:999:[be IMPOSSIBLE to complete! ] ladykill:0:FFE0F3:99:000:Infinite Number Puzzle Time ladykill:0:FFE121:99:000:Infinite Slider Puzzle Time ladykill:0:FFC24B:05:000:Infinite Lives ladykill:0:FFC249:02:000:Invincibility ladykill:0:FFC25B:01:001:One Tile to finish Dive Now!:You won't get to see the full picture though! ladykill:0:FFC25D:01:501:One Tile to finish Dive Now! ; [ Laguna Racer ] lagunar:0:2004:99:000:Infinite Time ; [ Land Breaker (World) / Miss Tang Ja Ru Gi (Korea) (pcb ver 3.02) ] :landbrk:00100000:400285D4:000003E7:FFFFFFFF:Infinite Time :landbrk:00000000:400285D7:00000063:FFFFFFFF:Infinite Lives :landbrk:00000001:400285DD:00000064:FFFFFFFF:Finish this Stage Now! ; [ Land Breaker (World) / Miss Tang Ja Ru Gi (Korea) (pcb ver 3.03) ] :landbrka:00100000:400294CC:000003E7:FFFFFFFF:Infinite Time :landbrka:00000000:400294CF:00000063:FFFFFFFF:Infinite Lives :landbrka:00000001:400294D5:00000064:FFFFFFFF:Finish this Stage Now! ; [ Landing Gear ] landgear:0:0000:00:999:[ There are no cheats ]:REASON 1 landgear:0:0000:00:999:[ for this game as it ]:REASON 1 landgear:0:0000:00:999:[ didn't work the last ]:REASON 1 landgear:0:0000:00:999:[ time it was tested. ]:REASON 1 landgear:0:0000:00:999:[ If the game now works ]:REASON 1 landgear:0:0000:00:999:[ please request cheats ]:REASON 1 landgear:0:0000:00:999:[ for it on the cheat ]:REASON 1 landgear:0:0000:00:999:[ forums. ]:REASON 1 ; [ Land Maker (Japan) ] landmakr:0:400091:09:000:Infinite Credits landmakr:0:401F73:01:001:Enable "Another World" Levels:Girl on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen landmakr:0:401F73:01:001:Disable "Another World" Levels landmakr:0:401FD8:02:000:Infinite Move Time PL1 landmakr:0:401FD9:58:500:Infinite Move Time PL1 (2/2) landmakr:0:40202B:00:000:Never get Attacked PL1 landmakr:0:4020D3:0A:001:Attack opp. side with 10 Now! PL1 landmakr:0:4020D3:60:001:Attack opp. side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat landmakr:0:402025:00:000:Pusher Always at 0% PL1 landmakr:0:402025:00:001:Set Pusher to 0% Now! PL1 landmakr:0:402025:40:001:Set Pusher to 50% Now! PL1 landmakr:0:402025:81:001:Set Pusher to 100% Now! PL1 landmakr:0:402037:00:000:Next Tile always Red PL1 landmakr:0:402037:02:000:Next Tile always Dark Blue PL1 landmakr:0:402037:04:000:Next Tile always Orange PL1 landmakr:0:402037:06:000:Next Tile always Green PL1 landmakr:0:402037:08:000:Next Tile always Light Blue PL1 landmakr:0:402037:0A:000:Next Tile always Yellow PL1 landmakr:0:402037:0C:000:Next Tile always Grey PL1 landmakr:0:402037:0E:000:Next Tile always Purple PL1 landmakr:0:402037:00:001:Next Tile is Red Now! PL1 landmakr:0:402037:02:001:Next Tile is Dark Blue Now! PL1 landmakr:0:402037:04:001:Next Tile is Orange Now! PL1 landmakr:0:402037:06:001:Next Tile is Green Now! PL1 landmakr:0:402037:08:001:Next Tile is Light Blue Now! PL1 landmakr:0:402037:0A:001:Next Tile is Yellow Now! PL1 landmakr:0:402037:0C:001:Next Tile is Grey Now! PL1 landmakr:0:402037:0E:001:Next Tile is Purple Now! PL1 landmakr:0:000000:00:999:[Enable these character cheats on the level map ] landmakr:0:000000:00:999:[screen for best effect. ] landmakr:0:4078F7:00:001:Play as Hiryu Now! PL1 landmakr:0:401FA9:00:501:Play as Hiryu Now! PL1 (2/2) landmakr:0:4078F7:01:001:Play as Aifa Now! PL1 landmakr:0:401FA9:01:501:Play as Aifa Now! PL1 (2/2) landmakr:0:4078F7:02:001:Play as Soumei Now! PL1 landmakr:0:401FA9:02:501:Play as Soumei Now! PL1 (2/2) landmakr:0:4078F7:03:001:Play as Renki Now! PL1 landmakr:0:401FA9:03:501:Play as Renki Now! PL1 (2/2) landmakr:0:4078F7:04:001:Play as Youen Now! PL1 landmakr:0:401FA9:04:501:Play as Youen Now! PL1 (2/2) landmakr:0:4078F7:05:001:Play as Kouko Now! PL1 landmakr:0:401FA9:05:501:Play as Kouko Now! PL1 (2/2) landmakr:0:4078F7:06:001:Play as RinRei Now! PL1 landmakr:0:401FA9:06:501:Play as RinRei Now! PL1 (2/2) landmakr:0:4078F7:07:001:Play as Roushinski Now! PL1 landmakr:0:401FA9:07:501:Play as Roushinski Now! PL1 (2/2) landmakr:0:4078F7:08:001:Play as Ranju Now! PL1 landmakr:0:401FA9:08:501:Play as Ranju Now! PL1 (2/2) landmakr:0:4078F7:09:001:Play as Gaira Now! PL1 landmakr:0:401FA9:09:501:Play as Gaira Now! PL1 (2/2) landmakr:0:402081:02:000:Infinite Move Time PL2 landmakr:0:402081:58:500:Infinite Move Time PL2 (2/2) landmakr:0:4020D3:00:000:Never get Attacked PL2 landmakr:0:40202B:0A:001:Attack opp. side with 10 Now! PL2 landmakr:0:40202B:60:001:Attack opp. side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat landmakr:0:4020CD:00:000:Pusher Always at 0% PL2 landmakr:0:4020CD:00:001:Set Pusher to 0% Now! PL2 landmakr:0:4020CD:40:001:Set Pusher to 50% Now! PL2 landmakr:0:4020CD:81:001:Set Pusher to 100% Now! PL2 landmakr:0:4020DF:00:000:Next Tile always Red PL2 landmakr:0:4020DF:02:000:Next Tile always Dark Blue PL2 landmakr:0:4020DF:04:000:Next Tile always Orange PL2 landmakr:0:4020DF:06:000:Next Tile always Green PL2 landmakr:0:4020DF:08:000:Next Tile always Light Blue PL2 landmakr:0:4020DF:0A:000:Next Tile always Yellow PL2 landmakr:0:4020DF:0C:000:Next Tile always Grey PL2 landmakr:0:4020DF:0E:000:Next Tile always Purple PL2 landmakr:0:4020DF:00:001:Next Tile is Red Now! PL2 landmakr:0:4020DF:02:001:Next Tile is Dark Blue Now! PL2 landmakr:0:4020DF:04:001:Next Tile is Orange Now! PL2 landmakr:0:4020DF:06:001:Next Tile is Green Now! PL2 landmakr:0:4020DF:08:001:Next Tile is Light Blue Now! PL2 landmakr:0:4020DF:0A:001:Next Tile is Yellow Now! PL2 landmakr:0:4020DF:0C:001:Next Tile is Grey Now! PL2 landmakr:0:4020DF:0E:001:Next Tile is Purple Now! PL2 landmakr:0:000000:00:999:[Enable these character cheats on the level map ] landmakr:0:000000:00:999:[screen for best effect. ] landmakr:0:4078FD:00:001:Play as Hiryu Now! PL2 landmakr:0:402051:00:501:Play as Hiryu Now! PL2 (2/2) landmakr:0:4078FD:01:001:Play as Aifa Now! PL2 landmakr:0:402051:01:501:Play as Aifa Now! PL2 (2/2) landmakr:0:4078FD:02:001:Play as Soumei Now! PL2 landmakr:0:402051:02:501:Play as Soumei Now! PL2 (2/2) landmakr:0:4078FD:03:001:Play as Renki Now! PL2 landmakr:0:402051:03:501:Play as Renki Now! PL2 (2/2) landmakr:0:4078FD:04:001:Play as Youen Now! PL2 landmakr:0:402051:04:501:Play as Youen Now! PL2 (2/2) landmakr:0:4078FD:05:001:Play as Kouko Now! PL2 landmakr:0:402051:05:501:Play as Kouko Now! PL2 (2/2) landmakr:0:4078FD:06:001:Play as RinRei Now! PL2 landmakr:0:402051:06:501:Play as RinRei Now! PL2 (2/2) landmakr:0:4078FD:07:001:Play as Roushinski Now! PL2 landmakr:0:402051:07:501:Play as Roushinski Now! PL2 (2/2) landmakr:0:4078FD:08:001:Play as Ranju Now! PL2 landmakr:0:402051:08:501:Play as Ranju Now! PL2 (2/2) landmakr:0:4078FD:09:001:Play as Gaira Now! PL2 landmakr:0:402051:09:501:Play as Gaira Now! PL2 (2/2) landmakr:0:000000:00:999:[After you enable these region cheats to see any ] landmakr:0:000000:00:999:[effect you will have to reset the game (F3). ] landmakr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] landmakr:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] landmakr:0:1FFFFF:01:100:Region Switch = Japan landmakr:0:1FFFFF:02:100:Region Switch = US landmakr:0:1FFFFF:03:100:Region Switch = World ; [ Land Maker (World Prototype) ] landmkrp:0:0000:00:999:[ This game hasn't even ]:REASON 11 landmkrp:0:0000:00:999:[ been looked at due to ]:REASON 11 landmkrp:0:0000:00:999:[ time constraints - Too]:REASON 11 landmkrp:0:0000:00:999:[ many games and so ]:REASON 11 landmkrp:0:0000:00:999:[ little time. It is ]:REASON 11 landmkrp:0:0000:00:999:[ even possible that ]:REASON 11 landmkrp:0:0000:00:999:[ this game may be a ]:REASON 11 landmkrp:0:0000:00:999:[ clone of an existing ]:REASON 11 landmkrp:0:0000:00:999:[ game which may have ]:REASON 11 landmkrp:0:0000:00:999:[ cheats. Please search ]:REASON 11 landmkrp:0:0000:00:999:[ the cheat forums ]:REASON 11 landmkrp:0:0000:00:999:[ before posting cheat ]:REASON 11 landmkrp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Lansquenet 2004 (Shock Troopers - 2nd Squad bootleg) ] lans2004:0:108F7B:99:000:Infinite Time lans2004:0:10905B:03:000:Infinite Lives PL1 lans2004:0:10901F:0A:000:Infinite Grenades PL1 lans2004:0:100127:FF:000:Invincibility PL1 lans2004:0:109021:24:000:Maximum Power(Lv3) PL1 lans2004:0:109016:40:000:Infinite Ammo PL1 lans2004:0:109015:00:000:Always have Normal Shot PL1 lans2004:0:109015:04:000:Always have Fire Shot PL1 lans2004:0:109015:08:000:Always have Round Shot PL1 lans2004:0:109015:0C:000:Always have Missile Shot PL1 lans2004:0:109015:10:000:Always have Boomerang Shot PL1 lans2004:0:10915B:03:000:Infinite Lives PL2 lans2004:0:10911F:0A:000:Infinite Grenades PL2 lans2004:0:102127:FF:000:Invincibility PL2 lans2004:0:109121:24:000:Maximum Power(Lv3) PL2 lans2004:0:109116:40:000:Infinite Ammo PL2 lans2004:0:109115:00:000:Always have Normal Shot PL2 lans2004:0:109115:04:000:Always have Fire Shot PL2 lans2004:0:109115:08:000:Always have Round Shot PL2 lans2004:0:109115:0C:000:Always have Missile Shot PL2 lans2004:0:109115:10:000:Always have Boomerang Shot PL2 :lans2004:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :lans2004:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :lans2004:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Laser ] laser:0:202B:00:000:Enemy Can't Shoot laser:0:2008:FF:000:Laser is always long laser:0:201A:09:000:Infinite Lives PL1 laser:0:2008:64:000:Infinite Fuel PL1 laser:0:201B:09:000:Infinite Lives PL2 laser:0:202B:40:000:Infinite Fuel PL2 laser:0:202E:99:500:Infinite Fuel PL2 (2/2) ; [ Laser Base (set 1) ] laserbas:0:0000:00:999:[ There are no cheats ]:REASON 1 laserbas:0:0000:00:999:[ for this game as it ]:REASON 1 laserbas:0:0000:00:999:[ didn't work the last ]:REASON 1 laserbas:0:0000:00:999:[ time it was tested. ]:REASON 1 laserbas:0:0000:00:999:[ If the game now works ]:REASON 1 laserbas:0:0000:00:999:[ please request cheats ]:REASON 1 laserbas:0:0000:00:999:[ for it on the cheat ]:REASON 1 laserbas:0:0000:00:999:[ forums. ]:REASON 1 ; [ Laser Battle ] :laserbat:00000000:1C7D:00000009:FFFFFFFF:Infinite Credits :laserbat:00000000:1C7B:0000000C:FFFFFFFF:Infinite Lives :laserbat:00010000:1CDD:0000000C:FFFFFFFF:Infinite Lives (2/2) :laserbat:60000000:0000:00000000:00000000:[ See the DIP Switch Menu ] :laserbat:60000000:0000:00000000:00000000:[ to enable an alternate ] :laserbat:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :laserbat:20900000:50DC:00001720:FFFFFFFF:Invincibility :laserbat:20810000:62EE:00000017:FFFFFFFF:Invincibility (2/2):1st = Enemy (eorz,0/retc a), 2nd = No Fuel (retc a) :laserbat:00000000:1C43:000000FF:FFFFFFFF:Rapid Fire :laserbat:00000000:1D48:00000050:FFFFFFFF:Infinite Fuel PL1 :laserbat:00010000:1D4D:0000000E:FFFFFFFF:Infinite Fuel PL1 (2/2) :laserbat:00000000:1D49:00000050:FFFFFFFF:Infinite Fuel PL2 :laserbat:00010000:1D4E:0000000E:FFFFFFFF:Infinite Fuel PL2 (2/2) ; [ Laser Base (set 2) ] laserbsa:0:0000:00:999:[ There are no cheats ]:REASON 1 laserbsa:0:0000:00:999:[ for this game as it ]:REASON 1 laserbsa:0:0000:00:999:[ didn't work the last ]:REASON 1 laserbsa:0:0000:00:999:[ time it was tested. ]:REASON 1 laserbsa:0:0000:00:999:[ If the game now works ]:REASON 1 laserbsa:0:0000:00:999:[ please request cheats ]:REASON 1 laserbsa:0:0000:00:999:[ for it on the cheat ]:REASON 1 laserbsa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Lasso ] lasso:0:0047:06:000:Infinite Lives :lasso:20800000:8FD9:00000000:FFFFFFFF:Invincibility :lasso:20910000:A05B:00002090:FFFFFFFF:Invincibility (2/2) lasso:0:0045:FF:001:Complete this round on Death lasso:0:0000:00:999:[These 2 cheats will not be ] lasso:0:0000:00:999:[completely effective if ] lasso:0:0000:00:999:[there are more than one on ] lasso:0:0000:00:999:[the screen at the time. Not] lasso:0:0000:00:999:[a problem for the Dog cheat] lasso:0:0000:00:999:[but you will have to die ] lasso:0:0000:00:999:[for the lasso cheat to show] lasso:0:0000:00:999:[properly. In addition if ] lasso:0:0000:00:999:[you lasso 2 or more animals] lasso:0:0000:00:999:[after enabling the cheat ] lasso:0:0000:00:999:[you will advance to the ] lasso:0:0000:00:999:[next round on death. ] lasso:0:0046:00:001:Only 1 more dog Now! lasso:0:0045:00:001:Only 1 animal to lasso Now! ; [ Last Blade / Bakumatsu Roman - Gekka no Kenshi, The (set 1) ] lastblad:0:10E32B:61:000:Infinite Time lastblad:0:000000:00:999:[ Both story cheats are useful when using ] lastblad:0:000000:00:999:[ KAEDE, YUKI or MORIYA. Story Part 2 cheat ] lastblad:0:000000:00:999:[ is useful for JUZOH, AKARI, WASHIZUKA, ] lastblad:0:000000:00:999:[ SHIKYOH, OKINA, and SHINGEN. They MUST be ] lastblad:0:000000:00:999:[ activated on the character select screen. ] lastblad:0:10AC43:06:001:Story Part 1 (Stage 7) lastblad:0:10AC43:07:001:Story Part 2 (Stage 8) lastblad:0:000000:00:999:[ The boss cheat must be activated on the ] lastblad:0:000000:00:999:[ character selection screen. ] lastblad:0:10AC43:08:001:First Boss lastblad:0:10AC43:09:001:Final Boss. lastblad:0:000000:00:999:[ The cinematic cheat must be activated ] lastblad:0:000000:00:999:[ during any fight. After winning, you can ] lastblad:0:000000:00:999:[ see the cinematic. ] lastblad:0:10AC43:03:001:Middle cinematic lastblad:0:10AC43:07:001:First boss cinematic lastblad:0:10AC43:08:001:Inbetween Bosses cinematic lastblad:0:10AC43:09:001:Ending cinematic :lastblad:83100000:0010AC2C:00000100:00000180:Infinite Energy PL1 :lastblad:83100001:0010AC2C:00000000:00000180:Drain All Energy Now! PL1 :lastblad:83000000:0010AC2C:00000001:0000018C:Always have Power "Power" Mode PL1 :lastblad:83000000:0010AC2C:00000002:0000018C:Always have Power "Speed" Mode PL1 :lastblad:83000000:0010AC2C:00000040:0000018D:Always have Maximum Power PL1:Power Bar display maybe incorrect though :lastblad:83000000:0010AC2C:00000000:0000018D:Always have Minimum Power PL1 :lastblad:83000001:0010AC2C:00000000:0000018D:Drain All Power Now! PL1 lastblad:0:000000:00:999:[ Free player selection - Use on technique ] lastblad:0:000000:00:999:[ select screen only. ] lastblad:0:10EAAD:0C:001:Play with Musashi PL1 lastblad:0:10EAAD:0D:001:Play with Kagami PL1 lastblad:0:10EAAD:0E:001:Play with Blond Kaede PL1:Need to be touched one time :lastblad:83100000:0010AC30:00000100:00000180:Infinite Energy PL2 :lastblad:83100001:0010AC30:00000000:00000180:Drain All Energy Now! PL2 :lastblad:83000000:0010AC30:00000001:0000018C:Always have Power "Power" Mode PL2 :lastblad:83000000:0010AC30:00000002:0000018C:Always have Power "Speed" Mode PL2 :lastblad:83000000:0010AC30:00000040:0000018D:Always have Maximum Power PL2:Power Bar display maybe incorrect though :lastblad:83000000:0010AC30:00000000:0000018D:Always have Minimum Power PL2 :lastblad:83000001:0010AC30:00000000:0000018D:Drain All Power Now! PL2 lastblad:0:000000:00:999:[ Free player selection - Use on technique ] lastblad:0:000000:00:999:[ select screen only. ] lastblad:0:10EAAF:0C:001:Play with Musashi PL2 lastblad:0:10EAAF:0D:001:Play with Kagami PL2 lastblad:0:10EAAF:0E:001:Play with Blond Kaede PL2:Need to be touched one time :lastblad:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :lastblad:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :lastblad:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekka no Kenshi, The ] lastbld2:0:10E595:60:000:Infinite Time lastbld2:0:10E595:00:001:Finish this Fight Now! lastbld2:0:000000:00:999:[ The 2 boss cheats must be activated at the ] lastbld2:0:000000:00:999:[ selection screen. If it is activated during ] lastbld2:0:000000:00:999:[ the first stage and that you win, the ] lastbld2:0:000000:00:999:[ character boss cheat brings you to the ] lastbld2:0:000000:00:999:[ final boss and the final boss cheat let's ] lastbld2:0:000000:00:999:[ you see the ending. ] lastbld2:0:10E581:06:001:Go to Character Boss Now! lastbld2:0:10E581:07:001:Go to Final Boss Now! :lastbld2:62000000:000000:00000000:00000000:Select Constant Background :lastbld2:00010000:10E57D:00000000:FFFFFFFF:Shimiji Pass:Kaede, Hibiki, Original Kaede :lastbld2:00010000:10E57D:00000001:FFFFFFFF:Battle of Cloudy Sky:Moriya, Kagami, Setsuna :lastbld2:00010000:10E57D:00000002:FFFFFFFF:13 Porttown:Akari, Juzoh, Hagure :lastbld2:00010000:10E57D:00000003:FFFFFFFF:Village of Twilight:Lee, Zantetsu :lastbld2:00010000:10E57D:00000004:FFFFFFFF:The Graveyard :lastbld2:00010000:10E57D:00000005:FFFFFFFF:Forest of Forgetfulness:Okina, Shigen, Kotetsu :lastbld2:00010000:10E57D:00000006:FFFFFFFF:The Night Before "Yuki-Machi":Yuki, Amano :lastbld2:00010000:10E57D:00000007:FFFFFFFF:Shrine of the Vanquished:Mid-Boss Stage :lastbld2:00010000:10E57D:00000008:FFFFFFFF:Boss Stage:Kouryu :lastbld2:00010000:10E57D:00000009:FFFFFFFF:Fire at the Wadamoya:Washizuka, Mukuro, Kojiroh :lastbld2:83000000:10E344:00000002:0000017E:Infinite Energy PL1 :lastbld2:83010000:10E344:00000000:0000017F:Infinite Energy PL1 (2/2):Poked as bytes for max cheat engine compatability :lastbld2:83100001:10E344:00000000:0000017E:Drain All Energy Now! PL1 lastbld2:0:10E4B2:01:000:Invincibility PL1 lastbld2:0:10E44C:01:500:Invincibility PL1 (2/2):Part 1 sorts out the energy bar and Part 2 stops you reacting when hit :lastbld2:83000000:10E344:00000040:0000017D:Infinite Power PL1 :lastbld2:83000100:10E344:00000003:000001AD:Select Rounds Won PL1:However, you still can't throw a round to win the match... :lastbld2:62000000:000000:00000000:00000000:Select Character PL1 :lastbld2:00010000:10BD59:00000000:FFFFFFFF:Kaede :lastbld2:00010000:10BD59:00000001:FFFFFFFF:Moriya :lastbld2:00010000:10BD59:00000002:FFFFFFFF:Yuki :lastbld2:00010000:10BD59:00000003:FFFFFFFF:Okina :lastbld2:00010000:10BD59:00000004:FFFFFFFF:Akari :lastbld2:00010000:10BD59:00000005:FFFFFFFF:Juzoh :lastbld2:00010000:10BD59:00000006:FFFFFFFF:Washizuka :lastbld2:00010000:10BD59:00000007:FFFFFFFF:Mukuro :lastbld2:00010000:10BD59:00000008:FFFFFFFF:Amano :lastbld2:00010000:10BD59:00000009:FFFFFFFF:Lee :lastbld2:00010000:10BD59:0000000A:FFFFFFFF:Zantetsu :lastbld2:00010000:10BD59:0000000B:FFFFFFFF:Shigen :lastbld2:00010000:10BD59:0000000C:FFFFFFFF:Kagami :lastbld2:00010000:10BD59:0000000D:FFFFFFFF:Kojiroh :lastbld2:00010000:10BD59:0000000E:FFFFFFFF:Hibiki :lastbld2:00010000:10BD59:0000000F:FFFFFFFF:Setsuna :lastbld2:00010000:10BD59:00000010:FFFFFFFF:Kouryu :lastbld2:00010000:10BD59:00000011:FFFFFFFF:Original Kaede :lastbld2:00010000:10BD59:00000012:FFFFFFFF:Hagure :lastbld2:00010000:10BD59:00000013:FFFFFFFF:Kotetsu :lastbld2:62000000:000000:00000000:00000000:Select Playing Style PL1 :lastbld2:83010000:10E344:00000001:0000017C:Power Mode :lastbld2:83010000:10E344:00000002:0000017C:Speed Mode :lastbld2:83010000:10E344:00000003:0000017C:EX Mode :lastbld2:62000000:000000:00000000:00000000:Select Colour PL1 :lastbld2:00010000:10BD60:00000000:FFFFFFFF:A colour (Power Mode) :lastbld2:00010000:10BD60:00000001:FFFFFFFF:A colour (Speed Mode) :lastbld2:00010000:10BD60:00000002:FFFFFFFF:A colour (EX Mode) :lastbld2:00010000:10BD60:00000003:FFFFFFFF:D colour (Power Mode) :lastbld2:00010000:10BD60:00000004:FFFFFFFF:D colour (Speed Mode) :lastbld2:00010000:10BD60:00000005:FFFFFFFF:D colour (EX Mode) :lastbld2:83000000:10E348:00000002:0000017E:Infinite Energy PL2 :lastbld2:83010000:10E348:00000000:0000017F:Infinite Energy PL2 (2/2):Poked as bytes for max cheat engine compatability :lastbld2:83100001:10E348:00000000:0000017E:Drain All Energy Now! PL2 lastbld2:0:10E4B3:01:000:Invincibility PL2 lastbld2:0:10E450:01:500:Invincibility PL2 (2/2):Part 1 sorts out the energy bar and Part 2 stops you reacting when hit :lastbld2:83000000:10E348:00000040:0000017D:Infinite Power PL2 :lastbld2:83000100:10E348:00000003:000001AD:Select Rounds Won PL2:However, you still can't throw a round to win the match... :lastbld2:62000000:000000:00000000:00000000:Select Character PL2 :lastbld2:00010000:10BD5B:00000000:FFFFFFFF:Kaede :lastbld2:00010000:10BD5B:00000001:FFFFFFFF:Moriya :lastbld2:00010000:10BD5B:00000002:FFFFFFFF:Yuki :lastbld2:00010000:10BD5B:00000003:FFFFFFFF:Okina :lastbld2:00010000:10BD5B:00000004:FFFFFFFF:Akari :lastbld2:00010000:10BD5B:00000005:FFFFFFFF:Juzoh :lastbld2:00010000:10BD5B:00000006:FFFFFFFF:Washizuka :lastbld2:00010000:10BD5B:00000007:FFFFFFFF:Mukuro :lastbld2:00010000:10BD5B:00000008:FFFFFFFF:Amano :lastbld2:00010000:10BD5B:00000009:FFFFFFFF:Lee :lastbld2:00010000:10BD5B:0000000A:FFFFFFFF:Zantetsu :lastbld2:00010000:10BD5B:0000000B:FFFFFFFF:Shigen :lastbld2:00010000:10BD5B:0000000C:FFFFFFFF:Kagami :lastbld2:00010000:10BD5B:0000000D:FFFFFFFF:Kojiroh :lastbld2:00010000:10BD5B:0000000E:FFFFFFFF:Hibiki :lastbld2:00010000:10BD5B:0000000F:FFFFFFFF:Setsuna :lastbld2:00010000:10BD5B:00000010:FFFFFFFF:Kouryu :lastbld2:00010000:10BD5B:00000011:FFFFFFFF:Original Kaede :lastbld2:00010000:10BD5B:00000012:FFFFFFFF:Hagure :lastbld2:00010000:10BD5B:00000013:FFFFFFFF:Kotetsu :lastbld2:62000000:000000:00000000:00000000:Select Playing Style PL2 :lastbld2:83010000:10E348:00000001:0000017C:Power Mode :lastbld2:83010000:10E348:00000002:0000017C:Speed Mode :lastbld2:83010000:10E348:00000003:0000017C:EX Mode :lastbld2:62000000:000000:00000000:00000000:Select Colour PL2 :lastbld2:00010000:10BD61:00000000:FFFFFFFF:A colour (Power Mode) :lastbld2:00010000:10BD61:00000001:FFFFFFFF:A colour (Speed Mode) :lastbld2:00010000:10BD61:00000002:FFFFFFFF:A colour (EX Mode) :lastbld2:00010000:10BD61:00000003:FFFFFFFF:D colour (Power Mode) :lastbld2:00010000:10BD61:00000004:FFFFFFFF:D colour (Speed Mode) :lastbld2:00010000:10BD61:00000005:FFFFFFFF:D colour (EX Mode) :lastbld2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :lastbld2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :lastbld2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Last Blade / Bakumatsu Roman - Gekka no Kenshi, The (set 2) ] lastblda:0:10E32B:61:000:Infinite Time lastblda:0:000000:00:999:[ Both story cheats are useful when using ] lastblda:0:000000:00:999:[ KAEDE, YUKI or MORIYA. Story Part 2 cheat ] lastblda:0:000000:00:999:[ is useful for JUZOH, AKARI, WASHIZUKA, ] lastblda:0:000000:00:999:[ SHIKYOH, OKINA, and SHINGEN. They MUST be ] lastblda:0:000000:00:999:[ activated on the character select screen. ] lastblda:0:10AC43:06:001:Story Part 1 (Stage 7) lastblda:0:10AC43:07:001:Story Part 2 (Stage 8) lastblda:0:000000:00:999:[ The boss cheat must be activated on the ] lastblda:0:000000:00:999:[ character selection screen. ] lastblda:0:10AC43:08:001:First Boss lastblda:0:10AC43:09:001:Final Boss. lastblda:0:000000:00:999:[ The cinematic cheat must be activated ] lastblda:0:000000:00:999:[ during any fight. After winning, you can ] lastblda:0:000000:00:999:[ see the cinematic. ] lastblda:0:10AC43:03:001:Middle cinematic lastblda:0:10AC43:07:001:First boss cinematic lastblda:0:10AC43:08:001:Inbetween Bosses cinematic lastblda:0:10AC43:09:001:Ending cinematic :lastblda:83100000:0010AC2C:00000100:00000180:Infinite Energy PL1 :lastblda:83100001:0010AC2C:00000000:00000180:Drain All Energy Now! PL1 :lastblda:83000000:0010AC2C:00000001:0000018C:Always have Power "Power" Mode PL1 :lastblda:83000000:0010AC2C:00000002:0000018C:Always have Power "Speed" Mode PL1 :lastblda:83000000:0010AC2C:00000040:0000018D:Always have Maximum Power PL1:Power Bar display maybe incorrect though :lastblda:83000000:0010AC2C:00000000:0000018D:Always have Minimum Power PL1 :lastblda:83000001:0010AC2C:00000000:0000018D:Drain All Power Now! PL1 lastblda:0:000000:00:999:[ Free player selection - Use on technique ] lastblda:0:000000:00:999:[ select screen only. ] lastblda:0:10EAAD:0C:001:Play with Musashi PL1 lastblda:0:10EAAD:0D:001:Play with Kagami PL1 lastblda:0:10EAAD:0E:001:Play with Blond Kaede PL1:Need to be touched one time :lastblda:83100000:0010AC30:00000100:00000180:Infinite Energy PL2 :lastblda:83100001:0010AC30:00000000:00000180:Drain All Energy Now! PL2 :lastblda:83000000:0010AC30:00000001:0000018C:Always have Power "Power" Mode PL2 :lastblda:83000000:0010AC30:00000002:0000018C:Always have Power "Speed" Mode PL2 :lastblda:83000000:0010AC30:00000040:0000018D:Always have Maximum Power PL2:Power Bar display maybe incorrect though :lastblda:83000000:0010AC30:00000000:0000018D:Always have Minimum Power PL2 :lastblda:83000001:0010AC30:00000000:0000018D:Drain All Power Now! PL2 lastblda:0:000000:00:999:[ Free player selection - Use on technique ] lastblda:0:000000:00:999:[ select screen only. ] lastblda:0:10EAAF:0C:001:Play with Musashi PL2 lastblda:0:10EAAF:0D:001:Play with Kagami PL2 lastblda:0:10EAAF:0E:001:Play with Blond Kaede PL2:Need to be touched one time :lastblda:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :lastblda:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :lastblda:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Last Bronx (Japan, Rev A) ] lastbrnj:0:0000:00:999:[ There are no cheats ]:REASON 1 lastbrnj:0:0000:00:999:[ for this game as it ]:REASON 1 lastbrnj:0:0000:00:999:[ didn't work the last ]:REASON 1 lastbrnj:0:0000:00:999:[ time it was tested. ]:REASON 1 lastbrnj:0:0000:00:999:[ If the game now works ]:REASON 1 lastbrnj:0:0000:00:999:[ please request cheats ]:REASON 1 lastbrnj:0:0000:00:999:[ for it on the cheat ]:REASON 1 lastbrnj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Last Bronx (Export, Rev A) ] lastbrnx:0:0000:00:999:[ There are no cheats ]:REASON 1 lastbrnx:0:0000:00:999:[ for this game as it ]:REASON 1 lastbrnx:0:0000:00:999:[ didn't work the last ]:REASON 1 lastbrnx:0:0000:00:999:[ time it was tested. ]:REASON 1 lastbrnx:0:0000:00:999:[ If the game now works ]:REASON 1 lastbrnx:0:0000:00:999:[ please request cheats ]:REASON 1 lastbrnx:0:0000:00:999:[ for it on the cheat ]:REASON 1 lastbrnx:0:0000:00:999:[ forums. ]:REASON 1 ; [ Last Day, The (set 1) ] lastday:0:E059:63:000:Infinite Credits lastday:0:E05C:03:000:Infinite Lives PL1 lastday:0:E11C:09:000:Infinite Bombs PL1 lastday:0:E05D:03:000:Infinite Lives PL2 lastday:0:E11D:09:000:Infinite Bombs PL2 ; [ Last Day, The (set 2) ] lastdaya:0:E059:63:000:Infinite Credits lastdaya:0:E05C:03:000:Infinite Lives PL1 lastdaya:0:E11C:09:000:Infinite Bombs PL1 lastdaya:0:E05D:03:000:Infinite Lives PL2 lastdaya:0:E11D:09:000:Infinite Bombs PL2 ; [ Last Duel (US set 1) ] lastduel:0:FF8819:99:000:Infinite Time lastduel:0:FF8826:0B:000:Infinite Lives PL1 lastduel:0:FF897B:80:002:Invincibility PL1 lastduel:0:FF8978:06:000:Infinite Rolling PL1 lastduel:0:FF8977:06:000:Maximum homing missiles PL1 lastduel:0:FF993C:01:000:Pod ON - Left PL1 lastduel:0:FF999C:01:000:Pod ON - Right PL1 lastduel:0:FF8972:60:001:Get Maximum speed - car PL1 lastduel:0:FF8972:0C:001:Get Maximum speed - plane PL1 lastduel:0:FF8979:00:000:Rapid fire - Weapon PL1 lastduel:0:FF897A:00:000:Rapid fire - H. missiles PL1 lastduel:0:FF996E:00:000:Rapid fire - Left pod PL1 lastduel:0:FF99CE:00:000:Rapid fire - Right pod PL1 lastduel:0:FF8976:00:000:Always have normal weapon PL1 lastduel:0:FF8976:02:000:Always have Double PL1 lastduel:0:FF8976:04:000:Always have 3-way PL1 lastduel:0:FF8976:06:000:Always have Shotgun PL1 lastduel:0:FF8976:08:000:Always have Flame PL1 lastduel:0:FF8976:00:001:Get normal weapon Now! PL1 lastduel:0:FF8976:02:001:Get Double Now! PL1 lastduel:0:FF8976:04:001:Get 3-way Now! PL1 lastduel:0:FF8976:06:001:Get Shotgun Now! PL1 lastduel:0:FF8976:08:001:Get Flame Now! PL1 lastduel:0:FF8827:0B:000:Infinite Lives PL2 lastduel:0:FF89FB:80:002:Invincibility PL2 lastduel:0:FF89F8:06:000:Infinite Rolling PL2 lastduel:0:FF89F7:06:000:Maximum homing missiles PL2 lastduel:0:FF99FC:01:000:Pod ON - Left PL2 lastduel:0:FF9A5C:01:000:Pod ON - Right PL2 lastduel:0:FF89F2:60:001:Get Maximum speed - car PL2 lastduel:0:FF89F2:0C:001:Get Maximum speed - plane PL2 lastduel:0:FF89F9:00:000:Rapid fire - Weapon PL2 lastduel:0:FF89FA:00:000:Rapid fire - H. missiles PL2 lastduel:0:FF9A2E:00:000:Rapid fire - Left pod PL2 lastduel:0:FF9A8E:00:000:Rapid fire - Right pod PL2 lastduel:0:FF89F6:00:000:Always have normal weapon PL2 lastduel:0:FF89F6:02:000:Always have Double PL2 lastduel:0:FF89F6:04:000:Always have 3-way PL2 lastduel:0:FF89F6:06:000:Always have Shotgun PL2 lastduel:0:FF89F6:08:000:Always have Flame PL2 lastduel:0:FF89F6:00:001:Get normal weapon Now! PL2 lastduel:0:FF89F6:02:001:Get Double Now! PL2 lastduel:0:FF89F6:04:001:Get 3-way Now! PL2 lastduel:0:FF89F6:06:001:Get Shotgun Now! PL2 lastduel:0:FF89F6:08:001:Get Flame Now! PL2 ; [ Last Fortress - Toride (Erotic) ] lastfero:0:40D844:63:000:Infinite Credits lastfero:0:40C008:01:001:Finish this level Now! lastfero:0:40C009:08:501:Finish this level Now! (2/3) lastfero:0:40C018:07:501:Finish this level Now! (3/3) lastfero:0:40C107:25:000:Next Tile always Help lastfero:0:40C015:70:007:Infinite Time PL1 lastfero:0:40C017:70:007:Infinite Time PL2 ; [ Last Fighting ] lastfght:0:0000:00:999:[ There are no cheats ]:REASON 1 lastfght:0:0000:00:999:[ for this game as it ]:REASON 1 lastfght:0:0000:00:999:[ didn't work the last ]:REASON 1 lastfght:0:0000:00:999:[ time it was tested. ]:REASON 1 lastfght:0:0000:00:999:[ If the game now works ]:REASON 1 lastfght:0:0000:00:999:[ please request cheats ]:REASON 1 lastfght:0:0000:00:999:[ for it on the cheat ]:REASON 1 lastfght:0:0000:00:999:[ forums. ]:REASON 1 ; [ Last Fortress - Toride (German) ] lastforg:0:C0D844:63:000:Infinite Credits lastforg:0:C0C008:01:001:Finish this level Now! lastforg:0:C0C009:08:501:Finish this level Now! (2/3) lastforg:0:C0C018:07:501:Finish this level Now! (3/3) lastforg:0:C0C107:25:000:Next Tile always Help lastforg:0:C0C015:70:007:Infinite Time PL1 lastforg:0:C0C017:70:007:Infinite Time PL2 ; [ Last Fortress - Toride ] lastfort:0:40D844:63:000:Infinite Credits lastfort:0:40C008:01:001:Finish this level Now! lastfort:0:40C009:08:501:Finish this level Now! (2/3) lastfort:0:40C018:07:501:Finish this level Now! (3/3) lastfort:0:40C107:25:000:Next Tile always Help lastfort:0:40C015:70:007:Infinite Time PL1 lastfort:0:40C017:70:007:Infinite Time PL2 ; [ Last Mission (US revision 6) ] lastmisn:0:0069:80:040:Invincibility lastmisn:0:0000:00:999:[See the Dip Switch Menu to ] lastmisn:0:0000:00:999:[enable an alternate ] lastmisn:0:0000:00:999:[Invincibility cheat. ] lastmisn:0:0078:06:000:Infinite Smart Bombs :lastmisn:00000000:096E:0000000A:FFFFFFFF:Have Best Laser :lastmisn:00000000:0972:000000CA:FFFFFFFF:Infinite Best K-CAN :lastmisn:00010000:0973:00000030:FFFFFFFF:Infinite Best K-CAN (2/2) :lastmisn:00000000:096A:000000AA:FFFFFFFF:Infinite Best PULS :lastmisn:00010000:096B:00000030:FFFFFFFF:Infinite Best PULS (2/2) :lastmisn:00000000:0976:000000E8:FFFFFFFF:Infinite Best HYPER :lastmisn:00010000:0977:00000030:FFFFFFFF:Infinite Best HYPER (2/2) lastmisn:0:0984:03:000:Infinite Lives PL1 lastmisn:0:099C:03:000:Infinite Lives PL2 ; [ Last Mission (Japan) ] lastmsnj:0:0069:80:040:Invincibility lastmsnj:0:0000:00:999:[See the Dip Switch Menu to ] lastmsnj:0:0000:00:999:[enable an alternate ] lastmsnj:0:0000:00:999:[Invincibility cheat. ] lastmsnj:0:0078:06:000:Infinite Smart Bombs :lastmsnj:00000000:096E:0000000A:FFFFFFFF:Have Best Laser :lastmsnj:00000000:0972:000000CA:FFFFFFFF:Infinite Best K-CAN :lastmsnj:00010000:0973:00000030:FFFFFFFF:Infinite Best K-CAN (2/2) :lastmsnj:00000000:096A:000000AA:FFFFFFFF:Infinite Best PULS :lastmsnj:00010000:096B:00000030:FFFFFFFF:Infinite Best PULS (2/2) :lastmsnj:00000000:0976:000000E8:FFFFFFFF:Infinite Best HYPER :lastmsnj:00010000:0977:00000030:FFFFFFFF:Infinite Best HYPER (2/2) lastmsnj:0:0984:03:000:Infinite Lives PL1 lastmsnj:0:099C:03:000:Infinite Lives PL2 ; [ Last Mission (US revision 5) ] lastmsno:0:0069:80:040:Invincibility lastmsno:0:0000:00:999:[See the Dip Switch Menu to ] lastmsno:0:0000:00:999:[enable an alternate ] lastmsno:0:0000:00:999:[Invincibility cheat. ] lastmsno:0:0078:06:000:Infinite Smart Bombs :lastmsno:00000000:096E:0000000A:FFFFFFFF:Have Best Laser :lastmsno:00000000:0972:000000CA:FFFFFFFF:Infinite Best K-CAN :lastmsno:00010000:0973:00000030:FFFFFFFF:Infinite Best K-CAN (2/2) :lastmsno:00000000:096A:000000AA:FFFFFFFF:Infinite Best PULS :lastmsno:00010000:096B:00000030:FFFFFFFF:Infinite Best PULS (2/2) :lastmsno:00000000:0976:000000E8:FFFFFFFF:Infinite Best HYPER :lastmsno:00010000:0977:00000030:FFFFFFFF:Infinite Best HYPER (2/2) lastmsno:0:0984:03:000:Infinite Lives PL1 lastmsno:0:099C:03:000:Infinite Lives PL2 ; [ Last Soldier, The (Korean release of The Last Blade) ] lastsold:0:10E32B:61:000:Infinite Time lastsold:0:000000:00:999:[ Both story cheats are useful when using ] lastsold:0:000000:00:999:[ KAEDE, YUKI or MORIYA. Story Part 2 cheat ] lastsold:0:000000:00:999:[ is useful for JUZOH, AKARI, WASHIZUKA, ] lastsold:0:000000:00:999:[ SHIKYOH, OKINA, and SHINGEN. They MUST be ] lastsold:0:000000:00:999:[ activated on the character select screen. ] lastsold:0:10AC43:06:001:Story Part 1 (Stage 7) lastsold:0:10AC43:07:001:Story Part 2 (Stage 8) lastsold:0:000000:00:999:[ The boss cheat must be activated on the ] lastsold:0:000000:00:999:[ character selection screen. ] lastsold:0:10AC43:08:001:First Boss lastsold:0:10AC43:09:001:Final Boss. lastsold:0:000000:00:999:[ The cinematic cheat must be activated ] lastsold:0:000000:00:999:[ during any fight. After winning, you can ] lastsold:0:000000:00:999:[ see the cinematic. ] lastsold:0:10AC43:03:001:Middle cinematic lastsold:0:10AC43:07:001:First boss cinematic lastsold:0:10AC43:08:001:Inbetween Bosses cinematic lastsold:0:10AC43:09:001:Ending cinematic :lastsold:83100000:0010AC2C:00000100:00000180:Infinite Energy PL1 :lastsold:83100001:0010AC2C:00000000:00000180:Drain All Energy Now! PL1 :lastsold:83000000:0010AC2C:00000001:0000018C:Always have Power "Power" Mode PL1 :lastsold:83000000:0010AC2C:00000002:0000018C:Always have Power "Speed" Mode PL1 :lastsold:83000000:0010AC2C:00000040:0000018D:Always have Maximum Power PL1:Power Bar display maybe incorrect though :lastsold:83000000:0010AC2C:00000000:0000018D:Always have Minimum Power PL1 :lastsold:83000001:0010AC2C:00000000:0000018D:Drain All Power Now! PL1 lastsold:0:000000:00:999:[ Free player selection - Use on technique ] lastsold:0:000000:00:999:[ select screen only. ] lastsold:0:10EAAD:0C:001:Play with Musashi PL1 lastsold:0:10EAAD:0D:001:Play with Kagami PL1 lastsold:0:10EAAD:0E:001:Play with Blond Kaede PL1:Need to be touched one time :lastsold:83100000:0010AC30:00000100:00000180:Infinite Energy PL2 :lastsold:83100001:0010AC30:00000000:00000180:Drain All Energy Now! PL2 :lastsold:83000000:0010AC30:00000001:0000018C:Always have Power "Power" Mode PL2 :lastsold:83000000:0010AC30:00000002:0000018C:Always have Power "Speed" Mode PL2 :lastsold:83000000:0010AC30:00000040:0000018D:Always have Maximum Power PL2:Power Bar display maybe incorrect though :lastsold:83000000:0010AC30:00000000:0000018D:Always have Minimum Power PL2 :lastsold:83000001:0010AC30:00000000:0000018D:Drain All Power Now! PL2 lastsold:0:000000:00:999:[ Free player selection - Use on technique ] lastsold:0:000000:00:999:[ select screen only. ] lastsold:0:10EAAF:0C:001:Play with Musashi PL2 lastsold:0:10EAAF:0D:001:Play with Kagami PL2 lastsold:0:10EAAF:0E:001:Play with Blond Kaede PL2:Need to be touched one time :lastsold:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :lastsold:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :lastsold:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Lazarian ] :lazarian:00000000:1F00:00000009:FFFFFFFF:Infinite Credits :lazarian:00000000:1C7B:0000001C:FFFFFFFF:Infinite Lives :lazarian:00010000:1CD8:0000001C:FFFFFFFF:Infinite Lives (2/2) :lazarian:60000000:0000:00000000:00000000:[ See the DIP Switch Menu ] :lazarian:60000000:0000:00000000:00000000:[ to enable an alternate ] :lazarian:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :lazarian:20900000:30A2:00001720:FFFFFFFF:Invincibility :lazarian:20810000:62E1:00000017:FFFFFFFF:Invincibility (2/2):1st = Enemy (eorz,0/retc a), 2nd = No Fuel (retc a) :lazarian:00000000:1D22:00000050:FFFFFFFF:Infinite Fuel PL1 :lazarian:00010000:1D27:0000000E:FFFFFFFF:Infinite Fuel PL1 (2/2) :lazarian:00000000:1D23:00000050:FFFFFFFF:Infinite Fuel PL2 :lazarian:00010000:1D28:0000000E:FFFFFFFF:Infinite Fuel PL2 (2/2) ; [ Lazer Command ] lazercmd:0:1C28:59:000:Infinite Time ; [ Libero Grande (LG2/VER.A) ] lbgrande:0:0000:00:999:[ This game hasn't even ]:REASON 11 lbgrande:0:0000:00:999:[ been looked at due to ]:REASON 11 lbgrande:0:0000:00:999:[ time constraints - Too]:REASON 11 lbgrande:0:0000:00:999:[ many games and so ]:REASON 11 lbgrande:0:0000:00:999:[ little time. It is ]:REASON 11 lbgrande:0:0000:00:999:[ even possible that ]:REASON 11 lbgrande:0:0000:00:999:[ this game may be a ]:REASON 11 lbgrande:0:0000:00:999:[ clone of an existing ]:REASON 11 lbgrande:0:0000:00:999:[ game which may have ]:REASON 11 lbgrande:0:0000:00:999:[ cheats. Please search ]:REASON 11 lbgrande:0:0000:00:999:[ the cheat forums ]:REASON 11 lbgrande:0:0000:00:999:[ before posting cheat ]:REASON 11 lbgrande:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ League Bowling ] lbowling:0:1010A5:99:000:Infinite Time PL1 lbowling:0:1011A5:99:000:Infinite Time PL2 lbowling:0:1012A5:99:000:Infinite Time PL3 lbowling:0:1013A5:99:000:Infinite Time PL4 :lbowling:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :lbowling:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :lbowling:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Lucky & Wild (Japan) ] lckywldj:0:107156:75:000:Infinite Time lckywldj:0:107157:30:500:Infinite Time (2/2) lckywldj:0:100C0E:5F:000:Infinite Damage lckywldj:0:100C0F:FF:500:Infinite Damage (2/2) ; [ Lode Runner (set 1) ] ldrun:0:E5B2:99:000:Infinite Credits ldrun:0:E58B:99:004:Infinite Time ldrun:0:E58F:09:000:Infinite Lives ldrun:0:0000:00:999:[See the Dip Switch Menu to ] ldrun:0:0000:00:999:[enable Invincibility. ] ldrun:0:E4FC:00:000:Never any gold needed ldrun:0:E4FC:01:001:One more gold needed Now! ldrun:0:0000:00:999:[Rounds greater than 99 dont] ldrun:0:0000:00:999:[show correct round number. ] ldrun:0:0000:00:999:[These only alter round for ] ldrun:0:0000:00:999:[player currently playing. ] ldrun:0:E58E:FF:072:Select current round ldrun:0:E58E:FF:062:Select next round ; [ Lode Runner II - The Bungeling Strikes Back ] ldrun2:0:E68A:99:000:Infinite Credits ldrun2:0:E5DF:99:004:Infinite Time ldrun2:0:E5E3:09:000:Infinite Lives ldrun2:0:0000:00:999:[See the Dip Switch Menu to ] ldrun2:0:0000:00:999:[enable Invincibility. ] ldrun2:0:E5E9:00:000:Never any gold needed ldrun2:0:E5E9:01:001:One more gold needed Now! ldrun2:0:0000:00:999:[Rounds greater than 99 dont] ldrun2:0:0000:00:999:[show correct round number. ] ldrun2:0:0000:00:999:[These only alter round for ] ldrun2:0:0000:00:999:[player currently playing. ] ldrun2:0:E5E2:FF:072:Select current round ldrun2:0:E5E2:FF:062:Select next round ; [ Lode Runner III - The Golden Labyrinth ] ldrun3:0:E68A:99:000:Infinite Credits ldrun3:0:E5DF:99:004:Infinite Time ldrun3:0:E5E3:09:000:Infinite Lives ldrun3:0:0000:00:999:[See the Dip Switch Menu to ] ldrun3:0:0000:00:999:[enable Invincibility. ] ldrun3:0:E5E9:00:000:Never any gold needed ldrun3:0:E5E9:01:001:One more gold needed Now! ldrun3:0:0000:00:999:[Rounds greater than 99 dont] ldrun3:0:0000:00:999:[show correct round number. ] ldrun3:0:0000:00:999:[These only alter round for ] ldrun3:0:0000:00:999:[player currently playing. ] ldrun3:0:E5E2:FF:072:Select current round ldrun3:0:E5E2:FF:062:Select next round ; [ Lode Runner III - Majin No Fukkatsu ] ldrun3jp:0:E68A:99:000:Infinite Credits ldrun3jp:0:E5DF:99:004:Infinite Time ldrun3jp:0:E5E3:09:000:Infinite Lives ldrun3jp:0:0000:00:999:[See the Dip Switch Menu to ] ldrun3jp:0:0000:00:999:[enable Invincibility. ] ldrun3jp:0:E5E9:00:000:Never any gold needed ldrun3jp:0:E5E9:01:001:One more gold needed Now! ldrun3jp:0:0000:00:999:[Rounds greater than 99 dont] ldrun3jp:0:0000:00:999:[show correct round number. ] ldrun3jp:0:0000:00:999:[These only alter round for ] ldrun3jp:0:0000:00:999:[player currently playing. ] ldrun3jp:0:E5E2:FF:072:Select current round ldrun3jp:0:E5E2:FF:062:Select next round ; [ Lode Runner IV - Teikoku Karano Dasshutsu ] ldrun4:0:E702:99:000:Infinite Credits ldrun4:0:E658:99:004:Infinite Time ldrun4:0:E65B:09:000:Infinite Lives ldrun4:0:0000:00:999:[See the Dip Switch Menu to ] ldrun4:0:0000:00:999:[enable Invincibility. ] ldrun4:0:E661:00:000:Never any gold needed ldrun4:0:E661:01:001:One more gold needed Now! ldrun4:0:0000:00:999:[Rounds greater than 99 dont] ldrun4:0:0000:00:999:[show correct round number. ] ldrun4:0:0000:00:999:[These only alter round for ] ldrun4:0:0000:00:999:[player currently playing. ] ldrun4:0:E65A:FF:072:Select current round ldrun4:0:E65A:FF:062:Select next round ; [ Lode Runner (set 2) ] ldruna:0:E5B2:99:000:Infinite Credits ldruna:0:E58B:99:004:Infinite Time ldruna:0:E58F:09:000:Infinite Lives ldruna:0:0000:00:999:[See the Dip Switch Menu to ] ldruna:0:0000:00:999:[enable Invincibility. ] ldruna:0:E4FC:00:000:Never any gold needed ldruna:0:E4FC:01:001:One more gold needed Now! ldruna:0:0000:00:999:[Rounds greater than 99 dont] ldruna:0:0000:00:999:[show correct round number. ] ldruna:0:0000:00:999:[These only alter round for ] ldruna:0:0000:00:999:[player currently playing. ] ldruna:0:E58E:FF:072:Select current round ldruna:0:E58E:FF:062:Select next round ; [ Lethal Enforcers II: Gun Fighters (ver EAA) ] le2:0:C012AD:09:000:Infinite Credits le2:0:C012F4:05:000:Infinite Lives PL1 le2:0:C01316:06:000:Infinite Ammo PL1 :le2:00000000:C012F7:00000002:FFFFFFFF:Invincibility PL1 :le2:00000000:C012DE:00000000:00000050:Rapid Fire PL1 le2:0:C01334:05:000:Infinite Lives PL2 le2:0:C01356:06:000:Infinite Ammo PL2 :le2:00000000:C01337:00000002:FFFFFFFF:Invincibility PL2 :le2:00000000:C0131E:00000000:00000050:Rapid Fire PL2 :le2:20800000:200CC8:00000060:FFFFFFFF:Skip RAM/ROM Check Error:It's better to use together with Pre-Enable :le2:20810000:201020:00000060:FFFFFFFF:Skip RAM/ROM Check Error (2/2):1st = RAM, 2nd = ROM ; [ Lethal Enforcers II: Gun Fighters (ver JAA) ] le2j:0:C012AD:09:000:Infinite Credits le2j:0:C012F4:05:000:Infinite Lives PL1 le2j:0:C01316:06:000:Infinite Ammo PL1 :le2j:00000000:C012F7:00000002:FFFFFFFF:Invincibility PL1 :le2j:00000000:C012DE:00000000:00000050:Rapid Fire PL1 le2j:0:C01334:05:000:Infinite Lives PL2 le2j:0:C01356:06:000:Infinite Ammo PL2 :le2j:00000000:C01337:00000002:FFFFFFFF:Invincibility PL2 :le2j:00000000:C0131E:00000000:00000050:Rapid Fire PL2 :le2j:20800000:200CC8:00000060:FFFFFFFF:Skip RAM/ROM Check Error:It's better to use together with Pre-Enable :le2j:20810000:201020:00000060:FFFFFFFF:Skip RAM/ROM Check Error (2/2):1st = RAM, 2nd = ROM ; [ Lethal Enforcers II: Gun Fighters (ver UAA) ] le2u:0:C012AB:09:000:Infinite Credits le2u:0:C012F2:05:000:Infinite Lives PL1 le2u:0:C01314:06:000:Infinite Ammo PL1 :le2u:00000000:C012F5:00000002:FFFFFFFF:Invincibility PL1 :le2u:00000000:C012DC:00000000:00000050:Rapid Fire PL1 le2u:0:C01332:05:000:Infinite Lives PL2 le2u:0:C01354:06:000:Infinite Ammo PL2 :le2u:00000000:C01335:00000002:FFFFFFFF:Invincibility PL2 :le2u:00000000:C0131C:00000000:00000050:Rapid Fire PL2 :le2u:20800000:200CC8:00000060:FFFFFFFF:Skip RAM/ROM Check Error:It's better to use together with Pre-Enable :le2u:20810000:20101C:00000060:FFFFFFFF:Skip RAM/ROM Check Error (2/2):1st = RAM, 2nd = ROM ; [ Yakyuu Kakutou League-Man (Japan) ] leaguemn:0:E09B0:63:000:Infinite Credits leaguemn:0:E254F:63:000:Infinite Time leaguemn:0:E313A:0A:000:Infinite Bonus Round Time:Untested leaguemn:0:E4222:64:000:Infinite Lives PL1 leaguemn:0:E44A4:64:000:Infinite Energy PL1 leaguemn:0:E44EB:02:000:Invincibility (Buggy) PL1:Buggy = the bosses can sometimes hit you leaguemn:0:E42E2:64:000:Infinite Lives PL2 leaguemn:0:E4564:64:000:Infinite Energy PL2 leaguemn:0:E45AB:02:000:Invincibility (Buggy) PL2:Buggy = the bosses can sometimes hit you leaguemn:0:E43A2:64:000:Infinite Lives PL3 leaguemn:0:E4624:64:000:Infinite Energy PL3 leaguemn:0:E466B:02:000:Invincibility (Buggy) PL3:Buggy = the bosses can sometimes hit you leaguemn:0:E4462:64:000:Infinite Lives PL4 leaguemn:0:E46E4:64:000:Infinite Energy PL4 leaguemn:0:E472B:02:000:Invincibility (Buggy) PL4:Buggy = the bosses can sometimes hit you ; [ Led Storm (US) ] ledstorm:0:FF8827:00:000:Infinite Time ledstorm:0:FF8844:0B:000:Infinite Energy ledstorm:0:FF8846:1C:500:Infinite Energy (2/2) ledstorm:0:FF910E:01:000:Infinite Protection ledstorm:0:FF910F:EF:500:Infinite Protection (2/2) ledstorm:0:FF90D8:0F:000:Always drive at Maximum Speed ledstorm:0:000000:00:999:[Stage select cheats must be ] ledstorm:0:000000:00:999:[activated on the car select screen.] ledstorm:0:FF881E:01:001:Start on Stage 2 ledstorm:0:FF881F:01:501:Start on Stage 2 (2/2) ledstorm:0:FF881E:02:001:Start on Stage 3 ledstorm:0:FF881F:02:501:Start on Stage 3 (2/2) ledstorm:0:FF881E:03:001:Start on Stage 4 ledstorm:0:FF881F:03:501:Start on Stage 4 (2/2) ledstorm:0:FF881E:04:001:Start on Stage 5 ledstorm:0:FF881F:04:501:Start on Stage 5 (2/2) ledstorm:0:FF881E:05:001:Start on Stage 6 ledstorm:0:FF881F:05:501:Start on Stage 6 (2/2) ledstorm:0:FF881E:06:001:Start on Stage 7 ledstorm:0:FF881F:06:501:Start on Stage 7 (2/2) ledstorm:0:FF881E:07:001:Start on Stage 8 ledstorm:0:FF881F:07:501:Start on Stage 8 (2/2) ledstorm:0:FF881E:08:001:Start on Stage 9 ledstorm:0:FF881F:08:501:Start on Stage 9 (2/2) ; [ Legend ] :legend:00000000:F001:00000063:FFFFFFFF:Infinite Credits legend:0:F10E:21:000:Infinite Time:Time (= "Life") :legend:20900000:1D1F:00000B18:FFFFFFFF:Invincibility :legend:20810000:1F6F:000000C9:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Pit :legend:62000000:0000:00000000:00000000:Select Item :legend:00010000:F0BA:00000001:FFFFFFFF:Gold :legend:00010000:F0BA:00000002:FFFFFFFF:Bomb :legend:00010000:F0BA:00000003:FFFFFFFF:Knief - Front :legend:00010000:F0BA:00000004:FFFFFFFF:Knief - Air :legend:00010000:F0BA:00000005:FFFFFFFF:Candle :legend:00010000:F0BA:00000006:FFFFFFFF:Cross :legend:00010000:F0BA:00000007:FFFFFFFF:Spear :legend:00010000:F0BA:00000008:FFFFFFFF:Milk :legend:00001501:F0C7:00000038:FFFFFFFF:Select Starting Stage PL1:Enable on the demonstration screen after you've pressed the start button legend:0:F0C6:11:000:Infinite Lives PL1 :legend:00001501:F0E2:00000038:FFFFFFFF:Select Starting Stage PL2:Enable on the demonstration screen after you've pressed the start button legend:0:F0E1:11:000:Infinite Lives PL2 ; [ Legend of Success Joe / Ashitano Joe Densetsu ] legendos:0:10FD89:64:000:Infinite Continues legendos:0:1003E2:00:500:Infinite Continues (2/3) legendos:0:1007E2:00:500:Infinite Continues (3/3) legendos:0:100369:00:000:Infinite Time PL1 legendos:0:100363:78:000:Infinite Energy PL1 legendos:0:100463:01:001:Drain PL1's Opponent's Energy Now! legendos:0:100769:00:000:Infinite Time PL2 legendos:0:100763:78:000:Infinite Energy PL2 legendos:0:100863:01:001:Drain PL2's Opponent's Energy Now! :legendos:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :legendos:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :legendos:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Legion (ver 2.03) ] legion:0:00D9E4:4E:100:Invincibility legion:0:00D9E5:75:600:Invincibility (2/2) legion:0:062CE4:06:000:Infinite Lives PL1 legion:0:062CE9:03:000:Infinite Bombs PL1 legion:0:062D16:06:000:Infinite Lives PL2 legion:0:062D1B:03:000:Infinite Bombs PL2 ; [ Legionnaire (World) ] legionna:0:108001:99:000:Infinite Credits legionna:0:10921F:99:000:Infinite Time legionna:0:1097DE:38:000:Infinite Energy PL1 legionna:0:10984E:38:000:Infinite Energy PL2 ; [ Legionnaire (US) ] legionnu:0:108001:99:000:Infinite Credits legionnu:0:10921F:99:000:Infinite Time legionnu:0:1097DE:38:000:Infinite Energy PL1 legionnu:0:10984E:38:000:Infinite Energy PL2 ; [ Legion (ver 1.05) ] legiono:0:00D81C:4E:100:Invincibility legiono:0:00D81D:75:600:Invincibility (2/2) legiono:0:062CE4:06:000:Infinite Lives PL1 legiono:0:062CE9:03:000:Infinite Bombs PL1 legiono:0:062D16:06:000:Infinite Lives PL2 legiono:0:062D1B:03:000:Infinite Bombs PL2 ; [ Koukuu Kihei Monogatari - The Legend of Air Cavalry (Japan) ] legofair:0:E45E:99:000:Infinite Credits legofair:0:0000:00:999:[See the Dip Switch Menu to ] legofair:0:0000:00:999:[enable Invincibility. ] legofair:0:E3A0:05:000:Infinite Lives PL1 legofair:0:E3B9:55:000:Infinite Plane Bombs PL1 legofair:0:E3B9:AA:000:Infinite Circle Bombs PL1 legofair:0:E3B9:FF:000:Infinite Atomic Bombs PL1 legofair:0:E3F0:05:000:Infinite Lives PL2 legofair:0:E409:55:000:Infinite Plane Bombs PL2 legofair:0:E409:AA:000:Infinite Circle Bombs PL2 legofair:0:E409:FF:000:Infinite Atomic Bombs PL2 ; [ LeMans 24 ] lemans24:0:0000:00:999:[ There are no cheats ]:REASON 1 lemans24:0:0000:00:999:[ for this game as it ]:REASON 1 lemans24:0:0000:00:999:[ didn't work the last ]:REASON 1 lemans24:0:0000:00:999:[ time it was tested. ]:REASON 1 lemans24:0:0000:00:999:[ If the game now works ]:REASON 1 lemans24:0:0000:00:999:[ please request cheats ]:REASON 1 lemans24:0:0000:00:999:[ for it on the cheat ]:REASON 1 lemans24:0:0000:00:999:[ forums. ]:REASON 1 ; [ Lemmings (US Prototype) ] lemmings:0:10A3CF:63:000:Infinite Credits lemmings:0:10EFC4:46:000:Infinite Time lemmings:0:10EFC5:34:500:Infinite Time (2/2) lemmings:0:105681:01:000:No lemmings ever needed to finish level:These cheats are for a SOLO player game only lemmings:0:105681:01:001:No lemmings needed to finish level Now!:These cheats are for a SOLO player game only lemmings:0:10A39B:41:001:Goto Level 67 next:These cheats are for a SOLO player game only. Once you have finished level 67, you'll restart at level 45 lemmings:0:10EFB5:63:000:Infinite Climbers PL1 lemmings:0:10EFB7:63:000:Infinite Floaters PL1 lemmings:0:10EFB9:63:000:Infinite Bombers PL1 lemmings:0:10EFBB:63:000:Infinite Blockers PL1 lemmings:0:10EFBD:63:000:Infinite Builders PL1 lemmings:0:10EFBF:63:000:Infinite Bashers PL1 lemmings:0:10EFC1:63:000:Infinite Miners PL1 lemmings:0:10EFC3:63:000:Infinite Diggers PL1 lemmings:0:10EFD5:63:000:Infinite Climbers PL2 lemmings:0:10EFD7:63:000:Infinite Floaters PL2 lemmings:0:10EFD9:63:000:Infinite Bombers PL2 lemmings:0:10EFDB:63:000:Infinite Blockers PL2 lemmings:0:10EFDD:63:000:Infinite Builders PL2 lemmings:0:10EFDF:63:000:Infinite Bashers PL2 lemmings:0:10EFE1:63:000:Infinite Miners PL2 lemmings:0:10EFE3:63:000:Infinite Diggers PL2 ; [ Mahjong Lemon Angel (Japan) ] lemnangl:0:0000:00:999:[ The winning hand cheat must ] lemnangl:0:0000:00:999:[ be in your hand, then press ] lemnangl:0:0000:00:999:[ the RON key ('Z' by default). ] lemnangl:0:0000:00:999:[ The tiles do not visually ] lemnangl:0:0000:00:999:[ change until you make a move. ] lemnangl:0:40F2:1B:001:Get winning hand Now! lemnangl:0:40F3:1B:501:Get winning hand Now! (02/15) lemnangl:0:40F4:1B:501:Get winning hand Now! (03/15) lemnangl:0:40F5:1C:501:Get winning hand Now! (04/15) lemnangl:0:40F6:1C:501:Get winning hand Now! (05/15) lemnangl:0:40F7:1C:501:Get winning hand Now! (06/15) lemnangl:0:40F8:1D:501:Get winning hand Now! (07/15) lemnangl:0:40F9:1D:501:Get winning hand Now! (08/15) lemnangl:0:40FA:1D:501:Get winning hand Now! (09/15) lemnangl:0:40FB:1E:501:Get winning hand Now! (10/15) lemnangl:0:40FC:1E:501:Get winning hand Now! (11/15) lemnangl:0:40FD:1E:501:Get winning hand Now! (12/15) lemnangl:0:40FE:1F:501:Get winning hand Now! (13/15) lemnangl:0:4029:1F:501:Get winning hand Now! (14/15) lemnangl:0:4025:1F:501:Get winning hand Now! (15/15) lemnangl:0:40F2:1B:000:Always winning hand lemnangl:0:40F3:1B:500:Always winning hand (02/15) lemnangl:0:40F4:1B:500:Always winning hand (03/15) lemnangl:0:40F5:1C:500:Always winning hand (04/15) lemnangl:0:40F6:1C:500:Always winning hand (05/15) lemnangl:0:40F7:1C:500:Always winning hand (06/15) lemnangl:0:40F8:1D:500:Always winning hand (07/15) lemnangl:0:40F9:1D:500:Always winning hand (08/15) lemnangl:0:40FA:1D:500:Always winning hand (09/15) lemnangl:0:40FB:1E:500:Always winning hand (10/15) lemnangl:0:40FC:1E:500:Always winning hand (11/15) lemnangl:0:40FD:1E:500:Always winning hand (12/15) lemnangl:0:40FE:1F:500:Always winning hand (13/15) lemnangl:0:4029:1F:500:Always winning hand (14/15) lemnangl:0:4025:1F:500:Always winning hand (15/15) ; [ Leprechaun ] leprechn:0:028C:B4:000:Freeze Leprechaun leprechn:0:028D:9C:500:Freeze Leprechaun (2/2) leprechn:0:0123:08:000:Infinite Lives PL1 leprechn:0:0134:08:000:Infinite Lives PL2 ; [ Leprechaun (Pacific Polytechnical license) ] leprechp:0:028C:B4:000:Freeze Leprechaun leprechp:0:028D:9C:500:Freeze Leprechaun (2/2) leprechp:0:0123:08:000:Infinite Lives PL1 leprechp:0:0134:08:000:Infinite Lives PL2 ; [ Lethal Enforcers (ver JAD) ] :lethalej:00000000:2030:00000099:FFFFFFFF:Infinite Credits:Works after you've first inserted a credit :lethalej:62000000:0000:00000000:00000000:Select Starting Stage:Enable when the "Press 1P or 2P Start Button" message is displayed after you've inserted a credit. :lethalej:00010001:206D:00000000:FFFFFFFF:Stage 1-1 :lethalej:00010001:206D:00000001:FFFFFFFF:Stage 1-2 :lethalej:00010001:206D:00000002:FFFFFFFF:Stage 1-3 :lethalej:00010001:206D:00000003:FFFFFFFF:Bonus Stage 1 :lethalej:00010001:206D:00000004:FFFFFFFF:Stage 2-1 :lethalej:00010001:206D:00000005:FFFFFFFF:Stage 2-2 :lethalej:00010001:206D:00000006:FFFFFFFF:Stage 2-3 :lethalej:00010001:206D:00000007:FFFFFFFF:Stage 2-4 :lethalej:00010001:206D:00000008:FFFFFFFF:Stage 3-1 :lethalej:00010001:206D:00000009:FFFFFFFF:Stage 3-2 :lethalej:00010001:206D:0000000A:FFFFFFFF:Stage 3-3 :lethalej:00010001:206D:0000000B:FFFFFFFF:Stage 3-4 :lethalej:00010001:206D:0000000C:FFFFFFFF:Bonus Stage 2 :lethalej:00010001:206D:0000000D:FFFFFFFF:Stage 4-1 :lethalej:00010001:206D:0000000E:FFFFFFFF:Stage 4-2 :lethalej:00010001:206D:0000000F:FFFFFFFF:Stage 4-3 :lethalej:00010001:206D:00000010:FFFFFFFF:Stage 4-4 :lethalej:00010001:206D:00000011:FFFFFFFF:Stage 5-1 :lethalej:00010001:206D:00000012:FFFFFFFF:Stage 5-2 :lethalej:00010001:206D:00000013:FFFFFFFF:Stage 5-3 :lethalej:00000000:2196:00000002:FFFFFFFF:Invincibility PL1 :lethalej:00000000:2191:00000099:FFFFFFFF:Infinite Energy PL1 :lethalej:00000000:2193:0000000A:FFFFFFFF:Infinite Ammo PL1 :lethalej:00000100:2192:00000006:FFFFFFFF:Select Gun PL1 :lethalej:00000000:21A0:00000000:00000020:Rapid Fire (Normal) PL1 :lethalej:00000000:21A0:00000000:00000020:Rapid Fire (Special) PL1 :lethalej:00010000:219A:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :lethalej:00000000:21D6:00000002:FFFFFFFF:Invincibility PL2 :lethalej:00000000:21D1:00000099:FFFFFFFF:Infinite Energy PL2 :lethalej:00000000:21D3:00000006:FFFFFFFF:Infinite Ammo PL2 :lethalej:00000100:21D2:00000006:FFFFFFFF:Select Gun PL2 :lethalej:00000000:21E0:00000000:00000020:Rapid Fire (Normal) PL2 :lethalej:00000000:21E0:00000000:00000020:Rapid Fire (Special) PL2 :lethalej:00010000:21DA:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) ; [ Lethal Enforcers (ver UAE) ] :lethalen:00000000:2030:00000099:FFFFFFFF:Infinite Credits:Works after you've first inserted a credit :lethalen:62000000:0000:00000000:00000000:Select Starting Stage:Enable when the "Press 1P or 2P Start Button" message is displayed after you've inserted a credit. :lethalen:00010001:206D:00000000:FFFFFFFF:Stage 1-1 :lethalen:00010001:206D:00000001:FFFFFFFF:Stage 1-2 :lethalen:00010001:206D:00000002:FFFFFFFF:Stage 1-3 :lethalen:00010001:206D:00000003:FFFFFFFF:Bonus Stage 1 :lethalen:00010001:206D:00000004:FFFFFFFF:Stage 2-1 :lethalen:00010001:206D:00000005:FFFFFFFF:Stage 2-2 :lethalen:00010001:206D:00000006:FFFFFFFF:Stage 2-3 :lethalen:00010001:206D:00000007:FFFFFFFF:Stage 2-4 :lethalen:00010001:206D:00000008:FFFFFFFF:Stage 3-1 :lethalen:00010001:206D:00000009:FFFFFFFF:Stage 3-2 :lethalen:00010001:206D:0000000A:FFFFFFFF:Stage 3-3 :lethalen:00010001:206D:0000000B:FFFFFFFF:Stage 3-4 :lethalen:00010001:206D:0000000C:FFFFFFFF:Bonus Stage 2 :lethalen:00010001:206D:0000000D:FFFFFFFF:Stage 4-1 :lethalen:00010001:206D:0000000E:FFFFFFFF:Stage 4-2 :lethalen:00010001:206D:0000000F:FFFFFFFF:Stage 4-3 :lethalen:00010001:206D:00000010:FFFFFFFF:Stage 4-4 :lethalen:00010001:206D:00000011:FFFFFFFF:Stage 5-1 :lethalen:00010001:206D:00000012:FFFFFFFF:Stage 5-2 :lethalen:00010001:206D:00000013:FFFFFFFF:Stage 5-3 :lethalen:00000000:2196:00000002:FFFFFFFF:Invincibility PL1 :lethalen:00000000:2191:00000099:FFFFFFFF:Infinite Energy PL1 :lethalen:00000000:2193:0000000A:FFFFFFFF:Infinite Ammo PL1 :lethalen:00000100:2192:00000006:FFFFFFFF:Select Gun PL1 :lethalen:00000000:21A0:00000000:00000020:Rapid Fire (Normal) PL1 :lethalen:00000000:21A0:00000000:00000020:Rapid Fire (Special) PL1 :lethalen:00010000:219A:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :lethalen:00000000:21D6:00000002:FFFFFFFF:Invincibility PL2 :lethalen:00000000:21D1:00000099:FFFFFFFF:Infinite Energy PL2 :lethalen:00000000:21D3:00000006:FFFFFFFF:Infinite Ammo PL2 :lethalen:00000100:21D2:00000006:FFFFFFFF:Select Gun PL2 :lethalen:00000000:21E0:00000000:00000020:Rapid Fire (Normal) PL2 :lethalen:00000000:21E0:00000000:00000020:Rapid Fire (Special) PL2 :lethalen:00010000:21DA:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) ; [ Lethal Justice ] lethalj:0:0006010E:08:000:Infinite Lives PL1 lethalj:0:000600E2:0C:000:Infinite Ammo PL1 lethalj:0:00060112:08:000:Infinite Lives PL2 lethalj:0:000600EA:0C:000:Infinite Ammo PL2 ; [ Lethal Thunder (World) ] lethalth:0:E0144:06:000:Infinite Lives PL1 lethalth:0:E3A38:01:000:Invincibility PL1 lethalth:0:E3A41:F0:000:Max Shot Power PL1 lethalth:0:E3A3E:01:000:Always have Laser Shot PL1 lethalth:0:E3A3E:02:000:Always have Flame Shot PL1 lethalth:0:E3A3E:03:000:Always have Ball Shot PL1 lethalth:0:E3A3E:01:001:Get Laser Shot Now! PL1 lethalth:0:E3A3E:02:001:Get Flame Shot Now! PL1 lethalth:0:E3A3E:03:001:Get Ball Shot Now! PL1 :lethalth:00000000:E3A48:00000000:FFFFFFFF:Infinite Shot PL1 :lethalth:00100000:E3A4C:00000000:FFFFFFFF:Infinite Laser PL1 :lethalth:00000000:E3A50:00000000:FFFFFFFF:Infinite Ball PL1 :lethalth:00000000:E3A5B:00000000:FFFFFFFF:Infinite Flame PL1 :lethalth:00000000:E0008:00000000:00000080:Rapid Fire PL1:Turn it OFF on name entry screen. Don't use this cheat with the Flame and/or Laser cheats or the game may crash lethalth:0:E0174:06:000:Infinite Lives PL2 lethalth:0:E3AD8:01:000:Invincibility PL2 lethalth:0:E3AE1:F0:000:Max Shot Power PL2 lethalth:0:E3ADE:01:000:Always have Laser Shot PL2 lethalth:0:E3ADE:02:000:Always have Flame Shot PL2 lethalth:0:E3ADE:03:000:Always have Ball Shot PL2 lethalth:0:E3ADE:01:001:Get Laser Shot Now! PL2 lethalth:0:E3ADE:02:001:Get Flame Shot Now! PL2 lethalth:0:E3ADE:03:001:Get Ball Shot Now! PL2 :lethalth:00000000:E3AE8:00000000:FFFFFFFF:Infinite Shot PL2 :lethalth:00100000:E3AEC:00000000:FFFFFFFF:Infinite Laser PL2 :lethalth:00000000:E3AF0:00000000:FFFFFFFF:Infinite Ball PL2 :lethalth:00000000:E3AFB:00000000:FFFFFFFF:Infinite Flame PL2 :lethalth:00000000:E0009:00000000:00000080:Rapid Fire PL2:Turn it OFF on name entry screen. Don't use this cheat with the Flame and/or Laser cheats or the game may crash ; [ Levers ] levers:0:4175:63:000:Infinite Lives PL1 levers:0:4176:63:000:Infinite Lives PL2 ; [ Laser Ghost (set 2, World, 317-0166) ] :lghost:00000000:FF00E0:00000063:FFFFFFFF:Infinite Credits (Common):Use it when you set coin chute type as common in DIP switch menu :lghost:00000301:FF01A1:00000005:FFFFFFFF:Select Starting Mission:Set on map screen :lghost:00000000:FF00EC:00000063:FFFFFFFF:Infinite Credits PL1 :lghost:00000000:FF04DD:00000040:FFFFFFFF:Infinite Energy PL1 :lghost:00000000:FF04DC:00000014:FFFFFFFF:Infinite Special Weapon PL1 :lghost:00000000:FF04C2:00000000:00000001:Rapid Fire PL1 :lghost:00000000:FF00ED:00000063:FFFFFFFF:Infinite Credits PL2 :lghost:00000000:FF055D:00000040:FFFFFFFF:Infinite Energy PL2 :lghost:00000000:FF055C:00000014:FFFFFFFF:Infinite Special Weapon PL2 :lghost:00000000:FF0542:00000000:00000001:Rapid Fire PL2 :lghost:00000000:FF00EE:00000063:FFFFFFFF:Infinite Credits PL3 :lghost:00000000:FF05DD:00000040:FFFFFFFF:Infinite Energy PL3 :lghost:00000000:FF05DC:00000014:FFFFFFFF:Infinite Special Weapon PL3 :lghost:00000000:FF05C2:00000000:00000001:Rapid Fire PL3 ; [ Laser Ghost (set 1, US, 317-0165) ] :lghostu:00000000:FF00E0:00000063:FFFFFFFF:Infinite Credits (Common):Use it when you set coin chute type as common in DIP switch menu :lghostu:00000301:FF01A1:00000005:FFFFFFFF:Select Starting Mission:Set on map screen :lghostu:00000000:FF00EC:00000063:FFFFFFFF:Infinite Credits PL1 :lghostu:00000000:FF04DD:00000040:FFFFFFFF:Infinite Energy PL1 :lghostu:00000000:FF04DC:00000014:FFFFFFFF:Infinite Special Weapon PL1 :lghostu:00000000:FF04C2:00000000:00000001:Rapid Fire PL1 :lghostu:00000000:FF00ED:00000063:FFFFFFFF:Infinite Credits PL2 :lghostu:00000000:FF055D:00000040:FFFFFFFF:Infinite Energy PL2 :lghostu:00000000:FF055C:00000014:FFFFFFFF:Infinite Special Weapon PL2 :lghostu:00000000:FF0542:00000000:00000001:Rapid Fire PL2 :lghostu:00000000:FF00EE:00000063:FFFFFFFF:Infinite Credits PL3 :lghostu:00000000:FF05DD:00000040:FFFFFFFF:Infinite Energy PL3 :lghostu:00000000:FF05DC:00000014:FFFFFFFF:Infinite Special Weapon PL3 :lghostu:00000000:FF05C2:00000000:00000001:Rapid Fire PL3 ; [ Lightning Fighters (World) ] lgtnfght:0:000000:00:999:[Enable invincibility during] lgtnfght:0:000000:00:999:[game play ONLY!! ] lgtnfght:0:090200:64:000:Infinite Lives PL1 lgtnfght:0:0902A0:01:000:Infinite Beam S. Weapon PL1 lgtnfght:0:0902A0:02:000:Infinite Flame S. Weapon PL1 lgtnfght:0:092952:01:000:Invincibility PL1 lgtnfght:0:092954:00:500:Invincibility PL1 (2/3) lgtnfght:0:09295A:00:500:Invincibility PL1 (3/3) lgtnfght:0:090300:64:000:Infinite Lives PL2 lgtnfght:0:0902B0:01:000:Infinite Beam S. Weapon PL2 lgtnfght:0:0902B0:02:000:Infinite Flame S. Weapon PL2 lgtnfght:0:092A32:01:000:Invincibility PL2 lgtnfght:0:092A34:00:500:Invincibility PL2 (2/3) lgtnfght:0:092A3A:00:500:Invincibility PL2 (3/3) lgtnfght:0:092C88:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Lightning Fighters (US) ] lgtnfghu:0:000000:00:999:[Enable invincibility during] lgtnfghu:0:000000:00:999:[game play ONLY!! ] lgtnfghu:0:090200:64:000:Infinite Lives PL1 lgtnfghu:0:0902A0:01:000:Infinite Beam S. Weapon PL1 lgtnfghu:0:0902A0:02:000:Infinite Flame S. Weapon PL1 lgtnfghu:0:092952:01:000:Invincibility PL1 lgtnfghu:0:092954:00:500:Invincibility PL1 (2/3) lgtnfghu:0:09295A:00:500:Invincibility PL1 (3/3) lgtnfghu:0:090300:64:000:Infinite Lives PL2 lgtnfghu:0:0902B0:01:000:Infinite Beam S. Weapon PL2 lgtnfghu:0:0902B0:02:000:Infinite Flame S. Weapon PL2 lgtnfghu:0:092A32:01:000:Invincibility PL2 lgtnfghu:0:092A34:00:500:Invincibility PL2 (2/3) lgtnfghu:0:092A3A:00:500:Invincibility PL2 (3/3) lgtnfghu:0:092C88:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Long Hu Bang ] :lhb:00100000:100158:00003030:FFFFFFFF:Always Winning Hand :lhb:00210000:10015A:00313131:FFFFFFFF:Always Winning Hand (2/5) :lhb:00210000:10015D:00343434:FFFFFFFF:Always Winning Hand (3/5) :lhb:00210000:100160:00353535:FFFFFFFF:Always Winning Hand (4/5) :lhb:00210000:100163:00363636:FFFFFFFF:Always Winning Hand (5/5) :lhb:00100001:100158:00003030:FFFFFFFF:Get Winning Hand Now! :lhb:00210001:10015A:00313131:FFFFFFFF:Get Winning Hand Now! (2/5) :lhb:00210001:10015D:00343434:FFFFFFFF:Get Winning Hand Now! (3/5) :lhb:00210001:100160:00353535:FFFFFFFF:Get Winning Hand Now! (4/5) :lhb:00210001:100163:00363636:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Liberator (set 2) ] liberat2:0:001B:08:000:Infinite Lives PL1 liberat2:0:001C:08:000:Infinite Lives PL2 liberat2:0:0063:01:001:Get 1 base to end level Now! ; [ Liberation (bootleg) ] liberatb:0:004F:03:000:Infinite Lives liberatb:0:0052:01:040:Invincibility ; [ Liberation ] liberate:0:004F:9B:000:Infinite Lives liberate:0:0052:01:040:Invincibility ; [ Liberator (set 1) ] liberatr:0:0020:08:000:Infinite Lives PL1 liberatr:0:0021:08:000:Infinite Lives PL2 liberatr:0:0069:01:001:Get 1 base to end level Now! ; [ Libble Rabble ] liblrabl:0:085C:05:000:Infinite Lives liblrabl:0:2815:00:000:Invincibility & Infinite String liblrabl:0:2DCA:00:000:Never have the scissors enemy ; [ Lifeforce (US) ] lifefrce:0:080380:03:000:Infinite Lives PL1 lifefrce:0:080500:40:040:Invincibility PL1 lifefrce:0:0803C0:03:000:Infinite Lives PL2 lifefrce:0:080530:40:040:Invincibility PL2 lifefrce:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Lifeforce (Japan) ] lifefrcj:0:080380:03:000:Infinite Lives PL1 lifefrcj:0:080500:40:040:Invincibility PL1 lifefrcj:0:0803C0:03:000:Infinite Lives PL2 lifefrcj:0:080530:40:040:Invincibility PL2 lifefrcj:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Light Bringer (Japan) ] lightbr:0:400207:09:000:Infinite Credits lightbr:0:407F36:77:000:Infinite Time lightbr:0:40C244:09:000:Infinite Lives PL1 lightbr:0:404FD0:14:000:Infinite Energy PL1 lightbr:0:40C245:09:000:Infinite Specials PL1 lightbr:0:40C243:02:000:Invincibility PL1 lightbr:0:40C344:09:000:Infinite Lives PL2 lightbr:0:405050:08:000:Infinite Energy PL2 lightbr:0:40C345:09:000:Infinite Specials PL2 lightbr:0:40C343:02:000:Invincibility PL2 lightbr:0:40C444:09:000:Infinite Lives PL3 lightbr:0:4050D0:08:000:Infinite Energy PL3 lightbr:0:40C445:09:000:Infinite Specials PL3 lightbr:0:40C443:02:000:Invincibility PL3 lightbr:0:40C544:09:000:Infinite Lives PL4 lightbr:0:405150:08:000:Infinite Energy PL4 lightbr:0:40C545:09:000:Infinite Specials PL4 lightbr:0:40C543:02:000:Invincibility PL4 lightbr:0:000000:00:999:[After you enable these region cheats to see any ] lightbr:0:000000:00:999:[effect you may have to reset the game (F3). ] lightbr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] lightbr:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] lightbr:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] lightbr:0:0FFFFF:01:100:Region Switch = Japan:Lightbringer lightbr:0:0FFFFF:02:100:Region Switch = US:Dungeon Magic lightbr:0:0FFFFF:03:100:Region Switch = World:Dungeon Magic ; [ Liquid Kids (World) ] liquidk:0:109522:03:000:Infinite Lives liquidk:0:109504:08:020:Invincibility liquidk:0:102C6B:5A:500:Invincibility (2/2) liquidk:0:109530:60:000:Always have Speed Up liquidk:0:109530:FF:000:Always have Max Speed Up liquidk:0:109BEC:FF:000:Never Slip liquidk:0:109D73:08:000:Always have Max Shot Up liquidk:0:109D79:14:000:Always have Penetration State Up liquidk:0:109D79:FF:000:Always have Max Penetration State Up (Buggy) liquidk:0:109D7C:FF:000:Always have Max Penetration Speed Up liquidk:0:102A7F:14:000:Always have Penetration Shot Up :liquidk:00003301:10952F:00000017:FFFFFFFF:Select Starting level:Use on credit screen :liquidk:00003301:10952F:00000024:FFFFFFFF:Select Starting level:Including bonus levels ; [ Liquid Kids (US) ] liquidku:0:109522:03:000:Infinite Lives liquidku:0:109504:08:020:Invincibility liquidku:0:102C6B:5A:500:Invincibility (2/2) liquidku:0:109530:60:000:Always have Speed Up liquidku:0:109530:FF:000:Always have Max Speed Up liquidku:0:109BEC:FF:000:Never Slip liquidku:0:109D73:08:000:Always have Max Shot Up liquidku:0:109D79:14:000:Always have Penetration State Up liquidku:0:109D79:FF:000:Always have Max Penetration State Up (Buggy) liquidku:0:109D7C:FF:000:Always have Max Penetration Speed Up liquidku:0:102A7F:14:000:Always have Penetration Shot Up :liquidku:00003301:10952F:00000017:FFFFFFFF:Select Starting level:Use on credit screen :liquidku:00003301:10952F:00000024:FFFFFFFF:Select Starting level:Including bonus levels ; [ Little Hero ] lithero:0:E122:5A:000:Infinite Time lithero:0:E200:09:000:Infinite Lives lithero:0:E54A:08:000:Infinite POW lithero:0:E21E:30:000:No Enemies lithero:0:0000:00:999:[ ] lithero:0:0000:00:999:[See the Dip Switch Menu to ] lithero:0:0000:00:999:[enable Invincibility. ] lithero:0:0000:00:999:[ ] :lithero:00000001:E15C:00000001:FFFFFFFF:Finish the Last Boss with 1 Hit Now! lithero:0:E003:03:001:Start this Level Again!:Handy for when you have Invincibility DIP enabled and you want to die to change the level lithero:0:0000:00:999:[You can use the Select ] lithero:0:0000:00:999:[current level cheat to ] lithero:0:0000:00:999:[choose the starting level, ] lithero:0:0000:00:999:[just enable it on the press] lithero:0:0000:00:999:[1 or 2 player button screen] lithero:0:E202:07:071:Select current level lithero:0:E202:07:061:Select next level ; [ Little Robin ] littlerb:0:0000:00:999:[ There are no cheats ]:REASON 1 littlerb:0:0000:00:999:[ for this game as it ]:REASON 1 littlerb:0:0000:00:999:[ didn't work the last ]:REASON 1 littlerb:0:0000:00:999:[ time it was tested. ]:REASON 1 littlerb:0:0000:00:999:[ If the game now works ]:REASON 1 littlerb:0:0000:00:999:[ please request cheats ]:REASON 1 littlerb:0:0000:00:999:[ for it on the cheat ]:REASON 1 littlerb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Live Gal (Japan 870530) ] :livegal:60000000:0000:00000000:00000000:[ Hint - To start a one player game, ] :livegal:60000000:0000:00000000:00000000:[ insert 1 coin and then press the ] :livegal:60000000:0000:00000000:00000000:[ FLIP-FLOP button [default - Y]. ] :livegal:60000000:0000:00000000:00000000:[ ] :livegal:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :livegal:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :livegal:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :livegal:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :livegal:60000000:0000:00000000:00000000:[ not visually change until you make ] :livegal:60000000:0000:00000000:00000000:[ a move. ] :livegal:00100000:F162:0000270F:FFFFFFFF:Infinite Time PL1 :livegal:00100000:F165:0000270F:FFFFFFFF:Infinite Score PL1 :livegal:00100000:F48C:00003131:FFFFFFFF:Always Winning Hand PL1 :livegal:00210000:F48E:00323232:FFFFFFFF:Always Winning Hand PL1 (2/5) :livegal:00210000:F491:00353535:FFFFFFFF:Always Winning Hand PL1 (3/5) :livegal:00210000:F494:00363636:FFFFFFFF:Always Winning Hand PL1 (4/5) :livegal:00210000:F497:00373737:FFFFFFFF:Always Winning Hand PL1 (5/5) :livegal:00100001:F48C:00003131:FFFFFFFF:Get Winning Hand Now! PL1 :livegal:00210001:F48E:00323232:FFFFFFFF:Get Winning Hand Now! PL1 (2/5) :livegal:00210001:F491:00353535:FFFFFFFF:Get Winning Hand Now! PL1 (3/5) :livegal:00210001:F494:00363636:FFFFFFFF:Get Winning Hand Now! PL1 (4/5) :livegal:00210001:F497:00373737:FFFFFFFF:Get Winning Hand Now! PL1 (5/5) :livegal:00100000:F172:0000270F:FFFFFFFF:Infinite Time PL2 :livegal:00100000:F175:0000270F:FFFFFFFF:Infinite Score PL2 :livegal:00100000:F50C:00003131:FFFFFFFF:Always Winning Hand PL2 :livegal:00210000:F50E:00323232:FFFFFFFF:Always Winning Hand PL2 (2/5) :livegal:00210000:F511:00353535:FFFFFFFF:Always Winning Hand PL2 (3/5) :livegal:00210000:F514:00363636:FFFFFFFF:Always Winning Hand PL2 (4/5) :livegal:00210000:F517:00373737:FFFFFFFF:Always Winning Hand PL2 (5/5) :livegal:00100001:F50C:00003131:FFFFFFFF:Get Winning Hand Now ! PL2 :livegal:00210001:F50E:00323232:FFFFFFFF:Get Winning Hand Now ! PL2 (2/5) :livegal:00210001:F511:00353535:FFFFFFFF:Get Winning Hand Now ! PL2 (3/5) :livegal:00210001:F514:00363636:FFFFFFFF:Get Winning Hand Now ! PL2 (4/5) :livegal:00210001:F517:00373737:FFFFFFFF:Get Winning Hand Now ! PL2 (5/5) ; [ Lizard Wizard ] :lizwiz:20800000:2A2E:00000018:FFFFFFFF:Invincibility :lizwiz:20810000:354A:000000B7:FFFFFFFF:Invincibility (2/3):1st = Dragon, 2nd = Fire Ball :lizwiz:20810000:3554:000000B7:FFFFFFFF:Invincibility (3/3):Fire Breath lizwiz:0:4DA1:09:000:Infinite Lives PL1 lizwiz:0:4DA2:09:000:Infinite Lives PL2 ; [ Legend of Kage, The ] lkage:0:E225:FF:000:Infinite Lives PL1 lkage:0:E22C:FF:000:Infinite Lives PL2 lkage:0:E44E:00:000:Invincibility lkage:0:0000:00:999:[See the Dip Switch Menu to ] lkage:0:0000:00:999:[enable an alternate ] lkage:0:0000:00:999:[Invincibility cheat. ] ; [ Legend of Kage, The (bootleg set 1) ] lkageb:0:E225:FF:000:Infinite Lives PL1 lkageb:0:E22C:FF:000:Infinite Lives PL2 lkageb:0:E44E:00:000:Invincibility lkageb:0:0000:00:999:[See the Dip Switch Menu to ] lkageb:0:0000:00:999:[enable an alternate ] lkageb:0:0000:00:999:[Invincibility cheat. ] ; [ Legend of Kage, The (bootleg set 2) ] lkageb2:0:E225:FF:000:Infinite Lives PL1 lkageb2:0:E22C:FF:000:Infinite Lives PL2 lkageb2:0:E44E:00:000:Invincibility lkageb2:0:0000:00:999:[See the Dip Switch Menu to ] lkageb2:0:0000:00:999:[enable an alternate ] lkageb2:0:0000:00:999:[Invincibility cheat. ] ; [ Legend of Kage, The (bootleg set 3) ] lkageb3:0:E225:FF:000:Infinite Lives PL1 lkageb3:0:E22C:FF:000:Infinite Lives PL2 lkageb3:0:E44E:00:000:Invincibility lkageb3:0:0000:00:999:[See the Dip Switch Menu to ] lkageb3:0:0000:00:999:[enable an alternate ] lkageb3:0:0000:00:999:[Invincibility cheat. ] ; [ Lunar Lander (rev 2) ] llander:0:01AD:99:000:Infinite Fuel llander:0:019C:00:000:Infinite Time ; [ Lunar Lander (rev 1) ] llander1:0:01AD:99:000:Infinite Fuel llander1:0:019C:00:000:Infinite Time ; [ Lock'n'Chase ] lnc:0:000F:02:000:Infinite Lives PL1 lnc:0:001E:02:000:Infinite Lives PL2 lnc:0:0000:00:999:[Disable invincibility with ] lnc:0:0000:00:999:[F6 before you go 'OUT' ] lnc:0:003B:11:000:Invincibility ; [ Locked 'n Loaded (US) ] lockload:0:0110014:63:000:Infinite Lives PL1 lockload:0:01100CC:08:000:Infinite Ammo PL1 lockload:0:0110114:63:000:Infinite Lives PL2 lockload:0:01101CC:08:000:Infinite Ammo PL2 ; [ Lock-On ] lockon:0:0000:00:999:[ There are no cheats ]:REASON 1 lockon:0:0000:00:999:[ for this game as it ]:REASON 1 lockon:0:0000:00:999:[ didn't work the last ]:REASON 1 lockon:0:0000:00:999:[ time it was tested. ]:REASON 1 lockon:0:0000:00:999:[ If the game now works ]:REASON 1 lockon:0:0000:00:999:[ please request cheats ]:REASON 1 lockon:0:0000:00:999:[ for it on the cheat ]:REASON 1 lockon:0:0000:00:999:[ forums. ]:REASON 1 ; [ Loco-Motion ] locomotn:0:9900:06:000:Infinite Lives :locomotn:20800000:3605:00000018:FFFFFFFF:Invincibility :locomotn:20810000:36A5:000000C9:FFFFFFFF:Invincibility (2/3) :locomotn:20810000:3BE3:00000000:FFFFFFFF:Invincibility (3/3) ; [ Lode Runner - The Dig Fight (ver. A) ] loderdfa:0:0600A460:09:000:Infinite Credits [Left Screen] loderdfa:0:0600A461:09:000:Infinite Credits [Right Screen] :loderdfa:00000001:060FFF43:0000000E:FFFFFFFF:Enable Maintenance Mode:Use in test mode, see the history.dat file for what the codes are. If you have any other questions email Tourniquet ;-) :loderdfa:00010001:0600A7D3:00000001:FFFFFFFF:Enable Maintenance Mode :loderdfa:00000001:060FFF43:00000007:FFFFFFFF:Disable Maintenance Mode:Use in test mode :loderdfa:00010001:0600A7D3:00000000:FFFFFFFF:Disable Maintenance Mode :loderdfa:00000000:0600A473:00000001:FFFFFFFF:Language = English loderdfa:0:00000000:00:999:[ These Cheats work on the Left Screen ] loderdfa:0:06021E3C:00:000:Infinite Time loderdfa:0:06021E3D:12:500:Infinite Time (2/4) loderdfa:0:06021E3E:C2:500:Infinite Time (3/4) loderdfa:0:06021E3F:00:500:Infinite Time (4/4) loderdfa:0:06021E41:01:001:Get a Gold Bar to Finish this Level Now! loderdfa:0:00000000:00:999:[ These Cheats work on the Right Screen ] loderdfa:0:060251EC:00:000:Infinite Time loderdfa:0:060251ED:12:500:Infinite Time (2/4) loderdfa:0:060251EE:C2:500:Infinite Time (3/4) loderdfa:0:060251EF:00:500:Infinite Time (4/4) loderdfa:0:060251F1:01:001:Get a Gold Bar to Finish this Level Now! loderdfa:0:00000000:00:999:[ These Cheats work on the Left Vs Right Game ] loderdfa:0:06021E38:00:000:Infinite Time loderdfa:0:06021E39:00:500:Infinite Time (2/4) loderdfa:0:06021E3A:02:500:Infinite Time (3/4) loderdfa:0:06021E3B:00:500:Infinite Time (4/4) ; [ Lode Runner - The Dig Fight (ver. B) ] loderndf:0:0600A520:09:000:Infinite Credits [Left Screen] loderndf:0:0600A521:09:000:Infinite Credits [Right Screen] :loderndf:00000001:060FFF43:0000000E:FFFFFFFF:Enable Maintenance Mode:Use in test mode, see the history.dat file for what the codes are. If you have any other questions email Tourniquet ;-) :loderndf:00010001:0600A537:00000001:FFFFFFFF:Enable Maintenance Mode (2/2) :loderndf:00000001:060FFF43:00000007:FFFFFFFF:Disable Maintenance Mode:Use in test mode :loderndf:00010001:0600A537:00000000:FFFFFFFF:Disable Maintenance Mode (2/2) :loderndf:00000000:0600A533:00000001:FFFFFFFF:Language = English loderndf:0:00000000:00:999:[ These Cheats work on the Left Screen ] loderndf:0:060347E0:00:000:Infinite Time loderndf:0:060347E1:12:500:Infinite Time (2/4) loderndf:0:060347E2:C2:500:Infinite Time (3/4) loderndf:0:060347E3:00:500:Infinite Time (4/4) loderndf:0:060347E5:01:001:Get a Gold Bar to Finish this Level Now! loderndf:0:00000000:00:999:[ These Cheats work on the Right Screen ] loderndf:0:06037BA4:00:000:Infinite Time loderndf:0:06037BA5:12:500:Infinite Time (2/4) loderndf:0:06037BA6:C2:500:Infinite Time (3/4) loderndf:0:06037BA7:00:500:Infinite Time (4/4) loderndf:0:06037BA9:01:001:Get a Gold Bar to Finish this Level Now! loderndf:0:00000000:00:999:[ These Cheats work on the Left Vs Right Game ] loderndf:0:060347DC:00:000:Infinite Time loderndf:0:060347DD:00:500:Infinite Time (2/4) loderndf:0:060347DE:02:500:Infinite Time (3/4) loderndf:0:060347DF:00:500:Infinite Time (4/4) ; [ Line of Fire / Bakudan Yarou (World, FD1094 317-0136) ] :loffire:62000000:000000:00000000:00000000:Select Starting Mission:Enable when the "PULL TRIGER TO START" message is displayed. IE after you've inserted at least one credit :loffire:01211001:080081:00000001:FFFFFFFF:Mission 1 :loffire:01211001:080081:00010002:FFFFFFFF:Mission 2 :loffire:01211001:080081:00020003:FFFFFFFF:Mission 3 :loffire:01211001:080081:00030004:FFFFFFFF:Mission 4 :loffire:01211001:080081:00040005:FFFFFFFF:Mission 5 :loffire:01211001:080081:00050006:FFFFFFFF:Mission 6 :loffire:01211001:080081:00060007:FFFFFFFF:Mission 7 :loffire:01211001:080081:00070008:FFFFFFFF:Mission 8 :loffire:00000000:0800F0:00000009:FFFFFFFF:Infinite Credits PL1 :loffire:00000000:08047C:00000048:FFFFFFFF:Infinite Energy PL1 :loffire:00000000:08045E:0000001E:FFFFFFFF:Infinite Missiles PL1 :loffire:00000000:08047E:00000000:FFFFFFFF:Invincibility PL1 :loffire:00000000:080462:00000000:FFFFFFFF:Rapid Fire PL1 :loffire:00000000:0800EF:00000009:FFFFFFFF:Infinite Credits PL2 :loffire:00000000:0804FC:00000048:FFFFFFFF:Infinite Energy PL2 :loffire:00000000:0804DE:0000001E:FFFFFFFF:Infinite Missiles PL2 :loffire:00000000:0804FE:00000000:FFFFFFFF:Invincibility PL2 :loffire:00000000:0804E2:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Line of Fire / Bakudan Yarou (Japan, FD1094 317-0134) ] :loffirej:62000000:000000:00000000:00000000:Select Starting Mission:Enable when the "PULL TRIGER TO START" message is displayed. IE after you've inserted at least one credit :loffirej:01211001:080081:00000001:FFFFFFFF:Mission 1 :loffirej:01211001:080081:00010002:FFFFFFFF:Mission 2 :loffirej:01211001:080081:00020003:FFFFFFFF:Mission 3 :loffirej:01211001:080081:00030004:FFFFFFFF:Mission 4 :loffirej:01211001:080081:00040005:FFFFFFFF:Mission 5 :loffirej:01211001:080081:00050006:FFFFFFFF:Mission 6 :loffirej:01211001:080081:00060007:FFFFFFFF:Mission 7 :loffirej:01211001:080081:00070008:FFFFFFFF:Mission 8 :loffirej:00000000:0800F0:00000009:FFFFFFFF:Infinite Credits PL1 :loffirej:00000000:08047C:00000048:FFFFFFFF:Infinite Energy PL1 :loffirej:00000000:08045E:0000001E:FFFFFFFF:Infinite Missiles PL1 :loffirej:00000000:08047E:00000000:FFFFFFFF:Invincibility PL1 :loffirej:00000000:080462:00000000:FFFFFFFF:Rapid Fire PL1 :loffirej:00000000:0800EF:00000009:FFFFFFFF:Infinite Credits PL2 :loffirej:00000000:0804FC:00000048:FFFFFFFF:Infinite Energy PL2 :loffirej:00000000:0804DE:0000001E:FFFFFFFF:Infinite Missiles PL2 :loffirej:00000000:0804FE:00000000:FFFFFFFF:Invincibility PL2 :loffirej:00000000:0804E2:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Line of Fire / Bakudan Yarou (US, FD1094 317-0135) ] :loffireu:62000000:000000:00000000:00000000:Select Starting Mission:Enable when the "PULL TRIGER TO START" message is displayed. IE after you've inserted at least one credit :loffireu:01211001:080081:00000001:FFFFFFFF:Mission 1 :loffireu:01211001:080081:00010002:FFFFFFFF:Mission 2 :loffireu:01211001:080081:00020003:FFFFFFFF:Mission 3 :loffireu:01211001:080081:00030004:FFFFFFFF:Mission 4 :loffireu:01211001:080081:00040005:FFFFFFFF:Mission 5 :loffireu:01211001:080081:00050006:FFFFFFFF:Mission 6 :loffireu:01211001:080081:00060007:FFFFFFFF:Mission 7 :loffireu:01211001:080081:00070008:FFFFFFFF:Mission 8 :loffireu:00000000:0800F0:00000009:FFFFFFFF:Infinite Credits PL1 :loffireu:00000000:08047C:00000048:FFFFFFFF:Infinite Energy PL1 :loffireu:00000000:08045E:0000001E:FFFFFFFF:Infinite Missiles PL1 :loffireu:00000000:08047E:00000000:FFFFFFFF:Invincibility PL1 :loffireu:00000000:080462:00000000:FFFFFFFF:Rapid Fire PL1 :loffireu:00000000:0800EF:00000009:FFFFFFFF:Infinite Credits PL2 :loffireu:00000000:0804FC:00000048:FFFFFFFF:Infinite Energy PL2 :loffireu:00000000:0804DE:0000001E:FFFFFFFF:Infinite Missiles PL2 :loffireu:00000000:0804FE:00000000:FFFFFFFF:Invincibility PL2 :loffireu:00000000:0804E2:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Logger ] logger:0:1D55:99:000:Infinite Credits logger:0:1CBF:05:000:Infinite Lives logger:0:1C06:02:040:Partial Invincibility:Drops will still kill you! ; [ Logic Pro 2 (Japan) ] logicpr2:0:FF8EDB:09:000:Infinite Credits logicpr2:0:FF8DE4:01:000:Infinite Time PL1 logicpr2:0:FF8DE5:90:500:Infinite Time PL1 (2/2) logicpr2:0:FF8E45:00:000:Never any Left item PL1 logicpr2:0:FF8E45:01:000:Left item always Bomb PL1 logicpr2:0:FF8E45:02:000:Left item always Hammer PL1 logicpr2:0:FF8E45:04:000:Left item always Filler PL1 logicpr2:0:FF8E43:00:000:Never any Right item PL1 logicpr2:0:FF8E43:01:000:Right item always Bomb PL1 logicpr2:0:FF8E43:02:000:Right item always Hammer PL1 logicpr2:0:FF8E43:04:000:Right item always Filler PL1 logicpr2:0:FF8E45:00:001:No Left item Now! PL1 logicpr2:0:FF8E45:01:001:Left item = Bomb Now! PL1 logicpr2:0:FF8E45:02:001:Left item = Hammer Now! PL1 logicpr2:0:FF8E45:04:001:Left item = Filler Now! PL1 logicpr2:0:FF8E43:00:001:No Right item Now! PL1 logicpr2:0:FF8E43:01:001:Right item = Bomb Now! PL1 logicpr2:0:FF8E43:02:001:Right item = Hammer Now! PL1 logicpr2:0:FF8E43:04:001:Right item = Filler Now! PL1 logicpr2:0:FF8E60:01:000:Infinite Time PL2 logicpr2:0:FF8E61:90:500:Infinite Time PL2 (2/2) logicpr2:0:FF8EBF:00:000:Never any Left item PL2 logicpr2:0:FF8EBF:01:000:Left item always Bomb PL2 logicpr2:0:FF8EBF:02:000:Left item always Hammer PL2 logicpr2:0:FF8EBF:04:000:Left item always Filler PL2 logicpr2:0:FF8EC1:00:000:Never any Right item PL2 logicpr2:0:FF8EC1:01:000:Right item always Bomb PL2 logicpr2:0:FF8EC1:02:000:Right item always Hammer PL2 logicpr2:0:FF8EC1:04:000:Right item always Filler PL2 logicpr2:0:FF8EBF:00:001:No Left item Now! PL2 logicpr2:0:FF8EBF:01:001:Left item = Bomb Now! PL2 logicpr2:0:FF8EBF:02:001:Left item = Hammer Now! PL2 logicpr2:0:FF8EBF:04:001:Left item = Filler Now! PL2 logicpr2:0:FF8EC1:00:001:No Right item Now! PL2 logicpr2:0:FF8EC1:01:001:Right item = Bomb Now! PL2 logicpr2:0:FF8EC1:02:001:Right item = Hammer Now! PL2 logicpr2:0:FF8EC1:04:001:Right item = Filler Now! PL2 ; [ Logic Pro (Japan) ] logicpro:0:FF05F2:63:000:Infinite Credits logicpro:0:FF0195:1E:000:Infinite Time logicpro:0:FF0329:03:000:Infinite Helps PL1 logicpro:0:FF0339:03:000:Infinite Helps PL2 ; [ Legend of Hero Tonma ] loht:0:A3B46:59:000:Infinite Time loht:0:A2311:40:000:Invincibility loht:0:00000:00:999:[See the Dip Switch Menu to ] loht:0:00000:00:999:[enable an alternate ] loht:0:00000:00:999:[Invincibility cheat. ] loht:0:A3AE4:0A:000:Infinite Lives PL1 loht:0:A3AE5:0A:000:Infinite Lives PL2 ; [ Legend of Makai (World) ] lomakai:0:0FC021:05:000:Infinite Lives lomakai:0:0FC00B:03:000:Infinite Energy lomakai:0:0FC01B:09:000:Infinite Time lomakai:0:0FC01D:05:500:Infinite Time (2/3) lomakai:0:0FC01F:09:500:Infinite Time (3/3) lomakai:0:0FC022:90:000:Infinite Money lomakai:0:0FC023:00:500:Infinite Money (2/2) lomakai:0:0FC06E:01:000:Infinite Jumps lomakai:0:0FC070:01:000:Invincibility lomakai:0:000000:00:999:[See the Dip Switch Menu to ] lomakai:0:000000:00:999:[enable an alternate ] lomakai:0:000000:00:999:[Invincibility cheat. ] lomakai:0:0FCE06:00:001:One hit for boss Now! lomakai:0:0FCE07:01:501:One hit for boss Now! (2/2) lomakai:0:0FC011:07:060:Select Next Level:0=First/7=Last lomakai:0:0FC032:03:020:Always have all keys lomakai:0:0FC033:80:520:Always have all keys (2/2) lomakai:0:0FC032:01:020:Always have green key lomakai:0:0FC032:02:020:Always have red key lomakai:0:0FC033:80:020:Always have blue key lomakai:0:0FC033:10:020:Always have silver shield lomakai:0:0FC033:20:020:Always have gold shield lomakai:0:0FC032:08:020:Always have jump potion lomakai:0:0FC032:10:020:Always have strength potion lomakai:0:0FC031:08:020:Always have the boots lomakai:0:0FC031:07:040:Always have no extra weapon lomakai:0:000000:00:999:[ EW = Extra Weapon ] lomakai:0:0FC031:01:020:Always have knife EW lomakai:0:0FC031:06:540:Always have knife EW (2/2) lomakai:0:0FC031:02:020:Always have singleaxe EW lomakai:0:0FC031:05:540:Always have singleaxe EW(2/2) lomakai:0:0FC031:04:020:Always have doubleaxe EW lomakai:0:0FC031:03:540:Always have doubleaxe EW(2/2) lomakai:0:0FC031:80:020:Always have story-teller bird lomakai:0:0FC032:03:021:Get all keys Now! lomakai:0:0FC033:80:521:Get all keys Now! (2/2) lomakai:0:0FC032:01:021:Get green key Now! lomakai:0:0FC032:02:021:Get red key Now! lomakai:0:0FC033:80:021:Get blue key Now! lomakai:0:0FC033:10:021:Get silver shield Now! lomakai:0:0FC033:20:021:Get gold shield Now! lomakai:0:0FC032:08:021:Get jump potion Now! lomakai:0:0FC032:10:021:Get strength potion Now! lomakai:0:0FC031:08:021:Get the boots Now! lomakai:0:0FC031:07:041:Lose extra weapon Now! lomakai:0:0FC031:01:021:Get knife EW Now! lomakai:0:0FC031:06:541:Get knife EW Now! (2/2) lomakai:0:0FC031:02:021:Get single axe EW Now! lomakai:0:0FC031:05:541:Get single axe EW Now! (2/2) lomakai:0:0FC031:04:021:Get double axe EW Now! lomakai:0:0FC031:03:541:Get double axe EW Now! (2/2) lomakai:0:0FC031:80:021:Get story-teller bird Now! ; [ Looper ] looper:0:8003:C6:000:Infinite Credits looper:0:8026:09:020:Invincibility looper:0:8029:09:000:Infinite Lives PL1 :looper:00001503:8027:00000063:FFFFFFFF:Select starting round PL1:You should enable this cheat before starting the game ie. after credits have been inserted! looper:0:8027:63:062:Select next round PL1 looper:0:8027:63:072:Select current round PL1 looper:0:802A:09:000:Infinite Lives PL2 :looper:00001503:8028:00000063:FFFFFFFF:Select starting round PL2:You should enable this cheat before starting the game ie. after credits have been inserted! looper:0:8028:63:062:Select next round PL2 looper:0:8028:63:072:Select current round PL2 ; [ Looping (set 1) ] looping:0:E397:00:000:Infinite Lives looping:0:E36D:05:500:Infinite Lives (2/2) looping:0:E4C5:00:000:Always have Gate Open looping:0:E4C5:00:001:Open Gate Now! looping:0:E4C5:01:001:Close Gate Now! ; [ Looping (set 2) ] loopinga:0:E397:00:000:Infinite Lives loopinga:0:E36D:05:500:Infinite Lives (2/2) loopinga:0:E4C5:00:000:Always have Gate Open loopinga:0:E4C5:00:001:Open Gate Now! loopinga:0:E4C5:01:001:Close Gate Now! ; [ Lord of Gun (USA) ] :lordgun:00200000:209361:00630063:FFFFFFFF:Infinite Credits :lordgun:20900000:027598:00004E75:FFFFFFFF:Invincibility :lordgun:00000000:20376B:00000063:FFFFFFFF:Infinite Energy PL1 :lordgun:00000000:203781:0000000A:FFFFFFFF:Infinite Ammo PL1 :lordgun:00000000:203757:00000000:FFFFFFFF:Rapid Fire PL1 :lordgun:00000000:2037B7:00000063:FFFFFFFF:Infinite Energy PL2 :lordgun:00000000:2037CD:0000000A:FFFFFFFF:Infinite Ammo PL2 :lordgun:00000000:2037A3:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Lord of King, The (Japan) ] lordofk:0:000000:00:999:[Always have Shield cheats ] lordofk:0:000000:00:999:[should be enabled on the ] lordofk:0:000000:00:999:[title screen or it won't ] lordofk:0:000000:00:999:[display until you've lost a] lordofk:0:000000:00:999:[life!! ] lordofk:0:FFFB72:01:000:Infinite Time lordofk:0:FFFB73:99:500:Infinite Time (2/2) lordofk:0:FF8899:06:000:Infinite Lives PL1 lordofk:0:FFD2B5:40:000:Infinite Energy PL1 lordofk:0:FFD2B7:01:000:Invincibility 'ON' PL1 lordofk:0:FFD290:40:540:Invincibility 'ON' PL1 (2/2) lordofk:0:FFD2B7:01:001:Invincibility 'OFF' PL1 lordofk:0:FFD290:40:521:Invincibility 'OFF' PL1 (2/2) lordofk:0:FF88AF:3C:000:Maximum fire power PL1 lordofk:0:FF88C5:0B:000:Maximum magic power PL1 lordofk:0:FFD31D:03:000:Infinite Shield PL1:Seems to be buggy! lordofk:0:FF8889:01:000:Always have Shield PL1 lordofk:0:FF8889:01:001:Get Shield Now! PL1 lordofk:0:FF88E1:06:000:Infinite Lives PL2 lordofk:0:FFD435:40:000:Infinite Energy PL2 lordofk:0:FFD437:01:000:Invincibility 'ON' PL2 lordofk:0:FFD410:40:540:Invincibility 'ON' PL2 (2/2) lordofk:0:FFD437:01:001:Invincibility 'OFF' PL2 lordofk:0:FFD410:40:521:Invincibility 'OFF' PL2 (2/2) lordofk:0:FF88F7:3C:000:Maximum fire power PL2 lordofk:0:FF890D:0B:000:Maximum magic power PL2 lordofk:0:FFD49D:03:000:Infinite Shield PL2:Seems to be buggy! lordofk:0:FF81BF:01:000:Always have Shield PL2 lordofk:0:FF81BF:01:001:Get Shield Now! PL2 ; [ Lost Tomb (hard) ] losttmbh:0:868D:50:000:Infinite Time losttmbh:0:84C6:E0:500:Infinite Time (2/2) losttmbh:0:8617:06:000:Infinite Lives losttmbh:0:8618:08:000:Infinite Ammo losttmbh:0:861B:02:000:Infinite Zapper losttmbh:0:0000:00:999:[See the Dip Switch Menu to ] losttmbh:0:0000:00:999:[enable Invincibility. ] losttmbh:0:861C:0C:072:Select next Level:Use before stair room losttmbh:0:861D:5B:072:Select next Room:Use before stair room ; [ Lost Tomb (easy) ] losttomb:0:868D:50:000:Infinite Time losttomb:0:84C6:E0:500:Infinite Time (2/2) losttomb:0:8617:06:000:Infinite Lives losttomb:0:8618:08:000:Infinite Ammo losttomb:0:861B:02:000:Infinite Zapper losttomb:0:0000:00:999:[See the Dip Switch Menu to ] losttomb:0:0000:00:999:[enable Invincibility. ] losttomb:0:861C:0C:072:Select next Level:Use before stair room losttomb:0:861D:5B:072:Select next Room:Use before stair room ; [ Lost Worlds (Japan) ] lostwrld:0:FFE1D2:21:000:Infinite Shop Time lostwrld:0:000000:00:999:[These Start on Stage cheats] lostwrld:0:000000:00:999:[must be enabled on the ] lostwrld:0:000000:00:999:[title screen and turned off] lostwrld:0:000000:00:999:[when you start the stage. ] lostwrld:0:FFB2B2:01:000:Start on Stage 2 lostwrld:0:FFB2B2:02:000:Start on Stage 3 lostwrld:0:FFB2B2:03:000:Start on Stage 4 lostwrld:0:FFB2B2:04:000:Start on Stage 5 lostwrld:0:FFB2B2:05:000:Start on Stage 6 lostwrld:0:FFB2B2:06:000:Start on Stage 7 lostwrld:0:FFB2B2:07:000:Start on Stage 8 lostwrld:0:FFB2B2:08:000:Start on Stage 9 lostwrld:0:FFB2B2:08:061:Select next stage lostwrld:0:FF9035:38:000:Infinite Energy PL1 lostwrld:0:FFB342:02:000:Invincibility PL1 lostwrld:0:FFB38C:01:500:Invincibility PL1 (2/4) lostwrld:0:FF9035:38:520:Invincibility PL1 (3/4) lostwrld:0:FF9035:C7:540:Invincibility PL1 (4/4) lostwrld:0:FFE192:99:000:Infinite Zenny PL1 lostwrld:0:FFE193:99:500:Infinite Zenny PL1 (2/3) lostwrld:0:FFE194:99:500:Infinite Zenny PL1 (3/3) lostwrld:0:FFE192:01:001:Reduce Zenny Now! PL1 lostwrld:0:FFE193:01:501:Reduce Zenny Now! PL1 (2/3) lostwrld:0:FFE194:01:501:Reduce Zenny Now! PL1 (3/3) lostwrld:0:FFCEE2:01:000:Always Laser PL1 lostwrld:0:FFCF18:00:500:Always Laser PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Beam PL1 lostwrld:0:FFCF18:02:500:Always Beam PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Missile PL1 lostwrld:0:FFCF18:04:500:Always Missile PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Balcan Cannon PL1 lostwrld:0:FFCF18:06:500:Always Balcan Cannon PL1(2/2) lostwrld:0:FFCEE2:01:000:Always Napalm Bomb PL1 lostwrld:0:FFCF18:08:500:Always Napalm Bomb PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always V-Cannon PL1 lostwrld:0:FFCF18:0A:500:Always V-Cannon PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Burner PL1 lostwrld:0:FFCF18:0C:500:Always Burner PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Multi-Way PL1 lostwrld:0:FFCF18:0E:500:Always Multi-Way PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Bound Shot PL1 lostwrld:0:FFCF18:10:500:Always Bound Shot PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Power Laser PL1 lostwrld:0:FFCF18:12:500:Always Power Laser PL1 (2/2) lostwrld:0:FFCEE2:01:000:Always Homing Laser PL1 lostwrld:0:FFCF18:14:500:Always Homing Laser PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Laser Now! PL1 lostwrld:0:FFCF18:00:501:Get Laser Now! PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Beam Now! PL1 lostwrld:0:FFCF18:02:501:Get Beam Now! PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Missile Now! PL1 lostwrld:0:FFCF18:04:501:Get Missile Now! PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Balcan CannonNow!PL1 lostwrld:0:FFCF18:06:501:Get Balcan CannonNow!PL1(2/2) lostwrld:0:FFCEE2:01:001:Get Napalm Bomb Now! PL1 lostwrld:0:FFCF18:08:501:Get Napalm Bomb Now! PL1(2/2) lostwrld:0:FFCEE2:01:001:Get V-Cannon Now! PL1 lostwrld:0:FFCF18:0A:501:Get V-Cannon Now! PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Burner Now! PL1 lostwrld:0:FFCF18:0C:501:Get Burner Now! PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Multi-Way Now! PL1 lostwrld:0:FFCF18:0E:501:Get Multi-Way Now! PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Bound Shot Now! PL1 lostwrld:0:FFCF18:10:501:Get Bound Shot Now! PL1 (2/2) lostwrld:0:FFCEE2:01:001:Get Power Laser Now! PL1 lostwrld:0:FFCF18:12:501:Get Power Laser Now! PL1(2/2) lostwrld:0:FFCEE2:01:001:Get Homing Laser Now!PL1 lostwrld:0:FFCF18:14:501:Get Homing Laser Now!PL1(2/2) lostwrld:0:FF9055:38:000:Infinite Energy PL2 lostwrld:0:FFB392:02:000:Invincibility PL2 lostwrld:0:FFB3DC:01:500:Invincibility PL2 (2/4) lostwrld:0:FF9055:38:520:Invincibility PL2 (3/4) lostwrld:0:FF9055:C7:540:Invincibility PL2 (4/4) lostwrld:0:FFE196:99:000:Infinite Zenny PL2 lostwrld:0:FFE197:99:500:Infinite Zenny PL2 (2/3) lostwrld:0:FFE198:99:500:Infinite Zenny PL2 (3/3) lostwrld:0:FFE196:01:001:Reduce Zenny Now! PL2 lostwrld:0:FFE197:01:501:Reduce Zenny Now! PL2 (2/3) lostwrld:0:FFE198:01:501:Reduce Zenny Now! PL2 (3/3) lostwrld:0:FFCF32:01:000:Always Laser PL2 lostwrld:0:FFCF68:00:500:Always Laser PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Beam PL2 lostwrld:0:FFCF68:02:500:Always Beam PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Missile PL2 lostwrld:0:FFCF68:04:500:Always Missile PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Balcan Cannon PL2 lostwrld:0:FFCF68:06:500:Always Balcan Cannon PL2(2/2) lostwrld:0:FFCF32:01:000:Always Napalm Bomb PL2 lostwrld:0:FFCF68:08:500:Always Napalm Bomb PL2 (2/2) lostwrld:0:FFCF32:01:000:Always V-Cannon PL2 lostwrld:0:FFCF68:0A:500:Always V-Cannon PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Burner PL2 lostwrld:0:FFCF68:0C:500:Always Burner PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Multi-Way PL2 lostwrld:0:FFCF68:0E:500:Always Multi-Way PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Bound Shot PL2 lostwrld:0:FFCF68:10:500:Always Bound Shot PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Power Laser PL2 lostwrld:0:FFCF68:12:500:Always Power Laser PL2 (2/2) lostwrld:0:FFCF32:01:000:Always Homing Laser PL2 lostwrld:0:FFCF68:14:500:Always Homing Laser PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Laser Now! PL2 lostwrld:0:FFCF68:00:501:Get Laser Now! PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Beam Now! PL2 lostwrld:0:FFCF68:02:501:Get Beam Now! PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Missile Now! PL2 lostwrld:0:FFCF68:04:501:Get Missile Now! PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Balcan CannonNow!PL2 lostwrld:0:FFCF68:06:501:Get Balcan CannonNow!PL2(2/2) lostwrld:0:FFCF32:01:001:Get Napalm Bomb Now! PL2 lostwrld:0:FFCF68:08:501:Get Napalm Bomb Now! PL2(2/2) lostwrld:0:FFCF32:01:001:Get V-Cannon Now! PL2 lostwrld:0:FFCF68:0A:501:Get V-Cannon Now! PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Burner Now! PL2 lostwrld:0:FFCF68:0C:501:Get Burner Now! PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Multi-Way Now! PL2 lostwrld:0:FFCF68:0E:501:Get Multi-Way Now! PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Bound Shot Now! PL2 lostwrld:0:FFCF68:10:501:Get Bound Shot Now! PL2 (2/2) lostwrld:0:FFCF32:01:001:Get Power Laser Now! PL2 lostwrld:0:FFCF68:12:501:Get Power Laser Now! PL2(2/2) lostwrld:0:FFCF32:01:001:Get Homing Laser Now!PL2 lostwrld:0:FFCF68:14:501:Get Homing Laser Now!PL2(2/2) ; [ Lost World, The ] lostwsga:0:0000:00:999:[ There are no cheats ]:REASON 1 lostwsga:0:0000:00:999:[ for this game as it ]:REASON 1 lostwsga:0:0000:00:999:[ didn't work the last ]:REASON 1 lostwsga:0:0000:00:999:[ time it was tested. ]:REASON 1 lostwsga:0:0000:00:999:[ If the game now works ]:REASON 1 lostwsga:0:0000:00:999:[ please request cheats ]:REASON 1 lostwsga:0:0000:00:999:[ for it on the cheat ]:REASON 1 lostwsga:0:0000:00:999:[ forums. ]:REASON 1 ; [ Lot Lot ] lotlot:0:E847:03:000:Infinite lives lotlot:0:0000:00:999:[See the Dip Switch Menu to ] lotlot:0:0000:00:999:[enable Invincibility. ] ; [ Lotto Fun 2 ] lottof2:0:0000:00:999:[ This game hasn't even ]:REASON 11 lottof2:0:0000:00:999:[ been looked at due to ]:REASON 11 lottof2:0:0000:00:999:[ time constraints - Too]:REASON 11 lottof2:0:0000:00:999:[ many games and so ]:REASON 11 lottof2:0:0000:00:999:[ little time. It is ]:REASON 11 lottof2:0:0000:00:999:[ even possible that ]:REASON 11 lottof2:0:0000:00:999:[ this game may be a ]:REASON 11 lottof2:0:0000:00:999:[ clone of an existing ]:REASON 11 lottof2:0:0000:00:999:[ game which may have ]:REASON 11 lottof2:0:0000:00:999:[ cheats. Please search ]:REASON 11 lottof2:0:0000:00:999:[ the cheat forums ]:REASON 11 lottof2:0:0000:00:999:[ before posting cheat ]:REASON 11 lottof2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Lotto Fun ] lottofun:0:983E:59:000:Infinite Choosing Time ; [ Mahjong Love House [BET] (Japan 901024) ] lovehous:0:0000:00:999:[ There are no cheats ]:REASON 3 lovehous:0:0000:00:999:[ for this game as it ]:REASON 3 lovehous:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 lovehous:0:0000:00:999:[ Cheats will be added ]:REASON 3 lovehous:0:0000:00:999:[ when somebody submits ]:REASON 3 lovehous:0:0000:00:999:[ some. If you have ]:REASON 3 lovehous:0:0000:00:999:[ made some cheats for ]:REASON 3 lovehous:0:0000:00:999:[ this game please post ]:REASON 3 lovehous:0:0000:00:999:[ them on the cheat ]:REASON 3 lovehous:0:0000:00:999:[ forums. ]:REASON 3 lovehous:0:0000:00:999:[ For the record it's ]:REASON 3 lovehous:0:0000:00:999:[ a clone of club90s. ]:REASON 3 ; [ Lunar Rescue ] lrescue:0:21AC:06:000:Infinite Lives PL1 lrescue:0:21A2:80:000:Infinite Fuel PL1 lrescue:0:22AC:06:000:Infinite Lives PL2 lrescue:0:22A2:80:000:Infinite Fuel PL2 lrescue:0:218D:00:000:Enemies once per Round: Also no Fireballs lrescue:0:21AB:00:000:Always Round 1 (Slow Enemies) lrescue:0:21AE:05:001:1 Rescue Ends Round Now! lrescue:0:212D:01:501:1 Rescue Ends Round Now!(2/2) lrescue:0:21A0:01:501:1 Rescue Ends Round Now!(3/2) ; [ Last Resort ] lresort:0:108030:02:000:Infinite Lives PL1 lresort:0:104229:7D:000:Invincibility PL1 lresort:0:104265:04:000:Always have Maximum Power PL1 lresort:0:104267:05:000:Always have Maximum Speed PL1 :lresort:00100000:10425E:00000000:FFFFFFFF:Infinite Shot PL1 :lresort:00100000:104260:00000000:FFFFFFFF:Infinite Pod Shot PL1 :lresort:00100000:104258:00000000:FFFFFFFF:Infinite Laser PL1 :lresort:00100000:10424C:00000000:FFFFFFFF:Infinite Homing PL1 :lresort:00100000:10425C:00000000:FFFFFFFF:Infinite Grenade PL1 :lresort:00000000:10FD96:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen lresort:0:108031:02:000:Infinite Lives PL2 lresort:0:1042A9:7D:000:Invincibility PL2 lresort:0:1042E5:04:000:Always have Maximum Power PL2 lresort:0:1042E7:05:000:Always have Maximum Speed PL2 :lresort:00100000:1042DE:00000000:FFFFFFFF:Infinite Shot PL2 :lresort:00100000:1042E0:00000000:FFFFFFFF:Infinite Pod Shot PL2 :lresort:00100000:1042D8:00000000:FFFFFFFF:Infinite Laser PL2 :lresort:00100000:1042CC:00000000:FFFFFFFF:Infinite Homing PL2 :lresort:00100000:1042DC:00000000:FFFFFFFF:Infinite Grenade PL2 :lresort:00000000:10FD9C:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :lresort:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :lresort:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :lresort:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Land Sea Air Squad / Riku Kai Kuu Saizensen ] lsasquad:0:A5FB:09:000:Infinite Credits lsasquad:0:A817:63:000:Infinite Lives lsasquad:0:0000:00:999:[See the Dip Switch Menu to ] lsasquad:0:0000:00:999:[enable Invincibility. ] ; [ Last Duel (US set 2) ] lstduela:0:FF8819:99:000:Infinite Time lstduela:0:FF8826:0B:000:Infinite Lives PL1 lstduela:0:FF897B:80:002:Invincibility PL1 lstduela:0:FF8978:06:000:Infinite Rolling PL1 lstduela:0:FF8977:06:000:Maximum homing missiles PL1 lstduela:0:FF993C:01:000:Pod ON - Left PL1 lstduela:0:FF999C:01:000:Pod ON - Right PL1 lstduela:0:FF8972:60:001:Get Maximum speed - car PL1 lstduela:0:FF8972:0C:001:Get Maximum speed - plane PL1 lstduela:0:FF8979:00:000:Rapid fire - Weapon PL1 lstduela:0:FF897A:00:000:Rapid fire - H. missiles PL1 lstduela:0:FF996E:00:000:Rapid fire - Left pod PL1 lstduela:0:FF99CE:00:000:Rapid fire - Right pod PL1 lstduela:0:FF8976:00:000:Always have normal weapon PL1 lstduela:0:FF8976:02:000:Always have Double PL1 lstduela:0:FF8976:04:000:Always have 3-way PL1 lstduela:0:FF8976:06:000:Always have Shotgun PL1 lstduela:0:FF8976:08:000:Always have Flame PL1 lstduela:0:FF8976:00:001:Get normal weapon Now! PL1 lstduela:0:FF8976:02:001:Get Double Now! PL1 lstduela:0:FF8976:04:001:Get 3-way Now! PL1 lstduela:0:FF8976:06:001:Get Shotgun Now! PL1 lstduela:0:FF8976:08:001:Get Flame Now! PL1 lstduela:0:FF8827:0B:000:Infinite Lives PL2 lstduela:0:FF89FB:80:002:Invincibility PL2 lstduela:0:FF89F8:06:000:Infinite Rolling PL2 lstduela:0:FF89F7:06:000:Maximum homing missiles PL2 lstduela:0:FF99FC:01:000:Pod ON - Left PL2 lstduela:0:FF9A5C:01:000:Pod ON - Right PL2 lstduela:0:FF89F2:60:001:Get Maximum speed - car PL2 lstduela:0:FF89F2:0C:001:Get Maximum speed - plane PL2 lstduela:0:FF89F9:00:000:Rapid fire - Weapon PL2 lstduela:0:FF89FA:00:000:Rapid fire - H. missiles PL2 lstduela:0:FF9A2E:00:000:Rapid fire - Left pod PL2 lstduela:0:FF9A8E:00:000:Rapid fire - Right pod PL2 lstduela:0:FF89F6:00:000:Always have normal weapon PL2 lstduela:0:FF89F6:02:000:Always have Double PL2 lstduela:0:FF89F6:04:000:Always have 3-way PL2 lstduela:0:FF89F6:06:000:Always have Shotgun PL2 lstduela:0:FF89F6:08:000:Always have Flame PL2 lstduela:0:FF89F6:00:001:Get normal weapon Now! PL2 lstduela:0:FF89F6:02:001:Get Double Now! PL2 lstduela:0:FF89F6:04:001:Get 3-way Now! PL2 lstduela:0:FF89F6:06:001:Get Shotgun Now! PL2 lstduela:0:FF89F6:08:001:Get Flame Now! PL2 ; [ Last Duel (bootleg) ] lstduelb:0:FF8819:99:000:Infinite Time lstduelb:0:FF8826:0B:000:Infinite Lives PL1 lstduelb:0:FF897B:80:002:Invincibility PL1 lstduelb:0:FF8978:06:000:Infinite Rolling PL1 lstduelb:0:FF8977:06:000:Maximum homing missiles PL1 lstduelb:0:FF993C:01:000:Pod ON - Left PL1 lstduelb:0:FF999C:01:000:Pod ON - Right PL1 lstduelb:0:FF8972:60:001:Get Maximum speed - car PL1 lstduelb:0:FF8972:0C:001:Get Maximum speed - plane PL1 lstduelb:0:FF8979:00:000:Rapid fire - Weapon PL1 lstduelb:0:FF897A:00:000:Rapid fire - H. missiles PL1 lstduelb:0:FF996E:00:000:Rapid fire - Left pod PL1 lstduelb:0:FF99CE:00:000:Rapid fire - Right pod PL1 lstduelb:0:FF8976:00:000:Always have normal weapon PL1 lstduelb:0:FF8976:02:000:Always have Double PL1 lstduelb:0:FF8976:04:000:Always have 3-way PL1 lstduelb:0:FF8976:06:000:Always have Shotgun PL1 lstduelb:0:FF8976:08:000:Always have Flame PL1 lstduelb:0:FF8976:00:001:Get normal weapon Now! PL1 lstduelb:0:FF8976:02:001:Get Double Now! PL1 lstduelb:0:FF8976:04:001:Get 3-way Now! PL1 lstduelb:0:FF8976:06:001:Get Shotgun Now! PL1 lstduelb:0:FF8976:08:001:Get Flame Now! PL1 lstduelb:0:FF8827:0B:000:Infinite Lives PL2 lstduelb:0:FF89FB:80:002:Invincibility PL2 lstduelb:0:FF89F8:06:000:Infinite Rolling PL2 lstduelb:0:FF89F7:06:000:Maximum homing missiles PL2 lstduelb:0:FF99FC:01:000:Pod ON - Left PL2 lstduelb:0:FF9A5C:01:000:Pod ON - Right PL2 lstduelb:0:FF89F2:60:001:Get Maximum speed - car PL2 lstduelb:0:FF89F2:0C:001:Get Maximum speed - plane PL2 lstduelb:0:FF89F9:00:000:Rapid fire - Weapon PL2 lstduelb:0:FF89FA:00:000:Rapid fire - H. missiles PL2 lstduelb:0:FF9A2E:00:000:Rapid fire - Left pod PL2 lstduelb:0:FF9A8E:00:000:Rapid fire - Right pod PL2 lstduelb:0:FF89F6:00:000:Always have normal weapon PL2 lstduelb:0:FF89F6:02:000:Always have Double PL2 lstduelb:0:FF89F6:04:000:Always have 3-way PL2 lstduelb:0:FF89F6:06:000:Always have Shotgun PL2 lstduelb:0:FF89F6:08:000:Always have Flame PL2 lstduelb:0:FF89F6:00:001:Get normal weapon Now! PL2 lstduelb:0:FF89F6:02:001:Get Double Now! PL2 lstduelb:0:FF89F6:04:001:Get 3-way Now! PL2 lstduelb:0:FF89F6:06:001:Get Shotgun Now! PL2 lstduelb:0:FF89F6:08:001:Get Flame Now! PL2 ; [ Little Casino 2 ] ltcasin2:0:0000:00:999:[ There are no cheats ]:REASON 1 ltcasin2:0:0000:00:999:[ for this game as it ]:REASON 1 ltcasin2:0:0000:00:999:[ didn't work the last ]:REASON 1 ltcasin2:0:0000:00:999:[ time it was tested. ]:REASON 1 ltcasin2:0:0000:00:999:[ If the game now works ]:REASON 1 ltcasin2:0:0000:00:999:[ please request cheats ]:REASON 1 ltcasin2:0:0000:00:999:[ for it on the cheat ]:REASON 1 ltcasin2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Little Casino ] ltcasino:0:0000:00:999:[ There are no cheats ]:REASON 1 ltcasino:0:0000:00:999:[ for this game as it ]:REASON 1 ltcasino:0:0000:00:999:[ didn't work the last ]:REASON 1 ltcasino:0:0000:00:999:[ time it was tested. ]:REASON 1 ltcasino:0:0000:00:999:[ If the game now works ]:REASON 1 ltcasino:0:0000:00:999:[ please request cheats ]:REASON 1 ltcasino:0:0000:00:999:[ for it on the cheat ]:REASON 1 ltcasino:0:0000:00:999:[ forums. ]:REASON 1 ; [ Lucky 8 Lines ] lucky8:0:0000:00:999:[ There are no cheats ]:REASON 1 lucky8:0:0000:00:999:[ for this game as it ]:REASON 1 lucky8:0:0000:00:999:[ didn't work the last ]:REASON 1 lucky8:0:0000:00:999:[ time it was tested. ]:REASON 1 lucky8:0:0000:00:999:[ If the game now works ]:REASON 1 lucky8:0:0000:00:999:[ please request cheats ]:REASON 1 lucky8:0:0000:00:999:[ for it on the cheat ]:REASON 1 lucky8:0:0000:00:999:[ forums. ]:REASON 1 ; [ Lucky & Wild ] luckywld:0:107156:75:000:Infinite Time luckywld:0:107157:30:500:Infinite Time (2/2) luckywld:0:100C0E:5F:000:Infinite Damage luckywld:0:100C0F:FF:500:Infinite Damage (2/2) ; [ Lucky Today ] luctoday:0:0000:00:999:[ This game hasn't even ]:REASON 11 luctoday:0:0000:00:999:[ been looked at due to ]:REASON 11 luctoday:0:0000:00:999:[ time constraints - Too]:REASON 11 luctoday:0:0000:00:999:[ many games and so ]:REASON 11 luctoday:0:0000:00:999:[ little time. It is ]:REASON 11 luctoday:0:0000:00:999:[ even possible that ]:REASON 11 luctoday:0:0000:00:999:[ this game may be a ]:REASON 11 luctoday:0:0000:00:999:[ clone of an existing ]:REASON 11 luctoday:0:0000:00:999:[ game which may have ]:REASON 11 luctoday:0:0000:00:999:[ cheats. Please search ]:REASON 11 luctoday:0:0000:00:999:[ the cheat forums ]:REASON 11 luctoday:0:0000:00:999:[ before posting cheat ]:REASON 11 luctoday:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Lunar Battle (prototype, earlier) ] lunarba1:0:0043:06:000:Infinite Lives PL1 lunarba1:0:019F:99:000:Infinite Fuel PL1 lunarba1:0:0044:06:000:Infinite Lives PL2 lunarba1:0:01A0:99:000:Infinite Fuel PL2 ; [ Lunar Battle (prototype, later) ] lunarbat:0:0043:06:000:Infinite Lives PL1 lunarbat:0:019F:99:000:Infinite Fuel PL1 lunarbat:0:0044:06:000:Infinite Lives PL2 lunarbat:0:01A0:99:000:Infinite Fuel PL2 ; [ Lupin III ] lupin3:0:0000:00:999:[See the Dip Switch Menu to ] lupin3:0:0000:00:999:[enable Invincibility. ] lupin3:0:2127:03:000:Infinite Lives PL1 lupin3:0:2142:00:000:Infinite Energy PL1 lupin3:0:214C:90:000:Infinite Bonus PL1 lupin3:0:2125:07:001:Get 1 bag to end level PL1 lupin3:0:2227:03:000:Infinite Lives PL2 lupin3:0:2242:00:000:Infinite Energy PL2 lupin3:0:224C:90:000:Infinite Bonus PL2 lupin3:0:2225:07:001:Get 1 bag to end level PL2 ; [ Lup Lup Puzzle / Zhuan Zhuan Puzzle (version 3.0 / 990128) ] luplup:0:0000:00:999:[ This game hasn't even ]:REASON 11 luplup:0:0000:00:999:[ been looked at due to ]:REASON 11 luplup:0:0000:00:999:[ time constraints - Too]:REASON 11 luplup:0:0000:00:999:[ many games and so ]:REASON 11 luplup:0:0000:00:999:[ little time. It is ]:REASON 11 luplup:0:0000:00:999:[ even possible that ]:REASON 11 luplup:0:0000:00:999:[ this game may be a ]:REASON 11 luplup:0:0000:00:999:[ clone of an existing ]:REASON 11 luplup:0:0000:00:999:[ game which may have ]:REASON 11 luplup:0:0000:00:999:[ cheats. Please search ]:REASON 11 luplup:0:0000:00:999:[ the cheat forums ]:REASON 11 luplup:0:0000:00:999:[ before posting cheat ]:REASON 11 luplup:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Lup Lup Puzzle / Zhuan Zhuan Puzzle (version 2.9 / 990108) ] luplup29:0:0000:00:999:[ This game hasn't even ]:REASON 11 luplup29:0:0000:00:999:[ been looked at due to ]:REASON 11 luplup29:0:0000:00:999:[ time constraints - Too]:REASON 11 luplup29:0:0000:00:999:[ many games and so ]:REASON 11 luplup29:0:0000:00:999:[ little time. It is ]:REASON 11 luplup29:0:0000:00:999:[ even possible that ]:REASON 11 luplup29:0:0000:00:999:[ this game may be a ]:REASON 11 luplup29:0:0000:00:999:[ clone of an existing ]:REASON 11 luplup29:0:0000:00:999:[ game which may have ]:REASON 11 luplup29:0:0000:00:999:[ cheats. Please search ]:REASON 11 luplup29:0:0000:00:999:[ the cheat forums ]:REASON 11 luplup29:0:0000:00:999:[ before posting cheat ]:REASON 11 luplup29:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Lovely Cards ] lvcards:0:611F:10:000:Always have a Royal Flush lvcards:0:6124:0D:500:Always have a Royal Flush (02/10) lvcards:0:6120:1C:500:Always have a Royal Flush (03/10) lvcards:0:6125:19:500:Always have a Royal Flush (04/10) lvcards:0:6121:1B:500:Always have a Royal Flush (05/10) lvcards:0:6126:18:500:Always have a Royal Flush (06/10) lvcards:0:6122:1A:500:Always have a Royal Flush (07/10) lvcards:0:6127:17:500:Always have a Royal Flush (08/10) lvcards:0:6123:19:500:Always have a Royal Flush (09/10) lvcards:0:6128:16:500:Always have a Royal Flush (10/10) lvcards:0:611F:10:001:Get a Royal Flush Now! lvcards:0:6124:0D:501:Get a Royal Flush Now! (02/10) lvcards:0:6120:1C:501:Get a Royal Flush Now! (03/10) lvcards:0:6125:19:501:Get a Royal Flush Now! (04/10) lvcards:0:6121:1B:501:Get a Royal Flush Now! (05/10) lvcards:0:6126:18:501:Get a Royal Flush Now! (06/10) lvcards:0:6122:1A:501:Get a Royal Flush Now! (07/10) lvcards:0:6127:17:501:Get a Royal Flush Now! (08/10) lvcards:0:6123:19:501:Get a Royal Flush Now! (09/10) lvcards:0:6128:16:501:Get a Royal Flush Now! (10/10) ; [ Las Vegas Girl (Girl '94) ] lvgirl94:0:0C179C:63:000:Infinite Credits lvgirl94:0:0C0967:09:000:Infinite Helps PL1 lvgirl94:0:0C0966:00:001:Finish this Level Now! PL1 lvgirl94:0:0C1083:09:000:Infinite Helps PL2 lvgirl94:0:0C1082:00:001:Finish this Level Now! PL2 ; [ Lovely Poker [BET] ] lvpoker:0:0000:00:999:[ There are no cheats ]:REASON 3 lvpoker:0:0000:00:999:[ for this game as it ]:REASON 3 lvpoker:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 lvpoker:0:0000:00:999:[ Cheats will be added ]:REASON 3 lvpoker:0:0000:00:999:[ when somebody submits ]:REASON 3 lvpoker:0:0000:00:999:[ some. If you have ]:REASON 3 lvpoker:0:0000:00:999:[ made some cheats for ]:REASON 3 lvpoker:0:0000:00:999:[ this game please post ]:REASON 3 lvpoker:0:0000:00:999:[ them on the cheat ]:REASON 3 lvpoker:0:0000:00:999:[ forums. ]:REASON 3 ; [ Legendary Wings (US set 1) ] lwings:0:C09F:9A:000:Infinite Time lwings:0:C070:06:000:Infinite Lives PL1 lwings:0:C100:FF:000:Invincibility PL1 lwings:0:C118:00:000:Always normal fire PL1 lwings:0:C118:02:000:Always 2-way fire PL1 lwings:0:C118:04:000:Always 3-way fire PL1 lwings:0:C118:05:000:Always max weapon fire PL1 lwings:0:C118:00:001:Get normal fire Now! PL1 lwings:0:C118:02:001:Get 2-way fire Now! PL1 lwings:0:C118:04:001:Get 3-way fire Now! PL1 lwings:0:C118:05:001:Get max weapon fire Now! PL1 lwings:0:C071:06:000:Infinite Lives PL2 lwings:0:C120:FF:000:Invincibility PL2 lwings:0:C138:00:000:Always normal fire PL2 lwings:0:C138:02:000:Always 2-way fire PL2 lwings:0:C138:04:000:Always 3-way fire PL2 lwings:0:C138:05:000:Always max weapon fire PL2 lwings:0:C138:00:001:Get normal fire Now! PL2 lwings:0:C138:02:001:Get 2-way fire Now! PL2 lwings:0:C138:04:001:Get 3-way fire Now! PL2 lwings:0:C138:05:001:Get max weapon fire Now! PL2 lwings:0:C072:00:001:Goto Level 1 Next lwings:0:C072:01:001:Goto Level 2 Next lwings:0:C072:02:001:Goto Level 3 Next lwings:0:C072:03:001:Goto Level 4 Next lwings:0:C072:04:001:Goto Level 5 Next lwings:0:C072:04:061:Select next level ; [ Legendary Wings (US set 2) ] lwings2:0:C09F:9A:000:Infinite Time lwings2:0:C070:06:000:Infinite Lives PL1 lwings2:0:C100:FF:000:Invincibility PL1 lwings2:0:C118:00:000:Always normal fire PL1 lwings2:0:C118:02:000:Always 2-way fire PL1 lwings2:0:C118:04:000:Always 3-way fire PL1 lwings2:0:C118:05:000:Always max weapon fire PL1 lwings2:0:C118:00:001:Get normal fire Now! PL1 lwings2:0:C118:02:001:Get 2-way fire Now! PL1 lwings2:0:C118:04:001:Get 3-way fire Now! PL1 lwings2:0:C118:05:001:Get max weapon fire Now! PL1 lwings2:0:C071:06:000:Infinite Lives PL2 lwings2:0:C120:FF:000:Invincibility PL2 lwings2:0:C138:00:000:Always normal fire PL2 lwings2:0:C138:02:000:Always 2-way fire PL2 lwings2:0:C138:04:000:Always 3-way fire PL2 lwings2:0:C138:05:000:Always max weapon fire PL2 lwings2:0:C138:00:001:Get normal fire Now! PL2 lwings2:0:C138:02:001:Get 2-way fire Now! PL2 lwings2:0:C138:04:001:Get 3-way fire Now! PL2 lwings2:0:C138:05:001:Get max weapon fire Now! PL2 lwings2:0:C072:00:001:Goto Level 1 Next lwings2:0:C072:01:001:Goto Level 2 Next lwings2:0:C072:02:001:Goto Level 3 Next lwings2:0:C072:03:001:Goto Level 4 Next lwings2:0:C072:04:001:Goto Level 5 Next lwings2:0:C072:04:061:Select next level ; [ Ares no Tsubasa (Japan) ] lwingsjp:0:C09F:9A:000:Infinite Time lwingsjp:0:C070:06:000:Infinite Lives PL1 lwingsjp:0:C100:FF:000:Invincibility PL1 lwingsjp:0:C118:00:000:Always normal fire PL1 lwingsjp:0:C118:02:000:Always 2-way fire PL1 lwingsjp:0:C118:04:000:Always 3-way fire PL1 lwingsjp:0:C118:05:000:Always max weapon fire PL1 lwingsjp:0:C118:00:001:Get normal fire Now! PL1 lwingsjp:0:C118:02:001:Get 2-way fire Now! PL1 lwingsjp:0:C118:04:001:Get 3-way fire Now! PL1 lwingsjp:0:C118:05:001:Get max weapon fire Now! PL1 lwingsjp:0:C071:06:000:Infinite Lives PL2 lwingsjp:0:C120:FF:000:Invincibility PL2 lwingsjp:0:C138:00:000:Always normal fire PL2 lwingsjp:0:C138:02:000:Always 2-way fire PL2 lwingsjp:0:C138:04:000:Always 3-way fire PL2 lwingsjp:0:C138:05:000:Always max weapon fire PL2 lwingsjp:0:C138:00:001:Get normal fire Now! PL2 lwingsjp:0:C138:02:001:Get 2-way fire Now! PL2 lwingsjp:0:C138:04:001:Get 3-way fire Now! PL2 lwingsjp:0:C138:05:001:Get max weapon fire Now! PL2 lwingsjp:0:C072:00:001:Goto Level 1 Next lwingsjp:0:C072:01:001:Goto Level 2 Next lwingsjp:0:C072:02:001:Goto Level 3 Next lwingsjp:0:C072:03:001:Goto Level 4 Next lwingsjp:0:C072:04:001:Goto Level 5 Next lwingsjp:0:C072:04:061:Select next level ; [ M-4 ] m4:0:20B9:99:000:Infinite Time ; [ Mission 660 (US) ] m660:0:C238:09:000:Infinite Credits m660:0:C616:90:000:Infinite Energy m660:0:C614:00:000:Invincibility m660:0:C615:03:000:Always have Best Ship :m660:00000000:C402:00000000:FFFFFFFF:Rapid Fire m660:0:C206:03:000:Infinite Lives PL1 m660:0:C210:03:000:Infinite Lives PL2 ; [ Mission 660 (bootleg) ] m660b:0:C238:09:000:Infinite Credits m660b:0:C616:90:000:Infinite Energy m660b:0:C614:00:000:Invincibility m660b:0:C615:03:000:Always have Best Ship :m660b:00000000:C402:00000000:FFFFFFFF:Rapid Fire m660b:0:C206:03:000:Infinite Lives PL1 m660b:0:C210:03:000:Infinite Lives PL2 ; [ Mission 660 (Japan) ] m660j:0:C238:09:000:Infinite Credits m660j:0:C616:90:000:Infinite Energy m660j:0:C614:00:000:Invincibility m660j:0:C615:03:000:Always have Best Ship :m660j:00000000:C402:00000000:FFFFFFFF:Rapid Fire m660j:0:C206:03:000:Infinite Lives PL1 m660j:0:C210:03:000:Infinite Lives PL2 ; [ M79 Ambush ] m79amb:0:400C:99:000:Infinite Time ; [ Mace: The Dark Age (boot ROM 1.0ce, HDD 1.0b) ] mace:0:00271E72:32:000:Infinite Credits :mace:00300001:002EA1E0:FFFFFEFF:FFFFFFFF:Unlock All Characters Permanantly:It's reccomended you quit and restart the game after using this code, but it's not required. mace:0:000E9184:64:000:Infinite Energy PL1 mace:0:000E9184:00:001:Drain all Energy Now! PL1 mace:0:000E8DFC:64:000:Infinite Energy PL2 mace:0:000E8DFC:00:001:Drain all Energy Now! PL2 ; [ Mace: The Dark Age (HDD 1.0a ] macea:0:0000:00:999:[ This game hasn't even ]:REASON 11 macea:0:0000:00:999:[ been looked at due to ]:REASON 11 macea:0:0000:00:999:[ time constraints - Too]:REASON 11 macea:0:0000:00:999:[ many games and so ]:REASON 11 macea:0:0000:00:999:[ little time. It is ]:REASON 11 macea:0:0000:00:999:[ even possible that ]:REASON 11 macea:0:0000:00:999:[ this game may be a ]:REASON 11 macea:0:0000:00:999:[ clone of an existing ]:REASON 11 macea:0:0000:00:999:[ game which may have ]:REASON 11 macea:0:0000:00:999:[ cheats. Please search ]:REASON 11 macea:0:0000:00:999:[ the cheat forums ]:REASON 11 macea:0:0000:00:999:[ before posting cheat ]:REASON 11 macea:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ M.A.C.H. 3 ] mach3:0:0722:03:000:Infinite Lives ; [ Mach Breakers (Japan) ] machbrkr:0:0000:00:999:[ This game hasn't even ]:REASON 11 machbrkr:0:0000:00:999:[ been looked at due to ]:REASON 11 machbrkr:0:0000:00:999:[ time constraints - Too]:REASON 11 machbrkr:0:0000:00:999:[ many games and so ]:REASON 11 machbrkr:0:0000:00:999:[ little time. It is ]:REASON 11 machbrkr:0:0000:00:999:[ even possible that ]:REASON 11 machbrkr:0:0000:00:999:[ this game may be a ]:REASON 11 machbrkr:0:0000:00:999:[ clone of an existing ]:REASON 11 machbrkr:0:0000:00:999:[ game which may have ]:REASON 11 machbrkr:0:0000:00:999:[ cheats. Please search ]:REASON 11 machbrkr:0:0000:00:999:[ the cheat forums ]:REASON 11 machbrkr:0:0000:00:999:[ before posting cheat ]:REASON 11 machbrkr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Macho Mouse ] machomou:0:841F:01:000:Invincibility machomou:0:0000:00:999:[See the Dip Switch Menu to ] machomou:0:0000:00:999:[enable an alternate ] machomou:0:0000:00:999:[Invincibility cheat. ] machomou:0:8200:1A:000:Infinite Lives PL1 machomou:0:8300:1A:000:Infinite Lives PL2 ; [ Vs. Mach Rider (Japan, Fighting Course Version) ] machridj:0:0177:99:000:Infinite Credits :machridj:00100000:005A:00000280:FFFFFFFF:Infinite Energy machridj:0:005D:50:000:Infinite Shot ; [ Vs. Mach Rider (Endurance Course Version) ] machridr:0:0064:99:000:Infinite Time machridr:0:0164:00:000:No Slipping on Road ; [ Super Spacefortress Macross / Chou-Jikuu Yousai Macross ] macross:0:0F9003:09:000:Infinite Credits macross:0:0F6429:0A:000:Infinite Lives PL1 macross:0:0F642F:07:000:Infinite Bombs PL1 macross:0:0F647F:07:000:Max Powerup PL1 macross:0:0F642D:96:000:Invincibility "ON" PL1 macross:0:0F642D:01:001:Invincibility "OFF" PL1 macross:0:0F6457:00:000:Always have Fighter Shot PL1 macross:0:0F6457:01:000:Always have Gerwalk Shot PL1 macross:0:0F6457:02:000:Always have Battroid Shot PL1 macross:0:0F6457:03:000:Always have Amord-V shot PL1 macross:0:0F6457:00:001:Get Fighter Shot Now! PL1 macross:0:0F6457:01:001:Get Gerwalk Shot Now! PL1 macross:0:0F6457:02:001:Get Battroid Shot Now! PL1 macross:0:0F6457:03:001:Get Amord-V shot Now! PL1 macross:0:0F6529:0A:000:Infinite Lives PL2 macross:0:0F652F:07:000:Infinite Bombs PL2 macross:0:0F657F:07:000:Max Powerup PL2 macross:0:0F652D:96:000:Invincibility "ON" PL2 macross:0:0F652D:01:001:Invincibility "OFF" PL2 macross:0:0F6557:00:000:Always have Fighter Shot PL2 macross:0:0F6557:01:000:Always have Gerwalk Shot PL2 macross:0:0F6557:02:000:Always have Battroid Shot PL2 macross:0:0F6557:03:000:Always have Armord-V Shot PL2 macross:0:0F6557:00:001:Get Fighter Shot Now! PL2 macross:0:0F6557:01:001:Get Gerwalk Shot Now! PL2 macross:0:0F6557:02:001:Get Battroid Shot Now! PL2 macross:0:0F6557:03:001:Get Armord-V Shot Now! PL2 :macross:00001301:0F9021:00000006:FFFFFFFF:Select starting round:You should enable this cheat on the "PUSH START" screen, ie. after credits have been inserted! The Round display wont be correct macross:0:0F9021:06:071:Select next round ; [ Super Spacefortress Macross II / Chou-Jikuu Yousai Macross II ] macross2:0:1F900D:09:000:Infinite Credits macross2:0:1F9027:78:000:Infinite Time macross2:0:1F5F2F:08:000:Infinite Bombs PL1 macross2:0:1F5F2D:A0:000:Invincibility "ON" PL1 macross2:0:1F5F2D:01:001:Invincibility "OFF" PL1 macross2:0:1F5E2F:08:000:Infinite Bombs PL2 macross2:0:1F5E2D:A0:000:Invincibility "ON" PL2 macross2:0:1F5E2D:01:001:Invincibility "OFF" PL2 macross2:0:1F9021:08:071:Select next stage ; [ Macross Plus ] macrossp:0:F16FB1:09:000:Infinite Credits :macrossp:00001301:F17003:00000006:FFFFFFFF:Select Starting Area:Enable this cheat on the Player Select Screen :macrossp:00000000:F173C1:00000004:FFFFFFFF:Infinite Lives PL1 :macrossp:00000000:F173C3:00000004:FFFFFFFF:Infinite Bombs PL1 :macrossp:00000001:F173BF:00000000:FFFFFFFF:Get the Fighter Ship Now! PL1 :macrossp:00000001:F173BF:00000001:FFFFFFFF:Get the Gerwalk Ship Now! PL1 :macrossp:00000001:F173BF:00000002:FFFFFFFF:Get the Battroid Ship Now! PL1 :macrossp:00000000:F173BF:00000000:FFFFFFFF:Always have the Fighter Ship PL1 :macrossp:00000000:F173BF:00000001:FFFFFFFF:Always have the Gerwalk Ship PL1 :macrossp:00000000:F173BF:00000002:FFFFFFFF:Always have the Battroid ShipPL1 :macrossp:00000000:F07183:0000000D:FFFFFFFF:Invincibility PL1 :macrossp:00000000:F173CB:00000004:FFFFFFFF:Maximum Fire Power PL1 :macrossp:00000001:F16177:00000050:FFFFFFFF:Instant Missile PL1:Bind to a key :macrossp:00010001:F173DD:00000060:FFFFFFFF:Instant Missile PL1 (2/2) :macrossp:00000000:F175C1:00000004:FFFFFFFF:Infinite Lives PL2 :macrossp:00000000:F175C3:00000004:FFFFFFFF:Infinite Bombs PL2 :macrossp:00000001:F175BF:00000000:FFFFFFFF:Get the Fighter Ship Now! PL2 :macrossp:00000001:F175BF:00000001:FFFFFFFF:Get the Gerwalk Ship Now! PL2 :macrossp:00000001:F175BF:00000002:FFFFFFFF:Get the Battroid Ship Now! PL2 :macrossp:00000000:F175BF:00000000:FFFFFFFF:Always have the Fighter Ship PL2 :macrossp:00000000:F175BF:00000001:FFFFFFFF:Always have the Gerwalk Ship PL2 :macrossp:00000000:F175BF:00000002:FFFFFFFF:Always have the Battroid ShipPL2 :macrossp:00000000:F07187:0000000D:FFFFFFFF:Invincibility PL2 :macrossp:00000000:F175CB:00000004:FFFFFFFF:Maximum Fire Power PL2 :macrossp:00000001:F16377:00000050:FFFFFFFF:Instant Missile PL2:Bind to a key :macrossp:00010001:F175DD:00000060:FFFFFFFF:Instant Missile PL2 (2/2) ; [ Mad Alien ] madalien:0:0028:09:000:Infinite Lives madalien:0:DA72:60:100:Invincibility madalien:0:CFE3:60:600:Invincibility (2/3):Part 1 takes care of bullets, Part 2 sees to motorbike collisions madalien:0:D4A9:60:600:Invincibility (3/3):Part 3 takes care of car to car collisions ; [ Mad Ball V2.0 ] madball:0:0000:00:999:[ This game hasn't even ]:REASON 11 madball:0:0000:00:999:[ been looked at due to ]:REASON 11 madball:0:0000:00:999:[ time constraints - Too]:REASON 11 madball:0:0000:00:999:[ many games and so ]:REASON 11 madball:0:0000:00:999:[ little time. It is ]:REASON 11 madball:0:0000:00:999:[ even possible that ]:REASON 11 madball:0:0000:00:999:[ this game may be a ]:REASON 11 madball:0:0000:00:999:[ clone of an existing ]:REASON 11 madball:0:0000:00:999:[ game which may have ]:REASON 11 madball:0:0000:00:999:[ cheats. Please search ]:REASON 11 madball:0:0000:00:999:[ the cheat forums ]:REASON 11 madball:0:0000:00:999:[ before posting cheat ]:REASON 11 madball:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mad Crasher ] madcrash:0:C668:0C:000:Infinite Lives madcrash:0:C4C3:A4:000:Invincibility ; [ Mad Donna (set 1) ] maddonna:0:0835F3:00:001:Finish this Level Now! maddonna:0:0836A3:05:000:Infinite Lives PL1 maddonna:0:0836A7:18:000:Infinite Ammo PL1 maddonna:0:0836A5:05:000:Infinite Super Guns PL1 maddonna:0:0822E9:02:000:Invincibility PL1:To be used when you flicker maddonna:0:083677:05:000:Infinite Lives PL2 maddonna:0:08367B:18:000:Infinite Ammo PL2 maddonna:0:083679:05:000:Infinite Super Guns PL2 maddonna:0:082313:02:000:Invincibility PL2:To be used when you flicker ; [ Mad Donna (set 2) ] maddonnb:0:0835F3:00:001:Finish this Level Now! maddonnb:0:0836A3:05:000:Infinite Lives PL1 maddonnb:0:0836A7:18:000:Infinite Ammo PL1 maddonnb:0:0836A5:05:000:Infinite Super Guns PL1 maddonnb:0:0822E9:02:000:Invincibility PL1:To be used when you flicker maddonnb:0:083677:05:000:Infinite Lives PL2 maddonnb:0:08367B:18:000:Infinite Ammo PL2 maddonnb:0:083679:05:000:Infinite Super Guns PL2 maddonnb:0:082313:02:000:Invincibility PL2:To be used when you flicker ; [ Mad Gear (US) ] madgear:0:FF8827:00:000:Infinite Time madgear:0:FF8844:0B:000:Infinite Energy madgear:0:FF8846:1C:500:Infinite Energy (2/2) madgear:0:FF910E:01:000:Infinite Protection madgear:0:FF910F:EF:500:Infinite Protection (2/2) madgear:0:FF90D8:0F:000:Always drive at Max Speed madgear:0:000000:00:999:[Stage select cheats must be ] madgear:0:000000:00:999:[activated on the car select screen.] madgear:0:FF881E:01:001:Start on Stage 2 madgear:0:FF881F:01:501:Start on Stage 2 (2/2) madgear:0:FF881E:02:001:Start on Stage 3 madgear:0:FF881F:02:501:Start on Stage 3 (2/2) madgear:0:FF881E:03:001:Start on Stage 4 madgear:0:FF881F:03:501:Start on Stage 4 (2/2) madgear:0:FF881E:04:001:Start on Stage 5 madgear:0:FF881F:04:501:Start on Stage 5 (2/2) madgear:0:FF881E:05:001:Start on Stage 6 madgear:0:FF881F:05:501:Start on Stage 6 (2/2) madgear:0:FF881E:06:001:Start on Stage 7 madgear:0:FF881F:06:501:Start on Stage 7 (2/2) madgear:0:FF881E:07:001:Start on Stage 8 madgear:0:FF881F:07:501:Start on Stage 8 (2/2) madgear:0:FF881E:08:001:Start on Stage 9 madgear:0:FF881F:08:501:Start on Stage 9 (2/2) ; [ Mad Gear (Japan) ] madgearj:0:FF8827:00:000:Infinite Time madgearj:0:FF8844:0B:000:Infinite Energy madgearj:0:FF8846:1C:500:Infinite Energy (2/2) madgearj:0:FF910E:01:000:Infinite Protection madgearj:0:FF910F:EF:500:Infinite Protection (2/2) madgearj:0:FF90D8:0F:000:Always drive at Max Speed madgearj:0:000000:00:999:[Stage select cheats must be ] madgearj:0:000000:00:999:[activated on the car select screen.] madgearj:0:FF881E:01:001:Start on Stage 2 madgearj:0:FF881F:01:501:Start on Stage 2 (2/2) madgearj:0:FF881E:02:001:Start on Stage 3 madgearj:0:FF881F:02:501:Start on Stage 3 (2/2) madgearj:0:FF881E:03:001:Start on Stage 4 madgearj:0:FF881F:03:501:Start on Stage 4 (2/2) madgearj:0:FF881E:04:001:Start on Stage 5 madgearj:0:FF881F:04:501:Start on Stage 5 (2/2) madgearj:0:FF881E:05:001:Start on Stage 6 madgearj:0:FF881F:05:501:Start on Stage 6 (2/2) madgearj:0:FF881E:06:001:Start on Stage 7 madgearj:0:FF881F:06:501:Start on Stage 7 (2/2) madgearj:0:FF881E:07:001:Start on Stage 8 madgearj:0:FF881F:07:501:Start on Stage 8 (2/2) madgearj:0:FF881E:08:001:Start on Stage 9 madgearj:0:FF881F:08:501:Start on Stage 9 (2/2) ; [ Mad Motor ] madmotor:0:3E041D:0A:000:Infinite Lives PL1 madmotor:0:3E041F:0A:000:Infinite Lives PL2 ; [ Mad Shark ] madshark:0:201D63:09:000:Infinite Lives PL1 madshark:0:201D7F:09:000:Infinite Bombs PL1 madshark:0:201D9D:03:000:Invincibility PL1 madshark:0:201D7B:07:000:Maximum fire power PL1 madshark:0:201D61:00:000:Always have Shell Weapon PL1 madshark:0:201D61:01:000:Always have Wide Weapon PL1 madshark:0:201D61:02:000:Always have Laser Weapon PL1 madshark:0:201D61:00:001:Get Shell Weapon Now! PL1 madshark:0:201D61:01:001:Get Wide Weapon Now! PL1 madshark:0:201D61:02:001:Get Laser Weapon Now! PL1 madshark:0:201DED:09:000:Infinite Lives PL2 madshark:0:201E09:09:000:Infinite Bombs PL2 madshark:0:201E27:03:000:Invincibility PL2 madshark:0:201E05:07:000:Maximum fire power PL2 madshark:0:201DEB:00:000:Always have Shell Weapon PL2 madshark:0:201DEB:01:000:Always have Wide Weapon PL2 madshark:0:201DEB:02:000:Always have Laser Weapon PL2 madshark:0:201DEB:00:001:Get Shell Weapon Now! PL2 madshark:0:201DEB:01:001:Get Wide Weapon Now! PL2 madshark:0:201DEB:02:001:Get Laser Weapon Now! PL2 ; [ Magical Drop (Japan, Version 1.1, 1995.06.21) ] magdrop:0:0000:00:999:[ There are no cheats ]:REASON 1 magdrop:0:0000:00:999:[ for this game as it ]:REASON 1 magdrop:0:0000:00:999:[ didn't work the last ]:REASON 1 magdrop:0:0000:00:999:[ time it was tested. ]:REASON 1 magdrop:0:0000:00:999:[ If the game now works ]:REASON 1 magdrop:0:0000:00:999:[ please request cheats ]:REASON 1 magdrop:0:0000:00:999:[ for it on the cheat ]:REASON 1 magdrop:0:0000:00:999:[ forums. ]:REASON 1 ; [ Magical Drop II ] magdrop2:0:100A5F:00:000:No more level gain:Puzzle game only :magdrop2:00800000:101489:00000001:FFFFFFFF:Unlock Secret Characters:Enable to select Devil, Strength and Empress magdrop2:0:100072:0A:000:Go to the final stage magdrop2:0:100A4B:01:002:Always have Quota=001 PL1:VS game only magdrop2:0:100A4B:C8:000:Always have Quota=200 PL1:VS game only magdrop2:0:100A6B:01:002:Always have Quota=001 PL2:VS game only magdrop2:0:100A6B:C8:000:Always have Quota=200 PL2:VS game only :magdrop2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :magdrop2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :magdrop2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Magical Drop III ] magdrop3:0:100626:00:000:No more level gain:Survival game only :magdrop3:00100000:100112:00000303:FFFFFFFF:Unlock Secret Characters:Wait for 2 seconds to be able to select Hanged Man, Moon, Hermit, Temperance, Tower and Fortune magdrop3:0:100611:01:002:Always have Quota=001 PL1:Battle game only magdrop3:0:100611:C8:000:Always have Quota=200 PL1:Battle game only :magdrop3:00000000:1000FA:00000016:FFFFFFFF:Play as Black Pierot PL1 :magdrop3:00000000:1000FA:00000017:FFFFFFFF:Play as Strength's Father PL1 magdrop3:0:100651:01:002:Always have Quota=001 PL2:Battle game only magdrop3:0:100651:C8:000:Always have Quota=200 PL2:Battle game only :magdrop3:00000000:1000FB:00000016:FFFFFFFF:Play as Black Pierot PL2 :magdrop3:00000000:1000FB:00000017:FFFFFFFF:Play as Strength's Father PL2 :magdrop3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :magdrop3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :magdrop3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12) ] magdropp:0:0000:00:999:[ There are no cheats ]:REASON 1 magdropp:0:0000:00:999:[ for this game as it ]:REASON 1 magdropp:0:0000:00:999:[ didn't work the last ]:REASON 1 magdropp:0:0000:00:999:[ time it was tested. ]:REASON 1 magdropp:0:0000:00:999:[ If the game now works ]:REASON 1 magdropp:0:0000:00:999:[ please request cheats ]:REASON 1 magdropp:0:0000:00:999:[ for it on the cheat ]:REASON 1 magdropp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Search for the Magical Error ] magerror:0:0000:00:999:[ This game hasn't even ]:REASON 11 magerror:0:0000:00:999:[ been looked at due to ]:REASON 11 magerror:0:0000:00:999:[ time constraints - Too]:REASON 11 magerror:0:0000:00:999:[ many games and so ]:REASON 11 magerror:0:0000:00:999:[ little time. It is ]:REASON 11 magerror:0:0000:00:999:[ even possible that ]:REASON 11 magerror:0:0000:00:999:[ this game may be a ]:REASON 11 magerror:0:0000:00:999:[ clone of an existing ]:REASON 11 magerror:0:0000:00:999:[ game which may have ]:REASON 11 magerror:0:0000:00:999:[ cheats. Please search ]:REASON 11 magerror:0:0000:00:999:[ the cheat forums ]:REASON 11 magerror:0:0000:00:999:[ before posting cheat ]:REASON 11 magerror:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Magic's 10 (ver. 16.55) ] magic10:0:0000:00:999:[ This game hasn't even ]:REASON 11 magic10:0:0000:00:999:[ been looked at due to ]:REASON 11 magic10:0:0000:00:999:[ time constraints - Too]:REASON 11 magic10:0:0000:00:999:[ many games and so ]:REASON 11 magic10:0:0000:00:999:[ little time. It is ]:REASON 11 magic10:0:0000:00:999:[ even possible that ]:REASON 11 magic10:0:0000:00:999:[ this game may be a ]:REASON 11 magic10:0:0000:00:999:[ clone of an existing ]:REASON 11 magic10:0:0000:00:999:[ game which may have ]:REASON 11 magic10:0:0000:00:999:[ cheats. Please search ]:REASON 11 magic10:0:0000:00:999:[ the cheat forums ]:REASON 11 magic10:0:0000:00:999:[ before posting cheat ]:REASON 11 magic10:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Magic's 10 2 (ver 1.1) ] magic102:0:0000:00:999:[ There are no cheats ]:REASON 1 magic102:0:0000:00:999:[ for this game as it ]:REASON 1 magic102:0:0000:00:999:[ didn't work the last ]:REASON 1 magic102:0:0000:00:999:[ time it was tested. ]:REASON 1 magic102:0:0000:00:999:[ If the game now works ]:REASON 1 magic102:0:0000:00:999:[ please request cheats ]:REASON 1 magic102:0:0000:00:999:[ for it on the cheat ]:REASON 1 magic102:0:0000:00:999:[ forums. ]:REASON 1 ; [ Magic's 10 (ver. 16.45) ] magic10a:0:0000:00:999:[ This game hasn't even ]:REASON 11 magic10a:0:0000:00:999:[ been looked at due to ]:REASON 11 magic10a:0:0000:00:999:[ time constraints - Too]:REASON 11 magic10a:0:0000:00:999:[ many games and so ]:REASON 11 magic10a:0:0000:00:999:[ little time. It is ]:REASON 11 magic10a:0:0000:00:999:[ even possible that ]:REASON 11 magic10a:0:0000:00:999:[ this game may be a ]:REASON 11 magic10a:0:0000:00:999:[ clone of an existing ]:REASON 11 magic10a:0:0000:00:999:[ game which may have ]:REASON 11 magic10a:0:0000:00:999:[ cheats. Please search ]:REASON 11 magic10a:0:0000:00:999:[ the cheat forums ]:REASON 11 magic10a:0:0000:00:999:[ before posting cheat ]:REASON 11 magic10a:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Magic Bubble (Adult version) ] magicbua:0:FF000B:09:000:Infinite Credits magicbua:0:000000:00:999:[The following cheats are for use in Puzzle Mode ] magicbua:0:FFC1D5:80:020:Help line "ON" magicbua:0:FFC1D5:80:041:Help line "OFF" magicbua:0:FFC872:02:000:Infinite Move Time magicbua:0:FFC873:58:500:Infinite Move Time (2/2) magicbua:0:FFACC5:10:000:Current bubble always Red magicbua:0:FFACC5:11:000:Current bubble always Yellow magicbua:0:FFACC5:12:000:Current bubble always Blue magicbua:0:FFACC5:13:000:Current bubble always Green magicbua:0:FFACC5:14:000:Current bubble always Purple magicbua:0:FFACC5:15:000:Current bubble always Violet magicbua:0:FFACC5:16:000:Current bubble always Grey magicbua:0:FFACC5:17:000:Current bubble always Dark Grey magicbua:0:FFAB45:10:000:Next bubble always Red magicbua:0:FFAB45:11:000:Next bubble always Yellow magicbua:0:FFAB45:12:000:Next bubble always Blue magicbua:0:FFAB45:13:000:Next bubble always Green magicbua:0:FFAB45:14:000:Next bubble always Purple magicbua:0:FFAB45:15:000:Next bubble always Violet magicbua:0:FFAB45:16:000:Next bubble always Grey magicbua:0:FFAB45:17:000:Next bubble always Dark Grey magicbua:0:FFACC5:10:001:Current bubble is Red Now! magicbua:0:FFACC5:11:001:Current bubble is Yellow Now! magicbua:0:FFACC5:12:001:Current bubble is Blue Now! magicbua:0:FFACC5:13:001:Current bubble is Green Now! magicbua:0:FFACC5:14:001:Current bubble is Purple Now! magicbua:0:FFACC5:15:001:Current bubble is Violet Now! magicbua:0:FFACC5:16:001:Current bubble is Grey Now! magicbua:0:FFACC5:17:001:Current bubble is Dark Grey Now! magicbua:0:FFAB45:10:001:Next bubble is Red Now! magicbua:0:FFAB45:11:001:Next bubble is Yellow Now! magicbua:0:FFAB45:12:001:Next bubble is Blue Now! magicbua:0:FFAB45:13:001:Next bubble is Green Now! magicbua:0:FFAB45:14:001:Next bubble is Purple Now! magicbua:0:FFAB45:15:001:Next bubble is Violet Now! magicbua:0:FFAB45:16:001:Next bubble is Grey Now! magicbua:0:FFAB45:17:001:Next bubble is Dark Grey Now! magicbua:0:000000:00:999:[The following cheats are for use in Versus Mode ] magicbua:0:FFB5B8:02:000:Infinite Move Time PL1 magicbua:0:FFB5B9:58:500:Infinite Move Time PL1 (2/2) magicbua:0:FFAAE5:10:000:Current bubble always Red PL1 magicbua:0:FFAAE5:11:000:Current bubble always Yellow PL1 magicbua:0:FFAAE5:12:000:Current bubble always Blue PL1 magicbua:0:FFAAE5:13:000:Current bubble always Green PL1 magicbua:0:FFAAE5:14:000:Current bubble always Purple PL1 magicbua:0:FFAAE5:15:000:Current bubble always Violet PL1 magicbua:0:FFAAE5:16:000:Current bubble always Grey PL1 magicbua:0:FFAAE5:17:000:Current bubble always Dark Grey PL1 magicbua:0:FFAAC5:10:000:Next bubble always Red PL1 magicbua:0:FFAAC5:11:000:Next bubble always Yellow PL1 magicbua:0:FFAAC5:12:000:Next bubble always Blue PL1 magicbua:0:FFAAC5:13:000:Next bubble always Green PL1 magicbua:0:FFAAC5:14:000:Next bubble always Purple PL1 magicbua:0:FFAAC5:15:000:Next bubble always Violet PL1 magicbua:0:FFAAC5:16:000:Next bubble always Grey PL1 magicbua:0:FFAAC5:17:000:Next bubble always Dark Grey PL1 magicbua:0:FFAAE5:10:001:Current bubble is Red Now! PL1 magicbua:0:FFAAE5:11:001:Current bubble is Yellow Now! PL1 magicbua:0:FFAAE5:12:001:Current bubble is Blue Now! PL1 magicbua:0:FFAAE5:13:001:Current bubble is Green Now! PL1 magicbua:0:FFAAE5:14:001:Current bubble is Purple Now! PL1 magicbua:0:FFAAE5:15:001:Current bubble is Violet Now! PL1 magicbua:0:FFAAE5:16:001:Current bubble is Grey Now! PL1 magicbua:0:FFAAE5:17:001:Current bubble is Dark Grey Now! PL1 magicbua:0:FFAAC5:10:001:Next bubble is Red Now! PL1 magicbua:0:FFAAC5:11:001:Next bubble is Yellow Now! PL1 magicbua:0:FFAAC5:12:001:Next bubble is Blue Now! PL1 magicbua:0:FFAAC5:13:001:Next bubble is Green Now! PL1 magicbua:0:FFAAC5:14:001:Next bubble is Purple Now! PL1 magicbua:0:FFAAC5:15:001:Next bubble is Violet Now! PL1 magicbua:0:FFAAC5:16:001:Next bubble is Grey Now! PL1 magicbua:0:FFAAC5:17:001:Next bubble is Dark Grey Now! PL1 magicbua:0:FFB9C4:02:000:Infinite Move Time PL2 magicbua:0:FFB9C5:58:500:Infinite Move Time PL2 (2/2) magicbua:0:FF9CE5:10:000:Current bubble always Red PL2 magicbua:0:FF9CE5:11:000:Current bubble always Yellow PL2 magicbua:0:FF9CE5:12:000:Current bubble always Blue PL2 magicbua:0:FF9CE5:13:000:Current bubble always Green PL2 magicbua:0:FF9CE5:14:000:Current bubble always Purple PL2 magicbua:0:FF9CE5:15:000:Current bubble always Violet PL2 magicbua:0:FF9CE5:16:000:Current bubble always Grey PL2 magicbua:0:FF9CE5:17:000:Current bubble always Dark Grey PL2 magicbua:0:FF9CC5:10:000:Next bubble always Red PL2 magicbua:0:FF9CC5:11:000:Next bubble always Yellow PL2 magicbua:0:FF9CC5:12:000:Next bubble always Blue PL2 magicbua:0:FF9CC5:13:000:Next bubble always Green PL2 magicbua:0:FF9CC5:14:000:Next bubble always Purple PL2 magicbua:0:FF9CC5:15:000:Next bubble always Violet PL2 magicbua:0:FF9CC5:16:000:Next bubble always Grey PL2 magicbua:0:FF9CC5:17:000:Next bubble always Dark Grey PL2 magicbua:0:FF9CE5:10:001:Current bubble is Red Now! PL2 magicbua:0:FF9CE5:11:001:Current bubble is Yellow Now! PL2 magicbua:0:FF9CE5:12:001:Current bubble is Blue Now! PL2 magicbua:0:FF9CE5:13:001:Current bubble is Green Now! PL2 magicbua:0:FF9CE5:14:001:Current bubble is Purple Now! PL2 magicbua:0:FF9CE5:15:001:Current bubble is Violet Now! PL2 magicbua:0:FF9CE5:16:001:Current bubble is Grey Now! PL2 magicbua:0:FF9CE5:17:001:Current bubble is Dark Grey Now! PL2 magicbua:0:FF9CC5:10:001:Next bubble is Red Now! PL2 magicbua:0:FF9CC5:11:001:Next bubble is Yellow Now! PL2 magicbua:0:FF9CC5:12:001:Next bubble is Blue Now! PL2 magicbua:0:FF9CC5:13:001:Next bubble is Green Now! PL2 magicbua:0:FF9CC5:14:001:Next bubble is Purple Now! PL2 magicbua:0:FF9CC5:15:001:Next bubble is Violet Now! PL2 magicbua:0:FF9CC5:16:001:Next bubble is Grey Now! PL2 magicbua:0:FF9CC5:17:001:Next bubble is Dark Grey Now! PL2 magicbua:0:000000:00:999:[The following cheat is for use in Puzzle Mode ] magicbua:0:000000:00:999:[at the Difficulty select start-up screen only. ] magicbua:0:000000:00:999:[Use the Pause key to stop the select timing out] :magicbua:62000001:000000:00000000:00000000:Start game at route select :magicbua:00010001:FFC1E7:00000000:FFFFFFFF:Path A or B (Def.) :magicbua:00010001:FFC1E7:00000001:FFFFFFFF:Path C or D :magicbua:00010001:FFC1E7:00000002:FFFFFFFF:Path D or E :magicbua:00010001:FFC1E7:00000003:FFFFFFFF:Path F or G :magicbua:00010001:FFC1E7:00000004:FFFFFFFF:Path G or H :magicbua:00010001:FFC1E7:00000005:FFFFFFFF:Path H or I :magicbua:00010001:FFC1E7:00000006:FFFFFFFF:Path J or K :magicbua:00010001:FFC1E7:00000007:FFFFFFFF:Path K or L :magicbua:00010001:FFC1E7:00000008:FFFFFFFF:Path L or M :magicbua:00010001:FFC1E7:00000009:FFFFFFFF:Path M or N :magicbua:00010001:FFC1E7:0000000A:FFFFFFFF:Path O or P :magicbua:00010001:FFC1E7:0000000B:FFFFFFFF:Path P or Q :magicbua:00010001:FFC1E7:0000000C:FFFFFFFF:Path Q or R :magicbua:00010001:FFC1E7:0000000D:FFFFFFFF:Path R or S :magicbua:00010001:FFC1E7:0000000E:FFFFFFFF:Path S or T :magicbua:00010001:FFC1E7:0000000F:FFFFFFFF:Path U or V :magicbua:00010001:FFC1E7:00000010:FFFFFFFF:Path V or W :magicbua:00010001:FFC1E7:00000011:FFFFFFFF:Path W or X :magicbua:00010001:FFC1E7:00000012:FFFFFFFF:Path X or Y :magicbua:00010001:FFC1E7:00000013:FFFFFFFF:Path Y or Z :magicbua:00010001:FFC1E7:00000014:FFFFFFFF:Path Y or ? ; [ Magic Bubble ] magicbub:0:FF000B:09:000:Infinite Credits magicbub:0:000000:00:999:[The following cheats are for use in Puzzle Mode ] magicbub:0:FF3D15:80:020:Help line "ON" magicbub:0:FF3D15:80:041:Help line "OFF" magicbub:0:FF43B2:02:000:Infinite Move Time magicbub:0:FF43B3:58:500:Infinite Move Time (2/2) magicbub:0:FF2CC5:10:000:Current bubble always Red magicbub:0:FF2CC5:11:000:Current bubble always Yellow magicbub:0:FF2CC5:12:000:Current bubble always Blue magicbub:0:FF2CC5:13:000:Current bubble always Green magicbub:0:FF2CC5:14:000:Current bubble always Purple magicbub:0:FF2CC5:15:000:Current bubble always Violet magicbub:0:FF2CC5:16:000:Current bubble always Grey magicbub:0:FF2CC5:17:000:Current bubble always Dark Grey magicbub:0:FF2B45:10:000:Next bubble always Red magicbub:0:FF2B45:11:000:Next bubble always Yellow magicbub:0:FF2B45:12:000:Next bubble always Blue magicbub:0:FF2B45:13:000:Next bubble always Green magicbub:0:FF2B45:14:000:Next bubble always Purple magicbub:0:FF2B45:15:000:Next bubble always Violet magicbub:0:FF2B45:16:000:Next bubble always Grey magicbub:0:FF2B45:17:000:Next bubble always Dark Grey magicbub:0:FF2CC5:10:001:Current bubble is Red Now! magicbub:0:FF2CC5:11:001:Current bubble is Yellow Now! magicbub:0:FF2CC5:12:001:Current bubble is Blue Now! magicbub:0:FF2CC5:13:001:Current bubble is Green Now! magicbub:0:FF2CC5:14:001:Current bubble is Purple Now! magicbub:0:FF2CC5:15:001:Current bubble is Violet Now! magicbub:0:FF2CC5:16:001:Current bubble is Grey Now! magicbub:0:FF2CC5:17:001:Current bubble is Dark Grey Now! magicbub:0:FF2B45:10:001:Next bubble is Red Now! magicbub:0:FF2B45:11:001:Next bubble is Yellow Now! magicbub:0:FF2B45:12:001:Next bubble is Blue Now! magicbub:0:FF2B45:13:001:Next bubble is Green Now! magicbub:0:FF2B45:14:001:Next bubble is Purple Now! magicbub:0:FF2B45:15:001:Next bubble is Violet Now! magicbub:0:FF2B45:16:001:Next bubble is Grey Now! magicbub:0:FF2B45:17:001:Next bubble is Dark Grey Now! magicbub:0:000000:00:999:[The following cheats are for use in Versus Mode ] magicbub:0:FF35B8:02:000:Infinite Move Time PL1 magicbub:0:FF35B9:58:500:Infinite Move Time PL1 (2/2) magicbub:0:FF2AE5:10:000:Current bubble always Red PL1 magicbub:0:FF2AE5:11:000:Current bubble always Yellow PL1 magicbub:0:FF2AE5:12:000:Current bubble always Blue PL1 magicbub:0:FF2AE5:13:000:Current bubble always Green PL1 magicbub:0:FF2AE5:14:000:Current bubble always Purple PL1 magicbub:0:FF2AE5:15:000:Current bubble always Violet PL1 magicbub:0:FF2AE5:16:000:Current bubble always Grey PL1 magicbub:0:FF2AE5:17:000:Current bubble always Dark Grey PL1 magicbub:0:FF2AC5:10:000:Next bubble always Red PL1 magicbub:0:FF2AC5:11:000:Next bubble always Yellow PL1 magicbub:0:FF2AC5:12:000:Next bubble always Blue PL1 magicbub:0:FF2AC5:13:000:Next bubble always Green PL1 magicbub:0:FF2AC5:14:000:Next bubble always Purple PL1 magicbub:0:FF2AC5:15:000:Next bubble always Violet PL1 magicbub:0:FF2AC5:16:000:Next bubble always Grey PL1 magicbub:0:FF2AC5:17:000:Next bubble always Dark Grey PL1 magicbub:0:FF2AE5:10:001:Current bubble is Red Now! PL1 magicbub:0:FF2AE5:11:001:Current bubble is Yellow Now! PL1 magicbub:0:FF2AE5:12:001:Current bubble is Blue Now! PL1 magicbub:0:FF2AE5:13:001:Current bubble is Green Now! PL1 magicbub:0:FF2AE5:14:001:Current bubble is Purple Now! PL1 magicbub:0:FF2AE5:15:001:Current bubble is Violet Now! PL1 magicbub:0:FF2AE5:16:001:Current bubble is Grey Now! PL1 magicbub:0:FF2AE5:17:001:Current bubble is Dark Grey Now! PL1 magicbub:0:FF2AC5:10:001:Next bubble is Red Now! PL1 magicbub:0:FF2AC5:11:001:Next bubble is Yellow Now! PL1 magicbub:0:FF2AC5:12:001:Next bubble is Blue Now! PL1 magicbub:0:FF2AC5:13:001:Next bubble is Green Now! PL1 magicbub:0:FF2AC5:14:001:Next bubble is Purple Now! PL1 magicbub:0:FF2AC5:15:001:Next bubble is Violet Now! PL1 magicbub:0:FF2AC5:16:001:Next bubble is Grey Now! PL1 magicbub:0:FF2AC5:17:001:Next bubble is Dark Grey Now! PL1 magicbub:0:FF3764:02:000:Infinite Move Time PL2 magicbub:0:FF3765:58:500:Infinite Move Time PL2 (2/2) magicbub:0:FF1CE5:10:000:Current bubble always Red PL2 magicbub:0:FF1CE5:11:000:Current bubble always Yellow PL2 magicbub:0:FF1CE5:12:000:Current bubble always Blue PL2 magicbub:0:FF1CE5:13:000:Current bubble always Green PL2 magicbub:0:FF1CE5:14:000:Current bubble always Purple PL2 magicbub:0:FF1CE5:15:000:Current bubble always Violet PL2 magicbub:0:FF1CE5:16:000:Current bubble always Grey PL2 magicbub:0:FF1CE5:17:000:Current bubble always Dark Grey PL2 magicbub:0:FF1CC5:10:000:Next bubble always Red PL2 magicbub:0:FF1CC5:11:000:Next bubble always Yellow PL2 magicbub:0:FF1CC5:12:000:Next bubble always Blue PL2 magicbub:0:FF1CC5:13:000:Next bubble always Green PL2 magicbub:0:FF1CC5:14:000:Next bubble always Purple PL2 magicbub:0:FF1CC5:15:000:Next bubble always Violet PL2 magicbub:0:FF1CC5:16:000:Next bubble always Grey PL2 magicbub:0:FF1CC5:17:000:Next bubble always Dark Grey PL2 magicbub:0:FF1CE5:10:001:Current bubble is Red Now! PL2 magicbub:0:FF1CE5:11:001:Current bubble is Yellow Now! PL2 magicbub:0:FF1CE5:12:001:Current bubble is Blue Now! PL2 magicbub:0:FF1CE5:13:001:Current bubble is Green Now! PL2 magicbub:0:FF1CE5:14:001:Current bubble is Purple Now! PL2 magicbub:0:FF1CE5:15:001:Current bubble is Violet Now! PL2 magicbub:0:FF1CE5:16:001:Current bubble is Grey Now! PL2 magicbub:0:FF1CE5:17:001:Current bubble is Dark Grey Now! PL2 magicbub:0:FF1CC5:10:001:Next bubble is Red Now! PL2 magicbub:0:FF1CC5:11:001:Next bubble is Yellow Now! PL2 magicbub:0:FF1CC5:12:001:Next bubble is Blue Now! PL2 magicbub:0:FF1CC5:13:001:Next bubble is Green Now! PL2 magicbub:0:FF1CC5:14:001:Next bubble is Purple Now! PL2 magicbub:0:FF1CC5:15:001:Next bubble is Violet Now! PL2 magicbub:0:FF1CC5:16:001:Next bubble is Grey Now! PL2 magicbub:0:FF1CC5:17:001:Next bubble is Dark Grey Now! PL2 magicbub:0:000000:00:999:[The following cheat is for use in Puzzle Mode ] magicbub:0:000000:00:999:[at the Difficulty select start-up screen only. ] magicbub:0:000000:00:999:[Use the Pause key to stop the select timing out] :magicbub:62000001:000000:00000000:00000000:Start game at route select :magicbub:00010001:FF3D27:00000000:FFFFFFFF:Path A or B (Def.) :magicbub:00010001:FF3D27:00000001:FFFFFFFF:Path C or D :magicbub:00010001:FF3D27:00000002:FFFFFFFF:Path D or E :magicbub:00010001:FF3D27:00000003:FFFFFFFF:Path F or G :magicbub:00010001:FF3D27:00000004:FFFFFFFF:Path G or H :magicbub:00010001:FF3D27:00000005:FFFFFFFF:Path H or I :magicbub:00010001:FF3D27:00000006:FFFFFFFF:Path J or K :magicbub:00010001:FF3D27:00000007:FFFFFFFF:Path K or L :magicbub:00010001:FF3D27:00000008:FFFFFFFF:Path L or M :magicbub:00010001:FF3D27:00000009:FFFFFFFF:Path M or N :magicbub:00010001:FF3D27:0000000A:FFFFFFFF:Path O or P :magicbub:00010001:FF3D27:0000000B:FFFFFFFF:Path P or Q :magicbub:00010001:FF3D27:0000000C:FFFFFFFF:Path Q or R :magicbub:00010001:FF3D27:0000000D:FFFFFFFF:Path R or S :magicbub:00010001:FF3D27:0000000E:FFFFFFFF:Path S or T :magicbub:00010001:FF3D27:0000000F:FFFFFFFF:Path U or V :magicbub:00010001:FF3D27:00000010:FFFFFFFF:Path V or W :magicbub:00010001:FF3D27:00000011:FFFFFFFF:Path W or X :magicbub:00010001:FF3D27:00000012:FFFFFFFF:Path X or Y :magicbub:00010001:FF3D27:00000013:FFFFFFFF:Path Y or Z :magicbub:00010001:FF3D27:00000014:FFFFFFFF:Path Y or ? ; [ Magic Card II (Bulgaria) ] magiccrd:0:0000:00:999:[ This game hasn't even ]:REASON 11 magiccrd:0:0000:00:999:[ been looked at due to ]:REASON 11 magiccrd:0:0000:00:999:[ time constraints - Too]:REASON 11 magiccrd:0:0000:00:999:[ many games and so ]:REASON 11 magiccrd:0:0000:00:999:[ little time. It is ]:REASON 11 magiccrd:0:0000:00:999:[ even possible that ]:REASON 11 magiccrd:0:0000:00:999:[ this game may be a ]:REASON 11 magiccrd:0:0000:00:999:[ clone of an existing ]:REASON 11 magiccrd:0:0000:00:999:[ game which may have ]:REASON 11 magiccrd:0:0000:00:999:[ cheats. Please search ]:REASON 11 magiccrd:0:0000:00:999:[ the cheat forums ]:REASON 11 magiccrd:0:0000:00:999:[ before posting cheat ]:REASON 11 magiccrd:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Magic Sticks ] magicstk:0:0000:00:999:[ This game hasn't even ]:REASON 11 magicstk:0:0000:00:999:[ been looked at due to ]:REASON 11 magicstk:0:0000:00:999:[ time constraints - Too]:REASON 11 magicstk:0:0000:00:999:[ many games and so ]:REASON 11 magicstk:0:0000:00:999:[ little time. It is ]:REASON 11 magicstk:0:0000:00:999:[ even possible that ]:REASON 11 magicstk:0:0000:00:999:[ this game may be a ]:REASON 11 magicstk:0:0000:00:999:[ clone of an existing ]:REASON 11 magicstk:0:0000:00:999:[ game which may have ]:REASON 11 magicstk:0:0000:00:999:[ cheats. Please search ]:REASON 11 magicstk:0:0000:00:999:[ the cheat forums ]:REASON 11 magicstk:0:0000:00:999:[ before posting cheat ]:REASON 11 magicstk:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Magix / Rock ] magix:0:F897:09:000:Infinite Credits magix:0:F016:00:001:Finish this Round Now! PL1 magix:0:E818:00:000:Next drop always a Grey Box Shape PL1 magix:0:E818:01:000:Next drop always a Red | Shape PL1 magix:0:E818:02:000:Next drop always a Orange T Shape PL1 magix:0:E818:03:000:Next drop always a Yellow ¦ Shape PL1 magix:0:E818:04:000:Next drop always a Green ¦ Shape PL1 magix:0:E818:05:000:Next drop always a Green Z Shape PL1 magix:0:E818:06:000:Next drop always a LightBlue Z Shape PL1 magix:0:E818:07:000:Next drop always a Blue T Shape PL1 magix:0:E818:08:000:Next drop always a Blue L Shape PL1 magix:0:E818:09:000:Next drop always a Purple C Shape PL1 magix:0:E818:0A:000:Next drop always a Pink d Shape PL1 magix:0:E818:0B:000:Next drop always a Brown d Shape PL1 magix:0:E818:0C:000:Next drop always a LightBrown | Shape PL1 magix:0:E818:00:001:Next drop a Grey Box Shape Now! PL1 magix:0:E818:01:001:Next drop a Red | Shape Now! PL1 magix:0:E818:02:001:Next drop a Orange T Shape Now! PL1 magix:0:E818:03:001:Next drop a Yellow ¦ Shape Now! PL1 magix:0:E818:04:001:Next drop a Green ¦ Shape Now! PL1 magix:0:E818:05:001:Next drop a Green Z Shape Now! PL1 magix:0:E818:06:001:Next drop a LightBlue Z Shape Now! PL1 magix:0:E818:07:001:Next drop a Blue T Shape Now! PL1 magix:0:E818:08:001:Next drop a Blue L Shape Now! PL1 magix:0:E818:09:001:Next drop a Purple C Shape Now! PL1 magix:0:E818:0A:001:Next drop a Pink d Shape Now! PL1 magix:0:E818:0B:001:Next drop a Brown d Shape Now! PL1 magix:0:E818:0C:001:Next drop a LightBrown | Shape Now! PL1 magix:0:F017:00:001:Finish this Round Now! PL2 magix:0:E810:00:000:Next drop always a Grey Box Shape PL2 magix:0:E810:01:000:Next drop always a Red | Shape PL2 magix:0:E810:02:000:Next drop always a Orange T Shape PL2 magix:0:E810:03:000:Next drop always a Yellow ¦ Shape PL2 magix:0:E810:04:000:Next drop always a Green ¦ Shape PL2 magix:0:E810:05:000:Next drop always a Green Z Shape PL2 magix:0:E810:06:000:Next drop always a LightBlue Z Shape PL2 magix:0:E810:07:000:Next drop always a Blue T Shape PL2 magix:0:E810:08:000:Next drop always a Blue L Shape PL2 magix:0:E810:09:000:Next drop always a Purple C Shape PL2 magix:0:E810:0A:000:Next drop always a Pink d Shape PL2 magix:0:E810:0B:000:Next drop always a Brown d Shape PL2 magix:0:E810:0C:000:Next drop always a LightBrown | Shape PL2 magix:0:E810:00:001:Next drop a Grey Box Shape Now! PL2 magix:0:E810:01:001:Next drop a Red | Shape Now! PL2 magix:0:E810:02:001:Next drop a Orange T Shape Now! PL2 magix:0:E810:03:001:Next drop a Yellow ¦ Shape Now! PL2 magix:0:E810:04:001:Next drop a Green ¦ Shape Now! PL2 magix:0:E810:05:001:Next drop a Green Z Shape Now! PL2 magix:0:E810:06:001:Next drop a LightBlue Z Shape Now! PL2 magix:0:E810:07:001:Next drop a Blue T Shape Now! PL2 magix:0:E810:08:001:Next drop a Blue L Shape Now! PL2 magix:0:E810:09:001:Next drop a Purple C Shape Now! PL2 magix:0:E810:0A:001:Next drop a Pink d Shape Now! PL2 magix:0:E810:0B:001:Next drop a Brown d Shape Now! PL2 magix:0:E810:0C:001:Next drop a LightBrown | Shape Now! PL2 ; [ Magician Lord (set 1) ] maglord:0:10FD89:64:000:Infinite Continues maglord:0:100CB2:00:500:Infinite Continues (2/3) maglord:0:100CB3:00:500:Infinite Continues (3/3) maglord:0:1039FD:05:000:Infinite Time maglord:0:1039FE:DB:500:Infinite Time (2/3) maglord:0:1039FF:FF:500:Infinite Time (3/3) maglord:0:103B00:09:000:Infinite Lives PL1 maglord:0:103B07:05:000:Infinite Energy PL1 maglord:0:103B04:02:000:Infinite Power PL1 maglord:0:103B09:9F:000:Invincibility PL1 maglord:0:000000:00:999:[ Transformations, enable one of these cheats ] maglord:0:000000:00:999:[ and when you die this will be the character ] maglord:0:000000:00:999:[ you become. ] maglord:0:103B05:0D:000:Always become Ninja PL1 maglord:0:103B05:09:000:Always become Triton PL1 maglord:0:103B05:0E:000:Always become Samourai PL1 maglord:0:103B05:05:000:Always become Dragon PL1 maglord:0:103B05:0A:000:Always become Atlant PL1 maglord:0:103B05:0F:000:Always become Mutant PL1 maglord:0:103C00:09:000:Infinite Lives PL2 maglord:0:103C07:05:000:Infinite Energy PL2 maglord:0:103C04:02:000:Infinite Power PL2 maglord:0:103C09:9F:000:Invincibility PL2 maglord:0:000000:00:999:[ Transformations, enable one of these cheats ] maglord:0:000000:00:999:[ and when you die this will be the character ] maglord:0:000000:00:999:[ you become. ] maglord:0:103C05:0D:000:Always become Ninja PL2 maglord:0:103C05:09:000:Always become Triton PL2 maglord:0:103C05:0E:000:Always become Samourai PL2 maglord:0:103C05:05:000:Always become Dragon PL2 maglord:0:103C05:0A:000:Always become Atlant PL2 maglord:0:103C05:0F:000:Always become Mutant PL2 ; [ Magician Lord (set 2) ] maglordh:0:10FD89:64:000:Infinite Continues maglordh:0:100CB2:00:500:Infinite Continues (2/3) maglordh:0:100CB3:00:500:Infinite Continues (3/3) maglordh:0:103A0D:05:000:Infinite Time maglordh:0:103A0E:DB:500:Infinite Time (2/3) maglordh:0:103A0F:FF:500:Infinite Time (3/3) maglordh:0:103C00:09:000:Infinite Lives PL1 maglordh:0:103C07:05:000:Infinite Energy PL1 maglordh:0:103C04:02:000:Infinite Power PL1 maglordh:0:103C09:9F:000:Invincibility PL1 maglordh:0:000000:00:999:[ Transformations, enable one of these cheats ] maglordh:0:000000:00:999:[ and when you die this will be the character ] maglordh:0:000000:00:999:[ you become. ] maglordh:0:103C05:0D:000:Always become Ninja PL1 maglordh:0:103C05:09:000:Always become Triton PL1 maglordh:0:103C05:0E:000:Always become Samourai PL1 maglordh:0:103C05:05:000:Always become Dragon PL1 maglordh:0:103C05:0A:000:Always become Atlant PL1 maglordh:0:103C05:0F:000:Always become Mutant PL1 maglordh:0:103C80:09:000:Infinite Lives PL2 maglordh:0:103C87:05:000:Infinite Energy PL2 maglordh:0:103C84:02:000:Infinite Power PL2 maglordh:0:103C89:9F:000:Invincibility PL2 maglordh:0:000000:00:999:[ Transformations, enable one of these cheats ] maglordh:0:000000:00:999:[ and when you die this will be the character ] maglordh:0:000000:00:999:[ you become. ] maglordh:0:103C85:0D:000:Always become Ninja PL2 maglordh:0:103C85:09:000:Always become Triton PL2 maglordh:0:103C85:0E:000:Always become Samourai PL2 maglordh:0:103C85:05:000:Always become Dragon PL2 maglordh:0:103C85:0A:000:Always become Atlant PL2 maglordh:0:103C85:0F:000:Always become Mutant PL2 :maglordh:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :maglordh:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :maglordh:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Mag Max ] magmax:0:018CD4:99:000:Infinite Credits :magmax:20800000:07F88:00000060:FFFFFFFF:Invincibility :magmax:20B10000:0D650:7C004E75:FFFFFFFF:Invincibility (2/5):1st = Boss 1, 2nd = Fire :magmax:20910000:0DF8E:00004E75:FFFFFFFF:Invincibility (3/5):Enemy :magmax:20910000:0E020:00004E75:FFFFFFFF:Invincibility (4/5):Scenery :magmax:20810000:0E6EC:00000060:FFFFFFFF:Invincibility (5/5):Boss 2 :magmax:00000000:18B19:00000001:FFFFFFFF:Rapid Fire :magmax:00000000:18000:00000005:FFFFFFFF:Always Have All Parts :magmax:20800000:0CB46:00000050:FFFFFFFF:Shot Speed Up magmax:0:018D6F:09:000:Infinite Lives PL1 magmax:0:018D70:09:000:Infinite Lives PL2 :magmax:20900000:0011C:00006004:FFFFFFFF:Skip RAM/ROM Check:The title music doesn't be played after boot. It's better to use together with Pre-Enable ; [ Magical Spot ] magspot:0:608A:80:000:Invincibility magspot:0:609D:00:001:Finish this Round Now!:To be used with normal rounds where the aliens haven't 'hatched' magspot:0:6215:07:001:Aliens Egg Hatch Now! magspot:0:6099:00:000:1 Hatchling to ClearNow!:Use to clear rounds of aliens that have hatched from eggs. magspot:0:6013:09:000:Infinite Lives PL1 :magspot:00000500:6015:000000FE:FFFFFFFF:Select Rank PL1 magspot:0:6014:09:000:Infinite Lives PL2 :magspot:00000500:6016:000000FE:FFFFFFFF:Select Rank PL2 ; [ Magical Spot II ] magspot2:0:6013:03:000:Infinite Lives PL1 magspot2:0:6014:03:000:Infinite Lives PL2 magspot2:0:608C:80:000:Invincibility ; [ Magic Worm (bootleg) ] magworm:0:2CB6:38:100:Invincibility magworm:0:2CB7:EA:600:Invincibility (2/2):Change "cmp #$07" to sec, nop to force the following BCS to branch magworm:0:0070:F8:000:No Fleas and Scorpions magworm:0:0061:FF:000:No Spiders magworm:0:00B5:00:000:No Spider sound magworm:0:0070:3B:000:Alter Flea Behaviour 1 magworm:0:0040:2C:000:Alter Flea Behaviour 2 magworm:0:00A5:06:000:Infinite Lives PL1 magworm:0:00A6:06:000:Infinite Lives PL2 ; [ Tokoro San no MahMahjan ] mahmajn:0:000000:00:999:[ The winning hand cheat must be ] mahmajn:0:000000:00:999:[ activated when there are 14 tiles ] mahmajn:0:000000:00:999:[ in your hand, then press the RON ] mahmajn:0:000000:00:999:[ key ('Z' by default). The tiles do ] mahmajn:0:000000:00:999:[ not visually change until you make ] mahmajn:0:000000:00:999:[ a move. ] mahmajn:0:081010:01:001:Get winning hand Now! mahmajn:0:081011:01:501:Get winning hand Now! (02/14) mahmajn:0:081012:01:501:Get winning hand Now! (03/14) mahmajn:0:081013:02:501:Get winning hand Now! (04/14) mahmajn:0:081014:02:501:Get winning hand Now! (05/14) mahmajn:0:081015:02:501:Get winning hand Now! (06/14) mahmajn:0:081016:03:501:Get winning hand Now! (07/14) mahmajn:0:081017:03:501:Get winning hand Now! (08/14) mahmajn:0:081018:03:501:Get winning hand Now! (09/14) mahmajn:0:081019:04:501:Get winning hand Now! (10/14) mahmajn:0:08101A:04:501:Get winning hand Now! (11/14) mahmajn:0:08101B:04:501:Get winning hand Now! (12/14) mahmajn:0:08101C:05:501:Get winning hand Now! (13/14) mahmajn:0:08101D:05:501:Get winning hand Now! (14/14) mahmajn:0:081010:01:000:Always winning hand mahmajn:0:081011:01:500:Always winning hand (02/14) mahmajn:0:081012:01:500:Always winning hand (03/14) mahmajn:0:081013:02:500:Always winning hand (04/14) mahmajn:0:081014:02:500:Always winning hand (05/14) mahmajn:0:081015:02:500:Always winning hand (06/14) mahmajn:0:081016:03:500:Always winning hand (07/14) mahmajn:0:081017:03:500:Always winning hand (08/14) mahmajn:0:081018:03:500:Always winning hand (09/14) mahmajn:0:081019:04:500:Always winning hand (10/14) mahmajn:0:08101A:04:500:Always winning hand (11/14) mahmajn:0:08101B:04:500:Always winning hand (12/14) mahmajn:0:08101C:05:500:Always winning hand (13/14) mahmajn:0:08101D:05:500:Always winning hand (14/14) ; [ Tokoro San no MahMahjan 2 ] mahmajn2:0:000000:00:999:[ The winning hand cheat must be ] mahmajn2:0:000000:00:999:[ activated when there are 14 tiles ] mahmajn2:0:000000:00:999:[ in your hand, then press the RON ] mahmajn2:0:000000:00:999:[ key ('Z' by default). The tiles do ] mahmajn2:0:000000:00:999:[ not visually change until you make ] mahmajn2:0:000000:00:999:[ a move. ] mahmajn2:0:08593A:01:001:Get winning hand Now! mahmajn2:0:08593B:01:501:Get winning hand Now! (02/14) mahmajn2:0:08593C:01:501:Get winning hand Now! (03/14) mahmajn2:0:08593D:02:501:Get winning hand Now! (04/14) mahmajn2:0:08593E:02:501:Get winning hand Now! (05/14) mahmajn2:0:08593F:02:501:Get winning hand Now! (06/14) mahmajn2:0:085940:03:501:Get winning hand Now! (07/14) mahmajn2:0:085941:03:501:Get winning hand Now! (08/14) mahmajn2:0:085942:03:501:Get winning hand Now! (09/14) mahmajn2:0:085943:04:501:Get winning hand Now! (10/14) mahmajn2:0:085944:04:501:Get winning hand Now! (11/14) mahmajn2:0:085945:04:501:Get winning hand Now! (12/14) mahmajn2:0:085946:05:501:Get winning hand Now! (13/14) mahmajn2:0:085947:05:501:Get winning hand Now! (14/14) mahmajn2:0:08593A:01:000:Always winning hand mahmajn2:0:08593B:01:500:Always winning hand (02/14) mahmajn2:0:08593C:01:500:Always winning hand (03/14) mahmajn2:0:08593D:02:500:Always winning hand (04/14) mahmajn2:0:08593E:02:500:Always winning hand (05/14) mahmajn2:0:08593F:02:500:Always winning hand (06/14) mahmajn2:0:085940:03:500:Always winning hand (07/14) mahmajn2:0:085941:03:500:Always winning hand (08/14) mahmajn2:0:085942:03:500:Always winning hand (09/14) mahmajn2:0:085943:04:500:Always winning hand (10/14) mahmajn2:0:085944:04:500:Always winning hand (11/14) mahmajn2:0:085945:04:500:Always winning hand (12/14) mahmajn2:0:085946:05:500:Always winning hand (13/14) mahmajn2:0:085947:05:500:Always winning hand (14/14) ; [ Mahou Daisakusen (Japan) ] mahoudai:0:100393:09:000:Infinite Credits mahoudai:0:1004A5:09:000:Infinite Lives PL1 mahoudai:0:10173D:09:000:Infinite Bombs PL1 mahoudai:0:000000:00:999:[Only enable Invincibility ] mahoudai:0:000000:00:999:[after launch when you can ] mahoudai:0:000000:00:999:[shoot your weapons!! ] mahoudai:0:10173B:02:000:Invincibility PL1 mahoudai:0:000000:00:999:[See the Dip Switch Menu to ] mahoudai:0:000000:00:999:[enable an alternate ] mahoudai:0:000000:00:999:[Invincibility PL1 cheat. ] mahoudai:0:000000:00:999:[But the cheat is better as ] mahoudai:0:000000:00:999:[the dipswitch causes a game] mahoudai:0:000000:00:999:[crash when PL2 is selected.] mahoudai:0:101745:05:000:Maximum Main Weapon Power PL1 mahoudai:0:101759:02:000:Maximum Extra Weapon Power PL1:Get an extra weapon first mahoudai:0:10175F:04:041:Next Extra Weapon=Front Now!PL1:Get an extra weapon first mahoudai:0:10175F:08:541:Next Extra Weapon=Front Now!PL1 (2/2) mahoudai:0:10175F:04:021:Next Extra Weapon=Wide Now!PL1:Get an extra weapon first mahoudai:0:10175F:08:541:Next Extra Weapon=Wide Now!PL1 (2/2) mahoudai:0:10175F:04:041:Next Extra Weapon=Homing Now!PL1:Get an extra weapon first mahoudai:0:10175F:08:521:Next Extra Weapon=Homing Now!PL1 (2/2) mahoudai:0:10175F:04:040:Always a Front Extra Weapon PL1:Get an extra weapon first mahoudai:0:10175F:08:540:Always a Front Extra Weapon PL1 (2/2) mahoudai:0:10175F:04:020:Always a Wide Extra Weapon PL1:Get an extra weapon first mahoudai:0:10175F:08:540:Always a Wide Extra Weapon PL1 (2/2) mahoudai:0:10175F:04:040:Always a Homing Extra Weapon PL1:Get an extra weapon first mahoudai:0:10175F:08:520:Always a Homing Extra Weapon PL1 (2/2) mahoudai:0:1004A7:09:000:Infinite Lives PL2 mahoudai:0:1017FD:09:000:Infinite Bombs PL2 mahoudai:0:000000:00:999:[Only enable Invincibility ] mahoudai:0:000000:00:999:[after launch when you can ] mahoudai:0:000000:00:999:[shoot your weapons!! ] mahoudai:0:1017FB:02:000:Invincibility PL2 mahoudai:0:101805:05:000:Maximum Main Weapon Power PL2 mahoudai:0:101819:02:000:Maximum Extra Weapon Power PL2:Get an extra weapon first mahoudai:0:10181F:04:040:Always a Front Extra Weapon PL2:Get an extra weapon first mahoudai:0:10181F:08:540:Always a Front Extra Weapon PL2 (2/2) mahoudai:0:10181F:04:020:Always a Wide Extra Weapon PL2:Get an extra weapon first mahoudai:0:10181F:08:540:Always a Wide Extra Weapon PL2 (2/2) mahoudai:0:10181F:04:040:Always a Homing Extra Weapon PL2:Get an extra weapon first mahoudai:0:10181F:08:520:Always a Homing Extra Weapon PL2 (2/2) mahoudai:0:10181F:04:041:Next Extra Weapon=Front Now!PL2:Get an extra weapon first mahoudai:0:10181F:08:541:Next Extra Weapon=Front Now!PL2 (2/2) mahoudai:0:10181F:04:021:Next Extra Weapon=Wide Now!PL2:Get an extra weapon first mahoudai:0:10181F:08:541:Next Extra Weapon=Wide Now!PL2 (2/2) mahoudai:0:10181F:04:041:Next Extra Weapon=Homing Now!PL2:Get an extra weapon first mahoudai:0:10181F:08:521:Next Extra Weapon=Homing Now!PL2 (2/2) ; [ Mahjong Kyoretsuden ] mahretsu:0:10019D:FF:000:Infinite Main Game Time mahretsu:0:100227:FF:000:Infinite Move Time mahretsu:0:000000:00:999:[ After the winning hand cheat has been ] mahretsu:0:000000:00:999:[ activated, you must wait for one of the two ] mahretsu:0:000000:00:999:[ missing tiles you still need to win before ] mahretsu:0:000000:00:999:[ using 'RON'. ] mahretsu:0:10158F:11:001:Get winning hand Now! mahretsu:0:101591:19:501:Get winning hand Now! (02/13) mahretsu:0:101593:21:501:Get winning hand Now! (03/13) mahretsu:0:101595:29:501:Get winning hand Now! (04/13) mahretsu:0:101597:31:501:Get winning hand Now! (05/13) mahretsu:0:101599:39:501:Get winning hand Now! (06/13) mahretsu:0:10159B:41:501:Get winning hand Now! (07/13) mahretsu:0:10159D:42:501:Get winning hand Now! (08/13) mahretsu:0:10159F:43:501:Get winning hand Now! (09/13) mahretsu:0:1015A1:44:501:Get winning hand Now! (10/13) mahretsu:0:1015A3:45:501:Get winning hand Now! (11/13) mahretsu:0:1015A5:46:501:Get winning hand Now! (12/13) mahretsu:0:1015A7:47:501:Get winning hand Now! (13/13) mahretsu:0:000000:00:999:[ See this URL for mahjong rules ] mahretsu:0:000000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/ ] mahretsu:0:000000:00:999:[ rules/basics.html (merge both lines!) ] :mahretsu:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mahretsu:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mahretsu:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Maikobana (Japan 900802) ] maiko:0:FD71:63:000:Infinite Power maiko:0:0000:00:999:[Use the following cheat to ] maiko:0:0000:00:999:[see all of the girl scenes ] maiko:0:0000:00:999:[in the stage after you win ] maiko:0:0000:00:999:[a match. ] maiko:0:FD78:00:000:Opponent can NEVER score maiko:0:0000:00:999:Open&Surf here for a tutorial:Check out this site for a great Hanafuda tutorial - http://members.nbci.com/_XMCM/bob_forster/hanafuda.htm ; [ Main Event, The (2 Players ver. X) ] mainev2p:0:4125:99:000:Infinite Energy PL1 mainev2p:0:4135:99:000:Infinite Energy PL2 mainev2p:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code ; [ Main Event, The (4 Players ver. Y) ] mainevt:0:4125:99:000:Infinite Energy PL1 mainevt:0:4135:99:000:Infinite Energy PL2 mainevt:0:4145:99:000:Infinite Energy PL3 mainevt:0:4155:99:000:Infinite Energy PL4 mainevt:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code ; [ Main Event, The (4 Players ver. F) ] mainevto:0:4125:99:000:Infinite Energy PL1 mainevto:0:4135:99:000:Infinite Energy PL2 mainevto:0:4145:99:000:Infinite Energy PL3 mainevto:0:4155:99:000:Infinite Energy PL4 mainevto:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code ; [ Main Event (1984) ] mainsnk:0:0000:00:999:[ This game hasn't even ]:REASON 11 mainsnk:0:0000:00:999:[ been looked at due to ]:REASON 11 mainsnk:0:0000:00:999:[ time constraints - Too]:REASON 11 mainsnk:0:0000:00:999:[ many games and so ]:REASON 11 mainsnk:0:0000:00:999:[ little time. It is ]:REASON 11 mainsnk:0:0000:00:999:[ even possible that ]:REASON 11 mainsnk:0:0000:00:999:[ this game may be a ]:REASON 11 mainsnk:0:0000:00:999:[ clone of an existing ]:REASON 11 mainsnk:0:0000:00:999:[ game which may have ]:REASON 11 mainsnk:0:0000:00:999:[ cheats. Please search ]:REASON 11 mainsnk:0:0000:00:999:[ the cheat forums ]:REASON 11 mainsnk:0:0000:00:999:[ before posting cheat ]:REASON 11 mainsnk:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Majestic Twelve - The Space Invaders Part IV (Japan) ] majest12:0:203619:0A:000:Infinite Lives PL1 majest12:0:205291:09:000:Infinite Shields PL1 majest12:0:20361B:0A:000:Infinite Lives PL2 majest12:0:2052DF:09:000:Infinite Shields PL2 majest12:0:20553D:30:000:Long Lasting Weapons ; [ Mahjong Studio 101 [BET] (Japan) ] majs101b:0:7001:01:000:Always have Winning Hand majs101b:0:7002:01:500:Always have Winning Hand (02/14) majs101b:0:7003:01:500:Always have Winning Hand (03/14) majs101b:0:7004:02:500:Always have Winning Hand (04/14) majs101b:0:7005:02:500:Always have Winning Hand (05/14) majs101b:0:7006:02:500:Always have Winning Hand (06/14) majs101b:0:7007:03:500:Always have Winning Hand (07/14) majs101b:0:7008:03:500:Always have Winning Hand (08/14) majs101b:0:7009:03:500:Always have Winning Hand (09/14) majs101b:0:700a:04:500:Always have Winning Hand (10/14) majs101b:0:700b:04:500:Always have Winning Hand (11/14) majs101b:0:700c:04:500:Always have Winning Hand (12/14) majs101b:0:700d:05:500:Always have Winning Hand (13/14) majs101b:0:700e:05:500:Always have Winning Hand (14/14) ; [ Major Title 2 (World) ] majtitl2:0:ED45E:01:000:Always score Hole in Ones PL1 majtitl2:0:ED45E:00:001:This shot=1st Shot Now! PL1 majtitl2:0:ED460:01:000:Always score Hole in Ones PL2 majtitl2:0:ED460:00:001:This shot=1st Shot Now! PL2 majtitl2:0:ED462:01:000:Always score Hole in Ones PL3 majtitl2:0:ED462:00:001:This shot=1st Shot Now! PL3 majtitl2:0:ED464:01:000:Always score Hole in Ones PL4 majtitl2:0:ED464:00:001:This shot=1st Shot Now! PL4 ; [ Major Title (Japan) ] majtitle:0:D26BA:06:000:Always have 6 holes PL1 majtitle:0:D26B2:01:000:Always score Hole in Ones PL1 majtitle:0:D26B2:00:001:This shot=1st Shot Now! PL1 majtitle:0:D26BC:06:000:Always have 6 holes PL2 majtitle:0:D26B4:01:000:Always score Hole in Ones PL2 majtitle:0:D26B4:00:001:This shot=1st Shot Now! PL2 majtitle:0:D26BE:06:000:Always have 6 holes PL3 majtitle:0:D26B6:01:000:Always score Hole in Ones PL3 majtitle:0:D26B6:00:001:This shot=1st Shot Now! PL3 majtitle:0:D26C0:06:000:Always have 6 holes PL4 majtitle:0:D26B8:01:000:Always score Hole in Ones PL4 majtitle:0:D26B8:00:001:This shot=1st Shot Now! PL4 ; [ Majuu no Ohkoku ] majuu:2:041011:9A:000:Infinite Lives PL1 majuu:1:041017:FF:000:Infinite Energy PL1 majuu:2:04106A:0C:000:Infinite Keys PL1 majuu:2:041016:01:000:Invincibility PL1 majuu:2:04106C:13:500:Invincibility PL1 (2/2) majuu:2:041066:01:000:Always have Speed Up PL1 majuu:2:041087:20:000:Always have Dynamite PL1 majuu:2:041061:13:000:Always have Machine Gun PL1 majuu:2:041061:05:000:Always have Fire PL1 majuu:2:041061:15:000:Always have Bazooka PL1 majuu:2:041061:12:000:Always have Shotgun PL1 majuu:2:041061:06:000:Always have Laser PL1 majuu:2:04106F:0B:000:Always have Shield PL1 majuu:2:041066:01:001:Get the Speed Up Now! PL1 majuu:2:041087:20:001:Get the Dynamite Now! PL1 majuu:2:041061:13:001:Get the Machine Gun Now! PL1 majuu:2:041061:05:001:Get the Fire Now! PL1 majuu:2:041061:15:001:Get the Bazooka Now! PL1 majuu:2:041061:12:001:Get the Shotgun Now! PL1 majuu:2:041061:06:001:Get the Laser Now! PL1 majuu:2:04106F:0B:001:Get the Shield Now! PL1 majuu:2:041111:9A:000:Infinite Lives PL2 majuu:1:041117:FF:000:Infinite Energy PL2 majuu:2:04116A:0C:000:Infinite Keys PL2 majuu:2:041116:01:000:Invincibility PL2 majuu:2:04116C:13:500:Invincibility PL2 (2/2) majuu:2:041166:01:000:Always have Speed Up PL2 majuu:2:041187:20:000:Always have Dynamite PL2 majuu:2:041161:13:000:Always have Machine Gun PL2 majuu:2:041161:05:000:Always have Fire PL2 majuu:2:041161:15:000:Always have Bazooka PL2 majuu:2:041161:12:000:Always have Shotgun PL2 majuu:2:041161:06:000:Always have Laser PL2 majuu:2:04116F:0B:000:Always have Shield PL2 majuu:2:041166:01:001:Get the Speed Up Now! PL2 majuu:2:041187:20:001:Get the Dynamite Now! PL2 majuu:2:041161:13:001:Get the Machine Gun Now! PL2 majuu:2:041161:05:001:Get the Fire Now! PL2 majuu:2:041161:15:001:Get the Bazooka Now! PL2 majuu:2:041161:12:001:Get the Shotgun Now! PL2 majuu:2:041161:06:001:Get the Laser Now! PL2 majuu:2:04116F:0B:001:Get the Shield Now! PL2 majuu:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code ; [ Makai Densetsu (Japan) ] makaiden:0:0FC021:05:000:Infinite Lives makaiden:0:0FC00B:03:000:Infinite Energy makaiden:0:0FC01B:09:000:Infinite Time makaiden:0:0FC01D:05:500:Infinite Time (2/3) makaiden:0:0FC01F:09:500:Infinite Time (3/3) makaiden:0:0FC022:90:000:Infinite Money makaiden:0:0FC023:00:500:Infinite Money (2/2) makaiden:0:0FC06E:01:000:Infinite Jumps makaiden:0:0FC070:01:000:Invincibility makaiden:0:000000:00:999:[See the Dip Switch Menu to ] makaiden:0:000000:00:999:[enable an alternate ] makaiden:0:000000:00:999:[Invincibility cheat. ] makaiden:0:0FCE06:00:001:One hit for boss Now! makaiden:0:0FCE07:01:501:One hit for boss Now! (2/2) makaiden:0:0FC032:03:020:Always have all keys makaiden:0:0FC033:80:520:Always have all keys (2/2) makaiden:0:0FC032:01:020:Always have green key makaiden:0:0FC032:02:020:Always have red key makaiden:0:0FC033:80:020:Always have blue key makaiden:0:0FC033:10:020:Always have silver shield makaiden:0:0FC033:20:020:Always have gold shield makaiden:0:0FC032:08:020:Always have jump potion makaiden:0:0FC032:10:020:Always have strength potion makaiden:0:0FC031:08:020:Always have the boots makaiden:0:0FC031:07:040:Always have no extra weapon makaiden:0:000000:00:999:[ EW = Extra Weapon ] makaiden:0:0FC031:01:020:Always have knife EW makaiden:0:0FC031:06:540:Always have knife EW (2/2) makaiden:0:0FC031:02:020:Always have singleaxe EW makaiden:0:0FC031:05:540:Always have singleaxe EW(2/2) makaiden:0:0FC031:04:020:Always have doubleaxe EW makaiden:0:0FC031:03:540:Always have doubleaxe EW(2/2) makaiden:0:0FC031:80:020:Always have story-teller bird makaiden:0:0FC032:03:021:Get all keys Now! makaiden:0:0FC033:80:521:Get all keys Now! (2/2) makaiden:0:0FC032:01:021:Get green key Now! makaiden:0:0FC032:02:021:Get red key Now! makaiden:0:0FC033:80:021:Get blue key Now! makaiden:0:0FC033:10:021:Get silver shield Now! makaiden:0:0FC033:20:021:Get gold shield Now! makaiden:0:0FC032:08:021:Get jump potion Now! makaiden:0:0FC032:10:021:Get strength potion Now! makaiden:0:0FC031:08:021:Get the boots Now! makaiden:0:0FC031:07:041:Lose extra weapon Now! makaiden:0:0FC031:01:021:Get knife EW Now! makaiden:0:0FC031:06:541:Get knife EW Now! (2/2) makaiden:0:0FC031:02:021:Get single axe EW Now! makaiden:0:0FC031:05:541:Get single axe EW Now! (2/2) makaiden:0:0FC031:04:021:Get double axe EW Now! makaiden:0:0FC031:03:541:Get double axe EW Now! (2/2) makaiden:0:0FC031:80:021:Get story-teller bird Now! ; [ Makai-Mura (Japan Revision C) ] makaimuc:0:00AA:02:000:Infinite Time makaimuc:0:00AB:58:500:Infinite Time (2/2) makaimuc:0:0060:08:000:Infinite Lives makaimuc:0:00AD:7F:000:Invincibility (Water Still Kills!) :makaimuc:20100000:93C4:00000440:FFFFFFFF:Always have Normal Jump :makaimuc:20100000:93C4:00000660:FFFFFFFF:Always have High Jump :makaimuc:20100000:93C4:00000880:FFFFFFFF:Always have Mega Jump:Use this sparingly, basically okish on the first level...the High Jump cheat is better makaimuc:0:EF14:00:100:Always kill Boss/Devil with 1 Shot makaimuc:0:00AC:00:000:Always have the Armour makaimuc:0:00AC:01:000:Never have the Armour makaimuc:0:0073:00:000:Always have the Torch makaimuc:0:0073:01:000:Always have the Lance makaimuc:0:0073:02:000:Always have the Axe makaimuc:0:0073:03:000:Always have the Shield makaimuc:0:0073:04:000:Always have the Sword makaimuc:0:0073:00:001:Get the Torch Now! makaimuc:0:0073:01:001:Get the Lance Now! makaimuc:0:0073:02:001:Get the Axe Now! makaimuc:0:0073:03:001:Get the Shield Now! makaimuc:0:0073:04:001:Get the Sword Now! makaimuc:0:050A:FF:001:Warp To Top Of Screen Now! makaimuc:0:0503:04:001:Turn into frog Now! makaimuc:0:0528:01:000:Never change into frog makaimuc:0:0072:06:071:Select current level makaimuc:0:0072:06:061:Select next level makaimuc:0:E28A:01:100:Always cast spell with 1 Shot makaimuc:0:0000:00:999:[ These are actually the opposite of ] makaimuc:0:0000:00:999:[ cheats they make the game harder! ] makaimuc:0:B5AB:06:100:Devil always twice as hard:Needs 6 shots to kill it/them makaimuc:0:CE4C:14:100:Gargoyle always twice as hard:Needs 20 shots to kill it/them makaimuc:0:DF50:08:100:Stalagmite always twice as hard:Needs 8 shots to kill it/them makaimuc:0:C3FD:14:100:Boss Giant always twice as hard:Needs 20 shots to kill it/them makaimuc:0:BDCB:14:100:Boss Devil always twice as hard:Needs 20 shots to kill it/them makaimuc:0:DA51:14:100:Boss Satan always twice as hard:Needs 20 shots to kill it/them ; [ Makai-Mura (Japan Revision G) ] makaimug:0:00AA:02:000:Infinite Time makaimug:0:00AB:58:500:Infinite Time (2/2) makaimug:0:0060:08:000:Infinite Lives makaimug:0:00AD:7F:000:Invincibility (Water Still Kills!) :makaimug:20100000:93C7:00000440:FFFFFFFF:Always have Normal Jump :makaimug:20100000:93C7:00000660:FFFFFFFF:Always have High Jump :makaimug:20100000:93C7:00000880:FFFFFFFF:Always have Mega Jump:Use this sparingly, basically okish on the first level...the High Jump cheat is better makaimug:0:EF2B:00:100:Always kill Boss/Devil with 1 Shot makaimug:0:00AC:00:000:Always have the Armour makaimug:0:00AC:01:000:Never have the Armour makaimug:0:0073:00:000:Always have the Torch makaimug:0:0073:01:000:Always have the Lance makaimug:0:0073:02:000:Always have the Axe makaimug:0:0073:03:000:Always have the Shield makaimug:0:0073:04:000:Always have the Sword makaimug:0:0073:00:001:Get the Torch Now! makaimug:0:0073:01:001:Get the Lance Now! makaimug:0:0073:02:001:Get the Axe Now! makaimug:0:0073:03:001:Get the Shield Now! makaimug:0:0073:04:001:Get the Sword Now! makaimug:0:050A:FF:001:Warp To Top Of Screen Now! makaimug:0:0503:04:001:Turn into frog Now! makaimug:0:0528:01:000:Never change into frog makaimug:0:0072:06:071:Select current level makaimug:0:0072:06:061:Select next level makaimug:0:E29D:01:100:Always cast spell with 1 Shot makaimug:0:0000:00:999:[ These are actually the opposite of ] makaimug:0:0000:00:999:[ cheats they make the game harder! ] makaimug:0:B5B1:06:100:Devil always twice as hard:Needs 6 shots to kill it/them makaimug:0:CE5B:14:100:Gargoyle always twice as hard:Needs 20 shots to kill it/them makaimug:0:DF63:08:100:Stalagmite always twice as hard:Needs 8 shots to kill it/them makaimug:0:C407:14:100:Boss Giant always twice as hard:Needs 20 shots to kill it/them makaimug:0:BDD2:14:100:Boss Devil always twice as hard:Needs 20 shots to kill it/them makaimug:0:DA64:14:100:Boss Satan always twice as hard:Needs 20 shots to kill it/them ; [ Makai-Mura (Japan) ] makaimur:0:00AA:02:000:Infinite Time makaimur:0:00AB:58:500:Infinite Time (2/2) makaimur:0:0060:08:000:Infinite Lives makaimur:0:00AD:7F:000:Invincibility (Water Still Kills!) makaimur:0:0000:00:999:[ See the Dip Switch Menu to enable an ] makaimur:0:0000:00:999:[ alternate Invincibility cheat. ] :makaimur:20100000:93BB:00000440:FFFFFFFF:Always have Normal Jump :makaimur:20100000:93BB:00000660:FFFFFFFF:Always have High Jump :makaimur:20100000:93BB:00000880:FFFFFFFF:Always have Mega Jump:Use this sparingly, basically okish on the first level...the High Jump cheat is better makaimur:0:EF1F:00:100:Always kill Boss/Devil with 1 Shot makaimur:0:00AC:00:000:Always have the Armour makaimur:0:00AC:01:000:Never have the Armour makaimur:0:0073:00:000:Always have the Torch makaimur:0:0073:01:000:Always have the Lance makaimur:0:0073:02:000:Always have the Axe makaimur:0:0073:03:000:Always have the Shield makaimur:0:0073:04:000:Always have the Sword makaimur:0:0073:00:001:Get the Torch Now! makaimur:0:0073:01:001:Get the Lance Now! makaimur:0:0073:02:001:Get the Axe Now! makaimur:0:0073:03:001:Get the Shield Now! makaimur:0:0073:04:001:Get the Sword Now! makaimur:0:050A:FF:001:Warp To Top Of Screen Now! makaimur:0:0503:04:001:Turn into frog Now! makaimur:0:0528:01:000:Never change into frog makaimur:0:0072:06:071:Select current level makaimur:0:0072:06:061:Select next level makaimur:0:E291:01:100:Always cast spell with 1 Shot makaimur:0:0000:00:999:[ These are actually the opposite of ] makaimur:0:0000:00:999:[ cheats they make the game harder! ] makaimur:0:B5A5:06:100:Devil always twice as hard:Needs 6 shots to kill it/them makaimur:0:CE4F:14:100:Gargoyle always twice as hard:Needs 20 shots to kill it/them makaimur:0:DF57:08:100:Stalagmite always twice as hard:Needs 8 shots to kill it/them makaimur:0:C3FB:14:100:Boss Giant always twice as hard:Needs 20 shots to kill it/them makaimur:0:BDC6:14:100:Boss Devil always twice as hard:Needs 20 shots to kill it/them makaimur:0:DA58:14:100:Boss Satan always twice as hard:Needs 20 shots to kill it/them ; [ Make Trax (set 1) ] maketrax:0:4C1E:99:000:Infinite Credits :maketrax:20800000:12BC3:000000C9:FFFFFFFF:Invincibility maketrax:0:4FC8:4C:000:Yellow can't eat you maketrax:0:4FCA:4C:000:Green can't eat you maketrax:0:4FC8:E0:001:Yellow can eat you maketrax:0:4FCA:E0:001:Green can eat you maketrax:0:4C1C:06:000:Infinite Lives PL1 maketrax:0:4C1D:06:000:Infinite Lives PL2 ; [ Make Trax (set 2) ] maketrxb:0:4C1E:99:000:Infinite Credits :maketrxb:20800000:12BC3:000000C9:FFFFFFFF:Invincibility maketrxb:0:4FC8:4C:000:Yellow can't eat you maketrxb:0:4FCA:4C:000:Green can't eat you maketrxb:0:4FC8:E0:001:Yellow can eat you maketrxb:0:4FCA:E0:001:Green can eat you maketrxb:0:4C1C:06:000:Infinite Lives PL1 maketrxb:0:4C1D:06:000:Infinite Lives PL2 ; [ Makyou Senshi (Japan) ] makyosen:0:14DB:03:000:Infinite Lives PL1 makyosen:0:14D7:99:000:Infinite Money PL1 makyosen:0:0100:20:020:Invincibility PL1 makyosen:0:14E2:99:000:Infinite Main W Ammo PL1 makyosen:0:14E4:99:000:Infinite Ext W1 Ammo PL1:Get extra weapon first makyosen:0:14E6:99:000:Infinite Ext W2 Ammo PL1:Get extra weapon first makyosen:0:14E8:99:000:Infinite Ext W3 Ammo PL1:Get extra weapon first makyosen:0:14EA:99:000:Infinite Ext W4 Ammo PL1:Get extra weapon first makyosen:0:14E1:00:000:Main W always Single fire PL1 makyosen:0:14E1:01:000:Main W always Triple fire PL1 makyosen:0:14E1:02:000:Main W always 6-way fire PL1 makyosen:0:14E1:03:000:Main W always Single mis. PL1 makyosen:0:14E1:04:000:Main W always Triple mis. PL1 makyosen:0:14E1:05:000:Main W always Laser PL1 makyosen:0:14E1:06:000:Main W always 5-way sonar PL1 makyosen:0:14E1:07:000:Main W always Big "sonar" PL1 makyosen:0:14E1:00:001:Main W = Single fire Now! PL1 makyosen:0:14E1:01:001:Main W = Triple fire Now! PL1 makyosen:0:14E1:02:001:Main W = 6-way fire Now! PL1 makyosen:0:14E1:03:001:Main W = Single mis. Now! PL1 makyosen:0:14E1:04:001:Main W = Triple mis. Now! PL1 makyosen:0:14E1:05:001:Main W = Laser Now! PL1 makyosen:0:14E1:06:001:Main W = 5-way sonar Now! PL1 makyosen:0:14E1:07:001:Main W = Big "sonar" Now! PL1 makyosen:0:14E3:00:001:No extra weapon 1 Now! PL1 makyosen:0:14E3:81:001:Ext W1 = Big knife Now! PL1 makyosen:0:14E3:82:001:Ext W1 = Small axe Now! PL1 makyosen:0:14E3:83:001:Ext W1 = Big axe Now! PL1 makyosen:0:14E3:84:001:Ext W1 = Shuriken Now! PL1 makyosen:0:14E3:85:001:Ext W1 = Flame balls Now! PL1 makyosen:0:14E3:86:001:Ext W1 = Grenade Now! PL1 makyosen:0:14E3:87:001:Ext W1 = 4-way bomb Now! PL1 makyosen:0:14E5:00:001:No extra weapon 2 Now! PL1 makyosen:0:14E5:81:001:Ext W2 = Big knife Now! PL1:Get extra weapon 1 first makyosen:0:14E5:82:001:Ext W2 = Small axe Now! PL1:Get extra weapon 1 first makyosen:0:14E5:83:001:Ext W2 = Big axe Now! PL1:Get extra weapon 1 first makyosen:0:14E5:84:001:Ext W2 = Shuriken Now! PL1:Get extra weapon 1 first makyosen:0:14E5:85:001:Ext W2 = Flame balls Now! PL1:Get extra weapon 1 first makyosen:0:14E5:86:001:Ext W2 = Grenade Now! PL1:Get extra weapon 1 first makyosen:0:14E5:87:001:Ext W2 = 4-way bomb Now! PL1:Get extra weapon 1 first makyosen:0:14E7:00:001:No extra weapon 3 Now! PL1 makyosen:0:14E7:81:001:Ext W3 = Big knife Now! PL1:Get extra weapon 2 first makyosen:0:14E7:82:001:Ext W3 = Small axe Now! PL1:Get extra weapon 2 first makyosen:0:14E7:83:001:Ext W3 = Big axe Now! PL1:Get extra weapon 2 first makyosen:0:14E7:84:001:Ext W3 = Shuriken Now! PL1:Get extra weapon 2 first makyosen:0:14E7:85:001:Ext W3 = Flame balls Now! PL1:Get extra weapon 2 first makyosen:0:14E7:86:001:Ext W3 = Grenade Now! PL1:Get extra weapon 2 first makyosen:0:14E7:87:001:Ext W3 = 4-way bomb Now! PL1:Get extra weapon 2 first makyosen:0:14E9:00:001:No extra weapon 4 Now! PL1 makyosen:0:14E9:81:001:Ext W4 = Big knife Now! PL1:Get extra weapon 3 first makyosen:0:14E9:82:001:Ext W4 = Small axe Now! PL1:Get extra weapon 3 first makyosen:0:14E9:83:001:Ext W4 = Big axe Now! PL1:Get extra weapon 3 first makyosen:0:14E9:84:001:Ext W4 = Shuriken Now! PL1:Get extra weapon 3 first makyosen:0:14E9:85:001:Ext W4 = Flame balls Now! PL1:Get extra weapon 3 first makyosen:0:14E9:86:001:Ext W4 = Grenade Now! PL1:Get extra weapon 3 first makyosen:0:14E9:87:001:Ext W4 = 4-way bomb Now! PL1:Get extra weapon 3 first makyosen:0:0100:08:020:Always have the armour PL1 makyosen:0:0100:10:020:Always have the jets PL1 makyosen:0:0100:08:021:Get the armour Now! PL1 makyosen:0:0100:10:021:Get the jets Now! PL1 makyosen:0:0100:10:041:Lose the jets Now! PL1 makyosen:0:0100:08:041:Lose the armour Now! PL1 makyosen:0:14E0:03:000:Infinite Lives PL2 makyosen:0:14DC:99:000:Infinite Money PL2 makyosen:0:0128:20:020:Invincibility PL2 makyosen:0:14EC:99:000:Infinite Main W Ammo PL2 makyosen:0:14EE:99:000:Infinite Ext W1 Ammo PL2:Get extra weapon first makyosen:0:14F0:99:000:Infinite Ext W2 Ammo PL2:Get extra weapon first makyosen:0:14F2:99:000:Infinite Ext W3 Ammo PL2:Get extra weapon first makyosen:0:14F4:99:000:Infinite Ext W4 Ammo PL2:Get extra weapon first makyosen:0:14EB:00:000:Main W always Single fire PL2 makyosen:0:14EB:01:000:Main W always Triple fire PL2 makyosen:0:14EB:02:000:Main W always 6-way fire PL2 makyosen:0:14EB:03:000:Main W always Single mis. PL2 makyosen:0:14EB:04:000:Main W always Triple mis. PL2 makyosen:0:14EB:05:000:Main W always Laser PL2 makyosen:0:14EB:06:000:Main W always 5-way sonar PL2 makyosen:0:14EB:07:000:Main W always Big "sonar" PL2 makyosen:0:14EB:00:001:Main W = Single fire Now! PL2 makyosen:0:14EB:01:001:Main W = Triple fire Now! PL2 makyosen:0:14EB:02:001:Main W = 6-way fire Now! PL2 makyosen:0:14EB:03:001:Main W = Single mis. Now! PL2 makyosen:0:14EB:04:001:Main W = Triple mis. Now! PL2 makyosen:0:14EB:05:001:Main W = Laser Now! PL2 makyosen:0:14EB:06:001:Main W = 5-way sonar Now! PL2 makyosen:0:14EB:07:001:Main W = Big "sonar" Now! PL2 makyosen:0:14ED:00:001:No extra weapon 1 Now! PL2 makyosen:0:14ED:81:001:Ext W1 = Big knife Now! PL2 makyosen:0:14ED:82:001:Ext W1 = Small axe Now! PL2 makyosen:0:14ED:83:001:Ext W1 = Big axe Now! PL2 makyosen:0:14ED:84:001:Ext W1 = Shuriken Now! PL2 makyosen:0:14ED:85:001:Ext W1 = Flame balls Now! PL2 makyosen:0:14ED:86:001:Ext W1 = Grenade Now! PL2 makyosen:0:14ED:87:001:Ext W1 = 4-way bomb Now! PL2 makyosen:0:14EF:00:001:No extra weapon 2 Now! PL2 makyosen:0:14EF:81:001:Ext W2 = Big knife Now! PL2:Get extra weapon 1 first makyosen:0:14EF:82:001:Ext W2 = Small axe Now! PL2:Get extra weapon 1 first makyosen:0:14EF:83:001:Ext W2 = Big axe Now! PL2:Get extra weapon 1 first makyosen:0:14EF:84:001:Ext W2 = Shuriken Now! PL2:Get extra weapon 1 first makyosen:0:14EF:85:001:Ext W2 = Flame balls Now! PL2:Get extra weapon 1 first makyosen:0:14EF:86:001:Ext W2 = Grenade Now! PL2:Get extra weapon 1 first makyosen:0:14EF:87:001:Ext W2 = 4-way bomb Now! PL2:Get extra weapon 1 first makyosen:0:14F1:00:001:No extra weapon 3 Now! PL2 makyosen:0:14F1:81:001:Ext W3 = Big knife Now! PL2:Get extra weapon 2 first makyosen:0:14F1:82:001:Ext W3 = Small axe Now! PL2:Get extra weapon 2 first makyosen:0:14F1:83:001:Ext W3 = Big axe Now! PL2:Get extra weapon 2 first makyosen:0:14F1:84:001:Ext W3 = Shuriken Now! PL2:Get extra weapon 2 first makyosen:0:14F1:85:001:Ext W3 = Flame balls Now! PL2:Get extra weapon 2 first makyosen:0:14F1:86:001:Ext W3 = Grenade Now! PL2:Get extra weapon 2 first makyosen:0:14F1:87:001:Ext W3 = 4-way bomb Now! PL2:Get extra weapon 2 first makyosen:0:14F3:00:001:No extra weapon 4 Now! PL2 makyosen:0:14F3:81:001:Ext W4 = Big knife Now! PL2:Get extra weapon 3 first makyosen:0:14F3:82:001:Ext W4 = Small axe Now! PL2:Get extra weapon 3 first makyosen:0:14F3:83:001:Ext W4 = Big axe Now! PL2:Get extra weapon 3 first makyosen:0:14F3:84:001:Ext W4 = Shuriken Now! PL2:Get extra weapon 3 first makyosen:0:14F3:85:001:Ext W4 = Flame balls Now! PL2:Get extra weapon 3 first makyosen:0:14F3:86:001:Ext W4 = Grenade Now! PL2:Get extra weapon 3 first makyosen:0:14F3:87:001:Ext W4 = 4-way bomb Now! PL2:Get extra weapon 3 first makyosen:0:0128:08:020:Always have the armour PL2 makyosen:0:0128:10:020:Always have the jets PL2 makyosen:0:0128:08:021:Get the armour Now! PL2 makyosen:0:0128:10:021:Get the jets Now! PL2 makyosen:0:0128:10:041:Lose the jets Now! PL2 makyosen:0:0128:08:041:Lose the armour Now! PL2 ; [ Malzak ] :malzak:00100000:101C:00003939:FFFFFFFF:Infinite Credits :malzak:00000000:10D1:000000A0:FFFFFFFF:Infinite Fuel :malzak:20900000:41FD:00000942:FFFFFFFF:Invincibility :malzak:00000000:1036:00000000:FFFFFFFF:Rapid Fire :malzak:00000000:1302:00000009:FFFFFFFF:Infinite Lives PL1 :malzak:00000000:1382:00000009:FFFFFFFF:Infinite Lives PL2 ; [ Malzak II ] :malzak2:00100000:101C:00003939:FFFFFFFF:Infinite Credits :malzak2:00000000:10D1:000000A0:FFFFFFFF:Infinite Fuel :malzak2:20900000:41FF:00000942:FFFFFFFF:Invincibility :malzak2:00000000:1036:00000000:FFFFFFFF:Rapid Fire :malzak2:00000000:1302:00000009:FFFFFFFF:Infinite Lives PL1 :malzak2:00000000:1382:00000009:FFFFFFFF:Infinite Lives PL2 ; [ Manhattan 24 Bunsyo (Japan) ] :manhatan:20800000:19A70:00000020:FFFFFFFF:Invincibility - Player :manhatan:20810000:19AE2:00000039:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Enemy :manhatan:20810000:19B3F:00000020:FFFFFFFF:Invincibility (3/3):Car :manhatan:20800000:198E1:00000039:FFFFFFFF:Invincibility - Hostage manhatan:0:1598:03:000:Always have all weapons manhatan:0:1598:03:001:Get all weapons Now! :manhatan:00000000:010C0:00000000:00000010:Rapid Fire manhatan:0:15CE:08:000:Infinite Lives PL1 manhatan:0:15FE:08:000:Infinite Lives PL2 ; [ Mania Challenge (set 1) ] maniach:0:02CC:59:000:Infinite Time maniach:0:0000:00:999:[The Referee never counts ] maniach:0:0000:00:999:[cheat gives you Infinite ] maniach:0:0000:00:999:[Time out of the ring, when ] maniach:0:0000:00:999:[you are on the corner and ] maniach:0:0000:00:999:[makes it impossible to get ] maniach:0:0000:00:999:[a fall. Either disable it ] maniach:0:0000:00:999:[or use the CORRECT 'Time ='] maniach:0:0000:00:999:[cheats. These can also be ] maniach:0:0000:00:999:[useful to enable when it's ] maniach:0:0000:00:999:[to your advantage!! ;-) ] maniach:0:00EE:01:000:Referee never counts maniach:0:00EE:19:001:Out of Ring Time = 19 Now! maniach:0:00EE:02:001:Fall Count Time = 2 Now! maniach:0:00EE:04:001:Corner Count Time = 4 Now! maniach:0:0000:00:999:[ ] maniach:0:0050:FF:000:Infinite Energy PL1 maniach:0:0050:00:001:Drain all Energy Now! PL1 maniach:0:005E:00:000:Infinite Jumps on Corner PL1 maniach:0:0051:FF:000:Infinite Energy PL2 maniach:0:0051:00:001:Drain all Energy Now! PL2 maniach:0:005F:00:000:Infinite Jumps on Corner PL2 maniach:0:0000:00:999:[The Infinite Attacks cheats] maniach:0:0000:00:999:[prevents the other player ] maniach:0:0000:00:999:[attacking you after you've ] maniach:0:0000:00:999:[attacked them three times ] maniach:0:0000:00:999:[in a row. ] maniach:0:003F:00:000:Infinite Attacks PL1 maniach:0:0040:00:000:Infinite Attacks PL2 ; [ Mania Challenge (set 2) ] maniach2:0:02CC:59:000:Infinite Time maniach2:0:0000:00:999:[The Referee never counts ] maniach2:0:0000:00:999:[cheat gives you Infinite ] maniach2:0:0000:00:999:[Time out of the ring, when ] maniach2:0:0000:00:999:[you are on the corner and ] maniach2:0:0000:00:999:[makes it impossible to get ] maniach2:0:0000:00:999:[a fall. Either disable it ] maniach2:0:0000:00:999:[or use the CORRECT 'Time ='] maniach2:0:0000:00:999:[cheats. These can also be ] maniach2:0:0000:00:999:[useful to enable when it's ] maniach2:0:0000:00:999:[to your advantage!! ;-) ] maniach2:0:00EE:01:000:Referee never counts maniach2:0:00EE:19:001:Out of Ring Time = 19 Now! maniach2:0:00EE:02:001:Fall Count Time = 2 Now! maniach2:0:00EE:04:001:Corner Count Time = 4 Now! maniach2:0:0000:00:999:[ ] maniach2:0:0050:FF:000:Infinite Energy PL1 maniach2:0:0050:00:001:Drain all Energy Now! PL1 maniach2:0:005E:00:000:Infinite Jumps on Corner PL1 maniach2:0:0051:FF:000:Infinite Energy PL2 maniach2:0:0051:00:001:Drain all Energy Now! PL2 maniach2:0:005F:00:000:Infinite Jumps on Corner PL2 maniach2:0:0000:00:999:[The Infinite Attacks cheats] maniach2:0:0000:00:999:[prevents the other player ] maniach2:0:0000:00:999:[attacking you after you've ] maniach2:0:0000:00:999:[attacked them three times ] maniach2:0:0000:00:999:[in a row. ] maniach2:0:003F:00:000:Infinite Attacks PL1 maniach2:0:0040:00:000:Infinite Attacks PL2 ; [ Maniac Square (prototype) ] maniacsp:0:FF7059:09:000:Infinite Credits maniacsp:0:FF4D3D:00:001:Get 1 Line to finish this Level Now! PL1 maniacsp:0:FF600F:00:001:Get 1 Line to finish this Level Now! PL2 ; [ Maniac Square (unprotected) ] maniacsq:0:FE7FF7:3C:000:Infinite Time [SOLO GAME] ; [ Manx TT Superbike ] manxtt:0:0000:00:999:[ There are no cheats ]:REASON 1 manxtt:0:0000:00:999:[ for this game as it ]:REASON 1 manxtt:0:0000:00:999:[ didn't work the last ]:REASON 1 manxtt:0:0000:00:999:[ time it was tested. ]:REASON 1 manxtt:0:0000:00:999:[ If the game now works ]:REASON 1 manxtt:0:0000:00:999:[ please request cheats ]:REASON 1 manxtt:0:0000:00:999:[ for it on the cheat ]:REASON 1 manxtt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Many Block ] manybloc:0:0F1554:08:000:Infinite Move Time:Toggle this cheat OFF to drop the next line or it will never drop! manybloc:0:0F0145:0A:000:Infinite Helps PL1 manybloc:0:0F0147:0A:000:Infinite Helps PL2 ; [ Mappy (US) ] mappy:0:2030:06:000:Infinite Lives mappy:0:2033:00:000:Invincibility ; [ Mappy (Japan) ] mappyj:0:2030:06:000:Infinite Lives mappyj:0:2033:00:000:Invincibility ; [ Marble Madness (set 1) ] marble:0:401FF5:19:000:Infinite Credits marble:0:000000:00:999:[ Make sure you turn OFF the 'Never be stunned or ] marble:0:000000:00:999:[ smashed' cheats before you cross the goal line or ] marble:0:000000:00:999:[ use the 'Finish this Round Now!' cheats. ] marble:0:400083:64:000:Infinite Time PL1 marble:0:400032:00:000:Never be stunned or smashed PL1:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble:0:400032:06:001:Finish this Round Now! PL1:You may have to wait a few seconds though marble:0:400165:64:000:Infinite Time PL2 marble:0:400114:00:000:Never be stunned or smashed PL2:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble:0:400114:06:001:Finish this Round Now! PL2:You may have to wait a few seconds though ; [ Marble Madness (set 2) ] marble2:0:401FF5:19:000:Infinite Credits marble2:0:000000:00:999:[ Make sure you turn OFF the 'Never be stunned or ] marble2:0:000000:00:999:[ smashed' cheats before you cross the goal line or ] marble2:0:000000:00:999:[ use the 'Finish this Round Now!' cheats. ] marble2:0:400083:64:000:Infinite Time PL1 marble2:0:400032:00:000:Never be stunned or smashed PL1:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble2:0:400032:06:001:Finish this Round Now! PL1:You may have to wait a few seconds though marble2:0:400165:64:000:Infinite Time PL2 marble2:0:400114:00:000:Never be stunned or smashed PL2:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble2:0:400114:06:001:Finish this Round Now! PL2:You may have to wait a few seconds though ; [ Marble Madness (set 3) ] marble3:0:401FF5:19:000:Infinite Credits marble3:0:000000:00:999:[ Make sure you turn OFF the 'Never be stunned or ] marble3:0:000000:00:999:[ smashed' cheats before you cross the goal line or ] marble3:0:000000:00:999:[ use the 'Finish this Round Now!' cheats. ] marble3:0:400083:64:000:Infinite Time PL1 marble3:0:400032:00:000:Never be stunned or smashed PL1:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble3:0:400032:06:001:Finish this Round Now! PL1:You may have to wait a few seconds though marble3:0:400165:64:000:Infinite Time PL2 marble3:0:400114:00:000:Never be stunned or smashed PL2:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble3:0:400114:06:001:Finish this Round Now! PL2:You may have to wait a few seconds though ; [ Marble Madness (set 4) ] marble4:0:401FF5:19:000:Infinite Credits marble4:0:000000:00:999:[ Make sure you turn OFF the 'Never be stunned or ] marble4:0:000000:00:999:[ smashed' cheats before you cross the goal line or ] marble4:0:000000:00:999:[ use the 'Finish this Round Now!' cheats. ] marble4:0:400083:64:000:Infinite Time PL1 marble4:0:400032:00:000:Never be stunned or smashed PL1:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble4:0:400032:06:001:Finish this Round Now! PL1:You may have to wait a few seconds though marble4:0:400165:64:000:Infinite Time PL2 marble4:0:400114:00:000:Never be stunned or smashed PL2:This cheat stops you getting stunned when hit and allows you to drop onto lower visible platforms without smashing the marble marble4:0:400114:06:001:Finish this Round Now! PL2:You may have to wait a few seconds though ; [ Marine Boy ] marineb:0:803B:28:005:Infinite Oxygen marineb:0:32E2:3A:100:Invincibility:You can't die but you can still be electrocuted or dragged up. marineb:0:8031:09:000:Infinite Lives PL1 marineb:0:8032:09:000:Infinite Lives PL2 ; [ Marine Date ] marinedt:0:0000:00:999:[ This game hasn't even ]:REASON 11 marinedt:0:0000:00:999:[ been looked at due to ]:REASON 11 marinedt:0:0000:00:999:[ time constraints - Too]:REASON 11 marinedt:0:0000:00:999:[ many games and so ]:REASON 11 marinedt:0:0000:00:999:[ little time. It is ]:REASON 11 marinedt:0:0000:00:999:[ even possible that ]:REASON 11 marinedt:0:0000:00:999:[ this game may be a ]:REASON 11 marinedt:0:0000:00:999:[ clone of an existing ]:REASON 11 marinedt:0:0000:00:999:[ game which may have ]:REASON 11 marinedt:0:0000:00:999:[ cheats. Please search ]:REASON 11 marinedt:0:0000:00:999:[ the cheat forums ]:REASON 11 marinedt:0:0000:00:999:[ before posting cheat ]:REASON 11 marinedt:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mariner ] mariner:0:4108:05:000:Infinite Lives mariner:0:4105:FF:000:Infinite Fuel mariner:0:2047:C9:100:Invincibility mariner:0:2113:C9:600:Invincibility (2/3) mariner:0:153B:C9:600:invincibility (3/3) mariner:0:0000:00:999:[Level 6 = Base ] mariner:0:411E:05:071:Select current level mariner:0:411E:05:061:Select next level ; [ Mario Bros. (US) ] mario:0:66D4:99:000:Infinite Bonus Time mario:0:6860:02:000:Infinite POW mario:0:603B:05:000:Start on Level 5 mario:0:603B:0A:000:Start on Level 10 mario:0:603B:0F:000:Start on Level 15 mario:0:603B:14:000:Start on Level 20 mario:0:603B:7F:000:Start on Level 127 mario:0:603B:FF:000:Start on Level 255 mario:0:6116:07:000:Infinite Lives PL1 mario:0:6156:07:000:Infinite Lives PL2 ; [ Mario Bros. (Japan) ] mariojp:0:66D4:99:000:Infinite Bonus Time mariojp:0:6860:02:000:Infinite POW mariojp:0:603B:05:000:Start on Level 5 mariojp:0:603B:0A:000:Start on Level 10 mariojp:0:603B:0F:000:Start on Level 15 mariojp:0:603B:14:000:Start on Level 20 mariojp:0:603B:7F:000:Start on Level 127 mariojp:0:603B:FF:000:Start on Level 255 mariojp:0:6116:07:000:Infinite Lives PL1 mariojp:0:6156:07:000:Infinite Lives PL2 ; [ Markham ] markham:0:C067:99:000:Infinite Credits :markham:21800000:02AA:000000C9:FFFFFFFF:Invincibility :markham:21810000:037F:000000C9:FFFFFFFF:Invincibility (2/3):1st = Moving Enemy & Fire, 2nd = Large Enemy :markham:21810000:04CE:000000C9:FFFFFFFF:Invincibility (3/3):Fixed Enemy :markham:00000000:C001:00000000:FFFFFFFF:Rapid Fire :markham:20900000:1618:00000010:FFFFFFFF:Fast Fire - Shot :markham:20910000:161A:00000410:FFFFFFFF:Fast Fire - Shot (2/3) :markham:20910000:161C:0000FC10:FFFFFFFF:Fast Fire - Shot (3/3) :markham:20800000:16BB:00000009:FFFFFFFF:Fast Fire - Missile markham:0:C10C:09:000:Infinite Lives PL1 markham:0:C10D:09:000:Infinite Lives PL2 :markham:00000000:C109:00000002:FFFFFFFF:Sound Test Timer Stop ; [ Mars ] mars:0:4100:06:000:Infinite Lives mars:0:4101:99:000:Infinite Fuel mars:0:0000:00:999:[Only enable Invincibility ] mars:0:0000:00:999:[during gameplay. ] mars:0:42A2:01:000:Invincibility ; [ Martial Masters ] martmast:0:0000:00:999:[ There are no cheats ]:REASON 1 martmast:0:0000:00:999:[ for this game as it ]:REASON 1 martmast:0:0000:00:999:[ didn't work the last ]:REASON 1 martmast:0:0000:00:999:[ time it was tested. ]:REASON 1 martmast:0:0000:00:999:[ If the game now works ]:REASON 1 martmast:0:0000:00:999:[ please request cheats ]:REASON 1 martmast:0:0000:00:999:[ for it on the cheat ]:REASON 1 martmast:0:0000:00:999:[ forums. ]:REASON 1 ; [ Maru-Chan de Goo! (J 971216 V1.000) ] maruchan:0:0000:00:999:[ There are no cheats ]:REASON 1 maruchan:0:0000:00:999:[ for this game as it ]:REASON 1 maruchan:0:0000:00:999:[ didn't work the last ]:REASON 1 maruchan:0:0000:00:999:[ time it was tested. ]:REASON 1 maruchan:0:0000:00:999:[ If the game now works ]:REASON 1 maruchan:0:0000:00:999:[ please request cheats ]:REASON 1 maruchan:0:0000:00:999:[ for it on the cheat ]:REASON 1 maruchan:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Marukin-Ban (Japan 901017) ] marukin:0:E6A4:03:002:Infinite Power marukin:0:E6A5:00:502:Infinite Power (2/3) marukin:0:E6A6:00:502:Infinite Power (3/3) marukin:0:0000:00:999:[The winning hand cheat must] marukin:0:0000:00:999:[be activated when there are] marukin:0:0000:00:999:[14 tiles in your hand, then] marukin:0:0000:00:999:[press the RON key . ] marukin:0:0000:00:999:[('Z' by default). The tiles] marukin:0:0000:00:999:[do not visually change ] marukin:0:0000:00:999:[until you make a move. ] marukin:0:E2C0:31:001:Get winning hand 1Now! marukin:0:E2C1:31:501:Get winning hand 1Now!(02/14) marukin:0:E2C2:31:501:Get winning hand 1Now!(03/14) marukin:0:E2C3:32:501:Get winning hand 1Now!(04/14) marukin:0:E2C4:32:501:Get winning hand 1Now!(05/14) marukin:0:E2C5:32:501:Get winning hand 1Now!(06/14) marukin:0:E2C6:33:501:Get winning hand 1Now!(07/14) marukin:0:E2C7:33:501:Get winning hand 1Now!(08/14) marukin:0:E2C8:33:501:Get winning hand 1Now!(09/14) marukin:0:E2C9:34:501:Get winning hand 1Now!(10/14) marukin:0:E2CA:34:501:Get winning hand 1Now!(11/14) marukin:0:E2CB:34:501:Get winning hand 1Now!(12/14) marukin:0:E2CC:35:501:Get winning hand 1Now!(13/14) marukin:0:E2CD:35:501:Get winning hand 1Now!(14/14) marukin:0:0000:00:999:[Use this winning hand for ] marukin:0:0000:00:999:[less points. Useful if you ] marukin:0:0000:00:999:[want to see the alternate ] marukin:0:0000:00:999:[bonus screen. You must play] marukin:0:0000:00:999:[a bit to avoid being given ] marukin:0:0000:00:999:['first shot winning' making] marukin:0:0000:00:999:[ you unable to see the ] marukin:0:0000:00:999:[alternate bonus screen. ] marukin:0:0000:00:999:[This doesnt work every time] marukin:0:E2C0:02:001:Get winning hand 2Now! marukin:0:E2C1:03:501:Get winning hand 2Now!(02/14) marukin:0:E2C2:04:501:Get winning hand 2Now!(03/14) marukin:0:E2C3:17:501:Get winning hand 2Now!(04/14) marukin:0:E2C4:17:501:Get winning hand 2Now!(05/14) marukin:0:E2C5:17:501:Get winning hand 2Now!(06/14) marukin:0:E2C6:25:501:Get winning hand 2Now!(07/14) marukin:0:E2C7:26:501:Get winning hand 2Now!(08/14) marukin:0:E2C8:27:501:Get winning hand 2Now!(09/14) marukin:0:E2C9:28:501:Get winning hand 2Now!(10/14) marukin:0:E2CA:28:501:Get winning hand 2Now!(11/14) marukin:0:E2CB:28:501:Get winning hand 2Now!(12/14) marukin:0:E2CC:29:501:Get winning hand 2Now!(13/14) marukin:0:E2CD:29:501:Get winning hand 2Now!(14/14) marukin:0:0000:00:999:[See this URL for mahjong ] marukin:0:0000:00:999:[rules (merge all lines!) ] marukin:0:0000:00:999:[www.tky.hut.fi/~kjmjm/ ] marukin:0:0000:00:999:[english/majiang/rules/ ] marukin:0:0000:00:999:[basics.html ] ; [ Chibi Marukochan Deluxe Quiz ] marukodq:0:100429:0F:000:Infinite Answer Time :marukodq:000000E6:10040D:40000000:FFFFFFFF:Display the Correct Answer:Correct Answer marukodq:0:10040D:01:000:Answer A always correct marukodq:0:100821:01:001:Good answer ends quiz Now! marukodq:0:101303:03:000:Infinite Lives PL1 marukodq:0:101403:03:000:Infinite Lives PL2 :marukodq:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :marukodq:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :marukodq:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Marvin's Maze ] marvins:0:D565:0A:000:Infinite Lives :marvins:20800000:1FC0:00000018:FFFFFFFF:Invincibility ; [ Marvel Land (US) ] marvland:0:40AB18:1B:000:Infinite Time marvland:0:40900B:04:000:Infinite Lives PL1 marvland:0:40904B:04:000:Infinite Lives PL2 marvland:0:000000:00:999:[Invincibility causes player] marvland:0:000000:00:999:[to flicker and vanish at ] marvland:0:000000:00:999:[times. ] marvland:0:100079:4E:000:Invincibility marvland:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Marvel Land (Japan) ] marvlanj:0:40AB18:1B:000:Infinite Time marvlanj:0:40900B:04:000:Infinite Lives PL1 marvlanj:0:40904B:04:000:Infinite Lives PL2 marvlanj:0:000000:00:999:[Invincibility causes player] marvlanj:0:000000:00:999:[to flicker and vanish at ] marvlanj:0:000000:00:999:[times. ] marvlanj:0:100079:4E:000:Invincibility marvlanj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Masao ] masao:0:66D4:99:000:Infinite Bonus Time masao:0:6860:02:000:Infinite POW masao:0:603B:05:000:Start on Level 5 masao:0:603B:0A:000:Start on Level 10 masao:0:603B:0F:000:Start on Level 15 masao:0:603B:14:000:Start on Level 20 masao:0:603B:7F:000:Start on Level 127 masao:0:603B:FF:000:Start on Level 255 masao:0:6116:07:000:Infinite Lives PL1 masao:0:6156:07:000:Infinite Lives PL2 ; [ Master of Weapon (World) ] masterw:0:200708:09:000:Infinite Credits masterw:0:2010A0:04:000:Maximum fire power masterw:0:201095:04:000:Maximum weapon power masterw:0:20348D:03:000:Invincibility masterw:0:201094:03:000:Always have Piercing W. masterw:0:201094:04:000:Always have Wide W. masterw:0:201094:05:000:Always have Guide W. masterw:0:201094:06:000:Always have Laser W. masterw:0:201094:07:000:Always have H. Bomb W. masterw:0:201094:03:001:Get Piercing W. Now! masterw:0:201094:04:001:Get Wide W. Now! masterw:0:201094:05:001:Get Guide W. Now! masterw:0:201094:06:001:Get Laser W. Now! masterw:0:201094:07:001:Get H. Bomb W. Now! masterw:0:200753:03:000:Infinite Lives PL1 masterw:0:200755:03:000:Infinite Lives PL2 ; [ Master of Weapon (US) ] masterwu:0:200708:09:000:Infinite Credits masterwu:0:2010A0:04:000:Maximum fire power masterwu:0:201095:04:000:Maximum weapon power masterwu:0:20348D:03:000:Invincibility masterwu:0:201094:03:000:Always have Piercing W. masterwu:0:201094:04:000:Always have Wide W. masterwu:0:201094:05:000:Always have Guide W. masterwu:0:201094:06:000:Always have Laser W. masterwu:0:201094:07:000:Always have H. Bomb W. masterwu:0:201094:03:001:Get Piercing W. Now! masterwu:0:201094:04:001:Get Wide W. Now! masterwu:0:201094:05:001:Get Guide W. Now! masterwu:0:201094:06:001:Get Laser W. Now! masterwu:0:201094:07:001:Get H. Bomb W. Now! masterwu:0:200753:03:000:Infinite Lives PL1 masterwu:0:200755:03:000:Infinite Lives PL2 ; [ Masters of Kin, The ] mastkin:0:2843:09:000:Infinite Credits :mastkin:00000082:281F:000000F8:FFFFFFFF:Infinite Time mastkin:0:2817:FF:000:Infinite Energy mastkin:0:282E:FF:000:Invincibility "ON" mastkin:0:282E:00:000:Invincibility "OFF" mastkin:0:2A81:05:000:Infinite Lives PL1 mastkin:0:2AC1:05:000:Infinite Lives PL2 ; [ Match It ] matchit:0:EA06:99:000:Infinite Time matchit:0:E181:00:001:Finish this stage Now! matchit:0:E181:00:000:Slide Show Mode matchit:0:EA02:03:007:Infinite Help PL1 matchit:0:EA22:03:507:Infinite Help PL1 (2/2) matchit:0:EA28:09:000:Infinite Turn Time PL1 matchit:0:EA42:03:007:Infinite Help PL2 matchit:0:EA48:09:000:Infinite Turn Time PL2 ; [ Match It II ] :matchit2:00000060:A0BD6:00000004:FFFFFFFF:Infinite Helpers :matchit2:00000080:A0C0F:000000A0:FFFFFFFF:Infinite Time SOLO/VS PL1 :matchit2:00000000:A0C13:0000005C:FFFFFFFF:Infinite Time VS PL2 ; [ Mating Game, The (Datapak) ] mating:0:0000:00:999:[ There are no cheats ]:REASON 1 mating:0:0000:00:999:[ for this game as it ]:REASON 1 mating:0:0000:00:999:[ didn't work the last ]:REASON 1 mating:0:0000:00:999:[ time it was tested. ]:REASON 1 mating:0:0000:00:999:[ If the game now works ]:REASON 1 mating:0:0000:00:999:[ please request cheats ]:REASON 1 mating:0:0000:00:999:[ for it on the cheat ]:REASON 1 mating:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mating Game, The (Standard) ] matinga:0:0000:00:999:[ There are no cheats ]:REASON 1 matinga:0:0000:00:999:[ for this game as it ]:REASON 1 matinga:0:0000:00:999:[ didn't work the last ]:REASON 1 matinga:0:0000:00:999:[ time it was tested. ]:REASON 1 matinga:0:0000:00:999:[ If the game now works ]:REASON 1 matinga:0:0000:00:999:[ please request cheats ]:REASON 1 matinga:0:0000:00:999:[ for it on the cheat ]:REASON 1 matinga:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mat Mania ] matmania:0:02CF:59:000:Infinite Time matmania:0:0000:00:999:[The Referee never counts ] matmania:0:0000:00:999:[cheat gives you Infinite ] matmania:0:0000:00:999:[Time out of the ring, when ] matmania:0:0000:00:999:[you are on the corner and ] matmania:0:0000:00:999:[makes it impossible to get ] matmania:0:0000:00:999:[a fall. Either disable it ] matmania:0:0000:00:999:[or use the CORRECT 'Time ='] matmania:0:0000:00:999:[cheats. These can also be ] matmania:0:0000:00:999:[useful to enable when it's ] matmania:0:0000:00:999:[to your advantage!! ;-) ] matmania:0:00E6:01:000:Referee never counts matmania:0:00E6:19:001:Out of Ring Time = 19 Now! matmania:0:00E6:02:001:Fall Count Time = 2 Now! matmania:0:00E6:04:001:Corner Count Time = 4 Now! matmania:0:0000:00:999:[ ] matmania:0:004A:FF:000:Infinite Energy PL1 matmania:0:004A:00:001:Drain all Energy Now! PL1 matmania:0:0059:00:000:Infinite Jumps on Corner PL1 matmania:0:004B:FF:000:Infinite Energy PL2 matmania:0:004B:00:001:Drain all Energy Now! PL2 matmania:0:0059:00:000:Infinite Jumps on Corner PL2 matmania:0:0000:00:999:[The Infinite Attacks cheats] matmania:0:0000:00:999:[prevents the other player ] matmania:0:0000:00:999:[attacking you after you've ] matmania:0:0000:00:999:[attacked them three times ] matmania:0:0000:00:999:[in a row. ] matmania:0:0039:00:000:Infinite Attacks PL1 matmania:0:003A:00:000:Infinite Attacks PL2 ; [ Matrimelee / Shin Gouketsuji Ichizoku Toukon ] matrim:0:0000:00:999:[ This game hasn't even ]:REASON 11 matrim:0:0000:00:999:[ been looked at due to ]:REASON 11 matrim:0:0000:00:999:[ time constraints - Too]:REASON 11 matrim:0:0000:00:999:[ many games and so ]:REASON 11 matrim:0:0000:00:999:[ little time. It is ]:REASON 11 matrim:0:0000:00:999:[ even possible that ]:REASON 11 matrim:0:0000:00:999:[ this game may be a ]:REASON 11 matrim:0:0000:00:999:[ clone of an existing ]:REASON 11 matrim:0:0000:00:999:[ game which may have ]:REASON 11 matrim:0:0000:00:999:[ cheats. Please search ]:REASON 11 matrim:0:0000:00:999:[ the cheat forums ]:REASON 11 matrim:0:0000:00:999:[ before posting cheat ]:REASON 11 matrim:0:0000:00:999:[ requests/cheat finding]:REASON 11 :matrim:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :matrim:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :matrim:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Mausuke no Ojama the World (J 960314 V1.000) ] :mausuke:00000000:06023905:00000000:FFFFFFFF:Never get Attacked PL1 :mausuke:00000001:06024675:00000003:FFFFFFFF:Attack opposite side Now! PL1 :mausuke:00000000:06024675:00000003:FFFFFFFF:Always send attack Blocks PL1 :mausuke:00000000:06024660:00000000:FFFFFFFF:Always have Lowest Speed PL1 :mausuke:00000000:06024675:00000000:FFFFFFFF:Never get Attacked PL2 :mausuke:00000001:06023905:00000003:FFFFFFFF:Attack opposite side Now! PL2 :mausuke:00000000:06023905:00000003:FFFFFFFF:Always send attack Blocks PL2 :mausuke:00000000:060238F0:00000000:FFFFFFFF:Always have Lowest Speed PL2 ; [ Maximum Force v1.05 ] maxforce:0:1000AAE3:05:000:Infinite Lives PL1 maxforce:0:1000AB37:0E:000:Infinite Ammo PL1 maxforce:0:1000AB6F:05:000:Infinite Lives PL2 maxforce:0:1000ABC3:0E:000:Infinite Ammo PL2 ; [ Maximum Force v1.02 ] maxf_102:0:1000AAE3:05:000:Infinite Lives PL1 maxf_102:0:1000AB37:0E:000:Infinite Ammo PL1 maxf_102:0:1000AB6F:05:000:Infinite Lives PL2 maxf_102:0:1000ABC3:0E:000:Infinite Ammo PL2 ; [ Max RPM ] maxrpm:0:E022:00:000:Infinite Time PL1 maxrpm:0:E081:00:000:Infinite Time PL2 ; [ Maya ] maya:0:7718:1E:000:Infinite Game Time maya:0:771C:64:000:Infinite VS Time maya:0:7711:00:001:Finish this Level Now! maya:0:7711:00:000:Slideshow Mode maya:0:7733:03:000:Infinite Helps PL1 maya:0:7734:03:000:Infinite Helps PL2 ; [ Mayday (set 1) ] mayday:0:A037:99:000:Infinite Credits mayday:0:E8A4:00:100:Invincibility mayday:0:E8AB:20:600:Invincibility (2/2) mayday:0:A1A1:05:000:Infinite Lives PL1 mayday:0:A1A3:04:000:Infinite Smart Bombs PL1 mayday:0:A1A2:63:072:Select Current Mission PL1 mayday:0:A1A2:63:062:Select Next Mission PL1 mayday:0:A1DE:05:000:Infinite Lives PL2 mayday:0:A1E0:04:000:Infinite Smart Bombs PL2 mayday:0:A1DF:63:072:Select Current Attack Wave PL2 mayday:0:A1DF:63:062:Select Next Attack Wave PL2 ; [ Mayday (set 2) ] maydaya:0:A037:99:000:Infinite Credits maydaya:0:E8A4:00:100:Invincibility maydaya:0:E8AB:20:600:Invincibility (2/2) maydaya:0:A1A1:05:000:Infinite Lives PL1 maydaya:0:A1A3:04:000:Infinite Smart Bombs PL1 maydaya:0:A1A2:63:072:Select Current Mission PL1 maydaya:0:A1A2:63:062:Select Next Mission PL1 maydaya:0:A1DE:05:000:Infinite Lives PL2 maydaya:0:A1E0:04:000:Infinite Smart Bombs PL2 maydaya:0:A1DF:63:072:Select Current Mission PL2 maydaya:0:A1DF:63:062:Select Next Mission PL2 ; [ Mayday (set 3) ] maydayb:0:A037:99:000:Infinite Credits maydayb:0:E8A4:00:100:Invincibility maydayb:0:E8AB:20:600:Invincibility (2/2) maydayb:0:A1A1:05:000:Infinite Lives PL1 maydayb:0:A1A3:04:000:Infinite Smart Bombs PL1 maydayb:0:A1A2:63:072:Select Current Mission PL1 maydayb:0:A1A2:63:062:Select Next Mission PL1 maydayb:0:A1DE:05:000:Infinite Lives PL2 maydayb:0:A1E0:04:000:Infinite Smart Bombs PL2 maydayb:0:A1DF:63:072:Select Current Attack Wave PL2 maydayb:0:A1DF:63:062:Select Next Attack Wave PL2 ; [ Mayhem 2002 ] mayhem:0:EAF6:63:000:Infinite Credits mayhem:0:E015:63:000:Infinite Time mayhem:0:E016:3B:500:Infinite Time (2/2) mayhem:0:E015:00:001:Finish this Game Now! mayhem:0:E016:00:501:Finish this Game Now! (2/2) mayhem:0:E409:00:000:Score always = 0 Red Team mayhem:0:E409:99:000:Score always = 9900 Red Team mayhem:0:E409:00:001:Score = 0 Now! Red Team mayhem:0:E409:99:001:Score = 9900 Now! Red Team mayhem:0:E409:99:073:Select XX00 Score Red Team mayhem:0:E509:00:000:Score always = 0 Blue Team mayhem:0:E509:99:000:Score always = 9900 Blue Team mayhem:0:E509:00:001:Score = 0 Now! Blue Team mayhem:0:E509:99:001:Score = 9900 Now! Blue Team mayhem:0:E509:99:073:Select XX00 Score Blue Team ; [ Mayjinsen ] mayjinsn:0:0000:00:999:[ There are no cheats ]:REASON 1 mayjinsn:0:0000:00:999:[ for this game as it ]:REASON 1 mayjinsn:0:0000:00:999:[ didn't work the last ]:REASON 1 mayjinsn:0:0000:00:999:[ time it was tested. ]:REASON 1 mayjinsn:0:0000:00:999:[ If the game now works ]:REASON 1 mayjinsn:0:0000:00:999:[ please request cheats ]:REASON 1 mayjinsn:0:0000:00:999:[ for it on the cheat ]:REASON 1 mayjinsn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mayjinsen 2 ] mayjisn2:0:0000:00:999:[ There are no cheats ]:REASON 1 mayjisn2:0:0000:00:999:[ for this game as it ]:REASON 1 mayjisn2:0:0000:00:999:[ didn't work the last ]:REASON 1 mayjisn2:0:0000:00:999:[ time it was tested. ]:REASON 1 mayjisn2:0:0000:00:999:[ If the game now works ]:REASON 1 mayjisn2:0:0000:00:999:[ please request cheats ]:REASON 1 mayjisn2:0:0000:00:999:[ for it on the cheat ]:REASON 1 mayjisn2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Kikiippatsu Mayumi-chan (Japan) ] mayumi:0:D885:09:000:Infinite Credits :mayumi:00000000:C2E6:00000002:FFFFFFFF:Score always = 200000 :mayumi:00010000:C2E7:00000000:FFFFFFFF:Score always = 200000 (2/3) :mayumi:00010000:C2E8:00000000:FFFFFFFF:Score always = 200000 (3/3) :mayumi:00000000:C4A0:00000000:FFFFFFFF:Hand value always = 99000 :mayumi:00010000:C4A1:00000009:FFFFFFFF:Hand value always = 99000 (2/3) :mayumi:00010000:C4A2:00000009:FFFFFFFF:Hand value always = 99000 (3/3) mayumi:0:000000:00:999:[ The winning hand cheat must be ] mayumi:0:000000:00:999:[ activated when there are 14 tiles ] mayumi:0:000000:00:999:[ in your hand, then press the RON ] mayumi:0:000000:00:999:[ key ('Z' by default). The tiles ] mayumi:0:000000:00:999:[ do not visually change until you ] mayumi:0:000000:00:999:[ make a move. ] :mayumi:00000001:C040:00000031:FFFFFFFF:Get winning hand Now! :mayumi:00010001:C041:00000031:FFFFFFFF:Get winning hand Now! (02/15) :mayumi:00010001:C042:00000031:FFFFFFFF:Get winning hand Now! (03/15) :mayumi:00010001:C043:00000032:FFFFFFFF:Get winning hand Now! (04/15) :mayumi:00010001:C044:00000032:FFFFFFFF:Get winning hand Now! (05/15) :mayumi:00010001:C045:00000032:FFFFFFFF:Get winning hand Now! (06/15) :mayumi:00010001:C046:00000033:FFFFFFFF:Get winning hand Now! (07/15) :mayumi:00010001:C047:00000033:FFFFFFFF:Get winning hand Now! (08/15) :mayumi:00010001:C048:00000033:FFFFFFFF:Get winning hand Now! (09/15) :mayumi:00010001:C049:00000034:FFFFFFFF:Get winning hand Now! (10/15) :mayumi:00010001:C04A:00000034:FFFFFFFF:Get winning hand Now! (11/15) :mayumi:00010001:C04B:00000034:FFFFFFFF:Get winning hand Now! (12/15) :mayumi:00010001:C04C:00000035:FFFFFFFF:Get winning hand Now! (13/15) :mayumi:00010001:C04D:00000035:FFFFFFFF:Get winning hand Now! (14/15) :mayumi:00010001:C358:00000035:FFFFFFFF:Get winning hand Now! (15/15) :mayumi:00000006:C040:000D000D:FFFFFFFF:Watch ALL 14 tiles - Player :mayumi:00000006:C050:000D000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. mayumi:0:000000:00:999:[ Here is the look-up list for ] mayumi:0:000000:00:999:[ the above watches. ] mayumi:0:000000:00:999:[ ] mayumi:0:000000:00:999:[ value common name chinese name ] mayumi:0:000000:00:999:[ 00h - no tile - ] mayumi:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] mayumi:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] mayumi:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] mayumi:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] mayumi:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] mayumi:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] mayumi:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] mayumi:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] mayumi:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] mayumi:0:000000:00:999:[ 11h 1 "dots" 1 "tung" ] mayumi:0:000000:00:999:[ 12h 2 "dots" 2 "tung" ] mayumi:0:000000:00:999:[ 13h 3 "dots" 3 "tung" ] mayumi:0:000000:00:999:[ 14h 4 "dots" 4 "tung" ] mayumi:0:000000:00:999:[ 15h 5 "dots" 5 "tung" ] mayumi:0:000000:00:999:[ 16h 6 "dots" 6 "tung" ] mayumi:0:000000:00:999:[ 17h 7 "dots" 7 "tung" ] mayumi:0:000000:00:999:[ 18h 8 "dots" 8 "tung" ] mayumi:0:000000:00:999:[ 19h 9 "dots" 9 "tung" ] mayumi:0:000000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] mayumi:0:000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] mayumi:0:000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] mayumi:0:000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] mayumi:0:000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] mayumi:0:000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] mayumi:0:000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] mayumi:0:000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] mayumi:0:000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] mayumi:0:000000:00:999:[ 31h East "wind" ] mayumi:0:000000:00:999:[ 32h South "wind" ] mayumi:0:000000:00:999:[ 33h West "wind" ] mayumi:0:000000:00:999:[ 34h North "wind" ] mayumi:0:000000:00:999:[ 35h White "dragon" ] mayumi:0:000000:00:999:[ 36h Green "dragon" ] mayumi:0:000000:00:999:[ 37h Red "dragon" ] ; [ Amazing Maze ] maze:0:2019:00:000:Infinite Time maze:0:202B:59:000:Infinite Overall Time maze:0:202E:03:000:Infinite Mazes to play maze:0:2046:83:000:Computer Cannot Move ; [ Mazer Blazer (set 1) ] mazerbla:0:0000:00:999:[ There are no cheats ]:REASON 1 mazerbla:0:0000:00:999:[ for this game as it ]:REASON 1 mazerbla:0:0000:00:999:[ didn't work the last ]:REASON 1 mazerbla:0:0000:00:999:[ time it was tested. ]:REASON 1 mazerbla:0:0000:00:999:[ If the game now works ]:REASON 1 mazerbla:0:0000:00:999:[ please request cheats ]:REASON 1 mazerbla:0:0000:00:999:[ for it on the cheat ]:REASON 1 mazerbla:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mazinger Z ] mazinger:0:1000A0:09:000:Infinite Credits mazinger:0:100ABB:88:000:Infinite Energy PL1 mazinger:0:100AB6:09:000:Infinite Bombs PL1 mazinger:0:100AB8:03:000:Always have Full Power WeaponPL1 mazinger:0:100AB7:00:000:Always have 'Orange Weapon' PL1 mazinger:0:100AB7:01:000:Always have 'Blue Weapon' PL1 mazinger:0:100AB7:02:000:Always have 'Green Weapon' PL1 mazinger:0:100AB7:00:001:Get 'Orange Weapon' Now! PL1 mazinger:0:100AB7:01:001:Get 'Blue Weapon' Now! PL1 mazinger:0:100AB7:02:001:Get 'Green Weapon' Now! PL1 mazinger:0:100AEB:88:000:Infinite Energy PL2 mazinger:0:100AE6:09:000:Infinite Bombs PL2 mazinger:0:100AE8:03:000:Always have Full Power WeaponPL2 mazinger:0:100AE7:00:000:Always have 'Orange Weapon' PL2 mazinger:0:100AE7:01:000:Always have 'Blue Weapon' PL2 mazinger:0:100AE7:02:000:Always have 'Green Weapon' PL2 mazinger:0:100AE7:00:001:Get 'Orange Weapon' Now! PL2 mazinger:0:100AE7:01:001:Get 'Blue Weapon' Now! PL2 mazinger:0:100AE7:02:001:Get 'Green Weapon' Now! PL2 ; [ Black Jack (Mirco) ] mblkjack:0:1056:E8:001:Get 1000 Chips Now! PL1 mblkjack:0:1057:03:501:Get 1000 Chips Now! PL1 mblkjack:0:1058:E8:000:Infinite Hands PL1 mblkjack:0:1059:E8:001:Get 1000 Chips Now! PL2 mblkjack:0:105A:03:501:Get 1000 Chips Now! PL2 mblkjack:0:105B:E8:000:Infinite Hands PL2 mblkjack:0:105C:E8:001:Get 1000 Chips Now! PL3 mblkjack:0:105D:03:501:Get 1000 Chips Now! PL3 mblkjack:0:105E:E8:000:Infinite Hands PL3 mblkjack:0:105F:E8:001:Get 1000 Chips Now! PL4 mblkjack:0:1060:03:501:Get 1000 Chips Now! PL4 mblkjack:0:1061:E8:000:Infinite Hands PL4 ; [ Muscle Bomber - The Body Explosion (Japan 930713) ] mbomberj:0:FFA0C8:09:000:Infinite Time mbomberj:0:FFA0C9:05:500:Infinite Time (2/3) mbomberj:0:FFA0CA:0A:500:Infinite Time (3/3) mbomberj:0:FFA0C8:00:001:Finish this Match Now! mbomberj:0:FFA0C9:00:501:Finish this Match Now! (2/3) mbomberj:0:FFA0CA:00:501:Finish this Match Now! (3/3) mbomberj:0:FF9157:FF:000:Infinite Energy PL1 mbomberj:0:FF9157:00:001:Drain ALL Energy Now! PL1 mbomberj:0:FF9357:FF:000:Infinite Energy PL2 mbomberj:0:FF9357:00:001:Drain ALL Energy Now! PL2 mbomberj:0:FF9557:FF:000:Infinite Energy PL3 mbomberj:0:FF9557:00:001:Drain ALL Energy Now! PL3 mbomberj:0:FF9757:FF:000:Infinite Energy PL4 mbomberj:0:FF9757:00:001:Drain ALL Energy Now! PL4 ; [ Muscle Bomber Duo - Ultimate Team Battle (World 931206) ] mbombrd:0:FFA00C:09:000:Infinite Time mbombrd:0:FFA00D:05:500:Infinite Time (2/3) mbombrd:0:FFA00E:0A:500:Infinite Time (3/3) mbombrd:0:FFA00C:00:001:Finish this Match Now! mbombrd:0:FFA00D:00:501:Finish this Match Now! (2/3) mbombrd:0:FFA00E:00:501:Finish this Match Now! (3/3) mbombrd:0:FF907B:FF:000:Infinite Energy PL1 mbombrd:0:FF907B:00:001:Drain ALL Energy Now! PL1 mbombrd:0:FF927B:FF:000:Infinite Energy PL2 mbombrd:0:FF927B:00:001:Drain ALL Energy Now! PL2 mbombrd:0:FF947B:FF:000:Infinite Energy PL3 mbombrd:0:FF947B:00:001:Drain ALL Energy Now! PL3 mbombrd:0:FF967B:FF:000:Infinite Energy PL4 mbombrd:0:FF967B:00:001:Drain ALL Energy Now! PL4 ; [ Muscle Bomber Duo - Heat Up Warriors (Japan 931206) ] mbombrdj:0:FFA00C:09:000:Infinite Time mbombrdj:0:FFA00D:05:500:Infinite Time (2/3) mbombrdj:0:FFA00E:0A:500:Infinite Time (3/3) mbombrdj:0:FFA00C:00:001:Finish this Match Now! mbombrdj:0:FFA00D:00:501:Finish this Match Now! (2/3) mbombrdj:0:FFA00E:00:501:Finish this Match Now! (3/3) mbombrdj:0:FF907B:FF:000:Infinite Energy PL1 mbombrdj:0:FF907B:00:001:Drain ALL Energy Now! PL1 mbombrdj:0:FF927B:FF:000:Infinite Energy PL2 mbombrdj:0:FF927B:00:001:Drain ALL Energy Now! PL2 mbombrdj:0:FF947B:FF:000:Infinite Energy PL3 mbombrdj:0:FF947B:00:001:Drain ALL Energy Now! PL3 mbombrdj:0:FF967B:FF:000:Infinite Energy PL4 mbombrdj:0:FF967B:00:001:Drain ALL Energy Now! PL4 ; [ Magic Brush ] mbrush:0:4C1E:99:000:Infinite Credits :mbrush:20800000:2BCA:000000C9:FFFFFFFF:Invincibility mbrush:0:4FC8:4C:000:Yellow can't eat you mbrush:0:4FCA:4C:000:Green can't eat you mbrush:0:4FC8:E0:001:Yellow can eat you mbrush:0:4FCA:E0:001:Green can eat you mbrush:0:4C1C:06:000:Infinite Lives PL1 mbrush:0:4C1D:06:000:Infinite Lives PL2 ; [ Magical Cat Adventure ] mcatadv:0:101D05:99:007:Infinite Time mcatadv:0:101DD3:64:000:Infinite Lives mcatadv:0:101DCF:0C:000:Infinite Energy mcatadv:0:101DD1:0C:500:Infinite Energy (2/2) mcatadv:0:101E65:03:000:Invincibility:Falling down gaps or into water can still kill you though! :mcatadv:00001301:101DC9:00000004:FFFFFFFF:Select Starting Level Now!:Enable this on the title screen or on the choose 1 or 2 player screen :mcatadv:00010011:101009:00000001:00000109:Select Starting Level Now! (2/2):Part 2 pokes the credit counter with 1 if it = 0, for user friendliness ; [ Magical Cat Adventure (Japan) ] mcatadvj:0:101D05:99:007:Infinite Time mcatadvj:0:101DD3:64:000:Infinite Lives mcatadvj:0:101DCF:0C:000:Infinite Energy mcatadvj:0:101DD1:0C:500:Infinite Energy (2/2) mcatadvj:0:101E67:03:000:Invincibility:Falling down gaps or into water can still kill you though! :mcatadvj:00001301:101DC9:00000004:FFFFFFFF:Select Starting Level Now!:Enable this on the title screen or on the choose 1 or 2 player screen :mcatadvj:00010011:101009:00000001:00000109:Select Starting Level Now! (2/2):Part 2 pokes the credit counter with 1 if it = 0, for user friendliness ; [ Multi Champ Deluxe (ver. 1126, 26/11/1999) ] :mchampda:00000000:20A8C3:00000063:FFFFFFFF:Infinite Credits :mchampda:60000018:000000:00000000:00000000:"Columns" game :mchampda:00000000:203F90:00000004:FFFFFFFF:Infinite Helps PL1 :mchampda:00000000:203F6C:00000004:FFFFFFFF:Infinite Helps PL2 :mchampda:60000018:000000:00000000:00000000:"Pang" Game :mchampda:00100000:2030CA:000003E7:FFFFFFFF:Infinite Time :mchampda:60000018:000000:00000000:00000000:"Solitaire" Game :mchampda:00000000:2030BE:00000000:FFFFFFFF:Infinite Time :mchampda:60000018:000000:00000000:00000000:"Shanghai" Game :mchampda:00000000:2030BE:00000000:FFFFFFFF:Infinite Time :mchampda:00000000:200019:00000003:FFFFFFFF:Infinite Helps PL1 :mchampda:00000000:20001A:00000003:FFFFFFFF:Infinite Helps PL2 :mchampda:60000018:000000:00000000:00000000:"Pac-Man" Game :mchampda:00000001:2030CF:00000001:FFFFFFFF:Get One Pill to Finish this Round Now! :mchampda:60000018:000000:00000000:00000000:"Tetris" Game :mchampda:00000001:2019A9:00000000:FFFFFFFF:Finish this Round Now! [SOLO] ; [ Multi Champ Deluxe (ver. 0106, 06/01/2000) ] :mchampdx:00000000:20A8C3:00000063:FFFFFFFF:Infinite Credits :mchampdx:60000018:000000:00000000:00000000:"Columns" game :mchampdx:00000000:203F90:00000004:FFFFFFFF:Infinite Helps PL1 :mchampdx:00000000:203F6C:00000004:FFFFFFFF:Infinite Helps PL2 :mchampdx:60000018:000000:00000000:00000000:"Pang" Game :mchampdx:00100000:2030D0:000003E7:FFFFFFFF:Infinite Time :mchampdx:60000018:000000:00000000:00000000:"Solitaire" Game :mchampdx:00000000:2030C2:00000087:FFFFFFFF:Infinite Time :mchampdx:60000018:000000:00000000:00000000:"Shanghai" Game :mchampdx:00000000:2030C2:00000000:FFFFFFFF:Infinite Time :mchampdx:00000000:200019:00000003:FFFFFFFF:Infinite Helps PL1 :mchampdx:00000000:20001A:00000003:FFFFFFFF:Infinite Helps PL2 :mchampdx:60000018:000000:00000000:00000000:"Pac-Man" Game :mchampdx:00000001:2030D5:00000001:FFFFFFFF:Get One Pill to Finish this Round Now! :mchampdx:60000018:000000:00000000:00000000:"Tetris" Game :mchampdx:00000001:2019A9:00000000:FFFFFFFF:Finish this Round Now! [SOLO] ; [ City Love [BET] (Japan 860904) ] mcitylov:0:0000:00:999:[ The winning hand cheat must be ] mcitylov:0:0000:00:999:[ activated when there are 14 tiles ] mcitylov:0:0000:00:999:[ in your hand, then press the RON ] mcitylov:0:0000:00:999:[ key ('Z' by default). The tiles do ] mcitylov:0:0000:00:999:[ not visually change until you make ] mcitylov:0:0000:00:999:[ a move. ] mcitylov:0:F406:31:001:Get winning hand Now! mcitylov:0:F407:31:501:Get winning hand Now! (02/14) mcitylov:0:F408:31:501:Get winning hand Now! (03/14) mcitylov:0:F409:32:501:Get winning hand Now! (04/14) mcitylov:0:F40A:32:501:Get winning hand Now! (05/14) mcitylov:0:F40B:32:501:Get winning hand Now! (06/14) mcitylov:0:F40C:33:501:Get winning hand Now! (07/14) mcitylov:0:F40D:33:501:Get winning hand Now! (08/14) mcitylov:0:F40E:33:501:Get winning hand Now! (09/14) mcitylov:0:F40F:34:501:Get winning hand Now! (10/14) mcitylov:0:F410:34:501:Get winning hand Now! (11/14) mcitylov:0:F411:34:501:Get winning hand Now! (12/14) mcitylov:0:F412:35:501:Get winning hand Now! (13/14) mcitylov:0:F413:35:501:Get winning hand Now! (14/14) mcitylov:0:F406:31:000:Always winning hand mcitylov:0:F407:31:500:Always winning hand (02/14) mcitylov:0:F408:31:500:Always winning hand (03/14) mcitylov:0:F409:32:500:Always winning hand (04/14) mcitylov:0:F40A:32:500:Always winning hand (05/14) mcitylov:0:F40B:32:500:Always winning hand (06/14) mcitylov:0:F40C:33:500:Always winning hand (07/14) mcitylov:0:F40D:33:500:Always winning hand (08/14) mcitylov:0:F40E:33:500:Always winning hand (09/14) mcitylov:0:F40F:34:500:Always winning hand (10/14) mcitylov:0:F410:34:500:Always winning hand (11/14) mcitylov:0:F411:34:500:Always winning hand (12/14) mcitylov:0:F412:35:500:Always winning hand (13/14) mcitylov:0:F413:35:500:Always winning hand (14/14) :mcitylov:00000006:F406:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :mcitylov:00000006:F486:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. mcitylov:0:0000:00:999:[ Here is the look-up list for ] mcitylov:0:0000:00:999:[ the above watches. ] mcitylov:0:0000:00:999:[ ] mcitylov:0:0000:00:999:[ value common name chinese name ] mcitylov:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] mcitylov:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] mcitylov:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] mcitylov:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] mcitylov:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] mcitylov:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] mcitylov:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] mcitylov:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] mcitylov:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] mcitylov:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] mcitylov:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] mcitylov:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] mcitylov:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] mcitylov:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] mcitylov:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] mcitylov:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] mcitylov:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] mcitylov:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] mcitylov:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] mcitylov:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] mcitylov:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] mcitylov:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] mcitylov:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] mcitylov:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] mcitylov:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] mcitylov:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] mcitylov:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] mcitylov:0:0000:00:999:[ 31h East "wind" ] mcitylov:0:0000:00:999:[ 32h South "wind" ] mcitylov:0:0000:00:999:[ 33h West "wind" ] mcitylov:0:0000:00:999:[ 34h North "wind" ] mcitylov:0:0000:00:999:[ 35h White "dragon" ] mcitylov:0:0000:00:999:[ 36h Green "dragon" ] mcitylov:0:0000:00:999:[ 37h Red "dragon" ] mcitylov:0:0000:00:999:[ 3Fh - no tile - ] mcitylov:0:0000:00:999:[ 38h "flower" (BONUS TILE?) ] mcitylov:0:0000:00:999:[ 39h "flower" (BONUS TILE?) ] mcitylov:0:0000:00:999:[ 3Ah "flower" (BONUS TILE?) ] mcitylov:0:0000:00:999:[ 3Bh "flower" (BONUS TILE?) ] ; [ Mahjong Campus Hunting (Japan) ] mcnpshnt:0:7745:99:000:Infinite Credits :mcnpshnt:00100000:7747:00009999:FFFFFFFF:Player Always Max Score :mcnpshnt:00100000:774B:00000000:FFFFFFFF:Computer Score Always = 0 :mcnpshnt:00000000:6D92:000000FF:FFFFFFFF:Infinite Power :mcnpshnt:00800000:6D87:00000001:FFFFFFFF:Always Have FC :mcnpshnt:00800000:6D88:00000001:FFFFFFFF:Always Have LC :mcnpshnt:00800000:6D89:00000001:FFFFFFFF:Always Have W-pai Change :mcnpshnt:00800000:6D8A:00000001:FFFFFFFF:Always Have Hai Pai Select :mcnpshnt:00800000:6D8B:00000001:FFFFFFFF:Always Have Donden :mcnpshnt:00800000:6D8C:00000001:FFFFFFFF:Always Have Mouhai :mcnpshnt:00800000:6D8D:00000001:FFFFFFFF:Always Have W-haipai :mcnpshnt:00000000:6D98:00000063:FFFFFFFF:Infinite Item Select Time :mcnpshnt:00000300:6D96:00000005:FFFFFFFF:Select Gal :mcnpshnt:00100001:6D8F:00001159:FFFFFFFF:Appearance for Secret Mode Soon ! mcnpshnt:0:00000000:00:999:[ The winning hand cheat must be ] mcnpshnt:0:00000000:00:999:[ activated when there are 14 tiles ] mcnpshnt:0:00000000:00:999:[ in your hand, then press the RON ] mcnpshnt:0:00000000:00:999:[ key ('Z' by default). The tiles do ] mcnpshnt:0:00000000:00:999:[ not visually change until you make ] mcnpshnt:0:00000000:00:999:[ a move. ] :mcnpshnt:00300001:7001:32313131:FFFFFFFF:Get winning hand Now! :mcnpshnt:00310001:7005:3A3A3A32:FFFFFFFF:Get winning hand Now! (2/4) :mcnpshnt:00310001:7009:3C3B3B3B:FFFFFFFF:Get winning hand Now! (3/4) :mcnpshnt:00110001:700D:00003C3C:FFFFFFFF:Get winning hand Now! (4/4) :mcnpshnt:00300000:7001:32313131:FFFFFFFF:Always Winning Hand :mcnpshnt:00310000:7005:3A3A3A32:FFFFFFFF:Always Winning Hand (2/4) :mcnpshnt:00310000:7009:3C3B3B3B:FFFFFFFF:Always Winning Hand (3/4) :mcnpshnt:00110000:700D:00003C3C:FFFFFFFF:Always Winning Hand (4/4) :mcnpshnt:00000006:7001:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :mcnpshnt:00000006:700F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. mcnpshnt:0:00000000:00:999:[ Here is the look-up list for ] mcnpshnt:0:00000000:00:999:[ the above watches. ] mcnpshnt:0:00000000:00:999:[ ] mcnpshnt:0:00000000:00:999:[ value common name chinese name ] mcnpshnt:0:00000000:00:999:[ 00h - no tile - ] mcnpshnt:0:00000000:00:999:[ 01h 1 "characters" 1 "wan" ] mcnpshnt:0:00000000:00:999:[ 02h 2 "characters" 2 "wan" ] mcnpshnt:0:00000000:00:999:[ 03h 3 "characters" 3 "wan" ] mcnpshnt:0:00000000:00:999:[ 04h 4 "characters" 4 "wan" ] mcnpshnt:0:00000000:00:999:[ 05h 5 "characters" 5 "wan" ] mcnpshnt:0:00000000:00:999:[ 06h 6 "characters" 6 "wan" ] mcnpshnt:0:00000000:00:999:[ 07h 7 "characters" 7 "wan" ] mcnpshnt:0:00000000:00:999:[ 08h 8 "characters" 8 "wan" ] mcnpshnt:0:00000000:00:999:[ 09h 9 "characters" 9 "wan" ] mcnpshnt:0:00000000:00:999:[ 11h 1 "dots" 1 "tung" ] mcnpshnt:0:00000000:00:999:[ 12h 2 "dots" 2 "tung" ] mcnpshnt:0:00000000:00:999:[ 13h 3 "dots" 3 "tung" ] mcnpshnt:0:00000000:00:999:[ 14h 4 "dots" 4 "tung" ] mcnpshnt:0:00000000:00:999:[ 15h 5 "dots" 5 "tung" ] mcnpshnt:0:00000000:00:999:[ 16h 6 "dots" 6 "tung" ] mcnpshnt:0:00000000:00:999:[ 17h 7 "dots" 7 "tung" ] mcnpshnt:0:00000000:00:999:[ 18h 8 "dots" 8 "tung" ] mcnpshnt:0:00000000:00:999:[ 19h 9 "dots" 9 "tung" ] mcnpshnt:0:00000000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] mcnpshnt:0:00000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] mcnpshnt:0:00000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] mcnpshnt:0:00000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] mcnpshnt:0:00000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] mcnpshnt:0:00000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] mcnpshnt:0:00000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] mcnpshnt:0:00000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] mcnpshnt:0:00000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] mcnpshnt:0:00000000:00:999:[ 31h East "wind" ] mcnpshnt:0:00000000:00:999:[ 32h South "wind" ] mcnpshnt:0:00000000:00:999:[ 33h West "wind" ] mcnpshnt:0:00000000:00:999:[ 34h North "wind" ] mcnpshnt:0:00000000:00:999:[ 3Ah White "dragon" ] mcnpshnt:0:00000000:00:999:[ 3Bh Green "dragon" ] mcnpshnt:0:00000000:00:999:[ 3Ch Red "dragon" ] ; [ Miss Mahjong Contest (Japan) ] mcontest:0:FD70:FF:000:Buggy score mcontest:0:0000:00:999:[ The winning hand cheat must be activated when ] mcontest:0:0000:00:999:[ there are 14 tiles in your hand, then press ] mcontest:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] mcontest:0:0000:00:999:[ visually change until you make a move. ] mcontest:0:FC8B:31:001:Get winning hand Now! mcontest:0:FC8C:31:501:Get winning hand Now! (02/14) mcontest:0:FC8D:31:501:Get winning hand Now! (03/14) mcontest:0:FC8E:32:501:Get winning hand Now! (04/14) mcontest:0:FC8F:32:501:Get winning hand Now! (05/14) mcontest:0:FC90:32:501:Get winning hand Now! (06/14) mcontest:0:FC91:33:501:Get winning hand Now! (07/14) mcontest:0:FC92:33:501:Get winning hand Now! (08/14) mcontest:0:FC93:33:501:Get winning hand Now! (09/14) mcontest:0:FC94:34:501:Get winning hand Now! (10/14) mcontest:0:FC95:34:501:Get winning hand Now! (11/14) mcontest:0:FC96:34:501:Get winning hand Now! (12/14) mcontest:0:FC97:35:501:Get winning hand Now! (13/14) mcontest:0:FC98:35:501:Get winning hand Now! (14/14) mcontest:0:FC8B:31:000:Always winning hand mcontest:0:FC8C:31:500:Always winning hand (02/14) mcontest:0:FC8D:31:500:Always winning hand (03/14) mcontest:0:FC8E:32:500:Always winning hand (04/14) mcontest:0:FC8F:32:500:Always winning hand (05/14) mcontest:0:FC90:32:500:Always winning hand (06/14) mcontest:0:FC91:33:500:Always winning hand (07/14) mcontest:0:FC92:33:500:Always winning hand (08/14) mcontest:0:FC93:33:500:Always winning hand (09/14) mcontest:0:FC94:34:500:Always winning hand (10/14) mcontest:0:FC95:34:500:Always winning hand (11/14) mcontest:0:FC96:34:500:Always winning hand (12/14) mcontest:0:FC97:35:500:Always winning hand (13/14) mcontest:0:FC98:35:500:Always winning hand (14/14) ; [ Derby Quiz My Dream Horse (MDH1/VER.A2) ] mdhorse:0:0000:00:999:[ There are no cheats ]:REASON 1 mdhorse:0:0000:00:999:[ for this game as it ]:REASON 1 mdhorse:0:0000:00:999:[ didn't work the last ]:REASON 1 mdhorse:0:0000:00:999:[ time it was tested. ]:REASON 1 mdhorse:0:0000:00:999:[ If the game now works ]:REASON 1 mdhorse:0:0000:00:999:[ please request cheats ]:REASON 1 mdhorse:0:0000:00:999:[ for it on the cheat ]:REASON 1 mdhorse:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mechanized Attack (World) ] mechatt:0:07954D:00:000:Infinite Energy PL1 :mechatt:00000000:079541:00000001:FFFFFFFF:Invincibility PL1 :mechatt:00010000:07956B:00000002:FFFFFFFF:Invincibility PL1 (2/2) mechatt:0:07954F:20:000:Infinite Bullets PL1 mechatt:0:079551:09:000:Infinite Magazines PL1 mechatt:0:079555:09:000:Infinite Grenades PL1 mechatt:0:079553:09:000:Infinite Rocket Bombs PL1 mechatt:0:079557:01:001:Get Bullet Proof Vest Now! PL1 mechatt:0:079557:00:001:Lose Bullet Proof Vest Now! PL1 mechatt:0:0795CD:00:000:Infinite Energy PL2 :mechatt:00000000:0795C1:00000001:FFFFFFFF:Invincibility PL2 :mechatt:00010000:0795EB:00000002:FFFFFFFF:Invincibility PL2 (2/2) mechatt:0:0795CF:20:000:Infinite Bullets PL2 mechatt:0:0795D1:09:000:Infinite Magazines PL2 mechatt:0:0795D5:09:000:Infinite Grenades PL2 mechatt:0:0795D3:03:000:Infinite Rocket Bombs PL2 mechatt:0:0795D7:01:001:Get Bullet Proof Vest Now! PL2 mechatt:0:0795D7:00:001:Lose Bullet Proof Vest Now! PL2 ;mechatt:0:07F931:99:000:Infinite Credits PL1:Need to insert a credit first ;mechatt:0:07F933:99:000:Infinite Credits PL2:Need to insert a credit first ; [ Mechanized Attack (US) ] mechattu:0:07954D:00:000:Infinite Energy PL1 :mechattu:00000000:079541:00000001:FFFFFFFF:Invincibility PL1 :mechattu:00010000:07956B:00000002:FFFFFFFF:Invincibility PL1 (2/2) mechattu:0:07954F:20:000:Infinite Bullets PL1 mechattu:0:079551:09:000:Infinite Magazines PL1 mechattu:0:079555:09:000:Infinite Grenades PL1 mechattu:0:079553:09:000:Infinite Rocket Bombs PL1 mechattu:0:079557:01:001:Get Bullet Proof Vest Now! PL1 mechattu:0:079557:00:001:Lose Bullet Proof Vest Now! PL1 mechattu:0:0795CD:00:000:Infinite Energy PL2 :mechattu:00000000:0795C1:00000001:FFFFFFFF:Invincibility PL2 :mechattu:00010000:0795EB:00000002:FFFFFFFF:Invincibility PL2 (2/2) mechattu:0:0795CF:20:000:Infinite Bullets PL2 mechattu:0:0795D1:09:000:Infinite Magazines PL2 mechattu:0:0795D5:09:000:Infinite Grenades PL2 mechattu:0:0795D3:03:000:Infinite Rocket Bombs PL2 mechattu:0:0795D7:01:001:Get Bullet Proof Vest Now! PL2 mechattu:0:0795D7:00:001:Lose Bullet Proof Vest Now! PL2 ;mechattu:0:07F931:99:000:Infinite Credits PL1:Need to insert a credit first ;mechattu:0:07F933:99:000:Infinite Credits PL2:Need to insert a credit first ; [ Meadows Lanes ] medlanes:0:1C0F:00:000:Infinite Time medlanes:0:1C06:00:001:Make Ball Go Straight Now!:Assign an activation key to this cheat to steer the ball! medlanes:0:1C06:01:001:Make Ball Hook Left Now!:Assign an activation key to this cheat to steer the ball! medlanes:0:1C06:02:001:Make Ball Hook Right Now!:Assign an activation key to this cheat to steer the ball! medlanes:0:1C09:7E:000:Always make a strike ; [ Mega Blast (World) ] megab:0:2030F7:09:000:Infinite Credits megab:0:2043F9:03:000:Infinite Lives PL1 megab:0:2010B3:03:000:Max. fire power - Front PL1 megab:0:2010D3:03:000:Max. fire power - Back PL1 megab:0:2010F3:03:000:Max. fire power - Upper PL1 megab:0:201113:03:000:Max. fire power - Lower PL1 megab:0:20105E:00:000:Invincibility PL1 megab:0:2010B1:01:000:Front shot always Laser PL1 megab:0:2010B1:02:000:Front shot always Normal PL1 megab:0:2010B1:03:000:Front shot always Bound PL1 megab:0:2010B1:04:000:Front shot always Red shotPL1 megab:0:2010B1:05:000:Front shot always Homing PL1 megab:0:2010D1:01:000:Back shot always Laser PL1 megab:0:2010D1:02:000:Back shot always Normal PL1 megab:0:2010D1:03:000:Back shot always Bound PL1 megab:0:2010D1:04:000:Back shot always Red shot PL1 megab:0:2010D1:05:000:Back shot always Homing PL1 megab:0:2010F1:01:000:Upper shot always Laser PL1 megab:0:2010F1:02:000:Upper shot always Normal PL1 megab:0:2010F1:03:000:Upper shot always Bound PL1 megab:0:2010F1:04:000:Upper shot always Red shotPL1 megab:0:2010F1:05:000:Upper shot always Homing PL1 megab:0:201111:01:000:Lower shot always Laser PL1 megab:0:201111:02:000:Lower shot always Normal PL1 megab:0:201111:03:000:Lower shot always Bound PL1 megab:0:201111:04:000:Lower shot always Red shotPL1 megab:0:201111:05:000:Lower shot always Homing PL1 megab:0:2010B1:01:001:Front shot = Laser Now! PL1 megab:0:2010B1:02:001:Front shot = Normal Now! PL1 megab:0:2010B1:03:001:Front shot = Bound Now! PL1 megab:0:2010B1:04:001:Front shot = Red shot Now!PL1 megab:0:2010B1:05:001:Front shot = Homing Now! PL1 megab:0:2010D1:01:001:Back shot = Laser Now! PL1 megab:0:2010D1:02:001:Back shot = Normal Now! PL1 megab:0:2010D1:03:001:Back shot = Bound Now! PL1 megab:0:2010D1:04:001:Back shot = Red shot Now! PL1 megab:0:2010D1:05:001:Back shot = Homing Now! PL1 megab:0:2010F1:01:001:Upper shot = Laser Now! PL1 megab:0:2010F1:02:001:Upper shot = Normal Now! PL1 megab:0:2010F1:03:001:Upper shot = Bound Now! PL1 megab:0:2010F1:04:001:Upper shot = Red shot Now!PL1 megab:0:2010F1:05:001:Upper shot = Homing Now! PL1 megab:0:201111:01:001:Lower shot = Laser Now! PL1 megab:0:201111:02:001:Lower shot = Normal Now! PL1 megab:0:201111:03:001:Lower shot = Bound Now! PL1 megab:0:201111:04:001:Lower shot = Red shotNow! PL1 megab:0:201111:05:001:Lower shot = Homing Now! PL1 megab:0:20440D:03:000:Infinite Lives PL2 megab:0:202053:03:000:Max. fire power - Front PL2 megab:0:202073:03:000:Max. fire power - Back PL2 megab:0:202093:03:000:Max. fire power - Upper PL2 megab:0:2020B3:03:000:Max. fire power - Lower PL2 megab:0:201FFE:00:000:Invincibility PL2 megab:0:202051:01:000:Front shot always Laser PL2 megab:0:202051:02:000:Front shot always Normal PL2 megab:0:202051:03:000:Front shot always Bound PL2 megab:0:202051:04:000:Front shot always Red shotPL2 megab:0:202051:05:000:Front shot always Homing PL2 megab:0:202071:01:000:Back shot always Laser PL2 megab:0:202071:02:000:Back shot always Normal PL2 megab:0:202071:03:000:Back shot always Bound PL2 megab:0:202071:04:000:Back shot always Red shot PL2 megab:0:202071:05:000:Back shot always Homing PL2 megab:0:202091:01:000:Upper shot always Laser PL2 megab:0:202091:02:000:Upper shot always Normal PL2 megab:0:202091:03:000:Upper shot always Bound PL2 megab:0:202091:04:000:Upper shot always Red shotPL2 megab:0:202091:05:000:Upper shot always Homing PL2 megab:0:2020B1:01:000:Lower shot always Laser PL2 megab:0:2020B1:02:000:Lower shot always Normal PL2 megab:0:2020B1:03:000:Lower shot always Bound PL2 megab:0:2020B1:04:000:Lower shot always Red shotPL2 megab:0:2020B1:05:000:Lower shot always Homing PL2 megab:0:202051:01:001:Front shot = Laser Now! PL2 megab:0:202051:02:001:Front shot = Normal Now! PL2 megab:0:202051:03:001:Front shot = Bound Now! PL2 megab:0:202051:04:001:Front shot = Red shot Now!PL2 megab:0:202051:05:001:Front shot = Homing Now! PL2 megab:0:202071:01:001:Back shot = Laser Now! PL2 megab:0:202071:02:001:Back shot = Normal Now! PL2 megab:0:202071:03:001:Back shot = Bound Now! PL2 megab:0:202071:04:001:Back shot = Red shot Now! PL2 megab:0:202071:05:001:Back shot = Homing Now! PL2 megab:0:202091:01:001:Upper shot = Laser Now! PL2 megab:0:202091:02:001:Upper shot = Normal Now! PL2 megab:0:202091:03:001:Upper shot = Bound Now! PL2 megab:0:202091:04:001:Upper shot = Red shot Now!PL2 megab:0:202091:05:001:Upper shot = Homing Now! PL2 megab:0:2020B1:01:001:Lower shot = Laser Now! PL2 megab:0:2020B1:02:001:Lower shot = Normal Now! PL2 megab:0:2020B1:03:001:Lower shot = Bound Now! PL2 megab:0:2020B1:04:001:Lower shot = Red shot Now!PL2 megab:0:2020B1:05:001:Lower shot = Homing Now! PL2 megab:0:000000:00:999:[Round cheats are buggy so ] megab:0:000000:00:999:[activate at enemy boss. ] megab:0:204451:03:000:Next Round is 3 megab:0:2043E5:03:500:Next Round is 3(2/2) megab:0:204451:04:000:Next Round is 4 megab:0:2043E5:04:500:Next Round is 4(2/2) megab:0:204451:05:000:Next Round is 5 megab:0:2043E5:05:500:Next Round is 5(2/2) megab:0:204451:06:000:Next Round is 6 megab:0:2043E5:06:500:Next Round is 6(2/2) megab:0:204451:07:000:Next Round is 7 megab:0:2043E5:07:500:Next Round is 7(2/2) ; [ Mega Blast (Japan) ] megabj:0:2030F7:09:000:Infinite Credits megabj:0:2043F9:03:000:Infinite Lives PL1 megabj:0:2010B3:03:000:Max. fire power - Front PL1 megabj:0:2010D3:03:000:Max. fire power - Back PL1 megabj:0:2010F3:03:000:Max. fire power - Upper PL1 megabj:0:201113:03:000:Max. fire power - Lower PL1 megabj:0:20105E:00:000:Invincibility PL1 megabj:0:2010B1:01:000:Front shot always Laser PL1 megabj:0:2010B1:02:000:Front shot always Normal PL1 megabj:0:2010B1:03:000:Front shot always Bound PL1 megabj:0:2010B1:04:000:Front shot always Red shotPL1 megabj:0:2010B1:05:000:Front shot always Homing PL1 megabj:0:2010D1:01:000:Back shot always Laser PL1 megabj:0:2010D1:02:000:Back shot always Normal PL1 megabj:0:2010D1:03:000:Back shot always Bound PL1 megabj:0:2010D1:04:000:Back shot always Red shot PL1 megabj:0:2010D1:05:000:Back shot always Homing PL1 megabj:0:2010F1:01:000:Upper shot always Laser PL1 megabj:0:2010F1:02:000:Upper shot always Normal PL1 megabj:0:2010F1:03:000:Upper shot always Bound PL1 megabj:0:2010F1:04:000:Upper shot always Red shotPL1 megabj:0:2010F1:05:000:Upper shot always Homing PL1 megabj:0:201111:01:000:Lower shot always Laser PL1 megabj:0:201111:02:000:Lower shot always Normal PL1 megabj:0:201111:03:000:Lower shot always Bound PL1 megabj:0:201111:04:000:Lower shot always Red shotPL1 megabj:0:201111:05:000:Lower shot always Homing PL1 megabj:0:2010B1:01:001:Front shot = Laser Now! PL1 megabj:0:2010B1:02:001:Front shot = Normal Now! PL1 megabj:0:2010B1:03:001:Front shot = Bound Now! PL1 megabj:0:2010B1:04:001:Front shot = Red shot Now!PL1 megabj:0:2010B1:05:001:Front shot = Homing Now! PL1 megabj:0:2010D1:01:001:Back shot = Laser Now! PL1 megabj:0:2010D1:02:001:Back shot = Normal Now! PL1 megabj:0:2010D1:03:001:Back shot = Bound Now! PL1 megabj:0:2010D1:04:001:Back shot = Red shot Now! PL1 megabj:0:2010D1:05:001:Back shot = Homing Now! PL1 megabj:0:2010F1:01:001:Upper shot = Laser Now! PL1 megabj:0:2010F1:02:001:Upper shot = Normal Now! PL1 megabj:0:2010F1:03:001:Upper shot = Bound Now! PL1 megabj:0:2010F1:04:001:Upper shot = Red shot Now!PL1 megabj:0:2010F1:05:001:Upper shot = Homing Now! PL1 megabj:0:201111:01:001:Lower shot = Laser Now! PL1 megabj:0:201111:02:001:Lower shot = Normal Now! PL1 megabj:0:201111:03:001:Lower shot = Bound Now! PL1 megabj:0:201111:04:001:Lower shot = Red shotNow! PL1 megabj:0:201111:05:001:Lower shot = Homing Now! PL1 megabj:0:20440D:03:000:Infinite Lives PL2 megabj:0:202053:03:000:Max. fire power - Front PL2 megabj:0:202073:03:000:Max. fire power - Back PL2 megabj:0:202093:03:000:Max. fire power - Upper PL2 megabj:0:2020B3:03:000:Max. fire power - Lower PL2 megabj:0:201FFE:00:000:Invincibility PL2 megabj:0:202051:01:000:Front shot always Laser PL2 megabj:0:202051:02:000:Front shot always Normal PL2 megabj:0:202051:03:000:Front shot always Bound PL2 megabj:0:202051:04:000:Front shot always Red shotPL2 megabj:0:202051:05:000:Front shot always Homing PL2 megabj:0:202071:01:000:Back shot always Laser PL2 megabj:0:202071:02:000:Back shot always Normal PL2 megabj:0:202071:03:000:Back shot always Bound PL2 megabj:0:202071:04:000:Back shot always Red shot PL2 megabj:0:202071:05:000:Back shot always Homing PL2 megabj:0:202091:01:000:Upper shot always Laser PL2 megabj:0:202091:02:000:Upper shot always Normal PL2 megabj:0:202091:03:000:Upper shot always Bound PL2 megabj:0:202091:04:000:Upper shot always Red shotPL2 megabj:0:202091:05:000:Upper shot always Homing PL2 megabj:0:2020B1:01:000:Lower shot always Laser PL2 megabj:0:2020B1:02:000:Lower shot always Normal PL2 megabj:0:2020B1:03:000:Lower shot always Bound PL2 megabj:0:2020B1:04:000:Lower shot always Red shotPL2 megabj:0:2020B1:05:000:Lower shot always Homing PL2 megabj:0:202051:01:001:Front shot = Laser Now! PL2 megabj:0:202051:02:001:Front shot = Normal Now! PL2 megabj:0:202051:03:001:Front shot = Bound Now! PL2 megabj:0:202051:04:001:Front shot = Red shot Now!PL2 megabj:0:202051:05:001:Front shot = Homing Now! PL2 megabj:0:202071:01:001:Back shot = Laser Now! PL2 megabj:0:202071:02:001:Back shot = Normal Now! PL2 megabj:0:202071:03:001:Back shot = Bound Now! PL2 megabj:0:202071:04:001:Back shot = Red shot Now! PL2 megabj:0:202071:05:001:Back shot = Homing Now! PL2 megabj:0:202091:01:001:Upper shot = Laser Now! PL2 megabj:0:202091:02:001:Upper shot = Normal Now! PL2 megabj:0:202091:03:001:Upper shot = Bound Now! PL2 megabj:0:202091:04:001:Upper shot = Red shot Now!PL2 megabj:0:202091:05:001:Upper shot = Homing Now! PL2 megabj:0:2020B1:01:001:Lower shot = Laser Now! PL2 megabj:0:2020B1:02:001:Lower shot = Normal Now! PL2 megabj:0:2020B1:03:001:Lower shot = Bound Now! PL2 megabj:0:2020B1:04:001:Lower shot = Red shot Now!PL2 megabj:0:2020B1:05:001:Lower shot = Homing Now! PL2 megabj:0:000000:00:999:[Round cheats are buggy so ] megabj:0:000000:00:999:[activate at enemy boss. ] megabj:0:204451:03:000:Next Round is 3 megabj:0:2043E5:03:500:Next Round is 3(2/2) megabj:0:204451:04:000:Next Round is 4 megabj:0:2043E5:04:500:Next Round is 4(2/2) megabj:0:204451:05:000:Next Round is 5 megabj:0:2043E5:05:500:Next Round is 5(2/2) megabj:0:204451:06:000:Next Round is 6 megabj:0:2043E5:06:500:Next Round is 6(2/2) megabj:0:204451:07:000:Next Round is 7 megabj:0:2043E5:07:500:Next Round is 7(2/2) ; [ Megadon ] megadon:0:79D0:06:000:Infinite Lives PL1 megadon:0:79CF:06:000:Infinite Lives PL2 ; [ Mega Force ] :megaforc:20800000:1840:000000C9:FFFFFFFF:Invincibility :megaforc:00000001:8412:00000008:FFFFFFFF:1 Hit to Kill Boss Now! megaforc:0:8547:80:000:Always Fast Shooting :megaforc:00000000:800A:00000000:FFFFFFFF:Rapid Fire megaforc:0:8179:77:062:Select next level megaforc:0:8179:77:072:Select current level :megaforc:00000100:83F5:000000F0:FFFFFFFF:Select Horizontal Speed :megaforc:00000100:83F6:000000F0:FFFFFFFF:Select Vertical Speed megaforc:0:8166:09:000:Infinite Lives PL1 :megaforc:00000001:817E:000000F9:FFFFFFFF:1 Hit to goto Boss Now! PL1 megaforc:0:8198:09:000:Infinite Lives PL2 :megaforc:00000000:81B0:000000F9:FFFFFFFF:1 Hit to goto Boss Now! PL2 ; [ Mega Man - The Power Battle (CPS1 Asia 951006) ] megaman:0:FF8119:45:000:Infinite Time megaman:0:FFD851:00:001:One hit for Crash-man megaman:0:FFDA51:00:001:One hit for other enemies megaman:0:FFD951:00:001:Kill small enemies - Lv 7 megaman:0:FFDA51:00:001:One hit for prof - hands megaman:0:FFD751:00:001:One hit for prof - nails megaman:0:FFD951:00:001:One hit for prof - head megaman:0:FF8351:10:000:Infinite Energy PL1 megaman:0:FF8352:02:000:Invincibility PL1 megaman:0:FF8459:1C:000:Infinite Weapon Energy PL1 megaman:0:FF8453:1C:500:Infinite Weapon Energy PL1 (2/6) megaman:0:FF8455:1C:500:Infinite Weapon Energy PL1 (3/6) megaman:0:FF845B:1C:500:Infinite Weapon Energy PL1 (4/6) megaman:0:FF845D:1C:500:Infinite Weapon Energy PL1 (5/6) megaman:0:FF8457:1C:500:Infinite Weapon Energy PL1 (6/6) megaman:0:000000:00:999:[ Story 1 Story 2 Story 3 ] megaman:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] megaman:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] megaman:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] megaman:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] megaman:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] megaman:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] megaman:0:FF8449:01:000:Always have extra weapon 1 PL1 megaman:0:FF844A:01:000:Always have extra weapon 2 PL1 megaman:0:FF844B:01:000:Always have extra weapon 3 PL1 megaman:0:FF844C:01:000:Always have extra weapon 4 PL1 megaman:0:FF844D:01:000:Always have extra weapon 5 PL1 megaman:0:FF844E:01:000:Always have extra weapon 6 PL1 megaman:0:FF8449:00:001:Lose extra weapon 1 Now! PL1 megaman:0:FF844A:00:001:Lose extra weapon 2 Now! PL1 megaman:0:FF844B:00:001:Lose extra weapon 3 Now! PL1 megaman:0:FF844C:00:001:Lose extra weapon 4 Now! PL1 megaman:0:FF844D:00:001:Lose extra weapon 5 Now! PL1 megaman:0:FF844E:00:001:Lose extra weapon 6 Now! PL1 megaman:0:FF8751:10:000:Infinite Energy PL2 megaman:0:FF8752:02:000:Invincibility PL2 megaman:0:FF8859:1C:000:Infinite Weapon Energy PL2 megaman:0:FF8853:1C:500:Infinite Weapon Energy PL2 (2/6) megaman:0:FF8855:1C:500:Infinite Weapon Energy PL2 (3/6) megaman:0:FF885B:1C:500:Infinite Weapon Energy PL2 (4/6) megaman:0:FF885D:1C:500:Infinite Weapon Energy PL2 (5/6) megaman:0:FF8857:1C:500:Infinite Weapon Energy PL2 (6/6) megaman:0:000000:00:999:[ Story 1 Story 2 Story 3 ] megaman:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] megaman:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] megaman:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] megaman:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] megaman:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] megaman:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] megaman:0:FF8849:01:000:Always have extra weapon 1 PL2 megaman:0:FF884A:01:000:Always have extra weapon 2 PL2 megaman:0:FF884B:01:000:Always have extra weapon 3 PL2 megaman:0:FF884C:01:000:Always have extra weapon 4 PL2 megaman:0:FF884D:01:000:Always have extra weapon 5 PL2 megaman:0:FF884E:01:000:Always have extra weapon 6 PL2 megaman:0:FF8849:00:001:Lose extra weapon 1 Now! PL2 megaman:0:FF884A:00:001:Lose extra weapon 2 Now! PL2 megaman:0:FF884B:00:001:Lose extra weapon 3 Now! PL2 megaman:0:FF884C:00:001:Lose extra weapon 4 Now! PL2 megaman:0:FF884D:00:001:Lose extra weapon 5 Now! PL2 megaman:0:FF884E:00:001:Lose extra weapon 6 Now! PL2 megaman:0:000000:00:999:[ These are the codes to set the machine region - the ] megaman:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] megaman:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] megaman:0:FF808D:00:000:Region Switch = Japan megaman:0:FF808D:02:000:Region Switch = USA megaman:0:FF808D:04:000:Region Switch = Hispanic megaman:0:FF808D:06:000:Region Switch = Asia megaman:0:FF808D:08:000:Region Switch = Euro megaman:0:FF808D:0A:000:Region Switch = Brazil ; [ Mega Man 2: The Power Fighters (US 960708) ] megaman2:0:FF8119:45:000:Infinite Time megaman2:0:FFA83A:07:000:Infinite Final Dr. Wily Time megaman2:0:FFCD51:00:001:Drain All Enemy Energy Now! megaman2:0:FFCE51:00:501:Drain All Enemy Energy Now! (2/2) megaman2:0:FF8351:20:000:Infinite Energy PL1 megaman2:0:FF8352:02:000:Invincibility PL1 megaman2:0:FF8459:10:000:Infinite Weapon Energy PL1 megaman2:0:FF8453:10:500:Infinite Weapon Energy PL1 (2/6) megaman2:0:FF8455:10:500:Infinite Weapon Energy PL1 (3/6) megaman2:0:FF845B:10:500:Infinite Weapon Energy PL1 (4/6) megaman2:0:FF845D:10:500:Infinite Weapon Energy PL1 (5/6) megaman2:0:FF8457:10:500:Infinite Weapon Energy PL1 (6/6) megaman2:0:000000:00:999:[ Story 1 Story 2 Story 3 ] megaman2:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] megaman2:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] megaman2:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] megaman2:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] megaman2:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] megaman2:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] megaman2:0:FF8449:01:000:Always have extra weapon 1 PL1 megaman2:0:FF844A:01:000:Always have extra weapon 2 PL1 megaman2:0:FF844B:01:000:Always have extra weapon 3 PL1 megaman2:0:FF844C:01:000:Always have extra weapon 4 PL1 megaman2:0:FF844D:01:000:Always have extra weapon 5 PL1 megaman2:0:FF844E:01:000:Always have extra weapon 6 PL1 megaman2:0:FF8449:00:001:Lose extra weapon 1 Now! PL1 megaman2:0:FF844A:00:001:Lose extra weapon 2 Now! PL1 megaman2:0:FF844B:00:001:Lose extra weapon 3 Now! PL1 megaman2:0:FF844C:00:001:Lose extra weapon 4 Now! PL1 megaman2:0:FF844D:00:001:Lose extra weapon 5 Now! PL1 megaman2:0:FF844E:00:001:Lose extra weapon 6 Now! PL1 megaman2:0:FF8751:20:000:Infinite Energy PL2 megaman2:0:FF8752:02:000:Invincibility PL2 megaman2:0:FF8859:10:000:Infinite Weapon Energy PL2 megaman2:0:FF8853:10:500:Infinite Weapon Energy PL2 (2/6) megaman2:0:FF8855:10:500:Infinite Weapon Energy PL2 (3/6) megaman2:0:FF885B:10:500:Infinite Weapon Energy PL2 (4/6) megaman2:0:FF885D:10:500:Infinite Weapon Energy PL2 (5/6) megaman2:0:FF8857:10:500:Infinite Weapon Energy PL2 (6/6) megaman2:0:000000:00:999:[ Story 1 Story 2 Story 3 ] megaman2:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] megaman2:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] megaman2:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] megaman2:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] megaman2:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] megaman2:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] megaman2:0:FF8849:01:000:Always have extra weapon 1 PL2 megaman2:0:FF884A:01:000:Always have extra weapon 2 PL2 megaman2:0:FF884B:01:000:Always have extra weapon 3 PL2 megaman2:0:FF884C:01:000:Always have extra weapon 4 PL2 megaman2:0:FF884D:01:000:Always have extra weapon 5 PL2 megaman2:0:FF884E:01:000:Always have extra weapon 6 PL2 megaman2:0:FF8849:00:001:Lose extra weapon 1 Now! PL2 megaman2:0:FF884A:00:001:Lose extra weapon 2 Now! PL2 megaman2:0:FF884B:00:001:Lose extra weapon 3 Now! PL2 megaman2:0:FF884C:00:001:Lose extra weapon 4 Now! PL2 megaman2:0:FF884D:00:001:Lose extra weapon 5 Now! PL2 megaman2:0:FF884E:00:001:Lose extra weapon 6 Now! PL2 megaman2:0:000000:00:999:[ These are the codes to set the machine region - the ] megaman2:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] megaman2:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] megaman2:0:FF808D:00:000:Region Switch = Japan megaman2:0:FF808D:02:000:Region Switch = USA megaman2:0:FF808D:04:000:Region Switch = Hispanic megaman2:0:FF808D:06:000:Region Switch = Asia megaman2:0:FF808D:08:000:Region Switch = Euro megaman2:0:FF808D:0A:000:Region Switch = Brazil megaman2:0:FF80E0:00:000:Title Switch = Rock Man megaman2:0:FF80E0:FF:000:Title Switch = Mega Man ; [ Mega Man 2: The Power Fighters (Asia 960708) ] megamn2a:0:FF8119:45:000:Infinite Time megamn2a:0:FFA83A:07:000:Infinite Final Dr. Wily Time megamn2a:0:FFCD51:00:001:Drain All Enemy Energy Now! megamn2a:0:FFCE51:00:501:Drain All Enemy Energy Now! (2/2) megamn2a:0:FF8351:20:000:Infinite Energy PL1 megamn2a:0:FF8352:02:000:Invincibility PL1 megamn2a:0:FF8459:10:000:Infinite Weapon Energy PL1 megamn2a:0:FF8453:10:500:Infinite Weapon Energy PL1 (2/6) megamn2a:0:FF8455:10:500:Infinite Weapon Energy PL1 (3/6) megamn2a:0:FF845B:10:500:Infinite Weapon Energy PL1 (4/6) megamn2a:0:FF845D:10:500:Infinite Weapon Energy PL1 (5/6) megamn2a:0:FF8457:10:500:Infinite Weapon Energy PL1 (6/6) megamn2a:0:000000:00:999:[ Story 1 Story 2 Story 3 ] megamn2a:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] megamn2a:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] megamn2a:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] megamn2a:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] megamn2a:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] megamn2a:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] megamn2a:0:FF8449:01:000:Always have extra weapon 1 PL1 megamn2a:0:FF844A:01:000:Always have extra weapon 2 PL1 megamn2a:0:FF844B:01:000:Always have extra weapon 3 PL1 megamn2a:0:FF844C:01:000:Always have extra weapon 4 PL1 megamn2a:0:FF844D:01:000:Always have extra weapon 5 PL1 megamn2a:0:FF844E:01:000:Always have extra weapon 6 PL1 megamn2a:0:FF8449:00:001:Lose extra weapon 1 Now! PL1 megamn2a:0:FF844A:00:001:Lose extra weapon 2 Now! PL1 megamn2a:0:FF844B:00:001:Lose extra weapon 3 Now! PL1 megamn2a:0:FF844C:00:001:Lose extra weapon 4 Now! PL1 megamn2a:0:FF844D:00:001:Lose extra weapon 5 Now! PL1 megamn2a:0:FF844E:00:001:Lose extra weapon 6 Now! PL1 megamn2a:0:FF8751:20:000:Infinite Energy PL2 megamn2a:0:FF8752:02:000:Invincibility PL2 megamn2a:0:FF8859:10:000:Infinite Weapon Energy PL2 megamn2a:0:FF8853:10:500:Infinite Weapon Energy PL2 (2/6) megamn2a:0:FF8855:10:500:Infinite Weapon Energy PL2 (3/6) megamn2a:0:FF885B:10:500:Infinite Weapon Energy PL2 (4/6) megamn2a:0:FF885D:10:500:Infinite Weapon Energy PL2 (5/6) megamn2a:0:FF8857:10:500:Infinite Weapon Energy PL2 (6/6) megamn2a:0:000000:00:999:[ Story 1 Story 2 Story 3 ] megamn2a:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] megamn2a:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] megamn2a:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] megamn2a:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] megamn2a:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] megamn2a:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] megamn2a:0:FF8849:01:000:Always have extra weapon 1 PL2 megamn2a:0:FF884A:01:000:Always have extra weapon 2 PL2 megamn2a:0:FF884B:01:000:Always have extra weapon 3 PL2 megamn2a:0:FF884C:01:000:Always have extra weapon 4 PL2 megamn2a:0:FF884D:01:000:Always have extra weapon 5 PL2 megamn2a:0:FF884E:01:000:Always have extra weapon 6 PL2 megamn2a:0:FF8849:00:001:Lose extra weapon 1 Now! PL2 megamn2a:0:FF884A:00:001:Lose extra weapon 2 Now! PL2 megamn2a:0:FF884B:00:001:Lose extra weapon 3 Now! PL2 megamn2a:0:FF884C:00:001:Lose extra weapon 4 Now! PL2 megamn2a:0:FF884D:00:001:Lose extra weapon 5 Now! PL2 megamn2a:0:FF884E:00:001:Lose extra weapon 6 Now! PL2 megamn2a:0:000000:00:999:[ These are the codes to set the machine region - the ] megamn2a:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] megamn2a:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] megamn2a:0:FF808D:00:000:Region Switch = Japan megamn2a:0:FF808D:02:000:Region Switch = USA megamn2a:0:FF808D:04:000:Region Switch = Hispanic megamn2a:0:FF808D:06:000:Region Switch = Asia megamn2a:0:FF808D:08:000:Region Switch = Euro megamn2a:0:FF808D:0A:000:Region Switch = Brazil megamn2a:0:FF80E0:00:000:Title Switch = Rock Man megamn2a:0:FF80E0:FF:000:Title Switch = Mega Man ; [ Megatack ] megatack:0:00B5:09:000:Infinite Lives PL1 megatack:0:00B6:09:000:Infinite Lives PL2 ; [ Mega Zone (Interlogic + Kosuka) ] megaznik:0:3B1D:99:000:Infinite Credits megaznik:0:3BA0:03:000:Infinite Lives :megaznik:20800000:185DE:00000039:FFFFFFFF:Invincibility :megaznik:00000000:3FAF:00000001:FFFFFFFF:Power Up + Invincibility :megaznik:00010000:3F77:000000E0:FFFFFFFF:Power Up + Invincibility (2/5) :megaznik:00010000:3F8F:000000E1:FFFFFFFF:Power Up + Invincibility (3/5) :megaznik:00010000:3FA7:000000E3:FFFFFFFF:Power Up + Invincibility (4/5) :megaznik:00010000:3FBF:000000E2:FFFFFFFF:Power Up + Invincibility (5/5) :megaznik:00000000:3FA3:00000000:00000010:Rapid Fire ; [ Mega Zone (Konami set 2) ] megazona:0:3B1D:99:000:Infinite Credits megazona:0:3BA0:03:000:Infinite Lives :megazona:20800000:185F7:00000039:FFFFFFFF:Invincibility :megazona:00000000:3FAF:00000001:FFFFFFFF:Power Up + Invincibility :megazona:00010000:3F77:000000E0:FFFFFFFF:Power Up + Invincibility (2/5) :megazona:00010000:3F8F:000000E1:FFFFFFFF:Power Up + Invincibility (3/5) :megazona:00010000:3FA7:000000E3:FFFFFFFF:Power Up + Invincibility (4/5) :megazona:00010000:3FBF:000000E2:FFFFFFFF:Power Up + Invincibility (5/5) :megazona:00000000:3FA3:00000000:00000010:Rapid Fire ; [ Mega Zone (Kosuka set 1) ] megazonb:0:3B1D:99:000:Infinite Credits megazonb:0:3BA0:03:000:Infinite Lives :megazonb:20800000:185F4:00000039:FFFFFFFF:Invincibility :megazonb:00000000:3FAF:00000001:FFFFFFFF:Power Up + Invincibility :megazonb:00010000:3F77:000000E0:FFFFFFFF:Power Up + Invincibility (2/5) :megazonb:00010000:3F8F:000000E1:FFFFFFFF:Power Up + Invincibility (3/5) :megazonb:00010000:3FA7:000000E3:FFFFFFFF:Power Up + Invincibility (4/5) :megazonb:00010000:3FBF:000000E2:FFFFFFFF:Power Up + Invincibility (5/5) :megazonb:00000000:3FA3:00000000:00000010:Rapid Fire ; [ Mega Zone (Kosuka set 2) ] megazonc:0:3B1D:99:000:Infinite Credits megazonc:0:3BA0:03:000:Infinite Lives :megazonc:20800000:185DE:00000039:FFFFFFFF:Invincibility :megazonc:00000000:3FAF:00000001:FFFFFFFF:Power Up + Invincibility :megazonc:00010000:3F77:000000E0:FFFFFFFF:Power Up + Invincibility (2/5) :megazonc:00010000:3F8F:000000E1:FFFFFFFF:Power Up + Invincibility (3/5) :megazonc:00010000:3FA7:000000E3:FFFFFFFF:Power Up + Invincibility (4/5) :megazonc:00010000:3FBF:000000E2:FFFFFFFF:Power Up + Invincibility (5/5) :megazonc:00000000:3FA3:00000000:00000010:Rapid Fire ; [ Mega Zone (Konami set 1) ] megazone:0:3B1D:99:000:Infinite Credits megazone:0:3BA0:03:000:Infinite Lives :megazone:20800000:185E0:00000039:FFFFFFFF:Invincibility :megazone:00000000:3FAF:00000001:FFFFFFFF:Power Up + Invincibility :megazone:00010000:3F77:000000E0:FFFFFFFF:Power Up + Invincibility (2/5) :megazone:00010000:3F8F:000000E1:FFFFFFFF:Power Up + Invincibility (3/5) :megazone:00010000:3FA7:000000E3:FFFFFFFF:Power Up + Invincibility (4/5) :megazone:00010000:3FBF:000000E2:FFFFFFFF:Power Up + Invincibility (5/5) :megazone:00000000:3FA3:00000000:00000010:Rapid Fire ; [ Meijinsen ] meijinsn:0:0000:00:999:[ This game hasn't even ]:REASON 11 meijinsn:0:0000:00:999:[ been looked at due to ]:REASON 11 meijinsn:0:0000:00:999:[ time constraints - Too]:REASON 11 meijinsn:0:0000:00:999:[ many games and so ]:REASON 11 meijinsn:0:0000:00:999:[ little time. It is ]:REASON 11 meijinsn:0:0000:00:999:[ even possible that ]:REASON 11 meijinsn:0:0000:00:999:[ this game may be a ]:REASON 11 meijinsn:0:0000:00:999:[ clone of an existing ]:REASON 11 meijinsn:0:0000:00:999:[ game which may have ]:REASON 11 meijinsn:0:0000:00:999:[ cheats. Please search ]:REASON 11 meijinsn:0:0000:00:999:[ the cheat forums ]:REASON 11 meijinsn:0:0000:00:999:[ before posting cheat ]:REASON 11 meijinsn:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Meikyuu Hunter G (Japan) ] meikyuh:0:0068:59:000:Infinite Time meikyuh:0:0238:01:000:Always have Slimer meikyuh:0:0238:01:001:Get Slimer Now! meikyuh:0:010F:03:000:Infinite Lives PL1 meikyuh:0:0110:02:000:Infinite Energy PL1 meikyuh:0:0111:00:500:Infinite Energy PL1 (2/2) meikyuh:0:0105:1F:000:Invincibility PL1 meikyuh:0:0121:08:000:Always have maximum ghosts PL1 meikyuh:0:0122:99:500:Always have maximum ghosts PL1 (2/2) meikyuh:0:010C:03:000:Maximum Shot Power PL1 meikyuh:0:014F:03:000:Infinite Lives PL2 meikyuh:0:0150:02:000:Infinite Energy PL2 meikyuh:0:0151:00:500:Infinite Energy PL2 (2/2) meikyuh:0:0145:1F:000:Invincibility PL2 meikyuh:0:0161:08:000:Always have maximum ghosts PL2 meikyuh:0:0162:99:500:Always have maximum ghosts PL2 (2/2) meikyuh:0:014C:03:000:Maximum Shot Power PL2 ; [ Meosis Magic (Japan) ] meosism:0:000000:58:001:Get 600 credits Now! meosism:0:000001:02:501:Get 600 credits Now! (2/2) :meosism:00000000:000734:00000001:FFFFFFFF:Get Cherries Very Often :meosism:00000000:000734:00000002:FFFFFFFF:Always Get Apples :meosism:00000000:000734:00000003:FFFFFFFF:Always Get Lemons :meosism:00000000:000734:00000004:FFFFFFFF:Always Get ? ? ?s :meosism:00000000:000734:00000005:FFFFFFFF:Always Get Top Hats :meosism:00000000:000734:00000006:FFFFFFFF:Get Bar Very Often :meosism:00000000:000734:00000007:FFFFFFFF:Get 7 7 7s Very Often ; [ Mercs (World 900302) ] mercs:0:FF0ECD:09:000:Infinite Time mercs:0:FF1175:30:000:Infinite Energy PL1 mercs:0:FF1190:59:000:Invincibility PL1 mercs:0:FF117C:99:000:Infinite Missiles PL1 mercs:0:FF1225:30:000:Infinite Energy PL2 mercs:0:FF1240:59:000:Invincibility PL2 mercs:0:FF122C:99:000:Infinite Missiles PL2 mercs:0:FF12D5:30:000:Infinite Energy PL3 mercs:0:FF12F0:59:000:Invincibility PL3 mercs:0:FF12DC:99:000:Infinite Missiles PL3 ; [ Senjou no Ookami II (Japan 900302) ] mercsj:0:FF0ECD:09:000:Infinite Time mercsj:0:FF1175:30:000:Infinite Energy PL1 mercsj:0:FF1190:59:000:Invincibility PL1 mercsj:0:FF117C:99:000:Infinite Missiles PL1 mercsj:0:FF1225:30:000:Infinite Energy PL2 mercsj:0:FF1240:59:000:Invincibility PL2 mercsj:0:FF122C:99:000:Infinite Missiles PL2 mercsj:0:FF12D5:30:000:Infinite Energy PL3 mercsj:0:FF12F0:59:000:Invincibility PL3 mercsj:0:FF12DC:99:000:Infinite Missiles PL3 ; [ Mercs (US 900302) ] mercsu:0:FF0ECD:09:000:Infinite Time mercsu:0:FF1175:30:000:Infinite Energy PL1 mercsu:0:FF1190:59:000:Invincibility PL1 mercsu:0:FF117C:99:000:Infinite Missiles PL1 mercsu:0:FF1225:30:000:Infinite Energy PL2 mercsu:0:FF1240:59:000:Invincibility PL2 mercsu:0:FF122C:99:000:Infinite Missiles PL2 mercsu:0:FF12D5:30:000:Infinite Energy PL3 mercsu:0:FF12F0:59:000:Invincibility PL3 mercsu:0:FF12DC:99:000:Infinite Missiles PL3 ; [ Mercs (US 900608) ] mercsua:0:FF0ECD:09:000:Infinite Time mercsua:0:FF1175:30:000:Infinite Energy PL1 mercsua:0:FF1190:59:000:Invincibility PL1 mercsua:0:FF117C:99:000:Infinite Missiles PL1 mercsua:0:FF1225:30:000:Infinite Energy PL2 mercsua:0:FF1240:59:000:Invincibility PL2 mercsua:0:FF122C:99:000:Infinite Missiles PL2 mercsua:0:FF12D5:30:000:Infinite Energy PL3 mercsua:0:FF12F0:59:000:Invincibility PL3 mercsua:0:FF12DC:99:000:Infinite Missiles PL3 ; [ Merlins Money Maze ] merlinmm:0:0000:00:999:[ This game hasn't even ]:REASON 11 merlinmm:0:0000:00:999:[ been looked at due to ]:REASON 11 merlinmm:0:0000:00:999:[ time constraints - Too]:REASON 11 merlinmm:0:0000:00:999:[ many games and so ]:REASON 11 merlinmm:0:0000:00:999:[ little time. It is ]:REASON 11 merlinmm:0:0000:00:999:[ even possible that ]:REASON 11 merlinmm:0:0000:00:999:[ this game may be a ]:REASON 11 merlinmm:0:0000:00:999:[ clone of an existing ]:REASON 11 merlinmm:0:0000:00:999:[ game which may have ]:REASON 11 merlinmm:0:0000:00:999:[ cheats. Please search ]:REASON 11 merlinmm:0:0000:00:999:[ the cheat forums ]:REASON 11 merlinmm:0:0000:00:999:[ before posting cheat ]:REASON 11 merlinmm:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mermaid ] :mermaid:00000000:C005:00000063:FFFFFFFF:Infinite Credits :mermaid:00000000:C261:00000009:FFFFFFFF:Infinite Lives :mermaid:20900000:400B:00004021:FFFFFFFF:Invincibility :mermaid:20910000:4011:00004021:FFFFFFFF:Invincibility (2/7):1st & 2nd = Avoid sudden death bug :mermaid:20A10000:4183:0041AFC3:FFFFFFFF:Invincibility (3/7):Flag :mermaid:20910000:420B:0000435B:FFFFFFFF:Invincibility (4/7):Little Wave :mermaid:20910000:4210:0000435B:FFFFFFFF:Invincibility (5/7):Big Wave :mermaid:20A10000:4561:0041AFC3:FFFFFFFF:Invincibility (6/7):Object 1 :mermaid:20A10000:48A2:0041AFC3:FFFFFFFF:Invincibility (7/7):Object 2 :mermaid:20900000:400B:00004021:FFFFFFFF:Avoid Sudden Death Bug:Enables you to pass several points where sudden death can occur :mermaid:20910000:4011:00004021:FFFFFFFF:Avoid Sudden Death Bug (2/2) ; [ Meta Fox ] metafox:0:F015A9:0A:000:Infinite Lives PL1 metafox:0:F015A6:09:000:Infinite Bombs PL1 metafox:0:F015A4:14:000:Maximum Shot Power PL1 metafox:0:F015A4:14:071:Select Current Shot Power PL1 metafox:0:F015AA:05:000:Maximum "S" PL1 metafox:0:F015A7:01:000:Auto Shot PL1 metafox:0:F01572:10:020:Invincibility "ON" PL1 metafox:0:F01572:10:041:Invincibility "OFF" PL1 metafox:0:F015A5:00:000:Always have F4V-1D CORSAIR PL1 metafox:0:F0158E:03:500:Always have F4V-1D CORSAIR PL1 metafox:0:F0158F:03:500:Always have F4V-1D CORSAIR PL1 metafox:0:F015A5:01:000:Always have F-86F SABRE PL1 metafox:0:F0158E:05:500:Always have F-86F SABRE PL1 metafox:0:F0158F:05:500:Always have F-86F SABRE PL1 metafox:0:F015A5:02:000:Always have F.A-18A HORNET PL1 metafox:0:F0158E:06:500:Always have F.A-18A HORNET PL1 metafox:0:F0158F:06:500:Always have F.A-18A HORNET PL1 metafox:0:F015A5:00:001:Get F4V-1D CORSAIR Now! PL1 metafox:0:F0158E:03:501:Get F4V-1D CORSAIR Now! PL1 metafox:0:F0158F:03:501:Get F4V-1D CORSAIR Now! PL1 metafox:0:F015A5:01:001:Get F-86F SABRE Now! PL1 metafox:0:F0158E:05:501:Get F-86F SABRE Now! PL1 metafox:0:F0158F:05:501:Get F-86F SABRE Now! PL1 metafox:0:F015A5:02:001:Get F.A-18A HORNET Now! PL1 metafox:0:F0158E:06:501:Get F.A-18A HORNET Now! PL1 metafox:0:F0158F:06:501:Get F.A-18A HORNET Now! PL1 metafox:0:F0158E:06:000:Maximum X and Y Move Speed PL1 metafox:0:F0158F:06:500:Maximum X and Y Move Speed PL1 metafox:0:F0158E:06:071:Select Current X Move Speed PL1 metafox:0:F0158F:06:071:Select Current Y Move Speed PL1 metafox:0:F01605:0A:000:Infinite Lives PL2 metafox:0:F01602:09:000:Infinite Bombs PL2 metafox:0:F01600:14:000:Maximum Shot Power PL2 metafox:0:F01600:14:071:Select Current Shot Power PL2 metafox:0:F01606:05:000:Maximum "S" PL2 metafox:0:F01603:01:000:Auto Shot PL2 metafox:0:F015CE:10:020:Invincibility "ON" PL2 metafox:0:F015CE:10:041:Invincibility "OFF" PL2 metafox:0:F01601:00:000:Always have F4V-1D CORSAIR PL2 metafox:0:F015EA:03:500:Always have F4V-1D CORSAIR PL2 metafox:0:F015EB:03:500:Always have F4V-1D CORSAIR PL2 metafox:0:F01601:01:000:Always have F-86F SABRE PL2 metafox:0:F015EA:05:500:Always have F-86F SABRE PL2 metafox:0:F015EB:05:500:Always have F-86F SABRE PL2 metafox:0:F01601:02:000:Always have F.A-18A HORNET PL2 metafox:0:F015EA:06:500:Always have F.A-18A HORNET PL2 metafox:0:F015EB:06:500:Always have F.A-18A HORNET PL2 metafox:0:F01601:00:001:Get F4V-1D CORSAIR Now! PL2 metafox:0:F015EA:03:501:Get F4V-1D CORSAIR Now! PL2 metafox:0:F015EB:03:501:Get F4V-1D CORSAIR Now! PL2 metafox:0:F01601:01:001:Get F-86F SABRE Now! PL2 metafox:0:F015EA:05:501:Get F-86F SABRE Now! PL2 metafox:0:F015EB:05:501:Get F-86F SABRE Now! PL2 metafox:0:F01601:02:001:Get F.A-18A HORNET Now! PL2 metafox:0:F015EA:06:501:Get F.A-18A HORNET Now! PL2 metafox:0:F015EB:06:501:Get F.A-18A HORNET Now! PL2 metafox:0:F015EA:06:000:Maximum X and Y Move Speed PL2 metafox:0:F015EB:06:500:Maximum X and Y Move Speed PL2 metafox:0:F015EA:06:071:Select Current X Move Speed PL2 metafox:0:F015EB:06:071:Select Current Y Move Speed PL2 metafox:0:F0131B:00:000:Start on Round 1:Turn off this cheat when you have started the level!! metafox:0:F0131B:01:000:Start on Round 2:Turn off this cheat when you have started the level!! metafox:0:F0131B:02:000:Start on Round 3:Turn off this cheat when you have started the level!! metafox:0:F0131B:03:000:Start on Round 4:Turn off this cheat when you have started the level!! metafox:0:F0131B:04:000:Start on Round 5:Turn off this cheat when you have started the level!! metafox:0:F0131B:05:000:Start on Round 6:Turn off this cheat when you have started the level!! metafox:0:F0131B:06:000:Start on Round 7:Turn off this cheat when you have started the level!! metafox:0:F0131B:07:000:Start on Round 8:Turn off this cheat when you have started the level!! ; [ Metal Black (World) ] metalb:0:105011:09:000:Infinite Lives PL1 metalb:0:10501B:02:000:Invincibility PL1 metalb:0:105002:28:000:Always have Max Beam levelPL1 metalb:0:105002:28:001:Get Max Beam level Now! PL1 metalb:0:105091:09:000:Infinite Lives PL2 metalb:0:10509B:02:000:Invincibility PL2 metalb:0:105082:28:000:Always have Max Beam levelPL2 metalb:0:105082:28:001:Get Max Beam level Now! PL2 ; [ Metal Black (Japan) ] metalbj:0:105011:09:000:Infinite Lives PL1 metalbj:0:10501B:02:000:Invincibility PL1 metalbj:0:105002:28:000:Always have Max Beam levelPL1 metalbj:0:105002:28:001:Get Max Beam level Now! PL1 metalbj:0:105091:09:000:Infinite Lives PL2 metalbj:0:10509B:02:000:Invincibility PL2 metalbj:0:105082:28:000:Always have Max Beam levelPL2 metalbj:0:105082:28:001:Get Max Beam level Now! PL2 ; [ Metamorphic Force (ver EAA) ] :metamrph:00000000:202631:00000063:FFFFFFFF:Infinite Credits :metamrph:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit :metamrph:00010001:202A2C:00000000:FFFFFFFF:Stage 1 :metamrph:00010001:202A2C:00000001:FFFFFFFF:Stage 2 :metamrph:00010001:202A2C:00000002:FFFFFFFF:Bonus Stage 1 :metamrph:00010001:202A2C:00000003:FFFFFFFF:Stage 3 :metamrph:00010001:202A2C:00000004:FFFFFFFF:Stage 4 :metamrph:00010001:202A2C:00000005:FFFFFFFF:Bonus Stage 2 :metamrph:00010001:202A2C:00000006:FFFFFFFF:Stage 5 :metamrph:00010001:202A2C:00000007:FFFFFFFF:Stage 6 :metamrph:20800000:007CE1:00000001:FFFFFFFF:Invincibility :metamrph:20810000:009DAB:000000F6:FFFFFFFF:Invincibility (2/4):1st = Disabled Enemy's Catch :metamrph:20810000:009E46:00000060:FFFFFFFF:Invincibility (3/4):2nd = Punch, Hand Weapon (Sword, Axe) etc :metamrph:20810000:009F4A:00000060:FFFFFFFF:Invincibility (4/4):3rd & 4th = Thrown Weapon, Iron Ball, Magic etc :metamrph:00000000:204039:00000000:FFFFFFFF:1 Hit to Kill Enemy :metamrph:00010000:2040B9:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/6):1st - 5th = Normal Enemy :metamrph:00010000:204139:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/6) :metamrph:00010000:2041B9:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/6) :metamrph:00010000:204239:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/6) :metamrph:00110000:20463A:00000000:FFFFFFFF:1 Hit to Kill Enemy (6/6):Boss :metamrph:00100000:203204:0000271A:FFFFFFFF:Infinite Energy PL1 :metamrph:00000000:202600:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :metamrph:00100000:203214:0000271A:FFFFFFFF:Infinite Energy PL2 :metamrph:00000000:202601:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :metamrph:00100000:203224:0000271A:FFFFFFFF:Infinite Energy PL3 :metamrph:00000000:202602:00000000:00000010:Rapid Fire PL3:Turn it OFF on the name entry screen :metamrph:00100000:203234:0000271A:FFFFFFFF:Infinite Energy PL4 :metamrph:00000000:202603:00000000:00000010:Rapid Fire PL4:Turn it OFF on the name entry screen :metamrph:20900000:0010D6:000010D8:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Metamorphic Force (ver JAA) ] :metamrpj:00000000:202631:00000063:FFFFFFFF:Infinite Credits :metamrpj:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit :metamrpj:00010001:202A2C:00000000:FFFFFFFF:Stage 1 :metamrpj:00010001:202A2C:00000001:FFFFFFFF:Stage 2 :metamrpj:00010001:202A2C:00000002:FFFFFFFF:Bonus Stage 1 :metamrpj:00010001:202A2C:00000003:FFFFFFFF:Stage 3 :metamrpj:00010001:202A2C:00000004:FFFFFFFF:Stage 4 :metamrpj:00010001:202A2C:00000005:FFFFFFFF:Bonus Stage 2 :metamrpj:00010001:202A2C:00000006:FFFFFFFF:Stage 5 :metamrpj:00010001:202A2C:00000007:FFFFFFFF:Stage 6 :metamrpj:20800000:007D43:00000001:FFFFFFFF:Invincibility :metamrpj:20810000:009E0D:000000F6:FFFFFFFF:Invincibility (2/4):1st = Disabled Enemy's Catch :metamrpj:20810000:009EA8:00000060:FFFFFFFF:Invincibility (3/4):2nd = Punch, Hand Weapon (Sword, Axe) etc :metamrpj:20810000:009FAC:00000060:FFFFFFFF:Invincibility (4/4):3rd & 4th = Thrown Weapon, Iron Ball, Magic etc :metamrpj:00000000:204039:00000000:FFFFFFFF:1 Hit to Kill Enemy :metamrpj:00010000:2040B9:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/6):1st - 5th = Normal Enemy :metamrpj:00010000:204139:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/6) :metamrpj:00010000:2041B9:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/6) :metamrpj:00010000:204239:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/6) :metamrpj:00110000:20463A:00000000:FFFFFFFF:1 Hit to Kill Enemy (6/6):Boss :metamrpj:00000000:203200:00000063:FFFFFFFF:Infinite Lives PL1 :metamrpj:00000000:203205:0000005F:FFFFFFFF:Infinite Energy PL1 :metamrpj:00000000:202600:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :metamrpj:00000000:203210:00000063:FFFFFFFF:Infinite Lives PL2 :metamrpj:00000000:203215:0000005F:FFFFFFFF:Infinite Energy PL2 :metamrpj:00000000:202601:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :metamrpj:00000000:203220:00000063:FFFFFFFF:Infinite Lives PL3 :metamrpj:00000000:203225:0000005F:FFFFFFFF:Infinite Energy PL3 :metamrpj:00000000:202602:00000000:00000010:Rapid Fire PL3:Turn it OFF on the name entry screen :metamrpj:00000000:203230:00000063:FFFFFFFF:Infinite Lives PL4 :metamrpj:00000000:203235:0000005F:FFFFFFFF:Infinite Energy PL4 :metamrpj:00000000:202603:00000000:00000010:Rapid Fire PL4:Turn it OFF on the name entry screen :metamrpj:20900000:0010D6:000010D8:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Metamorphic Force (ver UAA) ] :metamrpu:00000000:202631:00000063:FFFFFFFF:Infinite Credits :metamrpu:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit :metamrpu:00010001:202A2C:00000000:FFFFFFFF:Stage 1 :metamrpu:00010001:202A2C:00000001:FFFFFFFF:Stage 2 :metamrpu:00010001:202A2C:00000002:FFFFFFFF:Bonus Stage 1 :metamrpu:00010001:202A2C:00000003:FFFFFFFF:Stage 3 :metamrpu:00010001:202A2C:00000004:FFFFFFFF:Stage 4 :metamrpu:00010001:202A2C:00000005:FFFFFFFF:Bonus Stage 2 :metamrpu:00010001:202A2C:00000006:FFFFFFFF:Stage 5 :metamrpu:00010001:202A2C:00000007:FFFFFFFF:Stage 6 :metamrpu:20800000:007CE5:00000001:FFFFFFFF:Invincibility :metamrpu:20810000:009DAF:000000F6:FFFFFFFF:Invincibility (2/4):1st = Disabled Enemy's Catch :metamrpu:20810000:009E4A:00000060:FFFFFFFF:Invincibility (3/4):2nd = Punch, Hand Weapon (Sword, Axe) etc :metamrpu:20810000:009F4E:00000060:FFFFFFFF:Invincibility (4/4):3rd & 4th = Thrown Weapon, Iron Ball, Magic etc :metamrpu:00000000:204039:00000000:FFFFFFFF:1 Hit to Kill Enemy :metamrpu:00010000:2040B9:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/6):1st - 5th = Normal Enemy :metamrpu:00010000:204139:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/6) :metamrpu:00010000:2041B9:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/6) :metamrpu:00010000:204239:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/6) :metamrpu:00110000:20463A:00000000:FFFFFFFF:1 Hit to Kill Enemy (6/6):Boss :metamrpu:00100000:203204:0000271A:FFFFFFFF:Infinite Energy PL1 :metamrpu:00000000:202600:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :metamrpu:00100000:203214:0000271A:FFFFFFFF:Infinite Energy PL2 :metamrpu:00000000:202601:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :metamrpu:00100000:203224:0000271A:FFFFFFFF:Infinite Energy PL3 :metamrpu:00000000:202602:00000000:00000010:Rapid Fire PL3:Turn it OFF on the name entry screen :metamrpu:00100000:203234:0000271A:FFFFFFFF:Infinite Energy PL4 :metamrpu:00000000:202603:00000000:00000010:Rapid Fire PL4:Turn it OFF on the name entry screen :metamrpu:20900000:0010D6:000010D8:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Meteoroids ] meteor:0:4007:99:000:Infinite Credits meteor:0:40E0:0B:000:Invincibility meteor:0:4102:1B:000:Infinite Lives PL1 meteor:0:4202:1B:000:Infinite Lives PL2 ; [ Meteorites ] meteorts:0:006F:99:000:Infinite Credits meteorts:0:021B:01:000:Invincibility meteorts:0:02FA:00:500:Invincibility (2/2) meteorts:0:02F7:FF:000:No UFOs at all meteorts:0:02F7:01:002:Lots of UFOs meteorts:0:0056:05:000:Infinite Lives PL1 meteorts:0:0057:05:000:Infinite Lives PL2 ; [ Metal Clash (Japan) ] metlclsh:0:8011:99:000:Infinite Credits :metlclsh:00100000:80C9:00009999:FFFFFFFF:Infinite Time metlclsh:0:8262:00:001:Drain All Boss's Energy Now! metlclsh:0:80BD:63:000:Always Max Rescued People :metlclsh:00000501:8021:0000000E:FFFFFFFF:Select Current Stage:Enable this along with the display Cheat - enable them on the Big Green Robot screen for the best effect :metlclsh:00000501:8022:0000000E:FFFFFFFF:Select Current Stage (Only Display):This is needed as 'Copy Previous Value' doesn't work in the cheat engine metlclsh:0:81B4:40:000:Infinite Energy PL1 metlclsh:0:8023:05:000:Infinite Lives PL1 :metlclsh:62000000:0000:00:00000000:Select First Weapon PL1:Do NOT use the Gun on the VS mode or the game will hang!!! :metlclsh:00010000:81B8:00:FFFFFFFF:No Weapon :metlclsh:00010000:81B8:01:FFFFFFFF:Gun :metlclsh:00010000:81B8:02:FFFFFFFF:Shield? :metlclsh:00010000:81B8:03:FFFFFFFF:Knife :metlclsh:62000000:0000:00:00000000:Select Second Weapon PL1:Do NOT use the Gun on the VS mode or the game will hang!!! :metlclsh:00010000:81B9:00:FFFFFFFF:No Weapon :metlclsh:00010000:81B9:81:FFFFFFFF:Gun :metlclsh:00010000:81B9:82:FFFFFFFF:Shield? :metlclsh:00010000:81B9:83:FFFFFFFF:Knife metlclsh:0:8024:05:000:Infinite Lives PL2:Only VS mode metlclsh:0:8262:40:000:Infinite Energy PL2:Only VS mode :metlclsh:62000000:0000:00000000:00000000:Select First Weapon PL2:Only VS mode, Do NOT use the Gun on the VS mode or the game will hang!!! :metlclsh:00010000:8266:00000000:FFFFFFFF:No Weapon :metlclsh:00010000:8266:00000001:FFFFFFFF:Gun :metlclsh:00010000:8266:00000002:FFFFFFFF:Shield? :metlclsh:00010000:8266:00000003:FFFFFFFF:Knife :metlclsh:62000000:0000:00000000:00000000:Select Second Weapon PL2:Only VS mode, Do NOT use the Gun on the VS mode or the game will hang!!! :metlclsh:00010000:8267:00000000:FFFFFFFF:No Weapon :metlclsh:00010000:8267:00000081:FFFFFFFF:Gun :metlclsh:00010000:8267:00000082:FFFFFFFF:Shield? :metlclsh:00010000:8267:00000083:FFFFFFFF:Knife ; [ Metal Hawk ] metlhawk:0:409077:99:000:Infinite Time metlhawk:0:409076:09:500:Infinite Time (2/2) metlhawk:0:100705:0F:000:Infinite Lives :metlhawk:20800000:00DF3A:00000060:FFFFFFFF:Invincibility :metlhawk:20810000:00DF8A:00000060:FFFFFFFF:Invincibility (2/3):1st = Enemy (Air), 2nd = Fire (Air) :metlhawk:21810000:00AD5C:00000060:FFFFFFFF:Invincibility (3/3):Fire (Surface) :metlhawk:00000000:1001F1:00000000:FFFFFFFF:Rapid Fire - Antiair :metlhawk:01000000:100047:00000000:FFFFFFFF:Rapid Fire - Antisurface ; [ Metal Hawk (Japan) ] metlhwkj:0:409077:99:000:Infinite Time metlhwkj:0:409076:09:500:Infinite Time (2/2) metlhwkj:0:100705:0F:000:Infinite Lives :metlhwkj:20800000:00DF94:00000060:FFFFFFFF:Invincibility :metlhwkj:20810000:00DFE4:00000060:FFFFFFFF:Invincibility (2/3):1st = Enemy (Air), 2nd = Fire (Air) :metlhwkj:21810000:00AD5C:00000060:FFFFFFFF:Invincibility (3/3):Fire (Surface) :metlhwkj:00000000:1001F1:00000000:FFFFFFFF:Rapid Fire - Antiair :metlhwkj:01000000:100047:00000000:FFFFFFFF:Rapid Fire - Antisurface ; [ Metal Saver ] :metlsavr:00000000:12020D:00000063:FFFFFFFF:Infinite Credits :metlsavr:00000000:1201FF:00000000:FFFFFFFF:Infinite Time :metlsavr:60000000:000000:00000000:00000000:[ 1 World = 8 Stages. Total 5 Worlds. ] :metlsavr:00001501:12024B:00000004:FFFFFFFF:Select Starting World:Enable on the character selection screen :metlsavr:00001501:12024D:00000007:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :metlsavr:00000000:12024D:00000008:FFFFFFFF:Boss Battle Mode :metlsavr:00000000:120259:00000009:FFFFFFFF:Infinite Lives PL1 :metlsavr:00200000:1202B1:00580058:FFFFFFFF:Infinite Energy PL1 :metlsavr:00010000:1202D1:00000001:FFFFFFFF:Infinite Energy PL1 (2/2) :metlsavr:00000000:1202AF:00000060:FFFFFFFF:Infinite Power PL1 :metlsavr:00200000:1202D3:00000002:FF02FFFF:Invincibility (Incomplete) PL1:Can't get an item and step on a lift :metlsavr:00000000:12022D:00000000:00000020:Rapid Fire - Hanbit (Punch) PL1 :metlsavr:00000000:12022D:00000000:00000040:Rapid Fire - Hanbit (Kick) PL1 :metlsavr:00000000:1202DF:00000000:FFFFFFFF:Rapid Fire - Narae :metlsavr:00000000:12052D:00000009:FFFFFFFF:Infinite Lives PL2 :metlsavr:00200000:120585:00580058:FFFFFFFF:Infinite Energy PL2 :metlsavr:00010000:1205A5:00000001:FFFFFFFF:Infinite Energy PL2 (2/2) :metlsavr:00000000:120583:00000060:FFFFFFFF:Infinite Power PL2 :metlsavr:00200000:1205A7:00000002:FF02FFFF:Invincibility (Incomplete) PL2:Can't get an item and step on a lift :metlsavr:00000000:12022C:00000000:00000020:Rapid Fire - Hanbit (Punch) PL2 :metlsavr:00000000:12022C:00000000:00000040:Rapid Fire - Hanbit (Kick) PL2 :metlsavr:00000000:1205B3:00000000:FFFFFFFF:Rapid Fire - Narase PL2 :metlsavr:60000000:000000:00000000:00000000:[ To 'fix' the above Invincibility cheats ] :metlsavr:60000000:000000:00000000:00000000:[ it's best to use the following cheats to ] :metlsavr:60000000:000000:00000000:00000000:[ bypass the issues. . ] :metlsavr:20900000:029BA0:00004E71:FFFFFFFF:Enable to Get Item in Invincibility :metlsavr:20910000:029F8E:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (2/12):1st = 1,000pts, 2nd = 5,000 pts :metlsavr:20910000:02A37C:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (3/12):10,000 pts :metlsavr:20910000:02A76A:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (4/12):Power (Small) :metlsavr:20910000:02AB80:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (5/12):Power (Big) :metlsavr:20910000:02AF9A:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (6/12):Heart (Small) :metlsavr:20910000:02B3CA:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (7/12):Heart (Big) :metlsavr:20910000:02B7F8:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (8/12):Time Recover (Small) :metlsavr:20910000:02BC0C:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (9/12):Time Recover (Big) :metlsavr:20910000:02C026:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (10/12):1UP :metlsavr:20910000:02C862:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (11/12):Hammer :metlsavr:20910000:02CD8C:00004E71:FFFFFFFF:Enable to Get Item in Invincibility (12/12):"!!" Item :metlsavr:20900000:04BC72:00004E71:FFFFFFFF:Enable to Step on Lift in Invincibility ; [ Metamoqester ] metmqstr:0:F08080:63:000:Infinite Credits metmqstr:0:F0834D:63:000:Infinite Time metmqstr:0:F0927C:00:001:One Hit To Kill Monster Now! metmqstr:0:F08013:05:071:Select starting level:Use on the Character Select Screen metmqstr:0:F08013:05:061:Select next level :metmqstr:20800000:07DD24:00000060:FFFFFFFF:Invincibility :metmqstr:20910000:07DDC4:00004E75:FFFFFFFF:Invincibility (2/2):1st = Normal Attack, 2nd = Final Boss Special Attack metmqstr:0:F0801C:05:000:Infinite Lives PL1 metmqstr:0:F0907C:7F:000:Infinite Energy PL1 metmqstr:0:F0801E:03:000:Always have Max Special PL1 metmqstr:0:F09059:00:500:Always have Max Special PL1 (2/2) :metmqstr:00000000:F080C0:00000000:00000010:Rapid Fire - Weak PL1:Turn it OFF on the name entry screen :metmqstr:00000000:F080C0:00000000:00000020:Rapid Fire - Middle PL1:Turn it OFF on the name entry screen :metmqstr:00000000:F080C0:00000000:00000040:Rapid Fire - Strong PL1:Turn it OFF on the name entry screen metmqstr:0:F0801D:05:000:Infinite Lives PL2 metmqstr:0:F0917C:7F:000:Infinite Energy PL2 metmqstr:0:F0801F:03:000:Always have Max Special PL2 metmqstr:0:F0915A:00:500:Always have Max Special PL2 (2/2) :metmqstr:00000000:F080C1:00000000:00000010:Rapid Fire - Weak PL2:Turn it OFF on the name entry screen :metmqstr:00000000:F080C1:00000000:00000020:Rapid Fire - Middle PL2:Turn it OFF on the name entry screen :metmqstr:00000000:F080C1:00000000:00000040:Rapid Fire - Strong PL2:Turn it OFF on the name entry screen ; [ Metro-Cross (set 2) ] metrocra:0:1543:01:000:Infinite Time :metrocra:20800000:AB1C:00000000:FFFFFFFF:Invincibility :metrocra:20810000:AC17:00000000:FFFFFFFF:Invincibility (2/9):1st = Pit, 2nd = Slip Zone :metrocra:20810000:B215:00000039:FFFFFFFF:Invincibility (3/9):Jumbo Can :metrocra:20810000:B547:00000039:FFFFFFFF:Invincibility (4/9):Hurdle :metrocra:20810000:BB02:00000039:FFFFFFFF:Invincibility (5/9):Night & King :metrocra:20810000:BD29:00000000:FFFFFFFF:Invincibility (6/9):Mouse :metrocra:20810000:C298:00000039:FFFFFFFF:Invincibility (7/9):Cube :metrocra:20810000:C411:00000039:FFFFFFFF:Invincibility (8/9):Tire :metrocra:20810000:C83B:00000039:FFFFFFFF:Invincibility (9/9):Wall metrocra:0:0A20:01:040:Always have Normal Speed metrocra:0:0A20:01:020:Always have "Speed Up" Speed metrocra:0:0A20:01:041:Get Normal Speed Now! metrocra:0:0A20:01:021:Get "Speed Up" Speed Now! metrocra:0:153A:00:000:No slow down on Green tiles metrocra:0:0A7A:13:000:Always have Invisible Board metrocra:0:0A7A:13:001:Get Invisible Board Now! metrocra:0:0A7A:00:001:Lose Invisible Board Now! metrocra:0:0000:00:999:[ This Select next round cheat works for ] metrocra:0:0000:00:999:[ whichever player is playing at the time ] metrocra:0:0000:00:999:[ you enable it. ] metrocra:0:1701:1F:061:Select Next Round :metrocra:00001301:1701:00000062:FFFFFFFF:Select Starting Round PL1:You should enable this cheat on the 'Select PL1/2 screen' ie. after credits have been inserted! This cheat works for PL1 only ; [ Metro-Cross (set 1) ] metrocrs:0:1543:01:000:Infinite Time :metrocrs:20800000:AB28:00000000:FFFFFFFF:Invincibility :metrocrs:20810000:AC23:00000000:FFFFFFFF:Invincibility (2/9):1st = Pit, 2nd = Slip Zone :metrocrs:20810000:B215:00000039:FFFFFFFF:Invincibility (3/9):Jumbo Can :metrocrs:20810000:B547:00000039:FFFFFFFF:Invincibility (4/9):Hurdle :metrocrs:20810000:BB02:00000039:FFFFFFFF:Invincibility (5/9):Night & King :metrocrs:20810000:BD29:00000000:FFFFFFFF:Invincibility (6/9):Mouse :metrocrs:20810000:C298:00000039:FFFFFFFF:Invincibility (7/9):Cube :metrocrs:20810000:C411:00000039:FFFFFFFF:Invincibility (8/9):Tire :metrocrs:20810000:C83B:00000039:FFFFFFFF:Invincibility (9/9):Wall metrocrs:0:0A20:01:040:Always have Normal Speed metrocrs:0:0A20:01:020:Always have "Speed Up" Speed metrocrs:0:0A20:01:041:Get Normal Speed Now! metrocrs:0:0A20:01:021:Get "Speed Up" Speed Now! metrocrs:0:153A:00:000:No slow down on Green tiles metrocrs:0:0A7A:13:000:Always have Invisible Board metrocrs:0:0A7A:13:001:Get Invisible Board Now! metrocrs:0:0A7A:00:001:Lose Invisible Board Now! metrocrs:0:0000:00:999:[ This Select next round cheat works for ] metrocrs:0:0000:00:999:[ whichever player is playing at the time ] metrocrs:0:0000:00:999:[ you enable it. ] metrocrs:0:1701:1F:061:Select next round :metrocrs:00001301:1701:00000062:FFFFFFFF:Select Starting Round PL1:You should enable this cheat on the 'Select PL1/2 screen' ie. after credits have been inserted! This cheat works for PL1 only ; [ Mexico 86 ] mexico86:0:E842:45:000:Infinite Time mexico86:0:E842:00:001:Finish this Half Now! ; [ Monster Farm Jump (JAPAN) ] :mfjump:00000000:0008F9D1:00000063:FFFFFFFF:Infinite Credits :mfjump:00000000:00096410:00000015:FFFFFFFF:Infinite Select Time :mfjump:00100000:0008F842:00000BB6:FFFFFFFF:Infinite Time PL1 :mfjump:00000000:0008F8C9:00000005:FFFFFFFF:Infinite Lives PL1 :mfjump:00100000:0008F8D2:00000BB6:FFFFFFFF:Infinite Time PL2 :mfjump:00000000:0008F959:00000005:FFFFFFFF:Infinite Lives PL2 ; [ Mahjong Fun Club - Idol Saizensen (Japan) ] mfunclub:0:0000:00:999:[The winning hand cheat must] mfunclub:0:0000:00:999:[be activated when there are] mfunclub:0:0000:00:999:[14 tiles in your hand, then] mfunclub:0:0000:00:999:[press the RON key . ] mfunclub:0:0000:00:999:[('Z' by default). The tiles] mfunclub:0:0000:00:999:[do not visually change ] mfunclub:0:0000:00:999:[until you make a move. ] mfunclub:0:CE81:30:000:Always winning hand mfunclub:0:CE82:30:500:Always winning hand (02/14) mfunclub:0:CE83:30:500:Always winning hand (03/14) mfunclub:0:CE84:31:500:Always winning hand (04/14) mfunclub:0:CE85:31:500:Always winning hand (05/14) mfunclub:0:CE86:31:500:Always winning hand (06/14) mfunclub:0:CE87:32:500:Always winning hand (07/14) mfunclub:0:CE88:32:500:Always winning hand (08/14) mfunclub:0:CE89:32:500:Always winning hand (09/14) mfunclub:0:CE8A:33:500:Always winning hand (10/14) mfunclub:0:CE8B:33:500:Always winning hand (11/14) mfunclub:0:CE8C:33:500:Always winning hand (12/14) mfunclub:0:CE8D:34:500:Always winning hand (13/14) mfunclub:0:CE8E:34:500:Always winning hand (14/14) mfunclub:0:C702:00:000:Always winning hand (dealer) mfunclub:0:CB02:01:500:Always winning hand (dealer) (2/2) ; [ Astro Chase (Max-A-Flex) ] mf_achas:0:0000:00:999:[ This game hasn't even ]:REASON 11 mf_achas:0:0000:00:999:[ been looked at due to ]:REASON 11 mf_achas:0:0000:00:999:[ time constraints - Too]:REASON 11 mf_achas:0:0000:00:999:[ many games and so ]:REASON 11 mf_achas:0:0000:00:999:[ little time. It is ]:REASON 11 mf_achas:0:0000:00:999:[ even possible that ]:REASON 11 mf_achas:0:0000:00:999:[ this game may be a ]:REASON 11 mf_achas:0:0000:00:999:[ clone of an existing ]:REASON 11 mf_achas:0:0000:00:999:[ game which may have ]:REASON 11 mf_achas:0:0000:00:999:[ cheats. Please search ]:REASON 11 mf_achas:0:0000:00:999:[ the cheat forums ]:REASON 11 mf_achas:0:0000:00:999:[ before posting cheat ]:REASON 11 mf_achas:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Boulder Dash (Max-A-Flex) ] :mf_bdash:00000020:07D5:00000009:FFFFFFFF:Infinite Time :mf_bdash:00000000:00C8:0000000A:FFFFFFFF:Infinite Lives :mf_bdash:00000001:009F:00000001:FFFFFFFF:Open Door Now! ; [ Bristles (Max-A-Flex) ] mf_brist:0:0000:00:999:[ This game hasn't even ]:REASON 11 mf_brist:0:0000:00:999:[ been looked at due to ]:REASON 11 mf_brist:0:0000:00:999:[ time constraints - Too]:REASON 11 mf_brist:0:0000:00:999:[ many games and so ]:REASON 11 mf_brist:0:0000:00:999:[ little time. It is ]:REASON 11 mf_brist:0:0000:00:999:[ even possible that ]:REASON 11 mf_brist:0:0000:00:999:[ this game may be a ]:REASON 11 mf_brist:0:0000:00:999:[ clone of an existing ]:REASON 11 mf_brist:0:0000:00:999:[ game which may have ]:REASON 11 mf_brist:0:0000:00:999:[ cheats. Please search ]:REASON 11 mf_brist:0:0000:00:999:[ the cheat forums ]:REASON 11 mf_brist:0:0000:00:999:[ before posting cheat ]:REASON 11 mf_brist:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Flip & Flop (Max-A-Flex) ] mf_flip:0:0000:00:999:[ This game hasn't even ]:REASON 11 mf_flip:0:0000:00:999:[ been looked at due to ]:REASON 11 mf_flip:0:0000:00:999:[ time constraints - Too]:REASON 11 mf_flip:0:0000:00:999:[ many games and so ]:REASON 11 mf_flip:0:0000:00:999:[ little time. It is ]:REASON 11 mf_flip:0:0000:00:999:[ even possible that ]:REASON 11 mf_flip:0:0000:00:999:[ this game may be a ]:REASON 11 mf_flip:0:0000:00:999:[ clone of an existing ]:REASON 11 mf_flip:0:0000:00:999:[ game which may have ]:REASON 11 mf_flip:0:0000:00:999:[ cheats. Please search ]:REASON 11 mf_flip:0:0000:00:999:[ the cheat forums ]:REASON 11 mf_flip:0:0000:00:999:[ before posting cheat ]:REASON 11 mf_flip:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mahjong Gakuen ] mgakuen:0:E67C:09:001:Get 9999 Power mgakuen:0:E67D:09:501:Get 9999 Power (2/4) mgakuen:0:E67E:09:501:Get 9999 Power (3/4) mgakuen:0:E67F:09:501:Get 9999 Power (4/4) mgakuen:0:0000:00:999:[ The winning hand cheat must be activated when there are ] mgakuen:0:0000:00:999:[ 14 tiles in your hand, then press the RON key. ('Z' ] mgakuen:0:0000:00:999:[ by default). The tiles do not visually change until you ] mgakuen:0:0000:00:999:[ make a move. ] mgakuen:0:E1C0:31:001:Get winning hand Now! mgakuen:0:E1C1:31:501:Get winning hand Now! (02/14) mgakuen:0:E1C2:31:501:Get winning hand Now! (03/14) mgakuen:0:E1C3:32:501:Get winning hand Now! (04/14) mgakuen:0:E1C4:32:501:Get winning hand Now! (05/14) mgakuen:0:E1C5:32:501:Get winning hand Now! (06/14) mgakuen:0:E1C6:33:501:Get winning hand Now! (07/14) mgakuen:0:E1C7:33:501:Get winning hand Now! (08/14) mgakuen:0:E1C8:33:501:Get winning hand Now! (09/14) mgakuen:0:E1C9:34:501:Get winning hand Now! (10/14) mgakuen:0:E1CA:34:501:Get winning hand Now! (11/14) mgakuen:0:E1CB:34:501:Get winning hand Now! (12/14) mgakuen:0:E1CC:35:501:Get winning hand Now! (13/14) mgakuen:0:E1CD:35:501:Get winning hand Now! (14/14) mgakuen:0:0000:00:999:[ See this URL for mahjong rules - ] mgakuen:0:0000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/rules/basics.html ] ; [ Mahjong Gakuen 2 Gakuen-chou no Fukushuu ] mgakuen2:0:E6CC:09:002:Infinite Power mgakuen2:0:E6CD:09:502:Infinite Power (2/4) mgakuen2:0:E6CE:09:502:Infinite Power (3/4) mgakuen2:0:E6CF:09:502:Infinite Power (4/4) mgakuen2:0:0000:00:999:[ The winning hand cheat must be activated when there are ] mgakuen2:0:0000:00:999:[ 14 tiles in your hand, then press the RON key. ('Z' ] mgakuen2:0:0000:00:999:[ by default). The tiles do not visually change until you ] mgakuen2:0:0000:00:999:[ make a move. ] mgakuen2:0:E1C0:31:001:Get winning hand Now! mgakuen2:0:E1C1:31:501:Get winning hand Now! (02/14) mgakuen2:0:E1C2:31:501:Get winning hand Now! (03/14) mgakuen2:0:E1C3:32:501:Get winning hand Now! (04/14) mgakuen2:0:E1C4:32:501:Get winning hand Now! (05/14) mgakuen2:0:E1C5:32:501:Get winning hand Now! (06/14) mgakuen2:0:E1C6:33:501:Get winning hand Now! (07/14) mgakuen2:0:E1C7:33:501:Get winning hand Now! (08/14) mgakuen2:0:E1C8:33:501:Get winning hand Now! (09/14) mgakuen2:0:E1C9:34:501:Get winning hand Now! (10/14) mgakuen2:0:E1CA:34:501:Get winning hand Now! (11/14) mgakuen2:0:E1CB:34:501:Get winning hand Now! (12/14) mgakuen2:0:E1CC:35:501:Get winning hand Now! (13/14) mgakuen2:0:E1CD:35:501:Get winning hand Now! (14/14) mgakuen2:0:0000:00:999:[ See this URL for mahjong rules - ] mgakuen2:0:0000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/rules/basics.html ] ; [ Magical Date / Magical Date - dokidoki kokuhaku daisakusen (Ver 2.02J) ] :mgcldate:00000000:001BF0E4:00000009:FFFFFFFF:Infinite Credits :mgcldate:000000E6:001BF02C:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer :mgcldate:000000E6:002A50D5:31000000:FFFFFFFF:Display the Correct Answer(bicycle):Correct Answer :mgcldate:00000000:002BD31C:00000063:FFFFFFFF:Infinite Time PL1 :mgcldate:00010000:0027140C:00000078:FFFFFFFF:Infinite Time PL1 :mgcldate:00000000:001BF148:0000000A:FFFFFFFF:Infinite Lives PL1 :mgcldate:00000100:002BB8F4:000000FF:FFFFFFFF:Select Score PL1 :mgcldate:00000000:002BD31C:00000063:FFFFFFFF:Infinite Time PL2 :mgcldate:00010000:00271478:00000078:FFFFFFFF:Infinite Time PL2 :mgcldate:00000000:001BF14A:0000000A:FFFFFFFF:Infinite Lives PL2 :mgcldate:00000100:002BB8F8:000000FF:FFFFFFFF:Select Score PL2 ; [ Magical Date EX / Magical Date - sotsugyou kokuhaku daisakusen (Ver 2.01J) ] :mgcldtex:00000000:001BF0E4:00000009:FFFFFFFF:Infinite Credits :mgcldtex:000000E6:001BF02C:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer :mgcldtex:000000E6:002A50D5:31000000:FFFFFFFF:Display the Correct Answer(bicycle):Correct Answer :mgcldtex:00000000:002BD31C:00000063:FFFFFFFF:Infinite Time PL1 :mgcldtex:00010000:0027140C:00000078:FFFFFFFF:Infinite Time PL1 :mgcldtex:00000000:001BF148:0000000A:FFFFFFFF:Infinite Lives PL1 :mgcldtex:00000100:002BB8F4:000000FF:FFFFFFFF:Select Score PL1 :mgcldtex:00000000:002BD31C:00000063:FFFFFFFF:Infinite Time PL2 :mgcldtex:00010000:00271478:00000078:FFFFFFFF:Infinite Time PL2 :mgcldtex:00000000:001BF14A:0000000A:FFFFFFFF:Infinite Lives PL2 :mgcldtex:00000100:002BB8F8:000000FF:FFFFFFFF:Select Score PL2 ; [ Magical Crystals (Japan, 92/01/13) ] mgcrystj:0:30017D:09:000:Infinite Credits mgcrystj:0:300292:A5:000:Infinite Time mgcrystj:0:300291:99:500:Infinite Time (2/3) mgcrystj:0:300290:09:500:Infinite Time (3/3) mgcrystj:0:30056B:0A:000:Infinite Lives PL1 mgcrystj:0:301017:03:000:Invincibility PL1:You can still die if you fall or are pushed off the platforms though! mgcrystj:0:30110B:82:000:Auto Penetration Shot PL1 mgcrystj:0:30056D:0A:000:Infinite Lives PL2 mgcrystj:0:301057:03:000:Invincibility PL2:You can still die if you fall or are pushed off the platforms though! mgcrystj:0:3011CB:82:000:Auto Penetration Shot PL2 ; [ Magical Crystals (World, 92/01/10) ] mgcrystl:0:30017D:09:000:Infinite Credits mgcrystl:0:30028A:A5:000:Infinite Time mgcrystl:0:300289:99:500:Infinite Time (2/3) mgcrystl:0:300288:09:500:Infinite Time (3/3) mgcrystl:0:30055D:0A:000:Infinite Lives PL1 mgcrystl:0:301017:03:000:Invincibility PL1:You can still die if you fall or are pushed off the platforms though! mgcrystl:0:30110B:82:000:Auto Penetration Shot PL1 mgcrystl:0:30055F:0A:000:Infinite Lives PL2 mgcrystl:0:301057:03:000:Invincibility PL2:You can still die if you fall or are pushed off the platforms though! mgcrystl:0:3011CB:82:000:Auto Penetration Shot PL2 ; [ Magical Crystals (World, 91/12/10) ] mgcrysto:0:30017D:09:000:Infinite Credits mgcrysto:0:30028A:A5:000:Infinite Time mgcrysto:0:300289:99:500:Infinite Time (2/3) mgcrysto:0:300288:09:500:Infinite Time (3/3) mgcrysto:0:30055D:0A:000:Infinite Lives PL1 mgcrysto:0:301017:03:000:Invincibility PL1:You can still die if you fall or are pushed off the platforms though! mgcrysto:0:30055F:0A:000:Infinite Lives PL2 mgcrysto:0:301057:03:000:Invincibility PL2:You can still die if you fall or are pushed off the platforms though! ; [ Gionbana [BET] (Japan 890207) ] mgion:0:0000:00:999:[ There are no cheats ]:REASON 3 mgion:0:0000:00:999:[ for this game as it ]:REASON 3 mgion:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 mgion:0:0000:00:999:[ Cheats will be added ]:REASON 3 mgion:0:0000:00:999:[ when somebody submits ]:REASON 3 mgion:0:0000:00:999:[ some. If you have ]:REASON 3 mgion:0:0000:00:999:[ made some cheats for ]:REASON 3 mgion:0:0000:00:999:[ this game please post ]:REASON 3 mgion:0:0000:00:999:[ them on the cheat ]:REASON 3 mgion:0:0000:00:999:[ forums. ]:REASON 3 ; [ Mahjong G-MEN'89 (Japan 890425) ] mgmen89:0:F962:FF:000:Buggy score mgmen89:0:0000:00:999:[ The winning hand cheat must be ] mgmen89:0:0000:00:999:[ activated when there are 14 tiles ] mgmen89:0:0000:00:999:[ in your hand, then press the RON ] mgmen89:0:0000:00:999:[ key ('Z' by default). The tiles do ] mgmen89:0:0000:00:999:[ not visually change until you make ] mgmen89:0:0000:00:999:[ a move. ] mgmen89:0:FC8C:31:001:Get winning hand Now! mgmen89:0:FC8D:31:501:Get winning hand Now! (02/14) mgmen89:0:FC8E:31:501:Get winning hand Now! (03/14) mgmen89:0:FC8F:32:501:Get winning hand Now! (04/14) mgmen89:0:FC90:32:501:Get winning hand Now! (05/14) mgmen89:0:FC91:32:501:Get winning hand Now! (06/14) mgmen89:0:FC92:33:501:Get winning hand Now! (07/14) mgmen89:0:FC93:33:501:Get winning hand Now! (08/14) mgmen89:0:FC94:33:501:Get winning hand Now! (09/14) mgmen89:0:FC95:34:501:Get winning hand Now! (10/14) mgmen89:0:FC96:34:501:Get winning hand Now! (11/14) mgmen89:0:FC97:34:501:Get winning hand Now! (12/14) mgmen89:0:FC98:35:501:Get winning hand Now! (13/14) mgmen89:0:FC99:35:501:Get winning hand Now! (14/14) mgmen89:0:FC8C:31:000:Always winning hand mgmen89:0:FC8D:31:500:Always winning hand (02/14) mgmen89:0:FC8E:31:500:Always winning hand (03/14) mgmen89:0:FC8F:32:500:Always winning hand (04/14) mgmen89:0:FC90:32:500:Always winning hand (05/14) mgmen89:0:FC91:32:500:Always winning hand (06/14) mgmen89:0:FC92:33:500:Always winning hand (07/14) mgmen89:0:FC93:33:500:Always winning hand (08/14) mgmen89:0:FC94:33:500:Always winning hand (09/14) mgmen89:0:FC95:34:500:Always winning hand (10/14) mgmen89:0:FC96:34:500:Always winning hand (11/14) mgmen89:0:FC97:34:500:Always winning hand (12/14) mgmen89:0:FC98:35:500:Always winning hand (13/14) mgmen89:0:FC99:35:500:Always winning hand (14/14) ; [ Atari Mini Golf (prototype) ] mgolf:0:00D5:FF:000:Infinite Shots ; [ Major Havoc (rev 3) ] mhavoc:0:088D:FE:000:Infinite Oxygen mhavoc:0:088A:99:000:Infinite Reactor Time mhavoc:0:08AE:80:000:Infinite Shields mhavoc:0:088F:0A:000:Infinite Lives PL1 mhavoc:0:0890:0A:000:Infinite Lives PL2 ; [ Major Havoc (rev 2) ] mhavoc2:0:088D:FE:000:Infinite Oxygen mhavoc2:0:088A:99:000:Infinite Reactor Time mhavoc2:0:08AE:80:000:Infinite Shields mhavoc2:0:088F:0A:000:Infinite Lives PL1 mhavoc2:0:0890:0A:000:Infinite Lives PL2 ; [ Major Havoc (prototype) ] mhavocp:0:088D:FE:000:Infinite Oxygen mhavocp:0:088A:99:000:Infinite Reactor Time mhavocp:0:08AE:80:000:Infinite Shields mhavocp:0:088F:0A:000:Infinite Lives PL1 mhavocp:0:0890:0A:000:Infinite Lives PL2 ; [ Major Havoc (Return to Vax) ] mhavocrv:0:088D:FE:000:Infinite Oxygen mhavocrv:0:088A:99:000:Infinite Reactor Time mhavocrv:0:08AE:80:000:Infinite Shields mhavocrv:0:088F:0A:000:Infinite Lives PL1 mhavocrv:0:0890:0A:000:Infinite Lives PL2 ; [ Mahjong Hourouki Gaiden (Japan) ] mhgaiden:0:0000:00:999:[ The winning hand cheat must ] mhgaiden:0:0000:00:999:[ be activated when there are ] mhgaiden:0:0000:00:999:[ 14 tiles in your hand, then ] mhgaiden:0:0000:00:999:[ press the RON key ('Z' by ] mhgaiden:0:0000:00:999:[ default). The tiles do not ] mhgaiden:0:0000:00:999:[ visually change until you ] mhgaiden:0:0000:00:999:[ make a move. ] mhgaiden:0:4118:1B:001:Get winning hand Now! mhgaiden:0:4119:1B:501:Get winning hand Now! (02/14) mhgaiden:0:411A:1B:501:Get winning hand Now! (03/14) mhgaiden:0:411B:1C:501:Get winning hand Now! (04/14) mhgaiden:0:411C:1C:501:Get winning hand Now! (05/14) mhgaiden:0:411D:1C:501:Get winning hand Now! (06/14) mhgaiden:0:411E:1D:501:Get winning hand Now! (07/14) mhgaiden:0:411F:1D:501:Get winning hand Now! (08/14) mhgaiden:0:4120:1D:501:Get winning hand Now! (09/14) mhgaiden:0:4121:1E:501:Get winning hand Now! (10/14) mhgaiden:0:4122:1E:501:Get winning hand Now! (11/14) mhgaiden:0:4123:1E:501:Get winning hand Now! (12/14) mhgaiden:0:4124:1F:501:Get winning hand Now! (13/14) mhgaiden:0:409E:1F:501:Get winning hand Now! (14/14) mhgaiden:0:4118:1B:000:Always winning hand:You will need to turn this cheat OFF between rounds or you will get stuck on a blank screen mhgaiden:0:4119:1B:500:Always winning hand (02/14) mhgaiden:0:411A:1B:500:Always winning hand (03/14) mhgaiden:0:411B:1C:500:Always winning hand (04/14) mhgaiden:0:411C:1C:500:Always winning hand (05/14) mhgaiden:0:411D:1C:500:Always winning hand (06/14) mhgaiden:0:411E:1D:500:Always winning hand (07/14) mhgaiden:0:411F:1D:500:Always winning hand (08/14) mhgaiden:0:4120:1D:500:Always winning hand (09/14) mhgaiden:0:4121:1E:500:Always winning hand (10/14) mhgaiden:0:4122:1E:500:Always winning hand (11/14) mhgaiden:0:4123:1E:500:Always winning hand (12/14) mhgaiden:0:4124:1F:500:Always winning hand (13/14) mhgaiden:0:409E:1F:500:Always winning hand (14/14) ; [ Mahjong Housoukyoku Honbanchuu (Japan) ] mhhonban:0:0000:00:999:[ There are no cheats ]:REASON 3 mhhonban:0:0000:00:999:[ for this game as it ]:REASON 3 mhhonban:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 mhhonban:0:0000:00:999:[ Cheats will be added ]:REASON 3 mhhonban:0:0000:00:999:[ when somebody submits ]:REASON 3 mhhonban:0:0000:00:999:[ some. If you have ]:REASON 3 mhhonban:0:0000:00:999:[ made some cheats for ]:REASON 3 mhhonban:0:0000:00:999:[ this game please post ]:REASON 3 mhhonban:0:0000:00:999:[ them on the cheat ]:REASON 3 mhhonban:0:0000:00:999:[ forums. ]:REASON 3 ; [ M.I.A. - Missing in Action (version T) ] mia:0:060179:00:000:Infinite Time mia:0:06017A:00:500:Infinite Time (2/2) mia:0:000000:00:999:[If you 'always' have an EW1] mia:0:000000:00:999:[then EW2,3 & 4 will not be ] mia:0:000000:00:999:[effectively selectable ] mia:0:060006:0D:000:Infinite Lives PL1 mia:0:060015:78:000:Invincibility PL1 mia:0:000000:00:999:[EW1= Extra Weapon No. 1 ] mia:0:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless mia:0:060018:00:001:Lose EW1 Now! PL1 mia:0:060018:01:001:Get grenade EW1 Now! PL1 mia:0:060018:02:001:Get rifle EW1 Now! PL1 mia:0:060018:03:001:Get bazooka EW1 Now! PL1 mia:0:060018:04:001:Get flamethrower EW1 Now! PL1 mia:0:060018:00:000:Always have no EW1 PL1 mia:0:060018:01:000:Always have grenade EW1 PL1 mia:0:060018:02:000:Always have rifle EW1 PL1 mia:0:060018:03:000:Always have bazooka EW1 PL1 mia:0:060018:04:000:Always have flamethro EW1 PL1 mia:0:000000:00:999:[EW2= Extra Weapon No. 2 ] mia:0:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1 mia:0:06001A:00:001:Lose EW2 Now! PL1 mia:0:06001A:01:001:Get grenade EW2 Now! PL1 mia:0:06001A:02:001:Get rifle EW2 Now! PL1 mia:0:06001A:03:001:Get bazooka EW2 Now! PL1 mia:0:06001A:04:001:Get flamethrower EW2 Now! PL1 mia:0:06001A:00:000:Always have no EW2 PL1 mia:0:06001A:01:000:Always have grenade EW2 PL1 mia:0:06001A:02:000:Always have rifle EW2 PL1 mia:0:06001A:03:000:Always have bazooka EW2 PL1 mia:0:06001A:04:000:Always have flamethro EW2 PL1 mia:0:000000:00:999:[EW3= Extra Weapon No. 3 ] mia:0:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1 mia:0:06001C:00:001:Lose EW3 Now! PL1 mia:0:06001C:01:001:Get grenade EW3 Now! PL1 mia:0:06001C:02:001:Get rifle EW3 Now! PL1 mia:0:06001C:03:001:Get bazooka EW3 Now! PL1 mia:0:06001C:04:001:Get flamethrower EW3 Now! PL1 mia:0:06001C:00:000:Always have no EW3 PL1 mia:0:06001C:01:000:Always have grenade EW3 PL1 mia:0:06001C:02:000:Always have rifle EW3 PL1 mia:0:06001C:03:000:Always have bazooka EW3 PL1 mia:0:06001C:04:000:Always have flamethro EW3 PL1 mia:0:000000:00:999:[EW4= Extra Weapon No. 4 ] mia:0:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1 mia:0:06001E:00:001:Lose EW4 Now! PL1 mia:0:06001E:01:001:Get grenade EW4 Now! PL1 mia:0:06001E:02:001:Get rifle EW4 Now! PL1 mia:0:06001E:03:001:Get bazooka EW4 Now! PL1 mia:0:06001E:04:001:Get flamethrower EW4 Now! PL1 mia:0:06001E:00:000:Always have no EW4 PL1 mia:0:06001E:01:000:Always have grenade EW4 PL1 mia:0:06001E:02:000:Always have rifle EW4 PL1 mia:0:06001E:03:000:Always have bazooka EW4 PL1 mia:0:06001E:04:000:Always have flamethro EW4 PL1 mia:0:060086:0D:000:Infinite Lives PL2 mia:0:060095:78:000:Invincibility PL2 mia:0:000000:00:999:[EW1= Extra Weapon No. 1 ] mia:0:060099:64:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless mia:0:060098:00:001:Lose EW1 Now! PL2 mia:0:060098:01:001:Get grenade EW1 Now! PL2 mia:0:060098:02:001:Get rifle EW1 Now! PL2 mia:0:060098:03:001:Get bazooka EW1 Now! PL2 mia:0:060098:04:001:Get flamethrower EW1 Now! PL2 mia:0:060098:00:000:Always have no EW1 PL2 mia:0:060098:01:000:Always have grenade EW1 PL2 mia:0:060098:02:000:Always have rifle EW1 PL2 mia:0:060098:03:000:Always have bazooka EW1 PL2 mia:0:060098:04:000:Always have flamethro EW1 PL2 mia:0:000000:00:999:[EW2= Extra Weapon No. 2 ] mia:0:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1 mia:0:06009A:00:001:Lose EW2 Now! PL2 mia:0:06009A:01:001:Get grenade EW2 Now! PL2 mia:0:06009A:02:001:Get rifle EW2 Now! PL2 mia:0:06009A:03:001:Get bazooka EW2 Now! PL2 mia:0:06009A:04:001:Get flamethrower EW2 Now! PL2 mia:0:06009A:00:000:Always have no EW2 PL2 mia:0:06009A:01:000:Always have grenade EW2 PL2 mia:0:06009A:02:000:Always have rifle EW2 PL2 mia:0:06009A:03:000:Always have bazooka EW2 PL2 mia:0:06009A:04:000:Always have flamethro EW2 PL2 mia:0:000000:00:999:[EW3= Extra Weapon No. 3 ] mia:0:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1 mia:0:06009C:00:001:Lose EW3 Now! PL2 mia:0:06009C:01:001:Get grenade EW3 Now! PL2 mia:0:06009C:02:001:Get rifle EW3 Now! PL2 mia:0:06009C:03:001:Get bazooka EW3 Now! PL2 mia:0:06009C:04:001:Get flamethrower EW3 Now! PL2 mia:0:06009C:00:000:Always have no EW3 PL2 mia:0:06009C:01:000:Always have grenade EW3 PL2 mia:0:06009C:02:000:Always have rifle EW3 PL2 mia:0:06009C:03:000:Always have bazooka EW3 PL2 mia:0:06009C:04:000:Always have flamethro EW3 PL2 mia:0:000000:00:999:[EW4= Extra Weapon No. 4 ] mia:0:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1 mia:0:06009E:00:001:Lose EW4 Now! PL2 mia:0:06009E:01:001:Get grenade EW4 Now! PL2 mia:0:06009E:02:001:Get rifle EW4 Now! PL2 mia:0:06009E:03:001:Get bazooka EW4 Now! PL2 mia:0:06009E:04:001:Get flamethrower EW4 Now! PL2 mia:0:06009E:00:000:Always have no EW4 PL2 mia:0:06009E:01:000:Always have grenade EW4 PL2 mia:0:06009E:02:000:Always have rifle EW4 PL2 mia:0:06009E:03:000:Always have bazooka EW4 PL2 mia:0:06009E:04:000:Always have flamethro EW4 PL2 mia:0:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ M.I.A. - Missing in Action (version S) ] mia2:0:060179:00:000:Infinite Time mia2:0:06017A:00:500:Infinite Time (2/2) mia2:0:000000:00:999:[If you 'always' have an EW1] mia2:0:000000:00:999:[then EW2,3 & 4 will not be ] mia2:0:000000:00:999:[effectively selectable ] mia2:0:060006:0D:000:Infinite Lives PL1 mia2:0:060015:78:000:Invincibility PL1 mia2:0:000000:00:999:[EW1= Extra Weapon No. 1 ] mia2:0:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless mia2:0:060018:00:001:Lose EW1 Now! PL1 mia2:0:060018:01:001:Get grenade EW1 Now! PL1 mia2:0:060018:02:001:Get rifle EW1 Now! PL1 mia2:0:060018:03:001:Get bazooka EW1 Now! PL1 mia2:0:060018:04:001:Get flamethrower EW1 Now! PL1 mia2:0:060018:00:000:Always have no EW1 PL1 mia2:0:060018:01:000:Always have grenade EW1 PL1 mia2:0:060018:02:000:Always have rifle EW1 PL1 mia2:0:060018:03:000:Always have bazooka EW1 PL1 mia2:0:060018:04:000:Always have flamethro EW1 PL1 mia2:0:000000:00:999:[EW2= Extra Weapon No. 2 ] mia2:0:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1 mia2:0:06001A:00:001:Lose EW2 Now! PL1 mia2:0:06001A:01:001:Get grenade EW2 Now! PL1 mia2:0:06001A:02:001:Get rifle EW2 Now! PL1 mia2:0:06001A:03:001:Get bazooka EW2 Now! PL1 mia2:0:06001A:04:001:Get flamethrower EW2 Now! PL1 mia2:0:06001A:00:000:Always have no EW2 PL1 mia2:0:06001A:01:000:Always have grenade EW2 PL1 mia2:0:06001A:02:000:Always have rifle EW2 PL1 mia2:0:06001A:03:000:Always have bazooka EW2 PL1 mia2:0:06001A:04:000:Always have flamethro EW2 PL1 mia2:0:000000:00:999:[EW3= Extra Weapon No. 3 ] mia2:0:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1 mia2:0:06001C:00:001:Lose EW3 Now! PL1 mia2:0:06001C:01:001:Get grenade EW3 Now! PL1 mia2:0:06001C:02:001:Get rifle EW3 Now! PL1 mia2:0:06001C:03:001:Get bazooka EW3 Now! PL1 mia2:0:06001C:04:001:Get flamethrower EW3 Now! PL1 mia2:0:06001C:00:000:Always have no EW3 PL1 mia2:0:06001C:01:000:Always have grenade EW3 PL1 mia2:0:06001C:02:000:Always have rifle EW3 PL1 mia2:0:06001C:03:000:Always have bazooka EW3 PL1 mia2:0:06001C:04:000:Always have flamethro EW3 PL1 mia2:0:000000:00:999:[EW4= Extra Weapon No. 4 ] mia2:0:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1 mia2:0:06001E:00:001:Lose EW4 Now! PL1 mia2:0:06001E:01:001:Get grenade EW4 Now! PL1 mia2:0:06001E:02:001:Get rifle EW4 Now! PL1 mia2:0:06001E:03:001:Get bazooka EW4 Now! PL1 mia2:0:06001E:04:001:Get flamethrower EW4 Now! PL1 mia2:0:06001E:00:000:Always have no EW4 PL1 mia2:0:06001E:01:000:Always have grenade EW4 PL1 mia2:0:06001E:02:000:Always have rifle EW4 PL1 mia2:0:06001E:03:000:Always have bazooka EW4 PL1 mia2:0:06001E:04:000:Always have flamethro EW4 PL1 mia2:0:060086:0D:000:Infinite Lives PL2 mia2:0:060095:78:000:Invincibility PL2 mia2:0:000000:00:999:[EW1= Extra Weapon No. 1 ] mia2:0:060099:63:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless mia2:0:060098:00:001:Lose EW1 Now! PL2 mia2:0:060098:01:001:Get grenade EW1 Now! PL2 mia2:0:060098:02:001:Get rifle EW1 Now! PL2 mia2:0:060098:03:001:Get bazooka EW1 Now! PL2 mia2:0:060098:04:001:Get flamethrower EW1 Now! PL2 mia2:0:060098:00:000:Always have no EW1 PL2 mia2:0:060098:01:000:Always have grenade EW1 PL2 mia2:0:060098:02:000:Always have rifle EW1 PL2 mia2:0:060098:03:000:Always have bazooka EW1 PL2 mia2:0:060098:04:000:Always have flamethro EW1 PL2 mia2:0:000000:00:999:[EW2= Extra Weapon No. 2 ] mia2:0:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1 mia2:0:06009A:00:001:Lose EW2 Now! PL2 mia2:0:06009A:01:001:Get grenade EW2 Now! PL2 mia2:0:06009A:02:001:Get rifle EW2 Now! PL2 mia2:0:06009A:03:001:Get bazooka EW2 Now! PL2 mia2:0:06009A:04:001:Get flamethrower EW2 Now! PL2 mia2:0:06009A:00:000:Always have no EW2 PL2 mia2:0:06009A:01:000:Always have grenade EW2 PL2 mia2:0:06009A:02:000:Always have rifle EW2 PL2 mia2:0:06009A:03:000:Always have bazooka EW2 PL2 mia2:0:06009A:04:000:Always have flamethro EW2 PL2 mia2:0:000000:00:999:[EW3= Extra Weapon No. 3 ] mia2:0:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1 mia2:0:06009C:00:001:Lose EW3 Now! PL2 mia2:0:06009C:01:001:Get grenade EW3 Now! PL2 mia2:0:06009C:02:001:Get rifle EW3 Now! PL2 mia2:0:06009C:03:001:Get bazooka EW3 Now! PL2 mia2:0:06009C:04:001:Get flamethrower EW3 Now! PL2 mia2:0:06009C:00:000:Always have no EW3 PL2 mia2:0:06009C:01:000:Always have grenade EW3 PL2 mia2:0:06009C:02:000:Always have rifle EW3 PL2 mia2:0:06009C:03:000:Always have bazooka EW3 PL2 mia2:0:06009C:04:000:Always have flamethro EW3 PL2 mia2:0:000000:00:999:[EW4= Extra Weapon No. 4 ] mia2:0:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1 mia2:0:06009E:00:001:Lose EW4 Now! PL2 mia2:0:06009E:01:001:Get grenade EW4 Now! PL2 mia2:0:06009E:02:001:Get rifle EW4 Now! PL2 mia2:0:06009E:03:001:Get bazooka EW4 Now! PL2 mia2:0:06009E:04:001:Get flamethrower EW4 Now! PL2 mia2:0:06009E:00:000:Always have no EW4 PL2 mia2:0:06009E:01:000:Always have grenade EW4 PL2 mia2:0:06009E:02:000:Always have rifle EW4 PL2 mia2:0:06009E:03:000:Always have bazooka EW4 PL2 mia2:0:06009E:04:000:Always have flamethro EW4 PL2 mia2:0:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ M.I.A. - Missing in Action (Japan) ] miaj:2:060179:00:000:Infinite Time miaj:2:06017A:00:500:Infinite Time (2/2) miaj:2:000000:00:999:[If you 'always' have an EW1] miaj:2:000000:00:999:[then EW2,3 & 4 will not be ] miaj:2:000000:00:999:[effectively selectable ] miaj:2:060006:0D:000:Infinite Lives PL1 miaj:2:060015:78:000:Invincibility PL1 miaj:2:000000:00:999:[EW1= Extra Weapon No. 1 ] miaj:2:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless miaj:2:060018:00:001:Lose EW1 Now! PL1 miaj:2:060018:01:001:Get grenade EW1 Now! PL1 miaj:2:060018:02:001:Get rifle EW1 Now! PL1 miaj:2:060018:03:001:Get bazooka EW1 Now! PL1 miaj:2:060018:04:001:Get flamethrower EW1 Now! PL1 miaj:2:060018:00:000:Always have no EW1 PL1 miaj:2:060018:01:000:Always have grenade EW1 PL1 miaj:2:060018:02:000:Always have rifle EW1 PL1 miaj:2:060018:03:000:Always have bazooka EW1 PL1 miaj:2:060018:04:000:Always have flamethro EW1 PL1 miaj:2:000000:00:999:[EW2= Extra Weapon No. 2 ] miaj:2:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1 miaj:2:06001A:00:001:Lose EW2 Now! PL1 miaj:2:06001A:01:001:Get grenade EW2 Now! PL1 miaj:2:06001A:02:001:Get rifle EW2 Now! PL1 miaj:2:06001A:03:001:Get bazooka EW2 Now! PL1 miaj:2:06001A:04:001:Get flamethrower EW2 Now! PL1 miaj:2:06001A:00:000:Always have no EW2 PL1 miaj:2:06001A:01:000:Always have grenade EW2 PL1 miaj:2:06001A:02:000:Always have rifle EW2 PL1 miaj:2:06001A:03:000:Always have bazooka EW2 PL1 miaj:2:06001A:04:000:Always have flamethro EW2 PL1 miaj:2:000000:00:999:[EW3= Extra Weapon No. 3 ] miaj:2:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1 miaj:2:06001C:00:001:Lose EW3 Now! PL1 miaj:2:06001C:01:001:Get grenade EW3 Now! PL1 miaj:2:06001C:02:001:Get rifle EW3 Now! PL1 miaj:2:06001C:03:001:Get bazooka EW3 Now! PL1 miaj:2:06001C:04:001:Get flamethrower EW3 Now! PL1 miaj:2:06001C:00:000:Always have no EW3 PL1 miaj:2:06001C:01:000:Always have grenade EW3 PL1 miaj:2:06001C:02:000:Always have rifle EW3 PL1 miaj:2:06001C:03:000:Always have bazooka EW3 PL1 miaj:2:06001C:04:000:Always have flamethro EW3 PL1 miaj:2:000000:00:999:[EW4= Extra Weapon No. 4 ] miaj:2:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1 miaj:2:06001E:00:001:Lose EW4 Now! PL1 miaj:2:06001E:01:001:Get grenade EW4 Now! PL1 miaj:2:06001E:02:001:Get rifle EW4 Now! PL1 miaj:2:06001E:03:001:Get bazooka EW4 Now! PL1 miaj:2:06001E:04:001:Get flamethrower EW4 Now! PL1 miaj:2:06001E:00:000:Always have no EW4 PL1 miaj:2:06001E:01:000:Always have grenade EW4 PL1 miaj:2:06001E:02:000:Always have rifle EW4 PL1 miaj:2:06001E:03:000:Always have bazooka EW4 PL1 miaj:2:06001E:04:000:Always have flamethro EW4 PL1 miaj:2:060086:0D:000:Infinite Lives PL2 miaj:2:060095:78:000:Invincibility PL2 miaj:2:000000:00:999:[EW1= Extra Weapon No. 1 ] miaj:2:060099:64:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless miaj:2:060098:00:001:Lose EW1 Now! PL2 miaj:2:060098:01:001:Get grenade EW1 Now! PL2 miaj:2:060098:02:001:Get rifle EW1 Now! PL2 miaj:2:060098:03:001:Get bazooka EW1 Now! PL2 miaj:2:060098:04:001:Get flamethrower EW1 Now! PL2 miaj:2:060098:00:000:Always have no EW1 PL2 miaj:2:060098:01:000:Always have grenade EW1 PL2 miaj:2:060098:02:000:Always have rifle EW1 PL2 miaj:2:060098:03:000:Always have bazooka EW1 PL2 miaj:2:060098:04:000:Always have flamethro EW1 PL2 miaj:2:000000:00:999:[EW2= Extra Weapon No. 2 ] miaj:2:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1 miaj:2:06009A:00:001:Lose EW2 Now! PL2 miaj:2:06009A:01:001:Get grenade EW2 Now! PL2 miaj:2:06009A:02:001:Get rifle EW2 Now! PL2 miaj:2:06009A:03:001:Get bazooka EW2 Now! PL2 miaj:2:06009A:04:001:Get flamethrower EW2 Now! PL2 miaj:2:06009A:00:000:Always have no EW2 PL2 miaj:2:06009A:01:000:Always have grenade EW2 PL2 miaj:2:06009A:02:000:Always have rifle EW2 PL2 miaj:2:06009A:03:000:Always have bazooka EW2 PL2 miaj:2:06009A:04:000:Always have flamethro EW2 PL2 miaj:2:000000:00:999:[EW3= Extra Weapon No. 3 ] miaj:2:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1 miaj:2:06009C:00:001:Lose EW3 Now! PL2 miaj:2:06009C:01:001:Get grenade EW3 Now! PL2 miaj:2:06009C:02:001:Get rifle EW3 Now! PL2 miaj:2:06009C:03:001:Get bazooka EW3 Now! PL2 miaj:2:06009C:04:001:Get flamethrower EW3 Now! PL2 miaj:2:06009C:00:000:Always have no EW3 PL2 miaj:2:06009C:01:000:Always have grenade EW3 PL2 miaj:2:06009C:02:000:Always have rifle EW3 PL2 miaj:2:06009C:03:000:Always have bazooka EW3 PL2 miaj:2:06009C:04:000:Always have flamethro EW3 PL2 miaj:2:000000:00:999:[EW4= Extra Weapon No. 4 ] miaj:2:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1 miaj:2:06009E:00:001:Lose EW4 Now! PL2 miaj:2:06009E:01:001:Get grenade EW4 Now! PL2 miaj:2:06009E:02:001:Get rifle EW4 Now! PL2 miaj:2:06009E:03:001:Get bazooka EW4 Now! PL2 miaj:2:06009E:04:001:Get flamethrower EW4 Now! PL2 miaj:2:06009E:00:000:Always have no EW4 PL2 miaj:2:06009E:01:000:Always have grenade EW4 PL2 miaj:2:06009E:02:000:Always have rifle EW4 PL2 miaj:2:06009E:03:000:Always have bazooka EW4 PL2 miaj:2:06009E:04:000:Always have flamethro EW4 PL2 miaj:2:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Midnight Run ] midnrun:0:0000:00:999:[ There are no cheats ]:REASON 1 midnrun:0:0000:00:999:[ for this game as it ]:REASON 1 midnrun:0:0000:00:999:[ didn't work the last ]:REASON 1 midnrun:0:0000:00:999:[ time it was tested. ]:REASON 1 midnrun:0:0000:00:999:[ If the game now works ]:REASON 1 midnrun:0:0000:00:999:[ please request cheats ]:REASON 1 midnrun:0:0000:00:999:[ for it on the cheat ]:REASON 1 midnrun:0:0000:00:999:[ forums. ]:REASON 1 ; [ Midnight Resistance (World) ] midres:0:102177:02:000:Infinite Lives PL1 midres:0:10217D:06:000:Infinite Keys PL1 midres:0:102173:80:020:Invincibility PL1 midres:0:102180:01:000:Always Have Full Auto PL1 midres:0:102180:02:000:Always Have 3-Way PL1 midres:0:102180:03:000:Always Have Fire PL1 midres:0:102180:04:000:Always Have Shotgun PL1 midres:0:102196:01:000:Always Have H.M. PL1 midres:0:102196:02:000:Always Have Nitro PL1 midres:0:102196:03:000:Always Have Shower PL1 midres:0:1021A4:08:000:Always Have Barrier PL1 midres:0:102189:99:000:Infinite Full Auto Ammo PL1 midres:0:10218D:99:000:Infinite 3-Way Ammo PL1 midres:0:102191:99:000:Infinite Fire Ammo PL1 midres:0:102195:99:000:Infinite Shotgun Ammo PL1 midres:0:10219D:99:000:Infinite H.M Ammo PL1 midres:0:10219F:99:000:Infinite Nitro Ammo PL1 midres:0:1021A1:99:000:Infinite Shower Ammo PL1 midres:0:102186:01:000:Always S-Charge Full Auto PL1 midres:0:10218A:01:000:Always S-Charge 3-Way PL1 midres:0:10218E:01:000:Always S-Charge Fire PL1 midres:0:102192:01:000:Always S-Charge Shotgun PL1 midres:0:102180:01:001:Get Full Auto Now! PL1 midres:0:102180:02:001:Get 3-Way Now! PL1 midres:0:102180:03:001:Get Fire Now! PL1 midres:0:102180:04:001:Get Shotgun Now! PL1 midres:0:102196:01:001:Get H.M. Now! PL1 midres:0:102196:02:001:Get Nitro Now! PL1 midres:0:102196:03:001:Get Shower Now! PL1 midres:0:1021A4:08:001:Get Barrier Now! PL1 midres:0:102186:01:001:S-Charge Full Auto Now! PL1 midres:0:10218A:01:001:S-Charge 3-Way Now! PL1 midres:0:10218E:01:001:S-Charge Fire Now! PL1 midres:0:102192:01:001:S-Charge Shotgun Now! PL1 midres:0:1021F3:02:000:Infinite Lives PL2 midres:0:1021F9:06:000:Infinite Keys PL2 midres:0:1021EF:80:020:Invincibility PL2 midres:0:1021FC:01:000:Always Have Full Auto PL2 midres:0:1021FC:02:000:Always Have 3-Way PL2 midres:0:1021FC:03:000:Always Have Fire PL2 midres:0:1021FC:04:000:Always Have Shotgun PL2 midres:0:102212:01:000:Always Have H.M. PL2 midres:0:102212:02:000:Always Have Nitro PL2 midres:0:102212:03:000:Always Have Shower PL2 midres:0:102220:01:000:Always Have Barrier PL2 midres:0:102205:99:000:Infinite Full Auto Ammo PL2 midres:0:102209:99:000:Infinite 3-Way Ammo PL2 midres:0:10220D:99:000:Infinite Fire Ammo PL2 midres:0:102211:99:000:Infinite Shotgun Ammo PL2 midres:0:102219:99:000:Infinite H.M. Ammo PL2 midres:0:10221B:99:000:Infinite Nitro Ammo PL2 midres:0:10221D:99:000:Infinite Shower Ammo PL2 midres:0:102202:01:000:Always S-Charge Full Auto PL2 midres:0:102206:01:000:Always S-Charge 3-Way PL2 midres:0:10220A:01:000:Always S-Charge Fire PL2 midres:0:10220E:01:000:Always S-Charge Shotgun PL2 midres:0:1021FC:01:001:Get Full Auto Now! PL2 midres:0:1021FC:02:001:Get 3-Way Now! PL2 midres:0:1021FC:03:001:Get Fire Now! PL2 midres:0:1021FC:04:001:Get Shotgun Now! PL2 midres:0:102212:01:001:Get H.M. Now! PL2 midres:0:102212:02:001:Get Nitro Now! PL2 midres:0:102212:03:001:Get Shower Now! PL2 midres:0:102220:01:001:Get Barrier Now! PL2 midres:0:102202:01:001:S-Charge Full Auto Now! PL2 midres:0:102206:01:001:S-Charge 3-Way Now! PL2 midres:0:10220A:01:001:S-Charge Fire Now! PL2 midres:0:10220E:01:001:S-Charge Shotgun Now! PL2 ; [ Midnight Resistance (Japan) ] midresj:0:102177:02:000:Infinite Lives PL1 midresj:0:10217D:06:000:Infinite Keys PL1 midresj:0:102173:80:020:Invincibility PL1 midresj:0:102180:01:000:Always Have Full Auto PL1 midresj:0:102180:02:000:Always Have 3-Way PL1 midresj:0:102180:03:000:Always Have Fire PL1 midresj:0:102180:04:000:Always Have Shotgun PL1 midresj:0:102196:01:000:Always Have H.M. PL1 midresj:0:102196:02:000:Always Have Nitro PL1 midresj:0:102196:03:000:Always Have Shower PL1 midresj:0:1021A4:08:000:Always Have Barrier PL1 midresj:0:102189:99:000:Infinite Full Auto Ammo PL1 midresj:0:10218D:99:000:Infinite 3-Way Ammo PL1 midresj:0:102191:99:000:Infinite Fire Ammo PL1 midresj:0:102195:99:000:Infinite Shotgun Ammo PL1 midresj:0:10219D:99:000:Infinite H.M Ammo PL1 midresj:0:10219F:99:000:Infinite Nitro Ammo PL1 midresj:0:1021A1:99:000:Infinite Shower Ammo PL1 midresj:0:102186:01:000:Always S-Charge Full Auto PL1 midresj:0:10218A:01:000:Always S-Charge 3-Way PL1 midresj:0:10218E:01:000:Always S-Charge Fire PL1 midresj:0:102192:01:000:Always S-Charge Shotgun PL1 midresj:0:102180:01:001:Get Full Auto Now! PL1 midresj:0:102180:02:001:Get 3-Way Now! PL1 midresj:0:102180:03:001:Get Fire Now! PL1 midresj:0:102180:04:001:Get Shotgun Now! PL1 midresj:0:102196:01:001:Get H.M. Now! PL1 midresj:0:102196:02:001:Get Nitro Now! PL1 midresj:0:102196:03:001:Get Shower Now! PL1 midresj:0:1021A4:08:001:Get Barrier Now! PL1 midresj:0:102186:01:001:S-Charge Full Auto Now! PL1 midresj:0:10218A:01:001:S-Charge 3-Way Now! PL1 midresj:0:10218E:01:001:S-Charge Fire Now! PL1 midresj:0:102192:01:001:S-Charge Shotgun Now! PL1 midresj:0:1021F3:02:000:Infinite Lives PL2 midresj:0:1021F9:06:000:Infinite Keys PL2 midresj:0:1021EF:80:020:Invincibility PL2 midresj:0:1021FC:01:000:Always Have Full Auto PL2 midresj:0:1021FC:02:000:Always Have 3-Way PL2 midresj:0:1021FC:03:000:Always Have Fire PL2 midresj:0:1021FC:04:000:Always Have Shotgun PL2 midresj:0:102212:01:000:Always Have H.M. PL2 midresj:0:102212:02:000:Always Have Nitro PL2 midresj:0:102212:03:000:Always Have Shower PL2 midresj:0:102220:01:000:Always Have Barrier PL2 midresj:0:102205:99:000:Infinite Full Auto Ammo PL2 midresj:0:102209:99:000:Infinite 3-Way Ammo PL2 midresj:0:10220D:99:000:Infinite Fire Ammo PL2 midresj:0:102211:99:000:Infinite Shotgun Ammo PL2 midresj:0:102219:99:000:Infinite H.M. Ammo PL2 midresj:0:10221B:99:000:Infinite Nitro Ammo PL2 midresj:0:10221D:99:000:Infinite Shower Ammo PL2 midresj:0:102202:01:000:Always S-Charge Full Auto PL2 midresj:0:102206:01:000:Always S-Charge 3-Way PL2 midresj:0:10220A:01:000:Always S-Charge Fire PL2 midresj:0:10220E:01:000:Always S-Charge Shotgun PL2 midresj:0:1021FC:01:001:Get Full Auto Now! PL2 midresj:0:1021FC:02:001:Get 3-Way Now! PL2 midresj:0:1021FC:03:001:Get Fire Now! PL2 midresj:0:1021FC:04:001:Get Shotgun Now! PL2 midresj:0:102212:01:001:Get H.M. Now! PL2 midresj:0:102212:02:001:Get Nitro Now! PL2 midresj:0:102212:03:001:Get Shower Now! PL2 midresj:0:102220:01:001:Get Barrier Now! PL2 midresj:0:102202:01:001:S-Charge Full Auto Now! PL2 midresj:0:102206:01:001:S-Charge 3-Way Now! PL2 midresj:0:10220A:01:001:S-Charge Fire Now! PL2 midresj:0:10220E:01:001:S-Charge Shotgun Now! PL2 ; [ Midnight Resistance (US) ] midresu:0:102177:02:000:Infinite Lives PL1 midresu:0:10217D:06:000:Infinite Keys PL1 midresu:0:102173:80:020:Invincibility PL1 midresu:0:102180:01:000:Always Have Full Auto PL1 midresu:0:102180:02:000:Always Have 3-Way PL1 midresu:0:102180:03:000:Always Have Fire PL1 midresu:0:102180:04:000:Always Have Shotgun PL1 midresu:0:102196:01:000:Always Have H.M. PL1 midresu:0:102196:02:000:Always Have Nitro PL1 midresu:0:102196:03:000:Always Have Shower PL1 midresu:0:1021A4:08:000:Always Have Barrier PL1 midresu:0:102189:99:000:Infinite Full Auto Ammo PL1 midresu:0:10218D:99:000:Infinite 3-Way Ammo PL1 midresu:0:102191:99:000:Infinite Fire Ammo PL1 midresu:0:102195:99:000:Infinite Shotgun Ammo PL1 midresu:0:10219D:99:000:Infinite H.M Ammo PL1 midresu:0:10219F:99:000:Infinite Nitro Ammo PL1 midresu:0:1021A1:99:000:Infinite Shower Ammo PL1 midresu:0:102186:01:000:Always S-Charge Full Auto PL1 midresu:0:10218A:01:000:Always S-Charge 3-Way PL1 midresu:0:10218E:01:000:Always S-Charge Fire PL1 midresu:0:102192:01:000:Always S-Charge Shotgun PL1 midresu:0:102180:01:001:Get Full Auto Now! PL1 midresu:0:102180:02:001:Get 3-Way Now! PL1 midresu:0:102180:03:001:Get Fire Now! PL1 midresu:0:102180:04:001:Get Shotgun Now! PL1 midresu:0:102196:01:001:Get H.M. Now! PL1 midresu:0:102196:02:001:Get Nitro Now! PL1 midresu:0:102196:03:001:Get Shower Now! PL1 midresu:0:1021A4:08:001:Get Barrier Now! PL1 midresu:0:102186:01:001:S-Charge Full Auto Now! PL1 midresu:0:10218A:01:001:S-Charge 3-Way Now! PL1 midresu:0:10218E:01:001:S-Charge Fire Now! PL1 midresu:0:102192:01:001:S-Charge Shotgun Now! PL1 midresu:0:1021F3:02:000:Infinite Lives PL2 midresu:0:1021F9:06:000:Infinite Keys PL2 midresu:0:1021EF:80:020:Invincibility PL2 midresu:0:1021FC:01:000:Always Have Full Auto PL2 midresu:0:1021FC:02:000:Always Have 3-Way PL2 midresu:0:1021FC:03:000:Always Have Fire PL2 midresu:0:1021FC:04:000:Always Have Shotgun PL2 midresu:0:102212:01:000:Always Have H.M. PL2 midresu:0:102212:02:000:Always Have Nitro PL2 midresu:0:102212:03:000:Always Have Shower PL2 midresu:0:102220:01:000:Always Have Barrier PL2 midresu:0:102205:99:000:Infinite Full Auto Ammo PL2 midresu:0:102209:99:000:Infinite 3-Way Ammo PL2 midresu:0:10220D:99:000:Infinite Fire Ammo PL2 midresu:0:102211:99:000:Infinite Shotgun Ammo PL2 midresu:0:102219:99:000:Infinite H.M. Ammo PL2 midresu:0:10221B:99:000:Infinite Nitro Ammo PL2 midresu:0:10221D:99:000:Infinite Shower Ammo PL2 midresu:0:102202:01:000:Always S-Charge Full Auto PL2 midresu:0:102206:01:000:Always S-Charge 3-Way PL2 midresu:0:10220A:01:000:Always S-Charge Fire PL2 midresu:0:10220E:01:000:Always S-Charge Shotgun PL2 midresu:0:1021FC:01:001:Get Full Auto Now! PL2 midresu:0:1021FC:02:001:Get 3-Way Now! PL2 midresu:0:1021FC:03:001:Get Fire Now! PL2 midresu:0:1021FC:04:001:Get Shotgun Now! PL2 midresu:0:102212:01:001:Get H.M. Now! PL2 midresu:0:102212:02:001:Get Nitro Now! PL2 midresu:0:102212:03:001:Get Shower Now! PL2 midresu:0:102220:01:001:Get Barrier Now! PL2 midresu:0:102202:01:001:S-Charge Full Auto Now! PL2 midresu:0:102206:01:001:S-Charge 3-Way Now! PL2 midresu:0:10220A:01:001:S-Charge Fire Now! PL2 midresu:0:10220E:01:001:S-Charge Shotgun Now! PL2 ; [ Money Puzzle Exchanger / Money Idol Exchanger ] miexchng:0:107546:00:000:No more level gain:Solo game only miexchng:0:1030FB:09:000:Always Max Chain 09 miexchng:0:1030FB:0A:000:Always Max Chain 10 miexchng:0:1030FB:0B:000:Always Max Chain 11 miexchng:0:1030FB:0C:000:Always Max Chain 12 miexchng:0:1030FB:0D:000:Always Max Chain 13 miexchng:0:1030FB:1E:070:Select Max Chain Value miexchng:0:1030FD:96:070:Select Chain Number:Solo Play miexchng:0:107546:32:070:Select Level:Solo Play :miexchng:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :miexchng:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :miexchng:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Mighty Guy ] mightguy:0:C000:99:000:Infinite Credits mightguy:0:C189:14:000:Infinite Energy :mightguy:20800000:44C2:000000C9:FFFFFFFF:Invincibility :mightguy:20810000:4628:000000C9:FFFFFFFF:Invincibility (2/3) :mightguy:20810000:4746:000000C9:FFFFFFFF:Invincibility (3/3) :mightguy:62000000:0000:00000000:00000000:Select Shot :mightguy:00010000:C14D:00000000:FFFFFFFF:No Shot :mightguy:00010000:C14D:00000064:FFFFFFFF:Shot 1 :mightguy:00010000:C14D:00000094:FFFFFFFF:Shot 2 :mightguy:00000000:C146:00000007:FFFFFFFF:Max Jump Kick Bonus Rate :mightguy:00000000:C156:00000000:00000010:Rapid Fire - Punch :mightguy:00000000:C156:00000000:00000020:Rapid Fire - Jump Kick :mightguy:00000000:C1A7:00000009:FFFFFFFF:Infinite Lives (Single) :mightguy:00000000:C1B7:00000008:FFFFFFFF:Infinite Lives (Dual) PL1 :mightguy:00000000:C1C7:00000008:FFFFFFFF:Infinite Lives (Dual) PL2 :mightguy:20800000:01FE:000000C9:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :mightguy:20810000:024A:000000C9:FFFFFFFF:Skip RAM/ROM Check (2/2):1st = RAM, 2nd = ROM ; [ Vs. Mighty Bomb Jack (Japan) ] mightybj:0:00A4:99:000:Infinite Time mightybj:0:03DC:80:040:Invincibility mightybj:0:0410:09:000:Infinite Lives PL1 mightybj:0:0411:09:000:Infinite Lives PL2 ; [ Mikie ] mikie:0:2923:09:004:Infinite Credits mikie:0:2970:03:000:Infinite Lives :mikie:20800000:C52D:00000039:FFFFFFFF:Invincibility :mikie:20900000:9E46:00002009:FFFFFFFF:Always Max Heart Bonus :mikie:20910000:9F06:00002009:FFFFFFFF:Always Max Heart Bonus (2/2):1st = Office Room, 2nd = Locker Room :mikie:00000301:2983:000000FE:FFFFFFFF:Select Current Loop mikie:0:2C39:0A:000:Freeze Enemy 1 mikie:0:2ED9:0A:000:Freeze Enemy 2 mikie:0:2DF9:0A:000:Freeze Enemy 3 mikie:0:2C71:0A:000:Freeze Enemy 4 mikie:0:2CA9:0A:000:Freeze Enemy 5 mikie:0:2E31:0A:000:Freeze Enemy 6 mikie:0:0000:00:999:[Use these cheats instead of] mikie:0:0000:00:999:[the FREEZE cheats because ] mikie:0:0000:00:999:[enemies may still hit you ] mikie:0:0000:00:999:[making some situations ] mikie:0:0000:00:999:[completely impossible!! ] mikie:0:2C3B:32:000:Enemies KO when hitted:Chicken or balls does same mikie:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap. mikie:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely mikie:0:2E33:B4:500:Enemies KO when hitted (4/6) mikie:0:2C73:20:500:Enemies KO when hitted (5/6) mikie:0:2CAB:20:500:Enemies KO when hitted (6/6) :mikie:00000000:2FBB:00000008:FFFFFFFF:Unlock Secret Message :mikie:00000000:37FF:00000003:FFFFFFFF:Unlock Test Mode:Reset the game to enable it :mikie:60000000:0000:00000000:00000000:[ Sound Test is enabled in ] :mikie:60000000:0000:00000000:00000000:[ the test mode. ] :mikie:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :mikie:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :mikie:00000086:2901:00000000:FFFFFFFF:Sound Test:Sound Code :mikie:20910000:CACF:0000FB79:FFFFFFFF:Sound Test (02/17):JSR $6280 -> $FB79 :mikie:20B10000:FB79:96329135:FFFFFFFF:Sound Test (03/17):LDA $32 / CMPA $35 :mikie:20B10000:FB7D:272B8104:FFFFFFFF:Sound Test (04/17):BEQ $FBAA / CMPA #$04 :mikie:20B10000:FB81:270E8108:FFFFFFFF:Sound Test (05/17):BEQ $FB91 / CMPA #$08 :mikie:20B10000:FB85:270E8120:FFFFFFFF:Sound Test (06/17):BEQ $FB95 / CMPA #$20 :mikie:20B10000:FB89:270E8110:FFFFFFFF:Sound Test (07/17):BEQ $FB99 / CMPA #$10 :mikie:20B10000:FB8D:270E2019:FFFFFFFF:Sound Test (08/17):BEQ $FB9D / BRA $FBAA :mikie:20B10000:FB91:0C012015:FFFFFFFF:Sound Test (09/17):INC $01 / BRA $FBAA :mikie:20B10000:FB95:0A012011:FFFFFFFF:Sound Test (10/17):DEC $01 / BRA $FBAA :mikie:20B10000:FB99:86002002:FFFFFFFF:Sound Test (11/17):LDA #$00 / BRA $FB9F :mikie:20910000:FB9D:00009601:FFFFFFFF:Sound Test (12/17):LDA $01 :mikie:20A10000:FB9F:00B72400:FFFFFFFF:Sound Test (13/17):STA $2400 :mikie:20A10000:FBA2:007F2002:FFFFFFFF:Sound Test (14/17):CLR $2002 :mikie:20910000:FBA5:00008601:FFFFFFFF:Sound Test (15/17):LDA $#01 :mikie:20A10000:FBA7:00B72002:FFFFFFFF:Sound Test (16/17):STA $2002 :mikie:20A10000:FBAA:007E6280:FFFFFFFF:Sound Test (17/17):JMP $6280 :mikie:20800000:CD11:00000039:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :mikie:20810000:CE9E:00000020:FFFFFFFF:Skip RAM/ROM Check (2/3):1st = RAM Check Skipping :mikie:20810000:CEF4:00000039:FFFFFFFF:Skip RAM/ROM Check (3/3):2nd = ROM Error Avoidance, 2nd = ROM Check Skipping ; [ Mikie (High School Graffiti) ] mikiehs:0:2923:09:004:Infinite Credits mikiehs:0:2970:03:000:Infinite Lives :mikiehs:20800000:C426:00000039:FFFFFFFF:Invincibility :mikiehs:20900000:9E4B:00002009:FFFFFFFF:Always Max Heart Bonus :mikiehs:20910000:9F0B:00002009:FFFFFFFF:Always Max Heart Bonus (2/2):1st = Office Room, 2nd = Locker Room :mikiehs:00000301:2983:000000FE:FFFFFFFF:Select Current Loop mikiehs:0:2C39:0A:000:Freeze Enemy 1 mikiehs:0:2ED9:0A:000:Freeze Enemy 2 mikiehs:0:2DF9:0A:000:Freeze Enemy 3 mikiehs:0:2C71:0A:000:Freeze Enemy 4 mikiehs:0:2CA9:0A:000:Freeze Enemy 5 mikiehs:0:2E31:0A:000:Freeze Enemy 6 mikiehs:0:0000:00:999:[Use these cheats instead of] mikiehs:0:0000:00:999:[the FREEZE cheats because ] mikiehs:0:0000:00:999:[enemies may still hit you ] mikiehs:0:0000:00:999:[making some situations ] mikiehs:0:0000:00:999:[completely impossible!! ] mikiehs:0:2C3B:32:000:Enemies KO when hitted:Chicken or balls does same mikiehs:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap. mikiehs:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely mikiehs:0:2E33:B4:500:Enemies KO when hitted (4/6) mikiehs:0:2C73:20:500:Enemies KO when hitted (5/6) mikiehs:0:2CAB:20:500:Enemies KO when hitted (6/6) :mikiehs:00000000:2FBB:00000008:FFFFFFFF:Unlock Secret Message :mikiehs:00000000:37FF:00000003:FFFFFFFF:Unlock Test Mode:Reset the game to enable it :mikiehs:60000000:0000:00000000:00000000:[ Sound Test is enabled in ] :mikiehs:60000000:0000:00000000:00000000:[ the test mode. ] :mikiehs:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :mikiehs:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :mikiehs:00000086:2901:00000000:FFFFFFFF:Sound Test:Sound Code :mikiehs:20910000:C97D:0000FB79:FFFFFFFF:Sound Test (02/17):JSR $6280 -> $FB79 :mikiehs:20B10000:FB79:96329135:FFFFFFFF:Sound Test (03/17):LDA $32 / CMPA $35 :mikiehs:20B10000:FB7D:272B8104:FFFFFFFF:Sound Test (04/17):BEQ $FBAA / CMPA #$04 :mikiehs:20B10000:FB81:270E8108:FFFFFFFF:Sound Test (05/17):BEQ $FB91 / CMPA #$08 :mikiehs:20B10000:FB85:270E8120:FFFFFFFF:Sound Test (06/17):BEQ $FB95 / CMPA #$20 :mikiehs:20B10000:FB89:270E8110:FFFFFFFF:Sound Test (07/17):BEQ $FB99 / CMPA #$10 :mikiehs:20B10000:FB8D:270E2019:FFFFFFFF:Sound Test (08/17):BEQ $FB9D / BRA $FBAA :mikiehs:20B10000:FB91:0C012015:FFFFFFFF:Sound Test (09/17):INC $01 / BRA $FBAA :mikiehs:20B10000:FB95:0A012011:FFFFFFFF:Sound Test (10/17):DEC $01 / BRA $FBAA :mikiehs:20B10000:FB99:86002002:FFFFFFFF:Sound Test (11/17):LDA #$00 / BRA $FB9F :mikiehs:20910000:FB9D:00009601:FFFFFFFF:Sound Test (12/17):LDA $01 :mikiehs:20A10000:FB9F:00B72400:FFFFFFFF:Sound Test (13/17):STA $2400 :mikiehs:20A10000:FBA2:007F2002:FFFFFFFF:Sound Test (14/17):CLR $2002 :mikiehs:20910000:FBA5:00008601:FFFFFFFF:Sound Test (15/17):LDA $#01 :mikiehs:20A10000:FBA7:00B72002:FFFFFFFF:Sound Test (16/17):STA $2002 :mikiehs:20A10000:FBAA:007E6280:FFFFFFFF:Sound Test (17/17):JMP $6280 :mikiehs:20800000:CBC0:00000039:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :mikiehs:20810000:CD4C:00000020:FFFFFFFF:Skip RAM/ROM Check (2/3):1st = RAM Check Skipping :mikiehs:20810000:CDA2:00000039:FFFFFFFF:Skip RAM/ROM Check (3/3):2nd = ROM Error Avoidance, 2nd = ROM Check Skipping ; [ Shinnyuushain Tooru-kun ] mikiej:0:2923:09:004:Infinite Credits mikiej:0:2970:03:000:Infinite Lives :mikiej:20800000:C52D:00000039:FFFFFFFF:Invincibility :mikiej:20900000:9E46:00002009:FFFFFFFF:Always Max Heart Bonus :mikiej:20910000:9F06:00002009:FFFFFFFF:Always Max Heart Bonus (2/2):1st = Office Room, 2nd = Locker Room :mikiej:00000301:2983:000000FE:FFFFFFFF:Select Current Loop mikiej:0:2C39:0A:000:Freeze Enemy 1 mikiej:0:2ED9:0A:000:Freeze Enemy 2 mikiej:0:2DF9:0A:000:Freeze Enemy 3 mikiej:0:2C71:0A:000:Freeze Enemy 4 mikiej:0:2CA9:0A:000:Freeze Enemy 5 mikiej:0:2E31:0A:000:Freeze Enemy 6 mikiej:0:0000:00:999:[Use these cheats instead of] mikiej:0:0000:00:999:[the FREEZE cheats because ] mikiej:0:0000:00:999:[enemies may still hit you ] mikiej:0:0000:00:999:[making some situations ] mikiej:0:0000:00:999:[completely impossible!! ] mikiej:0:2C3B:32:000:Enemies KO when hitted:Chicken or balls does same mikiej:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap. mikiej:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely mikiej:0:2E33:B4:500:Enemies KO when hitted (4/6) mikiej:0:2C73:20:500:Enemies KO when hitted (5/6) mikiej:0:2CAB:20:500:Enemies KO when hitted (6/6) :mikiej:00000000:2FBB:00000008:FFFFFFFF:Unlock Secret Message :mikiej:00000000:37FF:00000003:FFFFFFFF:Unlock Test Mode:Reset the game to enable it :mikiej:60000000:0000:00000000:00000000:[ Sound Test is enabled in ] :mikiej:60000000:0000:00000000:00000000:[ the test mode. ] :mikiej:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :mikiej:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :mikiej:00000086:2901:00000000:FFFFFFFF:Sound Test:Sound Code :mikiej:20910000:CACF:0000FB79:FFFFFFFF:Sound Test (02/17):JSR $6280 -> $FB79 :mikiej:20B10000:FB79:96329135:FFFFFFFF:Sound Test (03/17):LDA $32 / CMPA $35 :mikiej:20B10000:FB7D:272B8104:FFFFFFFF:Sound Test (04/17):BEQ $FBAA / CMPA #$04 :mikiej:20B10000:FB81:270E8108:FFFFFFFF:Sound Test (05/17):BEQ $FB91 / CMPA #$08 :mikiej:20B10000:FB85:270E8120:FFFFFFFF:Sound Test (06/17):BEQ $FB95 / CMPA #$20 :mikiej:20B10000:FB89:270E8110:FFFFFFFF:Sound Test (07/17):BEQ $FB99 / CMPA #$10 :mikiej:20B10000:FB8D:270E2019:FFFFFFFF:Sound Test (08/17):BEQ $FB9D / BRA $FBAA :mikiej:20B10000:FB91:0C012015:FFFFFFFF:Sound Test (09/17):INC $01 / BRA $FBAA :mikiej:20B10000:FB95:0A012011:FFFFFFFF:Sound Test (10/17):DEC $01 / BRA $FBAA :mikiej:20B10000:FB99:86002002:FFFFFFFF:Sound Test (11/17):LDA #$00 / BRA $FB9F :mikiej:20910000:FB9D:00009601:FFFFFFFF:Sound Test (12/17):LDA $01 :mikiej:20A10000:FB9F:00B72400:FFFFFFFF:Sound Test (13/17):STA $2400 :mikiej:20A10000:FBA2:007F2002:FFFFFFFF:Sound Test (14/17):CLR $2002 :mikiej:20910000:FBA5:00008601:FFFFFFFF:Sound Test (15/17):LDA $#01 :mikiej:20A10000:FBA7:00B72002:FFFFFFFF:Sound Test (16/17):STA $2002 :mikiej:20A10000:FBAA:007E6280:FFFFFFFF:Sound Test (17/17):JMP $6280 :mikiej:20800000:CD11:00000039:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :mikiej:20810000:CE9E:00000020:FFFFFFFF:Skip RAM/ROM Check (2/3):1st = RAM Check Skipping :mikiej:20810000:CEF4:00000039:FFFFFFFF:Skip RAM/ROM Check (3/3):2nd = ROM Error Avoidance, 2nd = ROM Check Skipping ; [ Millipede ] milliped:0:4D84:38:100:Invincibility milliped:0:4D85:EA:600:Invincibility (2/2):Change "cmp #$0A" to sec, nop to force the following BCS to branch milliped:0:005D:B9:000:No Spiders milliped:0:00F9:00:000:No Beetles milliped:0:002C:00:000:Ants & Earwigs can't move milliped:0:005C:00:000:No Mosquitos milliped:0:13F0:00:000:No Inchworms milliped:0:00C3:00:000:Lower Spider Sound milliped:0:00C9:00:000:No Ant or Earwig Sounds milliped:0:00B3:06:000:Infinite Lives PL1 milliped:0:00B4:06:000:Infinite Lives PL2 ; [ Millpac ] millpac:0:2CB6:38:100:Invincibility millpac:0:2CB7:EA:600:Invincibility (2/2):Change "cmp #$07" to sec, nop to force the following BCS to branch millpac:0:0070:F8:000:No Fleas and Scorpions millpac:0:0061:FF:000:No Spiders millpac:0:00B5:00:000:No Spider sound millpac:0:0070:3B:000:Alter Flea Behaviour 1 millpac:0:0040:2C:000:Alter Flea Behaviour 2 millpac:0:00A5:06:000:Infinite Lives PL1 millpac:0:00A6:06:000:Infinite Lives PL2 ; [ Mighty Monkey ] mimonkey:0:84A0:09:000:Infinite Credits mimonkey:0:84F0:06:000:Infinite Lives PL1 mimonkey:0:84C8:06:000:Infinite Lives PL2 mimonkey:0:84F1:00:001:Finish this Level Now! ; [ Mighty Monkey (bootleg on Super Cobra hardware) ] mimonsco:0:84A0:09:000:Infinite Credits mimonsco:0:84F0:06:000:Infinite Lives PL1 mimonsco:0:84C8:06:000:Infinite Lives PL2 mimonsco:0:84F1:00:001:Finish this Level Now! ; [ Mighty Monkey (bootleg on Scramble hardware) ] mimonscr:0:44A0:09:000:Infinite Credits mimonscr:0:44F0:06:000:Infinite Lives PL1 mimonscr:0:44C8:06:000:Infinite Lives PL2 mimonscr:0:44F1:00:001:Finish this Level Now! ; [ Minnasanno Okagesamadesu ] minasan:0:1000CD:F4:000:Infinite Move Time minasan:0:000000:00:999:[ The winning hand cheat must be activated ] minasan:0:000000:00:999:[ when there are 14 tiles in your hand. The ] minasan:0:000000:00:999:[ tiles do not visually change until you make ] minasan:0:000000:00:999:[ a move. After the cheat is enabled, you ] minasan:0:000000:00:999:[ must select 'RON'. ] minasan:0:10119A:31:001:Get winning hand Now! minasan:0:10119B:31:501:Get winning hand Now! (02/14) minasan:0:10119C:31:501:Get winning hand Now! (03/14) minasan:0:10119D:32:501:Get winning hand Now! (04/14) minasan:0:10119E:32:501:Get winning hand Now! (05/14) minasan:0:10119F:32:501:Get winning hand Now! (06/14) minasan:0:1011A0:33:501:Get winning hand Now! (07/14) minasan:0:1011A1:33:501:Get winning hand Now! (08/14) minasan:0:1011A2:33:501:Get winning hand Now! (09/14) minasan:0:1011A3:34:501:Get winning hand Now! (10/14) minasan:0:1011A4:34:501:Get winning hand Now! (11/14) minasan:0:1011A5:34:501:Get winning hand Now! (12/14) minasan:0:1011A6:35:501:Get winning hand Now! (13/14) minasan:0:1011A7:35:501:Get winning hand Now! (14/14) minasan:0:000000:00:999:[ Number of steps must be activated after ] minasan:0:000000:00:999:[ winning. ] minasan:0:10131C:01:000:Always make 1 step (always) minasan:0:10131C:01:001:Make 1 step Now! minasan:0:10131C:02:000:Always make 2 steps (always) minasan:0:10131C:02:001:Make 2 step Now! minasan:0:000000:00:999:[ See this URL for mahjong rules ] minasan:0:000000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/ ] minasan:0:000000:00:999:[ rules/basics.html (merge both lines!) ] :minasan:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :minasan:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :minasan:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Minefield ] minefld:0:8669:09:000:Infinite Lives minefld:0:86F1:63:000:Infinite Missiles ; [ Minesweeper (4-Player) ] minesw4p:0:0000:00:999:[ This game hasn't even ]:REASON 11 minesw4p:0:0000:00:999:[ been looked at due to ]:REASON 11 minesw4p:0:0000:00:999:[ time constraints - Too]:REASON 11 minesw4p:0:0000:00:999:[ many games and so ]:REASON 11 minesw4p:0:0000:00:999:[ little time. It is ]:REASON 11 minesw4p:0:0000:00:999:[ even possible that ]:REASON 11 minesw4p:0:0000:00:999:[ this game may be a ]:REASON 11 minesw4p:0:0000:00:999:[ clone of an existing ]:REASON 11 minesw4p:0:0000:00:999:[ game which may have ]:REASON 11 minesw4p:0:0000:00:999:[ cheats. Please search ]:REASON 11 minesw4p:0:0000:00:999:[ the cheat forums ]:REASON 11 minesw4p:0:0000:00:999:[ before posting cheat ]:REASON 11 minesw4p:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Minesweeper ] mineswpr:0:FF0C:00:000:Score always set to 0 PL1 mineswpr:0:FF0C:00:001:Set Score to 0 Now! PL1 mineswpr:0:FF0C:06:070:Select score PL1 mineswpr:0:FF0D:00:000:Score always set to 0 PL2 mineswpr:0:FF0D:00:001:Set Score to 0 Now! PL2 mineswpr:0:FF0D:06:070:Select score PL2 ; [ Inferno (S2650) ] minferno:0:1C28:19:000:Infinite Time ; [ Mini Golf (set 2) ] minigol2:0:01C0:80:000:Infinite Time minigol2:0:012C:01:000:Infinite Shots PL1 minigol2:0:0134:03:000:Infinite Holes PL1 minigol2:0:012E:01:000:Infinite Shots PL2 minigol2:0:0136:03:000:Infinite Holes PL2 ; [ Mini Golf (set 1) ] minigolf:0:01C0:80:000:Infinite Time minigolf:0:012C:01:000:Infinite Shots PL1 minigolf:0:0134:03:000:Infinite Holes PL1 minigolf:0:012E:01:000:Infinite Shots PL2 minigolf:0:0136:03:000:Infinite Holes PL2 ; [ Minivader ] minivadr:0:A1DB:09:000:Infinite Credits minivadr:0:BE76:01:001:One kill to finish level Now! minivadr:0:BE02:07:071:Select starting round minivadr:0:BE02:07:061:Select next round ; [ Mirax ] mirax:0:0000:00:999:[ There are no cheats ]:REASON 1 mirax:0:0000:00:999:[ for this game as it ]:REASON 1 mirax:0:0000:00:999:[ didn't work the last ]:REASON 1 mirax:0:0000:00:999:[ time it was tested. ]:REASON 1 mirax:0:0000:00:999:[ If the game now works ]:REASON 1 mirax:0:0000:00:999:[ please request cheats ]:REASON 1 mirax:0:0000:00:999:[ for it on the cheat ]:REASON 1 mirax:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mirai Ninja (Japan) ] mirninja:0:40A101:99:000:Infinite Energy mirninja:0:100161:FF:000:Infinite 3-way Shot mirninja:0:40A111:FF:000:Always have mostly tiny enemies :mirninja:00000000:100134:000000FE:000000FF:Hover (Rising):This is for the 'Poof!' level. Drop down all the holes you get to until you see a warp statue. Activate this cheat, and toggle F6 to hover where you can see the upper floor. Drop when a hole opens in the upper floor. Repeat as you see holes/statues. mirninja:0:000000:00:999:[Enable the Select starting round cheat on ] mirninja:0:000000:00:999:[the press 1 or 2 player button screen. ] mirninja:0:100103:0C:070:Select starting round mirninja:0:100103:0C:060:Select next round mirninja:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Mission Craft (version 2.4) ] :misncrft:00000000:0007D3D7:00000009:FFFFFFFF:Infinite Credits :misncrft:62000000:0007E253:00000000:00000000:Select Current Mission (Buggy):This cheat may cause corrupted gfx. So use it on the "Mission Clear" screen. Eg. Select current mission to 2-7 on 1-1 "Mission Clear", next mission will be is 2-8. :misncrft:00010001:0007E253:00000000:FFFFFFFF:1-1 :misncrft:00010001:0007E253:00000001:FFFFFFFF:1-2 :misncrft:00010001:0007E253:00000002:FFFFFFFF:1-3 :misncrft:00010001:0007E253:00000003:FFFFFFFF:1-4 :misncrft:00010001:0007E253:00000004:FFFFFFFF:1-5 :misncrft:00010001:0007E253:00000005:FFFFFFFF:1-6 :misncrft:00010001:0007E253:00000006:FFFFFFFF:1-7 :misncrft:00010001:0007E253:00000007:FFFFFFFF:1-8 :misncrft:00010001:0007E253:00000008:FFFFFFFF:2-1 :misncrft:00010001:0007E253:00000009:FFFFFFFF:2-2 :misncrft:00010001:0007E253:0000000A:FFFFFFFF:2-3 :misncrft:00010001:0007E253:0000000B:FFFFFFFF:2-4 :misncrft:00010001:0007E253:0000000C:FFFFFFFF:2-5 :misncrft:00010001:0007E253:0000000D:FFFFFFFF:2-6 :misncrft:00010001:0007E253:0000000E:FFFFFFFF:2-7 :misncrft:00010001:0007E253:0000000F:FFFFFFFF:2-8 :misncrft:00000000:0008EA23:00000007:FFFFFFFF:Infinite Lives PL1 :misncrft:00000000:0008EA33:00000006:FFFFFFFF:Infinite Bombs PL1 :misncrft:00000000:00170B52:00000000:FFFFFFFF:Invincibility PL1 :misncrft:00000000:0007D2AB:00000000:00000010:Rapid Fire PL1:Drop a button when you shoot charge shot :misncrft:62000000:00000000:00000000:00000000:Always Max Shot Power PL1 :misncrft:00010000:0008EA1B:00000005:FFFFFFFF:Terran :misncrft:00010000:0008EA1B:00000004:FFFFFFFF:Protoss / Zerg :misncrft:00100000:0008EA42:00001700:FFFFFFFF:Always Max Charge Shot Energy PL1 :misncrft:00100000:0008EA4A:00000300:FFFFFFFF:Auto Charge Shot Mode PL1:Use this with an activation key for best effect :misncrft:00000000:0008EA27:00000007:FFFFFFFF:Infinite Lives PL2 :misncrft:00000000:0008EA37:00000006:FFFFFFFF:Infinite Bombs PL2 :misncrft:00000000:00170ABA:00000000:FFFFFFFF:Invincibility PL2 :misncrft:00000000:0007D2A9:00000000:00000010:Rapid Fire PL2:Drop a button when you shoot charge shot :misncrft:62000000:00000000:00000000:00000000:Always Max Shot Power PL2 :misncrft:00010000:0008EA1F:00000005:FFFFFFFF:Terran :misncrft:00010000:0008EA1F:00000004:FFFFFFFF:Protoss / Zerg :misncrft:00100000:0008EA46:00001700:FFFFFFFF:Always Max Charge Shot Energy PL2 :misncrft:00100000:0008EA4E:00000300:FFFFFFFF:Auto Charge Shot Mode PL2:Use this with an activation key for best effect ; [ Miss Bubble 2 ] missb2:0:0000:00:999:[ This game has got a LOT of cheats. ] missb2:0:0000:00:999:[ Don't go too mad as it may spoil ] missb2:0:0000:00:999:[ the game too much!!! ] missb2:0:E366:63:000:Infinite Credits :missb2:00001301:E64B:00000063:FFFFFFFF:Select starting round:You should enable this cheat on the press 1/2 player button screen, ie. after credits have been inserted! missb2:0:E64B:63:061:Select next round missb2:0:E645:06:000:Infinite Lives PL1 missb2:0:E6B6:77:000:Invincibility PL1 missb2:0:E6C1:0C:000:Speed Always Normal PL1 missb2:0:E6C1:14:000:Speed Always Power-up PL1 missb2:0:E6C1:28:000:Speed Always Ultimate PL1 missb2:0:E6C1:0C:001:Speed to Normal Now! PL1 missb2:0:E6C1:14:001:Speed to Power-up Now! PL1 missb2:0:E6C1:28:001:Speed to Ultimate Now! PL1 missb2:0:E6BF:14:001:Fire Speed to Normal Now! PL1 missb2:0:E6BF:05:001:Fire Speed to Power-up NowPL1 missb2:0:E6BF:01:000:Fire Speed Always UltimatePL1 missb2:0:E6C2:80:000:Normal Range Bubbles PL1 missb2:0:E6C2:80:000:Long Range Bubbles PL1 missb2:0:E6C2:FF:000:Extra Long Range Bubbles PL1 missb2:0:E6C0:03:001:Head Power to Normal Now! PL1 missb2:0:E6C0:06:001:Head Power to Power-up NowPL1 missb2:0:E6C0:09:000:Head Power Always UltimatePL1 missb2:0:F60F:00:001:Fire bubbles Bubbles Now! PL1 missb2:0:F60F:01:001:Fire lightnings Now! PL1 missb2:0:E742:3F:001:Get EXTEND PL1 missb2:0:E742:01:021:Get letter - E (red) PL1 missb2:0:E742:02:021:Get letter - X (pink) PL1 missb2:0:E742:04:021:Get letter - T (yellow) PL1 missb2:0:E742:08:021:Get letter - E (green) PL1 missb2:0:E742:10:021:Get letter - N (blue) PL1 missb2:0:E742:20:021:Get letter - D (purple) PL1 missb2:0:E64A:06:000:Infinite Lives PL2 missb2:0:E6E8:77:000:Invincibility PL2 missb2:0:E6F3:0C:000:Speed Always Normal PL2 missb2:0:E6F3:14:000:Speed Always Power-up PL2 missb2:0:E6F3:28:000:Speed Always Ultimate PL2 missb2:0:E6F3:0C:001:Speed to Normal Now! PL2 missb2:0:E6F3:14:001:Speed to Power-up Now! PL2 missb2:0:E6F3:28:001:Speed to Ultimate Now! PL2 missb2:0:E6F1:14:001:Fire Speed to Normal Now! PL2 missb2:0:E6F1:05:001:Fire Speed to Power-up NowPL2 missb2:0:E6F1:01:000:Fire Speed Always UltimatePL2 missb2:0:E6F4:40:000:Normal Range Bubbles PL2 missb2:0:E6F4:80:000:Long Range Bubbles PL2 missb2:0:E6F4:FF:000:Extra Long Range Bubbles PL2 missb2:0:E6F2:03:001:Head Power to Normal Now! PL2 missb2:0:E6F2:06:001:Head Power to Power-up NowPL2 missb2:0:E6F2:09:000:Head Power Always UltimatePL2 missb2:0:F610:00:001:Fire bubbles Bubbles Now! PL2 missb2:0:F610:01:001:Fire lightnings Now! PL2 missb2:0:E743:3F:001:Get EXTEND PL2 missb2:0:E743:01:021:Get letter - E (red) PL2 missb2:0:E743:02:021:Get letter - X (pink) PL2 missb2:0:E743:04:021:Get letter - T (yellow) PL2 missb2:0:E743:08:021:Get letter - E (green) PL2 missb2:0:E743:10:021:Get letter - N (blue) PL2 missb2:0:E743:20:021:Get letter - D (purple) PL2 missb2:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen missb2:0:E5DB:00:000:Disable "Super" Mode missb2:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen missb2:0:E5D1:00:000:Disable "Original" Mode missb2:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen missb2:0:E5D2:00:000:Disable "Power-Up" Mode missb2:0:E613:01:000:Always get Bonus doors missb2:0:F676:01:000:Constant Extend Letters missb2:0:E603:01:000:Always Warn (Bell Item) missb2:0:E5FA:03:000:Apple or Orange? You decide! missb2:0:E608:01:000:Coke Can Item missb2:0:6E30:01:000:Fireball Bubble - Always! missb2:0:6E30:03:000:Fireball Bubble - 1 in 2 missb2:0:6E30:05:000:Fireball Bubble - 1 in 3 missb2:0:6E30:07:000:Fireball Bubble - 1 in 4 missb2:0:6E30:15:000:Fireball Bubble - 1 in 16 missb2:0:6E30:1D:000:Fireball Bubble - 1 in 256 missb2:0:6E30:25:000:Fireball Bubble - 1 in 4096 missb2:0:5C2B:C9:000:Disable Bubbles? missb2:0:E6BB:05:001:Fireballs for 5 levels missb2:0:E6BE:40:000:Fireballs missb2:0:E5EE:07:000:Fireball Cross missb2:0:0000:00:999:[ Use these cheats only at the start ] missb2:0:0000:00:999:[ of a level, before the item ] missb2:0:0000:00:999:[ appears! When you are given a ] missb2:0:0000:00:999:[ distribution, each bubble turns ] missb2:0:0000:00:999:[ into an object. ] missb2:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range missb2:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power missb2:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed missb2:0:F45E:03:001:1st Item = shoe:Gives you power-up speed missb2:0:F45E:04:001:1st Item = clock:Slows down the monsters missb2:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds missb2:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther missb2:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther missb2:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther missb2:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers missb2:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers missb2:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers missb2:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows missb2:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes missb2:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters missb2:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk missb2:0:F45E:10:001:1st Item = pink ring:Gives points when you jump missb2:0:F45E:11:001:1st Item = red ring:Gives points when you bubble missb2:0:F45E:12:001:1st Item = blue cross:Fills screen with water missb2:0:F45E:13:001:1st Item = yellow cross:Make lightning strike missb2:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles missb2:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble missb2:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr missb2:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined missb2:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds missb2:0:F45E:19:001:1st Item = book:Turns monsters into diamonds missb2:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall missb2:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters missb2:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball missb2:0:F45E:1D:001:1st Item = fork:Makes fruits fall missb2:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end missb2:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end missb2:0:F45E:20:001:1st Item = red chest:Red diamonds on level end missb2:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end missb2:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end missb2:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end missb2:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end missb2:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end missb2:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end missb2:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end missb2:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end missb2:0:F45E:29:001:1st Item = bell:Destructive Item warning missb2:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end missb2:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end missb2:0:F45E:2C:001:1st Item = glass of beer:???? on level end missb2:0:F45E:2D:001:1st Item = knife:Makes fruits fall missb2:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items missb2:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters missb2:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds missb2:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds missb2:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds missb2:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70 missb2:0:F44C:2A:000:Fruit 2A missb2:0:F44C:2B:000:Fruit 2B missb2:0:F44C:2C:000:Fruit 2C missb2:0:F44C:2D:000:Fruit 2D missb2:0:F44C:2E:000:Fruit 2E missb2:0:F44C:2F:000:Fruit 2F missb2:0:F44C:30:000:Fruit 30 missb2:0:F44C:31:000:Fruit 31 missb2:0:F44C:32:000:Fruit 32 missb2:0:F44C:33:000:Fruit 33 missb2:0:F44C:34:000:Fruit 34 missb2:0:F44C:35:000:Fruit 35 missb2:0:F44C:36:000:Fruit 36 missb2:0:F44C:37:000:Fruit 37 missb2:0:F44C:38:000:Fruit 38 missb2:0:F44C:39:000:Fruit 39 missb2:0:F44C:3A:000:Fruit 3A missb2:0:F44C:3B:000:Fruit 3B missb2:0:F44D:01:000:Quick Fruit at start missb2:0:E60A:01:000:Lipstick missb2:0:E345:05:000:Stop the Baron missb2:0:0000:00:999:[ These 5 cheats will make a potion ] missb2:0:0000:00:999:[ appear on the next screen. It will ] missb2:0:0000:00:999:[ be of the type requested unless you ] missb2:0:0000:00:999:[ have earned a higher potion or you ] missb2:0:0000:00:999:[ have fallen off the bottom of the ] missb2:0:0000:00:999:[ screen since setting the cheat. ] missb2:0:0000:00:999:[ Falling off the bottom will upgrade ] missb2:0:0000:00:999:[ the potion to the next one! ] missb2:0:E5E7:0F:001:Sunflower Potion(next screen) missb2:0:E5E7:10:001:Flower Potion (next screen) missb2:0:E5E7:11:001:Clover Potion (next screen) missb2:0:E5E7:12:001:Rainbow Potion (next screen) missb2:0:E5E7:13:001:Musical Potion (next screen) missb2:0:0000:00:999:[ These 2 cheats are useful when you ] missb2:0:0000:00:999:[ get stuck on one screen. Use only ] missb2:0:0000:00:999:[ one at a time. ] missb2:0:F590:01:001:Drown 'em All! Now! OR---> missb2:0:E720:01:001:Throw The Book At Them Now! ; [ Missile Command (set 1) ] missile:0:00A0:0B:004:Infinite shots (Left) missile:0:00A1:0B:004:Infinite shots (Center) missile:0:00A2:0B:004:Infinite shots (Right) missile:0:00C0:06:000:Infinite cities PL1 missile:0:00C1:06:000:Infinite cities PL2 ; [ Missile Command (set 2) ] missile2:0:008E:0B:004:Infinite shots (Left) missile2:0:008F:0B:004:Infinite shots (Center) missile2:0:0090:0B:004:Infinite shots (Right) missile2:0:00AE:06:000:Infinite cities PL1 missile2:0:00AF:06:000:Infinite cities PL2 ; [ Miss Mister World '96 Nude ] missmw96:0:C00F82:09:000:Infinite Credits missmw96:0:C02674:09:000:Infinite Time missmw96:0:C02675:3C:500:Infinite Time (2/2) missmw96:0:C0261B:14:000:Infinite Energy:Display isn't correct missmw96:0:C02761:64:001:End round with 100% Now! missmw96:0:C02763:00:501:End round with 100% Now!(2/2) missmw96:0:C02662:03:000:Infinite Lives PL1 missmw96:0:C02663:03:000:Infinite Lives PL2 ; [ Miss World '96 Nude ] missw96:0:C00F82:09:000:Infinite Credits missw96:0:C02674:09:000:Infinite Time missw96:0:C02675:3C:500:Infinite Time (2/2) missw96:0:C0261B:14:000:Infinite Energy:Display isn't correct missw96:0:C02761:64:001:End round with 100% Now! missw96:0:C02763:00:501:End round with 100% Now!(2/2) missw96:0:C02662:03:000:Infinite Lives PL1 missw96:0:C02663:03:000:Infinite Lives PL2 ; [ Mizubaku Daibouken (Japan) ] mizubaku:0:109522:03:000:Infinite Lives mizubaku:0:109504:08:020:Invincibility mizubaku:0:102C6B:5A:500:Invincibility (2/2) mizubaku:0:109530:60:000:Always have Speed Up mizubaku:0:109530:FF:000:Always have Max Speed Up mizubaku:0:109BEC:FF:000:Never Slip mizubaku:0:109D73:08:000:Always have Max Shot Up mizubaku:0:109D79:14:000:Always have Penetration State Up mizubaku:0:109D79:FF:000:Always have Max Penetration State Up (Buggy) mizubaku:0:109D7C:FF:000:Always have Max Penetration Speed Up mizubaku:0:102A7F:14:000:Always have Penetration Shot Up :mizubaku:00003301:10952F:00000017:FFFFFFFF:Select Starting level:Use on credit screen :mizubaku:00003301:10952F:00000024:FFFFFFFF:Select Starting level:Including bonus levels ; [ Wakakusamonogatari Mahjong Yonshimai (Japan) ] mj4simai:0:000000:00:999:[ The winning hand cheat must be activated when there are ] mj4simai:0:000000:00:999:[ 14 tiles in your hand, then press the RON key. ('Z' ] mj4simai:0:000000:00:999:[ by default). The tiles do not visually change until you ] mj4simai:0:000000:00:999:[ make a move. ] mj4simai:0:2043E5:00:001:Get winning hand Now! mj4simai:0:2043E7:00:501:Get winning hand Now! (02/28) mj4simai:0:2043E9:00:501:Get winning hand Now! (03/28) mj4simai:0:2043EB:01:501:Get winning hand Now! (04/28) mj4simai:0:2043ED:01:501:Get winning hand Now! (05/28) mj4simai:0:2043EF:01:501:Get winning hand Now! (06/28) mj4simai:0:2043F1:02:501:Get winning hand Now! (07/28) mj4simai:0:2043F3:02:501:Get winning hand Now! (08/28) mj4simai:0:2043F5:02:501:Get winning hand Now! (09/28) mj4simai:0:2043F7:03:501:Get winning hand Now! (10/28) mj4simai:0:2043F9:03:501:Get winning hand Now! (11/28) mj4simai:0:2043FB:03:501:Get winning hand Now! (12/28) mj4simai:0:2043FD:04:501:Get winning hand Now! (13/28) mj4simai:0:2043FF:04:501:Get winning hand Now! (14/28) mj4simai:0:2042E5:04:501:Get winning hand Now! (15/28) mj4simai:0:2042CB:00:501:Get winning hand Now! (16/28) mj4simai:0:2042CD:00:501:Get winning hand Now! (17/28) mj4simai:0:2042CF:00:501:Get winning hand Now! (18/28) mj4simai:0:2042D1:01:501:Get winning hand Now! (19/28) mj4simai:0:2042D3:01:501:Get winning hand Now! (20/28) mj4simai:0:2042D5:01:501:Get winning hand Now! (21/28) mj4simai:0:2042D7:02:501:Get winning hand Now! (22/28) mj4simai:0:2042D9:02:501:Get winning hand Now! (23/28) mj4simai:0:2042DB:02:501:Get winning hand Now! (24/28) mj4simai:0:2042DD:03:501:Get winning hand Now! (25/28) mj4simai:0:2042DF:03:501:Get winning hand Now! (26/28) mj4simai:0:2042E1:03:501:Get winning hand Now! (27/28) mj4simai:0:2042E3:04:501:Get winning hand Now! (28/28) mj4simai:0:2043E5:00:000:Always winning hand mj4simai:0:2043E7:00:500:Always winning hand (02/28) mj4simai:0:2043E9:00:500:Always winning hand (03/28) mj4simai:0:2043EB:01:500:Always winning hand (04/28) mj4simai:0:2043ED:01:500:Always winning hand (05/28) mj4simai:0:2043EF:01:500:Always winning hand (06/28) mj4simai:0:2043F1:02:500:Always winning hand (07/28) mj4simai:0:2043F3:02:500:Always winning hand (08/28) mj4simai:0:2043F5:02:500:Always winning hand (09/28) mj4simai:0:2043F7:03:500:Always winning hand (10/28) mj4simai:0:2043F9:03:500:Always winning hand (11/28) mj4simai:0:2043FB:03:500:Always winning hand (12/28) mj4simai:0:2043FD:04:500:Always winning hand (13/28) mj4simai:0:2043FF:04:500:Always winning hand (14/28) mj4simai:0:2042E5:04:500:Always winning hand (15/28) mj4simai:0:2042CB:00:500:Always winning hand (16/28) mj4simai:0:2042CD:00:500:Always winning hand (17/28) mj4simai:0:2042CF:00:500:Always winning hand (18/28) mj4simai:0:2042D1:01:500:Always winning hand (19/28) mj4simai:0:2042D3:01:500:Always winning hand (20/28) mj4simai:0:2042D5:01:500:Always winning hand (21/28) mj4simai:0:2042D7:02:500:Always winning hand (22/28) mj4simai:0:2042D9:02:500:Always winning hand (23/28) mj4simai:0:2042DB:02:500:Always winning hand (24/28) mj4simai:0:2042DD:03:500:Always winning hand (25/28) mj4simai:0:2042DF:03:500:Always winning hand (26/28) mj4simai:0:2042E1:03:500:Always winning hand (27/28) mj4simai:0:2042E3:04:500:Always winning hand (28/28) mj4simai:0:000000:00:999:[ See this URL for mahjong rules - ] mj4simai:0:000000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/rules/basics.html ] ; [ Medal Mahjong Janjan Baribari [BET] (Japan) ] mjanbari:0:0000:00:999:[The winning hand cheat must] mjanbari:0:0000:00:999:[be activated when there are] mjanbari:0:0000:00:999:[14 tiles in your hand, then] mjanbari:0:0000:00:999:[press the RON key . ] mjanbari:0:0000:00:999:[('Z' by default). The tiles] mjanbari:0:0000:00:999:[do not visually change ] mjanbari:0:0000:00:999:[until you make a move. ] mjanbari:0:FDC9:31:001:Get winning hand Now! mjanbari:0:FDCA:31:501:Get winning hand Now! (02/14) mjanbari:0:FDCB:31:501:Get winning hand Now! (03/14) mjanbari:0:FDCC:32:501:Get winning hand Now! (04/14) mjanbari:0:FDCD:32:501:Get winning hand Now! (05/14) mjanbari:0:FDCE:32:501:Get winning hand Now! (06/14) mjanbari:0:FDCF:33:501:Get winning hand Now! (07/14) mjanbari:0:FDD0:33:501:Get winning hand Now! (08/14) mjanbari:0:FDD1:33:501:Get winning hand Now! (09/14) mjanbari:0:FDD2:34:501:Get winning hand Now! (10/14) mjanbari:0:FDD3:34:501:Get winning hand Now! (11/14) mjanbari:0:FDD4:34:501:Get winning hand Now! (12/14) mjanbari:0:FDD5:35:501:Get winning hand Now! (13/14) mjanbari:0:FDD6:35:501:Get winning hand Now! (14/14) mjanbari:0:0000:00:999:[At the start of a game, ] mjanbari:0:0000:00:999:[there may be some small ] mjanbari:0:0000:00:999:[glitches on the tiles when ] mjanbari:0:0000:00:999:[using the 'Always' cheats. ] mjanbari:0:0000:00:999:[The cheats should still ] mjanbari:0:0000:00:999:[work as normal. ] mjanbari:0:FDC9:31:000:Always winning hand mjanbari:0:FDCA:31:500:Always winning hand (02/14) mjanbari:0:FDCB:31:500:Always winning hand (03/14) mjanbari:0:FDCC:32:500:Always winning hand (04/14) mjanbari:0:FDCD:32:500:Always winning hand (05/14) mjanbari:0:FDCE:32:500:Always winning hand (06/14) mjanbari:0:FDCF:33:500:Always winning hand (07/14) mjanbari:0:FDD0:33:500:Always winning hand (08/14) mjanbari:0:FDD1:33:500:Always winning hand (09/14) mjanbari:0:FDD2:34:500:Always winning hand (10/14) mjanbari:0:FDD3:34:500:Always winning hand (11/14) mjanbari:0:FDD4:34:500:Always winning hand (12/14) mjanbari:0:FDD5:35:500:Always winning hand (13/14) mjanbari:0:FDD6:35:500:Always winning hand (14/14) ; [ Mahjong Angels - Comic Theater Vol.2 (Japan) ] mjangels:0:0000:00:999:[ The winning hand cheat must be ] mjangels:0:0000:00:999:[ activated when there are 14 tiles ] mjangels:0:0000:00:999:[ in your hand, then press the RON ] mjangels:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjangels:0:0000:00:999:[ not visually change until you make ] mjangels:0:0000:00:999:[ a move. ] :mjangels:00300001:76C0:32313131:FFFFFFFF:Get winning hand Now! :mjangels:00310001:76C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :mjangels:00310001:76C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :mjangels:00110001:76CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :mjangels:00300000:76C0:32313131:FFFFFFFF:Always Winning Hand :mjangels:00310000:76C4:35353532:FFFFFFFF:Always Winning Hand (2/4) :mjangels:00310000:76C8:37363636:FFFFFFFF:Always Winning Hand (3/4) :mjangels:00110000:76CC:00003737:FFFFFFFF:Always Winning Hand (4/4) ; [ Mahjong Camera Kozou (set 1) (Japan 881109) ] mjcamera:0:0000:00:999:[ The winning hand cheat must be ] mjcamera:0:0000:00:999:[ activated when there are 14 tiles ] mjcamera:0:0000:00:999:[ in your hand, then press the RON ] mjcamera:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjcamera:0:0000:00:999:[ not visually change until you make ] mjcamera:0:0000:00:999:[ a move. ] mjcamera:0:FC8C:31:001:Get winning hand Now! mjcamera:0:FC8D:31:501:Get winning hand Now! (02/14) mjcamera:0:FC8E:31:501:Get winning hand Now! (03/14) mjcamera:0:FC8F:32:501:Get winning hand Now! (04/14) mjcamera:0:FC90:32:501:Get winning hand Now! (05/14) mjcamera:0:FC91:32:501:Get winning hand Now! (06/14) mjcamera:0:FC92:33:501:Get winning hand Now! (07/14) mjcamera:0:FC93:33:501:Get winning hand Now! (08/14) mjcamera:0:FC94:33:501:Get winning hand Now! (09/14) mjcamera:0:FC95:34:501:Get winning hand Now! (10/14) mjcamera:0:FC96:34:501:Get winning hand Now! (11/14) mjcamera:0:FC97:34:501:Get winning hand Now! (12/14) mjcamera:0:FC98:35:501:Get winning hand Now! (13/14) mjcamera:0:FC99:35:501:Get winning hand Now! (14/14) mjcamera:0:FC8C:31:000:Always winning hand mjcamera:0:FC8D:31:500:Always winning hand (02/14) mjcamera:0:FC8E:31:500:Always winning hand (03/14) mjcamera:0:FC8F:32:500:Always winning hand (04/14) mjcamera:0:FC90:32:500:Always winning hand (05/14) mjcamera:0:FC91:32:500:Always winning hand (06/14) mjcamera:0:FC92:33:500:Always winning hand (07/14) mjcamera:0:FC93:33:500:Always winning hand (08/14) mjcamera:0:FC94:33:500:Always winning hand (09/14) mjcamera:0:FC95:34:500:Always winning hand (10/14) mjcamera:0:FC96:34:500:Always winning hand (11/14) mjcamera:0:FC97:34:500:Always winning hand (12/14) mjcamera:0:FC98:35:500:Always winning hand (13/14) mjcamera:0:FC99:35:500:Always winning hand (14/14) ; [ Mahjong Camera Kozou (set 2) (Japan 881109) ] mjcamerb:0:0000:00:999:[ The winning hand cheat must be ] mjcamerb:0:0000:00:999:[ activated when there are 14 tiles ] mjcamerb:0:0000:00:999:[ in your hand, then press the RON ] mjcamerb:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjcamerb:0:0000:00:999:[ not visually change until you make ] mjcamerb:0:0000:00:999:[ a move. ] mjcamerb:0:FC8C:31:001:Get winning hand Now! mjcamerb:0:FC8D:31:501:Get winning hand Now! (02/14) mjcamerb:0:FC8E:31:501:Get winning hand Now! (03/14) mjcamerb:0:FC8F:32:501:Get winning hand Now! (04/14) mjcamerb:0:FC90:32:501:Get winning hand Now! (05/14) mjcamerb:0:FC91:32:501:Get winning hand Now! (06/14) mjcamerb:0:FC92:33:501:Get winning hand Now! (07/14) mjcamerb:0:FC93:33:501:Get winning hand Now! (08/14) mjcamerb:0:FC94:33:501:Get winning hand Now! (09/14) mjcamerb:0:FC95:34:501:Get winning hand Now! (10/14) mjcamerb:0:FC96:34:501:Get winning hand Now! (11/14) mjcamerb:0:FC97:34:501:Get winning hand Now! (12/14) mjcamerb:0:FC98:35:501:Get winning hand Now! (13/14) mjcamerb:0:FC99:35:501:Get winning hand Now! (14/14) mjcamerb:0:FC8C:31:000:Always winning hand mjcamerb:0:FC8D:31:500:Always winning hand (02/14) mjcamerb:0:FC8E:31:500:Always winning hand (03/14) mjcamerb:0:FC8F:32:500:Always winning hand (04/14) mjcamerb:0:FC90:32:500:Always winning hand (05/14) mjcamerb:0:FC91:32:500:Always winning hand (06/14) mjcamerb:0:FC92:33:500:Always winning hand (07/14) mjcamerb:0:FC93:33:500:Always winning hand (08/14) mjcamerb:0:FC94:33:500:Always winning hand (09/14) mjcamerb:0:FC95:34:500:Always winning hand (10/14) mjcamerb:0:FC96:34:500:Always winning hand (11/14) mjcamerb:0:FC97:34:500:Always winning hand (12/14) mjcamerb:0:FC98:35:500:Always winning hand (13/14) mjcamerb:0:FC99:35:500:Always winning hand (14/14) ; [ Mahjong Chuukanejyo (China) ] :mjchuuka:00300000:7AD7:00000001:FFFFFFFF:Infinite Credits :mjchuuka:00100000:72C0:00003131:FFFFFFFF:Always Winning Hand :mjchuuka:00210000:72C2:00323232:FFFFFFFF:Always Winning Hand (2/5) :mjchuuka:00210000:72C5:00353535:FFFFFFFF:Always Winning Hand (3/5) :mjchuuka:00210000:72C8:00363636:FFFFFFFF:Always Winning Hand (4/5) :mjchuuka:00210000:72CB:00373737:FFFFFFFF:Always Winning Hand (5/5) :mjchuuka:00100001:72C0:00003131:FFFFFFFF:Get Winning Hand Now! :mjchuuka:00210001:72C2:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :mjchuuka:00210001:72C5:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :mjchuuka:00210001:72C8:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :mjchuuka:00210001:72CB:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :mjchuuka:00000000:767A:00000005:FFFFFFFF:Infinite Donden:Push Start Button to use it :mjchuuka:00000501:7AB2:00000004:FFFFFFFF:Select CPU Character ; [ Mahjong Clinic (Japan) ] mjclinic:0:0000:00:999:[ The winning hand cheat must ] mjclinic:0:0000:00:999:[ be activated when there are ] mjclinic:0:0000:00:999:[ 14 tiles in your hand, then ] mjclinic:0:0000:00:999:[ press the RON key ('Z' by ] mjclinic:0:0000:00:999:[ default). The tiles do not ] mjclinic:0:0000:00:999:[ visually change until you ] mjclinic:0:0000:00:999:[ make a move. ] mjclinic:0:410C:1B:001:Get winning hand Now! mjclinic:0:410D:1B:501:Get winning hand Now! (02/15) mjclinic:0:410E:1B:501:Get winning hand Now! (03/15) mjclinic:0:410F:1C:501:Get winning hand Now! (04/15) mjclinic:0:4110:1C:501:Get winning hand Now! (05/15) mjclinic:0:4111:1C:501:Get winning hand Now! (06/15) mjclinic:0:4112:1D:501:Get winning hand Now! (07/15) mjclinic:0:4113:1D:501:Get winning hand Now! (08/15) mjclinic:0:4114:1D:501:Get winning hand Now! (09/15) mjclinic:0:4115:1E:501:Get winning hand Now! (10/15) mjclinic:0:4116:1E:501:Get winning hand Now! (11/15) mjclinic:0:4117:1E:501:Get winning hand Now! (12/15) mjclinic:0:4118:1F:501:Get winning hand Now! (13/15) mjclinic:0:4028:1F:501:Get winning hand Now! (14/15) mjclinic:0:4098:1F:501:Get winning hand Now! (15/15) mjclinic:0:410C:1B:000:Always winning hand:Turn this cheat OFF during after each game mjclinic:0:410D:1B:500:Always winning hand (02/15) mjclinic:0:410E:1B:500:Always winning hand (03/15) mjclinic:0:410F:1C:500:Always winning hand (04/15) mjclinic:0:4110:1C:500:Always winning hand (05/15) mjclinic:0:4111:1C:500:Always winning hand (06/15) mjclinic:0:4112:1D:500:Always winning hand (07/15) mjclinic:0:4113:1D:500:Always winning hand (08/15) mjclinic:0:4114:1D:500:Always winning hand (09/15) mjclinic:0:4115:1E:500:Always winning hand (10/15) mjclinic:0:4116:1E:500:Always winning hand (11/15) mjclinic:0:4117:1E:500:Always winning hand (12/15) mjclinic:0:4118:1F:500:Always winning hand (13/15) mjclinic:0:4028:1F:500:Always winning hand (14/15) mjclinic:0:4098:1F:500:Always winning hand (15/15) ; [ Mahjong The Dai Chuuka Ken (China, v. D111) ] :mjdchuka:00300000:7AC7:09090200:FFFFFFFF:Infinite Credits:Held in NVRAM so it'll remeber how may credits you had the next time you load it :mjdchuka:00300001:7AC7:00000000:FFFFFFFF:Clear Credits Now! :mjdchuka:00100000:72C0:00003131:FFFFFFFF:Always Winning Hand :mjdchuka:00210000:72C2:00323232:FFFFFFFF:Always Winning Hand (2/5) :mjdchuka:00210000:72C5:00353535:FFFFFFFF:Always Winning Hand (3/5) :mjdchuka:00210000:72C8:00363636:FFFFFFFF:Always Winning Hand (4/5) :mjdchuka:00210000:72CB:00373737:FFFFFFFF:Always Winning Hand (5/5) :mjdchuka:00100001:72C0:00003131:FFFFFFFF:Get Winning Hand Now ! :mjdchuka:00210001:72C2:00323232:FFFFFFFF:Get Winning Hand Now ! (2/5) :mjdchuka:00210001:72C5:00353535:FFFFFFFF:Get Winning Hand Now ! (3/5) :mjdchuka:00210001:72C8:00363636:FFFFFFFF:Get Winning Hand Now ! (4/5) :mjdchuka:00210001:72CB:00373737:FFFFFFFF:Get Winning Hand Now ! (5/5) :mjdchuka:00000000:767A:00000005:FFFFFFFF:Infinite Donden:Push Start Button to use it :mjdchuka:00000301:60D6:00000004:FFFFFFFF:Select CPU Character ; [ Mahjong Derringer (Japan) ] mjderngr:0:0000:00:999:[ The winning hand cheat must be ] mjderngr:0:0000:00:999:[ activated when there are 14 tiles ] mjderngr:0:0000:00:999:[ in your hand, then press the RON ] mjderngr:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjderngr:0:0000:00:999:[ not visually change until you make ] mjderngr:0:0000:00:999:[ a move. ] mjderngr:0:7001:01:001:Get winning hand Now! mjderngr:0:7002:01:501:Get winning hand Now! (02/14) mjderngr:0:7003:01:501:Get winning hand Now! (03/14) mjderngr:0:7004:02:501:Get winning hand Now! (04/14) mjderngr:0:7005:02:501:Get winning hand Now! (05/14) mjderngr:0:7006:02:501:Get winning hand Now! (06/14) mjderngr:0:7007:03:501:Get winning hand Now! (07/14) mjderngr:0:7008:03:501:Get winning hand Now! (08/14) mjderngr:0:7009:03:501:Get winning hand Now! (09/14) mjderngr:0:700A:04:501:Get winning hand Now! (10/14) mjderngr:0:700B:04:501:Get winning hand Now! (11/14) mjderngr:0:700C:04:501:Get winning hand Now! (12/14) mjderngr:0:700D:05:501:Get winning hand Now! (13/14) mjderngr:0:700E:05:501:Get winning hand Now! (14/14) mjderngr:0:7001:01:000:Always winning hand mjderngr:0:7002:01:500:Always winning hand (02/14) mjderngr:0:7003:01:500:Always winning hand (03/14) mjderngr:0:7004:02:500:Always winning hand (04/14) mjderngr:0:7005:02:500:Always winning hand (05/14) mjderngr:0:7006:02:500:Always winning hand (06/14) mjderngr:0:7007:03:500:Always winning hand (07/14) mjderngr:0:7008:03:500:Always winning hand (08/14) mjderngr:0:7009:03:500:Always winning hand (09/14) mjderngr:0:700A:04:500:Always winning hand (10/14) mjderngr:0:700B:04:500:Always winning hand (11/14) mjderngr:0:700C:04:500:Always winning hand (12/14) mjderngr:0:700D:05:500:Always winning hand (13/14) mjderngr:0:700E:05:500:Always winning hand (14/14) ; [ Mahjong Dial Q2 (Japan) ] mjdialq2:0:0000:00:999:[ The winning hand cheat must be ] mjdialq2:0:0000:00:999:[ activated when there are 14 tiles ] mjdialq2:0:0000:00:999:[ in your hand, then press the RON ] mjdialq2:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjdialq2:0:0000:00:999:[ not visually change until you make ] mjdialq2:0:0000:00:999:[ a move. ] mjdialq2:0:14C0:11:001:Get winning hand Now! mjdialq2:0:14C1:11:501:Get winning hand Now! (02/14) mjdialq2:0:14C2:11:501:Get winning hand Now! (03/14) mjdialq2:0:14C3:12:501:Get winning hand Now! (04/14) mjdialq2:0:14C4:12:501:Get winning hand Now! (05/14) mjdialq2:0:14C5:12:501:Get winning hand Now! (06/14) mjdialq2:0:14C6:13:501:Get winning hand Now! (07/14) mjdialq2:0:14C7:13:501:Get winning hand Now! (08/14) mjdialq2:0:14C8:13:501:Get winning hand Now! (09/14) mjdialq2:0:14C9:14:501:Get winning hand Now! (10/14) mjdialq2:0:14CA:14:501:Get winning hand Now! (11/14) mjdialq2:0:14CB:14:501:Get winning hand Now! (12/14) mjdialq2:0:14CC:15:501:Get winning hand Now! (13/14) mjdialq2:0:14CD:15:501:Get winning hand Now! (14/14) mjdialq2:0:14C0:11:000:Always winning hand mjdialq2:0:14C1:11:500:Always winning hand (02/14) mjdialq2:0:14C2:11:500:Always winning hand (03/14) mjdialq2:0:14C3:12:500:Always winning hand (04/14) mjdialq2:0:14C4:12:500:Always winning hand (05/14) mjdialq2:0:14C5:12:500:Always winning hand (06/14) mjdialq2:0:14C6:13:500:Always winning hand (07/14) mjdialq2:0:14C7:13:500:Always winning hand (08/14) mjdialq2:0:14C8:13:500:Always winning hand (09/14) mjdialq2:0:14C9:14:500:Always winning hand (10/14) mjdialq2:0:14CA:14:500:Always winning hand (11/14) mjdialq2:0:14CB:14:500:Always winning hand (12/14) mjdialq2:0:14CC:15:500:Always winning hand (13/14) mjdialq2:0:14CD:15:500:Always winning hand (14/14) ; [ Mahjong Diplomat [BET] (Japan) ] mjdiplob:0:0000:00:999:[ The winning hand cheat must be ] mjdiplob:0:0000:00:999:[ activated when there are 14 tiles ] mjdiplob:0:0000:00:999:[ in your hand, then press the RON ] mjdiplob:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjdiplob:0:0000:00:999:[ not visually change until you make ] mjdiplob:0:0000:00:999:[ a move. ] mjdiplob:0:7001:31:001:Get winning hand Now! mjdiplob:0:7002:31:501:Get winning hand Now! (02/14) mjdiplob:0:7003:31:501:Get winning hand Now! (03/14) mjdiplob:0:7004:32:501:Get winning hand Now! (04/14) mjdiplob:0:7005:32:501:Get winning hand Now! (05/14) mjdiplob:0:7006:32:501:Get winning hand Now! (06/14) mjdiplob:0:7007:33:501:Get winning hand Now! (07/14) mjdiplob:0:7008:33:501:Get winning hand Now! (08/14) mjdiplob:0:7009:33:501:Get winning hand Now! (09/14) mjdiplob:0:700A:34:501:Get winning hand Now! (10/14) mjdiplob:0:700B:34:501:Get winning hand Now! (11/14) mjdiplob:0:700C:34:501:Get winning hand Now! (12/14) mjdiplob:0:700D:35:501:Get winning hand Now! (13/14) mjdiplob:0:700E:35:501:Get winning hand Now! (14/14) mjdiplob:0:7001:31:000:Always winning hand mjdiplob:0:7002:31:500:Always winning hand (02/14) mjdiplob:0:7003:31:500:Always winning hand (03/14) mjdiplob:0:7004:32:500:Always winning hand (04/14) mjdiplob:0:7005:32:500:Always winning hand (05/14) mjdiplob:0:7006:32:500:Always winning hand (06/14) mjdiplob:0:7007:33:500:Always winning hand (07/14) mjdiplob:0:7008:33:500:Always winning hand (08/14) mjdiplob:0:7009:33:500:Always winning hand (09/14) mjdiplob:0:700A:34:500:Always winning hand (10/14) mjdiplob:0:700B:34:500:Always winning hand (11/14) mjdiplob:0:700C:34:500:Always winning hand (12/14) mjdiplob:0:700D:35:500:Always winning hand (13/14) mjdiplob:0:700E:35:500:Always winning hand (14/14) :mjdiplob:00000006:7001:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :mjdiplob:00000006:700F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. mjdiplob:0:0000:00:999:[ Here is the look-up list for ] mjdiplob:0:0000:00:999:[ the above watches. ] mjdiplob:0:0000:00:999:[ ] mjdiplob:0:0000:00:999:[ value common name chinese name ] mjdiplob:0:0000:00:999:[ 00h - no tile - ] mjdiplob:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] mjdiplob:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] mjdiplob:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] mjdiplob:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] mjdiplob:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] mjdiplob:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] mjdiplob:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] mjdiplob:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] mjdiplob:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] mjdiplob:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] mjdiplob:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] mjdiplob:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] mjdiplob:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] mjdiplob:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] mjdiplob:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] mjdiplob:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] mjdiplob:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] mjdiplob:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] mjdiplob:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] mjdiplob:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] mjdiplob:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] mjdiplob:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] mjdiplob:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] mjdiplob:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] mjdiplob:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] mjdiplob:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] mjdiplob:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] mjdiplob:0:0000:00:999:[ 31h East "wind" ] mjdiplob:0:0000:00:999:[ 32h South "wind" ] mjdiplob:0:0000:00:999:[ 33h West "wind" ] mjdiplob:0:0000:00:999:[ 34h North "wind" ] mjdiplob:0:0000:00:999:[ 3Ah White "dragon" ] mjdiplob:0:0000:00:999:[ 3Bh Green "dragon" ] mjdiplob:0:0000:00:999:[ 3Ch Red "dragon" ] ; [ Mahjong Erotica Golf (Japan) ] mjegolf:0:0000:00:999:[The winning hand cheat must] mjegolf:0:0000:00:999:[be activated when there are] mjegolf:0:0000:00:999:[14 tiles in your hand, then] mjegolf:0:0000:00:999:[press the RON key . ] mjegolf:0:0000:00:999:[('Z' by default). The tiles] mjegolf:0:0000:00:999:[do not visually change ] mjegolf:0:0000:00:999:[until you make a move. ] mjegolf:0:F781:31:001:Get winning hand Now! mjegolf:0:F782:31:501:Get winning hand Now! (02/14) mjegolf:0:F783:31:501:Get winning hand Now! (03/14) mjegolf:0:F784:32:501:Get winning hand Now! (04/14) mjegolf:0:F785:32:501:Get winning hand Now! (05/14) mjegolf:0:F786:32:501:Get winning hand Now! (06/14) mjegolf:0:F787:33:501:Get winning hand Now! (07/14) mjegolf:0:F788:33:501:Get winning hand Now! (08/14) mjegolf:0:F789:33:501:Get winning hand Now! (09/14) mjegolf:0:F78A:34:501:Get winning hand Now! (10/14) mjegolf:0:F78B:34:501:Get winning hand Now! (11/14) mjegolf:0:F78C:34:501:Get winning hand Now! (12/14) mjegolf:0:F78D:35:501:Get winning hand Now! (13/14) mjegolf:0:F78E:35:501:Get winning hand Now! (14/14) mjegolf:0:0000:00:999:[At the start of a game, ] mjegolf:0:0000:00:999:[there may be some small ] mjegolf:0:0000:00:999:[glitches on the tiles when ] mjegolf:0:0000:00:999:[using the 'Always' cheats. ] mjegolf:0:0000:00:999:[The cheats should still ] mjegolf:0:0000:00:999:[work as normal. ] mjegolf:0:F781:31:000:Always winning hand mjegolf:0:F782:31:500:Always winning hand (02/14) mjegolf:0:F783:31:500:Always winning hand (03/14) mjegolf:0:F784:32:500:Always winning hand (04/14) mjegolf:0:F785:32:500:Always winning hand (05/14) mjegolf:0:F786:32:500:Always winning hand (06/14) mjegolf:0:F787:33:500:Always winning hand (07/14) mjegolf:0:F788:33:500:Always winning hand (08/14) mjegolf:0:F789:33:500:Always winning hand (09/14) mjegolf:0:F78A:34:500:Always winning hand (10/14) mjegolf:0:F78B:34:500:Always winning hand (11/14) mjegolf:0:F78C:34:500:Always winning hand (12/14) mjegolf:0:F78D:35:500:Always winning hand (13/14) mjegolf:0:F78E:35:500:Always winning hand (14/14) ; [ Mahjong Electron Base (parts 2 & 3, Japan) ] mjelct3:0:7D80:09:000:Infinite Credits mjelct3:0:7D81:09:500:Infinite Credits (2/4) mjelct3:0:7D82:09:500:Infinite Credits (3/4) mjelct3:0:7D83:08:500:Infinite Credits (4/4) mjelct3:0:0000:00:999:[ The winning hand cheat must be ] mjelct3:0:0000:00:999:[ activated when there are 14 tiles ] mjelct3:0:0000:00:999:[ in your hand, then press the RON ] mjelct3:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjelct3:0:0000:00:999:[ not visually change until you make ] mjelct3:0:0000:00:999:[ a move. ] :mjelct3:00300001:72C0:32323131:FFFFFFFF:Get winning hand Now! :mjelct3:00310001:72C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :mjelct3:00310001:72C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :mjelct3:00110001:72CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :mjelct3:00300000:72C0:32323131:FFFFFFFF:Always winning hand :mjelct3:00310000:72C4:35353532:FFFFFFFF:Always winning hand (2/4) :mjelct3:00310000:72C8:37363636:FFFFFFFF:Always winning hand (3/4) :mjelct3:00110000:72CC:00003737:FFFFFFFF:Always winning hand (4/4) ; [ Mahjong Electron Base (parts 2 & 3, alt., Japan) ] mjelct3a:0:7D80:09:000:Infinite Credits mjelct3a:0:7D81:09:500:Infinite Credits (2/4) mjelct3a:0:7D82:09:500:Infinite Credits (3/4) mjelct3a:0:7D83:08:500:Infinite Credits (4/4) mjelct3a:0:0000:00:999:[ The winning hand cheat must be ] mjelct3a:0:0000:00:999:[ activated when there are 14 tiles ] mjelct3a:0:0000:00:999:[ in your hand, then press the RON ] mjelct3a:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjelct3a:0:0000:00:999:[ not visually change until you make ] mjelct3a:0:0000:00:999:[ a move. ] :mjelct3a:00300001:72C0:32323131:FFFFFFFF:Get winning hand Now! :mjelct3a:00310001:72C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :mjelct3a:00310001:72C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :mjelct3a:00110001:72CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :mjelct3a:00300000:72C0:32323131:FFFFFFFF:Always winning hand :mjelct3a:00310000:72C4:35353532:FFFFFFFF:Always winning hand (2/4) :mjelct3a:00310000:72C8:37363636:FFFFFFFF:Always winning hand (3/4) :mjelct3a:00110000:72CC:00003737:FFFFFFFF:Always winning hand (4/4) ; [ Mahjong Electron Base (parts 2 & 4, Japan) ] mjelctrn:0:7D80:09:000:Infinite Credits mjelctrn:0:7D81:09:500:Infinite Credits (2/4) mjelctrn:0:7D82:09:500:Infinite Credits (3/4) mjelctrn:0:7D83:08:500:Infinite Credits (4/4) mjelctrn:0:0000:00:999:[ The winning hand cheat must be ] mjelctrn:0:0000:00:999:[ activated when there are 14 tiles ] mjelctrn:0:0000:00:999:[ in your hand, then press the RON ] mjelctrn:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjelctrn:0:0000:00:999:[ not visually change until you make ] mjelctrn:0:0000:00:999:[ a move. ] :mjelctrn:00300001:72C0:32323131:FFFFFFFF:Get winning hand Now! :mjelctrn:00310001:72C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :mjelctrn:00310001:72C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :mjelctrn:00110001:72CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :mjelctrn:00300000:72C0:32323131:FFFFFFFF:Always winning hand :mjelctrn:00310000:72C4:35353532:FFFFFFFF:Always winning hand (2/4) :mjelctrn:00310000:72C8:37363636:FFFFFFFF:Always winning hand (3/4) :mjelctrn:00110000:72CC:00003737:FFFFFFFF:Always winning hand (4/4) ; [ Mahjong Focus (Japan 890313) ] mjfocus:0:F8FD:63:000:Infinite power mjfocus:0:F962:FF:000:Buggy score mjfocus:0:0000:00:999:[ The winning hand cheat must be ] mjfocus:0:0000:00:999:[ activated when there are 14 tiles ] mjfocus:0:0000:00:999:[ in your hand, then press the RON ] mjfocus:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjfocus:0:0000:00:999:[ not visually change until you make ] mjfocus:0:0000:00:999:[ a move. ] mjfocus:0:FC8C:31:001:Get winning hand Now! mjfocus:0:FC8D:31:501:Get winning hand Now! (02/14) mjfocus:0:FC8E:31:501:Get winning hand Now! (03/14) mjfocus:0:FC8F:32:501:Get winning hand Now! (04/14) mjfocus:0:FC90:32:501:Get winning hand Now! (05/14) mjfocus:0:FC91:32:501:Get winning hand Now! (06/14) mjfocus:0:FC92:33:501:Get winning hand Now! (07/14) mjfocus:0:FC93:33:501:Get winning hand Now! (08/14) mjfocus:0:FC94:33:501:Get winning hand Now! (09/14) mjfocus:0:FC95:34:501:Get winning hand Now! (10/14) mjfocus:0:FC96:34:501:Get winning hand Now! (11/14) mjfocus:0:FC97:34:501:Get winning hand Now! (12/14) mjfocus:0:FC98:35:501:Get winning hand Now! (13/14) mjfocus:0:FC99:35:501:Get winning hand Now! (14/14) mjfocus:0:FC8C:31:000:Always winning hand mjfocus:0:FC8D:31:500:Always winning hand (02/14) mjfocus:0:FC8E:31:500:Always winning hand (03/14) mjfocus:0:FC8F:32:500:Always winning hand (04/14) mjfocus:0:FC90:32:500:Always winning hand (05/14) mjfocus:0:FC91:32:500:Always winning hand (06/14) mjfocus:0:FC92:33:500:Always winning hand (07/14) mjfocus:0:FC93:33:500:Always winning hand (08/14) mjfocus:0:FC94:33:500:Always winning hand (09/14) mjfocus:0:FC95:34:500:Always winning hand (10/14) mjfocus:0:FC96:34:500:Always winning hand (11/14) mjfocus:0:FC97:34:500:Always winning hand (12/14) mjfocus:0:FC98:35:500:Always winning hand (13/14) mjfocus:0:FC99:35:500:Always winning hand (14/14) ; [ Mahjong Focus [BET] (Japan 890510) ] mjfocusm:0:0000:00:999:[ The winning hand cheat must be ] mjfocusm:0:0000:00:999:[ activated when there are 14 tiles ] mjfocusm:0:0000:00:999:[ in your hand, then press the RON ] mjfocusm:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjfocusm:0:0000:00:999:[ not visually change until you make ] mjfocusm:0:0000:00:999:[ a move. ] mjfocusm:0:FC8C:31:001:Get winning hand Now! mjfocusm:0:FC8D:31:501:Get winning hand Now! (02/14) mjfocusm:0:FC8E:31:501:Get winning hand Now! (03/14) mjfocusm:0:FC8F:32:501:Get winning hand Now! (04/14) mjfocusm:0:FC90:32:501:Get winning hand Now! (05/14) mjfocusm:0:FC91:32:501:Get winning hand Now! (06/14) mjfocusm:0:FC92:33:501:Get winning hand Now! (07/14) mjfocusm:0:FC93:33:501:Get winning hand Now! (08/14) mjfocusm:0:FC94:33:501:Get winning hand Now! (09/14) mjfocusm:0:FC95:34:501:Get winning hand Now! (10/14) mjfocusm:0:FC96:34:501:Get winning hand Now! (11/14) mjfocusm:0:FC97:34:501:Get winning hand Now! (12/14) mjfocusm:0:FC98:35:501:Get winning hand Now! (13/14) mjfocusm:0:FC99:35:501:Get winning hand Now! (14/14) mjfocusm:0:FC8C:31:000:Always winning hand mjfocusm:0:FC8D:31:500:Always winning hand (02/14) mjfocusm:0:FC8E:31:500:Always winning hand (03/14) mjfocusm:0:FC8F:32:500:Always winning hand (04/14) mjfocusm:0:FC90:32:500:Always winning hand (05/14) mjfocusm:0:FC91:32:500:Always winning hand (06/14) mjfocusm:0:FC92:33:500:Always winning hand (07/14) mjfocusm:0:FC93:33:500:Always winning hand (08/14) mjfocusm:0:FC94:33:500:Always winning hand (09/14) mjfocusm:0:FC95:34:500:Always winning hand (10/14) mjfocusm:0:FC96:34:500:Always winning hand (11/14) mjfocusm:0:FC97:34:500:Always winning hand (12/14) mjfocusm:0:FC98:35:500:Always winning hand (13/14) mjfocusm:0:FC99:35:500:Always winning hand (14/14) ; [ Mahjong Friday (Japan) ] mjfriday:0:0000:00:999:[ The winning hand cheat must be ] mjfriday:0:0000:00:999:[ activated when there are 14 tiles ] mjfriday:0:0000:00:999:[ in your hand, then press the RON ] mjfriday:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjfriday:0:0000:00:999:[ not visually change until you make ] mjfriday:0:0000:00:999:[ a move. ] mjfriday:0:72C0:01:001:Get winning hand Now! mjfriday:0:72C1:01:501:Get winning hand Now! (02/14) mjfriday:0:72C2:01:501:Get winning hand Now! (03/14) mjfriday:0:72C3:02:501:Get winning hand Now! (04/14) mjfriday:0:72C4:02:501:Get winning hand Now! (05/14) mjfriday:0:72C5:02:501:Get winning hand Now! (06/14) mjfriday:0:72C6:03:501:Get winning hand Now! (07/14) mjfriday:0:72C7:03:501:Get winning hand Now! (08/14) mjfriday:0:72C8:03:501:Get winning hand Now! (09/14) mjfriday:0:72C9:04:501:Get winning hand Now! (10/14) mjfriday:0:72CA:04:501:Get winning hand Now! (11/14) mjfriday:0:72CB:04:501:Get winning hand Now! (12/14) mjfriday:0:72CC:05:501:Get winning hand Now! (13/14) mjfriday:0:72CD:05:501:Get winning hand Now! (14/14) mjfriday:0:72C0:01:000:Always winning hand mjfriday:0:72C1:01:500:Always winning hand (02/14) mjfriday:0:72C2:01:500:Always winning hand (03/14) mjfriday:0:72C3:02:500:Always winning hand (04/14) mjfriday:0:72C4:02:500:Always winning hand (05/14) mjfriday:0:72C5:02:500:Always winning hand (06/14) mjfriday:0:72C6:03:500:Always winning hand (07/14) mjfriday:0:72C7:03:500:Always winning hand (08/14) mjfriday:0:72C8:03:500:Always winning hand (09/14) mjfriday:0:72C9:04:500:Always winning hand (10/14) mjfriday:0:72CA:04:500:Always winning hand (11/14) mjfriday:0:72CB:04:500:Always winning hand (12/14) mjfriday:0:72CC:05:500:Always winning hand (13/14) mjfriday:0:72CD:05:500:Always winning hand (14/14) ; [ Mahjong Gottsu ee-kanji (Japan) ] mjgottsu:0:0000:00:999:[The winning hand cheat must] mjgottsu:0:0000:00:999:[be activated when there are] mjgottsu:0:0000:00:999:[14 tiles in your hand, then] mjgottsu:0:0000:00:999:[press the RON key . ] mjgottsu:0:0000:00:999:[('Z' by default). The tiles] mjgottsu:0:0000:00:999:[do not visually change ] mjgottsu:0:0000:00:999:[until you make a move. ] mjgottsu:0:DC8F:31:001:Get winning hand Now! mjgottsu:0:DC90:31:501:Get winning hand Now! (02/14) mjgottsu:0:DC91:31:501:Get winning hand Now! (03/14) mjgottsu:0:DC92:32:501:Get winning hand Now! (04/14) mjgottsu:0:DC93:32:501:Get winning hand Now! (05/14) mjgottsu:0:DC94:32:501:Get winning hand Now! (06/14) mjgottsu:0:DC95:33:501:Get winning hand Now! (07/14) mjgottsu:0:DC96:33:501:Get winning hand Now! (08/14) mjgottsu:0:DC97:33:501:Get winning hand Now! (09/14) mjgottsu:0:DC98:34:501:Get winning hand Now! (10/14) mjgottsu:0:DC99:34:501:Get winning hand Now! (11/14) mjgottsu:0:DC9A:34:501:Get winning hand Now! (12/14) mjgottsu:0:DC9B:35:501:Get winning hand Now! (13/14) mjgottsu:0:DC9C:35:501:Get winning hand Now! (14/14) mjgottsu:0:0000:00:999:[At the start of a game, ] mjgottsu:0:0000:00:999:[there may be some small ] mjgottsu:0:0000:00:999:[glitches on the tiles when ] mjgottsu:0:0000:00:999:[using the 'Always' cheats. ] mjgottsu:0:0000:00:999:[The cheats should still ] mjgottsu:0:0000:00:999:[work as normal. ] mjgottsu:0:DC8F:31:000:Always winning hand mjgottsu:0:DC90:31:500:Always winning hand (02/14) mjgottsu:0:DC91:31:500:Always winning hand (03/14) mjgottsu:0:DC92:32:500:Always winning hand (04/14) mjgottsu:0:DC93:32:500:Always winning hand (05/14) mjgottsu:0:DC94:32:500:Always winning hand (06/14) mjgottsu:0:DC95:33:500:Always winning hand (07/14) mjgottsu:0:DC96:33:500:Always winning hand (08/14) mjgottsu:0:DC97:33:500:Always winning hand (09/14) mjgottsu:0:DC98:34:500:Always winning hand (10/14) mjgottsu:0:DC99:34:500:Always winning hand (11/14) mjgottsu:0:DC9A:34:500:Always winning hand (12/14) mjgottsu:0:DC9B:35:500:Always winning hand (13/14) mjgottsu:0:DC9C:35:500:Always winning hand (14/14) ; [ Medal Mahjong Gottsu ee-kanji [BET] (Japan) ] mjgottub:0:0000:00:999:[ There are no cheats ]:REASON 3 mjgottub:0:0000:00:999:[ for this game as it ]:REASON 3 mjgottub:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 mjgottub:0:0000:00:999:[ Cheats will be added ]:REASON 3 mjgottub:0:0000:00:999:[ when somebody submits ]:REASON 3 mjgottub:0:0000:00:999:[ some. If you have ]:REASON 3 mjgottub:0:0000:00:999:[ made some cheats for ]:REASON 3 mjgottub:0:0000:00:999:[ this game please post ]:REASON 3 mjgottub:0:0000:00:999:[ them on the cheat ]:REASON 3 mjgottub:0:0000:00:999:[ forums. ]:REASON 3 ; [ Mahjong G-Taste ] mjgtaste:0:0000:00:999:[ There are no cheats ]:REASON 3 mjgtaste:0:0000:00:999:[ for this game as it ]:REASON 3 mjgtaste:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 mjgtaste:0:0000:00:999:[ Cheats will be added ]:REASON 3 mjgtaste:0:0000:00:999:[ when somebody submits ]:REASON 3 mjgtaste:0:0000:00:999:[ some. If you have ]:REASON 3 mjgtaste:0:0000:00:999:[ made some cheats for ]:REASON 3 mjgtaste:0:0000:00:999:[ this game please post ]:REASON 3 mjgtaste:0:0000:00:999:[ them on the cheat ]:REASON 3 mjgtaste:0:0000:00:999:[ forums. ]:REASON 3 ; [ Mahjong Hourouki Okite (Japan) ] mjhokite:0:0000:00:999:[ The winning hand cheat must ] mjhokite:0:0000:00:999:[ be activated when there are ] mjhokite:0:0000:00:999:[ 14 tiles in your hand, then ] mjhokite:0:0000:00:999:[ press the RON key ('Z' by ] mjhokite:0:0000:00:999:[ default). The tiles do not ] mjhokite:0:0000:00:999:[ visually change until you ] mjhokite:0:0000:00:999:[ make a move. ] mjhokite:0:410C:1B:001:Get winning hand Now! mjhokite:0:410D:1B:501:Get winning hand Now! (02/15) mjhokite:0:410E:1B:501:Get winning hand Now! (03/15) mjhokite:0:410F:1C:501:Get winning hand Now! (04/15) mjhokite:0:4110:1C:501:Get winning hand Now! (05/15) mjhokite:0:4111:1C:501:Get winning hand Now! (06/15) mjhokite:0:4112:1D:501:Get winning hand Now! (07/15) mjhokite:0:4113:1D:501:Get winning hand Now! (08/15) mjhokite:0:4114:1D:501:Get winning hand Now! (09/15) mjhokite:0:4115:1E:501:Get winning hand Now! (10/15) mjhokite:0:4116:1E:501:Get winning hand Now! (11/15) mjhokite:0:4117:1E:501:Get winning hand Now! (12/15) mjhokite:0:4118:1F:501:Get winning hand Now! (13/15) mjhokite:0:4028:1F:501:Get winning hand Now! (14/15) mjhokite:0:4098:1F:501:Get winning hand Now! (15/15) mjhokite:0:410C:1B:000:Always winning hand:Turn this cheat OFF during after each game mjhokite:0:410D:1B:500:Always winning hand (02/15) mjhokite:0:410E:1B:500:Always winning hand (03/15) mjhokite:0:410F:1C:500:Always winning hand (04/15) mjhokite:0:4110:1C:500:Always winning hand (05/15) mjhokite:0:4111:1C:500:Always winning hand (06/15) mjhokite:0:4112:1D:500:Always winning hand (07/15) mjhokite:0:4113:1D:500:Always winning hand (08/15) mjhokite:0:4114:1D:500:Always winning hand (09/15) mjhokite:0:4115:1E:500:Always winning hand (10/15) mjhokite:0:4116:1E:500:Always winning hand (11/15) mjhokite:0:4117:1E:500:Always winning hand (12/15) mjhokite:0:4118:1F:500:Always winning hand (13/15) mjhokite:0:4028:1F:500:Always winning hand (14/15) mjhokite:0:4098:1F:500:Always winning hand (15/15) ; [ Mahjong If [BET] (Japan) ] mjifb:0:0000:00:999:[ There are no cheats ]:REASON 1 mjifb:0:0000:00:999:[ for this game as it ]:REASON 1 mjifb:0:0000:00:999:[ didn't work the last ]:REASON 1 mjifb:0:0000:00:999:[ time it was tested. ]:REASON 1 mjifb:0:0000:00:999:[ If the game now works ]:REASON 1 mjifb:0:0000:00:999:[ please request cheats ]:REASON 1 mjifb:0:0000:00:999:[ for it on the cheat ]:REASON 1 mjifb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mahjong Ikaga Desu ka (Japan) ] mjikaga:0:0000:00:999:[ There are no cheats ]:REASON 3 mjikaga:0:0000:00:999:[ for this game as it ]:REASON 3 mjikaga:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 mjikaga:0:0000:00:999:[ Cheats will be added ]:REASON 3 mjikaga:0:0000:00:999:[ when somebody submits ]:REASON 3 mjikaga:0:0000:00:999:[ some. If you have ]:REASON 3 mjikaga:0:0000:00:999:[ made some cheats for ]:REASON 3 mjikaga:0:0000:00:999:[ this game please post ]:REASON 3 mjikaga:0:0000:00:999:[ them on the cheat ]:REASON 3 mjikaga:0:0000:00:999:[ forums. ]:REASON 3 ; [ Mahjong Kinjirareta Asobi (Japan) ] mjkinjas:0:0000:00:999:[ The winning hand cheat must ] mjkinjas:0:0000:00:999:[ be activated when there are ] mjkinjas:0:0000:00:999:[ 14 tiles in your hand, then ] mjkinjas:0:0000:00:999:[ press the RON key ('Z' by ] mjkinjas:0:0000:00:999:[ default). The tiles do not ] mjkinjas:0:0000:00:999:[ visually change until you ] mjkinjas:0:0000:00:999:[ make a move. ] mjkinjas:0:40BA:00:001:Get winning hand Now! mjkinjas:0:40BB:00:501:Get winning hand Now! (02/15) mjkinjas:0:40BC:00:501:Get winning hand Now! (03/15) mjkinjas:0:40BD:01:501:Get winning hand Now! (04/15) mjkinjas:0:40BE:01:501:Get winning hand Now! (05/15) mjkinjas:0:40BF:01:501:Get winning hand Now! (06/15) mjkinjas:0:40C0:02:501:Get winning hand Now! (07/15) mjkinjas:0:40C1:02:501:Get winning hand Now! (08/15) mjkinjas:0:40C2:02:501:Get winning hand Now! (09/15) mjkinjas:0:40C3:03:501:Get winning hand Now! (10/15) mjkinjas:0:40C4:03:501:Get winning hand Now! (11/15) mjkinjas:0:40C5:03:501:Get winning hand Now! (12/15) mjkinjas:0:40C6:04:501:Get winning hand Now! (13/15) mjkinjas:0:4025:04:501:Get winning hand Now! (14/15) mjkinjas:0:4029:04:501:Get winning hand Now! (15/15) ; [ Mahjong Kyou Jidai (Japan) ] :mjkjidai:00200000:D883:00090963:FFFFFFFF:Infinite Credits :mjkjidai:00100000:C6E3:0000000F:FFFFFFFF:Infinite Thinking Time :mjkjidai:00200000:C2E7:09090909:FFFFFFFF:Player Always Has Maximum Score :mjkjidai:00200000:C2ED:00000000:FFFFFFFF:CPU Always Has Zero Score :mjkjidai:00000000:C310:000000C1:FFFFFFFF:Always Have Big Bonus Chance :mjkjidai:62000000:0000:00000000:00000000:Select CPU Character :mjkjidai:00010001:C711:00000000:FFFFFFFF:Gal A :mjkjidai:00010001:C711:00000001:FFFFFFFF:Gal B :mjkjidai:00010001:C711:00000002:FFFFFFFF:Gal C :mjkjidai:00000000:C2E6:00000009:FFFFFFFF:1 Win to Finish the Game :mjkjidai:00000000:C4A0:00000000:FFFFFFFF:Hand value always = 99000 :mjkjidai:00010000:C4A1:00000009:FFFFFFFF:Hand value always = 99000 (2/3) :mjkjidai:00010000:C4A2:00000009:FFFFFFFF:Hand value always = 99000 (3/3) mjkjidai:0:0000:00:999:[ The winning hand cheat must be ] mjkjidai:0:0000:00:999:[ activated when there are 14 tiles ] mjkjidai:0:0000:00:999:[ in your hand, then press the RON ] mjkjidai:0:0000:00:999:[ key ('Z' by default). The tiles ] mjkjidai:0:0000:00:999:[ do not visually change until you ] mjkjidai:0:0000:00:999:[ make a move. ] :mjkjidai:00100000:C040:00003232:FFFFFFFF:Always Winning Hand :mjkjidai:00210000:C042:00313131:FFFFFFFF:Always Winning Hand (2/6) :mjkjidai:00210000:C045:00353535:FFFFFFFF:Always Winning Hand (3/6) :mjkjidai:00210000:C048:00363636:FFFFFFFF:Always Winning Hand (4/6) :mjkjidai:00210000:C04B:00373737:FFFFFFFF:Always Winning Hand (5/6) :mjkjidai:00010000:C358:00000037:FFFFFFFF:Always Winning Hand (6/5) :mjkjidai:00100001:C040:00003131:FFFFFFFF:Get Winning Hand Now! :mjkjidai:00210001:C042:00323232:FFFFFFFF:Get Winning Hand Now! (2/6) :mjkjidai:00210001:C045:00353535:FFFFFFFF:Get Winning Hand Now! (3/6) :mjkjidai:00210001:C048:00363636:FFFFFFFF:Get Winning Hand Now! (4/6) :mjkjidai:00210001:C04B:00373737:FFFFFFFF:Get Winning Hand Now! (5/6) :mjkjidai:00010001:C358:00000037:FFFFFFFF:Get Winning Hand Now! (6/6) :mjkjidai:00000006:C040:000D000D:FFFFFFFF:Watch ALL 14 tiles - Player :mjkjidai:00000006:C050:000D000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. mjkjidai:0:0000:00:999:[ Here is the look-up list for ] mjkjidai:0:0000:00:999:[ the above watches. ] mjkjidai:0:0000:00:999:[ ] mjkjidai:0:0000:00:999:[ value common name chinese name ] mjkjidai:0:0000:00:999:[ 00h - no tile - ] mjkjidai:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] mjkjidai:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] mjkjidai:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] mjkjidai:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] mjkjidai:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] mjkjidai:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] mjkjidai:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] mjkjidai:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] mjkjidai:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] mjkjidai:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] mjkjidai:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] mjkjidai:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] mjkjidai:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] mjkjidai:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] mjkjidai:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] mjkjidai:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] mjkjidai:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] mjkjidai:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] mjkjidai:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] mjkjidai:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] mjkjidai:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] mjkjidai:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] mjkjidai:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] mjkjidai:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] mjkjidai:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] mjkjidai:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] mjkjidai:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] mjkjidai:0:0000:00:999:[ 31h East "wind" ] mjkjidai:0:0000:00:999:[ 32h South "wind" ] mjkjidai:0:0000:00:999:[ 33h West "wind" ] mjkjidai:0:0000:00:999:[ 34h North "wind" ] mjkjidai:0:0000:00:999:[ 35h White "dragon" ] mjkjidai:0:0000:00:999:[ 36h Green "dragon" ] mjkjidai:0:0000:00:999:[ 37h Red "dragon" ] ; [ Mahjong Koi Uranai (Japan) ] mjkoiura:0:0000:00:999:[The winning hand cheat must] mjkoiura:0:0000:00:999:[be activated when there are] mjkoiura:0:0000:00:999:[14 tiles in your hand, then] mjkoiura:0:0000:00:999:[press the RON key . ] mjkoiura:0:0000:00:999:[('Z' by default). The tiles] mjkoiura:0:0000:00:999:[do not visually change ] mjkoiura:0:0000:00:999:[until you make a move. ] mjkoiura:0:FC8F:31:001:Get winning hand Now! mjkoiura:0:FC90:31:501:Get winning hand Now! (02/14) mjkoiura:0:FC91:31:501:Get winning hand Now! (03/14) mjkoiura:0:FC92:32:501:Get winning hand Now! (04/14) mjkoiura:0:FC93:32:501:Get winning hand Now! (05/14) mjkoiura:0:FC94:32:501:Get winning hand Now! (06/14) mjkoiura:0:FC95:33:501:Get winning hand Now! (07/14) mjkoiura:0:FC96:33:501:Get winning hand Now! (08/14) mjkoiura:0:FC97:33:501:Get winning hand Now! (09/14) mjkoiura:0:FC98:34:501:Get winning hand Now! (10/14) mjkoiura:0:FC99:34:501:Get winning hand Now! (11/14) mjkoiura:0:FC9A:34:501:Get winning hand Now! (12/14) mjkoiura:0:FC9B:35:501:Get winning hand Now! (13/14) mjkoiura:0:FC9C:35:501:Get winning hand Now! (14/14) mjkoiura:0:0000:00:999:[At the start of a game, ] mjkoiura:0:0000:00:999:[there may be some small ] mjkoiura:0:0000:00:999:[glitches on the tiles when ] mjkoiura:0:0000:00:999:[using the 'Always' cheats. ] mjkoiura:0:0000:00:999:[The cheats should still ] mjkoiura:0:0000:00:999:[work as normal. ] mjkoiura:0:FC8F:31:000:Always winning hand mjkoiura:0:FC90:31:500:Always winning hand (02/14) mjkoiura:0:FC91:31:500:Always winning hand (03/14) mjkoiura:0:FC92:32:500:Always winning hand (04/14) mjkoiura:0:FC93:32:500:Always winning hand (05/14) mjkoiura:0:FC94:32:500:Always winning hand (06/14) mjkoiura:0:FC95:33:500:Always winning hand (07/14) mjkoiura:0:FC96:33:500:Always winning hand (08/14) mjkoiura:0:FC97:33:500:Always winning hand (09/14) mjkoiura:0:FC98:34:500:Always winning hand (10/14) mjkoiura:0:FC99:34:500:Always winning hand (11/14) mjkoiura:0:FC9A:34:500:Always winning hand (12/14) mjkoiura:0:FC9B:35:500:Always winning hand (13/14) mjkoiura:0:FC9C:35:500:Always winning hand (14/14) ; [ Mahjong Kojinkyouju (Private Teacher) (Japan) ] mjkojink:0:0000:00:999:[ The winning hand cheat must ] mjkojink:0:0000:00:999:[ be activated when there are ] mjkojink:0:0000:00:999:[ 14 tiles in your hand, then ] mjkojink:0:0000:00:999:[ press the RON key ('Z' by ] mjkojink:0:0000:00:999:[ default). The tiles do not ] mjkojink:0:0000:00:999:[ visually change until you ] mjkojink:0:0000:00:999:[ make a move. ] mjkojink:0:413F:1B:001:Get winning hand Now! mjkojink:0:4140:1B:501:Get winning hand Now! (02/15) mjkojink:0:4141:1B:501:Get winning hand Now! (03/15) mjkojink:0:4142:1C:501:Get winning hand Now! (04/15) mjkojink:0:4143:1C:501:Get winning hand Now! (05/15) mjkojink:0:4144:1C:501:Get winning hand Now! (06/15) mjkojink:0:4145:1D:501:Get winning hand Now! (07/15) mjkojink:0:4146:1D:501:Get winning hand Now! (08/15) mjkojink:0:4147:1D:501:Get winning hand Now! (09/15) mjkojink:0:4148:1E:501:Get winning hand Now! (10/15) mjkojink:0:4149:1E:501:Get winning hand Now! (11/15) mjkojink:0:414A:1E:501:Get winning hand Now! (12/15) mjkojink:0:414B:1F:501:Get winning hand Now! (13/15) mjkojink:0:4025:1F:501:Get winning hand Now! (14/15) mjkojink:0:4029:1F:501:Get winning hand Now! (15/15) mjkojink:0:413F:1B:000:Always winning hand mjkojink:0:4140:1B:500:Always winning hand (02/15) mjkojink:0:4141:1B:500:Always winning hand (03/15) mjkojink:0:4142:1C:500:Always winning hand (04/15) mjkojink:0:4143:1C:500:Always winning hand (05/15) mjkojink:0:4144:1C:500:Always winning hand (06/15) mjkojink:0:4145:1D:500:Always winning hand (07/15) mjkojink:0:4146:1D:500:Always winning hand (08/15) mjkojink:0:4147:1D:500:Always winning hand (09/15) mjkojink:0:4148:1E:500:Always winning hand (10/15) mjkojink:0:4149:1E:500:Always winning hand (11/15) mjkojink:0:414A:1E:500:Always winning hand (12/15) mjkojink:0:414B:1F:500:Always winning hand (13/15) mjkojink:0:4025:1F:500:Always winning hand (14/15) mjkojink:0:4029:1F:500:Always winning hand (15/15) ; [ Mahjong La Man (Japan) ] mjlaman:0:0000:00:999:[The winning hand cheat must] mjlaman:0:0000:00:999:[be activated when there are] mjlaman:0:0000:00:999:[14 tiles in your hand, then] mjlaman:0:0000:00:999:[press the RON key . ] mjlaman:0:0000:00:999:[('Z' by default). The tiles] mjlaman:0:0000:00:999:[do not visually change ] mjlaman:0:0000:00:999:[until you make a move. ] mjlaman:0:FC78:31:001:Get winning hand Now! mjlaman:0:FC79:31:501:Get winning hand Now! (02/14) mjlaman:0:FC7A:31:501:Get winning hand Now! (03/14) mjlaman:0:FC7B:32:501:Get winning hand Now! (04/14) mjlaman:0:FC7C:32:501:Get winning hand Now! (05/14) mjlaman:0:FC7D:32:501:Get winning hand Now! (06/14) mjlaman:0:FC7E:33:501:Get winning hand Now! (07/14) mjlaman:0:FC7F:33:501:Get winning hand Now! (08/14) mjlaman:0:FC80:33:501:Get winning hand Now! (09/14) mjlaman:0:FC81:34:501:Get winning hand Now! (10/14) mjlaman:0:FC82:34:501:Get winning hand Now! (11/14) mjlaman:0:FC83:34:501:Get winning hand Now! (12/14) mjlaman:0:FC84:35:501:Get winning hand Now! (13/14) mjlaman:0:FC85:35:501:Get winning hand Now! (14/14) mjlaman:0:0000:00:999:[At the start of a game, ] mjlaman:0:0000:00:999:[there may be some small ] mjlaman:0:0000:00:999:[glitches on the tiles when ] mjlaman:0:0000:00:999:[using the 'Always' cheats. ] mjlaman:0:0000:00:999:[The cheats should still ] mjlaman:0:0000:00:999:[work as normal. ] mjlaman:0:FC78:31:000:Always winning hand mjlaman:0:FC79:31:500:Always winning hand (02/14) mjlaman:0:FC7A:31:500:Always winning hand (03/14) mjlaman:0:FC7B:32:500:Always winning hand (04/14) mjlaman:0:FC7C:32:500:Always winning hand (05/14) mjlaman:0:FC7D:32:500:Always winning hand (06/14) mjlaman:0:FC7E:33:500:Always winning hand (07/14) mjlaman:0:FC7F:33:500:Always winning hand (08/14) mjlaman:0:FC80:33:500:Always winning hand (09/14) mjlaman:0:FC81:34:500:Always winning hand (10/14) mjlaman:0:FC82:34:500:Always winning hand (11/14) mjlaman:0:FC83:34:500:Always winning hand (12/14) mjlaman:0:FC84:35:500:Always winning hand (13/14) mjlaman:0:FC85:35:500:Always winning hand (14/14) ; [ Major League ] mjleague:0:FFC08D:00:000:Infinite Strikes mjleague:0:FFC08F:00:000:Infinite Balls mjleague:0:FFC08B:00:000:Infinite Outs mjleague:0:FFC08D:00:001:Set Strikes to 0 Now! mjleague:0:FFC08D:03:001:Set Strikes to 3 Now! mjleague:0:FFC08F:00:001:Set Balls to 0 Now! mjleague:0:FFC08F:04:001:Set Balls to 4 Now! mjleague:0:FFC08B:00:001:Set Outs to 0 Now! mjleague:0:FFC08B:03:001:Set Outs to 3 Now! mjleague:0:FFC109:63:070:Select score PL1 mjleague:0:FFC209:63:070:Select score PL2 ; [ Mahjong Jikken Love Story (Japan) ] mjlstory:0:F973:63:000:Infinite Power mjlstory:0:0000:00:999:[ The winning hand cheat must be activated when ] mjlstory:0:0000:00:999:[ there are 14 tiles in your hand, then press ] mjlstory:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] mjlstory:0:0000:00:999:[ visually change until you make a move. ] mjlstory:0:FC8B:31:001:Get winning hand Now! mjlstory:0:FC8C:31:501:Get winning hand Now! (02/14) mjlstory:0:FC8D:31:501:Get winning hand Now! (03/14) mjlstory:0:FC8E:32:501:Get winning hand Now! (04/14) mjlstory:0:FC8F:32:501:Get winning hand Now! (05/14) mjlstory:0:FC90:32:501:Get winning hand Now! (06/14) mjlstory:0:FC91:33:501:Get winning hand Now! (07/14) mjlstory:0:FC92:33:501:Get winning hand Now! (08/14) mjlstory:0:FC93:33:501:Get winning hand Now! (09/14) mjlstory:0:FC94:34:501:Get winning hand Now! (10/14) mjlstory:0:FC95:34:501:Get winning hand Now! (11/14) mjlstory:0:FC96:34:501:Get winning hand Now! (12/14) mjlstory:0:FC97:35:501:Get winning hand Now! (13/14) mjlstory:0:FC98:35:501:Get winning hand Now! (14/14) mjlstory:0:FC8B:31:000:Always winning hand mjlstory:0:FC8C:31:500:Always winning hand (02/14) mjlstory:0:FC8D:31:500:Always winning hand (03/14) mjlstory:0:FC8E:32:500:Always winning hand (04/14) mjlstory:0:FC8F:32:500:Always winning hand (05/14) mjlstory:0:FC90:32:500:Always winning hand (06/14) mjlstory:0:FC91:33:500:Always winning hand (07/14) mjlstory:0:FC92:33:500:Always winning hand (08/14) mjlstory:0:FC93:33:500:Always winning hand (09/14) mjlstory:0:FC94:34:500:Always winning hand (10/14) mjlstory:0:FC95:34:500:Always winning hand (11/14) mjlstory:0:FC96:34:500:Always winning hand (12/14) mjlstory:0:FC97:35:500:Always winning hand (13/14) mjlstory:0:FC98:35:500:Always winning hand (14/14) ; [ Mahjong The Mysterious World ] :mjmyster:00300000:78A4:09090200:FFFFFFFF:Infinite Credits :mjmyster:00300001:78A4:00000000:FFFFFFFF:Clear Credits Now!:This is used when you have over 300 credits because it causes "Pay Out Only" and you can't start the mahjong game. :mjmyster:00000000:7664:00000080:FFFFFFFF:Infinite Thinking Time :mjmyster:00100000:72C0:00003131:FFFFFFFF:Always Have Winning Hand :mjmyster:00210000:72C2:00323232:FFFFFFFF:Always Have Winning Hand (2/5) :mjmyster:00210000:72C5:00353535:FFFFFFFF:Always Have Winning Hand (3/5) :mjmyster:00210000:72C8:00363636:FFFFFFFF:Always Have Winning Hand (4/5) :mjmyster:00210000:72CB:00373737:FFFFFFFF:Always Have Winning Hand (5/5) :mjmyster:00100001:72C0:00003131:FFFFFFFF:Get Winning Hand Now ! :mjmyster:00210001:72C2:00323232:FFFFFFFF:Get Winning Hand Now ! (2/5) :mjmyster:00210001:72C5:00353535:FFFFFFFF:Get Winning Hand Now ! (3/5) :mjmyster:00210001:72C8:00363636:FFFFFFFF:Get Winning Hand Now ! (4/5) :mjmyster:00210001:72CB:00373737:FFFFFFFF:Get Winning Hand Now ! (5/5) :mjmyster:00000000:767A:00000009:FFFFFFFF:Infinite Donden:Push Start Button to use it ; [ Mahjong Nanpa Story (Japan 890712) ] mjnanpaa:0:0000:00:999:[The winning hand cheat must] mjnanpaa:0:0000:00:999:[be activated when there are] mjnanpaa:0:0000:00:999:[14 tiles in your hand, then] mjnanpaa:0:0000:00:999:[press the RON key . ] mjnanpaa:0:0000:00:999:[('Z' by default). The tiles] mjnanpaa:0:0000:00:999:[do not visually change ] mjnanpaa:0:0000:00:999:[until you make a move. ] mjnanpaa:0:F48C:31:001:Get winning hand Now! mjnanpaa:0:F48D:31:501:Get winning hand Now! (02/14) mjnanpaa:0:F48E:31:501:Get winning hand Now! (03/14) mjnanpaa:0:F48F:32:501:Get winning hand Now! (04/14) mjnanpaa:0:F490:32:501:Get winning hand Now! (05/14) mjnanpaa:0:F491:32:501:Get winning hand Now! (06/14) mjnanpaa:0:F492:33:501:Get winning hand Now! (07/14) mjnanpaa:0:F493:33:501:Get winning hand Now! (08/14) mjnanpaa:0:F494:33:501:Get winning hand Now! (09/14) mjnanpaa:0:F495:34:501:Get winning hand Now! (10/14) mjnanpaa:0:F496:34:501:Get winning hand Now! (11/14) mjnanpaa:0:F497:34:501:Get winning hand Now! (12/14) mjnanpaa:0:F498:35:501:Get winning hand Now! (13/14) mjnanpaa:0:F499:35:501:Get winning hand Now! (14/14) mjnanpaa:0:0000:00:999:[At the start of a game, ] mjnanpaa:0:0000:00:999:[there may be some small ] mjnanpaa:0:0000:00:999:[glitches on the tiles when ] mjnanpaa:0:0000:00:999:[using the 'Always' cheats. ] mjnanpaa:0:0000:00:999:[The cheats should still ] mjnanpaa:0:0000:00:999:[work as normal. ] mjnanpaa:0:F48C:31:000:Always winning hand mjnanpaa:0:F48D:31:500:Always winning hand (02/14) mjnanpaa:0:F48E:31:500:Always winning hand (03/14) mjnanpaa:0:F48F:32:500:Always winning hand (04/14) mjnanpaa:0:F490:32:500:Always winning hand (05/14) mjnanpaa:0:F491:32:500:Always winning hand (06/14) mjnanpaa:0:F492:33:500:Always winning hand (07/14) mjnanpaa:0:F493:33:500:Always winning hand (08/14) mjnanpaa:0:F494:33:500:Always winning hand (09/14) mjnanpaa:0:F495:34:500:Always winning hand (10/14) mjnanpaa:0:F496:34:500:Always winning hand (11/14) mjnanpaa:0:F497:34:500:Always winning hand (12/14) mjnanpaa:0:F498:35:500:Always winning hand (13/14) mjnanpaa:0:F499:35:500:Always winning hand (14/14) ; [ Mahjong Nanpa Story (Japan 890713) ] mjnanpas:0:F0E4:63:000:Infinite Power mjnanpas:0:0000:00:999:[The winning hand cheat must] mjnanpas:0:0000:00:999:[be activated when there are] mjnanpas:0:0000:00:999:[14 tiles in your hand, then] mjnanpas:0:0000:00:999:[press the RON key . ] mjnanpas:0:0000:00:999:[('Z' by default). The tiles] mjnanpas:0:0000:00:999:[do not visually change ] mjnanpas:0:0000:00:999:[until you make a move. ] mjnanpas:0:F48C:31:001:Get winning hand Now! mjnanpas:0:F48D:31:501:Get winning hand Now! (02/14) mjnanpas:0:F48E:31:501:Get winning hand Now! (03/14) mjnanpas:0:F48F:32:501:Get winning hand Now! (04/14) mjnanpas:0:F490:32:501:Get winning hand Now! (05/14) mjnanpas:0:F491:32:501:Get winning hand Now! (06/14) mjnanpas:0:F492:33:501:Get winning hand Now! (07/14) mjnanpas:0:F493:33:501:Get winning hand Now! (08/14) mjnanpas:0:F494:33:501:Get winning hand Now! (09/14) mjnanpas:0:F495:34:501:Get winning hand Now! (10/14) mjnanpas:0:F496:34:501:Get winning hand Now! (11/14) mjnanpas:0:F497:34:501:Get winning hand Now! (12/14) mjnanpas:0:F498:35:501:Get winning hand Now! (13/14) mjnanpas:0:F499:35:501:Get winning hand Now! (14/14) mjnanpas:0:F48C:31:000:Always winning hand mjnanpas:0:F48D:31:500:Always winning hand (02/14) mjnanpas:0:F48E:31:500:Always winning hand (03/14) mjnanpas:0:F48F:32:500:Always winning hand (04/14) mjnanpas:0:F490:32:500:Always winning hand (05/14) mjnanpas:0:F491:32:500:Always winning hand (06/14) mjnanpas:0:F492:33:500:Always winning hand (07/14) mjnanpas:0:F493:33:500:Always winning hand (08/14) mjnanpas:0:F494:33:500:Always winning hand (09/14) mjnanpas:0:F495:34:500:Always winning hand (10/14) mjnanpas:0:F496:34:500:Always winning hand (11/14) mjnanpas:0:F497:34:500:Always winning hand (12/14) mjnanpas:0:F498:35:500:Always winning hand (13/14) mjnanpas:0:F499:35:500:Always winning hand (14/14) ; [ Mahjong Nanpa Story (Ura) (Japan 890805) ] mjnanpau:0:F0E4:63:000:Infinite Power mjnanpau:0:0000:00:999:[The winning hand cheat must] mjnanpau:0:0000:00:999:[be activated when there are] mjnanpau:0:0000:00:999:[14 tiles in your hand, then] mjnanpau:0:0000:00:999:[press the RON key . ] mjnanpau:0:0000:00:999:[('Z' by default). The tiles] mjnanpau:0:0000:00:999:[do not visually change ] mjnanpau:0:0000:00:999:[until you make a move. ] mjnanpau:0:F48C:31:001:Get winning hand Now! mjnanpau:0:F48D:31:501:Get winning hand Now! (02/14) mjnanpau:0:F48E:31:501:Get winning hand Now! (03/14) mjnanpau:0:F48F:32:501:Get winning hand Now! (04/14) mjnanpau:0:F490:32:501:Get winning hand Now! (05/14) mjnanpau:0:F491:32:501:Get winning hand Now! (06/14) mjnanpau:0:F492:33:501:Get winning hand Now! (07/14) mjnanpau:0:F493:33:501:Get winning hand Now! (08/14) mjnanpau:0:F494:33:501:Get winning hand Now! (09/14) mjnanpau:0:F495:34:501:Get winning hand Now! (10/14) mjnanpau:0:F496:34:501:Get winning hand Now! (11/14) mjnanpau:0:F497:34:501:Get winning hand Now! (12/14) mjnanpau:0:F498:35:501:Get winning hand Now! (13/14) mjnanpau:0:F499:35:501:Get winning hand Now! (14/14) mjnanpau:0:F48C:31:000:Always winning hand mjnanpau:0:F48D:31:500:Always winning hand (02/14) mjnanpau:0:F48E:31:500:Always winning hand (03/14) mjnanpau:0:F48F:32:500:Always winning hand (04/14) mjnanpau:0:F490:32:500:Always winning hand (05/14) mjnanpau:0:F491:32:500:Always winning hand (06/14) mjnanpau:0:F492:33:500:Always winning hand (07/14) mjnanpau:0:F493:33:500:Always winning hand (08/14) mjnanpau:0:F494:33:500:Always winning hand (09/14) mjnanpau:0:F495:34:500:Always winning hand (10/14) mjnanpau:0:F496:34:500:Always winning hand (11/14) mjnanpau:0:F497:34:500:Always winning hand (12/14) mjnanpau:0:F498:35:500:Always winning hand (13/14) mjnanpau:0:F499:35:500:Always winning hand (14/14) ; [ Mahjong Natsu Monogatari (Japan) ] mjnatsu:0:0000:00:999:[The winning hand cheat must] mjnatsu:0:0000:00:999:[be activated when there are] mjnatsu:0:0000:00:999:[14 tiles in your hand, then] mjnatsu:0:0000:00:999:[press the RON key . ] mjnatsu:0:0000:00:999:[('Z' by default). The tiles] mjnatsu:0:0000:00:999:[do not visually change ] mjnatsu:0:0000:00:999:[until you make a move. ] mjnatsu:0:CE81:30:000:Always winning hand mjnatsu:0:CE82:30:500:Always winning hand (02/14) mjnatsu:0:CE83:30:500:Always winning hand (03/14) mjnatsu:0:CE84:31:500:Always winning hand (04/14) mjnatsu:0:CE85:31:500:Always winning hand (05/14) mjnatsu:0:CE86:31:500:Always winning hand (06/14) mjnatsu:0:CE87:32:500:Always winning hand (07/14) mjnatsu:0:CE88:32:500:Always winning hand (08/14) mjnatsu:0:CE89:32:500:Always winning hand (09/14) mjnatsu:0:CE8A:33:500:Always winning hand (10/14) mjnatsu:0:CE8B:33:500:Always winning hand (11/14) mjnatsu:0:CE8C:33:500:Always winning hand (12/14) mjnatsu:0:CE8D:34:500:Always winning hand (13/14) mjnatsu:0:CE8E:34:500:Always winning hand (14/14) mjnatsu:0:C702:00:000:Always winning hand (dealer) mjnatsu:0:CB02:01:500:Always winning hand (dealer) (2/2) ; [ Mahjong Quest (No Nudity) ] mjnquesb:0:000000:00:999:The winning hand cheat must mjnquesb:0:000000:00:999:be activated when there is mjnquesb:0:000000:00:999:14 tiles in hand, then press mjnquesb:0:000000:00:999:the RON key ('Z' by default). mjnquesb:0:000000:00:999:The tiles does not visually mjnquesb:0:000000:00:999:change until you make a move. mjnquesb:0:11A301:00:001:Winning hand (1a) mjnquesb:0:11A300:04:501:Winning hand (1b) mjnquesb:0:11A305:00:501:Winning hand (2a) mjnquesb:0:11A304:04:501:Winning hand (2b) mjnquesb:0:11A309:00:501:Winning hand (3a) mjnquesb:0:11A308:04:501:Winning hand (3b) mjnquesb:0:11A30D:01:501:Winning hand (4a) mjnquesb:0:11A30C:04:501:Winning hand (4b) mjnquesb:0:11A311:01:501:Winning hand (5a) mjnquesb:0:11A310:04:501:Winning hand (5b) mjnquesb:0:11A315:01:501:Winning hand (6a) mjnquesb:0:11A314:04:501:Winning hand (6b) mjnquesb:0:11A319:02:501:Winning hand (7a) mjnquesb:0:11A318:04:501:Winning hand (7b) mjnquesb:0:11A31D:02:501:Winning hand (8a) mjnquesb:0:11A31C:04:501:Winning hand (8b) mjnquesb:0:11A321:02:501:Winning hand (9a) mjnquesb:0:11A320:04:501:Winning hand (9b) mjnquesb:0:11A325:03:501:Winning hand (10a) mjnquesb:0:11A324:04:501:Winning hand (10b) mjnquesb:0:11A329:03:501:Winning hand (11a) mjnquesb:0:11A328:04:501:Winning hand (11b) mjnquesb:0:11A32D:03:501:Winning hand (12a) mjnquesb:0:11A32C:04:501:Winning hand (12b) mjnquesb:0:11A331:04:501:Winning hand (11a) mjnquesb:0:11A330:04:501:Winning hand (11b) mjnquesb:0:11A335:04:501:Winning hand (12a) mjnquesb:0:11A334:04:501:Winning hand (12b) ; [ Mahjong Quest (Japan) ] mjnquest:0:000000:00:999:The winning hand cheat must mjnquest:0:000000:00:999:be activated when there is mjnquest:0:000000:00:999:14 tiles in hand, then press mjnquest:0:000000:00:999:the RON key ('Z' by default). mjnquest:0:000000:00:999:The tiles does not visually mjnquest:0:000000:00:999:change until you make a move. mjnquest:0:11A301:00:001:Winning hand (1a) mjnquest:0:11A300:04:501:Winning hand (1b) mjnquest:0:11A305:00:501:Winning hand (2a) mjnquest:0:11A304:04:501:Winning hand (2b) mjnquest:0:11A309:00:501:Winning hand (3a) mjnquest:0:11A308:04:501:Winning hand (3b) mjnquest:0:11A30D:01:501:Winning hand (4a) mjnquest:0:11A30C:04:501:Winning hand (4b) mjnquest:0:11A311:01:501:Winning hand (5a) mjnquest:0:11A310:04:501:Winning hand (5b) mjnquest:0:11A315:01:501:Winning hand (6a) mjnquest:0:11A314:04:501:Winning hand (6b) mjnquest:0:11A319:02:501:Winning hand (7a) mjnquest:0:11A318:04:501:Winning hand (7b) mjnquest:0:11A31D:02:501:Winning hand (8a) mjnquest:0:11A31C:04:501:Winning hand (8b) mjnquest:0:11A321:02:501:Winning hand (9a) mjnquest:0:11A320:04:501:Winning hand (9b) mjnquest:0:11A325:03:501:Winning hand (10a) mjnquest:0:11A324:04:501:Winning hand (10b) mjnquest:0:11A329:03:501:Winning hand (11a) mjnquest:0:11A328:04:501:Winning hand (11b) mjnquest:0:11A32D:03:501:Winning hand (12a) mjnquest:0:11A32C:04:501:Winning hand (12b) mjnquest:0:11A331:04:501:Winning hand (11a) mjnquest:0:11A330:04:501:Winning hand (11b) mjnquest:0:11A335:04:501:Winning hand (12a) mjnquest:0:11A334:04:501:Winning hand (12b) ; [ Mahjong Reach Ippatsu (Japan) ] :mjreach1:00200000:7ADC:00000001:FFFFFFFF:Infinite Credits :mjreach1:00100000:72C0:00003131:FFFFFFFF:Always Winning Hand :mjreach1:00210000:72C2:00323232:FFFFFFFF:Always Winning Hand (2/5) :mjreach1:00210000:72C5:00353535:FFFFFFFF:Always Winning Hand (3/5) :mjreach1:00210000:72C8:00363636:FFFFFFFF:Always Winning Hand (4/5) :mjreach1:00210000:72CB:00373737:FFFFFFFF:Always Winning Hand (5/5) :mjreach1:00100001:72C0:00003131:FFFFFFFF:Get Winning Hand Now! :mjreach1:00210001:72C2:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :mjreach1:00210001:72C5:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :mjreach1:00210001:72C8:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :mjreach1:00210001:72CB:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :mjreach1:00000501:6206:00000002:FFFFFFFF:Select CPU Character ; [ Mahjong Shikaku (Japan 880722) ] :mjsikakb:00100000:F8E9:00000002:FFFFFFFF:Infinite Thinking Time :mjsikakb:00100000:F962:000003E7:FFFFFFFF:Infinite Score :mjsikakb:00000000:F8EE:00000008:FFFFFFFF:Infinite Kihaku :mjsikakb:00000000:F8F1:00000001:FFFFFFFF:Always Have Toushi Power :mjsikakb:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :mjsikakb:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :mjsikakb:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :mjsikakb:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :mjsikakb:60000000:0000:00000000:00000000:[ not visually change until you make ] :mjsikakb:60000000:0000:00000000:00000000:[ a move. ] :mjsikakb:00100000:FC8C:00003131:FFFFFFFF:Always Winning Hand :mjsikakb:00210000:FC8E:00323232:FFFFFFFF:Always Winning Hand (2/5) :mjsikakb:00210000:FC91:00353535:FFFFFFFF:Always Winning Hand (3/5) :mjsikakb:00210000:FC94:00363636:FFFFFFFF:Always Winning Hand (4/5) :mjsikakb:00210000:FC97:00373737:FFFFFFFF:Always Winning Hand (5/5) :mjsikakb:00100001:FC8C:00003131:FFFFFFFF:Get Winning Hand Now ! :mjsikakb:00210001:FC8E:00323232:FFFFFFFF:Get Winning Hand Now ! (2/5) :mjsikakb:00210001:FC91:00353535:FFFFFFFF:Get Winning Hand Now ! (3/5) :mjsikakb:00210001:FC94:00363636:FFFFFFFF:Get Winning Hand Now ! (4/5) :mjsikakb:00210001:FC97:00373737:FFFFFFFF:Get Winning Hand Now ! (5/5) :mjsikakb:62000000:0000:00000000:00000000:Select Starting Stage:Set on name entry screen :mjsikakb:00010001:F8F2:00000000:FFFFFFFF:St.1 (Mari) :mjsikakb:00010001:F8F2:00000001:FFFFFFFF:St.2 (Madoka) :mjsikakb:00010001:F8F2:00000002:FFFFFFFF:St.3 (Naushiika) :mjsikakb:00010001:F8F2:00000003:FFFFFFFF:St.4 (Mami & Emi) :mjsikakb:00010001:F8F2:00000004:FFFFFFFF:St.5 (Lum) ; [ Mahjong Shikaku (Japan 880806) ] :mjsikakc:00100000:F8E9:00000002:FFFFFFFF:Infinite Thinking Time :mjsikakc:00100000:F962:000003E7:FFFFFFFF:Infinite Score :mjsikakc:00000000:F8EE:00000008:FFFFFFFF:Infinite Kihaku :mjsikakc:00000000:F8F1:00000001:FFFFFFFF:Always Have Toushi Power :mjsikakc:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :mjsikakc:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :mjsikakc:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :mjsikakc:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :mjsikakc:60000000:0000:00000000:00000000:[ not visually change until you make ] :mjsikakc:60000000:0000:00000000:00000000:[ a move. ] :mjsikakc:00100000:FC8C:00003131:FFFFFFFF:Always Winning Hand :mjsikakc:00210000:FC8E:00323232:FFFFFFFF:Always Winning Hand (2/5) :mjsikakc:00210000:FC91:00353535:FFFFFFFF:Always Winning Hand (3/5) :mjsikakc:00210000:FC94:00363636:FFFFFFFF:Always Winning Hand (4/5) :mjsikakc:00210000:FC97:00373737:FFFFFFFF:Always Winning Hand (5/5) :mjsikakc:00100001:FC8C:00003131:FFFFFFFF:Get Winning Hand Now ! :mjsikakc:00210001:FC8E:00323232:FFFFFFFF:Get Winning Hand Now ! (2/5) :mjsikakc:00210001:FC91:00353535:FFFFFFFF:Get Winning Hand Now ! (3/5) :mjsikakc:00210001:FC94:00363636:FFFFFFFF:Get Winning Hand Now ! (4/5) :mjsikakc:00210001:FC97:00373737:FFFFFFFF:Get Winning Hand Now ! (5/5) :mjsikakc:62000000:0000:00000000:00000000:Select Starting Stage:Set on name entry screen :mjsikakc:00010001:F8F2:00000000:FFFFFFFF:St.1 (Mari) :mjsikakc:00010001:F8F2:00000001:FFFFFFFF:St.2 (Madoka) :mjsikakc:00010001:F8F2:00000002:FFFFFFFF:St.3 (Naushiika) :mjsikakc:00010001:F8F2:00000003:FFFFFFFF:St.4 (Mami & Emi) :mjsikakc:00010001:F8F2:00000004:FFFFFFFF:St.5 (Lum) ; [ Mahjong Shikaku (Japan 880802) ] :mjsikakd:00100000:F8E9:00000002:FFFFFFFF:Infinite Thinking Time :mjsikakd:00100000:F962:000003E7:FFFFFFFF:Infinite Score :mjsikakd:00000000:F8EE:00000008:FFFFFFFF:Infinite Kihaku :mjsikakd:00000000:F8F1:00000001:FFFFFFFF:Always Have Toushi Power :mjsikakd:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :mjsikakd:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :mjsikakd:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :mjsikakd:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :mjsikakd:60000000:0000:00000000:00000000:[ not visually change until you make ] :mjsikakd:60000000:0000:00000000:00000000:[ a move. ] :mjsikakd:00100000:FC8C:00003131:FFFFFFFF:Always Winning Hand :mjsikakd:00210000:FC8E:00323232:FFFFFFFF:Always Winning Hand (2/5) :mjsikakd:00210000:FC91:00353535:FFFFFFFF:Always Winning Hand (3/5) :mjsikakd:00210000:FC94:00363636:FFFFFFFF:Always Winning Hand (4/5) :mjsikakd:00210000:FC97:00373737:FFFFFFFF:Always Winning Hand (5/5) :mjsikakd:00100001:FC8C:00003131:FFFFFFFF:Get Winning Hand Now ! :mjsikakd:00210001:FC8E:00323232:FFFFFFFF:Get Winning Hand Now ! (2/5) :mjsikakd:00210001:FC91:00353535:FFFFFFFF:Get Winning Hand Now ! (3/5) :mjsikakd:00210001:FC94:00363636:FFFFFFFF:Get Winning Hand Now ! (4/5) :mjsikakd:00210001:FC97:00373737:FFFFFFFF:Get Winning Hand Now ! (5/5) :mjsikakd:62000000:0000:00000000:00000000:Select Starting Stage:Set on name entry screen :mjsikakd:00010001:F8F2:00000000:FFFFFFFF:St.1 (Mari) :mjsikakd:00010001:F8F2:00000001:FFFFFFFF:St.2 (Madoka) :mjsikakd:00010001:F8F2:00000002:FFFFFFFF:St.3 (Naushiika) :mjsikakd:00010001:F8F2:00000003:FFFFFFFF:St.4 (Mami & Emi) :mjsikakd:00010001:F8F2:00000004:FFFFFFFF:St.5 (Lum) ; [ Mahjong Shikaku (Japan 880908) ] :mjsikaku:00100000:F8E9:00000002:FFFFFFFF:Infinite Thinking Time :mjsikaku:00100000:F962:000003E7:FFFFFFFF:Infinite Score :mjsikaku:00000000:F8EE:00000008:FFFFFFFF:Infinite Kihaku :mjsikaku:00000000:F8F1:00000001:FFFFFFFF:Always Have Toushi Power :mjsikaku:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :mjsikaku:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :mjsikaku:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :mjsikaku:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :mjsikaku:60000000:0000:00000000:00000000:[ not visually change until you make ] :mjsikaku:60000000:0000:00000000:00000000:[ a move. ] :mjsikaku:00100000:FC8C:00003131:FFFFFFFF:Always Winning Hand :mjsikaku:00210000:FC8E:00323232:FFFFFFFF:Always Winning Hand (2/5) :mjsikaku:00210000:FC91:00353535:FFFFFFFF:Always Winning Hand (3/5) :mjsikaku:00210000:FC94:00363636:FFFFFFFF:Always Winning Hand (4/5) :mjsikaku:00210000:FC97:00373737:FFFFFFFF:Always Winning Hand (5/5) :mjsikaku:00100001:FC8C:00003131:FFFFFFFF:Get Winning Hand Now! :mjsikaku:00210001:FC8E:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :mjsikaku:00210001:FC91:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :mjsikaku:00210001:FC94:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :mjsikaku:00210001:FC97:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :mjsikaku:62000000:0000:00000000:00000000:Select Starting Stage:Set on name entry screen :mjsikaku:00010001:F8F2:00000000:FFFFFFFF:St.1 (Mari) :mjsikaku:00010001:F8F2:00000001:FFFFFFFF:St.2 (Madoka) :mjsikaku:00010001:F8F2:00000002:FFFFFFFF:St.3 (Naushiika) :mjsikaku:00010001:F8F2:00000003:FFFFFFFF:St.4 (Mami & Emi) :mjsikaku:00010001:F8F2:00000004:FFFFFFFF:St.5 (Lum) ; [ Mahjong Sisters (Japan) ] mjsister:0:0000:00:999:[ The winning hand cheat must be ] mjsister:0:0000:00:999:[ activated when there are 14 tiles ] mjsister:0:0000:00:999:[ in your hand, then press the RON ] mjsister:0:0000:00:999:[ key ('Z' by default). The tiles do ] mjsister:0:0000:00:999:[ not visually change until you make ] mjsister:0:0000:00:999:[ a move. ] :mjsister:00000001:7801:00000031:FFFFFFFF:Get winning hand Now! :mjsister:00010001:7802:00000031:FFFFFFFF:Get winning hand Now! (02/14) :mjsister:00010001:7803:00000031:FFFFFFFF:Get winning hand Now! (03/14) :mjsister:00010001:7804:00000032:FFFFFFFF:Get winning hand Now! (04/14) :mjsister:00010001:7805:00000032:FFFFFFFF:Get winning hand Now! (05/14) :mjsister:00010001:7806:00000032:FFFFFFFF:Get winning hand Now! (06/14) :mjsister:00010001:7807:00000033:FFFFFFFF:Get winning hand Now! (07/14) :mjsister:00010001:7808:00000033:FFFFFFFF:Get winning hand Now! (08/14) :mjsister:00010001:7809:00000033:FFFFFFFF:Get winning hand Now! (09/14) :mjsister:00010001:780A:00000034:FFFFFFFF:Get winning hand Now! (10/14) :mjsister:00010001:780B:00000034:FFFFFFFF:Get winning hand Now! (11/14) :mjsister:00010001:780C:00000034:FFFFFFFF:Get winning hand Now! (12/14) :mjsister:00010001:780D:0000003A:FFFFFFFF:Get winning hand Now! (13/14) :mjsister:00010001:780E:0000003A:FFFFFFFF:Get winning hand Now! (14/14) :mjsister:00000000:7801:00000031:FFFFFFFF:Always winning hand :mjsister:00010000:7802:00000031:FFFFFFFF:Always winning hand (02/14) :mjsister:00010000:7803:00000031:FFFFFFFF:Always winning hand (03/14) :mjsister:00010000:7804:00000032:FFFFFFFF:Always winning hand (04/14) :mjsister:00010000:7805:00000032:FFFFFFFF:Always winning hand (05/14) :mjsister:00010000:7806:00000032:FFFFFFFF:Always winning hand (06/14) :mjsister:00010000:7807:00000033:FFFFFFFF:Always winning hand (07/14) :mjsister:00010000:7808:00000033:FFFFFFFF:Always winning hand (08/14) :mjsister:00010000:7809:00000033:FFFFFFFF:Always winning hand (09/14) :mjsister:00010000:780A:00000034:FFFFFFFF:Always winning hand (10/14) :mjsister:00010000:780B:00000034:FFFFFFFF:Always winning hand (11/14) :mjsister:00010000:780C:00000034:FFFFFFFF:Always winning hand (12/14) :mjsister:00010000:780D:0000003A:FFFFFFFF:Always winning hand (13/14) :mjsister:00010000:780E:0000003A:FFFFFFFF:Always winning hand (14/14) :mjsister:00000006:7801:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :mjsister:00000006:780F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. mjsister:0:0000:00:999:[ Here is the look-up list for ] mjsister:0:0000:00:999:[ the above watches. ] mjsister:0:0000:00:999:[ ] mjsister:0:0000:00:999:[ value common name chinese name ] mjsister:0:0000:00:999:[ 00h - no tile - ] mjsister:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] mjsister:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] mjsister:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] mjsister:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] mjsister:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] mjsister:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] mjsister:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] mjsister:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] mjsister:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] mjsister:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] mjsister:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] mjsister:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] mjsister:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] mjsister:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] mjsister:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] mjsister:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] mjsister:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] mjsister:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] mjsister:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] mjsister:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] mjsister:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] mjsister:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] mjsister:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] mjsister:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] mjsister:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] mjsister:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] mjsister:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] mjsister:0:0000:00:999:[ 31h East "wind" ] mjsister:0:0000:00:999:[ 32h South "wind" ] mjsister:0:0000:00:999:[ 33h West "wind" ] mjsister:0:0000:00:999:[ 34h North "wind" ] mjsister:0:0000:00:999:[ 3Ah White "dragon" ] mjsister:0:0000:00:999:[ 3Bh Green "dragon" ] mjsister:0:0000:00:999:[ 3Ch Red "dragon" ] ; [ Mahjong Uranai Densetsu (Japan) ] mjuraden:0:0000:00:999:[The winning hand cheat must] mjuraden:0:0000:00:999:[be activated when there are] mjuraden:0:0000:00:999:[14 tiles in your hand, then] mjuraden:0:0000:00:999:[press the RON key . ] mjuraden:0:0000:00:999:[('Z' by default). The tiles] mjuraden:0:0000:00:999:[do not visually change ] mjuraden:0:0000:00:999:[until you make a move. ] mjuraden:0:FC8F:31:001:Get winning hand Now! mjuraden:0:FC90:31:501:Get winning hand Now! (02/14) mjuraden:0:FC91:31:501:Get winning hand Now! (03/14) mjuraden:0:FC92:32:501:Get winning hand Now! (04/14) mjuraden:0:FC93:32:501:Get winning hand Now! (05/14) mjuraden:0:FC94:32:501:Get winning hand Now! (06/14) mjuraden:0:FC95:33:501:Get winning hand Now! (07/14) mjuraden:0:FC96:33:501:Get winning hand Now! (08/14) mjuraden:0:FC97:33:501:Get winning hand Now! (09/14) mjuraden:0:FC98:34:501:Get winning hand Now! (10/14) mjuraden:0:FC99:34:501:Get winning hand Now! (11/14) mjuraden:0:FC9A:34:501:Get winning hand Now! (12/14) mjuraden:0:FC9B:35:501:Get winning hand Now! (13/14) mjuraden:0:FC9C:35:501:Get winning hand Now! (14/14) mjuraden:0:0000:00:999:[At the start of a game, ] mjuraden:0:0000:00:999:[there may be some small ] mjuraden:0:0000:00:999:[glitches on the tiles when ] mjuraden:0:0000:00:999:[using the 'Always' cheats. ] mjuraden:0:0000:00:999:[The cheats should still ] mjuraden:0:0000:00:999:[work as normal. ] mjuraden:0:FC8F:31:000:Always winning hand mjuraden:0:FC90:31:500:Always winning hand (02/14) mjuraden:0:FC91:31:500:Always winning hand (03/14) mjuraden:0:FC92:32:500:Always winning hand (04/14) mjuraden:0:FC93:32:500:Always winning hand (05/14) mjuraden:0:FC94:32:500:Always winning hand (06/14) mjuraden:0:FC95:33:500:Always winning hand (07/14) mjuraden:0:FC96:33:500:Always winning hand (08/14) mjuraden:0:FC97:33:500:Always winning hand (09/14) mjuraden:0:FC98:34:500:Always winning hand (10/14) mjuraden:0:FC99:34:500:Always winning hand (11/14) mjuraden:0:FC9A:34:500:Always winning hand (12/14) mjuraden:0:FC9B:35:500:Always winning hand (13/14) mjuraden:0:FC9C:35:500:Always winning hand (14/14) ; [ Mahjong-yougo no Kisotairyoku (Japan) ] mjyougo:0:0000:00:999:[ The winning hand cheat must ] mjyougo:0:0000:00:999:[ be activated when there are ] mjyougo:0:0000:00:999:[ 14 tiles in your hand, then ] mjyougo:0:0000:00:999:[ press the RON key ('Z' by ] mjyougo:0:0000:00:999:[ default). The tiles do not ] mjyougo:0:0000:00:999:[ visually change until you ] mjyougo:0:0000:00:999:[ make a move. ] mjyougo:0:40FC:1B:001:Get winning hand Now! mjyougo:0:40FD:1B:501:Get winning hand Now! (02/16) mjyougo:0:40FE:1B:501:Get winning hand Now! (03/16) mjyougo:0:40FF:1C:501:Get winning hand Now! (04/16) mjyougo:0:4100:1C:501:Get winning hand Now! (05/16) mjyougo:0:4101:1C:501:Get winning hand Now! (06/16) mjyougo:0:4102:1D:501:Get winning hand Now! (07/16) mjyougo:0:4103:1D:501:Get winning hand Now! (08/16) mjyougo:0:4104:1D:501:Get winning hand Now! (09/16) mjyougo:0:4105:1E:501:Get winning hand Now! (10/16) mjyougo:0:4106:1E:501:Get winning hand Now! (11/16) mjyougo:0:4107:1E:501:Get winning hand Now! (12/16) mjyougo:0:4108:1F:501:Get winning hand Now! (13/16) mjyougo:0:4020:1F:501:Get winning hand Now! (14/16) mjyougo:0:4024:1F:501:Get winning hand Now! (15/16) mjyougo:0:4FEA:1F:501:Get winning hand Now! (16/16) mjyougo:0:40FC:1B:000:Always winning hand mjyougo:0:40FD:1B:500:Always winning hand (02/16) mjyougo:0:40FE:1B:500:Always winning hand (03/16) mjyougo:0:40FF:1C:500:Always winning hand (04/16) mjyougo:0:4100:1C:500:Always winning hand (05/16) mjyougo:0:4101:1C:500:Always winning hand (06/16) mjyougo:0:4102:1D:500:Always winning hand (07/16) mjyougo:0:4103:1D:500:Always winning hand (08/16) mjyougo:0:4104:1D:500:Always winning hand (09/16) mjyougo:0:4105:1E:500:Always winning hand (10/16) mjyougo:0:4106:1E:500:Always winning hand (11/16) mjyougo:0:4107:1E:500:Always winning hand (12/16) mjyougo:0:4108:1F:500:Always winning hand (13/16) mjyougo:0:4020:1F:500:Always winning hand (14/16) mjyougo:0:4024:1F:500:Always winning hand (15/16) mjyougo:0:4FEA:1F:500:Always winning hand (16/16) ; [ Mahjong Yuugi (Japan set 1) ] mjyuugi:0:000000:00:999:[The "Get winning hand Now!" cheat must be activated when ] mjyuugi:0:000000:00:999:[there are 14 tiles in your hand, then discard the tile by ] mjyuugi:0:000000:00:999:[pressing 'N' then draw another tile, then activate again, ] mjyuugi:0:000000:00:999:[then press the RON key ('N' by default) to win. ] mjyuugi:0:FFE352:31:001:Get winning hand Now! mjyuugi:0:FFE353:31:501:Get winning hand Now! (02/21) mjyuugi:0:FFE354:31:501:Get winning hand Now! (03/21) mjyuugi:0:FFE355:32:501:Get winning hand Now! (04/21) mjyuugi:0:FFE356:32:501:Get winning hand Now! (05/21) mjyuugi:0:FFE357:32:501:Get winning hand Now! (06/21) mjyuugi:0:FFE358:33:501:Get winning hand Now! (07/21) mjyuugi:0:FFE359:33:501:Get winning hand Now! (08/21) mjyuugi:0:FFE35A:33:501:Get winning hand Now! (09/21) mjyuugi:0:FFE35B:34:501:Get winning hand Now! (10/21) mjyuugi:0:FFE35C:34:501:Get winning hand Now! (11/21) mjyuugi:0:FFE35D:34:501:Get winning hand Now! (12/21) mjyuugi:0:FFE35E:35:501:Get winning hand Now! (13/21) mjyuugi:0:FFE35F:35:501:Get winning hand Now! (14/21) mjyuugi:0:FFE598:35:501:Get winning hand Now! (15/21) mjyuugi:0:FFE5B3:01:501:Get winning hand Now! (16/21) mjyuugi:0:FFE67D:01:501:Get winning hand Now! (17/21) mjyuugi:0:FFE5CC:35:501:Get winning hand Now! (18/21) mjyuugi:0:FFE5DC:35:501:Get winning hand Now! (19/21) mjyuugi:0:FFE5CD:35:501:Get winning hand Now! (20/21) mjyuugi:0:FFE5DD:35:501:Get winning hand Now! (21/21) mjyuugi:0:FFE352:31:000:Always winning hand mjyuugi:0:FFE353:31:500:Always winning hand (02/21) mjyuugi:0:FFE354:31:500:Always winning hand (03/21) mjyuugi:0:FFE355:32:500:Always winning hand (04/21) mjyuugi:0:FFE356:32:500:Always winning hand (05/21) mjyuugi:0:FFE357:32:500:Always winning hand (06/21) mjyuugi:0:FFE358:33:500:Always winning hand (07/21) mjyuugi:0:FFE359:33:500:Always winning hand (08/21) mjyuugi:0:FFE35A:33:500:Always winning hand (09/21) mjyuugi:0:FFE35B:34:500:Always winning hand (10/21) mjyuugi:0:FFE35C:34:500:Always winning hand (11/21) mjyuugi:0:FFE35D:34:500:Always winning hand (12/21) mjyuugi:0:FFE35E:35:500:Always winning hand (13/21) mjyuugi:0:FFE35F:35:500:Always winning hand (14/21) mjyuugi:0:FFE598:35:500:Always winning hand (15/21) mjyuugi:0:FFE5B3:01:500:Always winning hand (16/21) mjyuugi:0:FFE67D:01:500:Always winning hand (17/21) mjyuugi:0:FFE5CC:35:500:Always winning hand (18/21) mjyuugi:0:FFE5DC:35:500:Always winning hand (19/21) mjyuugi:0:FFE5CD:35:500:Always winning hand (20/21) mjyuugi:0:FFE5DD:35:500:Always winning hand (21/21) ; [ Mahjong Yuugi (Japan set 2) ] mjyuugia:0:000000:00:999:[The "Get winning hand Now!" cheat must be activated when ] mjyuugia:0:000000:00:999:[there are 14 tiles in your hand, then discard the tile by ] mjyuugia:0:000000:00:999:[pressing 'N' then draw another tile, then activate again, ] mjyuugia:0:000000:00:999:[then press the RON key ('N' by default) to win. ] mjyuugia:0:FFE352:31:001:Get winning hand Now! mjyuugia:0:FFE353:31:501:Get winning hand Now! (02/21) mjyuugia:0:FFE354:31:501:Get winning hand Now! (03/21) mjyuugia:0:FFE355:32:501:Get winning hand Now! (04/21) mjyuugia:0:FFE356:32:501:Get winning hand Now! (05/21) mjyuugia:0:FFE357:32:501:Get winning hand Now! (06/21) mjyuugia:0:FFE358:33:501:Get winning hand Now! (07/21) mjyuugia:0:FFE359:33:501:Get winning hand Now! (08/21) mjyuugia:0:FFE35A:33:501:Get winning hand Now! (09/21) mjyuugia:0:FFE35B:34:501:Get winning hand Now! (10/21) mjyuugia:0:FFE35C:34:501:Get winning hand Now! (11/21) mjyuugia:0:FFE35D:34:501:Get winning hand Now! (12/21) mjyuugia:0:FFE35E:35:501:Get winning hand Now! (13/21) mjyuugia:0:FFE35F:35:501:Get winning hand Now! (14/21) mjyuugia:0:FFE598:35:501:Get winning hand Now! (15/21) mjyuugia:0:FFE5B3:01:501:Get winning hand Now! (16/21) mjyuugia:0:FFE67D:01:501:Get winning hand Now! (17/21) mjyuugia:0:FFE5CC:35:501:Get winning hand Now! (18/21) mjyuugia:0:FFE5DC:35:501:Get winning hand Now! (19/21) mjyuugia:0:FFE5CD:35:501:Get winning hand Now! (20/21) mjyuugia:0:FFE5DD:35:501:Get winning hand Now! (21/21) mjyuugia:0:FFE352:31:000:Always winning hand mjyuugia:0:FFE353:31:500:Always winning hand (02/21) mjyuugia:0:FFE354:31:500:Always winning hand (03/21) mjyuugia:0:FFE355:32:500:Always winning hand (04/21) mjyuugia:0:FFE356:32:500:Always winning hand (05/21) mjyuugia:0:FFE357:32:500:Always winning hand (06/21) mjyuugia:0:FFE358:33:500:Always winning hand (07/21) mjyuugia:0:FFE359:33:500:Always winning hand (08/21) mjyuugia:0:FFE35A:33:500:Always winning hand (09/21) mjyuugia:0:FFE35B:34:500:Always winning hand (10/21) mjyuugia:0:FFE35C:34:500:Always winning hand (11/21) mjyuugia:0:FFE35D:34:500:Always winning hand (12/21) mjyuugia:0:FFE35E:35:500:Always winning hand (13/21) mjyuugia:0:FFE35F:35:500:Always winning hand (14/21) mjyuugia:0:FFE598:35:500:Always winning hand (15/21) mjyuugia:0:FFE5B3:01:500:Always winning hand (16/21) mjyuugia:0:FFE67D:01:500:Always winning hand (17/21) mjyuugia:0:FFE5CC:35:500:Always winning hand (18/21) mjyuugia:0:FFE5DC:35:500:Always winning hand (19/21) mjyuugia:0:FFE5CD:35:500:Always winning hand (20/21) mjyuugia:0:FFE5DD:35:500:Always winning hand (21/21) ; [ Mahjong Channel Zoom In ] mjzoomin:0:0000:00:999:[ There are no cheats ]:REASON 1 mjzoomin:0:0000:00:999:[ for this game as it ]:REASON 1 mjzoomin:0:0000:00:999:[ didn't work the last ]:REASON 1 mjzoomin:0:0000:00:999:[ time it was tested. ]:REASON 1 mjzoomin:0:0000:00:999:[ If the game now works ]:REASON 1 mjzoomin:0:0000:00:999:[ please request cheats ]:REASON 1 mjzoomin:0:0000:00:999:[ for it on the cheat ]:REASON 1 mjzoomin:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mortal Kombat (rev 5.0 T-Unit 03/19/93) ] :mk:39B00000:00093F12:0300C0E2:FFFFFFFF:Infinite Time ;ROM Hack, Converted from existing code (This comment is true for the Inf Time cheats for the MK series games, Divide by 8 the addresses given by the debugger and swap LSB & MSB for each word to get correct addresses and datas within the cheat engine. Time is coded on 2 REGISTERS (00-09 * 2) , register A10 (LSB) - register A11 (MSB)) mk:0:0020A36E:05:071:Select current level mk:0:0020A36E:05:061:Select next level mk:0:00000000:00:999:[ Enable the bottom of the pit cheat on the character ] mk:0:00000000:00:999:[ selection screen. ] mk:0:0020A36E:09:001:Go to the bottom of the Pit Now! mk:0:0020A260:A1:000:Infinite Energy PL1 mk:0:0020A260:00:001:Drain All Energy Now! PL1 :mk:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mk:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mk:62000000:00000000:00000000:FFFFFFFF:Select Character PL1 :mk:00010000:0020A252:00000000:FFFFFFFF:Johnny Cage :mk:00010000:0020A252:00000001:FFFFFFFF:Kano :mk:00010000:0020A252:00000002:FFFFFFFF:Raiden :mk:00010000:0020A252:00000003:FFFFFFFF:Liu Kang :mk:00010000:0020A252:00000004:FFFFFFFF:Scorpion :mk:00010000:0020A252:00000005:FFFFFFFF:Sub-Zero :mk:00010000:0020A252:00000006:FFFFFFFF:Sonya Blade :mk:00010000:0020A252:00000007:FFFFFFFF:#Goro :mk:00010000:0020A252:00000008:FFFFFFFF:#Shang Tsung mk:0:0020A2BC:A1:000:Infinite Energy PL2 mk:0:0020A2BC:00:001:Drain All Energy Now! PL2 :mk:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mk:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mk:62000000:00000000:00000000:FFFFFFFF:Select Character PL2 :mk:00010000:0020A2AE:00000000:FFFFFFFF:Johnny Cage :mk:00010000:0020A2AE:00000001:FFFFFFFF:Kano :mk:00010000:0020A2AE:00000002:FFFFFFFF:Raiden :mk:00010000:0020A2AE:00000003:FFFFFFFF:Liu Kang :mk:00010000:0020A2AE:00000004:FFFFFFFF:Scorpion :mk:00010000:0020A2AE:00000005:FFFFFFFF:Sub-Zero :mk:00010000:0020A2AE:00000006:FFFFFFFF:Sonya Blade :mk:00010000:0020A2AE:00000007:FFFFFFFF:#Goro :mk:00010000:0020A2AE:00000008:FFFFFFFF:#Shang Tsung ; [ Mortal Kombat II (rev L3.1) ] :mk2:39B00000:000033F4:0300C0D5:FFFFFFFF:Infinite Time :mk2:39900000:00003EAC:0000C0F2:FFFFFFFF:Infinite Fatality Time mk2:0:0020BCA0:A1:000:Infinite Energy PL1 mk2:0:0020C05E:A1:500:Infinite Energy PL1 (2/2) mk2:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start! mk2:0:0020BC88:A1:000:Infinite Energy PL2 mk2:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2) mk2:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start! mk2:0:00000000:00:999:[ Start a 2 Player game after activating these cheats ] mk2:0:0020C368:FA:000:Always Play Pong After First Round mk2:0:0020C36A:32:001:Winner Battles Noob Saibot mk2:0:00000000:00:999:[ These cheats are for a 1 Player game ONLY ] mk2:0:0020C358:09:001:Start At Smoke:Use on character select screen mk2:0:0020C35A:08:501:Start At Smoke (2/4) mk2:0:0020C35C:0B:501:Start At Smoke (3/4) mk2:0:0020C366:0B:501:Start At Smoke (4/4) mk2:0:0020C358:01:001:Start At Match Before '?':Use on character select screen, Useful to get to Jade (Win a round with only LK + Block) mk2:0:0020C35A:09:501:Start At Match Before '?' (2/4) mk2:0:0020C35C:0A:501:Start At Match Before '?' (3/4) mk2:0:0020C366:0A:501:Start At Match Before '?' (4/4) mk2:0:0020C358:02:001:Start At Shang Tsung:Use on character select screen mk2:0:0020C35A:09:501:Start At Shang Tsung (2/4) mk2:0:0020C35C:0B:501:Start At Shang Tsung (3/4) mk2:0:0020C366:0C:501:Start At Shang Tsung (4/4) mk2:0:0020C358:08:001:Start At Kintaro:Use on character select screen mk2:0:0020C35A:06:501:Start At Kintaro (2/4) mk2:0:0020C35C:0C:501:Start At Kintaro (3/4) mk2:0:0020C366:0D:501:Start At Kintaro (4/4) mk2:0:0020C358:08:001:Start At Shao Kahn:Use on character select screen mk2:0:0020C35A:07:501:Start At Shao Kahn (2/4) mk2:0:0020C35C:0D:501:Start At Shao Kahn (3/4) mk2:0:0020C366:0E:501:Start At Shao Kahn (4/4) mk2:0:0020C050:0A:071:Select Character PL1 mk2:0:0020C050:0B:001:Play as Kintaro Now! PL1:Computer Controlled Only, Human will crash mk2:0:0020C050:0C:001:Play as Shao Kahn Now! PL1:Computer Controlled Only, Human will crash mk2:0:0020C050:0D:001:Play as Smoke Now! PL1:Computer Controlled Only, Human will crash mk2:0:0020C050:0F:001:Play as Noob Saibot Now! PL1:Computer Controlled Only, Human will crash mk2:0:0020C050:10:001:Play as Jade:Computer Controlled Only, Human will crash mk2:0:0020C1CA:0A:071:Select Character PL2 mk2:0:0020C1CA:0B:001:Play as Kintaro Now! PL2:Computer Controlled Only, Human will crash mk2:0:0020C1CA:0C:001:Play as Shao Kahn Now! PL2:Computer Controlled Only, Human will crash mk2:0:0020C1CA:0D:001:Play as Smoke Now! PL2:Computer Controlled Only, Human will crash mk2:0:0020C1CA:0F:001:Play as Noob Saibot Now! PL2:Computer Controlled Only, Human will crash mk2:0:0020C1CA:10:001:Play as Jade Now! PL2:Computer Controlled Only, Human will crash mk2:0:0020C358:00:001:Kombat Zone - The Dead Pool:Enable on the Character Select screen mk2:0:0020C358:01:001:Kombat Zone - Kombat Tomb:Enable on the Character Select screen mk2:0:0020C358:02:001:Kombat Zone - Wasteland:Enable on the Character Select screen mk2:0:0020C358:03:001:Kombat Zone - The Tower:Enable on the Character Select screen mk2:0:0020C358:04:001:Kombat Zone - Living Forest:Enable on the Character Select screen mk2:0:0020C358:05:001:Kombat Zone - The Armory:Enable on the Character Select screen mk2:0:0020C358:06:001:Kombat Zone - The Pit II:Enable on the Character Select screen mk2:0:0020C358:07:001:Kombat Zone - The Portal:Enable on the Character Select screen mk2:0:0020C358:08:001:Kombat Zone - Kahn's Arena:Enable on the Character Select screen mk2:0:0020C358:09:001:Kombat Zone - No Name:Enable on the Character Select screen ; [ Mortal Kombat II Challenger (hack) ] :mk2chal:39B00000:000033F4:0300C0D5:FFFFFFFF:Infinite Time :mk2chal:39900000:00003EAC:0000C0F2:FFFFFFFF:Infinite Fatality Time mk2chal:0:0020BCA0:A1:000:Infinite Energy PL1 mk2chal:0:0020C05E:A1:500:Infinite Energy PL1 (2/2) mk2chal:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start! mk2chal:0:0020BC88:A1:000:Infinite Energy PL2 mk2chal:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2) mk2chal:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start! ; [ Mortal Kombat II (rev L1.4) ] :mk2r14:39B00000:00003254:0300C0D5:FFFFFFFF:Infinite Time :mk2r14:39900000:0000385E:0000C0F2:FFFFFFFF:Infinite Fatality Time mk2r14:0:0020BCA0:A1:000:Infinite Energy PL1 mk2r14:0:0020C05E:A1:500:Infinite Energy PL1 (2/2) mk2r14:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start! mk2r14:0:0020BC88:A1:000:Infinite Energy PL2 mk2r14:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2) mk2r14:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start! mk2r14:0:00000000:00:999:[ Start a 2 Player game after activating these cheats ] mk2r14:0:0020C368:FA:000:Always Play Pong After First Round mk2r14:0:0020C36A:32:001:Winner Battles Noob Saibot mk2r14:0:00000000:00:999:[ These cheats are for a 1 Player game ONLY ] mk2r14:0:0020C358:09:001:Start At Smoke:Use on character select screen mk2r14:0:0020C35A:08:501:Start At Smoke (2/4) mk2r14:0:0020C35C:0B:501:Start At Smoke (3/4) mk2r14:0:0020C366:0B:501:Start At Smoke (4/4) mk2r14:0:0020C358:01:001:Start At Match Before '?':Use on character select screen, Useful to get to Jade (Win a round with only LK + Block) mk2r14:0:0020C35A:09:501:Start At Match Before '?' (2/4) mk2r14:0:0020C35C:0A:501:Start At Match Before '?' (3/4) mk2r14:0:0020C366:0A:501:Start At Match Before '?' (4/4) mk2r14:0:0020C358:02:001:Start At Shang Tsung:Use on character select screen mk2r14:0:0020C35A:09:501:Start At Shang Tsung (2/4) mk2r14:0:0020C35C:0B:501:Start At Shang Tsung (3/4) mk2r14:0:0020C366:0C:501:Start At Shang Tsung (4/4) mk2r14:0:0020C358:08:001:Start At Kintaro:Use on character select screen mk2r14:0:0020C35A:06:501:Start At Kintaro (2/4) mk2r14:0:0020C35C:0C:501:Start At Kintaro (3/4) mk2r14:0:0020C366:0D:501:Start At Kintaro (4/4) mk2r14:0:0020C358:08:001:Start At Shao Kahn:Use on character select screen mk2r14:0:0020C35A:07:501:Start At Shao Kahn (2/4) mk2r14:0:0020C35C:0D:501:Start At Shao Kahn (3/4) mk2r14:0:0020C366:0E:501:Start At Shao Kahn (4/4) mk2r14:0:0020C050:0A:071:Select Character PL1 mk2r14:0:0020C050:0B:001:Play as Kintaro Now! PL1:Computer Controlled Only, Human will crash mk2r14:0:0020C050:0C:001:Play as Shao Kahn Now! PL1:Computer Controlled Only, Human will crash mk2r14:0:0020C050:0D:001:Play as Smoke Now! PL1:Computer Controlled Only, Human will crash mk2r14:0:0020C050:0F:001:Play as Noob Saibot Now! PL1:Computer Controlled Only, Human will crash mk2r14:0:0020C050:10:001:Play as Jade:Computer Controlled Only, Human will crash mk2r14:0:0020C1CA:0A:071:Select Character PL2 mk2r14:0:0020C1CA:0B:001:Play as Kintaro Now! PL2:Computer Controlled Only, Human will crash mk2r14:0:0020C1CA:0C:001:Play as Shao Kahn Now! PL2:Computer Controlled Only, Human will crash mk2r14:0:0020C1CA:0D:001:Play as Smoke Now! PL2:Computer Controlled Only, Human will crash mk2r14:0:0020C1CA:0F:001:Play as Noob Saibot Now! PL2:Computer Controlled Only, Human will crash mk2r14:0:0020C1CA:10:001:Play as Jade Now! PL2:Computer Controlled Only, Human will crash mk2r14:0:0020C358:00:001:Kombat Zone - The Dead Pool:Enable on the Character Select screen mk2r14:0:0020C358:01:001:Kombat Zone - Kombat Tomb:Enable on the Character Select screen mk2r14:0:0020C358:02:001:Kombat Zone - Wasteland:Enable on the Character Select screen mk2r14:0:0020C358:03:001:Kombat Zone - The Tower:Enable on the Character Select screen mk2r14:0:0020C358:04:001:Kombat Zone - Living Forest:Enable on the Character Select screen mk2r14:0:0020C358:05:001:Kombat Zone - The Armory:Enable on the Character Select screen mk2r14:0:0020C358:06:001:Kombat Zone - The Pit II:Enable on the Character Select screen mk2r14:0:0020C358:07:001:Kombat Zone - The Portal:Enable on the Character Select screen mk2r14:0:0020C358:08:001:Kombat Zone - Kahn's Arena:Enable on the Character Select screen mk2r14:0:0020C358:09:001:Kombat Zone - No Name:Enable on the Character Select screen ; [ Mortal Kombat II (rev L2.1) ] :mk2r21:39B00000:0000334C:0300C0D5:FFFFFFFF:Infinite Time :mk2r21:39900000:000039EE:0000C0F2:FFFFFFFF:Infinite Fatality Time mk2r21:0:0020BCA0:A1:000:Infinite Energy PL1 mk2r21:0:0020C05E:A1:500:Infinite Energy PL1 (2/2) mk2r21:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start! mk2r21:0:0020BC88:A1:000:Infinite Energy PL2 mk2r21:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2) mk2r21:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start! mk2r21:0:00000000:00:999:[ Start a 2 Player game after activating these cheats ] mk2r21:0:0020C368:FA:000:Always Play Pong After First Round mk2r21:0:0020C36A:32:001:Winner Battles Noob Saibot mk2r21:0:00000000:00:999:[ These cheats are for a 1 Player game ONLY ] mk2r21:0:0020C358:09:001:Start At Smoke:Use on character select screen mk2r21:0:0020C35A:08:501:Start At Smoke (2/4) mk2r21:0:0020C35C:0B:501:Start At Smoke (3/4) mk2r21:0:0020C366:0B:501:Start At Smoke (4/4) mk2r21:0:0020C358:01:001:Start At Match Before '?':Use on character select screen, Useful to get to Jade (Win a round with only LK + Block) mk2r21:0:0020C35A:09:501:Start At Match Before '?' (2/4) mk2r21:0:0020C35C:0A:501:Start At Match Before '?' (3/4) mk2r21:0:0020C366:0A:501:Start At Match Before '?' (4/4) mk2r21:0:0020C358:02:001:Start At Shang Tsung:Use on character select screen mk2r21:0:0020C35A:09:501:Start At Shang Tsung (2/4) mk2r21:0:0020C35C:0B:501:Start At Shang Tsung (3/4) mk2r21:0:0020C366:0C:501:Start At Shang Tsung (4/4) mk2r21:0:0020C358:08:001:Start At Kintaro:Use on character select screen mk2r21:0:0020C35A:06:501:Start At Kintaro (2/4) mk2r21:0:0020C35C:0C:501:Start At Kintaro (3/4) mk2r21:0:0020C366:0D:501:Start At Kintaro (4/4) mk2r21:0:0020C358:08:001:Start At Shao Kahn:Use on character select screen mk2r21:0:0020C35A:07:501:Start At Shao Kahn (2/4) mk2r21:0:0020C35C:0D:501:Start At Shao Kahn (3/4) mk2r21:0:0020C366:0E:501:Start At Shao Kahn (4/4) mk2r21:0:0020C050:0A:071:Select Character PL1 mk2r21:0:0020C050:0B:001:Play as Kintaro Now! PL1:Computer Controlled Only, Human will crash mk2r21:0:0020C050:0C:001:Play as Shao Kahn Now! PL1:Computer Controlled Only, Human will crash mk2r21:0:0020C050:0D:001:Play as Smoke Now! PL1:Computer Controlled Only, Human will crash mk2r21:0:0020C050:0F:001:Play as Noob Saibot Now! PL1:Computer Controlled Only, Human will crash mk2r21:0:0020C050:10:001:Play as Jade:Computer Controlled Only, Human will crash mk2r21:0:0020C1CA:0A:071:Select Character PL2 mk2r21:0:0020C1CA:0B:001:Play as Kintaro Now! PL2:Computer Controlled Only, Human will crash mk2r21:0:0020C1CA:0C:001:Play as Shao Kahn Now! PL2:Computer Controlled Only, Human will crash mk2r21:0:0020C1CA:0D:001:Play as Smoke Now! PL2:Computer Controlled Only, Human will crash mk2r21:0:0020C1CA:0F:001:Play as Noob Saibot Now! PL2:Computer Controlled Only, Human will crash mk2r21:0:0020C1CA:10:001:Play as Jade Now! PL2:Computer Controlled Only, Human will crash mk2r21:0:0020C358:00:001:Kombat Zone - The Dead Pool:Enable on the Character Select screen mk2r21:0:0020C358:01:001:Kombat Zone - Kombat Tomb:Enable on the Character Select screen mk2r21:0:0020C358:02:001:Kombat Zone - Wasteland:Enable on the Character Select screen mk2r21:0:0020C358:03:001:Kombat Zone - The Tower:Enable on the Character Select screen mk2r21:0:0020C358:04:001:Kombat Zone - Living Forest:Enable on the Character Select screen mk2r21:0:0020C358:05:001:Kombat Zone - The Armory:Enable on the Character Select screen mk2r21:0:0020C358:06:001:Kombat Zone - The Pit II:Enable on the Character Select screen mk2r21:0:0020C358:07:001:Kombat Zone - The Portal:Enable on the Character Select screen mk2r21:0:0020C358:08:001:Kombat Zone - Kahn's Arena:Enable on the Character Select screen mk2r21:0:0020C358:09:001:Kombat Zone - No Name:Enable on the Character Select screen ; [ Mortal Kombat II (rev L3.2 (European)) ] :mk2r32:39B00000:000033F4:0300C0D5:FFFFFFFF:Infinite Time :mk2r32:39900000:00003EAD:0000C0F2:FFFFFFFF:Infinite Fatality Time mk2r32:0:0020BCA0:A1:000:Infinite Energy PL1 mk2r32:0:0020C05E:A1:500:Infinite Energy PL1 (2/2) mk2r32:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start! mk2r32:0:0020BC88:A1:000:Infinite Energy PL2 mk2r32:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2) mk2r32:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start! mk2r32:0:00000000:00:999:[ Start a 2 Player game after activating these cheats ] mk2r32:0:0020C368:FA:000:Always Play Pong After First Round mk2r32:0:0020C36A:32:001:Winner Battles Noob Saibot mk2r32:0:00000000:00:999:[ These cheats are for a 1 Player game ONLY ] mk2r32:0:0020C358:09:001:Start At Smoke:Use on character select screen mk2r32:0:0020C35A:08:501:Start At Smoke (2/4) mk2r32:0:0020C35C:0B:501:Start At Smoke (3/4) mk2r32:0:0020C366:0B:501:Start At Smoke (4/4) mk2r32:0:0020C358:01:001:Start At Match Before '?':Use on character select screen, Useful to get to Jade (Win a round with only LK + Block) mk2r32:0:0020C35A:09:501:Start At Match Before '?' (2/4) mk2r32:0:0020C35C:0A:501:Start At Match Before '?' (3/4) mk2r32:0:0020C366:0A:501:Start At Match Before '?' (4/4) mk2r32:0:0020C358:02:001:Start At Shang Tsung:Use on character select screen mk2r32:0:0020C35A:09:501:Start At Shang Tsung (2/4) mk2r32:0:0020C35C:0B:501:Start At Shang Tsung (3/4) mk2r32:0:0020C366:0C:501:Start At Shang Tsung (4/4) mk2r32:0:0020C358:08:001:Start At Kintaro:Use on character select screen mk2r32:0:0020C35A:06:501:Start At Kintaro (2/4) mk2r32:0:0020C35C:0C:501:Start At Kintaro (3/4) mk2r32:0:0020C366:0D:501:Start At Kintaro (4/4) mk2r32:0:0020C358:08:001:Start At Shao Kahn:Use on character select screen mk2r32:0:0020C35A:07:501:Start At Shao Kahn (2/4) mk2r32:0:0020C35C:0D:501:Start At Shao Kahn (3/4) mk2r32:0:0020C366:0E:501:Start At Shao Kahn (4/4) mk2r32:0:0020C050:0A:071:Select Character PL1 mk2r32:0:0020C050:0B:001:Play as Kintaro Now! PL1:Computer Controlled Only, Human will crash mk2r32:0:0020C050:0C:001:Play as Shao Kahn Now! PL1:Computer Controlled Only, Human will crash mk2r32:0:0020C050:0D:001:Play as Smoke Now! PL1:Computer Controlled Only, Human will crash mk2r32:0:0020C050:0F:001:Play as Noob Saibot Now! PL1:Computer Controlled Only, Human will crash mk2r32:0:0020C050:10:001:Play as Jade:Computer Controlled Only, Human will crash mk2r32:0:0020C1CA:0A:071:Select Character PL2 mk2r32:0:0020C1CA:0B:001:Play as Kintaro Now! PL2:Computer Controlled Only, Human will crash mk2r32:0:0020C1CA:0C:001:Play as Shao Kahn Now! PL2:Computer Controlled Only, Human will crash mk2r32:0:0020C1CA:0D:001:Play as Smoke Now! PL2:Computer Controlled Only, Human will crash mk2r32:0:0020C1CA:0F:001:Play as Noob Saibot Now! PL2:Computer Controlled Only, Human will crash mk2r32:0:0020C1CA:10:001:Play as Jade Now! PL2:Computer Controlled Only, Human will crash mk2r32:0:0020C358:00:001:Kombat Zone - The Dead Pool:Enable on the Character Select screen mk2r32:0:0020C358:01:001:Kombat Zone - Kombat Tomb:Enable on the Character Select screen mk2r32:0:0020C358:02:001:Kombat Zone - Wasteland:Enable on the Character Select screen mk2r32:0:0020C358:03:001:Kombat Zone - The Tower:Enable on the Character Select screen mk2r32:0:0020C358:04:001:Kombat Zone - Living Forest:Enable on the Character Select screen mk2r32:0:0020C358:05:001:Kombat Zone - The Armory:Enable on the Character Select screen mk2r32:0:0020C358:06:001:Kombat Zone - The Pit II:Enable on the Character Select screen mk2r32:0:0020C358:07:001:Kombat Zone - The Portal:Enable on the Character Select screen mk2r32:0:0020C358:08:001:Kombat Zone - Kahn's Arena:Enable on the Character Select screen mk2r32:0:0020C358:09:001:Kombat Zone - No Name:Enable on the Character Select screen ; [ Mortal Kombat II (rev L4.2, hack) ] :mk2r42:39B00000:000033F4:0300C0D5:FFFFFFFF:Infinite Time :mk2r42:39900000:00003EAC:0000C0F2:FFFFFFFF:Infinite Fatality Time mk2r42:0:0020BCA0:A1:000:Infinite Energy PL1 mk2r42:0:0020C05E:A1:500:Infinite Energy PL1 (2/2) mk2r42:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start! mk2r42:0:0020BC88:A1:000:Infinite Energy PL2 mk2r42:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2) mk2r42:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start! ; [ Mortal Kombat II (rev L9.1, hack) ] :mk2r91:39B00000:000033F4:0300C0D5:FFFFFFFF:Infinite Time :mk2r91:39900000:00003EAC:0000C0F2:FFFFFFFF:Infinite Fatality Time mk2r91:0:0020BCA0:A1:000:Infinite Energy PL1 mk2r91:0:0020C05E:A1:500:Infinite Energy PL1 (2/2) mk2r91:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start! mk2r91:0:0020BC88:A1:000:Infinite Energy PL2 mk2r91:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2) mk2r91:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start! ; [ Mortal Kombat 3 (rev 2.1) ] :mk3:39B00000:000016AA:0300C0D7:FFFFFFFF:Infinite Time mk3:0:0281084:ED:113:Unlock Smoke:Delete your nvram\mk3.nv before you use this. Ignore warning then apply cheat and reset. Voila! mk3:0:0281086:B0:613:Unlock Smoke (2/4) mk3:0:0281160:FD:613:Unlock Smoke (3/4):Checksum for default nvram + Smoke mk3:0:0281162:C5:613:Unlock Smoke (4/4):Checksum mk3:0:0020C148:A6:000:Infinite Energy PL1 mk3:0:0020C148:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!) mk3:0:0020C14A:30:000:Infinite Turbo PL1 mk3:0:0020C2BE:A6:000:Infinite Energy PL2 mk3:0:0020C2BE:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!) mk3:0:0020C2C0:30:000:Infinite Turbo PL2 mk3:0:00000000:00:999:[ Start a 2 Player game after activating this cheat ] mk3:0:0020C452:64:000:Always Play Galaxian Before Match mk3:0:00000000:00:999:[ These are the Kombat Code's for a 2 Player game - you can ] mk3:0:00000000:00:999:[ choose just one of them (and there are LOTS!!) It may cause] mk3:0:00000000:00:999:[ palette corruption if enabled before the battle screen. ] mk3:0:0020C58C:06:000:Galaxian mk3:0:0020C58E:04:500:Galaxian (2/6) mk3:0:0020C590:02:500:Galaxian (3/6) mk3:0:0020C592:04:500:Galaxian (4/6) mk3:0:0020C594:06:500:Galaxian (5/6) mk3:0:0020C596:08:500:Galaxian (6/6) mk3:0:0020C58C:00:000:Half Energy PL1 mk3:0:0020C58E:03:500:Half Energy PL1 (2/6) mk3:0:0020C590:03:500:Half Energy PL1 (3/6) mk3:0:0020C592:00:500:Half Energy PL1 (4/6) mk3:0:0020C594:00:500:Half Energy PL1 (5/6) mk3:0:0020C596:00:500:Half Energy PL1 (6/6) mk3:0:0020C58C:07:000:Quarter Energy PL1 mk3:0:0020C58E:00:500:Quarter Energy PL1 (2/6) mk3:0:0020C590:07:500:Quarter Energy PL1 (3/6) mk3:0:0020C592:00:500:Quarter Energy PL1 (4/6) mk3:0:0020C594:00:500:Quarter Energy PL1 (5/6) mk3:0:0020C596:00:500:Quarter Energy PL1 (6/6) mk3:0:0020C58C:00:000:Half Energy PL2 mk3:0:0020C58E:00:500:Half Energy PL2 (2/6) mk3:0:0020C590:00:500:Half Energy PL2 (3/6) mk3:0:0020C592:00:500:Half Energy PL2 (4/6) mk3:0:0020C594:03:500:Half Energy PL2 (5/6) mk3:0:0020C596:03:500:Half Energy PL2 (6/6) mk3:0:0020C58C:00:000:Quarter Energy PL2 mk3:0:0020C58E:00:500:Quarter Energy PL2 (2/6) mk3:0:0020C590:00:500:Quarter Energy PL2 (3/6) mk3:0:0020C592:07:500:Quarter Energy PL2 (4/6) mk3:0:0020C594:00:500:Quarter Energy PL2 (5/6) mk3:0:0020C596:07:500:Quarter Energy PL2 (6/6) mk3:0:0020C58C:00:000:Blocking Disabled mk3:0:0020C58E:02:500:Blocking Disabled (2/6) mk3:0:0020C590:00:500:Blocking Disabled (3/6) mk3:0:0020C592:00:500:Blocking Disabled (4/6) mk3:0:0020C594:02:500:Blocking Disabled (5/6) mk3:0:0020C596:00:500:Blocking Disabled (6/6) mk3:0:0020C58C:01:000:Throwing Disabled mk3:0:0020C58E:00:500:Throwing Disabled (2/6) mk3:0:0020C590:00:500:Throwing Disabled (3/6) mk3:0:0020C592:01:500:Throwing Disabled (4/6) mk3:0:0020C594:00:500:Throwing Disabled (5/6) mk3:0:0020C596:00:500:Throwing Disabled (6/6) mk3:0:0020C58C:09:000:No PowerBars mk3:0:0020C58E:08:500:No PowerBars (2/6) mk3:0:0020C590:07:500:No PowerBars (3/6) mk3:0:0020C592:01:500:No PowerBars (4/6) mk3:0:0020C594:02:500:No PowerBars (5/6) mk3:0:0020C596:03:500:No PowerBars (6/6) mk3:0:0020C58C:04:000:Infinite Run mk3:0:0020C58E:06:500:Infinite Run (2/6) mk3:0:0020C590:06:500:Infinite Run (3/6) mk3:0:0020C592:04:500:Infinite Run (4/6) mk3:0:0020C594:06:500:Infinite Run (5/6) mk3:0:0020C596:06:500:Infinite Run (6/6) mk3:0:0020C58C:06:000:Dark Kombat mk3:0:0020C58E:08:500:Dark Kombat (2/6) mk3:0:0020C590:08:500:Dark Kombat (3/6) mk3:0:0020C592:04:500:Dark Kombat (4/6) mk3:0:0020C594:02:500:Dark Kombat (5/6) mk3:0:0020C596:02:500:Dark Kombat (6/6) mk3:0:0020C58C:04:000:Randper Kombat mk3:0:0020C58E:06:500:Randper Kombat (2/6) mk3:0:0020C590:00:500:Randper Kombat (3/6) mk3:0:0020C592:04:500:Randper Kombat (4/6) mk3:0:0020C594:06:500:Randper Kombat (5/6) mk3:0:0020C596:00:500:Randper Kombat (6/6) mk3:0:0020C58C:09:000:Psycho Kombat mk3:0:0020C58E:08:500:Psycho Kombat (2/6) mk3:0:0020C590:05:500:Psycho Kombat (3/6) mk3:0:0020C592:01:500:Psycho Kombat (4/6) mk3:0:0020C594:02:500:Psycho Kombat (5/6) mk3:0:0020C596:05:500:Psycho Kombat (6/6) mk3:0:0020C58C:00:000:Winner Battles Shao Kahn mk3:0:0020C58E:03:500:Winner Battles Shao Kahn (2/6) mk3:0:0020C590:03:500:Winner Battles Shao Kahn (3/6) mk3:0:0020C592:05:500:Winner Battles Shao Kahn (4/6) mk3:0:0020C594:06:500:Winner Battles Shao Kahn (5/6) mk3:0:0020C596:04:500:Winner Battles Shao Kahn (6/6) mk3:0:0020C58C:02:000:Winner Battles Smoke mk3:0:0020C58E:00:500:Winner Battles Smoke (2/6) mk3:0:0020C590:05:500:Winner Battles Smoke (3/6) mk3:0:0020C592:02:500:Winner Battles Smoke (4/6) mk3:0:0020C594:00:500:Winner Battles Smoke (5/6) mk3:0:0020C596:05:500:Winner Battles Smoke (6/6) mk3:0:0020C58C:07:000:Winner Battles Noob Saibot mk3:0:0020C58E:06:500:Winner Battles Noob Saibot (2/6) mk3:0:0020C590:09:500:Winner Battles Noob Saibot (3/6) mk3:0:0020C592:03:500:Winner Battles Noob Saibot (4/6) mk3:0:0020C594:04:500:Winner Battles Noob Saibot (5/6) mk3:0:0020C596:02:500:Winner Battles Noob Saibot (6/6) mk3:0:0020C58C:09:000:Winner Battles Montaro mk3:0:0020C58E:06:500:Winner Battles Montaro (2/6) mk3:0:0020C590:09:500:Winner Battles Montaro (3/6) mk3:0:0020C592:01:500:Winner Battles Montaro (4/6) mk3:0:0020C594:04:500:Winner Battles Montaro (5/6) mk3:0:0020C596:01:500:Winner Battles Montaro (6/6) mk3:0:0020C58C:01:000:Message - There's No Knowledge That's Not Power mk3:0:0020C58E:02:500:Message - There's No Knowledge That's Not Power (2/6) mk3:0:0020C590:03:500:Message - There's No Knowledge That's Not Power (3/6) mk3:0:0020C592:09:500:Message - There's No Knowledge That's Not Power (4/6) mk3:0:0020C594:02:500:Message - There's No Knowledge That's Not Power (5/6) mk3:0:0020C596:06:500:Message - There's No Knowledge That's Not Power (6/6) mk3:0:0020C58C:09:000:Message - Hold Flippers During Casino Run mk3:0:0020C58E:08:500:Message - Hold Flippers During Casino Run (2/6) mk3:0:0020C590:07:500:Message - Hold Flippers During Casino Run (3/6) mk3:0:0020C592:06:500:Message - Hold Flippers During Casino Run (4/6) mk3:0:0020C594:06:500:Message - Hold Flippers During Casino Run (5/6) mk3:0:0020C596:06:500:Message - Hold Flippers During Casino Run (6/6) mk3:0:0020C58C:02:000:Message - No Fear mk3:0:0020C58E:08:500:Message - No Fear (2/6) mk3:0:0020C590:02:500:Message - No Fear (3/6) mk3:0:0020C592:02:500:Message - No Fear (4/6) mk3:0:0020C594:08:500:Message - No Fear (5/6) mk3:0:0020C596:02:500:Message - No Fear (6/6) ; [ Mortal Kombat 3 (rev 1.0) ] :mk3r10:39B00000:0000168A:0300C0D7:FFFFFFFF:Infinite Time mk3r10:0:0281084:ED:113:Unlock Smoke:Delete your nvram\mk3r10.nv before you use this. Ignore warning then apply cheat and reset. Voila! mk3r10:0:0281086:B0:613:Unlock Smoke (2/4) mk3r10:0:0281160:FD:613:Unlock Smoke (3/4):Checksum for default nvram + Smoke mk3r10:0:0281162:C5:613:Unlock Smoke (4/4):Checksum mk3r10:0:0020C058:A6:000:Infinite Energy PL1 mk3r10:0:0020C058:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!) mk3r10:0:0020C05A:30:000:Infinite Turbo PL1 mk3r10:0:0020C1CE:A6:000:Infinite Energy PL2 mk3r10:0:0020C1CE:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!) mk3r10:0:0020C1D0:30:000:Infinite Turbo PL2 mk3r10:0:00000000:00:999:[ Start a 2 Player game after activating this cheat ] mk3r10:0:0020C362:64:000:Always Play Galaxian Before Match :mk3r10:60000000:00000000:00000000:00000000:[ These are the Kombat Code's for every game mode. ] :mk3r10:60000000:00000000:00000000:00000000:[ Choose ONLY one of them to use. (They're all ROM Hacks) ] :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Galaxian :mk3r10:39B10000:1BFE:642468:FFFFFFFF:Galaxian (2/3):Part 1 is the write instructions, Part 2 is the kombat kode, easy-ified :mk3r10:39910000:1C04:000300:FFFFFFFF:Galaxian (3/3):A "NOP" :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Half Energy PL1 :mk3r10:39B10000:1BFE:033000:FFFFFFFF:Half Energy PL1 (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Half Energy PL1 (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Quarter Energy PL1 :mk3r10:39B10000:1BFE:707000:FFFFFFFF:Quarter Energy PL1 (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Quarter Energy PL1 (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Half Energy PL2 :mk3r10:39B10000:1BFE:000033:FFFFFFFF:Half Energy PL2 (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Half Energy PL2 (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Quarter Energy PL2 :mk3r10:39B10000:1BFE:000707:FFFFFFFF:Quarter Energy PL2 (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Quarter Energy PL2 (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Blocking Disabled :mk3r10:39B10000:1BFE:020020:FFFFFFFF:Blocking Disabled (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Blocking Disabled (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Throwing Disabled :mk3r10:39B10000:1BFE:100100:FFFFFFFF:Throwing Disabled (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Throwing Disabled (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:No Powerbars :mk3r10:39B10000:1BFE:987123:FFFFFFFF:No Powerbars (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:No Powerbars (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:No Fear :mk3r10:39B10000:1BFE:282282:FFFFFFFF:No Fear (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:No Fear (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Infinite Run :mk3r10:39B10000:1BFE:466466:FFFFFFFF:Infinite Run (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Infinite Run (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Dark Kombat :mk3r10:39B10000:1BFE:688422:FFFFFFFF:Dark Kombat (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Dark Kombat (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Randper Kombat (Method 1) :mk3r10:39B10000:1BFE:460460:FFFFFFFF:Randper Kombat (Method 1) (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Randper Kombat (Method 1) (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Psycho Kombat :mk3r10:39B10000:1BFE:985125:FFFFFFFF:Psycho Kombat (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Psycho Kombat (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Winner Battles Shao Kahn :mk3r10:39B10000:1BFE:033564:FFFFFFFF:Winner Battles Shao Kahn (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Winner Battles Shao Kahn (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Winner Battles Smoke :mk3r10:39B10000:1BFE:205205:FFFFFFFF:Winner Battles Smoke (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Winner Battles Smoke (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Winner Battles Noob Saibot :mk3r10:39B10000:1BFE:769342:FFFFFFFF:Winner Battles Noob Saibot (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Winner Battles Noob Saibot (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Winner Battles Montaro :mk3r10:39B10000:1BFE:969141:FFFFFFFF:Winner Battles Montaro (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Winner Battles Montaro (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Message - There's No Knowledge That's Not Power :mk3r10:39B10000:1BFE:123926:FFFFFFFF:Message - There's No Knowledge That's Not Power (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Message - There's No Knowledge That's Not Power (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Message - Hold Flippers During Casino Run :mk3r10:39B10000:1BFE:987666:FFFFFFFF:Message - Hold Flippers During Casino Run (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Message - Hold Flippers During Casino Run (3/3) :mk3r10:39900000:1BFC:0009E5:FFFFFFFF:Message - No Fear :mk3r10:39B10000:1BFE:282282:FFFFFFFF:Message - No Fear (2/3) :mk3r10:39910000:1C04:000300:FFFFFFFF:Message - No Fear (3/3) ; [ Mortal Kombat 3 (rev 2.0) ] :mk3r20:39B00000:0000169C:0300C0D7:FFFFFFFF:Infinite Time mk3r20:0:0281084:ED:113:Unlock Smoke:Delete your nvram\mk3r20.nv before you use this. Ignore warning then apply cheat and reset. Voila! mk3r20:0:0281086:B0:613:Unlock Smoke (2/4) mk3r20:0:0281160:FD:613:Unlock Smoke (3/4):Checksum for default nvram + Smoke mk3r20:0:0281162:C5:613:Unlock Smoke (4/4):Checksum mk3r20:0:0020C148:A6:000:Infinite Energy PL1 mk3r20:0:0020C148:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!) mk3r20:0:0020C14A:30:000:Infinite Turbo PL1 mk3r20:0:0020C2BE:A6:000:Infinite Energy PL2 mk3r20:0:0020C2BE:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!) mk3r20:0:0020C2C0:30:000:Infinite Turbo PL2 mk3r20:0:00000000:00:999:[ Start a 2 Player game after activating this cheat ] mk3r20:0:0020C452:64:000:Always Play Galaxian Before Match :mk3r20:60000000:00000000:00000000:00000000:[ These are the Kombat Code's for every game mode. ] :mk3r20:60000000:00000000:00000000:00000000:[ Choose only one of them to use. (They're all ROM Hacks) ] :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Galaxian:This piece of the code is the write instructions :mk3r20:39B10000:1BE6:642468:FFFFFFFF:Galaxian (2/3):This is the kombat kode, easy-ified :mk3r20:39910000:1BEC:000300:FFFFFFFF:Galaxian (3/3):A "NOP" :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Half Energy PL1 :mk3r20:39B10000:1BE6:033000:FFFFFFFF:Half Energy PL1 (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Half Energy PL1 (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Quarter Energy PL1 :mk3r20:39B10000:1BE6:707000:FFFFFFFF:Quarter Energy PL1 (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Quarter Energy PL1 (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Half Energy PL2 :mk3r20:39B10000:1BE6:000033:FFFFFFFF:Half Energy PL2 (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Half Energy PL2 (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Quarter Energy PL2 :mk3r20:39B10000:1BE6:000707:FFFFFFFF:Quarter Energy PL2 (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Quarter Energy PL2 (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Blocking Disabled :mk3r20:39B10000:1BE6:020020:FFFFFFFF:Blocking Disabled (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Blocking Disabled (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Throwing Disabled :mk3r20:39B10000:1BE6:100100:FFFFFFFF:Throwing Disabled (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Throwing Disabled (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:No Powerbars :mk3r20:39B10000:1BE6:987123:FFFFFFFF:No Powerbars (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:No Powerbars (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:No Fear :mk3r20:39B10000:1BE6:282282:FFFFFFFF:No Fear (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:No Fear (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Infinite Run :mk3r20:39B10000:1BE6:466466:FFFFFFFF:Infinite Run (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Infinite Run (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Dark Kombat :mk3r20:39B10000:1BE6:688422:FFFFFFFF:Dark Kombat (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Dark Kombat (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Randper Kombat (Method 1) :mk3r20:39B10000:1BE6:460460:FFFFFFFF:Randper Kombat (Method 1) (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Randper Kombat (Method 1) (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Psycho Kombat :mk3r20:39B10000:1BE6:985125:FFFFFFFF:Psycho Kombat (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Psycho Kombat (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Winner Battles Shao Kahn :mk3r20:39B10000:1BE6:033564:FFFFFFFF:Winner Battles Shao Kahn (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Winner Battles Shao Kahn (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Winner Battles Smoke :mk3r20:39B10000:1BE6:205205:FFFFFFFF:Winner Battles Smoke (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Winner Battles Smoke (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Winner Battles Noob Saibot :mk3r20:39B10000:1BE6:769342:FFFFFFFF:Winner Battles Noob Saibot (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Winner Battles Noob Saibot (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Winner Battles Montaro :mk3r20:39B10000:1BE6:969141:FFFFFFFF:Winner Battles Montaro (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Winner Battles Montaro (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Message - There's No Knowledge That's Not Power :mk3r20:39B10000:1BE6:123926:FFFFFFFF:Message - There's No Knowledge That's Not Power (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Message - There's No Knowledge That's Not Power (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Message - Hold Flippers During Casino Run :mk3r20:39B10000:1BE6:987666:FFFFFFFF:Message - Hold Flippers During Casino Run (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Message - Hold Flippers During Casino Run (3/3) :mk3r20:39900000:1BE4:0009E5:FFFFFFFF:Message - No Fear :mk3r20:39B10000:1BE6:282282:FFFFFFFF:Message - No Fear (2/3) :mk3r20:39910000:1BEC:000300:FFFFFFFF:Message - No Fear (3/3) ; [ Mortal Kombat 4 (rev L3) ] mk4:0:0000:00:999:[ There are no cheats ]:REASON 1 mk4:0:0000:00:999:[ for this game as it ]:REASON 1 mk4:0:0000:00:999:[ didn't work the last ]:REASON 1 mk4:0:0000:00:999:[ time it was tested. ]:REASON 1 mk4:0:0000:00:999:[ If the game now works ]:REASON 1 mk4:0:0000:00:999:[ please request cheats ]:REASON 1 mk4:0:0000:00:999:[ for it on the cheat ]:REASON 1 mk4:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mahjong Keibaou (Japan) ] mkeibaou:0:0000:00:999:[The winning hand cheat must] mkeibaou:0:0000:00:999:[be activated when there are] mkeibaou:0:0000:00:999:[14 tiles in your hand, then] mkeibaou:0:0000:00:999:[press the RON key . ] mkeibaou:0:0000:00:999:[('Z' by default). The tiles] mkeibaou:0:0000:00:999:[do not visually change ] mkeibaou:0:0000:00:999:[until you make a move. ] mkeibaou:0:FD48:31:001:Get winning hand Now! mkeibaou:0:FD49:31:501:Get winning hand Now! (02/14) mkeibaou:0:FD4A:31:501:Get winning hand Now! (03/14) mkeibaou:0:FD4B:32:501:Get winning hand Now! (04/14) mkeibaou:0:FD4C:32:501:Get winning hand Now! (05/14) mkeibaou:0:FD4D:32:501:Get winning hand Now! (06/14) mkeibaou:0:FD4E:33:501:Get winning hand Now! (07/14) mkeibaou:0:FD4F:33:501:Get winning hand Now! (08/14) mkeibaou:0:FD50:33:501:Get winning hand Now! (09/14) mkeibaou:0:FD51:34:501:Get winning hand Now! (10/14) mkeibaou:0:FD52:34:501:Get winning hand Now! (11/14) mkeibaou:0:FD53:34:501:Get winning hand Now! (12/14) mkeibaou:0:FD54:35:501:Get winning hand Now! (13/14) mkeibaou:0:FD55:35:501:Get winning hand Now! (14/14) mkeibaou:0:0000:00:999:[At the start of a game, ] mkeibaou:0:0000:00:999:[there may be some small ] mkeibaou:0:0000:00:999:[glitches on the tiles when ] mkeibaou:0:0000:00:999:[using the 'Always' cheats. ] mkeibaou:0:0000:00:999:[The cheats should still ] mkeibaou:0:0000:00:999:[work as normal. ] mkeibaou:0:FD48:31:000:Always winning hand mkeibaou:0:FD49:31:500:Always winning hand (02/14) mkeibaou:0:FD4A:31:500:Always winning hand (03/14) mkeibaou:0:FD4B:32:500:Always winning hand (04/14) mkeibaou:0:FD4C:32:500:Always winning hand (05/14) mkeibaou:0:FD4D:32:500:Always winning hand (06/14) mkeibaou:0:FD4E:33:500:Always winning hand (07/14) mkeibaou:0:FD4F:33:500:Always winning hand (08/14) mkeibaou:0:FD50:33:500:Always winning hand (09/14) mkeibaou:0:FD51:34:500:Always winning hand (10/14) mkeibaou:0:FD52:34:500:Always winning hand (11/14) mkeibaou:0:FD53:34:500:Always winning hand (12/14) mkeibaou:0:FD54:35:500:Always winning hand (13/14) mkeibaou:0:FD55:35:500:Always winning hand (14/14) ; [ Mortal Kombat (rev 1.0 08/09/92) ] :mkla1:39B00000:00093BA2:0300C0E2:FFFFFFFF:Infinite Time mkla1:0:00209AA8:05:071:Select current level mkla1:0:00209AA8:05:061:Select next level mkla1:0:00209A04:A1:000:Infinite Energy PL1 mkla1:0:00209A04:00:001:Drain All Energy Now! PL1 :mkla1:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla1:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla1:62000000:00000000:00000000:FFFFFFFF:Select Character PL1 :mkla1:00010000:002099F6:00000000:FFFFFFFF:Johnny Cage :mkla1:00010000:002099F6:00000001:FFFFFFFF:Kano :mkla1:00010000:002099F6:00000002:FFFFFFFF:Raiden :mkla1:00010000:002099F6:00000003:FFFFFFFF:Liu Kang :mkla1:00010000:002099F6:00000004:FFFFFFFF:Scorpion :mkla1:00010000:002099F6:00000005:FFFFFFFF:Sub-Zero :mkla1:00010000:002099F6:00000006:FFFFFFFF:Sonya Blade :mkla1:00010000:002099F6:00000007:FFFFFFFF:#Goro :mkla1:00010000:002099F6:00000008:FFFFFFFF:#Shang Tsung mkla1:0:00209A60:A1:000:Infinite Energy PL2 mkla1:0:00209A60:00:001:Drain All Energy Now! PL2 :mkla1:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla1:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla1:62000000:00000000:00000000:FFFFFFFF:Select Character PL2 :mkla1:00010000:00209A52:00000000:FFFFFFFF:Johnny Cage :mkla1:00010000:00209A52:00000001:FFFFFFFF:Kano :mkla1:00010000:00209A52:00000002:FFFFFFFF:Raiden :mkla1:00010000:00209A52:00000003:FFFFFFFF:Liu Kang :mkla1:00010000:00209A52:00000004:FFFFFFFF:Scorpion :mkla1:00010000:00209A52:00000005:FFFFFFFF:Sub-Zero :mkla1:00010000:00209A52:00000006:FFFFFFFF:Sonya Blade :mkla1:00010000:00209A52:00000007:FFFFFFFF:#Goro :mkla1:00010000:00209A52:00000008:FFFFFFFF:#Shang Tsung ; [ Mortal Kombat (rev 2.0 08/18/92) ] :mkla2:39B00000:00093B74:0300C0E2:FFFFFFFF:Infinite Time mkla2:0:00209AA8:05:071:Select current level mkla2:0:00209AA8:05:061:Select next level mkla2:0:00209A04:A1:000:Infinite Energy PL1 mkla2:0:00209A04:00:001:Drain All Energy Now! PL1 :mkla2:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla2:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla2:62000000:00000000:00000000:FFFFFFFF:Select Character PL1 :mkla2:00010000:002099F6:00000000:FFFFFFFF:Johnny Cage :mkla2:00010000:002099F6:00000001:FFFFFFFF:Kano :mkla2:00010000:002099F6:00000002:FFFFFFFF:Raiden :mkla2:00010000:002099F6:00000003:FFFFFFFF:Liu Kang :mkla2:00010000:002099F6:00000004:FFFFFFFF:Scorpion :mkla2:00010000:002099F6:00000005:FFFFFFFF:Sub-Zero :mkla2:00010000:002099F6:00000006:FFFFFFFF:Sonya Blade :mkla2:00010000:002099F6:00000007:FFFFFFFF:#Goro :mkla2:00010000:002099F6:00000008:FFFFFFFF:#Shang Tsung mkla2:0:00209A60:A1:000:Infinite Energy PL2 mkla2:0:00209A60:00:001:Drain All Energy Now! PL2 :mkla2:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla2:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla2:62000000:00000000:00000000:FFFFFFFF:Select Character PL2 :mkla2:00010000:00209A52:00000000:FFFFFFFF:Johnny Cage :mkla2:00010000:00209A52:00000001:FFFFFFFF:Kano :mkla2:00010000:00209A52:00000002:FFFFFFFF:Raiden :mkla2:00010000:00209A52:00000003:FFFFFFFF:Liu Kang :mkla2:00010000:00209A52:00000004:FFFFFFFF:Scorpion :mkla2:00010000:00209A52:00000005:FFFFFFFF:Sub-Zero :mkla2:00010000:00209A52:00000006:FFFFFFFF:Sonya Blade :mkla2:00010000:00209A52:00000007:FFFFFFFF:#Goro :mkla2:00010000:00209A52:00000008:FFFFFFFF:#Shang Tsung ; [ Mortal Kombat (rev 3.0 08/31/92) ] :mkla3:39B00000:00093F02:0300C0E2:FFFFFFFF:Infinite Time mkla3:0:00209AA8:05:071:Select current level mkla3:0:00209AA8:05:061:Select next level mkla3:0:00000000:00:999:[ Enable the bottom of the pit cheat on the character ] mkla3:0:00000000:00:999:[ selection screen. ] mkla3:0:00209AA8:09:001:Go to the bottom of the Pit Now! mkla3:0:00209A04:A1:000:Infinite Energy PL1 mkla3:0:00209A04:00:001:Drain All Energy Now! PL1 :mkla3:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla3:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla3:62000000:00000000:00000000:FFFFFFFF:Select Character PL1 :mkla3:00010000:002099F6:00000000:FFFFFFFF:Johnny Cage :mkla3:00010000:002099F6:00000001:FFFFFFFF:Kano :mkla3:00010000:002099F6:00000002:FFFFFFFF:Raiden :mkla3:00010000:002099F6:00000003:FFFFFFFF:Liu Kang :mkla3:00010000:002099F6:00000004:FFFFFFFF:Scorpion :mkla3:00010000:002099F6:00000005:FFFFFFFF:Sub-Zero :mkla3:00010000:002099F6:00000006:FFFFFFFF:Sonya Blade :mkla3:00010000:002099F6:00000007:FFFFFFFF:#Goro :mkla3:00010000:002099F6:00000008:FFFFFFFF:#Shang Tsung mkla3:0:00209A60:A1:000:Infinite Energy PL2 mkla3:0:00209A60:00:001:Drain All Energy Now! PL2 :mkla3:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla3:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla3:62000000:00000000:00000000:FFFFFFFF:Select Character PL2 :mkla3:00010000:00209A52:00000000:FFFFFFFF:Johnny Cage :mkla3:00010000:00209A52:00000001:FFFFFFFF:Kano :mkla3:00010000:00209A52:00000002:FFFFFFFF:Raiden :mkla3:00010000:00209A52:00000003:FFFFFFFF:Liu Kang :mkla3:00010000:00209A52:00000004:FFFFFFFF:Scorpion :mkla3:00010000:00209A52:00000005:FFFFFFFF:Sub-Zero :mkla3:00010000:00209A52:00000006:FFFFFFFF:Sonya Blade :mkla3:00010000:00209A52:00000007:FFFFFFFF:#Goro :mkla3:00010000:00209A52:00000008:FFFFFFFF:#Shang Tsung ; [ Mortal Kombat (rev 4.0 09/28/92) ] :mkla4:39B00000:00093F16:0300C0E2:FFFFFFFF:Infinite Time mkla4:0:00209AA8:05:071:Select current level mkla4:0:00209AA8:05:061:Select next level mkla4:0:00000000:00:999:[ Enable the bottom of the pit cheat on the character ] mkla4:0:00000000:00:999:[ selection screen. ] mkla4:0:00209AA8:09:001:Go to the bottom of the Pit Now! mkla4:0:00209A04:A1:000:Infinite Energy PL1 mkla4:0:00209A04:00:001:Drain All Energy Now! PL1 :mkla4:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla4:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla4:62000000:00000000:00000000:FFFFFFFF:Select Character PL1 :mkla4:00010000:002099F6:00000000:FFFFFFFF:Johnny Cage :mkla4:00010000:002099F6:00000001:FFFFFFFF:Kano :mkla4:00010000:002099F6:00000002:FFFFFFFF:Raiden :mkla4:00010000:002099F6:00000003:FFFFFFFF:Liu Kang :mkla4:00010000:002099F6:00000004:FFFFFFFF:Scorpion :mkla4:00010000:002099F6:00000005:FFFFFFFF:Sub-Zero :mkla4:00010000:002099F6:00000006:FFFFFFFF:Sonya Blade :mkla4:00010000:002099F6:00000007:FFFFFFFF:#Goro :mkla4:00010000:002099F6:00000008:FFFFFFFF:#Shang Tsung mkla4:0:00209A60:A1:000:Infinite Energy PL2 mkla4:0:00209A60:00:001:Drain All Energy Now! PL2 :mkla4:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkla4:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkla4:62000000:00000000:00000000:FFFFFFFF:Select Character PL2 :mkla4:00010000:00209A52:00000000:FFFFFFFF:Johnny Cage :mkla4:00010000:00209A52:00000001:FFFFFFFF:Kano :mkla4:00010000:00209A52:00000002:FFFFFFFF:Raiden :mkla4:00010000:00209A52:00000003:FFFFFFFF:Liu Kang :mkla4:00010000:00209A52:00000004:FFFFFFFF:Scorpion :mkla4:00010000:00209A52:00000005:FFFFFFFF:Sub-Zero :mkla4:00010000:00209A52:00000006:FFFFFFFF:Sonya Blade :mkla4:00010000:00209A52:00000007:FFFFFFFF:#Goro :mkla4:00010000:00209A52:00000008:FFFFFFFF:#Shang Tsung ; [ Mahjong Koi Uranai (set 2) (Japan) ] mkoiuraa:0:0000:00:999:[The winning hand cheat must] mkoiuraa:0:0000:00:999:[be activated when there are] mkoiuraa:0:0000:00:999:[14 tiles in your hand, then] mkoiuraa:0:0000:00:999:[press the RON key . ] mkoiuraa:0:0000:00:999:[('Z' by default). The tiles] mkoiuraa:0:0000:00:999:[do not visually change ] mkoiuraa:0:0000:00:999:[until you make a move. ] mkoiuraa:0:FC8F:31:001:Get winning hand Now! mkoiuraa:0:FC90:31:501:Get winning hand Now! (02/14) mkoiuraa:0:FC91:31:501:Get winning hand Now! (03/14) mkoiuraa:0:FC92:32:501:Get winning hand Now! (04/14) mkoiuraa:0:FC93:32:501:Get winning hand Now! (05/14) mkoiuraa:0:FC94:32:501:Get winning hand Now! (06/14) mkoiuraa:0:FC95:33:501:Get winning hand Now! (07/14) mkoiuraa:0:FC96:33:501:Get winning hand Now! (08/14) mkoiuraa:0:FC97:33:501:Get winning hand Now! (09/14) mkoiuraa:0:FC98:34:501:Get winning hand Now! (10/14) mkoiuraa:0:FC99:34:501:Get winning hand Now! (11/14) mkoiuraa:0:FC9A:34:501:Get winning hand Now! (12/14) mkoiuraa:0:FC9B:35:501:Get winning hand Now! (13/14) mkoiuraa:0:FC9C:35:501:Get winning hand Now! (14/14) mkoiuraa:0:0000:00:999:[At the start of a game, ] mkoiuraa:0:0000:00:999:[there may be some small ] mkoiuraa:0:0000:00:999:[glitches on the tiles when ] mkoiuraa:0:0000:00:999:[using the 'Always' cheats. ] mkoiuraa:0:0000:00:999:[The cheats should still ] mkoiuraa:0:0000:00:999:[work as normal. ] mkoiuraa:0:FC8F:31:000:Always winning hand mkoiuraa:0:FC90:31:500:Always winning hand (02/14) mkoiuraa:0:FC91:31:500:Always winning hand (03/14) mkoiuraa:0:FC92:32:500:Always winning hand (04/14) mkoiuraa:0:FC93:32:500:Always winning hand (05/14) mkoiuraa:0:FC94:32:500:Always winning hand (06/14) mkoiuraa:0:FC95:33:500:Always winning hand (07/14) mkoiuraa:0:FC96:33:500:Always winning hand (08/14) mkoiuraa:0:FC97:33:500:Always winning hand (09/14) mkoiuraa:0:FC98:34:500:Always winning hand (10/14) mkoiuraa:0:FC99:34:500:Always winning hand (11/14) mkoiuraa:0:FC9A:34:500:Always winning hand (12/14) mkoiuraa:0:FC9B:35:500:Always winning hand (13/14) mkoiuraa:0:FC9C:35:500:Always winning hand (14/14) ; [ Mortal Kombat (prototype, rev 9.0 07/28/92) ] :mkprot9:39B00000:00093AD2:0300C0E2:FFFFFFFF:Infinite Time mkprot9:0:00209AA4:05:071:Select current level mkprot9:0:00209AA4:05:061:Select next level mkprot9:0:00209A00:A1:000:Infinite Energy PL1 mkprot9:0:00209A00:00:001:Drain All Energy Now! PL1 :mkprot9:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkprot9:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkprot9:62000000:00000000:00000000:FFFFFFFF:Select Character PL1 :mkprot9:00010000:002099F2:00000000:FFFFFFFF:Johnny Cage :mkprot9:00010000:002099F2:00000001:FFFFFFFF:Kano :mkprot9:00010000:002099F2:00000002:FFFFFFFF:Raiden :mkprot9:00010000:002099F2:00000003:FFFFFFFF:Liu Kang :mkprot9:00010000:002099F2:00000004:FFFFFFFF:Scorpion :mkprot9:00010000:002099F2:00000005:FFFFFFFF:Sub-Zero :mkprot9:00010000:002099F2:00000006:FFFFFFFF:Sonya Blade :mkprot9:00010000:002099F2:00000007:FFFFFFFF:#Goro :mkprot9:00010000:002099F2:00000008:FFFFFFFF:#Shang Tsung mkprot9:0:00209A5C:A1:000:Infinite Energy PL2 mkprot9:0:00209A5C:00:001:Drain All Energy Now! PL2 :mkprot9:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkprot9:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkprot9:62000000:00000000:00000000:FFFFFFFF:Select Character PL2 :mkprot9:00010000:00209A4E:00000000:FFFFFFFF:Johnny Cage :mkprot9:00010000:00209A4E:00000001:FFFFFFFF:Kano :mkprot9:00010000:00209A4E:00000002:FFFFFFFF:Raiden :mkprot9:00010000:00209A4E:00000003:FFFFFFFF:Liu Kang :mkprot9:00010000:00209A4E:00000004:FFFFFFFF:Scorpion :mkprot9:00010000:00209A4E:00000005:FFFFFFFF:Sub-Zero :mkprot9:00010000:00209A4E:00000006:FFFFFFFF:Sonya Blade :mkprot9:00010000:00209A4E:00000007:FFFFFFFF:#Goro :mkprot9:00010000:00209A4E:00000008:FFFFFFFF:#Shang Tsung ; [ Mortal Kombat (rev 4.0 T-Unit 02/11/93) ] :mkr4:39B00000:00093F24:0300C0E2:FFFFFFFF:Infinite Time mkr4:0:0020A36E:05:071:Select current level mkr4:0:0020A36E:05:061:Select next level mkr4:0:00000000:00:999:[ Enable the bottom of the pit cheat on the character ] mkr4:0:00000000:00:999:[ selection screen. ] mkr4:0:0020A36E:09:001:Go to the bottom of the Pit Now! mkr4:0:0020A260:A1:000:Infinite Energy PL1 mkr4:0:0020A260:00:001:Drain All Energy Now! PL1 :mkr4:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkr4:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkr4:62000000:00000000:00000000:FFFFFFFF:Select Character PL1 :mkr4:00010000:0020A252:00000000:FFFFFFFF:Johnny Cage :mkr4:00010000:0020A252:00000001:FFFFFFFF:Kano :mkr4:00010000:0020A252:00000002:FFFFFFFF:Raiden :mkr4:00010000:0020A252:00000003:FFFFFFFF:Liu Kang :mkr4:00010000:0020A252:00000004:FFFFFFFF:Scorpion :mkr4:00010000:0020A252:00000005:FFFFFFFF:Sub-Zero :mkr4:00010000:0020A252:00000006:FFFFFFFF:Sonya Blade :mkr4:00010000:0020A252:00000007:FFFFFFFF:#Goro :mkr4:00010000:0020A252:00000008:FFFFFFFF:#Shang Tsung mkr4:0:0020A2BC:A1:000:Infinite Energy PL2 mkr4:0:0020A2BC:00:001:Drain All Energy Now! PL2 :mkr4:60000000:00000000:00000000:00000000:[ Enable this character select cheat after the level select ] :mkr4:60000000:00000000:00000000:00000000:[ screen or the game may crash!! ] :mkr4:62000000:00000000:00000000:FFFFFFFF:Select Character PL2 :mkr4:00010000:0020A2AE:00000000:FFFFFFFF:Johnny Cage :mkr4:00010000:0020A2AE:00000001:FFFFFFFF:Kano :mkr4:00010000:0020A2AE:00000002:FFFFFFFF:Raiden :mkr4:00010000:0020A2AE:00000003:FFFFFFFF:Liu Kang :mkr4:00010000:0020A2AE:00000004:FFFFFFFF:Scorpion :mkr4:00010000:0020A2AE:00000005:FFFFFFFF:Sub-Zero :mkr4:00010000:0020A2AE:00000006:FFFFFFFF:Sonya Blade :mkr4:00010000:0020A2AE:00000007:FFFFFFFF:#Goro :mkr4:00010000:0020A2AE:00000008:FFFFFFFF:#Shang Tsung ; [ Mortal Kombat (Yawdim bootleg) ] mkyawdim:0:0000:00:999:[ This game hasn't even ]:REASON 11 mkyawdim:0:0000:00:999:[ been looked at due to ]:REASON 11 mkyawdim:0:0000:00:999:[ time constraints - Too]:REASON 11 mkyawdim:0:0000:00:999:[ many games and so ]:REASON 11 mkyawdim:0:0000:00:999:[ little time. It is ]:REASON 11 mkyawdim:0:0000:00:999:[ even possible that ]:REASON 11 mkyawdim:0:0000:00:999:[ this game may be a ]:REASON 11 mkyawdim:0:0000:00:999:[ clone of an existing ]:REASON 11 mkyawdim:0:0000:00:999:[ game which may have ]:REASON 11 mkyawdim:0:0000:00:999:[ cheats. Please search ]:REASON 11 mkyawdim:0:0000:00:999:[ the cheat forums ]:REASON 11 mkyawdim:0:0000:00:999:[ before posting cheat ]:REASON 11 mkyawdim:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mahjong THE LADY HUNTER (Japan 900509) ] mladyhtr:0:F162:FF:000:Buggy score mladyhtr:0:0000:00:999:[The winning hand cheat must] mladyhtr:0:0000:00:999:[be activated when there are] mladyhtr:0:0000:00:999:[14 tiles in your hand, then] mladyhtr:0:0000:00:999:[press the RON key . ] mladyhtr:0:0000:00:999:[('Z' by default). The tiles] mladyhtr:0:0000:00:999:[do not visually change ] mladyhtr:0:0000:00:999:[until you make a move. ] mladyhtr:0:F48C:31:001:Get winning hand Now! mladyhtr:0:F48D:31:501:Get winning hand Now! (02/14) mladyhtr:0:F48E:31:501:Get winning hand Now! (03/14) mladyhtr:0:F48F:32:501:Get winning hand Now! (04/14) mladyhtr:0:F490:32:501:Get winning hand Now! (05/14) mladyhtr:0:F491:32:501:Get winning hand Now! (06/14) mladyhtr:0:F492:33:501:Get winning hand Now! (07/14) mladyhtr:0:F493:33:501:Get winning hand Now! (08/14) mladyhtr:0:F494:33:501:Get winning hand Now! (09/14) mladyhtr:0:F495:34:501:Get winning hand Now! (10/14) mladyhtr:0:F496:34:501:Get winning hand Now! (11/14) mladyhtr:0:F497:34:501:Get winning hand Now! (12/14) mladyhtr:0:F498:35:501:Get winning hand Now! (13/14) mladyhtr:0:F499:35:501:Get winning hand Now! (14/14) mladyhtr:0:F48C:31:000:Always winning hand mladyhtr:0:F48D:31:500:Always winning hand (02/14) mladyhtr:0:F48E:31:500:Always winning hand (03/14) mladyhtr:0:F48F:32:500:Always winning hand (04/14) mladyhtr:0:F490:32:500:Always winning hand (05/14) mladyhtr:0:F491:32:500:Always winning hand (06/14) mladyhtr:0:F492:33:500:Always winning hand (07/14) mladyhtr:0:F493:33:500:Always winning hand (08/14) mladyhtr:0:F494:33:500:Always winning hand (09/14) mladyhtr:0:F495:34:500:Always winning hand (10/14) mladyhtr:0:F496:34:500:Always winning hand (11/14) mladyhtr:0:F497:34:500:Always winning hand (12/14) mladyhtr:0:F498:35:500:Always winning hand (13/14) mladyhtr:0:F499:35:500:Always winning hand (14/14) ; [ Maikobana [BET] (Japan 900911) ] mmaiko:0:0000:00:999:[ There are no cheats ]:REASON 3 mmaiko:0:0000:00:999:[ for this game as it ]:REASON 3 mmaiko:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 mmaiko:0:0000:00:999:[ Cheats will be added ]:REASON 3 mmaiko:0:0000:00:999:[ when somebody submits ]:REASON 3 mmaiko:0:0000:00:999:[ some. If you have ]:REASON 3 mmaiko:0:0000:00:999:[ made some cheats for ]:REASON 3 mmaiko:0:0000:00:999:[ this game please post ]:REASON 3 mmaiko:0:0000:00:999:[ them on the cheat ]:REASON 3 mmaiko:0:0000:00:999:[ forums. ]:REASON 3 ; [ Mars Matrix: Hyper Solid Shooting (US 000412) ] mmatrix:0:FF49A3:09:000:Infinite Credits mmatrix:0:FF48F5:6A:000:Infinite Select Time mmatrix:0:FF48F4:00:500:Infinite Select Time (2/2) ;:mmatrix:39900000:11EDDA:00004E71:0000FFFF:Invincibility ;:mmatrix:39B10000:11EDDC:4E714E71:FFFFFFFF:Invincibility (2/2):NOPs out a branch (so it works straight away without flickering) and the sub :mmatrix:39900000:11EBA0:00004E71:0000FFFF:Always Maximum Charge:Display decrements slightly but cosmetic only :mmatrix:39B10000:11EBA2:4E714E71:FFFFFFFF:Always Maximum Charge (2/3):NOPs out the sub and changes the branch check from a bhi to a bra :mmatrix:39810000:11EBA6:00000060:000000FF:Always Maximum Charge (3/3) mmatrix:0:FF49A9:09:000:Infinite Lives (Turn ON in Game ONLY!) PL1:Do not have this enabled before you start playing! :mmatrix:82000000:FF49BD:00000040:0000007E:Infinite Energy PL1 :mmatrix:82100000:FF49BD:00000002:00000072:Invincibility PL1 mmatrix:0:FF49B5:07:000:Maximum Fire Power PL1 mmatrix:0:FF49CF:09:000:Infinite Lives (Turn ON in Game ONLY!) PL2:Do not have this enabled before you start playing! :mmatrix:82000000:FF49E3:00000040:0000007E:Infinite Energy PL2 :mmatrix:82100000:FF49E3:00000002:00000072:Invincibility PL2 mmatrix:0:FF49DB:07:000:Maximum Fire Power PL2 ; [ Mars Matrix: Hyper Solid Shooting (Japan 000412) ] mmatrixj:0:FF49A3:09:000:Infinite Credits mmatrixj:0:FF48F5:6A:000:Infinite Select Time mmatrixj:0:FF48F4:00:500:Infinite Select Time (2/2) ;:mmatrixj:39900000:11EDDA:00004E71:0000FFFF:Invincibility ;:mmatrixj:39B10000:11EDDC:4E714E71:FFFFFFFF:Invincibility (2/2):NOPs out a branch (so it works straight away without flickering) and the sub :mmatrixj:39900000:11EBA0:00004E71:0000FFFF:Always Maximum Charge:Display decrements slightly but cosmetic only :mmatrixj:39B10000:11EBA2:4E714E71:FFFFFFFF:Always Maximum Charge (2/3):NOPs out the sub and changes the branch check from a bhi to a bra :mmatrixj:39810000:11EBA6:00000060:000000FF:Always Maximum Charge (3/3) mmatrixj:0:FF49A9:09:000:Infinite Lives (Turn ON in Game ONLY!) PL1:Do not have this enabled before you start playing! :mmatrixj:82000000:FF49BD:00000040:0000007E:Infinite Energy PL1 :mmatrixj:82100000:FF49BD:00000002:00000072:Invincibility PL1 mmatrixj:0:FF49B5:07:000:Maximum Fire Power PL1 mmatrixj:0:FF49CF:09:000:Infinite Lives (Turn ON in Game ONLY!) PL2:Do not have this enabled before you start playing! :mmatrixj:82000000:FF49E3:00000040:0000007E:Infinite Energy PL2 :mmatrixj:82100000:FF49E3:00000002:00000072:Invincibility PL2 mmatrixj:0:FF49DB:07:000:Maximum Fire Power PL2 ; [ Monster Maulers (ver EAA) ] mmaulers:0:600035:0F:000:Infinite Credits mmaulers:0:600034:27:500:Infinite Credits (2/2) mmaulers:0:400115:64:000:Infinite Lives PL1 :mmaulers:00100000:400052:00000200:FFFFFFFF:Infinite Energy PL1 :mmaulers:00100001:400052:00000000:FFFFFFFF:Drain All Energy Now! PL1 :mmaulers:00100000:4001EA:00000002:FFFFFFFF:Invincibility PL1 mmaulers:0:400315:64:000:Infinite Lives :mmaulers:00100000:400252:00000200:FFFFFFFF:Infinite Energy PL2 :mmaulers:00100001:400252:00000000:FFFFFFFF:Drain All Energy Now! PL2 :mmaulers:00100000:4003EA:00000002:FFFFFFFF:Invincibility PL2 :mmaulers:83100000:601EAC:00000300:00000052:Infinite Energy CPU :mmaulers:83100001:601EAC:00000000:00000052:Drain All Energy Now! CPU ; [ Marchen Maze (Japan) ] mmaze:0:1306:06:000:Infinite Time mmaze:0:11F1:05:000:Invincibility mmaze:0:0140:06:000:Always have Shield mmaze:0:014B:84:500:Always have Shield (02/24) mmaze:0:0160:06:500:Always have Shield (03/24) mmaze:0:0161:01:500:Always have Shield (04/24) mmaze:0:016B:84:500:Always have Shield (05/24) mmaze:0:0180:06:500:Always have Shield (06/24) mmaze:0:0181:02:500:Always have Shield (07/24) mmaze:0:018B:84:500:Always have Shield (08/24) mmaze:0:01A0:06:500:Always have Shield (09/24) mmaze:0:01A1:03:500:Always have Shield (10/24) mmaze:0:01AB:84:500:Always have Shield (11/24) mmaze:0:01C0:06:500:Always have Shield (12/24) mmaze:0:01C1:04:500:Always have Shield (13/24) mmaze:0:01CB:84:500:Always have Shield (14/24) mmaze:0:01E0:06:500:Always have Shield (15/24) mmaze:0:01E1:05:500:Always have Shield (16/24) mmaze:0:01EB:84:500:Always have Shield (17/24) mmaze:0:0200:06:500:Always have Shield (18/24) mmaze:0:0201:06:500:Always have Shield (19/24) mmaze:0:020B:84:500:Always have Shield (20/24) mmaze:0:0220:06:500:Always have Shield (21/24) mmaze:0:0221:07:500:Always have Shield (22/24) mmaze:0:022B:84:500:Always have Shield (23/24) mmaze:0:11E5:40:500:Always have Shield (24/24) mmaze:0:130E:01:000:Always have Balloon mmaze:0:11E0:01:000:Always have Jump Shoes mmaze:0:11E1:02:000:Always Stop the Enemy mmaze:0:11E2:02:000:Always have 3-Way Shot mmaze:0:11E3:01:000:Always have Speed Up Shoes mmaze:0:11E4:02:000:Always have Penetration Shot ;mmaze:0:11E4:40:000:Max Fire Power ;mmaze:0:11E2:40:500:Max Fire Power (2/2) mmaze:0:1303:01:001:Finish this Round Now! mmaze:0:1301:06:000:Infinite Lives PL1 mmaze:0:1381:06:000:Infinite Lives PL2 ; [ Mahjong Camera Kozou [BET] (Japan 890509) ] mmcamera:0:0000:00:999:[ The winning hand cheat must be ] mmcamera:0:0000:00:999:[ activated when there are 14 tiles ] mmcamera:0:0000:00:999:[ in your hand, then press the RON ] mmcamera:0:0000:00:999:[ key ('Z' by default). The tiles do ] mmcamera:0:0000:00:999:[ not visually change until you make ] mmcamera:0:0000:00:999:[ a move. ] mmcamera:0:FC8C:31:001:Get winning hand Now! mmcamera:0:FC8D:31:501:Get winning hand Now! (02/14) mmcamera:0:FC8E:31:501:Get winning hand Now! (03/14) mmcamera:0:FC8F:32:501:Get winning hand Now! (04/14) mmcamera:0:FC90:32:501:Get winning hand Now! (05/14) mmcamera:0:FC91:32:501:Get winning hand Now! (06/14) mmcamera:0:FC92:33:501:Get winning hand Now! (07/14) mmcamera:0:FC93:33:501:Get winning hand Now! (08/14) mmcamera:0:FC94:33:501:Get winning hand Now! (09/14) mmcamera:0:FC95:34:501:Get winning hand Now! (10/14) mmcamera:0:FC96:34:501:Get winning hand Now! (11/14) mmcamera:0:FC97:34:501:Get winning hand Now! (12/14) mmcamera:0:FC98:35:501:Get winning hand Now! (13/14) mmcamera:0:FC99:35:501:Get winning hand Now! (14/14) mmcamera:0:FC8C:31:000:Always winning hand mmcamera:0:FC8D:31:500:Always winning hand (02/14) mmcamera:0:FC8E:31:500:Always winning hand (03/14) mmcamera:0:FC8F:32:500:Always winning hand (04/14) mmcamera:0:FC90:32:500:Always winning hand (05/14) mmcamera:0:FC91:32:500:Always winning hand (06/14) mmcamera:0:FC92:33:500:Always winning hand (07/14) mmcamera:0:FC93:33:500:Always winning hand (08/14) mmcamera:0:FC94:33:500:Always winning hand (09/14) mmcamera:0:FC95:34:500:Always winning hand (10/14) mmcamera:0:FC96:34:500:Always winning hand (11/14) mmcamera:0:FC97:34:500:Always winning hand (12/14) mmcamera:0:FC98:35:500:Always winning hand (13/14) mmcamera:0:FC99:35:500:Always winning hand (14/14) ; [ Medal Mahjong Circuit no Mehyou [BET] (Japan) ] mmehyou:0:0000:00:999:[The winning hand cheat must] mmehyou:0:0000:00:999:[be activated when there are] mmehyou:0:0000:00:999:[14 tiles in your hand, then] mmehyou:0:0000:00:999:[press the RON key . ] mmehyou:0:0000:00:999:[('Z' by default). The tiles] mmehyou:0:0000:00:999:[do not visually change ] mmehyou:0:0000:00:999:[until you make a move. ] mmehyou:0:EC8F:31:001:Get winning hand Now! mmehyou:0:EC90:31:501:Get winning hand Now! (02/14) mmehyou:0:EC91:31:501:Get winning hand Now! (03/14) mmehyou:0:EC92:32:501:Get winning hand Now! (04/14) mmehyou:0:EC93:32:501:Get winning hand Now! (05/14) mmehyou:0:EC94:32:501:Get winning hand Now! (06/14) mmehyou:0:EC95:33:501:Get winning hand Now! (07/14) mmehyou:0:EC96:33:501:Get winning hand Now! (08/14) mmehyou:0:EC97:33:501:Get winning hand Now! (09/14) mmehyou:0:EC98:34:501:Get winning hand Now! (10/14) mmehyou:0:EC99:34:501:Get winning hand Now! (11/14) mmehyou:0:EC9A:34:501:Get winning hand Now! (12/14) mmehyou:0:EC9B:35:501:Get winning hand Now! (13/14) mmehyou:0:EC9C:35:501:Get winning hand Now! (14/14) mmehyou:0:0000:00:999:[At the start of a game, ] mmehyou:0:0000:00:999:[there may be some small ] mmehyou:0:0000:00:999:[glitches on the tiles when ] mmehyou:0:0000:00:999:[using the 'Always' cheats. ] mmehyou:0:0000:00:999:[The cheats should still ] mmehyou:0:0000:00:999:[work as normal. ] mmehyou:0:EC8F:31:000:Always winning hand mmehyou:0:EC90:31:500:Always winning hand (02/14) mmehyou:0:EC91:31:500:Always winning hand (03/14) mmehyou:0:EC92:32:500:Always winning hand (04/14) mmehyou:0:EC93:32:500:Always winning hand (05/14) mmehyou:0:EC94:32:500:Always winning hand (06/14) mmehyou:0:EC95:33:500:Always winning hand (07/14) mmehyou:0:EC96:33:500:Always winning hand (08/14) mmehyou:0:EC97:33:500:Always winning hand (09/14) mmehyou:0:EC98:34:500:Always winning hand (10/14) mmehyou:0:EC99:34:500:Always winning hand (11/14) mmehyou:0:EC9A:34:500:Always winning hand (12/14) mmehyou:0:EC9B:35:500:Always winning hand (13/14) mmehyou:0:EC9C:35:500:Always winning hand (14/14) ; [ Minky Monkey ] mmonkey:0:005D:99:000:Infinite Time mmonkey:0:0055:08:000:Infinite Lives mmonkey:0:0075:00:000:Invincibility mmonkey:0:005B:04:001:One success ends level Now! mmonkey:0:005C:00:000:No failures ; [ Monkey Mole Panic (USA) ] mmpanic:0:0000:00:999:[ This game hasn't even ]:REASON 11 mmpanic:0:0000:00:999:[ been looked at due to ]:REASON 11 mmpanic:0:0000:00:999:[ time constraints - Too]:REASON 11 mmpanic:0:0000:00:999:[ many games and so ]:REASON 11 mmpanic:0:0000:00:999:[ little time. It is ]:REASON 11 mmpanic:0:0000:00:999:[ even possible that ]:REASON 11 mmpanic:0:0000:00:999:[ this game may be a ]:REASON 11 mmpanic:0:0000:00:999:[ clone of an existing ]:REASON 11 mmpanic:0:0000:00:999:[ game which may have ]:REASON 11 mmpanic:0:0000:00:999:[ cheats. Please search ]:REASON 11 mmpanic:0:0000:00:999:[ the cheat forums ]:REASON 11 mmpanic:0:0000:00:999:[ before posting cheat ]:REASON 11 mmpanic:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mahjong Shikaku [BET] (Japan 880929) ] :mmsikaku:00100000:F0F9:00000002:FFFFFFFF:Infinite Thinking Time :mmsikaku:00000000:F0FE:00000001:FFFFFFFF:Always Have Kihaku Power :mmsikaku:00000000:F101:00000001:FFFFFFFF:Always Have Toushi Power :mmsikaku:60000000:0000:00000000:00000000:[ The winning hand cheat must be ] :mmsikaku:60000000:0000:00000000:00000000:[ activated when there are 14 tiles ] :mmsikaku:60000000:0000:00000000:00000000:[ in your hand, then press the RON ] :mmsikaku:60000000:0000:00000000:00000000:[ key ('Z' by default). The tiles do ] :mmsikaku:60000000:0000:00000000:00000000:[ not visually change until you make ] :mmsikaku:60000000:0000:00000000:00000000:[ a move. ] :mmsikaku:00100000:F48C:00003131:FFFFFFFF:Always Winning Hand :mmsikaku:00210000:F48E:00323232:FFFFFFFF:Always Winning Hand (2/5) :mmsikaku:00210000:F491:00353535:FFFFFFFF:Always Winning Hand (3/5) :mmsikaku:00210000:F494:00363636:FFFFFFFF:Always Winning Hand (4/5) :mmsikaku:00210000:F497:00373737:FFFFFFFF:Always Winning Hand (5/5) :mmsikaku:00100001:F48C:00003131:FFFFFFFF:Get Winning Hand Now ! :mmsikaku:00210001:F48E:00323232:FFFFFFFF:Get Winning Hand Now ! (2/5) :mmsikaku:00210001:F491:00353535:FFFFFFFF:Get Winning Hand Now ! (3/5) :mmsikaku:00210001:F494:00363636:FFFFFFFF:Get Winning Hand Now ! (4/5) :mmsikaku:00210001:F497:00373737:FFFFFFFF:Get Winning Hand Now ! (5/5) :mmsikaku:62000000:0000:00000000:00000000:Select Starting Stage:Set on bet screen :mmsikaku:00010001:F102:00000000:FFFFFFFF:St.1 (Mari) :mmsikaku:00010001:F102:00000001:FFFFFFFF:St.2 (Madoka) :mmsikaku:00010001:F102:00000002:FFFFFFFF:St.3 (Naushiika) :mmsikaku:00010001:F102:00000003:FFFFFFFF:St.4 (Mami & Emi) :mmsikaku:00010001:F102:00000004:FFFFFFFF:St.5 (Lum) ; [ Munch Mobile (US) ] mnchmobl:0:811F:78:000:Infinite Fuel mnchmobl:0:82DC:00:000:Invincibility mnchmobl:0:8138:06:000:Infinite Lives PL1 mnchmobl:0:8139:06:000:Infinite Lives PL2 ; [ Mutant Night ] mnight:0:C195:99:000:Infinite Time mnight:0:C195:01:001:Lose remaining time Now! :mnight:00001301:C02B:0000005C:FFFFFFFF:Select Starting Act:Set on the "Push One (or Two) Player Start Button" screen after you've inserted a credit mnight:0:CB1C:00:000:Invincibility :mnight:00000000:CDAD:00000000:FFFFFFFF:Rapid Fire mnight:0:0000:00:999:[ Normal size to enter trap ] mnight:0:0000:00:999:[ Big size == invincibility ] mnight:0:CDB0:00:001:Size is Normal Now! mnight:0:CDB0:02:001:Size is Big Now! mnight:0:CDB0:03:001:Size is Small Now! mnight:0:CDB3:80:000:Always Multiway shot mnight:0:CDB5:B0:500:Always Multiway shot (2/3) mnight:0:CDB6:04:500:Always Multiway shot (3/3) mnight:0:CDB3:80:001:Get Multiway shot Now! mnight:0:CDB5:B0:501:Get Multiway shot Now! (2/3) mnight:0:CDB6:04:501:Get Multiway shot Now! (3/3) mnight:0:CDB3:00:001:Get Normal shot Now! mnight:0:CDB5:01:501:Get Normal shot Now! (2/3) mnight:0:CDB6:00:501:Get Normal shot Now! (3/3) mnight:0:C02A:08:000:Infinite Lives PL1 mnight:0:C052:08:000:Infinite Lives PL2 ; [ Moeyo Gonta!! (Japan) ] moegonta:0:FFC175:09:000:Infinite Credits moegonta:0:FFC264:09:000:Infinite Dive Puzzle Time:Turn OFF at the End of Round! moegonta:0:FFC265:99:500:Infinite Dive Puzzle Time (2/2) moegonta:0:FFC24D:99:000:Infinite Diving Time moegonta:0:FFC24E:09:500:Infinite Diving Time (2/3) moegonta:0:FFC251:09:500:Infinite Diving Time (3/3) moegonta:0:000000:00:999:[Only use the proper Infinite Time ] moegonta:0:000000:00:999:[cheat during the Number and Slider] moegonta:0:000000:00:999:[puzzles. And only turn it ON after] moegonta:0:000000:00:999:[the puzzle has started or it may ] moegonta:0:000000:00:999:[be IMPOSSIBLE to complete! ] moegonta:0:FFE0F3:99:000:Infinite Number Puzzle Time moegonta:0:FFE121:99:000:Infinite Slider Puzzle Time moegonta:0:FFC24B:05:000:Infinite Lives moegonta:0:FFC249:02:000:Invincibility moegonta:0:FFC25B:01:001:One Tile to finish Dive Now!:You won't get to see the full picture though! moegonta:0:FFC25D:01:501:One Tile to finish Dive Now! ; [ Maze of Flott (Japan) ] mofflott:0:100A98:09:000:Infinite Credits mofflott:0:100B5C:99:000:Infinite Lives mofflott:0:100B64:48:007:Infinite Fuel mofflott:0:100BC7:02:000:Invincibility mofflott:0:000000:00:999:[See the Dip Switch Menu to ] mofflott:0:000000:00:999:[enable an alternate ] mofflott:0:000000:00:999:[Invincibility cheat. ] mofflott:0:100B6D:99:000:Infinite Money mofflott:0:100B6E:99:500:Infinite Money (2/3) mofflott:0:100B6F:99:500:Infinite Money (3/3) mofflott:0:100B7E:00:001:Open the Exit Now! ; [ Moguchan ] :moguchan:20800000:0C2D:000000C9:FFFFFFFF:Invincibility moguchan:0:5824:09:000:Infinite Lives PL1 moguchan:0:5825:09:000:Infinite Lives PL2 ; [ Mogura Desse ] mogura:0:0000:00:999:[ This game hasn't even ]:REASON 11 mogura:0:0000:00:999:[ been looked at due to ]:REASON 11 mogura:0:0000:00:999:[ time constraints - Too]:REASON 11 mogura:0:0000:00:999:[ many games and so ]:REASON 11 mogura:0:0000:00:999:[ little time. It is ]:REASON 11 mogura:0:0000:00:999:[ even possible that ]:REASON 11 mogura:0:0000:00:999:[ this game may be a ]:REASON 11 mogura:0:0000:00:999:[ clone of an existing ]:REASON 11 mogura:0:0000:00:999:[ game which may have ]:REASON 11 mogura:0:0000:00:999:[ cheats. Please search ]:REASON 11 mogura:0:0000:00:999:[ the cheat forums ]:REASON 11 mogura:0:0000:00:999:[ before posting cheat ]:REASON 11 mogura:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Mole Attack ] mole:0:02F2:25:000:Infinite Time mole:0:02F2:00:001:Time Up Now! mole:0:02F7:99:001:Round Points = 990 Now!! :mole:20900000:54C0:00007D03:FFFFFFFF:Auto Attack Mode :mole:20910000:7D03:000008A2:FFFFFFFF:Auto Attack Mode (2/9):1st = jsr $6108 -> jsr $7D03, 2nd = ldx #$08 :mole:20A10000:7D05:000301BD:FFFFFFFF:Auto Attack Mode (3/9):lda $0301,x :mole:20910000:7D08:000002C9:FFFFFFFF:Auto Attack Mode (4/9):cmp #$02 :mole:20910000:7D0A:000003F0:FFFFFFFF:Auto Attack Mode (5/9):beq $7D0F :mole:20810000:7D0C:000000CA:FFFFFFFF:Auto Attack Mode (6/9):dex :mole:20910000:7D0D:0000F610:FFFFFFFF:Auto Attack Mode (7/9):bpl $7D05 :mole:20A10000:7D0F:0003498E:FFFFFFFF:Auto Attack Mode (8/9):stx $0349 :mole:20810000:7D12:00000060:FFFFFFFF:Auto Attack Mode (9/9):rts ; [ Momoko 120% ] momoko:0:C00B:09:000:Infinite Credits momoko:0:C06F:06:000:Infinite Lives PL1 momoko:0:C070:06:000:Infinite Lives PL2 :momoko:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :momoko:60000000:0000:00000000:00000000:[ you've 1st inserted a credit] :momoko:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :momoko:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :momoko:00000086:C010:00000000:FFFFFFFF:Sound Test:Sound Code :momoko:20B10000:01B8:47D4003A:FFFFFFFF:Sound Test (02/16):ld a,($D400) / ld b,a :momoko:20B10000:01BC:B8C0113A:FFFFFFFF:Sound Test (03/16):ld a,($C011) / cp b :momoko:20910000:01C0:00002828:FFFFFFFF:Sound Test (04/16):jr z,$01EA :momoko:20B10000:01C2:78C01021:FFFFFFFF:Sound Test (05/16):ld hl,$C010 / ld a,b :momoko:20B10000:01C6:0E28FEFE:FFFFFFFF:Sound Test (06/16):cp $FE / jr z,$01D8 :momoko:20B10000:01CA:0D28FDFE:FFFFFFFF:Sound Test (07/16):cp $FD / jr z,$01DB :momoko:20B10000:01CE:0C28DFFE:FFFFFFFF:Sound Test (08/16):cp $DF / jr z,$01DE :momoko:20B10000:01D2:0C28EFFE:FFFFFFFF:Sound Test (09/16):cp $EF / jr z,$01E2 :momoko:20B10000:01D6:00340E18:FFFFFFFF:Sound Test (10/16):jr $01E6 / inc (hl) :momoko:20B10000:01D9:00350B18:FFFFFFFF:Sound Test (11/16):jr $01E6 / dec (hl) :momoko:20B10000:01DC:803E0818:FFFFFFFF:Sound Test (12/16):jr $01E6 / ld a,$80 :momoko:20B10000:01E0:007E0118:FFFFFFFF:Sound Test (13/16):jr $01E3 / ld a,(hl) :momoko:20B10000:01E3:78D40632:FFFFFFFF:Sound Test (14/16):ld ($D406),a / ld a,b :momoko:20A10000:01E7:00C01132:FFFFFFFF:Sound Test (15/16):ld ($C011),a :momoko:20A10000:01EA:000009C3:FFFFFFFF:Sound Test (16/16):jp $0009 ; [ Monkey Donkey ] monkeyd:0:6001:90:000:Infinite Credits monkeyd:0:6228:06:000:Infinite Lives monkeyd:0:19C9:C9:100:Invincibility monkeyd:0:6394:0F:002:Infinite hammer upon pickup monkeyd:0:62B1:63:000:Infinite bonus time monkeyd:0:638C:99:502:Infinite bonus time (2/2) monkeyd:0:62B9:00:000:No fireballs on ramps monkeyd:0:6403:00:000:No fireballs on factory monkeyd:0:65A0:00:000:No pies on factory monkeyd:0:6400:00:000:No fireballs on rivets monkeyd:0:6500:00:000:No jacks on elevators monkeyd:0:6392:00:000:No barrels on ramps monkeyd:0:6215:01:000:Always climb monkeyd:0:6215:00:001:Deactivate climb monkeyd:0:6217:01:000:Hammer monkeyd:0:6691:01:500:Hammer (2/2) monkeyd:0:6290:00:001:Finish sub-level 4 Now! monkeyd:0:6229:FF:072:Select current round monkeyd:0:6229:FF:062:Select next round ; [ Monster Bash (2 board version) ] :monster2:00000000:0C80B:00000009:FFFFFFFF:Infinite Credits :monster2:20800000:11FC0:000000C9:FFFFFFFF:Invincibility (Buggy):Sometimes causes the game to crash when you touch Dracula monster2:0:CA61:83:001:Get Dracula SuperZap Now!:Only use this on the Dracula Stage! It WILL crash the game on other stages. monster2:0:E38B:81:501:Get Dracula SuperZap Now! (2/2) monster2:0:CA6D:83:001:Get Non-Dracula SuperZap Now!:This won't crash the Dracula Stage. monster2:0:E38B:81:501:Get Non-Dracula SuperZap Now! (2/2) monster2:0:E382:06:000:Infinite Lives PL1 monster2:0:E383:06:000:Infinite Lives PL2 ; [ Monster Bash ] :monsterb:00000000:0C80B:00000009:FFFFFFFF:Infinite Credits :monsterb:20800000:01ED5:000000C9:FFFFFFFF:Invincibility (Buggy):Sometimes causes the game to crash when you touch Dracula monsterb:0:CA61:83:001:Get Dracula SuperZap Now!:Only use this on the Dracula Stage! It WILL crash the game on other stages. monsterb:0:E38B:81:501:Get Dracula SuperZap Now! (2/2) monsterb:0:CA6D:83:001:Get Non-Dracula SuperZap Now!:This won't crash the Dracula Stage. monsterb:0:E38B:81:501:Get Non-Dracula SuperZap Now! (2/2) monsterb:0:E382:06:000:Infinite Lives PL1 monsterb:0:E383:06:000:Infinite Lives PL2 ; [ Monte Carlo ] montecar:0:0083:99:000:Infinite Fuel montecar:0:0066:FF:000:Always drive at Max Speed montecar:0:0066:FF:001:Get Max Speed Turbo Boost Now!:Assign this to an activation key for the best effect ; [ Money Money ] monymony:0:7267:0A:000:Infinite Lives PL1 monymony:0:7268:0A:000:Infinite Lives PL2 monymony:0:0000:00:999:[Invincibility doesn't ] monymony:0:0000:00:999:[protect you from falls!! ] monymony:0:7272:10:000:Invincibility monymony:0:7431:01:500:Invincibility (2/2) ; [ Monza GP ] monzagp:0:0000:00:999:[ There are no cheats ]:REASON 1 monzagp:0:0000:00:999:[ for this game as it ]:REASON 1 monzagp:0:0000:00:999:[ didn't work the last ]:REASON 1 monzagp:0:0000:00:999:[ time it was tested. ]:REASON 1 monzagp:0:0000:00:999:[ If the game now works ]:REASON 1 monzagp:0:0000:00:999:[ please request cheats ]:REASON 1 monzagp:0:0000:00:999:[ for it on the cheat ]:REASON 1 monzagp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Wild West C.O.W.-Boys of Moo Mesa (ver EA) ] moo:0:180945:64:000:Infinite Lives PL1 moo:0:18131F:03:000:Infinite Energy PL1 moo:0:181358:AF:000:Invincibility "ON" PL1 moo:0:181300:10:520:Invincibility "ON" PL1 (2/2) moo:0:181358:01:001:Invincibility "OFF" PL1 moo:0:181300:10:541:Invincibility "OFF" PL1 (2/2) moo:0:1809C5:64:000:Infinite Lives PL2 moo:0:181B1F:03:000:Infinite Energy PL2 moo:0:181B58:AF:000:Invincibility "ON" PL2 moo:0:181B00:10:520:Invincibility "ON" PL2 (2/2) moo:0:181B58:01:001:Invincibility "OFF" PL2 moo:0:181B00:10:541:Invincibility "OFF" PL2 (2/2) moo:0:180A45:64:000:Infinite Lives PL3 moo:0:18231F:03:000:Infinite Energy PL3 moo:0:182358:AF:000:Invincibility "ON" PL3 moo:0:182300:10:520:Invincibility "ON" PL3 (2/2) moo:0:182358:01:001:Invincibility "OFF" PL3 moo:0:182300:10:541:Invincibility "OFF" PL3 (2/2) moo:0:180AC5:64:000:Infinite Lives PL4 moo:0:182B1F:03:000:Infinite Energy PL4 moo:0:182B58:AF:000:Invincibility "ON" PL4 moo:0:182B00:10:520:Invincibility "ON" PL4 (2/2) moo:0:182B58:01:001:Invincibility "OFF" PL4 moo:0:182B00:10:541:Invincibility "OFF" PL4 (2/2) ; [ Wild West C.O.W.-Boys of Moo Mesa (ver AA) ] mooaa:0:180945:64:000:Infinite Lives PL1 mooaa:0:18131F:03:000:Infinite Energy PL1 mooaa:0:181358:AF:000:Invincibility "ON" PL1 mooaa:0:181300:10:520:Invincibility "ON" PL1 (2/2) mooaa:0:181358:01:001:Invincibility "OFF" PL1 mooaa:0:181300:10:541:Invincibility "OFF" PL1 (2/2) mooaa:0:1809C5:64:000:Infinite Lives PL2 mooaa:0:181B1F:03:000:Infinite Energy PL2 mooaa:0:181B58:AF:000:Invincibility "ON" PL2 mooaa:0:181B00:10:520:Invincibility "ON" PL2 (2/2) mooaa:0:181B58:01:001:Invincibility "OFF" PL2 mooaa:0:181B00:10:541:Invincibility "OFF" PL2 (2/2) mooaa:0:180A45:64:000:Infinite Lives PL3 mooaa:0:18231F:03:000:Infinite Energy PL3 mooaa:0:182358:AF:000:Invincibility "ON" PL3 mooaa:0:182300:10:520:Invincibility "ON" PL3 (2/2) mooaa:0:182358:01:001:Invincibility "OFF" PL3 mooaa:0:182300:10:541:Invincibility "OFF" PL3 (2/2) mooaa:0:180AC5:64:000:Infinite Lives PL4 mooaa:0:182B1F:03:000:Infinite Energy PL4 mooaa:0:182B58:AF:000:Invincibility "ON" PL4 mooaa:0:182B00:10:520:Invincibility "ON" PL4 (2/2) mooaa:0:182B58:01:001:Invincibility "OFF" PL4 mooaa:0:182B00:10:541:Invincibility "OFF" PL4 (2/2) ; [ Wild West C.O.W.-Boys of Moo Mesa (bootleg ver AA) ] moobl:0:180945:64:000:Infinite Lives PL1 moobl:0:18131F:03:000:Infinite Energy PL1 moobl:0:181358:AF:000:Invincibility "ON" PL1 moobl:0:181300:10:520:Invincibility "ON" PL1 (2/2) moobl:0:181358:01:001:Invincibility "OFF" PL1 moobl:0:181300:10:541:Invincibility "OFF" PL1 (2/2) moobl:0:1809C5:64:000:Infinite Lives PL2 moobl:0:181B1F:03:000:Infinite Energy PL2 moobl:0:181B58:AF:000:Invincibility "ON" PL2 moobl:0:181B00:10:520:Invincibility "ON" PL2 (2/2) moobl:0:181B58:01:001:Invincibility "OFF" PL2 moobl:0:181B00:10:541:Invincibility "OFF" PL2 (2/2) moobl:0:180A45:64:000:Infinite Lives PL3 moobl:0:18231F:03:000:Infinite Energy PL3 moobl:0:182358:AF:000:Invincibility "ON" PL3 moobl:0:182300:10:520:Invincibility "ON" PL3 (2/2) moobl:0:182358:01:001:Invincibility "OFF" PL3 moobl:0:182300:10:541:Invincibility "OFF" PL3 (2/2) moobl:0:180AC5:64:000:Infinite Lives PL4 moobl:0:182B1F:03:000:Infinite Energy PL4 moobl:0:182B58:AF:000:Invincibility "ON" PL4 moobl:0:182B00:10:520:Invincibility "ON" PL4 (2/2) moobl:0:182B58:01:001:Invincibility "OFF" PL4 moobl:0:182B00:10:541:Invincibility "OFF" PL4 (2/2) ; [ Moon Alien Part 2 ] moonal2:0:821D:05:000:Infinite Lives moonal2:0:8080:FF:000:Infinite Energy moonal2:0:12D9:C9:100:Invincibility :moonal2:00100000:8013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Moon Alien Part 2 (older version) ] moonal2b:0:821D:05:000:Infinite Lives moonal2b:0:8080:FF:000:Infinite Energy moonal2b:0:12D9:C9:100:Invincibility :moonal2b:00100000:8013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Moon Alien ] moonaln:0:421D:05:000:Infinite Lives moonaln:0:12D9:C9:100:Invincibility :moonaln:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Moon Base ] moonbase:0:2009:78:000:Invaders never drop moonbase:0:2069:00:000:Invaders don't fire moonbase:0:206A:30:500:Invaders don't fire (2/2) moonbase:0:02D9:C3:100:Bullet Invincibility moonbase:0:2094:04:540:Bullet Invincibility (2/3) moonbase:0:2015:FF:500:Bullet Invincibility (3/3) :moonbase:62000000:0000:00000000:00000000:Bullet Speed always = :moonbase:00010000:202C:00000002:FFFFFFFF:Slow :moonbase:00010000:202C:00000004:FFFFFFFF:Normal :moonbase:00010000:202C:00000006:FFFFFFFF:Fast :moonbase:00010000:202C:00000008:FFFFFFFF:V Fast :moonbase:00010000:202C:0000000A:FFFFFFFF:Turbo moonbase:0:1424:00:100:Autofire Mode moonbase:0:21FF:07:000:Infinite Lives PL1 moonbase:0:2100:00:001:Kill All Invaders Now! PL1 moonbase:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 moonbase:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) moonbase:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) moonbase:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) moonbase:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) moonbase:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) moonbase:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) moonbase:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) moonbase:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) moonbase:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) moonbase:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line moonbase:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) moonbase:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) moonbase:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) moonbase:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) moonbase:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) moonbase:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) moonbase:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) moonbase:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) moonbase:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) moonbase:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) moonbase:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line moonbase:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) moonbase:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) moonbase:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) moonbase:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) moonbase:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) moonbase:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) moonbase:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) moonbase:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) moonbase:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) moonbase:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) moonbase:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line moonbase:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) moonbase:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) moonbase:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) moonbase:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) moonbase:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) moonbase:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) moonbase:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) moonbase:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) moonbase:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) moonbase:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) moonbase:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line moonbase:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) moonbase:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) moonbase:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) moonbase:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) moonbase:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) moonbase:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) moonbase:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) moonbase:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) moonbase:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) moonbase:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) moonbase:0:22FF:07:000:Infinite Lives PL2 moonbase:0:2200:00:001:Kill All Invaders Now! PL2 moonbase:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 moonbase:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) moonbase:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) moonbase:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) moonbase:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) moonbase:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) moonbase:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) moonbase:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) moonbase:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) moonbase:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) moonbase:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line moonbase:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) moonbase:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) moonbase:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) moonbase:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) moonbase:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) moonbase:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) moonbase:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) moonbase:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) moonbase:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) moonbase:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) moonbase:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line moonbase:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) moonbase:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) moonbase:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) moonbase:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) moonbase:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) moonbase:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) moonbase:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) moonbase:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) moonbase:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) moonbase:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) moonbase:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line moonbase:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) moonbase:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) moonbase:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) moonbase:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) moonbase:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) moonbase:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) moonbase:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) moonbase:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) moonbase:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) moonbase:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) moonbase:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line moonbase:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) moonbase:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) moonbase:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) moonbase:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) moonbase:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) moonbase:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) moonbase:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) moonbase:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) moonbase:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) moonbase:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Moon Cresta (Galaxian hardware) ] :mooncrgx:20800000:2124:000000C9:FFFFFFFF:Invincibility :mooncrgx:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :mooncrgx:00100000:4230:00000999:FFFFFFFF:Infinite Docking Time :mooncrgx:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :mooncrgx:00000000:4234:00000000:FFFFFFFF:Rapid Fire :mooncrgx:00000000:4140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :mooncrgx:00010000:4143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :mooncrgx:00010000:4145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :mooncrgx:00010000:4148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :mooncrgx:00010000:414A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :mooncrgx:00010000:414D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :mooncrgx:00000001:423C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Moon Cresta (bootleg set 2) ] :mooncrs2:20800000:2124:000000C9:FFFFFFFF:Invincibility :mooncrs2:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :mooncrs2:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :mooncrs2:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :mooncrs2:00000000:8234:00000000:FFFFFFFF:Rapid Fire :mooncrs2:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :mooncrs2:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :mooncrs2:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :mooncrs2:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :mooncrs2:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :mooncrs2:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :mooncrs2:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect :mooncrs2:20900000:0005:000000AD:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Moon Cresta (Nichibutsu, old rev) ] :mooncrsa:20800000:2124:000000C9:FFFFFFFF:Invincibility :mooncrsa:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :mooncrsa:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :mooncrsa:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :mooncrsa:00000000:8234:00000000:FFFFFFFF:Rapid Fire :mooncrsa:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :mooncrsa:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :mooncrsa:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :mooncrsa:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :mooncrsa:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :mooncrsa:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :mooncrsa:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Moon Cresta (bootleg set 1) ] :mooncrsb:20800000:2124:000000C9:FFFFFFFF:Invincibility :mooncrsb:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :mooncrsb:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :mooncrsb:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :mooncrsb:00000000:8234:00000000:FFFFFFFF:Rapid Fire :mooncrsb:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :mooncrsb:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :mooncrsb:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :mooncrsb:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :mooncrsb:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :mooncrsb:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :mooncrsb:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Moon Cresta (Gremlin) ] :mooncrsg:20800000:2124:000000C9:FFFFFFFF:Invincibility :mooncrsg:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :mooncrsg:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :mooncrsg:20800100:341B:00000008:FFFFFFFF:Select Bullet Speed :mooncrsg:00000000:8234:00000000:FFFFFFFF:Rapid Fire :mooncrsg:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :mooncrsg:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :mooncrsg:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :mooncrsg:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :mooncrsg:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :mooncrsg:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :mooncrsg:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Moon Cresta (Nichibutsu) ] :mooncrst:20800000:2124:000000C9:FFFFFFFF:Invincibility :mooncrst:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :mooncrst:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :mooncrst:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :mooncrst:00000000:8234:00000000:FFFFFFFF:Rapid Fire :mooncrst:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :mooncrst:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :mooncrst:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :mooncrst:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :mooncrst:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :mooncrst:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :mooncrst:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Moon Cresta (Nichibutsu, unencrypted) ] :mooncrsu:20800000:2124:000000C9:FFFFFFFF:Invincibility :mooncrsu:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :mooncrsu:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :mooncrsu:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :mooncrsu:00000000:8234:00000000:FFFFFFFF:Rapid Fire :mooncrsu:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :mooncrsu:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :mooncrsu:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :mooncrsu:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :mooncrsu:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :mooncrsu:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :mooncrsu:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Moon Light ] moonlght:0:0000:00:999:[Activate 1 of these cheats ] moonlght:0:0000:00:999:[on the "W-Up" screen. ] moonlght:0:BD8C:02:001:One Win = 3rd moonlght:0:BD8C:03:001:One Win = 4th moonlght:0:BD8C:04:001:One Win = 5th moonlght:0:BD8C:04:000:One card to guess in W-UP moonlght:0:BBAD:07:000:Infinite free plays moonlght:0:BBA5:09:000:Always bonus - cher. moonlght:0:BBA7:00:500:Always bonus - cher. (2/2) moonlght:0:BBA8:05:000:Always bonus - bells moonlght:0:BBA7:00:500:Always bonus - bells (2/2) moonlght:0:BBAB:01:000:Always bonus - BAR 1 moonlght:0:BBA7:01:500:Always bonus - BAR 1 (2/2) moonlght:0:BBA5:09:001:Get bonus - cher. Now! moonlght:0:BBA7:00:501:Get bonus - cher. Now! (2/2) moonlght:0:BBA8:05:001:Get bonus - bells Now! moonlght:0:BBA7:00:501:Get bonus - bells Now! (2/2) moonlght:0:BBAB:01:001:Get bonus - BAR 1 Now! moonlght:0:BBA7:01:501:Get bonus - BAR 1 Now! (2/2) moonlght:0:BBA4:11:001:Bonus is BAR 1 moonlght:0:BBA4:44:001:Bonus is cherries moonlght:0:BBA4:88:001:Bonus is bells ; [ Moon Quasar ] moonqsr:0:8087:F8:000:Infinite Fuel ; [ Moonwar ] moonwar:0:8744:09:000:Infinite Lives moonwar:0:8758:99:000:Infinite Fuel moonwar:0:875A:99:000:Infinite Shields ; [ Moonwar (older) ] moonwara:0:8744:09:000:Infinite Lives moonwara:0:8758:99:000:Infinite Fuel moonwara:0:875A:99:000:Infinite Shields ; [ Wild West C.O.W.-Boys of Moo Mesa (ver UA) ] mooua:0:180945:64:000:Infinite Lives PL1 mooua:0:18131F:03:000:Infinite Energy PL1 mooua:0:181358:AF:000:Invincibility "ON" PL1 mooua:0:181300:10:520:Invincibility "ON" PL1 (2/2) mooua:0:181358:01:001:Invincibility "OFF" PL1 mooua:0:181300:10:541:Invincibility "OFF" PL1 (2/2) mooua:0:1809C5:64:000:Infinite Lives PL2 mooua:0:181B1F:03:000:Infinite Energy PL2 mooua:0:181B58:AF:000:Invincibility "ON" PL2 mooua:0:181B00:10:520:Invincibility "ON" PL2 (2/2) mooua:0:181B58:01:001:Invincibility "OFF" PL2 mooua:0:181B00:10:541:Invincibility "OFF" PL2 (2/2) mooua:0:180A45:64:000:Infinite Lives PL3 mooua:0:18231F:03:000:Infinite Energy PL3 mooua:0:182358:AF:000:Invincibility "ON" PL3 mooua:0:182300:10:520:Invincibility "ON" PL3 (2/2) mooua:0:182358:01:001:Invincibility "OFF" PL3 mooua:0:182300:10:541:Invincibility "OFF" PL3 (2/2) mooua:0:180AC5:64:000:Infinite Lives PL4 mooua:0:182B1F:03:000:Infinite Energy PL4 mooua:0:182B58:AF:000:Invincibility "ON" PL4 mooua:0:182B00:10:520:Invincibility "ON" PL4 (2/2) mooua:0:182B58:01:001:Invincibility "OFF" PL4 mooua:0:182B00:10:541:Invincibility "OFF" PL4 (2/2) ; [ More More ] moremore:0:0000:00:999:[ This game hasn't even ]:REASON 11 moremore:0:0000:00:999:[ been looked at due to ]:REASON 11 moremore:0:0000:00:999:[ time constraints - Too]:REASON 11 moremore:0:0000:00:999:[ many games and so ]:REASON 11 moremore:0:0000:00:999:[ little time. It is ]:REASON 11 moremore:0:0000:00:999:[ even possible that ]:REASON 11 moremore:0:0000:00:999:[ this game may be a ]:REASON 11 moremore:0:0000:00:999:[ clone of an existing ]:REASON 11 moremore:0:0000:00:999:[ game which may have ]:REASON 11 moremore:0:0000:00:999:[ cheats. Please search ]:REASON 11 moremore:0:0000:00:999:[ the cheat forums ]:REASON 11 moremore:0:0000:00:999:[ before posting cheat ]:REASON 11 moremore:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ More More Plus ] moremorp:0:102295:FF:000:Infinite Credits moremorp:0:102294:7F:500:Infinite Credits (2/2) moremorp:0:10254F:1A:001:Finish this Stage Now! moremorp:0:10259B:1A:501:Finish this Stage Now! (2/3):Part 1 for Stages 1 7 8 9 11 & 17, Part 2 for Stage 2 & 18 moremorp:0:10246F:1A:501:Finish this Stage Now! (3/3):Part 3 for Stages 3 4 5 6 10 12 13 14 15 16 19 & 20 moremorp:0:102309:05:000:Infinite Lives PL1 moremorp:0:10230B:05:000:Infinite Lives PL2 moremorp:0:000000:00:999:[ Stage 1 ] moremorp:0:102DBD:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:10254F:FF:000:Score always = 255 PL1 moremorp:0:1025E5:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stage 2 ] moremorp:0:1026A3:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:10259B:FF:000:Score always = 255 PL1 moremorp:0:102631:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stages 3-6, 10, 12-16 & 19-20 ] moremorp:0:102457:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:10246F:FF:000:Score always = 255 PL1 moremorp:0:102471:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stage 7 ] moremorp:0:1026ED:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:10254F:FF:000:Score always = 255 PL1 moremorp:0:10262F:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stage 8 ] moremorp:0:1028D1:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:102921:FF:000:Score always = 255 PL1 moremorp:0:102923:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stage 9 ] moremorp:0:10254F:FF:000:Score always = 255 PL1 moremorp:0:1025F9:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stage 11 ] moremorp:0:102821:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:10254F:FF:000:Score always = 255 PL1 moremorp:0:1025E5:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stage 17 ] moremorp:0:102951:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:10254F:FF:000:Score always = 255 Pl1 moremorp:0:1025E5:FF:000:Score always = 255 PL2 moremorp:0:000000:00:999:[ Stage 18 ] moremorp:0:102781:05:000:Infinite Time:Turn this cheat OFF to finish the stage moremorp:0:10259B:FF:000:Score always = 255 PL1 moremorp:0:102631:FF:000:Score always = 255 PL2 ; [ Mosaic ] mosaic:0:20183:63:000:Infinite Bombs mosaic:0:20011:00:000:Always One line to end level mosaic:0:20011:01:001:One line to end level Now! mosaic:0:20010:5E:001:Level 96 when level ends mosaic:0:20010:5F:061:Select next level :mosaic:62000000:00000:00000000:00000000:Next Shape always =:Note the next shape indicator will not update though! :mosaic:00010000:2001A:00000000:FFFFFFFF:Light Blue L :mosaic:00010000:2001A:00000001:FFFFFFFF:Yellow L :mosaic:00010000:2001A:00000002:FFFFFFFF:Dark Blue Square :mosaic:00010000:2001A:00000003:FFFFFFFF:Red Line :mosaic:00010000:2001A:00000004:FFFFFFFF:Purple Z :mosaic:00010000:2001A:00000005:FFFFFFFF:Green Z :mosaic:00010000:2001A:00000006:FFFFFFFF:Grey T :mosaic:00010000:2001A:00000007:FFFFFFFF:Left Arrow :mosaic:00010000:2001A:00000008:FFFFFFFF:Down Arrow :mosaic:62000001:00000:00000000:00000000:Next Shape Now! =:Note the next shape indicator will not update though! :mosaic:00010001:2001A:00000000:FFFFFFFF:Light Blue L :mosaic:00010001:2001A:00000001:FFFFFFFF:Yellow L :mosaic:00010001:2001A:00000002:FFFFFFFF:Dark Blue Square :mosaic:00010001:2001A:00000003:FFFFFFFF:Red Line :mosaic:00010001:2001A:00000004:FFFFFFFF:Purple Z :mosaic:00010001:2001A:00000005:FFFFFFFF:Green Z :mosaic:00010001:2001A:00000006:FFFFFFFF:Grey T :mosaic:00010001:2001A:00000007:FFFFFFFF:Left Arrow :mosaic:00010001:2001A:00000008:FFFFFFFF:Down Arrow ; [ Mosaic (Fuuki) ] mosaica:0:20183:63:000:Infinite Bombs mosaica:0:20011:00:000:Always One line to end level mosaica:0:20011:01:001:One line to end level Now! mosaica:0:20010:5E:001:Level 96 when level ends mosaica:0:20010:5F:061:Select next level :mosaica:62000000:00000:00000000:00000000:Next Shape always =:Note the next shape indicator will not update though! :mosaica:00010000:2001A:00000000:FFFFFFFF:Light Blue L :mosaica:00010000:2001A:00000001:FFFFFFFF:Yellow L :mosaica:00010000:2001A:00000002:FFFFFFFF:Dark Blue Square :mosaica:00010000:2001A:00000003:FFFFFFFF:Red Line :mosaica:00010000:2001A:00000004:FFFFFFFF:Purple Z :mosaica:00010000:2001A:00000005:FFFFFFFF:Green Z :mosaica:00010000:2001A:00000006:FFFFFFFF:Grey T :mosaica:00010000:2001A:00000007:FFFFFFFF:Left Arrow :mosaica:00010000:2001A:00000008:FFFFFFFF:Down Arrow :mosaica:62000001:00000:00000000:00000000:Next Shape Now! =:Note the next shape indicator will not update though! :mosaica:00010001:2001A:00000000:FFFFFFFF:Light Blue L :mosaica:00010001:2001A:00000001:FFFFFFFF:Yellow L :mosaica:00010001:2001A:00000002:FFFFFFFF:Dark Blue Square :mosaica:00010001:2001A:00000003:FFFFFFFF:Red Line :mosaica:00010001:2001A:00000004:FFFFFFFF:Purple Z :mosaica:00010001:2001A:00000005:FFFFFFFF:Green Z :mosaica:00010001:2001A:00000006:FFFFFFFF:Grey T :mosaica:00010001:2001A:00000007:FFFFFFFF:Left Arrow :mosaica:00010001:2001A:00000008:FFFFFFFF:Down Arrow ; [ Mosaic (F2 System) ] mosaicf2:0:0000:00:999:[ This game hasn't even ]:REASON 11 mosaicf2:0:0000:00:999:[ been looked at due to ]:REASON 11 mosaicf2:0:0000:00:999:[ time constraints - Too]:REASON 11 mosaicf2:0:0000:00:999:[ many games and so ]:REASON 11 mosaicf2:0:0000:00:999:[ little time. It is ]:REASON 11 mosaicf2:0:0000:00:999:[ even possible that ]:REASON 11 mosaicf2:0:0000:00:999:[ this game may be a ]:REASON 11 mosaicf2:0:0000:00:999:[ clone of an existing ]:REASON 11 mosaicf2:0:0000:00:999:[ game which may have ]:REASON 11 mosaicf2:0:0000:00:999:[ cheats. Please search ]:REASON 11 mosaicf2:0:0000:00:999:[ the cheat forums ]:REASON 11 mosaicf2:0:0000:00:999:[ before posting cheat ]:REASON 11 mosaicf2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Syougi No Tatsujin - Master of Syougi ] :mosyougi:60000000:000000:00000000:00000000: :mosyougi:60000000:000000:00000000:00000000:Use for Shogi :mosyougi:60000000:000000:00000000:00000000: :mosyougi:00300000:10B061:09000040:FF00FFFF:Infinite Time PL1 :mosyougi:00000000:10B8B4:00000009:FFFFFFFF:Infinite Pawns in Reserve PL1 :mosyougi:00000000:10B8B5:00000009:FFFFFFFF:Infinite Lances in Reserve PL1 :mosyougi:00000000:10B8B6:00000009:FFFFFFFF:Infinite Knights in Reserve PL1 :mosyougi:00000000:10B8B7:00000009:FFFFFFFF:Infinite Silvers in Reserve PL1 :mosyougi:00000000:10B8B8:00000009:FFFFFFFF:Infinite Golds in Reserve PL1 :mosyougi:00000000:10B8B9:00000009:FFFFFFFF:Infinite Bishops in Reserve PL1 :mosyougi:00000000:10B8BA:00000009:FFFFFFFF:Infinite Rooks in Reserve PL1 :mosyougi:00300000:10B071:09000040:FF00FFFF:Infinite Time PL2 :mosyougi:00000000:10B8C4:00000009:FFFFFFFF:Infinite Pawns in Reserve PL2 :mosyougi:00000000:10B8C5:00000009:FFFFFFFF:Infinite Lances in Reserve PL2 :mosyougi:00000000:10B8C6:00000009:FFFFFFFF:Infinite Knights in Reserve PL2 :mosyougi:00000000:10B8C7:00000009:FFFFFFFF:Infinite Silvers in Reserve PL2 :mosyougi:00000000:10B8C8:00000009:FFFFFFFF:Infinite Golds in Reserve PL2 :mosyougi:00000000:10B8C9:00000009:FFFFFFFF:Infinite Bishops in Reserve PL2 :mosyougi:00000000:10B8CA:00000009:FFFFFFFF:Infinite Rooks in Reserve PL2 :mosyougi:60000000:000000:00000000:00000000: :mosyougi:60000000:000000:00000000:00000000:Use for Hasami Shogi :mosyougi:60000000:000000:00000000:00000000: :mosyougi:00000001:10B020:0000000A:FFFFFFFF:Win on the Next Piece Taken Now! :mosyougi:00100000:10B064:00000980:FFFFFFFF:Infinite Time PL1 :mosyougi:00100000:10B074:00000980:FFFFFFFF:Infinite Time PL2 :mosyougi:60000000:000000:00000000:00000000: :mosyougi:60000000:000000:00000000:00000000:Board Cheats :mosyougi:60000000:000000:00000000:00000000:For Hasami Shogi, only place Pawn PL1 :mosyougi:60000000:000000:00000000:00000000:and PL2 Tokin :mosyougi:60000000:000000:00000000:00000000:Rows run top to bottom, columns right to left :mosyougi:60000000:000000:00000000:00000000: :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 9) :mosyougi:00010000:10B824:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B824:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B824:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B824:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B824:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B824:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B824:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B824:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B824:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B824:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B824:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B824:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B824:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B824:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B824:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B824:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B824:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B824:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B824:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B824:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B824:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B824:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B824:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B824:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B824:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B824:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B824:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B824:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B824:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 8) :mosyougi:00010000:10B825:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B825:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B825:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B825:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B825:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B825:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B825:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B825:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B825:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B825:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B825:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B825:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B825:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B825:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B825:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B825:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B825:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B825:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B825:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B825:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B825:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B825:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B825:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B825:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B825:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B825:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B825:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B825:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B825:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 7) :mosyougi:00010000:10B826:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B826:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B826:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B826:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B826:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B826:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B826:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B826:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B826:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B826:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B826:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B826:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B826:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B826:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B826:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B826:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B826:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B826:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B826:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B826:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B826:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B826:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B826:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B826:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B826:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B826:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B826:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B826:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B826:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 6) :mosyougi:00010000:10B827:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B827:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B827:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B827:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B827:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B827:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B827:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B827:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B827:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B827:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B827:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B827:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B827:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B827:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B827:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B827:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B827:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B827:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B827:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B827:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B827:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B827:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B827:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B827:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B827:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B827:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B827:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B827:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B827:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 5) :mosyougi:00010000:10B828:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B828:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B828:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B828:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B828:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B828:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B828:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B828:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B828:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B828:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B828:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B828:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B828:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B828:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B828:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B828:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B828:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B828:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B828:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B828:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B828:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B828:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B828:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B828:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B828:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B828:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B828:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B828:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B828:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 4) :mosyougi:00010000:10B829:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B829:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B829:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B829:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B829:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B829:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B829:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B829:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B829:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B829:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B829:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B829:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B829:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B829:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B829:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B829:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B829:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B829:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B829:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B829:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B829:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B829:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B829:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B829:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B829:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B829:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B829:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B829:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B829:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 3) :mosyougi:00010000:10B82A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B82A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B82A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B82A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B82A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B82A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B82A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B82A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B82A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B82A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B82A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B82A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B82A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B82A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B82A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B82A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B82A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B82A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B82A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B82A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B82A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B82A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B82A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B82A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B82A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B82A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B82A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B82A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B82A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 2) :mosyougi:00010000:10B82B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B82B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B82B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B82B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B82B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B82B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B82B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B82B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B82B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B82B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B82B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B82B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B82B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B82B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B82B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B82B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B82B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B82B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B82B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B82B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B82B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B82B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B82B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B82B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B82B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B82B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B82B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B82B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B82B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (1, 1) :mosyougi:00010000:10B82C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B82C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B82C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B82C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B82C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B82C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B82C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B82C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B82C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B82C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B82C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B82C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B82C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B82C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B82C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B82C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B82C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B82C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B82C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B82C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B82C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B82C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B82C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B82C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B82C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B82C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B82C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B82C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B82C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 9) :mosyougi:00010000:10B834:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B834:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B834:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B834:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B834:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B834:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B834:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B834:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B834:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B834:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B834:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B834:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B834:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B834:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B834:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B834:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B834:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B834:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B834:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B834:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B834:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B834:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B834:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B834:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B834:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B834:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B834:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B834:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B834:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 8) :mosyougi:00010000:10B835:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B835:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B835:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B835:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B835:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B835:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B835:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B835:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B835:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B835:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B835:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B835:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B835:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B835:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B835:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B835:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B835:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B835:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B835:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B835:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B835:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B835:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B835:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B835:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B835:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B835:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B835:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B835:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B835:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 7) :mosyougi:00010000:10B836:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B836:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B836:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B836:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B836:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B836:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B836:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B836:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B836:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B836:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B836:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B836:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B836:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B836:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B836:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B836:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B836:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B836:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B836:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B836:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B836:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B836:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B836:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B836:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B836:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B836:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B836:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B836:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B836:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 6) :mosyougi:00010000:10B837:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B837:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B837:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B837:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B837:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B837:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B837:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B837:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B837:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B837:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B837:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B837:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B837:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B837:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B837:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B837:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B837:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B837:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B837:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B837:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B837:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B837:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B837:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B837:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B837:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B837:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B837:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B837:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B837:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 5) :mosyougi:00010000:10B838:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B838:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B838:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B838:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B838:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B838:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B838:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B838:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B838:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B838:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B838:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B838:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B838:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B838:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B838:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B838:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B838:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B838:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B838:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B838:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B838:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B838:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B838:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B838:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B838:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B838:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B838:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B838:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B838:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 4) :mosyougi:00010000:10B839:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B839:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B839:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B839:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B839:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B839:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B839:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B839:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B839:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B839:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B839:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B839:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B839:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B839:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B839:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B839:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B839:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B839:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B839:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B839:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B839:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B839:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B839:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B839:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B839:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B839:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B839:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B839:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B839:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 3) :mosyougi:00010000:10B83A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B83A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B83A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B83A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B83A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B83A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B83A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B83A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B83A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B83A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B83A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B83A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B83A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B83A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B83A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B83A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B83A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B83A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B83A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B83A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B83A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B83A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B83A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B83A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B83A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B83A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B83A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B83A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B83A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 2) :mosyougi:00010000:10B83B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B83B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B83B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B83B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B83B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B83B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B83B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B83B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B83B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B83B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B83B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B83B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B83B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B83B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B83B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B83B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B83B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B83B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B83B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B83B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B83B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B83B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B83B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B83B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B83B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B83B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B83B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B83B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B83B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (2, 1) :mosyougi:00010000:10B83C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B83C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B83C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B83C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B83C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B83C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B83C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B83C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B83C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B83C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B83C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B83C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B83C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B83C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B83C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B83C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B83C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B83C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B83C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B83C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B83C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B83C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B83C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B83C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B83C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B83C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B83C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B83C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B83C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 9) :mosyougi:00010000:10B844:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B844:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B844:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B844:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B844:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B844:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B844:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B844:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B844:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B844:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B844:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B844:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B844:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B844:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B844:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B844:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B844:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B844:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B844:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B844:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B844:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B844:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B844:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B844:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B844:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B844:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B844:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B844:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B844:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 8) :mosyougi:00010000:10B845:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B845:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B845:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B845:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B845:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B845:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B845:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B845:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B845:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B845:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B845:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B845:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B845:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B845:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B845:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B845:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B845:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B845:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B845:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B845:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B845:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B845:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B845:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B845:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B845:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B845:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B845:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B845:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B845:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 7) :mosyougi:00010000:10B846:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B846:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B846:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B846:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B846:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B846:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B846:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B846:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B846:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B846:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B846:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B846:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B846:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B846:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B846:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B846:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B846:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B846:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B846:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B846:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B846:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B846:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B846:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B846:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B846:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B846:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B846:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B846:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B846:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 6) :mosyougi:00010000:10B847:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B847:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B847:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B847:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B847:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B847:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B847:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B847:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B847:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B847:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B847:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B847:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B847:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B847:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B847:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B847:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B847:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B847:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B847:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B847:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B847:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B847:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B847:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B847:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B847:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B847:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B847:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B847:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B847:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 5) :mosyougi:00010000:10B848:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B848:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B848:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B848:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B848:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B848:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B848:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B848:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B848:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B848:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B848:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B848:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B848:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B848:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B848:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B848:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B848:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B848:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B848:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B848:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B848:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B848:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B848:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B848:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B848:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B848:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B848:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B848:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B848:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 4) :mosyougi:00010000:10B849:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B849:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B849:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B849:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B849:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B849:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B849:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B849:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B849:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B849:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B849:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B849:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B849:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B849:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B849:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B849:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B849:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B849:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B849:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B849:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B849:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B849:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B849:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B849:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B849:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B849:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B849:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B849:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B849:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 3) :mosyougi:00010000:10B84A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B84A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B84A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B84A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B84A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B84A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B84A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B84A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B84A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B84A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B84A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B84A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B84A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B84A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B84A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B84A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B84A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B84A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B84A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B84A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B84A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B84A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B84A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B84A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B84A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B84A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B84A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B84A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B84A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 2) :mosyougi:00010000:10B84B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B84B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B84B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B84B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B84B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B84B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B84B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B84B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B84B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B84B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B84B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B84B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B84B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B84B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B84B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B84B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B84B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B84B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B84B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B84B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B84B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B84B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B84B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B84B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B84B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B84B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B84B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B84B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B84B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (3, 1) :mosyougi:00010000:10B84C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B84C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B84C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B84C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B84C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B84C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B84C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B84C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B84C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B84C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B84C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B84C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B84C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B84C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B84C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B84C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B84C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B84C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B84C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B84C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B84C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B84C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B84C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B84C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B84C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B84C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B84C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B84C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B84C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 9) :mosyougi:00010000:10B854:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B854:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B854:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B854:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B854:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B854:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B854:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B854:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B854:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B854:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B854:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B854:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B854:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B854:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B854:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B854:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B854:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B854:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B854:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B854:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B854:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B854:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B854:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B854:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B854:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B854:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B854:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B854:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B854:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 8) :mosyougi:00010000:10B855:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B855:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B855:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B855:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B855:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B855:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B855:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B855:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B855:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B855:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B855:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B855:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B855:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B855:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B855:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B855:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B855:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B855:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B855:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B855:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B855:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B855:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B855:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B855:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B855:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B855:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B855:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B855:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B855:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 7) :mosyougi:00010000:10B856:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B856:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B856:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B856:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B856:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B856:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B856:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B856:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B856:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B856:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B856:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B856:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B856:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B856:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B856:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B856:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B856:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B856:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B856:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B856:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B856:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B856:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B856:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B856:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B856:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B856:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B856:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B856:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B856:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 6) :mosyougi:00010000:10B857:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B857:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B857:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B857:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B857:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B857:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B857:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B857:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B857:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B857:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B857:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B857:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B857:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B857:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B857:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B857:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B857:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B857:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B857:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B857:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B857:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B857:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B857:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B857:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B857:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B857:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B857:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B857:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B857:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 5) :mosyougi:00010000:10B858:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B858:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B858:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B858:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B858:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B858:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B858:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B858:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B858:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B858:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B858:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B858:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B858:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B858:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B858:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B858:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B858:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B858:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B858:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B858:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B858:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B858:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B858:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B858:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B858:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B858:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B858:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B858:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B858:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 4) :mosyougi:00010000:10B859:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B859:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B859:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B859:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B859:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B859:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B859:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B859:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B859:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B859:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B859:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B859:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B859:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B859:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B859:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B859:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B859:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B859:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B859:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B859:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B859:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B859:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B859:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B859:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B859:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B859:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B859:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B859:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B859:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 3) :mosyougi:00010000:10B85A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B85A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B85A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B85A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B85A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B85A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B85A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B85A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B85A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B85A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B85A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B85A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B85A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B85A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B85A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B85A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B85A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B85A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B85A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B85A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B85A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B85A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B85A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B85A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B85A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B85A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B85A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B85A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B85A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 2) :mosyougi:00010000:10B85B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B85B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B85B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B85B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B85B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B85B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B85B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B85B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B85B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B85B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B85B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B85B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B85B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B85B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B85B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B85B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B85B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B85B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B85B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B85B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B85B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B85B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B85B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B85B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B85B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B85B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B85B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B85B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B85B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (4, 1) :mosyougi:00010000:10B85C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B85C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B85C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B85C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B85C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B85C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B85C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B85C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B85C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B85C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B85C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B85C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B85C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B85C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B85C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B85C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B85C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B85C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B85C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B85C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B85C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B85C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B85C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B85C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B85C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B85C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B85C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B85C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B85C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 9) :mosyougi:00010000:10B864:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B864:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B864:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B864:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B864:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B864:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B864:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B864:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B864:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B864:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B864:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B864:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B864:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B864:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B864:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B864:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B864:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B864:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B864:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B864:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B864:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B864:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B864:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B864:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B864:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B864:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B864:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B864:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B864:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 8) :mosyougi:00010000:10B865:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B865:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B865:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B865:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B865:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B865:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B865:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B865:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B865:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B865:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B865:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B865:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B865:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B865:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B865:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B865:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B865:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B865:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B865:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B865:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B865:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B865:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B865:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B865:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B865:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B865:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B865:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B865:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B865:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 7) :mosyougi:00010000:10B866:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B866:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B866:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B866:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B866:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B866:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B866:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B866:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B866:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B866:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B866:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B866:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B866:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B866:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B866:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B866:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B866:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B866:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B866:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B866:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B866:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B866:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B866:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B866:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B866:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B866:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B866:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B866:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B866:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 6) :mosyougi:00010000:10B867:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B867:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B867:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B867:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B867:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B867:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B867:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B867:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B867:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B867:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B867:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B867:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B867:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B867:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B867:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B867:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B867:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B867:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B867:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B867:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B867:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B867:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B867:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B867:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B867:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B867:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B867:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B867:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B867:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 5) :mosyougi:00010000:10B868:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B868:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B868:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B868:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B868:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B868:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B868:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B868:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B868:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B868:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B868:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B868:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B868:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B868:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B868:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B868:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B868:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B868:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B868:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B868:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B868:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B868:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B868:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B868:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B868:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B868:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B868:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B868:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B868:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 4) :mosyougi:00010000:10B869:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B869:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B869:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B869:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B869:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B869:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B869:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B869:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B869:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B869:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B869:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B869:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B869:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B869:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B869:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B869:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B869:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B869:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B869:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B869:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B869:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B869:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B869:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B869:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B869:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B869:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B869:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B869:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B869:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 3) :mosyougi:00010000:10B86A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B86A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B86A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B86A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B86A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B86A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B86A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B86A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B86A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B86A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B86A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B86A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B86A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B86A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B86A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B86A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B86A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B86A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B86A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B86A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B86A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B86A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B86A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B86A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B86A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B86A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B86A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B86A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B86A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 2) :mosyougi:00010000:10B86B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B86B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B86B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B86B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B86B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B86B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B86B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B86B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B86B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B86B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B86B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B86B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B86B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B86B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B86B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B86B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B86B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B86B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B86B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B86B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B86B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B86B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B86B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B86B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B86B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B86B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B86B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B86B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B86B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (5, 1) :mosyougi:00010000:10B86C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B86C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B86C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B86C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B86C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B86C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B86C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B86C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B86C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B86C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B86C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B86C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B86C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B86C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B86C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B86C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B86C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B86C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B86C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B86C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B86C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B86C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B86C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B86C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B86C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B86C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B86C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B86C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B86C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 9) :mosyougi:00010000:10B874:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B874:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B874:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B874:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B874:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B874:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B874:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B874:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B874:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B874:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B874:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B874:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B874:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B874:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B874:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B874:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B874:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B874:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B874:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B874:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B874:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B874:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B874:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B874:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B874:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B874:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B874:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B874:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B874:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 8) :mosyougi:00010000:10B875:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B875:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B875:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B875:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B875:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B875:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B875:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B875:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B875:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B875:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B875:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B875:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B875:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B875:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B875:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B875:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B875:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B875:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B875:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B875:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B875:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B875:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B875:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B875:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B875:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B875:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B875:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B875:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B875:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 7) :mosyougi:00010000:10B876:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B876:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B876:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B876:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B876:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B876:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B876:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B876:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B876:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B876:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B876:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B876:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B876:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B876:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B876:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B876:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B876:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B876:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B876:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B876:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B876:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B876:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B876:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B876:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B876:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B876:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B876:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B876:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B876:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 6) :mosyougi:00010000:10B877:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B877:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B877:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B877:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B877:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B877:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B877:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B877:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B877:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B877:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B877:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B877:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B877:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B877:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B877:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B877:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B877:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B877:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B877:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B877:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B877:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B877:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B877:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B877:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B877:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B877:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B877:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B877:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B877:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 5) :mosyougi:00010000:10B878:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B878:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B878:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B878:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B878:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B878:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B878:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B878:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B878:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B878:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B878:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B878:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B878:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B878:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B878:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B878:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B878:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B878:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B878:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B878:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B878:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B878:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B878:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B878:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B878:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B878:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B878:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B878:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B878:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 4) :mosyougi:00010000:10B879:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B879:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B879:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B879:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B879:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B879:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B879:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B879:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B879:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B879:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B879:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B879:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B879:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B879:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B879:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B879:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B879:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B879:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B879:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B879:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B879:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B879:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B879:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B879:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B879:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B879:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B879:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B879:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B879:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 3) :mosyougi:00010000:10B87A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B87A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B87A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B87A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B87A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B87A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B87A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B87A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B87A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B87A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B87A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B87A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B87A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B87A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B87A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B87A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B87A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B87A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B87A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B87A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B87A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B87A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B87A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B87A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B87A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B87A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B87A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B87A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B87A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 2) :mosyougi:00010000:10B87B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B87B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B87B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B87B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B87B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B87B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B87B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B87B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B87B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B87B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B87B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B87B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B87B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B87B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B87B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B87B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B87B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B87B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B87B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B87B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B87B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B87B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B87B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B87B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B87B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B87B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B87B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B87B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B87B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (6, 1) :mosyougi:00010000:10B87C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B87C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B87C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B87C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B87C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B87C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B87C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B87C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B87C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B87C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B87C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B87C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B87C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B87C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B87C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B87C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B87C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B87C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B87C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B87C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B87C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B87C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B87C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B87C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B87C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B87C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B87C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B87C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B87C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 9) :mosyougi:00010000:10B884:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B884:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B884:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B884:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B884:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B884:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B884:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B884:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B884:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B884:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B884:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B884:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B884:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B884:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B884:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B884:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B884:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B884:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B884:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B884:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B884:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B884:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B884:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B884:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B884:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B884:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B884:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B884:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B884:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 8) :mosyougi:00010000:10B885:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B885:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B885:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B885:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B885:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B885:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B885:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B885:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B885:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B885:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B885:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B885:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B885:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B885:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B885:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B885:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B885:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B885:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B885:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B885:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B885:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B885:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B885:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B885:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B885:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B885:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B885:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B885:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B885:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 7) :mosyougi:00010000:10B886:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B886:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B886:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B886:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B886:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B886:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B886:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B886:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B886:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B886:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B886:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B886:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B886:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B886:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B886:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B886:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B886:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B886:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B886:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B886:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B886:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B886:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B886:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B886:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B886:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B886:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B886:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B886:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B886:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 6) :mosyougi:00010000:10B887:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B887:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B887:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B887:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B887:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B887:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B887:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B887:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B887:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B887:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B887:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B887:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B887:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B887:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B887:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B887:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B887:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B887:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B887:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B887:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B887:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B887:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B887:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B887:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B887:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B887:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B887:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B887:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B887:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 5) :mosyougi:00010000:10B888:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B888:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B888:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B888:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B888:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B888:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B888:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B888:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B888:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B888:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B888:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B888:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B888:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B888:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B888:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B888:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B888:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B888:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B888:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B888:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B888:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B888:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B888:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B888:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B888:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B888:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B888:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B888:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B888:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 4) :mosyougi:00010000:10B889:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B889:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B889:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B889:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B889:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B889:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B889:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B889:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B889:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B889:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B889:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B889:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B889:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B889:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B889:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B889:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B889:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B889:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B889:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B889:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B889:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B889:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B889:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B889:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B889:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B889:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B889:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B889:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B889:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 3) :mosyougi:00010000:10B88A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B88A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B88A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B88A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B88A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B88A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B88A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B88A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B88A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B88A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B88A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B88A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B88A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B88A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B88A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B88A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B88A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B88A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B88A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B88A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B88A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B88A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B88A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B88A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B88A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B88A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B88A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B88A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B88A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 2) :mosyougi:00010000:10B88B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B88B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B88B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B88B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B88B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B88B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B88B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B88B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B88B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B88B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B88B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B88B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B88B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B88B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B88B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B88B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B88B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B88B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B88B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B88B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B88B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B88B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B88B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B88B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B88B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B88B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B88B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B88B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B88B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (7, 1) :mosyougi:00010000:10B88C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B88C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B88C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B88C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B88C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B88C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B88C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B88C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B88C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B88C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B88C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B88C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B88C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B88C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B88C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B88C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B88C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B88C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B88C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B88C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B88C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B88C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B88C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B88C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B88C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B88C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B88C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B88C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B88C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 9) :mosyougi:00010000:10B894:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B894:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B894:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B894:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B894:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B894:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B894:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B894:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B894:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B894:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B894:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B894:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B894:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B894:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B894:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B894:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B894:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B894:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B894:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B894:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B894:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B894:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B894:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B894:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B894:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B894:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B894:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B894:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B894:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 8) :mosyougi:00010000:10B895:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B895:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B895:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B895:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B895:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B895:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B895:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B895:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B895:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B895:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B895:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B895:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B895:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B895:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B895:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B895:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B895:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B895:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B895:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B895:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B895:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B895:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B895:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B895:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B895:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B895:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B895:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B895:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B895:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 7) :mosyougi:00010000:10B896:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B896:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B896:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B896:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B896:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B896:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B896:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B896:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B896:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B896:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B896:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B896:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B896:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B896:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B896:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B896:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B896:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B896:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B896:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B896:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B896:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B896:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B896:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B896:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B896:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B896:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B896:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B896:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B896:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 6) :mosyougi:00010000:10B897:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B897:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B897:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B897:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B897:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B897:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B897:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B897:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B897:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B897:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B897:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B897:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B897:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B897:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B897:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B897:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B897:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B897:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B897:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B897:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B897:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B897:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B897:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B897:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B897:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B897:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B897:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B897:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B897:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 5) :mosyougi:00010000:10B898:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B898:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B898:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B898:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B898:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B898:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B898:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B898:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B898:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B898:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B898:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B898:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B898:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B898:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B898:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B898:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B898:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B898:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B898:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B898:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B898:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B898:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B898:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B898:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B898:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B898:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B898:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B898:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B898:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 4) :mosyougi:00010000:10B899:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B899:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B899:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B899:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B899:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B899:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B899:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B899:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B899:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B899:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B899:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B899:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B899:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B899:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B899:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B899:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B899:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B899:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B899:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B899:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B899:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B899:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B899:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B899:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B899:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B899:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B899:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B899:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B899:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 3) :mosyougi:00010000:10B89A:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B89A:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B89A:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B89A:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B89A:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B89A:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B89A:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B89A:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B89A:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B89A:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B89A:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B89A:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B89A:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B89A:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B89A:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B89A:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B89A:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B89A:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B89A:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B89A:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B89A:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B89A:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B89A:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B89A:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B89A:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B89A:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B89A:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B89A:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B89A:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 2) :mosyougi:00010000:10B89B:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B89B:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B89B:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B89B:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B89B:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B89B:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B89B:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B89B:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B89B:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B89B:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B89B:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B89B:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B89B:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B89B:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B89B:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B89B:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B89B:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B89B:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B89B:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B89B:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B89B:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B89B:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B89B:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B89B:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B89B:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B89B:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B89B:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B89B:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B89B:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (8, 1) :mosyougi:00010000:10B89C:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B89C:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B89C:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B89C:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B89C:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B89C:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B89C:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B89C:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B89C:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B89C:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B89C:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B89C:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B89C:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B89C:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B89C:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B89C:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B89C:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B89C:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B89C:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B89C:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B89C:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B89C:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B89C:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B89C:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B89C:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B89C:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B89C:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B89C:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B89C:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 9) :mosyougi:00010000:10B8A4:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8A4:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8A4:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8A4:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8A4:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8A4:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8A4:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8A4:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8A4:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8A4:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8A4:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8A4:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8A4:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8A4:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8A4:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8A4:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8A4:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8A4:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8A4:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8A4:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8A4:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8A4:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8A4:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8A4:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8A4:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8A4:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8A4:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8A4:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8A4:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 8) :mosyougi:00010000:10B8A5:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8A5:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8A5:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8A5:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8A5:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8A5:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8A5:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8A5:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8A5:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8A5:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8A5:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8A5:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8A5:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8A5:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8A5:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8A5:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8A5:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8A5:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8A5:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8A5:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8A5:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8A5:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8A5:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8A5:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8A5:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8A5:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8A5:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8A5:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8A5:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 7) :mosyougi:00010000:10B8A6:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8A6:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8A6:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8A6:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8A6:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8A6:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8A6:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8A6:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8A6:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8A6:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8A6:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8A6:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8A6:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8A6:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8A6:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8A6:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8A6:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8A6:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8A6:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8A6:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8A6:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8A6:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8A6:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8A6:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8A6:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8A6:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8A6:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8A6:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8A6:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 6) :mosyougi:00010000:10B8A7:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8A7:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8A7:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8A7:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8A7:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8A7:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8A7:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8A7:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8A7:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8A7:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8A7:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8A7:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8A7:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8A7:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8A7:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8A7:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8A7:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8A7:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8A7:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8A7:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8A7:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8A7:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8A7:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8A7:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8A7:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8A7:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8A7:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8A7:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8A7:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 5) :mosyougi:00010000:10B8A8:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8A8:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8A8:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8A8:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8A8:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8A8:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8A8:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8A8:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8A8:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8A8:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8A8:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8A8:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8A8:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8A8:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8A8:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8A8:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8A8:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8A8:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8A8:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8A8:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8A8:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8A8:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8A8:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8A8:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8A8:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8A8:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8A8:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8A8:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8A8:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 4) :mosyougi:00010000:10B8A9:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8A9:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8A9:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8A9:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8A9:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8A9:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8A9:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8A9:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8A9:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8A9:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8A9:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8A9:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8A9:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8A9:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8A9:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8A9:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8A9:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8A9:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8A9:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8A9:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8A9:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8A9:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8A9:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8A9:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8A9:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8A9:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8A9:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8A9:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8A9:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 3) :mosyougi:00010000:10B8AA:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8AA:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8AA:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8AA:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8AA:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8AA:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8AA:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8AA:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8AA:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8AA:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8AA:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8AA:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8AA:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8AA:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8AA:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8AA:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8AA:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8AA:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8AA:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8AA:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8AA:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8AA:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8AA:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8AA:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8AA:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8AA:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8AA:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8AA:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8AA:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 2) :mosyougi:00010000:10B8AB:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8AB:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8AB:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8AB:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8AB:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8AB:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8AB:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8AB:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8AB:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8AB:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8AB:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8AB:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8AB:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8AB:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8AB:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8AB:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8AB:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8AB:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8AB:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8AB:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8AB:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8AB:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8AB:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8AB:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8AB:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8AB:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8AB:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8AB:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8AB:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Piece at (9, 1) :mosyougi:00010000:10B8AC:00000000:FFFFFFFF:Nothing :mosyougi:00010000:10B8AC:00000041:FFFFFFFF:Pawn PL1 :mosyougi:00010000:10B8AC:00000042:FFFFFFFF:Lance PL1 :mosyougi:00010000:10B8AC:00000043:FFFFFFFF:Knight PL1 :mosyougi:00010000:10B8AC:00000044:FFFFFFFF:Silver PL1 :mosyougi:00010000:10B8AC:00000045:FFFFFFFF:Gold PL1 :mosyougi:00010000:10B8AC:00000046:FFFFFFFF:Bishop PL1 :mosyougi:00010000:10B8AC:00000047:FFFFFFFF:Rook PL1 :mosyougi:00010000:10B8AC:00000048:FFFFFFFF:Tokin PL1 :mosyougi:00010000:10B8AC:00000049:FFFFFFFF:Promoted Lance PL1 :mosyougi:00010000:10B8AC:0000004A:FFFFFFFF:Promoted Knight PL1 :mosyougi:00010000:10B8AC:0000004B:FFFFFFFF:Promoted Silver PL1 :mosyougi:00010000:10B8AC:0000004D:FFFFFFFF:Promoted Bishop PL1 :mosyougi:00010000:10B8AC:0000004E:FFFFFFFF:Promoted Rook PL1 :mosyougi:00010000:10B8AC:0000004F:FFFFFFFF:King PL1 :mosyougi:00010000:10B8AC:00000081:FFFFFFFF:Pawn PL2 :mosyougi:00010000:10B8AC:00000082:FFFFFFFF:Lance PL2 :mosyougi:00010000:10B8AC:00000083:FFFFFFFF:Knight PL2 :mosyougi:00010000:10B8AC:00000084:FFFFFFFF:Silver PL2 :mosyougi:00010000:10B8AC:00000085:FFFFFFFF:Gold PL2 :mosyougi:00010000:10B8AC:00000086:FFFFFFFF:Bishop PL2 :mosyougi:00010000:10B8AC:00000087:FFFFFFFF:Rook PL2 :mosyougi:00010000:10B8AC:00000088:FFFFFFFF:Tokin PL2 :mosyougi:00010000:10B8AC:00000089:FFFFFFFF:Promoted Lance PL2 :mosyougi:00010000:10B8AC:0000008A:FFFFFFFF:Promoted Knight PL2 :mosyougi:00010000:10B8AC:0000008B:FFFFFFFF:Promoted Silver PL2 :mosyougi:00010000:10B8AC:0000008D:FFFFFFFF:Promoted Bishop PL2 :mosyougi:00010000:10B8AC:0000008E:FFFFFFFF:Promoted Rook PL2 :mosyougi:00010000:10B8AC:0000008F:FFFFFFFF:King PL2 :mosyougi:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mosyougi:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mosyougi:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Moto Frenzy ] motofren:0:FF8277:12:000:Infinite Credits motofren:0:FFE36D:64:000:Infinite Time motofren:0:FFE36F:1E:500:Infinite Time (2/2) ; [ Moto Frenzy (Field Test Version) ] motofrft:0:FF8277:1B:000:Infinite Credits motofrft:0:FFE36D:64:000:Infinite Time motofrft:0:FFE36F:1E:500:Infinite Time (2/2) ; [ Moto Frenzy (Mini Deluxe) ] motofrmd:0:FF8267:12:000:Infinite Credits motofrmd:0:FFE3F1:64:000:Infinite Time motofrmd:0:FFE3F3:1E:500:Infinite Time (2/2) ; [ Moto Frenzy (Mini Deluxe Field Test Version) ] motomdft:0:FF8267:1B:000:Infinite Credits motomdft:0:FFE501:64:000:Infinite Time motomdft:0:FFE503:1E:500:Infinite Time (2/2) ; [ MotoRace USA ] motorace:0:E70D:01:000:Rank always set to 1st motorace:0:0000:00:999:[Infinite Fuel must be ] motorace:0:0000:00:999:[turned off at New York. ] motorace:0:E708:1E:000:Infinite Fuel motorace:0:E309:26:000:Always Super Speed motorace:0:E309:26:001:Super Speed Now!:Use this with an Activation Key for best effect motorace:0:0000:00:999:[Invincibility must be ] motorace:0:0000:00:999:[turned OFF before entering ] motorace:0:0000:00:999:[the final straight of ] motorace:0:0000:00:999:[each city. ] motorace:0:E300:03:000:Invincibility motorace:0:0000:00:999:[See the Dip Switch Menu to ] motorace:0:0000:00:999:[enable an alternate ] motorace:0:0000:00:999:[Invincibility cheat. ] ; [ Motos ] :motos:00001501:1829:0000003D:FFFFFFFF:Select Starting Round:Enable on the "Push Start Button" screen after you've inserted a credit :motos:00001D01:182A:00000061:FFFFFFFF:Select Starting Round (Only Display):Enable on the "Push Start Button" screen after you've inserted a credit motos:0:1826:03:000:Infinite Lives motos:0:182D:FF:000:Infinite Power motos:0:182C:63:000:Infinite Jumps :motos:20900000:DDCC:00000000:FFFFFFFF:Invincibility :motos:00800000:193F:00000001:FFFFFFFF:Always Use Jump Parts :motos:00800000:193B:00000007:FFFFFFFF:Always Use Power Parts ; [ Mouja (Japan) ] mouja:0:F0000A:63:000:Infinite Credits mouja:0:F001B1:00:000:Next Top Coin always Empty PL1 mouja:0:F001B1:01:000:Next Top Coin always 1 PL1 mouja:0:F001B1:02:000:Next Top Coin always 5 PL1 mouja:0:F001B1:03:000:Next Top Coin always 10 PL1 mouja:0:F001B1:04:000:Next Top Coin always 50 PL1 mouja:0:F001B1:05:000:Next Top Coin always 100 PL1 mouja:0:F001B1:06:000:Next Top Coin always 500 PL1 mouja:0:F001B1:08:000:Next Top Coin always a Cat PL1 mouja:0:F001AF:00:000:Next Bottom Coin always Empty PL1 mouja:0:F001AF:01:000:Next Bottom Coin always 1 PL1 mouja:0:F001AF:02:000:Next Bottom Coin always 5 PL1 mouja:0:F001AF:03:000:Next Bottom Coin always 10 PL1 mouja:0:F001AF:04:000:Next Bottom Coin always 50 PL1 mouja:0:F001AF:05:000:Next Bottom Coin always 100 PL1 mouja:0:F001AF:06:000:Next Bottom Coin always 500 PL1 mouja:0:F001AF:08:000:Next Bottom Coin always a Cat PL1 mouja:0:F001B1:00:001:Next Top Coin is Empty Now! PL1 mouja:0:F001B1:01:001:Next Top Coin is 1 Now! PL1 mouja:0:F001B1:02:001:Next Top Coin is 5 Now! PL1 mouja:0:F001B1:03:001:Next Top Coin is 10 Now! PL1 mouja:0:F001B1:04:001:Next Top Coin is 50 Now! PL1 mouja:0:F001B1:05:001:Next Top Coin is 100 Now! PL1 mouja:0:F001B1:06:001:Next Top Coin is 500 Now! PL1 mouja:0:F001B1:08:001:Next Top Coin is a Cat Now! PL1 mouja:0:F001AF:00:001:Next Bottom Coin is Empty Now! PL1 mouja:0:F001AF:01:001:Next Bottom Coin is 1 Now! PL1 mouja:0:F001AF:02:001:Next Bottom Coin is 5 Now! PL1 mouja:0:F001AF:03:001:Next Bottom Coin is 10 Now! PL1 mouja:0:F001AF:04:001:Next Bottom Coin is 50 Now! PL1 mouja:0:F001AF:05:001:Next Bottom Coin is 100 Now! PL1 mouja:0:F001AF:06:001:Next Bottom Coin is 500 Now! PL1 mouja:0:F001AF:08:001:Next Bottom Coin is a Cat Now! PL1 mouja:0:F0051F:00:000:Next Top Coin always Empty PL2 mouja:0:F0051F:01:000:Next Top Coin always 1 PL2 mouja:0:F0051F:02:000:Next Top Coin always 5 PL2 mouja:0:F0051F:03:000:Next Top Coin always 10 PL2 mouja:0:F0051F:04:000:Next Top Coin always 50 PL2 mouja:0:F0051F:05:000:Next Top Coin always 100 PL2 mouja:0:F0051F:06:000:Next Top Coin always 500 PL2 mouja:0:F0051F:08:000:Next Top Coin always a Cat PL2 mouja:0:F0051D:00:000:Next Bottom Coin always Empty PL2 mouja:0:F0051D:01:000:Next Bottom Coin always 1 PL2 mouja:0:F0051D:02:000:Next Bottom Coin always 5 PL2 mouja:0:F0051D:03:000:Next Bottom Coin always 10 PL2 mouja:0:F0051D:04:000:Next Bottom Coin always 50 PL2 mouja:0:F0051D:05:000:Next Bottom Coin always 100 PL2 mouja:0:F0051D:06:000:Next Bottom Coin always 500 PL2 mouja:0:F0051D:08:000:Next Bottom Coin always a Cat PL2 mouja:0:F0051F:00:001:Next Top Coin is Empty Now! PL2 mouja:0:F0051F:01:001:Next Top Coin is 1 Now! PL2 mouja:0:F0051F:02:001:Next Top Coin is 5 Now! PL2 mouja:0:F0051F:03:001:Next Top Coin is 10 Now! PL2 mouja:0:F0051F:04:001:Next Top Coin is 50 Now! PL2 mouja:0:F0051F:05:001:Next Top Coin is 100 Now! PL2 mouja:0:F0051F:06:001:Next Top Coin is 500 Now! PL2 mouja:0:F0051F:08:001:Next Top Coin is a Cat Now! PL2 mouja:0:F0051D:00:001:Next Bottom Coin is Empty Now! PL2 mouja:0:F0051D:01:001:Next Bottom Coin is 1 Now! PL2 mouja:0:F0051D:02:001:Next Bottom Coin is 5 Now! PL2 mouja:0:F0051D:03:001:Next Bottom Coin is 10 Now! PL2 mouja:0:F0051D:04:001:Next Bottom Coin is 50 Now! PL2 mouja:0:F0051D:05:001:Next Bottom Coin is 100 Now! PL2 mouja:0:F0051D:06:001:Next Bottom Coin is 500 Now! PL2 mouja:0:F0051D:08:001:Next Bottom Coin is a Cat Now! PL2 ; [ Mouser ] mouser:0:6001:90:000:Infinite Credits mouser:0:6228:07:000:Infinite Lives mouser:0:1E48:D6:100:Invincibility mouser:0:1E49:1E:600:Invincibility (2/2):This does the same thing as changing 1E4B from RET NZ to RET - driver uses encrypted opcodes. ; [ Mouser (Cosmos) ] mouserc:0:6001:90:000:Infinite Credits mouserc:0:6228:07:000:Infinite Lives mouserc:0:1E48:D6:100:Invincibility mouserc:0:1E49:1E:600:Invincibility (2/2):This does the same thing as changing 1E4B from RET NZ to RET - driver uses encrypted opcodes. ; [ Mighty! Pang (Japan 001011) ] mpangj:0:FF8109:3C:000:Infinite Time mpangj:0:FF8108:63:500:Infinite Time (2/2) :mpangj:00000000:FF8126:00000009:FFFFFFFF:Infinite Lives PL1 :mpangj:00000000:FFA502:00000001:FFFFFFFF:Invincibility PL1 :mpangj:00000001:FFA503:00000001:FFFFFFFF:Get Shield Now! PL1 :mpangj:62000000:000000:00000000:00000000:Always Have Weapon PL1 :mpangj:00010000:FFA50C:00000004:FFFFFFFF:Normal :mpangj:00010000:FFA50C:00000000:FFFFFFFF:Double Shot :mpangj:00010000:FFA50C:00000001:FFFFFFFF:Sticky Shot :mpangj:00010000:FFA50C:00000002:FFFFFFFF:Laser Gun :mpangj:62000000:000000:00000000:00000000:Select Weapon Now! PL1 :mpangj:00010001:FFA50C:00000004:FFFFFFFF:Normal :mpangj:00010001:FFA50C:00000000:FFFFFFFF:Double Shot :mpangj:00010001:FFA50C:00000001:FFFFFFFF:Sticky Shot :mpangj:00010001:FFA50C:00000002:FFFFFFFF:Laser Gun :mpangj:00000000:FF8127:00000009:FFFFFFFF:Infinite Lives PL2 :mpangj:00000000:FFA5C2:00000001:FFFFFFFF:Invincibility PL2 :mpangj:00000001:FFA5C3:00000001:FFFFFFFF:Get Shield Now! PL2 :mpangj:62000000:000000:00000000:00000000:Always Have Weapon PL2 :mpangj:00010000:FFA5CC:00000004:FFFFFFFF:Normal :mpangj:00010000:FFA5CC:00000000:FFFFFFFF:Double Shot :mpangj:00010000:FFA5CC:00000001:FFFFFFFF:Sticky Shot :mpangj:00010000:FFA5CC:00000002:FFFFFFFF:Laser Gun :mpangj:62000000:000000:00000000:00000000:Select Weapon Now! PL2 :mpangj:00010001:FFA5CC:00000004:FFFFFFFF:Normal :mpangj:00010001:FFA5CC:00000000:FFFFFFFF:Double Shot :mpangj:00010001:FFA5CC:00000001:FFFFFFFF:Sticky Shot :mpangj:00010001:FFA5CC:00000002:FFFFFFFF:Laser Gun :mpangj:00000000:FF810B:00000002:FFFFFFFF:Freeze Balls :mpangj:00000001:FF810A:00000002:FFFFFFFF:Freeze Balls For 2 Sec Now! mpangj:0:000000:00:999:[ These are the codes to set the machine region - the ] mpangj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mpangj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] :mpangj:00000000:FF80A1:00000000:FFFFFFFF:Region Switch = Japan :mpangj:00000000:FF80A1:00000002:FFFFFFFF:Region Switch = USA :mpangj:00000000:FF80A1:00000004:FFFFFFFF:Region Switch = Hispanic :mpangj:00000000:FF80A1:00000006:FFFFFFFF:Region Switch = Oceania :mpangj:00000000:FF80A1:00000008:FFFFFFFF:Region Switch = Asia :mpangj:00000000:FF80A1:0000000A:FFFFFFFF:Region Switch = Euro :mpangj:00000000:FF80A1:0000000C:FFFFFFFF:Region Switch = Brasil ; [ Moon Patrol ] mpatrol:0:E511:00:000:Infinite Time mpatrol:0:E515:0A:000:Infinite Lives mpatrol:0:0000:00:999:[See the Dip Switch Menu to ] mpatrol:0:0000:00:999:[enable Invincibility. ] ; [ Moon Patrol (Williams) ] mpatrolw:0:E511:00:000:Infinite Time mpatrolw:0:E515:0A:000:Infinite Lives mpatrolw:0:0000:00:999:[See the Dip Switch Menu to ] mpatrolw:0:0000:00:999:[enable Invincibility. ] ; [ Mad Planets ] mplanets:0:0130A:06:000:Infinite Lives mplanets:0:012F0:00:000:Invincibility ; [ Mad Planets (UK) ] mplanuk:0:01315:06:000:Infinite Lives mplanuk:0:012FB:00:000:Invincibility ; [ Bio-hazard Battle (Mega Play) ] :mp_bio:02000000:0068FF:00000009:FFFFFFFF:Infinite Credits :mp_bio:00000301:FEF1A9:00000007:FFFFFFFF:Select Starting Stage:Set on character selection screen :mp_bio:00000000:FEF248:00000005:FFFFFFFF:Infinite Lives PL1 :mp_bio:00000000:FEA60D:00000002:FFFFFFFF:Invincibility PL1 :mp_bio:00000000:FEF24B:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :mp_bio:00000100:FEF24A:00000006:FFFFFFFF:Select Shot PL1 :mp_bio:00000001:FEF24C:0000004E:FFFFFFFF:Get Maximum Energy Charge Now! PL1:Assign to an activation key for the best effect :mp_bio:00000000:FEF25C:00000005:FFFFFFFF:Infinite Lives PL2 :mp_bio:00000000:FEA765:00000002:FFFFFFFF:Invincibility PL2 :mp_bio:00000000:FEF25F:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :mp_bio:00000100:FEF25E:00000006:FFFFFFFF:Select Shot PL2 :mp_bio:00000001:FEF260:0000004E:FFFFFFFF:Get Maximum Energy Charge Now! PL2:Assign to an activation key for the best effect ; [ Columns III (Mega Play) ] mp_col3:0:0000:00:999:[ This game hasn't even ]:REASON 11 mp_col3:0:0000:00:999:[ been looked at due to ]:REASON 11 mp_col3:0:0000:00:999:[ time constraints - Too]:REASON 11 mp_col3:0:0000:00:999:[ many games and so ]:REASON 11 mp_col3:0:0000:00:999:[ little time. It is ]:REASON 11 mp_col3:0:0000:00:999:[ even possible that ]:REASON 11 mp_col3:0:0000:00:999:[ this game may be a ]:REASON 11 mp_col3:0:0000:00:999:[ clone of an existing ]:REASON 11 mp_col3:0:0000:00:999:[ game which may have ]:REASON 11 mp_col3:0:0000:00:999:[ cheats. Please search ]:REASON 11 mp_col3:0:0000:00:999:[ the cheat forums ]:REASON 11 mp_col3:0:0000:00:999:[ before posting cheat ]:REASON 11 mp_col3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Golden Axe II (Mega Play) ] :mp_gaxe2:02000000:0068FF:00000009:FFFFFFFF:Infinite Credits :mp_gaxe2:00000300:FE07E7:00000006:FFFFFFFF:Select Stage:Enable on Character Select Screen :mp_gaxe2:02100000:006B04:00000959:FFFFFFFF:Infinite Time :mp_gaxe2:20800000:001807:0000000C:FFFFFFFF:Invincibility:You die though when you fall off a high platform :mp_gaxe2:20910000:001A7C:00004E75:FFFFFFFF:Invincibility (2/3):1st = Normal Attack, 2nd = Magic Ball :mp_gaxe2:20810000:009095:00000046:FFFFFFFF:Invincibility (3/3):Final Boss's Magic :mp_gaxe2:00000000:FE0889:0000000F:FFFFFFFF:Enemies Never Attack :mp_gaxe2:00010000:FE092D:0000000F:FFFFFFFF:Enemies Never Attack (2/2) :mp_gaxe2:00100000:FE0986:00000000:FFFFFFFF:1 Hit to Kill Enemies :mp_gaxe2:00110000:FE0A2A:00000000:FFFFFFFF:1 Hit to Kill Enemies (2/5) :mp_gaxe2:00110000:FE0ACE:00000000:FFFFFFFF:1 Hit to Kill Enemies (3/5) :mp_gaxe2:00110000:FE0B72:00000000:FFFFFFFF:1 Hit to Kill Enemies (4/5) :mp_gaxe2:00110000:FE0C16:00000000:FFFFFFFF:1 Hit to Kill Enemies (5/5) :mp_gaxe2:62000000:000000:00000000:00000000:Select Magic Type :mp_gaxe2:00010000:FE078C:00000000:FFFFFFFF:Normal :mp_gaxe2:00010000:FE078C:00000001:FFFFFFFF:Special :mp_gaxe2:62000000:000000:00000000:00000000:Select Difficulty :mp_gaxe2:00010000:FE078A:00000000:FFFFFFFF:Easy :mp_gaxe2:00010000:FE078A:00000001:FFFFFFFF:Normal :mp_gaxe2:00010000:FE078A:00000002:FFFFFFFF:Hard :mp_gaxe2:62000000:000000:00000000:00000000:Select Control :mp_gaxe2:00010000:FE078B:00000000:FFFFFFFF:A - Magic B - Attack C - Jump :mp_gaxe2:00010000:FE078B:00000001:FFFFFFFF:A - Magic B - Jump C - Attack :mp_gaxe2:00010000:FE078B:00000002:FFFFFFFF:A - Attack B - Magic C - Jump :mp_gaxe2:00010000:FE078B:00000003:FFFFFFFF:A - Attack B - Jump C - Magic :mp_gaxe2:00010000:FE078B:00000004:FFFFFFFF:A - Jump B - Magic C - Attack :mp_gaxe2:00010000:FE078B:00000005:FFFFFFFF:A - Jump B - Attack C - Magic :mp_gaxe2:00000000:FE0880:00000003:FFFFFFFF:Infinite Lives PL1 :mp_gaxe2:00000000:FE083E:00000005:FFFFFFFF:Infinite Energy PL1 :mp_gaxe2:62000000:000000:00000000:00000000:Infinite Magic PL1:Make sure you select the character you have chosen or will choose or the game may crash! :mp_gaxe2:00010000:FE0882:00000005:FFFFFFFF:Barbarian :mp_gaxe2:00010000:FE0882:00000008:FFFFFFFF:Amazonian :mp_gaxe2:00010000:FE0882:00000004:FFFFFFFF:Dwarf :mp_gaxe2:00000000:FE0772:00000000:00000010:Rapid Fire PL1 :mp_gaxe2:00000000:FE0924:00000003:FFFFFFFF:Infinite Lives PL2 :mp_gaxe2:00000000:FE08E2:00000005:FFFFFFFF:Infinite Energy PL2 :mp_gaxe2:62000000:000000:00000000:00000000:Infinite Magic PL2:Make sure you select the character you have chosen or will choose or the game may crash! :mp_gaxe2:00010000:FE0926:00000005:FFFFFFFF:Barbarian :mp_gaxe2:00010000:FE0926:00000008:FFFFFFFF:Amazonian :mp_gaxe2:00010000:FE0926:00000004:FFFFFFFF:Dwarf :mp_gaxe2:00000000:FE0778:00000000:00000010:Rapid Fire PL2 ; [ Grand Slam (Mega Play) ] mp_gslam:0:0000:00:999:[ There are no cheats ]:REASON 1 mp_gslam:0:0000:00:999:[ for this game as it ]:REASON 1 mp_gslam:0:0000:00:999:[ didn't work the last ]:REASON 1 mp_gslam:0:0000:00:999:[ time it was tested. ]:REASON 1 mp_gslam:0:0000:00:999:[ If the game now works ]:REASON 1 mp_gslam:0:0000:00:999:[ please request cheats ]:REASON 1 mp_gslam:0:0000:00:999:[ for it on the cheat ]:REASON 1 mp_gslam:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mazin Wars (Mega Play) ] mp_mazin:0:0000:00:999:[ There are no cheats ]:REASON 1 mp_mazin:0:0000:00:999:[ for this game as it ]:REASON 1 mp_mazin:0:0000:00:999:[ didn't work the last ]:REASON 1 mp_mazin:0:0000:00:999:[ time it was tested. ]:REASON 1 mp_mazin:0:0000:00:999:[ If the game now works ]:REASON 1 mp_mazin:0:0000:00:999:[ please request cheats ]:REASON 1 mp_mazin:0:0000:00:999:[ for it on the cheat ]:REASON 1 mp_mazin:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sonic The Hedgehog 2 (Mega Play) ] mp_soni2:0:0000:00:999:[ This game hasn't even ]:REASON 11 mp_soni2:0:0000:00:999:[ been looked at due to ]:REASON 11 mp_soni2:0:0000:00:999:[ time constraints - Too]:REASON 11 mp_soni2:0:0000:00:999:[ many games and so ]:REASON 11 mp_soni2:0:0000:00:999:[ little time. It is ]:REASON 11 mp_soni2:0:0000:00:999:[ even possible that ]:REASON 11 mp_soni2:0:0000:00:999:[ this game may be a ]:REASON 11 mp_soni2:0:0000:00:999:[ clone of an existing ]:REASON 11 mp_soni2:0:0000:00:999:[ game which may have ]:REASON 11 mp_soni2:0:0000:00:999:[ cheats. Please search ]:REASON 11 mp_soni2:0:0000:00:999:[ the cheat forums ]:REASON 11 mp_soni2:0:0000:00:999:[ before posting cheat ]:REASON 11 mp_soni2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sonic The Hedgehog (Mega Play) ] mp_sonic:0:FEFE24:3C:000:Infinite Time mp_sonic:0:FEFE23:09:500:Infinite Time (2/2) mp_sonic:0:FEFE12:63:000:Infinite Lives :mp_sonic:00100000:FEFE20:000003E7:0000FFFF:Always Have Maximum Rings :mp_sonic:0:FEF760:0C:000:Always Have Speed Up Item :mp_sonic:00100001:FEFE56:0600:0000FFFF:Get All Chaos Emeralds Now! :mp_sonic:00110001:FEFE58:0102:0000FFFF:Get All Chaos Emeralds Now! (2/4) :mp_sonic:00110001:FEFE5A:0304:0000FFFF:Get All Chaos Emeralds Now! (3/4) :mp_sonic:00010001:FEFE5C:0005:0000FFFF:Get All Chaos Emeralds Now! (4/4) mp_sonic:0:FEFE2D:01:000:Invincibility "ON":Falling down Bottomless Pits will still kill you! mp_sonic:0:FEFE2D:00:001:Invincibility "OFF" :mp_sonic:62000000:000000:00000000:00000000:Select Level:For best affect use this as a 'Start On Level' cheat and enable it on the attract screen with Sonic waving a finger then press the start button ('1'). Otherwise it will likely cause some corrupted graphics. :mp_sonic:00110001:FEFE10:00000000:0000FFFF:Green Hill Zone Act 1 :mp_sonic:00110001:FEFE10:00000001:0000FFFF:Green Hill Zone Act 2 :mp_sonic:00110001:FEFE10:00000002:0000FFFF:Green Hill Zone Act 3 :mp_sonic:00110001:FEFE10:00000100:0000FFFF:Labyrynth Zone Act 1 :mp_sonic:00110001:FEFE10:00000101:0000FFFF:Labyrynth Zone Act 2 :mp_sonic:00110001:FEFE10:00000102:0000FFFF:Labyrynth Zone Act 3 :mp_sonic:00110001:FEFE10:00000200:0000FFFF:Marble Zone Act 1 :mp_sonic:00110001:FEFE10:00000201:0000FFFF:Marble Zone Act 2 :mp_sonic:00110001:FEFE10:00000202:0000FFFF:Marble Zone Act 3 :mp_sonic:00110001:FEFE10:00000300:0000FFFF:Star Light Zone Act 1 :mp_sonic:00110001:FEFE10:00000301:0000FFFF:Star Light Zone Act 2 :mp_sonic:00110001:FEFE10:00000302:0000FFFF:Star Light Zone Act 3 :mp_sonic:00110001:FEFE10:00000400:0000FFFF:Spring Yard Zone Act 1 :mp_sonic:00110001:FEFE10:00000401:0000FFFF:Spring Yard Zone Act 2 :mp_sonic:00110001:FEFE10:00000402:0000FFFF:Spring Yard Zone Act 3 :mp_sonic:00110001:FEFE10:00000500:0000FFFF:Scrap Brain Zone Act 1 :mp_sonic:00110001:FEFE10:00000501:0000FFFF:Scrap Brain Zone Act 2 :mp_sonic:00110001:FEFE10:00000502:0000FFFF:Final Zone :mp_sonic:00110001:FEFE10:00000601:0000FFFF:The Ending (Buggy!) ; [ Streets of Rage II (Mega Play) ] :mp_sor2:02000000:0068FF:00000009:FFFFFFFF:Infinite Credits :mp_sor2:62000000:000000:00000000:00000000:Select Starting Stage:Enable on the character selection screen :mp_sor2:00011001:FEFC43:00000000:FFFFFFFF:Stage 1 :mp_sor2:00011001:FEFC43:00000002:FFFFFFFF:Stage 2 :mp_sor2:00011001:FEFC43:00000004:FFFFFFFF:Stage 3 :mp_sor2:00011001:FEFC43:00000006:FFFFFFFF:Stage 4 :mp_sor2:00011001:FEFC43:00000008:FFFFFFFF:Stage 5 :mp_sor2:00011001:FEFC43:0000000A:FFFFFFFF:Stage 6 :mp_sor2:00011001:FEFC43:0000000C:FFFFFFFF:Stage 7 :mp_sor2:00011001:FEFC43:0000000E:FFFFFFFF:Stage 8 :mp_sor2:20800000:0124B2:00000060:FFFFFFFF:Disable Enemy's Throw :mp_sor2:20810000:01487A:00000060:FFFFFFFF:Disable Enemy's Throw (2/5):1st = Boss St.4, 2nd = Boss St.1 :mp_sor2:20810000:015D66:00000060:FFFFFFFF:Disable Enemy's Throw (3/5):Enemy (Signal) :mp_sor2:20810000:019A54:00000060:FFFFFFFF:Disable Enemy's Throw (4/5):Boss St.2 :mp_sor2:20810000:01A5C0:00000060:FFFFFFFF:Disable Enemy's Throw (5/5):Enemy (Ninja) :mp_sor2:00000000:FEEF51:00000002:FFFFFFFF:Invincibility (Incomplete) PL1:Ineffective against enemy throwing :mp_sor2:00000000:FEEF83:00000009:FFFFFFFF:Infinite Lives PL1 :mp_sor2:00000000:FEEF81:00000068:FFFFFFFF:Infinite Energy PL1 :mp_sor2:00000100:FEEF9D:00000006:FFFFFFFF:Select Combination PL1 :mp_sor2:00000000:FEFC08:00000000:00000040:Rapid Fire PL1:IE. You can hit faster...Turn it OFF on the name entry screen :mp_sor2:00000000:FEF051:00000002:FFFFFFFF:Invincibility (Incomplete) PL2:Ineffective against enemy throwing :mp_sor2:00000000:FEF083:00000009:FFFFFFFF:Infinite Lives PL2 :mp_sor2:00000000:FEF081:00000068:FFFFFFFF:Infinite Energy PL2 :mp_sor2:00000100:FEF09D:00000006:FFFFFFFF:Select Combination PL2 :mp_sor2:00000000:FEFC0A:00000000:00000040:Rapid Fire PL2:IE. You can hit faster...Turn it OFF on the name entry screen ; [ Tecmo World Cup (Mega Play) ] mp_twc:0:FEF123:87:000:Infinite Time mp_twc:0:FEF122:13:500:Infinite Time (2/2) mp_twc:0:FEF123:01:001:Finish this Half Now! mp_twc:0:FEF122:00:501:Finish this Half Now! (2/2) mp_twc:0:FEF125:32:001:Score = 50 Now! LEFT TEAM:This is PL1 in the First Half and PL2 in the Second Half mp_twc:0:FEF125:00:001:Score = 0 Now! LEFT TEAM:This is PL1 in the First Half and PL2 in the Second Half mp_twc:0:FEF125:63:070:Select Score LEFT TEAM:This is PL1 in the First Half and PL2 in the Second Half mp_twc:0:FEF127:32:001:Score = 50 Now! RIGHT TEAM:This is PL2 in the First Half and PL1 in the Second Half mp_twc:0:FEF127:00:001:Score = 0 Now! RIGHT TEAM:This is PL2 in the First Half and PL1 in the Second Half mp_twc:0:FEF127:63:070:Select Score RIGHT TEAM:This is PL2 in the First Half and PL1 in the Second Half ; [ Moonquake ] mquake:0:0000:00:999:[ There are no cheats ]:REASON 1 mquake:0:0000:00:999:[ for this game as it ]:REASON 1 mquake:0:0000:00:999:[ didn't work the last ]:REASON 1 mquake:0:0000:00:999:[ time it was tested. ]:REASON 1 mquake:0:0000:00:999:[ If the game now works ]:REASON 1 mquake:0:0000:00:999:[ please request cheats ]:REASON 1 mquake:0:0000:00:999:[ for it on the cheat ]:REASON 1 mquake:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mr. Do! ] mrdo:0:32A6:18:100:Invincibility mrdo:0:44B0:18:600:Invincibility (2/4):1/4 = red monsters, 2/4 = letter monsters, 3/4 = blue monsters, 4/4 = apples mrdo:0:4B94:18:600:Invincibility (3/4) mrdo:0:5345:18:600:Invincibility (4/4) mrdo:0:E097:06:000:Infinite Lives PL1 mrdo:0:E0A1:21:000:MANY red monsters PL1 mrdo:0:E0A1:01:000:One red monster PL1 mrdo:0:E0A1:00:000:NO red monsters PL1 mrdo:0:E11C:06:000:Infinite Lives PL2 mrdo:0:E126:21:000:MANY red monsters PL2 mrdo:0:E126:01:000:One red monster PL2 mrdo:0:E126:00:000:NO red monsters PL2 ; [ Mr. Do! (bugfixed) ] mrdofix:0:32A6:18:100:Invincibility mrdofix:0:44B0:18:600:Invincibility (2/4):1/4 = red monsters, 2/4 = letter monsters, 3/4 = blue monsters, 4/4 = apples mrdofix:0:4B94:18:600:Invincibility (3/4) mrdofix:0:5345:18:600:Invincibility (4/4) mrdofix:0:E097:06:000:Infinite Lives PL1 mrdofix:0:E0A1:21:000:MANY red monsters PL1 mrdofix:0:E0A1:01:000:One red monster PL1 mrdofix:0:E0A1:00:000:NO red monsters PL1 mrdofix:0:E11C:06:000:Infinite Lives PL2 mrdofix:0:E126:21:000:MANY red monsters PL2 mrdofix:0:E126:01:000:One red monster PL2 mrdofix:0:E126:00:000:NO red monsters PL2 ; [ Mr. Do! (Taito) ] mrdot:0:32A6:18:100:Invincibility mrdot:0:44B0:18:600:Invincibility (2/4):1/4 = red monsters, 2/4 = letter monsters, 3/4 = blue monsters, 4/4 = apples mrdot:0:4B94:18:600:Invincibility (3/4) mrdot:0:5345:18:600:Invincibility (4/4) mrdot:0:E097:06:000:Infinite Lives PL1 mrdot:0:E0A1:21:000:MANY red monsters PL1 mrdot:0:E0A1:01:000:One red monster PL1 mrdot:0:E0A1:00:000:NO red monsters PL1 mrdot:0:E11C:06:000:Infinite Lives PL2 mrdot:0:E126:21:000:MANY red monsters PL2 mrdot:0:E126:01:000:One red monster PL2 mrdot:0:E126:00:000:NO red monsters PL2 ; [ Mr. Do! (prototype) ] mrdoy:0:3168:18:100:Invincibility mrdoy:0:42F2:18:600:Invincibility (2/3):1/3 = red monsters, 2/3 = letter monsters, 3/3 = apples mrdoy:0:4BA5:18:600:Invincibility (3/3) mrdoy:0:E091:06:000:Infinite Lives PL1 mrdoy:0:E09B:21:000:MANY red monsters PL1 mrdoy:0:E09B:01:000:One red monster PL1 mrdoy:0:E09B:00:000:NO red monsters PL1 mrdoy:0:E0E9:06:000:Infinite Lives PL2 mrdoy:0:E0F3:21:000:MANY red monsters PL2 mrdoy:0:E0F3:01:000:One red monster PL2 mrdoy:0:E0F3:00:000:NO red monsters PL2 ; [ Mr Driller (DRI1/VER.A2) ] mrdrillr:0:002C4560:09:000:Infinite Credits mrdrillr:0:0021D5F8:0A:000:Infinite Lives mrdrillr:0:0029EBF9:4A:000:Infinite Air ; [ Mr Driller 2 (DR21 Ver.A) ] mrdrilr2:0:0000:00:999:[ There are no cheats ]:REASON 1 mrdrilr2:0:0000:00:999:[ for this game as it ]:REASON 1 mrdrilr2:0:0000:00:999:[ didn't work the last ]:REASON 1 mrdrilr2:0:0000:00:999:[ time it was tested. ]:REASON 1 mrdrilr2:0:0000:00:999:[ If the game now works ]:REASON 1 mrdrilr2:0:0000:00:999:[ please request cheats ]:REASON 1 mrdrilr2:0:0000:00:999:[ for it on the cheat ]:REASON 1 mrdrilr2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mr. Driller G (DRG1 Ver.A) ] mrdrilrg:0:0000:00:999:[ There are no cheats ]:REASON 1 mrdrilrg:0:0000:00:999:[ for this game as it ]:REASON 1 mrdrilrg:0:0000:00:999:[ didn't work the last ]:REASON 1 mrdrilrg:0:0000:00:999:[ time it was tested. ]:REASON 1 mrdrilrg:0:0000:00:999:[ If the game now works ]:REASON 1 mrdrilrg:0:0000:00:999:[ please request cheats ]:REASON 1 mrdrilrg:0:0000:00:999:[ for it on the cheat ]:REASON 1 mrdrilrg:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mr. Du! ] mrdu:0:32A6:18:100:Invincibility mrdu:0:44B0:18:600:Invincibility (2/4):1/4 = red monsters, 2/4 = letter monsters, 3/4 = blue monsters, 4/4 = apples mrdu:0:4B94:18:600:Invincibility (3/4) mrdu:0:5345:18:600:Invincibility (4/4) mrdu:0:E097:06:000:Infinite Lives PL1 mrdu:0:E0A1:21:000:MANY red monsters PL1 mrdu:0:E0A1:01:000:One red monster PL1 mrdu:0:E0A1:00:000:NO red monsters PL1 mrdu:0:E11C:06:000:Infinite Lives PL2 mrdu:0:E126:21:000:MANY red monsters PL2 mrdu:0:E126:01:000:One red monster PL2 mrdu:0:E126:00:000:NO red monsters PL2 ; [ Amazing Adventures of Mr. F. Lea, The ] mrflea:0:C4CF:08:000:Infinite Time mrflea:0:C558:07:000:Infinite Lives PL1 mrflea:0:C559:07:000:Infinite Lives PL2 ; [ Mr. Goemon (Japan) ] :mrgoemon:00000000:D0C3:00000000:FFFFFFFF:Infinite Time:Turn it OFF at the end of the Stage :mrgoemon:00010000:D0CE:00000000:FFFFFFFF:Infinite Time (2/2) mrgoemon:0:DBB0:06:000:Infinite Lives :mrgoemon:20800000:52DD:000000C9:FFFFFFFF:Invincibility :mrgoemon:20810000:538E:000000C9:FFFFFFFF:Invincibility (2/4):1st & 2nd = Enemy :mrgoemon:20810000:56BF:000000C9:FFFFFFFF:Invincibility (3/4):Boss :mrgoemon:20810000:571E:000000C9:FFFFFFFF:Invincibility (4/4):Fire :mrgoemon:00000000:DBE0:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :mrgoemon:00000100:D0CF:000000FF:FFFFFFFF:Select Timer Speed :mrgoemon:00000000:DD8F:00000008:FFFFFFFF:Always Max Item Shoot Bonus:8000 pts :mrgoemon:00000020:DB13:00000080:FFFFFFFF:Sound Test Timer Stop:[PL1 B1]Next Code :mrgoemon:20900000:0006:000001E2:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Mr. HELI no Dai-Bouken ] mrheli:0:A3760:3F:000:Infinite Time mrheli:0:A3761:83:500:Infinite Time (2/2) mrheli:0:A2964:0A:000:Infinite Lives mrheli:0:A007E:FF:000:Infinite Energy :mrheli:20800000:060DC:00000011:FFFFFFFF:Invincibility :mrheli:20810000:06863:0000008A:FFFFFFFF:Invincibility (2/6):1st = Gold, 2nd = Item :mrheli:20810000:073FA:000000F3:FFFFFFFF:Invincibility (3/6):Gate Unlock :mrheli:20810000:07454:00000099:FFFFFFFF:Invincibility (4/6):Gate Through Out :mrheli:20910000:087E8:0000C3F8:FFFFFFFF:Invincibility (5/6):Master Code :mrheli:20810000:0A697:00000056:FFFFFFFF:Invincibility (6/6):Item in Round 3 mrheli:0:00000:00:999:[See the Dip Switch Menu to ] mrheli:0:00000:00:999:[enable an alternate ] mrheli:0:00000:00:999:[Invincibility cheat. ] mrheli:0:A3754:90:000:Infinite Money mrheli:0:A3755:99:500:Infinite Money (2/3) mrheli:0:A3756:99:500:Infinite Money (3/3) mrheli:0:A001B:02:000:Maximum Power Bomb mrheli:0:A001C:02:000:Maximum Power Shot mrheli:0:A001D:02:000:Maximum Power Missile :mrheli:00000000:A27F2:00000000:00000040:Rapid Fire - Shot:Turn it OFF on the name entry screen :mrheli:00000000:A27F2:00000000:00000080:Rapid Fire - Bomb:Turn it OFF on the name entry screen ; [ Mr. Jong (Japan) ] mrjong:0:A006:09:000:Infinite Credits mrjong:0:A071:09:000:Infinite Lives :mrjong:20800000:233E:00000040:FFFFFFFF:Invincibility mrjong:0:A03F:FE:000:Never have any Enemies mrjong:0:A05B:FF:500:Never have any Enemies (2/4) mrjong:0:A05F:FF:500:Never have any Enemies (3/4) mrjong:0:A064:FF:500:Never have any Enemies (4/4) ; [ Mr. Kougar ] mrkougar:0:41A0:07:000:Infinite Lives :mrkougar:20800000:28BB:000000C9:FFFFFFFF:Invincibility ; [ Mr. Kougar (bootleg) ] mrkougb:0:41A0:07:000:Infinite Lives :mrkougb:20800000:29BB:000000C9:FFFFFFFF:Invincibility ; [ Mr. Kougar (bootleg Set 2) ] mrkougb2:0:41A0:07:000:Infinite Lives :mrkougb2:20800000:29BB:000000C9:FFFFFFFF:Invincibility ; [ Mr. Kougar (earlier) ] mrkougr2:0:41A0:07:000:Infinite Lives :mrkougr2:20800000:29BB:000000C9:FFFFFFFF:Invincibility ; [ Mr. Lo! ] mrlo:0:32A6:18:100:Invincibility mrlo:0:44B0:18:600:Invincibility (2/4):1/4 = red monsters, 2/4 = letter monsters, 3/4 = blue monsters, 4/4 = apples mrlo:0:4B94:18:600:Invincibility (3/4) mrlo:0:5345:18:600:Invincibility (4/4) mrlo:0:E097:06:000:Infinite Lives PL1 mrlo:0:E0A1:21:000:MANY red monsters PL1 mrlo:0:E0A1:01:000:One red monster PL1 mrlo:0:E0A1:00:000:NO red monsters PL1 mrlo:0:E11C:06:000:Infinite Lives PL2 mrlo:0:E126:21:000:MANY red monsters PL2 mrlo:0:E126:01:000:One red monster PL2 mrlo:0:E126:00:000:NO red monsters PL2 ; [ Mahjong Rokumeikan (Japan) ] mrokumei:0:0000:00:999:[ The winning hand cheat must ] mrokumei:0:0000:00:999:[ be activated when there are ] mrokumei:0:0000:00:999:[ 14 tiles in your hand, then ] mrokumei:0:0000:00:999:[ press the RON key ('Z' by ] mrokumei:0:0000:00:999:[ default). The tiles do not ] mrokumei:0:0000:00:999:[ visually change until you ] mrokumei:0:0000:00:999:[ make a move. ] mrokumei:0:410C:1B:001:Get winning hand Now! mrokumei:0:410D:1B:501:Get winning hand Now! (02/15) mrokumei:0:410E:1B:501:Get winning hand Now! (03/15) mrokumei:0:410F:1C:501:Get winning hand Now! (04/15) mrokumei:0:4110:1C:501:Get winning hand Now! (05/15) mrokumei:0:4111:1C:501:Get winning hand Now! (06/15) mrokumei:0:4112:1D:501:Get winning hand Now! (07/15) mrokumei:0:4113:1D:501:Get winning hand Now! (08/15) mrokumei:0:4114:1D:501:Get winning hand Now! (09/15) mrokumei:0:4115:1E:501:Get winning hand Now! (10/15) mrokumei:0:4116:1E:501:Get winning hand Now! (11/15) mrokumei:0:4117:1E:501:Get winning hand Now! (12/15) mrokumei:0:4118:1F:501:Get winning hand Now! (13/15) mrokumei:0:4028:1F:501:Get winning hand Now! (14/15) mrokumei:0:4098:1F:501:Get winning hand Now! (15/15) mrokumei:0:410C:1B:000:Always winning hand:Turn this cheat OFF during after each game mrokumei:0:410D:1B:500:Always winning hand (02/15) mrokumei:0:410E:1B:500:Always winning hand (03/15) mrokumei:0:410F:1C:500:Always winning hand (04/15) mrokumei:0:4110:1C:500:Always winning hand (05/15) mrokumei:0:4111:1C:500:Always winning hand (06/15) mrokumei:0:4112:1D:500:Always winning hand (07/15) mrokumei:0:4113:1D:500:Always winning hand (08/15) mrokumei:0:4114:1D:500:Always winning hand (09/15) mrokumei:0:4115:1E:500:Always winning hand (10/15) mrokumei:0:4116:1E:500:Always winning hand (11/15) mrokumei:0:4117:1E:500:Always winning hand (12/15) mrokumei:0:4118:1F:500:Always winning hand (13/15) mrokumei:0:4028:1F:500:Always winning hand (14/15) mrokumei:0:4098:1F:500:Always winning hand (15/15) ; [ Mr. TNT ] mrtnt:0:4CA6:09:000:Infinite Lives PL1 mrtnt:0:4CA7:09:000:Infinite Lives PL2 ; [ Mister Viking ] :mrviking:20800000:116E0:00000018:FFFFFFFF:Invincibility :mrviking:20810000:14EEA:000000C9:FFFFFFFF:Invincibility (2/2):1st code = against an enemy on ground, 2nd code = against an enemy in riding in a flying ship :mrviking:00000000:0C504:00000000:00000020:Rapid Fire mrviking:0:C161:08:000:Infinite Lives PL1 mrviking:0:C162:08:000:Infinite Lives PL2 ; [ Mister Viking (Japan) ] :mrvikngj:20800000:11664:00000018:FFFFFFFF:Invincibility :mrvikngj:20810000:14E21:000000C9:FFFFFFFF:Invincibility (2/2):1st code = against an enemy on ground, 2nd code = against an enemy in riding in a flying ship :mrvikngj:00000000:0C504:00000000:00000020:Rapid Fire mrvikngj:0:C161:08:000:Infinite Lives PL1 mrvikngj:0:C162:08:000:Infinite Lives PL2 ; [ Metal Slug 4 Plus (bootleg) ] ms4plus:0:10ED5C:99:000:Infinite Time ms4plus:0:100A89:09:000:Infinite Lives PL1 ms4plus:0:10EDED:63:000:Infinite Bombs PL1 ms4plus:0:100D17:40:000:Invincibility PL1:You can still die in vehicles and falling in water (without scuba gear) ms4plus:0:100D41:01:000:Invincibility (Fix Final Stage) PL1 ms4plus:0:10EDF2:FF:000:Infinite Arms PL1 ms4plus:0:10EDF3:FF:500:Infinite Arms PL1 (2/2) ms4plus:0:10EDEA:00:000:Always have Normal Gun PL1 ms4plus:0:10EDEA:02:000:Always have Shotgun PL1 ms4plus:0:10EDEA:03:000:Always have Rocket Launcher PL1 ms4plus:0:10EDEA:04:000:Always have Flame Shot PL1 ms4plus:0:10EDEA:05:000:Always have Heavy Machine Gun PL1 ms4plus:0:10EDEA:06:000:Always have Laser Gun PL1 ms4plus:0:10EDEA:07:000:Always have Big Shotgun PL1 ms4plus:0:10EDEA:08:000:Always have Big Rocket Launcher PL1 ms4plus:0:10EDEA:09:000:Always have Big Flame Shot PL1 ms4plus:0:10EDEA:0A:000:Always have Big Heavy Machine Gun PL1 ms4plus:0:10EDEA:0B:000:Always have Big Laser Gun PL1 ms4plus:0:10EDEA:0C:000:Always have Enemy Chaser PL1 ms4plus:0:10EDEA:0D:000:Always have Iron Lizard PL1 ms4plus:0:10EDEA:0E:000:Always have Drop Shot PL1 ms4plus:0:10EDEA:12:000:Always have Two Machine Gun PL1 ms4plus:0:10EDEC:01:000:Always have Normal Bomb PL1 ms4plus:0:10EDEC:02:000:Always have Fire Bomb PL1 ms4plus:0:10EDEC:03:000:Always have Rock Bomb PL1 ms4plus:0:100B39:09:000:Infinite Lives PL2 ms4plus:0:10EDFD:63:000:Infinite Bombs PL2 ms4plus:0:100DC7:40:000:Invincibility PL2:You can still die in vehicles and falling in water (without scuba gear) ms4plus:0:100DF1:01:000:Invincibility (Fix Final Stage) PL2 ms4plus:0:10EE02:FF:000:Infinite Arms PL2 ms4plus:0:10EE03:FF:500:Infinite Arms PL2 (2/2) ms4plus:0:10EDFA:00:000:Always have Normal Gun PL2 ms4plus:0:10EDFA:02:000:Always have Shotgun PL2 ms4plus:0:10EDFA:03:000:Always have Rocket Launcher PL2 ms4plus:0:10EDFA:04:000:Always have Flame Shot PL2 ms4plus:0:10EDFA:05:000:Always have Heavy Machine Gun PL2 ms4plus:0:10EDFA:06:000:Always have Laser Gun PL2 ms4plus:0:10EDFA:07:000:Always have Big Shotgun PL2 ms4plus:0:10EDFA:08:000:Always have Big Rocket Launcher PL2 ms4plus:0:10EDFA:09:000:Always have Big Flame Shot PL2 ms4plus:0:10EDFA:0A:000:Always have Big Heavy Machine Gun PL2 ms4plus:0:10EDFA:0B:000:Always have Big Laser Gun PL2 ms4plus:0:10EDFA:0C:000:Always have Enemy Chaser PL2 ms4plus:0:10EDFA:0D:000:Always have Iron Lizard PL2 ms4plus:0:10EDFA:0E:000:Always have Drop Shot PL2 ms4plus:0:10EDFA:12:000:Always have Two Machine Gun PL2 ms4plus:0:10EDFC:01:000:Always have Normal Bomb PL2 ms4plus:0:10EDFC:02:000:Always have Fire Bomb PL2 ms4plus:0:10EDFC:03:000:Always have Rock Bomb PL2 :ms4plus:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ms4plus:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ms4plus:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Metal Slug 5 Plus (bootleg) ] ms5plus:0:10D67E:99:000:Infinite Time ms5plus:0:10095E:63:000:Infinite Character Select Time :ms5plus:62000000:000000:00000000:FFFFFFFF:Select Starting Stage:Enable on the Soldier Select screen :ms5plus:00010001:10D680:00000000:FFFFFFFF:Mission 1 :ms5plus:00010001:10D680:00000001:FFFFFFFF:Mission 2 :ms5plus:00010001:10D680:00000002:FFFFFFFF:Mission 3 :ms5plus:00010001:10D680:00000003:FFFFFFFF:Mission 4 :ms5plus:00010001:10D680:00000004:FFFFFFFF:Final Mission :ms5plus:00010001:10D680:00000005:FFFFFFFF:Ending :ms5plus:62000000:000000:00000000:00000000:Select Blood Colour :ms5plus:00010000:10FD92:00000000:FFFFFFFF:Clear :ms5plus:00010000:10FD92:00000001:FFFFFFFF:Red ms5plus:0:100A41:09:000:Infinite Lives PL1 ms5plus:0:100D49:01:000:Invincibility PL1 ms5plus:0:10D45C:FF:000:Infinite Bullets PL1 ms5plus:0:10D45D:FF:500:Infinite Bullets PL1 (2/2) ms5plus:0:10D457:63:000:Infinite Bombs PL1 ms5plus:0:10DCDF:63:000:Infinite Cannons PL1 ms5plus:0:101B2D:28:000:Infinite Vehicle Gas PL1 ms5plus:0:10DCD7:28:500:Infinite Vehicle Gas PL1 (2/2) ms5plus:0:10D454:00:000:Always have Normal Weapon PL1 ms5plus:0:100D58:00:500:Always have Normal Weapon PL1 (2/2) ms5plus:0:10D454:02:000:Always have Shotgun PL1 ms5plus:0:100D58:01:500:Always have Shotgun PL1 (2/2) ms5plus:0:10D454:03:000:Always have Rocket Launcher PL1 ms5plus:0:100D58:01:500:Always have Rocket Launcher PL1 (2/2) ms5plus:0:10D454:04:000:Always have Flame Shot PL1 ms5plus:0:100D58:01:500:Always have Flame Shot PL1 (2/2) ms5plus:0:10D454:05:000:Always have Heavy Machine Gun PL1 ms5plus:0:100D58:01:500:Always have Heavy Machine Gun PL1 (2/2) ms5plus:0:10D454:06:000:Always have Laser Gun PL1 ms5plus:0:100D58:01:500:Always have Laser Gun PL1 (2/2) ms5plus:0:10D454:07:000:Always have Big Shotgun PL1 ms5plus:0:100D58:01:500:Always have Big Shotgun PL1 (2/2) ms5plus:0:10D454:08:000:Always have Big Rocket Launcher PL1 ms5plus:0:100D58:01:500:Always have Big Rocket LauncherPL1 (2/2) ms5plus:0:10D454:09:000:Always have Big Flame Shot PL1 ms5plus:0:100D58:01:500:Always have Big Flame Shot PL1 (2/2) ms5plus:0:10D454:0A:000:Always have Big Heavy Machine Gun PL1 ms5plus:0:100D58:01:500:Always have Big Heavy Machine Gun PL1 (2/2) ms5plus:0:10D454:0B:000:Always have Big Laser Gun PL1 ms5plus:0:100D58:01:500:Always have Big Laser Gun PL1 (2/2) ms5plus:0:10D454:0C:000:Always have Enemy Chaser PL1 ms5plus:0:100D58:01:500:Always have Enemy Chaser PL1 (2/2) ms5plus:0:10D454:0D:000:Always have Iron Lizard PL1 ms5plus:0:100D58:01:500:Always have Iron Lizard PL1 (2/2) ms5plus:0:10D454:0E:000:Always have Drop Shot PL1 ms5plus:0:100D58:01:500:Always have Drop Shot PL1 (2/2) ms5plus:0:10D454:0F:000:Always have Super Grenade PL1 ms5plus:0:100D58:01:500:Always have Super Grenade PL1 (2/2) ms5plus:0:10D454:12:000:Always have Two Machine Gun PL1 ms5plus:0:100D58:02:500:Always have Two Machine Gun PL1 (2/2) ms5plus:0:10D456:01:000:Always have Normal Bomb PL1 ms5plus:0:10D456:02:000:Always have Fire Bomb PL1 ms5plus:0:10D456:03:000:Always have Rock Bomb PL1 ms5plus:0:100D56:01:000:Always have Pig PL1 ms5plus:0:100D56:01:001:Get Pig Now! PL1 ms5plus:0:10DDDD:0F:000:Always have 15 Prisoners PL1 ms5plus:0:10DDDD:0F:001:Get 15 Prisoners Now! PL1 :ms5plus:62000000:000000:00000000:00000000:Select Character PL1 :ms5plus:00010000:100A40:00000000:FFFFFFFF:Marco :ms5plus:00010000:100A40:00000001:FFFFFFFF:Tarma :ms5plus:00010000:100A40:00000002:FFFFFFFF:Eri :ms5plus:00010000:100A40:00000003:FFFFFFFF:Fio ms5plus:0:100B05:09:000:Infinite Lives PL2 ms5plus:0:10D46C:FF:000:Infinite Bullets PL2 ms5plus:0:10D46D:FF:500:Infinite Bullets PL2 (2/2) ms5plus:0:10D467:63:000:Infinite Bombs PL2 ms5plus:0:10DD0B:63:000:Infinite Cannons PL2 ms5plus:0:101B2D:28:000:Infinite Vehicle Gas PL2 ms5plus:0:10DD03:28:500:Infinite Vehicle Gas PL2 (2/2) ms5plus:0:10D464:00:000:Always have Normal Weapon PL2 ms5plus:0:100E48:00:500:Always have Normal Weapon PL2 (2/2) ms5plus:0:10D464:02:000:Always have Shotgun PL2 ms5plus:0:100E48:01:500:Always have Shotgun PL2 (2/2) ms5plus:0:10D464:03:000:Always have Rocket Launcher PL2 ms5plus:0:100E48:01:500:Always have Rocket Launcher PL2 (2/2) ms5plus:0:10D464:04:000:Always have Flame Shot PL2 ms5plus:0:100E48:01:500:Always have Flame Shot PL2 (2/2) ms5plus:0:10D464:05:000:Always have Heavy Machine Gun PL2 ms5plus:0:100E48:01:500:Always have Heavy Machine Gun PL2 (2/2) ms5plus:0:10D464:06:000:Always have Laser Gun PL2 ms5plus:0:100E48:01:500:Always have Laser Gun PL2 (2/2) ms5plus:0:10D464:07:000:Always have Big Shotgun PL2 ms5plus:0:100E48:01:500:Always have Big Shotgun PL2 (2/2) ms5plus:0:10D464:08:000:Always have Big Rocket Launcher PL2 ms5plus:0:100E48:01:500:Always have Big Rocket LauncherPL2 (2/2) ms5plus:0:10D464:09:000:Always have Big Flame Shot PL2 ms5plus:0:100E48:01:500:Always have Big Flame Shot PL2 (2/2) ms5plus:0:10D464:0A:000:Always have Big Heavy Machine Gun PL2 ms5plus:0:100E48:01:500:Always have Big Heavy Machine Gun PL2 (2/2) ms5plus:0:10D464:0B:000:Always have Big Laser Gun PL2 ms5plus:0:100E48:01:500:Always have Big Laser Gun PL2 (2/2) ms5plus:0:10D464:0C:000:Always have Enemy Chaser PL2 ms5plus:0:100E48:01:500:Always have Enemy Chaser PL2 (2/2) ms5plus:0:10D464:0D:000:Always have Iron Lizard PL2 ms5plus:0:100E48:01:500:Always have Iron Lizard PL2 (2/2) ms5plus:0:10D464:0E:000:Always have Drop Shot PL2 ms5plus:0:100E48:01:500:Always have Drop Shot PL2 (2/2) ms5plus:0:10D464:0F:000:Always have Super Grenade PL2 ms5plus:0:100E48:01:500:Always have Super Grenade PL2 (2/2) ms5plus:0:10D464:12:000:Always have Two Machine Gun PL2 ms5plus:0:100E48:02:500:Always have Two Machine Gun PL2 (2/2) ms5plus:0:10D466:01:000:Always have Normal Bomb PL2 ms5plus:0:10D466:02:000:Always have Fire Bomb PL2 ms5plus:0:10D466:03:000:Always have Rock Bomb PL2 :ms5plus:62000000:000000:00000000:00000000:Select Character PL2 :ms5plus:00010000:100B04:00000000:FFFFFFFF:Marco :ms5plus:00010000:100B04:00000001:FFFFFFFF:Tarma :ms5plus:00010000:100B04:00000002:FFFFFFFF:Eri :ms5plus:00010000:100B04:00000003:FFFFFFFF:Fio :ms5plus:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ms5plus:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ms5plus:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Miss Bingo ] msbingo:0:0000:00:999:[ This game hasn't even ]:REASON 11 msbingo:0:0000:00:999:[ been looked at due to ]:REASON 11 msbingo:0:0000:00:999:[ time constraints - Too]:REASON 11 msbingo:0:0000:00:999:[ many games and so ]:REASON 11 msbingo:0:0000:00:999:[ little time. It is ]:REASON 11 msbingo:0:0000:00:999:[ even possible that ]:REASON 11 msbingo:0:0000:00:999:[ this game may be a ]:REASON 11 msbingo:0:0000:00:999:[ clone of an existing ]:REASON 11 msbingo:0:0000:00:999:[ game which may have ]:REASON 11 msbingo:0:0000:00:999:[ cheats. Please search ]:REASON 11 msbingo:0:0000:00:999:[ the cheat forums ]:REASON 11 msbingo:0:0000:00:999:[ before posting cheat ]:REASON 11 msbingo:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Ms. Pacman Champion Edition / Super Zola Pac Gal ] mschamp:0:4E6E:99:000:Infinite Credits mschamp:0:4120:09:000:Infinite Time mschamp:0:4E14:06:000:Infinite Lives mschamp:0:4E15:05:500:Infinite Lives (2/2) :mschamp:20A00000:19774:001FF0C3:FFFFFFFF:Invincibility :mschamp:20A10000:19FF0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $1FF0, 2nd = and a/jp nz, $1FF7 :mschamp:20B10000:19FF3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :mschamp:20B10000:19FF7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :mschamp:20800000:1980B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. mschamp:0:4E0E:F4:001:Finish this Level Now! mschamp:0:0000:00:999:[ ------- Starting Levels ------ ] mschamp:0:0000:00:999:[ Deactivate the cheats after ] mschamp:0:0000:00:999:[ starting the level or leave them] mschamp:0:0000:00:999:[ active to repeat the level. ] mschamp:0:4E0A:7E:000:Start at Kite mschamp:0:4E13:01:500:Start at Kite (2/2) mschamp:0:4E0A:7F:000:Start at Drum mschamp:0:4E13:02:500:Start at Drum (2/2) mschamp:0:4E0A:80:000:Start at Balloon mschamp:0:4E13:03:500:Start at Balloon (2/2) mschamp:0:4E0A:81:000:Start at Train mschamp:0:4E13:04:500:Start at Train (2/2) mschamp:0:4E0A:82:000:Start at Skateboard mschamp:0:4E13:05:500:Start at Skateboard (2/2) mschamp:0:4E0A:83:000:Start at Frothy Pint mschamp:0:4E13:06:500:Start at Frothy Pint (2/2) mschamp:0:4E0A:84:000:Start at Multifruit 1a mschamp:0:4E13:07:500:Start at Multifruit 1a (2/2) mschamp:0:4E0A:85:000:Start at Multifruit 1b mschamp:0:4E13:08:500:Start at Multifruit 1b (2/2) mschamp:0:4E0A:86:000:Start at Multifruit 2 mschamp:0:4E13:09:500:Start at Multifruit 2 (2/2) mschamp:0:0000:00:999:[ ------- Practice Levels ------ ] mschamp:0:4E13:00:000:Practice Tricycle mschamp:0:4E13:01:000:Practice Kite mschamp:0:4E13:02:000:Practice Drum mschamp:0:4E13:03:000:Practice Balloon mschamp:0:4E13:04:000:Practice Train mschamp:0:4E13:05:000:Practice Skateboard mschamp:0:4E13:06:000:Practice Frothy Pint mschamp:0:4E13:07:000:Practice Multifruit (board 1) mschamp:0:4E13:09:000:Practice Multifruit (board 2) mschamp:0:4E13:FF:000:Split-Screen (Unplayable) mschamp:0:4E13:FE:000:No maze or dots(Unfinishable) mschamp:0:0000:00:999:[ ------- Practice Speeds ------ ] mschamp:0:4DBD:00:000:Stay blue until eaten mschamp:0:4DBE:00:500:Stay blue until eaten (2/2) mschamp:0:4DBD:58:000:Slow changeback mschamp:0:4DBE:02:500:Slow changeback (2/2) mschamp:0:4DBD:68:000:Moderate changeback mschamp:0:4DBE:01:500:Moderate changeback (2/2) mschamp:0:4DBD:F0:000:Quick changeback mschamp:0:4DBE:00:500:Quick changeback (2/2) mschamp:0:4DBD:78:000:Lightning changeback mschamp:0:4DBE:00:500:Lightning changeback (2/2) mschamp:0:4DBD:01:000:No change to blue mschamp:0:4DBE:00:500:No change to blue (2/2) mschamp:0:0000:00:999:[ -------- Ghost Status -------- ] mschamp:0:4DA7:01:000:Red always blue mschamp:0:4DA8:01:000:Pink always blue mschamp:0:4DA9:01:000:Green always blue mschamp:0:4DAA:01:000:Orange always blue mschamp:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Mahjong Scout Man (Japan) ] mscoutm:0:0000:00:999:[The winning hand cheat must] mscoutm:0:0000:00:999:[be activated when there are] mscoutm:0:0000:00:999:[14 tiles in your hand, then] mscoutm:0:0000:00:999:[press the RON key . ] mscoutm:0:0000:00:999:[('Z' by default). The tiles] mscoutm:0:0000:00:999:[do not visually change ] mscoutm:0:0000:00:999:[until you make a move. ] mscoutm:0:F159:31:001:Get winning hand Now! mscoutm:0:F15A:31:501:Get winning hand Now! (02/14) mscoutm:0:F15B:31:501:Get winning hand Now! (03/14) mscoutm:0:F15C:32:501:Get winning hand Now! (04/14) mscoutm:0:F15D:32:501:Get winning hand Now! (05/14) mscoutm:0:F15E:32:501:Get winning hand Now! (06/14) mscoutm:0:F15F:33:501:Get winning hand Now! (07/14) mscoutm:0:F160:33:501:Get winning hand Now! (08/14) mscoutm:0:F161:33:501:Get winning hand Now! (09/14) mscoutm:0:F162:34:501:Get winning hand Now! (10/14) mscoutm:0:F163:34:501:Get winning hand Now! (11/14) mscoutm:0:F164:34:501:Get winning hand Now! (12/14) mscoutm:0:F165:35:501:Get winning hand Now! (13/14) mscoutm:0:F166:35:501:Get winning hand Now! (14/14) mscoutm:0:0000:00:999:[At the start of a game, ] mscoutm:0:0000:00:999:[there may be some small ] mscoutm:0:0000:00:999:[glitches on the tiles when ] mscoutm:0:0000:00:999:[using the 'Always' cheats. ] mscoutm:0:0000:00:999:[The cheats should still ] mscoutm:0:0000:00:999:[work as normal. ] mscoutm:0:F159:31:000:Always winning hand mscoutm:0:F15A:31:500:Always winning hand (02/14) mscoutm:0:F15B:31:500:Always winning hand (03/14) mscoutm:0:F15C:32:500:Always winning hand (04/14) mscoutm:0:F15D:32:500:Always winning hand (05/14) mscoutm:0:F15E:32:500:Always winning hand (06/14) mscoutm:0:F15F:33:500:Always winning hand (07/14) mscoutm:0:F160:33:500:Always winning hand (08/14) mscoutm:0:F161:33:500:Always winning hand (09/14) mscoutm:0:F162:34:500:Always winning hand (10/14) mscoutm:0:F163:34:500:Always winning hand (11/14) mscoutm:0:F164:34:500:Always winning hand (12/14) mscoutm:0:F165:35:500:Always winning hand (13/14) mscoutm:0:F166:35:500:Always winning hand (14/14) ; [ Mobile Suit Gundam (Japan) ] msgunda1:0:201F9C:0D:000:Infinite Time msgunda1:0:201F9D:EC:500:Infinite Time (2/2) msgunda1:0:201F9C:00:001:Finish this Round Now! msgunda1:0:201F9D:01:501:Finish this Round Now! (2/2) msgunda1:0:202883:A0:000:Infinite Energy PL1 msgunda1:0:202883:00:001:Drain All Energy Now! PL1 msgunda1:0:2029AF:A0:000:Infinite Energy PL2 msgunda1:0:2029AF:00:001:Drain All Energy Now! PL2 ; [ Mobile Suit Gundam ] msgundam:0:201F9C:0D:000:Infinite Time msgundam:0:201F9D:EC:500:Infinite Time (2/2) msgundam:0:201F9C:00:001:Finish this Round Now! msgundam:0:201F9D:01:501:Finish this Round Now! (2/2) msgundam:0:202883:A0:000:Infinite Energy PL1 msgundam:0:202883:00:001:Drain All Energy Now! PL1 msgundam:0:2029AF:A0:000:Infinite Energy PL2 msgundam:0:2029AF:00:001:Drain All Energy Now! PL2 ; [ Marvel Super Heroes (Euro 951024) ] msh:0:FF4808:99:000:Infinite Time msh:0:FF4808:00:001:Finish this Round Now! msh:0:FF4191:90:000:Infinite Energy PL1 msh:0:FF4191:00:001:Drain All Energy Now! PL1 msh:0:FF4198:03:000:Always have Max Power PL1 msh:0:FF4195:90:500:Always have Max Power PL1 (2/2) msh:0:FF4198:00:000:Always have Min Power PL1 msh:0:FF4195:00:500:Always have Min Power PL1 (2/2) msh:0:FF4198:03:001:Get Max Power Now! PL1 msh:0:FF4195:90:501:Get Max Power Now! PL1 (2/2) msh:0:FF4198:00:001:Get Min Power Now! PL1 msh:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) msh:0:FF406A:80:000:No Ground Attacks PL1 msh:0:000000:00:999:[ Free player selection - Use on level VS screen ] msh:0:FF4051:00:001:Play as Spiderman Now! PL1 msh:0:FF4051:02:001:Play as Capt. America Now!PL1 msh:0:FF4051:04:001:Play as Hulk Now! PL1 msh:0:FF4051:06:001:Play as Iron Man Now! PL1 msh:0:FF4051:08:001:Play as Wolverine Now! PL1 msh:0:FF4051:0A:001:Play as Psylocke Now! PL1 msh:0:FF4051:0C:001:Play as Blackheart Now! PL1 msh:0:FF4051:0E:001:Play as Shama Gorath Now! PL1 msh:0:FF4051:10:001:Play as Juggernaut Now! PL1 msh:0:FF4051:12:001:Play as Magneto Now! PL1 msh:0:FF4051:14:001:Play as Doc Doom Now! PL1 msh:0:FF4051:16:001:Play as Thanos Now! PL1 msh:0:FF4051:18:001:Play as Anita Now! PL1 msh:0:FF4591:90:000:Infinite Energy PL2 msh:0:FF4591:00:001:Drain All Energy Now! PL2 msh:0:FF4598:03:000:Always have Max Power PL2 msh:0:FF4595:90:500:Always have Max Power PL2 (2/2) msh:0:FF4598:00:000:Always have Min Power PL2 msh:0:FF4595:00:500:Always have Min Power PL2 (2/2) msh:0:FF4598:03:001:Get Max Power Now! PL2 msh:0:FF4595:90:501:Get Max Power Now! PL2 (2/2) msh:0:FF4598:00:001:Get Min Power Now! PL2 msh:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) msh:0:FF446A:80:000:No Ground Attacks PL2 msh:0:000000:00:999:[ Free player selection - Use on level VS screen ] msh:0:FF4451:00:001:Play as Spiderman Now! PL2 msh:0:FF4451:02:001:Play as Capt. America Now!PL2 msh:0:FF4451:04:001:Play as Hulk Now! PL2 msh:0:FF4451:06:001:Play as Iron Man Now! PL2 msh:0:FF4451:08:001:Play as Wolverine Now! PL2 msh:0:FF4451:0A:001:Play as Psylocke Now! PL2 msh:0:FF4451:0C:001:Play as Blackheart Now! PL2 msh:0:FF4451:0E:001:Play as Shama Gorath Now! PL2 msh:0:FF4451:10:001:Play as Juggernaut Now! PL2 msh:0:FF4451:12:001:Play as Magneto Now! PL2 msh:0:FF4451:14:001:Play as Doc Doom Now! PL2 msh:0:FF4451:16:001:Play as Thanos Now! PL2 msh:0:FF4451:18:001:Play as Anita Now! PL2 msh:0:000000:00:999:[ These are the codes to set the machine region - the ] msh:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] msh:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] msh:0:FF4C23:00:000:Region Switch = Japan msh:0:FF4C23:02:000:Region Switch = USA msh:0:FF4C23:04:000:Region Switch = Hispanic msh:0:FF4C23:06:000:Region Switch = Asia msh:0:FF4C23:08:000:Region Switch = Euro msh:0:FF4C23:0A:000:Region Switch = Brazil ; [ Marvel Super Heroes (Asia 951024) ] msha:0:FF4808:99:000:Infinite Time msha:0:FF4808:00:001:Finish this Round Now! msha:0:FF4191:90:000:Infinite Energy PL1 msha:0:FF4191:00:001:Drain All Energy Now! PL1 msha:0:FF4198:03:000:Always have Max Power PL1 msha:0:FF4195:90:500:Always have Max Power PL1 (2/2) msha:0:FF4198:00:000:Always have Min Power PL1 msha:0:FF4195:00:500:Always have Min Power PL1 (2/2) msha:0:FF4198:03:001:Get Max Power Now! PL1 msha:0:FF4195:90:501:Get Max Power Now! PL1 (2/2) msha:0:FF4198:00:001:Get Min Power Now! PL1 msha:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) msha:0:FF406A:80:000:No Ground Attacks PL1 msha:0:000000:00:999:[ Free player selection - Use on level VS screen ] msha:0:FF4051:00:001:Play as Spiderman Now! PL1 msha:0:FF4051:02:001:Play as Capt. America Now!PL1 msha:0:FF4051:04:001:Play as Hulk Now! PL1 msha:0:FF4051:06:001:Play as Iron Man Now! PL1 msha:0:FF4051:08:001:Play as Wolverine Now! PL1 msha:0:FF4051:0A:001:Play as Psylocke Now! PL1 msha:0:FF4051:0C:001:Play as Blackheart Now! PL1 msha:0:FF4051:0E:001:Play as Shama Gorath Now! PL1 msha:0:FF4051:10:001:Play as Juggernaut Now! PL1 msha:0:FF4051:12:001:Play as Magneto Now! PL1 msha:0:FF4051:14:001:Play as Doc Doom Now! PL1 msha:0:FF4051:16:001:Play as Thanos Now! PL1 msha:0:FF4051:18:001:Play as Anita Now! PL1 msha:0:FF4591:90:000:Infinite Energy PL2 msha:0:FF4591:00:001:Drain All Energy Now! PL2 msha:0:FF4598:03:000:Always have Max Power PL2 msha:0:FF4595:90:500:Always have Max Power PL2 (2/2) msha:0:FF4598:00:000:Always have Min Power PL2 msha:0:FF4595:00:500:Always have Min Power PL2 (2/2) msha:0:FF4598:03:001:Get Max Power Now! PL2 msha:0:FF4595:90:501:Get Max Power Now! PL2 (2/2) msha:0:FF4598:00:001:Get Min Power Now! PL2 msha:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) msha:0:FF446A:80:000:No Ground Attacks PL2 msha:0:000000:00:999:[ Free player selection - Use on level VS screen ] msha:0:FF4451:00:001:Play as Spiderman Now! PL2 msha:0:FF4451:02:001:Play as Capt. America Now!PL2 msha:0:FF4451:04:001:Play as Hulk Now! PL2 msha:0:FF4451:06:001:Play as Iron Man Now! PL2 msha:0:FF4451:08:001:Play as Wolverine Now! PL2 msha:0:FF4451:0A:001:Play as Psylocke Now! PL2 msha:0:FF4451:0C:001:Play as Blackheart Now! PL2 msha:0:FF4451:0E:001:Play as Shama Gorath Now! PL2 msha:0:FF4451:10:001:Play as Juggernaut Now! PL2 msha:0:FF4451:12:001:Play as Magneto Now! PL2 msha:0:FF4451:14:001:Play as Doc Doom Now! PL2 msha:0:FF4451:16:001:Play as Thanos Now! PL2 msha:0:FF4451:18:001:Play as Anita Now! PL2 msha:0:000000:00:999:[ These are the codes to set the machine region - the ] msha:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] msha:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] msha:0:FF4C23:00:000:Region Switch = Japan msha:0:FF4C23:02:000:Region Switch = USA msha:0:FF4C23:04:000:Region Switch = Hispanic msha:0:FF4C23:06:000:Region Switch = Asia msha:0:FF4C23:08:000:Region Switch = Euro msha:0:FF4C23:0A:000:Region Switch = Brazil ; [ Marvel Super Heroes (Brazil 951117) ] mshb:0:FF4808:99:000:Infinite Time mshb:0:FF4808:00:001:Finish this Round Now! mshb:0:FF4191:90:000:Infinite Energy PL1 mshb:0:FF4191:00:001:Drain All Energy Now! PL1 mshb:0:FF4198:03:000:Always have Max Power PL1 mshb:0:FF4195:90:500:Always have Max Power PL1 (2/2) mshb:0:FF4198:00:000:Always have Min Power PL1 mshb:0:FF4195:00:500:Always have Min Power PL1 (2/2) mshb:0:FF4198:03:001:Get Max Power Now! PL1 mshb:0:FF4195:90:501:Get Max Power Now! PL1 (2/2) mshb:0:FF4198:00:001:Get Min Power Now! PL1 mshb:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) mshb:0:FF406A:80:000:No Ground Attacks PL1 mshb:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshb:0:FF4051:00:001:Play as Spiderman Now! PL1 mshb:0:FF4051:02:001:Play as Capt. America Now!PL1 mshb:0:FF4051:04:001:Play as Hulk Now! PL1 mshb:0:FF4051:06:001:Play as Iron Man Now! PL1 mshb:0:FF4051:08:001:Play as Wolverine Now! PL1 mshb:0:FF4051:0A:001:Play as Psylocke Now! PL1 mshb:0:FF4051:0C:001:Play as Blackheart Now! PL1 mshb:0:FF4051:0E:001:Play as Shama Gorath Now! PL1 mshb:0:FF4051:10:001:Play as Juggernaut Now! PL1 mshb:0:FF4051:12:001:Play as Magneto Now! PL1 mshb:0:FF4051:14:001:Play as Doc Doom Now! PL1 mshb:0:FF4051:16:001:Play as Thanos Now! PL1 mshb:0:FF4051:18:001:Play as Anita Now! PL1 mshb:0:FF4591:90:000:Infinite Energy PL2 mshb:0:FF4591:00:001:Drain All Energy Now! PL2 mshb:0:FF4598:03:000:Always have Max Power PL2 mshb:0:FF4595:90:500:Always have Max Power PL2 (2/2) mshb:0:FF4598:00:000:Always have Min Power PL2 mshb:0:FF4595:00:500:Always have Min Power PL2 (2/2) mshb:0:FF4598:03:001:Get Max Power Now! PL2 mshb:0:FF4595:90:501:Get Max Power Now! PL2 (2/2) mshb:0:FF4598:00:001:Get Min Power Now! PL2 mshb:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) mshb:0:FF446A:80:000:No Ground Attacks PL2 mshb:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshb:0:FF4451:00:001:Play as Spiderman Now! PL2 mshb:0:FF4451:02:001:Play as Capt. America Now!PL2 mshb:0:FF4451:04:001:Play as Hulk Now! PL2 mshb:0:FF4451:06:001:Play as Iron Man Now! PL2 mshb:0:FF4451:08:001:Play as Wolverine Now! PL2 mshb:0:FF4451:0A:001:Play as Psylocke Now! PL2 mshb:0:FF4451:0C:001:Play as Blackheart Now! PL2 mshb:0:FF4451:0E:001:Play as Shama Gorath Now! PL2 mshb:0:FF4451:10:001:Play as Juggernaut Now! PL2 mshb:0:FF4451:12:001:Play as Magneto Now! PL2 mshb:0:FF4451:14:001:Play as Doc Doom Now! PL2 mshb:0:FF4451:16:001:Play as Thanos Now! PL2 mshb:0:FF4451:18:001:Play as Anita Now! PL2 mshb:0:000000:00:999:[ These are the codes to set the machine region - the ] mshb:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mshb:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mshb:0:FF4C23:00:000:Region Switch = Japan mshb:0:FF4C23:02:000:Region Switch = USA mshb:0:FF4C23:04:000:Region Switch = Hispanic mshb:0:FF4C23:06:000:Region Switch = Asia mshb:0:FF4C23:08:000:Region Switch = Euro mshb:0:FF4C23:0A:000:Region Switch = Brazil ; [ Marvel Super Heroes (Hispanic 951117) ] mshh:0:FF4808:99:000:Infinite Time mshh:0:FF4808:00:001:Finish this Round Now! mshh:0:FF4191:90:000:Infinite Energy PL1 mshh:0:FF4191:00:001:Drain All Energy Now! PL1 mshh:0:FF4198:03:000:Always have Max Power PL1 mshh:0:FF4195:90:500:Always have Max Power PL1 (2/2) mshh:0:FF4198:00:000:Always have Min Power PL1 mshh:0:FF4195:00:500:Always have Min Power PL1 (2/2) mshh:0:FF4198:03:001:Get Max Power Now! PL1 mshh:0:FF4195:90:501:Get Max Power Now! PL1 (2/2) mshh:0:FF4198:00:001:Get Min Power Now! PL1 mshh:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) mshh:0:FF406A:80:000:No Ground Attacks PL1 mshh:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshh:0:FF4051:00:001:Play as Spiderman Now! PL1 mshh:0:FF4051:02:001:Play as Capt. America Now!PL1 mshh:0:FF4051:04:001:Play as Hulk Now! PL1 mshh:0:FF4051:06:001:Play as Iron Man Now! PL1 mshh:0:FF4051:08:001:Play as Wolverine Now! PL1 mshh:0:FF4051:0A:001:Play as Psylocke Now! PL1 mshh:0:FF4051:0C:001:Play as Blackheart Now! PL1 mshh:0:FF4051:0E:001:Play as Shama Gorath Now! PL1 mshh:0:FF4051:10:001:Play as Juggernaut Now! PL1 mshh:0:FF4051:12:001:Play as Magneto Now! PL1 mshh:0:FF4051:14:001:Play as Doc Doom Now! PL1 mshh:0:FF4051:16:001:Play as Thanos Now! PL1 mshh:0:FF4051:18:001:Play as Anita Now! PL1 mshh:0:FF4591:90:000:Infinite Energy PL2 mshh:0:FF4591:00:001:Drain All Energy Now! PL2 mshh:0:FF4598:03:000:Always have Max Power PL2 mshh:0:FF4595:90:500:Always have Max Power PL2 (2/2) mshh:0:FF4598:00:000:Always have Min Power PL2 mshh:0:FF4595:00:500:Always have Min Power PL2 (2/2) mshh:0:FF4598:03:001:Get Max Power Now! PL2 mshh:0:FF4595:90:501:Get Max Power Now! PL2 (2/2) mshh:0:FF4598:00:001:Get Min Power Now! PL2 mshh:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) mshh:0:FF446A:80:000:No Ground Attacks PL2 mshh:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshh:0:FF4451:00:001:Play as Spiderman Now! PL2 mshh:0:FF4451:02:001:Play as Capt. America Now!PL2 mshh:0:FF4451:04:001:Play as Hulk Now! PL2 mshh:0:FF4451:06:001:Play as Iron Man Now! PL2 mshh:0:FF4451:08:001:Play as Wolverine Now! PL2 mshh:0:FF4451:0A:001:Play as Psylocke Now! PL2 mshh:0:FF4451:0C:001:Play as Blackheart Now! PL2 mshh:0:FF4451:0E:001:Play as Shama Gorath Now! PL2 mshh:0:FF4451:10:001:Play as Juggernaut Now! PL2 mshh:0:FF4451:12:001:Play as Magneto Now! PL2 mshh:0:FF4451:14:001:Play as Doc Doom Now! PL2 mshh:0:FF4451:16:001:Play as Thanos Now! PL2 mshh:0:FF4451:18:001:Play as Anita Now! PL2 mshh:0:000000:00:999:[ These are the codes to set the machine region - the ] mshh:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mshh:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mshh:0:FF4C23:00:000:Region Switch = Japan mshh:0:FF4C23:02:000:Region Switch = USA mshh:0:FF4C23:04:000:Region Switch = Hispanic mshh:0:FF4C23:06:000:Region Switch = Asia mshh:0:FF4C23:08:000:Region Switch = Euro mshh:0:FF4C23:0A:000:Region Switch = Brazil ; [ Marvel Super Heroes (Japan 951117) ] mshj:0:FF4808:99:000:Infinite Time mshj:0:FF4808:00:001:Finish this Round Now! mshj:0:FF4191:90:000:Infinite Energy PL1 mshj:0:FF4191:00:001:Drain All Energy Now! PL1 mshj:0:FF4198:03:000:Always have Max Power PL1 mshj:0:FF4195:90:500:Always have Max Power PL1 (2/2) mshj:0:FF4198:00:000:Always have Min Power PL1 mshj:0:FF4195:00:500:Always have Min Power PL1 (2/2) mshj:0:FF4198:03:001:Get Max Power Now! PL1 mshj:0:FF4195:90:501:Get Max Power Now! PL1 (2/2) mshj:0:FF4198:00:001:Get Min Power Now! PL1 mshj:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) mshj:0:FF406A:80:000:No Ground Attacks PL1 mshj:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshj:0:FF4051:00:001:Play as Spiderman Now! PL1 mshj:0:FF4051:02:001:Play as Capt. America Now!PL1 mshj:0:FF4051:04:001:Play as Hulk Now! PL1 mshj:0:FF4051:06:001:Play as Iron Man Now! PL1 mshj:0:FF4051:08:001:Play as Wolverine Now! PL1 mshj:0:FF4051:0A:001:Play as Psylocke Now! PL1 mshj:0:FF4051:0C:001:Play as Blackheart Now! PL1 mshj:0:FF4051:0E:001:Play as Shama Gorath Now! PL1 mshj:0:FF4051:10:001:Play as Juggernaut Now! PL1 mshj:0:FF4051:12:001:Play as Magneto Now! PL1 mshj:0:FF4051:14:001:Play as Doc Doom Now! PL1 mshj:0:FF4051:16:001:Play as Thanos Now! PL1 mshj:0:FF4051:18:001:Play as Anita Now! PL1 mshj:0:FF4591:90:000:Infinite Energy PL2 mshj:0:FF4598:03:000:Always have Max Power PL2 mshj:0:FF4595:90:500:Always have Max Power PL2 (2/2) mshj:0:FF4598:00:000:Always have Min Power PL2 mshj:0:FF4595:00:500:Always have Min Power PL2 (2/2) mshj:0:FF4598:03:001:Get Max Power Now! PL2 mshj:0:FF4595:90:501:Get Max Power Now! PL2 (2/2) mshj:0:FF4598:00:001:Get Min Power Now! PL2 mshj:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) mshj:0:FF446A:80:000:No Ground Attacks PL2 mshj:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshj:0:FF4451:00:001:Play as Spiderman Now! PL2 mshj:0:FF4451:02:001:Play as Capt. America Now!PL2 mshj:0:FF4451:04:001:Play as Hulk Now! PL2 mshj:0:FF4451:06:001:Play as Iron Man Now! PL2 mshj:0:FF4451:08:001:Play as Wolverine Now! PL2 mshj:0:FF4451:0A:001:Play as Psylocke Now! PL2 mshj:0:FF4451:0C:001:Play as Blackheart Now! PL2 mshj:0:FF4451:0E:001:Play as Shama Gorath Now! PL2 mshj:0:FF4451:10:001:Play as Juggernaut Now! PL2 mshj:0:FF4451:12:001:Play as Magneto Now! PL2 mshj:0:FF4451:14:001:Play as Doc Doom Now! PL2 mshj:0:FF4451:16:001:Play as Thanos Now! PL2 mshj:0:FF4451:18:001:Play as Anita Now! PL2 mshj:0:000000:00:999:[ These are the codes to set the machine region - the ] mshj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mshj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mshj:0:FF4C23:00:000:Region Switch = Japan mshj:0:FF4C23:02:000:Region Switch = USA mshj:0:FF4C23:04:000:Region Switch = Hispanic mshj:0:FF4C23:06:000:Region Switch = Asia mshj:0:FF4C23:08:000:Region Switch = Euro mshj:0:FF4C23:0A:000:Region Switch = Brazil ; [ Marvel Super Heroes (Japan 951024) ] mshjr1:0:FF4808:99:000:Infinite Time mshjr1:0:FF4808:00:001:Finish this Round Now! mshjr1:0:FF4191:90:000:Infinite Energy PL1 mshjr1:0:FF4191:00:001:Drain All Energy Now! PL1 mshjr1:0:FF4198:03:000:Always have Max Power PL1 mshjr1:0:FF4195:90:500:Always have Max Power PL1 (2/2) mshjr1:0:FF4198:00:000:Always have Min Power PL1 mshjr1:0:FF4195:00:500:Always have Min Power PL1 (2/2) mshjr1:0:FF4198:03:001:Get Max Power Now! PL1 mshjr1:0:FF4195:90:501:Get Max Power Now! PL1 (2/2) mshjr1:0:FF4198:00:001:Get Min Power Now! PL1 mshjr1:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) mshjr1:0:FF406A:80:000:No Ground Attacks PL1 mshjr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshjr1:0:FF4051:00:001:Play as Spiderman Now! PL1 mshjr1:0:FF4051:02:001:Play as Capt. America Now!PL1 mshjr1:0:FF4051:04:001:Play as Hulk Now! PL1 mshjr1:0:FF4051:06:001:Play as Iron Man Now! PL1 mshjr1:0:FF4051:08:001:Play as Wolverine Now! PL1 mshjr1:0:FF4051:0A:001:Play as Psylocke Now! PL1 mshjr1:0:FF4051:0C:001:Play as Blackheart Now! PL1 mshjr1:0:FF4051:0E:001:Play as Shama Gorath Now! PL1 mshjr1:0:FF4051:10:001:Play as Juggernaut Now! PL1 mshjr1:0:FF4051:12:001:Play as Magneto Now! PL1 mshjr1:0:FF4051:14:001:Play as Doc Doom Now! PL1 mshjr1:0:FF4051:16:001:Play as Thanos Now! PL1 mshjr1:0:FF4051:18:001:Play as Anita Now! PL1 mshjr1:0:FF4591:90:000:Infinite Energy PL2 mshjr1:0:FF4598:03:000:Always have Max Power PL2 mshjr1:0:FF4595:90:500:Always have Max Power PL2 (2/2) mshjr1:0:FF4598:00:000:Always have Min Power PL2 mshjr1:0:FF4595:00:500:Always have Min Power PL2 (2/2) mshjr1:0:FF4598:03:001:Get Max Power Now! PL2 mshjr1:0:FF4595:90:501:Get Max Power Now! PL2 (2/2) mshjr1:0:FF4598:00:001:Get Min Power Now! PL2 mshjr1:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) mshjr1:0:FF446A:80:000:No Ground Attacks PL2 mshjr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshjr1:0:FF4451:00:001:Play as Spiderman Now! PL2 mshjr1:0:FF4451:02:001:Play as Capt. America Now!PL2 mshjr1:0:FF4451:04:001:Play as Hulk Now! PL2 mshjr1:0:FF4451:06:001:Play as Iron Man Now! PL2 mshjr1:0:FF4451:08:001:Play as Wolverine Now! PL2 mshjr1:0:FF4451:0A:001:Play as Psylocke Now! PL2 mshjr1:0:FF4451:0C:001:Play as Blackheart Now! PL2 mshjr1:0:FF4451:0E:001:Play as Shama Gorath Now! PL2 mshjr1:0:FF4451:10:001:Play as Juggernaut Now! PL2 mshjr1:0:FF4451:12:001:Play as Magneto Now! PL2 mshjr1:0:FF4451:14:001:Play as Doc Doom Now! PL2 mshjr1:0:FF4451:16:001:Play as Thanos Now! PL2 mshjr1:0:FF4451:18:001:Play as Anita Now! PL2 mshjr1:0:000000:00:999:[ These are the codes to set the machine region - the ] mshjr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mshjr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mshjr1:0:FF4C23:00:000:Region Switch = Japan mshjr1:0:FF4C23:02:000:Region Switch = USA mshjr1:0:FF4C23:04:000:Region Switch = Hispanic mshjr1:0:FF4C23:06:000:Region Switch = Asia mshjr1:0:FF4C23:08:000:Region Switch = Euro mshjr1:0:FF4C23:0A:000:Region Switch = Brazil ; [ Marvel Super Heroes (US 951024) ] mshu:0:FF4808:99:000:Infinite Time mshu:0:FF4808:00:001:Finish this Round Now! mshu:0:FF4191:90:000:Infinite Energy PL1 mshu:0:FF4191:00:001:Drain All Energy Now! PL1 mshu:0:FF4198:03:000:Always have Max Power PL1 mshu:0:FF4195:90:500:Always have Max Power PL1 (2/2) mshu:0:FF4198:00:000:Always have Min Power PL1 mshu:0:FF4195:00:500:Always have Min Power PL1 (2/2) mshu:0:FF4198:03:001:Get Max Power Now! PL1 mshu:0:FF4195:90:501:Get Max Power Now! PL1 (2/2) mshu:0:FF4198:00:001:Get Min Power Now! PL1 mshu:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) mshu:0:FF406A:80:000:No Ground Attacks PL1 mshu:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshu:0:FF4051:00:001:Play as Spiderman Now! PL1 mshu:0:FF4051:02:001:Play as Capt. America Now!PL1 mshu:0:FF4051:04:001:Play as Hulk Now! PL1 mshu:0:FF4051:06:001:Play as Iron Man Now! PL1 mshu:0:FF4051:08:001:Play as Wolverine Now! PL1 mshu:0:FF4051:0A:001:Play as Psylocke Now! PL1 mshu:0:FF4051:0C:001:Play as Blackheart Now! PL1 mshu:0:FF4051:0E:001:Play as Shama Gorath Now! PL1 mshu:0:FF4051:10:001:Play as Juggernaut Now! PL1 mshu:0:FF4051:12:001:Play as Magneto Now! PL1 mshu:0:FF4051:14:001:Play as Doc Doom Now! PL1 mshu:0:FF4051:16:001:Play as Thanos Now! PL1 mshu:0:FF4051:18:001:Play as Anita Now! PL1 mshu:0:FF4591:90:000:Infinite Energy PL2 mshu:0:FF4598:03:000:Always have Max Power PL2 mshu:0:FF4595:90:500:Always have Max Power PL2 (2/2) mshu:0:FF4598:00:000:Always have Min Power PL2 mshu:0:FF4595:00:500:Always have Min Power PL2 (2/2) mshu:0:FF4598:03:001:Get Max Power Now! PL2 mshu:0:FF4595:90:501:Get Max Power Now! PL2 (2/2) mshu:0:FF4598:00:001:Get Min Power Now! PL2 mshu:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) mshu:0:FF446A:80:000:No Ground Attacks PL2 mshu:0:000000:00:999:[ Free player selection - Use on level VS screen ] mshu:0:FF4451:00:001:Play as Spiderman Now! PL2 mshu:0:FF4451:02:001:Play as Capt. America Now!PL2 mshu:0:FF4451:04:001:Play as Hulk Now! PL2 mshu:0:FF4451:06:001:Play as Iron Man Now! PL2 mshu:0:FF4451:08:001:Play as Wolverine Now! PL2 mshu:0:FF4451:0A:001:Play as Psylocke Now! PL2 mshu:0:FF4451:0C:001:Play as Blackheart Now! PL2 mshu:0:FF4451:0E:001:Play as Shama Gorath Now! PL2 mshu:0:FF4451:10:001:Play as Juggernaut Now! PL2 mshu:0:FF4451:12:001:Play as Magneto Now! PL2 mshu:0:FF4451:14:001:Play as Doc Doom Now! PL2 mshu:0:FF4451:16:001:Play as Thanos Now! PL2 mshu:0:FF4451:18:001:Play as Anita Now! PL2 mshu:0:000000:00:999:[ These are the codes to set the machine region - the ] mshu:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mshu:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mshu:0:FF4C23:00:000:Region Switch = Japan mshu:0:FF4C23:02:000:Region Switch = USA mshu:0:FF4C23:04:000:Region Switch = Hispanic mshu:0:FF4C23:06:000:Region Switch = Asia mshu:0:FF4C23:08:000:Region Switch = Euro mshu:0:FF4C23:0A:000:Region Switch = Brazil ; [ Moon Shuttle (Japan set 2) ] mshutlj2:0:80E5:0C:000:Infinite Lives ; [ Moon Shuttle (US?) ] mshuttle:0:80E5:0C:000:Infinite Lives ; [ Moon Shuttle (Japan) ] mshuttlj:0:80E5:0C:000:Infinite Lives ; [ Marvel Super Heroes Vs. Street Fighter (Euro 970625) ] mshvsf:0:FF4808:99:000:Infinite Time mshvsf:0:FF4808:00:001:Finish this Round Now! mshvsf:0:FF4881:08:001:Go to Final Stage Next mshvsf:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsf:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsf:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsf:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsf:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsf:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsf:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsf:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsf:0:FF3A54:03:000:Always Max Power PL1 mshvsf:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsf:0:FF3853:00:000:Play with Apocalypse PL1 mshvsf:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsf:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsf:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsf:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsf:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsf:0:000000:00:999:[ selection screen. ] mshvsf:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsf:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsf:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsf:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsf:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsf:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsf:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsf:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsf:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsf:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsf:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsf:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsf:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsf:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsf:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsf:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsf:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsf:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsf:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsf:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsf:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsf:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsf:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsf:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsf:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsf:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsf:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsf:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsf:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsf:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsf:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsf:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsf:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsf:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsf:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsf:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsf:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsf:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsf:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsf:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsf:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsf:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsf:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsf:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsf:0:FF3E54:03:000:Always Max Power PL2 mshvsf:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsf:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsf:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsf:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsf:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsf:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsf:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsf:0:000000:00:999:[ selection screen. ] mshvsf:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsf:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsf:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsf:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsf:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsf:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsf:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsf:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsf:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsf:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsf:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsf:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsf:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsf:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsf:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsf:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsf:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsf:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsf:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsf:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsf:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsf:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsf:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsf:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsf:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsf:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsf:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsf:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsf:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsf:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsf:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsf:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsf:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsf:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsf:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsf:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsf:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsf:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsf:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsf:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsf:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsf:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsf:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Asia 970625) ] mshvsfa:0:FF4808:99:000:Infinite Time mshvsfa:0:FF4808:00:001:Finish this Round Now! mshvsfa:0:FF4881:08:001:Go to Final Stage Next mshvsfa:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfa:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfa:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfa:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfa:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfa:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfa:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfa:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfa:0:FF3A54:03:000:Always Max Power PL1 mshvsfa:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfa:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfa:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfa:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfa:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfa:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfa:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfa:0:000000:00:999:[ selection screen. ] mshvsfa:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfa:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfa:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfa:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfa:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfa:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfa:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfa:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfa:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfa:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfa:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfa:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfa:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfa:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfa:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfa:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfa:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfa:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfa:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfa:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfa:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfa:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfa:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfa:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfa:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfa:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfa:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfa:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfa:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfa:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfa:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfa:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfa:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfa:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfa:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfa:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfa:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfa:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfa:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfa:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfa:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfa:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfa:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfa:0:FF3E54:03:000:Always Max Power PL2 mshvsfa:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfa:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfa:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfa:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfa:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfa:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfa:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfa:0:000000:00:999:[ selection screen. ] mshvsfa:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfa:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfa:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfa:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfa:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfa:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfa:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfa:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfa:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfa:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfa:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfa:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfa:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfa:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfa:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfa:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfa:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfa:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfa:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfa:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfa:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfa:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfa:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfa:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfa:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfa:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfa:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfa:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfa:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfa:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfa:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfa:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfa:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfa:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfa:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfa:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Asia 970620) ] mshvsfa1:0:FF4808:99:000:Infinite Time mshvsfa1:0:FF4808:00:001:Finish this Round Now! mshvsfa1:0:FF4881:08:001:Go to Final Stage Next mshvsfa1:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfa1:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfa1:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfa1:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfa1:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfa1:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfa1:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfa1:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfa1:0:FF3A54:03:000:Always Max Power PL1 mshvsfa1:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfa1:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfa1:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfa1:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfa1:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfa1:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfa1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfa1:0:000000:00:999:[ selection screen. ] mshvsfa1:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfa1:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfa1:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfa1:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfa1:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfa1:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfa1:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfa1:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfa1:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfa1:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfa1:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfa1:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfa1:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfa1:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfa1:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfa1:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfa1:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfa1:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfa1:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfa1:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfa1:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfa1:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfa1:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfa1:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfa1:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfa1:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfa1:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfa1:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfa1:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfa1:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfa1:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfa1:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfa1:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfa1:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfa1:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfa1:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfa1:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfa1:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfa1:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfa1:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfa1:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfa1:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfa1:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfa1:0:FF3E54:03:000:Always Max Power PL2 mshvsfa1:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfa1:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfa1:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfa1:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfa1:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfa1:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfa1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfa1:0:000000:00:999:[ selection screen. ] mshvsfa1:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfa1:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfa1:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfa1:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfa1:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfa1:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfa1:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfa1:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfa1:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfa1:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfa1:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfa1:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfa1:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfa1:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfa1:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfa1:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfa1:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfa1:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfa1:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfa1:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfa1:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfa1:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfa1:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfa1:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfa1:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfa1:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfa1:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfa1:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfa1:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfa1:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfa1:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfa1:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfa1:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfa1:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfa1:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfa1:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Brazil 970827) ] mshvsfb:0:FF4808:99:000:Infinite Time mshvsfb:0:FF4808:00:001:Finish this Round Now! mshvsfb:0:FF4881:08:001:Go to Final Stage Next mshvsfb:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfb:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfb:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfb:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfb:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfb:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfb:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfb:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfb:0:FF3A54:03:000:Always Max Power PL1 mshvsfb:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfb:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfb:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfb:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfb:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfb:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfb:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfb:0:000000:00:999:[ selection screen. ] mshvsfb:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfb:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfb:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfb:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfb:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfb:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfb:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfb:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfb:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfb:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfb:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfb:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfb:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfb:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfb:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfb:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfb:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfb:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfb:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfb:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfb:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfb:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfb:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfb:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfb:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfb:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfb:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfb:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfb:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfb:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfb:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfb:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfb:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfb:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfb:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfb:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfb:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfb:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfb:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfb:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfb:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfb:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfb:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfb:0:FF3E54:03:000:Always Max Power PL2 mshvsfb:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfb:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfb:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfb:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfb:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfb:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfb:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfb:0:000000:00:999:[ selection screen. ] mshvsfb:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfb:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfb:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfb:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfb:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfb:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfb:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfb:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfb:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfb:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfb:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfb:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfb:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfb:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfb:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfb:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfb:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfb:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfb:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfb:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfb:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfb:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfb:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfb:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfb:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfb:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfb:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfb:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfb:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfb:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfb:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfb:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfb:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfb:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfb:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfb:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Brazil 970625) ] mshvsfb1:0:FF4808:99:000:Infinite Time mshvsfb1:0:FF4808:00:001:Finish this Round Now! mshvsfb1:0:FF4881:08:001:Go to Final Stage Next mshvsfb1:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfb1:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfb1:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfb1:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfb1:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfb1:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfb1:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfb1:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfb1:0:FF3A54:03:000:Always Max Power PL1 mshvsfb1:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfb1:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfb1:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfb1:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfb1:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfb1:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfb1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfb1:0:000000:00:999:[ selection screen. ] mshvsfb1:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfb1:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfb1:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfb1:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfb1:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfb1:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfb1:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfb1:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfb1:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfb1:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfb1:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfb1:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfb1:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfb1:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfb1:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfb1:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfb1:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfb1:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfb1:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfb1:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfb1:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfb1:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfb1:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfb1:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfb1:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfb1:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfb1:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfb1:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfb1:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfb1:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfb1:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfb1:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfb1:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfb1:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfb1:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfb1:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfb1:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfb1:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfb1:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfb1:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfb1:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfb1:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfb1:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfb1:0:FF3E54:03:000:Always Max Power PL2 mshvsfb1:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfb1:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfb1:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfb1:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfb1:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfb1:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfb1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfb1:0:000000:00:999:[ selection screen. ] mshvsfb1:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfb1:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfb1:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfb1:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfb1:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfb1:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfb1:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfb1:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfb1:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfb1:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfb1:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfb1:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfb1:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfb1:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfb1:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfb1:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfb1:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfb1:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfb1:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfb1:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfb1:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfb1:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfb1:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfb1:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfb1:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfb1:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfb1:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfb1:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfb1:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfb1:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfb1:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfb1:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfb1:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfb1:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfb1:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfb1:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Hispanic 970625) ] mshvsfh:0:FF4808:99:000:Infinite Time mshvsfh:0:FF4808:00:001:Finish this Round Now! mshvsfh:0:FF4881:08:001:Go to Final Stage Next mshvsfh:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfh:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfh:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfh:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfh:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfh:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfh:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfh:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfh:0:FF3A54:03:000:Always Max Power PL1 mshvsfh:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfh:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfh:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfh:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfh:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfh:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfh:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfh:0:000000:00:999:[ selection screen. ] mshvsfh:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfh:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfh:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfh:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfh:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfh:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfh:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfh:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfh:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfh:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfh:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfh:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfh:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfh:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfh:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfh:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfh:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfh:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfh:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfh:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfh:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfh:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfh:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfh:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfh:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfh:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfh:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfh:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfh:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfh:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfh:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfh:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfh:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfh:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfh:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfh:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfh:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfh:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfh:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfh:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfh:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfh:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfh:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfh:0:FF3E54:03:000:Always Max Power PL2 mshvsfh:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfh:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfh:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfh:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfh:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfh:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfh:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfh:0:000000:00:999:[ selection screen. ] mshvsfh:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfh:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfh:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfh:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfh:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfh:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfh:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfh:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfh:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfh:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfh:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfh:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfh:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfh:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfh:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfh:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfh:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfh:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfh:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfh:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfh:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfh:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfh:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfh:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfh:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfh:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfh:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfh:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfh:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfh:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfh:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfh:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfh:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfh:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfh:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfh:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Japan 970707) ] mshvsfj:0:FF4808:99:000:Infinite Time mshvsfj:0:FF4808:00:001:Finish this Round Now! mshvsfj:0:FF4881:08:001:Go to Final Stage Next mshvsfj:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfj:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfj:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfj:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfj:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfj:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfj:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfj:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfj:0:FF3A54:03:000:Always Max Power PL1 mshvsfj:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfj:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfj:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfj:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfj:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfj:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfj:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfj:0:000000:00:999:[ selection screen. ] mshvsfj:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfj:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfj:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfj:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfj:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfj:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfj:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfj:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfj:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfj:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfj:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfj:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfj:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfj:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfj:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfj:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfj:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfj:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfj:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfj:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfj:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfj:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfj:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfj:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfj:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfj:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfj:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfj:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfj:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfj:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfj:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfj:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfj:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfj:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfj:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfj:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfj:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfj:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfj:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfj:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfj:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfj:0:FF4651:00:001:Drain All Energy (2nd Character) NowPL2 ! PL2 mshvsfj:0:FF465B:00:501:Drain All Energy (2nd Character) NowPL2 ! PL2 (2/2) mshvsfj:0:FF3E54:03:000:Always Max Power PL2 Drill Time PL2 mshvsfj:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfj:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfj:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfj:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfj:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfj:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfj:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfj:0:000000:00:999:[ selection screen. ] mshvsfj:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfj:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfj:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfj:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfj:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfj:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfj:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfj:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfj:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfj:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfj:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfj:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfj:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfj:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfj:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfj:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfj:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfj:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfj:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfj:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfj:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfj:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfj:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfj:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfj:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfj:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfj:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfj:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfj:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfj:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfj:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfj:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfj:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfj:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfj:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfj:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Japan 970702) ] mshvsfj1:0:FF4808:99:000:Infinite Time mshvsfj1:0:FF4808:00:001:Finish this Round Now! mshvsfj1:0:FF4881:08:001:Go to Final Stage Next mshvsfj1:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfj1:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfj1:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfj1:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfj1:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfj1:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfj1:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfj1:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfj1:0:FF3A54:03:000:Always Max Power PL1 mshvsfj1:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfj1:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfj1:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfj1:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfj1:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfj1:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfj1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfj1:0:000000:00:999:[ selection screen. ] mshvsfj1:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfj1:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfj1:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfj1:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfj1:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfj1:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfj1:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfj1:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfj1:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfj1:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfj1:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfj1:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfj1:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfj1:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfj1:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfj1:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfj1:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfj1:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfj1:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfj1:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfj1:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfj1:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfj1:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfj1:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfj1:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfj1:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfj1:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfj1:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfj1:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfj1:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfj1:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfj1:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfj1:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfj1:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfj1:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfj1:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfj1:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfj1:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfj1:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfj1:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfj1:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfj1:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfj1:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfj1:0:FF3E54:03:000:Always Max Power PL2 mshvsfj1:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfj1:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfj1:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfj1:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfj1:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfj1:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfj1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfj1:0:000000:00:999:[ selection screen. ] mshvsfj1:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfj1:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfj1:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfj1:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfj1:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfj1:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfj1:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfj1:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfj1:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfj1:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfj1:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfj1:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfj1:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfj1:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfj1:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfj1:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfj1:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfj1:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfj1:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfj1:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfj1:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfj1:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfj1:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfj1:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfj1:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfj1:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfj1:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfj1:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfj1:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfj1:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfj1:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfj1:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfj1:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfj1:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfj1:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfj1:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (Japan 970625) ] mshvsfj2:0:FF4808:99:000:Infinite Time mshvsfj2:0:FF4808:00:001:Finish this Round Now! mshvsfj2:0:FF4881:08:001:Go to Final Stage Next mshvsfj2:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfj2:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfj2:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfj2:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfj2:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfj2:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfj2:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfj2:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfj2:0:FF3A54:03:000:Always Max Power PL1 mshvsfj2:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfj2:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfj2:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfj2:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfj2:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfj2:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfj2:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfj2:0:000000:00:999:[ selection screen. ] mshvsfj2:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfj2:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfj2:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfj2:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfj2:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfj2:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfj2:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfj2:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfj2:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfj2:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfj2:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfj2:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfj2:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfj2:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfj2:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfj2:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfj2:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfj2:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfj2:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfj2:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfj2:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfj2:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfj2:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfj2:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfj2:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfj2:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfj2:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfj2:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfj2:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfj2:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfj2:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfj2:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfj2:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfj2:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfj2:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfj2:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfj2:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfj2:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfj2:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfj2:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfj2:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfj2:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfj2:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfj2:0:FF3E54:03:000:Always Max Power PL2 mshvsfj2:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfj2:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfj2:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfj2:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfj2:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfj2:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfj2:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfj2:0:000000:00:999:[ selection screen. ] mshvsfj2:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfj2:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfj2:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfj2:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfj2:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfj2:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfj2:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfj2:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfj2:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfj2:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfj2:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfj2:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfj2:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfj2:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfj2:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfj2:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfj2:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfj2:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfj2:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfj2:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfj2:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfj2:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfj2:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfj2:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfj2:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfj2:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfj2:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfj2:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfj2:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfj2:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfj2:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfj2:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfj2:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfj2:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfj2:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfj2:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (US 970827) ] mshvsfu:0:FF4808:99:000:Infinite Time mshvsfu:0:FF4808:00:001:Finish this Round Now! mshvsfu:0:FF4881:08:001:Go to Final Stage Next mshvsfu:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfu:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfu:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfu:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfu:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfu:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfu:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfu:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfu:0:FF3A54:03:000:Always Max Power PL1 mshvsfu:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfu:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfu:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfu:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfu:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfu:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfu:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfu:0:000000:00:999:[ selection screen. ] mshvsfu:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfu:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfu:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfu:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfu:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfu:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfu:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfu:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfu:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfu:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfu:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfu:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfu:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfu:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfu:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfu:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfu:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfu:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfu:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfu:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfu:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfu:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfu:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfu:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfu:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfu:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfu:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfu:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfu:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfu:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfu:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfu:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfu:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfu:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfu:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfu:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfu:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfu:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfu:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfu:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfu:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfu:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfu:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfu:0:FF3E54:03:000:Always Max Power PL2 mshvsfu:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfu:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfu:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfu:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfu:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfu:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfu:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfu:0:000000:00:999:[ selection screen. ] mshvsfu:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfu:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfu:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfu:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfu:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfu:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfu:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfu:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfu:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfu:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfu:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfu:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfu:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfu:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfu:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfu:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfu:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfu:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfu:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfu:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfu:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfu:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfu:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfu:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfu:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfu:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfu:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfu:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfu:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfu:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfu:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfu:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfu:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfu:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfu:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfu:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Marvel Super Heroes Vs. Street Fighter (US 970625) ] mshvsfu1:0:FF4808:99:000:Infinite Time mshvsfu1:0:FF4808:00:001:Finish this Round Now! mshvsfu1:0:FF4881:08:001:Go to Final Stage Next mshvsfu1:0:FF3A51:90:000:Infinite Energy (1st Character) PL1 mshvsfu1:0:FF3A5B:90:500:Infinite Energy (1st Character) PL1 (2/2) mshvsfu1:0:FF3A51:00:001:Drain All Energy (1st Character) Now! PL1 mshvsfu1:0:FF3A5B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mshvsfu1:0:FF4251:90:000:Infinite Energy (2nd Character) PL1 mshvsfu1:0:FF425B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mshvsfu1:0:FF4251:00:001:Drain All Energy (2nd Character) Now! PL1 mshvsfu1:0:FF425B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mshvsfu1:0:FF3A54:03:000:Always Max Power PL1 mshvsfu1:0:FF4254:03:500:Always Max Power PL1 (2/2) mshvsfu1:0:FF3853:00:000:Play with Apocalypse PL1 mshvsfu1:0:FF4053:00:500:Play with Apocalypse PL1 (2/5) mshvsfu1:0:FF48B1:00:500:Play with Apocalypse PL1 (3/5) mshvsfu1:0:FF48B3:00:500:Play with Apocalypse PL1 (4/5) mshvsfu1:0:FF4913:00:500:Play with Apocalypse PL1 (5/5) mshvsfu1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfu1:0:000000:00:999:[ selection screen. ] mshvsfu1:0:FF3853:02:001:Play with Cyclops as the 1st Character PL1 mshvsfu1:0:FF3853:04:001:Play with Captain America as the 1st Character PL1 mshvsfu1:0:FF3853:06:001:Play with Hulk as the 1st Character PL1 mshvsfu1:0:FF3853:08:001:Play with Wolverine as the 1st Character PL1 mshvsfu1:0:FF3853:0A:001:Play with Shuma Gorath as the 1st Character PL1 mshvsfu1:0:FF3853:0C:001:Play with Omega Red as the 1st Character PL1 mshvsfu1:0:FF3853:0E:001:Play with Spider-Man as the 1st Character PL1 mshvsfu1:0:FF3853:10:001:Play with Blackheart as the 1st Character PL1 mshvsfu1:0:FF3853:12:001:Play with Ryu as the 1st Character PL1 mshvsfu1:0:FF3853:14:001:Play with Ken as the 1st Character PL1 mshvsfu1:0:FF3853:16:001:Play with Chun-Li as the 1st Character PL1 mshvsfu1:0:FF3853:18:001:Play with Dhalsim as the 1st Character PL1 mshvsfu1:0:FF3853:1A:001:Play with Zangief as the 1st Character PL1 mshvsfu1:0:FF3853:1C:001:Play with Bison as the 1st Character PL1 mshvsfu1:0:FF3853:1E:001:Play with Akuma as the 1st Character PL1 mshvsfu1:0:FF3853:20:001:Play with Sakura as the 1st Character PL1 mshvsfu1:0:FF3853:24:001:Play with Dan as the 1st Character PL1 mshvsfu1:0:FF3853:22:001:Play with Norimaro as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF3853:26:001:Play with Mech-Akuma as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF3853:28:001:Play with Mech-Zangief as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF3853:2A:001:Play with Sunburned Sakura as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF3853:2C:001:Play with Shadow as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF3853:2E:001:Play with U.S.Agent as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF3853:30:001:Play with Mephisto as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF3853:32:001:Play with Armor Spider-Man as the 1st Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:02:001:Play with Cyclops as the 2nd Character PL1 mshvsfu1:0:FF4053:04:001:Play with Captain America as the 2nd Character PL1 mshvsfu1:0:FF4053:06:001:Play with Hulk as the 2nd Character PL1 mshvsfu1:0:FF4053:08:001:Play with Wolverine as the 2nd Character PL1 mshvsfu1:0:FF4053:0A:001:Play with Shuma Gorath as the 2nd Character PL1 mshvsfu1:0:FF4053:0C:001:Play with Omega Red as the 2nd Character PL1 mshvsfu1:0:FF4053:0E:001:Play with Spider-Man as the 2nd Character PL1 mshvsfu1:0:FF4053:10:001:Play with Blackheart as the 2nd Character PL1 mshvsfu1:0:FF4053:12:001:Play with Ryu as the 2nd Character PL1 mshvsfu1:0:FF4053:14:001:Play with Ken as the 2nd Character PL1 mshvsfu1:0:FF4053:16:001:Play with Chun-Li as the 2nd Character PL1 mshvsfu1:0:FF4053:18:001:Play with Dhalsim as the 2nd Character PL1 mshvsfu1:0:FF4053:1A:001:Play with Zangief as the 2nd Character PL1 mshvsfu1:0:FF4053:1C:001:Play with Bison as the 2nd Character PL1 mshvsfu1:0:FF4053:1E:001:Play with Akuma as the 2nd Character PL1 mshvsfu1:0:FF4053:20:001:Play with Sakura as the 2nd Character PL1 mshvsfu1:0:FF4053:24:001:Play with Dan as the 2nd Character PL1 mshvsfu1:0:FF4053:22:001:Play with Norimaro as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:26:001:Play with Mech-Akuma as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:28:001:Play with Mech-Zangief as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:2A:001:Play with Sunburned Sakura as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:2C:001:Play with Shadow as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:2E:001:Play with U.S.Agent as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:30:001:Play with Mephisto as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF4053:32:001:Play with Armor Spider-Man as the 2nd Character PL1:Not normally available on the character screen mshvsfu1:0:FF3E51:90:000:Infinite Energy (1st Character) PL2 mshvsfu1:0:FF3E5B:90:500:Infinite Energy (1st Character) PL2 (2/2) mshvsfu1:0:FF3E51:00:001:Drain All Energy (1st Character) Now! PL2 mshvsfu1:0:FF3E5B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mshvsfu1:0:FF4651:90:000:Infinite Energy (2nd Character) PL2 mshvsfu1:0:FF465B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mshvsfu1:0:FF4651:00:001:Drain All Energy (2nd Character) Now! PL2 mshvsfu1:0:FF465B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mshvsfu1:0:FF3E54:03:000:Always Max Power PL2 mshvsfu1:0:FF4654:03:500:Always Max Power PL2 (2/2) mshvsfu1:0:FF3C53:00:000:Play with Apocalypse PL2 mshvsfu1:0:FF4453:00:500:Play with Apocalypse PL2 (2/5) mshvsfu1:0:FF48B5:00:500:Play with Apocalypse PL2 (3/5) mshvsfu1:0:FF48B7:00:500:Play with Apocalypse PL2 (4/5) mshvsfu1:0:FF4913:00:500:Play with Apocalypse PL2 (5/5) mshvsfu1:0:000000:00:999:[ Enable the character cheats only on the character ] mshvsfu1:0:000000:00:999:[ selection screen. ] mshvsfu1:0:FF3C53:02:001:Play with Cyclops as the 1st Character PL2 mshvsfu1:0:FF3C53:04:001:Play with Captain America as the 1st Character PL2 mshvsfu1:0:FF3C53:06:001:Play with Hulk as the 1st Character PL2 mshvsfu1:0:FF3C53:08:001:Play with Wolverine as the 1st Character PL2 mshvsfu1:0:FF3C53:0A:001:Play with Shuma Gorath as the 1st Character PL2 mshvsfu1:0:FF3C53:0C:001:Play with Omega Red as the 1st Character PL2 mshvsfu1:0:FF3C53:0E:001:Play with Spider-Man as the 1st Character PL2 mshvsfu1:0:FF3C53:10:001:Play with Blackheart as the 1st Character PL2 mshvsfu1:0:FF3C53:12:001:Play with Ryu as the 1st Character PL2 mshvsfu1:0:FF3C53:14:001:Play with Ken as the 1st Character PL2 mshvsfu1:0:FF3C53:16:001:Play with Chun-Li as the 1st Character PL2 mshvsfu1:0:FF3C53:18:001:Play with Dhalsim as the 1st Character PL2 mshvsfu1:0:FF3C53:1A:001:Play with Zangief as the 1st Character PL2 mshvsfu1:0:FF3C53:1C:001:Play with Bison as the 1st Character PL2 mshvsfu1:0:FF3C53:1E:001:Play with Akuma as the 1st Character PL2 mshvsfu1:0:FF3C53:20:001:Play with Sakura as the 1st Character PL2 mshvsfu1:0:FF3C53:24:001:Play with Dan as the 1st Character PL2 mshvsfu1:0:FF3C53:22:001:Play with Norimaro as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF3C53:26:001:Play with Mech-Akuma as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF3C53:28:001:Play with Mech-Zangief as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF3C53:2A:001:Play with Sunburned Sakura as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF3C53:2C:001:Play with Shadow as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF3C53:2E:001:Play with U.S.Agent as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF3C53:30:001:Play with Mephisto as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF3C53:32:001:Play with Armor Spider-Man as the 1st Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:02:001:Play with Cyclops as the 2nd Character PL2 mshvsfu1:0:FF4453:04:001:Play with Captain America as the 2nd Character PL2 mshvsfu1:0:FF4453:06:001:Play with Hulk as the 2nd Character PL2 mshvsfu1:0:FF4453:08:001:Play with Wolverine as the 2nd Character PL2 mshvsfu1:0:FF4453:0A:001:Play with Shuma Gorath as the 2nd Character PL2 mshvsfu1:0:FF4453:0C:001:Play with Omega Red as the 2nd Character PL2 mshvsfu1:0:FF4453:0E:001:Play with Spider-Man as the 2nd Character PL2 mshvsfu1:0:FF4453:10:001:Play with Blackheart as the 2nd Character PL2 mshvsfu1:0:FF4453:12:001:Play with Ryu as the 2nd Character PL2 mshvsfu1:0:FF4453:14:001:Play with Ken as the 2nd Character PL2 mshvsfu1:0:FF4453:16:001:Play with Chun-Li as the 2nd Character PL2 mshvsfu1:0:FF4453:18:001:Play with Dhalsim as the 2nd Character PL2 mshvsfu1:0:FF4453:1A:001:Play with Zangief as the 2nd Character PL2 mshvsfu1:0:FF4453:1C:001:Play with Bison as the 2nd Character PL2 mshvsfu1:0:FF4453:1E:001:Play with Akuma as the 2nd Character PL2 mshvsfu1:0:FF4453:20:001:Play with Sakura as the 2nd Character PL2 mshvsfu1:0:FF4453:24:001:Play with Dan as the 2nd Character PL2 mshvsfu1:0:FF4453:22:001:Play with Norimaro as the 2nd Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:26:001:Play with Mech-Akuma as the 2nd Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:28:001:Play with Mech-Zangief as the 2nd Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:2A:001:Play with Sunburned Sakura as the 2nd Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:2C:001:Play with Shadow as the 2nd Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:2E:001:Play with U.S.Agent as the 2nd Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:30:001:Play with Mephisto as the 2nd Character PL2:Not normally available on the character screen mshvsfu1:0:FF4453:32:001:Play with Armor Spider-Man as the 2nd Character PL2:Not normally available on the character screen ; [ Metal Soldier Isaac II ] msisaac:0:E463:FF:000:Infinite Credits msisaac:0:E15E:00:000:Infinite Time msisaac:0:E15F:00:500:Infinite Time (2/2) msisaac:0:E1DF:FF:000:Infinite Lives msisaac:0:E50C:00:000:Invincibility:Will cause graphical glitches ; [ Mahjong Satsujin Jiken (Japan 881017) ] msjiken:0:F962:FF:000:Buggy score msjiken:0:0000:00:999:[ The winning hand cheat must be ] msjiken:0:0000:00:999:[ activated when there are 14 ] msjiken:0:0000:00:999:[ tiles in your hand, then press ] msjiken:0:0000:00:999:[ the RON key ('Z' by default). ] msjiken:0:0000:00:999:[ The tiles do not visually ] msjiken:0:0000:00:999:[ change until you make a move. ] msjiken:0:FC8C:31:001:Get winning hand Now! msjiken:0:FC8D:31:501:Get winning hand Now! (02/14) msjiken:0:FC8E:31:501:Get winning hand Now! (03/14) msjiken:0:FC8F:32:501:Get winning hand Now! (04/14) msjiken:0:FC90:32:501:Get winning hand Now! (05/14) msjiken:0:FC91:32:501:Get winning hand Now! (06/14) msjiken:0:FC92:33:501:Get winning hand Now! (07/14) msjiken:0:FC93:33:501:Get winning hand Now! (08/14) msjiken:0:FC94:33:501:Get winning hand Now! (09/14) msjiken:0:FC95:34:501:Get winning hand Now! (10/14) msjiken:0:FC96:34:501:Get winning hand Now! (11/14) msjiken:0:FC97:34:501:Get winning hand Now! (12/14) msjiken:0:FC98:35:501:Get winning hand Now! (13/14) msjiken:0:FC99:35:501:Get winning hand Now! (14/14) msjiken:0:FC8C:31:000:Always winning hand msjiken:0:FC8D:31:500:Always winning hand (02/14) msjiken:0:FC8E:31:500:Always winning hand (03/14) msjiken:0:FC8F:32:500:Always winning hand (04/14) msjiken:0:FC90:32:500:Always winning hand (05/14) msjiken:0:FC91:32:500:Always winning hand (06/14) msjiken:0:FC92:33:500:Always winning hand (07/14) msjiken:0:FC93:33:500:Always winning hand (08/14) msjiken:0:FC94:33:500:Always winning hand (09/14) msjiken:0:FC95:34:500:Always winning hand (10/14) msjiken:0:FC96:34:500:Always winning hand (11/14) msjiken:0:FC97:34:500:Always winning hand (12/14) msjiken:0:FC98:35:500:Always winning hand (13/14) msjiken:0:FC99:35:500:Always winning hand (14/14) :msjiken:00000006:FC8C:0000000C:FFFFFFFF:Watch the 1st 13 tiles-Player msjiken:0:FC99:00:998:Watch the last tile - Player :msjiken:00000006:FD0C:0000000C:FFFFFFFF:Watch the 1st 13 tiles-C.P.U. msjiken:0:FD19:00:998:Watch the last tile - C.P.U msjiken:0:0000:00:999:[ Here is the look-up list for ] msjiken:0:0000:00:999:[ the above watches. ] msjiken:0:0000:00:999:[ ] msjiken:0:0000:00:999:[ value common name chinese name ] msjiken:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] msjiken:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] msjiken:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] msjiken:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] msjiken:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] msjiken:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] msjiken:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] msjiken:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] msjiken:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] msjiken:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] msjiken:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] msjiken:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] msjiken:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] msjiken:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] msjiken:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] msjiken:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] msjiken:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] msjiken:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] msjiken:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] msjiken:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] msjiken:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] msjiken:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] msjiken:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] msjiken:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] msjiken:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] msjiken:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] msjiken:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] msjiken:0:0000:00:999:[ 31h East "wind" ] msjiken:0:0000:00:999:[ 32h South "wind" ] msjiken:0:0000:00:999:[ 33h West "wind" ] msjiken:0:0000:00:999:[ 34h North "wind" ] msjiken:0:0000:00:999:[ 35h White "dragon" ] msjiken:0:0000:00:999:[ 36h Green "dragon" ] msjiken:0:0000:00:999:[ 37h Red "dragon" ] msjiken:0:0000:00:999:[ 3Fh - no tile - ] ; [ Monster Slider (Japan) ] mslider:0:000018:09:000:Infinite Credits mslider:0:000183:00:000:Never get Attacked with Skulls PL1 mslider:0:000203:63:001:Attack opposite side with 99 Skulls Now! PL1:You need to drop the skulls manually at 35 a time! mslider:0:000226:00:000:Never get 'Special' Attacked PL1 mslider:0:0001A6:03:001:Attack opposite side with Max 'Special' Now!PL1:The efect of the 'special' attack depends on which character you have chosen mslider:0:000203:00:000:Never get Attacked with Skulls PL2 mslider:0:000183:63:001:Attack opposite side with 99 Skulls Now! PL2:You need to drop the skulls manually at 35 a time! mslider:0:0001A6:00:000:Never get 'Special' Attacked PL2 mslider:0:000226:03:001:Attack opposite side with Max 'Special' Now!PL2:The efect of the 'special' attack depends on which character you have chosen ; [ Metal Slug - Super Vehicle-001 ] mslug:0:106E93:3C:000:Infinite Time mslug:0:1005E7:30:000:Infinite Tank Gas mslug:0:100610:0A:000:Infinite Tank Cannon :mslug:00001301:10E3B7:00000005:FFFFFFFF:Select starting mission:You should enable this cheat on the "How to Play" screen, ie. after credits have been inserted! The Round display wont be correct mslug:0:10E3B7:05:061:Select next mission mslug:0:100377:03:000:Infinite Lives PL1 mslug:0:1004C2:FF:000:Infinite Ammo PL1 mslug:0:1004C0:0A:000:Infinite Bombs PL1 mslug:0:100485:40:000:Invincibility PL1 mslug:0:1004B1:00:000:Always Normal Gun PL1 mslug:0:1004B1:01:000:Always Shotgun PL1 mslug:0:1004B1:02:000:Always Flamer PL1 mslug:0:1004B1:03:000:Always Rocket Launcher PL1 mslug:0:1004B1:04:000:Always Machine Gun PL1 mslug:0:1004B1:00:001:Get Normal Gun Now! PL1 mslug:0:1004B1:01:001:Get Shotgun Now! PL1 mslug:0:1004B1:02:001:Get Flamer Now! PL1 mslug:0:1004B1:03:001:Get Rocket Launcher Now! PL1 mslug:0:1004B1:04:001:Get Machine Gun Now! PL1 mslug:0:100417:03:000:Infinite Lives PL2 mslug:0:100562:FF:000:Infinite Ammo PL2 mslug:0:100560:0A:000:Infinite Bombs PL2 mslug:0:100525:40:000:Invincibility PL2 mslug:0:100551:00:000:Always Normal Gun PL2 mslug:0:100551:01:000:Always Shotgun PL2 mslug:0:100551:02:000:Always Flamer PL2 mslug:0:100551:03:000:Always Rocket Launcher PL2 mslug:0:100551:04:000:Always Machine Gun PL2 mslug:0:100551:00:001:Get Normal Gun Now! PL2 mslug:0:100551:01:001:Get Shotgun Now! PL2 mslug:0:100551:02:001:Get Flamer Now! PL2 mslug:0:100551:03:001:Get Rocket Launcher Now! PL2 mslug:0:100551:04:001:Get Machine Gun Now! PL2 :mslug:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mslug:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mslug:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Metal Slug 2 - Super Vehicle-001/II ] mslug2:0:1013B4:3C:000:Infinite Time mslug2:0:000000:00:999:[ Use the Select starting mission cheat on ] mslug2:0:000000:00:999:[ the soldier/character selection screen. ] mslug2:0:10C31F:05:071:Select starting mission mslug2:0:10C31F:05:061:Select next mission mslug2:0:101276:63:000:Infinite Lives PL1 mslug2:0:10C348:63:000:Infinite Bombs PL1 mslug2:0:10C34D:FF:000:Infinite Ammo PL1 mslug2:0:10E8A1:0A:000:Infinite Cannon PL1 mslug2:0:101517:77:000:Invincibility PL1 mslug2:0:10E8A1:0A:000:Infinite Vehicle Cannon PL1 mslug2:0:10E89B:30:000:Infinite Vehicle Energy PL1 mslug2:0:101525:00:001:Become Normal PL1 mslug2:0:101525:02:001:Become Fat Bloater PL1 mslug2:0:101525:03:001:Become Mummy PL1 mslug2:0:10C346:FF:001:Get Normal Gun PL1 mslug2:0:10C346:00:001:Get Shotgun PL1 mslug2:0:101525:01:501:Get Shotgun PL1 (2/2) mslug2:0:10C346:01:001:Get Rocket Launcher PL1 mslug2:0:101525:01:501:Get Rocket Launcher PL1(2/2) mslug2:0:10C346:02:001:Get Flamethrower PL1 mslug2:0:101525:01:501:Get Flamethrower PL1 (2/2) mslug2:0:10C346:03:001:Get Machine Gun PL1 mslug2:0:101525:01:501:Get Machine Gun PL1 (2/2) mslug2:0:10C346:04:001:Get Laser PL1 mslug2:0:101525:01:501:Get Laser PL1 (2/2) mslug2:0:10131E:63:000:Infinite Lives PL2 mslug2:0:10C349:63:000:Infinite Bombs PL2 mslug2:0:10C34F:FF:000:Infinite Ammo PL2 mslug2:0:10E8C5:0A:000:Infinite Cannon PL2 mslug2:0:1015BF:77:000:Invincibility PL2 mslug2:0:10E8C5:0A:000:Infinite Vehicle Cannon PL2 mslug2:0:10E8BF:30:000:Infinite Vehicle Energy PL2 mslug2:0:1015CD:00:001:Become Normal Now! PL2 mslug2:0:1015CD:02:001:Become Fat Bloater Now! PL2 mslug2:0:1015CD:03:001:Become Mummy Now! PL2 mslug2:0:10C347:FF:001:Get Normal Gun PL2 mslug2:0:10C347:00:001:Get Shotgun PL2 mslug2:0:1015CD:01:501:Get Shotgun PL2 (2/2) mslug2:0:10C347:01:001:Get Rocket Launcher PL2 mslug2:0:1015CD:01:501:Get Rocket Launcher PL2(2/2) mslug2:0:10C347:02:001:Get Flamethrower PL2 mslug2:0:1015CD:01:501:Get Flamethrower PL2 (2/2) mslug2:0:10C347:03:001:Get Machine Gun PL2 mslug2:0:1015CD:01:501:Get Machine Gun PL2 (2/2) mslug2:0:10C347:04:001:Get Laser PL2 mslug2:0:1015CD:01:501:Get Laser PL2 (2/2) :mslug2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mslug2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mslug2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Metal Slug 3 ] mslug3:0:10ED78:99:000:Infinite Time mslug3:0:10FD92:00:000:Always have White Blood mslug3:0:10FD92:01:000:Always have Red Blood mslug3:0:1002BB:64:000:Infinite Lives PL1 mslug3:0:100581:02:000:Invincibility PL1:You can still die in vehicles and falling in water (without scuba gear) mslug3:0:10EAFB:E7:000:Infinite Ammo PL1 mslug3:0:10EAFA:03:500:Infinite Ammo PL1 (2/2) mslug3:0:10EAF5:63:000:Infinite Bombs PL1 mslug3:0:10EAF0:00:000:No bomb throwing delay PL1:You can normally have to wait for the bombs to explode before you can throw anymore mslug3:0:10ED05:0F:000:Always have 15 Prisoners PL1 mslug3:0:10ED05:0F:001:Get 15 Prisoners Now! PL1 mslug3:0:000000:00:999:[ Shot Equipment PL1 ] mslug3:0:10EAF3:00:000:Always have the Normal Gun PL1 mslug3:0:10EAF3:01:000:Always have the MS Cannon PL1 mslug3:0:10EAF3:02:000:Always have the Shotgun PL1 mslug3:0:10EAF3:03:000:Always have the Rocket Launcher PL1 mslug3:0:10EAF3:04:000:Always have the Flame Shot PL1 mslug3:0:10EAF3:05:000:Always have the Heavy Machine Gun PL1 mslug3:0:10EAF3:06:000:Always have the Laser Gun PL1 mslug3:0:10EAF2:FF:500:Always have the Laser Gun PL1 (2/2) mslug3:0:10EAF3:07:000:Always have the SUPER Shotgun PL1 mslug3:0:10EAF3:08:000:Always have the SUPER Rocket Launcher PL1 mslug3:0:10EAF3:09:000:Always have the SUPER Flame Shot PL1 mslug3:0:10EAF3:0A:000:Always have the SUPER Heavy Machine Gun PL1 mslug3:0:10EAF3:0B:000:Always have the SUPER Laser Gun PL1 mslug3:0:10EAF2:FF:500:Always have the SUPER Laser Gun PL1 (2/2) mslug3:0:10EAF3:0C:000:Always have the Enemy Chaser PL1 mslug3:0:10EAF3:0D:000:Always have the Iron Lizard PL1 mslug3:0:10EAF3:0E:000:Always have the Drop Shot PL1 mslug3:0:10EAF3:0F:000:Always have the SUPER Grenade PL1 mslug3:0:10EAF3:15:000:Always have the FAT Enemy Chaser PL1 mslug3:0:10EAF3:10:000:Always have the Mobile Satellite PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:10EAF3:11:000:Always have the Thunder Cloud PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:10EAF3:00:001:Get the Normal Gun Now! PL1 mslug3:0:10EAF3:01:001:Get the MS Cannon Now! PL1 mslug3:0:10EAF3:02:001:Get the Shotgun Now! PL1 mslug3:0:10EAF3:03:001:Get the Rocket Launcher Now! PL1 mslug3:0:10EAF3:04:001:Get the Flame Shot Now! PL1 mslug3:0:10EAF3:05:001:Get the Heavy Machine Gun Now! PL1 mslug3:0:10EAF3:06:001:Get the Laser Gun Now! PL1 mslug3:0:10EAF2:FF:501:Get the Laser Gun Now! PL1 (2/2) mslug3:0:10EAF3:07:001:Get the SUPER Shotgun Now! PL1 mslug3:0:10EAF3:08:001:Get the SUPER Rocket Launcher Now! PL1 mslug3:0:10EAF3:09:001:Get the SUPER Flame Shot Now! PL1 mslug3:0:10EAF3:0A:001:Get the SUPER Heavy Machine Gun Now! PL1 mslug3:0:10EAF3:0B:001:Get the SUPER Laser Gun Now! PL1 mslug3:0:10EAF2:FF:501:Get the SUPER Laser Gun Now! PL1 (2/2) mslug3:0:10EAF3:0C:001:Get the Enemy Chaser Now! PL1 mslug3:0:10EAF3:0D:001:Get the Iron Lizard Now! PL1 mslug3:0:10EAF3:0E:001:Get the Drop Shot Now! PL1 mslug3:0:10EAF3:0F:001:Get the SUPER Grenade Now! PL1 mslug3:0:10EAF3:15:001:Get the FAT Enemy Chaser Now! PL1 mslug3:0:10EAF3:10:001:Get the Mobile Satellite Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:10EAF3:11:001:Get the Thunder Cloud Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:000000:00:999:[ Bomb Equipment PL1 ] mslug3:0:10EAF4:01:000:Always have the Mortar Grenade(Normal)PL1 mslug3:0:10EAF4:02:000:Always have the Petrol Bomb PL1 mslug3:0:10EAF4:03:000:Always have the Rock PL1 mslug3:0:10EAF4:01:001:Get Mortar Grenade (Normal) Now! PL1 mslug3:0:10EAF4:02:001:Get Petrol Bomb Now! PL1 mslug3:0:10EAF4:03:001:Get Rock Now! PL1 mslug3:0:000000:00:999:[ Body Type PL1 ] mslug3:0:10058F:00:000:Always have the Human Body PL1 mslug3:0:10058F:02:000:Always have the Fatman Body (Buggy!!) PL1:You won't be able to move with this cheat mslug3:0:10058F:03:000:Always have the Mummy Body PL1 mslug3:0:10058F:05:000:Always have the Swimmer Body PL1 mslug3:0:10058F:06:000:Always have the Snowman Body PL1:You won't be able to move whilst you remain a snowman though! mslug3:0:10058F:07:000:Always have the Zombie Body PL1 mslug3:0:10058F:00:001:Get the Human Body Now! PL1 mslug3:0:10058F:02:001:Get the Fatman Body Now! (Buggy!!) PL1:Reverts straight back to noemal body mslug3:0:10058F:03:001:Get the Mummy Body Now! PL1 mslug3:0:10058F:05:001:Get the Swimmer Body Now! PL1 mslug3:0:10058F:06:001:Get the Snowman Body Now! PL1:You won't be able to move whilst you remain a snowman though! mslug3:0:10058F:07:001:Get the Zombie Body Now! PL1 mslug3:0:10036B:64:000:Infinite Lives PL2 mslug3:0:100631:02:000:Invincibility PL2:You can still die in vehicles and falling in water (without scuba gear) mslug3:0:10EB09:E7:000:Infinite Ammo PL2 mslug3:0:10EB08:03:500:Infinite Ammo PL2 (2/2) mslug3:0:10EB03:63:000:Infinite Bombs PL2 mslug3:0:10EAFE:00:000:No bomb throwing delay PL2:You can normally have to wait for the bombs to explode before you can throw anymore mslug3:0:10ED0D:0F:000:Always have 15 Prisoners PL2 mslug3:0:10ED0D:0F:001:Get 15 Prisoners Now! PL2 mslug3:0:000000:00:999:[ Shot Equipment PL2 ] mslug3:0:10EB01:00:000:Always have the Normal Gun PL2 mslug3:0:10EB01:01:000:Always have the MS Cannon PL2 mslug3:0:10EB01:02:000:Always have the Shotgun PL2 mslug3:0:10EB01:03:000:Always have the Rocket Launcher PL2 mslug3:0:10EB01:04:000:Always have the Flame Shot PL2 mslug3:0:10EB01:05:000:Always have the Heavy Machine Gun PL2 mslug3:0:10EB01:06:000:Always have the Laser Gun PL2 mslug3:0:10EB00:FF:500:Always have the Laser Gun PL2 (2/2) mslug3:0:10EB01:07:000:Always have the SUPER Shotgun PL2 mslug3:0:10EB01:08:000:Always have the SUPER Rocket Launcher PL2 mslug3:0:10EB01:09:000:Always have the SUPER Flame Shot PL2 mslug3:0:10EB01:0A:000:Always have the SUPER Heavy Machine Gun PL2 mslug3:0:10EB01:0B:000:Always have the SUPER Laser Gun PL2 mslug3:0:10EB00:FF:500:Always have the SUPER Laser Gun PL2 (2/2) mslug3:0:10EB01:0C:000:Always have the Enemy Chaser PL2 mslug3:0:10EB01:0D:000:Always have the Iron Lizard PL2 mslug3:0:10EB01:0E:000:Always have the Drop Shot PL2 mslug3:0:10EB01:0F:000:Always have the SUPER Grenade PL2 mslug3:0:10EB01:15:000:Always have the FAT Enemy Chaser PL2 mslug3:0:10EB01:10:000:Always have the Mobile Satellite PL2:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:10EB01:11:000:Always have the Thunder Cloud PL2:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:10EB01:00:001:Get the Normal Gun Now! PL2 mslug3:0:10EB01:01:001:Get the MS Cannon Now! PL2 mslug3:0:10EB01:02:001:Get the Shotgun Now! PL2 mslug3:0:10EB01:03:001:Get the Rocket Launcher Now! PL2 mslug3:0:10EB01:04:001:Get the Flame Shot Now! PL2 mslug3:0:10EB01:05:001:Get the Heavy Machine Gun Now! PL2 mslug3:0:10EB01:06:001:Get the Laser Gun Now! PL2 mslug3:0:10EB00:FF:501:Get the Laser Gun Now! PL2 (2/2) mslug3:0:10EB01:07:001:Get the SUPER Shotgun Now! PL2 mslug3:0:10EB01:08:001:Get the SUPER Rocket Launcher Now! PL2 mslug3:0:10EB01:09:001:Get the SUPER Flame Shot Now! PL2 mslug3:0:10EB01:0A:001:Get the SUPER Heavy Machine Gun Now! PL2 mslug3:0:10EB01:0B:001:Get the SUPER Laser Gun Now! PL2 mslug3:0:10EB00:FF:501:Get the SUPER Laser Gun Now! PL2 (2/2) mslug3:0:10EB01:0C:001:Get the Enemy Chaser Now! PL2 mslug3:0:10EB01:0D:001:Get the Iron Lizard Now! PL2 mslug3:0:10EB01:0E:001:Get the Drop Shot Now! PL2 mslug3:0:10EB01:0F:001:Get the SUPER Grenade Now! PL2 mslug3:0:10EB01:15:001:Get the FAT Enemy Chaser Now! PL2 mslug3:0:10EB01:10:001:Get the Mobile Satellite Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:10EB01:11:001:Get the Thunder Cloud Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3:0:000000:00:999:[ Bomb Equipment PL2 ] mslug3:0:10EB02:01:000:Always have the Mortar Grenade(Normal)PL2 mslug3:0:10EB02:02:000:Always have the Petrol Bomb PL2 mslug3:0:10EB02:03:000:Always have the Rock PL2 mslug3:0:10EB02:01:001:Get Mortar Grenade (Normal) Now! PL2 mslug3:0:10EB02:02:001:Get Petrol Bomb Now! PL2 mslug3:0:10EB02:03:001:Get Rock Now! PL2 mslug3:0:000000:00:999:[ Body Type PL2 ] mslug3:0:10063F:00:000:Always have the Human Body PL2 mslug3:0:10063F:02:000:Always have the Fatman Body (Buggy!!) PL2:You won't be able to move with this cheat mslug3:0:10063F:03:000:Always have the Mummy Body PL2 mslug3:0:10063F:05:000:Always have the Swimmer Body PL2 mslug3:0:10063F:06:000:Always have the Snowman Body PL2:You won't be able to move whilst you remain a snowman though! mslug3:0:10063F:07:000:Always have the Zombie Body PL2 mslug3:0:10063F:00:001:Get the Human Body Now! PL2 mslug3:0:10063F:02:001:Get the Fatman Body Now! (Buggy!!) PL2:Reverts straight back to normal body mslug3:0:10063F:03:001:Get the Mummy Body Now! PL2 mslug3:0:10063F:05:001:Get the Swimmer Body Now! PL2 mslug3:0:10063F:06:001:Get the Snowman Body Now! PL2:You won't be able to move whilst you remain a snowman though! mslug3:0:10063F:07:001:Get the Zombie Body Now! PL2 :mslug3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mslug3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mslug3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Metal Slug 3 (not encrypted) ] mslug3n:0:10ED78:99:000:Infinite Time mslug3n:0:10FD92:00:000:Always have White Blood mslug3n:0:10FD92:01:000:Always have Red Blood mslug3n:0:1002BB:64:000:Infinite Lives PL1 mslug3n:0:100581:02:000:Invincibility PL1:You can still die in vehicles and falling in water (without scuba gear) mslug3n:0:10EAFB:E7:000:Infinite Ammo PL1 mslug3n:0:10EAFA:03:500:Infinite Ammo PL1 (2/2) mslug3n:0:10EAF5:63:000:Infinite Bombs PL1 mslug3n:0:10EAF0:00:000:No bomb throwing delay PL1:You can normally have to wait for the bombs to explode before you can throw anymore mslug3n:0:10ED05:0F:000:Always have 15 Prisoners PL1 mslug3n:0:10ED05:0F:001:Get 15 Prisoners Now! PL1 mslug3n:0:000000:00:999:[ Shot Equipment PL1 ] mslug3n:0:10EAF3:00:000:Always have the Normal Gun PL1 mslug3n:0:10EAF3:01:000:Always have the MS Cannon PL1 mslug3n:0:10EAF3:02:000:Always have the Shotgun PL1 mslug3n:0:10EAF3:03:000:Always have the Rocket Launcher PL1 mslug3n:0:10EAF3:04:000:Always have the Flame Shot PL1 mslug3n:0:10EAF3:05:000:Always have the Heavy Machine Gun PL1 mslug3n:0:10EAF3:06:000:Always have the Laser Gun PL1 mslug3n:0:10EAF2:FF:500:Always have the Laser Gun PL1 (2/2) mslug3n:0:10EAF3:07:000:Always have the SUPER Shotgun PL1 mslug3n:0:10EAF3:08:000:Always have the SUPER Rocket Launcher PL1 mslug3n:0:10EAF3:09:000:Always have the SUPER Flame Shot PL1 mslug3n:0:10EAF3:0A:000:Always have the SUPER Heavy Machine Gun PL1 mslug3n:0:10EAF3:0B:000:Always have the SUPER Laser Gun PL1 mslug3n:0:10EAF2:FF:500:Always have the SUPER Laser Gun PL1 (2/2) mslug3n:0:10EAF3:0C:000:Always have the Enemy Chaser PL1 mslug3n:0:10EAF3:0D:000:Always have the Iron Lizard PL1 mslug3n:0:10EAF3:0E:000:Always have the Drop Shot PL1 mslug3n:0:10EAF3:0F:000:Always have the SUPER Grenade PL1 mslug3n:0:10EAF3:15:000:Always have the FAT Enemy Chaser PL1 mslug3n:0:10EAF3:10:000:Always have the Mobile Satellite PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:10EAF3:11:000:Always have the Thunder Cloud PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:10EAF3:00:001:Get the Normal Gun Now! PL1 mslug3n:0:10EAF3:01:001:Get the MS Cannon Now! PL1 mslug3n:0:10EAF3:02:001:Get the Shotgun Now! PL1 mslug3n:0:10EAF3:03:001:Get the Rocket Launcher Now! PL1 mslug3n:0:10EAF3:04:001:Get the Flame Shot Now! PL1 mslug3n:0:10EAF3:05:001:Get the Heavy Machine Gun Now! PL1 mslug3n:0:10EAF3:06:001:Get the Laser Gun Now! PL1 mslug3n:0:10EAF2:FF:501:Get the Laser Gun Now! PL1 (2/2) mslug3n:0:10EAF3:07:001:Get the SUPER Shotgun Now! PL1 mslug3n:0:10EAF3:08:001:Get the SUPER Rocket Launcher Now! PL1 mslug3n:0:10EAF3:09:001:Get the SUPER Flame Shot Now! PL1 mslug3n:0:10EAF3:0A:001:Get the SUPER Heavy Machine Gun Now! PL1 mslug3n:0:10EAF3:0B:001:Get the SUPER Laser Gun Now! PL1 mslug3n:0:10EAF2:FF:501:Get the SUPER Laser Gun Now! PL1 (2/2) mslug3n:0:10EAF3:0C:001:Get the Enemy Chaser Now! PL1 mslug3n:0:10EAF3:0D:001:Get the Iron Lizard Now! PL1 mslug3n:0:10EAF3:0E:001:Get the Drop Shot Now! PL1 mslug3n:0:10EAF3:0F:001:Get the SUPER Grenade Now! PL1 mslug3n:0:10EAF3:15:001:Get the FAT Enemy Chaser Now! PL1 mslug3n:0:10EAF3:10:001:Get the Mobile Satellite Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:10EAF3:11:001:Get the Thunder Cloud Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:000000:00:999:[ Bomb Equipment PL1 ] mslug3n:0:10EAF4:01:000:Always have the Mortar Grenade(Normal)PL1 mslug3n:0:10EAF4:02:000:Always have the Petrol Bomb PL1 mslug3n:0:10EAF4:03:000:Always have the Rock PL1 mslug3n:0:10EAF4:01:001:Get Mortar Grenade (Normal) Now! PL1 mslug3n:0:10EAF4:02:001:Get Petrol Bomb Now! PL1 mslug3n:0:10EAF4:03:001:Get Rock Now! PL1 mslug3n:0:000000:00:999:[ Body Type PL1 ] mslug3n:0:10058F:00:000:Always have the Human Body PL1 mslug3n:0:10058F:02:000:Always have the Fatman Body (Buggy!!) PL1:You won't be able to move with this cheat mslug3n:0:10058F:03:000:Always have the Mummy Body PL1 mslug3n:0:10058F:05:000:Always have the Swimmer Body PL1 mslug3n:0:10058F:06:000:Always have the Snowman Body PL1:You won't be able to move whilst you remain a snowman though! mslug3n:0:10058F:07:000:Always have the Zombie Body PL1 mslug3n:0:10058F:00:001:Get the Human Body Now! PL1 mslug3n:0:10058F:02:001:Get the Fatman Body Now! (Buggy!!) PL1:Reverts straight back to noemal body mslug3n:0:10058F:03:001:Get the Mummy Body Now! PL1 mslug3n:0:10058F:05:001:Get the Swimmer Body Now! PL1 mslug3n:0:10058F:06:001:Get the Snowman Body Now! PL1:You won't be able to move whilst you remain a snowman though! mslug3n:0:10058F:07:001:Get the Zombie Body Now! PL1 mslug3n:0:10036B:64:000:Infinite Lives PL2 mslug3n:0:100631:02:000:Invincibility PL2:You can still die in vehicles and falling in water (without scuba gear) mslug3n:0:10EB09:E7:000:Infinite Ammo PL2 mslug3n:0:10EB08:03:500:Infinite Ammo PL2 (2/2) mslug3n:0:10EB03:63:000:Infinite Bombs PL2 mslug3n:0:10EAFE:00:000:No bomb throwing delay PL2:You can normally have to wait for the bombs to explode before you can throw anymore mslug3n:0:10ED0D:0F:000:Always have 15 Prisoners PL2 mslug3n:0:10ED0D:0F:001:Get 15 Prisoners Now! PL2 mslug3n:0:000000:00:999:[ Shot Equipment PL2 ] mslug3n:0:10EB01:00:000:Always have the Normal Gun PL2 mslug3n:0:10EB01:01:000:Always have the MS Cannon PL2 mslug3n:0:10EB01:02:000:Always have the Shotgun PL2 mslug3n:0:10EB01:03:000:Always have the Rocket Launcher PL2 mslug3n:0:10EB01:04:000:Always have the Flame Shot PL2 mslug3n:0:10EB01:05:000:Always have the Heavy Machine Gun PL2 mslug3n:0:10EB01:06:000:Always have the Laser Gun PL2 mslug3n:0:10EB00:FF:500:Always have the Laser Gun PL2 (2/2) mslug3n:0:10EB01:07:000:Always have the SUPER Shotgun PL2 mslug3n:0:10EB01:08:000:Always have the SUPER Rocket Launcher PL2 mslug3n:0:10EB01:09:000:Always have the SUPER Flame Shot PL2 mslug3n:0:10EB01:0A:000:Always have the SUPER Heavy Machine Gun PL2 mslug3n:0:10EB01:0B:000:Always have the SUPER Laser Gun PL2 mslug3n:0:10EB00:FF:500:Always have the SUPER Laser Gun PL2 (2/2) mslug3n:0:10EB01:0C:000:Always have the Enemy Chaser PL2 mslug3n:0:10EB01:0D:000:Always have the Iron Lizard PL2 mslug3n:0:10EB01:0E:000:Always have the Drop Shot PL2 mslug3n:0:10EB01:0F:000:Always have the SUPER Grenade PL2 mslug3n:0:10EB01:15:000:Always have the FAT Enemy Chaser PL2 mslug3n:0:10EB01:10:000:Always have the Mobile Satellite PL2:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:10EB01:11:000:Always have the Thunder Cloud PL2:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:10EB01:00:001:Get the Normal Gun Now! PL2 mslug3n:0:10EB01:01:001:Get the MS Cannon Now! PL2 mslug3n:0:10EB01:02:001:Get the Shotgun Now! PL2 mslug3n:0:10EB01:03:001:Get the Rocket Launcher Now! PL2 mslug3n:0:10EB01:04:001:Get the Flame Shot Now! PL2 mslug3n:0:10EB01:05:001:Get the Heavy Machine Gun Now! PL2 mslug3n:0:10EB01:06:001:Get the Laser Gun Now! PL2 mslug3n:0:10EB00:FF:501:Get the Laser Gun Now! PL2 (2/2) mslug3n:0:10EB01:07:001:Get the SUPER Shotgun Now! PL2 mslug3n:0:10EB01:08:001:Get the SUPER Rocket Launcher Now! PL2 mslug3n:0:10EB01:09:001:Get the SUPER Flame Shot Now! PL2 mslug3n:0:10EB01:0A:001:Get the SUPER Heavy Machine Gun Now! PL2 mslug3n:0:10EB01:0B:001:Get the SUPER Laser Gun Now! PL2 mslug3n:0:10EB00:FF:501:Get the SUPER Laser Gun Now! PL2 (2/2) mslug3n:0:10EB01:0C:001:Get the Enemy Chaser Now! PL2 mslug3n:0:10EB01:0D:001:Get the Iron Lizard Now! PL2 mslug3n:0:10EB01:0E:001:Get the Drop Shot Now! PL2 mslug3n:0:10EB01:0F:001:Get the SUPER Grenade Now! PL2 mslug3n:0:10EB01:15:001:Get the FAT Enemy Chaser Now! PL2 mslug3n:0:10EB01:10:001:Get the Mobile Satellite Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:10EB01:11:001:Get the Thunder Cloud Now! PL1:This is slightly buggy works fine if enabled prior to starting the level mslug3n:0:000000:00:999:[ Bomb Equipment PL2 ] mslug3n:0:10EB02:01:000:Always have the Mortar Grenade(Normal)PL2 mslug3n:0:10EB02:02:000:Always have the Petrol Bomb PL2 mslug3n:0:10EB02:03:000:Always have the Rock PL2 mslug3n:0:10EB02:01:001:Get Mortar Grenade (Normal) Now! PL2 mslug3n:0:10EB02:02:001:Get Petrol Bomb Now! PL2 mslug3n:0:10EB02:03:001:Get Rock Now! PL2 mslug3n:0:000000:00:999:[ Body Type PL2 ] mslug3n:0:10063F:00:000:Always have the Human Body PL2 mslug3n:0:10063F:02:000:Always have the Fatman Body (Buggy!!) PL2:You won't be able to move with this cheat mslug3n:0:10063F:03:000:Always have the Mummy Body PL2 mslug3n:0:10063F:05:000:Always have the Swimmer Body PL2 mslug3n:0:10063F:06:000:Always have the Snowman Body PL2:You won't be able to move whilst you remain a snowman though! mslug3n:0:10063F:07:000:Always have the Zombie Body PL2 mslug3n:0:10063F:00:001:Get the Human Body Now! PL2 mslug3n:0:10063F:02:001:Get the Fatman Body Now! (Buggy!!) PL2:Reverts straight back to normal body mslug3n:0:10063F:03:001:Get the Mummy Body Now! PL2 mslug3n:0:10063F:05:001:Get the Swimmer Body Now! PL2 mslug3n:0:10063F:06:001:Get the Snowman Body Now! PL2:You won't be able to move whilst you remain a snowman though! mslug3n:0:10063F:07:001:Get the Zombie Body Now! PL2 :mslug3n:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mslug3n:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mslug3n:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Metal Slug 4 ] mslug4:0:10ED5C:99:000:Infinite Time mslug4:0:100A89:09:000:Infinite Lives PL1 mslug4:0:10EDED:63:000:Infinite Bombs PL1 mslug4:0:100D17:40:000:Invincibility PL1:You can still die in vehicles and falling in water (without scuba gear) mslug4:0:100D41:01:000:Invincibility (Fix Final Stage) PL1 mslug4:0:10EDF2:FF:000:Infinite Arms PL1 mslug4:0:10EDF3:FF:500:Infinite Arms PL1 (2/2) mslug4:0:10EDEA:00:000:Always have Normal Gun PL1 mslug4:0:10EDEA:02:000:Always have Shotgun PL1 mslug4:0:10EDEA:03:000:Always have Rocket Launcher PL1 mslug4:0:10EDEA:04:000:Always have Flame Shot PL1 mslug4:0:10EDEA:05:000:Always have Heavy Machine Gun PL1 mslug4:0:10EDEA:06:000:Always have Laser Gun PL1 mslug4:0:10EDEA:07:000:Always have Big Shotgun PL1 mslug4:0:10EDEA:08:000:Always have Big Rocket Launcher PL1 mslug4:0:10EDEA:09:000:Always have Big Flame Shot PL1 mslug4:0:10EDEA:0A:000:Always have Big Heavy Machine Gun PL1 mslug4:0:10EDEA:0B:000:Always have Big Laser Gun PL1 mslug4:0:10EDEA:0C:000:Always have Enemy Chaser PL1 mslug4:0:10EDEA:0D:000:Always have Iron Lizard PL1 mslug4:0:10EDEA:0E:000:Always have Drop Shot PL1 mslug4:0:10EDEA:12:000:Always have Two Machine Gun PL1 mslug4:0:10EDEC:01:000:Always have Normal Bomb PL1 mslug4:0:10EDEC:02:000:Always have Fire Bomb PL1 mslug4:0:10EDEC:03:000:Always have Rock Bomb PL1 mslug4:0:100B39:09:000:Infinite Lives PL2 mslug4:0:10EDFD:63:000:Infinite Bombs PL2 mslug4:0:100DC7:40:000:Invincibility PL2:You can still die in vehicles and falling in water (without scuba gear) mslug4:0:100DF1:01:000:Invincibility (Fix Final Stage) PL2 mslug4:0:10EE02:FF:000:Infinite Arms PL2 mslug4:0:10EE03:FF:500:Infinite Arms PL2 (2/2) mslug4:0:10EDFA:00:000:Always have Normal Gun PL2 mslug4:0:10EDFA:02:000:Always have Shotgun PL2 mslug4:0:10EDFA:03:000:Always have Rocket Launcher PL2 mslug4:0:10EDFA:04:000:Always have Flame Shot PL2 mslug4:0:10EDFA:05:000:Always have Heavy Machine Gun PL2 mslug4:0:10EDFA:06:000:Always have Laser Gun PL2 mslug4:0:10EDFA:07:000:Always have Big Shotgun PL2 mslug4:0:10EDFA:08:000:Always have Big Rocket Launcher PL2 mslug4:0:10EDFA:09:000:Always have Big Flame Shot PL2 mslug4:0:10EDFA:0A:000:Always have Big Heavy Machine Gun PL2 mslug4:0:10EDFA:0B:000:Always have Big Laser Gun PL2 mslug4:0:10EDFA:0C:000:Always have Enemy Chaser PL2 mslug4:0:10EDFA:0D:000:Always have Iron Lizard PL2 mslug4:0:10EDFA:0E:000:Always have Drop Shot PL2 mslug4:0:10EDFA:12:000:Always have Two Machine Gun PL2 mslug4:0:10EDFC:01:000:Always have Normal Bomb PL2 mslug4:0:10EDFC:02:000:Always have Fire Bomb PL2 mslug4:0:10EDFC:03:000:Always have Rock Bomb PL2 :mslug4:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mslug4:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mslug4:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Metal Slug 5 ] mslug5:0:10D67E:99:000:Infinite Time mslug5:0:10095E:63:000:Infinite Character Select Time :mslug5:62000000:000000:00000000:FFFFFFFF:Select Starting Stage:Enable on the Soldier Select screen :mslug5:00010001:10D680:00000000:FFFFFFFF:Mission 1 :mslug5:00010001:10D680:00000001:FFFFFFFF:Mission 2 :mslug5:00010001:10D680:00000002:FFFFFFFF:Mission 3 :mslug5:00010001:10D680:00000003:FFFFFFFF:Mission 4 :mslug5:00010001:10D680:00000004:FFFFFFFF:Final Mission :mslug5:00010001:10D680:00000005:FFFFFFFF:Ending :mslug5:62000000:000000:00000000:00000000:Select Blood Colour :mslug5:00010000:10FD92:00000000:FFFFFFFF:Clear :mslug5:00010000:10FD92:00000001:FFFFFFFF:Red mslug5:0:100A41:09:000:Infinite Lives PL1 mslug5:0:100D49:01:000:Invincibility PL1 mslug5:0:10D45C:FF:000:Infinite Bullets PL1 mslug5:0:10D45D:FF:500:Infinite Bullets PL1 (2/2) mslug5:0:10D457:63:000:Infinite Bombs PL1 mslug5:0:10DCDF:63:000:Infinite Cannons PL1 mslug5:0:101B2D:28:000:Infinite Vehicle Gas PL1 mslug5:0:10DCD7:28:500:Infinite Vehicle Gas PL1 (2/2) mslug5:0:10D454:00:000:Always have Normal Weapon PL1 mslug5:0:100D58:00:500:Always have Normal Weapon PL1 (2/2) mslug5:0:10D454:02:000:Always have Shotgun PL1 mslug5:0:100D58:01:500:Always have Shotgun PL1 (2/2) mslug5:0:10D454:03:000:Always have Rocket Launcher PL1 mslug5:0:100D58:01:500:Always have Rocket Launcher PL1 (2/2) mslug5:0:10D454:04:000:Always have Flame Shot PL1 mslug5:0:100D58:01:500:Always have Flame Shot PL1 (2/2) mslug5:0:10D454:05:000:Always have Heavy Machine Gun PL1 mslug5:0:100D58:01:500:Always have Heavy Machine Gun PL1 (2/2) mslug5:0:10D454:06:000:Always have Laser Gun PL1 mslug5:0:100D58:01:500:Always have Laser Gun PL1 (2/2) mslug5:0:10D454:07:000:Always have Big Shotgun PL1 mslug5:0:100D58:01:500:Always have Big Shotgun PL1 (2/2) mslug5:0:10D454:08:000:Always have Big Rocket Launcher PL1 mslug5:0:100D58:01:500:Always have Big Rocket LauncherPL1 (2/2) mslug5:0:10D454:09:000:Always have Big Flame Shot PL1 mslug5:0:100D58:01:500:Always have Big Flame Shot PL1 (2/2) mslug5:0:10D454:0A:000:Always have Big Heavy Machine Gun PL1 mslug5:0:100D58:01:500:Always have Big Heavy Machine Gun PL1 (2/2) mslug5:0:10D454:0B:000:Always have Big Laser Gun PL1 mslug5:0:100D58:01:500:Always have Big Laser Gun PL1 (2/2) mslug5:0:10D454:0C:000:Always have Enemy Chaser PL1 mslug5:0:100D58:01:500:Always have Enemy Chaser PL1 (2/2) mslug5:0:10D454:0D:000:Always have Iron Lizard PL1 mslug5:0:100D58:01:500:Always have Iron Lizard PL1 (2/2) mslug5:0:10D454:0E:000:Always have Drop Shot PL1 mslug5:0:100D58:01:500:Always have Drop Shot PL1 (2/2) mslug5:0:10D454:0F:000:Always have Super Grenade PL1 mslug5:0:100D58:01:500:Always have Super Grenade PL1 (2/2) mslug5:0:10D454:12:000:Always have Two Machine Gun PL1 mslug5:0:100D58:02:500:Always have Two Machine Gun PL1 (2/2) mslug5:0:10D456:01:000:Always have Normal Bomb PL1 mslug5:0:10D456:02:000:Always have Fire Bomb PL1 mslug5:0:10D456:03:000:Always have Rock Bomb PL1 mslug5:0:100D56:01:000:Always have Pig PL1 mslug5:0:100D56:01:001:Get Pig Now! PL1 mslug5:0:10DDDD:0F:000:Always have 15 Prisoners PL1 mslug5:0:10DDDD:0F:001:Get 15 Prisoners Now! PL1 :mslug5:62000000:000000:00000000:00000000:Select Character PL1 :mslug5:00010000:100A40:00000000:FFFFFFFF:Marco :mslug5:00010000:100A40:00000001:FFFFFFFF:Tarma :mslug5:00010000:100A40:00000002:FFFFFFFF:Eri :mslug5:00010000:100A40:00000003:FFFFFFFF:Fio mslug5:0:100B05:09:000:Infinite Lives PL2 mslug5:0:10D46C:FF:000:Infinite Bullets PL2 mslug5:0:10D46D:FF:500:Infinite Bullets PL2 (2/2) mslug5:0:10D467:63:000:Infinite Bombs PL2 mslug5:0:10DD0B:63:000:Infinite Cannons PL2 mslug5:0:101B2D:28:000:Infinite Vehicle Gas PL2 mslug5:0:10DD03:28:500:Infinite Vehicle Gas PL2 (2/2) mslug5:0:10D464:00:000:Always have Normal Weapon PL2 mslug5:0:100E48:00:500:Always have Normal Weapon PL2 (2/2) mslug5:0:10D464:02:000:Always have Shotgun PL2 mslug5:0:100E48:01:500:Always have Shotgun PL2 (2/2) mslug5:0:10D464:03:000:Always have Rocket Launcher PL2 mslug5:0:100E48:01:500:Always have Rocket Launcher PL2 (2/2) mslug5:0:10D464:04:000:Always have Flame Shot PL2 mslug5:0:100E48:01:500:Always have Flame Shot PL2 (2/2) mslug5:0:10D464:05:000:Always have Heavy Machine Gun PL2 mslug5:0:100E48:01:500:Always have Heavy Machine Gun PL2 (2/2) mslug5:0:10D464:06:000:Always have Laser Gun PL2 mslug5:0:100E48:01:500:Always have Laser Gun PL2 (2/2) mslug5:0:10D464:07:000:Always have Big Shotgun PL2 mslug5:0:100E48:01:500:Always have Big Shotgun PL2 (2/2) mslug5:0:10D464:08:000:Always have Big Rocket Launcher PL2 mslug5:0:100E48:01:500:Always have Big Rocket LauncherPL2 (2/2) mslug5:0:10D464:09:000:Always have Big Flame Shot PL2 mslug5:0:100E48:01:500:Always have Big Flame Shot PL2 (2/2) mslug5:0:10D464:0A:000:Always have Big Heavy Machine Gun PL2 mslug5:0:100E48:01:500:Always have Big Heavy Machine Gun PL2 (2/2) mslug5:0:10D464:0B:000:Always have Big Laser Gun PL2 mslug5:0:100E48:01:500:Always have Big Laser Gun PL2 (2/2) mslug5:0:10D464:0C:000:Always have Enemy Chaser PL2 mslug5:0:100E48:01:500:Always have Enemy Chaser PL2 (2/2) mslug5:0:10D464:0D:000:Always have Iron Lizard PL2 mslug5:0:100E48:01:500:Always have Iron Lizard PL2 (2/2) mslug5:0:10D464:0E:000:Always have Drop Shot PL2 mslug5:0:100E48:01:500:Always have Drop Shot PL2 (2/2) mslug5:0:10D464:0F:000:Always have Super Grenade PL2 mslug5:0:100E48:01:500:Always have Super Grenade PL2 (2/2) mslug5:0:10D464:12:000:Always have Two Machine Gun PL2 mslug5:0:100E48:02:500:Always have Two Machine Gun PL2 (2/2) mslug5:0:10D466:01:000:Always have Normal Bomb PL2 mslug5:0:10D466:02:000:Always have Fire Bomb PL2 mslug5:0:10D466:03:000:Always have Rock Bomb PL2 :mslug5:62000000:000000:00000000:00000000:Select Character PL2 :mslug5:00010000:100B04:00000000:FFFFFFFF:Marco :mslug5:00010000:100B04:00000001:FFFFFFFF:Tarma :mslug5:00010000:100B04:00000002:FFFFFFFF:Eri :mslug5:00010000:100B04:00000003:FFFFFFFF:Fio :mslug5:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mslug5:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mslug5:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Metal Slug X - Super Vehicle-001 ] mslugx:0:1013DE:5A:000:Infinite Time mslugx:0:101288:02:000:Infinite Lives PL1 mslugx:0:101523:40:000:Invincibility PL1:Doesn't work when on vehicle! mslugx:0:101549:99:500:Invincibility PL1 (2/2) mslugx:0:10C5FD:32:001:Get 50 Prisoners Now! PL1 mslugx:0:10C725:FF:000:Infinite Ammo PL1 mslugx:0:10C720:63:000:Infinite Bombs PL1 mslugx:0:10C621:30:000:Infinite Vehicle Energy PL1 mslugx:0:10C627:63:000:Infinite Vehicle Cannon PL1 mslugx:0:101557:01:001:Status = Normal Now! PL1 mslugx:0:101557:02:001:Status = Fat Now! PL1 mslugx:0:000000:00:999:[ Shot Equipment PL1 ] mslugx:0:10C71E:00:000:Always have the Normal Gun PL1 mslugx:0:10C71E:01:000:Always have the MS Cannon PL1 mslugx:0:10C71E:05:000:Always have the Small Machine Gun PL1 mslugx:0:10C71E:0A:000:Always have the Big Machine Gun PL1 mslugx:0:10C71E:03:000:Always have the Fuzzy Enemy Chaser PL1 mslugx:0:10C71E:0C:000:Always have the Homing Enemy Chaser PL1 mslugx:0:10C71E:02:000:Always have the Shotgun PL1 mslugx:0:10C71E:07:000:Always have the Long Range ShotGun PL1 mslugx:0:10C71E:04:000:Always have the Small Flamethrower PL1 mslugx:0:10C71E:09:000:Always have the Big Flamethrower PL1 mslugx:0:10C71E:06:000:Always have the Small Laser Gun PL1 mslugx:0:10C71E:0B:000:Always have the Big Laser Gun PL1 mslugx:0:10C71E:08:000:Always have the Rocket Launcher PL1 mslugx:0:10C71E:0D:000:Always have the Iron Laser PL1 mslugx:0:10C71E:0E:000:Always have the Drop Shot PL1 mslugx:0:10C71E:0F:000:Always have the Super Grenade PL1 mslugx:0:10C71E:00:001:Get the Normal Gun Now! PL1 mslugx:0:10C71E:01:001:Get the MS Cannon Now! PL1 mslugx:0:10C71E:05:001:Get the Small Machine Gun Now! PL1 mslugx:0:10C71E:0A:001:Get the Big Machine Gun Now! PL1 mslugx:0:10C71E:03:001:Get the Fuzzy EnemyChaser Now! PL1 mslugx:0:10C71E:0C:001:Get the Homing Enemy Chaser Now! PL1 mslugx:0:10C71E:02:001:Get the Shotgun Now! PL1 mslugx:0:10C71E:07:001:Get the Long Range ShotGun Now! PL1 mslugx:0:10C71E:04:001:Get the Small Flamethrower Now! PL1 mslugx:0:10C71E:09:001:Get the Big Flamethrower Now! PL1 mslugx:0:10C71E:06:001:Get the Small Laser Gun Now! PL1 mslugx:0:10C71E:0B:001:Get the Big Laser Gun Now! PL1 mslugx:0:10C71E:08:001:Get the Rocket Launcher Now! PL1 mslugx:0:10C71E:0D:001:Get the Iron Laser Now! PL1 mslugx:0:10C71E:0E:001:Get the Drop Shot Now! PL1 mslugx:0:10C71E:0F:001:Get the Super Grenade Now! PL1 mslugx:0:000000:00:999:[ Bomb Equipment PL1 ] mslugx:0:10C722:01:000:Always have the Normal Bomb PL1 mslugx:0:10C722:02:000:Always have the Fire Bomb PL1 mslugx:0:10C722:03:000:Always have the Stone PL1 mslugx:0:10C722:01:001:Get the Normal Bomb Now! PL1 mslugx:0:10C722:02:001:Get the Fire Bomb Now! PL1 mslugx:0:10C722:03:001:Get the Stone Now! PL1 mslugx:0:101338:02:000:Infinite Lives PL2 mslugx:0:1015D3:40:000:Invincibility PL2:Doesn't work when on vehicle! mslugx:0:1015F9:71:500:Invincibility PL2 (2/2) mslugx:0:10C601:32:001:Get 50 Prisoners Now! PL2 mslugx:0:10C727:FF:000:Infinite Ammo PL2 mslugx:0:10C721:14:000:Infinite Bombs PL2 mslugx:0:10C645:30:000:Infinite Vehicle Energy PL2 mslugx:0:10C64B:19:000:Infinite Vehicle Cannon PL2 mslugx:0:000000:00:999:[ Player Status PL2 ] mslugx:0:101558:01:001:Status = Normal Now! PL2 mslugx:0:101558:02:001:Status = Fat Now! PL2 mslugx:0:000000:00:999:[ Shot Equipment PL2 ] mslugx:0:10C71F:00:000:Always Normal Gun PL2 mslugx:0:10C71F:01:000:Always MS Cannon PL2 mslugx:0:10C71F:05:000:Always Small Machine Gun PL2 mslugx:0:10C71F:0A:000:Always Big Machine Gun PL2 mslugx:0:10C71F:03:000:Always Fuzzy Enemy Chaser PL2 mslugx:0:10C71F:0C:000:Always Homing Enemy Chaser PL2 mslugx:0:10C71F:02:000:Always Shotgun PL2 mslugx:0:10C71F:07:000:Always Long Range ShotGun PL2 mslugx:0:10C71F:04:000:Always Small Flamethrower PL2 mslugx:0:10C71F:09:000:Always Big Flamethrower PL2 mslugx:0:10C71F:06:000:Always Small Laser Gun PL2 mslugx:0:10C71F:0B:000:Always Big Laser Gun PL2 mslugx:0:10C71F:08:000:Always Rocket Launcher PL2 mslugx:0:10C71F:0D:000:Always Iron Laser PL2 mslugx:0:10C71F:0E:000:Always Drop Shot PL2 mslugx:0:10C71F:0F:000:Always Super Grenade PL2 mslugx:0:10C71F:00:001:Get the Normal Gun Now! PL2 mslugx:0:10C71F:01:001:Get the MS Cannon Now! PL2 mslugx:0:10C71F:05:001:Get the Small Machine Gun Now!PL2 mslugx:0:10C71F:0A:001:Get the Big Machine Gun Now! PL2 mslugx:0:10C71F:03:001:Get the Fuzzy EnemyChaser Now! PL2 mslugx:0:10C71F:0C:001:Get the Homing Enemy Chaser Now! PL2 mslugx:0:10C71F:02:001:Get the Shotgun Now! PL2 mslugx:0:10C71F:07:001:Get the Long Range ShotGun Now! PL2 mslugx:0:10C71F:04:001:Get the Small Flamethrower Now! PL2 mslugx:0:10C71F:09:001:Get the Big Flamethrower Now! PL2 mslugx:0:10C71F:06:001:Get the Small Laser Gun Now! PL2 mslugx:0:10C71F:0B:001:Get the Big Laser Gun Now! PL2 mslugx:0:10C71F:08:001:Get the Rocket Launcher Now! PL2 mslugx:0:10C71F:0D:001:Get the Iron Laser Now! PL2 mslugx:0:10C71F:0E:001:Get the Drop Shot Now! PL2 mslugx:0:10C71F:0F:001:Get the Super Grenade Now! PL2 mslugx:0:000000:00:999:[ Bomb Equipment PL2 ] mslugx:0:10C723:01:000:Always have the Normal Bomb PL2 mslugx:0:10C723:02:000:Always have the Fire Bomb PL2 mslugx:0:10C723:03:000:Always have the Stone PL2 mslugx:0:10C723:01:001:Get the Normal Bomb Now! PL2 mslugx:0:10C723:02:001:Get the Fire Bomb Now! PL2 mslugx:0:10C723:03:001:Get the Stone Now! PL2 :mslugx:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mslugx:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mslugx:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ms. Pac-Man (bootleg) ] mspacmab:0:4E14:06:000:Infinite Lives mspacmab:0:4E15:05:500:Infinite Lives (2/2) :mspacmab:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :mspacmab:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :mspacmab:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :mspacmab:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :mspacmab:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. mspacmab:0:4E0E:F4:001:Finish this Level Now! mspacmab:0:0000:00:999:[ ------- Starting Levels ------ ] mspacmab:0:0000:00:999:[ Deactivate the cheats after ] mspacmab:0:0000:00:999:[ starting the level or leave them] mspacmab:0:0000:00:999:[ active to repeat the level. ] mspacmab:0:4E0A:7E:000:Start at Strawberry mspacmab:0:4E13:01:500:Start at Strawberry (2/2) mspacmab:0:4E0A:7F:000:Start at Orange mspacmab:0:4E13:02:500:Start at Orange (2/2) mspacmab:0:4E0A:80:000:Start at Pretzel mspacmab:0:4E13:03:500:Start at Pretzel (2/2) mspacmab:0:4E0A:81:000:Start at Apple mspacmab:0:4E13:04:500:Start at Apple (2/2) mspacmab:0:4E0A:82:000:Start at Pear mspacmab:0:4E13:05:500:Start at Pear (2/2) mspacmab:0:4E0A:83:000:Start at Banana mspacmab:0:4E13:06:500:Start at Banana (2/2) mspacmab:0:4E0A:84:000:Start at Multifruit 1a mspacmab:0:4E13:07:500:Start at Multifruit 1a (2/2) mspacmab:0:4E0A:85:000:Start at Multifruit 1b mspacmab:0:4E13:08:500:Start at Multifruit 1b (2/2) mspacmab:0:4E0A:86:000:Start at Multifruit 2 mspacmab:0:4E13:09:500:Start at Multifruit 2 (2/2) mspacmab:0:0000:00:999:[ ------- Practice Levels ------ ] mspacmab:0:4E13:00:000:Practice Cherry mspacmab:0:4E13:01:000:Practice Strawberry mspacmab:0:4E13:02:000:Practice Orange mspacmab:0:4E13:03:000:Practice Pretzel mspacmab:0:4E13:04:000:Practice Apple mspacmab:0:4E13:05:000:Practice Pear mspacmab:0:4E13:06:000:Practice Banana mspacmab:0:4E13:07:000:Practice Multifruit (board 1) mspacmab:0:4E13:09:000:Practice Multifruit (board 2) mspacmab:0:4E13:FF:000:Split-Screen (Unplayable) mspacmab:0:4E13:FE:000:No maze or dots(Unfinishable) mspacmab:0:0000:00:999:[ ------- Practice Speeds ------ ] mspacmab:0:4DBD:00:000:Stay blue until eaten mspacmab:0:4DBE:00:500:Stay blue until eaten (2/2) mspacmab:0:4DBD:58:000:Slow changeback mspacmab:0:4DBE:02:500:Slow changeback (2/2) mspacmab:0:4DBD:68:000:Moderate changeback mspacmab:0:4DBE:01:500:Moderate changeback (2/2) mspacmab:0:4DBD:F0:000:Quick changeback mspacmab:0:4DBE:00:500:Quick changeback (2/2) mspacmab:0:4DBD:78:000:Lightning changeback mspacmab:0:4DBE:00:500:Lightning changeback (2/2) mspacmab:0:4DBD:01:000:No change to blue mspacmab:0:4DBE:00:500:No change to blue (2/2) mspacmab:0:0000:00:999:[ -------- Ghost Status -------- ] mspacmab:0:4DA7:01:000:Red always blue mspacmab:0:4DA8:01:000:Pink always blue mspacmab:0:4DA9:01:000:Green always blue mspacmab:0:4DAA:01:000:Orange always blue mspacmab:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Ms. Pac-Man ] mspacman:0:4E14:06:000:Infinite Lives mspacman:0:4E15:05:500:Infinite Lives (2/2) :mspacman:20A00000:11774:003CE0C3:FFFFFFFF:Invincibility :mspacman:20A10000:13CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :mspacman:20B10000:13CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :mspacman:20B10000:13CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :mspacman:20800000:1180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. mspacman:0:4E0E:F4:001:Finish this Level Now! mspacman:0:0000:00:999:[ ------- Starting Levels ------ ] mspacman:0:0000:00:999:[ Deactivate the cheats after ] mspacman:0:0000:00:999:[ starting the level or leave them] mspacman:0:0000:00:999:[ active to repeat the level. ] mspacman:0:4E0A:7E:000:Start at Strawberry mspacman:0:4E13:01:500:Start at Strawberry (2/2) mspacman:0:4E0A:7F:000:Start at Orange mspacman:0:4E13:02:500:Start at Orange (2/2) mspacman:0:4E0A:80:000:Start at Pretzel mspacman:0:4E13:03:500:Start at Pretzel (2/2) mspacman:0:4E0A:81:000:Start at Apple mspacman:0:4E13:04:500:Start at Apple (2/2) mspacman:0:4E0A:82:000:Start at Pear mspacman:0:4E13:05:500:Start at Pear (2/2) mspacman:0:4E0A:83:000:Start at Banana mspacman:0:4E13:06:500:Start at Banana (2/2) mspacman:0:4E0A:84:000:Start at Multifruit 1a mspacman:0:4E13:07:500:Start at Multifruit 1a (2/2) mspacman:0:4E0A:85:000:Start at Multifruit 1b mspacman:0:4E13:08:500:Start at Multifruit 1b (2/2) mspacman:0:4E0A:86:000:Start at Multifruit 2 mspacman:0:4E13:09:500:Start at Multifruit 2 (2/2) mspacman:0:0000:00:999:[ ------- Practice Levels ------ ] mspacman:0:4E13:00:000:Practice Cherry mspacman:0:4E13:01:000:Practice Strawberry mspacman:0:4E13:02:000:Practice Orange mspacman:0:4E13:03:000:Practice Pretzel mspacman:0:4E13:04:000:Practice Apple mspacman:0:4E13:05:000:Practice Pear mspacman:0:4E13:06:000:Practice Banana mspacman:0:4E13:07:000:Practice Multifruit (board 1) mspacman:0:4E13:09:000:Practice Multifruit (board 2) mspacman:0:4E13:FF:000:Split-Screen (Unplayable) mspacman:0:4E13:FE:000:No maze or dots(Unfinishable) mspacman:0:0000:00:999:[ ------- Practice Speeds ------ ] mspacman:0:4DBD:00:000:Stay blue until eaten mspacman:0:4DBE:00:500:Stay blue until eaten (2/2) mspacman:0:4DBD:58:000:Slow changeback mspacman:0:4DBE:02:500:Slow changeback (2/2) mspacman:0:4DBD:68:000:Moderate changeback mspacman:0:4DBE:01:500:Moderate changeback (2/2) mspacman:0:4DBD:F0:000:Quick changeback mspacman:0:4DBE:00:500:Quick changeback (2/2) mspacman:0:4DBD:78:000:Lightning changeback mspacman:0:4DBE:00:500:Lightning changeback (2/2) mspacman:0:4DBD:01:000:No change to blue mspacman:0:4DBE:00:500:No change to blue (2/2) mspacman:0:0000:00:999:[ -------- Ghost Status -------- ] mspacman:0:4DA7:01:000:Red always blue mspacman:0:4DA8:01:000:Pink always blue mspacman:0:4DA9:01:000:Green always blue mspacman:0:4DAA:01:000:Orange always blue mspacman:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Ms. Pac Attack ] mspacmat:0:4E14:06:000:Infinite Lives mspacmat:0:4E15:05:500:Infinite Lives (2/2) :mspacmat:20A00000:11774:003CE0C3:FFFFFFFF:Invincibility :mspacmat:20A10000:13CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :mspacmat:20B10000:13CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :mspacmat:20B10000:13CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :mspacmat:20800000:1180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. mspacmat:0:4E0E:F4:001:Finish this Level Now! mspacmat:0:0000:00:999:[ ------- Starting Levels ------ ] mspacmat:0:0000:00:999:[ Deactivate the cheats after ] mspacmat:0:0000:00:999:[ starting the level or leave them] mspacmat:0:0000:00:999:[ active to repeat the level. ] mspacmat:0:4E0A:7E:000:Start at Strawberry mspacmat:0:4E13:01:500:Start at Strawberry (2/2) mspacmat:0:4E0A:7F:000:Start at Orange mspacmat:0:4E13:02:500:Start at Orange (2/2) mspacmat:0:4E0A:80:000:Start at Pretzel mspacmat:0:4E13:03:500:Start at Pretzel (2/2) mspacmat:0:4E0A:81:000:Start at Apple mspacmat:0:4E13:04:500:Start at Apple (2/2) mspacmat:0:4E0A:82:000:Start at Pear mspacmat:0:4E13:05:500:Start at Pear (2/2) mspacmat:0:4E0A:83:000:Start at Banana mspacmat:0:4E13:06:500:Start at Banana (2/2) mspacmat:0:4E0A:84:000:Start at Multifruit 1a mspacmat:0:4E13:07:500:Start at Multifruit 1a (2/2) mspacmat:0:4E0A:85:000:Start at Multifruit 1b mspacmat:0:4E13:08:500:Start at Multifruit 1b (2/2) mspacmat:0:4E0A:86:000:Start at Multifruit 2 mspacmat:0:4E13:09:500:Start at Multifruit 2 (2/2) mspacmat:0:0000:00:999:[ ------- Practice Levels ------ ] mspacmat:0:4E13:00:000:Practice Cherry mspacmat:0:4E13:01:000:Practice Strawberry mspacmat:0:4E13:02:000:Practice Orange mspacmat:0:4E13:03:000:Practice Pretzel mspacmat:0:4E13:04:000:Practice Apple mspacmat:0:4E13:05:000:Practice Pear mspacmat:0:4E13:06:000:Practice Banana mspacmat:0:4E13:07:000:Practice Multifruit (board 1) mspacmat:0:4E13:09:000:Practice Multifruit (board 2) mspacmat:0:4E13:FF:000:Split-Screen (Unplayable) mspacmat:0:4E13:FE:000:No maze or dots(Unfinishable) mspacmat:0:0000:00:999:[ ------- Practice Speeds ------ ] mspacmat:0:4DBD:00:000:Stay blue until eaten mspacmat:0:4DBE:00:500:Stay blue until eaten (2/2) mspacmat:0:4DBD:58:000:Slow changeback mspacmat:0:4DBE:02:500:Slow changeback (2/2) mspacmat:0:4DBD:68:000:Moderate changeback mspacmat:0:4DBE:01:500:Moderate changeback (2/2) mspacmat:0:4DBD:F0:000:Quick changeback mspacmat:0:4DBE:00:500:Quick changeback (2/2) mspacmat:0:4DBD:78:000:Lightning changeback mspacmat:0:4DBE:00:500:Lightning changeback (2/2) mspacmat:0:4DBD:01:000:No change to blue mspacmat:0:4DBE:00:500:No change to blue (2/2) mspacmat:0:0000:00:999:[ -------- Ghost Status -------- ] mspacmat:0:4DA7:01:000:Red always blue mspacmat:0:4DA8:01:000:Pink always blue mspacmat:0:4DA9:01:000:Green always blue mspacmat:0:4DAA:01:000:Orange always blue mspacmat:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Ms. Pac-Man (with speedup hack) ] mspacmnf:0:4E14:06:000:Infinite Lives mspacmnf:0:4E15:05:500:Infinite Lives (2/2) :mspacmnf:20A00000:11774:003CE0C3:FFFFFFFF:Invincibility :mspacmnf:20A10000:13CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :mspacmnf:20B10000:13CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :mspacmnf:20B10000:13CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :mspacmnf:20800000:1180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. mspacmnf:0:4E0E:F4:001:Finish this Level Now! mspacmnf:0:0000:00:999:[ ------- Starting Levels ------ ] mspacmnf:0:0000:00:999:[ Deactivate the cheats after ] mspacmnf:0:0000:00:999:[ starting the level or leave them] mspacmnf:0:0000:00:999:[ active to repeat the level. ] mspacmnf:0:4E0A:7E:000:Start at Strawberry mspacmnf:0:4E13:01:500:Start at Strawberry (2/2) mspacmnf:0:4E0A:7F:000:Start at Orange mspacmnf:0:4E13:02:500:Start at Orange (2/2) mspacmnf:0:4E0A:80:000:Start at Pretzel mspacmnf:0:4E13:03:500:Start at Pretzel (2/2) mspacmnf:0:4E0A:81:000:Start at Apple mspacmnf:0:4E13:04:500:Start at Apple (2/2) mspacmnf:0:4E0A:82:000:Start at Pear mspacmnf:0:4E13:05:500:Start at Pear (2/2) mspacmnf:0:4E0A:83:000:Start at Banana mspacmnf:0:4E13:06:500:Start at Banana (2/2) mspacmnf:0:4E0A:84:000:Start at Multifruit 1a mspacmnf:0:4E13:07:500:Start at Multifruit 1a (2/2) mspacmnf:0:4E0A:85:000:Start at Multifruit 1b mspacmnf:0:4E13:08:500:Start at Multifruit 1b (2/2) mspacmnf:0:4E0A:86:000:Start at Multifruit 2 mspacmnf:0:4E13:09:500:Start at Multifruit 2 (2/2) mspacmnf:0:0000:00:999:[ ------- Practice Levels ------ ] mspacmnf:0:4E13:00:000:Practice Cherry mspacmnf:0:4E13:01:000:Practice Strawberry mspacmnf:0:4E13:02:000:Practice Orange mspacmnf:0:4E13:03:000:Practice Pretzel mspacmnf:0:4E13:04:000:Practice Apple mspacmnf:0:4E13:05:000:Practice Pear mspacmnf:0:4E13:06:000:Practice Banana mspacmnf:0:4E13:07:000:Practice Multifruit (board 1) mspacmnf:0:4E13:09:000:Practice Multifruit (board 2) mspacmnf:0:4E13:FF:000:Split-Screen (Unplayable) mspacmnf:0:4E13:FE:000:No maze or dots(Unfinishable) mspacmnf:0:0000:00:999:[ ------- Practice Speeds ------ ] mspacmnf:0:4DBD:00:000:Stay blue until eaten mspacmnf:0:4DBE:00:500:Stay blue until eaten (2/2) mspacmnf:0:4DBD:58:000:Slow changeback mspacmnf:0:4DBE:02:500:Slow changeback (2/2) mspacmnf:0:4DBD:68:000:Moderate changeback mspacmnf:0:4DBE:01:500:Moderate changeback (2/2) mspacmnf:0:4DBD:F0:000:Quick changeback mspacmnf:0:4DBE:00:500:Quick changeback (2/2) mspacmnf:0:4DBD:78:000:Lightning changeback mspacmnf:0:4DBE:00:500:Lightning changeback (2/2) mspacmnf:0:4DBD:01:000:No change to blue mspacmnf:0:4DBE:00:500:No change to blue (2/2) mspacmnf:0:0000:00:999:[ -------- Ghost Status -------- ] mspacmnf:0:4DA7:01:000:Red always blue mspacmnf:0:4DA8:01:000:Pink always blue mspacmnf:0:4DA9:01:000:Green always blue mspacmnf:0:4DAA:01:000:Orange always blue mspacmnf:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Ms. Pac-Man Plus ] mspacpls:0:4E14:06:000:Infinite Lives mspacpls:0:4E15:05:500:Infinite Lives (2/2) :mspacpls:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :mspacpls:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :mspacpls:20B10000:3CE3:1FBDC3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1FBD (Normal Ghost) :mspacpls:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :mspacpls:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. mspacpls:0:4E0E:F4:001:Finish this Level Now! mspacpls:0:0000:00:999:[ ------- Starting Levels ------ ] mspacpls:0:0000:00:999:[ Deactivate the cheats after ] mspacpls:0:0000:00:999:[ starting the level or leave them] mspacpls:0:0000:00:999:[ active to repeat the level. ] mspacpls:0:4E0A:7E:000:Start at Strawberry mspacpls:0:4E13:01:500:Start at Strawberry (2/2) mspacpls:0:4E0A:7F:000:Start at Orange mspacpls:0:4E13:02:500:Start at Orange (2/2) mspacpls:0:4E0A:80:000:Start at Pretzel mspacpls:0:4E13:03:500:Start at Pretzel (2/2) mspacpls:0:4E0A:81:000:Start at Apple mspacpls:0:4E13:04:500:Start at Apple (2/2) mspacpls:0:4E0A:82:000:Start at Pear mspacpls:0:4E13:05:500:Start at Pear (2/2) mspacpls:0:4E0A:83:000:Start at Banana mspacpls:0:4E13:06:500:Start at Banana (2/2) mspacpls:0:4E0A:84:000:Start at Multifruit 1a mspacpls:0:4E13:07:500:Start at Multifruit 1a (2/2) mspacpls:0:4E0A:85:000:Start at Multifruit 1b mspacpls:0:4E13:08:500:Start at Multifruit 1b (2/2) mspacpls:0:4E0A:86:000:Start at Multifruit 2 mspacpls:0:4E13:09:500:Start at Multifruit 2 (2/2) mspacpls:0:0000:00:999:[ ------- Practice Levels ------ ] mspacpls:0:4E13:00:000:Practice Cherry mspacpls:0:4E13:01:000:Practice Strawberry mspacpls:0:4E13:02:000:Practice Orange mspacpls:0:4E13:03:000:Practice Pretzel mspacpls:0:4E13:04:000:Practice Apple mspacpls:0:4E13:05:000:Practice Pear mspacpls:0:4E13:06:000:Practice Banana mspacpls:0:4E13:07:000:Practice Multifruit (board 1) mspacpls:0:4E13:09:000:Practice Multifruit (board 2) mspacpls:0:4E13:FF:000:Split-Screen (Unplayable) mspacpls:0:4E13:FE:000:No maze or dots(Unfinishable) mspacpls:0:0000:00:999:[ ------- Practice Speeds ------ ] mspacpls:0:4DBD:00:000:Stay blue until eaten mspacpls:0:4DBE:00:500:Stay blue until eaten (2/2) mspacpls:0:4DBD:58:000:Slow changeback mspacpls:0:4DBE:02:500:Slow changeback (2/2) mspacpls:0:4DBD:68:000:Moderate changeback mspacpls:0:4DBE:01:500:Moderate changeback (2/2) mspacpls:0:4DBD:F0:000:Quick changeback mspacpls:0:4DBE:00:500:Quick changeback (2/2) mspacpls:0:4DBD:78:000:Lightning changeback mspacpls:0:4DBE:00:500:Lightning changeback (2/2) mspacpls:0:4DBD:01:000:No change to blue mspacpls:0:4DBE:00:500:No change to blue (2/2) mspacpls:0:0000:00:999:[ -------- Ghost Status -------- ] mspacpls:0:4DA7:01:000:Red always blue mspacpls:0:4DA8:01:000:Pink always blue mspacpls:0:4DA9:01:000:Green always blue mspacpls:0:4DAA:01:000:Orange always blue mspacpls:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Miss Puzzle ] :mspuzzle:00000000:100829:00000009:FFFFFFFF:Infinite Credits :mspuzzle:00000001:100FB9:00000000:FFFFFFFF:Finish this Stage Now! :mspuzzle:00000000:10080D:0000007A:FFFFFFFF:Infinite Time :mspuzzle:00000000:10083B:0000000E:FFFFFFFF:Infinite Bomb Time :mspuzzle:00000000:100841:00000009:FFFFFFFF:Infinite Bombs ; [ Miss Puzzle (Nudes) ] :mspuzzln:00000000:100829:00000009:FFFFFFFF:Infinite Credits :mspuzzln:00000001:100FB9:00000000:FFFFFFFF:Finish this Stage Now! :mspuzzln:00000000:10080D:0000007A:FFFFFFFF:Infinite Time :mspuzzln:00000000:10083B:0000000E:FFFFFFFF:Infinite Bomb Time :mspuzzln:00000000:100841:00000009:FFFFFFFF:Infinite Bombs ; [ Main Stadium (Japan) ] mstadium:0:4120:00:000:Infinite Strikes mstadium:0:4121:00:000:Infinite Balls mstadium:0:4122:00:000:Infinite Outs mstadium:0:4120:00:001:Set Strikes to 0 Now! mstadium:0:4120:03:001:Set Strikes to 3 Now! mstadium:0:4121:00:001:Set Balls to 0 Now! mstadium:0:4121:04:001:Set Balls to 4 Now! mstadium:0:4122:00:001:Set Outs to 0 Now! mstadium:0:4122:03:001:Set Outs to 3 Now! mstadium:0:410E:FF:070:Select score PL1 mstadium:0:411E:FF:070:Select score PL2 mstadium:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Monsters World ] mstworld:0:0000:00:999:[ This game hasn't even ]:REASON 11 mstworld:0:0000:00:999:[ been looked at due to ]:REASON 11 mstworld:0:0000:00:999:[ time constraints - Too]:REASON 11 mstworld:0:0000:00:999:[ many games and so ]:REASON 11 mstworld:0:0000:00:999:[ little time. It is ]:REASON 11 mstworld:0:0000:00:999:[ even possible that ]:REASON 11 mstworld:0:0000:00:999:[ this game may be a ]:REASON 11 mstworld:0:0000:00:999:[ clone of an existing ]:REASON 11 mstworld:0:0000:00:999:[ game which may have ]:REASON 11 mstworld:0:0000:00:999:[ cheats. Please search ]:REASON 11 mstworld:0:0000:00:999:[ the cheat forums ]:REASON 11 mstworld:0:0000:00:999:[ before posting cheat ]:REASON 11 mstworld:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Magic Sword - Heroic Fantasy (World 900725) ] msword:0:FFFF4B:99:000:Infinite Time msword:0:FFA9BC:99:000:Infinite Magic PL1 msword:0:FFA98C:1F:000:Infinite Energy (Player) PL1 msword:0:FFA98D:40:500:Infinite Energy (Player) PL1 (2/4) msword:0:FFA98E:1F:500:Infinite Energy (Player) PL1 (3/4) msword:0:FFA98F:40:500:Infinite Energy (Player) PL1 (4/4) msword:0:FFA9E0:02:000:Invincibility (Player) PL1 msword:0:FFB7C5:02:000:Invincibility (Partner) PL1 msword:0:FFA9E9:09:000:Infinite Keys PL1 msword:0:FFA9EB:09:500:Infinite Keys PL1 (2/3) msword:0:FFA9EA:09:500:Infinite Keys PL1 (3/3) msword:0:FFAA7C:99:000:Infinite Magic PL2 msword:0:FFAA4C:1F:000:Infinite Energy (Player) PL2 msword:0:FFAA4D:40:500:Infinite Energy (Player) PL2 (2/4) msword:0:FFAA4E:1F:500:Infinite Energy (Player) PL2 (3/4) msword:0:FFAA4F:40:500:Infinite Energy (Player) PL2 (4/4) msword:0:FFAAA0:02:000:Invincibility (Player) PL2 msword:0:FFB8C5:02:000:Invincibility (Partner) PL2 msword:0:FFAAA9:09:000:Infinite Keys PL2 msword:0:FFAAAB:09:500:Infinite Keys PL2 (2/3) msword:0:FFAAAA:09:500:Infinite Keys PL2 (3/3) ; [ Magic Sword (Japan 900623) ] mswordj:0:FFFF4B:99:000:Infinite Time mswordj:0:FFA9BC:99:000:Infinite Magic PL1 mswordj:0:FFA98C:1F:000:Infinite Energy (Player) PL1 mswordj:0:FFA98D:40:500:Infinite Energy (Player) PL1 (2/4) mswordj:0:FFA98E:1F:500:Infinite Energy (Player) PL1 (3/4) mswordj:0:FFA98F:40:500:Infinite Energy (Player) PL1 (4/4) mswordj:0:FFA9E0:02:000:Invincibility (Player) PL1 mswordj:0:FFB7C5:02:000:Invincibility (Partner) PL1 mswordj:0:FFA9E9:09:000:Infinite Keys PL1 mswordj:0:FFA9EB:09:500:Infinite Keys PL1 (2/3) mswordj:0:FFA9EA:09:500:Infinite Keys PL1 (3/3) mswordj:0:FFAA7C:99:000:Infinite Magic PL2 mswordj:0:FFAA4C:1F:000:Infinite Energy (Player) PL2 mswordj:0:FFAA4D:40:500:Infinite Energy (Player) PL2 (2/4) mswordj:0:FFAA4E:1F:500:Infinite Energy (Player) PL2 (3/4) mswordj:0:FFAA4F:40:500:Infinite Energy (Player) PL2 (4/4) mswordj:0:FFAAA0:02:000:Invincibility (Player) PL2 mswordj:0:FFB8C5:02:000:Invincibility (Partner) PL2 mswordj:0:FFAAA9:09:000:Infinite Keys PL2 mswordj:0:FFAAAB:09:500:Infinite Keys PL2 (2/3) mswordj:0:FFAAAA:09:500:Infinite Keys PL2 (3/3) ; [ Magic Sword - Heroic Fantasy (World 900623) ] mswordr1:0:FFFF4B:99:000:Infinite Time mswordr1:0:FFA9BC:99:000:Infinite Magic PL1 mswordr1:0:FFA98C:1F:000:Infinite Energy (Player) PL1 mswordr1:0:FFA98D:40:500:Infinite Energy (Player) PL1 (2/4) mswordr1:0:FFA98E:1F:500:Infinite Energy (Player) PL1 (3/4) mswordr1:0:FFA98F:40:500:Infinite Energy (Player) PL1 (4/4) mswordr1:0:FFA9E0:02:000:Invincibility (Player) PL1 mswordr1:0:FFB7C5:02:000:Invincibility (Partner) PL1 mswordr1:0:FFA9E9:09:000:Infinite Keys PL1 mswordr1:0:FFA9EB:09:500:Infinite Keys PL1 (2/3) mswordr1:0:FFA9EA:09:500:Infinite Keys PL1 (3/3) mswordr1:0:FFAA7C:99:000:Infinite Magic PL2 mswordr1:0:FFAA4C:1F:000:Infinite Energy (Player) PL2 mswordr1:0:FFAA4D:40:500:Infinite Energy (Player) PL2 (2/4) mswordr1:0:FFAA4E:1F:500:Infinite Energy (Player) PL2 (3/4) mswordr1:0:FFAA4F:40:500:Infinite Energy (Player) PL2 (4/4) mswordr1:0:FFAAA0:02:000:Invincibility (Player) PL2 mswordr1:0:FFB8C5:02:000:Invincibility (Partner) PL2 mswordr1:0:FFAAA9:09:000:Infinite Keys PL2 mswordr1:0:FFAAAB:09:500:Infinite Keys PL2 (2/3) mswordr1:0:FFAAAA:09:500:Infinite Keys PL2 (3/3) ; [ Magic Sword - Heroic Fantasy (US 900725) ] mswordu:0:FFFF4B:99:000:Infinite Time mswordu:0:FFA9BC:99:000:Infinite Magic PL1 mswordu:0:FFA98C:1F:000:Infinite Energy (Player) PL1 mswordu:0:FFA98D:40:500:Infinite Energy (Player) PL1 (2/4) mswordu:0:FFA98E:1F:500:Infinite Energy (Player) PL1 (3/4) mswordu:0:FFA98F:40:500:Infinite Energy (Player) PL1 (4/4) mswordu:0:FFA9E0:02:000:Invincibility (Player) PL1 mswordu:0:FFB7C5:02:000:Invincibility (Partner) PL1 mswordu:0:FFA9E9:09:000:Infinite Keys PL1 mswordu:0:FFA9EB:09:500:Infinite Keys PL1 (2/3) mswordu:0:FFA9EA:09:500:Infinite Keys PL1 (3/3) mswordu:0:FFAA7C:99:000:Infinite Magic PL2 mswordu:0:FFAA4C:1F:000:Infinite Energy (Player) PL2 mswordu:0:FFAA4D:40:500:Infinite Energy (Player) PL2 (2/4) mswordu:0:FFAA4E:1F:500:Infinite Energy (Player) PL2 (3/4) mswordu:0:FFAA4F:40:500:Infinite Energy (Player) PL2 (4/4) mswordu:0:FFAAA0:02:000:Invincibility (Player) PL2 mswordu:0:FFB8C5:02:000:Invincibility (Partner) PL2 mswordu:0:FFAAA9:09:000:Infinite Keys PL2 mswordu:0:FFAAAB:09:500:Infinite Keys PL2 (2/3) mswordu:0:FFAAAA:09:500:Infinite Keys PL2 (3/3) ; [ Magical Tetris Challenge (981009 Japan) ] mtetrisc:0:0000:00:999:[ There are no cheats ]:REASON 1 mtetrisc:0:0000:00:999:[ for this game as it ]:REASON 1 mtetrisc:0:0000:00:999:[ didn't work the last ]:REASON 1 mtetrisc:0:0000:00:999:[ time it was tested. ]:REASON 1 mtetrisc:0:0000:00:999:[ If the game now works ]:REASON 1 mtetrisc:0:0000:00:999:[ please request cheats ]:REASON 1 mtetrisc:0:0000:00:999:[ for it on the cheat ]:REASON 1 mtetrisc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Martial Champion (ver EAB) ] mtlchamp:0:105832:9A:000:Infinite Time mtlchamp:0:105832:00:001:Finish this Round Now! mtlchamp:0:105170:10:000:Infinite Energy PL1 mtlchamp:0:105174:10:500:Infinite Energy PL1 (2/2) mtlchamp:0:105170:00:001:Drain All Energy Now! PL1 mtlchamp:0:105174:00:501:Drain All Energy Now! PL1 (2/2) :mtlchamp:62000000:000000:00000000:00000000:Select Character PL1 :mtlchamp:00010000:105001:00000000:FFFFFFFF:Jin :mtlchamp:00010000:105001:00000001:FFFFFFFF:Racheal :mtlchamp:00010000:105001:00000002:FFFFFFFF:Goldor :mtlchamp:00010000:105001:00000003:FFFFFFFF:Zen :mtlchamp:00010000:105001:00000004:FFFFFFFF:Hoi :mtlchamp:00010000:105001:00000005:FFFFFFFF:Titi :mtlchamp:00010000:105001:00000006:FFFFFFFF:Mahambah :mtlchamp:00010000:105001:00000007:FFFFFFFF:Avu :mtlchamp:00010000:105001:00000008:FFFFFFFF:Chaos :mtlchamp:00010000:105001:00000009:FFFFFFFF:Bobby :mtlchamp:00010000:105001:0000000A:FFFFFFFF:#Salamander# mtlchamp:0:105570:10:000:Infinite Energy PL2 mtlchamp:0:105574:10:500:Infinite Energy PL2 (2/2) mtlchamp:0:105570:00:001:Drain All Energy Now! PL2 mtlchamp:0:105574:00:501:Drain All Energy Now! PL2 (2/2) :mtlchamp:62000000:000000:00000000:00000000:Select Character PL2 :mtlchamp:00010000:105401:00000000:FFFFFFFF:Jin :mtlchamp:00010000:105401:00000001:FFFFFFFF:Racheal :mtlchamp:00010000:105401:00000002:FFFFFFFF:Goldor :mtlchamp:00010000:105401:00000003:FFFFFFFF:Zen :mtlchamp:00010000:105401:00000004:FFFFFFFF:Hoi :mtlchamp:00010000:105401:00000005:FFFFFFFF:Titi :mtlchamp:00010000:105401:00000006:FFFFFFFF:Mahambah :mtlchamp:00010000:105401:00000007:FFFFFFFF:Avu :mtlchamp:00010000:105401:00000008:FFFFFFFF:Chaos :mtlchamp:00010000:105401:00000009:FFFFFFFF:Bobby :mtlchamp:00010000:105401:0000000A:FFFFFFFF:#Salamander# ; [ Martial Champion (ver EAA) ] mtlchmp1:0:105832:9A:000:Infinite Time mtlchmp1:0:105832:00:001:Finish this Round Now! mtlchmp1:0:105170:10:000:Infinite Energy PL1 mtlchmp1:0:105174:10:500:Infinite Energy PL1 (2/2) mtlchmp1:0:105170:00:001:Drain All Energy Now! PL1 mtlchmp1:0:105174:00:501:Drain All Energy Now! PL1 (2/2) :mtlchmp1:62000000:000000:00000000:00000000:Select Character PL1 :mtlchmp1:00010000:105001:00000000:FFFFFFFF:Jin :mtlchmp1:00010000:105001:00000001:FFFFFFFF:Racheal :mtlchmp1:00010000:105001:00000002:FFFFFFFF:Goldor :mtlchmp1:00010000:105001:00000003:FFFFFFFF:Zen :mtlchmp1:00010000:105001:00000004:FFFFFFFF:Hoi :mtlchmp1:00010000:105001:00000005:FFFFFFFF:Titi :mtlchmp1:00010000:105001:00000006:FFFFFFFF:Mahambah :mtlchmp1:00010000:105001:00000007:FFFFFFFF:Avu :mtlchmp1:00010000:105001:00000008:FFFFFFFF:Chaos :mtlchmp1:00010000:105001:00000009:FFFFFFFF:Bobby :mtlchmp1:00010000:105001:0000000A:FFFFFFFF:#Salamander# mtlchmp1:0:105570:10:000:Infinite Energy PL2 mtlchmp1:0:105574:10:500:Infinite Energy PL2 (2/2) mtlchmp1:0:105570:00:001:Drain All Energy Now! PL2 mtlchmp1:0:105574:00:501:Drain All Energy Now! PL2 (2/2) :mtlchmp1:62000000:000000:00000000:00000000:Select Character PL2 :mtlchmp1:00010000:105401:00000000:FFFFFFFF:Jin :mtlchmp1:00010000:105401:00000001:FFFFFFFF:Racheal :mtlchmp1:00010000:105401:00000002:FFFFFFFF:Goldor :mtlchmp1:00010000:105401:00000003:FFFFFFFF:Zen :mtlchmp1:00010000:105401:00000004:FFFFFFFF:Hoi :mtlchmp1:00010000:105401:00000005:FFFFFFFF:Titi :mtlchmp1:00010000:105401:00000006:FFFFFFFF:Mahambah :mtlchmp1:00010000:105401:00000007:FFFFFFFF:Avu :mtlchmp1:00010000:105401:00000008:FFFFFFFF:Chaos :mtlchmp1:00010000:105401:00000009:FFFFFFFF:Bobby :mtlchmp1:00010000:105401:0000000A:FFFFFFFF:#Salamander# ; [ Martial Champion (ver AAA) ] mtlchmpa:0:105832:9A:000:Infinite Time mtlchmpa:0:105832:00:001:Finish this Round Now! mtlchmpa:0:105170:10:000:Infinite Energy PL1 mtlchmpa:0:105174:10:500:Infinite Energy PL1 (2/2) mtlchmpa:0:105170:00:001:Drain All Energy Now! PL1 mtlchmpa:0:105174:00:501:Drain All Energy Now! PL1 (2/2) :mtlchmpa:62000000:000000:00000000:00000000:Select Character PL1 :mtlchmpa:00010000:105001:00000000:FFFFFFFF:Jin :mtlchmpa:00010000:105001:00000001:FFFFFFFF:Racheal :mtlchmpa:00010000:105001:00000002:FFFFFFFF:Goldor :mtlchmpa:00010000:105001:00000003:FFFFFFFF:Zen :mtlchmpa:00010000:105001:00000004:FFFFFFFF:Hoi :mtlchmpa:00010000:105001:00000005:FFFFFFFF:Titi :mtlchmpa:00010000:105001:00000006:FFFFFFFF:Mahambah :mtlchmpa:00010000:105001:00000007:FFFFFFFF:Avu :mtlchmpa:00010000:105001:00000008:FFFFFFFF:Chaos :mtlchmpa:00010000:105001:00000009:FFFFFFFF:Bobby :mtlchmpa:00010000:105001:0000000A:FFFFFFFF:#Salamander# mtlchmpa:0:105570:10:000:Infinite Energy PL2 mtlchmpa:0:105574:10:500:Infinite Energy PL2 (2/2) mtlchmpa:0:105570:00:001:Drain All Energy Now! PL2 mtlchmpa:0:105574:00:501:Drain All Energy Now! PL2 (2/2) :mtlchmpa:62000000:000000:00000000:00000000:Select Character PL2 :mtlchmpa:00010000:105401:00000000:FFFFFFFF:Jin :mtlchmpa:00010000:105401:00000001:FFFFFFFF:Racheal :mtlchmpa:00010000:105401:00000002:FFFFFFFF:Goldor :mtlchmpa:00010000:105401:00000003:FFFFFFFF:Zen :mtlchmpa:00010000:105401:00000004:FFFFFFFF:Hoi :mtlchmpa:00010000:105401:00000005:FFFFFFFF:Titi :mtlchmpa:00010000:105401:00000006:FFFFFFFF:Mahambah :mtlchmpa:00010000:105401:00000007:FFFFFFFF:Avu :mtlchmpa:00010000:105401:00000008:FFFFFFFF:Chaos :mtlchmpa:00010000:105401:00000009:FFFFFFFF:Bobby :mtlchmpa:00010000:105401:0000000A:FFFFFFFF:#Salamander# ; [ Martial Champion (ver JAA) ] mtlchmpj:0:105832:9A:000:Infinite Time mtlchmpj:0:105832:00:001:Finish this Round Now! mtlchmpj:0:105170:10:000:Infinite Energy PL1 mtlchmpj:0:105174:10:500:Infinite Energy PL1 (2/2) mtlchmpj:0:105170:00:001:Drain All Energy Now! PL1 mtlchmpj:0:105174:00:501:Drain All Energy Now! PL1 (2/2) :mtlchmpj:62000000:000000:00000000:00000000:Select Character PL1 :mtlchmpj:00010000:105001:00000000:FFFFFFFF:Jin :mtlchmpj:00010000:105001:00000001:FFFFFFFF:Racheal :mtlchmpj:00010000:105001:00000002:FFFFFFFF:Goldor :mtlchmpj:00010000:105001:00000003:FFFFFFFF:Zen :mtlchmpj:00010000:105001:00000004:FFFFFFFF:Hoi :mtlchmpj:00010000:105001:00000005:FFFFFFFF:Titi :mtlchmpj:00010000:105001:00000006:FFFFFFFF:Mahambah :mtlchmpj:00010000:105001:00000007:FFFFFFFF:Avu :mtlchmpj:00010000:105001:00000008:FFFFFFFF:Chaos :mtlchmpj:00010000:105001:00000009:FFFFFFFF:Bobby :mtlchmpj:00010000:105001:0000000A:FFFFFFFF:#Salamander# mtlchmpj:0:105570:10:000:Infinite Energy PL2 mtlchmpj:0:105574:10:500:Infinite Energy PL2 (2/2) mtlchmpj:0:105570:00:001:Drain All Energy Now! PL2 mtlchmpj:0:105574:00:501:Drain All Energy Now! PL2 (2/2) :mtlchmpj:62000000:000000:00000000:00000000:Select Character PL2 :mtlchmpj:00010000:105401:00000000:FFFFFFFF:Jin :mtlchmpj:00010000:105401:00000001:FFFFFFFF:Racheal :mtlchmpj:00010000:105401:00000002:FFFFFFFF:Goldor :mtlchmpj:00010000:105401:00000003:FFFFFFFF:Zen :mtlchmpj:00010000:105401:00000004:FFFFFFFF:Hoi :mtlchmpj:00010000:105401:00000005:FFFFFFFF:Titi :mtlchmpj:00010000:105401:00000006:FFFFFFFF:Mahambah :mtlchmpj:00010000:105401:00000007:FFFFFFFF:Avu :mtlchmpj:00010000:105401:00000008:FFFFFFFF:Chaos :mtlchmpj:00010000:105401:00000009:FFFFFFFF:Bobby :mtlchmpj:00010000:105401:0000000A:FFFFFFFF:#Salamander# ; [ Martial Champion (ver UAD) ] mtlchmpu:0:105832:9A:000:Infinite Time mtlchmpu:0:105832:00:001:Finish this Round Now! mtlchmpu:0:105170:10:000:Infinite Energy PL1 mtlchmpu:0:105174:10:500:Infinite Energy PL1 (2/2) mtlchmpu:0:105170:00:001:Drain All Energy Now! PL1 mtlchmpu:0:105174:00:501:Drain All Energy Now! PL1 (2/2) :mtlchmpu:62000000:000000:00000000:00000000:Select Character PL1 :mtlchmpu:00010000:105001:00000000:FFFFFFFF:Jin :mtlchmpu:00010000:105001:00000001:FFFFFFFF:Racheal :mtlchmpu:00010000:105001:00000002:FFFFFFFF:Goldor :mtlchmpu:00010000:105001:00000003:FFFFFFFF:Zen :mtlchmpu:00010000:105001:00000004:FFFFFFFF:Hoi :mtlchmpu:00010000:105001:00000005:FFFFFFFF:Titi :mtlchmpu:00010000:105001:00000006:FFFFFFFF:Mahambah :mtlchmpu:00010000:105001:00000007:FFFFFFFF:Avu :mtlchmpu:00010000:105001:00000008:FFFFFFFF:Chaos :mtlchmpu:00010000:105001:00000009:FFFFFFFF:Bobby :mtlchmpu:00010000:105001:0000000A:FFFFFFFF:#Salamander# mtlchmpu:0:105570:10:000:Infinite Energy PL2 mtlchmpu:0:105574:10:500:Infinite Energy PL2 (2/2) mtlchmpu:0:105570:00:001:Drain All Energy Now! PL2 mtlchmpu:0:105574:00:501:Drain All Energy Now! PL2 (2/2) :mtlchmpu:62000000:000000:00000000:00000000:Select Character PL2 :mtlchmpu:00010000:105401:00000000:FFFFFFFF:Jin :mtlchmpu:00010000:105401:00000001:FFFFFFFF:Racheal :mtlchmpu:00010000:105401:00000002:FFFFFFFF:Goldor :mtlchmpu:00010000:105401:00000003:FFFFFFFF:Zen :mtlchmpu:00010000:105401:00000004:FFFFFFFF:Hoi :mtlchmpu:00010000:105401:00000005:FFFFFFFF:Titi :mtlchmpu:00010000:105401:00000006:FFFFFFFF:Mahambah :mtlchmpu:00010000:105401:00000007:FFFFFFFF:Avu :mtlchmpu:00010000:105401:00000008:FFFFFFFF:Chaos :mtlchmpu:00010000:105401:00000009:FFFFFFFF:Bobby :mtlchmpu:00010000:105401:0000000A:FFFFFFFF:#Salamander# ; [ Mouse Trap (version 5) ] mtrap:0:005A:06:000:Infinite Lives PL1 mtrap:0:006C:06:000:Infinite Bones PL1 mtrap:0:005B:06:000:Infinite Lives PL2 mtrap:0:006D:06:000:Infinite Bones PL2 mtrap:0:006E:93:000:Always have a Dog mtrap:0:01FD:AD:000:Invincibility ; [ Mouse Trap (version 3) ] mtrap3:0:005A:06:000:Infinite Lives PL1 mtrap3:0:006C:06:000:Infinite Bones PL1 mtrap3:0:005B:06:000:Infinite Lives PL2 mtrap3:0:006D:06:000:Infinite Bones PL2 mtrap3:0:006E:93:000:Always have a Dog mtrap3:0:01FD:AD:000:Invincibility ; [ Mouse Trap (version 4) ] mtrap4:0:005A:06:000:Infinite Lives PL1 mtrap4:0:006C:06:000:Infinite Bones PL1 mtrap4:0:005B:06:000:Infinite Lives PL2 mtrap4:0:006D:06:000:Infinite Bones PL2 mtrap4:0:006E:93:000:Always have a Dog mtrap4:0:01FD:AD:000:Invincibility ; [ Mega Twins (World 900619) ] mtwins:0:FF0F69:59:000:Infinite Time mtwins:0:FF147B:03:000:Infinite Lives PL1 mtwins:0:FF14AB:40:000:Infinite Energy PL1 mtwins:0:FF149B:B4:000:Invincibility PL1 mtwins:0:FF14D3:06:000:Infinite Magic PL1 mtwins:0:FF153B:03:000:Infinite Lives PL2 mtwins:0:FF156B:40:000:Infinite Energy PL2 mtwins:0:FF155B:B4:000:Invincibility PL2 mtwins:0:FF1593:06:000:Infinite Magic PL2 ; [ After Burner (Mega-Tech) ] :mt_aftrb:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_aftrb:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_aftrb:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_aftrb:0:0000:00:999:[ for this game as it ]:REASON 1 mt_aftrb:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_aftrb:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_aftrb:0:0000:00:999:[ If the game now works ]:REASON 1 mt_aftrb:0:0000:00:999:[ please request cheats ]:REASON 1 mt_aftrb:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_aftrb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Arrow Flash (Mega-Tech) ] mt_arrow:0:0000:00:999:[ There are no cheats ]:REASON 1 mt_arrow:0:0000:00:999:[ for this game as it ]:REASON 1 mt_arrow:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_arrow:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_arrow:0:0000:00:999:[ If the game now works ]:REASON 1 mt_arrow:0:0000:00:999:[ please request cheats ]:REASON 1 mt_arrow:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_arrow:0:0000:00:999:[ forums. ]:REASON 1 ; [ Alien Storm (Mega-Tech ] :mt_astrm:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_astrm:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_astrm:00000000:FEF312:00000063:FFFFFFFF:Infinite Continues :mt_astrm:62000000:000000:00000000:00000000:Select Starting Mission:Enable on the character selection screen :mt_astrm:00011001:FEFF14:00000002:FFFFFFFF:Mission 1-1 :mt_astrm:00011001:FEFF14:00000003:FFFFFFFF:Mission 1-2 :mt_astrm:00011001:FEFF14:00000005:FFFFFFFF:Mission 2-1 :mt_astrm:00011001:FEFF14:00000006:FFFFFFFF:Mission 2-2 :mt_astrm:00011001:FEFF14:00000008:FFFFFFFF:Mission 3-1 :mt_astrm:00011001:FEFF14:00000009:FFFFFFFF:Mission 3-2 :mt_astrm:00011001:FEFF14:0000000B:FFFFFFFF:Mission 4-1 :mt_astrm:00011001:FEFF14:0000000C:FFFFFFFF:Mission 4-2 :mt_astrm:00011001:FEFF14:0000000E:FFFFFFFF:Mission 5-1 :mt_astrm:00011001:FEFF14:0000000F:FFFFFFFF:Mission 5-2 :mt_astrm:00011001:FEFF14:00000011:FFFFFFFF:Mission 6-1 :mt_astrm:00011001:FEFF14:00000012:FFFFFFFF:Mission 6-2 :mt_astrm:00011001:FEFF14:00000014:FFFFFFFF:Mission 7-1 :mt_astrm:00011001:FEFF14:00000015:FFFFFFFF:Mission 7-2 :mt_astrm:00011001:FEFF14:00000018:FFFFFFFF:Mission 8-1-a :mt_astrm:00011001:FEFF14:00000019:FFFFFFFF:Mission 8-1-b :mt_astrm:00011001:FEFF14:0000001A:FFFFFFFF:Mission 8-1-c :mt_astrm:00011001:FEFF14:0000001B:FFFFFFFF:Mission 8-1-d :mt_astrm:00011001:FEFF14:0000001C:FFFFFFFF:Mission 8-1-e :mt_astrm:00011001:FEFF14:0000001D:FFFFFFFF:Mission 8-1-f :mt_astrm:00011001:FEFF14:0000001E:FFFFFFFF:Mission 8-1-g :mt_astrm:00011001:FEFF14:0000001F:FFFFFFFF:Mission 8-1-h :mt_astrm:00011001:FEFF14:00000020:FFFFFFFF:Mission 8-1-i :mt_astrm:00011001:FEFF14:00000021:FFFFFFFF:Mission 8-1-j :mt_astrm:00011001:FEFF14:00000022:FFFFFFFF:Mission 8-2 :mt_astrm:00011001:FEFF14:00000023:FFFFFFFF:The Ending :mt_astrm:00000000:FED873:00000000:FFFFFFFF:1 Hit to Kill Enemy Now!:Don't use in Mission 6-2 because you then can't kill the boss :mt_astrm:00010000:FED993:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (2/8) :mt_astrm:00010000:FEDBD3:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (3/8) :mt_astrm:00010000:FEDAB3:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (4/8) :mt_astrm:00010000:FEDCF3:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (5/8) :mt_astrm:00010000:FEDE13:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (6/8) :mt_astrm:00010000:FEDF33:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (7/8) :mt_astrm:00010000:FEE053:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (8/8) :mt_astrm:00000000:FECE0C:00000080:FFFFFFFF:Infinite Energy PL1 :mt_astrm:00000000:FECE0B:00000080:FFFFFFFF:Infinite Life PL1 :mt_astrm:00000000:FECF61:00000002:FFFFFFFF:Invincibility PL1 (Incomplete):Doesn't work on Missions 2-2 and 6-2 :mt_astrm:00010000:FECF25:00000002:FFFFFFFF:Invincibility PL1 (2/2) :mt_astrm:00000000:FECE14:00000000:00000040:Rapid Fire PL1 :mt_astrm:00000000:FECE8C:00000080:FFFFFFFF:Infinite Energy PL2 :mt_astrm:00000000:FECE8B:00000080:FFFFFFFF:Infinite Life PL2 :mt_astrm:00000000:FED3E1:00000002:FFFFFFFF:Invincibility PL2 (Incomplete):Doesn't work on Missions 2-2 and 6-2 :mt_astrm:00010000:FED3A5:00000002:FFFFFFFF:Invincibility PL2 (2/2) :mt_astrm:00000000:FECE94:00000000:00000040:Rapid Fire PL2 ; [ Astro Warrior (Mega-Tech) ] :mt_astro:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_astro:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_astro:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_astro:0:0000:00:999:[ for this game as it ]:REASON 1 mt_astro:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_astro:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_astro:0:0000:00:999:[ If the game now works ]:REASON 1 mt_astro:0:0000:00:999:[ please request cheats ]:REASON 1 mt_astro:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_astro:0:0000:00:999:[ forums. ]:REASON 1 ; [ Alien Syndrome (Mega-Tech) ] mt_asyn:0:0000:00:999:[ There are no cheats ]:REASON 1 mt_asyn:0:0000:00:999:[ for this game as it ]:REASON 1 mt_asyn:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_asyn:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_asyn:0:0000:00:999:[ If the game now works ]:REASON 1 mt_asyn:0:0000:00:999:[ please request cheats ]:REASON 1 mt_asyn:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_asyn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Bonanza Bros. (Mega-Tech) ] :mt_bbros:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_bbros:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_bbros:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_bbros:0:0000:00:999:[ for this game as it ]:REASON 1 mt_bbros:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_bbros:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_bbros:0:0000:00:999:[ If the game now works ]:REASON 1 mt_bbros:0:0000:00:999:[ please request cheats ]:REASON 1 mt_bbros:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_bbros:0:0000:00:999:[ forums. ]:REASON 1 ; [ Altered Beast (Mega-Tech) ] :mt_beast:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_beast:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_beast:00000000:FED034:00000002:FFFFFFFF:Invincibility PL1 :mt_beast:00000000:FED074:00000002:FFFFFFFF:Invincibility PL2 ; [ Columns (Mega-Tech) ] :mt_cols:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_cols:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_cols:00300000:FEC866:0257093B:FFFFFFFF:Infinite Time (Original Game) PL1 :mt_cols:00300000:FEC866:00000000:FFFFFFFF:Infinite Time (Flash Columns) PL1 :mt_cols:62000000:000000:00000000:00000000:Select Next Jewel (Top) PL1 :mt_cols:00010000:FEC843:00000001:FFFFFFFF:Red :mt_cols:00010000:FEC843:00000002:FFFFFFFF:Blue :mt_cols:00010000:FEC843:00000003:FFFFFFFF:Yellow :mt_cols:00010000:FEC843:00000004:FFFFFFFF:Orange :mt_cols:00010000:FEC843:00000005:FFFFFFFF:Green :mt_cols:00010000:FEC843:00000006:FFFFFFFF:Purple :mt_cols:00010000:FEC843:00000007:FFFFFFFF:Magic :mt_cols:62000000:000000:00000000:00000000:Select Next Jewel (Middle) PL1 :mt_cols:00010000:FEC844:00000001:FFFFFFFF:Red :mt_cols:00010000:FEC844:00000002:FFFFFFFF:Blue :mt_cols:00010000:FEC844:00000003:FFFFFFFF:Yellow :mt_cols:00010000:FEC844:00000004:FFFFFFFF:Orange :mt_cols:00010000:FEC844:00000005:FFFFFFFF:Green :mt_cols:00010000:FEC844:00000006:FFFFFFFF:Purple :mt_cols:00010000:FEC844:00000007:FFFFFFFF:Magic :mt_cols:62000000:000000:00000000:00000000:Select Next Jewel (Bottom) PL1 :mt_cols:00010000:FEC845:00000001:FFFFFFFF:Red :mt_cols:00010000:FEC845:00000002:FFFFFFFF:Blue :mt_cols:00010000:FEC845:00000003:FFFFFFFF:Yellow :mt_cols:00010000:FEC845:00000004:FFFFFFFF:Orange :mt_cols:00010000:FEC845:00000005:FFFFFFFF:Green :mt_cols:00010000:FEC845:00000006:FFFFFFFF:Purple :mt_cols:00010000:FEC845:00000007:FFFFFFFF:Magic :mt_cols:00100100:FEC82E:000003E7:FFFFFFFF:Select Level PL1:Change jewel fall speed together :mt_cols:00100900:FEC832:00000999:FFFFFFFF:Select Level (Only Display) PL1 :mt_cols:00100000:FEC826:0000270F:FFFFFFFF:Infinite Jewels PL1 :mt_cols:00100000:FE8811:00000000:FFFFFFFF:Slow Fall Speed PL1 :mt_cols:00300000:FEC9D6:0257093B:FFFFFFFF:Infinite Time (Original Game) PL2 :mt_cols:00300000:FEC9D6:00000000:FFFFFFFF:Infinite Time (Flash Columns) PL2 :mt_cols:62000000:000000:00000000:00000000:Select Next Jewel (Top) PL2 :mt_cols:00010000:FEC9B3:00000001:FFFFFFFF:Red :mt_cols:00010000:FECB43:00000002:FFFFFFFF:Blue :mt_cols:00010000:FECB43:00000003:FFFFFFFF:Yellow :mt_cols:00010000:FECB43:00000004:FFFFFFFF:Orange :mt_cols:00010000:FECB43:00000005:FFFFFFFF:Green :mt_cols:00010000:FECB43:00000006:FFFFFFFF:Purple :mt_cols:00010000:FECB43:00000007:FFFFFFFF:Magic :mt_cols:62000000:000000:00000000:00000000:Select Next Jewel (Middle) PL2 :mt_cols:00010000:FECB44:00000001:FFFFFFFF:Red :mt_cols:00010000:FECB44:00000002:FFFFFFFF:Blue :mt_cols:00010000:FECB44:00000003:FFFFFFFF:Yellow :mt_cols:00010000:FECB44:00000004:FFFFFFFF:Orange :mt_cols:00010000:FECB44:00000005:FFFFFFFF:Green :mt_cols:00010000:FECB44:00000006:FFFFFFFF:Purple :mt_cols:00010000:FECB44:00000007:FFFFFFFF:Magic :mt_cols:62000000:000000:00000000:00000000:Select Next Jewel (Bottom) PL2 :mt_cols:00010000:FECB45:00000001:FFFFFFFF:Red :mt_cols:00010000:FECB45:00000002:FFFFFFFF:Blue :mt_cols:00010000:FECB45:00000003:FFFFFFFF:Yellow :mt_cols:00010000:FECB45:00000004:FFFFFFFF:Orange :mt_cols:00010000:FECB45:00000005:FFFFFFFF:Green :mt_cols:00010000:FECB45:00000006:FFFFFFFF:Purple :mt_cols:00010000:FECB45:00000007:FFFFFFFF:Magic :mt_cols:00100100:FEC99E:000003E7:FFFFFFFF:Select Level PL2:Change jewel fall speed together :mt_cols:00100900:FEC9A2:00000999:FFFFFFFF:Select Level (Only Display) PL2 :mt_cols:00100000:FEC996:0000270F:FFFFFFFF:Infinite Jewels PL2 :mt_cols:00100000:FE8891:00000000:FFFFFFFF:Slow Fall Speed PL2 ; [ Crack Down (Mega-Tech) ] :mt_crack:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_crack:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_crack:00200000:FEE01B:00D2001E:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :mt_crack:00000001:FEE1C3:00000000:FFFFFFFF:Open the Gate Now! :mt_crack:00000000:FEE051:00000063:FFFFFFFF:Infinite Lives PL1 :mt_crack:00200020:FEE16B:0001003F:FFFFFFFF:Invincibility PL1 :mt_crack:00100000:FEE056:0000270F:FFFFFFFF:Infinite Bullets PL1 :mt_crack:00100000:FEE058:0000270F:FFFFFFFF:Infinite Missiles PL1 :mt_crack:00000000:FEE05B:00000004:FFFFFFFF:Infinite S.Bombs PL1 :mt_crack:00000000:FEE061:00000063:FFFFFFFF:Infinite Lives PL2 :mt_crack:00200020:FEE167:0001003F:FFFFFFFF:Invincibility PL2 :mt_crack:00100000:FEE066:0000270F:FFFFFFFF:Infinite Bullets PL2 :mt_crack:00100000:FEE068:0000270F:FFFFFFFF:Infinite Missiles PL2 :mt_crack:00000000:FEE06B:00000004:FFFFFFFF:Infinite S.Bombs PL2 ; [ Cyber Police ESWAT: Enhanced Special Weapons and Tactics (Mega-Tech) ] :mt_eswat:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_eswat:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_eswat:00000000:FEFF39:00000099:FFFFFFFF:Infinite Lives :mt_eswat:00000000:FEFF29:00000047:FFFFFFFF:Infinite Energy :mt_eswat:00010000:FEFF27:00000047:FFFFFFFF:Infinite Energy (2/2) :mt_eswat:00000000:FED1F1:00000002:FFFFFFFF:Invincibility :mt_eswat:00010000:FED1F2:00000003:FFFFFFFF:Invincibility (2/2) :mt_eswat:00000010:FED1E2:00000000:0000001F:Always be a Human Officer :mt_eswat:00000010:FED1E2:00000020:000020FF:Always be a Cyber Officer:If you use this cheat in Mission 1 or Mission 2, you select weapon and each time character jumps. :mt_eswat:00000010:FEFF30:00000001:000001FF:Always have Super Available :mt_eswat:00000010:FEFF32:00000001:000001FF:Always have R.L. Available :mt_eswat:00000010:FEFF34:00000001:000001FF:Always have P.C. Available :mt_eswat:00000010:FEFF36:00000001:000001FF:Always have Fire Available :mt_eswat:00000000:FED1EA:00000008:FFFFFFFF:Always have Super Jump :mt_eswat:00000000:FEFF2B:00000040:FFFFFFFF:Infinite Burner :mt_eswat:00000000:FEF0DF:00000000:FFFFFFFF:Always Use Burner:Set on Mission 4, you can not use the burner until the boss scene. :mt_eswat:62000001:000000:00000000:00000000:Select Start Mission:Enable this cheat on the title screen :mt_eswat:00010001:FFFF2D:00000000:FFFFFFFF:Mission 1 :mt_eswat:00010001:FFFF2D:00000002:FFFFFFFF:Mission 2 :mt_eswat:00010001:FFFF2D:00000010:FFFFFFFF:Mission 2 (Boss) :mt_eswat:00010001:FFFF2D:00000004:FFFFFFFF:Mission 3 :mt_eswat:00010001:FFFF2D:00000006:FFFFFFFF:Mission 4 :mt_eswat:00010001:FFFF2D:00000008:FFFFFFFF:Mission 5 :mt_eswat:00010001:FFFF2D:0000000A:FFFFFFFF:Mission 6 :mt_eswat:00010001:FFFF2D:0000000C:FFFFFFFF:Mission 7 :mt_eswat:00010001:FFFF2D:0000000E:FFFFFFFF:Mission 8 ; [ Fire Shark (Mega-Tech) ] :mt_fshrk:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_fshrk:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_fshrk:00000000:FE025F:00000063:FFFFFFFF:Infinite Continue Credits :mt_fshrk:00000000:FE0287:00000006:FFFFFFFF:Infinite Lives :mt_fshrk:00000000:FE042B:00000006:FFFFFFFF:Infinite Bombs mt_fshrk:0:8000:60:100:Invincibility ; [ Golden Axe (Mega-Tech) ] :mt_gaxe:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_gaxe:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_gaxe:00000000:FEFE34:00000009:FFFFFFFF:Infinite Continue Credits :mt_gaxe:00000301:FEFE2D:00000007:FFFFFFFF:Select Stage (Arcade Mode) :mt_gaxe:00000301:FEFE2B:0000000B:FFFFFFFF:Select Battle (Duel Mode) :mt_gaxe:00000000:FED164:00000000:FFFFFFFF:One Hit Kill of All Enemies :mt_gaxe:00010000:FED1E4:00000000:FFFFFFFF:One Hit Kill of All Enemies (2/5) :mt_gaxe:00010000:FED264:00000000:FFFFFFFF:One Hit Kill of All Enemies (3/5) :mt_gaxe:00010000:FED2E4:00000000:FFFFFFFF:One Hit Kill of All Enemies (4/5) :mt_gaxe:00010000:FEFE8E:00000000:FFFFFFFF:One Hit Kill of All Enemies (5/5) :mt_gaxe:00000000:FEFE7C:00000003:FFFFFFFF:Infinite Lives PL1 :mt_gaxe:00000000:FEFE7E:00000041:FFFFFFFF:Infinite Energy PL1 :mt_gaxe:62000000:000000:00000000:00000000:Infinite Magic PL1:Make sure you select the character you have chosen or will choose or the game may crash! :mt_gaxe:00010000:FEFE80:00000006:FFFFFFFF:Barbarian :mt_gaxe:00010000:FEFE80:00000009:FFFFFFFF:Amazonian :mt_gaxe:00010000:FEFE80:00000004:FFFFFFFF:Dwarf :mt_gaxe:00000000:FED003:00000000:00000040:Invincibility PL1:Invincibility isn't effective against a magic attack of Death Adder :mt_gaxe:00000000:FEFE8C:00000003:FFFFFFFF:Infinite Lives PL2 :mt_gaxe:00000000:FEFE8E:00000041:FFFFFFFF:Infinite Energy PL2 :mt_gaxe:62000000:000000:00000000:00000000:Infinite Magic PL2:ake sure you select the character you have chosen or will choose or the game may crash! :mt_gaxe:00010000:FEFE90:00000006:FFFFFFFF:Barbarian :mt_gaxe:00010000:FEFE90:00000009:FFFFFFFF:Amazonian :mt_gaxe:00010000:FEFE90:00000004:FFFFFFFF:Dwarf :mt_gaxe:00000000:FED083:00000000:00000040:Invincibility PL2:Invincibility isn't effective against a magic attack of Death Adder ; [ Golden Axe II (Mega-Tech) ] :mt_gaxe2:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_gaxe2:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_gaxe2:20800000:00C5B6:00000060:FFFFFFFF:Unlock Stage Select Mode:Works only in Normal Mode :mt_gaxe2:00000300:FE07E7:00000006:FFFFFFFF:Select Starting Stage - Normal Mode:Enable on the character selection screen then turn it OFF after you've started the selected stage :mt_gaxe2:00000300:FE07CB:0000000E:FFFFFFFF:Select Starting Stage - Duel Mode:Enable on the character selection screen then turn it OFF after you've started the selected stage :mt_gaxe2:00000000:FE07E8:00000009:FFFFFFFF:Infinite Continue Credits :mt_gaxe2:20800000:001775:0000000C:FFFFFFFF:Invincibility:You die though when you fall off a high platform :mt_gaxe2:20910000:0019EA:00004E75:FFFFFFFF:Invincibility (2/2):1st = Normal Attack, 2nd = Magic Ball :mt_gaxe2:20810000:009003:00000046:FFFFFFFF:Invincibility (3/3):Final Boss's Magic :mt_gaxe2:00000000:FE0889:0000000F:FFFFFFFF:Enemies Never Attack :mt_gaxe2:00010000:FE092D:0000000F:FFFFFFFF:Enemies Never Attack (2/2) :mt_gaxe2:00100000:FE0986:00000000:FFFFFFFF:1 Hit to Kill Enemy :mt_gaxe2:00110000:FE0A2A:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/5) :mt_gaxe2:00110000:FE0ACE:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/5) :mt_gaxe2:00110000:FE0B72:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/5) :mt_gaxe2:00110000:FE0C16:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/5) :mt_gaxe2:00000000:FE0880:00000003:FFFFFFFF:Infinite Lives PL1 :mt_gaxe2:00000000:FE083E:00000005:FFFFFFFF:Infinite Energy PL1 :mt_gaxe2:62000000:000000:00000000:00000000:Infinite Magic PL1:Make sure you select the character you have chosen or will choose or the game may crash! :mt_gaxe2:00010000:FE0882:00000005:FFFFFFFF:Barbarian :mt_gaxe2:00010000:FE0882:00000008:FFFFFFFF:Amazonian :mt_gaxe2:00010000:FE0882:00000004:FFFFFFFF:Dwarf :mt_gaxe2:00000000:FE0772:00000000:00000010:Rapid Fire PL1 :mt_gaxe2:00000000:FE0924:00000003:FFFFFFFF:Infinite Lives PL2 :mt_gaxe2:00000000:FE08E2:00000005:FFFFFFFF:Infinite Energy PL2 :mt_gaxe2:62000000:000000:00000000:00000000:Infinite Magic PL2:Make sure you select the character you have chosen or will choose or the game may crash! :mt_gaxe2:00010000:FE0926:00000005:FFFFFFFF:Barbarian :mt_gaxe2:00010000:FE0926:00000008:FFFFFFFF:Amazonian :mt_gaxe2:00010000:FE0926:00000004:FFFFFFFF:Dwarf :mt_gaxe2:00000000:FE0778:00000000:00000010:Rapid Fire PL2 ; [ Great Golf (Mega-Tech) ] :mt_ggolf:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_ggolf:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_ggolf:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_ggolf:0:0000:00:999:[ for this game as it ]:REASON 1 mt_ggolf:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_ggolf:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_ggolf:0:0000:00:999:[ If the game now works ]:REASON 1 mt_ggolf:0:0000:00:999:[ please request cheats ]:REASON 1 mt_ggolf:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_ggolf:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ghouls'n Ghosts (Mega-Tech) ] :mt_gng:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_gng:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_gng:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_gng:0:0000:00:999:[ for this game as it ]:REASON 1 mt_gng:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_gng:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_gng:0:0000:00:999:[ If the game now works ]:REASON 1 mt_gng:0:0000:00:999:[ please request cheats ]:REASON 1 mt_gng:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_gng:0:0000:00:999:[ forums. ]:REASON 1 ; [ Great Soccer (Mega-Tech) ] :mt_gsocr:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_gsocr:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_gsocr:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_gsocr:0:0000:00:999:[ for this game as it ]:REASON 1 mt_gsocr:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_gsocr:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_gsocr:0:0000:00:999:[ If the game now works ]:REASON 1 mt_gsocr:0:0000:00:999:[ please request cheats ]:REASON 1 mt_gsocr:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_gsocr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Kid Chameleon (Mega-Tech) ] :mt_kcham:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_kcham:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_kcham:00000000:FEFC49:00000063:FFFFFFFF:Infinite Continue Credits :mt_kcham:00000000:FEFC23:00000009:FFFFFFFF:Infinite Time :mt_kcham:00010000:FEFC21:00000005:FFFFFFFF:Infinite Time (2/3) :mt_kcham:00010000:FEFC1F:00000009:FFFFFFFF:Infinite Time (3/3) :mt_kcham:00000000:FEFC3F:00000009:FFFFFFFF:Infinite Lives :mt_kcham:00000000:FEFC41:00000009:FFFFFFFF:Infinite Energy :mt_kcham:00000000:FEFA73:000000FF:FFFFFFFF:Invincibility :mt_kcham:00000000:FEFC43:00000063:FFFFFFFF:Infinite Diamond Magic :mt_kcham:00000100:FEFC47:00000009:FFFFFFFF:Change Character :mt_kcham:00000000:FE250B:00000005:FFFFFFFF:Always have Super Jump :mt_kcham:00000101:FEFC5B:0000007A:FFFFFFFF:Select Current Stage PL1:Use this as a Starting Stage Cheat on the select 1 or 2 player screen or the Level Title screens. Changes won't become effective to you die or complete the level if enabled ingame. :mt_kcham:00000101:FFEFC71:0000007A:FFFFFFFF:Select Current Stage PL2:Use this as a Starting Stage Cheat on the select 1 or 2 player screen or the Level Title screens. Changes won't become effective to you die or complete the level if enabled ingame. ; [ Last Battle (Mega-Tech) ] :mt_lastb:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_lastb:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_lastb:00000000:FEFE15:00000099:FFFFFFFF:Infinite Time :mt_lastb:20800000:001540:00000060:FFFFFFFF:Unlock Chapter Select :mt_lastb:00010000:FEFE25:00000004:FFFFFFFF:Unlock Chapter Select (2/2) :mt_lastb:00000000:FEFE0D:00000043:FFFFFFFF:Infinite Energy :mt_lastb:00000000:FEFE0F:000000FF:FFFFFFFF:Full Power:Doesnt display correctly :mt_lastb:00000000:FEF1F6:00000002:FFFFFFFF:Invincibility :mt_lastb:00000000:FEF002:00000000:00000040:Rapid Fire - Punch :mt_lastb:00000000:FEF002:00000000:00000010:Rapid Fire - Kick ; [ Moonwalker (Mega-Tech) ] :mt_mwalk:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_mwalk:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_mwalk:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_mwalk:0:0000:00:999:[ for this game as it ]:REASON 1 mt_mwalk:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_mwalk:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_mwalk:0:0000:00:999:[ If the game now works ]:REASON 1 mt_mwalk:0:0000:00:999:[ please request cheats ]:REASON 1 mt_mwalk:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_mwalk:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mystic Defender (Mega-Tech) ] :mt_mystd:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_mystd:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_mystd:00000000:FEF62B:00000024:FFFFFFFF:Infinite Lives :mt_mystd:00000000:FEF62F:00000010:FFFFFFFF:Infinite Energy :mt_mystd:00000000:FEF637:0000000C:FFFFFFFF:Always have All Weapons :mt_mystd:00000000:FEF7C3:0000000F:FFFFFFFF:Invincibility :mt_mystd:00000000:FEF64D:00000008:FFFFFFFF:Always Maximum Charge Speed :mt_mystd:00000000:FEF631:00000060:FFFFFFFF:Always Maximum Energy Charge :mt_mystd:00000000:FEF777:00000000:FFFFFFFF:Always have Super Jump:Keep Jumping In Pushing Jump Button :mt_mystd:62000001:000000:00000000:00000000:Select Starting Round (Buggy!):Enable this on the Story Screen after you've started the game :mt_mystd:00210001:FEF627:00000000:FFFFFFFF:Round 1 :mt_mystd:00210001:FEF627:00000001:FFFFFFFF:Round 1 - Boss :mt_mystd:00210001:FEF627:00010002:FFFFFFFF:Round 2 :mt_mystd:00210001:FEF627:00010003:FFFFFFFF:Round 2 - Boss :mt_mystd:00210001:FEF627:00020004:FFFFFFFF:Round 3 :mt_mystd:00210001:FEF627:00030006:FFFFFFFF:Round 4 :mt_mystd:00210001:FEF627:00030007:FFFFFFFF:Round 4 - Boss :mt_mystd:00210001:FEF627:00040008:FFFFFFFF:Round 5-1 :mt_mystd:00210001:FEF627:00040009:FFFFFFFF:Round 5-2 :mt_mystd:00210001:FEF627:0005000A:FFFFFFFF:Round 6 :mt_mystd:00210001:FEF627:0006000C:FFFFFFFF:Round 7 :mt_mystd:00210001:FEF627:0006000D:FFFFFFFF:Round 7 - Boss :mt_mystd:00210001:FEF627:0007000E:FFFFFFFF:Round 8 ; [ Parlour Games (Mega-Tech) ] :mt_parlg:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_parlg:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_parlg:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_parlg:0:0000:00:999:[ for this game as it ]:REASON 1 mt_parlg:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_parlg:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_parlg:0:0000:00:999:[ If the game now works ]:REASON 1 mt_parlg:0:0000:00:999:[ please request cheats ]:REASON 1 mt_parlg:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_parlg:0:0000:00:999:[ forums. ]:REASON 1 ; [ Revenge of Shinobi, The (Mega-Tech) ] :mt_revsh:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_revsh:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_revsh:00000000:FEE13D:00000009:FFFFFFFF:Infinite Continue Credits :mt_revsh:00000000:FEE141:00000001:FFFFFFFF:Infinite Lives :mt_revsh:00000000:FEE13B:00000010:FFFFFFFF:Infinite Energy :mt_revsh:00010000:FEFF27:00000010:FFFFFFFF:Infinite Energy (2/2) :mt_revsh:00000000:FEC03F:0000000F:FFFFFFFF:Invincibility :mt_revsh:00000000:FEE145:000000FF:FFFFFFFF:Infinite Ninjyutsu :mt_revsh:00000000:FEE00C:00000001:FFFFFFFF:Always have Power Up :mt_revsh:00000000:FEE00B:00000001:FFFFFFFF:Always have Jyutsu Of Fushin :mt_revsh:00000000:FEE147:00000004:FFFFFFFF:Always have Jyutsu Of Ikazuchi :mt_revsh:62000001:000000:00000000:00000000:Select Starting Round:Enable on the Start & Options selection screen, cheat can also be used as a 'Select Current Round' cheat but no effect will be seen until you lose a life or finish the current round. :mt_revsh:00010001:FEFF21:00000000:FFFFFFFF:Round 1-1 :mt_revsh:00010001:FEFF21:00000001:FFFFFFFF:Round 1-2 :mt_revsh:00010001:FEFF21:00000002:FFFFFFFF:Round 1 Boss :mt_revsh:00010001:FEFF21:00000003:FFFFFFFF:Round 2-1 :mt_revsh:00010001:FEFF21:00000004:FFFFFFFF:Round 2-2 :mt_revsh:00010001:FEFF21:00000005:FFFFFFFF:Round 2 Boss :mt_revsh:00010001:FEFF21:00000006:FFFFFFFF:Round 3-1 :mt_revsh:00010001:FEFF21:00000007:FFFFFFFF:Round 3-2 :mt_revsh:00010001:FEFF21:00000008:FFFFFFFF:Round 3 Boss :mt_revsh:00010001:FEFF21:00000009:FFFFFFFF:Round 4-1 :mt_revsh:00010001:FEFF21:0000000A:FFFFFFFF:Round 4-2 :mt_revsh:00010001:FEFF21:0000000B:FFFFFFFF:Round 4 Boss :mt_revsh:00010001:FEFF21:0000000C:FFFFFFFF:Round 5-1 :mt_revsh:00010001:FEFF21:0000000D:FFFFFFFF:Round 5-2 :mt_revsh:00010001:FEFF21:0000000E:FFFFFFFF:Round 5 Boss :mt_revsh:00010001:FEFF21:0000000F:FFFFFFFF:Round 6-1 :mt_revsh:00010001:FEFF21:00000010:FFFFFFFF:Round 6-2 :mt_revsh:00010001:FEFF21:00000011:FFFFFFFF:Round 6 Boss :mt_revsh:00010001:FEFF21:00000012:FFFFFFFF:Round 7-1 :mt_revsh:00010001:FEFF21:00000013:FFFFFFFF:Round 7-2 :mt_revsh:00010001:FEFF21:00000014:FFFFFFFF:Round 7 Boss :mt_revsh:00010001:FEFF21:00000015:FFFFFFFF:Round 8-1 :mt_revsh:00010001:FEFF21:00000016:FFFFFFFF:Round 8-2 :mt_revsh:00010001:FEFF21:00000017:FFFFFFFF:Round 8 Boss ; [ Super Hang-On (Mega-Tech) ] mt_shang:0:0000:00:999:[ This game hasn't even ]:REASON 11 mt_shang:0:0000:00:999:[ been looked at due to ]:REASON 11 mt_shang:0:0000:00:999:[ time constraints - Too]:REASON 11 mt_shang:0:0000:00:999:[ many games and so ]:REASON 11 mt_shang:0:0000:00:999:[ little time. It is ]:REASON 11 mt_shang:0:0000:00:999:[ even possible that ]:REASON 11 mt_shang:0:0000:00:999:[ this game may be a ]:REASON 11 mt_shang:0:0000:00:999:[ clone of an existing ]:REASON 11 mt_shang:0:0000:00:999:[ game which may have ]:REASON 11 mt_shang:0:0000:00:999:[ cheats. Please search ]:REASON 11 mt_shang:0:0000:00:999:[ the cheat forums ]:REASON 11 mt_shang:0:0000:00:999:[ before posting cheat ]:REASON 11 mt_shang:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Space Harrier II (Mega-Tech) ] :mt_shar2:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_shar2:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_shar2:00000000:FEF205:0000000F:FFFFFFFF:Infinite Lives :mt_shar2:20900000:007A90:00004E75:FFFFFFFF:Invincibility :mt_shar2:00000000:FEF002:00000000:00000040:Rapid Fire:Turn it OFF on the name entry screen :mt_shar2:00000001:FEF01F:0000000C:FFFFFFFF:Start with Final Stage:Set on Stage Select Screen :mt_shar2:00010001:FEF061:0000000C:FFFFFFFF:Start with Final Stage (2/2) :mt_shar2:00000001:FEF01F:00000018:FFFFFFFF:Start with First Bonus Stage:Set on Stage Select Screen :mt_shar2:00010001:FEF061:00000004:FFFFFFFF:Start with First Bonus Stage (2/2) :mt_shar2:00000001:FEF01F:00000019:FFFFFFFF:Start with Second Bonus Stage:Set on Stage Select Screen :mt_shar2:00010001:FEF061:00000009:FFFFFFFF:Start with Second Bonus Stage (2/2) ; [ Shinobi (Mega-Tech) ] :mt_shnbi:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_shnbi:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_shnbi:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_shnbi:0:0000:00:999:[ for this game as it ]:REASON 1 mt_shnbi:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_shnbi:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_shnbi:0:0000:00:999:[ If the game now works ]:REASON 1 mt_shnbi:0:0000:00:999:[ please request cheats ]:REASON 1 mt_shnbi:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_shnbi:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Monaco GP (Mega-Tech) ] :mt_smgp:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_smgp:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_smgp:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_smgp:0:0000:00:999:[ for this game as it ]:REASON 1 mt_smgp:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_smgp:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_smgp:0:0000:00:999:[ If the game now works ]:REASON 1 mt_smgp:0:0000:00:999:[ please request cheats ]:REASON 1 mt_smgp:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_smgp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sonic The Hedgehog 2 (Mega-Tech) ] :mt_soni2:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_soni2:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_soni2:0:FEFE23:00:000:Infinite Time mt_soni2:0:FEFE24:00:500:Infinite Time (2/2) mt_soni2:0:FEFE18:04:000:Infinite Continues mt_soni2:0:FEFE12:63:000:Infinite Lives :mt_soni2:00800000:FEFFD1:00000001:FFFFFFFF:Enable Extra Control:In pausing (press Start button), Button 1 = reset the game. Button 2 (need to hold) = play with slow-motion. Button 3 (need to hold) = play with every 1 frame. :mt_soni2:00800000:FEFFD0:00000001:FFFFFFFF:Enable Zone Select:Select "1 PLAYER" with holding Button 1 in the title screen to enter the zone select screen. :mt_soni2:00000000:FEB02B:00000004:00000004:Always have Speed Up :mt_soni2:00010000:FEF760:0000000C:FFFFFFFF:Always have Speed Up (2/3) :mt_soni2:00010000:FEF763:00000030:FFFFFFFF:Always have Speed Up (3/3) :mt_soni2:00000000:FEB02B:00000001:00000001:Always have Shield :mt_soni2:00000000:FEB02B:00000002:00000002:Always have Invincibility:Lose a life by falling down bottomless pits or puting between a moving block and a wall :mt_soni2:00100000:FEFE20:000003E7:FFFFFFFF:Always have Maximum Rings :mt_soni2:00300001:FEFFB1:07FFFFFF:FFFFFFFF:Get All Chaos Emeralds Now !:Enable to change into Super Sonic at having over 50 rings :mt_soni2:00310001:FEFFB5:FFFFFFFF:FFFFFFFF:Get All Chaos Emeralds Now ! (2/2) :mt_soni2:62000000:000000:00000000:00000000:Select Starting Zone:Set on title screen and turn OFF after starting the game :mt_soni2:00110000:FEFE10:00000000:FFFFFFFF:Emerald Hill Zone Act 1 :mt_soni2:00110000:FEFE10:00000001:FFFFFFFF:Emerald Hill Zone Act 2 :mt_soni2:00110000:FEFE10:00000D00:FFFFFFFF:Chemical Plant Zone Act 1 :mt_soni2:00110000:FEFE10:00000D01:FFFFFFFF:Chemical Plant Zone Act 2 :mt_soni2:00110000:FEFE10:00000F00:FFFFFFFF:Aquatic Ruin Zone Act 1 :mt_soni2:00110000:FEFE10:00000F01:FFFFFFFF:Aquatic Ruin Zone Act 2 :mt_soni2:00110000:FEFE10:00000C00:FFFFFFFF:Casino Night Zone Act 1 :mt_soni2:00110000:FEFE10:00000C01:FFFFFFFF:Casino Night Zone Act 2 :mt_soni2:00110000:FEFE10:00000700:FFFFFFFF:Hill Top Zone Act 1 :mt_soni2:00110000:FEFE10:00000701:FFFFFFFF:Hill Top Zone Act 2 :mt_soni2:00110000:FEFE10:00000B00:FFFFFFFF:Mystic Cave Zone Act 1 :mt_soni2:00110000:FEFE10:00000B01:FFFFFFFF:Mystic Cave Zone Act 2 :mt_soni2:00110000:FEFE10:00000A00:FFFFFFFF:Oil Ocean Zone Act 1 :mt_soni2:00110000:FEFE10:00000A01:FFFFFFFF:Oil Ocean Zone Act 2 :mt_soni2:00110000:FEFE10:00000400:FFFFFFFF:Metropolis Zone Act 1 :mt_soni2:00110000:FEFE10:00000401:FFFFFFFF:Metropolis Zone Act 2 :mt_soni2:00110000:FEFE10:00000500:FFFFFFFF:Metropolis Zone Act 3 :mt_soni2:00110000:FEFE10:00001000:FFFFFFFF:Sky Chase Zone :mt_soni2:00110000:FEFE10:00000600:FFFFFFFF:Wing Fortress Zone :mt_soni2:00110000:FEFE10:00000E00:FFFFFFFF:Death Egg Zone :mt_soni2:00800000:FEFFFA:00000001:FFFFFFFF:Enable Debug Mode:Button2 to enter/exit. Button1 to change item. Button3 to place it. Use up/down/left/right to move around the map ; [ Sonic The Hedgehog (Mega-Tech, set 2) ] :mt_sonia:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_sonia:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_sonia:0:FEFE23:00:000:Infinite Time mt_sonia:0:FEFE24:00:500:Infinite Time (2/2) mt_sonia:0:FEFE18:04:000:Infinite Continues mt_sonia:0:FEFE12:63:000:Infinite Lives :mt_sonia:00100000:FEFE20:000003E7:0000FFFF:Always have Maximum Rings :mt_sonia:0:FEF760:0C:000:Always have Speed Up Item :mt_sonia:00100001:FEFE57:00000600:0000FFFF:Get All Chaos Emeralds Now! :mt_sonia:00110001:FEFE59:00000102:0000FFFF:Get All Chaos Emeralds Now! (2/4) :mt_sonia:00110001:FEFE5B:00000304:0000FFFF:Get All Chaos Emeralds Now! (3/4) :mt_sonia:00010001:FEFE5D:00000005:0000FFFF:Get All Chaos Emeralds Now! (4/4) mt_sonia:0:FEFE2D:01:000:Invincibility "ON":Falling down Bottomless Pits will still kill you! mt_sonia:0:FEFE2D:00:001:Invincibility "OFF" mt_sonia:0:FEFDFA:32:000:Stage Select Menu:Use this on the title screen mt_sonia:0:FEFDFB:9A:500:Stage Select Menu :mt_sonia:62000000:000000:00000000:00000000:Select Level:For best affect use this as a 'Start On Level' cheat and enable it on the attract screen with Sonic waving a finger then press the start button ('1'). Otherwise it will likely cause some corrupted graphics. :mt_sonia:00110001:FEFE10:00000000:0000FFFF:Green Hill Zone Act 1 :mt_sonia:00110001:FEFE10:00000001:0000FFFF:Green Hill Zone Act 2 :mt_sonia:00110001:FEFE10:00000002:0000FFFF:Green Hill Zone Act 3 :mt_sonia:00110001:FEFE10:00000100:0000FFFF:Labyrynth Zone Act 1 :mt_sonia:00110001:FEFE10:00000101:0000FFFF:Labyrynth Zone Act 2 :mt_sonia:00110001:FEFE10:00000102:0000FFFF:Labyrynth Zone Act 3 :mt_sonia:00110001:FEFE10:00000200:0000FFFF:Marble Zone Act 1 :mt_sonia:00110001:FEFE10:00000201:0000FFFF:Marble Zone Act 2 :mt_sonia:00110001:FEFE10:00000202:0000FFFF:Marble Zone Act 3 :mt_sonia:00110001:FEFE10:00000300:0000FFFF:Star Light Zone Act 1 :mt_sonia:00110001:FEFE10:00000301:0000FFFF:Star Light Zone Act 2 :mt_sonia:00110001:FEFE10:00000302:0000FFFF:Star Light Zone Act 3 :mt_sonia:00110001:FEFE10:00000400:0000FFFF:Spring Yard Zone Act 1 :mt_sonia:00110001:FEFE10:00000401:0000FFFF:Spring Yard Zone Act 2 :mt_sonia:00110001:FEFE10:00000402:0000FFFF:Spring Yard Zone Act 3 :mt_sonia:00110001:FEFE10:00000500:0000FFFF:Scrap Brain Zone Act 1 :mt_sonia:00110001:FEFE10:00000501:0000FFFF:Scrap Brain Zone Act 2 :mt_sonia:00110001:FEFE10:00000502:0000FFFF:Final Zone :mt_sonia:00110001:FEFE10:00000601:0000FFFF:The Ending (Buggy!) :mt_sonia:00800000:FEFFFA:00000001:FFFFFFFF:Enable Debug Mode:Button2 to enter/exit. Button1 to change item. Button3 to place it. Use up/down/left/right to move around the map ; [ Sonic The Hedgehog (Mega-Tech, set 1) ] :mt_sonic:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_sonic:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_sonic:0:FEFE23:00:000:Infinite Time mt_sonic:0:FEFE24:00:500:Infinite Time (2/2) mt_sonic:0:FEFE18:04:000:Infinite Continues mt_sonic:0:FEFE12:63:000:Infinite Lives :mt_sonic:00100000:FEFE20:000003E7:0000FFFF:Always have Maximum Rings :mt_sonic:0:FEF760:0C:000:Always have Speed Up Item :mt_sonic:00100001:FEFE57:00000600:0000FFFF:Get All Chaos Emeralds Now! :mt_sonic:00110001:FEFE59:00000102:0000FFFF:Get All Chaos Emeralds Now! (2/4) :mt_sonic:00110001:FEFE5B:00000304:0000FFFF:Get All Chaos Emeralds Now! (3/4) :mt_sonic:00010001:FEFE5D:00000005:0000FFFF:Get All Chaos Emeralds Now! (4/4) mt_sonic:0:FEFE2D:01:000:Invincibility "ON":Falling down Bottomless Pits will still kill you! mt_sonic:0:FEFE2D:00:001:Invincibility "OFF" mt_sonic:0:FEFDFA:32:000:Stage Select Menu:Use this on the title screen mt_sonic:0:FEFDFB:9A:500:Stage Select Menu :mt_sonic:62000000:000000:00000000:00000000:Select Level:For best affect use this as a 'Start On Level' cheat and enable it on the attract screen with Sonic waving a finger then press the start button ('1'). Otherwise it will likely cause some corrupted graphics. :mt_sonic:00110001:FEFE10:00000000:0000FFFF:Green Hill Zone Act 1 :mt_sonic:00110001:FEFE10:00000001:0000FFFF:Green Hill Zone Act 2 :mt_sonic:00110001:FEFE10:00000002:0000FFFF:Green Hill Zone Act 3 :mt_sonic:00110001:FEFE10:00000100:0000FFFF:Labyrynth Zone Act 1 :mt_sonic:00110001:FEFE10:00000101:0000FFFF:Labyrynth Zone Act 2 :mt_sonic:00110001:FEFE10:00000102:0000FFFF:Labyrynth Zone Act 3 :mt_sonic:00110001:FEFE10:00000200:0000FFFF:Marble Zone Act 1 :mt_sonic:00110001:FEFE10:00000201:0000FFFF:Marble Zone Act 2 :mt_sonic:00110001:FEFE10:00000202:0000FFFF:Marble Zone Act 3 :mt_sonic:00110001:FEFE10:00000300:0000FFFF:Star Light Zone Act 1 :mt_sonic:00110001:FEFE10:00000301:0000FFFF:Star Light Zone Act 2 :mt_sonic:00110001:FEFE10:00000302:0000FFFF:Star Light Zone Act 3 :mt_sonic:00110001:FEFE10:00000400:0000FFFF:Spring Yard Zone Act 1 :mt_sonic:00110001:FEFE10:00000401:0000FFFF:Spring Yard Zone Act 2 :mt_sonic:00110001:FEFE10:00000402:0000FFFF:Spring Yard Zone Act 3 :mt_sonic:00110001:FEFE10:00000500:0000FFFF:Scrap Brain Zone Act 1 :mt_sonic:00110001:FEFE10:00000501:0000FFFF:Scrap Brain Zone Act 2 :mt_sonic:00110001:FEFE10:00000502:0000FFFF:Final Zone :mt_sonic:00110001:FEFE10:00000601:0000FFFF:The Ending (Buggy!) :mt_sonic:00800000:FEFFFA:00000001:FFFFFFFF:Enable Debug Mode:Button2 to enter/exit. Button1 to change item. Button3 to place it. Use up/down/left/right to move around the map ; [ Super Thunder Blade (Mega-Tech) ] :mt_stbld:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_stbld:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_stbld:00000000:FEF82A:00000009:FFFFFFFF:Infinite Lives :mt_stbld:20800000:006874:00000060:FFFFFFFF:Invincibility :mt_stbld:20810000:007694:00000060:FFFFFFFF:Invincibility (2/2) :mt_stbld:00001301:FEF825:00000003:FFFFFFFF:Select Starting Stage:Set on Start or Option selection screen :mt_stbld:00000100:FEF92D:000000FF:FFFFFFFF:Select Current Speed:Normal Maximum Speed = 80 :mt_stbld:00000300:FFFE93:00000003:FFFFFFFF:Select Continue Stage:"Continue" item appears on mode selection screen :mt_stbld:00010000:FFFE91:00000004:FFFFFFFF:Select Continue Stage (2/2) ; [ Joe Montana II: Sports Talk Football (Mega-Tech) ] mt_stf:0:0000:00:999:[ This game hasn't even ]:REASON 11 mt_stf:0:0000:00:999:[ been looked at due to ]:REASON 11 mt_stf:0:0000:00:999:[ time constraints - Too]:REASON 11 mt_stf:0:0000:00:999:[ many games and so ]:REASON 11 mt_stf:0:0000:00:999:[ little time. It is ]:REASON 11 mt_stf:0:0000:00:999:[ even possible that ]:REASON 11 mt_stf:0:0000:00:999:[ this game may be a ]:REASON 11 mt_stf:0:0000:00:999:[ clone of an existing ]:REASON 11 mt_stf:0:0000:00:999:[ game which may have ]:REASON 11 mt_stf:0:0000:00:999:[ cheats. Please search ]:REASON 11 mt_stf:0:0000:00:999:[ the cheat forums ]:REASON 11 mt_stf:0:0000:00:999:[ before posting cheat ]:REASON 11 mt_stf:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tetris (Mega-Tech) ] :mt_tetri:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_tetri:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_tetri:0:0000:00:999:[ There are no cheats ]:REASON 1 - Infinite Play Time is not counted as a cheat mt_tetri:0:0000:00:999:[ for this game as it ]:REASON 1 mt_tetri:0:0000:00:999:[ didn't work the last ]:REASON 1 mt_tetri:0:0000:00:999:[ time it was tested. ]:REASON 1 mt_tetri:0:0000:00:999:[ If the game now works ]:REASON 1 mt_tetri:0:0000:00:999:[ please request cheats ]:REASON 1 mt_tetri:0:0000:00:999:[ for it on the cheat ]:REASON 1 mt_tetri:0:0000:00:999:[ forums. ]:REASON 1 ; [ Thunder Force II MD (Mega-Tech) ] :mt_tfor2:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_tfor2:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_tfor2:00000000:FE9BAB:00000099:FFFFFFFF:Infinite Continue Credits :mt_tfor2:00000000:FE981D:00000063:FFFFFFFF:Infinite Lives :mt_tfor2:00100000:FE8026:00000100:FFFFFFFF:Invincibility :mt_tfor2:00100000:FE99FE:000001FF:FFFFFFFF:Infinite Rolls:Only Having Craw :mt_tfor2:00000000:FE8000:00000002:FFFFFFFF:Infinite Shields :mt_tfor2:00110000:FE8026:00000100:FFFFFFFF:Infinite Shields (2/2) ;NOTE some of the cheat descriptions may need work.... :mt_tfor2:60000000:000000:00000000:00000000:[ The following cheats are for the Top Down ] :mt_tfor2:60000000:000000:00000000:00000000:[ View Levels. ] :mt_tfor2:00000000:FE9806:00000000:FFFFFFFF:Infinite Mission Time :mt_tfor2:00000000:FE99EA:000000FF:FFFFFFFF:Always have Laser :mt_tfor2:00000000:FE99EB:000000FF:FFFFFFFF:Always have Wide Shot :mt_tfor2:00000000:FE99EC:000000FF:FFFFFFFF:Always have Five Wave :mt_tfor2:00000000:FE99ED:000000FF:FFFFFFFF:Always have Destroy :mt_tfor2:00000000:FE99EE:000000FF:FFFFFFFF:Always have Clash :mt_tfor2:00000000:FE99EF:000000FF:FFFFFFFF:Always have Hunter :mt_tfor2:00000000:FE9A01:00000002:FFFFFFFF:Always have Craw :mt_tfor2:00000000:FE9A35:00000007:FFFFFFFF:Item Carrier Appear Soon:Destroy Enemy On The Ground :mt_tfor2:62000000:000000:00000000:00000000:Select Next Item :mt_tfor2:00010000:FE9A37:00000000:FFFFFFFF:Wide Shot :mt_tfor2:00010000:FE9A37:00000001:FFFFFFFF:Five Wave :mt_tfor2:00010000:FE9A37:00000002:FFFFFFFF:Craw / Roll :mt_tfor2:00010000:FE9A37:00000003:FFFFFFFF:Destroy :mt_tfor2:00010000:FE9A37:00000004:FFFFFFFF:Clash :mt_tfor2:00010000:FE9A37:00000005:FFFFFFFF:Hunter :mt_tfor2:00010000:FE9A37:00000006:FFFFFFFF:Barrier :mt_tfor2:00010000:FE9A37:00000007:FFFFFFFF:Laser :mt_tfor2:00000000:FE9A85:00000001:FFFFFFFF:Clear To Destroy 1 Base :mt_tfor2:60000000:000000:00000000:00000000:[ The following cheats are for the Side View ] :mt_tfor2:60000000:000000:00000000:00000000:[ Levels. ] :mt_tfor2:00000000:FE99F6:000000FF:FFFFFFFF:Always have Laser :mt_tfor2:00000000:FE99F7:000000FF:FFFFFFFF:Always have Mega Clash :mt_tfor2:00000000:FE99F8:000000FF:FFFFFFFF:Always have Wave Shot :mt_tfor2:00000000:FE99F9:000000FF:FFFFFFFF:Always have Side Blaster :mt_tfor2:00000000:FE99FA:000000FF:FFFFFFFF:Always have Nova :mt_tfor2:00000000:FE99FB:000000FF:FFFFFFFF:Always have Hunter :mt_tfor2:00000000:FE9A05:00000002:FFFFFFFF:Always have Craw :mt_tfor2:00000000:FE9BA3:00000000:FFFFFFFF:Always No Shoot Down Enemy:Get Special Bonus ! :mt_tfor2:62000001:000000:00000000:00000000:Select Starting Stage :mt_tfor2:00210001:FE9825:00010000:00000000:Stage 1 (Top View) :mt_tfor2:00210001:FE9825:00010001:00000000:Stage 2 (Side View) :mt_tfor2:00210001:FE9825:00020000:00000000:Stage 3 (Top View) :mt_tfor2:00210001:FE9825:00020001:00000000:Stage 4 (Side View) :mt_tfor2:00210001:FE9825:00030000:00000000:Stage 5 (Top View) :mt_tfor2:00210001:FE9825:00030001:00000000:Stage 6 (Side View) :mt_tfor2:00210001:FE9825:00040000:00000000:Stage 7 (Top View) :mt_tfor2:00210001:FE9825:00040001:00000000:Stage 8 (Side View) :mt_tfor2:00210001:FE9825:00050000:00000000:Stage 9 (Top View) ; [ Arnold Palmer Tournament Golf (Mega-Tech) ] :mt_tgolf:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_tgolf:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_tgolf:00000000:FEF24A:00000000:FFFFFFFF:Always get a Hole in One :mt_tgolf:00000001:FEF24A:00000000:FFFFFFFF:Reset Strokes to 0 Now! ; [ Tommy Lasorda Baseball (Mega-Tech) ] :mt_tlbba:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_tlbba:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit mt_tlbba:0:FEE127:00:000:Infinite Strikes mt_tlbba:0:FEE127:00:001:Set Strikes to 0 Now! mt_tlbba:0:FEE127:02:001:Set Strikes to 2 Now! mt_tlbba:0:FEE129:00:000:Infinite Balls mt_tlbba:0:FEE129:00:001:Set Balls to 0 Now! mt_tlbba:0:FEE129:03:001:Set Balls to 3 Now! mt_tlbba:0:FEE12B:00:000:Infinite Outs mt_tlbba:0:FEE12B:00:001:Set Outs to 0 Now! mt_tlbba:0:FEE12B:02:001:Set Outs to 2 Now! ; [ World Championship Soccer (Mega-Tech) ] :mt_wcsoc:02100000:004036:00001770:FFFFFFFF:Infinite Play Time :mt_wcsoc:02010000:004056:00000001:FFFFFFFF:Infinite Play Time (2/2):1st = Time, 2nd = Credit :mt_wcsoc:00000000:FEEF85:00000000:FFFFFFFF:Infinite Time :mt_wcsoc:00000001:FEEF85:00000089:FFFFFFFF:Finish this Half Now! :mt_wcsoc:00000000:FEF01C:00000000:FFFFFFFF:Score Always = 0 PL1 :mt_wcsoc:00000000:FEF01C:00000099:FFFFFFFF:Score Always = 99 PL1 :mt_wcsoc:00000001:FEF01C:00000000:FFFFFFFF:Score = 0 Now! PL1 :mt_wcsoc:00000001:FEF01C:00000090:FFFFFFFF:Score = 90 Now! PL1 :mt_wcsoc:00000901:FEF01C:00000090:FFFFFFFF:Select Score PL1 :mt_wcsoc:00000000:FEF01D:00000000:FFFFFFFF:Score Always = 0 PL1 :mt_wcsoc:00000000:FEF01D:00000099:FFFFFFFF:Score Always = 99 PL1 :mt_wcsoc:00000001:FEF01D:00000000:FFFFFFFF:Score = 0 Now! PL1 :mt_wcsoc:00000001:FEF01D:00000090:FFFFFFFF:Score = 90 Now! PL1 :mt_wcsoc:00000901:FEF01D:00000090:FFFFFFFF:Select Score PL2 ; [ Mug Smashers ] mugsmash:0:1C01A5:63:000:Infinite Credits mugsmash:0:1C01A1:63:000:Infinite Time:Not for the bonus stages mugsmash:0:1C1725:0A:000:Infinite Lives PL1 mugsmash:0:1C0849:C0:000:Infinite Energy PL1 :mugsmash:20800000:006164:00000060:FFFFFFFF:Invincibility PL1 :mugsmash:00000000:1C1795:00000000:00000001:Rapid Fire - Punch PL1 :mugsmash:00000000:1C1795:00000000:00000001:Rapid Fire - Punch (Infinite) PL1 :mugsmash:00010000:1C0AF1:00000000:FFFFFFFF:Rapid Fire - Punch (Infinite) PL1 (2/2) :mugsmash:00000000:1C179D:00000000:00000001:Rapid Fire - Kick PL1 mugsmash:0:1C1727:0A:000:Infinite Lives PL2 mugsmash:0:1C084B:C0:000:Infinite Energy PL2 :mugsmash:20800000:0079F0:00000060:FFFFFFFF:Invincibility PL2 :mugsmash:00000000:1C1797:00000000:00000001:Rapid Fire - Punch PL2 :mugsmash:00000000:1C1797:00000000:00000001:Rapid Fire - Punch (Infinite) PL2 :mugsmash:00010000:1C0AF3:00000000:FFFFFFFF:Rapid Fire - Punch (Infinite) PL2 (2/2) :mugsmash:00000000:1C179F:00000000:00000001:Rapid Fire - Kick PL2 ; [ Multi Champ (Korea) ] multchmk:0:10A8C3:63:000:Infinite Credits multchmk:0:000000:00:999:[ Cheats for All or Multiple Game Rounds ] multchmk:0:100300:63:000:Infinite Time (Turn OFF at end of stage!) multchmk:0:10030E:01:000:Always 1 level only needed to complete Round multchmk:0:10030E:03:000:Practice this Round:Turn it OFF with the 'Complete one level to complete Round Now!' cheat multchmk:0:10030E:01:001:Complete 1 level to complete Round Now! multchmk:0:1002E8:09:000:Infinite Lives PL1 multchmk:0:1001A1:04:000:Infinite Help PL1 multchmk:0:1002DC:09:000:Infinite Lives PL2 multchmk:0:1001A2:04:000:Infinite Help PL2 multchmk:0:000000:00:999:[ Spot the Difference Round ] multchmk:0:100140:00:001:Next Difference spotted finishes level Now! multchmk:0:100140:00:000:One Difference spotted always finishes level multchmk:0:000000:00:999:[ Shadow Identification Round ] multchmk:0:000000:00:999:[ 1 2 3 ] multchmk:0:000000:00:999:[ 4 5 6 ] multchmk:0:000000:00:999:[ 7 8 9 ] :multchmk:000000E6:100184:31000000:FFFFFFFF:Display the Correct Shadow Answer:Correct Shadow multchmk:0:000000:00:999:[ Slide Puzzle Round ] multchmk:0:000000:00:999:[ Click on a Tile after selecting the cheat! ] multchmk:0:100564:01:001:Automatically Complete most of Puzzle Now!PL1 multchmk:0:100565:02:501:Automatically Complete most of Puzzle Now!PL1 (2/9) multchmk:0:100566:03:501:Automatically Complete most of Puzzle Now!PL1 (3/9) multchmk:0:100567:04:501:Automatically Complete most of Puzzle Now!PL1 (4/9) multchmk:0:100568:05:501:Automatically Complete most of Puzzle Now!PL1 (5/9) multchmk:0:100569:06:501:Automatically Complete most of Puzzle Now!PL1 (6/9) multchmk:0:10056A:07:501:Automatically Complete most of Puzzle Now!PL1 (7/9) multchmk:0:10056B:08:501:Automatically Complete most of Puzzle Now!PL1 (8/9) multchmk:0:10056C:09:501:Automatically Complete most of Puzzle Now!PL1 (9/9) multchmk:0:1000A8:01:001:Automatically Complete most of Puzzle Now!PL2 multchmk:0:1000A9:02:501:Automatically Complete most of Puzzle Now!PL2 (2/9) multchmk:0:1000AA:03:501:Automatically Complete most of Puzzle Now!PL2 (3/9) multchmk:0:1000AB:04:501:Automatically Complete most of Puzzle Now!PL2 (4/9) multchmk:0:1000AC:05:501:Automatically Complete most of Puzzle Now!PL2 (5/9) multchmk:0:1000AD:06:501:Automatically Complete most of Puzzle Now!PL2 (6/9) multchmk:0:1000AE:07:501:Automatically Complete most of Puzzle Now!PL2 (7/9) multchmk:0:1000AF:08:501:Automatically Complete most of Puzzle Now!PL2 (8/9) multchmk:0:1000B0:09:501:Automatically Complete most of Puzzle Now!PL2 (9/9) multchmk:0:000000:00:999:[ Mallet Hitting Rounds ] multchmk:0:10004A:00:001:Finish this Level Now! PL1 multchmk:0:10004B:00:001:Finish this Level Now! PL2 :multchmk:60000000:000000:00000000:00000000:[ Bonus Stage ] :multchmk:00000001:1003AC:0000001F:FFFFFFFF:Gets Extra Life Now! :multchmk:00010001:100300:00000000:FFFFFFFF:Gets Extra Life Now! (2/2) :multchmk:60000000:000000:00000000:00000000:[ Balloon Round ] :multchmk:00000001:100300:00000000:FFFFFFFF:Finish Stage Now! :multchmk:00000000:10012A:00000004:FFFFFFFF:Invincibility PL1 :multchmk:00000000:100264:00000004:FFFFFFFF:Invincibility PL2 ; [ Multi Champ (World) ] multchmp:0:10A8C3:63:000:Infinite Credits multchmp:0:000000:00:999:[ Cheats for All or Multiple Game Rounds ] multchmp:0:100300:63:000:Infinite Time (Turn OFF at end of stage!) multchmp:0:10030E:01:000:Always 1 level only needed to complete Round multchmp:0:10030E:03:000:Practice this Round:Turn it OFF with the 'Complete one level to complete Round Now!' cheat multchmp:0:10030E:01:001:Complete 1 level to complete Round Now! multchmp:0:1002E8:09:000:Infinite Lives PL1 multchmp:0:1001A1:04:000:Infinite Help PL1 multchmp:0:1002DC:09:000:Infinite Lives PL2 multchmp:0:1001A2:04:000:Infinite Help PL2 multchmp:0:000000:00:999:[ Spot the Difference Round ] multchmp:0:100140:00:001:Next Difference spotted finishes level Now! multchmp:0:100140:00:000:One Difference spotted always finishes level multchmp:0:000000:00:999:[ Shadow Identification Round ] multchmp:0:000000:00:999:[ 1 2 3 ] multchmp:0:000000:00:999:[ 4 5 6 ] multchmp:0:000000:00:999:[ 7 8 9 ] :multchmp:000000E6:100184:31000000:FFFFFFFF:Display the Correct Shadow Answer:Correct Shadow multchmp:0:000000:00:999:[ Slide Puzzle Round ] multchmp:0:000000:00:999:[ Click on a Tile after selecting the cheat! ] multchmp:0:100564:01:001:Automatically Complete most of Puzzle Now!PL1 multchmp:0:100565:02:501:Automatically Complete most of Puzzle Now!PL1 (2/9) multchmp:0:100566:03:501:Automatically Complete most of Puzzle Now!PL1 (3/9) multchmp:0:100567:04:501:Automatically Complete most of Puzzle Now!PL1 (4/9) multchmp:0:100568:05:501:Automatically Complete most of Puzzle Now!PL1 (5/9) multchmp:0:100569:06:501:Automatically Complete most of Puzzle Now!PL1 (6/9) multchmp:0:10056A:07:501:Automatically Complete most of Puzzle Now!PL1 (7/9) multchmp:0:10056B:08:501:Automatically Complete most of Puzzle Now!PL1 (8/9) multchmp:0:10056C:09:501:Automatically Complete most of Puzzle Now!PL1 (9/9) multchmp:0:1000A8:01:001:Automatically Complete most of Puzzle Now!PL2 multchmp:0:1000A9:02:501:Automatically Complete most of Puzzle Now!PL2 (2/9) multchmp:0:1000AA:03:501:Automatically Complete most of Puzzle Now!PL2 (3/9) multchmp:0:1000AB:04:501:Automatically Complete most of Puzzle Now!PL2 (4/9) multchmp:0:1000AC:05:501:Automatically Complete most of Puzzle Now!PL2 (5/9) multchmp:0:1000AD:06:501:Automatically Complete most of Puzzle Now!PL2 (6/9) multchmp:0:1000AE:07:501:Automatically Complete most of Puzzle Now!PL2 (7/9) multchmp:0:1000AF:08:501:Automatically Complete most of Puzzle Now!PL2 (8/9) multchmp:0:1000B0:09:501:Automatically Complete most of Puzzle Now!PL2 (9/9) multchmp:0:000000:00:999:[ Mallet Hitting Rounds ] multchmp:0:10004A:00:001:Finish this Level Now! PL1 multchmp:0:10004B:00:001:Finish this Level Now! PL2 :multchmp:60000000:000000:00000000:00000000:[ Bonus Stage ] :multchmp:00000001:1003AC:0000001F:FFFFFFFF:Gets Extra Life Now! :multchmp:00010001:100300:00000000:FFFFFFFF:Gets Extra Life Now! (2/2) :multchmp:60000000:000000:00000000:00000000:[ Balloon Round ] :multchmp:00000001:100300:00000000:FFFFFFFF:Finish Stage Now! :multchmp:00000000:10012A:00000004:FFFFFFFF:Invincibility PL1 :multchmp:00000000:100264:00000004:FFFFFFFF:Invincibility PL2 ; [ Muroge Monaco ] murogem:0:0000:00:999:[ This game hasn't even ]:REASON 11 murogem:0:0000:00:999:[ been looked at due to ]:REASON 11 murogem:0:0000:00:999:[ time constraints - Too]:REASON 11 murogem:0:0000:00:999:[ many games and so ]:REASON 11 murogem:0:0000:00:999:[ little time. It is ]:REASON 11 murogem:0:0000:00:999:[ even possible that ]:REASON 11 murogem:0:0000:00:999:[ this game may be a ]:REASON 11 murogem:0:0000:00:999:[ clone of an existing ]:REASON 11 murogem:0:0000:00:999:[ game which may have ]:REASON 11 murogem:0:0000:00:999:[ cheats. Please search ]:REASON 11 murogem:0:0000:00:999:[ the cheat forums ]:REASON 11 murogem:0:0000:00:999:[ before posting cheat ]:REASON 11 murogem:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Musoubana (Japan) ] musobana:0:0000:00:999:[ There are no cheats ]:REASON 3 musobana:0:0000:00:999:[ for this game as it ]:REASON 3 musobana:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 musobana:0:0000:00:999:[ Cheats will be added ]:REASON 3 musobana:0:0000:00:999:[ when somebody submits ]:REASON 3 musobana:0:0000:00:999:[ some. If you have ]:REASON 3 musobana:0:0000:00:999:[ made some cheats for ]:REASON 3 musobana:0:0000:00:999:[ this game please post ]:REASON 3 musobana:0:0000:00:999:[ them on the cheat ]:REASON 3 musobana:0:0000:00:999:[ forums. ]:REASON 3 ; [ Mustache Boy ] mustache:0:F064:09:000:Infinite Credits :mustache:00100000:F08E:00009999:0000FFFF:Infinite Time mustache:0:F1AD:00:000:Invincibility mustache:0:F1B3:00:500:Invincibility (2/2) mustache:0:F1F5:01:000:Always have Power Up mustache:0:F183:0F:000:Always have Stop All Enemies mustache:0:F1EF:01:001:Kill All Enemies Now ! mustache:0:F1AF:01:001:Finish this Round Now! :mustache:00000301:F08A:0000003B:000000FF:Select Current Level mustache:0:F06B:9A:000:Infinite Lives PL1 mustache:0:F1FA:FF:001:Get MUSTACHE Now! PL1:This cheat gives you the MUSTACHE bonus - an extra life and advances you to the next round mustache:0:F06C:9A:000:Infinite Lives PL2 mustache:0:F1FB:FF:001:Get MUSTACHE Now! PL2:This cheat gives you the MUSTACHE bonus - an extra life and advances you to the next round ; [ US AAF Mustang (Japan) ] :mustang:00000000:0F9019:00000063:FFFFFFFF:Infinite Credits :mustang:00000301:0F9021:00000007:FFFFFFFF:Select Starting/Next Stage:Set on the map screen :mustang:00000000:0F5029:0000000C:FFFFFFFF:Infinite Lives PL1 :mustang:00000000:0F502B:00000008:FFFFFFFF:Infinite Bombs PL1 :mustang:00000010:0F502D:00000002:00000280:Invincibility PL1 :mustang:00000000:0F502F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL1 :mustang:00300000:0F501D:00000000:FFFFFFFF:Rapid Fire PL1 :mustang:00000000:0F5129:0000000C:FFFFFFFF:Infinite Lives PL2 :mustang:00000000:0F512B:00000008:FFFFFFFF:Infinite Bombs PL2 :mustang:00000010:0F512D:00000002:00000280:Invincibility PL2 :mustang:00000000:0F512F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL2 :mustang:00300000:0F511D:00000000:FFFFFFFF:Rapid Fire PL2 ; [ US AAF Mustang (bootleg) ] :mustangb:00000000:0F9019:00000063:FFFFFFFF:Infinite Credits :mustangb:00000301:0F9021:00000007:FFFFFFFF:Select Starting/Next Stage:Set on the map screen :mustangb:00000000:0F5029:0000000C:FFFFFFFF:Infinite Lives PL1 :mustangb:00000000:0F502B:00000008:FFFFFFFF:Infinite Bombs PL1 :mustangb:00000010:0F502D:00000002:00000280:Invincibility PL1 :mustangb:00000000:0F502F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL1 :mustangb:00300000:0F501D:00000000:FFFFFFFF:Rapid Fire PL1 :mustangb:00000000:0F5129:0000000C:FFFFFFFF:Infinite Lives PL2 :mustangb:00000000:0F512B:00000008:FFFFFFFF:Infinite Bombs PL2 :mustangb:00000010:0F512D:00000002:00000280:Invincibility PL2 :mustangb:00000000:0F512F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL2 :mustangb:00300000:0F511D:00000000:FFFFFFFF:Rapid Fire PL2 ; [ US AAF Mustang (Seoul Trading) ] :mustangs:00000000:0F9019:00000063:FFFFFFFF:Infinite Credits :mustangs:00000301:0F9021:00000007:FFFFFFFF:Select Starting/Next Stage:Set on the map screen :mustangs:00000000:0F5029:0000000C:FFFFFFFF:Infinite Lives PL1 :mustangs:00000000:0F502B:00000008:FFFFFFFF:Infinite Bombs PL1 :mustangs:00000010:0F502D:00000002:00000280:Invincibility PL1 :mustangs:00000000:0F502F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL1 :mustangs:00300000:0F501D:00000000:FFFFFFFF:Rapid Fire PL1 :mustangs:00000000:0F5129:0000000C:FFFFFFFF:Infinite Lives PL2 :mustangs:00000000:0F512B:00000008:FFFFFFFF:Infinite Bombs PL2 :mustangs:00000010:0F512D:00000002:00000280:Invincibility PL2 :mustangs:00000000:0F512F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL2 :mustangs:00300000:0F511D:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Mutant Fighter (World Rev 4, EM-5) ] mutantf:0:10012F:99:000:Infinite Time mutantf:0:100332:00:001:Drain All CPU's Energy Now! mutantf:0:100333:00:501:Drain All CPU's Energy Now! (2/4) mutantf:0:100334:00:501:Drain All CPU's Energy Now! (3/4) mutantf:0:100335:00:501:Drain All CPU's Energy Now! (4/4) mutantf:0:1001F2:02:000:Infinite Energy PL1 mutantf:0:1001F3:00:500:Infinite Energy PL1 (2/4) mutantf:0:1001F4:02:500:Infinite Energy PL1 (3/4) mutantf:0:1001F5:00:500:Infinite Energy PL1 (4/4) mutantf:0:1001F2:00:001:Drain All Energy Now! PL1 mutantf:0:1001F3:00:501:Drain All Energy Now! PL1 (2/4) mutantf:0:1001F4:00:501:Drain All Energy Now! PL1 (3/4) mutantf:0:1001F5:00:501:Drain All Energy Now! PL1 (4/4) mutantf:0:100292:02:000:Infinite Energy PL2 mutantf:0:100293:00:500:Infinite Energy PL2 (2/4) mutantf:0:100294:02:500:Infinite Energy PL2 (3/4) mutantf:0:100295:00:500:Infinite Energy PL2 (4/4) mutantf:0:100292:00:001:Drain All Energy Now! PL2 mutantf:0:100293:00:501:Drain All Energy Now! PL2 (2/4) mutantf:0:100294:00:501:Drain All Energy Now! PL2 (3/4) mutantf:0:100295:00:501:Drain All Energy Now! PL2 (4/4) ; [ Mutant Fighter (World Rev 3, EM-4) ] mutantfa:0:10012F:99:000:Infinite Time mutantfa:0:100332:00:001:Drain All CPU's Energy Now! mutantfa:0:100333:00:501:Drain All CPU's Energy Now! (2/4) mutantfa:0:100334:00:501:Drain All CPU's Energy Now! (3/4) mutantfa:0:100335:00:501:Drain All CPU's Energy Now! (4/4) mutantfa:0:1001F2:02:000:Infinite Energy PL1 mutantfa:0:1001F3:00:500:Infinite Energy PL1 (2/4) mutantfa:0:1001F4:02:500:Infinite Energy PL1 (3/4) mutantfa:0:1001F5:00:500:Infinite Energy PL1 (4/4) mutantfa:0:1001F2:00:001:Drain All Energy Now! PL1 mutantfa:0:1001F3:00:501:Drain All Energy Now! PL1 (2/4) mutantfa:0:1001F4:00:501:Drain All Energy Now! PL1 (3/4) mutantfa:0:1001F5:00:501:Drain All Energy Now! PL1 (4/4) mutantfa:0:100292:02:000:Infinite Energy PL2 mutantfa:0:100293:00:500:Infinite Energy PL2 (2/4) mutantfa:0:100294:02:500:Infinite Energy PL2 (3/4) mutantfa:0:100295:00:500:Infinite Energy PL2 (4/4) mutantfa:0:100292:00:001:Drain All Energy Now! PL2 mutantfa:0:100293:00:501:Drain All Energy Now! PL2 (2/4) mutantfa:0:100294:00:501:Drain All Energy Now! PL2 (3/4) mutantfa:0:100295:00:501:Drain All Energy Now! PL2 (4/4) ; [ Mutation Nation ] mutnat:0:101562:63:000:Infinite Time mutnat:0:102019:40:000:Infinite Energy PL1 mutnat:0:10202E:03:000:Invincibility PL1 mutnat:0:10153F:05:000:Infinite Attack Items PL1 mutnat:0:10153E:00:000:Always have No Special Attack PL1 mutnat:0:10153E:01:000:Always have Special Attack A PL1 mutnat:0:10153E:02:000:Always have Special Attack B PL1 mutnat:0:10153E:03:000:Always have Special Attack C PL1 mutnat:0:10153E:04:000:Always have Special Attack D PL1 mutnat:0:10153E:00:001:Lose Special Attack Now! PL1 mutnat:0:10153E:01:001:Get Special Attack A Now! PL1 mutnat:0:10153E:02:001:Get Special Attack B Now! PL1 mutnat:0:10153E:03:001:Get Special Attack C Now! PL1 mutnat:0:10153E:04:001:Get Special Attack D Now! PL1 mutnat:0:102119:40:000:Infinite Energy PL2 mutnat:0:10212E:03:000:Invincibility PL2 mutnat:0:101541:05:000:Infinite Attack Items PL2 mutnat:0:101540:00:000:Always have No Special Attack PL2 mutnat:0:101540:01:000:Always have Special Attack A PL2 mutnat:0:101540:02:000:Always have Special Attack B PL2 mutnat:0:101540:03:000:Always have Special Attack C PL2 mutnat:0:101540:04:000:Always have Special Attack D PL2 mutnat:0:101540:00:001:Lose Special Attack Now! PL2 mutnat:0:101540:01:001:Get Special Attack A Now! PL2 mutnat:0:101540:02:001:Get Special Attack B Now! PL2 mutnat:0:101540:03:001:Get Special Attack C Now! PL2 mutnat:0:101540:04:001:Get Special Attack D Now! PL2 :mutnat:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :mutnat:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :mutnat:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Mini Vegas 4in1 ] mv4in1:0:0000:00:999:[ This game hasn't even ]:REASON 11 mv4in1:0:0000:00:999:[ been looked at due to ]:REASON 11 mv4in1:0:0000:00:999:[ time constraints - Too]:REASON 11 mv4in1:0:0000:00:999:[ many games and so ]:REASON 11 mv4in1:0:0000:00:999:[ little time. It is ]:REASON 11 mv4in1:0:0000:00:999:[ even possible that ]:REASON 11 mv4in1:0:0000:00:999:[ this game may be a ]:REASON 11 mv4in1:0:0000:00:999:[ clone of an existing ]:REASON 11 mv4in1:0:0000:00:999:[ game which may have ]:REASON 11 mv4in1:0:0000:00:999:[ cheats. Please search ]:REASON 11 mv4in1:0:0000:00:999:[ the cheat forums ]:REASON 11 mv4in1:0:0000:00:999:[ before posting cheat ]:REASON 11 mv4in1:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ MVP (set 2, US, FD1094 317-0143) ] :mvp:00000000:FF2000:00000063:FFFFFFFF:Infinite Credits :mvp:00000000:FF21C0:00000000:FFFFFFFF:Infinite Strikes :mvp:00000000:FF21C1:00000000:FFFFFFFF:Infinite Balls :mvp:00000000:FF2180:00000000:FFFFFFFF:Infinite Outs :mvp:00000001:FF21C0:00000000:FFFFFFFF:Set Strikes to 0 Now! :mvp:00000001:FF21C0:00000002:FFFFFFFF:Set Strikes to 2 Now! :mvp:00000001:FF21C1:00000000:FFFFFFFF:Set Balls to 0 Now! :mvp:00000001:FF21C1:00000004:FFFFFFFF:Set Balls to 4 Now! :mvp:00000001:FF2180:00000000:FFFFFFFF:Set Outs to 0 Now! :mvp:00000001:FF2180:00000002:FFFFFFFF:Set Outs to 2 Now! :mvp:00000101:FF2432:00000063:FFFFFFFF:Select Score PL1 :mvp:00000000:FF2432:00000000:FFFFFFFF:Score always = 0 PL1 :mvp:00000000:FF2432:00000063:FFFFFFFF:Score always = 99 PL1 :mvp:00000001:FF2432:00000000:FFFFFFFF:Set score = 0 Now! PL1 :mvp:00000001:FF2432:00000032:FFFFFFFF:Set score = 50 Now! PL1 :mvp:00000101:FF2632:00000063:FFFFFFFF:Select Score PL2 :mvp:00000000:FF2632:00000000:FFFFFFFF:Score always = 0 PL2 :mvp:00000000:FF2632:00000063:FFFFFFFF:Score always = 99 PL2 :mvp:00000001:FF2632:00000000:FFFFFFFF:Set score = 0 Now! PL2 :mvp:00000001:FF2632:00000032:FFFFFFFF:Set score = 50 Now! PL2 ; [ MVP (set 1, Japan, FD1094 317-0142) ] :mvpj:00000000:FF2000:00000063:FFFFFFFF:Infinite Credits :mvpj:00000000:FF21C0:00000000:FFFFFFFF:Infinite Strikes :mvpj:00000000:FF21C1:00000000:FFFFFFFF:Infinite Balls :mvpj:00000000:FF2180:00000000:FFFFFFFF:Infinite Outs :mvpj:00000001:FF21C0:00000000:FFFFFFFF:Set Strikes to 0 Now! :mvpj:00000001:FF21C0:00000002:FFFFFFFF:Set Strikes to 2 Now! :mvpj:00000001:FF21C1:00000000:FFFFFFFF:Set Balls to 0 Now! :mvpj:00000001:FF21C1:00000004:FFFFFFFF:Set Balls to 4 Now! :mvpj:00000001:FF2180:00000000:FFFFFFFF:Set Outs to 0 Now! :mvpj:00000001:FF2180:00000002:FFFFFFFF:Set Outs to 2 Now! :mvpj:00000101:FF2432:00000063:FFFFFFFF:Select Score PL1 :mvpj:00000000:FF2432:00000000:FFFFFFFF:Score always = 0 PL1 :mvpj:00000000:FF2432:00000063:FFFFFFFF:Score always = 99 PL1 :mvpj:00000001:FF2432:00000000:FFFFFFFF:Set score = 0 Now! PL1 :mvpj:00000001:FF2432:00000032:FFFFFFFF:Set score = 50 Now! PL1 :mvpj:00000101:FF2632:00000063:FFFFFFFF:Select Score PL2 :mvpj:00000000:FF2632:00000000:FFFFFFFF:Score always = 0 PL2 :mvpj:00000000:FF2632:00000063:FFFFFFFF:Score always = 99 PL2 :mvpj:00000001:FF2632:00000000:FFFFFFFF:Set score = 0 Now! PL2 :mvpj:00000001:FF2632:00000032:FFFFFFFF:Set score = 50 Now! PL2 ; [ Marvel Vs. Capcom: Clash of Super Heroes (Euro 980112) ] mvsc:0:FF4008:99:000:Infinite Time mvsc:0:FF4008:00:002:Finish this Round Now! mvsc:0:FF416E:13:000:Infinite Character Select Time mvsc:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvsc:0:FF4081:09:071:Select Current Stage Now! mvsc:0:FF4081:09:001:Go to Final Stage Now! mvsc:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvsc:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvsc:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvsc:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvsc:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvsc:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvsc:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvsc:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvsc:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvsc:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvsc:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvsc:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvsc:0:FF327B:90:500:Infinite Energy (1st Character) PL1 (2/2) mvsc:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvsc:0:FF327B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mvsc:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvsc:0:FF3A7B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mvsc:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvsc:0:FF3A7B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mvsc:0:FF32C6:09:000:Infinite Strikers PL1 mvsc:0:FF3274:03:000:Always have Max Super PL1 mvsc:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvsc:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvsc:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvsc:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvsc:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvsc:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvsc:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvsc:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvsc:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvsc:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvsc:00010000:FF3053:00000010:FFFFFFFF:Roll :mvsc:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvsc:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvsc:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvsc:00010000:FF3053:00000018:FFFFFFFF:Jin :mvsc:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvsc:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvsc:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvsc:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvsc:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvsc:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvsc:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvsc:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvsc:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvsc:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvsc:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvsc:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvsc:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvsc:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvsc:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvsc:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvsc:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvsc:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvsc:00010000:FF3853:00000010:FFFFFFFF:Roll :mvsc:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvsc:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvsc:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvsc:00010000:FF3853:00000018:FFFFFFFF:Jin :mvsc:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvsc:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvsc:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvsc:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvsc:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvsc:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvsc:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvsc:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvsc:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvsc:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvsc:62000000:000000:00000000:00000000:Select Partner PL1 :mvsc:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvsc:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvsc:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvsc:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvsc:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvsc:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvsc:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvsc:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvsc:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvsc:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvsc:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvsc:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvsc:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvsc:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvsc:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvsc:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvsc:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvsc:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvsc:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvsc:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvsc:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvsc:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvsc:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsc:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvsc:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvsc:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvsc:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsc:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvsc:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvsc:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvsc:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsc:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvsc:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvsc:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvsc:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvsc:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvsc:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvsc:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvsc:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvsc:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvsc:0:FF4035:8F:000:Infinite Duo Time PL1 mvsc:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvsc:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvsc:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvsc:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvsc:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvsc:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvsc:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvsc:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvsc:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvsc:0:FF3003:01:000:Human Control (1st Character) PL1 mvsc:0:FF3003:00:000:CPU Control (1st Character) PL1 mvsc:0:FF3803:01:000:Human Control (2nd Character) PL1 mvsc:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvsc:0:FF3277:00:000:Use P colours (1st Character) PL1 mvsc:0:FF3277:01:000:Use K colours (1st Character) PL1 mvsc:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvsc:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvsc:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvsc:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvsc:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvsc:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvsc:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvsc:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvsc:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvsc:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvsc:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvsc:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvsc:0:FF3190:00:000:No Charge (1st Character) PL1 mvsc:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvsc:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvsc:0:FF3990:00:000:No Charge (2nd Character) PL1 mvsc:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvsc:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvsc:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvsc:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvsc:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvsc:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvsc:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvsc:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvsc:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvsc:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvsc:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvsc:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvsc:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvsc:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvsc:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvsc:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvsc:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvsc:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvsc:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvsc:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvsc:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvsc:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvsc:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvsc:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvsc:0:FF367B:90:500:Infinite Energy (1st Character) PL2 (2/2) mvsc:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvsc:0:FF367B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mvsc:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvsc:0:FF3E7B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mvsc:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvsc:0:FF3E7B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mvsc:0:FF36C6:09:000:Infinite Strikers PL2 mvsc:0:FF3674:03:000:Always have Max Super PL2 mvsc:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvsc:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvsc:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvsc:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvsc:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvsc:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvsc:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvsc:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvsc:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvsc:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvsc:00010000:FF3453:00000010:FFFFFFFF:Roll :mvsc:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvsc:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvsc:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvsc:00010000:FF3453:00000018:FFFFFFFF:Jin :mvsc:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvsc:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvsc:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvsc:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvsc:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvsc:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvsc:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvsc:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvsc:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvsc:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvsc:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvsc:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvsc:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvsc:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvsc:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvsc:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvsc:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvsc:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvsc:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvsc:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvsc:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvsc:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvsc:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvsc:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvsc:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvsc:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvsc:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvsc:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvsc:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvsc:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvsc:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvsc:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvsc:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvsc:62000000:000000:00000000:00000000:Select Partner PL2 :mvsc:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvsc:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvsc:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvsc:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvsc:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvsc:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvsc:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvsc:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvsc:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvsc:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvsc:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvsc:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvsc:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvsc:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvsc:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvsc:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvsc:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvsc:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvsc:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvsc:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvsc:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvsc:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvsc:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvsc:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvsc:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvsc:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvsc:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvsc:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvsc:0:FF4435:8F:000:Infinite Duo Time PL2 mvsc:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvsc:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvsc:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvsc:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvsc:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvsc:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvsc:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvsc:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvsc:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvsc:0:FF3403:01:000:Human Control (1st Character) PL2 mvsc:0:FF3403:00:000:CPU Control (1st Character) PL2 mvsc:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvsc:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvsc:0:FF3677:00:000:Use P colours (1st Character) PL2 mvsc:0:FF3677:01:000:Use K colours (1st Character) PL2 mvsc:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvsc:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvsc:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvsc:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvsc:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvsc:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvsc:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvsc:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvsc:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvsc:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvsc:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvsc:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvsc:0:FF3590:00:000:No Charge (1st Character) PL2 mvsc:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvsc:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvsc:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvsc:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvsc:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvsc:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvsc:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvsc:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvsc:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvsc:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvsc:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvsc:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvsc:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvsc:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvsc:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvsc:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvsc:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvsc:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvsc:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvsc:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvsc:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvsc:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvsc:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvsc:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvsc:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvsc:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvsc:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvsc:60000000:000000:00000000:00000000:[ ] :mvsc:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvsc:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvsc:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvsc:60000000:000000:00000000:00000000:[ ] :mvsc:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvsc:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvsc:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvsc:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvsc:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvsc:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvsc:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvsc:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvsc:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsc:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvsc:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvsc:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvsc:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsc:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvsc:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvsc:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvsc:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsc:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsc:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvsc:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvsc:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvsc:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvsc:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvsc:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvsc:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsc:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvsc:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvsc:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvsc:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsc:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvsc:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvsc:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvsc:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsc:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsc:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsc:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsc:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsc:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsc:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsc:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsc:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsc:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsc:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsc:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsc:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsc:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsc:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsc:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsc:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsc:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsc:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsc:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsc:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsc:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsc:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsc:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsc:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsc:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsc:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsc:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsc:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsc:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsc:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsc:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsc:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsc:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsc:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsc:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvsc:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvsc:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsc:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsc:00010000:FF31C2:00000001:FFFFFFFF:Light :mvsc:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsc:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsc:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsc:00010000:FF39C2:00000001:FFFFFFFF:Light :mvsc:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsc:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvsc:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsc:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsc:00010000:FF35C2:00000001:FFFFFFFF:Light :mvsc:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsc:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsc:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsc:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvsc:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsc:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsc:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsc:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsc:00010000:FF31C2:00000001:FFFFFFFF:Light :mvsc:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsc:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsc:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsc:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsc:00010000:FF39C2:00000001:FFFFFFFF:Light :mvsc:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsc:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsc:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsc:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsc:00010000:FF35C2:00000001:FFFFFFFF:Light :mvsc:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsc:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsc:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsc:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsc:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvsc:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvsc:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsc:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; Zangief ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; :mvsc:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsc:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvsc:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) ### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvsc:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsc:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvsc:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) ### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvsc:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsc:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvsc:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3)### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvsc:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsc:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvsc:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3)### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvsc:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsc:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsc:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvsc:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvsc:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsc:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsc:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvsc:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvsc:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsc:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsc:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvsc:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvsc:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsc:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsc:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsc:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvsc:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsc:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvsc:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsc:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvsc:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsc:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsc:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsc:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsc:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsc:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsc:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvsc:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsc:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsc:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsc:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsc:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsc:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsc:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsc:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsc:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsc:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsc:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsc:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvsc:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsc:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsc:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsc:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsc:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsc:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvsc:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsc:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsc:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsc:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsc:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsc:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvsc:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvsc:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsc:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsc:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsc:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsc:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvsc:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvsc:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvsc:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsc:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsc:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsc:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsc:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvsc:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsc:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsc:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsc:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvsc:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsc:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsc:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsc:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsc:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvsc:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsc:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsc:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsc:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsc:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvsc:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsc:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsc:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsc:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsc:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsc:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsc:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsc:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsc:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvsc:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsc:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsc:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsc:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsc:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvsc:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsc:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsc:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsc:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsc:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvsc:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsc:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsc:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsc:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsc:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsc:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsc:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsc:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsc:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsc:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsc:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsc:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsc:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsc:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsc:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsc:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsc:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsc:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsc:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsc:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsc:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsc:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsc:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsc:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsc:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsc:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsc:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsc:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsc:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsc:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsc:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsc:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsc:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsc:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsc:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsc:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsc:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsc:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsc:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsc:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsc:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsc:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsc:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsc:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvsc:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsc:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvsc:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsc:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvsc:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsc:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvsc:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvsc:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvsc:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvsc:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvsc:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvsc:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsc:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsc:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsc:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsc:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsc:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsc:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsc:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsc:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvsc:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsc:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsc:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsc:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsc:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsc:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsc:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvsc:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsc:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsc:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsc:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsc:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsc:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsc:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsc:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsc:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsc:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsc:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsc:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsc:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsc:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsc:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsc:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsc:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvsc:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsc:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsc:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsc:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsc:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsc:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsc:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvsc:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsc:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsc:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsc:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsc:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsc:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsc:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the 1st character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvsc:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvsc:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvsc:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvsc:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvsc:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvsc:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvsc:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvsc:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvsc:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvsc:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvsc:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvsc:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvsc:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvsc:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvsc:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvsc:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvsc:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvsc:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvsc:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvsc:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvsc:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvsc:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvsc:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvsc:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvsc:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvsc:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvsc:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvsc:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvsc:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvsc:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvsc:0:000000:00:999:[ These are the codes to set the machine region - the ] mvsc:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvsc:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvsc:0:FF44B3:00:000:Region Switch = Japan mvsc:0:FF44B3:02:000:Region Switch = USA mvsc:0:FF44B3:04:000:Region Switch = Euro mvsc:0:FF44B3:06:000:Region Switch = Brazil mvsc:0:FF44B3:08:000:Region Switch = Hispanic mvsc:0:FF44B3:0A:000:Region Switch = Asia ; [ Marvel Vs. Capcom: Clash of Super Heroes (Asia 980123) ] mvsca:0:FF4008:99:000:Infinite Time mvsca:0:FF4008:00:002:Finish this Round Now! mvsca:0:FF416E:13:000:Infinite Character Select Time mvsca:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvsca:0:FF4081:09:071:Select Current Stage Now! mvsca:0:FF4081:09:001:Go to Final Stage Now! mvsca:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvsca:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvsca:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvsca:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvsca:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvsca:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvsca:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvsca:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvsca:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvsca:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvsca:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvsca:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvsca:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvsca:0:FF327B:90:000:Infinite Red Bar (1st Character) PL1 mvsca:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvsca:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvsca:0:FF3A7B:90:000:Infinite Red Bar (2nd Character) PL1 mvsca:0:FF32C6:09:000:Infinite Strikers PL1 mvsca:0:FF3274:03:000:Always have Max Super PL1 mvsca:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvsca:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvsca:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvsca:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvsca:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvsca:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvsca:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvsca:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvsca:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvsca:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvsca:00010000:FF3053:00000010:FFFFFFFF:Roll :mvsca:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvsca:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvsca:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvsca:00010000:FF3053:00000018:FFFFFFFF:Jin :mvsca:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvsca:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvsca:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvsca:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvsca:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvsca:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvsca:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvsca:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvsca:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvsca:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvsca:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvsca:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvsca:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvsca:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvsca:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvsca:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvsca:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvsca:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvsca:00010000:FF3853:00000010:FFFFFFFF:Roll :mvsca:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvsca:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvsca:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvsca:00010000:FF3853:00000018:FFFFFFFF:Jin :mvsca:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvsca:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvsca:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvsca:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvsca:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvsca:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvsca:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvsca:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvsca:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvsca:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvsca:62000000:000000:00000000:00000000:Select Partner PL1 :mvsca:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvsca:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvsca:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvsca:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvsca:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvsca:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvsca:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvsca:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvsca:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvsca:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvsca:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvsca:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvsca:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvsca:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvsca:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvsca:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvsca:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvsca:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvsca:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvsca:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvsca:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvsca:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvsca:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsca:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvsca:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvsca:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvsca:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsca:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvsca:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvsca:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvsca:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsca:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvsca:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvsca:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvsca:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvsca:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvsca:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvsca:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvsca:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvsca:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvsca:0:FF4035:8F:000:Infinite Duo Time PL1 mvsca:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvsca:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvsca:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvsca:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvsca:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvsca:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvsca:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvsca:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvsca:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvsca:0:FF3003:01:000:Human Control (1st Character) PL1 mvsca:0:FF3003:00:000:CPU Control (1st Character) PL1 mvsca:0:FF3803:01:000:Human Control (2nd Character) PL1 mvsca:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvsca:0:FF3277:00:000:Use P colours (1st Character) PL1 mvsca:0:FF3277:01:000:Use K colours (1st Character) PL1 mvsca:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvsca:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvsca:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvsca:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvsca:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvsca:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvsca:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvsca:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvsca:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvsca:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvsca:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvsca:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvsca:0:FF3190:00:000:No Charge (1st Character) PL1 mvsca:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvsca:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvsca:0:FF3990:00:000:No Charge (2nd Character) PL1 mvsca:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvsca:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvsca:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvsca:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvsca:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvsca:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvsca:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvsca:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvsca:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvsca:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvsca:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvsca:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvsca:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvsca:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvsca:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvsca:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvsca:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvsca:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvsca:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvsca:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvsca:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvsca:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvsca:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvsca:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvsca:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvsca:0:FF367B:90:000:Infinite Red Bar (1st Character) PL2 mvsca:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvsca:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvsca:0:FF3E7B:90:000:Infinite Red Bar (2nd Character) PL2 mvsca:0:FF36C6:09:000:Infinite Strikers PL2 mvsca:0:FF3674:03:000:Always have Max Super PL2 mvsca:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvsca:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvsca:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvsca:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvsca:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvsca:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvsca:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvsca:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvsca:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvsca:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvsca:00010000:FF3453:00000010:FFFFFFFF:Roll :mvsca:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvsca:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvsca:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvsca:00010000:FF3453:00000018:FFFFFFFF:Jin :mvsca:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvsca:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvsca:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvsca:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvsca:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvsca:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvsca:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvsca:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvsca:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvsca:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvsca:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvsca:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvsca:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvsca:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvsca:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvsca:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvsca:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvsca:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvsca:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvsca:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvsca:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvsca:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvsca:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvsca:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvsca:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvsca:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvsca:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvsca:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvsca:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvsca:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvsca:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvsca:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvsca:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvsca:62000000:000000:00000000:00000000:Select Partner PL2 :mvsca:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvsca:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvsca:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvsca:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvsca:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvsca:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvsca:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvsca:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvsca:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvsca:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvsca:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvsca:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvsca:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvsca:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvsca:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvsca:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvsca:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvsca:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvsca:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvsca:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvsca:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvsca:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvsca:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvsca:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvsca:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvsca:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvsca:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvsca:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvsca:0:FF4435:8F:000:Infinite Duo Time PL2 mvsca:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvsca:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvsca:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvsca:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvsca:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvsca:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvsca:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvsca:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvsca:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvsca:0:FF3403:01:000:Human Control (1st Character) PL2 mvsca:0:FF3403:00:000:CPU Control (1st Character) PL2 mvsca:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvsca:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvsca:0:FF3677:00:000:Use P colours (1st Character) PL2 mvsca:0:FF3677:01:000:Use K colours (1st Character) PL2 mvsca:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvsca:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvsca:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvsca:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvsca:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvsca:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvsca:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvsca:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvsca:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvsca:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvsca:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvsca:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvsca:0:FF3590:00:000:No Charge (1st Character) PL2 mvsca:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvsca:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvsca:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvsca:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvsca:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvsca:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvsca:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvsca:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvsca:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvsca:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvsca:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvsca:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvsca:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvsca:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvsca:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvsca:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvsca:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvsca:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvsca:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvsca:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvsca:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvsca:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvsca:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvsca:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvsca:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvsca:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvsca:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvsca:60000000:000000:00000000:00000000:[ ] :mvsca:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvsca:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvsca:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvsca:60000000:000000:00000000:00000000:[ ] :mvsca:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvsca:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvsca:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvsca:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvsca:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvsca:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvsca:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvsca:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvsca:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsca:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvsca:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvsca:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvsca:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsca:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvsca:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvsca:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvsca:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsca:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsca:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvsca:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvsca:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvsca:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvsca:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvsca:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvsca:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsca:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvsca:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvsca:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvsca:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsca:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvsca:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvsca:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvsca:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsca:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsca:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsca:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsca:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsca:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsca:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsca:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsca:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsca:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsca:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsca:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsca:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsca:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsca:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsca:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsca:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsca:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsca:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsca:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsca:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsca:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsca:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsca:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsca:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsca:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsca:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsca:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsca:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsca:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsca:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsca:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsca:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsca:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsca:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsca:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvsca:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvsca:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsca:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsca:00010000:FF31C2:00000001:FFFFFFFF:Light :mvsca:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsca:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsca:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsca:00010000:FF39C2:00000001:FFFFFFFF:Light :mvsca:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsca:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvsca:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsca:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsca:00010000:FF35C2:00000001:FFFFFFFF:Light :mvsca:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsca:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsca:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsca:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvsca:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsca:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsca:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsca:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsca:00010000:FF31C2:00000001:FFFFFFFF:Light :mvsca:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsca:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsca:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsca:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsca:00010000:FF39C2:00000001:FFFFFFFF:Light :mvsca:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsca:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsca:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsca:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsca:00010000:FF35C2:00000001:FFFFFFFF:Light :mvsca:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsca:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsca:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsca:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsca:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvsca:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvsca:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsca:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; Zangief ; ; The Iron Body uses one level of super bar. ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; ; Doing the Ultra Final Atomic Buster HC during a Duo will result in Zangief doing a Final Atomic Buster HC. ; ; The Atomic Suplex and the Flying Powerbomb uses the same address and command. However, the Atomic Suplex is done when ; Zangief is close to the opponent. ; :mvsca:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsca:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsca:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsca:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsca:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsca:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsca:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsca:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsca:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsca:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsca:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsca:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsca:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsca:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsca:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsca:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsca:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsca:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsca:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsca:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsca:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvsca:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsca:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsca:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsca:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsca:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsca:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsca:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvsca:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsca:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsca:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsca:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsca:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsca:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsca:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsca:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsca:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsca:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsca:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsca:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvsca:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsca:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsca:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsca:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsca:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsca:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvsca:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsca:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsca:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsca:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsca:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsca:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvsca:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvsca:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsca:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsca:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsca:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsca:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvsca:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvsca:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvsca:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsca:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsca:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsca:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsca:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvsca:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsca:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsca:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsca:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvsca:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsca:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsca:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsca:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsca:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvsca:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsca:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsca:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsca:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsca:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvsca:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsca:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsca:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsca:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsca:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsca:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsca:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsca:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsca:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvsca:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsca:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsca:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsca:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsca:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvsca:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsca:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsca:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsca:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsca:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvsca:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsca:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsca:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsca:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsca:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsca:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsca:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsca:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsca:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsca:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsca:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsca:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsca:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsca:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsca:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsca:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsca:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsca:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsca:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsca:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsca:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsca:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsca:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsca:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsca:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsca:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsca:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsca:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsca:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsca:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsca:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsca:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsca:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsca:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsca:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsca:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsca:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsca:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsca:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsca:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsca:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsca:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsca:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsca:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Dang it, this is the only Marvel character in this roster I don't know the name of. Good thing this movelist is short. ; ; You can move in all directions during the Hikou and perform any air attack. ; ; War Machine can't perform the Hikou during a duo. ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvsca:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsca:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsca:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsca:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsca:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsca:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsca:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvsca:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvsca:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvsca:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvsca:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvsca:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsca:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsca:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsca:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsca:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsca:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsca:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsca:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsca:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvsca:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsca:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsca:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsca:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsca:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsca:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsca:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; Rotate joystick during Web Throw for more damage. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvsca:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsca:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsca:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsca:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsca:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsca:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsca:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsca:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsca:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsca:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsca:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsca:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsca:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsca:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air ; ; Roll ; ; It's funny how small Roll is. So funny it isn't. ; ; Same notes for Roll as Mega Man regarding the Beat Plane, Rush Drill, and Eddie Yobi/Item Kougeki. ; :mvsca:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsca:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvsca:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvsca:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsca:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsca:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsca:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsca:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsca:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsca:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvsca:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsca:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvsca:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvsca:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsca:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsca:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsca:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsca:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsca:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsca:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the A character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvsca:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvsca:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvsca:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvsca:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvsca:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvsca:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvsca:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvsca:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvsca:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvsca:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvsca:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvsca:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvsca:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvsca:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvsca:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvsca:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvsca:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvsca:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvsca:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvsca:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvsca:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvsca:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvsca:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvsca:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvsca:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvsca:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvsca:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvsca:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvsca:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvsca:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvsca:0:000000:00:999:[ These are the codes to set the machine region - the ] mvsca:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvsca:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvsca:0:FF44B3:00:000:Region Switch = Japan mvsca:0:FF44B3:02:000:Region Switch = USA mvsca:0:FF44B3:04:000:Region Switch = Euro mvsca:0:FF44B3:06:000:Region Switch = Brazil mvsca:0:FF44B3:08:000:Region Switch = Hispanic mvsca:0:FF44B3:0A:000:Region Switch = Asia ; [ Marvel Vs. Capcom: Clash of Super Heroes (Asia 980112) ] mvscar1:0:FF4008:99:000:Infinite Time mvscar1:0:FF4008:00:002:Finish this Round Now! mvscar1:0:FF416E:13:000:Infinite Character Select Time mvscar1:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvscar1:0:FF4081:09:071:Select Current Stage Now! mvscar1:0:FF4081:09:001:Go to Final Stage Now! mvscar1:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvscar1:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvscar1:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvscar1:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvscar1:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvscar1:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvscar1:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvscar1:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvscar1:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvscar1:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvscar1:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvscar1:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvscar1:0:FF327B:90:500:Infinite Energy (1st Character) PL1 (2/2) mvscar1:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvscar1:0:FF327B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mvscar1:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvscar1:0:FF3A7B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mvscar1:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvscar1:0:FF3A7B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mvscar1:0:FF32C6:09:000:Infinite Strikers PL1 mvscar1:0:FF3274:03:000:Always have Max Super PL1 mvscar1:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvscar1:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscar1:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvscar1:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvscar1:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvscar1:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvscar1:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvscar1:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvscar1:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvscar1:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvscar1:00010000:FF3053:00000010:FFFFFFFF:Roll :mvscar1:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvscar1:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvscar1:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvscar1:00010000:FF3053:00000018:FFFFFFFF:Jin :mvscar1:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvscar1:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvscar1:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvscar1:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvscar1:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvscar1:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvscar1:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvscar1:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvscar1:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvscar1:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvscar1:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvscar1:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvscar1:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvscar1:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvscar1:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvscar1:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvscar1:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvscar1:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvscar1:00010000:FF3853:00000010:FFFFFFFF:Roll :mvscar1:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvscar1:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvscar1:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvscar1:00010000:FF3853:00000018:FFFFFFFF:Jin :mvscar1:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvscar1:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvscar1:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvscar1:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvscar1:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvscar1:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvscar1:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvscar1:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvscar1:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvscar1:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvscar1:62000000:000000:00000000:00000000:Select Partner PL1 :mvscar1:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvscar1:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvscar1:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvscar1:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvscar1:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvscar1:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvscar1:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvscar1:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvscar1:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvscar1:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvscar1:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvscar1:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvscar1:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvscar1:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvscar1:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvscar1:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvscar1:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvscar1:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvscar1:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvscar1:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvscar1:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvscar1:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvscar1:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscar1:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvscar1:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvscar1:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvscar1:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscar1:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvscar1:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvscar1:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvscar1:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscar1:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvscar1:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvscar1:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvscar1:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscar1:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvscar1:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvscar1:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvscar1:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvscar1:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvscar1:0:FF4035:8F:000:Infinite Duo Time PL1 mvscar1:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvscar1:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvscar1:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvscar1:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvscar1:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvscar1:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvscar1:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvscar1:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvscar1:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvscar1:0:FF3003:01:000:Human Control (1st Character) PL1 mvscar1:0:FF3003:00:000:CPU Control (1st Character) PL1 mvscar1:0:FF3803:01:000:Human Control (2nd Character) PL1 mvscar1:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvscar1:0:FF3277:00:000:Use P colours (1st Character) PL1 mvscar1:0:FF3277:01:000:Use K colours (1st Character) PL1 mvscar1:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvscar1:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvscar1:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvscar1:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvscar1:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvscar1:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvscar1:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscar1:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvscar1:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvscar1:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvscar1:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvscar1:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscar1:0:FF3190:00:000:No Charge (1st Character) PL1 mvscar1:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvscar1:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvscar1:0:FF3990:00:000:No Charge (2nd Character) PL1 mvscar1:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvscar1:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvscar1:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscar1:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvscar1:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvscar1:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvscar1:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvscar1:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvscar1:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscar1:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvscar1:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvscar1:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvscar1:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvscar1:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscar1:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvscar1:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscar1:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvscar1:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvscar1:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvscar1:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvscar1:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvscar1:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvscar1:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvscar1:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvscar1:0:FF367B:90:500:Infinite Energy (1st Character) PL2 (2/2) mvscar1:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvscar1:0:FF367B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mvscar1:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvscar1:0:FF3E7B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mvscar1:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvscar1:0:FF3E7B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mvscar1:0:FF36C6:09:000:Infinite Strikers PL2 mvscar1:0:FF3674:03:000:Always have Max Super PL2 mvscar1:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvscar1:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscar1:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvscar1:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvscar1:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvscar1:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvscar1:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvscar1:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvscar1:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvscar1:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvscar1:00010000:FF3453:00000010:FFFFFFFF:Roll :mvscar1:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvscar1:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvscar1:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvscar1:00010000:FF3453:00000018:FFFFFFFF:Jin :mvscar1:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvscar1:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvscar1:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvscar1:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvscar1:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvscar1:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvscar1:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvscar1:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvscar1:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvscar1:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvscar1:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvscar1:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvscar1:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvscar1:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvscar1:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvscar1:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvscar1:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvscar1:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvscar1:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvscar1:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvscar1:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvscar1:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvscar1:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvscar1:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvscar1:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvscar1:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvscar1:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvscar1:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvscar1:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvscar1:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvscar1:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvscar1:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvscar1:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvscar1:62000000:000000:00000000:00000000:Select Partner PL2 :mvscar1:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvscar1:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvscar1:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvscar1:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvscar1:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvscar1:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvscar1:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvscar1:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvscar1:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvscar1:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvscar1:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvscar1:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvscar1:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvscar1:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvscar1:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvscar1:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvscar1:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvscar1:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvscar1:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvscar1:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvscar1:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvscar1:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvscar1:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscar1:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvscar1:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvscar1:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvscar1:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvscar1:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvscar1:0:FF4435:8F:000:Infinite Duo Time PL2 mvscar1:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvscar1:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvscar1:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvscar1:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvscar1:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvscar1:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvscar1:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvscar1:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvscar1:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvscar1:0:FF3403:01:000:Human Control (1st Character) PL2 mvscar1:0:FF3403:00:000:CPU Control (1st Character) PL2 mvscar1:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvscar1:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvscar1:0:FF3677:00:000:Use P colours (1st Character) PL2 mvscar1:0:FF3677:01:000:Use K colours (1st Character) PL2 mvscar1:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvscar1:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvscar1:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvscar1:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvscar1:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvscar1:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvscar1:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscar1:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvscar1:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvscar1:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvscar1:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvscar1:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscar1:0:FF3590:00:000:No Charge (1st Character) PL2 mvscar1:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvscar1:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvscar1:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvscar1:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvscar1:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvscar1:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscar1:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvscar1:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvscar1:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvscar1:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvscar1:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvscar1:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscar1:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvscar1:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvscar1:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvscar1:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvscar1:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscar1:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvscar1:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscar1:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvscar1:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvscar1:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvscar1:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvscar1:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvscar1:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvscar1:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvscar1:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvscar1:60000000:000000:00000000:00000000:[ ] :mvscar1:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvscar1:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvscar1:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvscar1:60000000:000000:00000000:00000000:[ ] :mvscar1:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvscar1:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvscar1:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvscar1:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvscar1:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvscar1:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvscar1:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvscar1:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvscar1:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscar1:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvscar1:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvscar1:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvscar1:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscar1:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvscar1:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvscar1:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvscar1:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscar1:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscar1:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvscar1:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvscar1:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvscar1:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvscar1:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvscar1:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvscar1:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscar1:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvscar1:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvscar1:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvscar1:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscar1:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvscar1:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvscar1:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvscar1:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscar1:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscar1:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscar1:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscar1:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscar1:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscar1:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscar1:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscar1:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscar1:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscar1:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscar1:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscar1:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscar1:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscar1:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscar1:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscar1:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscar1:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscar1:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscar1:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscar1:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscar1:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscar1:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscar1:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscar1:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscar1:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscar1:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscar1:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscar1:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscar1:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscar1:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscar1:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscar1:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscar1:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvscar1:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscar1:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscar1:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscar1:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscar1:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscar1:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscar1:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscar1:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscar1:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscar1:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscar1:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscar1:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscar1:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscar1:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscar1:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscar1:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscar1:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscar1:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscar1:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscar1:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscar1:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscar1:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscar1:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscar1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscar1:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscar1:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscar1:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; Zangief ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; :mvscar1:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscar1:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscar1:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) ### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscar1:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscar1:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscar1:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) ### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscar1:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscar1:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscar1:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3)### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscar1:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscar1:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscar1:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3)### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscar1:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscar1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscar1:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscar1:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscar1:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscar1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscar1:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscar1:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscar1:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscar1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscar1:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscar1:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscar1:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscar1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscar1:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscar1:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscar1:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscar1:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscar1:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscar1:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscar1:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscar1:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscar1:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscar1:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscar1:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscar1:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscar1:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscar1:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscar1:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscar1:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscar1:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscar1:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvscar1:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscar1:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscar1:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscar1:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscar1:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscar1:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscar1:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscar1:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscar1:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscar1:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscar1:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvscar1:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvscar1:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscar1:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscar1:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscar1:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscar1:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvscar1:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscar1:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscar1:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscar1:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscar1:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscar1:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscar1:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscar1:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscar1:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscar1:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscar1:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscar1:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscar1:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscar1:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscar1:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscar1:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscar1:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscar1:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscar1:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscar1:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscar1:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscar1:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscar1:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscar1:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscar1:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscar1:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscar1:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscar1:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscar1:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscar1:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscar1:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscar1:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscar1:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscar1:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscar1:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscar1:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscar1:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscar1:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscar1:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscar1:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscar1:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscar1:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscar1:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscar1:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscar1:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscar1:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscar1:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscar1:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscar1:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscar1:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscar1:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscar1:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscar1:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscar1:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvscar1:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvscar1:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscar1:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscar1:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscar1:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscar1:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscar1:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscar1:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscar1:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscar1:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscar1:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscar1:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscar1:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvscar1:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscar1:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscar1:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscar1:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscar1:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscar1:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscar1:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscar1:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscar1:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscar1:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscar1:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscar1:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvscar1:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscar1:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscar1:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscar1:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscar1:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvscar1:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscar1:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscar1:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscar1:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscar1:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscar1:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscar1:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the 1st character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvscar1:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvscar1:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscar1:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscar1:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvscar1:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscar1:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscar1:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscar1:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscar1:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscar1:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvscar1:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscar1:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscar1:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvscar1:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscar1:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscar1:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscar1:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscar1:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscar1:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvscar1:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscar1:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscar1:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscar1:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscar1:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvscar1:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvscar1:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscar1:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscar1:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscar1:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscar1:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvscar1:0:000000:00:999:[ These are the codes to set the machine region - the ] mvscar1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvscar1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvscar1:0:FF44B3:00:000:Region Switch = Japan mvscar1:0:FF44B3:02:000:Region Switch = USA mvscar1:0:FF44B3:04:000:Region Switch = Euro mvscar1:0:FF44B3:06:000:Region Switch = Brazil mvscar1:0:FF44B3:08:000:Region Switch = Hispanic mvscar1:0:FF44B3:0A:000:Region Switch = Asia ; [ Marvel Vs. Capcom: Clash of Super Heroes (Brazil 980123) ] mvscb:0:FF4008:99:000:Infinite Time mvscb:0:FF4008:00:002:Finish this Round Now! mvscb:0:FF416E:13:000:Infinite Character Select Time mvscb:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvscb:0:FF4081:09:071:Select Current Stage Now! mvscb:0:FF4081:09:001:Go to Final Stage Now! mvscb:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvscb:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvscb:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvscb:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvscb:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvscb:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvscb:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvscb:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvscb:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvscb:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvscb:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvscb:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvscb:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvscb:0:FF327B:90:000:Infinite Red Bar (1st Character) PL1 mvscb:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvscb:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvscb:0:FF3A7B:90:000:Infinite Red Bar (2nd Character) PL1 mvscb:0:FF32C6:09:000:Infinite Strikers PL1 mvscb:0:FF3274:03:000:Always have Max Super PL1 mvscb:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvscb:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscb:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvscb:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvscb:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvscb:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvscb:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvscb:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvscb:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvscb:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvscb:00010000:FF3053:00000010:FFFFFFFF:Roll :mvscb:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvscb:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvscb:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvscb:00010000:FF3053:00000018:FFFFFFFF:Jin :mvscb:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvscb:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvscb:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvscb:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvscb:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvscb:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvscb:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvscb:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvscb:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvscb:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvscb:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvscb:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvscb:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvscb:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvscb:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvscb:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvscb:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvscb:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvscb:00010000:FF3853:00000010:FFFFFFFF:Roll :mvscb:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvscb:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvscb:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvscb:00010000:FF3853:00000018:FFFFFFFF:Jin :mvscb:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvscb:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvscb:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvscb:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvscb:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvscb:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvscb:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvscb:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvscb:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvscb:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvscb:62000000:000000:00000000:00000000:Select Partner PL1 :mvscb:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvscb:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvscb:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvscb:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvscb:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvscb:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvscb:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvscb:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvscb:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvscb:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvscb:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvscb:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvscb:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvscb:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvscb:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvscb:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvscb:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvscb:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvscb:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvscb:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvscb:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvscb:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvscb:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscb:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvscb:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvscb:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvscb:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscb:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvscb:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvscb:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvscb:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscb:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvscb:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvscb:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvscb:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscb:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvscb:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvscb:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvscb:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvscb:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvscb:0:FF4035:8F:000:Infinite Duo Time PL1 mvscb:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvscb:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvscb:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvscb:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvscb:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvscb:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvscb:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvscb:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvscb:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvscb:0:FF3003:01:000:Human Control (1st Character) PL1 mvscb:0:FF3003:00:000:CPU Control (1st Character) PL1 mvscb:0:FF3803:01:000:Human Control (2nd Character) PL1 mvscb:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvscb:0:FF3277:00:000:Use P colours (1st Character) PL1 mvscb:0:FF3277:01:000:Use K colours (1st Character) PL1 mvscb:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvscb:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvscb:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvscb:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvscb:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvscb:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvscb:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscb:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvscb:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvscb:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvscb:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvscb:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscb:0:FF3190:00:000:No Charge (1st Character) PL1 mvscb:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvscb:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvscb:0:FF3990:00:000:No Charge (2nd Character) PL1 mvscb:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvscb:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvscb:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscb:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvscb:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvscb:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvscb:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvscb:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvscb:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscb:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvscb:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvscb:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvscb:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvscb:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscb:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvscb:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscb:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvscb:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvscb:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvscb:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvscb:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvscb:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvscb:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvscb:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvscb:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvscb:0:FF367B:90:000:Infinite Red Bar (1st Character) PL2 mvscb:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvscb:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvscb:0:FF3E7B:90:000:Infinite Red Bar (2nd Character) PL2 mvscb:0:FF36C6:09:000:Infinite Strikers PL2 mvscb:0:FF3674:03:000:Always have Max Super PL2 mvscb:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvscb:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscb:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvscb:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvscb:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvscb:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvscb:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvscb:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvscb:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvscb:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvscb:00010000:FF3453:00000010:FFFFFFFF:Roll :mvscb:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvscb:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvscb:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvscb:00010000:FF3453:00000018:FFFFFFFF:Jin :mvscb:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvscb:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvscb:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvscb:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvscb:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvscb:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvscb:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvscb:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvscb:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvscb:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvscb:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvscb:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvscb:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvscb:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvscb:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvscb:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvscb:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvscb:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvscb:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvscb:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvscb:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvscb:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvscb:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvscb:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvscb:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvscb:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvscb:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvscb:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvscb:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvscb:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvscb:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvscb:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvscb:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvscb:62000000:000000:00000000:00000000:Select Partner PL2 :mvscb:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvscb:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvscb:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvscb:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvscb:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvscb:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvscb:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvscb:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvscb:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvscb:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvscb:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvscb:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvscb:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvscb:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvscb:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvscb:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvscb:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvscb:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvscb:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvscb:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvscb:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvscb:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvscb:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscb:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvscb:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvscb:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvscb:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvscb:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvscb:0:FF4435:8F:000:Infinite Duo Time PL2 mvscb:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvscb:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvscb:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvscb:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvscb:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvscb:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvscb:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvscb:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvscb:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvscb:0:FF3403:01:000:Human Control (1st Character) PL2 mvscb:0:FF3403:00:000:CPU Control (1st Character) PL2 mvscb:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvscb:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvscb:0:FF3677:00:000:Use P colours (1st Character) PL2 mvscb:0:FF3677:01:000:Use K colours (1st Character) PL2 mvscb:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvscb:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvscb:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvscb:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvscb:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvscb:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvscb:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscb:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvscb:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvscb:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvscb:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvscb:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscb:0:FF3590:00:000:No Charge (1st Character) PL2 mvscb:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvscb:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvscb:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvscb:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvscb:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvscb:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscb:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvscb:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvscb:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvscb:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvscb:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvscb:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscb:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvscb:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvscb:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvscb:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvscb:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscb:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvscb:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscb:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvscb:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvscb:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvscb:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvscb:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvscb:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvscb:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvscb:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvscb:60000000:000000:00000000:00000000:[ ] :mvscb:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvscb:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvscb:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvscb:60000000:000000:00000000:00000000:[ ] :mvscb:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvscb:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvscb:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvscb:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvscb:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvscb:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvscb:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvscb:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvscb:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscb:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvscb:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvscb:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvscb:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscb:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvscb:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvscb:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvscb:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscb:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscb:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvscb:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvscb:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvscb:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvscb:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvscb:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvscb:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscb:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvscb:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvscb:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvscb:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscb:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvscb:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvscb:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvscb:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscb:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscb:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscb:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscb:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscb:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscb:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscb:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscb:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscb:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscb:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscb:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscb:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscb:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscb:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscb:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscb:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscb:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscb:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscb:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscb:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscb:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscb:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscb:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscb:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscb:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscb:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscb:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscb:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscb:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscb:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscb:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscb:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscb:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscb:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscb:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvscb:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvscb:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscb:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscb:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscb:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscb:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscb:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscb:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscb:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscb:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvscb:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscb:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscb:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscb:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscb:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscb:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscb:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscb:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscb:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscb:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscb:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscb:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscb:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscb:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscb:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscb:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscb:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscb:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscb:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscb:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscb:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscb:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscb:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscb:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscb:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscb:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscb:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscb:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscb:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscb:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; Zangief ; ; The Iron Body uses one level of super bar. ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; ; Doing the Ultra Final Atomic Buster HC during a Duo will result in Zangief doing a Final Atomic Buster HC. ; ; The Atomic Suplex and the Flying Powerbomb uses the same address and command. However, the Atomic Suplex is done when ; Zangief is close to the opponent. ; :mvscb:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscb:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscb:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscb:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscb:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscb:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscb:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscb:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscb:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscb:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscb:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscb:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscb:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscb:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscb:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscb:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscb:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscb:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscb:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscb:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscb:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvscb:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscb:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscb:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscb:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscb:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscb:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscb:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvscb:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscb:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscb:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscb:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscb:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscb:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscb:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscb:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscb:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscb:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscb:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscb:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvscb:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscb:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscb:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscb:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscb:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscb:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscb:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscb:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscb:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscb:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscb:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscb:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvscb:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvscb:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscb:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscb:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscb:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscb:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscb:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvscb:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvscb:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscb:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscb:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscb:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscb:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvscb:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscb:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscb:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscb:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvscb:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscb:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscb:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscb:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscb:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvscb:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscb:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscb:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscb:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscb:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvscb:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscb:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscb:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscb:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscb:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscb:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscb:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscb:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscb:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvscb:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscb:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscb:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscb:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscb:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvscb:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscb:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscb:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscb:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscb:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvscb:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscb:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscb:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscb:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscb:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscb:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscb:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscb:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscb:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscb:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscb:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscb:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscb:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscb:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscb:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscb:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscb:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscb:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscb:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscb:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscb:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscb:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscb:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscb:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscb:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscb:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscb:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscb:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscb:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscb:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscb:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscb:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscb:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscb:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscb:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscb:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscb:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscb:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscb:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscb:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscb:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscb:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscb:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscb:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Dang it, this is the only Marvel character in this roster I don't know the name of. Good thing this movelist is short. ; ; You can move in all directions during the Hikou and perform any air attack. ; ; War Machine can't perform the Hikou during a duo. ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvscb:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscb:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscb:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscb:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscb:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscb:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscb:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvscb:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvscb:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvscb:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvscb:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvscb:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscb:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscb:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscb:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscb:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscb:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscb:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscb:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscb:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvscb:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscb:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscb:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscb:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscb:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscb:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscb:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; Rotate joystick during Web Throw for more damage. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvscb:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscb:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscb:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscb:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscb:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscb:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscb:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscb:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscb:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscb:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscb:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscb:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscb:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscb:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air ; ; Roll ; ; It's funny how small Roll is. So funny it isn't. ; ; Same notes for Roll as Mega Man regarding the Beat Plane, Rush Drill, and Eddie Yobi/Item Kougeki. ; :mvscb:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscb:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscb:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvscb:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscb:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscb:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscb:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscb:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscb:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscb:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscb:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscb:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscb:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvscb:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscb:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscb:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscb:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscb:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscb:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscb:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the A character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvscb:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvscb:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscb:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscb:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvscb:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscb:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscb:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscb:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscb:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscb:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvscb:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscb:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscb:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvscb:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscb:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscb:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscb:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscb:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscb:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvscb:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscb:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscb:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscb:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscb:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvscb:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvscb:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscb:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscb:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscb:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscb:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvscb:0:000000:00:999:[ These are the codes to set the machine region - the ] mvscb:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvscb:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvscb:0:FF44B3:00:000:Region Switch = Japan mvscb:0:FF44B3:02:000:Region Switch = USA mvscb:0:FF44B3:04:000:Region Switch = Euro mvscb:0:FF44B3:06:000:Region Switch = Brazil mvscb:0:FF44B3:08:000:Region Switch = Hispanic mvscb:0:FF44B3:0A:000:Region Switch = Asia ; [ Marvel Vs. Capcom: Clash of Super Heroes (Hispanic 980123) ] mvsch:0:FF4008:99:000:Infinite Time mvsch:0:FF4008:00:002:Finish this Round Now! mvsch:0:FF416E:13:000:Infinite Character Select Time mvsch:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvsch:0:FF4081:09:071:Select Current Stage Now! mvsch:0:FF4081:09:001:Go to Final Stage Now! mvsch:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvsch:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvsch:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvsch:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvsch:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvsch:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvsch:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvsch:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvsch:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvsch:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvsch:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvsch:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvsch:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvsch:0:FF327B:90:000:Infinite Red Bar (1st Character) PL1 mvsch:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvsch:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvsch:0:FF3A7B:90:000:Infinite Red Bar (2nd Character) PL1 mvsch:0:FF32C6:09:000:Infinite Strikers PL1 mvsch:0:FF3274:03:000:Always have Max Super PL1 mvsch:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvsch:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvsch:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvsch:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvsch:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvsch:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvsch:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvsch:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvsch:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvsch:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvsch:00010000:FF3053:00000010:FFFFFFFF:Roll :mvsch:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvsch:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvsch:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvsch:00010000:FF3053:00000018:FFFFFFFF:Jin :mvsch:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvsch:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvsch:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvsch:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvsch:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvsch:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvsch:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvsch:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvsch:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvsch:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvsch:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvsch:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvsch:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvsch:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvsch:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvsch:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvsch:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvsch:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvsch:00010000:FF3853:00000010:FFFFFFFF:Roll :mvsch:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvsch:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvsch:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvsch:00010000:FF3853:00000018:FFFFFFFF:Jin :mvsch:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvsch:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvsch:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvsch:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvsch:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvsch:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvsch:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvsch:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvsch:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvsch:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvsch:62000000:000000:00000000:00000000:Select Partner PL1 :mvsch:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvsch:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvsch:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvsch:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvsch:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvsch:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvsch:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvsch:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvsch:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvsch:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvsch:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvsch:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvsch:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvsch:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvsch:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvsch:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvsch:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvsch:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvsch:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvsch:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvsch:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvsch:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvsch:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsch:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvsch:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvsch:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvsch:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsch:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvsch:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvsch:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvsch:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvsch:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvsch:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvsch:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvsch:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvsch:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvsch:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvsch:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvsch:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvsch:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvsch:0:FF4035:8F:000:Infinite Duo Time PL1 mvsch:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvsch:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvsch:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvsch:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvsch:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvsch:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvsch:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvsch:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvsch:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvsch:0:FF3003:01:000:Human Control (1st Character) PL1 mvsch:0:FF3003:00:000:CPU Control (1st Character) PL1 mvsch:0:FF3803:01:000:Human Control (2nd Character) PL1 mvsch:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvsch:0:FF3277:00:000:Use P colours (1st Character) PL1 mvsch:0:FF3277:01:000:Use K colours (1st Character) PL1 mvsch:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvsch:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvsch:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvsch:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvsch:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvsch:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvsch:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvsch:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvsch:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvsch:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvsch:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvsch:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvsch:0:FF3190:00:000:No Charge (1st Character) PL1 mvsch:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvsch:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvsch:0:FF3990:00:000:No Charge (2nd Character) PL1 mvsch:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvsch:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvsch:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvsch:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvsch:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvsch:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvsch:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvsch:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvsch:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvsch:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvsch:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvsch:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvsch:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvsch:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvsch:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvsch:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvsch:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvsch:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvsch:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvsch:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvsch:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvsch:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvsch:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvsch:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvsch:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvsch:0:FF367B:90:000:Infinite Red Bar (1st Character) PL2 mvsch:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvsch:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvsch:0:FF3E7B:90:000:Infinite Red Bar (2nd Character) PL2 mvsch:0:FF36C6:09:000:Infinite Strikers PL2 mvsch:0:FF3674:03:000:Always have Max Super PL2 mvsch:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvsch:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvsch:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvsch:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvsch:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvsch:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvsch:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvsch:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvsch:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvsch:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvsch:00010000:FF3453:00000010:FFFFFFFF:Roll :mvsch:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvsch:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvsch:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvsch:00010000:FF3453:00000018:FFFFFFFF:Jin :mvsch:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvsch:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvsch:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvsch:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvsch:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvsch:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvsch:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvsch:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvsch:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvsch:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvsch:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvsch:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvsch:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvsch:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvsch:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvsch:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvsch:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvsch:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvsch:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvsch:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvsch:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvsch:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvsch:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvsch:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvsch:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvsch:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvsch:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvsch:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvsch:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvsch:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvsch:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvsch:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvsch:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvsch:62000000:000000:00000000:00000000:Select Partner PL2 :mvsch:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvsch:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvsch:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvsch:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvsch:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvsch:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvsch:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvsch:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvsch:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvsch:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvsch:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvsch:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvsch:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvsch:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvsch:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvsch:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvsch:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvsch:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvsch:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvsch:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvsch:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvsch:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvsch:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvsch:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvsch:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvsch:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvsch:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvsch:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvsch:0:FF4435:8F:000:Infinite Duo Time PL2 mvsch:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvsch:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvsch:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvsch:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvsch:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvsch:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvsch:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvsch:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvsch:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvsch:0:FF3403:01:000:Human Control (1st Character) PL2 mvsch:0:FF3403:00:000:CPU Control (1st Character) PL2 mvsch:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvsch:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvsch:0:FF3677:00:000:Use P colours (1st Character) PL2 mvsch:0:FF3677:01:000:Use K colours (1st Character) PL2 mvsch:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvsch:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvsch:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvsch:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvsch:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvsch:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvsch:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvsch:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvsch:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvsch:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvsch:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvsch:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvsch:0:FF3590:00:000:No Charge (1st Character) PL2 mvsch:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvsch:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvsch:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvsch:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvsch:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvsch:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvsch:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvsch:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvsch:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvsch:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvsch:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvsch:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvsch:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvsch:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvsch:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvsch:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvsch:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvsch:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvsch:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvsch:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvsch:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvsch:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvsch:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvsch:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvsch:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvsch:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvsch:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvsch:60000000:000000:00000000:00000000:[ ] :mvsch:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvsch:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvsch:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvsch:60000000:000000:00000000:00000000:[ ] :mvsch:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvsch:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvsch:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvsch:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvsch:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvsch:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvsch:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvsch:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvsch:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsch:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvsch:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvsch:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvsch:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsch:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvsch:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvsch:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvsch:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsch:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsch:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvsch:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvsch:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvsch:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvsch:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvsch:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvsch:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsch:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvsch:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvsch:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvsch:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvsch:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvsch:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvsch:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvsch:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsch:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsch:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsch:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsch:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsch:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsch:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsch:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvsch:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsch:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsch:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsch:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsch:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvsch:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvsch:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsch:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsch:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsch:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsch:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsch:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsch:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsch:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsch:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsch:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsch:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsch:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsch:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsch:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsch:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsch:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvsch:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvsch:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvsch:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvsch:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvsch:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvsch:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvsch:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvsch:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsch:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsch:00010000:FF31C2:00000001:FFFFFFFF:Light :mvsch:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsch:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsch:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsch:00010000:FF39C2:00000001:FFFFFFFF:Light :mvsch:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsch:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvsch:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsch:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsch:00010000:FF35C2:00000001:FFFFFFFF:Light :mvsch:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsch:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvsch:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvsch:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvsch:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvsch:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsch:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsch:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsch:00010000:FF31C2:00000001:FFFFFFFF:Light :mvsch:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsch:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsch:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsch:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsch:00010000:FF39C2:00000001:FFFFFFFF:Light :mvsch:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsch:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsch:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsch:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsch:00010000:FF35C2:00000001:FFFFFFFF:Light :mvsch:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsch:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvsch:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvsch:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvsch:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvsch:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvsch:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvsch:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; Zangief ; ; The Iron Body uses one level of super bar. ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; ; Doing the Ultra Final Atomic Buster HC during a Duo will result in Zangief doing a Final Atomic Buster HC. ; ; The Atomic Suplex and the Flying Powerbomb uses the same address and command. However, the Atomic Suplex is done when ; Zangief is close to the opponent. ; :mvsch:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsch:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsch:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsch:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsch:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsch:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsch:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvsch:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvsch:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsch:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsch:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsch:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsch:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsch:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsch:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvsch:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvsch:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvsch:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvsch:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvsch:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvsch:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvsch:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsch:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsch:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsch:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsch:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsch:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsch:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvsch:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsch:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsch:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsch:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvsch:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvsch:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvsch:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsch:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsch:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsch:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsch:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsch:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvsch:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsch:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsch:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsch:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsch:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsch:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvsch:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvsch:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsch:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsch:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsch:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsch:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvsch:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvsch:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvsch:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvsch:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvsch:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvsch:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvsch:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvsch:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvsch:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsch:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsch:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsch:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsch:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvsch:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsch:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsch:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvsch:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvsch:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsch:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsch:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsch:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsch:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvsch:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsch:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsch:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsch:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsch:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvsch:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsch:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsch:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsch:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsch:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvsch:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvsch:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvsch:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvsch:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvsch:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsch:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsch:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsch:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsch:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvsch:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsch:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsch:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsch:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsch:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvsch:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsch:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsch:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsch:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsch:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvsch:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvsch:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvsch:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvsch:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvsch:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsch:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsch:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsch:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsch:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsch:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsch:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsch:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsch:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsch:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsch:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsch:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsch:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvsch:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvsch:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvsch:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvsch:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsch:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsch:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsch:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsch:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsch:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsch:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvsch:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvsch:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsch:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsch:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsch:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsch:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsch:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsch:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsch:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvsch:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvsch:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvsch:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Dang it, this is the only Marvel character in this roster I don't know the name of. Good thing this movelist is short. ; ; You can move in all directions during the Hikou and perform any air attack. ; ; War Machine can't perform the Hikou during a duo. ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvsch:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsch:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsch:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsch:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsch:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsch:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsch:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvsch:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvsch:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvsch:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvsch:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvsch:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsch:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsch:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsch:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsch:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsch:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsch:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsch:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsch:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvsch:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsch:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsch:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsch:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvsch:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvsch:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvsch:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; Rotate joystick during Web Throw for more damage. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvsch:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsch:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsch:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsch:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvsch:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvsch:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsch:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsch:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsch:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsch:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsch:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvsch:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvsch:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvsch:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air ; ; Roll ; ; It's funny how small Roll is. So funny it isn't. ; ; Same notes for Roll as Mega Man regarding the Beat Plane, Rush Drill, and Eddie Yobi/Item Kougeki. ; :mvsch:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsch:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvsch:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvsch:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsch:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsch:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsch:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsch:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsch:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsch:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvsch:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsch:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvsch:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvsch:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvsch:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvsch:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvsch:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvsch:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvsch:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvsch:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the A character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvsch:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvsch:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvsch:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvsch:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvsch:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvsch:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvsch:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvsch:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvsch:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvsch:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvsch:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvsch:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvsch:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvsch:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvsch:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvsch:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvsch:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvsch:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvsch:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvsch:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvsch:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvsch:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvsch:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvsch:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvsch:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvsch:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvsch:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvsch:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvsch:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvsch:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvsch:0:000000:00:999:[ These are the codes to set the machine region - the ] mvsch:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvsch:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvsch:0:FF44B3:00:000:Region Switch = Japan mvsch:0:FF44B3:02:000:Region Switch = USA mvsch:0:FF44B3:04:000:Region Switch = Euro mvsch:0:FF44B3:06:000:Region Switch = Brazil mvsch:0:FF44B3:08:000:Region Switch = Hispanic mvsch:0:FF44B3:0A:000:Region Switch = Asia ; [ Marvel Vs. Capcom: Clash of Super Heroes (Japan 980123) ] mvscj:0:FF4008:99:000:Infinite Time mvscj:0:FF4008:00:002:Finish this Round Now! mvscj:0:FF416E:13:000:Infinite Character Select Time mvscj:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvscj:0:FF4081:09:071:Select Current Stage Now! mvscj:0:FF4081:09:001:Go to Final Stage Now! mvscj:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvscj:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvscj:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvscj:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvscj:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvscj:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvscj:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvscj:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvscj:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvscj:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvscj:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvscj:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvscj:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvscj:0:FF327B:90:000:Infinite Red Bar (1st Character) PL1 mvscj:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvscj:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvscj:0:FF3A7B:90:000:Infinite Red Bar (2nd Character) PL1 mvscj:0:FF32C6:09:000:Infinite Strikers PL1 mvscj:0:FF3274:03:000:Always have Max Super PL1 mvscj:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvscj:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscj:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvscj:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvscj:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvscj:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvscj:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvscj:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvscj:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvscj:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvscj:00010000:FF3053:00000010:FFFFFFFF:Roll :mvscj:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvscj:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvscj:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvscj:00010000:FF3053:00000018:FFFFFFFF:Jin :mvscj:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvscj:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvscj:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvscj:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvscj:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvscj:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvscj:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvscj:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvscj:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvscj:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvscj:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvscj:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvscj:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvscj:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvscj:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvscj:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvscj:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvscj:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvscj:00010000:FF3853:00000010:FFFFFFFF:Roll :mvscj:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvscj:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvscj:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvscj:00010000:FF3853:00000018:FFFFFFFF:Jin :mvscj:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvscj:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvscj:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvscj:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvscj:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvscj:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvscj:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvscj:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvscj:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvscj:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvscj:62000000:000000:00000000:00000000:Select Partner PL1 :mvscj:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvscj:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvscj:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvscj:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvscj:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvscj:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvscj:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvscj:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvscj:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvscj:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvscj:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvscj:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvscj:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvscj:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvscj:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvscj:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvscj:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvscj:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvscj:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvscj:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvscj:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvscj:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvscj:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscj:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvscj:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvscj:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvscj:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscj:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvscj:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvscj:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvscj:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscj:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvscj:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvscj:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvscj:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscj:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvscj:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvscj:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvscj:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvscj:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvscj:0:FF4035:8F:000:Infinite Duo Time PL1 mvscj:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvscj:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvscj:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvscj:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvscj:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvscj:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvscj:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvscj:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvscj:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvscj:0:FF3003:01:000:Human Control (1st Character) PL1 mvscj:0:FF3003:00:000:CPU Control (1st Character) PL1 mvscj:0:FF3803:01:000:Human Control (2nd Character) PL1 mvscj:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvscj:0:FF3277:00:000:Use P colours (1st Character) PL1 mvscj:0:FF3277:01:000:Use K colours (1st Character) PL1 mvscj:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvscj:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvscj:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvscj:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvscj:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvscj:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvscj:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscj:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvscj:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvscj:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvscj:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvscj:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscj:0:FF3190:00:000:No Charge (1st Character) PL1 mvscj:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvscj:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvscj:0:FF3990:00:000:No Charge (2nd Character) PL1 mvscj:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvscj:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvscj:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscj:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvscj:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvscj:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvscj:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvscj:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvscj:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscj:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvscj:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvscj:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvscj:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvscj:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscj:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvscj:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscj:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvscj:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvscj:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvscj:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvscj:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvscj:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvscj:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvscj:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvscj:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvscj:0:FF367B:90:000:Infinite Red Bar (1st Character) PL2 mvscj:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvscj:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvscj:0:FF3E7B:90:000:Infinite Red Bar (2nd Character) PL2 mvscj:0:FF36C6:09:000:Infinite Strikers PL2 mvscj:0:FF3674:03:000:Always have Max Super PL2 mvscj:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvscj:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscj:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvscj:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvscj:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvscj:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvscj:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvscj:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvscj:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvscj:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvscj:00010000:FF3453:00000010:FFFFFFFF:Roll :mvscj:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvscj:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvscj:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvscj:00010000:FF3453:00000018:FFFFFFFF:Jin :mvscj:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvscj:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvscj:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvscj:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvscj:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvscj:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvscj:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvscj:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvscj:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvscj:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvscj:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvscj:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvscj:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvscj:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvscj:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvscj:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvscj:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvscj:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvscj:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvscj:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvscj:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvscj:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvscj:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvscj:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvscj:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvscj:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvscj:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvscj:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvscj:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvscj:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvscj:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvscj:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvscj:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvscj:62000000:000000:00000000:00000000:Select Partner PL2 :mvscj:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvscj:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvscj:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvscj:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvscj:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvscj:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvscj:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvscj:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvscj:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvscj:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvscj:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvscj:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvscj:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvscj:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvscj:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvscj:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvscj:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvscj:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvscj:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvscj:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvscj:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvscj:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvscj:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscj:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvscj:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvscj:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvscj:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvscj:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvscj:0:FF4435:8F:000:Infinite Duo Time PL2 mvscj:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvscj:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvscj:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvscj:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvscj:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvscj:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvscj:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvscj:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvscj:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvscj:0:FF3403:01:000:Human Control (1st Character) PL2 mvscj:0:FF3403:00:000:CPU Control (1st Character) PL2 mvscj:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvscj:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvscj:0:FF3677:00:000:Use P colours (1st Character) PL2 mvscj:0:FF3677:01:000:Use K colours (1st Character) PL2 mvscj:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvscj:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvscj:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvscj:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvscj:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvscj:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvscj:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscj:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvscj:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvscj:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvscj:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvscj:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscj:0:FF3590:00:000:No Charge (1st Character) PL2 mvscj:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvscj:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvscj:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvscj:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvscj:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvscj:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscj:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvscj:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvscj:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvscj:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvscj:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvscj:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscj:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvscj:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvscj:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvscj:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvscj:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscj:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvscj:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscj:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvscj:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvscj:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvscj:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvscj:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvscj:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvscj:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvscj:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvscj:60000000:000000:00000000:00000000:[ ] :mvscj:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvscj:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvscj:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvscj:60000000:000000:00000000:00000000:[ ] :mvscj:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvscj:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvscj:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvscj:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvscj:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvscj:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvscj:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvscj:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvscj:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscj:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvscj:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvscj:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvscj:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscj:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvscj:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvscj:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvscj:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscj:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscj:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvscj:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvscj:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvscj:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvscj:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvscj:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvscj:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscj:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvscj:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvscj:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvscj:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscj:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvscj:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvscj:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvscj:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscj:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscj:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscj:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscj:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscj:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscj:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscj:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscj:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscj:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscj:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscj:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscj:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscj:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscj:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscj:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscj:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscj:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscj:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscj:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscj:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscj:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscj:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscj:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscj:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscj:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscj:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscj:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscj:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscj:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscj:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscj:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscj:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscj:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscj:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscj:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvscj:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvscj:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscj:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscj:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscj:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscj:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscj:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscj:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscj:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscj:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvscj:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscj:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscj:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscj:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscj:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscj:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscj:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscj:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscj:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscj:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscj:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscj:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscj:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscj:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscj:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscj:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscj:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscj:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscj:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscj:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscj:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscj:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscj:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscj:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscj:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscj:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscj:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscj:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscj:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscj:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; Zangief ; ; The Iron Body uses one level of super bar. ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; ; Doing the Ultra Final Atomic Buster HC during a Duo will result in Zangief doing a Final Atomic Buster HC. ; ; The Atomic Suplex and the Flying Powerbomb uses the same address and command. However, the Atomic Suplex is done when ; Zangief is close to the opponent. ; :mvscj:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscj:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscj:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscj:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscj:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscj:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscj:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscj:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscj:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscj:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscj:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscj:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscj:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscj:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscj:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscj:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscj:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscj:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscj:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscj:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscj:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvscj:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscj:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscj:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscj:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscj:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscj:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscj:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvscj:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscj:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscj:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscj:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscj:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscj:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscj:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscj:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscj:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscj:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscj:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscj:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvscj:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscj:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscj:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscj:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscj:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscj:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscj:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscj:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscj:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscj:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscj:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscj:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvscj:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvscj:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscj:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscj:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscj:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscj:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscj:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvscj:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvscj:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscj:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscj:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscj:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscj:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvscj:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscj:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscj:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscj:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvscj:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscj:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscj:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscj:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscj:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvscj:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscj:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscj:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscj:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscj:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvscj:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscj:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscj:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscj:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscj:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscj:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscj:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscj:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscj:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvscj:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscj:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscj:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscj:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscj:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvscj:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscj:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscj:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscj:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscj:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvscj:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscj:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscj:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscj:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscj:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscj:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscj:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscj:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscj:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscj:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscj:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscj:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscj:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscj:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscj:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscj:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscj:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscj:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscj:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscj:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscj:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscj:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscj:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscj:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscj:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscj:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscj:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscj:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscj:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscj:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscj:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscj:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscj:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscj:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscj:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscj:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscj:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscj:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscj:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscj:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscj:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscj:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscj:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscj:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Dang it, this is the only Marvel character in this roster I don't know the name of. Good thing this movelist is short. ; ; You can move in all directions during the Hikou and perform any air attack. ; ; War Machine can't perform the Hikou during a duo. ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvscj:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscj:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscj:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscj:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscj:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscj:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscj:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvscj:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvscj:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvscj:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvscj:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvscj:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscj:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscj:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscj:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscj:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscj:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscj:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscj:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscj:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvscj:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscj:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscj:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscj:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscj:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscj:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscj:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; Rotate joystick during Web Throw for more damage. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvscj:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscj:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscj:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscj:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscj:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscj:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscj:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscj:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscj:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscj:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscj:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscj:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscj:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscj:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air ; ; Roll ; ; It's funny how small Roll is. So funny it isn't. ; ; Same notes for Roll as Mega Man regarding the Beat Plane, Rush Drill, and Eddie Yobi/Item Kougeki. ; :mvscj:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscj:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscj:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvscj:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscj:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscj:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscj:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscj:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscj:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscj:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscj:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscj:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscj:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvscj:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscj:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscj:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscj:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscj:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscj:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscj:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the A character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvscj:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvscj:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscj:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscj:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvscj:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscj:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscj:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscj:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscj:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscj:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvscj:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscj:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscj:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvscj:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscj:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscj:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscj:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscj:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscj:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvscj:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscj:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscj:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscj:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscj:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvscj:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvscj:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscj:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscj:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscj:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscj:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvscj:0:000000:00:999:[ These are the codes to set the machine region - the ] mvscj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvscj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvscj:0:FF44B3:00:000:Region Switch = Japan mvscj:0:FF44B3:02:000:Region Switch = USA mvscj:0:FF44B3:04:000:Region Switch = Euro mvscj:0:FF44B3:06:000:Region Switch = Brazil mvscj:0:FF44B3:08:000:Region Switch = Hispanic mvscj:0:FF44B3:0A:000:Region Switch = Asia ; [ Marvel Vs. Capcom: Clash of Super Heroes (Japan 980112) ] mvscjr1:0:FF4008:99:000:Infinite Time mvscjr1:0:FF4008:00:002:Finish this Round Now! mvscjr1:0:FF416E:13:000:Infinite Character Select Time mvscjr1:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvscjr1:0:FF4081:09:071:Select Current Stage Now! mvscjr1:0:FF4081:09:001:Go to Final Stage Now! mvscjr1:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvscjr1:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvscjr1:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvscjr1:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvscjr1:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvscjr1:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvscjr1:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvscjr1:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvscjr1:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvscjr1:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvscjr1:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvscjr1:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvscjr1:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvscjr1:0:FF327B:90:000:Infinite Red Bar (1st Character) PL1 mvscjr1:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvscjr1:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvscjr1:0:FF3A7B:90:000:Infinite Red Bar (2nd Character) PL1 mvscjr1:0:FF32C6:09:000:Infinite Strikers PL1 mvscjr1:0:FF3274:03:000:Always have Max Super PL1 mvscjr1:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvscjr1:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscjr1:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvscjr1:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvscjr1:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvscjr1:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvscjr1:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvscjr1:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvscjr1:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvscjr1:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvscjr1:00010000:FF3053:00000010:FFFFFFFF:Roll :mvscjr1:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvscjr1:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvscjr1:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvscjr1:00010000:FF3053:00000018:FFFFFFFF:Jin :mvscjr1:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvscjr1:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvscjr1:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvscjr1:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvscjr1:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvscjr1:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvscjr1:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvscjr1:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvscjr1:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvscjr1:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvscjr1:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvscjr1:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvscjr1:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvscjr1:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvscjr1:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvscjr1:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvscjr1:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvscjr1:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvscjr1:00010000:FF3853:00000010:FFFFFFFF:Roll :mvscjr1:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvscjr1:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvscjr1:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvscjr1:00010000:FF3853:00000018:FFFFFFFF:Jin :mvscjr1:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvscjr1:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvscjr1:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvscjr1:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvscjr1:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvscjr1:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvscjr1:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvscjr1:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvscjr1:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvscjr1:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvscjr1:62000000:000000:00000000:00000000:Select Partner PL1 :mvscjr1:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvscjr1:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvscjr1:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvscjr1:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvscjr1:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvscjr1:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvscjr1:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvscjr1:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvscjr1:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvscjr1:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvscjr1:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvscjr1:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvscjr1:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvscjr1:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvscjr1:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvscjr1:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvscjr1:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvscjr1:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvscjr1:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvscjr1:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvscjr1:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvscjr1:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvscjr1:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscjr1:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvscjr1:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvscjr1:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvscjr1:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscjr1:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvscjr1:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvscjr1:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvscjr1:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscjr1:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvscjr1:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvscjr1:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvscjr1:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscjr1:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvscjr1:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvscjr1:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvscjr1:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvscjr1:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvscjr1:0:FF4035:8F:000:Infinite Duo Time PL1 mvscjr1:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvscjr1:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvscjr1:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvscjr1:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvscjr1:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvscjr1:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvscjr1:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvscjr1:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvscjr1:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvscjr1:0:FF3003:01:000:Human Control (1st Character) PL1 mvscjr1:0:FF3003:00:000:CPU Control (1st Character) PL1 mvscjr1:0:FF3803:01:000:Human Control (2nd Character) PL1 mvscjr1:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvscjr1:0:FF3277:00:000:Use P colours (1st Character) PL1 mvscjr1:0:FF3277:01:000:Use K colours (1st Character) PL1 mvscjr1:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvscjr1:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvscjr1:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvscjr1:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvscjr1:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvscjr1:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvscjr1:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscjr1:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvscjr1:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvscjr1:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvscjr1:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvscjr1:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscjr1:0:FF3190:00:000:No Charge (1st Character) PL1 mvscjr1:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvscjr1:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvscjr1:0:FF3990:00:000:No Charge (2nd Character) PL1 mvscjr1:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvscjr1:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvscjr1:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscjr1:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvscjr1:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvscjr1:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvscjr1:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvscjr1:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvscjr1:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscjr1:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvscjr1:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvscjr1:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvscjr1:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvscjr1:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscjr1:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvscjr1:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscjr1:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvscjr1:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvscjr1:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvscjr1:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvscjr1:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvscjr1:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvscjr1:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvscjr1:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvscjr1:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvscjr1:0:FF367B:90:000:Infinite Red Bar (1st Character) PL2 mvscjr1:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvscjr1:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvscjr1:0:FF3E7B:90:000:Infinite Red Bar (2nd Character) PL2 mvscjr1:0:FF36C6:09:000:Infinite Strikers PL2 mvscjr1:0:FF3674:03:000:Always have Max Super PL2 mvscjr1:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvscjr1:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscjr1:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvscjr1:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvscjr1:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvscjr1:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvscjr1:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvscjr1:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvscjr1:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvscjr1:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvscjr1:00010000:FF3453:00000010:FFFFFFFF:Roll :mvscjr1:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvscjr1:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvscjr1:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvscjr1:00010000:FF3453:00000018:FFFFFFFF:Jin :mvscjr1:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvscjr1:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvscjr1:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvscjr1:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvscjr1:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvscjr1:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvscjr1:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvscjr1:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvscjr1:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvscjr1:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvscjr1:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvscjr1:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvscjr1:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvscjr1:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvscjr1:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvscjr1:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvscjr1:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvscjr1:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvscjr1:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvscjr1:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvscjr1:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvscjr1:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvscjr1:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvscjr1:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvscjr1:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvscjr1:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvscjr1:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvscjr1:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvscjr1:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvscjr1:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvscjr1:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvscjr1:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvscjr1:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvscjr1:62000000:000000:00000000:00000000:Select Partner PL2 :mvscjr1:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvscjr1:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvscjr1:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvscjr1:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvscjr1:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvscjr1:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvscjr1:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvscjr1:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvscjr1:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvscjr1:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvscjr1:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvscjr1:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvscjr1:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvscjr1:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvscjr1:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvscjr1:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvscjr1:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvscjr1:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvscjr1:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvscjr1:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvscjr1:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvscjr1:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvscjr1:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscjr1:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvscjr1:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvscjr1:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvscjr1:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvscjr1:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvscjr1:0:FF4435:8F:000:Infinite Duo Time PL2 mvscjr1:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvscjr1:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvscjr1:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvscjr1:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvscjr1:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvscjr1:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvscjr1:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvscjr1:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvscjr1:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvscjr1:0:FF3403:01:000:Human Control (1st Character) PL2 mvscjr1:0:FF3403:00:000:CPU Control (1st Character) PL2 mvscjr1:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvscjr1:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvscjr1:0:FF3677:00:000:Use P colours (1st Character) PL2 mvscjr1:0:FF3677:01:000:Use K colours (1st Character) PL2 mvscjr1:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvscjr1:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvscjr1:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvscjr1:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvscjr1:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvscjr1:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvscjr1:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscjr1:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvscjr1:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvscjr1:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvscjr1:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvscjr1:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscjr1:0:FF3590:00:000:No Charge (1st Character) PL2 mvscjr1:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvscjr1:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvscjr1:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvscjr1:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvscjr1:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvscjr1:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscjr1:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvscjr1:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvscjr1:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvscjr1:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvscjr1:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvscjr1:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscjr1:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvscjr1:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvscjr1:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvscjr1:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvscjr1:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscjr1:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvscjr1:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscjr1:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvscjr1:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvscjr1:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvscjr1:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvscjr1:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvscjr1:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvscjr1:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvscjr1:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvscjr1:60000000:000000:00000000:00000000:[ ] :mvscjr1:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvscjr1:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvscjr1:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvscjr1:60000000:000000:00000000:00000000:[ ] :mvscjr1:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvscjr1:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvscjr1:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvscjr1:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvscjr1:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvscjr1:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvscjr1:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvscjr1:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvscjr1:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscjr1:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvscjr1:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvscjr1:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvscjr1:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscjr1:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvscjr1:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvscjr1:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvscjr1:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscjr1:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscjr1:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvscjr1:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvscjr1:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvscjr1:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvscjr1:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvscjr1:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvscjr1:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscjr1:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvscjr1:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvscjr1:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvscjr1:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscjr1:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvscjr1:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvscjr1:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvscjr1:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscjr1:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscjr1:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscjr1:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscjr1:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscjr1:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscjr1:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscjr1:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscjr1:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscjr1:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscjr1:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscjr1:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscjr1:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscjr1:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscjr1:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscjr1:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscjr1:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscjr1:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscjr1:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscjr1:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscjr1:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscjr1:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscjr1:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscjr1:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvscjr1:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscjr1:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscjr1:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscjr1:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscjr1:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscjr1:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscjr1:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscjr1:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscjr1:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscjr1:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscjr1:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscjr1:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscjr1:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscjr1:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscjr1:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscjr1:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscjr1:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscjr1:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscjr1:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscjr1:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscjr1:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscjr1:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscjr1:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscjr1:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; Zangief ; ; The Iron Body uses one level of super bar. ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; ; Doing the Ultra Final Atomic Buster HC during a Duo will result in Zangief doing a Final Atomic Buster HC. ; ; The Atomic Suplex and the Flying Powerbomb uses the same address and command. However, the Atomic Suplex is done when ; Zangief is close to the opponent. ; :mvscjr1:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscjr1:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscjr1:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscjr1:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscjr1:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscjr1:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscjr1:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscjr1:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) :mvscjr1:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscjr1:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscjr1:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscjr1:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscjr1:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscjr1:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K :mvscjr1:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscjr1:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscjr1:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscjr1:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscjr1:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscjr1:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscjr1:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscjr1:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscjr1:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscjr1:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscjr1:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvscjr1:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscjr1:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscjr1:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscjr1:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscjr1:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscjr1:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscjr1:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscjr1:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscjr1:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvscjr1:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvscjr1:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscjr1:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscjr1:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscjr1:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscjr1:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscjr1:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscjr1:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscjr1:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscjr1:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscjr1:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscjr1:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscjr1:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscjr1:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscjr1:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscjr1:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscjr1:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscjr1:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscjr1:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscjr1:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscjr1:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscjr1:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscjr1:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscjr1:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscjr1:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscjr1:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscjr1:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscjr1:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscjr1:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscjr1:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscjr1:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscjr1:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscjr1:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscjr1:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscjr1:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscjr1:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscjr1:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscjr1:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscjr1:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscjr1:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscjr1:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscjr1:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscjr1:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscjr1:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscjr1:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscjr1:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscjr1:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscjr1:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscjr1:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscjr1:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscjr1:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscjr1:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscjr1:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscjr1:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscjr1:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Dang it, this is the only Marvel character in this roster I don't know the name of. Good thing this movelist is short. ; ; You can move in all directions during the Hikou and perform any air attack. ; ; War Machine can't perform the Hikou during a duo. ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvscjr1:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvscjr1:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscjr1:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscjr1:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscjr1:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscjr1:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscjr1:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscjr1:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscjr1:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscjr1:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscjr1:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; Rotate joystick during Web Throw for more damage. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvscjr1:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscjr1:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscjr1:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscjr1:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscjr1:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscjr1:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscjr1:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscjr1:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscjr1:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscjr1:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air ; ; Roll ; ; It's funny how small Roll is. So funny it isn't. ; ; Same notes for Roll as Mega Man regarding the Beat Plane, Rush Drill, and Eddie Yobi/Item Kougeki. ; :mvscjr1:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvscjr1:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscjr1:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscjr1:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscjr1:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscjr1:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscjr1:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscjr1:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K :mvscjr1:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvscjr1:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscjr1:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscjr1:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK :mvscjr1:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) :mvscjr1:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K :mvscjr1:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscjr1:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the A character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvscjr1:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvscjr1:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscjr1:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscjr1:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvscjr1:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscjr1:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscjr1:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscjr1:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscjr1:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscjr1:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvscjr1:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscjr1:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscjr1:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvscjr1:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscjr1:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscjr1:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscjr1:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscjr1:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscjr1:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvscjr1:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscjr1:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscjr1:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscjr1:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscjr1:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvscjr1:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvscjr1:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscjr1:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscjr1:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscjr1:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscjr1:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvscjr1:0:000000:00:999:[ These are the codes to set the machine region - the ] mvscjr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvscjr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvscjr1:0:FF44B3:00:000:Region Switch = Japan mvscjr1:0:FF44B3:02:000:Region Switch = USA mvscjr1:0:FF44B3:04:000:Region Switch = Euro mvscjr1:0:FF44B3:06:000:Region Switch = Brazil mvscjr1:0:FF44B3:08:000:Region Switch = Hispanic mvscjr1:0:FF44B3:0A:000:Region Switch = Asia ; [ Marvel Vs. Capcom: Clash of Super Heroes (US 980123) ] mvscu:0:FF4008:99:000:Infinite Time mvscu:0:FF4008:00:002:Finish this Round Now! mvscu:0:FF416E:13:000:Infinite Character Select Time mvscu:0:FF4113:09:071:Select Backdrop Now!:Will not update till the next round - use it before the backdrop displays mvscu:0:FF4081:09:071:Select Current Stage Now! mvscu:0:FF4081:09:001:Go to Final Stage Now! mvscu:0:FF40B1:22:000:Play Onslaught Vs. Onslaught mvscu:0:FF40B3:22:500:Play Onslaught Vs. Onslaught (02/11) mvscu:0:FF40B5:22:500:Play Onslaught Vs. Onslaught (03/11) mvscu:0:FF40B7:22:500:Play Onslaught Vs. Onslaught (04/11) mvscu:0:FF3003:01:500:Play Onslaught Vs. Onslaught (05/11) mvscu:0:FF3803:01:500:Play Onslaught Vs. Onslaught (06/11) mvscu:0:FF415E:22:500:Play Onslaught Vs. Onslaught (07/11) mvscu:0:FF415F:22:500:Play Onslaught Vs. Onslaught (08/11) mvscu:0:FF3403:01:500:Play Onslaught Vs. Onslaught (09/11) mvscu:0:FF3C03:01:500:Play Onslaught Vs. Onslaught (10/11) mvscu:0:FF4101:00:500:Play Onslaught Vs. Onslaught (11/11) mvscu:0:FF3271:90:000:Infinite Energy (1st Character) PL1 mvscu:0:FF327B:90:500:Infinite Energy (1st Character) PL1 (2/2) mvscu:0:FF3271:00:001:Drain All Energy (1st Character) Now! PL1 mvscu:0:FF327B:00:501:Drain All Energy (1st Character) Now! PL1 (2/2) mvscu:0:FF3A21:90:000:Infinite Energy (2nd Character) PL1 mvscu:0:FF3A7B:90:500:Infinite Energy (2nd Character) PL1 (2/2) mvscu:0:FF3A21:00:001:Drain All Energy (2nd Character) Now! PL1 mvscu:0:FF3A7B:00:501:Drain All Energy (2nd Character) Now! PL1 (2/2) mvscu:0:FF32C6:09:000:Infinite Strikers PL1 mvscu:0:FF3274:03:000:Always have Max Super PL1 mvscu:0:FF3A74:03:500:Always have Max Super PL1 (2/2) mvscu:0:FF4199:40:000:Enable All Characters PL1:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscu:62000000:000000:00000000:00000000:Select 1st Character PL1 :mvscu:00010000:FF3053:00000002:FFFFFFFF:War Machine :mvscu:00010000:FF3053:00000004:FFFFFFFF:Captain America :mvscu:00010000:FF3053:00000006:FFFFFFFF:Hulk :mvscu:00010000:FF3053:00000008:FFFFFFFF:Wolverine :mvscu:00010000:FF3053:0000000A:FFFFFFFF:Gambit :mvscu:00010000:FF3053:0000000C:FFFFFFFF:Venom :mvscu:00010000:FF3053:0000000E:FFFFFFFF:Spider-Man :mvscu:00010000:FF3053:00000010:FFFFFFFF:Roll :mvscu:00010000:FF3053:00000012:FFFFFFFF:Ryu :mvscu:00010000:FF3053:00000014:FFFFFFFF:Captain Commando :mvscu:00010000:FF3053:00000016:FFFFFFFF:Chun-Li :mvscu:00010000:FF3053:00000018:FFFFFFFF:Jin :mvscu:00010000:FF3053:0000001A:FFFFFFFF:Zangeif :mvscu:00010000:FF3053:0000001C:FFFFFFFF:Strider Hiryu :mvscu:00010000:FF3053:0000001E:FFFFFFFF:Morrigan :mvscu:00010000:FF3053:00000020:FFFFFFFF:Rockman :mvscu:00010000:FF3053:00000022:FFFFFFFF:Onslaught :mvscu:00010000:FF3053:00000024:FFFFFFFF:Alt-Venom :mvscu:00010000:FF3053:00000026:FFFFFFFF:Alt-Hulk :mvscu:00010000:FF3053:00000028:FFFFFFFF:Alt-War-Machine :mvscu:00010000:FF3053:0000002A:FFFFFFFF:Shadow Lady :mvscu:00010000:FF3053:0000002C:FFFFFFFF:Alt-Morrigan :mvscu:62000000:000000:00000000:00000000:Select 2nd Character PL1 :mvscu:00010000:FF3853:00000002:FFFFFFFF:War Machine :mvscu:00010000:FF3853:00000004:FFFFFFFF:Captain America :mvscu:00010000:FF3853:00000006:FFFFFFFF:Hulk :mvscu:00010000:FF3853:00000008:FFFFFFFF:Wolverine :mvscu:00010000:FF3853:0000000A:FFFFFFFF:Gambit :mvscu:00010000:FF3853:0000000C:FFFFFFFF:Venom :mvscu:00010000:FF3853:0000000E:FFFFFFFF:Spider-Man :mvscu:00010000:FF3853:00000010:FFFFFFFF:Roll :mvscu:00010000:FF3853:00000012:FFFFFFFF:Ryu :mvscu:00010000:FF3853:00000014:FFFFFFFF:Captain Commando :mvscu:00010000:FF3853:00000016:FFFFFFFF:Chun-Li :mvscu:00010000:FF3853:00000018:FFFFFFFF:Jin :mvscu:00010000:FF3853:0000001A:FFFFFFFF:Zangeif :mvscu:00010000:FF3853:0000001C:FFFFFFFF:Strider Hiryu :mvscu:00010000:FF3853:0000001E:FFFFFFFF:Morrigan :mvscu:00010000:FF3853:00000020:FFFFFFFF:Rockman :mvscu:00010000:FF3853:00000022:FFFFFFFF:Onslaught :mvscu:00010000:FF3853:00000024:FFFFFFFF:Alt-Venom :mvscu:00010000:FF3853:00000026:FFFFFFFF:Alt-Hulk :mvscu:00010000:FF3853:00000028:FFFFFFFF:Alt-War-Machine :mvscu:00010000:FF3853:0000002A:FFFFFFFF:Shadow Lady :mvscu:00010000:FF3853:0000002C:FFFFFFFF:Alt-Morrigan :mvscu:62000000:000000:00000000:00000000:Select Partner PL1 :mvscu:00010000:FF40D9:00000018:FFFFFFFF:Unknown Soldier :mvscu:00010000:FF40D9:00000000:FFFFFFFF:Lou :mvscu:00010000:FF40D9:00000020:FFFFFFFF:Arthur :mvscu:00010000:FF40D9:00000024:FFFFFFFF:Saki :mvscu:00010000:FF40D9:0000001C:FFFFFFFF:Ton Pooh :mvscu:00010000:FF40D9:00000048:FFFFFFFF:Devilot :mvscu:00010000:FF40D9:00000044:FFFFFFFF:Anita :mvscu:00010000:FF40D9:0000003C:FFFFFFFF:Pure & Fur :mvscu:00010000:FF40D9:00000028:FFFFFFFF:Miechele Heart :mvscu:00010000:FF40D9:0000002C:FFFFFFFF:Thor :mvscu:00010000:FF40D9:00000010:FFFFFFFF:Cyclops :mvscu:00010000:FF40D9:00000008:FFFFFFFF:Magneto :mvscu:00010000:FF40D9:00000030:FFFFFFFF:Storm :mvscu:00010000:FF40D9:0000004C:FFFFFFFF:Jubilee :mvscu:00010000:FF40D9:00000034:FFFFFFFF:Rogue :mvscu:00010000:FF40D9:0000000C:FFFFFFFF:Psylocke :mvscu:00010000:FF40D9:00000004:FFFFFFFF:Juggernaut :mvscu:00010000:FF40D9:00000038:FFFFFFFF:Iceman :mvscu:00010000:FF40D9:00000014:FFFFFFFF:Colossus :mvscu:00010000:FF40D9:00000040:FFFFFFFF:U.S. Agent :mvscu:00010000:FF40D9:00000050:FFFFFFFF:Shadow :mvscu:00010000:FF40D9:00000054:FFFFFFFF:Sentinel mvscu:0:FF30E6:1A:001:Use Ryu's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscu:0:FF32CA:87:501:Use Ryu's Attacks (1st Character) PL1 mvscu:0:FF32CB:C4:501:Use Ryu's Attacks (1st Character) PL1 mvscu:0:FF3385:00:501:Use Ryu's Attacks (1st Character) PL1 mvscu:0:FF30E6:30:001:Use Ken's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscu:0:FF32CA:EC:501:Use Ken's Attacks (1st Character) PL1 mvscu:0:FF32CB:44:501:Use Ken's Attacks (1st Character) PL1 mvscu:0:FF3385:02:501:Use Ken's Attacks (1st Character) PL1 mvscu:0:FF30E6:32:001:Use Akuma's Attacks (1st Character) PL1:Useful for when you select Ryu and want to switch between Ryu, Ken and Akuma in game. Doesn't cost any Supers either. mvscu:0:FF32CA:ED:501:Use Akuma's Attacks (1st Character) PL1 mvscu:0:FF32CB:04:501:Use Akuma's Attacks (1st Character) PL1 mvscu:0:FF3385:04:501:Use Akuma's Attacks (1st Character) PL1 mvscu:0:FF40B1:22:000:Play as Onslaught in Vs. Mode PL1:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscu:0:FF40B3:22:500:Play as Onslaught in Vs. Mode PL1 (2/6) mvscu:0:FF3003:01:500:Play as Onslaught in Vs. Mode PL1 (3/6) mvscu:0:FF3803:01:500:Play as Onslaught in Vs. Mode PL1 (4/6) mvscu:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL1 (5/6) mvscu:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL1 (6/6) mvscu:0:FF4035:8F:000:Infinite Duo Time PL1 mvscu:0:FF4034:02:500:Infinite Duo Time PL1 (2/2) mvscu:0:FF3152:00:000:Infinite Air Jump (1st Character) PL1 mvscu:0:FF3952:00:000:Infinite Air Jump (2nd Character) PL1 mvscu:0:FF303F:01:000:Action Speed Up (1st Character) PL1 mvscu:0:FF383F:01:000:Action Speed Up (2nd Character) PL1 mvscu:0:FF30B7:01:000:No Chain Limit (1st Character) PL1 mvscu:0:FF38B7:01:000:No Chain Limit (2nd Character) PL1 mvscu:0:FF3085:00:000:No Hit Stop (1st Character) PL1 mvscu:0:FF3885:00:000:No Hit Stop (2nd Character) PL1 mvscu:0:FF3003:01:000:Human Control (1st Character) PL1 mvscu:0:FF3003:00:000:CPU Control (1st Character) PL1 mvscu:0:FF3803:01:000:Human Control (2nd Character) PL1 mvscu:0:FF3803:00:000:CPU Control (2nd Character) PL1 mvscu:0:FF3277:00:000:Use P colours (1st Character) PL1 mvscu:0:FF3277:01:000:Use K colours (1st Character) PL1 mvscu:0:FF3A77:00:000:Use P colours (2nd Character) PL1 mvscu:0:FF3A77:01:000:Use K colours (2nd Character) PL1 mvscu:0:FF3095:00:000:Helper 1 Colour always Colour 1 PL1 mvscu:0:FF3095:01:000:Helper 1 Colour always Colour 2 PL1 mvscu:0:FF3895:00:000:Helper 2 Colour always Colour 1 PL1 mvscu:0:FF3895:01:000:Helper 2 Colour always Colour 2 PL1 mvscu:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscu:0:FF33B4:00:000:Always have Shield (1st Character) PL1 mvscu:0:FF33B4:01:000:Never have Shield (1st Character) PL1 mvscu:0:FF3BB4:00:000:Always have Shield (2nd Character) PL1 mvscu:0:FF3BB4:01:000:Never have Shield (2nd Character) PL1 mvscu:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscu:0:FF3190:00:000:No Charge (1st Character) PL1 mvscu:0:FF3190:04:000:Charge is Controllable Auto Shot (1st Character) PL1 mvscu:0:FF3190:06:000:Charge is Auto Shot (1st Character) PL1 mvscu:0:FF3990:00:000:No Charge (2nd Character) PL1 mvscu:0:FF3990:04:000:Charge is Controllable Auto Shot (2nd Character) PL1 mvscu:0:FF3990:06:000:Charge is Auto Shot (2nd Character) PL1 mvscu:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscu:0:FF339F:B4:000:Infinite Beat Plane & Rush Drill Time PL1 mvscu:0:FF3B9F:B4:500:Infinite Beat Plane & Rush Drill Time PL1 (2/2) mvscu:0:FF3381:00:000:Weapon always Rock Ball (1st Character) PL1 mvscu:0:FF3381:02:000:Weapon always Tornado Hold (1st Character) PL1 mvscu:0:FF3381:04:000:Weapon always Leaf Shield (1st Character) PL1 mvscu:0:FF3381:04:000:Weapon always Invisible Leaf Shield (1st Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscu:0:FF33AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL1 (2/2) mvscu:0:FF3B81:00:000:Weapon always Rock Ball (2nd Character) PL1 mvscu:0:FF3B81:02:000:Weapon always Tornado Hold (2nd Character) PL1 mvscu:0:FF3B81:04:000:Weapon always Leaf Shield (2nd Character) PL1 mvscu:0:FF3B81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL1:This makes the Leaf Shield invisible and you can't throw it away mvscu:0:FF3BAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL1 (2/2) mvscu:0:FF304E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscu:0:FF304F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (2/4) mvscu:0:FF384E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (3/4) mvscu:0:FF384F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL1 (4/4) mvscu:0:FF33C0:01:000:Infinite Hikou Time for War Machine PL1 mvscu:0:FF33C1:DE:500:Infinite Hikou Time for War Machine PL1 (2/4) mvscu:0:FF3BC0:01:500:Infinite Hikou Time for War Machine PL1 (3/4) mvscu:0:FF3BC1:DE:500:Infinite Hikou Time for War Machine PL1 (4/4) mvscu:0:FF3671:90:000:Infinite Energy (1st Character) PL2 mvscu:0:FF367B:90:500:Infinite Energy (1st Character) PL2 (2/2) mvscu:0:FF3671:00:001:Drain All Energy (1st Character) Now! PL2 mvscu:0:FF367B:00:501:Drain All Energy (1st Character) Now! PL2 (2/2) mvscu:0:FF3E71:90:000:Infinite Energy (2nd Character) PL2 mvscu:0:FF3E7B:90:500:Infinite Energy (2nd Character) PL2 (2/2) mvscu:0:FF3E71:00:001:Drain All Energy (2nd Character) Now! PL2 mvscu:0:FF3E7B:00:501:Drain All Energy (2nd Character) Now! PL2 (2/2) mvscu:0:FF36C6:09:000:Infinite Strikers PL2 mvscu:0:FF3674:03:000:Always have Max Super PL2 mvscu:0:FF3E74:03:500:Always have Max Super PL2 (2/2) mvscu:0:FF41C9:40:000:Enable All Characters PL2:Roll is Right from Megaman/Rockman, Fast-Venom is Up from Chun-Li, MSH-Hulk is Up from Ryu, Armor-War Machine is Up from Zangief,Shadow Lady is Down from Gambit & Alt-Morrigan is Down from War Machine :mvscu:62000000:000000:00000000:00000000:Select 1st Character PL2 :mvscu:00010000:FF3453:00000002:FFFFFFFF:War Machine :mvscu:00010000:FF3453:00000004:FFFFFFFF:Captain America :mvscu:00010000:FF3453:00000006:FFFFFFFF:Hulk :mvscu:00010000:FF3453:00000008:FFFFFFFF:Wolverine :mvscu:00010000:FF3453:0000000A:FFFFFFFF:Gambit :mvscu:00010000:FF3453:0000000C:FFFFFFFF:Venom :mvscu:00010000:FF3453:0000000E:FFFFFFFF:Spider-Man :mvscu:00010000:FF3453:00000010:FFFFFFFF:Roll :mvscu:00010000:FF3453:00000012:FFFFFFFF:Ryu :mvscu:00010000:FF3453:00000014:FFFFFFFF:Captain Commando :mvscu:00010000:FF3453:00000016:FFFFFFFF:Chun-Li :mvscu:00010000:FF3453:00000018:FFFFFFFF:Jin :mvscu:00010000:FF3453:0000001A:FFFFFFFF:Zangeif :mvscu:00010000:FF3453:0000001C:FFFFFFFF:Strider Hiryu :mvscu:00010000:FF3453:0000001E:FFFFFFFF:Morrigan :mvscu:00010000:FF3453:00000020:FFFFFFFF:Rockman :mvscu:00010000:FF3453:00000022:FFFFFFFF:Onslaught :mvscu:00010000:FF3453:00000024:FFFFFFFF:Alt-Venom :mvscu:00010000:FF3453:00000026:FFFFFFFF:Alt-Hulk :mvscu:00010000:FF3453:00000028:FFFFFFFF:Alt-War-Machine :mvscu:00010000:FF3453:0000002A:FFFFFFFF:Shadow Lady :mvscu:00010000:FF3453:0000002C:FFFFFFFF:Alt-Morrigan :mvscu:62000000:000000:00000000:00000000:Select 2nd Character PL2 :mvscu:00010000:FF3C53:00000002:FFFFFFFF:War Machine :mvscu:00010000:FF3C53:00000004:FFFFFFFF:Captain America :mvscu:00010000:FF3C53:00000006:FFFFFFFF:Hulk :mvscu:00010000:FF3C53:00000008:FFFFFFFF:Wolverine :mvscu:00010000:FF3C53:0000000A:FFFFFFFF:Gambit :mvscu:00010000:FF3C53:0000000C:FFFFFFFF:Venom :mvscu:00010000:FF3C53:0000000E:FFFFFFFF:Spider-Man :mvscu:00010000:FF3C53:00000010:FFFFFFFF:Roll :mvscu:00010000:FF3C53:00000012:FFFFFFFF:Ryu :mvscu:00010000:FF3C53:00000014:FFFFFFFF:Captain Commando :mvscu:00010000:FF3C53:00000016:FFFFFFFF:Chun-Li :mvscu:00010000:FF3C53:00000018:FFFFFFFF:Jin :mvscu:00010000:FF3C53:0000001A:FFFFFFFF:Zangeif :mvscu:00010000:FF3C53:0000001C:FFFFFFFF:Strider Hiryu :mvscu:00010000:FF3C53:0000001E:FFFFFFFF:Morrigan :mvscu:00010000:FF3C53:00000020:FFFFFFFF:Rockman :mvscu:00010000:FF3C53:00000022:FFFFFFFF:Onslaught :mvscu:00010000:FF3C53:00000024:FFFFFFFF:Alt-Venom :mvscu:00010000:FF3C53:00000026:FFFFFFFF:Alt-Hulk :mvscu:00010000:FF3C53:00000028:FFFFFFFF:Alt-War-Machine :mvscu:00010000:FF3C53:0000002A:FFFFFFFF:Shadow Lady :mvscu:00010000:FF3C53:0000002C:FFFFFFFF:Alt-Morrigan :mvscu:62000000:000000:00000000:00000000:Select Partner PL2 :mvscu:00010000:FF40DB:00000018:FFFFFFFF:Unknown Soldier :mvscu:00010000:FF40DB:00000000:FFFFFFFF:Lou :mvscu:00010000:FF40DB:00000020:FFFFFFFF:Arthur :mvscu:00010000:FF40DB:00000024:FFFFFFFF:Saki :mvscu:00010000:FF40DB:0000001C:FFFFFFFF:Ton Pooh :mvscu:00010000:FF40DB:00000048:FFFFFFFF:Devilot :mvscu:00010000:FF40DB:00000044:FFFFFFFF:Anita :mvscu:00010000:FF40DB:0000003C:FFFFFFFF:Pure & Fur :mvscu:00010000:FF40DB:00000028:FFFFFFFF:Miechele Heart :mvscu:00010000:FF40DB:0000002C:FFFFFFFF:Thor :mvscu:00010000:FF40DB:00000010:FFFFFFFF:Cyclops :mvscu:00010000:FF40DB:00000008:FFFFFFFF:Magneto :mvscu:00010000:FF40DB:00000030:FFFFFFFF:Storm :mvscu:00010000:FF40DB:0000004C:FFFFFFFF:Jubilee :mvscu:00010000:FF40DB:00000034:FFFFFFFF:Rogue :mvscu:00010000:FF40DB:0000000C:FFFFFFFF:Psylocke :mvscu:00010000:FF40DB:00000004:FFFFFFFF:Juggernaut :mvscu:00010000:FF40DB:00000038:FFFFFFFF:Iceman :mvscu:00010000:FF40DB:00000014:FFFFFFFF:Colossus :mvscu:00010000:FF40DB:00000040:FFFFFFFF:U.S. Agent :mvscu:00010000:FF40DB:00000050:FFFFFFFF:Shadow :mvscu:00010000:FF40DB:00000054:FFFFFFFF:Sentinel mvscu:0:FF40B5:22:000:Play as Onslaught in Vs. Mode PL2:Here it is, you can only play as Onslaught in vs. mode. Have a friend start a game as PL1 then activate this cheat (do not insert a coin and start as PL2, just activate the cheat for PL2). Or have a friend start as PL2 and activate the cheat for PL1. mvscu:0:FF40B7:22:500:Play as Onslaught in Vs. Mode PL2 (2/6) mvscu:0:FF3403:01:500:Play as Onslaught in Vs. Mode PL2 (3/6) mvscu:0:FF3C03:01:500:Play as Onslaught in Vs. Mode PL2 (4/6) mvscu:0:FF415E:22:500:Play as Onslaught in Vs. Mode PL2 (5/6) mvscu:0:FF415F:22:500:Play as Onslaught in Vs. Mode PL2 (6/6) mvscu:0:FF4435:8F:000:Infinite Duo Time PL2 mvscu:0:FF4434:02:500:Infinite Duo Time PL2 (2/2) mvscu:0:FF3452:00:000:Infinite Air Jump (1st Character) PL2 mvscu:0:FF3D52:00:000:Infinite Air Jump (2nd Character) PL2 mvscu:0:FF343F:01:000:Action Speed Up (1st Character) PL2 mvscu:0:FF3C3F:01:000:Action Speed Up (2nd Character) PL2 mvscu:0:FF34B7:01:000:No Chain Limit (1st Character) PL2 mvscu:0:FF3CB7:01:000:No Chain Limit (2nd Character) PL2 mvscu:0:FF3485:00:000:No Hit Stop (1st Character) PL2 mvscu:0:FF3C85:00:000:No Hit Stop (2nd Character) PL2 mvscu:0:FF3403:01:000:Human Control (1st Character) PL2 mvscu:0:FF3403:00:000:CPU Control (1st Character) PL2 mvscu:0:FF3C03:01:000:Human Control (2nd Character) PL2 mvscu:0:FF3C03:00:000:CPU Control (2nd Character) PL2 mvscu:0:FF3677:00:000:Use P colours (1st Character) PL2 mvscu:0:FF3677:01:000:Use K colours (1st Character) PL2 mvscu:0:FF3E77:00:000:Use P colours (2nd Character) PL2 mvscu:0:FF3E77:01:000:Use K colours (2nd Character) PL2 mvscu:0:FF3495:00:000:Helper 1 Colour Select - Colour 1 PL2 mvscu:0:FF3495:01:000:Helper 1 Colour Select - Colour 2 PL2 mvscu:0:FF3C95:00:000:Helper 2 Colour Select - Colour 1 PL2 mvscu:0:FF3C95:01:000:Helper 2 Colour Select - Colour 2 PL2 mvscu:0:000000:00:000:[ Cheats Specific to the character Captain America ] mvscu:0:FF37B4:00:000:Always have Shield (1st Character) PL2 mvscu:0:FF37B4:01:000:Never have Shield (1st Character) PL2 mvscu:0:FF3FB4:00:000:Always have Shield (2nd Character) PL2 mvscu:0:FF3FB4:01:000:Never have Shield (2nd Character) PL2 mvscu:0:000000:00:000:[ Cheats Specific to the character Megaman ] mvscu:0:FF3590:00:000:No Charge (1st Character) PL2 mvscu:0:FF3590:04:000:Charge is Controllable Auto Shot (1st Character) PL2 mvscu:0:FF3590:06:000:Charge is Auto Shot (1st Character) PL2 mvscu:0:FF3D90:00:000:No Charge (2nd Character) PL2 mvscu:0:FF3D90:04:000:Charge is Controllable Auto Shot (2nd Character) PL2 mvscu:0:FF3D90:06:000:Charge is Auto Shot (2nd Character) PL2 mvscu:0:000000:00:000:[ Cheats Specific to the characters Megaman & Roll ] mvscu:0:FF379F:B4:000:Infinite Beat Plane & Rush Drill Time PL2 mvscu:0:FF3F9F:B4:500:Infinite Beat Plane & Rush Drill Time PL2 (2/2) mvscu:0:FF3781:00:000:Weapon always Rock Ball (1st Character) PL2 mvscu:0:FF3781:02:000:Weapon always Tornado Hold (1st Character) PL2 mvscu:0:FF3781:04:000:Weapon always Leaf Shield (1st Character) PL2 mvscu:0:FF3781:04:000:Weapon always Invisible Leaf Shield (1st Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscu:0:FF37AB:01:500:Weapon always Invisible Leaf Shield (1st Character) PL2 (2/2) mvscu:0:FF3F81:00:000:Weapon always Rock Ball (2nd Character) PL2 mvscu:0:FF3F81:02:000:Weapon always Tornado Hold (2nd Character) PL2 mvscu:0:FF3F81:04:000:Weapon always Leaf Shield (2nd Character) PL2 mvscu:0:FF3F81:04:000:Weapon always Invisible Leaf Shield (2nd Character) PL2:This makes the Leaf Shield invisible and you can't throw it away mvscu:0:FF3FAB:01:500:Weapon always Invisible Leaf Shield (2nd Character) PL2 (2/2) mvscu:0:FF344E:01:000:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2:Must only be turned on during a Heki Hari Tsuki. The game *might* hang elsewise mvscu:0:FF344F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (2/4) mvscu:0:FF3C4E:01:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (3/4) mvscu:0:FF3C4F:28:500:Infinite Heki Hari Tsuki Time for Strider Hiryu PL2 (4/4) mvscu:0:FF37C0:01:000:Infinite Hikou Time for War Machine PL2 mvscu:0:FF37C1:DE:500:Infinite Hikou Time for War Machine PL2 (2/4) mvscu:0:FF3FC0:01:500:Infinite Hikou Time for War Machine PL2 (3/4) mvscu:0:FF3FC1:DE:500:Infinite Hikou Time for War Machine PL2 (4/4) :mvscu:60000000:000000:00000000:00000000:[ THE MOVE LIST CHEATS SECTION - BEWARE THIS IS MASSIVE! ] :mvscu:60000000:000000:00000000:00000000:[ ] :mvscu:60000000:000000:00000000:00000000:[ NOTE - You will find information about what the comments ] :mvscu:60000000:000000:00000000:00000000:[ actually mean in the cheat file. Just open it with a text ] :mvscu:60000000:000000:00000000:00000000:[ editor and search for 'Move List Cheats by KelvSYC'. ] :mvscu:60000000:000000:00000000:00000000:[ ] :mvscu:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] ; Introduction to Move List Cheats by KelvSYC ; ; Yes, it's that time again. Once again, more moaning and groaning ensue as we add another long and large list of cheats in our ; cheat file, all with the purpose of performing moves at the touch of a button (sometimes two buttons, sometimes a direction). ; I'm pretty sure that with these sets of cheats, CPS2 will officially become "driver with most cheats", if it isn't already. ; ; Marvel vs. Capcom uses the engine and style similar to that of X-Men vs. Street Fighter. Just to review: ; ; - There are eight byte sections dedicated to each move. ; - The first byte controls the state of the move, generally increasing by 0x02 each additional step. ; - The second byte is a timer. The value is signed, so we must suspend the timer at a reasonable value. I will always set it to ; whatever the first byte is in the cheat, since this seems to work for all moves. (If it's not at a reasonable value, certain ; strengths of moves will not come out. eg. Ryu's MP Hadou Ken will not come out if the value is less than 0x03.) ; ; Unlike X-Men vs. Street Fighter, the move information about one character is separate from that of the other character, due to ; the existence of the duo. One set controls one character, and another set controls the other. Thus, like sfa3, move list cheats ; must be created with not only two sets in mind, but four. ; ; Notation Information in Cheat Comment - General ; u, b, d, and f denote the four main directions (and a combination thereof denote the four diagonal directions), while the six ; buttons are denoted by type and strength (LP, MP, HP, LK, MK, and HK). If no strength is specified, any strength will suffice. ; ; PP denotes two punch buttons, PPP for all three. Likewise for kicks. ; ; A+B denotes doing A and B together. ; A|B denotes either doing A or B (but not both). ; A,B denotes doing A, then B. ; *A denotes holding down A. When applied to a direction, this is known as "charging". When applied to a button, this is known as ; "hold to delay". ; A* denotes doing A repeatedly. When applied to a button, this is known as "mashing"/ ; ; Parentheses will be used for grouping purposes if the meaning is ambiguous. ; ; qcf denotes d,df,f ; qcb denotes d,db,b ; hcf denotes f,df,d,db,b ; hcb denotes b,db,d,df,f ; dp denotes f,d,df ; rdp denotes b,d,db ; -qcf denotes f,df,d ; -qcb denotes b,db,d ; 360 denotes rotating the joystick one full circle. Most Capcom games check only the main directions. Multiples of 360 represents ; the multiple of full circles thereof. ; ; (air) means the move can be done on the ground or in the air. ; in air means the move must be done in the air. ; (close) means the move must be done close to the opponent. :mvscu:60000000:000000:00000000:00000000:[ Universal Moves (for all characters apart from Onslaught) ] :mvscu:00100000:FF31E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL1:-qcb+(P|K) :mvscu:00100000:FF39E8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL1:-qcb+(P|K) :mvscu:00100000:FF3208:00000606:FFFFFFFF:Crossover Combination (1st Character) PL1:qcf+HP+HK :mvscu:00100000:FF3A08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL1:qcf+HP+HK :mvscu:00100000:FF3218:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL1:qcb+HP+HK :mvscu:00100000:FF3A18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL1:qcb+HP+HK :mvscu:00100000:FF3180:00000202:FFFFFFFF:Dash (1st Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscu:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL1 :mvscu:00010000:FF3183:00000001:FFFFFFFF:Backwards :mvscu:00010000:FF3183:00000002:FFFFFFFF:Forwards :mvscu:00100000:FF3980:00000202:FFFFFFFF:Dash (2nd Character) PL1 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscu:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL1 :mvscu:00010000:FF3983:00000001:FFFFFFFF:Backwards :mvscu:00010000:FF3983:00000002:FFFFFFFF:Forwards :mvscu:00100000:FF3188:00000202:FFFFFFFF:Super Jump (1st Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscu:00100000:FF3988:00000202:FFFFFFFF:Super Jump (2nd Character) PL1:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscu:00100000:FF35E8:00000606:FFFFFFFF:Roll Recovery (1st Character) PL2:-qcb+(P|K) :mvscu:00100000:FF3DE8:00000606:FFFFFFFF:Roll Recovery (2nd Character) PL2:-qcb+(P|K) :mvscu:00100000:FF3608:00000606:FFFFFFFF:Crossover Combination (1st Character) PL2:qcf+HP+HK :mvscu:00100000:FF3E08:00000606:FFFFFFFF:Crossover Combination (2nd Character) PL2:qcf+HP+HK :mvscu:00100000:FF3618:00000606:FFFFFFFF:Duo Team Attack (1st Character) PL2:qcb+HP+HK :mvscu:00100000:FF3E18:00000606:FFFFFFFF:Duo Team Attack (2nd Character) PL2:qcb+HP+HK :mvscu:00100000:FF3580:00000202:FFFFFFFF:Dash (1st Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscu:62000000:000000:00000000:00000000:Select Dash Direction (1st Character) PL2 :mvscu:00010000:FF3583:00000001:FFFFFFFF:Backwards :mvscu:00010000:FF3583:00000002:FFFFFFFF:Forwards :mvscu:00100000:FF3D80:00000202:FFFFFFFF:Dash (2nd Character) PL2 ; When using the dashing cheats, you must select a direction. With the direction cheat alone, you can dash only in the ; direction specified by f,f or b,b ; (whichever is applicable). With the regular cheat in addition to that, f or b ; (whichever is applicable) will do the trick. Also, the regular cheat alone will lock the direction (since it is determined ; the moment you press b or f, and thus it is impossible to create a quick dash cheat that lets you dash in both directions), ; so you could also use the regular cheat alone, assuming you were walking at the time of activation, and then you can only ; dash in the direction you were walking. :mvscu:62000000:000000:00000000:00000000:Select Dash Direction (2nd Character) PL2 :mvscu:00010000:FF3D83:00000001:FFFFFFFF:Backwards :mvscu:00010000:FF3D83:00000002:FFFFFFFF:Forwards :mvscu:00100000:FF3588:00000202:FFFFFFFF:Super Jump (1st Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscu:00100000:FF3D88:00000202:FFFFFFFF:Super Jump (2nd Character) PL2:d,u (Sometimes after landing from a super jump you cannot make another super jump. Further investigation is needed.) :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscu:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscu:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscu:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscu:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscu:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscu:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ryu) (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Shinkuu Hadou Ken (Hyper Combo):qcf+PP (air) :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Shin Shoryuu Ken (Hyper Combo):dp+PP :mvscu:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscu:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Shoryuu Ken:dp+P (air) :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscu:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF31D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF33A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscu:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF39D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF3BA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscu:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF35D8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF37A0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Ken) (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Hadou Ken:qcf+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Shoryuu Ken:dp+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K in air :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Hadou Ken:qcf+P in air :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Shinryuu Ken (Hyper Combo):qcf+KK ### Mash buttons for more damage to Ken's Shinryuu Ken Hyper Combos. ## :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Shoryuu Reppa (Hyper Combo):qcf+PP :mvscu:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF3DD8:00000606:FFFFFFFF:Shippu Jinrai Kyaku (Hyper Combo):qcb+KK :mvscu:00100000:FF3FA0:00000A0A:FFFFFFFF:Mode Change to Akuma:hcb+HP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscu:00100000:FF31C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscu:00100000:FF31D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF31D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscu:00100000:FF3388:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscu:00100000:FF3390:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscu:00100000:FF3398:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscu:00100000:FF39C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscu:00100000:FF39D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF39D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscu:00100000:FF3B88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscu:00100000:FF3B90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscu:00100000:FF3B98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscu:00100000:FF35C8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscu:00100000:FF35D0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF35D8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscu:00100000:FF3788:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscu:00100000:FF3790:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscu:00100000:FF3798:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Ryu (as Akuma) (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Gou Hadou Ken:qcf+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Gou Shoryuu Ken:dp+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K in air :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Zankuu Hadou Ken:qcf+P in air :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Messatsu Gou Hadou (Hyper Combo):qcb+PP ### Mash buttons for more damage to Akuma's Messatsu Gou Hadou Hyper Combos. ## :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Messatsu Gou Shoryuu (Hyper Combo):qcf+PP :mvscu:00100000:FF3DC8:00000808:FFFFFFFF:Shun Goku Satsu (Hyper Combo):LP,LP,f,LK,HP (L3) ### If you perform the Shun Goku Satsu during a duo, the Messatsu Gou Hadou will come out instead. ### :mvscu:00100000:FF3DD0:00000A0A:FFFFFFFF:Mode Change to Ryu:hcb+LP ### Mode changes take one level of super. ### :mvscu:00100000:FF3DD8:00000606:FFFFFFFF:Ashura Senkuu:dp+rdp+(PPP|KKK) ### For Akuma's Ashura Senkuu, PPP goes full screen, KKK goes half screen, dp goes forwards, rdp goes backwards. ### :mvscu:00100000:FF3F88:00000606:FFFFFFFF:Tenma Gou Zankuu (Hyper Combo):qcf+PP in air :mvscu:00100000:FF3F90:00000606:FFFFFFFF:Tenma Kuujin Kyaku:qcf+K in air :mvscu:00100000:FF3F98:00000A0A:FFFFFFFF:Mode Change to Ken:hcb+MP ### Mode changes take one level of super. ### ; Chun-Li ; ; I finally figured out how you do button mash moves in here. ; ; How it works is that it takes three kicks to trigger the Hyakuretsu Kyaku, however the timing I found was stingier than ; that of an HP Hyakuretsu Kyaku in A3. I guess button mash is not my way to win. The third byte controls the strength of ; the kick, so that pressing KKK, then K will not trigger a Hyakuretsu Kyaku. However, only one strength can be recorded at ; a time, unlike in A3. Thus, you can't start up an MP Hyakuretsu Kyaku while doing an LP Hyakuretsu Kyaku. ; ; Having said that, the strength of the kick is locked in when you kick. Thus, the cheat for the Hyakuretsu Kyaku only works ; if you actually select a strength through a cheat, or activate while doing a normal kick. And then you can only do the ; Hyakuretsu Kyaku of the specified strength. Likewise with A3, pressing the specified kick button will do one round of kicking. ; You will need to mash the button to kick some more. ; ; This also applies for Shadow Lady's Infinity Leg. ; ; Can someone check if this principle works for xmvsf? ; ; Mash buttons for more hits to Chun-Li's Kikou Shou HC, Chun-Li's Senretsu Kyaku HC, or Shadow Lady's Big Bang Laser HC. ; ; You cannot use Chun-Li's Shichisei Senkuu Kyaku HC or Shadow Lady's Final Mission HC during a duo. ; ; Chun-Li's Reishiki Kikou Ken (f+HP) looks like an Alpha style Kikou Shou. ; ; Shadow Lady's Final Mission HC looks like a blockable Shun Goku Satsu performed only with the legs... :mvscu:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL1 ] :mvscu:00100000:FF3190:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscu:00100000:FF31A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscu:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscu:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscu:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscu:00100000:FF39A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscu:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscu:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscu:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Chun-Li (1st Character) PL2 ] :mvscu:00100000:FF3590:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscu:00100000:FF35A0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscu:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscu:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscu:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Chun-Li (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000A0A:FFFFFFFF:Kikou Ken:hcf+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Tenshou Kyaku:dp+K :mvscu:00100000:FF3DA0:00000A0A:FFFFFFFF:Sen'en Shuu:hcb+K :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Kikou Shou (Hyper Combo):qcf+PP :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Senretsu Kyaku (Hyper Combo):qcf+KK :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Hanzan Tenshou Kyaku (Hyper Combo):dp+KK :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Hyakuretsu Kyaku:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Hyakuretsu Kyaku strength :mvscu:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscu:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Shichisei Senkuu Kyaku:qcf+KK in air :mvscu:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscu:00100000:FF31A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscu:00100000:FF31B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscu:00010000:FF31C2:00000001:FFFFFFFF:Light :mvscu:00010000:FF31C2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF31C2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscu:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscu:00100000:FF39A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscu:00100000:FF39B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscu:00010000:FF39C2:00000001:FFFFFFFF:Light :mvscu:00010000:FF39C2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF39C2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscu:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Shadow Lady (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscu:00100000:FF35A0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscu:00100000:FF35B0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscu:00010000:FF35C2:00000001:FFFFFFFF:Light :mvscu:00010000:FF35C2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF35C2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscu:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Shadow Lady (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Miracle Drill:qcf+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Big Bang Laser (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA0:00000A0A:FFFFFFFF:Sky Counter Crash:hcb+K :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Rainbow Missile:qcf+K :mvscu:00100000:FF3DB0:00000C0C:FFFFFFFF:Final Mission (Hyper Combo):*b,f,b,f+KK (L3) :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Plasma Barrier:dp+P* :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Infinity Leg:K* (air) :mvscu:62000000:000000:00000000:00000000:Select Infinity Leg strength :mvscu:00010000:FF3DC2:00000001:FFFFFFFF:Light :mvscu:00010000:FF3DC2:00000002:FFFFFFFF:Medium :mvscu:00010000:FF3DC2:00000003:FFFFFFFF:Heavy :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Galaxy Missile (Hyper Combo):qcf+KK :mvscu:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; Zangief ; ; Zangief has no back dash. His forward dash is a throw. The same is true for Mech-Zangief. ; :mvscu:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL1 ] :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscu:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscu:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF31C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) ### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscu:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL1 ] :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscu:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscu:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF39C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3) ### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscu:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Zangief (1st Character) PL2 ] :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscu:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscu:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF35C8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3)### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscu:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Zangief (2nd Character) PL2 ] :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Banishing Flat:dp+P :mvscu:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Zangief is close to the opponent. ### :mvscu:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF3DC8:00000808:FFFFFFFF:Ultra Final Atomic Buster (Hyper Combo):360+KK (L3)### Doing the Ultra Final Atomic Buster (Hyper Combo) during a Duo will result in a Final Atomic Buster (Hyper Combo). ### :mvscu:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK :mvscu:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL1 ] :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscu:00100000:FF31A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF31B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscu:00100000:FF31B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF31D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscu:00100000:FF31D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscu:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL1 ] :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscu:00100000:FF39A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF39B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscu:00100000:FF39B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF39D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscu:00100000:FF39D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscu:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (1st Character) PL2 ] :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscu:00100000:FF35A8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF35B0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscu:00100000:FF35B8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF35D0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscu:00100000:FF35D8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscu:60000000:000000:00000000:00000000:[ Use for Mech-Zangief (2nd Character) PL2 ] :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Vodka Fire:qcf+P :mvscu:00100000:FF3DA8:00000808:FFFFFFFF:Screw Piledriver:360+P (air) :mvscu:00100000:FF3DB0:00000A0A:FFFFFFFF:Flying Powerbomb:hcf+K ### The Atomic Suplex and the Flying Powerbomb is the same. However, the Atomic Suplex is done when Mech-Zangief is close to the opponent. ### :mvscu:00100000:FF3DB8:00000808:FFFFFFFF:Final Atomic Buster (Hyper Combo):360+PP :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Aerial Russian Slam:dp+K :mvscu:00100000:FF3DD0:00000606:FFFFFFFF:Iron Body:rdp+LK ### The Iron Body uses one level of super bar. ### :mvscu:00100000:FF3DD8:00000808:FFFFFFFF:Siberian Blizzard (Hyper Combo):360+KK :mvscu:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL1 ] :mvscu:00100000:FF3190:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscu:00100000:FF3198:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscu:00100000:FF31B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscu:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscu:00100000:FF3998:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscu:00100000:FF39B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscu:60000000:000000:00000000:00000000:[ Use for Jin (1st Character) PL2 ] :mvscu:00100000:FF3590:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscu:00100000:FF3598:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscu:00100000:FF35B8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscu:60000000:000000:00000000:00000000:[ Use for Jin (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000808:FFFFFFFF:Saotome Typhoon:*b,f+P :mvscu:00100000:FF3D98:00000808:FFFFFFFF:Saotome Dynamite:*d,u+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Blodia Vulcan (Hyper Combo):qcb+PP ### A Blodia Punch will result if Jin performs the Blodia Vulcan during a duo. ### :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Blodia Punch (Hyper Combo):qcf+PP :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Saotome Cyclone (Hyper Combo):qcf+KK :mvscu:00100000:FF3DB8:00000A0A:FFFFFFFF:Saotome Crush:hcb+K :mvscu:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Gram:dp+P :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Gram:dp+K :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscu:00100000:FF31D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscu:00100000:FF31D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscu:00100000:FF31E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscu:00100000:FF3390:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscu:00100000:FF3398:00000808:FFFFFFFF:Formation C:*b,f+K :mvscu:00100000:FF33A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Gram:dp+P :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Gram:dp+K :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscu:00100000:FF39D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscu:00100000:FF39D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscu:00100000:FF39E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscu:00100000:FF3990:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscu:00100000:FF3B98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscu:00100000:FF3BA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Strider (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Gram:dp+P :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Gram:dp+K :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Gram:dp+P in air :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Formation A:qcf+K :mvscu:00100000:FF35D0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscu:00100000:FF35D8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscu:00100000:FF35E0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscu:00100000:FF3790:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscu:00100000:FF3798:00000808:FFFFFFFF:Formation C:*b,f+K :mvscu:00100000:FF37A0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Strider (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Ame no Murakumo:qcf+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Warp:rdp+(P|K) ### The Warp will make Strider move to the area of the screen in a similar fashion to Pyron's teleport move in DS3 (LP for the upper-left corner, HK for the lower-right corner). ### :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Ouroboros (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Gram:dp+P :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Gram:dp+K :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Gram:dp+P in air :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Heki Hari Tsuki:qcb+P :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Formation A:qcf+K :mvscu:00100000:FF3DD0:00000606:FFFFFFFF:Legion (Hyper Combo):qcf+KK :mvscu:00100000:FF3DD8:00000606:FFFFFFFF:Excalibur:qcf+(P|K) in air :mvscu:00100000:FF3DE0:00000606:FFFFFFFF:Ragnarok (Hyper Combo):dp+PP :mvscu:00100000:FF3F90:00000606:FFFFFFFF:Vajra:qcb+K ### The Vajra will make Strider attack in the area of the screen as shown by the kicks (LK for the left, HK for the right). ### :mvscu:00100000:FF3F98:00000808:FFFFFFFF:Formation C:*b,f+K :mvscu:00100000:FF3FA0:00000808:FFFFFFFF:Formation B:*b,f+P ### The Formation B when you get one satellite must be done on the ground. When firing the satellite, you can do so in the air as well. ### ; Mega Man ; ; With Mega Man's Charge Shot, once you press HP the first byte changes to 02 and a timer starts counting down. Once it gets ; to zero the first byte changes to 04. When you let go of HP, it fires, and the first byte resets to zero. ; ; Thus we have a dilemma that must be solved one of two ways: one is to change the first byte to 04 and make it a one-shot ; cheat (otherwise Mega Man will fire repeatedly). This way, you don't have to press HP at all. ; ; The second way is the one I choose. When you activate this cheat, press HP. Deactivate the cheat before releasing. ; :mvscu:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL1 ] :mvscu:00100000:FF3190:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscu:00100000:FF3198:00000606:FFFFFFFF:Mega Upper:dp+P :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscu:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscu:00100000:FF3998:00000606:FFFFFFFF:Mega Upper:dp+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscu:60000000:000000:00000000:00000000:[ Use for Mega Man (1st Character) PL2 ] :mvscu:00100000:FF3590:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscu:00100000:FF3598:00000606:FFFFFFFF:Mega Upper:dp+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscu:60000000:000000:00000000:00000000:[ Use for Mega Man (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000202:FFFFFFFF:Charge Shot:*HP (air) :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Mega Upper:dp+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+P ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Megaman:qcf+PP (air) :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscu:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL1 ] :mvscu:00100000:FF3198:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscu:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscu:00100000:FF31D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscu:00100000:FF31D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscu:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL1 ] :mvscu:00100000:FF3998:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscu:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscu:00100000:FF39D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscu:00100000:FF39D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscu:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Morrigan (1st Character) PL2 ] :mvscu:00100000:FF3598:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscu:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscu:00100000:FF35D0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscu:00100000:FF35D8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscu:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Morrigan (2nd Character) PL2 ] :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Soul Fist:qcf+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Shadow Blade:dp+P :mvscu:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Soul Eraser (Hyper Combo):qcf+PP :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Silhouette Blade (Hyper Combo):dp+PP :mvscu:00100000:FF3DD0:00000808:FFFFFFFF:Eternal Slumber (Hyper Combo):LP,MK,b,MP,HK (L3) ### Morrigan will do a Soul Eraser if you do an Eternal Slumber during a duo. ### :mvscu:00100000:FF3DD8:00000606:FFFFFFFF:Soul Fist:qcf+P in air :mvscu:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air ### The Vania dash is an air dash, but using uf or df will make her arc her dash. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL1 ] :mvscu:00100000:FF3198:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscu:00100000:FF31A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscu:00100000:FF31D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscu:00100000:FF31E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscu:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL1 ] :mvscu:00100000:FF3998:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscu:00100000:FF39A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscu:00100000:FF39D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscu:00100000:FF39E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscu:60000000:000000:00000000:00000000:[ Use for Lilith (1st Character) PL2 ] :mvscu:00100000:FF3598:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscu:00100000:FF35A8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscu:00100000:FF35D8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscu:00100000:FF35E0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscu:60000000:000000:00000000:00000000:[ Use for Lilith (2nd Character) PL2 ] :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Soul Flash:qcf+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Shining Blade:dp+P :mvscu:00100000:FF3DA8:00000A0A:FFFFFFFF:Vector Drain:hcb+P :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Brilliant Shower (Hyper Combo):qcf+PP :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Darkness Illusion (Hyper Combo):qcf+KK (air) :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Splendor Love (Hyper Combo):dp+PP :mvscu:00100000:FF3DD8:00000606:FFFFFFFF:Soul Flash:qcf+P in air :mvscu:00100000:FF3DE0:00000202:FFFFFFFF:Vania Dash:f,(uf|f|df) in air :mvscu:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3198:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3998:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:60000000:000000:00000000:00000000:[ Use for Captain Commando (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3598:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:60000000:000000:00000000:00000000:[ Use for Captain Commando (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Captain Sword (Hyper Combo):qcf+PP ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Captain Fire:qcf+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Captain Collider:qcb+P ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Captain Fire:qcf+P in air ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Captain Storm (Hyper Combo):qcf+KK ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Commando Strike:qcf+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Captain Kick:qcb+K ### If one of Captain's helpers are on screen, he can't use his supers or repeatedly call on them using his punch throws or the Commando Strike. Mash and wiggle using Captain's own throw for huge damage! ### :mvscu:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscu:00100000:FF3198:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscu:00100000:FF3998:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Wolverine (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscu:00100000:FF3598:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Wolverine (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Fatal Claw (Hyper Combo):dp+KK (air) :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Weapon X (Hyper Combo):dp+PP :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Berserker Barrage X (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Tornado Claw:dp+P* :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Berserker Barrage:qcf+P* :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Berserker Charge (Hyper Combo):qcb+PP :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Berserker Slash:qcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Trick Card:qcb+P :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscu:00100000:FF31A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscu:00100000:FF31B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscu:00100000:FF31D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:00100000:FF31D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Trick Card:qcb+P :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscu:00100000:FF39A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscu:00100000:FF39B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscu:00100000:FF39D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:00100000:FF39D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Gambit (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Trick Card:qcb+P :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscu:00100000:FF35A8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscu:00100000:FF35B8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscu:00100000:FF35D0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:00100000:FF35D8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Gambit (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Kinetic Card:qcf+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Trick Card:qcb+P :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Cajun Slash:dp+P :mvscu:00100000:FF3DA8:00000808:FFFFFFFF:Cajun Strike:*d,(ub|u|uf)+K ### With the Cajun Strike, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Royal Flush (Hyper Combo):qcf+PP :mvscu:00100000:FF3DB8:00000808:FFFFFFFF:Cajun Escape:*d,(ub|u|uf)+P ### With the Cajun Escape, ub or uf leaps to that wall, while u makes Remy jump to the closest wall. When at a wall, pressing in the opposite direction will make him go to the other wall before attacking. ### :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Kinetic Card:qcf+P in air :mvscu:00100000:FF3DD0:00000606:FFFFFFFF:Cajun Explosion (Kouhou):qcb+KK ### Remy's Cajun Explosion (Kouhou) will make him jump to the wall behind him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:00100000:FF3DD8:00000606:FFFFFFFF:Cajun Explosion (Zenpou):qcf+KK ### Remy's Cajun Explosion (Zenpou) will make him jump to the wall in front of him. If he doesn't land on a wall, you won't lose any super bar. ### :mvscu:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscu:00100000:FF3198:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscu:00100000:FF31C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscu:00100000:FF3998:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscu:00100000:FF39C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Captain America (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscu:00100000:FF3598:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscu:00100000:FF35C0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Captain America (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Hyper Stars & Stripes (Hyper Combo):dp++PP :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Final Justice (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Hyper Charging Star (Hyper Combo):qcf+KK :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Stars & Stripes:dp+P :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Shield Slash:qcf+P (air) :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Charging Star:qcf+K :mvscu:00100000:FF3DC0:00000A0A:FFFFFFFF:Zenten:hcb+P :mvscu:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscu:00100000:FF31A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscu:00100000:FF31D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscu:00100000:FF39A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscu:00100000:FF39C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscu:00100000:FF39D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Spider-Man (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscu:00100000:FF35A8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscu:00100000:FF35D0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:60000000:000000:00000000:00000000:[ Use for Spider-Man (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Spider Sting:dp+P,P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Web Ball:qcf+P (air) :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Web Swing:qcb+K (air) :mvscu:00100000:FF3DA8:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate the joystick with the Web Throw for more damage. The Web Throw won't work against someone in a Web Ball. ### :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Maximum Spider (Hyper Combo):qcf+PP :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Crawler Assault (Hyper Combo):qcf+KK :mvscu:00100000:FF3DC8:00000606:FFFFFFFF:Ultimate Web Throw (Hyper Combo):qcb+PP :mvscu:00100000:FF3DD0:00000202:FFFFFFFF:Air Dash:f,f in air ; ; War Machine ; ; Gold War Machine has Hyper Armor compared to the normal one. ; :mvscu:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscu:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscu:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscu:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscu:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for War Machine (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscu:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscu:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for War Machine (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Repulsor Blast:hcb+P :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Hikou:qcb+K (air) ### You can move in all directions during the Hikou and perform any air attack. You can't perform the Hikou during a duo. ### :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL1 ] :mvscu:00100000:FF3198:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF31B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL1 ] :mvscu:00100000:FF3998:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF39B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Gold War Machine (1st Character) PL2 ] :mvscu:00100000:FF3598:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF35B8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Gold War Machine (2nd Character) PL2 ] :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Proton Cannon (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Shoulder Cannon:qcf+P (air) :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:War Destroyer (Hyper Combo):qcf+KK :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Low Shoulder Cannon:qcf+K ; ; The Incredible Hulk ; ; The difference between regular Hulk and Orange Hulk is that regular Hulk has super armor when on the ground or performing ; a special. Orange Hulk does not have that luxury. ; ; The following works for either version of Hulk. ; :mvscu:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL1 ] :mvscu:00100000:FF3190:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscu:00100000:FF3198:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscu:00100000:FF31A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscu:00100000:FF31A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscu:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscu:00100000:FF3998:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscu:00100000:FF39A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscu:00100000:FF39A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscu:60000000:000000:00000000:00000000:[ Use for Hulk (1st Character) PL2 ] :mvscu:00100000:FF3590:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscu:00100000:FF3598:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscu:00100000:FF35A0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscu:00100000:FF35A8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK :mvscu:60000000:000000:00000000:00000000:[ Use for Hulk (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000808:FFFFFFFF:Gamma Charge (Taichi):*b,f+K,(any direction)+K :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Gamma Crush (Hyper Combo):qcb+PP :mvscu:00100000:FF3DA0:00000A0A:FFFFFFFF:Gamma Tornado:hcb+P :mvscu:00100000:FF3DA8:00000808:FFFFFFFF:Gamma Charge (Taikuu):*d,u+K,(any direction)+K :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Gamma Wave (Hyper Combo):qcf+PP :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Gamma Slam:qcf+P :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Gamma Quake (Hyper Combo):qcf+KK ; ; Venom ; ; The on-again, off-again good guy is now on again, I guess. ; ; When Eddie uses his punch throws, he traps them in a spider web, allowing you some time to deal some damage. ; ; Red Venom has no dash or backstep. He's fast enough already. ; :mvscu:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscu:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscu:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Venom (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscu:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Venom (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Venom Fang:qcf+P (air) :mvscu:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Venom Rush:qcf+K :mvscu:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscu:00100000:FF3198:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF31B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscu:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscu:00100000:FF3998:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF39B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscu:60000000:000000:00000000:00000000:[ Use for Red Venom (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscu:00100000:FF3598:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF35B0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscu:60000000:000000:00000000:00000000:[ Use for Red Venom (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Venom Crush:qcf+P* :mvscu:00100000:FF3D98:00000A0A:FFFFFFFF:Web Throw:hcb+P ### Rotate joystick during Web Throw for more damage. Eddie's Web Throw will not hit if you use his punch throws to trap your opponent. ### :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Venom Web (Hyper Combo):qcf+PP :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Death Bite (Hyper Combo):qcf+KK :mvscu:00100000:FF3DB0:00000202:FFFFFFFF:Air Dash:f,f in air :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Venom Storm:qcf+K* :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Venom Charge:qcf+P in air :mvscu:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL1 ] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscu:00100000:FF3198:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscu:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL1 ] :mvscu:00100000:FF3990:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscu:00100000:FF3998:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscu:00100000:FF39A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF39A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF39B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF39B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscu:00100000:FF39C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscu:60000000:000000:00000000:00000000:[ Use for Roll (1st Character) PL2 ] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscu:00100000:FF3598:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### :mvscu:60000000:000000:00000000:00000000:[ Use for Roll (2nd Character) PL2 ] :mvscu:00100000:FF3D90:00000606:FFFFFFFF:Roll Buster:qcf+P (air) :mvscu:00100000:FF3D98:00000606:FFFFFFFF:Hana-Taba Bakudan:qcb+P (air) :mvscu:00100000:FF3DA0:00000606:FFFFFFFF:Rush Drill (Hyper Combo):qcf+KK ### You can move freely in the Rush Drill (Hyper Combo). ### :mvscu:00100000:FF3DA8:00000606:FFFFFFFF:Beat Plane (Hyper Combo):qcb+KK (air) ### You can move freely in the Beat Plane (Hyper Combo). ### :mvscu:00100000:FF3DB0:00000606:FFFFFFFF:Item Kougeki:qcf+K ### You cannot pick up items while having the Leaf Shield. You can fire the Leaf Shield by performing the Item Kougeki either on the ground or in the air. ### :mvscu:00100000:FF3DB8:00000606:FFFFFFFF:Hyper Roll:qcf+PP (air) :mvscu:00100000:FF3DC0:00000606:FFFFFFFF:Eddie Yobi:qcb+K ### The strength of the Eddie Yobi used determines what weapon is dropped on the ground (Rock Ball for LK, Tornado Hold for MK, Leaf Shield for HK). ### ; ; Onslaught ; ; A couple of notes before getting to Onslaught. ; ; Onslaught is only useable if you put him as the 1st character. ; ; Onslaught's first form has no normal attacks. You will need to rely on these attacks. ; ; Onslaught's Warp will take you to the side opposite to the punch button used (LP takes you to the right, HP to the left). ; ; As you find, Onslaught does not have a formal MP+MK assist (or an HP+HK switch, and thus can't do duos, CCs, and VCs). That's ; why you have the Sentinel Assist. ; ; Move Onslaught any way you want in the second form by using your joystick. ; ; Onslaught's second form has two normal attacks, MK and HK. MK sends out the Sentinel missiles while HK just puts rocks in the ; background that doesn't actually do anything. ; ; Onslaught peforms the 3 Rensha Beam with qcb+LP and the 5 Rensha Beam with qcb+LK. ; ; Surprisingly, the addresses for both forms of Onslaught are mutually exclusive. ; ; If you have a home version of Marvel vs. Capcom, the moves here are different from that version you are used to. ; :mvscu:60000000:000000:00000000:00000000:[ Use for Onslaught (PL1)] :mvscu:00100000:FF3190:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscu:00100000:FF3198:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscu:00100000:FF31A0:00000606:FFFFFFFF:Warp:dp+P :mvscu:00100000:FF31A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscu:00100000:FF31B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscu:00100000:FF31B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscu:00100000:FF31C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscu:00100000:FF31C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscu:60000000:000000:00000000:00000000:[ Use for Onslaught (PL2)] :mvscu:00100000:FF3590:00000606:FFFFFFFF:Hyper Gravitation:qcf+LP :mvscu:00100000:FF3598:00000606:FFFFFFFF:Magnetic Shockwave:qcf+MP :mvscu:00100000:FF35A0:00000606:FFFFFFFF:Warp:dp+P :mvscu:00100000:FF35A8:00000606:FFFFFFFF:Magnetic Tempest:qcf+HP :mvscu:00100000:FF35B0:00000606:FFFFFFFF:Head Crush:qcf+LK :mvscu:00100000:FF35B8:00000606:FFFFFFFF:Mega Optic Blast:qcf+MK :mvscu:00100000:FF35C0:00000606:FFFFFFFF:Sentinel Assist:qcf+HK :mvscu:00100000:FF35C8:00000606:FFFFFFFF:Partner Change:qcb+LP :mvscu:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL1)] :mvscu:00100000:FF31D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscu:00100000:FF31D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscu:00100000:FF31E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscu:00100000:FF31E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscu:00100000:FF3220:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) :mvscu:60000000:000000:00000000:00000000:[ Use for Onslaught 2nd Form (PL2)] :mvscu:00100000:FF35D0:00000606:FFFFFFFF:Punch:qcf+LP :mvscu:00100000:FF35D8:00000606:FFFFFFFF:Beam:qcf+MP :mvscu:00100000:FF35E0:00000606:FFFFFFFF:Hyper Gravitation:qcf+HP :mvscu:00100000:FF35E8:00000606:FFFFFFFF:Dash Punch:qcf+LK :mvscu:00100000:FF3620:00000606:FFFFFFFF:Rensha Beam:qcb+(LP|LK) mvscu:0:000000:00:999:[ These are the codes to set the machine region - the ] mvscu:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] mvscu:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] mvscu:0:FF44B3:00:000:Region Switch = Japan mvscu:0:FF44B3:02:000:Region Switch = USA mvscu:0:FF44B3:04:000:Region Switch = Euro mvscu:0:FF44B3:06:000:Region Switch = Brazil mvscu:0:FF44B3:08:000:Region Switch = Hispanic mvscu:0:FF44B3:0A:000:Region Switch = Asia ; [ Michael Jackson's Moonwalker (set 3, World, FD1094/8751 317-0159) ] mwalk:0:FFDA58:03:000:Infinite Lives PL1 mwalk:0:FFC01C:40:000:Infinite Energy PL1 mwalk:0:FFDA79:01:000:Infinite Magic PL1 mwalk:0:FFDA7D:45:000:Invincibility PL1 mwalk:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen mwalk:0:FFC04C:04:001:Become Robot Now! PL1:Buggy mwalk:0:FFDA98:03:000:Infinite Lives PL2 mwalk:0:FFC0DC:40:000:Infinite Energy PL2 mwalk:0:FFDAB9:01:000:Infinite Magic PL2 mwalk:0:FFDABD:45:000:Invincibility PL2 mwalk:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen mwalk:0:FFC10C:04:001:Become Robot Now! PL2:Buggy mwalk:0:FFDAD8:03:000:Infinite Lives PL3 mwalk:0:FFC19C:28:000:Infinite Energy PL3 mwalk:0:FFDAF9:01:000:Infinite Magic PL3 mwalk:0:FFDAFD:45:000:Invincibility PL3 mwalk:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen mwalk:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy ; [ Michael Jackson's Moonwalker (bootleg) ] mwalkbl:0:FFDA58:03:000:Infinite Lives PL1 mwalkbl:0:FFC01C:40:000:Infinite Energy PL1 mwalkbl:0:FFDA79:01:000:Infinite Magic PL1 mwalkbl:0:FFDA7D:45:000:Invincibility PL1 mwalkbl:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen mwalkbl:0:FFC04C:04:001:Become Robot Now! PL1:Buggy mwalkbl:0:FFDA98:03:000:Infinite Lives PL2 mwalkbl:0:FFC0DC:40:000:Infinite Energy PL2 mwalkbl:0:FFDAB9:01:000:Infinite Magic PL2 mwalkbl:0:FFDABD:45:000:Invincibility PL2 mwalkbl:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen mwalkbl:0:FFC10C:04:001:Become Robot Now! PL2:Buggy mwalkbl:0:FFDAD8:03:000:Infinite Lives PL3 mwalkbl:0:FFC19C:28:000:Infinite Energy PL3 mwalkbl:0:FFDAF9:01:000:Infinite Magic PL3 mwalkbl:0:FFDAFD:45:000:Invincibility PL3 mwalkbl:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen mwalkbl:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy ; [ Michael Jackson's Moonwalker (set 1, Japan, FD1094/8751 317-0157) ] mwalkj:0:FFDA58:03:000:Infinite Lives PL1 mwalkj:0:FFC01C:40:000:Infinite Energy PL1 mwalkj:0:FFDA79:01:000:Infinite Magic PL1 mwalkj:0:FFDA7D:45:000:Invincibility PL1 mwalkj:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen mwalkj:0:FFC04C:04:001:Become Robot Now! PL1:Buggy mwalkj:0:FFDA98:03:000:Infinite Lives PL2 mwalkj:0:FFC0DC:40:000:Infinite Energy PL2 mwalkj:0:FFDAB9:01:000:Infinite Magic PL2 mwalkj:0:FFDABD:45:000:Invincibility PL2 mwalkj:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen mwalkj:0:FFC10C:04:001:Become Robot Now! PL2:Buggy mwalkj:0:FFDAD8:03:000:Infinite Lives PL3 mwalkj:0:FFC19C:28:000:Infinite Energy PL3 mwalkj:0:FFDAF9:01:000:Infinite Magic PL3 mwalkj:0:FFDAFD:45:000:Invincibility PL3 mwalkj:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen mwalkj:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy ; [ Michael Jackson's Moonwalker (set 2, US, FD1094/8751 317-0158) ] mwalku:0:FFDA58:03:000:Infinite Lives PL1 mwalku:0:FFC01C:40:000:Infinite Energy PL1 mwalku:0:FFDA79:01:000:Infinite Magic PL1 mwalku:0:FFDA7D:45:000:Invincibility PL1 mwalku:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen mwalku:0:FFC04C:04:001:Become Robot Now! PL1:Buggy mwalku:0:FFDA98:03:000:Infinite Lives PL2 mwalku:0:FFC0DC:40:000:Infinite Energy PL2 mwalku:0:FFDAB9:01:000:Infinite Magic PL2 mwalku:0:FFDABD:45:000:Invincibility PL2 mwalku:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen mwalku:0:FFC10C:04:001:Become Robot Now! PL2:Buggy mwalku:0:FFDAD8:03:000:Infinite Lives PL3 mwalku:0:FFC19C:28:000:Infinite Energy PL3 mwalku:0:FFDAF9:01:000:Infinite Magic PL3 mwalku:0:FFDAFD:45:000:Invincibility PL3 mwalku:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen mwalku:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy ; [ Mighty Warriors ] :mwarr:00000000:1125A1:00000009:FFFFFFFF:Infinite Credits :mwarr:00000000:112121:00000099:FFFFFFFF:Infinite Time :mwarr:00100000:112FCE:00000100:FFFFFFFF:Infinite Energy PL1 :mwarr:00100001:112FCE:00000000:FFFFFFFF:Drain All Energy Now! PL1 :mwarr:00100000:113684:00000300:FFFFFFFF:Infinite Mutant Power PL1 :mwarr:00100000:113684:00000000:FFFFFFFF:Alway No Mutant Power PL1 :mwarr:00000020:113592:00000001:FFFFFFFF:Always Have Arms PL1 :mwarr:00000000:113592:00000000:FFFFFFFF:Always No Arms PL1 :mwarr:00000000:11258E:00000000:FFFFFFFF:Rapid Fire - Weak Attack PL1 :mwarr:00000000:112590:00000000:FFFFFFFF:Rapid Fire - Middle Attack PL1 :mwarr:00000000:112592:00000000:FFFFFFFF:Rapid Fire - Strong Attack PL1 :mwarr:00000001:113582:00000008:FFFFFFFF:Play with Cypher PL1:Enable on the character selection screen :mwarr:62000000:000000:00000000:00000000:Select Fighter's Mutation PL1 :mwarr:00010001:113680:00000000:FFFFFFFF:Marcus :mwarr:00010001:113680:00000001:FFFFFFFF:Han-Sing :mwarr:00010001:113680:00000002:FFFFFFFF:Gurdaf :mwarr:00010001:113680:00000003:FFFFFFFF:Eknaton :mwarr:00010001:113680:00000004:FFFFFFFF:Selim :mwarr:00010001:113680:00000005:FFFFFFFF:Eteocles :mwarr:00010001:113680:00000006:FFFFFFFF:Mc-Datho :mwarr:00010001:113680:00000007:FFFFFFFF:Nabonedo :mwarr:00010001:113680:00000008:FFFFFFFF:Cypher (Buggy !) :mwarr:00100000:112FD0:00000100:FFFFFFFF:Infinite Energy PL2 :mwarr:00100001:112FD0:00000000:FFFFFFFF:Drain All Energy Now! PL2 :mwarr:00100000:113686:00000300:FFFFFFFF:Infinite Mutant Power PL2 :mwarr:00100000:113686:00000000:FFFFFFFF:Alway No Mutant Power PL2 :mwarr:00000020:113593:00000001:FFFFFFFF:Always Have Arms PL2 :mwarr:00000000:113593:00000000:FFFFFFFF:Always No Arms PL2 :mwarr:00000000:11258F:00000000:FFFFFFFF:Rapid Fire - Weak Attack PL2 :mwarr:00000000:112591:00000000:FFFFFFFF:Rapid Fire - Middle Attack PL2 :mwarr:00000000:112593:00000000:FFFFFFFF:Rapid Fire - Strong Attack PL2 :mwarr:00000001:113583:00000008:FFFFFFFF:Play with Cypher PL2:Enable on the character selection screen :mwarr:62000000:000000:00000000:00000000:Select Fighter's Mutation PL2 :mwarr:00010001:113681:00000000:FFFFFFFF:Caius :mwarr:00010001:113681:00000001:FFFFFFFF:Chang-Kien :mwarr:00010001:113681:00000002:FFFFFFFF:Gandalf :mwarr:00010001:113681:00000003:FFFFFFFF:Nektas :mwarr:00010001:113681:00000004:FFFFFFFF:Hamyr :mwarr:00010001:113681:00000005:FFFFFFFF:Arakis :mwarr:00010001:113681:00000006:FFFFFFFF:Mc-Matach :mwarr:00010001:113681:00000007:FFFFFFFF:Sargon :mwarr:00010001:113681:00000008:FFFFFFFF:Cypher (Buggy !) ; [ MX5000 ] mx5000:0:397E:09:000:Infinite Lives PL1 mx5000:0:39DE:09:000:Infinite Lives PL2 :mx5000:20800000:AEF5:00000000:FFFFFFFF:Invincibility :mx5000:20810000:B0D5:00000020:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire :mx5000:00000000:3015:00000001:FFFFFFFF:Rapid Fire mx5000:0:3011:00:000:Always Normal Shot mx5000:0:3011:01:000:Always Single Laser mx5000:0:3011:02:000:Always Double Laser mx5000:0:3012:00:000:Always Single Bomb (Normal) mx5000:0:3012:01:000:Always X3 Bombs mx5000:0:3012:02:000:Always X5 Bombs mx5000:0:3003:00:000:Always slow speed (Normal) mx5000:0:3003:01:000:Always medium speed mx5000:0:3003:02:000:Always fast speed mx5000:0:3003:03:000:Always superfast speed mx5000:0:3011:00:001:Get Normal Shot Now! mx5000:0:3011:01:001:Get Single Laser Now! mx5000:0:3011:02:001:Get Double Laser Now! mx5000:0:3012:00:001:Get Single Bomb (Normal) Now! mx5000:0:3012:01:001:Get X3 Bombs Now! mx5000:0:3012:02:001:Get X5 Bombs Now! mx5000:0:3003:00:001:Get slow speed (Normal) Now! mx5000:0:3003:01:001:Get medium speed Now! mx5000:0:3003:02:001:Get fast speed Now! mx5000:0:3003:03:001:Get superfast speed Now! mx5000:0:390C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Kosodate Quiz My Angel (Japan) ] myangel:0:200001:09:000:Infinite Credits:After you enable this you will either have to insert a coin or RESET the game to activate it. :myangel:000000E6:200105:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer myangel:0:200105:01:000:Answer 1 always correct myangel:0:200105:01:001:Answer 1 is correct for this question Now! myangel:0:200149:03:000:Infinite Lives PL1 myangel:0:20014B:03:000:Infinite Lives PL2 ; [ Kosodate Quiz My Angel 2 (Japan) ] myangel2:0:200001:09:000:Infinite Credits :myangel2:00100000:200036:00000376:FFFFFFFF:Infinite Time :myangel2:000000E6:200411:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer myangel2:0:2003A0:06:000:Infinite Lives PL1 myangel2:0:2003A2:06:000:Infinite Lives PL2 ; [ Kosodate Quiz My Angel 3 (KQT1/VER.A) ] myangel3:0:0000:00:999:[ This game hasn't even ]:REASON 11 myangel3:0:0000:00:999:[ been looked at due to ]:REASON 11 myangel3:0:0000:00:999:[ time constraints - Too]:REASON 11 myangel3:0:0000:00:999:[ many games and so ]:REASON 11 myangel3:0:0000:00:999:[ little time. It is ]:REASON 11 myangel3:0:0000:00:999:[ even possible that ]:REASON 11 myangel3:0:0000:00:999:[ this game may be a ]:REASON 11 myangel3:0:0000:00:999:[ clone of an existing ]:REASON 11 myangel3:0:0000:00:999:[ game which may have ]:REASON 11 myangel3:0:0000:00:999:[ cheats. Please search ]:REASON 11 myangel3:0:0000:00:999:[ the cheat forums ]:REASON 11 myangel3:0:0000:00:999:[ before posting cheat ]:REASON 11 myangel3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Virtual Mahjong 2 - My Fair Lady (J 980608 V1.000) ] myfairld:0:0000:00:999:[ There are no cheats ]:REASON 1 myfairld:0:0000:00:999:[ for this game as it ]:REASON 1 myfairld:0:0000:00:999:[ didn't work the last ]:REASON 1 myfairld:0:0000:00:999:[ time it was tested. ]:REASON 1 myfairld:0:0000:00:999:[ If the game now works ]:REASON 1 myfairld:0:0000:00:999:[ please request cheats ]:REASON 1 myfairld:0:0000:00:999:[ for it on the cheat ]:REASON 1 myfairld:0:0000:00:999:[ forums. ]:REASON 1 ; [ My Hero (US) ] myhero:0:C200:80:040:Invincibility myhero:0:C04E:06:000:Infinite Lives PL1 myhero:0:C04F:06:000:Infinite Lives PL2 ; [ My Hero (Korea) ] myherok:0:C200:80:040:Invincibility myherok:0:C04E:06:000:Infinite Lives PL1 myherok:0:C04F:06:000:Infinite Lives PL2 ; [ Mello Yello Q*bert ] myqbert:0:01000:04:000:Infinite Lives ; [ Mystic Marathon ] mysticm:0:D006:01:000:Set Rank to 1st PL1 mysticm:0:D062:01:000:Set Rank to 1st PL2 ; [ Mystic Riders (World) ] :mysticri:00000000:E85B8:00000009:FFFFFFFF:Infinite Credits :mysticri:00001301:E0150:00000005:FFFFFFFF:Select Starting Stage:Enable on the "Push Start Button" message screen :mysticri:81000000:E8A70:0000000A:000E0040:Infinite Lives PL1 :mysticri:81000000:E8A70:00000003:000E005C:Invincibility PL1 :mysticri:81000000:E8A70:00000003:000E0042:Always Maximum Shot Power PL1 :mysticri:62000000:00000:00000000:00000000:Select Shot PL1 :mysticri:81010000:E8A70:00000000:000E0041:Fire :mysticri:81010000:E8A70:00000001:000E0041:Thunder :mysticri:81100000:E8A70:000003E7:000E0045:Always Have Maximum Jewels PL1 :mysticri:81000000:E8A70:00000020:000E0044:Always Maximum Energy Charge PL1 :mysticri:00000000:E89E4:00000000:00000080:Rapid Fire - Normal PL1:Can't charge. Turn it OFF on the name entry screen :mysticri:00000000:E89E4:00000000:00000080:Rapid Fire - Special PL1:Can't charge. Turn it OFF on the name entry screen :mysticri:81010000:E8A70:00000000:000E0076:Rapid Fire - Special PL1 (2/2) :mysticri:81000000:E8A72:0000000A:000E0040:Infinite Lives PL2 :mysticri:81000000:E8A72:00000003:000E005C:Invincibility PL2 :mysticri:81000000:E8A72:00000003:000E0042:Always Maximum Shot Power PL2 :mysticri:62000000:00000:00000000:00000000:Select Shot PL2 :mysticri:81010000:E8A72:00000000:000E0041:Fire :mysticri:81010000:E8A72:00000001:000E0041:Thunder :mysticri:81100000:E8A72:000003E7:000E0045:Always Have Maximum Jewels PL2 :mysticri:81000000:E8A72:00000020:000E0044:Always Maximum Energy Charge PL2 :mysticri:00000000:E89E5:00000000:00000080:Rapid Fire - Normal PL2:Can't charge. Turn it OFF on the name entry screen :mysticri:00000000:E89E5:00000000:00000080:Rapid Fire - Special PL2:Can't charge. Turn it OFF on the name entry screen :mysticri:81010000:E8A72:00000000:000E0076:Rapid Fire - Special PL2 (2/2) ; [ Mysterious Stones - Dr. Kick in Adventure ] myststno:0:0040:00:000:Infinite Time myststno:0:0031:06:000:Infinite Lives myststno:0:B8F5:B0:100:Invincibility myststno:0:B8F6:16:600:Invincibility (02/17):Note the enemies may change on other levels the cheats are still good but the descriptions may differ myststno:0:C00B:B0:600:Invincibility (03/17):Parts 1 + 2 sorts out the dragon man with sword myststno:0:C00C:0C:600:Invincibility (04/17):Parts 3 + 4 sorts out the balls myststno:0:C69E:B0:600:Invincibility (05/17) myststno:0:C69F:0C:600:Invincibility (06/17):Parts 5 + 6 sorts out the skulls myststno:0:D87D:B0:600:Invincibility (07/17) myststno:0:D87E:09:600:Invincibility (08/17):Parts 7 + 8 sorts out the grim reaper myststno:0:A0FC:97:600:Invincibility (09/17) myststno:0:A0FD:A0:600:Invincibility (10/17):Parts 9 + 10 sorts out the lava pit myststno:0:BE05:B0:600:Invincibility (11/17) myststno:0:BE06:11:600:Invincibility (12/17):Parts 11 + 12 sorts out the dragon man ON FIRE myststno:0:5805:90:600:Invincibility (13/17) myststno:0:5806:12:600:Invincibility (14/17):Parts 13 + 14 sorts out the crocodiles outside myststno:0:A10A:97:600:Invincibility (15/17) myststno:0:A10B:A0:600:Invincibility (16/17):Parts 15 + 16 sorts out the small fires myststno:0:4EF4:A5:600:Invincibility (17/17):Part 18 stops you being bounced by rebounding objects ; [ Mysterious Stones - Dr. John's Adventure ] mystston:0:0040:00:000:Infinite Time mystston:0:0031:06:000:Infinite Lives mystston:0:BA74:B0:100:Invincibility mystston:0:BA75:16:600:Invincibility (02/17):Note the enemies may change on other levels the cheats are still good but the descriptions may differ mystston:0:C18A:B0:600:Invincibility (03/17):Parts 1 + 2 sorts out the dragon man with sword mystston:0:C18B:0C:600:Invincibility (04/17):Parts 3 + 4 sorts out the balls mystston:0:C81D:B0:600:Invincibility (05/17) mystston:0:C81E:0C:600:Invincibility (06/17):Parts 5 + 6 sorts out the skulls mystston:0:D9FC:B0:600:Invincibility (07/17) mystston:0:D9FD:09:600:Invincibility (08/17):Parts 7 + 8 sorts out the grim reaper mystston:0:A12B:C0:600:Invincibility (09/17) mystston:0:A12C:A0:600:Invincibility (10/17):Parts 9 + 10 sorts out the lava pit mystston:0:BF84:B0:600:Invincibility (11/17) mystston:0:BF85:11:600:Invincibility (12/17):Parts 11 + 12 sorts out the dragon man ON FIRE mystston:0:5817:90:600:Invincibility (13/17) mystston:0:5818:12:600:Invincibility (14/17):Parts 13 + 14 sorts out the crocodiles outside mystston:0:A139:C0:600:Invincibility (15/17) mystston:0:A13A:A0:600:Invincibility (16/17):Parts 15 + 16 sorts out the small fires mystston:0:4F06:A5:600:Invincibility (17/17):Part 18 stops you being bounced by rebounding objects ; [ Mystic Warriors (ver EAA) ] mystwarr:0:200200:FF:000:Infinite Lives PL1 mystwarr:0:200201:03:000:Infinite Energy PL1 mystwarr:0:407046:02:000:Invincibility PL1:Use this when you are flickering mystwarr:0:200240:FF:000:Infinite Lives PL2 mystwarr:0:200241:03:000:Infinite Energy PL2 mystwarr:0:407C46:02:000:Invincibility PL2:Use this when you are flickering mystwarr:0:200280:FF:000:Infinite Lives PL3 mystwarr:0:200281:03:000:Infinite Energy PL3 mystwarr:0:408846:02:000:Invincibility PL3:Use this when you are flickering mystwarr:0:2002C0:FF:000:Infinite Lives PL4 mystwarr:0:2002C1:03:000:Infinite Energy PL4 mystwarr:0:409446:02:000:Invincibility PL4:Use this when you are flickering ; [ Mystic Warriors (ver UAA) ] mystwaru:0:200200:FF:000:Infinite Lives PL1 mystwaru:0:200201:03:000:Infinite Energy PL1 mystwaru:0:407046:02:000:Invincibility PL1:Use this when you are flickering mystwaru:0:200240:FF:000:Infinite Lives PL2 mystwaru:0:200241:03:000:Infinite Energy PL2 mystwaru:0:407C46:02:000:Invincibility PL2:Use this when you are flickering mystwaru:0:200280:FF:000:Infinite Lives PL3 mystwaru:0:200281:03:000:Infinite Energy PL3 mystwaru:0:408846:02:000:Invincibility PL3:Use this when you are flickering mystwaru:0:2002C0:FF:000:Infinite Lives PL4 mystwaru:0:2002C1:03:000:Infinite Energy PL4 mystwaru:0:409446:02:000:Invincibility PL4:Use this when you are flickering ; [ Mazer Blazer (set 2) ] mzrblzra:0:0000:00:999:[ There are no cheats ]:REASON 1 mzrblzra:0:0000:00:999:[ for this game as it ]:REASON 1 mzrblzra:0:0000:00:999:[ didn't work the last ]:REASON 1 mzrblzra:0:0000:00:999:[ time it was tested. ]:REASON 1 mzrblzra:0:0000:00:999:[ If the game now works ]:REASON 1 mzrblzra:0:0000:00:999:[ please request cheats ]:REASON 1 mzrblzra:0:0000:00:999:[ for it on the cheat ]:REASON 1 mzrblzra:0:0000:00:999:[ forums. ]:REASON 1 ; [ Nagano Winter Olympics '98 (GX720 EAA) ] nagano98:0:0000:00:999:[ This game hasn't even ]:REASON 11 nagano98:0:0000:00:999:[ been looked at due to ]:REASON 11 nagano98:0:0000:00:999:[ time constraints - Too]:REASON 11 nagano98:0:0000:00:999:[ many games and so ]:REASON 11 nagano98:0:0000:00:999:[ little time. It is ]:REASON 11 nagano98:0:0000:00:999:[ even possible that ]:REASON 11 nagano98:0:0000:00:999:[ this game may be a ]:REASON 11 nagano98:0:0000:00:999:[ clone of an existing ]:REASON 11 nagano98:0:0000:00:999:[ game which may have ]:REASON 11 nagano98:0:0000:00:999:[ cheats. Please search ]:REASON 11 nagano98:0:0000:00:999:[ the cheat forums ]:REASON 11 nagano98:0:0000:00:999:[ before posting cheat ]:REASON 11 nagano98:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ NAM-1975 ] nam1975:0:10A625:64:000:Infinite Continues nam1975:0:10109E:89:005:Infinite Lives PL1 nam1975:0:1010E7:99:000:Infinite Ammo PL1 nam1975:0:1010ED:99:000:Infinite Grenades PL1 nam1975:0:1010F0:02:000:Invincibility PL1 nam1975:0:1010E6:02:000:Always have Flamethrower PL1 nam1975:0:1010E6:08:000:Always have Bazooka PL1 nam1975:0:1010E6:01:000:Always have Machine Gun PL1 nam1975:0:1010E6:02:001:Get Flamethrower Now PL1 nam1975:0:1010E6:08:001:Get Bazooka Now PL1 nam1975:0:1010E6:01:001:Get Machine Gun Now PL1 nam1975:0:10119E:89:005:Infinite Lives PL2 nam1975:0:1011E7:99:000:Infinite Ammo PL2 nam1975:0:1011ED:99:000:Infinite Grenades PL2 nam1975:0:1011F0:02:000:Invincibility PL2 nam1975:0:1011E6:02:000:Always have Flamethrower PL2 nam1975:0:1011E6:08:000:Always have Bazooka PL2 nam1975:0:1011E6:01:000:Always have Machine Gun PL2 nam1975:0:1011E6:02:001:Get Flamethrower Now PL2 nam1975:0:1011E6:08:001:Get Bazooka Now PL2 nam1975:0:1011E6:01:001:Get Machine Gun Now PL2 :nam1975:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :nam1975:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :nam1975:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Name That Tune ] nametune:0:02EC:85:000:Always Max Song Value nametune:0:02EE:99:000:Always Max Song Bonus :nametune:000000E6:012A:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer nametune:0:012A:00:000:Answer 1 always correct ; [ Naname de Magic! (Japan) ] naname:0:704042:99:000:Infinite Credits naname:0:706401:87:000:Always VS. Bar set at middle naname:0:706401:8D:001:Win this Round Now! PL1 naname:0:706401:80:001:Win this Round Now! PL2 ; [ Narc (rev 7.00) ] narc:0:002016FC:03:000:Infinite Lives PL1 narc:0:002016E0:23:000:Infinite Energy PL1 narc:0:002016B8:10:000:Invincibility PL1 narc:0:002016F0:64:000:Infinite Bullets PL1 narc:0:002016E2:64:000:Infinite Rockets PL1 narc:0:002016EA:64:001:Get 100 dollars Now! PL1 narc:0:002016E8:64:001:Get 100 drugs Now! PL1 narc:0:002016EC:32:001:Get 50 "bust" Now! PL1 narc:0:00201778:03:000:Infinite Lives PL2 narc:0:0020175C:23:000:Infinite Energy PL2 narc:0:00201734:10:000:Invincibility PL2 narc:0:0020176C:64:000:Infinite Bullets PL2 narc:0:0020175E:64:000:Infinite Rockets PL2 narc:0:00201766:64:001:Get 100 dollars Now! PL2 narc:0:00201764:64:001:Get 100 drugs Now! PL2 narc:0:00201768:32:001:Get 50 "bust" Now! PL2 ; [ Narc (rev 3.20) ] narc3:0:002016FC:03:000:Infinite Lives PL1 narc3:0:002016E0:23:000:Infinite Energy PL1 narc3:0:002016B8:10:000:Invincibility PL1 narc3:0:002016F0:64:000:Infinite Bullets PL1 narc3:0:002016E2:64:000:Infinite Rockets PL1 narc3:0:002016EA:64:001:Get 100 dollars Now! PL1 narc3:0:002016E8:64:001:Get 100 drugs Now! PL1 narc3:0:002016EC:32:001:Get 50 "bust" Now! PL1 narc3:0:00201778:03:000:Infinite Lives PL2 narc3:0:0020175C:23:000:Infinite Energy PL2 narc3:0:00201734:10:000:Invincibility PL2 narc3:0:0020176C:64:000:Infinite Bullets PL2 narc3:0:0020175E:64:000:Infinite Rockets PL2 narc3:0:00201766:64:001:Get 100 dollars Now! PL2 narc3:0:00201764:64:001:Get 100 drugs Now! PL2 narc3:0:00201768:32:001:Get 50 "bust" Now! PL2 ; [ Nastar (World) ] nastar:0:6004D9:09:000:Infinite Credits nastar:0:601B60:0A:000:Infinite Time nastar:0:601B61:00:500:Infinite Time (2/2) nastar:0:60050B:0A:000:Infinite Lives PL1 nastar:0:600509:0B:000:Infinite Energy PL1 nastar:0:600593:02:000:Invincibility PL1:Turn it ON when you are flickering. Turn it OFF at the end of levels nastar:0:600515:01:000:Always have Max Speed PL1 nastar:0:60050D:09:000:Always have Max Level PL1 nastar:0:600569:00:000:Always have Normal Sword PL1 nastar:0:600569:01:000:Always have Big Sword PL1 nastar:0:600569:02:000:Always have Claw PL1 nastar:0:600511:00:000:Always have No shot PL1 nastar:0:600511:01:000:Always have Fire ball shot PL1 nastar:0:600511:02:000:Always have Ice shot PL1 nastar:0:600511:03:000:Always have Barrier shot PL1 nastar:0:601EAD:0F:500:Always have Barrier shot PL1 (2/2) nastar:0:600569:00:001:Get the Normal Sword Now! PL1 nastar:0:600569:01:001:Get the Big Sword Now! PL1 nastar:0:600569:02:001:Get the Claw Now! PL1 nastar:0:600511:00:001:Get the No shot Now! PL1 nastar:0:600511:01:001:Get the Fire ball shot Now! PL1 nastar:0:600511:02:001:Get the Ice shot Now! PL1 nastar:0:600511:03:001:Get the Barrier shot Now! PL1 nastar:0:601EAD:0F:501:Get the Barrier shot Now! PL1 (2/2) nastar:0:600521:0A:000:Infinite Lives PL2 nastar:0:60051F:0B:000:Infinite Energy PL2 nastar:0:6005A9:02:000:Invincibility PL2:Turn it ON when you are flickering. Turn it OFF at the end of levels nastar:0:60052B:01:000:Always have Max Speed PL2 nastar:0:600523:09:000:Always have Max Level PL2 nastar:0:6005E9:08:000:Always have Normal Sword PL2 nastar:0:6005E9:09:000:Always have Big Sword PL2 nastar:0:6005E9:0A:000:Always have Claw PL2 nastar:0:600527:00:000:Always have No shot PL2 nastar:0:600527:01:000:Always have Fire ball shot PL2 nastar:0:600527:02:000:Always have Ice shot PL2 nastar:0:600527:03:000:Always have Barrier shot PL2 nastar:0:601ED9:0F:500:Always have Barrier shot PL2 (2/2) nastar:0:6005E9:08:001:Get the Normal Sword Now! PL2 nastar:0:6005E9:09:001:Get the Big Sword Now! PL2 nastar:0:6005E9:0A:001:Get the Claw Now! PL2 nastar:0:600527:00:001:Get the No shot Now! PL2 nastar:0:600527:01:001:Get the Fire ball shot Now! PL2 nastar:0:600527:02:001:Get the Ice shot Now! PL2 nastar:0:600527:03:001:Get the Barrier shot Now! PL2 nastar:0:601ED9:0F:501:Get the Barrier shot Now! PL2 (2/2) ; [ Nastar Warrior (US) ] nastarw:0:6004D9:09:000:Infinite Credits nastarw:0:601B60:0A:000:Infinite Time nastarw:0:601B61:00:500:Infinite Time (2/2) nastarw:0:60050B:0A:000:Infinite Lives PL1 nastarw:0:600509:0B:000:Infinite Energy PL1 nastarw:0:600593:02:000:Invincibility PL1:Turn it ON when you are flickering. Turn it OFF at the end of levels nastarw:0:600515:01:000:Always have Max Speed PL1 nastarw:0:60050D:09:000:Always have Max Level PL1 nastarw:0:600569:00:000:Always have Normal Sword PL1 nastarw:0:600569:01:000:Always have Big Sword PL1 nastarw:0:600569:02:000:Always have Claw PL1 nastarw:0:600511:00:000:Always have No shot PL1 nastarw:0:600511:01:000:Always have Fire ball shot PL1 nastarw:0:600511:02:000:Always have Ice shot PL1 nastarw:0:600511:03:000:Always have Barrier shot PL1 nastarw:0:601EAD:0F:500:Always have Barrier shot PL1 (2/2) nastarw:0:600569:00:001:Get the Normal Sword Now! PL1 nastarw:0:600569:01:001:Get the Big Sword Now! PL1 nastarw:0:600569:02:001:Get the Claw Now! PL1 nastarw:0:600511:00:001:Get the No shot Now! PL1 nastarw:0:600511:01:001:Get the Fire ball shot Now! PL1 nastarw:0:600511:02:001:Get the Ice shot Now! PL1 nastarw:0:600511:03:001:Get the Barrier shot Now! PL1 nastarw:0:601EAD:0F:501:Get the Barrier shot Now! PL1 (2/2) nastarw:0:600521:0A:000:Infinite Lives PL2 nastarw:0:60051F:0B:000:Infinite Energy PL2 nastarw:0:6005A9:02:000:Invincibility PL2:Turn it ON when you are flickering. Turn it OFF at the end of levels nastarw:0:60052B:01:000:Always have Max Speed PL2 nastarw:0:600523:09:000:Always have Max Level PL2 nastarw:0:6005E9:08:000:Always have Normal Sword PL2 nastarw:0:6005E9:09:000:Always have Big Sword PL2 nastarw:0:6005E9:0A:000:Always have Claw PL2 nastarw:0:600527:00:000:Always have No shot PL2 nastarw:0:600527:01:000:Always have Fire ball shot PL2 nastarw:0:600527:02:000:Always have Ice shot PL2 nastarw:0:600527:03:000:Always have Barrier shot PL2 nastarw:0:601ED9:0F:500:Always have Barrier shot PL2 (2/2) nastarw:0:6005E9:08:001:Get the Normal Sword Now! PL2 nastarw:0:6005E9:09:001:Get the Big Sword Now! PL2 nastarw:0:6005E9:0A:001:Get the Claw Now! PL2 nastarw:0:600527:00:001:Get the No shot Now! PL2 nastarw:0:600527:01:001:Get the Fire ball shot Now! PL2 nastarw:0:600527:02:001:Get the Ice shot Now! PL2 nastarw:0:600527:03:001:Get the Barrier shot Now! PL2 nastarw:0:601ED9:0F:501:Get the Barrier shot Now! PL2 (2/2) ; [ NATO Defense ] natodef:0:8355:1E:000:Infinite Credits natodef:0:8331:08:000:Infinite Lives PL1 natodef:0:8053:10:000:Infinite Ammo PL1 natodef:0:8332:08:000:Infinite Lives PL2 natodef:0:8054:10:000:Infinite Ammo PL2 ; [ NATO Defense (alternate mazes) ] natodefa:0:8355:1E:000:Infinite Credits natodefa:0:8331:08:000:Infinite Lives PL1 natodefa:0:8053:10:000:Infinite Ammo PL1 natodefa:0:8332:08:000:Infinite Lives PL2 natodefa:0:8054:10:000:Infinite Ammo PL2 ; [ Natsuiro Mahjong (Japan) ] natsuiro:0:0000:00:999:[The winning hand cheat must] natsuiro:0:0000:00:999:[be activated when there are] natsuiro:0:0000:00:999:[14 tiles in your hand, then] natsuiro:0:0000:00:999:[press the RON key . ] natsuiro:0:0000:00:999:[('Z' by default). The tiles] natsuiro:0:0000:00:999:[do not visually change ] natsuiro:0:0000:00:999:[until you make a move. ] natsuiro:0:CE81:30:000:Always winning hand natsuiro:0:CE82:30:500:Always winning hand (02/14) natsuiro:0:CE83:30:500:Always winning hand (03/14) natsuiro:0:CE84:31:500:Always winning hand (04/14) natsuiro:0:CE85:31:500:Always winning hand (05/14) natsuiro:0:CE86:31:500:Always winning hand (06/14) natsuiro:0:CE87:32:500:Always winning hand (07/14) natsuiro:0:CE88:32:500:Always winning hand (08/14) natsuiro:0:CE89:32:500:Always winning hand (09/14) natsuiro:0:CE8A:33:500:Always winning hand (10/14) natsuiro:0:CE8B:33:500:Always winning hand (11/14) natsuiro:0:CE8C:33:500:Always winning hand (12/14) natsuiro:0:CE8D:34:500:Always winning hand (13/14) natsuiro:0:CE8E:34:500:Always winning hand (14/14) natsuiro:0:C702:00:000:Always winning hand (dealer) natsuiro:0:CB02:01:500:Always winning hand (dealer) (2/2) ; [ Naughty Boy (bootleg) ] naughtya:0:4028:05:000:Infinite Lives naughtya:0:408B:99:000:Infinite Time naughtya:0:0000:00:999:[Activate the following two ] naughtya:0:0000:00:999:[cheats during game play NOT] naughtya:0:0000:00:999:[on the attract screens! ] naughtya:0:4040:02:000:Invincibility naughtya:0:4040:04:001:Finish this level ; [ Naughty Boy ] naughtyb:0:4028:05:000:Infinite Lives naughtyb:0:408B:99:000:Infinite Time naughtyb:0:0000:00:999:[Activate the following two ] naughtyb:0:0000:00:999:[cheats during game play NOT] naughtyb:0:0000:00:999:[on the attract screens! ] naughtyb:0:4040:02:000:Invincibility naughtyb:0:4040:04:001:Finish this level ; [ Naughty Boy (Cinematronics) ] naughtyc:0:4028:05:000:Infinite Lives naughtyc:0:408B:99:000:Infinite Time naughtyc:0:0000:00:999:[Activate the following two ] naughtyc:0:0000:00:999:[cheats during game play NOT] naughtyc:0:0000:00:999:[on the attract screens! ] naughtyc:0:4040:02:000:Invincibility naughtyc:0:4040:04:001:Finish this level ; [ Navarone ] navarone:0:4050:05:000:Infinite Lives :navarone:20800000:05D1:000000C3:FFFFFFFF:Invincibility :navarone:20910000:0AC6:00000AC8:FFFFFFFF:Invincibility (2/2) ; [ NBA Hangtime (rev L1.1 04/16/96) ] nbahangt:0:00226F43:03:000:Infinite Quarter Time nbahangt:0:00226F42:05:500:Infinite Quarter Time (2/3) nbahangt:0:00226F41:0A:500:Infinite Quarter Time (3/3) nbahangt:0:00226F43:00:001:Finish this Quarter Now! nbahangt:0:00226F42:00:501:Finish this Quarter Now! (2/3) nbahangt:0:00226F41:01:501:Finish this Quarter Now! (3/3) nbahangt:0:00226F3A:0A:000:Infinite Shot Time nbahangt:0:00226F3A:00:001:No Shot Time Left Now! nbahangt:0:00000000:00:999:[ Use these Cheats on the Character Edit Screen ] nbahangt:0:0022813C:0A:001:Get Maximum Speed Now! nbahangt:0:0022813E:0A:001:Get Maximum Power Now! nbahangt:0:00228140:0A:001:Get Maximum Shoot Now! nbahangt:0:00228142:0A:001:Get Maximum Dunks Now! nbahangt:0:00228144:0A:001:Get Maximum Steal Now! nbahangt:0:00228146:0A:001:Get Maximum Block Now! nbahangt:0:00228148:0A:001:Get Maximum Height Now! nbahangt:0:0022814A:0A:001:Get Maximum Weight Now! nbahangt:0:0022814C:50:070:Select Number of Attribute Points nbahangt:0:0022823C:01:021:Get "No Tag Arrow" Now! nbahangt:0:0022823C:02:021:Get "Stealth Turbo" Now! nbahangt:0:0022823C:04:021:Get "Big Head" Now! nbahangt:0:0022823C:08:021:Get "Hide Attributes" Now! nbahangt:0:0022823C:10:021:Get "Drone Big Head" Now! nbahangt:0:0022823C:20:021:Get "Super Rebound" Now! nbahangt:0:0022823C:40:021:Get "Smarter Drone" Now! nbahangt:0:0022823C:01:041:Lose "No Tag Arrow" Now! nbahangt:0:0022823C:02:041:Lose "Stealth Turbo" Now! nbahangt:0:0022823C:04:041:Lose "Big Head" Now! nbahangt:0:0022823C:08:041:Lose "Hide Attributes" Now! nbahangt:0:0022823C:10:041:Lose "Drone Big Head" Now! nbahangt:0:0022823C:20:041:Lose "Super Rebound" Now! nbahangt:0:0022823C:40:041:Lose "Smarter Drone" Now! nbahangt:0:00228030:01:000:Infinite Time To Edit Character nbahangt:0:00228032:3C:500:Infinite Time To Edit Character (2/2) nbahangt:0:00000000:00:999:[ ] nbahangt:0:00226F68:00:000:Score always 0 PL1 nbahangt:0:00226F68:96:000:Score always 150 PL1 nbahangt:0:00226F68:00:001:Set score = 0 Now! PL1 nbahangt:0:00226F68:96:001:Set score = 150 Now! PL1 nbahangt:0:00226F68:96:070:Select score Now! PL1 nbahangt:0:00226F6A:00:000:Score always = 0 PL2 nbahangt:0:00226F6A:96:000:Score always = 150 PL2 nbahangt:0:00226F6A:00:001:Set score = 0 Now! PL2 nbahangt:0:00226F6A:96:001:Set score = 150 Now! PL2 nbahangt:0:00226F6A:96:070:Select score Now! PL2 ; [ NBA Jam (rev 3.01 04/07/93) ] nbajam:0:0021E1EB:09:000:Infinite Quarter Time nbajam:0:0021E1EA:05:500:Infinite Quarter Time (2/3) nbajam:0:0021E1E9:09:500:Infinite Quarter Time (3/3) nbajam:0:0021E1EB:00:001:Finish this Quarter Now! nbajam:0:0021E1EA:00:501:Finish this Quarter Now! (2/3) nbajam:0:0021E1E9:00:501:Finish this Quarter Now! (3/3) nbajam:0:0021E1E2:09:000:Infinite Shot Time nbajam:0:0021E1E2:00:001:NO Shot Time left Now! nbajam:0:0021E218:FF:070:Select Score Team 1 nbajam:0:0021E21A:FF:070:Select Score Team 2 nbajam:0:0021CA7A:2F:000:Infinite Turbo PL1:Turbo display not affected :nbajam:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL1:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajam:00010000:0021F174:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajam:00010000:0021F174:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajam:00010000:0021F174:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajam:00010000:0021F174:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajam:00010000:0021F174:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajam:00010000:0021F174:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajam:00010000:0021F174:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajam:00010000:0021F174:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajam:00010000:0021F174:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajam:00010000:0021F174:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajam:00010000:0021F174:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajam:00010000:0021F174:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajam:00010000:0021F174:0000000C:FFFFFFFF:Tony Scott (TON,7-3) nbajam:0:0021CAA0:2F:000:Infinite Turbo PL2:Turbo display not affected :nbajam:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL2:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajam:00010000:0021F176:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajam:00010000:0021F176:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajam:00010000:0021F176:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajam:00010000:0021F176:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajam:00010000:0021F176:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajam:00010000:0021F176:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajam:00010000:0021F176:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajam:00010000:0021F176:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajam:00010000:0021F176:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajam:00010000:0021F176:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajam:00010000:0021F176:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajam:00010000:0021F176:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajam:00010000:0021F176:0000000C:FFFFFFFF:Tony Scott (TON,7-3) nbajam:0:0021CAC6:2F:000:Infinite Turbo PL3:Turbo display not affected :nbajam:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL3:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajam:00010000:0021F178:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajam:00010000:0021F178:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajam:00010000:0021F178:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajam:00010000:0021F178:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajam:00010000:0021F178:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajam:00010000:0021F178:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajam:00010000:0021F178:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajam:00010000:0021F178:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajam:00010000:0021F178:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajam:00010000:0021F178:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajam:00010000:0021F178:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajam:00010000:0021F178:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajam:00010000:0021F178:0000000C:FFFFFFFF:Tony Scott (TON,7-3) nbajam:0:0021CAEC:2F:000:Infinite Turbo PL4:Turbo display not affected :nbajam:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL4:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajam:00010000:0021F17A:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajam:00010000:0021F17A:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajam:00010000:0021F17A:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajam:00010000:0021F17A:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajam:00010000:0021F17A:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajam:00010000:0021F17A:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajam:00010000:0021F17A:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajam:00010000:0021F17A:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajam:00010000:0021F17A:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajam:00010000:0021F17A:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajam:00010000:0021F17A:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajam:00010000:0021F17A:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajam:00010000:0021F17A:0000000C:FFFFFFFF:Tony Scott (TON,7-3) :nbajam:62000000:00000000:00000000:FFFFFFFF:Select Team PL1/PL2:You can make your changes anytime, but note that if you change your team mid-game, your on-screen players will not change, and neither will your team colours. :nbajam:00010000:0021F150:00000000:0000001F:Atlanta :nbajam:00010000:0021F150:00000001:0000001F:Boston :nbajam:00010000:0021F150:00000002:0000001F:Charlotte :nbajam:00010000:0021F150:00000003:0000001F:Chicago :nbajam:00010000:0021F150:00000004:0000001F:Cleveland :nbajam:00010000:0021F150:00000005:0000001F:Dallas :nbajam:00010000:0021F150:00000006:0000001F:Denver :nbajam:00010000:0021F150:00000007:0000001F:Detroit :nbajam:00010000:0021F150:00000008:0000001F:Golden State :nbajam:00010000:0021F150:00000009:0000001F:Houston :nbajam:00010000:0021F150:0000000A:0000001F:Indiana :nbajam:00010000:0021F150:0000000B:0000001F:LA Clippers :nbajam:00010000:0021F150:0000000C:0000001F:LA Lakers :nbajam:00010000:0021F150:0000000D:0000001F:Miami :nbajam:00010000:0021F150:0000000E:0000001F:Milwaukee :nbajam:00010000:0021F150:0000000F:0000001F:Minnesota :nbajam:00010000:0021F150:00000010:0000001F:New Jersey :nbajam:00010000:0021F150:00000011:0000001F:New York :nbajam:00010000:0021F150:00000012:0000001F:Orlando :nbajam:00010000:0021F150:00000013:0000001F:Philadelphia :nbajam:00010000:0021F150:00000014:0000001F:Phoenix :nbajam:00010000:0021F150:00000015:0000001F:Portland :nbajam:00010000:0021F150:00000016:0000001F:Sacramento :nbajam:00010000:0021F150:00000017:0000001F:San Antonio :nbajam:00010000:0021F150:00000018:0000001F:Seattle :nbajam:00010000:0021F150:00000019:0000001F:Utah :nbajam:00010000:0021F150:0000001A:0000001F:Washington :nbajam:62000000:00000000:00000000:FFFFFFFF:Select Team PL3/PL4:You can make your changes anytime, but note that if you change your team mid-game, your on-screen players will not change, and neither will your team colours. :nbajam:00010000:0021F152:00000000:0000001F:Atlanta :nbajam:00010000:0021F152:00000001:0000001F:Boston :nbajam:00010000:0021F152:00000002:0000001F:Charlotte :nbajam:00010000:0021F152:00000003:0000001F:Chicago :nbajam:00010000:0021F152:00000004:0000001F:Cleveland :nbajam:00010000:0021F152:00000005:0000001F:Dallas :nbajam:00010000:0021F152:00000006:0000001F:Denver :nbajam:00010000:0021F152:00000007:0000001F:Detroit :nbajam:00010000:0021F152:00000008:0000001F:Golden State :nbajam:00010000:0021F152:00000009:0000001F:Houston :nbajam:00010000:0021F152:0000000A:0000001F:Indiana :nbajam:00010000:0021F152:0000000B:0000001F:LA Clippers :nbajam:00010000:0021F152:0000000C:0000001F:LA Lakers :nbajam:00010000:0021F152:0000000D:0000001F:Miami :nbajam:00010000:0021F152:0000000E:0000001F:Milwaukee :nbajam:00010000:0021F152:0000000F:0000001F:Minnesota :nbajam:00010000:0021F152:00000010:0000001F:New Jersey :nbajam:00010000:0021F152:00000011:0000001F:New York :nbajam:00010000:0021F152:00000012:0000001F:Orlando :nbajam:00010000:0021F152:00000013:0000001F:Philadelphia :nbajam:00010000:0021F152:00000014:0000001F:Phoenix :nbajam:00010000:0021F152:00000015:0000001F:Portland :nbajam:00010000:0021F152:00000016:0000001F:Sacramento :nbajam:00010000:0021F152:00000017:0000001F:San Antonio :nbajam:00010000:0021F152:00000018:0000001F:Seattle :nbajam:00010000:0021F152:00000019:0000001F:Utah :nbajam:00010000:0021F152:0000001A:0000001F:Washington ; [ NBA Jam Extreme ] nbajamex:0:0000:00:999:[ There are no cheats ]:REASON 1 nbajamex:0:0000:00:999:[ for this game as it ]:REASON 1 nbajamex:0:0000:00:999:[ didn't work the last ]:REASON 1 nbajamex:0:0000:00:999:[ time it was tested. ]:REASON 1 nbajamex:0:0000:00:999:[ If the game now works ]:REASON 1 nbajamex:0:0000:00:999:[ please request cheats ]:REASON 1 nbajamex:0:0000:00:999:[ for it on the cheat ]:REASON 1 nbajamex:0:0000:00:999:[ forums. ]:REASON 1 ; [ NBA Jam (rev 2.00 02/10/93) ] nbajamr2:0:0021E1DF:09:000:Infinite Quarter Time nbajamr2:0:0021E1DE:05:500:Infinite Quarter Time (2/3) nbajamr2:0:0021E1DD:09:500:Infinite Quarter Time (3/3) nbajamr2:0:0021E1DF:00:001:Finish this Quarter Now! nbajamr2:0:0021E1DE:00:501:Finish this Quarter Now! (2/3) nbajamr2:0:0021E1DD:00:501:Finish this Quarter Now! (3/3) nbajamr2:0:0021E1D6:09:000:Infinite Shot Time nbajamr2:0:0021E1D6:00:001:NO Shot Time left Now! nbajamr2:0:0021E20C:FF:070:Select Score PL1 nbajamr2:0:0021E20E:FF:070:Select Score PL2 nbajamr2:0:0021CA6E:2F:000:Infinite Turbo PL1:Turbo display not affected :nbajamr2:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL1:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajamr2:00010000:0021F166:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajamr2:00010000:0021F166:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajamr2:00010000:0021F166:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajamr2:00010000:0021F166:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajamr2:00010000:0021F166:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajamr2:00010000:0021F166:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajamr2:00010000:0021F166:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajamr2:00010000:0021F166:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajamr2:00010000:0021F166:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajamr2:00010000:0021F166:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajamr2:00010000:0021F166:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajamr2:00010000:0021F166:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajamr2:00010000:0021F166:0000000C:FFFFFFFF:Tony Scott (TON,7-3) nbajamr2:0:0021CA94:2F:000:Infinite Turbo PL2:Turbo display not affected :nbajamr2:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL2:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajamr2:00010000:0021F168:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajamr2:00010000:0021F168:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajamr2:00010000:0021F168:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajamr2:00010000:0021F168:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajamr2:00010000:0021F168:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajamr2:00010000:0021F168:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajamr2:00010000:0021F168:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajamr2:00010000:0021F168:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajamr2:00010000:0021F168:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajamr2:00010000:0021F168:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajamr2:00010000:0021F168:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajamr2:00010000:0021F168:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajamr2:00010000:0021F168:0000000C:FFFFFFFF:Tony Scott (TON,7-3) nbajamr2:0:0021CABA:2F:000:Infinite Turbo PL3:Turbo display not affected :nbajamr2:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL3:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajamr2:00010000:0021F16A:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajamr2:00010000:0021F16A:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajamr2:00010000:0021F16A:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajamr2:00010000:0021F16A:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajamr2:00010000:0021F16A:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajamr2:00010000:0021F16A:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajamr2:00010000:0021F16A:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajamr2:00010000:0021F16A:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajamr2:00010000:0021F16A:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajamr2:00010000:0021F16A:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajamr2:00010000:0021F16A:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajamr2:00010000:0021F16A:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajamr2:00010000:0021F16A:0000000C:FFFFFFFF:Tony Scott (TON,7-3) nbajamr2:0:0021CAE0:2F:000:Infinite Turbo PL4:Turbo display not affected :nbajamr2:62000000:00000000:00000000:FFFFFFFF:Select Special Character PL4:You can get the same effect by entering the initials and date in the brackets shown for each character :nbajamr2:00010000:0021F16C:00000000:FFFFFFFF:Goskie (TWG,12-7) :nbajamr2:00010000:0021F16C:00000001:FFFFFFFF:Jamie Rivet (RJR,1-17) :nbajamr2:00010000:0021F16C:00000002:FFFFFFFF:Carlton (JMC,8-5) :nbajamr2:00010000:0021F16C:00000003:FFFFFFFF:Sal Divita (SAL,2-1) :nbajamr2:00010000:0021F16C:00000004:FFFFFFFF:Liptak (SL ,6-24) :nbajamr2:00010000:0021F16C:00000005:FFFFFFFF:Mark J. Turmell (MJT,3-22) :nbajamr2:00010000:0021F16C:00000006:FFFFFFFF:Jon Hey (JWH,9-20) :nbajamr2:00010000:0021F16C:00000007:FFFFFFFF:George N. Petro (GNP,10-8) :nbajamr2:00010000:0021F16C:00000008:FFFFFFFF:Newcomer (JRN,6-18) :nbajamr2:00010000:0021F16C:00000009:FFFFFFFF:Oursler (SNO,1-3) :nbajamr2:00010000:0021F16C:0000000A:FFFFFFFF:Howard (HOW,7-15) :nbajamr2:00010000:0021F16C:0000000B:FFFFFFFF:Air Morris (WIL,1-1) :nbajamr2:00010000:0021F16C:0000000C:FFFFFFFF:Tony Scott (TON,7-3) :nbajamr2:62000000:00000000:00000000:FFFFFFFF:Select Team PL1/PL2 :nbajamr2:00010000:0021F142:00000000:0000001F:Atlanta :nbajamr2:00010000:0021F142:00000001:0000001F:Boston :nbajamr2:00010000:0021F142:00000002:0000001F:Charlotte :nbajamr2:00010000:0021F142:00000003:0000001F:Chicago :nbajamr2:00010000:0021F142:00000004:0000001F:Cleveland :nbajamr2:00010000:0021F142:00000005:0000001F:Dallas :nbajamr2:00010000:0021F142:00000006:0000001F:Denver :nbajamr2:00010000:0021F142:00000007:0000001F:Detroit :nbajamr2:00010000:0021F142:00000008:0000001F:Golden State :nbajamr2:00010000:0021F142:00000009:0000001F:Houston :nbajamr2:00010000:0021F142:0000000A:0000001F:Indiana :nbajamr2:00010000:0021F142:0000000B:0000001F:LA Clippers :nbajamr2:00010000:0021F142:0000000C:0000001F:LA Lakers :nbajamr2:00010000:0021F142:0000000D:0000001F:Miami :nbajamr2:00010000:0021F142:0000000E:0000001F:Milwaukee :nbajamr2:00010000:0021F142:0000000F:0000001F:Minnesota :nbajamr2:00010000:0021F142:00000010:0000001F:New Jersey :nbajamr2:00010000:0021F142:00000011:0000001F:New York :nbajamr2:00010000:0021F142:00000012:0000001F:Orlando :nbajamr2:00010000:0021F142:00000013:0000001F:Philadelphia :nbajamr2:00010000:0021F142:00000014:0000001F:Phoenix :nbajamr2:00010000:0021F142:00000015:0000001F:Portland :nbajamr2:00010000:0021F142:00000016:0000001F:Sacramento :nbajamr2:00010000:0021F142:00000017:0000001F:San Antonio :nbajamr2:00010000:0021F142:00000018:0000001F:Seattle :nbajamr2:00010000:0021F142:00000019:0000001F:Utah :nbajamr2:00010000:0021F142:0000001A:0000001F:Washington :nbajamr2:62000000:00000000:00000000:FFFFFFFF:Select Team PL3/PL4 :nbajamr2:00010000:0021F144:00000000:0000001F:Atlanta :nbajamr2:00010000:0021F144:00000001:0000001F:Boston :nbajamr2:00010000:0021F144:00000002:0000001F:Charlotte :nbajamr2:00010000:0021F144:00000003:0000001F:Chicago :nbajamr2:00010000:0021F144:00000004:0000001F:Cleveland :nbajamr2:00010000:0021F144:00000005:0000001F:Dallas :nbajamr2:00010000:0021F144:00000006:0000001F:Denver :nbajamr2:00010000:0021F144:00000007:0000001F:Detroit :nbajamr2:00010000:0021F144:00000008:0000001F:Golden State :nbajamr2:00010000:0021F144:00000009:0000001F:Houston :nbajamr2:00010000:0021F144:0000000A:0000001F:Indiana :nbajamr2:00010000:0021F144:0000000B:0000001F:LA Clippers :nbajamr2:00010000:0021F144:0000000C:0000001F:LA Lakers :nbajamr2:00010000:0021F144:0000000D:0000001F:Miami :nbajamr2:00010000:0021F144:0000000E:0000001F:Milwaukee :nbajamr2:00010000:0021F144:0000000F:0000001F:Minnesota :nbajamr2:00010000:0021F144:00000010:0000001F:New Jersey :nbajamr2:00010000:0021F144:00000011:0000001F:New York :nbajamr2:00010000:0021F144:00000012:0000001F:Orlando :nbajamr2:00010000:0021F144:00000013:0000001F:Philadelphia :nbajamr2:00010000:0021F144:00000014:0000001F:Phoenix :nbajamr2:00010000:0021F144:00000015:0000001F:Portland :nbajamr2:00010000:0021F144:00000016:0000001F:Sacramento :nbajamr2:00010000:0021F144:00000017:0000001F:San Antonio :nbajamr2:00010000:0021F144:00000018:0000001F:Seattle :nbajamr2:00010000:0021F144:00000019:0000001F:Utah :nbajamr2:00010000:0021F144:0000001A:0000001F:Washington ; [ NBA Jam TE (rev 1.0 01/17/94) ] nbajamt1:0:0021D5CD:09:000:Infinite Quarter Time nbajamt1:0:0021D5CC:05:500:Infinite Quarter Time (2/3) nbajamt1:0:0021D5CB:09:500:Infinite Quarter Time (3/3) nbajamt1:0:0021D5CD:00:001:Finish this Quarter Now! nbajamt1:0:0021D5CC:00:501:Finish this Quarter Now! (2/3) nbajamt1:0:0021D5CB:00:501:Finish this Quarter Now! (3/3) :nbajamt1:00000701:0021D5D0:04:07:Select Quarter:Activate only in game nbajamt1:0:0021D5C4:09:000:Infinite Shot Time nbajamt1:0:0021D5C4:00:001:NO Shot Time left Now! nbajamt1:0:0021D5FA:FF:070:Select Score [Team 1] nbajamt1:0:0021D5FC:FF:070:Select Score [Team 2] nbajamt1:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected nbajamt1:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected nbajamt1:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected nbajamt1:0:0021CCDE:2F:000:Infinite Turbo PL4:Turbo display not affected :nbajamt1:62000000:00000000:00000000:FFFFFFFF:Select Team PL1/PL2 :nbajamt1:00010000:0021E0BE:00000000:0000001F:Atlanta :nbajamt1:00010000:0021E0BE:00000001:0000001F:Boston :nbajamt1:00010000:0021E0BE:00000002:0000001F:Charlotte :nbajamt1:00010000:0021E0BE:00000003:0000001F:Chicago :nbajamt1:00010000:0021E0BE:00000004:0000001F:Cleveland :nbajamt1:00010000:0021E0BE:00000005:0000001F:Dallas :nbajamt1:00010000:0021E0BE:00000006:0000001F:Denver :nbajamt1:00010000:0021E0BE:00000007:0000001F:Detroit :nbajamt1:00010000:0021E0BE:00000008:0000001F:Golden State :nbajamt1:00010000:0021E0BE:00000009:0000001F:Houston :nbajamt1:00010000:0021E0BE:0000000A:0000001F:Indiana :nbajamt1:00010000:0021E0BE:0000000B:0000001F:LA Clippers :nbajamt1:00010000:0021E0BE:0000000C:0000001F:LA Lakers :nbajamt1:00010000:0021E0BE:0000000D:0000001F:Miami :nbajamt1:00010000:0021E0BE:0000000E:0000001F:Milwaukee :nbajamt1:00010000:0021E0BE:0000000F:0000001F:Minnesota :nbajamt1:00010000:0021E0BE:00000010:0000001F:New Jersey :nbajamt1:00010000:0021E0BE:00000011:0000001F:New York :nbajamt1:00010000:0021E0BE:00000012:0000001F:Orlando :nbajamt1:00010000:0021E0BE:00000013:0000001F:Philadelphia :nbajamt1:00010000:0021E0BE:00000014:0000001F:Phoenix :nbajamt1:00010000:0021E0BE:00000015:0000001F:Portland :nbajamt1:00010000:0021E0BE:00000016:0000001F:Sacramento :nbajamt1:00010000:0021E0BE:00000017:0000001F:San Antonio :nbajamt1:00010000:0021E0BE:00000018:0000001F:Seattle :nbajamt1:00010000:0021E0BE:00000019:0000001F:Utah :nbajamt1:00010000:0021E0BE:0000001A:0000001F:Washington :nbajamt1:00010000:0021E0BE:0000001B:0000001F:Team NBA Jam :nbajamt1:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL1/PL2 :nbajamt1:00010300:0021E108:00000006:00000007:Atlanta :nbajamt1:00010300:0021E10A:00000006:00000007:Boston :nbajamt1:00010300:0021E10C:00000006:00000007:Charlotte :nbajamt1:00010300:0021E10E:00000006:00000007:Chicago :nbajamt1:00010300:0021E110:00000006:00000007:Cleveland :nbajamt1:00010300:0021E112:00000006:00000007:Dallas :nbajamt1:00010300:0021E114:00000006:00000007:Denver :nbajamt1:00010300:0021E116:00000006:00000007:Detroit :nbajamt1:00010300:0021E118:00000006:00000007:Golden State :nbajamt1:00010300:0021E11A:00000006:00000007:Houston :nbajamt1:00010300:0021E11C:00000006:00000007:Indiana :nbajamt1:00010300:0021E11E:00000006:00000007:LA Clippers :nbajamt1:00010300:0021E120:00000006:00000007:LA Lakers :nbajamt1:00010300:0021E122:00000006:00000007:Miami :nbajamt1:00010300:0021E124:00000006:00000007:Milwaukee :nbajamt1:00010300:0021E126:00000006:00000007:Minnesota :nbajamt1:00010300:0021E128:00000006:00000007:New Jersey :nbajamt1:00010300:0021E12A:00000006:00000007:New York :nbajamt1:00010300:0021E12C:00000006:00000007:Orlando :nbajamt1:00010300:0021E12E:00000006:00000007:Philadelphia :nbajamt1:00010300:0021E130:00000006:00000007:Phoenix :nbajamt1:00010300:0021E132:00000006:00000007:Portland :nbajamt1:00010300:0021E134:00000006:00000007:Sacramento :nbajamt1:00010300:0021E136:00000006:00000007:San Antonio :nbajamt1:00010300:0021E138:00000006:00000007:Seattle :nbajamt1:00010300:0021E13A:00000006:00000007:Utah :nbajamt1:00010300:0021E13C:00000006:00000007:Washington :nbajamt1:00010300:0021E13E:00000013:0000001F:Team NBA Jam :nbajamt1:62000000:00000000:00000000:FFFFFFFF:Select Team PL3/PL4 :nbajamt1:00010000:0021E0C0:00000000:0000001F:Atlanta :nbajamt1:00010000:0021E0C0:00000001:0000001F:Boston :nbajamt1:00010000:0021E0C0:00000002:0000001F:Charlotte :nbajamt1:00010000:0021E0C0:00000003:0000001F:Chicago :nbajamt1:00010000:0021E0C0:00000004:0000001F:Cleveland :nbajamt1:00010000:0021E0C0:00000005:0000001F:Dallas :nbajamt1:00010000:0021E0C0:00000006:0000001F:Denver :nbajamt1:00010000:0021E0C0:00000007:0000001F:Detroit :nbajamt1:00010000:0021E0C0:00000008:0000001F:Golden State :nbajamt1:00010000:0021E0C0:00000009:0000001F:Houston :nbajamt1:00010000:0021E0C0:0000000A:0000001F:Indiana :nbajamt1:00010000:0021E0C0:0000000B:0000001F:LA Clippers :nbajamt1:00010000:0021E0C0:0000000C:0000001F:LA Lakers :nbajamt1:00010000:0021E0C0:0000000D:0000001F:Miami :nbajamt1:00010000:0021E0C0:0000000E:0000001F:Milwaukee :nbajamt1:00010000:0021E0C0:0000000F:0000001F:Minnesota :nbajamt1:00010000:0021E0C0:00000010:0000001F:New Jersey :nbajamt1:00010000:0021E0C0:00000011:0000001F:New York :nbajamt1:00010000:0021E0C0:00000012:0000001F:Orlando :nbajamt1:00010000:0021E0C0:00000013:0000001F:Philadelphia :nbajamt1:00010000:0021E0C0:00000014:0000001F:Phoenix :nbajamt1:00010000:0021E0C0:00000015:0000001F:Portland :nbajamt1:00010000:0021E0C0:00000016:0000001F:Sacramento :nbajamt1:00010000:0021E0C0:00000017:0000001F:San Antonio :nbajamt1:00010000:0021E0C0:00000018:0000001F:Seattle :nbajamt1:00010000:0021E0C0:00000019:0000001F:Utah :nbajamt1:00010000:0021E0C0:0000001A:0000001F:Washington :nbajamt1:00010000:0021E0C0:0000001B:0000001F:Team NBA Jam :nbajamt1:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL3/PL4 :nbajamt1:00010300:0021E140:00000006:00000007:Atlanta :nbajamt1:00010300:0021E142:00000006:00000007:Boston :nbajamt1:00010300:0021E144:00000006:00000007:Charlotte :nbajamt1:00010300:0021E146:00000006:00000007:Chicago :nbajamt1:00010300:0021E148:00000006:00000007:Cleveland :nbajamt1:00010300:0021E14A:00000006:00000007:Dallas :nbajamt1:00010300:0021E14C:00000006:00000007:Denver :nbajamt1:00010300:0021E14E:00000006:00000007:Detroit :nbajamt1:00010300:0021E150:00000006:00000007:Golden State :nbajamt1:00010300:0021E152:00000006:00000007:Houston :nbajamt1:00010300:0021E154:00000006:00000007:Indiana :nbajamt1:00010300:0021E156:00000006:00000007:LA Clippers :nbajamt1:00010300:0021E158:00000006:00000007:LA Lakers :nbajamt1:00010300:0021E15A:00000006:00000007:Miami :nbajamt1:00010300:0021E15C:00000006:00000007:Milwaukee :nbajamt1:00010300:0021E15E:00000006:00000007:Minnesota :nbajamt1:00010300:0021E160:00000006:00000007:New Jersey :nbajamt1:00010300:0021E162:00000006:00000007:New York :nbajamt1:00010300:0021E164:00000006:00000007:Orlando :nbajamt1:00010300:0021E166:00000006:00000007:Philadelphia :nbajamt1:00010300:0021E168:00000006:00000007:Phoenix :nbajamt1:00010300:0021E16A:00000006:00000007:Portland :nbajamt1:00010300:0021E16C:00000006:00000007:Sacramento :nbajamt1:00010300:0021E16E:00000006:00000007:San Antonio :nbajamt1:00010300:0021E170:00000006:00000007:Seattle :nbajamt1:00010300:0021E172:00000006:00000007:Utah :nbajamt1:00010300:0021E174:00000006:00000007:Washington :nbajamt1:00010300:0021E176:00000013:0000001F:Team NBA Jam ; [ NBA Jam TE (rev 2.0 01/28/94) ] nbajamt2:0:0021D5CD:09:000:Infinite Quarter Time nbajamt2:0:0021D5CC:05:500:Infinite Quarter Time (2/3) nbajamt2:0:0021D5CB:09:500:Infinite Quarter Time (3/3) nbajamt2:0:0021D5CD:00:001:Finish this Quarter Now! nbajamt2:0:0021D5CC:00:501:Finish this Quarter Now! (2/3) nbajamt2:0:0021D5CB:00:501:Finish this Quarter Now! (3/3) :nbajamt2:00000701:0021D5D0:04:07:Select Quarter:Activate only in game nbajamt2:0:0021D5C4:09:000:Infinite Shot Time nbajamt2:0:0021D5C4:00:001:NO Shot Time left Now! nbajamt2:0:0021D5FA:FF:070:Select Score [Team 1] nbajamt2:0:0021D5FC:FF:070:Select Score [Team 2] nbajamt2:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected nbajamt2:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected nbajamt2:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected nbajamt2:0:0021CCDE:2F:000:Infinite Turbo PL4:Turbo display not affected :nbajamt2:62000000:00000000:00000000:FFFFFFFF:Select Team PL1/PL2 :nbajamt2:00010000:0021E0BE:00000000:0000001F:Atlanta :nbajamt2:00010000:0021E0BE:00000001:0000001F:Boston :nbajamt2:00010000:0021E0BE:00000002:0000001F:Charlotte :nbajamt2:00010000:0021E0BE:00000003:0000001F:Chicago :nbajamt2:00010000:0021E0BE:00000004:0000001F:Cleveland :nbajamt2:00010000:0021E0BE:00000005:0000001F:Dallas :nbajamt2:00010000:0021E0BE:00000006:0000001F:Denver :nbajamt2:00010000:0021E0BE:00000007:0000001F:Detroit :nbajamt2:00010000:0021E0BE:00000008:0000001F:Golden State :nbajamt2:00010000:0021E0BE:00000009:0000001F:Houston :nbajamt2:00010000:0021E0BE:0000000A:0000001F:Indiana :nbajamt2:00010000:0021E0BE:0000000B:0000001F:LA Clippers :nbajamt2:00010000:0021E0BE:0000000C:0000001F:LA Lakers :nbajamt2:00010000:0021E0BE:0000000D:0000001F:Miami :nbajamt2:00010000:0021E0BE:0000000E:0000001F:Milwaukee :nbajamt2:00010000:0021E0BE:0000000F:0000001F:Minnesota :nbajamt2:00010000:0021E0BE:00000010:0000001F:New Jersey :nbajamt2:00010000:0021E0BE:00000011:0000001F:New York :nbajamt2:00010000:0021E0BE:00000012:0000001F:Orlando :nbajamt2:00010000:0021E0BE:00000013:0000001F:Philadelphia :nbajamt2:00010000:0021E0BE:00000014:0000001F:Phoenix :nbajamt2:00010000:0021E0BE:00000015:0000001F:Portland :nbajamt2:00010000:0021E0BE:00000016:0000001F:Sacramento :nbajamt2:00010000:0021E0BE:00000017:0000001F:San Antonio :nbajamt2:00010000:0021E0BE:00000018:0000001F:Seattle :nbajamt2:00010000:0021E0BE:00000019:0000001F:Utah :nbajamt2:00010000:0021E0BE:0000001A:0000001F:Washington :nbajamt2:00010000:0021E0BE:0000001B:0000001F:Team NBA Jam :nbajamt2:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL1/PL2 :nbajamt2:00010300:0021E108:00000006:00000007:Atlanta :nbajamt2:00010300:0021E10A:00000006:00000007:Boston :nbajamt2:00010300:0021E10C:00000006:00000007:Charlotte :nbajamt2:00010300:0021E10E:00000006:00000007:Chicago :nbajamt2:00010300:0021E110:00000006:00000007:Cleveland :nbajamt2:00010300:0021E112:00000006:00000007:Dallas :nbajamt2:00010300:0021E114:00000006:00000007:Denver :nbajamt2:00010300:0021E116:00000006:00000007:Detroit :nbajamt2:00010300:0021E118:00000006:00000007:Golden State :nbajamt2:00010300:0021E11A:00000006:00000007:Houston :nbajamt2:00010300:0021E11C:00000006:00000007:Indiana :nbajamt2:00010300:0021E11E:00000006:00000007:LA Clippers :nbajamt2:00010300:0021E120:00000006:00000007:LA Lakers :nbajamt2:00010300:0021E122:00000006:00000007:Miami :nbajamt2:00010300:0021E124:00000006:00000007:Milwaukee :nbajamt2:00010300:0021E126:00000006:00000007:Minnesota :nbajamt2:00010300:0021E128:00000006:00000007:New Jersey :nbajamt2:00010300:0021E12A:00000006:00000007:New York :nbajamt2:00010300:0021E12C:00000006:00000007:Orlando :nbajamt2:00010300:0021E12E:00000006:00000007:Philadelphia :nbajamt2:00010300:0021E130:00000006:00000007:Phoenix :nbajamt2:00010300:0021E132:00000006:00000007:Portland :nbajamt2:00010300:0021E134:00000006:00000007:Sacramento :nbajamt2:00010300:0021E136:00000006:00000007:San Antonio :nbajamt2:00010300:0021E138:00000006:00000007:Seattle :nbajamt2:00010300:0021E13A:00000006:00000007:Utah :nbajamt2:00010300:0021E13C:00000006:00000007:Washington :nbajamt2:00010300:0021E13E:00000013:0000001F:Team NBA Jam :nbajamt2:62000000:00000000:00000000:FFFFFFFF:Select Team PL3/PL4 :nbajamt2:00010000:0021E0C0:00000000:0000001F:Atlanta :nbajamt2:00010000:0021E0C0:00000001:0000001F:Boston :nbajamt2:00010000:0021E0C0:00000002:0000001F:Charlotte :nbajamt2:00010000:0021E0C0:00000003:0000001F:Chicago :nbajamt2:00010000:0021E0C0:00000004:0000001F:Cleveland :nbajamt2:00010000:0021E0C0:00000005:0000001F:Dallas :nbajamt2:00010000:0021E0C0:00000006:0000001F:Denver :nbajamt2:00010000:0021E0C0:00000007:0000001F:Detroit :nbajamt2:00010000:0021E0C0:00000008:0000001F:Golden State :nbajamt2:00010000:0021E0C0:00000009:0000001F:Houston :nbajamt2:00010000:0021E0C0:0000000A:0000001F:Indiana :nbajamt2:00010000:0021E0C0:0000000B:0000001F:LA Clippers :nbajamt2:00010000:0021E0C0:0000000C:0000001F:LA Lakers :nbajamt2:00010000:0021E0C0:0000000D:0000001F:Miami :nbajamt2:00010000:0021E0C0:0000000E:0000001F:Milwaukee :nbajamt2:00010000:0021E0C0:0000000F:0000001F:Minnesota :nbajamt2:00010000:0021E0C0:00000010:0000001F:New Jersey :nbajamt2:00010000:0021E0C0:00000011:0000001F:New York :nbajamt2:00010000:0021E0C0:00000012:0000001F:Orlando :nbajamt2:00010000:0021E0C0:00000013:0000001F:Philadelphia :nbajamt2:00010000:0021E0C0:00000014:0000001F:Phoenix :nbajamt2:00010000:0021E0C0:00000015:0000001F:Portland :nbajamt2:00010000:0021E0C0:00000016:0000001F:Sacramento :nbajamt2:00010000:0021E0C0:00000017:0000001F:San Antonio :nbajamt2:00010000:0021E0C0:00000018:0000001F:Seattle :nbajamt2:00010000:0021E0C0:00000019:0000001F:Utah :nbajamt2:00010000:0021E0C0:0000001A:0000001F:Washington :nbajamt2:00010000:0021E0C0:0000001B:0000001F:Team NBA Jam :nbajamt2:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL3/PL4 :nbajamt2:00010300:0021E140:00000006:00000007:Atlanta :nbajamt2:00010300:0021E142:00000006:00000007:Boston :nbajamt2:00010300:0021E144:00000006:00000007:Charlotte :nbajamt2:00010300:0021E146:00000006:00000007:Chicago :nbajamt2:00010300:0021E148:00000006:00000007:Cleveland :nbajamt2:00010300:0021E14A:00000006:00000007:Dallas :nbajamt2:00010300:0021E14C:00000006:00000007:Denver :nbajamt2:00010300:0021E14E:00000006:00000007:Detroit :nbajamt2:00010300:0021E150:00000006:00000007:Golden State :nbajamt2:00010300:0021E152:00000006:00000007:Houston :nbajamt2:00010300:0021E154:00000006:00000007:Indiana :nbajamt2:00010300:0021E156:00000006:00000007:LA Clippers :nbajamt2:00010300:0021E158:00000006:00000007:LA Lakers :nbajamt2:00010300:0021E15A:00000006:00000007:Miami :nbajamt2:00010300:0021E15C:00000006:00000007:Milwaukee :nbajamt2:00010300:0021E15E:00000006:00000007:Minnesota :nbajamt2:00010300:0021E160:00000006:00000007:New Jersey :nbajamt2:00010300:0021E162:00000006:00000007:New York :nbajamt2:00010300:0021E164:00000006:00000007:Orlando :nbajamt2:00010300:0021E166:00000006:00000007:Philadelphia :nbajamt2:00010300:0021E168:00000006:00000007:Phoenix :nbajamt2:00010300:0021E16A:00000006:00000007:Portland :nbajamt2:00010300:0021E16C:00000006:00000007:Sacramento :nbajamt2:00010300:0021E16E:00000006:00000007:San Antonio :nbajamt2:00010300:0021E170:00000006:00000007:Seattle :nbajamt2:00010300:0021E172:00000006:00000007:Utah :nbajamt2:00010300:0021E174:00000006:00000007:Washington :nbajamt2:00010300:0021E176:00000013:0000001F:Team NBA Jam ; [ NBA Jam TE (rev 3.0 03/04/94) ] nbajamt3:0:0021D5CD:09:000:Infinite Quarter Time nbajamt3:0:0021D5CC:05:500:Infinite Quarter Time (2/3) nbajamt3:0:0021D5CB:09:500:Infinite Quarter Time (3/3) nbajamt3:0:0021D5CD:00:001:Finish this Quarter Now! nbajamt3:0:0021D5CC:00:501:Finish this Quarter Now! (2/3) nbajamt3:0:0021D5CB:00:501:Finish this Quarter Now! (3/3) :nbajamt3:00000701:0021D5D0:04:07:Select Quarter:Activate only in game nbajamt3:0:0021D5C4:09:000:Infinite Shot Time nbajamt3:0:0021D5C4:00:001:NO Shot Time left Now! nbajamt3:0:0021D5FA:FF:070:Select Score [Team 1] nbajamt3:0:0021D5FC:FF:070:Select Score [Team 2] nbajamt3:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected nbajamt3:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected nbajamt3:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected nbajamt3:0:0021CCDE:2F:000:Infinite Turbo PL4:Turbo display not affected :nbajamt3:62000000:00000000:00000000:FFFFFFFF:Select Team PL1/PL2 :nbajamt3:00010000:0021E0BE:00000000:0000001F:Atlanta :nbajamt3:00010000:0021E0BE:00000001:0000001F:Boston :nbajamt3:00010000:0021E0BE:00000002:0000001F:Charlotte :nbajamt3:00010000:0021E0BE:00000003:0000001F:Chicago :nbajamt3:00010000:0021E0BE:00000004:0000001F:Cleveland :nbajamt3:00010000:0021E0BE:00000005:0000001F:Dallas :nbajamt3:00010000:0021E0BE:00000006:0000001F:Denver :nbajamt3:00010000:0021E0BE:00000007:0000001F:Detroit :nbajamt3:00010000:0021E0BE:00000008:0000001F:Golden State :nbajamt3:00010000:0021E0BE:00000009:0000001F:Houston :nbajamt3:00010000:0021E0BE:0000000A:0000001F:Indiana :nbajamt3:00010000:0021E0BE:0000000B:0000001F:LA Clippers :nbajamt3:00010000:0021E0BE:0000000C:0000001F:LA Lakers :nbajamt3:00010000:0021E0BE:0000000D:0000001F:Miami :nbajamt3:00010000:0021E0BE:0000000E:0000001F:Milwaukee :nbajamt3:00010000:0021E0BE:0000000F:0000001F:Minnesota :nbajamt3:00010000:0021E0BE:00000010:0000001F:New Jersey :nbajamt3:00010000:0021E0BE:00000011:0000001F:New York :nbajamt3:00010000:0021E0BE:00000012:0000001F:Orlando :nbajamt3:00010000:0021E0BE:00000013:0000001F:Philadelphia :nbajamt3:00010000:0021E0BE:00000014:0000001F:Phoenix :nbajamt3:00010000:0021E0BE:00000015:0000001F:Portland :nbajamt3:00010000:0021E0BE:00000016:0000001F:Sacramento :nbajamt3:00010000:0021E0BE:00000017:0000001F:San Antonio :nbajamt3:00010000:0021E0BE:00000018:0000001F:Seattle :nbajamt3:00010000:0021E0BE:00000019:0000001F:Utah :nbajamt3:00010000:0021E0BE:0000001A:0000001F:Washington :nbajamt3:00010000:0021E0BE:0000001B:0000001F:Team NBA Jam :nbajamt3:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL1/PL2 :nbajamt3:00010300:0021E108:00000006:00000007:Atlanta :nbajamt3:00010300:0021E10A:00000006:00000007:Boston :nbajamt3:00010300:0021E10C:00000006:00000007:Charlotte :nbajamt3:00010300:0021E10E:00000006:00000007:Chicago :nbajamt3:00010300:0021E110:00000006:00000007:Cleveland :nbajamt3:00010300:0021E112:00000006:00000007:Dallas :nbajamt3:00010300:0021E114:00000006:00000007:Denver :nbajamt3:00010300:0021E116:00000006:00000007:Detroit :nbajamt3:00010300:0021E118:00000006:00000007:Golden State :nbajamt3:00010300:0021E11A:00000006:00000007:Houston :nbajamt3:00010300:0021E11C:00000006:00000007:Indiana :nbajamt3:00010300:0021E11E:00000006:00000007:LA Clippers :nbajamt3:00010300:0021E120:00000006:00000007:LA Lakers :nbajamt3:00010300:0021E122:00000006:00000007:Miami :nbajamt3:00010300:0021E124:00000006:00000007:Milwaukee :nbajamt3:00010300:0021E126:00000006:00000007:Minnesota :nbajamt3:00010300:0021E128:00000006:00000007:New Jersey :nbajamt3:00010300:0021E12A:00000006:00000007:New York :nbajamt3:00010300:0021E12C:00000006:00000007:Orlando :nbajamt3:00010300:0021E12E:00000006:00000007:Philadelphia :nbajamt3:00010300:0021E130:00000006:00000007:Phoenix :nbajamt3:00010300:0021E132:00000006:00000007:Portland :nbajamt3:00010300:0021E134:00000006:00000007:Sacramento :nbajamt3:00010300:0021E136:00000006:00000007:San Antonio :nbajamt3:00010300:0021E138:00000006:00000007:Seattle :nbajamt3:00010300:0021E13A:00000006:00000007:Utah :nbajamt3:00010300:0021E13C:00000006:00000007:Washington :nbajamt3:00010300:0021E13E:00000013:0000001F:Team NBA Jam :nbajamt3:62000000:00000000:00000000:FFFFFFFF:Select Team PL3/PL4 :nbajamt3:00010000:0021E0C0:00000000:0000001F:Atlanta :nbajamt3:00010000:0021E0C0:00000001:0000001F:Boston :nbajamt3:00010000:0021E0C0:00000002:0000001F:Charlotte :nbajamt3:00010000:0021E0C0:00000003:0000001F:Chicago :nbajamt3:00010000:0021E0C0:00000004:0000001F:Cleveland :nbajamt3:00010000:0021E0C0:00000005:0000001F:Dallas :nbajamt3:00010000:0021E0C0:00000006:0000001F:Denver :nbajamt3:00010000:0021E0C0:00000007:0000001F:Detroit :nbajamt3:00010000:0021E0C0:00000008:0000001F:Golden State :nbajamt3:00010000:0021E0C0:00000009:0000001F:Houston :nbajamt3:00010000:0021E0C0:0000000A:0000001F:Indiana :nbajamt3:00010000:0021E0C0:0000000B:0000001F:LA Clippers :nbajamt3:00010000:0021E0C0:0000000C:0000001F:LA Lakers :nbajamt3:00010000:0021E0C0:0000000D:0000001F:Miami :nbajamt3:00010000:0021E0C0:0000000E:0000001F:Milwaukee :nbajamt3:00010000:0021E0C0:0000000F:0000001F:Minnesota :nbajamt3:00010000:0021E0C0:00000010:0000001F:New Jersey :nbajamt3:00010000:0021E0C0:00000011:0000001F:New York :nbajamt3:00010000:0021E0C0:00000012:0000001F:Orlando :nbajamt3:00010000:0021E0C0:00000013:0000001F:Philadelphia :nbajamt3:00010000:0021E0C0:00000014:0000001F:Phoenix :nbajamt3:00010000:0021E0C0:00000015:0000001F:Portland :nbajamt3:00010000:0021E0C0:00000016:0000001F:Sacramento :nbajamt3:00010000:0021E0C0:00000017:0000001F:San Antonio :nbajamt3:00010000:0021E0C0:00000018:0000001F:Seattle :nbajamt3:00010000:0021E0C0:00000019:0000001F:Utah :nbajamt3:00010000:0021E0C0:0000001A:0000001F:Washington :nbajamt3:00010000:0021E0C0:0000001B:0000001F:Team NBA Jam :nbajamt3:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL3/PL4 :nbajamt3:00010300:0021E140:00000006:00000007:Atlanta :nbajamt3:00010300:0021E142:00000006:00000007:Boston :nbajamt3:00010300:0021E144:00000006:00000007:Charlotte :nbajamt3:00010300:0021E146:00000006:00000007:Chicago :nbajamt3:00010300:0021E148:00000006:00000007:Cleveland :nbajamt3:00010300:0021E14A:00000006:00000007:Dallas :nbajamt3:00010300:0021E14C:00000006:00000007:Denver :nbajamt3:00010300:0021E14E:00000006:00000007:Detroit :nbajamt3:00010300:0021E150:00000006:00000007:Golden State :nbajamt3:00010300:0021E152:00000006:00000007:Houston :nbajamt3:00010300:0021E154:00000006:00000007:Indiana :nbajamt3:00010300:0021E156:00000006:00000007:LA Clippers :nbajamt3:00010300:0021E158:00000006:00000007:LA Lakers :nbajamt3:00010300:0021E15A:00000006:00000007:Miami :nbajamt3:00010300:0021E15C:00000006:00000007:Milwaukee :nbajamt3:00010300:0021E15E:00000006:00000007:Minnesota :nbajamt3:00010300:0021E160:00000006:00000007:New Jersey :nbajamt3:00010300:0021E162:00000006:00000007:New York :nbajamt3:00010300:0021E164:00000006:00000007:Orlando :nbajamt3:00010300:0021E166:00000006:00000007:Philadelphia :nbajamt3:00010300:0021E168:00000006:00000007:Phoenix :nbajamt3:00010300:0021E16A:00000006:00000007:Portland :nbajamt3:00010300:0021E16C:00000006:00000007:Sacramento :nbajamt3:00010300:0021E16E:00000006:00000007:San Antonio :nbajamt3:00010300:0021E170:00000006:00000007:Seattle :nbajamt3:00010300:0021E172:00000006:00000007:Utah :nbajamt3:00010300:0021E174:00000006:00000007:Washington :nbajamt3:00010300:0021E176:00000013:0000001F:Team NBA Jam ; [ NBA Jam TE (rev 4.0 03/23/94) ] nbajamte:0:0021D5CD:09:000:Infinite Quarter Time nbajamte:0:0021D5CC:05:500:Infinite Quarter Time (2/3) nbajamte:0:0021D5CB:09:500:Infinite Quarter Time (3/3) nbajamte:0:0021D5CD:00:001:Finish this Quarter Now! nbajamte:0:0021D5CC:00:501:Finish this Quarter Now! (2/3) nbajamte:0:0021D5CB:00:501:Finish this Quarter Now! (3/3) :nbajamte:00000701:0021D5D0:04:07:Select Quarter:Activate only in game nbajamte:0:0021D5C4:09:000:Infinite Shot Time nbajamte:0:0021D5C4:00:001:NO Shot Time left Now! nbajamte:0:0021D5FA:FF:070:Select Score [Team 1] nbajamte:0:0021D5FC:FF:070:Select Score [Team 2] nbajamte:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected nbajamte:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected nbajamte:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected nbajamte:0:0021CCDE:2F:000:Infinite Turbo PL4:Turbo display not affected :nbajamte:62000000:00000000:00000000:FFFFFFFF:Select Team PL1/PL2 :nbajamte:00010000:0021E0BE:00000000:0000001F:Atlanta :nbajamte:00010000:0021E0BE:00000001:0000001F:Boston :nbajamte:00010000:0021E0BE:00000002:0000001F:Charlotte :nbajamte:00010000:0021E0BE:00000003:0000001F:Chicago :nbajamte:00010000:0021E0BE:00000004:0000001F:Cleveland :nbajamte:00010000:0021E0BE:00000005:0000001F:Dallas :nbajamte:00010000:0021E0BE:00000006:0000001F:Denver :nbajamte:00010000:0021E0BE:00000007:0000001F:Detroit :nbajamte:00010000:0021E0BE:00000008:0000001F:Golden State :nbajamte:00010000:0021E0BE:00000009:0000001F:Houston :nbajamte:00010000:0021E0BE:0000000A:0000001F:Indiana :nbajamte:00010000:0021E0BE:0000000B:0000001F:LA Clippers :nbajamte:00010000:0021E0BE:0000000C:0000001F:LA Lakers :nbajamte:00010000:0021E0BE:0000000D:0000001F:Miami :nbajamte:00010000:0021E0BE:0000000E:0000001F:Milwaukee :nbajamte:00010000:0021E0BE:0000000F:0000001F:Minnesota :nbajamte:00010000:0021E0BE:00000010:0000001F:New Jersey :nbajamte:00010000:0021E0BE:00000011:0000001F:New York :nbajamte:00010000:0021E0BE:00000012:0000001F:Orlando :nbajamte:00010000:0021E0BE:00000013:0000001F:Philadelphia :nbajamte:00010000:0021E0BE:00000014:0000001F:Phoenix :nbajamte:00010000:0021E0BE:00000015:0000001F:Portland :nbajamte:00010000:0021E0BE:00000016:0000001F:Sacramento :nbajamte:00010000:0021E0BE:00000017:0000001F:San Antonio :nbajamte:00010000:0021E0BE:00000018:0000001F:Seattle :nbajamte:00010000:0021E0BE:00000019:0000001F:Utah :nbajamte:00010000:0021E0BE:0000001A:0000001F:Washington :nbajamte:00010000:0021E0BE:0000001B:0000001F:Team NBA Jam :nbajamte:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL1/PL2 :nbajamte:00010300:0021E108:00000006:00000007:Atlanta :nbajamte:00010300:0021E10A:00000006:00000007:Boston :nbajamte:00010300:0021E10C:00000006:00000007:Charlotte :nbajamte:00010300:0021E10E:00000006:00000007:Chicago :nbajamte:00010300:0021E110:00000006:00000007:Cleveland :nbajamte:00010300:0021E112:00000006:00000007:Dallas :nbajamte:00010300:0021E114:00000006:00000007:Denver :nbajamte:00010300:0021E116:00000006:00000007:Detroit :nbajamte:00010300:0021E118:00000006:00000007:Golden State :nbajamte:00010300:0021E11A:00000006:00000007:Houston :nbajamte:00010300:0021E11C:00000006:00000007:Indiana :nbajamte:00010300:0021E11E:00000006:00000007:LA Clippers :nbajamte:00010300:0021E120:00000006:00000007:LA Lakers :nbajamte:00010300:0021E122:00000006:00000007:Miami :nbajamte:00010300:0021E124:00000006:00000007:Milwaukee :nbajamte:00010300:0021E126:00000006:00000007:Minnesota :nbajamte:00010300:0021E128:00000006:00000007:New Jersey :nbajamte:00010300:0021E12A:00000006:00000007:New York :nbajamte:00010300:0021E12C:00000006:00000007:Orlando :nbajamte:00010300:0021E12E:00000006:00000007:Philadelphia :nbajamte:00010300:0021E130:00000006:00000007:Phoenix :nbajamte:00010300:0021E132:00000006:00000007:Portland :nbajamte:00010300:0021E134:00000006:00000007:Sacramento :nbajamte:00010300:0021E136:00000006:00000007:San Antonio :nbajamte:00010300:0021E138:00000006:00000007:Seattle :nbajamte:00010300:0021E13A:00000006:00000007:Utah :nbajamte:00010300:0021E13C:00000006:00000007:Washington :nbajamte:00010300:0021E13E:00000013:0000001F:Team NBA Jam :nbajamte:62000000:00000000:00000000:FFFFFFFF:Select Team PL3/PL4 :nbajamte:00010000:0021E0C0:00000000:0000001F:Atlanta :nbajamte:00010000:0021E0C0:00000001:0000001F:Boston :nbajamte:00010000:0021E0C0:00000002:0000001F:Charlotte :nbajamte:00010000:0021E0C0:00000003:0000001F:Chicago :nbajamte:00010000:0021E0C0:00000004:0000001F:Cleveland :nbajamte:00010000:0021E0C0:00000005:0000001F:Dallas :nbajamte:00010000:0021E0C0:00000006:0000001F:Denver :nbajamte:00010000:0021E0C0:00000007:0000001F:Detroit :nbajamte:00010000:0021E0C0:00000008:0000001F:Golden State :nbajamte:00010000:0021E0C0:00000009:0000001F:Houston :nbajamte:00010000:0021E0C0:0000000A:0000001F:Indiana :nbajamte:00010000:0021E0C0:0000000B:0000001F:LA Clippers :nbajamte:00010000:0021E0C0:0000000C:0000001F:LA Lakers :nbajamte:00010000:0021E0C0:0000000D:0000001F:Miami :nbajamte:00010000:0021E0C0:0000000E:0000001F:Milwaukee :nbajamte:00010000:0021E0C0:0000000F:0000001F:Minnesota :nbajamte:00010000:0021E0C0:00000010:0000001F:New Jersey :nbajamte:00010000:0021E0C0:00000011:0000001F:New York :nbajamte:00010000:0021E0C0:00000012:0000001F:Orlando :nbajamte:00010000:0021E0C0:00000013:0000001F:Philadelphia :nbajamte:00010000:0021E0C0:00000014:0000001F:Phoenix :nbajamte:00010000:0021E0C0:00000015:0000001F:Portland :nbajamte:00010000:0021E0C0:00000016:0000001F:Sacramento :nbajamte:00010000:0021E0C0:00000017:0000001F:San Antonio :nbajamte:00010000:0021E0C0:00000018:0000001F:Seattle :nbajamte:00010000:0021E0C0:00000019:0000001F:Utah :nbajamte:00010000:0021E0C0:0000001A:0000001F:Washington :nbajamte:00010000:0021E0C0:0000001B:0000001F:Team NBA Jam :nbajamte:62000000:00000000:00000000:FFFFFFFF:Select Team Configuration (Select Team) PL3/PL4 :nbajamte:00010300:0021E140:00000006:00000007:Atlanta :nbajamte:00010300:0021E142:00000006:00000007:Boston :nbajamte:00010300:0021E144:00000006:00000007:Charlotte :nbajamte:00010300:0021E146:00000006:00000007:Chicago :nbajamte:00010300:0021E148:00000006:00000007:Cleveland :nbajamte:00010300:0021E14A:00000006:00000007:Dallas :nbajamte:00010300:0021E14C:00000006:00000007:Denver :nbajamte:00010300:0021E14E:00000006:00000007:Detroit :nbajamte:00010300:0021E150:00000006:00000007:Golden State :nbajamte:00010300:0021E152:00000006:00000007:Houston :nbajamte:00010300:0021E154:00000006:00000007:Indiana :nbajamte:00010300:0021E156:00000006:00000007:LA Clippers :nbajamte:00010300:0021E158:00000006:00000007:LA Lakers :nbajamte:00010300:0021E15A:00000006:00000007:Miami :nbajamte:00010300:0021E15C:00000006:00000007:Milwaukee :nbajamte:00010300:0021E15E:00000006:00000007:Minnesota :nbajamte:00010300:0021E160:00000006:00000007:New Jersey :nbajamte:00010300:0021E162:00000006:00000007:New York :nbajamte:00010300:0021E164:00000006:00000007:Orlando :nbajamte:00010300:0021E166:00000006:00000007:Philadelphia :nbajamte:00010300:0021E168:00000006:00000007:Phoenix :nbajamte:00010300:0021E16A:00000006:00000007:Portland :nbajamte:00010300:0021E16C:00000006:00000007:Sacramento :nbajamte:00010300:0021E16E:00000006:00000007:San Antonio :nbajamte:00010300:0021E170:00000006:00000007:Seattle :nbajamte:00010300:0021E172:00000006:00000007:Utah :nbajamte:00010300:0021E174:00000006:00000007:Washington :nbajamte:00010300:0021E176:00000013:0000001F:Team NBA Jam ; [ NBA Maximum Hangtime (rev 1.03 06/09/97) ] nbamht:0:00226F57:03:000:Infinite Quarter Time nbamht:0:00226F56:05:500:Infinite Quarter Time (2/3) nbamht:0:00226F55:0A:500:Infinite Quarter Time (3/3) nbamht:0:00226F57:00:001:Finish this Quarter Now! nbamht:0:00226F56:00:501:Finish this Quarter Now! (2/3) nbamht:0:00226F55:01:501:Finish this Quarter Now! (3/3) nbamht:0:00226F4E:0A:000:Infinite Shot Time nbamht:0:00226F4E:00:001:No Shot Time Left Now! nbamht:0:00000000:00:999:[ Use these Cheats on the Character Edit Screen ] nbamht:0:00228084:01:000:Infinite Time To Edit Character nbamht:0:00228086:3C:500:Infinite Time To Edit Character (2/2) nbamht:0:00228190:0A:001:Get Maximum Speed Now! nbamht:0:00228192:0A:001:Get Maximum Power Now! nbamht:0:00228194:0A:001:Get Maximum Shoot Now! nbamht:0:00228196:0A:001:Get Maximum Dunks Now! nbamht:0:00228198:0A:001:Get Maximum Steal Now! nbamht:0:0022819A:0A:001:Get Maximum Block Now! nbamht:0:0022819C:0A:001:Get Maximum Height Now! nbamht:0:0022819E:0A:001:Get Maximum Weight Now! nbamht:0:002281A0:50:070:Select Number of Attribute Points nbamht:0:00228290:01:021:Get "No Tag Arrow" Now! nbamht:0:00228290:02:021:Get "Stealth Turbo" Now! nbamht:0:00228290:04:021:Get "Big Head" Now! nbamht:0:00228290:08:021:Get "Hide Attributes" Now! nbamht:0:00228290:10:021:Get "Drone Big Head" Now! nbamht:0:00228290:20:021:Get "Super Rebound" Now! nbamht:0:00228290:40:021:Get "Smarter Drone" Now! nbamht:0:00228290:01:041:Lose "No Tag Arrow" Now! nbamht:0:00228290:02:041:Lose "Stealth Turbo" Now! nbamht:0:00228290:04:041:Lose "Big Head" Now! nbamht:0:00228290:08:041:Lose "Hide Attributes" Now! nbamht:0:00228290:10:041:Lose "Drone Big Head" Now! nbamht:0:00228290:20:041:Lose "Super Rebound" Now! nbamht:0:00228290:40:041:Lose "Smarter Drone" Now! nbamht:0:00000000:00:999:[ ] nbamht:0:00226F7C:00:000:Score always 0 PL1 nbamht:0:00226F7C:96:000:Score always 150 PL1 nbamht:0:00226F7C:00:001:Set score = 0 Now! PL1 nbamht:0:00226F7C:96:001:Set score = 150 Now! PL1 nbamht:0:00226F7C:96:070:Select score Now! PL1 nbamht:0:00226F7E:00:000:Score always = 0 PL2 nbamht:0:00226F7E:96:000:Score always = 150 PL2 nbamht:0:00226F7E:00:001:Set score = 0 Now! PL2 nbamht:0:00226F7E:96:001:Set score = 150 Now! PL2 nbamht:0:00226F7E:96:070:Select score Now! PL2 ; [ NBA Maximum Hangtime (rev 1.0 11/08/96) ] nbamht1:0:00226F57:03:000:Infinite Quarter Time nbamht1:0:00226F56:05:500:Infinite Quarter Time (2/3) nbamht1:0:00226F55:0A:500:Infinite Quarter Time (3/3) nbamht1:0:00226F57:00:001:Finish this Quarter Now! nbamht1:0:00226F56:00:501:Finish this Quarter Now! (2/3) nbamht1:0:00226F55:01:501:Finish this Quarter Now! (3/3) nbamht1:0:00226F4E:0A:000:Infinite Shot Time nbamht1:0:00226F4E:00:001:No Shot Time Left Now! nbamht1:0:00000000:00:999:[ Use these Cheats on the Character Edit Screen ] nbamht1:0:00228084:01:000:Infinite Time To Edit Character nbamht1:0:00228086:3C:500:Infinite Time To Edit Character (2/2) nbamht1:0:00228190:0A:001:Get Maximum Speed Now! nbamht1:0:00228192:0A:001:Get Maximum Power Now! nbamht1:0:00228194:0A:001:Get Maximum Shoot Now! nbamht1:0:00228196:0A:001:Get Maximum Dunks Now! nbamht1:0:00228198:0A:001:Get Maximum Steal Now! nbamht1:0:0022819A:0A:001:Get Maximum Block Now! nbamht1:0:0022819C:0A:001:Get Maximum Height Now! nbamht1:0:0022819E:0A:001:Get Maximum Weight Now! nbamht1:0:002281A0:50:070:Select Number of Attribute Points nbamht1:0:00228290:01:021:Get "No Tag Arrow" Now! nbamht1:0:00228290:02:021:Get "Stealth Turbo" Now! nbamht1:0:00228290:04:021:Get "Big Head" Now! nbamht1:0:00228290:08:021:Get "Hide Attributes" Now! nbamht1:0:00228290:10:021:Get "Drone Big Head" Now! nbamht1:0:00228290:20:021:Get "Super Rebound" Now! nbamht1:0:00228290:40:021:Get "Smarter Drone" Now! nbamht1:0:00228290:01:041:Lose "No Tag Arrow" Now! nbamht1:0:00228290:02:041:Lose "Stealth Turbo" Now! nbamht1:0:00228290:04:041:Lose "Big Head" Now! nbamht1:0:00228290:08:041:Lose "Hide Attributes" Now! nbamht1:0:00228290:10:041:Lose "Drone Big Head" Now! nbamht1:0:00228290:20:041:Lose "Super Rebound" Now! nbamht1:0:00228290:40:041:Lose "Smarter Drone" Now! nbamht1:0:00000000:00:999:[ ] nbamht1:0:00226F7C:00:000:Score always 0 PL1 nbamht1:0:00226F7C:96:000:Score always 150 PL1 nbamht1:0:00226F7C:00:001:Set score = 0 Now! PL1 nbamht1:0:00226F7C:96:001:Set score = 150 Now! PL1 nbamht1:0:00226F7C:96:070:Select score Now! PL1 nbamht1:0:00226F7E:00:000:Score always = 0 PL2 nbamht1:0:00226F7E:96:000:Score always = 150 PL2 nbamht1:0:00226F7E:00:001:Set score = 0 Now! PL2 nbamht1:0:00226F7E:96:001:Set score = 150 Now! PL2 nbamht1:0:00226F7E:96:070:Select score Now! PL2 ; [ NBA Showtime / NFL Blitz 2000 ] nbanfl:0:0000:00:999:[ There are no cheats ]:REASON 1 nbanfl:0:0000:00:999:[ for this game as it ]:REASON 1 nbanfl:0:0000:00:999:[ didn't work the last ]:REASON 1 nbanfl:0:0000:00:999:[ time it was tested. ]:REASON 1 nbanfl:0:0000:00:999:[ If the game now works ]:REASON 1 nbanfl:0:0000:00:999:[ please request cheats ]:REASON 1 nbanfl:0:0000:00:999:[ for it on the cheat ]:REASON 1 nbanfl:0:0000:00:999:[ forums. ]:REASON 1 ; [ NBA Play By Play ] nbapbp:0:0000:00:999:[ This game hasn't even ]:REASON 11 nbapbp:0:0000:00:999:[ been looked at due to ]:REASON 11 nbapbp:0:0000:00:999:[ time constraints - Too]:REASON 11 nbapbp:0:0000:00:999:[ many games and so ]:REASON 11 nbapbp:0:0000:00:999:[ little time. It is ]:REASON 11 nbapbp:0:0000:00:999:[ even possible that ]:REASON 11 nbapbp:0:0000:00:999:[ this game may be a ]:REASON 11 nbapbp:0:0000:00:999:[ clone of an existing ]:REASON 11 nbapbp:0:0000:00:999:[ game which may have ]:REASON 11 nbapbp:0:0000:00:999:[ cheats. Please search ]:REASON 11 nbapbp:0:0000:00:999:[ the cheat forums ]:REASON 11 nbapbp:0:0000:00:999:[ before posting cheat ]:REASON 11 nbapbp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ NBA Showtime: NBA on NBC ] nbashowt:0:0000:00:999:[ There are no cheats ]:REASON 1 nbashowt:0:0000:00:999:[ for this game as it ]:REASON 1 nbashowt:0:0000:00:999:[ didn't work the last ]:REASON 1 nbashowt:0:0000:00:999:[ time it was tested. ]:REASON 1 nbashowt:0:0000:00:999:[ If the game now works ]:REASON 1 nbashowt:0:0000:00:999:[ please request cheats ]:REASON 1 nbashowt:0:0000:00:999:[ for it on the cheat ]:REASON 1 nbashowt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ninja Baseball Batman (US) ] nbbatman:0:E09B0:63:000:Infinite Credits nbbatman:0:E254F:63:000:Infinite Time nbbatman:0:E313A:0A:000:Infinite Bonus Round Time:Untested nbbatman:0:E4222:64:000:Infinite Lives PL1 nbbatman:0:E44A4:64:000:Infinite Energy PL1 nbbatman:0:E44EB:02:000:Invincibility (Buggy) PL1:Buggy = the bosses can sometimes hit you nbbatman:0:E42E2:64:000:Infinite Lives PL2 nbbatman:0:E4564:64:000:Infinite Energy PL2 nbbatman:0:E45AB:02:000:Invincibility (Buggy) PL2:Buggy = the bosses can sometimes hit you nbbatman:0:E43A2:64:000:Infinite Lives PL3 nbbatman:0:E4624:64:000:Infinite Energy PL3 nbbatman:0:E466B:02:000:Invincibility (Buggy) PL3:Buggy = the bosses can sometimes hit you nbbatman:0:E4462:64:000:Infinite Lives PL4 nbbatman:0:E46E4:64:000:Infinite Energy PL4 nbbatman:0:E472B:02:000:Invincibility (Buggy) PL4:Buggy = the bosses can sometimes hit you ; [ Ninja Combat (set 1) ] ncombat:0:1032DD:05:060:Stage Select :ncombat:00100000:101818:00007FFF:FFFFFFFF:Infinite Time PL1 ncombat:0:101811:64:000:Infinite Continues PL1 ncombat:0:102402:0A:000:Infinite Lives PL1 ncombat:0:100632:20:000:Infinite Energy PL1 :ncombat:00000000:10261B:00000001:FFFFFFFF:Invincibility PL1 :ncombat:00010000:10261E:00000002:FFFFFFFF:Invincibility PL1 (2/2) :ncombat:00000000:1018C0:00000002:FFFFFFFF:Maximum Fire Power PL1 :ncombat:00010000:10063B:00000002:FFFFFFFF:Maximum Fire Power PL1 (2/2) :ncombat:00000000:1018C1:00000002:FFFFFFFF:Maximum Speed PL1 :ncombat:00010000:102635:00000002:FFFFFFFF:Maximum Speed PL1 (2/2) :ncombat:00000120:100630:00000006:FFFFFFFF:Select Weapon PL1:Only works if you are playing as Joe :ncombat:62000000:000000:00000000:00000000:Select Character PL1 :ncombat:00010000:10262E:00000000:FFFFFFFF:Joe :ncombat:00010000:10262E:00000001:FFFFFFFF:Musashi :ncombat:00010000:10262E:00000002:FFFFFFFF:Gembu :ncombat:00010000:10262E:00000003:FFFFFFFF:Kagerow :ncombat:00100000:101828:00007FFF:FFFFFFFF:Infinite Time PL2 ncombat:0:101821:64:000:Infinite Continues PL2 ncombat:0:102403:0A:000:Infinite Lives PL2 ncombat:0:100682:20:000:Infinite Energy PL2 :ncombat:00000000:10266B:00000001:FFFFFFFF:Invincibility PL2 :ncombat:00010000:10266E:00000002:FFFFFFFF:Invincibility PL2 (2/2) :ncombat:00000000:1018E0:00000002:FFFFFFFF:Always Maximum Fire Power PL2 :ncombat:00010000:10068B:00000002:FFFFFFFF:Always Maximum Fire Power PL2 (2/2) :ncombat:00000000:1018E1:00000002:FFFFFFFF:Always Maximum Speed PL2 :ncombat:00010000:102685:00000002:FFFFFFFF:Always Maximum Speed PL2 (2/2) :ncombat:00000120:100680:00000006:FFFFFFFF:Select Weapon PL2:Only works if you are playing as Hayabusa :ncombat:62000000:000000:00000000:00000000:Select Character PL2 :ncombat:00010000:10267E:00000000:FFFFFFFF:Hayabusa :ncombat:00010000:10267E:00000001:FFFFFFFF:Musashi :ncombat:00010000:10267E:00000002:FFFFFFFF:Gembu :ncombat:00010000:10267E:00000003:FFFFFFFF:Kagerow :ncombat:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ncombat:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ncombat:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ninja Combat (set 2) ] ncombata:0:1032DD:05:060:Stage Select :ncombata:00100000:101818:00007FFF:FFFFFFFF:Infinite Time PL1 ncombata:0:101811:64:000:Infinite Continues PL1 ncombata:0:102402:0A:000:Infinite Lives PL1 ncombata:0:100632:20:000:Infinite Energy PL1 :ncombata:00000000:10261B:00000001:FFFFFFFF:Invincibility PL1 :ncombata:00010000:10261E:00000002:FFFFFFFF:Invincibility PL1 (2/2) :ncombata:00000000:1018C0:00000002:FFFFFFFF:Maximum Fire Power PL1 :ncombata:00010000:10063B:00000002:FFFFFFFF:Maximum Fire Power PL1 (2/2) :ncombata:00000000:1018C1:00000002:FFFFFFFF:Maximum Speed PL1 :ncombata:00010000:102635:00000002:FFFFFFFF:Maximum Speed PL1 (2/2) :ncombata:00000120:100630:00000006:FFFFFFFF:Select Weapon PL1:Only works if you are playing as Joe :ncombata:62000000:000000:00000000:00000000:Select Character PL1 :ncombata:00010000:10262E:00000000:FFFFFFFF:Joe :ncombata:00010000:10262E:00000001:FFFFFFFF:Musashi :ncombata:00010000:10262E:00000002:FFFFFFFF:Gembu :ncombata:00010000:10262E:00000003:FFFFFFFF:Kagerow :ncombata:00100000:101828:00007FFF:FFFFFFFF:Infinite Time PL2 ncombata:0:101821:64:000:Infinite Continues PL2 ncombata:0:102403:0A:000:Infinite Lives PL2 ncombata:0:100682:20:000:Infinite Energy PL2 :ncombata:00000000:10266B:00000001:FFFFFFFF:Invincibility PL2 :ncombata:00010000:10266E:00000002:FFFFFFFF:Invincibility PL2 (2/2) :ncombata:00000000:1018E0:00000002:FFFFFFFF:Always Maximum Fire Power PL2 :ncombata:00010000:10068B:00000002:FFFFFFFF:Always Maximum Fire Power PL2 (2/2) :ncombata:00000000:1018E1:00000002:FFFFFFFF:Always Maximum Speed PL2 :ncombata:00010000:102685:00000002:FFFFFFFF:Always Maximum Speed PL2 (2/2) :ncombata:00000120:100680:00000006:FFFFFFFF:Select Weapon PL2:Only works if you are playing as Hayabusa :ncombata:62000000:000000:00000000:00000000:Select Character PL2 :ncombata:00010000:10267E:00000000:FFFFFFFF:Hayabusa :ncombata:00010000:10267E:00000001:FFFFFFFF:Musashi :ncombata:00010000:10267E:00000002:FFFFFFFF:Gembu :ncombata:00010000:10267E:00000003:FFFFFFFF:Kagerow :ncombata:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ncombata:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ncombata:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ninja Commando ] ncommand:0:106029:CC:000:Infinite Time PL1 ncommand:0:106030:02:000:Infinite Energy PL1 ncommand:0:1000C0:35:000:Invincibility PL1 ncommand:0:106129:CC:000:Infinite Time PL2 ncommand:0:106130:02:000:Infinite Energy PL2 ncommand:0:1001C0:35:000:Invincibility PL2 :ncommand:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ncommand:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ncommand:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Namco Classics Collection Vol.1 ] ncv1:0:400DA9:09:000:Infinite Credits ncv1:0:000000:00:999:[ Cheats for Galaga Original ] ncv1:0:407038:05:000:Infinite Lives :ncv1:00000000:400051:00000010:00000010:Rapid Fire PL1 :ncv1:00000000:400052:00000010:00000010:Rapid Fire PL2 ncv1:0:000000:00:999:[ Cheats for Galaga Arrangement ] :ncv1:62000000:000000:00000000:00000000:Select Game Mode :ncv1:00010000:407787:00000000:FFFFFFFF:Normal Mode :ncv1:00010000:407787:00000001:FFFFFFFF:Time Attack Mode :ncv1:00001501:4068BB:0000001D:FFFFFFFF:Select Starting Stage:Set on Galaga Arrangement title screen :ncv1:00200000:407781:00000000:FFFFFFFF:Infinite Time ncv1:0:4068C7:05:000:Infinite Lives :ncv1:83000000:4068A0:000000FF:00000058:Invincibility PL1 :ncv1:83010000:4068A0:00000002:00000065:Invincibility PL1 (2/2) :ncv1:62000000:000000:00000000:00000000:Select Shot PL1 :ncv1:83010000:4068A8:00000000:00000045:Twin Shot :ncv1:83010000:4068A8:00000004:00000045:Wide Shot :ncv1:83010000:4068A8:00000008:00000045:Triple Shot :ncv1:83010000:4068A8:0000000C:00000045:3-way Shot :ncv1:00000000:400051:00000010:00000010:Rapid Fire - Normal PL1 :ncv1:00000000:400051:00000010:00000010:Rapid Fire - Special PL1 :ncv1:83210000:4068A8:00000000:0000004C:Rapid Fire - Special PL1 (2/2) :ncv1:83000000:4068A4:000000FF:00000058:Invincibility PL2 :ncv1:83010000:4068A4:00000002:00000065:Invincibility PL2 (2/2) :ncv1:62000000:000000:00000000:00000000:Select Shot PL2 :ncv1:83010000:4068AC:00000000:00000045:Twin Shot :ncv1:83010000:4068AC:00000004:00000045:Wide Shot :ncv1:83010000:4068AC:00000008:00000045:Triple Shot :ncv1:83010000:4068AC:0000000C:00000045:3-way Shot :ncv1:00000000:400052:00000010:00000010:Rapid Fire - Normal PL2 :ncv1:00000000:400052:00000010:00000010:Rapid Fire - Special PL2 :ncv1:83210000:4068AC:00000000:0000004C:Rapid Fire - Special PL2 (2/2) ncv1:0:000000:00:999:[ Cheats for Xevious Original ] ncv1:0:07209E:30:100:Infinite Lives ncv1:0:07209F:2D:600:Infinite Lives (2/2) ncv1:0:000000:00:999:[ Cheats for Xevious Arrangement ] :ncv1:62000000:000000:00000000:00000000:Select Current Area:Works after you die (ONLY in single mode) or you finish the area :ncv1:83010001:406AA2:00000000:00000033:Area 1 :ncv1:83010001:406AA2:00000001:00000033:Area 2 :ncv1:83010001:406AA2:00000002:00000033:Area 3 :ncv1:83010001:406AA2:00000003:00000033:Area 4 :ncv1:83010001:406AA2:00000004:00000033:Area 5 :ncv1:83010001:406AA2:00000005:00000033:Area 6 :ncv1:83010001:406AA2:00000006:00000033:Area 7 :ncv1:83010001:406AA2:00000007:00000033:Area 8 :ncv1:83010001:406AA2:00000008:00000033:Area 9 :ncv1:83010001:406AA2:00000009:00000033:Area 10 :ncv1:83010001:406AA2:0000000A:00000033:Area 11 :ncv1:83010001:406AA2:0000000B:00000033:Area 12 :ncv1:83010001:406AA2:0000000C:00000033:Area 13 :ncv1:83010001:406AA2:0000000D:00000033:Area 14 :ncv1:83010001:406AA2:0000000E:00000033:Area 15 :ncv1:83010001:406AA2:0000000F:00000033:Area 16-1 :ncv1:83010001:406AA2:00000010:00000033:Area 16-2 :ncv1:83010001:406AA2:00000011:00000033:Extra Area 1 :ncv1:83010001:406AA2:00000012:00000033:Extra Area 2 :ncv1:83010001:406AA2:00000013:00000033:Extra Area 3 :ncv1:62000000:000000:00000000:00000000:Select Game Mode:In Maniac Mode you will play with a harder rank. :ncv1:00010000:40643D:00000002:FFFFFFFF:Normal Mode :ncv1:00010000:40643D:00000008:FFFFFFFF:Maniac Mode :ncv1:83000000:406A9A:000000FF:0000002B:Infinite Lives PL1 :ncv1:83000000:406A9A:00000003:0000004B:Invincibility PL1 :ncv1:83000000:4066CC:00000006:0000006D:Always Have Power Up PL1 :ncv1:83200000:4066CC:00010000:00000071:Rapid Fire PL1 :ncv1:83000000:406A9E:000000FF:0000002B:Infinite Lives PL2 :ncv1:83000000:406A9E:00000003:0000004B:Invincibility PL2 :ncv1:83000000:404D00:00000006:0000006D:Always Have Power Up PL2 :ncv1:83200000:404D00:00010000:00000071:Rapid Fire PL2 ncv1:0:000000:00:999:[ Cheats for Mappy Original ] ncv1:0:406C67:06:000:Infinite Lives ncv1:0:000000:00:999:[ Cheats for Mappy Arrangement ] :ncv1:62000000:000000:00000000:00000000:Select Game Mode :ncv1:00010000:406FCB:00000000:FFFFFFFF:Normal Mode :ncv1:00010000:406FCB:00000001:FFFFFFFF:Real Mode ncv1:0:40703B:05:000:Infinite Lives PL1 ncv1:0:40712D:03:000:Invincibility PL1 ncv1:0:407061:05:000:Infinite Lives PL2 ncv1:0:407177:03:000:Invincibility PL2 ; [ Namco Classics Collection Vol.1 (Japan, v1.00) ] ncv1j:0:400DA9:09:000:Infinite Credits ncv1j:0:000000:00:999:[ Cheats for Galaga Original ] ncv1j:0:407038:05:000:Infinite Lives :ncv1j:00000000:400051:00000010:00000010:Rapid Fire PL1 :ncv1j:00000000:400052:00000010:00000010:Rapid Fire PL2 ncv1j:0:000000:00:999:[ Cheats for Galaga Arrangement ] :ncv1j:62000000:000000:00000000:00000000:Select Game Mode :ncv1j:00010000:407787:00000000:FFFFFFFF:Normal Mode :ncv1j:00010000:407787:00000001:FFFFFFFF:Time Attack Mode :ncv1j:00001501:4068BB:0000001D:FFFFFFFF:Select Starting Stage:Set on Galaga Arrangement title screen :ncv1j:00200000:407781:00000000:FFFFFFFF:Infinite Time ncv1j:0:4068C7:05:000:Infinite Lives :ncv1j:83000000:4068A0:000000FF:00000058:Invincibility PL1 :ncv1j:83010000:4068A0:00000002:00000065:Invincibility PL1 (2/2) :ncv1j:62000000:000000:00000000:00000000:Select Shot PL1 :ncv1j:83010000:4068A8:00000000:00000045:Twin Shot :ncv1j:83010000:4068A8:00000004:00000045:Wide Shot :ncv1j:83010000:4068A8:00000008:00000045:Triple Shot :ncv1j:83010000:4068A8:0000000C:00000045:3-way Shot :ncv1j:00000000:400051:00000010:00000010:Rapid Fire - Normal PL1 :ncv1j:00000000:400051:00000010:00000010:Rapid Fire - Special PL1 :ncv1j:83210000:4068A8:00000000:0000004C:Rapid Fire - Special PL1 (2/2) :ncv1j:83000000:4068A4:000000FF:00000058:Invincibility PL2 :ncv1j:83010000:4068A4:00000002:00000065:Invincibility PL2 (2/2) :ncv1j:62000000:000000:00000000:00000000:Select Shot PL2 :ncv1j:83010000:4068AC:00000000:00000045:Twin Shot :ncv1j:83010000:4068AC:00000004:00000045:Wide Shot :ncv1j:83010000:4068AC:00000008:00000045:Triple Shot :ncv1j:83010000:4068AC:0000000C:00000045:3-way Shot :ncv1j:00000000:400052:00000010:00000010:Rapid Fire - Normal PL2 :ncv1j:00000000:400052:00000010:00000010:Rapid Fire - Special PL2 :ncv1j:83210000:4068AC:00000000:0000004C:Rapid Fire - Special PL2 (2/2) ncv1j:0:000000:00:999:[ Cheats for Xevious Original ] ncv1j:0:072252:30:100:Infinite Lives ncv1j:0:072253:2D:600:Infinite Lives (2/2) ncv1j:0:000000:00:999:[ Cheats for Xevious Arrangement ] :ncv1j:62000000:000000:00000000:00000000:Select Current Area:Works after you die (ONLY in single mode) or you finish the area :ncv1j:83010001:406AA2:00000000:00000033:Area 1 :ncv1j:83010001:406AA2:00000001:00000033:Area 2 :ncv1j:83010001:406AA2:00000002:00000033:Area 3 :ncv1j:83010001:406AA2:00000003:00000033:Area 4 :ncv1j:83010001:406AA2:00000004:00000033:Area 5 :ncv1j:83010001:406AA2:00000005:00000033:Area 6 :ncv1j:83010001:406AA2:00000006:00000033:Area 7 :ncv1j:83010001:406AA2:00000007:00000033:Area 8 :ncv1j:83010001:406AA2:00000008:00000033:Area 9 :ncv1j:83010001:406AA2:00000009:00000033:Area 10 :ncv1j:83010001:406AA2:0000000A:00000033:Area 11 :ncv1j:83010001:406AA2:0000000B:00000033:Area 12 :ncv1j:83010001:406AA2:0000000C:00000033:Area 13 :ncv1j:83010001:406AA2:0000000D:00000033:Area 14 :ncv1j:83010001:406AA2:0000000E:00000033:Area 15 :ncv1j:83010001:406AA2:0000000F:00000033:Area 16-1 :ncv1j:83010001:406AA2:00000010:00000033:Area 16-2 :ncv1j:83010001:406AA2:00000011:00000033:Extra Area 1 :ncv1j:83010001:406AA2:00000012:00000033:Extra Area 2 :ncv1j:83010001:406AA2:00000013:00000033:Extra Area 3 :ncv1j:62000000:000000:00000000:00000000:Select Game Mode:In Maniac Mode you will play with a harder rank. :ncv1j:00010000:40643D:00000002:FFFFFFFF:Normal Mode :ncv1j:00010000:40643D:00000008:FFFFFFFF:Maniac Mode :ncv1j:83000000:406A9A:000000FF:0000002B:Infinite Lives PL1 :ncv1j:83000000:406A9A:00000003:0000004B:Invincibility PL1 :ncv1j:83000000:4066CC:00000006:0000006D:Always Have Power Up PL1 :ncv1j:83200000:4066CC:00010000:00000071:Rapid Fire PL1 :ncv1j:83000000:406A9E:000000FF:0000002B:Infinite Lives PL2 :ncv1j:83000000:406A9E:00000003:0000004B:Invincibility PL2 :ncv1j:83000000:404D00:00000006:0000006D:Always Have Power Up PL2 :ncv1j:83200000:404D00:00010000:00000071:Rapid Fire PL2 ncv1j:0:000000:00:999:[ Cheats for Mappy Original ] ncv1j:0:406C67:06:000:Infinite Lives ncv1j:0:000000:00:999:[ Cheats for Mappy Arrangement ] :ncv1j:62000000:000000:00000000:00000000:Select Game Mode :ncv1j:00010000:406FCB:00000000:FFFFFFFF:Normal Mode :ncv1j:00010000:406FCB:00000001:FFFFFFFF:Real Mode ncv1j:0:40703B:05:000:Infinite Lives PL1 ncv1j:0:40712D:03:000:Invincibility PL1 ncv1j:0:407061:05:000:Infinite Lives PL2 ncv1j:0:407177:03:000:Invincibility PL2 ; [ Namco Classics Collection Vol.1 (Japan, v1.03) ] ncv1j2:0:400DA9:09:000:Infinite Credits ncv1j2:0:000000:00:999:[ Cheats for Galaga Original ] ncv1j2:0:407038:05:000:Infinite Lives :ncv1j2:00000000:400051:00000010:00000010:Rapid Fire PL1 :ncv1j2:00000000:400052:00000010:00000010:Rapid Fire PL2 ncv1j2:0:000000:00:999:[ Cheats for Galaga Arrangement ] :ncv1j2:62000000:000000:00000000:00000000:Select Game Mode :ncv1j2:00010000:407787:00000000:FFFFFFFF:Normal Mode :ncv1j2:00010000:407787:00000001:FFFFFFFF:Time Attack Mode :ncv1j2:00001501:4068BB:0000001D:FFFFFFFF:Select Starting Stage:Set on Galaga Arrangement title screen :ncv1j2:00200000:407781:00000000:FFFFFFFF:Infinite Time ncv1j2:0:4068C7:05:000:Infinite Lives :ncv1j2:83000000:4068A0:000000FF:00000058:Invincibility PL1 :ncv1j2:83010000:4068A0:00000002:00000065:Invincibility PL1 (2/2) :ncv1j2:62000000:000000:00000000:00000000:Select Shot PL1 :ncv1j2:83010000:4068A8:00000000:00000045:Twin Shot :ncv1j2:83010000:4068A8:00000004:00000045:Wide Shot :ncv1j2:83010000:4068A8:00000008:00000045:Triple Shot :ncv1j2:83010000:4068A8:0000000C:00000045:3-way Shot :ncv1j2:00000000:400051:00000010:00000010:Rapid Fire - Normal PL1 :ncv1j2:00000000:400051:00000010:00000010:Rapid Fire - Special PL1 :ncv1j2:83210000:4068A8:00000000:0000004C:Rapid Fire - Special PL1 (2/2) :ncv1j2:83000000:4068A4:000000FF:00000058:Invincibility PL2 :ncv1j2:83010000:4068A4:00000002:00000065:Invincibility PL2 (2/2) :ncv1j2:62000000:000000:00000000:00000000:Select Shot PL2 :ncv1j2:83010000:4068AC:00000000:00000045:Twin Shot :ncv1j2:83010000:4068AC:00000004:00000045:Wide Shot :ncv1j2:83010000:4068AC:00000008:00000045:Triple Shot :ncv1j2:83010000:4068AC:0000000C:00000045:3-way Shot :ncv1j2:00000000:400052:00000010:00000010:Rapid Fire - Normal PL2 :ncv1j2:00000000:400052:00000010:00000010:Rapid Fire - Special PL2 :ncv1j2:83210000:4068AC:00000000:0000004C:Rapid Fire - Special PL2 (2/2) ncv1j2:0:000000:00:999:[ Cheats for Xevious Original ] ncv1j2:0:072506:30:100:Infinite Lives ncv1j2:0:072507:2D:600:Infinite Lives (2/2) ncv1j2:0:000000:00:999:[ Cheats for Xevious Arrangement ] :ncv1j2:62000000:000000:00000000:00000000:Select Current Area:Works after you die (ONLY in single mode) or you finish the area :ncv1j2:83010001:406AA2:00000000:00000033:Area 1 :ncv1j2:83010001:406AA2:00000001:00000033:Area 2 :ncv1j2:83010001:406AA2:00000002:00000033:Area 3 :ncv1j2:83010001:406AA2:00000003:00000033:Area 4 :ncv1j2:83010001:406AA2:00000004:00000033:Area 5 :ncv1j2:83010001:406AA2:00000005:00000033:Area 6 :ncv1j2:83010001:406AA2:00000006:00000033:Area 7 :ncv1j2:83010001:406AA2:00000007:00000033:Area 8 :ncv1j2:83010001:406AA2:00000008:00000033:Area 9 :ncv1j2:83010001:406AA2:00000009:00000033:Area 10 :ncv1j2:83010001:406AA2:0000000A:00000033:Area 11 :ncv1j2:83010001:406AA2:0000000B:00000033:Area 12 :ncv1j2:83010001:406AA2:0000000C:00000033:Area 13 :ncv1j2:83010001:406AA2:0000000D:00000033:Area 14 :ncv1j2:83010001:406AA2:0000000E:00000033:Area 15 :ncv1j2:83010001:406AA2:0000000F:00000033:Area 16-1 :ncv1j2:83010001:406AA2:00000010:00000033:Area 16-2 :ncv1j2:83010001:406AA2:00000011:00000033:Extra Area 1 :ncv1j2:83010001:406AA2:00000012:00000033:Extra Area 2 :ncv1j2:83010001:406AA2:00000013:00000033:Extra Area 3 :ncv1j2:62000000:000000:00000000:00000000:Select Game Mode:In Maniac Mode you will play with a harder rank. :ncv1j2:00010000:40643D:00000002:FFFFFFFF:Normal Mode :ncv1j2:00010000:40643D:00000008:FFFFFFFF:Maniac Mode :ncv1j2:83000000:406A9A:000000FF:0000002B:Infinite Lives PL1 :ncv1j2:83000000:406A9A:00000003:0000004B:Invincibility PL1 :ncv1j2:83000000:4066CC:00000006:0000006D:Always Have Power Up PL1 :ncv1j2:83200000:4066CC:00010000:00000071:Rapid Fire PL1 :ncv1j2:83000000:406A9E:000000FF:0000002B:Infinite Lives PL2 :ncv1j2:83000000:406A9E:00000003:0000004B:Invincibility PL2 :ncv1j2:83000000:404D00:00000006:0000006D:Always Have Power Up PL2 :ncv1j2:83200000:404D00:00010000:00000071:Rapid Fire PL2 ncv1j2:0:000000:00:999:[ Cheats for Mappy Original ] ncv1j2:0:406C67:06:000:Infinite Lives ncv1j2:0:000000:00:999:[ Cheats for Mappy Arrangement ] :ncv1j2:62000000:000000:00000000:00000000:Select Game Mode :ncv1j2:00010000:406FCB:00000000:FFFFFFFF:Normal Mode :ncv1j2:00010000:406FCB:00000001:FFFFFFFF:Real Mode ncv1j2:0:40703B:05:000:Infinite Lives PL1 ncv1j2:0:40712D:03:000:Invincibility PL1 ncv1j2:0:407061:05:000:Infinite Lives PL2 ncv1j2:0:407177:03:000:Invincibility PL2 ; [ Namco Classics Collection Vol.2 ] ncv2:0:02D994:4E:100:Partially Fix the Game's Driver:This game has protection issues with the Original-Arrangement selection-this will bypass this by brute forcing the game into Original Mode unless you use the 'Always in Arrangement Mode' cheat. NB - The original rally x doesn't work! ncv2:0:02D995:71:600:Partially Fix the Game's Driver (2/4) ncv2:0:02D996:4E:600:Partially Fix the Game's Driver (3/4) ncv2:0:02D997:71:600:Partially Fix the Game's Driver (4/4) ncv2:0:4008C1:00:000:Always in Original Mode:Enable this before you select a game (this cheat is for test purposes only!) ncv2:0:4008C1:01:000:Always in Arrangement Mode:Enable this before you select a game (this cheat is for test purposes only!) ncv2:0:400DA9:09:000:Infinite Credits ncv2:0:000000:00:999:[ ] ncv2:0:000000:00:999:[ Cheats for Pacman Original ] ncv2:0:000000:00:999:[ ] ncv2:0:406A15:05:000:Infinite Lives ncv2:0:406A10:F4:001:Finish this Level Now! ncv2:0:000000:00:999:[ ------- Starting Levels ------ ] ncv2:0:000000:00:999:[ Deactivate the cheats after ] ncv2:0:000000:00:999:[ starting the level or leave ] ncv2:0:000000:00:999:[ them active to repeat it. ] ncv2:0:406A0D:73:000:Start at Strawberry ncv2:0:406A16:01:500:Start at Strawberry (2/2) ncv2:0:406A0D:74:000:Start at 1st Orange ncv2:0:406A16:02:500:Start at 1st Orange (2/2) ncv2:0:406A0D:75:000:Start at 2nd Orange ncv2:0:406A16:03:500:Start at 2nd Orange (2/2) ncv2:0:406A0D:76:000:Start at 1st Apple ncv2:0:406A16:04:500:Start at 1st Apple (2/2) ncv2:0:406A0D:77:000:Start at 2nd Apple ncv2:0:406A16:05:500:Start at 2nd Apple (2/2) ncv2:0:406A0D:78:000:Start at 1st Pineapple ncv2:0:406A16:06:500:Start at 1st Pineapple (2/2) ncv2:0:406A0D:79:000:Start at 2nd Pineapple ncv2:0:406A16:07:500:Start at 2nd Pineapple (2/2) ncv2:0:406A0D:7A:000:Start at 1st Galaxian ncv2:0:406A16:08:500:Start at 1st Galaxian (2/2) ncv2:0:406A0D:7B:000:Start at 2nd Galaxian ncv2:0:406A16:09:500:Start at 2nd Galaxian (2/2) ncv2:0:406A0D:7C:000:Start at 1st Bell ncv2:0:406A16:0A:500:Start at 1st Bell (2/2) ncv2:0:406A0D:7D:000:Start at 2nd Bell ncv2:0:406A16:0B:500:Start at 2nd Bell (2/2) ncv2:0:406A0D:7E:000:Start at 1st Key ncv2:0:406A16:0C:500:Start at 1st Key (2/2) ncv2:0:406A0D:7F:000:Start at 2nd Key ncv2:0:406A16:0D:500:Start at 2nd Key (2/2) ncv2:0:000000:00:999:[ ------- Practice Levels ------ ] ncv2:0:406A16:00:000:Practice Cherry ncv2:0:406A16:01:000:Practice Strawberry ncv2:0:406A16:02:000:Practice 1st Orange ncv2:0:406A16:03:000:Practice 2nd Orange ncv2:0:406A16:04:000:Practice 1st Apple ncv2:0:406A16:05:000:Practice 2nd Apple ncv2:0:406A16:06:000:Practice 1st Pineapple ncv2:0:406A16:07:000:Practice 2nd Pineapple ncv2:0:406A16:08:000:Practice 1st Galaxian ncv2:0:406A16:09:000:Practice 2nd Galaxian ncv2:0:406A16:0A:000:Practice 1st Bell ncv2:0:406A16:0B:000:Practice 2nd Bell ncv2:0:406A16:0C:000:Practice 1st Key ncv2:0:406A16:0D:000:Practice 2nd Key ncv2:0:000000:00:999:[ ------- Practice Speeds ------ ] ncv2:0:4069C1:00:000:Stay blue until eaten ncv2:0:4069C0:00:500:Stay blue until eaten (2/2):Actually stay blue for a long time 4069D0 & 4069D1 would do it properly but they would also override the other speeds regardless ncv2:0:4069C1:00:000:Very Slow changeback ncv2:0:4069C0:0F:500:Very Slow changeback (2/2) ncv2:0:4069C1:00:000:Slow changeback ncv2:0:4069C0:05:500:Slow changeback (2/2) ncv2:0:4069C1:D0:000:Moderate changeback ncv2:0:4069C0:02:500:Moderate changeback (2/2) ncv2:0:4069C1:00:000:Quick changeback ncv2:0:4069C0:01:500:Quick changeback (2/2) ncv2:0:4069C1:80:000:Lightning changeback ncv2:0:4069C0:00:500:Lightning changeback (2/2) ncv2:0:4069C1:01:000:No change to blue ncv2:0:4069C0:00:500:No change to blue (2/2) ncv2:0:000000:00:999:[ -------- Ghost Status -------- ] ncv2:0:4069AA:01:000:Red always blue ncv2:0:4069AB:01:000:Pink always blue ncv2:0:4069AC:01:000:Cyan always blue ncv2:0:4069AD:01:000:Orange always blue ncv2:0:000000:00:999:[ ] ncv2:0:000000:00:999:[ Cheats for Pac-Man Arrangement ] ncv2:0:000000:00:999:[ ] ncv2:0:407A49:00:001:Finish this Round Now! :ncv2:83100000:406E70:00000006:0000004E:Infinite Lives PL1 :ncv2:83100000:406E78:00000002:00000060:Invincibility PL1:If you enable this when you are not flickering you will have to die first for it to work :ncv2:83100000:406E74:00000006:0000004E:Infinite Lives PL2 :ncv2:83100000:406E7C:00000002:00000060:Invincibility PL2:If you enable this when you are not flickering you will have to die first for it to work ncv2:0:000000:00:999:[ ] ncv2:0:000000:00:999:[ Cheats for Rally-X Arrangement ] ncv2:0:000000:00:999:[ ] ncv2:0:4070DC:09:000:Infinite Lives ncv2:0:4070DA:3C:007:Infinite Fuel ncv2:0:000000:00:999:[ ] ncv2:0:000000:00:999:[ Cheats for Dig Dug Original ] ncv2:0:000000:00:999:[ ] ncv2:0:0BC37C:4E:100:Infinite Lives ncv2:0:0BC37D:71:600:Infinite Lives (2/4) ncv2:0:0BC37E:4E:600:Infinite Lives (3/4) ncv2:0:0BC37F:71:600:Infinite Lives (4/4) ncv2:0:000000:00:999:[ ] ncv2:0:000000:00:999:[ Cheats for Dig Dug Arrangement ] ncv2:0:000000:00:999:[ ] ncv2:0:0CEEDC:4E:100:Infinite Lives ncv2:0:0CEEDD:71:600:Infinite Lives (2/5) ncv2:0:0CEEDE:4E:600:Infinite Lives (3/5) ncv2:0:0CEEDF:71:600:Infinite Lives (4/5) ncv2:0:0CEEE0:60:600:Infinite Lives (5/5) ; [ Namco Classics Collection Vol.2 (Japan) ] ncv2j:0:02DBA8:4E:100:Partially Fix the Game's Driver:This testdriver game has protection issues with the Original-Arrangement selection-this will bypass this by brute forcing the game into Original Mode unless you use the 'Game always in Arrangement Mode' cheat. NB - The original rally x doesn't work! ncv2j:0:02DBA9:71:600:Partially Fix the Game's Driver (2/4) ncv2j:0:02DBAA:4E:600:Partially Fix the Game's Driver (3/4) ncv2j:0:02DBAB:71:600:Partially Fix the Game's Driver (4/4) ncv2j:0:4008C1:00:000:Always in Original Mode:Enable this before you select a game (this cheat is for test purposes only!) ncv2j:0:4008C1:01:000:Always in Arrangement Mode:Enable this before you select a game (this cheat is for test purposes only!) ncv2j:0:400DA9:09:000:Infinite Credits ncv2j:0:000000:00:999:[ ] ncv2j:0:000000:00:999:[ Cheats for Pacman Original ] ncv2j:0:000000:00:999:[ ] ncv2j:0:406A15:05:000:Infinite Lives ncv2j:0:406A10:F4:001:Finish this Level Now! ncv2j:0:000000:00:999:[ ------- Starting Levels ------ ] ncv2j:0:000000:00:999:[ Deactivate the cheats after ] ncv2j:0:000000:00:999:[ starting the level or leave ] ncv2j:0:000000:00:999:[ them active to repeat it. ] ncv2j:0:406A0D:73:000:Start at Strawberry ncv2j:0:406A16:01:500:Start at Strawberry (2/2) ncv2j:0:406A0D:74:000:Start at 1st Orange ncv2j:0:406A16:02:500:Start at 1st Orange (2/2) ncv2j:0:406A0D:75:000:Start at 2nd Orange ncv2j:0:406A16:03:500:Start at 2nd Orange (2/2) ncv2j:0:406A0D:76:000:Start at 1st Apple ncv2j:0:406A16:04:500:Start at 1st Apple (2/2) ncv2j:0:406A0D:77:000:Start at 2nd Apple ncv2j:0:406A16:05:500:Start at 2nd Apple (2/2) ncv2j:0:406A0D:78:000:Start at 1st Pineapple ncv2j:0:406A16:06:500:Start at 1st Pineapple (2/2) ncv2j:0:406A0D:79:000:Start at 2nd Pineapple ncv2j:0:406A16:07:500:Start at 2nd Pineapple (2/2) ncv2j:0:406A0D:7A:000:Start at 1st Galaxian ncv2j:0:406A16:08:500:Start at 1st Galaxian (2/2) ncv2j:0:406A0D:7B:000:Start at 2nd Galaxian ncv2j:0:406A16:09:500:Start at 2nd Galaxian (2/2) ncv2j:0:406A0D:7C:000:Start at 1st Bell ncv2j:0:406A16:0A:500:Start at 1st Bell (2/2) ncv2j:0:406A0D:7D:000:Start at 2nd Bell ncv2j:0:406A16:0B:500:Start at 2nd Bell (2/2) ncv2j:0:406A0D:7E:000:Start at 1st Key ncv2j:0:406A16:0C:500:Start at 1st Key (2/2) ncv2j:0:406A0D:7F:000:Start at 2nd Key ncv2j:0:406A16:0D:500:Start at 2nd Key (2/2) ncv2j:0:000000:00:999:[ ------- Practice Levels ------ ] ncv2j:0:406A16:00:000:Practice Cherry ncv2j:0:406A16:01:000:Practice Strawberry ncv2j:0:406A16:02:000:Practice 1st Orange ncv2j:0:406A16:03:000:Practice 2nd Orange ncv2j:0:406A16:04:000:Practice 1st Apple ncv2j:0:406A16:05:000:Practice 2nd Apple ncv2j:0:406A16:06:000:Practice 1st Pineapple ncv2j:0:406A16:07:000:Practice 2nd Pineapple ncv2j:0:406A16:08:000:Practice 1st Galaxian ncv2j:0:406A16:09:000:Practice 2nd Galaxian ncv2j:0:406A16:0A:000:Practice 1st Bell ncv2j:0:406A16:0B:000:Practice 2nd Bell ncv2j:0:406A16:0C:000:Practice 1st Key ncv2j:0:406A16:0D:000:Practice 2nd Key ncv2j:0:000000:00:999:[ ------- Practice Speeds ------ ] ncv2j:0:4069C1:00:000:Stay blue until eaten ncv2j:0:4069C0:00:500:Stay blue until eaten (2/2):Actually stay blue for a long time 4069D0 & 4069D1 would do it properly but they would also override the other speeds regardless ncv2j:0:4069C1:00:000:Very Slow changeback ncv2j:0:4069C0:0F:500:Very Slow changeback (2/2) ncv2j:0:4069C1:00:000:Slow changeback ncv2j:0:4069C0:05:500:Slow changeback (2/2) ncv2j:0:4069C1:D0:000:Moderate changeback ncv2j:0:4069C0:02:500:Moderate changeback (2/2) ncv2j:0:4069C1:00:000:Quick changeback ncv2j:0:4069C0:01:500:Quick changeback (2/2) ncv2j:0:4069C1:80:000:Lightning changeback ncv2j:0:4069C0:00:500:Lightning changeback (2/2) ncv2j:0:4069C1:01:000:No change to blue ncv2j:0:4069C0:00:500:No change to blue (2/2) ncv2j:0:000000:00:999:[ -------- Ghost Status -------- ] ncv2j:0:4069AA:01:000:Red always blue ncv2j:0:4069AB:01:000:Pink always blue ncv2j:0:4069AC:01:000:Cyan always blue ncv2j:0:4069AD:01:000:Orange always blue ncv2j:0:000000:00:999:[ ] ncv2j:0:000000:00:999:[ Cheats for Pac-Man Arrangement ] ncv2j:0:000000:00:999:[ ] ncv2j:0:407A49:00:001:Finish this Round Now! :ncv2j:83100000:406E70:00000006:0000004E:Infinite Lives PL1 :ncv2j:83100000:406E78:00000002:00000060:Invincibility PL1:If you enable this when you are not flickering you will have to die first for it to work :ncv2j:83100000:406E74:00000006:0000004E:Infinite Lives PL2 :ncv2j:83100000:406E7C:00000002:00000060:Invincibility PL2:If you enable this when you are not flickering you will have to die first for it to work ncv2j:0:000000:00:999:[ ] ncv2j:0:000000:00:999:[ Cheats for Rally-X Arrangement ] ncv2j:0:000000:00:999:[ ] ncv2j:0:4070DC:09:000:Infinite Lives ncv2j:0:4070DA:3C:007:Infinite Fuel ncv2j:0:000000:00:999:[ ] ncv2j:0:000000:00:999:[ Cheats for Dig Dug Original ] ncv2j:0:000000:00:999:[ ] ncv2j:0:0BC5A4:4E:100:Infinite Lives ncv2j:0:0BC5A5:71:600:Infinite Lives (2/4) ncv2j:0:0BC5A6:4E:600:Infinite Lives (3/4) ncv2j:0:0BC5A7:71:600:Infinite Lives (4/4) ncv2j:0:000000:00:999:[ ] ncv2j:0:000000:00:999:[ Cheats for Dig Dug Arrangement ] ncv2j:0:000000:00:999:[ ] ncv2j:0:0CF104:4E:100:Infinite Lives ncv2j:0:0CF105:71:600:Infinite Lives (2/5) ncv2j:0:0CF106:4E:600:Infinite Lives (3/5) ncv2j:0:0CF107:71:600:Infinite Lives (4/5) ncv2j:0:0CF108:60:600:Infinite Lives (5/5) ; [ Nebulas Ray (World) ] nebulray:0:23BD6D:09:000:Infinite Credits nebulray:0:22A593:05:000:Infinite Lives PL1 nebulray:0:22A5BB:07:000:Infinite Bombs PL1 nebulray:0:22A55D:03:000:Invicibility PL1 nebulray:0:22A5A5:04:000:Always have Maximum Speed PL1 nebulray:0:22A5A7:04:000:Always have Max Shot PowerPL1 nebulray:0:22A5AB:00:000:Always have Windshot PL1 nebulray:0:22A5AB:01:000:Always have Growshot PL1 nebulray:0:22A5AB:00:001:Get Windshot Now! PL1 nebulray:0:22A5AB:01:001:Get Growshot Now! PL1 nebulray:0:22A5B2:04:000:Infinite Weapon Time PL1 nebulray:0:22A5B3:B0:500:Infinite Weapon Time PL1 (2/2) nebulray:0:22A5AF:00:000:Always have no Weapons PL1 nebulray:0:22A5AF:01:000:Always have the F Weapon PL1 nebulray:0:22A5AF:02:000:Always have the H Weapon PL1 nebulray:0:22A5AF:03:000:Always have the L Weapon PL1 nebulray:0:22A5AF:04:000:Always have the D Weapon PL1 nebulray:0:22A5AF:00:001:Lose All Weapons Now! PL2 nebulray:0:22A5AF:01:001:Get the F Weapon Now! PL1 nebulray:0:22A5AF:02:001:Get the H Weapon Now! PL1 nebulray:0:22A5AF:03:001:Get the L Weapon Now! PL1 nebulray:0:22A5AF:04:001:Get the D Weapon Now! PL1 :nebulray:00000000:23BDB7:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :nebulray:00010000:22A5B9:00000000:FFFFFFFF:Rapid Fire PL1 (2/3) :nebulray:00010000:22A5B1:00000000:FFFFFFFF:Rapid Fire PL1 (3/3) nebulray:0:22A677:05:000:Infinite Lives PL2 nebulray:0:22A69F:07:000:Infinite Bombs PL2 nebulray:0:22A641:03:000:Invicibility PL2 nebulray:0:22A689:04:000:Always have Maximum Speed PL2 nebulray:0:22A68B:04:000:Always have Max Shot PowerPL2 nebulray:0:22A68F:00:000:Always have Windshot PL2 nebulray:0:22A68F:01:000:Always have Growshot PL2 nebulray:0:22A68F:00:001:Get Windshot Now! PL2 nebulray:0:22A68F:01:001:Get Growshot Now! PL2 nebulray:0:22A696:04:000:Infinite Weapons Time PL2 nebulray:0:22A697:B0:500:Infinite Weapons Time PL2 (2/2) nebulray:0:22A693:00:000:Always have no Weapons PL2 nebulray:0:22A693:01:000:Always have the F Weapon PL2 nebulray:0:22A693:02:000:Always have the H Weapon PL2 nebulray:0:22A693:03:000:Always have the L Weapon PL2 nebulray:0:22A693:04:000:Always have the D Weapon PL2 nebulray:0:22A693:00:001:Lose All Weapons Now! PL2 nebulray:0:22A693:01:001:Get the F Weapon Now! PL2 nebulray:0:22A693:02:001:Get the H Weapon Now! PL2 nebulray:0:22A693:03:001:Get the L Weapon Now! PL2 nebulray:0:22A693:04:001:Get the D Weapon Now! PL2 :nebulray:00000000:23BDBF:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :nebulray:00010000:22A69D:00000000:FFFFFFFF:Rapid Fire PL2 (2/3) :nebulray:00010000:22A695:00000000:FFFFFFFF:Rapid Fire PL2 (3/3) ; [ Nebulas Ray (Japan) ] nebulryj:0:23BD6D:09:000:Infinite Credits nebulryj:0:22A593:05:000:Infinite Lives PL1 nebulryj:0:22A5BB:07:000:Infinite Bombs PL1 nebulryj:0:22A55D:03:000:Invicibility PL1 nebulryj:0:22A5A5:04:000:Always have Maximum Speed PL1 nebulryj:0:22A5A7:04:000:Always have Max Shot PowerPL1 nebulryj:0:22A5AB:00:000:Always have Windshot PL1 nebulryj:0:22A5AB:01:000:Always have Growshot PL1 nebulryj:0:22A5AB:00:001:Get Windshot Now! PL1 nebulryj:0:22A5AB:01:001:Get Growshot Now! PL1 nebulryj:0:22A5B2:04:000:Infinite Weapon Time PL1 nebulryj:0:22A5B3:B0:500:Infinite Weapon Time PL1 (2/2) nebulryj:0:22A5AF:00:000:Always have no Weapons PL1 nebulryj:0:22A5AF:01:000:Always have the F Weapon PL1 nebulryj:0:22A5AF:02:000:Always have the H Weapon PL1 nebulryj:0:22A5AF:03:000:Always have the L Weapon PL1 nebulryj:0:22A5AF:04:000:Always have the D Weapon PL1 nebulryj:0:22A5AF:00:001:Lose All Weapons Now! PL2 nebulryj:0:22A5AF:01:001:Get the F Weapon Now! PL1 nebulryj:0:22A5AF:02:001:Get the H Weapon Now! PL1 nebulryj:0:22A5AF:03:001:Get the L Weapon Now! PL1 nebulryj:0:22A5AF:04:001:Get the D Weapon Now! PL1 :nebulryj:00000000:23BDB7:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :nebulryj:00010000:22A5B9:00000000:FFFFFFFF:Rapid Fire PL1 (2/3) :nebulryj:00010000:22A5B1:00000000:FFFFFFFF:Rapid Fire PL1 (3/3) nebulryj:0:22A677:05:000:Infinite Lives PL2 nebulryj:0:22A69F:07:000:Infinite Bombs PL2 nebulryj:0:22A641:03:000:Invicibility PL2 nebulryj:0:22A689:04:000:Always have Maximum Speed PL2 nebulryj:0:22A68B:04:000:Always have Max Shot PowerPL2 nebulryj:0:22A68F:00:000:Always have Windshot PL2 nebulryj:0:22A68F:01:000:Always have Growshot PL2 nebulryj:0:22A68F:00:001:Get Windshot Now! PL2 nebulryj:0:22A68F:01:001:Get Growshot Now! PL2 nebulryj:0:22A696:04:000:Infinite Weapons Time PL2 nebulryj:0:22A697:B0:500:Infinite Weapons Time PL2 (2/2) nebulryj:0:22A693:00:000:Always have no Weapons PL2 nebulryj:0:22A693:01:000:Always have the F Weapon PL2 nebulryj:0:22A693:02:000:Always have the H Weapon PL2 nebulryj:0:22A693:03:000:Always have the L Weapon PL2 nebulryj:0:22A693:04:000:Always have the D Weapon PL2 nebulryj:0:22A693:00:001:Lose All Weapons Now! PL2 nebulryj:0:22A693:01:001:Get the F Weapon Now! PL2 nebulryj:0:22A693:02:001:Get the H Weapon Now! PL2 nebulryj:0:22A693:03:001:Get the L Weapon Now! PL2 nebulryj:0:22A693:04:001:Get the D Weapon Now! PL2 :nebulryj:00000000:23BDBF:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :nebulryj:00010000:22A69D:00000000:FFFFFFFF:Rapid Fire PL2 (2/3) :nebulryj:00010000:22A695:00000000:FFFFFFFF:Rapid Fire PL2 (3/3) ; [ Neck-n-Neck (v1.2) ] neckneck:0:282C:03:000:Infinite Credits neckneck:0:282D:E7:500:Infinite Credits (2/2) neckneck:0:3322:00:000:Infinite Time neckneck:0:3309:00:500:Infinite Time (2/3) neckneck:0:330A:00:500:Infinite Time (3/3) neckneck:0:3436:00:000:No 1 Horse always 1st:UNTESTED CHEAT ; [ Rettou Juudan Nekkyoku Janshi - Higashi Nippon Hen (Japan) ] nekkyoku:0:CE81:00:000:First card is 10 thousand nekkyoku:0:0000:00:999:[ The winning hand cheat must be activated when there ] nekkyoku:0:0000:00:999:[ are 14 tiles in your hand, then press the RON key ] nekkyoku:0:0000:00:999:[ ('Z' by default). The tiles do not visually change ] nekkyoku:0:0000:00:999:[ until you make a move. ] nekkyoku:0:CE81:30:000:Always winning hand nekkyoku:0:CE82:30:500:Always winning hand (02/14) nekkyoku:0:CE83:30:500:Always winning hand (03/14) nekkyoku:0:CE84:31:500:Always winning hand (04/14) nekkyoku:0:CE85:31:500:Always winning hand (05/14) nekkyoku:0:CE86:31:500:Always winning hand (06/14) nekkyoku:0:CE87:32:500:Always winning hand (07/14) nekkyoku:0:CE88:32:500:Always winning hand (08/14) nekkyoku:0:CE89:32:500:Always winning hand (09/14) nekkyoku:0:CE8A:33:500:Always winning hand (10/14) nekkyoku:0:CE8B:33:500:Always winning hand (11/14) nekkyoku:0:CE8C:33:500:Always winning hand (12/14) nekkyoku:0:CE8D:34:500:Always winning hand (13/14) nekkyoku:0:CE8E:34:500:Always winning hand (14/14) nekkyoku:0:CE81:30:001:Get winning hand Now!:Not working yet ! nekkyoku:0:CE82:30:501:Get winning hand Now! (02/14) nekkyoku:0:CE83:30:501:Get winning hand Now! (03/14) nekkyoku:0:CE84:31:501:Get winning hand Now! (04/14) nekkyoku:0:CE85:31:501:Get winning hand Now! (05/14) nekkyoku:0:CE86:31:501:Get winning hand Now! (06/14) nekkyoku:0:CE87:32:501:Get winning hand Now! (07/14) nekkyoku:0:CE88:32:501:Get winning hand Now! (08/14) nekkyoku:0:CE89:32:501:Get winning hand Now! (09/14) nekkyoku:0:CE8A:33:501:Get winning hand Now! (10/14) nekkyoku:0:CE8B:33:501:Get winning hand Now! (11/14) nekkyoku:0:CE8C:33:501:Get winning hand Now! (12/14) nekkyoku:0:CE8D:34:501:Get winning hand Now! (13/14) nekkyoku:0:CE8E:34:501:Get winning hand Now! (14/14) :nekkyoku:00000006:CE81:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :nekkyoku:00000006:CA81:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. nekkyoku:0:0000:00:999:[ Here is the look-up list for ] nekkyoku:0:0000:00:999:[ the above watches. ] nekkyoku:0:0000:00:999:[ ] nekkyoku:0:0000:00:999:[ value common name chinese name ] nekkyoku:0:0000:00:999:[ ??h - no tile - ] nekkyoku:0:0000:00:999:[ 00h 1 "characters" 1 "wan" ] nekkyoku:0:0000:00:999:[ 01h 2 "characters" 2 "wan" ] nekkyoku:0:0000:00:999:[ 02h 3 "characters" 3 "wan" ] nekkyoku:0:0000:00:999:[ 03h 4 "characters" 4 "wan" ] nekkyoku:0:0000:00:999:[ 04h 5 "characters" 5 "wan" ] nekkyoku:0:0000:00:999:[ 05h 6 "characters" 6 "wan" ] nekkyoku:0:0000:00:999:[ 06h 7 "characters" 7 "wan" ] nekkyoku:0:0000:00:999:[ 07h 8 "characters" 8 "wan" ] nekkyoku:0:0000:00:999:[ 08h 9 "characters" 9 "wan" ] nekkyoku:0:0000:00:999:[ 10h 1 "dots" 1 "tung" ] nekkyoku:0:0000:00:999:[ 11h 2 "dots" 2 "tung" ] nekkyoku:0:0000:00:999:[ 12h 3 "dots" 3 "tung" ] nekkyoku:0:0000:00:999:[ 13h 4 "dots" 4 "tung" ] nekkyoku:0:0000:00:999:[ 14h 5 "dots" 5 "tung" ] nekkyoku:0:0000:00:999:[ 15h 6 "dots" 6 "tung" ] nekkyoku:0:0000:00:999:[ 16h 7 "dots" 7 "tung" ] nekkyoku:0:0000:00:999:[ 17h 8 "dots" 8 "tung" ] nekkyoku:0:0000:00:999:[ 18h 9 "dots" 9 "tung" ] nekkyoku:0:0000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] nekkyoku:0:0000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] nekkyoku:0:0000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] nekkyoku:0:0000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] nekkyoku:0:0000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] nekkyoku:0:0000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] nekkyoku:0:0000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] nekkyoku:0:0000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] nekkyoku:0:0000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] nekkyoku:0:0000:00:999:[ 30h East "wind" ] nekkyoku:0:0000:00:999:[ 31h South "wind" ] nekkyoku:0:0000:00:999:[ 32h West "wind" ] nekkyoku:0:0000:00:999:[ 33h North "wind" ] nekkyoku:0:0000:00:999:[ 34h White "dragon" ] nekkyoku:0:0000:00:999:[ 35h Green "dragon" ] nekkyoku:0:0000:00:999:[ 36h Red "dragon" ] ; [ Nemesis ] nemesis:0:0602A0:05:000:Infinite Lives nemesis:0:060800:01:000:Invincibility nemesis:0:06080A:02:500:Invincibility (2/3) nemesis:0:060819:00:500:Invincibility (3/3) nemesis:0:06080E:02:000:Constant Speedup Speed=2 nemesis:0:06080E:03:000:Constant Speedup Speed=3 nemesis:0:06080E:04:000:Constant Speedup Speed=4 nemesis:0:06080E:05:000:Constant Speedup Speed=5 nemesis:0:06080E:06:000:Constant Speedup Speed=6-FULL nemesis:0:060825:01:000:Constant Missile nemesis:0:060827:01:000:Constant Double nemesis:0:060827:02:000:Constant Laser nemesis:0:0602AC:05:000:Infinite 5 Coins nemesis:0:0602AC:06:000:Infinite 6 Coins nemesis:0:0605E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Nemesis (World?) ] nemesuk:0:0602A0:05:000:Infinite Lives nemesuk:0:060800:01:000:Invincibility nemesuk:0:06080A:02:500:Invincibility (2/3) nemesuk:0:060819:00:500:Invincibility (3/3) nemesuk:0:06080E:02:000:Constant Speedup Speed=2 nemesuk:0:06080E:03:000:Constant Speedup Speed=3 nemesuk:0:06080E:04:000:Constant Speedup Speed=4 nemesuk:0:06080E:05:000:Constant Speedup Speed=5 nemesuk:0:06080E:06:000:Constant Speedup Speed=6-FULL nemesuk:0:060825:01:000:Constant Missile nemesuk:0:060827:01:000:Constant Double nemesuk:0:060827:02:000:Constant Laser nemesuk:0:0602AC:05:000:Infinite 5 Coins nemesuk:0:0602AC:06:000:Infinite 6 Coins nemesuk:0:0605E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Nemo (World 901130) ] nemo:0:FF8525:59:000:Infinite Time nemo:0:FF8398:0A:000:Infinite Lives PL1 nemo:0:FF838F:30:000:Invincibility PL1 nemo:0:FF838D:08:000:Infinite S. Attacks PL1 nemo:0:FF838C:01:500:Infinite S. Attacks PL1 (2/2) nemo:0:FF8498:0A:000:Infinite Lives PL2 nemo:0:FF848F:30:000:Invincibility PL2 nemo:0:FF848D:08:000:Infinite S. Attacks PL2 nemo:0:FF848C:01:500:Infinite S. Attacks PL2 (2/2) nemo:0:FFCCAF:00:000:Kill the Round 3&5 Boss nemo:0:FFB12F:00:000:Kill the Round 4 Boss ; [ Nemo (Japan 901120) ] nemoj:0:FF8525:59:000:Infinite Time nemoj:0:FF8398:0A:000:Infinite Lives PL1 nemoj:0:FF838F:30:000:Invincibility PL1 nemoj:0:FF838D:08:000:Infinite S. Attacks PL1 nemoj:0:FF838C:01:500:Infinite S. Attacks PL1 (2/2) nemoj:0:FF8498:0A:000:Infinite Lives PL2 nemoj:0:FF848F:30:000:Invincibility PL2 nemoj:0:FF848D:08:000:Infinite S. Attacks PL2 nemoj:0:FF848C:01:500:Infinite S. Attacks PL2 (2/2) nemoj:0:FFCCAF:00:000:Kill the Round 3&5 Boss nemoj:0:FFB12F:00:000:Kill the Round 4 Boss ; [ SD Gundam Neo Battling (Japan) ] neobattl:0:200691:09:000:Infinite Credits neobattl:0:2007CB:0A:000:Infinite Lives PL1 neobattl:0:2007CF:05:000:Infinite Energy PL1 neobattl:0:2007DD:03:000:Invincibility PL1 :neobattl:00000009:2007E9:00000001:00000008:Change Weapon Now! PL1:Assign this cheat to an Activation Key for the best effect (let's you cycle through the weapons during play by pressing one key) :neobattl:00010011:2007E9:00000000:00000006:Change Weapon Now! PL1 (2/2) neobattl:0:200807:0A:000:Infinite Lives PL2 neobattl:0:20080B:05:000:Infinite Energy PL2 neobattl:0:200819:03:000:Invincibility PL2 :neobattl:00000009:200825:00000001:00000008:Change Weapon Now! PL2:Assign this cheat to an Activation Key for the best effect (let's you cycle through the weapons during play by pressing one key) :neobattl:00010011:200825:00000000:00000006:Change Weapon Now! PL2 (2/2) ; [ Neo Bomberman ] neobombe:0:000000:00:999:[ Activate all these cheats during play only ] neobombe:0:000000:00:999:[ or they may not work at all!!!! ] neobombe:0:10A877:00:000:Displayed door always open neobombe:0:10A877:00:001:Open displayed door Now! neobombe:0:101658:09:000:Infinite Lives PL1 neobombe:0:101655:FF:000:Invincibility PL1 neobombe:0:101656:FF:000:Max Speed PL1 neobombe:0:101671:05:000:Max Firepower PL1 neobombe:0:101672:00:000:Simultaneous Bombs PL1 neobombe:0:1016D8:09:000:Infinite Lives PL2 neobombe:0:1016D5:FF:000:Invincibility PL2 neobombe:0:1016D6:FF:000:Max Speed PL2 neobombe:0:1016F1:05:000:Max Firepower PL2 neobombe:0:1016F2:00:000:Simultaneous Bombs PL2 neobombe:0:1017FF:59:000:Infinite Time on Level 1-1 neobombe:0:1035FF:59:000:Infinite Time on Level 1-2 neobombe:0:101EFF:59:000:Infinite Time on Level 1-3 neobombe:0:10247F:59:000:Infinite Time on Level 1-4 neobombe:0:1011FF:59:000:Infinite Time on Level 1-5 neobombe:0:100A7F:59:000:Infinite Time on Level 1-6 neobombe:0:10197F:59:000:Infinite Time on Level 2-1 neobombe:0:10267F:59:000:Infinite Time on Level 2-2 neobombe:0:1001FF:59:000:Infinite Time on Level 2-3 neobombe:0:100A7F:59:000:Infinite Time on Level 2-4 neobombe:0:100CFF:59:000:Infinite Time on Level 2-5 neobombe:0:10277F:59:000:Infinite Time on Level 2-6 :neobombe:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :neobombe:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :neobombe:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Neo-Geo Cup '98 - The Road to the Victory ] neocup98:0:10517C:00:000:Infinite Time neocup98:0:10517B:00:500:Infinite Time (2/2) neocup98:0:10517C:00:001:Finish this Game Now!:May be a slight delay neocup98:0:10517B:30:501:Finish this Game Now! (2/2) neocup98:0:1051EA:00:000:Score always 0 PL1 neocup98:0:1051EA:63:000:Score always 99 PL1 neocup98:0:1051EA:00:001:Set score = 0 Now! PL1 neocup98:0:1051EA:63:001:Set score = 99 Now! PL1 neocup98:0:1051EA:63:070:Select score Now! PL1 neocup98:0:1051EE:00:000:Score always = 0 PL2 neocup98:0:1051EE:63:000:Score always = 99 PL2 neocup98:0:1051EE:00:001:Set score = 0 Now! PL2 neocup98:0:1051EE:63:001:Set score = 99 Now! PL2 neocup98:0:1051EE:63:070:Select score Now! PL2 :neocup98:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :neocup98:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :neocup98:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Neo Drift Out - New Technology ] neodrift:0:103334:17:000:Infinite Time neodrift:0:103335:70:500:Infinite Time (2/2) neodrift:0:103378:00:000:Stop Total Time [Practice Stage] neodrift:0:103379:00:500:Stop Total Time [Practice Stage] (2/2) neodrift:0:10339A:00:000:Stop Total Time [Stage 1] neodrift:0:10339B:00:500:Stop Total Time [Stage 1] (2/2) neodrift:0:1033BC:00:000:Stop Total Time [Stage 2] neodrift:0:1033BD:00:500:Stop Total Time [Stage 2] (2/2) neodrift:0:1033DE:00:000:Stop Total Time [Stage 3] neodrift:0:1033DF:00:500:Stop Total Time [Stage 3] (2/2) neodrift:0:103400:00:000:Stop Total Time [Stage 4] neodrift:0:103401:00:500:Stop Total Time [Stage 4] (2/2) neodrift:0:103422:00:000:Stop Total Time [Stage 5] neodrift:0:103423:00:500:Stop Total Time [Stage 5] (2/2) neodrift:0:103444:00:000:Stop Total Time [Stage 6] neodrift:0:103445:00:500:Stop Total Time [Stage 6] (2/2) :neodrift:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :neodrift:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :neodrift:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Neo Mr. Do! ] neomrdo:0:104257:63:000:Infinite "EXTRA" Bonus Stage Time neomrdo:0:10465A:03:000:Infinite Lives PL1 neomrdo:0:10465B:E7:500:Infinite Lives PL1 (2/2) neomrdo:0:100E55:02:000:Invincibility PL1 neomrdo:0:10465C:03:000:Infinite Lives PL2 neomrdo:0:10465D:E7:500:Infinite Lives PL2 (2/2) neomrdo:0:100E71:02:000:Invincibility PL2 :neomrdo:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :neomrdo:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :neomrdo:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Mahjong Neruton Haikujirada (Japan) ] neruton:0:6A90:63:000:Infinite Credits neruton:0:0000:00:999:[ The winning hand cheat must be ] neruton:0:0000:00:999:[ activated when there are 14 tiles ] neruton:0:0000:00:999:[ in your hand, then press the RON ] neruton:0:0000:00:999:[ key ('Z' by default). The tiles do ] neruton:0:0000:00:999:[ not visually change until you make ] neruton:0:0000:00:999:[ a move. ] :neruton:00300001:65C0:32313131:FFFFFFFF:Get winning hand Now! :neruton:00310001:65C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :neruton:00310001:65C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :neruton:00110001:65CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :neruton:00300000:65C0:32313131:FFFFFFFF:Always Winning Hand :neruton:00310000:65C4:35353532:FFFFFFFF:Always Winning Hand (2/4) :neruton:00310000:65C8:37363636:FFFFFFFF:Always Winning Hand (3/4) :neruton:00110000:65CC:00003737:FFFFFFFF:Always Winning Hand (4/4) :neruton:00300000:6A10:09090900:FFFFFFFF:Infinite Score - Player :neruton:00310000:6A14:09090909:FFFFFFFF:Infinite Score - Player (2/2) :neruton:00300000:6A00:09090901:FFFFFFFF:Always Minus Score - CPU :neruton:00310000:6A04:09090909:FFFFFFFF:Always Minus Score - CPU (2/2) neruton:0:0000:00:999:[ Select Items ] :neruton:00800000:69DF:00000005:FFFFFFFF:Get 5 Tiles with TENPAI :neruton:00800000:69E0:00000001:FFFFFFFF:Open CPU Tiles :neruton:00800000:69E2:00000001:FFFFFFFF:Free TSUMO in 10 Second :neruton:00800000:69E8:00000001:FFFFFFFF:Open All DORA :neruton:00800000:69F4:00000001:FFFFFFFF:Stop CPU Winning :neruton:00900000:69E5:00000101:FFFFFFFF:Ignore CPU RON :neruton:00800000:69F2:00000001:FFFFFFFF:Change to YAKUMAN after REACH :neruton:00000100:6E66:00000007:FFFFFFFF:Select Gal :neruton:00000500:6A67:00000007:FFFFFFFF:Select Stage ; [ Nettoh Quiz Champion (Japan) ] nettoqc:0:FF01B3:63:000:Infinite Credits :nettoqc:00000020:FF149C:0000000A:FFFFFFFF:Infinite Time :nettoqc:000000E6:FF0F14:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer nettoqc:0:FF0F68:05:000:Infinite Lives PL1 nettoqc:0:FF0FCA:05:000:Infinite Lives PL2 ; [ Net Wars ] netwars:0:58C5:63:000:Infinite Time:For bonus stages :netwars:20800000:196F:00000000:FFFFFFFF:Invincibility :netwars:00000000:58EA:00000000:00000020:Rapid Fire netwars:0:582B:09:000:Infinite Lives PL1 netwars:0:582F:00:001:Finish this Level Now! PL1 netwars:0:582C:09:000:Infinite Lives PL2 netwars:0:5830:00:001:Finish this Level Now! PL2 ; [ New Atomic Punk - Global Quest (US) ] newapunk:0:A0C1A:09:000:Infinite Time newapunk:0:A0C19:99:500:Infinite Time (2/2) newapunk:0:A3902:00:001:Finish this Level Now!:To be used "Normal Mode" only newapunk:0:A0055:99:000:Infinite Credits PL1 newapunk:0:A0BB3:09:000:Infinite Lives PL1 newapunk:0:A0BB4:03:000:Maximum Speed PL1 newapunk:0:A0BB6:07:000:Maximum Flame Length PL1 newapunk:0:A0BB8:08:000:Maximum Bombs PL1 newapunk:0:A0BBA:99:000:Maximum Extra Bombs PL1 newapunk:0:A1128:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only newapunk:0:A1128:20:041:Invincibility "OFF" PL1 newapunk:0:A0BB9:00:000:Always have Normal Bombs PL1 newapunk:0:A0BB9:01:000:Always have Manual Bombs PL1 newapunk:0:A0BB9:02:000:Always have Split Bombs PL1 newapunk:0:A0BB9:00:001:Get Normal Bombs Now! PL1 newapunk:0:A0BB9:01:001:Get Manual Bombs Now! PL1 newapunk:0:A0BB9:02:001:Get Split Bombs Now! PL1 newapunk:0:A0056:99:000:Infinite Credits PL2 newapunk:0:A0BC3:09:000:Infinite Lives PL2 newapunk:0:A0BC4:03:000:Maximum Speed PL2 newapunk:0:A0BC6:07:000:Maximum Flame Length PL2 newapunk:0:A0BC8:08:000:Maximum Bombs PL2 newapunk:0:A0BCA:99:000:Maximum Extra Bombs PL2 newapunk:0:A1168:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only newapunk:0:A1168:20:041:Invincibility "OFF" PL2 newapunk:0:A0BC9:00:000:Always have Normal Bombs PL2 newapunk:0:A0BC9:01:000:Always have Manual Bombs PL2 newapunk:0:A0BC9:02:000:Always have Split Bombs PL2 newapunk:0:A0BC9:00:001:Get Normal Bombs Now! PL2 newapunk:0:A0BC9:01:001:Get Manual Bombs Now! PL2 newapunk:0:A0BC9:02:001:Get Split Bombs Now! PL2 newapunk:0:A0057:99:000:Infinite Credits PL3 newapunk:0:A0BD3:09:000:Infinite Lives PL3 newapunk:0:A0BD4:03:000:Maximum Speed PL3 newapunk:0:A0BD6:07:000:Maximum Flame Length PL3 newapunk:0:A0BD8:08:000:Maximum Bombs PL3 newapunk:0:A0BDA:99:000:Maximum Extra Bombs PL3 newapunk:0:A11A8:20:020:Invincibility "ON" PL3:To be used "Normal Mode" only newapunk:0:A11A8:20:041:Invincibility "OFF" PL3 newapunk:0:A0BD9:00:000:Always have Normal Bombs PL3 newapunk:0:A0BD9:01:000:Always have Manual Bombs PL3 newapunk:0:A0BD9:02:000:Always have Split Bombs PL3 newapunk:0:A0BD9:00:001:Get Normal Bombs Now! PL3 newapunk:0:A0BD9:01:001:Get Manual Bombs Now! PL3 newapunk:0:A0BD9:02:001:Get Split Bombs Now! PL3 newapunk:0:A0058:99:000:Infinite Credits PL4 newapunk:0:A0BE3:09:000:Infinite Lives PL4 newapunk:0:A0BE4:03:000:Maximum Speed PL4 newapunk:0:A0BE6:07:000:Maximum Flame Length PL4 newapunk:0:A0BE8:08:000:Maximum Bombs PL4 newapunk:0:A0BEA:99:000:Maximum Extra Bombs PL4 newapunk:0:A11E8:20:020:Invincibility "ON" PL4:To be used "Normal Mode" only newapunk:0:A11E8:20:041:Invincibility "OFF" PL4 newapunk:0:A0BE9:00:000:Always have Normal Bombs PL4 newapunk:0:A0BE9:01:000:Always have Manual Bombs PL4 newapunk:0:A0BE9:02:000:Always have Split Bombs PL4 newapunk:0:A0BE9:00:001:Get Normal Bombs Now! PL4 newapunk:0:A0BE9:01:001:Get Manual Bombs Now! PL4 newapunk:0:A0BE9:02:001:Get Split Bombs Now! PL4 ; [ New Fantasia ] newfant:0:C80F82:09:000:Infinite Credits newfant:0:C82674:09:000:Infinite Time newfant:0:C82675:3C:500:Infinite Time (2/2) newfant:0:C8261B:14:000:Infinite Energy:Display isn't correct newfant:0:C82761:64:001:End round with 100% Now! newfant:0:C82763:00:501:End round with 100% Now!(2/2) newfant:0:C82662:03:000:Infinite Lives PL1 newfant:0:C82663:03:000:Infinite Lives PL2 ; [ Newpuc2 ] newpuc2:0:4E14:06:000:Infinite Lives newpuc2:0:4E15:05:500:Infinite Lives (2/2) :newpuc2:20A00000:1774:003E60C3:FFFFFFFF:Invincibility :newpuc2:20A10000:3E60:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3E60, 2nd = and a/jp nz, $3E67 :newpuc2:20B10000:3E63:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :newpuc2:20B10000:3E67:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :newpuc2:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. newpuc2:0:4E0E:F4:001:Finish this Level Now! newpuc2:0:0000:00:999:[ ------- Starting Levels ------ ] newpuc2:0:0000:00:999:[ Deactivate the cheats after ] newpuc2:0:0000:00:999:[ starting the level or leave them] newpuc2:0:0000:00:999:[ active to repeat the level. ] newpuc2:0:4E0A:7E:000:Start at Strawberry newpuc2:0:4E13:01:500:Start at Strawberry (2/2) newpuc2:0:4E0A:7F:000:Start at 1st Orange newpuc2:0:4E13:02:500:Start at 1st Orange (2/2) newpuc2:0:4E0A:80:000:Start at 2nd Orange newpuc2:0:4E13:03:500:Start at 2nd Orange (2/2) newpuc2:0:4E0A:81:000:Start at 1st Apple newpuc2:0:4E13:04:500:Start at 1st Apple (2/2) newpuc2:0:4E0A:82:000:Start at 2nd Apple newpuc2:0:4E13:05:500:Start at 2nd Apple (2/2) newpuc2:0:4E0A:83:000:Start at 1st Pineapple newpuc2:0:4E13:06:500:Start at 1st Pineapple (2/2) newpuc2:0:4E0A:84:000:Start at 2nd Pineapple newpuc2:0:4E13:07:500:Start at 2nd Pineapple (2/2) newpuc2:0:4E0A:85:000:Start at 1st Galaxian newpuc2:0:4E13:08:500:Start at 1st Galaxian (2/2) newpuc2:0:4E0A:86:000:Start at 2nd Galaxian newpuc2:0:4E13:09:500:Start at 2nd Galaxian (2/2) newpuc2:0:4E0A:87:000:Start at 1st Bell newpuc2:0:4E13:0A:500:Start at 1st Bell (2/2) newpuc2:0:4E0A:88:000:Start at 2nd Bell newpuc2:0:4E13:0B:500:Start at 2nd Bell (2/2) newpuc2:0:4E0A:87:000:Start at 1st Key newpuc2:0:4E13:0C:500:Start at 1st Key (2/2) newpuc2:0:4E0A:88:000:Start at 2nd Key newpuc2:0:4E13:0D:500:Start at 2nd Key (2/2) newpuc2:0:0000:00:999:[ ------- Practice Levels ------ ] newpuc2:0:4E13:00:000:Practice Cherry newpuc2:0:4E13:01:000:Practice Strawberry newpuc2:0:4E13:02:000:Practice 1st Orange newpuc2:0:4E13:03:000:Practice 2nd Orange newpuc2:0:4E13:04:000:Practice 1st Apple newpuc2:0:4E13:05:000:Practice 2nd Apple newpuc2:0:4E13:06:000:Practice 1st Pineapple newpuc2:0:4E13:07:000:Practice 2nd Pineapple newpuc2:0:4E13:08:000:Practice 1st Galaxian newpuc2:0:4E13:09:000:Practice 2nd Galaxian newpuc2:0:4E13:0A:000:Practice 1st Bell newpuc2:0:4E13:0B:000:Practice 2nd Bell newpuc2:0:4E13:0C:000:Practice 1st Key newpuc2:0:4E13:0D:000:Practice 2nd Key newpuc2:0:4E13:FF:000:Split-Screen (Unplayable) newpuc2:0:4E13:FE:000:No maze or dots(Unfinishable) newpuc2:0:0000:00:999:[ ------- Practice Speeds ------ ] newpuc2:0:4DBD:00:000:Stay blue until eaten newpuc2:0:4DBE:00:500:Stay blue until eaten (2/2) newpuc2:0:4DBD:58:000:Slow changeback newpuc2:0:4DBE:02:500:Slow changeback (2/2) newpuc2:0:4DBD:68:000:Moderate changeback newpuc2:0:4DBE:01:500:Moderate changeback (2/2) newpuc2:0:4DBD:F0:000:Quick changeback newpuc2:0:4DBE:00:500:Quick changeback (2/2) newpuc2:0:4DBD:78:000:Lightning changeback newpuc2:0:4DBE:00:500:Lightning changeback (2/2) newpuc2:0:4DBD:01:000:No change to blue newpuc2:0:4DBE:00:500:No change to blue (2/2) newpuc2:0:0000:00:999:[ -------- Ghost Status -------- ] newpuc2:0:4DA7:01:000:Red always blue newpuc2:0:4DA8:01:000:Pink always blue newpuc2:0:4DA9:01:000:Green always blue newpuc2:0:4DAA:01:000:Orange always blue newpuc2:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Newpuc2 (set 2) ] newpuc2b:0:4E14:06:000:Infinite Lives newpuc2b:0:4E15:05:500:Infinite Lives (2/2) :newpuc2b:20A00000:1774:003E60C3:FFFFFFFF:Invincibility :newpuc2b:20A10000:3E60:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3E60, 2nd = and a/jp nz, $3E67 :newpuc2b:20B10000:3E63:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :newpuc2b:20B10000:3E67:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :newpuc2b:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. newpuc2b:0:4E0E:F4:001:Finish this Level Now! newpuc2b:0:0000:00:999:[ ------- Starting Levels ------ ] newpuc2b:0:0000:00:999:[ Deactivate the cheats after ] newpuc2b:0:0000:00:999:[ starting the level or leave them] newpuc2b:0:0000:00:999:[ active to repeat the level. ] newpuc2b:0:4E0A:7E:000:Start at Strawberry newpuc2b:0:4E13:01:500:Start at Strawberry (2/2) newpuc2b:0:4E0A:7F:000:Start at 1st Orange newpuc2b:0:4E13:02:500:Start at 1st Orange (2/2) newpuc2b:0:4E0A:80:000:Start at 2nd Orange newpuc2b:0:4E13:03:500:Start at 2nd Orange (2/2) newpuc2b:0:4E0A:81:000:Start at 1st Apple newpuc2b:0:4E13:04:500:Start at 1st Apple (2/2) newpuc2b:0:4E0A:82:000:Start at 2nd Apple newpuc2b:0:4E13:05:500:Start at 2nd Apple (2/2) newpuc2b:0:4E0A:83:000:Start at 1st Pineapple newpuc2b:0:4E13:06:500:Start at 1st Pineapple (2/2) newpuc2b:0:4E0A:84:000:Start at 2nd Pineapple newpuc2b:0:4E13:07:500:Start at 2nd Pineapple (2/2) newpuc2b:0:4E0A:85:000:Start at 1st Galaxian newpuc2b:0:4E13:08:500:Start at 1st Galaxian (2/2) newpuc2b:0:4E0A:86:000:Start at 2nd Galaxian newpuc2b:0:4E13:09:500:Start at 2nd Galaxian (2/2) newpuc2b:0:4E0A:87:000:Start at 1st Bell newpuc2b:0:4E13:0A:500:Start at 1st Bell (2/2) newpuc2b:0:4E0A:88:000:Start at 2nd Bell newpuc2b:0:4E13:0B:500:Start at 2nd Bell (2/2) newpuc2b:0:4E0A:87:000:Start at 1st Key newpuc2b:0:4E13:0C:500:Start at 1st Key (2/2) newpuc2b:0:4E0A:88:000:Start at 2nd Key newpuc2b:0:4E13:0D:500:Start at 2nd Key (2/2) newpuc2b:0:0000:00:999:[ ------- Practice Levels ------ ] newpuc2b:0:4E13:00:000:Practice Cherry newpuc2b:0:4E13:01:000:Practice Strawberry newpuc2b:0:4E13:02:000:Practice 1st Orange newpuc2b:0:4E13:03:000:Practice 2nd Orange newpuc2b:0:4E13:04:000:Practice 1st Apple newpuc2b:0:4E13:05:000:Practice 2nd Apple newpuc2b:0:4E13:06:000:Practice 1st Pineapple newpuc2b:0:4E13:07:000:Practice 2nd Pineapple newpuc2b:0:4E13:08:000:Practice 1st Galaxian newpuc2b:0:4E13:09:000:Practice 2nd Galaxian newpuc2b:0:4E13:0A:000:Practice 1st Bell newpuc2b:0:4E13:0B:000:Practice 2nd Bell newpuc2b:0:4E13:0C:000:Practice 1st Key newpuc2b:0:4E13:0D:000:Practice 2nd Key newpuc2b:0:4E13:FF:000:Split-Screen (Unplayable) newpuc2b:0:4E13:FE:000:No maze or dots(Unfinishable) newpuc2b:0:0000:00:999:[ ------- Practice Speeds ------ ] newpuc2b:0:4DBD:00:000:Stay blue until eaten newpuc2b:0:4DBE:00:500:Stay blue until eaten (2/2) newpuc2b:0:4DBD:58:000:Slow changeback newpuc2b:0:4DBE:02:500:Slow changeback (2/2) newpuc2b:0:4DBD:68:000:Moderate changeback newpuc2b:0:4DBE:01:500:Moderate changeback (2/2) newpuc2b:0:4DBD:F0:000:Quick changeback newpuc2b:0:4DBE:00:500:Quick changeback (2/2) newpuc2b:0:4DBD:78:000:Lightning changeback newpuc2b:0:4DBE:00:500:Lightning changeback (2/2) newpuc2b:0:4DBD:01:000:No change to blue newpuc2b:0:4DBE:00:500:No change to blue (2/2) newpuc2b:0:0000:00:999:[ -------- Ghost Status -------- ] newpuc2b:0:4DA7:01:000:Red always blue newpuc2b:0:4DA8:01:000:Pink always blue newpuc2b:0:4DA9:01:000:Green always blue newpuc2b:0:4DAA:01:000:Orange always blue newpuc2b:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ New Puck-X ] newpuckx:0:4E14:06:000:Infinite Lives newpuckx:0:4E15:05:500:Infinite Lives (2/2) :newpuckx:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :newpuckx:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :newpuckx:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :newpuckx:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :newpuckx:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. newpuckx:0:4E0E:F4:001:Finish this Level Now! newpuckx:0:0000:00:999:[ ------- Starting Levels ------ ] newpuckx:0:0000:00:999:[ Deactivate the cheats after ] newpuckx:0:0000:00:999:[ starting the level or leave them] newpuckx:0:0000:00:999:[ active to repeat the level. ] newpuckx:0:4E0A:7E:000:Start at Strawberry newpuckx:0:4E13:01:500:Start at Strawberry (2/2) newpuckx:0:4E0A:7F:000:Start at 1st Orange newpuckx:0:4E13:02:500:Start at 1st Orange (2/2) newpuckx:0:4E0A:80:000:Start at 2nd Orange newpuckx:0:4E13:03:500:Start at 2nd Orange (2/2) newpuckx:0:4E0A:81:000:Start at 1st Apple newpuckx:0:4E13:04:500:Start at 1st Apple (2/2) newpuckx:0:4E0A:82:000:Start at 2nd Apple newpuckx:0:4E13:05:500:Start at 2nd Apple (2/2) newpuckx:0:4E0A:83:000:Start at 1st Pineapple newpuckx:0:4E13:06:500:Start at 1st Pineapple (2/2) newpuckx:0:4E0A:84:000:Start at 2nd Pineapple newpuckx:0:4E13:07:500:Start at 2nd Pineapple (2/2) newpuckx:0:4E0A:85:000:Start at 1st Galaxian newpuckx:0:4E13:08:500:Start at 1st Galaxian (2/2) newpuckx:0:4E0A:86:000:Start at 2nd Galaxian newpuckx:0:4E13:09:500:Start at 2nd Galaxian (2/2) newpuckx:0:4E0A:87:000:Start at 1st Bell newpuckx:0:4E13:0A:500:Start at 1st Bell (2/2) newpuckx:0:4E0A:88:000:Start at 2nd Bell newpuckx:0:4E13:0B:500:Start at 2nd Bell (2/2) newpuckx:0:4E0A:87:000:Start at 1st Key newpuckx:0:4E13:0C:500:Start at 1st Key (2/2) newpuckx:0:4E0A:88:000:Start at 2nd Key newpuckx:0:4E13:0D:500:Start at 2nd Key (2/2) newpuckx:0:0000:00:999:[ ------- Practice Levels ------ ] newpuckx:0:4E13:00:000:Practice Cherry newpuckx:0:4E13:01:000:Practice Strawberry newpuckx:0:4E13:02:000:Practice 1st Orange newpuckx:0:4E13:03:000:Practice 2nd Orange newpuckx:0:4E13:04:000:Practice 1st Apple newpuckx:0:4E13:05:000:Practice 2nd Apple newpuckx:0:4E13:06:000:Practice 1st Pineapple newpuckx:0:4E13:07:000:Practice 2nd Pineapple newpuckx:0:4E13:08:000:Practice 1st Galaxian newpuckx:0:4E13:09:000:Practice 2nd Galaxian newpuckx:0:4E13:0A:000:Practice 1st Bell newpuckx:0:4E13:0B:000:Practice 2nd Bell newpuckx:0:4E13:0C:000:Practice 1st Key newpuckx:0:4E13:0D:000:Practice 2nd Key newpuckx:0:4E13:FF:000:Split-Screen (Unplayable) newpuckx:0:4E13:FE:000:No maze or dots(Unfinishable) newpuckx:0:0000:00:999:[ ------- Practice Speeds ------ ] newpuckx:0:4DBD:00:000:Stay blue until eaten newpuckx:0:4DBE:00:500:Stay blue until eaten (2/2) newpuckx:0:4DBD:58:000:Slow changeback newpuckx:0:4DBE:02:500:Slow changeback (2/2) newpuckx:0:4DBD:68:000:Moderate changeback newpuckx:0:4DBE:01:500:Moderate changeback (2/2) newpuckx:0:4DBD:F0:000:Quick changeback newpuckx:0:4DBE:00:500:Quick changeback (2/2) newpuckx:0:4DBD:78:000:Lightning changeback newpuckx:0:4DBE:00:500:Lightning changeback (2/2) newpuckx:0:4DBD:01:000:No change to blue newpuckx:0:4DBE:00:500:No change to blue (2/2) newpuckx:0:0000:00:999:[ -------- Ghost Status -------- ] newpuckx:0:4DA7:01:000:Red always blue newpuckx:0:4DA8:01:000:Pink always blue newpuckx:0:4DA9:01:000:Green always blue newpuckx:0:4DAA:01:000:Orange always blue newpuckx:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ News (set 1) ] news:0:E4AF:09:000:Infinite Helps news:0:0000:00:999:[ These cheats allow you to change ] news:0:0000:00:999:[ the colour of the blobs. Now! are ] news:0:0000:00:999:[ Temporary and always is Permanent. ] :news:62000001:E4A1:00000000:FFFFFFFF:Current Top Blob Now! = :news:00010001:E4A1:00000001:FFFFFFFF:Red :news:00010001:E4A1:00000002:FFFFFFFF:Yellow :news:00010001:E4A1:00000003:FFFFFFFF:Purple :news:00010001:E4A1:00000004:FFFFFFFF:Green :news:00010001:E4A1:00000005:FFFFFFFF:Light Blue :news:00010001:E4A1:00000006:FFFFFFFF:Dark Blue :news:00010001:E4A1:00000007:FFFFFFFF:Grey :news:00010001:E4A1:00000008:FFFFFFFF:Black :news:00010001:E4A1:00000000:FFFFFFFF:No Blob :news:62000001:E4A0:00000000:FFFFFFFF:Current Bottom Blob Now! = :news:00010001:E4A0:00000001:FFFFFFFF:Red :news:00010001:E4A0:00000002:FFFFFFFF:Yellow :news:00010001:E4A0:00000003:FFFFFFFF:Purple :news:00010001:E4A0:00000004:FFFFFFFF:Green :news:00010001:E4A0:00000005:FFFFFFFF:Light Blue :news:00010001:E4A0:00000006:FFFFFFFF:Dark Blue :news:00010001:E4A0:00000007:FFFFFFFF:Grey :news:00010001:E4A0:00000008:FFFFFFFF:Black :news:00010001:E4A0:00000000:FFFFFFFF:No Blob :news:62000001:E4A3:00000000:FFFFFFFF:Next Top Blob Now! = :news:00010001:E4A3:00000001:FFFFFFFF:Red :news:00010001:E4A3:00000002:FFFFFFFF:Yellow :news:00010001:E4A3:00000003:FFFFFFFF:Purple :news:00010001:E4A3:00000004:FFFFFFFF:Green :news:00010001:E4A3:00000005:FFFFFFFF:Light Blue :news:00010001:E4A3:00000006:FFFFFFFF:Dark Blue :news:00010001:E4A3:00000007:FFFFFFFF:Grey :news:00010001:E4A3:00000008:FFFFFFFF:Black :news:00010001:E4A3:00000000:FFFFFFFF:No Blob :news:62000001:E4A2:00000000:FFFFFFFF:Next Bottom Blob Now! = :news:00010001:E4A2:00000001:FFFFFFFF:Red :news:00010001:E4A2:00000002:FFFFFFFF:Yellow :news:00010001:E4A2:00000003:FFFFFFFF:Purple :news:00010001:E4A2:00000004:FFFFFFFF:Green :news:00010001:E4A2:00000005:FFFFFFFF:Light Blue :news:00010001:E4A2:00000006:FFFFFFFF:Dark Blue :news:00010001:E4A2:00000007:FFFFFFFF:Grey :news:00010001:E4A2:00000008:FFFFFFFF:Black :news:00010001:E4A2:00000000:FFFFFFFF:No Blob :news:62000000:0000:00000000:00000000:Next Top Blob always = :news:00010000:E4A3:00000001:FFFFFFFF:Red :news:00010000:E4A3:00000002:FFFFFFFF:Yellow :news:00010000:E4A3:00000003:FFFFFFFF:Purple :news:00010000:E4A3:00000004:FFFFFFFF:Green :news:00010000:E4A3:00000005:FFFFFFFF:Light Blue :news:00010000:E4A3:00000006:FFFFFFFF:Dark Blue :news:00010000:E4A3:00000007:FFFFFFFF:Grey :news:00010000:E4A3:00000008:FFFFFFFF:Black :news:00010000:E4A3:00000000:FFFFFFFF:No Blob :news:62000000:0000:00000000:00000000:Next Bottom Blob always = :news:00010000:E4A2:00000001:FFFFFFFF:Red :news:00010000:E4A2:00000002:FFFFFFFF:Yellow :news:00010000:E4A2:00000003:FFFFFFFF:Purple :news:00010000:E4A2:00000004:FFFFFFFF:Green :news:00010000:E4A2:00000005:FFFFFFFF:Light Blue :news:00010000:E4A2:00000006:FFFFFFFF:Dark Blue :news:00010000:E4A2:00000007:FFFFFFFF:Grey :news:00010000:E4A2:00000008:FFFFFFFF:Black :news:00010000:E4A2:00000000:FFFFFFFF:No Blob :news:62000000:0000:00000000:00000000:Current Top Blob always = :news:00010000:E4A1:00000001:FFFFFFFF:Red :news:00010000:E4A1:00000002:FFFFFFFF:Yellow :news:00010000:E4A1:00000003:FFFFFFFF:Purple :news:00010000:E4A1:00000004:FFFFFFFF:Green :news:00010000:E4A1:00000005:FFFFFFFF:Light Blue :news:00010000:E4A1:00000006:FFFFFFFF:Dark Blue :news:00010000:E4A1:00000007:FFFFFFFF:Grey :news:00010000:E4A1:00000008:FFFFFFFF:Black :news:00010000:E4A1:00000000:FFFFFFFF:No Blob :news:62000000:0000:00000000:00000000:Current Bottom Blob always = :news:00010000:E4A0:00000001:FFFFFFFF:Red :news:00010000:E4A0:00000002:FFFFFFFF:Yellow :news:00010000:E4A0:00000003:FFFFFFFF:Purple :news:00010000:E4A0:00000004:FFFFFFFF:Green :news:00010000:E4A0:00000005:FFFFFFFF:Light Blue :news:00010000:E4A0:00000006:FFFFFFFF:Dark Blue :news:00010000:E4A0:00000007:FFFFFFFF:Grey :news:00010000:E4A0:00000008:FFFFFFFF:Black :news:00010000:E4A0:00000000:FFFFFFFF:No Blob ; [ News (set 2) ] newsa:0:E4AF:09:000:Infinite Helps newsa:0:0000:00:999:[ These cheats allow you to change ] newsa:0:0000:00:999:[ the colour of the blobs. Now! are ] newsa:0:0000:00:999:[ Temporary and always is Permanent. ] :newsa:62000001:E4A1:00000000:FFFFFFFF:Current Top Blob Now! = :newsa:00010001:E4A1:00000001:FFFFFFFF:Red :newsa:00010001:E4A1:00000002:FFFFFFFF:Yellow :newsa:00010001:E4A1:00000003:FFFFFFFF:Purple :newsa:00010001:E4A1:00000004:FFFFFFFF:Green :newsa:00010001:E4A1:00000005:FFFFFFFF:Light Blue :newsa:00010001:E4A1:00000006:FFFFFFFF:Dark Blue :newsa:00010001:E4A1:00000007:FFFFFFFF:Grey :newsa:00010001:E4A1:00000008:FFFFFFFF:Black :newsa:00010001:E4A1:00000000:FFFFFFFF:No Blob :newsa:62000001:E4A0:00000000:FFFFFFFF:Current Bottom Blob Now! = :newsa:00010001:E4A0:00000001:FFFFFFFF:Red :newsa:00010001:E4A0:00000002:FFFFFFFF:Yellow :newsa:00010001:E4A0:00000003:FFFFFFFF:Purple :newsa:00010001:E4A0:00000004:FFFFFFFF:Green :newsa:00010001:E4A0:00000005:FFFFFFFF:Light Blue :newsa:00010001:E4A0:00000006:FFFFFFFF:Dark Blue :newsa:00010001:E4A0:00000007:FFFFFFFF:Grey :newsa:00010001:E4A0:00000008:FFFFFFFF:Black :newsa:00010001:E4A0:00000000:FFFFFFFF:No Blob :newsa:62000001:E4A3:00000000:FFFFFFFF:Next Top Blob Now! = :newsa:00010001:E4A3:00000001:FFFFFFFF:Red :newsa:00010001:E4A3:00000002:FFFFFFFF:Yellow :newsa:00010001:E4A3:00000003:FFFFFFFF:Purple :newsa:00010001:E4A3:00000004:FFFFFFFF:Green :newsa:00010001:E4A3:00000005:FFFFFFFF:Light Blue :newsa:00010001:E4A3:00000006:FFFFFFFF:Dark Blue :newsa:00010001:E4A3:00000007:FFFFFFFF:Grey :newsa:00010001:E4A3:00000008:FFFFFFFF:Black :newsa:00010001:E4A3:00000000:FFFFFFFF:No Blob :newsa:62000001:E4A2:00000000:FFFFFFFF:Next Bottom Blob Now! = :newsa:00010001:E4A2:00000001:FFFFFFFF:Red :newsa:00010001:E4A2:00000002:FFFFFFFF:Yellow :newsa:00010001:E4A2:00000003:FFFFFFFF:Purple :newsa:00010001:E4A2:00000004:FFFFFFFF:Green :newsa:00010001:E4A2:00000005:FFFFFFFF:Light Blue :newsa:00010001:E4A2:00000006:FFFFFFFF:Dark Blue :newsa:00010001:E4A2:00000007:FFFFFFFF:Grey :newsa:00010001:E4A2:00000008:FFFFFFFF:Black :newsa:00010001:E4A2:00000000:FFFFFFFF:No Blob :newsa:62000000:0000:00000000:00000000:Next Top Blob always = :newsa:00010000:E4A3:00000001:FFFFFFFF:Red :newsa:00010000:E4A3:00000002:FFFFFFFF:Yellow :newsa:00010000:E4A3:00000003:FFFFFFFF:Purple :newsa:00010000:E4A3:00000004:FFFFFFFF:Green :newsa:00010000:E4A3:00000005:FFFFFFFF:Light Blue :newsa:00010000:E4A3:00000006:FFFFFFFF:Dark Blue :newsa:00010000:E4A3:00000007:FFFFFFFF:Grey :newsa:00010000:E4A3:00000008:FFFFFFFF:Black :newsa:00010000:E4A3:00000000:FFFFFFFF:No Blob :newsa:62000000:0000:00000000:00000000:Next Bottom Blob always = :newsa:00010000:E4A2:00000001:FFFFFFFF:Red :newsa:00010000:E4A2:00000002:FFFFFFFF:Yellow :newsa:00010000:E4A2:00000003:FFFFFFFF:Purple :newsa:00010000:E4A2:00000004:FFFFFFFF:Green :newsa:00010000:E4A2:00000005:FFFFFFFF:Light Blue :newsa:00010000:E4A2:00000006:FFFFFFFF:Dark Blue :newsa:00010000:E4A2:00000007:FFFFFFFF:Grey :newsa:00010000:E4A2:00000008:FFFFFFFF:Black :newsa:00010000:E4A2:00000000:FFFFFFFF:No Blob :newsa:62000000:0000:00000000:00000000:Current Top Blob always = :newsa:00010000:E4A1:00000001:FFFFFFFF:Red :newsa:00010000:E4A1:00000002:FFFFFFFF:Yellow :newsa:00010000:E4A1:00000003:FFFFFFFF:Purple :newsa:00010000:E4A1:00000004:FFFFFFFF:Green :newsa:00010000:E4A1:00000005:FFFFFFFF:Light Blue :newsa:00010000:E4A1:00000006:FFFFFFFF:Dark Blue :newsa:00010000:E4A1:00000007:FFFFFFFF:Grey :newsa:00010000:E4A1:00000008:FFFFFFFF:Black :newsa:00010000:E4A1:00000000:FFFFFFFF:No Blob :newsa:62000000:0000:00000000:00000000:Current Bottom Blob always = :newsa:00010000:E4A0:00000001:FFFFFFFF:Red :newsa:00010000:E4A0:00000002:FFFFFFFF:Yellow :newsa:00010000:E4A0:00000003:FFFFFFFF:Purple :newsa:00010000:E4A0:00000004:FFFFFFFF:Green :newsa:00010000:E4A0:00000005:FFFFFFFF:Light Blue :newsa:00010000:E4A0:00000006:FFFFFFFF:Dark Blue :newsa:00010000:E4A0:00000007:FFFFFFFF:Grey :newsa:00010000:E4A0:00000008:FFFFFFFF:Black :newsa:00010000:E4A0:00000000:FFFFFFFF:No Blob ; [ New Sinbad 7 ] newsin7:0:4550:08:000:Infinite Lives newsin7:0:4558:60:000:Infinite Energy newsin7:0:0000:00:999:[Only turn invincibility ON ] newsin7:0:0000:00:999:[when ship is on screen and ] newsin7:0:0000:00:999:[turn OFF during level warp ] newsin7:0:0000:00:999:[use F6 to toggle ON and OFF] newsin7:0:442F:01:000:Invincibility newsin7:0:443F:FF:500:Invincibility (2/2) ; [ NFL Football ] nflfoot:0:0000:00:999:[ There are no cheats ]:REASON 1 nflfoot:0:0000:00:999:[ for this game as it ]:REASON 1 nflfoot:0:0000:00:999:[ didn't work the last ]:REASON 1 nflfoot:0:0000:00:999:[ time it was tested. ]:REASON 1 nflfoot:0:0000:00:999:[ If the game now works ]:REASON 1 nflfoot:0:0000:00:999:[ please request cheats ]:REASON 1 nflfoot:0:0000:00:999:[ for it on the cheat ]:REASON 1 nflfoot:0:0000:00:999:[ forums. ]:REASON 1 ; [ Nekketsu Grand-Prix Gal (Japan) ] ngpgal:0:0000:00:999:[The winning hand cheat must] ngpgal:0:0000:00:999:[be activated when there are] ngpgal:0:0000:00:999:[14 tiles in your hand, then] ngpgal:0:0000:00:999:[press the RON key . ] ngpgal:0:0000:00:999:[('Z' by default). The tiles] ngpgal:0:0000:00:999:[do not visually change ] ngpgal:0:0000:00:999:[until you make a move. ] ngpgal:0:DC8B:31:001:Get winning hand Now! ngpgal:0:DC8C:31:501:Get winning hand Now! (02/14) ngpgal:0:DC8D:31:501:Get winning hand Now! (03/14) ngpgal:0:DC8E:32:501:Get winning hand Now! (04/14) ngpgal:0:DC8F:32:501:Get winning hand Now! (05/14) ngpgal:0:DC90:32:501:Get winning hand Now! (06/14) ngpgal:0:DC91:33:501:Get winning hand Now! (07/14) ngpgal:0:DC92:33:501:Get winning hand Now! (08/14) ngpgal:0:DC93:33:501:Get winning hand Now! (09/14) ngpgal:0:DC94:34:501:Get winning hand Now! (10/14) ngpgal:0:DC95:34:501:Get winning hand Now! (11/14) ngpgal:0:DC96:34:501:Get winning hand Now! (12/14) ngpgal:0:DC97:35:501:Get winning hand Now! (13/14) ngpgal:0:DC98:35:501:Get winning hand Now! (14/14) ngpgal:0:0000:00:999:[At the start of a game, ] ngpgal:0:0000:00:999:[there may be some small ] ngpgal:0:0000:00:999:[glitches on the tiles when ] ngpgal:0:0000:00:999:[using the 'Always' cheats. ] ngpgal:0:0000:00:999:[The cheats should still ] ngpgal:0:0000:00:999:[work as normal. ] ngpgal:0:DC8B:31:000:Always winning hand ngpgal:0:DC8C:31:500:Always winning hand (02/14) ngpgal:0:DC8D:31:500:Always winning hand (03/14) ngpgal:0:DC8E:32:500:Always winning hand (04/14) ngpgal:0:DC8F:32:500:Always winning hand (05/14) ngpgal:0:DC90:32:500:Always winning hand (06/14) ngpgal:0:DC91:33:500:Always winning hand (07/14) ngpgal:0:DC92:33:500:Always winning hand (08/14) ngpgal:0:DC93:33:500:Always winning hand (09/14) ngpgal:0:DC94:34:500:Always winning hand (10/14) ngpgal:0:DC95:34:500:Always winning hand (11/14) ngpgal:0:DC96:34:500:Always winning hand (12/14) ngpgal:0:DC97:35:500:Always winning hand (13/14) ngpgal:0:DC98:35:500:Always winning hand (14/14) ; [ Nibbler (set 1) ] nibbler:0:00A3:63:000:Infinite Time:Turn OFF at the end of the round nibbler:0:00BA:00:001:Finish this Round Now! nibbler:0:0000:00:999:[Only enable Invincibility ] nibbler:0:0000:00:999:[during play and you must ] nibbler:0:0000:00:999:[disable Invincibility with ] nibbler:0:0000:00:999:[F6 to finish each level. ] nibbler:0:00FC:00:000:Invincibility :nibbler:00000000:00BB:00000000:FFFFFFFF:Snake STAYS Short nibbler:0:00B0:32:000:Infinite Lives PL1 nibbler:0:00B1:32:000:Infinite Lives PL2 ; [ Nibbler (set 2) ] nibblera:0:00A3:63:000:Infinite Time:Turn OFF at the end of the round nibblera:0:00BA:00:001:Finish this Round Now! nibblera:0:0000:00:999:[Only enable Invincibility ] nibblera:0:0000:00:999:[during play and you must ] nibblera:0:0000:00:999:[disable Invincibility with ] nibblera:0:0000:00:999:[F6 to finish each level. ] nibblera:0:00FC:00:000:Invincibility :nibblera:00000000:00BB:00000000:FFFFFFFF:Snake STAYS Short nibblera:0:00B0:32:000:Infinite Lives PL1 nibblera:0:00B1:32:000:Infinite Lives PL2 ; [ Nibbler (set 3) ] nibblerb:0:00A3:63:000:Infinite Time:Turn OFF at the end of the round nibblerb:0:00BA:00:001:Finish this Round Now! nibblerb:0:0000:00:999:[Only enable Invincibility ] nibblerb:0:0000:00:999:[during play and you must ] nibblerb:0:0000:00:999:[disable Invincibility with ] nibblerb:0:0000:00:999:[F6 to finish each level. ] nibblerb:0:00FC:00:000:Invincibility :nibblerb:00000000:00BB:00000000:FFFFFFFF:Snake STAYS Short nibblerb:0:00B0:32:000:Infinite Lives PL1 nibblerb:0:00B1:32:000:Infinite Lives PL2 ; [ Nibbler (Olympia) ] nibblero:0:00A3:63:000:Infinite Time:Turn OFF at the end of the round nibblero:0:00BA:00:001:Finish this Round Now! nibblero:0:0000:00:999:[Only enable Invincibility ] nibblero:0:0000:00:999:[during play and you must ] nibblero:0:0000:00:999:[disable Invincibility with ] nibblero:0:0000:00:999:[F6 to finish each level. ] nibblero:0:00FC:00:000:Invincibility :nibblero:00000000:00BB:00000000:FFFFFFFF:Snake STAYS Short nibblero:0:00B0:32:000:Infinite Lives PL1 nibblero:0:00B1:32:000:Infinite Lives PL2 ; [ Night Love (Japan 860705) ] :nightlov:00300000:F252:3F3F3F3F:FFFFFFFF:Infinite Credits :nightlov:00300001:F252:00000000:FFFFFFFF:Clear Credits Now! :nightlov:00100000:F4D0:00000002:FFFFFFFF:Infinite Thinking Time :nightlov:62000000:0000:00000000:00000000:Select CPU Character :nightlov:00010001:F4A1:0000000A:FFFFFFFF:Yurie :nightlov:00010001:F4A1:0000000B:FFFFFFFF:Saki :nightlov:00010001:F4A1:0000000C:FFFFFFFF:Miyuki :nightlov:62000000:0000:00000000:00000000:Select Nudity Scene :nightlov:20110000:8DF0:00000138:FFFFFFFF:Unselectable :nightlov:20110000:8DF0:0000010E:FFFFFFFF:01 :nightlov:20110000:8DF0:0000020E:FFFFFFFF:02 :nightlov:20110000:8DF0:0000030E:FFFFFFFF:03 :nightlov:20110000:8DF0:0000040E:FFFFFFFF:04 :nightlov:00100000:F001:00003131:FFFFFFFF:Always Winning Hand :nightlov:00210000:F003:00323232:FFFFFFFF:Always Winning Hand (2/5) :nightlov:00210000:F006:003A3A3A:FFFFFFFF:Always Winning Hand (3/5) :nightlov:00210000:F009:003B3B3B:FFFFFFFF:Always Winning Hand (4/5) :nightlov:00210000:F00C:003C3C3C:FFFFFFFF:Always Winning Hand (5/5) :nightlov:00100001:F001:00003131:FFFFFFFF:Get Winning Hand Now! :nightlov:00210001:F003:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :nightlov:00210001:F006:003A3A3A:FFFFFFFF:Get Winning Hand Now! (3/5) :nightlov:00210001:F009:003B3B3B:FFFFFFFF:Get Winning Hand Now! (4/5) :nightlov:00210001:F00C:003C3C3C:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Night Striker (US) ] nightstr:0:109C59:09:000:Infinite Credits nightstr:0:10C28D:09:000:Infinite Shields nightstr:0:10BCE3:01:000:Invincibility nightstr:0:109BD7:00:001:Set Boss Timer = 0 Now! nightstr:0:000000:00:999:[ These cheats need better names I guess? ] nightstr:0:10BD4D:00:000:Always be the Normal Unit nightstr:0:10BD4D:01:000:Always be the Transformer nightstr:0:10BD4D:02:000:Always be the Armored Man nightstr:0:10BD4D:03:000:Always be with the Supporting Plane nightstr:0:10BD4D:04:000:Always be the Motorbike nightstr:0:10BD4D:05:000:Always be the Boosted Unit nightstr:0:10BD4D:06:000:Always be the Best Unit ; [ Ninja Clowns (08/27/91) ] ninclown:0:000084:63:000:Infinite Credits ninclown:0:0029D1:20:000:Graphic Glitch Fix for Infinite Energy ninclown:0:002A1A:0A:000:Infinite Lives PL1 ninclown:0:001A95:20:000:Infinite Energy PL1:Enable the 'Graphic Glitch Fix for Infinite Energy' cheat with this cheat ninclown:0:002A1E:03:000:Infinite Ammo PL1:Get a weapon first ninclown:0:002A1F:E7:500:Infinite Ammo PL1 (2/2) ninclown:0:002A23:02:000:Invincibility PL1 ninclown:0:002A3E:0A:000:Infinite Lives PL2 ninclown:0:001885:20:000:Infinite Energy PL2:Enable the 'Graphic Glitch Fix for Infinite Energy' cheat with this cheat ninclown:0:002A42:03:000:Infinite Ammo PL2:Get a weapon first ninclown:0:002A43:E7:500:Infinite Ammo PL2 (2/2) ninclown:0:002A47:02:000:Invincibility PL2 ; [ Ninja ] ninja:0:C039:00:000:Infinite Time ninja:0:EEF8:14:500:Infinite Time (2/3) ninja:0:C08C:F8:500:Infinite Time (3/3) :ninja:20800000:108AB:00000018:FFFFFFFF:Invincibility :ninja:20810000:1405B:00000018:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Pink Ninja :ninja:20810000:15129:00000018:FFFFFFFF:Invincibility (3/3):Enemy ninja:0:C02C:09:000:Infinite Lives PL1 ninja:0:C02D:09:000:Infinite Lives PL2 ; [ Ninja Kids, The (World) ] ninjak:0:000000:00:999:[To play with PL3 and PL4 ] ninjak:0:000000:00:999:[you need to change the ] ninjak:0:000000:00:999:[cabinet style in the DIP ] ninjak:0:000000:00:999:[switch menu. ] ninjak:0:101004:03:000:Infinite Lives PL1 ninjak:0:101005:05:000:Infinite Energy PL1 ninjak:0:101037:04:000:Infinite Magic PL1 ninjak:0:101044:03:000:Infinite Lives PL2 ninjak:0:101045:05:000:Infinite Energy PL2 ninjak:0:101077:04:000:Infinite Magic PL2 ninjak:0:101084:03:000:Infinite Lives PL3 ninjak:0:101085:05:000:Infinite Energy PL3 ninjak:0:1010B7:04:000:Infinite Magic PL3 ninjak:0:1010C4:03:000:Infinite Lives PL4 ninjak:0:1010C5:05:000:Infinite Energy PL4 ninjak:0:1010F7:04:000:Infinite Magic PL4 ; [ Ninja-Kid II (set 2) ] ninjak2a:0:E20D:3C:000:Infinite Time ninjak2a:0:E130:07:000:Infinite Lives PL1 ninjak2a:0:E169:07:000:Infinite Lives PL2 ninjak2a:0:ECF2:00:000:Invincibility ninjak2a:0:E113:04:000:All Ammo ninjak2a:0:E117:02:500:All Ammo (2/4) ninjak2a:0:E118:03:500:All Ammo (3/4) ninjak2a:0:E119:04:500:All Ammo (4/4) ninjak2a:0:E111:FF:000:Infinite Fireballs ninjak2a:0:EC05:00:000:Enemies NEVER shoot ninjak2a:0:E110:06:001:Clear this Round Now! ninjak2a:0:E100:1F:061:Select the Scene ; [ Ninja-Kid II (set 3) ] ninjak2b:0:E20B:3C:000:Infinite Time ninjak2b:0:E12F:07:000:Infinite Lives PL1 ninjak2b:0:E167:07:000:Infinite Lives PL2 ninjak2b:0:ECF0:00:000:Invincibility ninjak2b:0:E112:04:000:All Ammo ninjak2b:0:E116:02:500:All Ammo (2/4) ninjak2b:0:E117:03:500:All Ammo (3/4) ninjak2b:0:E118:04:500:All Ammo (4/4) ninjak2b:0:E110:FF:000:Infinite Fireballs ninjak2b:0:EC04:00:000:Enemies NEVER shoot ninjak2b:0:E10F:06:001:Clear this Round Now! ninjak2b:0:E0FF:1F:061:Select the Scene ; [ Ninja-Kid II (set 1) ] ninjakd2:0:E20B:3C:000:Infinite Time ninjakd2:0:E12F:07:000:Infinite Lives PL1 ninjakd2:0:E167:07:000:Infinite Lives PL2 ninjakd2:0:ECF0:00:000:Invincibility ninjakd2:0:E112:04:000:All Ammo ninjakd2:0:E116:02:500:All Ammo (2/4) ninjakd2:0:E117:03:500:All Ammo (3/4) ninjakd2:0:E118:04:500:All Ammo (4/4) ninjakd2:0:E110:FF:000:Infinite Fireballs ninjakd2:0:EC04:00:000:Enemies NEVER shoot ninjakd2:0:E10F:06:001:Clear this Round Now! ninjakd2:0:E0FF:1F:061:Select the Scene ; [ Ninja Kids, The (Japan) ] ninjakj:0:000000:00:999:[To play with PL3 and PL4 ] ninjakj:0:000000:00:999:[you need to change the ] ninjakj:0:000000:00:999:[cabinet style in the DIP ] ninjakj:0:000000:00:999:[switch menu. ] ninjakj:0:101004:03:000:Infinite Lives PL1 ninjakj:0:101005:05:000:Infinite Energy PL1 ninjakj:0:101037:04:000:Infinite Magic PL1 ninjakj:0:101044:03:000:Infinite Lives PL2 ninjakj:0:101045:05:000:Infinite Energy PL2 ninjakj:0:101077:04:000:Infinite Magic PL2 ninjakj:0:101084:03:000:Infinite Lives PL3 ninjakj:0:101085:05:000:Infinite Energy PL3 ninjakj:0:1010B7:04:000:Infinite Magic PL3 ninjakj:0:1010C4:03:000:Infinite Lives PL4 ninjakj:0:1010C5:05:000:Infinite Energy PL4 ninjakj:0:1010F7:04:000:Infinite Magic PL4 ; [ Ninja Kids, The (US) ] ninjaku:0:000000:00:999:[To play with PL3 and PL4 ] ninjaku:0:000000:00:999:[you need to change the ] ninjaku:0:000000:00:999:[cabinet style in the DIP ] ninjaku:0:000000:00:999:[switch menu. ] ninjaku:0:101004:03:000:Infinite Lives PL1 ninjaku:0:101005:05:000:Infinite Energy PL1 ninjaku:0:101037:04:000:Infinite Magic PL1 ninjaku:0:101044:03:000:Infinite Lives PL2 ninjaku:0:101045:05:000:Infinite Energy PL2 ninjaku:0:101077:04:000:Infinite Magic PL2 ninjaku:0:101084:03:000:Infinite Lives PL3 ninjaku:0:101085:05:000:Infinite Energy PL3 ninjaku:0:1010B7:04:000:Infinite Magic PL3 ninjaku:0:1010C4:03:000:Infinite Lives PL4 ninjaku:0:1010C5:05:000:Infinite Energy PL4 ninjaku:0:1010F7:04:000:Infinite Magic PL4 ; [ Ninjakun Majou no Bouken ] ninjakun:0:E286:3C:000:Infinite Time:Turn this cheat OFF at the end of each round :ninjakun:20800000:3206:00000018:FFFFFFFF:Invincibility :ninjakun:20810000:38A3:00000018:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Enemy to prevent infinite play. :ninjakun:20810000:3945:00000018:FFFFFFFF:Invincibility (3/3):Flame ninjakun:0:E132:07:000:Infinite Lives PL1 ninjakun:0:E162:07:000:Infinite Lives PL2 :ninjakun:20900000:05AD:00000D18:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Ninja Master's - haoh-ninpo-cho ] ninjamas:0:10C021:9A:000:Infinite Time ninjamas:0:10C007:01:000:Boss Code:Reset for cancel ninjamas:0:000000:00:999:[ The Boss selection cheat must be activated ] ninjamas:0:000000:00:999:[ on the character selection screen. ] ninjamas:0:10C017:0A:001:Goto to First Boss Now! ninjamas:0:10C017:0B:001:Goto to Final Boss Now! ninjamas:0:10C017:0C:001:Goto Ending Now! ninjamas:0:100050:D0:000:Infinite Energy PL1 ninjamas:0:100050:00:001:Drain All Energy Now! PL1 ninjamas:0:1000AE:60:000:Infinite Power PL1 ninjamas:0:1000AE:00:001:Drain All Power Now! PL1 ninjamas:0:1000AE:00:000:Always have No Power PL1 ninjamas:0:000000:00:999:[ Free player selection - Use on the ] ninjamas:0:000000:00:999:[ selection screen. It works, but doesn't ] ninjamas:0:000000:00:999:[ show anything before select. ] ninjamas:0:10C044:0A:001:Play with Ranmaru PL1 ninjamas:0:10C044:0B:001:Play with Nobunaga PL1 ninjamas:0:101050:D0:000:Infinite Energy PL2 ninjamas:0:101050:00:001:Drain All Energy Now! PL2 ninjamas:0:1010AE:60:000:Infinite Power PL2 ninjamas:0:1010AE:00:001:Drain All Power Now! PL2 ninjamas:0:1010AE:00:000:Always have No Power PL2 ninjamas:0:000000:00:999:[ Free player selection - Use on the ] ninjamas:0:000000:00:999:[ selection screen. It works, but doesn't ] ninjamas:0:000000:00:999:[ show anything before select. ] ninjamas:0:10C084:0A:001:Play with Ranmaru PL2 ninjamas:0:10C084:0B:001:Play with Nobunaga PL2 :ninjamas:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ninjamas:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ninjamas:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ninja Warriors, The (World) ] ninjaw:0:0C22B7:09:000:Infinite Credits ninjaw:0:0C6DE9:E8:000:Infinite Time ninjaw:0:0C6DE8:03:500:Infinite Time (2/2) ninjaw:0:241307:64:000:Infinite Energy PL1 ninjaw:0:241321:63:000:Infinite Shuriken PL1 :ninjaw:20800000:00706C:00000060:FFFFFFFF:Invincibility PL1 ninjaw:0:241387:64:000:Infinite Energy PL2 ninjaw:0:2413A1:63:000:Infinite Shuriken PL2 :ninjaw:20800000:007280:00000060:FFFFFFFF:Invincibility PL2 ; [ Ninja Warriors, The (Japan) ] ninjawj:0:0C22B7:09:000:Infinite Credits ninjawj:0:0C6DE9:E8:000:Infinite Time ninjawj:0:0C6DE8:03:500:Infinite Time (2/2) ninjawj:0:241307:64:000:Infinite Energy PL1 ninjawj:0:241321:63:000:Infinite Shuriken PL1 :ninjawj:20800000:007038:00000060:FFFFFFFF:Invincibility PL1 ninjawj:0:241387:64:000:Infinite Energy PL2 ninjawj:0:2413A1:63:000:Infinite Shuriken PL2 :ninjawj:20800000:00724C:00000060:FFFFFFFF:Invincibility PL2 ; [ Ninja Emaki (US) ] ninjemak:0:E4E6:03:000:Infinite Lives ninjemak:0:E789:03:000:Infinite Energy :ninjemak:00000000:E4EE:00000002:FFFFFFFF:Invincibility :ninjemak:00100000:E730:0000FF14:FFFFFFFF:Always Have Magic :ninjemak:00000000:E457:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :ninjemak:00010000:E459:00000000:00000010:Rapid Fire (2/2) ; [ Nightmare in the Dark ] nitd:0:100002:63:000:Infinite Time nitd:0:100003:3B:500:Infinite Time (2/2) nitd:0:1029B7:00:001:Kill Boss with 1 hit Now! nitd:0:100011:00:501:Kill Boss with 1 hit Now! (2/2) nitd:0:10000B:01:000:Big Diamond Every time nitd:0:100282:06:000:Bonus Ratio always x 64 nitd:0:10004A:04:001:Go to Final Stage Now! nitd:0:10004B:04:001:Go to Final Area Now! nitd:0:100055:03:000:Infinite Lives PL1 nitd:0:102C1B:03:000:Invincibility PL1 nitd:0:100052:FF:000:Always have Fire Power Up PL1 nitd:0:100051:FF:000:Always have Speed Power Up PL1 nitd:0:100053:FF:000:Always have Firing Range Power Up PL1 nitd:0:10028B:03:000:Infinite Lives PL2 nitd:0:102EE5:03:000:Invincibility PL2 nitd:0:100288:FF:000:Always have Fire Power Up PL2 nitd:0:100287:FF:000:Always have Speed Power Up PL2 nitd:0:100289:FF:000:Always have Firing Range Power Up PL2 :nitd:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :nitd:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :nitd:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Night Driver ] nitedrvr:0:0092:90:000:Infinite Time :nitedrvr:20900000:9859:00001230:FFFFFFFF:Invincibility ; [ Nitro Ball (US) ] :nitrobal:00000000:FFA1B1:00000099:FFFFFFFF:Infinite Credits :nitrobal:00100000:FEC554:00000999:FFFFFFFF:Infinite Time :nitrobal:00000000:FF2975:00000063:FFFFFFFF:Infinite Event Time :nitrobal:62000000:000000:00000000:00000000:Select Stage :nitrobal:00010000:FEC57F:00000000:FFFFFFFF:1 - Strange Football :nitrobal:00010000:FEC57F:00000004:FFFFFFFF:2 - Combat Field :nitrobal:00010000:FEC57F:00000008:FFFFFFFF:3 - Ghost Town :nitrobal:00010000:FEC57F:0000000C:FFFFFFFF:4 - Aliens World :nitrobal:00010000:FEC57F:00000010:FFFFFFFF:5 - Space Station :nitrobal:62000000:000000:00000000:00000000:Select Roulette Number:Enable on the roulette game :nitrobal:00010000:FEEF9E:00000000:FFFFFFFF:00 :nitrobal:00010000:FEEF9E:00000001:FFFFFFFF:10 :nitrobal:00010000:FEEF9E:00000002:FFFFFFFF:20 :nitrobal:00010000:FEEF9E:00000003:FFFFFFFF:30 :nitrobal:00010000:FEEF9E:00000004:FFFFFFFF:40 :nitrobal:00010000:FEEF9E:00000005:FFFFFFFF:50 :nitrobal:00010000:FEEF9E:00000006:FFFFFFFF:60 :nitrobal:00010000:FEEF9E:00000007:FFFFFFFF:70 :nitrobal:00010000:FEEF9E:00000008:FFFFFFFF:80 :nitrobal:00010000:FEEF9E:00000009:FFFFFFFF:90 nitrobal:0:FF2803:63:000:Infinite Lives PL1 nitrobal:0:FEC667:63:000:Infinite Z-Weapons PL1 nitrobal:0:FEC66D:02:000:Invincibility PL1 :nitrobal:00000000:FF2ED3:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :nitrobal:00000000:FF2825:00000063:FFFFFFFF:Infinite Weapon Time PL1 :nitrobal:62000000:000000:00000000:00000000:Select Weapon PL1 :nitrobal:00010000:FEC665:00000002:FFFFFFFF:Missile Launcher :nitrobal:00010000:FEC665:00000003:FFFFFFFF:Ring Laser :nitrobal:00010000:FEC665:00000004:FFFFFFFF:Flame Thrower :nitrobal:00010000:FEC665:00000005:FFFFFFFF:Rail Blaster nitrobal:0:FF2863:63:000:Infinite Lives PL2 nitrobal:0:FEC6C7:63:000:Infinite Z-Weapons PL2 nitrobal:0:FEC6CD:02:000:Invincibility PL2 :nitrobal:00000000:FF2ED2:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :nitrobal:00000000:FF2885:00000063:FFFFFFFF:Infinite Weapon Time PL2 :nitrobal:62000000:000000:00000000:00000000:Select Weapon PL2 :nitrobal:00010000:FEC6C5:00000002:FFFFFFFF:Missile Launcher :nitrobal:00010000:FEC6C5:00000003:FFFFFFFF:Ring Laser :nitrobal:00010000:FEC6C5:00000004:FFFFFFFF:Flame Thrower :nitrobal:00010000:FEC6C5:00000005:FFFFFFFF:Rail Blaster nitrobal:0:FF28C3:63:000:Infinite Lives PL3 nitrobal:0:FEC727:63:000:Infinite Z-Weapons PL3 nitrobal:0:FEC72D:02:000:Invincibility PL3 :nitrobal:00000000:FF2ED1:00000000:00000010:Rapid Fire PL3:Turn it OFF on name entry screen :nitrobal:00000000:FF28E5:00000063:FFFFFFFF:Infinite Weapon Time PL3 :nitrobal:62000000:000000:00000000:00000000:Select Weapon PL3 :nitrobal:00010000:FEC725:00000002:FFFFFFFF:Missile Launcher :nitrobal:00010000:FEC725:00000003:FFFFFFFF:Ring Laser :nitrobal:00010000:FEC725:00000004:FFFFFFFF:Flame Thrower :nitrobal:00010000:FEC725:00000005:FFFFFFFF:Rail Blaster ; [ Niyanpai (Japan) ] niyanpai:0:04087F:00:000:Infinite Credits niyanpai:0:0401BD:78:000:Infinite Time niyanpai:0:04035B:04:001:Next Match finishes level niyanpai:0:000000:00:999:[The following cheat always ] niyanpai:0:000000:00:999:[finishes the level! ] niyanpai:0:04035B:04:000:Slideshow mode ; [ Nekketsu Koukou Dodgeball Bu (Japan bootleg) ] nkdodgeb:0:006E:99:000:Infinite Credits nkdodgeb:0:078A:59:000:Infinite Time nkdodgeb:0:078B:09:500:Infinite Time (2/2) nkdodgeb:0:00E0:08:001:Change Ball to Super Ball Now!:Only pratical for use with Activation Key - the super ball is uncatchable nkdodgeb:0:0425:10:000:Infinite Energy PL1 nkdodgeb:0:045D:10:500:Infinite Energy PL1 (2/4) nkdodgeb:0:0495:10:500:Infinite Energy PL1 (3/4) nkdodgeb:0:04CD:10:500:Infinite Energy PL1 (4/4) nkdodgeb:0:0425:01:001:Drain All Energy Now! PL1 nkdodgeb:0:045D:01:501:Drain All Energy Now! PL1 (2/4) nkdodgeb:0:0495:01:501:Drain All Energy Now! PL1 (3/4) nkdodgeb:0:04CD:01:501:Drain All Energy Now! PL1 (4/4) nkdodgeb:0:029D:10:000:Infinite Energy PL2 nkdodgeb:0:02D5:10:500:Infinite Energy PL2 (2/4) nkdodgeb:0:030D:10:500:Infinite Energy PL2 (3/4) nkdodgeb:0:0345:10:500:Infinite Energy PL2 (4/4) nkdodgeb:0:029D:01:001:Drain All Energy Now! PL2 nkdodgeb:0:02D5:01:501:Drain All Energy Now! PL2 (2/4) nkdodgeb:0:030D:01:501:Drain All Energy Now! PL2 (3/4) nkdodgeb:0:0345:01:501:Drain All Energy Now! PL2 (4/4) ; [ Oni - The Ninja Master (Japan) ] nmaster:0:F08080:63:000:Infinite Credits nmaster:0:F0834D:63:000:Infinite Time nmaster:0:F0927C:00:001:One Hit To Kill Monster Now! nmaster:0:F08013:05:071:Select starting level:Use on the Character Select Screen nmaster:0:F08013:05:061:Select next level :nmaster:20800000:07DD24:00000060:FFFFFFFF:Invincibility :nmaster:20910000:07DDC4:00004E75:FFFFFFFF:Invincibility (2/2):1st = Normal Attack, 2nd = Final Boss Special Attack nmaster:0:F0801C:05:000:Infinite Lives PL1 nmaster:0:F0907C:7F:000:Infinite Energy PL1 nmaster:0:F0801E:03:000:Always have Max Special PL1 nmaster:0:F09059:00:500:Always have Max Special PL1 (2/2) :nmaster:00000000:F080C0:00000000:00000010:Rapid Fire - Weak PL1:Turn it OFF on the name entry screen :nmaster:00000000:F080C0:00000000:00000020:Rapid Fire - Middle PL1:Turn it OFF on the name entry screen :nmaster:00000000:F080C0:00000000:00000040:Rapid Fire - Strong PL1:Turn it OFF on the name entry screen nmaster:0:F0801D:05:000:Infinite Lives PL2 nmaster:0:F0917C:7F:000:Infinite Energy PL2 nmaster:0:F0801F:03:000:Always have Max Special PL2 nmaster:0:F0915A:00:500:Always have Max Special PL2 (2/2) :nmaster:00000000:F080C1:00000000:00000010:Rapid Fire - Weak PL2:Turn it OFF on the name entry screen :nmaster:00000000:F080C1:00000000:00000020:Rapid Fire - Middle PL2:Turn it OFF on the name entry screen :nmaster:00000000:F080C1:00000000:00000040:Rapid Fire - Strong PL2:Turn it OFF on the name entry screen ; [ Multi 5 / New Multi Game 5 ] nmg5:0:0000:00:999:[ This game hasn't even ]:REASON 11 nmg5:0:0000:00:999:[ been looked at due to ]:REASON 11 nmg5:0:0000:00:999:[ time constraints - Too]:REASON 11 nmg5:0:0000:00:999:[ many games and so ]:REASON 11 nmg5:0:0000:00:999:[ little time. It is ]:REASON 11 nmg5:0:0000:00:999:[ even possible that ]:REASON 11 nmg5:0:0000:00:999:[ this game may be a ]:REASON 11 nmg5:0:0000:00:999:[ clone of an existing ]:REASON 11 nmg5:0:0000:00:999:[ game which may have ]:REASON 11 nmg5:0:0000:00:999:[ cheats. Please search ]:REASON 11 nmg5:0:0000:00:999:[ the cheat forums ]:REASON 11 nmg5:0:0000:00:999:[ before posting cheat ]:REASON 11 nmg5:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Naughty Mouse (set 1) ] nmouse:0:4E6E:99:000:Infinite Credits :nmouse:00000010:4E29:0000009A:00000001:Infinite Time nmouse:0:4E14:06:000:Infinite Lives nmouse:0:4E15:05:500:Infinite Lives (2/2) :nmouse:20800000:16DF:000000C9:FFFFFFFF:Invincibility ; [ Naughty Mouse (set 2) ] nmouseb:0:4E6E:99:000:Infinite Credits :nmouseb:00000010:4E29:0000009A:00000001:Infinite Time nmouseb:0:4E14:06:000:Infinite Lives nmouseb:0:4E15:05:500:Infinite Lives (2/2) :nmouseb:20800000:16DF:000000C9:FFFFFFFF:Invincibility ; [ Nekketsu Mahjong Sengen! AFTER 5 (Japan) ] nmsengen:0:0000:00:999:[The winning hand cheat must] nmsengen:0:0000:00:999:[be activated when there are] nmsengen:0:0000:00:999:[14 tiles in your hand, then] nmsengen:0:0000:00:999:[press the RON key . ] nmsengen:0:0000:00:999:[('Z' by default). The tiles] nmsengen:0:0000:00:999:[do not visually change ] nmsengen:0:0000:00:999:[until you make a move. ] nmsengen:0:CE81:30:000:Always winning hand (01/14) nmsengen:0:CE82:30:500:Always winning hand (02/14) nmsengen:0:CE83:30:500:Always winning hand (03/14) nmsengen:0:CE84:31:500:Always winning hand (04/14) nmsengen:0:CE85:31:500:Always winning hand (05/14) nmsengen:0:CE86:31:500:Always winning hand (06/14) nmsengen:0:CE87:32:500:Always winning hand (07/14) nmsengen:0:CE88:32:500:Always winning hand (08/14) nmsengen:0:CE89:32:500:Always winning hand (09/14) nmsengen:0:CE8A:33:500:Always winning hand (10/14) nmsengen:0:CE8B:33:500:Always winning hand (11/14) nmsengen:0:CE8C:33:500:Always winning hand (12/14) nmsengen:0:CE8D:34:500:Always winning hand (13/14) nmsengen:0:CE8E:34:500:Always winning hand (14/14) nmsengen:0:C702:00:000:Always winning hand (dealer) nmsengen:0:CB02:01:500:Always winning hand (dealer) (2/2) ; [ Noah's Ark ] noahsark:0:0000:00:999:[ This game hasn't even ]:REASON 11 noahsark:0:0000:00:999:[ been looked at due to ]:REASON 11 noahsark:0:0000:00:999:[ time constraints - Too]:REASON 11 noahsark:0:0000:00:999:[ many games and so ]:REASON 11 noahsark:0:0000:00:999:[ little time. It is ]:REASON 11 noahsark:0:0000:00:999:[ even possible that ]:REASON 11 noahsark:0:0000:00:999:[ this game may be a ]:REASON 11 noahsark:0:0000:00:999:[ clone of an existing ]:REASON 11 noahsark:0:0000:00:999:[ game which may have ]:REASON 11 noahsark:0:0000:00:999:[ cheats. Please search ]:REASON 11 noahsark:0:0000:00:999:[ the cheat forums ]:REASON 11 noahsark:0:0000:00:999:[ before posting cheat ]:REASON 11 noahsark:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Noboranka (Japan) ] noboranb:0:F00E:99:000:Infinite Credits noboranb:0:F929:3B:000:Infinite Time noboranb:0:F92A:09:500:Infinite Time (2/2) noboranb:0:F200:01:000:Invincibility "ON":Hatchlings (chicks in eggs with tongues) can still kill you though noboranb:0:F200:00:001:Invincibility "OFF" noboranb:0:F034:06:000:Infinite Lives PL1 noboranb:0:F035:06:000:Infinite Lives PL2 ; [ No Man's Land ] nomnlnd:0:6012:07:000:Infinite Lives PL1 nomnlnd:0:6013:07:000:Infinite Lives PL2 nomnlnd:0:611E:04:040:Invincibility nomnlnd:0:611E:40:540:Invincibility (2/2) ; [ No Man's Land (Gottlieb) ] nomnlndg:0:6015:07:000:Infinite Lives PL1 nomnlndg:0:6016:07:000:Infinite Lives PL2 nomnlndg:0:6125:04:040:Invincibility nomnlndg:0:6125:40:540:Invincibility (2/2) ; [ Nostradamus ] nost:0:10000E:09:000:Infinite Credits :nost:00000301:10004F:00000008:FFFFFFFF:Select the Starting Level:Use on ship select screen nost:0:1000FC:07:000:Infinite Lives PL1 :nost:00000000:104001:00000000:FFFFFFFF:Invincibility PL1 :nost:00000001:104001:00000001:FFFFFFFF:Lose a Life Now! PL1 :nost:00000000:10401C:00000007:FFFFFFFF:Always Maximum Shot Power PL1 :nost:00000001:10401D:00000004:FFFFFFFF:Set Maximum Option Level PL1:Set after getting the option, don't set with no option ! :nost:00000000:1001CA:00000014:FFFFFFFF:Always Maximum ?-Item Bonus PL1 :nost:00000000:1000FE:00000099:FFFFFFFF:Always Have Maximum B-Chip PL1 :nost:00000000:1000E3:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen nost:0:1000FD:07:000:Infinite Lives PL2 :nost:00000000:104081:00000000:FFFFFFFF:Invincibility PL2 :nost:00000001:104081:00000001:FFFFFFFF:Lose a Life Now! PL2 :nost:00000000:10409C:00000007:FFFFFFFF:Always Maximum Shot Power PL2 :nost:00000001:10409D:00000004:FFFFFFFF:Set Maximum Option Level PL2:Set after getting the option, don't set with no option ! :nost:00000000:1001CB:00000014:FFFFFFFF:Always Maximum ?-Item Bonus PL2 :nost:00000000:1000FF:00000099:FFFFFFFF:Always Have Maximum B-Chip PL2 :nost:00000000:1000E9:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :nost:20900000:000122:00000146:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :nost:20810000:0005E1:00000000:FFFFFFFF:Skip RAM/ROM Check (2/3):1st = ROM Check Skipping, 2nd = RAM Initialize :nost:20910000:0005F8:00004ED2:FFFFFFFF:Skip RAM/ROM Check (3/3):3rd = RAM Check Skipping ; [ Nostradamus (Japan) ] nostj:0:10000E:09:000:Infinite Credits :nostj:00000301:10004F:00000008:FFFFFFFF:Select the Starting Level:Use on ship select screen nostj:0:1000FC:07:000:Infinite Lives PL1 :nostj:00000000:104001:00000000:FFFFFFFF:Invincibility PL1 :nostj:00000001:104001:00000001:FFFFFFFF:Lose a Life Now! PL1 :nostj:00000000:10401C:00000007:FFFFFFFF:Always Maximum Shot Power PL1 :nostj:00000001:10401D:00000004:FFFFFFFF:Set Maximum Option Level PL1:Set after getting the option, don't set with no option ! :nostj:00000000:1001CA:00000014:FFFFFFFF:Always Maximum ?-Item Bonus PL1 :nostj:00000000:1000FE:00000099:FFFFFFFF:Always Have Maximum B-Chip PL1 :nostj:00000000:1000E3:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen nostj:0:1000FD:07:000:Infinite Lives PL2 :nostj:00000000:104081:00000000:FFFFFFFF:Invincibility PL2 :nostj:00000001:104081:00000001:FFFFFFFF:Lose a Life Now! PL2 :nostj:00000000:10409C:00000007:FFFFFFFF:Always Maximum Shot Power PL2 :nostj:00000001:10409D:00000004:FFFFFFFF:Set Maximum Option Level PL2:Set after getting the option, don't set with no option ! :nostj:00000000:1001CB:00000014:FFFFFFFF:Always Maximum ?-Item Bonus PL2 :nostj:00000000:1000FF:00000099:FFFFFFFF:Always Have Maximum B-Chip PL2 :nostj:00000000:1000E9:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :nostj:20900000:000122:00000146:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :nostj:20810000:0005E1:00000000:FFFFFFFF:Skip RAM/ROM Check (2/3):1st = ROM Check Skipping, 2nd = RAM Initialize :nostj:20910000:0005F8:00004ED2:FFFFFFFF:Skip RAM/ROM Check (3/3):3rd = RAM Check Skipping ; [ Nostradamus (Korea) ] nostk:0:10000E:09:000:Infinite Credits :nostk:00000301:10004F:00000008:FFFFFFFF:Select the Starting Level:Use on ship select screen nostk:0:1000FC:07:000:Infinite Lives PL1 :nostk:00000000:104001:00000000:FFFFFFFF:Invincibility PL1 :nostk:00000001:104001:00000001:FFFFFFFF:Lose a Life Now! PL1 :nostk:00000000:10401C:00000007:FFFFFFFF:Always Maximum Shot Power PL1 :nostk:00000001:10401D:00000004:FFFFFFFF:Set Maximum Option Level PL1:Set after getting the option, don't set with no option ! :nostk:00000000:1001CA:00000014:FFFFFFFF:Always Maximum ?-Item Bonus PL1 :nostk:00000000:1000FE:00000099:FFFFFFFF:Always Have Maximum B-Chip PL1 :nostk:00000000:1000E3:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen nostk:0:1000FD:07:000:Infinite Lives PL2 :nostk:00000000:104081:00000000:FFFFFFFF:Invincibility PL2 :nostk:00000001:104081:00000001:FFFFFFFF:Lose a Life Now! PL2 :nostk:00000000:10409C:00000007:FFFFFFFF:Always Maximum Shot Power PL2 :nostk:00000001:10409D:00000004:FFFFFFFF:Set Maximum Option Level PL2:Set after getting the option, don't set with no option ! :nostk:00000000:1001CB:00000014:FFFFFFFF:Always Maximum ?-Item Bonus PL2 :nostk:00000000:1000FF:00000099:FFFFFFFF:Always Have Maximum B-Chip PL2 :nostk:00000000:1000E9:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :nostk:20900000:000122:00000146:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :nostk:20810000:0005E1:00000000:FFFFFFFF:Skip RAM/ROM Check (2/3):1st = ROM Check Skipping, 2nd = RAM Initialize :nostk:20910000:0005F8:00004ED2:FFFFFFFF:Skip RAM/ROM Check (3/3):3rd = RAM Check Skipping ; [ Nouryoku Koujou Iinkai ] nouryoku:0:0F9ACA:09:000:Infinite Credits :nouryoku:000000E6:0F01D2:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer nouryoku:0:0F01D2:00:000:Answer 1 always correct nouryoku:0:0F9C58:99:000:Infinite Energy PL1 nouryoku:0:0F9C5A:99:000:Infinite Energy PL2 ; [ Nova 2001 (US) ] nov2001u:0:E120:05:000:Infinite Lives nov2001u:0:E10F:03:007:Bonus Always > 3000 Pts nov2001u:0:E100:04:001:Go to Level 5 on Death nov2001u:0:E101:04:501:Go to Level 5 on Death (2/2) nov2001u:0:E100:09:001:Go to Level 10 on Death nov2001u:0:E101:09:501:Go to Level 10 on Death (2/2) nov2001u:0:E100:14:001:Go to Level 15 on Death nov2001u:0:E101:14:501:Go to Level 15 on Death (2/2) ; [ Nova 2001 (Japan) ] nova2001:0:E120:05:000:Infinite Lives nova2001:0:E10F:03:007:Bonus Always > 3000 Pts nova2001:0:E100:04:001:Go to Level 5 on Death nova2001:0:E101:04:501:Go to Level 5 on Death (2/2) nova2001:0:E100:09:001:Go to Level 10 on Death nova2001:0:E101:09:501:Go to Level 10 on Death (2/2) nova2001:0:E100:14:001:Go to Level 15 on Death nova2001:0:E101:14:501:Go to Level 15 on Death (2/2) ; [ Ninja Princess (64k Ver. bootleg?) ] nprinces:0:C039:00:000:Infinite Time nprinces:0:EEF8:14:500:Infinite Time (2/3) nprinces:0:C08C:F8:500:Infinite Time (3/3) :nprinces:20800000:108AB:00000018:FFFFFFFF:Invincibility :nprinces:20810000:1403B:00000018:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Pink Ninja :nprinces:20810000:15109:00000018:FFFFFFFF:Invincibility (3/3):Enemy nprinces:0:C02C:09:000:Infinite Lives PL1 nprinces:0:C02D:09:000:Infinite Lives PL2 ; [ Ninja Princess (128k Ver. bootleg?) ] nprincsb:0:C039:00:000:Infinite Time nprincsb:0:EEF8:14:500:Infinite Time (2/3) nprincsb:0:C08C:F8:500:Infinite Time (3/3) :nprincsb:20800000:108AB:00000018:FFFFFFFF:Invincibility :nprincsb:20810000:14067:00000018:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Pink Ninja :nprincsb:20810000:15135:00000018:FFFFFFFF:Invincibility (3/3):Enemy nprincsb:0:C02C:09:000:Infinite Lives PL1 nprincsb:0:C02D:09:000:Infinite Lives PL2 ; [ Ninja Princess (128k Ver.) ] nprincso:0:C039:00:000:Infinite Time nprincso:0:EEF8:14:500:Infinite Time (2/3) nprincso:0:C08C:F8:500:Infinite Time (3/3) :nprincso:20800000:108AB:00000018:FFFFFFFF:Invincibility :nprincso:20810000:14067:00000018:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Pink Ninja :nprincso:20810000:15135:00000018:FFFFFFFF:Invincibility (3/3):Enemy nprincso:0:C02C:09:000:Infinite Lives PL1 nprincso:0:C02D:09:000:Infinite Lives PL2 ; [ Ninja Princess (64k Ver. not encrypted) ] nprincsu:0:C039:00:000:Infinite Time nprincsu:0:EEF8:14:500:Infinite Time (2/3) nprincsu:0:C08C:F8:500:Infinite Time (3/3) :nprincsu:20800000:3AA1:00000018:FFFFFFFF:Invincibility :nprincsu:20810000:4B6F:00000018:FFFFFFFF:Invincibility (2/3):1st = Pink Ninja, 2nd = Enemy :nprincsu:20810000:5119:00000018:FFFFFFFF:Invincibility (3/3):Fire nprincsu:0:C02C:09:000:Infinite Lives PL1 nprincsu:0:C02D:09:000:Infinite Lives PL2 ; [ New Rally X ] nrallyx:0:800F:04:000:Infinite Lives PL1 nrallyx:0:826B:06:022:Infinite Fuel PL1 nrallyx:0:8010:04:000:Infinite Lives PL2 nrallyx:0:826D:06:022:Infinite Fuel PL2 nrallyx:0:824C:02:000:Invincibility nrallyx:0:81B0:02:000:Always 3 red cars nrallyx:0:824E:00:000:No red cars per level nrallyx:0:824E:01:000:Only 1 red car per level nrallyx:0:824E:01:000:7 red cars per level nrallyx:0:8251:00:000:No rocks nrallyx:0:8088:88:000:Red car 1 doesn't move nrallyx:0:80A8:88:000:Red car 2 doesn't move nrallyx:0:80C8:88:000:Red car 3 doesn't move nrallyx:0:80E8:88:000:Red car 4 doesn't move nrallyx:0:8108:88:000:Red car 5 doesn't move nrallyx:0:8128:88:000:Red car 6 doesn't move nrallyx:0:8148:88:000:Red car 7 doesn't move nrallyx:0:8168:88:000:Red car 8 doesn't move:Only there in later levels! nrallyx:0:8027:20:000:Car always Very Slow nrallyx:0:8028:00:500:Car always Very Slow (2/2) nrallyx:0:8027:C0:000:Car always Slow nrallyx:0:8028:00:500:Car always Slow (2/2) nrallyx:0:8027:20:000:Car always Normal Speed nrallyx:0:8028:02:500:Car always Normal Speed (2/2) nrallyx:0:8027:20:000:Car always Very Fast nrallyx:0:8028:05:500:Car always Very Fast (2/2) nrallyx:0:8027:20:000:Car always Ultra Fast nrallyx:0:8028:0A:500:Car always Ultra Fast (2/2) :nrallyx:20900000:384E:00000003:FFFFFFFF:Skip RAM/ROM Check ; [ Neratte Chu ] nratechu:0:E5EF:09:000:Infinite Credits nratechu:0:E558:00:000:Infinite Time [PUZZLE MODE] nratechu:0:E559:00:500:Infinite Time [PUZZLE MODE] (2/3) nratechu:0:E55A:00:500:Infinite Time [PUZZLE MODE] (3/3) nratechu:0:5281:00:100:Stop Lock Raising [PUZZLE MODE] nratechu:0:5282:00:600:Stop Lock Raising [PUZZLE MODE] (2/2) ; [ Night Slashers (Japan Rev 1.2) ] :nslashej:00200000:0100034:00636363:FFFFFFFF:Infinite Credits :nslashej:00100000:01000D5:00000000:FFFFFFFF:Infinite Time :nslashej:00000301:0100108:00000006:FFFFFFFF:Select Starting Stage:Set on character selection screen :nslashej:00000000:0100405:00000099:FFFFFFFF:Infinite Lives PL1 :nslashej:00000000:0100404:00000040:FFFFFFFF:Infinite Energy PL1 :nslashej:00000000:0100468:00000002:FFFFFFFF:Invincibility (Incomplete) PL1:Can't get an item :nslashej:00000000:0100010:00000000:00000010:Rapid Fire PL1:Can't charge :nslashej:00000000:0100505:00000099:FFFFFFFF:Infinite Lives PL2 :nslashej:00000000:0100504:00000040:FFFFFFFF:Infinite Energy PL2 :nslashej:00000000:0100568:00000002:FFFFFFFF:Invincibility (Incomplete) PL2:Can't get an item :nslashej:00000000:0100011:00000000:00000010:Rapid Fire PL2:Can't charge :nslashej:00000000:0100605:00000099:FFFFFFFF:Infinite Lives PL3 :nslashej:00000000:0100604:00000040:FFFFFFFF:Infinite Energy PL3 :nslashej:00000000:0100668:00000002:FFFFFFFF:Invincibility (Incomplete) PL3:Can't get an item :nslashej:00000000:0100019:00000000:00000010:Rapid Fire PL3:Can't charge ; [ Night Slashers (Korea Rev 1.3) ] :nslasher:00200000:0100034:00636363:FFFFFFFF:Infinite Credits :nslasher:00100000:01000D5:00000000:FFFFFFFF:Infinite Time :nslasher:00000301:0100108:00000006:FFFFFFFF:Select Starting Stage:Set on character selection screen :nslasher:00000000:0100405:00000099:FFFFFFFF:Infinite Lives PL1 :nslasher:00000000:0100404:00000040:FFFFFFFF:Infinite Energy PL1 :nslasher:00000000:0100468:00000002:FFFFFFFF:Invincibility (Incomplete) PL1:Can't get an item :nslasher:00000000:0100010:00000000:00000010:Rapid Fire PL1:Can't charge :nslasher:00000000:0100505:00000099:FFFFFFFF:Infinite Lives PL2 :nslasher:00000000:0100504:00000040:FFFFFFFF:Infinite Energy PL2 :nslasher:00000000:0100568:00000002:FFFFFFFF:Invincibility (Incomplete) PL2:Can't get an item :nslasher:00000000:0100011:00000000:00000010:Rapid Fire PL2:Can't charge :nslasher:00000000:0100605:00000099:FFFFFFFF:Infinite Lives PL3 :nslasher:00000000:0100604:00000040:FFFFFFFF:Infinite Energy PL3 :nslasher:00000000:0100668:00000002:FFFFFFFF:Invincibility (Incomplete) PL3:Can't get an item :nslasher:00000000:0100019:00000000:00000010:Rapid Fire PL3:Can't charge ; [ Ninja Spirit ] nspirit:0:A39C1:DE:000:Infinite Time nspirit:0:A0074:01:000:Invincibility nspirit:0:00000:00:999:[See the Dip Switch Menu to ] nspirit:0:00000:00:999:[enable an alternate ] nspirit:0:00000:00:999:[Invincibility cheat. ] nspirit:0:A0093:0F:000:Always Max Power for all Ammo nspirit:0:A0073:01:000:Always have 1 Shadow Man nspirit:0:A0073:02:000:Always have 2 Shadow Men nspirit:0:A0073:01:001:Get 1 Shadow Man Now! nspirit:0:A0073:02:001:Get 2 Shadow Men Now! nspirit:0:A0073:00:001:Lose Shadow Men Now! nspirit:0:A38EB:06:000:Infinite Lives PL1 nspirit:0:A38F1:06:000:Infinite Lives PL2 ; [ Saigo no Nindou (Japan) ] nspiritj:0:A39C1:DE:000:Infinite Time nspiritj:0:A0074:01:000:Invincibility nspiritj:0:00000:00:999:[See the Dip Switch Menu to ] nspiritj:0:00000:00:999:[enable an alternate ] nspiritj:0:00000:00:999:[Invincibility cheat. ] nspiritj:0:A0093:0F:000:Always Max Power for all Ammo nspiritj:0:A0073:01:000:Always have 1 Shadow Man nspiritj:0:A0073:02:000:Always have 2 Shadow Men nspiritj:0:A0073:01:001:Get 1 Shadow Man Now! nspiritj:0:A0073:02:001:Get 2 Shadow Men Now! nspiritj:0:A0073:00:001:Lose Shadow Men Now! nspiritj:0:A38EB:06:000:Infinite Lives PL1 nspiritj:0:A38F1:06:000:Infinite Lives PL2 ; [ Act Raiser (Nintendo Super System) ] :nss_actr:00000301:7E031A:0000000C:FFFFFFFF:Select Starting Stage:Set on title screen :nss_actr:00000301:7E0328:00000007:FFFFFFFF:Select Final Stage Area:Code 0x08 is the ending (start after you've killed final boss) nss_actr:0:7E00E7:99:007:Infinite Time nss_actr:0:7E001C:98:000:Infinite Lives nss_actr:0:7E001D:0A:000:Infinite Energy nss_actr:0:7E001E:0A:500:Infinite Energy (2/2) :nss_actr:20800000:008926:00000029:FFFFFFFF:Invincibility:You die though when you fall off a high platform :nss_actr:20810000:008B6D:00000080:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Scenery :nss_actr:00000000:7E00E5:00000080:FFFFFFFF:Always Have Power Up :nss_actr:00000000:7E00F8:00000040:00000040:Rapid Fire ; [ Addams Family, The (Nintendo Super System) ] nss_adam:0:7E0146:59:000:Infinite Time nss_adam:0:7E00AC:99:000:Infinite Lives nss_adam:0:7E00C3:06:000:Infinite Energy :nss_adam:00000000:7E00C6:00000002:FFFFFFFF:Invincibility nss_adam:0:7E00AB:99:000:Infinite Money nss_adam:0:7E00F6:00:001:One Hit to kill Boss Now! ; [ David Crane's Amazing Tennis (Nintendo Super System) ] nss_aten:0:7E0545:00:000:"Game" Score always = 0 Server nss_aten:0:7E0545:00:001:"Game" Score = 0 Now! Server nss_aten:0:7E0545:03:001:"Game" Score = 40 Now! Server nss_aten:0:7E0547:00:000:"Game" Score always = 0 Returner nss_aten:0:7E0547:00:001:"Game" Score = 0 Now! Returner nss_aten:0:7E0547:03:001:"Game" Score = 40 Now! Returner ; [ Contra 3: The Alien Wars (Nintendo Super System) ] nss_con3:0:7E0086:06:062:Select Next Stage :nss_con3:00001501:7E0086:00000005:FFFFFFFF:Select Starting Stage:You should enable this cheat on the 'Select PL1/2 screen' nss_con3:0:7E1F8A:64:000:Infinite Lives PL1 nss_con3:0:7E1F8C:09:000:Infinite Bombs PL1 nss_con3:0:7E0224:0F:000:Invincibility PL1:You may not be able to control the vehicle with this cheat ON, if you can't just turn the cheat OFF. nss_con3:0:7E1508:0F:500:Invincibility PL1 (2/2) nss_con3:0:7E1F88:99:000:Infinite Barrier:You may not be able to control the vehicle with this cheat ON, if you can't just turn the cheat OFF. :nss_con3:62000000:000000:00000000:00000000:Select Weapon (I) PL1 :nss_con3:00010000:7E1F84:00000000:FFFFFFFF:Normal :nss_con3:00010000:7E1F84:00000001:FFFFFFFF:S :nss_con3:00010000:7E1F84:00000002:FFFFFFFF:C :nss_con3:00010000:7E1F84:00000003:FFFFFFFF:H :nss_con3:00010000:7E1F84:00000004:FFFFFFFF:F :nss_con3:00010000:7E1F84:00000005:FFFFFFFF:L :nss_con3:62000000:000000:00000000:00000000:Select Weapon (II) PL1 :nss_con3:00010000:7E1F86:00000000:FFFFFFFF:Normal :nss_con3:00010000:7E1F86:00000001:FFFFFFFF:S :nss_con3:00010000:7E1F86:00000002:FFFFFFFF:C :nss_con3:00010000:7E1F86:00000003:FFFFFFFF:H :nss_con3:00010000:7E1F86:00000004:FFFFFFFF:F :nss_con3:00010000:7E1F86:00000005:FFFFFFFF:L nss_con3:0:7E1FCA:64:000:Infinite Lives PL2 nss_con3:0:7E1FCC:09:000:Infinite Bombs PL2 nss_con3:0:7E0264:0F:000:Invincibility PL2:You may not be able to control the vehicle with this cheat ON, if you can't just turn the cheat OFF. nss_con3:0:7E1548:0F:500:Invincibility PL2 (2/2) nss_con3:0:7E1FC8:99:000:Infinite Barrier PL2:You may not be able to control the vehicle with this cheat ON, if you can't just turn the cheat OFF. :nss_con3:62000000:000000:00000000:00000000:Select Weapon (I) PL2 :nss_con3:00010000:7E1FC4:00000000:FFFFFFFF:Normal :nss_con3:00010000:7E1FC4:00000001:FFFFFFFF:S :nss_con3:00010000:7E1FC4:00000002:FFFFFFFF:C :nss_con3:00010000:7E1FC4:00000003:FFFFFFFF:H :nss_con3:00010000:7E1FC4:00000004:FFFFFFFF:F :nss_con3:00010000:7E1FC4:00000005:FFFFFFFF:L :nss_con3:62000000:000000:00000000:00000000:Select Weapon (II) PL2 :nss_con3:00010000:7E1FC6:00000000:FFFFFFFF:Normal :nss_con3:00010000:7E1FC6:00000001:FFFFFFFF:S :nss_con3:00010000:7E1FC6:00000002:FFFFFFFF:C :nss_con3:00010000:7E1FC6:00000003:FFFFFFFF:H :nss_con3:00010000:7E1FC6:00000004:FFFFFFFF:F :nss_con3:00010000:7E1FC6:00000005:FFFFFFFF:L ; [ F-Zero (Nintendo Super System) ] :nss_fzer:00200000:7E00C0:00000000:FFFFFFFF:Infinite Time :nss_fzer:00000000:7E0059:00000009:FFFFFFFF:Infinite Lives :nss_fzer:00100000:7E00C9:00000008:FFFFFFFF:Infinite Energy :nss_fzer:60000000:000000:00000000:FFFFFFFF:[ All cars gets Invincibility though ] :nss_fzer:20800000:0098F3:00000080:FFFFFFFF:Invincibility (TEST) :nss_fzer:20810000:009CAF:00000060:FFFFFFFF:Invincibility (TEST) (2/6):1st = Wall, 2nd = Out of Course :nss_fzer:20810000:00BB99:00000080:FFFFFFFF:Invincibility (TEST) (3/6):Car :nss_fzer:20810000:039193:0000006B:FFFFFFFF:Invincibility (TEST) (4/6):Dirt :nss_fzer:20810000:0391D7:0000006B:FFFFFFFF:Invincibility (TEST) (5/6):Slip Zone :nss_fzer:20810000:0391EF:0000006B:FFFFFFFF:Invincibility (TEST) (6/6):Mine :nss_fzer:00000000:7E0CF3:00000003:FFFFFFFF:Infinite Boosts :nss_fzer:00000000:7E0CF4:00000002:FFFFFFFF:Always Use Boost :nss_fzer:00010000:7E0D51:00000008:00000008:Always Use Boost (2/2) :nss_fzer:00100000:7E0B20:0000600E:FFFFFFFF:Always Have Maximum Speed ; [ Lethal Weapon (Nintendo Super System) ] nss_lwep:0:7E0D2A:59:000:Infinite Time nss_lwep:0:7E0226:08:000:Infinite Energy nss_lwep:0:7E025E:02:000:Invincibility nss_lwep:0:7E021E:06:000:Infinite Ammo nss_lwep:0:7E0222:99:000:Infinite Clips ; [ NCAA Basketball (Nintendo Super System) ] nss_ncaa:0:7E179A:59:000:Infinite Time nss_ncaa:0:7E179B:99:500:Infinite Time (2/2) nss_ncaa:0:7E179A:01:001:Finish this Period Now! nss_ncaa:0:7E179B:00:501:Finish this Period Now! (2/2) nss_ncaa:0:7E17A6:99:073:Select Score PL1 nss_ncaa:0:7E17A6:00:000:Score always = 0 PL1 nss_ncaa:0:7E17A6:50:000:Score always = 50 PL1 nss_ncaa:0:7E17A6:00:001:Score = 0 Now! PL1 nss_ncaa:0:7E17A6:50:001:Score = 50 Now! PL1 nss_ncaa:0:7E17A8:99:073:Select Score PL2 nss_ncaa:0:7E17A8:00:000:Score always = 0 PL2 nss_ncaa:0:7E17A8:50:000:Score always = 50 PL2 nss_ncaa:0:7E17A8:00:001:Score = 0 Now! PL2 nss_ncaa:0:7E17A8:50:001:Score = 50 Now! PL2 ; [ Robocop 3 (Nintendo Super System) ] nss_rob3:0:7E030C:59:000:Infinite Time nss_rob3:0:7E030D:09:500:Infinite Time (2/2) nss_rob3:0:7E1854:04:000:Infinite Lives nss_rob3:0:7E0477:3C:000:Infinite Energy nss_rob3:0:7E1848:99:000:Infinite Ammo nss_rob3:0:7E1849:09:500:Infinite Ammo (2/2) ; [ Skins Game (Nintendo Super System) ] nss_skin:0:0000:00:999:[ There are no cheats ]:REASON 1 nss_skin:0:0000:00:999:[ for this game as it ]:REASON 1 nss_skin:0:0000:00:999:[ didn't work the last ]:REASON 1 nss_skin:0:0000:00:999:[ time it was tested. ]:REASON 1 nss_skin:0:0000:00:999:[ If the game now works ]:REASON 1 nss_skin:0:0000:00:999:[ please request cheats ]:REASON 1 nss_skin:0:0000:00:999:[ for it on the cheat ]:REASON 1 nss_skin:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Mario World (Nintendo Super System) ] :nss_smw:00200000:7E0F31:00090909:FFFFFFFF:Infinite Time :nss_smw:00000000:7E0DBE:00000062:FFFFFFFF:Infinite Lives :nss_smw:00000000:7E1497:00000003:FFFFFFFF:Invincibility :nss_smw:00000000:7E0DBF:00000063:FFFFFFFF:Infinite Normal Coins :nss_smw:00000000:7E1422:00000004:FFFFFFFF:Infinite Big Coins :nss_smw:00000000:7E0F48:00000064:FFFFFFFF:Infinite Stars :nss_smw:62000000:000000:00000000:00000000:Select Current Status :nss_smw:00010000:7E0019:00000000:FFFFFFFF:Normal :nss_smw:00010000:7E0019:00000001:FFFFFFFF:Big :nss_smw:00010000:7E0019:00000002:FFFFFFFF:Mantle :nss_smw:00010000:7E0019:00000003:FFFFFFFF:Fire :nss_smw:62000000:000000:00000000:00000000:Select Current Stock Item :nss_smw:00010000:7E0DC2:00000000:FFFFFFFF:None :nss_smw:00010000:7E0DC2:00000001:FFFFFFFF:Mushroom :nss_smw:00010000:7E0DC2:00000002:FFFFFFFF:Flower :nss_smw:00010000:7E0DC2:00000003:FFFFFFFF:Star :nss_smw:00010000:7E0DC2:00000004:FFFFFFFF:Feather ; [ Super Soccer (Nintendo Super System) ] nss_ssoc:0:7E1705:3B:000:Infinite Time nss_ssoc:0:7E1706:63:500:Infinite Time (2/2) nss_ssoc:0:7E1705:01:001:Finish this Half Now! nss_ssoc:0:7E1706:00:501:Finish this Half Now! (2/2) nss_ssoc:0:7E075A:00:000:Score always = 0 Team 1 nss_ssoc:0:7E075A:63:000:Score always = 99 Team 1 nss_ssoc:0:7E075A:00:001:Set score = 0 Now! Team 1 nss_ssoc:0:7E075A:32:001:Set score = 50 Now! Team 1 nss_ssoc:0:7E075A:63:070:Select Score Now! Team 1 nss_ssoc:0:7E075B:00:000:Score always = 0 Team 2 nss_ssoc:0:7E075B:63:000:Score always = 99 Team 2 nss_ssoc:0:7E075B:00:001:Set score = 0 Now! Team 2 nss_ssoc:0:7E075B:32:001:Set score = 50 Now! Team 2 nss_ssoc:0:7E075B:63:070:Select Score Now! Team 2 ; [ Super Tennis (Nintendo Super System) ] nss_sten:0:0000:00:999:[ There are no cheats ]:REASON 1 nss_sten:0:0000:00:999:[ for this game as it ]:REASON 1 nss_sten:0:0000:00:999:[ didn't work the last ]:REASON 1 nss_sten:0:0000:00:999:[ time it was tested. ]:REASON 1 nss_sten:0:0000:00:999:[ If the game now works ]:REASON 1 nss_sten:0:0000:00:999:[ please request cheats ]:REASON 1 nss_sten:0:0000:00:999:[ for it on the cheat ]:REASON 1 nss_sten:0:0000:00:999:[ forums. ]:REASON 1 ; [ Night Stocker ] nstocker:0:0288:15:000:Infinite Shields nstocker:0:0287:9A:000:Infinite Shots nstocker:0:0295:00:001:Distance/Enemies left=0 Now! ; [ N-Sub (upright) ] :nsub:00000000:8381:00000099:FFFFFFFF:Infinite Credits :nsub:20800000:1373:000000C9:FFFFFFFF:Invincibility (Buggy):The game will crash when you collide with a submarine :nsub:00000000:843F:00000000:00000040:Rapid Fire - Front :nsub:00000000:843F:00000000:00000020:Rapid Fire - Upper :nsub:00000000:843D:00000005:FFFFFFFF:Infinite Lives PL1 :nsub:00001301:843B:00000005:FFFFFFFF:Select Starting Round PL1:Set on displayed "Press 1 (or 2) Player Start" message screen :nsub:00000000:843E:00000005:FFFFFFFF:Infinite Lives PL2 :nsub:00001301:843C:00000005:FFFFFFFF:Select Starting Round PL2:Set on displayed "Press 1 (or 2) Player Start" message screen ; [ Mahjong Nerae! Top Star (Japan) ] ntopstar:0:F94F:FF:000:Buggy "Shikin" ntopstar:0:0000:00:999:[ The winning hand cheat must be activated when ] ntopstar:0:0000:00:999:[ there are 14 tiles in your hand, then press ] ntopstar:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] ntopstar:0:0000:00:999:[ visually change until you make a move. ] ntopstar:0:FC8B:31:001:Get winning hand Now! ntopstar:0:FC8C:31:501:Get winning hand Now! (02/14) ntopstar:0:FC8D:31:501:Get winning hand Now! (03/14) ntopstar:0:FC8E:32:501:Get winning hand Now! (04/14) ntopstar:0:FC8F:32:501:Get winning hand Now! (05/14) ntopstar:0:FC90:32:501:Get winning hand Now! (06/14) ntopstar:0:FC91:33:501:Get winning hand Now! (07/14) ntopstar:0:FC92:33:501:Get winning hand Now! (08/14) ntopstar:0:FC93:33:501:Get winning hand Now! (09/14) ntopstar:0:FC94:34:501:Get winning hand Now! (10/14) ntopstar:0:FC95:34:501:Get winning hand Now! (11/14) ntopstar:0:FC96:34:501:Get winning hand Now! (12/14) ntopstar:0:FC97:35:501:Get winning hand Now! (13/14) ntopstar:0:FC98:35:501:Get winning hand Now! (14/14) ntopstar:0:FC8B:31:000:Always winning hand ntopstar:0:FC8C:31:500:Always winning hand (02/14) ntopstar:0:FC8D:31:500:Always winning hand (03/14) ntopstar:0:FC8E:32:500:Always winning hand (04/14) ntopstar:0:FC8F:32:500:Always winning hand (05/14) ntopstar:0:FC90:32:500:Always winning hand (06/14) ntopstar:0:FC91:33:500:Always winning hand (07/14) ntopstar:0:FC92:33:500:Always winning hand (08/14) ntopstar:0:FC93:33:500:Always winning hand (09/14) ntopstar:0:FC94:34:500:Always winning hand (10/14) ntopstar:0:FC95:34:500:Always winning hand (11/14) ntopstar:0:FC96:34:500:Always winning hand (12/14) ntopstar:0:FC97:35:500:Always winning hand (13/14) ntopstar:0:FC98:35:500:Always winning hand (14/14) ; [ Numan Athletics (World) ] numanath:0:00BB1A:00:000:Infinite Time (Running Events) numanath:0:00BB1B:00:500:Infinite Time (Running Events) (2/2) ; [ Numan Athletics (Japan) ] numanatj:0:00BB1A:00:000:Infinite Time (Running Events) numanatj:0:00BB1B:00:500:Infinite Time (Running Events) (2/2) ; [ Nunchackun ] nunchaku:0:C30D:02:000:Infinite Time nunchaku:0:C30E:02:500:Infinite Time (2/3) nunchaku:0:C30F:01:500:Infinite Time (3/3) nunchaku:0:C8F2:00:000:Infinite Energy (Main Game) nunchaku:0:C53F:08:000:Infinite Energy (Sub Games) :nunchaku:20800000:40CB:000000C9:FFFFFFFF:Invincibility :nunchaku:20810000:64F2:00000000:FFFFFFFF:Invincibility (2/2):1st = On the passage, 2nd = In the room :nunchaku:00000000:C0E4:00000000:FFFFFFFF:Rapid Fire nunchaku:0:C00C:06:000:Infinite Lives PL1 nunchaku:0:C00D:06:000:Infinite Lives PL2 ; [ Night Warriors: Darkstalkers' Revenge (US 950406) ] nwarr:0:FF81B2:09:000:Infinite Credits :nwarr:00000000:FF8E09:00000099:FFFFFFFF:Infinite Time :nwarr:00000001:FF8E09:00000000:FFFFFFFF:Finish this Round Now! :nwarr:62000000:000000:00000000:00000000:Game Speed always = :nwarr:00010000:FF8213:00000000:FFFFFFFF:Normal :nwarr:00010000:FF8213:00000001:FFFFFFFF:Turbo :nwarr:62000000:000000:00000000:00000000:Select Backdrop :nwarr:00010000:FF8D89:00000000:FFFFFFFF:Demitri's :nwarr:00010000:FF8D89:00000001:FFFFFFFF:Jon Talbain's :nwarr:00010000:FF8D89:00000002:FFFFFFFF:Victor's :nwarr:00010000:FF8D89:00000003:FFFFFFFF:Lord Raptor's :nwarr:00010000:FF8D89:00000004:FFFFFFFF:Morrigan's :nwarr:00010000:FF8D89:00000005:FFFFFFFF:Anakaris's :nwarr:00010000:FF8D89:00000006:FFFFFFFF:Felicia's :nwarr:00010000:FF8D89:00000007:FFFFFFFF:Bishamon's :nwarr:00010000:FF8D89:00000008:FFFFFFFF:Rikuo's :nwarr:00010000:FF8D89:00000009:FFFFFFFF:Sasquatch's :nwarr:00010000:FF8D89:0000000A:FFFFFFFF:Huitzil's :nwarr:00010000:FF8D89:0000000B:FFFFFFFF:Pyron's :nwarr:00010000:FF8D89:0000000C:FFFFFFFF:Hsien-Ko's :nwarr:00010000:FF8D89:0000000D:FFFFFFFF:Donovan's :nwarr:00003303:FF8842:00000009:FFFFFFFF:Select the Starting Stage:Use it before you start playing ie. on the title screen or before you choose a character :nwarr:00000303:FF8842:00000009:FFFFFFFF:Select Next Stage (Use during play) :nwarr:00000020:FF83CB:00000090:FFFFFFFF:Infinite Energy PL1 :nwarr:00000001:FF83CB:00000000:FFFFFFFF:Drain All Energy Now! PL1 nwarr:0:FF8565:0A:000:Infinite Special PL1 nwarr:0:FF855F:70:500:Infinite Special PL1 (2/2) nwarr:0:FF855D:00:000:No Specials Available PL1 :nwarr:62000000:000000:00000000:00000000:Select constant Attack Level PL1 :nwarr:00010000:FF83ED:00000000:FFFFFFFF:Low :nwarr:00010000:FF83ED:00000001:FFFFFFFF:Medium :nwarr:00010000:FF83ED:00000002:FFFFFFFF:High nwarr:0:FF850D:01:000:Infinite Auto Guard PL1 nwarr:0:FF884C:63:500:Infinite Auto Guard PL1 (2/2) nwarr:0:FF8830:02:001:Win this Round to Win Match Now! PL1 nwarr:0:FF8397:01:000:Action Speed Up PL1 nwarr:0:FF83D3:00:000:Never be dazed PL1 nwarr:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :nwarr:62000001:FF8829:00000001:FFFFFFFF:Select Character Now! PL1 :nwarr:00010001:FF8829:00000001:FFFFFFFF:Demitri :nwarr:00010001:FF8829:00000002:FFFFFFFF:Jon Talbain :nwarr:00010001:FF8829:00000003:FFFFFFFF:Victor :nwarr:00010001:FF8829:00000004:FFFFFFFF:Lord Raptor :nwarr:00010001:FF8829:00000005:FFFFFFFF:Morrigan :nwarr:00010001:FF8829:00000006:FFFFFFFF:Anakaris :nwarr:00010001:FF8829:00000007:FFFFFFFF:Felicia :nwarr:00010001:FF8829:00000008:FFFFFFFF:Bishamon :nwarr:00010001:FF8829:00000009:FFFFFFFF:Rikuo :nwarr:00010001:FF8829:0000000A:FFFFFFFF:Sasquatch :nwarr:00010001:FF8829:0000000B:FFFFFFFF:Huitzil :nwarr:00010001:FF8829:0000000C:FFFFFFFF:Pyron :nwarr:00010001:FF8829:0000000D:FFFFFFFF:Hsien-Ko :nwarr:00010001:FF8829:0000000E:FFFFFFFF:Donovan :nwarr:62000001:FF882F:00000000:FFFFFFFF:Select Character Colour Now! PL1 :nwarr:00010001:FF882F:00000000:FFFFFFFF:Colour 1 :nwarr:00010001:FF882F:00000001:FFFFFFFF:Colour 2 :nwarr:00010001:FF882F:00000002:FFFFFFFF:Colour 3 :nwarr:00010001:FF882F:00000003:FFFFFFFF:Colour 4 :nwarr:00010001:FF882F:00000004:FFFFFFFF:Colour 5 :nwarr:00010001:FF882F:00000005:FFFFFFFF:Colour 6 :nwarr:00010001:FF882F:00000006:FFFFFFFF:Colour 7 :nwarr:00010001:FF882F:00000007:FFFFFFFF:Colour 8 :nwarr:00000020:FF88CB:00000090:FFFFFFFF:Infinite Energy PL2 :nwarr:00000001:FF88CB:00000000:FFFFFFFF:Drain All Energy Now! PL2 nwarr:0:FF8A65:0A:000:Infinite Special PL2 nwarr:0:FF8A5F:70:500:Infinite Special PL2 (2/2) nwarr:0:FF8A5D:00:000:No Specials Available PL2 :nwarr:62000000:000000:00000000:00000000:Select constant Attack Level PL2 :nwarr:00010000:FF88ED:00000000:FFFFFFFF:Low :nwarr:00010000:FF88ED:00000001:FFFFFFFF:Medium :nwarr:00010000:FF88ED:00000002:FFFFFFFF:High nwarr:0:FF8A0D:01:000:Infinite Auto Guard PL2 nwarr:0:FF8D4C:63:500:Infinite Auto Guard PL2 (2/2) nwarr:0:FF8D30:02:001:Win this Round to Win Match Now! PL2 nwarr:0:FF8897:01:000:Action Speed Up PL2 nwarr:0:FF88D3:00:000:Never be dazed PL2 nwarr:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :nwarr:62000001:FF8D29:00000001:FFFFFFFF:Select Character Now! PL2 :nwarr:00010001:FF8D29:00000001:FFFFFFFF:Demitri :nwarr:00010001:FF8D29:00000002:FFFFFFFF:Jon Talbain :nwarr:00010001:FF8D29:00000003:FFFFFFFF:Victor :nwarr:00010001:FF8D29:00000004:FFFFFFFF:Lord Raptor :nwarr:00010001:FF8D29:00000005:FFFFFFFF:Morrigan :nwarr:00010001:FF8D29:00000006:FFFFFFFF:Anakaris :nwarr:00010001:FF8D29:00000007:FFFFFFFF:Felicia :nwarr:00010001:FF8D29:00000008:FFFFFFFF:Bishamon :nwarr:00010001:FF8D29:00000009:FFFFFFFF:Rikuo :nwarr:00010001:FF8D29:0000000A:FFFFFFFF:Sasquatch :nwarr:00010001:FF8D29:0000000B:FFFFFFFF:Huitzil :nwarr:00010001:FF8D29:0000000C:FFFFFFFF:Pyron :nwarr:00010001:FF8D29:0000000D:FFFFFFFF:Hsien-Ko :nwarr:00010001:FF8D29:0000000E:FFFFFFFF:Donovan :nwarr:62000001:FF8D2F:00000000:FFFFFFFF:Select Character Colour Now! PL2 :nwarr:00010001:FF8D2F:00000000:FFFFFFFF:Colour 1 :nwarr:00010001:FF8D2F:00000001:FFFFFFFF:Colour 2 :nwarr:00010001:FF8D2F:00000002:FFFFFFFF:Colour 3 :nwarr:00010001:FF8D2F:00000003:FFFFFFFF:Colour 4 :nwarr:00010001:FF8D2F:00000004:FFFFFFFF:Colour 5 :nwarr:00010001:FF8D2F:00000005:FFFFFFFF:Colour 6 :nwarr:00010001:FF8D2F:00000006:FFFFFFFF:Colour 7 :nwarr:00010001:FF8D2F:00000007:FFFFFFFF:Colour 8 nwarr:0:000000:00:999:[ These are the codes to set the machine region - the ] nwarr:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] nwarr:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] :nwarr:62000000:000000:00000000:00000000:Region Switch = :nwarr:00010000:FF8205:00000000:FFFFFFFF:Japan :nwarr:00010000:FF8205:00000002:FFFFFFFF:USA :nwarr:00010000:FF8205:00000004:FFFFFFFF:Asia :nwarr:00010000:FF8205:00000006:FFFFFFFF:Hispanic :nwarr:00010000:FF8205:00000008:FFFFFFFF:Brazil :nwarr:00010000:FF8205:0000000A:FFFFFFFF:Euro :nwarr:62000000:000000:00000000:00000000:Title Switch = :nwarr:00010000:FF8214:00000000:FFFFFFFF:Vampire Hunter :nwarr:00010000:FF8214:00000001:FFFFFFFF:Night Warriors ; [ Night Warriors: Darkstalkers' Revenge (Brazil 950403) ] nwarrb:0:FF81B2:09:000:Infinite Credits :nwarrb:00000000:FF8E09:00000099:FFFFFFFF:Infinite Time :nwarrb:00000001:FF8E09:00000000:FFFFFFFF:Finish this Round Now! :nwarrb:62000000:000000:00000000:00000000:Game Speed always = :nwarrb:00010000:FF8213:00000000:FFFFFFFF:Normal :nwarrb:00010000:FF8213:00000001:FFFFFFFF:Turbo :nwarrb:62000000:000000:00000000:00000000:Select Backdrop :nwarrb:00010000:FF8D89:00000000:FFFFFFFF:Demitri's :nwarrb:00010000:FF8D89:00000001:FFFFFFFF:Jon Talbain's :nwarrb:00010000:FF8D89:00000002:FFFFFFFF:Victor's :nwarrb:00010000:FF8D89:00000003:FFFFFFFF:Lord Raptor's :nwarrb:00010000:FF8D89:00000004:FFFFFFFF:Morrigan's :nwarrb:00010000:FF8D89:00000005:FFFFFFFF:Anakaris's :nwarrb:00010000:FF8D89:00000006:FFFFFFFF:Felicia's :nwarrb:00010000:FF8D89:00000007:FFFFFFFF:Bishamon's :nwarrb:00010000:FF8D89:00000008:FFFFFFFF:Rikuo's :nwarrb:00010000:FF8D89:00000009:FFFFFFFF:Sasquatch's :nwarrb:00010000:FF8D89:0000000A:FFFFFFFF:Huitzil's :nwarrb:00010000:FF8D89:0000000B:FFFFFFFF:Pyron's :nwarrb:00010000:FF8D89:0000000C:FFFFFFFF:Hsien-Ko's :nwarrb:00010000:FF8D89:0000000D:FFFFFFFF:Donovan's :nwarrb:00003303:FF8842:00000009:FFFFFFFF:Select the Starting Stage:Use it before you start playing ie. on the title screen or before you choose a character :nwarrb:00000303:FF8842:00000009:FFFFFFFF:Select Next Stage (Use during play) :nwarrb:00000020:FF83CB:00000090:FFFFFFFF:Infinite Energy PL1 :nwarrb:00000001:FF83CB:00000000:FFFFFFFF:Drain All Energy Now! PL1 nwarrb:0:FF8565:0A:000:Infinite Special PL1 nwarrb:0:FF855F:70:500:Infinite Special PL1 (2/2) nwarrb:0:FF855D:00:000:No Specials Available PL1 :nwarrb:62000000:000000:00000000:00000000:Select constant Attack Level PL1 :nwarrb:00010000:FF83ED:00000000:FFFFFFFF:Low :nwarrb:00010000:FF83ED:00000001:FFFFFFFF:Medium :nwarrb:00010000:FF83ED:00000002:FFFFFFFF:High nwarrb:0:FF850D:01:000:Infinite Auto Guard PL1 nwarrb:0:FF884C:63:500:Infinite Auto Guard PL1 (2/2) nwarrb:0:FF8830:02:001:Win this Round to Win Match Now! PL1 nwarrb:0:FF8397:01:000:Action Speed Up PL1 nwarrb:0:FF83D3:00:000:Never be dazed PL1 nwarrb:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :nwarrb:62000001:FF8829:00000001:FFFFFFFF:Select Character Now! PL1 :nwarrb:00010001:FF8829:00000001:FFFFFFFF:Demitri :nwarrb:00010001:FF8829:00000002:FFFFFFFF:Jon Talbain :nwarrb:00010001:FF8829:00000003:FFFFFFFF:Victor :nwarrb:00010001:FF8829:00000004:FFFFFFFF:Lord Raptor :nwarrb:00010001:FF8829:00000005:FFFFFFFF:Morrigan :nwarrb:00010001:FF8829:00000006:FFFFFFFF:Anakaris :nwarrb:00010001:FF8829:00000007:FFFFFFFF:Felicia :nwarrb:00010001:FF8829:00000008:FFFFFFFF:Bishamon :nwarrb:00010001:FF8829:00000009:FFFFFFFF:Rikuo :nwarrb:00010001:FF8829:0000000A:FFFFFFFF:Sasquatch :nwarrb:00010001:FF8829:0000000B:FFFFFFFF:Huitzil :nwarrb:00010001:FF8829:0000000C:FFFFFFFF:Pyron :nwarrb:00010001:FF8829:0000000D:FFFFFFFF:Hsien-Ko :nwarrb:00010001:FF8829:0000000E:FFFFFFFF:Donovan :nwarrb:62000001:FF882F:00000000:FFFFFFFF:Select Character Colour Now! PL1 :nwarrb:00010001:FF882F:00000000:FFFFFFFF:Colour 1 :nwarrb:00010001:FF882F:00000001:FFFFFFFF:Colour 2 :nwarrb:00010001:FF882F:00000002:FFFFFFFF:Colour 3 :nwarrb:00010001:FF882F:00000003:FFFFFFFF:Colour 4 :nwarrb:00010001:FF882F:00000004:FFFFFFFF:Colour 5 :nwarrb:00010001:FF882F:00000005:FFFFFFFF:Colour 6 :nwarrb:00010001:FF882F:00000006:FFFFFFFF:Colour 7 :nwarrb:00010001:FF882F:00000007:FFFFFFFF:Colour 8 :nwarrb:00000020:FF88CB:00000090:FFFFFFFF:Infinite Energy PL2 :nwarrb:00000001:FF88CB:00000000:FFFFFFFF:Drain All Energy Now! PL2 nwarrb:0:FF8A65:0A:000:Infinite Special PL2 nwarrb:0:FF8A5F:70:500:Infinite Special PL2 (2/2) nwarrb:0:FF8A5D:00:000:No Specials Available PL2 :nwarrb:62000000:000000:00000000:00000000:Select constant Attack Level PL2 :nwarrb:00010000:FF88ED:00000000:FFFFFFFF:Low :nwarrb:00010000:FF88ED:00000001:FFFFFFFF:Medium :nwarrb:00010000:FF88ED:00000002:FFFFFFFF:High nwarrb:0:FF8A0D:01:000:Infinite Auto Guard PL2 nwarrb:0:FF8D4C:63:500:Infinite Auto Guard PL2 (2/2) nwarrb:0:FF8D30:02:001:Win this Round to Win Match Now! PL2 nwarrb:0:FF8897:01:000:Action Speed Up PL2 nwarrb:0:FF88D3:00:000:Never be dazed PL2 nwarrb:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :nwarrb:62000001:FF8D29:00000001:FFFFFFFF:Select Character Now! PL2 :nwarrb:00010001:FF8D29:00000001:FFFFFFFF:Demitri :nwarrb:00010001:FF8D29:00000002:FFFFFFFF:Jon Talbain :nwarrb:00010001:FF8D29:00000003:FFFFFFFF:Victor :nwarrb:00010001:FF8D29:00000004:FFFFFFFF:Lord Raptor :nwarrb:00010001:FF8D29:00000005:FFFFFFFF:Morrigan :nwarrb:00010001:FF8D29:00000006:FFFFFFFF:Anakaris :nwarrb:00010001:FF8D29:00000007:FFFFFFFF:Felicia :nwarrb:00010001:FF8D29:00000008:FFFFFFFF:Bishamon :nwarrb:00010001:FF8D29:00000009:FFFFFFFF:Rikuo :nwarrb:00010001:FF8D29:0000000A:FFFFFFFF:Sasquatch :nwarrb:00010001:FF8D29:0000000B:FFFFFFFF:Huitzil :nwarrb:00010001:FF8D29:0000000C:FFFFFFFF:Pyron :nwarrb:00010001:FF8D29:0000000D:FFFFFFFF:Hsien-Ko :nwarrb:00010001:FF8D29:0000000E:FFFFFFFF:Donovan :nwarrb:62000001:FF8D2F:00000000:FFFFFFFF:Select Character Colour Now! PL2 :nwarrb:00010001:FF8D2F:00000000:FFFFFFFF:Colour 1 :nwarrb:00010001:FF8D2F:00000001:FFFFFFFF:Colour 2 :nwarrb:00010001:FF8D2F:00000002:FFFFFFFF:Colour 3 :nwarrb:00010001:FF8D2F:00000003:FFFFFFFF:Colour 4 :nwarrb:00010001:FF8D2F:00000004:FFFFFFFF:Colour 5 :nwarrb:00010001:FF8D2F:00000005:FFFFFFFF:Colour 6 :nwarrb:00010001:FF8D2F:00000006:FFFFFFFF:Colour 7 :nwarrb:00010001:FF8D2F:00000007:FFFFFFFF:Colour 8 nwarrb:0:000000:00:999:[ These are the codes to set the machine region - the ] nwarrb:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] nwarrb:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] :nwarrb:62000000:000000:00000000:00000000:Region Switch = :nwarrb:00010000:FF8205:00000000:FFFFFFFF:Japan :nwarrb:00010000:FF8205:00000002:FFFFFFFF:USA :nwarrb:00010000:FF8205:00000004:FFFFFFFF:Asia :nwarrb:00010000:FF8205:00000006:FFFFFFFF:Hispanic :nwarrb:00010000:FF8205:00000008:FFFFFFFF:Brazil :nwarrb:00010000:FF8205:0000000A:FFFFFFFF:Euro :nwarrb:62000000:000000:00000000:00000000:Title Switch = :nwarrb:00010000:FF8214:00000000:FFFFFFFF:Vampire Hunter :nwarrb:00010000:FF8214:00000001:FFFFFFFF:Night Warriors ; [ Night Warriors: Darkstalkers' Revenge (Hispanic 950403) ] nwarrh:0:FF81B2:09:000:Infinite Credits :nwarrh:00000000:FF8E09:00000099:FFFFFFFF:Infinite Time :nwarrh:00000001:FF8E09:00000000:FFFFFFFF:Finish this Round Now! :nwarrh:62000000:000000:00000000:00000000:Game Speed always = :nwarrh:00010000:FF8213:00000000:FFFFFFFF:Normal :nwarrh:00010000:FF8213:00000001:FFFFFFFF:Turbo :nwarrh:62000000:000000:00000000:00000000:Select Backdrop :nwarrh:00010000:FF8D89:00000000:FFFFFFFF:Demitri's :nwarrh:00010000:FF8D89:00000001:FFFFFFFF:Jon Talbain's :nwarrh:00010000:FF8D89:00000002:FFFFFFFF:Victor's :nwarrh:00010000:FF8D89:00000003:FFFFFFFF:Lord Raptor's :nwarrh:00010000:FF8D89:00000004:FFFFFFFF:Morrigan's :nwarrh:00010000:FF8D89:00000005:FFFFFFFF:Anakaris's :nwarrh:00010000:FF8D89:00000006:FFFFFFFF:Felicia's :nwarrh:00010000:FF8D89:00000007:FFFFFFFF:Bishamon's :nwarrh:00010000:FF8D89:00000008:FFFFFFFF:Rikuo's :nwarrh:00010000:FF8D89:00000009:FFFFFFFF:Sasquatch's :nwarrh:00010000:FF8D89:0000000A:FFFFFFFF:Huitzil's :nwarrh:00010000:FF8D89:0000000B:FFFFFFFF:Pyron's :nwarrh:00010000:FF8D89:0000000C:FFFFFFFF:Hsien-Ko's :nwarrh:00010000:FF8D89:0000000D:FFFFFFFF:Donovan's :nwarrh:00003303:FF8842:00000009:FFFFFFFF:Select the Starting Stage:Use it before you start playing ie. on the title screen or before you choose a character :nwarrh:00000303:FF8842:00000009:FFFFFFFF:Select Next Stage (Use during play) :nwarrh:00000020:FF83CB:00000090:FFFFFFFF:Infinite Energy PL1 :nwarrh:00000001:FF83CB:00000000:FFFFFFFF:Drain All Energy Now! PL1 nwarrh:0:FF8565:0A:000:Infinite Special PL1 nwarrh:0:FF855F:70:500:Infinite Special PL1 (2/2) nwarrh:0:FF855D:00:000:No Specials Available PL1 :nwarrh:62000000:000000:00000000:00000000:Select constant Attack Level PL1 :nwarrh:00010000:FF83ED:00000000:FFFFFFFF:Low :nwarrh:00010000:FF83ED:00000001:FFFFFFFF:Medium :nwarrh:00010000:FF83ED:00000002:FFFFFFFF:High nwarrh:0:FF850D:01:000:Infinite Auto Guard PL1 nwarrh:0:FF884C:63:500:Infinite Auto Guard PL1 (2/2) nwarrh:0:FF8830:02:001:Win this Round to Win Match Now! PL1 nwarrh:0:FF8397:01:000:Action Speed Up PL1 nwarrh:0:FF83D3:00:000:Never be dazed PL1 nwarrh:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :nwarrh:62000001:FF8829:00000001:FFFFFFFF:Select Character Now! PL1 :nwarrh:00010001:FF8829:00000001:FFFFFFFF:Demitri :nwarrh:00010001:FF8829:00000002:FFFFFFFF:Jon Talbain :nwarrh:00010001:FF8829:00000003:FFFFFFFF:Victor :nwarrh:00010001:FF8829:00000004:FFFFFFFF:Lord Raptor :nwarrh:00010001:FF8829:00000005:FFFFFFFF:Morrigan :nwarrh:00010001:FF8829:00000006:FFFFFFFF:Anakaris :nwarrh:00010001:FF8829:00000007:FFFFFFFF:Felicia :nwarrh:00010001:FF8829:00000008:FFFFFFFF:Bishamon :nwarrh:00010001:FF8829:00000009:FFFFFFFF:Rikuo :nwarrh:00010001:FF8829:0000000A:FFFFFFFF:Sasquatch :nwarrh:00010001:FF8829:0000000B:FFFFFFFF:Huitzil :nwarrh:00010001:FF8829:0000000C:FFFFFFFF:Pyron :nwarrh:00010001:FF8829:0000000D:FFFFFFFF:Hsien-Ko :nwarrh:00010001:FF8829:0000000E:FFFFFFFF:Donovan :nwarrh:62000001:FF882F:00000000:FFFFFFFF:Select Character Colour Now! PL1 :nwarrh:00010001:FF882F:00000000:FFFFFFFF:Colour 1 :nwarrh:00010001:FF882F:00000001:FFFFFFFF:Colour 2 :nwarrh:00010001:FF882F:00000002:FFFFFFFF:Colour 3 :nwarrh:00010001:FF882F:00000003:FFFFFFFF:Colour 4 :nwarrh:00010001:FF882F:00000004:FFFFFFFF:Colour 5 :nwarrh:00010001:FF882F:00000005:FFFFFFFF:Colour 6 :nwarrh:00010001:FF882F:00000006:FFFFFFFF:Colour 7 :nwarrh:00010001:FF882F:00000007:FFFFFFFF:Colour 8 :nwarrh:00000020:FF88CB:00000090:FFFFFFFF:Infinite Energy PL2 :nwarrh:00000001:FF88CB:00000000:FFFFFFFF:Drain All Energy Now! PL2 nwarrh:0:FF8A65:0A:000:Infinite Special PL2 nwarrh:0:FF8A5F:70:500:Infinite Special PL2 (2/2) nwarrh:0:FF8A5D:00:000:No Specials Available PL2 :nwarrh:62000000:000000:00000000:00000000:Select constant Attack Level PL2 :nwarrh:00010000:FF88ED:00000000:FFFFFFFF:Low :nwarrh:00010000:FF88ED:00000001:FFFFFFFF:Medium :nwarrh:00010000:FF88ED:00000002:FFFFFFFF:High nwarrh:0:FF8A0D:01:000:Infinite Auto Guard PL2 nwarrh:0:FF8D4C:63:500:Infinite Auto Guard PL2 (2/2) nwarrh:0:FF8D30:02:001:Win this Round to Win Match Now! PL2 nwarrh:0:FF8897:01:000:Action Speed Up PL2 nwarrh:0:FF88D3:00:000:Never be dazed PL2 nwarrh:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :nwarrh:62000001:FF8D29:00000001:FFFFFFFF:Select Character Now! PL2 :nwarrh:00010001:FF8D29:00000001:FFFFFFFF:Demitri :nwarrh:00010001:FF8D29:00000002:FFFFFFFF:Jon Talbain :nwarrh:00010001:FF8D29:00000003:FFFFFFFF:Victor :nwarrh:00010001:FF8D29:00000004:FFFFFFFF:Lord Raptor :nwarrh:00010001:FF8D29:00000005:FFFFFFFF:Morrigan :nwarrh:00010001:FF8D29:00000006:FFFFFFFF:Anakaris :nwarrh:00010001:FF8D29:00000007:FFFFFFFF:Felicia :nwarrh:00010001:FF8D29:00000008:FFFFFFFF:Bishamon :nwarrh:00010001:FF8D29:00000009:FFFFFFFF:Rikuo :nwarrh:00010001:FF8D29:0000000A:FFFFFFFF:Sasquatch :nwarrh:00010001:FF8D29:0000000B:FFFFFFFF:Huitzil :nwarrh:00010001:FF8D29:0000000C:FFFFFFFF:Pyron :nwarrh:00010001:FF8D29:0000000D:FFFFFFFF:Hsien-Ko :nwarrh:00010001:FF8D29:0000000E:FFFFFFFF:Donovan :nwarrh:62000001:FF8D2F:00000000:FFFFFFFF:Select Character Colour Now! PL2 :nwarrh:00010001:FF8D2F:00000000:FFFFFFFF:Colour 1 :nwarrh:00010001:FF8D2F:00000001:FFFFFFFF:Colour 2 :nwarrh:00010001:FF8D2F:00000002:FFFFFFFF:Colour 3 :nwarrh:00010001:FF8D2F:00000003:FFFFFFFF:Colour 4 :nwarrh:00010001:FF8D2F:00000004:FFFFFFFF:Colour 5 :nwarrh:00010001:FF8D2F:00000005:FFFFFFFF:Colour 6 :nwarrh:00010001:FF8D2F:00000006:FFFFFFFF:Colour 7 :nwarrh:00010001:FF8D2F:00000007:FFFFFFFF:Colour 8 nwarrh:0:000000:00:999:[ These are the codes to set the machine region - the ] nwarrh:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] nwarrh:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] :nwarrh:62000000:000000:00000000:00000000:Region Switch = :nwarrh:00010000:FF8205:00000000:FFFFFFFF:Japan :nwarrh:00010000:FF8205:00000002:FFFFFFFF:USA :nwarrh:00010000:FF8205:00000004:FFFFFFFF:Asia :nwarrh:00010000:FF8205:00000006:FFFFFFFF:Hispanic :nwarrh:00010000:FF8205:00000008:FFFFFFFF:Brazil :nwarrh:00010000:FF8205:0000000A:FFFFFFFF:Euro :nwarrh:62000000:000000:00000000:00000000:Title Switch = :nwarrh:00010000:FF8214:00000000:FFFFFFFF:Vampire Hunter :nwarrh:00010000:FF8214:00000001:FFFFFFFF:Night Warriors ; [ Nyan Nyan Panic (Japan) ] nyanpani:0:0401DC:99:000:Infinite Credits nyanpani:0:040968:00:000:Always Win Bonus Stage nyanpani:0:0401F9:31:000:Next Level is Last Level nyanpani:0:0401F9:31:061:Select next level nyanpani:0:040380:07:000:Infinite Lives PL1 nyanpani:0:040519:80:020:Invincibility PL1 nyanpani:0:0403C0:07:000:Infinite Lives PL2 nyanpani:0:040549:80:020:Invincibility PL2 nyanpani:0:040009:80:000:Sound Test Timer Stop ; [ N.Y. Captor ] :nycaptor:00000000:E191:00000009:FFFFFFFF:Infinite Credits :nycaptor:00000000:E299:0000009A:FFFFFFFF:Infinite Lives :nycaptor:00000000:E2A1:00000000:FFFFFFFF:Infinite Damage :nycaptor:00000000:E3AA:00000006:FFFFFFFF:Infinite Bullets :nycaptor:60000000:0000:00000000:00000000:[ See the Dip Switch Menu to ] :nycaptor:60000000:0000:00000000:00000000:[ enable Invincibility. ] :nycaptor:00000000:E3A2:00000000:FFFFFFFF:Rapid Fire :nycaptor:00000301:E298:00000003:FFFFFFFF:Select Starting Stage:Set on training spot :nycaptor:00001101:E296:00000004:FFFFFFFF:Select Starting Stage (Display):Set on training spot ; [ New York New York ] nyny:0:0036:01:000:Fast Fire Mode nyny:0:E16E:20:100:Invincibility nyny:0:034D:02:000:Infinite Lives PL1 nyny:0:0356:02:000:Infinite Lives PL2 ; [ New York New York (Gottlieb) ] nynyg:0:0036:01:000:Fast Fire Mode nynyg:0:E17A:20:100:Invincibility nynyg:0:034D:02:000:Infinite Lives PL1 nynyg:0:0356:02:000:Infinite Lives PL2 ; [ New Zero Team ] nzerotea:0:0000:00:999:[ There are no cheats ]:REASON 1 nzerotea:0:0000:00:999:[ for this game as it ]:REASON 1 nzerotea:0:0000:00:999:[ didn't work the last ]:REASON 1 nzerotea:0:0000:00:999:[ time it was tested. ]:REASON 1 nzerotea:0:0000:00:999:[ If the game now works ]:REASON 1 nzerotea:0:0000:00:999:[ please request cheats ]:REASON 1 nzerotea:0:0000:00:999:[ for it on the cheat ]:REASON 1 nzerotea:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ironman Stewart's Super Off-Road ] offroad:0:E186:03:001:Final Lap for Red Car Now! offroad:0:E186:00:001:First Lap for Red Car Now! offroad:0:E186:00:000:Always First Lap for Red Car:Red Car can never win offroad:0:E172:FF:000:Infinite Money for Red Car offroad:0:E173:7F:500:Infinite Money for Red Car (2/2) offroad:0:E168:63:000:Infinite Nitros - Red Car offroad:0:E169:05:000:Always have Maximum Tyres - Red Car offroad:0:E16A:05:000:Always have Maximum Shocks - Red Car offroad:0:E16B:05:000:Always have Maximum Top Speed - Red Car offroad:0:E16C:05:000:Always have Maximum Accel. Box - Red Car offroad:0:E286:03:001:Final Lap for Yellow Car Now! offroad:0:E286:00:001:First Lap for Yellow Car Now! offroad:0:E286:00:000:Always First Lap for Yellow Car:Yellow Car can never win offroad:0:E272:FF:000:Infinite Money for Yellow Car offroad:0:E273:7F:500:Infinite Money for Yellow Car (2/2) offroad:0:E268:63:000:Infinite Nitros - Yellow Car offroad:0:E269:05:000:Always have Maximum Tyres - Yellow Car offroad:0:E26A:05:000:Always have Maximum Shocks - Yellow Car offroad:0:E26B:05:000:Always have Maximum Top Speed - Yellow Car offroad:0:E26C:05:000:Always have Maximum Accel. Box - Yellow Car offroad:0:E386:03:001:Final Lap for Blue Car Now! offroad:0:E386:00:001:First Lap for Blue Car Now! offroad:0:E386:00:000:Always First Lap for Blue Car:Blue Car can never win offroad:0:E372:FF:000:Infinite Money for Blue Car offroad:0:E373:7F:500:Infinite Money for Blue Car (2/2) offroad:0:E368:63:000:Infinite Nitros - Blue Car offroad:0:E369:05:000:Always have Maximum Tyres - Blue Car offroad:0:E36A:05:000:Always have Maximum Shocks - Blue Car offroad:0:E36B:05:000:Always have Maximum Top Speed - Blue Car offroad:0:E36C:05:000:Always have Maximum Accel. Box - Blue Car offroad:0:E486:03:001:Final Lap for Grey Car Now! offroad:0:E486:00:001:First Lap for Grey Car Now! offroad:0:E486:00:000:Always First Lap for Grey Car:Grey Car can never win offroad:0:E472:FF:000:Infinite Money for Grey Car offroad:0:E473:7F:500:Infinite Money for Grey Car (2/2) offroad:0:E468:63:000:Infinite Nitros - Grey Car offroad:0:E469:05:000:Always have Maximum Tyres - Grey Car offroad:0:E46A:05:000:Always have Maximum Shocks - Grey Car offroad:0:E46B:05:000:Always have Maximum Top Speed - Grey Car offroad:0:E46C:05:000:Always have Maximum Accel. Box - Grey Car ; [ Off Road Challenge ] offroadc:0:00744AC:00:000:Infinite Time offroadc:0:00744A8:00:500:Infinite Time (2/2) :offroadc:00100000:0070630:0000FFFF:FFFFFFFF:Infinite Nitros offroadc:0:00703D0:00:000:Always be in 1st Place ; [ Ironman Stewart's Super Off-Road Track Pack ] offroadt:0:E186:03:001:Final Lap for Red Car Now! offroadt:0:E186:00:001:First Lap for Red Car Now! offroadt:0:E186:00:000:Always First Lap for Red Car:Red Car can never win offroadt:0:E172:FF:000:Infinite Money for Red Car offroadt:0:E173:7F:500:Infinite Money for Red Car (2/2) offroadt:0:E168:63:000:Infinite Nitros - Red Car offroadt:0:E169:05:000:Always have Maximum Tyres - Red Car offroadt:0:E16A:05:000:Always have Maximum Shocks - Red Car offroadt:0:E16B:05:000:Always have Maximum Top Speed - Red Car offroadt:0:E16C:05:000:Always have Maximum Accel. Box - Red Car offroadt:0:E286:03:001:Final Lap for Yellow Car Now! offroadt:0:E286:00:001:First Lap for Yellow Car Now! offroadt:0:E286:00:000:Always First Lap for Yellow Car:Yellow Car can never win offroadt:0:E272:FF:000:Infinite Money for Yellow Car offroadt:0:E273:7F:500:Infinite Money for Yellow Car (2/2) offroadt:0:E268:63:000:Infinite Nitros - Yellow Car offroadt:0:E269:05:000:Always have Maximum Tyres - Yellow Car offroadt:0:E26A:05:000:Always have Maximum Shocks - Yellow Car offroadt:0:E26B:05:000:Always have Maximum Top Speed - Yellow Car offroadt:0:E26C:05:000:Always have Maximum Accel. Box - Yellow Car offroadt:0:E386:03:001:Final Lap for Blue Car Now! offroadt:0:E386:00:001:First Lap for Blue Car Now! offroadt:0:E386:00:000:Always First Lap for Blue Car:Blue Car can never win offroadt:0:E372:FF:000:Infinite Money for Blue Car offroadt:0:E373:7F:500:Infinite Money for Blue Car (2/2) offroadt:0:E368:63:000:Infinite Nitros - Blue Car offroadt:0:E369:05:000:Always have Maximum Tyres - Blue Car offroadt:0:E36A:05:000:Always have Maximum Shocks - Blue Car offroadt:0:E36B:05:000:Always have Maximum Top Speed - Blue Car offroadt:0:E36C:05:000:Always have Maximum Accel. Box - Blue Car offroadt:0:E486:03:001:Final Lap for Grey Car Now! offroadt:0:E486:00:001:First Lap for Grey Car Now! offroadt:0:E486:00:000:Always First Lap for Grey Car:Grey Car can never win offroadt:0:E472:FF:000:Infinite Money for Grey Car offroadt:0:E473:7F:500:Infinite Money for Grey Car (2/2) offroadt:0:E468:63:000:Infinite Nitros - Grey Car offroadt:0:E469:05:000:Always have Maximum Tyres - Grey Car offroadt:0:E46A:05:000:Always have Maximum Shocks - Grey Car offroadt:0:E46B:05:000:Always have Maximum Top Speed - Grey Car offroadt:0:E46C:05:000:Always have Maximum Accel. Box - Grey Car ; [ Off the Wall (2-player cocktail) ] offtwalc:0:3FDF4A:0A:000:Infinite Lives PL1 offtwalc:0:3FDFCA:0A:000:Infinite Lives PL2 ; [ Off the Wall (2/3-player upright) ] offtwall:0:000000:00:999:[When there are only two ] offtwall:0:000000:00:999:[players then PL3 will be ] offtwall:0:000000:00:999:[the 2nd player! ] offtwall:0:3FDF44:0A:000:Infinite Lives PL1 offtwall:0:3FDF84:03:000:Infinite Lives PL2 offtwall:0:3FDFC4:0A:000:Infinite Lives PL3 ; [ Ohgon no Siro (Japan) ] :ogonsiro:00000000:C680:00000005:FFFFFFFF:Infinite Lives :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:60000000:0000:00000000:00000000:- See Dip Switches for Invincibility. - :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:00000001:C77B:000000FF:FFFFFFFF:Activate Barrier Now!:Use this with an Activation Key for best effect. :ogonsiro:00000000:C1B4:00000001:FFFFFFFF:Invincible Armour:Only during fights w/ Non-Projectile Opponents. Does NOT replenish armour. :ogonsiro:00000001:F611:00000001:FFFFFFFF:One Hit Breaks CPU's Weapon Now!:With the Sword Only. You may have to hit the enemy's weapon when it is fully extended for it to break. :ogonsiro:00010001:C1D2:00000001:FFFFFFFF:One Hit Breaks CPU's Weapon Now! (2/2) :ogonsiro:00000000:C18F:00000001:FFFFFFFF:Infinite Shield :ogonsiro:00010000:C193:00000001:FFFFFFFF:Infinite Shield (2/3) :ogonsiro:00010000:C194:000000C0:FFFFFFFF:Infinite Shield (3/3) :ogonsiro:00000001:C1D4:00000000:FFFFFFFF:Destroy the CPU's Shield Now! :ogonsiro:00000000:C190:000000FF:FFFFFFFF:Always Have Maximum Weapon Power:Use the Sword to Break the Enemy's Weapon. You may have to hit the enemy's weapon when it is fully extended for it to break. :ogonsiro:00010000:C191:00000009:FFFFFFFF:Always Have Maximum Weapon Power (2/2) :ogonsiro:62000000:0000:00000000:00000000:Weapon Status always = :ogonsiro:00010000:C71F:00000000:FFFFFFFF:Normal :ogonsiro:00010000:C71F:00000001:FFFFFFFF:Red :ogonsiro:62000000:0000:00000000:00000000:Weapon always = :ogonsiro:00010000:C18D:00000000:FFFFFFFF:Sword :ogonsiro:00010000:C18D:00000001:FFFFFFFF:Mace :ogonsiro:00010000:C18D:00000002:FFFFFFFF:Axe :ogonsiro:00000001:C190:000000FF:FFFFFFFF:Get Maximum Weapon Power Now!:Use the Sword to Break the Enemy's Weapon. You may have to hit the enemy's weapon when it is fully extended for it to break. Your weapon will revert back to Normal Power if you pick up any other sword. :ogonsiro:00010001:C191:00000009:FFFFFFFF:Get Maximum Weapon Power Now! (2/2) :ogonsiro:00000001:C190:00000001:FFFFFFFF:Get Normal Weapon Power Now!:Turn off Maximun Weapon Power Before activating. :ogonsiro:00010001:C191:00000003:FFFFFFFF:Get Normal Weapon Power Now! (2/2) :ogonsiro:00000001:C71F:00000000:FFFFFFFF:Get Normal Weapon Status Now! :ogonsiro:00000001:C71F:00000001:FFFFFFFF:Get Red Weapon Status Now! :ogonsiro:00000001:C18D:00000000:FFFFFFFF:Get Sword Now! :ogonsiro:00000001:C18D:00000001:FFFFFFFF:Get Mace Now! :ogonsiro:00000001:C18D:00000002:FFFFFFFF:Get Axe Now! :ogonsiro:00000001:C18F:00000000:FFFFFFFF:Get Normal Shield Now!:Turn Off Infinite Shield Before Activating. :ogonsiro:00010001:C193:00000003:FFFFFFFF:Get Normal Shield Now! (2/3) :ogonsiro:00010001:C194:00000020:FFFFFFFF:Get Normal Shield Now! (3/3) :ogonsiro:00000001:C193:00000003:FFFFFFFF:Get Broken Shield Now!:Turn Off Infinite Shield before activating. :ogonsiro:00010001:C194:00000000:FFFFFFFF:Get Broken Shield Now! (2/2) :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:60000000:0000:00000000:00000000:- Infinite Armour Cheats for Player - :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:00000000:F582:00000002:FFFFFFFF:Infinite Helmet PLAYER :ogonsiro:00000000:F562:00000002:FFFFFFFF:Infinite Breastplate PLAYER :ogonsiro:00000000:F4E2:00000002:FFFFFFFF:Infinite Iron Briefs PLAYER :ogonsiro:00000000:F5A2:00000002:FFFFFFFF:Infinite R. Shoulder PLAYER :ogonsiro:00000000:F5C2:00000002:FFFFFFFF:Infinite R. Wrist PLAYER :ogonsiro:00000000:F502:00000002:FFFFFFFF:Infinite L. Shoulder PLAYER :ogonsiro:00000000:F522:00000002:FFFFFFFF:Infinite L. Wrist PLAYER :ogonsiro:00000000:F4C2:00000002:FFFFFFFF:Infinite R. Thigh PLAYER :ogonsiro:00000000:F4A2:00000002:FFFFFFFF:Infinite R. Shin PLAYER :ogonsiro:00000000:F482:00000002:FFFFFFFF:Infinite L. Thigh PLAYER :ogonsiro:00000000:F462:00000002:FFFFFFFF:Infinite L. Shin PLAYER :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:60000000:0000:00000000:00000000:- Remove the Enemy's pieces of Armour - :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:00000001:F592:00000000:FFFFFFFF:Remove Helmet Now! CPU :ogonsiro:00000001:F572:00000000:FFFFFFFF:Remove Breastplate Now! CPU :ogonsiro:00000001:F4F2:00000000:FFFFFFFF:Remove Iron Briefs Now! CPU :ogonsiro:00000001:F512:00000000:FFFFFFFF:Remove R. Shoulder Now! CPU :ogonsiro:00000001:F532:00000000:FFFFFFFF:Remove R. Wrist Now! CPU :ogonsiro:00000001:F5B2:00000000:FFFFFFFF:Remove L. Shoulder Now! CPU :ogonsiro:00000001:F5D2:00000000:FFFFFFFF:Remove L. Wrist Now! CPU :ogonsiro:00000001:F492:00000000:FFFFFFFF:Remove R. Thigh Now! CPU :ogonsiro:00000001:F472:00000000:FFFFFFFF:Remove R. Shin Now! CPU :ogonsiro:00000001:F4D2:00000000:FFFFFFFF:Remove L. Thigh Now! CPU :ogonsiro:00000001:F4B2:00000000:FFFFFFFF:Remove L. Shin Now! CPU :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:60000000:0000:00000000:00000000:- Infinite Armour Cheats for the CPU - :ogonsiro:60000000:0000:00000000:00000000:- Not to be used if you want to win. - :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:00000000:F592:00000002:FFFFFFFF:Infinite Helmet CPU :ogonsiro:00000000:F572:00000002:FFFFFFFF:Infinite Breastplate CPU :ogonsiro:00000000:F4F2:00000002:FFFFFFFF:Infinite Iron Briefs CPU :ogonsiro:00000000:F512:00000002:FFFFFFFF:Infinite R. Shoulder CPU :ogonsiro:00000000:F532:00000002:FFFFFFFF:Infinite R. Wrist CPU :ogonsiro:00000000:F5B2:00000002:FFFFFFFF:Infinite L. Shoulder CPU :ogonsiro:00000000:F5D2:00000002:FFFFFFFF:Infinite L. Wrist CPU :ogonsiro:00000000:F492:00000002:FFFFFFFF:Infinite R. Thigh CPU :ogonsiro:00000000:F472:00000002:FFFFFFFF:Infinite R. Shin CPU :ogonsiro:00000000:F4D2:00000002:FFFFFFFF:Infinite L. Thigh CPU :ogonsiro:00000000:F4B2:00000002:FFFFFFFF:Infinite L. Shin CPU :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:60000000:0000:00000000:00000000:- CAUTION!!! - These Cheats will - :ogonsiro:60000000:0000:00000000:00000000:- REMOVE your pieces of Armour. - :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:00000001:F582:00000000:FFFFFFFF:Remove Helmet Now! PLAYER :ogonsiro:00000001:F562:00000000:FFFFFFFF:Remove Breast Plate Now! PLAYER :ogonsiro:00000001:F4E2:00000000:FFFFFFFF:Remove Iron Briefs Now! PLAYER :ogonsiro:00000001:F5A2:00000000:FFFFFFFF:Remove R. Shoulder Now! PLAYER :ogonsiro:00000001:F5C2:00000000:FFFFFFFF:Remove R. Wrist Now! PLAYER :ogonsiro:00000001:F502:00000000:FFFFFFFF:Remove L. Shoulder Now! PLAYER :ogonsiro:00000001:F522:00000000:FFFFFFFF:Remove L. Wrist Now! PLAYER :ogonsiro:00000001:F4C2:00000000:FFFFFFFF:Remove R. Thigh Now! PLAYER :ogonsiro:00000001:F4A2:00000000:FFFFFFFF:Remove R. Shin Now! PLAYER :ogonsiro:00000001:F482:00000000:FFFFFFFF:Remove L. Thigh Now! PLAYER :ogonsiro:00000001:F462:00000000:FFFFFFFF:Remove L. Shin Now! PLAYER :ogonsiro:60000000:0000:00000000:00000000: :ogonsiro:00000000:C1A9:00000002:FFFFFFFF:Speed Up!:Should only be used during fights. :ogonsiro:00000001:C1EC:00000060:FFFFFFFF:Speed up 1st / 2nd End Boss:'Red Demon' end of stage-1 and 'Amazon Archer' end of stage-2. :ogonsiro:00000001:C1EC:00000000:FFFFFFFF:Slow down 1st / 2nd End Boss:'Red Demon' end of stage-1 and 'Amazon Archer' end of stage-2. :ogonsiro:00000101:C704:0000000E:FFFFFFFF:Select Enemy Level ; [ Oh My God! (Japan) ] ohmygod:0:704042:99:000:Infinite Credits ohmygod:0:705816:00:000:Infinite Time ohmygod:0:704242:09:000:Infinite Jump Bonus Time ohmygod:0:704229:09:000:Max Jump Bonus = 9 ohmygod:0:70424D:09:000:Infinite Jump Bonus ohmygod:0:705859:00:001:Set Clear Point to 0 Now! ohmygod:0:70585A:00:501:Set Clear Point to 0 Now! (2/3) ohmygod:0:70585B:00:501:Set Clear Point to 0 Now! (3/3) :ohmygod:00000901:705855:00000099:FFFFFFFF:Select Next Level :ohmygod:00000901:705888:00000099:FFFFFFFF:Select Current Level ohmygod:0:705823:0B:000:Worm Length Always = 11 (max) PL1 ohmygod:0:705823:03:000:Worm Length Always = 3 (min) PL1 :ohmygod:00000100:705823:0000000B:FFFFFFFF:Select Worm Length PL1:Anything chosen less than 3 will be taken as a 3 :ohmygod:00010010:705823:00000003:0000030B:Select Worm Length PL1 (2/2) ohmygod:0:707823:0B:000:Worm Length Always = 11 (max) PL2 ohmygod:0:707823:03:000:Worm Length Always = 3 (min) PL2 :ohmygod:00000100:707823:0000000B:FFFFFFFF:Select Worm Length PL2 [VS Mode]:Anything chosen less than 3 will be taken as a 3 :ohmygod:00010010:707823:00000003:0000030B:Select Worm Length PL2 [VS Mode] (2/2) ; [ Oigas (bootleg) ] oigas:0:C112:06:000:Infinite Lives oigas:0:C11B:99:000:Infinite Ammo :oigas:00000010:C565:00000033:00001CFF:Always Keep Ball in Play ; [ Oishii Puzzle Ha Irimasenka ] oisipuzl:0:20B331:09:000:Infinite Credits oisipuzl:0:20328F:00:001:Make 'Rest' = 0 Now! oisipuzl:0:203312:1A:000:Infinite Time PL1 oisipuzl:0:203313:02:000:Infinite Helps PL1 oisipuzl:0:20384E:1A:000:Infinite Time PL2 oisipuzl:0:20384F:02:000:Infinite Helps PL2 ; [ Ojanko Yakata 2bankan (Japan) ] ojanko2:0:0000:00:999:[ The winning hand cheat must be activated ] ojanko2:0:0000:00:999:[ when there are 14 tiles in your hand, ] ojanko2:0:0000:00:999:[ then press the RON key ('Z' by default). ] ojanko2:0:0000:00:999:[ The tiles do not visually change until ] ojanko2:0:0000:00:999:[ you make a move. ] :ojanko2:00000001:B981:00000030:FFFFFFFF:Get winning hand Now! (NON WORKING) :ojanko2:00010001:B982:00000030:FFFFFFFF:Get winning hand Now! (02/14) :ojanko2:00010001:B983:00000030:FFFFFFFF:Get winning hand Now! (03/14) :ojanko2:00010001:B984:00000031:FFFFFFFF:Get winning hand Now! (04/14) :ojanko2:00010001:B985:00000031:FFFFFFFF:Get winning hand Now! (05/14) :ojanko2:00010001:B986:00000031:FFFFFFFF:Get winning hand Now! (06/14) :ojanko2:00010001:B987:00000032:FFFFFFFF:Get winning hand Now! (07/14) :ojanko2:00010001:B988:00000032:FFFFFFFF:Get winning hand Now! (08/14) :ojanko2:00010001:B989:00000032:FFFFFFFF:Get winning hand Now! (09/14) :ojanko2:00010001:B98A:00000033:FFFFFFFF:Get winning hand Now! (10/14) :ojanko2:00010001:B98B:00000033:FFFFFFFF:Get winning hand Now! (11/14) :ojanko2:00010001:B98C:00000033:FFFFFFFF:Get winning hand Now! (12/14) :ojanko2:00010001:B98D:00000034:FFFFFFFF:Get winning hand Now! (13/14) :ojanko2:00010001:B98E:00000034:FFFFFFFF:Get winning hand Now! (14/14) :ojanko2:00000000:B981:00000030:FFFFFFFF:Always winning hand (NON WORKING) :ojanko2:00010000:B982:00000030:FFFFFFFF:Always winning hand (02/14) :ojanko2:00010000:B983:00000030:FFFFFFFF:Always winning hand (03/14) :ojanko2:00010000:B984:00000031:FFFFFFFF:Always winning hand (04/14) :ojanko2:00010000:B985:00000031:FFFFFFFF:Always winning hand (05/14) :ojanko2:00010000:B986:00000031:FFFFFFFF:Always winning hand (06/14) :ojanko2:00010000:B987:00000032:FFFFFFFF:Always winning hand (07/14) :ojanko2:00010000:B988:00000032:FFFFFFFF:Always winning hand (08/14) :ojanko2:00010000:B989:00000032:FFFFFFFF:Always winning hand (09/14) :ojanko2:00010000:B98A:00000033:FFFFFFFF:Always winning hand (10/14) :ojanko2:00010000:B98B:00000033:FFFFFFFF:Always winning hand (11/14) :ojanko2:00010000:B98C:00000033:FFFFFFFF:Always winning hand (12/14) :ojanko2:00010000:B98D:00000034:FFFFFFFF:Always winning hand (13/14) :ojanko2:00010000:B98E:00000034:FFFFFFFF:Always winning hand (14/14) :ojanko2:00000006:B981:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :ojanko2:00000006:B781:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ojanko2:0:0000:00:999:[ Here is the look-up list for ] ojanko2:0:0000:00:999:[ the above watches. ] ojanko2:0:0000:00:999:[ ] ojanko2:0:0000:00:999:[ value common name chinese name ] ojanko2:0:0000:00:999:[ ??h - no tile - ] ojanko2:0:0000:00:999:[ 00h 1 "characters" 1 "wan" ] ojanko2:0:0000:00:999:[ 01h 2 "characters" 2 "wan" ] ojanko2:0:0000:00:999:[ 02h 3 "characters" 3 "wan" ] ojanko2:0:0000:00:999:[ 03h 4 "characters" 4 "wan" ] ojanko2:0:0000:00:999:[ 04h 5 "characters" 5 "wan" ] ojanko2:0:0000:00:999:[ 05h 6 "characters" 6 "wan" ] ojanko2:0:0000:00:999:[ 06h 7 "characters" 7 "wan" ] ojanko2:0:0000:00:999:[ 07h 8 "characters" 8 "wan" ] ojanko2:0:0000:00:999:[ 08h 9 "characters" 9 "wan" ] ojanko2:0:0000:00:999:[ 10h 1 "dots" 1 "tung" ] ojanko2:0:0000:00:999:[ 11h 2 "dots" 2 "tung" ] ojanko2:0:0000:00:999:[ 12h 3 "dots" 3 "tung" ] ojanko2:0:0000:00:999:[ 13h 4 "dots" 4 "tung" ] ojanko2:0:0000:00:999:[ 14h 5 "dots" 5 "tung" ] ojanko2:0:0000:00:999:[ 15h 6 "dots" 6 "tung" ] ojanko2:0:0000:00:999:[ 16h 7 "dots" 7 "tung" ] ojanko2:0:0000:00:999:[ 17h 8 "dots" 8 "tung" ] ojanko2:0:0000:00:999:[ 18h 9 "dots" 9 "tung" ] ojanko2:0:0000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] ojanko2:0:0000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] ojanko2:0:0000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] ojanko2:0:0000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] ojanko2:0:0000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] ojanko2:0:0000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] ojanko2:0:0000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] ojanko2:0:0000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] ojanko2:0:0000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] ojanko2:0:0000:00:999:[ 30h East "wind" ] ojanko2:0:0000:00:999:[ 31h South "wind" ] ojanko2:0:0000:00:999:[ 32h West "wind" ] ojanko2:0:0000:00:999:[ 33h North "wind" ] ojanko2:0:0000:00:999:[ 34h White "dragon" ] ojanko2:0:0000:00:999:[ 35h Green "dragon" ] ojanko2:0:0000:00:999:[ 36h Red "dragon" ] ; [ Ojanko Club (Japan) ] ojankoc:0:0000:00:999:[ The winning hand cheat must be ] ojankoc:0:0000:00:999:[ activated when there are 14 tiles ] ojankoc:0:0000:00:999:[ in your hand, then press the RON ] ojankoc:0:0000:00:999:[ key ('Z' by default). The tiles do ] ojankoc:0:0000:00:999:[ not visually change until you make ] ojankoc:0:0000:00:999:[ a move. ] ojankoc:0:78C0:01:001:Get winning hand Now! ojankoc:0:78C1:01:501:Get winning hand Now! (02/15) ojankoc:0:78C2:01:501:Get winning hand Now! (03/15) ojankoc:0:78C3:02:501:Get winning hand Now! (04/15) ojankoc:0:78C4:02:501:Get winning hand Now! (05/15) ojankoc:0:78C5:02:501:Get winning hand Now! (06/15) ojankoc:0:78C6:03:501:Get winning hand Now! (07/15) ojankoc:0:78C7:03:501:Get winning hand Now! (08/15) ojankoc:0:78C8:03:501:Get winning hand Now! (09/15) ojankoc:0:78C9:04:501:Get winning hand Now! (10/15) ojankoc:0:78CA:04:501:Get winning hand Now! (11/15) ojankoc:0:78CB:04:501:Get winning hand Now! (12/15) ojankoc:0:78CC:05:501:Get winning hand Now! (13/15) ojankoc:0:78CD:05:501:Get winning hand Now! (14/15) ojankoc:0:7A0E:05:501:Get winning hand Now! (15/15) ojankoc:0:78C0:01:000:Always winning hand ojankoc:0:78C1:01:500:Always winning hand (02/15) ojankoc:0:78C2:01:500:Always winning hand (03/15) ojankoc:0:78C3:02:500:Always winning hand (04/15) ojankoc:0:78C4:02:500:Always winning hand (05/15) ojankoc:0:78C5:02:500:Always winning hand (06/15) ojankoc:0:78C6:03:500:Always winning hand (07/15) ojankoc:0:78C7:03:500:Always winning hand (08/15) ojankoc:0:78C8:03:500:Always winning hand (09/15) ojankoc:0:78C9:04:500:Always winning hand (10/15) ojankoc:0:78CA:04:500:Always winning hand (11/15) ojankoc:0:78CB:04:500:Always winning hand (12/15) ojankoc:0:78CC:05:500:Always winning hand (13/15) ojankoc:0:78CD:05:500:Always winning hand (14/15) ojankoc:0:7A0E:05:500:Always winning hand (15/15) ; [ Ojanko High School (Japan) ] ojankohs:0:A6A0:03:000:Infinite Lives ojankohs:0:0000:00:999:[ The winning hand cheat must be activated ] ojankohs:0:0000:00:999:[ when there are 14 tiles in your hand, ] ojankohs:0:0000:00:999:[ then press the RON key ('Z' by default). ] ojankohs:0:0000:00:999:[ The tiles do not visually change until ] ojankohs:0:0000:00:999:[ you make a move. ] :ojankohs:00000001:A381:00000030:FFFFFFFF:Get winning hand Now! (NON WORKING) :ojankohs:00010001:A382:00000030:FFFFFFFF:Get winning hand Now! (02/14) :ojankohs:00010001:A383:00000030:FFFFFFFF:Get winning hand Now! (03/14) :ojankohs:00010001:A384:00000031:FFFFFFFF:Get winning hand Now! (04/14) :ojankohs:00010001:A385:00000031:FFFFFFFF:Get winning hand Now! (05/14) :ojankohs:00010001:A386:00000031:FFFFFFFF:Get winning hand Now! (06/14) :ojankohs:00010001:A387:00000032:FFFFFFFF:Get winning hand Now! (07/14) :ojankohs:00010001:A388:00000032:FFFFFFFF:Get winning hand Now! (08/14) :ojankohs:00010001:A389:00000032:FFFFFFFF:Get winning hand Now! (09/14) :ojankohs:00010001:A38A:00000033:FFFFFFFF:Get winning hand Now! (10/14) :ojankohs:00010001:A38B:00000033:FFFFFFFF:Get winning hand Now! (11/14) :ojankohs:00010001:A38C:00000033:FFFFFFFF:Get winning hand Now! (12/14) :ojankohs:00010001:A38D:00000034:FFFFFFFF:Get winning hand Now! (13/14) :ojankohs:00010001:A38E:00000034:FFFFFFFF:Get winning hand Now! (14/14) :ojankohs:00000000:A381:00000030:FFFFFFFF:Always winning hand (NON WORKING) :ojankohs:00010000:A382:00000030:FFFFFFFF:Always winning hand (02/14) :ojankohs:00010000:A383:00000030:FFFFFFFF:Always winning hand (03/14) :ojankohs:00010000:A384:00000031:FFFFFFFF:Always winning hand (04/14) :ojankohs:00010000:A385:00000031:FFFFFFFF:Always winning hand (05/14) :ojankohs:00010000:A386:00000031:FFFFFFFF:Always winning hand (06/14) :ojankohs:00010000:A387:00000032:FFFFFFFF:Always winning hand (07/14) :ojankohs:00010000:A388:00000032:FFFFFFFF:Always winning hand (08/14) :ojankohs:00010000:A389:00000032:FFFFFFFF:Always winning hand (09/14) :ojankohs:00010000:A38A:00000033:FFFFFFFF:Always winning hand (10/14) :ojankohs:00010000:A38B:00000033:FFFFFFFF:Always winning hand (11/14) :ojankohs:00010000:A38C:00000033:FFFFFFFF:Always winning hand (12/14) :ojankohs:00010000:A38D:00000034:FFFFFFFF:Always winning hand (13/14) :ojankohs:00010000:A38E:00000034:FFFFFFFF:Always winning hand (14/14) :ojankohs:00000006:A381:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :ojankohs:00000006:A181:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ojankohs:0:0000:00:999:[ Here is the look-up list for ] ojankohs:0:0000:00:999:[ the above watches. ] ojankohs:0:0000:00:999:[ ] ojankohs:0:0000:00:999:[ value common name chinese name ] ojankohs:0:0000:00:999:[ ??h - no tile - ] ojankohs:0:0000:00:999:[ 00h 1 "characters" 1 "wan" ] ojankohs:0:0000:00:999:[ 01h 2 "characters" 2 "wan" ] ojankohs:0:0000:00:999:[ 02h 3 "characters" 3 "wan" ] ojankohs:0:0000:00:999:[ 03h 4 "characters" 4 "wan" ] ojankohs:0:0000:00:999:[ 04h 5 "characters" 5 "wan" ] ojankohs:0:0000:00:999:[ 05h 6 "characters" 6 "wan" ] ojankohs:0:0000:00:999:[ 06h 7 "characters" 7 "wan" ] ojankohs:0:0000:00:999:[ 07h 8 "characters" 8 "wan" ] ojankohs:0:0000:00:999:[ 08h 9 "characters" 9 "wan" ] ojankohs:0:0000:00:999:[ 10h 1 "dots" 1 "tung" ] ojankohs:0:0000:00:999:[ 11h 2 "dots" 2 "tung" ] ojankohs:0:0000:00:999:[ 12h 3 "dots" 3 "tung" ] ojankohs:0:0000:00:999:[ 13h 4 "dots" 4 "tung" ] ojankohs:0:0000:00:999:[ 14h 5 "dots" 5 "tung" ] ojankohs:0:0000:00:999:[ 15h 6 "dots" 6 "tung" ] ojankohs:0:0000:00:999:[ 16h 7 "dots" 7 "tung" ] ojankohs:0:0000:00:999:[ 17h 8 "dots" 8 "tung" ] ojankohs:0:0000:00:999:[ 18h 9 "dots" 9 "tung" ] ojankohs:0:0000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] ojankohs:0:0000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] ojankohs:0:0000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] ojankohs:0:0000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] ojankohs:0:0000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] ojankohs:0:0000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] ojankohs:0:0000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] ojankohs:0:0000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] ojankohs:0:0000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] ojankohs:0:0000:00:999:[ 30h East "wind" ] ojankohs:0:0000:00:999:[ 31h South "wind" ] ojankohs:0:0000:00:999:[ 32h West "wind" ] ojankohs:0:0000:00:999:[ 33h North "wind" ] ojankohs:0:0000:00:999:[ 34h White "dragon" ] ojankohs:0:0000:00:999:[ 35h Green "dragon" ] ojankohs:0:0000:00:999:[ 36h Red "dragon" ] ; [ Ojanko Yakata (Japan) ] ojankoy:0:0000:00:999:[ The winning hand cheat must be activated ] ojankoy:0:0000:00:999:[ when there are 14 tiles in your hand, ] ojankoy:0:0000:00:999:[ then press the RON key ('Z' by default). ] ojankoy:0:0000:00:999:[ The tiles do not visually change until ] ojankoy:0:0000:00:999:[ you make a move. ] :ojankoy:00000001:B981:00000030:FFFFFFFF:Get winning hand Now! (NON WORKING) :ojankoy:00010001:B982:00000030:FFFFFFFF:Get winning hand Now! (02/14) :ojankoy:00010001:B983:00000030:FFFFFFFF:Get winning hand Now! (03/14) :ojankoy:00010001:B984:00000031:FFFFFFFF:Get winning hand Now! (04/14) :ojankoy:00010001:B985:00000031:FFFFFFFF:Get winning hand Now! (05/14) :ojankoy:00010001:B986:00000031:FFFFFFFF:Get winning hand Now! (06/14) :ojankoy:00010001:B987:00000032:FFFFFFFF:Get winning hand Now! (07/14) :ojankoy:00010001:B988:00000032:FFFFFFFF:Get winning hand Now! (08/14) :ojankoy:00010001:B989:00000032:FFFFFFFF:Get winning hand Now! (09/14) :ojankoy:00010001:B98A:00000033:FFFFFFFF:Get winning hand Now! (10/14) :ojankoy:00010001:B98B:00000033:FFFFFFFF:Get winning hand Now! (11/14) :ojankoy:00010001:B98C:00000033:FFFFFFFF:Get winning hand Now! (12/14) :ojankoy:00010001:B98D:00000034:FFFFFFFF:Get winning hand Now! (13/14) :ojankoy:00010001:B98E:00000034:FFFFFFFF:Get winning hand Now! (14/14) :ojankoy:00000000:B981:00000030:FFFFFFFF:Always winning hand (NON WORKING) :ojankoy:00010000:B982:00000030:FFFFFFFF:Always winning hand (02/14) :ojankoy:00010000:B983:00000030:FFFFFFFF:Always winning hand (03/14) :ojankoy:00010000:B984:00000031:FFFFFFFF:Always winning hand (04/14) :ojankoy:00010000:B985:00000031:FFFFFFFF:Always winning hand (05/14) :ojankoy:00010000:B986:00000031:FFFFFFFF:Always winning hand (06/14) :ojankoy:00010000:B987:00000032:FFFFFFFF:Always winning hand (07/14) :ojankoy:00010000:B988:00000032:FFFFFFFF:Always winning hand (08/14) :ojankoy:00010000:B989:00000032:FFFFFFFF:Always winning hand (09/14) :ojankoy:00010000:B98A:00000033:FFFFFFFF:Always winning hand (10/14) :ojankoy:00010000:B98B:00000033:FFFFFFFF:Always winning hand (11/14) :ojankoy:00010000:B98C:00000033:FFFFFFFF:Always winning hand (12/14) :ojankoy:00010000:B98D:00000034:FFFFFFFF:Always winning hand (13/14) :ojankoy:00010000:B98E:00000034:FFFFFFFF:Always winning hand (14/14) :ojankoy:00000006:B981:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :ojankoy:00000006:B781:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ojankoy:0:0000:00:999:[ Here is the look-up list for ] ojankoy:0:0000:00:999:[ the above watches. ] ojankoy:0:0000:00:999:[ ] ojankoy:0:0000:00:999:[ value common name chinese name ] ojankoy:0:0000:00:999:[ ??h - no tile - ] ojankoy:0:0000:00:999:[ 00h 1 "characters" 1 "wan" ] ojankoy:0:0000:00:999:[ 01h 2 "characters" 2 "wan" ] ojankoy:0:0000:00:999:[ 02h 3 "characters" 3 "wan" ] ojankoy:0:0000:00:999:[ 03h 4 "characters" 4 "wan" ] ojankoy:0:0000:00:999:[ 04h 5 "characters" 5 "wan" ] ojankoy:0:0000:00:999:[ 05h 6 "characters" 6 "wan" ] ojankoy:0:0000:00:999:[ 06h 7 "characters" 7 "wan" ] ojankoy:0:0000:00:999:[ 07h 8 "characters" 8 "wan" ] ojankoy:0:0000:00:999:[ 08h 9 "characters" 9 "wan" ] ojankoy:0:0000:00:999:[ 10h 1 "dots" 1 "tung" ] ojankoy:0:0000:00:999:[ 11h 2 "dots" 2 "tung" ] ojankoy:0:0000:00:999:[ 12h 3 "dots" 3 "tung" ] ojankoy:0:0000:00:999:[ 13h 4 "dots" 4 "tung" ] ojankoy:0:0000:00:999:[ 14h 5 "dots" 5 "tung" ] ojankoy:0:0000:00:999:[ 15h 6 "dots" 6 "tung" ] ojankoy:0:0000:00:999:[ 16h 7 "dots" 7 "tung" ] ojankoy:0:0000:00:999:[ 17h 8 "dots" 8 "tung" ] ojankoy:0:0000:00:999:[ 18h 9 "dots" 9 "tung" ] ojankoy:0:0000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] ojankoy:0:0000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] ojankoy:0:0000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] ojankoy:0:0000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] ojankoy:0:0000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] ojankoy:0:0000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] ojankoy:0:0000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] ojankoy:0:0000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] ojankoy:0:0000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] ojankoy:0:0000:00:999:[ 30h East "wind" ] ojankoy:0:0000:00:999:[ 31h South "wind" ] ojankoy:0:0000:00:999:[ 32h West "wind" ] ojankoy:0:0000:00:999:[ 33h North "wind" ] ojankoy:0:0000:00:999:[ 34h White "dragon" ] ojankoy:0:0000:00:999:[ 35h Green "dragon" ] ojankoy:0:0000:00:999:[ 36h Red "dragon" ] ; [ Ojousan (Japan 871204) ] :ojousan:00100000:70ED:00000002:FFFFFFFF:Infinite Thinking Time :ojousan:00100000:7165:0000270F:FFFFFFFF:Player Always Maximum Score :ojousan:62000000:0000:00000000:00000000:Select Roulette Number :ojousan:00010000:707B:00000000:FFFFFFFF:1 :ojousan:00010000:707B:00000003:FFFFFFFF:2 :ojousan:00010000:707B:00000001:FFFFFFFF:3 :ojousan:00010000:707B:00000002:FFFFFFFF:5 :ojousan:20800000:8D40:000000C9:FFFFFFFF:Disregard Return to Start Point:Prevents you from returning to the start point when you stop on the blue point on the map screen. :ojousan:00000501:70F1:00000012:FFFFFFFF:Select Current Stage ;ojousan:0:7165:FF:000:Buggy score ojousan:0:0000:00:999:[The winning hand cheat must] ojousan:0:0000:00:999:[be activated when there are] ojousan:0:0000:00:999:[14 tiles in your hand, then] ojousan:0:0000:00:999:[press the RON key . ] ojousan:0:0000:00:999:[('Z' by default). The tiles] ojousan:0:0000:00:999:[do not visually change ] ojousan:0:0000:00:999:[until you make a move. ] :ojousan:00100000:748C:00003131:FFFFFFFF:Always Winning Hand :ojousan:00210000:748E:00323232:FFFFFFFF:Always Winning Hand (2/5) :ojousan:00210000:7491:00353535:FFFFFFFF:Always Winning Hand (3/5) :ojousan:00210000:7494:00363636:FFFFFFFF:Always Winning Hand (4/5) :ojousan:00210000:7497:00373737:FFFFFFFF:Always Winning Hand (5/5) :ojousan:00100001:748C:00003131:FFFFFFFF:Get Winning Hand Now! :ojousan:00210001:748E:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :ojousan:00210001:7491:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :ojousan:00210001:7494:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :ojousan:00210001:7497:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Ojousan [BET] (Japan 870108) ] :ojousanm:00100000:70FD:00000002:FFFFFFFF:Infinite Thinking Time :ojousanm:62000000:0000:00000000:00000000:Select Roulette Number :ojousanm:00010000:7077:00000000:FFFFFFFF:1 :ojousanm:00010000:7077:00000003:FFFFFFFF:2 :ojousanm:00010000:7077:00000001:FFFFFFFF:3 :ojousanm:00010000:7077:00000002:FFFFFFFF:5 :ojousanm:00000501:7101:0000000C:FFFFFFFF:Select Current Stage ;ojousanm:0:7165:FF:000:Buggy score ojousanm:0:0000:00:999:[The winning hand cheat must] ojousanm:0:0000:00:999:[be activated when there are] ojousanm:0:0000:00:999:[14 tiles in your hand, then] ojousanm:0:0000:00:999:[press the RON key . ] ojousanm:0:0000:00:999:[('Z' by default). The tiles] ojousanm:0:0000:00:999:[do not visually change ] ojousanm:0:0000:00:999:[until you make a move. ] :ojousanm:00100000:748C:00003131:FFFFFFFF:Always Winning Hand :ojousanm:00210000:748E:00323232:FFFFFFFF:Always Winning Hand (2/5) :ojousanm:00210000:7491:00353535:FFFFFFFF:Always Winning Hand (3/5) :ojousanm:00210000:7494:00363636:FFFFFFFF:Always Winning Hand (4/5) :ojousanm:00210000:7497:00373737:FFFFFFFF:Always Winning Hand (5/5) :ojousanm:00100001:748C:00003131:FFFFFFFF:Get Winning Hand Now! :ojousanm:00210001:748E:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :ojousanm:00210001:7491:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :ojousanm:00210001:7494:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :ojousanm:00210001:7497:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Oriental Legend Super (Korea 101) ] olds:0:0000:00:999:[ There are no cheats ]:REASON 1 olds:0:0000:00:999:[ for this game as it ]:REASON 1 olds:0:0000:00:999:[ didn't work the last ]:REASON 1 olds:0:0000:00:999:[ time it was tested. ]:REASON 1 olds:0:0000:00:999:[ If the game now works ]:REASON 1 olds:0:0000:00:999:[ please request cheats ]:REASON 1 olds:0:0000:00:999:[ for it on the cheat ]:REASON 1 olds:0:0000:00:999:[ forums. ]:REASON 1 ; [ Oriental Legend Super (100) ] olds100:0:0000:00:999:[ There are no cheats ]:REASON 1 olds100:0:0000:00:999:[ for this game as it ]:REASON 1 olds100:0:0000:00:999:[ didn't work the last ]:REASON 1 olds100:0:0000:00:999:[ time it was tested. ]:REASON 1 olds100:0:0000:00:999:[ If the game now works ]:REASON 1 olds100:0:0000:00:999:[ please request cheats ]:REASON 1 olds100:0:0000:00:999:[ for it on the cheat ]:REASON 1 olds100:0:0000:00:999:[ forums. ]:REASON 1 ; [ Oriental Legend Super (100 alt) ] olds100a:0:0000:00:999:[ There are no cheats ]:REASON 1 olds100a:0:0000:00:999:[ for this game as it ]:REASON 1 olds100a:0:0000:00:999:[ didn't work the last ]:REASON 1 olds100a:0:0000:00:999:[ time it was tested. ]:REASON 1 olds100a:0:0000:00:999:[ If the game now works ]:REASON 1 olds100a:0:0000:00:999:[ please request cheats ]:REASON 1 olds100a:0:0000:00:999:[ for it on the cheat ]:REASON 1 olds100a:0:0000:00:999:[ forums. ]:REASON 1 ; [ Oli-Boo-Chu ] olibochu:0:F112:05:000:Infinite Lives ; [ Olympic Soccer '92 ] olysoc92:0:109294:63:000:Infinite Credits olysoc92:0:109E25:63:000:Infinite Time olysoc92:0:109E25:01:001:Finish this Game Now! olysoc92:0:000000:00:999:[ The displayed score won't be updated until a ] olysoc92:0:000000:00:999:[ goal has been scored! ] olysoc92:0:109E2F:00:000:Score always 0 Left Team olysoc92:0:109E2F:63:000:Score always 99 Left Team olysoc92:0:109E2F:00:001:Set score = 0 Now! Left Team olysoc92:0:109E2F:32:001:Set score = 50 Now! Left Team olysoc92:0:109E2F:63:070:Select score Now! Left Team olysoc92:0:109E5D:00:000:Score always = 0 Right Team olysoc92:0:109E5D:63:000:Score always = 99 Right Team olysoc92:0:109E5D:00:001:Set score = 0 Now! Right Team olysoc92:0:109E5D:32:001:Set score = 50 Now! Right Team olysoc92:0:109E5D:63:070:Select score Now! Right Team ; [ Omega ] omega:0:4002:63:000:Infinite Credits omega:0:411D:06:000:Infinite Lives omega:0:4116:30:000:Eggs don't reappear ;Remove after initial use to advance to next level omega:0:4200:01:000:Invincibility omega:0:427C:01:000:Autofire Mode "ON" ; [ Omega Fighter ] omegaf:0:F6E7:09:000:Infinite Credits omegaf:0:F7A8:05:000:Infinite Lives PL1 omegaf:0:F34A:4F:002:Invincibility PL1 omegaf:0:F7B8:05:000:Infinite Lives PL2 omegaf:0:F34D:4F:002:Invincibility PL2 ; [ Omega Fighter Special ] omegafs:0:F6E7:09:000:Infinite Credits omegafs:0:F7A8:05:000:Infinite Lives PL1 omegafs:0:F34A:4F:002:Invincibility PL1 omegafs:0:F7B8:05:000:Infinite Lives PL2 omegafs:0:F34D:4F:002:Invincibility PL2 ; [ Omega Race ] omegrace:0:4066:05:000:Infinite Lives ; [ Omni ] :omni:00000000:4110:00000003:FFFFFFFF:Infinite Lives :omni:00000000:5160:00000069:FFFFFFFF:Infinite Fuel :omni:20800000:049C:000000C3:FFFFFFFF:Invincibility :omni:20810000:0ED8:000000C3:FFFFFFFF:Invincibility (2/5):1st = Enemy, 2nd = Fire :omni:20810000:1A86:000000C9:FFFFFFFF:Invincibility (3/5):Scenery (Scene 3). You can't move until finish docking though :omni:20810000:1D81:000000C9:FFFFFFFF:Invincibility (4/5):Asteroid (Scene 3) :omni:20810000:2548:000000C3:FFFFFFFF:Invincibility (5/5):Boss (Scene 4) :omni:00000000:407B:00000000:FFFFFFFF:Rapid Fire :omni:00000000:4113:00000003:FFFFFFFF:Always Have Triple Shot :omni:20800100:05F6:00000008:FFFFFFFF:Select Bullet Speed:Default = 0x06 ; [ Omotesandou (Japan 890215) ] :omotesnd:00100000:F850:00002710:FFFFFFFF:Infinite Credits :omotesnd:00100001:F850:00000000:FFFFFFFF:Clear Credits Now! :omotesnd:00100000:F9D0:0000000B:FFFFFFFF:Infinite Thinking Time :omotesnd:00100000:FD71:000003E7:FFFFFFFF:Infinite Power :omotesnd:00000000:F9D3:00000001:FFFFFFFF:Always Have Tefuda Cancel :omotesnd:00000000:F9D4:00000001:FFFFFFFF:Always Have Te-Yon Tsumikomi :omotesnd:00000000:F9D5:00000001:FFFFFFFF:Always Have InoShikaChou Tsumikomi :omotesnd:00000000:F9D6:00000001:FFFFFFFF:Always Have Sankou Tsumikomi :omotesnd:00000000:F9D7:00000001:FFFFFFFF:Always Have Gokou Tsumikomi :omotesnd:00000301:F987:00000002:FFFFFFFF:Select Starting Stage:Set on BET selection screen ; [ One Shot One Kill ] oneshot:0:08008A:00:001:Finish this Level Now!:Not working the on subway level oneshot:0:08008B:01:501:Finish this Level Now! (2/2) oneshot:0:0826C3:06:000:Infinite Lives PL1 oneshot:0:0826C5:63:000:"O" (Good/"Passes") always = 99 PL1 oneshot:0:0826C7:00:000:"X" (Bad/"Misses") always = 0 PL1 oneshot:0:0826C7:00:001:"X" (Bad/"Misses") = 0 Now! PL1 oneshot:0:082697:06:000:Infinite Lives PL2 oneshot:0:082699:63:000:"O" (Good/"Passes") always = 99 PL2 oneshot:0:08269B:00:000:"X" (Bad/"Misses") always = 0 PL2 oneshot:0:08269B:00:001:"X" (Bad/"Misses") = 0 Now! PL2 ; [ One + Two ] :onetwo:00100000:EA06:00009999:FFFFFFFF:Infinite Time :onetwo:00000000:EA02:00000003:FFFFFFFF:Infinite Help PL1 :onetwo:00000000:EA42:00000003:FFFFFFFF:Infinite Help PL2 ; [ Onna Sansirou - Typhoon Gal (set 2) ] onna34ra:0:E26E:07:000:Infinite Lives onna34ra:0:E3BB:10:000:Infinite Energy onna34ra:0:E3BD:00:000:Weak opponents onna34ra:0:E3BE:00:500:Weak opponents (2/2) ; [ Onna Sansirou - Typhoon Gal (set 1) ] onna34ro:0:E26E:07:000:Infinite Lives onna34ro:0:E3BB:10:000:Infinite Energy onna34ro:0:E3BD:00:000:Weak opponents onna34ro:0:E3BE:00:500:Weak opponents (2/2) ; [ Opa Opa ] opaopa:0:0000:00:999:[ There are no cheats ]:REASON 1 opaopa:0:0000:00:999:[ for this game as it ]:REASON 1 opaopa:0:0000:00:999:[ didn't work the last ]:REASON 1 opaopa:0:0000:00:999:[ time it was tested. ]:REASON 1 opaopa:0:0000:00:999:[ If the game now works ]:REASON 1 opaopa:0:0000:00:999:[ please request cheats ]:REASON 1 opaopa:0:0000:00:999:[ for it on the cheat ]:REASON 1 opaopa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Konami's Open Golf Championship (ver EAD) ] opengol2:0:C00205:63:000:Infinite Credits opengol2:0:C00283:02:000:Infinite Lives PL1 opengol2:0:C0028D:00:000:Infinite Strokes PL1:Always get a Hole in One opengol2:0:C0028D:00:001:Reset Strokes Now! PL1 opengol2:0:C00303:02:000:Infinite Lives PL2 opengol2:0:C0030D:00:000:Infinite Strokes PL2:Always get a Hole in One opengol2:0:C0030D:00:001:Reset Strokes Now! PL2 ; [ Konami's Open Golf Championship (ver EAE) ] opengolf:0:C00205:63:000:Infinite Credits opengolf:0:C00283:02:000:Infinite Lives PL1 opengolf:0:C0028D:00:000:Infinite Strokes PL1:Always get a Hole in One opengolf:0:C0028D:00:001:Reset Strokes Now! PL1 opengolf:0:C00303:02:000:Infinite Lives PL2 opengolf:0:C0030D:00:000:Infinite Strokes PL2:Always get a Hole in One opengolf:0:C0030D:00:001:Reset Strokes Now! PL2 ; [ 2 On 2 Open Ice Challenge (rev 1.21) ] openice:0:002547A2:0A:000:Infinite Time openice:0:002547B4:0A:500:Infinite Time (2/2) openice:0:002505F6:00:000:Score always 0 PL1 openice:0:002505F6:63:000:Score always 99 PL1 openice:0:002505F6:00:001:Set score = 0 Now! PL1 openice:0:002505F6:63:001:Set score = 99 Now! PL1 openice:0:002505F6:63:070:Select score Now! PL1 openice:0:002505FE:00:000:Score always = 0 PL2 openice:0:002505FE:63:000:Score always = 99 PL2 openice:0:002505FE:00:001:Set score = 0 Now! PL2 openice:0:002505FE:63:001:Set score = 99 Now! PL2 openice:0:002505FE:63:070:Select score Now! PL2 ; [ Operation Wolf (World) ] opwolf:0:100C59:00:000:Infinite Energy opwolf:0:100B1F:22:000:Infinite Bullets opwolf:0:100B21:09:000:Infinite Magazines opwolf:0:100B23:05:000:Infinite Grenades opwolf:0:0FF039:00:000:Never have any soldiers to kill opwolf:0:0FF03D:00:000:Never have any Helicopters to destroy opwolf:0:0FF03F:00:000:Never have any Tanks to destroy opwolf:0:0FF041:00:000:Never have any Ships to destroy opwolf:0:0FF039:00:001:No more soldiers to kill Now!:Effects current level only opwolf:0:0FF03D:00:001:No more helicopters Now!:Effects current level only opwolf:0:0FF03F:00:001:No more tanks to destroy Now!:Effects current level only opwolf:0:0FF041:00:001:No more ships to destroy Now!:Effects current level only opwolf:0:0FF039:00:001:Finish this Level Now!:In levels 5 & 6, you must rescue at least one hostage before using this cheat opwolf:0:0FF03D:00:501:Finish this Level Now! (2/4) opwolf:0:0FF03F:00:501:Finish this Level Now! (3/4) opwolf:0:0FF041:00:501:Finish this Level Now! (4/4) ; [ Operation Wolf 3 (World) ] opwolf3:0:5022B7:09:000:Infinite Credits opwolf3:0:50F1CB:05:000:Infinite Energy PL1 opwolf3:0:50F1EB:03:000:Infinite Bombs PL1 opwolf3:0:50F1CD:0D:000:Infinite Ammo PL1:Saves having to reload :opwolf3:00000000:50F1C1:00000002:00000002:Invincibility PL1 :opwolf3:00010000:50F1C3:00000040:00000040:Invincibility PL1 (2/3) :opwolf3:00110000:50F1DC:00000002:FFFFFFFF:Invincibility PL1 (3/3) :opwolf3:00000000:50F1E2:000000FF:FFFFFFFF:Rapid Fire PL1 opwolf3:0:50F1FB:05:000:Infinite Energy PL2 opwolf3:0:50F21B:03:000:Infinite Bombs PL2 opwolf3:0:50F1FD:0D:000:Infinite Ammo PL2:Saves having to reload :opwolf3:00000000:50F1F1:00000002:00000002:Invincibility PL2 :opwolf3:00010000:50F1F3:00000040:00000040:Invincibility PL2 (2/3) :opwolf3:00110000:50F20C:00000002:FFFFFFFF:Invincibility PL2 (3/3) :opwolf3:00000000:50F212:000000FF:FFFFFFFF:Rapid Fire PL2 ; [ Operation Wolf 3 (US) ] opwolf3u:0:5022B7:09:000:Infinite Credits opwolf3u:0:50F1CB:05:000:Infinite Energy PL1 opwolf3u:0:50F1EB:03:000:Infinite Bombs PL1 opwolf3u:0:50F1CD:0D:000:Infinite Ammo PL1:Saves having to reload :opwolf3u:00000000:50F1C1:00000002:00000002:Invincibility PL1 :opwolf3u:00010000:50F1C3:00000040:00000040:Invincibility PL1 (2/3) :opwolf3u:00110000:50F1DC:00000002:FFFFFFFF:Invincibility PL1 (3/3) :opwolf3u:00000000:50F1E2:000000FF:FFFFFFFF:Rapid Fire PL1 opwolf3u:0:50F1FB:05:000:Infinite Energy PL2 opwolf3u:0:50F21B:03:000:Infinite Bombs PL2 opwolf3u:0:50F1FD:0D:000:Infinite Ammo PL2:Saves having to reload :opwolf3u:00000000:50F1F1:00000002:00000002:Invincibility PL2 :opwolf3u:00010000:50F1F3:00000040:00000040:Invincibility PL2 (2/3) :opwolf3u:00110000:50F20C:00000002:FFFFFFFF:Invincibility PL2 (3/3) :opwolf3u:00000000:50F212:000000FF:FFFFFFFF:Rapid Fire PL2 ; [ Operation Bear ] opwolfb:0:100C59:00:000:Infinite Energy opwolfb:0:100B1F:22:000:Infinite Bullets opwolfb:0:100B21:09:000:Infinite Magazines opwolfb:0:100B23:05:000:Infinite Grenades opwolfb:0:0FF039:00:000:Never have any soldiers to kill opwolfb:0:0FF03D:00:000:Never have any Helicopters to destroy opwolfb:0:0FF03F:00:000:Never have any Tanks to destroy opwolfb:0:0FF041:00:000:Never have any Ships to destroy opwolfb:0:0FF039:00:001:No more soldiers to kill Now!:Effects current level only opwolfb:0:0FF03D:00:001:No more helicopters Now!:Effects current level only opwolfb:0:0FF03F:00:001:No more tanks to destroy Now!:Effects current level only opwolfb:0:0FF041:00:001:No more ships to destroy Now!:Effects current level only opwolfb:0:0FF039:00:001:Finish this Level Now!:In levels 5 & 6, you must rescue at least one hostage before using this cheat opwolfb:0:0FF03D:00:501:Finish this Level Now! (2/4) opwolfb:0:0FF03F:00:501:Finish this Level Now! (3/4) opwolfb:0:0FF041:00:501:Finish this Level Now! (4/4) ; [ Operation Wolf (US) ] opwolfu:0:100C59:00:000:Infinite Energy opwolfu:0:100B1F:22:000:Infinite Bullets opwolfu:0:100B21:09:000:Infinite Magazines opwolfu:0:100B23:05:000:Infinite Grenades opwolfu:0:0FF039:00:000:Never have any soldiers to kill opwolfu:0:0FF03D:00:000:Never have any Helicopters to destroy opwolfu:0:0FF03F:00:000:Never have any Tanks to destroy opwolfu:0:0FF041:00:000:Never have any Ships to destroy opwolfu:0:0FF039:00:001:No more soldiers to kill Now!:Effects current level only opwolfu:0:0FF03D:00:001:No more helicopters Now!:Effects current level only opwolfu:0:0FF03F:00:001:No more tanks to destroy Now!:Effects current level only opwolfu:0:0FF041:00:001:No more ships to destroy Now!:Effects current level only opwolfu:0:0FF039:00:001:Finish this Level Now!:In levels 5 & 6, you must rescue at least one hostage before using this cheat opwolfu:0:0FF03D:00:501:Finish this Level Now! (2/4) opwolfu:0:0FF03F:00:501:Finish this Level Now! (3/4) opwolfu:0:0FF041:00:501:Finish this Level Now! (4/4) ; [ Orange Club - Maruhi Kagai Jugyou (Japan 880213) ] :orangec:00100000:F0EA:00000002:FFFFFFFF:Infinite Thinking Time :orangec:00100000:F165:0000270F:FFFFFFFF:Always have Maximum Score :orangec:00000000:F0FF:00000009:FFFFFFFF:Infinite Points :orangec:00000000:F123:00000003:FFFFFFFF:Infinite Fever orangec:0:0000:00:999:[ The winning hand cheat must be ] orangec:0:0000:00:999:[ activated when there are 14 tiles ] orangec:0:0000:00:999:[ in your hand, then press the RON ] orangec:0:0000:00:999:[ key ('Z' by default). The tiles do ] orangec:0:0000:00:999:[ not visually change until you make ] orangec:0:0000:00:999:[ a move. ] :orangec:00100000:F48C:00003131:FFFFFFFF:Always Winning Hand :orangec:00210000:F48E:00323232:FFFFFFFF:Always Winning Hand (2/5) :orangec:00210000:F491:00353535:FFFFFFFF:Always Winning Hand (3/5) :orangec:00210000:F494:00363636:FFFFFFFF:Always Winning Hand (4/5) :orangec:00210000:F497:00373737:FFFFFFFF:Always Winning Hand (5/5) :orangec:00100001:F48C:00003131:FFFFFFFF:Get Winning Hand Now! :orangec:00210001:F48E:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :orangec:00210001:F491:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :orangec:00210001:F494:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :orangec:00210001:F497:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :orangec:00000006:F48C:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :orangec:00000006:F50C:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ; [ Orange Club - Maru-hi Ippatsu Kaihou [BET] (Japan 880221) ] :orangeci:00100000:F016:0000FFFF:FFFFFFFF:Infinite Credits :orangeci:00100001:F016:00000000:FFFFFFFF:Clear Credits Now! :orangeci:00100000:F0F2:00000002:FFFFFFFF:Infinite Thinking Time :orangeci:00000000:F107:00000009:FFFFFFFF:Infinite Points :orangeci:00000000:F12B:00000003:FFFFFFFF:Infinite Fever orangeci:0:0000:00:999:[ The winning hand cheat must be ] orangeci:0:0000:00:999:[ activated when there are 14 tiles ] orangeci:0:0000:00:999:[ in your hand, then press the RON ] orangeci:0:0000:00:999:[ key ('Z' by default). The tiles do ] orangeci:0:0000:00:999:[ not visually change until you make ] orangeci:0:0000:00:999:[ a move. ] :orangeci:00100000:F48C:00003131:FFFFFFFF:Always Winning Hand :orangeci:00210000:F48E:00323232:FFFFFFFF:Always Winning Hand (2/5) :orangeci:00210000:F491:00353535:FFFFFFFF:Always Winning Hand (3/5) :orangeci:00210000:F494:00363636:FFFFFFFF:Always Winning Hand (4/5) :orangeci:00210000:F497:00373737:FFFFFFFF:Always Winning Hand (5/5) :orangeci:00100001:F48C:00003131:FFFFFFFF:Get Winning Hand Now! :orangeci:00210001:F48E:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :orangeci:00210001:F491:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :orangeci:00210001:F494:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :orangeci:00210001:F497:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :orangeci:00000006:F48C:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :orangeci:00000006:F50C:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ; [ Orbit ] orbit:0:00E2:00:000:Infinite Time:Enable this when you are playing, not before you've inserted a coin! orbit:0:00E3:80:500:Infinite Time (2/3) orbit:0:00E4:80:500:Infinite Time (3/3) :orbit:00000000:00C7:00000063:FFFFFFFF:Infinite Ammo PL1 :orbit:00000000:00C9:00000063:FFFFFFFF:Infinite Fuel PL1 :orbit:00000901:00E7:00000099:FFFFFFFF:Select Score PL1 :orbit:00000000:00C8:00000063:FFFFFFFF:Infinite Ammo PL2 :orbit:00000000:00CA:00000063:FFFFFFFF:Infinite Fuel PL2 :orbit:00000901:00E6:00000099:FFFFFFFF:Select Score PL2 ; [ Orbitron ] orbitron:0:4039:08:000:Infinite Lives PL1 orbitron:0:4041:08:000:Infinite Lives PL2 ; [ Ordyne (Japan, English Version) ] ordyne:0:40900B:08:000:Infinite Lives PL1 ordyne:0:409501:01:000:Invincibility PL1:Sprite can disappear though! ordyne:0:409529:03:500:Invincibility PL1 (2/2) ordyne:0:40900F:99:000:Infinite Crystal PL1 ordyne:0:40900E:99:500:Infinite Crystal PL1 (2/2) ordyne:0:409538:16:000:Infinite Weapon PL1 ordyne:0:409531:00:001:Get Normal Shot PL1 ordyne:0:409531:01:001:Get Vulcan Shot PL1 ordyne:0:409538:16:501:Get Vulcan Shot PL1 (2/2) ordyne:0:409531:02:001:Get Penetration Shot PL1 ordyne:0:409538:16:501:Get Penetration Shot PL1(2/2) ordyne:0:409531:03:001:Get 3Way Shot PL1 ordyne:0:409538:16:501:Get 3Way Shot PL1 (2/2) ordyne:0:409531:04:001:Get Wide Shot PL1 ordyne:0:409538:16:501:Get Wide Shot PL1 (2/2) ordyne:0:409531:05:001:Get Stock Bomber ShotPL1 ordyne:0:40BCC1:01:501:Get Stock Bomber ShotPL1(2/2) ordyne:0:40BD09:0A:000:Maximum Power Stock BomberPL1 ordyne:0:40953B:06:000:Infinite Bombs PL1 ordyne:0:409533:00:001:Get Normal Bomb PL1 ordyne:0:409533:01:001:Get Horming Missile PL1 ordyne:0:40953B:06:501:Get Horming Missile PL1 (2/2) ordyne:0:409533:02:001:Get Upper Bomb PL1 ordyne:0:40953B:06:501:Get Upper Bomb PL1 (2/2) ordyne:0:409533:03:001:Get Fire Bomb PL1 ordyne:0:40953B:06:501:Get Fire Bomb PL1 (2/2) ordyne:0:40902B:08:000:Infinite Lives PL2 ordyne:0:409561:01:000:Invincibility PL2:Sprite can disappear though! ordyne:0:409589:03:500:Invincibility PL2 (2/2) ordyne:0:40902F:99:000:Infinite Crystal PL2 ordyne:0:40902E:99:500:Infinite Crystal PL2 (2/2) ordyne:0:409598:16:000:Infinite Weapon PL2 ordyne:0:409591:00:001:Get Normal Shot PL2 ordyne:0:409591:01:001:Get Vulcan Shot PL2 ordyne:0:409598:16:501:Get Vulcan Shot PL2 (2/2) ordyne:0:409591:02:001:Get Penetration Shot PL2 ordyne:0:409598:16:501:Get Penetration Shot PL2(2/2) ordyne:0:409591:03:001:Get 3Way Shot PL2 ordyne:0:409598:16:501:Get 3Way Shot PL2 (2/2) ordyne:0:409591:04:001:Get Wide Shot PL2 ordyne:0:409598:16:501:Get Wide Shot PL2 (2/2) ordyne:0:409591:05:001:Get Stock Bomber ShotPL2 ordyne:0:40BD21:01:501:Get Stock Bomber ShotPL2(2/2) ordyne:0:40BD69:0A:000:Maximum Power Stock BomberPL2 ordyne:0:40959B:06:000:Infinite Bombs PL2 ordyne:0:409593:00:001:Get Normal Bomb PL2 ordyne:0:409593:01:001:Get Horming Missile PL2 ordyne:0:40959B:06:501:Get Horming Missile PL2 (2/2) ordyne:0:409593:02:001:Get Upper Bomb PL2 ordyne:0:40959B:06:501:Get Upper Bomb PL2 (2/2) ordyne:0:409593:03:001:Get Fire Bomb PL2 ordyne:0:40959B:06:501:Get Fire Bomb PL2 (2/2) ordyne:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Ordyne (Japan) ] ordynej:0:40900B:08:000:Infinite Lives PL1 ordynej:0:409501:01:000:Invincibility PL1:Sprite can disappear though! ordynej:0:409529:03:500:Invincibility PL1 (2/2) ordynej:0:40900F:99:000:Infinite Crystal PL1 ordynej:0:40900E:99:500:Infinite Crystal PL1 (2/2) ordynej:0:409538:16:000:Infinite Weapon PL1 ordynej:0:409531:00:001:Get Normal Shot PL1 ordynej:0:409531:01:001:Get Vulcan Shot PL1 ordynej:0:409538:16:501:Get Vulcan Shot PL1 (2/2) ordynej:0:409531:02:001:Get Penetration Shot PL1 ordynej:0:409538:16:501:Get Penetration Shot PL1(2/2) ordynej:0:409531:03:001:Get 3Way Shot PL1 ordynej:0:409538:16:501:Get 3Way Shot PL1 (2/2) ordynej:0:409531:04:001:Get Wide Shot PL1 ordynej:0:409538:16:501:Get Wide Shot PL1 (2/2) ordynej:0:409531:05:001:Get Stock Bomber ShotPL1 ordynej:0:40BCC1:01:501:Get Stock Bomber ShotPL1(2/2) ordynej:0:40BD09:0A:000:Maximum Power Stock BomberPL1 ordynej:0:40953B:06:000:Infinite Bombs PL1 ordynej:0:409533:00:001:Get Normal Bomb PL1 ordynej:0:409533:01:001:Get Horming Missile PL1 ordynej:0:40953B:06:501:Get Horming Missile PL1 (2/2) ordynej:0:409533:02:001:Get Upper Bomb PL1 ordynej:0:40953B:06:501:Get Upper Bomb PL1 (2/2) ordynej:0:409533:03:001:Get Fire Bomb PL1 ordynej:0:40953B:06:501:Get Fire Bomb PL1 (2/2) ordynej:0:40902B:08:000:Infinite Lives PL2 ordynej:0:409561:01:000:Invincibility PL2:Sprite can disappear though! ordynej:0:409589:03:500:Invincibility PL2 (2/2) ordynej:0:40902F:99:000:Infinite Crystal PL2 ordynej:0:40902E:99:500:Infinite Crystal PL2 (2/2) ordynej:0:409598:16:000:Infinite Weapon PL2 ordynej:0:409591:00:001:Get Normal Shot PL2 ordynej:0:409591:01:001:Get Vulcan Shot PL2 ordynej:0:409598:16:501:Get Vulcan Shot PL2 (2/2) ordynej:0:409591:02:001:Get Penetration Shot PL2 ordynej:0:409598:16:501:Get Penetration Shot PL2(2/2) ordynej:0:409591:03:001:Get 3Way Shot PL2 ordynej:0:409598:16:501:Get 3Way Shot PL2 (2/2) ordynej:0:409591:04:001:Get Wide Shot PL2 ordynej:0:409598:16:501:Get Wide Shot PL2 (2/2) ordynej:0:409591:05:001:Get Stock Bomber ShotPL2 ordynej:0:40BD21:01:501:Get Stock Bomber ShotPL2(2/2) ordynej:0:40BD69:0A:000:Maximum Power Stock BomberPL2 ordynej:0:40959B:06:000:Infinite Bombs PL2 ordynej:0:409593:00:001:Get Normal Bomb PL2 ordynej:0:409593:01:001:Get Horming Missile PL2 ordynej:0:40959B:06:501:Get Horming Missile PL2 (2/2) ordynej:0:409593:02:001:Get Upper Bomb PL2 ordynej:0:40959B:06:501:Get Upper Bomb PL2 (2/2) ordynej:0:409593:03:001:Get Fire Bomb PL2 ordynej:0:40959B:06:501:Get Fire Bomb PL2 (2/2) ordynej:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 105, Korean Board) ] orld105k:0:0000:00:999:[ This game hasn't even ]:REASON 11 orld105k:0:0000:00:999:[ been looked at due to ]:REASON 11 orld105k:0:0000:00:999:[ time constraints - Too]:REASON 11 orld105k:0:0000:00:999:[ many games and so ]:REASON 11 orld105k:0:0000:00:999:[ little time. It is ]:REASON 11 orld105k:0:0000:00:999:[ even possible that ]:REASON 11 orld105k:0:0000:00:999:[ this game may be a ]:REASON 11 orld105k:0:0000:00:999:[ clone of an existing ]:REASON 11 orld105k:0:0000:00:999:[ game which may have ]:REASON 11 orld105k:0:0000:00:999:[ cheats. Please search ]:REASON 11 orld105k:0:0000:00:999:[ the cheat forums ]:REASON 11 orld105k:0:0000:00:999:[ before posting cheat ]:REASON 11 orld105k:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 111, Chinese Board) ] orld111c:0:0000:00:999:[ This game hasn't even ]:REASON 11 orld111c:0:0000:00:999:[ been looked at due to ]:REASON 11 orld111c:0:0000:00:999:[ time constraints - Too]:REASON 11 orld111c:0:0000:00:999:[ many games and so ]:REASON 11 orld111c:0:0000:00:999:[ little time. It is ]:REASON 11 orld111c:0:0000:00:999:[ even possible that ]:REASON 11 orld111c:0:0000:00:999:[ this game may be a ]:REASON 11 orld111c:0:0000:00:999:[ clone of an existing ]:REASON 11 orld111c:0:0000:00:999:[ game which may have ]:REASON 11 orld111c:0:0000:00:999:[ cheats. Please search ]:REASON 11 orld111c:0:0000:00:999:[ the cheat forums ]:REASON 11 orld111c:0:0000:00:999:[ before posting cheat ]:REASON 11 orld111c:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 126) ] orlegend:0:80C06E:64:000:Infinite Time orlegend:0:81C4A2:0A:000:Infinite Lives PL1 orlegend:0:81BE99:48:000:Infinite Energy PL1 orlegend:0:81C6A5:30:500:Infinite Energy PL1 (2/2) orlegend:0:81BF60:80:000:Invincibility "ON" PL1(buggy):Some monsters can sometimes hit you ! orlegend:0:81BF60:00:001:Invincibility "OFF" PL1 orlegend:0:81C6EE:0A:000:Infinite Lives PL2 orlegend:0:81BFD7:48:000:Infinite Energy PL2 orlegend:0:81C8F1:68:500:Infinite Energy PL2 (2/2) orlegend:0:81C09E:80:000:Invincibility "ON" PL2(buggy):Some monsters can sometimes hit you ! orlegend:0:81C09E:00:001:Invincibility "OFF" PL2 orlegend:0:81C93A:0A:000:Infinite Lives PL3 orlegend:0:81C115:48:000:Infinite Energy PL3 orlegend:0:81CB3D:A0:500:Infinite Energy PL3 (2/2) orlegend:0:81C1DC:80:000:Invincibility "ON" PL3(buggy):Some monsters can sometimes hit you ! orlegend:0:81C1DC:00:001:Invincibility "OFF" PL3 orlegend:0:81CB86:0A:000:Infinite Lives PL4 orlegend:0:81C253:48:000:Infinite Energy PL4 orlegend:0:81CD89:D8:500:Infinite Energy PL4 (2/2) orlegend:0:81C31A:80:000:Invincibility "ON" PL4(buggy):Some monsters can sometimes hit you ! orlegend:0:81C31A:00:001:Invincibility "OFF" PL4 ; [ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 112, Chinese Board) ] orlegndc:0:80C06E:64:000:Infinite Time orlegndc:0:81C4A2:0A:000:Infinite Lives PL1 orlegndc:0:81BE99:48:000:Infinite Energy PL1 orlegndc:0:81C6A5:30:500:Infinite Energy PL1 (2/2) orlegndc:0:81BF60:80:000:Invincibility "ON" PL1(buggy):Some monsters can sometimes hit you ! orlegndc:0:81BF60:00:001:Invincibility "OFF" PL1 orlegndc:0:81C6EE:0A:000:Infinite Lives PL2 orlegndc:0:81BFD7:48:000:Infinite Energy PL2 orlegndc:0:81C8F1:68:500:Infinite Energy PL2 (2/2) orlegndc:0:81C09E:80:000:Invincibility "ON" PL2(buggy):Some monsters can sometimes hit you ! orlegndc:0:81C09E:00:001:Invincibility "OFF" PL2 orlegndc:0:81C93A:0A:000:Infinite Lives PL3 orlegndc:0:81C115:48:000:Infinite Energy PL3 orlegndc:0:81CB3D:A0:500:Infinite Energy PL3 (2/2) orlegndc:0:81C1DC:80:000:Invincibility "ON" PL3(buggy):Some monsters can sometimes hit you ! orlegndc:0:81C1DC:00:001:Invincibility "OFF" PL3 orlegndc:0:81CB86:0A:000:Infinite Lives PL4 orlegndc:0:81C253:48:000:Infinite Energy PL4 orlegndc:0:81CD89:D8:500:Infinite Energy PL4 (2/2) orlegndc:0:81C31A:80:000:Invincibility "ON" PL4(buggy):Some monsters can sometimes hit you ! orlegndc:0:81C31A:00:001:Invincibility "OFF" PL4 ; [ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 112) ] orlegnde:0:80C06E:64:000:Infinite Time orlegnde:0:81C4A2:0A:000:Infinite Lives PL1 orlegnde:0:81BE99:48:000:Infinite Energy PL1 orlegnde:0:81C6A5:30:500:Infinite Energy PL1 (2/2) orlegnde:0:81BF60:80:000:Invincibility "ON" PL1(buggy):Some monsters can sometimes hit you ! orlegnde:0:81BF60:00:001:Invincibility "OFF" PL1 orlegnde:0:81C6EE:0A:000:Infinite Lives PL2 orlegnde:0:81BFD7:48:000:Infinite Energy PL2 orlegnde:0:81C8F1:68:500:Infinite Energy PL2 (2/2) orlegnde:0:81C09E:80:000:Invincibility "ON" PL2(buggy):Some monsters can sometimes hit you ! orlegnde:0:81C09E:00:001:Invincibility "OFF" PL2 orlegnde:0:81C93A:0A:000:Infinite Lives PL3 orlegnde:0:81C115:48:000:Infinite Energy PL3 orlegnde:0:81CB3D:A0:500:Infinite Energy PL3 (2/2) orlegnde:0:81C1DC:80:000:Invincibility "ON" PL3(buggy):Some monsters can sometimes hit you ! orlegnde:0:81C1DC:00:001:Invincibility "OFF" PL3 orlegnde:0:81CB86:0A:000:Infinite Lives PL4 orlegnde:0:81C253:48:000:Infinite Energy PL4 orlegnde:0:81CD89:D8:500:Infinite Energy PL4 (2/2) orlegnde:0:81C31A:80:000:Invincibility "ON" PL4(buggy):Some monsters can sometimes hit you ! orlegnde:0:81C31A:00:001:Invincibility "OFF" PL4 ; [ OutRunners (World) ] :orunners:00000000:0020E0A0:00000018:FFFFFFFF:Infinite Credits PL1 :orunners:00100000:0020FB6A:00007515:FFFFFFFF:Infinite Time PL1 :orunners:00100000:00209074:0000FFFF:FFFFFFFF:Always drive at Maximum Speed PL1 :orunners:00100001:00209074:0000FFFF:FFFFFFFF:Get Turbo Boost Now! PL1:Assign this to an activation key for best effect :orunners:00000000:0020E0A8:00000018:FFFFFFFF:Infinite Credits PL2 :orunners:00100000:0020FBEA:00007515:FFFFFFFF:Infinite Time PL2 :orunners:00100000:00219074:0000FFFF:FFFFFFFF:Always drive at Maximum Speed PL2 :orunners:00100001:00219074:0000FFFF:FFFFFFFF:Get Turbo Boost Now! PL2:Assign this to an activation key for best effect ; [ OutRunners (US) ] :orunneru:00000000:0020E0A0:00000018:FFFFFFFF:Infinite Credits PL1 :orunneru:00100000:0020FB6A:00007515:FFFFFFFF:Infinite Time PL1 :orunneru:00100000:00209074:0000FFFF:FFFFFFFF:Always drive at Maximum Speed PL1 :orunneru:00100001:00209074:0000FFFF:FFFFFFFF:Get Turbo Boost Now! PL1:Assign this to an activation key for best effect :orunneru:00000000:0020E0A8:00000018:FFFFFFFF:Infinite Credits PL2 :orunneru:00100000:0020FBEA:00007515:FFFFFFFF:Infinite Time PL2 :orunneru:00100000:00219074:0000FFFF:FFFFFFFF:Always drive at Maximum Speed PL2 :orunneru:00100001:00219074:0000FFFF:FFFFFFFF:Get Turbo Boost Now! PL2:Assign this to an activation key for best effect ; [ Psycho-Nics Oscar (US) ] oscar:0:003E:99:004:Infinite Time oscar:0:007D:05:000:Infinite Lives oscar:0:0042:06:000:Infinite Energy oscar:0:0043:1F:000:Invincibility:To be used when you blink oscar:0:0092:03:000:Always Max Jump Power Up oscar:0:0000:00:999:[These highlight cheats dont] oscar:0:0000:00:999:[actually display on status ] oscar:0:0000:00:999:[bar, effects memory only! ] oscar:0:0091:01:001:Highlight "JUMP" oscar:0:0091:02:001:Highlight "GRENADE" oscar:0:0091:03:001:Highlight "MISSILE" oscar:0:0091:04:001:Highlight "P.C.U." oscar:0:0091:05:001:Highlight "GUN/ARMOR" ; [ Psycho-Nics Oscar (Japan revision 2) ] oscarj:0:003E:99:004:Infinite Time oscarj:0:007D:05:000:Infinite Lives oscarj:0:0042:06:000:Infinite Energy oscarj:0:0043:1F:000:Invincibility:To be used when you blink oscarj:0:0092:03:000:Always Max Jump Power Up oscarj:0:0000:00:999:[These highlight cheats dont] oscarj:0:0000:00:999:[actually display on status ] oscarj:0:0000:00:999:[bar, effects memory only! ] oscarj:0:0091:01:001:Highlight "JUMP" oscarj:0:0091:02:001:Highlight "GRENADE" oscarj:0:0091:03:001:Highlight "MISSILE" oscarj:0:0091:04:001:Highlight "P.C.U." oscarj:0:0091:05:001:Highlight "GUN/ARMOR" ; [ Psycho-Nics Oscar (Japan revision 0) ] oscarj0:0:003E:99:004:Infinite Time oscarj0:0:007D:05:000:Infinite Lives oscarj0:0:0042:06:000:Infinite Energy oscarj0:0:0043:1F:000:Invincibility:To be used when you blink oscarj0:0:0092:03:000:Always Max Jump Power Up oscarj0:0:0000:00:999:[These highlight cheats dont] oscarj0:0:0000:00:999:[actually display on status ] oscarj0:0:0000:00:999:[bar, effects memory only! ] oscarj0:0:0091:01:001:Highlight "JUMP" oscarj0:0:0091:02:001:Highlight "GRENADE" oscarj0:0:0091:03:001:Highlight "MISSILE" oscarj0:0:0091:04:001:Highlight "P.C.U." oscarj0:0:0091:05:001:Highlight "GUN/ARMOR" ; [ Psycho-Nics Oscar (Japan revision 1) ] oscarj1:0:003E:99:004:Infinite Time oscarj1:0:007D:05:000:Infinite Lives oscarj1:0:0042:06:000:Infinite Energy oscarj1:0:0043:1F:000:Invincibility:To be used when you blink oscarj1:0:0092:03:000:Always Max Jump Power Up oscarj1:0:0000:00:999:[These highlight cheats dont] oscarj1:0:0000:00:999:[actually display on status ] oscarj1:0:0000:00:999:[bar, effects memory only! ] oscarj1:0:0091:01:001:Highlight "JUMP" oscarj1:0:0091:02:001:Highlight "GRENADE" oscarj1:0:0091:03:001:Highlight "MISSILE" oscarj1:0:0091:04:001:Highlight "P.C.U." oscarj1:0:0091:05:001:Highlight "GUN/ARMOR" ; [ Osman (World) ] :osman:00000000:0201035:00000009:FFFFFFFF:Infinite Credits :osman:00100000:018007C:00000900:FFFFFFFF:Infinite Time :osman:00110000:0180080:00000905:FFFFFFFF:Infinite Time (2/2) :osman:00000000:0184F00:00000009:FFFFFFFF:Infinite Lives :osman:00000000:0184F21:00000004:FFFFFFFF:Infinite Energy :osman:00010000:020100B:00000004:FFFFFFFF:Infinite Energy (2/2) :osman:00000000:0184E18:00000002:FFFFFFFF:Invincibility :osman:00000000:0184F2C:00000003:FFFFFFFF:Infinite Bombs :osman:00000000:0184F30:00000004:FFFFFFFF:Always Have Maximum Attack Power :osman:00000000:0180020:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :osman:62000000:0000000:00000000:00000000:Select Region :osman:00010000:020103C:00000000:FFFFFFFF:Osman (World) :osman:00010000:020103C:00000001:FFFFFFFF:Cannon Dancer (Japan) ; [ Disco Mahjong Otachidai no Okite (Japan) ] otatidai:0:0000:00:999:[The winning hand cheat must] otatidai:0:0000:00:999:[be activated when there are] otatidai:0:0000:00:999:[14 tiles in your hand, then] otatidai:0:0000:00:999:[press the RON key . ] otatidai:0:0000:00:999:[('Z' by default). The tiles] otatidai:0:0000:00:999:[do not visually change ] otatidai:0:0000:00:999:[until you make a move. ] otatidai:0:FBF5:31:001:Get winning hand Now! otatidai:0:FBF6:31:501:Get winning hand Now! (02/14) otatidai:0:FBF7:31:501:Get winning hand Now! (03/14) otatidai:0:FBF8:32:501:Get winning hand Now! (04/14) otatidai:0:FBF9:32:501:Get winning hand Now! (05/14) otatidai:0:FBFA:32:501:Get winning hand Now! (06/14) otatidai:0:FBFB:33:501:Get winning hand Now! (07/14) otatidai:0:FBFC:33:501:Get winning hand Now! (08/14) otatidai:0:FBFD:33:501:Get winning hand Now! (09/14) otatidai:0:FBFE:34:501:Get winning hand Now! (10/14) otatidai:0:FBFF:34:501:Get winning hand Now! (11/14) otatidai:0:FC00:34:501:Get winning hand Now! (12/14) otatidai:0:FC01:35:501:Get winning hand Now! (13/14) otatidai:0:FC02:35:501:Get winning hand Now! (14/14) otatidai:0:0000:00:999:[At the start of a game, ] otatidai:0:0000:00:999:[there may be some small ] otatidai:0:0000:00:999:[glitches on the tiles when ] otatidai:0:0000:00:999:[using the 'Always' cheats. ] otatidai:0:0000:00:999:[The cheats should still ] otatidai:0:0000:00:999:[work as normal. ] otatidai:0:FBF5:31:000:Always winning hand otatidai:0:FBF6:31:500:Always winning hand (02/14) otatidai:0:FBF7:31:500:Always winning hand (03/14) otatidai:0:FBF8:32:500:Always winning hand (04/14) otatidai:0:FBF9:32:500:Always winning hand (05/14) otatidai:0:FBFA:32:500:Always winning hand (06/14) otatidai:0:FBFB:33:500:Always winning hand (07/14) otatidai:0:FBFC:33:500:Always winning hand (08/14) otatidai:0:FBFD:33:500:Always winning hand (09/14) otatidai:0:FBFE:34:500:Always winning hand (10/14) otatidai:0:FBFF:34:500:Always winning hand (11/14) otatidai:0:FC00:34:500:Always winning hand (12/14) otatidai:0:FC01:35:500:Always winning hand (13/14) otatidai:0:FC02:35:500:Always winning hand (14/14) ; [ Othello Shiyouyo (J 980423 V1.002) ] othellos:0:00183D05:09:000:Infinite Credits othellos:0:0608AB76:01:000:Infinite Time ; [ Othello Derby (Japan) ] othldrby:0:102F59:09:000:Infinite Credits othldrby:0:101517:64:000:Infinite Time ; [ Operation Thunderbolt (World) ] :othunder:00000000:0826F1:00000009:FFFFFFFF:Infinite Credits :othunder:00000000:083717:00000009:FFFFFFFF:All Hostages Rescued (Levels 4 & 6) :othunder:00300000:082800:01400140:FFFFFFFF:Infinite Energy PL1 :othunder:00000000:0827CD:00000063:FFFFFFFF:Infinite Magazines PL1 :othunder:00000000:0827C9:00000063:FFFFFFFF:Infinite Bullets PL1 :othunder:00000000:0827D1:00000063:FFFFFFFF:Infinite Grenades PL1 :othunder:00000000:080CD1:00000002:FFFFFFFF:Invincibility PL1 :othunder:00000000:080CCD:00000000:FFFFFFFF:No Magazine Changing Delay PL1 :othunder:00300000:082804:01400140:FFFFFFFF:Infinite Energy PL2 :othunder:00000000:0827CF:00000063:FFFFFFFF:Infinite Magazines PL2 :othunder:00000000:0827CB:00000063:FFFFFFFF:Infinite Bullets PL2 :othunder:00000000:0827D3:00000063:FFFFFFFF:Infinite Grenades PL2 :othunder:00000000:080ED3:00000002:FFFFFFFF:Invincibility PL2 :othunder:00000000:080ECF:00000000:FFFFFFFF:No Magazine Changing Delay PL2 ; [ Operation Thunderbolt (Japan) ] :othundrj:00000000:0826F1:00000009:FFFFFFFF:Infinite Credits :othundrj:00000000:083717:00000009:FFFFFFFF:All Hostages Rescued (Levels 4 & 6) :othundrj:00300000:082800:01400140:FFFFFFFF:Infinite Energy PL1 :othundrj:00000000:0827CD:00000063:FFFFFFFF:Infinite Magazines PL1 :othundrj:00000000:0827C9:00000063:FFFFFFFF:Infinite Bullets PL1 :othundrj:00000000:0827D1:00000063:FFFFFFFF:Infinite Grenades PL1 :othundrj:00000000:080CD1:00000002:FFFFFFFF:Invincibility PL1 :othundrj:00000000:080CCD:00000000:FFFFFFFF:No Magazine Changing Delay PL1 :othundrj:00300000:082804:01400140:FFFFFFFF:Infinite Energy PL2 :othundrj:00000000:0827CF:00000063:FFFFFFFF:Infinite Magazines PL2 :othundrj:00000000:0827CB:00000063:FFFFFFFF:Infinite Bullets PL2 :othundrj:00000000:0827D3:00000063:FFFFFFFF:Infinite Grenades PL2 :othundrj:00000000:080ED3:00000002:FFFFFFFF:Invincibility PL2 :othundrj:00000000:080ECF:00000000:FFFFFFFF:No Magazine Changing Delay PL2 ; [ Operation Thunderbolt (US) ] :othundu:00000000:0826F1:00000009:FFFFFFFF:Infinite Credits :othundu:00000000:083717:00000009:FFFFFFFF:All Hostages Rescued (Levels 4 & 6) :othundu:00300000:082800:01400140:FFFFFFFF:Infinite Energy PL1 :othundu:00000000:0827CD:00000063:FFFFFFFF:Infinite Magazines PL1 :othundu:00000000:0827C9:00000063:FFFFFFFF:Infinite Bullets PL1 :othundu:00000000:0827D1:00000063:FFFFFFFF:Infinite Grenades PL1 :othundu:00000000:080CD1:00000002:FFFFFFFF:Invincibility PL1 :othundu:00000000:080CCD:00000000:FFFFFFFF:No Magazine Changing Delay PL1 :othundu:00300000:082804:01400140:FFFFFFFF:Infinite Energy PL2 :othundu:00000000:0827CF:00000063:FFFFFFFF:Infinite Magazines PL2 :othundu:00000000:0827CB:00000063:FFFFFFFF:Infinite Bullets PL2 :othundu:00000000:0827D3:00000063:FFFFFFFF:Infinite Grenades PL2 :othundu:00000000:080ED3:00000002:FFFFFFFF:Invincibility PL2 :othundu:00000000:080ECF:00000000:FFFFFFFF:No Magazine Changing Delay PL2 ; [ Operation Thunderbolt (US, older) ] :othunduo:00000000:0826F1:00000009:FFFFFFFF:Infinite Credits :othunduo:00000000:083717:00000009:FFFFFFFF:All Hostages Rescued (Levels 4 & 6) :othunduo:00300000:082800:01400140:FFFFFFFF:Infinite Energy PL1 :othunduo:00000000:0827CD:00000063:FFFFFFFF:Infinite Magazines PL1 :othunduo:00000000:0827C9:00000063:FFFFFFFF:Infinite Bullets PL1 :othunduo:00000000:0827D1:00000063:FFFFFFFF:Infinite Grenades PL1 :othunduo:00000000:080CD1:00000002:FFFFFFFF:Invincibility PL1 :othunduo:00000000:080CCD:00000000:FFFFFFFF:No Magazine Changing Delay PL1 :othunduo:00300000:082804:01400140:FFFFFFFF:Infinite Energy PL2 :othunduo:00000000:0827CF:00000063:FFFFFFFF:Infinite Magazines PL2 :othunduo:00000000:0827CB:00000063:FFFFFFFF:Infinite Bullets PL2 :othunduo:00000000:0827D3:00000063:FFFFFFFF:Infinite Grenades PL2 :othunduo:00000000:080ED3:00000002:FFFFFFFF:Invincibility PL2 :othunduo:00000000:080ECF:00000000:FFFFFFFF:No Magazine Changing Delay PL2 ; [ Otona no Mahjong (Japan 880628) ] otonano:0:0000:00:999:[ The winning hand cheat must be ] otonano:0:0000:00:999:[ activated when there are 14 tiles ] otonano:0:0000:00:999:[ in your hand, then press the RON ] otonano:0:0000:00:999:[ key ('Z' by default). The tiles do ] otonano:0:0000:00:999:[ not visually change until you make ] otonano:0:0000:00:999:[ a move. ] otonano:0:FC8D:31:001:Get winning hand Now! otonano:0:FC8E:31:501:Get winning hand Now! (02/14) otonano:0:FC8F:31:501:Get winning hand Now! (03/14) otonano:0:FC90:32:501:Get winning hand Now! (04/14) otonano:0:FC91:32:501:Get winning hand Now! (05/14) otonano:0:FC92:32:501:Get winning hand Now! (06/14) otonano:0:FC93:33:501:Get winning hand Now! (07/14) otonano:0:FC94:33:501:Get winning hand Now! (08/14) otonano:0:FC95:33:501:Get winning hand Now! (09/14) otonano:0:FC96:34:501:Get winning hand Now! (10/14) otonano:0:FC97:34:501:Get winning hand Now! (11/14) otonano:0:FC98:34:501:Get winning hand Now! (12/14) otonano:0:FC99:35:501:Get winning hand Now! (13/14) otonano:0:FC9A:35:501:Get winning hand Now! (14/14) otonano:0:FC8D:31:000:Always winning hand otonano:0:FC8E:31:500:Always winning hand (02/14) otonano:0:FC8F:31:500:Always winning hand (03/14) otonano:0:FC90:32:500:Always winning hand (04/14) otonano:0:FC91:32:500:Always winning hand (05/14) otonano:0:FC92:32:500:Always winning hand (06/14) otonano:0:FC93:33:500:Always winning hand (07/14) otonano:0:FC94:33:500:Always winning hand (08/14) otonano:0:FC95:33:500:Always winning hand (09/14) otonano:0:FC96:34:500:Always winning hand (10/14) otonano:0:FC97:34:500:Always winning hand (11/14) otonano:0:FC98:34:500:Always winning hand (12/14) otonano:0:FC99:35:500:Always winning hand (13/14) otonano:0:FC9A:35:500:Always winning hand (14/14) ; [ Off the Wall (Sente) ] otwalls:0:0000:00:999:[The score will not display ] otwalls:0:0000:00:999:[correctly until you score! ] otwalls:0:0140:0B:070:Select Score PL1 otwalls:0:0141:0B:070:Select Score PL2 ; [ Outfoxies (Japan) ] outfxesj:0:20601F:0A:000:Infinite Credits :outfxesj:00100000:208092:0000EA5C:FFFFFFFF:Infinite Time :outfxesj:00000000:208D59:000000F0:FFFFFFFF:Infinite Energy PL1 :outfxesj:00000000:208D73:00000004:00000004:Invincibility PL1 :outfxesj:00010000:208D37:00000002:FFFFFFFF:Invincibility PL1 (2/2) :outfxesj:00000000:2080C8:00000000:00000010:Rapid Fire PL1 :outfxesj:00000000:208E0D:000000F0:FFFFFFFF:Infinite Energy PL2 :outfxesj:00000000:208E27:00000004:00000004:Invincibility PL2 :outfxesj:00010000:208DEB:00000002:FFFFFFFF:Invincibility PL2 (2/2) :outfxesj:00000000:2080CA:00000000:00000010:Rapid Fire PL2 ; [ Outfoxies ] outfxies:0:20601F:0A:000:Infinite Credits :outfxies:00100000:208092:0000EA5C:FFFFFFFF:Infinite Time :outfxies:00000000:208D59:000000F0:FFFFFFFF:Infinite Energy PL1 :outfxies:00000000:208D73:00000004:00000004:Invincibility PL1 :outfxies:00010000:208D37:00000002:FFFFFFFF:Invincibility PL1 (2/2) :outfxies:00000000:2080C8:00000000:00000010:Rapid Fire PL1 :outfxies:00000000:208E0D:000000F0:FFFFFFFF:Infinite Energy PL2 :outfxies:00000000:208E27:00000004:00000004:Invincibility PL2 :outfxies:00010000:208DEB:00000002:FFFFFFFF:Invincibility PL2 (2/2) :outfxies:00000000:2080CA:00000000:00000010:Rapid Fire PL2 ; [ Outline ] outline:0:1D59:99:000:Infinite Credits outline:0:1CA3:06:000:Infinite Lives PL1 outline:0:1CA4:06:000:Infinite Lives PL2 ; [ Out Run (set 3) ] outrun:0:060861:99:000:Infinite Time outrun:0:000000:00:999:[The Speed always=999 cheat ] outrun:0:000000:00:999:[makes the game seriously ] outrun:0:000000:00:999:[easy, you can drive through] outrun:0:000000:00:999:[obstacles too! Watch out ] outrun:0:000000:00:999:[for other vehicles though. ] outrun:0:26079C:03:000:Speed always = 999 outrun:0:26079D:E6:500:Speed always = 999 (2/2) ; [ Out Run (set 1, Deluxe?) ] outrun1:0:060861:99:000:Infinite Time outrun1:0:000000:00:999:[The Speed always=999 cheat ] outrun1:0:000000:00:999:[makes the game seriously ] outrun1:0:000000:00:999:[easy, you can drive through] outrun1:0:000000:00:999:[obstacles too! Watch out ] outrun1:0:000000:00:999:[for other vehicles though. ] outrun1:0:26079C:03:000:Speed always = 999 outrun1:0:26079D:E6:500:Speed always = 999 (2/2) ; [ Out Run (set 2) ] outrun2:0:060861:99:000:Infinite Time outrun2:0:000000:00:999:[The Speed always=999 cheat ] outrun2:0:000000:00:999:[makes the game seriously ] outrun2:0:000000:00:999:[easy, you can drive through] outrun2:0:000000:00:999:[obstacles too! Watch out ] outrun2:0:000000:00:999:[for other vehicles though. ] outrun2:0:26079C:03:000:Speed always = 999 outrun2:0:26079D:E6:500:Speed always = 999 (2/2) ; [ Out Run (bootleg) ] outrunb:0:060861:99:000:Infinite Time outrunb:0:000000:00:999:[The Speed always=999 cheat ] outrunb:0:000000:00:999:[makes the game seriously ] outrunb:0:000000:00:999:[easy, you can drive through] outrunb:0:000000:00:999:[obstacles too! Watch out ] outrunb:0:000000:00:999:[for other vehicles though. ] outrunb:0:26079C:03:000:Speed always = 999 outrunb:0:26079D:E6:500:Speed always = 999 (2/2) ; [ Out Zone (set 1) ] outzone:0:000000:00:999:[ ] outzone:0:000000:00:999:[See the Dip Switch Menu to ] outzone:0:000000:00:999:[enable an alternate ] outzone:0:000000:00:999:[Invincibility cheat. ] outzone:0:000000:00:999:[ ] outzone:0:000000:00:999:[If you want to skip the ] outzone:0:000000:00:999:[level or see the game very ] outzone:0:000000:00:999:[fast then enable Infinite ] outzone:0:000000:00:999:[Bombs AND Invincibility and] outzone:0:000000:00:999:[put frameskip to 11 and hit] outzone:0:000000:00:999:[F10 to put speed to max.The] outzone:0:000000:00:999:[faster the puter the better] outzone:0:000000:00:999:[Just walk UP and use bomb ] outzone:0:000000:00:999:[to kill the boss. ] outzone:0:240BCF:09:000:Infinite Lives PL1 outzone:0:241E7A:D0:000:Infinite Energy PL1 outzone:0:241E53:0B:000:Infinite Bombs PL1 outzone:0:241E5D:0A:000:Invincibility PL1 outzone:0:241E4F:02:001:Get Max Firepower Now! PL1 outzone:0:241E38:4B:041:Get Normal Weapon Now! PL1 outzone:0:241E38:4A:041:Get 3-Way Weapon Now!PL1 outzone:0:241E38:01:521:Get 3-Way Weapon Now!PL1(2/2) outzone:0:241E38:08:021:Get Super Ball Now! PL1 outzone:0:241E38:40:021:Get Super Burner Now!PL1 outzone:0:241E38:08:541:Get Super Burner Now!PL1(2/2) outzone:0:241E38:20:021:Get Speed Up Now! PL1 outzone:0:241E38:80:021:Get Shield Now! PL1 outzone:0:240BD1:09:000:Infinite Lives PL2 outzone:0:241EFA:D0:000:Infinite Energy PL2 outzone:0:241ED3:0B:000:Infinite Bombs PL2 outzone:0:241EDD:0A:000:Invincibility PL2 outzone:0:241ECF:02:001:Get Max Firepower Now! PL2 outzone:0:241EB8:4B:041:Get Normal Weapon Now! PL2 outzone:0:241EB8:4A:041:Get 3-Way Weapon Now!PL2 outzone:0:241EB8:01:521:Get 3-Way Weapon Now!PL2(2/2) outzone:0:241EB8:08:021:Get Super Ball Now! PL2 outzone:0:241EB8:40:021:Get Super Burner Now!PL2 outzone:0:241EB8:08:541:Get Super Burner Now!PL2(2/2) outzone:0:241EB8:20:021:Get Speed Up Now! PL2 outzone:0:241EB8:80:021:Get Shield Now! PL2 ; [ Out Zone (set 2) ] outzonea:0:000000:00:999:[ ] outzonea:0:000000:00:999:[See the Dip Switch Menu to ] outzonea:0:000000:00:999:[enable an alternate ] outzonea:0:000000:00:999:[Invincibility cheat. ] outzonea:0:000000:00:999:[ ] outzonea:0:000000:00:999:[If you want to skip the ] outzonea:0:000000:00:999:[level or see the game very ] outzonea:0:000000:00:999:[fast then enable Infinite ] outzonea:0:000000:00:999:[Bombs AND Invincibility and] outzonea:0:000000:00:999:[put frameskip to 11 and hit] outzonea:0:000000:00:999:[F10 to put speed to max.The] outzonea:0:000000:00:999:[faster the puter the better] outzonea:0:000000:00:999:[Just walk UP and use bomb ] outzonea:0:000000:00:999:[to kill the boss. ] outzonea:0:240BCF:09:000:Infinite Lives PL1 outzonea:0:241E7E:D0:000:Infinite Energy PL1 outzonea:0:241E57:0B:000:Infinite Bombs PL1 outzonea:0:241E61:0A:000:Invincibility PL1 outzonea:0:241E53:02:001:Get Max Firepower Now! PL1 outzonea:0:241E3C:4B:041:Get Normal Weapon Now! PL1 outzonea:0:241E3C:4A:041:Get 3-Way Weapon Now!PL1 outzonea:0:241E3C:01:521:Get 3-Way Weapon Now!PL1(2/2) outzonea:0:241E3C:08:021:Get Super Ball Now! PL1 outzonea:0:241E3C:40:021:Get Super Burner Now!PL1 outzonea:0:241E3C:08:541:Get Super Burner Now!PL1(2/2) outzonea:0:241E3C:20:021:Get Speed Up Now! PL1 outzonea:0:241E3C:80:021:Get Shield Now! PL1 outzonea:0:240BD1:09:000:Infinite Lives PL2 outzonea:0:241EFE:D0:000:Infinite Energy PL2 outzonea:0:241ED7:0B:000:Infinite Bombs PL2 outzonea:0:241EE1:0A:000:Invincibility PL2 outzonea:0:241ED3:02:001:Get Max Firepower Now! PL2 outzonea:0:241EBC:4B:041:Get Normal Weapon Now! PL2 outzonea:0:241EBC:4A:041:Get 3-Way Weapon Now!PL2 outzonea:0:241EBC:01:521:Get 3-Way Weapon Now!PL2(2/2) outzonea:0:241EBC:08:021:Get Super Ball Now! PL2 outzonea:0:241EBC:40:021:Get Super Burner Now!PL2 outzonea:0:241EBC:08:541:Get Super Burner Now!PL2(2/2) outzonea:0:241EBC:20:021:Get Speed Up Now! PL2 outzonea:0:241EBC:80:021:Get Shield Now! PL2 ; [ Out Zone (set 3, prototype?) ] outzoneb:0:000000:00:999:[ ] outzoneb:0:000000:00:999:[See the Dip Switch Menu to ] outzoneb:0:000000:00:999:[enable an alternate ] outzoneb:0:000000:00:999:[Invincibility cheat. ] outzoneb:0:000000:00:999:[ ] outzoneb:0:000000:00:999:[If you want to skip the ] outzoneb:0:000000:00:999:[level or see the game very ] outzoneb:0:000000:00:999:[fast then enable Infinite ] outzoneb:0:000000:00:999:[Bombs AND Invincibility and] outzoneb:0:000000:00:999:[put frameskip to 11 and hit] outzoneb:0:000000:00:999:[F10 to put speed to max.The] outzoneb:0:000000:00:999:[faster the puter the better] outzoneb:0:000000:00:999:[Just walk UP and use bomb ] outzoneb:0:000000:00:999:[to kill the boss. ] outzoneb:0:240BCF:09:000:Infinite Lives PL1 outzoneb:0:241E7A:D0:000:Infinite Energy PL1 outzoneb:0:241E53:0B:000:Infinite Bombs PL1 outzoneb:0:241E5D:0A:000:Invincibility PL1 outzoneb:0:241E4F:02:001:Get Max Firepower Now! PL1 outzoneb:0:241E38:4B:041:Get Normal Weapon Now! PL1 outzoneb:0:241E38:4A:041:Get 3-Way Weapon Now!PL1 outzoneb:0:241E38:01:521:Get 3-Way Weapon Now!PL1(2/2) outzoneb:0:241E38:08:021:Get Super Ball Now! PL1 outzoneb:0:241E38:40:021:Get Super Burner Now!PL1 outzoneb:0:241E38:08:541:Get Super Burner Now!PL1(2/2) outzoneb:0:241E38:20:021:Get Speed Up Now! PL1 outzoneb:0:241E38:80:021:Get Shield Now! PL1 outzoneb:0:240BD1:09:000:Infinite Lives PL2 outzoneb:0:241EFA:D0:000:Infinite Energy PL2 outzoneb:0:241ED3:0B:000:Infinite Bombs PL2 outzoneb:0:241EDD:0A:000:Invincibility PL2 outzoneb:0:241ECF:02:001:Get Max Firepower Now! PL2 outzoneb:0:241EB8:4B:041:Get Normal Weapon Now! PL2 outzoneb:0:241EB8:4A:041:Get 3-Way Weapon Now!PL2 outzoneb:0:241EB8:01:521:Get 3-Way Weapon Now!PL2(2/2) outzoneb:0:241EB8:08:021:Get Super Ball Now! PL2 outzoneb:0:241EB8:40:021:Get Super Burner Now!PL2 outzoneb:0:241EB8:08:541:Get Super Burner Now!PL2(2/2) outzoneb:0:241EB8:20:021:Get Speed Up Now! PL2 outzoneb:0:241EB8:80:021:Get Shield Now! PL2 ; [ Out Zone (set 4) ] outzonec:0:0000:00:999:[ This game hasn't even ]:REASON 11 outzonec:0:0000:00:999:[ been looked at due to ]:REASON 11 outzonec:0:0000:00:999:[ time constraints - Too]:REASON 11 outzonec:0:0000:00:999:[ many games and so ]:REASON 11 outzonec:0:0000:00:999:[ little time. It is ]:REASON 11 outzonec:0:0000:00:999:[ even possible that ]:REASON 11 outzonec:0:0000:00:999:[ this game may be a ]:REASON 11 outzonec:0:0000:00:999:[ clone of an existing ]:REASON 11 outzonec:0:0000:00:999:[ game which may have ]:REASON 11 outzonec:0:0000:00:999:[ cheats. Please search ]:REASON 11 outzonec:0:0000:00:999:[ the cheat forums ]:REASON 11 outzonec:0:0000:00:999:[ before posting cheat ]:REASON 11 outzonec:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Over Drive ] overdriv:0:040014:99:000:Infinite Credits overdriv:0:200012:99:000:Infinite Time overdriv:0:200013:99:500:Infinite Time (2/2) overdriv:0:04334E:FF:000:Always drive at Maximum Speed overdriv:0:04334E:FF:001:Get Maximum Speed Boost Now!:Use this with an activation key for best effect ; [ Over Top ] overtop:0:10B004:99:000:Infinite Time overtop:0:10B066:12:000:Infinite Select Time overtop:0:10E098:00:000:Lap time always = 0'00"00 overtop:0:10E099:00:500:Lap time always = 0'00"00 (2/3) overtop:0:10E09A:00:500:Lap time always = 0'00"00 (3/3) overtop:0:10E0FD:00:000:Always Finish 1st Place overtop:0:104851:FF:000:Go at max speed - take care!:Turn off with F6 when stuck! overtop:0:104851:FF:005:Get to Max Speed in 1 sec overtop:0:104851:FF:006:Get to Max Speed in 3 secs overtop:0:104851:FF:007:Get to Max Speed in 5 secs :overtop:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :overtop:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :overtop:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ozma Wars (set 2) ] ozmawar2:0:203B:0F:000:Infinite Energy ozmawar2:0:203C:27:500:Infinite Energy (2/2) ozmawar2:0:0000:00:999:[Use the Invincibility "OFF"] ozmawar2:0:0000:00:999:[cheat when you dock!! ] ozmawar2:0:21A8:1B:000:Invincibility "ON" ozmawar2:0:21A8:00:001:Invincibility "OFF" ; [ Ozma Wars (set 1) ] ozmawars:0:203B:0F:000:Infinite Energy ozmawars:0:203C:27:500:Infinite Energy (2/2) ozmawars:0:0000:00:999:[Use the Invincibility "OFF"] ozmawars:0:0000:00:999:[cheat when you dock!! ] ozmawars:0:21A8:1B:000:Invincibility "ON" ozmawars:0:21A8:00:001:Invincibility "OFF" ; [ Ozon I ] ozon1:0:4002:63:000:Infinite Credits ozon1:0:40AE:00:000:Invincibility :ozon1:00000000:4053:00000063:FFFFFFFF:Infinite Lives PL1 :ozon1:00000001:4055:00000000:FFFFFFFF:Finish this Round Now! PL1 :ozon1:00000500:4052:00000062:FFFFFFFF:Select Next Round PL1 :ozon1:00000000:4061:00000001:FFFFFFFF:Always have No Tanks PL1 :ozon1:00010000:4063:00000001:FFFFFFFF:Always have No Tanks PL1 (2/12) :ozon1:00010000:4065:00000001:FFFFFFFF:Always have No Tanks PL1 (3/12) :ozon1:00010000:4067:00000001:FFFFFFFF:Always have No Tanks PL1 (4/12) :ozon1:00010000:4069:00000001:FFFFFFFF:Always have No Tanks PL1 (5/12) :ozon1:00010000:406B:00000001:FFFFFFFF:Always have No Tanks PL1 (6/12) :ozon1:00010000:406D:00000001:FFFFFFFF:Always have No Tanks PL1 (7/12) :ozon1:00010000:406F:00000001:FFFFFFFF:Always have No Tanks PL1 (8/12) :ozon1:00010000:4071:00000001:FFFFFFFF:Always have No Tanks PL1 (9/12) :ozon1:00010000:4073:00000001:FFFFFFFF:Always have No Tanks PL1 (10/12) :ozon1:00010000:4075:00000001:FFFFFFFF:Always have No Tanks PL1 (11/12) :ozon1:00010000:4077:00000001:FFFFFFFF:Always have No Tanks PL1 (12/12) :ozon1:00000000:4057:00000063:FFFFFFFF:Infinite Lives PL2 :ozon1:00000001:4059:00000000:FFFFFFFF:Finish this Round Now! PL2 :ozon1:00000500:4056:00000063:FFFFFFFF:Select Next Round PL2 :ozon1:00000000:4079:00000001:FFFFFFFF:Always have No Tanks PL2 :ozon1:00010000:407B:00000001:FFFFFFFF:Always have No Tanks PL2 (2/12) :ozon1:00010000:407D:00000001:FFFFFFFF:Always have No Tanks PL2 (3/12) :ozon1:00010000:407F:00000001:FFFFFFFF:Always have No Tanks PL2 (4/12) :ozon1:00010000:4081:00000001:FFFFFFFF:Always have No Tanks PL2 (5/12) :ozon1:00010000:4083:00000001:FFFFFFFF:Always have No Tanks PL2 (6/12) :ozon1:00010000:4085:00000001:FFFFFFFF:Always have No Tanks PL2 (7/12) :ozon1:00010000:4087:00000001:FFFFFFFF:Always have No Tanks PL2 (8/12) :ozon1:00010000:4089:00000001:FFFFFFFF:Always have No Tanks PL2 (9/12) :ozon1:00010000:408B:00000001:FFFFFFFF:Always have No Tanks PL2 (10/12) :ozon1:00010000:408D:00000001:FFFFFFFF:Always have No Tanks PL2 (11/12) :ozon1:00010000:408F:00000001:FFFFFFFF:Always have No Tanks PL2 (12/12) ; [ P-47 - The Phantom Fighter (World) ] p47:0:000000:00:999:[See the Dip Switch Menu to ] p47:0:000000:00:999:[enable an alternate ] p47:0:000000:00:999:[Invincibility cheat. ] p47:0:0F0847:03:000:Infinite Lives PL1 p47:0:0F080B:A0:000:Invincibility PL1 p47:0:0F084D:00:001:Lose extra weapons Now! PL1 p47:0:0F084D:01:001:Get Extra weapon - M Now! PL1 p47:0:0F084D:02:001:Get Extra weapon - E Now! PL1 p47:0:0F084D:03:001:Get Extra weapon - T Now! PL1 p47:0:0F084D:04:001:Get Extra weapon - B Now! PL1 p47:0:0F0C39:03:000:Infinite Lives PL2 p47:0:0F0C03:A0:000:Invincibility PL2 p47:0:0F0C3F:00:001:Lose extra weapons Now! PL2 p47:0:0F0C3F:01:001:Get Extra weapon - M Now! PL2 p47:0:0F0C3F:02:001:Get Extra weapon - E Now! PL2 p47:0:0F0C3F:03:001:Get Extra weapon - T Now! PL2 p47:0:0F0C3F:04:001:Get Extra weapon - B Now! PL2 ; [ P-47 Aces ] p47aces:0:FEE0F836:06:000:Infinite Lives PL1 p47aces:0:FEE0F842:08:000:Infinite Bombs PL1 p47aces:0:FEE0F834:02:000:Invincibility PL1 p47aces:0:FEE0F8B2:04:000:Maximum Air-to-Air Power PL1 p47aces:0:FEE0F8B3:04:000:Maximum Air-to-Surface Power PL1 p47aces:0:FEE0F8B6:06:000:Infinite Lives PL2 p47aces:0:FEE0F8C2:08:000:Infinite Bombs PL2 p47aces:0:FEE0F8B4:02:000:Invincibility PL2 p47aces:0:FEE0F832:04:000:Maximum Air-to-Air Power PL2 p47aces:0:FEE0F833:04:000:Maximum Air-to-Surface Power PL2 ; [ P-47 - The Freedom Fighter (Japan) ] p47j:0:000000:00:999:[See the Dip Switch Menu to ] p47j:0:000000:00:999:[enable an alternate ] p47j:0:000000:00:999:[Invincibility cheat. ] p47j:0:0F0847:03:000:Infinite Lives PL1 p47j:0:0F080B:A0:000:Invincibility PL1 p47j:0:0F084D:00:001:Lose extra weapons Now! PL1 p47j:0:0F084D:01:001:Get Extra weapon - M Now! PL1 p47j:0:0F084D:02:001:Get Extra weapon - E Now! PL1 p47j:0:0F084D:03:001:Get Extra weapon - T Now! PL1 p47j:0:0F084D:04:001:Get Extra weapon - B Now! PL1 p47j:0:0F0C39:03:000:Infinite Lives PL2 p47j:0:0F0C03:A0:000:Invincibility PL2 p47j:0:0F0C3F:00:001:Lose extra weapons Now! PL2 p47j:0:0F0C3F:01:001:Get Extra weapon - M Now! PL2 p47j:0:0F0C3F:02:001:Get Extra weapon - E Now! PL2 p47j:0:0F0C3F:03:001:Get Extra weapon - T Now! PL2 p47j:0:0F0C3F:04:001:Get Extra weapon - B Now! PL2 ; [ Paca Paca Passion (PPP1/VER.A2) ] pacapp:0:0000:00:999:[ There are no cheats ]:REASON 1 pacapp:0:0000:00:999:[ for this game as it ]:REASON 1 pacapp:0:0000:00:999:[ didn't work the last ]:REASON 1 pacapp:0:0000:00:999:[ time it was tested. ]:REASON 1 pacapp:0:0000:00:999:[ If the game now works ]:REASON 1 pacapp:0:0000:00:999:[ please request cheats ]:REASON 1 pacapp:0:0000:00:999:[ for it on the cheat ]:REASON 1 pacapp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Paca Paca Passion 2 (PKS1/VER.A) ] pacapp2:0:0000:00:999:[ This game hasn't even ]:REASON 11 pacapp2:0:0000:00:999:[ been looked at due to ]:REASON 11 pacapp2:0:0000:00:999:[ time constraints - Too]:REASON 11 pacapp2:0:0000:00:999:[ many games and so ]:REASON 11 pacapp2:0:0000:00:999:[ little time. It is ]:REASON 11 pacapp2:0:0000:00:999:[ even possible that ]:REASON 11 pacapp2:0:0000:00:999:[ this game may be a ]:REASON 11 pacapp2:0:0000:00:999:[ clone of an existing ]:REASON 11 pacapp2:0:0000:00:999:[ game which may have ]:REASON 11 pacapp2:0:0000:00:999:[ cheats. Please search ]:REASON 11 pacapp2:0:0000:00:999:[ the cheat forums ]:REASON 11 pacapp2:0:0000:00:999:[ before posting cheat ]:REASON 11 pacapp2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Paca Paca Passion Special (PSP1/VER.A) ] pacappsp:0:0000:00:999:[ This game hasn't even ]:REASON 11 pacappsp:0:0000:00:999:[ been looked at due to ]:REASON 11 pacappsp:0:0000:00:999:[ time constraints - Too]:REASON 11 pacappsp:0:0000:00:999:[ many games and so ]:REASON 11 pacappsp:0:0000:00:999:[ little time. It is ]:REASON 11 pacappsp:0:0000:00:999:[ even possible that ]:REASON 11 pacappsp:0:0000:00:999:[ this game may be a ]:REASON 11 pacappsp:0:0000:00:999:[ clone of an existing ]:REASON 11 pacappsp:0:0000:00:999:[ game which may have ]:REASON 11 pacappsp:0:0000:00:999:[ cheats. Please search ]:REASON 11 pacappsp:0:0000:00:999:[ the cheat forums ]:REASON 11 pacappsp:0:0000:00:999:[ before posting cheat ]:REASON 11 pacappsp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pac-Gal ] pacgal:0:4E14:06:000:Infinite Lives pacgal:0:4E15:05:500:Infinite Lives (2/2) :pacgal:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :pacgal:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :pacgal:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :pacgal:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :pacgal:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. pacgal:0:4E0E:F4:001:Finish this Level Now! pacgal:0:0000:00:999:[ ------- Starting Levels ------ ] pacgal:0:0000:00:999:[ Deactivate the cheats after ] pacgal:0:0000:00:999:[ starting the level or leave them] pacgal:0:0000:00:999:[ active to repeat the level. ] pacgal:0:4E0A:7E:000:Start at Strawberry pacgal:0:4E13:01:500:Start at Strawberry (2/2) pacgal:0:4E0A:7F:000:Start at Orange pacgal:0:4E13:02:500:Start at Orange (2/2) pacgal:0:4E0A:80:000:Start at Pretzel pacgal:0:4E13:03:500:Start at Pretzel (2/2) pacgal:0:4E0A:81:000:Start at Apple pacgal:0:4E13:04:500:Start at Apple (2/2) pacgal:0:4E0A:82:000:Start at Pear pacgal:0:4E13:05:500:Start at Pear (2/2) pacgal:0:4E0A:83:000:Start at Banana pacgal:0:4E13:06:500:Start at Banana (2/2) pacgal:0:4E0A:84:000:Start at Multifruit 1a pacgal:0:4E13:07:500:Start at Multifruit 1a (2/2) pacgal:0:4E0A:85:000:Start at Multifruit 1b pacgal:0:4E13:08:500:Start at Multifruit 1b (2/2) pacgal:0:4E0A:86:000:Start at Multifruit 2 pacgal:0:4E13:09:500:Start at Multifruit 2 (2/2) pacgal:0:0000:00:999:[ ------- Practice Levels ------ ] pacgal:0:4E13:00:000:Practice Cherry pacgal:0:4E13:01:000:Practice Strawberry pacgal:0:4E13:02:000:Practice Orange pacgal:0:4E13:03:000:Practice Pretzel pacgal:0:4E13:04:000:Practice Apple pacgal:0:4E13:05:000:Practice Pear pacgal:0:4E13:06:000:Practice Banana pacgal:0:4E13:07:000:Practice Multifruit (board 1) pacgal:0:4E13:09:000:Practice Multifruit (board 2) pacgal:0:4E13:FF:000:Split-Screen (Unplayable) pacgal:0:4E13:FE:000:No maze or dots(Unfinishable) pacgal:0:0000:00:999:[ ------- Practice Speeds ------ ] pacgal:0:4DBD:00:000:Stay blue until eaten pacgal:0:4DBE:00:500:Stay blue until eaten (2/2) pacgal:0:4DBD:58:000:Slow changeback pacgal:0:4DBE:02:500:Slow changeback (2/2) pacgal:0:4DBD:68:000:Moderate changeback pacgal:0:4DBE:01:500:Moderate changeback (2/2) pacgal:0:4DBD:F0:000:Quick changeback pacgal:0:4DBE:00:500:Quick changeback (2/2) pacgal:0:4DBD:78:000:Lightning changeback pacgal:0:4DBE:00:500:Lightning changeback (2/2) pacgal:0:4DBD:01:000:No change to blue pacgal:0:4DBE:00:500:No change to blue (2/2) pacgal:0:0000:00:999:[ -------- Ghost Status -------- ] pacgal:0:4DA7:01:000:Red always blue pacgal:0:4DA8:01:000:Pink always blue pacgal:0:4DA9:01:000:Green always blue pacgal:0:4DAA:01:000:Orange always blue pacgal:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Pac-Man (Hearts) ] pacheart:0:4E14:06:000:Infinite Lives pacheart:0:4E15:05:500:Infinite Lives (2/2) :pacheart:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :pacheart:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :pacheart:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :pacheart:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :pacheart:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. pacheart:0:4E0E:F4:001:Finish this Level Now! pacheart:0:0000:00:999:[ ------- Starting Levels ------ ] pacheart:0:0000:00:999:[ Deactivate the cheats after ] pacheart:0:0000:00:999:[ starting the level or leave them] pacheart:0:0000:00:999:[ active to repeat the level. ] pacheart:0:4E0A:7E:000:Start at Strawberry pacheart:0:4E13:01:500:Start at Strawberry (2/2) pacheart:0:4E0A:7F:000:Start at 1st Orange pacheart:0:4E13:02:500:Start at 1st Orange (2/2) pacheart:0:4E0A:80:000:Start at 2nd Orange pacheart:0:4E13:03:500:Start at 2nd Orange (2/2) pacheart:0:4E0A:81:000:Start at 1st Apple pacheart:0:4E13:04:500:Start at 1st Apple (2/2) pacheart:0:4E0A:82:000:Start at 2nd Apple pacheart:0:4E13:05:500:Start at 2nd Apple (2/2) pacheart:0:4E0A:83:000:Start at 1st Pineapple pacheart:0:4E13:06:500:Start at 1st Pineapple (2/2) pacheart:0:4E0A:84:000:Start at 2nd Pineapple pacheart:0:4E13:07:500:Start at 2nd Pineapple (2/2) pacheart:0:4E0A:85:000:Start at 1st Galaxian pacheart:0:4E13:08:500:Start at 1st Galaxian (2/2) pacheart:0:4E0A:86:000:Start at 2nd Galaxian pacheart:0:4E13:09:500:Start at 2nd Galaxian (2/2) pacheart:0:4E0A:87:000:Start at 1st Bell pacheart:0:4E13:0A:500:Start at 1st Bell (2/2) pacheart:0:4E0A:88:000:Start at 2nd Bell pacheart:0:4E13:0B:500:Start at 2nd Bell (2/2) pacheart:0:4E0A:87:000:Start at 1st Key pacheart:0:4E13:0C:500:Start at 1st Key (2/2) pacheart:0:4E0A:88:000:Start at 2nd Key pacheart:0:4E13:0D:500:Start at 2nd Key (2/2) pacheart:0:0000:00:999:[ ------- Practice Levels ------ ] pacheart:0:4E13:00:000:Practice Cherry pacheart:0:4E13:01:000:Practice Strawberry pacheart:0:4E13:02:000:Practice 1st Orange pacheart:0:4E13:03:000:Practice 2nd Orange pacheart:0:4E13:04:000:Practice 1st Apple pacheart:0:4E13:05:000:Practice 2nd Apple pacheart:0:4E13:06:000:Practice 1st Pineapple pacheart:0:4E13:07:000:Practice 2nd Pineapple pacheart:0:4E13:08:000:Practice 1st Galaxian pacheart:0:4E13:09:000:Practice 2nd Galaxian pacheart:0:4E13:0A:000:Practice 1st Bell pacheart:0:4E13:0B:000:Practice 2nd Bell pacheart:0:4E13:0C:000:Practice 1st Key pacheart:0:4E13:0D:000:Practice 2nd Key pacheart:0:4E13:FF:000:Split-Screen (Unplayable) pacheart:0:4E13:FE:000:No maze or dots(Unfinishable) pacheart:0:0000:00:999:[ ------- Practice Speeds ------ ] pacheart:0:4DBD:00:000:Stay blue until eaten pacheart:0:4DBE:00:500:Stay blue until eaten (2/2) pacheart:0:4DBD:58:000:Slow changeback pacheart:0:4DBE:02:500:Slow changeback (2/2) pacheart:0:4DBD:68:000:Moderate changeback pacheart:0:4DBE:01:500:Moderate changeback (2/2) pacheart:0:4DBD:F0:000:Quick changeback pacheart:0:4DBE:00:500:Quick changeback (2/2) pacheart:0:4DBD:78:000:Lightning changeback pacheart:0:4DBE:00:500:Lightning changeback (2/2) pacheart:0:4DBD:01:000:No change to blue pacheart:0:4DBE:00:500:No change to blue (2/2) pacheart:0:0000:00:999:[ -------- Ghost Status -------- ] pacheart:0:4DA7:01:000:Red always blue pacheart:0:4DA8:01:000:Pink always blue pacheart:0:4DA9:01:000:Green always blue pacheart:0:4DAA:01:000:Orange always blue pacheart:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Medal Mahjong Pachi-Slot Tengoku [BET] (Japan) ] pachiten:0:0000:00:999:[The winning hand cheat must] pachiten:0:0000:00:999:[be activated when there are] pachiten:0:0000:00:999:[14 tiles in your hand, then] pachiten:0:0000:00:999:[press the RON key . ] pachiten:0:0000:00:999:[('Z' by default). The tiles] pachiten:0:0000:00:999:[do not visually change ] pachiten:0:0000:00:999:[until you make a move. ] pachiten:0:FDCA:31:001:Get winning hand Now! pachiten:0:FDCB:31:501:Get winning hand Now! (02/14) pachiten:0:FDCC:31:501:Get winning hand Now! (03/14) pachiten:0:FDCD:32:501:Get winning hand Now! (04/14) pachiten:0:FDCE:32:501:Get winning hand Now! (05/14) pachiten:0:FDCF:32:501:Get winning hand Now! (06/14) pachiten:0:FDD0:33:501:Get winning hand Now! (07/14) pachiten:0:FDD1:33:501:Get winning hand Now! (08/14) pachiten:0:FDD2:33:501:Get winning hand Now! (09/14) pachiten:0:FDD3:34:501:Get winning hand Now! (10/14) pachiten:0:FDD4:34:501:Get winning hand Now! (11/14) pachiten:0:FDD5:34:501:Get winning hand Now! (12/14) pachiten:0:FDD6:35:501:Get winning hand Now! (13/14) pachiten:0:FDD7:35:501:Get winning hand Now! (14/14) pachiten:0:0000:00:999:[At the start of a game, ] pachiten:0:0000:00:999:[there may be some small ] pachiten:0:0000:00:999:[glitches on the tiles when ] pachiten:0:0000:00:999:[using the 'Always' cheats. ] pachiten:0:0000:00:999:[The cheats should still ] pachiten:0:0000:00:999:[work as normal. ] pachiten:0:FDCA:31:000:Always winning hand pachiten:0:FDCB:31:500:Always winning hand (02/14) pachiten:0:FDCC:31:500:Always winning hand (03/14) pachiten:0:FDCD:32:500:Always winning hand (04/14) pachiten:0:FDCE:32:500:Always winning hand (05/14) pachiten:0:FDCF:32:500:Always winning hand (06/14) pachiten:0:FDD0:33:500:Always winning hand (07/14) pachiten:0:FDD1:33:500:Always winning hand (08/14) pachiten:0:FDD2:33:500:Always winning hand (09/14) pachiten:0:FDD3:34:500:Always winning hand (10/14) pachiten:0:FDD4:34:500:Always winning hand (11/14) pachiten:0:FDD5:34:500:Always winning hand (12/14) pachiten:0:FDD6:35:500:Always winning hand (13/14) pachiten:0:FDD7:35:500:Always winning hand (14/14) ; [ Pac-Land (set 1) ] pacland:0:221B:09:000:Infinite Time :pacland:00800000:2222:00000001:FFFFFFFF:Invincibility:You still lose a life though if you fall down a pit or run out of time :pacland:00800000:2223:00000001:FFFFFFFF:Always have Key:Key is used in Round 14, 19 and 30 pacland:0:2115:01:000:Always Have Hard Hat pacland:0:20FD:01:000:Always Have Magic Boots pacland:0:2115:01:001:Get Hard Hat Now! pacland:0:20FD:01:001:Get Magic Boots Now! pacland:0:2100:06:000:Infinite Lives PL1 pacland:0:2101:06:000:Infinite Lives PL2 ; [ Pac-Land (set 2) ] pacland2:0:221B:09:000:Infinite Time :pacland2:00800000:2222:00000001:FFFFFFFF:Invincibility:You still lose a life though if you fall down a pit or run out of time :pacland2:00800000:2223:00000001:FFFFFFFF:Always have Key:Key is used in Round 14, 19 and 30 pacland2:0:2115:01:000:Always Have Hard Hat pacland2:0:20FD:01:000:Always Have Magic Boots pacland2:0:2115:01:001:Get Hard Hat Now! pacland2:0:20FD:01:001:Get Magic Boots Now! pacland2:0:2100:06:000:Infinite Lives PL1 pacland2:0:2101:06:000:Infinite Lives PL2 ; [ Pac-Land (set 3) ] pacland3:0:221B:09:000:Infinite Time :pacland3:00800000:2222:00000001:FFFFFFFF:Invincibility:You still lose a life though if you fall down a pit or run out of time :pacland3:00800000:2223:00000001:FFFFFFFF:Always have Key:Key is used in Round 14, 19 and 30 pacland3:0:2115:01:000:Always Have Hard Hat pacland3:0:20FD:01:000:Always Have Magic Boots pacland3:0:2115:01:001:Get Hard Hat Now! pacland3:0:20FD:01:001:Get Magic Boots Now! pacland3:0:2100:06:000:Infinite Lives PL1 pacland3:0:2101:06:000:Infinite Lives PL2 ; [ Pac-Land (Midway) ] paclandm:0:221B:09:000:Infinite Time :paclandm:00800000:2222:00000001:FFFFFFFF:Invincibility:You still lose a life though if you fall down a pit or run out of time :paclandm:00800000:2223:00000001:FFFFFFFF:Always have Key:Key is used in Round 14, 19 and 30 paclandm:0:2115:01:000:Always Have Hard Hat paclandm:0:20FD:01:000:Always Have Magic Boots paclandm:0:2115:01:001:Get Hard Hat Now! paclandm:0:20FD:01:001:Get Magic Boots Now! paclandm:0:2100:06:000:Infinite Lives PL1 paclandm:0:2101:06:000:Infinite Lives PL2 ; [ Pac-Man (Midway) ] pacman:0:4E14:06:000:Infinite Lives pacman:0:4E15:05:500:Infinite Lives (2/2) :pacman:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :pacman:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :pacman:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :pacman:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :pacman:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. pacman:0:4E0E:F4:001:Finish this Level Now! pacman:0:0000:00:999:[ ------- Starting Levels ------ ] pacman:0:0000:00:999:[ Deactivate the cheats after ] pacman:0:0000:00:999:[ starting the level or leave them] pacman:0:0000:00:999:[ active to repeat the level. ] pacman:0:4E0A:7E:000:Start at Strawberry pacman:0:4E13:01:500:Start at Strawberry (2/2) pacman:0:4E0A:7F:000:Start at 1st Orange pacman:0:4E13:02:500:Start at 1st Orange (2/2) pacman:0:4E0A:80:000:Start at 2nd Orange pacman:0:4E13:03:500:Start at 2nd Orange (2/2) pacman:0:4E0A:81:000:Start at 1st Apple pacman:0:4E13:04:500:Start at 1st Apple (2/2) pacman:0:4E0A:82:000:Start at 2nd Apple pacman:0:4E13:05:500:Start at 2nd Apple (2/2) pacman:0:4E0A:83:000:Start at 1st Pineapple pacman:0:4E13:06:500:Start at 1st Pineapple (2/2) pacman:0:4E0A:84:000:Start at 2nd Pineapple pacman:0:4E13:07:500:Start at 2nd Pineapple (2/2) pacman:0:4E0A:85:000:Start at 1st Galaxian pacman:0:4E13:08:500:Start at 1st Galaxian (2/2) pacman:0:4E0A:86:000:Start at 2nd Galaxian pacman:0:4E13:09:500:Start at 2nd Galaxian (2/2) pacman:0:4E0A:87:000:Start at 1st Bell pacman:0:4E13:0A:500:Start at 1st Bell (2/2) pacman:0:4E0A:88:000:Start at 2nd Bell pacman:0:4E13:0B:500:Start at 2nd Bell (2/2) pacman:0:4E0A:87:000:Start at 1st Key pacman:0:4E13:0C:500:Start at 1st Key (2/2) pacman:0:4E0A:88:000:Start at 2nd Key pacman:0:4E13:0D:500:Start at 2nd Key (2/2) pacman:0:0000:00:999:[ ------- Practice Levels ------ ] pacman:0:4E13:00:000:Practice Cherry pacman:0:4E13:01:000:Practice Strawberry pacman:0:4E13:02:000:Practice 1st Orange pacman:0:4E13:03:000:Practice 2nd Orange pacman:0:4E13:04:000:Practice 1st Apple pacman:0:4E13:05:000:Practice 2nd Apple pacman:0:4E13:06:000:Practice 1st Pineapple pacman:0:4E13:07:000:Practice 2nd Pineapple pacman:0:4E13:08:000:Practice 1st Galaxian pacman:0:4E13:09:000:Practice 2nd Galaxian pacman:0:4E13:0A:000:Practice 1st Bell pacman:0:4E13:0B:000:Practice 2nd Bell pacman:0:4E13:0C:000:Practice 1st Key pacman:0:4E13:0D:000:Practice 2nd Key pacman:0:4E13:FF:000:Split-Screen (Unplayable) pacman:0:4E13:FE:000:No maze or dots(Unfinishable) pacman:0:0000:00:999:[ ------- Practice Speeds ------ ] pacman:0:4DBD:00:000:Stay blue until eaten pacman:0:4DBE:00:500:Stay blue until eaten (2/2) pacman:0:4DBD:58:000:Slow changeback pacman:0:4DBE:02:500:Slow changeback (2/2) pacman:0:4DBD:68:000:Moderate changeback pacman:0:4DBE:01:500:Moderate changeback (2/2) pacman:0:4DBD:F0:000:Quick changeback pacman:0:4DBE:00:500:Quick changeback (2/2) pacman:0:4DBD:78:000:Lightning changeback pacman:0:4DBE:00:500:Lightning changeback (2/2) pacman:0:4DBD:01:000:No change to blue pacman:0:4DBE:00:500:No change to blue (2/2) pacman:0:0000:00:999:[ -------- Ghost Status -------- ] pacman:0:4DA7:01:000:Red always blue pacman:0:4DA8:01:000:Pink always blue pacman:0:4DA9:01:000:Green always blue pacman:0:4DAA:01:000:Orange always blue pacman:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Pac-Man (Galaxian hardware) ] pacmanbl:0:4214:06:000:Infinite Lives pacmanbl:0:4215:05:500:Infinite Lives (2/2) :pacmanbl:20E00000:17A2:00183700:00FFFFFF:Enable Speed Hack:This will greatly speed up your character. pacmanbl:0:420E:F4:001:Finish this Level Now! pacmanbl:0:0000:00:999:[ ------- Starting Levels ------ ] pacmanbl:0:0000:00:999:[ Deactivate the cheats after ] pacmanbl:0:0000:00:999:[ starting the level or leave them] pacmanbl:0:0000:00:999:[ active to repeat the level. ] pacmanbl:0:420A:7E:000:Start at Strawberry pacmanbl:0:4213:01:500:Start at Strawberry (2/2) pacmanbl:0:420A:7F:000:Start at 1st Orange pacmanbl:0:4213:02:500:Start at 1st Orange (2/2) pacmanbl:0:420A:80:000:Start at 2nd Orange pacmanbl:0:4213:03:500:Start at 2nd Orange (2/2) pacmanbl:0:420A:81:000:Start at 1st Apple pacmanbl:0:4213:04:500:Start at 1st Apple (2/2) pacmanbl:0:420A:82:000:Start at 2nd Apple pacmanbl:0:4213:05:500:Start at 2nd Apple (2/2) pacmanbl:0:420A:83:000:Start at 1st Pineapple pacmanbl:0:4213:06:500:Start at 1st Pineapple (2/2) pacmanbl:0:420A:84:000:Start at 2nd Pineapple pacmanbl:0:4213:07:500:Start at 2nd Pineapple (2/2) pacmanbl:0:420A:85:000:Start at 1st Galaxian pacmanbl:0:4213:08:500:Start at 1st Galaxian (2/2) pacmanbl:0:420A:86:000:Start at 2nd Galaxian pacmanbl:0:4213:09:500:Start at 2nd Galaxian (2/2) pacmanbl:0:420A:87:000:Start at 1st Bell pacmanbl:0:4213:0A:500:Start at 1st Bell (2/2) pacmanbl:0:420A:88:000:Start at 2nd Bell pacmanbl:0:4213:0B:500:Start at 2nd Bell (2/2) pacmanbl:0:420A:87:000:Start at 1st Key pacmanbl:0:4213:0C:500:Start at 1st Key (2/2) pacmanbl:0:420A:88:000:Start at 2nd Key pacmanbl:0:4213:0D:500:Start at 2nd Key (2/2) pacmanbl:0:0000:00:999:[ ------- Practice Levels ------ ] pacmanbl:0:4213:00:000:Practice Cherry pacmanbl:0:4213:01:000:Practice Strawberry pacmanbl:0:4213:02:000:Practice 1st Orange pacmanbl:0:4213:03:000:Practice 2nd Orange pacmanbl:0:4213:04:000:Practice 1st Apple pacmanbl:0:4213:05:000:Practice 2nd Apple pacmanbl:0:4213:06:000:Practice 1st Pineapple pacmanbl:0:4213:07:000:Practice 2nd Pineapple pacmanbl:0:4213:08:000:Practice 1st Galaxian pacmanbl:0:4213:09:000:Practice 2nd Galaxian pacmanbl:0:4213:0A:000:Practice 1st Bell pacmanbl:0:4213:0B:000:Practice 2nd Bell pacmanbl:0:4213:0C:000:Practice 1st Key pacmanbl:0:4213:0D:000:Practice 2nd Key pacmanbl:0:4213:FF:000:Split-Screen (Unplayable) pacmanbl:0:4213:FE:000:No maze or dots(Unfinishable) pacmanbl:0:0000:00:999:[ ------- Practice Speeds ------ ] pacmanbl:0:41BD:00:000:Stay blue until eaten pacmanbl:0:41BE:00:500:Stay blue until eaten (2/2) pacmanbl:0:41BD:58:000:Slow changeback pacmanbl:0:41BE:02:500:Slow changeback (2/2) pacmanbl:0:41BD:68:000:Moderate changeback pacmanbl:0:41BE:01:500:Moderate changeback (2/2) pacmanbl:0:41BD:F0:000:Quick changeback pacmanbl:0:41BE:00:500:Quick changeback (2/2) pacmanbl:0:41BD:78:000:Lightning changeback pacmanbl:0:41BE:00:500:Lightning changeback (2/2) pacmanbl:0:41BD:01:000:No change to blue pacmanbl:0:41BE:00:500:No change to blue (2/2) pacmanbl:0:0000:00:999:[ -------- Ghost Status -------- ] pacmanbl:0:41A7:01:000:Red always blue pacmanbl:0:41A8:01:000:Pink always blue pacmanbl:0:41A9:01:000:Green always blue pacmanbl:0:41AA:01:000:Orange always blue pacmanbl:0:41A5:00:000:Ghosts Always Edible (No Pts) ; [ Pac-Man (Midway, with speedup hack) ] pacmanf:0:4E14:06:000:Infinite Lives pacmanf:0:4E15:05:500:Infinite Lives (2/2) :pacmanf:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :pacmanf:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :pacmanf:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :pacmanf:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :pacmanf:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. pacmanf:0:4E0E:F4:001:Finish this Level Now! pacmanf:0:0000:00:999:[ ------- Starting Levels ------ ] pacmanf:0:0000:00:999:[ Deactivate the cheats after ] pacmanf:0:0000:00:999:[ starting the level or leave them] pacmanf:0:0000:00:999:[ active to repeat the level. ] pacmanf:0:4E0A:7E:000:Start at Strawberry pacmanf:0:4E13:01:500:Start at Strawberry (2/2) pacmanf:0:4E0A:7F:000:Start at 1st Orange pacmanf:0:4E13:02:500:Start at 1st Orange (2/2) pacmanf:0:4E0A:80:000:Start at 2nd Orange pacmanf:0:4E13:03:500:Start at 2nd Orange (2/2) pacmanf:0:4E0A:81:000:Start at 1st Apple pacmanf:0:4E13:04:500:Start at 1st Apple (2/2) pacmanf:0:4E0A:82:000:Start at 2nd Apple pacmanf:0:4E13:05:500:Start at 2nd Apple (2/2) pacmanf:0:4E0A:83:000:Start at 1st Pineapple pacmanf:0:4E13:06:500:Start at 1st Pineapple (2/2) pacmanf:0:4E0A:84:000:Start at 2nd Pineapple pacmanf:0:4E13:07:500:Start at 2nd Pineapple (2/2) pacmanf:0:4E0A:85:000:Start at 1st Galaxian pacmanf:0:4E13:08:500:Start at 1st Galaxian (2/2) pacmanf:0:4E0A:86:000:Start at 2nd Galaxian pacmanf:0:4E13:09:500:Start at 2nd Galaxian (2/2) pacmanf:0:4E0A:87:000:Start at 1st Bell pacmanf:0:4E13:0A:500:Start at 1st Bell (2/2) pacmanf:0:4E0A:88:000:Start at 2nd Bell pacmanf:0:4E13:0B:500:Start at 2nd Bell (2/2) pacmanf:0:4E0A:87:000:Start at 1st Key pacmanf:0:4E13:0C:500:Start at 1st Key (2/2) pacmanf:0:4E0A:88:000:Start at 2nd Key pacmanf:0:4E13:0D:500:Start at 2nd Key (2/2) pacmanf:0:0000:00:999:[ ------- Practice Levels ------ ] pacmanf:0:4E13:00:000:Practice Cherry pacmanf:0:4E13:01:000:Practice Strawberry pacmanf:0:4E13:02:000:Practice 1st Orange pacmanf:0:4E13:03:000:Practice 2nd Orange pacmanf:0:4E13:04:000:Practice 1st Apple pacmanf:0:4E13:05:000:Practice 2nd Apple pacmanf:0:4E13:06:000:Practice 1st Pineapple pacmanf:0:4E13:07:000:Practice 2nd Pineapple pacmanf:0:4E13:08:000:Practice 1st Galaxian pacmanf:0:4E13:09:000:Practice 2nd Galaxian pacmanf:0:4E13:0A:000:Practice 1st Bell pacmanf:0:4E13:0B:000:Practice 2nd Bell pacmanf:0:4E13:0C:000:Practice 1st Key pacmanf:0:4E13:0D:000:Practice 2nd Key pacmanf:0:4E13:FF:000:Split-Screen (Unplayable) pacmanf:0:4E13:FE:000:No maze or dots(Unfinishable) pacmanf:0:0000:00:999:[ ------- Practice Speeds ------ ] pacmanf:0:4DBD:00:000:Stay blue until eaten pacmanf:0:4DBE:00:500:Stay blue until eaten (2/2) pacmanf:0:4DBD:58:000:Slow changeback pacmanf:0:4DBE:02:500:Slow changeback (2/2) pacmanf:0:4DBD:68:000:Moderate changeback pacmanf:0:4DBE:01:500:Moderate changeback (2/2) pacmanf:0:4DBD:F0:000:Quick changeback pacmanf:0:4DBE:00:500:Quick changeback (2/2) pacmanf:0:4DBD:78:000:Lightning changeback pacmanf:0:4DBE:00:500:Lightning changeback (2/2) pacmanf:0:4DBD:01:000:No change to blue pacmanf:0:4DBE:00:500:No change to blue (2/2) pacmanf:0:0000:00:999:[ -------- Ghost Status -------- ] pacmanf:0:4DA7:01:000:Red always blue pacmanf:0:4DA8:01:000:Pink always blue pacmanf:0:4DA9:01:000:Green always blue pacmanf:0:4DAA:01:000:Orange always blue pacmanf:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Pac-Mania ] pacmania:0:0059:FF:000:Ghosts stay blue until eaten pacmania:0:0621:0E:000:Infinite Lives PL1 pacmania:0:0222:01:001:Finish level Now! PL1 pacmania:0:0074:01:501:Finish level Now! PL1 (2/2) pacmania:0:0622:0E:000:Infinite Lives PL2 pacmania:0:0222:02:001:Finish level Now! PL2 pacmania:0:0075:02:501:Finish level Now! PL2 (2/2) pacmania:0:0000:00:999:[Use these Select current ] pacmania:0:0000:00:999:[level cheats during the ] pacmania:0:0000:00:999:["slideshow" between levels ] pacmania:0:0000:00:999:[ ] pacmania:0:0000:00:999:[For reference the levels - ] pacmania:0:0000:00:999:[1,8,9,10 BLOCK TOWN ] pacmania:0:0000:00:999:[2,3,11,12,13 PACMAN'S PARK ] pacmania:0:0000:00:999:[4,5,14,15,16 SANDBOX LAND ] pacmania:0:0000:00:999:[6,7,17,18,19 JUNGLY STEPS ] pacmania:0:0623:13:072:Select current level PL1 pacmania:0:0624:13:072:Select current level PL2 pacmania:0:0000:00:999:[ ] pacmania:0:0623:13:062:Select next level PL1 pacmania:0:0624:13:062:Select next level PL2 pacmania:0:0000:00:999:[ ] pacmania:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Pac-Mania (Japan) ] pacmanij:0:0059:FF:000:Ghosts stay blue until eaten pacmanij:0:0621:0E:000:Infinite Lives PL1 pacmanij:0:0222:01:001:Finish level Now! PL1 pacmanij:0:0074:01:501:Finish level Now! PL1 (2/2) pacmanij:0:0622:0E:000:Infinite Lives PL2 pacmanij:0:0222:02:001:Finish level Now! PL2 pacmanij:0:0075:02:501:Finish level Now! PL2 (2/2) pacmanij:0:0000:00:999:[Use these Select current ] pacmanij:0:0000:00:999:[level cheats during the ] pacmanij:0:0000:00:999:["slideshow" between levels ] pacmanij:0:0000:00:999:[ ] pacmanij:0:0000:00:999:[ For reference the levels ] pacmanij:0:0000:00:999:[For reference the levels - ] pacmanij:0:0000:00:999:[1,2,12,13,14 BLOCK TOWN ] pacmanij:0:0000:00:999:[3,4,5,15,16,17 PACMANS PARK] pacmanij:0:0000:00:999:[6,7,8,18,19,20 SANDBOX LAND] pacmanij:0:0000:00:999:[9,10,11,21-23 JUNGLY STEPS ] pacmanij:0:0623:17:072:Select current level PL1 pacmanij:0:0624:17:072:Select current level PL2 pacmanij:0:0000:00:999:[ ] pacmanij:0:0623:17:062:Select next level PL1 pacmanij:0:0624:17:062:Select next level PL2 pacmanij:0:0000:00:999:[ ] pacmanij:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Pac-Man (Midway, harder) ] pacmod:0:4E14:06:000:Infinite Lives pacmod:0:4E15:05:500:Infinite Lives (2/2) :pacmod:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :pacmod:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :pacmod:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :pacmod:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :pacmod:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. pacmod:0:4E0E:F4:001:Finish this Level Now! pacmod:0:0000:00:999:[ ------- Starting Levels ------ ] pacmod:0:0000:00:999:[ Deactivate the cheats after ] pacmod:0:0000:00:999:[ starting the level or leave them] pacmod:0:0000:00:999:[ active to repeat the level. ] pacmod:0:4E0A:7E:000:Start at Strawberry pacmod:0:4E13:01:500:Start at Strawberry (2/2) pacmod:0:4E0A:7F:000:Start at 1st Orange pacmod:0:4E13:02:500:Start at 1st Orange (2/2) pacmod:0:4E0A:80:000:Start at 2nd Orange pacmod:0:4E13:03:500:Start at 2nd Orange (2/2) pacmod:0:4E0A:81:000:Start at 1st Apple pacmod:0:4E13:04:500:Start at 1st Apple (2/2) pacmod:0:4E0A:82:000:Start at 2nd Apple pacmod:0:4E13:05:500:Start at 2nd Apple (2/2) pacmod:0:4E0A:83:000:Start at 1st Pineapple pacmod:0:4E13:06:500:Start at 1st Pineapple (2/2) pacmod:0:4E0A:84:000:Start at 2nd Pineapple pacmod:0:4E13:07:500:Start at 2nd Pineapple (2/2) pacmod:0:4E0A:85:000:Start at 1st Galaxian pacmod:0:4E13:08:500:Start at 1st Galaxian (2/2) pacmod:0:4E0A:86:000:Start at 2nd Galaxian pacmod:0:4E13:09:500:Start at 2nd Galaxian (2/2) pacmod:0:4E0A:87:000:Start at 1st Bell pacmod:0:4E13:0A:500:Start at 1st Bell (2/2) pacmod:0:4E0A:88:000:Start at 2nd Bell pacmod:0:4E13:0B:500:Start at 2nd Bell (2/2) pacmod:0:4E0A:87:000:Start at 1st Key pacmod:0:4E13:0C:500:Start at 1st Key (2/2) pacmod:0:4E0A:88:000:Start at 2nd Key pacmod:0:4E13:0D:500:Start at 2nd Key (2/2) pacmod:0:0000:00:999:[ ------- Practice Levels ------ ] pacmod:0:4E13:00:000:Practice Cherry pacmod:0:4E13:01:000:Practice Strawberry pacmod:0:4E13:02:000:Practice 1st Orange pacmod:0:4E13:03:000:Practice 2nd Orange pacmod:0:4E13:04:000:Practice 1st Apple pacmod:0:4E13:05:000:Practice 2nd Apple pacmod:0:4E13:06:000:Practice 1st Pineapple pacmod:0:4E13:07:000:Practice 2nd Pineapple pacmod:0:4E13:08:000:Practice 1st Galaxian pacmod:0:4E13:09:000:Practice 2nd Galaxian pacmod:0:4E13:0A:000:Practice 1st Bell pacmod:0:4E13:0B:000:Practice 2nd Bell pacmod:0:4E13:0C:000:Practice 1st Key pacmod:0:4E13:0D:000:Practice 2nd Key pacmod:0:4E13:FF:000:Split-Screen (Unplayable) pacmod:0:4E13:FE:000:No maze or dots(Unfinishable) pacmod:0:0000:00:999:[ ------- Practice Speeds ------ ] pacmod:0:4DBD:00:000:Stay blue until eaten pacmod:0:4DBE:00:500:Stay blue until eaten (2/2) pacmod:0:4DBD:58:000:Slow changeback pacmod:0:4DBE:02:500:Slow changeback (2/2) pacmod:0:4DBD:68:000:Moderate changeback pacmod:0:4DBE:01:500:Moderate changeback (2/2) pacmod:0:4DBD:F0:000:Quick changeback pacmod:0:4DBE:00:500:Quick changeback (2/2) pacmod:0:4DBD:78:000:Lightning changeback pacmod:0:4DBE:00:500:Lightning changeback (2/2) pacmod:0:4DBD:01:000:No change to blue pacmod:0:4DBE:00:500:No change to blue (2/2) pacmod:0:0000:00:999:[ -------- Ghost Status -------- ] pacmod:0:4DA7:01:000:Red always blue pacmod:0:4DA8:01:000:Pink always blue pacmod:0:4DA9:01:000:Green always blue pacmod:0:4DAA:01:000:Orange always blue pacmod:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Pac-Man & Chomp Chomp ] pacnchmp:0:1175:07:000:Infinite Lives pacnchmp:0:1111:18:000:Infinite "power" time pacnchmp:0:1110:01:000:"Power" always available pacnchmp:0:1222:01:001:Orange ghost is stoned Now! pacnchmp:0:1232:01:001:Green ghost is stoned Now! pacnchmp:0:1242:01:001:Pink ghost is stoned Now! pacnchmp:0:1252:01:001:Red ghost is stoned Now! ; [ Pac & Pal ] pacnpal:0:1175:07:000:Infinite Lives pacnpal:0:1111:18:000:Infinite "power" time pacnpal:0:1110:01:000:"Power" always available pacnpal:0:1222:01:001:Orange ghost is stoned Now! pacnpal:0:1232:01:001:Green ghost is stoned Now! pacnpal:0:1242:01:001:Pink ghost is stoned Now! pacnpal:0:1252:01:001:Red ghost is stoned Now! ; [ Pac & Pal (older) ] pacnpal2:0:1175:07:000:Infinite Lives pacnpal2:0:1111:18:000:Infinite "power" time pacnpal2:0:1110:01:000:"Power" always available pacnpal2:0:1222:01:001:Orange ghost is stoned Now! pacnpal2:0:1232:01:001:Green ghost is stoned Now! pacnpal2:0:1242:01:001:Pink ghost is stoned Now! pacnpal2:0:1252:01:001:Red ghost is stoned Now! ; [ Pac-Man Plus ] pacplus:0:4E14:06:000:Infinite Lives pacplus:0:4E15:05:500:Infinite Lives (2/2) :pacplus:20A00000:1793:003CE0C3:FFFFFFFF:Invincibility :pacplus:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :pacplus:20B10000:3CE3:1783C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1783 (Normal Ghost) :pacplus:20B10000:3CE7:1796C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1796 (Blue Ghost) :pacplus:20800000:182D:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. pacplus:0:4E0E:F4:001:Finish this Level Now! pacplus:0:0000:00:999:[ ------- Starting Levels ------ ] pacplus:0:0000:00:999:[ Deactivate the cheats after ] pacplus:0:0000:00:999:[ starting the level or leave them] pacplus:0:0000:00:999:[ active to repeat the level. ] pacplus:0:4E0A:7E:000:Start at Vimto pacplus:0:4E13:01:500:Start at Vimto (2/2) pacplus:0:4E0A:7F:000:Start at 1st Peas pacplus:0:4E13:02:500:Start at 1st Peas (2/2) pacplus:0:4E0A:80:000:Start at 2nd Peas pacplus:0:4E13:03:500:Start at 2nd Peas (2/2) pacplus:0:4E0A:81:000:Start at 1st Apple pacplus:0:4E13:04:500:Start at 1st Apple (2/2) pacplus:0:4E0A:82:000:Start at 2nd Apple pacplus:0:4E13:05:500:Start at 2nd Apple (2/2) pacplus:0:4E0A:83:000:Start at 1st Grapes pacplus:0:4E13:06:500:Start at 1st Grapes (2/2) pacplus:0:4E0A:84:000:Start at 2nd Grapes pacplus:0:4E13:07:500:Start at 2nd Grapes (2/2) pacplus:0:4E0A:85:000:Start at 1st Galaxian pacplus:0:4E13:08:500:Start at 1st Galaxian (2/2) pacplus:0:4E0A:86:000:Start at 2nd Galaxian pacplus:0:4E13:09:500:Start at 2nd Galaxian (2/2) pacplus:0:4E0A:87:000:Start at 1st Bread pacplus:0:4E13:0A:500:Start at 1st Bread (2/2) pacplus:0:4E0A:88:000:Start at 2nd Bread pacplus:0:4E13:0B:500:Start at 2nd Bread (2/2) pacplus:0:4E0A:89:000:Start at 1st Pancakes pacplus:0:4E13:0C:500:Start at 1st Pancakes (2/2) pacplus:0:4E0A:8A:000:Start at 2nd Pancakes pacplus:0:4E13:0D:500:Start at 2nd Pancakes (2/2) pacplus:0:0000:00:999:[ ------- Practice Levels ------ ] pacplus:0:4E13:00:000:Practice Coke pacplus:0:4E13:01:000:Practice Vimto pacplus:0:4E13:02:000:Practice 1st Peas pacplus:0:4E13:03:000:Practice 2nd Peas pacplus:0:4E13:04:000:Practice 1st Apple pacplus:0:4E13:05:000:Practice 2nd Apple pacplus:0:4E13:06:000:Practice 1st Grapes pacplus:0:4E13:07:000:Practice 2nd Grapes pacplus:0:4E13:08:000:Practice 1st Galaxian pacplus:0:4E13:09:000:Practice 2nd Galaxian pacplus:0:4E13:0A:000:Practice 1st Bread pacplus:0:4E13:0B:000:Practice 2nd Bread pacplus:0:4E13:0C:000:Practice 1st Pancakes pacplus:0:4E13:0D:000:Practice 2nd Pancakes pacplus:0:4E13:FF:000:Split-Screen (Unplayable) pacplus:0:4E13:FE:000:No maze or dots(Unfinishable) pacplus:0:0000:00:999:[ ------- Practice Speeds ------ ] pacplus:0:4DBD:00:000:Stay blue until eaten pacplus:0:4DBE:00:500:Stay blue until eaten (2/2) pacplus:0:4DBD:58:000:Slow changeback pacplus:0:4DBE:02:500:Slow changeback (2/2) pacplus:0:4DBD:68:000:Moderate changeback pacplus:0:4DBE:01:500:Moderate changeback (2/2) pacplus:0:4DBD:F0:000:Quick changeback pacplus:0:4DBE:00:500:Quick changeback (2/2) pacplus:0:4DBD:78:000:Lightning changeback pacplus:0:4DBE:00:500:Lightning changeback (2/2) pacplus:0:4DBD:01:000:No change to blue pacplus:0:4DBE:00:500:No change to blue (2/2) pacplus:0:0000:00:999:[ -------- Ghost Status -------- ] pacplus:0:4DA7:01:000:Red always blue pacplus:0:4DA8:01:000:Pink always blue pacplus:0:4DA9:01:000:Green always blue pacplus:0:4DAA:01:000:Orange always blue pacplus:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Paddle 2 ] paddle2:0:C432:09:000:Infinite Credits paddle2:0:ED76:06:000:Infinite Lives PL1 paddle2:0:ED7B:06:000:Infinite Lives PL2 paddle2:0:ED72:20:000:Go to Last Level paddle2:0:EF62:00:000:Don't die when ball is out :paddle2:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play paddle2:0:C4CE:01:000:Warp door always open paddle2:0:C4CE:00:000:Warp door never open paddle2:0:C4CE:01:001:Open Warp door Now! paddle2:0:C4CE:00:001:Shut Warp door Now! paddle2:0:ED83:00:001:Finish this Level Now! paddle2:0:EF62:01:001:Lose a Life Now! paddle2:0:0000:00:999:[ L (Red) = Laser ] paddle2:0:0000:00:999:[ E (Blue) = Enlarged Bat ] paddle2:0:0000:00:999:[ C (Green) = Catcher Bat ] paddle2:0:0000:00:999:[ S (Orange) = Slower Ball ] paddle2:0:0000:00:999:[ B (Pink) = Warp Door ] paddle2:0:0000:00:999:[ D (Cyan) = Multiballs ] paddle2:0:0000:00:999:[ P (Grey) = Extra Life ] paddle2:0:C658:80:000:No pills can fall paddle2:0:C658:01:001:Drop Red Pill Now! paddle2:0:C658:02:001:Drop Blue Pill Now! paddle2:0:C658:03:001:Drop Green Pill Now! paddle2:0:C658:04:001:Drop Orange Pill Now! paddle2:0:C658:05:001:Drop Purple Pill Now! paddle2:0:C658:06:001:Drop Cyan Pill Now! paddle2:0:C658:07:001:Drop Black Pill Now! paddle2:0:C658:01:004:Drop Red Pill every 5 s paddle2:0:C658:02:004:Drop Blue Pill every 5 s paddle2:0:C658:03:004:Drop Green Pill every 5 s paddle2:0:C658:04:004:Drop Orange Pill every 5 s paddle2:0:C658:05:004:Drop Purple Pill every 5 s paddle2:0:C658:06:004:Drop Cyan Pill every 5 s paddle2:0:C658:07:004:Drop Black Pill every 5 s paddle2:0:C658:81:001:Change Pill to Red Now! paddle2:0:C658:82:001:Change Pill to Blue Now! paddle2:0:C658:83:001:Change Pill to Green Now! paddle2:0:C658:84:001:Change Pill to Orange Now! paddle2:0:C658:85:001:Change Pill to Purple Now! paddle2:0:C658:86:001:Change Pill to Cyan Now! paddle2:0:C658:87:001:Change Pill to Black Now! ; [ Paddle Mania ] paddlema:0:080063:D1:000:Infinite Time paddlema:0:080064:59:500:Infinite Time (2/2) paddlema:0:080063:01:001:Finish this Match Now! paddlema:0:080064:01:501:Finish this Match Now! (2/2) paddlema:0:080057:00:000:Score always = 0 [TEAM 1] paddlema:0:080057:10:000:Score always = 10 [TEAM 1] paddlema:0:080057:00:001:Score = 0 Now! [TEAM 1] paddlema:0:080057:10:001:Score = 10 Now! [TEAM 1] paddlema:0:080057:99:073:Select Score [TEAM 1] paddlema:0:080058:00:000:Score always = 0 [TEAM 2] paddlema:0:080058:10:000:Score always = 10 [TEAM 2] paddlema:0:080058:00:001:Score = 0 Now! [TEAM 2] paddlema:0:080058:10:001:Score = 10 Now! [TEAM 2] paddlema:0:080058:99:073:Select Score [TEAM 2] ; [ Painted Lady (Splash) (Ver. 1.3 US) ] paintlad:0:88192E:09:000:Infinite Time paintlad:0:881845:04:000:Infinite Lives PL1 paintlad:0:881840:03:000:Invincibility PL1 paintlad:0:881841:01:500:Invincibility PL1 (2/2) paintlad:0:881865:32:000:Infinite Ammo PL1 paintlad:0:881866:09:000:Infinite Bombs PL1 paintlad:0:88188B:04:000:Infinite Lives PL2 paintlad:0:881886:03:000:Invincibility PL2 paintlad:0:881887:01:500:Invincibility PL2 (2/2) paintlad:0:8818AB:32:000:Infinite Ammo PL2 paintlad:0:8818AC:09:000:Infinite Bombs PL2 paintlad:0:000000:00:999:[Pics will be in different ] paintlad:0:000000:00:999:[order depending if you ] paintlad:0:000000:00:999:[choose 'Light' or 'Hard' ] paintlad:0:FFE551:20:021:Light girl pictures paintlad:0:FFE551:20:041:Hard girl pictures paintlad:0:881931:09:001:Finish this stage Now! paintlad:0:881932:09:501:Finish this stage Now! (2/4) paintlad:0:881933:09:501:Finish this stage Now! (3/4) paintlad:0:881934:09:501:Finish this stage Now! (4/4) paintlad:0:000000:00:999:[These Select next stage ] paintlad:0:000000:00:999:[cheats are NOT linked you ] paintlad:0:000000:00:999:[should enable them both and] paintlad:0:000000:00:999:[choose the SAME stage!! ] paintlad:0:FFCC43:41:061:Select next level (1|2) paintlad:0:881924:41:061:Select next level (2|2):Background piccy paintlad:0:000000:00:999:[Slideshow mode, enable and ] paintlad:0:000000:00:999:[then sit back and watch! ] paintlad:0:881931:09:000:Slideshow Mode paintlad:0:881932:09:500:Slideshow Mode (2/4) paintlad:0:881933:09:500:Slideshow Mode (3/4) paintlad:0:881934:09:500:Slideshow Mode (4/4) ; [ Paint Roller ] paintrlr:0:4C1E:99:000:Infinite Credits :paintrlr:20800000:2BCA:000000C9:FFFFFFFF:Invincibility paintrlr:0:4FC8:4C:000:Yellow can't eat you paintrlr:0:4FCA:4C:000:Green can't eat you paintrlr:0:4FC8:E0:001:Yellow can eat you paintrlr:0:4FCA:E0:001:Green can eat you paintrlr:0:4C1C:06:000:Infinite Lives PL1 paintrlr:0:4C1D:06:000:Infinite Lives PL2 ; [ Pairs Love ] pairlove:0:0000:00:999:[ This game hasn't even ]:REASON 11 pairlove:0:0000:00:999:[ been looked at due to ]:REASON 11 pairlove:0:0000:00:999:[ time constraints - Too]:REASON 11 pairlove:0:0000:00:999:[ many games and so ]:REASON 11 pairlove:0:0000:00:999:[ little time. It is ]:REASON 11 pairlove:0:0000:00:999:[ even possible that ]:REASON 11 pairlove:0:0000:00:999:[ this game may be a ]:REASON 11 pairlove:0:0000:00:999:[ clone of an existing ]:REASON 11 pairlove:0:0000:00:999:[ game which may have ]:REASON 11 pairlove:0:0000:00:999:[ cheats. Please search ]:REASON 11 pairlove:0:0000:00:999:[ the cheat forums ]:REASON 11 pairlove:0:0000:00:999:[ before posting cheat ]:REASON 11 pairlove:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pairs (V1.2, 09/30/94) ] pairs:0:003CA5:63:000:Infinite Time pairs:0:003CE1:02:001:Finish this Round Now! pairs:0:003CF1:02:501:Finish this Round Now! (02/50) pairs:0:003D01:02:501:Finish this Round Now! (03/50) pairs:0:003D11:02:501:Finish this Round Now! (04/50) pairs:0:003D21:02:501:Finish this Round Now! (05/50) pairs:0:003D31:02:501:Finish this Round Now! (06/50) pairs:0:003D41:02:501:Finish this Round Now! (07/50) pairs:0:003D51:02:501:Finish this Round Now! (08/50) pairs:0:003D61:02:501:Finish this Round Now! (09/50) pairs:0:003D71:02:501:Finish this Round Now! (10/50) pairs:0:003D81:02:501:Finish this Round Now! (11/50) pairs:0:003D91:02:501:Finish this Round Now! (12/50) pairs:0:003DA1:02:501:Finish this Round Now! (13/50) pairs:0:003DB1:02:501:Finish this Round Now! (14/50) pairs:0:003DC1:02:501:Finish this Round Now! (15/50) pairs:0:003DD1:02:501:Finish this Round Now! (16/50) pairs:0:003DE1:02:501:Finish this Round Now! (17/50) pairs:0:003DF1:02:501:Finish this Round Now! (18/50) pairs:0:003E01:02:501:Finish this Round Now! (19/50) pairs:0:003E11:02:501:Finish this Round Now! (20/50) pairs:0:003E21:02:501:Finish this Round Now! (21/50) pairs:0:003E31:02:501:Finish this Round Now! (22/50) pairs:0:003E41:02:501:Finish this Round Now! (23/50) pairs:0:003E51:02:501:Finish this Round Now! (24/50) pairs:0:003E61:02:501:Finish this Round Now! (25/50) pairs:0:003E71:02:501:Finish this Round Now! (26/50) pairs:0:003E81:02:501:Finish this Round Now! (27/50) pairs:0:003E91:02:501:Finish this Round Now! (28/50) pairs:0:003EA1:02:501:Finish this Round Now! (29/50) pairs:0:003EB1:02:501:Finish this Round Now! (30/50) pairs:0:003EC1:02:501:Finish this Round Now! (31/50) pairs:0:003ED1:02:501:Finish this Round Now! (32/50) pairs:0:003EE1:02:501:Finish this Round Now! (33/50) pairs:0:003EF1:02:501:Finish this Round Now! (34/50) pairs:0:003F01:02:501:Finish this Round Now! (35/50) pairs:0:003F11:02:501:Finish this Round Now! (36/50) pairs:0:003F21:02:501:Finish this Round Now! (37/50) pairs:0:003F31:02:501:Finish this Round Now! (38/50) pairs:0:003F41:02:501:Finish this Round Now! (39/50) pairs:0:003F51:02:501:Finish this Round Now! (40/50) pairs:0:003F61:02:501:Finish this Round Now! (41/50) pairs:0:003F71:02:501:Finish this Round Now! (42/50) pairs:0:003F81:02:501:Finish this Round Now! (43/50) pairs:0:003F91:02:501:Finish this Round Now! (44/50) pairs:0:003FA1:02:501:Finish this Round Now! (45/50) pairs:0:003FB1:02:501:Finish this Round Now! (46/50) pairs:0:003FC1:02:501:Finish this Round Now! (47/50) pairs:0:003FD1:02:501:Finish this Round Now! (48/50) pairs:0:003FE1:02:501:Finish this Round Now! (49/50) pairs:0:003FF1:02:501:Finish this Round Now! (50/50) pairs:0:003CE1:01:001:Reveal All Cards Now! pairs:0:003CF1:01:501:Reveal All Cards Now! (02/50) pairs:0:003D01:01:501:Reveal All Cards Now! (03/50) pairs:0:003D11:01:501:Reveal All Cards Now! (04/50) pairs:0:003D21:01:501:Reveal All Cards Now! (05/50) pairs:0:003D31:01:501:Reveal All Cards Now! (06/50) pairs:0:003D41:01:501:Reveal All Cards Now! (07/50) pairs:0:003D51:01:501:Reveal All Cards Now! (08/50) pairs:0:003D61:01:501:Reveal All Cards Now! (09/50) pairs:0:003D71:01:501:Reveal All Cards Now! (10/50) pairs:0:003D81:01:501:Reveal All Cards Now! (11/50) pairs:0:003D91:01:501:Reveal All Cards Now! (12/50) pairs:0:003DA1:01:501:Reveal All Cards Now! (13/50) pairs:0:003DB1:01:501:Reveal All Cards Now! (14/50) pairs:0:003DC1:01:501:Reveal All Cards Now! (15/50) pairs:0:003DD1:01:501:Reveal All Cards Now! (16/50) pairs:0:003DE1:01:501:Reveal All Cards Now! (17/50) pairs:0:003DF1:01:501:Reveal All Cards Now! (18/50) pairs:0:003E01:01:501:Reveal All Cards Now! (19/50) pairs:0:003E11:01:501:Reveal All Cards Now! (20/50) pairs:0:003E21:01:501:Reveal All Cards Now! (21/50) pairs:0:003E31:01:501:Reveal All Cards Now! (22/50) pairs:0:003E41:01:501:Reveal All Cards Now! (23/50) pairs:0:003E51:01:501:Reveal All Cards Now! (24/50) pairs:0:003E61:01:501:Reveal All Cards Now! (25/50) pairs:0:003E71:01:501:Reveal All Cards Now! (26/50) pairs:0:003E81:01:501:Reveal All Cards Now! (27/50) pairs:0:003E91:01:501:Reveal All Cards Now! (28/50) pairs:0:003EA1:01:501:Reveal All Cards Now! (29/50) pairs:0:003EB1:01:501:Reveal All Cards Now! (30/50) pairs:0:003EC1:01:501:Reveal All Cards Now! (31/50) pairs:0:003ED1:01:501:Reveal All Cards Now! (32/50) pairs:0:003EE1:01:501:Reveal All Cards Now! (33/50) pairs:0:003EF1:01:501:Reveal All Cards Now! (34/50) pairs:0:003F01:01:501:Reveal All Cards Now! (35/50) pairs:0:003F11:01:501:Reveal All Cards Now! (36/50) pairs:0:003F21:01:501:Reveal All Cards Now! (37/50) pairs:0:003F31:01:501:Reveal All Cards Now! (38/50) pairs:0:003F41:01:501:Reveal All Cards Now! (39/50) pairs:0:003F51:01:501:Reveal All Cards Now! (40/50) pairs:0:003F61:01:501:Reveal All Cards Now! (41/50) pairs:0:003F71:01:501:Reveal All Cards Now! (42/50) pairs:0:003F81:01:501:Reveal All Cards Now! (43/50) pairs:0:003F91:01:501:Reveal All Cards Now! (44/50) pairs:0:003FA1:01:501:Reveal All Cards Now! (45/50) pairs:0:003FB1:01:501:Reveal All Cards Now! (46/50) pairs:0:003FC1:01:501:Reveal All Cards Now! (47/50) pairs:0:003FD1:01:501:Reveal All Cards Now! (48/50) pairs:0:003FE1:01:501:Reveal All Cards Now! (49/50) pairs:0:003FF1:01:501:Reveal All Cards Now! (50/50) pairs:0:0040AF:0A:000:Infinite Lives PL1 pairs:0:0040B1:0A:500:Infinite Lives PL1 (2/2) pairs:0:0040C9:0A:000:Infinite Lives PL2 pairs:0:0040CB:0A:500:Infinite Lives PL2 (2/2) ; [ Pairs (09/07/94) ] pairsa:0:003CA5:63:000:Infinite Time pairsa:0:003CE1:02:001:Finish this Round Now! pairsa:0:003CF1:02:501:Finish this Round Now! (02/50) pairsa:0:003D01:02:501:Finish this Round Now! (03/50) pairsa:0:003D11:02:501:Finish this Round Now! (04/50) pairsa:0:003D21:02:501:Finish this Round Now! (05/50) pairsa:0:003D31:02:501:Finish this Round Now! (06/50) pairsa:0:003D41:02:501:Finish this Round Now! (07/50) pairsa:0:003D51:02:501:Finish this Round Now! (08/50) pairsa:0:003D61:02:501:Finish this Round Now! (09/50) pairsa:0:003D71:02:501:Finish this Round Now! (10/50) pairsa:0:003D81:02:501:Finish this Round Now! (11/50) pairsa:0:003D91:02:501:Finish this Round Now! (12/50) pairsa:0:003DA1:02:501:Finish this Round Now! (13/50) pairsa:0:003DB1:02:501:Finish this Round Now! (14/50) pairsa:0:003DC1:02:501:Finish this Round Now! (15/50) pairsa:0:003DD1:02:501:Finish this Round Now! (16/50) pairsa:0:003DE1:02:501:Finish this Round Now! (17/50) pairsa:0:003DF1:02:501:Finish this Round Now! (18/50) pairsa:0:003E01:02:501:Finish this Round Now! (19/50) pairsa:0:003E11:02:501:Finish this Round Now! (20/50) pairsa:0:003E21:02:501:Finish this Round Now! (21/50) pairsa:0:003E31:02:501:Finish this Round Now! (22/50) pairsa:0:003E41:02:501:Finish this Round Now! (23/50) pairsa:0:003E51:02:501:Finish this Round Now! (24/50) pairsa:0:003E61:02:501:Finish this Round Now! (25/50) pairsa:0:003E71:02:501:Finish this Round Now! (26/50) pairsa:0:003E81:02:501:Finish this Round Now! (27/50) pairsa:0:003E91:02:501:Finish this Round Now! (28/50) pairsa:0:003EA1:02:501:Finish this Round Now! (29/50) pairsa:0:003EB1:02:501:Finish this Round Now! (30/50) pairsa:0:003EC1:02:501:Finish this Round Now! (31/50) pairsa:0:003ED1:02:501:Finish this Round Now! (32/50) pairsa:0:003EE1:02:501:Finish this Round Now! (33/50) pairsa:0:003EF1:02:501:Finish this Round Now! (34/50) pairsa:0:003F01:02:501:Finish this Round Now! (35/50) pairsa:0:003F11:02:501:Finish this Round Now! (36/50) pairsa:0:003F21:02:501:Finish this Round Now! (37/50) pairsa:0:003F31:02:501:Finish this Round Now! (38/50) pairsa:0:003F41:02:501:Finish this Round Now! (39/50) pairsa:0:003F51:02:501:Finish this Round Now! (40/50) pairsa:0:003F61:02:501:Finish this Round Now! (41/50) pairsa:0:003F71:02:501:Finish this Round Now! (42/50) pairsa:0:003F81:02:501:Finish this Round Now! (43/50) pairsa:0:003F91:02:501:Finish this Round Now! (44/50) pairsa:0:003FA1:02:501:Finish this Round Now! (45/50) pairsa:0:003FB1:02:501:Finish this Round Now! (46/50) pairsa:0:003FC1:02:501:Finish this Round Now! (47/50) pairsa:0:003FD1:02:501:Finish this Round Now! (48/50) pairsa:0:003FE1:02:501:Finish this Round Now! (49/50) pairsa:0:003FF1:02:501:Finish this Round Now! (50/50) pairsa:0:003CE1:01:001:Reveal All Cards Now! pairsa:0:003CF1:01:501:Reveal All Cards Now! (02/50) pairsa:0:003D01:01:501:Reveal All Cards Now! (03/50) pairsa:0:003D11:01:501:Reveal All Cards Now! (04/50) pairsa:0:003D21:01:501:Reveal All Cards Now! (05/50) pairsa:0:003D31:01:501:Reveal All Cards Now! (06/50) pairsa:0:003D41:01:501:Reveal All Cards Now! (07/50) pairsa:0:003D51:01:501:Reveal All Cards Now! (08/50) pairsa:0:003D61:01:501:Reveal All Cards Now! (09/50) pairsa:0:003D71:01:501:Reveal All Cards Now! (10/50) pairsa:0:003D81:01:501:Reveal All Cards Now! (11/50) pairsa:0:003D91:01:501:Reveal All Cards Now! (12/50) pairsa:0:003DA1:01:501:Reveal All Cards Now! (13/50) pairsa:0:003DB1:01:501:Reveal All Cards Now! (14/50) pairsa:0:003DC1:01:501:Reveal All Cards Now! (15/50) pairsa:0:003DD1:01:501:Reveal All Cards Now! (16/50) pairsa:0:003DE1:01:501:Reveal All Cards Now! (17/50) pairsa:0:003DF1:01:501:Reveal All Cards Now! (18/50) pairsa:0:003E01:01:501:Reveal All Cards Now! (19/50) pairsa:0:003E11:01:501:Reveal All Cards Now! (20/50) pairsa:0:003E21:01:501:Reveal All Cards Now! (21/50) pairsa:0:003E31:01:501:Reveal All Cards Now! (22/50) pairsa:0:003E41:01:501:Reveal All Cards Now! (23/50) pairsa:0:003E51:01:501:Reveal All Cards Now! (24/50) pairsa:0:003E61:01:501:Reveal All Cards Now! (25/50) pairsa:0:003E71:01:501:Reveal All Cards Now! (26/50) pairsa:0:003E81:01:501:Reveal All Cards Now! (27/50) pairsa:0:003E91:01:501:Reveal All Cards Now! (28/50) pairsa:0:003EA1:01:501:Reveal All Cards Now! (29/50) pairsa:0:003EB1:01:501:Reveal All Cards Now! (30/50) pairsa:0:003EC1:01:501:Reveal All Cards Now! (31/50) pairsa:0:003ED1:01:501:Reveal All Cards Now! (32/50) pairsa:0:003EE1:01:501:Reveal All Cards Now! (33/50) pairsa:0:003EF1:01:501:Reveal All Cards Now! (34/50) pairsa:0:003F01:01:501:Reveal All Cards Now! (35/50) pairsa:0:003F11:01:501:Reveal All Cards Now! (36/50) pairsa:0:003F21:01:501:Reveal All Cards Now! (37/50) pairsa:0:003F31:01:501:Reveal All Cards Now! (38/50) pairsa:0:003F41:01:501:Reveal All Cards Now! (39/50) pairsa:0:003F51:01:501:Reveal All Cards Now! (40/50) pairsa:0:003F61:01:501:Reveal All Cards Now! (41/50) pairsa:0:003F71:01:501:Reveal All Cards Now! (42/50) pairsa:0:003F81:01:501:Reveal All Cards Now! (43/50) pairsa:0:003F91:01:501:Reveal All Cards Now! (44/50) pairsa:0:003FA1:01:501:Reveal All Cards Now! (45/50) pairsa:0:003FB1:01:501:Reveal All Cards Now! (46/50) pairsa:0:003FC1:01:501:Reveal All Cards Now! (47/50) pairsa:0:003FD1:01:501:Reveal All Cards Now! (48/50) pairsa:0:003FE1:01:501:Reveal All Cards Now! (49/50) pairsa:0:003FF1:01:501:Reveal All Cards Now! (50/50) pairsa:0:0040AF:0A:000:Infinite Lives PL1 pairsa:0:0040B1:0A:500:Infinite Lives PL1 (2/2) pairsa:0:0040C9:0A:000:Infinite Lives PL2 pairsa:0:0040CB:0A:500:Infinite Lives PL2 (2/2) ; [ Pairs (Nichibutsu) (Japan 890822) ] pairsnb:0:F951:00:000:Infinite Time pairsnb:0:F86A:0B:000:Infinite Lives pairsnb:0:F864:AB:000:Infinite Gold pairsnb:0:F865:26:500:Infinite Gold (2/2 :pairsnb:00000000:F8B6:00000001:FFFFFFFF:Quick flip of cards ; [ Pairs (System Ten) (Japan 890826) ] pairsten:0:F951:00:000:Infinite Time pairsten:0:F86A:0B:000:Infinite Lives pairsten:0:F864:AB:000:Infinite Gold pairsten:0:F865:26:500:Infinite Gold (2/2) :pairsten:00000000:F8B6:00000001:FFFFFFFF:Quick flip of cards ; [ Palamedes (Japan) ] palamed:0:880D:09:000:Infinite Credits palamed:0:82A5:06:000:Dice Line always all 6s PL1 palamed:0:82A6:06:500:Dice Line always all 6s PL1 (2/6) palamed:0:82A7:06:500:Dice Line always all 6s PL1 (3/6) palamed:0:82A8:06:500:Dice Line always all 6s PL1 (4/6) palamed:0:82A9:06:500:Dice Line always all 6s PL1 (5/6) palamed:0:82AA:06:500:Dice Line always all 6s PL1 (6/6) palamed:0:82A5:06:001:Dice Line all 6s Now! PL1 palamed:0:82A6:06:501:Dice Line all 6s Now! PL1 (2/6) palamed:0:82A7:06:501:Dice Line all 6s Now! PL1 (3/6) palamed:0:82A8:06:501:Dice Line all 6s Now! PL1 (4/6) palamed:0:82A9:06:501:Dice Line all 6s Now! PL1 (5/6) palamed:0:82AA:06:501:Dice Line all 6s Now! PL1 (6/6) palamed:0:830D:01:001:One Line needed to complete level Now! PL1 palamed:0:830E:63:062:Select next level PL1 palamed:0:835E:06:000:Dice Line always all 6s PL2 palamed:0:835F:06:500:Dice Line always all 6s PL2 (2/6) palamed:0:8360:06:500:Dice Line always all 6s PL2 (3/6) palamed:0:8361:06:500:Dice Line always all 6s PL2 (4/6) palamed:0:8362:06:500:Dice Line always all 6s PL2 (5/6) palamed:0:8363:06:500:Dice Line always all 6s PL2 (6/6) palamed:0:835E:06:001:Dice Line all 6s Now! PL2 palamed:0:835F:06:501:Dice Line all 6s Now! PL2 (2/6) palamed:0:8360:06:501:Dice Line all 6s Now! PL2 (3/6) palamed:0:8361:06:501:Dice Line all 6s Now! PL2 (4/6) palamed:0:8362:06:501:Dice Line all 6s Now! PL2 (5/6) palamed:0:8363:06:501:Dice Line all 6s Now! PL2 (6/6) palamed:0:837E:01:001:One Line needed to complete level Now! PL2 palamed:0:837F:63:062:Select next level PL2 ; [ Pandora's Palace ] pandoras:0:6092:99:000:Infinite Time pandoras:0:6060:FF:000:Infinite Lives pandoras:0:6008:04:000:Invincibility pandoras:0:609A:00:500:Invincibility (2/2) ; [ Pang (World) ] pang:0:E221:5B:000:Invincibility:Disable just before ending a level or else the level will not end! pang:0:E200:04:500:Invincibility (2/2) pang:0:E01A:99:000:Infinite Time:Disable just before travelling to a different city otherwise the game will freeze! pang:0:E027:01:001:Stop the Bubbles Now! pang:0:E027:00:001:Restart the Bubbles Now! pang:0:E028:8C:000:Infinite Balloon Freeze Time pang:0:E018:10:001:Goto Last level on comp. pang:0:E019:30:501:Goto Last level on comp.(2/2) pang:0:E018:10:001:Goto Last level on death pang:0:E019:31:501:Goto Last level on death(2/2) pang:0:E230:0A:000:Infinite Lives PL1 pang:0:E228:01:000:Always Have Protection PL1 pang:0:E229:00:000:Always Normal Weap. PL1 pang:0:E22C:00:500:Always Normal Weap. PL1 (2/3) pang:0:E244:00:500:Always Normal Weap. PL1 (3/3) pang:0:E229:01:000:Always Double Weap. PL1 pang:0:E22C:00:500:Always Double Weap. PL1 (2/3) pang:0:E244:00:500:Always Double Weap. PL1 (3/3) pang:0:E229:00:000:Always M. gun Weap. PL1 pang:0:E22C:01:500:Always M. gun Weap. PL1 (2/3) pang:0:E244:00:500:Always M. gun Weap. PL1 (3/3) pang:0:E229:00:000:Always Blocker Weap.PL1 pang:0:E22C:00:500:Always Blocker Weap.PL1 (2/3) pang:0:E244:01:500:Always Blocker Weap.PL1 (3/3) pang:0:E229:00:001:Get Normal Weap.PL1 Now! pang:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3) pang:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3) pang:0:E229:01:001:Get Double Weap.PL1 Now! pang:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3) pang:0:E244:00:501:Get Double Weap.PL1 Now!(3/3) pang:0:E229:00:001:Get M. gun Weap.PL1 Now! pang:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3) pang:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3) pang:0:E229:00:001:Get Blocker Weap.PL1 Now pang:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3) pang:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3) pang:0:E2B0:0A:000:Infinite Lives PL2 pang:0:E2A8:01:000:Always Have Protection PL2 pang:0:E2A9:00:000:Always Normal Weap. PL2 pang:0:E2AC:00:500:Always Normal Weap. PL2 (2/3) pang:0:E2C4:00:500:Always Normal Weap. PL2 (3/3) pang:0:E2A9:01:000:Always Double Weap. PL2 pang:0:E2AC:00:500:Always Double Weap. PL2 (2/3) pang:0:E2C4:00:500:Always Double Weap. PL2 (3/3) pang:0:E2A9:00:000:Always M. gun Weap. PL2 pang:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3) pang:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3) pang:0:E2A9:00:000:Always Blocker Weap.PL2 pang:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3) pang:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3) pang:0:E2A9:00:001:Get Normal Weap.PL2 Now! pang:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3) pang:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3) pang:0:E2A9:01:001:Get Double Weap.PL2 Now! pang:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3) pang:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3) pang:0:E2A9:00:001:Get M. gun Weap.PL2 Now! pang:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3) pang:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3) pang:0:E2A9:00:001:Get Blocker Weap.PL2 Now pang:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3) pang:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3) ; [ Pang! 3 (Euro 950511) ] pang3:0:000000:00:999:[The weapon cheats dont show] pang3:0:000000:00:999:[the correct weapon icon. ] pang3:0:FF8BAE:FA:000:Infinite Time:For Beginner & Normal modes pang3:0:FF8BED:12:000:Never have any Bubbles pang3:0:FF8BED:00:001:Restart the Bubbles Now! pang3:0:FF8BB4:09:000:Infinite Lives PL1 pang3:0:FFABF4:01:000:Always Have Protection PL1 pang3:0:FFABF4:00:000:Never Have Protection PL1 pang3:0:FFABB7:02:000:Invincibility PL1 pang3:0:FFABF4:01:001:Get Protection Now! PL1 pang3:0:FFABF4:00:001:Lose Protection Now! PL1 pang3:0:FFABC8:00:000:Always Normal Weap. PL1 pang3:0:FFABC8:01:000:Always Blocker Weap.PL1 pang3:0:FFABC8:02:000:Always Water Weap. PL1 pang3:0:FFABC8:03:000:Always Double Weap. PL1 pang3:0:FFABC8:04:000:Always Super? Weap. PL1 pang3:0:FFABC8:00:001:Get Normal Weap. Now! PL1 pang3:0:FFABC8:01:001:Get Blocker Weap.Now! PL1 pang3:0:FFABC8:02:001:Get Water Weap. Now! PL1 pang3:0:FFABC8:03:001:Get Double Weap. Now! PL1 pang3:0:FFABC8:04:001:Get Super? Weap. Now! PL1 pang3:0:FF8BB5:09:000:Infinite Lives PL2 pang3:0:FFACB4:01:000:Always Have Protection PL2 pang3:0:FFACB4:00:000:Never Have Protection PL2 pang3:0:FFAC77:02:000:Invincibility PL2 pang3:0:FFACB4:01:001:Get Protection Now! PL2 pang3:0:FFACB4:00:001:Lose Protection Now! PL2 pang3:0:FFAC88:00:000:Always Normal Weap. PL2 pang3:0:FFAC88:01:000:Always Blocker Weap.PL2 pang3:0:FFAC88:02:000:Always Water Weap. PL2 pang3:0:FFAC88:03:000:Always Double Weap. PL2 pang3:0:FFAC88:04:000:Always Super? Weap. PL2 pang3:0:FFAC88:00:001:Get Normal Weap. Now! PL2 pang3:0:FFAC88:01:001:Get Blocker Weap.Now! PL2 pang3:0:FFAC88:02:001:Get Water Weap. Now! PL2 pang3:0:FFAC88:03:001:Get Double Weap. Now! PL2 pang3:0:FFAC88:04:001:Get Super? Weap. Now! PL2 pang3:0:000000:00:999:[Beginner Mode level select ] pang3:0:FF8BC6:09:071:Select current level pang3:0:FF8BC6:09:061:Select next level pang3:0:000000:00:999:[Normal Mode level select ] pang3:0:FF8BC6:31:071:Select current level pang3:0:FF8BC6:31:061:Select next level pang3:0:000000:00:999:[Panic Mode level select ] pang3:0:FF8BDF:61:071:Select current level pang3:0:FF8BDF:61:061:Select next level ; [ Pang! 3 (Japan 950511) ] pang3j:0:000000:00:999:[The weapon cheats dont show] pang3j:0:000000:00:999:[the correct weapon icon. ] pang3j:0:FF8BAE:FA:000:Infinite Time:For Beginner & Normal modes pang3j:0:FF8BED:12:000:Never have any Bubbles pang3j:0:FF8BED:00:001:Restart the Bubbles Now! pang3j:0:FF8BB4:09:000:Infinite Lives PL1 pang3j:0:FFABF4:01:000:Always Have Protection PL1 pang3j:0:FFABF4:00:000:Never Have Protection PL1 pang3j:0:FFABB7:02:000:Invincibility PL1 pang3j:0:FFABF4:01:001:Get Protection Now! PL1 pang3j:0:FFABF4:00:001:Lose Protection Now! PL1 pang3j:0:FFABC8:00:000:Always Normal Weap. PL1 pang3j:0:FFABC8:01:000:Always Blocker Weap.PL1 pang3j:0:FFABC8:02:000:Always Water Weap. PL1 pang3j:0:FFABC8:03:000:Always Double Weap. PL1 pang3j:0:FFABC8:04:000:Always Super? Weap. PL1 pang3j:0:FFABC8:00:001:Get Normal Weap. Now! PL1 pang3j:0:FFABC8:01:001:Get Blocker Weap.Now! PL1 pang3j:0:FFABC8:02:001:Get Water Weap. Now! PL1 pang3j:0:FFABC8:03:001:Get Double Weap. Now! PL1 pang3j:0:FFABC8:04:001:Get Super? Weap. Now! PL1 pang3j:0:FF8BB5:09:000:Infinite Lives PL2 pang3j:0:FFACB4:01:000:Always Have Protection PL2 pang3j:0:FFACB4:00:000:Never Have Protection PL2 pang3j:0:FFAC77:02:000:Invincibility PL2 pang3j:0:FFACB4:01:001:Get Protection Now! PL2 pang3j:0:FFACB4:00:001:Lose Protection Now! PL2 pang3j:0:FFAC88:00:000:Always Normal Weap. PL2 pang3j:0:FFAC88:01:000:Always Blocker Weap.PL2 pang3j:0:FFAC88:02:000:Always Water Weap. PL2 pang3j:0:FFAC88:03:000:Always Double Weap. PL2 pang3j:0:FFAC88:04:000:Always Super? Weap. PL2 pang3j:0:FFAC88:00:001:Get Normal Weap. Now! PL2 pang3j:0:FFAC88:01:001:Get Blocker Weap.Now! PL2 pang3j:0:FFAC88:02:001:Get Water Weap. Now! PL2 pang3j:0:FFAC88:03:001:Get Double Weap. Now! PL2 pang3j:0:FFAC88:04:001:Get Super? Weap. Now! PL2 pang3j:0:000000:00:999:[Beginner Mode level select ] pang3j:0:FF8BC6:09:071:Select current level pang3j:0:FF8BC6:09:061:Select next level pang3j:0:000000:00:999:[Normal Mode level select ] pang3j:0:FF8BC6:31:071:Select current level pang3j:0:FF8BC6:31:061:Select next level pang3j:0:000000:00:999:[Panic Mode level select ] pang3j:0:FF8BDF:61:071:Select current level pang3j:0:FF8BDF:61:061:Select next level ; [ Pang (bootleg) ] pangb:0:E221:5B:000:Invincibility:Disable just before ending a level or else the level will not end! pangb:0:E200:04:500:Invincibility (2/2) pangb:0:E01A:99:000:Infinite Time:Disable just before travelling to a different city otherwise the game will freeze! pangb:0:E027:01:001:Stop the Bubbles Now! pangb:0:E027:00:001:Restart the Bubbles Now! pangb:0:E028:8C:000:Infinite Balloon Freeze Time pangb:0:E018:10:001:Goto Last level on comp. pangb:0:E019:30:501:Goto Last level on comp.(2/2) pangb:0:E018:10:001:Goto Last level on death pangb:0:E019:31:501:Goto Last level on death(2/2) pangb:0:E230:0A:000:Infinite Lives PL1 pangb:0:E228:01:000:Always Have Protection PL1 pangb:0:E229:00:000:Always Normal Weap. PL1 pangb:0:E22C:00:500:Always Normal Weap. PL1 (2/3) pangb:0:E244:00:500:Always Normal Weap. PL1 (3/3) pangb:0:E229:01:000:Always Double Weap. PL1 pangb:0:E22C:00:500:Always Double Weap. PL1 (2/3) pangb:0:E244:00:500:Always Double Weap. PL1 (3/3) pangb:0:E229:00:000:Always M. gun Weap. PL1 pangb:0:E22C:01:500:Always M. gun Weap. PL1 (2/3) pangb:0:E244:00:500:Always M. gun Weap. PL1 (3/3) pangb:0:E229:00:000:Always Blocker Weap.PL1 pangb:0:E22C:00:500:Always Blocker Weap.PL1 (2/3) pangb:0:E244:01:500:Always Blocker Weap.PL1 (3/3) pangb:0:E229:00:001:Get Normal Weap.PL1 Now! pangb:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3) pangb:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3) pangb:0:E229:01:001:Get Double Weap.PL1 Now! pangb:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3) pangb:0:E244:00:501:Get Double Weap.PL1 Now!(3/3) pangb:0:E229:00:001:Get M. gun Weap.PL1 Now! pangb:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3) pangb:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3) pangb:0:E229:00:001:Get Blocker Weap.PL1 Now pangb:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3) pangb:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3) pangb:0:E2B0:0A:000:Infinite Lives PL2 pangb:0:E2A8:01:000:Always Have Protection PL2 pangb:0:E2A9:00:000:Always Normal Weap. PL2 pangb:0:E2AC:00:500:Always Normal Weap. PL2 (2/3) pangb:0:E2C4:00:500:Always Normal Weap. PL2 (3/3) pangb:0:E2A9:01:000:Always Double Weap. PL2 pangb:0:E2AC:00:500:Always Double Weap. PL2 (2/3) pangb:0:E2C4:00:500:Always Double Weap. PL2 (3/3) pangb:0:E2A9:00:000:Always M. gun Weap. PL2 pangb:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3) pangb:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3) pangb:0:E2A9:00:000:Always Blocker Weap.PL2 pangb:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3) pangb:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3) pangb:0:E2A9:00:001:Get Normal Weap.PL2 Now! pangb:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3) pangb:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3) pangb:0:E2A9:01:001:Get Double Weap.PL2 Now! pangb:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3) pangb:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3) pangb:0:E2A9:00:001:Get M. gun Weap.PL2 Now! pangb:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3) pangb:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3) pangb:0:E2A9:00:001:Get Blocker Weap.PL2 Now pangb:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3) pangb:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3) ; [ Pang Poms (Mitchell) ] pangpomm:0:C0DE5A:63:000:Infinite Credits pangpomm:0:C0C80A:99:000:Infinite Time pangpomm:0:C0C802:00:001:Finish this Screen Now! pangpomm:0:C0C406:0A:000:Infinite Lives PL1 pangpomm:0:C0C467:02:000:Invincibility PL1 pangpomm:0:C0C606:0A:000:Infinite Lives PL2 pangpomm:0:C0C667:02:000:Invincibility PL2 ; [ Pang Poms ] pangpoms:0:C0DE5A:63:000:Infinite Credits pangpoms:0:C0C80A:99:000:Infinite Time pangpoms:0:C0C802:00:001:Finish this Screen Now! pangpoms:0:C0C406:0A:000:Infinite Lives PL1 pangpoms:0:C0C467:02:000:Invincibility PL1 pangpoms:0:C0C606:0A:000:Infinite Lives PL2 pangpoms:0:C0C667:02:000:Invincibility PL2 ; [ Space Panic (version E) ] panic:0:40D0:05:000:Infinite Lives panic:0:40B2:09:000:Infinite Oxygen ; [ Space Panic (set 2) ] panic2:0:40D0:05:000:Infinite Lives panic2:0:40B2:09:000:Infinite Oxygen ; [ Space Panic (set 3) ] panic3:0:40D0:05:000:Infinite Lives panic3:0:40B2:09:000:Infinite Oxygen ; [ Panic Bomber ] panicbom:0:1038CD:00:000:Always Minimum Power Up PL1 panicbom:0:1038CD:08:000:Always Maximum Power Up PL1 panicbom:0:103941:00:000:No more level gain PL1 panicbom:0:103B6F:00:000:Always Minimum Power Up PL1 panicbom:0:103B6F:08:000:Always Maximum Power Up PL1 panicbom:0:103BE3:00:000:No more level gain PL2 :panicbom:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :panicbom:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :panicbom:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Space Panic (German) ] panicger:0:40D0:05:000:Infinite Lives panicger:0:40B2:09:000:Infinite Oxygen ; [ Space Panic (harder) ] panich:0:40D0:05:000:Infinite Lives panich:0:40B2:09:000:Infinite Oxygen ; [ Panic Road ] panicr:0:0000:00:999:[ This game hasn't even ]:REASON 11 panicr:0:0000:00:999:[ been looked at due to ]:REASON 11 panicr:0:0000:00:999:[ time constraints - Too]:REASON 11 panicr:0:0000:00:999:[ many games and so ]:REASON 11 panicr:0:0000:00:999:[ little time. It is ]:REASON 11 panicr:0:0000:00:999:[ even possible that ]:REASON 11 panicr:0:0000:00:999:[ this game may be a ]:REASON 11 panicr:0:0000:00:999:[ clone of an existing ]:REASON 11 panicr:0:0000:00:999:[ game which may have ]:REASON 11 panicr:0:0000:00:999:[ cheats. Please search ]:REASON 11 panicr:0:0000:00:999:[ the cheat forums ]:REASON 11 panicr:0:0000:00:999:[ before posting cheat ]:REASON 11 panicr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Panic Street (Japan) ] panicstr:0:060001E8:7D:000:Infinite Time panicstr:0:060001E9:00:500:Infinite Time (2/2) panicstr:0:060001D9:01:001:Finish round with 100% Now! panicstr:0:060001DA:00:501:Finish round with 100% Now! (2/3) panicstr:0:060001DB:00:501:Finish round with 100% Now! (3/3) panicstr:0:06000108:03:000:Infinite Lives PL1 panicstr:0:06000218:04:000:Always have Maximum Speed PL1 panicstr:0:0600024E:04:500:Always have Maximum Speed PL1 (2/2) panicstr:0:0600021A:04:000:Always have Maximum Power PL1 panicstr:0:0600024C:04:500:Always have Maximum Power PL1 (2/2) panicstr:0:06000109:03:000:Infinite Lives PL2 panicstr:0:06000219:04:000:Always have Maximum Speed PL2 panicstr:0:0600024F:04:500:Always have Maximum Speed PL2 (2/2) panicstr:0:0600021B:04:000:Always have Maximum Power PL2 panicstr:0:0600024D:04:500:Always have Maximum Power PL2 (2/2) ; [ Paperboy (rev 3) ] paperboy:1:002A:1F:000:Infinite Credits paperboy:0:0CD4:E0:000:Infinite Course Time:Also Max Breakage Bonus paperboy:0:0CD5:7F:500:Infinite Course Time (2/2) paperboy:0:A73C:87:100:Invincibility paperboy:0:A73D:00:600:Invincibility (2/2) paperboy:0:0000:00:999:[ NOTE - It's best not to use the ] paperboy:0:0000:00:999:[ various paper cheats - especially ] paperboy:0:0000:00:999:[ with invincibility as if you throw ] paperboy:0:0000:00:999:[ too many papers with the one life ] paperboy:0:0000:00:999:[ the game will crash. I'd recommend ] paperboy:0:0000:00:999:[ only using Infinite Papers at most ] paperboy:0:0000:00:999:[ and don't go mad! ] paperboy:0:0CC3:0A:000:Infinite Papers paperboy:0:0CC4:00:000:No paper bunch changeover delay paperboy:0:0AE6:00:000:Throw all papers as one bunch paperboy:0:0CCA:05:000:Infinite Lives PL1 paperboy:0:0CCB:05:000:Infinite Lives PL2 ; [ Paperboy (rev 1) ] paperbr1:1:0029:1F:000:Infinite Credits paperbr1:0:0CC2:E0:000:Infinite Course Time:Also Max Breakage Bonus paperbr1:0:0CC3:7F:500:Infinite Course Time (2/2) paperbr1:0:A73C:87:100:Invincibility paperbr1:0:A73D:00:600:Invincibility (2/2) paperbr1:0:0000:00:999:[ NOTE - It's best not to use the ] paperbr1:0:0000:00:999:[ various paper cheats - especially ] paperbr1:0:0000:00:999:[ with invincibility as if you throw ] paperbr1:0:0000:00:999:[ too many papers with the one life ] paperbr1:0:0000:00:999:[ the game will crash. I'd recommend ] paperbr1:0:0000:00:999:[ only using Infinite Papers at most ] paperbr1:0:0000:00:999:[ and don't go mad! ] paperbr1:0:0CB1:0A:000:Infinite Papers paperbr1:0:0CB2:00:000:No paper bunch changeover delay paperbr1:0:0AD4:00:000:Throw all papers as one bunch paperbr1:0:0CB8:05:000:Infinite Lives PL1 paperbr1:0:0CB9:05:000:Infinite Lives PL2 ; [ Paperboy (rev 2) ] paperbr2:1:002A:1F:000:Infinite Credits paperbr2:0:0CD4:E0:000:Infinite Course Time:Also Max Breakage Bonus paperbr2:0:0CD5:7F:500:Infinite Course Time (2/2) paperbr2:0:A73C:87:100:Invincibility paperbr2:0:A73D:00:600:Invincibility (2/2) paperbr2:0:0000:00:999:[ NOTE - It's best not to use the ] paperbr2:0:0000:00:999:[ various paper cheats - especially ] paperbr2:0:0000:00:999:[ with invincibility as if you throw ] paperbr2:0:0000:00:999:[ too many papers with the one life ] paperbr2:0:0000:00:999:[ the game will crash. I'd recommend ] paperbr2:0:0000:00:999:[ only using Infinite Papers at most ] paperbr2:0:0000:00:999:[ and don't go mad! ] paperbr2:0:0CC3:0A:000:Infinite Papers paperbr2:0:0CC4:00:000:No paper bunch changeover delay paperbr2:0:0AE6:00:000:Throw all papers as one bunch paperbr2:0:0CCA:05:000:Infinite Lives PL1 paperbr2:0:0CCB:05:000:Infinite Lives PL2 ; [ Paradice (Dutch, Game Card 95-750-615) ] paradice:0:0000:00:999:[ This game hasn't even ]:REASON 11 paradice:0:0000:00:999:[ been looked at due to ]:REASON 11 paradice:0:0000:00:999:[ time constraints - Too]:REASON 11 paradice:0:0000:00:999:[ many games and so ]:REASON 11 paradice:0:0000:00:999:[ little time. It is ]:REASON 11 paradice:0:0000:00:999:[ even possible that ]:REASON 11 paradice:0:0000:00:999:[ this game may be a ]:REASON 11 paradice:0:0000:00:999:[ clone of an existing ]:REASON 11 paradice:0:0000:00:999:[ game which may have ]:REASON 11 paradice:0:0000:00:999:[ cheats. Please search ]:REASON 11 paradice:0:0000:00:999:[ the cheat forums ]:REASON 11 paradice:0:0000:00:999:[ before posting cheat ]:REASON 11 paradice:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Paradise ] paradise:0:E6E0:09:000:Slideshow Mode:Enable this cheat before you start a game - it is infact a 'Infinite Credits' cheat with a side effect! paradise:0:E6BE:40:001:Finish Round with 99.9% Now! paradise:0:E6BD:00:501:Finish Round with 99.9% Now! (2/2):The poking values for this are wrong but they work paradise:0:E639:3C:000:Infinite Time PL1 paradise:0:E63E:05:000:Infinite Lives PL1 paradise:0:E661:3C:000:Infinite Time PL2 paradise:0:E666:05:000:Infinite Lives PL2 ; [ Paradise Deluxe ] :paradlx:00000000:E6E9:00000009:FFFFFFFF:Infinite Credits :paradlx:00100001:E6C6:00006000:FFFFFFFF:Finish Round with 100% Now! :paradlx:20800000:6213:00000018:FFFFFFFF:Always Get Correct Card:Works in bonus card game :paradlx:00000000:E639:0000001E:FFFFFFFF:Infinite Time PL1 :paradlx:00000000:E63E:00000009:FFFFFFFF:Infinite Lives PL1 :paradlx:20800000:97EB:000000C9:FFFFFFFF:Invincibility PL1 :paradlx:00000000:E662:0000001E:FFFFFFFF:Infinite Time PL2 :paradlx:00000000:E667:00000009:FFFFFFFF:Infinite Lives PL2 :paradlx:20800000:97F9:000000C9:FFFFFFFF:Invincibility PL2 ; [ Parodius DA! (Japan) ] parodisj:0:1867:10:000:Infinite Lives PL1 parodisj:0:1868:10:000:Infinite Lives PL2 parodisj:0:18B1:01:000:Invincibility ON:Can't catch Bells either parodisj:0:18B1:00:001:Invincibility OFF ;comments left in for now ;Comments from Hman ;Still open issues: ;- the green bell power, "zoom" activation ? :Green Bell Power done. ;- the red bell power :Done ;- what is the white bell supposed to do ? :Done ;- the Missile/Laser issue: both work as Get+Now or Always, but you can't mix them - activate Missile first, ; turn it off then (if you used the Always cheat) and then activate the Laser cheat. ;- the "option", found the counter, how to activate it ? :To enable options, just keep enabling the 'Select Option' code ;until it stops giving them to you, then enable 1 of all the other option slots, and enable the last 'Option'. parodisj:0:1893:01:001:Select Speed parodisj:0:1893:02:001:Select Missile parodisj:0:1893:03:001:Select Double parodisj:0:1893:04:001:Select Laser parodisj:0:1893:05:001:Select Option parodisj:0:1893:06:001:Select "?" parodisj:0:1893:07:001:Select Shield parodisj:0:0000:00:999:[Don't activate Missile & ] parodisj:0:0000:00:999:[Laser cheats at the same ] parodisj:0:0000:00:999:[time - they won't work! Use] parodisj:0:0000:00:999:[one after the other. Make ] parodisj:0:0000:00:999:[sure one is off when you ] parodisj:0:0000:00:999:[activate the other cheat!!!] parodisj:0:1891:01:021:Get Missile Now!:Don't use with Laser cheats parodisj:0:18A0:01:521:Get Missile Now! (2/2) parodisj:0:1891:01:021:Get Laser Now!:Don't use with Missile cheats parodisj:0:18A0:04:521:Get Laser Now! (2/4) parodisj:0:1891:08:541:Get Laser Now! (3/4) parodisj:0:18A0:03:541:Get Laser Now! (4/4) parodisj:0:1891:01:020:Always have Missile:Don't use with Laser cheats parodisj:0:18A0:01:520:Always have Missile (2/2) parodisj:0:1891:01:020:Always have Laser:Don't use with Missile cheats parodisj:0:18A0:04:520:Always have Laser (2/4) parodisj:0:1891:08:540:Always have Laser (3/4) parodisj:0:18A0:03:540:Always have Laser (4/4) parodisj:0:1894:01:001:Get Speed 1 Now! parodisj:0:1894:02:001:Get Speed 2 Now! parodisj:0:1894:03:001:Get Speed 3 Now! parodisj:0:1894:04:001:Get Speed 4 Now! parodisj:0:18AC:89:001:Get Blue Bellpower Now! parodisj:0:18AD:01:501:Get Blue Bellpower Now! (2/2) parodisj:0:1894:01:000:Always have Speed 1 parodisj:0:1894:02:000:Always have Speed 2 parodisj:0:1894:03:000:Always have Speed 3 parodisj:0:1894:04:000:Always have Speed 4 parodisj:0:18AC:89:000:Always Blue Bellpower parodisj:0:18AD:01:500:Always Blue Bellpower (2/2) :parodisj:00000000:18AC:00000007:FFFFFFFF:Always Red Bellpower:In Sexy parodisj, it's called the KIKU Beam. :parodisj:00010000:18AD:00000001:FFFFFFFF:Always Red Bellpower (2/2) :parodisj:00000000:18AC:0000000B:FFFFFFFF:Always Green Bellpower Option:Use the Missile button to activate the Bell power as many times as you want. :parodisj:00010000:18AD:00000001:FFFFFFFF:Always Green Bellpower Option (2/2) :parodisj:00000000:18AC:00000005:FFFFFFFF:Always White Bellpower Option:Use the Missile button to activate the Bell power as many times as you want. :parodisj:00010000:18AD:00000001:FFFFFFFF:Always White Bellpower Option (2/2) ;18B0=C0 and 18B1=01 when Green Bell (giant player( is activated ;still not able to activate Giant Player at will parodisj:0:18B0:C0:001:Can't shoot Now!:As with Green Bell but small parodisj:0:18B0:00:001:Reset "Can't shoot" Now! ;189F holds the counter of Main ship + additional shooting ships ;however I wasn't able to find where the additional ships are activated ;also incrementing 189F won't give multiple ships at next activation ;of "option". parodisj:0:189F:00:998:Show "Option" counter parodisj:0:1BAE:00:000:Sound Test Timer Stop:[PL2 Start]Next Code :parodisj:00000100:1BAF:000000FF:FFFFFFFF:Always On Sound Select #:Music Values=80-9C,B4 ; [ Parodius DA! (World) ] parodius:0:1867:10:000:Infinite Lives PL1 parodius:0:1868:10:000:Infinite Lives PL2 parodius:0:18B1:01:000:Invincibility ON:Can't catch Bells either parodius:0:18B1:00:001:Invincibility OFF ;comments left in for now ;Comments from Hman ;Still open issues: ;- the green bell power, "zoom" activation ? :Green Bell Power done. ;- the red bell power :Done ;- what is the white bell supposed to do ? :Done ;- the Missile/Laser issue: both work as Get+Now or Always, but you can't mix them - activate Missile first, ; turn it off then (if you used the Always cheat) and then activate the Laser cheat. ;- the "option", found the counter, how to activate it ? :To enable options, just keep enabling the 'Select Option' code ;until it stops giving them to you, then enable 1 of all the other option slots, and enable the last 'Option'. parodius:0:1893:01:001:Select Speed parodius:0:1893:02:001:Select Missile parodius:0:1893:03:001:Select Double parodius:0:1893:04:001:Select Laser parodius:0:1893:05:001:Select Option parodius:0:1893:06:001:Select "?" parodius:0:1893:07:001:Select Shield parodius:0:0000:00:999:[Don't activate Missile & ] parodius:0:0000:00:999:[Laser cheats at the same ] parodius:0:0000:00:999:[time - they won't work! Use] parodius:0:0000:00:999:[one after the other. Make ] parodius:0:0000:00:999:[sure one is off when you ] parodius:0:0000:00:999:[activate the other cheat!!!] parodius:0:1891:01:021:Get Missile Now!:Don't use with Laser cheats parodius:0:18A0:01:521:Get Missile Now! (2/2) parodius:0:1891:01:021:Get Laser Now!:Don't use with Missile cheats parodius:0:18A0:04:521:Get Laser Now! (2/4) parodius:0:1891:08:541:Get Laser Now! (3/4) parodius:0:18A0:03:541:Get Laser Now! (4/4) parodius:0:1891:01:020:Always have Missile:Don't use with Laser cheats parodius:0:18A0:01:520:Always have Missile (2/2) parodius:0:1891:01:020:Always have Laser:Don't use with Missile cheats parodius:0:18A0:04:520:Always have Laser (2/4) parodius:0:1891:08:540:Always have Laser (3/4) parodius:0:18A0:03:540:Always have Laser (4/4) parodius:0:1894:01:001:Get Speed 1 Now! parodius:0:1894:02:001:Get Speed 2 Now! parodius:0:1894:03:001:Get Speed 3 Now! parodius:0:1894:04:001:Get Speed 4 Now! parodius:0:18AC:89:001:Get Blue Bellpower Now! parodius:0:18AD:01:501:Get Blue Bellpower Now! (2/2) parodius:0:1894:01:000:Always have Speed 1 parodius:0:1894:02:000:Always have Speed 2 parodius:0:1894:03:000:Always have Speed 3 parodius:0:1894:04:000:Always have Speed 4 parodius:0:18AC:89:000:Always Blue Bellpower parodius:0:18AD:01:500:Always Blue Bellpower (2/2) :parodius:00000000:18AC:00000007:FFFFFFFF:Always Red Bellpower:In Sexy Parodius, it's called the KIKU Beam. :parodius:00010000:18AD:00000001:FFFFFFFF:Always Red Bellpower (2/2) :parodius:00000000:18AC:0000000B:FFFFFFFF:Always Green Bellpower Option:Use the Missile button to activate the Bell power as many times as you want. :parodius:00010000:18AD:00000001:FFFFFFFF:Always Green Bellpower Option (2/2) :parodius:00000000:18AC:00000005:FFFFFFFF:Always White Bellpower Option:Use the Missile button to activate the Bell power as many times as you want. :parodius:00010000:18AD:00000001:FFFFFFFF:Always White Bellpower Option (2/2) ;18B0=C0 and 18B1=01 when Green Bell (giant player( is activated ;still not able to activate Giant Player at will parodius:0:18B0:C0:001:Can't shoot Now!:As with Green Bell but small parodius:0:18B0:00:001:Reset "Can't shoot" Now! ;189F holds the counter of Main ship + additional shooting ships ;however I wasn't able to find where the additional ships are activated ;also incrementing 189F won't give multiple ships at next activation ;of "option". parodius:0:189F:00:998:Show "Option" counter parodius:0:1BAE:00:000:Sound Test Timer Stop:[PL2 Start]Next Code :parodius:00000100:1BAF:000000FF:FFFFFFFF:Always On Sound Select #:Music Values=80-9C,B4 ; [ Pass ] pass:0:080015:99:000:Infinite Credits pass:0:080003:99:007:Infinite Time pass:0:08000E:00:001:Finish this Level Now! pass:0:08000F:00:501:Finish this Level Now! (2/2) pass:0:080027:1F:001:Goto Level 33 when this level ends pass:0:080027:1F:071:Select next level pass:0:08007F:06:000:Infinite Lives PL1 pass:0:08008F:03:000:Next 'P' always = extra life PL1 pass:0:08008F:03:001:Next 'P' = extra life Now! PL1 pass:0:080081:06:000:Infinite Lives PL2 pass:0:080091:03:000:Next 'P' always = extra life PL2 pass:0:080091:03:001:Next 'P' = extra life Now! PL2 ; [ Passing Shot (4 Players) (bootleg) ] passht4b:0:FFE87E:99:000:Infinite Points passht4b:0:FFE865:05:001:Goto Last match Now! passht4b:0:FFE87B:00:000:Always be first serve passht4b:0:FFE86F:06:000:Always win set to win game passht4b:0:FFE871:00:000:CPUs sets always set to 0 passht4b:0:FFE86F:06:001:Win set to win game Now! passht4b:0:FFE871:00:001:CPUs sets set to 0 Now! passht4b:0:FFE873:03:000:Always win point to win set passht4b:0:FFE875:00:000:Always set CPUs score to 0 passht4b:0:FFE873:03:001:Win point to win set Now! passht4b:0:FFE875:00:001:Set CPUs score to 0 Now! ; [ Passing Shot (World, 2 Players, FD1094 317-0080) ] passsht:0:FFE87E:99:000:Infinite Points passsht:0:FFE865:05:001:Goto Last match Now! passsht:0:FFE87B:00:000:Always be first serve passsht:0:FFE86F:06:000:Always win set to win game passsht:0:FFE871:00:000:CPUs sets always set to 0 passsht:0:FFE86F:06:001:Win set to win game Now! passsht:0:FFE871:00:001:CPUs sets set to 0 Now! passsht:0:FFE873:03:000:Always win point to win set passsht:0:FFE875:00:000:Always set CPUs score to 0 passsht:0:FFE873:03:001:Win point to win set Now! passsht:0:FFE875:00:001:Set CPUs score to 0 Now! ; [ Passing Shot (World, 4 Players, FD1094 317-0074) ] passshta:0:FFE87E:99:000:Infinite Points passshta:0:FFE865:05:001:Goto Last match Now! passshta:0:FFE87B:00:000:Always be first serve passshta:0:FFE86F:06:000:Always win set to win game passshta:0:FFE871:00:000:CPUs sets always set to 0 passshta:0:FFE86F:06:001:Win set to win game Now! passshta:0:FFE871:00:001:CPUs sets set to 0 Now! passshta:0:FFE873:03:000:Always win point to win set passshta:0:FFE875:00:000:Always set CPUs score to 0 passshta:0:FFE873:03:001:Win point to win set Now! passshta:0:FFE875:00:001:Set CPUs score to 0 Now! ; [ Passing Shot (2 Players) (bootleg) ] passshtb:0:FFE87E:99:000:Infinite Points passshtb:0:FFE865:05:001:Goto Last match Now! passshtb:0:FFE87B:00:000:Always be first serve passshtb:0:FFE86F:06:000:Always win set to win game passshtb:0:FFE871:00:000:CPUs sets always set to 0 passshtb:0:FFE86F:06:001:Win set to win game Now! passshtb:0:FFE871:00:001:CPUs sets set to 0 Now! passshtb:0:FFE873:03:000:Always win point to win set passshtb:0:FFE875:00:000:Always set CPUs score to 0 passshtb:0:FFE873:03:001:Win point to win set Now! passshtb:0:FFE875:00:001:Set CPUs score to 0 Now! ; [ Passing Shot (Japan, 4 Players, FD1094 317-0070) ] passshtj:0:FFE87E:99:000:Infinite Points passshtj:0:FFE865:05:001:Goto Last match Now! passshtj:0:FFE87B:00:000:Always be first serve passshtj:0:FFE86F:06:000:Always win set to win game passshtj:0:FFE871:00:000:CPUs sets always set to 0 passshtj:0:FFE86F:06:001:Win set to win game Now! passshtj:0:FFE871:00:001:CPUs sets set to 0 Now! passshtj:0:FFE873:03:000:Always win point to win set passshtj:0:FFE875:00:000:Always set CPUs score to 0 passshtj:0:FFE873:03:001:Win point to win set Now! passshtj:0:FFE875:00:001:Set CPUs score to 0 Now! ; [ Pastel Gal (Japan 851224) ] pastelg:0:0000:00:999:[The winning hand cheat must] pastelg:0:0000:00:999:[be activated when there are] pastelg:0:0000:00:999:[14 tiles in your hand, then] pastelg:0:0000:00:999:[press the RON key . ] pastelg:0:0000:00:999:[('Z' by default). The tiles] pastelg:0:0000:00:999:[do not visually change ] pastelg:0:0000:00:999:[until you make a move. ] pastelg:0:E245:31:001:Get winning hand Now! pastelg:0:E246:31:501:Get winning hand Now! (02/14) pastelg:0:E247:31:501:Get winning hand Now! (03/14) pastelg:0:E248:32:501:Get winning hand Now! (04/14) pastelg:0:E249:32:501:Get winning hand Now! (05/14) pastelg:0:E24A:32:501:Get winning hand Now! (06/14) pastelg:0:E24B:33:501:Get winning hand Now! (07/14) pastelg:0:E24C:33:501:Get winning hand Now! (08/14) pastelg:0:E24D:33:501:Get winning hand Now! (09/14) pastelg:0:E24E:34:501:Get winning hand Now! (10/14) pastelg:0:E24F:34:501:Get winning hand Now! (11/14) pastelg:0:E250:34:501:Get winning hand Now! (12/14) pastelg:0:E251:35:501:Get winning hand Now! (13/14) pastelg:0:E252:35:501:Get winning hand Now! (14/14) pastelg:0:0000:00:999:[At the start of a game, ] pastelg:0:0000:00:999:[there may be some small ] pastelg:0:0000:00:999:[glitches on the tiles when ] pastelg:0:0000:00:999:[using the 'Always' cheats. ] pastelg:0:0000:00:999:[The cheats should still ] pastelg:0:0000:00:999:[work as normal. ] pastelg:0:E245:31:000:Always winning hand pastelg:0:E246:31:500:Always winning hand (02/14) pastelg:0:E247:31:500:Always winning hand (03/14) pastelg:0:E248:32:500:Always winning hand (04/14) pastelg:0:E249:32:500:Always winning hand (05/14) pastelg:0:E24A:32:500:Always winning hand (06/14) pastelg:0:E24B:33:500:Always winning hand (07/14) pastelg:0:E24C:33:500:Always winning hand (08/14) pastelg:0:E24D:33:500:Always winning hand (09/14) pastelg:0:E24E:34:500:Always winning hand (10/14) pastelg:0:E24F:34:500:Always winning hand (11/14) pastelg:0:E250:34:500:Always winning hand (12/14) pastelg:0:E251:35:500:Always winning hand (13/14) pastelg:0:E252:35:500:Always winning hand (14/14) ; [ Mahjong Pachinko Monogatari (Japan) ] patimono:0:0000:00:999:[The winning hand cheat must] patimono:0:0000:00:999:[be activated when there are] patimono:0:0000:00:999:[14 tiles in your hand, then] patimono:0:0000:00:999:[press the RON key . ] patimono:0:0000:00:999:[('Z' by default). The tiles] patimono:0:0000:00:999:[do not visually change ] patimono:0:0000:00:999:[until you make a move. ] patimono:0:FD47:31:001:Get winning hand Now! patimono:0:FD48:31:501:Get winning hand Now! (02/14) patimono:0:FD49:31:501:Get winning hand Now! (03/14) patimono:0:FD4A:32:501:Get winning hand Now! (04/14) patimono:0:FD4B:32:501:Get winning hand Now! (05/14) patimono:0:FD4C:32:501:Get winning hand Now! (06/14) patimono:0:FD4D:33:501:Get winning hand Now! (07/14) patimono:0:FD4E:33:501:Get winning hand Now! (08/14) patimono:0:FD4F:33:501:Get winning hand Now! (09/14) patimono:0:FD50:34:501:Get winning hand Now! (10/14) patimono:0:FD51:34:501:Get winning hand Now! (11/14) patimono:0:FD52:34:501:Get winning hand Now! (12/14) patimono:0:FD53:35:501:Get winning hand Now! (13/14) patimono:0:FD54:35:501:Get winning hand Now! (14/14) patimono:0:0000:00:999:[At the start of a game, ] patimono:0:0000:00:999:[there may be some small ] patimono:0:0000:00:999:[glitches on the tiles when ] patimono:0:0000:00:999:[using the 'Always' cheats. ] patimono:0:0000:00:999:[The cheats should still ] patimono:0:0000:00:999:[work as normal. ] patimono:0:FD47:31:000:Always winning hand patimono:0:FD48:31:500:Always winning hand (02/14) patimono:0:FD49:31:500:Always winning hand (03/14) patimono:0:FD4A:32:500:Always winning hand (04/14) patimono:0:FD4B:32:500:Always winning hand (05/14) patimono:0:FD4C:32:500:Always winning hand (06/14) patimono:0:FD4D:33:500:Always winning hand (07/14) patimono:0:FD4E:33:500:Always winning hand (08/14) patimono:0:FD4F:33:500:Always winning hand (09/14) patimono:0:FD50:34:500:Always winning hand (10/14) patimono:0:FD51:34:500:Always winning hand (11/14) patimono:0:FD52:34:500:Always winning hand (12/14) patimono:0:FD53:35:500:Always winning hand (13/14) patimono:0:FD54:35:500:Always winning hand (14/14) ; [ Pinball Action (set 2) ] pbactio2:0:C15B:09:000:Infinite Balls PL1 pbactio2:0:C15C:09:000:Infinite Balls PL2 pbactio2:0:C1C7:01:001:Light Extra Ball Now! pbactio2:0:C5D1:01:501:Light Extra Ball Now! (2/2) pbactio2:0:C16D:63:000:99 Bonus pbactio2:0:C16D:63:001:99 Bonus on current ball pbactio2:0:C1BC:05:000:5X Bonus Multiplier pbactio2:0:C11A:01:020:Slots-Red Door Always Open pbactio2:0:C11A:01:040:Slots-Red Door Never Open pbactio2:0:C11A:02:020:Slots-Post Always Up pbactio2:0:C11A:02:040:Slots-Post Always Down pbactio2:0:C11A:04:020:Slots-Side Safety Always ON pbactio2:0:C11A:04:040:Slots-Side Safety Always OFF pbactio2:0:C11A:07:000:Slots-Always Door+post+safety pbactio2:0:C11A:00:000:Slots-Board Inaccessible pbactio2:0:C11A:01:021:Slots-Open Red Door Now! pbactio2:0:C11A:01:041:Slots-Shut Red Door Now! pbactio2:0:C11A:02:021:Slots-Post Up Now! pbactio2:0:C11A:02:041:Slots-Post Down Now! pbactio2:0:C11A:04:021:Slots-Side Safety ON Now! pbactio2:0:C11A:04:041:Slots-Side Safety OFF Now! pbactio2:0:C11B:01:020:Bowls-Green Door Always Open pbactio2:0:C11B:01:040:Bowls-Green Door Never Open pbactio2:0:C11B:02:020:Bowls-Post Always Up pbactio2:0:C11B:02:040:Bowls-Post Always Down pbactio2:0:C11B:04:020:Bowls-Side Safety Always ON pbactio2:0:C11B:04:040:Bowls-Side Safety Always OFF pbactio2:0:C11B:07:000:Bowls-Always Door+post+safety pbactio2:0:C11B:00:000:Bowls-Board Inaccessible pbactio2:0:C11B:01:021:Bowls-Open Green Door Now! pbactio2:0:C11B:01:041:Bowls-Shut Green Door Now! pbactio2:0:C11B:02:021:Bowls-Post Up Now! pbactio2:0:C11B:02:041:Bowls-Post Down Now! pbactio2:0:C11B:04:021:Bowls-Side Safety ON Now! pbactio2:0:C11B:04:041:Bowls-Side Safety OFF Now! pbactio2:0:C11C:01:020:Cards-Blue Door Always Open pbactio2:0:C11C:01:040:Cards-Blue Door Never Open pbactio2:0:C11C:02:020:Cards-Post Always Up pbactio2:0:C11C:02:040:Cards-Post Always Down pbactio2:0:C11C:04:020:Cards-Side Safety Always ON pbactio2:0:C11C:04:040:Cards-Side Safety Always OFF pbactio2:0:C11C:07:000:Cards-Always Door+post+safety pbactio2:0:C11C:00:000:Cards-Board Inaccessible pbactio2:0:C11C:01:021:Cards-Open Blue Door Now! pbactio2:0:C11C:01:041:Cards-Shut Blue Door Now! pbactio2:0:C11C:02:021:Cards-Post Up Now! pbactio2:0:C11C:02:041:Cards-Post Down Now! pbactio2:0:C11C:04:021:Cards-Side Safety ON Now! pbactio2:0:C11C:04:041:Cards-Side Safety OFF Now! ; [ Pinball Action (set 3, encrypted) ] pbactio3:0:C15B:09:000:Infinite Balls PL1 pbactio3:0:C15C:09:000:Infinite Balls PL2 pbactio3:0:C1C7:01:001:Light Extra Ball Now! pbactio3:0:C5D1:01:501:Light Extra Ball Now! (2/2) pbactio3:0:C16D:63:000:99 Bonus pbactio3:0:C16D:63:001:99 Bonus on current ball pbactio3:0:C1BC:05:000:5X Bonus Multiplier pbactio3:0:C11A:01:020:Slots-Red Door Always Open pbactio3:0:C11A:01:040:Slots-Red Door Never Open pbactio3:0:C11A:02:020:Slots-Post Always Up pbactio3:0:C11A:02:040:Slots-Post Always Down pbactio3:0:C11A:04:020:Slots-Side Safety Always ON pbactio3:0:C11A:04:040:Slots-Side Safety Always OFF pbactio3:0:C11A:07:000:Slots-Always Door+post+safety pbactio3:0:C11A:00:000:Slots-Board Inaccessible pbactio3:0:C11A:01:021:Slots-Open Red Door Now! pbactio3:0:C11A:01:041:Slots-Shut Red Door Now! pbactio3:0:C11A:02:021:Slots-Post Up Now! pbactio3:0:C11A:02:041:Slots-Post Down Now! pbactio3:0:C11A:04:021:Slots-Side Safety ON Now! pbactio3:0:C11A:04:041:Slots-Side Safety OFF Now! pbactio3:0:C11B:01:020:Bowls-Green Door Always Open pbactio3:0:C11B:01:040:Bowls-Green Door Never Open pbactio3:0:C11B:02:020:Bowls-Post Always Up pbactio3:0:C11B:02:040:Bowls-Post Always Down pbactio3:0:C11B:04:020:Bowls-Side Safety Always ON pbactio3:0:C11B:04:040:Bowls-Side Safety Always OFF pbactio3:0:C11B:07:000:Bowls-Always Door+post+safety pbactio3:0:C11B:00:000:Bowls-Board Inaccessible pbactio3:0:C11B:01:021:Bowls-Open Green Door Now! pbactio3:0:C11B:01:041:Bowls-Shut Green Door Now! pbactio3:0:C11B:02:021:Bowls-Post Up Now! pbactio3:0:C11B:02:041:Bowls-Post Down Now! pbactio3:0:C11B:04:021:Bowls-Side Safety ON Now! pbactio3:0:C11B:04:041:Bowls-Side Safety OFF Now! pbactio3:0:C11C:01:020:Cards-Blue Door Always Open pbactio3:0:C11C:01:040:Cards-Blue Door Never Open pbactio3:0:C11C:02:020:Cards-Post Always Up pbactio3:0:C11C:02:040:Cards-Post Always Down pbactio3:0:C11C:04:020:Cards-Side Safety Always ON pbactio3:0:C11C:04:040:Cards-Side Safety Always OFF pbactio3:0:C11C:07:000:Cards-Always Door+post+safety pbactio3:0:C11C:00:000:Cards-Board Inaccessible pbactio3:0:C11C:01:021:Cards-Open Blue Door Now! pbactio3:0:C11C:01:041:Cards-Shut Blue Door Now! pbactio3:0:C11C:02:021:Cards-Post Up Now! pbactio3:0:C11C:02:041:Cards-Post Down Now! pbactio3:0:C11C:04:021:Cards-Side Safety ON Now! pbactio3:0:C11C:04:041:Cards-Side Safety OFF Now! ; [ Pinball Action (set 1) ] pbaction:0:C15B:09:000:Infinite Balls PL1 pbaction:0:C15C:09:000:Infinite Balls PL2 pbaction:0:C1C7:01:001:Light Extra Ball Now! pbaction:0:C5D1:01:501:Light Extra Ball Now! (2/2) pbaction:0:C16D:63:000:99 Bonus pbaction:0:C16D:63:001:99 Bonus on current ball pbaction:0:C1BC:05:000:5X Bonus Multiplier pbaction:0:C11A:01:020:Slots-Red Door Always Open pbaction:0:C11A:01:040:Slots-Red Door Never Open pbaction:0:C11A:02:020:Slots-Post Always Up pbaction:0:C11A:02:040:Slots-Post Always Down pbaction:0:C11A:04:020:Slots-Side Safety Always ON pbaction:0:C11A:04:040:Slots-Side Safety Always OFF pbaction:0:C11A:07:000:Slots-Always Door+post+safety pbaction:0:C11A:00:000:Slots-Board Inaccessible pbaction:0:C11A:01:021:Slots-Open Red Door Now! pbaction:0:C11A:01:041:Slots-Shut Red Door Now! pbaction:0:C11A:02:021:Slots-Post Up Now! pbaction:0:C11A:02:041:Slots-Post Down Now! pbaction:0:C11A:04:021:Slots-Side Safety ON Now! pbaction:0:C11A:04:041:Slots-Side Safety OFF Now! pbaction:0:C11B:01:020:Bowls-Green Door Always Open pbaction:0:C11B:01:040:Bowls-Green Door Never Open pbaction:0:C11B:02:020:Bowls-Post Always Up pbaction:0:C11B:02:040:Bowls-Post Always Down pbaction:0:C11B:04:020:Bowls-Side Safety Always ON pbaction:0:C11B:04:040:Bowls-Side Safety Always OFF pbaction:0:C11B:07:000:Bowls-Always Door+post+safety pbaction:0:C11B:00:000:Bowls-Board Inaccessible pbaction:0:C11B:01:021:Bowls-Open Green Door Now! pbaction:0:C11B:01:041:Bowls-Shut Green Door Now! pbaction:0:C11B:02:021:Bowls-Post Up Now! pbaction:0:C11B:02:041:Bowls-Post Down Now! pbaction:0:C11B:04:021:Bowls-Side Safety ON Now! pbaction:0:C11B:04:041:Bowls-Side Safety OFF Now! pbaction:0:C11C:01:020:Cards-Blue Door Always Open pbaction:0:C11C:01:040:Cards-Blue Door Never Open pbaction:0:C11C:02:020:Cards-Post Always Up pbaction:0:C11C:02:040:Cards-Post Always Down pbaction:0:C11C:04:020:Cards-Side Safety Always ON pbaction:0:C11C:04:040:Cards-Side Safety Always OFF pbaction:0:C11C:07:000:Cards-Always Door+post+safety pbaction:0:C11C:00:000:Cards-Board Inaccessible pbaction:0:C11C:01:021:Cards-Open Blue Door Now! pbaction:0:C11C:01:041:Cards-Shut Blue Door Now! pbaction:0:C11C:02:021:Cards-Post Up Now! pbaction:0:C11C:02:041:Cards-Post Down Now! pbaction:0:C11C:04:021:Cards-Side Safety ON Now! pbaction:0:C11C:04:041:Cards-Side Safety OFF Now! ; [ Pioneer Balloon ] pballoon:0:00A8:08:000:Infinite Lives pballoon:0:009F:96:000:Infinite Energy pballoon:0:0094:C0:000:Invincibility ; [ Gyakuten!! Puzzle Bancho (Japan) ] pbancho:0:400003:09:000:Infinite Credits pbancho:0:4017D1:00:000:Never send any Blocks PL1 pbancho:0:4017D1:06:001:Send 6 Blocks Now! PL1 pbancho:0:4017D1:12:001:Send 18 Blocks Now! PL1 pbancho:0:4017D3:00:000:Never send any Blocks PL2 pbancho:0:4017D3:06:001:Send 6 Blocks Now! PL2 pbancho:0:4017D3:12:001:Send 18 Blocks Now! PL2 ; [ Powerful Baseball '96 (GV017 JAPAN 1.03) ] pbball96:0:EA713:00:000:Infinite Strikes pbball96:0:EA714:00:000:Infinite Balls pbball96:0:EA715:00:000:Infinite Outs pbball96:0:EA713:00:001:Set Strikes to 0 Now! pbball96:0:EA713:02:001:Set Strikes to 2 Now! pbball96:0:EA714:00:001:Set Balls to 0 Now! pbball96:0:EA714:03:001:Set Balls to 3 Now! pbball96:0:EA715:00:001:Set Outs to 0 Now! pbball96:0:EA715:02:001:Set Outs to 2 Now! ; [ Pinball Champ '95 (bootleg?) ] :pbchmp95:00000000:F56F:00000063:FFFFFFFF:Infinite Time :pbchmp95:00100000:F573:00000099:FFFFFFFF:Infinite Time (2/2) ;game is not working properly at 0104u5 hence why only one cheat ; [ Prebillian ] pbillian:0:F23D:09:000:Infinite Credits pbillian:0:F208:06:000:Infinite Lives PL1 pbillian:0:F20C:00:007:Infinite Shots PL1 pbillian:0:F20A:06:000:Infinite Lives PL2 pbillian:0:F216:00:007:Infinite Shots PL2 ; [ Perfect Billiard ] pbillrd:0:C342:0A:000:Infinite Balls pbillrd:0:C343:09:000:Infinite Shots ; [ Perfect Billiard (Sega) ] pbillrds:0:C342:0A:000:Infinite Balls pbillrds:0:C343:09:000:Infinite Shots ; [ Pebble Beach - The Great Shot (JUE 950913 V0.990) ] pblbeach:0:0000:00:999:[ There are no cheats ]:REASON 1 pblbeach:0:0000:00:999:[ for this game as it ]:REASON 1 pblbeach:0:0000:00:999:[ didn't work the last ]:REASON 1 pblbeach:0:0000:00:999:[ time it was tested. ]:REASON 1 pblbeach:0:0000:00:999:[ If the game now works ]:REASON 1 pblbeach:0:0000:00:999:[ please request cheats ]:REASON 1 pblbeach:0:0000:00:999:[ for it on the cheat ]:REASON 1 pblbeach:0:0000:00:999:[ forums. ]:REASON 1 ; [ Puzzle Bobble 2 (Japan) ] pbobbl2j:0:400091:09:000:Infinite Credits pbobbl2j:0:40A276:01:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen pbobbl2j:0:40A276:00:001:Disable "Alternate World" Levels pbobbl2j:0:41DFDB:14:000:Infinite Time PL1 pbobbl2j:0:41E06F:14:000:Infinite Time PL2 pbobbl2j:0:000000:00:999:[ These cheats are for use during Versus Mode ] pbobbl2j:0:40A2AB:00:000:Never Attacked PL1 pbobbl2j:0:41DFD1:00:500:Never Attacked PL1 (2/2) pbobbl2j:0:40A2AD:00:000:Never Attacked PL2 pbobbl2j:0:41E065:00:500:Never Attacked PL2 (2/2) pbobbl2j:0:000000:00:999:[ These cheats are for use during Puzzle Mode ] pbobbl2j:0:4061D8:FF:000:Help line "ON" pbobbl2j:0:4061D8:00:001:Help line "OFF" pbobbl2j:0:000000:00:999:[ The following cheats work from the "select ] pbobbl2j:0:000000:00:999:[ path" screen. Press "Pause" & activate the ] pbobbl2j:0:000000:00:999:[ required cheat, then unpause and then press ] pbobbl2j:0:000000:00:999:[ "A" the select button. ] pbobbl2j:0:000000:00:999:[ Warning! Moving the pointer will reset these ] pbobbl2j:0:000000:00:999:[ Start on Level cheats! ] pbobbl2j:0:40AA93:00:001:Start on Level A-01 Now! pbobbl2j:0:4061D1:00:501:Start on Level A-01 Now! (2/3) pbobbl2j:0:4061D5:00:501:Start on Level A-01 Now! (3/3) pbobbl2j:0:40AA93:00:001:Start on Level A-02 Now! pbobbl2j:0:4061D1:01:501:Start on Level A-02 Now! (2/3) pbobbl2j:0:4061D5:01:501:Start on Level A-02 Now! (3/3) pbobbl2j:0:40AA93:00:001:Start on Level A-03 Now! pbobbl2j:0:4061D1:02:501:Start on Level A-03 Now! (2/3) pbobbl2j:0:4061D5:02:501:Start on Level A-03 Now! (3/3) pbobbl2j:0:40AA93:00:001:Start on Level A-04 Now! pbobbl2j:0:4061D1:03:501:Start on Level A-04 Now! (2/3) pbobbl2j:0:4061D5:03:501:Start on Level A-04 Now! (3/3) pbobbl2j:0:40AA93:00:001:Start on Level A-05 Now! pbobbl2j:0:4061D1:04:501:Start on Level A-05 Now! (2/3) pbobbl2j:0:4061D5:04:501:Start on Level A-05 Now! (3/3) pbobbl2j:0:40AA93:01:001:Start on Level B-01 Now! pbobbl2j:0:4061D1:00:501:Start on Level B-01 Now! (2/3) pbobbl2j:0:4061D5:00:501:Start on Level B-01 Now! (3/3) pbobbl2j:0:40AA93:01:001:Start on Level B-02 Now! pbobbl2j:0:4061D1:01:501:Start on Level B-02 Now! (2/3) pbobbl2j:0:4061D5:01:501:Start on Level B-02 Now! (3/3) pbobbl2j:0:40AA93:01:001:Start on Level B-03 Now! pbobbl2j:0:4061D1:02:501:Start on Level B-03 Now! (2/3) pbobbl2j:0:4061D5:02:501:Start on Level B-03 Now! (3/3) pbobbl2j:0:40AA93:01:001:Start on Level B-04 Now! pbobbl2j:0:4061D1:03:501:Start on Level B-04 Now! (2/3) pbobbl2j:0:4061D5:03:501:Start on Level B-04 Now! (3/3) pbobbl2j:0:40AA93:01:001:Start on Level B-05 Now! pbobbl2j:0:4061D1:04:501:Start on Level B-05 Now! (2/3) pbobbl2j:0:4061D5:04:501:Start on Level B-05 Now! (3/3) pbobbl2j:0:40AA93:02:001:Start on Level C-06 Now! pbobbl2j:0:4061D1:05:501:Start on Level C-06 Now! (2/3) pbobbl2j:0:4061D5:05:501:Start on Level C-06 Now! (3/3) pbobbl2j:0:40AA93:02:001:Start on Level C-07 Now! pbobbl2j:0:4061D1:06:501:Start on Level C-07 Now! (2/3) pbobbl2j:0:4061D5:06:501:Start on Level C-07 Now! (3/3) pbobbl2j:0:40AA93:02:001:Start on Level C-08 Now! pbobbl2j:0:4061D1:07:501:Start on Level C-08 Now! (2/3) pbobbl2j:0:4061D5:07:501:Start on Level C-08 Now! (3/3) pbobbl2j:0:40AA93:02:001:Start on Level C-09 Now! pbobbl2j:0:4061D1:08:501:Start on Level C-09 Now! (2/3) pbobbl2j:0:4061D5:08:501:Start on Level C-09 Now! (3/3) pbobbl2j:0:40AA93:02:001:Start on Level C-10 Now! pbobbl2j:0:4061D1:09:501:Start on Level C-10 Now! (2/3) pbobbl2j:0:4061D5:09:501:Start on Level C-10 Now! (3/3) pbobbl2j:0:40AA93:03:001:Start on Level D-06 Now! pbobbl2j:0:4061D1:05:501:Start on Level D-06 Now! (2/3) pbobbl2j:0:4061D5:05:501:Start on Level D-06 Now! (3/3) pbobbl2j:0:40AA93:03:001:Start on Level D-07 Now! pbobbl2j:0:4061D1:06:501:Start on Level D-07 Now! (2/3) pbobbl2j:0:4061D5:06:501:Start on Level D-07 Now! (3/3) pbobbl2j:0:40AA93:03:001:Start on Level D-08 Now! pbobbl2j:0:4061D1:07:501:Start on Level D-08 Now! (2/3) pbobbl2j:0:4061D5:07:501:Start on Level D-08 Now! (3/3) pbobbl2j:0:40AA93:03:001:Start on Level D-09 Now! pbobbl2j:0:4061D1:08:501:Start on Level D-09 Now! (2/3) pbobbl2j:0:4061D5:08:501:Start on Level D-09 Now! (3/3) pbobbl2j:0:40AA93:03:001:Start on Level D-10 Now! pbobbl2j:0:4061D1:09:501:Start on Level D-10 Now! (2/3) pbobbl2j:0:4061D5:09:501:Start on Level D-10 Now! (3/3) pbobbl2j:0:40AA93:04:001:Start on Level E-06 Now! pbobbl2j:0:4061D1:05:501:Start on Level E-06 Now! (2/3) pbobbl2j:0:4061D5:05:501:Start on Level E-06 Now! (3/3) pbobbl2j:0:40AA93:04:001:Start on Level E-07 Now! pbobbl2j:0:4061D1:06:501:Start on Level E-07 Now! (2/3) pbobbl2j:0:4061D5:06:501:Start on Level E-07 Now! (3/3) pbobbl2j:0:40AA93:04:001:Start on Level E-08 Now! pbobbl2j:0:4061D1:07:501:Start on Level E-08 Now! (2/3) pbobbl2j:0:4061D5:07:501:Start on Level E-08 Now! (3/3) pbobbl2j:0:40AA93:04:001:Start on Level E-09 Now! pbobbl2j:0:4061D1:08:501:Start on Level E-09 Now! (2/3) pbobbl2j:0:4061D5:08:501:Start on Level E-09 Now! (3/3) pbobbl2j:0:40AA93:04:001:Start on Level E-10 Now! pbobbl2j:0:4061D1:09:501:Start on Level E-10 Now! (2/3) pbobbl2j:0:4061D5:09:501:Start on Level E-10 Now! (3/3) pbobbl2j:0:40AA93:05:001:Start on Level F-11 Now! pbobbl2j:0:4061D1:0A:501:Start on Level F-11 Now! (2/3) pbobbl2j:0:4061D5:0A:501:Start on Level F-11 Now! (3/3) pbobbl2j:0:40AA93:05:001:Start on Level F-12 Now! pbobbl2j:0:4061D1:0B:501:Start on Level F-12 Now! (2/3) pbobbl2j:0:4061D5:0B:501:Start on Level F-12 Now! (3/3) pbobbl2j:0:40AA93:05:001:Start on Level F-13 Now! pbobbl2j:0:4061D1:0C:501:Start on Level F-13 Now! (2/3) pbobbl2j:0:4061D5:0C:501:Start on Level F-13 Now! (3/3) pbobbl2j:0:40AA93:05:001:Start on Level F-14 Now! pbobbl2j:0:4061D1:0D:501:Start on Level F-14 Now! (2/3) pbobbl2j:0:4061D5:0D:501:Start on Level F-14 Now! (3/3) pbobbl2j:0:40AA93:05:001:Start on Level F-15 Now! pbobbl2j:0:4061D1:0E:501:Start on Level F-15 Now! (2/3) pbobbl2j:0:4061D5:0E:501:Start on Level F-15 Now! (3/3) pbobbl2j:0:40AA93:06:001:Start on Level G-11 Now! pbobbl2j:0:4061D1:0A:501:Start on Level G-11 Now! (2/3) pbobbl2j:0:4061D5:0A:501:Start on Level G-11 Now! (3/3) pbobbl2j:0:40AA93:06:001:Start on Level G-12 Now! pbobbl2j:0:4061D1:0B:501:Start on Level G-12 Now! (2/3) pbobbl2j:0:4061D5:0B:501:Start on Level G-12 Now! (3/3) pbobbl2j:0:40AA93:06:001:Start on Level G-13 Now! pbobbl2j:0:4061D1:0C:501:Start on Level G-13 Now! (2/3) pbobbl2j:0:4061D5:0C:501:Start on Level G-13 Now! (3/3) pbobbl2j:0:40AA93:06:001:Start on Level G-14 Now! pbobbl2j:0:4061D1:0D:501:Start on Level G-14 Now! (2/3) pbobbl2j:0:4061D5:0D:501:Start on Level G-14 Now! (3/3) pbobbl2j:0:40AA93:06:001:Start on Level G-15 Now! pbobbl2j:0:4061D1:0E:501:Start on Level G-15 Now! (2/3) pbobbl2j:0:4061D5:0E:501:Start on Level G-15 Now! (3/3) pbobbl2j:0:40AA93:07:001:Start on Level H-11 Now! pbobbl2j:0:4061D1:0A:501:Start on Level H-11 Now! (2/3) pbobbl2j:0:4061D5:0A:501:Start on Level H-11 Now! (3/3) pbobbl2j:0:40AA93:07:001:Start on Level H-12 Now! pbobbl2j:0:4061D1:0B:501:Start on Level H-12 Now! (2/3) pbobbl2j:0:4061D5:0B:501:Start on Level H-12 Now! (3/3) pbobbl2j:0:40AA93:07:001:Start on Level H-13 Now! pbobbl2j:0:4061D1:0C:501:Start on Level H-13 Now! (2/3) pbobbl2j:0:4061D5:0C:501:Start on Level H-13 Now! (3/3) pbobbl2j:0:40AA93:07:001:Start on Level H-14 Now! pbobbl2j:0:4061D1:0D:501:Start on Level H-14 Now! (2/3) pbobbl2j:0:4061D5:0D:501:Start on Level H-14 Now! (3/3) pbobbl2j:0:40AA93:07:001:Start on Level H-15 Now! pbobbl2j:0:4061D1:0E:501:Start on Level H-15 Now! (2/3) pbobbl2j:0:4061D5:0E:501:Start on Level H-15 Now! (3/3) pbobbl2j:0:40AA93:08:001:Start on Level I-11 Now! pbobbl2j:0:4061D1:0A:501:Start on Level I-11 Now! (2/3) pbobbl2j:0:4061D5:0A:501:Start on Level I-11 Now! (3/3) pbobbl2j:0:40AA93:08:001:Start on Level I-12 Now! pbobbl2j:0:4061D1:0B:501:Start on Level I-12 Now! (2/3) pbobbl2j:0:4061D5:0B:501:Start on Level I-12 Now! (3/3) pbobbl2j:0:40AA93:08:001:Start on Level I-13 Now! pbobbl2j:0:4061D1:0C:501:Start on Level I-13 Now! (2/3) pbobbl2j:0:4061D5:0C:501:Start on Level I-13 Now! (3/3) pbobbl2j:0:40AA93:08:001:Start on Level I-14 Now! pbobbl2j:0:4061D1:0D:501:Start on Level I-14 Now! (2/3) pbobbl2j:0:4061D5:0D:501:Start on Level I-14 Now! (3/3) pbobbl2j:0:40AA93:08:001:Start on Level I-15 Now! pbobbl2j:0:4061D1:0E:501:Start on Level I-15 Now! (2/3) pbobbl2j:0:4061D5:0E:501:Start on Level I-15 Now! (3/3) pbobbl2j:0:40AA93:09:001:Start on Level J-16 Now! pbobbl2j:0:4061D1:0F:501:Start on Level J-16 Now! (2/3) pbobbl2j:0:4061D5:0F:501:Start on Level J-16 Now! (3/3) pbobbl2j:0:40AA93:09:001:Start on Level J-17 Now! pbobbl2j:0:4061D1:10:501:Start on Level J-17 Now! (2/3) pbobbl2j:0:4061D5:10:501:Start on Level J-17 Now! (3/3) pbobbl2j:0:40AA93:09:001:Start on Level J-18 Now! pbobbl2j:0:4061D1:11:501:Start on Level J-18 Now! (2/3) pbobbl2j:0:4061D5:11:501:Start on Level J-18 Now! (3/3) pbobbl2j:0:40AA93:09:001:Start on Level J-19 Now! pbobbl2j:0:4061D1:12:501:Start on Level J-19 Now! (2/3) pbobbl2j:0:4061D5:12:501:Start on Level J-19 Now! (3/3) pbobbl2j:0:40AA93:09:001:Start on Level J-20 Now! pbobbl2j:0:4061D1:13:501:Start on Level J-20 Now! (2/3) pbobbl2j:0:4061D5:13:501:Start on Level J-20 Now! (3/3) pbobbl2j:0:40AA93:0A:001:Start on Level K-16 Now! pbobbl2j:0:4061D1:0F:501:Start on Level K-16 Now! (2/3) pbobbl2j:0:4061D5:0F:501:Start on Level K-16 Now! (3/3) pbobbl2j:0:40AA93:0A:001:Start on Level K-17 Now! pbobbl2j:0:4061D1:10:501:Start on Level K-17 Now! (2/3) pbobbl2j:0:4061D5:10:501:Start on Level K-17 Now! (3/3) pbobbl2j:0:40AA93:0A:001:Start on Level K-18 Now! pbobbl2j:0:4061D1:11:501:Start on Level K-18 Now! (2/3) pbobbl2j:0:4061D5:11:501:Start on Level K-18 Now! (3/3) pbobbl2j:0:40AA93:0A:001:Start on Level K-19 Now! pbobbl2j:0:4061D1:12:501:Start on Level K-19 Now! (2/3) pbobbl2j:0:4061D5:12:501:Start on Level K-19 Now! (3/3) pbobbl2j:0:40AA93:0A:001:Start on Level K-20 Now! pbobbl2j:0:4061D1:13:501:Start on Level K-20 Now! (2/3) pbobbl2j:0:4061D5:13:501:Start on Level K-20 Now! (3/3) pbobbl2j:0:40AA93:0B:001:Start on Level L-16 Now! pbobbl2j:0:4061D1:0F:501:Start on Level L-16 Now! (2/3) pbobbl2j:0:4061D5:0F:501:Start on Level L-16 Now! (3/3) pbobbl2j:0:40AA93:0B:001:Start on Level L-17 Now! pbobbl2j:0:4061D1:10:501:Start on Level L-17 Now! (2/3) pbobbl2j:0:4061D5:10:501:Start on Level L-17 Now! (3/3) pbobbl2j:0:40AA93:0B:001:Start on Level L-18 Now! pbobbl2j:0:4061D1:11:501:Start on Level L-18 Now! (2/3) pbobbl2j:0:4061D5:11:501:Start on Level L-18 Now! (3/3) pbobbl2j:0:40AA93:0B:001:Start on Level L-19 Now! pbobbl2j:0:4061D1:12:501:Start on Level L-19 Now! (2/3) pbobbl2j:0:4061D5:12:501:Start on Level L-19 Now! (3/3) pbobbl2j:0:40AA93:0B:001:Start on Level L-20 Now! pbobbl2j:0:4061D1:13:501:Start on Level L-20 Now! (2/3) pbobbl2j:0:4061D5:13:501:Start on Level L-20 Now! (3/3) pbobbl2j:0:40AA93:0C:001:Start on Level M-16 Now! pbobbl2j:0:4061D1:0F:501:Start on Level M-16 Now! (2/3) pbobbl2j:0:4061D5:0F:501:Start on Level M-16 Now! (3/3) pbobbl2j:0:40AA93:0C:001:Start on Level M-17 Now! pbobbl2j:0:4061D1:10:501:Start on Level M-17 Now! (2/3) pbobbl2j:0:4061D5:10:501:Start on Level M-17 Now! (3/3) pbobbl2j:0:40AA93:0C:001:Start on Level M-18 Now! pbobbl2j:0:4061D1:11:501:Start on Level M-18 Now! (2/3) pbobbl2j:0:4061D5:11:501:Start on Level M-18 Now! (3/3) pbobbl2j:0:40AA93:0C:001:Start on Level M-19 Now! pbobbl2j:0:4061D1:12:501:Start on Level M-19 Now! (2/3) pbobbl2j:0:4061D5:12:501:Start on Level M-19 Now! (3/3) pbobbl2j:0:40AA93:0C:001:Start on Level M-20 Now! pbobbl2j:0:4061D1:13:501:Start on Level M-20 Now! (2/3) pbobbl2j:0:4061D5:13:501:Start on Level M-20 Now! (3/3) pbobbl2j:0:40AA93:0D:001:Start on Level N-16 Now! pbobbl2j:0:4061D1:0F:501:Start on Level N-16 Now! (2/3) pbobbl2j:0:4061D5:0F:501:Start on Level N-16 Now! (3/3) pbobbl2j:0:40AA93:0D:001:Start on Level N-17 Now! pbobbl2j:0:4061D1:10:501:Start on Level N-17 Now! (2/3) pbobbl2j:0:4061D5:10:501:Start on Level N-17 Now! (3/3) pbobbl2j:0:40AA93:0D:001:Start on Level N-18 Now! pbobbl2j:0:4061D1:11:501:Start on Level N-18 Now! (2/3) pbobbl2j:0:4061D5:11:501:Start on Level N-18 Now! (3/3) pbobbl2j:0:40AA93:0D:001:Start on Level N-19 Now! pbobbl2j:0:4061D1:12:501:Start on Level N-19 Now! (2/3) pbobbl2j:0:4061D5:12:501:Start on Level N-19 Now! (3/3) pbobbl2j:0:40AA93:0D:001:Start on Level N-20 Now! pbobbl2j:0:4061D1:13:501:Start on Level N-20 Now! (2/3) pbobbl2j:0:4061D5:13:501:Start on Level N-20 Now! (3/3) pbobbl2j:0:40AA93:0E:001:Start on Level O-21 Now! pbobbl2j:0:4061D1:14:501:Start on Level O-21 Now! (2/3) pbobbl2j:0:4061D5:14:501:Start on Level O-21 Now! (3/3) pbobbl2j:0:40AA93:0E:001:Start on Level O-22 Now! pbobbl2j:0:4061D1:15:501:Start on Level O-22 Now! (2/3) pbobbl2j:0:4061D5:15:501:Start on Level O-22 Now! (3/3) pbobbl2j:0:40AA93:0E:001:Start on Level O-23 Now! pbobbl2j:0:4061D1:16:501:Start on Level O-23 Now! (2/3) pbobbl2j:0:4061D5:16:501:Start on Level O-23 Now! (3/3) pbobbl2j:0:40AA93:0E:001:Start on Level O-24 Now! pbobbl2j:0:4061D1:17:501:Start on Level O-24 Now! (2/3) pbobbl2j:0:4061D5:17:501:Start on Level O-24 Now! (3/3) pbobbl2j:0:40AA93:0E:001:Start on Level O-25 Now! pbobbl2j:0:4061D1:18:501:Start on Level O-25 Now! (2/3) pbobbl2j:0:4061D5:18:501:Start on Level O-25 Now! (3/3) pbobbl2j:0:40AA93:0F:001:Start on Level P-21 Now! pbobbl2j:0:4061D1:14:501:Start on Level P-21 Now! (2/3) pbobbl2j:0:4061D5:14:501:Start on Level P-21 Now! (3/3) pbobbl2j:0:40AA93:0F:001:Start on Level P-22 Now! pbobbl2j:0:4061D1:15:501:Start on Level P-22 Now! (2/3) pbobbl2j:0:4061D5:15:501:Start on Level P-22 Now! (3/3) pbobbl2j:0:40AA93:0F:001:Start on Level P-23 Now! pbobbl2j:0:4061D1:16:501:Start on Level P-23 Now! (2/3) pbobbl2j:0:4061D5:16:501:Start on Level P-23 Now! (3/3) pbobbl2j:0:40AA93:0F:001:Start on Level P-24 Now! pbobbl2j:0:4061D1:17:501:Start on Level P-24 Now! (2/3) pbobbl2j:0:4061D5:17:501:Start on Level P-24 Now! (3/3) pbobbl2j:0:40AA93:0F:001:Start on Level P-25 Now! pbobbl2j:0:4061D1:18:501:Start on Level P-25 Now! (2/3) pbobbl2j:0:4061D5:18:501:Start on Level P-25 Now! (3/3) pbobbl2j:0:40AA93:10:001:Start on Level Q-21 Now! pbobbl2j:0:4061D1:14:501:Start on Level Q-21 Now! (2/3) pbobbl2j:0:4061D5:14:501:Start on Level Q-21 Now! (3/3) pbobbl2j:0:40AA93:10:001:Start on Level Q-22 Now! pbobbl2j:0:4061D1:15:501:Start on Level Q-22 Now! (2/3) pbobbl2j:0:4061D5:15:501:Start on Level Q-22 Now! (3/3) pbobbl2j:0:40AA93:10:001:Start on Level Q-23 Now! pbobbl2j:0:4061D1:16:501:Start on Level Q-23 Now! (2/3) pbobbl2j:0:4061D5:16:501:Start on Level Q-23 Now! (3/3) pbobbl2j:0:40AA93:10:001:Start on Level Q-24 Now! pbobbl2j:0:4061D1:17:501:Start on Level Q-24 Now! (2/3) pbobbl2j:0:4061D5:17:501:Start on Level Q-24 Now! (3/3) pbobbl2j:0:40AA93:10:001:Start on Level Q-25 Now! pbobbl2j:0:4061D1:18:501:Start on Level Q-25 Now! (2/3) pbobbl2j:0:4061D5:18:501:Start on Level Q-25 Now! (3/3) pbobbl2j:0:40AA93:11:001:Start on Level R-21 Now! pbobbl2j:0:4061D1:14:501:Start on Level R-21 Now! (2/3) pbobbl2j:0:4061D5:14:501:Start on Level R-21 Now! (3/3) pbobbl2j:0:40AA93:11:001:Start on Level R-22 Now! pbobbl2j:0:4061D1:15:501:Start on Level R-22 Now! (2/3) pbobbl2j:0:4061D5:15:501:Start on Level R-22 Now! (3/3) pbobbl2j:0:40AA93:11:001:Start on Level R-23 Now! pbobbl2j:0:4061D1:16:501:Start on Level R-23 Now! (2/3) pbobbl2j:0:4061D5:16:501:Start on Level R-23 Now! (3/3) pbobbl2j:0:40AA93:11:001:Start on Level R-24 Now! pbobbl2j:0:4061D1:17:501:Start on Level R-24 Now! (2/3) pbobbl2j:0:4061D5:17:501:Start on Level R-24 Now! (3/3) pbobbl2j:0:40AA93:11:001:Start on Level R-25 Now! pbobbl2j:0:4061D1:18:501:Start on Level R-25 Now! (2/3) pbobbl2j:0:4061D5:18:501:Start on Level R-25 Now! (3/3) pbobbl2j:0:40AA93:12:001:Start on Level S-21 Now! pbobbl2j:0:4061D1:14:501:Start on Level S-21 Now! (2/3) pbobbl2j:0:4061D5:14:501:Start on Level S-21 Now! (3/3) pbobbl2j:0:40AA93:12:001:Start on Level S-22 Now! pbobbl2j:0:4061D1:15:501:Start on Level S-22 Now! (2/3) pbobbl2j:0:4061D5:15:501:Start on Level S-22 Now! (3/3) pbobbl2j:0:40AA93:12:001:Start on Level S-23 Now! pbobbl2j:0:4061D1:16:501:Start on Level S-23 Now! (2/3) pbobbl2j:0:4061D5:16:501:Start on Level S-23 Now! (3/3) pbobbl2j:0:40AA93:12:001:Start on Level S-24 Now! pbobbl2j:0:4061D1:17:501:Start on Level S-24 Now! (2/3) pbobbl2j:0:4061D5:17:501:Start on Level S-24 Now! (3/3) pbobbl2j:0:40AA93:12:001:Start on Level S-25 Now! pbobbl2j:0:4061D1:18:501:Start on Level S-25 Now! (2/3) pbobbl2j:0:4061D5:18:501:Start on Level S-25 Now! (3/3) pbobbl2j:0:40AA93:13:001:Start on Level T-21 Now! pbobbl2j:0:4061D1:14:501:Start on Level T-21 Now! (2/3) pbobbl2j:0:4061D5:14:501:Start on Level T-21 Now! (3/3) pbobbl2j:0:40AA93:13:001:Start on Level T-22 Now! pbobbl2j:0:4061D1:15:501:Start on Level T-22 Now! (2/3) pbobbl2j:0:4061D5:15:501:Start on Level T-22 Now! (3/3) pbobbl2j:0:40AA93:13:001:Start on Level T-23 Now! pbobbl2j:0:4061D1:16:501:Start on Level T-23 Now! (2/3) pbobbl2j:0:4061D5:16:501:Start on Level T-23 Now! (3/3) pbobbl2j:0:40AA93:13:001:Start on Level T-24 Now! pbobbl2j:0:4061D1:17:501:Start on Level T-24 Now! (2/3) pbobbl2j:0:4061D5:17:501:Start on Level T-24 Now! (3/3) pbobbl2j:0:40AA93:13:001:Start on Level T-25 Now! pbobbl2j:0:4061D1:18:501:Start on Level T-25 Now! (2/3) pbobbl2j:0:4061D5:18:501:Start on Level T-25 Now! (3/3) pbobbl2j:0:40AA93:14:001:Start on Level U-26 Now! pbobbl2j:0:4061D1:19:501:Start on Level U-26 Now! (2/3) pbobbl2j:0:4061D5:19:501:Start on Level U-26 Now! (3/3) pbobbl2j:0:40AA93:14:001:Start on Level U-27 Now! pbobbl2j:0:4061D1:1A:501:Start on Level U-27 Now! (2/3) pbobbl2j:0:4061D5:1A:501:Start on Level U-27 Now! (3/3) pbobbl2j:0:40AA93:14:001:Start on Level U-28 Now! pbobbl2j:0:4061D1:1B:501:Start on Level U-28 Now! (2/3) pbobbl2j:0:4061D5:1B:501:Start on Level U-28 Now! (3/3) pbobbl2j:0:40AA93:14:001:Start on Level U-29 Now! pbobbl2j:0:4061D1:1C:501:Start on Level U-29 Now! (2/3) pbobbl2j:0:4061D5:1C:501:Start on Level U-29 Now! (3/3) pbobbl2j:0:40AA93:14:001:Start on Level U-30 Now! pbobbl2j:0:4061D1:1D:501:Start on Level U-30 Now! (2/3) pbobbl2j:0:4061D5:1D:501:Start on Level U-30 Now! (3/3) pbobbl2j:0:40AA93:15:001:Start on Level V-26 Now! pbobbl2j:0:4061D1:19:501:Start on Level V-26 Now! (2/3) pbobbl2j:0:4061D5:19:501:Start on Level V-26 Now! (3/3) pbobbl2j:0:40AA93:15:001:Start on Level V-27 Now! pbobbl2j:0:4061D1:1A:501:Start on Level V-27 Now! (2/3) pbobbl2j:0:4061D5:1A:501:Start on Level V-27 Now! (3/3) pbobbl2j:0:40AA93:15:001:Start on Level V-28 Now! pbobbl2j:0:4061D1:1B:501:Start on Level V-28 Now! (2/3) pbobbl2j:0:4061D5:1B:501:Start on Level V-28 Now! (3/3) pbobbl2j:0:40AA93:15:001:Start on Level V-29 Now! pbobbl2j:0:4061D1:1C:501:Start on Level V-29 Now! (2/3) pbobbl2j:0:4061D5:1C:501:Start on Level V-29 Now! (3/3) pbobbl2j:0:40AA93:15:001:Start on Level V-30 Now! pbobbl2j:0:4061D1:1D:501:Start on Level V-30 Now! (2/3) pbobbl2j:0:4061D5:1D:501:Start on Level V-30 Now! (3/3) pbobbl2j:0:40AA93:16:001:Start on Level W-26 Now! pbobbl2j:0:4061D1:19:501:Start on Level W-26 Now! (2/3) pbobbl2j:0:4061D5:19:501:Start on Level W-26 Now! (3/3) pbobbl2j:0:40AA93:16:001:Start on Level W-27 Now! pbobbl2j:0:4061D1:1A:501:Start on Level W-27 Now! (2/3) pbobbl2j:0:4061D5:1A:501:Start on Level W-27 Now! (3/3) pbobbl2j:0:40AA93:16:001:Start on Level W-28 Now! pbobbl2j:0:4061D1:1B:501:Start on Level W-28 Now! (2/3) pbobbl2j:0:4061D5:1B:501:Start on Level W-28 Now! (3/3) pbobbl2j:0:40AA93:16:001:Start on Level W-29 Now! pbobbl2j:0:4061D1:1C:501:Start on Level W-29 Now! (2/3) pbobbl2j:0:4061D5:1C:501:Start on Level W-29 Now! (3/3) pbobbl2j:0:40AA93:16:001:Start on Level W-30 Now! pbobbl2j:0:4061D1:1D:501:Start on Level W-30 Now! (2/3) pbobbl2j:0:4061D5:1D:501:Start on Level W-30 Now! (3/3) pbobbl2j:0:40AA93:17:001:Start on Level ?-26 Now! pbobbl2j:0:4061D1:19:501:Start on Level ?-26 Now! (2/3) pbobbl2j:0:4061D5:19:501:Start on Level ?-26 Now! (3/3) pbobbl2j:0:40AA93:17:001:Start on Level ?-27 Now! pbobbl2j:0:4061D1:1A:501:Start on Level ?-27 Now! (2/3) pbobbl2j:0:4061D5:1A:501:Start on Level ?-27 Now! (3/3) pbobbl2j:0:40AA93:17:001:Start on Level ?-28 Now! pbobbl2j:0:4061D1:1B:501:Start on Level ?-28 Now! (2/3) pbobbl2j:0:4061D5:1B:501:Start on Level ?-28 Now! (3/3) pbobbl2j:0:40AA93:17:001:Start on Level ?-29 Now! pbobbl2j:0:4061D1:1C:501:Start on Level ?-29 Now! (2/3) pbobbl2j:0:4061D5:1C:501:Start on Level ?-29 Now! (3/3) pbobbl2j:0:40AA93:17:001:Start on Level ?-30 Now! pbobbl2j:0:4061D1:1D:501:Start on Level ?-30 Now! (2/3) pbobbl2j:0:4061D5:1D:501:Start on Level ?-30 Now! (3/3) pbobbl2j:0:40AA93:18:001:Start on Level X-26 Now! pbobbl2j:0:4061D1:19:501:Start on Level X-26 Now! (2/3) pbobbl2j:0:4061D5:19:501:Start on Level X-26 Now! (3/3) pbobbl2j:0:40AA93:18:001:Start on Level X-27 Now! pbobbl2j:0:4061D1:1A:501:Start on Level X-27 Now! (2/3) pbobbl2j:0:4061D5:1A:501:Start on Level X-27 Now! (3/3) pbobbl2j:0:40AA93:18:001:Start on Level X-28 Now! pbobbl2j:0:4061D1:1B:501:Start on Level X-28 Now! (2/3) pbobbl2j:0:4061D5:1B:501:Start on Level X-28 Now! (3/3) pbobbl2j:0:40AA93:18:001:Start on Level X-29 Now! pbobbl2j:0:4061D1:1C:501:Start on Level X-29 Now! (2/3) pbobbl2j:0:4061D5:1C:501:Start on Level X-29 Now! (3/3) pbobbl2j:0:40AA93:18:001:Start on Level X-30 Now! pbobbl2j:0:4061D1:1D:501:Start on Level X-30 Now! (2/3) pbobbl2j:0:4061D5:1D:501:Start on Level X-30 Now! (3/3) pbobbl2j:0:40AA93:19:001:Start on Level Y-26 Now! pbobbl2j:0:4061D1:19:501:Start on Level Y-26 Now! (2/3) pbobbl2j:0:4061D5:19:501:Start on Level Y-26 Now! (3/3) pbobbl2j:0:40AA93:19:001:Start on Level Y-27 Now! pbobbl2j:0:4061D1:1A:501:Start on Level Y-27 Now! (2/3) pbobbl2j:0:4061D5:1A:501:Start on Level Y-27 Now! (3/3) pbobbl2j:0:40AA93:19:001:Start on Level Y-28 Now! pbobbl2j:0:4061D1:1B:501:Start on Level Y-28 Now! (2/3) pbobbl2j:0:4061D5:1B:501:Start on Level Y-28 Now! (3/3) pbobbl2j:0:40AA93:19:001:Start on Level Y-29 Now! pbobbl2j:0:4061D1:1C:501:Start on Level Y-29 Now! (2/3) pbobbl2j:0:4061D5:1C:501:Start on Level Y-29 Now! (3/3) pbobbl2j:0:40AA93:19:001:Start on Level Y-30 Now! pbobbl2j:0:4061D1:1D:501:Start on Level Y-30 Now! (2/3) pbobbl2j:0:4061D5:1D:501:Start on Level Y-30 Now! (3/3) pbobbl2j:0:40AA93:1A:001:Start on Level Z-26 Now! pbobbl2j:0:4061D1:19:501:Start on Level Z-26 Now! (2/3) pbobbl2j:0:4061D5:19:501:Start on Level Z-26 Now! (3/3) pbobbl2j:0:40AA93:1A:001:Start on Level Z-27 Now! pbobbl2j:0:4061D1:1A:501:Start on Level Z-27 Now! (2/3) pbobbl2j:0:4061D5:1A:501:Start on Level Z-27 Now! (3/3) pbobbl2j:0:40AA93:1A:001:Start on Level Z-28 Now! pbobbl2j:0:4061D1:1B:501:Start on Level Z-28 Now! (2/3) pbobbl2j:0:4061D5:1B:501:Start on Level Z-28 Now! (3/3) pbobbl2j:0:40AA93:1A:001:Start on Level Z-29 Now! pbobbl2j:0:4061D1:1C:501:Start on Level Z-29 Now! (2/3) pbobbl2j:0:4061D5:1C:501:Start on Level Z-29 Now! (3/3) pbobbl2j:0:40AA93:1A:001:Start on Level Z-30 Now! pbobbl2j:0:4061D1:1D:501:Start on Level Z-30 Now! (2/3) pbobbl2j:0:4061D5:1D:501:Start on Level Z-30 Now! (3/3) pbobbl2j:0:000000:00:999:[ Use the following cheats when you are playing ] pbobbl2j:0:000000:00:999:[ they allow you to go to the level before the ] pbobbl2j:0:000000:00:999:[ Path ] pbobbl2j:0:40AA93:00:001:Go to Level A-05 Next! pbobbl2j:0:4061D1:03:501:Go to Level A-05 Next! (2/3) pbobbl2j:0:4061D5:03:501:Go to Level A-05 Next! (3/3) pbobbl2j:0:40AA93:01:001:Go to Level B-05 Next! pbobbl2j:0:4061D1:03:501:Go to Level B-05 Next! (2/3) pbobbl2j:0:4061D5:03:501:Go to Level B-05 Next! (3/3) pbobbl2j:0:40AA93:02:001:Go to Level C-10 Next! pbobbl2j:0:4061D1:08:501:Go to Level C-10 Next! (2/3) pbobbl2j:0:4061D5:08:501:Go to Level C-10 Next! (3/3) pbobbl2j:0:40AA93:03:001:Go to Level D-10 Next! pbobbl2j:0:4061D1:08:501:Go to Level D-10 Next! (2/3) pbobbl2j:0:4061D5:08:501:Go to Level D-10 Next! (3/3) pbobbl2j:0:40AA93:04:001:Go to Level E-10 Next! pbobbl2j:0:4061D1:08:501:Go to Level E-10 Next! (2/3) pbobbl2j:0:4061D5:08:501:Go to Level E-10 Next! (3/3) pbobbl2j:0:40AA93:05:001:Go to Level F-15 Next! pbobbl2j:0:4061D1:0F:501:Go to Level F-15 Next! (2/3) pbobbl2j:0:4061D5:0F:501:Go to Level F-15 Next! (3/3) pbobbl2j:0:40AA93:06:001:Go to Level G-15 Next! pbobbl2j:0:4061D1:0F:501:Go to Level G-15 Next! (2/3) pbobbl2j:0:4061D5:0F:501:Go to Level G-15 Next! (3/3) pbobbl2j:0:40AA93:07:001:Go to Level H-15 Next! pbobbl2j:0:4061D1:0F:501:Go to Level H-15 Next! (2/3) pbobbl2j:0:4061D5:0F:501:Go to Level H-15 Next! (3/3) pbobbl2j:0:40AA93:08:001:Go to Level I-15 Next! pbobbl2j:0:4061D1:0F:501:Go to Level I-15 Next! (2/3) pbobbl2j:0:4061D5:0F:501:Go to Level I-15 Next! (3/3) pbobbl2j:0:40AA93:09:001:Go to Level J-20 Next! pbobbl2j:0:4061D1:12:501:Go to Level J-20 Next! (2/3) pbobbl2j:0:4061D5:12:501:Go to Level J-20 Next! (3/3) pbobbl2j:0:40AA93:0A:001:Go to Level K-20 Next! pbobbl2j:0:4061D1:12:501:Go to Level K-20 Next! (2/3) pbobbl2j:0:4061D5:12:501:Go to Level K-20 Next! (3/3) pbobbl2j:0:40AA93:0B:001:Go to Level L-20 Next! pbobbl2j:0:4061D1:12:501:Go to Level L-20 Next! (2/3) pbobbl2j:0:4061D5:12:501:Go to Level L-20 Next! (3/3) pbobbl2j:0:40AA93:0C:001:Go to Level M-20 Next! pbobbl2j:0:4061D1:12:501:Go to Level M-20 Next! (2/3) pbobbl2j:0:4061D5:12:501:Go to Level M-20 Next! (3/3) pbobbl2j:0:40AA93:0D:001:Go to Level N-20 Next! pbobbl2j:0:4061D1:12:501:Go to Level N-20 Next! (2/3) pbobbl2j:0:4061D5:12:501:Go to Level N-20 Next! (3/3) pbobbl2j:0:40AA93:0E:001:Go to Level O-25 Next! pbobbl2j:0:4061D1:17:501:Go to Level O-25 Next! (2/3) pbobbl2j:0:4061D5:17:501:Go to Level O-25 Next! (3/3) pbobbl2j:0:40AA93:0F:001:Go to Level P-25 Next! pbobbl2j:0:4061D1:17:501:Go to Level P-25 Next! (2/3) pbobbl2j:0:4061D5:17:501:Go to Level P-25 Next! (3/3) pbobbl2j:0:40AA93:10:001:Go to Level Q-25 Next! pbobbl2j:0:4061D1:17:501:Go to Level Q-25 Next! (2/3) pbobbl2j:0:4061D5:17:501:Go to Level Q-25 Next! (3/3) pbobbl2j:0:40AA93:11:001:Go to Level R-25 Next! pbobbl2j:0:4061D1:17:501:Go to Level R-25 Next! (2/3) pbobbl2j:0:4061D5:17:501:Go to Level R-25 Next! (3/3) pbobbl2j:0:40AA93:12:001:Go to Level S-25 Next! pbobbl2j:0:4061D1:17:501:Go to Level S-25 Next! (2/3) pbobbl2j:0:4061D5:17:501:Go to Level S-25 Next! (3/3) pbobbl2j:0:40AA93:13:001:Go to Level T-25 Next! pbobbl2j:0:4061D1:17:501:Go to Level T-25 Next! (2/3) pbobbl2j:0:4061D5:17:501:Go to Level T-25 Next! (3/3) pbobbl2j:0:40AA93:14:001:Go to Level U-30 Next! pbobbl2j:0:4061D1:1C:501:Go to Level U-30 Next! (2/3) pbobbl2j:0:4061D5:1C:501:Go to Level U-30 Next! (3/3) pbobbl2j:0:40AA93:15:001:Go to Level V-30 Next! pbobbl2j:0:4061D1:1C:501:Go to Level V-30 Next! (2/3) pbobbl2j:0:4061D5:1C:501:Go to Level V-30 Next! (3/3) pbobbl2j:0:40AA93:16:001:Go to Level W-30 Next! pbobbl2j:0:4061D1:1C:501:Go to Level W-30 Next! (2/3) pbobbl2j:0:4061D5:1C:501:Go to Level W-30 Next! (3/3) pbobbl2j:0:40AA93:17:001:Go to Level ?-30 Next! pbobbl2j:0:4061D1:1C:501:Go to Level ?-30 Next! (2/3) pbobbl2j:0:4061D5:1C:501:Go to Level ?-30 Next! (3/3) pbobbl2j:0:40AA93:18:001:Go to Level X-30 Next! pbobbl2j:0:4061D1:1C:501:Go to Level X-30 Next! (2/3) pbobbl2j:0:4061D5:1C:501:Go to Level X-30 Next! (3/3) pbobbl2j:0:40AA93:19:001:Go to Level Y-30 Next! pbobbl2j:0:4061D1:1C:501:Go to Level Y-30 Next! (2/3) pbobbl2j:0:4061D5:1C:501:Go to Level Y-30 Next! (3/3) pbobbl2j:0:40AA93:1A:001:Go to Level Z-30 Next! pbobbl2j:0:4061D1:1C:501:Go to Level Z-30 Next! (2/3) pbobbl2j:0:4061D5:1C:501:Go to Level Z-30 Next! (3/3) pbobbl2j:0:000000:00:999:[ After you enable these region cheats to see any ] pbobbl2j:0:000000:00:999:[ effect you will have to reset the game (F3). ] pbobbl2j:0:000000:00:999:[ Then you will have to turn the Test Mode ON(F2), ] pbobbl2j:0:000000:00:999:[ wait for Test Mode to appear and reset again(F3) ] pbobbl2j:0:0FFFFF:01:100:Region Switch = Japan:Puzzle Bobble 2 pbobbl2j:0:0FFFFF:02:100:Region Switch = US:Bust-A-Move Again pbobbl2j:0:0FFFFF:03:100:Region Switch = World:Puzzle Bobble 2 ; [ Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo) ] pbobbl2n:0:10D617:14:000:Infinite Time PL1 pbobbl2n:0:10D6AD:14:000:Infinite Time PL2 pbobbl2n:0:000000:00:999:[ These cheats are for use during Puzzle Mode ] pbobbl2n:0:105834:FF:000:Help line "ON" pbobbl2n:0:105834:00:001:Help line "OFF" pbobbl2n:0:000000:00:999:[ The following cheats work from the "select ] pbobbl2n:0:000000:00:999:[ path" screen. Press "Pause" & activate the ] pbobbl2n:0:000000:00:999:[ required cheat, then unpause and then press ] pbobbl2n:0:000000:00:999:[ "A" the select button. ] pbobbl2n:0:000000:00:999:[ Warning! Moving the pointer will reset ] pbobbl2n:0:000000:00:999:[ these round cheats! ] pbobbl2n:0:10E701:00:001:Start on Level A-01 Now! pbobbl2n:0:10582D:00:501:Start on Level A-01 Now! (2/3) pbobbl2n:0:105831:00:501:Start on Level A-01 Now! (3/3) pbobbl2n:0:10E701:00:001:Start on Level A-02 Now! pbobbl2n:0:10582D:01:501:Start on Level A-02 Now! (2/3) pbobbl2n:0:105831:01:501:Start on Level A-02 Now! (3/3) pbobbl2n:0:10E701:00:001:Start on Level A-03 Now! pbobbl2n:0:10582D:02:501:Start on Level A-03 Now! (2/3) pbobbl2n:0:105831:02:501:Start on Level A-03 Now! (3/3) pbobbl2n:0:10E701:00:001:Start on Level A-04 Now! pbobbl2n:0:10582D:03:501:Start on Level A-04 Now! (2/3) pbobbl2n:0:105831:03:501:Start on Level A-04 Now! (3/3) pbobbl2n:0:10E701:00:001:Start on Level A-05 Now! pbobbl2n:0:10582D:04:501:Start on Level A-05 Now! (2/3) pbobbl2n:0:105831:04:501:Start on Level A-05 Now! (3/3) pbobbl2n:0:10E701:01:001:Start on Level B-01 Now! pbobbl2n:0:10582D:00:501:Start on Level B-01 Now! (2/3) pbobbl2n:0:105831:00:501:Start on Level B-01 Now! (3/3) pbobbl2n:0:10E701:01:001:Start on Level B-02 Now! pbobbl2n:0:10582D:01:501:Start on Level B-02 Now! (2/3) pbobbl2n:0:105831:01:501:Start on Level B-02 Now! (3/3) pbobbl2n:0:10E701:01:001:Start on Level B-03 Now! pbobbl2n:0:10582D:02:501:Start on Level B-03 Now! (2/3) pbobbl2n:0:105831:02:501:Start on Level B-03 Now! (3/3) pbobbl2n:0:10E701:01:001:Start on Level B-04 Now! pbobbl2n:0:10582D:03:501:Start on Level B-04 Now! (2/3) pbobbl2n:0:105831:03:501:Start on Level B-04 Now! (3/3) pbobbl2n:0:10E701:01:001:Start on Level B-05 Now! pbobbl2n:0:10582D:04:501:Start on Level B-05 Now! (2/3) pbobbl2n:0:105831:04:501:Start on Level B-05 Now! (3/3) pbobbl2n:0:10E701:02:001:Start on Level C-06 Now! pbobbl2n:0:10582D:05:501:Start on Level C-06 Now! (2/3) pbobbl2n:0:105831:05:501:Start on Level C-06 Now! (3/3) pbobbl2n:0:10E701:02:001:Start on Level C-07 Now! pbobbl2n:0:10582D:06:501:Start on Level C-07 Now! (2/3) pbobbl2n:0:105831:06:501:Start on Level C-07 Now! (3/3) pbobbl2n:0:10E701:02:001:Start on Level C-08 Now! pbobbl2n:0:10582D:07:501:Start on Level C-08 Now! (2/3) pbobbl2n:0:105831:07:501:Start on Level C-08 Now! (3/3) pbobbl2n:0:10E701:02:001:Start on Level C-09 Now! pbobbl2n:0:10582D:08:501:Start on Level C-09 Now! (2/3) pbobbl2n:0:105831:08:501:Start on Level C-09 Now! (3/3) pbobbl2n:0:10E701:02:001:Start on Level C-10 Now! pbobbl2n:0:10582D:09:501:Start on Level C-10 Now! (2/3) pbobbl2n:0:105831:09:501:Start on Level C-10 Now! (3/3) pbobbl2n:0:10E701:03:001:Start on Level D-06 Now! pbobbl2n:0:10582D:05:501:Start on Level D-06 Now! (2/3) pbobbl2n:0:105831:05:501:Start on Level D-06 Now! (3/3) pbobbl2n:0:10E701:03:001:Start on Level D-07 Now! pbobbl2n:0:10582D:06:501:Start on Level D-07 Now! (2/3) pbobbl2n:0:105831:06:501:Start on Level D-07 Now! (3/3) pbobbl2n:0:10E701:03:001:Start on Level D-08 Now! pbobbl2n:0:10582D:07:501:Start on Level D-08 Now! (2/3) pbobbl2n:0:105831:07:501:Start on Level D-08 Now! (3/3) pbobbl2n:0:10E701:03:001:Start on Level D-09 Now! pbobbl2n:0:10582D:08:501:Start on Level D-09 Now! (2/3) pbobbl2n:0:105831:08:501:Start on Level D-09 Now! (3/3) pbobbl2n:0:10E701:03:001:Start on Level D-10 Now! pbobbl2n:0:10582D:09:501:Start on Level D-10 Now! (2/3) pbobbl2n:0:105831:09:501:Start on Level D-10 Now! (3/3) pbobbl2n:0:10E701:04:001:Start on Level E-06 Now! pbobbl2n:0:10582D:05:501:Start on Level E-06 Now! (2/3) pbobbl2n:0:105831:05:501:Start on Level E-06 Now! (3/3) pbobbl2n:0:10E701:04:001:Start on Level E-07 Now! pbobbl2n:0:10582D:06:501:Start on Level E-07 Now! (2/3) pbobbl2n:0:105831:06:501:Start on Level E-07 Now! (3/3) pbobbl2n:0:10E701:04:001:Start on Level E-08 Now! pbobbl2n:0:10582D:07:501:Start on Level E-08 Now! (2/3) pbobbl2n:0:105831:07:501:Start on Level E-08 Now! (3/3) pbobbl2n:0:10E701:04:001:Start on Level E-09 Now! pbobbl2n:0:10582D:08:501:Start on Level E-09 Now! (2/3) pbobbl2n:0:105831:08:501:Start on Level E-09 Now! (3/3) pbobbl2n:0:10E701:04:001:Start on Level E-10 Now! pbobbl2n:0:10582D:09:501:Start on Level E-10 Now! (2/3) pbobbl2n:0:105831:09:501:Start on Level E-10 Now! (3/3) pbobbl2n:0:10E701:05:001:Start on Level F-11 Now! pbobbl2n:0:10582D:0A:501:Start on Level F-11 Now! (2/3) pbobbl2n:0:105831:0A:501:Start on Level F-11 Now! (3/3) pbobbl2n:0:10E701:05:001:Start on Level F-12 Now! pbobbl2n:0:10582D:0B:501:Start on Level F-12 Now! (2/3) pbobbl2n:0:105831:0B:501:Start on Level F-12 Now! (3/3) pbobbl2n:0:10E701:05:001:Start on Level F-13 Now! pbobbl2n:0:10582D:0C:501:Start on Level F-13 Now! (2/3) pbobbl2n:0:105831:0C:501:Start on Level F-13 Now! (3/3) pbobbl2n:0:10E701:05:001:Start on Level F-14 Now! pbobbl2n:0:10582D:0D:501:Start on Level F-14 Now! (2/3) pbobbl2n:0:105831:0D:501:Start on Level F-14 Now! (3/3) pbobbl2n:0:10E701:05:001:Start on Level F-15 Now! pbobbl2n:0:10582D:0E:501:Start on Level F-15 Now! (2/3) pbobbl2n:0:105831:0E:501:Start on Level F-15 Now! (3/3) pbobbl2n:0:10E701:06:001:Start on Level G-11 Now! pbobbl2n:0:10582D:0A:501:Start on Level G-11 Now! (2/3) pbobbl2n:0:105831:0A:501:Start on Level G-11 Now! (3/3) pbobbl2n:0:10E701:06:001:Start on Level G-12 Now! pbobbl2n:0:10582D:0B:501:Start on Level G-12 Now! (2/3) pbobbl2n:0:105831:0B:501:Start on Level G-12 Now! (3/3) pbobbl2n:0:10E701:06:001:Start on Level G-13 Now! pbobbl2n:0:10582D:0C:501:Start on Level G-13 Now! (2/3) pbobbl2n:0:105831:0C:501:Start on Level G-13 Now! (3/3) pbobbl2n:0:10E701:06:001:Start on Level G-14 Now! pbobbl2n:0:10582D:0D:501:Start on Level G-14 Now! (2/3) pbobbl2n:0:105831:0D:501:Start on Level G-14 Now! (3/3) pbobbl2n:0:10E701:06:001:Start on Level G-15 Now! pbobbl2n:0:10582D:0E:501:Start on Level G-15 Now! (2/3) pbobbl2n:0:105831:0E:501:Start on Level G-15 Now! (3/3) pbobbl2n:0:10E701:07:001:Start on Level H-11 Now! pbobbl2n:0:10582D:0A:501:Start on Level H-11 Now! (2/3) pbobbl2n:0:105831:0A:501:Start on Level H-11 Now! (3/3) pbobbl2n:0:10E701:07:001:Start on Level H-12 Now! pbobbl2n:0:10582D:0B:501:Start on Level H-12 Now! (2/3) pbobbl2n:0:105831:0B:501:Start on Level H-12 Now! (3/3) pbobbl2n:0:10E701:07:001:Start on Level H-13 Now! pbobbl2n:0:10582D:0C:501:Start on Level H-13 Now! (2/3) pbobbl2n:0:105831:0C:501:Start on Level H-13 Now! (3/3) pbobbl2n:0:10E701:07:001:Start on Level H-14 Now! pbobbl2n:0:10582D:0D:501:Start on Level H-14 Now! (2/3) pbobbl2n:0:105831:0D:501:Start on Level H-14 Now! (3/3) pbobbl2n:0:10E701:07:001:Start on Level H-15 Now! pbobbl2n:0:10582D:0E:501:Start on Level H-15 Now! (2/3) pbobbl2n:0:105831:0E:501:Start on Level H-15 Now! (3/3) pbobbl2n:0:10E701:08:001:Start on Level I-11 Now! pbobbl2n:0:10582D:0A:501:Start on Level I-11 Now! (2/3) pbobbl2n:0:105831:0A:501:Start on Level I-11 Now! (3/3) pbobbl2n:0:10E701:08:001:Start on Level I-12 Now! pbobbl2n:0:10582D:0B:501:Start on Level I-12 Now! (2/3) pbobbl2n:0:105831:0B:501:Start on Level I-12 Now! (3/3) pbobbl2n:0:10E701:08:001:Start on Level I-13 Now! pbobbl2n:0:10582D:0C:501:Start on Level I-13 Now! (2/3) pbobbl2n:0:105831:0C:501:Start on Level I-13 Now! (3/3) pbobbl2n:0:10E701:08:001:Start on Level I-14 Now! pbobbl2n:0:10582D:0D:501:Start on Level I-14 Now! (2/3) pbobbl2n:0:105831:0D:501:Start on Level I-14 Now! (3/3) pbobbl2n:0:10E701:08:001:Start on Level I-15 Now! pbobbl2n:0:10582D:0E:501:Start on Level I-15 Now! (2/3) pbobbl2n:0:105831:0E:501:Start on Level I-15 Now! (3/3) pbobbl2n:0:10E701:09:001:Start on Level J-16 Now! pbobbl2n:0:10582D:0F:501:Start on Level J-16 Now! (2/3) pbobbl2n:0:105831:0F:501:Start on Level J-16 Now! (3/3) pbobbl2n:0:10E701:09:001:Start on Level J-17 Now! pbobbl2n:0:10582D:10:501:Start on Level J-17 Now! (2/3) pbobbl2n:0:105831:10:501:Start on Level J-17 Now! (3/3) pbobbl2n:0:10E701:09:001:Start on Level J-18 Now! pbobbl2n:0:10582D:11:501:Start on Level J-18 Now! (2/3) pbobbl2n:0:105831:11:501:Start on Level J-18 Now! (3/3) pbobbl2n:0:10E701:09:001:Start on Level J-19 Now! pbobbl2n:0:10582D:12:501:Start on Level J-19 Now! (2/3) pbobbl2n:0:105831:12:501:Start on Level J-19 Now! (3/3) pbobbl2n:0:10E701:09:001:Start on Level J-20 Now! pbobbl2n:0:10582D:13:501:Start on Level J-20 Now! (2/3) pbobbl2n:0:105831:13:501:Start on Level J-20 Now! (3/3) pbobbl2n:0:10E701:0A:001:Start on Level K-16 Now! pbobbl2n:0:10582D:0F:501:Start on Level K-16 Now! (2/3) pbobbl2n:0:105831:0F:501:Start on Level K-16 Now! (3/3) pbobbl2n:0:10E701:0A:001:Start on Level K-17 Now! pbobbl2n:0:10582D:10:501:Start on Level K-17 Now! (2/3) pbobbl2n:0:105831:10:501:Start on Level K-17 Now! (3/3) pbobbl2n:0:10E701:0A:001:Start on Level K-18 Now! pbobbl2n:0:10582D:11:501:Start on Level K-18 Now! (2/3) pbobbl2n:0:105831:11:501:Start on Level K-18 Now! (3/3) pbobbl2n:0:10E701:0A:001:Start on Level K-19 Now! pbobbl2n:0:10582D:12:501:Start on Level K-19 Now! (2/3) pbobbl2n:0:105831:12:501:Start on Level K-19 Now! (3/3) pbobbl2n:0:10E701:0A:001:Start on Level K-20 Now! pbobbl2n:0:10582D:13:501:Start on Level K-20 Now! (2/3) pbobbl2n:0:105831:13:501:Start on Level K-20 Now! (3/3) pbobbl2n:0:10E701:0B:001:Start on Level L-16 Now! pbobbl2n:0:10582D:0F:501:Start on Level L-16 Now! (2/3) pbobbl2n:0:105831:0F:501:Start on Level L-16 Now! (3/3) pbobbl2n:0:10E701:0B:001:Start on Level L-17 Now! pbobbl2n:0:10582D:10:501:Start on Level L-17 Now! (2/3) pbobbl2n:0:105831:10:501:Start on Level L-17 Now! (3/3) pbobbl2n:0:10E701:0B:001:Start on Level L-18 Now! pbobbl2n:0:10582D:11:501:Start on Level L-18 Now! (2/3) pbobbl2n:0:105831:11:501:Start on Level L-18 Now! (3/3) pbobbl2n:0:10E701:0B:001:Start on Level L-19 Now! pbobbl2n:0:10582D:12:501:Start on Level L-19 Now! (2/3) pbobbl2n:0:105831:12:501:Start on Level L-19 Now! (3/3) pbobbl2n:0:10E701:0B:001:Start on Level L-20 Now! pbobbl2n:0:10582D:13:501:Start on Level L-20 Now! (2/3) pbobbl2n:0:105831:13:501:Start on Level L-20 Now! (3/3) pbobbl2n:0:10E701:0C:001:Start on Level M-16 Now! pbobbl2n:0:10582D:0F:501:Start on Level M-16 Now! (2/3) pbobbl2n:0:105831:0F:501:Start on Level M-16 Now! (3/3) pbobbl2n:0:10E701:0C:001:Start on Level M-17 Now! pbobbl2n:0:10582D:10:501:Start on Level M-17 Now! (2/3) pbobbl2n:0:105831:10:501:Start on Level M-17 Now! (3/3) pbobbl2n:0:10E701:0C:001:Start on Level M-18 Now! pbobbl2n:0:10582D:11:501:Start on Level M-18 Now! (2/3) pbobbl2n:0:105831:11:501:Start on Level M-18 Now! (3/3) pbobbl2n:0:10E701:0C:001:Start on Level M-19 Now! pbobbl2n:0:10582D:12:501:Start on Level M-19 Now! (2/3) pbobbl2n:0:105831:12:501:Start on Level M-19 Now! (3/3) pbobbl2n:0:10E701:0C:001:Start on Level M-20 Now! pbobbl2n:0:10582D:13:501:Start on Level M-20 Now! (2/3) pbobbl2n:0:105831:13:501:Start on Level M-20 Now! (3/3) pbobbl2n:0:10E701:0D:001:Start on Level N-16 Now! pbobbl2n:0:10582D:0F:501:Start on Level N-16 Now! (2/3) pbobbl2n:0:105831:0F:501:Start on Level N-16 Now! (3/3) pbobbl2n:0:10E701:0D:001:Start on Level N-17 Now! pbobbl2n:0:10582D:10:501:Start on Level N-17 Now! (2/3) pbobbl2n:0:105831:10:501:Start on Level N-17 Now! (3/3) pbobbl2n:0:10E701:0D:001:Start on Level N-18 Now! pbobbl2n:0:10582D:11:501:Start on Level N-18 Now! (2/3) pbobbl2n:0:105831:11:501:Start on Level N-18 Now! (3/3) pbobbl2n:0:10E701:0D:001:Start on Level N-19 Now! pbobbl2n:0:10582D:12:501:Start on Level N-19 Now! (2/3) pbobbl2n:0:105831:12:501:Start on Level N-19 Now! (3/3) pbobbl2n:0:10E701:0D:001:Start on Level N-20 Now! pbobbl2n:0:10582D:13:501:Start on Level N-20 Now! (2/3) pbobbl2n:0:105831:13:501:Start on Level N-20 Now! (3/3) pbobbl2n:0:10E701:0E:001:Start on Level O-21 Now! pbobbl2n:0:10582D:14:501:Start on Level O-21 Now! (2/3) pbobbl2n:0:105831:14:501:Start on Level O-21 Now! (3/3) pbobbl2n:0:10E701:0E:001:Start on Level O-22 Now! pbobbl2n:0:10582D:15:501:Start on Level O-22 Now! (2/3) pbobbl2n:0:105831:15:501:Start on Level O-22 Now! (3/3) pbobbl2n:0:10E701:0E:001:Start on Level O-23 Now! pbobbl2n:0:10582D:16:501:Start on Level O-23 Now! (2/3) pbobbl2n:0:105831:16:501:Start on Level O-23 Now! (3/3) pbobbl2n:0:10E701:0E:001:Start on Level O-24 Now! pbobbl2n:0:10582D:17:501:Start on Level O-24 Now! (2/3) pbobbl2n:0:105831:17:501:Start on Level O-24 Now! (3/3) pbobbl2n:0:10E701:0E:001:Start on Level O-25 Now! pbobbl2n:0:10582D:18:501:Start on Level O-25 Now! (2/3) pbobbl2n:0:105831:18:501:Start on Level O-25 Now! (3/3) pbobbl2n:0:10E701:0F:001:Start on Level P-21 Now! pbobbl2n:0:10582D:14:501:Start on Level P-21 Now! (2/3) pbobbl2n:0:105831:14:501:Start on Level P-21 Now! (3/3) pbobbl2n:0:10E701:0F:001:Start on Level P-22 Now! pbobbl2n:0:10582D:15:501:Start on Level P-22 Now! (2/3) pbobbl2n:0:105831:15:501:Start on Level P-22 Now! (3/3) pbobbl2n:0:10E701:0F:001:Start on Level P-23 Now! pbobbl2n:0:10582D:16:501:Start on Level P-23 Now! (2/3) pbobbl2n:0:105831:16:501:Start on Level P-23 Now! (3/3) pbobbl2n:0:10E701:0F:001:Start on Level P-24 Now! pbobbl2n:0:10582D:17:501:Start on Level P-24 Now! (2/3) pbobbl2n:0:105831:17:501:Start on Level P-24 Now! (3/3) pbobbl2n:0:10E701:0F:001:Start on Level P-25 Now! pbobbl2n:0:10582D:18:501:Start on Level P-25 Now! (2/3) pbobbl2n:0:105831:18:501:Start on Level P-25 Now! (3/3) pbobbl2n:0:10E701:10:001:Start on Level Q-21 Now! pbobbl2n:0:10582D:14:501:Start on Level Q-21 Now! (2/3) pbobbl2n:0:105831:14:501:Start on Level Q-21 Now! (3/3) pbobbl2n:0:10E701:10:001:Start on Level Q-22 Now! pbobbl2n:0:10582D:15:501:Start on Level Q-22 Now! (2/3) pbobbl2n:0:105831:15:501:Start on Level Q-22 Now! (3/3) pbobbl2n:0:10E701:10:001:Start on Level Q-23 Now! pbobbl2n:0:10582D:16:501:Start on Level Q-23 Now! (2/3) pbobbl2n:0:105831:16:501:Start on Level Q-23 Now! (3/3) pbobbl2n:0:10E701:10:001:Start on Level Q-24 Now! pbobbl2n:0:10582D:17:501:Start on Level Q-24 Now! (2/3) pbobbl2n:0:105831:17:501:Start on Level Q-24 Now! (3/3) pbobbl2n:0:10E701:10:001:Start on Level Q-25 Now! pbobbl2n:0:10582D:18:501:Start on Level Q-25 Now! (2/3) pbobbl2n:0:105831:18:501:Start on Level Q-25 Now! (3/3) pbobbl2n:0:10E701:11:001:Start on Level R-21 Now! pbobbl2n:0:10582D:14:501:Start on Level R-21 Now! (2/3) pbobbl2n:0:105831:14:501:Start on Level R-21 Now! (3/3) pbobbl2n:0:10E701:11:001:Start on Level R-22 Now! pbobbl2n:0:10582D:15:501:Start on Level R-22 Now! (2/3) pbobbl2n:0:105831:15:501:Start on Level R-22 Now! (3/3) pbobbl2n:0:10E701:11:001:Start on Level R-23 Now! pbobbl2n:0:10582D:16:501:Start on Level R-23 Now! (2/3) pbobbl2n:0:105831:16:501:Start on Level R-23 Now! (3/3) pbobbl2n:0:10E701:11:001:Start on Level R-24 Now! pbobbl2n:0:10582D:17:501:Start on Level R-24 Now! (2/3) pbobbl2n:0:105831:17:501:Start on Level R-24 Now! (3/3) pbobbl2n:0:10E701:11:001:Start on Level R-25 Now! pbobbl2n:0:10582D:18:501:Start on Level R-25 Now! (2/3) pbobbl2n:0:105831:18:501:Start on Level R-25 Now! (3/3) pbobbl2n:0:10E701:12:001:Start on Level S-21 Now! pbobbl2n:0:10582D:14:501:Start on Level S-21 Now! (2/3) pbobbl2n:0:105831:14:501:Start on Level S-21 Now! (3/3) pbobbl2n:0:10E701:12:001:Start on Level S-22 Now! pbobbl2n:0:10582D:15:501:Start on Level S-22 Now! (2/3) pbobbl2n:0:105831:15:501:Start on Level S-22 Now! (3/3) pbobbl2n:0:10E701:12:001:Start on Level S-23 Now! pbobbl2n:0:10582D:16:501:Start on Level S-23 Now! (2/3) pbobbl2n:0:105831:16:501:Start on Level S-23 Now! (3/3) pbobbl2n:0:10E701:12:001:Start on Level S-24 Now! pbobbl2n:0:10582D:17:501:Start on Level S-24 Now! (2/3) pbobbl2n:0:105831:17:501:Start on Level S-24 Now! (3/3) pbobbl2n:0:10E701:12:001:Start on Level S-25 Now! pbobbl2n:0:10582D:18:501:Start on Level S-25 Now! (2/3) pbobbl2n:0:105831:18:501:Start on Level S-25 Now! (3/3) pbobbl2n:0:10E701:13:001:Start on Level T-21 Now! pbobbl2n:0:10582D:14:501:Start on Level T-21 Now! (2/3) pbobbl2n:0:105831:14:501:Start on Level T-21 Now! (3/3) pbobbl2n:0:10E701:13:001:Start on Level T-22 Now! pbobbl2n:0:10582D:15:501:Start on Level T-22 Now! (2/3) pbobbl2n:0:105831:15:501:Start on Level T-22 Now! (3/3) pbobbl2n:0:10E701:13:001:Start on Level T-23 Now! pbobbl2n:0:10582D:16:501:Start on Level T-23 Now! (2/3) pbobbl2n:0:105831:16:501:Start on Level T-23 Now! (3/3) pbobbl2n:0:10E701:13:001:Start on Level T-24 Now! pbobbl2n:0:10582D:17:501:Start on Level T-24 Now! (2/3) pbobbl2n:0:105831:17:501:Start on Level T-24 Now! (3/3) pbobbl2n:0:10E701:13:001:Start on Level T-25 Now! pbobbl2n:0:10582D:18:501:Start on Level T-25 Now! (2/3) pbobbl2n:0:105831:18:501:Start on Level T-25 Now! (3/3) pbobbl2n:0:10E701:14:001:Start on Level U-26 Now! pbobbl2n:0:10582D:19:501:Start on Level U-26 Now! (2/3) pbobbl2n:0:105831:19:501:Start on Level U-26 Now! (3/3) pbobbl2n:0:10E701:14:001:Start on Level U-27 Now! pbobbl2n:0:10582D:1A:501:Start on Level U-27 Now! (2/3) pbobbl2n:0:105831:1A:501:Start on Level U-27 Now! (3/3) pbobbl2n:0:10E701:14:001:Start on Level U-28 Now! pbobbl2n:0:10582D:1B:501:Start on Level U-28 Now! (2/3) pbobbl2n:0:105831:1B:501:Start on Level U-28 Now! (3/3) pbobbl2n:0:10E701:14:001:Start on Level U-29 Now! pbobbl2n:0:10582D:1C:501:Start on Level U-29 Now! (2/3) pbobbl2n:0:105831:1C:501:Start on Level U-29 Now! (3/3) pbobbl2n:0:10E701:14:001:Start on Level U-30 Now! pbobbl2n:0:10582D:1D:501:Start on Level U-30 Now! (2/3) pbobbl2n:0:105831:1D:501:Start on Level U-30 Now! (3/3) pbobbl2n:0:10E701:15:001:Start on Level V-26 Now! pbobbl2n:0:10582D:19:501:Start on Level V-26 Now! (2/3) pbobbl2n:0:105831:19:501:Start on Level V-26 Now! (3/3) pbobbl2n:0:10E701:15:001:Start on Level V-27 Now! pbobbl2n:0:10582D:1A:501:Start on Level V-27 Now! (2/3) pbobbl2n:0:105831:1A:501:Start on Level V-27 Now! (3/3) pbobbl2n:0:10E701:15:001:Start on Level V-28 Now! pbobbl2n:0:10582D:1B:501:Start on Level V-28 Now! (2/3) pbobbl2n:0:105831:1B:501:Start on Level V-28 Now! (3/3) pbobbl2n:0:10E701:15:001:Start on Level V-29 Now! pbobbl2n:0:10582D:1C:501:Start on Level V-29 Now! (2/3) pbobbl2n:0:105831:1C:501:Start on Level V-29 Now! (3/3) pbobbl2n:0:10E701:15:001:Start on Level V-30 Now! pbobbl2n:0:10582D:1D:501:Start on Level V-30 Now! (2/3) pbobbl2n:0:105831:1D:501:Start on Level V-30 Now! (3/3) pbobbl2n:0:10E701:16:001:Start on Level W-26 Now! pbobbl2n:0:10582D:19:501:Start on Level W-26 Now! (2/3) pbobbl2n:0:105831:19:501:Start on Level W-26 Now! (3/3) pbobbl2n:0:10E701:16:001:Start on Level W-27 Now! pbobbl2n:0:10582D:1A:501:Start on Level W-27 Now! (2/3) pbobbl2n:0:105831:1A:501:Start on Level W-27 Now! (3/3) pbobbl2n:0:10E701:16:001:Start on Level W-28 Now! pbobbl2n:0:10582D:1B:501:Start on Level W-28 Now! (2/3) pbobbl2n:0:105831:1B:501:Start on Level W-28 Now! (3/3) pbobbl2n:0:10E701:16:001:Start on Level W-29 Now! pbobbl2n:0:10582D:1C:501:Start on Level W-29 Now! (2/3) pbobbl2n:0:105831:1C:501:Start on Level W-29 Now! (3/3) pbobbl2n:0:10E701:16:001:Start on Level W-30 Now! pbobbl2n:0:10582D:1D:501:Start on Level W-30 Now! (2/3) pbobbl2n:0:105831:1D:501:Start on Level W-30 Now! (3/3) pbobbl2n:0:10E701:17:001:Start on Level ?-26 Now! pbobbl2n:0:10582D:19:501:Start on Level ?-26 Now! (2/3) pbobbl2n:0:105831:19:501:Start on Level ?-26 Now! (3/3) pbobbl2n:0:10E701:17:001:Start on Level ?-27 Now! pbobbl2n:0:10582D:1A:501:Start on Level ?-27 Now! (2/3) pbobbl2n:0:105831:1A:501:Start on Level ?-27 Now! (3/3) pbobbl2n:0:10E701:17:001:Start on Level ?-28 Now! pbobbl2n:0:10582D:1B:501:Start on Level ?-28 Now! (2/3) pbobbl2n:0:105831:1B:501:Start on Level ?-28 Now! (3/3) pbobbl2n:0:10E701:17:001:Start on Level ?-29 Now! pbobbl2n:0:10582D:1C:501:Start on Level ?-29 Now! (2/3) pbobbl2n:0:105831:1C:501:Start on Level ?-29 Now! (3/3) pbobbl2n:0:10E701:17:001:Start on Level ?-30 Now! pbobbl2n:0:10582D:1D:501:Start on Level ?-30 Now! (2/3) pbobbl2n:0:105831:1D:501:Start on Level ?-30 Now! (3/3) pbobbl2n:0:10E701:18:001:Start on Level X-26 Now! pbobbl2n:0:10582D:19:501:Start on Level X-26 Now! (2/3) pbobbl2n:0:105831:19:501:Start on Level X-26 Now! (3/3) pbobbl2n:0:10E701:18:001:Start on Level X-27 Now! pbobbl2n:0:10582D:1A:501:Start on Level X-27 Now! (2/3) pbobbl2n:0:105831:1A:501:Start on Level X-27 Now! (3/3) pbobbl2n:0:10E701:18:001:Start on Level X-28 Now! pbobbl2n:0:10582D:1B:501:Start on Level X-28 Now! (2/3) pbobbl2n:0:105831:1B:501:Start on Level X-28 Now! (3/3) pbobbl2n:0:10E701:18:001:Start on Level X-29 Now! pbobbl2n:0:10582D:1C:501:Start on Level X-29 Now! (2/3) pbobbl2n:0:105831:1C:501:Start on Level X-29 Now! (3/3) pbobbl2n:0:10E701:18:001:Start on Level X-30 Now! pbobbl2n:0:10582D:1D:501:Start on Level X-30 Now! (2/3) pbobbl2n:0:105831:1D:501:Start on Level X-30 Now! (3/3) pbobbl2n:0:10E701:19:001:Start on Level Y-26 Now! pbobbl2n:0:10582D:19:501:Start on Level Y-26 Now! (2/3) pbobbl2n:0:105831:19:501:Start on Level Y-26 Now! (3/3) pbobbl2n:0:10E701:19:001:Start on Level Y-27 Now! pbobbl2n:0:10582D:1A:501:Start on Level Y-27 Now! (2/3) pbobbl2n:0:105831:1A:501:Start on Level Y-27 Now! (3/3) pbobbl2n:0:10E701:19:001:Start on Level Y-28 Now! pbobbl2n:0:10582D:1B:501:Start on Level Y-28 Now! (2/3) pbobbl2n:0:105831:1B:501:Start on Level Y-28 Now! (3/3) pbobbl2n:0:10E701:19:001:Start on Level Y-29 Now! pbobbl2n:0:10582D:1C:501:Start on Level Y-29 Now! (2/3) pbobbl2n:0:105831:1C:501:Start on Level Y-29 Now! (3/3) pbobbl2n:0:10E701:19:001:Start on Level Y-30 Now! pbobbl2n:0:10582D:1D:501:Start on Level Y-30 Now! (2/3) pbobbl2n:0:105831:1D:501:Start on Level Y-30 Now! (3/3) pbobbl2n:0:10E701:1A:001:Start on Level Z-26 Now! pbobbl2n:0:10582D:19:501:Start on Level Z-26 Now! (2/3) pbobbl2n:0:105831:19:501:Start on Level Z-26 Now! (3/3) pbobbl2n:0:10E701:1A:001:Start on Level Z-27 Now! pbobbl2n:0:10582D:1A:501:Start on Level Z-27 Now! (2/3) pbobbl2n:0:105831:1A:501:Start on Level Z-27 Now! (3/3) pbobbl2n:0:10E701:1A:001:Start on Level Z-28 Now! pbobbl2n:0:10582D:1B:501:Start on Level Z-28 Now! (2/3) pbobbl2n:0:105831:1B:501:Start on Level Z-28 Now! (3/3) pbobbl2n:0:10E701:1A:001:Start on Level Z-29 Now! pbobbl2n:0:10582D:1C:501:Start on Level Z-29 Now! (2/3) pbobbl2n:0:105831:1C:501:Start on Level Z-29 Now! (3/3) pbobbl2n:0:10E701:1A:001:Start on Level Z-30 Now! pbobbl2n:0:10582D:1D:501:Start on Level Z-30 Now! (2/3) pbobbl2n:0:105831:1D:501:Start on Level Z-30 Now! (3/3) pbobbl2n:0:000000:00:999:[ Use the following cheats when you are ] pbobbl2n:0:000000:00:999:[ playing they allow you to go to the level ] pbobbl2n:0:000000:00:999:[ before the Path ] pbobbl2n:0:10E701:00:001:Go to Level A-05 Next! pbobbl2n:0:10582D:03:501:Go to Level A-05 Next! (2/3) pbobbl2n:0:105831:03:501:Go to Level A-05 Next! (3/3) pbobbl2n:0:10E701:01:001:Go to Level B-05 Next! pbobbl2n:0:10582D:03:501:Go to Level B-05 Next! (2/3) pbobbl2n:0:105831:03:501:Go to Level B-05 Next! (3/3) pbobbl2n:0:10E701:02:001:Go to Level C-10 Next! pbobbl2n:0:10582D:08:501:Go to Level C-10 Next! (2/3) pbobbl2n:0:105831:08:501:Go to Level C-10 Next! (3/3) pbobbl2n:0:10E701:03:001:Go to Level D-10 Next! pbobbl2n:0:10582D:08:501:Go to Level D-10 Next! (2/3) pbobbl2n:0:105831:08:501:Go to Level D-10 Next! (3/3) pbobbl2n:0:10E701:04:001:Go to Level E-10 Next! pbobbl2n:0:10582D:08:501:Go to Level E-10 Next! (2/3) pbobbl2n:0:105831:08:501:Go to Level E-10 Next! (3/3) pbobbl2n:0:10E701:05:001:Go to Level F-15 Next! pbobbl2n:0:10582D:0F:501:Go to Level F-15 Next! (2/3) pbobbl2n:0:105831:0F:501:Go to Level F-15 Next! (3/3) pbobbl2n:0:10E701:06:001:Go to Level G-15 Next! pbobbl2n:0:10582D:0F:501:Go to Level G-15 Next! (2/3) pbobbl2n:0:105831:0F:501:Go to Level G-15 Next! (3/3) pbobbl2n:0:10E701:07:001:Go to Level H-15 Next! pbobbl2n:0:10582D:0F:501:Go to Level H-15 Next! (2/3) pbobbl2n:0:105831:0F:501:Go to Level H-15 Next! (3/3) pbobbl2n:0:10E701:08:001:Go to Level I-15 Next! pbobbl2n:0:10582D:0F:501:Go to Level I-15 Next! (2/3) pbobbl2n:0:105831:0F:501:Go to Level I-15 Next! (3/3) pbobbl2n:0:10E701:09:001:Go to Level J-20 Next! pbobbl2n:0:10582D:12:501:Go to Level J-20 Next! (2/3) pbobbl2n:0:105831:12:501:Go to Level J-20 Next! (3/3) pbobbl2n:0:10E701:0A:001:Go to Level K-20 Next! pbobbl2n:0:10582D:12:501:Go to Level K-20 Next! (2/3) pbobbl2n:0:105831:12:501:Go to Level K-20 Next! (3/3) pbobbl2n:0:10E701:0B:001:Go to Level L-20 Next! pbobbl2n:0:10582D:12:501:Go to Level L-20 Next! (2/3) pbobbl2n:0:105831:12:501:Go to Level L-20 Next! (3/3) pbobbl2n:0:10E701:0C:001:Go to Level M-20 Next! pbobbl2n:0:10582D:12:501:Go to Level M-20 Next! (2/3) pbobbl2n:0:105831:12:501:Go to Level M-20 Next! (3/3) pbobbl2n:0:10E701:0D:001:Go to Level N-20 Next! pbobbl2n:0:10582D:12:501:Go to Level N-20 Next! (2/3) pbobbl2n:0:105831:12:501:Go to Level N-20 Next! (3/3) pbobbl2n:0:10E701:0E:001:Go to Level O-25 Next! pbobbl2n:0:10582D:17:501:Go to Level O-25 Next! (2/3) pbobbl2n:0:105831:17:501:Go to Level O-25 Next! (3/3) pbobbl2n:0:10E701:0F:001:Go to Level P-25 Next! pbobbl2n:0:10582D:17:501:Go to Level P-25 Next! (2/3) pbobbl2n:0:105831:17:501:Go to Level P-25 Next! (3/3) pbobbl2n:0:10E701:10:001:Go to Level Q-25 Next! pbobbl2n:0:10582D:17:501:Go to Level Q-25 Next! (2/3) pbobbl2n:0:105831:17:501:Go to Level Q-25 Next! (3/3) pbobbl2n:0:10E701:11:001:Go to Level R-25 Next! pbobbl2n:0:10582D:17:501:Go to Level R-25 Next! (2/3) pbobbl2n:0:105831:17:501:Go to Level R-25 Next! (3/3) pbobbl2n:0:10E701:12:001:Go to Level S-25 Next! pbobbl2n:0:10582D:17:501:Go to Level S-25 Next! (2/3) pbobbl2n:0:105831:17:501:Go to Level S-25 Next! (3/3) pbobbl2n:0:10E701:13:001:Go to Level T-25 Next! pbobbl2n:0:10582D:17:501:Go to Level T-25 Next! (2/3) pbobbl2n:0:105831:17:501:Go to Level T-25 Next! (3/3) pbobbl2n:0:10E701:14:001:Go to Level U-30 Next! pbobbl2n:0:10582D:1C:501:Go to Level U-30 Next! (2/3) pbobbl2n:0:105831:1C:501:Go to Level U-30 Next! (3/3) pbobbl2n:0:10E701:15:001:Go to Level V-30 Next! pbobbl2n:0:10582D:1C:501:Go to Level V-30 Next! (2/3) pbobbl2n:0:105831:1C:501:Go to Level V-30 Next! (3/3) pbobbl2n:0:10E701:16:001:Go to Level W-30 Next! pbobbl2n:0:10582D:1C:501:Go to Level W-30 Next! (2/3) pbobbl2n:0:105831:1C:501:Go to Level W-30 Next! (3/3) pbobbl2n:0:10E701:17:001:Go to Level ?-30 Next! pbobbl2n:0:10582D:1C:501:Go to Level ?-30 Next! (2/3) pbobbl2n:0:105831:1C:501:Go to Level ?-30 Next! (3/3) pbobbl2n:0:10E701:18:001:Go to Level X-30 Next! pbobbl2n:0:10582D:1C:501:Go to Level X-30 Next! (2/3) pbobbl2n:0:105831:1C:501:Go to Level X-30 Next! (3/3) pbobbl2n:0:10E701:19:001:Go to Level Y-30 Next! pbobbl2n:0:10582D:1C:501:Go to Level Y-30 Next! (2/3) pbobbl2n:0:105831:1C:501:Go to Level Y-30 Next! (3/3) pbobbl2n:0:10E701:1A:001:Go to Level Z-30 Next! pbobbl2n:0:10582D:1C:501:Go to Level Z-30 Next! (2/3) pbobbl2n:0:105831:1C:501:Go to Level Z-30 Next! (3/3) :pbobbl2n:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :pbobbl2n:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :pbobbl2n:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Bust-A-Move Again (US) ] pbobbl2u:0:400091:09:000:Infinite Credits pbobbl2u:0:40A276:01:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen pbobbl2u:0:40A276:00:001:Disable "Alternate World" Levels pbobbl2u:0:41DFDB:14:000:Infinite Time PL1 pbobbl2u:0:41E06F:14:000:Infinite Time PL2 pbobbl2u:0:000000:00:999:[ These cheats are for use during Versus Mode ] pbobbl2u:0:40A2AB:00:000:Never Attacked PL1 pbobbl2u:0:41DFD1:00:500:Never Attacked PL1 (2/2) pbobbl2u:0:40A2AD:00:000:Never Attacked PL2 pbobbl2u:0:41E065:00:500:Never Attacked PL2 (2/2) pbobbl2u:0:000000:00:999:[ These cheats are for use during Puzzle Mode ] pbobbl2u:0:4061D8:FF:000:Help line "ON" pbobbl2u:0:4061D8:00:001:Help line "OFF" pbobbl2u:0:000000:00:999:[ The following cheats work from the "select ] pbobbl2u:0:000000:00:999:[ path" screen. Press "Pause" & activate the ] pbobbl2u:0:000000:00:999:[ required cheat, then unpause and then press ] pbobbl2u:0:000000:00:999:[ "A" the select button. ] pbobbl2u:0:000000:00:999:[ Warning! Moving the pointer will reset these ] pbobbl2u:0:000000:00:999:[ Start on Level cheats! ] pbobbl2u:0:40AA93:00:001:Start on Level A-01 Now! pbobbl2u:0:4061D1:00:501:Start on Level A-01 Now! (2/3) pbobbl2u:0:4061D5:00:501:Start on Level A-01 Now! (3/3) pbobbl2u:0:40AA93:00:001:Start on Level A-02 Now! pbobbl2u:0:4061D1:01:501:Start on Level A-02 Now! (2/3) pbobbl2u:0:4061D5:01:501:Start on Level A-02 Now! (3/3) pbobbl2u:0:40AA93:00:001:Start on Level A-03 Now! pbobbl2u:0:4061D1:02:501:Start on Level A-03 Now! (2/3) pbobbl2u:0:4061D5:02:501:Start on Level A-03 Now! (3/3) pbobbl2u:0:40AA93:00:001:Start on Level A-04 Now! pbobbl2u:0:4061D1:03:501:Start on Level A-04 Now! (2/3) pbobbl2u:0:4061D5:03:501:Start on Level A-04 Now! (3/3) pbobbl2u:0:40AA93:00:001:Start on Level A-05 Now! pbobbl2u:0:4061D1:04:501:Start on Level A-05 Now! (2/3) pbobbl2u:0:4061D5:04:501:Start on Level A-05 Now! (3/3) pbobbl2u:0:40AA93:01:001:Start on Level B-01 Now! pbobbl2u:0:4061D1:00:501:Start on Level B-01 Now! (2/3) pbobbl2u:0:4061D5:00:501:Start on Level B-01 Now! (3/3) pbobbl2u:0:40AA93:01:001:Start on Level B-02 Now! pbobbl2u:0:4061D1:01:501:Start on Level B-02 Now! (2/3) pbobbl2u:0:4061D5:01:501:Start on Level B-02 Now! (3/3) pbobbl2u:0:40AA93:01:001:Start on Level B-03 Now! pbobbl2u:0:4061D1:02:501:Start on Level B-03 Now! (2/3) pbobbl2u:0:4061D5:02:501:Start on Level B-03 Now! (3/3) pbobbl2u:0:40AA93:01:001:Start on Level B-04 Now! pbobbl2u:0:4061D1:03:501:Start on Level B-04 Now! (2/3) pbobbl2u:0:4061D5:03:501:Start on Level B-04 Now! (3/3) pbobbl2u:0:40AA93:01:001:Start on Level B-05 Now! pbobbl2u:0:4061D1:04:501:Start on Level B-05 Now! (2/3) pbobbl2u:0:4061D5:04:501:Start on Level B-05 Now! (3/3) pbobbl2u:0:40AA93:02:001:Start on Level C-06 Now! pbobbl2u:0:4061D1:05:501:Start on Level C-06 Now! (2/3) pbobbl2u:0:4061D5:05:501:Start on Level C-06 Now! (3/3) pbobbl2u:0:40AA93:02:001:Start on Level C-07 Now! pbobbl2u:0:4061D1:06:501:Start on Level C-07 Now! (2/3) pbobbl2u:0:4061D5:06:501:Start on Level C-07 Now! (3/3) pbobbl2u:0:40AA93:02:001:Start on Level C-08 Now! pbobbl2u:0:4061D1:07:501:Start on Level C-08 Now! (2/3) pbobbl2u:0:4061D5:07:501:Start on Level C-08 Now! (3/3) pbobbl2u:0:40AA93:02:001:Start on Level C-09 Now! pbobbl2u:0:4061D1:08:501:Start on Level C-09 Now! (2/3) pbobbl2u:0:4061D5:08:501:Start on Level C-09 Now! (3/3) pbobbl2u:0:40AA93:02:001:Start on Level C-10 Now! pbobbl2u:0:4061D1:09:501:Start on Level C-10 Now! (2/3) pbobbl2u:0:4061D5:09:501:Start on Level C-10 Now! (3/3) pbobbl2u:0:40AA93:03:001:Start on Level D-06 Now! pbobbl2u:0:4061D1:05:501:Start on Level D-06 Now! (2/3) pbobbl2u:0:4061D5:05:501:Start on Level D-06 Now! (3/3) pbobbl2u:0:40AA93:03:001:Start on Level D-07 Now! pbobbl2u:0:4061D1:06:501:Start on Level D-07 Now! (2/3) pbobbl2u:0:4061D5:06:501:Start on Level D-07 Now! (3/3) pbobbl2u:0:40AA93:03:001:Start on Level D-08 Now! pbobbl2u:0:4061D1:07:501:Start on Level D-08 Now! (2/3) pbobbl2u:0:4061D5:07:501:Start on Level D-08 Now! (3/3) pbobbl2u:0:40AA93:03:001:Start on Level D-09 Now! pbobbl2u:0:4061D1:08:501:Start on Level D-09 Now! (2/3) pbobbl2u:0:4061D5:08:501:Start on Level D-09 Now! (3/3) pbobbl2u:0:40AA93:03:001:Start on Level D-10 Now! pbobbl2u:0:4061D1:09:501:Start on Level D-10 Now! (2/3) pbobbl2u:0:4061D5:09:501:Start on Level D-10 Now! (3/3) pbobbl2u:0:40AA93:04:001:Start on Level E-06 Now! pbobbl2u:0:4061D1:05:501:Start on Level E-06 Now! (2/3) pbobbl2u:0:4061D5:05:501:Start on Level E-06 Now! (3/3) pbobbl2u:0:40AA93:04:001:Start on Level E-07 Now! pbobbl2u:0:4061D1:06:501:Start on Level E-07 Now! (2/3) pbobbl2u:0:4061D5:06:501:Start on Level E-07 Now! (3/3) pbobbl2u:0:40AA93:04:001:Start on Level E-08 Now! pbobbl2u:0:4061D1:07:501:Start on Level E-08 Now! (2/3) pbobbl2u:0:4061D5:07:501:Start on Level E-08 Now! (3/3) pbobbl2u:0:40AA93:04:001:Start on Level E-09 Now! pbobbl2u:0:4061D1:08:501:Start on Level E-09 Now! (2/3) pbobbl2u:0:4061D5:08:501:Start on Level E-09 Now! (3/3) pbobbl2u:0:40AA93:04:001:Start on Level E-10 Now! pbobbl2u:0:4061D1:09:501:Start on Level E-10 Now! (2/3) pbobbl2u:0:4061D5:09:501:Start on Level E-10 Now! (3/3) pbobbl2u:0:40AA93:05:001:Start on Level F-11 Now! pbobbl2u:0:4061D1:0A:501:Start on Level F-11 Now! (2/3) pbobbl2u:0:4061D5:0A:501:Start on Level F-11 Now! (3/3) pbobbl2u:0:40AA93:05:001:Start on Level F-12 Now! pbobbl2u:0:4061D1:0B:501:Start on Level F-12 Now! (2/3) pbobbl2u:0:4061D5:0B:501:Start on Level F-12 Now! (3/3) pbobbl2u:0:40AA93:05:001:Start on Level F-13 Now! pbobbl2u:0:4061D1:0C:501:Start on Level F-13 Now! (2/3) pbobbl2u:0:4061D5:0C:501:Start on Level F-13 Now! (3/3) pbobbl2u:0:40AA93:05:001:Start on Level F-14 Now! pbobbl2u:0:4061D1:0D:501:Start on Level F-14 Now! (2/3) pbobbl2u:0:4061D5:0D:501:Start on Level F-14 Now! (3/3) pbobbl2u:0:40AA93:05:001:Start on Level F-15 Now! pbobbl2u:0:4061D1:0E:501:Start on Level F-15 Now! (2/3) pbobbl2u:0:4061D5:0E:501:Start on Level F-15 Now! (3/3) pbobbl2u:0:40AA93:06:001:Start on Level G-11 Now! pbobbl2u:0:4061D1:0A:501:Start on Level G-11 Now! (2/3) pbobbl2u:0:4061D5:0A:501:Start on Level G-11 Now! (3/3) pbobbl2u:0:40AA93:06:001:Start on Level G-12 Now! pbobbl2u:0:4061D1:0B:501:Start on Level G-12 Now! (2/3) pbobbl2u:0:4061D5:0B:501:Start on Level G-12 Now! (3/3) pbobbl2u:0:40AA93:06:001:Start on Level G-13 Now! pbobbl2u:0:4061D1:0C:501:Start on Level G-13 Now! (2/3) pbobbl2u:0:4061D5:0C:501:Start on Level G-13 Now! (3/3) pbobbl2u:0:40AA93:06:001:Start on Level G-14 Now! pbobbl2u:0:4061D1:0D:501:Start on Level G-14 Now! (2/3) pbobbl2u:0:4061D5:0D:501:Start on Level G-14 Now! (3/3) pbobbl2u:0:40AA93:06:001:Start on Level G-15 Now! pbobbl2u:0:4061D1:0E:501:Start on Level G-15 Now! (2/3) pbobbl2u:0:4061D5:0E:501:Start on Level G-15 Now! (3/3) pbobbl2u:0:40AA93:07:001:Start on Level H-11 Now! pbobbl2u:0:4061D1:0A:501:Start on Level H-11 Now! (2/3) pbobbl2u:0:4061D5:0A:501:Start on Level H-11 Now! (3/3) pbobbl2u:0:40AA93:07:001:Start on Level H-12 Now! pbobbl2u:0:4061D1:0B:501:Start on Level H-12 Now! (2/3) pbobbl2u:0:4061D5:0B:501:Start on Level H-12 Now! (3/3) pbobbl2u:0:40AA93:07:001:Start on Level H-13 Now! pbobbl2u:0:4061D1:0C:501:Start on Level H-13 Now! (2/3) pbobbl2u:0:4061D5:0C:501:Start on Level H-13 Now! (3/3) pbobbl2u:0:40AA93:07:001:Start on Level H-14 Now! pbobbl2u:0:4061D1:0D:501:Start on Level H-14 Now! (2/3) pbobbl2u:0:4061D5:0D:501:Start on Level H-14 Now! (3/3) pbobbl2u:0:40AA93:07:001:Start on Level H-15 Now! pbobbl2u:0:4061D1:0E:501:Start on Level H-15 Now! (2/3) pbobbl2u:0:4061D5:0E:501:Start on Level H-15 Now! (3/3) pbobbl2u:0:40AA93:08:001:Start on Level I-11 Now! pbobbl2u:0:4061D1:0A:501:Start on Level I-11 Now! (2/3) pbobbl2u:0:4061D5:0A:501:Start on Level I-11 Now! (3/3) pbobbl2u:0:40AA93:08:001:Start on Level I-12 Now! pbobbl2u:0:4061D1:0B:501:Start on Level I-12 Now! (2/3) pbobbl2u:0:4061D5:0B:501:Start on Level I-12 Now! (3/3) pbobbl2u:0:40AA93:08:001:Start on Level I-13 Now! pbobbl2u:0:4061D1:0C:501:Start on Level I-13 Now! (2/3) pbobbl2u:0:4061D5:0C:501:Start on Level I-13 Now! (3/3) pbobbl2u:0:40AA93:08:001:Start on Level I-14 Now! pbobbl2u:0:4061D1:0D:501:Start on Level I-14 Now! (2/3) pbobbl2u:0:4061D5:0D:501:Start on Level I-14 Now! (3/3) pbobbl2u:0:40AA93:08:001:Start on Level I-15 Now! pbobbl2u:0:4061D1:0E:501:Start on Level I-15 Now! (2/3) pbobbl2u:0:4061D5:0E:501:Start on Level I-15 Now! (3/3) pbobbl2u:0:40AA93:09:001:Start on Level J-16 Now! pbobbl2u:0:4061D1:0F:501:Start on Level J-16 Now! (2/3) pbobbl2u:0:4061D5:0F:501:Start on Level J-16 Now! (3/3) pbobbl2u:0:40AA93:09:001:Start on Level J-17 Now! pbobbl2u:0:4061D1:10:501:Start on Level J-17 Now! (2/3) pbobbl2u:0:4061D5:10:501:Start on Level J-17 Now! (3/3) pbobbl2u:0:40AA93:09:001:Start on Level J-18 Now! pbobbl2u:0:4061D1:11:501:Start on Level J-18 Now! (2/3) pbobbl2u:0:4061D5:11:501:Start on Level J-18 Now! (3/3) pbobbl2u:0:40AA93:09:001:Start on Level J-19 Now! pbobbl2u:0:4061D1:12:501:Start on Level J-19 Now! (2/3) pbobbl2u:0:4061D5:12:501:Start on Level J-19 Now! (3/3) pbobbl2u:0:40AA93:09:001:Start on Level J-20 Now! pbobbl2u:0:4061D1:13:501:Start on Level J-20 Now! (2/3) pbobbl2u:0:4061D5:13:501:Start on Level J-20 Now! (3/3) pbobbl2u:0:40AA93:0A:001:Start on Level K-16 Now! pbobbl2u:0:4061D1:0F:501:Start on Level K-16 Now! (2/3) pbobbl2u:0:4061D5:0F:501:Start on Level K-16 Now! (3/3) pbobbl2u:0:40AA93:0A:001:Start on Level K-17 Now! pbobbl2u:0:4061D1:10:501:Start on Level K-17 Now! (2/3) pbobbl2u:0:4061D5:10:501:Start on Level K-17 Now! (3/3) pbobbl2u:0:40AA93:0A:001:Start on Level K-18 Now! pbobbl2u:0:4061D1:11:501:Start on Level K-18 Now! (2/3) pbobbl2u:0:4061D5:11:501:Start on Level K-18 Now! (3/3) pbobbl2u:0:40AA93:0A:001:Start on Level K-19 Now! pbobbl2u:0:4061D1:12:501:Start on Level K-19 Now! (2/3) pbobbl2u:0:4061D5:12:501:Start on Level K-19 Now! (3/3) pbobbl2u:0:40AA93:0A:001:Start on Level K-20 Now! pbobbl2u:0:4061D1:13:501:Start on Level K-20 Now! (2/3) pbobbl2u:0:4061D5:13:501:Start on Level K-20 Now! (3/3) pbobbl2u:0:40AA93:0B:001:Start on Level L-16 Now! pbobbl2u:0:4061D1:0F:501:Start on Level L-16 Now! (2/3) pbobbl2u:0:4061D5:0F:501:Start on Level L-16 Now! (3/3) pbobbl2u:0:40AA93:0B:001:Start on Level L-17 Now! pbobbl2u:0:4061D1:10:501:Start on Level L-17 Now! (2/3) pbobbl2u:0:4061D5:10:501:Start on Level L-17 Now! (3/3) pbobbl2u:0:40AA93:0B:001:Start on Level L-18 Now! pbobbl2u:0:4061D1:11:501:Start on Level L-18 Now! (2/3) pbobbl2u:0:4061D5:11:501:Start on Level L-18 Now! (3/3) pbobbl2u:0:40AA93:0B:001:Start on Level L-19 Now! pbobbl2u:0:4061D1:12:501:Start on Level L-19 Now! (2/3) pbobbl2u:0:4061D5:12:501:Start on Level L-19 Now! (3/3) pbobbl2u:0:40AA93:0B:001:Start on Level L-20 Now! pbobbl2u:0:4061D1:13:501:Start on Level L-20 Now! (2/3) pbobbl2u:0:4061D5:13:501:Start on Level L-20 Now! (3/3) pbobbl2u:0:40AA93:0C:001:Start on Level M-16 Now! pbobbl2u:0:4061D1:0F:501:Start on Level M-16 Now! (2/3) pbobbl2u:0:4061D5:0F:501:Start on Level M-16 Now! (3/3) pbobbl2u:0:40AA93:0C:001:Start on Level M-17 Now! pbobbl2u:0:4061D1:10:501:Start on Level M-17 Now! (2/3) pbobbl2u:0:4061D5:10:501:Start on Level M-17 Now! (3/3) pbobbl2u:0:40AA93:0C:001:Start on Level M-18 Now! pbobbl2u:0:4061D1:11:501:Start on Level M-18 Now! (2/3) pbobbl2u:0:4061D5:11:501:Start on Level M-18 Now! (3/3) pbobbl2u:0:40AA93:0C:001:Start on Level M-19 Now! pbobbl2u:0:4061D1:12:501:Start on Level M-19 Now! (2/3) pbobbl2u:0:4061D5:12:501:Start on Level M-19 Now! (3/3) pbobbl2u:0:40AA93:0C:001:Start on Level M-20 Now! pbobbl2u:0:4061D1:13:501:Start on Level M-20 Now! (2/3) pbobbl2u:0:4061D5:13:501:Start on Level M-20 Now! (3/3) pbobbl2u:0:40AA93:0D:001:Start on Level N-16 Now! pbobbl2u:0:4061D1:0F:501:Start on Level N-16 Now! (2/3) pbobbl2u:0:4061D5:0F:501:Start on Level N-16 Now! (3/3) pbobbl2u:0:40AA93:0D:001:Start on Level N-17 Now! pbobbl2u:0:4061D1:10:501:Start on Level N-17 Now! (2/3) pbobbl2u:0:4061D5:10:501:Start on Level N-17 Now! (3/3) pbobbl2u:0:40AA93:0D:001:Start on Level N-18 Now! pbobbl2u:0:4061D1:11:501:Start on Level N-18 Now! (2/3) pbobbl2u:0:4061D5:11:501:Start on Level N-18 Now! (3/3) pbobbl2u:0:40AA93:0D:001:Start on Level N-19 Now! pbobbl2u:0:4061D1:12:501:Start on Level N-19 Now! (2/3) pbobbl2u:0:4061D5:12:501:Start on Level N-19 Now! (3/3) pbobbl2u:0:40AA93:0D:001:Start on Level N-20 Now! pbobbl2u:0:4061D1:13:501:Start on Level N-20 Now! (2/3) pbobbl2u:0:4061D5:13:501:Start on Level N-20 Now! (3/3) pbobbl2u:0:40AA93:0E:001:Start on Level O-21 Now! pbobbl2u:0:4061D1:14:501:Start on Level O-21 Now! (2/3) pbobbl2u:0:4061D5:14:501:Start on Level O-21 Now! (3/3) pbobbl2u:0:40AA93:0E:001:Start on Level O-22 Now! pbobbl2u:0:4061D1:15:501:Start on Level O-22 Now! (2/3) pbobbl2u:0:4061D5:15:501:Start on Level O-22 Now! (3/3) pbobbl2u:0:40AA93:0E:001:Start on Level O-23 Now! pbobbl2u:0:4061D1:16:501:Start on Level O-23 Now! (2/3) pbobbl2u:0:4061D5:16:501:Start on Level O-23 Now! (3/3) pbobbl2u:0:40AA93:0E:001:Start on Level O-24 Now! pbobbl2u:0:4061D1:17:501:Start on Level O-24 Now! (2/3) pbobbl2u:0:4061D5:17:501:Start on Level O-24 Now! (3/3) pbobbl2u:0:40AA93:0E:001:Start on Level O-25 Now! pbobbl2u:0:4061D1:18:501:Start on Level O-25 Now! (2/3) pbobbl2u:0:4061D5:18:501:Start on Level O-25 Now! (3/3) pbobbl2u:0:40AA93:0F:001:Start on Level P-21 Now! pbobbl2u:0:4061D1:14:501:Start on Level P-21 Now! (2/3) pbobbl2u:0:4061D5:14:501:Start on Level P-21 Now! (3/3) pbobbl2u:0:40AA93:0F:001:Start on Level P-22 Now! pbobbl2u:0:4061D1:15:501:Start on Level P-22 Now! (2/3) pbobbl2u:0:4061D5:15:501:Start on Level P-22 Now! (3/3) pbobbl2u:0:40AA93:0F:001:Start on Level P-23 Now! pbobbl2u:0:4061D1:16:501:Start on Level P-23 Now! (2/3) pbobbl2u:0:4061D5:16:501:Start on Level P-23 Now! (3/3) pbobbl2u:0:40AA93:0F:001:Start on Level P-24 Now! pbobbl2u:0:4061D1:17:501:Start on Level P-24 Now! (2/3) pbobbl2u:0:4061D5:17:501:Start on Level P-24 Now! (3/3) pbobbl2u:0:40AA93:0F:001:Start on Level P-25 Now! pbobbl2u:0:4061D1:18:501:Start on Level P-25 Now! (2/3) pbobbl2u:0:4061D5:18:501:Start on Level P-25 Now! (3/3) pbobbl2u:0:40AA93:10:001:Start on Level Q-21 Now! pbobbl2u:0:4061D1:14:501:Start on Level Q-21 Now! (2/3) pbobbl2u:0:4061D5:14:501:Start on Level Q-21 Now! (3/3) pbobbl2u:0:40AA93:10:001:Start on Level Q-22 Now! pbobbl2u:0:4061D1:15:501:Start on Level Q-22 Now! (2/3) pbobbl2u:0:4061D5:15:501:Start on Level Q-22 Now! (3/3) pbobbl2u:0:40AA93:10:001:Start on Level Q-23 Now! pbobbl2u:0:4061D1:16:501:Start on Level Q-23 Now! (2/3) pbobbl2u:0:4061D5:16:501:Start on Level Q-23 Now! (3/3) pbobbl2u:0:40AA93:10:001:Start on Level Q-24 Now! pbobbl2u:0:4061D1:17:501:Start on Level Q-24 Now! (2/3) pbobbl2u:0:4061D5:17:501:Start on Level Q-24 Now! (3/3) pbobbl2u:0:40AA93:10:001:Start on Level Q-25 Now! pbobbl2u:0:4061D1:18:501:Start on Level Q-25 Now! (2/3) pbobbl2u:0:4061D5:18:501:Start on Level Q-25 Now! (3/3) pbobbl2u:0:40AA93:11:001:Start on Level R-21 Now! pbobbl2u:0:4061D1:14:501:Start on Level R-21 Now! (2/3) pbobbl2u:0:4061D5:14:501:Start on Level R-21 Now! (3/3) pbobbl2u:0:40AA93:11:001:Start on Level R-22 Now! pbobbl2u:0:4061D1:15:501:Start on Level R-22 Now! (2/3) pbobbl2u:0:4061D5:15:501:Start on Level R-22 Now! (3/3) pbobbl2u:0:40AA93:11:001:Start on Level R-23 Now! pbobbl2u:0:4061D1:16:501:Start on Level R-23 Now! (2/3) pbobbl2u:0:4061D5:16:501:Start on Level R-23 Now! (3/3) pbobbl2u:0:40AA93:11:001:Start on Level R-24 Now! pbobbl2u:0:4061D1:17:501:Start on Level R-24 Now! (2/3) pbobbl2u:0:4061D5:17:501:Start on Level R-24 Now! (3/3) pbobbl2u:0:40AA93:11:001:Start on Level R-25 Now! pbobbl2u:0:4061D1:18:501:Start on Level R-25 Now! (2/3) pbobbl2u:0:4061D5:18:501:Start on Level R-25 Now! (3/3) pbobbl2u:0:40AA93:12:001:Start on Level S-21 Now! pbobbl2u:0:4061D1:14:501:Start on Level S-21 Now! (2/3) pbobbl2u:0:4061D5:14:501:Start on Level S-21 Now! (3/3) pbobbl2u:0:40AA93:12:001:Start on Level S-22 Now! pbobbl2u:0:4061D1:15:501:Start on Level S-22 Now! (2/3) pbobbl2u:0:4061D5:15:501:Start on Level S-22 Now! (3/3) pbobbl2u:0:40AA93:12:001:Start on Level S-23 Now! pbobbl2u:0:4061D1:16:501:Start on Level S-23 Now! (2/3) pbobbl2u:0:4061D5:16:501:Start on Level S-23 Now! (3/3) pbobbl2u:0:40AA93:12:001:Start on Level S-24 Now! pbobbl2u:0:4061D1:17:501:Start on Level S-24 Now! (2/3) pbobbl2u:0:4061D5:17:501:Start on Level S-24 Now! (3/3) pbobbl2u:0:40AA93:12:001:Start on Level S-25 Now! pbobbl2u:0:4061D1:18:501:Start on Level S-25 Now! (2/3) pbobbl2u:0:4061D5:18:501:Start on Level S-25 Now! (3/3) pbobbl2u:0:40AA93:13:001:Start on Level T-21 Now! pbobbl2u:0:4061D1:14:501:Start on Level T-21 Now! (2/3) pbobbl2u:0:4061D5:14:501:Start on Level T-21 Now! (3/3) pbobbl2u:0:40AA93:13:001:Start on Level T-22 Now! pbobbl2u:0:4061D1:15:501:Start on Level T-22 Now! (2/3) pbobbl2u:0:4061D5:15:501:Start on Level T-22 Now! (3/3) pbobbl2u:0:40AA93:13:001:Start on Level T-23 Now! pbobbl2u:0:4061D1:16:501:Start on Level T-23 Now! (2/3) pbobbl2u:0:4061D5:16:501:Start on Level T-23 Now! (3/3) pbobbl2u:0:40AA93:13:001:Start on Level T-24 Now! pbobbl2u:0:4061D1:17:501:Start on Level T-24 Now! (2/3) pbobbl2u:0:4061D5:17:501:Start on Level T-24 Now! (3/3) pbobbl2u:0:40AA93:13:001:Start on Level T-25 Now! pbobbl2u:0:4061D1:18:501:Start on Level T-25 Now! (2/3) pbobbl2u:0:4061D5:18:501:Start on Level T-25 Now! (3/3) pbobbl2u:0:40AA93:14:001:Start on Level U-26 Now! pbobbl2u:0:4061D1:19:501:Start on Level U-26 Now! (2/3) pbobbl2u:0:4061D5:19:501:Start on Level U-26 Now! (3/3) pbobbl2u:0:40AA93:14:001:Start on Level U-27 Now! pbobbl2u:0:4061D1:1A:501:Start on Level U-27 Now! (2/3) pbobbl2u:0:4061D5:1A:501:Start on Level U-27 Now! (3/3) pbobbl2u:0:40AA93:14:001:Start on Level U-28 Now! pbobbl2u:0:4061D1:1B:501:Start on Level U-28 Now! (2/3) pbobbl2u:0:4061D5:1B:501:Start on Level U-28 Now! (3/3) pbobbl2u:0:40AA93:14:001:Start on Level U-29 Now! pbobbl2u:0:4061D1:1C:501:Start on Level U-29 Now! (2/3) pbobbl2u:0:4061D5:1C:501:Start on Level U-29 Now! (3/3) pbobbl2u:0:40AA93:14:001:Start on Level U-30 Now! pbobbl2u:0:4061D1:1D:501:Start on Level U-30 Now! (2/3) pbobbl2u:0:4061D5:1D:501:Start on Level U-30 Now! (3/3) pbobbl2u:0:40AA93:15:001:Start on Level V-26 Now! pbobbl2u:0:4061D1:19:501:Start on Level V-26 Now! (2/3) pbobbl2u:0:4061D5:19:501:Start on Level V-26 Now! (3/3) pbobbl2u:0:40AA93:15:001:Start on Level V-27 Now! pbobbl2u:0:4061D1:1A:501:Start on Level V-27 Now! (2/3) pbobbl2u:0:4061D5:1A:501:Start on Level V-27 Now! (3/3) pbobbl2u:0:40AA93:15:001:Start on Level V-28 Now! pbobbl2u:0:4061D1:1B:501:Start on Level V-28 Now! (2/3) pbobbl2u:0:4061D5:1B:501:Start on Level V-28 Now! (3/3) pbobbl2u:0:40AA93:15:001:Start on Level V-29 Now! pbobbl2u:0:4061D1:1C:501:Start on Level V-29 Now! (2/3) pbobbl2u:0:4061D5:1C:501:Start on Level V-29 Now! (3/3) pbobbl2u:0:40AA93:15:001:Start on Level V-30 Now! pbobbl2u:0:4061D1:1D:501:Start on Level V-30 Now! (2/3) pbobbl2u:0:4061D5:1D:501:Start on Level V-30 Now! (3/3) pbobbl2u:0:40AA93:16:001:Start on Level W-26 Now! pbobbl2u:0:4061D1:19:501:Start on Level W-26 Now! (2/3) pbobbl2u:0:4061D5:19:501:Start on Level W-26 Now! (3/3) pbobbl2u:0:40AA93:16:001:Start on Level W-27 Now! pbobbl2u:0:4061D1:1A:501:Start on Level W-27 Now! (2/3) pbobbl2u:0:4061D5:1A:501:Start on Level W-27 Now! (3/3) pbobbl2u:0:40AA93:16:001:Start on Level W-28 Now! pbobbl2u:0:4061D1:1B:501:Start on Level W-28 Now! (2/3) pbobbl2u:0:4061D5:1B:501:Start on Level W-28 Now! (3/3) pbobbl2u:0:40AA93:16:001:Start on Level W-29 Now! pbobbl2u:0:4061D1:1C:501:Start on Level W-29 Now! (2/3) pbobbl2u:0:4061D5:1C:501:Start on Level W-29 Now! (3/3) pbobbl2u:0:40AA93:16:001:Start on Level W-30 Now! pbobbl2u:0:4061D1:1D:501:Start on Level W-30 Now! (2/3) pbobbl2u:0:4061D5:1D:501:Start on Level W-30 Now! (3/3) pbobbl2u:0:40AA93:17:001:Start on Level ?-26 Now! pbobbl2u:0:4061D1:19:501:Start on Level ?-26 Now! (2/3) pbobbl2u:0:4061D5:19:501:Start on Level ?-26 Now! (3/3) pbobbl2u:0:40AA93:17:001:Start on Level ?-27 Now! pbobbl2u:0:4061D1:1A:501:Start on Level ?-27 Now! (2/3) pbobbl2u:0:4061D5:1A:501:Start on Level ?-27 Now! (3/3) pbobbl2u:0:40AA93:17:001:Start on Level ?-28 Now! pbobbl2u:0:4061D1:1B:501:Start on Level ?-28 Now! (2/3) pbobbl2u:0:4061D5:1B:501:Start on Level ?-28 Now! (3/3) pbobbl2u:0:40AA93:17:001:Start on Level ?-29 Now! pbobbl2u:0:4061D1:1C:501:Start on Level ?-29 Now! (2/3) pbobbl2u:0:4061D5:1C:501:Start on Level ?-29 Now! (3/3) pbobbl2u:0:40AA93:17:001:Start on Level ?-30 Now! pbobbl2u:0:4061D1:1D:501:Start on Level ?-30 Now! (2/3) pbobbl2u:0:4061D5:1D:501:Start on Level ?-30 Now! (3/3) pbobbl2u:0:40AA93:18:001:Start on Level X-26 Now! pbobbl2u:0:4061D1:19:501:Start on Level X-26 Now! (2/3) pbobbl2u:0:4061D5:19:501:Start on Level X-26 Now! (3/3) pbobbl2u:0:40AA93:18:001:Start on Level X-27 Now! pbobbl2u:0:4061D1:1A:501:Start on Level X-27 Now! (2/3) pbobbl2u:0:4061D5:1A:501:Start on Level X-27 Now! (3/3) pbobbl2u:0:40AA93:18:001:Start on Level X-28 Now! pbobbl2u:0:4061D1:1B:501:Start on Level X-28 Now! (2/3) pbobbl2u:0:4061D5:1B:501:Start on Level X-28 Now! (3/3) pbobbl2u:0:40AA93:18:001:Start on Level X-29 Now! pbobbl2u:0:4061D1:1C:501:Start on Level X-29 Now! (2/3) pbobbl2u:0:4061D5:1C:501:Start on Level X-29 Now! (3/3) pbobbl2u:0:40AA93:18:001:Start on Level X-30 Now! pbobbl2u:0:4061D1:1D:501:Start on Level X-30 Now! (2/3) pbobbl2u:0:4061D5:1D:501:Start on Level X-30 Now! (3/3) pbobbl2u:0:40AA93:19:001:Start on Level Y-26 Now! pbobbl2u:0:4061D1:19:501:Start on Level Y-26 Now! (2/3) pbobbl2u:0:4061D5:19:501:Start on Level Y-26 Now! (3/3) pbobbl2u:0:40AA93:19:001:Start on Level Y-27 Now! pbobbl2u:0:4061D1:1A:501:Start on Level Y-27 Now! (2/3) pbobbl2u:0:4061D5:1A:501:Start on Level Y-27 Now! (3/3) pbobbl2u:0:40AA93:19:001:Start on Level Y-28 Now! pbobbl2u:0:4061D1:1B:501:Start on Level Y-28 Now! (2/3) pbobbl2u:0:4061D5:1B:501:Start on Level Y-28 Now! (3/3) pbobbl2u:0:40AA93:19:001:Start on Level Y-29 Now! pbobbl2u:0:4061D1:1C:501:Start on Level Y-29 Now! (2/3) pbobbl2u:0:4061D5:1C:501:Start on Level Y-29 Now! (3/3) pbobbl2u:0:40AA93:19:001:Start on Level Y-30 Now! pbobbl2u:0:4061D1:1D:501:Start on Level Y-30 Now! (2/3) pbobbl2u:0:4061D5:1D:501:Start on Level Y-30 Now! (3/3) pbobbl2u:0:40AA93:1A:001:Start on Level Z-26 Now! pbobbl2u:0:4061D1:19:501:Start on Level Z-26 Now! (2/3) pbobbl2u:0:4061D5:19:501:Start on Level Z-26 Now! (3/3) pbobbl2u:0:40AA93:1A:001:Start on Level Z-27 Now! pbobbl2u:0:4061D1:1A:501:Start on Level Z-27 Now! (2/3) pbobbl2u:0:4061D5:1A:501:Start on Level Z-27 Now! (3/3) pbobbl2u:0:40AA93:1A:001:Start on Level Z-28 Now! pbobbl2u:0:4061D1:1B:501:Start on Level Z-28 Now! (2/3) pbobbl2u:0:4061D5:1B:501:Start on Level Z-28 Now! (3/3) pbobbl2u:0:40AA93:1A:001:Start on Level Z-29 Now! pbobbl2u:0:4061D1:1C:501:Start on Level Z-29 Now! (2/3) pbobbl2u:0:4061D5:1C:501:Start on Level Z-29 Now! (3/3) pbobbl2u:0:40AA93:1A:001:Start on Level Z-30 Now! pbobbl2u:0:4061D1:1D:501:Start on Level Z-30 Now! (2/3) pbobbl2u:0:4061D5:1D:501:Start on Level Z-30 Now! (3/3) pbobbl2u:0:000000:00:999:[ Use the following cheats when you are playing ] pbobbl2u:0:000000:00:999:[ they allow you to go to the level before the ] pbobbl2u:0:000000:00:999:[ Path ] pbobbl2u:0:40AA93:00:001:Go to Level A-05 Next! pbobbl2u:0:4061D1:03:501:Go to Level A-05 Next! (2/3) pbobbl2u:0:4061D5:03:501:Go to Level A-05 Next! (3/3) pbobbl2u:0:40AA93:01:001:Go to Level B-05 Next! pbobbl2u:0:4061D1:03:501:Go to Level B-05 Next! (2/3) pbobbl2u:0:4061D5:03:501:Go to Level B-05 Next! (3/3) pbobbl2u:0:40AA93:02:001:Go to Level C-10 Next! pbobbl2u:0:4061D1:08:501:Go to Level C-10 Next! (2/3) pbobbl2u:0:4061D5:08:501:Go to Level C-10 Next! (3/3) pbobbl2u:0:40AA93:03:001:Go to Level D-10 Next! pbobbl2u:0:4061D1:08:501:Go to Level D-10 Next! (2/3) pbobbl2u:0:4061D5:08:501:Go to Level D-10 Next! (3/3) pbobbl2u:0:40AA93:04:001:Go to Level E-10 Next! pbobbl2u:0:4061D1:08:501:Go to Level E-10 Next! (2/3) pbobbl2u:0:4061D5:08:501:Go to Level E-10 Next! (3/3) pbobbl2u:0:40AA93:05:001:Go to Level F-15 Next! pbobbl2u:0:4061D1:0F:501:Go to Level F-15 Next! (2/3) pbobbl2u:0:4061D5:0F:501:Go to Level F-15 Next! (3/3) pbobbl2u:0:40AA93:06:001:Go to Level G-15 Next! pbobbl2u:0:4061D1:0F:501:Go to Level G-15 Next! (2/3) pbobbl2u:0:4061D5:0F:501:Go to Level G-15 Next! (3/3) pbobbl2u:0:40AA93:07:001:Go to Level H-15 Next! pbobbl2u:0:4061D1:0F:501:Go to Level H-15 Next! (2/3) pbobbl2u:0:4061D5:0F:501:Go to Level H-15 Next! (3/3) pbobbl2u:0:40AA93:08:001:Go to Level I-15 Next! pbobbl2u:0:4061D1:0F:501:Go to Level I-15 Next! (2/3) pbobbl2u:0:4061D5:0F:501:Go to Level I-15 Next! (3/3) pbobbl2u:0:40AA93:09:001:Go to Level J-20 Next! pbobbl2u:0:4061D1:12:501:Go to Level J-20 Next! (2/3) pbobbl2u:0:4061D5:12:501:Go to Level J-20 Next! (3/3) pbobbl2u:0:40AA93:0A:001:Go to Level K-20 Next! pbobbl2u:0:4061D1:12:501:Go to Level K-20 Next! (2/3) pbobbl2u:0:4061D5:12:501:Go to Level K-20 Next! (3/3) pbobbl2u:0:40AA93:0B:001:Go to Level L-20 Next! pbobbl2u:0:4061D1:12:501:Go to Level L-20 Next! (2/3) pbobbl2u:0:4061D5:12:501:Go to Level L-20 Next! (3/3) pbobbl2u:0:40AA93:0C:001:Go to Level M-20 Next! pbobbl2u:0:4061D1:12:501:Go to Level M-20 Next! (2/3) pbobbl2u:0:4061D5:12:501:Go to Level M-20 Next! (3/3) pbobbl2u:0:40AA93:0D:001:Go to Level N-20 Next! pbobbl2u:0:4061D1:12:501:Go to Level N-20 Next! (2/3) pbobbl2u:0:4061D5:12:501:Go to Level N-20 Next! (3/3) pbobbl2u:0:40AA93:0E:001:Go to Level O-25 Next! pbobbl2u:0:4061D1:17:501:Go to Level O-25 Next! (2/3) pbobbl2u:0:4061D5:17:501:Go to Level O-25 Next! (3/3) pbobbl2u:0:40AA93:0F:001:Go to Level P-25 Next! pbobbl2u:0:4061D1:17:501:Go to Level P-25 Next! (2/3) pbobbl2u:0:4061D5:17:501:Go to Level P-25 Next! (3/3) pbobbl2u:0:40AA93:10:001:Go to Level Q-25 Next! pbobbl2u:0:4061D1:17:501:Go to Level Q-25 Next! (2/3) pbobbl2u:0:4061D5:17:501:Go to Level Q-25 Next! (3/3) pbobbl2u:0:40AA93:11:001:Go to Level R-25 Next! pbobbl2u:0:4061D1:17:501:Go to Level R-25 Next! (2/3) pbobbl2u:0:4061D5:17:501:Go to Level R-25 Next! (3/3) pbobbl2u:0:40AA93:12:001:Go to Level S-25 Next! pbobbl2u:0:4061D1:17:501:Go to Level S-25 Next! (2/3) pbobbl2u:0:4061D5:17:501:Go to Level S-25 Next! (3/3) pbobbl2u:0:40AA93:13:001:Go to Level T-25 Next! pbobbl2u:0:4061D1:17:501:Go to Level T-25 Next! (2/3) pbobbl2u:0:4061D5:17:501:Go to Level T-25 Next! (3/3) pbobbl2u:0:40AA93:14:001:Go to Level U-30 Next! pbobbl2u:0:4061D1:1C:501:Go to Level U-30 Next! (2/3) pbobbl2u:0:4061D5:1C:501:Go to Level U-30 Next! (3/3) pbobbl2u:0:40AA93:15:001:Go to Level V-30 Next! pbobbl2u:0:4061D1:1C:501:Go to Level V-30 Next! (2/3) pbobbl2u:0:4061D5:1C:501:Go to Level V-30 Next! (3/3) pbobbl2u:0:40AA93:16:001:Go to Level W-30 Next! pbobbl2u:0:4061D1:1C:501:Go to Level W-30 Next! (2/3) pbobbl2u:0:4061D5:1C:501:Go to Level W-30 Next! (3/3) pbobbl2u:0:40AA93:17:001:Go to Level ?-30 Next! pbobbl2u:0:4061D1:1C:501:Go to Level ?-30 Next! (2/3) pbobbl2u:0:4061D5:1C:501:Go to Level ?-30 Next! (3/3) pbobbl2u:0:40AA93:18:001:Go to Level X-30 Next! pbobbl2u:0:4061D1:1C:501:Go to Level X-30 Next! (2/3) pbobbl2u:0:4061D5:1C:501:Go to Level X-30 Next! (3/3) pbobbl2u:0:40AA93:19:001:Go to Level Y-30 Next! pbobbl2u:0:4061D1:1C:501:Go to Level Y-30 Next! (2/3) pbobbl2u:0:4061D5:1C:501:Go to Level Y-30 Next! (3/3) pbobbl2u:0:40AA93:1A:001:Go to Level Z-30 Next! pbobbl2u:0:4061D1:1C:501:Go to Level Z-30 Next! (2/3) pbobbl2u:0:4061D5:1C:501:Go to Level Z-30 Next! (3/3) pbobbl2u:0:000000:00:999:[ After you enable these region cheats to see any ] pbobbl2u:0:000000:00:999:[ effect you will have to reset the game (F3). ] pbobbl2u:0:000000:00:999:[ Then you will have to turn the Test Mode ON(F2), ] pbobbl2u:0:000000:00:999:[ wait for Test Mode to appear and reset again(F3) ] pbobbl2u:0:0FFFFF:01:100:Region Switch = Japan:Puzzle Bobble 2 pbobbl2u:0:0FFFFF:02:100:Region Switch = US:Bust-A-Move Again pbobbl2u:0:0FFFFF:03:100:Region Switch = World:Puzzle Bobble 2 ; [ Puzzle Bobble 2X (Japan) ] pbobbl2x:0:400091:09:000:Infinite Credits pbobbl2x:0:40D59A:01:000:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen pbobbl2x:0:40D59A:00:000:Disable "Alternate World" Levels pbobbl2x:0:41ECA5:14:000:Infinite Time PL1 pbobbl2x:0:41ED3B:14:000:Infinite Time PL2 pbobbl2x:0:000000:00:999:[ These cheats are for use during Versus Mode ] pbobbl2x:0:40D5CF:00:000:Never Attacked PL1 pbobbl2x:0:41EC99:00:500:Never Attacked PL1 (2/2) pbobbl2x:0:40D5D1:00:000:Never Attacked PL2 pbobbl2x:0:41ED2F:00:500:Never Attacked PL2 (2/2) pbobbl2x:0:000000:00:999:[ These cheats are for use during Puzzle Mode ] pbobbl2x:0:40748C:FF:000:Help line "ON" pbobbl2x:0:40748C:00:001:Help line "OFF" pbobbl2x:0:000000:00:999:[ The following cheats work from the "select ] pbobbl2x:0:000000:00:999:[ path" screen. Press "Pause" & activate the ] pbobbl2x:0:000000:00:999:[ required cheat, then unpause and then press ] pbobbl2x:0:000000:00:999:[ "A" the select button. ] pbobbl2x:0:000000:00:999:[ Warning! Moving the pointer will reset these ] pbobbl2x:0:000000:00:999:[ Start on Level cheats! ] pbobbl2x:0:40DE07:00:001:Start on Level A-01 Now! pbobbl2x:0:407483:00:501:Start on Level A-01 Now! (2/3) pbobbl2x:0:407489:00:501:Start on Level A-01 Now! (3/3) pbobbl2x:0:40DE07:00:001:Start on Level A-02 Now! pbobbl2x:0:407483:01:501:Start on Level A-02 Now! (2/3) pbobbl2x:0:407489:01:501:Start on Level A-02 Now! (3/3) pbobbl2x:0:40DE07:00:001:Start on Level A-03 Now! pbobbl2x:0:407483:02:501:Start on Level A-03 Now! (2/3) pbobbl2x:0:407489:02:501:Start on Level A-03 Now! (3/3) pbobbl2x:0:40DE07:00:001:Start on Level A-04 Now! pbobbl2x:0:407483:03:501:Start on Level A-04 Now! (2/3) pbobbl2x:0:407489:03:501:Start on Level A-04 Now! (3/3) pbobbl2x:0:40DE07:00:001:Start on Level A-05 Now! pbobbl2x:0:407483:04:501:Start on Level A-05 Now! (2/3) pbobbl2x:0:407489:04:501:Start on Level A-05 Now! (3/3) pbobbl2x:0:40DE07:01:001:Start on Level B-01 Now! pbobbl2x:0:407483:00:501:Start on Level B-01 Now! (2/3) pbobbl2x:0:407489:00:501:Start on Level B-01 Now! (3/3) pbobbl2x:0:40DE07:01:001:Start on Level B-02 Now! pbobbl2x:0:407483:01:501:Start on Level B-02 Now! (2/3) pbobbl2x:0:407489:01:501:Start on Level B-02 Now! (3/3) pbobbl2x:0:40DE07:01:001:Start on Level B-03 Now! pbobbl2x:0:407483:02:501:Start on Level B-03 Now! (2/3) pbobbl2x:0:407489:02:501:Start on Level B-03 Now! (3/3) pbobbl2x:0:40DE07:01:001:Start on Level B-04 Now! pbobbl2x:0:407483:03:501:Start on Level B-04 Now! (2/3) pbobbl2x:0:407489:03:501:Start on Level B-04 Now! (3/3) pbobbl2x:0:40DE07:01:001:Start on Level B-05 Now! pbobbl2x:0:407483:04:501:Start on Level B-05 Now! (2/3) pbobbl2x:0:407489:04:501:Start on Level B-05 Now! (3/3) pbobbl2x:0:40DE07:02:001:Start on Level C-06 Now! pbobbl2x:0:407483:05:501:Start on Level C-06 Now! (2/3) pbobbl2x:0:407489:05:501:Start on Level C-06 Now! (3/3) pbobbl2x:0:40DE07:02:001:Start on Level C-07 Now! pbobbl2x:0:407483:06:501:Start on Level C-07 Now! (2/3) pbobbl2x:0:407489:06:501:Start on Level C-07 Now! (3/3) pbobbl2x:0:40DE07:02:001:Start on Level C-08 Now! pbobbl2x:0:407483:07:501:Start on Level C-08 Now! (2/3) pbobbl2x:0:407489:07:501:Start on Level C-08 Now! (3/3) pbobbl2x:0:40DE07:02:001:Start on Level C-09 Now! pbobbl2x:0:407483:08:501:Start on Level C-09 Now! (2/3) pbobbl2x:0:407489:08:501:Start on Level C-09 Now! (3/3) pbobbl2x:0:40DE07:02:001:Start on Level C-10 Now! pbobbl2x:0:407483:09:501:Start on Level C-10 Now! (2/3) pbobbl2x:0:407489:09:501:Start on Level C-10 Now! (3/3) pbobbl2x:0:40DE07:03:001:Start on Level D-06 Now! pbobbl2x:0:407483:05:501:Start on Level D-06 Now! (2/3) pbobbl2x:0:407489:05:501:Start on Level D-06 Now! (3/3) pbobbl2x:0:40DE07:03:001:Start on Level D-07 Now! pbobbl2x:0:407483:06:501:Start on Level D-07 Now! (2/3) pbobbl2x:0:407489:06:501:Start on Level D-07 Now! (3/3) pbobbl2x:0:40DE07:03:001:Start on Level D-08 Now! pbobbl2x:0:407483:07:501:Start on Level D-08 Now! (2/3) pbobbl2x:0:407489:07:501:Start on Level D-08 Now! (3/3) pbobbl2x:0:40DE07:03:001:Start on Level D-09 Now! pbobbl2x:0:407483:08:501:Start on Level D-09 Now! (2/3) pbobbl2x:0:407489:08:501:Start on Level D-09 Now! (3/3) pbobbl2x:0:40DE07:03:001:Start on Level D-10 Now! pbobbl2x:0:407483:09:501:Start on Level D-10 Now! (2/3) pbobbl2x:0:407489:09:501:Start on Level D-10 Now! (3/3) pbobbl2x:0:40DE07:04:001:Start on Level E-06 Now! pbobbl2x:0:407483:05:501:Start on Level E-06 Now! (2/3) pbobbl2x:0:407489:05:501:Start on Level E-06 Now! (3/3) pbobbl2x:0:40DE07:04:001:Start on Level E-07 Now! pbobbl2x:0:407483:06:501:Start on Level E-07 Now! (2/3) pbobbl2x:0:407489:06:501:Start on Level E-07 Now! (3/3) pbobbl2x:0:40DE07:04:001:Start on Level E-08 Now! pbobbl2x:0:407483:07:501:Start on Level E-08 Now! (2/3) pbobbl2x:0:407489:07:501:Start on Level E-08 Now! (3/3) pbobbl2x:0:40DE07:04:001:Start on Level E-09 Now! pbobbl2x:0:407483:08:501:Start on Level E-09 Now! (2/3) pbobbl2x:0:407489:08:501:Start on Level E-09 Now! (3/3) pbobbl2x:0:40DE07:04:001:Start on Level E-10 Now! pbobbl2x:0:407483:09:501:Start on Level E-10 Now! (2/3) pbobbl2x:0:407489:09:501:Start on Level E-10 Now! (3/3) pbobbl2x:0:40DE07:05:001:Start on Level F-11 Now! pbobbl2x:0:407483:0A:501:Start on Level F-11 Now! (2/3) pbobbl2x:0:407489:0A:501:Start on Level F-11 Now! (3/3) pbobbl2x:0:40DE07:05:001:Start on Level F-12 Now! pbobbl2x:0:407483:0B:501:Start on Level F-12 Now! (2/3) pbobbl2x:0:407489:0B:501:Start on Level F-12 Now! (3/3) pbobbl2x:0:40DE07:05:001:Start on Level F-13 Now! pbobbl2x:0:407483:0C:501:Start on Level F-13 Now! (2/3) pbobbl2x:0:407489:0C:501:Start on Level F-13 Now! (3/3) pbobbl2x:0:40DE07:05:001:Start on Level F-14 Now! pbobbl2x:0:407483:0D:501:Start on Level F-14 Now! (2/3) pbobbl2x:0:407489:0D:501:Start on Level F-14 Now! (3/3) pbobbl2x:0:40DE07:05:001:Start on Level F-15 Now! pbobbl2x:0:407483:0E:501:Start on Level F-15 Now! (2/3) pbobbl2x:0:407489:0E:501:Start on Level F-15 Now! (3/3) pbobbl2x:0:40DE07:06:001:Start on Level G-11 Now! pbobbl2x:0:407483:0A:501:Start on Level G-11 Now! (2/3) pbobbl2x:0:407489:0A:501:Start on Level G-11 Now! (3/3) pbobbl2x:0:40DE07:06:001:Start on Level G-12 Now! pbobbl2x:0:407483:0B:501:Start on Level G-12 Now! (2/3) pbobbl2x:0:407489:0B:501:Start on Level G-12 Now! (3/3) pbobbl2x:0:40DE07:06:001:Start on Level G-13 Now! pbobbl2x:0:407483:0C:501:Start on Level G-13 Now! (2/3) pbobbl2x:0:407489:0C:501:Start on Level G-13 Now! (3/3) pbobbl2x:0:40DE07:06:001:Start on Level G-14 Now! pbobbl2x:0:407483:0D:501:Start on Level G-14 Now! (2/3) pbobbl2x:0:407489:0D:501:Start on Level G-14 Now! (3/3) pbobbl2x:0:40DE07:06:001:Start on Level G-15 Now! pbobbl2x:0:407483:0E:501:Start on Level G-15 Now! (2/3) pbobbl2x:0:407489:0E:501:Start on Level G-15 Now! (3/3) pbobbl2x:0:40DE07:07:001:Start on Level H-11 Now! pbobbl2x:0:407483:0A:501:Start on Level H-11 Now! (2/3) pbobbl2x:0:407489:0A:501:Start on Level H-11 Now! (3/3) pbobbl2x:0:40DE07:07:001:Start on Level H-12 Now! pbobbl2x:0:407483:0B:501:Start on Level H-12 Now! (2/3) pbobbl2x:0:407489:0B:501:Start on Level H-12 Now! (3/3) pbobbl2x:0:40DE07:07:001:Start on Level H-13 Now! pbobbl2x:0:407483:0C:501:Start on Level H-13 Now! (2/3) pbobbl2x:0:407489:0C:501:Start on Level H-13 Now! (3/3) pbobbl2x:0:40DE07:07:001:Start on Level H-14 Now! pbobbl2x:0:407483:0D:501:Start on Level H-14 Now! (2/3) pbobbl2x:0:407489:0D:501:Start on Level H-14 Now! (3/3) pbobbl2x:0:40DE07:07:001:Start on Level H-15 Now! pbobbl2x:0:407483:0E:501:Start on Level H-15 Now! (2/3) pbobbl2x:0:407489:0E:501:Start on Level H-15 Now! (3/3) pbobbl2x:0:40DE07:08:001:Start on Level I-11 Now! pbobbl2x:0:407483:0A:501:Start on Level I-11 Now! (2/3) pbobbl2x:0:407489:0A:501:Start on Level I-11 Now! (3/3) pbobbl2x:0:40DE07:08:001:Start on Level I-12 Now! pbobbl2x:0:407483:0B:501:Start on Level I-12 Now! (2/3) pbobbl2x:0:407489:0B:501:Start on Level I-12 Now! (3/3) pbobbl2x:0:40DE07:08:001:Start on Level I-13 Now! pbobbl2x:0:407483:0C:501:Start on Level I-13 Now! (2/3) pbobbl2x:0:407489:0C:501:Start on Level I-13 Now! (3/3) pbobbl2x:0:40DE07:08:001:Start on Level I-14 Now! pbobbl2x:0:407483:0D:501:Start on Level I-14 Now! (2/3) pbobbl2x:0:407489:0D:501:Start on Level I-14 Now! (3/3) pbobbl2x:0:40DE07:08:001:Start on Level I-15 Now! pbobbl2x:0:407483:0E:501:Start on Level I-15 Now! (2/3) pbobbl2x:0:407489:0E:501:Start on Level I-15 Now! (3/3) pbobbl2x:0:40DE07:09:001:Start on Level J-16 Now! pbobbl2x:0:407483:0F:501:Start on Level J-16 Now! (2/3) pbobbl2x:0:407489:0F:501:Start on Level J-16 Now! (3/3) pbobbl2x:0:40DE07:09:001:Start on Level J-17 Now! pbobbl2x:0:407483:10:501:Start on Level J-17 Now! (2/3) pbobbl2x:0:407489:10:501:Start on Level J-17 Now! (3/3) pbobbl2x:0:40DE07:09:001:Start on Level J-18 Now! pbobbl2x:0:407483:11:501:Start on Level J-18 Now! (2/3) pbobbl2x:0:407489:11:501:Start on Level J-18 Now! (3/3) pbobbl2x:0:40DE07:09:001:Start on Level J-19 Now! pbobbl2x:0:407483:12:501:Start on Level J-19 Now! (2/3) pbobbl2x:0:407489:12:501:Start on Level J-19 Now! (3/3) pbobbl2x:0:40DE07:09:001:Start on Level J-20 Now! pbobbl2x:0:407483:13:501:Start on Level J-20 Now! (2/3) pbobbl2x:0:407489:13:501:Start on Level J-20 Now! (3/3) pbobbl2x:0:40DE07:0A:001:Start on Level K-16 Now! pbobbl2x:0:407483:0F:501:Start on Level K-16 Now! (2/3) pbobbl2x:0:407489:0F:501:Start on Level K-16 Now! (3/3) pbobbl2x:0:40DE07:0A:001:Start on Level K-17 Now! pbobbl2x:0:407483:10:501:Start on Level K-17 Now! (2/3) pbobbl2x:0:407489:10:501:Start on Level K-17 Now! (3/3) pbobbl2x:0:40DE07:0A:001:Start on Level K-18 Now! pbobbl2x:0:407483:11:501:Start on Level K-18 Now! (2/3) pbobbl2x:0:407489:11:501:Start on Level K-18 Now! (3/3) pbobbl2x:0:40DE07:0A:001:Start on Level K-19 Now! pbobbl2x:0:407483:12:501:Start on Level K-19 Now! (2/3) pbobbl2x:0:407489:12:501:Start on Level K-19 Now! (3/3) pbobbl2x:0:40DE07:0A:001:Start on Level K-20 Now! pbobbl2x:0:407483:13:501:Start on Level K-20 Now! (2/3) pbobbl2x:0:407489:13:501:Start on Level K-20 Now! (3/3) pbobbl2x:0:40DE07:0B:001:Start on Level L-16 Now! pbobbl2x:0:407483:0F:501:Start on Level L-16 Now! (2/3) pbobbl2x:0:407489:0F:501:Start on Level L-16 Now! (3/3) pbobbl2x:0:40DE07:0B:001:Start on Level L-17 Now! pbobbl2x:0:407483:10:501:Start on Level L-17 Now! (2/3) pbobbl2x:0:407489:10:501:Start on Level L-17 Now! (3/3) pbobbl2x:0:40DE07:0B:001:Start on Level L-18 Now! pbobbl2x:0:407483:11:501:Start on Level L-18 Now! (2/3) pbobbl2x:0:407489:11:501:Start on Level L-18 Now! (3/3) pbobbl2x:0:40DE07:0B:001:Start on Level L-19 Now! pbobbl2x:0:407483:12:501:Start on Level L-19 Now! (2/3) pbobbl2x:0:407489:12:501:Start on Level L-19 Now! (3/3) pbobbl2x:0:40DE07:0B:001:Start on Level L-20 Now! pbobbl2x:0:407483:13:501:Start on Level L-20 Now! (2/3) pbobbl2x:0:407489:13:501:Start on Level L-20 Now! (3/3) pbobbl2x:0:40DE07:0C:001:Start on Level M-16 Now! pbobbl2x:0:407483:0F:501:Start on Level M-16 Now! (2/3) pbobbl2x:0:407489:0F:501:Start on Level M-16 Now! (3/3) pbobbl2x:0:40DE07:0C:001:Start on Level M-17 Now! pbobbl2x:0:407483:10:501:Start on Level M-17 Now! (2/3) pbobbl2x:0:407489:10:501:Start on Level M-17 Now! (3/3) pbobbl2x:0:40DE07:0C:001:Start on Level M-18 Now! pbobbl2x:0:407483:11:501:Start on Level M-18 Now! (2/3) pbobbl2x:0:407489:11:501:Start on Level M-18 Now! (3/3) pbobbl2x:0:40DE07:0C:001:Start on Level M-19 Now! pbobbl2x:0:407483:12:501:Start on Level M-19 Now! (2/3) pbobbl2x:0:407489:12:501:Start on Level M-19 Now! (3/3) pbobbl2x:0:40DE07:0C:001:Start on Level M-20 Now! pbobbl2x:0:407483:13:501:Start on Level M-20 Now! (2/3) pbobbl2x:0:407489:13:501:Start on Level M-20 Now! (3/3) pbobbl2x:0:40DE07:0D:001:Start on Level N-16 Now! pbobbl2x:0:407483:0F:501:Start on Level N-16 Now! (2/3) pbobbl2x:0:407489:0F:501:Start on Level N-16 Now! (3/3) pbobbl2x:0:40DE07:0D:001:Start on Level N-17 Now! pbobbl2x:0:407483:10:501:Start on Level N-17 Now! (2/3) pbobbl2x:0:407489:10:501:Start on Level N-17 Now! (3/3) pbobbl2x:0:40DE07:0D:001:Start on Level N-18 Now! pbobbl2x:0:407483:11:501:Start on Level N-18 Now! (2/3) pbobbl2x:0:407489:11:501:Start on Level N-18 Now! (3/3) pbobbl2x:0:40DE07:0D:001:Start on Level N-19 Now! pbobbl2x:0:407483:12:501:Start on Level N-19 Now! (2/3) pbobbl2x:0:407489:12:501:Start on Level N-19 Now! (3/3) pbobbl2x:0:40DE07:0D:001:Start on Level N-20 Now! pbobbl2x:0:407483:13:501:Start on Level N-20 Now! (2/3) pbobbl2x:0:407489:13:501:Start on Level N-20 Now! (3/3) pbobbl2x:0:40DE07:0E:001:Start on Level O-21 Now! pbobbl2x:0:407483:14:501:Start on Level O-21 Now! (2/3) pbobbl2x:0:407489:14:501:Start on Level O-21 Now! (3/3) pbobbl2x:0:40DE07:0E:001:Start on Level O-22 Now! pbobbl2x:0:407483:15:501:Start on Level O-22 Now! (2/3) pbobbl2x:0:407489:15:501:Start on Level O-22 Now! (3/3) pbobbl2x:0:40DE07:0E:001:Start on Level O-23 Now! pbobbl2x:0:407483:16:501:Start on Level O-23 Now! (2/3) pbobbl2x:0:407489:16:501:Start on Level O-23 Now! (3/3) pbobbl2x:0:40DE07:0E:001:Start on Level O-24 Now! pbobbl2x:0:407483:17:501:Start on Level O-24 Now! (2/3) pbobbl2x:0:407489:17:501:Start on Level O-24 Now! (3/3) pbobbl2x:0:40DE07:0E:001:Start on Level O-25 Now! pbobbl2x:0:407483:18:501:Start on Level O-25 Now! (2/3) pbobbl2x:0:407489:18:501:Start on Level O-25 Now! (3/3) pbobbl2x:0:40DE07:0F:001:Start on Level P-21 Now! pbobbl2x:0:407483:14:501:Start on Level P-21 Now! (2/3) pbobbl2x:0:407489:14:501:Start on Level P-21 Now! (3/3) pbobbl2x:0:40DE07:0F:001:Start on Level P-22 Now! pbobbl2x:0:407483:15:501:Start on Level P-22 Now! (2/3) pbobbl2x:0:407489:15:501:Start on Level P-22 Now! (3/3) pbobbl2x:0:40DE07:0F:001:Start on Level P-23 Now! pbobbl2x:0:407483:16:501:Start on Level P-23 Now! (2/3) pbobbl2x:0:407489:16:501:Start on Level P-23 Now! (3/3) pbobbl2x:0:40DE07:0F:001:Start on Level P-24 Now! pbobbl2x:0:407483:17:501:Start on Level P-24 Now! (2/3) pbobbl2x:0:407489:17:501:Start on Level P-24 Now! (3/3) pbobbl2x:0:40DE07:0F:001:Start on Level P-25 Now! pbobbl2x:0:407483:18:501:Start on Level P-25 Now! (2/3) pbobbl2x:0:407489:18:501:Start on Level P-25 Now! (3/3) pbobbl2x:0:40DE07:10:001:Start on Level Q-21 Now! pbobbl2x:0:407483:14:501:Start on Level Q-21 Now! (2/3) pbobbl2x:0:407489:14:501:Start on Level Q-21 Now! (3/3) pbobbl2x:0:40DE07:10:001:Start on Level Q-22 Now! pbobbl2x:0:407483:15:501:Start on Level Q-22 Now! (2/3) pbobbl2x:0:407489:15:501:Start on Level Q-22 Now! (3/3) pbobbl2x:0:40DE07:10:001:Start on Level Q-23 Now! pbobbl2x:0:407483:16:501:Start on Level Q-23 Now! (2/3) pbobbl2x:0:407489:16:501:Start on Level Q-23 Now! (3/3) pbobbl2x:0:40DE07:10:001:Start on Level Q-24 Now! pbobbl2x:0:407483:17:501:Start on Level Q-24 Now! (2/3) pbobbl2x:0:407489:17:501:Start on Level Q-24 Now! (3/3) pbobbl2x:0:40DE07:10:001:Start on Level Q-25 Now! pbobbl2x:0:407483:18:501:Start on Level Q-25 Now! (2/3) pbobbl2x:0:407489:18:501:Start on Level Q-25 Now! (3/3) pbobbl2x:0:40DE07:11:001:Start on Level R-21 Now! pbobbl2x:0:407483:14:501:Start on Level R-21 Now! (2/3) pbobbl2x:0:407489:14:501:Start on Level R-21 Now! (3/3) pbobbl2x:0:40DE07:11:001:Start on Level R-22 Now! pbobbl2x:0:407483:15:501:Start on Level R-22 Now! (2/3) pbobbl2x:0:407489:15:501:Start on Level R-22 Now! (3/3) pbobbl2x:0:40DE07:11:001:Start on Level R-23 Now! pbobbl2x:0:407483:16:501:Start on Level R-23 Now! (2/3) pbobbl2x:0:407489:16:501:Start on Level R-23 Now! (3/3) pbobbl2x:0:40DE07:11:001:Start on Level R-24 Now! pbobbl2x:0:407483:17:501:Start on Level R-24 Now! (2/3) pbobbl2x:0:407489:17:501:Start on Level R-24 Now! (3/3) pbobbl2x:0:40DE07:11:001:Start on Level R-25 Now! pbobbl2x:0:407483:18:501:Start on Level R-25 Now! (2/3) pbobbl2x:0:407489:18:501:Start on Level R-25 Now! (3/3) pbobbl2x:0:40DE07:12:001:Start on Level S-21 Now! pbobbl2x:0:407483:14:501:Start on Level S-21 Now! (2/3) pbobbl2x:0:407489:14:501:Start on Level S-21 Now! (3/3) pbobbl2x:0:40DE07:12:001:Start on Level S-22 Now! pbobbl2x:0:407483:15:501:Start on Level S-22 Now! (2/3) pbobbl2x:0:407489:15:501:Start on Level S-22 Now! (3/3) pbobbl2x:0:40DE07:12:001:Start on Level S-23 Now! pbobbl2x:0:407483:16:501:Start on Level S-23 Now! (2/3) pbobbl2x:0:407489:16:501:Start on Level S-23 Now! (3/3) pbobbl2x:0:40DE07:12:001:Start on Level S-24 Now! pbobbl2x:0:407483:17:501:Start on Level S-24 Now! (2/3) pbobbl2x:0:407489:17:501:Start on Level S-24 Now! (3/3) pbobbl2x:0:40DE07:12:001:Start on Level S-25 Now! pbobbl2x:0:407483:18:501:Start on Level S-25 Now! (2/3) pbobbl2x:0:407489:18:501:Start on Level S-25 Now! (3/3) pbobbl2x:0:40DE07:13:001:Start on Level T-21 Now! pbobbl2x:0:407483:14:501:Start on Level T-21 Now! (2/3) pbobbl2x:0:407489:14:501:Start on Level T-21 Now! (3/3) pbobbl2x:0:40DE07:13:001:Start on Level T-22 Now! pbobbl2x:0:407483:15:501:Start on Level T-22 Now! (2/3) pbobbl2x:0:407489:15:501:Start on Level T-22 Now! (3/3) pbobbl2x:0:40DE07:13:001:Start on Level T-23 Now! pbobbl2x:0:407483:16:501:Start on Level T-23 Now! (2/3) pbobbl2x:0:407489:16:501:Start on Level T-23 Now! (3/3) pbobbl2x:0:40DE07:13:001:Start on Level T-24 Now! pbobbl2x:0:407483:17:501:Start on Level T-24 Now! (2/3) pbobbl2x:0:407489:17:501:Start on Level T-24 Now! (3/3) pbobbl2x:0:40DE07:13:001:Start on Level T-25 Now! pbobbl2x:0:407483:18:501:Start on Level T-25 Now! (2/3) pbobbl2x:0:407489:18:501:Start on Level T-25 Now! (3/3) pbobbl2x:0:40DE07:14:001:Start on Level U-26 Now! pbobbl2x:0:407483:19:501:Start on Level U-26 Now! (2/3) pbobbl2x:0:407489:19:501:Start on Level U-26 Now! (3/3) pbobbl2x:0:40DE07:14:001:Start on Level U-27 Now! pbobbl2x:0:407483:1A:501:Start on Level U-27 Now! (2/3) pbobbl2x:0:407489:1A:501:Start on Level U-27 Now! (3/3) pbobbl2x:0:40DE07:14:001:Start on Level U-28 Now! pbobbl2x:0:407483:1B:501:Start on Level U-28 Now! (2/3) pbobbl2x:0:407489:1B:501:Start on Level U-28 Now! (3/3) pbobbl2x:0:40DE07:14:001:Start on Level U-29 Now! pbobbl2x:0:407483:1C:501:Start on Level U-29 Now! (2/3) pbobbl2x:0:407489:1C:501:Start on Level U-29 Now! (3/3) pbobbl2x:0:40DE07:14:001:Start on Level U-30 Now! pbobbl2x:0:407483:1D:501:Start on Level U-30 Now! (2/3) pbobbl2x:0:407489:1D:501:Start on Level U-30 Now! (3/3) pbobbl2x:0:40DE07:15:001:Start on Level V-26 Now! pbobbl2x:0:407483:19:501:Start on Level V-26 Now! (2/3) pbobbl2x:0:407489:19:501:Start on Level V-26 Now! (3/3) pbobbl2x:0:40DE07:15:001:Start on Level V-27 Now! pbobbl2x:0:407483:1A:501:Start on Level V-27 Now! (2/3) pbobbl2x:0:407489:1A:501:Start on Level V-27 Now! (3/3) pbobbl2x:0:40DE07:15:001:Start on Level V-28 Now! pbobbl2x:0:407483:1B:501:Start on Level V-28 Now! (2/3) pbobbl2x:0:407489:1B:501:Start on Level V-28 Now! (3/3) pbobbl2x:0:40DE07:15:001:Start on Level V-29 Now! pbobbl2x:0:407483:1C:501:Start on Level V-29 Now! (2/3) pbobbl2x:0:407489:1C:501:Start on Level V-29 Now! (3/3) pbobbl2x:0:40DE07:15:001:Start on Level V-30 Now! pbobbl2x:0:407483:1D:501:Start on Level V-30 Now! (2/3) pbobbl2x:0:407489:1D:501:Start on Level V-30 Now! (3/3) pbobbl2x:0:40DE07:16:001:Start on Level W-26 Now! pbobbl2x:0:407483:19:501:Start on Level W-26 Now! (2/3) pbobbl2x:0:407489:19:501:Start on Level W-26 Now! (3/3) pbobbl2x:0:40DE07:16:001:Start on Level W-27 Now! pbobbl2x:0:407483:1A:501:Start on Level W-27 Now! (2/3) pbobbl2x:0:407489:1A:501:Start on Level W-27 Now! (3/3) pbobbl2x:0:40DE07:16:001:Start on Level W-28 Now! pbobbl2x:0:407483:1B:501:Start on Level W-28 Now! (2/3) pbobbl2x:0:407489:1B:501:Start on Level W-28 Now! (3/3) pbobbl2x:0:40DE07:16:001:Start on Level W-29 Now! pbobbl2x:0:407483:1C:501:Start on Level W-29 Now! (2/3) pbobbl2x:0:407489:1C:501:Start on Level W-29 Now! (3/3) pbobbl2x:0:40DE07:16:001:Start on Level W-30 Now! pbobbl2x:0:407483:1D:501:Start on Level W-30 Now! (2/3) pbobbl2x:0:407489:1D:501:Start on Level W-30 Now! (3/3) pbobbl2x:0:40DE07:17:001:Start on Level ?-26 Now! pbobbl2x:0:407483:19:501:Start on Level ?-26 Now! (2/3) pbobbl2x:0:407489:19:501:Start on Level ?-26 Now! (3/3) pbobbl2x:0:40DE07:17:001:Start on Level ?-27 Now! pbobbl2x:0:407483:1A:501:Start on Level ?-27 Now! (2/3) pbobbl2x:0:407489:1A:501:Start on Level ?-27 Now! (3/3) pbobbl2x:0:40DE07:17:001:Start on Level ?-28 Now! pbobbl2x:0:407483:1B:501:Start on Level ?-28 Now! (2/3) pbobbl2x:0:407489:1B:501:Start on Level ?-28 Now! (3/3) pbobbl2x:0:40DE07:17:001:Start on Level ?-29 Now! pbobbl2x:0:407483:1C:501:Start on Level ?-29 Now! (2/3) pbobbl2x:0:407489:1C:501:Start on Level ?-29 Now! (3/3) pbobbl2x:0:40DE07:17:001:Start on Level ?-30 Now! pbobbl2x:0:407483:1D:501:Start on Level ?-30 Now! (2/3) pbobbl2x:0:407489:1D:501:Start on Level ?-30 Now! (3/3) pbobbl2x:0:40DE07:18:001:Start on Level X-26 Now! pbobbl2x:0:407483:19:501:Start on Level X-26 Now! (2/3) pbobbl2x:0:407489:19:501:Start on Level X-26 Now! (3/3) pbobbl2x:0:40DE07:18:001:Start on Level X-27 Now! pbobbl2x:0:407483:1A:501:Start on Level X-27 Now! (2/3) pbobbl2x:0:407489:1A:501:Start on Level X-27 Now! (3/3) pbobbl2x:0:40DE07:18:001:Start on Level X-28 Now! pbobbl2x:0:407483:1B:501:Start on Level X-28 Now! (2/3) pbobbl2x:0:407489:1B:501:Start on Level X-28 Now! (3/3) pbobbl2x:0:40DE07:18:001:Start on Level X-29 Now! pbobbl2x:0:407483:1C:501:Start on Level X-29 Now! (2/3) pbobbl2x:0:407489:1C:501:Start on Level X-29 Now! (3/3) pbobbl2x:0:40DE07:18:001:Start on Level X-30 Now! pbobbl2x:0:407483:1D:501:Start on Level X-30 Now! (2/3) pbobbl2x:0:407489:1D:501:Start on Level X-30 Now! (3/3) pbobbl2x:0:40DE07:19:001:Start on Level Y-26 Now! pbobbl2x:0:407483:19:501:Start on Level Y-26 Now! (2/3) pbobbl2x:0:407489:19:501:Start on Level Y-26 Now! (3/3) pbobbl2x:0:40DE07:19:001:Start on Level Y-27 Now! pbobbl2x:0:407483:1A:501:Start on Level Y-27 Now! (2/3) pbobbl2x:0:407489:1A:501:Start on Level Y-27 Now! (3/3) pbobbl2x:0:40DE07:19:001:Start on Level Y-28 Now! pbobbl2x:0:407483:1B:501:Start on Level Y-28 Now! (2/3) pbobbl2x:0:407489:1B:501:Start on Level Y-28 Now! (3/3) pbobbl2x:0:40DE07:19:001:Start on Level Y-29 Now! pbobbl2x:0:407483:1C:501:Start on Level Y-29 Now! (2/3) pbobbl2x:0:407489:1C:501:Start on Level Y-29 Now! (3/3) pbobbl2x:0:40DE07:19:001:Start on Level Y-30 Now! pbobbl2x:0:407483:1D:501:Start on Level Y-30 Now! (2/3) pbobbl2x:0:407489:1D:501:Start on Level Y-30 Now! (3/3) pbobbl2x:0:40DE07:1A:001:Start on Level Z-26 Now! pbobbl2x:0:407483:19:501:Start on Level Z-26 Now! (2/3) pbobbl2x:0:407489:19:501:Start on Level Z-26 Now! (3/3) pbobbl2x:0:40DE07:1A:001:Start on Level Z-27 Now! pbobbl2x:0:407483:1A:501:Start on Level Z-27 Now! (2/3) pbobbl2x:0:407489:1A:501:Start on Level Z-27 Now! (3/3) pbobbl2x:0:40DE07:1A:001:Start on Level Z-28 Now! pbobbl2x:0:407483:1B:501:Start on Level Z-28 Now! (2/3) pbobbl2x:0:407489:1B:501:Start on Level Z-28 Now! (3/3) pbobbl2x:0:40DE07:1A:001:Start on Level Z-29 Now! pbobbl2x:0:407483:1C:501:Start on Level Z-29 Now! (2/3) pbobbl2x:0:407489:1C:501:Start on Level Z-29 Now! (3/3) pbobbl2x:0:40DE07:1A:001:Start on Level Z-30 Now! pbobbl2x:0:407483:1D:501:Start on Level Z-30 Now! (2/3) pbobbl2x:0:407489:1D:501:Start on Level Z-30 Now! (3/3) pbobbl2x:0:000000:00:999:[ Use the following cheats when you are playing ] pbobbl2x:0:000000:00:999:[ they allow you to go to the level before the ] pbobbl2x:0:000000:00:999:[ Path ] pbobbl2x:0:40DE07:00:001:Go to Level A-05 Next! pbobbl2x:0:407483:03:501:Go to Level A-05 Next! (2/3) pbobbl2x:0:407489:03:501:Go to Level A-05 Next! (3/3) pbobbl2x:0:40DE07:01:001:Go to Level B-05 Next! pbobbl2x:0:407483:03:501:Go to Level B-05 Next! (2/3) pbobbl2x:0:407489:03:501:Go to Level B-05 Next! (3/3) pbobbl2x:0:40DE07:02:001:Go to Level C-10 Next! pbobbl2x:0:407483:08:501:Go to Level C-10 Next! (2/3) pbobbl2x:0:407489:08:501:Go to Level C-10 Next! (3/3) pbobbl2x:0:40DE07:03:001:Go to Level D-10 Next! pbobbl2x:0:407483:08:501:Go to Level D-10 Next! (2/3) pbobbl2x:0:407489:08:501:Go to Level D-10 Next! (3/3) pbobbl2x:0:40DE07:04:001:Go to Level E-10 Next! pbobbl2x:0:407483:08:501:Go to Level E-10 Next! (2/3) pbobbl2x:0:407489:08:501:Go to Level E-10 Next! (3/3) pbobbl2x:0:40DE07:05:001:Go to Level F-15 Next! pbobbl2x:0:407483:0F:501:Go to Level F-15 Next! (2/3) pbobbl2x:0:407489:0F:501:Go to Level F-15 Next! (3/3) pbobbl2x:0:40DE07:06:001:Go to Level G-15 Next! pbobbl2x:0:407483:0F:501:Go to Level G-15 Next! (2/3) pbobbl2x:0:407489:0F:501:Go to Level G-15 Next! (3/3) pbobbl2x:0:40DE07:07:001:Go to Level H-15 Next! pbobbl2x:0:407483:0F:501:Go to Level H-15 Next! (2/3) pbobbl2x:0:407489:0F:501:Go to Level H-15 Next! (3/3) pbobbl2x:0:40DE07:08:001:Go to Level I-15 Next! pbobbl2x:0:407483:0F:501:Go to Level I-15 Next! (2/3) pbobbl2x:0:407489:0F:501:Go to Level I-15 Next! (3/3) pbobbl2x:0:40DE07:09:001:Go to Level J-20 Next! pbobbl2x:0:407483:12:501:Go to Level J-20 Next! (2/3) pbobbl2x:0:407489:12:501:Go to Level J-20 Next! (3/3) pbobbl2x:0:40DE07:0A:001:Go to Level K-20 Next! pbobbl2x:0:407483:12:501:Go to Level K-20 Next! (2/3) pbobbl2x:0:407489:12:501:Go to Level K-20 Next! (3/3) pbobbl2x:0:40DE07:0B:001:Go to Level L-20 Next! pbobbl2x:0:407483:12:501:Go to Level L-20 Next! (2/3) pbobbl2x:0:407489:12:501:Go to Level L-20 Next! (3/3) pbobbl2x:0:40DE07:0C:001:Go to Level M-20 Next! pbobbl2x:0:407483:12:501:Go to Level M-20 Next! (2/3) pbobbl2x:0:407489:12:501:Go to Level M-20 Next! (3/3) pbobbl2x:0:40DE07:0D:001:Go to Level N-20 Next! pbobbl2x:0:407483:12:501:Go to Level N-20 Next! (2/3) pbobbl2x:0:407489:12:501:Go to Level N-20 Next! (3/3) pbobbl2x:0:40DE07:0E:001:Go to Level O-25 Next! pbobbl2x:0:407483:17:501:Go to Level O-25 Next! (2/3) pbobbl2x:0:407489:17:501:Go to Level O-25 Next! (3/3) pbobbl2x:0:40DE07:0F:001:Go to Level P-25 Next! pbobbl2x:0:407483:17:501:Go to Level P-25 Next! (2/3) pbobbl2x:0:407489:17:501:Go to Level P-25 Next! (3/3) pbobbl2x:0:40DE07:10:001:Go to Level Q-25 Next! pbobbl2x:0:407483:17:501:Go to Level Q-25 Next! (2/3) pbobbl2x:0:407489:17:501:Go to Level Q-25 Next! (3/3) pbobbl2x:0:40DE07:11:001:Go to Level R-25 Next! pbobbl2x:0:407483:17:501:Go to Level R-25 Next! (2/3) pbobbl2x:0:407489:17:501:Go to Level R-25 Next! (3/3) pbobbl2x:0:40DE07:12:001:Go to Level S-25 Next! pbobbl2x:0:407483:17:501:Go to Level S-25 Next! (2/3) pbobbl2x:0:407489:17:501:Go to Level S-25 Next! (3/3) pbobbl2x:0:40DE07:13:001:Go to Level T-25 Next! pbobbl2x:0:407483:17:501:Go to Level T-25 Next! (2/3) pbobbl2x:0:407489:17:501:Go to Level T-25 Next! (3/3) pbobbl2x:0:40DE07:14:001:Go to Level U-30 Next! pbobbl2x:0:407483:1C:501:Go to Level U-30 Next! (2/3) pbobbl2x:0:407489:1C:501:Go to Level U-30 Next! (3/3) pbobbl2x:0:40DE07:15:001:Go to Level V-30 Next! pbobbl2x:0:407483:1C:501:Go to Level V-30 Next! (2/3) pbobbl2x:0:407489:1C:501:Go to Level V-30 Next! (3/3) pbobbl2x:0:40DE07:16:001:Go to Level W-30 Next! pbobbl2x:0:407483:1C:501:Go to Level W-30 Next! (2/3) pbobbl2x:0:407489:1C:501:Go to Level W-30 Next! (3/3) pbobbl2x:0:40DE07:17:001:Go to Level ?-30 Next! pbobbl2x:0:407483:1C:501:Go to Level ?-30 Next! (2/3) pbobbl2x:0:407489:1C:501:Go to Level ?-30 Next! (3/3) pbobbl2x:0:40DE07:18:001:Go to Level X-30 Next! pbobbl2x:0:407483:1C:501:Go to Level X-30 Next! (2/3) pbobbl2x:0:407489:1C:501:Go to Level X-30 Next! (3/3) pbobbl2x:0:40DE07:19:001:Go to Level Y-30 Next! pbobbl2x:0:407483:1C:501:Go to Level Y-30 Next! (2/3) pbobbl2x:0:407489:1C:501:Go to Level Y-30 Next! (3/3) pbobbl2x:0:40DE07:1A:001:Go to Level Z-30 Next! pbobbl2x:0:407483:1C:501:Go to Level Z-30 Next! (2/3) pbobbl2x:0:407489:1C:501:Go to Level Z-30 Next! (3/3) pbobbl2x:0:000000:00:999:[ After you enable these region cheats to see any ] pbobbl2x:0:000000:00:999:[ effect you will have to reset the game (F3). ] pbobbl2x:0:000000:00:999:[ Then you will have to turn the Test Mode ON(F2), ] pbobbl2x:0:000000:00:999:[ wait for Test Mode to appear and reset again(F3) ] pbobbl2x:0:0FFFFF:01:100:Region Switch = Japan:Puzzle Bobble 2X pbobbl2x:0:0FFFFF:02:100:Region Switch = US:Bust-A-Move Again, Broken = Messy left-overs of Bust-A-Move Again pbobbl2x:0:0FFFFF:03:100:Region Switch = World:Puzzle Bobble 2X ; [ Puzzle Bobble 3 (Japan) ] pbobbl3j:0:405BE1:09:000:Infinite Credits pbobbl3j:0:408D58:FF:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen pbobbl3j:0:40AFD0:FF:001:Disable "Alternate World" Levels pbobbl3j:0:41F836:80:020:Help line "ON" PL1 pbobbl3j:0:41F836:80:041:Help line "OFF" PL1 pbobbl3j:0:413412:01:000:Current bubble always Red PL1 pbobbl3j:0:413412:02:000:Current bubble always Green PL1 pbobbl3j:0:413412:03:000:Current bubble always Blue PL1 pbobbl3j:0:413412:04:000:Current bubble always Yellow PL1 pbobbl3j:0:413412:05:000:Current bubble always Orange PL1 pbobbl3j:0:413412:06:000:Current bubble always Purple PL1 pbobbl3j:0:413412:07:000:Current bubble always Grey PL1 pbobbl3j:0:413412:08:000:Current bubble always Black PL1 pbobbl3j:0:413421:01:000:Next bubble always Red PL1 pbobbl3j:0:413421:02:000:Next bubble always Green PL1 pbobbl3j:0:413421:03:000:Next bubble always Blue PL1 pbobbl3j:0:413421:04:000:Next bubble always Yellow PL1 pbobbl3j:0:413421:05:000:Next bubble always Orange PL1 pbobbl3j:0:413421:06:000:Next bubble always Purple PL1 pbobbl3j:0:413421:07:000:Next bubble always Grey PL1 pbobbl3j:0:413421:08:000:Next bubble always Black PL1 pbobbl3j:0:413412:01:001:Current bubble is Red Now! PL1 pbobbl3j:0:413412:02:001:Current bubble is Green Now! PL1 pbobbl3j:0:413412:03:001:Current bubble is Blue Now! PL1 pbobbl3j:0:413412:04:001:Current bubble is Yellow Now! PL1 pbobbl3j:0:413412:05:001:Current bubble is Orange Now! PL1 pbobbl3j:0:413412:06:001:Current bubble is Purple Now! PL1 pbobbl3j:0:413412:07:001:Current bubble is Grey Now! PL1 pbobbl3j:0:413412:08:001:Current bubble is Black Now! PL1 pbobbl3j:0:413421:01:001:Next bubble is Red Now! PL1 pbobbl3j:0:413421:02:001:Next bubble is Green Now! PL1 pbobbl3j:0:413421:03:001:Next bubble is Blue Now! PL1 pbobbl3j:0:413421:04:001:Next bubble is Yellow Now! PL1 pbobbl3j:0:413421:05:001:Next bubble is Orange Now! PL1 pbobbl3j:0:413421:06:001:Next bubble is Purple Now!PL1 pbobbl3j:0:413421:07:001:Next bubble is Grey Now! PL1 pbobbl3j:0:413421:08:001:Next bubble is Black Now! PL1 pbobbl3j:0:41F837:80:020:Help line "ON" PL2 pbobbl3j:0:41F837:80:041:Help line "OFF" PL2 pbobbl3j:0:413512:01:000:Current bubble always Red PL2 pbobbl3j:0:413512:02:000:Current bubble always Green PL2 pbobbl3j:0:413512:03:000:Current bubble always Blue PL2 pbobbl3j:0:413512:04:000:Current bubble always Yellow PL2 pbobbl3j:0:413512:05:000:Current bubble always Orange PL2 pbobbl3j:0:413512:06:000:Current bubble always Purple PL2 pbobbl3j:0:413512:07:000:Current bubble always Grey PL2 pbobbl3j:0:413512:08:000:Current bubble always Black PL2 pbobbl3j:0:413521:01:000:Next bubble always Red PL2 pbobbl3j:0:413521:02:000:Next bubble always Green PL2 pbobbl3j:0:413521:03:000:Next bubble always Blue PL2 pbobbl3j:0:413521:04:000:Next bubble always Yellow PL2 pbobbl3j:0:413521:05:000:Next bubble always Orange PL2 pbobbl3j:0:413521:06:000:Next bubble always Purple PL2 pbobbl3j:0:413521:07:000:Next bubble always Grey PL2 pbobbl3j:0:413521:08:000:Next bubble always Black PL2 pbobbl3j:0:413512:01:001:Current bubble is Red Now! PL2 pbobbl3j:0:413512:02:001:Current bubble is Green Now! PL2 pbobbl3j:0:413512:03:001:Current bubble is Blue Now! PL2 pbobbl3j:0:413512:04:001:Current bubble is Yellow Now! PL2 pbobbl3j:0:413512:05:001:Current bubble is Orange Now! PL2 pbobbl3j:0:413512:06:001:Current bubble is Purple Now! PL2 pbobbl3j:0:413512:07:001:Current bubble is Grey Now! PL2 pbobbl3j:0:413512:08:001:Current bubble is Black Now! PL2 pbobbl3j:0:413521:01:001:Next bubble is Red Now! PL2 pbobbl3j:0:413521:02:001:Next bubble is Green Now! PL2 pbobbl3j:0:413521:03:001:Next bubble is Blue Now! PL2 pbobbl3j:0:413521:04:001:Next bubble is Yellow Now! PL2 pbobbl3j:0:413521:05:001:Next bubble is Orange Now! PL2 pbobbl3j:0:413521:06:001:Next bubble is Purple Now!PL2 pbobbl3j:0:413521:07:001:Next bubble is Grey Now! PL2 pbobbl3j:0:413521:08:001:Next bubble is Black Now! PL2 pbobbl3j:0:000000:00:999:[ After you enable a region cheat to see any ] pbobbl3j:0:000000:00:999:[ any effect you will have to reset the game(F3) ] pbobbl3j:0:000000:00:999:[ Then you turn the Test Mode ON (F2) and wait ] pbobbl3j:0:000000:00:999:[ for the Test Mode to appear and reset again(F3)] pbobbl3j:0:1FFFFF:01:100:Region Switch = Japan pbobbl3j:0:1FFFFF:02:100:Region Switch = US pbobbl3j:0:1FFFFF:03:100:Region Switch = World ; [ Puzzle Bobble 3 (US) ] pbobbl3u:0:405BE1:09:000:Infinite Credits pbobbl3u:0:408D58:FF:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen pbobbl3u:0:40AFD0:FF:001:Disable "Alternate World" Levels pbobbl3u:0:41F836:80:020:Help line "ON" PL1 pbobbl3u:0:41F836:80:041:Help line "OFF" PL1 pbobbl3u:0:413412:01:000:Current bubble always Red PL1 pbobbl3u:0:413412:02:000:Current bubble always Green PL1 pbobbl3u:0:413412:03:000:Current bubble always Blue PL1 pbobbl3u:0:413412:04:000:Current bubble always Yellow PL1 pbobbl3u:0:413412:05:000:Current bubble always Orange PL1 pbobbl3u:0:413412:06:000:Current bubble always Purple PL1 pbobbl3u:0:413412:07:000:Current bubble always Grey PL1 pbobbl3u:0:413412:08:000:Current bubble always Black PL1 pbobbl3u:0:413421:01:000:Next bubble always Red PL1 pbobbl3u:0:413421:02:000:Next bubble always Green PL1 pbobbl3u:0:413421:03:000:Next bubble always Blue PL1 pbobbl3u:0:413421:04:000:Next bubble always Yellow PL1 pbobbl3u:0:413421:05:000:Next bubble always Orange PL1 pbobbl3u:0:413421:06:000:Next bubble always Purple PL1 pbobbl3u:0:413421:07:000:Next bubble always Grey PL1 pbobbl3u:0:413421:08:000:Next bubble always Black PL1 pbobbl3u:0:413412:01:001:Current bubble is Red Now! PL1 pbobbl3u:0:413412:02:001:Current bubble is Green Now! PL1 pbobbl3u:0:413412:03:001:Current bubble is Blue Now! PL1 pbobbl3u:0:413412:04:001:Current bubble is Yellow Now! PL1 pbobbl3u:0:413412:05:001:Current bubble is Orange Now! PL1 pbobbl3u:0:413412:06:001:Current bubble is Purple Now! PL1 pbobbl3u:0:413412:07:001:Current bubble is Grey Now! PL1 pbobbl3u:0:413412:08:001:Current bubble is Black Now! PL1 pbobbl3u:0:413421:01:001:Next bubble is Red Now! PL1 pbobbl3u:0:413421:02:001:Next bubble is Green Now! PL1 pbobbl3u:0:413421:03:001:Next bubble is Blue Now! PL1 pbobbl3u:0:413421:04:001:Next bubble is Yellow Now! PL1 pbobbl3u:0:413421:05:001:Next bubble is Orange Now! PL1 pbobbl3u:0:413421:06:001:Next bubble is Purple Now!PL1 pbobbl3u:0:413421:07:001:Next bubble is Grey Now! PL1 pbobbl3u:0:413421:08:001:Next bubble is Black Now! PL1 pbobbl3u:0:41F837:80:020:Help line "ON" PL2 pbobbl3u:0:41F837:80:041:Help line "OFF" PL2 pbobbl3u:0:413512:01:000:Current bubble always Red PL2 pbobbl3u:0:413512:02:000:Current bubble always Green PL2 pbobbl3u:0:413512:03:000:Current bubble always Blue PL2 pbobbl3u:0:413512:04:000:Current bubble always Yellow PL2 pbobbl3u:0:413512:05:000:Current bubble always Orange PL2 pbobbl3u:0:413512:06:000:Current bubble always Purple PL2 pbobbl3u:0:413512:07:000:Current bubble always Grey PL2 pbobbl3u:0:413512:08:000:Current bubble always Black PL2 pbobbl3u:0:413521:01:000:Next bubble always Red PL2 pbobbl3u:0:413521:02:000:Next bubble always Green PL2 pbobbl3u:0:413521:03:000:Next bubble always Blue PL2 pbobbl3u:0:413521:04:000:Next bubble always Yellow PL2 pbobbl3u:0:413521:05:000:Next bubble always Orange PL2 pbobbl3u:0:413521:06:000:Next bubble always Purple PL2 pbobbl3u:0:413521:07:000:Next bubble always Grey PL2 pbobbl3u:0:413521:08:000:Next bubble always Black PL2 pbobbl3u:0:413512:01:001:Current bubble is Red Now! PL2 pbobbl3u:0:413512:02:001:Current bubble is Green Now! PL2 pbobbl3u:0:413512:03:001:Current bubble is Blue Now! PL2 pbobbl3u:0:413512:04:001:Current bubble is Yellow Now! PL2 pbobbl3u:0:413512:05:001:Current bubble is Orange Now! PL2 pbobbl3u:0:413512:06:001:Current bubble is Purple Now! PL2 pbobbl3u:0:413512:07:001:Current bubble is Grey Now! PL2 pbobbl3u:0:413512:08:001:Current bubble is Black Now! PL2 pbobbl3u:0:413521:01:001:Next bubble is Red Now! PL2 pbobbl3u:0:413521:02:001:Next bubble is Green Now! PL2 pbobbl3u:0:413521:03:001:Next bubble is Blue Now! PL2 pbobbl3u:0:413521:04:001:Next bubble is Yellow Now! PL2 pbobbl3u:0:413521:05:001:Next bubble is Orange Now! PL2 pbobbl3u:0:413521:06:001:Next bubble is Purple Now!PL2 pbobbl3u:0:413521:07:001:Next bubble is Grey Now! PL2 pbobbl3u:0:413521:08:001:Next bubble is Black Now! PL2 pbobbl3u:0:000000:00:999:[ After you enable a region cheat to see any ] pbobbl3u:0:000000:00:999:[ any effect you will have to reset the game(F3) ] pbobbl3u:0:000000:00:999:[ Then you turn the Test Mode ON (F2) and wait ] pbobbl3u:0:000000:00:999:[ for the Test Mode to appear and reset again(F3)] pbobbl3u:0:1FFFFF:01:100:Region Switch = Japan pbobbl3u:0:1FFFFF:02:100:Region Switch = US pbobbl3u:0:1FFFFF:03:100:Region Switch = World ; [ Puzzle Bobble 4 (Japan) ] pbobbl4j:0:4059E1:09:000:Infinite Credits pbobbl4j:0:40A8E7:FF:000:Help line "ON" PL1 pbobbl4j:0:40A8E7:00:001:Help line "OFF" PL1 pbobbl4j:0:000000:00:999:[ ] pbobbl4j:0:000000:00:999:[ VS Mode Cheats ] pbobbl4j:0:000000:00:999:[ ] pbobbl4j:0:000000:00:999:[ Enable Select starting round on the 'planets' ] pbobbl4j:0:000000:00:999:[ screen. ] pbobbl4j:0:409E53:0B:071:Select starting round:Level background will be incorrect to you 'Continue' pbobbl4j:0:409E53:0B:061:Select next round pbobbl4j:0:000000:00:999:[After you enable these region cheats to see any ] pbobbl4j:0:000000:00:999:[effect you will have to reset the game (F3). ] pbobbl4j:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] pbobbl4j:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] pbobbl4j:0:1FFFFF:01:100:Region Switch = Japan pbobbl4j:0:1FFFFF:02:100:Region Switch = US pbobbl4j:0:1FFFFF:03:100:Region Switch = World ; [ Puzzle Bobble 4 (US) ] pbobbl4u:0:4059E1:09:000:Infinite Credits pbobbl4u:0:40A8E7:FF:000:Help line "ON" PL1 pbobbl4u:0:40A8E7:00:001:Help line "OFF" PL1 pbobbl4u:0:000000:00:999:[ ] pbobbl4u:0:000000:00:999:[ VS Mode Cheats ] pbobbl4u:0:000000:00:999:[ ] pbobbl4u:0:000000:00:999:[ Enable Select starting round on the 'planets' ] pbobbl4u:0:000000:00:999:[ screen. ] pbobbl4u:0:409E53:0B:071:Select starting round:Level background will be incorrect to you 'Continue' pbobbl4u:0:409E53:0B:061:Select next round pbobbl4u:0:000000:00:999:[After you enable these region cheats to see any ] pbobbl4u:0:000000:00:999:[effect you will have to reset the game (F3). ] pbobbl4u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] pbobbl4u:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] pbobbl4u:0:1FFFFF:01:100:Region Switch = Japan pbobbl4u:0:1FFFFF:02:100:Region Switch = US pbobbl4u:0:1FFFFF:03:100:Region Switch = World ; [ Puzzle Bobble (Japan, B-System) ] pbobble:0:9026EB:02:001:Go to Round 4 Next pbobble:0:9026ED:02:501:Go to Round 4 Next (2/2) pbobble:0:9026EB:06:001:Go to Round 8 Next pbobble:0:9026ED:06:501:Go to Round 8 Next (2/2) pbobble:0:9026EB:0A:001:Go to Round 12 Next pbobble:0:9026ED:0A:501:Go to Round 12 Next (2/2) pbobble:0:9026EB:0E:001:Go to Round 16 Next pbobble:0:9026ED:0E:501:Go to Round 16 Next (2/2) pbobble:0:9026EB:12:001:Go to Round 20 Next pbobble:0:9026ED:12:501:Go to Round 20 Next (2/2) pbobble:0:9026EB:16:001:Go to Round 24 Next pbobble:0:9026ED:16:501:Go to Round 24 Next (2/2) pbobble:0:9026EB:1A:001:Go to Round 28 Next pbobble:0:9026ED:1A:501:Go to Round 28 Next (2/2) pbobble:0:9026EB:1C:001:Go to Round 30 Next pbobble:0:9026ED:1C:501:Go to Round 30 Next (2/2) pbobble:0:9026EB:20:001:See End Sequence Next pbobble:0:9026ED:20:501:See End Sequence Next (2/2) pbobble:0:000000:00:999:[Best activate Quick Finish ] pbobble:0:000000:00:999:[when at least one wall has ] pbobble:0:000000:00:999:[decended,just complete 3 ] pbobble:0:000000:00:999:[matching colours to drop ] pbobble:0:000000:00:999:[the whole screen! ] pbobble:0:904913:00:001:Quick Finish Cheat pbobble:0:904927:00:501:Quick Finish Cheat (2/2) pbobble:0:9070D5:01:000:Help line ON PL1 pbobble:0:9070D5:00:001:Help line OFF PL1 pbobble:0:000000:00:999:[Cur. is short for Current ] pbobble:0:000000:00:999:['always' means permanent ] pbobble:0:000000:00:999:['will be' means temporary ] pbobble:0:90706D:00:000:Cur. bubble always blue PL1 pbobble:0:90706D:01:000:Cur. bubble always red PL1 pbobble:0:90706D:02:000:Cur. bubble always yellow PL1 pbobble:0:90706D:03:000:Cur. bubble always green PL1 pbobble:0:90706D:04:000:Cur. bubble always purple PL1 pbobble:0:90706D:05:000:Cur. bubble always orange PL1 pbobble:0:90706D:06:000:Cur. bubble always black PL1 pbobble:0:90706D:07:000:Cur. bubble always grey PL1 pbobble:0:90708B:00:000:Next bubble always blue PL1 pbobble:0:90708B:01:000:Next bubble always red PL1 pbobble:0:90708B:02:000:Next bubble always yellow PL1 pbobble:0:90708B:03:000:Next bubble always green PL1 pbobble:0:90708B:04:000:Next bubble always purple PL1 pbobble:0:90708B:05:000:Next bubble always orange PL1 pbobble:0:90708B:06:000:Next bubble always black PL1 pbobble:0:90708B:07:000:Next bubble always grey PL1 pbobble:0:90706D:00:001:Cur. bubble will be blue PL1 pbobble:0:90706D:01:001:Cur. bubble will be red PL1 pbobble:0:90706D:02:001:Cur. bubble will be yellowPL1 pbobble:0:90706D:03:001:Cur. bubble will be green PL1 pbobble:0:90706D:04:001:Cur. bubble will be purplePL1 pbobble:0:90706D:05:001:Cur. bubble will be orangePL1 pbobble:0:90706D:06:001:Cur. bubble will be black PL1 pbobble:0:90706D:07:001:Cur. bubble will be grey PL1 pbobble:0:90708B:00:001:Next bubble will be blue PL1 pbobble:0:90708B:01:001:Next bubble will be red PL1 pbobble:0:90708B:02:001:Next bubble will be yellowPL1 pbobble:0:90708B:03:001:Next bubble will be green PL1 pbobble:0:90708B:04:001:Next bubble will be purplePL1 pbobble:0:90708B:05:001:Next bubble will be orangePL1 pbobble:0:90708B:06:001:Next bubble will be black PL1 pbobble:0:90708B:07:001:Next bubble will be grey PL1 pbobble:0:9070F3:00:000:Cur. bubble always blue PL2 pbobble:0:9070F3:01:000:Cur. bubble always red PL2 pbobble:0:9070F3:02:000:Cur. bubble always yellow PL2 pbobble:0:9070F3:03:000:Cur. bubble always green PL2 pbobble:0:9070F3:04:000:Cur. bubble always purple PL2 pbobble:0:9070F3:05:000:Cur. bubble always orange PL2 pbobble:0:9070F3:06:000:Cur. bubble always black PL2 pbobble:0:9070F3:07:000:Cur. bubble always grey PL2 pbobble:0:907111:00:000:Next bubble always blue PL2 pbobble:0:907111:01:000:Next bubble always red PL2 pbobble:0:907111:02:000:Next bubble always yellow PL2 pbobble:0:907111:03:000:Next bubble always green PL2 pbobble:0:907111:04:000:Next bubble always purple PL2 pbobble:0:907111:05:000:Next bubble always orange PL2 pbobble:0:907111:06:000:Next bubble always black PL2 pbobble:0:907111:07:000:Next bubble always grey PL2 pbobble:0:9070F3:00:001:Cur. bubble will be blue PL2 pbobble:0:9070F3:01:001:Cur. bubble will be red PL2 pbobble:0:9070F3:02:001:Cur. bubble will be yellowPL2 pbobble:0:9070F3:03:001:Cur. bubble will be green PL2 pbobble:0:9070F3:04:001:Cur. bubble will be purplePL2 pbobble:0:9070F3:05:001:Cur. bubble will be orangePL2 pbobble:0:9070F3:06:001:Cur. bubble will be black PL2 pbobble:0:9070F3:07:001:Cur. bubble will be grey PL2 pbobble:0:907111:00:001:Next bubble will be blue PL2 pbobble:0:907111:01:001:Next bubble will be red PL2 pbobble:0:907111:02:001:Next bubble will be yellowPL2 pbobble:0:907111:03:001:Next bubble will be green PL2 pbobble:0:907111:04:001:Next bubble will be purplePL2 pbobble:0:907111:05:001:Next bubble will be orangePL2 pbobble:0:907111:06:001:Next bubble will be black PL2 pbobble:0:907111:07:001:Next bubble will be grey PL2 ; [ Puzzle Bobble 2 (World) ] pbobble2:0:400091:09:000:Infinite Credits pbobble2:0:40A276:01:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen pbobble2:0:40A276:00:001:Disable "Alternate World" Levels pbobble2:0:41DFDB:14:000:Infinite Time PL1 pbobble2:0:41E06F:14:000:Infinite Time PL2 pbobble2:0:000000:00:999:[ These cheats are for use during Versus Mode ] pbobble2:0:40A2AB:00:000:Never Attacked PL1 pbobble2:0:41DFD1:00:500:Never Attacked PL1 (2/2) pbobble2:0:40A2AD:00:000:Never Attacked PL2 pbobble2:0:41E065:00:500:Never Attacked PL2 (2/2) pbobble2:0:000000:00:999:[ These cheats are for use during Puzzle Mode ] pbobble2:0:4061D8:FF:000:Help line "ON" pbobble2:0:4061D8:00:001:Help line "OFF" pbobble2:0:000000:00:999:[ The following cheats work from the "select ] pbobble2:0:000000:00:999:[ path" screen. Press "Pause" & activate the ] pbobble2:0:000000:00:999:[ required cheat, then unpause and then press ] pbobble2:0:000000:00:999:[ "A" the select button. ] pbobble2:0:000000:00:999:[ Warning! Moving the pointer will reset these ] pbobble2:0:000000:00:999:[ Start on Level cheats! ] pbobble2:0:40AA93:00:001:Start on Level A-01 Now! pbobble2:0:4061D1:00:501:Start on Level A-01 Now! (2/3) pbobble2:0:4061D5:00:501:Start on Level A-01 Now! (3/3) pbobble2:0:40AA93:00:001:Start on Level A-02 Now! pbobble2:0:4061D1:01:501:Start on Level A-02 Now! (2/3) pbobble2:0:4061D5:01:501:Start on Level A-02 Now! (3/3) pbobble2:0:40AA93:00:001:Start on Level A-03 Now! pbobble2:0:4061D1:02:501:Start on Level A-03 Now! (2/3) pbobble2:0:4061D5:02:501:Start on Level A-03 Now! (3/3) pbobble2:0:40AA93:00:001:Start on Level A-04 Now! pbobble2:0:4061D1:03:501:Start on Level A-04 Now! (2/3) pbobble2:0:4061D5:03:501:Start on Level A-04 Now! (3/3) pbobble2:0:40AA93:00:001:Start on Level A-05 Now! pbobble2:0:4061D1:04:501:Start on Level A-05 Now! (2/3) pbobble2:0:4061D5:04:501:Start on Level A-05 Now! (3/3) pbobble2:0:40AA93:01:001:Start on Level B-01 Now! pbobble2:0:4061D1:00:501:Start on Level B-01 Now! (2/3) pbobble2:0:4061D5:00:501:Start on Level B-01 Now! (3/3) pbobble2:0:40AA93:01:001:Start on Level B-02 Now! pbobble2:0:4061D1:01:501:Start on Level B-02 Now! (2/3) pbobble2:0:4061D5:01:501:Start on Level B-02 Now! (3/3) pbobble2:0:40AA93:01:001:Start on Level B-03 Now! pbobble2:0:4061D1:02:501:Start on Level B-03 Now! (2/3) pbobble2:0:4061D5:02:501:Start on Level B-03 Now! (3/3) pbobble2:0:40AA93:01:001:Start on Level B-04 Now! pbobble2:0:4061D1:03:501:Start on Level B-04 Now! (2/3) pbobble2:0:4061D5:03:501:Start on Level B-04 Now! (3/3) pbobble2:0:40AA93:01:001:Start on Level B-05 Now! pbobble2:0:4061D1:04:501:Start on Level B-05 Now! (2/3) pbobble2:0:4061D5:04:501:Start on Level B-05 Now! (3/3) pbobble2:0:40AA93:02:001:Start on Level C-06 Now! pbobble2:0:4061D1:05:501:Start on Level C-06 Now! (2/3) pbobble2:0:4061D5:05:501:Start on Level C-06 Now! (3/3) pbobble2:0:40AA93:02:001:Start on Level C-07 Now! pbobble2:0:4061D1:06:501:Start on Level C-07 Now! (2/3) pbobble2:0:4061D5:06:501:Start on Level C-07 Now! (3/3) pbobble2:0:40AA93:02:001:Start on Level C-08 Now! pbobble2:0:4061D1:07:501:Start on Level C-08 Now! (2/3) pbobble2:0:4061D5:07:501:Start on Level C-08 Now! (3/3) pbobble2:0:40AA93:02:001:Start on Level C-09 Now! pbobble2:0:4061D1:08:501:Start on Level C-09 Now! (2/3) pbobble2:0:4061D5:08:501:Start on Level C-09 Now! (3/3) pbobble2:0:40AA93:02:001:Start on Level C-10 Now! pbobble2:0:4061D1:09:501:Start on Level C-10 Now! (2/3) pbobble2:0:4061D5:09:501:Start on Level C-10 Now! (3/3) pbobble2:0:40AA93:03:001:Start on Level D-06 Now! pbobble2:0:4061D1:05:501:Start on Level D-06 Now! (2/3) pbobble2:0:4061D5:05:501:Start on Level D-06 Now! (3/3) pbobble2:0:40AA93:03:001:Start on Level D-07 Now! pbobble2:0:4061D1:06:501:Start on Level D-07 Now! (2/3) pbobble2:0:4061D5:06:501:Start on Level D-07 Now! (3/3) pbobble2:0:40AA93:03:001:Start on Level D-08 Now! pbobble2:0:4061D1:07:501:Start on Level D-08 Now! (2/3) pbobble2:0:4061D5:07:501:Start on Level D-08 Now! (3/3) pbobble2:0:40AA93:03:001:Start on Level D-09 Now! pbobble2:0:4061D1:08:501:Start on Level D-09 Now! (2/3) pbobble2:0:4061D5:08:501:Start on Level D-09 Now! (3/3) pbobble2:0:40AA93:03:001:Start on Level D-10 Now! pbobble2:0:4061D1:09:501:Start on Level D-10 Now! (2/3) pbobble2:0:4061D5:09:501:Start on Level D-10 Now! (3/3) pbobble2:0:40AA93:04:001:Start on Level E-06 Now! pbobble2:0:4061D1:05:501:Start on Level E-06 Now! (2/3) pbobble2:0:4061D5:05:501:Start on Level E-06 Now! (3/3) pbobble2:0:40AA93:04:001:Start on Level E-07 Now! pbobble2:0:4061D1:06:501:Start on Level E-07 Now! (2/3) pbobble2:0:4061D5:06:501:Start on Level E-07 Now! (3/3) pbobble2:0:40AA93:04:001:Start on Level E-08 Now! pbobble2:0:4061D1:07:501:Start on Level E-08 Now! (2/3) pbobble2:0:4061D5:07:501:Start on Level E-08 Now! (3/3) pbobble2:0:40AA93:04:001:Start on Level E-09 Now! pbobble2:0:4061D1:08:501:Start on Level E-09 Now! (2/3) pbobble2:0:4061D5:08:501:Start on Level E-09 Now! (3/3) pbobble2:0:40AA93:04:001:Start on Level E-10 Now! pbobble2:0:4061D1:09:501:Start on Level E-10 Now! (2/3) pbobble2:0:4061D5:09:501:Start on Level E-10 Now! (3/3) pbobble2:0:40AA93:05:001:Start on Level F-11 Now! pbobble2:0:4061D1:0A:501:Start on Level F-11 Now! (2/3) pbobble2:0:4061D5:0A:501:Start on Level F-11 Now! (3/3) pbobble2:0:40AA93:05:001:Start on Level F-12 Now! pbobble2:0:4061D1:0B:501:Start on Level F-12 Now! (2/3) pbobble2:0:4061D5:0B:501:Start on Level F-12 Now! (3/3) pbobble2:0:40AA93:05:001:Start on Level F-13 Now! pbobble2:0:4061D1:0C:501:Start on Level F-13 Now! (2/3) pbobble2:0:4061D5:0C:501:Start on Level F-13 Now! (3/3) pbobble2:0:40AA93:05:001:Start on Level F-14 Now! pbobble2:0:4061D1:0D:501:Start on Level F-14 Now! (2/3) pbobble2:0:4061D5:0D:501:Start on Level F-14 Now! (3/3) pbobble2:0:40AA93:05:001:Start on Level F-15 Now! pbobble2:0:4061D1:0E:501:Start on Level F-15 Now! (2/3) pbobble2:0:4061D5:0E:501:Start on Level F-15 Now! (3/3) pbobble2:0:40AA93:06:001:Start on Level G-11 Now! pbobble2:0:4061D1:0A:501:Start on Level G-11 Now! (2/3) pbobble2:0:4061D5:0A:501:Start on Level G-11 Now! (3/3) pbobble2:0:40AA93:06:001:Start on Level G-12 Now! pbobble2:0:4061D1:0B:501:Start on Level G-12 Now! (2/3) pbobble2:0:4061D5:0B:501:Start on Level G-12 Now! (3/3) pbobble2:0:40AA93:06:001:Start on Level G-13 Now! pbobble2:0:4061D1:0C:501:Start on Level G-13 Now! (2/3) pbobble2:0:4061D5:0C:501:Start on Level G-13 Now! (3/3) pbobble2:0:40AA93:06:001:Start on Level G-14 Now! pbobble2:0:4061D1:0D:501:Start on Level G-14 Now! (2/3) pbobble2:0:4061D5:0D:501:Start on Level G-14 Now! (3/3) pbobble2:0:40AA93:06:001:Start on Level G-15 Now! pbobble2:0:4061D1:0E:501:Start on Level G-15 Now! (2/3) pbobble2:0:4061D5:0E:501:Start on Level G-15 Now! (3/3) pbobble2:0:40AA93:07:001:Start on Level H-11 Now! pbobble2:0:4061D1:0A:501:Start on Level H-11 Now! (2/3) pbobble2:0:4061D5:0A:501:Start on Level H-11 Now! (3/3) pbobble2:0:40AA93:07:001:Start on Level H-12 Now! pbobble2:0:4061D1:0B:501:Start on Level H-12 Now! (2/3) pbobble2:0:4061D5:0B:501:Start on Level H-12 Now! (3/3) pbobble2:0:40AA93:07:001:Start on Level H-13 Now! pbobble2:0:4061D1:0C:501:Start on Level H-13 Now! (2/3) pbobble2:0:4061D5:0C:501:Start on Level H-13 Now! (3/3) pbobble2:0:40AA93:07:001:Start on Level H-14 Now! pbobble2:0:4061D1:0D:501:Start on Level H-14 Now! (2/3) pbobble2:0:4061D5:0D:501:Start on Level H-14 Now! (3/3) pbobble2:0:40AA93:07:001:Start on Level H-15 Now! pbobble2:0:4061D1:0E:501:Start on Level H-15 Now! (2/3) pbobble2:0:4061D5:0E:501:Start on Level H-15 Now! (3/3) pbobble2:0:40AA93:08:001:Start on Level I-11 Now! pbobble2:0:4061D1:0A:501:Start on Level I-11 Now! (2/3) pbobble2:0:4061D5:0A:501:Start on Level I-11 Now! (3/3) pbobble2:0:40AA93:08:001:Start on Level I-12 Now! pbobble2:0:4061D1:0B:501:Start on Level I-12 Now! (2/3) pbobble2:0:4061D5:0B:501:Start on Level I-12 Now! (3/3) pbobble2:0:40AA93:08:001:Start on Level I-13 Now! pbobble2:0:4061D1:0C:501:Start on Level I-13 Now! (2/3) pbobble2:0:4061D5:0C:501:Start on Level I-13 Now! (3/3) pbobble2:0:40AA93:08:001:Start on Level I-14 Now! pbobble2:0:4061D1:0D:501:Start on Level I-14 Now! (2/3) pbobble2:0:4061D5:0D:501:Start on Level I-14 Now! (3/3) pbobble2:0:40AA93:08:001:Start on Level I-15 Now! pbobble2:0:4061D1:0E:501:Start on Level I-15 Now! (2/3) pbobble2:0:4061D5:0E:501:Start on Level I-15 Now! (3/3) pbobble2:0:40AA93:09:001:Start on Level J-16 Now! pbobble2:0:4061D1:0F:501:Start on Level J-16 Now! (2/3) pbobble2:0:4061D5:0F:501:Start on Level J-16 Now! (3/3) pbobble2:0:40AA93:09:001:Start on Level J-17 Now! pbobble2:0:4061D1:10:501:Start on Level J-17 Now! (2/3) pbobble2:0:4061D5:10:501:Start on Level J-17 Now! (3/3) pbobble2:0:40AA93:09:001:Start on Level J-18 Now! pbobble2:0:4061D1:11:501:Start on Level J-18 Now! (2/3) pbobble2:0:4061D5:11:501:Start on Level J-18 Now! (3/3) pbobble2:0:40AA93:09:001:Start on Level J-19 Now! pbobble2:0:4061D1:12:501:Start on Level J-19 Now! (2/3) pbobble2:0:4061D5:12:501:Start on Level J-19 Now! (3/3) pbobble2:0:40AA93:09:001:Start on Level J-20 Now! pbobble2:0:4061D1:13:501:Start on Level J-20 Now! (2/3) pbobble2:0:4061D5:13:501:Start on Level J-20 Now! (3/3) pbobble2:0:40AA93:0A:001:Start on Level K-16 Now! pbobble2:0:4061D1:0F:501:Start on Level K-16 Now! (2/3) pbobble2:0:4061D5:0F:501:Start on Level K-16 Now! (3/3) pbobble2:0:40AA93:0A:001:Start on Level K-17 Now! pbobble2:0:4061D1:10:501:Start on Level K-17 Now! (2/3) pbobble2:0:4061D5:10:501:Start on Level K-17 Now! (3/3) pbobble2:0:40AA93:0A:001:Start on Level K-18 Now! pbobble2:0:4061D1:11:501:Start on Level K-18 Now! (2/3) pbobble2:0:4061D5:11:501:Start on Level K-18 Now! (3/3) pbobble2:0:40AA93:0A:001:Start on Level K-19 Now! pbobble2:0:4061D1:12:501:Start on Level K-19 Now! (2/3) pbobble2:0:4061D5:12:501:Start on Level K-19 Now! (3/3) pbobble2:0:40AA93:0A:001:Start on Level K-20 Now! pbobble2:0:4061D1:13:501:Start on Level K-20 Now! (2/3) pbobble2:0:4061D5:13:501:Start on Level K-20 Now! (3/3) pbobble2:0:40AA93:0B:001:Start on Level L-16 Now! pbobble2:0:4061D1:0F:501:Start on Level L-16 Now! (2/3) pbobble2:0:4061D5:0F:501:Start on Level L-16 Now! (3/3) pbobble2:0:40AA93:0B:001:Start on Level L-17 Now! pbobble2:0:4061D1:10:501:Start on Level L-17 Now! (2/3) pbobble2:0:4061D5:10:501:Start on Level L-17 Now! (3/3) pbobble2:0:40AA93:0B:001:Start on Level L-18 Now! pbobble2:0:4061D1:11:501:Start on Level L-18 Now! (2/3) pbobble2:0:4061D5:11:501:Start on Level L-18 Now! (3/3) pbobble2:0:40AA93:0B:001:Start on Level L-19 Now! pbobble2:0:4061D1:12:501:Start on Level L-19 Now! (2/3) pbobble2:0:4061D5:12:501:Start on Level L-19 Now! (3/3) pbobble2:0:40AA93:0B:001:Start on Level L-20 Now! pbobble2:0:4061D1:13:501:Start on Level L-20 Now! (2/3) pbobble2:0:4061D5:13:501:Start on Level L-20 Now! (3/3) pbobble2:0:40AA93:0C:001:Start on Level M-16 Now! pbobble2:0:4061D1:0F:501:Start on Level M-16 Now! (2/3) pbobble2:0:4061D5:0F:501:Start on Level M-16 Now! (3/3) pbobble2:0:40AA93:0C:001:Start on Level M-17 Now! pbobble2:0:4061D1:10:501:Start on Level M-17 Now! (2/3) pbobble2:0:4061D5:10:501:Start on Level M-17 Now! (3/3) pbobble2:0:40AA93:0C:001:Start on Level M-18 Now! pbobble2:0:4061D1:11:501:Start on Level M-18 Now! (2/3) pbobble2:0:4061D5:11:501:Start on Level M-18 Now! (3/3) pbobble2:0:40AA93:0C:001:Start on Level M-19 Now! pbobble2:0:4061D1:12:501:Start on Level M-19 Now! (2/3) pbobble2:0:4061D5:12:501:Start on Level M-19 Now! (3/3) pbobble2:0:40AA93:0C:001:Start on Level M-20 Now! pbobble2:0:4061D1:13:501:Start on Level M-20 Now! (2/3) pbobble2:0:4061D5:13:501:Start on Level M-20 Now! (3/3) pbobble2:0:40AA93:0D:001:Start on Level N-16 Now! pbobble2:0:4061D1:0F:501:Start on Level N-16 Now! (2/3) pbobble2:0:4061D5:0F:501:Start on Level N-16 Now! (3/3) pbobble2:0:40AA93:0D:001:Start on Level N-17 Now! pbobble2:0:4061D1:10:501:Start on Level N-17 Now! (2/3) pbobble2:0:4061D5:10:501:Start on Level N-17 Now! (3/3) pbobble2:0:40AA93:0D:001:Start on Level N-18 Now! pbobble2:0:4061D1:11:501:Start on Level N-18 Now! (2/3) pbobble2:0:4061D5:11:501:Start on Level N-18 Now! (3/3) pbobble2:0:40AA93:0D:001:Start on Level N-19 Now! pbobble2:0:4061D1:12:501:Start on Level N-19 Now! (2/3) pbobble2:0:4061D5:12:501:Start on Level N-19 Now! (3/3) pbobble2:0:40AA93:0D:001:Start on Level N-20 Now! pbobble2:0:4061D1:13:501:Start on Level N-20 Now! (2/3) pbobble2:0:4061D5:13:501:Start on Level N-20 Now! (3/3) pbobble2:0:40AA93:0E:001:Start on Level O-21 Now! pbobble2:0:4061D1:14:501:Start on Level O-21 Now! (2/3) pbobble2:0:4061D5:14:501:Start on Level O-21 Now! (3/3) pbobble2:0:40AA93:0E:001:Start on Level O-22 Now! pbobble2:0:4061D1:15:501:Start on Level O-22 Now! (2/3) pbobble2:0:4061D5:15:501:Start on Level O-22 Now! (3/3) pbobble2:0:40AA93:0E:001:Start on Level O-23 Now! pbobble2:0:4061D1:16:501:Start on Level O-23 Now! (2/3) pbobble2:0:4061D5:16:501:Start on Level O-23 Now! (3/3) pbobble2:0:40AA93:0E:001:Start on Level O-24 Now! pbobble2:0:4061D1:17:501:Start on Level O-24 Now! (2/3) pbobble2:0:4061D5:17:501:Start on Level O-24 Now! (3/3) pbobble2:0:40AA93:0E:001:Start on Level O-25 Now! pbobble2:0:4061D1:18:501:Start on Level O-25 Now! (2/3) pbobble2:0:4061D5:18:501:Start on Level O-25 Now! (3/3) pbobble2:0:40AA93:0F:001:Start on Level P-21 Now! pbobble2:0:4061D1:14:501:Start on Level P-21 Now! (2/3) pbobble2:0:4061D5:14:501:Start on Level P-21 Now! (3/3) pbobble2:0:40AA93:0F:001:Start on Level P-22 Now! pbobble2:0:4061D1:15:501:Start on Level P-22 Now! (2/3) pbobble2:0:4061D5:15:501:Start on Level P-22 Now! (3/3) pbobble2:0:40AA93:0F:001:Start on Level P-23 Now! pbobble2:0:4061D1:16:501:Start on Level P-23 Now! (2/3) pbobble2:0:4061D5:16:501:Start on Level P-23 Now! (3/3) pbobble2:0:40AA93:0F:001:Start on Level P-24 Now! pbobble2:0:4061D1:17:501:Start on Level P-24 Now! (2/3) pbobble2:0:4061D5:17:501:Start on Level P-24 Now! (3/3) pbobble2:0:40AA93:0F:001:Start on Level P-25 Now! pbobble2:0:4061D1:18:501:Start on Level P-25 Now! (2/3) pbobble2:0:4061D5:18:501:Start on Level P-25 Now! (3/3) pbobble2:0:40AA93:10:001:Start on Level Q-21 Now! pbobble2:0:4061D1:14:501:Start on Level Q-21 Now! (2/3) pbobble2:0:4061D5:14:501:Start on Level Q-21 Now! (3/3) pbobble2:0:40AA93:10:001:Start on Level Q-22 Now! pbobble2:0:4061D1:15:501:Start on Level Q-22 Now! (2/3) pbobble2:0:4061D5:15:501:Start on Level Q-22 Now! (3/3) pbobble2:0:40AA93:10:001:Start on Level Q-23 Now! pbobble2:0:4061D1:16:501:Start on Level Q-23 Now! (2/3) pbobble2:0:4061D5:16:501:Start on Level Q-23 Now! (3/3) pbobble2:0:40AA93:10:001:Start on Level Q-24 Now! pbobble2:0:4061D1:17:501:Start on Level Q-24 Now! (2/3) pbobble2:0:4061D5:17:501:Start on Level Q-24 Now! (3/3) pbobble2:0:40AA93:10:001:Start on Level Q-25 Now! pbobble2:0:4061D1:18:501:Start on Level Q-25 Now! (2/3) pbobble2:0:4061D5:18:501:Start on Level Q-25 Now! (3/3) pbobble2:0:40AA93:11:001:Start on Level R-21 Now! pbobble2:0:4061D1:14:501:Start on Level R-21 Now! (2/3) pbobble2:0:4061D5:14:501:Start on Level R-21 Now! (3/3) pbobble2:0:40AA93:11:001:Start on Level R-22 Now! pbobble2:0:4061D1:15:501:Start on Level R-22 Now! (2/3) pbobble2:0:4061D5:15:501:Start on Level R-22 Now! (3/3) pbobble2:0:40AA93:11:001:Start on Level R-23 Now! pbobble2:0:4061D1:16:501:Start on Level R-23 Now! (2/3) pbobble2:0:4061D5:16:501:Start on Level R-23 Now! (3/3) pbobble2:0:40AA93:11:001:Start on Level R-24 Now! pbobble2:0:4061D1:17:501:Start on Level R-24 Now! (2/3) pbobble2:0:4061D5:17:501:Start on Level R-24 Now! (3/3) pbobble2:0:40AA93:11:001:Start on Level R-25 Now! pbobble2:0:4061D1:18:501:Start on Level R-25 Now! (2/3) pbobble2:0:4061D5:18:501:Start on Level R-25 Now! (3/3) pbobble2:0:40AA93:12:001:Start on Level S-21 Now! pbobble2:0:4061D1:14:501:Start on Level S-21 Now! (2/3) pbobble2:0:4061D5:14:501:Start on Level S-21 Now! (3/3) pbobble2:0:40AA93:12:001:Start on Level S-22 Now! pbobble2:0:4061D1:15:501:Start on Level S-22 Now! (2/3) pbobble2:0:4061D5:15:501:Start on Level S-22 Now! (3/3) pbobble2:0:40AA93:12:001:Start on Level S-23 Now! pbobble2:0:4061D1:16:501:Start on Level S-23 Now! (2/3) pbobble2:0:4061D5:16:501:Start on Level S-23 Now! (3/3) pbobble2:0:40AA93:12:001:Start on Level S-24 Now! pbobble2:0:4061D1:17:501:Start on Level S-24 Now! (2/3) pbobble2:0:4061D5:17:501:Start on Level S-24 Now! (3/3) pbobble2:0:40AA93:12:001:Start on Level S-25 Now! pbobble2:0:4061D1:18:501:Start on Level S-25 Now! (2/3) pbobble2:0:4061D5:18:501:Start on Level S-25 Now! (3/3) pbobble2:0:40AA93:13:001:Start on Level T-21 Now! pbobble2:0:4061D1:14:501:Start on Level T-21 Now! (2/3) pbobble2:0:4061D5:14:501:Start on Level T-21 Now! (3/3) pbobble2:0:40AA93:13:001:Start on Level T-22 Now! pbobble2:0:4061D1:15:501:Start on Level T-22 Now! (2/3) pbobble2:0:4061D5:15:501:Start on Level T-22 Now! (3/3) pbobble2:0:40AA93:13:001:Start on Level T-23 Now! pbobble2:0:4061D1:16:501:Start on Level T-23 Now! (2/3) pbobble2:0:4061D5:16:501:Start on Level T-23 Now! (3/3) pbobble2:0:40AA93:13:001:Start on Level T-24 Now! pbobble2:0:4061D1:17:501:Start on Level T-24 Now! (2/3) pbobble2:0:4061D5:17:501:Start on Level T-24 Now! (3/3) pbobble2:0:40AA93:13:001:Start on Level T-25 Now! pbobble2:0:4061D1:18:501:Start on Level T-25 Now! (2/3) pbobble2:0:4061D5:18:501:Start on Level T-25 Now! (3/3) pbobble2:0:40AA93:14:001:Start on Level U-26 Now! pbobble2:0:4061D1:19:501:Start on Level U-26 Now! (2/3) pbobble2:0:4061D5:19:501:Start on Level U-26 Now! (3/3) pbobble2:0:40AA93:14:001:Start on Level U-27 Now! pbobble2:0:4061D1:1A:501:Start on Level U-27 Now! (2/3) pbobble2:0:4061D5:1A:501:Start on Level U-27 Now! (3/3) pbobble2:0:40AA93:14:001:Start on Level U-28 Now! pbobble2:0:4061D1:1B:501:Start on Level U-28 Now! (2/3) pbobble2:0:4061D5:1B:501:Start on Level U-28 Now! (3/3) pbobble2:0:40AA93:14:001:Start on Level U-29 Now! pbobble2:0:4061D1:1C:501:Start on Level U-29 Now! (2/3) pbobble2:0:4061D5:1C:501:Start on Level U-29 Now! (3/3) pbobble2:0:40AA93:14:001:Start on Level U-30 Now! pbobble2:0:4061D1:1D:501:Start on Level U-30 Now! (2/3) pbobble2:0:4061D5:1D:501:Start on Level U-30 Now! (3/3) pbobble2:0:40AA93:15:001:Start on Level V-26 Now! pbobble2:0:4061D1:19:501:Start on Level V-26 Now! (2/3) pbobble2:0:4061D5:19:501:Start on Level V-26 Now! (3/3) pbobble2:0:40AA93:15:001:Start on Level V-27 Now! pbobble2:0:4061D1:1A:501:Start on Level V-27 Now! (2/3) pbobble2:0:4061D5:1A:501:Start on Level V-27 Now! (3/3) pbobble2:0:40AA93:15:001:Start on Level V-28 Now! pbobble2:0:4061D1:1B:501:Start on Level V-28 Now! (2/3) pbobble2:0:4061D5:1B:501:Start on Level V-28 Now! (3/3) pbobble2:0:40AA93:15:001:Start on Level V-29 Now! pbobble2:0:4061D1:1C:501:Start on Level V-29 Now! (2/3) pbobble2:0:4061D5:1C:501:Start on Level V-29 Now! (3/3) pbobble2:0:40AA93:15:001:Start on Level V-30 Now! pbobble2:0:4061D1:1D:501:Start on Level V-30 Now! (2/3) pbobble2:0:4061D5:1D:501:Start on Level V-30 Now! (3/3) pbobble2:0:40AA93:16:001:Start on Level W-26 Now! pbobble2:0:4061D1:19:501:Start on Level W-26 Now! (2/3) pbobble2:0:4061D5:19:501:Start on Level W-26 Now! (3/3) pbobble2:0:40AA93:16:001:Start on Level W-27 Now! pbobble2:0:4061D1:1A:501:Start on Level W-27 Now! (2/3) pbobble2:0:4061D5:1A:501:Start on Level W-27 Now! (3/3) pbobble2:0:40AA93:16:001:Start on Level W-28 Now! pbobble2:0:4061D1:1B:501:Start on Level W-28 Now! (2/3) pbobble2:0:4061D5:1B:501:Start on Level W-28 Now! (3/3) pbobble2:0:40AA93:16:001:Start on Level W-29 Now! pbobble2:0:4061D1:1C:501:Start on Level W-29 Now! (2/3) pbobble2:0:4061D5:1C:501:Start on Level W-29 Now! (3/3) pbobble2:0:40AA93:16:001:Start on Level W-30 Now! pbobble2:0:4061D1:1D:501:Start on Level W-30 Now! (2/3) pbobble2:0:4061D5:1D:501:Start on Level W-30 Now! (3/3) pbobble2:0:40AA93:17:001:Start on Level ?-26 Now! pbobble2:0:4061D1:19:501:Start on Level ?-26 Now! (2/3) pbobble2:0:4061D5:19:501:Start on Level ?-26 Now! (3/3) pbobble2:0:40AA93:17:001:Start on Level ?-27 Now! pbobble2:0:4061D1:1A:501:Start on Level ?-27 Now! (2/3) pbobble2:0:4061D5:1A:501:Start on Level ?-27 Now! (3/3) pbobble2:0:40AA93:17:001:Start on Level ?-28 Now! pbobble2:0:4061D1:1B:501:Start on Level ?-28 Now! (2/3) pbobble2:0:4061D5:1B:501:Start on Level ?-28 Now! (3/3) pbobble2:0:40AA93:17:001:Start on Level ?-29 Now! pbobble2:0:4061D1:1C:501:Start on Level ?-29 Now! (2/3) pbobble2:0:4061D5:1C:501:Start on Level ?-29 Now! (3/3) pbobble2:0:40AA93:17:001:Start on Level ?-30 Now! pbobble2:0:4061D1:1D:501:Start on Level ?-30 Now! (2/3) pbobble2:0:4061D5:1D:501:Start on Level ?-30 Now! (3/3) pbobble2:0:40AA93:18:001:Start on Level X-26 Now! pbobble2:0:4061D1:19:501:Start on Level X-26 Now! (2/3) pbobble2:0:4061D5:19:501:Start on Level X-26 Now! (3/3) pbobble2:0:40AA93:18:001:Start on Level X-27 Now! pbobble2:0:4061D1:1A:501:Start on Level X-27 Now! (2/3) pbobble2:0:4061D5:1A:501:Start on Level X-27 Now! (3/3) pbobble2:0:40AA93:18:001:Start on Level X-28 Now! pbobble2:0:4061D1:1B:501:Start on Level X-28 Now! (2/3) pbobble2:0:4061D5:1B:501:Start on Level X-28 Now! (3/3) pbobble2:0:40AA93:18:001:Start on Level X-29 Now! pbobble2:0:4061D1:1C:501:Start on Level X-29 Now! (2/3) pbobble2:0:4061D5:1C:501:Start on Level X-29 Now! (3/3) pbobble2:0:40AA93:18:001:Start on Level X-30 Now! pbobble2:0:4061D1:1D:501:Start on Level X-30 Now! (2/3) pbobble2:0:4061D5:1D:501:Start on Level X-30 Now! (3/3) pbobble2:0:40AA93:19:001:Start on Level Y-26 Now! pbobble2:0:4061D1:19:501:Start on Level Y-26 Now! (2/3) pbobble2:0:4061D5:19:501:Start on Level Y-26 Now! (3/3) pbobble2:0:40AA93:19:001:Start on Level Y-27 Now! pbobble2:0:4061D1:1A:501:Start on Level Y-27 Now! (2/3) pbobble2:0:4061D5:1A:501:Start on Level Y-27 Now! (3/3) pbobble2:0:40AA93:19:001:Start on Level Y-28 Now! pbobble2:0:4061D1:1B:501:Start on Level Y-28 Now! (2/3) pbobble2:0:4061D5:1B:501:Start on Level Y-28 Now! (3/3) pbobble2:0:40AA93:19:001:Start on Level Y-29 Now! pbobble2:0:4061D1:1C:501:Start on Level Y-29 Now! (2/3) pbobble2:0:4061D5:1C:501:Start on Level Y-29 Now! (3/3) pbobble2:0:40AA93:19:001:Start on Level Y-30 Now! pbobble2:0:4061D1:1D:501:Start on Level Y-30 Now! (2/3) pbobble2:0:4061D5:1D:501:Start on Level Y-30 Now! (3/3) pbobble2:0:40AA93:1A:001:Start on Level Z-26 Now! pbobble2:0:4061D1:19:501:Start on Level Z-26 Now! (2/3) pbobble2:0:4061D5:19:501:Start on Level Z-26 Now! (3/3) pbobble2:0:40AA93:1A:001:Start on Level Z-27 Now! pbobble2:0:4061D1:1A:501:Start on Level Z-27 Now! (2/3) pbobble2:0:4061D5:1A:501:Start on Level Z-27 Now! (3/3) pbobble2:0:40AA93:1A:001:Start on Level Z-28 Now! pbobble2:0:4061D1:1B:501:Start on Level Z-28 Now! (2/3) pbobble2:0:4061D5:1B:501:Start on Level Z-28 Now! (3/3) pbobble2:0:40AA93:1A:001:Start on Level Z-29 Now! pbobble2:0:4061D1:1C:501:Start on Level Z-29 Now! (2/3) pbobble2:0:4061D5:1C:501:Start on Level Z-29 Now! (3/3) pbobble2:0:40AA93:1A:001:Start on Level Z-30 Now! pbobble2:0:4061D1:1D:501:Start on Level Z-30 Now! (2/3) pbobble2:0:4061D5:1D:501:Start on Level Z-30 Now! (3/3) pbobble2:0:000000:00:999:[ Use the following cheats when you are playing ] pbobble2:0:000000:00:999:[ they allow you to go to the level before the ] pbobble2:0:000000:00:999:[ Path ] pbobble2:0:40AA93:00:001:Go to Level A-05 Next! pbobble2:0:4061D1:03:501:Go to Level A-05 Next! (2/3) pbobble2:0:4061D5:03:501:Go to Level A-05 Next! (3/3) pbobble2:0:40AA93:01:001:Go to Level B-05 Next! pbobble2:0:4061D1:03:501:Go to Level B-05 Next! (2/3) pbobble2:0:4061D5:03:501:Go to Level B-05 Next! (3/3) pbobble2:0:40AA93:02:001:Go to Level C-10 Next! pbobble2:0:4061D1:08:501:Go to Level C-10 Next! (2/3) pbobble2:0:4061D5:08:501:Go to Level C-10 Next! (3/3) pbobble2:0:40AA93:03:001:Go to Level D-10 Next! pbobble2:0:4061D1:08:501:Go to Level D-10 Next! (2/3) pbobble2:0:4061D5:08:501:Go to Level D-10 Next! (3/3) pbobble2:0:40AA93:04:001:Go to Level E-10 Next! pbobble2:0:4061D1:08:501:Go to Level E-10 Next! (2/3) pbobble2:0:4061D5:08:501:Go to Level E-10 Next! (3/3) pbobble2:0:40AA93:05:001:Go to Level F-15 Next! pbobble2:0:4061D1:0F:501:Go to Level F-15 Next! (2/3) pbobble2:0:4061D5:0F:501:Go to Level F-15 Next! (3/3) pbobble2:0:40AA93:06:001:Go to Level G-15 Next! pbobble2:0:4061D1:0F:501:Go to Level G-15 Next! (2/3) pbobble2:0:4061D5:0F:501:Go to Level G-15 Next! (3/3) pbobble2:0:40AA93:07:001:Go to Level H-15 Next! pbobble2:0:4061D1:0F:501:Go to Level H-15 Next! (2/3) pbobble2:0:4061D5:0F:501:Go to Level H-15 Next! (3/3) pbobble2:0:40AA93:08:001:Go to Level I-15 Next! pbobble2:0:4061D1:0F:501:Go to Level I-15 Next! (2/3) pbobble2:0:4061D5:0F:501:Go to Level I-15 Next! (3/3) pbobble2:0:40AA93:09:001:Go to Level J-20 Next! pbobble2:0:4061D1:12:501:Go to Level J-20 Next! (2/3) pbobble2:0:4061D5:12:501:Go to Level J-20 Next! (3/3) pbobble2:0:40AA93:0A:001:Go to Level K-20 Next! pbobble2:0:4061D1:12:501:Go to Level K-20 Next! (2/3) pbobble2:0:4061D5:12:501:Go to Level K-20 Next! (3/3) pbobble2:0:40AA93:0B:001:Go to Level L-20 Next! pbobble2:0:4061D1:12:501:Go to Level L-20 Next! (2/3) pbobble2:0:4061D5:12:501:Go to Level L-20 Next! (3/3) pbobble2:0:40AA93:0C:001:Go to Level M-20 Next! pbobble2:0:4061D1:12:501:Go to Level M-20 Next! (2/3) pbobble2:0:4061D5:12:501:Go to Level M-20 Next! (3/3) pbobble2:0:40AA93:0D:001:Go to Level N-20 Next! pbobble2:0:4061D1:12:501:Go to Level N-20 Next! (2/3) pbobble2:0:4061D5:12:501:Go to Level N-20 Next! (3/3) pbobble2:0:40AA93:0E:001:Go to Level O-25 Next! pbobble2:0:4061D1:17:501:Go to Level O-25 Next! (2/3) pbobble2:0:4061D5:17:501:Go to Level O-25 Next! (3/3) pbobble2:0:40AA93:0F:001:Go to Level P-25 Next! pbobble2:0:4061D1:17:501:Go to Level P-25 Next! (2/3) pbobble2:0:4061D5:17:501:Go to Level P-25 Next! (3/3) pbobble2:0:40AA93:10:001:Go to Level Q-25 Next! pbobble2:0:4061D1:17:501:Go to Level Q-25 Next! (2/3) pbobble2:0:4061D5:17:501:Go to Level Q-25 Next! (3/3) pbobble2:0:40AA93:11:001:Go to Level R-25 Next! pbobble2:0:4061D1:17:501:Go to Level R-25 Next! (2/3) pbobble2:0:4061D5:17:501:Go to Level R-25 Next! (3/3) pbobble2:0:40AA93:12:001:Go to Level S-25 Next! pbobble2:0:4061D1:17:501:Go to Level S-25 Next! (2/3) pbobble2:0:4061D5:17:501:Go to Level S-25 Next! (3/3) pbobble2:0:40AA93:13:001:Go to Level T-25 Next! pbobble2:0:4061D1:17:501:Go to Level T-25 Next! (2/3) pbobble2:0:4061D5:17:501:Go to Level T-25 Next! (3/3) pbobble2:0:40AA93:14:001:Go to Level U-30 Next! pbobble2:0:4061D1:1C:501:Go to Level U-30 Next! (2/3) pbobble2:0:4061D5:1C:501:Go to Level U-30 Next! (3/3) pbobble2:0:40AA93:15:001:Go to Level V-30 Next! pbobble2:0:4061D1:1C:501:Go to Level V-30 Next! (2/3) pbobble2:0:4061D5:1C:501:Go to Level V-30 Next! (3/3) pbobble2:0:40AA93:16:001:Go to Level W-30 Next! pbobble2:0:4061D1:1C:501:Go to Level W-30 Next! (2/3) pbobble2:0:4061D5:1C:501:Go to Level W-30 Next! (3/3) pbobble2:0:40AA93:17:001:Go to Level ?-30 Next! pbobble2:0:4061D1:1C:501:Go to Level ?-30 Next! (2/3) pbobble2:0:4061D5:1C:501:Go to Level ?-30 Next! (3/3) pbobble2:0:40AA93:18:001:Go to Level X-30 Next! pbobble2:0:4061D1:1C:501:Go to Level X-30 Next! (2/3) pbobble2:0:4061D5:1C:501:Go to Level X-30 Next! (3/3) pbobble2:0:40AA93:19:001:Go to Level Y-30 Next! pbobble2:0:4061D1:1C:501:Go to Level Y-30 Next! (2/3) pbobble2:0:4061D5:1C:501:Go to Level Y-30 Next! (3/3) pbobble2:0:40AA93:1A:001:Go to Level Z-30 Next! pbobble2:0:4061D1:1C:501:Go to Level Z-30 Next! (2/3) pbobble2:0:4061D5:1C:501:Go to Level Z-30 Next! (3/3) pbobble2:0:000000:00:999:[ After you enable these region cheats to see any ] pbobble2:0:000000:00:999:[ effect you will have to reset the game (F3). ] pbobble2:0:000000:00:999:[ Then you will have to turn the Test Mode ON(F2), ] pbobble2:0:000000:00:999:[ wait for Test Mode to appear and reset again(F3) ] pbobble2:0:0FFFFF:01:100:Region Switch = Japan:Puzzle Bobble 2 pbobble2:0:0FFFFF:02:100:Region Switch = US:Bust-A-Move Again pbobble2:0:0FFFFF:03:100:Region Switch = World:Puzzle Bobble 2 ; [ Puzzle Bobble 3 (World) ] pbobble3:0:405BE1:09:000:Infinite Credits pbobble3:0:408D58:FF:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen pbobble3:0:40AFD0:FF:001:Disable "Alternate World" Levels pbobble3:0:41F836:80:020:Help line "ON" PL1 pbobble3:0:41F836:80:041:Help line "OFF" PL1 pbobble3:0:413412:01:000:Current bubble always Red PL1 pbobble3:0:413412:02:000:Current bubble always Green PL1 pbobble3:0:413412:03:000:Current bubble always Blue PL1 pbobble3:0:413412:04:000:Current bubble always Yellow PL1 pbobble3:0:413412:05:000:Current bubble always Orange PL1 pbobble3:0:413412:06:000:Current bubble always Purple PL1 pbobble3:0:413412:07:000:Current bubble always Grey PL1 pbobble3:0:413412:08:000:Current bubble always Black PL1 pbobble3:0:413421:01:000:Next bubble always Red PL1 pbobble3:0:413421:02:000:Next bubble always Green PL1 pbobble3:0:413421:03:000:Next bubble always Blue PL1 pbobble3:0:413421:04:000:Next bubble always Yellow PL1 pbobble3:0:413421:05:000:Next bubble always Orange PL1 pbobble3:0:413421:06:000:Next bubble always Purple PL1 pbobble3:0:413421:07:000:Next bubble always Grey PL1 pbobble3:0:413421:08:000:Next bubble always Black PL1 pbobble3:0:413412:01:001:Current bubble is Red Now! PL1 pbobble3:0:413412:02:001:Current bubble is Green Now! PL1 pbobble3:0:413412:03:001:Current bubble is Blue Now! PL1 pbobble3:0:413412:04:001:Current bubble is Yellow Now! PL1 pbobble3:0:413412:05:001:Current bubble is Orange Now! PL1 pbobble3:0:413412:06:001:Current bubble is Purple Now! PL1 pbobble3:0:413412:07:001:Current bubble is Grey Now! PL1 pbobble3:0:413412:08:001:Current bubble is Black Now! PL1 pbobble3:0:413421:01:001:Next bubble is Red Now! PL1 pbobble3:0:413421:02:001:Next bubble is Green Now! PL1 pbobble3:0:413421:03:001:Next bubble is Blue Now! PL1 pbobble3:0:413421:04:001:Next bubble is Yellow Now! PL1 pbobble3:0:413421:05:001:Next bubble is Orange Now! PL1 pbobble3:0:413421:06:001:Next bubble is Purple Now!PL1 pbobble3:0:413421:07:001:Next bubble is Grey Now! PL1 pbobble3:0:413421:08:001:Next bubble is Black Now! PL1 pbobble3:0:41F837:80:020:Help line "ON" PL2 pbobble3:0:41F837:80:041:Help line "OFF" PL2 pbobble3:0:413512:01:000:Current bubble always Red PL2 pbobble3:0:413512:02:000:Current bubble always Green PL2 pbobble3:0:413512:03:000:Current bubble always Blue PL2 pbobble3:0:413512:04:000:Current bubble always Yellow PL2 pbobble3:0:413512:05:000:Current bubble always Orange PL2 pbobble3:0:413512:06:000:Current bubble always Purple PL2 pbobble3:0:413512:07:000:Current bubble always Grey PL2 pbobble3:0:413512:08:000:Current bubble always Black PL2 pbobble3:0:413521:01:000:Next bubble always Red PL2 pbobble3:0:413521:02:000:Next bubble always Green PL2 pbobble3:0:413521:03:000:Next bubble always Blue PL2 pbobble3:0:413521:04:000:Next bubble always Yellow PL2 pbobble3:0:413521:05:000:Next bubble always Orange PL2 pbobble3:0:413521:06:000:Next bubble always Purple PL2 pbobble3:0:413521:07:000:Next bubble always Grey PL2 pbobble3:0:413521:08:000:Next bubble always Black PL2 pbobble3:0:413512:01:001:Current bubble is Red Now! PL2 pbobble3:0:413512:02:001:Current bubble is Green Now! PL2 pbobble3:0:413512:03:001:Current bubble is Blue Now! PL2 pbobble3:0:413512:04:001:Current bubble is Yellow Now! PL2 pbobble3:0:413512:05:001:Current bubble is Orange Now! PL2 pbobble3:0:413512:06:001:Current bubble is Purple Now! PL2 pbobble3:0:413512:07:001:Current bubble is Grey Now! PL2 pbobble3:0:413512:08:001:Current bubble is Black Now! PL2 pbobble3:0:413521:01:001:Next bubble is Red Now! PL2 pbobble3:0:413521:02:001:Next bubble is Green Now! PL2 pbobble3:0:413521:03:001:Next bubble is Blue Now! PL2 pbobble3:0:413521:04:001:Next bubble is Yellow Now! PL2 pbobble3:0:413521:05:001:Next bubble is Orange Now! PL2 pbobble3:0:413521:06:001:Next bubble is Purple Now!PL2 pbobble3:0:413521:07:001:Next bubble is Grey Now! PL2 pbobble3:0:413521:08:001:Next bubble is Black Now! PL2 pbobble3:0:000000:00:999:[ After you enable a region cheat to see any ] pbobble3:0:000000:00:999:[ any effect you will have to reset the game(F3) ] pbobble3:0:000000:00:999:[ Then you turn the Test Mode ON (F2) and wait ] pbobble3:0:000000:00:999:[ for the Test Mode to appear and reset again(F3)] pbobble3:0:1FFFFF:01:100:Region Switch = Japan pbobble3:0:1FFFFF:02:100:Region Switch = US pbobble3:0:1FFFFF:03:100:Region Switch = World ; [ Puzzle Bobble 4 (World) ] pbobble4:0:4059E1:09:000:Infinite Credits pbobble4:0:40A8E7:FF:000:Help line "ON" PL1 pbobble4:0:40A8E7:00:001:Help line "OFF" PL1 pbobble4:0:000000:00:999:[ ] pbobble4:0:000000:00:999:[ VS Mode Cheats ] pbobble4:0:000000:00:999:[ ] pbobble4:0:000000:00:999:[ Enable Select starting round on the 'planets' ] pbobble4:0:000000:00:999:[ screen. ] pbobble4:0:409E53:0B:071:Select starting round:Level background will be incorrect to you 'Continue' pbobble4:0:409E53:0B:061:Select next round pbobble4:0:000000:00:999:[After you enable these region cheats to see any ] pbobble4:0:000000:00:999:[effect you will have to reset the game (F3). ] pbobble4:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] pbobble4:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] pbobble4:0:1FFFFF:01:100:Region Switch = Japan pbobble4:0:1FFFFF:02:100:Region Switch = US pbobble4:0:1FFFFF:03:100:Region Switch = World ; [ Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 1) ] pbobblen:0:102271:02:001:Go to Round 4 Next pbobblen:0:102273:02:501:Go to Round 4 Next (2/2) pbobblen:0:102271:06:001:Go to Round 8 Next pbobblen:0:102273:06:501:Go to Round 8 Next (2/2) pbobblen:0:102271:0A:001:Go to Round 12 Next pbobblen:0:102273:0A:501:Go to Round 12 Next (2/2) pbobblen:0:102271:0E:001:Go to Round 16 Next pbobblen:0:102273:0E:501:Go to Round 16 Next (2/2) pbobblen:0:102271:12:001:Go to Round 20 Next pbobblen:0:102273:12:501:Go to Round 20 Next (2/2) pbobblen:0:102271:16:001:Go to Round 24 Next pbobblen:0:102273:16:501:Go to Round 24 Next (2/2) pbobblen:0:102271:1A:001:Go to Round 28 Next pbobblen:0:102273:1A:501:Go to Round 28 Next (2/2) pbobblen:0:102271:1C:001:Go to Round 30 Next pbobblen:0:102273:1C:501:Go to Round 30 Next (2/2) pbobblen:0:102271:20:001:See End Sequence Next pbobblen:0:102273:20:501:See End Sequence Next (2/2) pbobblen:0:000000:00:999:[ It's best to activate Quick Finish when at ] pbobblen:0:000000:00:999:[ least one wall has descended, just complete ] pbobblen:0:000000:00:999:[ 3 matching colours to drop the whole screen ] pbobblen:0:105A9D:00:001:Quick Finish Cheat pbobblen:0:105AB1:00:501:Quick Finish Cheat (2/2) pbobblen:0:108287:01:000:Help line ON PL1 pbobblen:0:108287:00:001:Help line OFF PL1 pbobblen:0:10821F:00:000:Current bubble always blue PL1 pbobblen:0:10821F:01:000:Current bubble always red PL1 pbobblen:0:10821F:02:000:Current bubble always yellow PL1 pbobblen:0:10821F:03:000:Current bubble always green PL1 pbobblen:0:10821F:04:000:Current bubble always purple PL1 pbobblen:0:10821F:05:000:Current bubble always orange PL1 pbobblen:0:10821F:06:000:Current bubble always black PL1 pbobblen:0:10821F:07:000:Current bubble always grey PL1 pbobblen:0:10823D:00:000:Next bubble always blue PL1 pbobblen:0:10823D:01:000:Next bubble always red PL1 pbobblen:0:10823D:02:000:Next bubble always yellow PL1 pbobblen:0:10823D:03:000:Next bubble always green PL1 pbobblen:0:10823D:04:000:Next bubble always purple PL1 pbobblen:0:10823D:05:000:Next bubble always orange PL1 pbobblen:0:10823D:06:000:Next bubble always black PL1 pbobblen:0:10823D:07:000:Next bubble always grey PL1 pbobblen:0:10821F:00:001:Current bubble will be blue PL1 pbobblen:0:10821F:01:001:Current bubble will be red PL1 pbobblen:0:10821F:02:001:Current bubble will be yellowPL1 pbobblen:0:10821F:03:001:Current bubble will be green PL1 pbobblen:0:10821F:04:001:Current bubble will be purple PL1 pbobblen:0:10821F:05:001:Current bubble will be orange PL1 pbobblen:0:10821F:06:001:Current bubble will be black PL1 pbobblen:0:10821F:07:001:Current bubble will be grey PL1 pbobblen:0:10823D:00:001:Next bubble will be blue PL1 pbobblen:0:10823D:01:001:Next bubble will be red PL1 pbobblen:0:10823D:02:001:Next bubble will be yellow PL1 pbobblen:0:10823D:03:001:Next bubble will be green PL1 pbobblen:0:10823D:04:001:Next bubble will be purple PL1 pbobblen:0:10823D:05:001:Next bubble will be orange PL1 pbobblen:0:10823D:06:001:Next bubble will be black PL1 pbobblen:0:10823D:07:001:Next bubble will be grey PL1 pbobblen:0:108323:01:000:Help line ON PL2 pbobblen:0:108323:00:001:Help line OFF PL2 pbobblen:0:1082BB:00:000:Current bubble always blue PL2 pbobblen:0:1082BB:01:000:Current bubble always red PL2 pbobblen:0:1082BB:02:000:Current bubble always yellow PL2 pbobblen:0:1082BB:03:000:Current bubble always green PL2 pbobblen:0:1082BB:04:000:Current bubble always purple PL2 pbobblen:0:1082BB:05:000:Current bubble always orange PL2 pbobblen:0:1082BB:06:000:Current bubble always black PL2 pbobblen:0:1082BB:07:000:Current bubble always grey PL2 pbobblen:0:1082D9:00:000:Next bubble always blue PL2 pbobblen:0:1082D9:01:000:Next bubble always red PL2 pbobblen:0:1082D9:02:000:Next bubble always yellow PL2 pbobblen:0:1082D9:03:000:Next bubble always green PL2 pbobblen:0:1082D9:04:000:Next bubble always purple PL2 pbobblen:0:1082D9:05:000:Next bubble always orange PL2 pbobblen:0:1082D9:06:000:Next bubble always black PL2 pbobblen:0:1082D9:07:000:Next bubble always grey PL2 pbobblen:0:1082BB:00:001:Current bubble will be blue PL2 pbobblen:0:1082BB:01:001:Current bubble will be red PL2 pbobblen:0:1082BB:02:001:Current bubble will be yellow PL2 pbobblen:0:1082BB:03:001:Current bubble will be green PL2 pbobblen:0:1082BB:04:001:Current bubble will be purple PL2 pbobblen:0:1082BB:05:001:Current bubble will be orange PL2 pbobblen:0:1082BB:06:001:Current bubble will be black PL2 pbobblen:0:1082BB:07:001:Current bubble will be grey PL2 pbobblen:0:1082D9:00:001:Next bubble will be blue PL2 pbobblen:0:1082D9:01:001:Next bubble will be red PL2 pbobblen:0:1082D9:02:001:Next bubble will be yellow PL2 pbobblen:0:1082D9:03:001:Next bubble will be green PL2 pbobblen:0:1082D9:04:001:Next bubble will be purple PL2 pbobblen:0:1082D9:05:001:Next bubble will be orange PL2 pbobblen:0:1082D9:06:001:Next bubble will be black PL2 pbobblen:0:1082D9:07:001:Next bubble will be grey PL2 :pbobblen:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :pbobblen:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :pbobblen:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Puzzle Bobble / Bust-A-Move (Neo-Geo) (set 2) ] pbobblna:0:102271:02:001:Go to Round 4 Next pbobblna:0:102273:02:501:Go to Round 4 Next (2/2) pbobblna:0:102271:06:001:Go to Round 8 Next pbobblna:0:102273:06:501:Go to Round 8 Next (2/2) pbobblna:0:102271:0A:001:Go to Round 12 Next pbobblna:0:102273:0A:501:Go to Round 12 Next (2/2) pbobblna:0:102271:0E:001:Go to Round 16 Next pbobblna:0:102273:0E:501:Go to Round 16 Next (2/2) pbobblna:0:102271:12:001:Go to Round 20 Next pbobblna:0:102273:12:501:Go to Round 20 Next (2/2) pbobblna:0:102271:16:001:Go to Round 24 Next pbobblna:0:102273:16:501:Go to Round 24 Next (2/2) pbobblna:0:102271:1A:001:Go to Round 28 Next pbobblna:0:102273:1A:501:Go to Round 28 Next (2/2) pbobblna:0:102271:1C:001:Go to Round 30 Next pbobblna:0:102273:1C:501:Go to Round 30 Next (2/2) pbobblna:0:102271:20:001:See End Sequence Next pbobblna:0:102273:20:501:See End Sequence Next (2/2) pbobblna:0:000000:00:999:[ It's best to activate Quick Finish when at ] pbobblna:0:000000:00:999:[ least one wall has descended, just complete ] pbobblna:0:000000:00:999:[ 3 matching colours to drop the whole screen ] pbobblna:0:105A9D:00:001:Quick Finish Cheat pbobblna:0:105AB1:00:501:Quick Finish Cheat (2/2) pbobblna:0:108287:01:000:Help line ON PL1 pbobblna:0:108287:00:001:Help line OFF PL1 pbobblna:0:10821F:00:000:Current bubble always blue PL1 pbobblna:0:10821F:01:000:Current bubble always red PL1 pbobblna:0:10821F:02:000:Current bubble always yellow PL1 pbobblna:0:10821F:03:000:Current bubble always green PL1 pbobblna:0:10821F:04:000:Current bubble always purple PL1 pbobblna:0:10821F:05:000:Current bubble always orange PL1 pbobblna:0:10821F:06:000:Current bubble always black PL1 pbobblna:0:10821F:07:000:Current bubble always grey PL1 pbobblna:0:10823D:00:000:Next bubble always blue PL1 pbobblna:0:10823D:01:000:Next bubble always red PL1 pbobblna:0:10823D:02:000:Next bubble always yellow PL1 pbobblna:0:10823D:03:000:Next bubble always green PL1 pbobblna:0:10823D:04:000:Next bubble always purple PL1 pbobblna:0:10823D:05:000:Next bubble always orange PL1 pbobblna:0:10823D:06:000:Next bubble always black PL1 pbobblna:0:10823D:07:000:Next bubble always grey PL1 pbobblna:0:10821F:00:001:Current bubble will be blue PL1 pbobblna:0:10821F:01:001:Current bubble will be red PL1 pbobblna:0:10821F:02:001:Current bubble will be yellowPL1 pbobblna:0:10821F:03:001:Current bubble will be green PL1 pbobblna:0:10821F:04:001:Current bubble will be purple PL1 pbobblna:0:10821F:05:001:Current bubble will be orange PL1 pbobblna:0:10821F:06:001:Current bubble will be black PL1 pbobblna:0:10821F:07:001:Current bubble will be grey PL1 pbobblna:0:10823D:00:001:Next bubble will be blue PL1 pbobblna:0:10823D:01:001:Next bubble will be red PL1 pbobblna:0:10823D:02:001:Next bubble will be yellow PL1 pbobblna:0:10823D:03:001:Next bubble will be green PL1 pbobblna:0:10823D:04:001:Next bubble will be purple PL1 pbobblna:0:10823D:05:001:Next bubble will be orange PL1 pbobblna:0:10823D:06:001:Next bubble will be black PL1 pbobblna:0:10823D:07:001:Next bubble will be grey PL1 pbobblna:0:108323:01:000:Help line ON PL2 pbobblna:0:108323:00:001:Help line OFF PL2 pbobblna:0:1082BB:00:000:Current bubble always blue PL2 pbobblna:0:1082BB:01:000:Current bubble always red PL2 pbobblna:0:1082BB:02:000:Current bubble always yellow PL2 pbobblna:0:1082BB:03:000:Current bubble always green PL2 pbobblna:0:1082BB:04:000:Current bubble always purple PL2 pbobblna:0:1082BB:05:000:Current bubble always orange PL2 pbobblna:0:1082BB:06:000:Current bubble always black PL2 pbobblna:0:1082BB:07:000:Current bubble always grey PL2 pbobblna:0:1082D9:00:000:Next bubble always blue PL2 pbobblna:0:1082D9:01:000:Next bubble always red PL2 pbobblna:0:1082D9:02:000:Next bubble always yellow PL2 pbobblna:0:1082D9:03:000:Next bubble always green PL2 pbobblna:0:1082D9:04:000:Next bubble always purple PL2 pbobblna:0:1082D9:05:000:Next bubble always orange PL2 pbobblna:0:1082D9:06:000:Next bubble always black PL2 pbobblna:0:1082D9:07:000:Next bubble always grey PL2 pbobblna:0:1082BB:00:001:Current bubble will be blue PL2 pbobblna:0:1082BB:01:001:Current bubble will be red PL2 pbobblna:0:1082BB:02:001:Current bubble will be yellow PL2 pbobblna:0:1082BB:03:001:Current bubble will be green PL2 pbobblna:0:1082BB:04:001:Current bubble will be purple PL2 pbobblna:0:1082BB:05:001:Current bubble will be orange PL2 pbobblna:0:1082BB:06:001:Current bubble will be black PL2 pbobblna:0:1082BB:07:001:Current bubble will be grey PL2 pbobblna:0:1082D9:00:001:Next bubble will be blue PL2 pbobblna:0:1082D9:01:001:Next bubble will be red PL2 pbobblna:0:1082D9:02:001:Next bubble will be yellow PL2 pbobblna:0:1082D9:03:001:Next bubble will be green PL2 pbobblna:0:1082D9:04:001:Next bubble will be purple PL2 pbobblna:0:1082D9:05:001:Next bubble will be orange PL2 pbobblna:0:1082D9:06:001:Next bubble will be black PL2 pbobblna:0:1082D9:07:001:Next bubble will be grey PL2 :pbobblna:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :pbobblna:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :pbobblna:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Pocket Gal (Japan) ] pcktgal:0:008A:03:000:Infinite Lives pcktgal:0:04F1:6E:000:Infinite Time pcktgal:0:04FA:6E:000:Infinite Bonus Time pcktgal:0:0098:64:000:Infinite Champ Level ; [ Pocket Gal 2 (World?) ] pcktgal2:0:008A:03:000:Infinite Lives pcktgal2:0:04F1:6E:000:Infinite Time pcktgal2:0:04FA:6E:000:Infinite Bonus Time pcktgal2:0:0098:64:000:Infinite Champ Level ; [ Pocket Gal (bootleg) ] pcktgalb:0:008A:03:000:Infinite Lives pcktgalb:0:04F1:6E:000:Infinite Time pcktgalb:0:04FA:6E:000:Infinite Bonus Time pcktgalb:0:0098:64:000:Infinite Champ Level ; [ Print Club (Japan Vol.1) ] pclubj:0:0000:00:999:[ There are no cheats ]:REASON 1 pclubj:0:0000:00:999:[ for this game as it ]:REASON 1 pclubj:0:0000:00:999:[ didn't work the last ]:REASON 1 pclubj:0:0000:00:999:[ time it was tested. ]:REASON 1 pclubj:0:0000:00:999:[ If the game now works ]:REASON 1 pclubj:0:0000:00:999:[ please request cheats ]:REASON 1 pclubj:0:0000:00:999:[ for it on the cheat ]:REASON 1 pclubj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Print Club (Japan Vol.2) ] pclubjv2:0:0000:00:999:[ There are no cheats ]:REASON 1 pclubjv2:0:0000:00:999:[ for this game as it ]:REASON 1 pclubjv2:0:0000:00:999:[ didn't work the last ]:REASON 1 pclubjv2:0:0000:00:999:[ time it was tested. ]:REASON 1 pclubjv2:0:0000:00:999:[ If the game now works ]:REASON 1 pclubjv2:0:0000:00:999:[ please request cheats ]:REASON 1 pclubjv2:0:0000:00:999:[ for it on the cheat ]:REASON 1 pclubjv2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Print Club (Japan Vol.4) ] pclubjv4:0:0000:00:999:[ There are no cheats ]:REASON 1 pclubjv4:0:0000:00:999:[ for this game as it ]:REASON 1 pclubjv4:0:0000:00:999:[ didn't work the last ]:REASON 1 pclubjv4:0:0000:00:999:[ time it was tested. ]:REASON 1 pclubjv4:0:0000:00:999:[ If the game now works ]:REASON 1 pclubjv4:0:0000:00:999:[ please request cheats ]:REASON 1 pclubjv4:0:0000:00:999:[ for it on the cheat ]:REASON 1 pclubjv4:0:0000:00:999:[ forums. ]:REASON 1 ; [ Print Club (Japan Vol.5) ] pclubjv5:0:0000:00:999:[ There are no cheats ]:REASON 1 pclubjv5:0:0000:00:999:[ for this game as it ]:REASON 1 pclubjv5:0:0000:00:999:[ didn't work the last ]:REASON 1 pclubjv5:0:0000:00:999:[ time it was tested. ]:REASON 1 pclubjv5:0:0000:00:999:[ If the game now works ]:REASON 1 pclubjv5:0:0000:00:999:[ please request cheats ]:REASON 1 pclubjv5:0:0000:00:999:[ for it on the cheat ]:REASON 1 pclubjv5:0:0000:00:999:[ forums. ]:REASON 1 ; [ Puzzle Club (Yun Sung - set 1) ] :pclubys:00000000:20CE75:00000009:FFFFFFFF:Infinite Credits :pclubys:60000000:000000:00000000:00000000: :pclubys:60000000:000000:00000000:00000000:Magic Eye :pclubys:60000000:000000:00000000:00000000: :pclubys:00000000:206A3F:00000000:FFFFFFFF:Infinite Time :pclubys:00000001:2084A3:00000004:FFFFFFFF:Get 1 Difference Now! :pclubys:00010001:20672D:00000001:FFFFFFFF:Get 1 Difference Now! (2/2) :pclubys:00100300:206A2C:000003E6:FFFFFFFF:Select Stage:This cheat Causes buggy graphics after Stage 569 :pclubys:00000000:2084A1:00000009:FFFFFFFF:Infinite Lives PL1 :pclubys:00000000:208605:00000009:FFFFFFFF:Infinite Lives PL2 :pclubys:60000000:000000:00000000:00000000: :pclubys:60000000:000000:00000000:00000000:Box Logic :pclubys:60000000:000000:00000000:00000000: :pclubys:00000001:206ACD:00000000:FFFFFFFF:Finish this Stage Now! :pclubys:00000301:20E1F9:00000062:FFFFFFFF:Select Starting Stage:Set on the cursor selection screen :pclubys:00000060:204461:00000000:FFFFFFFF:Infinite Time PL1 :pclubys:00000000:208419:00000003:FFFFFFFF:Infinite Bombs PL1 :pclubys:00000060:204479:00000000:FFFFFFFF:Infinite Time PL2 :pclubys:00000000:20857D:00000003:FFFFFFFF:Infinite Bombs PL2 :pclubys:60000000:000000:00000000:00000000: :pclubys:60000000:000000:00000000:00000000:Mad Ball :pclubys:60000000:000000:00000000:00000000: :pclubys:00000301:20E243:00000029:FFFFFFFF:Select Starting Stage:Set on the "Mad Ball" logo screen :pclubys:00000001:20E80B:00000000:FFFFFFFF:Finish this Stage Now! :pclubys:00000000:20873B:00000063:FFFFFFFF:Infinite Lives PL1 :pclubys:00100000:208748:00007530:FFFFFFFF:Infinite Coins PL1 :pclubys:00000000:20877D:00000001:FFFFFFFF:Always Have Catching a Ball Item PL1 :pclubys:00000000:20876F:00000000:FFFFFFFF:Always Have Normal Gun PL1 :pclubys:00110000:208770:000003E7:FFFFFFFF:Always Have Normal Gun PL1 (2/2) :pclubys:00000000:20876F:00000001:FFFFFFFF:Always Have Duo Gun PL1 :pclubys:00110000:208772:000003E7:FFFFFFFF:Always Have Duo Gun PL1 (2/2) :pclubys:00000000:20876F:00000002:FFFFFFFF:Always Have Trio Gun PL1 :pclubys:00110000:208774:000003E7:FFFFFFFF:Always Have Trio Gun PL1 (2/2) :pclubys:00000000:20876F:00000003:FFFFFFFF:Always Have Missile PL1 :pclubys:00110000:208776:000003E7:FFFFFFFF:Always Have Missile PL1 (2/2) :pclubys:00100000:208788:000003E7:FFFFFFFF:Always Have Mad Ball PL1 :pclubys:00000000:2087A3:00000063:FFFFFFFF:Infinite Lives PL2 :pclubys:00000000:2087B0:00007530:FFFFFFFF:Infinite Coins PL2 :pclubys:00000000:2087E5:00000001:FFFFFFFF:Always Have Catching a Ball Item PL2 :pclubys:00000000:2087D7:00000000:FFFFFFFF:Always Have Normal Gun PL2 :pclubys:00110000:2087D8:000003E7:FFFFFFFF:Always Have Normal Gun PL2 (2/2) :pclubys:00000000:2087D7:00000001:FFFFFFFF:Always Have Duo Gun PL2 :pclubys:00110000:2087DA:000003E7:FFFFFFFF:Always Have Duo Gun PL2 (2/2) :pclubys:00000000:2087D7:00000002:FFFFFFFF:Always Have Trio Gun PL2 :pclubys:00110000:2087DC:000003E7:FFFFFFFF:Always Have Trio Gun PL2 (2/2) :pclubys:00000000:2087D7:00000003:FFFFFFFF:Always Have Missile PL2 :pclubys:00110000:2087DE:000003E7:FFFFFFFF:Always Have Missile PL2 (2/2) :pclubys:00100000:2087F0:000003E7:FFFFFFFF:Always Have Mad Ball PL2 :pclubys:60000000:000000:00000000:00000000: :pclubys:60000000:000000:00000000:00000000:Magic Bubble :pclubys:60000000:000000:00000000:00000000: :pclubys:00000300:205765:00000005:FFFFFFFF:Select Stage :pclubys:00000300:20BC05:00000004:FFFFFFFF:Select Round:1 Stage = 5 Rounds :pclubys:62000000:2044C1:00000000:00000000:Select Area :pclubys:00010000:2044C1:00000001:FFFFFFFF:A :pclubys:00010000:2044C1:00000002:FFFFFFFF:B :pclubys:00010000:2044C1:00000003:FFFFFFFF:C :pclubys:00010000:2044C1:00000004:FFFFFFFF:D :pclubys:00010000:2044C1:00000005:FFFFFFFF:E :pclubys:00010000:2044C1:00000006:FFFFFFFF:F :pclubys:00010000:2044C1:00000007:FFFFFFFF:G :pclubys:00010000:2044C1:00000008:FFFFFFFF:H :pclubys:00010000:2044C1:00000009:FFFFFFFF:I :pclubys:00010000:2044C1:0000000A:FFFFFFFF:J :pclubys:00010000:2044C1:0000000B:FFFFFFFF:K :pclubys:00010000:2044C1:0000000C:FFFFFFFF:L :pclubys:00010000:2044C1:0000000D:FFFFFFFF:M :pclubys:00010000:2044C1:0000000E:FFFFFFFF:N :pclubys:00010000:2044C1:0000000F:FFFFFFFF:O :pclubys:00010000:2044C1:00000010:FFFFFFFF:P :pclubys:00010000:2044C1:00000011:FFFFFFFF:Q :pclubys:00010000:2044C1:00000012:FFFFFFFF:R :pclubys:00010000:2044C1:00000013:FFFFFFFF:S :pclubys:00010000:2044C1:00000014:FFFFFFFF:T :pclubys:00010000:2044C1:00000015:FFFFFFFF:U :pclubys:00010000:2044C1:00000016:FFFFFFFF:V :pclubys:00010000:2044C1:00000017:FFFFFFFF:W :pclubys:00010000:2044C1:00000019:FFFFFFFF:X :pclubys:00010000:2044C1:0000001A:FFFFFFFF:Y :pclubys:00010000:2044C1:0000001B:FFFFFFFF:Z :pclubys:00010000:2044C1:00000018:FFFFFFFF:? :pclubys:00000000:20B78B:00000009:FFFFFFFF:Infinite Time PL1:Never Get to Hurry Up :pclubys:00000000:205791:00000001:FFFFFFFF:Help Line always ON PL1 :pclubys:00010000:205795:00000001:FFFFFFFF:Help Line always ON PL1 (2/3) :pclubys:00010000:205797:00000001:FFFFFFFF:Help Line always ON PL1 (3/3) :pclubys:00000001:204D71:00000000:FFFFFFFF:1 Drop to Finish this Round Now! PL1 :pclubys:62000000:20EDDB:00000000:00000000:Select Current Bubble PL1 :pclubys:00110000:20EDDB:00000100:FFFFFFFF:Red :pclubys:00110000:20EDDB:00000200:FFFFFFFF:Yellow :pclubys:00110000:20EDDB:00000302:FFFFFFFF:Blue :pclubys:00110000:20EDDB:00000402:FFFFFFFF:Green :pclubys:00110000:20EDDB:00000504:FFFFFFFF:Purple :pclubys:00110000:20EDDB:00000604:FFFFFFFF:Pink :pclubys:00110000:20EDDB:00000706:FFFFFFFF:White :pclubys:00110000:20EDDB:00000806:FFFFFFFF:Black :pclubys:62000000:20AAED:00000000:00000000:Select Next Bubble PL1 :pclubys:00110000:20AAED:00000100:FFFFFFFF:Red :pclubys:00110000:20AAED:00000200:FFFFFFFF:Yellow :pclubys:00110000:20AAED:00000302:FFFFFFFF:Blue :pclubys:00110000:20AAED:00000402:FFFFFFFF:Green :pclubys:00110000:20AAED:00000504:FFFFFFFF:Purple :pclubys:00110000:20AAED:00000604:FFFFFFFF:Pink :pclubys:00110000:20AAED:00000706:FFFFFFFF:White :pclubys:00110000:20AAED:00000806:FFFFFFFF:Black :pclubys:00000000:20B79B:00000009:FFFFFFFF:Infinite Time PL2:Never Get to Hurry Up :pclubys:00000000:2057BD:00000001:FFFFFFFF:Help Line always ON PL2 :pclubys:00010000:2057C1:00000001:FFFFFFFF:Help Line always ON PL2 (2/3) :pclubys:00010000:2057C3:00000001:FFFFFFFF:Help Line always ON PL2 (3/3) :pclubys:00000001:204D99:00000000:FFFFFFFF:1 Drop to Finish this Round Now! PL2 :pclubys:62000000:20EE13:00000000:00000000:Select Current Bubble PL2 :pclubys:00110000:20EE13:00000100:FFFFFFFF:Red :pclubys:00110000:20EE13:00000200:FFFFFFFF:Yellow :pclubys:00110000:20EE13:00000302:FFFFFFFF:Blue :pclubys:00110000:20EE13:00000402:FFFFFFFF:Green :pclubys:00110000:20EE13:00000504:FFFFFFFF:Purple :pclubys:00110000:20EE13:00000604:FFFFFFFF:Pink :pclubys:00110000:20EE13:00000706:FFFFFFFF:White :pclubys:00110000:20EE13:00000806:FFFFFFFF:Black :pclubys:62000000:20AB25:00000000:00000000:Select Next Bubble PL2 :pclubys:00110000:20AB25:00000100:FFFFFFFF:Red :pclubys:00110000:20AB25:00000200:FFFFFFFF:Yellow :pclubys:00110000:20AB25:00000302:FFFFFFFF:Blue :pclubys:00110000:20AB25:00000402:FFFFFFFF:Green :pclubys:00110000:20AB25:00000504:FFFFFFFF:Purple :pclubys:00110000:20AB25:00000604:FFFFFFFF:Pink :pclubys:00110000:20AB25:00000706:FFFFFFFF:White :pclubys:00110000:20AB25:00000806:FFFFFFFF:Black :pclubys:60000000:000000:00000000:00000000: :pclubys:60000000:000000:00000000:00000000:Bogle Puyo :pclubys:60000000:000000:00000000:00000000: :pclubys:00000300:20AADB:00000062:FFFFFFFF:Select Stage :pclubys:00000000:208465:00000063:FFFFFFFF:Always Maximum Chain PL1 :pclubys:00000000:20847D:00000000:FFFFFFFF:Finish Current Stage Soon! PL1 :pclubys:00000000:2085E5:00000096:FFFFFFFF:Always Send Maximum Puyos (VS Mode) PL1 :pclubys:62000000:20C071:00000000:00000000:Select Current Puyo (Top) PL1 :pclubys:00010000:20C071:00000000:FFFFFFFF:Red :pclubys:00010000:20C071:00000001:FFFFFFFF:Yellow :pclubys:00010000:20C071:00000002:FFFFFFFF:Green :pclubys:00010000:20C071:00000003:FFFFFFFF:Purple :pclubys:00010000:20C071:00000004:FFFFFFFF:Blue :pclubys:62000000:20C1E9:00000000:00000000:Select Current Puyo (Bottom) PL1 :pclubys:00010000:20C1E9:00000000:FFFFFFFF:Red :pclubys:00010000:20C1E9:00000001:FFFFFFFF:Yellow :pclubys:00010000:20C1E9:00000002:FFFFFFFF:Green :pclubys:00010000:20C1E9:00000003:FFFFFFFF:Purple :pclubys:00010000:20C1E9:00000004:FFFFFFFF:Blue :pclubys:62000000:20BFCD:00000000:00000000:Select Next Puyo (Top) PL1 :pclubys:00010000:20BFCD:00000000:FFFFFFFF:Red :pclubys:00010000:20BFCD:00000001:FFFFFFFF:Yellow :pclubys:00010000:20BFCD:00000002:FFFFFFFF:Green :pclubys:00010000:20BFCD:00000003:FFFFFFFF:Purple :pclubys:00010000:20BFCD:00000004:FFFFFFFF:Blue :pclubys:62000000:20BF99:00000000:00000000:Select Next Puyo (Bottom) PL1 :pclubys:00010000:20BF99:00000000:FFFFFFFF:Red :pclubys:00010000:20BF99:00000001:FFFFFFFF:Yellow :pclubys:00010000:20BF99:00000002:FFFFFFFF:Green :pclubys:00010000:20BF99:00000003:FFFFFFFF:Purple :pclubys:00010000:20BF99:00000004:FFFFFFFF:Blue :pclubys:00000000:2085C9:00000063:FFFFFFFF:Always Maximum Chain PL2 :pclubys:00000000:2085E1:00000000:FFFFFFFF:Finish Current Stage Soon! PL2 :pclubys:00000000:208481:00000096:FFFFFFFF:Always Send Maximum Puyos (VS Mode) PL2 :pclubys:62000000:20BAE1:00000000:00000000:Select Current Puyo (Top) PL2 :pclubys:00010000:20BAE1:00000000:FFFFFFFF:Red :pclubys:00010000:20BAE1:00000001:FFFFFFFF:Yellow :pclubys:00010000:20BAE1:00000002:FFFFFFFF:Green :pclubys:00010000:20BAE1:00000003:FFFFFFFF:Purple :pclubys:00010000:20BAE1:00000004:FFFFFFFF:Blue :pclubys:62000000:20BBD5:00000000:00000000:Select Current Puyo (Bottom) PL2 :pclubys:00010000:20BBD5:00000000:FFFFFFFF:Red :pclubys:00010000:20BBD5:00000001:FFFFFFFF:Yellow :pclubys:00010000:20BBD5:00000002:FFFFFFFF:Green :pclubys:00010000:20BBD5:00000003:FFFFFFFF:Purple :pclubys:00010000:20BBD5:00000004:FFFFFFFF:Blue :pclubys:62000000:20BA45:00000000:00000000:Select Next Puyo (Top) PL2 :pclubys:00010000:20BA45:00000000:FFFFFFFF:Red :pclubys:00010000:20BA45:00000001:FFFFFFFF:Yellow :pclubys:00010000:20BA45:00000002:FFFFFFFF:Green :pclubys:00010000:20BA45:00000003:FFFFFFFF:Purple :pclubys:00010000:20BA45:00000004:FFFFFFFF:Blue :pclubys:62000000:20BA11:00000000:00000000:Select Next Puyo (Bottom) PL2 :pclubys:00010000:20BA11:00000000:FFFFFFFF:Red :pclubys:00010000:20BA11:00000001:FFFFFFFF:Yellow :pclubys:00010000:20BA11:00000002:FFFFFFFF:Green :pclubys:00010000:20BA11:00000003:FFFFFFFF:Purple :pclubys:00010000:20BA11:00000004:FFFFFFFF:Blue :pclubys:60000000:000000:00000000:00000000: :pclubys:60000000:000000:00000000:00000000:Rocktris :pclubys:60000000:000000:00000000:00000000: :pclubys:00100301:20AADC:000003E6:FFFFFFFF:Select Starting Stage:Set on the "Rocktris" logo screen :pclubys:00000000:2084CF:00000000:FFFFFFFF:Finish Current Stage Soon! PL1 :pclubys:00200000:208531:00000000:FFFFFFFF:Floor Never Rises (Single Mode) PL1 :pclubys:00000000:20868D:0000000A:FFFFFFFF:Always Send Maximum Blocks (VS Mode) PL1 :pclubys:62000000:20E714:00000000:00000000:Select Next Block PL1 :pclubys:00110000:20E714:0000BD30:FFFFFFFF:Red :pclubys:00110000:20E714:0000BD70:FFFFFFFF:Green (Large) :pclubys:00110000:20E714:0000BDB0:FFFFFFFF:Blue (Small) :pclubys:00110000:20E714:0000BDF0:FFFFFFFF:Yellow :pclubys:00110000:20E714:0000BE30:FFFFFFFF:Pink :pclubys:00110000:20E714:0000BE70:FFFFFFFF:Lightblue :pclubys:00110000:20E714:0000BEB0:FFFFFFFF:Orange :pclubys:00110000:20E714:0000BEF0:FFFFFFFF:Gray :pclubys:00110000:20E714:0000BF30:FFFFFFFF:Purple :pclubys:00110000:20E714:0000BF70:FFFFFFFF:Blown :pclubys:00110000:20E714:0000BFB0:FFFFFFFF:Dark Green :pclubys:00110000:20E714:0000BFF0:FFFFFFFF:Green (Small) :pclubys:00110000:20E714:0000C030:FFFFFFFF:Blue (Large) :pclubys:00000000:208633:00000000:FFFFFFFF:Finish Current Stage Soon! PL2 :pclubys:00000000:208695:00000000:FFFFFFFF:Floor Never Rises (Single Mode) PL2 :pclubys:00000000:208529:0000000A:FFFFFFFF:Always Send Maximum Blocks (VS Mode) PL2 :pclubys:62000000:20E75C:00000000:00000000:Select Next Block PL2 :pclubys:00110000:20E75C:0000BD30:FFFFFFFF:Red :pclubys:00110000:20E75C:0000BD70:FFFFFFFF:Green (Large) :pclubys:00110000:20E75C:0000BDB0:FFFFFFFF:Blue (Small) :pclubys:00110000:20E75C:0000BDF0:FFFFFFFF:Yellow :pclubys:00110000:20E75C:0000BE30:FFFFFFFF:Pink :pclubys:00110000:20E75C:0000BE70:FFFFFFFF:Lightblue :pclubys:00110000:20E75C:0000BEB0:FFFFFFFF:Orange :pclubys:00110000:20E75C:0000BEF0:FFFFFFFF:Gray :pclubys:00110000:20E75C:0000BF30:FFFFFFFF:Purple :pclubys:00110000:20E75C:0000BF70:FFFFFFFF:Blown :pclubys:00110000:20E75C:0000BFB0:FFFFFFFF:Dark Green :pclubys:00110000:20E75C:0000BFF0:FFFFFFFF:Green (Small) :pclubys:00110000:20E75C:0000C030:FFFFFFFF:Blue (Large) ; [ Puzzle Club (Yun Sung - set 2) ] :pclubysa:00000000:20CE75:00000009:FFFFFFFF:Infinite Credits :pclubysa:60000000:000000:00000000:00000000: :pclubysa:60000000:000000:00000000:00000000:Magic Eye :pclubysa:60000000:000000:00000000:00000000: :pclubysa:00000000:206A3F:00000000:FFFFFFFF:Infinite Time :pclubysa:00000001:2084A3:00000004:FFFFFFFF:Get 1 Difference Now! :pclubysa:00010001:20672D:00000001:FFFFFFFF:Get 1 Difference Now! (2/2) :pclubysa:00100300:206A2C:000003E6:FFFFFFFF:Select Stage:This cheat Causes buggy graphics after Stage 569 :pclubysa:00000000:2084A1:00000009:FFFFFFFF:Infinite Lives PL1 :pclubysa:00000000:208605:00000009:FFFFFFFF:Infinite Lives PL2 :pclubysa:60000000:000000:00000000:00000000: :pclubysa:60000000:000000:00000000:00000000:Box Logic :pclubysa:60000000:000000:00000000:00000000: :pclubysa:00000001:206ACD:00000000:FFFFFFFF:Finish this Stage Now! :pclubysa:00000301:20E1F9:00000062:FFFFFFFF:Select Starting Stage:Set on the cursor selection screen :pclubysa:00000060:204461:00000000:FFFFFFFF:Infinite Time PL1 :pclubysa:00000000:208419:00000003:FFFFFFFF:Infinite Bombs PL1 :pclubysa:00000060:204479:00000000:FFFFFFFF:Infinite Time PL2 :pclubysa:00000000:20857D:00000003:FFFFFFFF:Infinite Bombs PL2 :pclubysa:60000000:000000:00000000:00000000: :pclubysa:60000000:000000:00000000:00000000:Mad Ball :pclubysa:60000000:000000:00000000:00000000: :pclubysa:00000301:20E243:00000029:FFFFFFFF:Select Starting Stage:Set on the "Mad Ball" logo screen :pclubysa:00000001:20E80B:00000000:FFFFFFFF:Finish this Stage Now! :pclubysa:00000000:20873B:00000063:FFFFFFFF:Infinite Lives PL1 :pclubysa:00100000:208748:00007530:FFFFFFFF:Infinite Coins PL1 :pclubysa:00000000:20877D:00000001:FFFFFFFF:Always Have Catching a Ball Item PL1 :pclubysa:00000000:20876F:00000000:FFFFFFFF:Always Have Normal Gun PL1 :pclubysa:00110000:208770:000003E7:FFFFFFFF:Always Have Normal Gun PL1 (2/2) :pclubysa:00000000:20876F:00000001:FFFFFFFF:Always Have Duo Gun PL1 :pclubysa:00110000:208772:000003E7:FFFFFFFF:Always Have Duo Gun PL1 (2/2) :pclubysa:00000000:20876F:00000002:FFFFFFFF:Always Have Trio Gun PL1 :pclubysa:00110000:208774:000003E7:FFFFFFFF:Always Have Trio Gun PL1 (2/2) :pclubysa:00000000:20876F:00000003:FFFFFFFF:Always Have Missile PL1 :pclubysa:00110000:208776:000003E7:FFFFFFFF:Always Have Missile PL1 (2/2) :pclubysa:00100000:208788:000003E7:FFFFFFFF:Always Have Mad Ball PL1 :pclubysa:00000000:2087A3:00000063:FFFFFFFF:Infinite Lives PL2 :pclubysa:00000000:2087B0:00007530:FFFFFFFF:Infinite Coins PL2 :pclubysa:00000000:2087E5:00000001:FFFFFFFF:Always Have Catching a Ball Item PL2 :pclubysa:00000000:2087D7:00000000:FFFFFFFF:Always Have Normal Gun PL2 :pclubysa:00110000:2087D8:000003E7:FFFFFFFF:Always Have Normal Gun PL2 (2/2) :pclubysa:00000000:2087D7:00000001:FFFFFFFF:Always Have Duo Gun PL2 :pclubysa:00110000:2087DA:000003E7:FFFFFFFF:Always Have Duo Gun PL2 (2/2) :pclubysa:00000000:2087D7:00000002:FFFFFFFF:Always Have Trio Gun PL2 :pclubysa:00110000:2087DC:000003E7:FFFFFFFF:Always Have Trio Gun PL2 (2/2) :pclubysa:00000000:2087D7:00000003:FFFFFFFF:Always Have Missile PL2 :pclubysa:00110000:2087DE:000003E7:FFFFFFFF:Always Have Missile PL2 (2/2) :pclubysa:00100000:2087F0:000003E7:FFFFFFFF:Always Have Mad Ball PL2 :pclubysa:60000000:000000:00000000:00000000: :pclubysa:60000000:000000:00000000:00000000:Magic Bubble :pclubysa:60000000:000000:00000000:00000000: :pclubysa:00000300:205765:00000005:FFFFFFFF:Select Stage :pclubysa:00000300:20BC05:00000004:FFFFFFFF:Select Round:1 Stage = 5 Rounds :pclubysa:62000000:2044C1:00000000:00000000:Select Area :pclubysa:00010000:2044C1:00000001:FFFFFFFF:A :pclubysa:00010000:2044C1:00000002:FFFFFFFF:B :pclubysa:00010000:2044C1:00000003:FFFFFFFF:C :pclubysa:00010000:2044C1:00000004:FFFFFFFF:D :pclubysa:00010000:2044C1:00000005:FFFFFFFF:E :pclubysa:00010000:2044C1:00000006:FFFFFFFF:F :pclubysa:00010000:2044C1:00000007:FFFFFFFF:G :pclubysa:00010000:2044C1:00000008:FFFFFFFF:H :pclubysa:00010000:2044C1:00000009:FFFFFFFF:I :pclubysa:00010000:2044C1:0000000A:FFFFFFFF:J :pclubysa:00010000:2044C1:0000000B:FFFFFFFF:K :pclubysa:00010000:2044C1:0000000C:FFFFFFFF:L :pclubysa:00010000:2044C1:0000000D:FFFFFFFF:M :pclubysa:00010000:2044C1:0000000E:FFFFFFFF:N :pclubysa:00010000:2044C1:0000000F:FFFFFFFF:O :pclubysa:00010000:2044C1:00000010:FFFFFFFF:P :pclubysa:00010000:2044C1:00000011:FFFFFFFF:Q :pclubysa:00010000:2044C1:00000012:FFFFFFFF:R :pclubysa:00010000:2044C1:00000013:FFFFFFFF:S :pclubysa:00010000:2044C1:00000014:FFFFFFFF:T :pclubysa:00010000:2044C1:00000015:FFFFFFFF:U :pclubysa:00010000:2044C1:00000016:FFFFFFFF:V :pclubysa:00010000:2044C1:00000017:FFFFFFFF:W :pclubysa:00010000:2044C1:00000019:FFFFFFFF:X :pclubysa:00010000:2044C1:0000001A:FFFFFFFF:Y :pclubysa:00010000:2044C1:0000001B:FFFFFFFF:Z :pclubysa:00010000:2044C1:00000018:FFFFFFFF:? :pclubysa:00000000:20B78B:00000009:FFFFFFFF:Infinite Time PL1:Never Get to Hurry Up :pclubysa:00000000:205791:00000001:FFFFFFFF:Help Line always ON PL1 :pclubysa:00010000:205795:00000001:FFFFFFFF:Help Line always ON PL1 (2/3) :pclubysa:00010000:205797:00000001:FFFFFFFF:Help Line always ON PL1 (3/3) :pclubysa:00000001:204D71:00000000:FFFFFFFF:1 Drop to Finish this Round Now! PL1 :pclubysa:62000000:20EDDB:00000000:00000000:Select Current Bubble PL1 :pclubysa:00110000:20EDDB:00000100:FFFFFFFF:Red :pclubysa:00110000:20EDDB:00000200:FFFFFFFF:Yellow :pclubysa:00110000:20EDDB:00000302:FFFFFFFF:Blue :pclubysa:00110000:20EDDB:00000402:FFFFFFFF:Green :pclubysa:00110000:20EDDB:00000504:FFFFFFFF:Purple :pclubysa:00110000:20EDDB:00000604:FFFFFFFF:Pink :pclubysa:00110000:20EDDB:00000706:FFFFFFFF:White :pclubysa:00110000:20EDDB:00000806:FFFFFFFF:Black :pclubysa:62000000:20AAED:00000000:00000000:Select Next Bubble PL1 :pclubysa:00110000:20AAED:00000100:FFFFFFFF:Red :pclubysa:00110000:20AAED:00000200:FFFFFFFF:Yellow :pclubysa:00110000:20AAED:00000302:FFFFFFFF:Blue :pclubysa:00110000:20AAED:00000402:FFFFFFFF:Green :pclubysa:00110000:20AAED:00000504:FFFFFFFF:Purple :pclubysa:00110000:20AAED:00000604:FFFFFFFF:Pink :pclubysa:00110000:20AAED:00000706:FFFFFFFF:White :pclubysa:00110000:20AAED:00000806:FFFFFFFF:Black :pclubysa:00000000:20B79B:00000009:FFFFFFFF:Infinite Time PL2:Never Get to Hurry Up :pclubysa:00000000:2057BD:00000001:FFFFFFFF:Help Line always ON PL2 :pclubysa:00010000:2057C1:00000001:FFFFFFFF:Help Line always ON PL2 (2/3) :pclubysa:00010000:2057C3:00000001:FFFFFFFF:Help Line always ON PL2 (3/3) :pclubysa:00000001:204D99:00000000:FFFFFFFF:1 Drop to Finish this Round Now! PL2 :pclubysa:62000000:20EE13:00000000:00000000:Select Current Bubble PL2 :pclubysa:00110000:20EE13:00000100:FFFFFFFF:Red :pclubysa:00110000:20EE13:00000200:FFFFFFFF:Yellow :pclubysa:00110000:20EE13:00000302:FFFFFFFF:Blue :pclubysa:00110000:20EE13:00000402:FFFFFFFF:Green :pclubysa:00110000:20EE13:00000504:FFFFFFFF:Purple :pclubysa:00110000:20EE13:00000604:FFFFFFFF:Pink :pclubysa:00110000:20EE13:00000706:FFFFFFFF:White :pclubysa:00110000:20EE13:00000806:FFFFFFFF:Black :pclubysa:62000000:20AB25:00000000:00000000:Select Next Bubble PL2 :pclubysa:00110000:20AB25:00000100:FFFFFFFF:Red :pclubysa:00110000:20AB25:00000200:FFFFFFFF:Yellow :pclubysa:00110000:20AB25:00000302:FFFFFFFF:Blue :pclubysa:00110000:20AB25:00000402:FFFFFFFF:Green :pclubysa:00110000:20AB25:00000504:FFFFFFFF:Purple :pclubysa:00110000:20AB25:00000604:FFFFFFFF:Pink :pclubysa:00110000:20AB25:00000706:FFFFFFFF:White :pclubysa:00110000:20AB25:00000806:FFFFFFFF:Black :pclubysa:60000000:000000:00000000:00000000: :pclubysa:60000000:000000:00000000:00000000:Bogle Puyo :pclubysa:60000000:000000:00000000:00000000: :pclubysa:00000300:20AADB:00000062:FFFFFFFF:Select Stage :pclubysa:00000000:208465:00000063:FFFFFFFF:Always Maximum Chain PL1 :pclubysa:00000000:20847D:00000000:FFFFFFFF:Finish Current Stage Soon! PL1 :pclubysa:00000000:2085E5:00000096:FFFFFFFF:Always Send Maximum Puyos (VS Mode) PL1 :pclubysa:62000000:20C071:00000000:00000000:Select Current Puyo (Top) PL1 :pclubysa:00010000:20C071:00000000:FFFFFFFF:Red :pclubysa:00010000:20C071:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20C071:00000002:FFFFFFFF:Green :pclubysa:00010000:20C071:00000003:FFFFFFFF:Purple :pclubysa:00010000:20C071:00000004:FFFFFFFF:Blue :pclubysa:62000000:20C1E9:00000000:00000000:Select Current Puyo (Bottom) PL1 :pclubysa:00010000:20C1E9:00000000:FFFFFFFF:Red :pclubysa:00010000:20C1E9:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20C1E9:00000002:FFFFFFFF:Green :pclubysa:00010000:20C1E9:00000003:FFFFFFFF:Purple :pclubysa:00010000:20C1E9:00000004:FFFFFFFF:Blue :pclubysa:62000000:20BFCD:00000000:00000000:Select Next Puyo (Top) PL1 :pclubysa:00010000:20BFCD:00000000:FFFFFFFF:Red :pclubysa:00010000:20BFCD:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20BFCD:00000002:FFFFFFFF:Green :pclubysa:00010000:20BFCD:00000003:FFFFFFFF:Purple :pclubysa:00010000:20BFCD:00000004:FFFFFFFF:Blue :pclubysa:62000000:20BF99:00000000:00000000:Select Next Puyo (Bottom) PL1 :pclubysa:00010000:20BF99:00000000:FFFFFFFF:Red :pclubysa:00010000:20BF99:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20BF99:00000002:FFFFFFFF:Green :pclubysa:00010000:20BF99:00000003:FFFFFFFF:Purple :pclubysa:00010000:20BF99:00000004:FFFFFFFF:Blue :pclubysa:00000000:2085C9:00000063:FFFFFFFF:Always Maximum Chain PL2 :pclubysa:00000000:2085E1:00000000:FFFFFFFF:Finish Current Stage Soon! PL2 :pclubysa:00000000:208481:00000096:FFFFFFFF:Always Send Maximum Puyos (VS Mode) PL2 :pclubysa:62000000:20BAE1:00000000:00000000:Select Current Puyo (Top) PL2 :pclubysa:00010000:20BAE1:00000000:FFFFFFFF:Red :pclubysa:00010000:20BAE1:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20BAE1:00000002:FFFFFFFF:Green :pclubysa:00010000:20BAE1:00000003:FFFFFFFF:Purple :pclubysa:00010000:20BAE1:00000004:FFFFFFFF:Blue :pclubysa:62000000:20BBD5:00000000:00000000:Select Current Puyo (Bottom) PL2 :pclubysa:00010000:20BBD5:00000000:FFFFFFFF:Red :pclubysa:00010000:20BBD5:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20BBD5:00000002:FFFFFFFF:Green :pclubysa:00010000:20BBD5:00000003:FFFFFFFF:Purple :pclubysa:00010000:20BBD5:00000004:FFFFFFFF:Blue :pclubysa:62000000:20BA45:00000000:00000000:Select Next Puyo (Top) PL2 :pclubysa:00010000:20BA45:00000000:FFFFFFFF:Red :pclubysa:00010000:20BA45:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20BA45:00000002:FFFFFFFF:Green :pclubysa:00010000:20BA45:00000003:FFFFFFFF:Purple :pclubysa:00010000:20BA45:00000004:FFFFFFFF:Blue :pclubysa:62000000:20BA11:00000000:00000000:Select Next Puyo (Bottom) PL2 :pclubysa:00010000:20BA11:00000000:FFFFFFFF:Red :pclubysa:00010000:20BA11:00000001:FFFFFFFF:Yellow :pclubysa:00010000:20BA11:00000002:FFFFFFFF:Green :pclubysa:00010000:20BA11:00000003:FFFFFFFF:Purple :pclubysa:00010000:20BA11:00000004:FFFFFFFF:Blue :pclubysa:60000000:000000:00000000:00000000: :pclubysa:60000000:000000:00000000:00000000:Rocktris :pclubysa:60000000:000000:00000000:00000000: :pclubysa:00100301:20AADC:000003E6:FFFFFFFF:Select Starting Stage:Set on the "Rocktris" logo screen :pclubysa:00000000:2084CF:00000000:FFFFFFFF:Finish Current Stage Soon! PL1 :pclubysa:00200000:208531:00000000:FFFFFFFF:Floor Never Rises (Single Mode) PL1 :pclubysa:00000000:20868D:0000000A:FFFFFFFF:Always Send Maximum Blocks (VS Mode) PL1 :pclubysa:62000000:20E714:00000000:00000000:Select Next Block PL1 :pclubysa:00110000:20E714:0000BD30:FFFFFFFF:Red :pclubysa:00110000:20E714:0000BD70:FFFFFFFF:Green (Large) :pclubysa:00110000:20E714:0000BDB0:FFFFFFFF:Blue (Small) :pclubysa:00110000:20E714:0000BDF0:FFFFFFFF:Yellow :pclubysa:00110000:20E714:0000BE30:FFFFFFFF:Pink :pclubysa:00110000:20E714:0000BE70:FFFFFFFF:Lightblue :pclubysa:00110000:20E714:0000BEB0:FFFFFFFF:Orange :pclubysa:00110000:20E714:0000BEF0:FFFFFFFF:Gray :pclubysa:00110000:20E714:0000BF30:FFFFFFFF:Purple :pclubysa:00110000:20E714:0000BF70:FFFFFFFF:Blown :pclubysa:00110000:20E714:0000BFB0:FFFFFFFF:Dark Green :pclubysa:00110000:20E714:0000BFF0:FFFFFFFF:Green (Small) :pclubysa:00110000:20E714:0000C030:FFFFFFFF:Blue (Large) :pclubysa:00000000:208633:00000000:FFFFFFFF:Finish Current Stage Soon! PL2 :pclubysa:00000000:208695:00000000:FFFFFFFF:Floor Never Rises (Single Mode) PL2 :pclubysa:00000000:208529:0000000A:FFFFFFFF:Always Send Maximum Blocks (VS Mode) PL2 :pclubysa:62000000:20E75C:00000000:00000000:Select Next Block PL2 :pclubysa:00110000:20E75C:0000BD30:FFFFFFFF:Red :pclubysa:00110000:20E75C:0000BD70:FFFFFFFF:Green (Large) :pclubysa:00110000:20E75C:0000BDB0:FFFFFFFF:Blue (Small) :pclubysa:00110000:20E75C:0000BDF0:FFFFFFFF:Yellow :pclubysa:00110000:20E75C:0000BE30:FFFFFFFF:Pink :pclubysa:00110000:20E75C:0000BE70:FFFFFFFF:Lightblue :pclubysa:00110000:20E75C:0000BEB0:FFFFFFFF:Orange :pclubysa:00110000:20E75C:0000BEF0:FFFFFFFF:Gray :pclubysa:00110000:20E75C:0000BF30:FFFFFFFF:Purple :pclubysa:00110000:20E75C:0000BF70:FFFFFFFF:Blown :pclubysa:00110000:20E75C:0000BFB0:FFFFFFFF:Dark Green :pclubysa:00110000:20E75C:0000BFF0:FFFFFFFF:Green (Small) :pclubysa:00110000:20E75C:0000C030:FFFFFFFF:Blue (Large):pclubysa:00000060:204461:00000000:FFFFFFFF:Infinite Time PL1:Turn it OFF temporarily at the end of each Stage :pclubysa:00000000:20CE75:00000009:FFFFFFFF:Infinite Credits :pclubysa:00000060:204461:00000000:FFFFFFFF:Infinite Time PL1:Turn it OFF temporarily at the end of each Stage ; [ 1942 (PlayChoice-10) ] pc_1942:0:80D2:99:000:Infinite Main Time pc_1942:0:80D3:99:500:Infinite Main Time (2/2) pc_1942:1:0432:03:000:Infinite Lives pc_1942:1:0436:09:000:Infinite Loopings pc_1942:1:048E:10:020:Invincibility "ON" pc_1942:1:048E:10:041:Invincibility "OFF" pc_1942:1:048E:02:040:Always have Normal fire pc_1942:1:048E:02:020:Always have Power-up fire pc_1942:1:048E:02:041:Get Normal fire Now! pc_1942:1:048E:02:021:Get Power-up fire Now! :pc_1942:01000000:0388:00000000:00000010:Rapid Fire ; [ Baseball (PlayChoice-10) ] pc_bball:0:80D2:99:000:Infinite Main Time pc_bball:0:80D3:99:500:Infinite Main Time (2/2) ; [ Balloon Fight (PlayChoice-10) ] pc_bfght:0:80D2:99:000:Infinite Main Time pc_bfght:0:80D3:99:500:Infinite Main Time (2/2) pc_bfght:1:0041:03:000:Infinite Lives PL1 pc_bfght:1:0088:02:000:Always 2 Balloons PL1 pc_bfght:1:0042:03:000:Infinite Lives PL2 ; [ Baseball Stars: Be a Champ! (PlayChoice-10) ] pc_bstar:0:80D2:99:000:Infinite Main Time pc_bstar:0:80D3:99:500:Infinite Main Time (2/2) ; [ Contra (PlayChoice-10) ] pc_cntra:0:80D2:99:000:Infinite Main Time pc_cntra:0:80D3:99:500:Infinite Main Time (2/2) pc_cntra:1:0032:03:000:Infinite Lives PL1 pc_cntra:1:00AA:10:020:Rapid Fire 'ON' PL1 pc_cntra:1:00AA:10:041:Rapid Fire 'OFF' PL1 pc_cntra:1:00AE:78:000:Invincibility "ON" PL1 pc_cntra:1:00AF:78:000:Invincibility "OFF" PL1 pc_cntra:1:00AA:01:040:Always Normal Gun PL1 pc_cntra:1:00AA:02:540:Always Normal Gun PL1 (2/3) pc_cntra:1:00AA:04:540:Always Normal Gun PL1 (3/3) pc_cntra:1:00AA:01:020:Always Machine Gun PL1 pc_cntra:1:00AA:02:540:Always Machine Gun PL1 (2/3) pc_cntra:1:00AA:04:540:Always Machine Gun PL1 (3/3) pc_cntra:1:00AA:01:040:Always Fire ball PL1 pc_cntra:1:00AA:02:520:Always Fire ball PL1 (2/3) pc_cntra:1:00AA:04:540:Always Fire ball PL1 (3/3) pc_cntra:1:00AA:01:020:Always Spread fire PL1 pc_cntra:1:00AA:02:520:Always Spread fire PL1 (2/3) pc_cntra:1:00AA:04:540:Always Spread fire PL1 (3/3) pc_cntra:1:00AA:01:040:Always Laser PL1 pc_cntra:1:00AA:02:540:Always Laser PL1 (2/3) pc_cntra:1:00AA:04:520:Always Laser PL1 (3/3) pc_cntra:1:00AA:01:041:Get Normal Gun Now! PL1 pc_cntra:1:00AA:02:541:Get Normal Gun Now! PL1 (2/3) pc_cntra:1:00AA:04:541:Get Normal Gun Now! PL1 (3/3) pc_cntra:1:00AA:01:021:Get Machine Gun Now! PL1 pc_cntra:1:00AA:02:541:Get Machine Gun Now! PL1(2/3) pc_cntra:1:00AA:04:541:Get Machine Gun Now! PL1(3/3) pc_cntra:1:00AA:01:041:Get Fire ball Now! PL1 pc_cntra:1:00AA:02:521:Get Fire ball Now! PL1 (2/3) pc_cntra:1:00AA:04:541:Get Fire ball Now! PL1 (3/3) pc_cntra:1:00AA:01:021:Get Spread fire Now! PL1 pc_cntra:1:00AA:02:521:Get Spread fire Now! PL1(2/3) pc_cntra:1:00AA:04:541:Get Spread fire Now! PL1(3/3) pc_cntra:1:00AA:01:041:Get Laser Now! PL1 pc_cntra:1:00AA:02:541:Get Laser Now! PL1 (2/3) pc_cntra:1:00AA:04:521:Get Laser Now! PL1 (3/3) pc_cntra:1:0033:03:000:Infinite Lives PL2 pc_cntra:1:00AB:10:020:Rapid Fire 'ON' PL2 pc_cntra:1:00AB:10:041:Rapid Fire 'OFF' PL2 pc_cntra:1:00AE:01:001:Invincibility "ON" PL2 pc_cntra:1:00AF:01:001:Invincibility "OFF" PL2 pc_cntra:1:00AB:01:040:Always Normal Gun PL2 pc_cntra:1:00AB:02:540:Always Normal Gun PL2 (2/3) pc_cntra:1:00AB:04:540:Always Normal Gun PL2 (3/3) pc_cntra:1:00AB:01:020:Always Machine Gun PL2 pc_cntra:1:00AB:02:540:Always Machine Gun PL2 (2/3) pc_cntra:1:00AB:04:540:Always Machine Gun PL2 (3/3) pc_cntra:1:00AB:01:040:Always Fire ball PL2 pc_cntra:1:00AB:02:520:Always Fire ball PL2 (2/3) pc_cntra:1:00AB:04:540:Always Fire ball PL2 (3/3) pc_cntra:1:00AB:01:020:Always Spread fire PL2 pc_cntra:1:00AB:02:520:Always Spread fire PL2 (2/3) pc_cntra:1:00AB:04:540:Always Spread fire PL2 (3/3) pc_cntra:1:00AB:01:040:Always Laser PL2 pc_cntra:1:00AB:02:540:Always Laser PL2 (2/3) pc_cntra:1:00AB:04:520:Always Laser PL2 (3/3) pc_cntra:1:00AB:01:041:Get Normal Gun Now! PL2 pc_cntra:1:00AB:02:541:Get Normal Gun Now! PL2 (2/3) pc_cntra:1:00AB:04:541:Get Normal Gun Now! PL2 (3/3) pc_cntra:1:00AB:01:021:Get Machine Gun Now! PL2 pc_cntra:1:00AB:02:541:Get Machine Gun Now! PL2(2/3) pc_cntra:1:00AB:04:541:Get Machine Gun Now! PL2(3/3) pc_cntra:1:00AB:01:041:Get Fire ball Now! PL2 pc_cntra:1:00AB:02:521:Get Fire ball Now! PL2 (2/3) pc_cntra:1:00AB:04:541:Get Fire ball Now! PL2 (3/3) pc_cntra:1:00AB:01:021:Get Spread fire Now! PL2 pc_cntra:1:00AB:02:521:Get Spread fire Now! PL2(2/3) pc_cntra:1:00AB:04:541:Get Spread fire Now! PL2(3/3) pc_cntra:1:00AB:01:041:Get Laser Now! PL2 pc_cntra:1:00AB:02:541:Get Laser Now! PL2 (2/3) pc_cntra:1:00AB:04:521:Get Laser Now! PL2 (3/3) ; [ Captain Sky Hawk (PlayChoice-10) ] pc_cshwk:0:80D2:99:000:Infinite Main Time pc_cshwk:0:80D3:99:500:Infinite Main Time (2/2) pc_cshwk:1:0002:03:000:Infinite Lives pc_cshwk:1:0013:63:000:Infinite Bombs ; [ Castlevania (PlayChoice-10) ] pc_cvnia:0:80D2:99:000:Infinite Main Time pc_cvnia:0:80D3:99:500:Infinite Main Time (2/2) pc_cvnia:1:0042:99:000:Infinite Time pc_cvnia:1:002A:63:000:Infinite Lives pc_cvnia:1:0045:40:000:Infinite Energy pc_cvnia:1:0071:63:000:Infinite Hearts pc_cvnia:1:005B:30:000:Invincibility "ON" pc_cvnia:1:005B:01:001:Invincibility "OFF" :pc_cvnia:01000000:00F7:00000000:00000040:Rapid Fire :pc_cvnia:01000000:0070:00000002:FFFFFFFF:Always Have Maximum Whip Power :pc_cvnia:62000000:0000:00000000:00000000:Select Sub Weapon Shot Item :pc_cvnia:01010000:0064:00000000:FFFFFFFF:No Item :pc_cvnia:01010000:0064:00000001:FFFFFFFF:2-Shots :pc_cvnia:01010000:0064:00000002:FFFFFFFF:3-Shots :pc_cvnia:01000000:0079:0000000A:FFFFFFFF:X-shots Item Appers Soon!:Break a candle :pc_cvnia:01200000:050C:00040404:FFFFFFFF:Always Enemy = 7000pts:Kill an enemy with the sub weapon :pc_cvnia:01000300:0028:00000012:FFFFFFFF:Select Stage :pc_cvnia:62000000:0000:00000000:00000000:Select Weapon :pc_cvnia:01010000:0070:00000000:FFFFFFFF:Whip :pc_cvnia:01010000:0070:00000001:FFFFFFFF:Short Ball & Chain :pc_cvnia:01010000:0070:00000002:FFFFFFFF:Long Ball & Chain :pc_cvnia:01200000:050C:00040404:FFFFFFFF:Enemy Always 7000 pts:Kill an enemy by sub weapon pc_cvnia:1:015B:08:001:Get Dagger Now! pc_cvnia:1:015B:09:001:Get Boomerang Now! pc_cvnia:1:015B:0A:001:Get Holy Cross Now! pc_cvnia:1:015B:0B:001:Get Holy Potion Now! pc_cvnia:1:015B:0C:001:Get Axe1 Now! pc_cvnia:1:015B:0D:001:Get Axe2 Now! pc_cvnia:1:015B:0E:001:Get 1up Now! pc_cvnia:1:015B:0F:001:Get Clock Now! pc_cvnia:1:01A9:00:001:Drain all Boss Energy Now! ; [ Double Dribble (PlayChoice-10) ] pc_dbldr:0:80D2:99:000:Infinite Main Time pc_dbldr:0:80D3:99:500:Infinite Main Time (2/2) pc_dbldr:1:0057:59:000:Infinite Time pc_dbldr:1:0058:00:001:Finish Period Now! pc_dbldr:1:0057:01:501:Finish Period Now! (2/2) pc_dbldr:1:07F4:10:000:Score always = 10 PL1 pc_dbldr:1:07F5:00:500:Score always = 10 PL1 (2/2) pc_dbldr:1:07F4:00:000:Score always = 0 PL1 pc_dbldr:1:07F5:00:500:Score always = 0 PL1 (2/2) pc_dbldr:1:07F4:10:001:Score = 10 Now! PL1 pc_dbldr:1:07F5:00:501:Score = 10 Now! PL1 (2/2) pc_dbldr:1:07F4:00:001:Score = 0 Now! PL1 pc_dbldr:1:07F5:00:501:Score = 0 Now! PL1 (2/2) pc_dbldr:1:07F8:10:000:Score always = 10 PL2 pc_dbldr:1:07F9:00:500:Score always = 10 PL2 (2/2) pc_dbldr:1:07F8:00:000:Score always = 0 PL2 pc_dbldr:1:07F9:00:500:Score always = 0 PL2 (2/2) pc_dbldr:1:07F8:10:001:Score = 10 Now! PL2 pc_dbldr:1:07F9:00:501:Score = 10 Now! PL2 (2/2) pc_dbldr:1:07F8:00:001:Score = 0 Now! PL2 pc_dbldr:1:07F9:00:501:Score = 0 Now! PL2 (2/2) ; [ Double Dragon (PlayChoice-10) ] pc_ddrgn:0:80D2:99:000:Infinite Main Time pc_ddrgn:0:80D3:99:500:Infinite Main Time (2/2) pc_ddrgn:1:0043:03:999:[ Codes - Mode A ] pc_ddrgn:1:0505:99:500:Infinite Time pc_ddrgn:1:0043:03:000:Infinite Lives pc_ddrgn:1:03B4:40:000:Infinite Energy pc_ddrgn:1:0043:03:999:[ Codes - Mode B ] pc_ddrgn:1:03B4:50:000:Infinite Energy PL1 pc_ddrgn:1:03B5:50:000:Infinite Energy PL2 ; [ Dr. Mario (PlayChoice-10) ] pc_drmro:0:80D2:99:000:Infinite Main Time pc_drmro:0:80D3:99:500:Infinite Main Time (2/2) pc_drmro:1:0324:00:001:Finish this Level Now! pc_drmro:1:0312:08:000:Pills do not fall! pc_drmro:1:008A:00:500:Pills do not fall! (2/5) pc_drmro:1:00A0:00:500:Pills do not fall! (3/5) pc_drmro:1:030A:00:500:Pills do not fall! (4/5) pc_drmro:1:0320:00:500:Pills do not fall! (5/5) pc_drmro:1:008A:00:000:Pills drop at slowest speed pc_drmro:1:00A0:00:500:Pills drop at slowest speed (2/4) pc_drmro:1:030A:00:500:Pills drop at slowest speed (3/4) pc_drmro:1:0320:00:500:Pills drop at slowest speed (4/4) pc_drmro:1:031A:00:001:Get Yellow-Yellow Pill Next! pc_drmro:1:031B:00:501:Get Yellow-Yellow Pill Next! (2/2) pc_drmro:1:031A:00:001:Get Yellow-Red Pill Next! pc_drmro:1:031B:01:501:Get Yellow-Red Pill Next! (2/2) pc_drmro:1:031A:00:001:Get Yellow-Blue Pill Next! pc_drmro:1:031B:02:501:Get Yellow-Blue Pill Next! (2/2) pc_drmro:1:031A:01:001:Get Red-Red Pill Next! pc_drmro:1:031B:01:501:Get Red-Red Pill Next! (2/2) pc_drmro:1:031A:01:001:Get Red-Blue Pill Next! pc_drmro:1:031B:02:501:Get Red-Blue Pill Next! (2/2) pc_drmro:1:031A:02:001:Get Blue-Blue Pill Next! pc_drmro:1:031B:02:501:Get Blue-Blue Pill Next! (2/2) pc_drmro:1:031A:00:000:Always Yellow-Yellow Pill pc_drmro:1:031B:00:500:Always Yellow-Yellow Pill (2/2) pc_drmro:1:031A:00:000:Always Yellow-Red Pill pc_drmro:1:031B:01:500:Always Yellow-Red Pill (2/2) pc_drmro:1:031A:00:000:Always Yellow-Blue Pill pc_drmro:1:031B:02:500:Always Yellow-Blue Pill (2/2) pc_drmro:1:031A:01:000:Always Red-Red Pill pc_drmro:1:031B:01:500:Always Red-Red Pill (2/2) pc_drmro:1:031A:01:000:Always Red-Blue Pill pc_drmro:1:031B:02:500:Always Red-Blue Pill (2/2) pc_drmro:1:031A:02:000:Always Blue-Blue Pill pc_drmro:1:031B:02:500:Always Blue-Blue Pill (2/2) ; [ Duck Hunt (PlayChoice-10) ] pc_duckh:0:80D2:99:000:Infinite Main Time pc_duckh:0:80D3:99:500:Infinite Main Time (2/2) pc_duckh:1:00BA:03:000:Infinite Shots ; [ Excite Bike (PlayChoice-10) ] pc_ebike:0:80D2:99:000:Infinite Main Time pc_ebike:0:80D3:99:500:Infinite Main Time (2/2) pc_ebike:1:0068:00:000:Infinite Time pc_ebike:1:0069:00:500:Infinite Time (2/3) pc_ebike:1:006A:00:500:Infinite Time (3/3) pc_ebike:1:0BB6:08:000:No overheat ; [ Uncle Fester's Quest: The Addams Family (PlayChoice-10) ] pc_ftqst:0:80D2:99:000:Infinite Main Time pc_ftqst:0:80D3:99:500:Infinite Main Time (2/2) pc_ftqst:1:04F8:C0:000:Invincibility "ON" pc_ftqst:1:04F8:01:001:Invincibility "OFF" :pc_ftqst:01000000:04EA:00000004:FFFFFFFF:Infinite Max. Energy :pc_ftqst:01010000:04E9:00000004:FFFFFFFF:Infinite Max. Energy (2/2) :pc_ftqst:01000500:04E7:00000003:FFFFFFFF:Always Gun Level :pc_ftqst:01000100:04E8:00000004:FFFFFFFF:Always Whip Level :pc_ftqst:01000000:015C:00000064:FFFFFFFF:Infinite Max. Bulbs :pc_ftqst:01000000:015D:00000064:FFFFFFFF:Infinite Max. Keys :pc_ftqst:01000000:015E:00000064:FFFFFFFF:Infinite Max. Nooses :pc_ftqst:01000000:015F:00000064:FFFFFFFF:Infinite Max. Vice Grips :pc_ftqst:01000000:0160:00000064:FFFFFFFF:Infinite Max. Potions :pc_ftqst:01000000:0161:00000064:FFFFFFFF:Infinite Max. Invisibles :pc_ftqst:01000000:0162:00000064:FFFFFFFF:Infinite Max. Money :pc_ftqst:01000000:0163:00000064:FFFFFFFF:Infinite Max. Missiles :pc_ftqst:01000000:0164:00000064:FFFFFFFF:Infinite Max. T.N.T. ; [ Gauntlet (PlayChoice-10) ] pc_gntlt:0:80D2:99:000:Infinite Main Time pc_gntlt:0:80D3:99:500:Infinite Main Time (2/2) pc_gntlt:1:00B4:03:000:Infinite Energy PL1 pc_gntlt:1:00B2:E7:500:Infinite Energy PL1 (2/2) pc_gntlt:1:00B5:03:000:Infinite Energy PL2 pc_gntlt:1:00B3:E7:500:Infinite Energy PL2 (2/2) ; [ Golf (PlayChoice-10) ] pc_golf:0:80D2:99:000:Infinite Main Time pc_golf:0:80D3:99:500:Infinite Main Time (2/2) pc_golf:1:002C:00:000:Infinite Strokes PL1 pc_golf:1:002D:00:000:Infinite Strokes PL2 ; [ Goonies, The (PlayChoice-10) ] pc_goons:0:80D2:99:000:Infinite Main Time pc_goons:0:80D3:99:500:Infinite Main Time (2/2) pc_goons:1:0090:99:000:Infinite Time pc_goons:1:0046:03:000:Infinite Lives pc_goons:1:00A0:17:000:Infinite Energy pc_goons:1:00D0:02:000:Invincibility pc_goons:1:05DD:02:500:Invincibility (2/3) pc_goons:1:004B:9F:500:Invincibility (3/3) pc_goons:1:05F3:01:020:Always have Bomb pc_goons:1:05DF:03:000:Always have 3 Keys pc_goons:1:05DF:03:001:Get 3 Keys Now! pc_goons:1:05F2:32:000:Always Have Slingshot pc_goons:1:05F2:32:001:Get Slingshot Now! pc_goons:1:05D6:11:000:Maximum Rescues :pc_goons:01000000:0049:00000001:00000001:Always have Earplugs:No damage against gang's note attack :pc_goons:01000000:0049:00000002:00000002:Always have Waterproof Wear:No damage against steam, drop of water and waterfall :pc_goons:01000000:0049:00000004:00000004:Always have Helmet:No damage against a falling rock :pc_goons:01000000:0049:00000008:00000008:Always have Fireproof Wear:No damage against fire :pc_goons:01000000:0049:00000010:00000010:Always have Rucksack:Enables you to have 2 bombs at the same time :pc_goons:01000000:0049:00000020:00000020:Always have Armor:No damage against gang's gun, skeleton's bone attack and bat :pc_goons:01000000:0049:00000040:00000040:Always have Hyper Shoes:Enable long jump at the particular place :pc_goons:01000000:0007:00000000:00000040:Rapid Fire :pc_goons:01000000:05D8:00000007:FFFFFFFF:Always have 7 Diamonds:Energy recovery when you get a diamond :pc_goons:01000000:0093:00000001:FFFFFFFF:Always Red Pod Changes Yellow:Yellow Pod gives a extra life ; [ Gradius (PlayChoice-10, older) ] pc_grdue:0:80D2:99:000:Infinite Main Time pc_grdue:0:80D3:99:500:Infinite Main Time (2/2) pc_grdue:1:0046:05:000:Infinite Shields :pc_grdue:21800000:C141:00000000:FFFFFFFF:Invincibility :pc_grdue:21910000:C20A:00001090:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Fire :pc_grdue:21910000:C246:00001090:FFFFFFFF:Invincibility (3/4):Tentacle in Stage 5 :pc_grdue:21910000:C285:0000C287:FFFFFFFF:Invincibility (4/4):Scenery :pc_grdue:21800000:C07A:00000060:FFFFFFFF:Always Have Penetrable Shot :pc_grdue:21810000:C2AE:00000089:FFFFFFFF:Always Have Penetrable Shot (2/2) pc_grdue:1:0040:FF:070:Select Speed Up Speed:Don't go too high! :pc_grdue:21A00000:C0DF:00FFE64C:FFFFFFFF:Auto Secret Items Open:5000 pts & 1UP appears automatically :pc_grdue:21810000:C10A:00000000:FFFFFFFF:Auto Secret Items Open (2/10):1st = jmp $FFE6, 2nd = bcs $C0F9 -> bcs $C10B :pc_grdue:21910000:FFE6:000027C9:FFFFFFFF:Auto Secret Items Open (3/10):cmp #$27 :pc_grdue:21910000:FFE8:000003D0:FFFFFFFF:Auto Secret Items Open (4/10):bne $FFED :pc_grdue:21A10000:FFEA:00C1004C:FFFFFFFF:Auto Secret Items Open (5/10):jmp $C100 :pc_grdue:21910000:FFED:000029C9:FFFFFFFF:Auto Secret Items Open (6/10):cmp #$29 :pc_grdue:21910000:FFEF:000003D0:FFFFFFFF:Auto Secret Items Open (7/10):bne $FFF4 :pc_grdue:21A10000:FFF1:00C11C4C:FFFFFFFF:Auto Secret Items Open (8/10):jmp $C11C :pc_grdue:21A10000:FFF4:000460BE:FFFFFFFF:Auto Secret Items Open (9/10):ldx $0460,y :pc_grdue:21A10000:FFF7:00C0E24C:FFFFFFFF:Auto Secret Items Open (10/10):jmp $C0E2 :pc_grdue:01200000:03A6:00000000:FFFFFFFF:Rapid Fire pc_grdue:1:0040:0A:000:Always have a Good Speed Up pc_grdue:1:0045:02:000:Always have Full Options pc_grdue:1:0041:01:000:Always have Missile pc_grdue:1:0044:01:000:Always have Laser:You can't have Double then pc_grdue:1:0044:02:000:Always have Double:You can't have Laser then pc_grdue:1:0040:0A:001:Get a Good Speed Up Now! pc_grdue:1:0045:02:001:Get Full Options Now! pc_grdue:1:0041:01:001:Get Missile Now! pc_grdue:1:0044:01:001:Get Laser Now!:You can't have Double then pc_grdue:1:0044:02:001:Get Double Now!:You can't have Laser then pc_grdue:1:0041:00:001:Lose missiles Now! pc_grdue:1:0044:00:001:Lose double/laser Now! pc_grdue:1:0042:01:001:Light Up Speed Button Now! pc_grdue:1:0042:02:001:Light Up Missile Button Now! pc_grdue:1:0042:03:001:Light Up Double Button Now! pc_grdue:1:0042:04:001:Light Up Laser Button Now! pc_grdue:1:0042:05:001:Light Up Option Button Now! pc_grdue:1:0042:06:001:Light Up ? Button Now! pc_grdue:1:0042:00:001:No button lit Now! pc_grdue:1:0020:63:000:Infinite Lives PL1 pc_grdue:1:0021:63:000:Infinite Lives PL2 ; [ Gradius (PlayChoice-10) ] pc_grdus:0:80D2:99:000:Infinite Main Time pc_grdus:0:80D3:99:500:Infinite Main Time (2/2) pc_grdus:1:0046:05:000:Infinite Shields :pc_grdus:21800000:C124:00000000:FFFFFFFF:Invincibility :pc_grdus:21910000:C1ED:00001090:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Fire :pc_grdus:21910000:C229:00001090:FFFFFFFF:Invincibility (3/4):Tentacle in Stage 5 :pc_grdus:21910000:C268:0000C26A:FFFFFFFF:Invincibility (4/4):Scenery :pc_grdus:21800000:C05D:00000060:FFFFFFFF:Always Have Penetrable Shot :pc_grdus:21810000:C291:0000006C:FFFFFFFF:Always Have Penetrable Shot (2/2) pc_grdus:1:0040:FF:070:Select Speed Up Speed:Don't go too high! :pc_grdus:21A00000:C0C2:00FFD14C:FFFFFFFF:Auto Secret Items Open:5000 pts & 1UP appears automatically :pc_grdus:21810000:C0ED:00000000:FFFFFFFF:Auto Secret Items Open (2/10):1st = jmp $FFD1, 2nd = bcs $C0DC -> bcs $C0EE :pc_grdus:21910000:FFD1:000027C9:FFFFFFFF:Auto Secret Items Open (3/10):cmp #$27 :pc_grdus:21910000:FFD3:000003D0:FFFFFFFF:Auto Secret Items Open (4/10):bne $FFD8 :pc_grdus:21A10000:FFD5:00C0E34C:FFFFFFFF:Auto Secret Items Open (5/10):jmp $C0E3 :pc_grdus:21910000:FFD8:000029C9:FFFFFFFF:Auto Secret Items Open (6/10):cmp #$29 :pc_grdus:21910000:FFDA:000003D0:FFFFFFFF:Auto Secret Items Open (7/10):bne $FFDF :pc_grdus:21A10000:FFDC:00C0FF4C:FFFFFFFF:Auto Secret Items Open (8/10):jmp $C0FF :pc_grdus:21A10000:FFDF:000460BE:FFFFFFFF:Auto Secret Items Open (9/10):ldx $0460,y :pc_grdus:21A10000:FFE2:00C0C54C:FFFFFFFF:Auto Secret Items Open (10/10):jmp $C0C5 :pc_grdus:01200000:03A6:00000000:FFFFFFFF:Rapid Fire pc_grdus:1:0040:0A:000:Always have a Good Speed Up pc_grdus:1:0045:02:000:Always have Full Options pc_grdus:1:0041:01:000:Always have Missile pc_grdus:1:0044:01:000:Always have Laser:You can't have Double then pc_grdus:1:0044:02:000:Always have Double:You can't have Laser then pc_grdus:1:0040:0A:001:Get a Good Speed Up Now! pc_grdus:1:0045:02:001:Get Full Options Now! pc_grdus:1:0041:01:001:Get Missile Now! pc_grdus:1:0044:01:001:Get Laser Now!:You can't have Double then pc_grdus:1:0044:02:001:Get Double Now!:You can't have Laser then pc_grdus:1:0041:00:001:Lose missiles Now! pc_grdus:1:0044:00:001:Lose double/laser Now! pc_grdus:1:0042:01:001:Light Up Speed Button Now! pc_grdus:1:0042:02:001:Light Up Missile Button Now! pc_grdus:1:0042:03:001:Light Up Double Button Now! pc_grdus:1:0042:04:001:Light Up Laser Button Now! pc_grdus:1:0042:05:001:Light Up Option Button Now! pc_grdus:1:0042:06:001:Light Up ? Button Now! pc_grdus:1:0042:00:001:No button lit Now! pc_grdus:1:0020:63:000:Infinite Lives PL1 pc_grdus:1:0021:63:000:Infinite Lives PL2 ; [ Hogan's Alley (PlayChoice-10) ] pc_hgaly:0:80D2:99:000:Infinite Main Time pc_hgaly:0:80D3:99:500:Infinite Main Time (2/2) pc_hgaly:1:00B3:00:000:Infinite Misses pc_hgaly:1:007D:FF:001:Extend the time limit Now!:Only works on levels 1-5 ; [ Kung Fu (PlayChoice-10) ] pc_kngfu:0:80D2:99:000:Infinite Main Time pc_kngfu:0:80D3:99:500:Infinite Main Time (2/2) pc_kngfu:1:005C:03:000:Infinite Lives PL1 pc_kngfu:1:005D:03:000:Infinite Lives PL2 pc_kngfu:1:04A6:30:000:Infinite Energy (F6):F6 at the end of level pc_kngfu:1:0393:09:000:Infinite Time (F6):F6 at the end of level ; [ Mario Bros. (PlayChoice-10) ] pc_mario:0:80D2:99:000:Infinite Main Time pc_mario:0:80D3:99:500:Infinite Main Time (2/2) pc_mario:1:04B1:99:000:Infinite Bonus Time pc_mario:1:0070:03:000:Infinite POW pc_mario:1:0048:03:000:Infinite Lives PL1 pc_mario:1:004C:03:000:Infinite Lives PL2 ; [ Mike Tyson's Punch-Out!! (PlayChoice-10) ] pc_miket:0:80D2:99:000:Infinite Main Time pc_miket:0:80D3:99:500:Infinite Main Time (2/2) pc_miket:1:0391:60:000:Player Has Infinite Maximum Health:You're always maxed out on health pc_miket:1:0398:00:000:CPU Never Has Any Health:1-Hit Knockdowns on CPU pc_miket:1:0342:03:000:Player Has Infinite Maximum Stars:These seem to be an accumulation of critical hits that help get more hits pc_miket:1:0323:02:000:Player Has Infinite 20 Hearts:These are what allow you to keep punching pc_miket:1:0324:00:500:Player Has Infinite 20 Hearts (2/2) :pc_miket:21800000:1E503:00000060:FFFFFFFF:Infinite Life ; [ Mega Man III (PlayChoice-10) ] pc_mman3:0:80D2:99:000:Infinite Main Time pc_mman3:0:80D3:99:500:Infinite Main Time (2/2) pc_mman3:1:00AE:03:000:Infinite Lives pc_mman3:1:00A2:9C:000:Infinite Energy pc_mman3:1:0039:3C:000:Invincibility "ON" pc_mman3:1:0039:01:001:Invincibility "OFF" :pc_mman3:21800000:4DEF6:0000002C:000000FF:Infinite Weapon Energy ;ROM Hack, GG=GXNIVVOO ; [ Mario's Open Golf (PlayChoice-10) ] pc_moglf:0:80D2:99:000:Infinite Main Time pc_moglf:0:80D3:99:500:Infinite Main Time (2/2) pc_moglf:1:011F:00:000:Infinite Strokes PL1 pc_moglf:1:0120:00:000:Infinite Strokes PL2 ; [ Metroid (PlayChoice-10) ] pc_mtoid:0:80D2:99:000:Infinite Main Time pc_mtoid:0:80D3:99:500:Infinite Main Time (2/2) pc_mtoid:1:0107:09:000:Infinite Energy pc_mtoid:1:0106:90:500:Infinite Energy (2/2) pc_mtoid:1:0070:02:000:Invincibility ; [ Ninja Gaiden Episode II: The Dark Sword of Chaos (PlayChoice-10) ] pc_ngai2:0:80D2:99:000:Infinite Main Time pc_ngai2:0:80D3:99:500:Infinite Main Time (2/2) pc_ngai2:1:00AB:09:000:Infinite Time pc_ngai2:1:00B1:FA:500:Infinite Time (2/2) pc_ngai2:1:00A5:09:000:Infinite Lives pc_ngai2:1:0080:10:000:Infinite Energy pc_ngai2:1:0068:02:000:Invincibility :pc_ngai2:21800000:4CA19:00000060:FFFFFFFF:Untouchable:ROM Hack, GG=ATOKOXGG :pc_ngai2:21800000:4D117:0000000F:FFFFFFFF:Start Every Life with 2 Shadow Ninjas:ROM Hack, GG=YAOIYOPE ; [ Ninja Gaiden Episode III: The Ancient Ship of Doom (PlayChoice-10) ] pc_ngai3:0:80D2:99:000:Infinite Main Time pc_ngai3:0:80D3:99:500:Infinite Main Time (2/2) pc_ngai3:1:00C7:09:000:Infinite Time pc_ngai3:1:00C4:02:000:Infinite Lives pc_ngai3:1:00A7:10:000:Infinite Energy pc_ngai3:1:00AD:7F:000:Invincibility "ON" pc_ngai3:1:00AD:01:001:Invincibility "OFF" :pc_ngai3:21800000:19FE7:00000000:FFFFFFFF:Untouchable :pc_ngai3:21800000:CC28:0000007F:FFFFFFFF:Start Each Life with a Mega-Sword:This makes it so you start and continue with a sword that can hit several areas of the screen at once. Collecting a sword upgrade will negate this effect. :pc_ngai3:21810000:CC2C:0000007F:FFFFFFFF:Start Each Life with a Mega-Sword (2/2): ROM Hack, GG=YYXKEGAO + YYXKKGYE, Not Banked :pc_ngai3:21800000:CC24:00000001:FFFFFFFF:Start Each Life with Sword Upgrade :pc_ngai3:21810000:CC28:00000018:FFFFFFFF:Start Each Life with Sword Upgrade (2/3):ROM Hack, GG=PAXGKGAA + APXKEGAO + APXKKGYA, Not Banked :pc_ngai3:21810000:CC2C:00000010:FFFFFFFF:Start Each Life with Sword Upgrade (3/3) ; [ Ninja Gaiden (PlayChoice-10) ] pc_ngaid:0:80D2:99:000:Infinite Main Time pc_ngaid:0:80D3:99:500:Infinite Main Time (2/2) pc_ngaid:1:0063:FA:000:Infinite Time pc_ngaid:1:0076:03:000:Infinite Lives pc_ngaid:1:0065:10:000:Infinite Energy :pc_ngaid:21800000:E177:00000060:FFFFFFFF:Untouchable:ROM Hack, GG=ATNTYOOZ. ; [ PinBot (PlayChoice-10) ] pc_pinbt:0:0000:00:999:[ There are no cheats ]:REASON 1 pc_pinbt:0:0000:00:999:[ for this game as it ]:REASON 1 pc_pinbt:0:0000:00:999:[ didn't work the last ]:REASON 1 pc_pinbt:0:0000:00:999:[ time it was tested. ]:REASON 1 pc_pinbt:0:0000:00:999:[ If the game now works ]:REASON 1 pc_pinbt:0:0000:00:999:[ please request cheats ]:REASON 1 pc_pinbt:0:0000:00:999:[ for it on the cheat ]:REASON 1 pc_pinbt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Power Blade (PlayChoice-10) ] pc_pwbld:0:80D2:99:000:Infinite Main Time pc_pwbld:0:80D3:99:500:Infinite Main Time (2/2) pc_pwbld:1:0096:99:000:Infinite Time pc_pwbld:1:0027:03:000:Infinite Lives pc_pwbld:1:04AB:10:000:Infinite Energy pc_pwbld:1:0569:3C:000:Invincibility "ON" pc_pwbld:1:0569:01:001:Invincibility "OFF" ; [ Pro Wrestling (PlayChoice-10) ] pc_pwrst:0:80D2:99:000:Infinite Main Time pc_pwrst:0:80D3:99:500:Infinite Main Time (2/2) ; [ Rad Racer II (PlayChoice-10) ] pc_radr2:0:80D2:99:000:Infinite Main Time pc_radr2:0:80D3:99:500:Infinite Main Time (2/2) pc_radr2:1:003D:1F:000:Infinite Time ; [ Rad Racer (PlayChoice-10) ] pc_radrc:0:80D2:99:000:Infinite Main Time pc_radrc:0:80D3:99:500:Infinite Main Time (2/2) pc_radrc:1:0062:FA:000:Infinite Time (F6):F6 at the end of level ; [ R.C. Pro-Am (PlayChoice-10) ] pc_rcpam:0:80D2:99:000:Infinite Main Time pc_rcpam:0:80D3:99:500:Infinite Main Time (2/2) pc_rcpam:1:0459:63:000:Infinite Bombs ; [ Rockin' Kats (PlayChoice-10) ] pc_rkats:0:80D2:99:000:Infinite Main Time pc_rkats:0:80D3:99:500:Infinite Main Time (2/2) pc_rkats:1:041F:03:000:Infinite Lives pc_rkats:1:0423:0A:000:Infinite Energy pc_rkats:1:040E:27:000:Infinite Money pc_rkats:1:040D:0F:500:Infinite Money (2/2) pc_rkats:1:044E:4F:000:Invincibility "ON" pc_rkats:1:044E:01:001:Invincibility "OFF" pc_rkats:1:0105:0F:000:Always Have All Items :pc_rkats:21800000:1ABA8:00000000:FFFFFFFF:Can Always Access Channel 5:Normally, you'd have to beat the other levels first, but this lets you avoid that. pc_rkats:1:0102:0F:000:All Levels Beaten Except 5 ; [ Rush'n Attack (PlayChoice-10) ] pc_rnatk:0:80D2:99:000:Infinite Main Time pc_rnatk:0:80D3:99:500:Infinite Main Time (2/2) pc_rnatk:1:0022:03:000:Infinite Lives PL1 pc_rnatk:1:051C:09:000:Infinite Ammo PL1:Get extra weapon first pc_rnatk:1:051D:01:000:Extra weapon 'ON' PL1 pc_rnatk:1:051D:00:001:Extra weapon 'OFF' PL1 pc_rnatk:1:050C:20:000:Invincibility "ON" PL1 pc_rnatk:1:050C:01:001:Invincibility "OFF" PL1 pc_rnatk:1:0023:03:000:Infinite Lives PL2 pc_rnatk:1:053C:09:000:Infinite Ammo PL2:Get extra weapon first pc_rnatk:1:053D:01:000:Extra weapon 'ON' PL2 pc_rnatk:1:053D:00:001:Extra weapon 'OFF' PL2 pc_rnatk:1:052C:20:000:Invincibility "ON" PL2 pc_rnatk:1:052C:01:001:Invincibility "OFF" PL2 ; [ Chip'n Dale: Rescue Rangers (PlayChoice-10) ] pc_rrngr:0:80D2:99:000:Infinite Main Time pc_rrngr:0:80D3:99:500:Infinite Main Time (2/2) ; [ Rygar (PlayChoice-10) ] pc_rygar:0:80D2:99:000:Infinite Main Time pc_rygar:0:80D3:99:500:Infinite Main Time (2/2) :pc_rygar:01000101:0001D:00000049:FFFFFFFF:Select Starting Area:Set on title screen. Code 0x47 = Final Boss :pc_rygar:01100000:000CA:00001818:FFFFFFFF:Infinite Energy :pc_rygar:21800000:26DFB:00000000:FFFFFFFF:Invincibility :pc_rygar:01100000:000C6:0000FFFF:FFFFFFFF:Always Have Maximum Tones:Tone = Attack Power :pc_rygar:01000000:000C3:00000007:FFFFFFFF:Infinite Mind Capsules :pc_rygar:01100000:000C8:0000FFFF:FFFFFFFF:Always Have Maximum EXP :pc_rygar:01000000:000CD:00000001:FFFFFFFF:Always Have Bomb :pc_rygar:01000000:000C0:00000010:00000010:Always Have Long Chain :pc_rygar:01000000:000C0:00000020:00000020:Always Have Cross Bow :pc_rygar:01000000:000C0:00000040:00000040:Always Have Wind Pulley :pc_rygar:01000000:000C0:00000080:00000080:Always Have Grappling Hook :pc_rygar:01000000:000C1:00000010:00000010:Always Have Medicine Bowl :pc_rygar:01000000:000C1:00000020:00000020:Always Have Magic Flute :pc_rygar:01000000:000C1:00000040:00000040:Always Have Coat of Arms :pc_rygar:01000000:000C1:00000080:00000080:Always Have Suit of Armor :pc_rygar:01000000:00028:00000000:00000040:Rapid Fire ; [ Solar Jetman (PlayChoice-10) ] pc_sjetm:0:80D2:99:000:Infinite Main Time pc_sjetm:0:80D3:99:500:Infinite Main Time (2/2) pc_sjetm:1:003D:04:000:Infinite Jetpods:This means you'll always be able to grab another jetpod at the base pc_sjetm:1:003E:04:000:Infinite Lives pc_sjetm:1:00C7:E0:000:Infinite Jetpod Fuel pc_sjetm:1:00C9:E0:000:Infinite Equipment Energy:This lets you use "General" equipment infinitely :pc_sjetm:01000000:00CB:00000009:FFFFFFFF:Infinite 999999 Cash :pc_sjetm:01010000:00CC:00000009:FFFFFFFF:Infinite 999999 Cash (2/6) :pc_sjetm:01010000:00CD:00000009:FFFFFFFF:Infinite 999999 Cash (3/6) :pc_sjetm:01010000:00CE:00000009:FFFFFFFF:Infinite 999999 Cash (4/6) :pc_sjetm:01010000:00CF:00000009:FFFFFFFF:Infinite 999999 Cash (5/6) :pc_sjetm:01010000:00D0:00000009:FFFFFFFF:Infinite 999999 Cash (6/6) :pc_sjetm:62000000:0000:00000000:00000000:Always General Equipment:Use the 'Select' and 'Fire' buttons to activate :pc_sjetm:01010000:00D1:00000000:FFFFFFFF:Nothing :pc_sjetm:01010000:00D1:00000001:FFFFFFFF:Homing Missile :pc_sjetm:01010000:00D1:00000002:FFFFFFFF:Anti Gravity :pc_sjetm:01010000:00D1:00000004:FFFFFFFF:Smart Bombs :pc_sjetm:01010000:00D1:00000005:FFFFFFFF:Time Bombs :pc_sjetm:01010000:00D1:00000006:FFFFFFFF:Multi Warhead Missiles :pc_sjetm:01010000:00D1:00000008:FFFFFFFF:Star Bullets :pc_sjetm:62000000:0000:00000000:00000000:Always Tool Equipment:This kicks in the instant it's enabled :pc_sjetm:01010000:00D3:00000000:FFFFFFFF:Nothing :pc_sjetm:01010000:00D3:00000008:FFFFFFFF:Super Shield :pc_sjetm:01010000:00D3:00000009:FFFFFFFF:Momentum Killer :pc_sjetm:01010000:00D3:0000000A:FFFFFFFF:Efficient Engines :pc_sjetm:01010000:00D3:0000000B:FFFFFFFF:Double Strength Thrusters :pc_sjetm:62000000:0000:00000000:00000000:Always Weapon Equipment:This affects all regular shots fired after it's enabled :pc_sjetm:01010000:050E:00000000:FFFFFFFF:Nothing :pc_sjetm:01010000:050E:00000001:FFFFFFFF:Titanium Bullet Pack :pc_sjetm:01010000:050E:00000002:FFFFFFFF:Military Bullet System :pc_sjetm:01000000:0097:00000070:FFFFFFFF:Invincibility:Jetpod and Jetman forms become invincible :pc_sjetm:01000018:0317:00000001:FFFFFFFF:Always In a Ship:Never lose ship form, so also never lose lives :pc_sjetm:01050018:0317:00000002:FFFFFFFF:Always In a Ship :pc_sjetm:01050018:0317:00000004:FFFFFFFF:Always In a Ship :pc_sjetm:01010000:0318:00000000:FFFFFFFF:Always In a Ship :pc_sjetm:01000001:0317:00000006:FFFFFFFF:Be in Golden Warship Now!:"Always In a Ship" kills it. This lets you get it back on the last episode :pc_sjetm:01040019:00DC:00000003:FFFFFFFF:Get Initial Jetpod Now!:Return to the base and exit to see it. :pc_sjetm:01040019:00DC:00000003:FFFFFFFF:Get Nippon Sports Jetpod Now!:Return to the base and exit to see it. :pc_sjetm:01010019:00DC:00000001:FFFFFFFF:Get Nippon Sports Jetpod Now! (2/2) :pc_sjetm:01040019:00DC:00000003:FFFFFFFF:Get Italian Racing Jetpod Now!:Return to the base and exit to see it. :pc_sjetm:01010019:00DC:00000002:FFFFFFFF:Get Italian Racing Jetpod Now! (2/2) :pc_sjetm:01000019:00DC:00000040:FFFFFFFF:Get Normal Boosters Now!:Activate this by holding 'Select' and firing thrusters :pc_sjetm:01000019:00DC:00000080:FFFFFFFF:Get Normal Shield Now!:Enable this by pressing down :pc_sjetm:01000001:00DE:000000FF:FFFFFFFF:Get Complete Gold Warship Now!:Simply start level 1, use this code, and beat it to get to the last level. :pc_sjetm:01010001:00DF:000000F0:FFFFFFFF:Get Complete Gold Warship Now! (2/2) :pc_sjetm:01000001:0600:00000009:FFFFFFFF:Get 9 of All Ship Items Now!:This fills your inventory with all ship items. :pc_sjetm:01010001:0601:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (02/12) :pc_sjetm:01010001:0602:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (03/12) :pc_sjetm:01010001:0603:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (04/12) :pc_sjetm:01010001:0604:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (05/12) :pc_sjetm:01010001:0605:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (06/12) :pc_sjetm:01010001:0606:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (07/12) :pc_sjetm:01010001:0607:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (08/12) :pc_sjetm:01010001:0608:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (09/12) :pc_sjetm:01010001:0609:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (10/12) :pc_sjetm:01010001:060A:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (11/12) :pc_sjetm:01010001:060B:00000009:FFFFFFFF:Get 9 of All Ship Items Now! (12/12) :pc_sjetm:01000001:060C:00000001:FFFFFFFF:Get Mapping Device Now!:Pause the game and press 'Select' to view :pc_sjetm:01000001:060D:00000001:FFFFFFFF:Get Super Mapping Device Now!:Pause the game and press 'Select' to view :pc_sjetm:01000001:0067:0000000A:FFFFFFFF:Get 10 Diamonds Now! (CyberZone):This is for the CyberZone ; [ Super Mario Bros. (PlayChoice-10) ] pc_smb:0:80D2:99:000:Infinite Main Time pc_smb:0:80D3:99:500:Infinite Main Time (2/2) pc_smb:1:07FA:09:005:Infinite Time pc_smb:1:075A:03:000:Infinite Lives pc_smb:1:079E:08:000:Invincibility pc_smb:1:0704:01:000:Always be a swimmer:Very HANDY indeed ;-) pc_smb:1:0704:00:000:Always be a walker pc_smb:1:0704:01:001:Become a swimmer Now! pc_smb:1:0704:00:001:Become a walker Now! pc_smb:1:0754:01:000:Always be Small pc_smb:1:0756:00:500:Always be Small (2/2) pc_smb:1:0754:00:000:Always be Big pc_smb:1:0756:01:500:Always be Big (2/2) pc_smb:1:0754:00:000:Always have Firepower pc_smb:1:0756:02:500:Always have Firepower (2/2) pc_smb:1:0754:01:001:Become Small Now! pc_smb:1:0756:00:501:Become Small Now! (2/2) pc_smb:1:0754:00:001:Become Big Now! pc_smb:1:0756:01:501:Become Big Now! (2/2) pc_smb:1:0754:00:001:Get Firepower Now! pc_smb:1:0756:02:501:Get Firepower Now! (2/2) :pc_smb:01000001:07FC:00000001:FFFFFFFF:Enable Hard Mode/Level Select Now!:Enable this on the title screen, and press B to increment the world counter. :pc_smb:21800000:8270:00000000:FFFFFFFF:Enable Level Select Only:This allows you to press the 'B' button on the title screen to select a level, and it doesn't enable Hard Mode at the same time. Rom Hack, GG=AANAAXZG, Not Banked :pc_smb:21800000:9089:0000005F:FFFFFFFF:Start On World 2:Must Start A New Game :pc_smb:21810000:908A:00000007:FFFFFFFF:Start On World 2 (2/3) :pc_smb:21810000:9087:00000001:FFFFFFFF:Start On World 2 (3/3) :pc_smb:21800000:9089:0000005F:FFFFFFFF:Start On World 3:Must Start A New Game :pc_smb:21810000:908A:00000007:FFFFFFFF:Start On World 3 (2/3) :pc_smb:21810000:9087:00000002:FFFFFFFF:Start On World 3 (3/3) :pc_smb:21800000:9089:0000005F:FFFFFFFF:Start On World 4:Must Start A New Game :pc_smb:21810000:908A:00000007:FFFFFFFF:Start On World 4 (2/3) :pc_smb:21810000:9087:00000003:FFFFFFFF:Start On World 4 (3/3) :pc_smb:21800000:9089:0000005F:FFFFFFFF:Start On World 5:Must Start A New Game :pc_smb:21810000:908A:00000007:FFFFFFFF:Start On World 5 (2/3) :pc_smb:21810000:9087:00000004:FFFFFFFF:Start On World 5 (3/3) :pc_smb:21800000:9089:0000005F:FFFFFFFF:Start On World 6:Must Start A New Game :pc_smb:21810000:908A:00000007:FFFFFFFF:Start On World 6 (2/3) :pc_smb:21810000:9087:00000005:FFFFFFFF:Start On World 6 (3/3) :pc_smb:21800000:9089:0000005F:FFFFFFFF:Start On World 7:Must Start A New Game :pc_smb:21810000:908A:00000007:FFFFFFFF:Start On World 7 (2/3) :pc_smb:21810000:9087:00000006:FFFFFFFF:Start On World 7 (3/3) :pc_smb:21800000:9089:0000005F:FFFFFFFF:Start On World 8:Must Start A New Game :pc_smb:21810000:908A:00000007:FFFFFFFF:Start On World 8 (2/3) :pc_smb:21810000:9087:00000007:FFFFFFFF:Start On World 8 (3/3) :pc_smb:21800000:8EE7:000000B7:FFFFFFFF:NUTANT Game Genie Code:Rom Hack, GG=NUTANT, Not Banked :pc_smb:21800000:BEE3:000000B7:FFFFFFFF:NUTLUT Game Genie Code:Rom Hack, GG=NUTLUT, Not Banked ; [ Super Mario Bros. 2 (PlayChoice-10) ] pc_smb2:0:80D2:99:000:Infinite Main Time pc_smb2:0:80D3:99:500:Infinite Main Time (2/2) pc_smb2:1:04ED:03:000:Infinite Lives pc_smb2:1:0085:7F:000:Invincibility "ON" pc_smb2:1:0085:01:001:Invincibility "OFF" :pc_smb2:01000000:00099:00000000:FFFFFFFF:Multi-Jumps :pc_smb2:21800000:243DC:00000000:FFFFFFFF:Super Moon Jumps For Mario:Rom Hack, GG=PESEGLGA, Must Start A New Game :pc_smb2:21800000:2440A:00000000:FFFFFFFF:Mega Moon Jumps For Luigi:Rom Hack, GG=AAEEZGPA, Must Start A New Game :pc_smb2:21800000:243F3:00000000:FFFFFFFF:Super Moon Jumps For Toad:Rom Hack, GG=PENALLGA, Must Start A New Game :pc_smb2:21800000:24421:00000000:FFFFFFFF:Super Moon Jumps For Princess:Rom Hack, GG=PAXAPGGA, Must Start A New Game :pc_smb2:21800000:09A83:00000001:FFFFFFFF:Start On World 2:Rom Hack, GG=PEEPUZAG, Must Start A New Game, Not Banked :pc_smb2:21810000:09A85:00000035:FFFFFFFF:Start On World 2 (2/3):Rom Hack, GG=IUEPSZAA, Not Banked :pc_smb2:21810000:09A86:00000006:FFFFFFFF:Start On World 2 (3/3):Rom Hack, GG=TEEPVZPA, Not Banked :pc_smb2:21800000:09A83:00000002:FFFFFFFF:Start On World 3:Rom Hack, GG=ZEEPUZAG, Must Start A New Game, Not Banked :pc_smb2:21810000:09A85:00000035:FFFFFFFF:Start On World 3 (2/3):Rom Hack, GG=IUEPSZAA, Not Banked :pc_smb2:21810000:09A86:00000006:FFFFFFFF:Start On World 3 (3/3):Rom Hack, GG=TEEPVZPA, Not Banked :pc_smb2:21800000:09A83:00000003:FFFFFFFF:Start On World 4:Rom Hack, GG=LEEPUZAG, Must Start A New Game, Not Banked :pc_smb2:21810000:09A85:00000035:FFFFFFFF:Start On World 4 (2/3):Rom Hack, GG=IUEPSZAA, Not Banked :pc_smb2:21810000:09A86:00000006:FFFFFFFF:Start On World 4 (3/3):Rom Hack, GG=TEEPVZPA, Not Banked :pc_smb2:21800000:09A83:00000004:FFFFFFFF:Start On World 5:Rom Hack, GG=GEEPUZAG, Must Start A New Game, Not Banked :pc_smb2:21810000:09A85:00000035:FFFFFFFF:Start On World 5 (2/3):Rom Hack, GG=IUEPSZAA, Not Banked :pc_smb2:21810000:09A86:00000006:FFFFFFFF:Start On World 5 (3/3):Rom Hack, GG=TEEPVZPA, Not Banked :pc_smb2:21800000:09A83:00000005:FFFFFFFF:Start On World 6:Rom Hack, GG=IEEPUZAG, Must Start A New Game, Not Banked :pc_smb2:21810000:09A85:00000035:FFFFFFFF:Start On World 6 (2/3):Rom Hack, GG=IUEPSZAA, Not Banked :pc_smb2:21810000:09A86:00000006:FFFFFFFF:Start On World 6 (3/3):Rom Hack, GG=TEEPVZPA, Not Banked :pc_smb2:21800000:09A83:00000006:FFFFFFFF:Start On World 7:Rom Hack, GG=TEEPUZAG, Must Start A New Game, Not Banked :pc_smb2:21810000:09A85:00000035:FFFFFFFF:Start On World 7 (2/3):Rom Hack, GG=IUEPSZAA, Not Banked :pc_smb2:21810000:09A86:00000006:FFFFFFFF:Start On World 7 (3/3):Rom Hack, GG=TEEPVZPA, Not Banked ; [ Super Mario Bros. 3 (PlayChoice-10) ] pc_smb3:0:80D2:99:000:Infinite Main Time pc_smb3:0:80D3:99:500:Infinite Main Time (2/2) pc_smb3:1:05F0:09:000:Infinite Time (F6):F6 at the end of level pc_smb3:1:0552:71:000:Invincibility "ON" pc_smb3:1:0552:01:001:Invincibility "OFF" pc_smb3:1:0736:03:000:Infinite Lives PL1 pc_smb3:1:0737:03:000:Infinite Lives PL2 :pc_smb3:21800000:252C1:000000A9:FFFFFFFF:Can Walk Anywheres On World Maps:This lets you bypass stages/enemies by walking around them. :pc_smb3:21810000:25348:00000010:FFFFFFFF:Can Walk Anywheres On World Maps (2/2) :pc_smb3:21800000:24E2A:000000D0:FFFFFFFF:Can Pass Over Most Stages:This makes it so you always have the 'Cloud' effect enabled. Using a real 'Cloud' then has the opposite effect. pc_smb3:1:0000:00:999:[ M = Mario - L = Luigi ] pc_smb3:1:00ED:00:000:M and L always Small pc_smb3:1:00ED:01:000:M and L always Big pc_smb3:1:00ED:02:000:M and L always Fireballs pc_smb3:1:00ED:03:000:M and L always With tail pc_smb3:1:00ED:00:001:M and L = Small Now! pc_smb3:1:00ED:01:001:M and L = Big Now! pc_smb3:1:00ED:02:001:M and L = Fireballs Now! pc_smb3:1:00ED:03:001:M and L = With tail Now! ; [ Super C (PlayChoice-10) ] pc_suprc:0:80D2:99:000:Infinite Main Time pc_suprc:0:80D3:99:500:Infinite Main Time (2/2) pc_suprc:1:0053:03:000:Infinite Lives PL1 pc_suprc:1:00B8:80:020:Rapid Fire "ON" PL1 pc_suprc:1:00B8:80:041:Rapid Fire "OFF" PL1 pc_suprc:1:00C4:7F:000:Invincibility "ON" PL1 pc_suprc:1:00C4:01:001:Invincibility "OFF" PL1 pc_suprc:1:00B8:01:040:Always Normal Gun PL1 pc_suprc:1:00B8:02:540:Always Normal Gun PL1 (2/3) pc_suprc:1:00B8:04:540:Always Normal Gun PL1 (3/3) pc_suprc:1:00B8:01:020:Always Machine Gun PL1 pc_suprc:1:00B8:02:540:Always Machine Gun PL1 (2/3) pc_suprc:1:00B8:04:540:Always Machine Gun PL1 (3/3) pc_suprc:1:00B8:01:040:Always Fire Ball PL1 pc_suprc:1:00B8:02:520:Always Fire Ball PL1 (2/3) pc_suprc:1:00B8:04:540:Always Fire Ball PL1 (3/3) pc_suprc:1:00B8:01:020:Always Spread Fire PL1 pc_suprc:1:00B8:02:520:Always Spread Fire PL1 (2/3) pc_suprc:1:00B8:04:540:Always Spread Fire PL1 (3/3) pc_suprc:1:00B8:01:040:Always Laser PL1 pc_suprc:1:00B8:02:540:Always Laser PL1 (2/3) pc_suprc:1:00B8:04:520:Always Laser PL1 (3/3) pc_suprc:1:00B8:01:041:Get Normal Gun Now! PL1 pc_suprc:1:00B8:02:541:Get Normal Gun Now! PL1 (2/3) pc_suprc:1:00B8:04:541:Get Normal Gun Now! PL1 (3/3) pc_suprc:1:00B8:01:021:Get Machine Gun Now! PL1 pc_suprc:1:00B8:02:541:Get Machine Gun Now! PL1(2/3) pc_suprc:1:00B8:04:541:Get Machine Gun Now! PL1(3/3) pc_suprc:1:00B8:01:041:Get Fire Ball Now! PL1 pc_suprc:1:00B8:02:521:Get Fire Ball Now! PL1 (2/3) pc_suprc:1:00B8:04:541:Get Fire Ball Now! PL1 (3/3) pc_suprc:1:00B8:01:021:Get Spread Fire Now! PL1 pc_suprc:1:00B8:02:521:Get Spread Fire Now! PL1(2/3) pc_suprc:1:00B8:04:541:Get Spread Fire Now! PL1(3/3) pc_suprc:1:00B8:01:041:Get Laser Now! PL1 pc_suprc:1:00B8:02:541:Get Laser Now! PL1 (2/3) pc_suprc:1:00B8:04:521:Get Laser Now! PL1 (3/3) pc_suprc:1:0054:03:000:Infinite Lives PL2 pc_suprc:1:00B9:80:020:Rapid Fire "ON" PL2 pc_suprc:1:00B9:80:041:Rapid Fire "OFF" PL2 pc_suprc:1:00C5:7F:000:Invincibility "ON" PL2 pc_suprc:1:00C5:01:001:Invincibility "OFF" PL2 pc_suprc:1:00B9:01:040:Always Normal Gun PL2 pc_suprc:1:00B9:02:540:Always Normal Gun PL2 (2/3) pc_suprc:1:00B9:04:540:Always Normal Gun PL2 (3/3) pc_suprc:1:00B9:01:020:Always Machine Gun PL2 pc_suprc:1:00B9:02:540:Always Machine Gun PL2 (2/3) pc_suprc:1:00B9:04:540:Always Machine Gun PL2 (3/3) pc_suprc:1:00B9:01:040:Always Fire Ball PL2 pc_suprc:1:00B9:02:520:Always Fire Ball PL2 (2/3) pc_suprc:1:00B9:04:540:Always Fire Ball PL2 (3/3) pc_suprc:1:00B9:01:020:Always Spread Fire PL2 pc_suprc:1:00B9:02:520:Always Spread Fire PL2 (2/3) pc_suprc:1:00B9:04:540:Always Spread Fire PL2 (3/3) pc_suprc:1:00B9:01:040:Always Laser PL2 pc_suprc:1:00B9:02:540:Always Laser PL2 (2/3) pc_suprc:1:00B9:04:520:Always Laser PL2 (3/3) pc_suprc:1:00B9:01:041:Get Normal Gun Now! PL2 pc_suprc:1:00B9:02:541:Get Normal Gun Now! PL2 (2/3) pc_suprc:1:00B9:04:541:Get Normal Gun Now! PL2 (3/3) pc_suprc:1:00B9:01:021:Get Machine Gun Now! PL2 pc_suprc:1:00B9:02:541:Get Machine Gun Now! PL2(2/3) pc_suprc:1:00B9:04:541:Get Machine Gun Now! PL2(3/3) pc_suprc:1:00B9:01:041:Get Fire Ball Now! PL2 pc_suprc:1:00B9:02:521:Get Fire Ball Now! PL2 (2/3) pc_suprc:1:00B9:04:541:Get Fire Ball Now! PL2 (3/3) pc_suprc:1:00B9:01:021:Get Spread Fire Now! PL2 pc_suprc:1:00B9:02:521:Get Spread Fire Now! PL2(2/3) pc_suprc:1:00B9:04:541:Get Spread Fire Now! PL2(3/3) pc_suprc:1:00B9:01:041:Get Laser Now! PL2 pc_suprc:1:00B9:02:541:Get Laser Now! PL2 (2/3) pc_suprc:1:00B9:04:521:Get Laser Now! PL2 (3/3) ; [ Tecmo Bowl (PlayChoice-10) ] pc_tbowl:0:80D2:99:000:Infinite Main Time pc_tbowl:0:80D3:99:500:Infinite Main Time (2/2) pc_tbowl:1:008A:59:000:Infinite Game Time pc_tbowl:1:008B:09:500:Infinite Game Time (2/2) pc_tbowl:1:008A:00:001:Finish this Quarter Now! pc_tbowl:1:008B:00:501:Finish this Quarter Now! (2/2) pc_tbowl:1:008E:00:000:Always on the First Down pc_tbowl:1:008E:00:001:Make this the First Down Now! pc_tbowl:1:008E:03:001:Make this the Fourth Down Now! pc_tbowl:1:0043:00:000:Score always = 0 PL1 pc_tbowl:1:0043:99:000:Score always = 99 PL1 pc_tbowl:1:0043:00:001:Score = 0 Now! PL1 pc_tbowl:1:0043:50:001:Score = 50 Now! PL1 pc_tbowl:1:0043:99:073:Select Score PL1 pc_tbowl:1:0048:00:000:Score always = 0 PL2 pc_tbowl:1:0048:99:000:Score always = 99 PL2 pc_tbowl:1:0048:00:001:Score = 0 Now! PL2 pc_tbowl:1:0048:50:001:Score = 50 Now! PL2 pc_tbowl:1:0048:99:073:Select Score PL2 ; [ Tennis (PlayChoice-10) ] pc_tenis:0:80D2:99:000:Infinite Main Time pc_tenis:0:80D3:99:500:Infinite Main Time (2/2) ; [ Track & Field (PlayChoice-10) ] pc_tkfld:0:80D2:99:000:Infinite Main Time pc_tkfld:0:80D3:99:500:Infinite Main Time (2/2) ; [ Teenage Mutant Ninja Turtles (PlayChoice-10) ] pc_tmnt:0:80D2:99:000:Infinite Main Time pc_tmnt:0:80D3:99:500:Infinite Main Time (2/2) pc_tmnt:1:0077:80:000:Infinite Energy - Leonardo pc_tmnt:1:0078:80:000:Infinite Energy - Raphael pc_tmnt:1:0079:80:000:Infinite Energy - Michangelo pc_tmnt:1:007A:80:000:Infinite Energy - Donatello :pc_tmnt:21800000:F1DE:00000018:FFFFFFFF:Walk/Drive Through Walls:Only works on the World Map, :pc_tmnt:21800000:22696:000000AD:FFFFFFFF:Reduce Recovery Time:This makes you get thrown back less, so you almost instantly recover from being hit. ; [ Teenage Mutant Ninja Turtles II: The Arcade Game (PlayChoice-10) ] pc_tmnt2:0:80D2:99:000:Infinite Main Time pc_tmnt2:0:80D3:99:500:Infinite Main Time (2/2) pc_tmnt2:1:004D:03:000:Infinite Lives PL1 pc_tmnt2:1:0568:3C:000:Infinite Energy PL1 pc_tmnt2:1:0093:48:000:Invincibility "ON" PL1 pc_tmnt2:1:0093:01:001:Invincibility "OFF" PL1 pc_tmnt2:1:004E:03:000:Infinite Lives PL2 pc_tmnt2:1:056A:3C:000:Infinite Energy PL2 pc_tmnt2:1:0094:30:000:Invincibility "ON" PL2 pc_tmnt2:1:0094:01:001:Invincibility "OFF" PL2 ; [ Trojan (PlayChoice-10) ] pc_trjan:0:80D2:99:000:Infinite Main Time pc_trjan:0:80D3:99:500:Infinite Main Time (2/2) pc_trjan:0:0000:00:999:[These cheats are for a Normal Game] pc_trjan:1:0332:09:000:Infinite Time pc_trjan:1:0333:09:500:Infinite Time (2/3) pc_trjan:1:0334:09:500:Infinite Time (3/3) pc_trjan:1:03D0:99:000:Infinite Lives pc_trjan:1:0335:08:000:Infinite Energy pc_trjan:0:0000:00:999:[These cheats are for a VS Game ] pc_trjan:1:0335:08:000:Infinite Energy PL1 pc_trjan:1:060F:08:500:Infinite Energy PL1 (2/2) pc_trjan:1:0335:00:001:Drain All Energy Now! PL1 pc_trjan:1:060F:00:501:Drain All Energy Now! PL1 (2/2) pc_trjan:1:0336:08:000:Infinite Energy PL2 pc_trjan:1:062F:08:500:Infinite Energy PL2 (2/2) pc_trjan:1:0336:00:001:Drain All Energy Now! PL2 pc_trjan:1:062F:00:501:Drain All Energy Now! PL2 (2/2) ; [ Volley Ball (PlayChoice-10) ] pc_vball:0:80D2:99:000:Infinite Main Time pc_vball:0:80D3:99:500:Infinite Main Time (2/2) ; [ Nintendo World Cup (PlayChoice-10) ] pc_wcup:0:80D2:99:000:Infinite Main Time pc_wcup:0:80D3:99:500:Infinite Main Time (2/2) pc_wcup:1:051A:59:000:Infinite Time pc_wcup:1:051B:00:001:Finish Half Now! pc_wcup:1:051A:01:501:Finish Half Now! (2/2) ; [ Wild Gunman (PlayChoice-10) ] pc_wgnmn:0:80D2:99:000:Infinite Main Time pc_wgnmn:0:80D3:99:500:Infinite Main Time (2/2) pc_wgnmn:1:00C3:03:000:Infinite Lives pc_wgnmn:1:0097:0F:000:Infinite Bullets ; [ Yo! Noid (PlayChoice-10) ] pc_ynoid:0:80D2:99:000:Infinite Main Time pc_ynoid:0:80D3:99:500:Infinite Main Time (2/2) pc_ynoid:1:07D3:39:000:Infinite Time:Turn it OFF at the end of each stage pc_ynoid:1:07D7:49:500:Infinite Time (2/2) pc_ynoid:1:E3C6:AD:100:Infinite Lives pc_ynoid:1:E3C9:AD:600:Infinite Lives (2/2) pc_ynoid:1:DA11:AD:100:Infinite Continues pc_ynoid:1:CCB5:00:100:Infinite Mega Jumps:Allows you to jump on jumps, use with direction button/key to move across screen with ease! pc_ynoid:1:AC4E:00:100:More magic from small scrolls pc_ynoid:1:00A9:0C:062:Select next stage pc_ynoid:0:0000:00:999:[ Enable these Start on Stage cheats ] pc_ynoid:0:0000:00:999:[ before starting the game. ] pc_ynoid:1:D9EC:02:100:Start on Stage 2 pc_ynoid:1:D9EC:03:100:Start on Stage 3 pc_ynoid:1:D9EC:04:100:Start on Stage 4 pc_ynoid:1:D9EC:05:100:Start on Stage 5 pc_ynoid:1:D9EC:06:100:Start on Stage 6 pc_ynoid:1:D9EC:07:100:Start on Stage 7 pc_ynoid:1:D9EC:08:100:Start on Stage 8 pc_ynoid:1:D9EC:09:100:Start on Stage 9 pc_ynoid:1:D9EC:0A:100:Start on Stage 10 pc_ynoid:1:D9EC:0B:100:Start on Stage 11 pc_ynoid:1:D9EC:0C:100:Start on Stage 12 ; [ Power Drift (World Set 1) ] :pdrift:00000000:0CE852:00000009:FFFFFFFF:Infinite Credits :pdrift:00100000:0CEA12:0000016F:FFFFFFFF:Always drive at Maximum Speed :pdrift:00100000:0CEA12:000005DB:FFFFFFFF:Always drive at Crazy Speed :pdrift:00100001:0CEA12:0000016F:FFFFFFFF:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect :pdrift:00100001:0CEA12:000005DB:FFFFFFFF:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect :pdrift:00000000:0C0866:00000000:FFFFFFFF:Always Be in 1st Position :pdrift:00000000:0C087D:00000003:FFFFFFFF:Always on Final Lap:The game will crash if you are under 4th position when you finish :pdrift:62000000:000000:00000000:00000000:Select Current Course :pdrift:00010001:0CEA2B:00000000:FFFFFFFF:Course A :pdrift:00010001:0CEA2B:00000001:FFFFFFFF:Course B :pdrift:00010001:0CEA2B:00000002:FFFFFFFF:Course C :pdrift:00010001:0CEA2B:00000003:FFFFFFFF:Course D :pdrift:00010001:0CEA2B:00000004:FFFFFFFF:Course E :pdrift:62000000:000000:00000000:00000000:Select Starting Stage:Set on the character selection screen :pdrift:00010001:0CEA39:00000000:FFFFFFFF:Stage 1 :pdrift:00010001:0CEA39:00000001:FFFFFFFF:Stage 2 :pdrift:00010001:0CEA39:00000002:FFFFFFFF:Stage 3 :pdrift:00010001:0CEA39:00000003:FFFFFFFF:Stage 4 :pdrift:00010001:0CEA39:00000004:FFFFFFFF:Stage 5 :pdrift:00010001:0CEA39:00000005:FFFFFFFF:Extra Stage ; [ Power Drift (World Set 2) ] :pdrifta:00000000:0CE852:00000009:FFFFFFFF:Infinite Credits :pdrifta:00100000:0CEA12:0000016F:FFFFFFFF:Always drive at Maximum Speed :pdrifta:00100000:0CEA12:000005DB:FFFFFFFF:Always drive at Crazy Speed :pdrifta:00100001:0CEA12:0000016F:FFFFFFFF:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect :pdrifta:00100001:0CEA12:000005DB:FFFFFFFF:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect :pdrifta:00000000:0C0866:00000000:FFFFFFFF:Always Be in 1st Position :pdrifta:00000000:0C087D:00000003:FFFFFFFF:Always on Final Lap:The game will crash if you are under 4th position when you finish :pdrifta:62000000:000000:00000000:00000000:Select Current Course :pdrifta:00010001:0CEA2B:00000000:FFFFFFFF:Course A :pdrifta:00010001:0CEA2B:00000001:FFFFFFFF:Course B :pdrifta:00010001:0CEA2B:00000002:FFFFFFFF:Course C :pdrifta:00010001:0CEA2B:00000003:FFFFFFFF:Course D :pdrifta:00010001:0CEA2B:00000004:FFFFFFFF:Course E :pdrifta:62000000:000000:00000000:00000000:Select Starting Stage:Set on the character selection screen :pdrifta:00010001:0CEA39:00000000:FFFFFFFF:Stage 1 :pdrifta:00010001:0CEA39:00000001:FFFFFFFF:Stage 2 :pdrifta:00010001:0CEA39:00000002:FFFFFFFF:Stage 3 :pdrifta:00010001:0CEA39:00000003:FFFFFFFF:Stage 4 :pdrifta:00010001:0CEA39:00000004:FFFFFFFF:Stage 5 :pdrifta:00010001:0CEA39:00000005:FFFFFFFF:Extra Stage ; [ Power Drift (Japan) ] :pdriftj:00000000:0CE852:00000009:FFFFFFFF:Infinite Credits :pdriftj:00100000:0CEA12:0000016F:FFFFFFFF:Always drive at Maximum Speed :pdriftj:00100000:0CEA12:000005DB:FFFFFFFF:Always drive at Crazy Speed :pdriftj:00100001:0CEA12:0000016F:FFFFFFFF:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect :pdriftj:00100001:0CEA12:000005DB:FFFFFFFF:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect :pdriftj:00000000:0C0866:00000000:FFFFFFFF:Always Be in 1st Position :pdriftj:00000000:0C087D:00000003:FFFFFFFF:Always on Final Lap:The game will crash if you are under 4th position when you finish :pdriftj:62000000:000000:00000000:00000000:Select Current Course :pdriftj:00010001:0CEA2B:00000000:FFFFFFFF:Course A :pdriftj:00010001:0CEA2B:00000001:FFFFFFFF:Course B :pdriftj:00010001:0CEA2B:00000002:FFFFFFFF:Course C :pdriftj:00010001:0CEA2B:00000003:FFFFFFFF:Course D :pdriftj:00010001:0CEA2B:00000004:FFFFFFFF:Course E :pdriftj:62000000:000000:00000000:00000000:Select Starting Stage:Set on the character selection screen :pdriftj:00010001:0CEA39:00000000:FFFFFFFF:Stage 1 :pdriftj:00010001:0CEA39:00000001:FFFFFFFF:Stage 2 :pdriftj:00010001:0CEA39:00000002:FFFFFFFF:Stage 3 :pdriftj:00010001:0CEA39:00000003:FFFFFFFF:Stage 4 :pdriftj:00010001:0CEA39:00000004:FFFFFFFF:Stage 5 :pdriftj:00010001:0CEA39:00000005:FFFFFFFF:Extra Stage ; [ Peek-a-Boo! ] peekaboo:0:1F02E7:09:000:Infinite Lives PL1 peekaboo:0:1F02E9:09:000:Infinite Lives PL2 peekaboo:0:1F30AD:00:000:Always Slow Ball peekaboo:0:1F1001:00:998:Watch number of Tiles peekaboo:0:1F3089:02:001:Get Catch Now! peekaboo:0:1F3089:05:001:Get Hyperball Now! peekaboo:0:1F3089:02:000:Always Catch peekaboo:0:1F3089:05:000:Always Hyperball peekaboo:0:1F80D1:00:998:Watch Bonus Effect peekaboo:0:1F807F:00:998:Watch Bonus Letter peekaboo:0:1F30D1:01:005:Every Bonus is Extend peekaboo:0:1F807F:52:505:Every Bonus is Extend (2/2) peekaboo:0:1F30D1:02:005:Every Bonus is Catch peekaboo:0:1F807F:51:505:Every Bonus is Catch (2/2) peekaboo:0:1F30D1:03:005:Every Bonus is Laser peekaboo:0:1F807F:4D:505:Every Bonus is Laser (2/2) peekaboo:0:1F30D1:04:005:Every Bonus is Multi peekaboo:0:1F807F:50:505:Every Bonus is Multi (2/2) peekaboo:0:1F30D1:05:005:Every Bonus is Hyper peekaboo:0:1F807F:4F:505:Every Bonus is Hyper (2/2) peekaboo:0:1F30D1:06:005:Every Bonus is Speed peekaboo:0:1F807F:4E:505:Every Bonus is Speed (2/2) peekaboo:0:1F30D1:07:005:Every Bonus is Find peekaboo:0:1F807F:53:505:Every Bonus is Find (2/2) peekaboo:0:1F30D1:08:005:Every Bonus is Bombs peekaboo:0:1F807F:54:505:Every Bonus is Bombs (2/2) peekaboo:0:1F30D1:09:005:Every Bonus is 1UP peekaboo:0:1F807F:56:505:Every Bonus is 1UP (2/2) peekaboo:0:1F30D1:0A:005:Every Bonus=Finish Level peekaboo:0:1F807F:55:505:Every Bonus=Finish Level(2/2) ;Not a slideshow but still rather easy, particulary if you combine the Infinite ;Lives, Slow Ball and Bonus Finish Level cheats. ;Open issues: ;- catch every bonus OR catch the ball always - would need a cheat type capable ; of reading the value at one location (found) and write it at another one, ; this could be used for several other games, too... cheat engine enhancement ; anyone? ;- Bigger Ball. There are a couple of locations easily found with contain 0,1 ; or 2 (the three sizes), but patching those won't do a thing... where's the ; trigger ? ;- Finish Level Now!. There's a counter with the exact number of tiles ; remaining, however it seems to be a copy of something else yet to find since ; patching it won't do a thing, it becomes reset immediately. ; [ Nozokimeguri Mahjong Peep Show (Japan 890404) ] peepshow:0:0000:00:999:[ The winning hand cheat must be ] peepshow:0:0000:00:999:[ activated when there are 14 tiles ] peepshow:0:0000:00:999:[ in your hand, then press the RON ] peepshow:0:0000:00:999:[ key ('Z' by default). The tiles do ] peepshow:0:0000:00:999:[ not visually change until you make ] peepshow:0:0000:00:999:[ a move. ] peepshow:0:FC8C:31:001:Get winning hand Now! peepshow:0:FC8D:31:501:Get winning hand Now! (02/14) peepshow:0:FC8E:31:501:Get winning hand Now! (03/14) peepshow:0:FC8F:32:501:Get winning hand Now! (04/14) peepshow:0:FC90:32:501:Get winning hand Now! (05/14) peepshow:0:FC91:32:501:Get winning hand Now! (06/14) peepshow:0:FC92:33:501:Get winning hand Now! (07/14) peepshow:0:FC93:33:501:Get winning hand Now! (08/14) peepshow:0:FC94:33:501:Get winning hand Now! (09/14) peepshow:0:FC95:34:501:Get winning hand Now! (10/14) peepshow:0:FC96:34:501:Get winning hand Now! (11/14) peepshow:0:FC97:34:501:Get winning hand Now! (12/14) peepshow:0:FC98:35:501:Get winning hand Now! (13/14) peepshow:0:FC99:35:501:Get winning hand Now! (14/14) peepshow:0:FC8C:31:000:Always winning hand peepshow:0:FC8D:31:500:Always winning hand (02/14) peepshow:0:FC8E:31:500:Always winning hand (03/14) peepshow:0:FC8F:32:500:Always winning hand (04/14) peepshow:0:FC90:32:500:Always winning hand (05/14) peepshow:0:FC91:32:500:Always winning hand (06/14) peepshow:0:FC92:33:500:Always winning hand (07/14) peepshow:0:FC93:33:500:Always winning hand (08/14) peepshow:0:FC94:33:500:Always winning hand (09/14) peepshow:0:FC95:34:500:Always winning hand (10/14) peepshow:0:FC96:34:500:Always winning hand (11/14) peepshow:0:FC97:34:500:Always winning hand (12/14) peepshow:0:FC98:35:500:Always winning hand (13/14) peepshow:0:FC99:35:500:Always winning hand (14/14) ; [ Peggle (Joystick, v1.0) ] peggle:0:2B36:FF:000:Infinite Credits peggle:0:30F0:03:000:Infinite Time peggle:0:30F1:E7:500:Infinite Time (2/2) ; [ Peggle (Trackball, v1.0) ] pegglet:0:2B36:FF:000:Infinite Credits pegglet:0:30ED:03:000:Infinite Time pegglet:0:30EE:E7:500:Infinite Time (2/2) ; [ Penguin Brothers (Japan) ] penbros:0:201BD1:63:000:Infinite Time penbros:0:20362F:03:000:Infinite Lives PL1 penbros:0:2035DA:02:000:Invincibility PL1 penbros:0:203753:03:000:Infinite Lives PL2 penbros:0:2036FE:02:000:Invincibility PL2 ; [ Pengo (set 1 rev c) ] :pengo:00100000:08C5B:00000100:FFFFFFFF:Infinite Game Time :pengo:20800000:14C2B:00000000:FFFFFFFF:Invincibility:Invincibility:For use with MAME 0.101u1 or earlier - there are Memory System issues with later versions pengo:0:8D1F:04:000:Always Stone Monster 1 pengo:0:8D3F:04:000:Always Stone Monster 2 pengo:0:8D5F:04:000:Always Stone Monster 3 pengo:0:8D1F:04:001:Stone Monster 1 Now! pengo:0:8D3F:04:001:Stone Monster 2 Now! pengo:0:8D5F:04:001:Stone Monster 3 Now! pengo:0:8814:05:000:Infinite Lives PL1 pengo:0:8815:05:000:Infinite Lives PL2 ; [ Pengo (set 2) ] :pengo2:00100000:08C5B:00000100:FFFFFFFF:Infinite Game Time :pengo2:20800000:14C2B:00000000:FFFFFFFF:Invincibility:For use with MAME 0.101u1 or earlier - there are Memory System issues with later versions pengo2:0:8D1F:04:000:Always Stone Monster 1 pengo2:0:8D3F:04:000:Always Stone Monster 2 pengo2:0:8D5F:04:000:Always Stone Monster 3 pengo2:0:8D1F:04:001:Stone Monster 1 Now! pengo2:0:8D3F:04:001:Stone Monster 2 Now! pengo2:0:8D5F:04:001:Stone Monster 3 Now! pengo2:0:8814:05:000:Infinite Lives PL1 pengo2:0:8815:05:000:Infinite Lives PL2 ; [ Pengo (set 2 not encrypted) ] :pengo2u:00100000:8C5B:00000100:FFFFFFFF:Infinite Game Time :pengo2u:20800000:4C2B:00000000:FFFFFFFF:Invincibility pengo2u:0:8D1F:04:000:Always Stone Monster 1 pengo2u:0:8D3F:04:000:Always Stone Monster 2 pengo2u:0:8D5F:04:000:Always Stone Monster 3 pengo2u:0:8D1F:04:001:Stone Monster 1 Now! pengo2u:0:8D3F:04:001:Stone Monster 2 Now! pengo2u:0:8D5F:04:001:Stone Monster 3 Now! pengo2u:0:8814:05:000:Infinite Lives PL1 pengo2u:0:8815:05:000:Infinite Lives PL2 ; [ Pengo (set 3 not encrypted) ] :pengo3u:00100000:8C5B:00000100:FFFFFFFF:Infinite Game Time :pengo3u:20800000:4C2B:00000000:FFFFFFFF:Invincibility pengo3u:0:8D1F:04:000:Always Stone Monster 1 pengo3u:0:8D3F:04:000:Always Stone Monster 2 pengo3u:0:8D5F:04:000:Always Stone Monster 3 pengo3u:0:8D1F:04:001:Stone Monster 1 Now! pengo3u:0:8D3F:04:001:Stone Monster 2 Now! pengo3u:0:8D5F:04:001:Stone Monster 3 Now! pengo3u:0:8814:05:000:Infinite Lives PL1 pengo3u:0:8815:05:000:Infinite Lives PL2 ; [ Pengo (set 4) ] :pengo4:00100000:08C5B:00000100:FFFFFFFF:Infinite Game Time :pengo4:20800000:14C2B:00000000:FFFFFFFF:Invincibility pengo4:0:8D1F:04:000:Always Stone Monster 1 pengo4:0:8D3F:04:000:Always Stone Monster 2 pengo4:0:8D5F:04:000:Always Stone Monster 3 pengo4:0:8D1F:04:001:Stone Monster 1 Now! pengo4:0:8D3F:04:001:Stone Monster 2 Now! pengo4:0:8D5F:04:001:Stone Monster 3 Now! pengo4:0:8814:05:000:Infinite Lives PL1 pengo4:0:8815:05:000:Infinite Lives PL2 ; [ Pengo (bootleg) ] :pengob:00100000:08C5B:00000100:FFFFFFFF:Infinite Game Time :pengob:20800000:14C2B:00000000:FFFFFFFF:Invincibility pengob:0:8D1F:04:000:Always Stone Monster 1 pengob:0:8D3F:04:000:Always Stone Monster 2 pengob:0:8D5F:04:000:Always Stone Monster 3 pengob:0:8D1F:04:001:Stone Monster 1 Now! pengob:0:8D3F:04:001:Stone Monster 2 Now! pengob:0:8D5F:04:001:Stone Monster 3 Now! pengob:0:8814:05:000:Infinite Lives PL1 pengob:0:8815:05:000:Infinite Lives PL2 ; [ Penta ] :penta:00100000:08C5B:00000100:FFFFFFFF:Infinite Game Time :penta:20800000:14C2B:00000000:FFFFFFFF:Invincibility penta:0:8D1F:04:000:Always Stone Monster 1 penta:0:8D3F:04:000:Always Stone Monster 2 penta:0:8D5F:04:000:Always Stone Monster 3 penta:0:8D1F:04:001:Stone Monster 1 Now! penta:0:8D3F:04:001:Stone Monster 2 Now! penta:0:8D5F:04:001:Stone Monster 3 Now! penta:0:8814:05:000:Infinite Lives PL1 penta:0:8815:05:000:Infinite Lives PL2 ; [ Pepper II ] pepper2:0:0052:09:000:Infinite Lives PL1 pepper2:0:0053:09:000:Infinite Lives PL2 pepper2:0:0083:01:000:Invincibility pepper2:0:00AF:01:000:No Darkness ; [ Percussor, The ] percuss:0:587E:2F:000:Infinite Fuel percuss:0:5822:63:000:Infinite Lives PL1 percuss:0:5823:63:000:Infinite Lives PL2 ; [ Perestroika Girls (Fuuki license) ] perestrf:0:E4CD:00:000:Infinite freeze time perestrf:0:F85C:E4:000:Stop around timer perestrf:0:F85E:04:500:Stop around timer (2/2) perestrf:0:F814:0A:000:Infinite Lives PL1 perestrf:0:F011:99:001:Finish this Round faster PL1 perestrf:0:F869:03:001:Get 3 letters out of 4 PL1 perestrf:0:F869:04:001:Get 4 letters out of 5 PL1 perestrf:0:F869:05:001:Get 5 letters out of 6 PL1 perestrf:0:F869:06:001:Get 6 letters out of 7 PL1 perestrf:0:F869:04:001:Get 7 letters out of 8 PL1 perestrf:0:F815:0A:000:Infinite Lives PL2 perestrf:0:F012:99:001:Finish this Round faster PL2 perestrf:0:F880:03:001:Get 3 letters out of 4 PL2 perestrf:0:F869:04:001:Get 4 letters out of 5 PL2 perestrf:0:F869:05:001:Get 5 letters out of 6 PL2 perestrf:0:F869:06:001:Get 6 letters out of 7 PL2 perestrf:0:F869:04:001:Get 7 letters out of 8 PL2 perestrf:0:E4A8:8F:000:Always have shield perestrf:0:E4A8:01:000:Always have speed up perestrf:0:E4A8:09:000:Always have max speed perestrf:0:E4A8:04:000:Always have freeze perestrf:0:E4A8:0D:000:Always have freeze+speed perestrf:0:E4A8:8F:001:Get shield Now! perestrf:0:E4A8:01:001:Get speed up Now! perestrf:0:E4A8:09:001:Get max speed Now! perestrf:0:E4A8:04:001:Get freeze Now! perestrf:0:E4A8:0D:001:Get freeze+speed Now! perestrf:0:F804:00:001:Next Goto Round 2 perestrf:0:F804:01:001:Next Goto Round 3 perestrf:0:F804:02:001:Next Goto Round 4 perestrf:0:F804:03:001:Next Goto Round 5 perestrf:0:F804:04:001:Next Goto Round 6 perestrf:0:F804:05:001:Next Goto Round 7 perestrf:0:F804:06:001:Next Goto Round 8 perestrf:0:F804:07:001:Next Goto Round 9 perestrf:0:F804:08:001:Next Goto Round 10 perestrf:0:F804:09:001:Next Goto Round 11 perestrf:0:F804:0A:001:Next Goto Round 12 perestrf:0:F804:0B:001:Next Goto Round 13 perestrf:0:F804:0C:001:Next Goto Round 14 perestrf:0:F804:0D:001:Next Goto Round 15 perestrf:0:F804:0E:001:Next Goto Round 16 ; [ Perestroika Girls ] perestro:0:E4CD:00:000:Infinite freeze time perestro:0:F85C:E4:000:Stop around timer perestro:0:F85E:04:500:Stop around timer (2/2) perestro:0:F814:0A:000:Infinite Lives PL1 perestro:0:F011:99:001:Finish this Round faster PL1 perestro:0:F869:03:001:Get 3 letters out of 4 PL1 perestro:0:F869:04:001:Get 4 letters out of 5 PL1 perestro:0:F869:05:001:Get 5 letters out of 6 PL1 perestro:0:F869:06:001:Get 6 letters out of 7 PL1 perestro:0:F869:04:001:Get 7 letters out of 8 PL1 perestro:0:F815:0A:000:Infinite Lives PL2 perestro:0:F012:99:001:Finish this Round faster PL2 perestro:0:F880:03:001:Get 3 letters out of 4 PL2 perestro:0:F869:04:001:Get 4 letters out of 5 PL2 perestro:0:F869:05:001:Get 5 letters out of 6 PL2 perestro:0:F869:06:001:Get 6 letters out of 7 PL2 perestro:0:F869:04:001:Get 7 letters out of 8 PL2 perestro:0:E4A8:8F:000:Always have shield perestro:0:E4A8:01:000:Always have speed up perestro:0:E4A8:09:000:Always have max speed perestro:0:E4A8:04:000:Always have freeze perestro:0:E4A8:0D:000:Always have freeze+speed perestro:0:E4A8:8F:001:Get shield Now! perestro:0:E4A8:01:001:Get speed up Now! perestro:0:E4A8:09:001:Get max speed Now! perestro:0:E4A8:04:001:Get freeze Now! perestro:0:E4A8:0D:001:Get freeze+speed Now! perestro:0:F804:00:001:Next Goto Round 2 perestro:0:F804:01:001:Next Goto Round 3 perestro:0:F804:02:001:Next Goto Round 4 perestro:0:F804:03:001:Next Goto Round 5 perestro:0:F804:04:001:Next Goto Round 6 perestro:0:F804:05:001:Next Goto Round 7 perestro:0:F804:06:001:Next Goto Round 8 perestro:0:F804:07:001:Next Goto Round 9 perestro:0:F804:08:001:Next Goto Round 10 perestro:0:F804:09:001:Next Goto Round 11 perestro:0:F804:0A:001:Next Goto Round 12 perestro:0:F804:0B:001:Next Goto Round 13 perestro:0:F804:0C:001:Next Goto Round 14 perestro:0:F804:0D:001:Next Goto Round 15 perestro:0:F804:0E:001:Next Goto Round 16 ; [ Performan (Japan) ] perfrman:0:8803:63:000:Infinite Credits perfrman:0:8056:0A:000:Infinite Lives perfrman:0:1843:18:100:Invincibility ; [ Performan (US) ] perfrmau:0:8803:63:000:Infinite Credits perfrmau:0:8056:0A:000:Infinite Lives perfrmau:0:1843:18:100:Invincibility ; [ Pest Place ] pestplce:0:66D4:99:000:Infinite Bonus Time pestplce:0:6860:02:000:Infinite POW pestplce:0:603B:05:000:Start on Level 5 pestplce:0:603B:0A:000:Start on Level 10 pestplce:0:603B:0F:000:Start on Level 15 pestplce:0:603B:14:000:Start on Level 20 pestplce:0:603B:7F:000:Start on Level 127 pestplce:0:603B:FF:000:Start on Level 255 pestplce:0:6116:07:000:Infinite Lives PL1 pestplce:0:6156:07:000:Infinite Lives PL2 ; [ Peter Pack-Rat ] peterpak:0:401FF5:19:000:Infinite Credits peterpak:0:4011E7:FF:000:Infinite Time peterpak:0:4010E0:06:000:Infinite Lives PL1 peterpak:0:40113A:06:000:Infinite Lives PL2 ; [ Pettan Pyuu (Japan) ] pettanp:0:C058:99:000:Infinite Credits pettanp:0:C10A:99:000:Infinite Lives PL1 pettanp:0:C10B:99:000:Infinite Lives PL2 ; [ Psychic Force 2012 ] pf2012:0:0000:00:999:[ There are no cheats ]:REASON 1 pf2012:0:0000:00:999:[ for this game as it ]:REASON 1 pf2012:0:0000:00:999:[ didn't work the last ]:REASON 1 pf2012:0:0000:00:999:[ time it was tested. ]:REASON 1 pf2012:0:0000:00:999:[ If the game now works ]:REASON 1 pf2012:0:0000:00:999:[ please request cheats ]:REASON 1 pf2012:0:0000:00:999:[ for it on the cheat ]:REASON 1 pf2012:0:0000:00:999:[ forums. ]:REASON 1 ; [ Pocket Fighter (Japan 970904) ] pfghtj:0:FF8188:99:000:Infinite Time pfghtj:0:FF8193:07:061:Select next round pfghtj:0:FF818E:00:000:Move Round Announce :pfghtj:62000000:000000:00000000:00000000:Background always = :pfghtj:00010000:FF8181:00000000:FFFFFFFF:Capcom Cafe :pfghtj:00010000:FF8181:00000002:FFFFFFFF:Shopping Center :pfghtj:00010000:FF8181:00000004:FFFFFFFF:Slopes :pfghtj:00010000:FF8181:00000006:FFFFFFFF:Dock :pfghtj:00010000:FF8181:00000008:FFFFFFFF:Chinatown :pfghtj:00010000:FF8181:0000000A:FFFFFFFF:Fireplace :pfghtj:00010000:FF8181:0000000C:FFFFFFFF:Morrigan's Castle :pfghtj:00010000:FF8181:0000000E:FFFFFFFF:Demitri's Castle pfghtj:0:FF8441:90:000:Infinite Energy PL1 pfghtj:0:FF8595:60:000:Always have Max Power PL1 pfghtj:0:FF8594:09:000:Infinite Super Stocks PL1 pfghtj:0:FF85A3:60:000:Max Red Gem Attack PL1 pfghtj:0:FF85A5:60:000:Max Yellow Gem Attack PL1 pfghtj:0:FF85A7:60:000:Max Blue Gem Attack PL1 pfghtj:0:FF844F:00:000:Air Moves PL1 pfghtj:0:FF844C:00:000:No Hit Stop PL1 pfghtj:0:FF8570:00:000:No Shot Limit PL1 pfghtj:0:FF9841:63:000:Endless Shot Hit PL1 pfghtj:0:FF9941:63:500:Endless Shot Hit PL1 (2/2) pfghtj:0:FF8419:01:000:Action Speed Up PL1 pfghtj:0:FF8539:3C:000:Max Guard Crush PL1 pfghtj:0:FF859B:00:000:No Flash Combo PL1 pfghtj:0:FF859A:01:500:No Flash Combo PL1 (2/3) pfghtj:0:FF859D:00:500:No Flash Combo PL1 (2/3) pfghtj:0:FF8944:63:000:Display 99 Hits PL1 :pfghtj:62000000:000000:00000000:00000000:Gem (A) PL1 always = :pfghtj:00010000:FF85F0:000000FF:FFFFFFFF:None :pfghtj:00010000:FF85F0:00000000:FFFFFFFF:Flame :pfghtj:00010000:FF85F0:00000001:FFFFFFFF:Water :pfghtj:00010000:FF85F0:00000002:FFFFFFFF:Lightning :pfghtj:00010000:FF85F0:00000003:FFFFFFFF:Skull :pfghtj:00010000:FF85F0:00000004:FFFFFFFF:Banana :pfghtj:00010000:FF85F0:00000005:FFFFFFFF:Bomb :pfghtj:00010000:FF85F0:00000006:FFFFFFFF:Petrify :pfghtj:62000000:000000:00000000:00000000:Gem (B) PL1 always = :pfghtj:00010000:FF85F1:000000FF:FFFFFFFF:None :pfghtj:00010000:FF85F1:00000000:FFFFFFFF:Flame :pfghtj:00010000:FF85F1:00000001:FFFFFFFF:Water :pfghtj:00010000:FF85F1:00000002:FFFFFFFF:Lightning :pfghtj:00010000:FF85F1:00000003:FFFFFFFF:Skull :pfghtj:00010000:FF85F1:00000004:FFFFFFFF:Banana :pfghtj:00010000:FF85F1:00000005:FFFFFFFF:Bomb :pfghtj:00010000:FF85F1:00000006:FFFFFFFF:Petrify :pfghtj:62000000:000000:00000000:00000000:Gem (C) PL1 always = :pfghtj:00010000:FF85F2:000000FF:FFFFFFFF:None :pfghtj:00010000:FF85F2:00000000:FFFFFFFF:Flame :pfghtj:00010000:FF85F2:00000001:FFFFFFFF:Water :pfghtj:00010000:FF85F2:00000002:FFFFFFFF:Lightning :pfghtj:00010000:FF85F2:00000003:FFFFFFFF:Skull :pfghtj:00010000:FF85F2:00000004:FFFFFFFF:Banana :pfghtj:00010000:FF85F2:0000005:FFFFFFFF:Bomb :pfghtj:00010000:FF85F2:00000006:FFFFFFFF:Petrify pfghtj:0:FF840E:14:000:Infinite Select Time PL1:Turn this OFF during fights :pfghtj:62000000:000000:00000000:00000000:Select Character PL1 :pfghtj:00010000:FF8781:00000000:FFFFFFFF:Ryu :pfghtj:00010000:FF8781:00000001:FFFFFFFF:Ken :pfghtj:00010000:FF8781:00000002:FFFFFFFF:Chun-Li :pfghtj:00010000:FF8781:00000003:FFFFFFFF:Sakura :pfghtj:00010000:FF8781:00000004:FFFFFFFF:Morrigan :pfghtj:00010000:FF8781:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :pfghtj:00010000:FF8781:00000006:FFFFFFFF:Felicia :pfghtj:00010000:FF8781:00000007:FFFFFFFF:Tabasa (Tessa) :pfghtj:00010000:FF8781:00000008:FFFFFFFF:Ibuki :pfghtj:00010000:FF8781:00000009:FFFFFFFF:Zangief :pfghtj:00010000:FF8781:0000000A:FFFFFFFF:Dan :pfghtj:00010000:FF8781:0000000B:FFFFFFFF:Gouki (Akuma) :pfghtj:62000000:000000:00000000:00000000:Select Player Colour PL1:This cheat will have effect everywhere but the character selection screen :pfghtj:00010000:FF879F:00000000:FFFFFFFF:Punch :pfghtj:00010000:FF879F:00000001:FFFFFFFF:Kick :pfghtj:00010000:FF879F:00000002:FFFFFFFF:Special :pfghtj:00010000:FF879F:00000003:FFFFFFFF:PKS pfghtj:0:FF8841:90:000:Infinite Energy PL2 pfghtj:0:FF8995:60:000:Always have Max Power PL2 pfghtj:0:FF8994:09:000:Infinite Super Stocks PL2 pfghtj:0:FF89A3:60:000:Max Red Gem Attack PL2 pfghtj:0:FF89A5:60:000:Max Yellow Gem Attack PL2 pfghtj:0:FF89A7:60:000:Max Blue Gem Attack PL2 pfghtj:0:FF884F:00:000:Air Moves PL2 pfghtj:0:FF884C:00:000:No Hit Stop PL2 pfghtj:0:FF8970:00:000:No Shot Limit PL2 pfghtj:0:FF9441:63:000:Endless Shot Hit PL2 pfghtj:0:FF9541:63:500:Endless Shot Hit PL2 (2/2) pfghtj:0:FF8819:01:000:Action Speed Up PL2 pfghtj:0:FF8939:3C:000:Max Guard Crush PL2 pfghtj:0:FF899B:00:000:No Flash Combo PL2 pfghtj:0:FF899A:01:500:No Flash Combo PL2 (2/3) pfghtj:0:FF899D:00:500:No Flash Combo PL2 (3/3) pfghtj:0:FF8544:63:000:Display 99 Hits PL2 :pfghtj:62000000:000000:00000000:00000000:Gem (A) PL2 always = :pfghtj:00010000:FF89F0:000000FF:FFFFFFFF:None :pfghtj:00010000:FF89F0:00000000:FFFFFFFF:Flame :pfghtj:00010000:FF89F0:00000001:FFFFFFFF:Water :pfghtj:00010000:FF89F0:00000002:FFFFFFFF:Lightning :pfghtj:00010000:FF89F0:00000003:FFFFFFFF:Skull :pfghtj:00010000:FF89F0:00000004:FFFFFFFF:Banana :pfghtj:00010000:FF89F0:00000005:FFFFFFFF:Bomb :pfghtj:00010000:FF89F0:00000006:FFFFFFFF:Petrify :pfghtj:62000000:000000:00000000:00000000:Gem (B) PL2 always = :pfghtj:00010000:FF89F1:000000FF:FFFFFFFF:None :pfghtj:00010000:FF89F1:00000000:FFFFFFFF:Flame :pfghtj:00010000:FF89F1:00000001:FFFFFFFF:Water :pfghtj:00010000:FF89F1:00000002:FFFFFFFF:Lightning :pfghtj:00010000:FF89F1:00000003:FFFFFFFF:Skull :pfghtj:00010000:FF89F1:00000004:FFFFFFFF:Banana :pfghtj:00010000:FF89F1:00000005:FFFFFFFF:Bomb :pfghtj:00010000:FF89F1:00000006:FFFFFFFF:Petrify :pfghtj:62000000:000000:00000000:00000000:Gem (C) PL2 always = :pfghtj:00010000:FF89F2:000000FF:FFFFFFFF:None :pfghtj:00010000:FF89F2:00000000:FFFFFFFF:Flame :pfghtj:00010000:FF89F2:00000001:FFFFFFFF:Water :pfghtj:00010000:FF89F2:00000002:FFFFFFFF:Lightning :pfghtj:00010000:FF89F2:00000003:FFFFFFFF:Skull :pfghtj:00010000:FF89F2:00000004:FFFFFFFF:Banana :pfghtj:00010000:FF89F2:00000005:FFFFFFFF:Bomb :pfghtj:00010000:FF89F2:00000006:FFFFFFFF:Petrify pfghtj:0:FF880E:14:000:Infinite Select Time PL2:Turn this OFF during fights :pfghtj:62000000:000000:00000000:00000000:Select Character PL2 :pfghtj:00010000:FF8B81:00000000:FFFFFFFF:Ryu :pfghtj:00010000:FF8B81:00000001:FFFFFFFF:Ken :pfghtj:00010000:FF8B81:00000002:FFFFFFFF:Chun-Li :pfghtj:00010000:FF8B81:00000003:FFFFFFFF:Sakura :pfghtj:00010000:FF8B81:00000004:FFFFFFFF:Morrigan :pfghtj:00010000:FF8B81:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :pfghtj:00010000:FF8B81:00000006:FFFFFFFF:Felicia :pfghtj:00010000:FF8B81:00000007:FFFFFFFF:Tabasa (Tessa) :pfghtj:00010000:FF8B81:00000008:FFFFFFFF:Ibuki :pfghtj:00010000:FF8B81:00000009:FFFFFFFF:Zangief :pfghtj:00010000:FF8B81:0000000A:FFFFFFFF:Dan :pfghtj:00010000:FF8B81:0000000B:FFFFFFFF:Gouki (Akuma) :pfghtj:62000000:000000:00000000:00000000:Select Player Colour PL2:This cheat will have effect everywhere but the character selection screen :pfghtj:00010000:FF8B9F:00000000:FFFFFFFF:Punch :pfghtj:00010000:FF8B9F:00000001:FFFFFFFF:Kick :pfghtj:00010000:FF8B9F:00000002:FFFFFFFF:Special :pfghtj:00010000:FF8B9F:00000003:FFFFFFFF:PKS pfghtj:0:000000:00:999:[ This code sets the machine region - the effectiveness ] pfghtj:0:000000:00:999:[ You have to enable these ASAP - ON or before the ROM ] pfghtj:0:000000:00:999:[ check screen! Or enable it & RESET ] :pfghtj:62000000:000000:00000000:00000000:Region Switch = :pfghtj:00010000:FF8111:00000000:FFFFFFFF:Japan :pfghtj:00010000:FF8111:00000002:FFFFFFFF:USA :pfghtj:00010000:FF8111:00000004:FFFFFFFF:Hispanic :pfghtj:00010000:FF8111:00000006:FFFFFFFF:Oceania :pfghtj:00010000:FF8111:00000008:FFFFFFFF:Asia :pfghtj:00010000:FF8111:0000000A:FFFFFFFF:Euro :pfghtj:00010000:FF8111:0000000C:FFFFFFFF:Brazil ; [ Powered Gear: Strategic Variant Armor Equipment (Japan 941024) ] pgear:0:FF1E67:00:000:Infinite Time pgear:0:FF81D0:06:001:Go to Final Stage Now! pgear:0:FF96E3:04:000:Infinite Lives PL1 pgear:0:FF95DD:50:000:Infinite Energy PL1 pgear:0:FF9657:FE:000:Invincibility PL1 pgear:0:FF95FA:01:000:Infinite Bullets PL1 pgear:0:FF98A3:04:000:Infinite Lives PL2 pgear:0:FF979D:50:000:Infinite Energy PL2 pgear:0:FF9817:FE:000:Invincibility PL2 pgear:0:FF97BA:01:000:Infinite Bullets PL2 pgear:0:FF9A63:04:000:Infinite Lives PL3 pgear:0:FF995D:50:000:Infinite Energy PL3 pgear:0:FF99D7:FE:000:Invincibility PL3 pgear:0:FF997A:05:000:Infinite Bullets PL3 ; [ Powered Gear: Strategic Variant Armor Equipment (Japan 940916) ] pgearr1:0:FF1E67:00:000:Infinite Time pgearr1:0:FF96E3:04:000:Infinite Lives PL1 pgearr1:0:FF95DD:50:000:Infinite Energy PL1 pgearr1:0:FF9657:FE:000:Invincibility PL1 pgearr1:0:FF95FA:01:000:Infinite Bullets PL1 pgearr1:0:FF98A3:04:000:Infinite Lives PL2 pgearr1:0:FF979D:50:000:Infinite Energy PL2 pgearr1:0:FF9817:FE:000:Invincibility PL2 pgearr1:0:FF97BA:01:000:Infinite Bullets PL2 pgearr1:0:FF9A63:04:000:Infinite Lives PL3 pgearr1:0:FF995D:50:000:Infinite Energy PL3 pgearr1:0:FF99D7:FE:000:Invincibility PL3 pgearr1:0:FF997A:05:000:Infinite Bullets PL3 ; [ Pleasure Goal / Futsal - 5 on 5 Mini Soccer ] pgoal:0:104C28:6F:000:Infinite Normal Time pgoal:0:104C28:00:001:Go into Injury Time Now! pgoal:0:1069C9:63:070:Select Score PL1 pgoal:0:1069CB:63:070:Select Score PL2 :pgoal:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :pgoal:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :pgoal:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Phantasm (Japan) ] phantasm:0:FF9E51:C8:000:Infinite Ghost Energy phantasm:0:FF9E53:C8:500:Infinite Ghost Energy (2/3) phantasm:0:FFFFBF:C8:500:Infinite Ghost Energy (3/3) phantasm:0:FF9F2D:64:000:Infinite Player Energy phantasm:0:FF9F2D:01:001:Drain All Player Energy Now!:Get hit to be Ghost phantasm:0:FF9ED6:80:000:Invincibility phantasm:0:FFE835:01:001:Next Shot Kills Boss Now! ; [ Phantom II ] phantom2:0:20AA:99:000:Infinite Time phantom2:0:2157:00:000:Don't Count Deaths ; [ Phantomas ] phantoma:0:00C1:09:000:Infinite Lives phantoma:0:0074:00:001:Finish this Round Now! phantoma:0:2BBE:D0:100:Invincibility phantoma:0:2BBF:26:600:Invincibility (2/2) ; [ Phelios (Japan) ] phelios:0:1006C4:03:000:Infinite Lives phelios:0:1006CD:03:000:Infinite Energy phelios:0:1006FB:02:000:Invincibility phelios:0:1006F5:8C:000:Always have Maximum Weapon phelios:0:1006E6:04:000:Always have Maximum Orbs phelios:0:1006CA:05:000:Always have Maximum Speed phelios:0:1007D3:7F:000:Always have PHELIOS phelios:0:1006F7:FF:000:Auto Shot "ON" phelios:0:1006F7:00:001:Auto Shot "OFF" phelios:0:100788:01:000:Arrow Shot "ON" phelios:0:100788:00:001:Arrow Shot "OFF" phelios:0:10071C:01:000:Homing Shot "ON" phelios:0:10071C:00:001:Homing Shot "OFF" phelios:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2 ; [ Phoenix (Amstar) ] phoenix:0:4390:09:000:Infinite Lives phoenix:0:43A6:DD:000:Never have shields phoenix:0:43A6:00:003:Shield Always Ready phoenix:0:43C0:84:000:Infinite Shields phoenix:0:0CC4:C9:100:Invincibility ; [ Phoenix (T.P.N.) ] phoenix3:0:4390:09:000:Infinite Lives phoenix3:0:43A6:DD:000:Never have shields phoenix3:0:43A6:00:003:Shield Always Ready phoenix3:0:43C0:84:000:Infinite Shields phoenix3:0:0CC4:C9:100:Invincibility ; [ Phoenix (Centuri) ] phoenixa:0:4390:09:000:Infinite Lives phoenixa:0:43A6:DD:000:Never have shields phoenixa:0:43A6:00:003:Shield Always Ready phoenixa:0:43C0:84:000:Infinite Shields phoenixa:0:0CC4:C9:100:Invincibility ; [ Phoenix (IRECSA, G.G.I Corp) ] phoenixc:0:4390:09:000:Infinite Lives phoenixc:0:43A6:DD:000:Never have shields phoenixc:0:43A6:00:003:Shield Always Ready phoenixc:0:43C0:84:000:Infinite Shields phoenixc:0:0CC4:C9:100:Invincibility ; [ Phoenix (Taito) ] phoenixt:0:4390:09:000:Infinite Lives phoenixt:0:43A6:DD:000:Never have shields phoenixt:0:43A6:00:003:Shield Always Ready phoenixt:0:43C0:84:000:Infinite Shields phoenixt:0:0CC4:C9:100:Invincibility ; [ Photo Y2K ] photoy2k:0:0000:00:999:[ There are no cheats ]:REASON 1 photoy2k:0:0000:00:999:[ for this game as it ]:REASON 1 photoy2k:0:0000:00:999:[ didn't work the last ]:REASON 1 photoy2k:0:0000:00:999:[ time it was tested. ]:REASON 1 photoy2k:0:0000:00:999:[ If the game now works ]:REASON 1 photoy2k:0:0000:00:999:[ please request cheats ]:REASON 1 photoy2k:0:0000:00:999:[ for it on the cheat ]:REASON 1 photoy2k:0:0000:00:999:[ forums. ]:REASON 1 ; [ Phozon (Japan) ] phozon:0:1000:06:000:Infinite Lives phozon:0:1830:88:000:Invincibility phozon:0:1831:21:500:Invincibility (2/7) phozon:0:1833:81:500:Invincibility (3/7) phozon:0:1834:87:500:Invincibility (4/7) phozon:0:1835:CA:500:Invincibility (5/7) phozon:0:1836:8A:500:Invincibility (6/7) phozon:0:1837:5D:500:Invincibility (7/7) ; [ Phraze Craze ] phrcraze:0:0000:00:999:[ This game hasn't even ]:REASON 11 phrcraze:0:0000:00:999:[ been looked at due to ]:REASON 11 phrcraze:0:0000:00:999:[ time constraints - Too]:REASON 11 phrcraze:0:0000:00:999:[ many games and so ]:REASON 11 phrcraze:0:0000:00:999:[ little time. It is ]:REASON 11 phrcraze:0:0000:00:999:[ even possible that ]:REASON 11 phrcraze:0:0000:00:999:[ this game may be a ]:REASON 11 phrcraze:0:0000:00:999:[ clone of an existing ]:REASON 11 phrcraze:0:0000:00:999:[ game which may have ]:REASON 11 phrcraze:0:0000:00:999:[ cheats. Please search ]:REASON 11 phrcraze:0:0000:00:999:[ the cheat forums ]:REASON 11 phrcraze:0:0000:00:999:[ before posting cheat ]:REASON 11 phrcraze:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Phraze Craze (Sex Kit) ] phrcrazs:0:0000:00:999:[ This game hasn't even ]:REASON 11 phrcrazs:0:0000:00:999:[ been looked at due to ]:REASON 11 phrcrazs:0:0000:00:999:[ time constraints - Too]:REASON 11 phrcrazs:0:0000:00:999:[ many games and so ]:REASON 11 phrcrazs:0:0000:00:999:[ little time. It is ]:REASON 11 phrcrazs:0:0000:00:999:[ even possible that ]:REASON 11 phrcrazs:0:0000:00:999:[ this game may be a ]:REASON 11 phrcrazs:0:0000:00:999:[ clone of an existing ]:REASON 11 phrcrazs:0:0000:00:999:[ game which may have ]:REASON 11 phrcrazs:0:0000:00:999:[ cheats. Please search ]:REASON 11 phrcrazs:0:0000:00:999:[ the cheat forums ]:REASON 11 phrcrazs:0:0000:00:999:[ before posting cheat ]:REASON 11 phrcrazs:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pickin' ] pickin:0:71F7:99:000:Infinite Bonus ; [ Pig Newton (version C) ] pignewt:0:CF20:05:000:Infinite Lives PL1 pignewt:0:CF27:05:000:Infinite Lives PL2 ; [ Pig Newton (version A) ] pignewta:0:CF21:05:000:Infinite Lives PL1 pignewta:0:CF28:05:000:Infinite Lives PL2 ; [ Pigout ] pigout:0:E056:13:000:Infinite Credits pigout:0:E3B8:08:000:Infinite Lives PL1 pigout:0:E3BD:02:000:Invincibility PL1 pigout:0:E318:08:000:Infinite Lives PL2 pigout:0:E31D:02:000:Invincibility PL2 pigout:0:E368:08:000:Infinite Lives PL3 pigout:0:E36D:02:000:Invincibility PL3 ; [ Pigout (alternate) ] pigouta:0:E056:13:000:Infinite Credits pigouta:0:E3B8:08:000:Infinite Lives PL1 pigouta:0:E3BD:02:000:Invincibility PL1 pigouta:0:E318:08:000:Infinite Lives PL2 pigouta:0:E31D:02:000:Invincibility PL2 pigouta:0:E368:08:000:Infinite Lives PL3 pigouta:0:E36D:02:000:Invincibility PL3 ; [ Pigskin 621AD ] pigskin:0:14263F:99:073:Select Score 0-99 PL1 pigskin:0:14263E:09:073:Select Score 100-900 PL1 pigskin:0:142641:99:073:Select Score 0-99 PL2 pigskin:0:142640:09:073:Select Score 100-900 PL2 pigskin:0:142821:FF:000:Infinite Period Time pigskin:0:142821:00:001:Set Period Time =0 Now! ; [ Pinbo (set 1) ] pinbo:0:00D0:03:000:Infinite Balls :pinbo:00000010:0257:00000004:000000F4:Always Keep Ball in Play:The ball warps to the top of the screen when the ball goes out of play ; [ Pinbo (set 2) ] pinboa:0:00D0:03:000:Infinite Balls :pinboa:00000010:0257:00000004:000000F4:Always Keep Ball in Play:The ball warps to the top of the screen when the ball goes out of play ; [ Pinbo (Strike) ] pinbos:0:00D0:03:000:Infinite Balls :pinbos:00000010:0257:00000004:000000F4:Always Keep Ball in Play:The ball warps to the top of the screen when the ball goes out of play ; [ Ping Pong ] pingpong:0:94A9:07:000:Infinite Service Time pingpong:0:9192:15:001:Win game on next ball PL1 pingpong:0:9192:00:000:Score always = 0 PL1 pingpong:0:9192:00:001:Set score = 0 Now! PL1 pingpong:0:9192:15:073:Select score PL1 pingpong:0:9193:15:001:Win game on next ball PL2 pingpong:0:9193:00:000:Score always = 0 PL2 pingpong:0:9193:00:001:Set score = 0 Now! PL2 pingpong:0:9193:15:073:Select score PL2 pingpong:0:9190:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Pipe Dream (US) ] pipedrm:0:8603:09:000:Infinite Credits pipedrm:0:950F:01:000:Stop 'Hurry' warning:Stops the annoying pause and the frozen controls pipedrm:0:865A:04:000:Infinite Lives pipedrm:0:863D:32:071:Select Round pipedrm:0:0000:00:999:### These PL1 Cheats are for a solo player! ### pipedrm:0:80AF:01:000:Always have a Horizontal Pipe PL1 pipedrm:0:80AF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1 pipedrm:0:80AF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1 pipedrm:0:80AF:04:000:Always have a Vertical Pipe PL1 pipedrm:0:80AF:05:000:Always have a Vertical(Up Arrow) Pipe PL1 pipedrm:0:80AF:06:000:Always have a Vertical(Down Arrow) Pipe PL1 pipedrm:0:80AF:07:000:Always have a Top & Left Pipe PL1 pipedrm:0:80AF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1 pipedrm:0:80AF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1 pipedrm:0:80AF:0A:000:Always have a Top & Right Pipe PL1 pipedrm:0:80AF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1 pipedrm:0:80AF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1 pipedrm:0:80AF:0D:000:Always have a Bottom & Right Pipe PL1 pipedrm:0:80AF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1 pipedrm:0:80AF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1 pipedrm:0:80AF:10:000:Always have a Bottom & Left Pipe PL1 pipedrm:0:80AF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1 pipedrm:0:80AF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1 pipedrm:0:80AF:13:000:Always have a Cross Pipe PL1 pipedrm:0:80AF:01:001:Get a Horizontal Pipe Now! PL1 pipedrm:0:80AF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1 pipedrm:0:80AF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1 pipedrm:0:80AF:04:001:Get a Vertical Pipe Now! PL1 pipedrm:0:80AF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1 pipedrm:0:80AF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1 pipedrm:0:80AF:07:001:Get a Top & Left Pipe Now! PL1 pipedrm:0:80AF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1 pipedrm:0:80AF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1 pipedrm:0:80AF:0A:001:Get a Top & Right Pipe Now! PL1 pipedrm:0:80AF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1 pipedrm:0:80AF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1 pipedrm:0:80AF:0D:001:Get a Bottom & Right Pipe Now! PL1 pipedrm:0:80AF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1 pipedrm:0:80AF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1 pipedrm:0:80AF:10:001:Get a Bottom & Left Pipe Now! PL1 pipedrm:0:80AF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1 pipedrm:0:80AF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1 pipedrm:0:80AF:13:001:Get a Cross Pipe Now! PL1 pipedrm:0:0000:00:999:### These are for use in a 2-player game ### pipedrm:0:80CF:01:000:Always have a Horizontal Pipe PL1 pipedrm:0:80CF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1 pipedrm:0:80CF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1 pipedrm:0:80CF:04:000:Always have a Vertical Pipe PL1 pipedrm:0:80CF:05:000:Always have a Vertical(Up Arrow) Pipe PL1 pipedrm:0:80CF:06:000:Always have a Vertical(Down Arrow) Pipe PL1 pipedrm:0:80CF:07:000:Always have a Top & Left Pipe PL1 pipedrm:0:80CF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1 pipedrm:0:80CF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1 pipedrm:0:80CF:0A:000:Always have a Top & Right Pipe PL1 pipedrm:0:80CF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1 pipedrm:0:80CF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1 pipedrm:0:80CF:0D:000:Always have a Bottom & Right Pipe PL1 pipedrm:0:80CF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1 pipedrm:0:80CF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1 pipedrm:0:80CF:10:000:Always have a Bottom & Left Pipe PL1 pipedrm:0:80CF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1 pipedrm:0:80CF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1 pipedrm:0:80CF:13:000:Always have a Cross Pipe PL1 pipedrm:0:80CF:01:001:Get a Horizontal Pipe Now! PL1 pipedrm:0:80CF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1 pipedrm:0:80CF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1 pipedrm:0:80CF:04:001:Get a Vertical Pipe Now! PL1 pipedrm:0:80CF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1 pipedrm:0:80CF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1 pipedrm:0:80CF:07:001:Get a Top & Left Pipe Now! PL1 pipedrm:0:80CF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1 pipedrm:0:80CF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1 pipedrm:0:80CF:0A:001:Get a Top & Right Pipe Now! PL1 pipedrm:0:80CF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1 pipedrm:0:80CF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1 pipedrm:0:80CF:0D:001:Get a Bottom & Right Pipe Now! PL1 pipedrm:0:80CF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1 pipedrm:0:80CF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1 pipedrm:0:80CF:10:001:Get a Bottom & Left Pipe Now! PL1 pipedrm:0:80CF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1 pipedrm:0:80CF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1 pipedrm:0:80CF:13:001:Get a Cross Pipe Now! PL1 pipedrm:0:80EF:01:000:Always have a Horizontal Pipe PL2 pipedrm:0:80EF:02:000:Always have a Horizontal(Right Arrow) Pipe PL2 pipedrm:0:80EF:03:000:Always have a Horizontal(Left Arrow) Pipe PL2 pipedrm:0:80EF:04:000:Always have a Vertical Pipe PL2 pipedrm:0:80EF:05:000:Always have a Vertical(Up Arrow) Pipe PL2 pipedrm:0:80EF:06:000:Always have a Vertical(Down Arrow) Pipe PL2 pipedrm:0:80EF:07:000:Always have a Top & Left Pipe PL2 pipedrm:0:80EF:08:000:Always have a Top & Left(Up Arrow) Pipe PL2 pipedrm:0:80EF:09:000:Always have a Top & Left(Down Arrow) Pipe PL2 pipedrm:0:80EF:0A:000:Always have a Top & Right Pipe PL2 pipedrm:0:80EF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL2 pipedrm:0:80EF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL2 pipedrm:0:80EF:0D:000:Always have a Bottom & Right Pipe PL2 pipedrm:0:80EF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL2 pipedrm:0:80EF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL2 pipedrm:0:80EF:10:000:Always have a Bottom & Left Pipe PL2 pipedrm:0:80EF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL2 pipedrm:0:80EF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL2 pipedrm:0:80EF:13:000:Always have a Cross Pipe PL2 pipedrm:0:80EF:01:001:Get a Horizontal Pipe Now! PL2 pipedrm:0:80EF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL2 pipedrm:0:80EF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL2 pipedrm:0:80EF:04:001:Get a Vertical Pipe Now! PL2 pipedrm:0:80EF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL2 pipedrm:0:80EF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL2 pipedrm:0:80EF:07:001:Get a Top & Left Pipe Now! PL2 pipedrm:0:80EF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL2 pipedrm:0:80EF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL2 pipedrm:0:80EF:0A:001:Get a Top & Right Pipe Now! PL2 pipedrm:0:80EF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL2 pipedrm:0:80EF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL2 pipedrm:0:80EF:0D:001:Get a Bottom & Right Pipe Now! PL2 pipedrm:0:80EF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL2 pipedrm:0:80EF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL2 pipedrm:0:80EF:10:001:Get a Bottom & Left Pipe Now! PL2 pipedrm:0:80EF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL2 pipedrm:0:80EF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL2 pipedrm:0:80EF:13:001:Get a Cross Pipe Now! PL2 ; [ Pipe Dream (Japan) ] pipedrmj:0:8603:09:000:Infinite Credits pipedrmj:0:9468:01:000:Stop water from flowing pipedrmj:0:865A:04:000:Infinite Lives pipedrmj:0:863D:32:071:Select Round pipedrmj:0:0000:00:999:### These PL1 Cheats are for a solo player! ### pipedrmj:0:80AF:01:000:Always have a Horizontal Pipe PL1 pipedrmj:0:80AF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1 pipedrmj:0:80AF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1 pipedrmj:0:80AF:04:000:Always have a Vertical Pipe PL1 pipedrmj:0:80AF:05:000:Always have a Vertical(Up Arrow) Pipe PL1 pipedrmj:0:80AF:06:000:Always have a Vertical(Down Arrow) Pipe PL1 pipedrmj:0:80AF:07:000:Always have a Top & Left Pipe PL1 pipedrmj:0:80AF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1 pipedrmj:0:80AF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1 pipedrmj:0:80AF:0A:000:Always have a Top & Right Pipe PL1 pipedrmj:0:80AF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1 pipedrmj:0:80AF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1 pipedrmj:0:80AF:0D:000:Always have a Bottom & Right Pipe PL1 pipedrmj:0:80AF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1 pipedrmj:0:80AF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1 pipedrmj:0:80AF:10:000:Always have a Bottom & Left Pipe PL1 pipedrmj:0:80AF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1 pipedrmj:0:80AF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1 pipedrmj:0:80AF:13:000:Always have a Cross Pipe PL1 pipedrmj:0:80AF:01:001:Get a Horizontal Pipe Now! PL1 pipedrmj:0:80AF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1 pipedrmj:0:80AF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1 pipedrmj:0:80AF:04:001:Get a Vertical Pipe Now! PL1 pipedrmj:0:80AF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1 pipedrmj:0:80AF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1 pipedrmj:0:80AF:07:001:Get a Top & Left Pipe Now! PL1 pipedrmj:0:80AF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1 pipedrmj:0:80AF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1 pipedrmj:0:80AF:0A:001:Get a Top & Right Pipe Now! PL1 pipedrmj:0:80AF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1 pipedrmj:0:80AF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1 pipedrmj:0:80AF:0D:001:Get a Bottom & Right Pipe Now! PL1 pipedrmj:0:80AF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1 pipedrmj:0:80AF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1 pipedrmj:0:80AF:10:001:Get a Bottom & Left Pipe Now! PL1 pipedrmj:0:80AF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1 pipedrmj:0:80AF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1 pipedrmj:0:80AF:13:001:Get a Cross Pipe Now! PL1 pipedrmj:0:0000:00:999:### These are for use in a 2-player game ### pipedrmj:0:80CF:01:000:Always have a Horizontal Pipe PL1 pipedrmj:0:80CF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1 pipedrmj:0:80CF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1 pipedrmj:0:80CF:04:000:Always have a Vertical Pipe PL1 pipedrmj:0:80CF:05:000:Always have a Vertical(Up Arrow) Pipe PL1 pipedrmj:0:80CF:06:000:Always have a Vertical(Down Arrow) Pipe PL1 pipedrmj:0:80CF:07:000:Always have a Top & Left Pipe PL1 pipedrmj:0:80CF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1 pipedrmj:0:80CF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1 pipedrmj:0:80CF:0A:000:Always have a Top & Right Pipe PL1 pipedrmj:0:80CF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1 pipedrmj:0:80CF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1 pipedrmj:0:80CF:0D:000:Always have a Bottom & Right Pipe PL1 pipedrmj:0:80CF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1 pipedrmj:0:80CF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1 pipedrmj:0:80CF:10:000:Always have a Bottom & Left Pipe PL1 pipedrmj:0:80CF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1 pipedrmj:0:80CF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1 pipedrmj:0:80CF:13:000:Always have a Cross Pipe PL1 pipedrmj:0:80CF:01:001:Get a Horizontal Pipe Now! PL1 pipedrmj:0:80CF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1 pipedrmj:0:80CF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1 pipedrmj:0:80CF:04:001:Get a Vertical Pipe Now! PL1 pipedrmj:0:80CF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1 pipedrmj:0:80CF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1 pipedrmj:0:80CF:07:001:Get a Top & Left Pipe Now! PL1 pipedrmj:0:80CF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1 pipedrmj:0:80CF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1 pipedrmj:0:80CF:0A:001:Get a Top & Right Pipe Now! PL1 pipedrmj:0:80CF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1 pipedrmj:0:80CF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1 pipedrmj:0:80CF:0D:001:Get a Bottom & Right Pipe Now! PL1 pipedrmj:0:80CF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1 pipedrmj:0:80CF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1 pipedrmj:0:80CF:10:001:Get a Bottom & Left Pipe Now! PL1 pipedrmj:0:80CF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1 pipedrmj:0:80CF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1 pipedrmj:0:80CF:13:001:Get a Cross Pipe Now! PL1 pipedrmj:0:80EF:01:000:Always have a Horizontal Pipe PL2 pipedrmj:0:80EF:02:000:Always have a Horizontal(Right Arrow) Pipe PL2 pipedrmj:0:80EF:03:000:Always have a Horizontal(Left Arrow) Pipe PL2 pipedrmj:0:80EF:04:000:Always have a Vertical Pipe PL2 pipedrmj:0:80EF:05:000:Always have a Vertical(Up Arrow) Pipe PL2 pipedrmj:0:80EF:06:000:Always have a Vertical(Down Arrow) Pipe PL2 pipedrmj:0:80EF:07:000:Always have a Top & Left Pipe PL2 pipedrmj:0:80EF:08:000:Always have a Top & Left(Up Arrow) Pipe PL2 pipedrmj:0:80EF:09:000:Always have a Top & Left(Down Arrow) Pipe PL2 pipedrmj:0:80EF:0A:000:Always have a Top & Right Pipe PL2 pipedrmj:0:80EF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL2 pipedrmj:0:80EF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL2 pipedrmj:0:80EF:0D:000:Always have a Bottom & Right Pipe PL2 pipedrmj:0:80EF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL2 pipedrmj:0:80EF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL2 pipedrmj:0:80EF:10:000:Always have a Bottom & Left Pipe PL2 pipedrmj:0:80EF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL2 pipedrmj:0:80EF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL2 pipedrmj:0:80EF:13:000:Always have a Cross Pipe PL2 pipedrmj:0:80EF:01:001:Get a Horizontal Pipe Now! PL2 pipedrmj:0:80EF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL2 pipedrmj:0:80EF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL2 pipedrmj:0:80EF:04:001:Get a Vertical Pipe Now! PL2 pipedrmj:0:80EF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL2 pipedrmj:0:80EF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL2 pipedrmj:0:80EF:07:001:Get a Top & Left Pipe Now! PL2 pipedrmj:0:80EF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL2 pipedrmj:0:80EF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL2 pipedrmj:0:80EF:0A:001:Get a Top & Right Pipe Now! PL2 pipedrmj:0:80EF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL2 pipedrmj:0:80EF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL2 pipedrmj:0:80EF:0D:001:Get a Bottom & Right Pipe Now! PL2 pipedrmj:0:80EF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL2 pipedrmj:0:80EF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL2 pipedrmj:0:80EF:10:001:Get a Bottom & Left Pipe Now! PL2 pipedrmj:0:80EF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL2 pipedrmj:0:80EF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL2 pipedrmj:0:80EF:13:001:Get a Cross Pipe Now! PL2 ; [ Pipeline ] pipeline:0:0000:00:999:[ This game hasn't even ]:REASON 11 pipeline:0:0000:00:999:[ been looked at due to ]:REASON 11 pipeline:0:0000:00:999:[ time constraints - Too]:REASON 11 pipeline:0:0000:00:999:[ many games and so ]:REASON 11 pipeline:0:0000:00:999:[ little time. It is ]:REASON 11 pipeline:0:0000:00:999:[ even possible that ]:REASON 11 pipeline:0:0000:00:999:[ this game may be a ]:REASON 11 pipeline:0:0000:00:999:[ clone of an existing ]:REASON 11 pipeline:0:0000:00:999:[ game which may have ]:REASON 11 pipeline:0:0000:00:999:[ cheats. Please search ]:REASON 11 pipeline:0:0000:00:999:[ the cheat forums ]:REASON 11 pipeline:0:0000:00:999:[ before posting cheat ]:REASON 11 pipeline:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pipi & Bibis / Whoopee!! (bootleg ?) ] pipibibi:0:08066B:04:000:Always have 4 Coins pipibibi:0:080671:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level pipibibi:0:08073D:01:007:Only 1 Computer Left pipibibi:0:000000:00:999:[See the Dip Switch Menu to ] pipibibi:0:000000:00:999:[enable an alternate ] pipibibi:0:000000:00:999:[Invincibility cheat. ] pipibibi:0:08063F:05:000:Infinite Lives PL1 pipibibi:0:080687:1B:000:Invincibility PL1 pipibibi:0:08064D:05:000:Infinite Lives PL2 pipibibi:0:0806E7:7D:000:Invincibility PL2 ; [ Pipi & Bibis / Whoopee!! ] pipibibs:0:08066B:04:000:Always have 4 Coins pipibibs:0:080671:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level pipibibs:0:08073D:01:007:Only 1 Computer Left pipibibs:0:000000:00:999:[See the Dip Switch Menu to ] pipibibs:0:000000:00:999:[enable an alternate ] pipibibs:0:000000:00:999:[Invincibility cheat. ] pipibibs:0:08063F:05:000:Infinite Lives PL1 pipibibs:0:080687:1B:000:Invincibility PL1 pipibibs:0:08064D:05:000:Infinite Lives PL2 pipibibs:0:0806E7:7D:000:Invincibility PL2 ; [ Piranha ] piranha:0:4E14:06:000:Infinite Lives piranha:0:4E15:05:500:Infinite Lives (2/2) :piranha:20A00000:1774:002FC0C3:FFFFFFFF:Invincibility :piranha:20A10000:2FC0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $2FC0, 2nd = and a/jp nz, $2FC7 :piranha:20B10000:2FC3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :piranha:20B10000:2FC7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :piranha:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. piranha:0:4E0E:F4:001:Finish this Level Now! piranha:0:0000:00:999:[ ------- Starting Levels ------ ] piranha:0:0000:00:999:[ Deactivate the cheats after ] piranha:0:0000:00:999:[ starting the level or leave them] piranha:0:0000:00:999:[ active to repeat the level. ] piranha:0:4E0A:7E:000:Start at 2nd Crab piranha:0:4E13:01:500:Start at 2nd Crab (2/2) piranha:0:4E0A:7F:000:Start at 1st Fish piranha:0:4E13:02:500:Start at 1st Fish (2/2) piranha:0:4E0A:80:000:Start at 2nd Fish piranha:0:4E13:03:500:Start at 2nd Fish (2/2) piranha:0:4E0A:81:000:Start at 1st Red Anchor piranha:0:4E13:04:500:Start at 1st Red Anchor (2/2) piranha:0:4E0A:82:000:Start at 2nd Red Anchor piranha:0:4E13:05:500:Start at 2nd Red Anchor (2/2) piranha:0:4E0A:83:000:Start at 1st Cyan Whale piranha:0:4E13:06:500:Start at 1st Cyan Whale (2/2) piranha:0:4E0A:84:000:Start at 2nd Cyan Whale piranha:0:4E13:07:500:Start at 2nd Cyan Whale (2/2) piranha:0:4E0A:85:000:Start at 1st Blue Whale piranha:0:4E13:08:500:Start at 1st Blue Whale (2/2) piranha:0:4E0A:86:000:Start at 2nd Blue Whale piranha:0:4E13:09:500:Start at 2nd Blue Whale (2/2) piranha:0:4E0A:87:000:Start at 1st Yel. Anchor piranha:0:4E13:0A:500:Start at 1st Yel. Anchor(2/2) piranha:0:4E0A:88:000:Start at 2nd Yel. Anchor piranha:0:4E13:0B:500:Start at 2nd Yel. Anchor(2/2) piranha:0:0000:00:999:[ ------- Practice Levels ------ ] piranha:0:4E13:00:000:Practice 1st Crab piranha:0:4E13:01:000:Practice 2nd Crab piranha:0:4E13:02:000:Practice 1st Fish piranha:0:4E13:03:000:Practice 2nd Fish piranha:0:4E13:04:000:Practice 1st Red Anchor piranha:0:4E13:05:000:Practice 2nd Red Anchor piranha:0:4E13:06:000:Practice 1st Cyan Whale piranha:0:4E13:07:000:Practice 2nd Cyan Whale piranha:0:4E13:08:000:Practice 1st Blue Whale piranha:0:4E13:09:000:Practice 2nd Blue Whale piranha:0:4E13:0A:000:Practice 1st Yellow Anchor piranha:0:4E13:0B:000:Practice 2nd Yellow Anchor piranha:0:4E13:FF:000:Split-Screen (Unplayable) piranha:0:4E13:FE:000:No maze or dots(Unfinishable) piranha:0:0000:00:999:[ ------- Practice Speeds ------ ] piranha:0:4DBD:00:000:Stay blue until eaten piranha:0:4DBE:00:500:Stay blue until eaten (2/2) piranha:0:4DBD:58:000:Slow changeback piranha:0:4DBE:02:500:Slow changeback (2/2) piranha:0:4DBD:68:000:Moderate changeback piranha:0:4DBE:01:500:Moderate changeback (2/2) piranha:0:4DBD:F0:000:Quick changeback piranha:0:4DBE:00:500:Quick changeback (2/2) piranha:0:4DBD:78:000:Lightning changeback piranha:0:4DBE:00:500:Lightning changeback (2/2) piranha:0:4DBD:01:000:No change to blue piranha:0:4DBE:00:500:No change to blue (2/2) piranha:0:0000:00:999:[ -------- Ghost Status -------- ] piranha:0:4DA7:01:000:Red always blue piranha:0:4DA8:01:000:Pink always blue piranha:0:4DA9:01:000:Green always blue piranha:0:4DAA:01:000:Orange always blue piranha:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Piranha (hack) ] piranhah:0:4E14:06:000:Infinite Lives piranhah:0:4E15:05:500:Infinite Lives (2/2) :piranhah:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :piranhah:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :piranhah:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :piranhah:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :piranhah:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. piranhah:0:4E0E:F4:001:Finish this Level Now! piranhah:0:0000:00:999:[ ------- Starting Levels ------ ] piranhah:0:0000:00:999:[ Deactivate the cheats after ] piranhah:0:0000:00:999:[ starting the level or leave them] piranhah:0:0000:00:999:[ active to repeat the level. ] piranhah:0:4E0A:7E:000:Start at 2nd Crab piranhah:0:4E13:01:500:Start at 2nd Crab (2/2) piranhah:0:4E0A:7F:000:Start at 1st Fish piranhah:0:4E13:02:500:Start at 1st Fish (2/2) piranhah:0:4E0A:80:000:Start at 2nd Fish piranhah:0:4E13:03:500:Start at 2nd Fish (2/2) piranhah:0:4E0A:81:000:Start at 1st Red Anchor piranhah:0:4E13:04:500:Start at 1st Red Anchor (2/2) piranhah:0:4E0A:82:000:Start at 2nd Red Anchor piranhah:0:4E13:05:500:Start at 2nd Red Anchor (2/2) piranhah:0:4E0A:83:000:Start at 1st Cyan Whale piranhah:0:4E13:06:500:Start at 1st Cyan Whale (2/2) piranhah:0:4E0A:84:000:Start at 2nd Cyan Whale piranhah:0:4E13:07:500:Start at 2nd Cyan Whale (2/2) piranhah:0:4E0A:85:000:Start at 1st Blue Whale piranhah:0:4E13:08:500:Start at 1st Blue Whale (2/2) piranhah:0:4E0A:86:000:Start at 2nd Blue Whale piranhah:0:4E13:09:500:Start at 2nd Blue Whale (2/2) piranhah:0:4E0A:87:000:Start at 1st Yel. Anchor piranhah:0:4E13:0A:500:Start at 1st Yel. Anchor(2/2) piranhah:0:4E0A:88:000:Start at 2nd Yel. Anchor piranhah:0:4E13:0B:500:Start at 2nd Yel. Anchor(2/2) piranhah:0:0000:00:999:[ ------- Practice Levels ------ ] piranhah:0:4E13:00:000:Practice 1st Crab piranhah:0:4E13:01:000:Practice 2nd Crab piranhah:0:4E13:02:000:Practice 1st Fish piranhah:0:4E13:03:000:Practice 2nd Fish piranhah:0:4E13:04:000:Practice 1st Red Anchor piranhah:0:4E13:05:000:Practice 2nd Red Anchor piranhah:0:4E13:06:000:Practice 1st Cyan Whale piranhah:0:4E13:07:000:Practice 2nd Cyan Whale piranhah:0:4E13:08:000:Practice 1st Blue Whale piranhah:0:4E13:09:000:Practice 2nd Blue Whale piranhah:0:4E13:0A:000:Practice 1st Yellow Anchor piranhah:0:4E13:0B:000:Practice 2nd Yellow Anchor piranhah:0:4E13:FF:000:Split-Screen (Unplayable) piranhah:0:4E13:FE:000:No maze or dots(Unfinishable) piranhah:0:0000:00:999:[ ------- Practice Speeds ------ ] piranhah:0:4DBD:00:000:Stay blue until eaten piranhah:0:4DBE:00:500:Stay blue until eaten (2/2) piranhah:0:4DBD:58:000:Slow changeback piranhah:0:4DBE:02:500:Slow changeback (2/2) piranhah:0:4DBD:68:000:Moderate changeback piranhah:0:4DBE:01:500:Moderate changeback (2/2) piranhah:0:4DBD:F0:000:Quick changeback piranhah:0:4DBE:00:500:Quick changeback (2/2) piranhah:0:4DBD:78:000:Lightning changeback piranhah:0:4DBE:00:500:Lightning changeback (2/2) piranhah:0:4DBD:01:000:No change to blue piranhah:0:4DBE:00:500:No change to blue (2/2) piranhah:0:0000:00:999:[ -------- Ghost Status -------- ] piranhah:0:4DA7:01:000:Red always blue piranhah:0:4DA8:01:000:Pink always blue piranhah:0:4DA9:01:000:Green always blue piranhah:0:4DAA:01:000:Orange always blue piranhah:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Piranha (older) ] piranhao:0:4E14:06:000:Infinite Lives piranhao:0:4E15:05:500:Infinite Lives (2/2) :piranhao:20A00000:1774:002FC0C3:FFFFFFFF:Invincibility :piranhao:20A10000:2FC0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $2FC0, 2nd = and a/jp nz, $2FC7 :piranhao:20B10000:2FC3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :piranhao:20B10000:2FC7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :piranhao:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. piranhao:0:4E0E:F4:001:Finish this Level Now! piranhao:0:0000:00:999:[ ------- Starting Levels ------ ] piranhao:0:0000:00:999:[ Deactivate the cheats after ] piranhao:0:0000:00:999:[ starting the level or leave them] piranhao:0:0000:00:999:[ active to repeat the level. ] piranhao:0:4E0A:7E:000:Start at 2nd Crab piranhao:0:4E13:01:500:Start at 2nd Crab (2/2) piranhao:0:4E0A:7F:000:Start at 1st Fish piranhao:0:4E13:02:500:Start at 1st Fish (2/2) piranhao:0:4E0A:80:000:Start at 2nd Fish piranhao:0:4E13:03:500:Start at 2nd Fish (2/2) piranhao:0:4E0A:81:000:Start at 1st Red Anchor piranhao:0:4E13:04:500:Start at 1st Red Anchor (2/2) piranhao:0:4E0A:82:000:Start at 2nd Red Anchor piranhao:0:4E13:05:500:Start at 2nd Red Anchor (2/2) piranhao:0:4E0A:83:000:Start at 1st Cyan Whale piranhao:0:4E13:06:500:Start at 1st Cyan Whale (2/2) piranhao:0:4E0A:84:000:Start at 2nd Cyan Whale piranhao:0:4E13:07:500:Start at 2nd Cyan Whale (2/2) piranhao:0:4E0A:85:000:Start at 1st Blue Whale piranhao:0:4E13:08:500:Start at 1st Blue Whale (2/2) piranhao:0:4E0A:86:000:Start at 2nd Blue Whale piranhao:0:4E13:09:500:Start at 2nd Blue Whale (2/2) piranhao:0:4E0A:87:000:Start at 1st Yel. Anchor piranhao:0:4E13:0A:500:Start at 1st Yel. Anchor(2/2) piranhao:0:4E0A:88:000:Start at 2nd Yel. Anchor piranhao:0:4E13:0B:500:Start at 2nd Yel. Anchor(2/2) piranhao:0:0000:00:999:[ ------- Practice Levels ------ ] piranhao:0:4E13:00:000:Practice 1st Crab piranhao:0:4E13:01:000:Practice 2nd Crab piranhao:0:4E13:02:000:Practice 1st Fish piranhao:0:4E13:03:000:Practice 2nd Fish piranhao:0:4E13:04:000:Practice 1st Red Anchor piranhao:0:4E13:05:000:Practice 2nd Red Anchor piranhao:0:4E13:06:000:Practice 1st Cyan Whale piranhao:0:4E13:07:000:Practice 2nd Cyan Whale piranhao:0:4E13:08:000:Practice 1st Blue Whale piranhao:0:4E13:09:000:Practice 2nd Blue Whale piranhao:0:4E13:0A:000:Practice 1st Yellow Anchor piranhao:0:4E13:0B:000:Practice 2nd Yellow Anchor piranhao:0:4E13:FF:000:Split-Screen (Unplayable) piranhao:0:4E13:FE:000:No maze or dots(Unfinishable) piranhao:0:0000:00:999:[ ------- Practice Speeds ------ ] piranhao:0:4DBD:00:000:Stay blue until eaten piranhao:0:4DBE:00:500:Stay blue until eaten (2/2) piranhao:0:4DBD:58:000:Slow changeback piranhao:0:4DBE:02:500:Slow changeback (2/2) piranhao:0:4DBD:68:000:Moderate changeback piranhao:0:4DBE:01:500:Moderate changeback (2/2) piranhao:0:4DBD:F0:000:Quick changeback piranhao:0:4DBE:00:500:Quick changeback (2/2) piranhao:0:4DBD:78:000:Lightning changeback piranhao:0:4DBE:00:500:Lightning changeback (2/2) piranhao:0:4DBD:01:000:No change to blue piranhao:0:4DBE:00:500:No change to blue (2/2) piranhao:0:0000:00:999:[ -------- Ghost Status -------- ] piranhao:0:4DA7:01:000:Red always blue piranhao:0:4DA8:01:000:Pink always blue piranhao:0:4DA9:01:000:Green always blue piranhao:0:4DAA:01:000:Orange always blue piranhao:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Pirates ] pirates:0:10A5E5:18:000:Infinite Lives PL1 pirates:0:10A5E7:63:000:Infinite Bombs PL1 :pirates:00100000:10A5F0:00000101:FFFFFFFF:Invincibility "ON" PL1 :pirates:00100001:10A5F0:00000000:FFFFFFFF:Invincibility "OFF" PL1 pirates:0:10A623:18:000:Infinite Lives PL2 pirates:0:10A625:63:000:Infinite Bombs PL2 :pirates:00100000:10A62E:00000101:FFFFFFFF:Invincibility "ON" PL2 :pirates:00100001:10A62E:00000000:FFFFFFFF:Invincibility "OFF" PL2 ; [ Pirate Treasure ] piratetr:0:0123:08:000:Infinite Lives PL1 piratetr:0:0134:08:000:Infinite Lives PL2 ; [ Pirate Pete ] piratpet:0:842F:99:000:Infinite Time piratpet:0:8426:1F:000:Infinite Lives PL1 piratpet:0:8427:1F:000:Infinite Lives PL2 ; [ Pisces ] :pisces:00000000:4110:00000003:FFFFFFFF:Infinite Lives :pisces:00000000:5160:00000069:FFFFFFFF:Infinite Fuel :pisces:20800000:049C:000000C3:FFFFFFFF:Invincibility :pisces:20810000:0ED8:000000C3:FFFFFFFF:Invincibility (2/5):1st = Enemy, 2nd = Fire :pisces:20810000:1A86:000000C9:FFFFFFFF:Invincibility (3/5):Scenery (Scene 3). You can't move until finish docking though :pisces:20810000:1D81:000000C9:FFFFFFFF:Invincibility (4/5):Asteroid (Scene 3) :pisces:20810000:2548:000000C3:FFFFFFFF:Invincibility (5/5):Boss (Scene 4) :pisces:00000000:407B:00000000:FFFFFFFF:Rapid Fire :pisces:00000000:4113:00000003:FFFFFFFF:Always Have Triple Shot :pisces:20800100:05F6:00000008:FFFFFFFF:Select Bullet Speed:Default = 0x06 ; [ Pisces (bootleg) ] :piscesb:00000000:4110:00000003:FFFFFFFF:Infinite Lives :piscesb:00000000:5160:00000069:FFFFFFFF:Infinite Fuel :piscesb:20800000:049C:000000C3:FFFFFFFF:Invincibility :piscesb:20810000:0ED8:000000C3:FFFFFFFF:Invincibility (2/5):1st = Enemy, 2nd = Fire :piscesb:20810000:1A86:000000C9:FFFFFFFF:Invincibility (3/5):Scenery (Scene 3). You can't move until finish docking though :piscesb:20810000:1D81:000000C9:FFFFFFFF:Invincibility (4/5):Asteroid (Scene 3) :piscesb:20810000:2548:000000C3:FFFFFFFF:Invincibility (5/5):Boss (Scene 4) :piscesb:00000000:407B:00000000:FFFFFFFF:Rapid Fire :piscesb:00000000:4113:00000003:FFFFFFFF:Always Have Triple Shot :piscesb:20800100:05F6:00000008:FFFFFFFF:Select Bullet Speed:Default = 0x06 ; [ Pistol Daimyo no Bouken (Japan) ] pistoldm:0:0320:05:000:Infinite Lives pistoldm:0:022D:39:000:Invincibility pistoldm:0:0314:01:000:Always have Wooden Armour pistoldm:0:0314:02:000:Always have Metal Armour pistoldm:0:0314:01:001:Get Wooden Armour Now! pistoldm:0:0314:02:001:Get Metal Armour Now! pistoldm:0:2211:01:001:One hit to kill Boss Now! pistoldm:0:2591:01:001:One hit to kill last BossNow! pistoldm:0:0000:00:999:[Use the Select current ] pistoldm:0:0000:00:999:[round cheat for best effect] pistoldm:0:0000:00:999:[on the course select screen] pistoldm:0:0313:15:071:Select current round pistoldm:0:0000:00:999:[ ] pistoldm:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Pit Boss ] pitboss:0:0000:00:999:[ This game hasn't even ]:REASON 11 pitboss:0:0000:00:999:[ been looked at due to ]:REASON 11 pitboss:0:0000:00:999:[ time constraints - Too]:REASON 11 pitboss:0:0000:00:999:[ many games and so ]:REASON 11 pitboss:0:0000:00:999:[ little time. It is ]:REASON 11 pitboss:0:0000:00:999:[ even possible that ]:REASON 11 pitboss:0:0000:00:999:[ this game may be a ]:REASON 11 pitboss:0:0000:00:999:[ clone of an existing ]:REASON 11 pitboss:0:0000:00:999:[ game which may have ]:REASON 11 pitboss:0:0000:00:999:[ cheats. Please search ]:REASON 11 pitboss:0:0000:00:999:[ the cheat forums ]:REASON 11 pitboss:0:0000:00:999:[ before posting cheat ]:REASON 11 pitboss:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pitfall II ] pitfall2:0:C461:3B:008:Infinite Time :pitfall2:20900000:1694:00001696:FFFFFFFF:No Sprite to Sprite Collisions:Lava pits and pools still kill (will look at this cheat again at some time to fix that) pitfall2:0:C121:09:000:Infinite Lives PL1 pitfall2:0:C122:09:000:Infinite Lives PL2 ; [ Pitfall II (not encrypted) ] pitfallu:0:C461:3B:008:Infinite Time :pitfallu:20A00000:2C9B:00000000:FFFFFFFF:Invincibility:Watch out whilst riding the wagons (squeezed or crashing in it) and falling on spikes though that's still deadly pitfallu:0:C121:09:000:Infinite Lives PL1 pitfallu:0:C122:09:000:Infinite Lives PL2 ; [ Pit Fighter (rev 3) ] pitfigh3:0:FFC49A:00:000:Infinite Time pitfigh3:0:FFC49B:00:500:Infinite Time (2/2) pitfigh3:0:FFEDB2:00:001:One hit for enemy Now! pitfigh3:0:FFEDB3:01:501:One hit for enemy Now! (2/2) pitfigh3:0:FFEAAC:00:000:Infinite Energy PL1 pitfigh3:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2) pitfigh3:0:FFEAAC:00:000:Always have No Energy PL1 pitfigh3:0:FFEAAD:01:500:Always have No Energy PL1 (2/2) pitfigh3:0:FFEAAC:00:001:Drain All Energy Now! PL1 pitfigh3:0:FFEAAD:01:501:Drain All Energy Now! PL1 pitfigh3:0:FFEBAE:00:000:Infinite Energy PL2 pitfigh3:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2) pitfigh3:0:FFEBAE:00:000:Always have No Energy PL2 pitfigh3:0:FFEBAF:01:500:Always have No Energy PL2 (2/2) pitfigh3:0:FFEBAE:00:001:Drain All Energy Now! PL2 pitfigh3:0:FFEBAF:01:501:Drain All Energy Now! PL2 pitfigh3:0:FFECB0:00:000:Infinite Energy PL3 pitfigh3:0:FFECB1:A0:500:Infinite Energy PL3 (2/2) pitfigh3:0:FFECB0:00:000:Always have No Energy PL3 pitfigh3:0:FFECB1:01:500:Always have No Energy PL3 (2/2) pitfigh3:0:FFECB0:00:001:Drain All Energy Now! PL3 pitfigh3:0:FFECB1:01:501:Drain All Energy Now! PL3 ; [ Pit Fighter (rev 4) ] pitfigh4:0:FFC49A:00:000:Infinite Time pitfigh4:0:FFC49B:00:500:Infinite Time (2/2) pitfigh4:0:FFEDB2:00:001:One hit for enemy Now! pitfigh4:0:FFEDB3:01:501:One hit for enemy Now! (2/2) pitfigh4:0:FFEAAC:00:000:Infinite Energy PL1 pitfigh4:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2) pitfigh4:0:FFEAAC:00:000:Always have No Energy PL1 pitfigh4:0:FFEAAD:01:500:Always have No Energy PL1 (2/2) pitfigh4:0:FFEAAC:00:001:Drain All Energy Now! PL1 pitfigh4:0:FFEAAD:01:501:Drain All Energy Now! PL1 pitfigh4:0:FFEBAE:00:000:Infinite Energy PL2 pitfigh4:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2) pitfigh4:0:FFEBAE:00:000:Always have No Energy PL2 pitfigh4:0:FFEBAF:01:500:Always have No Energy PL2 (2/2) pitfigh4:0:FFEBAE:00:001:Drain All Energy Now! PL2 pitfigh4:0:FFEBAF:01:501:Drain All Energy Now! PL2 pitfigh4:0:FFECB0:00:000:Infinite Energy PL3 pitfigh4:0:FFECB1:A0:500:Infinite Energy PL3 (2/2) pitfigh4:0:FFECB0:00:000:Always have No Energy PL3 pitfigh4:0:FFECB1:01:500:Always have No Energy PL3 (2/2) pitfigh4:0:FFECB0:00:001:Drain All Energy Now! PL3 pitfigh4:0:FFECB1:01:501:Drain All Energy Now! PL3 ; [ Pit Fighter (bootleg) ] pitfighb:0:FFC49A:00:000:Infinite Time pitfighb:0:FFC49B:00:500:Infinite Time (2/2) pitfighb:0:FFEDB2:00:001:One hit for enemy Now! pitfighb:0:FFEDB3:01:501:One hit for enemy Now! (2/2) pitfighb:0:FFEAAC:00:000:Infinite Energy PL1 pitfighb:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2) pitfighb:0:FFEAAC:00:000:Always have No Energy PL1 pitfighb:0:FFEAAD:01:500:Always have No Energy PL1 (2/2) pitfighb:0:FFEAAC:00:001:Drain All Energy Now! PL1 pitfighb:0:FFEAAD:01:501:Drain All Energy Now! PL1 pitfighb:0:FFEBAE:00:000:Infinite Energy PL2 pitfighb:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2) pitfighb:0:FFEBAE:00:000:Always have No Energy PL2 pitfighb:0:FFEBAF:01:500:Always have No Energy PL2 (2/2) pitfighb:0:FFEBAE:00:001:Drain All Energy Now! PL2 pitfighb:0:FFEBAF:01:501:Drain All Energy Now! PL2 pitfighb:0:FFECB0:00:000:Infinite Energy PL3 pitfighb:0:FFECB1:A0:500:Infinite Energy PL3 (2/2) pitfighb:0:FFECB0:00:000:Always have No Energy PL3 pitfighb:0:FFECB1:01:500:Always have No Energy PL3 (2/2) pitfighb:0:FFECB0:00:001:Drain All Energy Now! PL3 pitfighb:0:FFECB1:01:501:Drain All Energy Now! PL3 ; [ Pit Fighter (Japan, 2 players) ] pitfighj:0:FFE549:00:000:Infinite Time pitfighj:0:FFE548:00:500:Infinite Time (2/2) pitfighj:0:FFEDB2:00:001:Beat Enemy 1 Now! pitfighj:0:FFEDB3:00:501:Beat Enemy 1 Now! (2/2) pitfighj:0:FFEFB6:00:001:Beat Enemy 2 Now! pitfighj:0:FFEFB7:00:501:Beat Enemy 2 Now! (2/2) pitfighj:0:FFEAAC:00:000:Infinite Energy PL1 pitfighj:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2) pitfighj:0:FFEAAC:00:001:Drain All Energy Now! PL1 pitfighj:0:FFEAAD:01:501:Drain All Energy Now! PL1 pitfighj:0:FFECB0:00:000:Infinite Energy PL2 pitfighj:0:FFECB1:A0:500:Infinite Energy PL2 (2/2) pitfighj:0:FFECB0:00:001:Drain All Energy Now! PL2 pitfighj:0:FFECB1:01:501:Drain All Energy Now! PL2 ; [ Pit Fighter (rev 5) ] pitfight:0:0000:00:999:[ This game hasn't even ]:REASON 11 pitfight:0:0000:00:999:[ been looked at due to ]:REASON 11 pitfight:0:0000:00:999:[ time constraints - Too]:REASON 11 pitfight:0:0000:00:999:[ many games and so ]:REASON 11 pitfight:0:0000:00:999:[ little time. It is ]:REASON 11 pitfight:0:0000:00:999:[ even possible that ]:REASON 11 pitfight:0:0000:00:999:[ this game may be a ]:REASON 11 pitfight:0:0000:00:999:[ clone of an existing ]:REASON 11 pitfight:0:0000:00:999:[ game which may have ]:REASON 11 pitfight:0:0000:00:999:[ cheats. Please search ]:REASON 11 pitfight:0:0000:00:999:[ the cheat forums ]:REASON 11 pitfight:0:0000:00:999:[ before posting cheat ]:REASON 11 pitfight:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pit & Run (set 1) ] pitnrun:0:8073:09:000:Infinite Credits :pitnrun:00100000:84C1:00000000:FFFFFFFF:Infinite Time pitnrun:0:8492:99:000:Infinite Fuel :pitnrun:00100000:8110:00009999:FFFFFFFF:Infinite Gasoline pitnrun:0:84F6:0A:000:Always on Final Lap pitnrun:0:8190:01:001:Goal Now! pitnrun:0:8192:01:001:Retire Now! pitnrun:0:8442:00:000:Run Out Of Road:This cheat is incomplete as you can still suddenly retire and the retire cheat has ne effect pitnrun:0:0000:00:999:[ See the Dip Switch Menu to ] pitnrun:0:0000:00:999:[ enable Invincibility. ] :pitnrun:00000300:8201:000000FF:FFFFFFFF:Select Course PL1 :pitnrun:00000300:8202:00000003:FFFFFFFF:Select Trial PL1 :pitnrun:00000300:8101:000000FF:FFFFFFFF:Select Course PL2 :pitnrun:00000300:8102:00000003:FFFFFFFF:Select Trial PL2 ; [ Pit & Run (set 2) ] pitnruna:0:8073:09:000:Infinite Credits :pitnruna:00100000:84C1:00000000:FFFFFFFF:Infinite Time pitnruna:0:8492:99:000:Infinite Fuel :pitnruna:00100000:8110:00009999:FFFFFFFF:Infinite Gasoline pitnruna:0:84F6:0A:000:Always on Final Lap pitnruna:0:8190:01:001:Goal Now! pitnruna:0:8192:01:001:Retire Now! pitnruna:0:8442:00:000:Run Out Of Road:This cheat is incomplete as you can still suddenly retire and the retire cheat has ne effect pitnruna:0:0000:00:999:[ See the Dip Switch Menu to ] pitnruna:0:0000:00:999:[ enable Invincibility. ] :pitnruna:00000300:8201:000000FF:FFFFFFFF:Select Course PL1 :pitnruna:00000300:8202:00000003:FFFFFFFF:Select Trial PL1 :pitnruna:00000300:8101:000000FF:FFFFFFFF:Select Course PL2 :pitnruna:00000300:8102:00000003:FFFFFFFF:Select Trial PL2 ; [ Pachinko Gindama Shoubu (Japan) ] pkgnsh:0:0000:00:999:[ This game hasn't even ]:REASON 11 pkgnsh:0:0000:00:999:[ been looked at due to ]:REASON 11 pkgnsh:0:0000:00:999:[ time constraints - Too]:REASON 11 pkgnsh:0:0000:00:999:[ many games and so ]:REASON 11 pkgnsh:0:0000:00:999:[ little time. It is ]:REASON 11 pkgnsh:0:0000:00:999:[ even possible that ]:REASON 11 pkgnsh:0:0000:00:999:[ this game may be a ]:REASON 11 pkgnsh:0:0000:00:999:[ clone of an existing ]:REASON 11 pkgnsh:0:0000:00:999:[ game which may have ]:REASON 11 pkgnsh:0:0000:00:999:[ cheats. Please search ]:REASON 11 pkgnsh:0:0000:00:999:[ the cheat forums ]:REASON 11 pkgnsh:0:0000:00:999:[ before posting cheat ]:REASON 11 pkgnsh:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pachinko Gindama Shoubu DX (Japan) ] pkgnshdx:0:0000:00:999:[ This game hasn't even ]:REASON 11 pkgnshdx:0:0000:00:999:[ been looked at due to ]:REASON 11 pkgnshdx:0:0000:00:999:[ time constraints - Too]:REASON 11 pkgnshdx:0:0000:00:999:[ many games and so ]:REASON 11 pkgnshdx:0:0000:00:999:[ little time. It is ]:REASON 11 pkgnshdx:0:0000:00:999:[ even possible that ]:REASON 11 pkgnshdx:0:0000:00:999:[ this game may be a ]:REASON 11 pkgnshdx:0:0000:00:999:[ clone of an existing ]:REASON 11 pkgnshdx:0:0000:00:999:[ game which may have ]:REASON 11 pkgnshdx:0:0000:00:999:[ cheats. Please search ]:REASON 11 pkgnshdx:0:0000:00:999:[ the cheat forums ]:REASON 11 pkgnshdx:0:0000:00:999:[ before posting cheat ]:REASON 11 pkgnshdx:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Poker Ladies (Leprechaun ver. 510) ] pkladiel:0:E703:09:000:Infinite Points pkladiel:0:E704:09:500:Infinite Points (2/5) pkladiel:0:E705:09:500:Infinite Points (3/5) pkladiel:0:E706:09:500:Infinite Points (4/5) pkladiel:0:E707:09:500:Infinite Points (5/5) pkladiel:0:E70F:09:000:Infinite Hands pkladiel:0:0000:00:999:[ Back card must be visible ] pkladiel:0:0000:00:999:[when you activate the codes] pkladiel:0:E220:09:001:Get RF - 5000 pts Now! pkladiel:0:E200:31:501:Get RF - 5000 pts Now! (2/6) pkladiel:0:E201:3D:501:Get RF - 5000 pts Now! (3/6) pkladiel:0:E202:3C:501:Get RF - 5000 pts Now! (4/6) pkladiel:0:E203:3B:501:Get RF - 5000 pts Now! (5/6) pkladiel:0:E204:3A:501:Get RF - 5000 pts Now! (6/6) pkladiel:0:E220:08:001:Get SF - 2000 pts Now! pkladiel:0:E200:16:501:Get SF - 2000 pts Now! (2/6) pkladiel:0:E201:17:501:Get SF - 2000 pts Now! (3/6) pkladiel:0:E202:18:501:Get SF - 2000 pts Now! (4/6) pkladiel:0:E203:19:501:Get SF - 2000 pts Now! (5/6) pkladiel:0:E204:1A:501:Get SF - 2000 pts Now! (6/6) pkladiel:0:E220:07:001:Get FK - 1000 pts Now! pkladiel:0:E200:14:501:Get FK - 1000 pts Now! (2/6) pkladiel:0:E201:24:501:Get FK - 1000 pts Now! (3/6) pkladiel:0:E202:34:501:Get FK - 1000 pts Now! (4/6) pkladiel:0:E203:44:501:Get FK - 1000 pts Now! (5/6) pkladiel:0:E204:27:501:Get FK - 1000 pts Now! (6/6) pkladiel:0:E220:06:001:Get FH - 700 pts Now! pkladiel:0:E200:29:501:Get FH - 700 pts Now! (2/6) pkladiel:0:E201:49:501:Get FH - 700 pts Now! (3/6) pkladiel:0:E202:18:501:Get FH - 700 pts Now! (4/6) pkladiel:0:E203:28:501:Get FH - 700 pts Now! (5/6) pkladiel:0:E204:38:501:Get FH - 700 pts Now! (6/6) pkladiel:0:E220:05:001:Get FL - 500 pts Now! pkladiel:0:E200:2C:501:Get FL - 500 pts Now! (2/6) pkladiel:0:E201:2B:501:Get FL - 500 pts Now! (3/6) pkladiel:0:E202:27:501:Get FL - 500 pts Now! (4/6) pkladiel:0:E203:25:501:Get FL - 500 pts Now! (5/6) pkladiel:0:E204:22:501:Get FL - 500 pts Now! (6/6) pkladiel:0:E220:04:001:Get ST - 300 pts Now! pkladiel:0:E200:37:501:Get ST - 300 pts Now! (2/6) pkladiel:0:E201:26:501:Get ST - 300 pts Now! (3/6) pkladiel:0:E202:45:501:Get ST - 300 pts Now! (4/6) pkladiel:0:E203:44:501:Get ST - 300 pts Now! (5/6) pkladiel:0:E204:23:501:Get ST - 300 pts Now! (6/6) pkladiel:0:E220:03:001:Get TK - 200 pts Now! pkladiel:0:E200:12:501:Get TK - 200 pts Now! (2/6) pkladiel:0:E201:32:501:Get TK - 200 pts Now! (3/6) pkladiel:0:E202:42:501:Get TK - 200 pts Now! (4/6) pkladiel:0:E203:4B:501:Get TK - 200 pts Now! (5/6) pkladiel:0:E204:1A:501:Get TK - 200 pts Now! (6/6) pkladiel:0:E220:02:001:Get TP - 100 pts Now! pkladiel:0:E200:25:501:Get TP - 100 pts Now! (2/6) pkladiel:0:E201:35:501:Get TP - 100 pts Now! (3/6) pkladiel:0:E202:13:501:Get TP - 100 pts Now! (4/6) pkladiel:0:E203:43:501:Get TP - 100 pts Now! (5/6) pkladiel:0:E204:29:501:Get TP - 100 pts Now! (6/6) pkladiel:0:E220:01:001:Get JB - 50 pts Now! pkladiel:0:E200:1D:501:Get JB - 50 pts Now! (2/6) pkladiel:0:E201:4D:501:Get JB - 50 pts Now! (3/6) pkladiel:0:E202:1C:501:Get JB - 50 pts Now! (4/6) pkladiel:0:E203:28:501:Get JB - 50 pts Now! (5/6) pkladiel:0:E204:36:501:Get JB - 50 pts Now! (6/6) ; [ Poker Ladies ] pkladies:0:E703:09:000:Infinite Points pkladies:0:E704:09:500:Infinite Points (2/5) pkladies:0:E705:09:500:Infinite Points (3/5) pkladies:0:E706:09:500:Infinite Points (4/5) pkladies:0:E707:09:500:Infinite Points (5/5) pkladies:0:E70F:09:000:Infinite Hands pkladies:0:0000:00:999:[ Back card must be visible ] pkladies:0:0000:00:999:[when you activate the codes] pkladies:0:E220:09:001:Get RF - 5000 pts Now! pkladies:0:E200:31:501:Get RF - 5000 pts Now! (2/6) pkladies:0:E201:3D:501:Get RF - 5000 pts Now! (3/6) pkladies:0:E202:3C:501:Get RF - 5000 pts Now! (4/6) pkladies:0:E203:3B:501:Get RF - 5000 pts Now! (5/6) pkladies:0:E204:3A:501:Get RF - 5000 pts Now! (6/6) pkladies:0:E220:08:001:Get SF - 2000 pts Now! pkladies:0:E200:16:501:Get SF - 2000 pts Now! (2/6) pkladies:0:E201:17:501:Get SF - 2000 pts Now! (3/6) pkladies:0:E202:18:501:Get SF - 2000 pts Now! (4/6) pkladies:0:E203:19:501:Get SF - 2000 pts Now! (5/6) pkladies:0:E204:1A:501:Get SF - 2000 pts Now! (6/6) pkladies:0:E220:07:001:Get FK - 1000 pts Now! pkladies:0:E200:14:501:Get FK - 1000 pts Now! (2/6) pkladies:0:E201:24:501:Get FK - 1000 pts Now! (3/6) pkladies:0:E202:34:501:Get FK - 1000 pts Now! (4/6) pkladies:0:E203:44:501:Get FK - 1000 pts Now! (5/6) pkladies:0:E204:27:501:Get FK - 1000 pts Now! (6/6) pkladies:0:E220:06:001:Get FH - 700 pts Now! pkladies:0:E200:29:501:Get FH - 700 pts Now! (2/6) pkladies:0:E201:49:501:Get FH - 700 pts Now! (3/6) pkladies:0:E202:18:501:Get FH - 700 pts Now! (4/6) pkladies:0:E203:28:501:Get FH - 700 pts Now! (5/6) pkladies:0:E204:38:501:Get FH - 700 pts Now! (6/6) pkladies:0:E220:05:001:Get FL - 500 pts Now! pkladies:0:E200:2C:501:Get FL - 500 pts Now! (2/6) pkladies:0:E201:2B:501:Get FL - 500 pts Now! (3/6) pkladies:0:E202:27:501:Get FL - 500 pts Now! (4/6) pkladies:0:E203:25:501:Get FL - 500 pts Now! (5/6) pkladies:0:E204:22:501:Get FL - 500 pts Now! (6/6) pkladies:0:E220:04:001:Get ST - 300 pts Now! pkladies:0:E200:37:501:Get ST - 300 pts Now! (2/6) pkladies:0:E201:26:501:Get ST - 300 pts Now! (3/6) pkladies:0:E202:45:501:Get ST - 300 pts Now! (4/6) pkladies:0:E203:44:501:Get ST - 300 pts Now! (5/6) pkladies:0:E204:23:501:Get ST - 300 pts Now! (6/6) pkladies:0:E220:03:001:Get TK - 200 pts Now! pkladies:0:E200:12:501:Get TK - 200 pts Now! (2/6) pkladies:0:E201:32:501:Get TK - 200 pts Now! (3/6) pkladies:0:E202:42:501:Get TK - 200 pts Now! (4/6) pkladies:0:E203:4B:501:Get TK - 200 pts Now! (5/6) pkladies:0:E204:1A:501:Get TK - 200 pts Now! (6/6) pkladies:0:E220:02:001:Get TP - 100 pts Now! pkladies:0:E200:25:501:Get TP - 100 pts Now! (2/6) pkladies:0:E201:35:501:Get TP - 100 pts Now! (3/6) pkladies:0:E202:13:501:Get TP - 100 pts Now! (4/6) pkladies:0:E203:43:501:Get TP - 100 pts Now! (5/6) pkladies:0:E204:29:501:Get TP - 100 pts Now! (6/6) pkladies:0:E220:01:001:Get JB - 50 pts Now! pkladies:0:E200:1D:501:Get JB - 50 pts Now! (2/6) pkladies:0:E201:4D:501:Get JB - 50 pts Now! (3/6) pkladies:0:E202:1C:501:Get JB - 50 pts Now! (4/6) pkladies:0:E203:28:501:Get JB - 50 pts Now! (5/6) pkladies:0:E204:36:501:Get JB - 50 pts Now! (6/6) ; [ Poker Ladies (Leprechaun ver. 401) ] pkladila:0:E703:09:000:Infinite Points pkladila:0:E704:09:500:Infinite Points (2/5) pkladila:0:E705:09:500:Infinite Points (3/5) pkladila:0:E706:09:500:Infinite Points (4/5) pkladila:0:E707:09:500:Infinite Points (5/5) pkladila:0:E70F:09:000:Infinite Hands pkladila:0:0000:00:999:[ Back card must be visible ] pkladila:0:0000:00:999:[when you activate the codes] pkladila:0:E220:09:001:Get RF - 5000 pts Now! pkladila:0:E200:31:501:Get RF - 5000 pts Now! (2/6) pkladila:0:E201:3D:501:Get RF - 5000 pts Now! (3/6) pkladila:0:E202:3C:501:Get RF - 5000 pts Now! (4/6) pkladila:0:E203:3B:501:Get RF - 5000 pts Now! (5/6) pkladila:0:E204:3A:501:Get RF - 5000 pts Now! (6/6) pkladila:0:E220:08:001:Get SF - 2000 pts Now! pkladila:0:E200:16:501:Get SF - 2000 pts Now! (2/6) pkladila:0:E201:17:501:Get SF - 2000 pts Now! (3/6) pkladila:0:E202:18:501:Get SF - 2000 pts Now! (4/6) pkladila:0:E203:19:501:Get SF - 2000 pts Now! (5/6) pkladila:0:E204:1A:501:Get SF - 2000 pts Now! (6/6) pkladila:0:E220:07:001:Get FK - 1000 pts Now! pkladila:0:E200:14:501:Get FK - 1000 pts Now! (2/6) pkladila:0:E201:24:501:Get FK - 1000 pts Now! (3/6) pkladila:0:E202:34:501:Get FK - 1000 pts Now! (4/6) pkladila:0:E203:44:501:Get FK - 1000 pts Now! (5/6) pkladila:0:E204:27:501:Get FK - 1000 pts Now! (6/6) pkladila:0:E220:06:001:Get FH - 700 pts Now! pkladila:0:E200:29:501:Get FH - 700 pts Now! (2/6) pkladila:0:E201:49:501:Get FH - 700 pts Now! (3/6) pkladila:0:E202:18:501:Get FH - 700 pts Now! (4/6) pkladila:0:E203:28:501:Get FH - 700 pts Now! (5/6) pkladila:0:E204:38:501:Get FH - 700 pts Now! (6/6) pkladila:0:E220:05:001:Get FL - 500 pts Now! pkladila:0:E200:2C:501:Get FL - 500 pts Now! (2/6) pkladila:0:E201:2B:501:Get FL - 500 pts Now! (3/6) pkladila:0:E202:27:501:Get FL - 500 pts Now! (4/6) pkladila:0:E203:25:501:Get FL - 500 pts Now! (5/6) pkladila:0:E204:22:501:Get FL - 500 pts Now! (6/6) pkladila:0:E220:04:001:Get ST - 300 pts Now! pkladila:0:E200:37:501:Get ST - 300 pts Now! (2/6) pkladila:0:E201:26:501:Get ST - 300 pts Now! (3/6) pkladila:0:E202:45:501:Get ST - 300 pts Now! (4/6) pkladila:0:E203:44:501:Get ST - 300 pts Now! (5/6) pkladila:0:E204:23:501:Get ST - 300 pts Now! (6/6) pkladila:0:E220:03:001:Get TK - 200 pts Now! pkladila:0:E200:12:501:Get TK - 200 pts Now! (2/6) pkladila:0:E201:32:501:Get TK - 200 pts Now! (3/6) pkladila:0:E202:42:501:Get TK - 200 pts Now! (4/6) pkladila:0:E203:4B:501:Get TK - 200 pts Now! (5/6) pkladila:0:E204:1A:501:Get TK - 200 pts Now! (6/6) pkladila:0:E220:02:001:Get TP - 100 pts Now! pkladila:0:E200:25:501:Get TP - 100 pts Now! (2/6) pkladila:0:E201:35:501:Get TP - 100 pts Now! (3/6) pkladila:0:E202:13:501:Get TP - 100 pts Now! (4/6) pkladila:0:E203:43:501:Get TP - 100 pts Now! (5/6) pkladila:0:E204:29:501:Get TP - 100 pts Now! (6/6) pkladila:0:E220:01:001:Get JB - 50 pts Now! pkladila:0:E200:1D:501:Get JB - 50 pts Now! (2/6) pkladila:0:E201:4D:501:Get JB - 50 pts Now! (3/6) pkladila:0:E202:1C:501:Get JB - 50 pts Now! (4/6) pkladila:0:E203:28:501:Get JB - 50 pts Now! (5/6) pkladila:0:E204:36:501:Get JB - 50 pts Now! (6/6) ; [ PK Scramble ] pkscram:0:0000:00:999:[ This game hasn't even ]:REASON 11 pkscram:0:0000:00:999:[ been looked at due to ]:REASON 11 pkscram:0:0000:00:999:[ time constraints - Too]:REASON 11 pkscram:0:0000:00:999:[ many games and so ]:REASON 11 pkscram:0:0000:00:999:[ little time. It is ]:REASON 11 pkscram:0:0000:00:999:[ even possible that ]:REASON 11 pkscram:0:0000:00:999:[ this game may be a ]:REASON 11 pkscram:0:0000:00:999:[ clone of an existing ]:REASON 11 pkscram:0:0000:00:999:[ game which may have ]:REASON 11 pkscram:0:0000:00:999:[ cheats. Please search ]:REASON 11 pkscram:0:0000:00:999:[ the cheat forums ]:REASON 11 pkscram:0:0000:00:999:[ before posting cheat ]:REASON 11 pkscram:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pocket Gal Deluxe (Euro v3.00, bootleg) ] :pktgaldb:00000000:174044:00000099:000000FF:Infinite Credits :pktgaldb:00100000:174102:00009999:FFFFFFFF:Infinite Time :pktgaldb:00000000:17C094:00000009:FFFFFFFF:Infinite Lives [SOLO]:For 1 Player Game Only ; [ Pocket Gal Deluxe (Japan v3.00) ] :pktgaldj:00000000:174044:00000099:000000FF:Infinite Credits :pktgaldj:00100000:174102:00009999:FFFFFFFF:Infinite Time :pktgaldj:00000000:17C094:00000009:FFFFFFFF:Infinite Lives [SOLO]:For 1 Player Game Only ; [ Pocket Gal Deluxe (Euro v3.00) ] :pktgaldx:00000000:174044:00000099:000000FF:Infinite Credits :pktgaldx:00100000:174102:00009999:FFFFFFFF:Infinite Time :pktgaldx:00000000:17C094:00000009:FFFFFFFF:Infinite Lives [SOLO]:For 1 Player Game Only ; [ Penguin-Kun Wars (US) ] pkunwar:0:C346:59:000:Infinite Time :pkunwar:20800000:522B:0000002D:FFFFFFFF:Invincibility pkunwar:0:C346:01:001:Finish Level Now! pkunwar:0:0000:00:999:[These Ball cheats are not ] pkunwar:0:0000:00:999:[visual they only effect the] pkunwar:0:0000:00:999:[the ball count in memory. ] pkunwar:0:C398:05:000:Enemy always has 5 Balls pkunwar:0:C399:05:000:Player always has 5 Balls pkunwar:0:0000:00:999:[You should only use these ] pkunwar:0:0000:00:999:["Win Now!" cheats once a ] pkunwar:0:0000:00:999:[ball has bee kicked! ] pkunwar:0:C346:01:001:Player Win Now! pkunwar:0:C398:0A:501:Player Win Now! (2/2) pkunwar:0:C346:01:001:Enemy Win Now! pkunwar:0:C399:0A:501:Enemy Win Now! (2/2) :pkunwar:20900000:1112:00000D18:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Penguin-Kun Wars (Japan) ] pkunwarj:0:C346:59:000:Infinite Time :pkunwarj:20800000:526E:00000070:FFFFFFFF:Invincibility pkunwarj:0:C346:01:001:Finish Level Now! pkunwarj:0:0000:00:999:[These Ball cheats are not ] pkunwarj:0:0000:00:999:[visual they only effect the] pkunwarj:0:0000:00:999:[the ball count in memory. ] pkunwarj:0:C398:05:000:Enemy always has 5 Balls pkunwarj:0:C399:05:000:Player always has 5 Balls pkunwarj:0:0000:00:999:[You should only use these ] pkunwarj:0:0000:00:999:["Win Now!" cheats once a ] pkunwarj:0:0000:00:999:[ball has bee kicked! ] pkunwarj:0:C346:01:001:Player Win Now! pkunwarj:0:C398:0A:501:Player Win Now! (2/2) pkunwarj:0:C346:01:001:Enemy Win Now! pkunwarj:0:C399:0A:501:Enemy Win Now! (2/2) :pkunwarj:20900000:10F3:00000D18:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Vs. Platoon ] platoon:0:0505:99:000:Infinite Credits platoon:0:00BA:00:000:Infinite Hits platoon:0:00E0:24:000:Always have Status 002:Whatever that means? ; [ PlayBall! (prototype) ] playball:0:BF41:06:000:Infinite Lives playball:0:BF33:06:000:Infinite Timeouts ; [ Police Trainer (Rev 1.3B) ] plctr13b:0:00017D17:FF:000:Infinite Time:This is most helpful with the 4-second bomb defusing plctr13b:0:00017D17:00:001:No Time Left Now! plctr13b:0:00017D4B:03:000:Infinite Lives PL1 :plctr13b:00100000:00018D96:0000270F:FFFFFFFF:Infinite Ammo PL1 :plctr13b:00100000:000177C6:0000270F:FFFFFFFF:Always 9999 Score PL1 plctr13b:0:00017D57:03:000:Infinite Lives PL2 :plctr13b:00100000:00018DA6:0000270F:FFFFFFFF:Infinite Ammo PL2 :plctr13b:00100000:000177E2:0000270F:FFFFFFFF:Always 9999 Score PL2 ; [ Gouketsuji Ichizoku Saikyou Densetsu (Japan) ] :plegendj:00100000:40FE48:00009999:FFFFFFFF:Infinite Credits :plegendj:00110000:40FF90:00006363:FFFFFFFF:Infinite Credits (2/2) :plegendj:00000000:40034C:00000099:FFFFFFFF:Infinite Time :plegendj:00000001:40034C:00000000:FFFFFFFF:Finish this Round Now! :plegendj:20800000:04E5B5:00000002:FFFFFFFF:Selectable Ninja-Boy as Leader :plegendj:00000001:400340:00000007:FFFFFFFF:Set Next Stage as VS. Chuck :plegendj:00000000:4007A1:000000E0:FFFFFFFF:Infinite Energy PL1 :plegendj:00000001:4007A1:00000000:FFFFFFFF:Drain All Energy Now! PL1 :plegendj:00000000:4007A7:00000040:00000040:Infinite Power PL1 :plegendj:00010000:4007C5:00000080:FFFFFFFF:Infinite Power PL1 (2/2) :plegendj:00000000:4007A7:00000000:00000040:Always No Power PL1:Don't have this cheat enabled on the Character Selection Screen or the game will crash :plegendj:00010000:4007C5:00000080:FFFFFFFF:Always No Power PL1 (2/2) :plegendj:20B00000:02FD70:4EF9001D:FFFFFFFF:Invincibility (TEST) PL1:You can't use this cheat with Invincibility (TEST) PL2 active at the same time. This cheat hasn't been fully tested, report any problems on the cheat forums :plegendj:20910000:02FD74:000049A8:FFFFFFFF:Invincibility (TEST) PL1 (2/8):1st & 2nd = jmp $1d49a8.l :plegendj:20B10000:1D49A8:0C29000B:FFFFFFFF:Invincibility (TEST) PL1 (3/8):cmpi.b #$0B, ($1a,A1) :plegendj:20B10000:1D49AC:001C670E:FFFFFFFF:Invincibility (TEST) PL1 (4/8):beq $1d49be :plegendj:20B10000:1D49B0:11450066:FFFFFFFF:Invincibility (TEST) PL1 (5/8):move.b D5, ($66,A0) :plegendj:20B10000:1D49B4:11440071:FFFFFFFF:Invincibility (TEST) PL1 (6/8):move.b D4, ($71,A0) :plegendj:20B10000:1D49B8:4EF90002:FFFFFFFF:Invincibility (TEST) PL1 (7/8):jmp $02fd78 :plegendj:20B10000:1D49BC:FD784E75:FFFFFFFF:Invincibility (TEST) PL1 (8/8):ret :plegendj:00000001:40E550:00000040:00000040:Unlock Chuck PL1:Set on character selection screen :plegendj:00000000:40FE03:00000000:00000010:Rapid Fire - Weak Punch PL1 :plegendj:00000000:40FE03:00000000:00000040:Rapid Fire - Strong Punch PL1 :plegendj:00000000:40FE03:00000000:00000020:Rapid Fire - Weak Kick PL1 :plegendj:00000000:40FE03:00000000:00000080:Rapid Fire - Strong Kick PL1 :plegendj:00000000:400BA1:000000E0:FFFFFFFF:Infinite Energy PL2 :plegendj:00000001:400BA1:00000000:FFFFFFFF:Drain All Energy Now! PL2 :plegendj:00000000:400BA7:00000040:00000040:Infinite Power PL2 :plegendj:00010000:400BC5:00000080:FFFFFFFF:Infinite Power PL2 (2/2) :plegendj:00000000:400BA7:00000000:00000040:Always No Power PL2 :plegendj:00010000:400BC5:00000080:FFFFFFFF:Always No Power PL2 (2/2) :plegendj:20B00000:02FD70:4EF9001D:FFFFFFFF:Invincibility (TEST) PL2:You can't use this cheat with Invincibility (TEST) PL1 active at the same time. This cheat hasn't been fully tested, report any problems on the cheat forums :plegendj:20910000:02FD74:000049A8:FFFFFFFF:Invincibility (TEST) PL2 (2/8):1st & 2nd = jmp $1d49a8.l :plegendj:20B10000:1D49A8:0C290007:FFFFFFFF:Invincibility (TEST) PL2 (3/8):cmpi.b #$07, ($1a,A1) :plegendj:20B10000:1D49AC:001C670E:FFFFFFFF:Invincibility (TEST) PL2 (4/8):beq $1d49be :plegendj:20B10000:1D49B0:11450066:FFFFFFFF:Invincibility (TEST) PL2 (5/8):move.b D5, ($66,A0) :plegendj:20B10000:1D49B4:11440071:FFFFFFFF:Invincibility (TEST) PL2 (6/8):move.b D4, ($71,A0) :plegendj:20B10000:1D49B8:4EF90002:FFFFFFFF:Invincibility (TEST) PL2 (7/8):jmp $02fd78 :plegendj:20B10000:1D49BC:FD784E75:FFFFFFFF:Invincibility (TEST) PL2 (8/8):ret :plegendj:00000001:40E560:00000040:00000040:Unlock Chuck PL2:Set on character selection screen :plegendj:00000000:40FE13:00000000:00000010:Rapid Fire - Weak Punch PL2 :plegendj:00000000:40FE13:00000000:00000040:Rapid Fire - Strong Punch PL2 :plegendj:00000000:40FE13:00000000:00000020:Rapid Fire - Weak Kick PL2 :plegendj:00000000:40FE13:00000000:00000080:Rapid Fire - Strong Kick PL2 :plegendj:60000000:000000:00000000:00000000:[ Set Debug Mode then push Service Mode Button. ] :plegendj:60000000:000000:00000000:00000000:[ You can use this mode to play around with the ] :plegendj:60000000:000000:00000000:00000000:[ sounds. And you will get debug items like No ] :plegendj:60000000:000000:00000000:00000000:[ Hit, but the setting will be cleared if you ] :plegendj:60000000:000000:00000000:00000000:[ you use the reset or service mode button to ] :plegendj:60000000:000000:00000000:00000000:[ exit this mode. You must exit the debug mode ] :plegendj:60000000:000000:00000000:00000000:[ by pushing both Start Buttons to enable the ] :plegendj:60000000:000000:00000000:00000000:[ debug setting. ] :plegendj:00000000:40FF09:0000000B:FFFFFFFF:Unlock Debug Mode:You will be able to hear a music in this mode.Sound Code_H is a bank and Sound Code_L is a code. Button 1 is code+1, Button 2 is code-1.Music - Set a code for H as 0x01 then select L. SFX or Voice - Set a code for H as 0x03 - 0x06 then select L. ; [ Power Instinct Legends (USA) ] :plegends:00100000:40FE48:00009999:FFFFFFFF:Infinite Credits :plegends:00110000:40FF90:00006363:FFFFFFFF:Infinite Credits (2/2) :plegends:00000000:40034C:00000099:FFFFFFFF:Infinite Time :plegends:00000001:40034C:00000000:FFFFFFFF:Finish this Round Now! :plegends:20800000:04E5B5:00000002:FFFFFFFF:Selectable Ninja-Boy as Leader :plegends:00000001:400340:00000007:FFFFFFFF:Set Next Stage as VS. Chuck :plegends:00000000:4007A1:000000E0:FFFFFFFF:Infinite Energy PL1 :plegends:00000001:4007A1:00000000:FFFFFFFF:Drain All Energy Now! PL1 :plegends:00000000:4007A7:00000040:00000040:Infinite Power PL1 :plegends:00010000:4007C5:00000080:FFFFFFFF:Infinite Power PL1 (2/2) :plegends:00000000:4007A7:00000000:00000040:Always No Power PL1:Don't have this cheat enabled on the Character Selection Screen or the game will crash :plegends:00010000:4007C5:00000080:FFFFFFFF:Always No Power PL1 (2/2) :plegends:20B00000:02FD70:4EF9001D:FFFFFFFF:Invincibility (TEST) PL1:You can't use this cheat with Invincibility (TEST) PL2 active at the same time. This cheat hasn't been fully tested, report any problems on the cheat forums :plegends:20910000:02FD74:000049A8:FFFFFFFF:Invincibility (TEST) PL1 (2/8):1st & 2nd = jmp $1d49a8.l :plegends:20B10000:1D49A8:0C29000B:FFFFFFFF:Invincibility (TEST) PL1 (3/8):cmpi.b #$0B, ($1a,A1) :plegends:20B10000:1D49AC:001C670E:FFFFFFFF:Invincibility (TEST) PL1 (4/8):beq $1d49be :plegends:20B10000:1D49B0:11450066:FFFFFFFF:Invincibility (TEST) PL1 (5/8):move.b D5, ($66,A0) :plegends:20B10000:1D49B4:11440071:FFFFFFFF:Invincibility (TEST) PL1 (6/8):move.b D4, ($71,A0) :plegends:20B10000:1D49B8:4EF90002:FFFFFFFF:Invincibility (TEST) PL1 (7/8):jmp $02fd78 :plegends:20B10000:1D49BC:FD784E75:FFFFFFFF:Invincibility (TEST) PL1 (8/8):ret :plegends:00000001:40E550:00000040:00000040:Unlock Chuck PL1:Set on character selection screen :plegends:00000000:40FE03:00000000:00000010:Rapid Fire - Weak Punch PL1 :plegends:00000000:40FE03:00000000:00000040:Rapid Fire - Strong Punch PL1 :plegends:00000000:40FE03:00000000:00000020:Rapid Fire - Weak Kick PL1 :plegends:00000000:40FE03:00000000:00000080:Rapid Fire - Strong Kick PL1 :plegends:00000000:400BA1:000000E0:FFFFFFFF:Infinite Energy PL2 :plegends:00000001:400BA1:00000000:FFFFFFFF:Drain All Energy Now! PL2 :plegends:00000000:400BA7:00000040:00000040:Infinite Power PL2 :plegends:00010000:400BC5:00000080:FFFFFFFF:Infinite Power PL2 (2/2) :plegends:00000000:400BA7:00000000:00000040:Always No Power PL2 :plegends:00010000:400BC5:00000080:FFFFFFFF:Always No Power PL2 (2/2) :plegends:20B00000:02FD70:4EF9001D:FFFFFFFF:Invincibility (TEST) PL2:You can't use this cheat with Invincibility (TEST) PL1 active at the same time.This cheat hasn't been fully tested, report any problems on the cheat forums :plegends:20910000:02FD74:000049A8:FFFFFFFF:Invincibility (TEST) PL2 (2/8):1st & 2nd = jmp $1d49a8.l :plegends:20B10000:1D49A8:0C290007:FFFFFFFF:Invincibility (TEST) PL2 (3/8):cmpi.b #$07, ($1a,A1) :plegends:20B10000:1D49AC:001C670E:FFFFFFFF:Invincibility (TEST) PL2 (4/8):beq $1d49be :plegends:20B10000:1D49B0:11450066:FFFFFFFF:Invincibility (TEST) PL2 (5/8):move.b D5, ($66,A0) :plegends:20B10000:1D49B4:11440071:FFFFFFFF:Invincibility (TEST) PL2 (6/8):move.b D4, ($71,A0) :plegends:20B10000:1D49B8:4EF90002:FFFFFFFF:Invincibility (TEST) PL2 (7/8):jmp $02fd78 :plegends:20B10000:1D49BC:FD784E75:FFFFFFFF:Invincibility (TEST) PL2 (8/8):ret :plegends:00000001:40E560:00000040:00000040:Unlock Chuck PL2:Set on character selection screen :plegends:00000000:40FE13:00000000:00000010:Rapid Fire - Weak Punch PL2 :plegends:00000000:40FE13:00000000:00000040:Rapid Fire - Strong Punch PL2 :plegends:00000000:40FE13:00000000:00000020:Rapid Fire - Weak Kick PL2 :plegends:00000000:40FE13:00000000:00000080:Rapid Fire - Strong Kick PL2 :plegends:60000000:000000:00000000:00000000:[ Set Debug Mode then push Service Mode Button. ] :plegends:60000000:000000:00000000:00000000:[ You can use this mode to play around with the ] :plegends:60000000:000000:00000000:00000000:[ sounds. And you will get debug items like No ] :plegends:60000000:000000:00000000:00000000:[ Hit, but the setting will be cleared if you ] :plegends:60000000:000000:00000000:00000000:[ you use the reset or service mode button to ] :plegends:60000000:000000:00000000:00000000:[ exit this mode. You must exit the debug mode ] :plegends:60000000:000000:00000000:00000000:[ by pushing both Start Buttons to enable the ] :plegends:60000000:000000:00000000:00000000:[ debug setting. ] :plegends:00000000:40FF09:0000000B:FFFFFFFF:Unlock Debug Mode:You will be able to hear a music in this mode.Sound Code_H is a bank and Sound Code_L is a code. Button 1 is code+1, Button 2 is code-1.Music - Set a code for H as 0x01 then select L. SFX or Voice - Set a code for H as 0x03 - 0x06 then select L. ; [ Pleiads (bootleg) ] pleiadbl:0:438F:09:000:Infinite Credits pleiadbl:0:43A6:DD:000:Never have shields pleiadbl:0:43A6:00:003:Shield Always Ready pleiadbl:0:0CC4:C9:100:Invincibility pleiadbl:0:4390:09:000:Infinite Lives PL1 pleiadbl:0:4391:09:000:Infinite Lives PL2 ; [ Pleiads (Centuri) ] pleiadce:0:438F:09:000:Infinite Credits pleiadce:0:43A6:DD:000:Never have shields pleiadce:0:43A6:00:003:Shield Always Ready pleiadce:0:0CC4:C9:100:Invincibility pleiadce:0:4390:09:000:Infinite Lives PL1 pleiadce:0:4391:09:000:Infinite Lives PL2 ; [ Pleiads (Tehkan) ] pleiads:0:438F:09:000:Infinite Credits pleiads:0:43A6:DD:000:Never have shields pleiads:0:43A6:00:003:Shield Always Ready pleiads:0:0CC4:C9:100:Invincibility pleiads:0:4390:09:000:Infinite Lives PL1 pleiads:0:4391:09:000:Infinite Lives PL2 ; [ Play Girls ] plgirls:0:8240:99:000:Infinite Credits plgirls:0:8390:99:000:Infinite Lives PL1 plgirls:0:8391:99:000:Infinite Lives PL2 plgirls:0:8226:00:001:Finish this level Now! ; [ Play Girls 2 ] plgirls2:0:8032:99:000:Infinite Credits plgirls2:0:8078:09:000:Infinite Time plgirls2:0:8077:09:500:Infinite Time (2/2) plgirls2:0:86E1:06:000:Infinite Energy plgirls2:0:8079:78:000:Invincibility "ON" plgirls2:0:86E0:40:520:Invincibility "ON" (2/2) plgirls2:0:8079:01:001:Invincibility "OFF" plgirls2:0:86E0:40:541:Invincibility "OFF" (2/2) ; [ Plotting (World set 2) ] plottina:0:860C:3B:000:Infinite Time PL1 plottina:0:860F:04:000:Infinite Wild Blocks PL1 plottina:0:8B0C:3B:000:Infinite Time PL2 plottina:0:8B0F:04:000:Infinite Wild Blocks PL2 ; [ Plotting (World set 1) ] plotting:0:860C:3B:000:Infinite Time PL1 plotting:0:860F:04:000:Infinite Wild Blocks PL1 plotting:0:8B0C:3B:000:Infinite Time PL2 plotting:0:8B0F:04:000:Infinite Wild Blocks PL2 ; [ Plotting (US) ] plottinu:0:860C:3B:000:Infinite Time PL1 plottinu:0:860F:04:000:Infinite Wild Blocks PL1 plottinu:0:8B0C:3B:000:Infinite Time PL2 plottinu:0:8B0F:04:000:Infinite Wild Blocks PL2 ; [ Plasma Sword (USA 980316) ] :plsmaswd:00000000:0030C7B0:00000009:FFFFFFFF:Infinite Credits :plsmaswd:00200000:002FB1F1:00000000:FFFFFFFF:Infinite Play Time :plsmaswd:00001301:002FB1EA:00000007:FFFFFFFF:Select Starting Stage:Enable on the character selection screen plsmaswd:0:002FB1EB:63:000:Infinite Time plsmaswd:0:002FB1EB:00:001:Finish this Round Now! plsmaswd:0:00308054:C8:000:Infinite Energy PL1 plsmaswd:0:00308054:00:001:Drain all Energy Now! PL1 :plsmaswd:00000001:00308055:000000FF:FFFFFFFF:Lose Now! PL1 :plsmaswd:00000000:00307980:00000090:FFFFFFFF:Infinite Power PL1 :plsmaswd:00010000:00307988:00000003:FFFFFFFF:Infinite Power PL1 (2/3) :plsmaswd:00010000:0030798A:00000003:FFFFFFFF:Infinite Power PL1 (3/3) :plsmaswd:00000000:00307980:00000000:FFFFFFFF:Always No Power PL1 :plsmaswd:00010000:00307988:00000000:FFFFFFFF:Always No Power PL1 (2/3) :plsmaswd:00010000:0030798A:00000000:FFFFFFFF:Always No Power PL1 (3/3) :plsmaswd:00000000:00307D67:00000001:00000001:Infinite Plasma Field PL1 :plsmaswd:00110000:003084CC:0000012C:FFFFFFFF:Infinite Plasma Field PL1 (2/2) :plsmaswd:00000000:002FB203:00000000:FFFFFFFF:Secret Character Comes Surely PL1:Only VS CPU mode :plsmaswd:00010000:002FB226:00000000:FFFFFFFF:Secret Character Comes Surely PL1 (2/5) :plsmaswd:00010000:002FB228:0000000F:FFFFFFFF:Secret Character Comes Surely PL1 (3/5) :plsmaswd:00010000:002FB22A:0000000F:FFFFFFFF:Secret Character Comes Surely PL1 (4/5) :plsmaswd:00010000:002FB22C:0000000F:FFFFFFFF:Secret Character Comes Surely PL1 (5/5) :plsmaswd:00200000:002FB210:0001869F:FFFFFFFF:Always Maximum Battle Ability PL1:Enable to see the good ending :plsmaswd:00200000:002FB210:00000000:FFFFFFFF:Always Minimum Battle Ability PL1:Enable to see the normal ending :plsmaswd:00000000:00307E11:00000010:FFFFFFFF:Always Normal Size PL1 :plsmaswd:00010000:00307E15:00000010:FFFFFFFF:Always Normal Size PL1 (2/3) :plsmaswd:00010000:00307E19:00000010:FFFFFFFF:Always Normal Size PL1 (3/3) :plsmaswd:00000000:00307E11:0000007F:FFFFFFFF:Always Maximum Size PL1 :plsmaswd:00010000:00307E15:0000007F:FFFFFFFF:Always Maximum Size PL1 (2/3) :plsmaswd:00010000:00307E19:0000007F:FFFFFFFF:Always Maximum Size PL1 (3/3) :plsmaswd:00000000:00307E11:00000001:FFFFFFFF:Always Minimum Size PL1 :plsmaswd:00010000:00307E15:00000001:FFFFFFFF:Always Minimum Size PL1 (2/3) :plsmaswd:00010000:00307E19:00000001:FFFFFFFF:Always Minimum Size PL1 (3/3) :plsmaswd:00000000:00307FB8:00000000:00000080:Rapid Fire - Attack A PL1 :plsmaswd:00000000:00307FB8:00000000:00000010:Rapid Fire - Attack B PL1 :plsmaswd:00000000:00307FB8:00000000:00000020:Rapid Fire - Kick PL1 plsmaswd:0:003087BC:C8:000:Infinite Energy PL2 plsmaswd:0:003087BC:00:001:Drain all Energy Now! PL2 :plsmaswd:00000001:003087BD:000000FF:FFFFFFFF:Lose Now! PL2 :plsmaswd:00000000:00307982:00000090:FFFFFFFF:Infinite Power PL2 :plsmaswd:00010000:00307989:00000003:FFFFFFFF:Infinite Power PL2 (2/3) :plsmaswd:00010000:0030798B:00000003:FFFFFFFF:Infinite Power PL2 (3/3) :plsmaswd:00000000:00307982:00000000:FFFFFFFF:Always No Power PL2 :plsmaswd:00010000:00307989:00000000:FFFFFFFF:Always No Power PL2 (2/3) :plsmaswd:00010000:0030798B:00000000:FFFFFFFF:Always No Power PL2 (3/3) :plsmaswd:00000000:00307D67:00000002:00000002:Infinite Plasma Field PL2 :plsmaswd:00110000:00308C34:0000012C:FFFFFFFF:Infinite Plasma Field PL2 (2/2) :plsmaswd:00000000:002FB204:00000000:FFFFFFFF:Secret Character Comes Surely PL2:Only VS CPU mode :plsmaswd:00010000:002FB227:00000000:FFFFFFFF:Secret Character Comes Surely PL2 (2/5) :plsmaswd:00010000:002FB229:0000000F:FFFFFFFF:Secret Character Comes Surely PL2 (3/5) :plsmaswd:00010000:002FB22B:0000000F:FFFFFFFF:Secret Character Comes Surely PL2 (4/5) :plsmaswd:00010000:002FB22D:0000000F:FFFFFFFF:Secret Character Comes Surely PL2 (5/5) :plsmaswd:00200000:002FB214:0001869F:FFFFFFFF:Always Maximum Battle Ability PL2:Enable to see the good ending :plsmaswd:00200000:002FB214:00000000:FFFFFFFF:Always Minimum Battle Ability PL2:Enable to see the normal ending :plsmaswd:00000000:00308579:00000010:FFFFFFFF:Always Normal Size PL2 :plsmaswd:00010000:0030857D:00000010:FFFFFFFF:Always Normal Size PL2 (2/3) :plsmaswd:00010000:00308581:00000010:FFFFFFFF:Always Normal Size PL2 (3/3) :plsmaswd:00000000:00308579:0000007F:FFFFFFFF:Always Maximum Size PL2 :plsmaswd:00010000:0030857D:0000007F:FFFFFFFF:Always Maximum Size PL2 (2/3) :plsmaswd:00010000:00308581:0000007F:FFFFFFFF:Always Maximum Size PL2 (3/3) :plsmaswd:00000000:00308579:00000001:FFFFFFFF:Always Minimum Size PL2 :plsmaswd:00010000:0030857D:00000001:FFFFFFFF:Always Minimum Size PL2 (2/3) :plsmaswd:00010000:00308581:00000001:FFFFFFFF:Always Minimum Size PL2 (3/3) :plsmaswd:00000000:00308720:00000000:00000080:Rapid Fire - Attack A PL2 :plsmaswd:00000000:00308720:00000000:00000010:Rapid Fire - Attack B PL2 :plsmaswd:00000000:00308720:00000000:00000020:Rapid Fire - Kick PL2 :plsmaswd:00000001:0031ECEE:00000001:FFFFFFFF:Unlock KAEDE:Not be saved. Enable on the character selection screen :plsmaswd:00000001:0031ECEF:00000001:FFFFFFFF:Unlock RAI-ON:Not be saved. Enable on the character selection screen :plsmaswd:00000001:1FAF0010:00000001:FFFFFFFF:Unlock KAEDE (NVRAM):You need to reset the game to see any effect after you've enabled this cheat :plsmaswd:00000001:1FAF0014:00000001:FFFFFFFF:Unlock RAI-ON (NVRAM):You need to reset the game to see any effect after you've enabled this cheat ; [ Pilot Kids (Model 2B) ] pltkids:0:0000:00:999:[ There are no cheats ]:REASON 1 pltkids:0:0000:00:999:[ for this game as it ]:REASON 1 pltkids:0:0000:00:999:[ didn't work the last ]:REASON 1 pltkids:0:0000:00:999:[ time it was tested. ]:REASON 1 pltkids:0:0000:00:999:[ If the game now works ]:REASON 1 pltkids:0:0000:00:999:[ please request cheats ]:REASON 1 pltkids:0:0000:00:999:[ for it on the cheat ]:REASON 1 pltkids:0:0000:00:999:[ forums. ]:REASON 1 ; [ Pilot Kids (Model 2A) ] pltkidsa:0:0000:00:999:[ There are no cheats ]:REASON 1 pltkidsa:0:0000:00:999:[ for this game as it ]:REASON 1 pltkidsa:0:0000:00:999:[ didn't work the last ]:REASON 1 pltkidsa:0:0000:00:999:[ time it was tested. ]:REASON 1 pltkidsa:0:0000:00:999:[ If the game now works ]:REASON 1 pltkidsa:0:0000:00:999:[ please request cheats ]:REASON 1 pltkidsa:0:0000:00:999:[ for it on the cheat ]:REASON 1 pltkidsa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Plump Pop (Japan) ] plumppop:0:E479:02:000:Infinite Lives PL1 plumppop:0:E483:02:000:Infinite Lives PL2 ; [ Plus Alpha ] plusalph:0:0F30A1:05:000:Infinite Lives PL1 plusalph:0:0F30BD:02:000:Change Colour PL1 plusalph:0:0F30A3:05:000:Infinite Lives PL2 plusalph:0:0F30BD:01:000:Change Colour PL2 :plusalph:20900000:13B8A:000042B9:FFFFFFFF:Invincibility :plusalph:20910000:13B90:000042B9:FFFFFFFF:Invincibility (2/3) :plusalph:20810000:13B96:00000060:FFFFFFFF:Invincibility (3/3) :plusalph:00000000:F3123:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen plusalph:0:0F3131:09:000:Infinite Special Shots plusalph:0:0F312B:00:000:Always 2Shot plusalph:0:0F312B:01:000:Always 2Shot +1 plusalph:0:0F312B:02:000:Always Blade +1 plusalph:0:0F312B:03:000:Always Blade +2 plusalph:0:0F312B:04:000:Always 4Shot +1 plusalph:0:0F312B:05:000:Always 4Shot +3 plusalph:0:0F312B:06:000:Always 2Blade+3 plusalph:0:0F312B:07:000:Always 2Blade+3 plusalph:0:0F312B:08:000:Always 2Shot +Wide !P plusalph:0:0F312B:09:000:Always 2Shot +Balls ! JH plusalph:0:0F312B:0A:000:Always Blade +Balls ! JH plusalph:0:0F312B:0B:000:Always ? !PJH plusalph:0:0F312B:0C:000:Always ? !PJH plusalph:0:0F312B:0D:000:Always ? !PJH plusalph:0:0F312B:0E:000:Always ? !PJH plusalph:0:0F312B:0F:000:Always 4Shot +Wide ! JH plusalph:0:0F312B:10:000:Always Ray plusalph:0:0F312B:00:001:Get 2Shot plusalph:0:0F312B:01:001:Get 2Shot +1 plusalph:0:0F312B:02:001:Get Blade +1 plusalph:0:0F312B:03:001:Get Blade +2 plusalph:0:0F312B:04:001:Get 4Shot +1 plusalph:0:0F312B:05:001:Get 4Shot +3 plusalph:0:0F312B:06:001:Get 2Blade+3 plusalph:0:0F312B:07:001:Get 2Blade+3 plusalph:0:0F312B:08:001:Get 2Shot +Wide !P plusalph:0:0F312B:09:001:Get 2Shot +Balls ! JH plusalph:0:0F312B:0A:001:Get Blade +Balls ! JH plusalph:0:0F312B:0B:001:Get ? !PJH plusalph:0:0F312B:0C:001:Get ? !PJH plusalph:0:0F312B:0D:001:Get ? !PJH plusalph:0:0F312B:0E:001:Get ? !PJH plusalph:0:0F312B:0F:001:Get 4Shot +Wide ! JH plusalph:0:0F312B:10:001:Get Ray plusalph:0:000000:00:999:[The Shot type is NOT good ] plusalph:0:000000:00:999:[for weapon P/J/H if the ] plusalph:0:000000:00:999:[cheat is named !P/J/H ] plusalph:0:000000:00:999:[ P=Plane, J=Jet, H=Heli ] plusalph:0:0F30C7:00:000:Always Weapon P (Shots) plusalph:0:0F30C7:01:000:Always Weapon J (Balls) plusalph:0:0F30C7:02:000:Always Weapon H (Triangles) plusalph:0:0F30C7:00:001:Get Weapon P (Shots) Now! plusalph:0:0F30C7:01:001:Get Weapon J (Balls) Now! plusalph:0:0F30C7:02:001:Get Weapon H (Triangles) Now! plusalph:0:000000:00:999:[These Start on Level cheats] plusalph:0:000000:00:999:[must be enabled on the ] plusalph:0:000000:00:999:[title screen and turned off] plusalph:0:000000:00:999:[when you start the level. ] plusalph:0:0F2EE5:02:000:Start on Level 2 plusalph:0:0F2EE5:03:000:Start on Level 3 plusalph:0:0F2EE5:04:000:Start on Level 4 plusalph:0:0F2EE5:05:000:Start on Level 5 plusalph:0:0F2EE5:06:000:Start on Level 6 plusalph:0:0F2EE5:07:000:Start on Level 7 plusalph:0:0F2EE5:07:062:Select next level :plusalph:20800000:2BD6F:00000002:FFFFFFFF:Always Open Secret Bomb :plusalph:20810000:2BD7D:00000002:FFFFFFFF:Always Open Secret Bomb (2/2) :plusalph:20B00000:2BC52:58680008:FFFFFFFF:Always Mark Secret Character :plusalph:20910000:2BC56:00006048:FFFFFFFF:Always Mark Secret Character (2/2) ; [ Polygonet Commanders (ver UAA) ] plygonet:0:0000:00:999:[ There are no cheats ]:REASON 1 plygonet:0:0000:00:999:[ for this game as it ]:REASON 1 plygonet:0:0000:00:999:[ didn't work the last ]:REASON 1 plygonet:0:0000:00:999:[ time it was tested. ]:REASON 1 plygonet:0:0000:00:999:[ If the game now works ]:REASON 1 plygonet:0:0000:00:999:[ please request cheats ]:REASON 1 plygonet:0:0000:00:999:[ for it on the cheat ]:REASON 1 plygonet:0:0000:00:999:[ forums. ]:REASON 1 ; [ Roulette (Playmark) ] pmroulet:0:0000:00:999:[ There are no cheats ]:REASON 1 pmroulet:0:0000:00:999:[ for this game as it ]:REASON 1 pmroulet:0:0000:00:999:[ didn't work the last ]:REASON 1 pmroulet:0:0000:00:999:[ time it was tested. ]:REASON 1 pmroulet:0:0000:00:999:[ If the game now works ]:REASON 1 pmroulet:0:0000:00:999:[ please request cheats ]:REASON 1 pmroulet:0:0000:00:999:[ for it on the cheat ]:REASON 1 pmroulet:0:0000:00:999:[ forums. ]:REASON 1 ; [ Pnickies (Japan 940608) ] pnickj:0:FF88F4:00:000:Next Top Shape is always Green PL1 pnickj:0:FF88F4:01:000:Next Top Shape is always Red PL1 pnickj:0:FF88F4:02:000:Next Top Shape is always Blue PL1 pnickj:0:FF88F4:03:000:Next Top Shape is always Yellow PL1 pnickj:0:FF88F4:04:000:Next Top Shape is always Cyan PL1 pnickj:0:FF88F4:05:000:Next Top Shape is always Pink PL1 pnickj:0:FF88F4:06:000:Next Top Shape is always Orange PL1 pnickj:0:FF88F4:07:000:Next Top Shape is always Purple PL1 pnickj:0:FF88F4:08:000:Next Top Shape is always Green Star PL1 pnickj:0:FF88F4:09:000:Next Top Shape is always Red Star PL1 pnickj:0:FF88F4:0A:000:Next Top Shape is always Blue Star PL1 pnickj:0:FF88F4:0B:000:Next Top Shape is always Yellow Star PL1 pnickj:0:FF88F4:0C:000:Next Top Shape is always Cyan Star PL1 pnickj:0:FF88F4:0D:000:Next Top Shape is always Pink Star PL1 pnickj:0:FF88F4:0E:000:Next Top Shape is always Orange Star PL1 pnickj:0:FF88F4:0F:000:Next Top Shape is always Purple Star PL1 pnickj:0:FF88F5:00:000:Next Bottom Shape is always Green PL1 pnickj:0:FF88F5:01:000:Next Bottom Shape is always Red PL1 pnickj:0:FF88F5:02:000:Next Bottom Shape is always Blue PL1 pnickj:0:FF88F5:03:000:Next Bottom Shape is always Yellow PL1 pnickj:0:FF88F5:04:000:Next Bottom Shape is always Cyan PL1 pnickj:0:FF88F5:05:000:Next Bottom Shape is always Pink PL1 pnickj:0:FF88F5:06:000:Next Bottom Shape is always Orange PL1 pnickj:0:FF88F5:07:000:Next Bottom Shape is always Purple PL1 pnickj:0:FF88F5:08:000:Next Bottom Shape is always Green Star PL1 pnickj:0:FF88F5:09:000:Next Bottom Shape is always Red Star PL1 pnickj:0:FF88F5:0A:000:Next Bottom Shape is always Blue Star PL1 pnickj:0:FF88F5:0B:000:Next Bottom Shape is always Yellow Star PL1 pnickj:0:FF88F5:0C:000:Next Bottom Shape is always Cyan Star PL1 pnickj:0:FF88F5:0D:000:Next Bottom Shape is always Pink Star PL1 pnickj:0:FF88F5:0E:000:Next Bottom Shape is always Orange Star PL1 pnickj:0:FF88F5:0F:000:Next Bottom Shape is always Purple Star PL1 pnickj:0:FF88F4:00:001:Next Top Shape is Green Now! PL1 pnickj:0:FF88F4:01:001:Next Top Shape is Red Now! PL1 pnickj:0:FF88F4:02:001:Next Top Shape is Blue Now! PL1 pnickj:0:FF88F4:03:001:Next Top Shape is Yellow Now! PL1 pnickj:0:FF88F4:04:001:Next Top Shape is Cyan Now! PL1 pnickj:0:FF88F4:05:001:Next Top Shape is Pink Now! PL1 pnickj:0:FF88F4:06:001:Next Top Shape is Orange Now! PL1 pnickj:0:FF88F4:07:001:Next Top Shape is Purple Now! PL1 pnickj:0:FF88F4:08:001:Next Top Shape is Green Star Now! PL1 pnickj:0:FF88F4:09:001:Next Top Shape is Red Star Now! PL1 pnickj:0:FF88F4:0A:001:Next Top Shape is Blue Star Now! PL1 pnickj:0:FF88F4:0B:001:Next Top Shape is Yellow Star Now! PL1 pnickj:0:FF88F4:0C:001:Next Top Shape is Cyan Star Now! PL1 pnickj:0:FF88F4:0D:001:Next Top Shape is Pink Star Now! PL1 pnickj:0:FF88F4:0E:001:Next Top Shape is Orange Star Now! PL1 pnickj:0:FF88F4:0F:001:Next Top Shape is Purple Star Now! PL1 pnickj:0:FF88F5:00:001:Next Bottom Shape is Green Now! PL1 pnickj:0:FF88F5:01:001:Next Bottom Shape is Red Now! PL1 pnickj:0:FF88F5:02:001:Next Bottom Shape is Blue Now! PL1 pnickj:0:FF88F5:03:001:Next Bottom Shape is Yellow Now! PL1 pnickj:0:FF88F5:04:001:Next Bottom Shape is Cyan Now! PL1 pnickj:0:FF88F5:05:001:Next Bottom Shape is Pink Now! PL1 pnickj:0:FF88F5:06:001:Next Bottom Shape is Orange Now! PL1 pnickj:0:FF88F5:07:001:Next Bottom Shape is Purple Now! PL1 pnickj:0:FF88F5:08:001:Next Bottom Shape is Green Star Now! PL1 pnickj:0:FF88F5:09:001:Next Bottom Shape is Red Star Now! PL1 pnickj:0:FF88F5:0A:001:Next Bottom Shape is Blue Star Now! PL1 pnickj:0:FF88F5:0B:001:Next Bottom Shape is Yellow Star Now! PL1 pnickj:0:FF88F5:0C:001:Next Bottom Shape is Cyan Star Now! PL1 pnickj:0:FF88F5:0D:001:Next Bottom Shape is Pink Star Now! PL1 pnickj:0:FF88F5:0E:001:Next Bottom Shape is Orange Star Now! PL1 pnickj:0:FF88F5:0F:001:Next Bottom Shape is Purple Star Now! PL1 pnickj:0:000000:00:999:[ The Level Picture only changes on certain levels ] pnickj:0:000000:00:999:[ including levels 10, 30 and 50. ] pnickj:0:FF8644:63:070:Select current level PL1 pnickj:0:FF8644:63:060:Select next level PL1 pnickj:0:FF8644:63:001:Go to last level Now! PL1 pnickj:0:FF8954:00:000:Next Top Shape is always Green PL2 pnickj:0:FF8954:01:000:Next Top Shape is always Red PL2 pnickj:0:FF8954:02:000:Next Top Shape is always Blue PL2 pnickj:0:FF8954:03:000:Next Top Shape is always Yellow PL2 pnickj:0:FF8954:04:000:Next Top Shape is always Cyan PL2 pnickj:0:FF8954:05:000:Next Top Shape is always Pink PL2 pnickj:0:FF8954:06:000:Next Top Shape is always Orange PL2 pnickj:0:FF8954:07:000:Next Top Shape is always Purple PL2 pnickj:0:FF8954:08:000:Next Top Shape is always Green Star PL2 pnickj:0:FF8954:09:000:Next Top Shape is always Red Star PL2 pnickj:0:FF8954:0A:000:Next Top Shape is always Blue Star PL2 pnickj:0:FF8954:0B:000:Next Top Shape is always Yellow Star PL2 pnickj:0:FF8954:0C:000:Next Top Shape is always Cyan Star PL2 pnickj:0:FF8954:0D:000:Next Top Shape is always Pink Star PL2 pnickj:0:FF8954:0E:000:Next Top Shape is always Orange Star PL2 pnickj:0:FF8954:0F:000:Next Top Shape is always Purple Star PL2 pnickj:0:FF8955:00:000:Next Bottom Shape is always Green PL2 pnickj:0:FF8955:01:000:Next Bottom Shape is always Red PL2 pnickj:0:FF8955:02:000:Next Bottom Shape is always Blue PL2 pnickj:0:FF8955:03:000:Next Bottom Shape is always Yellow PL2 pnickj:0:FF8955:04:000:Next Bottom Shape is always Cyan PL2 pnickj:0:FF8955:05:000:Next Bottom Shape is always Pink PL2 pnickj:0:FF8955:06:000:Next Bottom Shape is always Orange PL2 pnickj:0:FF8955:07:000:Next Bottom Shape is always Purple PL2 pnickj:0:FF8955:08:000:Next Bottom Shape is always Green Star PL2 pnickj:0:FF8955:09:000:Next Bottom Shape is always Red Star PL2 pnickj:0:FF8955:0A:000:Next Bottom Shape is always Blue Star PL2 pnickj:0:FF8955:0B:000:Next Bottom Shape is always Yellow Star PL2 pnickj:0:FF8955:0C:000:Next Bottom Shape is always Cyan Star PL2 pnickj:0:FF8955:0D:000:Next Bottom Shape is always Pink Star PL2 pnickj:0:FF8955:0E:000:Next Bottom Shape is always Orange Star PL2 pnickj:0:FF8955:0F:000:Next Bottom Shape is always Purple Star PL2 pnickj:0:FF8954:00:001:Next Top Shape is Green Now! PL2 pnickj:0:FF8954:01:001:Next Top Shape is Red Now! PL2 pnickj:0:FF8954:02:001:Next Top Shape is Blue Now! PL2 pnickj:0:FF8954:03:001:Next Top Shape is Yellow Now! PL2 pnickj:0:FF8954:04:001:Next Top Shape is Cyan Now! PL2 pnickj:0:FF8954:05:001:Next Top Shape is Pink Now! PL2 pnickj:0:FF8954:06:001:Next Top Shape is Orange Now! PL2 pnickj:0:FF8954:07:001:Next Top Shape is Purple Now! PL2 pnickj:0:FF8954:08:001:Next Top Shape is Green Star Now! PL2 pnickj:0:FF8954:09:001:Next Top Shape is Red Star Now! PL2 pnickj:0:FF8954:0A:001:Next Top Shape is Blue Star Now! PL2 pnickj:0:FF8954:0B:001:Next Top Shape is Yellow Star Now! PL2 pnickj:0:FF8954:0C:001:Next Top Shape is Cyan Star Now! PL2 pnickj:0:FF8954:0D:001:Next Top Shape is Pink Star Now! PL2 pnickj:0:FF8954:0E:001:Next Top Shape is Orange Star Now! PL2 pnickj:0:FF8954:0F:001:Next Top Shape is Purple Star Now! PL2 pnickj:0:FF8955:00:001:Next Bottom Shape is Green Now! PL2 pnickj:0:FF8955:01:001:Next Bottom Shape is Red Now! PL2 pnickj:0:FF8955:02:001:Next Bottom Shape is Blue Now! PL2 pnickj:0:FF8955:03:001:Next Bottom Shape is Yellow Now! PL2 pnickj:0:FF8955:04:001:Next Bottom Shape is Cyan Now! PL2 pnickj:0:FF8955:05:001:Next Bottom Shape is Pink Now! PL2 pnickj:0:FF8955:06:001:Next Bottom Shape is Orange Now! PL2 pnickj:0:FF8955:07:001:Next Bottom Shape is Purple Now! PL2 pnickj:0:FF8955:08:001:Next Bottom Shape is Green Star Now! PL2 pnickj:0:FF8955:09:001:Next Bottom Shape is Red Star Now! PL2 pnickj:0:FF8955:0A:001:Next Bottom Shape is Blue Star Now! PL2 pnickj:0:FF8955:0B:001:Next Bottom Shape is Yellow Star Now! PL2 pnickj:0:FF8955:0C:001:Next Bottom Shape is Cyan Star Now! PL2 pnickj:0:FF8955:0D:001:Next Bottom Shape is Pink Star Now! PL2 pnickj:0:FF8955:0E:001:Next Bottom Shape is Orange Star Now! PL2 pnickj:0:FF8955:0F:001:Next Bottom Shape is Purple Star Now! PL2 pnickj:0:000000:00:999:[ The Level Picture only changes on certain levels ] pnickj:0:000000:00:999:[ including levels 10, 30 and 50. ] pnickj:0:FF8664:63:070:Select current level PL2 pnickj:0:FF8664:63:060:Select next level PL2 pnickj:0:FF8664:63:001:Go to last level Now! PL2 ; [ Paint & Puzzle ] pntnpuzl:0:0000:00:999:[ This game hasn't even ]:REASON 11 pntnpuzl:0:0000:00:999:[ been looked at due to ]:REASON 11 pntnpuzl:0:0000:00:999:[ time constraints - Too]:REASON 11 pntnpuzl:0:0000:00:999:[ many games and so ]:REASON 11 pntnpuzl:0:0000:00:999:[ little time. It is ]:REASON 11 pntnpuzl:0:0000:00:999:[ even possible that ]:REASON 11 pntnpuzl:0:0000:00:999:[ this game may be a ]:REASON 11 pntnpuzl:0:0000:00:999:[ clone of an existing ]:REASON 11 pntnpuzl:0:0000:00:999:[ game which may have ]:REASON 11 pntnpuzl:0:0000:00:999:[ cheats. Please search ]:REASON 11 pntnpuzl:0:0000:00:999:[ the cheat forums ]:REASON 11 pntnpuzl:0:0000:00:999:[ before posting cheat ]:REASON 11 pntnpuzl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pochi and Nyaa ] pnyaa:0:0000:00:999:[ This game hasn't even ]:REASON 11 pnyaa:0:0000:00:999:[ been looked at due to ]:REASON 11 pnyaa:0:0000:00:999:[ time constraints - Too]:REASON 11 pnyaa:0:0000:00:999:[ many games and so ]:REASON 11 pnyaa:0:0000:00:999:[ little time. It is ]:REASON 11 pnyaa:0:0000:00:999:[ even possible that ]:REASON 11 pnyaa:0:0000:00:999:[ this game may be a ]:REASON 11 pnyaa:0:0000:00:999:[ clone of an existing ]:REASON 11 pnyaa:0:0000:00:999:[ game which may have ]:REASON 11 pnyaa:0:0000:00:999:[ cheats. Please search ]:REASON 11 pnyaa:0:0000:00:999:[ the cheat forums ]:REASON 11 pnyaa:0:0000:00:999:[ before posting cheat ]:REASON 11 pnyaa:0:0000:00:999:[ requests/cheat finding]:REASON 11 :pnyaa:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :pnyaa:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :pnyaa:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Poitto! ] poitto:0:40E044:63:000:Infinite Credits poitto:0:40C219:00:001:Capture Monster Now! poitto:0:40C0A7:00:000:Current Top Left Tile always Red PL1 poitto:0:40C0A7:01:000:Current Top Left Tile always Blue PL1 poitto:0:40C0A7:02:000:Current Top Left Tile always Yellow PL1 poitto:0:40C0A7:03:000:Current Top Left Tile always Green PL1 poitto:0:40C0A7:04:000:Current Top Left Tile always Purple PL1 poitto:0:40C0A7:05:000:Current Top Left Tile always Black PL1 poitto:0:40C0A7:06:000:Current Top Left Tile always Flashing Yellow PL1 poitto:0:40C0A7:07:000:Current Top Left Tile always Monster PL1 poitto:0:40C0A7:08:000:Current Top Left Tile always Orange PL1 poitto:0:40C0E7:00:000:Current Top Right Tile always Red PL1 poitto:0:40C0E7:01:000:Current Top Right Tile always Blue PL1 poitto:0:40C0E7:02:000:Current Top Right Tile always Yellow PL1 poitto:0:40C0E7:03:000:Current Top Right Tile always Green PL1 poitto:0:40C0E7:04:000:Current Top Right Tile always Purple PL1 poitto:0:40C0E7:05:000:Current Top Right Tile always Black PL1 poitto:0:40C0E7:06:000:Current Top Right Tile always Flashing Yellow PL1 poitto:0:40C0E7:07:000:Current Top Right Tile always Monster PL1 poitto:0:40C0E7:08:000:Current Top Right Tile always Orange PL1 poitto:0:40C087:00:000:Current Bottom Left Tile always Red PL1 poitto:0:40C087:01:000:Current Bottom Left Tile always Blue PL1 poitto:0:40C087:02:000:Current Bottom Left Tile always Yellow PL1 poitto:0:40C087:03:000:Current Bottom Left Tile always Green PL1 poitto:0:40C087:04:000:Current Bottom Left Tile always Purple PL1 poitto:0:40C087:05:000:Current Bottom Left Tile always Black PL1 poitto:0:40C087:06:000:Current Bottom Left Tile always Flashing Yellow PL1 poitto:0:40C087:07:000:Current Bottom Left Tile always Monster PL1 poitto:0:40C087:08:000:Current Bottom Left Tile always Orange PL1 poitto:0:40C0C7:00:000:Current Bottom Right Tile always Red PL1 poitto:0:40C0C7:01:000:Current Bottom Right Tile always Blue PL1 poitto:0:40C0C7:02:000:Current Bottom Right Tile always Yellow PL1 poitto:0:40C0C7:03:000:Current Bottom Right Tile always Green PL1 poitto:0:40C0C7:04:000:Current Bottom Right Tile always Purple PL1 poitto:0:40C0C7:05:000:Current Bottom Right Tile always Black PL1 poitto:0:40C0C7:06:000:Current Bottom Right Tile always Flashing Yellow PL1 poitto:0:40C0C7:07:000:Current Bottom Right Tile always Monster PL1 poitto:0:40C0C7:08:000:Current Bottom Right Tile always Orange PL1 poitto:0:40C0A7:00:001:Current Top Left Tile = Red Now! PL1 poitto:0:40C0A7:01:001:Current Top Left Tile = Blue Now! PL1 poitto:0:40C0A7:02:001:Current Top Left Tile = Yellow Now! PL1 poitto:0:40C0A7:03:001:Current Top Left Tile = Green Now! PL1 poitto:0:40C0A7:04:001:Current Top Left Tile = Purple Now! PL1 poitto:0:40C0A7:05:001:Current Top Left Tile = Black Now! PL1 poitto:0:40C0A7:06:001:Current Top Left Tile = Flashing Yellow Now! PL1 poitto:0:40C0A7:07:001:Current Top Left Tile = Monster Now! PL1 poitto:0:40C0A7:08:001:Current Top Left Tile = Orange Now! PL1 poitto:0:40C0E7:00:001:Current Top Right Tile = Red Now! PL1 poitto:0:40C0E7:01:001:Current Top Right Tile = Blue Now! PL1 poitto:0:40C0E7:02:001:Current Top Right Tile = Yellow Now! PL1 poitto:0:40C0E7:03:001:Current Top Right Tile = Green Now! PL1 poitto:0:40C0E7:04:001:Current Top Right Tile = Purple Now! PL1 poitto:0:40C0E7:05:001:Current Top Right Tile = Black Now! PL1 poitto:0:40C0E7:06:001:Current Top Right Tile = Flashing Yellow Now! PL1 poitto:0:40C0E7:07:001:Current Top Right Tile = Monster Now! PL1 poitto:0:40C0E7:08:001:Current Top Right Tile = Orange Now! PL1 poitto:0:40C087:00:001:Current Bottom Left Tile = Red Now! PL1 poitto:0:40C087:01:001:Current Bottom Left Tile = Blue Now! PL1 poitto:0:40C087:02:001:Current Bottom Left Tile = Yellow Now! PL1 poitto:0:40C087:03:001:Current Bottom Left Tile = Green Now! PL1 poitto:0:40C087:04:001:Current Bottom Left Tile = Purple Now! PL1 poitto:0:40C087:05:001:Current Bottom Left Tile = Black Now! PL1 poitto:0:40C087:06:001:Current Bottom Left Tile = Flashing Yellow Now! PL1 poitto:0:40C087:07:001:Current Bottom Left Tile = Monster Now! PL1 poitto:0:40C087:08:001:Current Bottom Left Tile = Orange Now! PL1 poitto:0:40C0C7:00:001:Current Bottom Right Tile = Red Now! PL1 poitto:0:40C0C7:01:001:Current Bottom Right Tile = Blue Now! PL1 poitto:0:40C0C7:02:001:Current Bottom Right Tile = Yellow Now! PL1 poitto:0:40C0C7:03:001:Current Bottom Right Tile = Green Now! PL1 poitto:0:40C0C7:04:001:Current Bottom Right Tile = Purple Now! PL1 poitto:0:40C0C7:05:001:Current Bottom Right Tile = Black Now! PL1 poitto:0:40C0C7:06:001:Current Bottom Right Tile = Flashing Yellow Now! PL1 poitto:0:40C0C7:07:001:Current Bottom Right Tile = Monster Now! PL1 poitto:0:40C0C7:08:001:Current Bottom Right Tile = Orange Now! PL1 poitto:0:40C227:00:000:Current Top Left Tile always Red PL2 poitto:0:40C227:01:000:Current Top Left Tile always Blue PL2 poitto:0:40C227:02:000:Current Top Left Tile always Yellow PL2 poitto:0:40C227:03:000:Current Top Left Tile always Green PL2 poitto:0:40C227:04:000:Current Top Left Tile always Purple PL2 poitto:0:40C227:05:000:Current Top Left Tile always Black PL2 poitto:0:40C227:06:000:Current Top Left Tile always Flashing Yellow PL2 poitto:0:40C227:07:000:Current Top Left Tile always Monster PL2 poitto:0:40C227:08:000:Current Top Left Tile always Orange PL2 poitto:0:40C267:00:000:Current Top Right Tile always Red PL2 poitto:0:40C267:01:000:Current Top Right Tile always Blue PL2 poitto:0:40C267:02:000:Current Top Right Tile always Yellow PL2 poitto:0:40C267:03:000:Current Top Right Tile always Green PL2 poitto:0:40C267:04:000:Current Top Right Tile always Purple PL2 poitto:0:40C267:05:000:Current Top Right Tile always Black PL2 poitto:0:40C267:06:000:Current Top Right Tile always Flashing Yellow PL2 poitto:0:40C267:07:000:Current Top Right Tile always Monster PL2 poitto:0:40C267:08:000:Current Top Right Tile always Orange PL2 poitto:0:40C207:00:000:Current Bottom Left Tile always Red PL2 poitto:0:40C207:01:000:Current Bottom Left Tile always Blue PL2 poitto:0:40C207:02:000:Current Bottom Left Tile always Yellow PL2 poitto:0:40C207:03:000:Current Bottom Left Tile always Green PL2 poitto:0:40C207:04:000:Current Bottom Left Tile always Purple PL2 poitto:0:40C207:05:000:Current Bottom Left Tile always Black PL2 poitto:0:40C207:06:000:Current Bottom Left Tile always Flashing Yellow PL2 poitto:0:40C207:07:000:Current Bottom Left Tile always Monster PL2 poitto:0:40C207:08:000:Current Bottom Left Tile always Orange PL2 poitto:0:40C247:00:000:Current Bottom Right Tile always Red PL2 poitto:0:40C247:01:000:Current Bottom Right Tile always Blue PL2 poitto:0:40C247:02:000:Current Bottom Right Tile always Yellow PL2 poitto:0:40C247:03:000:Current Bottom Right Tile always Green PL2 poitto:0:40C247:04:000:Current Bottom Right Tile always Purple PL2 poitto:0:40C247:05:000:Current Bottom Right Tile always Black PL2 poitto:0:40C247:06:000:Current Bottom Right Tile always Flashing Yellow PL2 poitto:0:40C247:07:000:Current Bottom Right Tile always Monster PL2 poitto:0:40C247:08:000:Current Bottom Right Tile always Orange PL2 poitto:0:40C227:00:001:Current Top Left Tile = Red Now! PL2 poitto:0:40C227:01:001:Current Top Left Tile = Blue Now! PL2 poitto:0:40C227:02:001:Current Top Left Tile = Yellow Now! PL2 poitto:0:40C227:03:001:Current Top Left Tile = Green Now! PL2 poitto:0:40C227:04:001:Current Top Left Tile = Purple Now! PL2 poitto:0:40C227:05:001:Current Top Left Tile = Black Now! PL2 poitto:0:40C227:06:001:Current Top Left Tile = Flashing Yellow Now! PL2 poitto:0:40C227:07:001:Current Top Left Tile = Monster Now! PL2 poitto:0:40C227:08:001:Current Top Left Tile = Orange Now! PL2 poitto:0:40C267:00:001:Current Top Right Tile = Red Now! PL2 poitto:0:40C267:01:001:Current Top Right Tile = Blue Now! PL2 poitto:0:40C267:02:001:Current Top Right Tile = Yellow Now! PL2 poitto:0:40C267:03:001:Current Top Right Tile = Green Now! PL2 poitto:0:40C267:04:001:Current Top Right Tile = Purple Now! PL2 poitto:0:40C267:05:001:Current Top Right Tile = Black Now! PL2 poitto:0:40C267:06:001:Current Top Right Tile = Flashing Yellow Now! PL2 poitto:0:40C267:07:001:Current Top Right Tile = Monster Now! PL2 poitto:0:40C267:08:001:Current Top Right Tile = Orange Now! PL2 poitto:0:40C207:00:001:Current Bottom Left Tile = Red Now! PL2 poitto:0:40C207:01:001:Current Bottom Left Tile = Blue Now! PL2 poitto:0:40C207:02:001:Current Bottom Left Tile = Yellow Now! PL2 poitto:0:40C207:03:001:Current Bottom Left Tile = Green Now! PL2 poitto:0:40C207:04:001:Current Bottom Left Tile = Purple Now! PL2 poitto:0:40C207:05:001:Current Bottom Left Tile = Black Now! PL2 poitto:0:40C207:06:001:Current Bottom Left Tile = Flashing Yellow Now! PL2 poitto:0:40C207:07:001:Current Bottom Left Tile = Monster Now! PL2 poitto:0:40C207:08:001:Current Bottom Left Tile = Orange Now! PL2 poitto:0:40C247:00:001:Current Bottom Right Tile = Red Now! PL2 poitto:0:40C247:01:001:Current Bottom Right Tile = Blue Now! PL2 poitto:0:40C247:02:001:Current Bottom Right Tile = Yellow Now! PL2 poitto:0:40C247:03:001:Current Bottom Right Tile = Green Now! PL2 poitto:0:40C247:04:001:Current Bottom Right Tile = Purple Now! PL2 poitto:0:40C247:05:001:Current Bottom Right Tile = Black Now! PL2 poitto:0:40C247:06:001:Current Bottom Right Tile = Flashing Yellow Now! PL2 poitto:0:40C247:07:001:Current Bottom Right Tile = Monster Now! PL2 poitto:0:40C247:08:001:Current Bottom Right Tile = Orange Now! PL2 ; [ Poizone ] poizone:0:0000:00:999:[ There are no cheats ]:REASON 1 poizone:0:0000:00:999:[ for this game as it ]:REASON 1 poizone:0:0000:00:999:[ didn't work the last ]:REASON 1 poizone:0:0000:00:999:[ time it was tested. ]:REASON 1 poizone:0:0000:00:999:[ If the game now works ]:REASON 1 poizone:0:0000:00:999:[ please request cheats ]:REASON 1 poizone:0:0000:00:999:[ for it on the cheat ]:REASON 1 poizone:0:0000:00:999:[ forums. ]:REASON 1 ; [ Pokio (Dutch, Game Card 95-750-278) ] pokio:0:0000:00:999:[ This game hasn't even ]:REASON 11 pokio:0:0000:00:999:[ been looked at due to ]:REASON 11 pokio:0:0000:00:999:[ time constraints - Too]:REASON 11 pokio:0:0000:00:999:[ many games and so ]:REASON 11 pokio:0:0000:00:999:[ little time. It is ]:REASON 11 pokio:0:0000:00:999:[ even possible that ]:REASON 11 pokio:0:0000:00:999:[ this game may be a ]:REASON 11 pokio:0:0000:00:999:[ clone of an existing ]:REASON 11 pokio:0:0000:00:999:[ game which may have ]:REASON 11 pokio:0:0000:00:999:[ cheats. Please search ]:REASON 11 pokio:0:0000:00:999:[ the cheat forums ]:REASON 11 pokio:0:0000:00:999:[ before posting cheat ]:REASON 11 pokio:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Poker Dice ] pokrdice:0:0000:00:999:[ This game hasn't even ]:REASON 11 pokrdice:0:0000:00:999:[ been looked at due to ]:REASON 11 pokrdice:0:0000:00:999:[ time constraints - Too]:REASON 11 pokrdice:0:0000:00:999:[ many games and so ]:REASON 11 pokrdice:0:0000:00:999:[ little time. It is ]:REASON 11 pokrdice:0:0000:00:999:[ even possible that ]:REASON 11 pokrdice:0:0000:00:999:[ this game may be a ]:REASON 11 pokrdice:0:0000:00:999:[ clone of an existing ]:REASON 11 pokrdice:0:0000:00:999:[ game which may have ]:REASON 11 pokrdice:0:0000:00:999:[ cheats. Please search ]:REASON 11 pokrdice:0:0000:00:999:[ the cheat forums ]:REASON 11 pokrdice:0:0000:00:999:[ before posting cheat ]:REASON 11 pokrdice:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Polaris (set 1) ] polaris:0:013B:21:100:Invincibility:This cheat may leave graphic remnants post collision polaris:0:214F:07:000:Infinite Lives PL1 polaris:0:224F:07:000:Infinite Lives PL2 ; [ Polaris (set 2) ] polarisa:0:013B:21:100:Invincibility:This cheat may leave graphic remnants post collision polarisa:0:214F:07:000:Infinite Lives PL1 polarisa:0:224F:07:000:Infinite Lives PL2 ; [ Pole Position ] polepos:0:5401:78:000:Infinite Time polepos:1:A817:00:000:Always be in Pole Position polepos:0:4630:01:000:Invincibility polepos:0:4004:90:000:Always have Accelerator Fully Down polepos:0:0000:00:999:[ If you don't touch the accelerator ] polepos:0:0000:00:999:[ with the Maximum Speed cheat you ] polepos:0:0000:00:999:[ will effectively be on train tracks!] polepos:0:0000:00:999:[ So if you want to play the game ] polepos:0:0000:00:999:[ properly press the accelerator or ] polepos:0:0000:00:999:[ use it with the Accelerator Fully ] polepos:0:0000:00:999:[ Down cheat. ] polepos:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Pole Position (Atari version 1) ] polepos1:0:5401:78:000:Infinite Time polepos1:1:A817:00:000:Always be in Pole Position polepos1:0:4630:01:000:Invincibility polepos1:0:4004:90:000:Always have Accelerator Fully Down polepos1:0:0000:00:999:[ If you don't touch the accelerator ] polepos1:0:0000:00:999:[ with the Maximum Speed cheat you ] polepos1:0:0000:00:999:[ will effectively be on train tracks!] polepos1:0:0000:00:999:[ So if you want to play the game ] polepos1:0:0000:00:999:[ properly press the accelerator or ] polepos1:0:0000:00:999:[ use it with the Accelerator Fully ] polepos1:0:0000:00:999:[ Down cheat. ] polepos1:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Pole Position II ] polepos2:0:5401:78:000:Infinite Time polepos2:1:A817:00:000:Always be in Pole Position polepos2:0:4630:01:000:Invincibility polepos2:0:4004:90:000:Always have Accelerator Fully Down polepos2:0:0000:00:999:[ If you don't touch the accelerator ] polepos2:0:0000:00:999:[ with the Maximum Speed cheat you ] polepos2:0:0000:00:999:[ will effectively be on train tracks! ] polepos2:0:0000:00:999:[ So if you want to play the game ] polepos2:0:0000:00:999:[ properly press the accelerator or ] polepos2:0:0000:00:999:[ use it with the Accelerator Fully ] polepos2:0:0000:00:999:[ Down cheat. ] polepos2:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Pole Position (Atari version 2) ] poleposa:0:5401:78:000:Infinite Time poleposa:1:A817:00:000:Always be in Pole Position poleposa:0:4630:01:000:Invincibility poleposa:0:4004:90:000:Always have Accelerator Fully Down poleposa:0:0000:00:999:[ If you don't touch the accelerator ] poleposa:0:0000:00:999:[ with the Maximum Speed cheat you ] poleposa:0:0000:00:999:[ will effectively be on train tracks! ] poleposa:0:0000:00:999:[ So if you want to play the game ] poleposa:0:0000:00:999:[ properly press the accelerator or ] poleposa:0:0000:00:999:[ use it with the Accelerator Fully ] poleposa:0:0000:00:999:[ Down cheat. ] poleposa:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Pole Position II (Atari) ] poleps2a:0:5401:78:000:Infinite Time poleps2a:1:A817:00:000:Always be in Pole Position poleps2a:0:4630:01:000:Invincibility poleps2a:0:4004:90:000:Always have Accelerator Fully Down poleps2a:0:0000:00:999:[ If you don't touch the accelerator ] poleps2a:0:0000:00:999:[ with the Maximum Speed cheat you ] poleps2a:0:0000:00:999:[ will effectively be on train tracks! ] poleps2a:0:0000:00:999:[ So if you want to play the game ] poleps2a:0:0000:00:999:[ properly press the accelerator or ] poleps2a:0:0000:00:999:[ use it with the Accelerator Fully ] poleps2a:0:0000:00:999:[ Down cheat. ] poleps2a:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Pole Position II (bootleg) ] poleps2b:0:5401:78:000:Infinite Time poleps2b:1:A817:00:000:Always be in Pole Position poleps2b:0:4630:01:000:Invincibility poleps2b:0:4004:90:000:Always have Accelerator Fully Down poleps2b:0:0000:00:999:[ If you don't touch the accelerator ] poleps2b:0:0000:00:999:[ with the Maximum Speed cheat you ] poleps2b:0:0000:00:999:[ will effectively be on train tracks! ] poleps2b:0:0000:00:999:[ So if you want to play the game ] poleps2b:0:0000:00:999:[ properly press the accelerator or ] poleps2b:0:0000:00:999:[ use it with the Accelerator Fully ] poleps2b:0:0000:00:999:[ Down cheat. ] poleps2b:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Police Trainer (Rev 1.3) ] policetr:0:00017D17:FF:000:Infinite Time:This is most helpful with the 4-second bomb defusing policetr:0:00017D17:00:001:No Time Left Now! policetr:0:00017D4B:03:000:Infinite Lives PL1 :policetr:00100000:00018D96:0000270F:FFFFFFFF:Infinite Ammo PL1 :policetr:00100000:000177C6:0000270F:FFFFFFFF:Always 9999 Score PL1 policetr:0:00017D57:03:000:Infinite Lives PL2 :policetr:00100000:00018DA6:0000270F:FFFFFFFF:Infinite Ammo PL2 :policetr:00100000:000177E2:0000270F:FFFFFFFF:Always 9999 Score PL2 ; [ Police Trainer (Rev 1.0) ] polict10:0:0000:00:999:[ This game hasn't even ]:REASON 11 polict10:0:0000:00:999:[ been looked at due to ]:REASON 11 polict10:0:0000:00:999:[ time constraints - Too]:REASON 11 polict10:0:0000:00:999:[ many games and so ]:REASON 11 polict10:0:0000:00:999:[ little time. It is ]:REASON 11 polict10:0:0000:00:999:[ even possible that ]:REASON 11 polict10:0:0000:00:999:[ this game may be a ]:REASON 11 polict10:0:0000:00:999:[ clone of an existing ]:REASON 11 polict10:0:0000:00:999:[ game which may have ]:REASON 11 polict10:0:0000:00:999:[ cheats. Please search ]:REASON 11 polict10:0:0000:00:999:[ the cheat forums ]:REASON 11 polict10:0:0000:00:999:[ before posting cheat ]:REASON 11 polict10:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Police Trainer (Rev 1.1) ] polict11:0:00017D17:FF:000:Infinite Time:This is most helpful with the 4-second bomb defusing polict11:0:00017D17:00:001:No Time Left Now! polict11:0:00017D4B:03:000:Infinite Lives PL1 :polict11:00100000:00018D96:0000270F:FFFFFFFF:Infinite Ammo PL1 :polict11:00100000:000177C6:0000270F:FFFFFFFF:Always 9999 Score PL1 polict11:0:00017D57:03:000:Infinite Lives PL2 :polict11:00100000:00018DA6:0000270F:FFFFFFFF:Infinite Ammo PL2 :polict11:00100000:000177E2:0000270F:FFFFFFFF:Always 9999 Score PL2 ; [ Pollux (set 1) ] pollux:0:C036:63:000:Infinite Credits pollux:0:C129:03:000:Infinite Lives PL1 pollux:0:C12A:05:000:Infinite Bombs PL1 pollux:0:D005:02:000:Invincibility PL1 pollux:0:C12C:03:000:Infinite Lives PL2 pollux:0:C12D:05:000:Infinite Bombs PL2 pollux:0:D305:02:000:Invincibility PL2 ; [ Pollux (set 2) ] polluxa:0:C036:63:000:Infinite Credits polluxa:0:C129:03:000:Infinite Lives PL1 polluxa:0:C12A:05:000:Infinite Bombs PL1 polluxa:0:D005:02:000:Invincibility PL1 polluxa:0:C12C:03:000:Infinite Lives PL2 polluxa:0:C12D:05:000:Infinite Bombs PL2 polluxa:0:D305:02:000:Invincibility PL2 ; [ Pollux (set 3) ] polluxa2:0:C036:63:000:Infinite Credits polluxa2:0:C129:03:000:Infinite Lives PL1 polluxa2:0:C12A:05:000:Infinite Bombs PL1 polluxa2:0:D005:02:000:Invincibility PL1 polluxa2:0:C12C:03:000:Infinite Lives PL2 polluxa2:0:C12D:05:000:Infinite Bombs PL2 polluxa2:0:D305:02:000:Invincibility PL2 ; [ Poly-Play ] polyplay:0:0CC0:0A:000:Infinite Time (on HIRSCHJAGD game) polyplay:0:0C1C:FF:000:Infinite Ammo (on HIRSCHJAGD game) polyplay:0:0C1A:03:000:Infinite Lives (on HASE AND WOLF game) polyplay:0:F83B:35:000:Infinite Time (on ABFAHRTSLAUF game) polyplay:0:0D38:78:000:Infinite Time (on SCHMETTERLINGE game) polyplay:0:0D3C:32:000:Infinite Ammo (on SCHIESSBUDE game) polyplay:0:0D00:5A:000:Infinite Time (on MERKSPIEL game) polyplay:0:0D1E:00:000:Water Level (on WASSERROHRBRUCH game) ; [ Tobe! Polystars (ver JAA) ] polystar:0:0000:00:999:[ There are no cheats ]:REASON 1 polystar:0:0000:00:999:[ for this game as it ]:REASON 1 polystar:0:0000:00:999:[ didn't work the last ]:REASON 1 polystar:0:0000:00:999:[ time it was tested. ]:REASON 1 polystar:0:0000:00:999:[ If the game now works ]:REASON 1 polystar:0:0000:00:999:[ please request cheats ]:REASON 1 polystar:0:0000:00:999:[ for it on the cheat ]:REASON 1 polystar:0:0000:00:999:[ forums. ]:REASON 1 ; [ Pomping World (Japan) ] pompingw:0:E221:5B:000:Invincibility:Disable just before ending a level or else the level will not end! pompingw:0:E200:04:500:Invincibility (2/2) pompingw:0:E01A:99:000:Infinite Time:Disable just before travelling to a different city otherwise the game will freeze! pompingw:0:E027:01:001:Stop the Bubbles Now! pompingw:0:E027:00:001:Restart the Bubbles Now! pompingw:0:E028:8C:000:Infinite Balloon Freeze Time pompingw:0:E018:10:001:Goto Last level on comp. pompingw:0:E019:30:501:Goto Last level on comp.(2/2) pompingw:0:E018:10:001:Goto Last level on death pompingw:0:E019:31:501:Goto Last level on death(2/2) pompingw:0:E230:0A:000:Infinite Lives PL1 pompingw:0:E228:01:000:Always Have Protection PL1 pompingw:0:E229:00:000:Always Normal Weap. PL1 pompingw:0:E22C:00:500:Always Normal Weap. PL1 (2/3) pompingw:0:E244:00:500:Always Normal Weap. PL1 (3/3) pompingw:0:E229:01:000:Always Double Weap. PL1 pompingw:0:E22C:00:500:Always Double Weap. PL1 (2/3) pompingw:0:E244:00:500:Always Double Weap. PL1 (3/3) pompingw:0:E229:00:000:Always M. gun Weap. PL1 pompingw:0:E22C:01:500:Always M. gun Weap. PL1 (2/3) pompingw:0:E244:00:500:Always M. gun Weap. PL1 (3/3) pompingw:0:E229:00:000:Always Blocker Weap.PL1 pompingw:0:E22C:00:500:Always Blocker Weap.PL1 (2/3) pompingw:0:E244:01:500:Always Blocker Weap.PL1 (3/3) pompingw:0:E229:00:001:Get Normal Weap.PL1 Now! pompingw:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3) pompingw:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3) pompingw:0:E229:01:001:Get Double Weap.PL1 Now! pompingw:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3) pompingw:0:E244:00:501:Get Double Weap.PL1 Now!(3/3) pompingw:0:E229:00:001:Get M. gun Weap.PL1 Now! pompingw:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3) pompingw:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3) pompingw:0:E229:00:001:Get Blocker Weap.PL1 Now pompingw:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3) pompingw:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3) pompingw:0:E2B0:0A:000:Infinite Lives PL2 pompingw:0:E2A8:01:000:Always Have Protection PL2 pompingw:0:E2A9:00:000:Always Normal Weap. PL2 pompingw:0:E2AC:00:500:Always Normal Weap. PL2 (2/3) pompingw:0:E2C4:00:500:Always Normal Weap. PL2 (3/3) pompingw:0:E2A9:01:000:Always Double Weap. PL2 pompingw:0:E2AC:00:500:Always Double Weap. PL2 (2/3) pompingw:0:E2C4:00:500:Always Double Weap. PL2 (3/3) pompingw:0:E2A9:00:000:Always M. gun Weap. PL2 pompingw:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3) pompingw:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3) pompingw:0:E2A9:00:000:Always Blocker Weap.PL2 pompingw:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3) pompingw:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3) pompingw:0:E2A9:00:001:Get Normal Weap.PL2 Now! pompingw:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3) pompingw:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3) pompingw:0:E2A9:01:001:Get Double Weap.PL2 Now! pompingw:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3) pompingw:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3) pompingw:0:E2A9:00:001:Get M. gun Weap.PL2 Now! pompingw:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3) pompingw:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3) pompingw:0:E2A9:00:001:Get Blocker Weap.PL2 Now pompingw:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3) pompingw:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3) ; [ Mahjong Pon Chin Kan (Japan set 1) ] ponchin:0:000000:00:999:[ The winning hand cheat must be activated when there are ] ponchin:0:000000:00:999:[ 14 tiles in your hand, then press the RON key ('Z' ] ponchin:0:000000:00:999:[ by default). The tiles do not visually change until you ] ponchin:0:000000:00:999:[ make a move. ] :ponchin:00000001:FFE8BE:00000031:FFFFFFFF:Get winning hand Now! :ponchin:00010001:FFE8BF:00000031:FFFFFFFF:Get winning hand Now! (02/21) :ponchin:00010001:FFE8C0:00000031:FFFFFFFF:Get winning hand Now! (03/21) :ponchin:00010001:FFE8C1:00000032:FFFFFFFF:Get winning hand Now! (04/21) :ponchin:00010001:FFE8C2:00000032:FFFFFFFF:Get winning hand Now! (05/21) :ponchin:00010001:FFE8C3:00000032:FFFFFFFF:Get winning hand Now! (06/21) :ponchin:00010001:FFE8C4:00000033:FFFFFFFF:Get winning hand Now! (07/21) :ponchin:00010001:FFE8C5:00000033:FFFFFFFF:Get winning hand Now! (08/21) :ponchin:00010001:FFE8C6:00000033:FFFFFFFF:Get winning hand Now! (09/21) :ponchin:00010001:FFE8C7:00000034:FFFFFFFF:Get winning hand Now! (10/21) :ponchin:00010001:FFE8C8:00000034:FFFFFFFF:Get winning hand Now! (11/21) :ponchin:00010001:FFE8C9:00000034:FFFFFFFF:Get winning hand Now! (12/21) :ponchin:00010001:FFE8CA:00000035:FFFFFFFF:Get winning hand Now! (13/21) :ponchin:00010001:FFE8CB:00000035:FFFFFFFF:Get winning hand Now! (14/21) :ponchin:00010001:FFEB04:00000035:FFFFFFFF:Get winning hand Now! (15/21) :ponchin:00010001:FFEB1F:00000001:FFFFFFFF:Get winning hand Now! (16/21) :ponchin:00010001:FFEBE9:00000001:FFFFFFFF:Get winning hand Now! (17/21) :ponchin:00010001:FFEB38:00000035:FFFFFFFF:Get winning hand Now! (18/21) :ponchin:00010001:FFEB48:00000035:FFFFFFFF:Get winning hand Now! (19/21) :ponchin:00010001:FFEB39:00000035:FFFFFFFF:Get winning hand Now! (20/21) :ponchin:00010001:FFEB49:00000035:FFFFFFFF:Get winning hand Now! (21/21) :ponchin:00000000:FFE8BE:00000031:FFFFFFFF:Always winning hand :ponchin:00010000:FFE8BF:00000031:FFFFFFFF:Always winning hand (02/21) :ponchin:00010000:FFE8C0:00000031:FFFFFFFF:Always winning hand (03/21) :ponchin:00010000:FFE8C1:00000032:FFFFFFFF:Always winning hand (04/21) :ponchin:00010000:FFE8C2:00000032:FFFFFFFF:Always winning hand (05/21) :ponchin:00010000:FFE8C3:00000032:FFFFFFFF:Always winning hand (06/21) :ponchin:00010000:FFE8C4:00000033:FFFFFFFF:Always winning hand (07/21) :ponchin:00010000:FFE8C5:00000033:FFFFFFFF:Always winning hand (08/21) :ponchin:00010000:FFE8C6:00000033:FFFFFFFF:Always winning hand (09/21) :ponchin:00010000:FFE8C7:00000034:FFFFFFFF:Always winning hand (10/21) :ponchin:00010000:FFE8C8:00000034:FFFFFFFF:Always winning hand (11/21) :ponchin:00010000:FFE8C9:00000034:FFFFFFFF:Always winning hand (12/21) :ponchin:00010000:FFE8CA:00000035:FFFFFFFF:Always winning hand (13/21) :ponchin:00010000:FFE8CB:00000035:FFFFFFFF:Always winning hand (14/21) :ponchin:00010000:FFEB04:00000035:FFFFFFFF:Always winning hand (15/21) :ponchin:00010000:FFEB1F:00000001:FFFFFFFF:Always winning hand (16/21) :ponchin:00010000:FFEBE9:00000001:FFFFFFFF:Always winning hand (17/21) :ponchin:00010000:FFEB38:00000035:FFFFFFFF:Always winning hand (18/21) :ponchin:00010000:FFEB48:00000035:FFFFFFFF:Always winning hand (19/21) :ponchin:00010000:FFEB39:00000035:FFFFFFFF:Always winning hand (20/21) :ponchin:00010000:FFEB49:00000035:FFFFFFFF:Always winning hand (21/21) :ponchin:00000006:FFE8BE:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :ponchin:00000006:FFE89E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ponchin:0:000000:00:999:[ Here is the look-up list for the above watches. ] ponchin:0:000000:00:999:[ ] ponchin:0:000000:00:999:[ value common name chinese name ] ponchin:0:000000:00:999:[ 00h - no tile - ] ponchin:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] ponchin:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] ponchin:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] ponchin:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] ponchin:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] ponchin:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] ponchin:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] ponchin:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] ponchin:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] ponchin:0:000000:00:999:[ 11h 1 "dots" 1 "tung" ] ponchin:0:000000:00:999:[ 12h 2 "dots" 2 "tung" ] ponchin:0:000000:00:999:[ 13h 3 "dots" 3 "tung" ] ponchin:0:000000:00:999:[ 14h 4 "dots" 4 "tung" ] ponchin:0:000000:00:999:[ 15h 5 "dots" 5 "tung" ] ponchin:0:000000:00:999:[ 16h 6 "dots" 6 "tung" ] ponchin:0:000000:00:999:[ 17h 7 "dots" 7 "tung" ] ponchin:0:000000:00:999:[ 18h 8 "dots" 8 "tung" ] ponchin:0:000000:00:999:[ 19h 9 "dots" 9 "tung" ] ponchin:0:000000:00:999:[ 21h 1 "bamboo" 1 "tiao/Bird" ] ponchin:0:000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] ponchin:0:000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] ponchin:0:000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] ponchin:0:000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] ponchin:0:000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] ponchin:0:000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] ponchin:0:000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] ponchin:0:000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] ponchin:0:000000:00:999:[ 31h East "wind" ] ponchin:0:000000:00:999:[ 32h South "wind" ] ponchin:0:000000:00:999:[ 33h West "wind" ] ponchin:0:000000:00:999:[ 34h North "wind" ] ponchin:0:000000:00:999:[ 35h White "dragon" ] ponchin:0:000000:00:999:[ 36h Green "dragon" ] ponchin:0:000000:00:999:[ 37h Red "dragon" ] ; [ Mahjong Pon Chin Kan (Japan set 2) ] ponchina:0:000000:00:999:[ The winning hand cheat must be activated when there are ] ponchina:0:000000:00:999:[ 14 tiles in your hand, then press the RON key ('Z' ] ponchina:0:000000:00:999:[ by default). The tiles do not visually change until you ] ponchina:0:000000:00:999:[ make a move. ] :ponchina:00000001:FFE8BE:00000031:FFFFFFFF:Get winning hand Now! :ponchina:00010001:FFE8BF:00000031:FFFFFFFF:Get winning hand Now! (02/21) :ponchina:00010001:FFE8C0:00000031:FFFFFFFF:Get winning hand Now! (03/21) :ponchina:00010001:FFE8C1:00000032:FFFFFFFF:Get winning hand Now! (04/21) :ponchina:00010001:FFE8C2:00000032:FFFFFFFF:Get winning hand Now! (05/21) :ponchina:00010001:FFE8C3:00000032:FFFFFFFF:Get winning hand Now! (06/21) :ponchina:00010001:FFE8C4:00000033:FFFFFFFF:Get winning hand Now! (07/21) :ponchina:00010001:FFE8C5:00000033:FFFFFFFF:Get winning hand Now! (08/21) :ponchina:00010001:FFE8C6:00000033:FFFFFFFF:Get winning hand Now! (09/21) :ponchina:00010001:FFE8C7:00000034:FFFFFFFF:Get winning hand Now! (10/21) :ponchina:00010001:FFE8C8:00000034:FFFFFFFF:Get winning hand Now! (11/21) :ponchina:00010001:FFE8C9:00000034:FFFFFFFF:Get winning hand Now! (12/21) :ponchina:00010001:FFE8CA:00000035:FFFFFFFF:Get winning hand Now! (13/21) :ponchina:00010001:FFE8CB:00000035:FFFFFFFF:Get winning hand Now! (14/21) :ponchina:00010001:FFEB04:00000035:FFFFFFFF:Get winning hand Now! (15/21) :ponchina:00010001:FFEB1F:00000001:FFFFFFFF:Get winning hand Now! (16/21) :ponchina:00010001:FFEBE9:00000001:FFFFFFFF:Get winning hand Now! (17/21) :ponchina:00010001:FFEB38:00000035:FFFFFFFF:Get winning hand Now! (18/21) :ponchina:00010001:FFEB48:00000035:FFFFFFFF:Get winning hand Now! (19/21) :ponchina:00010001:FFEB39:00000035:FFFFFFFF:Get winning hand Now! (20/21) :ponchina:00010001:FFEB49:00000035:FFFFFFFF:Get winning hand Now! (21/21) :ponchina:00000000:FFE8BE:00000031:FFFFFFFF:Always winning hand :ponchina:00010000:FFE8BF:00000031:FFFFFFFF:Always winning hand (02/21) :ponchina:00010000:FFE8C0:00000031:FFFFFFFF:Always winning hand (03/21) :ponchina:00010000:FFE8C1:00000032:FFFFFFFF:Always winning hand (04/21) :ponchina:00010000:FFE8C2:00000032:FFFFFFFF:Always winning hand (05/21) :ponchina:00010000:FFE8C3:00000032:FFFFFFFF:Always winning hand (06/21) :ponchina:00010000:FFE8C4:00000033:FFFFFFFF:Always winning hand (07/21) :ponchina:00010000:FFE8C5:00000033:FFFFFFFF:Always winning hand (08/21) :ponchina:00010000:FFE8C6:00000033:FFFFFFFF:Always winning hand (09/21) :ponchina:00010000:FFE8C7:00000034:FFFFFFFF:Always winning hand (10/21) :ponchina:00010000:FFE8C8:00000034:FFFFFFFF:Always winning hand (11/21) :ponchina:00010000:FFE8C9:00000034:FFFFFFFF:Always winning hand (12/21) :ponchina:00010000:FFE8CA:00000035:FFFFFFFF:Always winning hand (13/21) :ponchina:00010000:FFE8CB:00000035:FFFFFFFF:Always winning hand (14/21) :ponchina:00010000:FFEB04:00000035:FFFFFFFF:Always winning hand (15/21) :ponchina:00010000:FFEB1F:00000001:FFFFFFFF:Always winning hand (16/21) :ponchina:00010000:FFEBE9:00000001:FFFFFFFF:Always winning hand (17/21) :ponchina:00010000:FFEB38:00000035:FFFFFFFF:Always winning hand (18/21) :ponchina:00010000:FFEB48:00000035:FFFFFFFF:Always winning hand (19/21) :ponchina:00010000:FFEB39:00000035:FFFFFFFF:Always winning hand (20/21) :ponchina:00010000:FFEB49:00000035:FFFFFFFF:Always winning hand (21/21) :ponchina:00000006:FFE8BE:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :ponchina:00000006:FFE89E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ponchina:0:000000:00:999:[ Here is the look-up list for the above watches. ] ponchina:0:000000:00:999:[ ] ponchina:0:000000:00:999:[ value common name chinese name ] ponchina:0:000000:00:999:[ 00h - no tile - ] ponchina:0:000000:00:999:[ 01h 1 "characters" 1 "wan" ] ponchina:0:000000:00:999:[ 02h 2 "characters" 2 "wan" ] ponchina:0:000000:00:999:[ 03h 3 "characters" 3 "wan" ] ponchina:0:000000:00:999:[ 04h 4 "characters" 4 "wan" ] ponchina:0:000000:00:999:[ 05h 5 "characters" 5 "wan" ] ponchina:0:000000:00:999:[ 06h 6 "characters" 6 "wan" ] ponchina:0:000000:00:999:[ 07h 7 "characters" 7 "wan" ] ponchina:0:000000:00:999:[ 08h 8 "characters" 8 "wan" ] ponchina:0:000000:00:999:[ 09h 9 "characters" 9 "wan" ] ponchina:0:000000:00:999:[ 11h 1 "dots" 1 "tung" ] ponchina:0:000000:00:999:[ 12h 2 "dots" 2 "tung" ] ponchina:0:000000:00:999:[ 13h 3 "dots" 3 "tung" ] ponchina:0:000000:00:999:[ 14h 4 "dots" 4 "tung" ] ponchina:0:000000:00:999:[ 15h 5 "dots" 5 "tung" ] ponchina:0:000000:00:999:[ 16h 6 "dots" 6 "tung" ] ponchina:0:000000:00:999:[ 17h 7 "dots" 7 "tung" ] ponchina:0:000000:00:999:[ 18h 8 "dots" 8 "tung" ] ponchina:0:000000:00:999:[ 19h 9 "dots" 9 "tung" ] ponchina:0:000000:00:999:[ 21h 1 "bamboo" 1 "tiao/Bird" ] ponchina:0:000000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] ponchina:0:000000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] ponchina:0:000000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] ponchina:0:000000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] ponchina:0:000000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] ponchina:0:000000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] ponchina:0:000000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] ponchina:0:000000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] ponchina:0:000000:00:999:[ 31h East "wind" ] ponchina:0:000000:00:999:[ 32h South "wind" ] ponchina:0:000000:00:999:[ 33h West "wind" ] ponchina:0:000000:00:999:[ 34h North "wind" ] ponchina:0:000000:00:999:[ 35h White "dragon" ] ponchina:0:000000:00:999:[ 36h Green "dragon" ] ponchina:0:000000:00:999:[ 37h Red "dragon" ] ; [ Ponpoko ] ponpoko:0:4C64:A1:000:Infinite Time :ponpoko:20800000:1A17:00000000:FFFFFFFF:Invincibility :ponpoko:20810000:1A68:00000018:FFFFFFFF:Invincibility (2/3):1st = Pit & Pin, 2nd = Enemy in Pot :ponpoko:20810000:1AB8:00000018:FFFFFFFF:Invincibility (3/3):Enemy :ponpoko:00000000:4CA4:0000000B:FFFFFFFF:Always Maximum Fruit Bonus:5000pts :ponpoko:00000000:4C4D:00000001:FFFFFFFF:1 Fruit to Finish Pattern :ponpoko:00000001:4C4F:00000001:FFFFFFFF:Finish Current Pattern Now! ponpoko:0:4C48:0A:000:Infinite Lives PL1 ponpoko:0:4C49:0A:000:Infinite Lives PL2 ; [ Ponpoko (Venture Line) ] ponpokov:0:4C64:A1:000:Infinite Time :ponpokov:20800000:1A17:00000000:FFFFFFFF:Invincibility :ponpokov:20810000:1A68:00000018:FFFFFFFF:Invincibility (2/3):1st = Pit & Pin, 2nd = Enemy in Pot :ponpokov:20810000:1AB8:00000018:FFFFFFFF:Invincibility (3/3):Enemy :ponpokov:00000000:4CA4:0000000B:FFFFFFFF:Always Maximum Fruit Bonus:5000pts :ponpokov:00000000:4C4D:00000001:FFFFFFFF:1 Fruit to Finish Pattern :ponpokov:00000001:4C4F:00000001:FFFFFFFF:Finish Current Pattern Now! ponpokov:0:4C48:0A:000:Infinite Lives PL1 ponpokov:0:4C49:0A:000:Infinite Lives PL2 ; [ Pontoon ] pontoon:0:0000:00:999:[Credits in/Credits out mode] pontoon:0:6084:50:001:Get 50000 credits Now! pontoon:0:6085:C3:501:Get 50000 credits Now! (2/4) pontoon:0:6086:00:501:Get 50000 credits Now! (3/4) pontoon:0:6087:00:501:Get 50000 credits Now! (4/4) pontoon:0:6036:00:998:Watch me for CPU's card ; [ Pontoon (Tehkan) ] ponttehk:0:0000:00:999:[ There are no cheats ]:REASON 1 ponttehk:0:0000:00:999:[ for this game as it ]:REASON 1 ponttehk:0:0000:00:999:[ didn't work the last ]:REASON 1 ponttehk:0:0000:00:999:[ time it was tested. ]:REASON 1 ponttehk:0:0000:00:999:[ If the game now works ]:REASON 1 ponttehk:0:0000:00:999:[ please request cheats ]:REASON 1 ponttehk:0:0000:00:999:[ for it on the cheat ]:REASON 1 ponttehk:0:0000:00:999:[ forums. ]:REASON 1 ; [ Poolshark ] poolshrk:0:00AE:39:000:Infinite Time ; [ Pootan ] pootan:0:8908:05:000:Infinite Lives pootan:0:8901:01:001:1 wolf left pootan:0:8D32:00:000:Invincibility to wolves&rocks pootan:0:8F30:01:000:Meat Mania! ; [ Pooyan ] pooyan:0:8908:05:000:Infinite Lives pooyan:0:8901:01:001:1 wolf left pooyan:0:8D32:00:000:Invincibility to wolves&rocks pooyan:0:8F30:01:000:Meat Mania ; [ Pooyan (Stern) ] pooyans:0:8908:05:000:Infinite Lives pooyans:0:8901:01:001:1 wolf left pooyans:0:8D32:00:000:Invincibility to wolves&rocks pooyans:0:8F30:01:000:Meat Mania ; [ Pop Bingo ] popbingo:0:0000:00:999:[ This game hasn't even ]:REASON 11 popbingo:0:0000:00:999:[ been looked at due to ]:REASON 11 popbingo:0:0000:00:999:[ time constraints - Too]:REASON 11 popbingo:0:0000:00:999:[ many games and so ]:REASON 11 popbingo:0:0000:00:999:[ little time. It is ]:REASON 11 popbingo:0:0000:00:999:[ even possible that ]:REASON 11 popbingo:0:0000:00:999:[ this game may be a ]:REASON 11 popbingo:0:0000:00:999:[ clone of an existing ]:REASON 11 popbingo:0:0000:00:999:[ game which may have ]:REASON 11 popbingo:0:0000:00:999:[ cheats. Please search ]:REASON 11 popbingo:0:0000:00:999:[ the cheat forums ]:REASON 11 popbingo:0:0000:00:999:[ before posting cheat ]:REASON 11 popbingo:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pop 'n Bounce / Gapporin ] popbounc:0:10820B:00:001:Finish this Stage Now! :popbounc:00000010:108149:000000D0:FFFF00E4:Always Keep Ball in Play [SOLO MODE] popbounc:0:10823D:63:000:Infinite Lives PL1 :popbounc:00000010:10811B:000000D0:FFFF00E4:Always Keep Ball in Play [VS MODE] PL1 popbounc:0:10824B:63:000:Infinite Lives PL2 :popbounc:00000010:1073DD:000000D0:FFFF00E4:Always Keep Ball in Play [VS MODE] PL2 :popbounc:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :popbounc:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :popbounc:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Popeye (revision D) ] popeye:0:8FDD:99:000:Infinite Credits :popeye:00000000:8800:00000008:0000000F:Infinite Lives popeye:0:890F:7D:000:Always Have Spinach Power popeye:0:8916:70:000:Extra Speed popeye:0:9403:04:000:Always Red popeye:0:88C8:10:000:Change Music popeye:0:890F:7C:000:Freeze falling objects popeye:0:8805:01:000:New Spinach with Each Life popeye:0:8930:0C:000:Disco Bluto popeye:0:8947:FF:000:Bluto is Scared of Staircases:Bonus - if this is activated when Bluto has a barrel on his head, the barrel will stay on for the rest of the level. popeye:0:9465:7F:000:Spinach Stays on Top popeye:0:9465:57:000:Spinach Stays on Bottom popeye:0:89E1:28:000:Errant Spinach (^) popeye:0:89E1:D8:000:Errant Spinach (v) popeye:0:8958:01:000:Errant Olive (>) popeye:0:8958:02:000:Errant Olive (<) popeye:0:890A:00:000:One Heart at a Time ; [ Popeye (bootleg) ] popeyebl:0:8FDD:99:000:Infinite Credits :popeyebl:00000000:8000:00000008:0000000F:Infinite Lives popeyebl:0:810F:7D:000:Always Have Spinach Power popeyebl:0:8116:70:000:Extra Speed popeyebl:0:8C03:04:000:Always Red popeyebl:0:80C8:10:000:Change Music popeyebl:0:810F:7C:000:Freeze falling objects popeyebl:0:8005:01:000:New Spinach with Each Life popeyebl:0:8130:0C:000:Disco Bluto popeyebl:0:8147:FF:000:Bluto is Scared of Staircases:Bonus - if this is activated when Bluto has a barrel on his head, the barrel will stay on for the rest of the level. popeyebl:0:8C65:7F:000:Spinach Stays on Top popeyebl:0:8C65:57:000:Spinach Stays on Bottom popeyebl:0:81E1:28:000:Errant Spinach (^) popeyebl:0:81E1:D8:000:Errant Spinach (v) popeyebl:0:8158:01:000:Errant Olive (>) popeyebl:0:8158:02:000:Errant Olive (<) popeyebl:0:810A:00:000:One Heart at a Time ; [ Popeye (revision F) ] popeyef:0:8FDD:99:000:Infinite Credits :popeyef:00000000:8800:00000008:0000000F:Infinite Lives popeyef:0:890F:7D:000:Always Have Spinach Power popeyef:0:8916:70:000:Extra Speed popeyef:0:9403:04:000:Always Red popeyef:0:88C8:10:000:Change Music popeyef:0:890F:7C:000:Freeze falling objects popeyef:0:8805:01:000:New Spinach with Each Life popeyef:0:8930:0C:000:Disco Bluto popeyef:0:8947:FF:000:Bluto is Scared of Staircases:Bonus - if this is activated when Bluto has a barrel on his head, the barrel will stay on for the rest of the level. popeyef:0:9465:7F:000:Spinach Stays on Top popeyef:0:9465:57:000:Spinach Stays on Bottom popeyef:0:89E1:28:000:Errant Spinach (^) popeyef:0:89E1:D8:000:Errant Spinach (v) popeyef:0:8958:01:000:Errant Olive (>) popeyef:0:8958:02:000:Errant Olive (<) popeyef:0:890A:00:000:One Heart at a Time ; [ Popeye (revision D not protected) ] popeyeu:0:8FDD:99:000:Infinite Credits :popeyeu:00000000:8800:00000008:0000000F:Infinite Lives popeyeu:0:890F:7D:000:Always Have Spinach Power popeyeu:0:8916:70:000:Extra Speed popeyeu:0:9403:04:000:Always Red popeyeu:0:88C8:10:000:Change Music popeyeu:0:890F:7C:000:Freeze falling objects popeyeu:0:8805:01:000:New Spinach with Each Life popeyeu:0:8930:0C:000:Disco Bluto popeyeu:0:8947:FF:000:Bluto is Scared of Staircases:Bonus - if this is activated when Bluto has a barrel on his head, the barrel will stay on for the rest of the level. popeyeu:0:9465:7F:000:Spinach Stays on Top popeyeu:0:9465:57:000:Spinach Stays on Bottom popeyeu:0:89E1:28:000:Errant Spinach (^) popeyeu:0:89E1:D8:000:Errant Spinach (v) popeyeu:0:8958:01:000:Errant Olive (>) popeyeu:0:8958:02:000:Errant Olive (<) popeyeu:0:890A:00:000:One Heart at a Time ; [ Pop Flamer (not protected) ] :popflama:00001301:4029:000000FF:FFFFFFFF:Select Starting Round:Enable on the "PUSH PLAYER BUTTON" message screen popflama:0:4028:03:000:Infinite Lives :popflama:20800000:16DC:000000C9:FFFFFFFF:Invincibility :popflama:20810000:16F5:000000C9:FFFFFFFF:Invincibility (2/3) :popflama:20810000:3D54:000000C9:FFFFFFFF:Invincibility (3/3) popflama:0:4292:0C:000:Constant full length flame popflama:0:4292:18:000:Constant X2 length flame ; [ Pop Flamer (hack?) ] :popflamb:00001301:4029:000000FF:FFFFFFFF:Select Starting Round:Enable on the "PUSH PLAYER BUTTON" message screen popflamb:0:4028:03:000:Infinite Lives :popflamb:20800000:16DC:000000C9:FFFFFFFF:Invincibility :popflamb:20810000:16F5:000000C9:FFFFFFFF:Invincibility (2/3) :popflamb:20810000:3D54:000000C9:FFFFFFFF:Invincibility (3/3) popflamb:0:4292:0C:000:Constant full length flame popflamb:0:4292:18:000:Constant X2 length flame ; [ Pop Flamer (protected) ] :popflame:00001301:4029:000000FF:FFFFFFFF:Select Starting Round:Enable on the "PUSH PLAYER BUTTON" message screen popflame:0:4028:03:000:Infinite Lives :popflame:20800000:16DC:000000C9:FFFFFFFF:Invincibility :popflame:20810000:16F5:000000C9:FFFFFFFF:Invincibility (2/3) :popflame:20810000:3D54:000000C9:FFFFFFFF:Invincibility (3/3) popflame:0:4292:0C:000:Constant full length flame popflame:0:4292:18:000:Constant X2 length flame ; [ Pop 'N Pop (World) ] popnpop:0:400265:09:000:Infinite Credits popnpop:0:40A880:01:000:Infinite Move Time PL1 popnpop:0:40A881:FF:500:Infinite Move Time PL1 (2/2) popnpop:0:40A15D:23:000:Always have lots of Special Weapons Next PL1 popnpop:0:40C1B2:01:000:Cloud never moves PL1 popnpop:0:40C1B3:69:500:Cloud never moves PL1 (2/2) popnpop:0:40A0CF:00:000:Never get Attacked PL1 [VS MODE] popnpop:0:40A826:00:500:Never get Attacked PL1 [VS MODE] (2/3) popnpop:0:40A827:00:500:Never get Attacked PL1 [VS MODE] (3/3) popnpop:0:40A0CD:0A:001:Attack opp. side with 10 Now! PL1 [VS MODE] popnpop:0:40A828:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (2/3) popnpop:0:40A829:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (3/3) popnpop:0:40A0CD:60:001:Attack opp. side with LOTS Now! PL1[VS MODE]:This is effectively a Win this Game Now! cheat popnpop:0:40A828:FF:501:Attack opp. side with LOTS Now! PL1[VS MODE] (2/3) popnpop:0:40A829:FF:501:Attack opp. side with LOTS Now! PL1[VS MODE] (3/3) popnpop:0:000000:00:999:[ The cheats for the Next Bubbles do not update ] popnpop:0:000000:00:999:[ the display, the Current Bubbles do though. ] popnpop:0:40A869:01:000:Current Top Balloon always Red PL1 popnpop:0:40A869:02:000:Current Top Balloon always Brown PL1 popnpop:0:40A869:03:000:Current Top Balloon always Yellow PL1 popnpop:0:40A869:04:000:Current Top Balloon always Green PL1 popnpop:0:40A869:05:000:Current Top Balloon always Light Blue PL1 popnpop:0:40A869:06:000:Current Top Balloon always Dark Blue PL1 popnpop:0:40A869:07:000:Current Top Balloon always Purple PL1 popnpop:0:40A869:08:000:Current Top Balloon always Grey PL1 popnpop:0:40A86B:01:000:Current Bottom Balloon always Red PL1 popnpop:0:40A86B:02:000:Current Bottom Balloon always Brown PL1 popnpop:0:40A86B:03:000:Current Bottom Balloon always Yellow PL1 popnpop:0:40A86B:04:000:Current Bottom Balloon always Green PL1 popnpop:0:40A86B:05:000:Current Bottom Balloon always Light Blue PL1 popnpop:0:40A86B:06:000:Current Bottom Balloon always Dark Blue PL1 popnpop:0:40A86B:07:000:Current Bottom Balloon always Purple PL1 popnpop:0:40A86B:08:000:Current Bottom Balloon always Grey PL1 popnpop:0:40A869:01:001:Current Top Balloon is Red Now! PL1 popnpop:0:40A869:02:001:Current Top Balloon is Brown Now! PL1 popnpop:0:40A869:03:001:Current Top Balloon is Yellow Now! PL1 popnpop:0:40A869:04:001:Current Top Balloon is Green Now! PL1 popnpop:0:40A869:05:001:Current Top Balloon is Light Blue Now! PL1 popnpop:0:40A869:06:001:Current Top Balloon is Dark Blue Now! PL1 popnpop:0:40A869:07:001:Current Top Balloon is Purple Now! PL1 popnpop:0:40A869:08:001:Current Top Balloon is Grey Now! PL1 popnpop:0:40A86B:01:001:Current Bottom Balloon is Red Now! PL1 popnpop:0:40A86B:02:001:Current Bottom Balloon is Brown Now! PL1 popnpop:0:40A86B:03:001:Current Bottom Balloon is Yellow Now! PL1 popnpop:0:40A86B:04:001:Current Bottom Balloon is Green Now! PL1 popnpop:0:40A86B:05:001:Current Bottom Balloon is Light Blue Now! PL1 popnpop:0:40A86B:06:001:Current Bottom Balloon is Dark Blue Now! PL1 popnpop:0:40A86B:07:001:Current Bottom Balloon is Purple Now! PL1 popnpop:0:40A86B:08:001:Current Bottom Balloon is Grey Now! PL1 popnpop:0:40A84B:01:000:Next Top Balloon always Red PL1 popnpop:0:40A84B:02:000:Next Top Balloon always Brown PL1 popnpop:0:40A84B:03:000:Next Top Balloon always Yellow PL1 popnpop:0:40A84B:04:000:Next Top Balloon always Green PL1 popnpop:0:40A84B:05:000:Next Top Balloon always Light Blue PL1 popnpop:0:40A84B:06:000:Next Top Balloon always Dark Blue PL1 popnpop:0:40A84B:07:000:Next Top Balloon always Purple PL1 popnpop:0:40A84B:08:000:Next Top Balloon always Grey PL1 popnpop:0:40A84F:01:000:Next Bottom Balloon always Red PL1 popnpop:0:40A84F:02:000:Next Bottom Balloon always Brown PL1 popnpop:0:40A84F:03:000:Next Bottom Balloon always Yellow PL1 popnpop:0:40A84F:04:000:Next Bottom Balloon always Green PL1 popnpop:0:40A84F:05:000:Next Bottom Balloon always Light Blue PL1 popnpop:0:40A84F:06:000:Next Bottom Balloon always Dark Blue PL1 popnpop:0:40A84F:07:000:Next Bottom Balloon always Purple PL1 popnpop:0:40A84F:08:000:Next Bottom Balloon always Grey PL1 popnpop:0:40A84B:01:001:Next Top Balloon is Red Now! PL1 popnpop:0:40A84B:02:001:Next Top Balloon is Brown Now! PL1 popnpop:0:40A84B:03:001:Next Top Balloon is Yellow Now! PL1 popnpop:0:40A84B:04:001:Next Top Balloon is Green Now! PL1 popnpop:0:40A84B:05:001:Next Top Balloon is Light Blue Now! PL1 popnpop:0:40A84B:06:001:Next Top Balloon is Dark Blue Now! PL1 popnpop:0:40A84B:07:001:Next Top Balloon is Purple Now! PL1 popnpop:0:40A84B:08:001:Next Top Balloon is Grey Now! PL1 popnpop:0:40A84F:01:001:Next Bottom Balloon is Red Now! PL1 popnpop:0:40A84F:02:001:Next Bottom Balloon is Brown Now! PL1 popnpop:0:40A84F:03:001:Next Bottom Balloon is Yellow Now! PL1 popnpop:0:40A84F:04:001:Next Bottom Balloon is Green Now! PL1 popnpop:0:40A84F:05:001:Next Bottom Balloon is Light Blue Now! PL1 popnpop:0:40A84F:06:001:Next Bottom Balloon is Dark Blue Now! PL1 popnpop:0:40A84F:07:001:Next Bottom Balloon is Purple Now! PL1 popnpop:0:40A84F:08:001:Next Bottom Balloon is Grey Now! PL1 popnpop:0:40A882:01:000:Infinite Move Time PL2 popnpop:0:40A883:FF:500:Infinite Move Time PL2 (2/2) popnpop:0:40A15F:23:000:Always have lots of Special Weapons Next PL2 popnpop:0:40C1B4:01:000:Cloud never moves PL2 popnpop:0:40C1B5:69:500:Cloud never moves PL2 (2/2) popnpop:0:40A0CD:00:000:Never get Attacked PL2 [VS MODE] popnpop:0:40A828:00:500:Never get Attacked PL2 [VS MODE] (2/3) popnpop:0:40A829:00:500:Never get Attacked PL2 [VS MODE] (3/3) popnpop:0:40A0CF:0A:001:Attack opp. side with 10 Now! PL2 [VS MODE] popnpop:0:40A826:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (2/3) popnpop:0:40A827:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (3/3) popnpop:0:40A0CF:60:001:Attack opp. side with LOTS Now! PL2[VS MODE]:This is effectively a Win this Game Now! cheat popnpop:0:40A826:FF:501:Attack opp. side with LOTS Now! PL2[VS MODE] (2/3) popnpop:0:40A827:FF:501:Attack opp. side with LOTS Now! PL2[VS MODE] (3/3) popnpop:0:000000:00:999:[ The cheats for the Next Bubbles do not update ] popnpop:0:000000:00:999:[ the display, the Current Bubbles do though. ] popnpop:0:40A86D:01:000:Current Top Balloon always Red PL2 popnpop:0:40A86D:02:000:Current Top Balloon always Brown PL2 popnpop:0:40A86D:03:000:Current Top Balloon always Yellow PL2 popnpop:0:40A86D:04:000:Current Top Balloon always Green PL2 popnpop:0:40A86D:05:000:Current Top Balloon always Light Blue PL2 popnpop:0:40A86D:06:000:Current Top Balloon always Dark Blue PL2 popnpop:0:40A86D:07:000:Current Top Balloon always Purple PL2 popnpop:0:40A86D:08:000:Current Top Balloon always Grey PL2 popnpop:0:40A86F:01:000:Current Bottom Balloon always Red PL2 popnpop:0:40A86F:02:000:Current Bottom Balloon always Brown PL2 popnpop:0:40A86F:03:000:Current Bottom Balloon always Yellow PL2 popnpop:0:40A86F:04:000:Current Bottom Balloon always Green PL2 popnpop:0:40A86F:05:000:Current Bottom Balloon always Light Blue PL2 popnpop:0:40A86F:06:000:Current Bottom Balloon always Dark Blue PL2 popnpop:0:40A86F:07:000:Current Bottom Balloon always Purple PL2 popnpop:0:40A86F:08:000:Current Bottom Balloon always Grey PL2 popnpop:0:40A86D:01:001:Current Top Balloon is Red Now! PL2 popnpop:0:40A86D:02:001:Current Top Balloon is Brown Now! PL2 popnpop:0:40A86D:03:001:Current Top Balloon is Yellow Now! PL2 popnpop:0:40A86D:04:001:Current Top Balloon is Green Now! PL2 popnpop:0:40A86D:05:001:Current Top Balloon is Light Blue Now! PL2 popnpop:0:40A86D:06:001:Current Top Balloon is Dark Blue Now! PL2 popnpop:0:40A86D:07:001:Current Top Balloon is Purple Now! PL2 popnpop:0:40A86D:08:001:Current Top Balloon is Grey Now! PL2 popnpop:0:40A86F:01:001:Current Bottom Balloon is Red Now! PL2 popnpop:0:40A86F:02:001:Current Bottom Balloon is Brown Now! PL2 popnpop:0:40A86F:03:001:Current Bottom Balloon is Yellow Now! PL2 popnpop:0:40A86F:04:001:Current Bottom Balloon is Green Now! PL2 popnpop:0:40A86F:05:001:Current Bottom Balloon is Light Blue Now! PL2 popnpop:0:40A86F:06:001:Current Bottom Balloon is Dark Blue Now! PL2 popnpop:0:40A86F:07:001:Current Bottom Balloon is Purple Now! PL2 popnpop:0:40A86F:08:001:Current Bottom Balloon is Grey Now! PL2 popnpop:0:40A84D:01:000:Next Top Balloon always Red PL2 popnpop:0:40A84D:02:000:Next Top Balloon always Brown PL2 popnpop:0:40A84D:03:000:Next Top Balloon always Yellow PL2 popnpop:0:40A84D:04:000:Next Top Balloon always Green PL2 popnpop:0:40A84D:05:000:Next Top Balloon always Light Blue PL2 popnpop:0:40A84D:06:000:Next Top Balloon always Dark Blue PL2 popnpop:0:40A84D:07:000:Next Top Balloon always Purple PL2 popnpop:0:40A84D:08:000:Next Top Balloon always Grey PL2 popnpop:0:40A851:01:000:Next Bottom Balloon always Red PL2 popnpop:0:40A851:02:000:Next Bottom Balloon always Brown PL2 popnpop:0:40A851:03:000:Next Bottom Balloon always Yellow PL2 popnpop:0:40A851:04:000:Next Bottom Balloon always Green PL2 popnpop:0:40A851:05:000:Next Bottom Balloon always Light Blue PL2 popnpop:0:40A851:06:000:Next Bottom Balloon always Dark Blue PL2 popnpop:0:40A851:07:000:Next Bottom Balloon always Purple PL2 popnpop:0:40A851:08:000:Next Bottom Balloon always Grey PL2 popnpop:0:40A84D:01:001:Next Top Balloon is Red Now! PL2 popnpop:0:40A84D:02:001:Next Top Balloon is Brown Now! PL2 popnpop:0:40A84D:03:001:Next Top Balloon is Yellow Now! PL2 popnpop:0:40A84D:04:001:Next Top Balloon is Green Now! PL2 popnpop:0:40A84D:05:001:Next Top Balloon is Light Blue Now! PL2 popnpop:0:40A84D:06:001:Next Top Balloon is Dark Blue Now! PL2 popnpop:0:40A84D:07:001:Next Top Balloon is Purple Now! PL2 popnpop:0:40A84D:08:001:Next Top Balloon is Grey Now! PL2 popnpop:0:40A851:01:001:Next Bottom Balloon is Red Now! PL2 popnpop:0:40A851:02:001:Next Bottom Balloon is Brown Now! PL2 popnpop:0:40A851:03:001:Next Bottom Balloon is Yellow Now! PL2 popnpop:0:40A851:04:001:Next Bottom Balloon is Green Now! PL2 popnpop:0:40A851:05:001:Next Bottom Balloon is Light Blue Now! PL2 popnpop:0:40A851:06:001:Next Bottom Balloon is Dark Blue Now! PL2 popnpop:0:40A851:07:001:Next Bottom Balloon is Purple Now! PL2 popnpop:0:40A851:08:001:Next Bottom Balloon is Grey Now! PL2 popnpop:0:000000:00:999:[After you enable these region cheats to see any ] popnpop:0:000000:00:999:[effect you will have to reset the game (F3). ] popnpop:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] popnpop:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] popnpop:0:0FFFFF:01:100:Region Switch = Japan popnpop:0:0FFFFF:02:100:Region Switch = US popnpop:0:0FFFFF:03:100:Region Switch = World ; [ Pop 'N Pop (Japan) ] popnpopj:0:400265:09:000:Infinite Credits popnpopj:0:40A880:01:000:Infinite Move Time PL1 popnpopj:0:40A881:FF:500:Infinite Move Time PL1 (2/2) popnpopj:0:40A15D:23:000:Always have lots of Special Weapons Next PL1 popnpopj:0:40C1B2:01:000:Cloud never moves PL1 popnpopj:0:40C1B3:69:500:Cloud never moves PL1 (2/2) popnpopj:0:40A0CF:00:000:Never get Attacked PL1 [VS MODE] popnpopj:0:40A826:00:500:Never get Attacked PL1 [VS MODE] (2/3) popnpopj:0:40A827:00:500:Never get Attacked PL1 [VS MODE] (3/3) popnpopj:0:40A0CD:0A:001:Attack opp. side with 10 Now! PL1 [VS MODE] popnpopj:0:40A828:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (2/3) popnpopj:0:40A829:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (3/3) popnpopj:0:40A0CD:60:001:Attack opp. side with LOTS Now! PL1[VS MODE]:This is effectively a Win this Game Now! cheat popnpopj:0:40A828:FF:501:Attack opp. side with LOTS Now! PL1[VS MODE] (2/3) popnpopj:0:40A829:FF:501:Attack opp. side with LOTS Now! PL1[VS MODE] (3/3) popnpopj:0:000000:00:999:[ The cheats for the Next Bubbles do not update ] popnpopj:0:000000:00:999:[ the display, the Current Bubbles do though. ] popnpopj:0:40A869:01:000:Current Top Balloon always Red PL1 popnpopj:0:40A869:02:000:Current Top Balloon always Brown PL1 popnpopj:0:40A869:03:000:Current Top Balloon always Yellow PL1 popnpopj:0:40A869:04:000:Current Top Balloon always Green PL1 popnpopj:0:40A869:05:000:Current Top Balloon always Light Blue PL1 popnpopj:0:40A869:06:000:Current Top Balloon always Dark Blue PL1 popnpopj:0:40A869:07:000:Current Top Balloon always Purple PL1 popnpopj:0:40A869:08:000:Current Top Balloon always Grey PL1 popnpopj:0:40A86B:01:000:Current Bottom Balloon always Red PL1 popnpopj:0:40A86B:02:000:Current Bottom Balloon always Brown PL1 popnpopj:0:40A86B:03:000:Current Bottom Balloon always Yellow PL1 popnpopj:0:40A86B:04:000:Current Bottom Balloon always Green PL1 popnpopj:0:40A86B:05:000:Current Bottom Balloon always Light Blue PL1 popnpopj:0:40A86B:06:000:Current Bottom Balloon always Dark Blue PL1 popnpopj:0:40A86B:07:000:Current Bottom Balloon always Purple PL1 popnpopj:0:40A86B:08:000:Current Bottom Balloon always Grey PL1 popnpopj:0:40A869:01:001:Current Top Balloon is Red Now! PL1 popnpopj:0:40A869:02:001:Current Top Balloon is Brown Now! PL1 popnpopj:0:40A869:03:001:Current Top Balloon is Yellow Now! PL1 popnpopj:0:40A869:04:001:Current Top Balloon is Green Now! PL1 popnpopj:0:40A869:05:001:Current Top Balloon is Light Blue Now! PL1 popnpopj:0:40A869:06:001:Current Top Balloon is Dark Blue Now! PL1 popnpopj:0:40A869:07:001:Current Top Balloon is Purple Now! PL1 popnpopj:0:40A869:08:001:Current Top Balloon is Grey Now! PL1 popnpopj:0:40A86B:01:001:Current Bottom Balloon is Red Now! PL1 popnpopj:0:40A86B:02:001:Current Bottom Balloon is Brown Now! PL1 popnpopj:0:40A86B:03:001:Current Bottom Balloon is Yellow Now! PL1 popnpopj:0:40A86B:04:001:Current Bottom Balloon is Green Now! PL1 popnpopj:0:40A86B:05:001:Current Bottom Balloon is Light Blue Now! PL1 popnpopj:0:40A86B:06:001:Current Bottom Balloon is Dark Blue Now! PL1 popnpopj:0:40A86B:07:001:Current Bottom Balloon is Purple Now! PL1 popnpopj:0:40A86B:08:001:Current Bottom Balloon is Grey Now! PL1 popnpopj:0:40A84B:01:000:Next Top Balloon always Red PL1 popnpopj:0:40A84B:02:000:Next Top Balloon always Brown PL1 popnpopj:0:40A84B:03:000:Next Top Balloon always Yellow PL1 popnpopj:0:40A84B:04:000:Next Top Balloon always Green PL1 popnpopj:0:40A84B:05:000:Next Top Balloon always Light Blue PL1 popnpopj:0:40A84B:06:000:Next Top Balloon always Dark Blue PL1 popnpopj:0:40A84B:07:000:Next Top Balloon always Purple PL1 popnpopj:0:40A84B:08:000:Next Top Balloon always Grey PL1 popnpopj:0:40A84F:01:000:Next Bottom Balloon always Red PL1 popnpopj:0:40A84F:02:000:Next Bottom Balloon always Brown PL1 popnpopj:0:40A84F:03:000:Next Bottom Balloon always Yellow PL1 popnpopj:0:40A84F:04:000:Next Bottom Balloon always Green PL1 popnpopj:0:40A84F:05:000:Next Bottom Balloon always Light Blue PL1 popnpopj:0:40A84F:06:000:Next Bottom Balloon always Dark Blue PL1 popnpopj:0:40A84F:07:000:Next Bottom Balloon always Purple PL1 popnpopj:0:40A84F:08:000:Next Bottom Balloon always Grey PL1 popnpopj:0:40A84B:01:001:Next Top Balloon is Red Now! PL1 popnpopj:0:40A84B:02:001:Next Top Balloon is Brown Now! PL1 popnpopj:0:40A84B:03:001:Next Top Balloon is Yellow Now! PL1 popnpopj:0:40A84B:04:001:Next Top Balloon is Green Now! PL1 popnpopj:0:40A84B:05:001:Next Top Balloon is Light Blue Now! PL1 popnpopj:0:40A84B:06:001:Next Top Balloon is Dark Blue Now! PL1 popnpopj:0:40A84B:07:001:Next Top Balloon is Purple Now! PL1 popnpopj:0:40A84B:08:001:Next Top Balloon is Grey Now! PL1 popnpopj:0:40A84F:01:001:Next Bottom Balloon is Red Now! PL1 popnpopj:0:40A84F:02:001:Next Bottom Balloon is Brown Now! PL1 popnpopj:0:40A84F:03:001:Next Bottom Balloon is Yellow Now! PL1 popnpopj:0:40A84F:04:001:Next Bottom Balloon is Green Now! PL1 popnpopj:0:40A84F:05:001:Next Bottom Balloon is Light Blue Now! PL1 popnpopj:0:40A84F:06:001:Next Bottom Balloon is Dark Blue Now! PL1 popnpopj:0:40A84F:07:001:Next Bottom Balloon is Purple Now! PL1 popnpopj:0:40A84F:08:001:Next Bottom Balloon is Grey Now! PL1 popnpopj:0:40A882:01:000:Infinite Move Time PL2 popnpopj:0:40A883:FF:500:Infinite Move Time PL2 (2/2) popnpopj:0:40A15F:23:000:Always have lots of Special Weapons Next PL2 popnpopj:0:40C1B4:01:000:Cloud never moves PL2 popnpopj:0:40C1B5:69:500:Cloud never moves PL2 (2/2) popnpopj:0:40A0CD:00:000:Never get Attacked PL2 [VS MODE] popnpopj:0:40A828:00:500:Never get Attacked PL2 [VS MODE] (2/3) popnpopj:0:40A829:00:500:Never get Attacked PL2 [VS MODE] (3/3) popnpopj:0:40A0CF:0A:001:Attack opp. side with 10 Now! PL2 [VS MODE] popnpopj:0:40A826:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (2/3) popnpopj:0:40A827:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (3/3) popnpopj:0:40A0CF:60:001:Attack opp. side with LOTS Now! PL2[VS MODE]:This is effectively a Win this Game Now! cheat popnpopj:0:40A826:FF:501:Attack opp. side with LOTS Now! PL2[VS MODE] (2/3) popnpopj:0:40A827:FF:501:Attack opp. side with LOTS Now! PL2[VS MODE] (3/3) popnpopj:0:000000:00:999:[ The cheats for the Next Bubbles do not update ] popnpopj:0:000000:00:999:[ the display, the Current Bubbles do though. ] popnpopj:0:40A86D:01:000:Current Top Balloon always Red PL2 popnpopj:0:40A86D:02:000:Current Top Balloon always Brown PL2 popnpopj:0:40A86D:03:000:Current Top Balloon always Yellow PL2 popnpopj:0:40A86D:04:000:Current Top Balloon always Green PL2 popnpopj:0:40A86D:05:000:Current Top Balloon always Light Blue PL2 popnpopj:0:40A86D:06:000:Current Top Balloon always Dark Blue PL2 popnpopj:0:40A86D:07:000:Current Top Balloon always Purple PL2 popnpopj:0:40A86D:08:000:Current Top Balloon always Grey PL2 popnpopj:0:40A86F:01:000:Current Bottom Balloon always Red PL2 popnpopj:0:40A86F:02:000:Current Bottom Balloon always Brown PL2 popnpopj:0:40A86F:03:000:Current Bottom Balloon always Yellow PL2 popnpopj:0:40A86F:04:000:Current Bottom Balloon always Green PL2 popnpopj:0:40A86F:05:000:Current Bottom Balloon always Light Blue PL2 popnpopj:0:40A86F:06:000:Current Bottom Balloon always Dark Blue PL2 popnpopj:0:40A86F:07:000:Current Bottom Balloon always Purple PL2 popnpopj:0:40A86F:08:000:Current Bottom Balloon always Grey PL2 popnpopj:0:40A86D:01:001:Current Top Balloon is Red Now! PL2 popnpopj:0:40A86D:02:001:Current Top Balloon is Brown Now! PL2 popnpopj:0:40A86D:03:001:Current Top Balloon is Yellow Now! PL2 popnpopj:0:40A86D:04:001:Current Top Balloon is Green Now! PL2 popnpopj:0:40A86D:05:001:Current Top Balloon is Light Blue Now! PL2 popnpopj:0:40A86D:06:001:Current Top Balloon is Dark Blue Now! PL2 popnpopj:0:40A86D:07:001:Current Top Balloon is Purple Now! PL2 popnpopj:0:40A86D:08:001:Current Top Balloon is Grey Now! PL2 popnpopj:0:40A86F:01:001:Current Bottom Balloon is Red Now! PL2 popnpopj:0:40A86F:02:001:Current Bottom Balloon is Brown Now! PL2 popnpopj:0:40A86F:03:001:Current Bottom Balloon is Yellow Now! PL2 popnpopj:0:40A86F:04:001:Current Bottom Balloon is Green Now! PL2 popnpopj:0:40A86F:05:001:Current Bottom Balloon is Light Blue Now! PL2 popnpopj:0:40A86F:06:001:Current Bottom Balloon is Dark Blue Now! PL2 popnpopj:0:40A86F:07:001:Current Bottom Balloon is Purple Now! PL2 popnpopj:0:40A86F:08:001:Current Bottom Balloon is Grey Now! PL2 popnpopj:0:40A84D:01:000:Next Top Balloon always Red PL2 popnpopj:0:40A84D:02:000:Next Top Balloon always Brown PL2 popnpopj:0:40A84D:03:000:Next Top Balloon always Yellow PL2 popnpopj:0:40A84D:04:000:Next Top Balloon always Green PL2 popnpopj:0:40A84D:05:000:Next Top Balloon always Light Blue PL2 popnpopj:0:40A84D:06:000:Next Top Balloon always Dark Blue PL2 popnpopj:0:40A84D:07:000:Next Top Balloon always Purple PL2 popnpopj:0:40A84D:08:000:Next Top Balloon always Grey PL2 popnpopj:0:40A851:01:000:Next Bottom Balloon always Red PL2 popnpopj:0:40A851:02:000:Next Bottom Balloon always Brown PL2 popnpopj:0:40A851:03:000:Next Bottom Balloon always Yellow PL2 popnpopj:0:40A851:04:000:Next Bottom Balloon always Green PL2 popnpopj:0:40A851:05:000:Next Bottom Balloon always Light Blue PL2 popnpopj:0:40A851:06:000:Next Bottom Balloon always Dark Blue PL2 popnpopj:0:40A851:07:000:Next Bottom Balloon always Purple PL2 popnpopj:0:40A851:08:000:Next Bottom Balloon always Grey PL2 popnpopj:0:40A84D:01:001:Next Top Balloon is Red Now! PL2 popnpopj:0:40A84D:02:001:Next Top Balloon is Brown Now! PL2 popnpopj:0:40A84D:03:001:Next Top Balloon is Yellow Now! PL2 popnpopj:0:40A84D:04:001:Next Top Balloon is Green Now! PL2 popnpopj:0:40A84D:05:001:Next Top Balloon is Light Blue Now! PL2 popnpopj:0:40A84D:06:001:Next Top Balloon is Dark Blue Now! PL2 popnpopj:0:40A84D:07:001:Next Top Balloon is Purple Now! PL2 popnpopj:0:40A84D:08:001:Next Top Balloon is Grey Now! PL2 popnpopj:0:40A851:01:001:Next Bottom Balloon is Red Now! PL2 popnpopj:0:40A851:02:001:Next Bottom Balloon is Brown Now! PL2 popnpopj:0:40A851:03:001:Next Bottom Balloon is Yellow Now! PL2 popnpopj:0:40A851:04:001:Next Bottom Balloon is Green Now! PL2 popnpopj:0:40A851:05:001:Next Bottom Balloon is Light Blue Now! PL2 popnpopj:0:40A851:06:001:Next Bottom Balloon is Dark Blue Now! PL2 popnpopj:0:40A851:07:001:Next Bottom Balloon is Purple Now! PL2 popnpopj:0:40A851:08:001:Next Bottom Balloon is Grey Now! PL2 popnpopj:0:000000:00:999:[After you enable these region cheats to see any ] popnpopj:0:000000:00:999:[effect you will have to reset the game (F3). ] popnpopj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] popnpopj:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] popnpopj:0:0FFFFF:01:100:Region Switch = Japan popnpopj:0:0FFFFF:02:100:Region Switch = US popnpopj:0:0FFFFF:03:100:Region Switch = World ; [ Pop 'N Pop (US) ] popnpopu:0:400265:09:000:Infinite Credits popnpopu:0:40A880:01:000:Infinite Move Time PL1 popnpopu:0:40A881:FF:500:Infinite Move Time PL1 (2/2) popnpopu:0:40A15D:23:000:Always have lots of Special Weapons Next PL1 popnpopu:0:40C1B2:01:000:Cloud never moves PL1 popnpopu:0:40C1B3:69:500:Cloud never moves PL1 (2/2) popnpopu:0:40A0CF:00:000:Never get Attacked PL1 [VS MODE] popnpopu:0:40A826:00:500:Never get Attacked PL1 [VS MODE] (2/3) popnpopu:0:40A827:00:500:Never get Attacked PL1 [VS MODE] (3/3) popnpopu:0:40A0CD:0A:001:Attack opp. side with 10 Now! PL1 [VS MODE] popnpopu:0:40A828:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (2/3) popnpopu:0:40A829:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (3/3) popnpopu:0:40A0CD:60:001:Attack opp. side with LOTS Now! PL1[VS MODE]:This is effectively a Win this Game Now! cheat popnpopu:0:40A828:FF:501:Attack opp. side with LOTS Now! PL1[VS MODE] (2/3) popnpopu:0:40A829:FF:501:Attack opp. side with LOTS Now! PL1[VS MODE] (3/3) popnpopu:0:000000:00:999:[ The cheats for the Next Bubbles do not update ] popnpopu:0:000000:00:999:[ the display, the Current Bubbles do though. ] popnpopu:0:40A869:01:000:Current Top Balloon always Red PL1 popnpopu:0:40A869:02:000:Current Top Balloon always Brown PL1 popnpopu:0:40A869:03:000:Current Top Balloon always Yellow PL1 popnpopu:0:40A869:04:000:Current Top Balloon always Green PL1 popnpopu:0:40A869:05:000:Current Top Balloon always Light Blue PL1 popnpopu:0:40A869:06:000:Current Top Balloon always Dark Blue PL1 popnpopu:0:40A869:07:000:Current Top Balloon always Purple PL1 popnpopu:0:40A869:08:000:Current Top Balloon always Grey PL1 popnpopu:0:40A86B:01:000:Current Bottom Balloon always Red PL1 popnpopu:0:40A86B:02:000:Current Bottom Balloon always Brown PL1 popnpopu:0:40A86B:03:000:Current Bottom Balloon always Yellow PL1 popnpopu:0:40A86B:04:000:Current Bottom Balloon always Green PL1 popnpopu:0:40A86B:05:000:Current Bottom Balloon always Light Blue PL1 popnpopu:0:40A86B:06:000:Current Bottom Balloon always Dark Blue PL1 popnpopu:0:40A86B:07:000:Current Bottom Balloon always Purple PL1 popnpopu:0:40A86B:08:000:Current Bottom Balloon always Grey PL1 popnpopu:0:40A869:01:001:Current Top Balloon is Red Now! PL1 popnpopu:0:40A869:02:001:Current Top Balloon is Brown Now! PL1 popnpopu:0:40A869:03:001:Current Top Balloon is Yellow Now! PL1 popnpopu:0:40A869:04:001:Current Top Balloon is Green Now! PL1 popnpopu:0:40A869:05:001:Current Top Balloon is Light Blue Now! PL1 popnpopu:0:40A869:06:001:Current Top Balloon is Dark Blue Now! PL1 popnpopu:0:40A869:07:001:Current Top Balloon is Purple Now! PL1 popnpopu:0:40A869:08:001:Current Top Balloon is Grey Now! PL1 popnpopu:0:40A86B:01:001:Current Bottom Balloon is Red Now! PL1 popnpopu:0:40A86B:02:001:Current Bottom Balloon is Brown Now! PL1 popnpopu:0:40A86B:03:001:Current Bottom Balloon is Yellow Now! PL1 popnpopu:0:40A86B:04:001:Current Bottom Balloon is Green Now! PL1 popnpopu:0:40A86B:05:001:Current Bottom Balloon is Light Blue Now! PL1 popnpopu:0:40A86B:06:001:Current Bottom Balloon is Dark Blue Now! PL1 popnpopu:0:40A86B:07:001:Current Bottom Balloon is Purple Now! PL1 popnpopu:0:40A86B:08:001:Current Bottom Balloon is Grey Now! PL1 popnpopu:0:40A84B:01:000:Next Top Balloon always Red PL1 popnpopu:0:40A84B:02:000:Next Top Balloon always Brown PL1 popnpopu:0:40A84B:03:000:Next Top Balloon always Yellow PL1 popnpopu:0:40A84B:04:000:Next Top Balloon always Green PL1 popnpopu:0:40A84B:05:000:Next Top Balloon always Light Blue PL1 popnpopu:0:40A84B:06:000:Next Top Balloon always Dark Blue PL1 popnpopu:0:40A84B:07:000:Next Top Balloon always Purple PL1 popnpopu:0:40A84B:08:000:Next Top Balloon always Grey PL1 popnpopu:0:40A84F:01:000:Next Bottom Balloon always Red PL1 popnpopu:0:40A84F:02:000:Next Bottom Balloon always Brown PL1 popnpopu:0:40A84F:03:000:Next Bottom Balloon always Yellow PL1 popnpopu:0:40A84F:04:000:Next Bottom Balloon always Green PL1 popnpopu:0:40A84F:05:000:Next Bottom Balloon always Light Blue PL1 popnpopu:0:40A84F:06:000:Next Bottom Balloon always Dark Blue PL1 popnpopu:0:40A84F:07:000:Next Bottom Balloon always Purple PL1 popnpopu:0:40A84F:08:000:Next Bottom Balloon always Grey PL1 popnpopu:0:40A84B:01:001:Next Top Balloon is Red Now! PL1 popnpopu:0:40A84B:02:001:Next Top Balloon is Brown Now! PL1 popnpopu:0:40A84B:03:001:Next Top Balloon is Yellow Now! PL1 popnpopu:0:40A84B:04:001:Next Top Balloon is Green Now! PL1 popnpopu:0:40A84B:05:001:Next Top Balloon is Light Blue Now! PL1 popnpopu:0:40A84B:06:001:Next Top Balloon is Dark Blue Now! PL1 popnpopu:0:40A84B:07:001:Next Top Balloon is Purple Now! PL1 popnpopu:0:40A84B:08:001:Next Top Balloon is Grey Now! PL1 popnpopu:0:40A84F:01:001:Next Bottom Balloon is Red Now! PL1 popnpopu:0:40A84F:02:001:Next Bottom Balloon is Brown Now! PL1 popnpopu:0:40A84F:03:001:Next Bottom Balloon is Yellow Now! PL1 popnpopu:0:40A84F:04:001:Next Bottom Balloon is Green Now! PL1 popnpopu:0:40A84F:05:001:Next Bottom Balloon is Light Blue Now! PL1 popnpopu:0:40A84F:06:001:Next Bottom Balloon is Dark Blue Now! PL1 popnpopu:0:40A84F:07:001:Next Bottom Balloon is Purple Now! PL1 popnpopu:0:40A84F:08:001:Next Bottom Balloon is Grey Now! PL1 popnpopu:0:40A882:01:000:Infinite Move Time PL2 popnpopu:0:40A883:FF:500:Infinite Move Time PL2 (2/2) popnpopu:0:40A15F:23:000:Always have lots of Special Weapons Next PL2 popnpopu:0:40C1B4:01:000:Cloud never moves PL2 popnpopu:0:40C1B5:69:500:Cloud never moves PL2 (2/2) popnpopu:0:40A0CD:00:000:Never get Attacked PL2 [VS MODE] popnpopu:0:40A828:00:500:Never get Attacked PL2 [VS MODE] (2/3) popnpopu:0:40A829:00:500:Never get Attacked PL2 [VS MODE] (3/3) popnpopu:0:40A0CF:0A:001:Attack opp. side with 10 Now! PL2 [VS MODE] popnpopu:0:40A826:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (2/3) popnpopu:0:40A827:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (3/3) popnpopu:0:40A0CF:60:001:Attack opp. side with LOTS Now! PL2[VS MODE]:This is effectively a Win this Game Now! cheat popnpopu:0:40A826:FF:501:Attack opp. side with LOTS Now! PL2[VS MODE] (2/3) popnpopu:0:40A827:FF:501:Attack opp. side with LOTS Now! PL2[VS MODE] (3/3) popnpopu:0:000000:00:999:[ The cheats for the Next Bubbles do not update ] popnpopu:0:000000:00:999:[ the display, the Current Bubbles do though. ] popnpopu:0:40A86D:01:000:Current Top Balloon always Red PL2 popnpopu:0:40A86D:02:000:Current Top Balloon always Brown PL2 popnpopu:0:40A86D:03:000:Current Top Balloon always Yellow PL2 popnpopu:0:40A86D:04:000:Current Top Balloon always Green PL2 popnpopu:0:40A86D:05:000:Current Top Balloon always Light Blue PL2 popnpopu:0:40A86D:06:000:Current Top Balloon always Dark Blue PL2 popnpopu:0:40A86D:07:000:Current Top Balloon always Purple PL2 popnpopu:0:40A86D:08:000:Current Top Balloon always Grey PL2 popnpopu:0:40A86F:01:000:Current Bottom Balloon always Red PL2 popnpopu:0:40A86F:02:000:Current Bottom Balloon always Brown PL2 popnpopu:0:40A86F:03:000:Current Bottom Balloon always Yellow PL2 popnpopu:0:40A86F:04:000:Current Bottom Balloon always Green PL2 popnpopu:0:40A86F:05:000:Current Bottom Balloon always Light Blue PL2 popnpopu:0:40A86F:06:000:Current Bottom Balloon always Dark Blue PL2 popnpopu:0:40A86F:07:000:Current Bottom Balloon always Purple PL2 popnpopu:0:40A86F:08:000:Current Bottom Balloon always Grey PL2 popnpopu:0:40A86D:01:001:Current Top Balloon is Red Now! PL2 popnpopu:0:40A86D:02:001:Current Top Balloon is Brown Now! PL2 popnpopu:0:40A86D:03:001:Current Top Balloon is Yellow Now! PL2 popnpopu:0:40A86D:04:001:Current Top Balloon is Green Now! PL2 popnpopu:0:40A86D:05:001:Current Top Balloon is Light Blue Now! PL2 popnpopu:0:40A86D:06:001:Current Top Balloon is Dark Blue Now! PL2 popnpopu:0:40A86D:07:001:Current Top Balloon is Purple Now! PL2 popnpopu:0:40A86D:08:001:Current Top Balloon is Grey Now! PL2 popnpopu:0:40A86F:01:001:Current Bottom Balloon is Red Now! PL2 popnpopu:0:40A86F:02:001:Current Bottom Balloon is Brown Now! PL2 popnpopu:0:40A86F:03:001:Current Bottom Balloon is Yellow Now! PL2 popnpopu:0:40A86F:04:001:Current Bottom Balloon is Green Now! PL2 popnpopu:0:40A86F:05:001:Current Bottom Balloon is Light Blue Now! PL2 popnpopu:0:40A86F:06:001:Current Bottom Balloon is Dark Blue Now! PL2 popnpopu:0:40A86F:07:001:Current Bottom Balloon is Purple Now! PL2 popnpopu:0:40A86F:08:001:Current Bottom Balloon is Grey Now! PL2 popnpopu:0:40A84D:01:000:Next Top Balloon always Red PL2 popnpopu:0:40A84D:02:000:Next Top Balloon always Brown PL2 popnpopu:0:40A84D:03:000:Next Top Balloon always Yellow PL2 popnpopu:0:40A84D:04:000:Next Top Balloon always Green PL2 popnpopu:0:40A84D:05:000:Next Top Balloon always Light Blue PL2 popnpopu:0:40A84D:06:000:Next Top Balloon always Dark Blue PL2 popnpopu:0:40A84D:07:000:Next Top Balloon always Purple PL2 popnpopu:0:40A84D:08:000:Next Top Balloon always Grey PL2 popnpopu:0:40A851:01:000:Next Bottom Balloon always Red PL2 popnpopu:0:40A851:02:000:Next Bottom Balloon always Brown PL2 popnpopu:0:40A851:03:000:Next Bottom Balloon always Yellow PL2 popnpopu:0:40A851:04:000:Next Bottom Balloon always Green PL2 popnpopu:0:40A851:05:000:Next Bottom Balloon always Light Blue PL2 popnpopu:0:40A851:06:000:Next Bottom Balloon always Dark Blue PL2 popnpopu:0:40A851:07:000:Next Bottom Balloon always Purple PL2 popnpopu:0:40A851:08:000:Next Bottom Balloon always Grey PL2 popnpopu:0:40A84D:01:001:Next Top Balloon is Red Now! PL2 popnpopu:0:40A84D:02:001:Next Top Balloon is Brown Now! PL2 popnpopu:0:40A84D:03:001:Next Top Balloon is Yellow Now! PL2 popnpopu:0:40A84D:04:001:Next Top Balloon is Green Now! PL2 popnpopu:0:40A84D:05:001:Next Top Balloon is Light Blue Now! PL2 popnpopu:0:40A84D:06:001:Next Top Balloon is Dark Blue Now! PL2 popnpopu:0:40A84D:07:001:Next Top Balloon is Purple Now! PL2 popnpopu:0:40A84D:08:001:Next Top Balloon is Grey Now! PL2 popnpopu:0:40A851:01:001:Next Bottom Balloon is Red Now! PL2 popnpopu:0:40A851:02:001:Next Bottom Balloon is Brown Now! PL2 popnpopu:0:40A851:03:001:Next Bottom Balloon is Yellow Now! PL2 popnpopu:0:40A851:04:001:Next Bottom Balloon is Green Now! PL2 popnpopu:0:40A851:05:001:Next Bottom Balloon is Light Blue Now! PL2 popnpopu:0:40A851:06:001:Next Bottom Balloon is Dark Blue Now! PL2 popnpopu:0:40A851:07:001:Next Bottom Balloon is Purple Now! PL2 popnpopu:0:40A851:08:001:Next Bottom Balloon is Grey Now! PL2 popnpopu:0:000000:00:999:[After you enable these region cheats to see any ] popnpopu:0:000000:00:999:[effect you will have to reset the game (F3). ] popnpopu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] popnpopu:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] popnpopu:0:0FFFFF:01:100:Region Switch = Japan popnpopu:0:0FFFFF:02:100:Region Switch = US popnpopu:0:0FFFFF:03:100:Region Switch = World ; [ Popper ] popper:0:D99F:03:000:Infinite Lives :popper:20800000:2436:000000C9:FFFFFFFF:Invincibility :popper:20810000:255A:000000C9:FFFFFFFF:Invincibility (2/2):1st = Odd Stage, 2nd = Even Stage popper:0:D9A4:00:001:Finish this Round Now! ; [ Pop's Pop's ] :popspops:00000000:0C0021:00000063:FFFFFFFF:Infinite Credits :popspops:00000000:0C023F:00000010:FFFFFFFF:Infinite Time :popspops:00000000:0C0211:00000004:FFFFFFFF:Infinite Lives PL1 :popspops:00000000:0C0213:00000004:FFFFFFFF:Infinite Lives PL2 ; [ Popper (Hard Head bootleg) ] pop_hh:0:C040:99:000:Infinite Credits pop_hh:0:C025:5A:000:Infinite Time pop_hh:0:C026:09:500:Infinite Time (2/2) pop_hh:0:4BB8:C9:100:Invincibility against bosses :pop_hh:00001301:C108:0000000F:FFFFFFFF:Select starting stage:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! pop_hh:0:C108:0F:061:Select next stage pop_hh:0:0000:00:999:[See the Dip Switch Menu to enable an ] pop_hh:0:0000:00:999:[alternate Invincibility cheat. ] pop_hh:0:C104:05:000:Infinite Lives PL1 pop_hh:0:C135:04:000:Infinite Energy PL1 pop_hh:0:C136:03:000:Normal Invincibility PL1 pop_hh:0:C184:05:000:Infinite Lives PL2 pop_hh:0:C1B5:04:000:Infinite Energy PL2 pop_hh:0:C1B6:03:000:Normal Invincibility PL2 ; [ Porky ] porky:0:1CBA:99:000:Infinite Credits porky:0:1DCD:00:000:Invincibility porky:0:1C9C:09:000:Infinite Lives PL1 porky:0:1C9D:09:000:Infinite Lives PL2 ; [ Port Man ] portman:0:8050:05:000:Infinite Lives :portman:20800000:1025:000000C3:FFFFFFFF:Invincibility :portman:20910000:43AF:0000B8C3:FFFFFFFF:Invincibility (2/3):1st = In the Port, 2nd = In the Warehouse :portman:20810000:4573:000000C9:FFFFFFFF:Invincibility (3/3):Dynamite in the Warehouse :portman:20900000:0008:00002800:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Portraits (set 1) ] :portrait:00000000:9249:0000000B:FFFFFFFF:Infinite Lives PL1 :portrait:00000000:9242:00000022:FFFFFFFF:Infinite Pictures PL1 :portrait:00000000:924A:0000000B:FFFFFFFF:Infinite Lives PL2 :portrait:00000000:9243:00000022:FFFFFFFF:Infinite Pictures PL2 ; [ Portraits (set 2) ] :portrata:00000000:9249:0000000B:FFFFFFFF:Infinite Lives PL1 :portrata:00000000:9242:00000022:FFFFFFFF:Infinite Pictures PL1 :portrata:00000000:924A:0000000B:FFFFFFFF:Infinite Lives PL2 :portrata:00000000:9243:00000022:FFFFFFFF:Infinite Pictures PL2 ; [ Pot of Gold ] potogold:0:0123:08:000:Infinite Lives PL1 potogold:0:0134:08:000:Infinite Lives PL2 potogold:0:028C:B4:000:Freeze Leprechaun potogold:0:028D:9C:500:Freeze Leprechaun (2/2) ; [ Poto Poto (Japan) ] potopoto:0:FFECBD:09:000:Infinite Credits potopoto:0:FF18F9:00:000:Infinite Time potopoto:0:FF9877:01:000:Current Tile always Yellow PL1 potopoto:0:FF9877:02:000:Current Tile always Dark Blue PL1 potopoto:0:FF9877:03:000:Current Tile always Green PL1 potopoto:0:FF9877:04:000:Current Tile always Red PL1 potopoto:0:FF9877:05:000:Current Tile always Light Blue PL1 potopoto:0:FF9877:09:000:Current Tile always Bomb Tile PL1 potopoto:0:FF9877:01:001:Current Tile is Yellow Now! PL1 potopoto:0:FF9877:02:001:Current Tile is Dark Blue Now! PL1 potopoto:0:FF9877:03:001:Current Tile is Green Now! PL1 potopoto:0:FF9877:04:001:Current Tile is Red Now! PL1 potopoto:0:FF9877:05:001:Current Tile is Light Blue Now! PL1 potopoto:0:FF9877:09:001:Current Tile is Bomb Tile Now! PL1 potopoto:0:FF9B9D:01:000:Current Tile always Yellow PL2 potopoto:0:FF9B9D:02:000:Current Tile always Dark Blue PL2 potopoto:0:FF9B9D:03:000:Current Tile always Green PL2 potopoto:0:FF9B9D:04:000:Current Tile always Red PL2 potopoto:0:FF9B9D:05:000:Current Tile always Light Blue PL2 potopoto:0:FF9B9D:09:000:Current Tile always Bomb Tile PL2 potopoto:0:FF9B9D:01:001:Current Tile is Yellow Now! PL2 potopoto:0:FF9B9D:02:001:Current Tile is Dark Blue Now! PL2 potopoto:0:FF9B9D:03:001:Current Tile is Green Now! PL2 potopoto:0:FF9B9D:04:001:Current Tile is Red Now! PL2 potopoto:0:FF9B9D:05:001:Current Tile is Light Blue Now! PL2 potopoto:0:FF9B9D:09:001:Current Tile is Bomb Tile Now! PL2 ; [ Pound for Pound (World) ] poundfor:0:E0023:00:000:Infinite Round Time poundfor:0:E0023:B4:001:Finish Round Now! poundfor:0:E00F6:A0:000:Infinite Energy (Title Match) PL1 poundfor:0:E00F6:70:000:Infinite Energy (Main Event) PL1 poundfor:0:E00F6:00:001:Drain all Energy Now! PL1 poundfor:0:E04B6:A0:000:Infinite Energy (Title Match) PL2 poundfor:0:E04B6:70:000:Infinite Energy (Main Event) CP poundfor:0:E04B6:00:001:Drain all Energy Now! PL2/CP ; [ Pound for Pound (US) ] poundfou:0:E0023:00:000:Infinite Round Time poundfou:0:E0023:B4:001:Finish Round Now! poundfou:0:E00F6:A0:000:Infinite Energy (Title Match) PL1 poundfou:0:E00F6:70:000:Infinite Energy (Main Event) PL1 poundfou:0:E00F6:00:001:Drain all Energy Now! PL1 poundfou:0:E04B6:A0:000:Infinite Energy (Title Match) PL2 poundfou:0:E04B6:70:000:Infinite Energy (Main Event) CP poundfou:0:E04B6:00:001:Drain all Energy Now! PL2/CP ; [ P.O.W. - Prisoners of War (US) ] pow:0:04003B:63:000:Infinite Lives PL1 pow:0:040036:1F:000:Infinite Energy PL1 pow:0:040039:79:000:Infinite Ammo PL1 pow:0:040052:00:000:Invincibility PL1 pow:0:040053:FF:500:Invincibility PL1 (2/2) pow:0:040015:00:005:Always have No weapon PL1 pow:0:040015:01:005:Always have Machine Gun PL1 pow:0:040015:03:005:Always have Knife PL1 pow:0:040015:00:001:Lose all weapons Now! PL1 pow:0:040015:01:001:Get Machine Gun Now! PL1 pow:0:040015:03:001:Get Knife Now! PL1 pow:0:04009B:63:000:Infinite Lives PL2 pow:0:040096:1F:000:Infinite Energy PL2 pow:0:040099:79:000:Infinite Ammo PL2 pow:0:0400B2:00:000:Invincibility PL2 pow:0:0400B3:FF:500:Invincibility PL2 (2/2) pow:0:040075:00:005:Always have No weapon PL2 pow:0:040075:01:005:Always have Machine Gun PL2 pow:0:040075:03:005:Always have Knife PL2 pow:0:040075:00:001:Lose all weapons Now! PL2 pow:0:040075:01:001:Get Machine Gun Now! PL2 pow:0:040075:03:001:Get Knife Now! PL2 ; [ Power Balls ] :powerbal:00000000:0F8231:00000063:FFFFFFFF:Infinite Credits :powerbal:00001301:0F8253:0000001E:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :powerbal:00000001:0F824F:000000FF:FFFFFFFF:Finish Current Stage Now! :powerbal:00200000:0F8239:00090059:FFFFFFFF:Infinite Time :powerbal:00000000:0F8251:00000004:FFFFFFFF:Infinite Balls :powerbal:20900000:00789C:00000000:FFFFFFFF:Always Keep One Ball :powerbal:20B10000:0078A2:44A80016:FFFFFFFF:Always Keep One Ball (2/3):1st = cmpi.l #$0, D0, 2nd = neg.l (16,A0) :powerbal:20910000:0078A6:00006036:FFFFFFFF:Always Keep One Ball (3/3):bra 78DE :powerbal:20800000:0009F2:00000060:FFFFFFFF:Invincibility ; [ Power Balls (Super Slam conversion) ] :powerbls:00000000:FF8179:00000063:FFFFFFFF:Infinite Credits :powerbls:00001301:FF819B:0000001E:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :powerbls:00000001:FF8197:000000FF:FFFFFFFF:Finish Current Stage Now! :powerbls:00200000:FF8181:00090059:FFFFFFFF:Infinite Time :powerbls:00000000:FF8199:00000004:FFFFFFFF:Infinite Balls :powerbls:20900000:00786C:00000000:FFFFFFFF:Always Keep One Ball :powerbls:20B10000:007872:44A80016:FFFFFFFF:Always Keep One Ball (2/3):1st = cmpi.l #$0, D0, 2nd = neg.l (16,A0) :powerbls:20910000:007876:00006036:FFFFFFFF:Always Keep One Ball (3/3):bra 78AE :powerbls:20800000:0009F2:00000060:FFFFFFFF:Invincibility ; [ Power Drive ] powerdrv:0:E023:00:000:Infinite Official Time powerdrv:0:E024:00:500:Infinite Official Time (2/2) ; [ Power Instinct (USA, bootleg set 1) ] powerina:0:180344:99:000:Infinite Time powerina:0:180344:00:001:Finish this Round Now! powerina:0:180699:FF:000:Infinite Energy PL1 powerina:0:180699:00:001:Drain All Energy Now! PL1 powerina:0:180799:FF:000:Infinite Energy PL2 powerina:0:180799:00:001:Drain All Energy Now! PL2 ; [ Power Instinct (USA, bootleg set 2) ] powerinb:0:180344:99:000:Infinite Time powerinb:0:180344:00:001:Finish this Round Now! powerinb:0:180699:FF:000:Infinite Energy PL1 powerinb:0:180699:00:001:Drain All Energy Now! PL1 powerinb:0:180799:FF:000:Infinite Energy PL2 powerinb:0:180799:00:001:Drain All Energy Now! PL2 ; [ Gouketsuji Ichizoku (Japan) ] powerins:0:180344:99:000:Infinite Time powerins:0:180344:00:001:Finish this Round Now! powerins:0:180699:FF:000:Infinite Energy PL1 powerins:0:180699:00:001:Drain All Energy Now! PL1 powerins:0:180799:FF:000:Infinite Energy PL2 powerins:0:180799:00:001:Drain All Energy Now! PL2 ; [ Gouketsuji Ichizoku (Japan, bootleg) ] powernjb:0:180344:99:000:Infinite Time powernjb:0:180344:00:001:Finish this Round Now! powernjb:0:180699:FF:000:Infinite Energy PL1 powernjb:0:180699:00:001:Drain All Energy Now! PL1 powernjb:0:180799:FF:000:Infinite Energy PL2 powernjb:0:180799:00:001:Drain All Energy Now! PL2 ; [ Datsugoku - Prisoners of War (Japan) ] powj:0:04003B:63:000:Infinite Lives PL1 powj:0:040036:1F:000:Infinite Energy PL1 powj:0:040039:79:000:Infinite Ammo PL1 powj:0:040052:00:000:Invincibility PL1 powj:0:040053:FF:500:Invincibility PL1 (2/2) powj:0:040015:00:005:Always have No weapon PL1 powj:0:040015:01:005:Always have Machine Gun PL1 powj:0:040015:03:005:Always have Knife PL1 powj:0:040015:00:001:Lose all weapons Now! PL1 powj:0:040015:01:001:Get Machine Gun Now! PL1 powj:0:040015:03:001:Get Knife Now! PL1 powj:0:04009B:63:000:Infinite Lives PL2 powj:0:040096:1F:000:Infinite Energy PL2 powj:0:040099:79:000:Infinite Ammo PL2 powj:0:0400B2:00:000:Invincibility PL2 powj:0:0400B3:FF:500:Invincibility PL2 (2/2) powj:0:040075:00:005:Always have No weapon PL2 powj:0:040075:01:005:Always have Machine Gun PL2 powj:0:040075:03:005:Always have Knife PL2 powj:0:040075:00:001:Lose all weapons Now! PL2 powj:0:040075:01:001:Get Machine Gun Now! PL2 powj:0:040075:03:001:Get Knife Now! PL2 ; [ Power Play ] powrplay:0:EA14:FF:000:Infinite Time powrplay:0:E525:40:000:Distract Computer Opponent:Keeps Computer Opponent Running To The Top Of The Halfway Line powrplay:0:E41A:99:073:Select Score PL1 powrplay:0:E41A:00:000:Score always = 0 PL1 powrplay:0:E41A:50:000:Score always = 50 PL1 powrplay:0:E41A:00:001:Score = 0 Now! PL1 powrplay:0:E41A:50:001:Score = 50 Now! PL1 powrplay:0:E51A:99:073:Select Score PL2 powrplay:0:E51A:00:000:Score always = 0 PL2 powrplay:0:E51A:50:000:Score always = 50 PL2 powrplay:0:E51A:00:001:Score = 0 Now! PL2 powrplay:0:E51A:50:001:Score = 50 Now! PL2 ; [ Pang Pang Car ] :ppcar:00000000:1000261C:00000063:FFFFFFFF:Infinite Credits :ppcar:62000000:00000000:00000000:00000000:Select Starting Stage:Enable on the character selection screen :ppcar:00011001:1002D40C:00000000:FFFFFFFF:Stage 1 :ppcar:00011001:1002D40C:00000001:FFFFFFFF:Stage 2 :ppcar:00011001:1002D40C:00000002:FFFFFFFF:Stage 3 :ppcar:00011001:1002D40C:00000003:FFFFFFFF:Bonus Stage 1 :ppcar:00011001:1002D40C:00000004:FFFFFFFF:Stage 4 :ppcar:00011001:1002D40C:00000005:FFFFFFFF:Stage 5 :ppcar:00011001:1002D40C:00000006:FFFFFFFF:Stage 6 :ppcar:00011001:1002D40C:00000007:FFFFFFFF:Stage 7 :ppcar:00011001:1002D40C:00000008:FFFFFFFF:Bonus Stage 2 :ppcar:00011001:1002D40C:00000009:FFFFFFFF:Stage 8 :ppcar:00011001:1002D40C:0000000A:FFFFFFFF:Stage 9 :ppcar:00011001:1002D40C:0000000B:FFFFFFFF:Stage 10 :ppcar:00011001:1002D40C:0000000C:FFFFFFFF:Bonus Stage 3 :ppcar:00011001:1002D40C:0000000D:FFFFFFFF:Stage 11 :ppcar:00000000:1002D424:00000005:FFFFFFFF:Infinite Lives :ppcar:00000000:100610B4:00000064:FFFFFFFF:Infinite Energy :ppcar:00000000:100610C0:00000064:FFFFFFFF:Infinite Power :ppcar:00000000:100610AC:00000002:FFFFFFFF:Invincibility :ppcar:00000000:100610EC:00000063:FFFFFFFF:Infinite Missiles :ppcar:00000000:100610BC:00000001:FFFFFFFF:Always Have Speed Up :ppcar:60000000:00000000:00000000:00000000:[ DON'T use Item Collect on Stage 11] :ppcar:60000000:00000000:00000000:00000000:[ because you can't finish the game ] :ppcar:00000001:1002D41C:00000000:FFFFFFFF:Collect All Items Now!:Finish the stage or Boss appears ; [ Pasha Pasha Champ Mini Game Festival ] ppchamp:0:000000:00:999:[ The Infinite Time cheats should be turned OFF ] ppchamp:0:000000:00:999:[ when you've finished the stage or have done ] ppchamp:0:000000:00:999:[ enough to complete the stage. ] ppchamp:0:120C91:21:000:Infinite Time (01 - Strike Dolls) ppchamp:0:122675:21:000:Infinite Time (02 - Hungry Kitty) ppchamp:0:127977:21:000:Infinite Time (03 - Monster Madness) ppchamp:0:127917:21:000:Infinite Time (04 - Wash Day) ;More Time and Answer cheats to be found for the other 15 stages. ppchamp:0:120899:04:000:Infinite Lives PL1 ppchamp:0:1208B7:04:000:Infinite Lives PL2 ppchamp:0:1208D5:04:000:Infinite Lives PL3 ; [ Ping-Pong King ] ppking:0:0000:00:999:[ This game hasn't even ]:REASON 11 ppking:0:0000:00:999:[ been looked at due to ]:REASON 11 ppking:0:0000:00:999:[ time constraints - Too]:REASON 11 ppking:0:0000:00:999:[ many games and so ]:REASON 11 ppking:0:0000:00:999:[ little time. It is ]:REASON 11 ppking:0:0000:00:999:[ even possible that ]:REASON 11 ppking:0:0000:00:999:[ this game may be a ]:REASON 11 ppking:0:0000:00:999:[ clone of an existing ]:REASON 11 ppking:0:0000:00:999:[ game which may have ]:REASON 11 ppking:0:0000:00:999:[ cheats. Please search ]:REASON 11 ppking:0:0000:00:999:[ the cheat forums ]:REASON 11 ppking:0:0000:00:999:[ before posting cheat ]:REASON 11 ppking:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Ping Pong Masters '93 ] ppmast93:0:0000:00:999:[ This game hasn't even ]:REASON 11 ppmast93:0:0000:00:999:[ been looked at due to ]:REASON 11 ppmast93:0:0000:00:999:[ time constraints - Too]:REASON 11 ppmast93:0:0000:00:999:[ many games and so ]:REASON 11 ppmast93:0:0000:00:999:[ little time. It is ]:REASON 11 ppmast93:0:0000:00:999:[ even possible that ]:REASON 11 ppmast93:0:0000:00:999:[ this game may be a ]:REASON 11 ppmast93:0:0000:00:999:[ clone of an existing ]:REASON 11 ppmast93:0:0000:00:999:[ game which may have ]:REASON 11 ppmast93:0:0000:00:999:[ cheats. Please search ]:REASON 11 ppmast93:0:0000:00:999:[ the cheat forums ]:REASON 11 ppmast93:0:0000:00:999:[ before posting cheat ]:REASON 11 ppmast93:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Prehistoric Isle in 1930 (World) ] prehisle:0:07012F:03:000:Infinite Lives PL1 :prehisle:00000000:0700FC:00000002:00000002:Invincibility PL1 :prehisle:00010000:07012D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :prehisle:00000100:070109:00000003:FFFFFFFF:Select Speed PL1 :prehisle:00000000:07011B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL1 :prehisle:00010010:070631:00000004:000001FF:Always Have Optional Pod (Test) PL1 (2/8) :prehisle:00010000:07063D:00000021:00000021:Always Have Optional Pod (Test) PL1 (3/8) :prehisle:00010000:070642:00000040:FFFFFFFF:Always Have Optional Pod (Test) PL1 (4/8) :prehisle:00010000:070647:00000001:FFFFFFFF:Always Have Optional Pod (Test) PL1 (5/8) :prehisle:00010000:07065B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL1 (6/8) :prehisle:00010000:07063F:00000019:FFFFFFFF:Always Have Optional Pod (Test) PL1 (7/8) :prehisle:00210000:070655:000700F0:FFFFFFFF:Always Have Optional Pod (Test) PL1 (8/8) :prehisle:00000000:073429:00000010:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen prehisle:0:0706AF:03:000:Infinite Lives PL2 :prehisle:00000000:07067C:00000002:00000002:Invincibility PL2 :prehisle:00010000:0706AD:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :prehisle:00000100:070689:00000003:FFFFFFFF:Select Speed PL2 :prehisle:00000000:07342F:00000010:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :prehisle:00000000:07069B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL2 :prehisle:00010010:070BB1:00000004:000001FF:Always Have Optional Pod (Test) PL2 (2/8) :prehisle:00010000:070BBD:00000022:00000022:Always Have Optional Pod (Test) PL2 (3/8) :prehisle:00010000:070BC2:00000050:FFFFFFFF:Always Have Optional Pod (Test) PL2 (4/8) :prehisle:00010000:070BC7:00000001:FFFFFFFF:Always Have Optional Pod (Test) PL2 (5/8) :prehisle:00010000:070BDB:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL2 (6/8) :prehisle:00010000:070BBF:00000019:FFFFFFFF:Always Have Optional Pod (Test) PL2 (7/8) :prehisle:00210000:070BD5:00070670:FFFFFFFF:Always Have Optional Pod (Test) PL2 (8/8) ; [ Prehistoric Isle in 1930 (US) ] prehislu:0:07012F:03:000:Infinite Lives PL1 :prehislu:00000000:0700FC:00000002:00000002:Invincibility PL1 :prehislu:00010000:07012D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :prehislu:00000100:070109:00000003:FFFFFFFF:Select Speed PL1 :prehislu:00000000:07011B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL1 :prehislu:00010010:070631:00000004:000001FF:Always Have Optional Pod (Test) PL1 (2/8) :prehislu:00010000:07063D:00000021:00000021:Always Have Optional Pod (Test) PL1 (3/8) :prehislu:00010000:070642:00000040:FFFFFFFF:Always Have Optional Pod (Test) PL1 (4/8) :prehislu:00010000:070647:00000001:FFFFFFFF:Always Have Optional Pod (Test) PL1 (5/8) :prehislu:00010000:07065B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL1 (6/8) :prehislu:00010000:07063F:00000019:FFFFFFFF:Always Have Optional Pod (Test) PL1 (7/8) :prehislu:00210000:070655:000700F0:FFFFFFFF:Always Have Optional Pod (Test) PL1 (8/8) :prehislu:00000000:073429:00000010:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen prehislu:0:0706AF:03:000:Infinite Lives PL2 :prehislu:00000000:07067C:00000002:00000002:Invincibility PL2 :prehislu:00010000:0706AD:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :prehislu:00000100:070689:00000003:FFFFFFFF:Select Speed PL2 :prehislu:00000000:07342F:00000010:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :prehislu:00000000:07069B:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL2 :prehislu:00010010:070BB1:00000004:000001FF:Always Have Optional Pod (Test) PL2 (2/8) :prehislu:00010000:070BBD:00000022:00000022:Always Have Optional Pod (Test) PL2 (3/8) :prehislu:00010000:070BC2:00000050:FFFFFFFF:Always Have Optional Pod (Test) PL2 (4/8) :prehislu:00010000:070BC7:00000001:FFFFFFFF:Always Have Optional Pod (Test) PL2 (5/8) :prehislu:00010000:070BDB:00000005:FFFFFFFF:Always Have Optional Pod (Test) PL2 (6/8) :prehislu:00010000:070BBF:00000019:FFFFFFFF:Always Have Optional Pod (Test) PL2 (7/8) :prehislu:00210000:070BD5:00070670:FFFFFFFF:Always Have Optional Pod (Test) PL2 (8/8) ; [ Prehistoric Isle 2 ] preisle2:0:105055:10:000:Infinite Lives PL1 preisle2:0:105076:10:000:Always have Max Power Up PL1 preisle2:0:105071:0A:000:Infinite Bombs PL1 preisle2:0:10507D:02:000:Invincibility PL1:If your ship disappears shoot to get it back preisle2:0:10506A:03:000:Always have 999 Stars PL1 preisle2:0:10506B:E7:500:Always have 999 Stars PL1 (2/2) preisle2:0:1062D5:09:000:Infinite Lives PL2 preisle2:0:1062F6:10:000:Always have Max Power Up PL1 preisle2:0:1062F1:0A:000:Infinite Bombs PL2 preisle2:0:1062FD:02:000:Invincibility PL2:If your ship disappears shoot to get it back preisle2:0:1062EA:03:000:Always have 999 Stars PL2 preisle2:0:1062EB:E7:500:Always have 999 Stars PL2 (2/2) :preisle2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :preisle2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :preisle2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Princess Clara Daisakusen (J 960910 V1.000) ] prikura:0:00183D05:09:000:Infinite Credits prikura:0:060B03A4:63:000:Infinite Time prikura:0:060B0907:06:000:Infinite Lives PL1 :prikura:83000000:060B0334:00000003:000000C5:Infinite Energy PL1 :prikura:83000000:060B0334:00000002:000000EB:Invincibility PL1 prikura:0:060B0918:04:000:Infinite Bombs PL1 prikura:0:060B0916:03:000:Maximum Fire Power PL1 prikura:0:060B08C5:03:000:Always have the Star Item PL1 prikura:0:060B08C5:04:000:Always have the Ice Item PL1 prikura:0:060B08C5:05:000:Always have the Cat Item PL1 :prikura:83100000:060B0334:00000000:000000EF:Rapid Fire - Shot PL1 :prikura:00000000:06015A74:00000000:00000002:Rapid Fire - Hammer PL1 prikura:0:060B0A0B:06:000:Infinite Lives PL2 :prikura:83000000:060B0368:00000003:000000C5:Infinite Energy PL2 :prikura:83000000:060B0368:00000002:000000EB:Invincibility PL2 prikura:0:060B0A1C:04:000:Infinite Bombs PL2 prikura:0:060B0A1A:03:000:Maximum Fire Power PL2 prikura:0:060B09C9:03:000:Always have the Star Item PL2 prikura:0:060B09C9:04:000:Always have the Ice Item PL2 prikura:0:060B09C9:05:000:Always have the Cat Item PL2 :prikura:83100000:060B0368:00000000:000000EF:Rapid Fire - Shot PL2 :prikura:00000000:06015A84:00000000:00000002:Rapid Fire- Hammer PL2 ; [ Primella ] primella:0:C503:63:000:Infinite Credits primella:0:C033:0F:001:Set score to 99990 Now! PL1 primella:0:C034:27:501:Set score to 99990 Now! PL1 (2/2) primella:0:C033:00:001:Set score to 0 Now! PL1 primella:0:C034:00:501:Set score to 0 Now! PL1 (2/2) primella:0:C0D8:0F:001:Set score to 99990 Now! PL2 primella:0:C0D9:27:501:Set score to 99990 Now! PL2(2/2) primella:0:C0D8:00:001:Set score to 0 Now! PL2 primella:0:C0D9:00:501:Set score to 0 Now! PL2 (2/2) ; [ Prime Goal EX (PG1/VER.A) ] primglex:0:0030158C:09:000:Infinite Credits :primglex:00100000:00398BA0:00004633:FFFFFFFF:Infinite Time :primglex:00100001:00398BA0:00000000:FFFFFFFF:Finish this Game/Extra Time Now! primglex:0:002640B0:0A:000:Score always = 10 PL1 primglex:0:002640B0:00:000:Score always = 0 PL1 primglex:0:002640B0:0A:001:Score = 10 Now! PL1 primglex:0:002640B0:00:001:Score = 0 Now! PL1 primglex:0:002640B0:63:070:Select Score PL1 primglex:0:002640B1:0A:000:Score always = 10 PL2 primglex:0:002640B1:00:000:Score always = 0 PL2 primglex:0:002640B1:0A:001:Score = 10 Now! PL2 primglex:0:002640B1:00:001:Score = 0 Now! PL2 primglex:0:002640B1:63:070:Select Score PL2 ; [ Primal Rage 2 (Ver 0.36a) ] primrag2:0:0000:00:999:[ There are no cheats ]:REASON 1 primrag2:0:0000:00:999:[ for this game as it ]:REASON 1 primrag2:0:0000:00:999:[ didn't work the last ]:REASON 1 primrag2:0:0000:00:999:[ time it was tested. ]:REASON 1 primrag2:0:0000:00:999:[ If the game now works ]:REASON 1 primrag2:0:0000:00:999:[ please request cheats ]:REASON 1 primrag2:0:0000:00:999:[ for it on the cheat ]:REASON 1 primrag2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Primal Rage (version 2.0) ] primraga:0:00FFE5B8:64:000:Infinite Time primraga:0:00FFE5B8:00:001:Finish this Round Now! primraga:0:00FFE4FA:00:000:Infinite Energy PL1 primraga:0:00FFE4FA:78:001:Drain All Energy Now! PL1 primraga:0:00FFE586:00:000:Infinite Energy PL2 primraga:0:00FFE586:78:001:Drain All Energy Now! PL2 ; [ Primal Rage (version 2.3) ] primrage:0:00FFE8B9:64:000:Infinite Time primrage:0:00FFE8B9:00:001:Finish this Round Now! primrage:0:00FFE7EA:00:000:Infinite Energy PL1 primrage:0:00FFE7EA:78:001:Drain All Energy Now! PL1 primrage:0:00FFE87E:00:000:Infinite Energy PL2 primrage:0:00FFE87E:78:001:Drain All Energy Now! PL2 ; [ Premier Soccer (ver JAB) ] prmrsocj:0:100D05:09:000:Infinite Credits prmrsocj:0:1001BB:5F:000:Infinite Time prmrsocj:0:1001BA:EA:500:Infinite Time (2/2) prmrsocj:0:1001BB:00:001:Finish this Half Now! prmrsocj:0:1001BA:00:501:Finish this Half Now! (2/2) prmrsocj:0:1001BC:00:000:Score always 0 PL1 prmrsocj:0:1001BC:63:000:Score always 99 PL1 prmrsocj:0:1001BC:00:001:Set score = 0 Now! PL1 prmrsocj:0:1001BC:32:001:Set score = 50 Now! PL1 prmrsocj:0:1001BC:63:070:Select score Now! PL1 prmrsocj:0:1001BD:00:000:Score always = 0 PL2 prmrsocj:0:1001BD:63:000:Score always = 99 PL2 prmrsocj:0:1001BD:00:001:Set score = 0 Now! PL2 prmrsocj:0:1001BD:32:001:Set score = 50 Now! PL2 prmrsocj:0:1001BD:63:070:Select score Now! PL2 ; [ Premier Soccer (ver EAB) ] prmrsocr:0:100D05:09:000:Infinite Credits prmrsocr:0:1001BB:5F:000:Infinite Time prmrsocr:0:1001BA:EA:500:Infinite Time (2/2) prmrsocr:0:1001BB:00:001:Finish this Half Now! prmrsocr:0:1001BA:00:501:Finish this Half Now! (2/2) prmrsocr:0:1001BC:00:000:Score always 0 PL1 prmrsocr:0:1001BC:63:000:Score always 99 PL1 prmrsocr:0:1001BC:00:001:Set score = 0 Now! PL1 prmrsocr:0:1001BC:32:001:Set score = 50 Now! PL1 prmrsocr:0:1001BC:63:070:Select score Now! PL1 prmrsocr:0:1001BD:00:000:Score always = 0 PL2 prmrsocr:0:1001BD:63:000:Score always = 99 PL2 prmrsocr:0:1001BD:00:001:Set score = 0 Now! PL2 prmrsocr:0:1001BD:32:001:Set score = 50 Now! PL2 prmrsocr:0:1001BD:63:070:Select score Now! PL2 ; [ Prime Time Fighter (US old version) ] prmtmfgo:0:413000:09:000:Infinite Credits prmtmfgo:0:413893:78:000:Infinite Energy PL1 prmtmfgo:0:41806D:8C:500:Infinite Energy PL1 (2/3) prmtmfgo:0:41806F:68:500:Infinite Energy PL1 (3/3) prmtmfgo:0:413893:00:001:Drain All Energy Now! PL1 prmtmfgo:0:41806D:00:501:Drain All Energy Now! PL1 (2/3) prmtmfgo:0:41806F:00:501:Drain All Energy Now! PL1 (3/3) prmtmfgo:0:413993:78:000:Infinite Energy PL2 prmtmfgo:0:4180ED:8C:500:Infinite Energy PL2 (2/3) prmtmfgo:0:4180EF:68:500:Infinite Energy PL2 (3/3) prmtmfgo:0:413993:00:001:Drain All Energy Now! PL2 prmtmfgo:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3) prmtmfgo:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3) prmtmfgo:0:000000:00:999:[After you enable these region cheats to see any ] prmtmfgo:0:000000:00:999:[effect you will have to reset the game (F3). ] prmtmfgo:0:0FFFFF:01:100:Region Switch = Japan:Top Ranking Stars prmtmfgo:0:0FFFFF:02:100:Region Switch = US:Prime Time Fighter prmtmfgo:0:0FFFFF:03:100:Region Switch = World:Top Ranking Stars ; [ Prime Time Fighter (US new version) ] prmtmfgt:0:413000:09:000:Infinite Credits prmtmfgt:0:413893:78:000:Infinite Energy PL1 prmtmfgt:0:41806D:8C:500:Infinite Energy PL1 (2/3) prmtmfgt:0:41806F:68:500:Infinite Energy PL1 (3/3) prmtmfgt:0:413893:00:001:Drain All Energy Now! PL1 prmtmfgt:0:41806D:00:501:Drain All Energy Now! PL1 (2/3) prmtmfgt:0:41806F:00:501:Drain All Energy Now! PL1 (3/3) prmtmfgt:0:413993:78:000:Infinite Energy PL2 prmtmfgt:0:4180ED:8C:500:Infinite Energy PL2 (2/3) prmtmfgt:0:4180EF:68:500:Infinite Energy PL2 (3/3) prmtmfgt:0:413993:00:001:Drain All Energy Now! PL2 prmtmfgt:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3) prmtmfgt:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3) prmtmfgt:0:000000:00:999:[After you enable these region cheats to see any ] prmtmfgt:0:000000:00:999:[effect you will have to reset the game (F3). ] prmtmfgt:0:0FFFFF:01:100:Region Switch = Japan:Top Ranking Stars prmtmfgt:0:0FFFFF:02:100:Region Switch = US:Prime Time Fighter prmtmfgt:0:0FFFFF:03:100:Region Switch = World:Top Ranking Stars ; [ Professor PacMan ] profpac:0:0000:00:999:[ There are no cheats ]:REASON 1 profpac:0:0000:00:999:[ for this game as it ]:REASON 1 profpac:0:0000:00:999:[ didn't work the last ]:REASON 1 profpac:0:0000:00:999:[ time it was tested. ]:REASON 1 profpac:0:0000:00:999:[ If the game now works ]:REASON 1 profpac:0:0000:00:999:[ please request cheats ]:REASON 1 profpac:0:0000:00:999:[ for it on the cheat ]:REASON 1 profpac:0:0000:00:999:[ forums. ]:REASON 1 ; [ Progear (US 010117) ] :progear:00000000:FF2389:00000009:FFFFFFFF:Infinite Credits :progear:62000001:FF3FA9:00000000:00000000:Set Current Loop:Enable after you've started the game :progear:00010001:FF3FA9:00000000:FFFFFFFF:1st Loop :progear:00010001:FF3FA9:00000001:FFFFFFFF:2nd Loop :progear:00000000:FF3F73:0000000A:FFFFFFFF:Infinite Lives PL1 :progear:00000000:FF4320:00000002:FFFFFFFF:Invincibility PL1 :progear:00000000:FF4305:00000003:FFFFFFFF:Infinite Bombs PL1 :progear:00000000:FF4303:00000008:FFFFFFFF:Always Maximum Shot Power PL1 :progear:00000000:FF4187:000000A0:FFFFFFFF:Always Maximum Jewel Symbol PL1 :progear:00010000:FF419B:00000078:FFFFFFFF:Always Maximum Jewel Symbol PL1 (2/2) :progear:00200000:FF4177:000F423F:FFFFFFFF:Always Have Maximum Jewels PL1 :progear:00010000:FF4195:00000099:FFFFFFFF:Always Have Maximum Jewels PL1 (2/2) :progear:00000000:FF42E2:00000002:00000002:Always Have Double Rate Item PL1 :progear:62000000:000000:00000000:00000000:Select Fighter PL1:Works after you die or finish the stage :progear:00010000:FF39E5:00000000:FFFFFFFF:Gambler :progear:00010000:FF39E5:00000001:FFFFFFFF:Militant :progear:62000000:000000:00000000:00000000:Select Gunner PL1 :progear:00010000:FF39E9:00000000:FFFFFFFF:Type-Alpha (Missile) :progear:00010000:FF39E9:00000001:FFFFFFFF:Type-Beta (Mine) :progear:00010000:FF39E9:00000002:FFFFFFFF:Type-Gumma (Homing) :progear:00000100:FF430B:00000040:FFFFFFFF:Select Fighter Mode Maximum Speed PL1 :progear:00000100:FF430A:00000040:FFFFFFFF:Select Gunner Mode Minimum Speed PL1 :progear:62000000:000000:00000000:00000000:Select Gun-flyer Formation PL1 :progear:00010000:FF3EFF:00000000:FFFFFFFF:Normal :progear:00010000:FF3EFF:00000001:FFFFFFFF:Extra :progear:62000000:000000:00000000:00000000:Select Character Colour PL1 :progear:00010000:FF2342:00000000:00000000:Normal :progear:00010000:FF2342:00000001:00000001:Extra :progear:00000000:FF3F75:0000000A:FFFFFFFF:Infinite Lives PL2 :progear:00000000:FF4380:00000002:FFFFFFFF:Invincibility PL2 :progear:00000000:FF4365:00000003:FFFFFFFF:Infinite Bombs PL2 :progear:00000000:FF4363:00000008:FFFFFFFF:Always Maximum Shot Power PL2 :progear:00000000:FF418B:000000A0:FFFFFFFF:Always Maximum Jewel Symbol PL2 :progear:00010000:FF419D:00000078:FFFFFFFF:Always Maximum Jewel Symbol PL2 (2/2) :progear:00200000:FF417B:000F423F:FFFFFFFF:Always Have Maximum Jewels PL2 :progear:00010000:FF4199:00000099:FFFFFFFF:Always Have Maximum Jewels PL2 (2/2) :progear:00000000:FF4342:00000002:00000002:Always Have Double Rate Item PL2 :progear:62000000:000000:00000000:00000000:Select Fighter PL2:Works after you die or finish the stage :progear:00010000:FF39E7:00000000:FFFFFFFF:Gambler :progear:00010000:FF39E7:00000001:FFFFFFFF:Militant :progear:62000000:000000:00000000:00000000:Select Gunner PL2 :progear:00010000:FF39EB:00000000:FFFFFFFF:Type-Alpha (Missile) :progear:00010000:FF39EB:00000001:FFFFFFFF:Type-Beta (Mine) :progear:00010000:FF39EB:00000002:FFFFFFFF:Type-Gumma (Homing) :progear:00000100:FF436B:00000040:FFFFFFFF:Select Fighter Mode Speed PL2 :progear:00000100:FF436A:00000040:FFFFFFFF:Select Gunner Mode Speed PL2 :progear:62000000:000000:00000000:00000000:Select Gun-flyer Formation PL2 :progear:00010000:FF3F01:00000000:FFFFFFFF:Normal :progear:00010000:FF3f01:00000001:FFFFFFFF:Extra :progear:62000000:000000:00000000:00000000:Select Character Colour PL2 :progear:00010000:FF2342:00000002:00000002:Normal :progear:00010000:FF2342:00000000:00000000:Extra ; [ Progear (Asia 010117) ] :progeara:00000000:FF2389:00000009:FFFFFFFF:Infinite Credits :progeara:62000001:FF3FA9:00000000:00000000:Set Current Loop:Enable after you've started the game :progeara:00010001:FF3FA9:00000000:FFFFFFFF:1st Loop :progeara:00010001:FF3FA9:00000001:FFFFFFFF:2nd Loop :progeara:00000000:FF3F73:0000000A:FFFFFFFF:Infinite Lives PL1 :progeara:00000000:FF4320:00000002:FFFFFFFF:Invincibility PL1 :progeara:00000000:FF4305:00000003:FFFFFFFF:Infinite Bombs PL1 :progeara:00000000:FF4303:00000008:FFFFFFFF:Always Maximum Shot Power PL1 :progeara:00000000:FF4187:000000A0:FFFFFFFF:Always Maximum Jewel Symbol PL1 :progeara:00010000:FF419B:00000078:FFFFFFFF:Always Maximum Jewel Symbol PL1 (2/2) :progeara:00200000:FF4177:000F423F:FFFFFFFF:Always Have Maximum Jewels PL1 :progeara:00010000:FF4195:00000099:FFFFFFFF:Always Have Maximum Jewels PL1 (2/2) :progeara:00000000:FF42E2:00000002:00000002:Always Have Double Rate Item PL1 :progeara:62000000:000000:00000000:00000000:Select Fighter PL1:Works after you die or finish the stage :progeara:00010000:FF39E5:00000000:FFFFFFFF:Gambler :progeara:00010000:FF39E5:00000001:FFFFFFFF:Militant :progeara:62000000:000000:00000000:00000000:Select Gunner PL1 :progeara:00010000:FF39E9:00000000:FFFFFFFF:Type-Alpha (Missile) :progeara:00010000:FF39E9:00000001:FFFFFFFF:Type-Beta (Mine) :progeara:00010000:FF39E9:00000002:FFFFFFFF:Type-Gumma (Homing) :progeara:00000100:FF430B:00000040:FFFFFFFF:Select Fighter Mode Maximum Speed PL1 :progeara:00000100:FF430A:00000040:FFFFFFFF:Select Gunner Mode Minimum Speed PL1 :progeara:62000000:000000:00000000:00000000:Select Gun-flyer Formation PL1 :progeara:00010000:FF3EFF:00000000:FFFFFFFF:Normal :progeara:00010000:FF3EFF:00000001:FFFFFFFF:Extra :progeara:62000000:000000:00000000:00000000:Select Character Colour PL1 :progeara:00010000:FF2342:00000000:00000000:Normal :progeara:00010000:FF2342:00000001:00000001:Extra :progeara:00000000:FF3F75:0000000A:FFFFFFFF:Infinite Lives PL2 :progeara:00000000:FF4380:00000002:FFFFFFFF:Invincibility PL2 :progeara:00000000:FF4365:00000003:FFFFFFFF:Infinite Bombs PL2 :progeara:00000000:FF4363:00000008:FFFFFFFF:Always Maximum Shot Power PL2 :progeara:00000000:FF418B:000000A0:FFFFFFFF:Always Maximum Jewel Symbol PL2 :progeara:00010000:FF419D:00000078:FFFFFFFF:Always Maximum Jewel Symbol PL2 (2/2) :progeara:00200000:FF417B:000F423F:FFFFFFFF:Always Have Maximum Jewels PL2 :progeara:00010000:FF4199:00000099:FFFFFFFF:Always Have Maximum Jewels PL2 (2/2) :progeara:00000000:FF4342:00000002:00000002:Always Have Double Rate Item PL2 :progeara:62000000:000000:00000000:00000000:Select Fighter PL2:Works after you die or finish the stage :progeara:00010000:FF39E7:00000000:FFFFFFFF:Gambler :progeara:00010000:FF39E7:00000001:FFFFFFFF:Militant :progeara:62000000:000000:00000000:00000000:Select Gunner PL2 :progeara:00010000:FF39EB:00000000:FFFFFFFF:Type-Alpha (Missile) :progeara:00010000:FF39EB:00000001:FFFFFFFF:Type-Beta (Mine) :progeara:00010000:FF39EB:00000002:FFFFFFFF:Type-Gumma (Homing) :progeara:00000100:FF436B:00000040:FFFFFFFF:Select Fighter Mode Speed PL2 :progeara:00000100:FF436A:00000040:FFFFFFFF:Select Gunner Mode Speed PL2 :progeara:62000000:000000:00000000:00000000:Select Gun-flyer Formation PL2 :progeara:00010000:FF3F01:00000000:FFFFFFFF:Normal :progeara:00010000:FF3f01:00000001:FFFFFFFF:Extra :progeara:62000000:000000:00000000:00000000:Select Character Colour PL2 :progeara:00010000:FF2342:00000002:00000002:Normal :progeara:00010000:FF2342:00000000:00000000:Extra ; [ Progear no Arashi (Japan 010117) ] :progearj:00000000:FF2389:00000009:FFFFFFFF:Infinite Credits :progearj:62000001:FF3FA9:00000000:00000000:Set Current Loop:Enable after you've started the game :progearj:00010001:FF3FA9:00000000:FFFFFFFF:1st Loop :progearj:00010001:FF3FA9:00000001:FFFFFFFF:2nd Loop :progearj:00000000:FF3F73:0000000A:FFFFFFFF:Infinite Lives PL1 :progearj:00000000:FF4320:00000002:FFFFFFFF:Invincibility PL1 :progearj:00000000:FF4305:00000003:FFFFFFFF:Infinite Bombs PL1 :progearj:00000000:FF4303:00000008:FFFFFFFF:Always Maximum Shot Power PL1 :progearj:00000000:FF4187:000000A0:FFFFFFFF:Always Maximum Jewel Symbol PL1 :progearj:00010000:FF419B:00000078:FFFFFFFF:Always Maximum Jewel Symbol PL1 (2/2) :progearj:00200000:FF4177:000F423F:FFFFFFFF:Always Have Maximum Jewels PL1 :progearj:00010000:FF4195:00000099:FFFFFFFF:Always Have Maximum Jewels PL1 (2/2) :progearj:00000000:FF42E2:00000002:00000002:Always Have Double Rate Item PL1 :progearj:62000000:000000:00000000:00000000:Select Fighter PL1:Works after you die or finish the stage :progearj:00010000:FF39E5:00000000:FFFFFFFF:Gambler :progearj:00010000:FF39E5:00000001:FFFFFFFF:Militant :progearj:62000000:000000:00000000:00000000:Select Gunner PL1 :progearj:00010000:FF39E9:00000000:FFFFFFFF:Type-Alpha (Missile) :progearj:00010000:FF39E9:00000001:FFFFFFFF:Type-Beta (Mine) :progearj:00010000:FF39E9:00000002:FFFFFFFF:Type-Gumma (Homing) :progearj:00000100:FF430B:00000040:FFFFFFFF:Select Fighter Mode Maximum Speed PL1 :progearj:00000100:FF430A:00000040:FFFFFFFF:Select Gunner Mode Minimum Speed PL1 :progearj:62000000:000000:00000000:00000000:Select Gun-flyer Formation PL1 :progearj:00010000:FF3EFF:00000000:FFFFFFFF:Normal :progearj:00010000:FF3EFF:00000001:FFFFFFFF:Extra :progearj:62000000:000000:00000000:00000000:Select Character Colour PL1 :progearj:00010000:FF2342:00000000:00000000:Normal :progearj:00010000:FF2342:00000001:00000001:Extra :progearj:00000000:FF3F75:0000000A:FFFFFFFF:Infinite Lives PL2 :progearj:00000000:FF4380:00000002:FFFFFFFF:Invincibility PL2 :progearj:00000000:FF4365:00000003:FFFFFFFF:Infinite Bombs PL2 :progearj:00000000:FF4363:00000008:FFFFFFFF:Always Maximum Shot Power PL2 :progearj:00000000:FF418B:000000A0:FFFFFFFF:Always Maximum Jewel Symbol PL2 :progearj:00010000:FF419D:00000078:FFFFFFFF:Always Maximum Jewel Symbol PL2 (2/2) :progearj:00200000:FF417B:000F423F:FFFFFFFF:Always Have Maximum Jewels PL2 :progearj:00010000:FF4199:00000099:FFFFFFFF:Always Have Maximum Jewels PL2 (2/2) :progearj:00000000:FF4342:00000002:00000002:Always Have Double Rate Item PL2 :progearj:62000000:000000:00000000:00000000:Select Fighter PL2:Works after you die or finish the stage :progearj:00010000:FF39E7:00000000:FFFFFFFF:Gambler :progearj:00010000:FF39E7:00000001:FFFFFFFF:Militant :progearj:62000000:000000:00000000:00000000:Select Gunner PL2 :progearj:00010000:FF39EB:00000000:FFFFFFFF:Type-Alpha (Missile) :progearj:00010000:FF39EB:00000001:FFFFFFFF:Type-Beta (Mine) :progearj:00010000:FF39EB:00000002:FFFFFFFF:Type-Gumma (Homing) :progearj:00000100:FF436B:00000040:FFFFFFFF:Select Fighter Mode Speed PL2 :progearj:00000100:FF436A:00000040:FFFFFFFF:Select Gunner Mode Speed PL2 :progearj:62000000:000000:00000000:00000000:Select Gun-flyer Formation PL2 :progearj:00010000:FF3F01:00000000:FFFFFFFF:Normal :progearj:00010000:FF3f01:00000001:FFFFFFFF:Extra :progearj:62000000:000000:00000000:00000000:Select Character Colour PL2 :progearj:00010000:FF2342:00000002:00000002:Normal :progearj:00010000:FF2342:00000000:00000000:Extra ; [ Progress ] progress:0:8083:09:000:Infinite Credits progress:0:8100:08:000:Infinite Lives progress:0:840D:00:000:Invincibility ; [ Progressive Music Trivia (Question set 2) ] promutra:0:0000:00:999:[ This game hasn't even ]:REASON 11 promutra:0:0000:00:999:[ been looked at due to ]:REASON 11 promutra:0:0000:00:999:[ time constraints - Too]:REASON 11 promutra:0:0000:00:999:[ many games and so ]:REASON 11 promutra:0:0000:00:999:[ little time. It is ]:REASON 11 promutra:0:0000:00:999:[ even possible that ]:REASON 11 promutra:0:0000:00:999:[ this game may be a ]:REASON 11 promutra:0:0000:00:999:[ clone of an existing ]:REASON 11 promutra:0:0000:00:999:[ game which may have ]:REASON 11 promutra:0:0000:00:999:[ cheats. Please search ]:REASON 11 promutra:0:0000:00:999:[ the cheat forums ]:REASON 11 promutra:0:0000:00:999:[ before posting cheat ]:REASON 11 promutra:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Progressive Music Trivia (Question set 3) ] promutrb:0:0000:00:999:[ This game hasn't even ]:REASON 11 promutrb:0:0000:00:999:[ been looked at due to ]:REASON 11 promutrb:0:0000:00:999:[ time constraints - Too]:REASON 11 promutrb:0:0000:00:999:[ many games and so ]:REASON 11 promutrb:0:0000:00:999:[ little time. It is ]:REASON 11 promutrb:0:0000:00:999:[ even possible that ]:REASON 11 promutrb:0:0000:00:999:[ this game may be a ]:REASON 11 promutrb:0:0000:00:999:[ clone of an existing ]:REASON 11 promutrb:0:0000:00:999:[ game which may have ]:REASON 11 promutrb:0:0000:00:999:[ cheats. Please search ]:REASON 11 promutrb:0:0000:00:999:[ the cheat forums ]:REASON 11 promutrb:0:0000:00:999:[ before posting cheat ]:REASON 11 promutrb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Progressive Music Trivia (Question set 1) ] promutrv:0:0000:00:999:[ This game hasn't even ]:REASON 11 promutrv:0:0000:00:999:[ been looked at due to ]:REASON 11 promutrv:0:0000:00:999:[ time constraints - Too]:REASON 11 promutrv:0:0000:00:999:[ many games and so ]:REASON 11 promutrv:0:0000:00:999:[ little time. It is ]:REASON 11 promutrv:0:0000:00:999:[ even possible that ]:REASON 11 promutrv:0:0000:00:999:[ this game may be a ]:REASON 11 promutrv:0:0000:00:999:[ clone of an existing ]:REASON 11 promutrv:0:0000:00:999:[ game which may have ]:REASON 11 promutrv:0:0000:00:999:[ cheats. Please search ]:REASON 11 promutrv:0:0000:00:999:[ the cheat forums ]:REASON 11 promutrv:0:0000:00:999:[ before posting cheat ]:REASON 11 promutrv:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Prop Cycle (Rev PR2 Ver.A) ] propcycl:0:E00E46:17:000:Infinite Time propcycl:0:E00E47:6F:500:Infinite Time (2/2) ; [ Pro Soccer ] prosoccr:0:0000:00:999:[ There are no cheats ]:REASON 1 prosoccr:0:0000:00:999:[ for this game as it ]:REASON 1 prosoccr:0:0000:00:999:[ didn't work the last ]:REASON 1 prosoccr:0:0000:00:999:[ time it was tested. ]:REASON 1 prosoccr:0:0000:00:999:[ If the game now works ]:REASON 1 prosoccr:0:0000:00:999:[ please request cheats ]:REASON 1 prosoccr:0:0000:00:999:[ for it on the cheat ]:REASON 1 prosoccr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Prosport ] prosport:0:0000:00:999:[ There are no cheats ]:REASON 1 prosport:0:0000:00:999:[ for this game as it ]:REASON 1 prosport:0:0000:00:999:[ didn't work the last ]:REASON 1 prosport:0:0000:00:999:[ time it was tested. ]:REASON 1 prosport:0:0000:00:999:[ If the game now works ]:REASON 1 prosport:0:0000:00:999:[ please request cheats ]:REASON 1 prosport:0:0000:00:999:[ for it on the cheat ]:REASON 1 prosport:0:0000:00:999:[ forums. ]:REASON 1 ; [ Party Time: Gonta the Diver II / Ganbare! Gonta!! 2 (World Release) ] :prtytime:00000000:0201AD6:00000009:FFFFFFFF:Infinite Credits :prtytime:00200000:0201A85:00990901:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :prtytime:00000000:0201B10:0000000A:FFFFFFFF:Infinite Lives :prtytime:00200000:020105D:00090909:FFFFFFFF:Infinite Dive Time :prtytime:00000000:020104F:00000002:FFFFFFFF:Invincibility :prtytime:62000000:0000000:00000000:00000000:Select Panel Clear Item :prtytime:00010000:0201057:00000000:FFFFFFFF:None :prtytime:00010000:0201057:00000001:FFFFFFFF:Y Line :prtytime:00010000:0201057:00000002:FFFFFFFF:X Line :prtytime:00010000:0201057:00000003:FFFFFFFF:X/Y Line :prtytime:00000000:0201058:00000002:FFFFFFFF:Always Have Speed Up ; [ Bishoujo Janshi Pretty Sailor 18-kin (Japan) ] psailor1:0:F8CC:63:000:Infinite Time (Mini-Game and Select Item) psailor1:0:F8CD:09:000:Infinite Time (for buying items) psailor1:0:FCBA:63:000:Infinite Points (to buy items) psailor1:0:0000:00:999:[ The winning hand cheat must be activated when ] psailor1:0:0000:00:999:[ there are 14 tiles in your hand, then press ] psailor1:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] psailor1:0:0000:00:999:[ visually change until you make a move. ] psailor1:0:FBE6:31:001:Get winning hand Now! psailor1:0:FBE7:31:501:Get winning hand Now! (02/14) psailor1:0:FBE8:31:501:Get winning hand Now! (03/14) psailor1:0:FBE9:32:501:Get winning hand Now! (04/14) psailor1:0:FBEA:32:501:Get winning hand Now! (05/14) psailor1:0:FBEB:32:501:Get winning hand Now! (06/14) psailor1:0:FBEC:33:501:Get winning hand Now! (07/14) psailor1:0:FBED:33:501:Get winning hand Now! (08/14) psailor1:0:FBEE:33:501:Get winning hand Now! (09/14) psailor1:0:FBEF:34:501:Get winning hand Now! (10/14) psailor1:0:FBF0:34:501:Get winning hand Now! (11/14) psailor1:0:FBF1:34:501:Get winning hand Now! (12/14) psailor1:0:FBF2:35:501:Get winning hand Now! (13/14) psailor1:0:FBF3:35:501:Get winning hand Now! (14/14) psailor1:0:0000:00:999:[ At the start of a game, there maybe some small ] psailor1:0:0000:00:999:[ glitches on the tiles when using the 'Always' ] psailor1:0:0000:00:999:[ cheats. The cheats should still work though. ] psailor1:0:FBE6:31:000:Always winning hand psailor1:0:FBE7:31:500:Always winning hand (02/14) psailor1:0:FBE8:31:500:Always winning hand (03/14) psailor1:0:FBE9:32:500:Always winning hand (04/14) psailor1:0:FBEA:32:500:Always winning hand (05/14) psailor1:0:FBEB:32:500:Always winning hand (06/14) psailor1:0:FBEC:33:500:Always winning hand (07/14) psailor1:0:FBED:33:500:Always winning hand (08/14) psailor1:0:FBEE:33:500:Always winning hand (09/14) psailor1:0:FBEF:34:500:Always winning hand (10/14) psailor1:0:FBF0:34:500:Always winning hand (11/14) psailor1:0:FBF1:34:500:Always winning hand (12/14) psailor1:0:FBF2:35:500:Always winning hand (13/14) psailor1:0:FBF3:35:500:Always winning hand (14/14) ; [ Bishoujo Janshi Pretty Sailor 2 (Japan) ] psailor2:0:0000:00:999:[The winning hand cheat must] psailor2:0:0000:00:999:[be activated when there are] psailor2:0:0000:00:999:[14 tiles in your hand, then] psailor2:0:0000:00:999:[press the RON key . ] psailor2:0:0000:00:999:[('Z' by default). The tiles] psailor2:0:0000:00:999:[do not visually change ] psailor2:0:0000:00:999:[until you make a move. ] psailor2:0:FBF5:31:001:Get winning hand Now! psailor2:0:FBF6:31:501:Get winning hand Now! (02/14) psailor2:0:FBF7:31:501:Get winning hand Now! (03/14) psailor2:0:FBF8:32:501:Get winning hand Now! (04/14) psailor2:0:FBF9:32:501:Get winning hand Now! (05/14) psailor2:0:FBFA:32:501:Get winning hand Now! (06/14) psailor2:0:FBFB:33:501:Get winning hand Now! (07/14) psailor2:0:FBFC:33:501:Get winning hand Now! (08/14) psailor2:0:FBFD:33:501:Get winning hand Now! (09/14) psailor2:0:FBFE:34:501:Get winning hand Now! (10/14) psailor2:0:FBFF:34:501:Get winning hand Now! (11/14) psailor2:0:FC00:34:501:Get winning hand Now! (12/14) psailor2:0:FC01:35:501:Get winning hand Now! (13/14) psailor2:0:FC02:35:501:Get winning hand Now! (14/14) psailor2:0:0000:00:999:[At the start of a game, ] psailor2:0:0000:00:999:[there may be some small ] psailor2:0:0000:00:999:[glitches on the tiles when ] psailor2:0:0000:00:999:[using the 'Always' cheats. ] psailor2:0:0000:00:999:[The cheats should still ] psailor2:0:0000:00:999:[work as normal. ] psailor2:0:FBF5:31:000:Always winning hand psailor2:0:FBF6:31:500:Always winning hand (02/14) psailor2:0:FBF7:31:500:Always winning hand (03/14) psailor2:0:FBF8:32:500:Always winning hand (04/14) psailor2:0:FBF9:32:500:Always winning hand (05/14) psailor2:0:FBFA:32:500:Always winning hand (06/14) psailor2:0:FBFB:33:500:Always winning hand (07/14) psailor2:0:FBFC:33:500:Always winning hand (08/14) psailor2:0:FBFD:33:500:Always winning hand (09/14) psailor2:0:FBFE:34:500:Always winning hand (10/14) psailor2:0:FBFF:34:500:Always winning hand (11/14) psailor2:0:FC00:34:500:Always winning hand (12/14) psailor2:0:FC01:35:500:Always winning hand (13/14) psailor2:0:FC02:35:500:Always winning hand (14/14) ; [ Perfect Soldiers (Japan) ] psoldier:0:E7113:99:000:Infinite Time psoldier:0:E7113:00:001:Finish this Round Now! psoldier:0:E30A8:80:000:Infinite Energy PL1 psoldier:0:E30A8:00:001:Drain Energy Now! PL1 psoldier:0:E3128:80:000:Infinite Energy PL2 psoldier:0:E3128:00:001:Drain Energy Now! PL2 ; [ Power Spikes (World) ] pspikes:0:1016B5:3B:000:Infinite Time pspikes:0:10168F:11:001:End ball to win a game PL1 pspikes:0:10168F:00:000:Score always set to 0 PL1 pspikes:0:10168F:00:001:Set score to 0 Now! PL1 pspikes:0:10168F:11:070:Select score PL1 pspikes:0:101691:11:001:End ball to win a game PL2 pspikes:0:101691:00:000:Score always set to 0 PL2 pspikes:0:101691:00:001:Set score to 0 Now! PL2 pspikes:0:101691:11:070:Select score PL2 ; [ Power Spikes II ] pspikes2:0:102B4D:3B:000:Infinite Game Time pspikes2:0:102B4B:3B:501:Infinite Game Time (2/2) pspikes2:0:102B4D:01:001:Finish Game Now! pspikes2:0:102B4B:00:501:Finish Game Now! (2/2) pspikes2:0:1018F9:60:000:Always Full Energy PL1 pspikes2:0:102CD5:60:500:Always Full Energy PL1 (2/2) pspikes2:0:102CD9:30:000:Always have Max Power PL1 pspikes2:0:102CD9:00:000:Always have Min Power PL1 pspikes2:0:1018F9:00:001:Drain All Energy Now! PL1 pspikes2:0:102CD5:00:501:Drain All Energy Now! PL1 (2/2) pspikes2:0:1018FB:60:000:Always Full Energy PL2 pspikes2:0:102CD7:60:500:Always Full Energy PL2 (2/2) pspikes2:0:102CDB:30:000:Always have Max Power PL2 pspikes2:0:102CDB:00:000:Always have Min Power PL2 pspikes2:0:1018FB:00:001:Drain All Energy Now! PL2 pspikes2:0:102CD7:00:501:Drain All Energy Now! PL2 (2/2) :pspikes2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :pspikes2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :pspikes2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Power Spikes (bootleg) ] pspikesb:0:1016B5:3B:000:Infinite Time pspikesb:0:10168F:11:001:End ball to win a game PL1 pspikesb:0:10168F:00:000:Score always set to 0 PL1 pspikesb:0:10168F:00:001:Set score to 0 Now! PL1 pspikesb:0:10168F:11:070:Select score PL1 pspikesb:0:101691:11:001:End ball to win a game PL2 pspikesb:0:101691:00:000:Score always set to 0 PL2 pspikesb:0:101691:00:001:Set score to 0 Now! PL2 pspikesb:0:101691:11:070:Select score PL2 ; [ Power Spikes (Korea) ] pspikesk:0:1016B5:3B:000:Infinite Time pspikesk:0:10168F:11:001:End ball to win a game PL1 pspikesk:0:10168F:00:000:Score always set to 0 PL1 pspikesk:0:10168F:00:001:Set score to 0 Now! PL1 pspikesk:0:10168F:11:070:Select score PL1 pspikesk:0:101691:11:001:End ball to win a game PL2 pspikesk:0:101691:00:000:Score always set to 0 PL2 pspikesk:0:101691:00:001:Set score to 0 Now! PL2 pspikesk:0:101691:11:070:Select score PL2 ; [ Mahjong Panic Stadium (Japan) ] pstadium:0:F94F:FF:000:Infinite "Genki" pstadium:0:0000:00:999:[ The winning hand cheat must be activated when ] pstadium:0:0000:00:999:[ there are 14 tiles in your hand, then press ] pstadium:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] pstadium:0:0000:00:999:[ visually change until you make a move. ] pstadium:0:FC8B:31:001:Get winning hand Now! pstadium:0:FC8C:31:501:Get winning hand Now! (02/14) pstadium:0:FC8D:31:501:Get winning hand Now! (03/14) pstadium:0:FC8E:32:501:Get winning hand Now! (04/14) pstadium:0:FC8F:32:501:Get winning hand Now! (05/14) pstadium:0:FC90:32:501:Get winning hand Now! (06/14) pstadium:0:FC91:33:501:Get winning hand Now! (07/14) pstadium:0:FC92:33:501:Get winning hand Now! (08/14) pstadium:0:FC93:33:501:Get winning hand Now! (09/14) pstadium:0:FC94:34:501:Get winning hand Now! (10/14) pstadium:0:FC95:34:501:Get winning hand Now! (11/14) pstadium:0:FC96:34:501:Get winning hand Now! (12/14) pstadium:0:FC97:35:501:Get winning hand Now! (13/14) pstadium:0:FC98:35:501:Get winning hand Now! (14/14) pstadium:0:FC8B:31:000:Always winning hand pstadium:0:FC8C:31:500:Always winning hand (02/14) pstadium:0:FC8D:31:500:Always winning hand (03/14) pstadium:0:FC8E:32:500:Always winning hand (04/14) pstadium:0:FC8F:32:500:Always winning hand (05/14) pstadium:0:FC90:32:500:Always winning hand (06/14) pstadium:0:FC91:33:500:Always winning hand (07/14) pstadium:0:FC92:33:500:Always winning hand (08/14) pstadium:0:FC93:33:500:Always winning hand (09/14) pstadium:0:FC94:34:500:Always winning hand (10/14) pstadium:0:FC95:34:500:Always winning hand (11/14) pstadium:0:FC96:34:500:Always winning hand (12/14) pstadium:0:FC97:35:500:Always winning hand (13/14) pstadium:0:FC98:35:500:Always winning hand (14/14) ; [ Power Surge ] psurge:0:A89B:03:000:Infinite Lives psurge:0:A885:FF:000:Infinite Energy psurge:0:A893:05:000:Infinite Bombs ; [ Psychic 5 ] psychic5:0:FA15:59:000:Infinite Time psychic5:0:E004:05:000:Infinite Lives psychic5:0:0000:00:999:[See the Dip Switch Menu to ] psychic5:0:0000:00:999:[enable Invincibility. ] psychic5:0:FA18:80:000:Always have the Witch's Broom psychic5:0:FA18:80:001:Get the Witch's Broom Now! psychic5:0:FA17:01:000:Always have the Mega Hammer psychic5:0:FA17:01:001:Get the Mega Hammer Now! psychic5:0:E0B3:01:000:Always Have x2 Bonus psychic5:0:E0B3:02:000:Always Have x4 Bonus psychic5:0:E0B3:03:000:Always Have x8 Bonus psychic5:0:E003:04:020:Always have fat guy psychic5:0:E003:08:020:Always have slim guy psychic5:0:E003:10:020:Always have old man psychic5:0:0000:00:999:[Activate these level cheats] psychic5:0:0000:00:999:[before you die or before ] psychic5:0:0000:00:999:[choosing esper ] psychic5:0:E001:01:001:Go to level 2 Next psychic5:0:E001:02:001:Go to level 3 Next psychic5:0:E001:03:001:Go to level 4 Next psychic5:0:E001:04:001:Go to level 5 Next psychic5:0:E001:05:001:Go to level 6 Next psychic5:0:E001:06:001:Go to level 7 Next psychic5:0:E001:07:001:Go to level 8 Next ; [ Psycho Soldier (US) ] psychos:0:F77E:03:000:Infinite Lives PL1 psychos:0:F77F:03:500:Infinite Lives PL1 (2/2) psychos:0:F790:0C:000:Infinite Powerballs PL1 psychos:0:F78E:14:000:Maximum energy PL1 psychos:0:0000000:00:999:[Dont get stuck in Dead Ends] psychos:0:0000000:00:999:[Turn Invincibility OFF if ] psychos:0:0000000:00:999:[you do!! ] psychos:0:F780:0C:000:Invincibility PL1 psychos:0:F7D4:03:000:Infinite Lives PL2 psychos:0:F7D5:03:500:Infinite Lives PL2 (2/2) psychos:0:F7E6:0C:000:Infinite Powerballs PL2 psychos:0:F7E4:14:000:Maximum energy PL2 psychos:0:0000000:00:999:[Dont get stuck in Dead Ends] psychos:0:0000000:00:999:[Turn Invincibility OFF if ] psychos:0:0000000:00:999:[you do!! ] psychos:0:F7D6:0C:000:Invincibility PL2 ; [ Psycho Soldier (Japan) ] psychosj:0:F77E:03:000:Infinite Lives PL1 psychosj:0:F77F:03:500:Infinite Lives PL1 (2/2) psychosj:0:F790:0C:000:Infinite Powerballs PL1 psychosj:0:F78E:14:000:Maximum energy PL1 psychosj:0:0000000:00:999:[Dont get stuck in Dead Ends] psychosj:0:0000000:00:999:[Turn Invincibility OFF if ] psychosj:0:0000000:00:999:[you do!! ] psychosj:0:F780:0C:000:Invincibility PL1 psychosj:0:F7D4:03:000:Infinite Lives PL2 psychosj:0:F7D5:03:500:Infinite Lives PL2 (2/2) psychosj:0:F7E6:0C:000:Infinite Powerballs PL2 psychosj:0:F7E4:14:000:Maximum energy PL2 psychosj:0:0000000:00:999:[Dont get stuck in Dead Ends] psychosj:0:0000000:00:999:[Turn Invincibility OFF if ] psychosj:0:0000000:00:999:[you do!! ] psychosj:0:F7D6:0C:000:Invincibility PL2 ; [ Psychic Force (Ver 2.4O) ] :psyforce:00000000:001276E8:00000009:FFFFFFFF:Infinite Credits :psyforce:00000000:00127894:00000063:FFFFFFFF:Infinite Time :psyforce:00100000:0018EF98:00000000:FFFFFFFF:Infinite Play Time :psyforce:00000000:001C0154:000000FF:FFFFFFFF:Infinite Character Select Time :psyforce:00000501:0018EEF3:00000007:FFFFFFFF:Select Episode:Set on character select screen :psyforce:00100000:0018EED8:000003E8:FFFFFFFF:Infinite Energy PL1 :psyforce:00100001:0018EED8:00000000:FFFFFFFF:Drain All Energy Now! PL1 :psyforce:00100001:0018EED8:0000FFFF:FFFFFFFF:Lose Now! PL1 :psyforce:00100000:0018EEDA:00000190:FFFFFFFF:Infinite Power PL1 :psyforce:00100000:0018EEDA:00000000:FFFFFFFF:Always No Power PL1 :psyforce:62000000:00000000:00000000:00000000:Select Guard Mode PL1 :psyforce:00010000:0018EEF4:00000000:FFFFFFFF:Manual Guard :psyforce:00010000:0018EEF4:00000001:FFFFFFFF:Auto Guard :psyforce:00000000:0018EFA6:0000000A:FFFFFFFF:Infinite Auto Guard PL1:Only use with auto guard mode :psyforce:62000000:00000000:00000000:00000000:Select Constant Guard Status PL1 :psyforce:00010000:0018EE82:00000000:FFFFFFFF:No Guard :psyforce:00010000:0018EE82:00000008:FFFFFFFF:Normal Guard:You can't guard for several psycho attack :psyforce:00010000:0018EE82:00000004:FFFFFFFF:Barrier Guard:You can't use normal attack but you can guard automatically for all attack ! :psyforce:00800000:00127858:000000D0:FFFFFFFF:Make Keith Selectable PL1:Set before going to character select screen (e.g. title screen) :psyforce:00000000:00127630:00000000:00000010:Rapid Fire - Weak Attack PL1 :psyforce:00000000:00127630:00000000:00000020:Rapid Fire - Strong Attack PL1 :psyforce:62000000:00000000:00000000:00000000:Select Character Colour PL1 :psyforce:00010000:0018EEE4:00000000:00000000:PL1 Colour :psyforce:00010000:0018EEE4:00000001:00000000:PL2 Colour :psyforce:00100000:0018F018:000003E8:FFFFFFFF:Infinite Energy PL2 :psyforce:00100001:0018F018:00000000:FFFFFFFF:Drain All Energy Now! PL2 :psyforce:00100001:0018F018:0000FFFF:FFFFFFFF:Lose Now! PL2 :psyforce:00100000:0018F01A:00000190:FFFFFFFF:Infinite Power PL2 :psyforce:00100000:0018F01A:00000000:FFFFFFFF:Always No Power PL2 :psyforce:62000000:00000000:00000000:00000000:Select Guard Mode PL2 :psyforce:00010000:0018F034:00000000:FFFFFFFF:Manual Guard :psyforce:00010000:0018F034:00000001:FFFFFFFF:Auto Guard :psyforce:00000000:0018F0E6:0000000A:FFFFFFFF:Infinite Auto Guard PL2:Only use with auto guard mode :psyforce:62000000:00000000:00000000:00000000:Select Constant Guard Status PL2 :psyforce:00010000:0018EFC2:00000000:FFFFFFFF:No Guard :psyforce:00010000:0018EFC2:00000008:FFFFFFFF:Normal Guard:You can't guard for several psycho attack :psyforce:00010000:0018EFC2:00000004:FFFFFFFF:Barrier Guard:You can't use normal attack but you can guard automatically for all attack ! :psyforce:00800000:0012785C:000000D0:FFFFFFFF:Make Keith Selectable PL2:Set before going to character select screen (e.g. title screen) :psyforce:00000000:00127634:00000000:00000010:Rapid Fire - Weak Attack PL2 :psyforce:00000000:00127634:00000000:00000020:Rapid Fire - Strong Attack PL2 :psyforce:62000000:00000000:00000000:00000000:Select Character Colour PL2 :psyforce:00010000:0018F024:00000000:00000000:PL1 Colour :psyforce:00010000:0018F024:00000001:00000000:PL2 Colour ; [ Psychic Force (Ver 2.4J) ] :psyforcj:00000000:001276E8:00000009:FFFFFFFF:Infinite Credits :psyforcj:00000000:00127894:00000063:FFFFFFFF:Infinite Time :psyforcj:00100000:0018EF98:00000000:FFFFFFFF:Infinite Play Time :psyforcj:00000000:001C0154:000000FF:FFFFFFFF:Infinite Character Select Time :psyforcj:00000501:0018EEF3:00000007:FFFFFFFF:Select Episode:Set on character select screen :psyforcj:00100000:0018EED8:000003E8:FFFFFFFF:Infinite Energy PL1 :psyforcj:00100001:0018EED8:00000000:FFFFFFFF:Drain All Energy Now! PL1 :psyforcj:00100001:0018EED8:0000FFFF:FFFFFFFF:Lose Now! PL1 :psyforcj:00100000:0018EEDA:00000190:FFFFFFFF:Infinite Power PL1 :psyforcj:00100000:0018EEDA:00000000:FFFFFFFF:Always No Power PL1 :psyforcj:62000000:00000000:00000000:00000000:Select Guard Mode PL1 :psyforcj:00010000:0018EEF4:00000000:FFFFFFFF:Manual Guard :psyforcj:00010000:0018EEF4:00000001:FFFFFFFF:Auto Guard :psyforcj:00000000:0018EFA6:0000000A:FFFFFFFF:Infinite Auto Guard PL1:Only use with auto guard mode :psyforcj:62000000:00000000:00000000:00000000:Select Constant Guard Status PL1 :psyforcj:00010000:0018EE82:00000000:FFFFFFFF:No Guard :psyforcj:00010000:0018EE82:00000008:FFFFFFFF:Normal Guard:You can't guard for several psycho attack :psyforcj:00010000:0018EE82:00000004:FFFFFFFF:Barrier Guard:You can't use normal attack but you can guard automatically for all attack ! :psyforcj:00800000:00127858:000000D0:FFFFFFFF:Make Keith Selectable PL1:Set before going to character select screen (e.g. title screen) :psyforcj:00000000:00127630:00000000:00000010:Rapid Fire - Weak Attack PL1 :psyforcj:00000000:00127630:00000000:00000020:Rapid Fire - Strong Attack PL1 :psyforcj:62000000:00000000:00000000:00000000:Select Character Colour PL1 :psyforcj:00010000:0018EEE4:00000000:00000000:PL1 Colour :psyforcj:00010000:0018EEE4:00000001:00000000:PL2 Colour :psyforcj:00100000:0018F018:000003E8:FFFFFFFF:Infinite Energy PL2 :psyforcj:00100001:0018F018:00000000:FFFFFFFF:Drain All Energy Now! PL2 :psyforcj:00100001:0018F018:0000FFFF:FFFFFFFF:Lose Now! PL2 :psyforcj:00100000:0018F01A:00000190:FFFFFFFF:Infinite Power PL2 :psyforcj:00100000:0018F01A:00000000:FFFFFFFF:Always No Power PL2 :psyforcj:62000000:00000000:00000000:00000000:Select Guard Mode PL2 :psyforcj:00010000:0018F034:00000000:FFFFFFFF:Manual Guard :psyforcj:00010000:0018F034:00000001:FFFFFFFF:Auto Guard :psyforcj:00000000:0018F0E6:0000000A:FFFFFFFF:Infinite Auto Guard PL2:Only use with auto guard mode :psyforcj:62000000:00000000:00000000:00000000:Select Constant Guard Status PL2 :psyforcj:00010000:0018EFC2:00000000:FFFFFFFF:No Guard :psyforcj:00010000:0018EFC2:00000008:FFFFFFFF:Normal Guard:You can't guard for several psycho attack :psyforcj:00010000:0018EFC2:00000004:FFFFFFFF:Barrier Guard:You can't use normal attack but you can guard automatically for all attack ! :psyforcj:00800000:0012785C:000000D0:FFFFFFFF:Make Keith Selectable PL2:Set before going to character select screen (e.g. title screen) :psyforcj:00000000:00127634:00000000:00000010:Rapid Fire - Weak Attack PL2 :psyforcj:00000000:00127634:00000000:00000020:Rapid Fire - Strong Attack PL2 :psyforcj:62000000:00000000:00000000:00000000:Select Character Colour PL2 :psyforcj:00010000:0018F024:00000000:00000000:PL1 Colour :psyforcj:00010000:0018F024:00000001:00000000:PL2 Colour ; [ Psychic Force EX (Ver 2.0J) ] :psyfrcex:00000000:0019B744:00000009:FFFFFFFF:Infinite Credits :psyfrcex:00000000:0019B8F8:00000063:FFFFFFFF:Infinite Time :psyfrcex:00100000:002034E4:00000000:FFFFFFFF:Infinite Play Time :psyfrcex:00000000:00234734:000000FF:FFFFFFFF:Infinite Character Select Time :psyfrcex:00000501:00203441:00000007:FFFFFFFF:Select Episode:Set on character select screen :psyfrcex:00100000:00203424:000003E8:FFFFFFFF:Infinite Energy PL1 :psyfrcex:00100001:00203424:00000000:FFFFFFFF:Drain All Energy Now! PL1 :psyfrcex:00100001:00203424:0000FFFF:FFFFFFFF:Lose Now! PL1 :psyfrcex:00100000:00203426:00000190:FFFFFFFF:Infinite Power PL1 :psyfrcex:00100000:00203426:00000000:FFFFFFFF:Always No Power PL1 :psyfrcex:62000000:00000000:00000000:00000000:Select Guard Mode PL1 :psyfrcex:00010000:00203442:00000000:FFFFFFFF:Manual Guard :psyfrcex:00010000:00203442:00000001:FFFFFFFF:Auto Guard :psyfrcex:00000000:002034F4:0000000A:FFFFFFFF:Infinite Auto Guard PL1:Only use with Auto Guard Mode :psyfrcex:62000000:00000000:00000000:00000000:Select Constant Guard Status PL1 :psyfrcex:00010000:002033CE:00000000:FFFFFFFF:No Guard :psyfrcex:00010000:002033CE:00000008:FFFFFFFF:Normal Guard:You can't guard for several psycho attack :psyfrcex:00010000:002033CE:00000004:FFFFFFFF:Barrier Guard:You can't use normal attack but you can guard automatically for all attack ! :psyfrcex:00000000:0019B684:00000000:00000010:Rapid Fire - Weak Attack PL1 :psyfrcex:00000000:0019B684:00000000:00000020:Rapid Fire - Strong Attack PL1 :psyfrcex:62000000:00000000:00000000:00000000:Select Character Colour PL1 :psyfrcex:00210000:00203430:00010000:FFFFFFFF:New PL1 Colour :psyfrcex:00210000:00203430:00010001:FFFFFFFF:New PL2 Colour :psyfrcex:00210000:00203430:00000000:FFFFFFFF:Old PL1 Colour :psyfrcex:00210000:00203430:00000001:FFFFFFFF:Old PL2 Colour :psyfrcex:00100000:00203568:000003E8:FFFFFFFF:Infinite Energy PL2 :psyfrcex:00100001:00203568:00000000:FFFFFFFF:Drain All Energy Now! PL2 :psyfrcex:00100001:00203568:0000FFFF:FFFFFFFF:Lose Now! PL2 :psyfrcex:00100000:0020356A:00000190:FFFFFFFF:Infinite Power PL2 :psyfrcex:00100000:0020356A:00000000:FFFFFFFF:Always No Power PL2 :psyfrcex:62000000:00000000:00000000:00000000:Select Guard Mode PL2 :psyfrcex:00010000:00203586:00000000:FFFFFFFF:Manual Guard :psyfrcex:00010000:00203586:00000001:FFFFFFFF:Auto Guard :psyfrcex:00000000:00203638:0000000A:FFFFFFFF:Infinite Auto Guard PL2:Only use with Auto Guard Mode :psyfrcex:62000000:00000000:00000000:00000000:Select Constant Guard Status PL2 :psyfrcex:00010000:00203512:00000000:FFFFFFFF:No Guard :psyfrcex:00010000:00203512:00000008:FFFFFFFF:Normal Guard:You can't guard for several psycho attack :psyfrcex:00010000:00203512:00000004:FFFFFFFF:Barrier Guard:You can't use normal attack but you can guard automatically for all attack ! :psyfrcex:00000000:0019B688:00000000:00000010:Rapid Fire - Weak Attack PL2 :psyfrcex:00000000:0019B688:00000000:00000020:Rapid Fire - Strong Attack PL2 :psyfrcex:62000000:00000000:00000000:00000000:Select Character Colour PL2 :psyfrcex:00210000:00203574:00010000:FFFFFFFF:New PL1 Colour :psyfrcex:00210000:00203574:00010001:FFFFFFFF:New PL2 Colour :psyfrcex:00210000:00203574:00000000:FFFFFFFF:Old PL1 Colour :psyfrcex:00210000:00203574:00000001:FFFFFFFF:Old PL2 Colour ; [ Point Blank ] ptblank:0:1C00B7:06:000:Infinite Lives PL1 ptblank:0:1C006F:FF:000:Infinite Ammo PL1 ptblank:0:1C00B3:00:000:Never be penalised for bad shots PL1 ptblank:0:1C00B9:06:000:Infinite Lives PL2 ptblank:0:1C0071:FF:000:Infinite Ammo PL2 ptblank:0:1C00B5:00:000:Never be penalised for bad shots PL2 ; [ Point Blank 2 (GNB5/VER.A) ] ptblank2:0:0000:00:999:[ This game hasn't even ]:REASON 11 ptblank2:0:0000:00:999:[ been looked at due to ]:REASON 11 ptblank2:0:0000:00:999:[ time constraints - Too]:REASON 11 ptblank2:0:0000:00:999:[ many games and so ]:REASON 11 ptblank2:0:0000:00:999:[ little time. It is ]:REASON 11 ptblank2:0:0000:00:999:[ even possible that ]:REASON 11 ptblank2:0:0000:00:999:[ this game may be a ]:REASON 11 ptblank2:0:0000:00:999:[ clone of an existing ]:REASON 11 ptblank2:0:0000:00:999:[ game which may have ]:REASON 11 ptblank2:0:0000:00:999:[ cheats. Please search ]:REASON 11 ptblank2:0:0000:00:999:[ the cheat forums ]:REASON 11 ptblank2:0:0000:00:999:[ before posting cheat ]:REASON 11 ptblank2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Point Blank 2 (GNB3/VER.A) ] :ptblnk2a:00000000:0029CBD4:00000009:FFFFFFFF:Infinite Credits :ptblnk2a:00000000:002A9A94:00000007:FFFFFFFF:Infinite Lives PL1 :ptblnk2a:00000000:002A9A96:00000007:FFFFFFFF:Infinite Lives PL2 ; [ Parallel Turn ] :pturn:00000000:C000:00000099:FFFFFFFF:Infinite Credits :pturn:00100000:C330:00000000:FFFFFFFF:Infinite Time (Ski Lift):Only use this on the Ski Lift it has the opposite effect on other levels :pturn:00200000:C330:00090909:FFFFFFFF:Infinite Time:Not for use on the Ski Lift :pturn:20800000:3718:000000C3:FFFFFFFF:Invincibility :pturn:20810000:42BC:00000000:FFFFFFFF:Invincibility (2/5):1st = Course Out (Hi-Jump) :pturn:20810000:4453:00000000:FFFFFFFF:Invincibility (3/5):2nd & 3rd = Object (Horse Race) :pturn:20810000:5F46:000000C9:FFFFFFFF:Invincibility (4/5):Course Out :pturn:20810000:60A9:000000C9:FFFFFFFF:Invincibility (5/5):Object :pturn:00000000:C0E4:00000000:FFFFFFFF:Rapid Fire - RUN:Turn it OFF on name entry screen :pturn:00000000:C363:00000001:FFFFFFFF:Always be Ranked First (01) :pturn:00000000:C527:000000F7:FFFFFFFF:Always Ski at Max Speed (Ski Lift) :pturn:00000000:C6A7:000000F7:FFFFFFFF:Always Ski at Max Speed (Event 1) :pturn:00000000:C527:000000F7:FFFFFFFF:Always Ski at Max Speed (Event 2):SKI JUMP - Turn Off before you get to the jump or you will just crash :pturn:00000000:C6A7:000000F7:FFFFFFFF:Always Ski at Max Speed (Event 3):BIATHLON :pturn:00000000:C00C:00000009:FFFFFFFF:Infinite Lives PL1 :pturn:00001301:C00E:00000005:FFFFFFFF:Select Starting Stage PL1:Set on the "Push Start Button" message screen :pturn:00000000:C00D:00000009:FFFFFFFF:Infinite Lives PL2 :pturn:00001301:C00F:00000005:FFFFFFFF:Select Starting Stage PL2:Set on the "Push Start Button" message screen :pturn:20900000:03FB:00007D18:FFFFFFFF:Skip ROM Check:It's better to use together with Pre-Enable ; [ Puchi Carat (World) ] puchicar:0:40026B:09:000:Infinite Credits :puchicar:00000000:402186:000000FF:FFFFFFFF:Unlock Secret Character:Enable to select Patoraco via the character selection screen :puchicar:00000010:403139:000000A0:000000B8:Always Keep Ball in Play PL1 puchicar:0:400F39:0C:000:Always play as Patoraco PL1:Enable this Secret Character cheat on or before the character selection screen :puchicar:00000010:4038DD:000000A0:000000B8:Always Keep Ball in Play PL2 puchicar:0:400F99:0C:000:Always play as Patoraco PL2:Enable this Secret Character cheat on or before the character selection screen puchicar:0:000000:00:999:[After you enable these region cheats to see any ] puchicar:0:000000:00:999:[effect you will have to reset the game (F3). ] puchicar:0:000000:00:999:[Then you may have to press the Test switch (F2).] puchicar:0:0FFFFF:01:100:Region Switch = Japan puchicar:0:0FFFFF:02:100:Region Switch = US puchicar:0:0FFFFF:03:100:Region Switch = World ; [ Puchi Carat (Japan) ] puchicrj:0:40026B:09:000:Infinite Credits :puchicrj:00000000:402186:000000FF:FFFFFFFF:Unlock Secret Character:Enable to select Patoraco via the character selection screen :puchicrj:00000010:403139:000000A0:000000B8:Always Keep Ball in Play PL1 puchicrj:0:400F39:0C:000:Always play as Patoraco PL1:Enable this Secret Character cheat on or before the character selection screen :puchicrj:00000010:4038DD:000000A0:000000B8:Always Keep Ball in Play PL2 puchicrj:0:400F99:0C:000:Always play as Patoraco PL2:Enable this Secret Character cheat on or before the character selection screen puchicrj:0:000000:00:999:[After you enable these region cheats to see any ] puchicrj:0:000000:00:999:[effect you will have to reset the game (F3). ] puchicrj:0:000000:00:999:[Then you may have to press the Test switch (F2).] puchicrj:0:0FFFFF:01:100:Region Switch = Japan puchicrj:0:0FFFFF:02:100:Region Switch = US puchicrj:0:0FFFFF:03:100:Region Switch = World ; [ PuckMan (Japan set 1, Probably Bootleg) ] puckman:0:4E14:06:000:Infinite Lives puckman:0:4E15:05:500:Infinite Lives (2/2) :puckman:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :puckman:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :puckman:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :puckman:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :puckman:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. puckman:0:4E0E:F4:001:Finish this Level Now! puckman:0:0000:00:999:[ ------- Starting Levels ------ ] puckman:0:0000:00:999:[ Deactivate the cheats after ] puckman:0:0000:00:999:[ starting the level or leave them] puckman:0:0000:00:999:[ active to repeat the level. ] puckman:0:4E0A:7E:000:Start at Strawberry puckman:0:4E13:01:500:Start at Strawberry (2/2) puckman:0:4E0A:7F:000:Start at 1st Orange puckman:0:4E13:02:500:Start at 1st Orange (2/2) puckman:0:4E0A:80:000:Start at 2nd Orange puckman:0:4E13:03:500:Start at 2nd Orange (2/2) puckman:0:4E0A:81:000:Start at 1st Apple puckman:0:4E13:04:500:Start at 1st Apple (2/2) puckman:0:4E0A:82:000:Start at 2nd Apple puckman:0:4E13:05:500:Start at 2nd Apple (2/2) puckman:0:4E0A:83:000:Start at 1st Pineapple puckman:0:4E13:06:500:Start at 1st Pineapple (2/2) puckman:0:4E0A:84:000:Start at 2nd Pineapple puckman:0:4E13:07:500:Start at 2nd Pineapple (2/2) puckman:0:4E0A:85:000:Start at 1st Galaxian puckman:0:4E13:08:500:Start at 1st Galaxian (2/2) puckman:0:4E0A:86:000:Start at 2nd Galaxian puckman:0:4E13:09:500:Start at 2nd Galaxian (2/2) puckman:0:4E0A:87:000:Start at 1st Bell puckman:0:4E13:0A:500:Start at 1st Bell (2/2) puckman:0:4E0A:88:000:Start at 2nd Bell puckman:0:4E13:0B:500:Start at 2nd Bell (2/2) puckman:0:4E0A:87:000:Start at 1st Key puckman:0:4E13:0C:500:Start at 1st Key (2/2) puckman:0:4E0A:88:000:Start at 2nd Key puckman:0:4E13:0D:500:Start at 2nd Key (2/2) puckman:0:0000:00:999:[ ------- Practice Levels ------ ] puckman:0:4E13:00:000:Practice Cherry puckman:0:4E13:01:000:Practice Strawberry puckman:0:4E13:02:000:Practice 1st Orange puckman:0:4E13:03:000:Practice 2nd Orange puckman:0:4E13:04:000:Practice 1st Apple puckman:0:4E13:05:000:Practice 2nd Apple puckman:0:4E13:06:000:Practice 1st Pineapple puckman:0:4E13:07:000:Practice 2nd Pineapple puckman:0:4E13:08:000:Practice 1st Galaxian puckman:0:4E13:09:000:Practice 2nd Galaxian puckman:0:4E13:0A:000:Practice 1st Bell puckman:0:4E13:0B:000:Practice 2nd Bell puckman:0:4E13:0C:000:Practice 1st Key puckman:0:4E13:0D:000:Practice 2nd Key puckman:0:4E13:FF:000:Split-Screen (Unplayable) puckman:0:4E13:FE:000:No maze or dots(Unfinishable) puckman:0:0000:00:999:[ ------- Practice Speeds ------ ] puckman:0:4DBD:00:000:Stay blue until eaten puckman:0:4DBE:00:500:Stay blue until eaten (2/2) puckman:0:4DBD:58:000:Slow changeback puckman:0:4DBE:02:500:Slow changeback (2/2) puckman:0:4DBD:68:000:Moderate changeback puckman:0:4DBE:01:500:Moderate changeback (2/2) puckman:0:4DBD:F0:000:Quick changeback puckman:0:4DBE:00:500:Quick changeback (2/2) puckman:0:4DBD:78:000:Lightning changeback puckman:0:4DBE:00:500:Lightning changeback (2/2) puckman:0:4DBD:01:000:No change to blue puckman:0:4DBE:00:500:No change to blue (2/2) puckman:0:0000:00:999:[ -------- Ghost Status -------- ] puckman:0:4DA7:01:000:Red always blue puckman:0:4DA8:01:000:Pink always blue puckman:0:4DA9:01:000:Green always blue puckman:0:4DAA:01:000:Orange always blue puckman:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ PuckMan (Japan set 2) ] puckmana:0:4E14:06:000:Infinite Lives puckmana:0:4E15:05:500:Infinite Lives (2/2) :puckmana:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :puckmana:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :puckmana:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :puckmana:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :puckmana:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character puckmana:0:4E0E:F4:001:Finish this Level Now! puckmana:0:0000:00:999:[ ------- Starting Levels ------ ] puckmana:0:0000:00:999:[ Deactivate the cheats after ] puckmana:0:0000:00:999:[ starting the level or leave them] puckmana:0:0000:00:999:[ active to repeat the level. ] puckmana:0:4E0A:7E:000:Start at Strawberry puckmana:0:4E13:01:500:Start at Strawberry (2/2) puckmana:0:4E0A:7F:000:Start at 1st Orange puckmana:0:4E13:02:500:Start at 1st Orange (2/2) puckmana:0:4E0A:80:000:Start at 2nd Orange puckmana:0:4E13:03:500:Start at 2nd Orange (2/2) puckmana:0:4E0A:81:000:Start at 1st Apple puckmana:0:4E13:04:500:Start at 1st Apple (2/2) puckmana:0:4E0A:82:000:Start at 2nd Apple puckmana:0:4E13:05:500:Start at 2nd Apple (2/2) puckmana:0:4E0A:83:000:Start at 1st Pineapple puckmana:0:4E13:06:500:Start at 1st Pineapple (2/2) puckmana:0:4E0A:84:000:Start at 2nd Pineapple puckmana:0:4E13:07:500:Start at 2nd Pineapple (2/2) puckmana:0:4E0A:85:000:Start at 1st Galaxian puckmana:0:4E13:08:500:Start at 1st Galaxian (2/2) puckmana:0:4E0A:86:000:Start at 2nd Galaxian puckmana:0:4E13:09:500:Start at 2nd Galaxian (2/2) puckmana:0:4E0A:87:000:Start at 1st Bell puckmana:0:4E13:0A:500:Start at 1st Bell (2/2) puckmana:0:4E0A:88:000:Start at 2nd Bell puckmana:0:4E13:0B:500:Start at 2nd Bell (2/2) puckmana:0:4E0A:87:000:Start at 1st Key puckmana:0:4E13:0C:500:Start at 1st Key (2/2) puckmana:0:4E0A:88:000:Start at 2nd Key puckmana:0:4E13:0D:500:Start at 2nd Key (2/2) puckmana:0:0000:00:999:[ ------- Practice Levels ------ ] puckmana:0:4E13:00:000:Practice Cherry puckmana:0:4E13:01:000:Practice Strawberry puckmana:0:4E13:02:000:Practice 1st Orange puckmana:0:4E13:03:000:Practice 2nd Orange puckmana:0:4E13:04:000:Practice 1st Apple puckmana:0:4E13:05:000:Practice 2nd Apple puckmana:0:4E13:06:000:Practice 1st Pineapple puckmana:0:4E13:07:000:Practice 2nd Pineapple puckmana:0:4E13:08:000:Practice 1st Galaxian puckmana:0:4E13:09:000:Practice 2nd Galaxian puckmana:0:4E13:0A:000:Practice 1st Bell puckmana:0:4E13:0B:000:Practice 2nd Bell puckmana:0:4E13:0C:000:Practice 1st Key puckmana:0:4E13:0D:000:Practice 2nd Key puckmana:0:4E13:FF:000:Split-Screen (Unplayable) puckmana:0:4E13:FE:000:No maze or dots(Unfinishable) puckmana:0:0000:00:999:[ ------- Practice Speeds ------ ] puckmana:0:4DBD:00:000:Stay blue until eaten puckmana:0:4DBE:00:500:Stay blue until eaten (2/2) puckmana:0:4DBD:58:000:Slow changeback puckmana:0:4DBE:02:500:Slow changeback (2/2) puckmana:0:4DBD:68:000:Moderate changeback puckmana:0:4DBE:01:500:Moderate changeback (2/2) puckmana:0:4DBD:F0:000:Quick changeback puckmana:0:4DBE:00:500:Quick changeback (2/2) puckmana:0:4DBD:78:000:Lightning changeback puckmana:0:4DBE:00:500:Lightning changeback (2/2) puckmana:0:4DBD:01:000:No change to blue puckmana:0:4DBE:00:500:No change to blue (2/2) puckmana:0:0000:00:999:[ -------- Ghost Status -------- ] puckmana:0:4DA7:01:000:Red always blue puckmana:0:4DA8:01:000:Pink always blue puckmana:0:4DA9:01:000:Green always blue puckmana:0:4DAA:01:000:Orange always blue puckmana:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ PuckMan (Japan set 1 with speedup hack) ] puckmanf:0:4E14:06:000:Infinite Lives puckmanf:0:4E15:05:500:Infinite Lives (2/2) :puckmanf:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :puckmanf:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :puckmanf:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :puckmanf:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :puckmanf:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. puckmanf:0:4E0E:F4:001:Finish this Level Now! puckmanf:0:0000:00:999:[ ------- Starting Levels ------ ] puckmanf:0:0000:00:999:[ Deactivate the cheats after ] puckmanf:0:0000:00:999:[ starting the level or leave them] puckmanf:0:0000:00:999:[ active to repeat the level. ] puckmanf:0:4E0A:7E:000:Start at Strawberry puckmanf:0:4E13:01:500:Start at Strawberry (2/2) puckmanf:0:4E0A:7F:000:Start at 1st Orange puckmanf:0:4E13:02:500:Start at 1st Orange (2/2) puckmanf:0:4E0A:80:000:Start at 2nd Orange puckmanf:0:4E13:03:500:Start at 2nd Orange (2/2) puckmanf:0:4E0A:81:000:Start at 1st Apple puckmanf:0:4E13:04:500:Start at 1st Apple (2/2) puckmanf:0:4E0A:82:000:Start at 2nd Apple puckmanf:0:4E13:05:500:Start at 2nd Apple (2/2) puckmanf:0:4E0A:83:000:Start at 1st Pineapple puckmanf:0:4E13:06:500:Start at 1st Pineapple (2/2) puckmanf:0:4E0A:84:000:Start at 2nd Pineapple puckmanf:0:4E13:07:500:Start at 2nd Pineapple (2/2) puckmanf:0:4E0A:85:000:Start at 1st Galaxian puckmanf:0:4E13:08:500:Start at 1st Galaxian (2/2) puckmanf:0:4E0A:86:000:Start at 2nd Galaxian puckmanf:0:4E13:09:500:Start at 2nd Galaxian (2/2) puckmanf:0:4E0A:87:000:Start at 1st Bell puckmanf:0:4E13:0A:500:Start at 1st Bell (2/2) puckmanf:0:4E0A:88:000:Start at 2nd Bell puckmanf:0:4E13:0B:500:Start at 2nd Bell (2/2) puckmanf:0:4E0A:87:000:Start at 1st Key puckmanf:0:4E13:0C:500:Start at 1st Key (2/2) puckmanf:0:4E0A:88:000:Start at 2nd Key puckmanf:0:4E13:0D:500:Start at 2nd Key (2/2) puckmanf:0:0000:00:999:[ ------- Practice Levels ------ ] puckmanf:0:4E13:00:000:Practice Cherry puckmanf:0:4E13:01:000:Practice Strawberry puckmanf:0:4E13:02:000:Practice 1st Orange puckmanf:0:4E13:03:000:Practice 2nd Orange puckmanf:0:4E13:04:000:Practice 1st Apple puckmanf:0:4E13:05:000:Practice 2nd Apple puckmanf:0:4E13:06:000:Practice 1st Pineapple puckmanf:0:4E13:07:000:Practice 2nd Pineapple puckmanf:0:4E13:08:000:Practice 1st Galaxian puckmanf:0:4E13:09:000:Practice 2nd Galaxian puckmanf:0:4E13:0A:000:Practice 1st Bell puckmanf:0:4E13:0B:000:Practice 2nd Bell puckmanf:0:4E13:0C:000:Practice 1st Key puckmanf:0:4E13:0D:000:Practice 2nd Key puckmanf:0:4E13:FF:000:Split-Screen (Unplayable) puckmanf:0:4E13:FE:000:No maze or dots(Unfinishable) puckmanf:0:0000:00:999:[ ------- Practice Speeds ------ ] puckmanf:0:4DBD:00:000:Stay blue until eaten puckmanf:0:4DBE:00:500:Stay blue until eaten (2/2) puckmanf:0:4DBD:58:000:Slow changeback puckmanf:0:4DBE:02:500:Slow changeback (2/2) puckmanf:0:4DBD:68:000:Moderate changeback puckmanf:0:4DBE:01:500:Moderate changeback (2/2) puckmanf:0:4DBD:F0:000:Quick changeback puckmanf:0:4DBE:00:500:Quick changeback (2/2) puckmanf:0:4DBD:78:000:Lightning changeback puckmanf:0:4DBE:00:500:Lightning changeback (2/2) puckmanf:0:4DBD:01:000:No change to blue puckmanf:0:4DBE:00:500:No change to blue (2/2) puckmanf:0:0000:00:999:[ -------- Ghost Status -------- ] puckmanf:0:4DA7:01:000:Red always blue puckmanf:0:4DA8:01:000:Pink always blue puckmanf:0:4DA9:01:000:Green always blue puckmanf:0:4DAA:01:000:Orange always blue puckmanf:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Puckman (Falcom?) ] puckmanh:0:4E14:06:000:Infinite Lives puckmanh:0:4E15:05:500:Infinite Lives (2/2) :puckmanh:20A00000:1774:003FE0C3:FFFFFFFF:Invincibility :puckmanh:20A10000:3FE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3FE0, 2nd = and a/jp nz, $3FE7 :puckmanh:20B10000:3FE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :puckmanh:20B10000:3FE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :puckmanh:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. puckmanh:0:4E0E:F4:001:Finish this Level Now! puckmanh:0:0000:00:999:[ ------- Starting Levels ------ ] puckmanh:0:0000:00:999:[ Deactivate the cheats after ] puckmanh:0:0000:00:999:[ starting the level or leave them] puckmanh:0:0000:00:999:[ active to repeat the level. ] puckmanh:0:4E0A:7E:000:Start at Strawberry puckmanh:0:4E13:01:500:Start at Strawberry (2/2) puckmanh:0:4E0A:7F:000:Start at 1st Orange puckmanh:0:4E13:02:500:Start at 1st Orange (2/2) puckmanh:0:4E0A:80:000:Start at 2nd Orange puckmanh:0:4E13:03:500:Start at 2nd Orange (2/2) puckmanh:0:4E0A:81:000:Start at 1st Apple puckmanh:0:4E13:04:500:Start at 1st Apple (2/2) puckmanh:0:4E0A:82:000:Start at 2nd Apple puckmanh:0:4E13:05:500:Start at 2nd Apple (2/2) puckmanh:0:4E0A:83:000:Start at 1st Pineapple puckmanh:0:4E13:06:500:Start at 1st Pineapple (2/2) puckmanh:0:4E0A:84:000:Start at 2nd Pineapple puckmanh:0:4E13:07:500:Start at 2nd Pineapple (2/2) puckmanh:0:4E0A:85:000:Start at 1st Galaxian puckmanh:0:4E13:08:500:Start at 1st Galaxian (2/2) puckmanh:0:4E0A:86:000:Start at 2nd Galaxian puckmanh:0:4E13:09:500:Start at 2nd Galaxian (2/2) puckmanh:0:4E0A:87:000:Start at 1st Bell puckmanh:0:4E13:0A:500:Start at 1st Bell (2/2) puckmanh:0:4E0A:88:000:Start at 2nd Bell puckmanh:0:4E13:0B:500:Start at 2nd Bell (2/2) puckmanh:0:4E0A:87:000:Start at 1st Key puckmanh:0:4E13:0C:500:Start at 1st Key (2/2) puckmanh:0:4E0A:88:000:Start at 2nd Key puckmanh:0:4E13:0D:500:Start at 2nd Key (2/2) puckmanh:0:0000:00:999:[ ------- Practice Levels ------ ] puckmanh:0:4E13:00:000:Practice Cherry puckmanh:0:4E13:01:000:Practice Strawberry puckmanh:0:4E13:02:000:Practice 1st Orange puckmanh:0:4E13:03:000:Practice 2nd Orange puckmanh:0:4E13:04:000:Practice 1st Apple puckmanh:0:4E13:05:000:Practice 2nd Apple puckmanh:0:4E13:06:000:Practice 1st Pineapple puckmanh:0:4E13:07:000:Practice 2nd Pineapple puckmanh:0:4E13:08:000:Practice 1st Galaxian puckmanh:0:4E13:09:000:Practice 2nd Galaxian puckmanh:0:4E13:0A:000:Practice 1st Bell puckmanh:0:4E13:0B:000:Practice 2nd Bell puckmanh:0:4E13:0C:000:Practice 1st Key puckmanh:0:4E13:0D:000:Practice 2nd Key puckmanh:0:4E13:FF:000:Split-Screen (Unplayable) puckmanh:0:4E13:FE:000:No maze or dots(Unfinishable) puckmanh:0:0000:00:999:[ ------- Practice Speeds ------ ] puckmanh:0:4DBD:00:000:Stay blue until eaten puckmanh:0:4DBE:00:500:Stay blue until eaten (2/2) puckmanh:0:4DBD:58:000:Slow changeback puckmanh:0:4DBE:02:500:Slow changeback (2/2) puckmanh:0:4DBD:68:000:Moderate changeback puckmanh:0:4DBE:01:500:Moderate changeback (2/2) puckmanh:0:4DBD:F0:000:Quick changeback puckmanh:0:4DBE:00:500:Quick changeback (2/2) puckmanh:0:4DBD:78:000:Lightning changeback puckmanh:0:4DBE:00:500:Lightning changeback (2/2) puckmanh:0:4DBD:01:000:No change to blue puckmanh:0:4DBE:00:500:No change to blue (2/2) puckmanh:0:0000:00:999:[ -------- Ghost Status -------- ] puckmanh:0:4DA7:01:000:Red always blue puckmanh:0:4DA8:01:000:Pink always blue puckmanh:0:4DA9:01:000:Green always blue puckmanh:0:4DAA:01:000:Orange always blue puckmanh:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ PuckMan (Japan set 3) ] puckmod:0:4E14:06:000:Infinite Lives puckmod:0:4E15:05:500:Infinite Lives (2/2) :puckmod:20A00000:1774:003CE0C3:FFFFFFFF:Invincibility :puckmod:20A10000:3CE0:000420A7:FFFFFFFF:Invincibility (2/4):1st = jp $3CE0, 2nd = and a/jp nz, $3CE7 :puckmod:20B10000:3CE3:1764C3AF:FFFFFFFF:Invincibility (3/4):xor a/jp $1764 (Normal Ghost) :puckmod:20B10000:3CE7:1777C3AF:FFFFFFFF:Invincibility (4/4):xor a/jp $1777 (Blue Ghost) :puckmod:20800000:180B:00000001:FFFFFFFF:Enable Speed Hack:This will greatly speed up your character. puckmod:0:4E0E:F4:001:Finish this Level Now! puckmod:0:0000:00:999:[ ------- Starting Levels ------ ] puckmod:0:0000:00:999:[ Deactivate the cheats after ] puckmod:0:0000:00:999:[ starting the level or leave them] puckmod:0:0000:00:999:[ active to repeat the level. ] puckmod:0:4E0A:7E:000:Start at Strawberry puckmod:0:4E13:01:500:Start at Strawberry (2/2) puckmod:0:4E0A:7F:000:Start at 1st Orange puckmod:0:4E13:02:500:Start at 1st Orange (2/2) puckmod:0:4E0A:80:000:Start at 2nd Orange puckmod:0:4E13:03:500:Start at 2nd Orange (2/2) puckmod:0:4E0A:81:000:Start at 1st Apple puckmod:0:4E13:04:500:Start at 1st Apple (2/2) puckmod:0:4E0A:82:000:Start at 2nd Apple puckmod:0:4E13:05:500:Start at 2nd Apple (2/2) puckmod:0:4E0A:83:000:Start at 1st Pineapple puckmod:0:4E13:06:500:Start at 1st Pineapple (2/2) puckmod:0:4E0A:84:000:Start at 2nd Pineapple puckmod:0:4E13:07:500:Start at 2nd Pineapple (2/2) puckmod:0:4E0A:85:000:Start at 1st Galaxian puckmod:0:4E13:08:500:Start at 1st Galaxian (2/2) puckmod:0:4E0A:86:000:Start at 2nd Galaxian puckmod:0:4E13:09:500:Start at 2nd Galaxian (2/2) puckmod:0:4E0A:87:000:Start at 1st Bell puckmod:0:4E13:0A:500:Start at 1st Bell (2/2) puckmod:0:4E0A:88:000:Start at 2nd Bell puckmod:0:4E13:0B:500:Start at 2nd Bell (2/2) puckmod:0:4E0A:87:000:Start at 1st Key puckmod:0:4E13:0C:500:Start at 1st Key (2/2) puckmod:0:4E0A:88:000:Start at 2nd Key puckmod:0:4E13:0D:500:Start at 2nd Key (2/2) puckmod:0:0000:00:999:[ ------- Practice Levels ------ ] puckmod:0:4E13:00:000:Practice Cherry puckmod:0:4E13:01:000:Practice Strawberry puckmod:0:4E13:02:000:Practice 1st Orange puckmod:0:4E13:03:000:Practice 2nd Orange puckmod:0:4E13:04:000:Practice 1st Apple puckmod:0:4E13:05:000:Practice 2nd Apple puckmod:0:4E13:06:000:Practice 1st Pineapple puckmod:0:4E13:07:000:Practice 2nd Pineapple puckmod:0:4E13:08:000:Practice 1st Galaxian puckmod:0:4E13:09:000:Practice 2nd Galaxian puckmod:0:4E13:0A:000:Practice 1st Bell puckmod:0:4E13:0B:000:Practice 2nd Bell puckmod:0:4E13:0C:000:Practice 1st Key puckmod:0:4E13:0D:000:Practice 2nd Key puckmod:0:4E13:FF:000:Split-Screen (Unplayable) puckmod:0:4E13:FE:000:No maze or dots(Unfinishable) puckmod:0:0000:00:999:[ ------- Practice Speeds ------ ] puckmod:0:4DBD:00:000:Stay blue until eaten puckmod:0:4DBE:00:500:Stay blue until eaten (2/2) puckmod:0:4DBD:58:000:Slow changeback puckmod:0:4DBE:02:500:Slow changeback (2/2) puckmod:0:4DBD:68:000:Moderate changeback puckmod:0:4DBE:01:500:Moderate changeback (2/2) puckmod:0:4DBD:F0:000:Quick changeback puckmod:0:4DBE:00:500:Quick changeback (2/2) puckmod:0:4DBD:78:000:Lightning changeback puckmod:0:4DBE:00:500:Lightning changeback (2/2) puckmod:0:4DBD:01:000:No change to blue puckmod:0:4DBE:00:500:No change to blue (2/2) puckmod:0:0000:00:999:[ -------- Ghost Status -------- ] puckmod:0:4DA7:01:000:Red always blue puckmod:0:4DA8:01:000:Pink always blue puckmod:0:4DA9:01:000:Green always blue puckmod:0:4DAA:01:000:Orange always blue puckmod:0:4DA5:00:000:Ghosts Always Edible (No Pts) ; [ Puckman Pockimon ] puckpkmn:0:FF5445:78:000:Ghost 1 can always be eaten puckpkmn:0:FF5645:78:000:Ghost 2 can always be eaten puckpkmn:0:FF5845:78:000:Ghost 3 can always be eaten puckpkmn:0:FF5A45:78:000:Ghost 4 can always be eaten puckpkmn:0:FF5047:02:000:Infinite Lives PL1 puckpkmn:0:FF5055:1F:000:Invincibility PL1 puckpkmn:0:FF5247:02:000:Infinite Lives PL2 puckpkmn:0:FF5255:1F:000:Invincibility PL2 ; [ PuLiRuLa (World) ] pulirula:0:307F0B:04:000:Infinite Lives PL1 pulirula:0:307F0F:60:000:Infinite Energy PL1 pulirula:0:307F0D:05:000:Infinite Magic PL1 pulirula:0:307EDC:01:000:Invincibility PL1 pulirula:0:307F95:04:000:Infinite Lives PL2 pulirula:0:307F99:60:000:Infinite Energy PL2 pulirula:0:307F97:05:000:Infinite Magic PL2 pulirula:0:307F66:01:000:Invincibility PL2 ; [ PuLiRuLa (Japan) ] pulirulj:0:307F0B:04:000:Infinite Lives PL1 pulirulj:0:307F0F:60:000:Infinite Energy PL1 pulirulj:0:307F0D:05:000:Infinite Magic PL1 pulirulj:0:307EDC:01:000:Invincibility PL1 pulirulj:0:307F95:04:000:Infinite Lives PL2 pulirulj:0:307F99:60:000:Infinite Energy PL2 pulirulj:0:307F97:05:000:Infinite Magic PL2 pulirulj:0:307F66:01:000:Invincibility PL2 ; [ Pulsar ] pulsar:0:E596:06:000:Infinite Lives PL1 pulsar:0:E63B:06:000:Infinite Lives PL2 pulsar:0:E3C5:0E:000:Infinite Fuel pulsar:0:E388:60:000:Invincibility ; [ Pulstar ] pulstar:0:1017DE:07:000:Max Speed pulstar:0:10132A:02:000:Infinite Lives PL1 pulstar:0:1016AD:A4:000:Invincibility PL1 pulstar:0:10132B:02:000:Infinite Lives PL2 pulstar:0:000000:00:999:[ These cheats have NOT been tested yet! ] pulstar:0:1017E1:67:000:Full Powerups and addons pulstar:0:1017DF:01:000:bomb pulstar:0:1017E0:01:000:Laser 1 pulstar:0:1017E0:02:000:Laser 2 pulstar:0:1017E0:03:000:Laser 3 pulstar:0:1017E0:04:000:Laser 4 pulstar:0:1017E1:FF:000:Max Power pulstar:0:101AB5:05:000:Space 5 pulstar:0:101ADD:05:000:Space 5 pulstar:0:101AB5:06:000:Space 6 pulstar:0:101ADD:06:000:Space 6 pulstar:0:101AB5:07:000:Space 7 pulstar:0:101ADD:07:000:Space 7 pulstar:0:101AB5:08:000:Final Space 8 pulstar:0:101ADD:08:000:Final Space 8 pulstar:0:101696:FF:000:Full Charge PL1 pulstar:0:1017DE:07:000:Max Speed :pulstar:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :pulstar:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :pulstar:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Punch-Out!! ] punchout:0:D022:70:000:Invincibility punchout:0:D048:1A:000:KO Power punchout:0:D7F2:03:000:Infinite Time punchout:0:D024:00:001:Drain Other Fighter Now! punchout:0:D024:00:000:Quick KDs/KOs :punchout:00000000:D02E:00000000:FFFFFFFF:Player TKO Count always = 0 :punchout:00000000:D02F:00000003:FFFFFFFF:CPU TKO Count always = 3:Effectively get a TKO on the first knockout ; [ Punisher, The (World 930422) ] punisher:0:FF18AB:BF:000:Infinite Time punisher:0:FF5D96:01:000:Always have Gun drawn :punisher:20B00000:092FE6:4E714E71:FFFFFFFF:Infinite Weapon on Pickup:This is for the count-down on weapons. Knives can still be lost instantly. punisher:0:FF5BA4:03:000:Infinite Lives PL1 punisher:0:FF8E9F:88:000:Infinite Energy PL1 punisher:0:FF5BCA:09:000:Infinite Bombs PL1 punisher:0:FF8EB5:F0:000:Invincibility PL1 punisher:0:FF8F9F:88:000:Infinite Energy PL2 punisher:0:FF5BCB:09:000:Infinite Bombs PL2 punisher:0:FF5BA5:03:000:Infinite Lives PL2 punisher:0:FF8FB5:F0:000:Invincibility PL2 ; [ Punisher, The (Japan 930422) ] punishrj:0:FF18AB:BF:000:Infinite Time punishrj:0:FF5D96:01:000:Always have Gun drawn :punishrj:20B00000:092FE6:4E714E71:FFFFFFFF:Infinite Weapon on Pickup:This is for the count-down on weapons. Knives can still be lost instantly. punishrj:0:FF5BA4:03:000:Infinite Lives PL1 punishrj:0:FF8E9F:88:000:Infinite Energy PL1 punishrj:0:FF5BCA:09:000:Infinite Bombs PL1 punishrj:0:FF8EB5:F0:000:Invincibility PL1 punishrj:0:FF8F9F:88:000:Infinite Energy PL2 punishrj:0:FF5BCB:09:000:Infinite Bombs PL2 punishrj:0:FF5BA5:03:000:Infinite Lives PL2 punishrj:0:FF8FB5:F0:000:Invincibility PL2 ; [ Punisher, The (US 930422) ] punishru:0:FF18AB:BF:000:Infinite Time punishru:0:FF5D96:01:000:Always have Gun drawn :punishru:20B00000:092FE6:4E714E71:FFFFFFFF:Infinite Weapon on Pickup:This is for the count-down on weapons. Knives can still be lost instantly. punishru:0:FF5BA4:03:000:Infinite Lives PL1 punishru:0:FF8E9F:88:000:Infinite Energy PL1 punishru:0:FF5BCA:09:000:Infinite Bombs PL1 punishru:0:FF8EB5:F0:000:Invincibility PL1 punishru:0:FF8F9F:88:000:Infinite Energy PL2 punishru:0:FF5BCB:09:000:Infinite Bombs PL2 punishru:0:FF5BA5:03:000:Infinite Lives PL2 punishru:0:FF8FB5:F0:000:Invincibility PL2 ; [ Punk Shot (US 4 Players) ] punkshot:0:0802B3:3B:000:Infinite Time punkshot:0:0802B2:09:500:Infinite Time (2/2) punkshot:0:0802B3:00:001:Finish this Game Now! punkshot:0:0802B2:00:501:Finish this Game Now! (2/2) punkshot:0:080005:8E:000:Infinite Energy PL1+PL3 punkshot:0:080485:0A:000:Score always = 10 PL1 punkshot:0:080485:00:000:Score always = 0 PL1 punkshot:0:080485:0A:001:Set score = 10 Now! PL1 punkshot:0:080485:00:001:Set score = 0 Now! PL1 punkshot:0:080085:8E:000:Infinite Energy PL2+PL4 punkshot:0:080487:0A:000:Score always = 10 PL2 punkshot:0:080487:00:000:Score always = 0 PL2 punkshot:0:080487:0A:001:Set score = 10 Now! PL2 punkshot:0:080487:00:001:Set score = 0 Now! PL2 punkshot:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code ; [ Punk Shot (US 2 Players) ] punksht2:0:0802B3:3B:000:Infinite Time punksht2:0:0802B2:09:500:Infinite Time (2/2) punksht2:0:0802B3:00:001:Finish this Game Now! punksht2:0:0802B2:00:501:Finish this Game Now! (2/2) punksht2:0:080005:90:000:Infinite Energy PL1 punksht2:0:080485:0A:000:Score always = 10 PL1 punksht2:0:080485:00:000:Score always = 0 PL1 punksht2:0:080485:0A:001:Set score = 10 Now! PL1 punksht2:0:080485:00:001:Set score = 0 Now! PL1 punksht2:0:080085:8E:000:Infinite Energy PL2 punksht2:0:080487:0A:000:Score always = 10 PL2 punksht2:0:080487:00:000:Score always = 0 PL2 punksht2:0:080487:0A:001:Set score = 10 Now! PL2 punksht2:0:080487:00:001:Set score = 0 Now! PL2 punksht2:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code ; [ Punk Shot (Japan 2 Players) ] punkshtj:0:0802B3:3B:000:Infinite Time punkshtj:0:0802B2:09:500:Infinite Time (2/2) punkshtj:0:0802B3:00:001:Finish this Game Now! punkshtj:0:0802B2:00:501:Finish this Game Now! (2/2) punkshtj:0:080485:0A:000:Score always = 10 PL1 punkshtj:0:080485:00:000:Score always = 0 PL1 punkshtj:0:080485:0A:001:Set score = 10 Now! PL1 punkshtj:0:080485:00:001:Set score = 0 Now! PL1 punkshtj:0:080487:0A:000:Score always = 10 PL2 punkshtj:0:080487:00:000:Score always = 0 PL2 punkshtj:0:080487:0A:001:Set score = 10 Now! PL2 punkshtj:0:080487:00:001:Set score = 0 Now! PL2 punkshtj:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code ; [ Pururun ] pururun:0:80F046:63:000:Infinite Credits pururun:0:80C0AD:00:001:Get one line to complete stage Now! :pururun:00001301:80F359:00000018:FFFFFFFF:Select starting stage:You should enable this cheat on the press START button screen, ie. after credits have been inserted! The Round display wont be correct pururun:0:80F359:18:061:Select next stage pururun:0:80F387:06:000:Infinite Bombs PL1 pururun:0:80F389:06:000:Infinite Bombs PL2 ; [ Pushman (Korea, set 1) ] pushman:0:FFCC02:80:000:Infinite Credits pushman:0:FFCC03:40:007:Infinite Time pushman:0:FFCC21:04:000:Infinite Lives PL1 pushman:0:FFCC10:09:000:Infinite Pulls PL1 pushman:0:FFCC26:04:000:Infinite Lives PL2 pushman:0:FFCC27:09:000:Infinite Pulls PL2 ; [ Pushman (Korea, set 2) ] pushmana:0:FFCC02:80:000:Infinite Credits pushmana:0:FFCC03:40:007:Infinite Time pushmana:0:FFCC21:04:000:Infinite Lives PL1 pushmana:0:FFCC10:09:000:Infinite Pulls PL1 pushmana:0:FFCC26:04:000:Infinite Lives PL2 pushmana:0:FFCC27:09:000:Infinite Pulls PL2 ; [ Pushman (American Sammy license) ] pushmans:0:FFCC02:80:000:Infinite Credits pushmans:0:FFCC03:40:007:Infinite Time pushmans:0:FFCC21:04:000:Infinite Lives PL1 pushmans:0:FFCC10:09:000:Infinite Pulls PL1 pushmans:0:FFCC26:04:000:Infinite Lives PL2 pushmans:0:FFCC27:09:000:Infinite Pulls PL2 ; [ Puyo Puyo (World) ] puyo:0:FFFCD9:09:000:Infinite Credits puyo:0:000000:00:999:[These cheats are for the one player game] puyo:0:FFE015:00:000:Never get Attacked PL1 puyo:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyo:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyo:0:FFE166:00:000:Next bottom bubble always Red PL1 puyo:0:FFE166:01:000:Next bottom bubble always Yellow PL1 puyo:0:FFE166:03:000:Next bottom bubble always Green PL1 puyo:0:FFE166:04:000:Next bottom bubble always Purple PL1 puyo:0:FFE166:05:000:Next bottom bubble always Blue PL1 puyo:0:FFE167:00:000:Next top bubble always Red PL1 puyo:0:FFE167:01:000:Next top bubble always Yellow PL1 puyo:0:FFE167:03:000:Next top bubble always Green PL1 puyo:0:FFE167:04:000:Next top bubble always Purple PL1 puyo:0:FFE167:05:000:Next top bubble always Blue PL1 puyo:0:FFE166:00:001:Next bottom bubble is Red Now! PL1 puyo:0:FFE166:01:001:Next bottom bubble is Yellow Now! PL1 puyo:0:FFE166:03:001:Next bottom bubble is Green Now! PL1 puyo:0:FFE166:04:001:Next bottom bubble is Purple Now! PL1 puyo:0:FFE166:05:001:Next bottom bubble is Blue Now! PL1 puyo:0:FFE167:00:001:Next top bubble is Red Now! PL1 puyo:0:FFE167:01:001:Next top bubble is Yellow Now! PL1 puyo:0:FFE167:03:001:Next top bubble is Green Now! PL1 puyo:0:FFE167:04:001:Next top bubble is Purple Now! PL1 puyo:0:FFE167:05:001:Next top bubble is Blue Now! PL1 puyo:0:FFE055:00:000:Never get Attacked CPU puyo:0:FFE015:0A:001:Attack opposite side with 10 Now! CPU puyo:0:FFE015:50:001:Attack opposite side with LOTS Now! CPU:This is effectively a Win this Game Now! cheat puyo:0:FFE226:00:000:Next bottom bubble always Red CPU puyo:0:FFE226:01:000:Next bottom bubble always Yellow CPU puyo:0:FFE226:03:000:Next bottom bubble always Green CPU puyo:0:FFE226:04:000:Next bottom bubble always Purple CPU puyo:0:FFE226:05:000:Next bottom bubble always Blue CPU puyo:0:FFE227:00:000:Next top bubble always Red CPU puyo:0:FFE227:01:000:Next top bubble always Yellow CPU puyo:0:FFE227:03:000:Next top bubble always Green CPU puyo:0:FFE227:04:000:Next top bubble always Purple CPU puyo:0:FFE227:05:000:Next top bubble always Blue CPU puyo:0:FFE226:00:001:Next bottom bubble is Red Now! CPU puyo:0:FFE226:01:001:Next bottom bubble is Yellow Now! CPU puyo:0:FFE226:03:001:Next bottom bubble is Green Now! CPU puyo:0:FFE226:04:001:Next bottom bubble is Purple Now! CPU puyo:0:FFE226:05:001:Next bottom bubble is Blue Now! CPU puyo:0:FFE227:00:001:Next top bubble is Red Now! CPU puyo:0:FFE227:01:001:Next top bubble is Yellow Now! CPU puyo:0:FFE227:03:001:Next top bubble is Green Now! CPU puyo:0:FFE227:04:001:Next top bubble is Purple Now! CPU puyo:0:FFE227:05:001:Next top bubble is Blue Now! CPU puyo:0:000000:00:999:[These cheats are for the two player game] puyo:0:FFE015:00:000:Never get Attacked PL1 puyo:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyo:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyo:0:FFE126:00:000:Next bottom bubble always Red PL1 puyo:0:FFE126:01:000:Next bottom bubble always Yellow PL1 puyo:0:FFE126:03:000:Next bottom bubble always Green PL1 puyo:0:FFE126:04:000:Next bottom bubble always Purple PL1 puyo:0:FFE126:05:000:Next bottom bubble always Blue PL1 puyo:0:FFE127:00:000:Next top bubble always Red PL1 puyo:0:FFE127:01:000:Next top bubble always Yellow PL1 puyo:0:FFE127:03:000:Next top bubble always Green PL1 puyo:0:FFE127:04:000:Next top bubble always Purple PL1 puyo:0:FFE127:05:000:Next top bubble always Blue PL1 puyo:0:FFE126:00:001:Next bottom bubble is Red Now! PL1 puyo:0:FFE126:01:001:Next bottom bubble is Yellow Now! PL1 puyo:0:FFE126:03:001:Next bottom bubble is Green Now! PL1 puyo:0:FFE126:04:001:Next bottom bubble is Purple Now! PL1 puyo:0:FFE126:05:001:Next bottom bubble is Blue Now! PL1 puyo:0:FFE127:00:001:Next top bubble is Red Now! PL1 puyo:0:FFE127:01:001:Next top bubble is Yellow Now! PL1 puyo:0:FFE127:03:001:Next top bubble is Green Now! PL1 puyo:0:FFE127:04:001:Next top bubble is Purple Now! PL1 puyo:0:FFE127:05:001:Next top bubble is Blue Now! PL1 puyo:0:FFE055:00:000:Never get Attacked PL2 puyo:0:FFE015:0A:001:Attack opposite side with 10 Now! PL2 puyo:0:FFE015:50:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat puyo:0:FFE1E6:00:000:Next bottom bubble always Red PL2 puyo:0:FFE1E6:01:000:Next bottom bubble always Yellow PL2 puyo:0:FFE1E6:03:000:Next bottom bubble always Green PL2 puyo:0:FFE1E6:04:000:Next bottom bubble always Purple PL2 puyo:0:FFE1E6:05:000:Next bottom bubble always Blue PL2 puyo:0:FFE1E7:00:000:Next top bubble always Red PL2 puyo:0:FFE1E7:01:000:Next top bubble always Yellow PL2 puyo:0:FFE1E7:03:000:Next top bubble always Green PL2 puyo:0:FFE1E7:04:000:Next top bubble always Purple PL2 puyo:0:FFE1E7:05:000:Next top bubble always Blue PL2 puyo:0:FFE1E6:00:001:Next bottom bubble is Red Now! PL2 puyo:0:FFE1E6:01:001:Next bottom bubble is Yellow Now! PL2 puyo:0:FFE1E6:03:001:Next bottom bubble is Green Now! PL2 puyo:0:FFE1E6:04:001:Next bottom bubble is Purple Now! PL2 puyo:0:FFE1E6:05:001:Next bottom bubble is Blue Now! PL2 puyo:0:FFE1E7:00:001:Next top bubble is Red Now! PL2 puyo:0:FFE1E7:01:001:Next top bubble is Yellow Now! PL2 puyo:0:FFE1E7:03:001:Next top bubble is Green Now! PL2 puyo:0:FFE1E7:04:001:Next top bubble is Purple Now! PL2 puyo:0:FFE1E7:05:001:Next top bubble is Blue Now! PL2 ; [ Puyo Puyo (World, bootleg) ] puyobl:0:FFFCD9:09:000:Infinite Credits puyobl:0:000000:00:999:[These cheats are for the one player game] puyobl:0:FFE015:00:000:Never get Attacked PL1 puyobl:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyobl:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyobl:0:FFE166:00:000:Next bottom bubble always Red PL1 puyobl:0:FFE166:01:000:Next bottom bubble always Yellow PL1 puyobl:0:FFE166:03:000:Next bottom bubble always Green PL1 puyobl:0:FFE166:04:000:Next bottom bubble always Purple PL1 puyobl:0:FFE166:05:000:Next bottom bubble always Blue PL1 puyobl:0:FFE167:00:000:Next top bubble always Red PL1 puyobl:0:FFE167:01:000:Next top bubble always Yellow PL1 puyobl:0:FFE167:03:000:Next top bubble always Green PL1 puyobl:0:FFE167:04:000:Next top bubble always Purple PL1 puyobl:0:FFE167:05:000:Next top bubble always Blue PL1 puyobl:0:FFE166:00:001:Next bottom bubble is Red Now! PL1 puyobl:0:FFE166:01:001:Next bottom bubble is Yellow Now! PL1 puyobl:0:FFE166:03:001:Next bottom bubble is Green Now! PL1 puyobl:0:FFE166:04:001:Next bottom bubble is Purple Now! PL1 puyobl:0:FFE166:05:001:Next bottom bubble is Blue Now! PL1 puyobl:0:FFE167:00:001:Next top bubble is Red Now! PL1 puyobl:0:FFE167:01:001:Next top bubble is Yellow Now! PL1 puyobl:0:FFE167:03:001:Next top bubble is Green Now! PL1 puyobl:0:FFE167:04:001:Next top bubble is Purple Now! PL1 puyobl:0:FFE167:05:001:Next top bubble is Blue Now! PL1 puyobl:0:FFE055:00:000:Never get Attacked CPU puyobl:0:FFE015:0A:001:Attack opposite side with 10 Now! CPU puyobl:0:FFE015:50:001:Attack opposite side with LOTS Now! CPU:This is effectively a Win this Game Now! cheat puyobl:0:FFE226:00:000:Next bottom bubble always Red CPU puyobl:0:FFE226:01:000:Next bottom bubble always Yellow CPU puyobl:0:FFE226:03:000:Next bottom bubble always Green CPU puyobl:0:FFE226:04:000:Next bottom bubble always Purple CPU puyobl:0:FFE226:05:000:Next bottom bubble always Blue CPU puyobl:0:FFE227:00:000:Next top bubble always Red CPU puyobl:0:FFE227:01:000:Next top bubble always Yellow CPU puyobl:0:FFE227:03:000:Next top bubble always Green CPU puyobl:0:FFE227:04:000:Next top bubble always Purple CPU puyobl:0:FFE227:05:000:Next top bubble always Blue CPU puyobl:0:FFE226:00:001:Next bottom bubble is Red Now! CPU puyobl:0:FFE226:01:001:Next bottom bubble is Yellow Now! CPU puyobl:0:FFE226:03:001:Next bottom bubble is Green Now! CPU puyobl:0:FFE226:04:001:Next bottom bubble is Purple Now! CPU puyobl:0:FFE226:05:001:Next bottom bubble is Blue Now! CPU puyobl:0:FFE227:00:001:Next top bubble is Red Now! CPU puyobl:0:FFE227:01:001:Next top bubble is Yellow Now! CPU puyobl:0:FFE227:03:001:Next top bubble is Green Now! CPU puyobl:0:FFE227:04:001:Next top bubble is Purple Now! CPU puyobl:0:FFE227:05:001:Next top bubble is Blue Now! CPU puyobl:0:000000:00:999:[These cheats are for the two player game] puyobl:0:FFE015:00:000:Never get Attacked PL1 puyobl:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyobl:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyobl:0:FFE126:00:000:Next bottom bubble always Red PL1 puyobl:0:FFE126:01:000:Next bottom bubble always Yellow PL1 puyobl:0:FFE126:03:000:Next bottom bubble always Green PL1 puyobl:0:FFE126:04:000:Next bottom bubble always Purple PL1 puyobl:0:FFE126:05:000:Next bottom bubble always Blue PL1 puyobl:0:FFE127:00:000:Next top bubble always Red PL1 puyobl:0:FFE127:01:000:Next top bubble always Yellow PL1 puyobl:0:FFE127:03:000:Next top bubble always Green PL1 puyobl:0:FFE127:04:000:Next top bubble always Purple PL1 puyobl:0:FFE127:05:000:Next top bubble always Blue PL1 puyobl:0:FFE126:00:001:Next bottom bubble is Red Now! PL1 puyobl:0:FFE126:01:001:Next bottom bubble is Yellow Now! PL1 puyobl:0:FFE126:03:001:Next bottom bubble is Green Now! PL1 puyobl:0:FFE126:04:001:Next bottom bubble is Purple Now! PL1 puyobl:0:FFE126:05:001:Next bottom bubble is Blue Now! PL1 puyobl:0:FFE127:00:001:Next top bubble is Red Now! PL1 puyobl:0:FFE127:01:001:Next top bubble is Yellow Now! PL1 puyobl:0:FFE127:03:001:Next top bubble is Green Now! PL1 puyobl:0:FFE127:04:001:Next top bubble is Purple Now! PL1 puyobl:0:FFE127:05:001:Next top bubble is Blue Now! PL1 puyobl:0:FFE055:00:000:Never get Attacked PL2 puyobl:0:FFE015:0A:001:Attack opposite side with 10 Now! PL2 puyobl:0:FFE015:50:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat puyobl:0:FFE1E6:00:000:Next bottom bubble always Red PL2 puyobl:0:FFE1E6:01:000:Next bottom bubble always Yellow PL2 puyobl:0:FFE1E6:03:000:Next bottom bubble always Green PL2 puyobl:0:FFE1E6:04:000:Next bottom bubble always Purple PL2 puyobl:0:FFE1E6:05:000:Next bottom bubble always Blue PL2 puyobl:0:FFE1E7:00:000:Next top bubble always Red PL2 puyobl:0:FFE1E7:01:000:Next top bubble always Yellow PL2 puyobl:0:FFE1E7:03:000:Next top bubble always Green PL2 puyobl:0:FFE1E7:04:000:Next top bubble always Purple PL2 puyobl:0:FFE1E7:05:000:Next top bubble always Blue PL2 puyobl:0:FFE1E6:00:001:Next bottom bubble is Red Now! PL2 puyobl:0:FFE1E6:01:001:Next bottom bubble is Yellow Now! PL2 puyobl:0:FFE1E6:03:001:Next bottom bubble is Green Now! PL2 puyobl:0:FFE1E6:04:001:Next bottom bubble is Purple Now! PL2 puyobl:0:FFE1E6:05:001:Next bottom bubble is Blue Now! PL2 puyobl:0:FFE1E7:00:001:Next top bubble is Red Now! PL2 puyobl:0:FFE1E7:01:001:Next top bubble is Yellow Now! PL2 puyobl:0:FFE1E7:03:001:Next top bubble is Green Now! PL2 puyobl:0:FFE1E7:04:001:Next top bubble is Purple Now! PL2 puyobl:0:FFE1E7:05:001:Next top bubble is Blue Now! PL2 ; [ Puyo Puyo (Japan) ] puyoj:0:FFFCD9:09:000:Infinite Credits puyoj:0:000000:00:999:[These cheats are for the one player game] puyoj:0:FFE015:00:000:Never get Attacked PL1 puyoj:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyoj:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyoj:0:FFE166:00:000:Next bottom bubble always Red PL1 puyoj:0:FFE166:01:000:Next bottom bubble always Yellow PL1 puyoj:0:FFE166:03:000:Next bottom bubble always Green PL1 puyoj:0:FFE166:04:000:Next bottom bubble always Purple PL1 puyoj:0:FFE166:05:000:Next bottom bubble always Blue PL1 puyoj:0:FFE167:00:000:Next top bubble always Red PL1 puyoj:0:FFE167:01:000:Next top bubble always Yellow PL1 puyoj:0:FFE167:03:000:Next top bubble always Green PL1 puyoj:0:FFE167:04:000:Next top bubble always Purple PL1 puyoj:0:FFE167:05:000:Next top bubble always Blue PL1 puyoj:0:FFE166:00:001:Next bottom bubble is Red Now! PL1 puyoj:0:FFE166:01:001:Next bottom bubble is Yellow Now! PL1 puyoj:0:FFE166:03:001:Next bottom bubble is Green Now! PL1 puyoj:0:FFE166:04:001:Next bottom bubble is Purple Now! PL1 puyoj:0:FFE166:05:001:Next bottom bubble is Blue Now! PL1 puyoj:0:FFE167:00:001:Next top bubble is Red Now! PL1 puyoj:0:FFE167:01:001:Next top bubble is Yellow Now! PL1 puyoj:0:FFE167:03:001:Next top bubble is Green Now! PL1 puyoj:0:FFE167:04:001:Next top bubble is Purple Now! PL1 puyoj:0:FFE167:05:001:Next top bubble is Blue Now! PL1 puyoj:0:FFE055:00:000:Never get Attacked CPU puyoj:0:FFE015:0A:001:Attack opposite side with 10 Now! CPU puyoj:0:FFE015:50:001:Attack opposite side with LOTS Now! CPU:This is effectively a Win this Game Now! cheat puyoj:0:FFE226:00:000:Next bottom bubble always Red CPU puyoj:0:FFE226:01:000:Next bottom bubble always Yellow CPU puyoj:0:FFE226:03:000:Next bottom bubble always Green CPU puyoj:0:FFE226:04:000:Next bottom bubble always Purple CPU puyoj:0:FFE226:05:000:Next bottom bubble always Blue CPU puyoj:0:FFE227:00:000:Next top bubble always Red CPU puyoj:0:FFE227:01:000:Next top bubble always Yellow CPU puyoj:0:FFE227:03:000:Next top bubble always Green CPU puyoj:0:FFE227:04:000:Next top bubble always Purple CPU puyoj:0:FFE227:05:000:Next top bubble always Blue CPU puyoj:0:FFE226:00:001:Next bottom bubble is Red Now! CPU puyoj:0:FFE226:01:001:Next bottom bubble is Yellow Now! CPU puyoj:0:FFE226:03:001:Next bottom bubble is Green Now! CPU puyoj:0:FFE226:04:001:Next bottom bubble is Purple Now! CPU puyoj:0:FFE226:05:001:Next bottom bubble is Blue Now! CPU puyoj:0:FFE227:00:001:Next top bubble is Red Now! CPU puyoj:0:FFE227:01:001:Next top bubble is Yellow Now! CPU puyoj:0:FFE227:03:001:Next top bubble is Green Now! CPU puyoj:0:FFE227:04:001:Next top bubble is Purple Now! CPU puyoj:0:FFE227:05:001:Next top bubble is Blue Now! CPU puyoj:0:000000:00:999:[These cheats are for the two player game] puyoj:0:FFE015:00:000:Never get Attacked PL1 puyoj:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyoj:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyoj:0:FFE126:00:000:Next bottom bubble always Red PL1 puyoj:0:FFE126:01:000:Next bottom bubble always Yellow PL1 puyoj:0:FFE126:03:000:Next bottom bubble always Green PL1 puyoj:0:FFE126:04:000:Next bottom bubble always Purple PL1 puyoj:0:FFE126:05:000:Next bottom bubble always Blue PL1 puyoj:0:FFE127:00:000:Next top bubble always Red PL1 puyoj:0:FFE127:01:000:Next top bubble always Yellow PL1 puyoj:0:FFE127:03:000:Next top bubble always Green PL1 puyoj:0:FFE127:04:000:Next top bubble always Purple PL1 puyoj:0:FFE127:05:000:Next top bubble always Blue PL1 puyoj:0:FFE126:00:001:Next bottom bubble is Red Now! PL1 puyoj:0:FFE126:01:001:Next bottom bubble is Yellow Now! PL1 puyoj:0:FFE126:03:001:Next bottom bubble is Green Now! PL1 puyoj:0:FFE126:04:001:Next bottom bubble is Purple Now! PL1 puyoj:0:FFE126:05:001:Next bottom bubble is Blue Now! PL1 puyoj:0:FFE127:00:001:Next top bubble is Red Now! PL1 puyoj:0:FFE127:01:001:Next top bubble is Yellow Now! PL1 puyoj:0:FFE127:03:001:Next top bubble is Green Now! PL1 puyoj:0:FFE127:04:001:Next top bubble is Purple Now! PL1 puyoj:0:FFE127:05:001:Next top bubble is Blue Now! PL1 puyoj:0:FFE055:00:000:Never get Attacked PL2 puyoj:0:FFE015:0A:001:Attack opposite side with 10 Now! PL2 puyoj:0:FFE015:50:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat puyoj:0:FFE1E6:00:000:Next bottom bubble always Red PL2 puyoj:0:FFE1E6:01:000:Next bottom bubble always Yellow PL2 puyoj:0:FFE1E6:03:000:Next bottom bubble always Green PL2 puyoj:0:FFE1E6:04:000:Next bottom bubble always Purple PL2 puyoj:0:FFE1E6:05:000:Next bottom bubble always Blue PL2 puyoj:0:FFE1E7:00:000:Next top bubble always Red PL2 puyoj:0:FFE1E7:01:000:Next top bubble always Yellow PL2 puyoj:0:FFE1E7:03:000:Next top bubble always Green PL2 puyoj:0:FFE1E7:04:000:Next top bubble always Purple PL2 puyoj:0:FFE1E7:05:000:Next top bubble always Blue PL2 puyoj:0:FFE1E6:00:001:Next bottom bubble is Red Now! PL2 puyoj:0:FFE1E6:01:001:Next bottom bubble is Yellow Now! PL2 puyoj:0:FFE1E6:03:001:Next bottom bubble is Green Now! PL2 puyoj:0:FFE1E6:04:001:Next bottom bubble is Purple Now! PL2 puyoj:0:FFE1E6:05:001:Next bottom bubble is Blue Now! PL2 puyoj:0:FFE1E7:00:001:Next top bubble is Red Now! PL2 puyoj:0:FFE1E7:01:001:Next top bubble is Yellow Now! PL2 puyoj:0:FFE1E7:03:001:Next top bubble is Green Now! PL2 puyoj:0:FFE1E7:04:001:Next top bubble is Purple Now! PL2 puyoj:0:FFE1E7:05:001:Next top bubble is Blue Now! PL2 ; [ Puyo Puyo (Japan, Rev A) ] puyoja:0:FFFCD9:09:000:Infinite Credits puyoja:0:000000:00:999:[These cheats are for the one player game] puyoja:0:FFE015:00:000:Never get Attacked PL1 puyoja:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyoja:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyoja:0:FFE166:00:000:Next bottom bubble always Red PL1 puyoja:0:FFE166:01:000:Next bottom bubble always Yellow PL1 puyoja:0:FFE166:03:000:Next bottom bubble always Green PL1 puyoja:0:FFE166:04:000:Next bottom bubble always Purple PL1 puyoja:0:FFE166:05:000:Next bottom bubble always Blue PL1 puyoja:0:FFE167:00:000:Next top bubble always Red PL1 puyoja:0:FFE167:01:000:Next top bubble always Yellow PL1 puyoja:0:FFE167:03:000:Next top bubble always Green PL1 puyoja:0:FFE167:04:000:Next top bubble always Purple PL1 puyoja:0:FFE167:05:000:Next top bubble always Blue PL1 puyoja:0:FFE166:00:001:Next bottom bubble is Red Now! PL1 puyoja:0:FFE166:01:001:Next bottom bubble is Yellow Now! PL1 puyoja:0:FFE166:03:001:Next bottom bubble is Green Now! PL1 puyoja:0:FFE166:04:001:Next bottom bubble is Purple Now! PL1 puyoja:0:FFE166:05:001:Next bottom bubble is Blue Now! PL1 puyoja:0:FFE167:00:001:Next top bubble is Red Now! PL1 puyoja:0:FFE167:01:001:Next top bubble is Yellow Now! PL1 puyoja:0:FFE167:03:001:Next top bubble is Green Now! PL1 puyoja:0:FFE167:04:001:Next top bubble is Purple Now! PL1 puyoja:0:FFE167:05:001:Next top bubble is Blue Now! PL1 puyoja:0:FFE055:00:000:Never get Attacked CPU puyoja:0:FFE015:0A:001:Attack opposite side with 10 Now! CPU puyoja:0:FFE015:50:001:Attack opposite side with LOTS Now! CPU:This is effectively a Win this Game Now! cheat puyoja:0:FFE226:00:000:Next bottom bubble always Red CPU puyoja:0:FFE226:01:000:Next bottom bubble always Yellow CPU puyoja:0:FFE226:03:000:Next bottom bubble always Green CPU puyoja:0:FFE226:04:000:Next bottom bubble always Purple CPU puyoja:0:FFE226:05:000:Next bottom bubble always Blue CPU puyoja:0:FFE227:00:000:Next top bubble always Red CPU puyoja:0:FFE227:01:000:Next top bubble always Yellow CPU puyoja:0:FFE227:03:000:Next top bubble always Green CPU puyoja:0:FFE227:04:000:Next top bubble always Purple CPU puyoja:0:FFE227:05:000:Next top bubble always Blue CPU puyoja:0:FFE226:00:001:Next bottom bubble is Red Now! CPU puyoja:0:FFE226:01:001:Next bottom bubble is Yellow Now! CPU puyoja:0:FFE226:03:001:Next bottom bubble is Green Now! CPU puyoja:0:FFE226:04:001:Next bottom bubble is Purple Now! CPU puyoja:0:FFE226:05:001:Next bottom bubble is Blue Now! CPU puyoja:0:FFE227:00:001:Next top bubble is Red Now! CPU puyoja:0:FFE227:01:001:Next top bubble is Yellow Now! CPU puyoja:0:FFE227:03:001:Next top bubble is Green Now! CPU puyoja:0:FFE227:04:001:Next top bubble is Purple Now! CPU puyoja:0:FFE227:05:001:Next top bubble is Blue Now! CPU puyoja:0:000000:00:999:[These cheats are for the two player game] puyoja:0:FFE015:00:000:Never get Attacked PL1 puyoja:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1 puyoja:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat puyoja:0:FFE126:00:000:Next bottom bubble always Red PL1 puyoja:0:FFE126:01:000:Next bottom bubble always Yellow PL1 puyoja:0:FFE126:03:000:Next bottom bubble always Green PL1 puyoja:0:FFE126:04:000:Next bottom bubble always Purple PL1 puyoja:0:FFE126:05:000:Next bottom bubble always Blue PL1 puyoja:0:FFE127:00:000:Next top bubble always Red PL1 puyoja:0:FFE127:01:000:Next top bubble always Yellow PL1 puyoja:0:FFE127:03:000:Next top bubble always Green PL1 puyoja:0:FFE127:04:000:Next top bubble always Purple PL1 puyoja:0:FFE127:05:000:Next top bubble always Blue PL1 puyoja:0:FFE126:00:001:Next bottom bubble is Red Now! PL1 puyoja:0:FFE126:01:001:Next bottom bubble is Yellow Now! PL1 puyoja:0:FFE126:03:001:Next bottom bubble is Green Now! PL1 puyoja:0:FFE126:04:001:Next bottom bubble is Purple Now! PL1 puyoja:0:FFE126:05:001:Next bottom bubble is Blue Now! PL1 puyoja:0:FFE127:00:001:Next top bubble is Red Now! PL1 puyoja:0:FFE127:01:001:Next top bubble is Yellow Now! PL1 puyoja:0:FFE127:03:001:Next top bubble is Green Now! PL1 puyoja:0:FFE127:04:001:Next top bubble is Purple Now! PL1 puyoja:0:FFE127:05:001:Next top bubble is Blue Now! PL1 puyoja:0:FFE055:00:000:Never get Attacked PL2 puyoja:0:FFE015:0A:001:Attack opposite side with 10 Now! PL2 puyoja:0:FFE015:50:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat puyoja:0:FFE1E6:00:000:Next bottom bubble always Red PL2 puyoja:0:FFE1E6:01:000:Next bottom bubble always Yellow PL2 puyoja:0:FFE1E6:03:000:Next bottom bubble always Green PL2 puyoja:0:FFE1E6:04:000:Next bottom bubble always Purple PL2 puyoja:0:FFE1E6:05:000:Next bottom bubble always Blue PL2 puyoja:0:FFE1E7:00:000:Next top bubble always Red PL2 puyoja:0:FFE1E7:01:000:Next top bubble always Yellow PL2 puyoja:0:FFE1E7:03:000:Next top bubble always Green PL2 puyoja:0:FFE1E7:04:000:Next top bubble always Purple PL2 puyoja:0:FFE1E7:05:000:Next top bubble always Blue PL2 puyoja:0:FFE1E6:00:001:Next bottom bubble is Red Now! PL2 puyoja:0:FFE1E6:01:001:Next bottom bubble is Yellow Now! PL2 puyoja:0:FFE1E6:03:001:Next bottom bubble is Green Now! PL2 puyoja:0:FFE1E6:04:001:Next bottom bubble is Purple Now! PL2 puyoja:0:FFE1E6:05:001:Next bottom bubble is Blue Now! PL2 puyoja:0:FFE1E7:00:001:Next top bubble is Red Now! PL2 puyoja:0:FFE1E7:01:001:Next top bubble is Yellow Now! PL2 puyoja:0:FFE1E7:03:001:Next top bubble is Green Now! PL2 puyoja:0:FFE1E7:04:001:Next top bubble is Purple Now! PL2 puyoja:0:FFE1E7:05:001:Next top bubble is Blue Now! PL2 ; [ Puyo Puyo 2 (Japan) ] puyopuy2:0:FF4821:63:000:Infinite Credits puyopuy2:0:FF85A0:00:000:Next bottom bubble always Red PL1 puyopuy2:0:FF85A0:01:000:Next bottom bubble always Yellow PL1 puyopuy2:0:FF85A0:03:000:Next bottom bubble always Green PL1 puyopuy2:0:FF85A0:04:000:Next bottom bubble always Purple PL1 puyopuy2:0:FF85A0:05:000:Next bottom bubble always Blue PL1 puyopuy2:0:FF85A1:00:000:Next top bubble always Red PL1 puyopuy2:0:FF85A1:01:000:Next top bubble always Yellow PL1 puyopuy2:0:FF85A1:03:000:Next top bubble always Green PL1 puyopuy2:0:FF85A1:04:000:Next top bubble always Purple PL1 puyopuy2:0:FF85A1:05:000:Next top bubble always Blue PL1 puyopuy2:0:FF85A0:00:001:Next bottom bubble is Red Now! PL1 puyopuy2:0:FF85A0:01:001:Next bottom bubble is Yellow Now! PL1 puyopuy2:0:FF85A0:03:001:Next bottom bubble is Green Now! PL1 puyopuy2:0:FF85A0:04:001:Next bottom bubble is Purple Now! PL1 puyopuy2:0:FF85A0:05:001:Next bottom bubble is Blue Now! PL1 puyopuy2:0:FF85A1:00:001:Next top bubble is Red Now! PL1 puyopuy2:0:FF85A1:01:001:Next top bubble is Yellow Now! PL1 puyopuy2:0:FF85A1:03:001:Next top bubble is Green Now! PL1 puyopuy2:0:FF85A1:04:001:Next top bubble is Purple Now! PL1 puyopuy2:0:FF85A1:05:001:Next top bubble is Blue Now! PL1 puyopuy2:0:FF8DA0:00:000:Next bottom bubble always Red PL2 puyopuy2:0:FF8DA0:01:000:Next bottom bubble always Yellow PL2 puyopuy2:0:FF8DA0:03:000:Next bottom bubble always Green PL2 puyopuy2:0:FF8DA0:04:000:Next bottom bubble always Purple PL2 puyopuy2:0:FF8DA0:05:000:Next bottom bubble always Blue PL2 puyopuy2:0:FF8DA1:00:000:Next top bubble always Red PL2 puyopuy2:0:FF8DA1:01:000:Next top bubble always Yellow PL2 puyopuy2:0:FF8DA1:03:000:Next top bubble always Green PL2 puyopuy2:0:FF8DA1:04:000:Next top bubble always Purple PL2 puyopuy2:0:FF8DA1:05:000:Next top bubble always Blue PL2 puyopuy2:0:FF8DA0:00:001:Next bottom bubble is Red Now! PL2 puyopuy2:0:FF8DA0:01:001:Next bottom bubble is Yellow Now! PL2 puyopuy2:0:FF8DA0:03:001:Next bottom bubble is Green Now! PL2 puyopuy2:0:FF8DA0:04:001:Next bottom bubble is Purple Now! PL2 puyopuy2:0:FF8DA0:05:001:Next bottom bubble is Blue Now! PL2 puyopuy2:0:FF8DA1:00:001:Next top bubble is Red Now! PL2 puyopuy2:0:FF8DA1:01:001:Next top bubble is Yellow Now! PL2 puyopuy2:0:FF8DA1:03:001:Next top bubble is Green Now! PL2 puyopuy2:0:FF8DA1:04:001:Next top bubble is Purple Now! PL2 puyopuy2:0:FF8DA1:05:001:Next top bubble is Blue Now! PL2 ; [ Puyo Puyo Sun (J 961115 V0.001) ] puyosun:0:060A8CA7:00:000:Never get Attacked PL1 puyosun:0:060A90CB:20:001:Attack opposite side Now! PL1 puyosun:0:060A90CB:00:000:Never get Attacked PL2 puyosun:0:060A8CA7:20:001:Attack opposite side Now! PL2 ; [ Puzzle Bang Bang (version 2.8 / 990106) ] puzlbang:0:0000:00:999:[ This game hasn't even ]:REASON 11 puzlbang:0:0000:00:999:[ been looked at due to ]:REASON 11 puzlbang:0:0000:00:999:[ time constraints - Too]:REASON 11 puzlbang:0:0000:00:999:[ many games and so ]:REASON 11 puzlbang:0:0000:00:999:[ little time. It is ]:REASON 11 puzlbang:0:0000:00:999:[ even possible that ]:REASON 11 puzlbang:0:0000:00:999:[ this game may be a ]:REASON 11 puzlbang:0:0000:00:999:[ clone of an existing ]:REASON 11 puzlbang:0:0000:00:999:[ game which may have ]:REASON 11 puzlbang:0:0000:00:999:[ cheats. Please search ]:REASON 11 puzlbang:0:0000:00:999:[ the cheat forums ]:REASON 11 puzlbang:0:0000:00:999:[ before posting cheat ]:REASON 11 puzlbang:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Puzzle Club (Japan prototype) ] puzlclub:0:2480:63:000:Infinite Time puzlclub:0:2004:00:001:Shuffle Again Now! puzlclub:0:216C:01:001:Round Clear Now! puzlclub:0:2004:0A:501:Round Clear Now! (2/2) ; [ Taisen Puzzle-dama (ver JAA) ] puzldama:0:C05EFC:00:000:Never Get Attacked PL1 puzldama:0:C05EFE:18:001:Attack Opponent With 24 Now! PL1 puzldama:0:C05EFE:00:000:Never Get Attacked PL2 puzldama:0:C05EFC:18:001:Attack Opponent With 24 Now! PL2 ; [ Puzz Loop (Japan) ] puzloopj:0:0609099B:00:001:Finish this Stage (Panic Mode) Now! puzloopj:0:06094507:00:501:Finish this Stage (Panic Mode) Now! (2/3) puzloopj:0:06098073:00:501:Finish this Stage (Panic Mode) Now! (3/3) puzloopj:0:0609BF5F:63:001:Go to the Last Stage (Tour Mode) Now! ; [ Puzz Loop (Korea) ] puzloopk:0:0000:00:999:[ This game hasn't even ]:REASON 11 puzloopk:0:0000:00:999:[ been looked at due to ]:REASON 11 puzloopk:0:0000:00:999:[ time constraints - Too]:REASON 11 puzloopk:0:0000:00:999:[ many games and so ]:REASON 11 puzloopk:0:0000:00:999:[ little time. It is ]:REASON 11 puzloopk:0:0000:00:999:[ even possible that ]:REASON 11 puzloopk:0:0000:00:999:[ this game may be a ]:REASON 11 puzloopk:0:0000:00:999:[ clone of an existing ]:REASON 11 puzloopk:0:0000:00:999:[ game which may have ]:REASON 11 puzloopk:0:0000:00:999:[ cheats. Please search ]:REASON 11 puzloopk:0:0000:00:999:[ the cheat forums ]:REASON 11 puzloopk:0:0000:00:999:[ before posting cheat ]:REASON 11 puzloopk:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Puzz Loop (USA) ] puzloopu:0:0000:00:999:[ This game hasn't even ]:REASON 11 puzloopu:0:0000:00:999:[ been looked at due to ]:REASON 11 puzloopu:0:0000:00:999:[ time constraints - Too]:REASON 11 puzloopu:0:0000:00:999:[ many games and so ]:REASON 11 puzloopu:0:0000:00:999:[ little time. It is ]:REASON 11 puzloopu:0:0000:00:999:[ even possible that ]:REASON 11 puzloopu:0:0000:00:999:[ this game may be a ]:REASON 11 puzloopu:0:0000:00:999:[ clone of an existing ]:REASON 11 puzloopu:0:0000:00:999:[ game which may have ]:REASON 11 puzloopu:0:0000:00:999:[ cheats. Please search ]:REASON 11 puzloopu:0:0000:00:999:[ the cheat forums ]:REASON 11 puzloopu:0:0000:00:999:[ before posting cheat ]:REASON 11 puzloopu:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Puzzle Star ] puzlstar:0:0000:00:999:[ There are no cheats ]:REASON 1 puzlstar:0:0000:00:999:[ for this game as it ]:REASON 1 puzlstar:0:0000:00:999:[ didn't work the last ]:REASON 1 puzlstar:0:0000:00:999:[ time it was tested. ]:REASON 1 puzlstar:0:0000:00:999:[ If the game now works ]:REASON 1 puzlstar:0:0000:00:999:[ please request cheats ]:REASON 1 puzlstar:0:0000:00:999:[ for it on the cheat ]:REASON 1 puzlstar:0:0000:00:999:[ forums. ]:REASON 1 ; [ Puzzle De Pon! R! ] puzzldpr:0:100219:64:000:Infinite Continues puzzldpr:0:107D23:78:000:Infinite Time (Solo) puzzldpr:0:000000:00:999:[ Cheats for one player (SOLO) game ] puzzldpr:0:1020FF:02:000:Help line "ON" puzzldpr:0:107D41:0A:500:Help line "ON" (2/2) puzzldpr:0:1020FF:00:001:Help line "OFF" puzzldpr:0:107D41:00:501:Help line "OFF" (2/2) puzzldpr:0:1001E5:25:001:Level 39 when level ends puzzldpr:0:000000:00:999:[ The star and help bubbles only work for the ] puzzldpr:0:000000:00:999:[ one player (SOLO) game. ] puzzldpr:0:1023B5:01:000:Current bubble always blue PL1 puzzldpr:0:1023B5:02:000:Current bubble always red PL1 puzzldpr:0:1023B5:03:000:Current bubble always orange PL1 puzzldpr:0:1023B5:04:000:Current bubble always green PL1 puzzldpr:0:1023B5:05:000:Current bubble always yellow PL1 puzzldpr:0:1023B5:06:000:Current bubble always grey PL1 puzzldpr:0:1023B5:07:000:Current bubble always purple PL1 puzzldpr:0:1023B5:08:000:Current bubble always black PL1 puzzldpr:0:1023B5:09:000:Current bubble always a star PL1 puzzldpr:0:1023B5:0A:000:Current bubble always a help PL1 puzzldpr:0:1023B5:0B:000:Current bubble always a bomb PL1 puzzldpr:0:10212B:01:000:Next bubble always blue PL1 puzzldpr:0:10212B:02:000:Next bubble always red PL1 puzzldpr:0:10212B:03:000:Next bubble always orange PL1 puzzldpr:0:10212B:04:000:Next bubble always green PL1 puzzldpr:0:10212B:05:000:Next bubble always yellow PL1 puzzldpr:0:10212B:06:000:Next bubble always grey PL1 puzzldpr:0:10212B:07:000:Next bubble always purple PL1 puzzldpr:0:10212B:08:000:Next bubble always black PL1 puzzldpr:0:10212B:09:000:Next bubble always a star PL1 puzzldpr:0:10212B:0A:000:Next bubble always a help PL1 puzzldpr:0:10212B:0B:000:Next bubble always a bomb PL1 puzzldpr:0:1023B5:01:001:Current bubble is blue Now! PL1 puzzldpr:0:1023B5:02:001:Current bubble is red Now! PL1 puzzldpr:0:1023B5:03:001:Current bubble is orange Now! PL1 puzzldpr:0:1023B5:04:001:Current bubble is green Now! PL1 puzzldpr:0:1023B5:05:001:Current bubble is yellow Now! PL1 puzzldpr:0:1023B5:06:001:Current bubble is grey Now! PL1 puzzldpr:0:1023B5:07:001:Current bubble is purple Now! PL1 puzzldpr:0:1023B5:08:001:Current bubble is black Now! PL1 puzzldpr:0:1023B5:09:001:Current bubble is a star Now! PL1 puzzldpr:0:1023B5:0A:001:Current bubble is a help Now! PL1 puzzldpr:0:1023B5:0B:001:Current bubble is a bomb Now! PL1 puzzldpr:0:10212B:01:001:Next bubble is blue Now! PL1 puzzldpr:0:10212B:02:001:Next bubble is red Now! PL1 puzzldpr:0:10212B:03:001:Next bubble is orange Now! PL1 puzzldpr:0:10212B:04:001:Next bubble is green Now! PL1 puzzldpr:0:10212B:05:001:Next bubble is yellow Now! PL1 puzzldpr:0:10212B:06:001:Next bubble is grey Now! PL1 puzzldpr:0:10212B:07:001:Next bubble is purple Now! PL1 puzzldpr:0:10212B:08:001:Next bubble is black Now! PL1 puzzldpr:0:10212B:09:001:Next bubble is a star Now! PL1 puzzldpr:0:10212B:0A:001:Next bubble is a help Now! PL1 puzzldpr:0:10212B:0B:001:Next bubble is a bomb Now! PL1 puzzldpr:0:104B9D:01:000:Current bubble always blue PL2 puzzldpr:0:104B9D:02:000:Current bubble always red PL2 puzzldpr:0:104B9D:03:000:Current bubble always orange PL2 puzzldpr:0:104B9D:04:000:Current bubble always green PL2 puzzldpr:0:104B9D:05:000:Current bubble always yellow PL2 puzzldpr:0:104B9D:06:000:Current bubble always grey PL2 puzzldpr:0:104B9D:07:000:Current bubble always purple PL2 puzzldpr:0:104B9D:08:000:Current bubble always black PL2 puzzldpr:0:104B9D:0B:000:Current bubble always a bomb PL2 puzzldpr:0:104913:01:000:Next bubble always blue PL2 puzzldpr:0:104913:02:000:Next bubble always red PL2 puzzldpr:0:104913:03:000:Next bubble always orange PL2 puzzldpr:0:104913:04:000:Next bubble always green PL2 puzzldpr:0:104913:05:000:Next bubble always yellow PL2 puzzldpr:0:104913:06:000:Next bubble always grey PL2 puzzldpr:0:104913:07:000:Next bubble always purple PL2 puzzldpr:0:104913:08:000:Next bubble always black PL2 puzzldpr:0:104913:0B:000:Next bubble always a bomb PL2 puzzldpr:0:104B9D:01:001:Current bubble is blue Now! PL2 puzzldpr:0:104B9D:02:001:Current bubble is red Now! PL2 puzzldpr:0:104B9D:03:001:Current bubble is orange Now! PL2 puzzldpr:0:104B9D:04:001:Current bubble is green Now! PL2 puzzldpr:0:104B9D:05:001:Current bubble is yellow Now! PL2 puzzldpr:0:104B9D:06:001:Current bubble is grey Now! PL2 puzzldpr:0:104B9D:07:001:Current bubble is purple Now! PL2 puzzldpr:0:104B9D:08:001:Current bubble is black Now! PL2 puzzldpr:0:104B9D:0B:001:Current bubble is a bomb Now! PL2 puzzldpr:0:104913:01:001:Next bubble is blue Now! PL2 puzzldpr:0:104913:02:001:Next bubble is red Now! PL2 puzzldpr:0:104913:03:001:Next bubble is orange Now! PL2 puzzldpr:0:104913:04:001:Next bubble is green Now! PL2 puzzldpr:0:104913:05:001:Next bubble is yellow Now! PL2 puzzldpr:0:104913:06:001:Next bubble is grey Now! PL2 puzzldpr:0:104913:07:001:Next bubble is purple Now! PL2 puzzldpr:0:104913:08:001:Next bubble is black Now! PL2 puzzldpr:0:104913:0B:001:Next bubble is a bomb Now! PL2 :puzzldpr:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :puzzldpr:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :puzzldpr:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Puzzle De Pon! ] puzzledp:0:100219:64:000:Infinite Continues puzzledp:0:107D23:78:000:Infinite Time (Solo) puzzledp:0:000000:00:999:[ Cheats for one player (SOLO) game ] puzzledp:0:1020FF:02:000:Help line "ON" puzzledp:0:107D41:0A:500:Help line "ON" (2/2) puzzledp:0:1020FF:00:001:Help line "OFF" puzzledp:0:107D41:00:501:Help line "OFF" (2/2) puzzledp:0:1001E5:25:001:Level 39 when level ends puzzledp:0:000000:00:999:[ The star and help bubbles only work for the ] puzzledp:0:000000:00:999:[ one player (SOLO) game. ] puzzledp:0:1023B5:01:000:Current bubble always blue PL1 puzzledp:0:1023B5:02:000:Current bubble always red PL1 puzzledp:0:1023B5:03:000:Current bubble always orange PL1 puzzledp:0:1023B5:04:000:Current bubble always green PL1 puzzledp:0:1023B5:05:000:Current bubble always yellow PL1 puzzledp:0:1023B5:06:000:Current bubble always grey PL1 puzzledp:0:1023B5:07:000:Current bubble always purple PL1 puzzledp:0:1023B5:08:000:Current bubble always black PL1 puzzledp:0:1023B5:09:000:Current bubble always a star PL1 puzzledp:0:1023B5:0A:000:Current bubble always a help PL1 puzzledp:0:1023B5:0B:000:Current bubble always a bomb PL1 puzzledp:0:10212B:01:000:Next bubble always blue PL1 puzzledp:0:10212B:02:000:Next bubble always red PL1 puzzledp:0:10212B:03:000:Next bubble always orange PL1 puzzledp:0:10212B:04:000:Next bubble always green PL1 puzzledp:0:10212B:05:000:Next bubble always yellow PL1 puzzledp:0:10212B:06:000:Next bubble always grey PL1 puzzledp:0:10212B:07:000:Next bubble always purple PL1 puzzledp:0:10212B:08:000:Next bubble always black PL1 puzzledp:0:10212B:09:000:Next bubble always a star PL1 puzzledp:0:10212B:0A:000:Next bubble always a help PL1 puzzledp:0:10212B:0B:000:Next bubble always a bomb PL1 puzzledp:0:1023B5:01:001:Current bubble is blue Now! PL1 puzzledp:0:1023B5:02:001:Current bubble is red Now! PL1 puzzledp:0:1023B5:03:001:Current bubble is orange Now! PL1 puzzledp:0:1023B5:04:001:Current bubble is green Now! PL1 puzzledp:0:1023B5:05:001:Current bubble is yellow Now! PL1 puzzledp:0:1023B5:06:001:Current bubble is grey Now! PL1 puzzledp:0:1023B5:07:001:Current bubble is purple Now! PL1 puzzledp:0:1023B5:08:001:Current bubble is black Now! PL1 puzzledp:0:1023B5:09:001:Current bubble is a star Now! PL1 puzzledp:0:1023B5:0A:001:Current bubble is a help Now! PL1 puzzledp:0:1023B5:0B:001:Current bubble is a bomb Now! PL1 puzzledp:0:10212B:01:001:Next bubble is blue Now! PL1 puzzledp:0:10212B:02:001:Next bubble is red Now! PL1 puzzledp:0:10212B:03:001:Next bubble is orange Now! PL1 puzzledp:0:10212B:04:001:Next bubble is green Now! PL1 puzzledp:0:10212B:05:001:Next bubble is yellow Now! PL1 puzzledp:0:10212B:06:001:Next bubble is grey Now! PL1 puzzledp:0:10212B:07:001:Next bubble is purple Now! PL1 puzzledp:0:10212B:08:001:Next bubble is black Now! PL1 puzzledp:0:10212B:09:001:Next bubble is a star Now! PL1 puzzledp:0:10212B:0A:001:Next bubble is a help Now! PL1 puzzledp:0:10212B:0B:001:Next bubble is a bomb Now! PL1 puzzledp:0:104B9D:01:000:Current bubble always blue PL2 puzzledp:0:104B9D:02:000:Current bubble always red PL2 puzzledp:0:104B9D:03:000:Current bubble always orange PL2 puzzledp:0:104B9D:04:000:Current bubble always green PL2 puzzledp:0:104B9D:05:000:Current bubble always yellow PL2 puzzledp:0:104B9D:06:000:Current bubble always grey PL2 puzzledp:0:104B9D:07:000:Current bubble always purple PL2 puzzledp:0:104B9D:08:000:Current bubble always black PL2 puzzledp:0:104B9D:0B:000:Current bubble always a bomb PL2 puzzledp:0:104913:01:000:Next bubble always blue PL2 puzzledp:0:104913:02:000:Next bubble always red PL2 puzzledp:0:104913:03:000:Next bubble always orange PL2 puzzledp:0:104913:04:000:Next bubble always green PL2 puzzledp:0:104913:05:000:Next bubble always yellow PL2 puzzledp:0:104913:06:000:Next bubble always grey PL2 puzzledp:0:104913:07:000:Next bubble always purple PL2 puzzledp:0:104913:08:000:Next bubble always black PL2 puzzledp:0:104913:0B:000:Next bubble always a bomb PL2 puzzledp:0:104B9D:01:001:Current bubble is blue Now! PL2 puzzledp:0:104B9D:02:001:Current bubble is red Now! PL2 puzzledp:0:104B9D:03:001:Current bubble is orange Now! PL2 puzzledp:0:104B9D:04:001:Current bubble is green Now! PL2 puzzledp:0:104B9D:05:001:Current bubble is yellow Now! PL2 puzzledp:0:104B9D:06:001:Current bubble is grey Now! PL2 puzzledp:0:104B9D:07:001:Current bubble is purple Now! PL2 puzzledp:0:104B9D:08:001:Current bubble is black Now! PL2 puzzledp:0:104B9D:0B:001:Current bubble is a bomb Now! PL2 puzzledp:0:104913:01:001:Next bubble is blue Now! PL2 puzzledp:0:104913:02:001:Next bubble is red Now! PL2 puzzledp:0:104913:03:001:Next bubble is orange Now! PL2 puzzledp:0:104913:04:001:Next bubble is green Now! PL2 puzzledp:0:104913:05:001:Next bubble is yellow Now! PL2 puzzledp:0:104913:06:001:Next bubble is grey Now! PL2 puzzledp:0:104913:07:001:Next bubble is purple Now! PL2 puzzledp:0:104913:08:001:Next bubble is black Now! PL2 puzzledp:0:104913:0B:001:Next bubble is a bomb Now! PL2 :puzzledp:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :puzzledp:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :puzzledp:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Puzzli ] puzzli:0:80E846:63:000:Infinite Credits :puzzli:00001301:80EB47:0000001D:FFFFFFFF:Select starting stage:You should enable this cheat on the press START button screen, ie. after credits have been inserted! The Round display wont be correct puzzli:0:80EB47:1D:061:Select next stage puzzli:0:000000:00:999:[These fish colour cheats do not update the ] puzzli:0:000000:00:999:[colour of any fish which is being held - it ] puzzli:0:000000:00:999:[changes colour when it passed or dropped! ] puzzli:0:80C2D7:01:000:Current fish always Pink PL1 puzzli:0:80C2D7:02:000:Current fish always Blue PL1 puzzli:0:80C2D7:03:000:Current fish always Light Orange PL1 puzzli:0:80C2D7:04:000:Current fish always Green PL1 puzzli:0:80C2D7:05:000:Current fish always Purple PL1 puzzli:0:80C2D7:06:000:Current fish always Red PL1 puzzli:0:80C2D7:07:000:Current fish always Dark Orange PL1 puzzli:0:80C2D7:08:000:Current fish always Black & White PL1 puzzli:0:80C2F7:01:000:Next fish always Pink PL1 puzzli:0:80C2F7:02:000:Next fish always Blue PL1 puzzli:0:80C2F7:03:000:Next fish always Light Orange PL1 puzzli:0:80C2F7:04:000:Next fish always Green PL1 puzzli:0:80C2F7:05:000:Next fish always Purple PL1 puzzli:0:80C2F7:06:000:Next fish always Red PL1 puzzli:0:80C2F7:07:000:Next fish always Dark Orange PL1 puzzli:0:80C2F7:08:000:Next fish always Black & White PL1 puzzli:0:80C2D7:01:001:Current fish is Pink Now! PL1 puzzli:0:80C2D7:02:001:Current fish is Blue Now! PL1 puzzli:0:80C2D7:03:001:Current fish is Light Orange Now! PL1 puzzli:0:80C2D7:04:001:Current fish is Green Now! PL1 puzzli:0:80C2D7:05:001:Current fish is Purple Now! PL1 puzzli:0:80C2D7:06:001:Current fish is Red Now! PL1 puzzli:0:80C2D7:07:001:Current fish is Dark Orange Now! PL1 puzzli:0:80C2D7:08:001:Current fish is Black & White Now! PL1 puzzli:0:80C2F7:01:001:Next fish is Pink Now! PL1 puzzli:0:80C2F7:02:001:Next fish is Blue Now! PL1 puzzli:0:80C2F7:03:001:Next fish is Light Orange Now! PL1 puzzli:0:80C2F7:04:001:Next fish is Green Now! PL1 puzzli:0:80C2F7:05:001:Next fish is Purple Now! PL1 puzzli:0:80C2F7:06:001:Next fish is Red Now! PL1 puzzli:0:80C2F7:07:001:Next fish is Dark Orange Now! PL1 puzzli:0:80C2F7:08:001:Next fish is Black & White Now! PL1 puzzli:0:000000:00:999:[These fish colour cheats do not update the ] puzzli:0:000000:00:999:[colour of any fish which is being held - it ] puzzli:0:000000:00:999:[changes colour when it passed or dropped! ] puzzli:0:80D4D7:01:000:Current fish always Pink PL2 puzzli:0:80D4D7:02:000:Current fish always Blue PL2 puzzli:0:80D4D7:03:000:Current fish always Light Orange PL2 puzzli:0:80D4D7:04:000:Current fish always Green PL2 puzzli:0:80D4D7:05:000:Current fish always Purple PL2 puzzli:0:80D4D7:06:000:Current fish always Red PL2 puzzli:0:80D4D7:07:000:Current fish always Dark Orange PL2 puzzli:0:80D4D7:08:000:Current fish always Black & White PL2 puzzli:0:80D4F7:01:000:Next fish always Pink PL2 puzzli:0:80D4F7:02:000:Next fish always Blue PL2 puzzli:0:80D4F7:03:000:Next fish always Light Orange PL2 puzzli:0:80D4F7:04:000:Next fish always Green PL2 puzzli:0:80D4F7:05:000:Next fish always Purple PL2 puzzli:0:80D4F7:06:000:Next fish always Red PL2 puzzli:0:80D4F7:07:000:Next fish always Dark Orange PL2 puzzli:0:80D4F7:08:000:Next fish always Black & White PL2 puzzli:0:80D4D7:01:001:Current fish is Pink Now! PL2 puzzli:0:80D4D7:02:001:Current fish is Blue Now! PL2 puzzli:0:80D4D7:03:001:Current fish is Light Orange Now! PL2 puzzli:0:80D4D7:04:001:Current fish is Green Now! PL2 puzzli:0:80D4D7:05:001:Current fish is Purple Now! PL2 puzzli:0:80D4D7:06:001:Current fish is Red Now! PL2 puzzli:0:80D4D7:07:001:Current fish is Dark Orange Now! PL2 puzzli:0:80D4D7:08:001:Current fish is Black & White Now! PL2 puzzli:0:80D4F7:01:001:Next fish is Pink Now! PL2 puzzli:0:80D4F7:02:001:Next fish is Blue Now! PL2 puzzli:0:80D4F7:03:001:Next fish is Light Orange Now! PL2 puzzli:0:80D4F7:04:001:Next fish is Green Now! PL2 puzzli:0:80D4F7:05:001:Next fish is Purple Now! PL2 puzzli:0:80D4F7:06:001:Next fish is Red Now! PL2 puzzli:0:80D4F7:07:001:Next fish is Dark Orange Now! PL2 puzzli:0:80D4F7:08:001:Next fish is Black & White Now! PL2 ; [ Puzzli 2 Super ] puzzli2:0:0000:00:999:[ There are no cheats ]:REASON 1 puzzli2:0:0000:00:999:[ for this game as it ]:REASON 1 puzzli2:0:0000:00:999:[ didn't work the last ]:REASON 1 puzzli2:0:0000:00:999:[ time it was tested. ]:REASON 1 puzzli2:0:0000:00:999:[ If the game now works ]:REASON 1 puzzli2:0:0000:00:999:[ please request cheats ]:REASON 1 puzzli2:0:0000:00:999:[ for it on the cheat ]:REASON 1 puzzli2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Puzz Loop (Europe) ] puzzloop:0:0608BF4B:00:001:Finish this Stage (Panic Mode) Now! puzzloop:0:0608FA8F:00:501:Finish this Stage (Panic Mode) Now! (2/3) puzzloop:0:060935D3:00:501:Finish this Stage (Panic Mode) Now! (3/3) puzzloop:0:0609748B:63:001:Go to the Last Stage (Tour Mode) Now! ; [ Puzznic (World) ] puzznic:0:811C:03:007:Infinite Time PL1 puzznic:0:811D:00:507:Infinite Time PL1 (2/2) puzznic:0:8132:09:000:Infinite Retries PL1 puzznic:0:810A:00:001:Finish this stage Now! PL1 puzznic:0:819C:03:007:Infinite Time PL2 puzznic:0:819D:00:507:Infinite Time PL2 (2/2) puzznic:0:81B2:09:000:Infinite Retries PL2 puzznic:0:818A:00:001:Finish this stage Now! PL2 puzznic:0:0000:00:999:[ ] puzznic:0:0000:00:999:[All the remaining codes are] puzznic:0:0000:00:999:[to do with the pictures and] puzznic:0:0000:00:999:[not the gameplay! ] puzznic:0:0000:00:999:[ ] puzznic:0:0000:00:999:[Slide Show Mode requires ] puzznic:0:0000:00:999:[Infinite Time enabled for ] puzznic:0:0000:00:999:[best effect!! ] puzznic:0:810A:00:000:Slide Show Mode PL1 puzznic:0:818A:00:000:Slide Show Mode PL2 puzznic:0:0000:00:999:[ (x) is picture number for ] puzznic:0:0000:00:999:["select girl picture" codes] puzznic:0:0000:00:999:[Use codes after the bonus ] puzznic:0:0000:00:999:[award at the end of a level] puzznic:0:0000:00:999:[ ] puzznic:0:0000:00:999:[ Codes - 1 player game ] puzznic:0:0000:00:999:[ ] puzznic:0:8A08:FF:001:Reset girl picture PL1 puzznic:0:8A06:00:001:Girl picture - Tina (0) PL1 puzznic:0:8A06:01:001:Girl picture - Judy (1) PL1 puzznic:0:8A06:02:001:Girl picture - Karen (2) PL1 puzznic:0:8A06:03:001:Girl picture - Patty (3) PL1 puzznic:0:8A06:04:001:Girl picture - Candy (4) PL1 puzznic:0:8A06:05:001:Girl picture - Alicia (5) PL1 puzznic:0:8A06:06:001:Girl picture - Tracie (6) PL1 puzznic:0:8A06:07:001:Girl picture - Lisa (7) PL1 puzznic:0:8A06:08:001:Girl picture - Brenda (8) PL1 puzznic:0:8A06:09:001:Girl picture - Meg (9) PL1 puzznic:0:8A06:09:070:Select current girl pic. PL1:"Complete" a girl before ! puzznic:0:8A06:09:060:Select next girl picture PL1 puzznic:0:0000:00:999:[ ] puzznic:0:0000:00:999:[ Codes - 2 player game ] puzznic:0:0000:00:999:[ ] puzznic:0:0000:00:999:[Use PL1 when PL2 is playing] puzznic:0:0000:00:999:[Use PL2 when PL1 is playing] puzznic:0:0000:00:999:[ ] puzznic:0:8A88:FF:001:Reset girl picture PL1 puzznic:0:8A86:00:001:Girl picture - Tina (0) PL1 puzznic:0:8A86:01:001:Girl picture - Judy (1) PL1 puzznic:0:8A86:02:001:Girl picture - Karen (2) PL1 puzznic:0:8A86:03:001:Girl picture - Patty (3) PL1 puzznic:0:8A86:04:001:Girl picture - Candy (4) PL1 puzznic:0:8A86:05:001:Girl picture - Alicia (5) PL1 puzznic:0:8A86:06:001:Girl picture - Tracie (6) PL1 puzznic:0:8A86:07:001:Girl picture - Lisa (7) PL1 puzznic:0:8A86:08:001:Girl picture - Brenda (8) PL1 puzznic:0:8A86:09:001:Girl picture - Meg (9) PL1 puzznic:0:8A86:09:070:Select current girl pic. PL1 puzznic:0:8A86:09:060:Select next girl picture PL1 puzznic:0:0000:00:999:[ ] puzznic:0:8B08:FF:001:Reset girl picture PL2 puzznic:0:8B06:00:001:Girl picture - Tina (0) PL2 puzznic:0:8B06:01:001:Girl picture - Judy (1) PL2 puzznic:0:8B06:02:001:Girl picture - Karen (2) PL2 puzznic:0:8B06:03:001:Girl picture - Patty (3) PL2 puzznic:0:8B06:04:001:Girl picture - Candy (4) PL2 puzznic:0:8B06:05:001:Girl picture - Alicia (5) PL2 puzznic:0:8B06:06:001:Girl picture - Tracie (6) PL2 puzznic:0:8B06:07:001:Girl picture - Lisa (7) PL2 puzznic:0:8B06:08:001:Girl picture - Brenda (8) PL2 puzznic:0:8B06:09:001:Girl picture - Meg (9) PL2 puzznic:0:8B06:09:070:Select current girl pic. PL2 puzznic:0:8B06:09:060:Select next girl picture PL2 ; [ Puzznic (Japan) ] puzznicj:0:811C:03:007:Infinite Time PL1 puzznicj:0:811D:00:507:Infinite Time PL1 (2/2) puzznicj:0:8132:09:000:Infinite Retries PL1 puzznicj:0:810A:00:001:Finish this stage Now! PL1 puzznicj:0:819C:03:007:Infinite Time PL2 puzznicj:0:819D:00:507:Infinite Time PL2 (2/2) puzznicj:0:81B2:09:000:Infinite Retries PL2 puzznicj:0:818A:00:001:Finish this stage Now! PL2 puzznicj:0:0000:00:999:[ ] puzznicj:0:0000:00:999:[All the remaining codes are] puzznicj:0:0000:00:999:[to do with the pictures and] puzznicj:0:0000:00:999:[not the gameplay! ] puzznicj:0:0000:00:999:[ ] puzznicj:0:0000:00:999:[Slide Show Mode requires ] puzznicj:0:0000:00:999:[Infinite Time enabled for ] puzznicj:0:0000:00:999:[best effect!! ] puzznicj:0:810A:00:000:Slide Show Mode PL1 puzznicj:0:818A:00:000:Slide Show Mode PL2 puzznicj:0:0000:00:999:[ (x) is picture number for ] puzznicj:0:0000:00:999:["select girl picture" codes] puzznicj:0:0000:00:999:[Use codes after the bonus ] puzznicj:0:0000:00:999:[award at the end of a level] puzznicj:0:0000:00:999:[ ] puzznicj:0:0000:00:999:[ Codes - 1 player game ] puzznicj:0:0000:00:999:[ ] puzznicj:0:8A08:FF:001:Reset girl picture PL1 puzznicj:0:8A06:00:001:Girl picture - Tina (0) PL1 puzznicj:0:8A06:01:001:Girl picture - Judy (1) PL1 puzznicj:0:8A06:02:001:Girl picture - Karen (2) PL1 puzznicj:0:8A06:03:001:Girl picture - Patty (3) PL1 puzznicj:0:8A06:04:001:Girl picture - Candy (4) PL1 puzznicj:0:8A06:05:001:Girl picture - Alicia (5) PL1 puzznicj:0:8A06:06:001:Girl picture - Tracie (6) PL1 puzznicj:0:8A06:07:001:Girl picture - Lisa (7) PL1 puzznicj:0:8A06:08:001:Girl picture - Brenda (8) PL1 puzznicj:0:8A06:09:001:Girl picture - Meg (9) PL1 puzznicj:0:8A06:09:070:Select current girl pic. PL1:"Complete" a girl before ! puzznicj:0:8A06:09:060:Select next girl picture PL1 puzznicj:0:0000:00:999:[ ] puzznicj:0:0000:00:999:[ Codes - 2 player game ] puzznicj:0:0000:00:999:[ ] puzznicj:0:0000:00:999:[Use PL1 when PL2 is playing] puzznicj:0:0000:00:999:[Use PL2 when PL1 is playing] puzznicj:0:0000:00:999:[ ] puzznicj:0:8A88:FF:001:Reset girl picture PL1 puzznicj:0:8A86:00:001:Girl picture - Tina (0) PL1 puzznicj:0:8A86:01:001:Girl picture - Judy (1) PL1 puzznicj:0:8A86:02:001:Girl picture - Karen (2) PL1 puzznicj:0:8A86:03:001:Girl picture - Patty (3) PL1 puzznicj:0:8A86:04:001:Girl picture - Candy (4) PL1 puzznicj:0:8A86:05:001:Girl picture - Alicia (5) PL1 puzznicj:0:8A86:06:001:Girl picture - Tracie (6) PL1 puzznicj:0:8A86:07:001:Girl picture - Lisa (7) PL1 puzznicj:0:8A86:08:001:Girl picture - Brenda (8) PL1 puzznicj:0:8A86:09:001:Girl picture - Meg (9) PL1 puzznicj:0:8A86:09:070:Select current girl pic. PL1 puzznicj:0:8A86:09:060:Select next girl picture PL1 puzznicj:0:0000:00:999:[ ] puzznicj:0:8B08:FF:001:Reset girl picture PL2 puzznicj:0:8B06:00:001:Girl picture - Tina (0) PL2 puzznicj:0:8B06:01:001:Girl picture - Judy (1) PL2 puzznicj:0:8B06:02:001:Girl picture - Karen (2) PL2 puzznicj:0:8B06:03:001:Girl picture - Patty (3) PL2 puzznicj:0:8B06:04:001:Girl picture - Candy (4) PL2 puzznicj:0:8B06:05:001:Girl picture - Alicia (5) PL2 puzznicj:0:8B06:06:001:Girl picture - Tracie (6) PL2 puzznicj:0:8B06:07:001:Girl picture - Lisa (7) PL2 puzznicj:0:8B06:08:001:Girl picture - Brenda (8) PL2 puzznicj:0:8B06:09:001:Girl picture - Meg (9) PL2 puzznicj:0:8B06:09:070:Select current girl pic. PL2 puzznicj:0:8B06:09:060:Select next girl picture PL2 ; [ Power Wheels (Japan) ] pwheelsj:0:201FF9:09:000:Infinite Credits pwheelsj:0:200048:EA:000:Infinite Time "ON":You may need to Turn this OFF at the end of the round. pwheelsj:0:200049:FF:500:Infinite Time "ON" (2/2) pwheelsj:0:200048:00:001:Infinite Time "OFF":Actually drains all time pwheelsj:0:200049:00:501:Infinite Time "OFF" (2/2) pwheelsj:0:20297B:08:000:Infinite Nitros pwheelsj:0:2027D3:2C:000:Always drive at Maximum Speed pwheelsj:0:2027D2:01:500:Always drive at Maximum Speed (2/2) pwheelsj:0:2027D3:2C:001:Get Maximum Speed Boost Now!:Use this with an activation key for best effect pwheelsj:0:2027D2:01:501:Get Maximum Speed Boost Now! (2/2) ; [ Taito Power Goal (World) ] pwrgoal:0:40E77F:09:000:Infinite Credits pwrgoal:0:410159:5A:000:Infinite Time pwrgoal:0:410155:00:500:Infinite Time (2/2) pwrgoal:0:410159:00:001:Finish this Game Now! pwrgoal:0:410155:3C:501:Finish this Game Now! (2/2) pwrgoal:0:000000:00:999:[The score cheats will only update the display ] pwrgoal:0:000000:00:999:[when a goal is scored or the game ends. ] pwrgoal:0:000000:00:999:[BTW, beware the Japan side as they are really ] pwrgoal:0:000000:00:999:[dirty and the referee loves 'em! (git!) ] pwrgoal:0:4139CB:00:000:Score always 0 PL1 pwrgoal:0:4139CB:63:000:Score always 99 PL1 pwrgoal:0:4139CB:00:001:Set score = 0 Now! PL1 pwrgoal:0:4139CB:32:001:Set score = 50 Now! PL1 pwrgoal:0:4139CB:63:070:Select score Now! PL1 pwrgoal:0:413A4B:00:000:Score always = 0 PL2 pwrgoal:0:413A4B:63:000:Score always = 99 PL2 pwrgoal:0:413A4B:00:001:Set score = 0 Now! PL2 pwrgoal:0:413A4B:32:001:Set score = 50 Now! PL2 pwrgoal:0:413A4B:63:070:Select score Now! PL2 pwrgoal:0:000000:00:999:[After you enable these region cheats to see any ] pwrgoal:0:000000:00:999:[effect you will have to reset the game (F3). ] pwrgoal:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] pwrgoal:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] pwrgoal:0:0FFFFF:01:100:Region Switch = Japan pwrgoal:0:0FFFFF:02:100:Region Switch = US pwrgoal:0:0FFFFF:03:100:Region Switch = World ; [ Gouketsuji Ichizoku 2 (Japan) ] pwrins2j:0:400344:99:000:Infinite Time pwrins2j:0:400344:00:001:Finish this Round Now! pwrins2j:0:40FE48:99:000:Infinite Credits PL1 pwrins2j:0:40FF90:02:500:Infinite Credits PL1 (2/2) pwrins2j:0:40079D:E0:000:Infinite Energy PL1:The energy displayed is incorrect so don't worry you do have infinite energy pwrins2j:0:40079D:00:001:Drain All Energy Now! PL1 :pwrins2j:00000000:40FE03:00000000:00000010:Rapid Fire - Weak Punch PL1:Turn it OFF on the name entry screen :pwrins2j:00000000:40FE03:00000000:00000020:Rapid Fire - Weak Kick PL1:Turn it OFF on the name entry screen :pwrins2j:00000000:40FE03:00000000:00000040:Rapid Fire - Strong Punch PL1:Turn it OFF on the name entry screen :pwrins2j:00000000:40FE03:00000000:00000080:Rapid Fire - Strong Kick PL1:Turn it OFF on the name entry screen :pwrins2j:62000000:000000:00000000:00000000:Special Attack is Always PL1 :pwrins2j:00010000:4007A3:00000040:FFFFFFFF:Enabled :pwrins2j:00010000:4007A3:00000000:FFFFFFFF:Disabled pwrins2j:0:40FE49:99:000:Infinite Credits PL2 pwrins2j:0:40FF91:02:500:Infinite Credits PL2 (2/2) pwrins2j:0:400B9D:E0:000:Infinite Energy PL2:The energy displayed is incorrect so don't worry you do have infinite energy pwrins2j:0:400B9D:00:001:Drain All Energy Now! PL1 :pwrins2j:00000000:40FE13:00000000:00000010:Rapid Fire - Weak Punch PL2:Turn it OFF on the name entry screen :pwrins2j:00000000:40FE13:00000000:00000020:Rapid Fire - Weak Kick PL2:Turn it OFF on the name entry screen :pwrins2j:00000000:40FE13:00000000:00000040:Rapid Fire - Strong Punch PL2:Turn it OFF on the name entry screen :pwrins2j:00000000:40FE13:00000000:00000080:Rapid Fire - Strong Kick PL2:Turn it OFF on the name entry screen :pwrins2j:62000000:000000:00000000:00000000:Special Attack is Always PL2 :pwrins2j:00010000:400BA3:00000040:FFFFFFFF:Enabled :pwrins2j:00010000:400BA3:00000000:FFFFFFFF:Disabled ; [ Power Instinct 2 (USA) ] pwrinst2:0:400344:99:000:Infinite Time pwrinst2:0:400344:00:001:Finish this Round Now! pwrinst2:0:40FE48:99:000:Infinite Credits PL1 pwrinst2:0:40FF90:02:500:Infinite Credits PL1 (2/2) pwrinst2:0:40079D:E0:000:Infinite Energy PL1:The energy displayed is incorrect so don't worry you do have infinite energy pwrinst2:0:40079D:00:001:Drain All Energy Now! PL1 :pwrinst2:00000000:40FE03:00000000:00000010:Rapid Fire - Weak Punch PL1:Turn it OFF on the name entry screen :pwrinst2:00000000:40FE03:00000000:00000020:Rapid Fire - Weak Kick PL1:Turn it OFF on the name entry screen :pwrinst2:00000000:40FE03:00000000:00000040:Rapid Fire - Strong Punch PL1:Turn it OFF on the name entry screen :pwrinst2:00000000:40FE03:00000000:00000080:Rapid Fire - Strong Kick PL1:Turn it OFF on the name entry screen :pwrinst2:62000000:000000:00000000:00000000:Special Attack is Always PL1 :pwrinst2:00010000:4007A3:00000040:FFFFFFFF:Enabled :pwrinst2:00010000:4007A3:00000000:FFFFFFFF:Disabled pwrinst2:0:40FE49:99:000:Infinite Credits PL2 pwrinst2:0:40FF91:02:500:Infinite Credits PL2 (2/2) pwrinst2:0:400B9D:E0:000:Infinite Energy PL2:The energy displayed is incorrect so don't worry you do have infinite energy pwrinst2:0:400B9D:00:001:Drain All Energy Now! PL1 :pwrinst2:00000000:40FE13:00000000:00000010:Rapid Fire - Weak Punch PL2:Turn it OFF on the name entry screen :pwrinst2:00000000:40FE13:00000000:00000020:Rapid Fire - Weak Kick PL2:Turn it OFF on the name entry screen :pwrinst2:00000000:40FE13:00000000:00000040:Rapid Fire - Strong Punch PL2:Turn it OFF on the name entry screen :pwrinst2:00000000:40FE13:00000000:00000080:Rapid Fire - Strong Kick PL2:Turn it OFF on the name entry screen :pwrinst2:62000000:000000:00000000:00000000:Special Attack is Always PL2 :pwrinst2:00010000:400BA3:00000040:FFFFFFFF:Enabled :pwrinst2:00010000:400BA3:00000000:FFFFFFFF:Disabled ; [ Pyramid (Dutch, Game Card 95-750-898) ] pyramid:0:0000:00:999:[ This game hasn't even ]:REASON 11 pyramid:0:0000:00:999:[ been looked at due to ]:REASON 11 pyramid:0:0000:00:999:[ time constraints - Too]:REASON 11 pyramid:0:0000:00:999:[ many games and so ]:REASON 11 pyramid:0:0000:00:999:[ little time. It is ]:REASON 11 pyramid:0:0000:00:999:[ even possible that ]:REASON 11 pyramid:0:0000:00:999:[ this game may be a ]:REASON 11 pyramid:0:0000:00:999:[ clone of an existing ]:REASON 11 pyramid:0:0000:00:999:[ game which may have ]:REASON 11 pyramid:0:0000:00:999:[ cheats. Please search ]:REASON 11 pyramid:0:0000:00:999:[ the cheat forums ]:REASON 11 pyramid:0:0000:00:999:[ before posting cheat ]:REASON 11 pyramid:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pyros (US) ] pyros:0:72BC:59:002:Infinite Time pyros:0:71B9:0A:000:Infinite Lives pyros:0:71BC:01:020:Always have the Magic Mantle pyros:0:71BC:02:020:Always have the Mystery Clock pyros:0:71BC:04:020:Always have the Fairy pyros:0:71BC:08:020:Always have the Silver Key pyros:0:71BC:10:020:Always have the Gold Key pyros:0:71BC:40:020:Always have the Needle & Darn pyros:0:71BC:5F:020:Always have All above items pyros:0:71BA:70:000:Always have Max Firepower pyros:0:71BB:00:000:Always have Flames pyros:0:71BB:01:000:Always have Star Sword pyros:0:71BB:02:000:Always have Moon Sword pyros:0:71BB:03:000:Always have Solar Sword pyros:0:0000:00:999:[It is best not to use these] pyros:0:0000:00:999:[Get and lose cheats with ] pyros:0:0000:00:999:[the Always have type cheats] pyros:0:71BC:01:021:Get the Magic Mantle Now! pyros:0:71BC:02:021:Get the Mystery Clock Now! pyros:0:71BC:08:021:Get the Silver Key Now! pyros:0:71BC:10:021:Get the Gold Key Now! pyros:0:71BC:40:021:Get the Needle & Darn Now! pyros:0:71BC:5F:021:Get All items Now! pyros:0:71BC:01:041:Lose the Magic Mantle Now! pyros:0:71BC:02:041:Lose the Mystery Clock Now! pyros:0:71BC:08:041:Lose the Silver Key Now! pyros:0:71BC:10:041:Lose the Gold Key Now! pyros:0:71BC:40:041:Lose the Needle & Darn Now! pyros:0:71BC:5F:041:Lose All items Now! pyros:0:71BB:00:001:Get Flames Now ! pyros:0:71BB:01:001:Get Star Sword Now ! pyros:0:71BB:02:001:Get Moon Sword Now ! pyros:0:71BB:03:001:Get Solar Sword Now ! pyros:0:71BE:99:000:Gold always = 99990 pyros:0:71BF:99:500:Gold always = 99990 (2/2) pyros:0:71BE:99:001:Gold = 99990 Now! pyros:0:71BF:99:501:Gold = 99990 Now! (2/2) ; [ Puzzle De Bowling (Japan) ] pzlbowl:0:20A0F8:09:000:Infinite Move Time pzlbowl:0:20A0DC:12:000:Always have Maximum Special PL1 pzlbowl:0:20A0CC:80:020:Help line "ON" PL1 pzlbowl:0:20A0CC:80:041:Help line "OFF" PL1 pzlbowl:0:000000:00:999:[ The current ball colour will change when you move the ] pzlbowl:0:000000:00:999:[ character or when it's bowled! ] pzlbowl:0:20A0D6:00:000:Current ball always blue PL1 pzlbowl:0:20A0D6:01:000:Current ball always red PL1 pzlbowl:0:20A0D6:02:000:Current ball always beige PL1 pzlbowl:0:20A0D6:03:000:Current ball always purple PL1 pzlbowl:0:20A0D6:04:000:Current ball always green PL1 pzlbowl:0:20A0D6:05:000:Current ball always orange PL1 pzlbowl:0:20A0D6:00:001:Current ball is blue Now! PL1 pzlbowl:0:20A0D6:01:001:Current ball is red Now! PL1 pzlbowl:0:20A0D6:02:001:Current ball is beige Now! PL1 pzlbowl:0:20A0D6:03:001:Current ball is purple Now! PL1 pzlbowl:0:20A0D6:04:001:Current ball is green Now! PL1 pzlbowl:0:20A0D6:05:001:Current ball is orange Now! PL1 pzlbowl:0:000000:00:999:[ The next ball display will be incorrect for these cheats ] pzlbowl:0:20A0D8:00:000:Next ball always blue PL1 pzlbowl:0:20A0D8:01:000:Next ball always red PL1 pzlbowl:0:20A0D8:02:000:Next ball always beige PL1 pzlbowl:0:20A0D8:03:000:Next ball always purple PL1 pzlbowl:0:20A0D8:04:000:Next ball always green PL1 pzlbowl:0:20A0D8:05:000:Next ball always orange PL1 pzlbowl:0:20A0D8:00:001:Next ball is blue Now! PL1 pzlbowl:0:20A0D8:01:001:Next ball is red Now! PL1 pzlbowl:0:20A0D8:02:001:Next ball is beige Now! PL1 pzlbowl:0:20A0D8:03:001:Next ball is purple Now! PL1 pzlbowl:0:20A0D8:04:001:Next ball is green Now! PL1 pzlbowl:0:20A0D8:05:001:Next ball is orange Now! PL1 pzlbowl:0:000000:00:999:[ Free player selection - Use on VS screen or on character ] pzlbowl:0:000000:00:999:[ selection screen (but don't move cursor after!) ] pzlbowl:0:20A9AE:00:001:Play as Leadia PL1 pzlbowl:0:20A9AE:01:001:Play as Erisia PL1 pzlbowl:0:20A9AE:02:001:Play as Karen PL1 pzlbowl:0:20A9AE:03:001:Play as Amless PL1 pzlbowl:0:20A9AE:04:001:Play as Umeda PL1 pzlbowl:0:20A9AE:05:001:Play as Syanon PL1 pzlbowl:0:20A9AE:06:001:Play as MilissPL1 pzlbowl:0:20A9AE:07:001:Play as Cowbell PL1 pzlbowl:0:20A9AE:08:001:Play as Synauther PL1 pzlbowl:0:20A9AE:09:001:Play as Dyena PL1 pzlbowl:0:20A9AE:0A:001:Play as Millanda PL1 pzlbowl:0:20A9AE:0B:001:Play as Aqua PL1 pzlbowl:0:20A9AE:0C:001:Play as Sara PL1:Not normally available on the character screen pzlbowl:0:20A240:12:000:Always have Maximum Special PL2 pzlbowl:0:20A230:80:020:Help line "ON" PL2 pzlbowl:0:20A230:80:041:Help line "OFF" PL2 pzlbowl:0:000000:00:999:[ The current ball colour will change when you move the ] pzlbowl:0:000000:00:999:[ character or when it's bowled! ] pzlbowl:0:20A23A:00:000:Current ball always blue PL2 pzlbowl:0:20A23A:01:000:Current ball always red PL2 pzlbowl:0:20A23A:02:000:Current ball always beige PL2 pzlbowl:0:20A23A:03:000:Current ball always purple PL2 pzlbowl:0:20A23A:04:000:Current ball always green PL2 pzlbowl:0:20A23A:05:000:Current ball always orange PL2 pzlbowl:0:20A23A:00:001:Current ball is blue Now! PL2 pzlbowl:0:20A23A:01:001:Current ball is red Now! PL2 pzlbowl:0:20A23A:02:001:Current ball is beige Now! PL2 pzlbowl:0:20A23A:03:001:Current ball is purple Now! PL2 pzlbowl:0:20A23A:04:001:Current ball is green Now! PL2 pzlbowl:0:20A23A:05:001:Current ball is orange Now! PL2 pzlbowl:0:000000:00:999:[ The next ball display will be incorrect for these cheats ] pzlbowl:0:20A23C:00:000:Next ball always blue PL2 pzlbowl:0:20A23C:01:000:Next ball always red PL2 pzlbowl:0:20A23C:02:000:Next ball always beige PL2 pzlbowl:0:20A23C:03:000:Next ball always purple PL2 pzlbowl:0:20A23C:04:000:Next ball always green PL2 pzlbowl:0:20A23C:05:000:Next ball always orange PL2 pzlbowl:0:20A23C:00:001:Next ball is blue Now! PL2 pzlbowl:0:20A23C:01:001:Next ball is red Now! PL2 pzlbowl:0:20A23C:02:001:Next ball is beige Now! PL2 pzlbowl:0:20A23C:03:001:Next ball is purple Now! PL2 pzlbowl:0:20A23C:04:001:Next ball is green Now! PL2 pzlbowl:0:20A23C:05:001:Next ball is orange Now! PL2 pzlbowl:0:000000:00:999:[ Free player selection - Use on VS screen or on character ] pzlbowl:0:000000:00:999:[ selection screen (but don't move cursor after!) ] pzlbowl:0:20A9AF:00:001:Play as Leadia PL2 pzlbowl:0:20A9AF:01:001:Play as Erisia PL2 pzlbowl:0:20A9AF:02:001:Play as Karen PL2 pzlbowl:0:20A9AF:03:001:Play as Amless PL2 pzlbowl:0:20A9AF:04:001:Play as Umeda PL2 pzlbowl:0:20A9AF:05:001:Play as Syanon PL2 pzlbowl:0:20A9AF:06:001:Play as MilissPL2 pzlbowl:0:20A9AF:07:001:Play as Cowbell PL2 pzlbowl:0:20A9AF:08:001:Play as Synauther PL2 pzlbowl:0:20A9AF:09:001:Play as Dyena PL2 pzlbowl:0:20A9AF:0A:001:Play as Millanda PL2 pzlbowl:0:20A9AF:0B:001:Play as Aqua PL2 pzlbowl:0:20A9AF:0C:001:Play as Sara PL2:Not normally available on the character screen ; [ Puzz Loop 2 (Japan 010205) ] :pzloop2j:00000000:FF80B0:00000009:FFFFFFFF:Infinite Credits :pzloop2j:00100000:FF96C8:00000002:FFFFFFFF:Always Have Slow Speed :pzloop2j:00100000:FF96C6:00000002:FFFFFFFF:Always Have Time Stop :pzloop2j:00000000:FF98D4:00000000:FFFFFFFF:Always Have Red Ball :pzloop2j:00010000:FF98F8:00000000:FFFFFFFF:Always Have Red Ball (2/2) :pzloop2j:00000000:FF98D4:00000001:FFFFFFFF:Always Have Blue Ball :pzloop2j:00010000:FF98F8:00000001:FFFFFFFF:Always Have Blue Ball (2/2) :pzloop2j:00000000:FF98D4:00000002:FFFFFFFF:Always Have Green Ball :pzloop2j:00010000:FF98F8:00000002:FFFFFFFF:Always Have Green Ball (2/2) :pzloop2j:00000000:FF98D4:00000003:FFFFFFFF:Always Have Yellow Ball :pzloop2j:00010000:FF98F8:00000003:FFFFFFFF:Always Have Yellow Ball (2/2) :pzloop2j:00000000:FF98D4:00000004:FFFFFFFF:Always Have Orange Ball :pzloop2j:00010000:FF98F8:00000004:FFFFFFFF:Always Have Orange Ball (2/2) :pzloop2j:00000000:FF98D4:00000005:FFFFFFFF:Always Have Purple Ball :pzloop2j:00010000:FF98F8:00000005:FFFFFFFF:Always Have Purple Ball (2/2) :pzloop2j:00000000:FF98D4:00000006:FFFFFFFF:Always Have Light Blue Ball :pzloop2j:00010000:FF98F8:00000006:FFFFFFFF:Always Have Light Blue Ball (2/2) :pzloop2j:00000000:FF98D4:00000007:FFFFFFFF:Always Have Black Ball :pzloop2j:00010000:FF98F8:00000007:FFFFFFFF:Always Have Black Ball (2/2) ; [ Quiz & Dragons (US 920701) ] qad:0:FFE477:05:000:Infinite Vitality PL1 qad:0:FFE479:05:000:Infinite Vitality PL2 :qad:000000E6:FFE004:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer qad:0:FFE004:00:000:Answer 1 always correct qad:0:FFE965:01:001:Good answer ends quiz Now! qad:0:FFE026:0A:001:End quiz to end level 1:Woods of legend qad:0:FFE026:12:001:End quiz to end level 2-1:Beast of mountain qad:0:FFE026:20:001:End quiz to end level 2-2:Flat field qad:0:FFE026:2A:001:End quiz to end level 3:Chateau of Avalon qad:0:FFE026:13:001:End quiz to end level 4:Fairy lake qad:0:FFE026:1A:001:End quiz to end level 5-1:Destroyed town qad:0:FFE026:13:001:End quiz to end level 5-2:Midnight forrest qad:0:FFE026:2A:001:End quiz to end level 6:Dungeon qad:0:FFE026:22:001:End quiz to end level 7:Gordian's palace qad:0:FFE967:01:001:Get the shortcut Now! qad:0:FFE967:02:001:Get the magic scroll Now! qad:0:FFE967:03:001:Get the magic staff Now! qad:0:FFE967:04:001:Get the magic sword Now! qad:0:FF7FC1:00:001:Quiz cat. - Art qad:0:FF7FC1:01:001:Quiz cat. - Books qad:0:FF7FC1:02:001:Quiz cat. - Entertainment qad:0:FF7FC1:03:001:Quiz cat. - Food & drink qad:0:FF7FC1:04:001:Quiz cat. - Geography qad:0:FF7FC1:05:001:Quiz cat. - Health qad:0:FF7FC1:06:001:Quiz cat. - History qad:0:FF7FC1:07:001:Quiz cat. - Pot pourri qad:0:FF7FC1:08:001:Quiz cat. - Movies qad:0:FF7FC1:09:001:Quiz cat. - Music qad:0:FF7FC1:0A:001:Quiz cat. - Mythology qad:0:FF7FC1:0B:001:Quiz cat. - Science qad:0:FF7FC1:0C:001:Quiz cat. - Sports qad:0:FF7FC1:0D:001:Quiz cat. - Television qad:0:FF7FC1:FF:001:Quiz cat. - Miscellaneous ; [ Quiz & Dragons (Japan 940921) ] qadj:0:FF81A7:05:000:Infinite Vitality PL1 qadj:0:FF82A7:05:000:Infinite Vitality PL2 qadj:0:000000:00:999:[Watch out for these values ] qadj:0:000000:00:999:[ 10=1, 20=2, 40=3, 80=4 ] qadj:0:FFB698:00:998:Watch me for good answer qadj:0:FF8C0D:01:001:Good answer ends quiz Now! qadj:0:FF8CCE:01:000:Always make 1 step qadj:0:FF8CCE:02:000:Always make 2 steps qadj:0:FF8CCE:03:000:Always make 3 steps qadj:0:FF8CCE:04:000:Always make 4 steps qadj:0:FF8CCE:05:000:Always make 5 steps qadj:0:FF8CCE:06:000:Always make 6 steps qadj:0:FF8CCE:32:000:Always make 50 steps ; [ QB-3 (prototype) ] :qb3:20800000:2161:00000058:FFFFFFFF:Invincibility ; [ Q*bert (US set 1) ] qbert:0:00D00:03:000:Infinite Lives qbert:0:0008A:E1:000:Green ball freeze endless qbert:0:00085:80:000:No Enemies ; [ Q*bert (US set 2) ] qberta:0:00D00:03:000:Infinite Lives qberta:0:0008A:E1:000:Green ball freeze endless qberta:0:00085:80:000:No Enemies ; [ Q*bert (Japan) ] qbertjp:0:01000:04:000:Infinite Lives ; [ Q*bert's Qubes ] qbertqub:0:00819:04:000:Infinite Lives qbertqub:0:00799:01:000:Invincibility qbertqub:0:0079A:80:000:All enemies frozen qbertqub:0:00799:01:500:All enemies frozen (2/2) ; [ Q*bert (early test version) ] qberttst:0:00D00:03:000:Infinite Lives qberttst:0:0008A:E1:000:Green ball freeze endless qberttst:0:00085:80:000:No Enemies ; [ Q*bert Board Input Test Rom ] qbtrktst:0:0000:00:999:[ Now you really don't expect ] qbtrktst:0:0000:00:999:[ a cheat for this diagnostic ] qbtrktst:0:0000:00:999:[ ROM...........DO YOU??!! ] ; [ Quiz Crayon Shinchan (Japan) ] qcrayon:0:100A0A:0A:000:Infinite Time qcrayon:0:100A0E:01:001:Complete this Quiz Fast Now!:Just answer one question correctly :qcrayon:000000E6:100A14:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer qcrayon:0:100A14:01:000:Answer 1 always correct qcrayon:0:100A14:01:001:Answer 1 is correct for this question Now! qcrayon:0:100A50:01:000:Dice throw always = 1 qcrayon:0:100A50:02:000:Dice throw always = 2 qcrayon:0:100A50:03:000:Dice throw always = 3 qcrayon:0:100A50:04:000:Dice throw always = 4 qcrayon:0:100A50:05:000:Dice throw always = 5 qcrayon:0:100A50:06:000:Dice throw always = 6 qcrayon:0:100A50:FF:000:Dice throw always = 255:This will ONLY stop at the essential squares - ideal for the fastest game possible qcrayon:0:100A50:06:072:Select dice number Now!:Enable on board/dice screen qcrayon:0:1040DD:05:000:Infinite Lives PL1 qcrayon:0:104105:05:000:Infinite Lives PL2 ; [ Crayon Shinchan Orato Asobo (Japan) ] qcrayon2:0:205895:0A:000:Infinite Time [General Purpose]:Infinite Time for Quiz Round, Round Select, Spelling Game qcrayon2:0:208E1F:0A:000:Infinite Time [Maze Round] qcrayon2:0:20A2FF:0A:000:Infinite Time [Balloon Round] qcrayon2:0:209CF9:0A:000:Infinite Time [Tug of War Round] qcrayon2:0:2044E7:00:001:Complete this Round Fast Now!:Works for most types of rounds except for the Quiz type rounds and the Spelling Round qcrayon2:0:2044E7:00:000:Always complete Rounds Fast:Works for most types of rounds except for the Quiz type rounds and the Spelling Round qcrayon2:0:20585D:05:000:Infinite Lives PL1 qcrayon2:0:208157:4F:000:Maximum Power PL1 [Rock Round] qcrayon2:0:20587F:05:000:Infinite Lives PL2 qcrayon2:0:208173:4F:000:Maximum Power PL2 [Rock Round] :qcrayon2:000000E6:205943:30000000:FFFFFFFF:Display the Correct Answer [Quiz Round]:Correct Answer [Quiz Round] qcrayon2:0:205943:01:000:Answer 1 always correct [Quiz Round] qcrayon2:0:205943:01:001:Answer 1 is correct Now! [Quiz Round] qcrayon2:0:000000:00:999:### Watch and match these two values to ### qcrayon2:0:000000:00:999:### get the answer correct on the ### qcrayon2:0:000000:00:999:### Round. ### qcrayon2:0:205991:00:998:Watch me for good answer [Spelling Round] qcrayon2:0:205ABD:00:998:Watch me and match me! [Spelling Round]:Use this cheat in conjunction with the "Watch me for good answer [Spelling Round]". Change this value by moving the joystick and when this value matches the "Watch me for good answer [Spelling Round]" watch then you will be over the correct answer - just press fire! qcrayon2:0:205991:01:000:First character always correct [Spelling Round] qcrayon2:0:205991:01:001:First character is correct Now! [Spelling Round] ; [ Quiz Do Re Mi Fa Grand Prix (Japan) ] qdrmfgp:0:0000:00:999:[ This game hasn't even ]:REASON 11 qdrmfgp:0:0000:00:999:[ been looked at due to ]:REASON 11 qdrmfgp:0:0000:00:999:[ time constraints - Too]:REASON 11 qdrmfgp:0:0000:00:999:[ many games and so ]:REASON 11 qdrmfgp:0:0000:00:999:[ little time. It is ]:REASON 11 qdrmfgp:0:0000:00:999:[ even possible that ]:REASON 11 qdrmfgp:0:0000:00:999:[ this game may be a ]:REASON 11 qdrmfgp:0:0000:00:999:[ clone of an existing ]:REASON 11 qdrmfgp:0:0000:00:999:[ game which may have ]:REASON 11 qdrmfgp:0:0000:00:999:[ cheats. Please search ]:REASON 11 qdrmfgp:0:0000:00:999:[ the cheat forums ]:REASON 11 qdrmfgp:0:0000:00:999:[ before posting cheat ]:REASON 11 qdrmfgp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Quiz Do Re Mi Fa Grand Prix2 - Shin-Kyoku Nyuukadayo (Japan) ] qdrmfgp2:0:0000:00:999:[ This game hasn't even ]:REASON 11 qdrmfgp2:0:0000:00:999:[ been looked at due to ]:REASON 11 qdrmfgp2:0:0000:00:999:[ time constraints - Too]:REASON 11 qdrmfgp2:0:0000:00:999:[ many games and so ]:REASON 11 qdrmfgp2:0:0000:00:999:[ little time. It is ]:REASON 11 qdrmfgp2:0:0000:00:999:[ even possible that ]:REASON 11 qdrmfgp2:0:0000:00:999:[ this game may be a ]:REASON 11 qdrmfgp2:0:0000:00:999:[ clone of an existing ]:REASON 11 qdrmfgp2:0:0000:00:999:[ game which may have ]:REASON 11 qdrmfgp2:0:0000:00:999:[ cheats. Please search ]:REASON 11 qdrmfgp2:0:0000:00:999:[ the cheat forums ]:REASON 11 qdrmfgp2:0:0000:00:999:[ before posting cheat ]:REASON 11 qdrmfgp2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Quiz Gakumon no Susume (Japan ver. JA2 Type L) ] qgakumon:0:104207:FF:000:Infinite Credits qgakumon:0:10510E:14:000:Infinite Time :qgakumon:000000E6:105107:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer qgakumon:0:105107:01:000:Answer 1 always correct qgakumon:0:105107:01:001:Answer 1 is correct for this question Now! qgakumon:0:105104:01:001:Good answer ends quiz Now! qgakumon:0:00104101:04:000:Infinite Lives PL1 qgakumon:0:00104111:04:000:Infinite Lives PL2 ; [ Quiz Ghost Hunter ] qgh:0:F24753:7F:000:Infinite Time qgh:0:F24C95:05:000:Infinite Lives PL1 qgh:0:F24D35:05:000:Infinite Lives PL2 :qgh:000000E6:F24835:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Qix (set 1) ] qix:0:8319:01:000:Infinite Lives qix:0:836E:26:000:Stop Skill Timer qix:0:8541:50:000:No Sparx Timer ; [ Qix II (Tournament) ] qix2:0:8306:02:000:Infinite Lives qix2:0:836E:26:000:Stop Skill Timer ; [ Qix (set 2) ] qixa:0:8319:01:000:Infinite Lives qixa:0:836E:26:000:Stop Skill Timer qixa:0:8541:50:000:No Sparx Timer ; [ Qix (set 3) ] qixb:0:8319:01:000:Infinite Lives qixb:0:836E:26:000:Stop Skill Timer qixb:0:8541:50:000:No Sparx Timer ; [ Quiz Jinsei Gekijoh (Japan) ] qjinsei:0:30D229:09:000:Infinite Credits qjinsei:0:30BF42:0A:000:Infinite Time:Time display incorrect though :qjinsei:000000E6:30BFB8:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer qjinsei:0:30BFB8:01:000:Answer 1 always correct qjinsei:0:30BFB8:01:001:Answer 1 is correct for this question Now! qjinsei:0:30BF30:01:001:Good answer ends quiz Now! qjinsei:0:30BFD6:06:000:Infinite Lives PL1 qjinsei:0:30BFF6:06:000:Infinite Lives PL2 ; [ Quiz-Mahjong Hayaku Yatteyo! (Japan) ] qmhayaku:0:0000:00:999:[The winning hand cheat must] qmhayaku:0:0000:00:999:[be activated when there are] qmhayaku:0:0000:00:999:[14 tiles in your hand, then] qmhayaku:0:0000:00:999:[press the RON key . ] qmhayaku:0:0000:00:999:[('Z' by default). The tiles] qmhayaku:0:0000:00:999:[do not visually change ] qmhayaku:0:0000:00:999:[until you make a move. ] qmhayaku:0:FC8F:31:001:Get winning hand Now! qmhayaku:0:FC90:31:501:Get winning hand Now! (02/14) qmhayaku:0:FC91:31:501:Get winning hand Now! (03/14) qmhayaku:0:FC92:32:501:Get winning hand Now! (04/14) qmhayaku:0:FC93:32:501:Get winning hand Now! (05/14) qmhayaku:0:FC94:32:501:Get winning hand Now! (06/14) qmhayaku:0:FC95:33:501:Get winning hand Now! (07/14) qmhayaku:0:FC96:33:501:Get winning hand Now! (08/14) qmhayaku:0:FC97:33:501:Get winning hand Now! (09/14) qmhayaku:0:FC98:34:501:Get winning hand Now! (10/14) qmhayaku:0:FC99:34:501:Get winning hand Now! (11/14) qmhayaku:0:FC9A:34:501:Get winning hand Now! (12/14) qmhayaku:0:FC9B:35:501:Get winning hand Now! (13/14) qmhayaku:0:FC9C:35:501:Get winning hand Now! (14/14) qmhayaku:0:FC8F:31:000:Always winning hand qmhayaku:0:FC90:31:500:Always winning hand (02/14) qmhayaku:0:FC91:31:500:Always winning hand (03/14) qmhayaku:0:FC92:32:500:Always winning hand (04/14) qmhayaku:0:FC93:32:500:Always winning hand (05/14) qmhayaku:0:FC94:32:500:Always winning hand (06/14) qmhayaku:0:FC95:33:500:Always winning hand (07/14) qmhayaku:0:FC96:33:500:Always winning hand (08/14) qmhayaku:0:FC97:33:500:Always winning hand (09/14) qmhayaku:0:FC98:34:500:Always winning hand (10/14) qmhayaku:0:FC99:34:500:Always winning hand (11/14) qmhayaku:0:FC9A:34:500:Always winning hand (12/14) qmhayaku:0:FC9B:35:500:Always winning hand (13/14) qmhayaku:0:FC9C:35:500:Always winning hand (14/14) ; [ Quiz Nanairo Dreams: Nijiirochou no Kiseki (Japan 960826) ] qndream:0:FF8D67:09:000:Infinite Credits qndream:0:000000:00:999:[Watch out for these values ] qndream:0:000000:00:999:[ 00=1, 04=2, 08=3, 0C=4 ] qndream:0:FF8397:00:998:Watch me for good answer qndream:0:FF8397:00:000:Answer 1 always correct ; [ Quintoon (Dutch, Game Card 95-750-243) ] qntoond:0:0000:00:999:[ This game hasn't even ]:REASON 11 qntoond:0:0000:00:999:[ been looked at due to ]:REASON 11 qntoond:0:0000:00:999:[ time constraints - Too]:REASON 11 qntoond:0:0000:00:999:[ many games and so ]:REASON 11 qntoond:0:0000:00:999:[ little time. It is ]:REASON 11 qntoond:0:0000:00:999:[ even possible that ]:REASON 11 qntoond:0:0000:00:999:[ this game may be a ]:REASON 11 qntoond:0:0000:00:999:[ clone of an existing ]:REASON 11 qntoond:0:0000:00:999:[ game which may have ]:REASON 11 qntoond:0:0000:00:999:[ cheats. Please search ]:REASON 11 qntoond:0:0000:00:999:[ the cheat forums ]:REASON 11 qntoond:0:0000:00:999:[ before posting cheat ]:REASON 11 qntoond:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Quintoon (Dutch, Game Card 95-750-136) ] qntoondo:0:0000:00:999:[ This game hasn't even ]:REASON 11 qntoondo:0:0000:00:999:[ been looked at due to ]:REASON 11 qntoondo:0:0000:00:999:[ time constraints - Too]:REASON 11 qntoondo:0:0000:00:999:[ many games and so ]:REASON 11 qntoondo:0:0000:00:999:[ little time. It is ]:REASON 11 qntoondo:0:0000:00:999:[ even possible that ]:REASON 11 qntoondo:0:0000:00:999:[ this game may be a ]:REASON 11 qntoondo:0:0000:00:999:[ clone of an existing ]:REASON 11 qntoondo:0:0000:00:999:[ game which may have ]:REASON 11 qntoondo:0:0000:00:999:[ cheats. Please search ]:REASON 11 qntoondo:0:0000:00:999:[ the cheat forums ]:REASON 11 qntoondo:0:0000:00:999:[ before posting cheat ]:REASON 11 qntoondo:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Quiz Rouka Ni Tattenasai ] qrouka:0:F0040C:09:000:Infinite Credits :qrouka:00000000:F00488:00000003:FFFFFFFF:Infinite Time :qrouka:000000FE:F004B2:2F000000:FFFFFFFF:Display the Correct Answer:Correct Answer :qrouka:00000000:F0083A:00000008:FFFFFFFF:Infinite Lives PL1 :qrouka:00000000:F009BA:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Quiz Sangokushi (Japan) ] qsangoku:0:E879:09:000:Infinite Credits :qsangoku:000000E6:E920:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer qsangoku:0:E920:00:000:Answer 1 always correct qsangoku:0:E943:01:001:Good answer ends quiz Now! qsangoku:0:E8C3:05:000:Infinite Lives PL1 qsangoku:0:E8F3:05:000:Infinite Lives PL2 ; [ Quiz Syukudai wo Wasuremashita ] :qsww:00000000:F00403:00000009:FFFFFFFF:Infinite Credits :qsww:00100000:F0045E:000003FF:FFFFFFFF:Infinite Time :qsww:00000086:F00468:FF000000:FFFFFFFF:Display the Correct Answer:Correct Answer :qsww:62000000:000000:00000000:00000000:Selectable Answer are:Set before starting the quiz game :qsww:00010000:F00470:00000003:FFFFFFFF:3 Answers :qsww:00010000:F00470:00000004:FFFFFFFF:4 Answers :qsww:00010000:F00470:00000005:FFFFFFFF:5 Answers :qsww:00000301:F00481:00000006:FFFFFFFF:Select Starting Stage:Set on birthday year selection screen :qsww:00000000:F02820:0000000C:FFFFFFFF:Infinite Lives PL1 :qsww:00000000:F02A20:0000000C:FFFFFFFF:Infinite Lives PL2 ; [ Quiz Theater - 3tsu no Monogatari (Japan) ] qtheater:0:4056D9:09:000:Infinite Credits :qtheater:000000E6:40909B:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer qtheater:0:40909B:01:000:Answer 1 always correct qtheater:0:40909B:01:001:Answer 1 is correct for this question Now! qtheater:0:409097:01:001:Good answer ends quiz Now! qtheater:0:409099:00:501:Good answer ends quiz Now! (2/2) qtheater:0:408E87:08:000:Infinite Lives PL1 qtheater:0:408F87:08:000:Infinite Lives PL2 ; [ Quiz Tonosama no Yabou (Japan) ] qtono1:0:E7E4:09:000:Infinite Credits :qtono1:000000E6:E7DA:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer qtono1:0:E7DA:00:000:Answer 1 always correct qtono1:0:E652:01:001:Good ANS ends quiz Now! qtono1:0:E7DB:00:501:Good ANS ends quiz Now! (2/2) qtono1:0:E631:03:000:Infinite Lives PL1 qtono1:0:E632:03:000:Infinite Lives PL2 ; [ Quiz Tonosama no Yabou 2 Zenkoku-ban (Japan 950123) ] qtono2:0:000000:00:999:[Watch out for these values ] qtono2:0:000000:00:999:[ 10=1, 20=2, 40=3, 80=4 ] qtono2:0:FFB653:00:998:Watch me for good answer qtono2:0:FFB653:10:000:Answer 1 always correct qtono2:0:FFB825:01:001:Good answer ends quiz Now! qtono2:0:FF81A5:05:000:Infinite Lives PL1 qtono2:0:FF82A5:05:000:Infinite Lives PL2 ; [ Quiz Torimonochou (Japan) ] qtorimon:0:102DC3:07:000:Infinite Time qtorimon:0:10080D:03:000:Infinite Lives PL1 qtorimon:0:10090D:03:000:Infinite Lives PL2 ; [ Quantum (rev 2) ] quantum:0:01BE3B:0A:000:Infinite Lives PL1 quantum:0:01BE5B:0A:000:Infinite Lives PL2 ; [ Quantum (rev 1) ] quantum1:0:01BE3B:0A:000:Infinite Lives PL1 quantum1:0:01BE5B:0A:000:Infinite Lives PL2 ; [ Quantum (prototype) ] quantump:0:01BE3B:0A:000:Infinite Lives PL1 quantump:0:01BE5B:0A:000:Infinite Lives PL2 ; [ Quadro Quiz II ] quaquiz2:0:0000:00:999:[ There are no cheats ]:REASON 1 quaquiz2:0:0000:00:999:[ for this game as it ]:REASON 1 quaquiz2:0:0000:00:999:[ didn't work the last ]:REASON 1 quaquiz2:0:0000:00:999:[ time it was tested. ]:REASON 1 quaquiz2:0:0000:00:999:[ If the game now works ]:REASON 1 quaquiz2:0:0000:00:999:[ please request cheats ]:REASON 1 quaquiz2:0:0000:00:999:[ for it on the cheat ]:REASON 1 quaquiz2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Quarterback ] quarterb:0:E3F8:09:000:Infinite Credits quarterb:0:E1C4:01:000:Infinite 1st Downs PL1 ; [ Quartet (8751 317-unknown) ] quartet:0:000000:00:999:[ PL1 is Blue (Lee) ] quartet:0:000000:00:999:[ PL2 is Yellow (Joe) ] quartet:0:000000:00:999:[ PL3 is Red (Mary) ] quartet:0:000000:00:999:[ PL4 is Green (Edgar) ] :quartet:00100000:FFCC64:00001000:FFFFFFFF:Infinite Time :quartet:00100001:FFCC64:00000000:FFFFFFFF:Time Up Now!:Death approaches soon :quartet:00800000:FFCC25:0000000F:FFFFFFFF:No Stop type Enemies :quartet:00800000:FFCC27:000000FF:FFFFFFFF:No Destroy type Enemies :quartet:00000301:FFC831:0000001F:FFFFFFFF:Select Stage :quartet:00000301:FFC833:0000001F:FFFFFFFF:Select Stage (Display) :quartet:00000000:FFC000:00000009:FFFFFFFF:Infinite Credits PL1 quartet:0:FFC810:09:000:Infinite Energy PL1 quartet:0:FFC811:00:500:Infinite Energy PL1 (2/2) quartet:0:FFD02B:77:000:Invincibility PL1 quartet:0:FFD028:08:520:Invincibility PL1 (2/2) :quartet:00800000:FFD027:0000000C:FFFFFFFF:Always Maximum Shot Power PL1 :quartet:00800000:FFD028:00000008:00000008:Always Have Shield PL1 :quartet:00800000:FFD028:00000080:00000080:Always Have Speed Up PL1 :quartet:00800000:FFD028:00000040:00000040:Always Have Jump High PL1 :quartet:00800000:FFD028:00000004:00000004:Always Have Scores Double PL1 :quartet:00800000:FFD021:00000020:00000020:Always Have Jet Engine PL1 :quartet:00800000:FFD001:00000080:FFFFFFFF:Always Have Key PL1 :quartet:00800000:FFCA0B:00000063:FFFFFFFF:Always Maximum Bonus PL1:Take effect in the Presentation Ceremony screen after finished stage :quartet:00000000:FFCC11:00000000:00000010:Rapid Fire PL1:Hold shot button :quartet:00000000:FFC010:00000009:FFFFFFFF:Infinite Credits PL2 quartet:0:FFC812:09:000:Infinite Energy PL2 quartet:0:FFC813:00:500:Infinite Energy PL2 (2/2) quartet:0:FFD07B:77:000:Invincibility PL2 quartet:0:FFD078:08:520:Invincibility PL2 (2/2) :quartet:00800000:FFD077:0000000D:FFFFFFFF:Always Maximum Shot Power PL2 :quartet:00800000:FFD078:00000008:00000008:Always Have Shield PL2 :quartet:00800000:FFD078:00000080:00000080:Always Have Speed Up PL2 :quartet:00800000:FFD078:00000040:00000040:Always Have Jump High PL2 :quartet:00800000:FFD078:00000004:00000004:Always Have Scores Double PL2 :quartet:00800000:FFD071:00000020:00000020:Always Have Jet Engine PL2 :quartet:00800000:FFD051:00000080:FFFFFFFF:Always Have Key PL2 :quartet:00800000:FFCA8B:00000063:FFFFFFFF:Always Maximum Bonus PL2:Take effect in the Presentation Ceremony screen after finished stage :quartet:00000000:FFCC13:00000000:00000010:Rapid Fire PL2:Hold shot button :quartet:00000000:FFC020:00000009:FFFFFFFF:Infinite Credits PL3 quartet:0:FFC814:09:000:Infinite Energy PL3 quartet:0:FFC815:00:500:Infinite Energy PL3 (2/2) quartet:0:FFD0CB:77:000:Invincibility PL3 quartet:0:FFD0C8:08:520:Invincibility PL3 (2/2) :quartet:00800000:FFD0C7:0000000E:FFFFFFFF:Always Maximum Shot Power PL3 :quartet:00800000:FFD0C8:00000008:00000008:Always Have Shield PL3 :quartet:00800000:FFD0C8:00000080:00000080:Always Have Speed Up PL3 :quartet:00800000:FFD0C8:00000040:00000040:Always Have Jump High PL3 :quartet:00800000:FFD0C8:00000004:00000004:Always Have Scores Double PL3 :quartet:00800000:FFD0C1:00000020:00000020:Always Have Jet Engine PL3 :quartet:00800000:FFD0A1:00000080:FFFFFFFF:Always Have Key PL3 :quartet:00800000:FFCB0B:00000063:FFFFFFFF:Always Maximum Bonus PL3:Take effect in the Presentation Ceremony screen after finished stage :quartet:00000000:FFCC15:00000000:00000010:Rapid Fire PL3:Hold shot button :quartet:00000000:FFC030:00000009:FFFFFFFF:Infinite Credits PL4 quartet:0:FFC816:09:000:Infinite Energy PL4 quartet:0:FFC817:00:500:Infinite Energy PL4 (2/2) quartet:0:FFD11B:77:000:Invincibility PL4 quartet:0:FFD118:08:520:Invincibility PL4 (2/2) :quartet:00800000:FFD117:0000000F:FFFFFFFF:Always Maximum Shot Power PL4 :quartet:00800000:FFD118:00000008:00000008:Always Have Shield PL4 :quartet:00800000:FFD118:00000080:00000080:Always Have Speed Up PL4 :quartet:00800000:FFD118:00000040:00000040:Always Have Jump High PL4 :quartet:00800000:FFD118:00000004:00000004:Always Have Scores Double PL4 :quartet:00800000:FFD111:00000020:00000020:Always Have Jet Engine PL4 :quartet:00800000:FFD0F1:00000080:FFFFFFFF:Always Have Key PL4 :quartet:00800000:FFCB8B:00000063:FFFFFFFF:Always Maximum Bonus PL4:Take effect in the Presentation Ceremony screen after finished stage :quartet:00000000:FFCC17:00000000:00000010:Rapid Fire PL4:Hold shot button ; [ Quartet 2 (8751 317-unknown) ] quartet2:0:000000:00:999:[ PL1 is Blue (Lee) ] quartet2:0:000000:00:999:[ PL2 is Yellow (Joe) ] quartet2:0:000000:00:999:[ PL3 is Red (Mary) ] quartet2:0:000000:00:999:[ PL4 is Green (Edgar) ] :quartet2:00000000:FFC000:00000009:FFFFFFFF:Infinite Credits :quartet2:00100000:FFCC64:00001000:FFFFFFFF:Infinite Time :quartet2:00100001:FFCC64:00000000:FFFFFFFF:Time Up Now!:Death approaches soon :quartet2:00800000:FFCC25:0000000F:FFFFFFFF:No Stop type Enemies :quartet2:00800000:FFCC27:000000FF:FFFFFFFF:No Destroy type Enemies :quartet2:00000301:FFC831:0000001F:FFFFFFFF:Select Stage :quartet2:00000301:FFC833:0000001F:FFFFFFFF:Select Stage (Display) :quartet2:00000000:FFCC13:00000000:00000004:Rapid Fire [1st PLAYER]:Hold shot button :quartet2:00000000:FFCC17:00000000:00000004:Rapid Fire [2nd PLAYER]:Hold shot button quartet2:0:FFC810:09:000:Infinite Energy PL1 quartet2:0:FFC811:00:500:Infinite Energy PL1 (2/2) quartet2:0:FFD02B:77:000:Invincibility PL1 quartet2:0:FFD028:08:520:Invincibility PL1 (2/2) :quartet2:00800000:FFD027:0000000C:FFFFFFFF:Always Maximum Shot Power PL1 :quartet2:00800000:FFD028:00000008:00000008:Always Have Shield PL1 :quartet2:00800000:FFD028:00000080:00000080:Always Have Speed Up PL1 :quartet2:00800000:FFD028:00000040:00000040:Always Have Jump High PL1 :quartet2:00800000:FFD028:00000004:00000004:Always Have Scores Double PL1 :quartet2:00800000:FFD021:00000020:00000020:Always Have Jet Engine PL1 :quartet2:00800000:FFD001:00000080:FFFFFFFF:Always Have Key PL1 :quartet2:00800000:FFCA0B:00000063:FFFFFFFF:Always Maximum Bonus PL1:Take effect in the Presentation Ceremony screen after finished stage quartet2:0:FFC812:09:000:Infinite Energy PL2 quartet2:0:FFC813:00:500:Infinite Energy PL2 (2/2) quartet2:0:FFD07B:77:000:Invincibility PL2 quartet2:0:FFD078:08:520:Invincibility PL2 (2/2) :quartet2:00800000:FFD077:0000000D:FFFFFFFF:Always Maximum Shot Power PL2 :quartet2:00800000:FFD078:00000008:00000008:Always Have Shield PL2 :quartet2:00800000:FFD078:00000080:00000080:Always Have Speed Up PL2 :quartet2:00800000:FFD078:00000040:00000040:Always Have Jump High PL2 :quartet2:00800000:FFD078:00000004:00000004:Always Have Scores Double PL2 :quartet2:00800000:FFD071:00000020:00000020:Always Have Jet Engine PL2 :quartet2:00800000:FFD051:00000080:FFFFFFFF:Always Have Key PL2 :quartet2:00800000:FFCA8B:00000063:FFFFFFFF:Always Maximum Bonus PL2:Take effect in the Presentation Ceremony screen after finished stage quartet2:0:FFC814:09:000:Infinite Energy PL3 quartet2:0:FFC815:00:500:Infinite Energy PL3 (2/2) quartet2:0:FFD0CB:77:000:Invincibility PL3 quartet2:0:FFD0C8:08:520:Invincibility PL3 (2/2) :quartet2:00800000:FFD0C7:0000000E:FFFFFFFF:Always Maximum Shot Power PL3 :quartet2:00800000:FFD0C8:00000008:00000008:Always Have Shield PL3 :quartet2:00800000:FFD0C8:00000080:00000080:Always Have Speed Up PL3 :quartet2:00800000:FFD0C8:00000040:00000040:Always Have Jump High PL3 :quartet2:00800000:FFD0C8:00000004:00000004:Always Have Scores Double PL3 :quartet2:00800000:FFD0C1:00000020:00000020:Always Have Jet Engine PL3 :quartet2:00800000:FFD0A1:00000080:FFFFFFFF:Always Have Key PL3 :quartet2:00800000:FFCB0B:00000063:FFFFFFFF:Always Maximum Bonus PL3:Take effect in the Presentation Ceremony screen after finished stage quartet2:0:FFC816:09:000:Infinite Energy PL4 quartet2:0:FFC817:00:500:Infinite Energy PL4 (2/2) quartet2:0:FFD11B:77:000:Invincibility PL4 quartet2:0:FFD118:08:520:Invincibility PL4 (2/2) :quartet2:00800000:FFD117:0000000F:FFFFFFFF:Always Maximum Shot Power PL4 :quartet2:00800000:FFD118:00000008:00000008:Always Have Shield PL4 :quartet2:00800000:FFD118:00000080:00000080:Always Have Speed Up PL4 :quartet2:00800000:FFD118:00000040:00000040:Always Have Jump High PL4 :quartet2:00800000:FFD118:00000004:00000004:Always Have Scores Double PL4 :quartet2:00800000:FFD111:00000020:00000020:Always Have Jet Engine PL4 :quartet2:00800000:FFD0F1:00000080:FFFFFFFF:Always Have Key PL4 :quartet2:00800000:FFCB8B:00000063:FFFFFFFF:Always Maximum Bonus PL4:Take effect in the Presentation Ceremony screen after finished stage ; [ Quartet (Japan, 8751 317-unknown)) ] quartetj:0:000000:00:999:[ PL1 is Blue (Lee) ] quartetj:0:000000:00:999:[ PL2 is Yellow (Joe) ] quartetj:0:000000:00:999:[ PL3 is Red (Mary) ] quartetj:0:000000:00:999:[ PL4 is Green (Edgar) ] :quartetj:00100000:FFCC64:00001000:FFFFFFFF:Infinite Time :quartetj:00100001:FFCC64:00000000:FFFFFFFF:Time Up Now!:Death approaches soon :quartetj:00800000:FFCC25:0000000F:FFFFFFFF:No Stop type Enemies :quartetj:00800000:FFCC27:000000FF:FFFFFFFF:No Destroy type Enemies :quartetj:00000301:FFC831:0000001F:FFFFFFFF:Select Stage :quartetj:00000301:FFC833:0000001F:FFFFFFFF:Select Stage (Display) :quartetj:00000000:FFC000:00000009:FFFFFFFF:Infinite Credits PL1 quartetj:0:FFC810:09:000:Infinite Energy PL1 quartetj:0:FFC811:00:500:Infinite Energy PL1 (2/2) quartetj:0:FFD02B:77:000:Invincibility PL1 quartetj:0:FFD028:08:520:Invincibility PL1 (2/2) :quartetj:00800000:FFD027:0000000C:FFFFFFFF:Always Maximum Shot Power PL1 :quartetj:00800000:FFD028:00000008:00000008:Always Have Shield PL1 :quartetj:00800000:FFD028:00000080:00000080:Always Have Speed Up PL1 :quartetj:00800000:FFD028:00000040:00000040:Always Have Jump High PL1 :quartetj:00800000:FFD028:00000004:00000004:Always Have Scores Double PL1 :quartetj:00800000:FFD021:00000020:00000020:Always Have Jet Engine PL1 :quartetj:00800000:FFD001:00000080:FFFFFFFF:Always Have Key PL1 :quartetj:00800000:FFCA0B:00000063:FFFFFFFF:Always Maximum Bonus PL1:Take effect in the Presentation Ceremony screen after finished stage :quartetj:00000000:FFCC11:00000000:00000010:Rapid Fire PL1:Hold shot button :quartetj:00000000:FFC010:00000009:FFFFFFFF:Infinite Credits PL2 quartetj:0:FFC812:09:000:Infinite Energy PL2 quartetj:0:FFC813:00:500:Infinite Energy PL2 (2/2) quartetj:0:FFD07B:77:000:Invincibility PL2 quartetj:0:FFD078:08:520:Invincibility PL2 (2/2) :quartetj:00800000:FFD077:0000000D:FFFFFFFF:Always Maximum Shot Power PL2 :quartetj:00800000:FFD078:00000008:00000008:Always Have Shield PL2 :quartetj:00800000:FFD078:00000080:00000080:Always Have Speed Up PL2 :quartetj:00800000:FFD078:00000040:00000040:Always Have Jump High PL2 :quartetj:00800000:FFD078:00000004:00000004:Always Have Scores Double PL2 :quartetj:00800000:FFD071:00000020:00000020:Always Have Jet Engine PL2 :quartetj:00800000:FFD051:00000080:FFFFFFFF:Always Have Key PL2 :quartetj:00800000:FFCA8B:00000063:FFFFFFFF:Always Maximum Bonus PL2:Take effect in the Presentation Ceremony screen after finished stage :quartetj:00000000:FFCC13:00000000:00000010:Rapid Fire PL2:Hold shot button :quartetj:00000000:FFC020:00000009:FFFFFFFF:Infinite Credits PL3 quartetj:0:FFC814:09:000:Infinite Energy PL3 quartetj:0:FFC815:00:500:Infinite Energy PL3 (2/2) quartetj:0:FFD0CB:77:000:Invincibility PL3 quartetj:0:FFD0C8:08:520:Invincibility PL3 (2/2) :quartetj:00800000:FFD0C7:0000000E:FFFFFFFF:Always Maximum Shot Power PL3 :quartetj:00800000:FFD0C8:00000008:00000008:Always Have Shield PL3 :quartetj:00800000:FFD0C8:00000080:00000080:Always Have Speed Up PL3 :quartetj:00800000:FFD0C8:00000040:00000040:Always Have Jump High PL3 :quartetj:00800000:FFD0C8:00000004:00000004:Always Have Scores Double PL3 :quartetj:00800000:FFD0C1:00000020:00000020:Always Have Jet Engine PL3 :quartetj:00800000:FFD0A1:00000080:FFFFFFFF:Always Have Key PL3 :quartetj:00800000:FFCB0B:00000063:FFFFFFFF:Always Maximum Bonus PL3:Take effect in the Presentation Ceremony screen after finished stage :quartetj:00000000:FFCC15:00000000:00000010:Rapid Fire PL3:Hold shot button :quartetj:00000000:FFC030:00000009:FFFFFFFF:Infinite Credits PL4 quartetj:0:FFC816:09:000:Infinite Energy PL4 quartetj:0:FFC817:00:500:Infinite Energy PL4 (2/2) quartetj:0:FFD11B:77:000:Invincibility PL4 quartetj:0:FFD118:08:520:Invincibility PL4 (2/2) :quartetj:00800000:FFD117:0000000F:FFFFFFFF:Always Maximum Shot Power PL4 :quartetj:00800000:FFD118:00000008:00000008:Always Have Shield PL4 :quartetj:00800000:FFD118:00000080:00000080:Always Have Speed Up PL4 :quartetj:00800000:FFD118:00000040:00000040:Always Have Jump High PL4 :quartetj:00800000:FFD118:00000004:00000004:Always Have Scores Double PL4 :quartetj:00800000:FFD111:00000020:00000020:Always Have Jet Engine PL4 :quartetj:00800000:FFD0F1:00000080:FFFFFFFF:Always Have Key PL4 :quartetj:00800000:FFCB8B:00000063:FFFFFFFF:Always Maximum Bonus PL4:Take effect in the Presentation Ceremony screen after finished stage :quartetj:00000000:FFCC17:00000000:00000010:Rapid Fire PL4:Hold shot button ; [ Quarth (Japan) ] quarth:0:40A0:02:000:Infinite Lives PL1 quarth:0:40B0:02:000:Infinite Lives PL2 quarth:0:4007:00:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Quarterback (set 2) ] quartrba:0:E3F8:09:000:Infinite Credits quartrba:0:E1C4:01:000:Infinite 1st Downs PL1 ; [ Quartet 2 (Japan, 8751 317-unknown) ] quartt2j:0:000000:00:999:[ PL1 is Blue (Lee) ] quartt2j:0:000000:00:999:[ PL2 is Yellow (Joe) ] quartt2j:0:000000:00:999:[ PL3 is Red (Mary) ] quartt2j:0:000000:00:999:[ PL4 is Green (Edgar) ] :quartt2j:00000000:FFC000:00000009:FFFFFFFF:Infinite Credits :quartt2j:00100000:FFCC64:00001000:FFFFFFFF:Infinite Time :quartt2j:00100001:FFCC64:00000000:FFFFFFFF:Time Up Now!:Death approaches soon :quartt2j:00800000:FFCC25:0000000F:FFFFFFFF:No Stop type Enemies :quartt2j:00800000:FFCC27:000000FF:FFFFFFFF:No Destroy type Enemies :quartt2j:00000301:FFC831:0000001F:FFFFFFFF:Select Stage :quartt2j:00000301:FFC833:0000001F:FFFFFFFF:Select Stage (Display) :quartt2j:00000000:FFCC13:00000000:00000004:Rapid Fire [1st PLAYER]:Hold shot button :quartt2j:00000000:FFCC17:00000000:00000004:Rapid Fire [2nd PLAYER]:Hold shot button quartt2j:0:FFC810:09:000:Infinite Energy PL1 quartt2j:0:FFC811:00:500:Infinite Energy PL1 (2/2) quartt2j:0:FFD02B:77:000:Invincibility PL1 quartt2j:0:FFD028:08:520:Invincibility PL1 (2/2) :quartt2j:00800000:FFD027:0000000C:FFFFFFFF:Always Maximum Shot Power PL1 :quartt2j:00800000:FFD028:00000008:00000008:Always Have Shield PL1 :quartt2j:00800000:FFD028:00000080:00000080:Always Have Speed Up PL1 :quartt2j:00800000:FFD028:00000040:00000040:Always Have Jump High PL1 :quartt2j:00800000:FFD028:00000004:00000004:Always Have Scores Double PL1 :quartt2j:00800000:FFD021:00000020:00000020:Always Have Jet Engine PL1 :quartt2j:00800000:FFD001:00000080:FFFFFFFF:Always Have Key PL1 :quartt2j:00800000:FFCA0B:00000063:FFFFFFFF:Always Maximum Bonus PL1:Take effect in the Presentation Ceremony screen after finished stage quartt2j:0:FFC812:09:000:Infinite Energy PL2 quartt2j:0:FFC813:00:500:Infinite Energy PL2 (2/2) quartt2j:0:FFD07B:77:000:Invincibility PL2 quartt2j:0:FFD078:08:520:Invincibility PL2 (2/2) :quartt2j:00800000:FFD077:0000000D:FFFFFFFF:Always Maximum Shot Power PL2 :quartt2j:00800000:FFD078:00000008:00000008:Always Have Shield PL2 :quartt2j:00800000:FFD078:00000080:00000080:Always Have Speed Up PL2 :quartt2j:00800000:FFD078:00000040:00000040:Always Have Jump High PL2 :quartt2j:00800000:FFD078:00000004:00000004:Always Have Scores Double PL2 :quartt2j:00800000:FFD071:00000020:00000020:Always Have Jet Engine PL2 :quartt2j:00800000:FFD051:00000080:FFFFFFFF:Always Have Key PL2 :quartt2j:00800000:FFCA8B:00000063:FFFFFFFF:Always Maximum Bonus PL2:Take effect in the Presentation Ceremony screen after finished stage quartt2j:0:FFC814:09:000:Infinite Energy PL3 quartt2j:0:FFC815:00:500:Infinite Energy PL3 (2/2) quartt2j:0:FFD0CB:77:000:Invincibility PL3 quartt2j:0:FFD0C8:08:520:Invincibility PL3 (2/2) :quartt2j:00800000:FFD0C7:0000000E:FFFFFFFF:Always Maximum Shot Power PL3 :quartt2j:00800000:FFD0C8:00000008:00000008:Always Have Shield PL3 :quartt2j:00800000:FFD0C8:00000080:00000080:Always Have Speed Up PL3 :quartt2j:00800000:FFD0C8:00000040:00000040:Always Have Jump High PL3 :quartt2j:00800000:FFD0C8:00000004:00000004:Always Have Scores Double PL3 :quartt2j:00800000:FFD0C1:00000020:00000020:Always Have Jet Engine PL3 :quartt2j:00800000:FFD0A1:00000080:FFFFFFFF:Always Have Key PL3 :quartt2j:00800000:FFCB0B:00000063:FFFFFFFF:Always Maximum Bonus PL3:Take effect in the Presentation Ceremony screen after finished stage quartt2j:0:FFC816:09:000:Infinite Energy PL4 quartt2j:0:FFC817:00:500:Infinite Energy PL4 (2/2) quartt2j:0:FFD11B:77:000:Invincibility PL4 quartt2j:0:FFD118:08:520:Invincibility PL4 (2/2) :quartt2j:00800000:FFD117:0000000F:FFFFFFFF:Always Maximum Shot Power PL4 :quartt2j:00800000:FFD118:00000008:00000008:Always Have Shield PL4 :quartt2j:00800000:FFD118:00000080:00000080:Always Have Speed Up PL4 :quartt2j:00800000:FFD118:00000040:00000040:Always Have Jump High PL4 :quartt2j:00800000:FFD118:00000004:00000004:Always Have Scores Double PL4 :quartt2j:00800000:FFD111:00000020:00000020:Always Have Jet Engine PL4 :quartt2j:00800000:FFD0F1:00000080:FFFFFFFF:Always Have Key PL4 :quartt2j:00800000:FFCB8B:00000063:FFFFFFFF:Always Maximum Bonus PL4:Take effect in the Presentation Ceremony screen after finished stage ; [ Quasar ] quasar:0:1EF7:99:000:Infinite Energy quasar:0:1EF8:90:500:Infinite Energy (2/2) quasar:0:2E83:17:100:Invincibility:This turns OFF sprite collisions that kill you, running out of energy will kill you too so use Infinite Energy quasar:0:1C1B:09:000:Infinite Lives PL1 quasar:0:1C1C:09:000:Infinite Lives PL2 ; [ Quasar (Alternate) ] quasara:0:1EF7:99:000:Infinite Energy quasara:0:1EF8:90:500:Infinite Energy (2/2) quasara:0:2E83:17:100:Invincibility:This turns OFF sprite collisions that kill you, running out of energy will kill you too so use Infinite Energy quasara:0:1C1B:09:000:Infinite Lives PL1 quasara:0:1C1C:09:000:Infinite Lives PL2 ; [ Quester (Japan) ] quester:0:014D:09:000:Infinite Credits quester:0:011A:0F:000:Infinite Lives quester:0:2019:20:000:Always have Giant Paddle quester:0:2019:20:001:Get Giant Paddle Now! quester:0:011C:00:001:Finish this Level Now! :quester:00000000:2418:000000FC:FFFFFFFF:Create Extra Balls Quickly:This makes 3 balls multiply quickly. :quester:00010000:2419:00000006:FFFFFFFF:Create Extra Balls Quickly (2/12) :quester:00010000:2409:00000001:FFFFFFFF:Create Extra Balls Quickly (3/12) :quester:00010000:241B:0000004E:FFFFFFFF:Create Extra Balls Quickly (4/12) :quester:00010000:2458:000000FC:FFFFFFFF:Create Extra Balls Quickly (5/12) :quester:00010000:2459:00000006:FFFFFFFF:Create Extra Balls Quickly (6/12) :quester:00010000:2449:00000001:FFFFFFFF:Create Extra Balls Quickly (7/12) :quester:00010000:245B:0000004E:FFFFFFFF:Create Extra Balls Quickly (8/12) :quester:00010000:2498:000000FC:FFFFFFFF:Create Extra Balls Quickly (9/12) :quester:00010000:2499:00000006:FFFFFFFF:Create Extra Balls Quickly (10/12) :quester:00010000:2489:00000001:FFFFFFFF:Create Extra Balls Quickly (11/12) :quester:00010000:249B:0000004E:FFFFFFFF:Create Extra Balls Quickly (12/12) :quester:00000010:2406:00000000:FFFF0000:Always Keep One Ball In Play :quester:00010010:2407:0000001E:FFFF1EFF:Always Keep One Ball In Play (2/2) quester:0:0000:00:999:[The bounce line is the line] quester:0:0000:00:999:[across the bottom when you ] quester:0:0000:00:999:[catch the L it bounces the ] quester:0:0000:00:999:[ball back up when hit ] quester:0:0000:00:999:[instead of the ball going ] quester:0:0000:00:999:[out of play! ] quester:0:6008:01:001:Get Bounce Line Now! quester:0:6010:01:501:Get Bounce Line Now! (02/13) quester:0:6018:01:501:Get Bounce Line Now! (03/13) quester:0:6020:01:501:Get Bounce Line Now! (04/13) quester:0:6028:01:501:Get Bounce Line Now! (05/13) quester:0:6030:01:501:Get Bounce Line Now! (06/13) quester:0:6038:01:501:Get Bounce Line Now! (07/13) quester:0:6040:01:501:Get Bounce Line Now! (08/13) quester:0:6048:01:501:Get Bounce Line Now! (09/13) quester:0:6050:01:501:Get Bounce Line Now! (10/13) quester:0:6058:01:501:Get Bounce Line Now! (11/13) quester:0:6060:01:501:Get Bounce Line Now! (12/13) quester:0:6068:01:501:Get Bounce Line Now! (13/13) quester:0:0000:00:999:[This cheat makes the bounce] quester:0:0000:00:999:[line not count off blocks ] quester:0:0000:00:999:[when it is hit. Otherwise ] quester:0:0000:00:999:[when the ball hits the line] quester:0:0000:00:999:[it will look like a block ] quester:0:0000:00:999:[got hit and then reduces ] quester:0:0000:00:999:[the number of blocks ] quester:0:0000:00:999:[remaining by 1 even though ] quester:0:0000:00:999:[you didn't hit a block. ] quester:0:0000:00:999:[THIS CHEAT IS TEMPORARY TOO] quester:0:0000:00:999:[YOU NEED TO ENABLE IT EACH ] quester:0:0000:00:999:[TIME YOU NEED TO. ] quester:0:6009:67:001:Bounce Line dont count quester:0:6011:67:501:Bounce Line dont count(02/13) quester:0:6019:67:501:Bounce Line dont count(03/13) quester:0:6021:67:501:Bounce Line dont count(04/13) quester:0:6029:67:501:Bounce Line dont count(05/13) quester:0:6031:67:501:Bounce Line dont count(06/13) quester:0:6039:67:501:Bounce Line dont count(07/13) quester:0:6041:67:501:Bounce Line dont count(08/13) quester:0:6049:67:501:Bounce Line dont count(09/13) quester:0:6051:67:501:Bounce Line dont count(10/13) quester:0:6059:67:501:Bounce Line dont count(11/13) quester:0:6061:67:501:Bounce Line dont count(12/13) quester:0:6069:67:501:Bounce Line dont count(13/13) ; [ Quintoon (UK, Game Card 95-750-203) ] quintoon:0:0000:00:999:[ This game hasn't even ]:REASON 11 quintoon:0:0000:00:999:[ been looked at due to ]:REASON 11 quintoon:0:0000:00:999:[ time constraints - Too]:REASON 11 quintoon:0:0000:00:999:[ many games and so ]:REASON 11 quintoon:0:0000:00:999:[ little time. It is ]:REASON 11 quintoon:0:0000:00:999:[ even possible that ]:REASON 11 quintoon:0:0000:00:999:[ this game may be a ]:REASON 11 quintoon:0:0000:00:999:[ clone of an existing ]:REASON 11 quintoon:0:0000:00:999:[ game which may have ]:REASON 11 quintoon:0:0000:00:999:[ cheats. Please search ]:REASON 11 quintoon:0:0000:00:999:[ the cheat forums ]:REASON 11 quintoon:0:0000:00:999:[ before posting cheat ]:REASON 11 quintoon:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Quiz (Revision 2) ] quiz:0:0000:00:999:[ This game hasn't even ]:REASON 11 quiz:0:0000:00:999:[ been looked at due to ]:REASON 11 quiz:0:0000:00:999:[ time constraints - Too]:REASON 11 quiz:0:0000:00:999:[ many games and so ]:REASON 11 quiz:0:0000:00:999:[ little time. It is ]:REASON 11 quiz:0:0000:00:999:[ even possible that ]:REASON 11 quiz:0:0000:00:999:[ this game may be a ]:REASON 11 quiz:0:0000:00:999:[ clone of an existing ]:REASON 11 quiz:0:0000:00:999:[ game which may have ]:REASON 11 quiz:0:0000:00:999:[ cheats. Please search ]:REASON 11 quiz:0:0000:00:999:[ the cheat forums ]:REASON 11 quiz:0:0000:00:999:[ before posting cheat ]:REASON 11 quiz:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Miyasu Nonki no Quiz 18-Kin ] quiz18k:0:FFAEF7:63:000:Infinite Credits :quiz18k:00000010:FF80DA:00000002:000002FF:Infinite Time :quiz18k:000000E6:FF8347:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer quiz18k:0:FF80C5:05:000:Infinite Lives PL1 quiz18k:0:FF80C7:05:000:Infinite Lives PL2 ; [ Quiz (Revision 2.1) ] quiz211:0:0000:00:999:[ This game hasn't even ]:REASON 11 quiz211:0:0000:00:999:[ been looked at due to ]:REASON 11 quiz211:0:0000:00:999:[ time constraints - Too]:REASON 11 quiz211:0:0000:00:999:[ many games and so ]:REASON 11 quiz211:0:0000:00:999:[ little time. It is ]:REASON 11 quiz211:0:0000:00:999:[ even possible that ]:REASON 11 quiz211:0:0000:00:999:[ this game may be a ]:REASON 11 quiz211:0:0000:00:999:[ clone of an existing ]:REASON 11 quiz211:0:0000:00:999:[ game which may have ]:REASON 11 quiz211:0:0000:00:999:[ cheats. Please search ]:REASON 11 quiz211:0:0000:00:999:[ the cheat forums ]:REASON 11 quiz211:0:0000:00:999:[ before posting cheat ]:REASON 11 quiz211:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Quiz 365 (Japan) ] quiz365:0:FF01B5:63:000:Infinite Credits :quiz365:00000020:FF0F80:00000009:FFFFFFFF:Infinite Time :quiz365:00000000:FF09D9:00000001:FFFFFFFF:Infinite Questions:You will never finish a round with this activated :quiz365:00000000:FF09D9:00000000:FFFFFFFF:Never get asked any Questions:Automatically get a CLEAR without having been asked a single question :quiz365:000000E6:FF09E9:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer :quiz365:00000000:FF0A78:00000008:FFFFFFFF:Infinite Lives PL1 :quiz365:00000000:FF0AD2:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Quiz 365 (Hong Kong & Taiwan) ] quiz365t:0:FF01B7:63:000:Infinite Credits :quiz365t:00000020:FF0F82:00000009:FFFFFFFF:Infinite Time :quiz365t:00000000:FF09DB:00000001:FFFFFFFF:Infinite Questions:You will never finish a round with this activated :quiz365t:00000000:FF09DB:00000000:FFFFFFFF:Never get asked any Questions:Automatically get a CLEAR without having been asked a single question :quiz365t:000000E6:FF09EB:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer :quiz365t:00000000:FF0A7A:00000008:FFFFFFFF:Infinite Lives PL1 :quiz365t:00000000:FF0AD4:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Quiz Channel Question (Ver 1.00) (Japan) ] quizchq:0:73B6:37:000:Infinite Time :quizchq:000000E6:706D:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizchq:0:706D:01:000:Answer 1 always correct quizchq:0:70B6:05:000:Infinite Lives PL1 quizchq:0:70F6:05:000:Infinite Lives PL2 ; [ Quiz Channel Question (Ver 1.23) (Taiwan?) ] quizchql:0:73B6:37:000:Infinite Time :quizchql:000000E6:706D:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizchql:0:706D:01:000:Answer 1 always correct quizchql:0:70B6:05:000:Infinite Lives PL1 quizchql:0:70F6:05:000:Infinite Lives PL2 ; [ Quiz Meitantei Neo & Geo - Quiz Daisousa Sen part 2 ] quizdai2:0:100956:FF:000:Infinite Gold quizdai2:0:100957:FF:500:Infinite Gold (2/2) quizdai2:0:100990:01:000:Always choose from 3 answers quizdai2:0:100990:02:000:Always choose from 2 answers quizdai2:0:100990:03:000:Always choose from 1 answer quizdai2:0:101A2B:00:000:Rapidshot Quiz gauge quizdai2:0:10097B:01:000:Always normal points = 1 quizdai2:0:10097B:03:000:Always normal points = 3 quizdai2:0:10097B:05:000:Always normal points = 5 :quizdai2:000000E6:100977:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizdai2:0:100977:00:000:Answer A always correct quizdai2:0:10097B:01:001:Answer ends quiz Now! quizdai2:0:101AC6:00:501:Answer ends quiz Now! (2/2) quizdai2:0:101AC4:05:000:Infinite Vitality PL1 quizdai2:0:101FC4:05:000:Infinite Vitality PL2 :quizdai2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :quizdai2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :quizdai2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Quiz Daisousa Sen - The Last Count Down ] quizdais:0:105A72:03:000:Always choose from 3 answers quizdais:0:105A72:02:000:Always choose from 2 answers quizdais:0:105A65:00:000:Always 2 good answers needed :quizdais:000000E6:105A8E:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizdais:0:105A8E:00:000:Answer A always correct quizdais:0:1022A1:64:000:Infinite Continues PL1 quizdais:0:1022B3:04:000:Infinite Vitality PL1 quizdais:0:1023A1:64:000:Infinite Continues PL2 quizdais:0:1023B3:04:000:Infinite Vitality PL2 :quizdais:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :quizdais:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :quizdais:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Quiz DNA no Hanran (Japan) ] quizdna:0:C11E:09:000:Infinite Credits quizdna:0:C24E:06:006:Infinite Time:The number of shots you get will vary though! quizdna:0:C283:63:000:Infinite Money :quizdna:000000E6:D400:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizdna:0:C220:01:001:Good answer ends quiz Now! quizdna:0:C222:07:000:Infinite Vitality PL1 quizdna:0:C223:07:500:Infinite Vitality PL1 (2/2) quizdna:0:C224:07:000:Infinite Vitality PL2 quizdna:0:C225:07:500:Infinite Vitality PL2 (2/2) ; [ Quiz F-1 1,2finish ] quizf1:0:A00BA:06:000:Infinite Fuel PL1 quizf1:0:A00BB:06:000:Infinite Fuel PL2 ; [ Quiz H.Q. (Japan) ] quizhq:0:1020EF:3F:000:Infinite Time quizhq:0:10109D:07:000:Infinite Lives PL1 quizhq:0:102C5D:02:000:Question always has 2 answers ONLY :quizhq:000000E6:1020E5:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizhq:0:1020E5:01:000:Answer 1 always correct quizhq:0:1020E5:01:001:Answer 1 is correct for this question Now! quizhq:0:102C59:08:000:Always catch criminal [CHASE]:You will never have to answer any questions on the chase part! quizhq:0:102B89:08:500:Always catch criminal [CHASE](2/2) quizhq:0:102C59:08:001:Catch up with the criminal Now! quizhq:0:102B89:08:501:Catch up with the criminal Now! (2/2) quizhq:0:102C8D:0A:000:Always catch the car straight away [BATTLE] quizhq:0:102C8D:0A:001:Catch the car Now! [BATTLE]:You must enable this on the Battle Quiz screen ; [ Moriguchi Hiroko no Quiz de Hyuu!Hyuu! (Japan) ] quizhuhu:0:40006B:09:000:Infinite Credits ;some of these cheats may not work on all rounds (perhaps dynamic?) quizhuhu:0:403095:0A:000:Infinite Time :quizhuhu:000000E6:4030A3:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizhuhu:0:403189:06:000:Infinite Lives PL1 quizhuhu:0:40318B:06:000:Infinite Lives PL2 ; [ Quiz King of Fighters ] quizkof:0:1085F5:59:000:Infinite Bonus Time quizkof:0:10446F:05:000:Faster Round Progression:Turn OFF before you reach the GOAL though, otherwise you will cycle around. :quizkof:000000E6:10446B:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizkof:0:10446B:00:000:Answer A always correct quizkof:0:103C70:01:001:Answer ends quiz Now! quizkof:0:103C72:00:501:Answer ends quiz Now! (2/2) quizkof:0:10150A:05:000:Infinite Lives PL1 quizkof:0:10158A:05:000:Infinite Lives PL2 :quizkof:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :quizkof:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :quizkof:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Quiz Mekurumeku Story ] quizmeku:0:0000:00:999:[ This game hasn't even ]:REASON 11 quizmeku:0:0000:00:999:[ been looked at due to ]:REASON 11 quizmeku:0:0000:00:999:[ time constraints - Too]:REASON 11 quizmeku:0:0000:00:999:[ many games and so ]:REASON 11 quizmeku:0:0000:00:999:[ little time. It is ]:REASON 11 quizmeku:0:0000:00:999:[ even possible that ]:REASON 11 quizmeku:0:0000:00:999:[ this game may be a ]:REASON 11 quizmeku:0:0000:00:999:[ clone of an existing ]:REASON 11 quizmeku:0:0000:00:999:[ game which may have ]:REASON 11 quizmeku:0:0000:00:999:[ cheats. Please search ]:REASON 11 quizmeku:0:0000:00:999:[ the cheat forums ]:REASON 11 quizmeku:0:0000:00:999:[ before posting cheat ]:REASON 11 quizmeku:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Quiz Bisyoujo Senshi Sailor Moon - Chiryoku Tairyoku Toki no Un ] quizmoon:0:F00AA3:09:000:Infinite Credits :quizmoon:000000E6:F01C0D:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer quizmoon:0:F00B79:01:001:Good answer ends quiz Now! :quizmoon:00000001:F01E17:00000000:FFFFFFFF:All Cards = Yellow Now! :quizmoon:00010001:F01E19:00000000:FFFFFFFF:All Cards = Yellow Now! (2/4) :quizmoon:00010001:F01E1B:00000000:FFFFFFFF:All Cards = Yellow Now! (3/4) :quizmoon:00010001:F01E1D:00000000:FFFFFFFF:All Cards = Yellow Now! (4/4) :quizmoon:00000301:F01E17:00000006:FFFFFFFF:Choose First Card :quizmoon:00000301:F01E19:00000006:FFFFFFFF:Choose Second Card :quizmoon:00000301:F01E1B:00000006:FFFFFFFF:Choose Third Card :quizmoon:00000301:F01E1D:00000006:FFFFFFFF:Choose Fourth Card :quizmoon:00000300:F01B5F:00000005:FFFFFFFF:Choose Dice Value quizmoon:0:F00B71:05:000:Infinite Vitality PL1 quizmoon:0:F00B73:05:000:Infinite Vitality PL2 ; [ Quizmaster ] quizmstr:0:0000:00:999:[ There are no cheats ]:REASON 1 quizmstr:0:0000:00:999:[ for this game as it ]:REASON 1 quizmstr:0:0000:00:999:[ didn't work the last ]:REASON 1 quizmstr:0:0000:00:999:[ time it was tested. ]:REASON 1 quizmstr:0:0000:00:999:[ If the game now works ]:REASON 1 quizmstr:0:0000:00:999:[ please request cheats ]:REASON 1 quizmstr:0:0000:00:999:[ for it on the cheat ]:REASON 1 quizmstr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Quiz Panicuru Fantasy ] quizpani:0:181039:0F:005:Infinite Time quizpani:0:18180B:0F:001:Finish this Level Now!:Answer One Question correctly or incorrectly to finish current level quizpani:0:181841:0F:501:Finish this Level Now! (2/3) quizpani:0:18203F:0F:501:Finish this Level Now! (3/3) quizpani:0:182007:05:000:Infinite Lives PL1 quizpani:0:182807:05:000:Infinite Lives PL2 ; [ Nettou! Gekitou! Quiztou!! (Japan) ] quiztou:0:00351D:09:000:Infinite Credits quiztou:0:001509:11:000:Infinite Time :quiztou:000000E6:001551:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer quiztou:0:001409:06:000:Infinite Lives PL1 quiztou:0:001489:06:000:Infinite Lives PL2 ; [ Quiz TV Gassyuukoku Q&Q (Japan) ] quiztvqq:0:0000:00:999:[ This game hasn't even ]:REASON 11 quiztvqq:0:0000:00:999:[ been looked at due to ]:REASON 11 quiztvqq:0:0000:00:999:[ time constraints - Too]:REASON 11 quiztvqq:0:0000:00:999:[ many games and so ]:REASON 11 quiztvqq:0:0000:00:999:[ little time. It is ]:REASON 11 quiztvqq:0:0000:00:999:[ even possible that ]:REASON 11 quiztvqq:0:0000:00:999:[ this game may be a ]:REASON 11 quiztvqq:0:0000:00:999:[ clone of an existing ]:REASON 11 quiztvqq:0:0000:00:999:[ game which may have ]:REASON 11 quiztvqq:0:0000:00:999:[ cheats. Please search ]:REASON 11 quiztvqq:0:0000:00:999:[ the cheat forums ]:REASON 11 quiztvqq:0:0000:00:999:[ before posting cheat ]:REASON 11 quiztvqq:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Qwak (prototype) ] qwak:0:005F:07:000:Infinite Little Ducks qwak:0:0061:00:500:Infinite Little Ducks (2/2) ; [ Quiz Chikyu Bouei Gun (Japan) ] qzchikyu:0:503DCF:09:000:Infinite Credits :qzchikyu:000000E6:50C749:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer qzchikyu:0:50C749:01:000:Answer 1 always correct qzchikyu:0:50CDCD:0A:000:Infinite Time PL1 qzchikyu:0:50CD87:0C:000:Infinite Energy PL1 qzchikyu:0:50CECD:0A:000:Infinite Time PL2 qzchikyu:0:50CE87:0C:000:Infinite Energy PL2 ; [ Quiz Kokology 2 ] qzkklgy2:0:F01849:09:000:Infinite Credits :qzkklgy2:000000E6:F01895:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer qzkklgy2:0:F0189B:01:001:Good answer ends quiz Now! qzkklgy2:0:F01855:05:000:Infinite Vitality PL1 qzkklgy2:0:F01856:05:000:Infinite Vitality PL2 ; [ Quiz Kokology ] qzkklogy:0:F01389:09:000:Infinite Credits qzkklogy:0:F0129C:07:000:Infinite Time :qzkklogy:000000E6:F01370:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer qzkklogy:0:F01377:00:001:Good answer ends quiz Now! qzkklogy:0:F01380:05:000:Infinite Lives PL1 qzkklogy:0:F01381:05:000:Infinite Lives PL2 ; [ Quiz Quest - Hime to Yuusha no Monogatari (Japan) ] qzquest:0:5072FD:09:000:Infinite Credits qzquest:0:50DBF7:00:000:Infinite Time PL1 qzquest:0:50DA2B:64:000:Infinite Lives PL1 :qzquest:000000E6:50DA6B:30000000:FFFFFFFF:Display the Correct Answer PL1:Correct Answer PL1 qzquest:0:50DA6B:01:000:Answer 1 always correct PL1 qzquest:0:50DBFB:00:000:Infinite Time PL2 qzquest:0:50DA2D:64:000:Infinite Lives PL2 :qzquest:000000E6:50DA6D:30000000:FFFFFFFF:Display the Correct Answer PL2:Correct Answer PL2 qzquest:0:50DA6D:01:000:Answer 1 always correct PL2 ; [ Quiz Sekai wa SHOW by shobai (Japan) ] qzshowby:0:907293:09:000:Infinite Credits Slot A qzshowby:0:907295:09:000:Infinite Credits Slot B qzshowby:0:907297:09:000:Infinite Credits Slot C qzshowby:0:907299:09:000:Infinite Credits Slot D :qzshowby:000000E6:906927:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer qzshowby:0:906927:01:000:Answer 1 always correct qzshowby:0:90681F:0A:001:Good answer ends quiz Now! qzshowby:0:906851:05:000:Infinite Vitality PL1 qzshowby:0:906859:05:000:Infinite Vitality PL2 qzshowby:0:906861:05:000:Infinite Vitality PL3 qzshowby:0:906869:05:000:Infinite Vitality PL4 ; [ R2D Tank ] r2dtank:0:0017:99:000:Infinite Credits :r2dtank:00000300:010F:000000FE:FFFFFFFF:Select Stage:Turn this cheat OFF when you've finished with it or you won't progress r2dtank:0:001B:54:001:Finish this Stage Now! r2dtank:0:010E:05:000:Infinite Lives r2dtank:0:001C:04:000:Infinite Ammo :r2dtank:20800000:CE5D:00000020:FFFFFFFF:Invincibility :r2dtank:20810000:CEA4:00000020:FFFFFFFF:Invincibility (2/3):1st = Enemy, 2nd = Fire :r2dtank:20810000:E5BE:00000000:FFFFFFFF:Invincibility (3/3):Red Mine :r2dtank:00000000:002A:00000000:FFFFFFFF:Rapid Fire :r2dtank:00100000:005E:000008E8:FFFFFFFF:Enemy Tank Can't Move :r2dtank:00110000:0061:000008E8:FFFFFFFF:Enemy Tank Can't Move (2/3) :r2dtank:00110000:0063:000008E8:FFFFFFFF:Enemy Tank Can't Move (3/3) ; [ Rabbit ] :rabbit:00100000:FFFE48:00009999:FFFFFFFF:Infinite Credits :rabbit:00000000:FF2570:00000099:FFFFFFFF:Infinite Time :rabbit:00000301:FF14F3:00000008:FFFFFFFF:Select Starting Stage:Set on character select screen :rabbit:00000000:FF1433:0000008C:FFFFFFFF:Always Zoom Out :rabbit:00000000:FF1433:00000000:FFFFFFFF:Always Zoom In :rabbit:00000000:FF14F7:00000002:FFFFFFFF:Select Field :rabbit:00000000:FF24EF:00000088:FFFFFFFF:Infinite Energy PL1 :rabbit:00000001:FF24EF:00000000:FFFFFFFF:Drain All Energy Now! PL1 :rabbit:00200000:FF24F9:00300003:FFFFFFFF:Infinite Power PL1 :rabbit:00200000:FF24F9:00000000:FFFFFFFF:Always No Power PL1 :rabbit:00000000:FF24FF:00000001:FFFFFFFF:Always Have Rabbit PL1 :rabbit:00010000:FF2509:000000FF:FFFFFFFF:Always Have Rabbit PL1 (2/2) :rabbit:00000000:FF2500:00000002:FFFFFFFF:Always Have Tiger PL1 :rabbit:00010000:FF250A:000000FF:FFFFFFFF:Always Have Tiger PL1 (2/2) :rabbit:00000000:FF2501:00000003:FFFFFFFF:Always Have Fox PL1 :rabbit:00010000:FF250B:000000FF:FFFFFFFF:Always Have Fox PL1 (2/2) :rabbit:00000000:FF2502:00000004:FFFFFFFF:Always Have Snake PL1 :rabbit:00010000:FF250C:000000FF:FFFFFFFF:Always Have Snake PL1 (2/2) :rabbit:00000000:FF2503:00000005:FFFFFFFF:Always Have Ox PL1 :rabbit:00010000:FF250D:000000FF:FFFFFFFF:Always Have Ox PL1 (2/2) :rabbit:00000000:FF2504:00000006:FFFFFFFF:Always Have Wolf PL1 :rabbit:00010000:FF250E:000000FF:FFFFFFFF:Always Have Wolf PL1 (2/2) :rabbit:00000000:FF2505:00000007:FFFFFFFF:Always Have Hawk PL1 :rabbit:00010000:FF250F:000000FF:FFFFFFFF:Always Have Hawk PL1 (2/2) :rabbit:00000000:FF2506:00000008:FFFFFFFF:Always Have Peccary PL1 :rabbit:00010000:FF2510:000000FF:FFFFFFFF:Always Have Peecary PL1 (2/2) :rabbit:00000000:FF2507:00000009:FFFFFFFF:Always Have Dragon (Buggy) PL1:Will cause the game to crash :rabbit:00010000:FF2511:000000FF:FFFFFFFF:Always Have Dragon PL1 (2/2) :rabbit:00000000:FF2519:00000060:FFFFFFFF:Infinite Beast Force Power PL1:Work after use a beast (A+B+C) :rabbit:00000000:FF14E5:00000009:FFFFFFFF:Play with Zao-long PL1 :rabbit:00000000:FFFE03:00000000:00000010:Rapid Fire - Weak Punch PL1 :rabbit:00000000:FFFE03:00000000:00000020:Rapid Fire - Strong Punch PL1 :rabbit:00000000:FFFE03:00000000:00000040:Rapid Fire - Weak Kick PL1 :rabbit:00000000:FFFE03:00000000:00000080:Rapid Fire - Strong Kick PL1 :rabbit:00000000:FF2533:00000088:FFFFFFFF:Infinite Energy PL2 :rabbit:00000001:FF2533:00000000:FFFFFFFF:Drain All Energy Now! PL2 :rabbit:00200000:FF253D:00300003:FFFFFFFF:Infinite Power PL2 :rabbit:00200000:FF253D:00000000:FFFFFFFF:Always No Power PL2 :rabbit:00000000:FF2543:00000001:FFFFFFFF:Always Have Rabbit PL2 :rabbit:00010000:FF254D:000000FF:FFFFFFFF:Always Have Rabbit PL2 (2/2) :rabbit:00000000:FF2544:00000002:FFFFFFFF:Always Have Tiger PL2 :rabbit:00010000:FF254E:000000FF:FFFFFFFF:Always Have Tiger PL2 (2/2) :rabbit:00000000:FF2545:00000003:FFFFFFFF:Always Have Fox PL2 :rabbit:00010000:FF254F:000000FF:FFFFFFFF:Always Have Fox PL2 (2/2) :rabbit:00000000:FF2546:00000004:FFFFFFFF:Always Have Snake PL2 :rabbit:00010000:FF2550:000000FF:FFFFFFFF:Always Have Snake PL2 (2/2) :rabbit:00000000:FF2547:00000005:FFFFFFFF:Always Have Ox PL2 :rabbit:00010000:FF2551:000000FF:FFFFFFFF:Always Have Ox PL2 (2/2) :rabbit:00000000:FF2548:00000006:FFFFFFFF:Always Have Wolf PL2 :rabbit:00010000:FF2552:000000FF:FFFFFFFF:Always Have Wolf PL2 (2/2) :rabbit:00000000:FF2549:00000007:FFFFFFFF:Always Have Hawk PL2 :rabbit:00010000:FF2553:000000FF:FFFFFFFF:Always Have Hawk PL2 (2/2) :rabbit:00000000:FF254A:00000008:FFFFFFFF:Always Have Peccary PL2 :rabbit:00010000:FF2554:000000FF:FFFFFFFF:Always Have Peecary PL2 (2/2) :rabbit:00000000:FF254B:00000009:FFFFFFFF:Always Have Dragon (Buggy) PL2:Will cause the game to crash :rabbit:00010000:FF2555:000000FF:FFFFFFFF:Always Have Dragon PL2 (2/2) :rabbit:00000000:FF255D:00000060:FFFFFFFF:Infinite Beast Force Power PL2:Work after use a beast (A+B+C) :rabbit:00000000:FF14E7:00000009:FFFFFFFF:Play with Zao-long PL2 :rabbit:00000000:FFFE13:00000000:00000010:Rapid Fire - Weak Punch PL2 :rabbit:00000000:FFFE13:00000000:00000020:Rapid Fire - Strong Punch PL2 :rabbit:00000000:FFFE13:00000000:00000040:Rapid Fire - Weak Kick PL2 :rabbit:00000000:FFFE13:00000000:00000080:Rapid Fire - Strong Kick PL2 ; [ Rabio Lepus (Japan) ] rabiolep:0:0FC3D9:03:000:Infinite Lives PL1 rabiolep:0:0FC3D8:00:000:Infinite Energy PL1 rabiolep:0:0FC269:90:000:Infinite Missiles PL1 rabiolep:0:0FC26F:00:000:Always use Normal missiles PL1 rabiolep:0:0FC3DB:00:500:Always use Normal missiles PL1 rabiolep:0:0FC26F:FF:000:Always use Power-up missiles PL1 rabiolep:0:0FC3DB:FF:500:Always use Power-up missiles PL1 rabiolep:0:0FC26F:00:001:Get Normal missiles Now! PL1 rabiolep:0:0FC3DB:00:501:Get Normal missiles Now! PL1 rabiolep:0:0FC26F:FF:001:Get Power-up missiles Now! PL1 rabiolep:0:0FC3DB:FF:501:Get Power-up missiles Now! PL1 rabiolep:0:0FC3C9:FF:000:Invincibility PL1 rabiolep:0:0FC3CA:FF:500:Invincibility (flicker off) PL1 rabiolep:0:0FC3F9:03:000:Infinite Lives PL2 rabiolep:0:0FC3F8:00:000:Infinite Energy PL2 rabiolep:0:0FC2A9:90:000:Infinite Missiles PL2 rabiolep:0:0FC2AF:00:000:Always use Normal missiles PL2 rabiolep:0:0FC3FB:00:500:Always use Normal missiles PL2 rabiolep:0:0FC2AF:FF:000:Always use Power-up missiles PL2 rabiolep:0:0FC3FB:FF:500:Always use Power-up missiles PL2 rabiolep:0:0FC2AF:00:001:Get Normal missiles Now! PL2 rabiolep:0:0FC3FB:00:501:Get Normal missiles Now! PL2 rabiolep:0:0FC2AF:FF:001:Get Power-up missiles Now! PL2 rabiolep:0:0FC3FB:FF:501:Get Power-up missiles Now! PL2 rabiolep:0:0FC3E9:FF:000:Invincibility PL2 rabiolep:0:0FC3EA:FF:500:Invincibility (flicker off) PL2 ; [ Raccoon World ] raccoon:0:0000:00:999:[ There are no cheats ]:REASON 1 raccoon:0:0000:00:999:[ for this game as it ]:REASON 1 raccoon:0:0000:00:999:[ didn't work the last ]:REASON 1 raccoon:0:0000:00:999:[ time it was tested. ]:REASON 1 raccoon:0:0000:00:999:[ If the game now works ]:REASON 1 raccoon:0:0000:00:999:[ please request cheats ]:REASON 1 raccoon:0:0000:00:999:[ for it on the cheat ]:REASON 1 raccoon:0:0000:00:999:[ forums. ]:REASON 1 ; [ Race Drivin' (compact, British, rev 4) ] racedcb4:0:90594A:19:000:Infinite Credits racedcb4:0:9016E0:40:000:Infinite Game Time ; [ Race Drivin' (compact, German, rev 4) ] racedcg4:0:90594A:19:000:Infinite Credits racedcg4:0:9016E0:40:000:Infinite Game Time ; [ Race Drivin' (cockpit, British, rev 1) ] racedrb1:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrb1:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrb1:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrb1:0:0000:00:999:[ many games and so ]:REASON 11 racedrb1:0:0000:00:999:[ little time. It is ]:REASON 11 racedrb1:0:0000:00:999:[ even possible that ]:REASON 11 racedrb1:0:0000:00:999:[ this game may be a ]:REASON 11 racedrb1:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrb1:0:0000:00:999:[ game which may have ]:REASON 11 racedrb1:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrb1:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrb1:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrb1:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, British, rev 4) ] racedrb4:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrb4:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrb4:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrb4:0:0000:00:999:[ many games and so ]:REASON 11 racedrb4:0:0000:00:999:[ little time. It is ]:REASON 11 racedrb4:0:0000:00:999:[ even possible that ]:REASON 11 racedrb4:0:0000:00:999:[ this game may be a ]:REASON 11 racedrb4:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrb4:0:0000:00:999:[ game which may have ]:REASON 11 racedrb4:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrb4:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrb4:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrb4:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (compact, rev 1) ] racedrc1:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrc1:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrc1:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrc1:0:0000:00:999:[ many games and so ]:REASON 11 racedrc1:0:0000:00:999:[ little time. It is ]:REASON 11 racedrc1:0:0000:00:999:[ even possible that ]:REASON 11 racedrc1:0:0000:00:999:[ this game may be a ]:REASON 11 racedrc1:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrc1:0:0000:00:999:[ game which may have ]:REASON 11 racedrc1:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrc1:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrc1:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrc1:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (compact, rev 2) ] racedrc2:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrc2:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrc2:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrc2:0:0000:00:999:[ many games and so ]:REASON 11 racedrc2:0:0000:00:999:[ little time. It is ]:REASON 11 racedrc2:0:0000:00:999:[ even possible that ]:REASON 11 racedrc2:0:0000:00:999:[ this game may be a ]:REASON 11 racedrc2:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrc2:0:0000:00:999:[ game which may have ]:REASON 11 racedrc2:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrc2:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrc2:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrc2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (compact, rev 4) ] racedrc4:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrc4:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrc4:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrc4:0:0000:00:999:[ many games and so ]:REASON 11 racedrc4:0:0000:00:999:[ little time. It is ]:REASON 11 racedrc4:0:0000:00:999:[ even possible that ]:REASON 11 racedrc4:0:0000:00:999:[ this game may be a ]:REASON 11 racedrc4:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrc4:0:0000:00:999:[ game which may have ]:REASON 11 racedrc4:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrc4:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrc4:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrc4:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (compact, British, rev 5) ] racedrcb:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrcb:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrcb:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrcb:0:0000:00:999:[ many games and so ]:REASON 11 racedrcb:0:0000:00:999:[ little time. It is ]:REASON 11 racedrcb:0:0000:00:999:[ even possible that ]:REASON 11 racedrcb:0:0000:00:999:[ this game may be a ]:REASON 11 racedrcb:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrcb:0:0000:00:999:[ game which may have ]:REASON 11 racedrcb:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrcb:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrcb:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrcb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (compact, German, rev 5) ] racedrcg:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrcg:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrcg:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrcg:0:0000:00:999:[ many games and so ]:REASON 11 racedrcg:0:0000:00:999:[ little time. It is ]:REASON 11 racedrcg:0:0000:00:999:[ even possible that ]:REASON 11 racedrcg:0:0000:00:999:[ this game may be a ]:REASON 11 racedrcg:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrcg:0:0000:00:999:[ game which may have ]:REASON 11 racedrcg:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrcg:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrcg:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrcg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, German, rev 2) ] racedrg1:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrg1:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrg1:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrg1:0:0000:00:999:[ many games and so ]:REASON 11 racedrg1:0:0000:00:999:[ little time. It is ]:REASON 11 racedrg1:0:0000:00:999:[ even possible that ]:REASON 11 racedrg1:0:0000:00:999:[ this game may be a ]:REASON 11 racedrg1:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrg1:0:0000:00:999:[ game which may have ]:REASON 11 racedrg1:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrg1:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrg1:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrg1:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, German, rev 4) ] racedrg4:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrg4:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrg4:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrg4:0:0000:00:999:[ many games and so ]:REASON 11 racedrg4:0:0000:00:999:[ little time. It is ]:REASON 11 racedrg4:0:0000:00:999:[ even possible that ]:REASON 11 racedrg4:0:0000:00:999:[ this game may be a ]:REASON 11 racedrg4:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrg4:0:0000:00:999:[ game which may have ]:REASON 11 racedrg4:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrg4:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrg4:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrg4:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, rev 5) ] racedriv:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedriv:0:0000:00:999:[ been looked at due to ]:REASON 11 racedriv:0:0000:00:999:[ time constraints - Too]:REASON 11 racedriv:0:0000:00:999:[ many games and so ]:REASON 11 racedriv:0:0000:00:999:[ little time. It is ]:REASON 11 racedriv:0:0000:00:999:[ even possible that ]:REASON 11 racedriv:0:0000:00:999:[ this game may be a ]:REASON 11 racedriv:0:0000:00:999:[ clone of an existing ]:REASON 11 racedriv:0:0000:00:999:[ game which may have ]:REASON 11 racedriv:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedriv:0:0000:00:999:[ the cheat forums ]:REASON 11 racedriv:0:0000:00:999:[ before posting cheat ]:REASON 11 racedriv:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, rev 1) ] racedrv1:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrv1:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrv1:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrv1:0:0000:00:999:[ many games and so ]:REASON 11 racedrv1:0:0000:00:999:[ little time. It is ]:REASON 11 racedrv1:0:0000:00:999:[ even possible that ]:REASON 11 racedrv1:0:0000:00:999:[ this game may be a ]:REASON 11 racedrv1:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrv1:0:0000:00:999:[ game which may have ]:REASON 11 racedrv1:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrv1:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrv1:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrv1:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, rev 2) ] racedrv2:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrv2:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrv2:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrv2:0:0000:00:999:[ many games and so ]:REASON 11 racedrv2:0:0000:00:999:[ little time. It is ]:REASON 11 racedrv2:0:0000:00:999:[ even possible that ]:REASON 11 racedrv2:0:0000:00:999:[ this game may be a ]:REASON 11 racedrv2:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrv2:0:0000:00:999:[ game which may have ]:REASON 11 racedrv2:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrv2:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrv2:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrv2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, rev 3) ] racedrv3:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrv3:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrv3:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrv3:0:0000:00:999:[ many games and so ]:REASON 11 racedrv3:0:0000:00:999:[ little time. It is ]:REASON 11 racedrv3:0:0000:00:999:[ even possible that ]:REASON 11 racedrv3:0:0000:00:999:[ this game may be a ]:REASON 11 racedrv3:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrv3:0:0000:00:999:[ game which may have ]:REASON 11 racedrv3:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrv3:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrv3:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrv3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, rev 4) ] racedrv4:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrv4:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrv4:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrv4:0:0000:00:999:[ many games and so ]:REASON 11 racedrv4:0:0000:00:999:[ little time. It is ]:REASON 11 racedrv4:0:0000:00:999:[ even possible that ]:REASON 11 racedrv4:0:0000:00:999:[ this game may be a ]:REASON 11 racedrv4:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrv4:0:0000:00:999:[ game which may have ]:REASON 11 racedrv4:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrv4:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrv4:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrv4:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, British, rev 5) ] racedrvb:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrvb:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrvb:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrvb:0:0000:00:999:[ many games and so ]:REASON 11 racedrvb:0:0000:00:999:[ little time. It is ]:REASON 11 racedrvb:0:0000:00:999:[ even possible that ]:REASON 11 racedrvb:0:0000:00:999:[ this game may be a ]:REASON 11 racedrvb:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrvb:0:0000:00:999:[ game which may have ]:REASON 11 racedrvb:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrvb:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrvb:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrvb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (compact, rev 5) ] racedrvc:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrvc:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrvc:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrvc:0:0000:00:999:[ many games and so ]:REASON 11 racedrvc:0:0000:00:999:[ little time. It is ]:REASON 11 racedrvc:0:0000:00:999:[ even possible that ]:REASON 11 racedrvc:0:0000:00:999:[ this game may be a ]:REASON 11 racedrvc:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrvc:0:0000:00:999:[ game which may have ]:REASON 11 racedrvc:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrvc:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrvc:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrvc:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Race Drivin' (cockpit, German, rev 5) ] racedrvg:0:0000:00:999:[ This game hasn't even ]:REASON 11 racedrvg:0:0000:00:999:[ been looked at due to ]:REASON 11 racedrvg:0:0000:00:999:[ time constraints - Too]:REASON 11 racedrvg:0:0000:00:999:[ many games and so ]:REASON 11 racedrvg:0:0000:00:999:[ little time. It is ]:REASON 11 racedrvg:0:0000:00:999:[ even possible that ]:REASON 11 racedrvg:0:0000:00:999:[ this game may be a ]:REASON 11 racedrvg:0:0000:00:999:[ clone of an existing ]:REASON 11 racedrvg:0:0000:00:999:[ game which may have ]:REASON 11 racedrvg:0:0000:00:999:[ cheats. Please search ]:REASON 11 racedrvg:0:0000:00:999:[ the cheat forums ]:REASON 11 racedrvg:0:0000:00:999:[ before posting cheat ]:REASON 11 racedrvg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Racing Hero (FD1094 317-0144) ] rachero:0:0000:00:999:[ There are no cheats ]:REASON 1 rachero:0:0000:00:999:[ for this game as it ]:REASON 1 rachero:0:0000:00:999:[ didn't work the last ]:REASON 1 rachero:0:0000:00:999:[ time it was tested. ]:REASON 1 rachero:0:0000:00:999:[ If the game now works ]:REASON 1 rachero:0:0000:00:999:[ please request cheats ]:REASON 1 rachero:0:0000:00:999:[ for it on the cheat ]:REASON 1 rachero:0:0000:00:999:[ forums. ]:REASON 1 ; [ Racin' Force (ver UAB) ] racinfrc:0:C004C9:E8:000:Infinite Time racinfrc:0:C004C8:03:500:Infinite Time (2/2) racinfrc:0:C06070:01:000:Always in Position 1 ; [ Racing Beat (World) ] racingb:0:0000:00:999:[ This game hasn't even ]:REASON 11 racingb:0:0000:00:999:[ been looked at due to ]:REASON 11 racingb:0:0000:00:999:[ time constraints - Too]:REASON 11 racingb:0:0000:00:999:[ many games and so ]:REASON 11 racingb:0:0000:00:999:[ little time. It is ]:REASON 11 racingb:0:0000:00:999:[ even possible that ]:REASON 11 racingb:0:0000:00:999:[ this game may be a ]:REASON 11 racingb:0:0000:00:999:[ clone of an existing ]:REASON 11 racingb:0:0000:00:999:[ game which may have ]:REASON 11 racingb:0:0000:00:999:[ cheats. Please search ]:REASON 11 racingb:0:0000:00:999:[ the cheat forums ]:REASON 11 racingb:0:0000:00:999:[ before posting cheat ]:REASON 11 racingb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Racing Jam ] racingj:0:0000:00:999:[ There are no cheats ]:REASON 1 racingj:0:0000:00:999:[ for this game as it ]:REASON 1 racingj:0:0000:00:999:[ didn't work the last ]:REASON 1 racingj:0:0000:00:999:[ time it was tested. ]:REASON 1 racingj:0:0000:00:999:[ If the game now works ]:REASON 1 racingj:0:0000:00:999:[ please request cheats ]:REASON 1 racingj:0:0000:00:999:[ for it on the cheat ]:REASON 1 racingj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Racing Jam: Chapter 2 ] racingj2:0:0000:00:999:[ There are no cheats ]:REASON 1 racingj2:0:0000:00:999:[ for this game as it ]:REASON 1 racingj2:0:0000:00:999:[ didn't work the last ]:REASON 1 racingj2:0:0000:00:999:[ time it was tested. ]:REASON 1 racingj2:0:0000:00:999:[ If the game now works ]:REASON 1 racingj2:0:0000:00:999:[ please request cheats ]:REASON 1 racingj2:0:0000:00:999:[ for it on the cheat ]:REASON 1 racingj2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Rack 'em Up ] rackemup:0:0879:09:000:Infinite Shots rackemup:0:087A:09:000:Infinite Balls ; [ Rack + Roll ] :racknrol:00000000:1E88:00000000:FFFFFFFF:Infinite Time :racknrol:00000000:1E0A:00000006:FFFFFFFF:Infinite Lives PL1 :racknrol:00000000:1E0B:00000006:FFFFFFFF:Infinite Lives PL2 ; [ Radar Scope ] radarscp:0:621D:05:000:Infinite Lives radarscp:0:60AD:00:000:Infinite Damage :radarscp:20800000:047A:000000C9:FFFFFFFF:Invincibility :radarscp:20910000:0B94:00000B96:FFFFFFFF:Invincibility (2/4):1st = Disabled damage, 2nd = Enemy :radarscp:20910000:0BD4:00000BD6:FFFFFFFF:Invincibility (3/4):Bomb :radarscp:20810000:0C12:00000014:FFFFFFFF:Invincibility (4/4):Fire :radarscp:00000000:6010:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :radarscp:00000000:6011:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Radar Zone (Rev.1) ] radarzn1:0:1D59:99:000:Infinite Credits radarzn1:0:1CA3:06:000:Infinite Lives PL1 radarzn1:0:1CA4:06:000:Infinite Lives PL2 ; [ Radar Zone (Tuni) ] radarznt:0:1D59:99:000:Infinite Credits radarznt:0:1CA3:06:000:Infinite Lives PL1 radarznt:0:1CA4:06:000:Infinite Lives PL2 ; [ Radar Zone ] radarzon:0:1D59:99:000:Infinite Credits radarzon:0:1CA3:06:000:Infinite Lives PL1 radarzon:0:1CA4:06:000:Infinite Lives PL2 ; [ Radikal Bikers ] radikalb:0:FE42EF:09:000:Infinite Credits radikalb:0:FE4352:00:000:Infinite Time ; [ Rad Mobile (World) ] radm:0:20F4B8:99:000:Infinite Time ; [ Rad Mobile (US) ] radmu:0:20F4B8:99:000:Infinite Time ; [ Rad Rally (World) ] radr:0:20F4B8:99:000:Infinite Time ; [ Radical Radial ] :radrad:20800000:1805:000000C9:FFFFFFFF:Invincibility :radrad:20810000:191A:000000C3:FFFFFFFF:Invincibility (2/3):1st = Wall / Rock, 2nd = Oil :radrad:20810000:1DE5:000000E7:FFFFFFFF:Invincibility (3/3):Enemy radrad:0:78BB:99:000:Infinite Bonus Time :radrad:00000000:7A06:00000000:FFFFFFFF:Rapid Fire radrad:0:7820:05:000:Infinite Lives PL1 radrad:0:7865:05:000:Infinite Lives PL2 ; [ Rad Rally (US) ] radru:0:20F4B8:99:000:Infinite Time ; [ Real and Fake / Photo Y2K (ver. 102, Japan Board) ] raf102j:0:0000:00:999:[ There are no cheats ]:REASON 1 raf102j:0:0000:00:999:[ for this game as it ]:REASON 1 raf102j:0:0000:00:999:[ didn't work the last ]:REASON 1 raf102j:0:0000:00:999:[ time it was tested. ]:REASON 1 raf102j:0:0000:00:999:[ If the game now works ]:REASON 1 raf102j:0:0000:00:999:[ please request cheats ]:REASON 1 raf102j:0:0000:00:999:[ for it on the cheat ]:REASON 1 raf102j:0:0000:00:999:[ forums. ]:REASON 1 ; [ Rafflesia ] raflesia:0:C028:09:000:Infinite Credits raflesia:0:C0B2:47:000:Infinite Energy :raflesia:20800000:12547:000000C9:FFFFFFFF:Invincibility :raflesia:20800500:064D9:00000027:FFFFFFFF:Select Shot 1 Speed :raflesia:20800500:064E9:00000027:FFFFFFFF:Select Shot 2 Speed :raflesia:00000000:0C050:00000000:FFFFFFFF:Rapid Fire:Turn it OFF on the name entry screen raflesia:0:C04E:07:000:Infinite Lives PL1 raflesia:0:C04F:07:000:Infinite Lives PL2 ; [ Ragnagard / Shin-Oh-Ken ] :ragnagrd:20B00000:033B60:3D7C0909:FFFFFFFF:Infinite Time :ragnagrd:20910000:033B64:0000001E:FFFFFFFF:Infinite Time (2/2):move.w #$0909,($1e,A6) :ragnagrd:20800000:01708B:00000001:FFFFFFFF:Always Enable Special Move:You can use special move regardless of an energy (Normally it needs 0x3F or lower). ;List for Special Move. ;* Susano - "Soumei FuuRaiKen" - 236214+CD ;* Benten - "Shinkuu Renzan" - 6463214+AB ;* ChiChi & NeNe - "Tensei FuuRaiJin" - 4613+ABCD ;* Gokuu - "EnHouJyutsu" - 64646+ABC ;* Binten - "Hachimon RensaJin" - 464236+ABCD ;* Syuten-Dozi - "Reisyu Kishin Yadori" - 623623+AB -> C,C,C... ;* Seena - "Sea Mind Storm" - 2(Charge)46+BC ;* Igret - "Hell Inhabitant" - (In air)874123698+AB ;* Behemoth - "Ground Explosion" - 214236+CD ;* Eelith - "Midnight Fear" - 63214236+BC ;* Lucifer - "Flare Burst" - ABCD(Charge) :ragnagrd:20800000:00FD75:0000000B:FFFFFFFF:All Characters Selectable:You can select Behemoth, Eelith, Lucifer and Gilfer in the character selection screen. They are hidden between Susano and Igret. But selectable Gilfer is buggy because he is another version of Lucifer :ragnagrd:20810000:00FDD7:0000000C:FFFFFFFF:All Characters Selectable (2/2) :ragnagrd:20B00000:0333D2:317C00FF:FFFFFFFF:Infinite Energy PL1 :ragnagrd:20910000:0333D6:0000006C:FFFFFFFF:Infinite Energy PL1 (2/4):1st & 2nd = move.w #$ff,($6c,A0) :ragnagrd:20B10000:0333D8:3D7C0060:FFFFFFFF:Infinite Energy PL1 (3/4) :ragnagrd:20910000:0333DC:00000026:FFFFFFFF:Infinite Energy PL1 (4/4):3rd & 4th = move.w #$60,($26,A6) :ragnagrd:20800000:01CD01:00000032:FFFFFFFF:Invincibility PL1:Disabled against a catch or throw by opponent ragnagrd:0:000000:00:999:[ Free player selection - Use it on the ] ragnagrd:0:000000:00:999:[ selection screen ] ragnagrd:0:108D4C:08:001:Play with Behemoth PL1 ragnagrd:0:108D4C:09:001:Play with Eelis PL1 ragnagrd:0:108D4C:0A:001:Play with Lucifer PL1 ragnagrd:0:108D4C:0B:001:Play with Gilfer PL1 :ragnagrd:20B00000:0333F2:317C00FF:FFFFFFFF:Infinite Energy PL2 :ragnagrd:20910000:0333F6:0000006C:FFFFFFFF:Infinite Energy PL2 (2/4):1st & 2nd = move.w #$ff,($6c,A0) :ragnagrd:20B10000:0333F8:3D7C0060:FFFFFFFF:Infinite Energy PL2 (3/4) :ragnagrd:20910000:0333FC:00000028:FFFFFFFF:Infinite Energy PL2 (4/4):3rd & 4th = move.w #$60,($28,A6) :ragnagrd:20800000:01CD1D:00000032:FFFFFFFF:Invincibility PL2:Disabled against a catch or throw by opponent ragnagrd:0:000000:00:999:[ Free player selection - Use it on the ] ragnagrd:0:000000:00:999:[ selection screen ] ragnagrd:0:108D4D:08:001:Play with Behemoth PL2 ragnagrd:0:108D4D:09:001:Play with Eelis PL2 ragnagrd:0:108D4D:0A:001:Play with Lucifer PL2 ragnagrd:0:108D4D:0B:001:Play with Gilfer PL2 :ragnagrd:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ragnagrd:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ragnagrd:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Great Ragtime Show, The (Japan v1.5, 92.12.07) ] :ragtime:00000000:20804E:00000099:FFFFFFFF:Infinite Credits :ragtime:00000000:2080C8:00000009:FFFFFFFF:Infinite Lives PL1 :ragtime:00000000:208242:00000080:00000080:Invincibility PL1 :ragtime:00010000:20823F:0000007E:FFFFFFFF:Invincibility PL1 (2/2) :ragtime:00000000:208037:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :ragtime:00000000:208255:00000001:FFFFFFFF:Auto Fire - Normal PL1 :ragtime:00200000:208253:00000001:FFFFFFFF:Auto Fire - Special PL1 :ragtime:60000000:000000:00000000:00000000:[ Always set Shot Power = 0 on other vehicles ] :ragtime:60000000:000000:00000000:00000000:[ or tou can't ride & the game will reset! ] :ragtime:00000100:208247:0000000F:FFFFFFFF:Select Shot Power PL1 :ragtime:00000100:20823B:00000005:FFFFFFFF:Select Speed PL1 :ragtime:00000000:2080E2:00000009:FFFFFFFF:Infinite Lives PL2 :ragtime:00000000:208302:00000080:00000080:Invincibility PL2 :ragtime:00010000:2082FF:0000007E:FFFFFFFF:Invincibility PL2 (2/2) :ragtime:00000000:208039:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :ragtime:00000000:208315:00000002:FFFFFFFF:Auto Fire - Normal PL2 :ragtime:00200000:208313:00000001:FFFFFFFF:Auto Fire - Special PL2 :ragtime:60000000:000000:00000000:00000000:[ Always set Shot Power = 0 on other vehicles ] :ragtime:60000000:000000:00000000:00000000:[ or tou can't ride & the game will reset! ] :ragtime:00000100:208307:0000000F:FFFFFFFF:Select Shot Power PL2 :ragtime:00000100:2082FB:00000005:FFFFFFFF:Select Speed PL2 ; [ Raiden ] raiden:0:00BD5:0A:000:Infinite Lives PL1 raiden:0:00BE3:06:000:Infinite Bombs PL1 raiden:0:01215:0B:000:Invincibility PL1 raiden:0:00BDB:08:000:Always Max Normal weapon PL1 raiden:0:00BDD:08:000:Always Max Laser weapon PL1 raiden:0:00BDF:04:000:Always Max Rocket weapon PL1 raiden:0:00BE1:04:000:Always Max Missile weapon PL1 raiden:0:00BDB:08:001:Get Max Normal weapon Now!PL1 raiden:0:00BDD:08:001:Get Max Laser weapon Now! PL1 raiden:0:00BDF:04:001:Get Max Rocket weapon Now!PL1 raiden:0:00BE1:04:001:Get Max Missile weaponNow!PL1 :raiden:00000000:00D42:00000000:FFFFFFFF:Infinite Vulcan PL1 :raiden:00000000:00D43:00000000:FFFFFFFF:Infinite Laser PL1 :raiden:00000000:00D44:00000000:FFFFFFFF:Infinite Missile PL1 :raiden:00000000:00D45:00000000:FFFFFFFF:Infinite Homing PL1 :raiden:00000000:0123C:00000000:00000010:Rapid Fire PL1 raiden:0:00BFB:0A:000:Infinite Lives PL2 raiden:0:00C09:06:000:Infinite Bombs PL2 raiden:0:01285:0C:000:Invincibility PL2 raiden:0:00C01:08:000:Always Max Normal weapon PL2 raiden:0:00C03:08:000:Always Max Laser weapon PL2 raiden:0:00C05:04:000:Always Max Rocket weapon PL2 raiden:0:00C07:04:000:Always Max Missile weapon PL2 raiden:0:00C01:08:001:Get Max Normal weapon Now!PL2 raiden:0:00C03:08:001:Get Max Laser weapon Now! PL2 raiden:0:00C05:04:001:Get Max Rocket weapon Now!PL2 raiden:0:00C07:04:001:Get Max Missile weaponNow!PL2 :raiden:00000000:00D52:00000000:FFFFFFFF:Infinite Vulcan PL2 :raiden:00000000:00D53:00000000:FFFFFFFF:Infinite Laser PL2 :raiden:00000000:00D54:00000000:FFFFFFFF:Infinite Missile PL2 :raiden:00000000:00D55:00000000:FFFFFFFF:Infinite Homing PL2 :raiden:00000000:012AC:00000000:00000010:Rapid Fire PL2 ; [ Raiden 2 (set 1, US Fabtek) ] raiden2:0:0000:00:999:[ There are no cheats ]:REASON 1 raiden2:0:0000:00:999:[ for this game as it ]:REASON 1 raiden2:0:0000:00:999:[ didn't work the last ]:REASON 1 raiden2:0:0000:00:999:[ time it was tested. ]:REASON 1 raiden2:0:0000:00:999:[ If the game now works ]:REASON 1 raiden2:0:0000:00:999:[ please request cheats ]:REASON 1 raiden2:0:0000:00:999:[ for it on the cheat ]:REASON 1 raiden2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden 2 (set 2, Metrotainment) ] raiden2a:0:0000:00:999:[ There are no cheats ]:REASON 1 raiden2a:0:0000:00:999:[ for this game as it ]:REASON 1 raiden2a:0:0000:00:999:[ didn't work the last ]:REASON 1 raiden2a:0:0000:00:999:[ time it was tested. ]:REASON 1 raiden2a:0:0000:00:999:[ If the game now works ]:REASON 1 raiden2a:0:0000:00:999:[ please request cheats ]:REASON 1 raiden2a:0:0000:00:999:[ for it on the cheat ]:REASON 1 raiden2a:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden 2 (set 3, Japan) ] raiden2b:0:0000:00:999:[ There are no cheats ]:REASON 1 raiden2b:0:0000:00:999:[ for this game as it ]:REASON 1 raiden2b:0:0000:00:999:[ didn't work the last ]:REASON 1 raiden2b:0:0000:00:999:[ time it was tested. ]:REASON 1 raiden2b:0:0000:00:999:[ If the game now works ]:REASON 1 raiden2b:0:0000:00:999:[ please request cheats ]:REASON 1 raiden2b:0:0000:00:999:[ for it on the cheat ]:REASON 1 raiden2b:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden 2 (set 4, Japan) ] raiden2c:0:0000:00:999:[ There are no cheats ]:REASON 1 raiden2c:0:0000:00:999:[ for this game as it ]:REASON 1 raiden2c:0:0000:00:999:[ didn't work the last ]:REASON 1 raiden2c:0:0000:00:999:[ time it was tested. ]:REASON 1 raiden2c:0:0000:00:999:[ If the game now works ]:REASON 1 raiden2c:0:0000:00:999:[ please request cheats ]:REASON 1 raiden2c:0:0000:00:999:[ for it on the cheat ]:REASON 1 raiden2c:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden 2 (easier?) ] raiden2e:0:0000:00:999:[ There are no cheats ]:REASON 1 raiden2e:0:0000:00:999:[ for this game as it ]:REASON 1 raiden2e:0:0000:00:999:[ didn't work the last ]:REASON 1 raiden2e:0:0000:00:999:[ time it was tested. ]:REASON 1 raiden2e:0:0000:00:999:[ If the game now works ]:REASON 1 raiden2e:0:0000:00:999:[ please request cheats ]:REASON 1 raiden2e:0:0000:00:999:[ for it on the cheat ]:REASON 1 raiden2e:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden (Alternate Hardware) ] raidena:0:00B85:0A:000:Infinite Lives PL1 raidena:0:00B93:06:000:Infinite Bombs PL1 raidena:0:011C5:0B:000:Invincibility PL1 raidena:0:00B8B:08:000:Always Max Normal weapon PL1 raidena:0:00B8D:08:000:Always Max Laser weapon PL1 raidena:0:00B8F:04:000:Always Max Rocket weapon PL1 raidena:0:00B91:04:000:Always Max Missile weapon PL1 raidena:0:00B8B:08:001:Get Max Normal weapon Now!PL1 raidena:0:00B8D:08:001:Get Max Laser weapon Now! PL1 raidena:0:00B8F:04:001:Get Max Rocket weapon Now!PL1 raidena:0:00B91:04:001:Get Max Missile weaponNow!PL1 :raidena:00000000:00CF2:00000000:FFFFFFFF:Infinite Vulcan PL1 :raidena:00000000:00CF3:00000000:FFFFFFFF:Infinite Laser PL1 :raidena:00000000:00CF4:00000000:FFFFFFFF:Infinite Missile PL1 :raidena:00000000:00CF5:00000000:FFFFFFFF:Infinite Homing PL1 :raidena:00000000:011EC:00000000:00000010:Rapid Fire PL1 raidena:0:00BAB:0A:000:Infinite Lives PL2 raidena:0:00BB9:06:000:Infinite Bombs PL2 raidena:0:01235:0C:000:Invincibility PL2 raidena:0:00BB1:08:000:Always Max Normal weapon PL2 raidena:0:00BB3:08:000:Always Max Laser weapon PL2 raidena:0:00BB5:04:000:Always Max Rocket weapon PL2 raidena:0:00BB7:04:000:Always Max Missile weapon PL2 raidena:0:00BB1:08:001:Get Max Normal weapon Now!PL2 raidena:0:00BB3:08:001:Get Max Laser weapon Now! PL2 raidena:0:00BB5:04:001:Get Max Rocket weapon Now!PL2 raidena:0:00BB7:04:001:Get Max Missile weaponNow!PL2 :raidena:00000000:00D02:00000000:FFFFFFFF:Infinite Vulcan PL2 :raidena:00000000:00D03:00000000:FFFFFFFF:Infinite Laser PL2 :raidena:00000000:00D04:00000000:FFFFFFFF:Infinite Missile PL2 :raidena:00000000:00D05:00000000:FFFFFFFF:Infinite Homing PL2 :raidena:00000000:0125C:00000000:00000010:Rapid Fire PL2 ; [ Raiden (Korea) ] raidenk:0:00B85:0A:000:Infinite Lives PL1 raidenk:0:00B93:06:000:Infinite Bombs PL1 raidenk:0:011C5:0B:000:Invincibility PL1 raidenk:0:00B8B:08:000:Always Max Normal weapon PL1 raidenk:0:00B8D:08:000:Always Max Laser weapon PL1 raidenk:0:00B8F:04:000:Always Max Rocket weapon PL1 raidenk:0:00B91:04:000:Always Max Missile weapon PL1 raidenk:0:00B8B:08:001:Get Max Normal weapon Now!PL1 raidenk:0:00B8D:08:001:Get Max Laser weapon Now! PL1 raidenk:0:00B8F:04:001:Get Max Rocket weapon Now!PL1 raidenk:0:00B91:04:001:Get Max Missile weaponNow!PL1 :raidenk:00000000:00CF2:00000000:FFFFFFFF:Infinite Vulcan PL1 :raidenk:00000000:00CF3:00000000:FFFFFFFF:Infinite Laser PL1 :raidenk:00000000:00CF4:00000000:FFFFFFFF:Infinite Missile PL1 :raidenk:00000000:00CF5:00000000:FFFFFFFF:Infinite Homing PL1 :raidenk:00000000:011EC:00000000:00000010:Rapid Fire PL1 raidenk:0:00BAB:0A:000:Infinite Lives PL2 raidenk:0:00BB9:06:000:Infinite Bombs PL2 raidenk:0:01235:0C:000:Invincibility PL2 raidenk:0:00BB1:08:000:Always Max Normal weapon PL2 raidenk:0:00BB3:08:000:Always Max Laser weapon PL2 raidenk:0:00BB5:04:000:Always Max Rocket weapon PL2 raidenk:0:00BB7:04:000:Always Max Missile weapon PL2 raidenk:0:00BB1:08:001:Get Max Normal weapon Now!PL2 raidenk:0:00BB3:08:001:Get Max Laser weapon Now! PL2 raidenk:0:00BB5:04:001:Get Max Rocket weapon Now!PL2 raidenk:0:00BB7:04:001:Get Max Missile weaponNow!PL2 :raidenk:00000000:00D02:00000000:FFFFFFFF:Infinite Vulcan PL2 :raidenk:00000000:00D03:00000000:FFFFFFFF:Infinite Laser PL2 :raidenk:00000000:00D04:00000000:FFFFFFFF:Infinite Missile PL2 :raidenk:00000000:00D05:00000000:FFFFFFFF:Infinite Homing PL2 :raidenk:00000000:0125C:00000000:00000010:Rapid Fire PL2 ; [ Raiden (Taiwan) ] raident:0:00B85:0A:000:Infinite Lives PL1 raident:0:00B93:06:000:Infinite Bombs PL1 raident:0:011C5:0B:000:Invincibility PL1 raident:0:00B8B:08:000:Always Max Normal weapon PL1 raident:0:00B8D:08:000:Always Max Laser weapon PL1 raident:0:00B8F:04:000:Always Max Rocket weapon PL1 raident:0:00B91:04:000:Always Max Missile weapon PL1 raident:0:00B8B:08:001:Get Max Normal weapon Now!PL1 raident:0:00B8D:08:001:Get Max Laser weapon Now! PL1 raident:0:00B8F:04:001:Get Max Rocket weapon Now!PL1 raident:0:00B91:04:001:Get Max Missile weaponNow!PL1 :raident:00000000:00CF2:00000000:FFFFFFFF:Infinite Vulcan PL1 :raident:00000000:00CF3:00000000:FFFFFFFF:Infinite Laser PL1 :raident:00000000:00CF4:00000000:FFFFFFFF:Infinite Missile PL1 :raident:00000000:00CF5:00000000:FFFFFFFF:Infinite Homing PL1 :raident:00000000:011EC:00000000:00000010:Rapid Fire PL1 raident:0:00BAB:0A:000:Infinite Lives PL2 raident:0:00BB9:06:000:Infinite Bombs PL2 raident:0:01235:0C:000:Invincibility PL2 raident:0:00BB1:08:000:Always Max Normal weapon PL2 raident:0:00BB3:08:000:Always Max Laser weapon PL2 raident:0:00BB5:04:000:Always Max Rocket weapon PL2 raident:0:00BB7:04:000:Always Max Missile weapon PL2 raident:0:00BB1:08:001:Get Max Normal weapon Now!PL2 raident:0:00BB3:08:001:Get Max Laser weapon Now! PL2 raident:0:00BB5:04:001:Get Max Rocket weapon Now!PL2 raident:0:00BB7:04:001:Get Max Missile weaponNow!PL2 :raident:00000000:00D02:00000000:FFFFFFFF:Infinite Vulcan PL2 :raident:00000000:00D03:00000000:FFFFFFFF:Infinite Laser PL2 :raident:00000000:00D04:00000000:FFFFFFFF:Infinite Missile PL2 :raident:00000000:00D05:00000000:FFFFFFFF:Infinite Homing PL2 :raident:00000000:0125C:00000000:00000010:Rapid Fire PL2 ; [ Raiders ] :raiders:00000000:1E6A:00000099:FFFFFFFF:Infinite Credits :raiders:20800000:0D58:00000017:FFFFFFFF:Invincibility :raiders:20810000:454F:00000017:FFFFFFFF:Invincibility (2/5):1st = Fire, 2nd = Enemy :raiders:20810000:4928:00000017:FFFFFFFF:Invincibility (3/5):Fire (Wave 16) :raiders:20810000:5106:00000017:FFFFFFFF:Invincibility (4/5):Enemy (Docking Scene) :raiders:20810000:73D5:00000017:FFFFFFFF:Invincibility (5/5):Green Alien (Wave 16) :raiders:00000000:1E84:00000000:FFFFFFFF:Rapid Fire - Shot :raiders:00000000:1E85:00000000:FFFFFFFF:Rapid Fire - Bomb :raiders:00000000:1F56:000000EB:FFFFFFFF:Unlimited Moving :raiders:20800100:4371:00000008:FFFFFFFF:Select Bullet Speed :raiders:00000000:1C6A:00000004:FFFFFFFF:Infinite Lives PL1 :raiders:00001301:1F0A:0000000F:FFFFFFFF:Select Starting Wave PL1:Set on player instruction screen :raiders:00000000:1C6B:00000004:FFFFFFFF:Infinite Lives PL2 :raiders:00001301:1F0B:0000000F:FFFFFFFF:Select Starting Wave PL2:Set on player instruction screen ; [ Raiders5 ] raiders5:0:E01D:09:000:Infinite Credits raiders5:0:E207:3C:000:Infinite Time 'ON' raiders5:0:E208:99:500:Infinite Time 'ON' (2/2) raiders5:0:E207:01:001:Infinite Time 'OFF' raiders5:0:E208:00:501:Infinite Time 'OFF' (2/2) raiders5:0:E102:08:000:Infinite Lives raiders5:0:2541:C9:100:Invincibility ; [ Raiden DX (set 1) ] raidndx:0:0000:00:999:[ There are no cheats ]:REASON 1 raidndx:0:0000:00:999:[ for this game as it ]:REASON 1 raidndx:0:0000:00:999:[ didn't work the last ]:REASON 1 raidndx:0:0000:00:999:[ time it was tested. ]:REASON 1 raidndx:0:0000:00:999:[ If the game now works ]:REASON 1 raidndx:0:0000:00:999:[ please request cheats ]:REASON 1 raidndx:0:0000:00:999:[ for it on the cheat ]:REASON 1 raidndx:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden DX (set 2) ] raidndxa:0:0000:00:999:[ There are no cheats ]:REASON 1 raidndxa:0:0000:00:999:[ for this game as it ]:REASON 1 raidndxa:0:0000:00:999:[ didn't work the last ]:REASON 1 raidndxa:0:0000:00:999:[ time it was tested. ]:REASON 1 raidndxa:0:0000:00:999:[ If the game now works ]:REASON 1 raidndxa:0:0000:00:999:[ please request cheats ]:REASON 1 raidndxa:0:0000:00:999:[ for it on the cheat ]:REASON 1 raidndxa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden DX (set 3, Newer V33 PCB) ] raidndxb:0:0000:00:999:[ There are no cheats ]:REASON 1 raidndxb:0:0000:00:999:[ for this game as it ]:REASON 1 raidndxb:0:0000:00:999:[ didn't work the last ]:REASON 1 raidndxb:0:0000:00:999:[ time it was tested. ]:REASON 1 raidndxb:0:0000:00:999:[ If the game now works ]:REASON 1 raidndxb:0:0000:00:999:[ please request cheats ]:REASON 1 raidndxb:0:0000:00:999:[ for it on the cheat ]:REASON 1 raidndxb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden DX (Japan) ] raidndxj:0:0000:00:999:[ There are no cheats ]:REASON 1 raidndxj:0:0000:00:999:[ for this game as it ]:REASON 1 raidndxj:0:0000:00:999:[ didn't work the last ]:REASON 1 raidndxj:0:0000:00:999:[ time it was tested. ]:REASON 1 raidndxj:0:0000:00:999:[ If the game now works ]:REASON 1 raidndxj:0:0000:00:999:[ please request cheats ]:REASON 1 raidndxj:0:0000:00:999:[ for it on the cheat ]:REASON 1 raidndxj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiden DX (Metrotainment license) ] raidndxm:0:0000:00:999:[ There are no cheats ]:REASON 1 raidndxm:0:0000:00:999:[ for this game as it ]:REASON 1 raidndxm:0:0000:00:999:[ didn't work the last ]:REASON 1 raidndxm:0:0000:00:999:[ time it was tested. ]:REASON 1 raidndxm:0:0000:00:999:[ If the game now works ]:REASON 1 raidndxm:0:0000:00:999:[ please request cheats ]:REASON 1 raidndxm:0:0000:00:999:[ for it on the cheat ]:REASON 1 raidndxm:0:0000:00:999:[ forums. ]:REASON 1 ; [ Raiders5 (Japan) ] raidrs5t:0:E01D:09:000:Infinite Credits raidrs5t:0:E207:3C:000:Infinite Time 'ON' raidrs5t:0:E208:99:500:Infinite Time 'ON' (2/2) raidrs5t:0:E207:01:001:Infinite Time 'OFF' raidrs5t:0:E208:00:501:Infinite Time 'OFF' (2/2) raidrs5t:0:E102:08:000:Infinite Lives raidrs5t:0:24EA:C9:100:Invincibility ; [ Raiga - Strato Fighter (Japan) ] raiga:0:060046:09:000:Infinite Credits raiga:0:063BDA:09:000:Infinite Continue Time raiga:0:063BDE:63:000:Infinite Name Entry Time :raiga:62000003:000000:00000000:00000000:Select Starting Stage:Enable/Set this cheat on the "Launch" screen :raiga:00010003:060179:00000000:FFFFFFFF:1-1 :raiga:00010003:060179:00000001:FFFFFFFF:1-2 :raiga:00010003:060179:00000002:FFFFFFFF:1-3 :raiga:00010003:060179:00000003:FFFFFFFF:1-4 :raiga:00010003:060179:00000004:FFFFFFFF:1-5 :raiga:00010003:060179:00000005:FFFFFFFF:1-6 :raiga:00010003:060179:00000006:FFFFFFFF:2-1 :raiga:00010003:060179:00000007:FFFFFFFF:2-2 :raiga:00010003:060179:00000008:FFFFFFFF:2-3 :raiga:00010003:060179:00000009:FFFFFFFF:2-4 :raiga:00010003:060179:0000000A:FFFFFFFF:2-5 :raiga:00010003:060179:0000000B:FFFFFFFF:2-6 raiga:0:061EB3:09:000:Infinite Lives PL1 raiga:0:061E7E:0A:000:Invincibility PL1 :raiga:00000000:061EAC:00000003:FFFFFFFF:Always Max Shot Power PL1 :raiga:62000000:000000:00000000:00000000:Select Main Weapon PL1 :raiga:00010000:061EB7:00000001:FFFFFFFF:Ion Launcher :raiga:00010000:061EB7:00000002:FFFFFFFF:Shot Gun :raiga:00010000:061EB7:00000003:FFFFFFFF:Vertical :raiga:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :raiga:00010000:061EB6:00000000:FFFFFFFF:No Sub Weapon :raiga:00010000:061EB6:00000001:FFFFFFFF:Homing :raiga:00010000:061EB6:00000002:FFFFFFFF:Bomber :raiga:00000100:061EB8:00000007:FFFFFFFF:Select Speed PL1:Set Before Starting Stage :raiga:00000000:061EAE:00000003:FFFFFFFF:Always Have Option PL1 :raiga:62000000:000000:00000000:00000000:Select Option Type PL1 :raiga:00110000:061EB4:00000100:FFFFFFFF:Beam Rifle :raiga:00110000:061EB4:00000201:FFFFFFFF:Solid Shooter :raiga:00110000:061EB4:00000302:FFFFFFFF:Blaster :raiga:00000000:061EED:00000003:FFFFFFFF:Infinite Shields PL1 :raiga:00000000:061EAD:00000000:00000010:Rapid Fire PL1:Hold Shot Button raiga:0:061FB3:09:000:Infinite Lives PL2 raiga:0:061F7E:0A:000:Invincibility PL2 :raiga:00000000:061FAC:00000003:FFFFFFFF:Always Max Shot Power PL2 :raiga:62000000:000000:00000000:00000000:Select Main Weapon PL2 :raiga:00010000:061FB7:00000001:FFFFFFFF:Ion Launcher :raiga:00010000:061FB7:00000002:FFFFFFFF:Shot Gun :raiga:00010000:061FB7:00000003:FFFFFFFF:Vertical :raiga:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :raiga:00010000:061FB6:00000000:FFFFFFFF:No Sub Weapon :raiga:00010000:061FB6:00000001:FFFFFFFF:Homing :raiga:00010000:061FB6:00000002:FFFFFFFF:Bomber :raiga:00000100:061FB8:00000007:FFFFFFFF:Select Speed PL2:Set Before Starting Stage :raiga:00000000:061FAE:00000003:FFFFFFFF:Always Have Option PL2 :raiga:62000000:000000:00000000:00000000:Select Option Type PL2 :raiga:00110000:061FB4:00000100:FFFFFFFF:Beam Rifle :raiga:00110000:061FB4:00000201:FFFFFFFF:Solid Shooter :raiga:00110000:061FB4:00000302:FFFFFFFF:Blaster :raiga:00000000:061FED:00000003:FFFFFFFF:Infinite Shields PL2 :raiga:00000000:061FAD:00000000:00000010:Rapid Fire PL2:Hold Shot Button ; [ Raimais (World) ] raimais:0:AA74:3C:000:Invincibility raimais:0:AA71:04:020:Maximum Fire Power raimais:0:AA71:40:020:Always have Max Shield raimais:0:A22D:27:000:Infinite Lives PL1 raimais:0:A233:27:000:Infinite Lives PL2 ; [ Raimais (Japan) ] raimaisj:0:AA74:3C:000:Invincibility raimaisj:0:AA71:04:020:Maximum Fire Power raimaisj:0:AA71:40:020:Always have Max Shield raimaisj:0:A22D:27:000:Infinite Lives PL1 raimaisj:0:A233:27:000:Infinite Lives PL2 ; [ Rainbow Islands (new version) ] rainbow:0:10D127:D2:000:Infinite Time rainbow:0:10E1FF:04:000:Infinite Lives PL1 rainbow:0:10E20F:04:000:Infinite Lives PL2 rainbow:0:10D1FC:01:000:Invincibility rainbow:0:10D1FF:E3:500:Invincibility (2/2) rainbow:0:10D05F:01:000:Always X2 Rainbow rainbow:0:10D05F:02:000:Always X3 Rainbow rainbow:0:10D05F:03:000:Always X4 Rainbow rainbow:0:10D05F:04:000:Always X5 Rainbow rainbow:0:10D05F:05:000:Always X6 Rainbow rainbow:0:10D060:00:000:Always Normal Speed Rainbows rainbow:0:10D060:01:000:Always Fast Rainbows rainbow:0:10D060:07:000:Always Very Fast Rainbows rainbow:0:10E20C:01:000:Always have ROYGBIV PL1 rainbow:0:10E21C:01:000:Always have ROYGBIV PL2 rainbow:0:10D05F:01:001:Get X2 Rainbow Now! rainbow:0:10D05F:02:001:Get X3 Rainbow Now! rainbow:0:10D05F:03:001:Get X4 Rainbow Now! rainbow:0:10D05F:04:001:Get X5 Rainbow Now! rainbow:0:10D05F:05:001:Get X6 Rainbow Now! rainbow:0:10D060:00:001:Get Normal Rainbows Now! rainbow:0:10D060:01:001:Get Fast Rainbows Now! rainbow:0:10D060:07:001:Get Very Fast Rainbows Now! rainbow:0:10E20C:01:001:Get ROYGBIV PL1 Now! rainbow:0:10E21C:01:001:Get ROYGBIV PL2 Now! rainbow:0:10E20D:00:000:Always Monsters+items PL1 rainbow:0:10E20D:01:000:No Monsters+items ever! PL1 rainbow:0:10E21D:00:000:Always Monsters+items PL2 rainbow:0:10E21D:01:000:No Monsters+items ever! PL2 rainbow:0:000000:00:999:[You should enable this ] rainbow:0:000000:00:999:[speed power-up cheat on the] rainbow:0:000000:00:999:[title screen or before ] rainbow:0:000000:00:999:[losing a life! ] rainbow:0:10D061:00:000:Always have normal speed rainbow:0:10D061:01:000:Always have power-up speed rainbow:0:10D061:03:000:Always have max speed rainbow:0:10D055:7F:001:Get 7 big diamonds rainbow:0:10D054:00:501:Get 7 big diamonds (2/2) rainbow:0:10D055:80:001:Get 3 mirrors rainbow:0:10D054:03:501:Get 3 mirrors (2/2) rainbow:0:10D055:FF:001:Get 7 big D and 3 M rainbow:0:10D054:03:501:Get 7 big D and 3 M (2/2) rainbow:0:10D055:01:021:Get big diamond - red Now! rainbow:0:10D055:02:021:Get big diamond - orange Now! rainbow:0:10D055:04:021:Get big diamond - yellow Now! rainbow:0:10D055:08:021:Get big diamond - green Now! rainbow:0:10D055:10:021:Get big diamond - blue Now! rainbow:0:10D055:20:021:Get big diamond - indigo Now! rainbow:0:10D055:40:021:Get big diamond - purple Now! rainbow:0:10D055:80:021:Get mirror - red Now! rainbow:0:10D054:01:021:Get mirror - grey Now! rainbow:0:10D054:02:021:Get mirror - yellow Now! rainbow:0:10E1B9:00:001:Kill Island Guardian Now! rainbow:0:10E1B9:00:000:Kill all IslandGuardians fast rainbow:0:10D041:C7:000:All permanent POWs rainbow:0:10D040:02:500:All permanent POWs (2/2) rainbow:0:10D056:01:000:Always have Bonus door rainbow:0:10D1C0:01:000:Always have wing power rainbow:0:10C96B:05:000:Always have the fairy rainbow:0:10DF22:FF:500:Always have the fairy (2/2) rainbow:0:10D1C0:01:001:Get wing power Now! rainbow:0:10C96B:05:001:Get the fairy Now! rainbow:0:10DF22:FF:501:Get the fairy Now! (2/2) rainbow:0:000000:00:999:[These round select cheats ] rainbow:0:000000:00:999:[have two numbers, the first] rainbow:0:000000:00:999:[one is the round you go to ] rainbow:0:000000:00:999:[if you die and the second ] rainbow:0:000000:00:999:[one is the round you go to ] rainbow:0:000000:00:999:[if you complete the round ] rainbow:0:000000:00:999:[you are on (Eg If you have ] rainbow:0:000000:00:999:[Invincibility enabled). ] rainbow:0:10D049:03:001:Go to Round 4/5 Next rainbow:0:10D049:07:001:Go to Round 8/9 Next rainbow:0:10D049:0B:001:Go to Round 12/13 Next rainbow:0:10D049:0F:001:Go to Round 16/17 Next rainbow:0:10D049:13:001:Go to Round 20/21 Next rainbow:0:10D049:17:001:Go to Round 24/25 Next rainbow:0:10D049:1B:001:Go to First End Next rainbow:0:10D049:1C:001:Go to Round 30 Next rainbow:0:10D049:26:001:Go to Last Round on complete rainbow:0:10D049:27:001:Go to Last Round on death ; [ Rainbow Islands (Extra) ] rainbowe:0:10E1C3:04:000:Infinite Lives PL1 rainbowe:0:10E1D3:04:000:Infinite Lives PL2 rainbowe:0:10D206:01:000:Invincibility rainbowe:0:10D209:E3:500:Invincibility (2/2) rainbowe:0:10D063:01:000:Always X2 Rainbow rainbowe:0:10D063:02:000:Always X3 Rainbow rainbowe:0:10D063:03:000:Always X4 Rainbow rainbowe:0:10D063:04:000:Always X5 Rainbow rainbowe:0:10D063:05:000:Always X6 Rainbow rainbowe:0:10D064:00:000:Always Normal Rainbows rainbowe:0:10D064:01:000:Always Fast Rainbows rainbowe:0:10D064:07:000:Always Very Fast Rainbows rainbowe:0:10E1D0:01:000:Always have ROYGBIV PL1 rainbowe:0:10E1E0:01:000:Always have ROYGBIV PL2 rainbowe:0:10D063:01:001:Get X2 Rainbow Now! rainbowe:0:10D063:02:001:Get X3 Rainbow Now! rainbowe:0:10D063:03:001:Get X4 Rainbow Now! rainbowe:0:10D063:04:001:Get X5 Rainbow Now! rainbowe:0:10D063:05:001:Get X6 Rainbow Now! rainbowe:0:10D064:00:001:Get Normal Rainbows Now! rainbowe:0:10D064:01:001:Get Fast Rainbows Now! rainbowe:0:10D064:07:001:Get Very Fast Rainbows Now! rainbowe:0:10E1D0:01:001:Get ROYGBIV PL1 Now! rainbowe:0:10E1E0:01:001:Get ROYGBIV PL2 Now! rainbowe:0:10E1D1:00:000:Always Monsters+items PL1 rainbowe:0:10E1D1:01:000:No Monsters+items ever! PL1 rainbowe:0:10E1E1:00:000:Always Monsters+items PL2 rainbowe:0:10E1E1:01:000:No Monsters+items ever! PL2 rainbowe:0:000000:00:999:[You should enable this ] rainbowe:0:000000:00:999:[speed power-up cheat on the] rainbowe:0:000000:00:999:[title screen or before ] rainbowe:0:000000:00:999:[losing a life! ] rainbowe:0:10D065:00:000:Always have normal speed rainbowe:0:10D065:01:000:Always have power-up speed rainbowe:0:10D065:03:000:Always have max speed rainbowe:0:10D057:7F:001:Get 7 big diamonds rainbowe:0:10D056:00:501:Get 7 big diamonds (2/2) rainbowe:0:10D057:80:001:Get 3 mirrors rainbowe:0:10D056:03:501:Get 3 mirrors (2/2) rainbowe:0:10D057:FF:001:Get 7 big D and 3 M rainbowe:0:10D056:03:501:Get 7 big D and 3 M (2/2) rainbowe:0:10D057:01:021:Get big diamond - red Now! rainbowe:0:10D057:02:021:Get big diamond - orange Now! rainbowe:0:10D057:04:021:Get big diamond - yellow Now! rainbowe:0:10D057:08:021:Get big diamond - green Now! rainbowe:0:10D057:10:021:Get big diamond - blue Now! rainbowe:0:10D057:20:021:Get big diamond - indigo Now! rainbowe:0:10D057:40:021:Get big diamond - purple Now! rainbowe:0:10D057:80:021:Get mirror - red Now! rainbowe:0:10D056:01:021:Get mirror - grey Now! rainbowe:0:10D056:02:021:Get mirror - yellow Now! rainbowe:0:10D043:C7:000:All permanent POWs rainbowe:0:10D042:02:500:All permanent POWs (2/2) rainbowe:0:10D058:01:000:Always have Bonus door rainbowe:0:10D1C8:01:000:Always have wing power rainbowe:0:10D1C8:01:001:Get wing power Now! rainbowe:0:000000:00:999:[These round select cheats ] rainbowe:0:000000:00:999:[have two numbers, the first] rainbowe:0:000000:00:999:[one is the round you go to ] rainbowe:0:000000:00:999:[if you die and the second ] rainbowe:0:000000:00:999:[one is the round you go to ] rainbowe:0:000000:00:999:[if you complete the round ] rainbowe:0:000000:00:999:[you are on (Eg If you have ] rainbowe:0:000000:00:999:[Invincibility enabled). ] rainbowe:0:10D04B:03:001:Go to Round 4/5 Next rainbowe:0:10D04B:07:001:Go to Round 8/9 Next rainbowe:0:10D04B:0B:001:Go to Round 12/13 Next rainbowe:0:10D04B:0F:001:Go to Round 16/17 Next rainbowe:0:10D04B:13:001:Go to Round 20/21 Next rainbowe:0:10D04B:17:001:Go to Round 24/25 Next rainbowe:0:10D04B:1B:001:Go to First End Next rainbowe:0:10D04B:1C:001:Go to Round 30 Next rainbowe:0:10D04B:26:001:Go to Last Round on complete rainbowe:0:10D04B:27:001:Go to Last Round on death ; [ Rainbow Islands (old version) ] rainbowo:0:10D127:D2:000:Infinite Time rainbowo:0:10E1FF:04:000:Infinite Lives PL1 rainbowo:0:10E20F:04:000:Infinite Lives PL2 rainbowo:0:10D1FC:01:000:Invincibility rainbowo:0:10D1FF:E3:500:Invincibility (2/2) rainbowo:0:10D05F:01:000:Always X2 Rainbow rainbowo:0:10D05F:02:000:Always X3 Rainbow rainbowo:0:10D05F:03:000:Always X4 Rainbow rainbowo:0:10D05F:04:000:Always X5 Rainbow rainbowo:0:10D05F:05:000:Always X6 Rainbow rainbowo:0:10D060:00:000:Always Normal Speed Rainbows rainbowo:0:10D060:01:000:Always Fast Rainbows rainbowo:0:10D060:07:000:Always Very Fast Rainbows rainbowo:0:10E20C:01:000:Always have ROYGBIV PL1 rainbowo:0:10E21C:01:000:Always have ROYGBIV PL2 rainbowo:0:10D05F:01:001:Get X2 Rainbow Now! rainbowo:0:10D05F:02:001:Get X3 Rainbow Now! rainbowo:0:10D05F:03:001:Get X4 Rainbow Now! rainbowo:0:10D05F:04:001:Get X5 Rainbow Now! rainbowo:0:10D05F:05:001:Get X6 Rainbow Now! rainbowo:0:10D060:00:001:Get Normal Rainbows Now! rainbowo:0:10D060:01:001:Get Fast Rainbows Now! rainbowo:0:10D060:07:001:Get Very Fast Rainbows Now! rainbowo:0:10E20C:01:001:Get ROYGBIV PL1 Now! rainbowo:0:10E21C:01:001:Get ROYGBIV PL2 Now! rainbowo:0:10E20D:00:000:Always Monsters+items PL1 rainbowo:0:10E20D:01:000:No Monsters+items ever! PL1 rainbowo:0:10E21D:00:000:Always Monsters+items PL2 rainbowo:0:10E21D:01:000:No Monsters+items ever! PL2 rainbowo:0:000000:00:999:[You should enable this ] rainbowo:0:000000:00:999:[speed power-up cheat on the] rainbowo:0:000000:00:999:[title screen or before ] rainbowo:0:000000:00:999:[losing a life! ] rainbowo:0:10D061:00:000:Always have normal speed rainbowo:0:10D061:01:000:Always have power-up speed rainbowo:0:10D061:03:000:Always have max speed rainbowo:0:10D055:7F:001:Get 7 big diamonds rainbowo:0:10D054:00:501:Get 7 big diamonds (2/2) rainbowo:0:10D055:80:001:Get 3 mirrors rainbowo:0:10D054:03:501:Get 3 mirrors (2/2) rainbowo:0:10D055:FF:001:Get 7 big D and 3 M rainbowo:0:10D054:03:501:Get 7 big D and 3 M (2/2) rainbowo:0:10D055:01:021:Get big diamond - red Now! rainbowo:0:10D055:02:021:Get big diamond - orange Now! rainbowo:0:10D055:04:021:Get big diamond - yellow Now! rainbowo:0:10D055:08:021:Get big diamond - green Now! rainbowo:0:10D055:10:021:Get big diamond - blue Now! rainbowo:0:10D055:20:021:Get big diamond - indigo Now! rainbowo:0:10D055:40:021:Get big diamond - purple Now! rainbowo:0:10D055:80:021:Get mirror - red Now! rainbowo:0:10D054:01:021:Get mirror - grey Now! rainbowo:0:10D054:02:021:Get mirror - yellow Now! rainbowo:0:10E1B9:00:001:Kill Island Guardian Now! rainbowo:0:10E1B9:00:000:Kill all IslandGuardians fast rainbowo:0:10D041:C7:000:All permanent POWs rainbowo:0:10D040:02:500:All permanent POWs (2/2) rainbowo:0:10D056:01:000:Always have Bonus door rainbowo:0:10D1C0:01:000:Always have wing power rainbowo:0:10C96B:05:000:Always have the fairy rainbowo:0:10DF22:FF:500:Always have the fairy (2/2) rainbowo:0:10D1C0:01:001:Get wing power Now! rainbowo:0:10C96B:05:001:Get the fairy Now! rainbowo:0:10DF22:FF:501:Get the fairy Now! (2/2) rainbowo:0:000000:00:999:[These round select cheats ] rainbowo:0:000000:00:999:[have two numbers, the first] rainbowo:0:000000:00:999:[one is the round you go to ] rainbowo:0:000000:00:999:[if you die and the second ] rainbowo:0:000000:00:999:[one is the round you go to ] rainbowo:0:000000:00:999:[if you complete the round ] rainbowo:0:000000:00:999:[you are on (Eg If you have ] rainbowo:0:000000:00:999:[Invincibility enabled). ] rainbowo:0:10D049:03:001:Go to Round 4/5 Next rainbowo:0:10D049:07:001:Go to Round 8/9 Next rainbowo:0:10D049:0B:001:Go to Round 12/13 Next rainbowo:0:10D049:0F:001:Go to Round 16/17 Next rainbowo:0:10D049:13:001:Go to Round 20/21 Next rainbowo:0:10D049:17:001:Go to Round 24/25 Next rainbowo:0:10D049:1B:001:Go to First End Next rainbowo:0:10D049:1C:001:Go to Round 30 Next rainbowo:0:10D049:26:001:Go to Last Round on complete rainbowo:0:10D049:27:001:Go to Last Round on death ; [ Rally Bike / Dash Yarou ] rallybik:0:000000:00:999:[ Don't collect Gas dropped by the ] rallybik:0:000000:00:999:[ helicopter!!! ] rallybik:0:0805FC:7F:007:Infinite Gas rallybik:0:0805FB:01:005:Rank always 1st rallybik:0:000000:00:999:[ The invincibility cheats must be ] rallybik:0:000000:00:999:[ be activated during play and ] rallybik:0:000000:00:999:[ deactivated during fuel refill ] rallybik:0:000000:00:999:[ and BEFORE crossing the GOAL line ] rallybik:0:08072A:00:000:Invincibility rallybik:0:080739:00:500:Invincibility (2/2) rallybik:0:080728:03:000:Always ride at Maximum Speed ; [ Rallys (bootleg?) ] rallys:0:00C1:09:000:Infinite Lives rallys:0:0074:00:001:Finish this Round Now! rallys:0:2BBE:D0:100:Invincibility rallys:0:2BBF:26:600:Invincibility (2/2) ; [ Rally X ] rallyx:0:800F:04:000:Infinite Lives PL1 rallyx:0:826B:06:022:Infinite Fuel PL1 rallyx:0:8010:04:000:Infinite Lives PL2 rallyx:0:826D:06:022:Infinite Fuel PL2 rallyx:0:824C:02:000:Invincibility rallyx:0:81B0:02:000:Always 3 red cars rallyx:0:824E:00:000:No red cars per level rallyx:0:824E:01:000:Only 1 red car per level rallyx:0:824E:01:000:7 red cars per level rallyx:0:8251:00:000:No rocks rallyx:0:8088:88:000:Red car 1 doesn't move rallyx:0:80A8:88:000:Red car 2 doesn't move rallyx:0:80C8:88:000:Red car 3 doesn't move rallyx:0:80E8:88:000:Red car 4 doesn't move rallyx:0:8108:88:000:Red car 5 doesn't move rallyx:0:8128:88:000:Red car 6 doesn't move rallyx:0:8148:88:000:Red car 7 doesn't move rallyx:0:8168:88:000:Red car 8 doesn't move:Only there in later levels! rallyx:0:8027:20:000:Car always Very Slow rallyx:0:8028:00:500:Car always Very Slow (2/2) rallyx:0:8027:C0:000:Car always Slow rallyx:0:8028:00:500:Car always Slow (2/2) rallyx:0:8027:20:000:Car always Normal Speed rallyx:0:8028:02:500:Car always Normal Speed (2/2) rallyx:0:8027:20:000:Car always Very Fast rallyx:0:8028:05:500:Car always Very Fast (2/2) rallyx:0:8027:20:000:Car always Ultra Fast rallyx:0:8028:0A:500:Car always Ultra Fast (2/2) :rallyx:20900000:384E:00000003:FFFFFFFF:Skip RAM/ROM Check ; [ Rally X (Midway) ] rallyxm:0:800F:04:000:Infinite Lives PL1 rallyxm:0:826B:06:022:Infinite Fuel PL1 rallyxm:0:8010:04:000:Infinite Lives PL2 rallyxm:0:826D:06:022:Infinite Fuel PL2 rallyxm:0:824C:02:000:Invincibility rallyxm:0:81B0:02:000:Always 3 red cars rallyxm:0:824E:00:000:No red cars per level rallyxm:0:824E:01:000:Only 1 red car per level rallyxm:0:824E:01:000:7 red cars per level rallyxm:0:8251:00:000:No rocks rallyxm:0:8088:88:000:Red car 1 doesn't move rallyxm:0:80A8:88:000:Red car 2 doesn't move rallyxm:0:80C8:88:000:Red car 3 doesn't move rallyxm:0:80E8:88:000:Red car 4 doesn't move rallyxm:0:8108:88:000:Red car 5 doesn't move rallyxm:0:8128:88:000:Red car 6 doesn't move rallyxm:0:8148:88:000:Red car 7 doesn't move rallyxm:0:8168:88:000:Red car 8 doesn't move:Only there in later levels! rallyxm:0:8027:20:000:Car always Very Slow rallyxm:0:8028:00:500:Car always Very Slow (2/2) rallyxm:0:8027:C0:000:Car always Slow rallyxm:0:8028:00:500:Car always Slow (2/2) rallyxm:0:8027:20:000:Car always Normal Speed rallyxm:0:8028:02:500:Car always Normal Speed (2/2) rallyxm:0:8027:20:000:Car always Very Fast rallyxm:0:8028:05:500:Car always Very Fast (2/2) rallyxm:0:8027:20:000:Car always Ultra Fast rallyxm:0:8028:0A:500:Car always Ultra Fast (2/2) :rallyxm:20900000:384E:00000003:FFFFFFFF:Skip RAM/ROM Check ; [ Rambo III (Europe set 1) ] rambo3:0:801407:E0:000:Infinite Energy PL1 rambo3:0:801405:08:000:Infinite Normal Bombs PL1 rambo3:0:801421:02:000:Infinite Super Bombs PL1 rambo3:0:801497:02:000:Invincibility PL1 rambo3:0:801425:FF:000:Infinite Big Weapon Time PL1:Get the item first rambo3:0:801429:FF:000:Infinite Big Sights Time PL1:Get the item first rambo3:0:801427:FF:000:Infinite Fast Shoot Time PL1:Get the item first rambo3:0:801507:E0:000:Infinite Energy PL2 rambo3:0:801505:08:000:Infinite Normal Bombs PL2 rambo3:0:801521:02:000:Infinite Super Bombs PL2 rambo3:0:801597:02:000:Invincibility PL2 rambo3:0:801525:FF:000:Infinite Big Weapon Time PL2:Get the item first rambo3:0:801529:FF:000:Infinite Big Sights Time PL2:Get the item first rambo3:0:801527:FF:000:Infinite Fast Shoot Time PL2:Get the item first ; [ Rambo III (US) ] rambo3a:0:801407:E0:000:Infinite Energy PL1 rambo3a:0:801405:08:000:Infinite Normal Bombs PL1 rambo3a:0:801421:02:000:Infinite Super Bombs PL1 rambo3a:0:801495:02:000:Invincibility PL1 rambo3a:0:801425:FF:000:Infinite Big Weapon Time PL1:Get the item first rambo3a:0:801429:FF:000:Infinite Big Sights Time PL1:Get the item first rambo3a:0:801427:FF:000:Infinite Fast Shoot Time PL1:Get the item first rambo3a:0:801507:E0:000:Infinite Energy PL2 rambo3a:0:801505:08:000:Infinite Normal Bombs PL2 rambo3a:0:801521:02:000:Infinite Super Bombs PL2 rambo3a:0:801595:02:000:Invincibility PL2 rambo3a:0:801525:FF:000:Infinite Big Weapon Time PL2:Get the item first rambo3a:0:801529:FF:000:Infinite Big Sights Time PL2:Get the item first rambo3a:0:801527:FF:000:Infinite Fast Shoot Time PL2:Get the item first ; [ Rambo III (Europe set 2) ] rambo3ae:0:801407:E0:000:Infinite Energy PL1 rambo3ae:0:801405:08:000:Infinite Normal Bombs PL1 rambo3ae:0:801421:02:000:Infinite Super Bombs PL1 rambo3ae:0:801495:02:000:Invincibility PL1 rambo3ae:0:801425:FF:000:Infinite Big Weapon Time PL1:Get the item first rambo3ae:0:801429:FF:000:Infinite Big Sights Time PL1:Get the item first rambo3ae:0:801427:FF:000:Infinite Fast Shoot Time PL1:Get the item first rambo3ae:0:801507:E0:000:Infinite Energy PL2 rambo3ae:0:801505:08:000:Infinite Normal Bombs PL2 rambo3ae:0:801521:02:000:Infinite Super Bombs PL2 rambo3ae:0:801595:02:000:Invincibility PL2 rambo3ae:0:801525:FF:000:Infinite Big Weapon Time PL2:Get the item first rambo3ae:0:801529:FF:000:Infinite Big Sights Time PL2:Get the item first rambo3ae:0:801527:FF:000:Infinite Fast Shoot Time PL2:Get the item first ; [ Rampage (revision 3) ] rampage:0:E49E:C7:000:Infinite Damage PL1 rampage:0:E4EE:C7:000:Infinite Damage PL2 rampage:0:E53E:C7:000:Infinite Damage PL3 rampage:0:E58B:03:001:Go to Day 5 Next rampage:0:E58B:08:001:Go to Day 10 Next rampage:0:E58B:0D:001:Go to Day 15 Next rampage:0:E58B:1C:001:Go to Day 30 Next rampage:0:E58B:62:001:Go to Day 100 Next rampage:0:E58B:7C:001:Go to Day 127 Next rampage:0:E58B:FC:001:Go to Day 255 Next rampage:0:E58B:FE:001:Go to Last Day=768 Next rampage:0:E58C:02:501:Go to Last Day=768 Next (2/2) ; [ Rampage (revision 2) ] rampage2:0:E49E:C7:000:Infinite Damage PL1 rampage2:0:E4EE:C7:000:Infinite Damage PL2 rampage2:0:E53E:C7:000:Infinite Damage PL3 rampage2:0:E58B:03:001:Go to Day 5 Next rampage2:0:E58B:08:001:Go to Day 10 Next rampage2:0:E58B:0D:001:Go to Day 15 Next rampage2:0:E58B:1C:001:Go to Day 30 Next rampage2:0:E58B:62:001:Go to Day 100 Next rampage2:0:E58B:7C:001:Go to Day 127 Next rampage2:0:E58B:FC:001:Go to Day 255 Next rampage2:0:E58B:FE:001:Go to Last Day=768 Next rampage2:0:E58C:02:501:Go to Last Day=768 Next (2/2) ; [ Rampart (Trackball) ] rampart:0:3E197D:09:000:Infinite Cannons PL1 rampart:0:3E19FB:09:000:Infinite Cannons PL2 rampart:0:3E1A79:09:000:Infinite Cannons PL3 rampart:0:3E1870:63:000:Infinite Building Time rampart:0:3E1870:00:001:No more Building Time ; [ Rampart (Japan, Joystick) ] rampartj:0:3E1993:09:000:Infinite Cannons PL1 rampartj:0:3E1A11:09:000:Infinite Cannons PL2 rampartj:0:3E18AC:63:000:Infinite Building Time rampartj:0:3E18AC:00:001:No more Building Time ; [ Rampart (Joystick) ] ramprt2p:0:3E1997:09:000:Infinite Cannons PL1 ramprt2p:0:3E1A15:09:000:Infinite Cannons PL2 ramprt2p:0:3E18B0:63:000:Infinite Building Time ramprt2p:0:3E18B0:00:001:No more Building Time ; [ Rapid Hero (Japan?) ] raphero:0:1F900D:09:000:Infinite Credits :raphero:00000303:1F9021:00000007:FFFFFFFF:Select Starting Stage:Enable this cheat on the "Push Start" Screen for the best effect raphero:0:1F7F29:06:000:Infinite Lives PL1 raphero:0:1F7F2F:08:000:Infinite Bombs PL1 raphero:0:1F7F31:03:000:Max Firepower PL1 raphero:0:1F7F2D:02:000:Invicibility PL1 raphero:0:1F7FF1:03:000:Always Max Shot Power PL1 raphero:0:1F7FF5:02:000:Always Max laser PL1 raphero:0:1F7FFD:02:000:Always Max homing missile PL1 raphero:0:1F7F97:0E:000:Always 10000pts BONUS PL1 raphero:0:1F7FF9:02:000:Always have Missile PL1 raphero:0:000000:00:999:[ Always shoot without pushing ] raphero:0:000000:00:999:[ shot button ] raphero:0:1F7FC3:02:000:Always Shoot Normal Shot PL1 raphero:0:1F7FC7:01:000:Always Shoot Laser PL1 raphero:0:1F7FCF:01:000:Always Shoot Homing.M PL1 raphero:0:1F7FCB:01:000:Always Shoot Missile PL1 raphero:0:1F7E29:06:000:Infinite Lives PL2 raphero:0:1F7E2F:08:000:Infinite Bombs PL2 raphero:0:1F7E31:03:000:Max Firepower PL2 raphero:0:1F7E2D:02:000:Invincibility PL2 raphero:0:1F7EF1:03:000:Always Max Shot Power PL2 raphero:0:1F7EF5:02:000:Always Max laser PL2 raphero:0:1F7EFD:02:000:Always Max homing missile PL2 raphero:0:1F7E97:0E:000:Always 10000pts BONUS PL2 raphero:0:1F7EF9:02:000:Always have Missile PL2 raphero:0:000000:00:999:[ Always shoot without pushing ] raphero:0:000000:00:999:[ shot button ] raphero:0:1F7EC3:02:000:Always Shoot Normal Shot PL2 raphero:0:1F7EC7:01:000:Always Shoot Laser PL2 raphero:0:1F7ECF:01:000:Always Shoot Homing.M PL2 raphero:0:1F7ECB:01:000:Always Shoot Missile PL2 ; [ Rastan (World) ] rastan:0:10C13A:30:000:Infinite Energy rastan:0:10C101:03:000:Infinite Lives :rastan:20B00000:054A80:60000096:FFFFFFFF:Invincibility:You die though when fall down into the water or fire :rastan:00000000:10D3C9:000000FF:FFFFFFFF:Rapid Fire rastan:0:10D2FB:01:000:Always have Sword rastan:0:10D2FB:02:000:Always have Big Axe rastan:0:10D2FB:03:000:Always have Ball & Chain rastan:0:10D2FB:04:000:Always have Fire Sword rastan:0:10D2FB:05:000:Always have No Weapons rastan:0:10D2FB:01:001:Get Sword Now! rastan:0:10D2FB:02:001:Get Big Axe Now! rastan:0:10D2FB:03:001:Get Ball & Chain Now! rastan:0:10D2FB:04:001:Get Fire Sword Now! rastan:0:10D2FB:05:001:Lose All Weapons Now! :rastan:00000000:10D391:0000000F:FFFFFFFF:Always have the Ring:Having the ring let's you fire faster :rastan:00010000:10D40F:00000001:FFFFFFFF:Always have the Ring (2/2) :rastan:00000001:10D391:0000000F:FFFFFFFF:Get the Ring Now!:Having the ring let's you fire faster :rastan:00010001:10D40F:00000001:FFFFFFFF:Get the Ring Now! (2/2) :rastan:00000001:10D391:00000018:FFFFFFFF:Lose the Ring Now!:Turn off 'Always have the Ring' before activating. :rastan:00010001:10D40F:000000FF:FFFFFFFF:Lose the Ring Now! (2/2) ; [ Rastan (US set 1) ] rastanu:0:10C13A:30:000:Infinite Energy rastanu:0:10C101:03:000:Infinite Lives :rastanu:20B00000:054A80:60000096:FFFFFFFF:Invincibility:You die though when fall down into the water or fire :rastanu:00000000:10D3C9:000000FF:FFFFFFFF:Rapid Fire rastanu:0:10D2FB:01:000:Always have Sword rastanu:0:10D2FB:02:000:Always have Big Axe rastanu:0:10D2FB:03:000:Always have Ball & Chain rastanu:0:10D2FB:04:000:Always have Fire Sword rastanu:0:10D2FB:05:000:Always have No Weapons rastanu:0:10D2FB:01:001:Get Sword Now! rastanu:0:10D2FB:02:001:Get Big Axe Now! rastanu:0:10D2FB:03:001:Get Ball & Chain Now! rastanu:0:10D2FB:04:001:Get Fire Sword Now! rastanu:0:10D2FB:05:001:Lose All Weapons Now! :rastanu:00000000:10D391:0000000F:FFFFFFFF:Always have the Ring:Having the ring let's you fire faster :rastanu:00010000:10D40F:00000001:FFFFFFFF:Always have the Ring (2/2) :rastanu:00000001:10D391:0000000F:FFFFFFFF:Get the Ring Now!:Having the ring let's you fire faster :rastanu:00010001:10D40F:00000001:FFFFFFFF:Get the Ring Now! (2/2) :rastanu:00000001:10D391:00000018:FFFFFFFF:Lose the Ring Now!:Turn off 'Always have the Ring' before activating. :rastanu:00010001:10D40F:000000FF:FFFFFFFF:Lose the Ring Now! (2/2) ; [ Rastan (US set 2) ] rastanu2:0:10C13A:30:000:Infinite Energy rastanu2:0:10C101:03:000:Infinite Lives :rastanu2:20B00000:054972:60000096:FFFFFFFF:Invincibility:You die though when fall down into the water or fire :rastanu2:00000000:10D3C9:000000FF:FFFFFFFF:Rapid Fire rastanu2:0:10D2FB:01:000:Always have Sword rastanu2:0:10D2FB:02:000:Always have Big Axe rastanu2:0:10D2FB:03:000:Always have Ball & Chain rastanu2:0:10D2FB:04:000:Always have Fire Sword rastanu2:0:10D2FB:05:000:Always have No Weapons rastanu2:0:10D2FB:01:001:Get Sword Now! rastanu2:0:10D2FB:02:001:Get Big Axe Now! rastanu2:0:10D2FB:03:001:Get Ball & Chain Now! rastanu2:0:10D2FB:04:001:Get Fire Sword Now! rastanu2:0:10D2FB:05:001:Lose All Weapons Now! :rastanu2:00000000:10D391:0000000F:FFFFFFFF:Always have the Ring:Having the ring let's you fire faster :rastanu2:00010000:10D40F:00000001:FFFFFFFF:Always have the Ring (2/2) :rastanu2:00000001:10D391:0000000F:FFFFFFFF:Get the Ring Now!:Having the ring let's you fire faster :rastanu2:00010001:10D40F:00000001:FFFFFFFF:Get the Ring Now! (2/2) :rastanu2:00000001:10D391:00000018:FFFFFFFF:Lose the Ring Now!:Turn off 'Always have the Ring' before activating. :rastanu2:00010001:10D40F:000000FF:FFFFFFFF:Lose the Ring Now! (2/2) ; [ Rastan Saga 2 (Japan) ] rastsag2:0:6004D9:09:000:Infinite Credits rastsag2:0:601B60:0A:000:Infinite Time rastsag2:0:601B61:00:500:Infinite Time (2/2) rastsag2:0:60050B:0A:000:Infinite Lives PL1 rastsag2:0:600509:0B:000:Infinite Energy PL1 rastsag2:0:600593:02:000:Invincibility PL1:Turn it ON when you are flickering. Turn it OFF at the end of levels rastsag2:0:600515:01:000:Always have Max Speed PL1 rastsag2:0:60050D:09:000:Always have Max Level PL1 rastsag2:0:600569:00:000:Always have Normal Sword PL1 rastsag2:0:600569:01:000:Always have Big Sword PL1 rastsag2:0:600569:02:000:Always have Claw PL1 rastsag2:0:600511:00:000:Always have No shot PL1 rastsag2:0:600511:01:000:Always have Fire ball shot PL1 rastsag2:0:600511:02:000:Always have Ice shot PL1 rastsag2:0:600511:03:000:Always have Barrier shot PL1 rastsag2:0:601EAD:0F:500:Always have Barrier shot PL1 (2/2) rastsag2:0:600569:00:001:Get the Normal Sword Now! PL1 rastsag2:0:600569:01:001:Get the Big Sword Now! PL1 rastsag2:0:600569:02:001:Get the Claw Now! PL1 rastsag2:0:600511:00:001:Get the No shot Now! PL1 rastsag2:0:600511:01:001:Get the Fire ball shot Now! PL1 rastsag2:0:600511:02:001:Get the Ice shot Now! PL1 rastsag2:0:600511:03:001:Get the Barrier shot Now! PL1 rastsag2:0:601EAD:0F:501:Get the Barrier shot Now! PL1 (2/2) rastsag2:0:600521:0A:000:Infinite Lives PL2 rastsag2:0:60051F:0B:000:Infinite Energy PL2 rastsag2:0:6005A9:02:000:Invincibility PL2:Turn it ON when you are flickering. Turn it OFF at the end of levels rastsag2:0:60052B:01:000:Always have Max Speed PL2 rastsag2:0:600523:09:000:Always have Max Level PL2 rastsag2:0:6005E9:08:000:Always have Normal Sword PL2 rastsag2:0:6005E9:09:000:Always have Big Sword PL2 rastsag2:0:6005E9:0A:000:Always have Claw PL2 rastsag2:0:600527:00:000:Always have No shot PL2 rastsag2:0:600527:01:000:Always have Fire ball shot PL2 rastsag2:0:600527:02:000:Always have Ice shot PL2 rastsag2:0:600527:03:000:Always have Barrier shot PL2 rastsag2:0:601ED9:0F:500:Always have Barrier shot PL2 (2/2) rastsag2:0:6005E9:08:001:Get the Normal Sword Now! PL2 rastsag2:0:6005E9:09:001:Get the Big Sword Now! PL2 rastsag2:0:6005E9:0A:001:Get the Claw Now! PL2 rastsag2:0:600527:00:001:Get the No shot Now! PL2 rastsag2:0:600527:01:001:Get the Fire ball shot Now! PL2 rastsag2:0:600527:02:001:Get the Ice shot Now! PL2 rastsag2:0:600527:03:001:Get the Barrier shot Now! PL2 rastsag2:0:601ED9:0F:501:Get the Barrier shot Now! PL2 (2/2) ; [ Rastan Saga (Japan) ] rastsaga:0:10C13A:30:000:Infinite Energy rastsaga:0:10C101:03:000:Infinite Lives :rastsaga:20B00000:054992:60000096:FFFFFFFF:Invincibility:You die though when fall down into the water or fire :rastsaga:00000000:10D3C9:000000FF:FFFFFFFF:Rapid Fire rastsaga:0:10D2FB:01:000:Always have Sword rastsaga:0:10D2FB:02:000:Always have Big Axe rastsaga:0:10D2FB:03:000:Always have Ball & Chain rastsaga:0:10D2FB:04:000:Always have Fire Sword rastsaga:0:10D2FB:05:000:Always have No Weapons rastsaga:0:10D2FB:01:001:Get Sword Now! rastsaga:0:10D2FB:02:001:Get Big Axe Now! rastsaga:0:10D2FB:03:001:Get Ball & Chain Now! rastsaga:0:10D2FB:04:001:Get Fire Sword Now! rastsaga:0:10D2FB:05:001:Lose All Weapons Now! :rastsaga:00000000:10D391:0000000F:FFFFFFFF:Always have the Ring:Having the ring let's you fire faster :rastsaga:00010000:10D40F:00000001:FFFFFFFF:Always have the Ring (2/2) :rastsaga:00000001:10D391:0000000F:FFFFFFFF:Get the Ring Now!:Having the ring let's you fire faster :rastsaga:00010001:10D40F:00000001:FFFFFFFF:Get the Ring Now! (2/2) :rastsaga:00000001:10D391:00000018:FFFFFFFF:Lose the Ring Now!:Turn off 'Always have the Ring' before activating. :rastsaga:00010001:10D40F:000000FF:FFFFFFFF:Lose the Ring Now! (2/2) ; [ Rave Racer (Rev. RV1 Ver.B, Japan) ] raveracj:0:0000:00:999:[ There are no cheats ]:REASON 1 raveracj:0:0000:00:999:[ for this game as it ]:REASON 1 raveracj:0:0000:00:999:[ didn't work the last ]:REASON 1 raveracj:0:0000:00:999:[ time it was tested. ]:REASON 1 raveracj:0:0000:00:999:[ If the game now works ]:REASON 1 raveracj:0:0000:00:999:[ please request cheats ]:REASON 1 raveracj:0:0000:00:999:[ for it on the cheat ]:REASON 1 raveracj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Rave Racer (Rev. RV2, World) ] raveracw:0:0000:00:999:[ There are no cheats ]:REASON 1 raveracw:0:0000:00:999:[ for this game as it ]:REASON 1 raveracw:0:0000:00:999:[ didn't work the last ]:REASON 1 raveracw:0:0000:00:999:[ time it was tested. ]:REASON 1 raveracw:0:0000:00:999:[ If the game now works ]:REASON 1 raveracw:0:0000:00:999:[ please request cheats ]:REASON 1 raveracw:0:0000:00:999:[ for it on the cheat ]:REASON 1 raveracw:0:0000:00:999:[ forums. ]:REASON 1 ; [ Rave Racer (Rev. RV1, Japan) ] raveraja:0:0000:00:999:[ There are no cheats ]:REASON 1 raveraja:0:0000:00:999:[ for this game as it ]:REASON 1 raveraja:0:0000:00:999:[ didn't work the last ]:REASON 1 raveraja:0:0000:00:999:[ time it was tested. ]:REASON 1 raveraja:0:0000:00:999:[ If the game now works ]:REASON 1 raveraja:0:0000:00:999:[ please request cheats ]:REASON 1 raveraja:0:0000:00:999:[ for it on the cheat ]:REASON 1 raveraja:0:0000:00:999:[ forums. ]:REASON 1 ; [ Rayforce (US) ] rayforce:0:402265:09:000:Infinite Credits :rayforce:20800000:0005E7:0000009E:FFFFFFFF:Unlock Area Select Mode:Reset the game to enable it :rayforce:20910000:007E4E:00006078:FFFFFFFF:Unlock Area Select Mode (2/2):1st = ROM check skipping, 2nd = Branch to area selection mode :rayforce:00001501:402313:00000006:FFFFFFFF:Select Starting Area:Enable on the "PUSH 1 OR 2 PLAYER BUTTON" screen. Turn it OFF after starting the game. :rayforce:20900000:027324:00000500:FFFFFFFF:Always Have Speed Up :rayforce:20910000:02732C:0000FB01:FFFFFFFF:Always Have Speed Up (2/12):1st = Up, 2nd = Down :rayforce:20910000:027338:0000FAA1:FFFFFFFF:Always Have Speed Up (3/12):Left :rayforce:20910000:027340:0000FC35:FFFFFFFF:Always Have Speed Up (4/12):Upper-Left :rayforce:20910000:027344:00000388:FFFFFFFF:Always Have Speed Up (5/12):Upper-Left :rayforce:20910000:027348:0000FC35:FFFFFFFF:Always Have Speed Up (6/12):Lower-Left :rayforce:20910000:02734C:0000FC79:FFFFFFFF:Always Have Speed Up (7/12):Lower-Left :rayforce:20910000:027358:00000560:FFFFFFFF:Always Have Speed Up (8/12):Right :rayforce:20910000:027360:000003CC:FFFFFFFF:Always Have Speed Up (9/12):Upper-Right :rayforce:20910000:027364:00000388:FFFFFFFF:Always Have Speed Up (10/12):Upper-Right :rayforce:20910000:027368:000003CC:FFFFFFFF:Always Have Speed Up (11/12):Lower-Right :rayforce:20910000:02736C:0000FC79:FFFFFFFF:Always Have Speed Up (12/12):Lower-Right :rayforce:20900000:02577E:0000600A:FFFFFFFF:Always Have Penetrable Shot :rayforce:20910000:0257C6:0000600A:FFFFFFFF:Always Have Penetrable Shot (2/2) :rayforce:20800100:02759A:0000001E:FFFFFFFF:Select Shot Speed :rayforce:20910000:0275CC:0000303C:FFFFFFFF:Select Shot Speed (2/2) rayforce:0:404B95:9A:000:Infinite Lives PL1 :rayforce:00100000:404BF4:00000002:FFFFFFFF:Invincibility PL1 :rayforce:20900000:03047E:00006028:FFFFFFFF:Auto Lock-On PL1 :rayforce:20910000:0305C4:00006028:FFFFFFFF:Auto Lock-On PL1 (2/2) rayforce:0:404BA3:0A:000:Always have LASER Power MAX PL1 rayforce:0:404BAF:06:500:Always have LASER Power MAX PL1(2/2) rayforce:0:404B96:00:000:Always have Level 1 Shot PL1 rayforce:0:404B96:01:000:Always have Level 2 Shot PL1 rayforce:0:404B96:02:000:Always have Level 3 Shot PL1 rayforce:0:404B96:03:000:Always have Level 4 Shot PL1 rayforce:0:404B96:0A:000:Always have MAX Shot PL1 :rayforce:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :rayforce:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :rayforce:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :rayforce:00000000:400099:00000010:00000010:Rapid Fire - Shot PL1:Turn it OFF on the name entry screen :rayforce:00000000:400099:00000020:00000020:Rapid Fire - Laser PL1:Turn it OFF on the name entry screen rayforce:0:404C95:9A:000:Infinite Lives PL2 :rayforce:00100000:404CF4:00000002:FFFFFFFF:Invincibility PL2 :rayforce:20900000:0304F8:00006020:FFFFFFFF:Auto Lock-On PL2 :rayforce:20910000:030640:00006020:FFFFFFFF:Auto Lock-On PL2 (2/2) rayforce:0:404CA3:0A:000:Always have LASER Power MAX PL2 rayforce:0:404CAF:06:500:Always have LASER Power MAX PL2(2/2) rayforce:0:404C96:00:000:Always have Level 1 Shot PL2 rayforce:0:404C96:01:000:Always have Level 2 Shot PL2 rayforce:0:404C96:02:000:Always have Level 3 Shot PL2 rayforce:0:404C96:03:000:Always have Level 4 Shot PL2 rayforce:0:404C96:0A:000:Always have MAX Shot PL2 :rayforce:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :rayforce:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :rayforce:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :rayforce:00000000:40009B:00000010:00000010:Rapid Fire - Shot PL2:Turn it OFF on the name entry screen :rayforce:00000000:40009B:00000020:00000020:Rapid Fire - Laser PL2:Turn it OFF on the name entry screen rayforce:0:000000:00:999:[After you enable these region ] rayforce:0:000000:00:999:[cheats to see any effect you will] rayforce:0:000000:00:999:[have to reset the game (F3).Then ] rayforce:0:000000:00:999:[you should to turn the Test Mode ] rayforce:0:000000:00:999:[ON (F2) wait then reset again(F3)] rayforce:0:0FFFFF:01:100:Region Switch = Japan:Ray Force rayforce:0:0FFFFF:02:100:Region Switch = US:Ray Force rayforce:0:0FFFFF:03:100:Region Switch = World:rayforce ; [ Rayforce (Japan) ] rayforcj:0:402265:09:000:Infinite Credits :rayforcj:20800000:0005E7:0000009E:FFFFFFFF:Unlock Area Select Mode:Reset the game to enable it :rayforcj:20910000:007E4E:00006078:FFFFFFFF:Unlock Area Select Mode (2/2):1st = ROM check skipping, 2nd = Branch to area selection mode :rayforcj:00001501:402313:00000006:FFFFFFFF:Select Starting Area:Enable on the "PUSH 1 OR 2 PLAYER BUTTON" screen. Turn it OFF after starting the game. :rayforcj:20900000:027324:00000500:FFFFFFFF:Always Have Speed Up :rayforcj:20910000:02732C:0000FB01:FFFFFFFF:Always Have Speed Up (2/12):1st = Up, 2nd = Down :rayforcj:20910000:027338:0000FAA1:FFFFFFFF:Always Have Speed Up (3/12):Left :rayforcj:20910000:027340:0000FC35:FFFFFFFF:Always Have Speed Up (4/12):Upper-Left :rayforcj:20910000:027344:00000388:FFFFFFFF:Always Have Speed Up (5/12):Upper-Left :rayforcj:20910000:027348:0000FC35:FFFFFFFF:Always Have Speed Up (6/12):Lower-Left :rayforcj:20910000:02734C:0000FC79:FFFFFFFF:Always Have Speed Up (7/12):Lower-Left :rayforcj:20910000:027358:00000560:FFFFFFFF:Always Have Speed Up (8/12):Right :rayforcj:20910000:027360:000003CC:FFFFFFFF:Always Have Speed Up (9/12):Upper-Right :rayforcj:20910000:027364:00000388:FFFFFFFF:Always Have Speed Up (10/12):Upper-Right :rayforcj:20910000:027368:000003CC:FFFFFFFF:Always Have Speed Up (11/12):Lower-Right :rayforcj:20910000:02736C:0000FC79:FFFFFFFF:Always Have Speed Up (12/12):Lower-Right :rayforcj:20900000:02577E:0000600A:FFFFFFFF:Always Have Penetrable Shot :rayforcj:20910000:0257C6:0000600A:FFFFFFFF:Always Have Penetrable Shot (2/2) :rayforcj:20800100:02759A:0000001E:FFFFFFFF:Select Shot Speed :rayforcj:20910000:0275CC:0000303C:FFFFFFFF:Select Shot Speed (2/2) rayforcj:0:404B95:9A:000:Infinite Lives PL1 :rayforcj:00100000:404BF4:00000002:FFFFFFFF:Invincibility PL1 :rayforcj:20900000:03047E:00006028:FFFFFFFF:Auto Lock-On PL1 :rayforcj:20910000:0305C4:00006028:FFFFFFFF:Auto Lock-On PL1 (2/2) rayforcj:0:404BA3:0A:000:Always have LASER Power MAX PL1 rayforcj:0:404BAF:06:500:Always have LASER Power MAX PL1(2/2) rayforcj:0:404B96:00:000:Always have Level 1 Shot PL1 rayforcj:0:404B96:01:000:Always have Level 2 Shot PL1 rayforcj:0:404B96:02:000:Always have Level 3 Shot PL1 rayforcj:0:404B96:03:000:Always have Level 4 Shot PL1 rayforcj:0:404B96:0A:000:Always have MAX Shot PL1 :rayforcj:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :rayforcj:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :rayforcj:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :rayforcj:00000000:400099:00000010:00000010:Rapid Fire - Shot PL1:Turn it OFF on the name entry screen :rayforcj:00000000:400099:00000020:00000020:Rapid Fire - Laser PL1:Turn it OFF on the name entry screen rayforcj:0:404C95:9A:000:Infinite Lives PL2 :rayforcj:00100000:404CF4:00000002:FFFFFFFF:Invincibility PL2 :rayforcj:20900000:0304F8:00006020:FFFFFFFF:Auto Lock-On PL2 :rayforcj:20910000:030640:00006020:FFFFFFFF:Auto Lock-On PL2 (2/2) rayforcj:0:404CA3:0A:000:Always have LASER Power MAX PL2 rayforcj:0:404CAF:06:500:Always have LASER Power MAX PL2(2/2) rayforcj:0:404C96:00:000:Always have Level 1 Shot PL2 rayforcj:0:404C96:01:000:Always have Level 2 Shot PL2 rayforcj:0:404C96:02:000:Always have Level 3 Shot PL2 rayforcj:0:404C96:03:000:Always have Level 4 Shot PL2 rayforcj:0:404C96:0A:000:Always have MAX Shot PL2 :rayforcj:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :rayforcj:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :rayforcj:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :rayforcj:00000000:40009B:00000010:00000010:Rapid Fire - Shot PL2:Turn it OFF on the name entry screen :rayforcj:00000000:40009B:00000020:00000020:Rapid Fire - Laser PL2:Turn it OFF on the name entry screen rayforcj:0:000000:00:999:[After you enable these region ] rayforcj:0:000000:00:999:[cheats to see any effect you will] rayforcj:0:000000:00:999:[have to reset the game (F3).Then ] rayforcj:0:000000:00:999:[you should to turn the Test Mode ] rayforcj:0:000000:00:999:[ON (F2) wait then reset again(F3)] rayforcj:0:0FFFFF:01:100:Region Switch = Japan:Ray Force rayforcj:0:0FFFFF:02:100:Region Switch = US:Ray Force rayforcj:0:0FFFFF:03:100:Region Switch = World:rayforcj ; [ Ray Storm (Ver 2.05J) ] :raystorj:00000000:1CFF38:00000009:FFFFFFFF:Infinite Credits :raystorj:00000501:1CFEC8:00000007:FFFFFFFF:Select Starting Stage:Use this cheat on the Player Selection Screen :raystorj:00000000:21390C:00000005:FFFFFFFF:Infinite Lives PL1 :raystorj:00000000:21393B:00000010:FFFFFFFF:Infinite Bombs PL1 :raystorj:00100000:215CC8:00000002:FFFFFFFF:Invincibility PL1 :raystorj:00000000:21390E:00000006:FFFFFFFF:Always Maximum Shot Power PL1 :raystorj:00000000:213922:00000008:FFFFFFFF:Always Maximum Laser Power PL1 :raystorj:00000000:21393E:00000009:FFFFFFFF:Always Maximum Item Bonus PL1 :raystorj:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :raystorj:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :raystorj:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :raystorj:00000000:1D00B4:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :raystorj:00000000:213914:00000009:FFFFFFFF:Auto Fire (Only R-Gray 1) PL1 :raystorj:00000000:215D6C:00000005:FFFFFFFF:Infinite Lives PL2 :raystorj:00000000:215D9B:00000010:FFFFFFFF:Infinite Bombs PL2 :raystorj:00100000:218128:00000002:FFFFFFFF:Invincibility PL2 :raystorj:00000000:215D6E:00000006:FFFFFFFF:Always Maximum Shot Power PL2 :raystorj:00000000:215D82:00000008:FFFFFFFF:Always Maximum Laser Power PL2 :raystorj:00000000:215D9E:00000009:FFFFFFFF:Always Maximum Item Bonus PL2 :raystorj:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :raystorj:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :raystorj:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :raystorj:00000000:1D00B8:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :raystorj:00000000:215D74:00000009:FFFFFFFF:Auto Fire (Only R-Gray 1) PL2 ; [ Ray Storm (Ver 2.06A) ] :raystorm:00000000:1D020C:00000009:FFFFFFFF:Infinite Credits :raystorm:00000501:1D019C:00000007:FFFFFFFF:Select Starting Stage:Use this cheat on the Player Selection Screen :raystorm:00000000:213BE0:00000005:FFFFFFFF:Infinite Lives PL1 :raystorm:00000000:213C0F:00000010:FFFFFFFF:Infinite Bombs PL1 :raystorm:00100000:215F9C:00000002:FFFFFFFF:Invincibility PL1 :raystorm:00000000:213BE2:00000006:FFFFFFFF:Always Maximum Shot Power PL1 :raystorm:00000000:213BF6:00000008:FFFFFFFF:Always Maximum Laser Power PL1 :raystorm:00000000:213C12:00000009:FFFFFFFF:Always Maximum Item Bonus PL1 :raystorm:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :raystorm:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :raystorm:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :raystorm:00000000:1D0388:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :raystorm:00000000:213BE8:00000009:FFFFFFFF:Auto Fire (Only R-Gray 1) PL1 :raystorm:00000000:216040:00000005:FFFFFFFF:Infinite Lives PL2 :raystorm:00000000:21606F:00000010:FFFFFFFF:Infinite Bombs PL2 :raystorm:00100000:2183FC:00000002:FFFFFFFF:Invincibility PL2 :raystorm:00000000:216042:00000006:FFFFFFFF:Always Maximum Shot Power PL2 :raystorm:00000000:216056:00000008:FFFFFFFF:Always Maximum Laser Power PL2 :raystorm:00000000:216072:00000009:FFFFFFFF:Always Maximum Item Bonus PL2 :raystorm:60000000:000000:00000000:00000000:[ If you use Rapid Fire cheat, ] :raystorm:60000000:000000:00000000:00000000:[ turn Rapid Fire in Test Mode ] :raystorm:60000000:000000:00000000:00000000:[ OFF for the best effect. ] :raystorm:00000000:1D038C:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :raystorm:00000000:216048:00000009:FFFFFFFF:Auto Fire (Only R-Gray 1) PL2 ; [ Razzmatazz ] razmataz:0:62D0:03:000:Infinite Lives PL1 razmataz:0:62D1:03:000:Infinite Lives PL2 ; [ Real Bout Fatal Fury / Real Bout Garou Densetsu ] rbff1:0:106AA8:61:000:Infinite Time rbff1:0:10969F:0A:000:Left Wall always Solid:No leftwards 'Out of Bounds' possible, this cheat will not rebuild collapsed walls! rbff1:0:1096A1:0A:000:Right Wall always Solid:No rightwards 'Out of Bounds' possible, this cheat will not rebuild collapsed walls! rbff1:0:10969F:00:001:Left Wall will collapse with 1 hit Now! rbff1:0:1096A1:00:001:Right Wall will collapse with 1 hit Now! rbff1:0:000000:00:999:[ Once you activate Easy Supers you can do ] rbff1:0:000000:00:999:[ all the SDMs of any character (even the ] rbff1:0:000000:00:999:[ hidden SDMs), all you have to do usually is ] rbff1:0:000000:00:999:[ during play press down, down + A (DM), ] rbff1:0:000000:00:999:[ down, down + C (SDM), some characters that ] rbff1:0:000000:00:999:[ have more than 2 SDMs can use the B or D ] rbff1:0:000000:00:999:[ buttons as well. ] rbff1:0:10E001:01:000:Always have Easy Supers rbff1:0:000000:00:999:[ Free player selection, use at the ] rbff1:0:000000:00:999:[ selection screen. For PL1 *ONLY* ] rbff1:0:102483:00:001:Play with another Billy Kane rbff1:0:000000:00:999:[ The Goto Boss Fight Screen should be ] rbff1:0:000000:00:999:[ activated on the character selection ] rbff1:0:000000:00:999:[ screen. If you activate it during any fight ] rbff1:0:000000:00:999:[ however you will see the ENDING after you ] rbff1:0:000000:00:999:[ win that match! ] rbff1:0:106A37:0D:001:Goto Boss Fight Screen Now! rbff1:0:100489:C0:000:Infinite Energy PL1 rbff1:0:100489:00:001:Drain All Energy Now! PL1 rbff1:0:1004BA:3C:000:Infinite Power PL1 rbff1:0:100589:C0:000:Infinite Energy PL2 rbff1:0:100589:00:001:Drain All Energy Now! PL2 rbff1:0:1005BA:3C:000:Infinite Power PL2 :rbff1:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :rbff1:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :rbff1:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Real Bout Fatal Fury 2 - The Newcomers / Real Bout Garou Densetsu 2 - the newcomers (set 1) ] :rbff2:00000000:107C28:00000099:FFFFFFFF:Infinite Time :rbff2:00000001:107C28:00000000:FFFFFFFF:Finish this Round Now! :rbff2:60000000:000000:00000000:00000000:[ Stage Selection. Activate during a match. ] :rbff2:60000000:000000:00000000:00000000:[ Win the match for cheat to take effect. ] :rbff2:00000001:107BB5:00000008:FFFFFFFF:Fight Krauser Next Now! :rbff2:00000001:107BB5:00000009:FFFFFFFF:Fight Geese Next Now! :rbff2:00000001:107BB5:0000000A:FFFFFFFF:Fight Alfred Next Now! :rbff2:00000001:107BB5:0000000B:FFFFFFFF:Goto Ending Next Now! :rbff2:60000000:000000:00000000:00000000:[ Once you activate Easy Supers you can do ] :rbff2:60000000:000000:00000000:00000000:[ all the DMs and SDMs of any character, ] :rbff2:60000000:000000:00000000:00000000:[ regardless of life or power conditions. ] :rbff2:60000000:000000:00000000:00000000:[ All you have to do is do d,d+A (DM)or d,d+C ] :rbff2:60000000:000000:00000000:00000000:[ (SDM). Franco and Billy can use d,d+B for ] :rbff2:60000000:000000:00000000:00000000:[ their second DM, while Geese and Krauser ] :rbff2:60000000:000000:00000000:00000000:[ can use d,d+D for their second SDM. ] :rbff2:60000000:000000:00000000:00000000:[ Xiangfei's second DM must still be input ] :rbff2:60000000:000000:00000000:00000000:[ manually (as it must be comboed into). ] :rbff2:00800000:10E001:00000001:00000001:Always have Easy Supers :rbff2:60000000:000000:00000000:00000000:[ Free Backdrop Selection. Activate between ] :rbff2:60000000:000000:00000000:00000000:[ rounds. First character listed with each ] :rbff2:60000000:000000:00000000:00000000:[ selection uses Variation 0, 2nd character ] :rbff2:60000000:000000:00000000:00000000:[ listed uses Variation 1, and if applicable, ] :rbff2:60000000:000000:00000000:00000000:[ 3rd character listed uses Variation 2. ] :rbff2:62000000:000000:00000000:00000000:Select Backdrop :rbff2:00010000:107BB1:00000001:FFFFFFFF:Tree:Mai, Sokaku, Andy :rbff2:00010000:107BB1:00000002:FFFFFFFF:Billboard (1 Line):Cheng, Yamazaki :rbff2:00010000:107BB1:00000003:FFFFFFFF:Square:Kim, Tung :rbff2:00010000:107BB1:00000004:FFFFFFFF:Geese Tower:Geese, Billy :rbff2:00010000:107BB1:00000005:FFFFFFFF:Strolheim Castle:Krauser, Laurence :rbff2:00010000:107BB1:00000006:FFFFFFFF:Crosswalk:Duck, Mary :rbff2:00010000:107BB1:00000007:FFFFFFFF:Fighting Ring:Bob, Franco, Joe :rbff2:00010000:107BB1:00000008:FFFFFFFF:Jin Chamber:Chonshu, Chonrei :rbff2:00010000:107BB1:00000009:FFFFFFFF:Rest Stop:Terry, Rick, Alfred :rbff2:00010000:107BB1:0000000A:FFFFFFFF:Street (1 Line):Xiangfei, Hon-Fu :rbff2:00000100:107BB7:00000002:FFFFFFFF:Select Stage Variation rbff2:0:10048B:C0:000:Infinite Energy PL1 rbff2:0:10048B:00:001:Drain All Energy Now! PL1 rbff2:0:1004BC:3C:000:Infinite Power PL1 :rbff2:00000100:107C0C:00000002:FFFFFFFF:Select Rounds Won PL1 :rbff2:00000900:107C1B:00000099:FFFFFFFF:Select Streak Count PL1 rbff2:0:1004CD:5F:000:Motion blur for PL1:This cheat is futile but it permits you to make out the differences between normal and special moves :rbff2:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :rbff2:60000000:000000:00000000:00000000:[ rounds or after selection. ] :rbff2:62000000:000000:00000000:00000000:Select Character PL1 :rbff2:00010000:107BA5:00000001:FFFFFFFF:Terry Bogard :rbff2:00010000:107BA5:00000002:FFFFFFFF:Andy Bogard :rbff2:00010000:107BA5:00000003:FFFFFFFF:Joe Higashi :rbff2:00010000:107BA5:00000004:FFFFFFFF:Mai Shiranui :rbff2:00010000:107BA5:00000005:FFFFFFFF:Geese Howard :rbff2:00010000:107BA5:00000006:FFFFFFFF:Sokaku Mochizuki :rbff2:00010000:107BA5:00000007:FFFFFFFF:Bob Wilson :rbff2:00010000:107BA5:00000008:FFFFFFFF:Hon-Fu :rbff2:00010000:107BA5:00000009:FFFFFFFF:Blue Mary :rbff2:00010000:107BA5:0000000A:FFFFFFFF:Franco Bash :rbff2:00010000:107BA5:0000000B:FFFFFFFF:Ryuji Yamazaki :rbff2:00010000:107BA5:0000000C:FFFFFFFF:Jin Chonshu :rbff2:00010000:107BA5:0000000D:FFFFFFFF:Jin Chonrei :rbff2:00010000:107BA5:0000000E:FFFFFFFF:Duck King :rbff2:00010000:107BA5:0000000F:FFFFFFFF:Kim Kaphwan :rbff2:00010000:107BA5:00000010:FFFFFFFF:Billy Kane :rbff2:00010000:107BA5:00000011:FFFFFFFF:Cheng Sinzan :rbff2:00010000:107BA5:00000012:FFFFFFFF:Tung Fu Rue :rbff2:00010000:107BA5:00000013:FFFFFFFF:Laurence Blood :rbff2:00010000:107BA5:00000014:FFFFFFFF:Wolfgang Krauser :rbff2:00010000:107BA5:00000015:FFFFFFFF:Rick Strowd :rbff2:00010000:107BA5:00000016:FFFFFFFF:Li Xiangfei :rbff2:00010000:107BA5:00000017:FFFFFFFF:#Alfred# :rbff2:62000000:000000:00000000:00000000:Select Character Colour PL1:Lifebar portrait colours will not change :rbff2:00010000:107BAC:00000001:FFFFFFFF:A Colour :rbff2:00010000:107BAC:00000001:FFFFFFFF:D Colour rbff2:0:10058B:C0:000:Infinite Energy PL2 rbff2:0:10058B:00:001:Drain All Energy Now! PL2 rbff2:0:1005BC:3C:000:Infinite Power PL2 :rbff2:00000100:107C0C:0000000D:FFFFFFFF:Select Rounds Won PL2 :rbff2:00000900:107C1D:00000099:FFFFFFFF:Select Streak Count PL2 rbff2:0:1005CD:5F:000:Motion blur for PL2:This cheat is futile but it permits you to make out the differences between normal and special moves :rbff2:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :rbff2:60000000:000000:00000000:00000000:[ rounds or after selection. ] :rbff2:62000000:000000:00000000:00000000:Select Character PL2 :rbff2:00010000:107BA7:00000001:FFFFFFFF:Terry Bogard :rbff2:00010000:107BA7:00000002:FFFFFFFF:Andy Bogard :rbff2:00010000:107BA7:00000003:FFFFFFFF:Joe Higashi :rbff2:00010000:107BA7:00000004:FFFFFFFF:Mai Shiranui :rbff2:00010000:107BA7:00000005:FFFFFFFF:Geese Howard :rbff2:00010000:107BA7:00000006:FFFFFFFF:Sokaku Mochizuki :rbff2:00010000:107BA7:00000007:FFFFFFFF:Bob Wilson :rbff2:00010000:107BA7:00000008:FFFFFFFF:Hon-Fu :rbff2:00010000:107BA7:00000009:FFFFFFFF:Blue Mary :rbff2:00010000:107BA7:0000000A:FFFFFFFF:Franco Bash :rbff2:00010000:107BA7:0000000B:FFFFFFFF:Ryuji Yamazaki :rbff2:00010000:107BA7:0000000C:FFFFFFFF:Jin Chonshu :rbff2:00010000:107BA7:0000000D:FFFFFFFF:Jin Chonrei :rbff2:00010000:107BA7:0000000E:FFFFFFFF:Duck King :rbff2:00010000:107BA7:0000000F:FFFFFFFF:Kim Kaphwan :rbff2:00010000:107BA7:00000010:FFFFFFFF:Billy Kane :rbff2:00010000:107BA7:00000011:FFFFFFFF:Cheng Sinzan :rbff2:00010000:107BA7:00000012:FFFFFFFF:Tung Fu Rue :rbff2:00010000:107BA7:00000013:FFFFFFFF:Laurence Blood :rbff2:00010000:107BA7:00000014:FFFFFFFF:Wolfgang Krauser :rbff2:00010000:107BA7:00000015:FFFFFFFF:Rick Strowd :rbff2:00010000:107BA7:00000016:FFFFFFFF:Li Xiangfei :rbff2:00010000:107BA7:00000017:FFFFFFFF:#Alfred# :rbff2:62000000:000000:00000000:00000000:Select Character Colour PL2:Lifebar portrait colours will not change :rbff2:00010000:107BAD:00000001:FFFFFFFF:A Colour :rbff2:00010000:107BAD:00000001:FFFFFFFF:D Colour :rbff2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :rbff2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :rbff2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Real Bout Fatal Fury 2 - The Newcomers / Real Bout Garou Densetsu 2 - the newcomers (set 2) ] :rbff2a:00000000:107C28:00000099:FFFFFFFF:Infinite Time :rbff2a:00000001:107C28:00000000:FFFFFFFF:Finish this Round Now! :rbff2a:60000000:000000:00000000:00000000:[ Stage Selection. Activate during a match. ] :rbff2a:60000000:000000:00000000:00000000:[ Win the match for cheat to take effect. ] :rbff2a:00000001:107BB5:00000008:FFFFFFFF:Fight Krauser Next Now! :rbff2a:00000001:107BB5:00000009:FFFFFFFF:Fight Geese Next Now! :rbff2a:00000001:107BB5:0000000A:FFFFFFFF:Fight Alfred Next Now! :rbff2a:00000001:107BB5:0000000B:FFFFFFFF:Goto Ending Next Now! :rbff2a:60000000:000000:00000000:00000000:[ Once you activate Easy Supers you can do ] :rbff2a:60000000:000000:00000000:00000000:[ all the DMs and SDMs of any character, ] :rbff2a:60000000:000000:00000000:00000000:[ regardless of life or power conditions. ] :rbff2a:60000000:000000:00000000:00000000:[ All you have to do is do d,d+A (DM)or d,d+C ] :rbff2a:60000000:000000:00000000:00000000:[ (SDM). Franco and Billy can use d,d+B for ] :rbff2a:60000000:000000:00000000:00000000:[ their second DM, while Geese and Krauser ] :rbff2a:60000000:000000:00000000:00000000:[ can use d,d+D for their second SDM. ] :rbff2a:60000000:000000:00000000:00000000:[ Xiangfei's second DM must still be input ] :rbff2a:60000000:000000:00000000:00000000:[ manually (as it must be comboed into). ] :rbff2a:00800000:10E001:00000001:00000001:Always have Easy Supers :rbff2a:60000000:000000:00000000:00000000:[ Free Backdrop Selection. Activate between ] :rbff2a:60000000:000000:00000000:00000000:[ rounds. First character listed with each ] :rbff2a:60000000:000000:00000000:00000000:[ selection uses Variation 0, 2nd character ] :rbff2a:60000000:000000:00000000:00000000:[ listed uses Variation 1, and if applicable, ] :rbff2a:60000000:000000:00000000:00000000:[ 3rd character listed uses Variation 2. ] :rbff2a:62000000:000000:00000000:00000000:Select Backdrop :rbff2a:00010000:107BB1:00000001:FFFFFFFF:Tree:Mai, Sokaku, Andy :rbff2a:00010000:107BB1:00000002:FFFFFFFF:Billboard (1 Line):Cheng, Yamazaki :rbff2a:00010000:107BB1:00000003:FFFFFFFF:Square:Kim, Tung :rbff2a:00010000:107BB1:00000004:FFFFFFFF:Geese Tower:Geese, Billy :rbff2a:00010000:107BB1:00000005:FFFFFFFF:Strolheim Castle:Krauser, Laurence :rbff2a:00010000:107BB1:00000006:FFFFFFFF:Crosswalk:Duck, Mary :rbff2a:00010000:107BB1:00000007:FFFFFFFF:Fighting Ring:Bob, Franco, Joe :rbff2a:00010000:107BB1:00000008:FFFFFFFF:Jin Chamber:Chonshu, Chonrei :rbff2a:00010000:107BB1:00000009:FFFFFFFF:Rest Stop:Terry, Rick, Alfred :rbff2a:00010000:107BB1:0000000A:FFFFFFFF:Street (1 Line):Xiangfei, Hon-Fu :rbff2a:00000100:107BB7:00000002:FFFFFFFF:Select Stage Variation rbff2a:0:10048B:C0:000:Infinite Energy PL1 rbff2a:0:10048B:00:001:Drain All Energy Now! PL1 rbff2a:0:1004BC:3C:000:Infinite Power PL1 :rbff2a:00000100:107C0C:00000002:FFFFFFFF:Select Rounds Won PL1 :rbff2a:00000900:107C1B:00000099:FFFFFFFF:Select Streak Count PL1 rbff2a:0:1004CD:5F:000:Motion blur for PL1:This cheat is futile but it permits you to make out the differences between normal and special moves :rbff2a:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :rbff2a:60000000:000000:00000000:00000000:[ rounds or after selection. ] :rbff2a:62000000:000000:00000000:00000000:Select Character PL1 :rbff2a:00010000:107BA5:00000001:FFFFFFFF:Terry Bogard :rbff2a:00010000:107BA5:00000002:FFFFFFFF:Andy Bogard :rbff2a:00010000:107BA5:00000003:FFFFFFFF:Joe Higashi :rbff2a:00010000:107BA5:00000004:FFFFFFFF:Mai Shiranui :rbff2a:00010000:107BA5:00000005:FFFFFFFF:Geese Howard :rbff2a:00010000:107BA5:00000006:FFFFFFFF:Sokaku Mochizuki :rbff2a:00010000:107BA5:00000007:FFFFFFFF:Bob Wilson :rbff2a:00010000:107BA5:00000008:FFFFFFFF:Hon-Fu :rbff2a:00010000:107BA5:00000009:FFFFFFFF:Blue Mary :rbff2a:00010000:107BA5:0000000A:FFFFFFFF:Franco Bash :rbff2a:00010000:107BA5:0000000B:FFFFFFFF:Ryuji Yamazaki :rbff2a:00010000:107BA5:0000000C:FFFFFFFF:Jin Chonshu :rbff2a:00010000:107BA5:0000000D:FFFFFFFF:Jin Chonrei :rbff2a:00010000:107BA5:0000000E:FFFFFFFF:Duck King :rbff2a:00010000:107BA5:0000000F:FFFFFFFF:Kim Kaphwan :rbff2a:00010000:107BA5:00000010:FFFFFFFF:Billy Kane :rbff2a:00010000:107BA5:00000011:FFFFFFFF:Cheng Sinzan :rbff2a:00010000:107BA5:00000012:FFFFFFFF:Tung Fu Rue :rbff2a:00010000:107BA5:00000013:FFFFFFFF:Laurence Blood :rbff2a:00010000:107BA5:00000014:FFFFFFFF:Wolfgang Krauser :rbff2a:00010000:107BA5:00000015:FFFFFFFF:Rick Strowd :rbff2a:00010000:107BA5:00000016:FFFFFFFF:Li Xiangfei :rbff2a:00010000:107BA5:00000017:FFFFFFFF:#Alfred# :rbff2a:62000000:000000:00000000:00000000:Select Character Colour PL1:Lifebar portrait colours will not change :rbff2a:00010000:107BAC:00000001:FFFFFFFF:A Colour :rbff2a:00010000:107BAC:00000001:FFFFFFFF:D Colour rbff2a:0:10058B:C0:000:Infinite Energy PL2 rbff2a:0:10058B:00:001:Drain All Energy Now! PL2 rbff2a:0:1005BC:3C:000:Infinite Power PL2 :rbff2a:00000100:107C0C:0000000D:FFFFFFFF:Select Rounds Won PL2 :rbff2a:00000900:107C1D:00000099:FFFFFFFF:Select Streak Count PL2 rbff2a:0:1005CD:5F:000:Motion blur for PL2:This cheat is futile but it permits you to make out the differences between normal and special moves :rbff2a:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :rbff2a:60000000:000000:00000000:00000000:[ rounds or after selection. ] :rbff2a:62000000:000000:00000000:00000000:Select Character PL2 :rbff2a:00010000:107BA7:00000001:FFFFFFFF:Terry Bogard :rbff2a:00010000:107BA7:00000002:FFFFFFFF:Andy Bogard :rbff2a:00010000:107BA7:00000003:FFFFFFFF:Joe Higashi :rbff2a:00010000:107BA7:00000004:FFFFFFFF:Mai Shiranui :rbff2a:00010000:107BA7:00000005:FFFFFFFF:Geese Howard :rbff2a:00010000:107BA7:00000006:FFFFFFFF:Sokaku Mochizuki :rbff2a:00010000:107BA7:00000007:FFFFFFFF:Bob Wilson :rbff2a:00010000:107BA7:00000008:FFFFFFFF:Hon-Fu :rbff2a:00010000:107BA7:00000009:FFFFFFFF:Blue Mary :rbff2a:00010000:107BA7:0000000A:FFFFFFFF:Franco Bash :rbff2a:00010000:107BA7:0000000B:FFFFFFFF:Ryuji Yamazaki :rbff2a:00010000:107BA7:0000000C:FFFFFFFF:Jin Chonshu :rbff2a:00010000:107BA7:0000000D:FFFFFFFF:Jin Chonrei :rbff2a:00010000:107BA7:0000000E:FFFFFFFF:Duck King :rbff2a:00010000:107BA7:0000000F:FFFFFFFF:Kim Kaphwan :rbff2a:00010000:107BA7:00000010:FFFFFFFF:Billy Kane :rbff2a:00010000:107BA7:00000011:FFFFFFFF:Cheng Sinzan :rbff2a:00010000:107BA7:00000012:FFFFFFFF:Tung Fu Rue :rbff2a:00010000:107BA7:00000013:FFFFFFFF:Laurence Blood :rbff2a:00010000:107BA7:00000014:FFFFFFFF:Wolfgang Krauser :rbff2a:00010000:107BA7:00000015:FFFFFFFF:Rick Strowd :rbff2a:00010000:107BA7:00000016:FFFFFFFF:Li Xiangfei :rbff2a:00010000:107BA7:00000017:FFFFFFFF:#Alfred# :rbff2a:62000000:000000:00000000:00000000:Select Character Colour PL2:Lifebar portrait colours will not change :rbff2a:00010000:107BAD:00000001:FFFFFFFF:A Colour :rbff2a:00010000:107BAD:00000001:FFFFFFFF:D Colour :rbff2a:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :rbff2a:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :rbff2a:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Real Bout Fatal Fury 2 - The Newcomers / Real Bout Garou Densetsu 2 - the newcomers (Korean release) ] :rbff2k:00000000:107C28:00000099:FFFFFFFF:Infinite Time :rbff2k:00000001:107C28:00000000:FFFFFFFF:Finish this Round Now! :rbff2k:60000000:000000:00000000:00000000:[ Stage Selection. Activate during a match. ] :rbff2k:60000000:000000:00000000:00000000:[ Win the match for cheat to take effect. ] :rbff2k:00000001:107BB5:00000008:FFFFFFFF:Fight Krauser Next Now! :rbff2k:00000001:107BB5:00000009:FFFFFFFF:Fight Geese Next Now! :rbff2k:00000001:107BB5:0000000A:FFFFFFFF:Fight Alfred Next Now! :rbff2k:00000001:107BB5:0000000B:FFFFFFFF:Goto Ending Next Now! :rbff2k:60000000:000000:00000000:00000000:[ Once you activate Easy Supers you can do ] :rbff2k:60000000:000000:00000000:00000000:[ all the DMs and SDMs of any character, ] :rbff2k:60000000:000000:00000000:00000000:[ regardless of life or power conditions. ] :rbff2k:60000000:000000:00000000:00000000:[ All you have to do is do d,d+A (DM)or d,d+C ] :rbff2k:60000000:000000:00000000:00000000:[ (SDM). Franco and Billy can use d,d+B for ] :rbff2k:60000000:000000:00000000:00000000:[ their second DM, while Geese and Krauser ] :rbff2k:60000000:000000:00000000:00000000:[ can use d,d+D for their second SDM. ] :rbff2k:60000000:000000:00000000:00000000:[ Xiangfei's second DM must still be input ] :rbff2k:60000000:000000:00000000:00000000:[ manually (as it must be comboed into). ] :rbff2k:00800000:10E001:00000001:00000001:Always have Easy Supers :rbff2k:60000000:000000:00000000:00000000:[ Free Backdrop Selection. Activate between ] :rbff2k:60000000:000000:00000000:00000000:[ rounds. First character listed with each ] :rbff2k:60000000:000000:00000000:00000000:[ selection uses Variation 0, 2nd character ] :rbff2k:60000000:000000:00000000:00000000:[ listed uses Variation 1, and if applicable, ] :rbff2k:60000000:000000:00000000:00000000:[ 3rd character listed uses Variation 2. ] :rbff2k:62000000:000000:00000000:00000000:Select Backdrop :rbff2k:00010000:107BB1:00000001:FFFFFFFF:Tree:Mai, Sokaku, Andy :rbff2k:00010000:107BB1:00000002:FFFFFFFF:Billboard (1 Line):Cheng, Yamazaki :rbff2k:00010000:107BB1:00000003:FFFFFFFF:Square:Kim, Tung :rbff2k:00010000:107BB1:00000004:FFFFFFFF:Geese Tower:Geese, Billy :rbff2k:00010000:107BB1:00000005:FFFFFFFF:Strolheim Castle:Krauser, Laurence :rbff2k:00010000:107BB1:00000006:FFFFFFFF:Crosswalk:Duck, Mary :rbff2k:00010000:107BB1:00000007:FFFFFFFF:Fighting Ring:Bob, Franco, Joe :rbff2k:00010000:107BB1:00000008:FFFFFFFF:Jin Chamber:Chonshu, Chonrei :rbff2k:00010000:107BB1:00000009:FFFFFFFF:Rest Stop:Terry, Rick, Alfred :rbff2k:00010000:107BB1:0000000A:FFFFFFFF:Street (1 Line):Xiangfei, Hon-Fu :rbff2k:00000100:107BB7:00000002:FFFFFFFF:Select Stage Variation rbff2k:0:10048B:C0:000:Infinite Energy PL1 rbff2k:0:10048B:00:001:Drain All Energy Now! PL1 rbff2k:0:1004BC:3C:000:Infinite Power PL1 :rbff2k:00000100:107C0C:00000002:FFFFFFFF:Select Rounds Won PL1 :rbff2k:00000900:107C1B:00000099:FFFFFFFF:Select Streak Count PL1 rbff2k:0:1004CD:5F:000:Motion blur for PL1:This cheat is futile but it permits you to make out the differences between normal and special moves :rbff2k:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :rbff2k:60000000:000000:00000000:00000000:[ rounds or after selection. ] :rbff2k:62000000:000000:00000000:00000000:Select Character PL1 :rbff2k:00010000:107BA5:00000001:FFFFFFFF:Terry Bogard :rbff2k:00010000:107BA5:00000002:FFFFFFFF:Andy Bogard :rbff2k:00010000:107BA5:00000003:FFFFFFFF:Joe Higashi :rbff2k:00010000:107BA5:00000004:FFFFFFFF:Mai Shiranui :rbff2k:00010000:107BA5:00000005:FFFFFFFF:Geese Howard :rbff2k:00010000:107BA5:00000006:FFFFFFFF:Sokaku Mochizuki :rbff2k:00010000:107BA5:00000007:FFFFFFFF:Bob Wilson :rbff2k:00010000:107BA5:00000008:FFFFFFFF:Hon-Fu :rbff2k:00010000:107BA5:00000009:FFFFFFFF:Blue Mary :rbff2k:00010000:107BA5:0000000A:FFFFFFFF:Franco Bash :rbff2k:00010000:107BA5:0000000B:FFFFFFFF:Ryuji Yamazaki :rbff2k:00010000:107BA5:0000000C:FFFFFFFF:Jin Chonshu :rbff2k:00010000:107BA5:0000000D:FFFFFFFF:Jin Chonrei :rbff2k:00010000:107BA5:0000000E:FFFFFFFF:Duck King :rbff2k:00010000:107BA5:0000000F:FFFFFFFF:Kim Kaphwan :rbff2k:00010000:107BA5:00000010:FFFFFFFF:Billy Kane :rbff2k:00010000:107BA5:00000011:FFFFFFFF:Cheng Sinzan :rbff2k:00010000:107BA5:00000012:FFFFFFFF:Tung Fu Rue :rbff2k:00010000:107BA5:00000013:FFFFFFFF:Laurence Blood :rbff2k:00010000:107BA5:00000014:FFFFFFFF:Wolfgang Krauser :rbff2k:00010000:107BA5:00000015:FFFFFFFF:Rick Strowd :rbff2k:00010000:107BA5:00000016:FFFFFFFF:Li Xiangfei :rbff2k:00010000:107BA5:00000017:FFFFFFFF:#Alfred# :rbff2k:62000000:000000:00000000:00000000:Select Character Colour PL1:Lifebar portrait colours will not change :rbff2k:00010000:107BAC:00000001:FFFFFFFF:A Colour :rbff2k:00010000:107BAC:00000001:FFFFFFFF:D Colour rbff2k:0:10058B:C0:000:Infinite Energy PL2 rbff2k:0:10058B:00:001:Drain All Energy Now! PL2 rbff2k:0:1005BC:3C:000:Infinite Power PL2 :rbff2k:00000100:107C0C:0000000D:FFFFFFFF:Select Rounds Won PL2 :rbff2k:00000900:107C1D:00000099:FFFFFFFF:Select Streak Count PL2 rbff2k:0:1005CD:5F:000:Motion blur for PL2:This cheat is futile but it permits you to make out the differences between normal and special moves :rbff2k:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :rbff2k:60000000:000000:00000000:00000000:[ rounds or after selection. ] :rbff2k:62000000:000000:00000000:00000000:Select Character PL2 :rbff2k:00010000:107BA7:00000001:FFFFFFFF:Terry Bogard :rbff2k:00010000:107BA7:00000002:FFFFFFFF:Andy Bogard :rbff2k:00010000:107BA7:00000003:FFFFFFFF:Joe Higashi :rbff2k:00010000:107BA7:00000004:FFFFFFFF:Mai Shiranui :rbff2k:00010000:107BA7:00000005:FFFFFFFF:Geese Howard :rbff2k:00010000:107BA7:00000006:FFFFFFFF:Sokaku Mochizuki :rbff2k:00010000:107BA7:00000007:FFFFFFFF:Bob Wilson :rbff2k:00010000:107BA7:00000008:FFFFFFFF:Hon-Fu :rbff2k:00010000:107BA7:00000009:FFFFFFFF:Blue Mary :rbff2k:00010000:107BA7:0000000A:FFFFFFFF:Franco Bash :rbff2k:00010000:107BA7:0000000B:FFFFFFFF:Ryuji Yamazaki :rbff2k:00010000:107BA7:0000000C:FFFFFFFF:Jin Chonshu :rbff2k:00010000:107BA7:0000000D:FFFFFFFF:Jin Chonrei :rbff2k:00010000:107BA7:0000000E:FFFFFFFF:Duck King :rbff2k:00010000:107BA7:0000000F:FFFFFFFF:Kim Kaphwan :rbff2k:00010000:107BA7:00000010:FFFFFFFF:Billy Kane :rbff2k:00010000:107BA7:00000011:FFFFFFFF:Cheng Sinzan :rbff2k:00010000:107BA7:00000012:FFFFFFFF:Tung Fu Rue :rbff2k:00010000:107BA7:00000013:FFFFFFFF:Laurence Blood :rbff2k:00010000:107BA7:00000014:FFFFFFFF:Wolfgang Krauser :rbff2k:00010000:107BA7:00000015:FFFFFFFF:Rick Strowd :rbff2k:00010000:107BA7:00000016:FFFFFFFF:Li Xiangfei :rbff2k:00010000:107BA7:00000017:FFFFFFFF:#Alfred# :rbff2k:62000000:000000:00000000:00000000:Select Character Colour PL2:Lifebar portrait colours will not change :rbff2k:00010000:107BAD:00000001:FFFFFFFF:A Colour :rbff2k:00010000:107BAD:00000001:FFFFFFFF:D Colour :rbff2k:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :rbff2k:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :rbff2k:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Real Bout Fatal Fury Special / Real Bout Garou Densetsu Special ] rbffspec:0:106AB4:60:000:Infinite Time rbffspec:0:000000:00:999:[ Once you activate Easy Supers you can do ] rbffspec:0:000000:00:999:[ all the SDMs of any character (even the ] rbffspec:0:000000:00:999:[ hidden SDMs), all you have to do usually is ] rbffspec:0:000000:00:999:[ during play press down, down + A (DM), ] rbffspec:0:000000:00:999:[ down, down + C (SDM), some characters that ] rbffspec:0:000000:00:999:[ have more than 2 SDMs can use the B or D ] rbffspec:0:000000:00:999:[ buttons as well. ] rbffspec:0:10E001:01:000:Always have Easy Supers rbffspec:0:10048B:C0:000:Infinite Energy PL1 rbffspec:0:10048B:00:001:Drain All Energy Now! PL1 rbffspec:0:1004BC:3C:000:Infinite Power PL1 rbffspec:0:102588:0A:000:Infinite Select Time PL1 rbffspec:0:000000:00:999:[ Free player selection, Use on the ] rbffspec:0:000000:00:999:[ character selection screen. ] rbffspec:0:102585:05:001:Play as Geese Howard Now! PL1 rbffspec:0:10258D:05:501:Play as Geese Howard Now! PL1 (2/2) rbffspec:0:10058B:C0:000:Infinite Energy PL2 rbffspec:0:10058B:00:001:Drain All Energy Now! PL2 rbffspec:0:1005BC:3C:000:Infinite Power PL2 rbffspec:0:102688:0A:000:Infinite Select Time PL2 rbffspec:0:000000:00:999:[ Free player selection, Use on the ] rbffspec:0:000000:00:999:[ character selection screen. ] rbffspec:0:102685:05:001:Play as Geese Howard Now! PL2 rbffspec:0:10268D:05:501:Play as Geese Howard Now! PL2 (2/2) rbffspec:0:000000:00:999:[ The Geese cheat only takes effect when ] rbffspec:0:000000:00:999:[ there is a screen change. ] rbffspec:0:106A25:04:001:Fight as Geese rbffspec:0:000000:00:999:[ The Goto Boss Fight Screen should be ] rbffspec:0:000000:00:999:[ activated on the character selection ] rbffspec:0:000000:00:999:[ screen. If you activate it during any fight ] rbffspec:0:000000:00:999:[ however you will see the ENDING after you ] rbffspec:0:000000:00:999:[ win that match! ] rbffspec:0:106A35:09:001:Goto Boss (Krauser) Now! rbffspec:0:106A35:0A:001:Goto Secret Boss (Geese) Now! :rbffspec:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :rbffspec:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :rbffspec:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Vs. Atari R.B.I. Baseball (set 1) ] rbibb:0:0583:09:000:Infinite Credits rbibb:0:011C:00:000:Infinite Strikes rbibb:0:011D:00:000:Infinite Balls rbibb:0:011E:00:000:Infinite Outs rbibb:0:011C:00:001:Set Strikes to 0 Now! rbibb:0:011C:03:001:Set Strikes to 3 Now! rbibb:0:011D:00:001:Set Balls to 0 Now! rbibb:0:011D:04:001:Set Balls to 4 Now! rbibb:0:011E:00:001:Set Outs to 0 Now! rbibb:0:011E:03:001:Set Outs to 3 Now! rbibb:0:0118:63:070:Select Score PL1 rbibb:0:0119:63:070:Select Score PL2 ; [ Vs. Atari R.B.I. Baseball (set 2) ] rbibba:0:0583:09:000:Infinite Credits rbibba:0:011C:00:000:Infinite Strikes rbibba:0:011D:00:000:Infinite Balls rbibba:0:011E:00:000:Infinite Outs rbibba:0:011C:00:001:Set Strikes to 0 Now! rbibba:0:011C:03:001:Set Strikes to 3 Now! rbibba:0:011D:00:001:Set Balls to 0 Now! rbibba:0:011D:04:001:Set Balls to 4 Now! rbibba:0:011E:00:001:Set Outs to 0 Now! rbibba:0:011E:03:001:Set Outs to 3 Now! rbibba:0:0118:63:070:Select Score PL1 rbibba:0:0119:63:070:Select Score PL2 ; [ Real Battle Mahjong King ] rbmk:0:0000:00:999:[ There are no cheats ]:REASON 3 rbmk:0:0000:00:999:[ for this game as it ]:REASON 3 rbmk:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 rbmk:0:0000:00:999:[ Cheats will be added ]:REASON 3 rbmk:0:0000:00:999:[ when somebody submits ]:REASON 3 rbmk:0:0000:00:999:[ some. If you have ]:REASON 3 rbmk:0:0000:00:999:[ made some cheats for ]:REASON 3 rbmk:0:0000:00:999:[ this game please post ]:REASON 3 rbmk:0:0000:00:999:[ them on the cheat ]:REASON 3 rbmk:0:0000:00:999:[ forums. ]:REASON 3 ; [ Tapper (Root Beer) ] rbtapper:0:E011:09:000:Infinite Credits rbtapper:0:E4A7:06:000:Infinite Lives rbtapper:0:0798:C3:100:Invincibility:Glasses will continue on their journey until collected and you won't get pulled down the bar. THe overall effect can be quite strange and there's only so many glasses sprites to go around so you might have to collect some empties to pull some more. rbtapper:0:07A2:C3:600:Invincibility (2/6):Parts 1-2 allows you to pick the empty glasses up whenever rbtapper:0:0818:C3:600:Invincibility (3/6) rbtapper:0:0810:C3:600:Invincibility (4/6):Parts 3-4 stops the full glasses smashing infact they continue wrap back around until picked up rbtapper:0:08D3:C3:600:Invincibility (5/6) rbtapper:0:08E9:18:600:Invincibility (6/6):Parts 5-6 stop angry and 'legless' customers pulling you down the bar...they just continue going rbtapper:0:E711:01:001:Serve one beer on this level rbtapper:0:0000:00:999:[ This Nonstop Dancing Girls cheat ] rbtapper:0:0000:00:999:[ doesn't start until after you get ] rbtapper:0:0000:00:999:[ the money. Also new customers are ] rbtapper:0:0000:00:999:[ NOT distracted by them!! ] rbtapper:0:E712:FF:000:Nonstop Dancing Girls :rbtapper:00001301:E4A8:00000062:FFFFFFFF:Select starting level:You should enable this cheat on the 'Press 1 or 2 player' screen ie. after credits have been inserted! rbtapper:0:E4A8:62:071:Select current level rbtapper:0:E4A8:62:061:Select next level ; [ Royal Casino ] rcasino:0:0000:00:999:[ This game hasn't even ]:REASON 11 rcasino:0:0000:00:999:[ been looked at due to ]:REASON 11 rcasino:0:0000:00:999:[ time constraints - Too]:REASON 11 rcasino:0:0000:00:999:[ many games and so ]:REASON 11 rcasino:0:0000:00:999:[ little time. It is ]:REASON 11 rcasino:0:0000:00:999:[ even possible that ]:REASON 11 rcasino:0:0000:00:999:[ this game may be a ]:REASON 11 rcasino:0:0000:00:999:[ clone of an existing ]:REASON 11 rcasino:0:0000:00:999:[ game which may have ]:REASON 11 rcasino:0:0000:00:999:[ cheats. Please search ]:REASON 11 rcasino:0:0000:00:999:[ the cheat forums ]:REASON 11 rcasino:0:0000:00:999:[ before posting cheat ]:REASON 11 rcasino:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Rail Chase (Japan) ] :rchase:02000000:1FC81B:0000009C:FFFFFFFF:Infinite Energy :rchase:02000000:1FC81A:00000002:FFFFFFFF:Invincibility :rchase:01000100:0C10C6:000000FF:FFFFFFFF:Select Speed :rchase:00000000:0CE020:00000018:FFFFFFFF:Infinite Credits PL1 :rchase:02000000:1FF112:00000000:00000002:Rapid Fire PL1 :rchase:02000000:1F806A:00000000:FFFFFFFF:Auto Fire PL1 :rchase:00000000:0CE01C:00000018:FFFFFFFF:Infinite Credits PL2 :rchase:02000000:1FF112:00000000:00000001:Rapid Fire PL2 :rchase:02000000:1F846A:00000000:FFFFFFFF:Auto Fire PL2 ; [ Rockman 2: The Power Fighters (Japan 960708) ] rckman2j:0:FF8119:45:000:Infinite Time rckman2j:0:FFA83A:07:000:Infinite Final Dr. Wily Time rckman2j:0:FFCD51:00:001:Drain All Enemy Energy Now! rckman2j:0:FFCE51:00:501:Drain All Enemy Energy Now! (2/2) rckman2j:0:FF8351:20:000:Infinite Energy PL1 rckman2j:0:FF8352:02:000:Invincibility PL1 rckman2j:0:FF8459:10:000:Infinite Weapon Energy PL1 rckman2j:0:FF8453:10:500:Infinite Weapon Energy PL1 (2/6) rckman2j:0:FF8455:10:500:Infinite Weapon Energy PL1 (3/6) rckman2j:0:FF845B:10:500:Infinite Weapon Energy PL1 (4/6) rckman2j:0:FF845D:10:500:Infinite Weapon Energy PL1 (5/6) rckman2j:0:FF8457:10:500:Infinite Weapon Energy PL1 (6/6) rckman2j:0:000000:00:999:[ Story 1 Story 2 Story 3 ] rckman2j:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] rckman2j:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] rckman2j:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] rckman2j:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] rckman2j:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] rckman2j:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] rckman2j:0:FF8449:01:000:Always have extra weapon 1 PL1 rckman2j:0:FF844A:01:000:Always have extra weapon 2 PL1 rckman2j:0:FF844B:01:000:Always have extra weapon 3 PL1 rckman2j:0:FF844C:01:000:Always have extra weapon 4 PL1 rckman2j:0:FF844D:01:000:Always have extra weapon 5 PL1 rckman2j:0:FF844E:01:000:Always have extra weapon 6 PL1 rckman2j:0:FF8449:00:001:Lose extra weapon 1 Now! PL1 rckman2j:0:FF844A:00:001:Lose extra weapon 2 Now! PL1 rckman2j:0:FF844B:00:001:Lose extra weapon 3 Now! PL1 rckman2j:0:FF844C:00:001:Lose extra weapon 4 Now! PL1 rckman2j:0:FF844D:00:001:Lose extra weapon 5 Now! PL1 rckman2j:0:FF844E:00:001:Lose extra weapon 6 Now! PL1 rckman2j:0:FF8751:20:000:Infinite Energy PL2 rckman2j:0:FF8752:02:000:Invincibility PL2 rckman2j:0:FF8859:10:000:Infinite Weapon Energy PL2 rckman2j:0:FF8853:10:500:Infinite Weapon Energy PL2 (2/6) rckman2j:0:FF8855:10:500:Infinite Weapon Energy PL2 (3/6) rckman2j:0:FF885B:10:500:Infinite Weapon Energy PL2 (4/6) rckman2j:0:FF885D:10:500:Infinite Weapon Energy PL2 (5/6) rckman2j:0:FF8857:10:500:Infinite Weapon Energy PL2 (6/6) rckman2j:0:000000:00:999:[ Story 1 Story 2 Story 3 ] rckman2j:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] rckman2j:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] rckman2j:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] rckman2j:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] rckman2j:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] rckman2j:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] rckman2j:0:FF8849:01:000:Always have extra weapon 1 PL2 rckman2j:0:FF884A:01:000:Always have extra weapon 2 PL2 rckman2j:0:FF884B:01:000:Always have extra weapon 3 PL2 rckman2j:0:FF884C:01:000:Always have extra weapon 4 PL2 rckman2j:0:FF884D:01:000:Always have extra weapon 5 PL2 rckman2j:0:FF884E:01:000:Always have extra weapon 6 PL2 rckman2j:0:FF8849:00:001:Lose extra weapon 1 Now! PL2 rckman2j:0:FF884A:00:001:Lose extra weapon 2 Now! PL2 rckman2j:0:FF884B:00:001:Lose extra weapon 3 Now! PL2 rckman2j:0:FF884C:00:001:Lose extra weapon 4 Now! PL2 rckman2j:0:FF884D:00:001:Lose extra weapon 5 Now! PL2 rckman2j:0:FF884E:00:001:Lose extra weapon 6 Now! PL2 rckman2j:0:000000:00:999:[ These are the codes to set the machine region - the ] rckman2j:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] rckman2j:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] rckman2j:0:FF808D:00:000:Region Switch = Japan rckman2j:0:FF808D:02:000:Region Switch = USA rckman2j:0:FF808D:04:000:Region Switch = Hispanic rckman2j:0:FF808D:06:000:Region Switch = Asia rckman2j:0:FF808D:08:000:Region Switch = Euro rckman2j:0:FF808D:0A:000:Region Switch = Brazil rckman2j:0:FF80E0:00:000:Title Switch = Rock Man rckman2j:0:FF80E0:FF:000:Title Switch = Mega Man ; [ Rockman: The Power Battle (Japan 950922) ] rckmanj:0:0000:00:999:[ There are no cheats ]:REASON 1 rckmanj:0:0000:00:999:[ for this game as it ]:REASON 1 rckmanj:0:0000:00:999:[ didn't work the last ]:REASON 1 rckmanj:0:0000:00:999:[ time it was tested. ]:REASON 1 rckmanj:0:0000:00:999:[ If the game now works ]:REASON 1 rckmanj:0:0000:00:999:[ please request cheats ]:REASON 1 rckmanj:0:0000:00:999:[ for it on the cheat ]:REASON 1 rckmanj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Rad Action ] rdaction:0:E20D:3C:000:Infinite Time rdaction:0:E130:07:000:Infinite Lives PL1 rdaction:0:E169:07:000:Infinite Lives PL2 rdaction:0:ECF2:00:000:Invincibility rdaction:0:E113:04:000:All Ammo rdaction:0:E117:02:500:All Ammo (2/4) rdaction:0:E118:03:500:All Ammo (3/4) rdaction:0:E119:04:500:All Ammo (4/4) rdaction:0:E111:FF:000:Infinite Fireballs rdaction:0:EC05:00:000:Enemies NEVER shoot rdaction:0:E110:06:001:Clear this Round Now! rdaction:0:E100:1F:061:Select the Scene ; [ Raiden Fighters (Japan set 1) ] :rdft:00000000:00029B7E:00000063:FFFFFFFF:Infinite Credits :rdft:00800000:00029C92:00000004:00000004:Unlock Secret Characters:Raiden Mk-II, Judge Spear :rdft:62000000:00000000:00000000:00000000:Select Current Medal :rdft:00010000:00029BA7:00000000:FFFFFFFF:Normal Medal :rdft:00010000:00029BA7:000000FF:FFFFFFFF:Special Medal :rdft:00000000:00029BA2:00000008:FFFFFFFF:Always Max Small Medal Rank :rdft:00000000:00029BA3:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdft:00000000:00029BA4:00000008:FFFFFFFF:Always Max Big Medal Rank :rdft:00000000:00029BA5:00000009:FFFFFFFF:Always Max Special Medal Rank :rdft:00000000:00029A81:0000000F:FFFFFFFF:Infinite Lives PL1 :rdft:00000000:00029A84:00000007:FFFFFFFF:Infinite Bombs PL1 :rdft:81000000:00029A8C:00000001:0000004B:Invincibility "ON" PL1 :rdft:81000001:00029A8C:00000002:0000004B:Invincibility "OFF" PL1 :rdft:00000000:00029A83:00000004:FFFFFFFF:Always Max Main Shot Power PL1 :rdft:00000000:00029A87:00000003:FFFFFFFF:Always Max Sub Shot Power PL1 :rdft:00000000:000369B0:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :rdft:00010000:0002AB68:00000000:FFFFFFFF:Rapid Fire PL1(2/2) :rdft:00000000:00029A82:00000005:FFFFFFFF:Play as Raiden Mk-II PL1:Set on character select screen :rdft:00000000:00029A82:00000006:FFFFFFFF:Play as Judge Spear PL1:Set on character select screen :rdft:00000000:00029A82:00000007:FFFFFFFF:Play as Slave PL1:Set on character select screen :rdft:82000000:00029AB0:00000008:0000008C:Infinite Slave Energy - 1st PL1 :rdft:82000000:00029AB4:00000008:0000008C:Infinite Slave Energy - 2nd PL1 :rdft:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdft:00010000:00029ACB:00000000:FFFFFFFF:None :rdft:00010000:00029ACB:00000001:FFFFFFFF:Search :rdft:00010000:00029ACB:00000002:FFFFFFFF:Front :rdft:00010000:00029ACB:00000003:FFFFFFFF:Fix :rdft:00010000:00029ACB:00000004:FFFFFFFF:Roll :rdft:00000000:00029ACD:0000000F:FFFFFFFF:Infinite Lives PL2 :rdft:00000000:00029AD0:00000007:FFFFFFFF:Infinite Bombs PL2 :rdft:81000000:00029AD8:00000001:0000004B:Invincibility "ON" PL2 :rdft:81000001:00029AD8:00000002:0000004B:Invincibility "OFF" PL2 :rdft:00000000:00029ACF:00000004:FFFFFFFF:Always Max Main Shot Power PL2 :rdft:00000000:00029AD3:00000003:FFFFFFFF:Always Max Sub Shot Power PL2 :rdft:00000000:000369B1:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :rdft:00010000:0002ABA8:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :rdft:00000000:00029ACE:00000005:FFFFFFFF:Play as Raiden Mk-II PL2:Set on character select screen :rdft:00000000:00029ACE:00000006:FFFFFFFF:Play as Judge Spear PL2:Set on character select screen :rdft:00000000:00029ACE:00000007:FFFFFFFF:Play as Slave PL2:Set on character select screen :rdft:82000000:00029AFC:00000008:0000008C:Infinite Slave Energy - 1st PL2 :rdft:82000000:00029B00:00000008:0000008C:Infinite Slave Energy - 2nd PL2 :rdft:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdft:00010000:00029B17:00000000:FFFFFFFF:None :rdft:00010000:00029B17:00000001:FFFFFFFF:Search :rdft:00010000:00029B17:00000002:FFFFFFFF:Front :rdft:00010000:00029B17:00000003:FFFFFFFF:Fix :rdft:00010000:00029B17:00000004:FFFFFFFF:Roll ; [ Raiden Fighters 2 ] :rdft2:00000000:00028290:00000063:FFFFFFFF:Infinite Credits :rdft2:60000000:00000000:00000000:00000000:[ If you want to select Dark Sword ] :rdft2:60000000:00000000:00000000:00000000:[ Slave & Fairy, need to set Unlock] :rdft2:60000000:00000000:00000000:00000000:[ & Enable cheats at the same time ] :rdft2:00800000:000285B7:00000003:FFFFFFFF:Unlock Secret Characters:Enable before the character selection screen (title screen etc.) :rdft2:00800000:0002880E:00000001:00000001:Enable Dark Sword:Move cursor to "?" then press a button to select Dark Sword :rdft2:00800000:0002880E:00000002:00000002:Enable Slave & Fairy:Move cursor to "Miclus" then press a button to select Fairy :rdft2:62000000:00000000:00000000:00000000:Select Current Medal :rdft2:00010000:00028307:00000000:FFFFFFFF:Normal Medal :rdft2:00010000:00028307:000000FF:FFFFFFFF:Special Medal :rdft2:00000000:00028302:00000008:FFFFFFFF:Always Max Small Medal Rank :rdft2:00000000:00028303:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdft2:00000000:00028304:00000008:FFFFFFFF:Always Max Big Medal Rank :rdft2:00000000:00028305:00000009:FFFFFFFF:Always Max Special Medal Rank :rdft2:00000000:000284F9:0000000F:FFFFFFFF:Infinite Lives PL1 :rdft2:00000000:000284FA:00000007:FFFFFFFF:Infinite Bombs PL1 :rdft2:81000000:00028504:00000001:0000004B:Invincibility "ON" PL1 :rdft2:81000001:00028504:00000002:0000004B:Invincibility "OFF" PL1 :rdft2:00000000:000284FD:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rdft2:00000000:000284FF:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rdft2:82000000:00028534:00000010:0000008C:Infinite Slave Energy - 1st PL1 :rdft2:82000000:00028538:00000010:0000008C:Infinite Slave Energy - 2nd PL1 :rdft2:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdft2:00010000:0002853D:00000000:FFFFFFFF:Normal :rdft2:00010000:0002853D:00000001:FFFFFFFF:Search :rdft2:00010000:0002853D:00000002:FFFFFFFF:Front :rdft2:00010000:0002853D:00000003:FFFFFFFF:Fix :rdft2:00010000:0002853D:00000004:FFFFFFFF:Rolling :rdft2:00000000:0003649C:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on the name entry screen :rdft2:00000000:0003649C:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on the name entry screen :rdft2:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rdft2:00000000:0003649C:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on the name entry screen :rdft2:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rdft2:00010000:0002851A:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rdft2:00000000:0002854F:0000000F:FFFFFFFF:Infinite Lives PL2 :rdft2:00000000:00028550:00000007:FFFFFFFF:Infinite Bombs PL2 :rdft2:81000000:0002855A:00000001:0000004B:Invincibility "ON" PL2 :rdft2:81000001:0002855A:00000002:0000004B:Invincibility "OFF" PL2 :rdft2:00000000:00028553:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rdft2:00000000:00028555:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rdft2:82000000:0002858A:00000010:0000008C:Infinite Slave Energy - 1st PL2 :rdft2:82000000:0002858E:00000010:0000008C:Infinite Slave Energy - 2nd PL2 :rdft2:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdft2:00010000:00028593:00000000:FFFFFFFF:Normal :rdft2:00010000:00028593:00000001:FFFFFFFF:Search :rdft2:00010000:00028593:00000002:FFFFFFFF:Front :rdft2:00010000:00028593:00000003:FFFFFFFF:Fix :rdft2:00010000:00028593:00000004:FFFFFFFF:Rolling :rdft2:00000000:0003649D:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on the name entry screen :rdft2:00000000:0003649D:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on the name entry screen :rdft2:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rdft2:00000000:0003649D:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on the name entry screen :rdft2:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rdft2:00010000:00028570:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) ; [ Raiden Fighters 2 - 2000 (China) ] :rdft22kc:00000000:00028290:00000063:FFFFFFFF:Infinite Credits :rdft22kc:00800000:00028812:00000001:00000001:Enable Dark Sword:Move cursor to "?" then press a button to select Dark Sword :rdft22kc:00800000:00028812:00000002:00000002:Enable Slave & Fairy:Move cursor to "Miclus" then press a button to select Fairy :rdft22kc:62000000:00000000:00000000:00000000:Select Current Medal :rdft22kc:00010000:00028307:00000000:FFFFFFFF:Normal Medal :rdft22kc:00010000:00028307:000000FF:FFFFFFFF:Special Medal :rdft22kc:00000000:00028302:00000008:FFFFFFFF:Always Max Small Medal Rank :rdft22kc:00000000:00028303:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdft22kc:00000000:00028304:00000008:FFFFFFFF:Always Max Big Medal Rank :rdft22kc:00000000:00028305:00000009:FFFFFFFF:Always Max Special Medal Rank :rdft22kc:00000000:000284F9:0000000F:FFFFFFFF:Infinite Lives PL1 :rdft22kc:00000000:000284FA:00000007:FFFFFFFF:Infinite Bombs PL1 :rdft22kc:81000000:00028504:00000001:0000004B:Invincibility "ON" PL1 :rdft22kc:81000001:00028504:00000002:0000004B:Invincibility "OFF" PL1 :rdft22kc:00000000:000284FD:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rdft22kc:00000000:000284FF:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rdft22kc:82000000:00028534:00000010:0000008C:Infinite Slave Energy - 1st PL1 :rdft22kc:82000000:00028538:00000010:0000008C:Infinite Slave Energy - 2nd PL1 :rdft22kc:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdft22kc:00010000:0002853D:00000000:FFFFFFFF:Normal :rdft22kc:00010000:0002853D:00000001:FFFFFFFF:Search :rdft22kc:00010000:0002853D:00000002:FFFFFFFF:Front :rdft22kc:00010000:0002853D:00000003:FFFFFFFF:Fix :rdft22kc:00010000:0002853D:00000004:FFFFFFFF:Rolling :rdft22kc:00000000:000364D4:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on the name entry screen :rdft22kc:00000000:000364D4:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on the name entry screen :rdft22kc:00010000:0002A180:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rdft22kc:00000000:000364D4:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on the name entry screen :rdft22kc:00010000:0002A180:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rdft22kc:00010000:0002851A:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rdft22kc:00000000:0002854F:0000000F:FFFFFFFF:Infinite Lives PL2 :rdft22kc:00000000:00028550:00000007:FFFFFFFF:Infinite Bombs PL2 :rdft22kc:81000000:0002855A:00000001:0000004B:Invincibility "ON" PL2 :rdft22kc:81000001:0002855A:00000002:0000004B:Invincibility "OFF" PL2 :rdft22kc:00000000:00028553:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rdft22kc:00000000:00028555:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rdft22kc:82000000:0002858A:00000010:0000008C:Infinite Slave Energy - 1st PL2 :rdft22kc:82000000:0002858E:00000010:0000008C:Infinite Slave Energy - 2nd PL2 :rdft22kc:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdft22kc:00010000:00028593:00000000:FFFFFFFF:Normal :rdft22kc:00010000:00028593:00000001:FFFFFFFF:Search :rdft22kc:00010000:00028593:00000002:FFFFFFFF:Front :rdft22kc:00010000:00028593:00000003:FFFFFFFF:Fix :rdft22kc:00010000:00028593:00000004:FFFFFFFF:Rolling :rdft22kc:00000000:000364D5:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on the name entry screen :rdft22kc:00000000:000364D5:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on the name entry screen :rdft22kc:00010000:0002A200:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rdft22kc:00000000:000364D5:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on the name entry screen :rdft22kc:00010000:0002A200:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rdft22kc:00010000:00028570:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) ; [ Raiden Fighters 2 (Asia, Metrotainment license, SPI) ] :rdft2a:00000000:00028290:00000063:FFFFFFFF:Infinite Credits :rdft2a:60000000:00000000:00000000:00000000:[ If you want to select Dark Sword ] :rdft2a:60000000:00000000:00000000:00000000:[ Slave & Fairy, need to set Unlock] :rdft2a:60000000:00000000:00000000:00000000:[ & Enable cheats at the same time ] :rdft2a:00800000:000285B7:00000003:FFFFFFFF:Unlock Secret Characters:Enable before the character selection screen (title screen etc.) :rdft2a:00800000:0002880E:00000001:00000001:Enable Dark Sword:Move cursor to "?" then press a button to select Dark Sword :rdft2a:00800000:0002880E:00000002:00000002:Enable Slave & Fairy:Move cursor to "Miclus" then press a button to select Fairy :rdft2a:62000000:00000000:00000000:00000000:Select Current Medal :rdft2a:00010000:00028307:00000000:FFFFFFFF:Normal Medal :rdft2a:00010000:00028307:000000FF:FFFFFFFF:Special Medal :rdft2a:00000000:00028302:00000008:FFFFFFFF:Always Max Small Medal Rank :rdft2a:00000000:00028303:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdft2a:00000000:00028304:00000008:FFFFFFFF:Always Max Big Medal Rank :rdft2a:00000000:00028305:00000009:FFFFFFFF:Always Max Special Medal Rank :rdft2a:00000000:000284F9:0000000F:FFFFFFFF:Infinite Lives PL1 :rdft2a:00000000:000284FA:00000007:FFFFFFFF:Infinite Bombs PL1 :rdft2a:81000000:00028504:00000001:0000004B:Invincibility "ON" PL1 :rdft2a:81000001:00028504:00000002:0000004B:Invincibility "OFF" PL1 :rdft2a:00000000:000284FD:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rdft2a:00000000:000284FF:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rdft2a:82000000:00028534:00000010:0000008C:Infinite Slave Energy - 1st PL1 :rdft2a:82000000:00028538:00000010:0000008C:Infinite Slave Energy - 2nd PL1 :rdft2a:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdft2a:00010000:0002853D:00000000:FFFFFFFF:Normal :rdft2a:00010000:0002853D:00000001:FFFFFFFF:Search :rdft2a:00010000:0002853D:00000002:FFFFFFFF:Front :rdft2a:00010000:0002853D:00000003:FFFFFFFF:Fix :rdft2a:00010000:0002853D:00000004:FFFFFFFF:Rolling :rdft2a:00000000:0003649C:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on the name entry screen :rdft2a:00000000:0003649C:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on the name entry screen :rdft2a:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rdft2a:00000000:0003649C:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on the name entry screen :rdft2a:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rdft2a:00010000:0002851A:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rdft2a:00000000:0002854F:0000000F:FFFFFFFF:Infinite Lives PL2 :rdft2a:00000000:00028550:00000007:FFFFFFFF:Infinite Bombs PL2 :rdft2a:81000000:0002855A:00000001:0000004B:Invincibility "ON" PL2 :rdft2a:81000001:0002855A:00000002:0000004B:Invincibility "OFF" PL2 :rdft2a:00000000:00028553:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rdft2a:00000000:00028555:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rdft2a:82000000:0002858A:00000010:0000008C:Infinite Slave Energy - 1st PL2 :rdft2a:82000000:0002858E:00000010:0000008C:Infinite Slave Energy - 2nd PL2 :rdft2a:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdft2a:00010000:00028593:00000000:FFFFFFFF:Normal :rdft2a:00010000:00028593:00000001:FFFFFFFF:Search :rdft2a:00010000:00028593:00000002:FFFFFFFF:Front :rdft2a:00010000:00028593:00000003:FFFFFFFF:Fix :rdft2a:00010000:00028593:00000004:FFFFFFFF:Rolling :rdft2a:00000000:0003649D:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on the name entry screen :rdft2a:00000000:0003649D:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on the name entry screen :rdft2a:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rdft2a:00000000:0003649D:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on the name entry screen :rdft2a:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rdft2a:00010000:00028570:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) ; [ Raiden Fighters 2 (Asia, Dream Island license, SPI) ] :rdft2a2:00000000:00028290:00000063:FFFFFFFF:Infinite Credits :rdft2a2:60000000:00000000:00000000:00000000:[ If you want to select Dark Sword ] :rdft2a2:60000000:00000000:00000000:00000000:[ Slave & Fairy, need to set Unlock] :rdft2a2:60000000:00000000:00000000:00000000:[ & Enable cheats at the same time ] :rdft2a2:00800000:000285B7:00000003:FFFFFFFF:Unlock Secret Characters:Enable before the character selection screen (title screen etc.) :rdft2a2:00800000:0002880E:00000001:00000001:Enable Dark Sword:Move cursor to "?" then press a button to select Dark Sword :rdft2a2:00800000:0002880E:00000002:00000002:Enable Slave & Fairy:Move cursor to "Miclus" then press a button to select Fairy :rdft2a2:62000000:00000000:00000000:00000000:Select Current Medal :rdft2a2:00010000:00028307:00000000:FFFFFFFF:Normal Medal :rdft2a2:00010000:00028307:000000FF:FFFFFFFF:Special Medal :rdft2a2:00000000:00028302:00000008:FFFFFFFF:Always Max Small Medal Rank :rdft2a2:00000000:00028303:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdft2a2:00000000:00028304:00000008:FFFFFFFF:Always Max Big Medal Rank :rdft2a2:00000000:00028305:00000009:FFFFFFFF:Always Max Special Medal Rank :rdft2a2:00000000:000284F9:0000000F:FFFFFFFF:Infinite Lives PL1 :rdft2a2:00000000:000284FA:00000007:FFFFFFFF:Infinite Bombs PL1 :rdft2a2:81000000:00028504:00000001:0000004B:Invincibility "ON" PL1 :rdft2a2:81000001:00028504:00000002:0000004B:Invincibility "OFF" PL1 :rdft2a2:00000000:000284FD:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rdft2a2:00000000:000284FF:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rdft2a2:82000000:00028534:00000010:0000008C:Infinite Slave Energy - 1st PL1 :rdft2a2:82000000:00028538:00000010:0000008C:Infinite Slave Energy - 2nd PL1 :rdft2a2:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdft2a2:00010000:0002853D:00000000:FFFFFFFF:Normal :rdft2a2:00010000:0002853D:00000001:FFFFFFFF:Search :rdft2a2:00010000:0002853D:00000002:FFFFFFFF:Front :rdft2a2:00010000:0002853D:00000003:FFFFFFFF:Fix :rdft2a2:00010000:0002853D:00000004:FFFFFFFF:Rolling :rdft2a2:00000000:0003649C:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on the name entry screen :rdft2a2:00000000:0003649C:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on the name entry screen :rdft2a2:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rdft2a2:00000000:0003649C:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on the name entry screen :rdft2a2:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rdft2a2:00010000:0002851A:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rdft2a2:00000000:0002854F:0000000F:FFFFFFFF:Infinite Lives PL2 :rdft2a2:00000000:00028550:00000007:FFFFFFFF:Infinite Bombs PL2 :rdft2a2:81000000:0002855A:00000001:0000004B:Invincibility "ON" PL2 :rdft2a2:81000001:0002855A:00000002:0000004B:Invincibility "OFF" PL2 :rdft2a2:00000000:00028553:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rdft2a2:00000000:00028555:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rdft2a2:82000000:0002858A:00000010:0000008C:Infinite Slave Energy - 1st PL2 :rdft2a2:82000000:0002858E:00000010:0000008C:Infinite Slave Energy - 2nd PL2 :rdft2a2:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdft2a2:00010000:00028593:00000000:FFFFFFFF:Normal :rdft2a2:00010000:00028593:00000001:FFFFFFFF:Search :rdft2a2:00010000:00028593:00000002:FFFFFFFF:Front :rdft2a2:00010000:00028593:00000003:FFFFFFFF:Fix :rdft2a2:00010000:00028593:00000004:FFFFFFFF:Rolling :rdft2a2:00000000:0003649D:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on the name entry screen :rdft2a2:00000000:0003649D:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on the name entry screen :rdft2a2:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rdft2a2:00000000:0003649D:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on the name entry screen :rdft2a2:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rdft2a2:00010000:00028570:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) ; [ Raiden Fighters 2 (Japan, SPI) ] :rdft2j:00000000:00028290:00000063:FFFFFFFF:Infinite Credits :rdft2j:60000000:00000000:00000000:00000000:[ If you want to select Dark Sword ] :rdft2j:60000000:00000000:00000000:00000000:[ Slave & Fairy, need to set Unlock] :rdft2j:60000000:00000000:00000000:00000000:[ & Enable cheats at the same time ] :rdft2j:00800000:000285B7:00000003:FFFFFFFF:Unlock Secret Characters:Enable before the character selection screen (title screen etc.) :rdft2j:00800000:0002880E:00000001:00000001:Enable Dark Sword:Move cursor to "?" then press a button to select Dark Sword :rdft2j:00800000:0002880E:00000002:00000002:Enable Slave & Fairy:Move cursor to "Miclus" then press a button to select Fairy :rdft2j:62000000:00000000:00000000:00000000:Select Current Medal :rdft2j:00010000:00028307:00000000:FFFFFFFF:Normal Medal :rdft2j:00010000:00028307:000000FF:FFFFFFFF:Special Medal :rdft2j:00000000:00028302:00000008:FFFFFFFF:Always Max Small Medal Rank :rdft2j:00000000:00028303:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdft2j:00000000:00028304:00000008:FFFFFFFF:Always Max Big Medal Rank :rdft2j:00000000:00028305:00000009:FFFFFFFF:Always Max Special Medal Rank :rdft2j:00000000:000284F9:0000000F:FFFFFFFF:Infinite Lives PL1 :rdft2j:00000000:000284FA:00000007:FFFFFFFF:Infinite Bombs PL1 :rdft2j:81000000:00028504:00000001:0000004B:Invincibility "ON" PL1 :rdft2j:81000001:00028504:00000002:0000004B:Invincibility "OFF" PL1 :rdft2j:00000000:000284FD:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rdft2j:00000000:000284FF:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rdft2j:82000000:00028534:00000010:0000008C:Infinite Slave Energy - 1st PL1 :rdft2j:82000000:00028538:00000010:0000008C:Infinite Slave Energy - 2nd PL1 :rdft2j:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdft2j:00010000:0002853D:00000000:FFFFFFFF:Normal :rdft2j:00010000:0002853D:00000001:FFFFFFFF:Search :rdft2j:00010000:0002853D:00000002:FFFFFFFF:Front :rdft2j:00010000:0002853D:00000003:FFFFFFFF:Fix :rdft2j:00010000:0002853D:00000004:FFFFFFFF:Rolling :rdft2j:00000000:0003649C:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on the name entry screen :rdft2j:00000000:0003649C:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on the name entry screen :rdft2j:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rdft2j:00000000:0003649C:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on the name entry screen :rdft2j:00010000:0002A17C:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rdft2j:00010000:0002851A:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rdft2j:00000000:0002854F:0000000F:FFFFFFFF:Infinite Lives PL2 :rdft2j:00000000:00028550:00000007:FFFFFFFF:Infinite Bombs PL2 :rdft2j:81000000:0002855A:00000001:0000004B:Invincibility "ON" PL2 :rdft2j:81000001:0002855A:00000002:0000004B:Invincibility "OFF" PL2 :rdft2j:00000000:00028553:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rdft2j:00000000:00028555:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rdft2j:82000000:0002858A:00000010:0000008C:Infinite Slave Energy - 1st PL2 :rdft2j:82000000:0002858E:00000010:0000008C:Infinite Slave Energy - 2nd PL2 :rdft2j:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdft2j:00010000:00028593:00000000:FFFFFFFF:Normal :rdft2j:00010000:00028593:00000001:FFFFFFFF:Search :rdft2j:00010000:00028593:00000002:FFFFFFFF:Front :rdft2j:00010000:00028593:00000003:FFFFFFFF:Fix :rdft2j:00010000:00028593:00000004:FFFFFFFF:Rolling :rdft2j:00000000:0003649D:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on the name entry screen :rdft2j:00000000:0003649D:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on the name entry screen :rdft2j:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rdft2j:00000000:0003649D:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on the name entry screen :rdft2j:00010000:0002A1FC:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rdft2j:00010000:00028570:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) ; [ Raiden Fighters 2.1 (US, Single Board) ] :rdft2us:00000000:00028290:00000063:FFFFFFFF:Infinite Credits :rdft2us:00800000:00028816:00000001:00000001:Enable Dark Sword:Move cursor to "?" then press a button to select Dark Sword :rdft2us:00800000:00028816:00000002:00000002:Enable Slave & Fairy:Move cursor to "Miclus" then press a button to select Fairy :rdft2us:62000000:00000000:00000000:00000000:Select Current Medal :rdft2us:00010000:00028307:00000000:FFFFFFFF:Normal Medal :rdft2us:00010000:00028307:000000FF:FFFFFFFF:Special Medal :rdft2us:00000000:00028302:00000008:FFFFFFFF:Always Max Small Medal Rank :rdft2us:00000000:00028303:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdft2us:00000000:00028304:00000008:FFFFFFFF:Always Max Big Medal Rank :rdft2us:00000000:00028305:00000009:FFFFFFFF:Always Max Special Medal Rank :rdft2us:00000000:000284F9:0000000F:FFFFFFFF:Infinite Lives PL1 :rdft2us:00000000:000284FA:00000007:FFFFFFFF:Infinite Bombs PL1 :rdft2us:81000000:00028504:00000001:0000004B:Invincibility "ON" PL1 :rdft2us:81000001:00028504:00000002:0000004B:Invincibility "OFF" PL1 :rdft2us:00000000:000284FD:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rdft2us:00000000:000284FF:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rdft2us:82000000:00028534:00000010:0000008C:Infinite Slave Energy - 1st PL1 :rdft2us:82000000:00028538:00000010:0000008C:Infinite Slave Energy - 2nd PL1 :rdft2us:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdft2us:00010000:0002853D:00000000:FFFFFFFF:Normal :rdft2us:00010000:0002853D:00000001:FFFFFFFF:Search :rdft2us:00010000:0002853D:00000002:FFFFFFFF:Front :rdft2us:00010000:0002853D:00000003:FFFFFFFF:Fix :rdft2us:00010000:0002853D:00000004:FFFFFFFF:Rolling :rdft2us:00000000:00036490:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on the name entry screen :rdft2us:00000000:00036490:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on the name entry screen :rdft2us:00010000:0002A1C8:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rdft2us:00000000:00036490:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on the name entry screen :rdft2us:00010000:0002A1C8:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rdft2us:00010000:0002851A:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rdft2us:00000000:0002854F:0000000F:FFFFFFFF:Infinite Lives PL2 :rdft2us:00000000:00028550:00000007:FFFFFFFF:Infinite Bombs PL2 :rdft2us:81000000:0002855A:00000001:0000004B:Invincibility "ON" PL2 :rdft2us:81000001:0002855A:00000002:0000004B:Invincibility "OFF" PL2 :rdft2us:00000000:00028553:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rdft2us:00000000:00028555:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rdft2us:82000000:0002858A:00000010:0000008C:Infinite Slave Energy - 1st PL2 :rdft2us:82000000:0002858E:00000010:0000008C:Infinite Slave Energy - 2nd PL2 :rdft2us:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdft2us:00010000:00028593:00000000:FFFFFFFF:Normal :rdft2us:00010000:00028593:00000001:FFFFFFFF:Search :rdft2us:00010000:00028593:00000002:FFFFFFFF:Front :rdft2us:00010000:00028593:00000003:FFFFFFFF:Fix :rdft2us:00010000:00028593:00000004:FFFFFFFF:Rolling :rdft2us:00000000:00036491:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on the name entry screen :rdft2us:00000000:00036491:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on the name entry screen :rdft2us:00010000:0002A248:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rdft2us:00000000:00036491:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on the name entry screen :rdft2us:00010000:0002A248:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rdft2us:00010000:00028570:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (3/3) ; [ Raiden Fighters (Australia) ] :rdftau:00000000:00029B7E:00000063:FFFFFFFF:Infinite Credits :rdftau:00800000:00029C92:00000004:00000004:Unlock Secret Characters:Raiden Mk-II, Judge Spear :rdftau:62000000:00000000:00000000:00000000:Select Current Medal :rdftau:00010000:00029BA7:00000000:FFFFFFFF:Normal Medal :rdftau:00010000:00029BA7:000000FF:FFFFFFFF:Special Medal :rdftau:00000000:00029BA2:00000008:FFFFFFFF:Always Max Small Medal Rank :rdftau:00000000:00029BA3:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdftau:00000000:00029BA4:00000008:FFFFFFFF:Always Max Big Medal Rank :rdftau:00000000:00029BA5:00000009:FFFFFFFF:Always Max Special Medal Rank :rdftau:00000000:00029A81:0000000F:FFFFFFFF:Infinite Lives PL1 :rdftau:00000000:00029A84:00000007:FFFFFFFF:Infinite Bombs PL1 :rdftau:81000000:00029A8C:00000001:0000004B:Invincibility "ON" PL1 :rdftau:81000001:00029A8C:00000002:0000004B:Invincibility "OFF" PL1 :rdftau:00000000:00029A83:00000004:FFFFFFFF:Always Max Main Shot Power PL1 :rdftau:00000000:00029A87:00000003:FFFFFFFF:Always Max Sub Shot Power PL1 :rdftau:00000000:000369B0:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :rdftau:00010000:0002AB68:00000000:FFFFFFFF:Rapid Fire PL1(2/2) :rdftau:00000000:00029A82:00000005:FFFFFFFF:Play as Raiden Mk-II PL1:Set on character select screen :rdftau:00000000:00029A82:00000006:FFFFFFFF:Play as Judge Spear PL1:Set on character select screen :rdftau:00000000:00029A82:00000007:FFFFFFFF:Play as Slave PL1:Set on character select screen :rdftau:82000000:00029AB0:00000008:0000008C:Infinite Slave Energy - 1st PL1 :rdftau:82000000:00029AB4:00000008:0000008C:Infinite Slave Energy - 2nd PL1 :rdftau:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdftau:00010000:00029ACB:00000000:FFFFFFFF:None :rdftau:00010000:00029ACB:00000001:FFFFFFFF:Search :rdftau:00010000:00029ACB:00000002:FFFFFFFF:Front :rdftau:00010000:00029ACB:00000003:FFFFFFFF:Fix :rdftau:00010000:00029ACB:00000004:FFFFFFFF:Roll :rdftau:00000000:00029ACD:0000000F:FFFFFFFF:Infinite Lives PL2 :rdftau:00000000:00029AD0:00000007:FFFFFFFF:Infinite Bombs PL2 :rdftau:81000000:00029AD8:00000001:0000004B:Invincibility "ON" PL2 :rdftau:81000001:00029AD8:00000002:0000004B:Invincibility "OFF" PL2 :rdftau:00000000:00029ACF:00000004:FFFFFFFF:Always Max Main Shot Power PL2 :rdftau:00000000:00029AD3:00000003:FFFFFFFF:Always Max Sub Shot Power PL2 :rdftau:00000000:000369B1:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :rdftau:00010000:0002ABA8:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :rdftau:00000000:00029ACE:00000005:FFFFFFFF:Play as Raiden Mk-II PL2:Set on character select screen :rdftau:00000000:00029ACE:00000006:FFFFFFFF:Play as Judge Spear PL2:Set on character select screen :rdftau:00000000:00029ACE:00000007:FFFFFFFF:Play as Slave PL2:Set on character select screen :rdftau:82000000:00029AFC:00000008:0000008C:Infinite Slave Energy - 1st PL2 :rdftau:82000000:00029B00:00000008:0000008C:Infinite Slave Energy - 2nd PL2 :rdftau:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdftau:00010000:00029B17:00000000:FFFFFFFF:None :rdftau:00010000:00029B17:00000001:FFFFFFFF:Search :rdftau:00010000:00029B17:00000002:FFFFFFFF:Front :rdftau:00010000:00029B17:00000003:FFFFFFFF:Fix :rdftau:00010000:00029B17:00000004:FFFFFFFF:Roll ; [ Raiden Fighters (Dream Island Co. license) ] :rdftdi:00000000:00029B7E:00000063:FFFFFFFF:Infinite Credits :rdftdi:00800000:00029C92:00000004:00000004:Unlock Secret Characters:Raiden Mk-II, Judge Spear :rdftdi:62000000:00000000:00000000:00000000:Select Current Medal :rdftdi:00010000:00029BA7:00000000:FFFFFFFF:Normal Medal :rdftdi:00010000:00029BA7:000000FF:FFFFFFFF:Special Medal :rdftdi:00000000:00029BA2:00000008:FFFFFFFF:Always Max Small Medal Rank :rdftdi:00000000:00029BA3:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdftdi:00000000:00029BA4:00000008:FFFFFFFF:Always Max Big Medal Rank :rdftdi:00000000:00029BA5:00000009:FFFFFFFF:Always Max Special Medal Rank :rdftdi:00000000:00029A81:0000000F:FFFFFFFF:Infinite Lives PL1 :rdftdi:00000000:00029A84:00000007:FFFFFFFF:Infinite Bombs PL1 :rdftdi:81000000:00029A8C:00000001:0000004B:Invincibility "ON" PL1 :rdftdi:81000001:00029A8C:00000002:0000004B:Invincibility "OFF" PL1 :rdftdi:00000000:00029A83:00000004:FFFFFFFF:Always Max Main Shot Power PL1 :rdftdi:00000000:00029A87:00000003:FFFFFFFF:Always Max Sub Shot Power PL1 :rdftdi:00000000:000369B0:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :rdftdi:00010000:0002AB68:00000000:FFFFFFFF:Rapid Fire PL1(2/2) :rdftdi:00000000:00029A82:00000005:FFFFFFFF:Play as Raiden Mk-II PL1:Set on character select screen :rdftdi:00000000:00029A82:00000006:FFFFFFFF:Play as Judge Spear PL1:Set on character select screen :rdftdi:00000000:00029A82:00000007:FFFFFFFF:Play as Slave PL1:Set on character select screen :rdftdi:82000000:00029AB0:00000008:0000008C:Infinite Slave Energy - 1st PL1 :rdftdi:82000000:00029AB4:00000008:0000008C:Infinite Slave Energy - 2nd PL1 :rdftdi:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdftdi:00010000:00029ACB:00000000:FFFFFFFF:None :rdftdi:00010000:00029ACB:00000001:FFFFFFFF:Search :rdftdi:00010000:00029ACB:00000002:FFFFFFFF:Front :rdftdi:00010000:00029ACB:00000003:FFFFFFFF:Fix :rdftdi:00010000:00029ACB:00000004:FFFFFFFF:Roll :rdftdi:00000000:00029ACD:0000000F:FFFFFFFF:Infinite Lives PL2 :rdftdi:00000000:00029AD0:00000007:FFFFFFFF:Infinite Bombs PL2 :rdftdi:81000000:00029AD8:00000001:0000004B:Invincibility "ON" PL2 :rdftdi:81000001:00029AD8:00000002:0000004B:Invincibility "OFF" PL2 :rdftdi:00000000:00029ACF:00000004:FFFFFFFF:Always Max Main Shot Power PL2 :rdftdi:00000000:00029AD3:00000003:FFFFFFFF:Always Max Sub Shot Power PL2 :rdftdi:00000000:000369B1:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :rdftdi:00010000:0002ABA8:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :rdftdi:00000000:00029ACE:00000005:FFFFFFFF:Play as Raiden Mk-II PL2:Set on character select screen :rdftdi:00000000:00029ACE:00000006:FFFFFFFF:Play as Judge Spear PL2:Set on character select screen :rdftdi:00000000:00029ACE:00000007:FFFFFFFF:Play as Slave PL2:Set on character select screen :rdftdi:82000000:00029AFC:00000008:0000008C:Infinite Slave Energy - 1st PL2 :rdftdi:82000000:00029B00:00000008:0000008C:Infinite Slave Energy - 2nd PL2 :rdftdi:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdftdi:00010000:00029B17:00000000:FFFFFFFF:None :rdftdi:00010000:00029B17:00000001:FFFFFFFF:Search :rdftdi:00010000:00029B17:00000002:FFFFFFFF:Front :rdftdi:00010000:00029B17:00000003:FFFFFFFF:Fix :rdftdi:00010000:00029B17:00000004:FFFFFFFF:Roll ; [ Raiden Fighters (Japan set 2) ] :rdftj:00000000:00029B7E:00000063:FFFFFFFF:Infinite Credits :rdftj:00800000:00029C92:00000004:00000004:Unlock Secret Characters:Raiden Mk-II, Judge Spear :rdftj:62000000:00000000:00000000:00000000:Select Current Medal :rdftj:00010000:00029BA7:00000000:FFFFFFFF:Normal Medal :rdftj:00010000:00029BA7:000000FF:FFFFFFFF:Special Medal :rdftj:00000000:00029BA2:00000008:FFFFFFFF:Always Max Small Medal Rank :rdftj:00000000:00029BA3:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdftj:00000000:00029BA4:00000008:FFFFFFFF:Always Max Big Medal Rank :rdftj:00000000:00029BA5:00000009:FFFFFFFF:Always Max Special Medal Rank :rdftj:00000000:00029A81:0000000F:FFFFFFFF:Infinite Lives PL1 :rdftj:00000000:00029A84:00000007:FFFFFFFF:Infinite Bombs PL1 :rdftj:81000000:00029A8C:00000001:0000004B:Invincibility "ON" PL1 :rdftj:81000001:00029A8C:00000002:0000004B:Invincibility "OFF" PL1 :rdftj:00000000:00029A83:00000004:FFFFFFFF:Always Max Main Shot Power PL1 :rdftj:00000000:00029A87:00000003:FFFFFFFF:Always Max Sub Shot Power PL1 :rdftj:00000000:000369B0:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :rdftj:00010000:0002AB68:00000000:FFFFFFFF:Rapid Fire PL1(2/2) :rdftj:00000000:00029A82:00000005:FFFFFFFF:Play as Raiden Mk-II PL1:Set on character select screen :rdftj:00000000:00029A82:00000006:FFFFFFFF:Play as Judge Spear PL1:Set on character select screen :rdftj:00000000:00029A82:00000007:FFFFFFFF:Play as Slave PL1:Set on character select screen :rdftj:82000000:00029AB0:00000008:0000008C:Infinite Slave Energy - 1st PL1 :rdftj:82000000:00029AB4:00000008:0000008C:Infinite Slave Energy - 2nd PL1 :rdftj:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdftj:00010000:00029ACB:00000000:FFFFFFFF:None :rdftj:00010000:00029ACB:00000001:FFFFFFFF:Search :rdftj:00010000:00029ACB:00000002:FFFFFFFF:Front :rdftj:00010000:00029ACB:00000003:FFFFFFFF:Fix :rdftj:00010000:00029ACB:00000004:FFFFFFFF:Roll :rdftj:00000000:00029ACD:0000000F:FFFFFFFF:Infinite Lives PL2 :rdftj:00000000:00029AD0:00000007:FFFFFFFF:Infinite Bombs PL2 :rdftj:81000000:00029AD8:00000001:0000004B:Invincibility "ON" PL2 :rdftj:81000001:00029AD8:00000002:0000004B:Invincibility "OFF" PL2 :rdftj:00000000:00029ACF:00000004:FFFFFFFF:Always Max Main Shot Power PL2 :rdftj:00000000:00029AD3:00000003:FFFFFFFF:Always Max Sub Shot Power PL2 :rdftj:00000000:000369B1:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :rdftj:00010000:0002ABA8:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :rdftj:00000000:00029ACE:00000005:FFFFFFFF:Play as Raiden Mk-II PL2:Set on character select screen :rdftj:00000000:00029ACE:00000006:FFFFFFFF:Play as Judge Spear PL2:Set on character select screen :rdftj:00000000:00029ACE:00000007:FFFFFFFF:Play as Slave PL2:Set on character select screen :rdftj:82000000:00029AFC:00000008:0000008C:Infinite Slave Energy - 1st PL2 :rdftj:82000000:00029B00:00000008:0000008C:Infinite Slave Energy - 2nd PL2 :rdftj:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdftj:00010000:00029B17:00000000:FFFFFFFF:None :rdftj:00010000:00029B17:00000001:FFFFFFFF:Search :rdftj:00010000:00029B17:00000002:FFFFFFFF:Front :rdftj:00010000:00029B17:00000003:FFFFFFFF:Fix :rdftj:00010000:00029B17:00000004:FFFFFFFF:Roll ; [ Raiden Fighters (US) ] :rdftu:00000000:00029B7E:00000063:FFFFFFFF:Infinite Credits :rdftu:00800000:00029C92:00000004:00000004:Unlock Secret Characters:Raiden Mk-II, Judge Spear :rdftu:62000000:00000000:00000000:00000000:Select Current Medal :rdftu:00010000:00029BA7:00000000:FFFFFFFF:Normal Medal :rdftu:00010000:00029BA7:000000FF:FFFFFFFF:Special Medal :rdftu:00000000:00029BA2:00000008:FFFFFFFF:Always Max Small Medal Rank :rdftu:00000000:00029BA3:00000008:FFFFFFFF:Always Max Middle Medal Rank :rdftu:00000000:00029BA4:00000008:FFFFFFFF:Always Max Big Medal Rank :rdftu:00000000:00029BA5:00000009:FFFFFFFF:Always Max Special Medal Rank :rdftu:00000000:00029A81:0000000F:FFFFFFFF:Infinite Lives PL1 :rdftu:00000000:00029A84:00000007:FFFFFFFF:Infinite Bombs PL1 :rdftu:81000000:00029A8C:00000001:0000004B:Invincibility "ON" PL1 :rdftu:81000001:00029A8C:00000002:0000004B:Invincibility "OFF" PL1 :rdftu:00000000:00029A83:00000004:FFFFFFFF:Always Max Main Shot Power PL1 :rdftu:00000000:00029A87:00000003:FFFFFFFF:Always Max Sub Shot Power PL1 :rdftu:00000000:000369B0:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :rdftu:00010000:0002AB68:00000000:FFFFFFFF:Rapid Fire PL1(2/2) :rdftu:00000000:00029A82:00000005:FFFFFFFF:Play as Raiden Mk-II PL1:Set on character select screen :rdftu:00000000:00029A82:00000006:FFFFFFFF:Play as Judge Spear PL1:Set on character select screen :rdftu:00000000:00029A82:00000007:FFFFFFFF:Play as Slave PL1:Set on character select screen :rdftu:82000000:00029AB0:00000008:0000008C:Infinite Slave Energy - 1st PL1 :rdftu:82000000:00029AB4:00000008:0000008C:Infinite Slave Energy - 2nd PL1 :rdftu:62000000:00000000:00000000:00000000:Select Slave Formation PL1 :rdftu:00010000:00029ACB:00000000:FFFFFFFF:None :rdftu:00010000:00029ACB:00000001:FFFFFFFF:Search :rdftu:00010000:00029ACB:00000002:FFFFFFFF:Front :rdftu:00010000:00029ACB:00000003:FFFFFFFF:Fix :rdftu:00010000:00029ACB:00000004:FFFFFFFF:Roll :rdftu:00000000:00029ACD:0000000F:FFFFFFFF:Infinite Lives PL2 :rdftu:00000000:00029AD0:00000007:FFFFFFFF:Infinite Bombs PL2 :rdftu:81000000:00029AD8:00000001:0000004B:Invincibility "ON" PL2 :rdftu:81000001:00029AD8:00000002:0000004B:Invincibility "OFF" PL2 :rdftu:00000000:00029ACF:00000004:FFFFFFFF:Always Max Main Shot Power PL2 :rdftu:00000000:00029AD3:00000003:FFFFFFFF:Always Max Sub Shot Power PL2 :rdftu:00000000:000369B1:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :rdftu:00010000:0002ABA8:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :rdftu:00000000:00029ACE:00000005:FFFFFFFF:Play as Raiden Mk-II PL2:Set on character select screen :rdftu:00000000:00029ACE:00000006:FFFFFFFF:Play as Judge Spear PL2:Set on character select screen :rdftu:00000000:00029ACE:00000007:FFFFFFFF:Play as Slave PL2:Set on character select screen :rdftu:82000000:00029AFC:00000008:0000008C:Infinite Slave Energy - 1st PL2 :rdftu:82000000:00029B00:00000008:0000008C:Infinite Slave Energy - 2nd PL2 :rdftu:62000000:00000000:00000000:00000000:Select Slave Formation PL2 :rdftu:00010000:00029B17:00000000:FFFFFFFF:None :rdftu:00010000:00029B17:00000001:FFFFFFFF:Search :rdftu:00010000:00029B17:00000002:FFFFFFFF:Front :rdftu:00010000:00029B17:00000003:FFFFFFFF:Fix :rdftu:00010000:00029B17:00000004:FFFFFFFF:Roll ; [ Reactor ] reactor:0:023C:15:000:Infinite Lives PL1 reactor:0:0247:14:000:Infinite Decoys PL1 reactor:0:0405:15:000:Infinite Lives PL2 reactor:0:0410:14:000:Infinite Decoys PL2 ; [ Billiard Academy Real Break (Europe) ] realbrk:0:FFA7AF:E6:000:Infinite Time realbrk:0:FFA7AE:03:500:Infinite Time (2/2) realbrk:0:FFA7AB:09:000:Infinite Lives ; [ Billiard Academy Real Break (Japan) ] realbrkj:0:FFA7AF:E6:000:Infinite Time realbrkj:0:FFA7AE:03:500:Infinite Time (2/2) realbrkj:0:FFA7AB:09:000:Infinite Lives ; [ Rebus ] rebus:0:0000:00:999:[ There are no cheats ]:REASON 1 rebus:0:0000:00:999:[ for this game as it ]:REASON 1 rebus:0:0000:00:999:[ didn't work the last ]:REASON 1 rebus:0:0000:00:999:[ time it was tested. ]:REASON 1 rebus:0:0000:00:999:[ If the game now works ]:REASON 1 rebus:0:0000:00:999:[ please request cheats ]:REASON 1 rebus:0:0000:00:999:[ for it on the cheat ]:REASON 1 rebus:0:0000:00:999:[ forums. ]:REASON 1 ; [ Recalhorn (Prototype) ] :recalh:00000000:4009A1:00000009:FFFFFFFF:Infinite Credits :recalh:00100000:400AE6:000003E7:FFFFFFFF:Infinite Time :recalh:00000000:40119D:00000003:FFFFFFFF:Invincibility :recalh:00010000:4011D1:00000003:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Trap :recalh:00000000:400AF7:0000009A:FFFFFFFF:Infinite Lives :recalh:00000000:400AEF:00000005:FFFFFFFF:Infinite Energy :recalh:00000001:400AF3:00000064:FFFFFFFF:Get 100 Jewels Now! :recalh:00000000:400B0B:0000000B:FFFFFFFF:Always Have Medals - Monkey :recalh:00000000:400B07:0000000B:FFFFFFFF:Always Have Medals - Sea Lion :recalh:00000000:400B0F:0000000B:FFFFFFFF:Always Have Medals - Lion :recalh:62000000:000000:00000000:00000000:Select Starting Round:Set on map screen :recalh:00010001:400ADF:00000000:FFFFFFFF:Area 1 Round 1 :recalh:00010001:400ADF:00000001:FFFFFFFF:Area 1 Round 2 :recalh:00010001:400ADF:00000002:FFFFFFFF:Area 1 Round 3 :recalh:00010001:400ADF:00000003:FFFFFFFF:Area 2 Round 1 :recalh:00010001:400ADF:00000004:FFFFFFFF:Area 2 Round 2 :recalh:00010001:400ADF:00000005:FFFFFFFF:Area 3 Round 1 :recalh:00010001:400ADF:00000006:FFFFFFFF:Area 3 Round 2 :recalh:00010001:400ADF:00000007:FFFFFFFF:Area 4 Round 1 :recalh:00010001:400ADF:00000008:FFFFFFFF:Area 4 Round 2 ; [ Recordbreaker (World) ] recordbr:0:10230D:09:000:Infinite Credits recordbr:0:1038B3:00:000:Infinite Time for Races:Works for all timed race events - 100M Race, 100M Freestyle, 400M Relay & 110M Hurdles. recordbr:0:10377B:FF:000:Always run Very Fast PL1 recordbr:0:1037CB:FF:000:Always run Very Fast PL2 recordbr:0:000000:00:999:[ 100M Freestyle ] recordbr:0:10377D:30:000:Infinite Oxygen PL1 recordbr:0:10377B:F6:000:Always swim Very Fast PL1 recordbr:0:1037CD:30:000:Infinite Oxygen PL2 recordbr:0:1037CB:F6:000:Always swim Very Fast PL2 recordbr:0:000000:00:999:[ Pole Vault ] recordbr:0:1033C1:29:000:Successful Vault always = 29 Metres PL1 recordbr:0:1033C5:29:000:Successful Vault always = 29 Metres PL2 ; [ Red Alert ] redalert:0:0031:10:000:Infinite Time :redalert:20800000:B812:00000060:FFFFFFFF:Invincibility :redalert:00000000:001D:00000000:FFFFFFFF:Rapid Fire :redalert:20800100:9FD1:00000006:FFFFFFFF:Select Bullet Speed redalert:0:0025:03:000:Infinite Lives PL1 redalert:0:002D:03:000:Infinite Lives PL2 ; [ Red Baron ] redbaron:0:00B0:09:000:Infinite Lives ; [ Red Clash (set 1) ] :redclash:20800000:12AD:00000018:FFFFFFFF:Invincibility :redclash:20810000:174D:00000018:FFFFFFFF:Invincibility (2/6):1st - 3rd = Enemy 1,2,3 :redclash:20810000:1827:00000018:FFFFFFFF:Invincibility (3/6) :redclash:20810000:1BE4:00000018:FFFFFFFF:Invincibility (4/6):Scenery :redclash:20810000:1C90:00000018:FFFFFFFF:Invincibility (5/6):Enemy 4 :redclash:20810000:2345:00000000:FFFFFFFF:Invincibility (6/6):Boss redclash:0:6039:09:000:Infinite Lives PL1 redclash:0:6084:09:000:Infinite Lives PL2 ; [ Red Clash (Kaneko) ] :redclask:20800000:12AD:00000018:FFFFFFFF:Invincibility :redclask:20810000:174D:00000018:FFFFFFFF:Invincibility (2/6):1st - 3rd = Enemy 1,2,3 :redclask:20810000:1827:00000018:FFFFFFFF:Invincibility (3/6) :redclask:20810000:1BE4:00000018:FFFFFFFF:Invincibility (4/6):Scenery :redclask:20810000:1C90:00000018:FFFFFFFF:Invincibility (5/6):Enemy 4 :redclask:20810000:2345:00000000:FFFFFFFF:Invincibility (6/6):Boss redclask:0:6039:09:000:Infinite Lives PL1 redclask:0:6084:09:000:Infinite Lives PL2 ; [ Red Clash (set 2) ] :redclsha:20800000:1235:00000018:FFFFFFFF:Invincibility :redclsha:20810000:16B7:00000018:FFFFFFFF:Invincibility (2/5):1st - 3rd = Enemy 1,2,3 :redclsha:20810000:1827:00000018:FFFFFFFF:Invincibility (3/5) :redclsha:20810000:1BD1:00000018:FFFFFFFF:Invincibility (4/5):Scenery :redclsha:20810000:1C7D:00000018:FFFFFFFF:Invincibility (5/5):Enemy 4 :redclsha:00000000:6039:00000009:FFFFFFFF:Infinite Lives PL1 :redclsha:00000000:6084:00000009:FFFFFFFF:Infinite Lives PL2 ; [ Red Hawk (US) ] redhawk:0:0C0021:63:000:Infinite Credits redhawk:0:0C024B:05:000:Infinite Lives PL1:Don't enable this cheat on the title screen or you won't be able to start the game redhawk:0:0C0263:05:000:Infinite Bombs PL1 redhawk:0:0CB3DE:00:000:Invincibility PL1 redhawk:0:0CB3DF:03:500:Invincibility PL1 (2/2) redhawk:0:0CB3D5:04:000:Maximum Fire Power PL1 redhawk:0:0C024D:05:000:Infinite Lives PL2:Don't enable this cheat on the title screen or you won't be able to start a two player game redhawk:0:0C0265:05:000:Infinite Bombs PL2 redhawk:0:0CBBDE:00:000:Invincibility PL2 redhawk:0:0CBBDF:03:500:Invincibility PL2 (2/2) redhawk:0:0CBBD5:04:000:Maximum Fire Power PL2 ; [ Red Hawk (bootleg) ] redhawkb:0:0C0021:63:000:Infinite Credits redhawkb:0:0C024B:05:000:Infinite Lives PL1:Don't enable this cheat on the title screen or you won't be able to start the game redhawkb:0:0C0263:05:000:Infinite Bombs PL1 redhawkb:0:0CB3DE:00:000:Invincibility PL1 redhawkb:0:0CB3DF:03:500:Invincibility PL1 (2/2) redhawkb:0:0CB3D5:04:000:Maximum Fire Power PL1 redhawkb:0:0C024D:05:000:Infinite Lives PL2:Don't enable this cheat on the title screen or you won't be able to start a two player game redhawkb:0:0C0265:05:000:Infinite Bombs PL2 redhawkb:0:0CBBDE:00:000:Invincibility PL2 redhawkb:0:0CBBDF:03:500:Invincibility PL2 (2/2) redhawkb:0:0CBBD5:04:000:Maximum Fire Power PL2 ; [ Redline Racer (2 players) ] redlin2p:0:0000:00:999:### PL1 will be in Car 1 (RED) ### redlin2p:0:0000:00:999:### PL2 will be in Car 2 (BLUE) ### redlin2p:0:E102:04:001:Final Lap for Car 1 Now! redlin2p:0:E102:00:001:First Lap for Car 1 Now! redlin2p:0:E102:00:000:Always First Lap for Car 1:Car 1 can never win redlin2p:0:E202:04:001:Final Lap for Car 2 Now! redlin2p:0:E202:00:001:First Lap for Car 2 Now! redlin2p:0:E202:00:000:Always First Lap for Car 2:Car 2 can never win redlin2p:0:E302:04:001:Final Lap for Car 3 Now! redlin2p:0:E302:00:001:First Lap for Car 3 Now! redlin2p:0:E302:00:000:Always First Lap for Car 3:Car 3 can never win redlin2p:0:E402:04:001:Final Lap for Car 4 Now! redlin2p:0:E402:00:001:First Lap for Car 4 Now! redlin2p:0:E402:00:000:Always First Lap for Car 4:Car 4 can never win redlin2p:0:E502:04:001:Final Lap for Car 5 Now! redlin2p:0:E502:00:001:First Lap for Car 5 Now! redlin2p:0:E502:00:000:Always First Lap for Car 5:Car 5 can never win ; [ Red Robin ] redrobin:0:C1D7:00:000:Infinite Time redrobin:0:0C20:18:100:Invincibility redrobin:0:0A1D:1E:600:Invincibility (2/2):Part 1 takes care of normal sprites, Part 2 takes care of the skulls redrobin:0:C1E2:06:000:Infinite Lives PL1 redrobin:0:C1EA:06:000:Infinite Lives PL2 ; [ Defend the Terra Attack on the Red UFO ] redufo:0:421D:05:000:Infinite Lives :redufo:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :redufo:20810000:12A1:000000C9:FFFFFFFF:Invincibility (2/2):1st = Fire, 2nd = Enemy :redufo:00100000:4013:00000000:00001010:Rapid Fire :redufo:20800100:08C6:00000007:FFFFFFFF:Select Bullet Speed ; [ Regulus (New Ver.) ] :regulus:20800000:02556:00000058:FFFFFFFF:Invincibility :regulus:20810000:125D1:000000C9:FFFFFFFF:Invincibility (2/5):1st = Scenery, 2nd = Pitfall :regulus:20810000:12980:000000C3:FFFFFFFF:Invincibility (3/5):Enemy :regulus:20810000:135A9:000000C3:FFFFFFFF:Invincibility (4/5):Laser :regulus:20810000:1363E:000000C3:FFFFFFFF:Invincibility (5/5):Fire :regulus:00000000:0C0CF:00000000:00000001:Rapid Fire:Turn it OFF on the name entry screen regulus:0:C002:08:000:Infinite Lives PL1 regulus:0:C003:08:000:Infinite Lives PL2 ; [ Regulus (Old Ver.) ] :reguluso:20800000:02502:00000004:FFFFFFFF:Invincibility :reguluso:20810000:1257D:000000C9:FFFFFFFF:Invincibility (2/5):1st = Scenery, 2nd = Pitfall :reguluso:20810000:1292C:000000C3:FFFFFFFF:Invincibility (3/5):Enemy :reguluso:20810000:13555:000000C3:FFFFFFFF:Invincibility (4/5):Laser :reguluso:20810000:135EA:000000C3:FFFFFFFF:Invincibility (5/5):Fire :reguluso:00000000:0C0CF:00000000:00000001:Rapid Fire:Turn it OFF on the name entry screen reguluso:0:C002:08:000:Infinite Lives PL1 reguluso:0:C003:08:000:Infinite Lives PL2 ; [ Regulus (not encrypted) ] :regulusu:20800000:2556:00000058:FFFFFFFF:Invincibility :regulusu:20810000:25D1:000000C9:FFFFFFFF:Invincibility (2/5):1st = Scenery, 2nd = Pitfall :regulusu:20810000:2980:000000C3:FFFFFFFF:Invincibility (3/5):Enemy :regulusu:20810000:35A9:000000C3:FFFFFFFF:Invincibility (4/5):Laser :regulusu:20810000:363E:000000C3:FFFFFFFF:Invincibility (5/5):Fire :regulusu:00000000:C0CF:00000000:00000001:Rapid Fire:Turn it OFF on the name entry screen regulusu:0:C002:08:000:Infinite Lives PL1 regulusu:0:C003:08:000:Infinite Lives PL2 ; [ Reikai Doushi (Japan) ] reikaids:0:40AD:63:007:Infinite Time reikaids:0:40AF:7F:000:Infinite Lives reikaids:0:41B5:00:000:Infinite Energy reikaids:0:426C:FF:001:Drain All Enemy's Energy Now! ; [ Relief Pitcher (set 1) ] relief:0:FF9D43:00:000:Infinite Strikes relief:0:FF9D45:00:000:Infinite Balls relief:0:FF9D4B:00:000:Infinite Outs relief:0:FF9D43:00:001:Set Strikes to 0 Now! relief:0:FF9D43:03:001:Set Strikes to 3 Now! relief:0:FF9D45:00:001:Set Balls to 0 Now! relief:0:FF9D45:04:001:Set Balls to 4 Now! relief:0:FF9D4B:00:001:Set Outs to 0 Now! relief:0:FF9D4B:03:001:Set Outs to 3 Now! ; [ Relief Pitcher (set 2) ] relief2:0:FF9D53:00:000:Infinite Strikes relief2:0:FF9D55:00:000:Infinite Balls relief2:0:FF9D5B:00:000:Infinite Outs relief2:0:FF9D53:00:001:Set Strikes to 0 Now! relief2:0:FF9D53:03:001:Set Strikes to 3 Now! relief2:0:FF9D55:00:001:Set Balls to 0 Now! relief2:0:FF9D55:04:001:Set Balls to 4 Now! relief2:0:FF9D5B:00:001:Set Outs to 0 Now! relief2:0:FF9D5B:03:001:Set Outs to 3 Now! ; [ Mahjong Ren-ai Club (Japan) ] renaiclb:0:FD0D:63:000:Infinite Item Points renaiclb:0:0000:00:999:[ The winning hand cheat must be activated when ] renaiclb:0:0000:00:999:[ there are 14 tiles in your hand, then press ] renaiclb:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] renaiclb:0:0000:00:999:[ visually change until you make a move. ] :renaiclb:00000001:FC36:00000031:FFFFFFFF:Get winning hand Now! :renaiclb:00010001:FC37:00000031:FFFFFFFF:Get winning hand Now! (02/14) :renaiclb:00010001:FC38:00000031:FFFFFFFF:Get winning hand Now! (03/14) :renaiclb:00010001:FC39:00000032:FFFFFFFF:Get winning hand Now! (04/14) :renaiclb:00010001:FC3A:00000032:FFFFFFFF:Get winning hand Now! (05/14) :renaiclb:00010001:FC3B:00000032:FFFFFFFF:Get winning hand Now! (06/14) :renaiclb:00010001:FC3C:00000033:FFFFFFFF:Get winning hand Now! (07/14) :renaiclb:00010001:FC3D:00000033:FFFFFFFF:Get winning hand Now! (08/14) :renaiclb:00010001:FC3E:00000033:FFFFFFFF:Get winning hand Now! (09/14) :renaiclb:00010001:FC3F:00000034:FFFFFFFF:Get winning hand Now! (10/14) :renaiclb:00010001:FC40:00000034:FFFFFFFF:Get winning hand Now! (11/14) :renaiclb:00010001:FC41:00000034:FFFFFFFF:Get winning hand Now! (12/14) :renaiclb:00010001:FC42:00000035:FFFFFFFF:Get winning hand Now! (13/14) :renaiclb:00010001:FC43:00000035:FFFFFFFF:Get winning hand Now! (14/14) :renaiclb:00000000:FC36:00000031:FFFFFFFF:Always winning hand :renaiclb:00010000:FC37:00000031:FFFFFFFF:Always winning hand (02/14) :renaiclb:00010000:FC38:00000031:FFFFFFFF:Always winning hand (03/14) :renaiclb:00010000:FC39:00000032:FFFFFFFF:Always winning hand (04/14) :renaiclb:00010000:FC3A:00000032:FFFFFFFF:Always winning hand (05/14) :renaiclb:00010000:FC3B:00000032:FFFFFFFF:Always winning hand (06/14) :renaiclb:00010000:FC3C:00000033:FFFFFFFF:Always winning hand (07/14) :renaiclb:00010000:FC3D:00000033:FFFFFFFF:Always winning hand (08/14) :renaiclb:00010000:FC3E:00000033:FFFFFFFF:Always winning hand (09/14) :renaiclb:00010000:FC3F:00000034:FFFFFFFF:Always winning hand (10/14) :renaiclb:00010000:FC40:00000034:FFFFFFFF:Always winning hand (11/14) :renaiclb:00010000:FC41:00000034:FFFFFFFF:Always winning hand (12/14) :renaiclb:00010000:FC42:00000035:FFFFFFFF:Always winning hand (13/14) :renaiclb:00010000:FC43:00000035:FFFFFFFF:Always winning hand (14/14) :renaiclb:00000006:FC36:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :renaiclb:00000006:FC9E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. renaiclb:0:0000:00:999:[ Here is the look-up list for ] renaiclb:0:0000:00:999:[ the above watches. ] renaiclb:0:0000:00:999:[ ] renaiclb:0:0000:00:999:[ value common name chinese name ] renaiclb:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] renaiclb:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] renaiclb:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] renaiclb:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] renaiclb:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] renaiclb:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] renaiclb:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] renaiclb:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] renaiclb:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] renaiclb:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] renaiclb:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] renaiclb:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] renaiclb:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] renaiclb:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] renaiclb:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] renaiclb:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] renaiclb:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] renaiclb:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] renaiclb:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] renaiclb:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] renaiclb:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] renaiclb:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] renaiclb:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] renaiclb:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] renaiclb:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] renaiclb:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] renaiclb:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] renaiclb:0:0000:00:999:[ 31h East "wind" ] renaiclb:0:0000:00:999:[ 32h South "wind" ] renaiclb:0:0000:00:999:[ 33h West "wind" ] renaiclb:0:0000:00:999:[ 34h North "wind" ] renaiclb:0:0000:00:999:[ 35h White "dragon" ] renaiclb:0:0000:00:999:[ 36h Green "dragon" ] renaiclb:0:0000:00:999:[ 37h Red "dragon" ] renaiclb:0:0000:00:999:[ 3Fh - no tile - ] ; [ Renegade (US) ] renegade:0:0039:05:000:Infinite Lives renegade:0:1018:59:000:Infinite Time renegade:0:1019:09:500:Infinite Time (2/2) renegade:0:0220:30:000:Infinite Energy renegade:0:0220:00:001:Lose a Life Now! :renegade:00300000:0410:80808080:FFFFFFFF:Invincibility:The Invincibility cheat doesn't stop you being caught though :renegade:00310000:0414:80808080:FFFFFFFF:Invincibility (2/3) :renegade:00010000:00C3:00000040:FFFFFFFF:Invincibility (3/3) renegade:0:0221:01:001:One hit to kill boss Now! :renegade:00000001:03F8:00000000:FFFFFFFF:Finish Current Level Now ! :renegade:00000000:03E9:00000000:FFFFFFFF:Rapid Fire:Hold Attack Button renegade:0:0000:00:999:[Enable these level select ] renegade:0:0000:00:999:[cheats on the title screen ] renegade:0:0000:00:999:[after you've inserted a ] renegade:0:0000:00:999:[credit. ] :renegade:00001001:1000:00000001:FFFFFFFF:Start on Level 2-1 :renegade:00011001:0038:00000000:FFFFFFFF:Start on Level 2-1 (2/2) :renegade:00001001:1000:00000001:FFFFFFFF:Start on Level 2-2:After Motorcycle Scene :renegade:00011001:0038:00000001:FFFFFFFF:Start on Level 2-2 (2/2) :renegade:00001001:1000:00000002:FFFFFFFF:Start on Level 3 :renegade:00001001:1000:00000003:FFFFFFFF:Start on Level 4-1 :renegade:00011001:0038:00000000:FFFFFFFF:Start on Level 4-1 (2/2) :renegade:00001001:1000:00000003:FFFFFFFF:Start on Level 4-2 (BUGGY!):The Room, the game will crash if you use this. :renegade:00011001:0038:00000001:FFFFFFFF:Start on Level 4-2 (BUGGY!) (2/2) :renegade:00001001:1000:00000004:FFFFFFFF:Start on Level 5 :renegade:00001001:1000:00000005:FFFFFFFF:Start on Level 6 renegade:0:0000:00:999:[The following 9 cheats make] renegade:0:0000:00:999:[individual enemies die ] renegade:0:0000:00:999:[after one knockdown ] renegade:0:0000:00:999:[ ] renegade:0:0000:00:999:[These two enemies are the ] renegade:0:0000:00:999:[truncheon-wielders on levs ] renegade:0:0000:00:999:[1+2, the chain-wielders on ] renegade:0:0000:00:999:[lev 3 + standard on level 4] renegade:0:0000:00:999:[ (room 1) ] renegade:0:0222:00:000:Weak Enemy #1 renegade:0:0223:00:000:Weak Enemy #2 renegade:0:0000:00:999:[This one is a standrd enemy] renegade:0:0000:00:999:[on levs 1,2,4 (room 1), and] renegade:0:0000:00:999:[chain-wielder on level 3 ] renegade:0:0224:00:000:Weak Enemy #3 renegade:0:0000:00:999:[This one is a standrd enemy] renegade:0:0000:00:999:[on levels 1-4 (room 1) ] renegade:0:0225:00:000:Weak Enemy #4 renegade:0:0000:00:999:[These two are standard ] renegade:0:0000:00:999:[enemies on levs 1-3 &4(rm2)] renegade:0:0226:00:000:Weak Enemy #5 renegade:0:0227:00:000:Weak Enemy #6 renegade:0:0000:00:999:[This one is a standrd enemy] renegade:0:0000:00:999:[on levels 3 and 4 (room 2) ] renegade:0:0228:00:000:Weak Enemy #7 renegade:0:0000:00:999:[This one is a standrd enemy] renegade:0:0000:00:999:[on level 4 (room 2) ] renegade:0:0229:00:000:Weak Enemy #8 ; [ Renju Kizoku ] renju:0:F554:09:000:Infinite Credits renju:0:F3FA:64:000:Infinite Time ; [ Repulse ] repulse:0:F652:0C:000:Infinite Energy repulse:0:F653:0C:500:Infinite Energy (02/10) repulse:0:F654:0C:500:Infinite Energy (03/10) repulse:0:F655:0C:500:Infinite Energy (04/10) repulse:0:F656:0C:500:Infinite Energy (05/10) repulse:0:F657:0C:500:Infinite Energy (06/10) repulse:0:F658:0C:500:Infinite Energy (07/10) repulse:0:F659:0C:500:Infinite Energy (08/10) repulse:0:F65A:0C:500:Infinite Energy (09/10) repulse:0:F65B:0C:500:Infinite Energy (10/10) :repulse:20800000:11D9:00000018:FFFFFFFF:Invincibility:See the Dip Switch Menu to enable an alternate Invincibility cheat. :repulse:00000000:F422:000000FF:FFFFFFFF:Rapid Fire repulse:0:F0F0:0F:000:Enemies Don't Shoot repulse:0:F109:80:000:Always have Normal Shoot repulse:0:F109:81:000:Always have Fast Shoot repulse:0:F109:80:001:Get Normal Shoot Now! repulse:0:F109:81:001:Get Fast Shoot Now! repulse:0:F8BF:0B:000:Infinite Lives PL1 repulse:0:F8D3:0B:000:Infinite Lives PL2 :repulse:20800000:2221:00000000:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :repulse:20A10000:219A:00009EC3:FFFFFFFF:Skip RAM/ROM Check (2/2):1st = RAM Check, 2nd = ROM Check ; [ Rescue Raider ] rescraid:0:0140:05:000:Infinite Lives rescraid:0:0142:7F:000:Infinite Fuel ; [ Rescue Raider (Stand-Alone) ] rescrdsa:0:0140:05:000:Infinite Lives rescrdsa:0:0142:7F:000:Infinite Fuel ; [ Rescue ] rescue:0:8669:09:000:Infinite Lives rescue:0:8273:01:000:Fire always enabled rescue:0:868F:01:001:One man needed to land Now! ; [ Return of the Invaders (bootleg set 1) ] retofin1:0:0000:00:999:[See the Dip Switch Menu to ] retofin1:0:0000:00:999:[enable Invincibility. ] retofin1:0:9928:09:000:Infinite Lives PL1 retofin1:0:9929:09:000:Infinite Lives PL2 ; [ Return of the Invaders (bootleg set 2) ] retofin2:0:0000:00:999:[See the Dip Switch Menu to ] retofin2:0:0000:00:999:[enable Invincibility. ] retofin2:0:9928:09:000:Infinite Lives PL1 retofin2:0:9929:09:000:Infinite Lives PL2 ; [ Return of the Invaders ] retofinv:0:0000:00:999:[See the Dip Switch Menu to ] retofinv:0:0000:00:999:[enable Invincibility. ] retofinv:0:9928:09:000:Infinite Lives PL1 retofinv:0:9929:09:000:Infinite Lives PL2 ; [ Revenger ] revenger:0:0000:00:999:[ There are no cheats ]:REASON 1 revenger:0:0000:00:999:[ for this game as it ]:REASON 1 revenger:0:0000:00:999:[ didn't work the last ]:REASON 1 revenger:0:0000:00:999:[ time it was tested. ]:REASON 1 revenger:0:0000:00:999:[ If the game now works ]:REASON 1 revenger:0:0000:00:999:[ please request cheats ]:REASON 1 revenger:0:0000:00:999:[ for it on the cheat ]:REASON 1 revenger:0:0000:00:999:[ forums. ]:REASON 1 ; [ Revolution X (Rev. 1.0 6/16/94) ] revx:0:0407E5CE:96:000:Infinite Energy PL1 revx:0:0407E5CF:00:500:Infinite Energy PL1 (2/2) revx:0:0407E5D2:E7:000:Infinite Silver CD Ammo PL1 revx:0:0407E5D3:03:500:Infinite Silver CD Ammo PL1 (2/2) revx:0:0407E5D4:E7:000:Infinite Laser Disc Ammo PL1 revx:0:0407E5D5:03:500:Infinite Laser Disc Ammo PL1 (2/2) revx:0:0407E652:C8:000:Infinite Super Gun Ammo PL1 revx:0:0407E653:00:500:Infinite Super Gun Ammo PL1 (2/2) revx:0:0407E69A:96:000:Infinite Energy PL2 revx:0:0407E69B:00:500:Infinite Energy PL2 (2/2) revx:0:0407E69E:E7:000:Infinite Silver CD Ammo PL2 revx:0:0407E69F:03:500:Infinite Silver CD Ammo PL2 (2/2) revx:0:0407E6A0:E7:000:Infinite Laser Disc Ammo PL2 revx:0:0407E6A1:03:500:Infinite Laser Disc Ammo PL2 (2/2) revx:0:0407E71E:C8:000:Infinite Super Gun Ammo PL2 revx:0:0407E71F:00:500:Infinite Super Gun Ammo PL2 (2/2) revx:0:0407E766:96:000:Infinite Energy PL3 revx:0:0407E767:00:500:Infinite Energy PL3 (2/2) revx:0:0407E76A:E7:000:Infinite Silver CD Ammo PL3 revx:0:0407E76B:03:500:Infinite Silver CD Ammo PL3 (2/2) revx:0:0407E76C:E7:000:Infinite Laser Disc Ammo PL3 revx:0:0407E76D:03:500:Infinite Laser Disc Ammo PL3 (2/2) revx:0:0407E7EA:C8:000:Infinite Super Gun Ammo PL3 revx:0:0407E7EB:00:500:Infinite Super Gun Ammo PL3 (2/2) ; [ Rezon ] rezon:0:201C41:09:000:Infinite Credits :rezon:20800000:0086CC:00000060:FFFFFFFF:Invincibility :rezon:20910000:0088E2:00006014:FFFFFFFF:Invincibility (2/2):1st = Scenery, 2nd = Object rezon:0:200685:01:000:Pannier Pod Guns "ON" rezon:0:200685:00:001:Pannier Pod Guns "OFF" :rezon:00000000:200695:00000002:FFFFFFFF:Always have Maximum Pod Shot Power :rezon:62000000:000000:00000000:00000000:Select Pod Weapon :rezon:00010000:200693:00000000:FFFFFFFF:Red (Laser) :rezon:00010000:200693:00000001:FFFFFFFF:Yellow (Ring) :rezon:00010000:200693:00000003:FFFFFFFF:Blue (Ball) :rezon:62000000:000000:00000000:00000000:Select Starting Stage PL1:Enable on the title screen after you've inserted a credit :rezon:00211001:20063F:00000000:FFFFFFFF:Stage 1-1 :rezon:00211001:20063F:00000001:FFFFFFFF:Stage 1-2 :rezon:00211001:20063F:00010000:FFFFFFFF:Stage 2-1 :rezon:00211001:20063F:00010001:FFFFFFFF:Stage 2-2 :rezon:00211001:20063F:00020000:FFFFFFFF:Stage 3-1 :rezon:00211001:20063F:00020001:FFFFFFFF:Stage 3-2 :rezon:00211001:20063F:00030000:FFFFFFFF:Stage 4-1 :rezon:00211001:20063F:00030001:FFFFFFFF:Stage 4-2 :rezon:00211001:20063F:00040000:FFFFFFFF:Stage 5-1 :rezon:00211001:20063F:00040001:FFFFFFFF:Stage 5-2 :rezon:00211001:20063F:00050000:FFFFFFFF:Stage 6-1 :rezon:00211001:20063F:00050001:FFFFFFFF:Stage 6-2 rezon:0:20063D:08:000:Infinite Lives PL1 :rezon:00000100:200627:00000005:FFFFFFFF:Select Speed PL1 :rezon:00000000:200629:00000010:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :rezon:62000000:000000:00000000:00000000:Select Starting Stage PL2:Enable on the title screen after you've inserted a credit :rezon:00211001:200665:00000000:FFFFFFFF:Stage 1-1 :rezon:00211001:200665:00000001:FFFFFFFF:Stage 1-2 :rezon:00211001:200665:00010000:FFFFFFFF:Stage 2-1 :rezon:00211001:200665:00010001:FFFFFFFF:Stage 2-2 :rezon:00211001:200665:00020000:FFFFFFFF:Stage 3-1 :rezon:00211001:200665:00020001:FFFFFFFF:Stage 3-2 :rezon:00211001:200665:00030000:FFFFFFFF:Stage 4-1 :rezon:00211001:200665:00030001:FFFFFFFF:Stage 4-2 :rezon:00211001:200665:00040000:FFFFFFFF:Stage 5-1 :rezon:00211001:200665:00040001:FFFFFFFF:Stage 5-2 :rezon:00211001:200665:00050000:FFFFFFFF:Stage 6-1 :rezon:00211001:200665:00050001:FFFFFFFF:Stage 6-2 rezon:0:200663:08:000:Infinite Lives PL2 :rezon:00000100:20064D:00000005:FFFFFFFF:Select Speed PL2 :rezon:00000000:20064F:00000010:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Rezon (Taito) ] rezont:0:201C41:09:000:Infinite Credits :rezont:20800000:0086CC:00000060:FFFFFFFF:Invincibility :rezont:20910000:0088E2:00006014:FFFFFFFF:Invincibility (2/2):1st = Scenery, 2nd = Object rezont:0:200685:01:000:Pannier Pod Guns "ON" rezont:0:200685:00:001:Pannier Pod Guns "OFF" :rezont:00000000:200695:00000002:FFFFFFFF:Always have Maximum Pod Shot Power :rezont:62000000:000000:00000000:00000000:Select Pod Weapon :rezont:00010000:200693:00000000:FFFFFFFF:Red (Laser) :rezont:00010000:200693:00000001:FFFFFFFF:Yellow (Ring) :rezont:00010000:200693:00000003:FFFFFFFF:Blue (Ball) :rezont:62000000:000000:00000000:00000000:Select Starting Stage PL1:Enable on the title screen after you've inserted a credit :rezont:00211001:20063F:00000000:FFFFFFFF:Stage 1-1 :rezont:00211001:20063F:00000001:FFFFFFFF:Stage 1-2 :rezont:00211001:20063F:00010000:FFFFFFFF:Stage 2-1 :rezont:00211001:20063F:00010001:FFFFFFFF:Stage 2-2 :rezont:00211001:20063F:00020000:FFFFFFFF:Stage 3-1 :rezont:00211001:20063F:00020001:FFFFFFFF:Stage 3-2 :rezont:00211001:20063F:00030000:FFFFFFFF:Stage 4-1 :rezont:00211001:20063F:00030001:FFFFFFFF:Stage 4-2 :rezont:00211001:20063F:00040000:FFFFFFFF:Stage 5-1 :rezont:00211001:20063F:00040001:FFFFFFFF:Stage 5-2 :rezont:00211001:20063F:00050000:FFFFFFFF:Stage 6-1 :rezont:00211001:20063F:00050001:FFFFFFFF:Stage 6-2 rezont:0:20063D:08:000:Infinite Lives PL1 :rezont:00000100:200627:00000005:FFFFFFFF:Select Speed PL1 :rezont:00000000:200629:00000010:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :rezont:62000000:000000:00000000:00000000:Select Starting Stage PL2:Enable on the title screen after you've inserted a credit :rezont:00211001:200665:00000000:FFFFFFFF:Stage 1-1 :rezont:00211001:200665:00000001:FFFFFFFF:Stage 1-2 :rezont:00211001:200665:00010000:FFFFFFFF:Stage 2-1 :rezont:00211001:200665:00010001:FFFFFFFF:Stage 2-2 :rezont:00211001:200665:00020000:FFFFFFFF:Stage 3-1 :rezont:00211001:200665:00020001:FFFFFFFF:Stage 3-2 :rezont:00211001:200665:00030000:FFFFFFFF:Stage 4-1 :rezont:00211001:200665:00030001:FFFFFFFF:Stage 4-2 :rezont:00211001:200665:00040000:FFFFFFFF:Stage 5-1 :rezont:00211001:200665:00040001:FFFFFFFF:Stage 5-2 :rezont:00211001:200665:00050000:FFFFFFFF:Stage 6-1 :rezont:00211001:200665:00050001:FFFFFFFF:Stage 6-2 rezont:0:200663:08:000:Infinite Lives PL2 :rezont:00000100:20064D:00000005:FFFFFFFF:Select Speed PL2 :rezont:00000000:20064F:00000010:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Konami RF2 - Red Fighter ] rf2:0:01E204:47:000:Infinite Fuel rf2:0:01E201:C3:000:Always have max speed rf2:0:01E201:FF:000:Always have mental speed rf2:0:01E02C:96:002:Sound Test Timer Stop:[PL1 Shot2]Next Code ; [ Raiden Fighters Jet ] :rfjet:00000000:00028930:00000063:FFFFFFFF:Infinite Credits :rfjet:00000000:00028EFA:00000020:FFFFFFFF:Enable Slave & Fairy :rfjet:00000000:00028C80:00000004:00000004:Enable Special Mode:With this ON you can select Normal or Special game mode before the character selection screen. :rfjet:00000000:00028B89:0000000F:FFFFFFFF:Infinite Lives PL1:Do NOT enable on or before the character selection screen :rfjet:00000000:00028B8A:00000007:FFFFFFFF:Infinite Bombs PL1:Do NOT enable on or before the character selection screen :rfjet:00000000:0000158B:00000001:FFFFFFFF:Invincibility "ON" PL1 :rfjet:00000001:0000158B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :rfjet:00000000:00028B8E:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rfjet:00000000:00028B90:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rfjet:00000000:00036814:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on name entry screen :rfjet:00000000:00036814:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on name entry screen :rfjet:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rfjet:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on name entry screen :rfjet:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rfjet:00010000:00028BA9:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rfjet:00000000:00028C02:0000000F:FFFFFFFF:Infinite Lives PL2:Do NOT enable on or before the character selection screen :rfjet:00000000:00028C02:00000007:FFFFFFFF:Infinite Bombs PL2:Do NOT enable on or before the character selection screen :rfjet:00000000:000016DB:00000001:FFFFFFFF:Invincibility "ON" PL2 :rfjet:00000001:000016DB:00000002:FFFFFFFF:Invincibility "OFF" PL2 :rfjet:00000000:00028C06:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rfjet:00000000:00028C08:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rfjet:00000000:00036815:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on name entry screen :rfjet:00000000:00036815:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on name entry screen :rfjet:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rfjet:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on name entry screen :rfjet:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rfjet:00010000:00028C21:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (3/3) ; [ Raiden Fighters Jet (Asia) ] :rfjeta:00000000:00028930:00000063:FFFFFFFF:Infinite Credits :rfjeta:00000000:00028EFA:00000020:FFFFFFFF:Enable Slave & Fairy :rfjeta:00000000:00028C80:00000004:00000004:Enable Special Mode:With this ON you can select Normal or Special game mode before the character selection screen. :rfjeta:00000000:00028B89:0000000F:FFFFFFFF:Infinite Lives PL1:Do NOT enable on or before the character selection screen :rfjeta:00000000:00028B8A:00000007:FFFFFFFF:Infinite Bombs PL1:Do NOT enable on or before the character selection screen :rfjeta:00000000:0000158B:00000001:FFFFFFFF:Invincibility "ON" PL1 :rfjeta:00000001:0000158B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :rfjeta:00000000:00028B8E:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rfjeta:00000000:00028B90:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rfjeta:00000000:00036814:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on name entry screen :rfjeta:00000000:00036814:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on name entry screen :rfjeta:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rfjeta:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on name entry screen :rfjeta:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rfjeta:00010000:00028BA9:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rfjeta:00000000:00028C02:0000000F:FFFFFFFF:Infinite Lives PL2:Do NOT enable on or before the character selection screen :rfjeta:00000000:00028C02:00000007:FFFFFFFF:Infinite Bombs PL2:Do NOT enable on or before the character selection screen :rfjeta:00000000:000016DB:00000001:FFFFFFFF:Invincibility "ON" PL2 :rfjeta:00000001:000016DB:00000002:FFFFFFFF:Invincibility "OFF" PL2 :rfjeta:00000000:00028C06:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rfjeta:00000000:00028C08:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rfjeta:00000000:00036815:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on name entry screen :rfjeta:00000000:00036815:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on name entry screen :rfjeta:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rfjeta:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on name entry screen :rfjeta:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rfjeta:00010000:00028C21:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (3/3) ; [ Raiden Fighters Jet (Japan) ] :rfjetj:00000000:00028930:00000063:FFFFFFFF:Infinite Credits :rfjetj:00000000:00028EFA:00000020:FFFFFFFF:Enable Slave & Fairy :rfjetj:00000000:00028C80:00000004:00000004:Enable Special Mode:With this ON you can select Normal or Special game mode before the character selection screen. :rfjetj:00000000:00028B89:0000000F:FFFFFFFF:Infinite Lives PL1:Do NOT enable on or before the character selection screen :rfjetj:00000000:00028B8A:00000007:FFFFFFFF:Infinite Bombs PL1:Do NOT enable on or before the character selection screen :rfjetj:00000000:0000158B:00000001:FFFFFFFF:Invincibility "ON" PL1 :rfjetj:00000001:0000158B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :rfjetj:00000000:00028B8E:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rfjetj:00000000:00028B90:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rfjetj:00000000:00036814:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on name entry screen :rfjetj:00000000:00036814:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on name entry screen :rfjetj:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rfjetj:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on name entry screen :rfjetj:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rfjetj:00010000:00028BA9:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rfjetj:00000000:00028C02:0000000F:FFFFFFFF:Infinite Lives PL2:Do NOT enable on or before the character selection screen :rfjetj:00000000:00028C02:00000007:FFFFFFFF:Infinite Bombs PL2:Do NOT enable on or before the character selection screen :rfjetj:00000000:000016DB:00000001:FFFFFFFF:Invincibility "ON" PL2 :rfjetj:00000001:000016DB:00000002:FFFFFFFF:Invincibility "OFF" PL2 :rfjetj:00000000:00028C06:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rfjetj:00000000:00028C08:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rfjetj:00000000:00036815:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on name entry screen :rfjetj:00000000:00036815:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on name entry screen :rfjetj:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rfjetj:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on name entry screen :rfjetj:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rfjetj:00010000:00028C21:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (3/3) ; [ Raiden Fighters Jet (US) ] :rfjetu:00000000:00028930:00000063:FFFFFFFF:Infinite Credits :rfjetu:00000000:00028EFA:00000020:FFFFFFFF:Enable Slave & Fairy :rfjetu:00000000:00028C80:00000004:00000004:Enable Special Mode:With this ON you can select Normal or Special game mode before the character selection screen. :rfjetu:00000000:00028B89:0000000F:FFFFFFFF:Infinite Lives PL1:Do NOT enable on or before the character selection screen :rfjetu:00000000:00028B8A:00000007:FFFFFFFF:Infinite Bombs PL1:Do NOT enable on or before the character selection screen :rfjetu:00000000:0000158B:00000001:FFFFFFFF:Invincibility "ON" PL1 :rfjetu:00000001:0000158B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :rfjetu:00000000:00028B8E:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rfjetu:00000000:00028B90:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rfjetu:00000000:00036814:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on name entry screen :rfjetu:00000000:00036814:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on name entry screen :rfjetu:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rfjetu:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on name entry screen :rfjetu:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rfjetu:00010000:00028BA9:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rfjetu:00000000:00028C02:0000000F:FFFFFFFF:Infinite Lives PL2:Do NOT enable on or before the character selection screen :rfjetu:00000000:00028C02:00000007:FFFFFFFF:Infinite Bombs PL2:Do NOT enable on or before the character selection screen :rfjetu:00000000:000016DB:00000001:FFFFFFFF:Invincibility "ON" PL2 :rfjetu:00000001:000016DB:00000002:FFFFFFFF:Invincibility "OFF" PL2 :rfjetu:00000000:00028C06:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rfjetu:00000000:00028C08:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rfjetu:00000000:00036815:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on name entry screen :rfjetu:00000000:00036815:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on name entry screen :rfjetu:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rfjetu:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on name entry screen :rfjetu:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rfjetu:00010000:00028C21:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (3/3) ; [ Raiden Fighters Jet (US, Single Board) ] :rfjetus:00000000:00028930:00000063:FFFFFFFF:Infinite Credits :rfjetus:00000000:00028EFA:00000020:FFFFFFFF:Enable Slave & Fairy :rfjetus:00000000:00028C80:00000004:00000004:Enable Special Mode:With this ON you can select Normal or Special game mode before the character selection screen. :rfjetus:00000000:00028B89:0000000F:FFFFFFFF:Infinite Lives PL1:Do NOT enable on or before the character selection screen :rfjetus:00000000:00028B8A:00000007:FFFFFFFF:Infinite Bombs PL1:Do NOT enable on or before the character selection screen :rfjetus:00000000:0000158B:00000001:FFFFFFFF:Invincibility "ON" PL1 :rfjetus:00000001:0000158B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :rfjetus:00000000:00028B8E:00000004:FFFFFFFF:Always Maximum Shot Power PL1 :rfjetus:00000000:00028B90:00000003:FFFFFFFF:Always Max Sub Weapon Power PL1 :rfjetus:00000000:00036814:00000000:00000010:Rapid Fire (Normal) PL1:Turn it OFF on name entry screen :rfjetus:00000000:00036814:00000000:00000010:Rapid Fire (Special) PL1:Turn it OFF on name entry screen :rfjetus:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Special) PL1 (2/2) :rfjetus:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL1:Turn it OFF on name entry screen :rfjetus:00010000:0002A120:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (2/3) :rfjetus:00010000:00028BA9:00000000:FFFFFFFF:Rapid Fire (Crazy) PL1 (3/3) :rfjetus:00000000:00028C02:0000000F:FFFFFFFF:Infinite Lives PL2:Do NOT enable on or before the character selection screen :rfjetus:00000000:00028C02:00000007:FFFFFFFF:Infinite Bombs PL2:Do NOT enable on or before the character selection screen :rfjetus:00000000:000016DB:00000001:FFFFFFFF:Invincibility "ON" PL2 :rfjetus:00000001:000016DB:00000002:FFFFFFFF:Invincibility "OFF" PL2 :rfjetus:00000000:00028C06:00000004:FFFFFFFF:Always Maximum Shot Power PL2 :rfjetus:00000000:00028C08:00000003:FFFFFFFF:Always Max Sub Weapon Power PL2 :rfjetus:00000000:00036815:00000000:00000010:Rapid Fire (Normal) PL2:Turn it OFF on name entry screen :rfjetus:00000000:00036815:00000000:00000010:Rapid Fire (Special) PL2:Turn it OFF on name entry screen :rfjetus:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Special) PL2 (2/2) :rfjetus:00000000:00036814:00000000:00000010:Rapid Fire (Crazy) PL2:Turn it OFF on name entry screen :rfjetus:00010000:0002A1A0:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (2/3) :rfjetus:00010000:00028C21:00000000:FFFFFFFF:Rapid Fire (Crazy) PL2 (3/3) ; [ Ribbit! ] ribbit:0:FFC420:24:000:Infinite Time ribbit:0:FFC0FC:00:001:Finish this Stage Now!:This is for the Normal Stages not the Bonus Rounds! The Stage Clear message is unreadable ;There is a bug with the levels, sometime it resets back to 1 after level 9, sometimes it resets ;at 70 ish to 46 ish, the cheats only goes upto level 45 because the location resets to 00 after that :ribbit:60000018:000000:00000000:00000000:[ Enable the starting round cheats on any of the ] :ribbit:60000018:000000:00000000:00000000:[ animation or picture screens. If you clock the ] :ribbit:60000018:000000:00000000:00000000:[ level past 46 then the round cheat won't work ] :ribbit:60000018:000000:00000000:00000000:[ as it should because the game is buggy. ] :ribbit:62000001:000000:00000000:00000000:Select Starting Round:Includes any tutorial screens if they are before that round :ribbit:00010001:FFD491:00000000:FFFFFFFF:1 :ribbit:00010001:FFD491:00000002:FFFFFFFF:2 :ribbit:00010001:FFD491:00000003:FFFFFFFF:3 :ribbit:00010001:FFD491:00000004:FFFFFFFF:##Touch the Bud## :ribbit:00010001:FFD491:00000006:FFFFFFFF:4 :ribbit:00010001:FFD491:00000009:FFFFFFFF:5 :ribbit:00010001:FFD491:0000000A:FFFFFFFF:6 :ribbit:00010001:FFD491:0000000B:FFFFFFFF:7 :ribbit:00010001:FFD491:0000000E:FFFFFFFF:8 :ribbit:00010001:FFD491:0000000F:FFFFFFFF:9 :ribbit:00010001:FFD491:00000010:FFFFFFFF:##Touch the Mushroom## :ribbit:00010001:FFD491:00000012:FFFFFFFF:10 :ribbit:00010001:FFD491:00000015:FFFFFFFF:11 :ribbit:00010001:FFD491:00000016:FFFFFFFF:12 :ribbit:00010001:FFD491:00000017:FFFFFFFF:13 :ribbit:00010001:FFD491:0000001A:FFFFFFFF:14 :ribbit:00010001:FFD491:0000001B:FFFFFFFF:15 :ribbit:00010001:FFD491:0000001C:FFFFFFFF:16 :ribbit:00010001:FFD491:0000001F:FFFFFFFF:17 :ribbit:00010001:FFD491:00000020:FFFFFFFF:18 :ribbit:00010001:FFD491:00000021:FFFFFFFF:##Touch the Bud## :ribbit:00010001:FFD491:00000023:FFFFFFFF:19 :ribbit:00010001:FFD491:00000026:FFFFFFFF:20 :ribbit:00010001:FFD491:00000027:FFFFFFFF:21 :ribbit:00010001:FFD491:00000028:FFFFFFFF:22 :ribbit:00010001:FFD491:0000002A:FFFFFFFF:23 :ribbit:00010001:FFD491:0000002B:FFFFFFFF:24 :ribbit:00010001:FFD491:0000002C:FFFFFFFF:##Touch the Mushroom## :ribbit:00010001:FFD491:0000002E:FFFFFFFF:25 :ribbit:00010001:FFD491:00000031:FFFFFFFF:26 :ribbit:00010001:FFD491:00000032:FFFFFFFF:27 :ribbit:00010001:FFD491:00000033:FFFFFFFF:28 :ribbit:00010001:FFD491:00000035:FFFFFFFF:29 :ribbit:00010001:FFD491:00000036:FFFFFFFF:30 :ribbit:00010001:FFD491:00000037:FFFFFFFF:31 :ribbit:00010001:FFD491:0000003A:FFFFFFFF:32 :ribbit:00010001:FFD491:0000003B:FFFFFFFF:33 :ribbit:00010001:FFD491:0000003C:FFFFFFFF:##Touch the Bud## :ribbit:00010001:FFD491:0000003E:FFFFFFFF:34 :ribbit:00010001:FFD491:00000040:FFFFFFFF:35 :ribbit:00010001:FFD491:00000041:FFFFFFFF:36 :ribbit:00010001:FFD491:00000042:FFFFFFFF:37 :ribbit:00010001:FFD491:00000044:FFFFFFFF:38 :ribbit:00010001:FFD491:00000045:FFFFFFFF:39 :ribbit:00010001:FFD491:00000046:FFFFFFFF:##Touch the Mushroom## :ribbit:00010001:FFD491:00000048:FFFFFFFF:40 :ribbit:00010001:FFD491:0000004A:FFFFFFFF:41 :ribbit:00010001:FFD491:0000004B:FFFFFFFF:42 :ribbit:00010001:FFD491:0000004C:FFFFFFFF:43 :ribbit:00010001:FFD491:0000004E:FFFFFFFF:44 :ribbit:00010001:FFD491:0000004F:FFFFFFFF:45 :ribbit:00010001:FFD491:00000050:FFFFFFFF:46 :ribbit:20800000:AE6B:0000003E:FFFFFFFF:Invincibility :ribbit:20810000:AE7F:0000002A:FFFFFFFF:Invincibility (2/7):1st = Water, 2nd = Mouse :ribbit:20810000:AE83:00000026:FFFFFFFF:Invincibility (3/7):Spider :ribbit:20810000:AE8B:0000001E:FFFFFFFF:Invincibility (4/7):Sea :ribbit:20810000:AE93:00000016:FFFFFFFF:Invincibility (5/7):Press :ribbit:20810000:AE97:00000012:FFFFFFFF:Invincibility (6/7):Lava :ribbit:20810000:AE9B:0000000E:FFFFFFFF:Invincibility (7/7):Electricity ribbit:0:FFC418:BD:000:Always Maximum Buds/Mushrooms ribbit:0:FFD401:99:000:Infinite Lives PL1 ribbit:0:FFD402:99:000:Max Score PL1 ribbit:0:FFD403:98:500:Max Score PL1 (2/2) ribbit:0:FFD441:99:000:Infinite Lives PL2 ribbit:0:FFD442:99:000:Max Score PL2 ribbit:0:FFD443:98:500:Max Score PL2 (2/2) ; [ Riding Fight (Japan) ] ridefgtj:0:40812D:09:000:Infinite Credits ridefgtj:0:408DAC:99:000:Infinite Time:Don't have enabled on the Press 1 or 2 player screen! ridefgtj:0:410035:C8:000:Infinite Energy PL1 ridefgtj:0:408DF3:C8:000:Always have Smasher PL1 ridefgtj:0:408DF3:C8:001:Get Smasher Now! PL1 ridefgtj:0:4100B5:C8:000:Infinite Energy PL2 ridefgtj:0:408E33:C8:000:Always have Smasher PL2 ridefgtj:0:408E33:C8:001:Get Smasher Now! PL2 ridefgtj:0:410835:00:001:One Hit to Kill Boss Now! ridefgtj:0:000000:00:999:[Enable these 'Start on Stage' cheats] ridefgtj:0:000000:00:999:[on the Press 1 or 2 player screen. ] ridefgtj:0:40825B:02:001:Start on Stage 2 ridefgtj:0:40825B:03:001:Start on Food Time Stage ridefgtj:0:40825B:04:001:Start on Stage 3 ridefgtj:0:40825B:06:001:Start on Stage 4 ridefgtj:0:40825B:07:001:Start on Stage 5 ridefgtj:0:000000:00:999:[After you enable these region cheats to see any ] ridefgtj:0:000000:00:999:[effect you will have to reset the game (F3). ] ridefgtj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] ridefgtj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] ridefgtj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] ridefgtj:0:0FFFFF:01:100:Region Switch = Japan ridefgtj:0:0FFFFF:02:100:Region Switch = US ridefgtj:0:0FFFFF:03:100:Region Switch = World ; [ Riding Fight (US) ] ridefgtu:0:40812D:09:000:Infinite Credits ridefgtu:0:408DAC:99:000:Infinite Time:Don't have enabled on the Press 1 or 2 player screen! ridefgtu:0:410035:C8:000:Infinite Energy PL1 ridefgtu:0:408DF3:C8:000:Always have Smasher PL1 ridefgtu:0:408DF3:C8:001:Get Smasher Now! PL1 ridefgtu:0:4100B5:C8:000:Infinite Energy PL2 ridefgtu:0:408E33:C8:000:Always have Smasher PL2 ridefgtu:0:408E33:C8:001:Get Smasher Now! PL2 ridefgtu:0:410835:00:001:One Hit to Kill Boss Now! ridefgtu:0:000000:00:999:[Enable these 'Start on Stage' cheats] ridefgtu:0:000000:00:999:[on the Press 1 or 2 player screen. ] ridefgtu:0:40825B:02:001:Start on Stage 2 ridefgtu:0:40825B:03:001:Start on Food Time Stage ridefgtu:0:40825B:04:001:Start on Stage 3 ridefgtu:0:40825B:06:001:Start on Stage 4 ridefgtu:0:40825B:07:001:Start on Stage 5 ridefgtu:0:000000:00:999:[After you enable these region cheats to see any ] ridefgtu:0:000000:00:999:[effect you will have to reset the game (F3). ] ridefgtu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] ridefgtu:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] ridefgtu:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] ridefgtu:0:0FFFFF:01:100:Region Switch = Japan ridefgtu:0:0FFFFF:02:100:Region Switch = US ridefgtu:0:0FFFFF:03:100:Region Switch = World ; [ Ridge Racer 2 (Rev. RRS1, Ver.B, Japan) ] ridger2a:0:0000:00:999:[ There are no cheats ]:REASON 1 ridger2a:0:0000:00:999:[ for this game as it ]:REASON 1 ridger2a:0:0000:00:999:[ didn't work the last ]:REASON 1 ridger2a:0:0000:00:999:[ time it was tested. ]:REASON 1 ridger2a:0:0000:00:999:[ If the game now works ]:REASON 1 ridger2a:0:0000:00:999:[ please request cheats ]:REASON 1 ridger2a:0:0000:00:999:[ for it on the cheat ]:REASON 1 ridger2a:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ridge Racer 2 (Rev. RRS1, Japan) ] ridger2b:0:0000:00:999:[ There are no cheats ]:REASON 1 ridger2b:0:0000:00:999:[ for this game as it ]:REASON 1 ridger2b:0:0000:00:999:[ didn't work the last ]:REASON 1 ridger2b:0:0000:00:999:[ time it was tested. ]:REASON 1 ridger2b:0:0000:00:999:[ If the game now works ]:REASON 1 ridger2b:0:0000:00:999:[ please request cheats ]:REASON 1 ridger2b:0:0000:00:999:[ for it on the cheat ]:REASON 1 ridger2b:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ridge Racer 2 (Rev. RRS2, US) ] ridgera2:0:0000:00:999:[ There are no cheats ]:REASON 1 ridgera2:0:0000:00:999:[ for this game as it ]:REASON 1 ridgera2:0:0000:00:999:[ didn't work the last ]:REASON 1 ridgera2:0:0000:00:999:[ time it was tested. ]:REASON 1 ridgera2:0:0000:00:999:[ If the game now works ]:REASON 1 ridgera2:0:0000:00:999:[ please request cheats ]:REASON 1 ridgera2:0:0000:00:999:[ for it on the cheat ]:REASON 1 ridgera2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ridge Racer (Rev. RR2, World) ] :ridgerac:00000000:100099A9:00000099:FFFFFFFF:Infinite Time :ridgerac:00000000:100007CB:00000001:FFFFFFFF:Always Finish in 1st Place:The display during play won't be correct but you will finish first :ridgerac:00010000:100007DF:00000001:FFFFFFFF:Always Finish in 1st Place (2/3):Not all 3 locations are needed it's a belt & braces job :ridgerac:00010000:100099A3:00000001:FFFFFFFF:Always Finish in 1st Place (3/3) ; [ Ridge Racer (Rev. RR1, Japan) ] :ridgeraj:00000000:100099A9:00000099:FFFFFFFF:Infinite Time :ridgeraj:00000000:100007CB:00000001:FFFFFFFF:Always Finish in 1st Place:The display during play won't be correct but you will finish first :ridgeraj:00010000:100007DF:00000001:FFFFFFFF:Always Finish in 1st Place (2/3):Not all 3 locations are needed it's a belt & braces job :ridgeraj:00010000:100099A3:00000001:FFFFFFFF:Always Finish in 1st Place (3/3) ; [ Riding Hero (set 1) ] ridhero:0:10FD89:64:000:Infinite Continues ridhero:0:100114:FF:500:Infinite Continues (2/2) ridhero:0:1000F8:99:000:Infinite Time - W.G.P:In story mode this will make you lose the Seaside Street Time Trial race every time ridhero:0:10011B:99:000:Infinite Time - Story ridhero:0:1000FC:08:000:Infinite Time Remaining [STORY MODE]:For use in the Suzuka 8 Hours race at the end of story mode ridhero:0:1000FD:60:500:Infinite Time Remaining [STORY MODE] (2/2) ridhero:0:100F79:04:000:Infinite Turbos ridhero:0:100F89:01:000:Win every race (as 1st) ridhero:0:100F52:01:000:Always ride at Maximum Speed:Turn it OFF if you are stuck in a crash position ridhero:0:100F53:99:500:Always ride at Maximum Speed (2/2) ridhero:0:100F52:01:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect ridhero:0:100F53:99:501:Get Maximum Speed Boost Now! (2/2) ridhero:0:100C1C:99:000:Infinite Money [STORY MODE] ridhero:0:100C1D:99:500:Infinite Money [STORY MODE] (2/2) :ridhero:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ridhero:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ridhero:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Riding Hero (set 2) ] ridheroh:0:10FD89:64:000:Infinite Continues ridheroh:0:100114:FF:500:Infinite Continues (2/2) ridheroh:0:1000F8:99:000:Infinite Time - W.G.P:In story mode this will make you lose the Seaside Street Time Trial race every time ridheroh:0:10011B:99:000:Infinite Time - Story ridheroh:0:1000FC:08:000:Infinite Time Remaining [STORY MODE]:For use in the Suzuka 8 Hours race at the end of story mode ridheroh:0:1000FD:60:500:Infinite Time Remaining [STORY MODE] (2/2) ridheroh:0:100F79:04:000:Infinite Turbos ridheroh:0:100F89:01:000:Win every race (as 1st) ridheroh:0:100F52:01:000:Always ride at Maximum Speed:Turn it OFF if you are stuck in a crash position ridheroh:0:100F53:99:500:Always ride at Maximum Speed (2/2) ridheroh:0:100F52:01:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect ridheroh:0:100F53:99:501:Get Maximum Speed Boost Now! (2/2) ridheroh:0:100C1C:99:000:Infinite Money [STORY MODE] ridheroh:0:100C1D:99:500:Infinite Money [STORY MODE] (2/2) :ridheroh:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ridheroh:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ridheroh:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Riding Fight (World) ] ridingf:0:40812D:09:000:Infinite Credits ridingf:0:408DAC:99:000:Infinite Time:Don't have enabled on the Press 1 or 2 player screen! ridingf:0:410035:C8:000:Infinite Energy PL1 ridingf:0:408DF3:C8:000:Always have Smasher PL1 ridingf:0:408DF3:C8:001:Get Smasher Now! PL1 ridingf:0:4100B5:C8:000:Infinite Energy PL2 ridingf:0:408E33:C8:000:Always have Smasher PL2 ridingf:0:408E33:C8:001:Get Smasher Now! PL2 ridingf:0:410835:00:001:One Hit to Kill Boss Now! ridingf:0:000000:00:999:[Enable these 'Start on Stage' cheats] ridingf:0:000000:00:999:[on the Press 1 or 2 player screen. ] ridingf:0:40825B:02:001:Start on Stage 2 ridingf:0:40825B:03:001:Start on Food Time Stage ridingf:0:40825B:04:001:Start on Stage 3 ridingf:0:40825B:06:001:Start on Stage 4 ridingf:0:40825B:07:001:Start on Stage 5 ridingf:0:000000:00:999:[After you enable these region cheats to see any ] ridingf:0:000000:00:999:[effect you will have to reset the game (F3). ] ridingf:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] ridingf:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ] ridingf:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).] ridingf:0:0FFFFF:01:100:Region Switch = Japan ridingf:0:0FFFFF:02:100:Region Switch = US ridingf:0:0FFFFF:03:100:Region Switch = World ; [ Riddle of Pythagoras (Japan) ] ridleofp:0:C003:99:000:Infinite Credits ridleofp:0:C009:05:000:Infinite Lives ridleofp:0:E545:00:001:Finish this Stage Now! ridleofp:0:E546:00:501:Finish this Stage Now! (2/2) ridleofp:0:0000:00:999:[P1 = Position 1, ] ridleofp:0:0000:00:999:[P2 = Position 2, etc.. ] ridleofp:0:0000:00:999:[Some positions will only be ] ridleofp:0:0000:00:999:[usable with a different size] ridleofp:0:0000:00:999:[of bat!! ] ridleofp:0:0000:00:999:[1-3 is for a Normal Size Bat] ridleofp:0:0000:00:999:[1-4 is for a Medium Size Bat] ridleofp:0:0000:00:999:[1-5 is for a Large Size Bat ] ridleofp:0:0000:00:999:[1-6 is for a Huge Size Bat ] ridleofp:0:E5A0:00:000:Always NOTHING in P1 ridleofp:0:E5A0:04:000:Always LIGHT in P1 ridleofp:0:E5A0:10:000:Always MAGNET in P1 ridleofp:0:E5A0:20:000:Always LASER in P1 ridleofp:0:E5A0:40:000:Always COIL? in P1 ridleofp:0:E5A0:80:000:Always GREEN DOT in P1 ridleofp:0:E5A1:00:000:Always NOTHING in P2 ridleofp:0:E5A1:04:000:Always LIGHT in P2 ridleofp:0:E5A1:10:000:Always MAGNET in P2 ridleofp:0:E5A1:20:000:Always LASER in P2 ridleofp:0:E5A1:40:000:Always COIL? in P2 ridleofp:0:E5A1:80:000:Always GREEN DOT in P2 ridleofp:0:E5A2:00:000:Always NOTHING in P3 ridleofp:0:E5A2:04:000:Always LIGHT in P3 ridleofp:0:E5A2:10:000:Always MAGNET in P3 ridleofp:0:E5A2:20:000:Always LASER in P3 ridleofp:0:E5A2:40:000:Always COIL? in P3 ridleofp:0:E5A2:80:000:Always GREEN DOT in P3 ridleofp:0:E5A3:00:000:Always NOTHING in P4 ridleofp:0:E5A3:04:000:Always LIGHT in P4 ridleofp:0:E5A3:10:000:Always MAGNET in P4 ridleofp:0:E5A3:20:000:Always LASER in P4 ridleofp:0:E5A3:40:000:Always COIL? in P4 ridleofp:0:E5A3:80:000:Always GREEN DOT in P4 ridleofp:0:E5A4:00:000:Always NOTHING in P5 ridleofp:0:E5A4:04:000:Always LIGHT in P5 ridleofp:0:E5A4:10:000:Always MAGNET in P5 ridleofp:0:E5A4:20:000:Always LASER in P5 ridleofp:0:E5A4:40:000:Always COIL? in P5 ridleofp:0:E5A4:80:000:Always GREEN DOT in P5 ridleofp:0:E5A5:00:000:Always NOTHING in P6 ridleofp:0:E5A5:04:000:Always LIGHT in P6 ridleofp:0:E5A5:10:000:Always MAGNET in P6 ridleofp:0:E5A5:20:000:Always LASER in P6 ridleofp:0:E5A5:40:000:Always COIL? in P6 ridleofp:0:E5A5:80:000:Always GREEN DOT in P6 ridleofp:0:E5A0:00:001:Get NOTHING in P1 Now! ridleofp:0:E5A0:04:001:Get LIGHT in P1 Now! ridleofp:0:E5A0:10:001:Get MAGNET in P1 Now! ridleofp:0:E5A0:20:001:Get LASER in P1 Now! ridleofp:0:E5A0:40:001:Get COIL? in P1 Now! ridleofp:0:E5A0:80:001:Get GREEN DOT in P1 Now! ridleofp:0:E5A1:00:001:Get NOTHING in P2 Now! ridleofp:0:E5A1:04:001:Get LIGHT in P2 Now! ridleofp:0:E5A1:10:001:Get MAGNET in P2 Now! ridleofp:0:E5A1:20:001:Get LASER in P2 Now! ridleofp:0:E5A1:40:001:Get COIL? in P2 Now! ridleofp:0:E5A1:80:001:Get GREEN DOT in P2 Now! ridleofp:0:E5A2:00:001:Get NOTHING in P3 Now! ridleofp:0:E5A2:04:001:Get LIGHT in P3 Now! ridleofp:0:E5A2:10:001:Get MAGNET in P3 Now! ridleofp:0:E5A2:20:001:Get LASER in P3 Now! ridleofp:0:E5A2:40:001:Get COIL? in P3 Now! ridleofp:0:E5A2:80:001:Get GREEN DOT in P3 Now! ridleofp:0:E5A3:00:001:Get NOTHING in P4 Now! ridleofp:0:E5A3:04:001:Get LIGHT in P4 Now! ridleofp:0:E5A3:10:001:Get MAGNET in P4 Now! ridleofp:0:E5A3:20:001:Get LASER in P4 Now! ridleofp:0:E5A3:40:001:Get COIL? in P4 Now! ridleofp:0:E5A3:80:001:Get GREEN DOT in P4 Now! ridleofp:0:E5A4:00:001:Get NOTHING in P5 Now! ridleofp:0:E5A4:04:001:Get LIGHT in P5 Now! ridleofp:0:E5A4:10:001:Get MAGNET in P5 Now! ridleofp:0:E5A4:20:001:Get LASER in P5 Now! ridleofp:0:E5A4:40:001:Get COIL? in P5 Now! ridleofp:0:E5A4:80:001:Get GREEN DOT in P5 Now! ridleofp:0:E5A5:00:001:Get NOTHING in P6 Now! ridleofp:0:E5A5:04:001:Get LIGHT in P6 Now! ridleofp:0:E5A5:10:001:Get MAGNET in P6 Now! ridleofp:0:E5A5:20:001:Get LASER in P6 Now! ridleofp:0:E5A5:40:001:Get COIL? in P6 Now! ridleofp:0:E5A5:80:001:Get GREEN DOT in P6 Now! ridleofp:0:0000:00:999:[Don't change the Bat Type ] ridleofp:0:0000:00:999:[when you are dieing! ] ridleofp:0:0000:00:999:[Bat-T = Bat Type ] ridleofp:0:E59F:00:000:Always Bat-T 1 Normal ridleofp:0:E59F:01:000:Always Bat-T 1 Medium ridleofp:0:E59F:02:000:Always Bat-T 1 Large ridleofp:0:E59F:03:000:Always Bat-T 1 Huge ridleofp:0:E59F:04:000:Always Bat-T 2 Normal ridleofp:0:E59F:05:000:Always Bat-T 2 Medium ridleofp:0:E59F:06:000:Always Bat-T 2 Large ridleofp:0:E59F:07:000:Always Bat-T 2 Huge ridleofp:0:E59F:08:000:Always Bat-T 3 Normal ridleofp:0:E59F:09:000:Always Bat-T 3 Medium ridleofp:0:E59F:0A:000:Always Bat-T 3 Large ridleofp:0:E59F:0B:000:Always Bat-T 3 Huge ridleofp:0:E59F:0C:000:Always Bat-T 4 Normal ridleofp:0:E59F:0D:000:Always Bat-T 4 Medium ridleofp:0:E59F:0E:000:Always Bat-T 4 Large ridleofp:0:E59F:0F:000:Always Bat-T 4 Huge ridleofp:0:E59F:00:001:Get Bat-T 1 Normal Now! ridleofp:0:E59F:01:001:Get Bat-T 1 Medium Now! ridleofp:0:E59F:02:001:Get Bat-T 1 Large Now! ridleofp:0:E59F:03:001:Get Bat-T 1 Huge Now! ridleofp:0:E59F:04:001:Get Bat-T 2 Normal Now! ridleofp:0:E59F:05:001:Get Bat-T 2 Medium Now! ridleofp:0:E59F:06:001:Get Bat-T 2 Large Now! ridleofp:0:E59F:07:001:Get Bat-T 2 Huge Now! ridleofp:0:E59F:08:001:Get Bat-T 3 Normal Now! ridleofp:0:E59F:09:001:Get Bat-T 3 Medium Now! ridleofp:0:E59F:0A:001:Get Bat-T 3 Large Now! ridleofp:0:E59F:0B:001:Get Bat-T 3 Huge Now! ridleofp:0:E59F:0C:001:Get Bat-T 4 Normal Now! ridleofp:0:E59F:0D:001:Get Bat-T 4 Medium Now! ridleofp:0:E59F:0E:001:Get Bat-T 4 Large Now! ridleofp:0:E59F:0F:001:Get Bat-T 4 Huge Now! ; [ Rim Rockin' Basketball (V1.2) ] rimrck12:0:3BCC:01:000:Infinite Time rimrck12:0:3BCD:3B:500:Infinite Time (2/4) rimrck12:0:3BE7:01:500:Infinite Time (3/4):Time per coin rimrck12:0:3BE8:1D:500:Infinite Time (4/4):Time per coin rimrck12:0:3BD1:0A:000:Infinite Ball in Hand Time rimrck12:0:3BCF:18:000:Infinite Attack Time rimrck12:0:3BD1:00:001:Ball in Hand Time = 0 Now! rimrck12:0:3BCF:00:001:Attack Time = 0 Now! rimrck12:0:3397:00:000:Score always 0 PL1 rimrck12:0:3397:FF:000:Score always 255 PL1 rimrck12:0:3397:00:001:Set score = 0 Now! PL1 rimrck12:0:3397:FF:001:Set score = 255 Now! PL1 rimrck12:0:3397:FF:070:Select score Now! PL1 rimrck12:0:3395:00:000:Score always = 0 PL2 rimrck12:0:3395:FF:000:Score always = 255 PL2 rimrck12:0:3395:00:001:Set score = 0 Now! PL2 rimrck12:0:3395:FF:001:Set score = 255 Now! PL2 rimrck12:0:3395:FF:070:Select score Now! PL2 ; [ Rim Rockin' Basketball (V1.6) ] rimrck16:0:3BD4:09:000:Infinite Game Time rimrck16:0:3BD5:3B:500:Infinite Game Time (2/4) rimrck16:0:3BEF:01:500:Infinite Game Time (3/4):Time per coin rimrck16:0:3BF0:1D:500:Infinite Game Time (4/4):Time per coin rimrck16:0:3BD9:0A:000:Infinite Ball in Hand Time rimrck16:0:3BD7:18:000:Infinite Attack Time rimrck16:0:3BD9:00:001:Ball in Hand Time = 0 Now! rimrck16:0:3BD7:00:001:Attack Time = 0 Now! rimrck16:0:3397:00:000:Score always 0 PL1 rimrck16:0:3397:FF:000:Score always 255 PL1 rimrck16:0:3397:00:001:Set score = 0 Now! PL1 rimrck16:0:3397:FF:001:Set score = 255 Now! PL1 rimrck16:0:3397:FF:070:Select score Now! PL1 rimrck16:0:3395:00:000:Score always = 0 PL2 rimrck16:0:3395:FF:000:Score always = 255 PL2 rimrck16:0:3395:00:001:Set score = 0 Now! PL2 rimrck16:0:3395:FF:001:Set score = 255 Now! PL2 rimrck16:0:3395:FF:070:Select score Now! PL2 ; [ Rim Rockin' Basketball (V2.0) ] rimrck20:0:3BE5:01:000:Infinite Game Time rimrck20:0:3BE6:06:500:Infinite Game Time (2/4) rimrck20:0:3BFF:01:500:Infinite Game Time (3/4):Time per coin rimrck20:0:3C00:1E:500:Infinite Game Time (4/4):Time per coin rimrck20:0:3BE9:0A:000:Infinite Ball in Hand Time rimrck20:0:3BE7:18:000:Infinite Attack Time rimrck20:0:3BE9:00:001:Ball in Hand Time = 0 Now! rimrck20:0:3BE7:00:001:Attack Time = 0 Now! rimrck20:0:33A7:00:000:Score always 0 PL1 rimrck20:0:33A7:FF:000:Score always 255 PL1 rimrck20:0:33A7:00:001:Set score = 0 Now! PL1 rimrck20:0:33A7:FF:001:Set score = 255 Now! PL1 rimrck20:0:33A7:FF:070:Select score Now! PL1 rimrck20:0:33A5:00:000:Score always = 0 PL2 rimrck20:0:33A5:FF:000:Score always = 255 PL2 rimrck20:0:33A5:00:001:Set score = 0 Now! PL2 rimrck20:0:33A5:FF:001:Set score = 255 Now! PL2 rimrck20:0:33A5:FF:070:Select score Now! PL2 ; [ Rim Rockin' Basketball (V2.2) ] rimrockn:0:3BE5:01:000:Infinite Game Time rimrockn:0:3BE6:06:500:Infinite Game Time (2/4) rimrockn:0:3BFF:01:500:Infinite Game Time (3/4):Time per coin rimrockn:0:3C00:1E:500:Infinite Game Time (4/4):Time per coin rimrockn:0:3BE9:0A:000:Infinite Ball in Hand Time rimrockn:0:3BE7:18:000:Infinite Attack Time rimrockn:0:3BE9:00:001:Ball in Hand Time = 0 Now! rimrockn:0:3BE7:00:001:Attack Time = 0 Now! rimrockn:0:33A7:00:000:Score always 0 PL1 rimrockn:0:33A7:FF:000:Score always 255 PL1 rimrockn:0:33A7:00:001:Set score = 0 Now! PL1 rimrockn:0:33A7:FF:001:Set score = 255 Now! PL1 rimrockn:0:33A7:FF:070:Select score Now! PL1 rimrockn:0:33A5:00:000:Score always = 0 PL2 rimrockn:0:33A5:FF:000:Score always = 255 PL2 rimrockn:0:33A5:00:001:Set score = 0 Now! PL2 rimrockn:0:33A5:FF:001:Set score = 255 Now! PL2 rimrockn:0:33A5:FF:070:Select score Now! PL2 ; [ Ring of Destruction: Slammasters II (Euro 940902) ] ringdest:0:FF726E:09:000:Infinite Credits ringdest:0:FF72CA:99:000:Infinite Time ringdest:0:FF72CA:01:001:Finish this Battle Now! ringdest:0:FF802C:01:000:Infinite Energy PL1 ringdest:0:FF802D:16:500:Infinite Energy PL1 (2/4) ringdest:0:FF802E:01:500:Infinite Energy PL1 (3/4) ringdest:0:FF802F:17:500:Infinite Energy PL1 (4/4) ringdest:0:FF802C:00:001:Drain Most Energy Now! PL1 ringdest:0:FF802D:00:501:Drain Most Energy Now! PL1 (2/4) ringdest:0:FF802E:00:501:Drain Most Energy Now! PL1 (3/4) ringdest:0:FF802F:00:501:Drain Most Energy Now! PL1 (4/4) ringdest:0:FF842C:01:000:Infinite Energy PL2 ringdest:0:FF842D:16:500:Infinite Energy PL2 (2/4) ringdest:0:FF842E:01:500:Infinite Energy PL2 (3/4) ringdest:0:FF842F:17:500:Infinite Energy PL2 (4/4) ringdest:0:FF842C:00:001:Drain Most Energy Now! PL2 ringdest:0:FF842D:00:501:Drain Most Energy Now! PL2 (2/4) ringdest:0:FF842E:00:501:Drain Most Energy Now! PL2 (3/4) ringdest:0:FF842F:00:501:Drain Most Energy Now! PL2 (4/4) ringdest:0:000000:00:999:[ These are the codes to set the machine region - the ] ringdest:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ringdest:0:000000:00:999:[ - ON or before the ROM check screen! ] ringdest:0:FF7445:00:000:Region Switch = Japan ringdest:0:FF7445:01:000:Region Switch = USA ringdest:0:FF7445:02:000:Region Switch = Euro ringdest:0:FF7445:03:000:Region Switch = Asia Sample ringdest:0:FF7445:04:000:Region Switch = Asia TW ringdest:0:FF7445:05:000:Region Switch = Hispanic ringdest:0:FF7445:0A:000:Region Switch = Brazil ; [ Ring Fighter (set 1) ] ringfgt:0:C310:00:000:Infinite Time ringfgt:0:C310:09:001:Finish this Round Now! ringfgt:0:C311:05:501:Finish this Round Now! (2/2) ringfgt:0:C509:FF:000:Infinite Energy PL1 ringfgt:0:C525:00:000:Infinite Damage PL1 ringfgt:0:C509:00:000:Always have No Energy PL1 ringfgt:0:C525:FF:000:Damage always = max PL1 ringfgt:0:C549:FF:000:Infinite Energy PL2 ringfgt:0:C565:00:000:Infinite Damage PL2 ringfgt:0:C549:00:000:Always have No Energy PL2 ringfgt:0:C565:FF:000:Damage always = max PL2 ; [ Ring Fighter (set 2) ] ringfgt2:0:C310:00:000:Infinite Time ringfgt2:0:C310:09:001:Finish this Round Now! ringfgt2:0:C311:05:501:Finish this Round Now! (2/2) ringfgt2:0:C509:FF:000:Infinite Energy PL1 ringfgt2:0:C525:00:000:Infinite Damage PL1 ringfgt2:0:C509:00:000:Always have No Energy PL1 ringfgt2:0:C525:FF:000:Damage always = max PL1 ringfgt2:0:C549:FF:000:Infinite Energy PL2 ringfgt2:0:C565:00:000:Infinite Damage PL2 ringfgt2:0:C549:00:000:Always have No Energy PL2 ringfgt2:0:C565:FF:000:Damage always = max PL2 ; [ Ring King (US set 2) ] ringkin2:0:C190:00:000:Infinite Time ringkin2:0:C190:3B:001:Finish this Round Now! :ringkin2:20A00000:4296:00C0093A:FFFFFFFF:Invincibility:This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums :ringkin2:20810000:429B:000000D8:FFFFFFFF:Invincibility (2/2):1st = ld a,($C009), 2nd = ret c ringkin2:0:C059:FF:000:Infinite Energy ringkin2:0:C019:00:000:CPU Energy always = 0 ringkin2:0:C019:00:001:Drain All CPU Energy Now! ringkin2:0:C061:FA:000:Ply's hits always set to 250 ringkin2:0:C021:00:000:CPU's hits always set to 0 ringkin2:0:C061:FA:001:Set Ply's hits set = 250 Now! ringkin2:0:C021:00:001:Set CPU's hits set to 0 Now! ringkin2:0:C061:FF:070:Select Player's hits ringkin2:0:C021:FF:070:Select Computer's hits :ringkin2:00000000:C055:00000000:00000010:Rapid Fire ; [ Ring King (US set 3) ] ringkin3:0:C190:00:000:Infinite Time ringkin3:0:C190:3B:001:Finish this Round Now! :ringkin3:20A00000:4275:00C0093A:FFFFFFFF:Invincibility:This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums :ringkin3:20810000:427A:000000D8:FFFFFFFF:Invincibility (2/2):1st = ld a,($C009), 2nd = ret c ringkin3:0:C059:FF:000:Infinite Energy ringkin3:0:C019:00:000:CPU Energy always = 0 ringkin3:0:C019:00:001:Drain All CPU Energy Now! ringkin3:0:C061:FA:000:Ply's hits always set to 250 ringkin3:0:C021:00:000:CPU's hits always set to 0 ringkin3:0:C061:FA:001:Set Ply's hits set = 250 Now! ringkin3:0:C021:00:001:Set CPU's hits set to 0 Now! ringkin3:0:C061:FF:070:Select Player's hits ringkin3:0:C021:FF:070:Select Computer's hits :ringkin3:00000000:C055:00000000:00000010:Rapid Fire ; [ Ring King (US set 1) ] ringking:0:C190:00:000:Infinite Time ringking:0:C190:3B:001:Finish this Round Now! :ringking:20A00000:42A7:00C0093A:FFFFFFFF:Invincibility:This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums :ringking:20810000:42AC:000000D8:FFFFFFFF:Invincibility (2/2):1st = ld a,($C009), 2nd = ret c ringking:0:C059:FF:000:Infinite Energy ringking:0:C019:00:000:CPU Energy always = 0 ringking:0:C019:00:001:Drain All CPU Energy Now! ringking:0:C061:FA:000:Ply's hits always set to 250 ringking:0:C021:00:000:CPU's hits always set to 0 ringking:0:C061:FA:001:Set Ply's hits set = 250 Now! ringking:0:C021:00:001:Set CPU's hits set to 0 Now! ringking:0:C061:FF:070:Select Player's hits ringking:0:C021:FF:070:Select Computer's hits :ringking:00000000:C055:00000000:00000010:Rapid Fire ; [ Ring King (US, Woodplace license) ] ringkinw:0:C190:00:000:Infinite Time ringkinw:0:C190:3B:001:Finish this Round Now! :ringkinw:20A00000:3A3A:00C0093A:FFFFFFFF:Invincibility:This cheat has not been fully tested, if you encounter any problems or you've finished the game with no problems please post on the cheat forums :ringkinw:20810000:3A3F:000000D8:FFFFFFFF:Invincibility (2/2):1st = ld a,($C009), 2nd = ret c ringkinw:0:C059:FF:000:Infinite Energy ringkinw:0:C019:00:000:CPU Energy always = 0 ringkinw:0:C019:00:001:Drain All CPU Energy Now! ringkinw:0:C061:FA:000:Ply's hits always set to 250 ringkinw:0:C021:00:000:CPU's hits always set to 0 ringkinw:0:C061:FA:001:Set Ply's hits set = 250 Now! ringkinw:0:C021:00:001:Set CPU's hits set to 0 Now! ringkinw:0:C061:FF:070:Select Player's hits ringkinw:0:C021:FF:070:Select Computer's hits :ringkinw:00000000:C055:00000000:00000010:Rapid Fire ; [ Ring no Ohja (Japan 2 Players ver. N) ] ringohja:0:4125:99:000:Infinite Energy PL1 ringohja:0:4135:99:000:Infinite Energy PL2 ringohja:0:4145:99:000:Infinite Energy PL3 ringohja:0:4155:99:000:Infinite Energy PL4 ringohja:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code ; [ Ring Rage (World) ] ringrage:0:40AB8D:09:000:Infinite Credits ringrage:0:40B3CB:3B:000:Infinite Time ringrage:0:40C83C:47:000:Infinite Energy PL1 ringrage:0:40C83C:00:001:Drain All Energy Now! PL1 ringrage:0:40CA3C:47:000:Infinite Energy PL2 ringrage:0:40CA3C:00:001:Drain All Energy Now! PL2 ringrage:0:40CC3C:47:000:Infinite Energy PL3 ringrage:0:40CC3C:00:001:Drain All Energy Now! PL3 ringrage:0:40CE3C:47:000:Infinite Energy PL4 ringrage:0:40CE3C:00:001:Drain All Energy Now! PL4 ringrage:0:000000:00:999:[ After you enable a region cheat to see any ] ringrage:0:000000:00:999:[ effect you will have to reset the game (F3). ] ringrage:0:000000:00:999:[ Then you may have to turn the Test Mode ON F3) ] ringrage:0:07FFFF:01:100:Region Switch = Japan ringrage:0:07FFFF:02:100:Region Switch = US ringrage:0:07FFFF:03:100:Region Switch = World ; [ Ring Rage (Japan) ] ringragj:0:40AB8D:09:000:Infinite Credits ringragj:0:40B3CB:3B:000:Infinite Time ringragj:0:40C83C:47:000:Infinite Energy PL1 ringragj:0:40C83C:00:001:Drain All Energy Now! PL1 ringragj:0:40CA3C:47:000:Infinite Energy PL2 ringragj:0:40CA3C:00:001:Drain All Energy Now! PL2 ringragj:0:40CC3C:47:000:Infinite Energy PL3 ringragj:0:40CC3C:00:001:Drain All Energy Now! PL3 ringragj:0:40CE3C:47:000:Infinite Energy PL4 ringragj:0:40CE3C:00:001:Drain All Energy Now! PL4 ringragj:0:000000:00:999:[ After you enable a region cheat to see any ] ringragj:0:000000:00:999:[ effect you will have to reset the game (F3). ] ringragj:0:000000:00:999:[ Then you may have to turn the Test Mode ON F3) ] ringragj:0:07FFFF:01:100:Region Switch = Japan ringragj:0:07FFFF:02:100:Region Switch = US ringragj:0:07FFFF:03:100:Region Switch = World ; [ Ring Rage (US) ] ringragu:0:40AB8D:09:000:Infinite Credits ringragu:0:40B3CB:3B:000:Infinite Time ringragu:0:40C83C:47:000:Infinite Energy PL1 ringragu:0:40C83C:00:001:Drain All Energy Now! PL1 ringragu:0:40CA3C:47:000:Infinite Energy PL2 ringragu:0:40CA3C:00:001:Drain All Energy Now! PL2 ringragu:0:40CC3C:47:000:Infinite Energy PL3 ringragu:0:40CC3C:00:001:Drain All Energy Now! PL3 ringragu:0:40CE3C:47:000:Infinite Energy PL4 ringragu:0:40CE3C:00:001:Drain All Energy Now! PL4 ringragu:0:000000:00:999:[ After you enable a region cheat to see any ] ringragu:0:000000:00:999:[ effect you will have to reset the game (F3). ] ringragu:0:000000:00:999:[ Then you may have to turn the Test Mode ON F3) ] ringragu:0:07FFFF:01:100:Region Switch = Japan ringragu:0:07FFFF:02:100:Region Switch = US ringragu:0:07FFFF:03:100:Region Switch = World ; [ Riot ] :riot:00000000:1015F0:00000009:FFFFFFFF:Infinite Credits :riot:00100000:1015F2:000063FF:FFFFFFFF:Infinite Time :riot:62000000:000000:00000000:00000000:Select Starting Round:Set on displayed "Push Start 1 or 2 Player Button " message screen after inserted a credit :riot:00011001:1017C3:00000000:FFFFFFFF:Round 1 :riot:00011001:1017C3:00000002:FFFFFFFF:Round 2 :riot:00011001:1017C3:00000004:FFFFFFFF:Round 3 :riot:00011001:1017C3:00000006:FFFFFFFF:Round 4 :riot:00011001:1017C3:00000008:FFFFFFFF:Round 5 :riot:00011001:1017C3:0000000A:FFFFFFFF:Round 6 :riot:00000000:1015EE:00000009:FFFFFFFF:Infinite Lives PL1 :riot:00000000:101610:00000018:FFFFFFFF:Infinite Energy PL1 :riot:00100000:101600:00001276:FFFFFFFF:Invincibility PL1 :riot:00010000:101616:0000007E:FFFFFFFF:Invincibility PL1 (2/3) :riot:00010000:1016A9:0000008A:FFFFFFFF:Invincibility PL1 (3/3) :riot:62000000:000000:00000000:00000000:Select Weapon PL1 :riot:00010000:10160D:00000000:FFFFFFFF:Normal Shot :riot:00010000:10160D:00000002:FFFFFFFF:Machine Gun :riot:00010000:10160D:00000004:FFFFFFFF:Napalm :riot:00010000:10160D:00000006:FFFFFFFF:Shot Gun :riot:00010000:10160D:00000008:FFFFFFFF:Fire :riot:00000000:101765:00000000:00000002:Rapid Fire PL1 :riot:00010000:101765:00000000:00000004:Rapid Fire PL1 (2/2) :riot:00000000:1015EF:00000009:FFFFFFFF:Infinite Lives PL2 :riot:00000000:1016C4:00000018:FFFFFFFF:Infinite Energy PL2 :riot:00100000:1016B4:00001276:FFFFFFFF:Invincibility PL2 :riot:00010000:1016CA:0000007E:FFFFFFFF:Invincibility PL2 (2/3) :riot:00010000:10175D:0000008A:FFFFFFFF:Invincibility PL2 (3/3) :riot:62000000:000000:00000000:00000000:Select Weapon PL2 :riot:00010000:1016C1:00000000:FFFFFFFF:Normal Shot :riot:00010000:1016C1:00000002:FFFFFFFF:Machine Gun :riot:00010000:1016C1:00000004:FFFFFFFF:Napalm :riot:00010000:1016C1:00000006:FFFFFFFF:Shot Gun :riot:00010000:1016C1:00000008:FFFFFFFF:Fire :riot:00000000:10176F:00000000:00000002:Rapid Fire PL2 :riot:00010000:10176F:00000000:00000004:Rapid Fire PL2 (2/2) ; [ Riot City (Japan) ] riotcity:0:FFECF9:63:000:Infinite Time riotcity:0:FFF011:03:000:Infinite Lives PL1 riotcity:0:FFDAD5:70:000:Infinite Energy PL1 riotcity:0:FFF00D:F0:000:Invincibility PL1 riotcity:0:FFE8D5:10:540:Invincibility PL1 (2/2) riotcity:0:FFF03D:03:000:Infinite Lives PL2 riotcity:0:FFDAD9:70:000:Infinite Energy PL2 riotcity:0:FFF039:F0:000:Invincibility PL2 riotcity:0:FFE8D9:20:540:Invincibility PL2 (2/2) ; [ Rip Cord ] ripcord:0:002C:09:000:Infinite Jumps ; [ Rip Off ] ripoff:0:0000:00:999:[ There are no cheats ]:REASON 7 ripoff:0:0000:00:999:[ for this game as it's ]:REASON 7 ripoff:0:0000:00:999:[ proving to be a bit ]:REASON 7 ripoff:0:0000:00:999:[ of a stinker to find ]:REASON 7 ripoff:0:0000:00:999:[ cheats for it. ]:REASON 7 ripoff:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 ripoff:0:0000:00:999:[ finding is unlikely ]:REASON 7 ripoff:0:0000:00:999:[ to have any success ]:REASON 7 ripoff:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 ripoff:0:0000:00:999:[ setup or it's banked ]:REASON 7 ripoff:0:0000:00:999:[ too often, so ROM ]:REASON 7 ripoff:0:0000:00:999:[ cheats will likely be ]:REASON 7 ripoff:0:0000:00:999:[ required. If you ]:REASON 7 ripoff:0:0000:00:999:[ manage to find any ]:REASON 7 ripoff:0:0000:00:999:[ please post them on ]:REASON 7 ripoff:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;ripoff:0:01E7:09:000:Infinite Credits ;ripoff:0:006D:1C:001:Get Instant Speed Burst Now!:Bind to an activation key for best effect ;ripoff:0:0060:00:001:Warp Ship to Bottom Left Now!:Bind to an activation key for best effect ;ripoff:0:0061:50:501:Warp Ship to Bottom Left Now! (2/4) ;ripoff:0:0062:00:501:Warp Ship to Bottom Left Now! (3/4) ;ripoff:0:0063:50:501:Warp Ship to Bottom Left Now! (4/4) ;ripoff:0:0060:03:001:Warp Ship to Top Right Now!:Bind to an activation key for best effect ;ripoff:0:0061:B0:501:Warp Ship to Top Right Now! (2/4) ;ripoff:0:0062:02:501:Warp Ship to Top Right Now! (3/4) ;ripoff:0:0063:B0:501:Warp Ship to Top Right Now! (4/4) ;ripoff:0:01A0:03:000:Freeze 1st Enemy Ship ;ripoff:0:01A1:00:500:Freeze 1st Enemy Ship (2/4) ;ripoff:0:01A2:02:500:Freeze 1st Enemy Ship (3/4) ;ripoff:0:01A3:00:500:Freeze 1st Enemy Ship (4/4) ;ripoff:0:0020:02:000:Freeze 2nd Enemy Ship ;ripoff:0:0021:00:500:Freeze 2nd Enemy Ship (2/4) ;ripoff:0:0022:02:500:Freeze 2nd Enemy Ship (3/4) ;ripoff:0:0023:40:500:Freeze 2nd Enemy Ship (4/4) ;ripoff:0:0040:01:000:Freeze 3rd Enemy Ship ;ripoff:0:0041:00:500:Freeze 3rd Enemy Ship (2/4) ;ripoff:0:0042:02:500:Freeze 3rd Enemy Ship (3/4) ;ripoff:0:0043:00:500:Freeze 3rd Enemy Ship (4/4) ;ripoff:0:01EB:06:072:Select current round:After round 6 level increases ;ripoff:0:01F7:14:072:Select current level:There is an infinite number of levels but unplayable past about 10. ; [ Risky Challenge ] riskchal:0:0000:00:999:[ There are no cheats ]:REASON 1 riskchal:0:0000:00:999:[ for this game as it ]:REASON 1 riskchal:0:0000:00:999:[ didn't work the last ]:REASON 1 riskchal:0:0000:00:999:[ time it was tested. ]:REASON 1 riskchal:0:0000:00:999:[ If the game now works ]:REASON 1 riskchal:0:0000:00:999:[ please request cheats ]:REASON 1 riskchal:0:0000:00:999:[ for it on the cheat ]:REASON 1 riskchal:0:0000:00:999:[ forums. ]:REASON 1 ; [ Roller Jammer ] rjammer:0:A13E:FA:000:Infinite Time ; [ Real Mahjong Haihai (Japan) ] rmhaihai:0:0000:00:999:[ The winning hand cheat must be ] rmhaihai:0:0000:00:999:[ activated when there are 14 ] rmhaihai:0:0000:00:999:[ tiles in your hand, then press ] rmhaihai:0:0000:00:999:[ the RON key ('Z' by default). ] rmhaihai:0:0000:00:999:[ The tiles do not visually ] rmhaihai:0:0000:00:999:[ change until you make a move. ] rmhaihai:0:A070:00:101:Get winning hand Now! rmhaihai:0:A071:00:501:Get winning hand Now! (02/14) rmhaihai:0:A072:00:501:Get winning hand Now! (03/14) rmhaihai:0:A073:01:501:Get winning hand Now! (04/14) rmhaihai:0:A074:01:501:Get winning hand Now! (05/14) rmhaihai:0:A075:01:501:Get winning hand Now! (06/14) rmhaihai:0:A076:02:501:Get winning hand Now! (07/14) rmhaihai:0:A077:02:501:Get winning hand Now! (08/14) rmhaihai:0:A078:02:501:Get winning hand Now! (09/14) rmhaihai:0:A079:03:501:Get winning hand Now! (10/14) rmhaihai:0:A07A:03:501:Get winning hand Now! (11/14) rmhaihai:0:A07B:03:501:Get winning hand Now! (12/14) rmhaihai:0:A07C:04:501:Get winning hand Now! (13/14) rmhaihai:0:A07D:04:501:Get winning hand Now! (14/14) rmhaihai:0:A070:00:100:Always winning hand rmhaihai:0:A071:00:500:Always winning hand (02/14) rmhaihai:0:A072:00:500:Always winning hand (03/14) rmhaihai:0:A073:01:500:Always winning hand (04/14) rmhaihai:0:A074:01:500:Always winning hand (05/14) rmhaihai:0:A075:01:500:Always winning hand (06/14) rmhaihai:0:A076:02:500:Always winning hand (07/14) rmhaihai:0:A077:02:500:Always winning hand (08/14) rmhaihai:0:A078:02:500:Always winning hand (09/14) rmhaihai:0:A079:03:500:Always winning hand (10/14) rmhaihai:0:A07A:03:500:Always winning hand (11/14) rmhaihai:0:A07B:03:500:Always winning hand (12/14) rmhaihai:0:A07C:04:500:Always winning hand (13/14) rmhaihai:0:A07D:04:500:Always winning hand (14/14) ; [ Real Mahjong Haihai [BET] (Japan) ] rmhaihib:0:0000:00:999:[ The winning hand cheat must be ] rmhaihib:0:0000:00:999:[ activated when there are 14 ] rmhaihib:0:0000:00:999:[ tiles in your hand, then press ] rmhaihib:0:0000:00:999:[ the RON key ('Z' by default). ] rmhaihib:0:0000:00:999:[ The tiles do not visually ] rmhaihib:0:0000:00:999:[ change until you make a move. ] rmhaihib:0:A070:00:101:Get winning hand Now! rmhaihib:0:A071:00:501:Get winning hand Now! (02/14) rmhaihib:0:A072:00:501:Get winning hand Now! (03/14) rmhaihib:0:A073:01:501:Get winning hand Now! (04/14) rmhaihib:0:A074:01:501:Get winning hand Now! (05/14) rmhaihib:0:A075:01:501:Get winning hand Now! (06/14) rmhaihib:0:A076:02:501:Get winning hand Now! (07/14) rmhaihib:0:A077:02:501:Get winning hand Now! (08/14) rmhaihib:0:A078:02:501:Get winning hand Now! (09/14) rmhaihib:0:A079:03:501:Get winning hand Now! (10/14) rmhaihib:0:A07A:03:501:Get winning hand Now! (11/14) rmhaihib:0:A07B:03:501:Get winning hand Now! (12/14) rmhaihib:0:A07C:04:501:Get winning hand Now! (13/14) rmhaihib:0:A07D:04:501:Get winning hand Now! (14/14) rmhaihib:0:A070:00:100:Always winning hand rmhaihib:0:A071:00:500:Always winning hand (02/14) rmhaihib:0:A072:00:500:Always winning hand (03/14) rmhaihib:0:A073:01:500:Always winning hand (04/14) rmhaihib:0:A074:01:500:Always winning hand (05/14) rmhaihib:0:A075:01:500:Always winning hand (06/14) rmhaihib:0:A076:02:500:Always winning hand (07/14) rmhaihib:0:A077:02:500:Always winning hand (08/14) rmhaihib:0:A078:02:500:Always winning hand (09/14) rmhaihib:0:A079:03:500:Always winning hand (10/14) rmhaihib:0:A07A:03:500:Always winning hand (11/14) rmhaihib:0:A07B:03:500:Always winning hand (12/14) rmhaihib:0:A07C:04:500:Always winning hand (13/14) rmhaihib:0:A07D:04:500:Always winning hand (14/14) ; [ Real Mahjong Haihai Jinji Idou Hen (Japan) ] rmhaijin:0:0000:00:999:[ The winning hand cheat must be ] rmhaijin:0:0000:00:999:[ activated when there are 14 ] rmhaijin:0:0000:00:999:[ tiles in your hand, then press ] rmhaijin:0:0000:00:999:[ the RON key ('Z' by default). ] rmhaijin:0:0000:00:999:[ The tiles do not visually ] rmhaijin:0:0000:00:999:[ change until you make a move. ] rmhaijin:0:A070:00:101:Get winning hand Now! rmhaijin:0:A071:00:501:Get winning hand Now! (02/14) rmhaijin:0:A072:00:501:Get winning hand Now! (03/14) rmhaijin:0:A073:01:501:Get winning hand Now! (04/14) rmhaijin:0:A074:01:501:Get winning hand Now! (05/14) rmhaijin:0:A075:01:501:Get winning hand Now! (06/14) rmhaijin:0:A076:02:501:Get winning hand Now! (07/14) rmhaijin:0:A077:02:501:Get winning hand Now! (08/14) rmhaijin:0:A078:02:501:Get winning hand Now! (09/14) rmhaijin:0:A079:03:501:Get winning hand Now! (10/14) rmhaijin:0:A07A:03:501:Get winning hand Now! (11/14) rmhaijin:0:A07B:03:501:Get winning hand Now! (12/14) rmhaijin:0:A07C:04:501:Get winning hand Now! (13/14) rmhaijin:0:A07D:04:501:Get winning hand Now! (14/14) rmhaijin:0:A070:00:100:Always winning hand rmhaijin:0:A071:00:500:Always winning hand (02/14) rmhaijin:0:A072:00:500:Always winning hand (03/14) rmhaijin:0:A073:01:500:Always winning hand (04/14) rmhaijin:0:A074:01:500:Always winning hand (05/14) rmhaijin:0:A075:01:500:Always winning hand (06/14) rmhaijin:0:A076:02:500:Always winning hand (07/14) rmhaijin:0:A077:02:500:Always winning hand (08/14) rmhaijin:0:A078:02:500:Always winning hand (09/14) rmhaijin:0:A079:03:500:Always winning hand (10/14) rmhaijin:0:A07A:03:500:Always winning hand (11/14) rmhaijin:0:A07B:03:500:Always winning hand (12/14) rmhaijin:0:A07C:04:500:Always winning hand (13/14) rmhaijin:0:A07D:04:500:Always winning hand (14/14) ; [ Real Mahjong Haihai Seichouhen (Japan) ] rmhaisei:0:0000:00:999:[ The winning hand cheat must be ] rmhaisei:0:0000:00:999:[ activated when there are 14 ] rmhaisei:0:0000:00:999:[ tiles in your hand, then press ] rmhaisei:0:0000:00:999:[ the RON key ('Z' by default). ] rmhaisei:0:0000:00:999:[ The tiles do not visually ] rmhaisei:0:0000:00:999:[ change until you make a move. ] rmhaisei:0:A070:00:101:Get winning hand Now! rmhaisei:0:A071:00:501:Get winning hand Now! (02/14) rmhaisei:0:A072:00:501:Get winning hand Now! (03/14) rmhaisei:0:A073:01:501:Get winning hand Now! (04/14) rmhaisei:0:A074:01:501:Get winning hand Now! (05/14) rmhaisei:0:A075:01:501:Get winning hand Now! (06/14) rmhaisei:0:A076:02:501:Get winning hand Now! (07/14) rmhaisei:0:A077:02:501:Get winning hand Now! (08/14) rmhaisei:0:A078:02:501:Get winning hand Now! (09/14) rmhaisei:0:A079:03:501:Get winning hand Now! (10/14) rmhaisei:0:A07A:03:501:Get winning hand Now! (11/14) rmhaisei:0:A07B:03:501:Get winning hand Now! (12/14) rmhaisei:0:A07C:04:501:Get winning hand Now! (13/14) rmhaisei:0:A07D:04:501:Get winning hand Now! (14/14) rmhaisei:0:A070:00:100:Always winning hand rmhaisei:0:A071:00:500:Always winning hand (02/14) rmhaisei:0:A072:00:500:Always winning hand (03/14) rmhaisei:0:A073:01:500:Always winning hand (04/14) rmhaisei:0:A074:01:500:Always winning hand (05/14) rmhaisei:0:A075:01:500:Always winning hand (06/14) rmhaisei:0:A076:02:500:Always winning hand (07/14) rmhaisei:0:A077:02:500:Always winning hand (08/14) rmhaisei:0:A078:02:500:Always winning hand (09/14) rmhaisei:0:A079:03:500:Always winning hand (10/14) rmhaisei:0:A07A:03:500:Always winning hand (11/14) rmhaisei:0:A07B:03:500:Always winning hand (12/14) rmhaisei:0:A07C:04:500:Always winning hand (13/14) rmhaisei:0:A07D:04:500:Always winning hand (14/14) ; [ Rampage: World Tour (rev 1.3) ] rmpgwt:0:002634A2:00:001:Finish this Round Now!:You only get the bonuses you've earnt uptil you've activated the cheat though rmpgwt:0:0022B442:0A:000:Infinite Lives PL1 rmpgwt:0:0022B446:64:000:Infinite Energy PL1 rmpgwt:0:0022B5C4:01:000:Always play as V.E.R.N. PL1 rmpgwt:0:0022B4A2:4B:001:Transform into V.E.R.N. Now! PL1 rmpgwt:0:0022B4A2:60:001:Game Over Now! PL1 rmpgwt:0:0022BC42:0A:000:Infinite Lives PL2 rmpgwt:0:0022BC46:64:000:Infinite Energy PL2 rmpgwt:0:0022BDC4:01:000:Always play as V.E.R.N. PL2 rmpgwt:0:0022BCA2:4B:001:Transform into V.E.R.N. Now! PL2 rmpgwt:0:0022BCA2:60:001:Game Over Now! PL2 rmpgwt:0:0022C442:0A:000:Infinite Lives PL3 rmpgwt:0:0022C446:64:000:Infinite Energy PL3 rmpgwt:0:0022C5C4:01:000:Always play as V.E.R.N. PL3 rmpgwt:0:0022C4A2:4B:001:Transform into V.E.R.N. Now! PL3 rmpgwt:0:0022C4A2:60:001:Game Over Now! PL3 ; [ Rampage: World Tour (rev 1.1) ] rmpgwt11:0:002634A2:00:001:Finish this Round Now!:You only get the bonuses you've earnt uptil you've activated the cheat though rmpgwt11:0:0022B442:0A:000:Infinite Lives PL1 rmpgwt11:0:0022B446:64:000:Infinite Energy PL1 rmpgwt11:0:0022B5C4:01:000:Always play as V.E.R.N. PL1 rmpgwt11:0:0022B4A2:4B:001:Transform into V.E.R.N. Now! PL1 rmpgwt11:0:0022B4A2:60:001:Game Over Now! PL1 rmpgwt11:0:0022BC42:0A:000:Infinite Lives PL2 rmpgwt11:0:0022BC46:64:000:Infinite Energy PL2 rmpgwt11:0:0022BDC4:01:000:Always play as V.E.R.N. PL2 rmpgwt11:0:0022BCA2:4B:001:Transform into V.E.R.N. Now! PL2 rmpgwt11:0:0022BCA2:60:001:Game Over Now! PL2 rmpgwt11:0:0022C442:0A:000:Infinite Lives PL3 rmpgwt11:0:0022C446:64:000:Infinite Energy PL3 rmpgwt11:0:0022C5C4:01:000:Always play as V.E.R.N. PL3 rmpgwt11:0:0022C4A2:4B:001:Transform into V.E.R.N. Now! PL3 rmpgwt11:0:0022C4A2:60:001:Game Over Now! PL3 ; [ Road Blasters (cockpit, rev 1) ] roadblc1:0:401FF5:19:000:Infinite Credits roadblc1:0:4001E1:E0:000:Infinite Fuel (Main) roadblc1:0:4014CF:63:000:Always have x99 Bonus roadblc1:0:4014CF:63:000:Get x99 Bonus Now! roadblc1:0:400253:30:001:Goto Last Level (50) when this level ends roadblc1:0:401135:DA:000:Infinite Special Weapons roadblc1:0:40013B:00:000:Always No Special Weapon roadblc1:0:40013B:01:000:Always Nitro Injector roadblc1:0:40013B:02:000:Always Cruise Missile roadblc1:0:40013B:03:000:Always Electro Shield roadblc1:0:40013B:04:000:Always U.Z. Cannon roadblc1:0:40013B:00:001:Lose Special Weapons Now! roadblc1:0:40013B:01:001:Get Nitro Injector Now! roadblc1:0:40013B:02:001:Get Cruise Missile Now! roadblc1:0:40013B:03:001:Get Electro Shield Now! roadblc1:0:40013B:04:001:Get U.Z. Cannon Now! roadblc1:0:40027E:10:000:Always drive at High Speed roadblc1:0:40027D:02:500:Always drive at High Speed (2/2) roadblc1:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadblc1:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (cockpit, German, rev 1) ] roadblcg:0:401FF5:19:000:Infinite Credits roadblcg:0:4001E1:E0:000:Infinite Fuel (Main) roadblcg:0:4014CF:63:000:Always have x99 Bonus roadblcg:0:4014CF:63:000:Get x99 Bonus Now! roadblcg:0:400253:30:001:Goto Last Level (50) when this level ends roadblcg:0:401135:DA:000:Infinite Special Weapons roadblcg:0:40013B:00:000:Always No Special Weapon roadblcg:0:40013B:01:000:Always Nitro Injector roadblcg:0:40013B:02:000:Always Cruise Missile roadblcg:0:40013B:03:000:Always Electro Shield roadblcg:0:40013B:04:000:Always U.Z. Cannon roadblcg:0:40013B:00:001:Lose Special Weapons Now! roadblcg:0:40013B:01:001:Get Nitro Injector Now! roadblcg:0:40013B:02:001:Get Cruise Missile Now! roadblcg:0:40013B:03:001:Get Electro Shield Now! roadblcg:0:40013B:04:001:Get U.Z. Cannon Now! roadblcg:0:40027E:10:000:Always drive at High Speed roadblcg:0:40027D:02:500:Always drive at High Speed (2/2) roadblcg:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadblcg:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (upright, German, rev 1) ] roadblg1:0:401FF5:19:000:Infinite Credits roadblg1:0:4001E1:E0:000:Infinite Fuel (Main) roadblg1:0:4014CF:63:000:Always have x99 Bonus roadblg1:0:4014CF:63:000:Get x99 Bonus Now! roadblg1:0:400253:30:001:Goto Last Level (50) when this level ends roadblg1:0:401135:DA:000:Infinite Special Weapons roadblg1:0:40013B:00:000:Always No Special Weapon roadblg1:0:40013B:01:000:Always Nitro Injector roadblg1:0:40013B:02:000:Always Cruise Missile roadblg1:0:40013B:03:000:Always Electro Shield roadblg1:0:40013B:04:000:Always U.Z. Cannon roadblg1:0:40013B:00:001:Lose Special Weapons Now! roadblg1:0:40013B:01:001:Get Nitro Injector Now! roadblg1:0:40013B:02:001:Get Cruise Missile Now! roadblg1:0:40013B:03:001:Get Electro Shield Now! roadblg1:0:40013B:04:001:Get U.Z. Cannon Now! roadblg1:0:40027E:10:000:Always drive at High Speed roadblg1:0:40027D:02:500:Always drive at High Speed (2/2) roadblg1:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadblg1:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (upright, German, rev 2) ] roadblg2:0:401FF5:19:000:Infinite Credits roadblg2:0:4001E1:E0:000:Infinite Fuel (Main) roadblg2:0:4014CF:63:000:Always have x99 Bonus roadblg2:0:4014CF:63:000:Get x99 Bonus Now! roadblg2:0:400253:30:001:Goto Last Level (50) when this level ends roadblg2:0:401135:DA:000:Infinite Special Weapons roadblg2:0:40013B:00:000:Always No Special Weapon roadblg2:0:40013B:01:000:Always Nitro Injector roadblg2:0:40013B:02:000:Always Cruise Missile roadblg2:0:40013B:03:000:Always Electro Shield roadblg2:0:40013B:04:000:Always U.Z. Cannon roadblg2:0:40013B:00:001:Lose Special Weapons Now! roadblg2:0:40013B:01:001:Get Nitro Injector Now! roadblg2:0:40013B:02:001:Get Cruise Missile Now! roadblg2:0:40013B:03:001:Get Electro Shield Now! roadblg2:0:40013B:04:001:Get U.Z. Cannon Now! roadblg2:0:40027E:10:000:Always drive at High Speed roadblg2:0:40027D:02:500:Always drive at High Speed (2/2) roadblg2:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadblg2:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (upright, rev 1) ] roadbls1:0:401FF5:19:000:Infinite Credits roadbls1:0:4001E1:E0:000:Infinite Fuel (Main) roadbls1:0:4014CF:63:000:Always have x99 Bonus roadbls1:0:4014CF:63:000:Get x99 Bonus Now! roadbls1:0:400253:30:001:Goto Last Level (50) when this level ends roadbls1:0:401135:DA:000:Infinite Special Weapons roadbls1:0:40013B:00:000:Always No Special Weapon roadbls1:0:40013B:01:000:Always Nitro Injector roadbls1:0:40013B:02:000:Always Cruise Missile roadbls1:0:40013B:03:000:Always Electro Shield roadbls1:0:40013B:04:000:Always U.Z. Cannon roadbls1:0:40013B:00:001:Lose Special Weapons Now! roadbls1:0:40013B:01:001:Get Nitro Injector Now! roadbls1:0:40013B:02:001:Get Cruise Missile Now! roadbls1:0:40013B:03:001:Get Electro Shield Now! roadbls1:0:40013B:04:001:Get U.Z. Cannon Now! roadbls1:0:40027E:10:000:Always drive at High Speed roadbls1:0:40027D:02:500:Always drive at High Speed (2/2) roadbls1:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadbls1:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (upright, rev 2) ] roadbls2:0:401FF5:19:000:Infinite Credits roadbls2:0:4001E1:E0:000:Infinite Fuel (Main) roadbls2:0:4014CF:63:000:Always have x99 Bonus roadbls2:0:4014CF:63:000:Get x99 Bonus Now! roadbls2:0:400253:30:001:Goto Last Level (50) when this level ends roadbls2:0:401135:DA:000:Infinite Special Weapons roadbls2:0:40013B:00:000:Always No Special Weapon roadbls2:0:40013B:01:000:Always Nitro Injector roadbls2:0:40013B:02:000:Always Cruise Missile roadbls2:0:40013B:03:000:Always Electro Shield roadbls2:0:40013B:04:000:Always U.Z. Cannon roadbls2:0:40013B:00:001:Lose Special Weapons Now! roadbls2:0:40013B:01:001:Get Nitro Injector Now! roadbls2:0:40013B:02:001:Get Cruise Missile Now! roadbls2:0:40013B:03:001:Get Electro Shield Now! roadbls2:0:40013B:04:001:Get U.Z. Cannon Now! roadbls2:0:40027E:10:000:Always drive at High Speed roadbls2:0:40027D:02:500:Always drive at High Speed (2/2) roadbls2:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadbls2:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (upright, rev 3) ] roadbls3:0:401FF5:19:000:Infinite Credits roadbls3:0:4001E1:E0:000:Infinite Fuel (Main) roadbls3:0:4014CF:63:000:Always have x99 Bonus roadbls3:0:4014CF:63:000:Get x99 Bonus Now! roadbls3:0:400253:30:001:Goto Last Level (50) when this level ends roadbls3:0:401135:DA:000:Infinite Special Weapons roadbls3:0:40013B:00:000:Always No Special Weapon roadbls3:0:40013B:01:000:Always Nitro Injector roadbls3:0:40013B:02:000:Always Cruise Missile roadbls3:0:40013B:03:000:Always Electro Shield roadbls3:0:40013B:04:000:Always U.Z. Cannon roadbls3:0:40013B:00:001:Lose Special Weapons Now! roadbls3:0:40013B:01:001:Get Nitro Injector Now! roadbls3:0:40013B:02:001:Get Cruise Missile Now! roadbls3:0:40013B:03:001:Get Electro Shield Now! roadbls3:0:40013B:04:001:Get U.Z. Cannon Now! roadbls3:0:40027E:10:000:Always drive at High Speed roadbls3:0:40027D:02:500:Always drive at High Speed (2/2) roadbls3:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadbls3:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (cockpit, rev 2) ] roadblsc:0:401FF5:19:000:Infinite Credits roadblsc:0:4001E1:E0:000:Infinite Fuel (Main) roadblsc:0:4014CF:63:000:Always have x99 Bonus roadblsc:0:4014CF:63:000:Get x99 Bonus Now! roadblsc:0:400253:30:001:Goto Last Level (50) when this level ends roadblsc:0:401135:DA:000:Infinite Special Weapons roadblsc:0:40013B:00:000:Always No Special Weapon roadblsc:0:40013B:01:000:Always Nitro Injector roadblsc:0:40013B:02:000:Always Cruise Missile roadblsc:0:40013B:03:000:Always Electro Shield roadblsc:0:40013B:04:000:Always U.Z. Cannon roadblsc:0:40013B:00:001:Lose Special Weapons Now! roadblsc:0:40013B:01:001:Get Nitro Injector Now! roadblsc:0:40013B:02:001:Get Cruise Missile Now! roadblsc:0:40013B:03:001:Get Electro Shield Now! roadblsc:0:40013B:04:001:Get U.Z. Cannon Now! roadblsc:0:40027E:10:000:Always drive at High Speed roadblsc:0:40027D:02:500:Always drive at High Speed (2/2) roadblsc:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadblsc:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (upright, German, rev 3) ] roadblsg:0:401FF5:19:000:Infinite Credits roadblsg:0:4001E1:E0:000:Infinite Fuel (Main) roadblsg:0:4014CF:63:000:Always have x99 Bonus roadblsg:0:4014CF:63:000:Get x99 Bonus Now! roadblsg:0:400253:30:001:Goto Last Level (50) when this level ends roadblsg:0:401135:DA:000:Infinite Special Weapons roadblsg:0:40013B:00:000:Always No Special Weapon roadblsg:0:40013B:01:000:Always Nitro Injector roadblsg:0:40013B:02:000:Always Cruise Missile roadblsg:0:40013B:03:000:Always Electro Shield roadblsg:0:40013B:04:000:Always U.Z. Cannon roadblsg:0:40013B:00:001:Lose Special Weapons Now! roadblsg:0:40013B:01:001:Get Nitro Injector Now! roadblsg:0:40013B:02:001:Get Cruise Missile Now! roadblsg:0:40013B:03:001:Get Electro Shield Now! roadblsg:0:40013B:04:001:Get U.Z. Cannon Now! roadblsg:0:40027E:10:000:Always drive at High Speed roadblsg:0:40027D:02:500:Always drive at High Speed (2/2) roadblsg:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadblsg:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Blasters (upright, rev 4) ] roadblst:0:401FF5:19:000:Infinite Credits roadblst:0:4001E1:E0:000:Infinite Fuel (Main) roadblst:0:4014CF:63:000:Always have x99 Bonus roadblst:0:4014CF:63:000:Get x99 Bonus Now! roadblst:0:400253:30:001:Goto Last Level (50) when this level ends roadblst:0:401135:DA:000:Infinite Special Weapons roadblst:0:40013B:00:000:Always No Special Weapon roadblst:0:40013B:01:000:Always Nitro Injector roadblst:0:40013B:02:000:Always Cruise Missile roadblst:0:40013B:03:000:Always Electro Shield roadblst:0:40013B:04:000:Always U.Z. Cannon roadblst:0:40013B:00:001:Lose Special Weapons Now! roadblst:0:40013B:01:001:Get Nitro Injector Now! roadblst:0:40013B:02:001:Get Cruise Missile Now! roadblst:0:40013B:03:001:Get Electro Shield Now! roadblst:0:40013B:04:001:Get U.Z. Cannon Now! roadblst:0:40027E:10:000:Always drive at High Speed roadblst:0:40027D:02:500:Always drive at High Speed (2/2) roadblst:0:40027E:10:001:Get a High Speed Boost Now!:Use this with an Activation Key for best effect roadblst:0:40027D:02:501:Get a High Speed Boost Now! (2/2) ; [ Road Burners ] roadburn:0:0000:00:999:[ There are no cheats ]:REASON 1 roadburn:0:0000:00:999:[ for this game as it ]:REASON 1 roadburn:0:0000:00:999:[ didn't work the last ]:REASON 1 roadburn:0:0000:00:999:[ time it was tested. ]:REASON 1 roadburn:0:0000:00:999:[ If the game now works ]:REASON 1 roadburn:0:0000:00:999:[ please request cheats ]:REASON 1 roadburn:0:0000:00:999:[ for it on the cheat ]:REASON 1 roadburn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Roads Edge / Round Trip (rev.B) ] roadedge:0:0000:00:999:[ There are no cheats ]:REASON 1 roadedge:0:0000:00:999:[ for this game as it ]:REASON 1 roadedge:0:0000:00:999:[ didn't work the last ]:REASON 1 roadedge:0:0000:00:999:[ time it was tested. ]:REASON 1 roadedge:0:0000:00:999:[ If the game now works ]:REASON 1 roadedge:0:0000:00:999:[ please request cheats ]:REASON 1 roadedge:0:0000:00:999:[ for it on the cheat ]:REASON 1 roadedge:0:0000:00:999:[ forums. ]:REASON 1 ; [ Road Fighter (set 1) ] roadf:0:30AE:FF:000:Infinite Fuel roadf:0:30B7:00:000:Infinite Time :roadf:20800000:17969:00000039:FFFFFFFF:Invincibility :roadf:20810000:075A5:00000000:FFFFFFFF:Invincibility (2/5):1st = Enemy, 2nd = Right Wall :roadf:20810000:075AE:00000000:FFFFFFFF:Invincibility (3/5):Left Wall :roadf:20810000:17927:00000039:FFFFFFFF:Invincibility (4/5):Oil :roadf:20810000:1793F:00000039:FFFFFFFF:Invincibility (5/5):Water roadf:0:0000:00:999:[ Don't use the speed cheats ] roadf:0:0000:00:999:[ with Infinite Time. Assign ] roadf:0:0000:00:999:[ them to activation keys for ] roadf:0:0000:00:999:[ the best effect. ] roadf:0:3089:07:000:Always Normal Max Speed roadf:0:3089:2D:000:Always Super Max Speed roadf:0:3089:07:001:Get Normal Max Speed Now! roadf:0:3089:2D:001:Get Super Max Speed Now! roadf:0:3089:00:001:Brake Now! ; [ Road Fighter (set 2) ] roadf2:0:30AE:FF:000:Infinite Fuel roadf2:0:30B7:00:000:Infinite Time :roadf2:20800000:1796B:00000039:FFFFFFFF:Invincibility :roadf2:20810000:075A7:00000000:FFFFFFFF:Invincibility (2/5):1st = Enemy, 2nd = Right Wall :roadf2:20810000:075B0:00000000:FFFFFFFF:Invincibility (3/5):Left Wall :roadf2:20810000:17929:00000039:FFFFFFFF:Invincibility (4/5):Oil :roadf2:20810000:17941:00000039:FFFFFFFF:Invincibility (5/5):Water roadf2:0:0000:00:999:[ Don't use the speed cheats ] roadf2:0:0000:00:999:[ with Infinite Time. Assign ] roadf2:0:0000:00:999:[ them to activation keys for ] roadf2:0:0000:00:999:[ the best effect. ] roadf2:0:3089:07:000:Always Normal Max Speed roadf2:0:3089:2D:000:Always Super Max Speed roadf2:0:3089:07:001:Get Normal Max Speed Now! roadf2:0:3089:2D:001:Get Super Max Speed Now! roadf2:0:3089:00:001:Brake Now! ; [ Road Riot 4WD ] roadriot:0:FF8093:12:000:Infinite Credits roadriot:0:FF858F:00:000:Infinite Time roadriot:0:FFBB92:01:000:Always in Position 1 roadriot:0:FFBB92:01:001:Get Position 1 Now! ; [ Road Runner (rev 1) ] roadrun1:0:401FF5:19:000:Infinite Credits roadrun1:0:01A632:60:100:Uncatchable:Although Wile E. Coyote can't catch you this is not invincibility, vehicles still kill you and you will have to turn the cheat OFF if you get hit by a rock. roadrun1:0:401585:05:000:No missed birdseed (no fainting) roadrun1:0:400C78:09:000:Infinite Lives PL1 roadrun1:0:400C79:09:000:Infinite Lives PL2 ; [ Road Runner (rev 1+) ] roadrun2:0:401FF5:19:000:Infinite Credits roadrun2:0:01A618:60:100:Uncatchable:Although Wile E. Coyote can't catch you this is not invincibility, vehicles still kill you and you will have to turn the cheat OFF if you get hit by a rock. roadrun2:0:40157D:05:000:No missed birdseed (no fainting) roadrun2:0:400C78:09:000:Infinite Lives PL1 roadrun2:0:400C79:09:000:Infinite Lives PL2 ; [ Road Runner (rev 2) ] roadrunn:0:401FF5:19:000:Infinite Credits roadrunn:0:01A7F4:60:100:Uncatchable:Although Wile E. Coyote can't catch you this is not invincibility, vehicles still kill you and you will have to turn the cheat OFF if you get hit by a rock. roadrunn:0:401591:05:000:No missed birdseed (no fainting) roadrunn:0:400C8C:09:000:Infinite Lives PL1 roadrunn:0:400C8D:09:000:Infinite Lives PL2 ; [ Robby Roto ] :robby:20800000:07D0:00000000:000000FF:Infinite Lives & Magic:This gives infinite lives and magic to both players as long as they have at least 1 life and/or magic left. :robby:20800000:AF10:00000018:FFFFFFFF:Invincibility :robby:20810000:9BEF:00000018:FFFFFFFF:Invincibility (2/2):1st code is for player character, 2nd is for a hostage. ; [ Robo Army (set 2) ] roboarma:0:1000D2:09:000:Infinite Lives PL1 roboarma:0:1000D3:0A:000:Infinite Energy PL1 roboarma:0:100097:02:000:Invincibility PL1:Turn the cheat OFF at the end of the level roboarma:0:1000D4:06:000:Infinite Bombs PL1 roboarma:0:1000D2:09:000:Always X9 Pow PL1 roboarma:0:1001D2:09:000:Infinite Lives PL2 roboarma:0:1001D3:0A:000:Infinite Energy PL2 roboarma:0:100197:02:000:Invincibility PL2:Turn the cheat OFF at the end of the level roboarma:0:1001D4:06:000:Infinite Bombs PL2 roboarma:0:1001D2:09:000:Always X9 Pow PL2 :roboarma:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :roboarma:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :roboarma:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Robo Army (set 1) ] roboarmy:0:1000D2:09:000:Infinite Lives PL1 roboarmy:0:1000D3:0A:000:Infinite Energy PL1 roboarmy:0:100097:02:000:Invincibility PL1:Turn the cheat OFF at the end of the level roboarmy:0:1000D4:06:000:Infinite Bombs PL1 roboarmy:0:1000D2:09:000:Always X9 Pow PL1 roboarmy:0:1001D2:09:000:Infinite Lives PL2 roboarmy:0:1001D3:0A:000:Infinite Energy PL2 roboarmy:0:100197:02:000:Invincibility PL2:Turn the cheat OFF at the end of the level roboarmy:0:1001D4:06:000:Infinite Bombs PL2 roboarmy:0:1001D2:09:000:Always X9 Pow PL2 :roboarmy:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :roboarmy:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :roboarmy:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Robocop (World revision 4) ] robocop:0:FF8DC5:99:000:Infinite Credits robocop:0:FF8FB7:59:000:Infinite Time robocop:0:FFB4D1:1E:000:Infinite Time on Bonus Stage robocop:0:FFB242:79:000:Infinite Energy robocop:0:FFB243:79:500:Infinite Energy (2/2) :robocop:00000000:FFB54F:00000002:FFFFFFFF:Invincibility robocop:0:FFB248:99:000:Infinite Ammo robocop:0:FFB249:00:000:Always shoot fast robocop:0:FFB247:00:000:Always have Normal Gun robocop:0:FFB247:01:000:Always have 3 Way Gun robocop:0:FFB247:02:000:Always have Dual Laser robocop:0:FFB247:03:000:Always have Cobra Gun robocop:0:FFB247:00:001:Get Normal Gun Now! robocop:0:FFB247:01:001:Get 3 Way Gun Now! robocop:0:FFB247:02:001:Get Dual Laser Now! robocop:0:FFB247:03:001:Get Cobra Gun Now! :robocop:00000000:FF8DD2:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen robocop:0:000000:00:999:[The stage select cheat ] robocop:0:000000:00:999:[should be deactivated after] robocop:0:000000:00:999:[finishing stage 1 ] robocop:0:FFB21D:01:000:Go To Stage 3 after Stage 1 robocop:0:FFB21D:02:000:Go To Stage 4 after Stage 1 robocop:0:FFB21D:03:000:Go To Stage 5 after Stage 1 robocop:0:FFB21D:04:000:Go To Stage 6 after Stage 1 robocop:0:FFB21D:05:000:Go To Stage 7 after Stage 1 robocop:0:FFB21D:06:000:Go To Stage 8 after Stage 1 robocop:0:FFB21D:07:000:Go To Stage 9 after Stage 1 ; [ Robocop 2 (Euro/Asia v0.10) ] robocop2:0:1B8048:99:000:Infinite Credits robocop2:0:1B8103:99:007:Infinite Time robocop2:0:1B9031:09:000:Infinite Lives PL1 robocop2:0:1B9025:21:000:Infinite Energy PL1 robocop2:0:1B9035:06:000:Infinite Ammo PL1 robocop2:0:1B90B1:09:000:Infinite Lives PL2 robocop2:0:1B90A5:21:000:Infinite Energy PL2 robocop2:0:1B90B5:06:000:Infinite Ammo PL2 ; [ Robocop (World bootleg) ] robocopb:0:FF8DC5:99:000:Infinite Credits robocopb:0:FF8FB7:59:000:Infinite Time robocopb:0:FFB4D1:1E:000:Infinite Time on Bonus Stage robocopb:0:FFB242:79:000:Infinite Energy robocopb:0:FFB243:79:500:Infinite Energy (2/2) :robocopb:00000000:FFB54F:00000002:FFFFFFFF:Invincibility robocopb:0:FFB248:99:000:Infinite Ammo robocopb:0:FFB249:00:000:Always shoot fast robocopb:0:FFB247:00:000:Always have Normal Gun robocopb:0:FFB247:01:000:Always have 3 Way Gun robocopb:0:FFB247:02:000:Always have Dual Laser robocopb:0:FFB247:03:000:Always have Cobra Gun robocopb:0:FFB247:00:001:Get Normal Gun Now! robocopb:0:FFB247:01:001:Get 3 Way Gun Now! robocopb:0:FFB247:02:001:Get Dual Laser Now! robocopb:0:FFB247:03:001:Get Cobra Gun Now! :robocopb:00000000:FF8DD2:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen robocopb:0:000000:00:999:[The stage select cheat ] robocopb:0:000000:00:999:[should be deactivated after] robocopb:0:000000:00:999:[finishing stage 1 ] robocopb:0:FFB21D:01:000:Go To Stage 3 after Stage 1 robocopb:0:FFB21D:02:000:Go To Stage 4 after Stage 1 robocopb:0:FFB21D:03:000:Go To Stage 5 after Stage 1 robocopb:0:FFB21D:04:000:Go To Stage 6 after Stage 1 robocopb:0:FFB21D:05:000:Go To Stage 7 after Stage 1 robocopb:0:FFB21D:06:000:Go To Stage 8 after Stage 1 robocopb:0:FFB21D:07:000:Go To Stage 9 after Stage 1 ; [ Robocop (Japan) ] robocopj:0:FF8DC5:99:000:Infinite Credits robocopj:0:FF8FB7:59:000:Infinite Time robocopj:0:FFB4D1:1E:000:Infinite Time on Bonus Stage robocopj:0:FFB242:79:000:Infinite Energy robocopj:0:FFB243:79:500:Infinite Energy (2/2) :robocopj:00000000:FFB54F:00000002:FFFFFFFF:Invincibility robocopj:0:FFB248:99:000:Infinite Ammo robocopj:0:FFB249:00:000:Always shoot fast robocopj:0:FFB247:00:000:Always have Normal Gun robocopj:0:FFB247:01:000:Always have 3 Way Gun robocopj:0:FFB247:02:000:Always have Dual Laser robocopj:0:FFB247:03:000:Always have Cobra Gun robocopj:0:FFB247:00:001:Get Normal Gun Now! robocopj:0:FFB247:01:001:Get 3 Way Gun Now! robocopj:0:FFB247:02:001:Get Dual Laser Now! robocopj:0:FFB247:03:001:Get Cobra Gun Now! :robocopj:00000000:FF8DD2:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen robocopj:0:000000:00:999:[The stage select cheat ] robocopj:0:000000:00:999:[should be deactivated after] robocopj:0:000000:00:999:[finishing stage 1 ] robocopj:0:FFB21D:01:000:Go To Stage 3 after Stage 1 robocopj:0:FFB21D:02:000:Go To Stage 4 after Stage 1 robocopj:0:FFB21D:03:000:Go To Stage 5 after Stage 1 robocopj:0:FFB21D:04:000:Go To Stage 6 after Stage 1 robocopj:0:FFB21D:05:000:Go To Stage 7 after Stage 1 robocopj:0:FFB21D:06:000:Go To Stage 8 after Stage 1 robocopj:0:FFB21D:07:000:Go To Stage 9 after Stage 1 ; [ Robocop (US revision 1) ] robocopu:0:FF8DC5:09:000:Infinite Credits robocopu:0:FF8FB7:59:000:Infinite Time robocopu:0:FFB4D1:1E:000:Infinite Time on Bonus Stage robocopu:0:FFB242:79:000:Infinite Energy robocopu:0:FFB243:79:500:Infinite Energy (2/2) :robocopu:00000000:FFB54F:00000002:FFFFFFFF:Invincibility robocopu:0:FFB248:99:000:Infinite Ammo robocopu:0:FFB249:00:000:Always shoot fast robocopu:0:FFB247:00:000:Always have Normal Gun robocopu:0:FFB247:01:000:Always have 3 Way Gun robocopu:0:FFB247:02:000:Always have Dual Laser robocopu:0:FFB247:03:000:Always have Cobra Gun robocopu:0:FFB247:00:001:Get Normal Gun Now! robocopu:0:FFB247:01:001:Get 3 Way Gun Now! robocopu:0:FFB247:02:001:Get Dual Laser Now! robocopu:0:FFB247:03:001:Get Cobra Gun Now! :robocopu:00000000:FF8DD2:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen robocopu:0:000000:00:999:[The stage select cheat ] robocopu:0:000000:00:999:[should be deactivated after] robocopu:0:000000:00:999:[finishing stage 1 ] robocopu:0:FFB21D:01:000:Go To Stage 3 after Stage 1 robocopu:0:FFB21D:02:000:Go To Stage 4 after Stage 1 robocopu:0:FFB21D:03:000:Go To Stage 5 after Stage 1 robocopu:0:FFB21D:04:000:Go To Stage 6 after Stage 1 robocopu:0:FFB21D:05:000:Go To Stage 7 after Stage 1 robocopu:0:FFB21D:06:000:Go To Stage 8 after Stage 1 robocopu:0:FFB21D:07:000:Go To Stage 9 after Stage 1 ; [ Robocop (World revision 3) ] robocopw:0:FF8DC5:99:000:Infinite Credits robocopw:0:FF8FB7:59:000:Infinite Time robocopw:0:FFB4D1:1E:000:Infinite Time on Bonus Stage robocopw:0:FFB242:79:000:Infinite Energy robocopw:0:FFB243:79:500:Infinite Energy (2/2) :robocopw:00000000:FFB54F:00000002:FFFFFFFF:Invincibility robocopw:0:FFB248:99:000:Infinite Ammo robocopw:0:FFB249:00:000:Always shoot fast robocopw:0:FFB247:00:000:Always have Normal Gun robocopw:0:FFB247:01:000:Always have 3 Way Gun robocopw:0:FFB247:02:000:Always have Dual Laser robocopw:0:FFB247:03:000:Always have Cobra Gun robocopw:0:FFB247:00:001:Get Normal Gun Now! robocopw:0:FFB247:01:001:Get 3 Way Gun Now! robocopw:0:FFB247:02:001:Get Dual Laser Now! robocopw:0:FFB247:03:001:Get Cobra Gun Now! :robocopw:00000000:FF8DD2:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen robocopw:0:000000:00:999:[The stage select cheat ] robocopw:0:000000:00:999:[should be deactivated after] robocopw:0:000000:00:999:[finishing stage 1 ] robocopw:0:FFB21D:01:000:Go To Stage 3 after Stage 1 robocopw:0:FFB21D:02:000:Go To Stage 4 after Stage 1 robocopw:0:FFB21D:03:000:Go To Stage 5 after Stage 1 robocopw:0:FFB21D:04:000:Go To Stage 6 after Stage 1 robocopw:0:FFB21D:05:000:Go To Stage 7 after Stage 1 robocopw:0:FFB21D:06:000:Go To Stage 8 after Stage 1 robocopw:0:FFB21D:07:000:Go To Stage 9 after Stage 1 ; [ Robocop 2 (Japan v0.11) ] robocp2j:0:1B8048:99:000:Infinite Credits robocp2j:0:1B8103:99:007:Infinite Time robocp2j:0:1B9031:09:000:Infinite Lives PL1 robocp2j:0:1B9025:21:000:Infinite Energy PL1 robocp2j:0:1B9035:06:000:Infinite Ammo PL1 robocp2j:0:1B90B1:09:000:Infinite Lives PL2 robocp2j:0:1B90A5:21:000:Infinite Energy PL2 robocp2j:0:1B90B5:06:000:Infinite Ammo PL2 ; [ Robocop 2 (US v0.05) ] robocp2u:0:1B8048:99:000:Infinite Credits robocp2u:0:1B8103:99:007:Infinite Time robocp2u:0:1B9031:09:000:Infinite Lives PL1 robocp2u:0:1B9025:21:000:Infinite Energy PL1 robocp2u:0:1B9035:06:000:Infinite Ammo PL1 robocp2u:0:1B90B1:09:000:Infinite Lives PL2 robocp2u:0:1B90A5:21:000:Infinite Energy PL2 robocp2u:0:1B90B5:06:000:Infinite Ammo PL2 ; [ Robocop (US revision 0) ] robocpu0:0:FF8DC5:09:000:Infinite Credits robocpu0:0:FF8FB7:59:000:Infinite Time robocpu0:0:FFB4D1:1E:000:Infinite Time on Bonus Stage robocpu0:0:FFB242:79:000:Infinite Energy robocpu0:0:FFB243:79:500:Infinite Energy (2/2) :robocpu0:00000000:FFB54F:00000002:FFFFFFFF:Invincibility robocpu0:0:FFB248:99:000:Infinite Ammo robocpu0:0:FFB249:00:000:Always shoot fast robocpu0:0:FFB247:00:000:Always have Normal Gun robocpu0:0:FFB247:01:000:Always have 3 Way Gun robocpu0:0:FFB247:02:000:Always have Dual Laser robocpu0:0:FFB247:03:000:Always have Cobra Gun robocpu0:0:FFB247:00:001:Get Normal Gun Now! robocpu0:0:FFB247:01:001:Get 3 Way Gun Now! robocpu0:0:FFB247:02:001:Get Dual Laser Now! robocpu0:0:FFB247:03:001:Get Cobra Gun Now! :robocpu0:00000000:FF8DD2:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen robocpu0:0:000000:00:999:[The stage select cheat ] robocpu0:0:000000:00:999:[should be deactivated after] robocpu0:0:000000:00:999:[finishing stage 1 ] robocpu0:0:FFB21D:01:000:Go To Stage 3 after Stage 1 robocpu0:0:FFB21D:02:000:Go To Stage 4 after Stage 1 robocpu0:0:FFB21D:03:000:Go To Stage 5 after Stage 1 robocpu0:0:FFB21D:04:000:Go To Stage 6 after Stage 1 robocpu0:0:FFB21D:05:000:Go To Stage 7 after Stage 1 robocpu0:0:FFB21D:06:000:Go To Stage 8 after Stage 1 robocpu0:0:FFB21D:07:000:Go To Stage 9 after Stage 1 ; [ Atomic Robo-kid (Japan, Set 2) ] :robokdj2:00000000:0E12B:00000012:FFFFFFFF:Infinite Credits :robokdj2:00000000:0E1B3:00000099:FFFFFFFF:Infinite Time :robokdj2:00000000:0E021:00000005:FFFFFFFF:Infinite Lives :robokdj2:20900000:0536D:0000C9B7:FFFFFFFF:Invincibility (Test) :robokdj2:20910000:06070:00000030:FFFFFFFF:Invincibility (Test) (2/7):1st = Master Code but you can't touch the gate of the exit or shop :robokdj2:20910000:060E3:00000030:FFFFFFFF:Invincibility (Test) (3/7):2nd - 5th = Enable to pass the gate :robokdj2:20910000:134EB:00000030:FFFFFFFF:Invincibility (Test) (4/7):call $536D -> call $0030 :robokdj2:20910000:13585:00000030:FFFFFFFF:Invincibility (Test) (5/7) :robokdj2:20B10000:00030:E1B521FD:FFFFFFFF:Invincibility (Test) (6/7):6th & 7th = Added original opcode to extended area ($0030-$0036) :robokdj2:20A10000:00034:005371C3:FFFFFFFF:Invincibility (Test) (7/7):6th = iy,$E1B5, 7th = jp $5371 :robokdj2:00000000:0F0E1:00000000:00000010:Rapid Fire :robokdj2:00000000:0F0E5:00000001:FFFFFFFF:Always Have Fly :robokdj2:00000000:0F0E6:00000001:FFFFFFFF:Always Have Speed Up :robokdj2:00000000:0F0EE:00000001:FFFFFFFF:Always Have Rapid Fire Item :robokdj2:00000000:0F0E8:00000001:00000001:Always Have Fire-2 :robokdj2:00010001:0F0E9:00000001:FFFFFFFF:Always Have Fire-2 (2/2) :robokdj2:00000000:0F0E8:00000002:00000002:Always Have 3-Way Beam :robokdj2:00010001:0F0E9:00000002:FFFFFFFF:Always Have 3-Way Beam (2/2) :robokdj2:00000000:0F0E8:00000004:00000004:Always Have Missile :robokdj2:00010001:0F0E9:00000004:FFFFFFFF:Always Have Missile (2/2) :robokdj2:00000000:0F0E8:00000008:00000008:Always Have 5-Way Vulcan :robokdj2:00010001:0F0E9:00000008:FFFFFFFF:Always Have 5-Way Vulcan (2/2) :robokdj2:20800000:000F7:00000098:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :robokdj2:20810000:032DA:000000C3:FFFFFFFF:Skip RAM/ROM Check (2/2) ; [ Atomic Robo-kid ] robokid:0:E108:12:000:Infinite Credits robokid:0:E190:99:000:Infinite Time robokid:0:E021:05:000:Infinite Lives :robokid:20900000:0534E:0000C9B7:FFFFFFFF:Invincibility (Test) :robokid:20910000:06051:00000030:FFFFFFFF:Invincibility (Test) (2/7):1st = Master Code but you can't touch the gate of the exit or shop :robokid:20910000:060C4:00000030:FFFFFFFF:Invincibility (Test) (3/7):2nd - 5th = Enabled to pass the gate :robokid:20910000:134CC:00000030:FFFFFFFF:Invincibility (Test) (4/7):call $534E -> call $0030 :robokid:20910000:13566:00000030:FFFFFFFF:Invincibility (Test) (5/7) :robokid:20B10000:00030:E19221FD:FFFFFFFF:Invincibility (Test) (6/7):6th & 7th = Added original opcode to extended area ($0030-$0036) :robokid:20A10000:00034:005352C3:FFFFFFFF:Invincibility (Test) (7/7):6th = iy,$E192, 7th = jp $5352 :robokid:00000000:0F0BE:00000000:00000010:Rapid Fire :robokid:00000000:0F0C2:00000001:FFFFFFFF:Always Have Fly :robokid:00000000:0F0C3:00000001:FFFFFFFF:Always Have Speed Up :robokid:00000000:0F0CB:00000001:FFFFFFFF:Always Have Rapid Fire Item :robokid:00000000:0F0C5:00000001:00000001:Always Have Fire-2 :robokid:00010001:0F0C6:00000001:FFFFFFFF:Always Have Fire-2 (2/2) :robokid:00000000:0F0C5:00000002:00000002:Always Have 3-Way Beam :robokid:00010001:0F0C6:00000002:FFFFFFFF:Always Have 3-Way Beam (2/2) :robokid:00000000:0F0C5:00000004:00000004:Always Have Missile :robokid:00010001:0F0C6:00000004:FFFFFFFF:Always Have Missile (2/2) :robokid:00000000:0F0C5:00000008:00000008:Always Have 5-Way Vulcan :robokid:00010001:0F0C6:00000008:FFFFFFFF:Always Have 5-Way Vulcan (2/2) :robokid:20800000:000F7:00000098:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :robokid:20810000:032BB:000000C3:FFFFFFFF:Skip RAM/ROM Check (2/2) ; [ Atomic Robo-kid (Japan, Set 1) ] :robokidj:00000000:0E12B:00000012:FFFFFFFF:Infinite Credits :robokidj:00000000:0E1B3:00000099:FFFFFFFF:Infinite Time :robokidj:00000000:0E021:00000005:FFFFFFFF:Infinite Lives :robokidj:20900000:0536D:0000C9B7:FFFFFFFF:Invincibility (Test) :robokidj:20910000:06070:00000030:FFFFFFFF:Invincibility (Test) (2/7):1st = Master Code but you can't touch the gate of the exit or shop :robokidj:20910000:060E3:00000030:FFFFFFFF:Invincibility (Test) (3/7):2nd - 5th = Enable to pass the gate :robokidj:20910000:134EB:00000030:FFFFFFFF:Invincibility (Test) (4/7):call $536D -> call $0030 :robokidj:20910000:13585:00000030:FFFFFFFF:Invincibility (Test) (5/7) :robokidj:20B10000:00030:E1B521FD:FFFFFFFF:Invincibility (Test) (6/7):6th & 7th = Added original opcode to extended area ($0030-$0036) :robokidj:20A10000:00034:005371C3:FFFFFFFF:Invincibility (Test) (7/7):6th = iy,$E1B5, 7th = jp $5371 :robokidj:00000000:0F0E1:00000000:00000010:Rapid Fire :robokidj:00000000:0F0E5:00000001:FFFFFFFF:Always Have Fly :robokidj:00000000:0F0E6:00000001:FFFFFFFF:Always Have Speed Up :robokidj:00000000:0F0EE:00000001:FFFFFFFF:Always Have Rapid Fire Item :robokidj:00000000:0F0E8:00000001:00000001:Always Have Fire-2 :robokidj:00010001:0F0E9:00000001:FFFFFFFF:Always Have Fire-2 (2/2) :robokidj:00000000:0F0E8:00000002:00000002:Always Have 3-Way Beam :robokidj:00010001:0F0E9:00000002:FFFFFFFF:Always Have 3-Way Beam (2/2) :robokidj:00000000:0F0E8:00000004:00000004:Always Have Missile :robokidj:00010001:0F0E9:00000004:FFFFFFFF:Always Have Missile (2/2) :robokidj:00000000:0F0E8:00000008:00000008:Always Have 5-Way Vulcan :robokidj:00010001:0F0E9:00000008:FFFFFFFF:Always Have 5-Way Vulcan (2/2) :robokidj:20800000:000F7:00000098:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :robokidj:20810000:032DA:000000C3:FFFFFFFF:Skip RAM/ROM Check (2/2) ; [ Robot Bowl ] robotbwl:0:0009:55:000:Infinite Time robotbwl:0:000A:7E:000:Always make a strike ; [ Robotron (Solid Blue label) ] :robotron:20800000:130C2:00000000:FFFFFFFF:Invincibility:Unfortunately due to the nature of the game all enemies move towards you so you may end up with a load of enemies around you - if you do either shoot them or use a teleport cheat :robotron:20810000:130CE:00000000:FFFFFFFF:Invincibility (2/3) :robotron:20810000:130DA:00000000:FFFFFFFF:Invincibility (3/3) :robotron:00000001:09864:0000004A:FFFFFFFF:Teleport to Centre Now!:Assign this to an activation key for the best effect :robotron:00010001:09866:0000007C:FFFFFFFF:Teleport to Centre Now! (2/2) :robotron:00000001:09864:00000007:FFFFFFFF:Teleport to Top Left Now!:Assign this to an activation key for the best effect :robotron:00010001:09866:00000018:FFFFFFFF:Teleport to Top Left Now! (2/2) :robotron:00000001:09864:0000008C:FFFFFFFF:Teleport to Top Right Now!:Assign this to an activation key for the best effect :robotron:00010001:09866:00000018:FFFFFFFF:Teleport to Top Right Now! (2/2) :robotron:00000001:09864:00000007:FFFFFFFF:Teleport to Bottom Left Now!:Assign this to an activation key for the best effect :robotron:00010001:09866:000000DF:FFFFFFFF:Teleport to Bottom Left Now! (2/2) :robotron:00000001:09864:0000008C:FFFFFFFF:Teleport to Bottom Right Now!:Assign this to an activation key for the best effect :robotron:00010001:09866:000000DF:FFFFFFFF:Teleport to Bottom Right Now! (2/2) :robotron:00000000:0BDEC:00000008:FFFFFFFF:Infinite Lives PL1 :robotron:00000000:0BE28:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Robotron (Yellow/Orange label) ] :robotryo:20800000:13087:00000000:FFFFFFFF:Invincibility:Unfortunately due to the nature of the game all enemies move towards you so you may end up with a load of enemies around you - if you do either shoot them or use a teleport cheat :robotryo:20810000:13093:00000000:FFFFFFFF:Invincibility (2/3) :robotryo:20810000:1309F:00000000:FFFFFFFF:Invincibility (3/3) :robotryo:00000001:09864:0000004A:FFFFFFFF:Teleport to Centre Now!:Assign this to an activation key for the best effect :robotryo:00010001:09866:0000007C:FFFFFFFF:Teleport to Centre Now! (2/2) :robotryo:00000001:09864:00000007:FFFFFFFF:Teleport to Top Left Now!:Assign this to an activation key for the best effect :robotryo:00010001:09866:00000018:FFFFFFFF:Teleport to Top Left Now! (2/2) :robotryo:00000001:09864:0000008C:FFFFFFFF:Teleport to Top Right Now!:Assign this to an activation key for the best effect :robotryo:00010001:09866:00000018:FFFFFFFF:Teleport to Top Right Now! (2/2) :robotryo:00000001:09864:00000007:FFFFFFFF:Teleport to Bottom Left Now!:Assign this to an activation key for the best effect :robotryo:00010001:09866:000000DF:FFFFFFFF:Teleport to Bottom Left Now! (2/2) :robotryo:00000001:09864:0000008C:FFFFFFFF:Teleport to Bottom Right Now!:Assign this to an activation key for the best effect :robotryo:00010001:09866:000000DF:FFFFFFFF:Teleport to Bottom Right Now! (2/2) :robotryo:00000000:0BDEC:00000008:FFFFFFFF:Infinite Lives PL1 :robotryo:00000000:0BE28:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Robo Wres 2001 (bootleg) ] :robowrb:00000000:E02B:00000063:FFFFFFFF:Infinite Credits :robowrb:00010001:E023:00000003:FFFFFFFF:Infinite Credits (2/2) :robowrb:00100000:E093:0000FFFF:FFFFFFFF:Infinite Time :robowrb:00210000:E095:00090509:FFFFFFFF:Infinite Time (2/2) :robowrb:00000301:E0A8:00000063:FFFFFFFF:Select Starting Round:Set on technic select screen :robowrb:00100000:E17B:00000005:FFFFFFFF:Infinite Energy PL1 :robowrb:00100001:E17B:00000000:FFFFFFFF:Drain All Energy Now! PL1 :robowrb:00200000:E1A3:00030000:FFFFFFFF:Infinite Power PL1:Enable to use SKY-HI :robowrb:00200000:E1A3:00000000:FFFFFFFF:Always No Power PL1 :robowrb:00000000:E181:00000000:FFFFFFFF:Rapid Fire PL1 :robowrb:00100000:E1FB:00000005:FFFFFFFF:Infinite Energy PL2 :robowrb:00100001:E1FB:00000000:FFFFFFFF:Drain All Energy Now! PL2 :robowrb:00200000:E223:00030000:FFFFFFFF:Infinite Power PL2:Enable to use SKY-HI :robowrb:00200000:E223:00000000:FFFFFFFF:Always No Power PL2 :robowrb:00000000:E201:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Robo Wres 2001 ] :robowres:00000000:E02B:00000063:FFFFFFFF:Infinite Credits :robowres:00010001:E023:00000003:FFFFFFFF:Infinite Credits (2/2) :robowres:00100000:E093:0000FFFF:FFFFFFFF:Infinite Time :robowres:00210000:E095:00090509:FFFFFFFF:Infinite Time (2/2) :robowres:00000301:E0A8:00000063:FFFFFFFF:Select Starting Round:Set on technic select screen :robowres:00100000:E17B:00000005:FFFFFFFF:Infinite Energy PL1 :robowres:00100001:E17B:00000000:FFFFFFFF:Drain All Energy Now! PL1 :robowres:00200000:E1A3:00030000:FFFFFFFF:Infinite Power PL1:Enable to use SKY-HI :robowres:00200000:E1A3:00000000:FFFFFFFF:Always No Power PL1 :robowres:00000000:E181:00000000:FFFFFFFF:Rapid Fire PL1 :robowres:00100000:E1FB:00000005:FFFFFFFF:Infinite Energy PL2 :robowres:00100001:E1FB:00000000:FFFFFFFF:Drain All Energy Now! PL2 :robowres:00200000:E223:00030000:FFFFFFFF:Infinite Power PL2:Enable to use SKY-HI :robowres:00200000:E223:00000000:FFFFFFFF:Always No Power PL2 :robowres:00000000:E201:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Rock Climber ] rockclim:0:8097:08:000:Infinite Lives ; [ Rockman - The Power Battle (CPS1 Japan 950922) ] rockmanj:0:FF8119:45:000:Infinite Time rockmanj:0:FFD851:00:001:One hit for Crash-man rockmanj:0:FFDA51:00:001:One hit for other enemies rockmanj:0:FFD951:00:001:Kill small enemies - Lv 7 rockmanj:0:FFDA51:00:001:One hit for prof - hands rockmanj:0:FFD751:00:001:One hit for prof - nails rockmanj:0:FFD951:00:001:One hit for prof - head rockmanj:0:FF8351:10:000:Infinite Energy PL1 rockmanj:0:FF8352:02:000:Invincibility PL1 rockmanj:0:FF8459:1C:000:Infinite Weapon Energy PL1 rockmanj:0:FF8453:1C:500:Infinite Weapon Energy PL1 (2/6) rockmanj:0:FF8455:1C:500:Infinite Weapon Energy PL1 (3/6) rockmanj:0:FF845B:1C:500:Infinite Weapon Energy PL1 (4/6) rockmanj:0:FF845D:1C:500:Infinite Weapon Energy PL1 (5/6) rockmanj:0:FF8457:1C:500:Infinite Weapon Energy PL1 (6/6) rockmanj:0:000000:00:999:[ Story 1 Story 2 Story 3 ] rockmanj:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] rockmanj:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] rockmanj:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] rockmanj:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] rockmanj:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] rockmanj:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] rockmanj:0:FF8449:01:000:Always have extra weapon 1 PL1 rockmanj:0:FF844A:01:000:Always have extra weapon 2 PL1 rockmanj:0:FF844B:01:000:Always have extra weapon 3 PL1 rockmanj:0:FF844C:01:000:Always have extra weapon 4 PL1 rockmanj:0:FF844D:01:000:Always have extra weapon 5 PL1 rockmanj:0:FF844E:01:000:Always have extra weapon 6 PL1 rockmanj:0:FF8449:00:001:Lose extra weapon 1 Now! PL1 rockmanj:0:FF844A:00:001:Lose extra weapon 2 Now! PL1 rockmanj:0:FF844B:00:001:Lose extra weapon 3 Now! PL1 rockmanj:0:FF844C:00:001:Lose extra weapon 4 Now! PL1 rockmanj:0:FF844D:00:001:Lose extra weapon 5 Now! PL1 rockmanj:0:FF844E:00:001:Lose extra weapon 6 Now! PL1 rockmanj:0:FF8751:10:000:Infinite Energy PL2 rockmanj:0:FF8752:02:000:Invincibility PL2 rockmanj:0:FF8859:1C:000:Infinite Weapon Energy PL2 rockmanj:0:FF8853:1C:500:Infinite Weapon Energy PL2 (2/6) rockmanj:0:FF8855:1C:500:Infinite Weapon Energy PL2 (3/6) rockmanj:0:FF885B:1C:500:Infinite Weapon Energy PL2 (4/6) rockmanj:0:FF885D:1C:500:Infinite Weapon Energy PL2 (5/6) rockmanj:0:FF8857:1C:500:Infinite Weapon Energy PL2 (6/6) rockmanj:0:000000:00:999:[ Story 1 Story 2 Story 3 ] rockmanj:0:000000:00:999:[ Weapon 1 shadow blade rolling cutter super arm ] rockmanj:0:000000:00:999:[ Weapon 2 plant barrier power stone pharao wave ] rockmanj:0:000000:00:999:[ Weapon 3 gyro attack crush noise air shooter ] rockmanj:0:000000:00:999:[ Weapon 4 centaur arrow thunder beam quick boomerang ] rockmanj:0:000000:00:999:[ Weapon 5 bubble lead dive missile gemini laser ] rockmanj:0:000000:00:999:[ Weapon 6 atomic fire slash claw napalm bomb ] rockmanj:0:FF8849:01:000:Always have extra weapon 1 PL2 rockmanj:0:FF884A:01:000:Always have extra weapon 2 PL2 rockmanj:0:FF884B:01:000:Always have extra weapon 3 PL2 rockmanj:0:FF884C:01:000:Always have extra weapon 4 PL2 rockmanj:0:FF884D:01:000:Always have extra weapon 5 PL2 rockmanj:0:FF884E:01:000:Always have extra weapon 6 PL2 rockmanj:0:FF8849:00:001:Lose extra weapon 1 Now! PL2 rockmanj:0:FF884A:00:001:Lose extra weapon 2 Now! PL2 rockmanj:0:FF884B:00:001:Lose extra weapon 3 Now! PL2 rockmanj:0:FF884C:00:001:Lose extra weapon 4 Now! PL2 rockmanj:0:FF884D:00:001:Lose extra weapon 5 Now! PL2 rockmanj:0:FF884E:00:001:Lose extra weapon 6 Now! PL2 rockmanj:0:000000:00:999:[ These are the codes to set the machine region - the ] rockmanj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] rockmanj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] rockmanj:0:FF808D:00:000:Region Switch = Japan rockmanj:0:FF808D:02:000:Region Switch = USA rockmanj:0:FF808D:04:000:Region Switch = Hispanic rockmanj:0:FF808D:06:000:Region Switch = Asia rockmanj:0:FF808D:08:000:Region Switch = Euro rockmanj:0:FF808D:0A:000:Region Switch = Brazil ; [ Rock'n Tread (Japan) ] rockn:0:104019:09:000:Infinite Credits rockn:0:1042E5:1F:000:Performance Bars Never Drop ; [ Rock'n Tread 2 (Japan) ] rockn2:0:0000:00:999:[ This game hasn't even ]:REASON 11 rockn2:0:0000:00:999:[ been looked at due to ]:REASON 11 rockn2:0:0000:00:999:[ time constraints - Too]:REASON 11 rockn2:0:0000:00:999:[ many games and so ]:REASON 11 rockn2:0:0000:00:999:[ little time. It is ]:REASON 11 rockn2:0:0000:00:999:[ even possible that ]:REASON 11 rockn2:0:0000:00:999:[ this game may be a ]:REASON 11 rockn2:0:0000:00:999:[ clone of an existing ]:REASON 11 rockn2:0:0000:00:999:[ game which may have ]:REASON 11 rockn2:0:0000:00:999:[ cheats. Please search ]:REASON 11 rockn2:0:0000:00:999:[ the cheat forums ]:REASON 11 rockn2:0:0000:00:999:[ before posting cheat ]:REASON 11 rockn2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Rock'n 3 (Japan) ] rockn3:0:1042ED:27:000:Performance Bars Never Drop (Live Mode) rockn3:0:104305:1F:000:Performance Bars Never Drop (Easy Mode) rockn3:0:1042ED:1F:500:Performance Bars Never Drop (Easy Mode) (2/2) rockn3:0:1042ED:1F:000:Performance Bars Never Drop (Normal Mode) rockn3:0:10434F:01:001:Hard Mode:Activate on "Mode Select" screen rockn3:0:10434F:02:001:Very Hard Mode:Activate on "Mode Select" screen ; [ Rock'n 4 (Japan, prototype) ] rockn4:0:1042FB:27:000:Performance Bars Never Drop (Live Mode) rockn4:0:1042F9:1F:000:Performance Bars Never Drop (Easy Mode) rockn4:0:104311:1F:500:Performance Bars Never Drop (Easy Mode) (2/2) rockn4:0:1042F9:1F:000:Performance Bars Never Drop (Normal Mode) ; [ Rock'n Tread (Japan, alternate) ] rockna:0:104019:09:000:Infinite Credits rockna:0:1042E5:1F:000:Performance Bars Never Drop ; [ Rock'n MegaSession (Japan) ] rocknms:0:0000:00:999:[ This game hasn't even ]:REASON 11 rocknms:0:0000:00:999:[ been looked at due to ]:REASON 11 rocknms:0:0000:00:999:[ time constraints - Too]:REASON 11 rocknms:0:0000:00:999:[ many games and so ]:REASON 11 rocknms:0:0000:00:999:[ little time. It is ]:REASON 11 rocknms:0:0000:00:999:[ even possible that ]:REASON 11 rocknms:0:0000:00:999:[ this game may be a ]:REASON 11 rocknms:0:0000:00:999:[ clone of an existing ]:REASON 11 rocknms:0:0000:00:999:[ game which may have ]:REASON 11 rocknms:0:0000:00:999:[ cheats. Please search ]:REASON 11 rocknms:0:0000:00:999:[ the cheat forums ]:REASON 11 rocknms:0:0000:00:999:[ before posting cheat ]:REASON 11 rocknms:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Rock 'n Rage (Prototype?) ] rockraga:0:48E0:09:000:Infinite Lives PL1 :rockraga:00000000:4F8C:00000001:00000001:Invincibility PL1 :rockraga:00000000:4894:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :rockraga:00010000:4894:00000000:00000020:Rapid Fire PL1 (2/2) rockraga:0:5800:02:001:Get Little Shot Now! PL1 rockraga:0:5800:08:001:Get 3 Shot Now! PL1 rockraga:0:5800:10:001:Get Big Shot Now! PL1 rockraga:0:5800:04:001:Get Small Shield Now! PL1 rockraga:0:5800:05:001:Get Big Shield Now! PL1 rockraga:0:5800:02:000:Always Little Shot PL1 rockraga:0:5800:08:000:Always 3 Shot PL2 rockraga:0:5800:10:000:Always Big Shot PL1 rockraga:0:5800:04:000:Always Small Shield PL1 rockraga:0:5800:05:000:Always Big Shield PL1 rockraga:0:48EE:09:000:Infinite Lives PL2 :rockraga:00000000:4F8C:00000002:00000002:Invincibility PL2 :rockraga:00000000:4895:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :rockraga:00010000:4895:00000000:00000020:Rapid Fire PL2 (2/2) rockraga:0:5801:02:001:Get Little Shot Now! PL2 rockraga:0:5801:08:001:Get 3 Shot Now! PL2 rockraga:0:5801:10:001:Get Big Shot Now! PL2 rockraga:0:5801:04:001:Get Small Shield Now! PL2 rockraga:0:5801:05:001:Get Big Shield Now! PL2 rockraga:0:5801:02:000:Always Little Shot PL2 rockraga:0:5801:08:000:Always 3 Shot PL2 rockraga:0:5801:10:000:Always Big Shot PL2 rockraga:0:5801:04:000:Always Small Shield PL2 rockraga:0:5801:05:000:Always Big Shield PL2 rockraga:0:486C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Rock 'n Rage (World?) ] rockrage:0:48E0:09:000:Infinite Lives PL1 :rockrage:00000000:4F8C:00000001:00000001:Invincibility PL1 :rockrage:00000000:4894:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :rockrage:00010000:4894:00000000:00000020:Rapid Fire PL1 (2/2) rockrage:0:5800:02:001:Get Little Shot Now! PL1 rockrage:0:5800:08:001:Get 3 Shot Now! PL1 rockrage:0:5800:10:001:Get Big Shot Now! PL1 rockrage:0:5800:04:001:Get Small Shield Now! PL1 rockrage:0:5800:05:001:Get Big Shield Now! PL1 rockrage:0:5800:02:000:Always Little Shot PL1 rockrage:0:5800:08:000:Always 3 Shot PL2 rockrage:0:5800:10:000:Always Big Shot PL1 rockrage:0:5800:04:000:Always Small Shield PL1 rockrage:0:5800:05:000:Always Big Shield PL1 rockrage:0:48EE:09:000:Infinite Lives PL2 :rockrage:00000000:4F8C:00000002:00000002:Invincibility PL2 :rockrage:00000000:4895:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :rockrage:00010000:4895:00000000:00000020:Rapid Fire PL2 (2/2) rockrage:0:5801:02:001:Get Little Shot Now! PL2 rockrage:0:5801:08:001:Get 3 Shot Now! PL2 rockrage:0:5801:10:001:Get Big Shot Now! PL2 rockrage:0:5801:04:001:Get Small Shield Now! PL2 rockrage:0:5801:05:001:Get Big Shield Now! PL2 rockrage:0:5801:02:000:Always Little Shot PL2 rockrage:0:5801:08:000:Always 3 Shot PL2 rockrage:0:5801:10:000:Always Big Shot PL2 rockrage:0:5801:04:000:Always Small Shield PL2 rockrage:0:5801:05:000:Always Big Shield PL2 rockrage:0:486C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Koi no Hotrock (Japan) ] rockragj:0:48E0:09:000:Infinite Lives PL1 :rockragj:00000000:4F8C:00000001:00000001:Invincibility PL1 :rockragj:00000000:4894:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :rockragj:00010000:4894:00000000:00000020:Rapid Fire PL1 (2/2) rockragj:0:5800:02:001:Get Little Shot Now! PL1 rockragj:0:5800:08:001:Get 3 Shot Now! PL1 rockragj:0:5800:10:001:Get Big Shot Now! PL1 rockragj:0:5800:04:001:Get Small Shield Now! PL1 rockragj:0:5800:05:001:Get Big Shield Now! PL1 rockragj:0:5800:02:000:Always Little Shot PL1 rockragj:0:5800:08:000:Always 3 Shot PL2 rockragj:0:5800:10:000:Always Big Shot PL1 rockragj:0:5800:04:000:Always Small Shield PL1 rockragj:0:5800:05:000:Always Big Shield PL1 rockragj:0:48EE:09:000:Infinite Lives PL2 :rockragj:00000000:4F8C:00000002:00000002:Invincibility PL2 :rockragj:00000000:4895:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :rockragj:00010000:4895:00000000:00000020:Rapid Fire PL2 (2/2) rockragj:0:5801:02:001:Get Little Shot Now! PL2 rockragj:0:5801:08:001:Get 3 Shot Now! PL2 rockragj:0:5801:10:001:Get Big Shot Now! PL2 rockragj:0:5801:04:001:Get Small Shield Now! PL2 rockragj:0:5801:05:001:Get Big Shield Now! PL2 rockragj:0:5801:02:000:Always Little Shot PL2 rockragj:0:5801:08:000:Always 3 Shot PL2 rockragj:0:5801:10:000:Always Big Shot PL2 rockragj:0:5801:04:000:Always Small Shield PL2 rockragj:0:5801:05:000:Always Big Shield PL2 rockragj:0:486C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ MTV Rock-N-Roll Trivia (Part 2) ] rocktrv2:0:4D84:63:000:Infinite Time :rocktrv2:000000E6:4E67:40000000:FFFFFFFF:Display the Correct Answer:Correct Answer (E=True & F=False) rocktrv2:0:4C1E:06:000:Infinite Lives PL1 rocktrv2:0:4C1F:06:000:Infinite Lives PL2 ; [ Roc'n Rope ] rocnrope:0:50C0:0A:000:Infinite Lives rocnrope:0:51C0:02:000:Invulnerable to enemies rocnrope:0:0000:00:999:[Take care with the sprite ] rocnrope:0:0000:00:999:[collision cheat - if you ] rocnrope:0:0000:00:999:[fall you must turn it OFF ] rocnrope:0:0000:00:999:[to be able to restart. ] rocnrope:0:5005:01:000:No sprite\sprite collisions rocnrope:0:509B:99:000:Infinite Bonus ; [ Roc'n Rope (Kosuka) ] rocnropk:0:50C0:0A:000:Infinite Lives rocnropk:0:51C0:02:000:Invulnerable to enemies rocnropk:0:0000:00:999:[Take care with the sprite ] rocnropk:0:0000:00:999:[collision cheat - if you ] rocnropk:0:0000:00:999:[fall you must turn it OFF ] rocnropk:0:0000:00:999:[to be able to restart. ] rocnropk:0:5005:01:000:No sprite\sprite collisions rocnropk:0:509B:99:000:Infinite Bonus ; [ Rod-Land (World) ] rodland:0:0F3047:02:001:Enable Alternate Game:Different Title, Levels, Characters, Story, Bosses etc. Same as "Down,Down,Down" after inserting coin except you get to see Different Title and Attract this way! rodland:0:0F3049:02:501:Enable Alternate Game (2/2) rodland:0:0F3047:01:001:Disable Alternate Game rodland:0:0F3049:01:501:Disable Alternate Game (2/2) rodland:0:0F48B1:01:001:Turn "Extra Game" ON rodland:0:0F3072:FF:501:Turn "Extra Game" ON (2/3) rodland:0:0F3073:FF:501:Turn "Extra Game" ON (3/3) rodland:0:0F413B:07:000:Infinite Lives PL1 rodland:0:0F413D:B4:002:Invincibility "ON" PL1 rodland:0:0F413D:01:001:Invincibility "OFF" PL1 rodland:0:0F4231:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON rodland:0:0F4231:01:021:Get letter - E Now! PL1:"Extra Game" must be ON rodland:0:0F4231:02:021:Get letter - X Now! PL1:"Extra Game" must be ON rodland:0:0F4231:04:021:Get letter - T Now! PL1:"Extra Game" must be ON rodland:0:0F4231:08:021:Get letter - R Now! PL1:"Extra Game" must be ON rodland:0:0F4231:10:021:Get letter - A Now! PL1:"Extra Game" must be ON rodland:0:0F41BB:07:000:Infinite Lives PL2 rodland:0:0F41BD:B4:002:Invincibility "ON" PL2 rodland:0:0F41BD:01:001:Invincibility "OFF" PL2 rodland:0:0F4233:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON rodland:0:0F4233:01:021:Get letter - E Now! PL2:"Extra Game" must be ON rodland:0:0F4233:02:021:Get letter - X Now! PL2:"Extra Game" must be ON rodland:0:0F4233:04:021:Get letter - T Now! PL2:"Extra Game" must be ON rodland:0:0F4233:08:021:Get letter - R Now! PL2:"Extra Game" must be ON rodland:0:0F4233:10:021:Get letter - A Now! PL2:"Extra Game" must be ON rodland:0:000000:00:999:[ EXTRA GAME INFO ] rodland:0:000000:00:999:[To access PART 2 of the ] rodland:0:000000:00:999:[ game, after you have ] rodland:0:000000:00:999:[inserted a credit press ] rodland:0:000000:00:999:[DOWN 3 times then press ] rodland:0:000000:00:999:[start!!! ] ; [ Rod-Land (Japan) ] rodlandj:0:0F3045:02:001:Enable Alternate Game:Different Title, Levels, Characters, Story, Bosses etc. You get to see Different Title and Attract. rodlandj:0:0F3047:02:501:Enable Alternate Game (2/2) rodlandj:0:0F3045:01:001:Disable Alternate Game rodlandj:0:0F3047:01:501:Disable Alternate Game (2/2) rodlandj:0:0F48AF:01:001:Turn "Extra Game" ON rodlandj:0:0F3070:FF:501:Turn "Extra Game" ON (2/3) rodlandj:0:0F3071:FF:501:Turn "Extra Game" ON (3/3) rodlandj:0:0F4139:07:000:Infinite Lives PL1 rodlandj:0:0F413B:B4:002:Invincibility "ON" PL1 rodlandj:0:0F413B:01:001:Invincibility "OFF" PL1 rodlandj:0:0F422F:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON rodlandj:0:0F422F:01:021:Get letter - E Now! PL1:"Extra Game" must be ON rodlandj:0:0F422F:02:021:Get letter - X Now! PL1:"Extra Game" must be ON rodlandj:0:0F422F:04:021:Get letter - T Now! PL1:"Extra Game" must be ON rodlandj:0:0F422F:08:021:Get letter - R Now! PL1:"Extra Game" must be ON rodlandj:0:0F422F:10:021:Get letter - A Now! PL1:"Extra Game" must be ON rodlandj:0:0F41B9:07:000:Infinite Lives PL2 rodlandj:0:0F41BB:B4:002:Invincibility "ON" PL2 rodlandj:0:0F41BB:01:001:Invincibility "OFF" PL2 rodlandj:0:0F4231:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON rodlandj:0:0F4231:01:021:Get letter - E Now! PL2:"Extra Game" must be ON rodlandj:0:0F4231:02:021:Get letter - X Now! PL2:"Extra Game" must be ON rodlandj:0:0F4231:04:021:Get letter - T Now! PL2:"Extra Game" must be ON rodlandj:0:0F4231:08:021:Get letter - R Now! PL2:"Extra Game" must be ON rodlandj:0:0F4231:10:021:Get letter - A Now! PL2:"Extra Game" must be ON rodlandj:0:000000:00:999:[ EXTRA GAME INFO ] rodlandj:0:000000:00:999:[To access PART 2 of the ] rodlandj:0:000000:00:999:[ game, after you have ] rodlandj:0:000000:00:999:[inserted a credit press ] rodlandj:0:000000:00:999:[UP 3 times then press start] ; [ Rod-Land (Japan bootleg) ] rodlndjb:0:0F3045:02:001:Enable Alternate Game:Different Title, Levels, Characters, Story, Bosses etc. You get to see Different Title and Attract. rodlndjb:0:0F3047:02:501:Enable Alternate Game (2/2) rodlndjb:0:0F3045:01:001:Disable Alternate Game rodlndjb:0:0F3047:01:501:Disable Alternate Game (2/2) rodlndjb:0:0F48AF:01:001:Turn "Extra Game" ON rodlndjb:0:0F3070:FF:501:Turn "Extra Game" ON (2/3) rodlndjb:0:0F3071:FF:501:Turn "Extra Game" ON (3/3) rodlndjb:0:0F4139:07:000:Infinite Lives PL1 rodlndjb:0:0F413B:B4:002:Invincibility "ON" PL1 rodlndjb:0:0F413B:01:001:Invincibility "OFF" PL1 rodlndjb:0:0F422F:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON rodlndjb:0:0F422F:01:021:Get letter - E Now! PL1:"Extra Game" must be ON rodlndjb:0:0F422F:02:021:Get letter - X Now! PL1:"Extra Game" must be ON rodlndjb:0:0F422F:04:021:Get letter - T Now! PL1:"Extra Game" must be ON rodlndjb:0:0F422F:08:021:Get letter - R Now! PL1:"Extra Game" must be ON rodlndjb:0:0F422F:10:021:Get letter - A Now! PL1:"Extra Game" must be ON rodlndjb:0:0F41B9:07:000:Infinite Lives PL2 rodlndjb:0:0F41BB:B4:002:Invincibility "ON" PL2 rodlndjb:0:0F41BB:01:001:Invincibility "OFF" PL2 rodlndjb:0:0F4231:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON rodlndjb:0:0F4231:01:021:Get letter - E Now! PL2:"Extra Game" must be ON rodlndjb:0:0F4231:02:021:Get letter - X Now! PL2:"Extra Game" must be ON rodlndjb:0:0F4231:04:021:Get letter - T Now! PL2:"Extra Game" must be ON rodlndjb:0:0F4231:08:021:Get letter - R Now! PL2:"Extra Game" must be ON rodlndjb:0:0F4231:10:021:Get letter - A Now! PL2:"Extra Game" must be ON rodlndjb:0:000000:00:999:[ EXTRA GAME INFO ] rodlndjb:0:000000:00:999:[To access PART 2 of the ] rodlndjb:0:000000:00:999:[ game, after you have ] rodlndjb:0:000000:00:999:[inserted a credit press ] rodlndjb:0:000000:00:999:[UP 3 times then press start] ; [ Rohga Armor Force (Asia/Europe v5.0) ] :rohga:00000000:3F0016:00000099:FFFFFFFF:Infinite Credits :rohga:62000000:000000:00000000:00000000:Select Mission:Set on Parts Selection Screen but this code doesn't work in Wolf Fang mode :rohga:00011001:3F018B:00000001:FFFFFFFF:Mission 1 :rohga:00011001:3F018B:00000002:FFFFFFFF:Mission 2 :rohga:00011001:3F018B:00000004:FFFFFFFF:Mission 3 :rohga:00011001:3F018B:00000003:FFFFFFFF:Mission 4 :rohga:00011001:3F018B:00000008:FFFFFFFF:Mission 5 :rohga:00011001:3F018B:00000007:FFFFFFFF:Mission 6 :rohga:00011001:3F018B:00000006:FFFFFFFF:Mission 7 :rohga:00011001:3F018B:00000005:FFFFFFFF:Mission 8 :rohga:00011001:3F018B:0000000C:FFFFFFFF:Mission 9 :rohga:00011001:3F018B:0000000B:FFFFFFFF:Mission 10 :rohga:00011001:3F018B:0000000A:FFFFFFFF:Mission 11 :rohga:00011001:3F018B:00000009:FFFFFFFF:Mission 12 :rohga:00011001:3F018B:0000000D:FFFFFFFF:Ending 1 :rohga:00011001:3F018B:0000000E:FFFFFFFF:Ending 2 :rohga:00011001:3F018B:0000000F:FFFFFFFF:Ending 3 :rohga:00011001:3F018B:00000010:FFFFFFFF:Ending 4 :rohga:00000000:3F0723:00000009:FFFFFFFF:Infinite Energy PL1 :rohga:00100000:3F074A:00000300:FFFFFFFF:Infinite Power PL1 :rohga:00000000:3F070C:00000004:00000004:Invincibility PL1 :rohga:00110000:3F070A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :rohga:00000000:3F0743:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :rohga:62000000:000000:00000000:00000000:Select Weapon PL1 :rohga:00010000:3F0741:00000000:FFFFFFFF:Vulcan :rohga:00010000:3F0741:00000004:FFFFFFFF:Claster :rohga:00010000:3F0741:00000008:FFFFFFFF:Grenade :rohga:00010000:3F0741:0000000C:FFFFFFFF:Laser :rohga:62000000:000000:00000000:00000000:Select Charge Weapon PL1 :rohga:00010000:3F0749:00000000:FFFFFFFF:H-Missile :rohga:00010000:3F0749:00000004:FFFFFFFF:Grenade-L :rohga:00010000:3F0749:00000008:FFFFFFFF:Flame-L :rohga:00010000:3F0749:0000000C:FFFFFFFF:Electriger :rohga:62000000:000000:00000000:00000000:Select Hand Weapon PL1 :rohga:00010000:3F0751:00000000:FFFFFFFF:Nucle Shot :rohga:00010000:3F0751:00000004:FFFFFFFF:Beam Sword :rohga:00010000:3F0751:00000008:FFFFFFFF:Iron Craw :rohga:00010000:3F0751:0000000C:FFFFFFFF:Pile Bunker :rohga:62000000:000000:00000000:00000000:Select Foot Parts PL1 :rohga:00010000:3F0739:00000000:FFFFFFFF:2 Legs :rohga:00010000:3F0739:00000004:FFFFFFFF:Hover :rohga:00010000:3F0739:00000008:FFFFFFFF:4 Legs :rohga:00010000:3F0739:0000000C:FFFFFFFF:6 Wheels :rohga:00000000:3F018D:00000000:00000010:Rapid Fire PL1:Turn it OFF on parts select or name entry :rohga:00010000:3F018D:00000000:00000040:Rapid Fire PL1 (2/2) :rohga:00000000:3F07A3:00000009:FFFFFFFF:Infinite Energy PL2 :rohga:00100000:3F07CA:00000300:FFFFFFFF:Infinite Power PL2 :rohga:00000000:3F078C:00000004:00000004:Invincibility PL2 :rohga:00110000:3F078A:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :rohga:00000000:3F07C3:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :rohga:62000000:000000:00000000:00000000:Select Weapon PL2 :rohga:00010000:3F07C1:00000000:FFFFFFFF:Vulcan :rohga:00010000:3F07C1:00000004:FFFFFFFF:Claster :rohga:00010000:3F07C1:00000008:FFFFFFFF:Grenade :rohga:00010000:3F07C1:0000000C:FFFFFFFF:Laser :rohga:62000000:000000:00000000:00000000:Select Charge Weapon PL2 :rohga:00010000:3F07C9:00000000:FFFFFFFF:H-Missile :rohga:00010000:3F07C9:00000004:FFFFFFFF:Grenade-L :rohga:00010000:3F07C9:00000008:FFFFFFFF:Flame-L :rohga:00010000:3F07C9:0000000C:FFFFFFFF:Electriger :rohga:62000000:000000:00000000:00000000:Select Hand Weapon PL2 :rohga:00010000:3F07D1:00000000:FFFFFFFF:Nucle Shot :rohga:00010000:3F07D1:00000004:FFFFFFFF:Beam Sword :rohga:00010000:3F07D1:00000008:FFFFFFFF:Iron Craw :rohga:00010000:3F07D1:0000000C:FFFFFFFF:Pile Bunker :rohga:62000000:000000:00000000:00000000:Select Foot Parts PL2 :rohga:00010000:3F07B9:00000000:FFFFFFFF:2 Legs :rohga:00010000:3F07B9:00000004:FFFFFFFF:Hover :rohga:00010000:3F07B9:00000008:FFFFFFFF:4 Legs :rohga:00010000:3F07B9:0000000C:FFFFFFFF:6 Wheels :rohga:00000000:3F018C:00000000:00000010:Rapid Fire PL2:Turn it OFF on parts select or name entry :rohga:00010000:3F018C:00000000:00000040:Rapid Fire PL2 (2/2) :rohga:62000000:000000:00000000:00000000:Select Region :rohga:00010000:3F0007:00000000:FFFFFFFF:Japan :rohga:00010000:3F0007:00000001:FFFFFFFF:USA :rohga:00010000:3F0007:00000002:FFFFFFFF:Other :rohga:60000000:000000:00000000:00000000:[ Game Mode cheat works in setting ] :rohga:60000000:000000:00000000:00000000:[ Region as Japan or USA ONLY ] :rohga:62000000:000000:00000000:00000000:Select Game Mode :rohga:00010000:3F001A:00000000:FFFFFFFF:Wolf Fang :rohga:00010000:3F001A:000000FF:FFFFFFFF:Rohga ; [ Rohga Armor Force (Asia/Europe v3.0 Set 1) ] :rohga1:00000000:3F0016:00000099:FFFFFFFF:Infinite Credits :rohga1:62000000:000000:00000000:00000000:Select Mission:Set on Parts Selection Screen but this code doesn't work in Wolf Fang mode :rohga1:00011001:3F018B:00000001:FFFFFFFF:Mission 1 :rohga1:00011001:3F018B:00000002:FFFFFFFF:Mission 2 :rohga1:00011001:3F018B:00000004:FFFFFFFF:Mission 3 :rohga1:00011001:3F018B:00000003:FFFFFFFF:Mission 4 :rohga1:00011001:3F018B:00000008:FFFFFFFF:Mission 5 :rohga1:00011001:3F018B:00000007:FFFFFFFF:Mission 6 :rohga1:00011001:3F018B:00000006:FFFFFFFF:Mission 7 :rohga1:00011001:3F018B:00000005:FFFFFFFF:Mission 8 :rohga1:00011001:3F018B:0000000C:FFFFFFFF:Mission 9 :rohga1:00011001:3F018B:0000000B:FFFFFFFF:Mission 10 :rohga1:00011001:3F018B:0000000A:FFFFFFFF:Mission 11 :rohga1:00011001:3F018B:00000009:FFFFFFFF:Mission 12 :rohga1:00011001:3F018B:0000000D:FFFFFFFF:Ending 1 :rohga1:00011001:3F018B:0000000E:FFFFFFFF:Ending 2 :rohga1:00011001:3F018B:0000000F:FFFFFFFF:Ending 3 :rohga1:00011001:3F018B:00000010:FFFFFFFF:Ending 4 :rohga1:00000000:3F0723:00000009:FFFFFFFF:Infinite Energy PL1 :rohga1:00100000:3F074A:00000300:FFFFFFFF:Infinite Power PL1 :rohga1:00000000:3F070C:00000004:00000004:Invincibility PL1 :rohga1:00110000:3F070A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :rohga1:00000000:3F0743:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :rohga1:62000000:000000:00000000:00000000:Select Weapon PL1 :rohga1:00010000:3F0741:00000000:FFFFFFFF:Vulcan :rohga1:00010000:3F0741:00000004:FFFFFFFF:Claster :rohga1:00010000:3F0741:00000008:FFFFFFFF:Grenade :rohga1:00010000:3F0741:0000000C:FFFFFFFF:Laser :rohga1:62000000:000000:00000000:00000000:Select Charge Weapon PL1 :rohga1:00010000:3F0749:00000000:FFFFFFFF:H-Missile :rohga1:00010000:3F0749:00000004:FFFFFFFF:Grenade-L :rohga1:00010000:3F0749:00000008:FFFFFFFF:Flame-L :rohga1:00010000:3F0749:0000000C:FFFFFFFF:Electriger :rohga1:62000000:000000:00000000:00000000:Select Hand Weapon PL1 :rohga1:00010000:3F0751:00000000:FFFFFFFF:Nucle Shot :rohga1:00010000:3F0751:00000004:FFFFFFFF:Beam Sword :rohga1:00010000:3F0751:00000008:FFFFFFFF:Iron Craw :rohga1:00010000:3F0751:0000000C:FFFFFFFF:Pile Bunker :rohga1:62000000:000000:00000000:00000000:Select Foot Parts PL1 :rohga1:00010000:3F0739:00000000:FFFFFFFF:2 Legs :rohga1:00010000:3F0739:00000004:FFFFFFFF:Hover :rohga1:00010000:3F0739:00000008:FFFFFFFF:4 Legs :rohga1:00010000:3F0739:0000000C:FFFFFFFF:6 Wheels :rohga1:00000000:3F018D:00000000:00000010:Rapid Fire PL1:Turn it OFF on parts select or name entry :rohga1:00010000:3F018D:00000000:00000040:Rapid Fire PL1 (2/2) :rohga1:00000000:3F07A3:00000009:FFFFFFFF:Infinite Energy PL2 :rohga1:00100000:3F07CA:00000300:FFFFFFFF:Infinite Power PL2 :rohga1:00000000:3F078C:00000004:00000004:Invincibility PL2 :rohga1:00110000:3F078A:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :rohga1:00000000:3F07C3:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :rohga1:62000000:000000:00000000:00000000:Select Weapon PL2 :rohga1:00010000:3F07C1:00000000:FFFFFFFF:Vulcan :rohga1:00010000:3F07C1:00000004:FFFFFFFF:Claster :rohga1:00010000:3F07C1:00000008:FFFFFFFF:Grenade :rohga1:00010000:3F07C1:0000000C:FFFFFFFF:Laser :rohga1:62000000:000000:00000000:00000000:Select Charge Weapon PL2 :rohga1:00010000:3F07C9:00000000:FFFFFFFF:H-Missile :rohga1:00010000:3F07C9:00000004:FFFFFFFF:Grenade-L :rohga1:00010000:3F07C9:00000008:FFFFFFFF:Flame-L :rohga1:00010000:3F07C9:0000000C:FFFFFFFF:Electriger :rohga1:62000000:000000:00000000:00000000:Select Hand Weapon PL2 :rohga1:00010000:3F07D1:00000000:FFFFFFFF:Nucle Shot :rohga1:00010000:3F07D1:00000004:FFFFFFFF:Beam Sword :rohga1:00010000:3F07D1:00000008:FFFFFFFF:Iron Craw :rohga1:00010000:3F07D1:0000000C:FFFFFFFF:Pile Bunker :rohga1:62000000:000000:00000000:00000000:Select Foot Parts PL2 :rohga1:00010000:3F07B9:00000000:FFFFFFFF:2 Legs :rohga1:00010000:3F07B9:00000004:FFFFFFFF:Hover :rohga1:00010000:3F07B9:00000008:FFFFFFFF:4 Legs :rohga1:00010000:3F07B9:0000000C:FFFFFFFF:6 Wheels :rohga1:00000000:3F018C:00000000:00000010:Rapid Fire PL2:Turn it OFF on parts select or name entry :rohga1:00010000:3F018C:00000000:00000040:Rapid Fire PL2 (2/2) :rohga1:62000000:000000:00000000:00000000:Select Region :rohga1:00010000:3F0007:00000000:FFFFFFFF:Japan :rohga1:00010000:3F0007:00000001:FFFFFFFF:USA :rohga1:00010000:3F0007:00000002:FFFFFFFF:Other :rohga1:60000000:000000:00000000:00000000:[ Game Mode cheat works in setting ] :rohga1:60000000:000000:00000000:00000000:[ Region as Japan or USA ONLY ] :rohga1:62000000:000000:00000000:00000000:Select Game Mode :rohga1:00010000:3F001A:00000000:FFFFFFFF:Wolf Fang :rohga1:00010000:3F001A:000000FF:FFFFFFFF:Rohga ; [ Rohga Armor Force (Asia/Europe v3.0 Set 2) ] :rohga2:00000000:3F0016:00000099:FFFFFFFF:Infinite Credits :rohga2:62000000:000000:00000000:00000000:Select Mission:Set on Parts Selection Screen but this code doesn't work in Wolf Fang mode :rohga2:00011001:3F018B:00000001:FFFFFFFF:Mission 1 :rohga2:00011001:3F018B:00000002:FFFFFFFF:Mission 2 :rohga2:00011001:3F018B:00000004:FFFFFFFF:Mission 3 :rohga2:00011001:3F018B:00000003:FFFFFFFF:Mission 4 :rohga2:00011001:3F018B:00000008:FFFFFFFF:Mission 5 :rohga2:00011001:3F018B:00000007:FFFFFFFF:Mission 6 :rohga2:00011001:3F018B:00000006:FFFFFFFF:Mission 7 :rohga2:00011001:3F018B:00000005:FFFFFFFF:Mission 8 :rohga2:00011001:3F018B:0000000C:FFFFFFFF:Mission 9 :rohga2:00011001:3F018B:0000000B:FFFFFFFF:Mission 10 :rohga2:00011001:3F018B:0000000A:FFFFFFFF:Mission 11 :rohga2:00011001:3F018B:00000009:FFFFFFFF:Mission 12 :rohga2:00011001:3F018B:0000000D:FFFFFFFF:Ending 1 :rohga2:00011001:3F018B:0000000E:FFFFFFFF:Ending 2 :rohga2:00011001:3F018B:0000000F:FFFFFFFF:Ending 3 :rohga2:00011001:3F018B:00000010:FFFFFFFF:Ending 4 :rohga2:00000000:3F0723:00000009:FFFFFFFF:Infinite Energy PL1 :rohga2:00100000:3F074A:00000300:FFFFFFFF:Infinite Power PL1 :rohga2:00000000:3F070C:00000004:00000004:Invincibility PL1 :rohga2:00110000:3F070A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :rohga2:00000000:3F0743:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :rohga2:62000000:000000:00000000:00000000:Select Weapon PL1 :rohga2:00010000:3F0741:00000000:FFFFFFFF:Vulcan :rohga2:00010000:3F0741:00000004:FFFFFFFF:Claster :rohga2:00010000:3F0741:00000008:FFFFFFFF:Grenade :rohga2:00010000:3F0741:0000000C:FFFFFFFF:Laser :rohga2:62000000:000000:00000000:00000000:Select Charge Weapon PL1 :rohga2:00010000:3F0749:00000000:FFFFFFFF:H-Missile :rohga2:00010000:3F0749:00000004:FFFFFFFF:Grenade-L :rohga2:00010000:3F0749:00000008:FFFFFFFF:Flame-L :rohga2:00010000:3F0749:0000000C:FFFFFFFF:Electriger :rohga2:62000000:000000:00000000:00000000:Select Hand Weapon PL1 :rohga2:00010000:3F0751:00000000:FFFFFFFF:Nucle Shot :rohga2:00010000:3F0751:00000004:FFFFFFFF:Beam Sword :rohga2:00010000:3F0751:00000008:FFFFFFFF:Iron Craw :rohga2:00010000:3F0751:0000000C:FFFFFFFF:Pile Bunker :rohga2:62000000:000000:00000000:00000000:Select Foot Parts PL1 :rohga2:00010000:3F0739:00000000:FFFFFFFF:2 Legs :rohga2:00010000:3F0739:00000004:FFFFFFFF:Hover :rohga2:00010000:3F0739:00000008:FFFFFFFF:4 Legs :rohga2:00010000:3F0739:0000000C:FFFFFFFF:6 Wheels :rohga2:00000000:3F018D:00000000:00000010:Rapid Fire PL1:Turn it OFF on parts select or name entry :rohga2:00010000:3F018D:00000000:00000040:Rapid Fire PL1 (2/2) :rohga2:00000000:3F07A3:00000009:FFFFFFFF:Infinite Energy PL2 :rohga2:00100000:3F07CA:00000300:FFFFFFFF:Infinite Power PL2 :rohga2:00000000:3F078C:00000004:00000004:Invincibility PL2 :rohga2:00110000:3F078A:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :rohga2:00000000:3F07C3:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :rohga2:62000000:000000:00000000:00000000:Select Weapon PL2 :rohga2:00010000:3F07C1:00000000:FFFFFFFF:Vulcan :rohga2:00010000:3F07C1:00000004:FFFFFFFF:Claster :rohga2:00010000:3F07C1:00000008:FFFFFFFF:Grenade :rohga2:00010000:3F07C1:0000000C:FFFFFFFF:Laser :rohga2:62000000:000000:00000000:00000000:Select Charge Weapon PL2 :rohga2:00010000:3F07C9:00000000:FFFFFFFF:H-Missile :rohga2:00010000:3F07C9:00000004:FFFFFFFF:Grenade-L :rohga2:00010000:3F07C9:00000008:FFFFFFFF:Flame-L :rohga2:00010000:3F07C9:0000000C:FFFFFFFF:Electriger :rohga2:62000000:000000:00000000:00000000:Select Hand Weapon PL2 :rohga2:00010000:3F07D1:00000000:FFFFFFFF:Nucle Shot :rohga2:00010000:3F07D1:00000004:FFFFFFFF:Beam Sword :rohga2:00010000:3F07D1:00000008:FFFFFFFF:Iron Craw :rohga2:00010000:3F07D1:0000000C:FFFFFFFF:Pile Bunker :rohga2:62000000:000000:00000000:00000000:Select Foot Parts PL2 :rohga2:00010000:3F07B9:00000000:FFFFFFFF:2 Legs :rohga2:00010000:3F07B9:00000004:FFFFFFFF:Hover :rohga2:00010000:3F07B9:00000008:FFFFFFFF:4 Legs :rohga2:00010000:3F07B9:0000000C:FFFFFFFF:6 Wheels :rohga2:00000000:3F018C:00000000:00000010:Rapid Fire PL2:Turn it OFF on parts select or name entry :rohga2:00010000:3F018C:00000000:00000040:Rapid Fire PL2 (2/2) :rohga2:62000000:000000:00000000:00000000:Select Region :rohga2:00010000:3F0007:00000000:FFFFFFFF:Japan :rohga2:00010000:3F0007:00000001:FFFFFFFF:USA :rohga2:00010000:3F0007:00000002:FFFFFFFF:Other :rohga2:60000000:000000:00000000:00000000:[ Game Mode cheat works in setting ] :rohga2:60000000:000000:00000000:00000000:[ Region as Japan or USA ONLY ] :rohga2:62000000:000000:00000000:00000000:Select Game Mode :rohga2:00010000:3F001A:00000000:FFFFFFFF:Wolf Fang :rohga2:00010000:3F001A:000000FF:FFFFFFFF:Rohga ; [ Rohga Armor Force (Hong Kong v3.0) ] :rohgah:00000000:3F0016:00000099:FFFFFFFF:Infinite Credits :rohgah:62000000:000000:00000000:00000000:Select Mission :rohgah:00011001:3F018F:00000001:FFFFFFFF:Mission 1 :rohgah:00011001:3F018F:00000002:FFFFFFFF:Mission 2 :rohgah:00011001:3F018F:00000004:FFFFFFFF:Mission 3 :rohgah:00011001:3F018F:00000003:FFFFFFFF:Mission 4 :rohgah:00011001:3F018F:00000008:FFFFFFFF:Mission 5 :rohgah:00011001:3F018F:00000007:FFFFFFFF:Mission 6 :rohgah:00011001:3F018F:00000006:FFFFFFFF:Mission 7 :rohgah:00011001:3F018F:00000005:FFFFFFFF:Mission 8 :rohgah:00011001:3F018F:0000000C:FFFFFFFF:Mission 9 :rohgah:00011001:3F018F:0000000B:FFFFFFFF:Mission 10 :rohgah:00011001:3F018F:0000000A:FFFFFFFF:Mission 11 :rohgah:00011001:3F018F:00000009:FFFFFFFF:Mission 12 :rohgah:00011001:3F018F:0000000D:FFFFFFFF:Ending 1 :rohgah:00011001:3F018F:0000000E:FFFFFFFF:Ending 2 :rohgah:00011001:3F018F:0000000F:FFFFFFFF:Ending 3 :rohgah:00011001:3F018F:00000010:FFFFFFFF:Ending 4 :rohgah:00000000:3F0723:00000009:FFFFFFFF:Infinite Energy PL1 :rohgah:00100000:3F074A:00000300:FFFFFFFF:Infinite Power PL1 :rohgah:00000000:3F070C:00000004:00000004:Invincibility PL1 :rohgah:00110000:3F070A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :rohgah:00000000:3F0743:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :rohgah:62000000:000000:00000000:00000000:Select Weapon PL1 :rohgah:00010000:3F0741:00000000:FFFFFFFF:Vulcan :rohgah:00010000:3F0741:00000004:FFFFFFFF:Claster :rohgah:00010000:3F0741:00000008:FFFFFFFF:Grenade :rohgah:00010000:3F0741:0000000C:FFFFFFFF:Laser :rohgah:62000000:000000:00000000:00000000:Select Charge Weapon PL1 :rohgah:00010000:3F0749:00000000:FFFFFFFF:H-Missile :rohgah:00010000:3F0749:00000004:FFFFFFFF:Grenade-L :rohgah:00010000:3F0749:00000008:FFFFFFFF:Flame-L :rohgah:00010000:3F0749:0000000C:FFFFFFFF:Electriger :rohgah:62000000:000000:00000000:00000000:Select Hand Weapon PL1 :rohgah:00010000:3F0751:00000000:FFFFFFFF:Nucle Shot :rohgah:00010000:3F0751:00000004:FFFFFFFF:Beam Sword :rohgah:00010000:3F0751:00000008:FFFFFFFF:Iron Craw :rohgah:00010000:3F0751:0000000C:FFFFFFFF:Pile Bunker :rohgah:62000000:000000:00000000:00000000:Select Foot Parts PL1 :rohgah:00010000:3F0739:00000000:FFFFFFFF:2 Legs :rohgah:00010000:3F0739:00000004:FFFFFFFF:Hover :rohgah:00010000:3F0739:00000008:FFFFFFFF:4 Legs :rohgah:00010000:3F0739:0000000C:FFFFFFFF:6 Wheels :rohgah:00000000:3F0191:00000000:00000010:Rapid Fire PL1:Turn it OFF on parts select or name entry :rohgah:00010000:3F0191:00000000:00000040:Rapid Fire PL1 (2/2) :rohgah:00000000:3F07A3:00000009:FFFFFFFF:Infinite Energy PL2 :rohgah:00100000:3F07CA:00000300:FFFFFFFF:Infinite Power PL2 :rohgah:00000000:3F078C:00000004:00000004:Invincibility PL2 :rohgah:00110000:3F078A:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :rohgah:00000000:3F07C3:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :rohgah:62000000:000000:00000000:00000000:Select Weapon PL2 :rohgah:00010000:3F07C1:00000000:FFFFFFFF:Vulcan :rohgah:00010000:3F07C1:00000004:FFFFFFFF:Claster :rohgah:00010000:3F07C1:00000008:FFFFFFFF:Grenade :rohgah:00010000:3F07C1:0000000C:FFFFFFFF:Laser :rohgah:62000000:000000:00000000:00000000:Select Charge Weapon PL2 :rohgah:00010000:3F07C9:00000000:FFFFFFFF:H-Missile :rohgah:00010000:3F07C9:00000004:FFFFFFFF:Grenade-L :rohgah:00010000:3F07C9:00000008:FFFFFFFF:Flame-L :rohgah:00010000:3F07C9:0000000C:FFFFFFFF:Electriger :rohgah:62000000:000000:00000000:00000000:Select Hand Weapon PL2 :rohgah:00010000:3F07D1:00000000:FFFFFFFF:Nucle Shot :rohgah:00010000:3F07D1:00000004:FFFFFFFF:Beam Sword :rohgah:00010000:3F07D1:00000008:FFFFFFFF:Iron Craw :rohgah:00010000:3F07D1:0000000C:FFFFFFFF:Pile Bunker :rohgah:62000000:000000:00000000:00000000:Select Foot Parts PL2 :rohgah:00010000:3F07B9:00000000:FFFFFFFF:2 Legs :rohgah:00010000:3F07B9:00000004:FFFFFFFF:Hover :rohgah:00010000:3F07B9:00000008:FFFFFFFF:4 Legs :rohgah:00010000:3F07B9:0000000C:FFFFFFFF:6 Wheels :rohgah:00000000:3F0190:00000000:00000010:Rapid Fire PL2:Turn it OFF on parts select or name entry :rohgah:00010000:3F0190:00000000:00000040:Rapid Fire PL2 (2/2) :rohgah:62000000:000000:00000000:00000000:Select Region :rohgah:00010000:3F0007:00000000:FFFFFFFF:Japan :rohgah:00010000:3F0007:00000001:FFFFFFFF:USA :rohgah:00010000:3F0007:00000002:FFFFFFFF:Other :rohgah:60000000:000000:00000000:00000000:[ Game Mode cheat works in setting ] :rohgah:60000000:000000:00000000:00000000:[ Region as Japan or USA ONLY ] :rohgah:62000000:000000:00000000:00000000:Select Game Mode :rohgah:00010000:3F001A:00000000:FFFFFFFF:Wolf Fang :rohgah:00010000:3F001A:000000FF:FFFFFFFF:Rohga ; [ Rohga Armor Force (US v1.0) ] :rohgau:00000000:3F0016:00000099:FFFFFFFF:Infinite Credits :rohgau:62000000:000000:00000000:00000000:Select Mission :rohgau:00011001:3F018F:00000001:FFFFFFFF:Mission 1 :rohgau:00011001:3F018F:00000002:FFFFFFFF:Mission 2 :rohgau:00011001:3F018F:00000004:FFFFFFFF:Mission 3 :rohgau:00011001:3F018F:00000003:FFFFFFFF:Mission 4 :rohgau:00011001:3F018F:00000008:FFFFFFFF:Mission 5 :rohgau:00011001:3F018F:00000007:FFFFFFFF:Mission 6 :rohgau:00011001:3F018F:00000006:FFFFFFFF:Mission 7 :rohgau:00011001:3F018F:00000005:FFFFFFFF:Mission 8 :rohgau:00011001:3F018F:0000000C:FFFFFFFF:Mission 9 :rohgau:00011001:3F018F:0000000B:FFFFFFFF:Mission 10 :rohgau:00011001:3F018F:0000000A:FFFFFFFF:Mission 11 :rohgau:00011001:3F018F:00000009:FFFFFFFF:Mission 12 :rohgau:00011001:3F018F:0000000D:FFFFFFFF:Ending 1 :rohgau:00011001:3F018F:0000000E:FFFFFFFF:Ending 2 :rohgau:00011001:3F018F:0000000F:FFFFFFFF:Ending 3 :rohgau:00011001:3F018F:00000010:FFFFFFFF:Ending 4 :rohgau:00000000:3F0723:00000009:FFFFFFFF:Infinite Energy PL1 :rohgau:00100000:3F074A:00000300:FFFFFFFF:Infinite Power PL1 :rohgau:00000000:3F070C:00000004:00000004:Invincibility PL1 :rohgau:00110000:3F070A:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :rohgau:00000000:3F0743:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :rohgau:62000000:000000:00000000:00000000:Select Weapon PL1 :rohgau:00010000:3F0741:00000000:FFFFFFFF:Vulcan :rohgau:00010000:3F0741:00000004:FFFFFFFF:Claster :rohgau:00010000:3F0741:00000008:FFFFFFFF:Grenade :rohgau:00010000:3F0741:0000000C:FFFFFFFF:Laser :rohgau:62000000:000000:00000000:00000000:Select Charge Weapon PL1 :rohgau:00010000:3F0749:00000000:FFFFFFFF:H-Missile :rohgau:00010000:3F0749:00000004:FFFFFFFF:Grenade-L :rohgau:00010000:3F0749:00000008:FFFFFFFF:Flame-L :rohgau:00010000:3F0749:0000000C:FFFFFFFF:Electriger :rohgau:62000000:000000:00000000:00000000:Select Hand Weapon PL1 :rohgau:00010000:3F0751:00000000:FFFFFFFF:Nucle Shot :rohgau:00010000:3F0751:00000004:FFFFFFFF:Beam Sword :rohgau:00010000:3F0751:00000008:FFFFFFFF:Iron Craw :rohgau:00010000:3F0751:0000000C:FFFFFFFF:Pile Bunker :rohgau:62000000:000000:00000000:00000000:Select Foot Parts PL1 :rohgau:00010000:3F0739:00000000:FFFFFFFF:2 Legs :rohgau:00010000:3F0739:00000004:FFFFFFFF:Hover :rohgau:00010000:3F0739:00000008:FFFFFFFF:4 Legs :rohgau:00010000:3F0739:0000000C:FFFFFFFF:6 Wheels :rohgau:00000000:3F0191:00000000:00000010:Rapid Fire PL1:Turn it OFF on parts select or name entry :rohgau:00010000:3F0191:00000000:00000040:Rapid Fire PL1 (2/2) :rohgau:00000000:3F07A3:00000009:FFFFFFFF:Infinite Energy PL2 :rohgau:00100000:3F07CA:00000300:FFFFFFFF:Infinite Power PL2 :rohgau:00000000:3F078C:00000004:00000004:Invincibility PL2 :rohgau:00110000:3F078A:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :rohgau:00000000:3F07C3:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :rohgau:62000000:000000:00000000:00000000:Select Weapon PL2 :rohgau:00010000:3F07C1:00000000:FFFFFFFF:Vulcan :rohgau:00010000:3F07C1:00000004:FFFFFFFF:Claster :rohgau:00010000:3F07C1:00000008:FFFFFFFF:Grenade :rohgau:00010000:3F07C1:0000000C:FFFFFFFF:Laser :rohgau:62000000:000000:00000000:00000000:Select Charge Weapon PL2 :rohgau:00010000:3F07C9:00000000:FFFFFFFF:H-Missile :rohgau:00010000:3F07C9:00000004:FFFFFFFF:Grenade-L :rohgau:00010000:3F07C9:00000008:FFFFFFFF:Flame-L :rohgau:00010000:3F07C9:0000000C:FFFFFFFF:Electriger :rohgau:62000000:000000:00000000:00000000:Select Hand Weapon PL2 :rohgau:00010000:3F07D1:00000000:FFFFFFFF:Nucle Shot :rohgau:00010000:3F07D1:00000004:FFFFFFFF:Beam Sword :rohgau:00010000:3F07D1:00000008:FFFFFFFF:Iron Craw :rohgau:00010000:3F07D1:0000000C:FFFFFFFF:Pile Bunker :rohgau:62000000:000000:00000000:00000000:Select Foot Parts PL2 :rohgau:00010000:3F07B9:00000000:FFFFFFFF:2 Legs :rohgau:00010000:3F07B9:00000004:FFFFFFFF:Hover :rohgau:00010000:3F07B9:00000008:FFFFFFFF:4 Legs :rohgau:00010000:3F07B9:0000000C:FFFFFFFF:6 Wheels :rohgau:00000000:3F0190:00000000:00000010:Rapid Fire PL2:Turn it OFF on parts select or name entry :rohgau:00010000:3F0190:00000000:00000040:Rapid Fire PL2 (2/2) :rohgau:62000000:000000:00000000:00000000:Select Region :rohgau:00010000:3F0007:00000000:FFFFFFFF:Japan :rohgau:00010000:3F0007:00000001:FFFFFFFF:USA :rohgau:00010000:3F0007:00000002:FFFFFFFF:Other :rohgau:60000000:000000:00000000:00000000:[ Game Mode cheat works in setting ] :rohgau:60000000:000000:00000000:00000000:[ Region as Japan or USA ONLY ] :rohgau:62000000:000000:00000000:00000000:Select Game Mode :rohgau:00010000:3F001A:00000000:FFFFFFFF:Wolf Fang :rohgau:00010000:3F001A:000000FF:FFFFFFFF:Rohga ; [ Return of Ishtar, The ] :roishtar:00001301:1E25:0000007F:FFFFFFFF:Select Starting Room:Enable on Game Mode Selection screen. Code 0x80 (Room 128 - Main Gate) is the ending :roishtar:01300000:0310:FFFFFFFF:FFFFFFFF:Infinite Time :roishtar:01310000:0314:FFFFFFFF:FFFFFFFF:Infinite Time (2/32) :roishtar:01310000:0318:FFFFFFFF:FFFFFFFF:Infinite Time (3/32) :roishtar:01310000:031C:FFFFFFFF:FFFFFFFF:Infinite Time (4/32) :roishtar:01310000:0320:FFFFFFFF:FFFFFFFF:Infinite Time (5/32) :roishtar:01310000:0324:FFFFFFFF:FFFFFFFF:Infinite Time (6/32) :roishtar:01310000:0328:FFFFFFFF:FFFFFFFF:Infinite Time (7/32) :roishtar:01310000:032C:FFFFFFFF:FFFFFFFF:Infinite Time (8/32) :roishtar:01310000:0330:FFFFFFFF:FFFFFFFF:Infinite Time (9/32) :roishtar:01310000:0334:FFFFFFFF:FFFFFFFF:Infinite Time (10/32) :roishtar:01310000:0338:FFFFFFFF:FFFFFFFF:Infinite Time (11/32) :roishtar:01310000:033C:FFFFFFFF:FFFFFFFF:Infinite Time (12/32) :roishtar:01310000:0340:FFFFFFFF:FFFFFFFF:Infinite Time (13/32) :roishtar:01310000:0344:FFFFFFFF:FFFFFFFF:Infinite Time (14/32) :roishtar:01310000:0348:FFFFFFFF:FFFFFFFF:Infinite Time (15/32) :roishtar:01310000:034C:FFFFFFFF:FFFFFFFF:Infinite Time (16/32) :roishtar:01310000:0350:FFFFFFFF:FFFFFFFF:Infinite Time (17/32) :roishtar:01310000:0354:FFFFFFFF:FFFFFFFF:Infinite Time (18/32) :roishtar:01310000:0358:FFFFFFFF:FFFFFFFF:Infinite Time (19/32) :roishtar:01310000:035C:FFFFFFFF:FFFFFFFF:Infinite Time (20/32) :roishtar:01310000:0360:FFFFFFFF:FFFFFFFF:Infinite Time (21/32) :roishtar:01310000:0364:FFFFFFFF:FFFFFFFF:Infinite Time (22/32) :roishtar:01310000:0368:FFFFFFFF:FFFFFFFF:Infinite Time (23/32) :roishtar:01310000:036C:FFFFFFFF:FFFFFFFF:Infinite Time (24/32) :roishtar:01310000:0370:FFFFFFFF:FFFFFFFF:Infinite Time (25/32) :roishtar:01310000:0374:FFFFFFFF:FFFFFFFF:Infinite Time (26/32) :roishtar:01310000:0378:FFFFFFFF:FFFFFFFF:Infinite Time (27/32) :roishtar:01310000:037C:FFFFFFFF:FFFFFFFF:Infinite Time (28/32) :roishtar:01310000:0380:FFFFFFFF:FFFFFFFF:Infinite Time (29/32) :roishtar:01310000:0384:FFFFFFFF:FFFFFFFF:Infinite Time (30/32) :roishtar:01310000:0388:FFFFFFFF:FFFFFFFF:Infinite Time (31/32) :roishtar:01310000:038C:FFFFFFFF:FFFFFFFF:Infinite Time (32/32) roishtar:0:1ECD:00:000:Invincibility :roishtar:00100000:1EA7:000003E7:FFFFFFFF:Gil Infinite H.P. :roishtar:00210000:1E74:0003E700:FFFFFFFF:Gil Infinite H.P. (2/2) :roishtar:00000000:1ED9:00000003:FFFFFFFF:Gil Always Maximum A.C. :roishtar:00000000:1F30:000000FF:FFFFFFFF:Gil Always Maximum EXP :roishtar:00800000:1EEA:00000001:FFFFFFFF:Gil Always Have Paralyze :roishtar:00800000:1EEB:00000001:FFFFFFFF:Gil Always Have Poison :roishtar:00900000:1EEA:00000000:FFFFFFFF:Gil Always Good Status :roishtar:00100000:1EE4:0000FFFF:FFFFFFFF:Ki Infinite M.P.:Enable to use all magics :roishtar:00110000:1EE7:0000FFFF:FFFFFFFF:Ki Infinite M.P. (2/2) :roishtar:00100000:1EE6:000000FF:FFFFFFFF:Ki Always Maximum EXP :roishtar:60000000:0000:00000000:00000000:[ The Magic of Attack ] :roishtar:00800000:1EF7:00000001:FFFFFFFF:Always Use Press :roishtar:00800000:1ECA:00000001:FFFFFFFF:Always Use Heat Body:Make Gil Invincibility except Will-O-Wisp and Archin :roishtar:00800000:1EDE:00000001:FFFFFFFF:Always Use Thunder Bolt :roishtar:00800000:1EDF:00000001:FFFFFFFF:Always Use Big Burn :roishtar:60000000:0000:00000000:00000000:[ The Magic of Protect ] :roishtar:00800000:1EF1:000000FF:FFFFFFFF:Always Use Protection :roishtar:00800000:1EFC:00000001:FFFFFFFF:Always Use Sword Barrier :roishtar:00800000:1EE9:00000001:FFFFFFFF:Always Use Reflect Spell I :roishtar:00800000:1EE9:00000002:FFFFFFFF:Always Use Reflect Spell II :roishtar:00800000:1EF6:00000001:FFFFFFFF:Alway Use High Speed :roishtar:60000000:0000:00000000:00000000:[ The Magic of Assist ] :roishtar:00800000:1EF2:00000001:FFFFFFFF:Always Use Sleep :roishtar:00800000:1EF3:00000001:FFFFFFFF:Always Use Rock Hold I :roishtar:00810000:1F32:0000000F:FFFFFFFF:Always Use Rock Hold I (2/2) :roishtar:00800000:1EF3:000000FF:FFFFFFFF:Always Use Rock Hold II :roishtar:00810000:1F32:0000000F:FFFFFFFF:Always Use Rock Hold II (2/2) :roishtar:00800000:1EF4:00000001:FFFFFFFF:Always Use Rock to Mud :roishtar:00800000:1EDD:0000000F:FFFFFFFF:Always Use Panic :roishtar:00800000:1F3A:00000001:FFFFFFFF:Always Use Silence:Seal Mage's magic :roishtar:00800000:1E51:00000001:FFFFFFFF:Always Use Wizard Lock:Seal All Magician's magic :roishtar:60000000:0000:00000000:00000000:[ The Magic of Light ] :roishtar:00800000:1ED4:00000001:FFFFFFFF:Always Use Identify Monster I :roishtar:00800000:1ED4:000000FF:FFFFFFFF:Always Use Identify Monster II :roishtar:00800000:1ED7:00000001:FFFFFFFF:Always Use Identify Door :roishtar:00800000:1ED8:00000001:FFFFFFFF:Always Use Detect Key :roishtar:00800000:1EC8:00000001:FFFFFFFF:Always Use Detect Monster :roishtar:00800000:1EED:00000001:FFFFFFFF:Always Use Detect Magic :roishtar:00800000:1EDB:00000001:FFFFFFFF:Always Use Find Trap Door :roishtar:00800000:1EEF:00000001:FFFFFFFF:Always Use Find Secret Passage:Use in the Room 81 or 126 :roishtar:00800000:1EF5:00000001:FFFFFFFF:Always Use Find Magic Ladder:Only use in the Room 113 :roishtar:60000000:0000:00000000:00000000:[ The Magic of Special ] :roishtar:00800000:1EDC:00000001:FFFFFFFF:Always Use See Status:Displayed timer :roishtar:00800000:1EF9:00000000:FFFFFFFF:Always Use Extrasensory Hearing:Stop music :roishtar:00800000:1EE1:000000FF:FFFFFFFF:Always Use Unseen Servant:Enemy try to escape from you :roishtar:00800000:1EE0:00000001:FFFFFFFF:Always Use Metamorphose :roishtar:00800000:1ECB:00000001:FFFFFFFF:Always Use Time Stop :roishtar:00800000:1E26:00000001:FFFFFFFF:Always Have Red Key :roishtar:00800000:1E27:00000001:FFFFFFFF:Always Have Blue Key :roishtar:00800000:1E28:00000001:FFFFFFFF:Always Have Green Key :roishtar:00800000:1E29:00000001:FFFFFFFF:Always Have Yellow Key :roishtar:00800000:1E2A:00000001:FFFFFFFF:Always Have White Key :roishtar:00800000:1E2B:00000001:FFFFFFFF:Always Have Violet Key :roishtar:00800000:1E2C:00000001:FFFFFFFF:Always Have Orange Key :roishtar:00800000:1E2D:00000001:FFFFFFFF:Always Have Light Blue Key ; [ Return of Lady Frog, The (set 2) ] roldfrga:0:0000:00:999:[ There are no cheats ]:REASON 1 roldfrga:0:0000:00:999:[ for this game as it ]:REASON 1 roldfrga:0:0000:00:999:[ didn't work the last ]:REASON 1 roldfrga:0:0000:00:999:[ time it was tested. ]:REASON 1 roldfrga:0:0000:00:999:[ If the game now works ]:REASON 1 roldfrga:0:0000:00:999:[ please request cheats ]:REASON 1 roldfrga:0:0000:00:999:[ for it on the cheat ]:REASON 1 roldfrga:0:0000:00:999:[ forums. ]:REASON 1 ; [ Return of Lady Frog, The ] roldfrog:0:0000:00:999:[ There are no cheats ]:REASON 1 roldfrog:0:0000:00:999:[ for this game as it ]:REASON 1 roldfrog:0:0000:00:999:[ didn't work the last ]:REASON 1 roldfrog:0:0000:00:999:[ time it was tested. ]:REASON 1 roldfrog:0:0000:00:999:[ If the game now works ]:REASON 1 roldfrog:0:0000:00:999:[ please request cheats ]:REASON 1 roldfrog:0:0000:00:999:[ for it on the cheat ]:REASON 1 roldfrog:0:0000:00:999:[ forums. ]:REASON 1 ; [ Roller Aces (set 1) ] rollace:0:C000:99:000:Infinite Credits rollace:0:C317:01:000:Infinite Time rollace:0:0000:00:999:[ See the Dip Switch Menu to ] rollace:0:0000:00:999:[ enable Invincibility. ] rollace:0:C00C:09:000:Infinite Lives PL1 rollace:0:C00D:09:000:Infinite Lives PL2 ; [ Roller Aces (set 2) ] rollace2:0:C000:99:000:Infinite Credits rollace2:0:C317:01:000:Infinite Time rollace2:0:0000:00:999:[ See the Dip Switch Menu to ] rollace2:0:0000:00:999:[ enable Invincibility. ] rollace2:0:C00C:09:000:Infinite Lives PL1 rollace2:0:C00D:09:000:Infinite Lives PL2 ; [ Rollergames (US) ] rollerg:0:2062:64:000:Infinite Time rollerg:0:2062:01:001:Finish Quarter Now! rollerg:0:2096:63:000:Infinite Lives PL1 rollerg:0:11B7:88:000:Infinite Energy PL1 rollerg:0:302A:40:500:Infinite Energy PL1 (2/2) rollerg:0:203E:03:001:Set score = 999 Now! PL1 rollerg:0:203F:E7:501:Set score = 999 Now! PL1(2/2) rollerg:0:203E:03:000:Score always = 999 PL1 rollerg:0:203F:E7:500:Score always = 999 PL1 (2/2) rollerg:0:203F:FF:070:Select score PL1 ;Player 2 poking value for Infinite Lives is strange! rollerg:0:2097:E7:000:Infinite Lives PL2 rollerg:0:11E7:58:000:Infinite Energy PL2 rollerg:0:308A:40:500:Infinite Energy PL2 (2/2) rollerg:0:2040:03:001:Set score = 999 Now! PL2 rollerg:0:2041:E7:501:Set score = 999 Now! PL2(2/2) rollerg:0:2040:03:000:Score always = 999 PL2 rollerg:0:2041:E7:500:Score always = 999 PL2 (2/2) rollerg:0:2041:FF:070:Select score PL2 rollerg:0:300C:80:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Rollergames (Japan) ] rollergj:0:2062:64:000:Infinite Time rollergj:0:2062:01:001:Finish Quarter Now! rollergj:0:2096:63:000:Infinite Lives PL1 rollergj:0:11B7:88:000:Infinite Energy PL1 rollergj:0:302A:40:500:Infinite Energy PL1 (2/2) rollergj:0:203E:03:001:Set score = 999 Now! PL1 rollergj:0:203F:E7:501:Set score = 999 Now! PL1(2/2) rollergj:0:203E:03:000:Score always = 999 PL1 rollergj:0:203F:E7:500:Score always = 999 PL1 (2/2) rollergj:0:203F:FF:070:Select score PL1 ;Player 2 poking value for Infinite Lives is strange! rollergj:0:2097:E7:000:Infinite Lives PL2 rollergj:0:11E7:58:000:Infinite Energy PL2 rollergj:0:308A:40:500:Infinite Energy PL2 (2/2) rollergj:0:2040:03:001:Set score = 999 Now! PL2 rollergj:0:2041:E7:501:Set score = 999 Now! PL2(2/2) rollergj:0:2040:03:000:Score always = 999 PL2 rollergj:0:2041:E7:500:Score always = 999 PL2 (2/2) rollergj:0:2041:FF:070:Select score PL2 rollergj:0:300C:80:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Rolling Crash / Moon Base ] rollingc:0:2010:04:000:Infinite Lives ; [ Rompers (Japan) ] rompers:0:3BB7:09:000:Infinite Time rompers:0:0148:05:000:Infinite Lives rompers:0:103A:00:000:Invincibility rompers:0:0154:01:001:Next Key finishes level Now! rompers:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Rompers (Japan old version) ] romperso:0:3BB7:09:000:Infinite Time romperso:0:0148:05:000:Infinite Lives romperso:0:103A:00:000:Invincibility romperso:0:0154:01:001:Next Key finishes level Now! romperso:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Rong Rong (Germany) ] rongrngg:0:7073:80:000:Infinite Time rongrngg:0:708C:04:000:Infinite Helps rongrngg:0:706F:00:001:Finish this Round Now! PL1 rongrngg:0:70CB:00:001:Finish this Round Now! PL2 ; [ Rong Rong (Europe) ] rongrong:0:7073:80:000:Infinite Time rongrong:0:708C:04:000:Infinite Helps rongrong:0:706F:00:001:Finish this Round Now! PL1 rongrong:0:70CB:00:001:Finish this Round Now! PL2 ; [ Rotary Fighter ] :rotaryf:20800000:4B8E:00000090:FFFFFFFF:Invincibility :rotaryf:20900000:4F47:000057C9:FFFFFFFF:Bullet Speed Up :rotaryf:20A10000:57C9:0040E60A:FFFFFFFF:Bullet Speed Up (2/4):1st = jp nz,$4F58 -> jp nz,$57C9, 2nd = ld a,(bc) & and $40 :rotaryf:20A10000:57CC:004F4CCA:FFFFFFFF:Bullet Speed Up (3/4):jp z,$4F4C :rotaryf:20910000:57CF:0000C9C1:FFFFFFFF:Bullet Speed Up (4/4):pop bc & ret :rotaryf:00000000:7062:00000000:FFFFFFFF:Rapid Fire rotaryf:0:7004:09:000:Infinite Lives PL1 rotaryf:0:7005:09:000:Infinite Lives PL2 ; [ Rage of the Dragons ] :rotd:00000000:106B11:00000063:FFFFFFFF:Infinite Time :rotd:00000001:106B11:00000000:FFFFFFFF:Finish this Round Now! :rotd:00000000:106BDE:00000002:FFFFFFFF:Infinite Character Selection Time :rotd:00000300:106909:00000007:FFFFFFFF:Select Stage:You face five teams, then Abobo, another team, then Johann. :rotd:62000000:000000:00000000:00000000:Select Background:There's one background for each pairing, one for Abubo, and one for Johann. they are listed by which pairing they belong to. Radel/Annie, Jones/Kang & Johann don't have destructible barriers. :rotd:00010000:106B97:00000000:FFFFFFFF:Sonia/Jimmy :rotd:00010000:106B97:00000001:FFFFFFFF:Pepe/Pupa :rotd:00010000:106B97:00000002:FFFFFFFF:Cassandra/Oni :rotd:00010000:106B97:00000003:FFFFFFFF:Billy/Lynn :rotd:00010000:106B97:00000004:FFFFFFFF:Alica/Elias :rotd:00010000:106B97:00000005:FFFFFFFF:Radel/Annie :rotd:00010000:106B97:00000006:FFFFFFFF:Abubo :rotd:00010000:106B97:00000007:FFFFFFFF:Jones/Kang :rotd:00010000:106B97:00000008:FFFFFFFF:Johann :rotd:20900000:067D22:00004E75:0000FFFF:Unbreakable Barriers :rotd:00000000:1024CF:000000B4:FFFFFFFF:Infinite Energy (Active Char) PL1 :rotd:00010000:1024D3:000000B4:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :rotd:00000000:1027BF:000000B4:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :rotd:00010000:1027C3:000000B4:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :rotd:00000001:1024CF:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :rotd:00010001:1024D3:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :rotd:00000000:1027BF:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :rotd:00010000:1027C3:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) :rotd:00000000:1024E3:000000D8:FFFFFFFF:Infinite Power PL1 :rotd:00000000:1024E3:00000000:FFFFFFFF:Never have Power PL1 :rotd:00000001:1024E3:00000000:FFFFFFFF:Drain All Power Now! PL1 :rotd:00000000:1024E5:00000028:FFFFFFFF:No Wait Time to switch characters PL1:Do not switch characters if the character you are swapping to is KO'd - or the game will CRASH! :rotd:00000000:1024E5:00000000:FFFFFFFF:Can never switch characters PL1 :rotd:62000000:000000:00000000:00000000:Select First Character PL1:Enable this cheat on the title screen :rotd:00010000:106BE3:00000000:FFFFFFFF:Billy :rotd:00010000:106BE3:00000001:FFFFFFFF:Lynn :rotd:00010000:106BE3:00000002:FFFFFFFF:Radel :rotd:00010000:106BE3:00000003:FFFFFFFF:Annie :rotd:00010000:106BE3:00000004:FFFFFFFF:Cassandra :rotd:00010000:106BE3:00000005:FFFFFFFF:Oni :rotd:00010000:106BE3:00000006:FFFFFFFF:Pepe :rotd:00010000:106BE3:00000007:FFFFFFFF:Pupa :rotd:00010000:106BE3:00000008:FFFFFFFF:Alice :rotd:00010000:106BE3:00000009:FFFFFFFF:Elias :rotd:00010000:106BE3:0000000A:FFFFFFFF:Jones :rotd:00010000:106BE3:0000000B:FFFFFFFF:Kang :rotd:00010000:106BE3:0000000C:FFFFFFFF:Sonia :rotd:00010000:106BE3:0000000D:FFFFFFFF:Jimmy :rotd:00010000:106BE3:0000000E:FFFFFFFF:Abubo :rotd:00010000:106BE3:0000000F:FFFFFFFF:Johann :rotd:62000000:000000:00000000:00000000:Select First Character Colour PL1:These control in-game character colours only. Its effect cannot be seen on the select screen. Johann does not appear to have B, C, or D colours. :rotd:00010000:106BE5:00000000:FFFFFFFF:Colour A :rotd:00010000:106BE5:00000001:FFFFFFFF:Colour B :rotd:00010000:106BE5:00000002:FFFFFFFF:Colour C :rotd:00010000:106BE5:00000003:FFFFFFFF:Colour D :rotd:62000000:000000:00000000:00000000:Select Second Character PL1:Enable this cheat on the title screen :rotd:00010000:106BE7:00000000:FFFFFFFF:Billy :rotd:00010000:106BE7:00000001:FFFFFFFF:Lynn :rotd:00010000:106BE7:00000002:FFFFFFFF:Radel :rotd:00010000:106BE7:00000003:FFFFFFFF:Annie :rotd:00010000:106BE7:00000004:FFFFFFFF:Cassandra :rotd:00010000:106BE7:00000005:FFFFFFFF:Oni :rotd:00010000:106BE7:00000006:FFFFFFFF:Pepe :rotd:00010000:106BE7:00000007:FFFFFFFF:Pupa :rotd:00010000:106BE7:00000008:FFFFFFFF:Alice :rotd:00010000:106BE7:00000009:FFFFFFFF:Elias :rotd:00010000:106BE7:0000000A:FFFFFFFF:Jones :rotd:00010000:106BE7:0000000B:FFFFFFFF:Kang :rotd:00010000:106BE7:0000000C:FFFFFFFF:Sonia :rotd:00010000:106BE7:0000000D:FFFFFFFF:Jimmy :rotd:00010000:106BE7:0000000E:FFFFFFFF:Abubo :rotd:00010000:106BE7:0000000F:FFFFFFFF:Johann :rotd:62000000:000000:00000000:00000000:Select Second Character Colour PL1:These control in-game character colours only. Its effect cannot be seen on the select screen. Johann does not appear to have B, C, or D colours. :rotd:00010000:106BE9:00000000:FFFFFFFF:Colour A :rotd:00010000:106BE9:00000001:FFFFFFFF:Colour B :rotd:00010000:106BE9:00000002:FFFFFFFF:Colour C :rotd:00010000:106BE9:00000003:FFFFFFFF:Colour D :rotd:00000000:102357:000000B4:FFFFFFFF:Infinite Energy (Active Char) PL2 :rotd:00010000:10235B:000000B4:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :rotd:00000000:102647:000000B4:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :rotd:00010000:10264B:000000B4:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :rotd:00000001:102357:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :rotd:00010001:10235B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :rotd:00000001:102647:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :rotd:00010001:10264B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) :rotd:00000000:10236B:000000D8:FFFFFFFF:Infinite Power PL2 :rotd:00000000:10236B:00000000:FFFFFFFF:Never have Power PL2 :rotd:00000001:10236B:00000000:FFFFFFFF:Drain All Power Now! PL2 :rotd:00000000:10236D:00000028:FFFFFFFF:No Wait Time to switch characters PL2:Do not switch characters if the character you are swapping to is KO'd - or the game will CRASH! :rotd:00000000:10236D:00000000:FFFFFFFF:Can never switch characters PL2 :rotd:62000000:000000:00000000:00000000:Select First Character PL2:Enable this cheat on the title screen (Only available in VS Mode) :rotd:00010000:106BF1:00000000:FFFFFFFF:Billy :rotd:00010000:106BF1:00000001:FFFFFFFF:Lynn :rotd:00010000:106BF1:00000002:FFFFFFFF:Radel :rotd:00010000:106BF1:00000003:FFFFFFFF:Annie :rotd:00010000:106BF1:00000004:FFFFFFFF:Cassandra :rotd:00010000:106BF1:00000005:FFFFFFFF:Oni :rotd:00010000:106BF1:00000006:FFFFFFFF:Pepe :rotd:00010000:106BF1:00000007:FFFFFFFF:Pupa :rotd:00010000:106BF1:00000008:FFFFFFFF:Alice :rotd:00010000:106BF1:00000009:FFFFFFFF:Elias :rotd:00010000:106BF1:0000000A:FFFFFFFF:Jones :rotd:00010000:106BF1:0000000B:FFFFFFFF:Kang :rotd:00010000:106BF1:0000000C:FFFFFFFF:Sonia :rotd:00010000:106BF1:0000000D:FFFFFFFF:Jimmy :rotd:00010000:106BF1:0000000E:FFFFFFFF:Abubo :rotd:00010000:106BF1:0000000F:FFFFFFFF:Johann :rotd:62000000:000000:00000000:00000000:Select First Character Colour PL2:These control in-game character colours only. Its effect cannot be seen on the select screen. Johann does not appear to have B, C, or D colours. :rotd:00010000:106BF3:00000000:FFFFFFFF:Colour A :rotd:00010000:106BF3:00000001:FFFFFFFF:Colour B :rotd:00010000:106BF3:00000002:FFFFFFFF:Colour C :rotd:00010000:106BF3:00000003:FFFFFFFF:Colour D :rotd:62000000:000000:00000000:00000000:Select Second Character PL2:Enable this cheat on the title screen (Only available in VS Mode) :rotd:00010000:106BF5:00000000:FFFFFFFF:Billy :rotd:00010000:106BF5:00000001:FFFFFFFF:Lynn :rotd:00010000:106BF5:00000002:FFFFFFFF:Radel :rotd:00010000:106BF5:00000003:FFFFFFFF:Annie :rotd:00010000:106BF5:00000004:FFFFFFFF:Cassandra :rotd:00010000:106BF5:00000005:FFFFFFFF:Oni :rotd:00010000:106BF5:00000006:FFFFFFFF:Pepe :rotd:00010000:106BF5:00000007:FFFFFFFF:Pupa :rotd:00010000:106BF5:00000008:FFFFFFFF:Alice :rotd:00010000:106BF5:00000009:FFFFFFFF:Elias :rotd:00010000:106BF5:0000000A:FFFFFFFF:Jones :rotd:00010000:106BF5:0000000B:FFFFFFFF:Kang :rotd:00010000:106BF5:0000000C:FFFFFFFF:Sonia :rotd:00010000:106BF5:0000000D:FFFFFFFF:Jimmy :rotd:00010000:106BF5:0000000E:FFFFFFFF:Abubo :rotd:00010000:106BF5:0000000F:FFFFFFFF:Johann :rotd:62000000:000000:00000000:00000000:Select Second Character Colour PL2:These control in-game character colours only. Its effect cannot be seen on the select screen. Johann does not appear to have B, C, or D colours. :rotd:00010000:106BF7:00000000:FFFFFFFF:Colour A :rotd:00010000:106BF7:00000001:FFFFFFFF:Colour B :rotd:00010000:106BF7:00000002:FFFFFFFF:Colour C :rotd:00010000:106BF7:00000003:FFFFFFFF:Colour D :rotd:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :rotd:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :rotd:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Rough Racer (Japan, FD1094 317-0058-06b) ] :roughrac:00000000:F00404:00000009:FFFFFFFF:Infinite Credits :roughrac:00100000:F0712A:00000000:FFFFFFFF:CPU Always No Speed (Green Car) :roughrac:00100000:F0732A:00000000:FFFFFFFF:CPU Always No Speed (White Car) :roughrac:00000000:F07015:00000010:00000010:Invincibility PL1:Disabled nitro attack :roughrac:00010000:F07097:00000002:FFFFFFFF:Invincibility PL1 (2/2) :roughrac:00100000:F070D0:000003E7:FFFFFFFF:Infinite Money PL1 :roughrac:00000000:F070C9:00000005:FFFFFFFF:Always Have Maximum Tire PL1 :roughrac:00000000:F070CB:00000005:FFFFFFFF:Always Have Maximum Shield PL1 :roughrac:00000000:F070CF:00000032:FFFFFFFF:Always Have Maximum Nitro PL1 :roughrac:00100100:F0702A:0000FFFF:FFFFFFFF:Always No Speed (Red Car) PL1 :roughrac:00000000:F07215:00000010:00000010:Invincibility PL2:Disabled nitro attack :roughrac:00010000:F07297:00000002:FFFFFFFF:Invincibility PL2 (2/2) :roughrac:00100000:F072D0:000003E7:FFFFFFFF:Infinite Money PL2 :roughrac:00000000:F072C9:00000005:FFFFFFFF:Always Have Maximum Tire PL2 :roughrac:00000000:F072CB:00000005:FFFFFFFF:Always Have Maximum Shield PL2 :roughrac:00000000:F072CF:00000032:FFFFFFFF:Always Have Maximum Nitro PL2 :roughrac:00100000:F0722A:00000000:FFFFFFFF:Always No Speed (Blue Car) PL2 ; [ Rougien ] rougien:0:0000:00:999:[ This game hasn't even ]:REASON 11 rougien:0:0000:00:999:[ been looked at due to ]:REASON 11 rougien:0:0000:00:999:[ time constraints - Too]:REASON 11 rougien:0:0000:00:999:[ many games and so ]:REASON 11 rougien:0:0000:00:999:[ little time. It is ]:REASON 11 rougien:0:0000:00:999:[ even possible that ]:REASON 11 rougien:0:0000:00:999:[ this game may be a ]:REASON 11 rougien:0:0000:00:999:[ clone of an existing ]:REASON 11 rougien:0:0000:00:999:[ game which may have ]:REASON 11 rougien:0:0000:00:999:[ cheats. Please search ]:REASON 11 rougien:0:0000:00:999:[ the cheat forums ]:REASON 11 rougien:0:0000:00:999:[ before posting cheat ]:REASON 11 rougien:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Round-Up ] roundup:0:8040:13:000:Infinite Lives :roundup:00000000:808E:00000000:FFFFFFFF:Invincibility:This may make your character look weird, but it works. :roundup:00010000:8181:00000000:FFFFFFFF:Invincibility (2/2) ; [ Round Up 5 - Super Delta Force ] roundup5:0:0000:00:999:[ There are no cheats ]:REASON 1 roundup5:0:0000:00:999:[ for this game as it ]:REASON 1 roundup5:0:0000:00:999:[ didn't work the last ]:REASON 1 roundup5:0:0000:00:999:[ time it was tested. ]:REASON 1 roundup5:0:0000:00:999:[ If the game now works ]:REASON 1 roundup5:0:0000:00:999:[ please request cheats ]:REASON 1 roundup5:0:0000:00:999:[ for it on the cheat ]:REASON 1 roundup5:0:0000:00:999:[ forums. ]:REASON 1 ; [ Route 16 ] route16:0:40C7:99:000:Infinite Fuel route16:0:40C6:99:500:Infinite Fuel (2/2) route16:0:406A:06:000:Infinite Lives PL1 route16:0:406B:06:000:Infinite Lives PL2 ; [ Route 16 (set 2) ] route16a:0:40C7:99:000:Infinite Fuel route16a:0:40C6:99:500:Infinite Fuel (2/2) route16a:0:406A:06:000:Infinite Lives PL1 route16a:0:406B:06:000:Infinite Lives PL2 ; [ Route 16 (bootleg) ] route16b:0:40C7:99:000:Infinite Fuel route16b:0:40C6:99:500:Infinite Fuel (2/2) route16b:0:406A:06:000:Infinite Lives PL1 route16b:0:406B:06:000:Infinite Lives PL2 ; [ Route X (bootleg) ] routex:0:40C7:99:000:Infinite Fuel routex:0:40C6:99:500:Infinite Fuel (2/2) routex:0:406A:06:000:Infinite Lives PL1 routex:0:406B:06:000:Infinite Lives PL2 ; [ Royal Card (Austria, set 2) ] royalcdb:0:0000:00:999:[ There are no cheats ]:REASON 1 royalcdb:0:0000:00:999:[ for this game as it ]:REASON 1 royalcdb:0:0000:00:999:[ didn't work the last ]:REASON 1 royalcdb:0:0000:00:999:[ time it was tested. ]:REASON 1 royalcdb:0:0000:00:999:[ If the game now works ]:REASON 1 royalcdb:0:0000:00:999:[ please request cheats ]:REASON 1 royalcdb:0:0000:00:999:[ for it on the cheat ]:REASON 1 royalcdb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Royal Card (Austria, set 1) ] royalcrd:0:0000:00:999:[ There are no cheats ]:REASON 1 royalcrd:0:0000:00:999:[ for this game as it ]:REASON 1 royalcrd:0:0000:00:999:[ didn't work the last ]:REASON 1 royalcrd:0:0000:00:999:[ time it was tested. ]:REASON 1 royalcrd:0:0000:00:999:[ If the game now works ]:REASON 1 royalcrd:0:0000:00:999:[ please request cheats ]:REASON 1 royalcrd:0:0000:00:999:[ for it on the cheat ]:REASON 1 royalcrd:0:0000:00:999:[ forums. ]:REASON 1 ; [ Royal Mahjong (Japan) ] royalmah:0:0000:00:999:[ The winning hand cheat must be ] royalmah:0:0000:00:999:[ activated when there are 14 tiles ] royalmah:0:0000:00:999:[ in your hand, then press the RON ] royalmah:0:0000:00:999:[ key ('Z' by default). The tiles do ] royalmah:0:0000:00:999:[ not visually change until you make ] royalmah:0:0000:00:999:[ a move. ] royalmah:0:7001:31:001:Get winning hand Now! royalmah:0:7002:31:501:Get winning hand Now! (02/14) royalmah:0:7003:31:501:Get winning hand Now! (03/14) royalmah:0:7004:32:501:Get winning hand Now! (04/14) royalmah:0:7005:32:501:Get winning hand Now! (05/14) royalmah:0:7006:32:501:Get winning hand Now! (06/14) royalmah:0:7007:33:501:Get winning hand Now! (07/14) royalmah:0:7008:33:501:Get winning hand Now! (08/14) royalmah:0:7009:33:501:Get winning hand Now! (09/14) royalmah:0:700A:34:501:Get winning hand Now! (10/14) royalmah:0:700B:34:501:Get winning hand Now! (11/14) royalmah:0:700C:34:501:Get winning hand Now! (12/14) royalmah:0:700D:35:501:Get winning hand Now! (13/14) royalmah:0:700E:35:501:Get winning hand Now! (14/14) royalmah:0:7001:31:000:Always winning hand royalmah:0:7002:31:500:Always winning hand (02/14) royalmah:0:7003:31:500:Always winning hand (03/14) royalmah:0:7004:32:500:Always winning hand (04/14) royalmah:0:7005:32:500:Always winning hand (05/14) royalmah:0:7006:32:500:Always winning hand (06/14) royalmah:0:7007:33:500:Always winning hand (07/14) royalmah:0:7008:33:500:Always winning hand (08/14) royalmah:0:7009:33:500:Always winning hand (09/14) royalmah:0:700A:34:500:Always winning hand (10/14) royalmah:0:700B:34:500:Always winning hand (11/14) royalmah:0:700C:34:500:Always winning hand (12/14) royalmah:0:700D:35:500:Always winning hand (13/14) royalmah:0:700E:35:500:Always winning hand (14/14) :royalmah:00000006:7001:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :royalmah:00000006:700F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. royalmah:0:0000:00:999:[ Here is the look-up list for ] royalmah:0:0000:00:999:[ the above watches. ] royalmah:0:0000:00:999:[ ] royalmah:0:0000:00:999:[ value common name chinese name ] royalmah:0:0000:00:999:[ 00h - no tile - ] royalmah:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] royalmah:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] royalmah:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] royalmah:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] royalmah:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] royalmah:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] royalmah:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] royalmah:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] royalmah:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] royalmah:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] royalmah:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] royalmah:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] royalmah:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] royalmah:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] royalmah:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] royalmah:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] royalmah:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] royalmah:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] royalmah:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] royalmah:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] royalmah:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] royalmah:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] royalmah:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] royalmah:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] royalmah:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] royalmah:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] royalmah:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] royalmah:0:0000:00:999:[ 31h East "wind" ] royalmah:0:0000:00:999:[ 32h South "wind" ] royalmah:0:0000:00:999:[ 33h West "wind" ] royalmah:0:0000:00:999:[ 34h North "wind" ] royalmah:0:0000:00:999:[ 3Ah White "dragon" ] royalmah:0:0000:00:999:[ 3Bh Green "dragon" ] royalmah:0:0000:00:999:[ 3Ch Red "dragon" ] ; [ River Patrol (bootleg) ] rpatrolb:0:801B:FF:007:Infinite Water rpatrolb:0:8116:00:001:Finish Round Now! :rpatrolb:20800000:1122:0000009E:FFFFFFFF:Invincibility - Player :rpatrolb:20810000:34F9:00000018:FFFFFFFF:Invincibility - Player (2/5):1st = Side Wall (set -> res), 2nd = Alligator :rpatrolb:20810000:3C5A:000000C9:FFFFFFFF:Invincibility - Player (3/5):Scenery :rpatrolb:20810000:434C:000000C9:FFFFFFFF:Invincibility - Player (4/5):Log :rpatrolb:20810000:46F9:00000018:FFFFFFFF:Invincibility - Player (5/5):Whirlpool :rpatrolb:20800000:4584:00000018:FFFFFFFF:Invincibility - Drowing Man rpatrolb:0:8019:09:000:Infinite Lives PL1 rpatrolb:0:801A:09:000:Infinite Lives PL2 :rpatrolb:20900000:02D5:000002E2:FFFFFFFF:Skip RAM/ROM Check :rpatrolb:20910000:02E6:000002F2:FFFFFFFF:Skip RAM/ROM Check (2/3):1st & 2nd = RAM Check :rpatrolb:20910000:03D0:00001F18:FFFFFFFF:Skip RAM/ROM Check (3/3):ROM Check ; [ River Patrol (Orca) ] rpatrolo:0:801B:FF:007:Infinite Water rpatrolo:0:8116:00:001:Finish Round Now! :rpatrolo:20800000:1122:0000009E:FFFFFFFF:Invincibility - Player :rpatrolo:20810000:34F9:00000018:FFFFFFFF:Invincibility - Player (2/5):1st = Side Wall (set -> res), 2nd = Alligator :rpatrolo:20810000:3C5A:000000C9:FFFFFFFF:Invincibility - Player (3/5):Scenery :rpatrolo:20810000:434C:000000C9:FFFFFFFF:Invincibility - Player (4/5):Log :rpatrolo:20810000:46F9:00000018:FFFFFFFF:Invincibility - Player (5/5):Whirlpool :rpatrolo:20800000:4584:00000018:FFFFFFFF:Invincibility - Drowing Man rpatrolo:0:8019:09:000:Infinite Lives PL1 rpatrolo:0:801A:09:000:Infinite Lives PL2 :rpatrolo:20900000:02D5:000002E2:FFFFFFFF:Skip RAM/ROM Check :rpatrolo:20910000:02E6:000002F2:FFFFFFFF:Skip RAM/ROM Check (2/3):1st & 2nd = RAM Check :rpatrolo:20910000:03D0:00001F18:FFFFFFFF:Skip RAM/ROM Check (3/3):ROM Check ; [ Rabbit Punch (US) ] rpunch:0:0FC3D9:03:000:Infinite Lives PL1 rpunch:0:0FC3D8:00:000:Infinite Energy PL1 rpunch:0:0FC269:90:000:Infinite Missiles PL1 rpunch:0:0FC26F:00:000:Always use Normal missiles PL1 rpunch:0:0FC3DB:00:500:Always use Normal missiles PL1 rpunch:0:0FC26F:FF:000:Always use Power-up missiles PL1 rpunch:0:0FC3DB:FF:500:Always use Power-up missiles PL1 rpunch:0:0FC26F:00:001:Get Normal missiles Now! PL1 rpunch:0:0FC3DB:00:501:Get Normal missiles Now! PL1 rpunch:0:0FC26F:FF:001:Get Power-up missiles Now! PL1 rpunch:0:0FC3DB:FF:501:Get Power-up missiles Now! PL1 rpunch:0:0FC3C9:FF:000:Invincibility PL1 rpunch:0:0FC3CA:FF:500:Invincibility (flicker off) PL1 rpunch:0:0FC3F9:03:000:Infinite Lives PL2 rpunch:0:0FC3F8:00:000:Infinite Energy PL2 rpunch:0:0FC2A9:90:000:Infinite Missiles PL2 rpunch:0:0FC2AF:00:000:Always use Normal missiles PL2 rpunch:0:0FC3FB:00:500:Always use Normal missiles PL2 rpunch:0:0FC2AF:FF:000:Always use Power-up missiles PL2 rpunch:0:0FC3FB:FF:500:Always use Power-up missiles PL2 rpunch:0:0FC2AF:00:001:Get Normal missiles Now! PL2 rpunch:0:0FC3FB:00:501:Get Normal missiles Now! PL2 rpunch:0:0FC2AF:FF:001:Get Power-up missiles Now! PL2 rpunch:0:0FC3FB:FF:501:Get Power-up missiles Now! PL2 rpunch:0:0FC3E9:FF:000:Invincibility PL2 rpunch:0:0FC3EA:FF:500:Invincibility (flicker off) PL2 ; [ Rough Ranger (v2.0) ] rranger:0:C830:99:000:Infinite Credits rranger:0:C895:59:000:Infinite Time rranger:0:47CA:C9:100:Invincibility rranger:0:4ACF:18:600:Invincibility (2/2) rranger:0:C9FF:03:001:Machine Gun Mode "ON" Now!:Use this cheat with caution as it's very buggy rranger:0:C9FF:00:001:Machine Gun Mode "OFF" Now! rranger:0:0000:00:999:[ See the Dip Switch Menu to enable ] rranger:0:0000:00:999:[ an alternate Invincibility cheat. ] rranger:0:CA07:05:000:Infinite Lives PL1 rranger:0:CA0A:99:000:Infinite Ammo PL1 rranger:0:CA57:05:000:Infinite Lives PL2 rranger:0:CA5A:99:000:Infinite Ammo PL2 ; [ Road Riot's Revenge (prototype) ] rrreveng:0:FFCE5B:63:000:Infinite Shields rrreveng:0:FFDE2F:63:000:Infinite Missiles ; [ Road Riot's Revenge (prototype alt) ] rrrevenp:0:FFCE5B:63:000:Infinite Shields rrrevenp:0:FFDE2F:63:000:Infinite Missiles ; [ Radiant Silvergun (JUET 980523 V1.000) ] :rsgun:00200000:00183D05:00090009:FFFFFFFF:Infinite Credits :rsgun:00000000:06074062:00000009:FFFFFFFF:Infinite Lives PL1 :rsgun:83100000:060740F0:00004E20:00000052:Infinite Energy PL1:Enable Hyper Sword (B1+B2+B3) :rsgun:00110000:060748B2:00002710:FFFFFFFF:Infinite Energy PL1 (2/2) :rsgun:83000000:060740F0:00000002:00000091:Invincibility PL1 :rsgun:00000000:06074088:00000021:FFFFFFFF:Always Maximum A-Weapon Level PL1 :rsgun:00000000:06074089:00000021:FFFFFFFF:Always Maximum B-Weapon Level PL1 :rsgun:00000000:0607408A:00000021:FFFFFFFF:Always Maximum C-Weapon Level PL1 :rsgun:00100000:0602BE22:00000920:FFFFFFFF:Always Have Maximum Chains (TEST) PL1 :rsgun:00000000:06074063:00000009:FFFFFFFF:Infinite Lives PL2 :rsgun:83100000:060740F4:00004E20:00000052:Infinite Energy PL2:Enable Hyper Sword (B1+B2+B3) :rsgun:00110000:060748B6:00002710:FFFFFFFF:Infinite Energy PL2 (2/2) :rsgun:83000000:060740F4:00000002:00000091:Invincibility PL2 :rsgun:00000000:0607408B:00000021:FFFFFFFF:Always Maximum A-Weapon Level PL2 :rsgun:00000000:0607408C:00000021:FFFFFFFF:Always Maximum B-Weapon Level PL2 :rsgun:00000000:0607408D:00000021:FFFFFFFF:Always Maximum C-Weapon Level PL2 :rsgun:00100000:0602BE24:00000920:FFFFFFFF:Always Have Maximum Chains (TEST) PL2 ; [ R-Shark ] rshark:0:340021:63:000:Infinite Credits rshark:0:340503:0A:000:Infinite Lives PL1 rshark:0:340507:09:000:Infinite Bombs PL1 rshark:0:34F8C2:02:000:Invincibility PL1 rshark:0:34F8CA:02:000:Always have Weapon Max Power PL1 rshark:0:34F8CB:00:000:Always have the 3-Way PL1 rshark:0:34F8CB:01:000:Always have the Multi-Laser PL1 rshark:0:34F8CB:02:000:Always have the Long Laser PL1 rshark:0:34F8CB:03:000:Always have the Rockets PL1 rshark:0:34F8CB:04:000:Always have the Large RocketsPL1 rshark:0:34F8CB:00:001:Get the 3-Way Now! PL1 rshark:0:34F8CB:01:001:Get the Multi-Laser Now! PL1 rshark:0:34F8CB:02:001:Get the Long Laser Now! PL1 rshark:0:34F8CB:03:001:Get the Rockets Now! PL1 rshark:0:34F8CB:04:001:Get the Large Rockets Now! PL1 rshark:0:340505:0A:000:Infinite Lives PL2 rshark:0:340509:09:000:Infinite Bombs PL2 rshark:0:34F7C2:02:000:Invincibility PL2 rshark:0:34F7CA:02:000:Always have Weapon Max Power PL2 rshark:0:34F7CB:00:000:Always have the 3-Way PL2 rshark:0:34F7CB:01:000:Always have the Multi-Lasers PL2 rshark:0:34F7CB:02:000:Always have the Long Laser PL2 rshark:0:34F7CB:03:000:Always have the Rockets PL2 rshark:0:34F7CB:04:000:Always have the Large RocketsPL2 rshark:0:34F7CB:00:001:Get the 3-Way Now! PL2 rshark:0:34F7CB:01:001:Get the Multi-Lasers Now! PL2 rshark:0:34F7CB:02:001:Get the Long Laser Now! PL2 rshark:0:34F7CB:03:001:Get the Rockets Now! PL2 rshark:0:34F7CB:04:001:Get the Large Rockets Now! PL2 ; [ Rolling Thunder 2 ] rthun2:0:100615:99:000:Infinite Time rthun2:0:100367:04:000:Infinite Lives PL1 rthun2:0:10036B:02:000:Infinite Life PL1 rthun2:0:100365:99:000:Infinite Normal Ammo PL1 rthun2:0:10036D:40:000:Infinite Machine Gun Ammo PL1:Automatically have the m gun rthun2:0:100355:80:000:Invincibility PL1 rthun2:0:1003F1:04:000:Infinite Lives PL2 rthun2:0:1003F5:02:000:Infinite Life PL2 rthun2:0:1003EF:30:000:Infinite Normal Ammo PL2 rthun2:0:1003F7:80:000:Infinite Machine Gun Ammo PL2:Automatically have the m gun rthun2:0:1003DF:80:000:Invincibility PL2 rthun2:0:1001C1:07:071:Select the current round ; [ Rolling Thunder 2 (Japan) ] rthun2j:0:100615:99:000:Infinite Time rthun2j:0:100367:04:000:Infinite Lives PL1 rthun2j:0:10036B:02:000:Infinite Life PL1 rthun2j:0:100365:99:000:Infinite Normal Ammo PL1 rthun2j:0:10036D:40:000:Infinite Machine Gun Ammo PL1:Automatically have the m gun rthun2j:0:100355:80:000:Invincibility PL1 rthun2j:0:1003F1:04:000:Infinite Lives PL2 rthun2j:0:1003F5:02:000:Infinite Life PL2 rthun2j:0:1003EF:30:000:Infinite Normal Ammo PL2 rthun2j:0:1003F7:80:000:Infinite Machine Gun Ammo PL2:Automatically have the m gun rthun2j:0:1003DF:80:000:Invincibility PL2 rthun2j:0:1001C1:07:071:Select the current round ; [ Rolling Thunder (new version) ] rthunder:0:5612:99:003:Infinite Time rthunder:0:56C1:40:000:Infinite Energy rthunder:0:56CB:99:000:Infinite Bullets rthunder:0:56CD:99:000:Infinite Machine Gun ammo rthunder:0:56CE:01:000:Always have Machine Gun rthunder:0:56CE:01:001:Get Machine Gun Now! rthunder:0:0000:00:999:[See the Dip Switch Menu to ] rthunder:0:0000:00:999:[enable Invincibility. ] rthunder:0:5480:99:000:Infinite Lives PL1 rthunder:0:54A0:99:000:Infinite Lives PL2 ; [ Rolling Thunder (old version) ] rthundro:0:5612:99:003:Infinite Time rthundro:0:56C1:40:000:Infinite Energy rthundro:0:56CB:99:000:Infinite Bullets rthundro:0:56CD:99:000:Infinite Machine Gun ammo rthundro:0:56CE:01:000:Always have Machine Gun rthundro:0:56CE:01:001:Get Machine Gun Now! rthundro:0:0000:00:999:[See the Dip Switch Menu to ] rthundro:0:0000:00:999:[enable Invincibility. ] rthundro:0:5480:99:000:Infinite Lives PL1 rthundro:0:54A0:99:000:Infinite Lives PL2 ; [ Romar Triv ] rtriv:0:0000:00:999:[ There are no cheats ]:REASON 1 rtriv:0:0000:00:999:[ for this game as it ]:REASON 1 rtriv:0:0000:00:999:[ didn't work the last ]:REASON 1 rtriv:0:0000:00:999:[ time it was tested. ]:REASON 1 rtriv:0:0000:00:999:[ If the game now works ]:REASON 1 rtriv:0:0000:00:999:[ please request cheats ]:REASON 1 rtriv:0:0000:00:999:[ for it on the cheat ]:REASON 1 rtriv:0:0000:00:999:[ forums. ]:REASON 1 ; [ R-Type (Japan) ] rtype:0:42F2E:0A:000:Infinite Lives PL1 rtype:0:42F36:0A:000:Infinite Lives PL2 rtype:0:4003A:01:000:Always have Max Beam rtype:0:4003D:80:500:Always have Max Beam (2/2) rtype:0:42FC1:01:000:Invincibility "ON" rtype:0:42FC1:00:001:Invincibility "OFF" rtype:0:00000:00:999:[See the Dip Switch Menu to ] rtype:0:00000:00:999:[enable an alternate ] rtype:0:00000:00:999:[Invincibility cheat. ] rtype:0:40036:04:000:Maximum Speed rtype:0:40033:04:000:Maximum Power - Pods rtype:0:40035:04:000:Maximum Power - Missiles rtype:0:4003E:01:000:Always Orb Shot rtype:0:4003E:02:000:Always Orb Shot + Laser rtype:0:4003E:03:000:Always S. Orb Shot + ZigZag rtype:0:4003E:01:001:Get Orb Shot Now! rtype:0:4003E:02:001:Get Orb Shot + Laser Now! rtype:0:4003E:03:001:Get S. Orb Shot + ZigZag Now! rtype:0:4003C:00:000:Always have Blue Extra fire rtype:0:4003C:02:000:Always have Yellow Extra fire rtype:0:4003C:06:000:Always have Red Extra fire rtype:0:4003C:00:001:Get Blue Extra fire Now! rtype:0:4003C:02:001:Get Yellow Extra fire Now! rtype:0:4003C:06:001:Get Red Extra fire Now! :rtype:00100000:42F21:00000000:00008080:Rapid Fire:You will not be able to shoot the BEAM with this cheat ON. Turn it OFF on the name entry screen ; [ R-Type II ] rtype2:0:E381A:0A:000:Infinite Lives PL1 rtype2:0:E3822:0A:000:Infinite Lives PL2 rtype2:0:E38BD:01:000:Invincibility "ON" rtype2:0:E38BD:00:001:Invincibility "OFF" rtype2:0:E003E:01:001:Get Force Now! rtype2:0:E003E:03:001:Get Maximum Force Now! rtype2:0:E0042:FF:000:Always Maximum Beam rtype2:0:E0043:01:000:Diffusion beam :rtype2:00000000:E380D:00000000:00000080:Rapid Fire:You will not be able to shoot the BEAM with this cheat ON. Turn it OFF on the name entry screen ; [ R-Type II (Japan) ] rtype2j:0:E381A:0A:000:Infinite Lives PL1 rtype2j:0:E3822:0A:000:Infinite Lives PL2 rtype2j:0:E38BD:01:000:Invincibility "ON" rtype2j:0:E38BD:00:001:Invincibility "OFF" rtype2j:0:E003E:01:001:Get Force Now! rtype2j:0:E003E:03:001:Get Maximum Force Now! rtype2j:0:E0042:FF:000:Always Maximum Beam rtype2j:0:E0043:01:000:Diffusion beam :rtype2j:00000000:E380D:00000000:00000080:Rapid Fire:You will not be able to shoot the BEAM with this cheat ON. Turn it OFF on the name entry screen ; [ R-Type Leo (Japan) ] rtypelej:0:E003D:99:000:Infinite Credits rtypelej:0:00000:00:999:[ Turn on the cheats ingame NOT on Title Screen! ] rtypelej:0:E229A:06:000:Infinite Lives PL1 rtypelej:0:E2855:38:000:Maximum Power Charge PL1 rtypelej:0:E282A:0A:000:Maximum Speed PL1 rtypelej:0:E282C:5A:500:Maximum Speed PL1 (2/2) rtypelej:0:E286A:60:000:Invincibility "ON" PL1 rtypelej:0:E27FD:80:520:Invincibility "ON" PL1 (2/2) rtypelej:0:E286A:00:001:Invincibility "OFF" PL1 rtypelej:0:E27FD:80:541:Invincibility "OFF" PL1 (2/2) rtypelej:0:E2842:00:000:Always have No Extra Fire PL1 rtypelej:0:E2842:01:000:Always have the Red Extra Fire PL1 rtypelej:0:E2842:02:000:Always have the Green Extra Fire PL1 rtypelej:0:E2842:03:000:Always have the Blue Extra Fire PL1 rtypelej:0:E2842:00:000:Lose all Extra Fire Now! PL1 rtypelej:0:E2842:01:001:Get the Red Extra Fire Now! PL1 rtypelej:0:E2842:02:001:Get the Green Extra Fire Now! PL1 rtypelej:0:E2842:03:001:Get the Blue Extra Fire Now! PL1 :rtypelej:00000000:E000A:00000000:00000080:Rapid Fire PL1:You will not be able to use Cy-bit attack with this cheat ON. Turn it OFF on the name entry screen :rtypelej:00010000:E2840:00000000:FFFFFFFF:Rapid Fire PL1 (2/4) :rtypelej:00010000:E2936:00000000:FFFFFFFF:Rapid Fire PL1 (3/4) :rtypelej:00010000:E29B6:00000000:FFFFFFFF:Rapid Fire PL1 (4/4) rtypelej:0:E229B:06:000:Infinite Lives PL2 rtypelej:0:E28D5:38:000:Maximum Power Charge PL2 rtypelej:0:E28AA:0A:000:Maximum Speed PL2 rtypelej:0:E28AC:5A:500:Maximum Speed PL2 (2/2) rtypelej:0:E28EA:60:000:Invincibility "ON" PL2 rtypelej:0:E287D:80:520:Invincibility "ON" PL2 (2/2) rtypelej:0:E28EA:00:001:Invincibility "OFF" PL2 rtypelej:0:E287D:80:541:Invincibility "OFF" PL2 (2/2) rtypelej:0:E28C2:00:000:Always have No Extra Fire PL2 rtypelej:0:E28C2:01:000:Always have the Red Extra Fire PL2 rtypelej:0:E28C2:02:000:Always have the Green Extra Fire PL2 rtypelej:0:E28C2:03:000:Always have the Blue Extra Fire PL2 rtypelej:0:E28C2:00:001:Lose all Extra Fire Now! PL2 rtypelej:0:E28C2:01:001:Get the Red Extra Fire Now! PL2 rtypelej:0:E28C2:02:001:Get the Green Extra Fire Now! PL2 rtypelej:0:E28C2:03:001:Get the Blue Extra Fire Now! PL2: :rtypelej:00000000:E000B:00000000:00000080:Rapid Fire PL2:You will not be able to use Cy-bit attack during turning it ON. Turn it OFF on the name entry screen :rtypelej:00010000:E28C0:00000000:FFFFFFFF:Rapid Fire PL2 (2/4) :rtypelej:00010000:E2A36:00000000:FFFFFFFF:Rapid Fire PL2 (3/4) :rtypelej:00010000:E2AB6:00000000:FFFFFFFF:Rapid Fire PL2 (4/4) ; [ R-Type Leo (World) ] rtypeleo:0:E003D:99:000:Infinite Credits rtypeleo:0:00000:00:999:[ Turn on the cheats ingame NOT on Title Screen! ] rtypeleo:0:E229A:06:000:Infinite Lives PL1 rtypeleo:0:E2855:38:000:Maximum Power Charge PL1 rtypeleo:0:E282A:0A:000:Maximum Speed PL1 rtypeleo:0:E282C:5A:500:Maximum Speed PL1 (2/2) rtypeleo:0:E286A:60:000:Invincibility "ON" PL1 rtypeleo:0:E27FD:80:520:Invincibility "ON" PL1 (2/2) rtypeleo:0:E286A:00:001:Invincibility "OFF" PL1 rtypeleo:0:E27FD:80:541:Invincibility "OFF" PL1 (2/2) rtypeleo:0:E2842:00:000:Always have No Extra Fire PL1 rtypeleo:0:E2842:01:000:Always have the Red Extra Fire PL1 rtypeleo:0:E2842:02:000:Always have the Green Extra Fire PL1 rtypeleo:0:E2842:03:000:Always have the Blue Extra Fire PL1 rtypeleo:0:E2842:00:000:Lose all Extra Fire Now! PL1 rtypeleo:0:E2842:01:001:Get the Red Extra Fire Now! PL1 rtypeleo:0:E2842:02:001:Get the Green Extra Fire Now! PL1 rtypeleo:0:E2842:03:001:Get the Blue Extra Fire Now! PL1 :rtypeleo:00000000:E000A:00000000:00000080:Rapid Fire PL1:Turn it OFF on the name entry screen :rtypeleo:00010000:E2840:00000000:FFFFFFFF:Rapid Fire PL1 (2/4) :rtypeleo:00010000:E2936:00000000:FFFFFFFF:Rapid Fire PL1 (3/4) :rtypeleo:00010000:E29B6:00000000:FFFFFFFF:Rapid Fire PL1 (4/4) rtypeleo:0:E229B:06:000:Infinite Lives PL2 rtypeleo:0:E28D5:38:000:Maximum Power Charge PL2 rtypeleo:0:E28AA:0A:000:Maximum Speed PL2 rtypeleo:0:E28AC:5A:500:Maximum Speed PL2 (2/2) rtypeleo:0:E28EA:60:000:Invincibility "ON" PL2 rtypeleo:0:E287D:80:520:Invincibility "ON" PL2 (2/2) rtypeleo:0:E28EA:00:001:Invincibility "OFF" PL2 rtypeleo:0:E287D:80:541:Invincibility "OFF" PL2 (2/2) rtypeleo:0:E28C2:00:000:Always have No Extra Fire PL2 rtypeleo:0:E28C2:01:000:Always have the Red Extra Fire PL2 rtypeleo:0:E28C2:02:000:Always have the Green Extra Fire PL2 rtypeleo:0:E28C2:03:000:Always have the Blue Extra Fire PL2 rtypeleo:0:E28C2:00:001:Lose all Extra Fire Now! PL2 rtypeleo:0:E28C2:01:001:Get the Red Extra Fire Now! PL2 rtypeleo:0:E28C2:02:001:Get the Green Extra Fire Now! PL2 rtypeleo:0:E28C2:03:001:Get the Blue Extra Fire Now! PL2: :rtypeleo:00000000:E000B:00000000:00000080:Rapid Fire PL2:Turn it OFF on the name entry screen :rtypeleo:00010000:E28C0:00000000:FFFFFFFF:Rapid Fire PL2 (2/4) :rtypeleo:00010000:E2A36:00000000:FFFFFFFF:Rapid Fire PL2 (3/4) :rtypeleo:00010000:E2AB6:00000000:FFFFFFFF:Rapid Fire PL2 (4/4) ; [ R-Type (Japan prototype) ] rtypepj:0:42F2E:0A:000:Infinite Lives PL1 rtypepj:0:42F36:0A:000:Infinite Lives PL2 rtypepj:0:4003A:01:000:Always have Max Beam rtypepj:0:4003D:80:500:Always have Max Beam (2/2) rtypepj:0:42FC1:01:000:Invincibility "ON" rtypepj:0:42FC1:00:001:Invincibility "OFF" rtypepj:0:00000:00:999:[See the Dip Switch Menu to ] rtypepj:0:00000:00:999:[enable an alternate ] rtypepj:0:00000:00:999:[Invincibility cheat. ] rtypepj:0:40036:04:000:Maximum Speed rtypepj:0:40033:04:000:Maximum Power - Pods rtypepj:0:40035:04:000:Maximum Power - Missiles rtypepj:0:4003E:01:000:Always Orb Shot rtypepj:0:4003E:02:000:Always Orb Shot + Laser rtypepj:0:4003E:03:000:Always S. Orb Shot + ZigZag rtypepj:0:4003E:01:001:Get Orb Shot Now! rtypepj:0:4003E:02:001:Get Orb Shot + Laser Now! rtypepj:0:4003E:03:001:Get S. Orb Shot + ZigZag Now! rtypepj:0:4003C:00:000:Always have Blue Extra fire rtypepj:0:4003C:02:000:Always have Yellow Extra fire rtypepj:0:4003C:06:000:Always have Red Extra fire rtypepj:0:4003C:00:001:Get Blue Extra fire Now! rtypepj:0:4003C:02:001:Get Yellow Extra fire Now! rtypepj:0:4003C:06:001:Get Red Extra fire Now! :rtypepj:00000000:42F1E:00000000:00008080:Rapid Fire:You will not be able to shoot the BEAM with this cheat ON. Turn it OFF on the name entry screen ; [ R-Type (US) ] rtypeu:0:42F32:0A:000:Infinite Lives PL1 rtypeu:0:42F3A:0A:000:Infinite Lives PL2 rtypeu:0:4003A:01:000:Always have Max Beam rtypeu:0:4003D:80:500:Always have Max Beam (2/2) rtypeu:0:42FC6:01:000:Invincibility "ON" rtypeu:0:42FC6:00:001:Invincibility "OFF" rtypeu:0:00000:00:999:[See the Dip Switch Menu to ] rtypeu:0:00000:00:999:[enable an alternate ] rtypeu:0:00000:00:999:[Invincibility cheat. ] rtypeu:0:40036:04:000:Maximum Speed rtypeu:0:40033:04:000:Maximum Power - Pods rtypeu:0:40035:04:000:Maximum Power - Missiles rtypeu:0:4003E:01:000:Always Orb Shot rtypeu:0:4003E:02:000:Always Orb Shot + Laser rtypeu:0:4003E:03:000:Always S. Orb Shot + ZigZag rtypeu:0:4003E:01:001:Get Orb Shot Now! rtypeu:0:4003E:02:001:Get Orb Shot + Laser Now! rtypeu:0:4003E:03:001:Get S. Orb Shot + ZigZag Now! rtypeu:0:4003C:00:000:Always have Blue Extra fire rtypeu:0:4003C:02:000:Always have Yellow Extra fire rtypeu:0:4003C:06:000:Always have Red Extra fire rtypeu:0:4003C:00:001:Get Blue Extra fire Now! rtypeu:0:4003C:02:001:Get Yellow Extra fire Now! rtypeu:0:4003C:06:001:Get Red Extra fire Now! :rtypeu:00100000:42F21:00000000:00008080:Rapid Fire:You will not be able to shoot the BEAM with this cheat ON. Turn it OFF on the name entry screen ; [ Rug Rats ] rugrats:0:9100:05:000:Infinite Lives :rugrats:20A00000:3434:00C90000:FFFFFFFF:Invincibility :rugrats:20910000:38C7:00007718:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Carpet Roll ; [ Runark (Japan) ] runark:0:107869:28:000:Infinite Energy PL1 runark:0:1078C5:EE:000:Invincibility PL1 runark:0:107845:06:000:Infinite Ammo PL1 runark:0:000000:00:999:[ Note - these weapon cheats must be used with ] runark:0:000000:00:999:[ invincibility enabled and a weapon in use at ] runark:0:000000:00:999:[ the time. ] runark:0:1078BB:00:001:Lose Weapon Now! PL1 runark:0:1078BB:01:001:Change to Knife Now! PL1 runark:0:1078BB:02:001:Change to Revolver Now! PL1 runark:0:1078BB:03:001:Change to Whip Now! PL1 runark:0:1078BB:05:001:Change to Assault Rifle Now! PL1 runark:0:1078BB:06:001:Change to Rocket Launcher Now! PL1 runark:0:1078BB:07:001:Change to Grenade Now! PL1 runark:0:1078BB:08:001:Change to Crow Bar Now! PL1 runark:0:1078BB:09:001:Change to Sword Now! PL1 runark:0:107969:28:000:Infinite Energy PL2 runark:0:1079C5:EE:000:Invincibility PL2 runark:0:107945:06:000:Infinite Ammo PL2 runark:0:000000:00:999:[ Note - these weapon cheats must be used with ] runark:0:000000:00:999:[ invincibility enabled and a weapon in use at ] runark:0:000000:00:999:[ the time. ] runark:0:1079BB:00:001:Lose Weapon Now! PL2 runark:0:1079BB:01:001:Change to Knife Now! PL2 runark:0:1079BB:02:001:Change to Revolver Now! PL2 runark:0:1079BB:03:001:Change to Whip Now! PL2 runark:0:1079BB:05:001:Change to Assault Rifle Now! PL2 runark:0:1079BB:06:001:Change to Rocket Launcher Now! PL2 runark:0:1079BB:07:001:Change to Grenade Now! PL2 runark:0:1079BB:08:001:Change to Crow Bar Now! PL2 runark:0:1079BB:09:001:Change to Sword Now! PL2 runark:0:107A69:28:000:Infinite Energy PL3 runark:0:107AC5:EE:000:Invincibility PL3 runark:0:107A45:06:000:Infinite Ammo PL3 runark:0:000000:00:999:[ Note - these weapon cheats must be used with ] runark:0:000000:00:999:[ invincibility enabled and a weapon in use at ] runark:0:000000:00:999:[ the time. ] runark:0:107ABB:00:001:Lose Weapon Now! PL3 runark:0:107ABB:01:001:Change to Knife Now! PL3 runark:0:107ABB:02:001:Change to Revolver Now! PL3 runark:0:107ABB:03:001:Change to Whip Now! PL3 runark:0:107ABB:05:001:Change to Assault Rifle Now! PL3 runark:0:107ABB:06:001:Change to Rocket Launcher Now! PL3 runark:0:107ABB:07:001:Change to Grenade Now! PL3 runark:0:107ABB:08:001:Change to Crow Bar Now! PL3 runark:0:107ABB:09:001:Change to Sword Now! PL3 runark:0:107B69:28:000:Infinite Energy PL4 runark:0:107BC5:EE:000:Invincibility PL4 runark:0:107B45:06:000:Infinite Ammo PL4 runark:0:000000:00:999:[ Note - these weapon cheats must be used with ] runark:0:000000:00:999:[ invincibility enabled and a weapon in use at ] runark:0:000000:00:999:[ the time. ] runark:0:107BBB:00:001:Lose Weapon Now! PL4 runark:0:107BBB:01:001:Change to Knife Now! PL4 runark:0:107BBB:02:001:Change to Revolver Now! PL4 runark:0:107BBB:03:001:Change to Whip Now! PL4 runark:0:107BBB:05:001:Change to Assault Rifle Now! PL4 runark:0:107BBB:06:001:Change to Rocket Launcher Now! PL4 runark:0:107BBB:07:001:Change to Grenade Now! PL4 runark:0:107BBB:08:001:Change to Crow Bar Now! PL4 runark:0:107BBB:09:001:Change to Sword Now! PL4 ; [ Runaway (prototype) ] :runaway:00000000:00E8:00000063:FFFFFFFF:Infinite Credits :runaway:00001301:0000:0000002A:FFFFFFFF:Select Starting Track:Set on displayed "Push 1 or 2 Player Start" message screen after inserted a credit :runaway:00100000:0029:00009999:FFFFFFFF:Infinite Time :runaway:00000000:0013:00000000:00000040:Invincibility :runaway:00000001:0013:00000040:00000040:Kill You Now! :runaway:00000001:001F:00000000:FFFFFFFF:Finish Current Track Now! :runaway:00000000:0020:00000008:FFFFFFFF:Infinite Lives PL1 :runaway:00000000:0021:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Run Deep ] rundeep:0:C233:09:000:Infinite Credits :rundeep:00001301:C201:0000000E:FFFFFFFF:Select Starting Stage:Enable on the title screen or on the 1 or 2 player button screen :rundeep:00010009:C233:00000001:00000009:Select Starting Stage (2/2) rundeep:0:C29A:0A:000:Infinite Lives PL1 rundeep:0:C2AA:05:000:Infinite Power PL1 rundeep:0:C2AD:01:000:Always have Power Depthcharge PL1 :rundeep:60000000:0000:00000000:00000000:[ See the Dip Switch Menu to ] :rundeep:60000000:0000:00000000:00000000:[ enable an alternate ] :rundeep:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :rundeep:20800000:6D7E:00000018:FFFFFFFF:Invincibility PL1 :rundeep:20810000:6ED7:00000018:FFFFFFFF:Invincibility PL1 (2/3):1st = Fire, 2nd = Missile :rundeep:20910000:6F68:00002118:FFFFFFFF:Invincibility PL1 (3/3):Enemy :rundeep:00000000:C322:00000001:FFFFFFFF:Quick Mine Charge PL1 :rundeep:00000000:C320:00000001:FFFFFFFF:Mine Speed Up PL1 :rundeep:00000000:C321:00000000:FFFFFFFF:No Delay for Mine PL1 rundeep:0:C29B:0A:000:Infinite Lives PL2 rundeep:0:C2B0:05:000:Infinite Power PL2 rundeep:0:C2B3:01:000:Always have Power Depthcharge PL2 :rundeep:60000000:0000:00000000:00000000:[ See the Dip Switch Menu to ] :rundeep:60000000:0000:00000000:00000000:[ enable an alternate ] :rundeep:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :rundeep:20800000:6D98:000000C9:FFFFFFFF:Invincibility PL2 :rundeep:20810000:6F1F:00000018:FFFFFFFF:Invincibility PL2 (2/3):1st = Fire, 2nd = Missile :rundeep:20910000:6FA0:00002018:FFFFFFFF:Invincibility PL2 (3/3):Enemy :rundeep:00000000:C368:00000001:FFFFFFFF:Quick Mine Charge PL2 :rundeep:00000000:C366:00000001:FFFFFFFF:Mine Speed Up PL2 :rundeep:00000000:C367:00000000:FFFFFFFF:No Delay for Mine PL2 ; [ Run and Gun (ver EAA 1993 10.8) ] rungun:0:601319:03:000:Infinite Time rungun:0:60131A:05:500:Infinite Time (2/3) rungun:0:60131B:09:500:Infinite Time (3/3) rungun:0:601319:00:001:Finish this Quarter Now! rungun:0:60131A:00:501:Finish this Quarter Now! (2/3) rungun:0:60131B:00:501:Finish this Quarter Now! (3/3) rungun:0:000000:00:999:[ Team 1 is the team used by PL3 and PL4 ] rungun:0:601280:00:000:Team 1 points always = 0 rungun:0:601281:00:500:Team 1 points always = 0 (2/2) rungun:0:601280:01:000:Team 1 points always = 100 rungun:0:601281:00:500:Team 1 points always = 100 (2/2) rungun:0:601280:00:001:Team 1 points = 0 Now! rungun:0:601281:00:501:Team 1 points = 0 Now! (2/2) rungun:0:601280:01:001:Team 1 points = 100 Now! rungun:0:601281:00:501:Team 1 points = 100 Now! (2/2) rungun:0:000000:00:999:[ Team 2 is the team used by PL1 and PL2 or the CPU ] rungun:0:601282:00:000:Team 2 points always = 0 rungun:0:601283:00:500:Team 2 points always = 0 (2/2) rungun:0:601282:01:000:Team 2 points always = 100 rungun:0:601283:00:500:Team 2 points always = 100 (2/2) rungun:0:601282:00:001:Team 2 points = 0 Now! rungun:0:601283:00:501:Team 2 points = 0 Now! (2/2) rungun:0:601282:01:001:Team 2 points = 100 Now! rungun:0:601283:00:501:Team 2 points = 100 Now! (2/2) ; [ Run and Gun 2 (ver UAA) ] rungun2:0:C12701:09:000:Infinite Credits rungun2:0:0000:00:999:[ There are no cheats ]:REASON 1 rungun2:0:0000:00:999:[ for this game as it ]:REASON 1 rungun2:0:0000:00:999:[ didn't work the last ]:REASON 1 rungun2:0:0000:00:999:[ time it was tested. ]:REASON 1 rungun2:0:0000:00:999:[ If the game now works ]:REASON 1 rungun2:0:0000:00:999:[ please request cheats ]:REASON 1 rungun2:0:0000:00:999:[ for it on the cheat ]:REASON 1 rungun2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Run and Gun (ver EAA 1993 10.4) ] runguna:0:601319:03:000:Infinite Time runguna:0:60131A:05:500:Infinite Time (2/3) runguna:0:60131B:09:500:Infinite Time (3/3) runguna:0:601319:00:001:Finish this Quarter Now! runguna:0:60131A:00:501:Finish this Quarter Now! (2/3) runguna:0:60131B:00:501:Finish this Quarter Now! (3/3) runguna:0:000000:00:999:[ Team 1 is the team used by PL3 and PL4 ] runguna:0:601280:00:000:Team 1 points always = 0 runguna:0:601281:00:500:Team 1 points always = 0 (2/2) runguna:0:601280:01:000:Team 1 points always = 100 runguna:0:601281:00:500:Team 1 points always = 100 (2/2) runguna:0:601280:00:001:Team 1 points = 0 Now! runguna:0:601281:00:501:Team 1 points = 0 Now! (2/2) runguna:0:601280:01:001:Team 1 points = 100 Now! runguna:0:601281:00:501:Team 1 points = 100 Now! (2/2) runguna:0:000000:00:999:[ Team 2 is the team used by PL1 and PL2 or the CPU ] runguna:0:601282:00:000:Team 2 points always = 0 runguna:0:601283:00:500:Team 2 points always = 0 (2/2) runguna:0:601282:01:000:Team 2 points always = 100 runguna:0:601283:00:500:Team 2 points always = 100 (2/2) runguna:0:601282:00:001:Team 2 points = 0 Now! runguna:0:601283:00:501:Team 2 points = 0 Now! (2/2) runguna:0:601282:01:001:Team 2 points = 100 Now! runguna:0:601283:00:501:Team 2 points = 100 Now! (2/2) ; [ Run and Gun (ver UAB 1993 10.12) ] rungunu:0:601319:03:000:Infinite Time rungunu:0:60131A:05:500:Infinite Time (2/3) rungunu:0:60131B:09:500:Infinite Time (3/3) rungunu:0:601319:00:001:Finish this Quarter Now! rungunu:0:60131A:00:501:Finish this Quarter Now! (2/3) rungunu:0:60131B:00:501:Finish this Quarter Now! (3/3) rungunu:0:000000:00:999:[ Team 1 is the team used by PL3 and PL4 ] rungunu:0:601280:00:000:Team 1 points always = 0 rungunu:0:601281:00:500:Team 1 points always = 0 (2/2) rungunu:0:601280:01:000:Team 1 points always = 100 rungunu:0:601281:00:500:Team 1 points always = 100 (2/2) rungunu:0:601280:00:001:Team 1 points = 0 Now! rungunu:0:601281:00:501:Team 1 points = 0 Now! (2/2) rungunu:0:601280:01:001:Team 1 points = 100 Now! rungunu:0:601281:00:501:Team 1 points = 100 Now! (2/2) rungunu:0:000000:00:999:[ Team 2 is the team used by PL1 and PL2 or the CPU ] rungunu:0:601282:00:000:Team 2 points always = 0 rungunu:0:601283:00:500:Team 2 points always = 0 (2/2) rungunu:0:601282:01:000:Team 2 points always = 100 rungunu:0:601283:00:500:Team 2 points always = 100 (2/2) rungunu:0:601282:00:001:Team 2 points = 0 Now! rungunu:0:601283:00:501:Team 2 points = 0 Now! (2/2) rungunu:0:601282:01:001:Team 2 points = 100 Now! rungunu:0:601283:00:501:Team 2 points = 100 Now! (2/2) ; [ Run and Gun (ver UBA 1993 10.8) ] rungunua:0:601319:03:000:Infinite Time rungunua:0:60131A:05:500:Infinite Time (2/3) rungunua:0:60131B:09:500:Infinite Time (3/3) rungunua:0:601319:00:001:Finish this Quarter Now! rungunua:0:60131A:00:501:Finish this Quarter Now! (2/3) rungunua:0:60131B:00:501:Finish this Quarter Now! (3/3) rungunua:0:000000:00:999:[ Team 1 is the team used by PL3 and PL4 ] rungunua:0:601280:00:000:Team 1 points always = 0 rungunua:0:601281:00:500:Team 1 points always = 0 (2/2) rungunua:0:601280:01:000:Team 1 points always = 100 rungunua:0:601281:00:500:Team 1 points always = 100 (2/2) rungunua:0:601280:00:001:Team 1 points = 0 Now! rungunua:0:601281:00:501:Team 1 points = 0 Now! (2/2) rungunua:0:601280:01:001:Team 1 points = 100 Now! rungunua:0:601281:00:501:Team 1 points = 100 Now! (2/2) rungunua:0:000000:00:999:[ Team 2 is the team used by PL1 and PL2 or the CPU ] rungunua:0:601282:00:000:Team 2 points always = 0 rungunua:0:601283:00:500:Team 2 points always = 0 (2/2) rungunua:0:601282:01:000:Team 2 points always = 100 rungunua:0:601283:00:500:Team 2 points always = 100 (2/2) rungunua:0:601282:00:001:Team 2 points = 0 Now! rungunua:0:601283:00:501:Team 2 points = 0 Now! (2/2) rungunua:0:601282:01:001:Team 2 points = 100 Now! rungunua:0:601283:00:501:Team 2 points = 100 Now! (2/2) ; [ Rush'n Attack (US) ] rushatck:0:DBCB:FF:000:Infinite Time rushatck:0:DBCA:00:500:Infinite Time (2/2):Don't show 'Hurry Up' rushatck:0:DBB0:05:000:Infinite Lives rushatck:0:D229:05:000:Infinite Ammo rushatck:0:4883:C9:100:Invincibility rushatck:0:494C:C9:600:Invincibility (2/2) rushatck:0:D201:03:000:Always have bazooka rushatck:0:D201:06:000:Always have flamethrower rushatck:0:D201:04:000:Always have grenades rushatck:0:D201:00:001:Lose all weapons Now! rushatck:0:D201:03:001:Get bazooka Now! rushatck:0:D201:06:001:Get flamethrower Now! rushatck:0:D201:04:001:Get grenades Now! rushatck:0:DBFB:FF:000:Bomber Never Appears rushatck:0:0000:00:999:[The Select current level cheat can ] rushatck:0:0000:00:999:[be used (with game paused) on the ] rushatck:0:0000:00:999:["Rescue the Prisoners" screen to ] rushatck:0:0000:00:999:[select the starting level. ] rushatck:0:DBB1:03:071:Select current level rushatck:0:DBB1:03:061:Select next level ; [ Rush & Crash (Japan) ] rushcrsh:0:04BC:00:000:Infinite Energy rushcrsh:0:00AF:03:000:Infinite Lives rushcrsh:0:00B4:00:000:Infinite Time rushcrsh:0:04E8:02:000:Super Shots rushcrsh:0:04E0:0F:000:Super Speed ; [ Rushing Heroes (ver UAB) ] rushhero:0:0000:00:999:[ There are no cheats ]:REASON 1 rushhero:0:0000:00:999:[ for this game as it ]:REASON 1 rushhero:0:0000:00:999:[ didn't work the last ]:REASON 1 rushhero:0:0000:00:999:[ time it was tested. ]:REASON 1 rushhero:0:0000:00:999:[ If the game now works ]:REASON 1 rushhero:0:0000:00:999:[ please request cheats ]:REASON 1 rushhero:0:0000:00:999:[ for it on the cheat ]:REASON 1 rushhero:0:0000:00:999:[ forums. ]:REASON 1 ; [ Rival Schools (ASIA 971117) ] :rvschola:00000000:001F67C8:00000009:FFFFFFFF:Infinite Credits :rvschola:00000000:0008EBD4:00000063:FFFFFFFF:Infinite Time :rvschola:00000001:0008EBD4:00000001:FFFFFFFF:Finish this Round Now! :rvschola:00000000:0008EF52:000000C8:FFFFFFFF:Infinite Energy PL1 :rvschola:00000001:0008EF52:000000C8:FFFFFFFF:Drain All Energy Now! PL1 :rvschola:00000001:0008EF53:000000FF:FFFFFFFF:Lose Now! PL1 :rvschola:00100000:0008F168:00000900:FFFFFFFF:Infinite Power PL1 :rvschola:00100000:0008F168:00000000:FFFFFFFF:Always No Power PL1 :rvschola:00000101:001F6506:00000003:FFFFFFFF:Select Character Color (1st) PL1 :rvschola:00000101:001F6507:00000003:FFFFFFFF:Select Character Color (2nd) PL1 :rvschola:00000000:001F60C8:00000000:00000080:Rapid Fire - Weak Punch PL1 :rvschola:00000000:001F60C8:00000000:00000010:Rapid Fire - Strong Punch PL1 :rvschola:00000000:001F60C8:00000000:00000040:Rapid Fire - Weak Kick PL1 :rvschola:00000000:001F60C8:00000000:00000004:Rapid Fire - Strong Kick PL1 :rvschola:00000000:0008F352:000000C8:FFFFFFFF:Infinite Energy PL2 :rvschola:00000001:0008F352:00000000:FFFFFFFF:Drain All Energy Now! PL2 :rvschola:00000001:0008F353:000000FF:FFFFFFFF:Lose Now! PL2 :rvschola:00100000:0008F568:00000900:FFFFFFFF:Infinite Power PL2 :rvschola:00100000:0008F568:00000000:FFFFFFFF:Always No Power PL2 :rvschola:00000101:001F6508:00000003:FFFFFFFF:Select Character Color (1st) PL2 :rvschola:00000101:001F6509:00000003:FFFFFFFF:Select Character Color (2nd) PL2 :rvschola:00000000:001F60CA:00000000:00000080:Rapid Fire - Weak Punch PL2 :rvschola:00000000:001F60CA:00000000:00000010:Rapid Fire - Strong Punch PL2 :rvschola:00000000:001F60CA:00000000:00000040:Rapid Fire - Weak Kick PL2 :rvschola:00000000:001F60CA:00000000:00000004:Rapid Fire - Strong Kick PL2 :rvschola:00000001:1FAF0014:00000003:FFFFFFFF:Unlock Secret Factor (NVRAM):You need to reset the game to see any effect after you've set it. Enable to select all characters and free selection mode :rvschola:00000001:1FAF0014:00000000:FFFFFFFF:Lock Secret Factor (NVRAM):You need to reset the game to see any effect after you've set it ; [ Rival Schools (USA 971117) ] :rvschool:00000000:001F67C8:00000009:FFFFFFFF:Infinite Credits :rvschool:00000000:0008EBD4:00000063:FFFFFFFF:Infinite Time :rvschool:00000001:0008EBD4:00000001:FFFFFFFF:Finish this Round Now! :rvschool:00000000:0008EF52:000000C8:FFFFFFFF:Infinite Energy PL1 :rvschool:00000001:0008EF52:000000C8:FFFFFFFF:Drain All Energy Now! PL1 :rvschool:00000001:0008EF53:000000FF:FFFFFFFF:Lose Now! PL1 :rvschool:00100000:0008F168:00000900:FFFFFFFF:Infinite Power PL1 :rvschool:00100000:0008F168:00000000:FFFFFFFF:Always No Power PL1 :rvschool:00000101:001F6506:00000003:FFFFFFFF:Select Character Color (1st) PL1 :rvschool:00000101:001F6507:00000003:FFFFFFFF:Select Character Color (2nd) PL1 :rvschool:00000000:001F60C8:00000000:00000080:Rapid Fire - Weak Punch PL1 :rvschool:00000000:001F60C8:00000000:00000010:Rapid Fire - Strong Punch PL1 :rvschool:00000000:001F60C8:00000000:00000040:Rapid Fire - Weak Kick PL1 :rvschool:00000000:001F60C8:00000000:00000004:Rapid Fire - Strong Kick PL1 :rvschool:00000000:0008F352:000000C8:FFFFFFFF:Infinite Energy PL2 :rvschool:00000001:0008F352:00000000:FFFFFFFF:Drain All Energy Now! PL2 :rvschool:00000001:0008F353:000000FF:FFFFFFFF:Lose Now! PL2 :rvschool:00100000:0008F568:00000900:FFFFFFFF:Infinite Power PL2 :rvschool:00100000:0008F568:00000000:FFFFFFFF:Always No Power PL2 :rvschool:00000101:001F6508:00000003:FFFFFFFF:Select Character Color (1st) PL2 :rvschool:00000101:001F6509:00000003:FFFFFFFF:Select Character Color (2nd) PL2 :rvschool:00000000:001F60CA:00000000:00000080:Rapid Fire - Weak Punch PL2 :rvschool:00000000:001F60CA:00000000:00000010:Rapid Fire - Strong Punch PL2 :rvschool:00000000:001F60CA:00000000:00000040:Rapid Fire - Weak Kick PL2 :rvschool:00000000:001F60CA:00000000:00000004:Rapid Fire - Strong Kick PL2 :rvschool:00000001:1FAF0014:00000003:FFFFFFFF:Unlock Secret Factor (NVRAM):You need to reset the game to see any effect after you've set it. Enable to select all characters and free selection mode :rvschool:00000001:1FAF0014:00000000:FFFFFFFF:Lock Secret Factor (NVRAM):You need to reset the game to see any effect after you've set it ; [ Rygar (US set 1) ] :rygar:20800000:45AA:000000C9:FFFFFFFF:Invincibility:You will still die if you drop into fire pits :rygar:00000000:C038:00000000:00000001:Rapid Fire rygar:0:C0A0:08:000:Infinite Lives PL1 rygar:0:C0AA:64:000:Infinite Time PL1 rygar:0:C0EE:00:020:Always No Powers PL1 rygar:0:C0EE:01:020:Always Long Shot PL1 rygar:0:C0EE:02:020:Always Tiger Jump PL1 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar:0:C0EE:04:020:Always Invincibility PL1 rygar:0:C0EE:08:020:Always Multikill Shot PL1 rygar:0:C0EE:10:020:Always Straight Up Shot PL1 rygar:0:C0EE:1B:000:Always all Powers PL1 rygar:0:C0EE:1F:000:Always Inv./Powers PL1 rygar:0:C0BC:07:000:Next Star always 70000pts PL1 rygar:0:C0EE:00:021:Get No Powers Now! PL1 rygar:0:C0EE:01:021:Get Long Shot Now! PL1 rygar:0:C0EE:02:021:Get Tiger Jump Now! PL1 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar:0:C0EE:04:021:Get Invincibility Now! PL1 rygar:0:C0EE:08:021:Get Multikill Shot Now! PL1 rygar:0:C0EE:10:021:Get Straight Up Shot Now! PL1 rygar:0:C0EE:1B:001:Get all Powers Now! PL1 rygar:0:C0EE:1F:001:Get Inv./Powers Now! PL1 rygar:0:C0BC:07:001:Next Star = 70000 pts Now!PL1 rygar:0:C190:08:000:Infinite Lives PL2 rygar:0:C19A:64:000:Infinite Time PL2 rygar:0:C1DE:00:000:Always No Powers PL2 rygar:0:C1DE:01:020:Always Long Shot PL2 rygar:0:C1DE:02:020:Always Tiger Jump PL2 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar:0:C1DE:04:020:Always Invincibility PL2 rygar:0:C1DE:08:020:Always Multikill Shot PL2 rygar:0:C1DE:10:020:Always Straight Up Shot PL2 rygar:0:C1DE:1B:000:Always all Powers PL2 rygar:0:C1DE:1F:000:Always Inv./Powers PL2 rygar:0:C1AC:07:000:Next Star always 70000pts PL2 rygar:0:C1DE:00:021:Get No Powers Now! PL2 rygar:0:C1DE:01:021:Get Long Shot Now! PL2 rygar:0:C1DE:02:021:Get Tiger Jump Now! PL2 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar:0:C1DE:04:021:Get Invincibility Now! PL2 rygar:0:C1DE:08:021:Get Multikill Shot Now! PL2 rygar:0:C1DE:10:021:Get Straight Up Shot Now! PL2 rygar:0:C1DE:1B:001:Get all Powers Now! PL2 rygar:0:C1DE:1F:001:Get Inv./Powers Now! PL2 rygar:0:C1AC:07:001:Next Star = 70000 pts Now!PL2 rygar:0:C461:14:000:Inf. Cross Prot. On Pickup rygar:0:C461:64:000:Stop Bonus Timer rygar:0:C0AE:05:001:Change to Rank 5 Now! rygar:0:C0AE:0A:001:Change to Rank 10 Now! rygar:0:C0AE:0F:001:Change to Rank 15 Now! rygar:0:C0AE:14:001:Change to Rank 20 Now! rygar:0:C0AE:19:001:Change to Rank 25 Now! rygar:0:C0AE:1E:001:Change to Rank 30 Now! ; [ Rygar (US set 2) ] :rygar2:20800000:45AA:000000C9:FFFFFFFF:Invincibility:You will still die if you drop into fire pits :rygar2:00000000:C038:00000000:00000001:Rapid Fire rygar2:0:C0A0:08:000:Infinite Lives PL1 rygar2:0:C0AA:64:000:Infinite Time PL1 rygar2:0:C0EE:00:020:Always No Powers PL1 rygar2:0:C0EE:01:020:Always Long Shot PL1 rygar2:0:C0EE:02:020:Always Tiger Jump PL1 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar2:0:C0EE:04:020:Always Invincibility PL1 rygar2:0:C0EE:08:020:Always Multikill Shot PL1 rygar2:0:C0EE:10:020:Always Straight Up Shot PL1 rygar2:0:C0EE:1B:000:Always all Powers PL1 rygar2:0:C0EE:1F:000:Always Inv./Powers PL1 rygar2:0:C0BC:07:000:Next Star always 70000pts PL1 rygar2:0:C0EE:00:021:Get No Powers Now! PL1 rygar2:0:C0EE:01:021:Get Long Shot Now! PL1 rygar2:0:C0EE:02:021:Get Tiger Jump Now! PL1 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar2:0:C0EE:04:021:Get Invincibility Now! PL1 rygar2:0:C0EE:08:021:Get Multikill Shot Now! PL1 rygar2:0:C0EE:10:021:Get Straight Up Shot Now! PL1 rygar2:0:C0EE:1B:001:Get all Powers Now! PL1 rygar2:0:C0EE:1F:001:Get Inv./Powers Now! PL1 rygar2:0:C0BC:07:001:Next Star = 70000 pts Now!PL1 rygar2:0:C190:08:000:Infinite Lives PL2 rygar2:0:C19A:64:000:Infinite Time PL2 rygar2:0:C1DE:00:000:Always No Powers PL2 rygar2:0:C1DE:01:020:Always Long Shot PL2 rygar2:0:C1DE:02:020:Always Tiger Jump PL2 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar2:0:C1DE:04:020:Always Invincibility PL2 rygar2:0:C1DE:08:020:Always Multikill Shot PL2 rygar2:0:C1DE:10:020:Always Straight Up Shot PL2 rygar2:0:C1DE:1B:000:Always all Powers PL2 rygar2:0:C1DE:1F:000:Always Inv./Powers PL2 rygar2:0:C1AC:07:000:Next Star always 70000pts PL2 rygar2:0:C1DE:00:021:Get No Powers Now! PL2 rygar2:0:C1DE:01:021:Get Long Shot Now! PL2 rygar2:0:C1DE:02:021:Get Tiger Jump Now! PL2 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygar2:0:C1DE:04:021:Get Invincibility Now! PL2 rygar2:0:C1DE:08:021:Get Multikill Shot Now! PL2 rygar2:0:C1DE:10:021:Get Straight Up Shot Now! PL2 rygar2:0:C1DE:1B:001:Get all Powers Now! PL2 rygar2:0:C1DE:1F:001:Get Inv./Powers Now! PL2 rygar2:0:C1AC:07:001:Next Star = 70000 pts Now!PL2 rygar2:0:C461:14:000:Inf. Cross Prot. On Pickup rygar2:0:C461:64:000:Stop Bonus Timer rygar2:0:C0AE:05:001:Change to Rank 5 Now! rygar2:0:C0AE:0A:001:Change to Rank 10 Now! rygar2:0:C0AE:0F:001:Change to Rank 15 Now! rygar2:0:C0AE:14:001:Change to Rank 20 Now! rygar2:0:C0AE:19:001:Change to Rank 25 Now! rygar2:0:C0AE:1E:001:Change to Rank 30 Now! ; [ Argus no Senshi (Japan) ] :rygarj:20800000:45AA:000000C9:FFFFFFFF:Invincibility:You will still die if you drop into fire pits :rygarj:00000000:C038:00000000:00000001:Rapid Fire rygarj:0:C0A0:08:000:Infinite Lives PL1 rygarj:0:C0AA:64:000:Infinite Time PL1 rygarj:0:C0EE:00:020:Always No Powers PL1 rygarj:0:C0EE:01:020:Always Long Shot PL1 rygarj:0:C0EE:02:020:Always Tiger Jump PL1 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygarj:0:C0EE:04:020:Always Invincibility PL1 rygarj:0:C0EE:08:020:Always Multikill Shot PL1 rygarj:0:C0EE:10:020:Always Straight Up Shot PL1 rygarj:0:C0EE:1B:000:Always all Powers PL1 rygarj:0:C0EE:1F:000:Always Inv./Powers PL1 rygarj:0:C0BC:07:000:Next Star always 70000pts PL1 rygarj:0:C0EE:00:021:Get No Powers Now! PL1 rygarj:0:C0EE:01:021:Get Long Shot Now! PL1 rygarj:0:C0EE:02:021:Get Tiger Jump Now! PL1 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygarj:0:C0EE:04:021:Get Invincibility Now! PL1 rygarj:0:C0EE:08:021:Get Multikill Shot Now! PL1 rygarj:0:C0EE:10:021:Get Straight Up Shot Now! PL1 rygarj:0:C0EE:1B:001:Get all Powers Now! PL1 rygarj:0:C0EE:1F:001:Get Inv./Powers Now! PL1 rygarj:0:C0BC:07:001:Next Star = 70000 pts Now!PL1 rygarj:0:C190:08:000:Infinite Lives PL2 rygarj:0:C19A:64:000:Infinite Time PL2 rygarj:0:C1DE:00:000:Always No Powers PL2 rygarj:0:C1DE:01:020:Always Long Shot PL2 rygarj:0:C1DE:02:020:Always Tiger Jump PL2 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygarj:0:C1DE:04:020:Always Invincibility PL2 rygarj:0:C1DE:08:020:Always Multikill Shot PL2 rygarj:0:C1DE:10:020:Always Straight Up Shot PL2 rygarj:0:C1DE:1B:000:Always all Powers PL2 rygarj:0:C1DE:1F:000:Always Inv./Powers PL2 rygarj:0:C1AC:07:000:Next Star always 70000pts PL2 rygarj:0:C1DE:00:021:Get No Powers Now! PL2 rygarj:0:C1DE:01:021:Get Long Shot Now! PL2 rygarj:0:C1DE:02:021:Get Tiger Jump Now! PL2 ;Use ROM Invincibility above as this Always/Get Invincibility item enables you to kill an enemy by bodily crush. So it is hard that get secret bonus. (Kill Sniper by Tousatsu no Indra) ;rygarj:0:C1DE:04:021:Get Invincibility Now! PL2 rygarj:0:C1DE:08:021:Get Multikill Shot Now! PL2 rygarj:0:C1DE:10:021:Get Straight Up Shot Now! PL2 rygarj:0:C1DE:1B:001:Get all Powers Now! PL2 rygarj:0:C1DE:1F:001:Get Inv./Powers Now! PL2 rygarj:0:C1AC:07:001:Next Star = 70000 pts Now!PL2 rygarj:0:C461:14:000:Inf. Cross Prot. On Pickup rygarj:0:C461:64:000:Stop Bonus Timer rygarj:0:C0AE:05:001:Change to Rank 5 Now! rygarj:0:C0AE:0A:001:Change to Rank 10 Now! rygarj:0:C0AE:0F:001:Change to Rank 15 Now! rygarj:0:C0AE:14:001:Change to Rank 20 Now! rygarj:0:C0AE:19:001:Change to Rank 25 Now! rygarj:0:C0AE:1E:001:Change to Rank 30 Now! ; [ Gourmet Battle Quiz Ryohrioh CooKing (Japan) ] ryorioh:0:000016:09:000:Infinite Credits :ryorioh:000000E6:004490:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer ryorioh:0:005783:01:000:Always ONLY One question per quiz:; Do not use this poke once a quiz has begun!; Note that you'll need to use one of the "score" cheats as you won't have enough points to beat the computer ryorioh:0:0057CE:E7:000:Player Score always = 999 ryorioh:0:0057CF:03:500:Player Score always = 999 (2/2) ryorioh:0:0057D0:00:000:CPU's Score always = 000 ryorioh:0:0057D1:00:500:CPU's Score always = 000 (2/2) ryorioh:0:0000B2:06:000:Infinite Vitality PL1 ryorioh:0:004508:14:000:Always have a x20 Bonus PL1 ryorioh:0:004508:14:001:Get a x20 Bonus Now! PL1 ryorioh:0:0000B3:06:000:Infinite Vitality PL2 ryorioh:0:004509:14:000:Always have a x20 Bonus PL2 ryorioh:0:004509:14:001:Get a x20 Bonus Now! PL2 ; [ VS Mahjong Otome Ryouran ] ryouran:0:00000000:00:999:[ The winning hand cheat must be activated when ] ryouran:0:00000000:00:999:[ there are 14 tiles in your hand, then press ] ryouran:0:00000000:00:999:[ the RON key (default is 'Left Alt' key then ] ryouran:0:00000000:00:999:[ 2nd choice) or you discard a tile. The tiles ] ryouran:0:00000000:00:999:[ do not visually change until you make a move. ] :ryouran:00000001:06003248:00000003:FFFFFFFF:Get winning hand Now! :ryouran:00010001:06003249:00000001:FFFFFFFF:Get winning hand Now! (02/28) :ryouran:00010001:0600324A:00000003:FFFFFFFF:Get winning hand Now! (03/28) :ryouran:00010001:0600324B:00000001:FFFFFFFF:Get winning hand Now! (04/28) :ryouran:00010001:0600324C:00000003:FFFFFFFF:Get winning hand Now! (05/28) :ryouran:00010001:0600324D:00000001:FFFFFFFF:Get winning hand Now! (06/28) :ryouran:00010001:0600324E:00000003:FFFFFFFF:Get winning hand Now! (07/28) :ryouran:00010001:0600324F:00000002:FFFFFFFF:Get winning hand Now! (08/28) :ryouran:00010001:06003250:00000003:FFFFFFFF:Get winning hand Now! (09/28) :ryouran:00010001:06003251:00000002:FFFFFFFF:Get winning hand Now! (10/28) :ryouran:00010001:06003252:00000003:FFFFFFFF:Get winning hand Now! (11/28) :ryouran:00010001:06003253:00000002:FFFFFFFF:Get winning hand Now! (12/28) :ryouran:00010001:06003254:00000003:FFFFFFFF:Get winning hand Now! (13/28) :ryouran:00010001:06003255:00000003:FFFFFFFF:Get winning hand Now! (14/28) :ryouran:00010001:06003256:00000003:FFFFFFFF:Get winning hand Now! (15/28) :ryouran:00010001:06003257:00000003:FFFFFFFF:Get winning hand Now! (16/28) :ryouran:00010001:06003258:00000003:FFFFFFFF:Get winning hand Now! (17/28) :ryouran:00010001:06003259:00000003:FFFFFFFF:Get winning hand Now! (18/28) :ryouran:00010001:0600325A:00000003:FFFFFFFF:Get winning hand Now! (19/28) :ryouran:00010001:0600325B:00000004:FFFFFFFF:Get winning hand Now! (20/28) :ryouran:00010001:0600325C:00000003:FFFFFFFF:Get winning hand Now! (21/28) :ryouran:00010001:0600325D:00000004:FFFFFFFF:Get winning hand Now! (22/28) :ryouran:00010001:0600325E:00000003:FFFFFFFF:Get winning hand Now! (23/28) :ryouran:00010001:0600325F:00000004:FFFFFFFF:Get winning hand Now! (24/28) :ryouran:00010001:06003260:00000003:FFFFFFFF:Get winning hand Now! (25/28) :ryouran:00010001:06003261:00000005:FFFFFFFF:Get winning hand Now! (26/28) :ryouran:00010001:06003262:00000003:FFFFFFFF:Get winning hand Now! (27/28) :ryouran:00010001:06003263:00000005:FFFFFFFF:Get winning hand Now! (28/28) :ryouran:00000000:06003248:00000003:FFFFFFFF:Always winning hand :ryouran:00010000:06003249:00000001:FFFFFFFF:Always winning hand (02/28) :ryouran:00010000:0600324A:00000003:FFFFFFFF:Always winning hand (03/28) :ryouran:00010000:0600324B:00000001:FFFFFFFF:Always winning hand (04/28) :ryouran:00010000:0600324C:00000003:FFFFFFFF:Always winning hand (05/28) :ryouran:00010000:0600324D:00000001:FFFFFFFF:Always winning hand (06/28) :ryouran:00010000:0600324E:00000003:FFFFFFFF:Always winning hand (07/28) :ryouran:00010000:0600324F:00000002:FFFFFFFF:Always winning hand (08/28) :ryouran:00010000:06003250:00000003:FFFFFFFF:Always winning hand (09/28) :ryouran:00010000:06003251:00000002:FFFFFFFF:Always winning hand (10/28) :ryouran:00010000:06003252:00000003:FFFFFFFF:Always winning hand (11/28) :ryouran:00010000:06003253:00000002:FFFFFFFF:Always winning hand (12/28) :ryouran:00010000:06003254:00000003:FFFFFFFF:Always winning hand (13/28) :ryouran:00010000:06003255:00000003:FFFFFFFF:Always winning hand (14/28) :ryouran:00010000:06003256:00000003:FFFFFFFF:Always winning hand (15/28) :ryouran:00010000:06003257:00000003:FFFFFFFF:Always winning hand (16/28) :ryouran:00010000:06003258:00000003:FFFFFFFF:Always winning hand (17/28) :ryouran:00010000:06003259:00000003:FFFFFFFF:Always winning hand (18/28) :ryouran:00010000:0600325A:00000003:FFFFFFFF:Always winning hand (19/28) :ryouran:00010000:0600325B:00000004:FFFFFFFF:Always winning hand (20/28) :ryouran:00010000:0600325C:00000003:FFFFFFFF:Always winning hand (21/28) :ryouran:00010000:0600325D:00000004:FFFFFFFF:Always winning hand (22/28) :ryouran:00010000:0600325E:00000003:FFFFFFFF:Always winning hand (23/28) :ryouran:00010000:0600325F:00000004:FFFFFFFF:Always winning hand (24/28) :ryouran:00010000:06003260:00000003:FFFFFFFF:Always winning hand (25/28) :ryouran:00010000:06003261:00000005:FFFFFFFF:Always winning hand (26/28) :ryouran:00010000:06003262:00000003:FFFFFFFF:Always winning hand (27/28) :ryouran:00010000:06003263:00000005:FFFFFFFF:Always winning hand (28/28) :ryouran:00100006:06003248:000A000D:00000000:Watch ALL 14 tiles - Player :ryouran:00100006:0600322A:000A000D:00000008:Watch ALL 14 tiles - C.P.U. :ryouran:60000000:00000000:00000000:00000000:[ Here is the look-up list for the above watches ] :ryouran:60000000:00000000:00000000:00000000:[ ] :ryouran:60000000:00000000:00000000:00000000:[ family rank common name chinese name ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 01h 1 "characters" 1 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 02h 2 "characters" 2 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 03h 3 "characters" 3 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 04h 4 "characters" 4 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 05h 5 "characters" 5 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 06h 6 "characters" 6 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 07h 7 "characters" 7 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 08h 8 "characters" 8 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 00h 09h 9 "characters" 9 "wan" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 01h 1 "dots" 1 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 02h 2 "dots" 2 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 03h 3 "dots" 3 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 04h 4 "dots" 4 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 05h 5 "dots" 5 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 06h 6 "dots" 6 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 07h 7 "dots" 7 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 08h 8 "dots" 8 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 01h 09h 9 "dots" 9 "tung" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 01h 1 "bamboo" 1"tiao/Bird" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 02h 2 "bamboo" 2 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 03h 3 "bamboo" 3 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 04h 4 "bamboo" 4 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 05h 5 "bamboo" 5 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 06h 6 "bamboo" 6 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 07h 7 "bamboo" 7 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 08h 8 "bamboo" 8 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 02h 09h 9 "bamboo" 9 "tiao" ] :ryouran:60000000:00000000:00000000:00000000:[ 03h 01h East "wind" ] :ryouran:60000000:00000000:00000000:00000000:[ 03h 02h South "wind" ] :ryouran:60000000:00000000:00000000:00000000:[ 03h 03h West "wind" ] :ryouran:60000000:00000000:00000000:00000000:[ 03h 04h North "wind" ] :ryouran:60000000:00000000:00000000:00000000:[ 03h 05h White "dragon" ] :ryouran:60000000:00000000:00000000:00000000:[ 03h 06h Green "dragon" ] :ryouran:60000000:00000000:00000000:00000000:[ 03h 07h Red "dragon" ] :ryouran:60000000:00000000:00000000:00000000:[ FFh FFh - no tile - ] ; [ Ryu Jin (Japan) ] ryujin:0:100114:09:000:Infinite Credits ryujin:0:101603:05:071:Select starting level:Use on character select screen to select start level. It only changes the current level if you lose all your lives and then continue the game. ryujin:0:101603:05:061:Select next level ryujin:0:1000CC:00:001:Kill the Boss Now!:This is a timer cheat, not a life cheat. May be useful elsewhere ryujin:0:1000CB:00:501:Kill the Boss Now! (2/2) ryujin:0:101A03:04:000:Infinite Lives PL1 ryujin:0:101A2F:09:000:Infinite Bombs PL1 ryujin:0:101A21:05:000:Maximum Fire Power PL1 ryujin:0:101A1F:00:000:Always have Pink Weapon PL1:Has no effect when you have a Big Ship ryujin:0:101A1F:01:000:Always have Blue Weapon PL1:Has no effect when you have a Big Ship ryujin:0:101A1F:00:001:Get the Pink Weapon Now! PL1:Has no effect when you have a Big Ship ryujin:0:101A1F:01:001:Get the Blue Weapon Now! PL1:Has no effect when you have a Big Ship ryujin:0:1000C4:60:000:Always have Big Ship PL1:Turn off between levels to avoid glitches. Don't enable when you have invincibility or it will flicker ryujin:0:1019CA:03:500:Always have Big Ship PL1 (2/5) ryujin:0:1019D6:04:500:Always have Big Ship PL1 (3/5) ryujin:0:1019D7:04:500:Always have Big Ship PL1 (4/5) ryujin:0:101A2B:04:500:Always have Big Ship PL1 (5/5) ryujin:0:101A73:04:000:Infinite Lives PL2 ryujin:0:101A9F:09:000:Infinite Bombs PL2 ryujin:0:101A91:05:000:Maximum Fire Power PL2 ryujin:0:101A8F:00:000:Always have Pink Weapon PL2:Has no effect when you have a Big Ship ryujin:0:101A8F:01:000:Always have Blue Weapon PL2:Has no effect when you have a Big Ship ryujin:0:101A8F:00:001:Get the Pink Weapon Now! PL2:Has no effect when you have a Big Ship ryujin:0:101A8F:01:001:Get the Blue Weapon Now! PL2:Has no effect when you have a Big Ship ryujin:0:1000C8:60:000:Always have Big Ship PL2:Turn off between levels to avoid glitches. Don't enable when you have invincibility or it will flicker ryujin:0:101A3A:03:500:Always have Big Ship PL2 (2/5) ryujin:0:101A46:04:500:Always have Big Ship PL2 (3/5) ryujin:0:101A47:04:500:Always have Big Ship PL2 (4/5) ryujin:0:101A9B:04:500:Always have Big Ship PL2 (5/5) ; [ Ninja Ryukenden (Japan) ] :ryukendn:00000000:062F15:00000009:FFFFFFFF:Infinite Credits ryukendn:0:061E89:99:000:Infinite Time ryukendn:0:061E8E:03:000:Infinite Lives PL1 ryukendn:0:061EC3:09:000:Infinite Energy PL1 ryukendn:0:061EBA:0A:000:Infinite Sword PL1 ryukendn:0:061EB0:2C:000:Invincibility PL1 :ryukendn:00000000:061E32:00000000:00000002:Rapid Fire PL1 ryukendn:0:061E8F:03:000:Infinite Lives PL2 ryukendn:0:061F03:09:000:Infinite Energy PL2 ryukendn:0:061EFA:0A:000:Infinite Sword PL2 ryukendn:0:061EF1:2C:000:Invincibility PL2 :ryukendn:00000000:061E32:00000000:00000022:Rapid Fire PL2 ; [ RyuKyu (Japan, FD1094 317-5023) ] :ryukyu:00000000:203885:00000009:FFFFFFFF:Infinite Credits :ryukyu:00000503:201D01:00000013:FFFFFFFF:Select Starting Stage:Enable on the "Push Start" screen after you've inserted a credit :ryukyu:00200000:201D0B:000F0080:FFFFFFFF:Infinite Time :ryukyu:00000000:2022B1:00000003:FFFFFFFF:Infinite Cancel Items :ryukyu:00300000:201CF8:00000000:FFFFFFFF:Always Minimum Clear Points :ryukyu:00300000:201D06:09999999:FFFFFFFF:Always Maximum Points :ryukyu:62000000:000000:00000000:00000000:Select Current Card :ryukyu:00310000:201E4A:00010001:FFFFFFFF:Ace of Clubs :ryukyu:00310000:201E4A:00020001:FFFFFFFF:2 of Clubs :ryukyu:00310000:201E4A:00030001:FFFFFFFF:3 of Clubs :ryukyu:00310000:201E4A:00040001:FFFFFFFF:4 of Clubs :ryukyu:00310000:201E4A:00050001:FFFFFFFF:5 of Clubs :ryukyu:00310000:201E4A:00060001:FFFFFFFF:6 of Clubs :ryukyu:00310000:201E4A:00070001:FFFFFFFF:7 of Clubs :ryukyu:00310000:201E4A:00080001:FFFFFFFF:8 of Clubs :ryukyu:00310000:201E4A:00090001:FFFFFFFF:9 of Clubs :ryukyu:00310000:201E4A:000A0001:FFFFFFFF:10 of Clubs :ryukyu:00310000:201E4A:000B0001:FFFFFFFF:Jack of Clubs :ryukyu:00310000:201E4A:000C0001:FFFFFFFF:Queen of Clubs :ryukyu:00310000:201E4A:000D0001:FFFFFFFF:King of Clubs :ryukyu:00310000:201E4A:00010002:FFFFFFFF:Ace of Diamonds :ryukyu:00310000:201E4A:00020002:FFFFFFFF:2 of Diamonds :ryukyu:00310000:201E4A:00030002:FFFFFFFF:3 of Diamonds :ryukyu:00310000:201E4A:00040002:FFFFFFFF:4 of Diamonds :ryukyu:00310000:201E4A:00050002:FFFFFFFF:5 of Diamonds :ryukyu:00310000:201E4A:00060002:FFFFFFFF:6 of Diamonds :ryukyu:00310000:201E4A:00070002:FFFFFFFF:7 of Diamonds :ryukyu:00310000:201E4A:00080002:FFFFFFFF:8 of Diamonds :ryukyu:00310000:201E4A:00090002:FFFFFFFF:9 of Diamonds :ryukyu:00310000:201E4A:000A0002:FFFFFFFF:10 of Diamonds :ryukyu:00310000:201E4A:000B0002:FFFFFFFF:Jack of Diamonds :ryukyu:00310000:201E4A:000C0002:FFFFFFFF:Queen of Diamonds :ryukyu:00310000:201E4A:000D0002:FFFFFFFF:King of Diamonds :ryukyu:00310000:201E4A:00010003:FFFFFFFF:Ace of Spades :ryukyu:00310000:201E4A:00020003:FFFFFFFF:2 of Spades :ryukyu:00310000:201E4A:00030003:FFFFFFFF:3 of Spades :ryukyu:00310000:201E4A:00040003:FFFFFFFF:4 of Spades :ryukyu:00310000:201E4A:00050003:FFFFFFFF:5 of Spades :ryukyu:00310000:201E4A:00060003:FFFFFFFF:6 of Spades :ryukyu:00310000:201E4A:00070003:FFFFFFFF:7 of Spades :ryukyu:00310000:201E4A:00080003:FFFFFFFF:8 of Spades :ryukyu:00310000:201E4A:00090003:FFFFFFFF:9 of Spades :ryukyu:00310000:201E4A:000A0003:FFFFFFFF:10 of Spades :ryukyu:00310000:201E4A:000B0003:FFFFFFFF:Jack of Spades :ryukyu:00310000:201E4A:000C0003:FFFFFFFF:Queen of Spades :ryukyu:00310000:201E4A:000D0003:FFFFFFFF:King of Spades :ryukyu:00310000:201E4A:00010004:FFFFFFFF:Ace of Hearts :ryukyu:00310000:201E4A:00020004:FFFFFFFF:2 of Hearts :ryukyu:00310000:201E4A:00030004:FFFFFFFF:3 of Hearts :ryukyu:00310000:201E4A:00040004:FFFFFFFF:4 of Hearts :ryukyu:00310000:201E4A:00050004:FFFFFFFF:5 of Hearts :ryukyu:00310000:201E4A:00060004:FFFFFFFF:6 of Hearts :ryukyu:00310000:201E4A:00070004:FFFFFFFF:7 of Hearts :ryukyu:00310000:201E4A:00080004:FFFFFFFF:8 of Hearts :ryukyu:00310000:201E4A:00090004:FFFFFFFF:9 of Hearts :ryukyu:00310000:201E4A:000A0004:FFFFFFFF:10 of Hearts :ryukyu:00310000:201E4A:000B0004:FFFFFFFF:Jack of Hearts :ryukyu:00310000:201E4A:000C0004:FFFFFFFF:Queen of Hearts :ryukyu:00310000:201E4A:000D0004:FFFFFFFF:King of Hearts :ryukyu:00310000:201E4A:FFFFFFFF:FFFFFFFF:Joker ; [ Ryuuha [BET] (Japan 871027) ] ryuuha:0:7165:FF:000:Buggy score ryuuha:0:0000:00:999:[The winning hand cheat must] ryuuha:0:0000:00:999:[be activated when there are] ryuuha:0:0000:00:999:[14 tiles in your hand, then] ryuuha:0:0000:00:999:[press the RON key . ] ryuuha:0:0000:00:999:[('Z' by default). The tiles] ryuuha:0:0000:00:999:[do not visually change ] ryuuha:0:0000:00:999:[until you make a move. ] ryuuha:0:748C:31:001:Get winning hand Now! ryuuha:0:748D:31:501:Get winning hand Now! (02/14) ryuuha:0:748E:31:501:Get winning hand Now! (03/14) ryuuha:0:748F:32:501:Get winning hand Now! (04/14) ryuuha:0:7490:32:501:Get winning hand Now! (05/14) ryuuha:0:7491:32:501:Get winning hand Now! (06/14) ryuuha:0:7492:33:501:Get winning hand Now! (07/14) ryuuha:0:7493:33:501:Get winning hand Now! (08/14) ryuuha:0:7494:33:501:Get winning hand Now! (09/14) ryuuha:0:7495:34:501:Get winning hand Now! (10/14) ryuuha:0:7496:34:501:Get winning hand Now! (11/14) ryuuha:0:7497:34:501:Get winning hand Now! (12/14) ryuuha:0:7498:35:501:Get winning hand Now! (13/14) ryuuha:0:7499:35:501:Get winning hand Now! (14/14) ryuuha:0:748C:31:000:Always winning hand ryuuha:0:748D:31:500:Always winning hand (02/14) ryuuha:0:748E:31:500:Always winning hand (03/14) ryuuha:0:748F:32:500:Always winning hand (04/14) ryuuha:0:7490:32:500:Always winning hand (05/14) ryuuha:0:7491:32:500:Always winning hand (06/14) ryuuha:0:7492:33:500:Always winning hand (07/14) ryuuha:0:7493:33:500:Always winning hand (08/14) ryuuha:0:7494:33:500:Always winning hand (09/14) ryuuha:0:7495:34:500:Always winning hand (10/14) ryuuha:0:7496:34:500:Always winning hand (11/14) ryuuha:0:7497:34:500:Always winning hand (12/14) ryuuha:0:7498:35:500:Always winning hand (13/14) ryuuha:0:7499:35:500:Always winning hand (14/14) ; [ Strikers 1945 ] s1945:0:FE58A7:09:000:Infinite Credits :s1945:00001301:FE2221:0000000F:FFFFFFFF:Select Starting Level Now!:Enable on the select plane screen :s1945:00000300:FE223D:00000003:FFFFFFFF:Select First Stage :s1945:00000300:FE223F:00000003:FFFFFFFF:Select Second Stage :s1945:00000300:FE2241:00000003:FFFFFFFF:Select Third Stage :s1945:00000300:FE2243:00000003:FFFFFFFF:Select Fourth Stage s1945:0:FE1155:05:000:Infinite Lives PL1 s1945:0:FE1159:06:000:Infinite Bombs PL1 s1945:0:FE1183:78:000:Invincibility PL1 s1945:0:FE115B:03:000:Maximum fire power PL1 s1945:0:FE1185:04:000:Maximum missile power PL1 s1945:0:FE11E1:05:000:Infinite Lives PL2 s1945:0:FE11E5:06:000:Infinite Bombs PL2 s1945:0:FE120F:78:000:Invincibility PL2 s1945:0:FE11E7:03:000:Maximum fire power PL2 s1945:0:FE1211:04:000:Maximum missile power PL2 ; [ Strikers 1945 (Alt) ] s1945a:0:FE58A7:09:000:Infinite Credits :s1945a:00001301:FE2221:0000000F:FFFFFFFF:Select Starting Level Now!:Enable on the select plane screen :s1945a:00000300:FE223D:00000003:FFFFFFFF:Select First Stage :s1945a:00000300:FE223F:00000003:FFFFFFFF:Select Second Stage :s1945a:00000300:FE2241:00000003:FFFFFFFF:Select Third Stage :s1945a:00000300:FE2243:00000003:FFFFFFFF:Select Fourth Stage s1945a:0:FE1155:05:000:Infinite Lives PL1 s1945a:0:FE1159:06:000:Infinite Bombs PL1 s1945a:0:FE1183:78:000:Invincibility PL1 s1945a:0:FE115B:03:000:Maximum fire power PL1 s1945a:0:FE1185:04:000:Maximum missile power PL1 s1945a:0:FE11E1:05:000:Infinite Lives PL2 s1945a:0:FE11E5:06:000:Infinite Bombs PL2 s1945a:0:FE120F:78:000:Invincibility PL2 s1945a:0:FE11E7:03:000:Maximum fire power PL2 s1945a:0:FE1211:04:000:Maximum missile power PL2 ; [ Strikers 1945 II ] s1945ii:0:0600C3BE:09:000:Infinite Credits :s1945ii:00000301:0600C674:00000007:FFFFFFFF:Select Starting Stage :s1945ii:62000000:00000000:00000000:00000000:Select 1st Stage :s1945ii:00010001:0600C664:00000000:FFFFFFFF:Huge Flying Boat :s1945ii:00010001:0600C664:00000001:FFFFFFFF:Super Carrier :s1945ii:00010001:0600C664:00000002:FFFFFFFF:Armored Train :s1945ii:00010001:0600C664:00000003:FFFFFFFF:Battle Air Ship :s1945ii:62000000:00000000:00000000:00000000:Select 2nd Stage :s1945ii:00010001:0600C665:00000000:FFFFFFFF:Huge Flying Boat :s1945ii:00010001:0600C665:00000001:FFFFFFFF:Super Carrier :s1945ii:00010001:0600C665:00000002:FFFFFFFF:Armored Train :s1945ii:62000000:00000000:00000000:00000000:Select 3rd Stage :s1945ii:00010001:0600C666:00000000:FFFFFFFF:Huge Flying Boat :s1945ii:00010001:0600C666:00000001:FFFFFFFF:Super Carrier :s1945ii:00010001:0600C666:00000002:FFFFFFFF:Armored Train :s1945ii:00010001:0600C666:00000003:FFFFFFFF:Battle Air Ship :s1945ii:62000000:00000000:00000000:00000000:Select 4th Stage :s1945ii:00010001:0600C667:00000000:FFFFFFFF:Huge Flying Boat :s1945ii:00010001:0600C667:00000001:FFFFFFFF:Super Carrier :s1945ii:00010001:0600C667:00000002:FFFFFFFF:Armored Train :s1945ii:00010001:0600C667:00000003:FFFFFFFF:Battle Air Ship s1945ii:0:060103C1:03:000:Infinite Lives PL1 s1945ii:0:060103C3:09:000:Infinite Bombs PL1 s1945ii:0:060103E7:04:000:Maximum fire power PL1 s1945ii:0:060103FA:01:000:Invincibility "ON" PL1 s1945ii:0:060103FB:3F:500:Invincibility "ON" PL1 (2/2) s1945ii:0:060103FA:00:001:Invincibility "OFF" PL1 s1945ii:0:060103FB:01:501:Invincibility "OFF" PL1 (2/2) s1945ii:0:06010414:65:000:Always Max Extra weapon PL1 s1945ii:0:06010415:90:500:Always Max Extra weapon PL1 (2/2) s1945ii:0:0601045D:03:000:Infinite Lives PL2 s1945ii:0:0601045F:09:000:Infinite Bombs PL2 s1945ii:0:06010483:04:000:Maximum fire power PL2 s1945ii:0:06010496:01:000:Invincibility "ON" PL2 s1945ii:0:06010497:3F:500:Invincibility "ON" PL2 (2/2) s1945ii:0:06010496:00:001:Invincibility "OFF" PL2 s1945ii:0:06010497:01:501:Invincibility "OFF" PL2 (2/2) s1945ii:0:060104B0:65:000:Always Max Extra weapon PL2 s1945ii:0:060104B1:90:500:Always Max Extra weapon PL2 (2/2) ; [ Strikers 1945 III (World) / Strikers 1999 (Japan) ] s1945iii:0:0607271D:05:000:Infinite Lives PL1 s1945iii:0:0607271F:09:000:Infinite Bombs PL1 s1945iii:0:06072761:02:000:Invincibility PL1 s1945iii:0:06072755:03:000:Maximum Fire Power PL1 s1945iii:0:06072774:62:000:Maximum Extra weapon PL1 s1945iii:0:06072775:44:500:Maximum Extra weapon PL1 (2/2) s1945iii:0:06072A09:05:000:Infinite Lives PL2 s1945iii:0:06072A0B:09:000:Infinite Bombs PL2 s1945iii:0:06072A4D:02:000:Invincibility PL2 s1945iii:0:06072A41:03:000:Maximum Fire Power PL2 s1945iii:0:06072A60:62:000:Maximum Extra weapon PL2 s1945iii:0:06072A61:44:500:Maximum Extra weapon PL2 (2/2) :s1945iii:61100001:00000034:00000020:FFFFFFFF:Unlock X-36 in EEPROM:Press "Up" on ?. Same as [0-1-9-9-9] code, Reset afterwards :s1945iii:61110001:00000032:00000002:FFFFFFFF:Unlock X-36 in EEPROM (2/3) :s1945iii:61110001:00000030:0000001E:FFFFFFFF:Unlock X-36 in EEPROM (3/3) :s1945iii:00000301:06067B2E:0000000F:FFFFFFFF:Select Starting Stage:Use on Plane select screen :s1945iii:62000000:00000000:00000000:00000000:First Stage always =:Use on Plane select screen :s1945iii:00010001:06067B1E:00000000:FFFFFFFF:Sky (Grand Canyon) :s1945iii:00010001:06067B1E:00000001:FFFFFFFF:Ocean (Japan) :s1945iii:00010001:06067B1E:00000002:FFFFFFFF:Armoury (Russia) :s1945iii:00010001:06067B1E:00000003:FFFFFFFF:City (Australia) :s1945iii:62000000:00000000:00000000:00000000:Second Stage always =:Use on Plane select screen :s1945iii:00010001:06067B1F:00000000:FFFFFFFF:Sky (Grand Canyon) :s1945iii:00010001:06067B1F:00000001:FFFFFFFF:Ocean (Japan) :s1945iii:00010001:06067B1f:00000002:FFFFFFFF:Armoury (Russia) :s1945iii:00010001:06067B1f:00000003:FFFFFFFF:City (Australia) :s1945iii:62000000:00000000:00000000:00000000:Third Stage always =:Use on Plane select screen :s1945iii:00010001:06067B20:00000000:FFFFFFFF:Sky (Grand Canyon) :s1945iii:00010001:06067B20:00000001:FFFFFFFF:Ocean (Japan) :s1945iii:00010001:06067B20:00000002:FFFFFFFF:Armoury (Russia) :s1945iii:00010001:06067B20:00000003:FFFFFFFF:City (Australia) :s1945iii:62000000:00000000:00000000:00000000:Fourth Stage always =:Use on Plane select screen :s1945iii:00010001:06067B21:00000000:FFFFFFFF:Sky (Grand Canyon) :s1945iii:00010001:06067B21:00000001:FFFFFFFF:Ocean (Japan) :s1945iii:00010001:06067B21:00000002:FFFFFFFF:Armoury (Russia) :s1945iii:00010001:06067B21:00000003:FFFFFFFF:City (Australia) ; [ Strikers 1945 (Japan) ] s1945j:0:FE58A7:09:000:Infinite Credits :s1945j:00001301:FE2221:0000000F:FFFFFFFF:Select Starting Level Now!:Enable on the select plane screen :s1945j:00000300:FE223D:00000003:FFFFFFFF:Select First Stage :s1945j:00000300:FE223F:00000003:FFFFFFFF:Select Second Stage :s1945j:00000300:FE2241:00000003:FFFFFFFF:Select Third Stage :s1945j:00000300:FE2243:00000003:FFFFFFFF:Select Fourth Stage s1945j:0:FE1155:05:000:Infinite Lives PL1 s1945j:0:FE1159:06:000:Infinite Bombs PL1 s1945j:0:FE1183:78:000:Invincibility PL1 s1945j:0:FE115B:03:000:Maximum fire power PL1 s1945j:0:FE1185:04:000:Maximum missile power PL1 s1945j:0:FE11E1:05:000:Infinite Lives PL2 s1945j:0:FE11E5:06:000:Infinite Bombs PL2 s1945j:0:FE120F:78:000:Invincibility PL2 s1945j:0:FE11E7:03:000:Maximum fire power PL2 s1945j:0:FE1211:04:000:Maximum missile power PL2 ; [ Strikers 1945 (Japan, unprotected) ] s1945jn:0:FE58A7:09:000:Infinite Credits :s1945jn:00001301:FE2221:0000000F:FFFFFFFF:Select Starting Level Now!:Enable on the select plane screen :s1945jn:00000300:FE223D:00000003:FFFFFFFF:Select First Stage :s1945jn:00000300:FE223F:00000003:FFFFFFFF:Select Second Stage :s1945jn:00000300:FE2241:00000003:FFFFFFFF:Select Third Stage :s1945jn:00000300:FE2243:00000003:FFFFFFFF:Select Fourth Stage s1945jn:0:FE1155:05:000:Infinite Lives PL1 s1945jn:0:FE1159:06:000:Infinite Bombs PL1 s1945jn:0:FE1183:78:000:Invincibility PL1 s1945jn:0:FE115B:03:000:Maximum fire power PL1 s1945jn:0:FE1185:04:000:Maximum missile power PL1 s1945jn:0:FE11E1:05:000:Infinite Lives PL2 s1945jn:0:FE11E5:06:000:Infinite Bombs PL2 s1945jn:0:FE120F:78:000:Invincibility PL2 s1945jn:0:FE11E7:03:000:Maximum fire power PL2 s1945jn:0:FE1211:04:000:Maximum missile power PL2 ; [ Strikers 1945 Plus ] :s1945p:00800000:10007C:00000001:FFFFFFFF:Enable C Button Rapid Fire :s1945p:00800000:100332:00000001:FFFFFFFF:Unlock Ascender P55 s1945p:0:10031F:07:071:Select the Starting Mission:Use on the ship select screen. NOTE - No times are recorded s1945p:0:1002FB:00:000:Mission 1 = Level One:Use whenever, Game randomly picks starting level out of first four s1945p:0:1002FB:01:000:Mission 1 = Level Two s1945p:0:1002FB:02:000:Mission 1 = Level Three s1945p:0:1002FB:03:000:Mission 1 = Level Four ;The above cheat descriptions/cheats need to be redone s1945p:0:1000E9:09:000:Infinite Lives PL1 s1945p:0:1000EB:09:000:Infinite Bombs PL1 s1945p:0:100109:00:000:Instant Bomber Availability PL1 s1945p:0:1000F5:01:000:Infinite Super Shot PL1:Different planes can have a different number so set to 1 for compatability s1945p:0:1021E3:F0:000:Invincibility PL1 s1945p:0:102176:FF:500:Invincibility PL1 (2/5) s1945p:0:102177:FF:500:Invincibility PL1 (3/5) s1945p:0:102178:FF:500:Invincibility PL1 (4/5) s1945p:0:102179:FF:500:Invincibility PL1 (5/5) s1945p:0:1000ED:04:000:Always Max Firepower PL1 s1945p:0:1000E7:07:000:Always Play As "Ascender P55" PL1 s1945p:0:100145:09:000:Infinite Lives PL2 s1945p:0:100147:09:000:Infinite Bombs PL2 s1945p:0:100165:00:000:Instant Bomber Availability PL2 s1945p:0:100151:01:000:Infinite Super Shot PL2:Different planes can have a different number so set to 1 for compatability s1945p:0:10232B:F0:000:Invincibility PL2 s1945p:0:1022BE:FF:500:Invincibility PL2 (2/5) s1945p:0:1022BF:FF:500:Invincibility PL2 (3/5) s1945p:0:1022C0:FF:500:Invincibility PL2 (4/5) s1945p:0:1022C1:FF:500:Invincibility PL2 (5/5) s1945p:0:100149:04:000:Always Max Firepower PL2 s1945p:0:100143:07:000:Always Play As "Ascender P55" PL2 :s1945p:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :s1945p:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :s1945p:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Saboten Bombers (set 1) ] sabotenb:0:0F9003:09:000:Infinite Credits sabotenb:0:0F906B:63:000:Infinite Time sabotenb:0:0F0037:09:000:Infinite Lives PL1 sabotenb:0:0F006F:02:000:Invincibility PL1 sabotenb:0:0F0137:09:000:Infinite Lives PL2 sabotenb:0:0F016F:02:000:Invincibility PL2 ; [ Saboten Bombers (set 2) ] sabotnba:0:0F9003:09:000:Infinite Credits sabotnba:0:0F906B:63:000:Infinite Time sabotnba:0:0F0037:09:000:Infinite Lives PL1 sabotnba:0:0F006F:02:000:Invincibility PL1 sabotnba:0:0F0137:09:000:Infinite Lives PL2 sabotnba:0:0F016F:02:000:Invincibility PL2 ; [ Sadari ] sadari:0:C503:63:000:Infinite Credits sadari:0:C444:03:000:Infinite Ps PL1 sadari:0:C445:03:000:Infinite Ps PL2 ; [ Safari ] safari:0:E44B:09:000:Infinite Time ; [ Safari Rally (Japan) ] safarir:0:2390:0A:000:Infinite Lives PL1 safarir:0:2391:0A:000:Infinite Lives PL2 ; [ Pretty Soldier Sailor Moon (95/03/22B) ] sailormn:0:10835F:09:000:Infinite Credits sailormn:0:10A416:99:000:Infinite Time sailormn:0:1020F4:09:000:Infinite Lives PL1 sailormn:0:102033:44:000:Infinite Energy PL1 sailormn:0:102023:80:040:Invincibility "ON" PL1 sailormn:0:102023:80:021:Invincibility "OFF" PL1 sailormn:0:102039:00:000:Always have Punch Only Combo PL1 sailormn:0:102039:04:000:Always have Finish Only Combo PL1 sailormn:0:1094C5:01:000:Always have Magic Level 1 PL1 sailormn:0:1094C5:02:000:Always have Magic Level 2 PL1 sailormn:0:1094C5:03:000:Always have Magic Level 3 PL1 sailormn:0:1094C5:04:000:Always have Magic Level 4 PL1 sailormn:0:1094C5:05:000:Always have Magic Level 5 (Max) PL1 sailormn:0:1094C5:01:001:Get Magic Level 1 Now! PL1 sailormn:0:1094C5:02:001:Get Magic Level 2 Now! PL1 sailormn:0:1094C5:03:001:Get Magic Level 3 Now! PL1 sailormn:0:1094C5:04:001:Get Magic Level 4 Now! PL1 sailormn:0:1094C5:05:001:Get Magic Level 5 (Max) Now! PL1 sailormn:0:102001:01:001:Play as Sailor Moon Now! PL1 sailormn:0:102001:02:001:Play as Sailor Mercury Now! PL1 sailormn:0:102001:03:001:Play as Sailor Mars Now! PL1 sailormn:0:102001:04:001:Play as Sailor Jupiter Now! PL1 sailormn:0:102001:05:001:Play as Sailor Venus Now! PL1 sailormn:0:1021F4:09:000:Infinite Lives PL2 sailormn:0:102133:44:000:Infinite Energy PL2 sailormn:0:102123:80:040:Invincibility "ON" PL2 sailormn:0:102123:80:021:Invincibility "OFF" PL2 sailormn:0:102139:00:000:Always have Punch Only Combo PL2 sailormn:0:102139:04:000:Always have Finish Only Combo PL2 sailormn:0:1095C5:01:000:Always have Magic Level 1 PL2 sailormn:0:1095C5:02:000:Always have Magic Level 2 PL2 sailormn:0:1095C5:03:000:Always have Magic Level 3 PL2 sailormn:0:1095C5:04:000:Always have Magic Level 4 PL2 sailormn:0:1095C5:05:000:Always have Magic Level 5 (Max) PL2 sailormn:0:1095C5:01:001:Get Magic Level 1 Now! PL2 sailormn:0:1095C5:02:001:Get Magic Level 2 Now! PL2 sailormn:0:1095C5:03:001:Get Magic Level 3 Now! PL2 sailormn:0:1095C5:04:001:Get Magic Level 4 Now! PL2 sailormn:0:1095C5:05:001:Get Magic Level 5 (Max) Now! PL2 sailormn:0:102101:01:001:Play as Sailor Moon Now! PL2 sailormn:0:102101:02:001:Play as Sailor Mercury Now! PL2 sailormn:0:102101:03:001:Play as Sailor Mars Now! PL2 sailormn:0:102101:04:001:Play as Sailor Jupiter Now! PL2 sailormn:0:102101:05:001:Play as Sailor Venus Now! PL2 sailormn:0:000000:00:999:[ After you enable these region cheats to see ] sailormn:0:000000:00:999:[ any effect you must reset the game (with F3). ] sailormn:0:000011:00:120:Region Switch = Japan sailormn:0:000011:01:120:Region Switch = US sailormn:0:000011:02:120:Region Switch = Europe sailormn:0:000011:03:120:Region Switch = Hong Kong sailormn:0:000011:04:120:Region Switch = Taiwan sailormn:0:000011:05:120:Region Switch = Korea ; [ Pretty Soldier Sailor Moon (95/03/22) ] sailormo:0:10835F:09:000:Infinite Credits sailormo:0:10A416:99:000:Infinite Time sailormo:0:1020F4:09:000:Infinite Lives PL1 sailormo:0:102033:44:000:Infinite Energy PL1 sailormo:0:102023:80:040:Invincibility "ON" PL1 sailormo:0:102023:80:021:Invincibility "OFF" PL1 sailormo:0:102039:00:000:Always have Punch Only Combo PL1 sailormo:0:102039:04:000:Always have Finish Only Combo PL1 sailormo:0:1094C5:01:000:Always have Magic Level 1 PL1 sailormo:0:1094C5:02:000:Always have Magic Level 2 PL1 sailormo:0:1094C5:03:000:Always have Magic Level 3 PL1 sailormo:0:1094C5:04:000:Always have Magic Level 4 PL1 sailormo:0:1094C5:05:000:Always have Magic Level 5 (Max) PL1 sailormo:0:1094C5:01:001:Get Magic Level 1 Now! PL1 sailormo:0:1094C5:02:001:Get Magic Level 2 Now! PL1 sailormo:0:1094C5:03:001:Get Magic Level 3 Now! PL1 sailormo:0:1094C5:04:001:Get Magic Level 4 Now! PL1 sailormo:0:1094C5:05:001:Get Magic Level 5 (Max) Now! PL1 sailormo:0:102001:01:001:Play as Sailor Moon Now! PL1 sailormo:0:102001:02:001:Play as Sailor Mercury Now! PL1 sailormo:0:102001:03:001:Play as Sailor Mars Now! PL1 sailormo:0:102001:04:001:Play as Sailor Jupiter Now! PL1 sailormo:0:102001:05:001:Play as Sailor Venus Now! PL1 sailormo:0:1021F4:09:000:Infinite Lives PL2 sailormo:0:102133:44:000:Infinite Energy PL2 sailormo:0:102123:80:040:Invincibility "ON" PL2 sailormo:0:102123:80:021:Invincibility "OFF" PL2 sailormo:0:102139:00:000:Always have Punch Only Combo PL2 sailormo:0:102139:04:000:Always have Finish Only Combo PL2 sailormo:0:1095C5:01:000:Always have Magic Level 1 PL2 sailormo:0:1095C5:02:000:Always have Magic Level 2 PL2 sailormo:0:1095C5:03:000:Always have Magic Level 3 PL2 sailormo:0:1095C5:04:000:Always have Magic Level 4 PL2 sailormo:0:1095C5:05:000:Always have Magic Level 5 (Max) PL2 sailormo:0:1095C5:01:001:Get Magic Level 1 Now! PL2 sailormo:0:1095C5:02:001:Get Magic Level 2 Now! PL2 sailormo:0:1095C5:03:001:Get Magic Level 3 Now! PL2 sailormo:0:1095C5:04:001:Get Magic Level 4 Now! PL2 sailormo:0:1095C5:05:001:Get Magic Level 5 (Max) Now! PL2 sailormo:0:102101:01:001:Play as Sailor Moon Now! PL2 sailormo:0:102101:02:001:Play as Sailor Mercury Now! PL2 sailormo:0:102101:03:001:Play as Sailor Mars Now! PL2 sailormo:0:102101:04:001:Play as Sailor Jupiter Now! PL2 sailormo:0:102101:05:001:Play as Sailor Venus Now! PL2 sailormo:0:000000:00:999:[ After you enable these region cheats to see ] sailormo:0:000000:00:999:[ any effect you must reset the game (with F3). ] sailormo:0:000011:00:120:Region Switch = Japan sailormo:0:000011:01:120:Region Switch = US sailormo:0:000011:02:120:Region Switch = Europe sailormo:0:000011:03:120:Region Switch = Hong Kong sailormo:0:000011:04:120:Region Switch = Taiwan sailormo:0:000011:05:120:Region Switch = Korea ; [ Mahjong Sailor Wars (Japan) (set 2) ] :sailorwa:00100000:FA1A:00000002:FFFFFFFF:Infinite Thinking Time :sailorwa:00110000:FC28:00000002:FFFFFFFF:Infinite Thinking Time (2/2):1st = Tsumo, 2nd = Sutehai sailorwa:0:0000:00:999:[At the start of a game, ] sailorwa:0:0000:00:999:[there may be some small ] sailorwa:0:0000:00:999:[glitches on the tiles when ] sailorwa:0:0000:00:999:[using the 'Always' cheats. ] sailorwa:0:0000:00:999:[The cheats should still ] sailorwa:0:0000:00:999:[work as normal. ] :sailorwa:00100000:FCAD:00003131:FFFFFFFF:Always Winning Hand :sailorwa:00210000:FCAF:00323232:FFFFFFFF:Always Winning Hand (2/5) :sailorwa:00210000:FCB2:00353535:FFFFFFFF:Always Winning Hand (3/5) :sailorwa:00210000:FCB5:00363636:FFFFFFFF:Always Winning Hand (4/5) :sailorwa:00210000:FCB8:00373737:FFFFFFFF:Always Winning Hand (5/5) sailorwa:0:0000:00:999:[The winning hand cheat must] sailorwa:0:0000:00:999:[be activated when there are] sailorwa:0:0000:00:999:[14 tiles in your hand, then] sailorwa:0:0000:00:999:[press the RON key . ] sailorwa:0:0000:00:999:[('Z' by default). The tiles] sailorwa:0:0000:00:999:[do not visually change ] sailorwa:0:0000:00:999:[until you make a move. ] :sailorwa:00100001:FCAD:00003131:FFFFFFFF:Get Winning Hand Now! :sailorwa:00210001:FCAF:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :sailorwa:00210001:FCB2:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :sailorwa:00210001:FCB5:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :sailorwa:00210001:FCB8:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :sailorwa:00200000:FD61:0000270F:FFFFFFFF:Player Always Maximum Score :sailorwa:00200000:FD64:00000000:FFFFFFFF:CPU Always 0 Score :sailorwa:00000000:FD68:00000063:FFFFFFFF:Infinite Power :sailorwa:00000000:F919:00000001:FFFFFFFF:Always Have Tehai Magic :sailorwa:00000000:F91A:00000001:FFFFFFFF:Always Have Rong Barrier :sailorwa:00000000:F91B:00000001:FFFFFFFF:Always Have Dora Bomber :sailorwa:00000000:F91C:00000001:FFFFFFFF:Always Have Hai-Pai Trick :sailorwa:00000000:F91D:00000001:FFFFFFFF:Always Have Akuukan Reach Bou :sailorwa:00000000:F91E:00000001:FFFFFFFF:Always Have Energy Capsule (Buggy?) :sailorwa:00000000:F91F:00000001:FFFFFFFF:Always Have Critical Reach Bou :sailorwa:00000000:F920:00000001:FFFFFFFF:Always Have Saturn Ring :sailorwa:00000000:F921:00000001:FFFFFFFF:Always Have Blagoza Force :sailorwa:00000000:F922:00000001:FFFFFFFF:Always Have Triple Reach Bou :sailorwa:00000000:F923:00000001:FFFFFFFF:Always Have Mamori no Tate :sailorwa:62000000:0000:00000000:00000000:Select Starting Stage:Set before inserting a credit :sailorwa:00011001:F83C:00000000:FFFFFFFF:East Angel (St.1) :sailorwa:00011001:F83C:00000001:FFFFFFFF:South Angel (St.2) :sailorwa:00011001:F83C:00000002:FFFFFFFF:West Angel (St.3) :sailorwa:00011001:F83C:00000003:FFFFFFFF:North Angel (St.4) :sailorwa:00011001:F83C:00000004:FFFFFFFF:Castle Angel (St.5) :sailorwa:00011001:F83C:00000005:FFFFFFFF:Princess Artenal (St.6) ; [ Mahjong Sailor Wars-R [BET] (Japan) ] sailorwr:0:0000:00:999:[The winning hand cheat must] sailorwr:0:0000:00:999:[be activated when there are] sailorwr:0:0000:00:999:[14 tiles in your hand, then] sailorwr:0:0000:00:999:[press the RON key . ] sailorwr:0:0000:00:999:[('Z' by default). The tiles] sailorwr:0:0000:00:999:[do not visually change ] sailorwr:0:0000:00:999:[until you make a move. ] sailorwr:0:FD35:31:001:Get winning hand Now! sailorwr:0:FD36:31:501:Get winning hand Now! (02/14) sailorwr:0:FD37:31:501:Get winning hand Now! (03/14) sailorwr:0:FD38:32:501:Get winning hand Now! (04/14) sailorwr:0:FD39:32:501:Get winning hand Now! (05/14) sailorwr:0:FD3A:32:501:Get winning hand Now! (06/14) sailorwr:0:FD3B:33:501:Get winning hand Now! (07/14) sailorwr:0:FD3C:33:501:Get winning hand Now! (08/14) sailorwr:0:FD3D:33:501:Get winning hand Now! (09/14) sailorwr:0:FD3E:34:501:Get winning hand Now! (10/14) sailorwr:0:FD3F:34:501:Get winning hand Now! (11/14) sailorwr:0:FD40:34:501:Get winning hand Now! (12/14) sailorwr:0:FD41:35:501:Get winning hand Now! (13/14) sailorwr:0:FD42:35:501:Get winning hand Now! (14/14) sailorwr:0:0000:00:999:[At the start of a game, ] sailorwr:0:0000:00:999:[there may be some small ] sailorwr:0:0000:00:999:[glitches on the tiles when ] sailorwr:0:0000:00:999:[using the 'Always' cheats. ] sailorwr:0:0000:00:999:[The cheats should still ] sailorwr:0:0000:00:999:[work as normal. ] sailorwr:0:FD35:31:000:Always winning hand sailorwr:0:FD36:31:500:Always winning hand (02/14) sailorwr:0:FD37:31:500:Always winning hand (03/14) sailorwr:0:FD38:32:500:Always winning hand (04/14) sailorwr:0:FD39:32:500:Always winning hand (05/14) sailorwr:0:FD3A:32:500:Always winning hand (06/14) sailorwr:0:FD3B:33:500:Always winning hand (07/14) sailorwr:0:FD3C:33:500:Always winning hand (08/14) sailorwr:0:FD3D:33:500:Always winning hand (09/14) sailorwr:0:FD3E:34:500:Always winning hand (10/14) sailorwr:0:FD3F:34:500:Always winning hand (11/14) sailorwr:0:FD40:34:500:Always winning hand (12/14) sailorwr:0:FD41:35:500:Always winning hand (13/14) sailorwr:0:FD42:35:500:Always winning hand (14/14) ; [ Mahjong Sailor Wars (Japan) ] :sailorws:00100000:FA1A:00000002:FFFFFFFF:Infinite Thinking Time :sailorws:00110000:FC28:00000002:FFFFFFFF:Infinite Thinking Time (2/2):1st = Tsumo, 2nd = Sutehai sailorws:0:0000:00:999:[At the start of a game, ] sailorws:0:0000:00:999:[there may be some small ] sailorws:0:0000:00:999:[glitches on the tiles when ] sailorws:0:0000:00:999:[using the 'Always' cheats. ] sailorws:0:0000:00:999:[The cheats should still ] sailorws:0:0000:00:999:[work as normal. ] :sailorws:00100000:FCAD:00003131:FFFFFFFF:Always Winning Hand :sailorws:00210000:FCAF:00323232:FFFFFFFF:Always Winning Hand (2/5) :sailorws:00210000:FCB2:00353535:FFFFFFFF:Always Winning Hand (3/5) :sailorws:00210000:FCB5:00363636:FFFFFFFF:Always Winning Hand (4/5) :sailorws:00210000:FCB8:00373737:FFFFFFFF:Always Winning Hand (5/5) sailorws:0:0000:00:999:[The winning hand cheat must] sailorws:0:0000:00:999:[be activated when there are] sailorws:0:0000:00:999:[14 tiles in your hand, then] sailorws:0:0000:00:999:[press the RON key . ] sailorws:0:0000:00:999:[('Z' by default). The tiles] sailorws:0:0000:00:999:[do not visually change ] sailorws:0:0000:00:999:[until you make a move. ] :sailorws:00100001:FCAD:00003131:FFFFFFFF:Get Winning Hand Now! :sailorws:00210001:FCAF:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :sailorws:00210001:FCB2:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :sailorws:00210001:FCB5:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :sailorws:00210001:FCB8:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :sailorws:00200000:FD61:0000270F:FFFFFFFF:Player Always Maximum Score :sailorws:00200000:FD64:00000000:FFFFFFFF:CPU Always 0 Score :sailorws:00000000:FD68:00000063:FFFFFFFF:Infinite Power :sailorws:00000000:F919:00000001:FFFFFFFF:Always Have Tehai Magic :sailorws:00000000:F91A:00000001:FFFFFFFF:Always Have Rong Barrier :sailorws:00000000:F91B:00000001:FFFFFFFF:Always Have Dora Bomber :sailorws:00000000:F91C:00000001:FFFFFFFF:Always Have Hai-Pai Trick :sailorws:00000000:F91D:00000001:FFFFFFFF:Always Have Akuukan Reach Bou :sailorws:00000000:F91E:00000001:FFFFFFFF:Always Have Energy Capsule (Buggy?) :sailorws:00000000:F91F:00000001:FFFFFFFF:Always Have Critical Reach Bou :sailorws:00000000:F920:00000001:FFFFFFFF:Always Have Saturn Ring :sailorws:00000000:F921:00000001:FFFFFFFF:Always Have Blagoza Force :sailorws:00000000:F922:00000001:FFFFFFFF:Always Have Triple Reach Bou :sailorws:00000000:F923:00000001:FFFFFFFF:Always Have Mamori no Tate :sailorws:62000000:0000:00000000:00000000:Select Starting Stage:Set before inserting a credit :sailorws:00011001:F83C:00000000:FFFFFFFF:East Angel (St.1) :sailorws:00011001:F83C:00000001:FFFFFFFF:South Angel (St.2) :sailorws:00011001:F83C:00000002:FFFFFFFF:West Angel (St.3) :sailorws:00011001:F83C:00000003:FFFFFFFF:North Angel (St.4) :sailorws:00011001:F83C:00000004:FFFFFFFF:Castle Angel (St.5) :sailorws:00011001:F83C:00000005:FFFFFFFF:Princess Artenal (St.6) ; [ Sai Yu Gou Ma Roku (Japan bootleg 1) ] saiyugb1:0:0C77:99:000:Infinite Time saiyugb1:0:0168:09:000:Infinite Lives PL1 saiyugb1:0:0141:18:000:Infinite Energy PL1 saiyugb1:0:01ED:09:000:Infinite Lives PL2 saiyugb1:0:01C6:18:000:Infinite Energy PL2 ; [ Sai Yu Gou Ma Roku (Japan bootleg 2) ] saiyugb2:0:0C77:99:000:Infinite Time saiyugb2:0:0168:09:000:Infinite Lives PL1 saiyugb2:0:0141:18:000:Infinite Energy PL1 saiyugb2:0:01ED:09:000:Infinite Lives PL2 saiyugb2:0:01C6:18:000:Infinite Energy PL2 ; [ Sai Yu Gou Ma Roku (Japan) ] saiyugou:0:0C77:99:000:Infinite Time saiyugou:0:0168:09:000:Infinite Lives PL1 saiyugou:0:0141:18:000:Infinite Energy PL1 saiyugou:0:01ED:09:000:Infinite Lives PL2 saiyugou:0:01C6:18:000:Infinite Energy PL2 ; [ Salamander (version D) ] salamand:0:080380:99:000:Infinite Lives PL1 salamand:0:080500:40:040:Invincibility PL1 salamand:0:0803C0:99:000:Infinite Lives PL2 salamand:0:080530:40:040:Invincibility PL2 salamand:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Salamander (version J) ] salamanj:0:080380:99:000:Infinite Lives PL1 salamanj:0:080500:40:040:Invincibility PL1 salamanj:0:0803C0:99:000:Infinite Lives PL2 salamanj:0:080530:40:040:Invincibility PL2 salamanj:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Salamander 2 (ver JAA) ] salmndr2:0:C00C29:63:000:Infinite Credits salmndr2:0:C00461:0B:000:Infinite Lives PL1 salmndr2:0:C00523:02:000:Invincibility PL1 :salmndr2:00000000:C0048F:00000010:FFFFFFFF:Weapon Always Normal PL1 :salmndr2:00000000:C0048F:00000011:FFFFFFFF:Weapon Always Laser PL1 :salmndr2:00000000:C0048F:00000012:FFFFFFFF:Weapon Always Ripple Laser PL1 :salmndr2:00000000:C0048F:00000013:FFFFFFFF:Weapon Always Twin Laser PL1 :salmndr2:00000000:C00490:00000000:FFFFFFFF:Shot Power Always Low PL1 :salmndr2:00000000:C00490:00000001:FFFFFFFF:Shot Power Always High PL1 :salmndr2:00100000:C00491:00000F00:FFFFFFFF:Missiles Always Off PL1 :salmndr2:00100000:C00491:00001801:FFFFFFFF:Missiles Always Normal PL1 :salmndr2:00100000:C00491:00001901:FFFFFFFF:Missiles Always Twin PL1 :salmndr2:00000100:C0048E:00000004:FFFFFFFF:Select Next Life 'Option's PL1:To get the Options(the balls that follow you around, shooting when you shoot), lose a life while the code is on, or complete a phase. You start with the number of options you select after each life/phase :salmndr2:00000100:C00495:00000005:FFFFFFFF:Select Speed PL1 salmndr2:0:C0080F:0B:000:Infinite Lives PL2 salmndr2:0:C008D1:02:000:Invincibility PL2 :salmndr2:00000000:C0083D:00000010:FFFFFFFF:Weapon Always Normal PL2 :salmndr2:00000000:C0083D:00000011:FFFFFFFF:Weapon Always Laser PL2 :salmndr2:00000000:C0083D:00000012:FFFFFFFF:Weapon Always Ripple Laser PL2 :salmndr2:00000000:C0083D:00000013:FFFFFFFF:Weapon Always Twin Laser PL2 :salmndr2:00000000:C0083E:00000000:FFFFFFFF:Shot Power Always Low PL2 :salmndr2:00000000:C0083E:00000001:FFFFFFFF:Shot Power Always High PL2 :salmndr2:00100000:C0083F:00000F00:FFFFFFFF:Missiles Always Off PL2 :salmndr2:00100000:C0083F:00001801:FFFFFFFF:Missiles Always Normal PL2 :salmndr2:00100000:C0083F:00001901:FFFFFFFF:Missiles Always Twin PL2 :salmndr2:00000100:C0083C:00000004:FFFFFFFF:Select Next Life 'Option's PL2:To get the Options(the balls that follow you around, shooting when you shoot), lose a life while the code is on, or complete a phase. You start with the number of options you select after each life/phase :salmndr2:00000100:C00843:00000005:FFFFFFFF:Select Speed PL2 ; [ Same! Same! Same! (2P Ver.) ] samesam2:0:000000:00:999:[ See the Dip Switch Menu to enable ] samesam2:0:000000:00:999:[ an alternate Invincibility cheat. ] samesam2:0:0C1EA7:0A:000:Infinite Lives PL1 samesam2:0:0C16E9:08:000:Infinite Bombs PL1 samesam2:0:0C16DA:00:000:Invincibility "ON" PL1:Invincibility "ON" stops you from picking up bonuses samesam2:0:0C16DA:80:001:Invincibility "OFF" PL1 samesam2:0:0C1EBD:03:000:Maximum Fire Power PL1 samesam2:0:0C16E7:03:500:Maximum Fire Power PL1 (2/2) samesam2:0:0C16E3:00:000:Always have Normal Weapon PL1 samesam2:0:0C16E3:08:000:Always have Laser Weapon PL1 samesam2:0:0C16E3:10:000:Always have Fire Weapon PL1 samesam2:0:0C16E3:00:001:Get Normal Weapon Now! PL1 samesam2:0:0C16E3:08:001:Get Laser Weapon Now! PL1 samesam2:0:0C16E3:10:001:Get Fire Weapon Now! PL1 samesam2:0:0C1EA9:0A:000:Infinite Lives PL2 samesam2:0:0C1749:08:000:Infinite Bombs PL2 samesam2:0:0C173A:00:000:Invincibility "ON" PL2:Invincibility "ON" stops you from picking up bonuses samesam2:0:0C173A:80:001:Invincibility "OFF" PL2 samesam2:0:0C1EBF:03:000:Maximum Fire Power PL2 samesam2:0:0C1747:03:500:Maximum Fire Power PL2 (2/2) samesam2:0:0C1743:00:000:Always have Normal Weapon PL2 samesam2:0:0C1743:08:000:Always have Laser Weapon PL2 samesam2:0:0C1743:10:000:Always have Fire Weapon PL2 samesam2:0:0C1743:00:001:Get Normal Weapon Now! PL2 samesam2:0:0C1743:08:001:Get Laser Weapon Now! PL2 samesam2:0:0C1743:10:001:Get Fire Weapon Now! PL2 ; [ Same! Same! Same! ] samesame:0:0C1B17:0A:000:Infinite Lives samesame:0:0C12E9:0A:000:Infinite Bombs samesame:0:0C12DA:80:000:Invincibility samesame:0:000000:00:999:[ ] samesame:0:000000:00:999:[See the Dip Switch Menu to ] samesame:0:000000:00:999:[enable an alternate ] samesame:0:000000:00:999:[Invincibility cheat. ] samesame:0:000000:00:999:[ ] samesame:0:0C1B2F:03:001:Get Shot Level Up Now! samesame:0:0C12E7:03:000:Always Maximum Shot Power samesame:0:0C12E3:00:000:Always have Normal Weapon samesame:0:0C12E3:08:000:Always have Laser Weapon samesame:0:0C12E3:10:000:Always have Fire Weapon samesame:0:0C12E7:03:001:Get Maximum Shot Power Now! samesame:0:0C12E3:00:001:Get Normal Weapon Now! samesame:0:0C12E3:08:001:Get Laser Weapon Now! samesame:0:0C12E3:10:001:Get Fire Weapon Now! ; [ Samurai Shodown: Warrior's Rage ] sams64_2:0:0000:00:999:[ There are no cheats ]:REASON 1 sams64_2:0:0000:00:999:[ for this game as it ]:REASON 1 sams64_2:0:0000:00:999:[ didn't work the last ]:REASON 1 sams64_2:0:0000:00:999:[ time it was tested. ]:REASON 1 sams64_2:0:0000:00:999:[ If the game now works ]:REASON 1 sams64_2:0:0000:00:999:[ please request cheats ]:REASON 1 sams64_2:0:0000:00:999:[ for it on the cheat ]:REASON 1 sams64_2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Samurai Shodown V Special / Samurai Spirits Zero Special (set 2, censored) ] samsh5sh:0:10836B:3C:000:Infinite Time samsh5sh:0:10836B:00:001:Finish this Round Now! samsh5sh:0:10836C:09:000:Go to Final Stage Now! samsh5sh:0:108445:7D:000:Infinite Energy PL1 samsh5sh:0:108445:00:001:Drain All Energy Now! PL1 samsh5sh:0:10844E:40:000:Always have Maximum Power PL1 samsh5sh:0:10844E:00:000:Always have Minimum Power PL1 samsh5sh:0:1085F8:78:000:Always have Maximum Sword Power PL1 samsh5sh:0:1085F8:00:000:Always have Minimum Sword Power PL1 samsh5sh:0:1085FE:7C:000:Blue Energy Gauge Length PL1 samsh5sh:0:108554:82:000:Longer Sword Power Gauge PL1 :samsh5sh:62000000:000000:00000000:00000000:Select Character PL1:Character Names will need checking/correcting...anybody? :samsh5sh:00010000:108322:00000000:FFFFFFFF:Haohmaru :samsh5sh:00010000:108322:00000001:FFFFFFFF:Nakoruru :samsh5sh:00010000:108322:00000002:FFFFFFFF:Rimururu :samsh5sh:00010000:108322:00000003:FFFFFFFF:Hanzo :samsh5sh:00010000:108322:00000004:FFFFFFFF:Galford :samsh5sh:00010000:108322:00000005:FFFFFFFF:Senryu Kyoshiro :samsh5sh:00010000:108322:00000006:FFFFFFFF:Ukyo :samsh5sh:00010000:108322:00000007:FFFFFFFF:Genjuro :samsh5sh:00010000:108322:00000008:FFFFFFFF:Basara :samsh5sh:00010000:108322:00000009:FFFFFFFF:Shizumaru :samsh5sh:00010000:108322:0000000A:FFFFFFFF:Gaira :samsh5sh:00010000:108322:0000000B:FFFFFFFF:Yumeji * :samsh5sh:00010000:108322:0000000C:FFFFFFFF:Jubei :samsh5sh:00010000:108322:0000000D:FFFFFFFF:Sankuro * :samsh5sh:00010000:108322:0000000E:FFFFFFFF:Charlotte :samsh5sh:00010000:108322:0000000F:FFFFFFFF:Tam Tam :samsh5sh:00010000:108322:00000010:FFFFFFFF:Kazuki :samsh5sh:00010000:108322:00000011:FFFFFFFF:Sogetsu :samsh5sh:00010000:108322:00000012:FFFFFFFF:Rasetsumaru :samsh5sh:00010000:108322:00000013:FFFFFFFF:Rera :samsh5sh:00010000:108322:00000014:FFFFFFFF:Enja :samsh5sh:00010000:108322:00000015:FFFFFFFF:Suija :samsh5sh:00010000:108322:00000016:FFFFFFFF:Yoshitora :samsh5sh:00010000:108322:00000017:FFFFFFFF:Yunfei :samsh5sh:00010000:108322:00000018:FFFFFFFF:Mina :samsh5sh:00010000:108322:00000019:FFFFFFFF:Kusare-Gedou :samsh5sh:00010000:108322:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsh5sh:00010000:108322:0000001B:FFFFFFFF:Poppy ** samsh5sh:0:108655:7D:000:Infinite Energy PL2 samsh5sh:0:108655:00:001:Drain All Energy Now! PL2 samsh5sh:0:10865E:40:000:Always have Maximum Power PL2 samsh5sh:0:10865E:00:000:Always have Minimum Power PL2 samsh5sh:0:108808:78:000:Always have Maximum Sword Power PL2 samsh5sh:0:108808:00:000:Always have Minimum Sword Power PL2 samsh5sh:0:10880E:7C:000:Blue Energy Gauge Length PL2 samsh5sh:0:108764:82:000:Longer Sword Power Gauge PL2 :samsh5sh:62000000:000000:00000000:00000000:Select Character PL2:Character Names will need checking/correcting...anybody? :samsh5sh:00010000:108323:00000000:FFFFFFFF:Haohmaru :samsh5sh:00010000:108323:00000001:FFFFFFFF:Nakoruru :samsh5sh:00010000:108323:00000002:FFFFFFFF:Rimururu :samsh5sh:00010000:108323:00000003:FFFFFFFF:Hanzo :samsh5sh:00010000:108323:00000004:FFFFFFFF:Galford :samsh5sh:00010000:108323:00000005:FFFFFFFF:Senryu Kyoshiro :samsh5sh:00010000:108323:00000006:FFFFFFFF:Ukyo :samsh5sh:00010000:108323:00000007:FFFFFFFF:Genjuro :samsh5sh:00010000:108323:00000008:FFFFFFFF:Basara :samsh5sh:00010000:108323:00000009:FFFFFFFF:Shizumaru :samsh5sh:00010000:108323:0000000A:FFFFFFFF:Gaira :samsh5sh:00010000:108323:0000000B:FFFFFFFF:Yumeji * :samsh5sh:00010000:108323:0000000C:FFFFFFFF:Jubei :samsh5sh:00010000:108323:0000000D:FFFFFFFF:Sankuro * :samsh5sh:00010000:108323:0000000E:FFFFFFFF:Charlotte :samsh5sh:00010000:108323:0000000F:FFFFFFFF:Tam Tam :samsh5sh:00010000:108323:00000010:FFFFFFFF:Kazuki :samsh5sh:00010000:108323:00000011:FFFFFFFF:Sogetsu :samsh5sh:00010000:108323:00000012:FFFFFFFF:Rasetsumaru :samsh5sh:00010000:108323:00000013:FFFFFFFF:Rera :samsh5sh:00010000:108323:00000014:FFFFFFFF:Enja :samsh5sh:00010000:108323:00000015:FFFFFFFF:Suija :samsh5sh:00010000:108323:00000016:FFFFFFFF:Yoshitora :samsh5sh:00010000:108323:00000017:FFFFFFFF:Yunfei :samsh5sh:00010000:108323:00000018:FFFFFFFF:Mina :samsh5sh:00010000:108323:00000019:FFFFFFFF:Kusare-Gedou :samsh5sh:00010000:108323:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsh5sh:00010000:108323:0000001B:FFFFFFFF:Poppy ** :samsh5sh:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsh5sh:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsh5sh:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown V Special / Samurai Spirits Zero Special (set 3, less censored) ] samsh5sn:0:10836B:3C:000:Infinite Time samsh5sn:0:10836B:00:001:Finish this Round Now! samsh5sn:0:10836C:09:000:Go to Final Stage Now! samsh5sn:0:108445:7D:000:Infinite Energy PL1 samsh5sn:0:108445:00:001:Drain All Energy Now! PL1 samsh5sn:0:10844E:40:000:Always have Maximum Power PL1 samsh5sn:0:10844E:00:000:Always have Minimum Power PL1 samsh5sn:0:1085F8:78:000:Always have Maximum Sword Power PL1 samsh5sn:0:1085F8:00:000:Always have Minimum Sword Power PL1 samsh5sn:0:1085FE:7C:000:Blue Energy Gauge Length PL1 samsh5sn:0:108554:82:000:Longer Sword Power Gauge PL1 :samsh5sn:62000000:000000:00000000:00000000:Select Character PL1:Character Names will need checking/correcting...anybody? :samsh5sn:00010000:108322:00000000:FFFFFFFF:Haohmaru :samsh5sn:00010000:108322:00000001:FFFFFFFF:Nakoruru :samsh5sn:00010000:108322:00000002:FFFFFFFF:Rimururu :samsh5sn:00010000:108322:00000003:FFFFFFFF:Hanzo :samsh5sn:00010000:108322:00000004:FFFFFFFF:Galford :samsh5sn:00010000:108322:00000005:FFFFFFFF:Senryu Kyoshiro :samsh5sn:00010000:108322:00000006:FFFFFFFF:Ukyo :samsh5sn:00010000:108322:00000007:FFFFFFFF:Genjuro :samsh5sn:00010000:108322:00000008:FFFFFFFF:Basara :samsh5sn:00010000:108322:00000009:FFFFFFFF:Shizumaru :samsh5sn:00010000:108322:0000000A:FFFFFFFF:Gaira :samsh5sn:00010000:108322:0000000B:FFFFFFFF:Yumeji * :samsh5sn:00010000:108322:0000000C:FFFFFFFF:Jubei :samsh5sn:00010000:108322:0000000D:FFFFFFFF:Sankuro * :samsh5sn:00010000:108322:0000000E:FFFFFFFF:Charlotte :samsh5sn:00010000:108322:0000000F:FFFFFFFF:Tam Tam :samsh5sn:00010000:108322:00000010:FFFFFFFF:Kazuki :samsh5sn:00010000:108322:00000011:FFFFFFFF:Sogetsu :samsh5sn:00010000:108322:00000012:FFFFFFFF:Rasetsumaru :samsh5sn:00010000:108322:00000013:FFFFFFFF:Rera :samsh5sn:00010000:108322:00000014:FFFFFFFF:Enja :samsh5sn:00010000:108322:00000015:FFFFFFFF:Suija :samsh5sn:00010000:108322:00000016:FFFFFFFF:Yoshitora :samsh5sn:00010000:108322:00000017:FFFFFFFF:Yunfei :samsh5sn:00010000:108322:00000018:FFFFFFFF:Mina :samsh5sn:00010000:108322:00000019:FFFFFFFF:Kusare-Gedou :samsh5sn:00010000:108322:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsh5sn:00010000:108322:0000001B:FFFFFFFF:Poppy ** samsh5sn:0:108655:7D:000:Infinite Energy PL2 samsh5sn:0:108655:00:001:Drain All Energy Now! PL2 samsh5sn:0:10865E:40:000:Always have Maximum Power PL2 samsh5sn:0:10865E:00:000:Always have Minimum Power PL2 samsh5sn:0:108808:78:000:Always have Maximum Sword Power PL2 samsh5sn:0:108808:00:000:Always have Minimum Sword Power PL2 samsh5sn:0:10880E:7C:000:Blue Energy Gauge Length PL2 samsh5sn:0:108764:82:000:Longer Sword Power Gauge PL2 :samsh5sn:62000000:000000:00000000:00000000:Select Character PL2:Character Names will need checking/correcting...anybody? :samsh5sn:00010000:108323:00000000:FFFFFFFF:Haohmaru :samsh5sn:00010000:108323:00000001:FFFFFFFF:Nakoruru :samsh5sn:00010000:108323:00000002:FFFFFFFF:Rimururu :samsh5sn:00010000:108323:00000003:FFFFFFFF:Hanzo :samsh5sn:00010000:108323:00000004:FFFFFFFF:Galford :samsh5sn:00010000:108323:00000005:FFFFFFFF:Senryu Kyoshiro :samsh5sn:00010000:108323:00000006:FFFFFFFF:Ukyo :samsh5sn:00010000:108323:00000007:FFFFFFFF:Genjuro :samsh5sn:00010000:108323:00000008:FFFFFFFF:Basara :samsh5sn:00010000:108323:00000009:FFFFFFFF:Shizumaru :samsh5sn:00010000:108323:0000000A:FFFFFFFF:Gaira :samsh5sn:00010000:108323:0000000B:FFFFFFFF:Yumeji * :samsh5sn:00010000:108323:0000000C:FFFFFFFF:Jubei :samsh5sn:00010000:108323:0000000D:FFFFFFFF:Sankuro * :samsh5sn:00010000:108323:0000000E:FFFFFFFF:Charlotte :samsh5sn:00010000:108323:0000000F:FFFFFFFF:Tam Tam :samsh5sn:00010000:108323:00000010:FFFFFFFF:Kazuki :samsh5sn:00010000:108323:00000011:FFFFFFFF:Sogetsu :samsh5sn:00010000:108323:00000012:FFFFFFFF:Rasetsumaru :samsh5sn:00010000:108323:00000013:FFFFFFFF:Rera :samsh5sn:00010000:108323:00000014:FFFFFFFF:Enja :samsh5sn:00010000:108323:00000015:FFFFFFFF:Suija :samsh5sn:00010000:108323:00000016:FFFFFFFF:Yoshitora :samsh5sn:00010000:108323:00000017:FFFFFFFF:Yunfei :samsh5sn:00010000:108323:00000018:FFFFFFFF:Mina :samsh5sn:00010000:108323:00000019:FFFFFFFF:Kusare-Gedou :samsh5sn:00010000:108323:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsh5sn:00010000:108323:0000001B:FFFFFFFF:Poppy ** :samsh5sn:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsh5sn:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsh5sn:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown V Special / Samurai Spirits Zero Special (set 1, uncensored) ] samsh5sp:0:10836B:3C:000:Infinite Time samsh5sp:0:10836B:00:001:Finish this Round Now! samsh5sp:0:10836C:09:000:Go to Final Stage Now! samsh5sp:0:108445:7D:000:Infinite Energy PL1 samsh5sp:0:108445:00:001:Drain All Energy Now! PL1 samsh5sp:0:10844E:40:000:Always have Maximum Power PL1 samsh5sp:0:10844E:00:000:Always have Minimum Power PL1 samsh5sp:0:1085F8:78:000:Always have Maximum Sword Power PL1 samsh5sp:0:1085F8:00:000:Always have Minimum Sword Power PL1 samsh5sp:0:1085FE:7C:000:Blue Energy Gauge Length PL1 samsh5sp:0:108554:82:000:Longer Sword Power Gauge PL1 :samsh5sp:62000000:000000:00000000:00000000:Select Character PL1:Character Names will need checking/correcting...anybody? :samsh5sp:00010000:108322:00000000:FFFFFFFF:Haohmaru :samsh5sp:00010000:108322:00000001:FFFFFFFF:Nakoruru :samsh5sp:00010000:108322:00000002:FFFFFFFF:Rimururu :samsh5sp:00010000:108322:00000003:FFFFFFFF:Hanzo :samsh5sp:00010000:108322:00000004:FFFFFFFF:Galford :samsh5sp:00010000:108322:00000005:FFFFFFFF:Senryu Kyoshiro :samsh5sp:00010000:108322:00000006:FFFFFFFF:Ukyo :samsh5sp:00010000:108322:00000007:FFFFFFFF:Genjuro :samsh5sp:00010000:108322:00000008:FFFFFFFF:Basara :samsh5sp:00010000:108322:00000009:FFFFFFFF:Shizumaru :samsh5sp:00010000:108322:0000000A:FFFFFFFF:Gaira :samsh5sp:00010000:108322:0000000B:FFFFFFFF:Yumeji * :samsh5sp:00010000:108322:0000000C:FFFFFFFF:Jubei :samsh5sp:00010000:108322:0000000D:FFFFFFFF:Sankuro * :samsh5sp:00010000:108322:0000000E:FFFFFFFF:Charlotte :samsh5sp:00010000:108322:0000000F:FFFFFFFF:Tam Tam :samsh5sp:00010000:108322:00000010:FFFFFFFF:Kazuki :samsh5sp:00010000:108322:00000011:FFFFFFFF:Sogetsu :samsh5sp:00010000:108322:00000012:FFFFFFFF:Rasetsumaru :samsh5sp:00010000:108322:00000013:FFFFFFFF:Rera :samsh5sp:00010000:108322:00000014:FFFFFFFF:Enja :samsh5sp:00010000:108322:00000015:FFFFFFFF:Suija :samsh5sp:00010000:108322:00000016:FFFFFFFF:Yoshitora :samsh5sp:00010000:108322:00000017:FFFFFFFF:Yunfei :samsh5sp:00010000:108322:00000018:FFFFFFFF:Mina :samsh5sp:00010000:108322:00000019:FFFFFFFF:Kusare-Gedou :samsh5sp:00010000:108322:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsh5sp:00010000:108322:0000001B:FFFFFFFF:Poppy ** samsh5sp:0:108655:7D:000:Infinite Energy PL2 samsh5sp:0:108655:00:001:Drain All Energy Now! PL2 samsh5sp:0:10865E:40:000:Always have Maximum Power PL2 samsh5sp:0:10865E:00:000:Always have Minimum Power PL2 samsh5sp:0:108808:78:000:Always have Maximum Sword Power PL2 samsh5sp:0:108808:00:000:Always have Minimum Sword Power PL2 samsh5sp:0:10880E:7C:000:Blue Energy Gauge Length PL2 samsh5sp:0:108764:82:000:Longer Sword Power Gauge PL2 :samsh5sp:62000000:000000:00000000:00000000:Select Character PL2:Character Names will need checking/correcting...anybody? :samsh5sp:00010000:108323:00000000:FFFFFFFF:Haohmaru :samsh5sp:00010000:108323:00000001:FFFFFFFF:Nakoruru :samsh5sp:00010000:108323:00000002:FFFFFFFF:Rimururu :samsh5sp:00010000:108323:00000003:FFFFFFFF:Hanzo :samsh5sp:00010000:108323:00000004:FFFFFFFF:Galford :samsh5sp:00010000:108323:00000005:FFFFFFFF:Senryu Kyoshiro :samsh5sp:00010000:108323:00000006:FFFFFFFF:Ukyo :samsh5sp:00010000:108323:00000007:FFFFFFFF:Genjuro :samsh5sp:00010000:108323:00000008:FFFFFFFF:Basara :samsh5sp:00010000:108323:00000009:FFFFFFFF:Shizumaru :samsh5sp:00010000:108323:0000000A:FFFFFFFF:Gaira :samsh5sp:00010000:108323:0000000B:FFFFFFFF:Yumeji * :samsh5sp:00010000:108323:0000000C:FFFFFFFF:Jubei :samsh5sp:00010000:108323:0000000D:FFFFFFFF:Sankuro * :samsh5sp:00010000:108323:0000000E:FFFFFFFF:Charlotte :samsh5sp:00010000:108323:0000000F:FFFFFFFF:Tam Tam :samsh5sp:00010000:108323:00000010:FFFFFFFF:Kazuki :samsh5sp:00010000:108323:00000011:FFFFFFFF:Sogetsu :samsh5sp:00010000:108323:00000012:FFFFFFFF:Rasetsumaru :samsh5sp:00010000:108323:00000013:FFFFFFFF:Rera :samsh5sp:00010000:108323:00000014:FFFFFFFF:Enja :samsh5sp:00010000:108323:00000015:FFFFFFFF:Suija :samsh5sp:00010000:108323:00000016:FFFFFFFF:Yoshitora :samsh5sp:00010000:108323:00000017:FFFFFFFF:Yunfei :samsh5sp:00010000:108323:00000018:FFFFFFFF:Mina :samsh5sp:00010000:108323:00000019:FFFFFFFF:Kusare-Gedou :samsh5sp:00010000:108323:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsh5sp:00010000:108323:0000001B:FFFFFFFF:Poppy ** :samsh5sp:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsh5sp:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsh5sp:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown / Samurai Spirits ] samsho:0:100A09:63:000:Infinite Time samsho:0:100A09:00:001:Finish this Round Now! :samsho:83000000:00100A0A:00000080:000000A5:Infinite Energy PL1 :samsho:83000001:00100A0A:00000000:000000A5:Drain All Energy Now! PL1 samsho:0:000000:00:999:[ The Goto Boss Fight Screen should be ] samsho:0:000000:00:999:[ activated on the character selection ] samsho:0:000000:00:999:[ screen. If you activate it during any fight ] samsho:0:000000:00:999:[ however you will see the ENDING after you ] samsho:0:000000:00:999:[ win that match! ] samsho:0:100A93:0C:001:Goto Boss Fight Screen Now! samsho:0:000000:00:999:[ Free player selection. Activate between ] samsho:0:000000:00:999:[ rounds or just after selection. ] samsho:0:10100B:00:001:Play with Haohmaru PL1 samsho:0:10100B:01:001:Play with Nakoruru PL1 samsho:0:10100B:02:001:Play with Hanzo PL1 samsho:0:10100B:03:001:Play with Galford PL1 samsho:0:10100B:04:001:Play with Wang-Fu PL1 samsho:0:10100B:05:001:Play with Ukyo PL1 samsho:0:10100B:06:001:Play with Kyoshiro PL1 samsho:0:10100B:07:001:Play with Gen-An PL1 samsho:0:10100B:08:001:Play with Earthquake PL1 samsho:0:10100B:09:001:Play with Jubei PL1 samsho:0:10100B:0A:001:Play with Tamtam PL1 samsho:0:10100B:0B:001:Play with Charlotte PL1 samsho:0:10100B:0C:001:Play with Amakusa PL1 :samsho:83000000:00100A0E:00000080:000000A5:Infinite Energy PL2 :samsho:83000001:00100A0E:00000000:000000A5:Drain All Energy Now! PL2 samsho:0:000000:00:999:[ Free player selection. Activate between ] samsho:0:000000:00:999:[ rounds or just after selection. ] samsho:0:10102B:00:001:Play with Haohmaru PL2 samsho:0:10102B:01:001:Play with Nakoruru PL2 samsho:0:10102B:02:001:Play with Hanzo PL2 samsho:0:10102B:03:001:Play with Galford PL2 samsho:0:10102B:04:001:Play with Wang-Fu PL2 samsho:0:10102B:05:001:Play with Ukyo PL2 samsho:0:10102B:06:001:Play with Kyoshiro PL2 samsho:0:10102B:07:001:Play with Gen-An PL2 samsho:0:10102B:08:001:Play with Earthquake PL2 samsho:0:10102B:09:001:Play with Jubei PL2 samsho:0:10102B:0A:001:Play with Tamtam PL2 samsho:0:10102B:0B:001:Play with Charlotte PL2 samsho:0:10102B:0C:001:Play with Amakusa PL2 :samsho:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown II / Shin Samurai Spirits - Haohmaru jigokuhen ] samsho2:0:100AC6:98:000:Infinite Time samsho2:0:100AC7:40:502:Infinite Time (2/2) samsho2:0:000000:00:999:[ The Goto Boss Fight Screen should be ] samsho2:0:000000:00:999:[ activated on the character selection ] samsho2:0:000000:00:999:[ screen. If you activate it during any fight ] samsho2:0:000000:00:999:[ however you will see the ENDING after you ] samsho2:0:000000:00:999:[ win that match! ] samsho2:0:100AAE:0C:001:Goto Boss Fight Screen Now! :samsho2:83000000:00100A46:00000080:000000BB:Infinite Energy PL1 :samsho2:83000001:00100A46:00000000:000000BB:Drain All Energy Now! PL1 :samsho2:83000000:00100A46:00000020:000000F0:Always have Maximum Power PL1 :samsho2:83000000:00100A46:00000000:000000F0:Always have Minimum Power PL1 samsho2:0:000000:00:999:[ Free player selection. Activate between ] samsho2:0:000000:00:999:[ rounds or just after selection. ] samsho2:0:100D0B:00:001:Play with Haohmaru PL1 samsho2:0:100D0B:01:001:Play with Nakoruru PL1 samsho2:0:100D0B:02:001:Play with Hanzo PL1 samsho2:0:100D0B:03:001:Play with Galford PL1 samsho2:0:100D0B:04:001:Play with Wan-Fu PL1 samsho2:0:100D0B:05:001:Play with Ukyo PL1 samsho2:0:100D0B:06:001:Play with Kyoshiro PL1 samsho2:0:100D0B:07:001:Play with Gen-An PL1 samsho2:0:100D0B:08:001:Play with Earthquake PL1 samsho2:0:100D0B:09:001:Play with Jubei PL1 samsho2:0:100D0B:0B:001:Play with Charlotte PL1 samsho2:0:100D0B:0C:001:Play with Genjuro PL1 samsho2:0:100D0B:0D:001:Play with Cham Cham PL1 samsho2:0:100D0B:0E:001:Play with Sieger PL1 samsho2:0:100D0B:0F:001:Play with Nicotine PL1 samsho2:0:100D0B:10:001:Play with Mizuki PL1 samsho2:0:100D0B:11:001:Play with Kuroko PL1 :samsho2:83000000:00100A4A:00000080:000000BB:Infinite Energy PL2 :samsho2:83000001:00100A4A:00000000:000000BB:Drain All Energy Now! PL2 :samsho2:83000000:00100A4A:00000020:000000F0:Always have Maximum Power PL2 :samsho2:83000000:00100A4A:00000000:000000F0:Always have Minimum Power PL2 samsho2:0:000000:00:999:[ Free player selection. Activate between ] samsho2:0:000000:00:999:[ rounds or just after selection. ] samsho2:0:100D1B:00:001:Play with Haohmaru PL2 samsho2:0:100D1B:01:001:Play with Nakoruru PL2 samsho2:0:100D1B:02:001:Play with Hanzo PL2 samsho2:0:100D1B:03:001:Play with Galford PL2 samsho2:0:100D1B:04:001:Play with Wan-Fu PL2 samsho2:0:100D1B:05:001:Play with Ukyo PL2 samsho2:0:100D1B:06:001:Play with Kyoshiro PL2 samsho2:0:100D1B:07:001:Play with Gen-An PL2 samsho2:0:100D1B:08:001:Play with Earthquake PL2 samsho2:0:100D1B:09:001:Play with Jubei PL2 samsho2:0:100D1B:0B:001:Play with Charlotte PL2 samsho2:0:100D1B:0C:001:Play with Genjuro PL2 samsho2:0:100D1B:0D:001:Play with Cham Cham PL2 samsho2:0:100D1B:0E:001:Play with Sieger PL2 samsho2:0:100D1B:0F:001:Play with Nicotine PL2 samsho2:0:100D1B:10:001:Play with Mizuki PL2 samsho2:0:100D1B:11:001:Play with Kuroko PL2 :samsho2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown III / Samurai Spirits - Zankurou Musouken (set 1) ] samsho3:0:10849E:99:000:Infinite Time samsho3:0:10849E:00:001:Finish this Round Now! :samsho3:62000000:000000:00000000:00000000:Select Backdrop :samsho3:00010000:109069:00000000:FFFFFFFF:Haohmaru :samsho3:00010000:109069:00000001:FFFFFFFF:Nakoruru :samsho3:00010000:109069:00000002:FFFFFFFF:Rimururu :samsho3:00010000:109069:00000003:FFFFFFFF:Hanzo Hattori :samsho3:00010000:109069:00000004:FFFFFFFF:Galford :samsho3:00010000:109069:00000005:FFFFFFFF:Kyoshiro Senryou :samsho3:00010000:109069:00000006:FFFFFFFF:Ukyo Tachibana :samsho3:00010000:109069:00000007:FFFFFFFF:Genjuro Kibagami :samsho3:00010000:109069:00000008:FFFFFFFF:Kubikiri Basara :samsho3:00010000:109069:00000009:FFFFFFFF:Shizumaru Hisame :samsho3:00010000:109069:0000000A:FFFFFFFF:Gaira Kafuin :samsho3:00010000:109069:0000000B:FFFFFFFF:Amakusa Shirou Tokisada :samsho3:00010000:109069:0000000C:FFFFFFFF:Kuroko :samsho3:00010000:109069:0000000D:FFFFFFFF:Zankuro Minazuki :samsho3:00010000:109069:0000000E:FFFFFFFF:Zankuro Minazuki (Final Battle) samsho3:0:108573:80:000:Infinite Energy PL1 samsho3:0:108573:00:001:Drain All Energy Now! PL1 samsho3:0:10857C:40:000:Infinite Power PL1 samsho3:0:10857C:00:001:Drain All Power Now! PL1 :samsho3:00000100:108592:00000002:FFFFFFFF:Select Rounds Won PL1 :samsho3:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :samsho3:60000000:000000:00000000:00000000:[ rounds or just after selection. There are ] :samsho3:60000000:000000:00000000:00000000:[ however some glitches, eg. when you win ] :samsho3:60000000:000000:00000000:00000000:[ with Zankuro Minazuki. ] :samsho3:62000000:000000:00000000:00000000:Select Character PL1 :samsho3:00010000:108470:00000000:0000000F:Haohmaru :samsho3:00010000:108470:00000001:0000000F:Nakoruru :samsho3:00010000:108470:00000002:0000000F:Rimururu :samsho3:00010000:108470:00000003:0000000F:Hanzo Hattori :samsho3:00010000:108470:00000004:0000000F:Galford :samsho3:00010000:108470:00000005:0000000F:Kyoshiro Senryou :samsho3:00010000:108470:00000006:0000000F:Ukyo Tachibana :samsho3:00010000:108470:00000007:0000000F:Genjuro Kibagami :samsho3:00010000:108470:00000008:0000000F:Kubikiri Basara :samsho3:00010000:108470:00000009:0000000F:Shizumaru Hisame :samsho3:00010000:108470:0000000A:0000000F:Gaira Kafuin :samsho3:00010000:108470:0000000B:0000000F:Amakusa Shirou Tokisada :samsho3:00010000:108470:0000000C:0000000F:#Kuroko :samsho3:00010000:108470:0000000D:0000000F:#Zankuro Minazuki :samsho3:62000000:000000:00000000:00000000:Select Playing Style PL1 :samsho3:00010000:108470:00000000:00000050:Slash :samsho3:00010000:108470:00000050:00000050:Bust :samsho3:62000000:000000:00000000:00000000:Select Character Colour PL1 :samsho3:00010000:108470:00000000:00000080:A colour :samsho3:00010000:108470:00000080:00000080:B colour :samsho3:62000000:000000:00000000:00000000:Select Character Difficulty PL1 :samsho3:00010000:108472:00000000:FFFFFFFF:Beginners Class :samsho3:00010000:108472:00000001:FFFFFFFF:Medium Grade :samsho3:00010000:108472:00000002:FFFFFFFF:Upper Grade samsho3:0:108673:80:000:Infinite Energy PL2 samsho3:0:108673:00:001:Drain All Energy Now! PL2 samsho3:0:10867C:40:000:Infinite Power PL2 samsho3:0:10867C:00:001:Drain All Power Now! PL2 :samsho3:00000100:108692:00000002:FFFFFFFF:Select Rounds Won PL2 :samsho3:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :samsho3:60000000:000000:00000000:00000000:[ rounds or just after selection. There are ] :samsho3:60000000:000000:00000000:00000000:[ however some glitches, eg. when you win ] :samsho3:60000000:000000:00000000:00000000:[ with Zankuro Minazuki. ] :samsho3:62000000:000000:00000000:00000000:Select Character PL2 :samsho3:00010000:108471:00000000:0000000F:Haohmaru :samsho3:00010000:108471:00000001:0000000F:Nakoruru :samsho3:00010000:108471:00000002:0000000F:Rimururu :samsho3:00010000:108471:00000003:0000000F:Hanzo Hattori :samsho3:00010000:108471:00000004:0000000F:Galford :samsho3:00010000:108471:00000005:0000000F:Kyoshiro Senryou :samsho3:00010000:108471:00000006:0000000F:Ukyo Tachibana :samsho3:00010000:108471:00000007:0000000F:Genjuro Kibagami :samsho3:00010000:108471:00000008:0000000F:Kubikiri Basara :samsho3:00010000:108471:00000009:0000000F:Shizumaru Hisame :samsho3:00010000:108471:0000000A:0000000F:Gaira Kafuin :samsho3:00010000:108471:0000000B:0000000F:Amakusa Shirou Tokisada :samsho3:00010000:108471:0000000C:0000000F:#Kuroko :samsho3:00010000:108471:0000000D:0000000F:#Zankuro Minazuki :samsho3:62000000:000000:00000000:00000000:Select Playing Style PL2 :samsho3:00010000:108471:00000000:00000050:Slash :samsho3:00010000:108471:00000050:00000050:Bust :samsho3:62000000:000000:00000000:00000000:Select Character Colour PL2 :samsho3:00010000:108471:00000000:00000080:A colour :samsho3:00010000:108471:00000080:00000080:B colour :samsho3:62000000:000000:00000000:00000000:Select Character Difficulty PL2 :samsho3:00010000:108473:00000000:FFFFFFFF:Beginners Class :samsho3:00010000:108473:00000001:FFFFFFFF:Medium Grade :samsho3:00010000:108473:00000002:FFFFFFFF:Upper Grade :samsho3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown III / Samurai Spirits - Zankurou Musouken (set 2) ] samsho3a:0:10849E:99:000:Infinite Time samsho3a:0:10849E:00:001:Finish this Round Now! :samsho3a:62000000:000000:00000000:00000000:Select Backdrop :samsho3a:00010000:109069:00000000:FFFFFFFF:Haohmaru :samsho3a:00010000:109069:00000001:FFFFFFFF:Nakoruru :samsho3a:00010000:109069:00000002:FFFFFFFF:Rimururu :samsho3a:00010000:109069:00000003:FFFFFFFF:Hanzo Hattori :samsho3a:00010000:109069:00000004:FFFFFFFF:Galford :samsho3a:00010000:109069:00000005:FFFFFFFF:Kyoshiro Senryou :samsho3a:00010000:109069:00000006:FFFFFFFF:Ukyo Tachibana :samsho3a:00010000:109069:00000007:FFFFFFFF:Genjuro Kibagami :samsho3a:00010000:109069:00000008:FFFFFFFF:Kubikiri Basara :samsho3a:00010000:109069:00000009:FFFFFFFF:Shizumaru Hisame :samsho3a:00010000:109069:0000000A:FFFFFFFF:Gaira Kafuin :samsho3a:00010000:109069:0000000B:FFFFFFFF:Amakusa Shirou Tokisada :samsho3a:00010000:109069:0000000C:FFFFFFFF:Kuroko :samsho3a:00010000:109069:0000000D:FFFFFFFF:Zankuro Minazuki :samsho3a:00010000:109069:0000000E:FFFFFFFF:Zankuro Minazuki (Final Battle) samsho3a:0:108573:80:000:Infinite Energy PL1 samsho3a:0:108573:00:001:Drain All Energy Now! PL1 samsho3a:0:10857C:40:000:Infinite Power PL1 samsho3a:0:10857C:00:001:Drain All Power Now! PL1 :samsho3a:00000100:108592:00000002:FFFFFFFF:Select Rounds Won PL1 :samsho3a:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :samsho3a:60000000:000000:00000000:00000000:[ rounds or just after selection. There are ] :samsho3a:60000000:000000:00000000:00000000:[ however some glitches, eg. when you win ] :samsho3a:60000000:000000:00000000:00000000:[ with Zankuro Minazuki. ] :samsho3a:62000000:000000:00000000:00000000:Select Character PL1 :samsho3a:00010000:108470:00000000:0000000F:Haohmaru :samsho3a:00010000:108470:00000001:0000000F:Nakoruru :samsho3a:00010000:108470:00000002:0000000F:Rimururu :samsho3a:00010000:108470:00000003:0000000F:Hanzo Hattori :samsho3a:00010000:108470:00000004:0000000F:Galford :samsho3a:00010000:108470:00000005:0000000F:Kyoshiro Senryou :samsho3a:00010000:108470:00000006:0000000F:Ukyo Tachibana :samsho3a:00010000:108470:00000007:0000000F:Genjuro Kibagami :samsho3a:00010000:108470:00000008:0000000F:Kubikiri Basara :samsho3a:00010000:108470:00000009:0000000F:Shizumaru Hisame :samsho3a:00010000:108470:0000000A:0000000F:Gaira Kafuin :samsho3a:00010000:108470:0000000B:0000000F:Amakusa Shirou Tokisada :samsho3a:00010000:108470:0000000C:0000000F:#Kuroko :samsho3a:00010000:108470:0000000D:0000000F:#Zankuro Minazuki :samsho3a:62000000:000000:00000000:00000000:Select Playing Style PL1 :samsho3a:00010000:108470:00000000:00000050:Slash :samsho3a:00010000:108470:00000050:00000050:Bust :samsho3a:62000000:000000:00000000:00000000:Select Character Colour PL1 :samsho3a:00010000:108470:00000000:00000080:A colour :samsho3a:00010000:108470:00000080:00000080:B colour :samsho3a:62000000:000000:00000000:00000000:Select Character Difficulty PL1 :samsho3a:00010000:108472:00000000:FFFFFFFF:Beginners Class :samsho3a:00010000:108472:00000001:FFFFFFFF:Medium Grade :samsho3a:00010000:108472:00000002:FFFFFFFF:Upper Grade samsho3a:0:108673:80:000:Infinite Energy PL2 samsho3a:0:108673:00:001:Drain All Energy Now! PL2 samsho3a:0:10867C:40:000:Infinite Power PL2 samsho3a:0:10867C:00:001:Drain All Power Now! PL2 :samsho3a:00000100:108692:00000002:FFFFFFFF:Select Rounds Won PL2 :samsho3a:60000000:000000:00000000:00000000:[ Free player selection. Activate between ] :samsho3a:60000000:000000:00000000:00000000:[ rounds or just after selection. There are ] :samsho3a:60000000:000000:00000000:00000000:[ however some glitches, eg. when you win ] :samsho3a:60000000:000000:00000000:00000000:[ with Zankuro Minazuki. ] :samsho3a:62000000:000000:00000000:00000000:Select Character PL2 :samsho3a:00010000:108471:00000000:0000000F:Haohmaru :samsho3a:00010000:108471:00000001:0000000F:Nakoruru :samsho3a:00010000:108471:00000002:0000000F:Rimururu :samsho3a:00010000:108471:00000003:0000000F:Hanzo Hattori :samsho3a:00010000:108471:00000004:0000000F:Galford :samsho3a:00010000:108471:00000005:0000000F:Kyoshiro Senryou :samsho3a:00010000:108471:00000006:0000000F:Ukyo Tachibana :samsho3a:00010000:108471:00000007:0000000F:Genjuro Kibagami :samsho3a:00010000:108471:00000008:0000000F:Kubikiri Basara :samsho3a:00010000:108471:00000009:0000000F:Shizumaru Hisame :samsho3a:00010000:108471:0000000A:0000000F:Gaira Kafuin :samsho3a:00010000:108471:0000000B:0000000F:Amakusa Shirou Tokisada :samsho3a:00010000:108471:0000000C:0000000F:#Kuroko :samsho3a:00010000:108471:0000000D:0000000F:#Zankuro Minazuki :samsho3a:62000000:000000:00000000:00000000:Select Playing Style PL2 :samsho3a:00010000:108471:00000000:00000050:Slash :samsho3a:00010000:108471:00000050:00000050:Bust :samsho3a:62000000:000000:00000000:00000000:Select Character Colour PL2 :samsho3a:00010000:108471:00000000:00000080:A colour :samsho3a:00010000:108471:00000080:00000080:B colour :samsho3a:62000000:000000:00000000:00000000:Select Character Difficulty PL2 :samsho3a:00010000:108473:00000000:FFFFFFFF:Beginners Class :samsho3a:00010000:108473:00000001:FFFFFFFF:Medium Grade :samsho3a:00010000:108473:00000002:FFFFFFFF:Upper Grade :samsho3a:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho3a:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho3a:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown IV - Amakusa's Revenge / Samurai Spirits - Amakusa Kourin ] samsho4:0:108368:61:000:Infinite Time :samsho4:62000000:000000:00000000:00000000:Select Backdrop:Changes between matches :samsho4:00010000:108B2B:00000000:FFFFFFFF:Arie :samsho4:00010000:108B2B:00000001:FFFFFFFF:Obama :samsho4:00010000:108B2B:00000002:FFFFFFFF:Kuchinotsu :samsho4:00010000:108B2B:00000003:FFFFFFFF:Koga :samsho4:00010000:108B2B:00000004:FFFFFFFF:Kushiyama :samsho4:00010000:108B2B:00000005:FFFFFFFF:Dohsaki :samsho4:00010000:108B2B:00000006:FFFFFFFF:Funatsu :samsho4:00010000:108B2B:00000007:FFFFFFFF:Fukae :samsho4:00010000:108B2B:00000008:FFFFFFFF:Kusenbutake :samsho4:00010000:108B2B:00000009:FFFFFFFF:Amakusa Castle (vs Amakusa) :samsho4:00010000:108B2B:0000000A:FFFFFFFF:Amakusa Castle (vs Zankuro) :samsho4:00010000:108B2B:0000000B:FFFFFFFF:Amakusa Castle (vs Rival) samsho4:0:108443:FC:000:Infinite Energy PL1 samsho4:0:108443:00:001:Drain All Energy Now! PL1 samsho4:0:10844C:40:000:Infinite Power PL1 :samsho4:00000000:108558:00000000:000000FF:Always Have Power Gauge PL1 :samsho4:00000000:108558:000000FF:000000FF:Never Have Power Gauge PL1 :samsho4:00000100:108462:00000002:FFFFFFFF:Select Rounds Won PL1 :samsho4:62000000:000000:00000000:00000000:Select Character PL1:Use this in-between rounds :samsho4:00010000:108322:00000000:FFFFFFFF:Haohmaru :samsho4:00010000:108322:00000001:FFFFFFFF:Nakoruru :samsho4:00010000:108322:00000002:FFFFFFFF:Rimururu :samsho4:00010000:108322:00000003:FFFFFFFF:Hanzo Hattori :samsho4:00010000:108322:00000004:FFFFFFFF:Galford :samsho4:00010000:108322:00000005:FFFFFFFF:Kyoshiro Senryou :samsho4:00010000:108322:00000006:FFFFFFFF:Ukyo Tachibana :samsho4:00010000:108322:00000007:FFFFFFFF:Genjuro Kibagami :samsho4:00010000:108322:00000008:FFFFFFFF:Kubikiri Basara :samsho4:00010000:108322:00000009:FFFFFFFF:Shizumaru Hisame :samsho4:00010000:108322:0000000A:FFFFFFFF:Gaira Kafuin :samsho4:00010000:108322:0000000B:FFFFFFFF:Amakusa Shirou Tokisada :samsho4:00010000:108322:0000000C:FFFFFFFF:Jubei Yagyu :samsho4:00010000:108322:0000000D:FFFFFFFF:#Zankuro Minazuki :samsho4:00010000:108322:0000000E:FFFFFFFF:Charlotte :samsho4:00010000:108322:0000000F:FFFFFFFF:Tam Tam :samsho4:00010000:108322:00000010:FFFFFFFF:Kazuki Kazama :samsho4:00010000:108322:00000011:FFFFFFFF:Sogetsu Kazama :samsho4:62000000:000000:00000000:00000000:Select Colour PL1 :samsho4:00010000:10832A:00000000:FFFFFFFF:A Colour :samsho4:00010000:10832A:00000001:FFFFFFFF:B Colour :samsho4:62000000:000000:00000000:00000000:Select Playing Style PL1 :samsho4:00010000:108324:00000000:FFFFFFFF:Slash :samsho4:00010000:108324:00000001:FFFFFFFF:Bust :samsho4:62000000:000000:00000000:00000000:Select Character Difficulty PL1 :samsho4:00010000:108326:00000000:FFFFFFFF:Beginners Class :samsho4:00010000:108326:00000001:FFFFFFFF:Medium Grade :samsho4:00010000:108326:00000002:FFFFFFFF:Upper Grade samsho4:0:108643:FC:000:Infinite Energy PL2 samsho4:0:108643:00:001:Drain All Energy Now! PL2 samsho4:0:10864C:40:000:Infinite Power PL2 :samsho4:00000000:108758:00000000:000000FF:Always Have Power Gauge PL2 :samsho4:00000000:108758:000000FF:000000FF:Never Have Power Gauge PL2 :samsho4:00000100:108662:00000002:FFFFFFFF:Select Rounds Won PL2:Use this in-between rounds :samsho4:62000000:000000:00000000:00000000:Select Character PL2 :samsho4:00010000:108323:00000000:FFFFFFFF:Haohmaru :samsho4:00010000:108323:00000001:FFFFFFFF:Nakoruru :samsho4:00010000:108323:00000002:FFFFFFFF:Rimururu :samsho4:00010000:108323:00000003:FFFFFFFF:Hanzo Hattori :samsho4:00010000:108323:00000004:FFFFFFFF:Galford :samsho4:00010000:108323:00000005:FFFFFFFF:Kyoshiro Senryou :samsho4:00010000:108323:00000006:FFFFFFFF:Ukyo Tachibana :samsho4:00010000:108323:00000007:FFFFFFFF:Genjuro Kibagami :samsho4:00010000:108323:00000008:FFFFFFFF:Kubikiri Basara :samsho4:00010000:108323:00000009:FFFFFFFF:Shizumaru Hisame :samsho4:00010000:108323:0000000A:FFFFFFFF:Gaira Kafuin :samsho4:00010000:108323:0000000B:FFFFFFFF:Amakusa Shirou Tokisada :samsho4:00010000:108323:0000000C:FFFFFFFF:Jubei Yagyu :samsho4:00010000:108323:0000000D:FFFFFFFF:#Zankuro Minazuki :samsho4:00010000:108323:0000000E:FFFFFFFF:Charlotte :samsho4:00010000:108323:0000000F:FFFFFFFF:Tam Tam :samsho4:00010000:108323:00000010:FFFFFFFF:Kazuki Kazama :samsho4:00010000:108333:00000011:FFFFFFFF:Sogetsu Kazama :samsho4:62000000:000000:00000000:00000000:Select Colour PL2 :samsho4:00010000:10832B:00000000:FFFFFFFF:A Colour :samsho4:00010000:10832B:00000001:FFFFFFFF:B Colour :samsho4:62000000:000000:00000000:00000000:Select Playing Style PL2 :samsho4:00010000:108325:00000000:FFFFFFFF:Slash :samsho4:00010000:108325:00000001:FFFFFFFF:Bust :samsho4:62000000:000000:00000000:00000000:Select Difficulty PL2 :samsho4:00010000:108327:00000000:FFFFFFFF:Beginners Class :samsho4:00010000:108327:00000001:FFFFFFFF:Medium Grade :samsho4:00010000:108327:00000002:FFFFFFFF:Upper Grade :samsho4:60000000:000000:00000000:00000000:[ ***** MOVE LIST SUPPLEMENT ***** ] :samsho4:60000000:000000:00000000:00000000:[Use for Kazuki (Slash) PL1] :samsho4:00000000:108536:00000003:FFFFFFFF:Sai En - Always Have 3 Fireballs :samsho4:60000000:000000:00000000:00000000:[Use for Kazuki (Slash) PL2] :samsho4:00000000:108736:00000003:FFFFFFFF:Sai En - Always Have 3 Fireballs :samsho4:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho4:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho4:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown V / Samurai Spirits Zero (set 1) ] samsho5:0:10836B:3C:000:Infinite Time samsho5:0:10836B:00:001:Finish this Round Now! samsho5:0:10836C:09:000:Go to Final Stage Now! samsho5:0:108445:7D:000:Infinite Energy PL1 samsho5:0:108445:00:001:Drain All Energy Now! PL1 samsho5:0:10844E:40:000:Always have Maximum Power PL1 samsho5:0:10844E:00:000:Always have Minimum Power PL1 samsho5:0:1085F8:78:000:Always have Maximum Sword Power PL1 samsho5:0:1085F8:00:000:Always have Minimum Sword Power PL1 samsho5:0:1085FE:7C:000:Blue Energy Gauge Length PL1 samsho5:0:108554:82:000:Longer Sword Power Gauge PL1 :samsho5:62000000:000000:00000000:00000000:Select Character PL1 :samsho5:00010000:108322:00000000:FFFFFFFF:Haohmaru :samsho5:00010000:108322:00000001:FFFFFFFF:Nakoruru :samsho5:00010000:108322:00000002:FFFFFFFF:Rimururu :samsho5:00010000:108322:00000003:FFFFFFFF:Hanzo :samsho5:00010000:108322:00000004:FFFFFFFF:Galford :samsho5:00010000:108322:00000005:FFFFFFFF:Senryu Kyoshiro :samsho5:00010000:108322:00000006:FFFFFFFF:Ukyo :samsho5:00010000:108322:00000007:FFFFFFFF:Genjuro :samsho5:00010000:108322:00000008:FFFFFFFF:Basara :samsho5:00010000:108322:00000009:FFFFFFFF:Shizumaru :samsho5:00010000:108322:0000000A:FFFFFFFF:Gaira :samsho5:00010000:108322:0000000B:FFFFFFFF:Yumeji * :samsho5:00010000:108322:0000000C:FFFFFFFF:Jubei :samsho5:00010000:108322:0000000D:FFFFFFFF:Sankuro * :samsho5:00010000:108322:0000000E:FFFFFFFF:Charlotte :samsho5:00010000:108322:0000000F:FFFFFFFF:Tam Tam :samsho5:00010000:108322:00000010:FFFFFFFF:Kazuki :samsho5:00010000:108322:00000011:FFFFFFFF:Sogetsu :samsho5:00010000:108322:00000012:FFFFFFFF:Rasetsumaru :samsho5:00010000:108322:00000013:FFFFFFFF:Rera :samsho5:00010000:108322:00000014:FFFFFFFF:Enja :samsho5:00010000:108322:00000015:FFFFFFFF:Suija :samsho5:00010000:108322:00000016:FFFFFFFF:Yoshitora :samsho5:00010000:108322:00000017:FFFFFFFF:Yunfei :samsho5:00010000:108322:00000018:FFFFFFFF:Mina :samsho5:00010000:108322:00000019:FFFFFFFF:Kusare-Gedou :samsho5:00010000:108322:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsho5:00010000:108322:0000001B:FFFFFFFF:Poppy ** samsho5:0:108655:7D:000:Infinite Energy PL2 samsho5:0:108655:00:001:Drain All Energy Now! PL2 samsho5:0:10865E:40:000:Always have Maximum Power PL2 samsho5:0:10865E:00:000:Always have Minimum Power PL2 samsho5:0:108808:78:000:Always have Maximum Sword Power PL2 samsho5:0:108808:00:000:Always have Minimum Sword Power PL2 samsho5:0:10880E:7C:000:Blue Energy Gauge Length PL2 samsho5:0:108764:82:000:Longer Sword Power Gauge PL2 :samsho5:62000000:000000:00000000:00000000:Select Character PL2 :samsho5:00010000:108323:00000000:FFFFFFFF:Haohmaru :samsho5:00010000:108323:00000001:FFFFFFFF:Nakoruru :samsho5:00010000:108323:00000002:FFFFFFFF:Rimururu :samsho5:00010000:108323:00000003:FFFFFFFF:Hanzo :samsho5:00010000:108323:00000004:FFFFFFFF:Galford :samsho5:00010000:108323:00000005:FFFFFFFF:Senryu Kyoshiro :samsho5:00010000:108323:00000006:FFFFFFFF:Ukyo :samsho5:00010000:108323:00000007:FFFFFFFF:Genjuro :samsho5:00010000:108323:00000008:FFFFFFFF:Basara :samsho5:00010000:108323:00000009:FFFFFFFF:Shizumaru :samsho5:00010000:108323:0000000A:FFFFFFFF:Gaira :samsho5:00010000:108323:0000000B:FFFFFFFF:Yumeji * :samsho5:00010000:108323:0000000C:FFFFFFFF:Jubei :samsho5:00010000:108323:0000000D:FFFFFFFF:Sankuro * :samsho5:00010000:108323:0000000E:FFFFFFFF:Charlotte :samsho5:00010000:108323:0000000F:FFFFFFFF:Tam Tam :samsho5:00010000:108323:00000010:FFFFFFFF:Kazuki :samsho5:00010000:108323:00000011:FFFFFFFF:Sogetsu :samsho5:00010000:108323:00000012:FFFFFFFF:Rasetsumaru :samsho5:00010000:108323:00000013:FFFFFFFF:Rera :samsho5:00010000:108323:00000014:FFFFFFFF:Enja :samsho5:00010000:108323:00000015:FFFFFFFF:Suija :samsho5:00010000:108323:00000016:FFFFFFFF:Yoshitora :samsho5:00010000:108323:00000017:FFFFFFFF:Yunfei :samsho5:00010000:108323:00000018:FFFFFFFF:Mina :samsho5:00010000:108323:00000019:FFFFFFFF:Kusare-Gedou :samsho5:00010000:108323:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsho5:00010000:108323:0000001B:FFFFFFFF:Poppy ** :samsho5:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho5:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho5:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown V / Samurai Spirits Zero (bootleg) ] samsho5b:0:10836B:3C:000:Infinite Time samsho5b:0:10836B:00:001:Finish this Round Now! samsho5b:0:10836C:09:000:Go to Final Stage Now! samsho5b:0:108445:7D:000:Infinite Energy PL1 samsho5b:0:108445:00:001:Drain All Energy Now! PL1 samsho5b:0:10844E:40:000:Always have Maximum Power PL1 samsho5b:0:10844E:00:000:Always have Minimum Power PL1 samsho5b:0:1085F8:78:000:Always have Maximum Sword Power PL1 samsho5b:0:1085F8:00:000:Always have Minimum Sword Power PL1 samsho5b:0:1085FE:7C:000:Blue Energy Gauge Length PL1 samsho5b:0:108554:82:000:Longer Sword Power Gauge PL1 :samsho5b:62000000:000000:00000000:00000000:Select Character PL1 :samsho5b:00010000:108322:00000000:FFFFFFFF:Haohmaru :samsho5b:00010000:108322:00000001:FFFFFFFF:Nakoruru :samsho5b:00010000:108322:00000002:FFFFFFFF:Rimururu :samsho5b:00010000:108322:00000003:FFFFFFFF:Hanzo :samsho5b:00010000:108322:00000004:FFFFFFFF:Galford :samsho5b:00010000:108322:00000005:FFFFFFFF:Senryu Kyoshiro :samsho5b:00010000:108322:00000006:FFFFFFFF:Ukyo :samsho5b:00010000:108322:00000007:FFFFFFFF:Genjuro :samsho5b:00010000:108322:00000008:FFFFFFFF:Basara :samsho5b:00010000:108322:00000009:FFFFFFFF:Shizumaru :samsho5b:00010000:108322:0000000A:FFFFFFFF:Gaira :samsho5b:00010000:108322:0000000B:FFFFFFFF:Yumeji * :samsho5b:00010000:108322:0000000C:FFFFFFFF:Jubei :samsho5b:00010000:108322:0000000D:FFFFFFFF:Sankuro * :samsho5b:00010000:108322:0000000E:FFFFFFFF:Charlotte :samsho5b:00010000:108322:0000000F:FFFFFFFF:Tam Tam :samsho5b:00010000:108322:00000010:FFFFFFFF:Kazuki :samsho5b:00010000:108322:00000011:FFFFFFFF:Sogetsu :samsho5b:00010000:108322:00000012:FFFFFFFF:Rasetsumaru :samsho5b:00010000:108322:00000013:FFFFFFFF:Rera :samsho5b:00010000:108322:00000014:FFFFFFFF:Enja :samsho5b:00010000:108322:00000015:FFFFFFFF:Suija :samsho5b:00010000:108322:00000016:FFFFFFFF:Yoshitora :samsho5b:00010000:108322:00000017:FFFFFFFF:Yunfei :samsho5b:00010000:108322:00000018:FFFFFFFF:Mina :samsho5b:00010000:108322:00000019:FFFFFFFF:Kusare-Gedou :samsho5b:00010000:108322:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsho5b:00010000:108322:0000001B:FFFFFFFF:Poppy ** samsho5b:0:108655:7D:000:Infinite Energy PL2 samsho5b:0:108655:00:001:Drain All Energy Now! PL2 samsho5b:0:10865E:40:000:Always have Maximum Power PL2 samsho5b:0:10865E:00:000:Always have Minimum Power PL2 samsho5b:0:108808:78:000:Always have Maximum Sword Power PL2 samsho5b:0:108808:00:000:Always have Minimum Sword Power PL2 samsho5b:0:10880E:7C:000:Blue Energy Gauge Length PL2 samsho5b:0:108764:82:000:Longer Sword Power Gauge PL2 :samsho5b:62000000:000000:00000000:00000000:Select Character PL2 :samsho5b:00010000:108323:00000000:FFFFFFFF:Haohmaru :samsho5b:00010000:108323:00000001:FFFFFFFF:Nakoruru :samsho5b:00010000:108323:00000002:FFFFFFFF:Rimururu :samsho5b:00010000:108323:00000003:FFFFFFFF:Hanzo :samsho5b:00010000:108323:00000004:FFFFFFFF:Galford :samsho5b:00010000:108323:00000005:FFFFFFFF:Senryu Kyoshiro :samsho5b:00010000:108323:00000006:FFFFFFFF:Ukyo :samsho5b:00010000:108323:00000007:FFFFFFFF:Genjuro :samsho5b:00010000:108323:00000008:FFFFFFFF:Basara :samsho5b:00010000:108323:00000009:FFFFFFFF:Shizumaru :samsho5b:00010000:108323:0000000A:FFFFFFFF:Gaira :samsho5b:00010000:108323:0000000B:FFFFFFFF:Yumeji * :samsho5b:00010000:108323:0000000C:FFFFFFFF:Jubei :samsho5b:00010000:108323:0000000D:FFFFFFFF:Sankuro * :samsho5b:00010000:108323:0000000E:FFFFFFFF:Charlotte :samsho5b:00010000:108323:0000000F:FFFFFFFF:Tam Tam :samsho5b:00010000:108323:00000010:FFFFFFFF:Kazuki :samsho5b:00010000:108323:00000011:FFFFFFFF:Sogetsu :samsho5b:00010000:108323:00000012:FFFFFFFF:Rasetsumaru :samsho5b:00010000:108323:00000013:FFFFFFFF:Rera :samsho5b:00010000:108323:00000014:FFFFFFFF:Enja :samsho5b:00010000:108323:00000015:FFFFFFFF:Suija :samsho5b:00010000:108323:00000016:FFFFFFFF:Yoshitora :samsho5b:00010000:108323:00000017:FFFFFFFF:Yunfei :samsho5b:00010000:108323:00000018:FFFFFFFF:Mina :samsho5b:00010000:108323:00000019:FFFFFFFF:Kusare-Gedou :samsho5b:00010000:108323:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsho5b:00010000:108323:0000001B:FFFFFFFF:Poppy ** :samsho5b:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho5b:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho5b:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai Shodown V / Samurai Spirits Zero (set 2) ] samsho5h:0:10836B:3C:000:Infinite Time samsho5h:0:10836B:00:001:Finish this Round Now! samsho5h:0:10836C:09:000:Go to Final Stage Now! samsho5h:0:108445:7D:000:Infinite Energy PL1 samsho5h:0:108445:00:001:Drain All Energy Now! PL1 samsho5h:0:10844E:40:000:Always have Maximum Power PL1 samsho5h:0:10844E:00:000:Always have Minimum Power PL1 samsho5h:0:1085F8:78:000:Always have Maximum Sword Power PL1 samsho5h:0:1085F8:00:000:Always have Minimum Sword Power PL1 samsho5h:0:1085FE:7C:000:Blue Energy Gauge Length PL1 samsho5h:0:108554:82:000:Longer Sword Power Gauge PL1 :samsho5h:62000000:000000:00000000:00000000:Select Character PL1 :samsho5h:00010000:108322:00000000:FFFFFFFF:Haohmaru :samsho5h:00010000:108322:00000001:FFFFFFFF:Nakoruru :samsho5h:00010000:108322:00000002:FFFFFFFF:Rimururu :samsho5h:00010000:108322:00000003:FFFFFFFF:Hanzo :samsho5h:00010000:108322:00000004:FFFFFFFF:Galford :samsho5h:00010000:108322:00000005:FFFFFFFF:Senryu Kyoshiro :samsho5h:00010000:108322:00000006:FFFFFFFF:Ukyo :samsho5h:00010000:108322:00000007:FFFFFFFF:Genjuro :samsho5h:00010000:108322:00000008:FFFFFFFF:Basara :samsho5h:00010000:108322:00000009:FFFFFFFF:Shizumaru :samsho5h:00010000:108322:0000000A:FFFFFFFF:Gaira :samsho5h:00010000:108322:0000000B:FFFFFFFF:Yumeji * :samsho5h:00010000:108322:0000000C:FFFFFFFF:Jubei :samsho5h:00010000:108322:0000000D:FFFFFFFF:Sankuro * :samsho5h:00010000:108322:0000000E:FFFFFFFF:Charlotte :samsho5h:00010000:108322:0000000F:FFFFFFFF:Tam Tam :samsho5h:00010000:108322:00000010:FFFFFFFF:Kazuki :samsho5h:00010000:108322:00000011:FFFFFFFF:Sogetsu :samsho5h:00010000:108322:00000012:FFFFFFFF:Rasetsumaru :samsho5h:00010000:108322:00000013:FFFFFFFF:Rera :samsho5h:00010000:108322:00000014:FFFFFFFF:Enja :samsho5h:00010000:108322:00000015:FFFFFFFF:Suija :samsho5h:00010000:108322:00000016:FFFFFFFF:Yoshitora :samsho5h:00010000:108322:00000017:FFFFFFFF:Yunfei :samsho5h:00010000:108322:00000018:FFFFFFFF:Mina :samsho5h:00010000:108322:00000019:FFFFFFFF:Kusare-Gedou :samsho5h:00010000:108322:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsho5h:00010000:108322:0000001B:FFFFFFFF:Poppy ** samsho5h:0:108655:7D:000:Infinite Energy PL2 samsho5h:0:108655:00:001:Drain All Energy Now! PL2 samsho5h:0:10865E:40:000:Always have Maximum Power PL2 samsho5h:0:10865E:00:000:Always have Minimum Power PL2 samsho5h:0:108808:78:000:Always have Maximum Sword Power PL2 samsho5h:0:108808:00:000:Always have Minimum Sword Power PL2 samsho5h:0:10880E:7C:000:Blue Energy Gauge Length PL2 samsho5h:0:108764:82:000:Longer Sword Power Gauge PL2 :samsho5h:62000000:000000:00000000:00000000:Select Character PL2 :samsho5h:00010000:108323:00000000:FFFFFFFF:Haohmaru :samsho5h:00010000:108323:00000001:FFFFFFFF:Nakoruru :samsho5h:00010000:108323:00000002:FFFFFFFF:Rimururu :samsho5h:00010000:108323:00000003:FFFFFFFF:Hanzo :samsho5h:00010000:108323:00000004:FFFFFFFF:Galford :samsho5h:00010000:108323:00000005:FFFFFFFF:Senryu Kyoshiro :samsho5h:00010000:108323:00000006:FFFFFFFF:Ukyo :samsho5h:00010000:108323:00000007:FFFFFFFF:Genjuro :samsho5h:00010000:108323:00000008:FFFFFFFF:Basara :samsho5h:00010000:108323:00000009:FFFFFFFF:Shizumaru :samsho5h:00010000:108323:0000000A:FFFFFFFF:Gaira :samsho5h:00010000:108323:0000000B:FFFFFFFF:Yumeji * :samsho5h:00010000:108323:0000000C:FFFFFFFF:Jubei :samsho5h:00010000:108323:0000000D:FFFFFFFF:Sankuro * :samsho5h:00010000:108323:0000000E:FFFFFFFF:Charlotte :samsho5h:00010000:108323:0000000F:FFFFFFFF:Tam Tam :samsho5h:00010000:108323:00000010:FFFFFFFF:Kazuki :samsho5h:00010000:108323:00000011:FFFFFFFF:Sogetsu :samsho5h:00010000:108323:00000012:FFFFFFFF:Rasetsumaru :samsho5h:00010000:108323:00000013:FFFFFFFF:Rera :samsho5h:00010000:108323:00000014:FFFFFFFF:Enja :samsho5h:00010000:108323:00000015:FFFFFFFF:Suija :samsho5h:00010000:108323:00000016:FFFFFFFF:Yoshitora :samsho5h:00010000:108323:00000017:FFFFFFFF:Yunfei :samsho5h:00010000:108323:00000018:FFFFFFFF:Mina :samsho5h:00010000:108323:00000019:FFFFFFFF:Kusare-Gedou :samsho5h:00010000:108323:0000001A:FFFFFFFF:Gaoh Kyougoku * :samsho5h:00010000:108323:0000001B:FFFFFFFF:Poppy ** :samsho5h:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :samsho5h:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :samsho5h:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Samurai ] samurai:0:E77D:03:000:Infinite Lives ; [ Samurai Aces (World) ] samuraia:0:FE1B05:06:000:Infinite Lives PL1 samuraia:0:FE1BDF:06:000:Infinite Bombs PL1 samuraia:0:FE1B07:03:000:Maximum Power PL1 samuraia:0:FE1B57:10:020:Invincibility "ON" PL1 samuraia:0:FE1B57:10:041:Invincibility "OFF" PL1 samuraia:0:FE1B51:5B:000:Auto Penetration Shot PL1 samuraia:0:FE1C35:06:000:Infinite Lives PL2 samuraia:0:FE1D0F:06:000:Infinite Bombs PL2 samuraia:0:FE1C37:03:000:Maximum Power PL2 samuraia:0:FE1C87:10:020:Invincibility "ON" PL2 samuraia:0:FE1C87:10:041:Invincibility "OFF" PL2 samuraia:0:FE1C81:FF:000:Auto Penetration Shot PL2 ; [ Sando-R (J 951114 V1.000) ] sandor:0:0000:00:999:[ There are no cheats ]:REASON 1 sandor:0:0000:00:999:[ for this game as it ]:REASON 1 sandor:0:0000:00:999:[ didn't work the last ]:REASON 1 sandor:0:0000:00:999:[ time it was tested. ]:REASON 1 sandor:0:0000:00:999:[ If the game now works ]:REASON 1 sandor:0:0000:00:999:[ please request cheats ]:REASON 1 sandor:0:0000:00:999:[ for it on the cheat ]:REASON 1 sandor:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sand Scorpion (set 2) ] sandscra:0:700001:09:000:Infinite Credits sandscra:0:706027:06:000:Infinite Lives PL1 sandscra:0:706026:05:000:Infinite Bombs PL1 sandscra:0:706008:04:020:Invincibility "ON" PL1:If you get so you can't pick up anything - toggle this cheat OFF then back ON sandscra:0:706008:04:041:Invincibility "OFF" PL1 sandscra:0:70603F:07:000:Maximum Weapon Power PL1 :sandscra:00000000:706020:00000000:FFFFFFFF:Infinite Shot PL1 :sandscra:00000000:70602A:00000000:FFFFFFFF:Infinite Missile PL1 :sandscra:00000000:700011:00000010:00000010:Rapid Fire PL1 sandscra:0:70D027:06:000:Infinite Lives PL2 sandscra:0:70D026:05:000:Infinite Bombs PL2 sandscra:0:70D008:04:020:Invincibility "ON" PL2:If you get so you can't pick up anything - toggle this cheat OFF then back ON sandscra:0:70D008:04:041:Invincibility "OFF" PL2 sandscra:0:70D03F:07:000:Maximum Weapon Power PL2 :sandscra:00000000:70D020:00000000:FFFFFFFF:Infinite Shot PL2 :sandscra:00000000:70D02A:00000000:FFFFFFFF:Infinite Missile PL2 :sandscra:00000000:700013:00000010:00000010:Rapid Fire PL2 ; [ Sand Scorpion (set 1) ] sandscrp:0:700001:09:000:Infinite Credits sandscrp:0:706027:06:000:Infinite Lives PL1 sandscrp:0:706026:05:000:Infinite Bombs PL1 sandscrp:0:706008:04:020:Invincibility "ON" PL1:If you get so you can't pick up anything - toggle this cheat OFF then back ON sandscrp:0:706008:04:041:Invincibility "OFF" PL1 sandscrp:0:70603F:07:000:Maximum Weapon Power PL1 :sandscrp:00000000:706020:00000000:FFFFFFFF:Infinite Shot PL1 :sandscrp:00000000:70602A:00000000:FFFFFFFF:Infinite Missile PL1 :sandscrp:00000000:700011:00000010:00000010:Rapid Fire PL1 sandscrp:0:70D027:06:000:Infinite Lives PL2 sandscrp:0:70D026:05:000:Infinite Bombs PL2 sandscrp:0:70D008:04:020:Invincibility "ON" PL2:If you get so you can't pick up anything - toggle this cheat OFF then back ON sandscrp:0:70D008:04:041:Invincibility "OFF" PL2 sandscrp:0:70D03F:07:000:Maximum Weapon Power PL2 :sandscrp:00000000:70D020:00000000:FFFFFFFF:Infinite Shot PL2 :sandscrp:00000000:70D02A:00000000:FFFFFFFF:Infinite Missile PL2 :sandscrp:00000000:700013:00000010:00000010:Rapid Fire PL2 ; [ Sarge ] sarge:0:E0F3:06:000:Invincible Tank PL1 sarge:0:E0F4:06:000:Invincible Copter PL1 sarge:0:E173:06:000:Invincible Tank PL1 sarge:0:E174:06:000:Invincible Copter PL1 ; [ Saru-Kani-Hamu-Zou (Japan) ] sarukani:0:06017241:C8:005:Infinite Time [SOLO MODE] sarukani:0:06027C5B:03:000:Infinite Lives PL1 sarukani:0:06027C5F:03:000:Infinite Lives PL2 ; [ Taisen Tanto-R Sashissu!! (J 980216 V1.000) ] sassisu:0:0000:00:999:[ There are no cheats ]:REASON 1 sassisu:0:0000:00:999:[ for this game as it ]:REASON 1 sassisu:0:0000:00:999:[ didn't work the last ]:REASON 1 sassisu:0:0000:00:999:[ time it was tested. ]:REASON 1 sassisu:0:0000:00:999:[ If the game now works ]:REASON 1 sassisu:0:0000:00:999:[ please request cheats ]:REASON 1 sassisu:0:0000:00:999:[ for it on the cheat ]:REASON 1 sassisu:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sasuke vs. Commander ] sasuke:0:0018:0A:000:Infinite Lives :sasuke:20A00000:5180:0051764C:FFFFFFFF:Invincibility :sasuke:20A10000:5391:0053854C:FFFFFFFF:Invincibility (2/6):1st = Fire, 2nd = Enemy :sasuke:20A10000:629A:0062904C:FFFFFFFF:Invincibility (3/6):Boss 1 :sasuke:20A10000:64AE:00647A4C:FFFFFFFF:Invincibility (4/6):Boss 2 :sasuke:20910000:66AB:000005D0:FFFFFFFF:Invincibility (5/6):Boss 3 :sasuke:20A10000:5FED:005FCA4C:FFFFFFFF:Invincibility (6/6):Boss 4 :sasuke:00000000:0016:000000FF:FFFFFFFF:Finish Current Stage Soon :sasuke:00000000:0094:00000080:FFFFFFFF:Always Have Power Up :sasuke:20800000:4D7D:00000081:FFFFFFFF:Bullet Speed Up :sasuke:00100000:0082:00000000:FFFFFFFF:Rapid Fire ; [ Satan of Saturn ] satansat:0:0018:05:000:Infinite Lives satansat:0:00A2:C0:000:Invincibility ; [ Saturn ] saturn:0:80EB:09:000:Infinite Lives PL1 saturn:0:80EC:09:000:Infinite Lives PL2 ; [ Sauro ] sauro:0:E207:5A:000:Invincibility sauro:0:E6A7:03:000:Infinite Lives sauro:0:E275:24:000:Infinite Fuel ; [ Savage Reign / Fu'un Mokushiroku - kakutou sousei ] savagere:0:1084A8:59:000:Infinite Time savagere:0:1084A8:00:001:Finish this Round Now! savagere:0:000000:00:999:[ Free player selection - Use it on the ] savagere:0:000000:00:999:[ selection screen. Solo mode ONLY!! ] savagere:0:1043C3:0A:000:Play with King Leo [End Boss] savagere:0:1043C3:0B:000:Play with Angry Chung :savagere:20800000:02E0B1:00000002:FFFFFFFF:Always Enable Special Move :savagere:20810000:02E691:00000002:FFFFFFFF:Always Enable Special Move (02/10):1st = Eagle (Eagle Special) / Gordon (Mad Police) :savagere:20810000:02EA2D:00000002:FFFFFFFF:Always Enable Special Move (03/10):2nd = Hayate (Musou Ranbu), 3rd = Gozu (Rangeki Shou) :savagere:20810000:02EBF3:00000002:FFFFFFFF:Always Enable Special Move (04/10):Mezu (Rangeki Kyaku) :savagere:20810000:02ED9F:00000002:FFFFFFFF:Always Enable Special Move (05/10):Carol (Naughty Ball) :savagere:20810000:02EFB9:00000002:FFFFFFFF:Always Enable Special Move (06/10):Nicola (Hell Raiser) :savagere:20810000:02F14B:00000002:FFFFFFFF:Always Enable Special Move (07/10):Joker (Good Face) :savagere:20810000:02F3C1:00000002:FFFFFFFF:Always Enable Special Move (08/10):Chung (Sennin Da ha) :savagere:20810000:02F7CB:00000002:FFFFFFFF:Always Enable Special Move (09/10):Shishi-Ou / Real Shishi-Ou (King Straight) :savagere:20810000:02F827:00000002:FFFFFFFF:Always Enable Special Move (10/10):Real Shishi-Ou (King Upper) :savagere:83000000:0010846A:000000F0:00000095:Infinite Energy PL1 :savagere:83000001:0010846A:00000000:00000095:Drain All Energy Now! PL1 :savagere:83000000:0010846E:000000F0:00000095:Infinite Energy PL2 :savagere:83000001:0010846E:00000000:00000095:Drain All Energy Now! PL2 :savagere:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :savagere:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :savagere:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Savage Bees ] savgbees:0:E040:03:000:Infinite Bombs savgbees:0:F007:06:000:Infinite Lives PL1 savgbees:0:F011:C9:000:Invincibility PL1 savgbees:0:F015:06:000:Always 1-way fire PL1 savgbees:0:F015:07:000:Always 2-way fire PL1 savgbees:0:F015:08:000:Always 3-way fire PL1 savgbees:0:F015:0F:000:Always Super Weapon PL1 savgbees:0:F015:06:001:Get 1-way fire PL1 Now! savgbees:0:F015:07:001:Get 2-way fire PL1 Now! savgbees:0:F015:08:001:Get 3-way fire PL1 Now! savgbees:0:F015:0F:001:Get Super Weapon PL1 Now! savgbees:0:F087:06:000:Infinite Lives PL2 savgbees:0:F091:C9:000:Invincibility PL2 savgbees:0:F095:06:000:Always 1-way fire PL2 savgbees:0:F095:07:000:Always 2-way fire PL2 savgbees:0:F095:08:000:Always 3-way fire PL2 savgbees:0:F095:0F:000:Always Super Weapon PL2 savgbees:0:F095:06:001:Get 1-way fire PL2 Now! savgbees:0:F095:07:001:Get 2-way fire PL2 Now! savgbees:0:F095:08:001:Get 3-way fire PL2 Now! savgbees:0:F095:0F:001:Get Super Weapon PL2 Now! ; [ Super Bagman ] sbagman:0:6000:90:000:Infinite Credits sbagman:0:6056:07:000:Infinite Lives sbagman:0:61E8:99:000:Infinite Time sbagman:0:6025:00:000:Invincibility sbagman:0:6029:01:500:Invincibility (2/3) sbagman:0:604E:00:500:Invincibility (3/3) sbagman:0:61E8:00:001:Game Over Now! sbagman:0:61CF:01:000:Always carry a pick:Turn off when not needed! sbagman:0:61CF:01:001:Get the pick Now! ; [ Super Bagman (Stern) ] sbagmans:0:6000:90:000:Infinite Credits sbagmans:0:6056:07:000:Infinite Lives sbagmans:0:61E8:99:000:Infinite Time sbagmans:0:6025:00:000:Invincibility sbagmans:0:6029:01:500:Invincibility (2/3) sbagmans:0:604E:00:500:Invincibility (3/3) sbagmans:0:61E8:00:001:Game Over Now! sbagmans:0:61CF:01:000:Always carry a pick:Turn off when not needed! sbagmans:0:61CF:01:001:Get the pick Now! ; [ Super Champion Baseball (US) ] sbasebal:0:0402DB:99:000:Infinite Time ; [ Super Basketball (version G) ] sbasketb:0:2280:59:000:59 seconds PL1 ; Do not let activated at the end of a level sbasketb:0:2281:09:000:9 minutes PL1 ; Do not let activated at the end of a level sbasketb:0:2282:59:000:59 seconds PL2 ; Do not let activated at the end of a level sbasketb:0:2283:09:000:9 minutes PL2 sbasketb:0:2090:09:001:Finish this Level Now! PL1 sbasketb:0:2092:09:001:Finish this Level Now! PL2 sbasketb:0:2201:01:000:Start at High School sbasketb:0:2228:82:000:Opponent Score 82 sbasketb:0:2201:02:000:Start at College sbasketb:0:2228:86:000:Opponent Score 86 sbasketb:0:2201:03:000:Start at University sbasketb:0:2228:90:000:Opponent Score 90 sbasketb:0:2201:04:000:Start at Japan sbasketb:0:2228:94:000:Opponent Score 94 sbasketb:0:2201:05:000:Start at USA sbasketb:0:2228:98:000:Opponent Score 98 sbasketb:0:2201:06:000:Start at USR sbasketb:0:2227:01:000:Opponent Score 102 sbasketb:0:2228:02:500:Opponent Score 102 (2/2) sbasketb:0:2201:07:000:Start at Pro sbasketb:0:2227:01:000:Opponent Score 106 sbasketb:0:2228:06:500:Opponent Score 106 (2/2) sbasketb:0:2201:08:000:Start at Pro Champion sbasketb:0:2227:01:000:Opponent Score 110 sbasketb:0:2228:10:500:Opponent Score 110 (2/2) sbasketb:0:2201:09:000:Start at World Champion sbasketb:0:2227:01:000:Opponent Score 114 sbasketb:0:2228:14:500:Opponent Score 114 (2/2) ; [ Super Basketball (version E) ] sbasketo:0:2280:59:000:59 seconds PL1 ; Do not let activated at the end of a level sbasketo:0:2281:09:000:9 minutes PL1 ; Do not let activated at the end of a level sbasketo:0:2282:59:000:59 seconds PL2 ; Do not let activated at the end of a level sbasketo:0:2283:09:000:9 minutes PL2 sbasketo:0:2090:09:001:Finish this Level Now! PL1 sbasketo:0:2092:09:001:Finish this Level Now! PL2 sbasketo:0:2201:01:000:Start at High School sbasketo:0:2228:82:000:Opponent Score 82 sbasketo:0:2201:02:000:Start at College sbasketo:0:2228:86:000:Opponent Score 86 sbasketo:0:2201:03:000:Start at University sbasketo:0:2228:90:000:Opponent Score 90 sbasketo:0:2201:04:000:Start at Japan sbasketo:0:2228:94:000:Opponent Score 94 sbasketo:0:2201:05:000:Start at USA sbasketo:0:2228:98:000:Opponent Score 98 sbasketo:0:2201:06:000:Start at USR sbasketo:0:2227:01:000:Opponent Score 102 sbasketo:0:2228:02:500:Opponent Score 102 (2/2) sbasketo:0:2201:07:000:Start at Pro sbasketo:0:2227:01:000:Opponent Score 106 sbasketo:0:2228:06:500:Opponent Score 106 (2/2) sbasketo:0:2201:08:000:Start at Pro Champion sbasketo:0:2227:01:000:Opponent Score 110 sbasketo:0:2228:10:500:Opponent Score 110 (2/2) sbasketo:0:2201:09:000:Start at World Champion sbasketo:0:2227:01:000:Opponent Score 114 sbasketo:0:2228:14:500:Opponent Score 114 (2/2) ; [ Super Basketball (not encrypted) ] sbasketu:0:2280:59:000:59 seconds PL1 ; Do not let activated at the end of a level sbasketu:0:2281:09:000:9 minutes PL1 ; Do not let activated at the end of a level sbasketu:0:2282:59:000:59 seconds PL2 ; Do not let activated at the end of a level sbasketu:0:2283:09:000:9 minutes PL2 sbasketu:0:2090:09:001:Finish this Level Now! PL1 sbasketu:0:2092:09:001:Finish this Level Now! PL2 sbasketu:0:2201:01:000:Start at High School sbasketu:0:2228:82:000:Opponent Score 82 sbasketu:0:2201:02:000:Start at College sbasketu:0:2228:86:000:Opponent Score 86 sbasketu:0:2201:03:000:Start at University sbasketu:0:2228:90:000:Opponent Score 90 sbasketu:0:2201:04:000:Start at Japan sbasketu:0:2228:94:000:Opponent Score 94 sbasketu:0:2201:05:000:Start at USA sbasketu:0:2228:98:000:Opponent Score 98 sbasketu:0:2201:06:000:Start at USR sbasketu:0:2227:01:000:Opponent Score 102 sbasketu:0:2228:02:500:Opponent Score 102 (2/2) sbasketu:0:2201:07:000:Start at Pro sbasketu:0:2227:01:000:Opponent Score 106 sbasketu:0:2228:06:500:Opponent Score 106 (2/2) sbasketu:0:2201:08:000:Start at Pro Champion sbasketu:0:2227:01:000:Opponent Score 110 sbasketu:0:2228:10:500:Opponent Score 110 (2/2) sbasketu:0:2201:09:000:Start at World Champion sbasketu:0:2227:01:000:Opponent Score 114 sbasketu:0:2228:14:500:Opponent Score 114 (2/2) ; [ Super Buster Bros. (US 901001) ] sbbros:0:E1C1:99:000:Infinite Time:Available in tour mode only sbbros:0:E0D3:62:001:Last Panic level next sbbros:0:E099:26:001:Last Tour level next sbbros:0:E0D3:63:001:Last Panic level on life loss sbbros:0:E099:27:001:Last Tour level on life loss sbbros:0:E260:03:000:Infinite Lives PL1 sbbros:0:E254:02:000:Invincibility PL1 sbbros:0:E257:00:000:Always have Normal weapon PL1 sbbros:0:E257:02:000:Always have Double weapon PL1 sbbros:0:E257:04:000:Always have Blocker weaponPL1 sbbros:0:E257:06:000:Always have M. gun weapon PL1 sbbros:0:E257:00:001:Get Normal weapon Now! PL1 sbbros:0:E257:02:001:Get Double weapon Now! PL1 sbbros:0:E257:04:001:Get Blocker weapon Now! PL1 sbbros:0:E257:06:001:Get M. gun weapon Now! PL1 sbbros:0:E2E0:03:000:Infinite Lives PL2 sbbros:0:E2D4:02:000:Invincibility PL2 sbbros:0:E2D7:00:000:Always have Normal weapon PL2 sbbros:0:E2D7:02:000:Always have Double weapon PL2 sbbros:0:E2D7:04:000:Always have Blocker weaponPL2 sbbros:0:E2D7:06:000:Always have M. gun weapon PL2 sbbros:0:E2D7:00:001:Get Normal weapon Now! PL2 sbbros:0:E2D7:02:001:Get Double weapon Now! PL2 sbbros:0:E2D7:04:001:Get Blocker weapon Now! PL2 sbbros:0:E2D7:06:001:Get M. gun weapon Now! PL2 ; [ Super Bike (DK conversion) ] sbdk:0:1D9F:99:000:Infinite Credits sbdk:0:1E50:00:000:Invincibility sbdk:0:1C8A:06:000:Infinite Lives PL1 sbdk:0:1C8B:06:000:Infinite Lives PL2 ; [ Super Bishi Bashi Championship (ver JAA) ] sbishi:0:0000:00:999:[ This game hasn't even ]:REASON 11 sbishi:0:0000:00:999:[ been looked at due to ]:REASON 11 sbishi:0:0000:00:999:[ time constraints - Too]:REASON 11 sbishi:0:0000:00:999:[ many games and so ]:REASON 11 sbishi:0:0000:00:999:[ little time. It is ]:REASON 11 sbishi:0:0000:00:999:[ even possible that ]:REASON 11 sbishi:0:0000:00:999:[ this game may be a ]:REASON 11 sbishi:0:0000:00:999:[ clone of an existing ]:REASON 11 sbishi:0:0000:00:999:[ game which may have ]:REASON 11 sbishi:0:0000:00:999:[ cheats. Please search ]:REASON 11 sbishi:0:0000:00:999:[ the cheat forums ]:REASON 11 sbishi:0:0000:00:999:[ before posting cheat ]:REASON 11 sbishi:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sonic Blast Man (Japan) ] sbm:0:104F2F:09:000:Infinite Credits sbm:0:105031:0B:000:Infinite Time sbm:0:105037:E7:000:Hit Power always = 999 sbm:0:105036:03:500:Hit Power always = 999 (2/2) ; [ Super Bobble Bobble ] sboblbob:0:0000:00:999:[ This game has got a LOT of cheats. ] sboblbob:0:0000:00:999:[ Don't go too mad as it may spoil ] sboblbob:0:0000:00:999:[ the game too much!!! ] sboblbob:0:E366:63:000:Infinite Credits :sboblbob:00001301:E64B:00000063:FFFFFFFF:Select starting round:You should enable this cheat on the press 1/2 player button screen, ie. after credits have been inserted! sboblbob:0:E64B:63:061:Select next round sboblbob:0:E645:06:000:Infinite Lives PL1 sboblbob:0:E6B6:77:000:Invincibility PL1 sboblbob:0:E6C1:0C:000:Speed Always Normal PL1 sboblbob:0:E6C1:14:000:Speed Always Power-up PL1 sboblbob:0:E6C1:28:000:Speed Always Ultimate PL1 sboblbob:0:E6C1:0C:001:Speed to Normal Now! PL1 sboblbob:0:E6C1:14:001:Speed to Power-up Now! PL1 sboblbob:0:E6C1:28:001:Speed to Ultimate Now! PL1 sboblbob:0:E6BF:14:001:Fire Speed to Normal Now! PL1 sboblbob:0:E6BF:05:001:Fire Speed to Power-up NowPL1 sboblbob:0:E6BF:01:000:Fire Speed Always UltimatePL1 sboblbob:0:E6C2:80:000:Normal Range Bubbles PL1 sboblbob:0:E6C2:80:000:Long Range Bubbles PL1 sboblbob:0:E6C2:FF:000:Extra Long Range Bubbles PL1 sboblbob:0:E6C0:03:001:Head Power to Normal Now! PL1 sboblbob:0:E6C0:06:001:Head Power to Power-up NowPL1 sboblbob:0:E6C0:09:000:Head Power Always UltimatePL1 sboblbob:0:F60F:00:001:Fire bubbles Bubbles Now! PL1 sboblbob:0:F60F:01:001:Fire lightnings Now! PL1 sboblbob:0:E742:3F:001:Get EXTEND PL1 sboblbob:0:E742:01:021:Get letter - E (red) PL1 sboblbob:0:E742:02:021:Get letter - X (pink) PL1 sboblbob:0:E742:04:021:Get letter - T (yellow) PL1 sboblbob:0:E742:08:021:Get letter - E (green) PL1 sboblbob:0:E742:10:021:Get letter - N (blue) PL1 sboblbob:0:E742:20:021:Get letter - D (purple) PL1 sboblbob:0:E64A:06:000:Infinite Lives PL2 sboblbob:0:E6E8:77:000:Invincibility PL2 sboblbob:0:E6F3:0C:000:Speed Always Normal PL2 sboblbob:0:E6F3:14:000:Speed Always Power-up PL2 sboblbob:0:E6F3:28:000:Speed Always Ultimate PL2 sboblbob:0:E6F3:0C:001:Speed to Normal Now! PL2 sboblbob:0:E6F3:14:001:Speed to Power-up Now! PL2 sboblbob:0:E6F3:28:001:Speed to Ultimate Now! PL2 sboblbob:0:E6F1:14:001:Fire Speed to Normal Now! PL2 sboblbob:0:E6F1:05:001:Fire Speed to Power-up NowPL2 sboblbob:0:E6F1:01:000:Fire Speed Always UltimatePL2 sboblbob:0:E6F4:40:000:Normal Range Bubbles PL2 sboblbob:0:E6F4:80:000:Long Range Bubbles PL2 sboblbob:0:E6F4:FF:000:Extra Long Range Bubbles PL2 sboblbob:0:E6F2:03:001:Head Power to Normal Now! PL2 sboblbob:0:E6F2:06:001:Head Power to Power-up NowPL2 sboblbob:0:E6F2:09:000:Head Power Always UltimatePL2 sboblbob:0:F610:00:001:Fire bubbles Bubbles Now! PL2 sboblbob:0:F610:01:001:Fire lightnings Now! PL2 sboblbob:0:E743:3F:001:Get EXTEND PL2 sboblbob:0:E743:01:021:Get letter - E (red) PL2 sboblbob:0:E743:02:021:Get letter - X (pink) PL2 sboblbob:0:E743:04:021:Get letter - T (yellow) PL2 sboblbob:0:E743:08:021:Get letter - E (green) PL2 sboblbob:0:E743:10:021:Get letter - N (blue) PL2 sboblbob:0:E743:20:021:Get letter - D (purple) PL2 sboblbob:0:0000:00:999:[This game has Super Mode by] sboblbob:0:0000:00:999:[default so to be able to ] sboblbob:0:0000:00:999:[change it you must turn OFF] sboblbob:0:0000:00:999:[the Hard Coded Super Mode! ] sboblbob:0:1B32:DB:100:Turn Hard Coded "Super" Mode OFF:This ROM has been hacked to have Super Mode on all the time - but you can change it so that it is possible to toggle it ON and OFF with this ROM cheat. sboblbob:0:1B33:E5:600:Turn Hard Coded "Super" Mode OFF (2/8) sboblbob:0:1B34:A7:600:Turn Hard Coded "Super" Mode OFF (3/8) sboblbob:0:1B35:18:600:Turn Hard Coded "Super" Mode OFF (4/8) sboblbob:0:2932:DB:600:Turn Hard Coded "Super" Mode OFF (5/8) sboblbob:0:2933:E5:600:Turn Hard Coded "Super" Mode OFF (6/8) sboblbob:0:2934:A7:600:Turn Hard Coded "Super" Mode OFF (7/8) sboblbob:0:2935:C9:600:Turn Hard Coded "Super" Mode OFF (8/8) sboblbob:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen sboblbob:0:E5DB:00:000:Disable "Super" Mode sboblbob:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen sboblbob:0:E5D1:00:000:Disable "Original" Mode sboblbob:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen sboblbob:0:E5D2:00:000:Disable "Power-Up" Mode sboblbob:0:E613:01:000:Always get Bonus doors sboblbob:0:F676:01:000:Constant Extend Letters sboblbob:0:E603:01:000:Always Warn (Bell Item) sboblbob:0:E5FA:03:000:Apple or Orange? You decide! sboblbob:0:E608:01:000:Coke Can Item sboblbob:0:6E30:01:000:Fireball Bubble - Always! sboblbob:0:6E30:03:000:Fireball Bubble - 1 in 2 sboblbob:0:6E30:05:000:Fireball Bubble - 1 in 3 sboblbob:0:6E30:07:000:Fireball Bubble - 1 in 4 sboblbob:0:6E30:15:000:Fireball Bubble - 1 in 16 sboblbob:0:6E30:1D:000:Fireball Bubble - 1 in 256 sboblbob:0:6E30:25:000:Fireball Bubble - 1 in 4096 sboblbob:0:5C2B:C9:000:Disable Bubbles? sboblbob:0:E6BB:05:001:Fireballs for 5 levels sboblbob:0:E6BE:40:000:Fireballs sboblbob:0:E5EE:07:000:Fireball Cross sboblbob:0:0000:00:999:[ Use these cheats only at the start ] sboblbob:0:0000:00:999:[ of a level, before the item ] sboblbob:0:0000:00:999:[ appears! When you are given a ] sboblbob:0:0000:00:999:[ distribution, each bubble turns ] sboblbob:0:0000:00:999:[ into an object. ] sboblbob:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range sboblbob:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power sboblbob:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed sboblbob:0:F45E:03:001:1st Item = shoe:Gives you power-up speed sboblbob:0:F45E:04:001:1st Item = clock:Slows down the monsters sboblbob:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds sboblbob:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther sboblbob:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther sboblbob:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther sboblbob:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers sboblbob:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers sboblbob:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers sboblbob:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows sboblbob:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes sboblbob:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters sboblbob:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk sboblbob:0:F45E:10:001:1st Item = pink ring:Gives points when you jump sboblbob:0:F45E:11:001:1st Item = red ring:Gives points when you bubble sboblbob:0:F45E:12:001:1st Item = blue cross:Fills screen with water sboblbob:0:F45E:13:001:1st Item = yellow cross:Make lightning strike sboblbob:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles sboblbob:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble sboblbob:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr sboblbob:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined sboblbob:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds sboblbob:0:F45E:19:001:1st Item = book:Turns monsters into diamonds sboblbob:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall sboblbob:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters sboblbob:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball sboblbob:0:F45E:1D:001:1st Item = fork:Makes fruits fall sboblbob:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end sboblbob:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end sboblbob:0:F45E:20:001:1st Item = red chest:Red diamonds on level end sboblbob:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end sboblbob:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end sboblbob:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end sboblbob:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end sboblbob:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end sboblbob:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end sboblbob:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end sboblbob:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end sboblbob:0:F45E:29:001:1st Item = bell:Destructive Item warning sboblbob:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end sboblbob:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end sboblbob:0:F45E:2C:001:1st Item = glass of beer:???? on level end sboblbob:0:F45E:2D:001:1st Item = knife:Makes fruits fall sboblbob:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items sboblbob:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters sboblbob:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds sboblbob:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds sboblbob:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds sboblbob:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70 sboblbob:0:F44C:2A:000:Fruit 2A sboblbob:0:F44C:2B:000:Fruit 2B sboblbob:0:F44C:2C:000:Fruit 2C sboblbob:0:F44C:2D:000:Fruit 2D sboblbob:0:F44C:2E:000:Fruit 2E sboblbob:0:F44C:2F:000:Fruit 2F sboblbob:0:F44C:30:000:Fruit 30 sboblbob:0:F44C:31:000:Fruit 31 sboblbob:0:F44C:32:000:Fruit 32 sboblbob:0:F44C:33:000:Fruit 33 sboblbob:0:F44C:34:000:Fruit 34 sboblbob:0:F44C:35:000:Fruit 35 sboblbob:0:F44C:36:000:Fruit 36 sboblbob:0:F44C:37:000:Fruit 37 sboblbob:0:F44C:38:000:Fruit 38 sboblbob:0:F44C:39:000:Fruit 39 sboblbob:0:F44C:3A:000:Fruit 3A sboblbob:0:F44C:3B:000:Fruit 3B sboblbob:0:F44D:01:000:Quick Fruit at start sboblbob:0:E60A:01:000:Lipstick sboblbob:0:E345:05:000:Stop the Baron sboblbob:0:0000:00:999:[ These 5 cheats will make a potion ] sboblbob:0:0000:00:999:[ appear on the next screen. It will ] sboblbob:0:0000:00:999:[ be of the type requested unless you ] sboblbob:0:0000:00:999:[ have earned a higher potion or you ] sboblbob:0:0000:00:999:[ have fallen off the bottom of the ] sboblbob:0:0000:00:999:[ screen since setting the cheat. ] sboblbob:0:0000:00:999:[ Falling off the bottom will upgrade ] sboblbob:0:0000:00:999:[ the potion to the next one! ] sboblbob:0:E5E7:0F:001:Sunflower Potion(next screen) sboblbob:0:E5E7:10:001:Flower Potion (next screen) sboblbob:0:E5E7:11:001:Clover Potion (next screen) sboblbob:0:E5E7:12:001:Rainbow Potion (next screen) sboblbob:0:E5E7:13:001:Musical Potion (next screen) sboblbob:0:0000:00:999:[ These 2 cheats are useful when you ] sboblbob:0:0000:00:999:[ get stuck on one screen. Use only ] sboblbob:0:0000:00:999:[ one at a time. ] sboblbob:0:F590:01:001:Drown 'em All! Now! OR---> sboblbob:0:E720:01:001:Throw The Book At Them Now! ; [ Space Bomber (ver. B) ] sbomberb:0:06014381:03:000:Infinite Lives PL1 sbomberb:0:060143AD:02:000:Maximum Fire Power PL1 sbomberb:0:060143C4:00:000:Invincibility PL1 sbomberb:0:060143C5:02:500:Invincibility PL1 (2/2) sbomberb:0:060144DD:03:000:Infinite Lives PL2 sbomberb:0:06014509:02:000:Maximum Fire Power PL2 sbomberb:0:06014520:00:000:Invincibility PL2 sbomberb:0:06014521:02:500:Invincibility PL2 (2/2) ; [ Strike Bowling ] :sbowling:00000000:FC39:000000FF:FFFFFFFF:Always Get a Strike :sbowling:00010000:FC49:000000FF:FFFFFFFF:Always Get a Strike (2/10) :sbowling:00010000:FC59:000000FF:FFFFFFFF:Always Get a Strike (3/10) :sbowling:00010000:FC69:000000FF:FFFFFFFF:Always Get a Strike (4/10) :sbowling:00010000:FC79:000000FF:FFFFFFFF:Always Get a Strike (5/10) :sbowling:00010000:FC89:000000FF:FFFFFFFF:Always Get a Strike (6/10) :sbowling:00010000:FC99:000000FF:FFFFFFFF:Always Get a Strike (7/10) :sbowling:00010000:FCA9:000000FF:FFFFFFFF:Always Get a Strike (8/10) :sbowling:00010000:FCB9:000000FF:FFFFFFFF:Always Get a Strike (9/10) :sbowling:00010000:FCC9:000000FF:FFFFFFFF:Always Get a Strike (10/10) ; [ Super Breakout ] sbrkout:0:0004:01:000:Infinite Lives :sbrkout:00000010:0010:000000C5:FFFF00E3:Always Keep Ball in Play :sbrkout:00000001:0010:00000000:FFFFFFFF:Place Ball at Screen Top Now!:Assign this to an activation key for the best effec ; [ Space Bugger ] sbugger:0:0000:00:999:[ There are no cheats ]:REASON 1 sbugger:0:0000:00:999:[ for this game as it ]:REASON 1 sbugger:0:0000:00:999:[ didn't work the last ]:REASON 1 sbugger:0:0000:00:999:[ time it was tested. ]:REASON 1 sbugger:0:0000:00:999:[ If the game now works ]:REASON 1 sbugger:0:0000:00:999:[ please request cheats ]:REASON 1 sbugger:0:0000:00:999:[ for it on the cheat ]:REASON 1 sbugger:0:0000:00:999:[ forums. ]:REASON 1 ; [ Scandal Mahjong (Japan 890213) ] scandal:0:F962:FF:000:Buggy score scandal:0:0000:00:999:[ The winning hand cheat must be ] scandal:0:0000:00:999:[ activated when there are 14 tiles ] scandal:0:0000:00:999:[ in your hand, then press the RON ] scandal:0:0000:00:999:[ key ('Z' by default). The tiles do ] scandal:0:0000:00:999:[ not visually change until you make ] scandal:0:0000:00:999:[ a move. ] scandal:0:FC8C:31:001:Get winning hand Now! scandal:0:FC8D:31:501:Get winning hand Now! (02/14) scandal:0:FC8E:31:501:Get winning hand Now! (03/14) scandal:0:FC8F:32:501:Get winning hand Now! (04/14) scandal:0:FC90:32:501:Get winning hand Now! (05/14) scandal:0:FC91:32:501:Get winning hand Now! (06/14) scandal:0:FC92:33:501:Get winning hand Now! (07/14) scandal:0:FC93:33:501:Get winning hand Now! (08/14) scandal:0:FC94:33:501:Get winning hand Now! (09/14) scandal:0:FC95:34:501:Get winning hand Now! (10/14) scandal:0:FC96:34:501:Get winning hand Now! (11/14) scandal:0:FC97:34:501:Get winning hand Now! (12/14) scandal:0:FC98:35:501:Get winning hand Now! (13/14) scandal:0:FC99:35:501:Get winning hand Now! (14/14) scandal:0:FC8C:31:000:Always winning hand scandal:0:FC8D:31:500:Always winning hand (02/14) scandal:0:FC8E:31:500:Always winning hand (03/14) scandal:0:FC8F:32:500:Always winning hand (04/14) scandal:0:FC90:32:500:Always winning hand (05/14) scandal:0:FC91:32:500:Always winning hand (06/14) scandal:0:FC92:33:500:Always winning hand (07/14) scandal:0:FC93:33:500:Always winning hand (08/14) scandal:0:FC94:33:500:Always winning hand (09/14) scandal:0:FC95:34:500:Always winning hand (10/14) scandal:0:FC96:34:500:Always winning hand (11/14) scandal:0:FC97:34:500:Always winning hand (12/14) scandal:0:FC98:35:500:Always winning hand (13/14) scandal:0:FC99:35:500:Always winning hand (14/14) ; [ Scandal Mahjong [BET] (Japan 890217) ] scandalm:0:0000:00:999:[ The winning hand cheat must be ] scandalm:0:0000:00:999:[ activated when there are 14 tiles ] scandalm:0:0000:00:999:[ in your hand, then press the RON ] scandalm:0:0000:00:999:[ key ('Z' by default). The tiles do ] scandalm:0:0000:00:999:[ not visually change until you make ] scandalm:0:0000:00:999:[ a move. ] scandalm:0:FC8C:31:001:Get winning hand Now! scandalm:0:FC8D:31:501:Get winning hand Now! (02/14) scandalm:0:FC8E:31:501:Get winning hand Now! (03/14) scandalm:0:FC8F:32:501:Get winning hand Now! (04/14) scandalm:0:FC90:32:501:Get winning hand Now! (05/14) scandalm:0:FC91:32:501:Get winning hand Now! (06/14) scandalm:0:FC92:33:501:Get winning hand Now! (07/14) scandalm:0:FC93:33:501:Get winning hand Now! (08/14) scandalm:0:FC94:33:501:Get winning hand Now! (09/14) scandalm:0:FC95:34:501:Get winning hand Now! (10/14) scandalm:0:FC96:34:501:Get winning hand Now! (11/14) scandalm:0:FC97:34:501:Get winning hand Now! (12/14) scandalm:0:FC98:35:501:Get winning hand Now! (13/14) scandalm:0:FC99:35:501:Get winning hand Now! (14/14) scandalm:0:FC8C:31:000:Always winning hand scandalm:0:FC8D:31:500:Always winning hand (02/14) scandalm:0:FC8E:31:500:Always winning hand (03/14) scandalm:0:FC8F:32:500:Always winning hand (04/14) scandalm:0:FC90:32:500:Always winning hand (05/14) scandalm:0:FC91:32:500:Always winning hand (06/14) scandalm:0:FC92:33:500:Always winning hand (07/14) scandalm:0:FC93:33:500:Always winning hand (08/14) scandalm:0:FC94:33:500:Always winning hand (09/14) scandalm:0:FC95:34:500:Always winning hand (10/14) scandalm:0:FC96:34:500:Always winning hand (11/14) scandalm:0:FC97:34:500:Always winning hand (12/14) scandalm:0:FC98:35:500:Always winning hand (13/14) scandalm:0:FC99:35:500:Always winning hand (14/14) ; [ Super Cup Finals (World) ] scfinals:0:40E77B:09:000:Infinite Credits scfinals:0:411F23:3C:000:Infinite Time scfinals:0:411F22:09:500:Infinite Time (2/2) scfinals:0:411F23:00:001:Finish this Game Now! scfinals:0:411F22:00:501:Finish this Game Now! (2/2) scfinals:0:410E85:00:000:Score always 0 LEFT TEAM scfinals:0:410E85:63:000:Score always 99 LEFT TEAM scfinals:0:410E85:00:001:Set score = 0 Now! LEFT TEAM scfinals:0:410E85:32:001:Set score = 50 Now! LEFT TEAM scfinals:0:410E85:63:070:Select score Now! LEFT TEAM scfinals:0:410E8D:00:000:Score always = 0 RIGHT TEAM scfinals:0:410E8D:63:000:Score always = 99 RIGHT TEAM scfinals:0:410E8D:00:001:Set score = 0 Now! RIGHT TEAM scfinals:0:410E8D:32:001:Set score = 50 Now! RIGHT TEAM scfinals:0:410E8D:63:070:Select score Now! RIGHT TEAM scfinals:0:410EB9:63:000:Infinite Units PL1 scfinals:0:410EF1:63:000:Infinite Units PL2 scfinals:0:410F29:63:000:Infinite Units PL3 scfinals:0:410F61:63:000:Infinite Units PL4 scfinals:0:000000:00:999:[After you enable these region cheats to see any ] scfinals:0:000000:00:999:[effect you will have to reset the game (F3). ] scfinals:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] scfinals:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] scfinals:0:07FFFF:01:100:Region Switch = Japan scfinals:0:07FFFF:02:100:Region Switch = US scfinals:0:07FFFF:03:100:Region Switch = World ; [ Sonic The Fighters ] schamp:0:0000:00:999:[ There are no cheats ]:REASON 1 schamp:0:0000:00:999:[ for this game as it ]:REASON 1 schamp:0:0000:00:999:[ didn't work the last ]:REASON 1 schamp:0:0000:00:999:[ time it was tested. ]:REASON 1 schamp:0:0000:00:999:[ If the game now works ]:REASON 1 schamp:0:0000:00:999:[ please request cheats ]:REASON 1 schamp:0:0000:00:999:[ for it on the cheat ]:REASON 1 schamp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Space Chaser ] schaser:0:233D:09:000:Infinite Credits schaser:0:2014:E0:000:Infinite Fuel schaser:0:2012:99:000:Infinite Bonus schaser:0:232F:03:000:Infinite Lives PL1 schaser:0:2330:03:000:Infinite Lives PL2 ; [ Space Chaser (CV version) ] schasrcv:0:233D:09:000:Infinite Credits schasrcv:0:2014:E0:000:Infinite Fuel schasrcv:0:2012:99:000:Infinite Bonus schasrcv:0:232F:03:000:Infinite Lives PL1 schasrcv:0:2330:03:000:Infinite Lives PL2 ; [ Schmeiser Robo (Japan) ] :schmeisr:00000000:FF06A7:00000063:FFFFFFFF:Infinite Credits :schmeisr:00000001:FF057D:00000007:FFFFFFFF:Start on Final Bout:Enable on the character selection screen :schmeisr:00000000:FF5A9B:00000063:FFFFFFFF:Infinite Time :schmeisr:00100000:FF55B8:00000100:FFFFFFFF:Infinite Energy PL1 :schmeisr:00100001:FF55B8:0000FFFF:FFFFFFFF:Drain All Energy Now! PL1 :schmeisr:00000001:FF0185:00000008:FFFFFFFF:Play with Celberus PL1:Enable on the character selection screen :schmeisr:00100000:FF55BA:00000999:FFFFFFFF:Always Maximum Fighting Rate PL1 :schmeisr:00000000:FF5749:00000010:00000010:Rapid Fire - Punch PL1 :schmeisr:00000000:FF5749:00000020:00000020:Rapid Fire - Kick PL1 :schmeisr:00100000:FF55F8:00000100:FFFFFFFF:Infinite Energy PL2 :schmeisr:00100001:FF55F8:0000FFFF:FFFFFFFF:Drain All Energy Now! PL2 :schmeisr:00000001:FF0183:00000008:FFFFFFFF:Play with Celberus PL2:Enable on the character selection screen :schmeisr:00100000:FF55FA:00000999:FFFFFFFF:Always Maximum Fighting Rate PL2 :schmeisr:00000000:FF5748:00000010:00000010:Rapid Fire - Punch PL2 :schmeisr:00000000:FF5748:00000020:00000020:Rapid Fire - Kick PL2 ; [ Special Criminal Investigation (World set 1) ] sci:0:101648:09:000:Infinite Credits sci:0:101930:99:000:Infinite Time sci:0:101936:07:000:Infinite Boosts sci:0:10A058:04:000:Always drive at Maximum Speed sci:0:10A059:90:500:Always drive at Maximum Speed (2/2) ; [ Special Criminal Investigation (World set 2) ] scia:0:101648:09:000:Infinite Credits scia:0:101930:99:000:Infinite Time scia:0:101936:07:000:Infinite Boosts scia:0:10A058:04:000:Always drive at Maximum Speed scia:0:10A059:90:500:Always drive at Maximum Speed (2/2) ; [ Scion ] :scion:20900000:0CF9:00000CFB:FFFFFFFF:Invincibility :scion:00000000:C030:00000000:00000040:Rapid Fire - Antiair scion:0:C04C:03:000:Infinite Lives PL1 scion:0:C04D:03:000:Infinite Lives PL2 ; [ Scion (Cinematronics) ] :scionc:20900000:0CF9:00000CFB:FFFFFFFF:Invincibility :scionc:00000000:C030:00000000:00000040:Rapid Fire - Antiair scionc:0:C04C:03:000:Infinite Lives PL1 scionc:0:C04D:03:000:Infinite Lives PL2 ; [ Special Criminal Investigation (US) ] sciu:0:101648:09:000:Infinite Credits sciu:0:101930:99:000:Infinite Time sciu:0:101936:07:000:Infinite Boosts sciu:0:10A058:04:000:Always drive at Maximum Speed sciu:0:10A059:90:500:Always drive at Maximum Speed (2/2) ; [ Super Cobra ] scobra:0:8108:05:000:Infinite Lives scobra:0:8105:FF:000:Infinite Fuel scobra:0:29F9:C9:100:Invincibility scobra:0:2B49:C9:600:Invincibility (2/2) scobra:0:0000:00:999:[Level 11 = Base ] scobra:0:811E:0A:071:Select current level scobra:0:811E:0A:061:Select next level ; [ Super Cobra (bootleg) ] scobrab:0:8108:05:000:Infinite Lives scobrab:0:8105:FF:000:Infinite Fuel scobrab:0:29BA:C9:100:Invincibility scobrab:0:2B0A:C9:600:Invincibility (2/2) scobrab:0:0000:00:999:[Level 11 = Base ] scobrab:0:811E:0A:071:Select current level scobrab:0:811E:0A:061:Select next level ; [ Super Cobra (Stern) ] scobras:0:8108:05:000:Infinite Lives scobras:0:8105:FF:000:Infinite Fuel scobras:0:29BA:C9:100:Invincibility scobras:0:2B0A:C9:600:Invincibility (2/2) scobras:0:0000:00:999:[Level 11 = Base ] scobras:0:811E:0A:071:Select current level scobras:0:811E:0A:061:Select next level ; [ Super Cobra (Sega) ] scobrase:0:8108:05:000:Infinite Lives scobrase:0:8105:FF:000:Infinite Fuel scobrase:0:29F9:C9:100:Invincibility scobrase:0:2B49:C9:600:Invincibility (2/2) scobrase:0:0000:00:999:[Level 11 = Base ] scobrase:0:811E:0A:071:Select current level scobrase:0:811E:0A:061:Select next level ; [ Super Contra ] scontra:0:40AB:01:000:Always Bomb in level 2 & 5 scontra:0:40A0:64:000:Infinite Lives PL1 scontra:0:4A1B:03:000:Invincibility PL1:To be used when you blink scontra:0:4A30:00:000:Always have normal weapon PL1 scontra:0:4A30:01:000:Always have laser weapon PL1 scontra:0:4A30:02:000:Always have rocket weapon PL1 scontra:0:4A30:03:000:Always have 3-Way weapon PL1 scontra:0:4A30:04:000:Always have grenade weaponPL1 scontra:0:4A30:82:000:Always have Good Weapon PL1 scontra:0:4A30:00:001:Get normal weapon Now! PL1 scontra:0:4A30:01:001:Get laser weapon Now! PL1 scontra:0:4A30:02:001:Get rocket weapon Now! PL1 scontra:0:4A30:03:001:Get 3-Way weapon Now! PL1 scontra:0:4A30:04:001:Get grenade weapon Now! PL1 scontra:0:4A30:82:001:Get Good Weapon Now! PL1 scontra:0:40B0:64:000:Infinite Lives PL2 scontra:0:4B1B:03:000:Invincibility PL2:To be used when you blink scontra:0:4B30:00:000:Always have normal weapon PL2 scontra:0:4B30:01:000:Always have laser weapon PL2 scontra:0:4B30:02:000:Always have rocket weapon PL2 scontra:0:4B30:03:000:Always have 3-Way weapon PL2 scontra:0:4B30:04:000:Always have grenade weaponPL2 scontra:0:4B30:82:000:Always have Good Weapon PL2 scontra:0:4B30:00:001:Get normal weapon Now! PL2 scontra:0:4B30:01:001:Get laser weapon Now! PL2 scontra:0:4B30:02:001:Get rocket weapon Now! PL2 scontra:0:4B30:03:001:Get 3-Way weapon Now! PL2 scontra:0:4B30:04:001:Get grenade weapon Now! PL2 scontra:0:4B30:82:001:Get Good Weapon Now! PL2 scontra:0:461A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Super Contra (Japan) ] scontraj:0:40AB:01:000:Always Bomb in level 2 & 5 scontraj:0:40A0:64:000:Infinite Lives PL1 scontraj:0:4A1B:03:000:Invincibility PL1:To be used when you blink scontraj:0:4A30:00:000:Always have normal weapon PL1 scontraj:0:4A30:01:000:Always have laser weapon PL1 scontraj:0:4A30:02:000:Always have rocket weapon PL1 scontraj:0:4A30:03:000:Always have 3-Way weapon PL1 scontraj:0:4A30:04:000:Always have grenade weaponPL1 scontraj:0:4A30:82:000:Always have Good Weapon PL1 scontraj:0:4A30:00:001:Get normal weapon Now! PL1 scontraj:0:4A30:01:001:Get laser weapon Now! PL1 scontraj:0:4A30:02:001:Get rocket weapon Now! PL1 scontraj:0:4A30:03:001:Get 3-Way weapon Now! PL1 scontraj:0:4A30:04:001:Get grenade weapon Now! PL1 scontraj:0:4A30:82:001:Get Good Weapon Now! PL1 scontraj:0:40B0:64:000:Infinite Lives PL2 scontraj:0:4B1B:03:000:Invincibility PL2:To be used when you blink scontraj:0:4B30:00:000:Always have normal weapon PL2 scontraj:0:4B30:01:000:Always have laser weapon PL2 scontraj:0:4B30:02:000:Always have rocket weapon PL2 scontraj:0:4B30:03:000:Always have 3-Way weapon PL2 scontraj:0:4B30:04:000:Always have grenade weaponPL2 scontraj:0:4B30:82:000:Always have Good Weapon PL2 scontraj:0:4B30:00:001:Get normal weapon Now! PL2 scontraj:0:4B30:01:001:Get laser weapon Now! PL2 scontraj:0:4B30:02:001:Get rocket weapon Now! PL2 scontraj:0:4B30:03:001:Get 3-Way weapon Now! PL2 scontraj:0:4B30:04:001:Get grenade weapon Now! PL2 scontraj:0:4B30:82:001:Get Good Weapon Now! PL2 scontraj:0:461A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Scorpion (set 1) ] :scorpion:00100000:41F5:00009999:FFFFFFFF:Infinite Credits :scorpion:00000000:42A8:0000000A:FFFFFFFF:Infinite Lives :scorpion:00100000:41A8:0000487D:FFFFFFFF:Infinite Fuel :scorpion:00000000:40B3:00000000:00000004:Infinite Missiles :scorpion:20800000:1BC6:00000018:FFFFFFFF:Invincibility :scorpion:20810000:26BB:000000C9:FFFFFFFF:Invincibility (2/3):1st = Ground, 2nd = Scenery :scorpion:20810000:276E:000000C9:FFFFFFFF:Invincibility (3/3):Object :scorpion:00000000:41EB:00000002:00000002:Rapid Fire - Shot :scorpion:00000000:41EB:00000008:00000008:Rapid Fire - Missile ; [ Scorpion (Moon Cresta hardware) ] :scorpnmc:00100000:41F5:00009999:FFFFFFFF:Infinite Credits :scorpnmc:00000000:42A8:0000000A:FFFFFFFF:Infinite Lives :scorpnmc:00100000:41A8:0000487D:FFFFFFFF:Infinite Fuel :scorpnmc:00000000:40B3:00000000:00000004:Infinite Missiles :scorpnmc:20800000:1BC1:00000018:FFFFFFFF:Invincibility :scorpnmc:20810000:26B6:000000C9:FFFFFFFF:Invincibility (2/3):1st = Ground, 2nd = Scenery :scorpnmc:20810000:2769:000000C9:FFFFFFFF:Invincibility (3/3):Object :scorpnmc:00000000:41EB:00000002:00000002:Rapid Fire - Shot :scorpnmc:00000000:41EB:00000008:00000008:Rapid Fire - Missile ; [ Scooter Shooter ] scotrsht:0:1BE0:09:000:Infinite Lives PL1 :scotrsht:00000062:1894:0000000A:FFFFFFFF:Infinite Energy PL1 :scotrsht:00010062:1896:00000006:FFFFFFFF:Infinite Energy PL1 scotrsht:0:1850:40:020:Invincibility PL1 scotrsht:0:1850:80:020:Always have Better Weapon PL1 scotrsht:0:1867:04:500:Always have Better Weapon PL1 (2/2) scotrsht:0:1C10:09:000:Infinite Lives PL2 :scotrsht:00000062:1936:00000007:FFFFFFFF:Infinite Energy PL2 :scotrsht:00010062:1934:00000006:FFFFFFFF:Infinite Energy PL2 scotrsht:0:18F0:40:020:Invincibility PL2 scotrsht:0:18F0:80:020:Always have Better Weapon PL2 scotrsht:0:1907:04:500:Always have Better Weapon PL2 (2/2) ; [ Scramble (Galaxian hardware) ] scramblb:0:4108:05:000:Infinite Lives scramblb:0:4105:FF:000:Infinite Fuel scramblb:0:2047:C9:100:Invincibility scramblb:0:2113:C9:600:Invincibility (2/2) scramblb:0:0000:00:999:[Level 6 = Base ] scramblb:0:411E:05:071:Select current level scramblb:0:411E:05:061:Select next level ; [ Scramble ] scramble:0:4108:05:000:Infinite Lives scramble:0:4105:FF:000:Infinite Fuel scramble:0:207E:C9:100:Invincibility scramble:0:214A:C9:600:Invincibility (2/2) scramble:0:0000:00:999:[Level 6 = Base ] scramble:0:411E:05:071:Select current level scramble:0:411E:05:061:Select next level ; [ Scramble (Stern) ] scrambls:0:4108:05:000:Infinite Lives scrambls:0:4105:FF:000:Infinite Fuel scrambls:0:2680:C9:100:Invincibility scrambls:0:274C:C9:600:Invincibility (2/2) scrambls:0:0000:00:999:[Level 6 = Base ] scrambls:0:411E:05:071:Select current level scrambls:0:411E:05:061:Select next level ; [ Scrambled Egg ] scregg:0:4B4B:60:100:Invincibility scregg:0:4334:60:600:Invincibility scregg:0:0055:07:000:Infinite Lives PL1 scregg:0:005F:07:000:Infinite Lives PL2 ; [ Screw Loose (prototype) ] screwloo:0:00119:63:000:Infinite Credits screwloo:0:00193:0A:000:Infinite Lives ; [ Stadium Cross (World) ] scross:0:701F20:09:000:Infinite Credits scross:0:200FFA:63:000:Infinite Time scross:0:200693:80:000:Always ride at Max Speed scross:0:200693:80:001:Get Max Speed Turbo Boost Now!:Assign this to an activation key for the best effect scross:0:200693:FF:000:Always ride at Super Speed scross:0:200693:FF:001:Get Super Speed Turbo Boost Now!:Assign this to an activation key for the best effect scross:0:200690:03:000:Always have One Lap Races scross:0:200690:03:001:Make this the Final Lap Now! :scross:00100000:200FC0:00000000:FFFFFFFF:Always Min Lap Time :scross:00100000:200FD0:00000000:FFFFFFFF:Always Min Total Time ; [ Scorpion (set 2) ] :scrpiona:00100000:41F5:00009999:FFFFFFFF:Infinite Credits :scrpiona:00000000:42A8:0000000A:FFFFFFFF:Infinite Lives :scrpiona:00100000:41A8:0000487D:FFFFFFFF:Infinite Fuel :scrpiona:00000000:40B3:00000000:00000004:Infinite Missiles :scrpiona:20800000:1BB7:00000018:FFFFFFFF:Invincibility :scrpiona:20810000:26AA:000000C9:FFFFFFFF:Invincibility (2/3):1st = Ground, 2nd = Scenery :scrpiona:20810000:275D:000000C9:FFFFFFFF:Invincibility (3/3):Object :scrpiona:00000000:41EB:00000002:00000002:Rapid Fire - Shot :scrpiona:00000000:41EB:00000008:00000008:Rapid Fire - Missile ; [ Section Z (set 2) ] sctionza:0:CDA0:0B:000:Infinite Lives sctionza:0:C100:FF:000:Invincibility sctionza:0:C08F:04:000:Maximum Power sctionza:0:C10F:03:000:Maximum Speed ; [ Scud Race (Australia) ] scud:0:0000:00:999:[ This game hasn't even ]:REASON 11 scud:0:0000:00:999:[ been looked at due to ]:REASON 11 scud:0:0000:00:999:[ time constraints - Too]:REASON 11 scud:0:0000:00:999:[ many games and so ]:REASON 11 scud:0:0000:00:999:[ little time. It is ]:REASON 11 scud:0:0000:00:999:[ even possible that ]:REASON 11 scud:0:0000:00:999:[ this game may be a ]:REASON 11 scud:0:0000:00:999:[ clone of an existing ]:REASON 11 scud:0:0000:00:999:[ game which may have ]:REASON 11 scud:0:0000:00:999:[ cheats. Please search ]:REASON 11 scud:0:0000:00:999:[ the cheat forums ]:REASON 11 scud:0:0000:00:999:[ before posting cheat ]:REASON 11 scud:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Scud Race (Export) ] scuda:0:0000:00:999:[ This game hasn't even ]:REASON 11 scuda:0:0000:00:999:[ been looked at due to ]:REASON 11 scuda:0:0000:00:999:[ time constraints - Too]:REASON 11 scuda:0:0000:00:999:[ many games and so ]:REASON 11 scuda:0:0000:00:999:[ little time. It is ]:REASON 11 scuda:0:0000:00:999:[ even possible that ]:REASON 11 scuda:0:0000:00:999:[ this game may be a ]:REASON 11 scuda:0:0000:00:999:[ clone of an existing ]:REASON 11 scuda:0:0000:00:999:[ game which may have ]:REASON 11 scuda:0:0000:00:999:[ cheats. Please search ]:REASON 11 scuda:0:0000:00:999:[ the cheat forums ]:REASON 11 scuda:0:0000:00:999:[ before posting cheat ]:REASON 11 scuda:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Scud Hammer ] scudhamm:0:0FC85B:09:000:Infinite Credits scudhamm:0:0FD369:B5:000:Infinite Time:This ensures that you have hit the character when you win a round ; [ Scud Race Plus ] scudp:0:0000:00:999:[ This game hasn't even ]:REASON 11 scudp:0:0000:00:999:[ been looked at due to ]:REASON 11 scudp:0:0000:00:999:[ time constraints - Too]:REASON 11 scudp:0:0000:00:999:[ many games and so ]:REASON 11 scudp:0:0000:00:999:[ little time. It is ]:REASON 11 scudp:0:0000:00:999:[ even possible that ]:REASON 11 scudp:0:0000:00:999:[ this game may be a ]:REASON 11 scudp:0:0000:00:999:[ clone of an existing ]:REASON 11 scudp:0:0000:00:999:[ game which may have ]:REASON 11 scudp:0:0000:00:999:[ cheats. Please search ]:REASON 11 scudp:0:0000:00:999:[ the cheat forums ]:REASON 11 scudp:0:0000:00:999:[ before posting cheat ]:REASON 11 scudp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super Derby ] sderby:0:0000:00:999:[ This game hasn't even ]:REASON 11 sderby:0:0000:00:999:[ been looked at due to ]:REASON 11 sderby:0:0000:00:999:[ time constraints - Too]:REASON 11 sderby:0:0000:00:999:[ many games and so ]:REASON 11 sderby:0:0000:00:999:[ little time. It is ]:REASON 11 sderby:0:0000:00:999:[ even possible that ]:REASON 11 sderby:0:0000:00:999:[ this game may be a ]:REASON 11 sderby:0:0000:00:999:[ clone of an existing ]:REASON 11 sderby:0:0000:00:999:[ game which may have ]:REASON 11 sderby:0:0000:00:999:[ cheats. Please search ]:REASON 11 sderby:0:0000:00:999:[ the cheat forums ]:REASON 11 sderby:0:0000:00:999:[ before posting cheat ]:REASON 11 sderby:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ SD Gundam Psycho Salamander no Kyoui ] sdgndmps:0:082192:07:000:Infinite Lives PL1 sdgndmps:0:08216D:20:000:Infinite Energy PL1 sdgndmps:0:082187:03:000:Invincibility PL1 sdgndmps:0:082282:07:000:Infinite Lives PL2 sdgndmps:0:08225D:20:000:Infinite Energy PL2 sdgndmps:0:082277:03:000:Invincibility PL2 ; [ SD Gundam Sangokushi Rainbow Tairiku Senki ] sdgndmrb:0:0000:00:999:[ There are no cheats ]:REASON 1 sdgndmrb:0:0000:00:999:[ for this game as it ]:REASON 1 sdgndmrb:0:0000:00:999:[ didn't work the last ]:REASON 1 sdgndmrb:0:0000:00:999:[ time it was tested. ]:REASON 1 sdgndmrb:0:0000:00:999:[ If the game now works ]:REASON 1 sdgndmrb:0:0000:00:999:[ please request cheats ]:REASON 1 sdgndmrb:0:0000:00:999:[ for it on the cheat ]:REASON 1 sdgndmrb:0:0000:00:999:[ forums. ]:REASON 1 ; [ SDI - Strategic Defense Initiative (Europe, System 16A, FD1089B 317-0027) ] :sdi:00000000:FFC60D:00000009:FFFFFFFF:Infinite Credits :sdi:00000000:FFC63A:00000000:FFFFFFFF:Infinite Planet Damage :sdi:62000000:000000:00000000:00000000:Select Starting Stage:Enable when the "Push Start Button" message is displayed. IE after you've inserted at least one credit :sdi:00010001:FFC40B:00000000:FFFFFFFF:Stage 1 :sdi:00010001:FFC40B:00000002:FFFFFFFF:Stage 2 :sdi:00010001:FFC40B:00000004:FFFFFFFF:Stage 3 :sdi:00010001:FFC40B:00000006:FFFFFFFF:Stage 4 :sdi:00010001:FFC40B:00000008:FFFFFFFF:Stage 5 :sdi:00010001:FFC40B:0000000A:FFFFFFFF:Stage 6 :sdi:00010001:FFC40B:0000000C:FFFFFFFF:Stage 7 :sdi:00010001:FFC40B:0000000E:FFFFFFFF:Stage 8 :sdi:00010001:FFC40B:00000010:FFFFFFFF:Stage 9 :sdi:00010001:FFC40B:00000012:FFFFFFFF:Stage 10 :sdi:00010001:FFC40B:00000014:FFFFFFFF:Stage 11 :sdi:00800000:FFC83A:000000FF:FFFFFFFF:Flicky Mode:Work from Stage 2 when playing as Player 2 :sdi:00300000:FFC646:01010101:FFFFFFFF:Always Perfect Destroyed Missiles :sdi:00300000:FFC64A:01010101:FFFFFFFF:Always Perfect Destroyed Satellites :sdi:00300000:FFC64E:01010101:FFFFFFFF:Always Perfect Destroyed Enemies :sdi:00300000:FFC652:01010101:FFFFFFFF:Always Perfect Destroyed Bases :sdi:00000000:FFC60E:00000005:FFFFFFFF:Infinite Lives PL1 :sdi:00000000:FFDBC9:00000008:00000008:Invincibility PL1 :sdi:00000000:FFC658:00000001:FFFFFFFF:Always Have Shot Power Up PL1 :sdi:00000000:FFC63E:00000002:FFFFFFFF:Always Have Triple Sights PL1:Set before starting each stages for the best effect :sdi:62000000:000000:00000000:00000000:Select Speed PL1 :sdi:00010000:FFC65B:00000000:FFFFFFFF:1 :sdi:00010000:FFC65B:0000000A:FFFFFFFF:2 :sdi:00010000:FFC65B:00000014:FFFFFFFF:3 :sdi:00010000:FFC65B:0000001E:FFFFFFFF:4 :sdi:00010000:FFC65B:00000028:FFFFFFFF:5 :sdi:00000000:FFC611:00000001:00000001:Rapid Fire PL1 :sdi:00000000:FFC70E:00000005:FFFFFFFF:Infinite Lives PL2 :sdi:00000000:FFDC49:00000008:00000008:Invincibility PL2 :sdi:00000000:FFC758:00000001:FFFFFFFF:Always Have Shot Power Up PL2 :sdi:00000000:FFC73E:00000002:FFFFFFFF:Always Have Triple Sights PL2:Set before starting each stages for the best effect :sdi:62000000:000000:00000000:00000000:Select Speed PL2 :sdi:00010000:FFC75B:00000000:FFFFFFFF:1 :sdi:00010000:FFC75B:0000000A:FFFFFFFF:2 :sdi:00010000:FFC75B:00000014:FFFFFFFF:3 :sdi:00010000:FFC75B:0000001E:FFFFFFFF:4 :sdi:00010000:FFC75B:00000028:FFFFFFFF:5 :sdi:00000000:FFC615:00000001:00000001:Rapid Fire PL2 ; [ SDI - Strategic Defense Initiative (System 16B, FD1089A 317-0028) ] :sdib:00000000:FFC60D:00000009:FFFFFFFF:Infinite Credits :sdib:00000000:FFC63A:00000000:FFFFFFFF:Infinite Planet Damage :sdib:62000000:000000:00000000:00000000:Select Starting Stage:Enable when the "Push Start Button" message is displayed. IE after you've inserted at least one credit :sdib:00010001:FFC40B:00000000:FFFFFFFF:Stage 1 :sdib:00010001:FFC40B:00000002:FFFFFFFF:Stage 2 :sdib:00010001:FFC40B:00000004:FFFFFFFF:Stage 3 :sdib:00010001:FFC40B:00000006:FFFFFFFF:Stage 4 :sdib:00010001:FFC40B:00000008:FFFFFFFF:Stage 5 :sdib:00010001:FFC40B:0000000A:FFFFFFFF:Stage 6 :sdib:00010001:FFC40B:0000000C:FFFFFFFF:Stage 7 :sdib:00010001:FFC40B:0000000E:FFFFFFFF:Stage 8 :sdib:00010001:FFC40B:00000010:FFFFFFFF:Stage 9 :sdib:00010001:FFC40B:00000012:FFFFFFFF:Stage 10 :sdib:00010001:FFC40B:00000014:FFFFFFFF:Stage 11 :sdib:00800000:FFC83A:000000FF:FFFFFFFF:Flicky Mode:Work from Stage 2 when playing as Player 2 :sdib:00300000:FFC646:01010101:FFFFFFFF:Always Perfect Destroyed Missiles :sdib:00300000:FFC64A:01010101:FFFFFFFF:Always Perfect Destroyed Satellites :sdib:00300000:FFC64E:01010101:FFFFFFFF:Always Perfect Destroyed Enemies :sdib:00300000:FFC652:01010101:FFFFFFFF:Always Perfect Destroyed Bases :sdib:00000000:FFC60E:00000005:FFFFFFFF:Infinite Lives PL1 :sdib:00000000:FFDBC9:00000008:00000008:Invincibility PL1 :sdib:00000000:FFC658:00000001:FFFFFFFF:Always Have Shot Power Up PL1 :sdib:00000000:FFC63E:00000002:FFFFFFFF:Always Have Triple Sights PL1:Set before starting each stages for the best effect :sdib:62000000:000000:00000000:00000000:Select Speed PL1 :sdib:00010000:FFC65B:00000000:FFFFFFFF:1 :sdib:00010000:FFC65B:0000000A:FFFFFFFF:2 :sdib:00010000:FFC65B:00000014:FFFFFFFF:3 :sdib:00010000:FFC65B:0000001E:FFFFFFFF:4 :sdib:00010000:FFC65B:00000028:FFFFFFFF:5 :sdib:00000000:FFC611:00000001:00000001:Rapid Fire PL1 :sdib:00000000:FFC70E:00000005:FFFFFFFF:Infinite Lives PL2 :sdib:00000000:FFDC49:00000008:00000008:Invincibility PL2 :sdib:00000000:FFC758:00000001:FFFFFFFF:Always Have Shot Power Up PL2 :sdib:00000000:FFC73E:00000002:FFFFFFFF:Always Have Triple Sights PL2:Set before starting each stages for the best effect :sdib:62000000:000000:00000000:00000000:Select Speed PL2 :sdib:00010000:FFC75B:00000000:FFFFFFFF:1 :sdib:00010000:FFC75B:0000000A:FFFFFFFF:2 :sdib:00010000:FFC75B:00000014:FFFFFFFF:3 :sdib:00010000:FFC75B:0000001E:FFFFFFFF:4 :sdib:00010000:FFC75B:00000028:FFFFFFFF:5 :sdib:00000000:FFC615:00000001:00000001:Rapid Fire PL2 ; [ SDI - Strategic Defense Initiative (bootleg) ] :sdibl:00000000:FFC60D:00000009:FFFFFFFF:Infinite Credits :sdibl:00000000:FFC63A:00000000:FFFFFFFF:Infinite Planet Damage :sdibl:62000000:000000:00000000:00000000:Select Starting Stage:Enable when the "Push Start Button" message is displayed. IE after you've inserted at least one credit :sdibl:00010001:FFC40B:00000000:FFFFFFFF:Stage 1 :sdibl:00010001:FFC40B:00000002:FFFFFFFF:Stage 2 :sdibl:00010001:FFC40B:00000004:FFFFFFFF:Stage 3 :sdibl:00010001:FFC40B:00000006:FFFFFFFF:Stage 4 :sdibl:00010001:FFC40B:00000008:FFFFFFFF:Stage 5 :sdibl:00010001:FFC40B:0000000A:FFFFFFFF:Stage 6 :sdibl:00010001:FFC40B:0000000C:FFFFFFFF:Stage 7 :sdibl:00010001:FFC40B:0000000E:FFFFFFFF:Stage 8 :sdibl:00010001:FFC40B:00000010:FFFFFFFF:Stage 9 :sdibl:00010001:FFC40B:00000012:FFFFFFFF:Stage 10 :sdibl:00010001:FFC40B:00000014:FFFFFFFF:Stage 11 :sdibl:00800000:FFC83A:000000FF:FFFFFFFF:Flicky Mode:Work from Stage 2 when playing as Player 2 :sdibl:00300000:FFC646:01010101:FFFFFFFF:Always Perfect Destroyed Missiles :sdibl:00300000:FFC64A:01010101:FFFFFFFF:Always Perfect Destroyed Satellites :sdibl:00300000:FFC64E:01010101:FFFFFFFF:Always Perfect Destroyed Enemies :sdibl:00300000:FFC652:01010101:FFFFFFFF:Always Perfect Destroyed Bases :sdibl:00000000:FFC60E:00000005:FFFFFFFF:Infinite Lives PL1 :sdibl:00000000:FFDBC9:00000008:00000008:Invincibility PL1 :sdibl:00000000:FFC658:00000001:FFFFFFFF:Always Have Shot Power Up PL1 :sdibl:00000000:FFC63E:00000002:FFFFFFFF:Always Have Triple Sights PL1:Set before starting each stages for the best effect :sdibl:62000000:000000:00000000:00000000:Select Speed PL1 :sdibl:00010000:FFC65B:00000000:FFFFFFFF:1 :sdibl:00010000:FFC65B:0000000A:FFFFFFFF:2 :sdibl:00010000:FFC65B:00000014:FFFFFFFF:3 :sdibl:00010000:FFC65B:0000001E:FFFFFFFF:4 :sdibl:00010000:FFC65B:00000028:FFFFFFFF:5 :sdibl:00000000:FFC611:00000001:00000001:Rapid Fire PL1 :sdibl:00000000:FFC70E:00000005:FFFFFFFF:Infinite Lives PL2 :sdibl:00000000:FFDC49:00000008:00000008:Invincibility PL2 :sdibl:00000000:FFC758:00000001:FFFFFFFF:Always Have Shot Power Up PL2 :sdibl:00000000:FFC73E:00000002:FFFFFFFF:Always Have Triple Sights PL2:Set before starting each stages for the best effect :sdibl:62000000:000000:00000000:00000000:Select Speed PL2 :sdibl:00010000:FFC75B:00000000:FFFFFFFF:1 :sdibl:00010000:FFC75B:0000000A:FFFFFFFF:2 :sdibl:00010000:FFC75B:00000014:FFFFFFFF:3 :sdibl:00010000:FFC75B:0000001E:FFFFFFFF:4 :sdibl:00010000:FFC75B:00000028:FFFFFFFF:5 :sdibl:00000000:FFC615:00000001:00000001:Rapid Fire PL2 ; [ Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu ] sdodgeb:0:1065AB:99:000:Infinite Time sdodgeb:0:1065AB:00:001:Time Up Now! sdodgeb:0:105FD2:8F:000:Always have Max Power PL1 sdodgeb:0:105CBD:FF:000:Infinite Energy PL1 sdodgeb:0:105CBF:FF:500:Infinite Energy PL1 (2/3) sdodgeb:0:105CC1:FF:500:Infinite Energy PL1 (3/3) sdodgeb:0:105CBD:00:001:Drain All Energy Now!PL1 sdodgeb:0:105CBF:00:501:Drain All Energy Now!PL1(2/3) sdodgeb:0:105CC1:00:501:Drain All Energy Now!PL1(3/3) sdodgeb:0:105FDA:8F:000:Always have Max Power PL2 sdodgeb:0:105CC5:FF:000:Infinite Energy PL2 sdodgeb:0:105CC7:FF:500:Infinite Energy PL2 (2/3) sdodgeb:0:105CC9:FF:500:Infinite Energy PL2 (3/3) sdodgeb:0:105CC5:00:001:Drain All Energy Now!PL2 sdodgeb:0:105CC7:00:501:Drain All Energy Now!PL2(2/3) sdodgeb:0:105CC9:00:501:Drain All Energy Now!PL2(3/3) :sdodgeb:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :sdodgeb:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :sdodgeb:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Super Doubles Tennis ] sdtennis:0:0000:00:999:[ This game hasn't even ]:REASON 11 sdtennis:0:0000:00:999:[ been looked at due to ]:REASON 11 sdtennis:0:0000:00:999:[ time constraints - Too]:REASON 11 sdtennis:0:0000:00:999:[ many games and so ]:REASON 11 sdtennis:0:0000:00:999:[ little time. It is ]:REASON 11 sdtennis:0:0000:00:999:[ even possible that ]:REASON 11 sdtennis:0:0000:00:999:[ this game may be a ]:REASON 11 sdtennis:0:0000:00:999:[ clone of an existing ]:REASON 11 sdtennis:0:0000:00:999:[ game which may have ]:REASON 11 sdtennis:0:0000:00:999:[ cheats. Please search ]:REASON 11 sdtennis:0:0000:00:999:[ the cheat forums ]:REASON 11 sdtennis:0:0000:00:999:[ before posting cheat ]:REASON 11 sdtennis:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Space Dungeon ] :sdungeon:20800000:DBFD:00000039:FFFFFFFF:Invincibility :sdungeon:20810000:F722:00000020:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Laser :sdungeon:20810000:FB35:00000039:FFFFFFFF:Invincibility (3/3):Enemy sdungeon:0:86E6:05:000:Infinite Lives PL1 sdungeon:0:86E7:05:000:Infinite Lives PL2 ; [ Sea Bass Fishing (JUET 971110 V0.001) ] seabass:0:0000:00:999:[ There are no cheats ]:REASON 1 seabass:0:0000:00:999:[ for this game as it ]:REASON 1 seabass:0:0000:00:999:[ didn't work the last ]:REASON 1 seabass:0:0000:00:999:[ time it was tested. ]:REASON 1 seabass:0:0000:00:999:[ If the game now works ]:REASON 1 seabass:0:0000:00:999:[ please request cheats ]:REASON 1 seabass:0:0000:00:999:[ for it on the cheat ]:REASON 1 seabass:0:0000:00:999:[ forums. ]:REASON 1 ; [ SAR - Search And Rescue (World) ] searchar:0:040121:99:000:Infinite Lives PL1 searchar:0:0400F5:78:000:Invincibility PL1 searchar:0:040603:10:520:Invincibility PL1 (2/2) searchar:0:0405FF:00:000:Always have normal weapon PL1 searchar:0:0405FF:01:000:Always have flame thrower PL1 searchar:0:0405FF:02:000:Always have rocket launchrPL1 searchar:0:0405FF:00:001:Get normal weapon Now! PL1 searchar:0:0405FF:01:001:Get flame thrower Now! PL1 searchar:0:0405FF:02:001:Get rocket launchr Now! PL1 searchar:0:040123:99:000:Infinite Lives PL2 searchar:0:040105:78:000:Invincibility PL2 searchar:0:040643:10:520:Invincibility PL2 (2/2) searchar:0:04063F:00:000:Always have normal weapon PL2 searchar:0:04063F:01:000:Always have flame thrower PL2 searchar:0:04063F:02:000:Always have rocket launchrPL2 searchar:0:04063F:00:001:Get normal weapon Now! PL2 searchar:0:04063F:01:001:Get flame thrower Now! PL2 searchar:0:04063F:02:001:Get rocket launchr Now! PL2 ; [ Search Eye ] :searchey:00000000:123F41:00000000:FFFFFFFF:Infinite Time PL1 :searchey:00000000:123F0D:00000009:FFFFFFFF:Infinite Lives PL1 :searchey:00000000:123F0F:00000009:FFFFFFFF:Infinite Clues PL1 :searchey:00000000:123EF5:00000000:FFFFFFFF:Infinite Time PL2 :searchey:00000000:123EC1:00000009:FFFFFFFF:Infinite Lives PL2 :searchey:00000000:123EC3:00000009:FFFFFFFF:Infinite Clues PL2 ; [ Super Earth Invasion (set 2) ] searthia:0:2009:78:000:Invaders never drop searthia:0:2069:00:000:Invaders don't fire searthia:0:206A:30:500:Invaders don't fire (2/2) searthia:0:0293:C3:100:Bullet Invincibility searthia:0:2094:04:540:Bullet Invincibility (2/3) searthia:0:2015:FF:500:Bullet Invincibility (3/3) :searthia:62000000:0000:00000000:00000000:Bullet Speed always = :searthia:00010000:202C:00000002:FFFFFFFF:Slow :searthia:00010000:202C:00000004:FFFFFFFF:Normal :searthia:00010000:202C:00000006:FFFFFFFF:Fast :searthia:00010000:202C:00000008:FFFFFFFF:V Fast :searthia:00010000:202C:0000000A:FFFFFFFF:Turbo searthia:0:163E:00:100:Autofire Mode searthia:0:21FF:07:000:Infinite Lives PL1 searthia:0:2100:00:001:Kill All Invaders Now! PL1 searthia:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 searthia:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) searthia:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) searthia:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) searthia:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) searthia:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) searthia:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) searthia:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) searthia:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) searthia:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) searthia:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line searthia:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) searthia:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) searthia:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) searthia:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) searthia:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) searthia:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) searthia:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) searthia:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) searthia:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) searthia:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) searthia:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line searthia:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) searthia:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) searthia:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) searthia:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) searthia:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) searthia:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) searthia:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) searthia:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) searthia:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) searthia:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) searthia:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line searthia:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) searthia:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) searthia:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) searthia:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) searthia:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) searthia:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) searthia:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) searthia:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) searthia:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) searthia:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) searthia:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line searthia:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) searthia:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) searthia:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) searthia:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) searthia:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) searthia:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) searthia:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) searthia:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) searthia:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) searthia:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) searthia:0:22FF:07:000:Infinite Lives PL2 searthia:0:2200:00:001:Kill All Invaders Now! PL2 searthia:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 searthia:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) searthia:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) searthia:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) searthia:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) searthia:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) searthia:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) searthia:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) searthia:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) searthia:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) searthia:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line searthia:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) searthia:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) searthia:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) searthia:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) searthia:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) searthia:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) searthia:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) searthia:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) searthia:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) searthia:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) searthia:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line searthia:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) searthia:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) searthia:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) searthia:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) searthia:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) searthia:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) searthia:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) searthia:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) searthia:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) searthia:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) searthia:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line searthia:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) searthia:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) searthia:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) searthia:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) searthia:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) searthia:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) searthia:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) searthia:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) searthia:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) searthia:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) searthia:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line searthia:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) searthia:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) searthia:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) searthia:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) searthia:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) searthia:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) searthia:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) searthia:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) searthia:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) searthia:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Super Earth Invasion (set 1) ] searthin:0:2009:78:000:Invaders never drop searthin:0:2069:00:000:Invaders don't fire searthin:0:206A:30:500:Invaders don't fire (2/2) searthin:0:0293:C3:100:Bullet Invincibility searthin:0:2094:04:540:Bullet Invincibility (2/3) searthin:0:2015:FF:500:Bullet Invincibility (3/3) :searthin:62000000:0000:00000000:00000000:Bullet Speed always = :searthin:00010000:202C:00000002:FFFFFFFF:Slow :searthin:00010000:202C:00000004:FFFFFFFF:Normal :searthin:00010000:202C:00000006:FFFFFFFF:Fast :searthin:00010000:202C:00000008:FFFFFFFF:V Fast :searthin:00010000:202C:0000000A:FFFFFFFF:Turbo searthin:0:163E:00:100:Autofire Mode searthin:0:21FF:07:000:Infinite Lives PL1 searthin:0:2100:00:001:Kill All Invaders Now! PL1 searthin:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 searthin:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) searthin:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) searthin:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) searthin:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) searthin:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) searthin:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) searthin:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) searthin:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) searthin:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) searthin:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line searthin:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) searthin:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) searthin:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) searthin:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) searthin:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) searthin:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) searthin:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) searthin:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) searthin:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) searthin:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) searthin:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line searthin:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) searthin:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) searthin:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) searthin:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) searthin:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) searthin:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) searthin:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) searthin:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) searthin:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) searthin:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) searthin:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line searthin:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) searthin:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) searthin:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) searthin:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) searthin:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) searthin:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) searthin:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) searthin:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) searthin:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) searthin:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) searthin:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line searthin:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) searthin:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) searthin:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) searthin:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) searthin:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) searthin:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) searthin:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) searthin:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) searthin:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) searthin:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) searthin:0:22FF:07:000:Infinite Lives PL2 searthin:0:2200:00:001:Kill All Invaders Now! PL2 searthin:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 searthin:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) searthin:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) searthin:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) searthin:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) searthin:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) searthin:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) searthin:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) searthin:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) searthin:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) searthin:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line searthin:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) searthin:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) searthin:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) searthin:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) searthin:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) searthin:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) searthin:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) searthin:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) searthin:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) searthin:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) searthin:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line searthin:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) searthin:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) searthin:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) searthin:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) searthin:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) searthin:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) searthin:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) searthin:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) searthin:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) searthin:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) searthin:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line searthin:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) searthin:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) searthin:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) searthin:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) searthin:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) searthin:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) searthin:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) searthin:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) searthin:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) searthin:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) searthin:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line searthin:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) searthin:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) searthin:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) searthin:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) searthin:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) searthin:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) searthin:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) searthin:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) searthin:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) searthin:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Sea Wolf ] seawolf:0:2002:99:000:Infinite Time ; [ Sea Wolf II ] seawolf2:0:C1DB:99:000:Infinite Time ; [ Second Love (Japan 861201) ] secolove:0:F082:FF:000:Buggy score secolove:0:0000:00:999:[The winning hand cheat must] secolove:0:0000:00:999:[be activated when there are] secolove:0:0000:00:999:[14 tiles in your hand, then] secolove:0:0000:00:999:[press the RON key . ] secolove:0:0000:00:999:[('Z' by default). The tiles] secolove:0:0000:00:999:[do not visually change ] secolove:0:0000:00:999:[until you make a move. ] secolove:0:F407:31:001:Get winning hand Now! secolove:0:F408:31:501:Get winning hand Now! (02/14) secolove:0:F409:31:501:Get winning hand Now! (03/14) secolove:0:F40A:32:501:Get winning hand Now! (04/14) secolove:0:F40B:32:501:Get winning hand Now! (05/14) secolove:0:F40C:32:501:Get winning hand Now! (06/14) secolove:0:F40D:33:501:Get winning hand Now! (07/14) secolove:0:F40E:33:501:Get winning hand Now! (08/14) secolove:0:F40F:33:501:Get winning hand Now! (09/14) secolove:0:F410:34:501:Get winning hand Now! (10/14) secolove:0:F411:34:501:Get winning hand Now! (11/14) secolove:0:F412:34:501:Get winning hand Now! (12/14) secolove:0:F413:35:501:Get winning hand Now! (13/14) secolove:0:F414:35:501:Get winning hand Now! (14/14) secolove:0:F407:31:000:Always winning hand secolove:0:F408:31:500:Always winning hand (02/14) secolove:0:F409:31:500:Always winning hand (03/14) secolove:0:F40A:32:500:Always winning hand (04/14) secolove:0:F40B:32:500:Always winning hand (05/14) secolove:0:F40C:32:500:Always winning hand (06/14) secolove:0:F40D:33:500:Always winning hand (07/14) secolove:0:F40E:33:500:Always winning hand (08/14) secolove:0:F40F:33:500:Always winning hand (09/14) secolove:0:F410:34:500:Always winning hand (10/14) secolove:0:F411:34:500:Always winning hand (11/14) secolove:0:F412:34:500:Always winning hand (12/14) secolove:0:F413:35:500:Always winning hand (13/14) secolove:0:F414:35:500:Always winning hand (14/14) ; [ Secret Agent (bootleg) ] secretab:0:30601B:99:000:Infinite Credits secretab:0:306AD2:49:000:Infinite Time :secretab:00000000:306C98:00000014:FFFFFFFF:Infinite Energy :secretab:00010000:3050C0:00000014:FFFFFFFF:Infinite Energy (2/2) :secretab:00000000:3050D1:00000002:FFFFFFFF:Invincibility :secretab:00000000:30686B:00000000:00000010:Rapid Fire:Turn it OFF on the coed entry screen secretab:0:305366:09:000:Infinite Normal Ammo secretab:0:305367:99:500:Infinite Normal Ammo (2/2) secretab:0:305368:09:000:Infinite Machine Gun Ammo secretab:0:305369:99:500:Infinite Machine Gun Ammo (2/2) secretab:0:305374:05:001:Get the Golden Gun Now!:Can be used in any scene :secretab:00100000:305376:00000500:FFFFFFFF:Infinite Golden Gun Time secretab:0:30536A:09:000:Infinite Golden Gun Ammo secretab:0:30536B:99:500:Infinite Golden Gun Ammo (2/2) :secretab:60000000:000000:00000000:00000000:[ The following equipment cheats ] :secretab:60000000:000000:00000000:00000000:[ ONLY use in the normal scene. ] :secretab:60000000:000000:00000000:00000000:[ NOT use in the sky / sea / ] :secretab:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :secretab:00000001:3050A2:00000000:FFFFFFFF:Get the Normal Gun Now! :secretab:00000001:3050A2:00000001:FFFFFFFF:Get the Machine Gun Now! :secretab:00000001:3050A2:00000002:FFFFFFFF:Lose All Guns Now!:Empty-handed :secretab:00000001:3050A3:00000010:00000000:Get the Jet Engine Now! :secretab:00000001:3050A3:00000000:00000010:Lose the Jet Engine Now! :secretab:60000000:000000:00000000:00000000:[ The following equipment cheats ] :secretab:60000000:000000:00000000:00000000:[ ONLY use in the sea. ] :secretab:60000000:000000:00000000:00000000:[ NOT use in the sky / normal / ] :secretab:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :secretab:00000001:3050A2:00000003:FFFFFFFF:Get the Harpoon Now! :secretab:00000001:3050A2:00000004:FFFFFFFF:Get the Gun Now! :secretab:00000001:3050A2:00000005:FFFFFFFF:Get the Knife Now! :secretab:00000001:3050A3:00000003:00000000:Get the Aqua Jet Now! :secretab:00000001:3050A3:00000000:00000003:Lose the Aqua Jet Now! :secretab:62000000:000000:00000000:00000000:Select Starting Scene PL1:Set on Code Entry Screen :secretab:00010001:3053AC:00000000:FFFFFFFF:Scene 1-1 (Sky) :secretab:00010001:3053AC:00000001:FFFFFFFF:Scene 1-2 :secretab:00010001:3053AC:00000002:FFFFFFFF:Scene 2 (Motorcycle) :secretab:00010001:3053AC:00000003:FFFFFFFF:Scene 3 :secretab:00010001:3053AC:00000004:FFFFFFFF:Scene 4 (Sea) :secretab:00010001:3053AC:00000005:FFFFFFFF:Scene 5 :secretab:00010001:3053AC:00000006:FFFFFFFF:Scene 6 :secretab:00010001:3053AC:00000007:FFFFFFFF:Scene 7 (Sea) :secretab:00010001:3053AC:00000008:FFFFFFFF:Scene 8 :secretab:62000000:000000:00000000:00000000:Select Starting Scene PL2:Set on Code Entry Screen :secretab:00010001:3053C4:00000000:FFFFFFFF:Scene 1-1 (Sky) :secretab:00010001:3053C4:00000001:FFFFFFFF:Scene 1-2 :secretab:00010001:3053C4:00000002:FFFFFFFF:Scene 2 (Motorcycle) :secretab:00010001:3053C4:00000003:FFFFFFFF:Scene 3 :secretab:00010001:3053C4:00000004:FFFFFFFF:Scene 4 (Sea) :secretab:00010001:3053C4:00000005:FFFFFFFF:Scene 5 :secretab:00010001:3053C4:00000006:FFFFFFFF:Scene 6 :secretab:00010001:3053C4:00000007:FFFFFFFF:Scene 7 (Sea) :secretab:00010001:3053C4:00000008:FFFFFFFF:Scene 8 ; [ Secret Agent (World) ] secretag:0:30601B:99:000:Infinite Credits secretag:0:306AD2:49:000:Infinite Time :secretag:00000000:306C98:00000014:FFFFFFFF:Infinite Energy :secretag:00010000:3050C0:00000014:FFFFFFFF:Infinite Energy (2/2) :secretag:00000000:3050D1:00000002:FFFFFFFF:Invincibility :secretag:00000000:30686B:00000000:00000010:Rapid Fire:Turn it OFF on the coed entry screen secretag:0:305366:09:000:Infinite Normal Ammo secretag:0:305367:99:500:Infinite Normal Ammo (2/2) secretag:0:305368:09:000:Infinite Machine Gun Ammo secretag:0:305369:99:500:Infinite Machine Gun Ammo (2/2) secretag:0:305374:05:001:Get the Golden Gun Now!:Can be used in any scene :secretag:00100000:305376:00000500:FFFFFFFF:Infinite Golden Gun Time secretag:0:30536A:09:000:Infinite Golden Gun Ammo secretag:0:30536B:99:500:Infinite Golden Gun Ammo (2/2) :secretag:60000000:000000:00000000:00000000:[ The following equipment cheats ] :secretag:60000000:000000:00000000:00000000:[ ONLY use in the normal scene. ] :secretag:60000000:000000:00000000:00000000:[ NOT use in the sky / sea / ] :secretag:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :secretag:00000001:3050A2:00000000:FFFFFFFF:Get the Normal Gun Now! :secretag:00000001:3050A2:00000001:FFFFFFFF:Get the Machine Gun Now! :secretag:00000001:3050A2:00000002:FFFFFFFF:Lose All Guns Now!:Empty-handed :secretag:00000001:3050A3:00000010:00000000:Get the Jet Engine Now! :secretag:00000001:3050A3:00000000:00000010:Lose the Jet Engine Now! :secretag:60000000:000000:00000000:00000000:[ The following equipment cheats ] :secretag:60000000:000000:00000000:00000000:[ ONLY use in the sea. ] :secretag:60000000:000000:00000000:00000000:[ NOT use in the sky / normal / ] :secretag:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :secretag:00000001:3050A2:00000003:FFFFFFFF:Get the Harpoon Now! :secretag:00000001:3050A2:00000004:FFFFFFFF:Get the Gun Now! :secretag:00000001:3050A2:00000005:FFFFFFFF:Get the Knife Now! :secretag:00000001:3050A3:00000003:00000000:Get the Aqua Jet Now! :secretag:00000001:3050A3:00000000:00000003:Lose the Aqua Jet Now! :secretag:62000000:000000:00000000:00000000:Select Starting Scene PL1:Set on Code Entry Screen :secretag:00010001:3053AC:00000000:FFFFFFFF:Scene 1-1 (Sky) :secretag:00010001:3053AC:00000001:FFFFFFFF:Scene 1-2 :secretag:00010001:3053AC:00000002:FFFFFFFF:Scene 2 (Motorcycle) :secretag:00010001:3053AC:00000003:FFFFFFFF:Scene 3 :secretag:00010001:3053AC:00000004:FFFFFFFF:Scene 4 (Sea) :secretag:00010001:3053AC:00000005:FFFFFFFF:Scene 5 :secretag:00010001:3053AC:00000006:FFFFFFFF:Scene 6 :secretag:00010001:3053AC:00000007:FFFFFFFF:Scene 7 (Sea) :secretag:00010001:3053AC:00000008:FFFFFFFF:Scene 8 :secretag:62000000:000000:00000000:00000000:Select Starting Scene PL2:Set on Code Entry Screen :secretag:00010001:3053C4:00000000:FFFFFFFF:Scene 1-1 (Sky) :secretag:00010001:3053C4:00000001:FFFFFFFF:Scene 1-2 :secretag:00010001:3053C4:00000002:FFFFFFFF:Scene 2 (Motorcycle) :secretag:00010001:3053C4:00000003:FFFFFFFF:Scene 3 :secretag:00010001:3053C4:00000004:FFFFFFFF:Scene 4 (Sea) :secretag:00010001:3053C4:00000005:FFFFFFFF:Scene 5 :secretag:00010001:3053C4:00000006:FFFFFFFF:Scene 6 :secretag:00010001:3053C4:00000007:FFFFFFFF:Scene 7 (Sea) :secretag:00010001:3053C4:00000008:FFFFFFFF:Scene 8 ; [ Section Z (set 1) ] sectionz:0:CDA0:0B:000:Infinite Lives sectionz:0:C100:FF:000:Invincibility sectionz:0:C08F:04:000:Maximum Power sectionz:0:C10F:03:000:Maximum Speed ; [ Sector Zone ] sectrzon:0:78A1:99:000:Infinite Lives sectrzon:0:78A6:90:000:Infinite Energy sectrzon:0:781A:04:000:Invincibility sectrzon:0:0000:00:999:[Also see the Dip Switch Menu ] sectrzon:0:0000:00:999:[to enable Invincibility. The ] sectrzon:0:0000:00:999:[above has the benefit of no ] sectrzon:0:0000:00:999:[background collision ] sectrzon:0:0000:00:999:[detection. ] ; [ Sega Ninja ] seganinj:0:C039:00:000:Infinite Time seganinj:0:EEF8:14:500:Infinite Time (2/3) seganinj:0:C08C:F8:500:Infinite Time (3/3) :seganinj:20800000:108AB:00000018:FFFFFFFF:Invincibility :seganinj:20810000:14067:00000018:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Pink Ninja :seganinj:20810000:15135:00000018:FFFFFFFF:Invincibility (3/3):Enemy seganinj:0:C02C:09:000:Infinite Lives PL1 seganinj:0:C02D:09:000:Infinite Lives PL2 ; [ Sega Ninja (not encrypted) ] seganinu:0:C039:00:000:Infinite Time seganinu:0:EEF8:14:500:Infinite Time (2/3) seganinu:0:C08C:F8:500:Infinite Time (3/3) :seganinu:20800000:08AB:00000018:FFFFFFFF:Invincibility :seganinu:20810000:4067:00000018:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Pink Ninja :seganinu:20810000:5135:00000018:FFFFFFFF:Invincibility (3/3):Enemy seganinu:0:C02C:09:000:Infinite Lives PL1 seganinu:0:C02D:09:000:Infinite Lives PL2 ; [ Seicross ] seicross:0:78A1:99:000:Infinite Lives seicross:0:78A6:90:000:Infinite Energy seicross:0:781A:04:000:Invincibility seicross:0:0000:00:999:[Also see the Dip Switch Menu ] seicross:0:0000:00:999:[to enable Invincibility. The ] seicross:0:0000:00:999:[above has the benefit of no ] seicross:0:0000:00:999:[background collision ] seicross:0:0000:00:999:[detection. ] ; [ Seiha (Japan 870725) ] seiha:0:F165:FF:000:Buggy score seiha:0:0000:00:999:[The winning hand cheat must] seiha:0:0000:00:999:[be activated when there are] seiha:0:0000:00:999:[14 tiles in your hand, then] seiha:0:0000:00:999:[press the RON key . ] seiha:0:0000:00:999:[('Z' by default). The tiles] seiha:0:0000:00:999:[do not visually change ] seiha:0:0000:00:999:[until you make a move. ] seiha:0:F48C:31:001:Get winning hand Now! seiha:0:F48D:31:501:Get winning hand Now! (02/14) seiha:0:F48E:31:501:Get winning hand Now! (03/14) seiha:0:F48F:32:501:Get winning hand Now! (04/14) seiha:0:F490:32:501:Get winning hand Now! (05/14) seiha:0:F491:32:501:Get winning hand Now! (06/14) seiha:0:F492:33:501:Get winning hand Now! (07/14) seiha:0:F493:33:501:Get winning hand Now! (08/14) seiha:0:F494:33:501:Get winning hand Now! (09/14) seiha:0:F495:34:501:Get winning hand Now! (10/14) seiha:0:F496:34:501:Get winning hand Now! (11/14) seiha:0:F497:34:501:Get winning hand Now! (12/14) seiha:0:F498:35:501:Get winning hand Now! (13/14) seiha:0:F499:35:501:Get winning hand Now! (14/14) seiha:0:F48C:31:000:Always winning hand seiha:0:F48D:31:500:Always winning hand (02/14) seiha:0:F48E:31:500:Always winning hand (03/14) seiha:0:F48F:32:500:Always winning hand (04/14) seiha:0:F490:32:500:Always winning hand (05/14) seiha:0:F491:32:500:Always winning hand (06/14) seiha:0:F492:33:500:Always winning hand (07/14) seiha:0:F493:33:500:Always winning hand (08/14) seiha:0:F494:33:500:Always winning hand (09/14) seiha:0:F495:34:500:Always winning hand (10/14) seiha:0:F496:34:500:Always winning hand (11/14) seiha:0:F497:34:500:Always winning hand (12/14) seiha:0:F498:35:500:Always winning hand (13/14) seiha:0:F499:35:500:Always winning hand (14/14) ; [ Seiha [BET] (Japan 870723) ] seiham:0:0000:00:999:[The winning hand cheat must] seiham:0:0000:00:999:[be activated when there are] seiham:0:0000:00:999:[14 tiles in your hand, then] seiham:0:0000:00:999:[press the RON key . ] seiham:0:0000:00:999:[('Z' by default). The tiles] seiham:0:0000:00:999:[do not visually change ] seiham:0:0000:00:999:[until you make a move. ] seiham:0:F48C:31:001:Get winning hand Now! seiham:0:F48D:31:501:Get winning hand Now! (02/14) seiham:0:F48E:31:501:Get winning hand Now! (03/14) seiham:0:F48F:32:501:Get winning hand Now! (04/14) seiham:0:F490:32:501:Get winning hand Now! (05/14) seiham:0:F491:32:501:Get winning hand Now! (06/14) seiham:0:F492:33:501:Get winning hand Now! (07/14) seiham:0:F493:33:501:Get winning hand Now! (08/14) seiham:0:F494:33:501:Get winning hand Now! (09/14) seiham:0:F495:34:501:Get winning hand Now! (10/14) seiham:0:F496:34:501:Get winning hand Now! (11/14) seiham:0:F497:34:501:Get winning hand Now! (12/14) seiham:0:F498:35:501:Get winning hand Now! (13/14) seiham:0:F499:35:501:Get winning hand Now! (14/14) seiham:0:F48C:31:000:Always winning hand seiham:0:F48D:31:500:Always winning hand (02/14) seiham:0:F48E:31:500:Always winning hand (03/14) seiham:0:F48F:32:500:Always winning hand (04/14) seiham:0:F490:32:500:Always winning hand (05/14) seiham:0:F491:32:500:Always winning hand (06/14) seiham:0:F492:33:500:Always winning hand (07/14) seiham:0:F493:33:500:Always winning hand (08/14) seiham:0:F494:33:500:Always winning hand (09/14) seiham:0:F495:34:500:Always winning hand (10/14) seiham:0:F496:34:500:Always winning hand (11/14) seiham:0:F497:34:500:Always winning hand (12/14) seiham:0:F498:35:500:Always winning hand (13/14) seiham:0:F499:35:500:Always winning hand (14/14) ; [ Sel Feena ] selfeena:0:100167:09:000:Infinite Credits selfeena:0:1023A1:99:000:Infinite Time selfeena:0:000000:00:999:[An odd one this, there is no solid PL1 or PL2 ] selfeena:0:000000:00:999:[If you play a one player game you will be the ] selfeena:0:000000:00:999:[1st Player. If you play a 2 player game and ] selfeena:0:000000:00:999:[press 2 before 1 then PL2 will be the 1st ] selfeena:0:000000:00:999:[player and if you press 1 before 2 then PL1 ] selfeena:0:000000:00:999:[will be the first player. ] selfeena:0:100615:99:000:Infinite Lives (1st Player) selfeena:0:100629:99:000:Infinite Bombs (1st Player) selfeena:0:1023DD:01:000:Invincibility "ON" (1st Player):To be used when you flicker selfeena:0:1023DD:00:001:Invincibility "OFF" (1st Player) selfeena:0:100695:99:000:Infinite Lives (2nd Player) selfeena:0:1006A9:99:000:Infinite Bombs (2nd Player) selfeena:0:1023E1:01:000:Invincibility "ON" (2nd Player):To be used when you flicker selfeena:0:1023E1:00:001:Invincibility "OFF" (2nd Player) ; [ MuHanSeungBu (SemiCom Baseball) ] semibase:0:0000:00:999:[ This game hasn't even ]:REASON 11 semibase:0:0000:00:999:[ been looked at due to ]:REASON 11 semibase:0:0000:00:999:[ time constraints - Too]:REASON 11 semibase:0:0000:00:999:[ many games and so ]:REASON 11 semibase:0:0000:00:999:[ little time. It is ]:REASON 11 semibase:0:0000:00:999:[ even possible that ]:REASON 11 semibase:0:0000:00:999:[ this game may be a ]:REASON 11 semibase:0:0000:00:999:[ clone of an existing ]:REASON 11 semibase:0:0000:00:999:[ game which may have ]:REASON 11 semibase:0:0000:00:999:[ cheats. Please search ]:REASON 11 semibase:0:0000:00:999:[ the cheat forums ]:REASON 11 semibase:0:0000:00:999:[ before posting cheat ]:REASON 11 semibase:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sengeki Striker (Japan) ] sengekij:0:060B1D4D:05:000:Infinite Lives PL1 sengekij:0:060B1D55:63:000:Infinite Bombs PL1 sengekij:0:060C9E62:00:000:Invincibility PL1 sengekij:0:060C9E63:03:500:Invincibility PL1 (2/2) sengekij:0:060B1D3F:03:000:Maximum Fire Power PL1 sengekij:0:060B1D4F:05:000:Infinite Lives PL2 sengekij:0:060B1D57:63:000:Infinite Bombs PL2 sengekij:0:060C9ED2:00:000:Invincibility PL2 sengekij:0:060C9ED3:03:500:Invincibility PL2 (2/2) sengekij:0:060B1D43:03:000:Maximum Fire Power PL2 ; [ Sengeki Striker (Asia) ] sengekis:0:060B1E89:05:000:Infinite Lives PL1 sengekis:0:060B1E91:63:000:Infinite Bombs PL1 sengekis:0:060C9F9E:00:000:Invincibility PL1 sengekis:0:060C9F9F:03:500:Invincibility PL1 (2/2) sengekis:0:060B1E7B:03:000:Maximum Fire Power PL1 sengekis:0:060B1E8B:05:000:Infinite Lives PL2 sengekis:0:060B1E93:63:000:Infinite Bombs PL2 sengekis:0:060CA00E:00:000:Invincibility PL2 sengekis:0:060CA00F:03:500:Invincibility PL2 (2/2) sengekis:0:060B1E7F:03:000:Maximum Fire Power PL2 ; [ Sengoku / Sengoku Denshou (set 2) ] sengokh:0:1000B3:02:000:Infinite Lives PL1 sengokh:0:100305:06:000:Infinite Energy PL1 :sengokh:00000020:10037F:00000050:FFFFFFFF:Invincibility PL1 :sengokh:00000000:1000F6:00000000:00000010:Rapid Fire PL1 sengokh:0:100336:0F:000:Enable Transformations PL1 sengokh:0:100365:60:000:Change Time Ninja PL1 sengokh:0:100367:60:000:Change Time Samourai PL1 sengokh:0:100369:60:000:Change Time Dog PL1 sengokh:0:100380:04:000:Permanent Weapons PL1 sengokh:0:1002F9:00:001:No weapons PL1 sengokh:0:1002F9:01:001:Get Red Sphere PL1 sengokh:0:1002F9:02:001:Get Blue Sphere PL1 sengokh:0:1002F9:03:001:Get Purple Sphere PL1 sengokh:0:1002F9:04:001:Get Yellow Sphere PL1 sengokh:0:1002F9:05:001:Get Unknown Power 1 PL1 sengokh:0:1002F9:06:001:Get Unknown Power 2 PL1 sengokh:0:1002F9:07:001:Get Unknown Power 3 PL1 sengokh:0:1000B5:02:000:Infinite Lives PL2 sengokh:0:100405:06:000:Infinite Energy PL2 :sengokh:00000020:10047F:00000050:FFFFFFFF:Invincibility PL2 :sengokh:00000000:1000F7:00000000:00000010:Rapid Fire PL2 sengokh:0:100436:0F:000:Enable Transformations PL2 sengokh:0:100465:60:000:Change Time Ninja PL2 sengokh:0:100467:60:000:Change Time Samourai PL2 sengokh:0:100469:60:000:Change Time Dog PL2 sengokh:0:100480:04:000:Permanent Weapons PL2 sengokh:0:1003F9:00:001:No weapons PL2 sengokh:0:1003F9:01:001:Get Red Sphere PL2 sengokh:0:1003F9:02:001:Get Blue Sphere PL2 sengokh:0:1003F9:03:001:Get Purple Sphere PL2 sengokh:0:1003F9:04:001:Get Yellow Sphere PL2 sengokh:0:1003F9:05:001:Get Unknown Power 1 PL2 sengokh:0:1003F9:06:001:Get Unknown Power 2 PL2 sengokh:0:1003F9:07:001:Get Unknown Power 3 PL2 :sengokh:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :sengokh:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :sengokh:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Sengoku Mahjong (Japan) ] sengokmj:0:0841A:FF:000:Infinite Credits sengokmj:0:098F0:FF:000:Infinite Kamon sengokmj:0:098DC:01:000:Always have ALL Items sengokmj:0:098DE:01:500:Always have ALL Items (2/7) sengokmj:0:098E0:01:500:Always have ALL Items (3/7) sengokmj:0:098E2:01:500:Always have ALL Items (4/7) sengokmj:0:098E4:01:500:Always have ALL Items (5/7) sengokmj:0:098E6:01:500:Always have ALL Items (6/7) sengokmj:0:098E8:01:500:Always have ALL Items (7/7) sengokmj:0:08124:01:001:Get winning hand Now!:Kokushi 13 Men Machi sengokmj:0:08126:09:501:Get winning hand Now! (2/14) sengokmj:0:08128:0A:501:Get winning hand Now! (3/14) sengokmj:0:0812A:12:501:Get winning hand Now! (4/14) sengokmj:0:0812C:13:501:Get winning hand Now! (5/14) sengokmj:0:0812E:1B:501:Get winning hand Now! (6/14) sengokmj:0:08130:1C:501:Get winning hand Now! (7/14) sengokmj:0:08132:1D:501:Get winning hand Now! (8/14) sengokmj:0:08134:1E:501:Get winning hand Now! (9/14) sengokmj:0:08136:1F:501:Get winning hand Now! (10/14) sengokmj:0:08138:20:501:Get winning hand Now! (11/14) sengokmj:0:0813A:21:501:Get winning hand Now! (12/14) sengokmj:0:0813C:22:501:Get winning hand Now! (13/14) sengokmj:0:0813E:22:501:Get winning hand Now! (14/14) sengokmj:0:08124:01:000:Always winning hand:Kokushi 13 Men Machi sengokmj:0:08126:09:500:Always winning hand (2/14) sengokmj:0:08128:0A:500:Always winning hand (3/14) sengokmj:0:0812A:12:500:Always winning hand (4/14) sengokmj:0:0812C:13:500:Always winning hand (5/14) sengokmj:0:0812E:1B:500:Always winning hand (6/14) sengokmj:0:08130:1C:500:Always winning hand (7/14) sengokmj:0:08132:1D:500:Always winning hand (8/14) sengokmj:0:08134:1E:500:Always winning hand (9/14) sengokmj:0:08136:1F:500:Always winning hand (10/14) sengokmj:0:08138:20:500:Always winning hand (11/14) sengokmj:0:0813A:21:500:Always winning hand (12/14) sengokmj:0:0813C:22:500:Always winning hand (13/14) sengokmj:0:0813E:22:500:Always winning hand (14/14) ; [ Sengoku / Sengoku Denshou (set 1) ] sengoku:0:1000B3:02:000:Infinite Lives PL1 sengoku:0:100305:06:000:Infinite Energy PL1 :sengoku:00000020:10037F:00000050:FFFFFFFF:Invincibility PL1 :sengoku:00000000:1000F6:00000000:00000010:Rapid Fire PL1 sengoku:0:100336:0F:000:Enable Transformations PL1 sengoku:0:100365:60:000:Change Time Ninja PL1 sengoku:0:100367:60:000:Change Time Samourai PL1 sengoku:0:100369:60:000:Change Time Dog PL1 sengoku:0:100380:04:000:Permanent Weapons PL1 sengoku:0:1002F9:00:001:No weapons PL1 sengoku:0:1002F9:01:001:Get Red Sphere PL1 sengoku:0:1002F9:02:001:Get Blue Sphere PL1 sengoku:0:1002F9:03:001:Get Purple Sphere PL1 sengoku:0:1002F9:04:001:Get Yellow Sphere PL1 sengoku:0:1002F9:05:001:Get Unknown Power 1 PL1 sengoku:0:1002F9:06:001:Get Unknown Power 2 PL1 sengoku:0:1002F9:07:001:Get Unknown Power 3 PL1 sengoku:0:1000B5:02:000:Infinite Lives PL2 sengoku:0:100405:06:000:Infinite Energy PL2 :sengoku:00000020:10047F:00000050:FFFFFFFF:Invincibility PL2 :sengoku:00000000:1000F7:00000000:00000010:Rapid Fire PL2 sengoku:0:100436:0F:000:Enable Transformations PL2 sengoku:0:100465:60:000:Change Time Ninja PL2 sengoku:0:100467:60:000:Change Time Samourai PL2 sengoku:0:100469:60:000:Change Time Dog PL2 sengoku:0:100480:04:000:Permanent Weapons PL2 sengoku:0:1003F9:00:001:No weapons PL2 sengoku:0:1003F9:01:001:Get Red Sphere PL2 sengoku:0:1003F9:02:001:Get Blue Sphere PL2 sengoku:0:1003F9:03:001:Get Purple Sphere PL2 sengoku:0:1003F9:04:001:Get Yellow Sphere PL2 sengoku:0:1003F9:05:001:Get Unknown Power 1 PL2 sengoku:0:1003F9:06:001:Get Unknown Power 2 PL2 sengoku:0:1003F9:07:001:Get Unknown Power 3 PL2 :sengoku:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :sengoku:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :sengoku:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Sengoku 2 / Sengoku Denshou 2 ] sengoku2:0:1001AF:03:000:Infinite Lives PL1 sengoku2:0:102CF3:06:000:Infinite Energy PL1 sengoku2:0:102D1D:02:000:Invincibility PL1:You won't be able to get the spheres while Invincibility is ON sengoku2:0:102D1E:10:000:Permanent Weapons PL1 sengoku2:0:102D5F:3C:000:Infinite Ninja Morph Time PL1 sengoku2:0:102D60:3C:000:Infinite Old Man Morph Time PL1 sengoku2:0:102D61:3C:000:Infinite Dog Morph Time PL1 sengoku2:0:102D29:00:001:Standard Weapon PL1 sengoku2:0:102D29:01:001:Get Blue Sphere PL1 sengoku2:0:102D29:02:001:Get Pink Sphere PL1 sengoku2:0:102D29:03:001:Get Yellow Sphere PL1 sengoku2:0:1001B1:03:000:Infinite Lives PL2 sengoku2:0:102DF3:06:000:Infinite Energy PL2 sengoku2:0:102E1D:02:000:Invincibility PL2:You won't be able to get the spheres while Invincibility is ON sengoku2:0:102E1E:10:000:Permanent Weapons PL2 sengoku2:0:102E5F:3C:000:Infinite Ninja Morph Time PL2 sengoku2:0:102E60:3C:000:Infinite Old Man Morph Time PL2 sengoku2:0:102E61:3C:000:Infinite Dog Morph Time PL2 sengoku2:0:102E29:00:001:Standard Weapon PL2 sengoku2:0:102E29:01:001:Get Blue Sphere PL2 sengoku2:0:102E29:02:001:Get Pink Sphere PL2 sengoku2:0:102E29:03:001:Get Yellow Sphere PL2 :sengoku2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :sengoku2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :sengoku2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Sengoku 3 ] sengoku3:0:108457:63:000:Infinite Time sengoku3:0:1083C6:09:000:Infinite Select Time sengoku3:0:105904:00:000:Destroy All Enemy with 1 Shot sengoku3:0:105905:00:500:Destroy All Enemy with 1 Shot (02/12) sengoku3:0:1059FE:00:500:Destroy All Enemy with 1 Shot (03/12) sengoku3:0:1059FF:00:500:Destroy All Enemy with 1 Shot (04/12) sengoku3:0:105AF9:00:500:Destroy All Enemy with 1 Shot (05/12) sengoku3:0:105BF3:00:500:Destroy All Enemy with 1 Shot (06/12) sengoku3:0:105CEC:00:500:Destroy All Enemy with 1 Shot (07/12) sengoku3:0:105CED:00:500:Destroy All Enemy with 1 Shot (08/12) sengoku3:0:105DE7:00:500:Destroy All Enemy with 1 Shot (09/12) sengoku3:0:105EE1:00:500:Destroy All Enemy with 1 Shot (10/12) sengoku3:0:105FDB:00:500:Destroy All Enemy with 1 Shot (11/12) sengoku3:0:1060D5:00:500:Destroy All Enemy with 1 Shot (12/12) sengoku3:0:103DAD:00:000:Crash All 0bject with 1 Shot sengoku3:0:103EA7:00:500:Crash All 0bject with 1 Shot (2/3) sengoku3:0:103FA1:00:500:Crash All 0bject with 1 Shot (3/3) sengoku3:0:102C19:60:000:Infinite Energy PL1 sengoku3:0:1083EB:09:000:Infinite Throwing Stars PL1 sengoku3:0:1083E3:38:000:Infinite Magic PL1 sengoku3:0:102C5D:32:000:Invincibility PL1 sengoku3:0:1083DB:40:000:Infinite Combo Time PL1 sengoku3:0:1083EA:00:000:Always Syuriken PL1 sengoku3:0:1083EA:01:000:Always Kunai PL1 sengoku3:0:1083EA:02:000:Always Bomb PL1 sengoku3:0:1083EA:03:000:Always Saucer PL1 sengoku3:0:1083CA:05:000:Play as Okuni PL1 sengoku3:0:1083CA:00:000:Play as Byacci PL1 sengoku3:0:102D13:60:000:Infinite Energy PL2 sengoku3:0:108409:09:000:Infinite Throwing Stars PL2 sengoku3:0:108401:38:000:Infinite Magic PL2 sengoku3:0:102D57:32:000:Invincibility PL2 sengoku3:0:1083F9:40:000:Infinite Combo Time PL2 sengoku3:0:108408:00:000:Always Syuriken PL2 sengoku3:0:108408:01:000:Always Kunai PL2 sengoku3:0:108408:02:000:Always Bomb PL2 sengoku3:0:108408:03:000:Always Saucer PL2 sengoku3:0:1083CC:05:000:Play as Okuni PL2 sengoku3:0:1083CC:00:000:Play as Byacci PL2 :sengoku3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :sengoku3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :sengoku3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Senjyo ] :senjyo:00001B01:8281:00000098:FFFFFFFF:Select Starting Round:Enable when the "Push 1 (or 2) Player Button" message is displayed after you've inserted at least one credit :senjyo:20800000:44B2:00000018:FFFFFFFF:Invincibility :senjyo:20810000:46B1:00000018:FFFFFFFF:Invincibility (2/2) :senjyo:00000000:8223:00000004:FFFFFFFF:Always Maximum Rate (x5) :senjyo:00000001:8B03:00000020:FFFFFFFF:Finish Current Round Now ! :senjyo:00000000:81FF:00000000:FFFFFFFF:Rapid Fire senjyo:0:8002:03:000:Infinite Lives PL1 senjyo:0:8003:03:000:Infinite Lives PL2 ; [ Sen-Know (Japan) ] senknow:0:0600355B:00:000:Infinite Time ; [ Senkyu (Japan) ] senkyu:0:0000:00:999:[ This game hasn't even ]:REASON 11 senkyu:0:0000:00:999:[ been looked at due to ]:REASON 11 senkyu:0:0000:00:999:[ time constraints - Too]:REASON 11 senkyu:0:0000:00:999:[ many games and so ]:REASON 11 senkyu:0:0000:00:999:[ little time. It is ]:REASON 11 senkyu:0:0000:00:999:[ even possible that ]:REASON 11 senkyu:0:0000:00:999:[ this game may be a ]:REASON 11 senkyu:0:0000:00:999:[ clone of an existing ]:REASON 11 senkyu:0:0000:00:999:[ game which may have ]:REASON 11 senkyu:0:0000:00:999:[ cheats. Please search ]:REASON 11 senkyu:0:0000:00:999:[ the cheat forums ]:REASON 11 senkyu:0:0000:00:999:[ before posting cheat ]:REASON 11 senkyu:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Senkyu (Japan, set 2) ] senkyua:0:0000:00:999:[ This game hasn't even ]:REASON 11 senkyua:0:0000:00:999:[ been looked at due to ]:REASON 11 senkyua:0:0000:00:999:[ time constraints - Too]:REASON 11 senkyua:0:0000:00:999:[ many games and so ]:REASON 11 senkyua:0:0000:00:999:[ little time. It is ]:REASON 11 senkyua:0:0000:00:999:[ even possible that ]:REASON 11 senkyua:0:0000:00:999:[ this game may be a ]:REASON 11 senkyua:0:0000:00:999:[ clone of an existing ]:REASON 11 senkyua:0:0000:00:999:[ game which may have ]:REASON 11 senkyua:0:0000:00:999:[ cheats. Please search ]:REASON 11 senkyua:0:0000:00:999:[ the cheat forums ]:REASON 11 senkyua:0:0000:00:999:[ before posting cheat ]:REASON 11 senkyua:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sente Diagnostic Cartridge ] sentetst:0:000000:00:999:[Now you really don't expect] sentetst:0:000000:00:999:[a cheat for this diagnostic] sentetst:0:000000:00:999:[cartridge......DO YOU??!! ] ; [ SAR - Search And Rescue (Japan) ] sercharj:0:040121:99:000:Infinite Lives PL1 sercharj:0:0400F5:78:000:Invincibility PL1 sercharj:0:040603:10:520:Invincibility PL1 (2/2) sercharj:0:0405FF:00:000:Always have normal weapon PL1 sercharj:0:0405FF:01:000:Always have flame thrower PL1 sercharj:0:0405FF:02:000:Always have rocket launchrPL1 sercharj:0:0405FF:00:001:Get normal weapon Now! PL1 sercharj:0:0405FF:01:001:Get flame thrower Now! PL1 sercharj:0:0405FF:02:001:Get rocket launchr Now! PL1 sercharj:0:040123:99:000:Infinite Lives PL2 sercharj:0:040105:78:000:Invincibility PL2 sercharj:0:040643:10:520:Invincibility PL2 (2/2) sercharj:0:04063F:00:000:Always have normal weapon PL2 sercharj:0:04063F:01:000:Always have flame thrower PL2 sercharj:0:04063F:02:000:Always have rocket launchrPL2 sercharj:0:04063F:00:001:Get normal weapon Now! PL2 sercharj:0:04063F:01:001:Get flame thrower Now! PL2 sercharj:0:04063F:02:001:Get rocket launchr Now! PL2 ; [ SAR - Search And Rescue (US) ] sercharu:0:040121:99:000:Infinite Lives PL1 sercharu:0:0400F5:78:000:Invincibility PL1 sercharu:0:040603:10:520:Invincibility PL1 (2/2) sercharu:0:0405FF:00:000:Always have normal weapon PL1 sercharu:0:0405FF:01:000:Always have flame thrower PL1 sercharu:0:0405FF:02:000:Always have rocket launchrPL1 sercharu:0:0405FF:00:001:Get normal weapon Now! PL1 sercharu:0:0405FF:01:001:Get flame thrower Now! PL1 sercharu:0:0405FF:02:001:Get rocket launchr Now! PL1 sercharu:0:040123:99:000:Infinite Lives PL2 sercharu:0:040105:78:000:Invincibility PL2 sercharu:0:040643:10:520:Invincibility PL2 (2/2) sercharu:0:04063F:00:000:Always have normal weapon PL2 sercharu:0:04063F:01:000:Always have flame thrower PL2 sercharu:0:04063F:02:000:Always have rocket launchrPL2 sercharu:0:04063F:00:001:Get normal weapon Now! PL2 sercharu:0:04063F:01:001:Get flame thrower Now! PL2 sercharu:0:04063F:02:001:Get rocket launchr Now! PL2 ; [ Sexual Trivia (Version 1.02SB set 1) ] sextriv1:0:4045:0E:000:Infinite Credits sextriv1:0:4046:27:500:Infinite Credits (2/2) :sextriv1:00000060:4088:00000009:FFFFFFFF:Infinite Time :sextriv1:000000E6:4081:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer (Note '4' is actually '3') ; [ Sexual Trivia (Version 1.02SB set 2) ] sextriv2:0:4045:0E:000:Infinite Credits sextriv2:0:4046:27:500:Infinite Credits (2/2) :sextriv2:00000060:4088:00000009:FFFFFFFF:Infinite Time :sextriv2:000000E6:4081:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer (Note '4' is actually '3') ; [ Sexy Parodius (ver JAA) ] sexyparo:0:C109C0:03:000:Always have 300 items sexyparo:0:C107E9:0A:000:Infinite Lives PL1 sexyparo:0:C00E4F:02:000:Invincibility PL1 sexyparo:0:C0134F:99:000:Infinite ALEX Energy PL1 sexyparo:0:C10867:0A:000:Infinite Lives PL2 sexyparo:0:C03B4F:02:000:Invincibility PL2 ; [ Street Fighter (World) ] sf:0:FF8E1A:09:000:Infinite Time sf:0:FFC66B:00:000:Always have No Energy CPU sf:0:FFC66A:00:500:Always have No Energy CPU (2/2) sf:0:FFC66C:00:000:Rounds won always = 0 CPU sf:0:FFC66B:00:001:Drain All Energy Now! CPU sf:0:FFC66A:00:501:Drain All Energy Now! CPU (2/2) sf:0:FFC66C:00:001:Rounds won = 0 Now! CPU sf:0:FF86B7:0B:000:Infinite Energy PL1 sf:0:FF86B6:04:500:Infinite Energy PL1 (2/2) sf:0:FF86B8:02:000:Finish round to win match PL1 sf:0:FF86B7:00:000:Always have No Energy PL1 sf:0:FF86B6:00:500:Always have No Energy PL1 (2/2) sf:0:FF86B8:00:000:Rounds won always = 0 PL1 sf:0:FF86B7:00:001:Drain All Energy Now! PL1 sf:0:FF86B6:00:501:Drain All Energy Now! PL1 (2/2) sf:0:FF86B8:00:001:Rounds won = 0 Now! PL1 sf:0:FFE433:00:000:Always quick motion PL1 sf:0:FF86C6:02:000:Easy Tatsumaki PL1 sf:0:FF86C9:02:000:Easy Syouryuuken PL1 sf:0:FF86CC:02:000:Easy Hadouken PL1 sf:0:FF86E1:0B:000:Infinite Energy PL2 sf:0:FF86E0:04:500:Infinite Energy PL2 (2/2) sf:0:FF86E2:02:000:Finish round to win match PL2 sf:0:FF86E1:00:000:Always have No Energy PL2 sf:0:FF86E0:00:500:Always have No Energy PL2 (2/2) sf:0:FF86E2:00:000:Rounds won always = 0 PL2 sf:0:FF86E1:00:001:Drain All Energy Now! PL2 sf:0:FF86E0:00:501:Drain All Energy Now! PL2 (2/2) sf:0:FF86E2:00:001:Rounds won = 0 Now! PL2 sf:0:FFE463:00:000:Always quick motion PL2 sf:0:FF86F0:02:000:Easy Tatsumaki PL2 sf:0:FF86F3:02:000:Easy Syouryuuken PL2 sf:0:FF86F6:02:000:Easy Hadouken PL2 ; [ Street Fighter II - The World Warrior (World 910522) ] sf2:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2:0:000000:00:999:[ the bonus levels. ] sf2:0:FF8ACE:99:000:Infinite Time sf2:0:FF89CD:09:001:Next level = Last level sf2:0:FF89CD:0A:001:Lose a credit = Last level sf2:0:FF82E1:01:000:No Wait Mode sf2:0:FF83F1:90:000:Infinite Energy PL1 sf2:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2:0:FF83F1:00:000:Always have No Energy PL1 sf2:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2:0:FF8656:02:000:Finish round to win match PL1 sf2:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2:0:FF8585:01:000:Invincibility PL1 sf2:0:FF8547:00:000:Command during jump "ON" PL1 sf2:0:FF859A:00:000:No limit next shot PL1 sf2:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2:0:FF83E4:01:000:Shot motion cancel PL1 sf2:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2:0:FF8447:01:000:Quick charge (Guile) PL1 sf2:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2:0:FF8657:00:001:Play with Ryu PL1 sf2:0:FF8657:01:001:Play with E. Honda PL1 sf2:0:FF8657:02:001:Play with Blanka PL1 sf2:0:FF8657:03:001:Play with Guile PL1 sf2:0:FF8657:04:001:Play with Ken PL1 sf2:0:FF8657:05:001:Play with Chun Li PL1 sf2:0:FF8657:06:001:Play with Zangief PL1 sf2:0:FF8657:07:001:Play with Dhalsim PL1 sf2:0:FF8657:08:001:Play with M. Bison PL1 sf2:0:FF8657:09:001:Play with Sagat PL1 sf2:0:FF8657:0A:001:Play with Balrog PL1 sf2:0:FF8657:0B:001:Play with Vega PL1 sf2:0:FF86F1:90:000:Infinite Energy PL2 sf2:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2:0:FF86F1:00:000:Always have No Energy PL2 sf2:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2:0:FF8956:02:000:Finish round to win match PL2 sf2:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2:0:FF8885:01:000:Invincibility PL2 sf2:0:FF8847:00:000:Command during jump ON PL2 sf2:0:FF889A:00:000:No limit next shot PL2 sf2:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2:0:FF86E4:01:000:Shot motion cancel PL2 sf2:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2:0:FF8747:01:000:Quick charge (Guile) PL2 sf2:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2:0:FF8957:00:001:Play with Ryu PL2 sf2:0:FF8957:01:001:Play with E. Honda PL2 sf2:0:FF8957:02:001:Play with Blanka PL2 sf2:0:FF8957:03:001:Play with Guile PL2 sf2:0:FF8957:04:001:Play with Ken PL2 sf2:0:FF8957:05:001:Play with Chun Li PL2 sf2:0:FF8957:06:001:Play with Zangief PL2 sf2:0:FF8957:07:001:Play with Dhalsim PL2 sf2:0:FF8957:08:001:Play with M. Bison PL2 sf2:0:FF8957:09:001:Play with Sagat PL2 sf2:0:FF8957:0A:001:Play with Balrog PL2 sf2:0:FF8957:0B:001:Play with Vega PL2 ; [ San Francisco Rush 2049 ] sf2049:0:0000:00:999:[ There are no cheats ]:REASON 1 sf2049:0:0000:00:999:[ for this game as it ]:REASON 1 sf2049:0:0000:00:999:[ didn't work the last ]:REASON 1 sf2049:0:0000:00:999:[ time it was tested. ]:REASON 1 sf2049:0:0000:00:999:[ If the game now works ]:REASON 1 sf2049:0:0000:00:999:[ please request cheats ]:REASON 1 sf2049:0:0000:00:999:[ for it on the cheat ]:REASON 1 sf2049:0:0000:00:999:[ forums. ]:REASON 1 ; [ San Francisco Rush 2049: Special Edition ] sf2049se:0:0000:00:999:[ There are no cheats ]:REASON 1 sf2049se:0:0000:00:999:[ for this game as it ]:REASON 1 sf2049se:0:0000:00:999:[ didn't work the last ]:REASON 1 sf2049se:0:0000:00:999:[ time it was tested. ]:REASON 1 sf2049se:0:0000:00:999:[ If the game now works ]:REASON 1 sf2049se:0:0000:00:999:[ please request cheats ]:REASON 1 sf2049se:0:0000:00:999:[ for it on the cheat ]:REASON 1 sf2049se:0:0000:00:999:[ forums. ]:REASON 1 ; [ San Francisco Rush 2049: Tournament Edition ] sf2049te:0:0000:00:999:[ There are no cheats ]:REASON 1 sf2049te:0:0000:00:999:[ for this game as it ]:REASON 1 sf2049te:0:0000:00:999:[ didn't work the last ]:REASON 1 sf2049te:0:0000:00:999:[ time it was tested. ]:REASON 1 sf2049te:0:0000:00:999:[ If the game now works ]:REASON 1 sf2049te:0:0000:00:999:[ please request cheats ]:REASON 1 sf2049te:0:0000:00:999:[ for it on the cheat ]:REASON 1 sf2049te:0:0000:00:999:[ forums. ]:REASON 1 ; [ Street Fighter II' - Champion Edition (Accelerator Pt.II) ] sf2accp2:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2accp2:0:000000:00:999:[ the bonus levels. ] sf2accp2:0:FF8ABE:99:000:Infinite Time sf2accp2:0:FF89C1:0A:001:Next level = Last level sf2accp2:0:FF89C1:0B:001:Lose a credit = Last level sf2accp2:0:FF82DD:01:000:No Wait Mode sf2accp2:0:FF83E9:90:000:Infinite Energy PL1 sf2accp2:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2accp2:0:FF83E9:00:000:Always have No Energy PL1 sf2accp2:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2accp2:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2accp2:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2accp2:0:FF864E:02:000:Finish round to win match PL1 sf2accp2:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2accp2:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2accp2:0:FF8553:01:000:All Hits Combo PL1 sf2accp2:0:FF870A:00:000:All Hits Keep You Close PL1 sf2accp2:0:FF857D:01:000:Invincibility PL1 sf2accp2:0:FF853F:00:000:Command during jump ON PL1 sf2accp2:0:FF8592:00:000:No limit next shot PL1 sf2accp2:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2accp2:0:FF83DC:01:000:Shot motion cancel PL1 sf2accp2:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2accp2:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2accp2:0:FF843F:01:000:Quick charge (Guile) PL1 sf2accp2:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2accp2:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2accp2:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2accp2:0:FF843F:01:000:Quick charge (Vega) PL1 sf2accp2:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2accp2:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2accp2:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2accp2:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2accp2:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2accp2:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2accp2:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2accp2:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2accp2:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2accp2:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2accp2:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2accp2:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2accp2:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2accp2:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2accp2:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2accp2:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2accp2:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2accp2:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2accp2:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2accp2:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2accp2:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2accp2:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2accp2:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2accp2:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2accp2:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2accp2:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2accp2:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2accp2:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2accp2:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2accp2:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2accp2:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2accp2:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2accp2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2accp2:0:FF864F:00:001:Play with Ryu PL1 sf2accp2:0:FF864F:01:001:Play with E. Honda PL1 sf2accp2:0:FF864F:02:001:Play with Blanka PL1 sf2accp2:0:FF864F:03:001:Play with Guile PL1 sf2accp2:0:FF864F:04:001:Play with Ken PL1 sf2accp2:0:FF864F:05:001:Play with Chun Li PL1 sf2accp2:0:FF864F:06:001:Play with Zangief PL1 sf2accp2:0:FF864F:07:001:Play with Dhalsim PL1 sf2accp2:0:FF864F:08:001:Play with M. Bison PL1 sf2accp2:0:FF864F:09:001:Play with Sagat PL1 sf2accp2:0:FF864F:0A:001:Play with Balrog PL1 sf2accp2:0:FF864F:0B:001:Play with Vega PL1 sf2accp2:0:FF86E9:90:000:Infinite Energy PL2 sf2accp2:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2accp2:0:FF86E9:00:000:Always have No Energy PL2 sf2accp2:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2accp2:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2accp2:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2accp2:0:FF894E:02:000:Finish round to win match PL2 sf2accp2:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2accp2:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2accp2:0:FF8853:01:000:All Hits Combo PL2 sf2accp2:0:FF840A:00:000:All Hits Keep you Close PL2 sf2accp2:0:FF887D:01:000:Invincibility PL2 sf2accp2:0:FF883F:00:000:Command during jump ON PL2 sf2accp2:0:FF8892:00:000:No limit next shot PL2 sf2accp2:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2accp2:0:FF86DC:01:000:Shot motion cancel PL2 sf2accp2:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2accp2:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2accp2:0:FF873F:01:000:Quick charge (Guile) PL2 sf2accp2:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2accp2:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2accp2:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2accp2:0:FF873F:01:000:Quick charge (Vega) PL2 sf2accp2:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2accp2:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2accp2:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2accp2:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2accp2:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2accp2:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2accp2:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2accp2:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2accp2:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2accp2:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2accp2:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2accp2:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2accp2:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2accp2:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2accp2:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2accp2:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2accp2:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2accp2:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2accp2:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2accp2:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2accp2:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2accp2:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2accp2:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2accp2:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2accp2:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2accp2:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2accp2:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2accp2:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2accp2:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2accp2:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2accp2:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2accp2:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2accp2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2accp2:0:FF894F:00:001:Play with Ryu PL2 sf2accp2:0:FF894F:01:001:Play with E. Honda PL2 sf2accp2:0:FF894F:02:001:Play with Blanka PL2 sf2accp2:0:FF894F:03:001:Play with Guile PL2 sf2accp2:0:FF894F:04:001:Play with Ken PL2 sf2accp2:0:FF894F:05:001:Play with Chun Li PL2 sf2accp2:0:FF894F:06:001:Play with Zangief PL2 sf2accp2:0:FF894F:07:001:Play with Dhalsim PL2 sf2accp2:0:FF894F:08:001:Play with M. Bison PL2 sf2accp2:0:FF894F:09:001:Play with Sagat PL2 sf2accp2:0:FF894F:0A:001:Play with Balrog PL2 sf2accp2:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (World 920313) ] sf2ce:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ce:0:000000:00:999:[ the bonus levels. ] sf2ce:0:FF8ABE:99:000:Infinite Time sf2ce:0:FF89C1:0A:001:Next level = Last level sf2ce:0:FF89C1:0B:001:Lose a credit = Last level sf2ce:0:FF82DD:01:000:No Wait Mode sf2ce:0:FF83E9:90:000:Infinite Energy PL1 sf2ce:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2ce:0:FF83E9:00:000:Always have No Energy PL1 sf2ce:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2ce:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2ce:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2ce:0:FF864E:02:000:Finish round to win match PL1 sf2ce:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2ce:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2ce:0:FF8553:01:000:All Hits Combo PL1 sf2ce:0:FF870A:00:000:All Hits Keep You Close PL1 sf2ce:0:FF857D:01:000:Invincibility PL1 sf2ce:0:FF853F:00:000:Command during jump ON PL1 sf2ce:0:FF8592:00:000:No limit next shot PL1 sf2ce:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2ce:0:FF83DC:01:000:Shot motion cancel PL1 sf2ce:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2ce:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2ce:0:FF843F:01:000:Quick charge (Guile) PL1 sf2ce:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2ce:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2ce:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2ce:0:FF843F:01:000:Quick charge (Vega) PL1 sf2ce:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2ce:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2ce:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ce:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ce:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ce:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2ce:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2ce:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2ce:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2ce:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ce:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2ce:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ce:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ce:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ce:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ce:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ce:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ce:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2ce:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2ce:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2ce:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2ce:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2ce:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2ce:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2ce:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2ce:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2ce:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2ce:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2ce:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2ce:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2ce:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2ce:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2ce:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ce:0:FF864F:00:001:Play with Ryu PL1 sf2ce:0:FF864F:01:001:Play with E. Honda PL1 sf2ce:0:FF864F:02:001:Play with Blanka PL1 sf2ce:0:FF864F:03:001:Play with Guile PL1 sf2ce:0:FF864F:04:001:Play with Ken PL1 sf2ce:0:FF864F:05:001:Play with Chun Li PL1 sf2ce:0:FF864F:06:001:Play with Zangief PL1 sf2ce:0:FF864F:07:001:Play with Dhalsim PL1 sf2ce:0:FF864F:08:001:Play with M. Bison PL1 sf2ce:0:FF864F:09:001:Play with Sagat PL1 sf2ce:0:FF864F:0A:001:Play with Balrog PL1 sf2ce:0:FF864F:0B:001:Play with Vega PL1 sf2ce:0:FF86E9:90:000:Infinite Energy PL2 sf2ce:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2ce:0:FF86E9:00:000:Always have No Energy PL2 sf2ce:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2ce:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2ce:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2ce:0:FF894E:02:000:Finish round to win match PL2 sf2ce:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2ce:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2ce:0:FF8853:01:000:All Hits Combo PL2 sf2ce:0:FF840A:00:000:All Hits Keep you Close PL2 sf2ce:0:FF887D:01:000:Invincibility PL2 sf2ce:0:FF883F:00:000:Command during jump ON PL2 sf2ce:0:FF8892:00:000:No limit next shot PL2 sf2ce:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2ce:0:FF86DC:01:000:Shot motion cancel PL2 sf2ce:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2ce:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2ce:0:FF873F:01:000:Quick charge (Guile) PL2 sf2ce:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2ce:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2ce:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2ce:0:FF873F:01:000:Quick charge (Vega) PL2 sf2ce:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2ce:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2ce:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ce:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ce:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ce:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2ce:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2ce:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2ce:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2ce:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ce:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2ce:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ce:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ce:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ce:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ce:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ce:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ce:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2ce:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2ce:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2ce:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2ce:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2ce:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2ce:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2ce:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2ce:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2ce:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2ce:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2ce:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2ce:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2ce:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2ce:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2ce:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ce:0:FF894F:00:001:Play with Ryu PL2 sf2ce:0:FF894F:01:001:Play with E. Honda PL2 sf2ce:0:FF894F:02:001:Play with Blanka PL2 sf2ce:0:FF894F:03:001:Play with Guile PL2 sf2ce:0:FF894F:04:001:Play with Ken PL2 sf2ce:0:FF894F:05:001:Play with Chun Li PL2 sf2ce:0:FF894F:06:001:Play with Zangief PL2 sf2ce:0:FF894F:07:001:Play with Dhalsim PL2 sf2ce:0:FF894F:08:001:Play with M. Bison PL2 sf2ce:0:FF894F:09:001:Play with Sagat PL2 sf2ce:0:FF894F:0A:001:Play with Balrog PL2 sf2ce:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (Japan 920513) ] sf2cej:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2cej:0:000000:00:999:[ the bonus levels. ] sf2cej:0:FF8ABE:99:000:Infinite Time sf2cej:0:FF89C1:0A:001:Next level = Last level sf2cej:0:FF89C1:0B:001:Lose a credit = Last level sf2cej:0:FF82DD:01:000:No Wait Mode sf2cej:0:FF83E9:90:000:Infinite Energy PL1 sf2cej:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2cej:0:FF83E9:00:000:Always have No Energy PL1 sf2cej:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2cej:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2cej:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2cej:0:FF864E:02:000:Finish round to win match PL1 sf2cej:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2cej:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2cej:0:FF8553:01:000:All Hits Combo PL1 sf2cej:0:FF870A:00:000:All Hits Keep You Close PL1 sf2cej:0:FF857D:01:000:Invincibility PL1 sf2cej:0:FF853F:00:000:Command during jump ON PL1 sf2cej:0:FF8592:00:000:No limit next shot PL1 sf2cej:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2cej:0:FF83DC:01:000:Shot motion cancel PL1 sf2cej:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2cej:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2cej:0:FF843F:01:000:Quick charge (Guile) PL1 sf2cej:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2cej:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2cej:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2cej:0:FF843F:01:000:Quick charge (Vega) PL1 sf2cej:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2cej:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2cej:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2cej:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2cej:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2cej:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2cej:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2cej:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2cej:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2cej:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2cej:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2cej:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2cej:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2cej:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2cej:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2cej:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2cej:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2cej:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2cej:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2cej:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2cej:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2cej:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2cej:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2cej:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2cej:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2cej:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2cej:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2cej:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2cej:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2cej:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2cej:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2cej:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2cej:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2cej:0:FF864F:00:001:Play with Ryu PL1 sf2cej:0:FF864F:01:001:Play with E. Honda PL1 sf2cej:0:FF864F:02:001:Play with Blanka PL1 sf2cej:0:FF864F:03:001:Play with Guile PL1 sf2cej:0:FF864F:04:001:Play with Ken PL1 sf2cej:0:FF864F:05:001:Play with Chun Li PL1 sf2cej:0:FF864F:06:001:Play with Zangief PL1 sf2cej:0:FF864F:07:001:Play with Dhalsim PL1 sf2cej:0:FF864F:08:001:Play with M. Bison PL1 sf2cej:0:FF864F:09:001:Play with Sagat PL1 sf2cej:0:FF864F:0A:001:Play with Balrog PL1 sf2cej:0:FF864F:0B:001:Play with Vega PL1 sf2cej:0:FF86E9:90:000:Infinite Energy PL2 sf2cej:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2cej:0:FF86E9:00:000:Always have No Energy PL2 sf2cej:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2cej:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2cej:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2cej:0:FF894E:02:000:Finish round to win match PL2 sf2cej:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2cej:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2cej:0:FF8853:01:000:All Hits Combo PL2 sf2cej:0:FF840A:00:000:All Hits Keep you Close PL2 sf2cej:0:FF887D:01:000:Invincibility PL2 sf2cej:0:FF883F:00:000:Command during jump ON PL2 sf2cej:0:FF8892:00:000:No limit next shot PL2 sf2cej:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2cej:0:FF86DC:01:000:Shot motion cancel PL2 sf2cej:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2cej:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2cej:0:FF873F:01:000:Quick charge (Guile) PL2 sf2cej:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2cej:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2cej:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2cej:0:FF873F:01:000:Quick charge (Vega) PL2 sf2cej:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2cej:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2cej:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2cej:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2cej:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2cej:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2cej:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2cej:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2cej:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2cej:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2cej:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2cej:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2cej:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2cej:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2cej:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2cej:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2cej:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2cej:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2cej:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2cej:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2cej:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2cej:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2cej:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2cej:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2cej:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2cej:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2cej:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2cej:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2cej:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2cej:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2cej:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2cej:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2cej:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2cej:0:FF894F:00:001:Play with Ryu PL2 sf2cej:0:FF894F:01:001:Play with E. Honda PL2 sf2cej:0:FF894F:02:001:Play with Blanka PL2 sf2cej:0:FF894F:03:001:Play with Guile PL2 sf2cej:0:FF894F:04:001:Play with Ken PL2 sf2cej:0:FF894F:05:001:Play with Chun Li PL2 sf2cej:0:FF894F:06:001:Play with Zangief PL2 sf2cej:0:FF894F:07:001:Play with Dhalsim PL2 sf2cej:0:FF894F:08:001:Play with M. Bison PL2 sf2cej:0:FF894F:09:001:Play with Sagat PL2 sf2cej:0:FF894F:0A:001:Play with Balrog PL2 sf2cej:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (US 920313) ] sf2ceua:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ceua:0:000000:00:999:[ the bonus levels. ] sf2ceua:0:FF8ABE:99:000:Infinite Time sf2ceua:0:FF89C1:0A:001:Next level = Last level sf2ceua:0:FF89C1:0B:001:Lose a credit = Last level sf2ceua:0:FF82DD:01:000:No Wait Mode sf2ceua:0:FF83E9:90:000:Infinite Energy PL1 sf2ceua:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2ceua:0:FF83E9:00:000:Always have No Energy PL1 sf2ceua:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2ceua:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2ceua:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2ceua:0:FF864E:02:000:Finish round to win match PL1 sf2ceua:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2ceua:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2ceua:0:FF8553:01:000:All Hits Combo PL1 sf2ceua:0:FF870A:00:000:All Hits Keep You Close PL1 sf2ceua:0:FF857D:01:000:Invincibility PL1 sf2ceua:0:FF853F:00:000:Command during jump ON PL1 sf2ceua:0:FF8592:00:000:No limit next shot PL1 sf2ceua:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2ceua:0:FF83DC:01:000:Shot motion cancel PL1 sf2ceua:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2ceua:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2ceua:0:FF843F:01:000:Quick charge (Guile) PL1 sf2ceua:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2ceua:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2ceua:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2ceua:0:FF843F:01:000:Quick charge (Vega) PL1 sf2ceua:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2ceua:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2ceua:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ceua:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ceua:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ceua:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2ceua:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2ceua:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2ceua:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2ceua:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ceua:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2ceua:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ceua:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ceua:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ceua:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ceua:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ceua:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ceua:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2ceua:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2ceua:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2ceua:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2ceua:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2ceua:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2ceua:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2ceua:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2ceua:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2ceua:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2ceua:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2ceua:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2ceua:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2ceua:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2ceua:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2ceua:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ceua:0:FF864F:00:001:Play with Ryu PL1 sf2ceua:0:FF864F:01:001:Play with E. Honda PL1 sf2ceua:0:FF864F:02:001:Play with Blanka PL1 sf2ceua:0:FF864F:03:001:Play with Guile PL1 sf2ceua:0:FF864F:04:001:Play with Ken PL1 sf2ceua:0:FF864F:05:001:Play with Chun Li PL1 sf2ceua:0:FF864F:06:001:Play with Zangief PL1 sf2ceua:0:FF864F:07:001:Play with Dhalsim PL1 sf2ceua:0:FF864F:08:001:Play with M. Bison PL1 sf2ceua:0:FF864F:09:001:Play with Sagat PL1 sf2ceua:0:FF864F:0A:001:Play with Balrog PL1 sf2ceua:0:FF864F:0B:001:Play with Vega PL1 sf2ceua:0:FF86E9:90:000:Infinite Energy PL2 sf2ceua:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2ceua:0:FF86E9:00:000:Always have No Energy PL2 sf2ceua:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2ceua:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2ceua:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2ceua:0:FF894E:02:000:Finish round to win match PL2 sf2ceua:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2ceua:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2ceua:0:FF8853:01:000:All Hits Combo PL2 sf2ceua:0:FF840A:00:000:All Hits Keep you Close PL2 sf2ceua:0:FF887D:01:000:Invincibility PL2 sf2ceua:0:FF883F:00:000:Command during jump ON PL2 sf2ceua:0:FF8892:00:000:No limit next shot PL2 sf2ceua:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2ceua:0:FF86DC:01:000:Shot motion cancel PL2 sf2ceua:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2ceua:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2ceua:0:FF873F:01:000:Quick charge (Guile) PL2 sf2ceua:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2ceua:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2ceua:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2ceua:0:FF873F:01:000:Quick charge (Vega) PL2 sf2ceua:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2ceua:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2ceua:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ceua:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ceua:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ceua:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2ceua:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2ceua:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2ceua:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2ceua:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ceua:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2ceua:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ceua:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ceua:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ceua:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ceua:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ceua:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ceua:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2ceua:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2ceua:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2ceua:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2ceua:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2ceua:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2ceua:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2ceua:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2ceua:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2ceua:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2ceua:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2ceua:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2ceua:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2ceua:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2ceua:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2ceua:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ceua:0:FF894F:00:001:Play with Ryu PL2 sf2ceua:0:FF894F:01:001:Play with E. Honda PL2 sf2ceua:0:FF894F:02:001:Play with Blanka PL2 sf2ceua:0:FF894F:03:001:Play with Guile PL2 sf2ceua:0:FF894F:04:001:Play with Ken PL2 sf2ceua:0:FF894F:05:001:Play with Chun Li PL2 sf2ceua:0:FF894F:06:001:Play with Zangief PL2 sf2ceua:0:FF894F:07:001:Play with Dhalsim PL2 sf2ceua:0:FF894F:08:001:Play with M. Bison PL2 sf2ceua:0:FF894F:09:001:Play with Sagat PL2 sf2ceua:0:FF894F:0A:001:Play with Balrog PL2 sf2ceua:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (US 920513) ] sf2ceub:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ceub:0:000000:00:999:[ the bonus levels. ] sf2ceub:0:FF8ABE:99:000:Infinite Time sf2ceub:0:FF89C1:0A:001:Next level = Last level sf2ceub:0:FF89C1:0B:001:Lose a credit = Last level sf2ceub:0:FF82DD:01:000:No Wait Mode sf2ceub:0:FF83E9:90:000:Infinite Energy PL1 sf2ceub:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2ceub:0:FF83E9:00:000:Always have No Energy PL1 sf2ceub:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2ceub:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2ceub:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2ceub:0:FF864E:02:000:Finish round to win match PL1 sf2ceub:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2ceub:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2ceub:0:FF8553:01:000:All Hits Combo PL1 sf2ceub:0:FF870A:00:000:All Hits Keep You Close PL1 sf2ceub:0:FF857D:01:000:Invincibility PL1 sf2ceub:0:FF853F:00:000:Command during jump ON PL1 sf2ceub:0:FF8592:00:000:No limit next shot PL1 sf2ceub:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2ceub:0:FF83DC:01:000:Shot motion cancel PL1 sf2ceub:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2ceub:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2ceub:0:FF843F:01:000:Quick charge (Guile) PL1 sf2ceub:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2ceub:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2ceub:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2ceub:0:FF843F:01:000:Quick charge (Vega) PL1 sf2ceub:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2ceub:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2ceub:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ceub:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ceub:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ceub:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2ceub:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2ceub:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2ceub:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2ceub:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ceub:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2ceub:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ceub:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ceub:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ceub:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ceub:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ceub:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ceub:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2ceub:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2ceub:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2ceub:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2ceub:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2ceub:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2ceub:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2ceub:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2ceub:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2ceub:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2ceub:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2ceub:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2ceub:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2ceub:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2ceub:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2ceub:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ceub:0:FF864F:00:001:Play with Ryu PL1 sf2ceub:0:FF864F:01:001:Play with E. Honda PL1 sf2ceub:0:FF864F:02:001:Play with Blanka PL1 sf2ceub:0:FF864F:03:001:Play with Guile PL1 sf2ceub:0:FF864F:04:001:Play with Ken PL1 sf2ceub:0:FF864F:05:001:Play with Chun Li PL1 sf2ceub:0:FF864F:06:001:Play with Zangief PL1 sf2ceub:0:FF864F:07:001:Play with Dhalsim PL1 sf2ceub:0:FF864F:08:001:Play with M. Bison PL1 sf2ceub:0:FF864F:09:001:Play with Sagat PL1 sf2ceub:0:FF864F:0A:001:Play with Balrog PL1 sf2ceub:0:FF864F:0B:001:Play with Vega PL1 sf2ceub:0:FF86E9:90:000:Infinite Energy PL2 sf2ceub:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2ceub:0:FF86E9:00:000:Always have No Energy PL2 sf2ceub:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2ceub:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2ceub:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2ceub:0:FF894E:02:000:Finish round to win match PL2 sf2ceub:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2ceub:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2ceub:0:FF8853:01:000:All Hits Combo PL2 sf2ceub:0:FF840A:00:000:All Hits Keep you Close PL2 sf2ceub:0:FF887D:01:000:Invincibility PL2 sf2ceub:0:FF883F:00:000:Command during jump ON PL2 sf2ceub:0:FF8892:00:000:No limit next shot PL2 sf2ceub:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2ceub:0:FF86DC:01:000:Shot motion cancel PL2 sf2ceub:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2ceub:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2ceub:0:FF873F:01:000:Quick charge (Guile) PL2 sf2ceub:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2ceub:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2ceub:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2ceub:0:FF873F:01:000:Quick charge (Vega) PL2 sf2ceub:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2ceub:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2ceub:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ceub:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ceub:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ceub:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2ceub:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2ceub:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2ceub:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2ceub:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ceub:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2ceub:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ceub:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ceub:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ceub:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ceub:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ceub:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ceub:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2ceub:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2ceub:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2ceub:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2ceub:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2ceub:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2ceub:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2ceub:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2ceub:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2ceub:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2ceub:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2ceub:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2ceub:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2ceub:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2ceub:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2ceub:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ceub:0:FF894F:00:001:Play with Ryu PL2 sf2ceub:0:FF894F:01:001:Play with E. Honda PL2 sf2ceub:0:FF894F:02:001:Play with Blanka PL2 sf2ceub:0:FF894F:03:001:Play with Guile PL2 sf2ceub:0:FF894F:04:001:Play with Ken PL2 sf2ceub:0:FF894F:05:001:Play with Chun Li PL2 sf2ceub:0:FF894F:06:001:Play with Zangief PL2 sf2ceub:0:FF894F:07:001:Play with Dhalsim PL2 sf2ceub:0:FF894F:08:001:Play with M. Bison PL2 sf2ceub:0:FF894F:09:001:Play with Sagat PL2 sf2ceub:0:FF894F:0A:001:Play with Balrog PL2 sf2ceub:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (US 920803) ] sf2ceuc:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ceuc:0:000000:00:999:[ the bonus levels. ] sf2ceuc:0:FF8ABE:99:000:Infinite Time sf2ceuc:0:FF89C1:0A:001:Next level = Last level sf2ceuc:0:FF89C1:0B:001:Lose a credit = Last level sf2ceuc:0:FF82DD:01:000:No Wait Mode sf2ceuc:0:FF83E9:90:000:Infinite Energy PL1 sf2ceuc:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2ceuc:0:FF83E9:00:000:Always have No Energy PL1 sf2ceuc:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2ceuc:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2ceuc:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2ceuc:0:FF864E:02:000:Finish round to win match PL1 sf2ceuc:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2ceuc:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2ceuc:0:FF8553:01:000:All Hits Combo PL1 sf2ceuc:0:FF870A:00:000:All Hits Keep You Close PL1 sf2ceuc:0:FF857D:01:000:Invincibility PL1 sf2ceuc:0:FF853F:00:000:Command during jump ON PL1 sf2ceuc:0:FF8592:00:000:No limit next shot PL1 sf2ceuc:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2ceuc:0:FF83DC:01:000:Shot motion cancel PL1 sf2ceuc:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2ceuc:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2ceuc:0:FF843F:01:000:Quick charge (Guile) PL1 sf2ceuc:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2ceuc:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2ceuc:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2ceuc:0:FF843F:01:000:Quick charge (Vega) PL1 sf2ceuc:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2ceuc:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2ceuc:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ceuc:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ceuc:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ceuc:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2ceuc:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2ceuc:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2ceuc:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2ceuc:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ceuc:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2ceuc:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ceuc:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ceuc:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ceuc:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ceuc:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ceuc:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ceuc:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2ceuc:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2ceuc:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2ceuc:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2ceuc:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2ceuc:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2ceuc:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2ceuc:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2ceuc:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2ceuc:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2ceuc:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2ceuc:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2ceuc:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2ceuc:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2ceuc:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2ceuc:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ceuc:0:FF864F:00:001:Play with Ryu PL1 sf2ceuc:0:FF864F:01:001:Play with E. Honda PL1 sf2ceuc:0:FF864F:02:001:Play with Blanka PL1 sf2ceuc:0:FF864F:03:001:Play with Guile PL1 sf2ceuc:0:FF864F:04:001:Play with Ken PL1 sf2ceuc:0:FF864F:05:001:Play with Chun Li PL1 sf2ceuc:0:FF864F:06:001:Play with Zangief PL1 sf2ceuc:0:FF864F:07:001:Play with Dhalsim PL1 sf2ceuc:0:FF864F:08:001:Play with M. Bison PL1 sf2ceuc:0:FF864F:09:001:Play with Sagat PL1 sf2ceuc:0:FF864F:0A:001:Play with Balrog PL1 sf2ceuc:0:FF864F:0B:001:Play with Vega PL1 sf2ceuc:0:FF86E9:90:000:Infinite Energy PL2 sf2ceuc:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2ceuc:0:FF86E9:00:000:Always have No Energy PL2 sf2ceuc:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2ceuc:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2ceuc:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2ceuc:0:FF894E:02:000:Finish round to win match PL2 sf2ceuc:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2ceuc:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2ceuc:0:FF8853:01:000:All Hits Combo PL2 sf2ceuc:0:FF840A:00:000:All Hits Keep you Close PL2 sf2ceuc:0:FF887D:01:000:Invincibility PL2 sf2ceuc:0:FF883F:00:000:Command during jump ON PL2 sf2ceuc:0:FF8892:00:000:No limit next shot PL2 sf2ceuc:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2ceuc:0:FF86DC:01:000:Shot motion cancel PL2 sf2ceuc:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2ceuc:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2ceuc:0:FF873F:01:000:Quick charge (Guile) PL2 sf2ceuc:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2ceuc:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2ceuc:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2ceuc:0:FF873F:01:000:Quick charge (Vega) PL2 sf2ceuc:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2ceuc:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2ceuc:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ceuc:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ceuc:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ceuc:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2ceuc:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2ceuc:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2ceuc:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2ceuc:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ceuc:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2ceuc:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ceuc:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ceuc:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ceuc:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ceuc:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ceuc:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ceuc:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2ceuc:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2ceuc:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2ceuc:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2ceuc:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2ceuc:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2ceuc:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2ceuc:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2ceuc:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2ceuc:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2ceuc:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2ceuc:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2ceuc:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2ceuc:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2ceuc:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2ceuc:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ceuc:0:FF894F:00:001:Play with Ryu PL2 sf2ceuc:0:FF894F:01:001:Play with E. Honda PL2 sf2ceuc:0:FF894F:02:001:Play with Blanka PL2 sf2ceuc:0:FF894F:03:001:Play with Guile PL2 sf2ceuc:0:FF894F:04:001:Play with Ken PL2 sf2ceuc:0:FF894F:05:001:Play with Chun Li PL2 sf2ceuc:0:FF894F:06:001:Play with Zangief PL2 sf2ceuc:0:FF894F:07:001:Play with Dhalsim PL2 sf2ceuc:0:FF894F:08:001:Play with M. Bison PL2 sf2ceuc:0:FF894F:09:001:Play with Sagat PL2 sf2ceuc:0:FF894F:0A:001:Play with Balrog PL2 sf2ceuc:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (World 910214) ] sf2eb:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2eb:0:000000:00:999:[ the bonus levels. ] sf2eb:0:FF8ACE:99:000:Infinite Time sf2eb:0:FF89CD:09:001:Next level = Last level sf2eb:0:FF89CD:0A:001:Lose a credit = Last level sf2eb:0:FF82E1:01:000:No Wait Mode sf2eb:0:FF83F1:90:000:Infinite Energy PL1 sf2eb:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2eb:0:FF83F1:00:000:Always have No Energy PL1 sf2eb:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2eb:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2eb:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2eb:0:FF8656:02:000:Finish round to win match PL1 sf2eb:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2eb:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2eb:0:FF8585:01:000:Invincibility PL1 sf2eb:0:FF8547:00:000:Command during jump "ON" PL1 sf2eb:0:FF859A:00:000:No limit next shot PL1 sf2eb:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2eb:0:FF83E4:01:000:Shot motion cancel PL1 sf2eb:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2eb:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2eb:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2eb:0:FF8447:01:000:Quick charge (Guile) PL1 sf2eb:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2eb:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2eb:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2eb:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2eb:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2eb:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2eb:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2eb:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2eb:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2eb:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2eb:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2eb:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2eb:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2eb:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2eb:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2eb:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2eb:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2eb:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2eb:0:FF8657:00:001:Play with Ryu PL1 sf2eb:0:FF8657:01:001:Play with E. Honda PL1 sf2eb:0:FF8657:02:001:Play with Blanka PL1 sf2eb:0:FF8657:03:001:Play with Guile PL1 sf2eb:0:FF8657:04:001:Play with Ken PL1 sf2eb:0:FF8657:05:001:Play with Chun Li PL1 sf2eb:0:FF8657:06:001:Play with Zangief PL1 sf2eb:0:FF8657:07:001:Play with Dhalsim PL1 sf2eb:0:FF8657:08:001:Play with M. Bison PL1 sf2eb:0:FF8657:09:001:Play with Sagat PL1 sf2eb:0:FF8657:0A:001:Play with Balrog PL1 sf2eb:0:FF8657:0B:001:Play with Vega PL1 sf2eb:0:FF86F1:90:000:Infinite Energy PL2 sf2eb:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2eb:0:FF86F1:00:000:Always have No Energy PL2 sf2eb:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2eb:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2eb:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2eb:0:FF8956:02:000:Finish round to win match PL2 sf2eb:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2eb:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2eb:0:FF8885:01:000:Invincibility PL2 sf2eb:0:FF8847:00:000:Command during jump ON PL2 sf2eb:0:FF889A:00:000:No limit next shot PL2 sf2eb:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2eb:0:FF86E4:01:000:Shot motion cancel PL2 sf2eb:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2eb:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2eb:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2eb:0:FF8747:01:000:Quick charge (Guile) PL2 sf2eb:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2eb:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2eb:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2eb:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2eb:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2eb:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2eb:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2eb:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2eb:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2eb:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2eb:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2eb:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2eb:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2eb:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2eb:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2eb:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2eb:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2eb:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2eb:0:FF8957:00:001:Play with Ryu PL2 sf2eb:0:FF8957:01:001:Play with E. Honda PL2 sf2eb:0:FF8957:02:001:Play with Blanka PL2 sf2eb:0:FF8957:03:001:Play with Guile PL2 sf2eb:0:FF8957:04:001:Play with Ken PL2 sf2eb:0:FF8957:05:001:Play with Chun Li PL2 sf2eb:0:FF8957:06:001:Play with Zangief PL2 sf2eb:0:FF8957:07:001:Play with Dhalsim PL2 sf2eb:0:FF8957:08:001:Play with M. Bison PL2 sf2eb:0:FF8957:09:001:Play with Sagat PL2 sf2eb:0:FF8957:0A:001:Play with Balrog PL2 sf2eb:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Hyper Fighting (World 921209) ] sf2hf:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2hf:0:000000:00:999:[ the bonus levels. ] sf2hf:0:FF8ABE:99:000:Infinite Time sf2hf:0:FF89C1:0A:001:Next level = Last level sf2hf:0:FF89C1:0B:001:Lose a credit = Last level sf2hf:0:FF82DD:01:000:No Wait Mode sf2hf:0:FF83E9:90:000:Infinite Energy PL1 sf2hf:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2hf:0:FF83E9:00:000:Always have No Energy PL1 sf2hf:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2hf:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2hf:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2hf:0:FF864E:02:000:Finish round to win match PL1 sf2hf:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2hf:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2hf:0:FF8553:01:000:All Hits Combo PL1 sf2hf:0:FF870A:00:000:All Hits Keep You Close PL1 sf2hf:0:FF857D:01:000:Invincibility PL1 sf2hf:0:FF853F:00:000:Command during jump ON PL1 sf2hf:0:FF8592:00:000:No limit next shot PL1 sf2hf:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2hf:0:FF83DC:01:000:Shot motion cancel PL1 sf2hf:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2hf:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2hf:0:FF843F:01:000:Quick charge (Guile) PL1 sf2hf:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2hf:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2hf:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2hf:0:FF843F:01:000:Quick charge (Vega) PL1 sf2hf:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2hf:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2hf:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2hf:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2hf:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2hf:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2hf:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2hf:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2hf:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2hf:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2hf:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2hf:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2hf:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2hf:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2hf:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2hf:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2hf:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2hf:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2hf:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2hf:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2hf:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2hf:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2hf:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2hf:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2hf:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2hf:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2hf:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2hf:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2hf:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2hf:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2hf:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2hf:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2hf:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2hf:0:FF864F:00:001:Play with Ryu PL1 sf2hf:0:FF864F:01:001:Play with E. Honda PL1 sf2hf:0:FF864F:02:001:Play with Blanka PL1 sf2hf:0:FF864F:03:001:Play with Guile PL1 sf2hf:0:FF864F:04:001:Play with Ken PL1 sf2hf:0:FF864F:05:001:Play with Chun Li PL1 sf2hf:0:FF864F:06:001:Play with Zangief PL1 sf2hf:0:FF864F:07:001:Play with Dhalsim PL1 sf2hf:0:FF864F:08:001:Play with M. Bison PL1 sf2hf:0:FF864F:09:001:Play with Sagat PL1 sf2hf:0:FF864F:0A:001:Play with Balrog PL1 sf2hf:0:FF864F:0B:001:Play with Vega PL1 sf2hf:0:FF86E9:90:000:Infinite Energy PL2 sf2hf:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2hf:0:FF86E9:00:000:Always have No Energy PL2 sf2hf:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2hf:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2hf:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2hf:0:FF894E:02:000:Finish round to win match PL2 sf2hf:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2hf:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2hf:0:FF8853:01:000:All Hits Combo PL2 sf2hf:0:FF840A:00:000:All Hits Keep you Close PL2 sf2hf:0:FF887D:01:000:Invincibility PL2 sf2hf:0:FF883F:00:000:Command during jump ON PL2 sf2hf:0:FF8892:00:000:No limit next shot PL2 sf2hf:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2hf:0:FF86DC:01:000:Shot motion cancel PL2 sf2hf:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2hf:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2hf:0:FF873F:01:000:Quick charge (Guile) PL2 sf2hf:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2hf:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2hf:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2hf:0:FF873F:01:000:Quick charge (Vega) PL2 sf2hf:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2hf:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2hf:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2hf:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2hf:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2hf:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2hf:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2hf:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2hf:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2hf:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2hf:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2hf:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2hf:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2hf:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2hf:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2hf:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2hf:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2hf:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2hf:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2hf:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2hf:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2hf:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2hf:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2hf:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2hf:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2hf:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2hf:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2hf:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2hf:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2hf:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2hf:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2hf:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2hf:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2hf:0:FF894F:00:001:Play with Ryu PL2 sf2hf:0:FF894F:01:001:Play with E. Honda PL2 sf2hf:0:FF894F:02:001:Play with Blanka PL2 sf2hf:0:FF894F:03:001:Play with Guile PL2 sf2hf:0:FF894F:04:001:Play with Ken PL2 sf2hf:0:FF894F:05:001:Play with Chun Li PL2 sf2hf:0:FF894F:06:001:Play with Zangief PL2 sf2hf:0:FF894F:07:001:Play with Dhalsim PL2 sf2hf:0:FF894F:08:001:Play with M. Bison PL2 sf2hf:0:FF894F:09:001:Play with Sagat PL2 sf2hf:0:FF894F:0A:001:Play with Balrog PL2 sf2hf:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (Japan 911210) ] sf2j:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2j:0:000000:00:999:[ the bonus levels. ] sf2j:0:FF8ACE:99:000:Infinite Time sf2j:0:FF89CD:09:001:Next level = Last level sf2j:0:FF89CD:0A:001:Lose a credit = Last level sf2j:0:FF82E1:01:000:No Wait Mode sf2j:0:FF83F1:90:000:Infinite Energy PL1 sf2j:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2j:0:FF83F1:00:000:Always have No Energy PL1 sf2j:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2j:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2j:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2j:0:FF8656:02:000:Finish round to win match PL1 sf2j:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2j:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2j:0:FF8585:01:000:Invincibility PL1 sf2j:0:FF8547:00:000:Command during jump "ON" PL1 sf2j:0:FF859A:00:000:No limit next shot PL1 sf2j:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2j:0:FF83E4:01:000:Shot motion cancel PL1 sf2j:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2j:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2j:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2j:0:FF8447:01:000:Quick charge (Guile) PL1 sf2j:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2j:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2j:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2j:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2j:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2j:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2j:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2j:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2j:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2j:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2j:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2j:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2j:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2j:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2j:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2j:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2j:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2j:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2j:0:FF8657:00:001:Play with Ryu PL1 sf2j:0:FF8657:01:001:Play with E. Honda PL1 sf2j:0:FF8657:02:001:Play with Blanka PL1 sf2j:0:FF8657:03:001:Play with Guile PL1 sf2j:0:FF8657:04:001:Play with Ken PL1 sf2j:0:FF8657:05:001:Play with Chun Li PL1 sf2j:0:FF8657:06:001:Play with Zangief PL1 sf2j:0:FF8657:07:001:Play with Dhalsim PL1 sf2j:0:FF8657:08:001:Play with M. Bison PL1 sf2j:0:FF8657:09:001:Play with Sagat PL1 sf2j:0:FF8657:0A:001:Play with Balrog PL1 sf2j:0:FF8657:0B:001:Play with Vega PL1 sf2j:0:FF86F1:90:000:Infinite Energy PL2 sf2j:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2j:0:FF86F1:00:000:Always have No Energy PL2 sf2j:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2j:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2j:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2j:0:FF8956:02:000:Finish round to win match PL2 sf2j:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2j:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2j:0:FF8885:01:000:Invincibility PL2 sf2j:0:FF8847:00:000:Command during jump ON PL2 sf2j:0:FF889A:00:000:No limit next shot PL2 sf2j:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2j:0:FF86E4:01:000:Shot motion cancel PL2 sf2j:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2j:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2j:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2j:0:FF8747:01:000:Quick charge (Guile) PL2 sf2j:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2j:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2j:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2j:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2j:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2j:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2j:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2j:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2j:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2j:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2j:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2j:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2j:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2j:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2j:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2j:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2j:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2j:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2j:0:FF8957:00:001:Play with Ryu PL2 sf2j:0:FF8957:01:001:Play with E. Honda PL2 sf2j:0:FF8957:02:001:Play with Blanka PL2 sf2j:0:FF8957:03:001:Play with Guile PL2 sf2j:0:FF8957:04:001:Play with Ken PL2 sf2j:0:FF8957:05:001:Play with Chun Li PL2 sf2j:0:FF8957:06:001:Play with Zangief PL2 sf2j:0:FF8957:07:001:Play with Dhalsim PL2 sf2j:0:FF8957:08:001:Play with M. Bison PL2 sf2j:0:FF8957:09:001:Play with Sagat PL2 sf2j:0:FF8957:0A:001:Play with Balrog PL2 sf2j:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (Japan 910214) ] sf2ja:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ja:0:000000:00:999:[ the bonus levels. ] sf2ja:0:FF8ACE:99:000:Infinite Time sf2ja:0:FF89CD:09:001:Next level = Last level sf2ja:0:FF89CD:0A:001:Lose a credit = Last level sf2ja:0:FF82E1:01:000:No Wait Mode sf2ja:0:FF83F1:90:000:Infinite Energy PL1 sf2ja:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2ja:0:FF83F1:00:000:Always have No Energy PL1 sf2ja:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2ja:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2ja:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2ja:0:FF8656:02:000:Finish round to win match PL1 sf2ja:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2ja:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2ja:0:FF8585:01:000:Invincibility PL1 sf2ja:0:FF8547:00:000:Command during jump "ON" PL1 sf2ja:0:FF859A:00:000:No limit next shot PL1 sf2ja:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2ja:0:FF83E4:01:000:Shot motion cancel PL1 sf2ja:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2ja:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2ja:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2ja:0:FF8447:01:000:Quick charge (Guile) PL1 sf2ja:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2ja:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2ja:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ja:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ja:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ja:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2ja:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2ja:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2ja:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2ja:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ja:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2ja:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ja:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ja:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ja:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ja:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ja:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ja:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ja:0:FF8657:00:001:Play with Ryu PL1 sf2ja:0:FF8657:01:001:Play with E. Honda PL1 sf2ja:0:FF8657:02:001:Play with Blanka PL1 sf2ja:0:FF8657:03:001:Play with Guile PL1 sf2ja:0:FF8657:04:001:Play with Ken PL1 sf2ja:0:FF8657:05:001:Play with Chun Li PL1 sf2ja:0:FF8657:06:001:Play with Zangief PL1 sf2ja:0:FF8657:07:001:Play with Dhalsim PL1 sf2ja:0:FF8657:08:001:Play with M. Bison PL1 sf2ja:0:FF8657:09:001:Play with Sagat PL1 sf2ja:0:FF8657:0A:001:Play with Balrog PL1 sf2ja:0:FF8657:0B:001:Play with Vega PL1 sf2ja:0:FF86F1:90:000:Infinite Energy PL2 sf2ja:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2ja:0:FF86F1:00:000:Always have No Energy PL2 sf2ja:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2ja:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2ja:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2ja:0:FF8956:02:000:Finish round to win match PL2 sf2ja:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2ja:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2ja:0:FF8885:01:000:Invincibility PL2 sf2ja:0:FF8847:00:000:Command during jump ON PL2 sf2ja:0:FF889A:00:000:No limit next shot PL2 sf2ja:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2ja:0:FF86E4:01:000:Shot motion cancel PL2 sf2ja:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2ja:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2ja:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2ja:0:FF8747:01:000:Quick charge (Guile) PL2 sf2ja:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2ja:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2ja:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ja:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ja:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ja:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2ja:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2ja:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2ja:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2ja:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ja:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2ja:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ja:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ja:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ja:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ja:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ja:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ja:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ja:0:FF8957:00:001:Play with Ryu PL2 sf2ja:0:FF8957:01:001:Play with E. Honda PL2 sf2ja:0:FF8957:02:001:Play with Blanka PL2 sf2ja:0:FF8957:03:001:Play with Guile PL2 sf2ja:0:FF8957:04:001:Play with Ken PL2 sf2ja:0:FF8957:05:001:Play with Chun Li PL2 sf2ja:0:FF8957:06:001:Play with Zangief PL2 sf2ja:0:FF8957:07:001:Play with Dhalsim PL2 sf2ja:0:FF8957:08:001:Play with M. Bison PL2 sf2ja:0:FF8957:09:001:Play with Sagat PL2 sf2ja:0:FF8957:0A:001:Play with Balrog PL2 sf2ja:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (Japan 910306) ] sf2jc:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2jc:0:000000:00:999:[ the bonus levels. ] sf2jc:0:FF8ACE:99:000:Infinite Time sf2jc:0:FF89CD:09:001:Next level = Last level sf2jc:0:FF89CD:0A:001:Lose a credit = Last level sf2jc:0:FF82E1:01:000:No Wait Mode sf2jc:0:FF83F1:90:000:Infinite Energy PL1 sf2jc:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2jc:0:FF83F1:00:000:Always have No Energy PL1 sf2jc:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2jc:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2jc:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2jc:0:FF8656:02:000:Finish round to win match PL1 sf2jc:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2jc:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2jc:0:FF8585:01:000:Invincibility PL1 sf2jc:0:FF8547:00:000:Command during jump "ON" PL1 sf2jc:0:FF859A:00:000:No limit next shot PL1 sf2jc:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2jc:0:FF83E4:01:000:Shot motion cancel PL1 sf2jc:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2jc:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2jc:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2jc:0:FF8447:01:000:Quick charge (Guile) PL1 sf2jc:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2jc:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2jc:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2jc:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2jc:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2jc:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2jc:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2jc:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2jc:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2jc:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2jc:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2jc:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2jc:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2jc:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2jc:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2jc:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2jc:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2jc:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2jc:0:FF8657:00:001:Play with Ryu PL1 sf2jc:0:FF8657:01:001:Play with E. Honda PL1 sf2jc:0:FF8657:02:001:Play with Blanka PL1 sf2jc:0:FF8657:03:001:Play with Guile PL1 sf2jc:0:FF8657:04:001:Play with Ken PL1 sf2jc:0:FF8657:05:001:Play with Chun Li PL1 sf2jc:0:FF8657:06:001:Play with Zangief PL1 sf2jc:0:FF8657:07:001:Play with Dhalsim PL1 sf2jc:0:FF8657:08:001:Play with M. Bison PL1 sf2jc:0:FF8657:09:001:Play with Sagat PL1 sf2jc:0:FF8657:0A:001:Play with Balrog PL1 sf2jc:0:FF8657:0B:001:Play with Vega PL1 sf2jc:0:FF86F1:90:000:Infinite Energy PL2 sf2jc:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2jc:0:FF86F1:00:000:Always have No Energy PL2 sf2jc:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2jc:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2jc:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2jc:0:FF8956:02:000:Finish round to win match PL2 sf2jc:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2jc:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2jc:0:FF8885:01:000:Invincibility PL2 sf2jc:0:FF8847:00:000:Command during jump ON PL2 sf2jc:0:FF889A:00:000:No limit next shot PL2 sf2jc:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2jc:0:FF86E4:01:000:Shot motion cancel PL2 sf2jc:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2jc:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2jc:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2jc:0:FF8747:01:000:Quick charge (Guile) PL2 sf2jc:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2jc:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2jc:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2jc:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2jc:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2jc:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2jc:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2jc:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2jc:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2jc:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2jc:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2jc:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2jc:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2jc:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2jc:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2jc:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2jc:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2jc:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2jc:0:FF8957:00:001:Play with Ryu PL2 sf2jc:0:FF8957:01:001:Play with E. Honda PL2 sf2jc:0:FF8957:02:001:Play with Blanka PL2 sf2jc:0:FF8957:03:001:Play with Guile PL2 sf2jc:0:FF8957:04:001:Play with Ken PL2 sf2jc:0:FF8957:05:001:Play with Chun Li PL2 sf2jc:0:FF8957:06:001:Play with Zangief PL2 sf2jc:0:FF8957:07:001:Play with Dhalsim PL2 sf2jc:0:FF8957:08:001:Play with M. Bison PL2 sf2jc:0:FF8957:09:001:Play with Sagat PL2 sf2jc:0:FF8957:0A:001:Play with Balrog PL2 sf2jc:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (Kouryu) ] sf2koryu:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2koryu:0:000000:00:999:[ the bonus levels. ] sf2koryu:0:FF8ABE:99:000:Infinite Time sf2koryu:0:FF89C1:0A:001:Next level = Last level sf2koryu:0:FF89C1:0B:001:Lose a credit = Last level sf2koryu:0:FF82DD:01:000:No Wait Mode sf2koryu:0:FF83E9:90:000:Infinite Energy PL1 sf2koryu:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2koryu:0:FF83E9:00:000:Always have No Energy PL1 sf2koryu:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2koryu:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2koryu:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2koryu:0:FF864E:02:000:Finish round to win match PL1 sf2koryu:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2koryu:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2koryu:0:FF8553:01:000:All Hits Combo PL1 sf2koryu:0:FF870A:00:000:All Hits Keep You Close PL1 sf2koryu:0:FF857D:01:000:Invincibility PL1 sf2koryu:0:FF853F:00:000:Command during jump ON PL1 sf2koryu:0:FF8592:00:000:No limit next shot PL1 sf2koryu:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2koryu:0:FF83DC:01:000:Shot motion cancel PL1 sf2koryu:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2koryu:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2koryu:0:FF843F:01:000:Quick charge (Guile) PL1 sf2koryu:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2koryu:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2koryu:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2koryu:0:FF843F:01:000:Quick charge (Vega) PL1 sf2koryu:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2koryu:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2koryu:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2koryu:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2koryu:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2koryu:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2koryu:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2koryu:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2koryu:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2koryu:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2koryu:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2koryu:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2koryu:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2koryu:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2koryu:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2koryu:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2koryu:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2koryu:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2koryu:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2koryu:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2koryu:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2koryu:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2koryu:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2koryu:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2koryu:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2koryu:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2koryu:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2koryu:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2koryu:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2koryu:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2koryu:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2koryu:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2koryu:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2koryu:0:FF864F:00:001:Play with Ryu PL1 sf2koryu:0:FF864F:01:001:Play with E. Honda PL1 sf2koryu:0:FF864F:02:001:Play with Blanka PL1 sf2koryu:0:FF864F:03:001:Play with Guile PL1 sf2koryu:0:FF864F:04:001:Play with Ken PL1 sf2koryu:0:FF864F:05:001:Play with Chun Li PL1 sf2koryu:0:FF864F:06:001:Play with Zangief PL1 sf2koryu:0:FF864F:07:001:Play with Dhalsim PL1 sf2koryu:0:FF864F:08:001:Play with M. Bison PL1 sf2koryu:0:FF864F:09:001:Play with Sagat PL1 sf2koryu:0:FF864F:0A:001:Play with Balrog PL1 sf2koryu:0:FF864F:0B:001:Play with Vega PL1 sf2koryu:0:FF86E9:90:000:Infinite Energy PL2 sf2koryu:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2koryu:0:FF86E9:00:000:Always have No Energy PL2 sf2koryu:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2koryu:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2koryu:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2koryu:0:FF894E:02:000:Finish round to win match PL2 sf2koryu:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2koryu:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2koryu:0:FF8853:01:000:All Hits Combo PL2 sf2koryu:0:FF840A:00:000:All Hits Keep you Close PL2 sf2koryu:0:FF887D:01:000:Invincibility PL2 sf2koryu:0:FF883F:00:000:Command during jump ON PL2 sf2koryu:0:FF8892:00:000:No limit next shot PL2 sf2koryu:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2koryu:0:FF86DC:01:000:Shot motion cancel PL2 sf2koryu:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2koryu:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2koryu:0:FF873F:01:000:Quick charge (Guile) PL2 sf2koryu:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2koryu:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2koryu:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2koryu:0:FF873F:01:000:Quick charge (Vega) PL2 sf2koryu:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2koryu:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2koryu:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2koryu:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2koryu:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2koryu:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2koryu:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2koryu:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2koryu:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2koryu:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2koryu:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2koryu:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2koryu:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2koryu:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2koryu:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2koryu:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2koryu:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2koryu:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2koryu:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2koryu:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2koryu:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2koryu:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2koryu:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2koryu:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2koryu:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2koryu:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2koryu:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2koryu:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2koryu:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2koryu:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2koryu:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2koryu:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2koryu:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2koryu:0:FF894F:00:001:Play with Ryu PL2 sf2koryu:0:FF894F:01:001:Play with E. Honda PL2 sf2koryu:0:FF894F:02:001:Play with Blanka PL2 sf2koryu:0:FF894F:03:001:Play with Guile PL2 sf2koryu:0:FF894F:04:001:Play with Ken PL2 sf2koryu:0:FF894F:05:001:Play with Chun Li PL2 sf2koryu:0:FF894F:06:001:Play with Zangief PL2 sf2koryu:0:FF894F:07:001:Play with Dhalsim PL2 sf2koryu:0:FF894F:08:001:Play with M. Bison PL2 sf2koryu:0:FF894F:09:001:Play with Sagat PL2 sf2koryu:0:FF894F:0A:001:Play with Balrog PL2 sf2koryu:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (M1) ] sf2m1:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2m1:0:000000:00:999:[ the bonus levels. ] sf2m1:0:FF8ABE:99:000:Infinite Time sf2m1:0:FF89C1:0A:001:Next level = Last level sf2m1:0:FF89C1:0B:001:Lose a credit = Last level sf2m1:0:FF82DD:01:000:No Wait Mode sf2m1:0:FF83E9:90:000:Infinite Energy PL1 sf2m1:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2m1:0:FF83E9:00:000:Always have No Energy PL1 sf2m1:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2m1:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2m1:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2m1:0:FF864E:02:000:Finish round to win match PL1 sf2m1:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2m1:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2m1:0:FF8553:01:000:All Hits Combo PL1 sf2m1:0:FF870A:00:000:All Hits Keep You Close PL1 sf2m1:0:FF857D:01:000:Invincibility PL1 sf2m1:0:FF853F:00:000:Command during jump ON PL1 sf2m1:0:FF8592:00:000:No limit next shot PL1 sf2m1:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2m1:0:FF83DC:01:000:Shot motion cancel PL1 sf2m1:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2m1:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2m1:0:FF843F:01:000:Quick charge (Guile) PL1 sf2m1:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2m1:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2m1:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2m1:0:FF843F:01:000:Quick charge (Vega) PL1 sf2m1:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2m1:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2m1:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2m1:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2m1:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2m1:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2m1:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2m1:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2m1:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2m1:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2m1:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2m1:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2m1:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2m1:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2m1:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2m1:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2m1:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2m1:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2m1:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2m1:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2m1:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2m1:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2m1:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2m1:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2m1:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2m1:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2m1:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2m1:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2m1:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2m1:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2m1:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2m1:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2m1:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m1:0:FF864F:00:001:Play with Ryu PL1 sf2m1:0:FF864F:01:001:Play with E. Honda PL1 sf2m1:0:FF864F:02:001:Play with Blanka PL1 sf2m1:0:FF864F:03:001:Play with Guile PL1 sf2m1:0:FF864F:04:001:Play with Ken PL1 sf2m1:0:FF864F:05:001:Play with Chun Li PL1 sf2m1:0:FF864F:06:001:Play with Zangief PL1 sf2m1:0:FF864F:07:001:Play with Dhalsim PL1 sf2m1:0:FF864F:08:001:Play with M. Bison PL1 sf2m1:0:FF864F:09:001:Play with Sagat PL1 sf2m1:0:FF864F:0A:001:Play with Balrog PL1 sf2m1:0:FF864F:0B:001:Play with Vega PL1 sf2m1:0:FF86E9:90:000:Infinite Energy PL2 sf2m1:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2m1:0:FF86E9:00:000:Always have No Energy PL2 sf2m1:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2m1:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2m1:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2m1:0:FF894E:02:000:Finish round to win match PL2 sf2m1:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2m1:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2m1:0:FF8853:01:000:All Hits Combo PL2 sf2m1:0:FF840A:00:000:All Hits Keep you Close PL2 sf2m1:0:FF887D:01:000:Invincibility PL2 sf2m1:0:FF883F:00:000:Command during jump ON PL2 sf2m1:0:FF8892:00:000:No limit next shot PL2 sf2m1:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2m1:0:FF86DC:01:000:Shot motion cancel PL2 sf2m1:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2m1:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2m1:0:FF873F:01:000:Quick charge (Guile) PL2 sf2m1:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2m1:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2m1:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2m1:0:FF873F:01:000:Quick charge (Vega) PL2 sf2m1:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2m1:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2m1:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2m1:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2m1:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2m1:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2m1:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2m1:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2m1:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2m1:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2m1:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2m1:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2m1:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2m1:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2m1:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2m1:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2m1:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2m1:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2m1:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2m1:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2m1:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2m1:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2m1:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2m1:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2m1:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2m1:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2m1:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2m1:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2m1:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2m1:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2m1:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2m1:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2m1:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m1:0:FF894F:00:001:Play with Ryu PL2 sf2m1:0:FF894F:01:001:Play with E. Honda PL2 sf2m1:0:FF894F:02:001:Play with Blanka PL2 sf2m1:0:FF894F:03:001:Play with Guile PL2 sf2m1:0:FF894F:04:001:Play with Ken PL2 sf2m1:0:FF894F:05:001:Play with Chun Li PL2 sf2m1:0:FF894F:06:001:Play with Zangief PL2 sf2m1:0:FF894F:07:001:Play with Dhalsim PL2 sf2m1:0:FF894F:08:001:Play with M. Bison PL2 sf2m1:0:FF894F:09:001:Play with Sagat PL2 sf2m1:0:FF894F:0A:001:Play with Balrog PL2 sf2m1:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (M2) ] sf2m2:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2m2:0:000000:00:999:[ the bonus levels. ] sf2m2:0:FF8ABE:99:000:Infinite Time sf2m2:0:FF89C1:0A:001:Next level = Last level sf2m2:0:FF89C1:0B:001:Lose a credit = Last level sf2m2:0:FF82DD:01:000:No Wait Mode sf2m2:0:FF83E9:90:000:Infinite Energy PL1 sf2m2:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2m2:0:FF83E9:00:000:Always have No Energy PL1 sf2m2:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2m2:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2m2:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2m2:0:FF864E:02:000:Finish round to win match PL1 sf2m2:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2m2:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2m2:0:FF8553:01:000:All Hits Combo PL1 sf2m2:0:FF870A:00:000:All Hits Keep You Close PL1 sf2m2:0:FF857D:01:000:Invincibility PL1 sf2m2:0:FF853F:00:000:Command during jump ON PL1 sf2m2:0:FF8592:00:000:No limit next shot PL1 sf2m2:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2m2:0:FF83DC:01:000:Shot motion cancel PL1 sf2m2:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2m2:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2m2:0:FF843F:01:000:Quick charge (Guile) PL1 sf2m2:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2m2:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2m2:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2m2:0:FF843F:01:000:Quick charge (Vega) PL1 sf2m2:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2m2:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2m2:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2m2:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2m2:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2m2:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2m2:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2m2:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2m2:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2m2:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2m2:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2m2:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2m2:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2m2:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2m2:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2m2:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2m2:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2m2:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2m2:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2m2:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2m2:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2m2:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2m2:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2m2:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2m2:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2m2:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2m2:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2m2:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2m2:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2m2:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2m2:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2m2:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2m2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m2:0:FF864F:00:001:Play with Ryu PL1 sf2m2:0:FF864F:01:001:Play with E. Honda PL1 sf2m2:0:FF864F:02:001:Play with Blanka PL1 sf2m2:0:FF864F:03:001:Play with Guile PL1 sf2m2:0:FF864F:04:001:Play with Ken PL1 sf2m2:0:FF864F:05:001:Play with Chun Li PL1 sf2m2:0:FF864F:06:001:Play with Zangief PL1 sf2m2:0:FF864F:07:001:Play with Dhalsim PL1 sf2m2:0:FF864F:08:001:Play with M. Bison PL1 sf2m2:0:FF864F:09:001:Play with Sagat PL1 sf2m2:0:FF864F:0A:001:Play with Balrog PL1 sf2m2:0:FF864F:0B:001:Play with Vega PL1 sf2m2:0:FF86E9:90:000:Infinite Energy PL2 sf2m2:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2m2:0:FF86E9:00:000:Always have No Energy PL2 sf2m2:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2m2:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2m2:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2m2:0:FF894E:02:000:Finish round to win match PL2 sf2m2:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2m2:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2m2:0:FF8853:01:000:All Hits Combo PL2 sf2m2:0:FF840A:00:000:All Hits Keep you Close PL2 sf2m2:0:FF887D:01:000:Invincibility PL2 sf2m2:0:FF883F:00:000:Command during jump ON PL2 sf2m2:0:FF8892:00:000:No limit next shot PL2 sf2m2:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2m2:0:FF86DC:01:000:Shot motion cancel PL2 sf2m2:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2m2:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2m2:0:FF873F:01:000:Quick charge (Guile) PL2 sf2m2:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2m2:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2m2:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2m2:0:FF873F:01:000:Quick charge (Vega) PL2 sf2m2:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2m2:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2m2:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2m2:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2m2:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2m2:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2m2:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2m2:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2m2:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2m2:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2m2:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2m2:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2m2:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2m2:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2m2:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2m2:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2m2:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2m2:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2m2:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2m2:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2m2:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2m2:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2m2:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2m2:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2m2:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2m2:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2m2:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2m2:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2m2:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2m2:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2m2:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2m2:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2m2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m2:0:FF894F:00:001:Play with Ryu PL2 sf2m2:0:FF894F:01:001:Play with E. Honda PL2 sf2m2:0:FF894F:02:001:Play with Blanka PL2 sf2m2:0:FF894F:03:001:Play with Guile PL2 sf2m2:0:FF894F:04:001:Play with Ken PL2 sf2m2:0:FF894F:05:001:Play with Chun Li PL2 sf2m2:0:FF894F:06:001:Play with Zangief PL2 sf2m2:0:FF894F:07:001:Play with Dhalsim PL2 sf2m2:0:FF894F:08:001:Play with M. Bison PL2 sf2m2:0:FF894F:09:001:Play with Sagat PL2 sf2m2:0:FF894F:0A:001:Play with Balrog PL2 sf2m2:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (M3) ] sf2m3:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2m3:0:000000:00:999:[ the bonus levels. ] sf2m3:0:FF8ABE:99:000:Infinite Time sf2m3:0:FF89C1:0A:001:Next level = Last level sf2m3:0:FF89C1:0B:001:Lose a credit = Last level sf2m3:0:FF82DD:01:000:No Wait Mode sf2m3:0:FF83E9:90:000:Infinite Energy PL1 sf2m3:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2m3:0:FF83E9:00:000:Always have No Energy PL1 sf2m3:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2m3:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2m3:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2m3:0:FF864E:02:000:Finish round to win match PL1 sf2m3:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2m3:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2m3:0:FF8553:01:000:All Hits Combo PL1 sf2m3:0:FF870A:00:000:All Hits Keep You Close PL1 sf2m3:0:FF857D:01:000:Invincibility PL1 sf2m3:0:FF853F:00:000:Command during jump ON PL1 sf2m3:0:FF8592:00:000:No limit next shot PL1 sf2m3:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2m3:0:FF83DC:01:000:Shot motion cancel PL1 sf2m3:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2m3:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2m3:0:FF843F:01:000:Quick charge (Guile) PL1 sf2m3:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2m3:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2m3:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2m3:0:FF843F:01:000:Quick charge (Vega) PL1 sf2m3:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2m3:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2m3:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2m3:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2m3:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2m3:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2m3:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2m3:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2m3:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2m3:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2m3:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2m3:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2m3:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2m3:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2m3:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2m3:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2m3:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2m3:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2m3:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2m3:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2m3:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2m3:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2m3:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2m3:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2m3:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2m3:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2m3:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2m3:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2m3:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2m3:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2m3:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2m3:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2m3:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m3:0:FF864F:00:001:Play with Ryu PL1 sf2m3:0:FF864F:01:001:Play with E. Honda PL1 sf2m3:0:FF864F:02:001:Play with Blanka PL1 sf2m3:0:FF864F:03:001:Play with Guile PL1 sf2m3:0:FF864F:04:001:Play with Ken PL1 sf2m3:0:FF864F:05:001:Play with Chun Li PL1 sf2m3:0:FF864F:06:001:Play with Zangief PL1 sf2m3:0:FF864F:07:001:Play with Dhalsim PL1 sf2m3:0:FF864F:08:001:Play with M. Bison PL1 sf2m3:0:FF864F:09:001:Play with Sagat PL1 sf2m3:0:FF864F:0A:001:Play with Balrog PL1 sf2m3:0:FF864F:0B:001:Play with Vega PL1 sf2m3:0:FF86E9:90:000:Infinite Energy PL2 sf2m3:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2m3:0:FF86E9:00:000:Always have No Energy PL2 sf2m3:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2m3:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2m3:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2m3:0:FF894E:02:000:Finish round to win match PL2 sf2m3:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2m3:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2m3:0:FF8853:01:000:All Hits Combo PL2 sf2m3:0:FF840A:00:000:All Hits Keep you Close PL2 sf2m3:0:FF887D:01:000:Invincibility PL2 sf2m3:0:FF883F:00:000:Command during jump ON PL2 sf2m3:0:FF8892:00:000:No limit next shot PL2 sf2m3:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2m3:0:FF86DC:01:000:Shot motion cancel PL2 sf2m3:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2m3:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2m3:0:FF873F:01:000:Quick charge (Guile) PL2 sf2m3:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2m3:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2m3:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2m3:0:FF873F:01:000:Quick charge (Vega) PL2 sf2m3:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2m3:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2m3:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2m3:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2m3:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2m3:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2m3:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2m3:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2m3:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2m3:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2m3:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2m3:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2m3:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2m3:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2m3:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2m3:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2m3:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2m3:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2m3:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2m3:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2m3:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2m3:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2m3:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2m3:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2m3:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2m3:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2m3:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2m3:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2m3:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2m3:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2m3:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2m3:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2m3:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m3:0:FF894F:00:001:Play with Ryu PL2 sf2m3:0:FF894F:01:001:Play with E. Honda PL2 sf2m3:0:FF894F:02:001:Play with Blanka PL2 sf2m3:0:FF894F:03:001:Play with Guile PL2 sf2m3:0:FF894F:04:001:Play with Ken PL2 sf2m3:0:FF894F:05:001:Play with Chun Li PL2 sf2m3:0:FF894F:06:001:Play with Zangief PL2 sf2m3:0:FF894F:07:001:Play with Dhalsim PL2 sf2m3:0:FF894F:08:001:Play with M. Bison PL2 sf2m3:0:FF894F:09:001:Play with Sagat PL2 sf2m3:0:FF894F:0A:001:Play with Balrog PL2 sf2m3:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (M4) ] sf2m4:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2m4:0:000000:00:999:[ the bonus levels. ] sf2m4:0:FF8ABE:99:000:Infinite Time sf2m4:0:FF89C1:0A:001:Next level = Last level sf2m4:0:FF89C1:0B:001:Lose a credit = Last level sf2m4:0:FF82DD:01:000:No Wait Mode sf2m4:0:FF83E9:90:000:Infinite Energy PL1 sf2m4:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2m4:0:FF83E9:00:000:Always have No Energy PL1 sf2m4:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2m4:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2m4:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2m4:0:FF864E:02:000:Finish round to win match PL1 sf2m4:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2m4:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2m4:0:FF8553:01:000:All Hits Combo PL1 sf2m4:0:FF870A:00:000:All Hits Keep You Close PL1 sf2m4:0:FF857D:01:000:Invincibility PL1 sf2m4:0:FF853F:00:000:Command during jump ON PL1 sf2m4:0:FF8592:00:000:No limit next shot PL1 sf2m4:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2m4:0:FF83DC:01:000:Shot motion cancel PL1 sf2m4:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2m4:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2m4:0:FF843F:01:000:Quick charge (Guile) PL1 sf2m4:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2m4:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2m4:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2m4:0:FF843F:01:000:Quick charge (Vega) PL1 sf2m4:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2m4:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2m4:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2m4:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2m4:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2m4:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2m4:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2m4:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2m4:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2m4:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2m4:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2m4:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2m4:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2m4:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2m4:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2m4:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2m4:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2m4:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2m4:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2m4:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2m4:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2m4:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2m4:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2m4:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2m4:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2m4:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2m4:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2m4:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2m4:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2m4:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2m4:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2m4:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2m4:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m4:0:FF864F:00:001:Play with Ryu PL1 sf2m4:0:FF864F:01:001:Play with E. Honda PL1 sf2m4:0:FF864F:02:001:Play with Blanka PL1 sf2m4:0:FF864F:03:001:Play with Guile PL1 sf2m4:0:FF864F:04:001:Play with Ken PL1 sf2m4:0:FF864F:05:001:Play with Chun Li PL1 sf2m4:0:FF864F:06:001:Play with Zangief PL1 sf2m4:0:FF864F:07:001:Play with Dhalsim PL1 sf2m4:0:FF864F:08:001:Play with M. Bison PL1 sf2m4:0:FF864F:09:001:Play with Sagat PL1 sf2m4:0:FF864F:0A:001:Play with Balrog PL1 sf2m4:0:FF864F:0B:001:Play with Vega PL1 sf2m4:0:FF86E9:90:000:Infinite Energy PL2 sf2m4:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2m4:0:FF86E9:00:000:Always have No Energy PL2 sf2m4:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2m4:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2m4:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2m4:0:FF894E:02:000:Finish round to win match PL2 sf2m4:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2m4:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2m4:0:FF8853:01:000:All Hits Combo PL2 sf2m4:0:FF840A:00:000:All Hits Keep you Close PL2 sf2m4:0:FF887D:01:000:Invincibility PL2 sf2m4:0:FF883F:00:000:Command during jump ON PL2 sf2m4:0:FF8892:00:000:No limit next shot PL2 sf2m4:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2m4:0:FF86DC:01:000:Shot motion cancel PL2 sf2m4:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2m4:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2m4:0:FF873F:01:000:Quick charge (Guile) PL2 sf2m4:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2m4:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2m4:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2m4:0:FF873F:01:000:Quick charge (Vega) PL2 sf2m4:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2m4:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2m4:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2m4:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2m4:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2m4:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2m4:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2m4:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2m4:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2m4:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2m4:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2m4:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2m4:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2m4:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2m4:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2m4:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2m4:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2m4:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2m4:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2m4:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2m4:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2m4:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2m4:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2m4:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2m4:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2m4:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2m4:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2m4:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2m4:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2m4:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2m4:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2m4:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2m4:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m4:0:FF894F:00:001:Play with Ryu PL2 sf2m4:0:FF894F:01:001:Play with E. Honda PL2 sf2m4:0:FF894F:02:001:Play with Blanka PL2 sf2m4:0:FF894F:03:001:Play with Guile PL2 sf2m4:0:FF894F:04:001:Play with Ken PL2 sf2m4:0:FF894F:05:001:Play with Chun Li PL2 sf2m4:0:FF894F:06:001:Play with Zangief PL2 sf2m4:0:FF894F:07:001:Play with Dhalsim PL2 sf2m4:0:FF894F:08:001:Play with M. Bison PL2 sf2m4:0:FF894F:09:001:Play with Sagat PL2 sf2m4:0:FF894F:0A:001:Play with Balrog PL2 sf2m4:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (M5) ] sf2m5:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2m5:0:000000:00:999:[ the bonus levels. ] sf2m5:0:FF8ABE:99:000:Infinite Time sf2m5:0:FF89C1:0A:001:Next level = Last level sf2m5:0:FF89C1:0B:001:Lose a credit = Last level sf2m5:0:FF82DD:01:000:No Wait Mode sf2m5:0:FF83E9:90:000:Infinite Energy PL1 sf2m5:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2m5:0:FF83E9:00:000:Always have No Energy PL1 sf2m5:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2m5:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2m5:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2m5:0:FF864E:02:000:Finish round to win match PL1 sf2m5:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2m5:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2m5:0:FF8553:01:000:All Hits Combo PL1 sf2m5:0:FF870A:00:000:All Hits Keep You Close PL1 sf2m5:0:FF857D:01:000:Invincibility PL1 sf2m5:0:FF853F:00:000:Command during jump ON PL1 sf2m5:0:FF8592:00:000:No limit next shot PL1 sf2m5:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2m5:0:FF83DC:01:000:Shot motion cancel PL1 sf2m5:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2m5:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2m5:0:FF843F:01:000:Quick charge (Guile) PL1 sf2m5:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2m5:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2m5:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2m5:0:FF843F:01:000:Quick charge (Vega) PL1 sf2m5:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2m5:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2m5:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2m5:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2m5:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2m5:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2m5:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2m5:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2m5:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2m5:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2m5:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2m5:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2m5:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2m5:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2m5:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2m5:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2m5:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2m5:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2m5:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2m5:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2m5:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2m5:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2m5:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2m5:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2m5:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2m5:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2m5:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2m5:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2m5:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2m5:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2m5:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2m5:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2m5:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m5:0:FF864F:00:001:Play with Ryu PL1 sf2m5:0:FF864F:01:001:Play with E. Honda PL1 sf2m5:0:FF864F:02:001:Play with Blanka PL1 sf2m5:0:FF864F:03:001:Play with Guile PL1 sf2m5:0:FF864F:04:001:Play with Ken PL1 sf2m5:0:FF864F:05:001:Play with Chun Li PL1 sf2m5:0:FF864F:06:001:Play with Zangief PL1 sf2m5:0:FF864F:07:001:Play with Dhalsim PL1 sf2m5:0:FF864F:08:001:Play with M. Bison PL1 sf2m5:0:FF864F:09:001:Play with Sagat PL1 sf2m5:0:FF864F:0A:001:Play with Balrog PL1 sf2m5:0:FF864F:0B:001:Play with Vega PL1 sf2m5:0:FF86E9:90:000:Infinite Energy PL2 sf2m5:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2m5:0:FF86E9:00:000:Always have No Energy PL2 sf2m5:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2m5:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2m5:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2m5:0:FF894E:02:000:Finish round to win match PL2 sf2m5:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2m5:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2m5:0:FF8853:01:000:All Hits Combo PL2 sf2m5:0:FF840A:00:000:All Hits Keep you Close PL2 sf2m5:0:FF887D:01:000:Invincibility PL2 sf2m5:0:FF883F:00:000:Command during jump ON PL2 sf2m5:0:FF8892:00:000:No limit next shot PL2 sf2m5:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2m5:0:FF86DC:01:000:Shot motion cancel PL2 sf2m5:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2m5:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2m5:0:FF873F:01:000:Quick charge (Guile) PL2 sf2m5:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2m5:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2m5:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2m5:0:FF873F:01:000:Quick charge (Vega) PL2 sf2m5:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2m5:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2m5:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2m5:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2m5:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2m5:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2m5:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2m5:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2m5:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2m5:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2m5:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2m5:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2m5:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2m5:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2m5:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2m5:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2m5:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2m5:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2m5:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2m5:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2m5:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2m5:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2m5:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2m5:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2m5:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2m5:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2m5:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2m5:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2m5:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2m5:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2m5:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2m5:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2m5:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m5:0:FF894F:00:001:Play with Ryu PL2 sf2m5:0:FF894F:01:001:Play with E. Honda PL2 sf2m5:0:FF894F:02:001:Play with Blanka PL2 sf2m5:0:FF894F:03:001:Play with Guile PL2 sf2m5:0:FF894F:04:001:Play with Ken PL2 sf2m5:0:FF894F:05:001:Play with Chun Li PL2 sf2m5:0:FF894F:06:001:Play with Zangief PL2 sf2m5:0:FF894F:07:001:Play with Dhalsim PL2 sf2m5:0:FF894F:08:001:Play with M. Bison PL2 sf2m5:0:FF894F:09:001:Play with Sagat PL2 sf2m5:0:FF894F:0A:001:Play with Balrog PL2 sf2m5:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (M6) ] sf2m6:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2m6:0:000000:00:999:[ the bonus levels. ] sf2m6:0:FF8ABE:99:000:Infinite Time sf2m6:0:FF89C1:0A:001:Next level = Last level sf2m6:0:FF89C1:0B:001:Lose a credit = Last level sf2m6:0:FF82DD:01:000:No Wait Mode sf2m6:0:FF83E9:90:000:Infinite Energy PL1 sf2m6:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2m6:0:FF83E9:00:000:Always have No Energy PL1 sf2m6:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2m6:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2m6:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2m6:0:FF864E:02:000:Finish round to win match PL1 sf2m6:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2m6:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2m6:0:FF8553:01:000:All Hits Combo PL1 sf2m6:0:FF870A:00:000:All Hits Keep You Close PL1 sf2m6:0:FF857D:01:000:Invincibility PL1 sf2m6:0:FF853F:00:000:Command during jump ON PL1 sf2m6:0:FF8592:00:000:No limit next shot PL1 sf2m6:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2m6:0:FF83DC:01:000:Shot motion cancel PL1 sf2m6:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2m6:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2m6:0:FF843F:01:000:Quick charge (Guile) PL1 sf2m6:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2m6:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2m6:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2m6:0:FF843F:01:000:Quick charge (Vega) PL1 sf2m6:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2m6:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2m6:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2m6:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2m6:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2m6:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2m6:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2m6:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2m6:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2m6:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2m6:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2m6:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2m6:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2m6:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2m6:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2m6:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2m6:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2m6:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2m6:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2m6:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2m6:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2m6:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2m6:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2m6:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2m6:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2m6:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2m6:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2m6:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2m6:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2m6:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2m6:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2m6:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2m6:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m6:0:FF864F:00:001:Play with Ryu PL1 sf2m6:0:FF864F:01:001:Play with E. Honda PL1 sf2m6:0:FF864F:02:001:Play with Blanka PL1 sf2m6:0:FF864F:03:001:Play with Guile PL1 sf2m6:0:FF864F:04:001:Play with Ken PL1 sf2m6:0:FF864F:05:001:Play with Chun Li PL1 sf2m6:0:FF864F:06:001:Play with Zangief PL1 sf2m6:0:FF864F:07:001:Play with Dhalsim PL1 sf2m6:0:FF864F:08:001:Play with M. Bison PL1 sf2m6:0:FF864F:09:001:Play with Sagat PL1 sf2m6:0:FF864F:0A:001:Play with Balrog PL1 sf2m6:0:FF864F:0B:001:Play with Vega PL1 sf2m6:0:FF86E9:90:000:Infinite Energy PL2 sf2m6:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2m6:0:FF86E9:00:000:Always have No Energy PL2 sf2m6:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2m6:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2m6:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2m6:0:FF894E:02:000:Finish round to win match PL2 sf2m6:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2m6:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2m6:0:FF8853:01:000:All Hits Combo PL2 sf2m6:0:FF840A:00:000:All Hits Keep you Close PL2 sf2m6:0:FF887D:01:000:Invincibility PL2 sf2m6:0:FF883F:00:000:Command during jump ON PL2 sf2m6:0:FF8892:00:000:No limit next shot PL2 sf2m6:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2m6:0:FF86DC:01:000:Shot motion cancel PL2 sf2m6:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2m6:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2m6:0:FF873F:01:000:Quick charge (Guile) PL2 sf2m6:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2m6:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2m6:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2m6:0:FF873F:01:000:Quick charge (Vega) PL2 sf2m6:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2m6:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2m6:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2m6:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2m6:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2m6:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2m6:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2m6:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2m6:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2m6:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2m6:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2m6:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2m6:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2m6:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2m6:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2m6:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2m6:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2m6:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2m6:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2m6:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2m6:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2m6:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2m6:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2m6:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2m6:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2m6:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2m6:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2m6:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2m6:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2m6:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2m6:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2m6:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2m6:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m6:0:FF894F:00:001:Play with Ryu PL2 sf2m6:0:FF894F:01:001:Play with E. Honda PL2 sf2m6:0:FF894F:02:001:Play with Blanka PL2 sf2m6:0:FF894F:03:001:Play with Guile PL2 sf2m6:0:FF894F:04:001:Play with Ken PL2 sf2m6:0:FF894F:05:001:Play with Chun Li PL2 sf2m6:0:FF894F:06:001:Play with Zangief PL2 sf2m6:0:FF894F:07:001:Play with Dhalsim PL2 sf2m6:0:FF894F:08:001:Play with M. Bison PL2 sf2m6:0:FF894F:09:001:Play with Sagat PL2 sf2m6:0:FF894F:0A:001:Play with Balrog PL2 sf2m6:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (M7) ] sf2m7:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2m7:0:000000:00:999:[ the bonus levels. ] sf2m7:0:FF8ABE:99:000:Infinite Time sf2m7:0:FF89C1:0A:001:Next level = Last level sf2m7:0:FF89C1:0B:001:Lose a credit = Last level sf2m7:0:FF82DD:01:000:No Wait Mode sf2m7:0:FF83E9:90:000:Infinite Energy PL1 sf2m7:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2m7:0:FF83E9:00:000:Always have No Energy PL1 sf2m7:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2m7:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2m7:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2m7:0:FF864E:02:000:Finish round to win match PL1 sf2m7:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2m7:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2m7:0:FF8553:01:000:All Hits Combo PL1 sf2m7:0:FF870A:00:000:All Hits Keep You Close PL1 sf2m7:0:FF857D:01:000:Invincibility PL1 sf2m7:0:FF853F:00:000:Command during jump ON PL1 sf2m7:0:FF8592:00:000:No limit next shot PL1 sf2m7:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2m7:0:FF83DC:01:000:Shot motion cancel PL1 sf2m7:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2m7:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2m7:0:FF843F:01:000:Quick charge (Guile) PL1 sf2m7:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2m7:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2m7:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2m7:0:FF843F:01:000:Quick charge (Vega) PL1 sf2m7:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2m7:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2m7:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2m7:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2m7:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2m7:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2m7:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2m7:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2m7:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2m7:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2m7:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2m7:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2m7:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2m7:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2m7:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2m7:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2m7:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2m7:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2m7:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2m7:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2m7:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2m7:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2m7:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2m7:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2m7:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2m7:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2m7:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2m7:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2m7:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2m7:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2m7:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2m7:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2m7:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m7:0:FF864F:00:001:Play with Ryu PL1 sf2m7:0:FF864F:01:001:Play with E. Honda PL1 sf2m7:0:FF864F:02:001:Play with Blanka PL1 sf2m7:0:FF864F:03:001:Play with Guile PL1 sf2m7:0:FF864F:04:001:Play with Ken PL1 sf2m7:0:FF864F:05:001:Play with Chun Li PL1 sf2m7:0:FF864F:06:001:Play with Zangief PL1 sf2m7:0:FF864F:07:001:Play with Dhalsim PL1 sf2m7:0:FF864F:08:001:Play with M. Bison PL1 sf2m7:0:FF864F:09:001:Play with Sagat PL1 sf2m7:0:FF864F:0A:001:Play with Balrog PL1 sf2m7:0:FF864F:0B:001:Play with Vega PL1 sf2m7:0:FF86E9:90:000:Infinite Energy PL2 sf2m7:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2m7:0:FF86E9:00:000:Always have No Energy PL2 sf2m7:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2m7:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2m7:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2m7:0:FF894E:02:000:Finish round to win match PL2 sf2m7:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2m7:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2m7:0:FF8853:01:000:All Hits Combo PL2 sf2m7:0:FF840A:00:000:All Hits Keep you Close PL2 sf2m7:0:FF887D:01:000:Invincibility PL2 sf2m7:0:FF883F:00:000:Command during jump ON PL2 sf2m7:0:FF8892:00:000:No limit next shot PL2 sf2m7:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2m7:0:FF86DC:01:000:Shot motion cancel PL2 sf2m7:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2m7:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2m7:0:FF873F:01:000:Quick charge (Guile) PL2 sf2m7:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2m7:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2m7:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2m7:0:FF873F:01:000:Quick charge (Vega) PL2 sf2m7:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2m7:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2m7:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2m7:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2m7:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2m7:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2m7:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2m7:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2m7:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2m7:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2m7:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2m7:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2m7:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2m7:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2m7:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2m7:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2m7:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2m7:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2m7:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2m7:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2m7:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2m7:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2m7:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2m7:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2m7:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2m7:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2m7:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2m7:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2m7:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2m7:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2m7:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2m7:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2m7:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2m7:0:FF894F:00:001:Play with Ryu PL2 sf2m7:0:FF894F:01:001:Play with E. Honda PL2 sf2m7:0:FF894F:02:001:Play with Blanka PL2 sf2m7:0:FF894F:03:001:Play with Guile PL2 sf2m7:0:FF894F:04:001:Play with Ken PL2 sf2m7:0:FF894F:05:001:Play with Chun Li PL2 sf2m7:0:FF894F:06:001:Play with Zangief PL2 sf2m7:0:FF894F:07:001:Play with Dhalsim PL2 sf2m7:0:FF894F:08:001:Play with M. Bison PL2 sf2m7:0:FF894F:09:001:Play with Sagat PL2 sf2m7:0:FF894F:0A:001:Play with Balrog PL2 sf2m7:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (Rainbow set 1) ] sf2rb:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2rb:0:000000:00:999:[ the bonus levels. ] sf2rb:0:FF8ABE:99:000:Infinite Time sf2rb:0:FF89C1:0A:001:Next level = Last level sf2rb:0:FF89C1:0B:001:Lose a credit = Last level sf2rb:0:FF82DD:01:000:No Wait Mode sf2rb:0:FF83E9:90:000:Infinite Energy PL1 sf2rb:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2rb:0:FF83E9:00:000:Always have No Energy PL1 sf2rb:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2rb:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2rb:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2rb:0:FF864E:02:000:Finish round to win match PL1 sf2rb:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2rb:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2rb:0:FF8553:01:000:All Hits Combo PL1 sf2rb:0:FF870A:00:000:All Hits Keep You Close PL1 sf2rb:0:FF857D:01:000:Invincibility PL1 sf2rb:0:FF853F:00:000:Command during jump ON PL1 sf2rb:0:FF8592:00:000:No limit next shot PL1 sf2rb:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2rb:0:FF83DC:01:000:Shot motion cancel PL1 sf2rb:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2rb:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2rb:0:FF843F:01:000:Quick charge (Guile) PL1 sf2rb:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2rb:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2rb:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2rb:0:FF843F:01:000:Quick charge (Vega) PL1 sf2rb:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2rb:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2rb:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2rb:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2rb:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2rb:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2rb:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2rb:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2rb:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2rb:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2rb:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2rb:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2rb:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2rb:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2rb:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2rb:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2rb:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2rb:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2rb:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2rb:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2rb:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2rb:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2rb:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2rb:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2rb:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2rb:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2rb:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2rb:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2rb:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2rb:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2rb:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2rb:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2rb:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2rb:0:FF864F:00:001:Play with Ryu PL1 sf2rb:0:FF864F:01:001:Play with E. Honda PL1 sf2rb:0:FF864F:02:001:Play with Blanka PL1 sf2rb:0:FF864F:03:001:Play with Guile PL1 sf2rb:0:FF864F:04:001:Play with Ken PL1 sf2rb:0:FF864F:05:001:Play with Chun Li PL1 sf2rb:0:FF864F:06:001:Play with Zangief PL1 sf2rb:0:FF864F:07:001:Play with Dhalsim PL1 sf2rb:0:FF864F:08:001:Play with M. Bison PL1 sf2rb:0:FF864F:09:001:Play with Sagat PL1 sf2rb:0:FF864F:0A:001:Play with Balrog PL1 sf2rb:0:FF864F:0B:001:Play with Vega PL1 sf2rb:0:FF86E9:90:000:Infinite Energy PL2 sf2rb:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2rb:0:FF86E9:00:000:Always have No Energy PL2 sf2rb:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2rb:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2rb:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2rb:0:FF894E:02:000:Finish round to win match PL2 sf2rb:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2rb:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2rb:0:FF8853:01:000:All Hits Combo PL2 sf2rb:0:FF840A:00:000:All Hits Keep you Close PL2 sf2rb:0:FF887D:01:000:Invincibility PL2 sf2rb:0:FF883F:00:000:Command during jump ON PL2 sf2rb:0:FF8892:00:000:No limit next shot PL2 sf2rb:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2rb:0:FF86DC:01:000:Shot motion cancel PL2 sf2rb:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2rb:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2rb:0:FF873F:01:000:Quick charge (Guile) PL2 sf2rb:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2rb:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2rb:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2rb:0:FF873F:01:000:Quick charge (Vega) PL2 sf2rb:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2rb:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2rb:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2rb:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2rb:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2rb:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2rb:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2rb:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2rb:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2rb:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2rb:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2rb:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2rb:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2rb:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2rb:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2rb:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2rb:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2rb:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2rb:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2rb:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2rb:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2rb:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2rb:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2rb:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2rb:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2rb:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2rb:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2rb:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2rb:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2rb:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2rb:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2rb:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2rb:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2rb:0:FF894F:00:001:Play with Ryu PL2 sf2rb:0:FF894F:01:001:Play with E. Honda PL2 sf2rb:0:FF894F:02:001:Play with Blanka PL2 sf2rb:0:FF894F:03:001:Play with Guile PL2 sf2rb:0:FF894F:04:001:Play with Ken PL2 sf2rb:0:FF894F:05:001:Play with Chun Li PL2 sf2rb:0:FF894F:06:001:Play with Zangief PL2 sf2rb:0:FF894F:07:001:Play with Dhalsim PL2 sf2rb:0:FF894F:08:001:Play with M. Bison PL2 sf2rb:0:FF894F:09:001:Play with Sagat PL2 sf2rb:0:FF894F:0A:001:Play with Balrog PL2 sf2rb:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (Rainbow set 2) ] sf2rb2:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2rb2:0:000000:00:999:[ the bonus levels. ] sf2rb2:0:FF8ABE:99:000:Infinite Time sf2rb2:0:FF89C1:0A:001:Next level = Last level sf2rb2:0:FF89C1:0B:001:Lose a credit = Last level sf2rb2:0:FF82DD:01:000:No Wait Mode sf2rb2:0:FF83E9:90:000:Infinite Energy PL1 sf2rb2:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2rb2:0:FF83E9:00:000:Always have No Energy PL1 sf2rb2:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2rb2:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2rb2:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2rb2:0:FF864E:02:000:Finish round to win match PL1 sf2rb2:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2rb2:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2rb2:0:FF8553:01:000:All Hits Combo PL1 sf2rb2:0:FF870A:00:000:All Hits Keep You Close PL1 sf2rb2:0:FF857D:01:000:Invincibility PL1 sf2rb2:0:FF853F:00:000:Command during jump ON PL1 sf2rb2:0:FF8592:00:000:No limit next shot PL1 sf2rb2:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2rb2:0:FF83DC:01:000:Shot motion cancel PL1 sf2rb2:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2rb2:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2rb2:0:FF843F:01:000:Quick charge (Guile) PL1 sf2rb2:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2rb2:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2rb2:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2rb2:0:FF843F:01:000:Quick charge (Vega) PL1 sf2rb2:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2rb2:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2rb2:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2rb2:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2rb2:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2rb2:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2rb2:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2rb2:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2rb2:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2rb2:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2rb2:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2rb2:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2rb2:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2rb2:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2rb2:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2rb2:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2rb2:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2rb2:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2rb2:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2rb2:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2rb2:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2rb2:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2rb2:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2rb2:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2rb2:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2rb2:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2rb2:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2rb2:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2rb2:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2rb2:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2rb2:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2rb2:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2rb2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2rb2:0:FF864F:00:001:Play with Ryu PL1 sf2rb2:0:FF864F:01:001:Play with E. Honda PL1 sf2rb2:0:FF864F:02:001:Play with Blanka PL1 sf2rb2:0:FF864F:03:001:Play with Guile PL1 sf2rb2:0:FF864F:04:001:Play with Ken PL1 sf2rb2:0:FF864F:05:001:Play with Chun Li PL1 sf2rb2:0:FF864F:06:001:Play with Zangief PL1 sf2rb2:0:FF864F:07:001:Play with Dhalsim PL1 sf2rb2:0:FF864F:08:001:Play with M. Bison PL1 sf2rb2:0:FF864F:09:001:Play with Sagat PL1 sf2rb2:0:FF864F:0A:001:Play with Balrog PL1 sf2rb2:0:FF864F:0B:001:Play with Vega PL1 sf2rb2:0:FF86E9:90:000:Infinite Energy PL2 sf2rb2:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2rb2:0:FF86E9:00:000:Always have No Energy PL2 sf2rb2:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2rb2:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2rb2:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2rb2:0:FF894E:02:000:Finish round to win match PL2 sf2rb2:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2rb2:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2rb2:0:FF8853:01:000:All Hits Combo PL2 sf2rb2:0:FF840A:00:000:All Hits Keep you Close PL2 sf2rb2:0:FF887D:01:000:Invincibility PL2 sf2rb2:0:FF883F:00:000:Command during jump ON PL2 sf2rb2:0:FF8892:00:000:No limit next shot PL2 sf2rb2:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2rb2:0:FF86DC:01:000:Shot motion cancel PL2 sf2rb2:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2rb2:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2rb2:0:FF873F:01:000:Quick charge (Guile) PL2 sf2rb2:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2rb2:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2rb2:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2rb2:0:FF873F:01:000:Quick charge (Vega) PL2 sf2rb2:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2rb2:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2rb2:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2rb2:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2rb2:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2rb2:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2rb2:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2rb2:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2rb2:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2rb2:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2rb2:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2rb2:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2rb2:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2rb2:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2rb2:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2rb2:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2rb2:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2rb2:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2rb2:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2rb2:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2rb2:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2rb2:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2rb2:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2rb2:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2rb2:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2rb2:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2rb2:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2rb2:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2rb2:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2rb2:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2rb2:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2rb2:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2rb2:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2rb2:0:FF894F:00:001:Play with Ryu PL2 sf2rb2:0:FF894F:01:001:Play with E. Honda PL2 sf2rb2:0:FF894F:02:001:Play with Blanka PL2 sf2rb2:0:FF894F:03:001:Play with Guile PL2 sf2rb2:0:FF894F:04:001:Play with Ken PL2 sf2rb2:0:FF894F:05:001:Play with Chun Li PL2 sf2rb2:0:FF894F:06:001:Play with Zangief PL2 sf2rb2:0:FF894F:07:001:Play with Dhalsim PL2 sf2rb2:0:FF894F:08:001:Play with M. Bison PL2 sf2rb2:0:FF894F:09:001:Play with Sagat PL2 sf2rb2:0:FF894F:0A:001:Play with Balrog PL2 sf2rb2:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (Red Wave) ] sf2red:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2red:0:000000:00:999:[ the bonus levels. ] sf2red:0:FF8ABE:99:000:Infinite Time sf2red:0:FF89C1:0A:001:Next level = Last level sf2red:0:FF89C1:0B:001:Lose a credit = Last level sf2red:0:FF82DD:01:000:No Wait Mode sf2red:0:FF83E9:90:000:Infinite Energy PL1 sf2red:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2red:0:FF83E9:00:000:Always have No Energy PL1 sf2red:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2red:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2red:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2red:0:FF864E:02:000:Finish round to win match PL1 sf2red:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2red:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2red:0:FF8553:01:000:All Hits Combo PL1 sf2red:0:FF870A:00:000:All Hits Keep You Close PL1 sf2red:0:FF857D:01:000:Invincibility PL1 sf2red:0:FF853F:00:000:Command during jump ON PL1 sf2red:0:FF8592:00:000:No limit next shot PL1 sf2red:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2red:0:FF83DC:01:000:Shot motion cancel PL1 sf2red:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2red:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2red:0:FF843F:01:000:Quick charge (Guile) PL1 sf2red:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2red:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2red:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2red:0:FF843F:01:000:Quick charge (Vega) PL1 sf2red:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2red:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2red:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2red:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2red:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2red:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2red:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2red:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2red:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2red:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2red:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2red:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2red:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2red:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2red:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2red:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2red:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2red:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2red:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2red:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2red:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2red:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2red:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2red:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2red:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2red:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2red:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2red:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2red:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2red:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2red:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2red:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2red:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2red:0:FF864F:00:001:Play with Ryu PL1 sf2red:0:FF864F:01:001:Play with E. Honda PL1 sf2red:0:FF864F:02:001:Play with Blanka PL1 sf2red:0:FF864F:03:001:Play with Guile PL1 sf2red:0:FF864F:04:001:Play with Ken PL1 sf2red:0:FF864F:05:001:Play with Chun Li PL1 sf2red:0:FF864F:06:001:Play with Zangief PL1 sf2red:0:FF864F:07:001:Play with Dhalsim PL1 sf2red:0:FF864F:08:001:Play with M. Bison PL1 sf2red:0:FF864F:09:001:Play with Sagat PL1 sf2red:0:FF864F:0A:001:Play with Balrog PL1 sf2red:0:FF864F:0B:001:Play with Vega PL1 sf2red:0:FF86E9:90:000:Infinite Energy PL2 sf2red:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2red:0:FF86E9:00:000:Always have No Energy PL2 sf2red:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2red:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2red:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2red:0:FF894E:02:000:Finish round to win match PL2 sf2red:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2red:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2red:0:FF8853:01:000:All Hits Combo PL2 sf2red:0:FF840A:00:000:All Hits Keep you Close PL2 sf2red:0:FF887D:01:000:Invincibility PL2 sf2red:0:FF883F:00:000:Command during jump ON PL2 sf2red:0:FF8892:00:000:No limit next shot PL2 sf2red:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2red:0:FF86DC:01:000:Shot motion cancel PL2 sf2red:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2red:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2red:0:FF873F:01:000:Quick charge (Guile) PL2 sf2red:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2red:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2red:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2red:0:FF873F:01:000:Quick charge (Vega) PL2 sf2red:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2red:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2red:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2red:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2red:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2red:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2red:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2red:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2red:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2red:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2red:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2red:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2red:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2red:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2red:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2red:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2red:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2red:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2red:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2red:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2red:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2red:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2red:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2red:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2red:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2red:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2red:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2red:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2red:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2red:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2red:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2red:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2red:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2red:0:FF894F:00:001:Play with Ryu PL2 sf2red:0:FF894F:01:001:Play with E. Honda PL2 sf2red:0:FF894F:02:001:Play with Blanka PL2 sf2red:0:FF894F:03:001:Play with Guile PL2 sf2red:0:FF894F:04:001:Play with Ken PL2 sf2red:0:FF894F:05:001:Play with Chun Li PL2 sf2red:0:FF894F:06:001:Play with Zangief PL2 sf2red:0:FF894F:07:001:Play with Dhalsim PL2 sf2red:0:FF894F:08:001:Play with M. Bison PL2 sf2red:0:FF894F:09:001:Play with Sagat PL2 sf2red:0:FF894F:0A:001:Play with Balrog PL2 sf2red:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Hyper Fighting (US 921209) ] sf2t:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2t:0:000000:00:999:[ the bonus levels. ] sf2t:0:FF8ABE:99:000:Infinite Time sf2t:0:FF89C1:0A:001:Next level = Last level sf2t:0:FF89C1:0B:001:Lose a credit = Last level sf2t:0:FF82DD:01:000:No Wait Mode sf2t:0:FF83E9:90:000:Infinite Energy PL1 sf2t:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2t:0:FF83E9:00:000:Always have No Energy PL1 sf2t:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2t:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2t:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2t:0:FF864E:02:000:Finish round to win match PL1 sf2t:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2t:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2t:0:FF8553:01:000:All Hits Combo PL1 sf2t:0:FF870A:00:000:All Hits Keep You Close PL1 sf2t:0:FF857D:01:000:Invincibility PL1 sf2t:0:FF853F:00:000:Command during jump ON PL1 sf2t:0:FF8592:00:000:No limit next shot PL1 sf2t:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2t:0:FF83DC:01:000:Shot motion cancel PL1 sf2t:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2t:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2t:0:FF843F:01:000:Quick charge (Guile) PL1 sf2t:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2t:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2t:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2t:0:FF843F:01:000:Quick charge (Vega) PL1 sf2t:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2t:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2t:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2t:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2t:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2t:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2t:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2t:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2t:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2t:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2t:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2t:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2t:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2t:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2t:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2t:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2t:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2t:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2t:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2t:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2t:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2t:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2t:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2t:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2t:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2t:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2t:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2t:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2t:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2t:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2t:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2t:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2t:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2t:0:FF864F:00:001:Play with Ryu PL1 sf2t:0:FF864F:01:001:Play with E. Honda PL1 sf2t:0:FF864F:02:001:Play with Blanka PL1 sf2t:0:FF864F:03:001:Play with Guile PL1 sf2t:0:FF864F:04:001:Play with Ken PL1 sf2t:0:FF864F:05:001:Play with Chun Li PL1 sf2t:0:FF864F:06:001:Play with Zangief PL1 sf2t:0:FF864F:07:001:Play with Dhalsim PL1 sf2t:0:FF864F:08:001:Play with M. Bison PL1 sf2t:0:FF864F:09:001:Play with Sagat PL1 sf2t:0:FF864F:0A:001:Play with Balrog PL1 sf2t:0:FF864F:0B:001:Play with Vega PL1 sf2t:0:FF86E9:90:000:Infinite Energy PL2 sf2t:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2t:0:FF86E9:00:000:Always have No Energy PL2 sf2t:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2t:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2t:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2t:0:FF894E:02:000:Finish round to win match PL2 sf2t:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2t:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2t:0:FF8853:01:000:All Hits Combo PL2 sf2t:0:FF840A:00:000:All Hits Keep you Close PL2 sf2t:0:FF887D:01:000:Invincibility PL2 sf2t:0:FF883F:00:000:Command during jump ON PL2 sf2t:0:FF8892:00:000:No limit next shot PL2 sf2t:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2t:0:FF86DC:01:000:Shot motion cancel PL2 sf2t:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2t:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2t:0:FF873F:01:000:Quick charge (Guile) PL2 sf2t:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2t:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2t:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2t:0:FF873F:01:000:Quick charge (Vega) PL2 sf2t:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2t:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2t:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2t:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2t:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2t:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2t:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2t:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2t:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2t:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2t:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2t:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2t:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2t:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2t:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2t:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2t:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2t:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2t:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2t:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2t:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2t:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2t:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2t:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2t:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2t:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2t:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2t:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2t:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2t:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2t:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2t:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2t:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2t:0:FF894F:00:001:Play with Ryu PL2 sf2t:0:FF894F:01:001:Play with E. Honda PL2 sf2t:0:FF894F:02:001:Play with Blanka PL2 sf2t:0:FF894F:03:001:Play with Guile PL2 sf2t:0:FF894F:04:001:Play with Ken PL2 sf2t:0:FF894F:05:001:Play with Chun Li PL2 sf2t:0:FF894F:06:001:Play with Zangief PL2 sf2t:0:FF894F:07:001:Play with Dhalsim PL2 sf2t:0:FF894F:08:001:Play with M. Bison PL2 sf2t:0:FF894F:09:001:Play with Sagat PL2 sf2t:0:FF894F:0A:001:Play with Balrog PL2 sf2t:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' Turbo - Hyper Fighting (Japan 921209) ] sf2tj:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2tj:0:000000:00:999:[ the bonus levels. ] sf2tj:0:FF8ABE:99:000:Infinite Time sf2tj:0:FF89C1:0A:001:Next level = Last level sf2tj:0:FF89C1:0B:001:Lose a credit = Last level sf2tj:0:FF82DD:01:000:No Wait Mode sf2tj:0:FF83E9:90:000:Infinite Energy PL1 sf2tj:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2tj:0:FF83E9:00:000:Always have No Energy PL1 sf2tj:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2tj:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2tj:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2tj:0:FF864E:02:000:Finish round to win match PL1 sf2tj:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2tj:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2tj:0:FF8553:01:000:All Hits Combo PL1 sf2tj:0:FF870A:00:000:All Hits Keep You Close PL1 sf2tj:0:FF857D:01:000:Invincibility PL1 sf2tj:0:FF853F:00:000:Command during jump ON PL1 sf2tj:0:FF8592:00:000:No limit next shot PL1 sf2tj:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2tj:0:FF83DC:01:000:Shot motion cancel PL1 sf2tj:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2tj:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2tj:0:FF843F:01:000:Quick charge (Guile) PL1 sf2tj:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2tj:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2tj:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2tj:0:FF843F:01:000:Quick charge (Vega) PL1 sf2tj:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2tj:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2tj:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2tj:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2tj:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2tj:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2tj:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2tj:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2tj:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2tj:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2tj:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2tj:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2tj:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2tj:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2tj:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2tj:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2tj:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2tj:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2tj:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2tj:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2tj:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2tj:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2tj:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2tj:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2tj:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2tj:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2tj:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2tj:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2tj:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2tj:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2tj:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2tj:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2tj:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2tj:0:FF864F:00:001:Play with Ryu PL1 sf2tj:0:FF864F:01:001:Play with E. Honda PL1 sf2tj:0:FF864F:02:001:Play with Blanka PL1 sf2tj:0:FF864F:03:001:Play with Guile PL1 sf2tj:0:FF864F:04:001:Play with Ken PL1 sf2tj:0:FF864F:05:001:Play with Chun Li PL1 sf2tj:0:FF864F:06:001:Play with Zangief PL1 sf2tj:0:FF864F:07:001:Play with Dhalsim PL1 sf2tj:0:FF864F:08:001:Play with M. Bison PL1 sf2tj:0:FF864F:09:001:Play with Sagat PL1 sf2tj:0:FF864F:0A:001:Play with Balrog PL1 sf2tj:0:FF864F:0B:001:Play with Vega PL1 sf2tj:0:FF86E9:90:000:Infinite Energy PL2 sf2tj:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2tj:0:FF86E9:00:000:Always have No Energy PL2 sf2tj:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2tj:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2tj:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2tj:0:FF894E:02:000:Finish round to win match PL2 sf2tj:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2tj:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2tj:0:FF8853:01:000:All Hits Combo PL2 sf2tj:0:FF840A:00:000:All Hits Keep you Close PL2 sf2tj:0:FF887D:01:000:Invincibility PL2 sf2tj:0:FF883F:00:000:Command during jump ON PL2 sf2tj:0:FF8892:00:000:No limit next shot PL2 sf2tj:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2tj:0:FF86DC:01:000:Shot motion cancel PL2 sf2tj:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2tj:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2tj:0:FF873F:01:000:Quick charge (Guile) PL2 sf2tj:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2tj:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2tj:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2tj:0:FF873F:01:000:Quick charge (Vega) PL2 sf2tj:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2tj:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2tj:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2tj:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2tj:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2tj:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2tj:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2tj:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2tj:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2tj:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2tj:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2tj:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2tj:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2tj:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2tj:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2tj:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2tj:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2tj:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2tj:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2tj:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2tj:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2tj:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2tj:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2tj:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2tj:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2tj:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2tj:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2tj:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2tj:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2tj:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2tj:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2tj:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2tj:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2tj:0:FF894F:00:001:Play with Ryu PL2 sf2tj:0:FF894F:01:001:Play with E. Honda PL2 sf2tj:0:FF894F:02:001:Play with Blanka PL2 sf2tj:0:FF894F:03:001:Play with Guile PL2 sf2tj:0:FF894F:04:001:Play with Ken PL2 sf2tj:0:FF894F:05:001:Play with Chun Li PL2 sf2tj:0:FF894F:06:001:Play with Zangief PL2 sf2tj:0:FF894F:07:001:Play with Dhalsim PL2 sf2tj:0:FF894F:08:001:Play with M. Bison PL2 sf2tj:0:FF894F:09:001:Play with Sagat PL2 sf2tj:0:FF894F:0A:001:Play with Balrog PL2 sf2tj:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (US 910206) ] sf2ua:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ua:0:000000:00:999:[ the bonus levels. ] sf2ua:0:FF8ACE:99:000:Infinite Time sf2ua:0:FF89CD:09:001:Next level = Last level sf2ua:0:FF89CD:0A:001:Lose a credit = Last level sf2ua:0:FF82E1:01:000:No Wait Mode sf2ua:0:FF83F1:90:000:Infinite Energy PL1 sf2ua:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2ua:0:FF83F1:00:000:Always have No Energy PL1 sf2ua:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2ua:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2ua:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2ua:0:FF8656:02:000:Finish round to win match PL1 sf2ua:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2ua:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2ua:0:FF8585:01:000:Invincibility PL1 sf2ua:0:FF8547:00:000:Command during jump "ON" PL1 sf2ua:0:FF859A:00:000:No limit next shot PL1 sf2ua:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2ua:0:FF83E4:01:000:Shot motion cancel PL1 sf2ua:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2ua:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2ua:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2ua:0:FF8447:01:000:Quick charge (Guile) PL1 sf2ua:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2ua:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2ua:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ua:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ua:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ua:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2ua:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2ua:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2ua:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2ua:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ua:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2ua:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ua:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ua:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ua:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ua:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ua:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ua:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ua:0:FF8657:00:001:Play with Ryu PL1 sf2ua:0:FF8657:01:001:Play with E. Honda PL1 sf2ua:0:FF8657:02:001:Play with Blanka PL1 sf2ua:0:FF8657:03:001:Play with Guile PL1 sf2ua:0:FF8657:04:001:Play with Ken PL1 sf2ua:0:FF8657:05:001:Play with Chun Li PL1 sf2ua:0:FF8657:06:001:Play with Zangief PL1 sf2ua:0:FF8657:07:001:Play with Dhalsim PL1 sf2ua:0:FF8657:08:001:Play with M. Bison PL1 sf2ua:0:FF8657:09:001:Play with Sagat PL1 sf2ua:0:FF8657:0A:001:Play with Balrog PL1 sf2ua:0:FF8657:0B:001:Play with Vega PL1 sf2ua:0:FF86F1:90:000:Infinite Energy PL2 sf2ua:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2ua:0:FF86F1:00:000:Always have No Energy PL2 sf2ua:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2ua:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2ua:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2ua:0:FF8956:02:000:Finish round to win match PL2 sf2ua:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2ua:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2ua:0:FF8885:01:000:Invincibility PL2 sf2ua:0:FF8847:00:000:Command during jump ON PL2 sf2ua:0:FF889A:00:000:No limit next shot PL2 sf2ua:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2ua:0:FF86E4:01:000:Shot motion cancel PL2 sf2ua:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2ua:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2ua:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2ua:0:FF8747:01:000:Quick charge (Guile) PL2 sf2ua:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2ua:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2ua:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ua:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ua:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ua:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2ua:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2ua:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2ua:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2ua:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ua:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2ua:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ua:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ua:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ua:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ua:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ua:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ua:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ua:0:FF8957:00:001:Play with Ryu PL2 sf2ua:0:FF8957:01:001:Play with E. Honda PL2 sf2ua:0:FF8957:02:001:Play with Blanka PL2 sf2ua:0:FF8957:03:001:Play with Guile PL2 sf2ua:0:FF8957:04:001:Play with Ken PL2 sf2ua:0:FF8957:05:001:Play with Chun Li PL2 sf2ua:0:FF8957:06:001:Play with Zangief PL2 sf2ua:0:FF8957:07:001:Play with Dhalsim PL2 sf2ua:0:FF8957:08:001:Play with M. Bison PL2 sf2ua:0:FF8957:09:001:Play with Sagat PL2 sf2ua:0:FF8957:0A:001:Play with Balrog PL2 sf2ua:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (US 910214) ] sf2ub:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ub:0:000000:00:999:[ the bonus levels. ] sf2ub:0:FF8ACE:99:000:Infinite Time sf2ub:0:FF89CD:09:001:Next level = Last level sf2ub:0:FF89CD:0A:001:Lose a credit = Last level sf2ub:0:FF82E1:01:000:No Wait Mode sf2ub:0:FF83F1:90:000:Infinite Energy PL1 sf2ub:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2ub:0:FF83F1:00:000:Always have No Energy PL1 sf2ub:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2ub:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2ub:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2ub:0:FF8656:02:000:Finish round to win match PL1 sf2ub:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2ub:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2ub:0:FF8585:01:000:Invincibility PL1 sf2ub:0:FF8547:00:000:Command during jump "ON" PL1 sf2ub:0:FF859A:00:000:No limit next shot PL1 sf2ub:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2ub:0:FF83E4:01:000:Shot motion cancel PL1 sf2ub:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2ub:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2ub:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2ub:0:FF8447:01:000:Quick charge (Guile) PL1 sf2ub:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2ub:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2ub:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ub:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ub:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ub:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2ub:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2ub:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2ub:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2ub:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ub:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2ub:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ub:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ub:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ub:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ub:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ub:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ub:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ub:0:FF8657:00:001:Play with Ryu PL1 sf2ub:0:FF8657:01:001:Play with E. Honda PL1 sf2ub:0:FF8657:02:001:Play with Blanka PL1 sf2ub:0:FF8657:03:001:Play with Guile PL1 sf2ub:0:FF8657:04:001:Play with Ken PL1 sf2ub:0:FF8657:05:001:Play with Chun Li PL1 sf2ub:0:FF8657:06:001:Play with Zangief PL1 sf2ub:0:FF8657:07:001:Play with Dhalsim PL1 sf2ub:0:FF8657:08:001:Play with M. Bison PL1 sf2ub:0:FF8657:09:001:Play with Sagat PL1 sf2ub:0:FF8657:0A:001:Play with Balrog PL1 sf2ub:0:FF8657:0B:001:Play with Vega PL1 sf2ub:0:FF86F1:90:000:Infinite Energy PL2 sf2ub:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2ub:0:FF86F1:00:000:Always have No Energy PL2 sf2ub:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2ub:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2ub:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2ub:0:FF8956:02:000:Finish round to win match PL2 sf2ub:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2ub:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2ub:0:FF8885:01:000:Invincibility PL2 sf2ub:0:FF8847:00:000:Command during jump ON PL2 sf2ub:0:FF889A:00:000:No limit next shot PL2 sf2ub:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2ub:0:FF86E4:01:000:Shot motion cancel PL2 sf2ub:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2ub:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2ub:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2ub:0:FF8747:01:000:Quick charge (Guile) PL2 sf2ub:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2ub:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2ub:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ub:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ub:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ub:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2ub:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2ub:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2ub:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2ub:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ub:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2ub:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ub:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ub:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ub:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ub:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ub:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ub:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ub:0:FF8957:00:001:Play with Ryu PL2 sf2ub:0:FF8957:01:001:Play with E. Honda PL2 sf2ub:0:FF8957:02:001:Play with Blanka PL2 sf2ub:0:FF8957:03:001:Play with Guile PL2 sf2ub:0:FF8957:04:001:Play with Ken PL2 sf2ub:0:FF8957:05:001:Play with Chun Li PL2 sf2ub:0:FF8957:06:001:Play with Zangief PL2 sf2ub:0:FF8957:07:001:Play with Dhalsim PL2 sf2ub:0:FF8957:08:001:Play with M. Bison PL2 sf2ub:0:FF8957:09:001:Play with Sagat PL2 sf2ub:0:FF8957:0A:001:Play with Balrog PL2 sf2ub:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (US 910318) ] sf2ud:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ud:0:000000:00:999:[ the bonus levels. ] sf2ud:0:FF8ACE:99:000:Infinite Time sf2ud:0:FF89CD:09:001:Next level = Last level sf2ud:0:FF89CD:0A:001:Lose a credit = Last level sf2ud:0:FF82E1:01:000:No Wait Mode sf2ud:0:FF83F1:90:000:Infinite Energy PL1 sf2ud:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2ud:0:FF83F1:00:000:Always have No Energy PL1 sf2ud:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2ud:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2ud:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2ud:0:FF8656:02:000:Finish round to win match PL1 sf2ud:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2ud:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2ud:0:FF8585:01:000:Invincibility PL1 sf2ud:0:FF8547:00:000:Command during jump "ON" PL1 sf2ud:0:FF859A:00:000:No limit next shot PL1 sf2ud:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2ud:0:FF83E4:01:000:Shot motion cancel PL1 sf2ud:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2ud:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2ud:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2ud:0:FF8447:01:000:Quick charge (Guile) PL1 sf2ud:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2ud:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2ud:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ud:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ud:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ud:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2ud:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2ud:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2ud:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2ud:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ud:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2ud:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ud:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ud:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ud:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ud:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ud:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ud:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ud:0:FF8657:00:001:Play with Ryu PL1 sf2ud:0:FF8657:01:001:Play with E. Honda PL1 sf2ud:0:FF8657:02:001:Play with Blanka PL1 sf2ud:0:FF8657:03:001:Play with Guile PL1 sf2ud:0:FF8657:04:001:Play with Ken PL1 sf2ud:0:FF8657:05:001:Play with Chun Li PL1 sf2ud:0:FF8657:06:001:Play with Zangief PL1 sf2ud:0:FF8657:07:001:Play with Dhalsim PL1 sf2ud:0:FF8657:08:001:Play with M. Bison PL1 sf2ud:0:FF8657:09:001:Play with Sagat PL1 sf2ud:0:FF8657:0A:001:Play with Balrog PL1 sf2ud:0:FF8657:0B:001:Play with Vega PL1 sf2ud:0:FF86F1:90:000:Infinite Energy PL2 sf2ud:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2ud:0:FF86F1:00:000:Always have No Energy PL2 sf2ud:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2ud:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2ud:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2ud:0:FF8956:02:000:Finish round to win match PL2 sf2ud:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2ud:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2ud:0:FF8885:01:000:Invincibility PL2 sf2ud:0:FF8847:00:000:Command during jump ON PL2 sf2ud:0:FF889A:00:000:No limit next shot PL2 sf2ud:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2ud:0:FF86E4:01:000:Shot motion cancel PL2 sf2ud:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2ud:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2ud:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2ud:0:FF8747:01:000:Quick charge (Guile) PL2 sf2ud:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2ud:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2ud:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ud:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ud:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ud:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2ud:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2ud:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2ud:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2ud:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ud:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2ud:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ud:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ud:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ud:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ud:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ud:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ud:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ud:0:FF8957:00:001:Play with Ryu PL2 sf2ud:0:FF8957:01:001:Play with E. Honda PL2 sf2ud:0:FF8957:02:001:Play with Blanka PL2 sf2ud:0:FF8957:03:001:Play with Guile PL2 sf2ud:0:FF8957:04:001:Play with Ken PL2 sf2ud:0:FF8957:05:001:Play with Chun Li PL2 sf2ud:0:FF8957:06:001:Play with Zangief PL2 sf2ud:0:FF8957:07:001:Play with Dhalsim PL2 sf2ud:0:FF8957:08:001:Play with M. Bison PL2 sf2ud:0:FF8957:09:001:Play with Sagat PL2 sf2ud:0:FF8957:0A:001:Play with Balrog PL2 sf2ud:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (US 910228) ] sf2ue:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ue:0:000000:00:999:[ the bonus levels. ] sf2ue:0:FF8ACE:99:000:Infinite Time sf2ue:0:FF89CD:09:001:Next level = Last level sf2ue:0:FF89CD:0A:001:Lose a credit = Last level sf2ue:0:FF82E1:01:000:No Wait Mode sf2ue:0:FF83F1:90:000:Infinite Energy PL1 sf2ue:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2ue:0:FF83F1:00:000:Always have No Energy PL1 sf2ue:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2ue:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2ue:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2ue:0:FF8656:02:000:Finish round to win match PL1 sf2ue:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2ue:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2ue:0:FF8585:01:000:Invincibility PL1 sf2ue:0:FF8547:00:000:Command during jump "ON" PL1 sf2ue:0:FF859A:00:000:No limit next shot PL1 sf2ue:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2ue:0:FF83E4:01:000:Shot motion cancel PL1 sf2ue:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2ue:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2ue:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2ue:0:FF8447:01:000:Quick charge (Guile) PL1 sf2ue:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2ue:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2ue:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ue:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ue:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ue:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2ue:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2ue:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2ue:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2ue:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ue:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2ue:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ue:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ue:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ue:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ue:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ue:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ue:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ue:0:FF8657:00:001:Play with Ryu PL1 sf2ue:0:FF8657:01:001:Play with E. Honda PL1 sf2ue:0:FF8657:02:001:Play with Blanka PL1 sf2ue:0:FF8657:03:001:Play with Guile PL1 sf2ue:0:FF8657:04:001:Play with Ken PL1 sf2ue:0:FF8657:05:001:Play with Chun Li PL1 sf2ue:0:FF8657:06:001:Play with Zangief PL1 sf2ue:0:FF8657:07:001:Play with Dhalsim PL1 sf2ue:0:FF8657:08:001:Play with M. Bison PL1 sf2ue:0:FF8657:09:001:Play with Sagat PL1 sf2ue:0:FF8657:0A:001:Play with Balrog PL1 sf2ue:0:FF8657:0B:001:Play with Vega PL1 sf2ue:0:FF86F1:90:000:Infinite Energy PL2 sf2ue:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2ue:0:FF86F1:00:000:Always have No Energy PL2 sf2ue:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2ue:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2ue:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2ue:0:FF8956:02:000:Finish round to win match PL2 sf2ue:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2ue:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2ue:0:FF8885:01:000:Invincibility PL2 sf2ue:0:FF8847:00:000:Command during jump ON PL2 sf2ue:0:FF889A:00:000:No limit next shot PL2 sf2ue:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2ue:0:FF86E4:01:000:Shot motion cancel PL2 sf2ue:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2ue:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2ue:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2ue:0:FF8747:01:000:Quick charge (Guile) PL2 sf2ue:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2ue:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2ue:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ue:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ue:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ue:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2ue:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2ue:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2ue:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2ue:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ue:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2ue:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ue:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ue:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ue:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ue:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ue:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ue:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ue:0:FF8957:00:001:Play with Ryu PL2 sf2ue:0:FF8957:01:001:Play with E. Honda PL2 sf2ue:0:FF8957:02:001:Play with Blanka PL2 sf2ue:0:FF8957:03:001:Play with Guile PL2 sf2ue:0:FF8957:04:001:Play with Ken PL2 sf2ue:0:FF8957:05:001:Play with Chun Li PL2 sf2ue:0:FF8957:06:001:Play with Zangief PL2 sf2ue:0:FF8957:07:001:Play with Dhalsim PL2 sf2ue:0:FF8957:08:001:Play with M. Bison PL2 sf2ue:0:FF8957:09:001:Play with Sagat PL2 sf2ue:0:FF8957:0A:001:Play with Balrog PL2 sf2ue:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (US 910411) ] sf2uf:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2uf:0:000000:00:999:[ the bonus levels. ] sf2uf:0:FF8ACE:99:000:Infinite Time sf2uf:0:FF89CD:09:001:Next level = Last level sf2uf:0:FF89CD:0A:001:Lose a credit = Last level sf2uf:0:FF82E1:01:000:No Wait Mode sf2uf:0:FF83F1:90:000:Infinite Energy PL1 sf2uf:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2uf:0:FF83F1:00:000:Always have No Energy PL1 sf2uf:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2uf:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2uf:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2uf:0:FF8656:02:000:Finish round to win match PL1 sf2uf:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2uf:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2uf:0:FF8585:01:000:Invincibility PL1 sf2uf:0:FF8547:00:000:Command during jump "ON" PL1 sf2uf:0:FF859A:00:000:No limit next shot PL1 sf2uf:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2uf:0:FF83E4:01:000:Shot motion cancel PL1 sf2uf:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2uf:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2uf:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2uf:0:FF8447:01:000:Quick charge (Guile) PL1 sf2uf:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2uf:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2uf:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2uf:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2uf:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2uf:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2uf:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2uf:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2uf:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2uf:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2uf:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2uf:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2uf:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2uf:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2uf:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2uf:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2uf:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2uf:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2uf:0:FF8657:00:001:Play with Ryu PL1 sf2uf:0:FF8657:01:001:Play with E. Honda PL1 sf2uf:0:FF8657:02:001:Play with Blanka PL1 sf2uf:0:FF8657:03:001:Play with Guile PL1 sf2uf:0:FF8657:04:001:Play with Ken PL1 sf2uf:0:FF8657:05:001:Play with Chun Li PL1 sf2uf:0:FF8657:06:001:Play with Zangief PL1 sf2uf:0:FF8657:07:001:Play with Dhalsim PL1 sf2uf:0:FF8657:08:001:Play with M. Bison PL1 sf2uf:0:FF8657:09:001:Play with Sagat PL1 sf2uf:0:FF8657:0A:001:Play with Balrog PL1 sf2uf:0:FF8657:0B:001:Play with Vega PL1 sf2uf:0:FF86F1:90:000:Infinite Energy PL2 sf2uf:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2uf:0:FF86F1:00:000:Always have No Energy PL2 sf2uf:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2uf:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2uf:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2uf:0:FF8956:02:000:Finish round to win match PL2 sf2uf:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2uf:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2uf:0:FF8885:01:000:Invincibility PL2 sf2uf:0:FF8847:00:000:Command during jump ON PL2 sf2uf:0:FF889A:00:000:No limit next shot PL2 sf2uf:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2uf:0:FF86E4:01:000:Shot motion cancel PL2 sf2uf:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2uf:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2uf:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2uf:0:FF8747:01:000:Quick charge (Guile) PL2 sf2uf:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2uf:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2uf:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2uf:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2uf:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2uf:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2uf:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2uf:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2uf:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2uf:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2uf:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2uf:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2uf:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2uf:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2uf:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2uf:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2uf:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2uf:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2uf:0:FF8957:00:001:Play with Ryu PL2 sf2uf:0:FF8957:01:001:Play with E. Honda PL2 sf2uf:0:FF8957:02:001:Play with Blanka PL2 sf2uf:0:FF8957:03:001:Play with Guile PL2 sf2uf:0:FF8957:04:001:Play with Ken PL2 sf2uf:0:FF8957:05:001:Play with Chun Li PL2 sf2uf:0:FF8957:06:001:Play with Zangief PL2 sf2uf:0:FF8957:07:001:Play with Dhalsim PL2 sf2uf:0:FF8957:08:001:Play with M. Bison PL2 sf2uf:0:FF8957:09:001:Play with Sagat PL2 sf2uf:0:FF8957:0A:001:Play with Balrog PL2 sf2uf:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (US 910522) ] sf2ui:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2ui:0:000000:00:999:[ the bonus levels. ] sf2ui:0:FF8ACE:99:000:Infinite Time sf2ui:0:FF89CD:09:001:Next level = Last level sf2ui:0:FF89CD:0A:001:Lose a credit = Last level sf2ui:0:FF82E1:01:000:No Wait Mode sf2ui:0:FF83F1:90:000:Infinite Energy PL1 sf2ui:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2ui:0:FF83F1:00:000:Always have No Energy PL1 sf2ui:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2ui:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2ui:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2ui:0:FF8656:02:000:Finish round to win match PL1 sf2ui:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2ui:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2ui:0:FF8585:01:000:Invincibility PL1 sf2ui:0:FF8547:00:000:Command during jump "ON" PL1 sf2ui:0:FF859A:00:000:No limit next shot PL1 sf2ui:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2ui:0:FF83E4:01:000:Shot motion cancel PL1 sf2ui:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2ui:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2ui:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2ui:0:FF8447:01:000:Quick charge (Guile) PL1 sf2ui:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2ui:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2ui:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2ui:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2ui:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2ui:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2ui:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2ui:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2ui:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2ui:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2ui:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2ui:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2ui:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2ui:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2ui:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2ui:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2ui:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2ui:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ui:0:FF8657:00:001:Play with Ryu PL1 sf2ui:0:FF8657:01:001:Play with E. Honda PL1 sf2ui:0:FF8657:02:001:Play with Blanka PL1 sf2ui:0:FF8657:03:001:Play with Guile PL1 sf2ui:0:FF8657:04:001:Play with Ken PL1 sf2ui:0:FF8657:05:001:Play with Chun Li PL1 sf2ui:0:FF8657:06:001:Play with Zangief PL1 sf2ui:0:FF8657:07:001:Play with Dhalsim PL1 sf2ui:0:FF8657:08:001:Play with M. Bison PL1 sf2ui:0:FF8657:09:001:Play with Sagat PL1 sf2ui:0:FF8657:0A:001:Play with Balrog PL1 sf2ui:0:FF8657:0B:001:Play with Vega PL1 sf2ui:0:FF86F1:90:000:Infinite Energy PL2 sf2ui:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2ui:0:FF86F1:00:000:Always have No Energy PL2 sf2ui:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2ui:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2ui:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2ui:0:FF8956:02:000:Finish round to win match PL2 sf2ui:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2ui:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2ui:0:FF8885:01:000:Invincibility PL2 sf2ui:0:FF8847:00:000:Command during jump ON PL2 sf2ui:0:FF889A:00:000:No limit next shot PL2 sf2ui:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2ui:0:FF86E4:01:000:Shot motion cancel PL2 sf2ui:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2ui:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2ui:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2ui:0:FF8747:01:000:Quick charge (Guile) PL2 sf2ui:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2ui:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2ui:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2ui:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2ui:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2ui:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2ui:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2ui:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2ui:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2ui:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2ui:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2ui:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2ui:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2ui:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2ui:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2ui:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2ui:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2ui:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2ui:0:FF8957:00:001:Play with Ryu PL2 sf2ui:0:FF8957:01:001:Play with E. Honda PL2 sf2ui:0:FF8957:02:001:Play with Blanka PL2 sf2ui:0:FF8957:03:001:Play with Guile PL2 sf2ui:0:FF8957:04:001:Play with Ken PL2 sf2ui:0:FF8957:05:001:Play with Chun Li PL2 sf2ui:0:FF8957:06:001:Play with Zangief PL2 sf2ui:0:FF8957:07:001:Play with Dhalsim PL2 sf2ui:0:FF8957:08:001:Play with M. Bison PL2 sf2ui:0:FF8957:09:001:Play with Sagat PL2 sf2ui:0:FF8957:0A:001:Play with Balrog PL2 sf2ui:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II - The World Warrior (US 911101) ] sf2uk:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2uk:0:000000:00:999:[ the bonus levels. ] sf2uk:0:FF8ACE:99:000:Infinite Time sf2uk:0:FF89CD:09:001:Next level = Last level sf2uk:0:FF89CD:0A:001:Lose a credit = Last level sf2uk:0:FF82E1:01:000:No Wait Mode sf2uk:0:FF83F1:90:000:Infinite Energy PL1 sf2uk:0:FF8583:90:500:Infinite Energy PL1 (2/2) sf2uk:0:FF83F1:00:000:Always have No Energy PL1 sf2uk:0:FF8583:00:500:Always have No Energy PL1 (2/2) sf2uk:0:FF83F1:00:001:Drain All Energy Now! PL1 sf2uk:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2) sf2uk:0:FF8656:02:000:Finish round to win match PL1 sf2uk:0:FF8656:00:000:Rounds won always set = 0 PL1 sf2uk:0:FF8656:00:001:Rounds won set = 0 Now! PL1 sf2uk:0:FF8585:01:000:Invincibility PL1 sf2uk:0:FF8547:00:000:Command during jump "ON" PL1 sf2uk:0:FF859A:00:000:No limit next shot PL1 sf2uk:0:FF859B:00:500:No limit next shot PL1 (2/2) sf2uk:0:FF83E4:01:000:Shot motion cancel PL1 sf2uk:0:FF83E4:00:000:Shot motion cancel (Guile) PL1 sf2uk:0:FF8458:01:000:Quick charge (E.Honda) PL1 sf2uk:0:FF8457:01:000:Quick charge (Blanka) PL1 sf2uk:0:FF8447:01:000:Quick charge (Guile) PL1 sf2uk:0:FF844D:01:500:Quick charge (Guile) PL1 (2/2) sf2uk:0:FF8447:01:000:Quick charge (ChunLi) PL1 sf2uk:0:FF8456:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2uk:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2uk:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2uk:0:FF8457:04:000:Easy Super zutsuki (E.Honda) PL1 sf2uk:0:FF8456:04:000:Easy Rolling Attack (Blanka) PL1 sf2uk:0:FF8446:06:000:Easy Sonic boom (Guile) PL1 sf2uk:0:FF844C:06:000:Easy Somersault kick (Guile) PL1 sf2uk:0:FF8446:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2uk:0:FF8446:06:000:Easy Screw pile driver (Zangief) PL1 sf2uk:0:FF8447:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2uk:0:FF8448:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2uk:0:FF8456:02:000:Easy Yoga fire (Dhalsim) PL1 sf2uk:0:FF8459:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2uk:0:FF845E:02:000:Easy Yoga flame (Dhalsim) PL1 sf2uk:0:FF8461:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2uk:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2uk:0:FF8657:00:001:Play with Ryu PL1 sf2uk:0:FF8657:01:001:Play with E. Honda PL1 sf2uk:0:FF8657:02:001:Play with Blanka PL1 sf2uk:0:FF8657:03:001:Play with Guile PL1 sf2uk:0:FF8657:04:001:Play with Ken PL1 sf2uk:0:FF8657:05:001:Play with Chun Li PL1 sf2uk:0:FF8657:06:001:Play with Zangief PL1 sf2uk:0:FF8657:07:001:Play with Dhalsim PL1 sf2uk:0:FF8657:08:001:Play with M. Bison PL1 sf2uk:0:FF8657:09:001:Play with Sagat PL1 sf2uk:0:FF8657:0A:001:Play with Balrog PL1 sf2uk:0:FF8657:0B:001:Play with Vega PL1 sf2uk:0:FF86F1:90:000:Infinite Energy PL2 sf2uk:0:FF8883:90:500:Infinite Energy PL2 (2/2) sf2uk:0:FF86F1:00:000:Always have No Energy PL2 sf2uk:0:FF8883:00:500:Always have No Energy PL2 (2/2) sf2uk:0:FF86F1:00:001:Drain All Energy Now! PL2 sf2uk:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2) sf2uk:0:FF8956:02:000:Finish round to win match PL2 sf2uk:0:FF8956:00:000:Rounds won always set = 0 PL2 sf2uk:0:FF8956:00:001:Rounds won set = 0 Now! PL2 sf2uk:0:FF8885:01:000:Invincibility PL2 sf2uk:0:FF8847:00:000:Command during jump ON PL2 sf2uk:0:FF889A:00:000:No limit next shot PL2 sf2uk:0:FF889B:00:500:No limit next shot PL2 (2/2) sf2uk:0:FF86E4:01:000:Shot motion cancel PL2 sf2uk:0:FF86E4:00:000:Shot motion cancel (Guile) PL2 sf2uk:0:FF8758:01:000:Quick charge (E.Honda) PL2 sf2uk:0:FF8757:01:000:Quick charge (Blanka) PL2 sf2uk:0:FF8747:01:000:Quick charge (Guile) PL2 sf2uk:0:FF874D:01:500:Quick charge (Guile) PL2 (2/2) sf2uk:0:FF8747:01:000:Quick charge (ChunLi) PL2 sf2uk:0:FF8756:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2uk:0:FF875E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2uk:0:FF8766:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2uk:0:FF8757:04:000:Easy Super zutsuki (E.Honda) PL2 sf2uk:0:FF8756:04:000:Easy Rolling Attack (Blanka) PL2 sf2uk:0:FF8746:06:000:Easy Sonic boom (Guile) PL2 sf2uk:0:FF874C:06:000:Easy Somersault kick (Guile) PL2 sf2uk:0:FF8746:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2uk:0:FF8746:06:000:Easy Screw pile driver (Zangief) PL2 sf2uk:0:FF8747:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2uk:0:FF8748:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2uk:0:FF8756:02:000:Easy Yoga fire (Dhalsim) PL2 sf2uk:0:FF8759:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2uk:0:FF875E:02:000:Easy Yoga flame (Dhalsim) PL2 sf2uk:0:FF8761:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2uk:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2uk:0:FF8957:00:001:Play with Ryu PL2 sf2uk:0:FF8957:01:001:Play with E. Honda PL2 sf2uk:0:FF8957:02:001:Play with Blanka PL2 sf2uk:0:FF8957:03:001:Play with Guile PL2 sf2uk:0:FF8957:04:001:Play with Ken PL2 sf2uk:0:FF8957:05:001:Play with Chun Li PL2 sf2uk:0:FF8957:06:001:Play with Zangief PL2 sf2uk:0:FF8957:07:001:Play with Dhalsim PL2 sf2uk:0:FF8957:08:001:Play with M. Bison PL2 sf2uk:0:FF8957:09:001:Play with Sagat PL2 sf2uk:0:FF8957:0A:001:Play with Balrog PL2 sf2uk:0:FF8957:0B:001:Play with Vega PL2 ; [ Street Fighter II! - Champion Edition (V004) ] sf2v004:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2v004:0:000000:00:999:[ the bonus levels. ] sf2v004:0:FF8ABE:99:000:Infinite Time sf2v004:0:FF89C1:0A:001:Next level = Last level sf2v004:0:FF89C1:0B:001:Lose a credit = Last level sf2v004:0:FF82DD:01:000:No Wait Mode sf2v004:0:FF83E9:90:000:Infinite Energy PL1 sf2v004:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2v004:0:FF83E9:00:000:Always have No Energy PL1 sf2v004:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2v004:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2v004:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2v004:0:FF864E:02:000:Finish round to win match PL1 sf2v004:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2v004:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2v004:0:FF8553:01:000:All Hits Combo PL1 sf2v004:0:FF870A:00:000:All Hits Keep You Close PL1 sf2v004:0:FF857D:01:000:Invincibility PL1 sf2v004:0:FF853F:00:000:Command during jump ON PL1 sf2v004:0:FF8592:00:000:No limit next shot PL1 sf2v004:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2v004:0:FF83DC:01:000:Shot motion cancel PL1 sf2v004:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2v004:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2v004:0:FF843F:01:000:Quick charge (Guile) PL1 sf2v004:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2v004:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2v004:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2v004:0:FF843F:01:000:Quick charge (Vega) PL1 sf2v004:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2v004:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2v004:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2v004:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2v004:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2v004:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2v004:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2v004:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2v004:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2v004:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2v004:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2v004:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2v004:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2v004:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2v004:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2v004:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2v004:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2v004:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2v004:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2v004:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2v004:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2v004:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2v004:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2v004:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2v004:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2v004:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2v004:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2v004:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2v004:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2v004:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2v004:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2v004:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2v004:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2v004:0:FF864F:00:001:Play with Ryu PL1 sf2v004:0:FF864F:01:001:Play with E. Honda PL1 sf2v004:0:FF864F:02:001:Play with Blanka PL1 sf2v004:0:FF864F:03:001:Play with Guile PL1 sf2v004:0:FF864F:04:001:Play with Ken PL1 sf2v004:0:FF864F:05:001:Play with Chun Li PL1 sf2v004:0:FF864F:06:001:Play with Zangief PL1 sf2v004:0:FF864F:07:001:Play with Dhalsim PL1 sf2v004:0:FF864F:08:001:Play with M. Bison PL1 sf2v004:0:FF864F:09:001:Play with Sagat PL1 sf2v004:0:FF864F:0A:001:Play with Balrog PL1 sf2v004:0:FF864F:0B:001:Play with Vega PL1 sf2v004:0:FF86E9:90:000:Infinite Energy PL2 sf2v004:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2v004:0:FF86E9:00:000:Always have No Energy PL2 sf2v004:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2v004:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2v004:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2v004:0:FF894E:02:000:Finish round to win match PL2 sf2v004:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2v004:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2v004:0:FF8853:01:000:All Hits Combo PL2 sf2v004:0:FF840A:00:000:All Hits Keep you Close PL2 sf2v004:0:FF887D:01:000:Invincibility PL2 sf2v004:0:FF883F:00:000:Command during jump ON PL2 sf2v004:0:FF8892:00:000:No limit next shot PL2 sf2v004:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2v004:0:FF86DC:01:000:Shot motion cancel PL2 sf2v004:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2v004:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2v004:0:FF873F:01:000:Quick charge (Guile) PL2 sf2v004:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2v004:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2v004:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2v004:0:FF873F:01:000:Quick charge (Vega) PL2 sf2v004:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2v004:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2v004:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2v004:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2v004:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2v004:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2v004:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2v004:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2v004:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2v004:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2v004:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2v004:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2v004:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2v004:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2v004:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2v004:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2v004:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2v004:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2v004:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2v004:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2v004:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2v004:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2v004:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2v004:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2v004:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2v004:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2v004:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2v004:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2v004:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2v004:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2v004:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2v004:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2v004:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2v004:0:FF894F:00:001:Play with Ryu PL2 sf2v004:0:FF894F:01:001:Play with E. Honda PL2 sf2v004:0:FF894F:02:001:Play with Blanka PL2 sf2v004:0:FF894F:03:001:Play with Guile PL2 sf2v004:0:FF894F:04:001:Play with Ken PL2 sf2v004:0:FF894F:05:001:Play with Chun Li PL2 sf2v004:0:FF894F:06:001:Play with Zangief PL2 sf2v004:0:FF894F:07:001:Play with Dhalsim PL2 sf2v004:0:FF894F:08:001:Play with M. Bison PL2 sf2v004:0:FF894F:09:001:Play with Sagat PL2 sf2v004:0:FF894F:0A:001:Play with Balrog PL2 sf2v004:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter II' - Champion Edition (YYC) ] sf2yyc:0:000000:00:999:[ You must turnoff all cheats with F6 at the beginning of ] sf2yyc:0:000000:00:999:[ the bonus levels. ] sf2yyc:0:FF8ABE:99:000:Infinite Time sf2yyc:0:FF89C1:0A:001:Next level = Last level sf2yyc:0:FF89C1:0B:001:Lose a credit = Last level sf2yyc:0:FF82DD:01:000:No Wait Mode sf2yyc:0:FF83E9:90:000:Infinite Energy PL1 sf2yyc:0:FF857B:90:500:Infinite Energy PL1 (2/2) sf2yyc:0:FF83E9:00:000:Always have No Energy PL1 sf2yyc:0:FF857B:00:500:Always have No Energy PL1 (2/2) sf2yyc:0:FF83E9:00:001:Drain All Energy Now! PL1 sf2yyc:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2) sf2yyc:0:FF864E:02:000:Finish round to win match PL1 sf2yyc:0:FF864E:00:000:Rounds won always set = 0 PL1 sf2yyc:0:FF864E:00:001:Rounds won set = 0 Now! PL1 sf2yyc:0:FF8553:01:000:All Hits Combo PL1 sf2yyc:0:FF870A:00:000:All Hits Keep You Close PL1 sf2yyc:0:FF857D:01:000:Invincibility PL1 sf2yyc:0:FF853F:00:000:Command during jump ON PL1 sf2yyc:0:FF8592:00:000:No limit next shot PL1 sf2yyc:0:FF8593:00:500:No limit next shot PL1 (2/2) sf2yyc:0:FF83DC:01:000:Shot motion cancel PL1 sf2yyc:0:FF83DC:00:000:Shot motion cancel (Guile) PL1 sf2yyc:0:FF843F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL1 sf2yyc:0:FF843F:01:000:Quick charge (Guile) PL1 sf2yyc:0:FF8445:01:500:Quick charge (Guile) PL1 (2/2) sf2yyc:0:FF843F:01:000:Quick charge (M.Bison / Balrog) PL1 sf2yyc:0:FF8447:01:500:Quick charge (M.Bison / Balrog) PL1 (2/2) sf2yyc:0:FF843F:01:000:Quick charge (Vega) PL1 sf2yyc:0:FF8447:01:500:Quick charge (Vega) PL1 (2/3) sf2yyc:0:FF8450:01:500:Quick charge (Vega) PL1 (3/3) sf2yyc:0:FF844E:04:000:Easy Hadouken (Ryu / Ken) PL1 sf2yyc:0:FF8456:04:000:Easy Tatsumaki (Ryu / Ken) PL1 sf2yyc:0:FF845E:04:000:Easy Syouryuuken (Ryu / Ken) PL1 sf2yyc:0:FF843E:06:000:Easy Super zutsuki (E.Honda) PL1 sf2yyc:0:FF843E:06:000:Easy Rolling Attack (Blanka) PL1 sf2yyc:0:FF843E:06:000:Easy Sonic boom (Guile) PL1 sf2yyc:0:FF8444:06:000:Easy Somersault kick (Guile) PL1 sf2yyc:0:FF843E:06:000:Easy Spinning bird kick (ChunLi) PL1 sf2yyc:0:FF843E:06:000:Easy Screw pile driver (Zangief) PL1 sf2yyc:0:FF843F:02:500:Easy Screw pile driver (Zangief) PL1 (2/3) sf2yyc:0:FF8440:02:500:Easy Screw pile driver (Zangief) PL1 (3/3) sf2yyc:0:FF844E:02:000:Easy Yoga fire (Dhalsim) PL1 sf2yyc:0:FF8451:04:500:Easy Yoga fire (Dhalsim) PL1 (2/2) sf2yyc:0:FF8456:02:000:Easy Yoga flame (Dhalsim) PL1 sf2yyc:0:FF8459:08:500:Easy Yoga flame (Dhalsim) PL1 (2/2) sf2yyc:0:FF843E:06:000:Easy Dash straight (M.Bison) PL1 sf2yyc:0:FF8446:06:000:Easy Dash upper (M.Bison) PL1 sf2yyc:0:FF844E:02:000:Easy Tiger shot (Sagat) PL1 sf2yyc:0:FF8451:04:500:Easy Tiger shot (Sagat) PL1 (2/2) sf2yyc:0:FF8456:02:000:Easy Tiger uppercut (Sagat) PL1 sf2yyc:0:FF8459:04:500:Easy Tiger uppercut (Sagat) PL1 (2/2) sf2yyc:0:FF845E:02:000:Easy Ground tiger shot (Sagat) PL1 sf2yyc:0:FF8461:04:500:Easy Ground tiger shot (Sagat) PL1 (2/2) sf2yyc:0:FF843E:06:000:Easy Rolling crystal flash (Balrog) PL1 sf2yyc:0:FF8446:06:000:Easy Flying barcelona (Balrog) PL1 sf2yyc:0:FF843E:06:000:Easy Psyco crusher attack (Vega) PL1 sf2yyc:0:FF8446:06:000:Easy Double knee press (Vega) PL1 sf2yyc:0:FF844F:06:000:Easy Head press (Vega) PL1 sf2yyc:0:FF8474:0F:000:Always Max Turnpunch (M.Bison) PL1 sf2yyc:0:FF8476:0F:500:Always Max Turnpunch (M.Bison) PL1(2/2) sf2yyc:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2yyc:0:FF864F:00:001:Play with Ryu PL1 sf2yyc:0:FF864F:01:001:Play with E. Honda PL1 sf2yyc:0:FF864F:02:001:Play with Blanka PL1 sf2yyc:0:FF864F:03:001:Play with Guile PL1 sf2yyc:0:FF864F:04:001:Play with Ken PL1 sf2yyc:0:FF864F:05:001:Play with Chun Li PL1 sf2yyc:0:FF864F:06:001:Play with Zangief PL1 sf2yyc:0:FF864F:07:001:Play with Dhalsim PL1 sf2yyc:0:FF864F:08:001:Play with M. Bison PL1 sf2yyc:0:FF864F:09:001:Play with Sagat PL1 sf2yyc:0:FF864F:0A:001:Play with Balrog PL1 sf2yyc:0:FF864F:0B:001:Play with Vega PL1 sf2yyc:0:FF86E9:90:000:Infinite Energy PL2 sf2yyc:0:FF887B:90:500:Infinite Energy PL2 (2/2) sf2yyc:0:FF86E9:00:000:Always have No Energy PL2 sf2yyc:0:FF887B:00:500:Always have No Energy PL2 (2/2) sf2yyc:0:FF86E9:00:001:Drain All Energy Now! PL2 sf2yyc:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2) sf2yyc:0:FF894E:02:000:Finish round to win match PL2 sf2yyc:0:FF894E:00:000:Rounds won always set = 0 PL2 sf2yyc:0:FF894E:00:001:Rounds won set = 0 Now! PL2 sf2yyc:0:FF8853:01:000:All Hits Combo PL2 sf2yyc:0:FF840A:00:000:All Hits Keep you Close PL2 sf2yyc:0:FF887D:01:000:Invincibility PL2 sf2yyc:0:FF883F:00:000:Command during jump ON PL2 sf2yyc:0:FF8892:00:000:No limit next shot PL2 sf2yyc:0:FF8893:00:500:No limit next shot PL2 (2/2) sf2yyc:0:FF86DC:01:000:Shot motion cancel PL2 sf2yyc:0:FF86DC:00:000:Shot motion cancel (Guile) PL2 sf2yyc:0:FF873F:01:000:Quick charge (E.Honda / Blanka / ChunLi) PL2 sf2yyc:0:FF873F:01:000:Quick charge (Guile) PL2 sf2yyc:0:FF8745:01:500:Quick charge (Guile) PL2 (2/2) sf2yyc:0:FF873F:01:000:Quick charge (M.Bison / Balrog) PL2 sf2yyc:0:FF8747:01:500:Quick charge (M.Bison / Balrog) PL2 (2/2) sf2yyc:0:FF873F:01:000:Quick charge (Vega) PL2 sf2yyc:0:FF8747:01:500:Quick charge (Vega) PL2 (2/3) sf2yyc:0:FF8750:01:500:Quick charge (Vega) PL2 (3/3) sf2yyc:0:FF874E:04:000:Easy Hadouken (Ryu / Ken) PL2 sf2yyc:0:FF8756:04:000:Easy Tatsumaki (Ryu / Ken) PL2 sf2yyc:0:FF875E:04:000:Easy Syouryuuken (Ryu / Ken) PL2 sf2yyc:0:FF873E:06:000:Easy Super zutsuki (E.Honda) PL2 sf2yyc:0:FF873E:06:000:Easy Rolling Attack (Blanka) PL2 sf2yyc:0:FF873E:06:000:Easy Sonic boom (Guile) PL2 sf2yyc:0:FF8744:06:000:Easy Somersault kick (Guile) PL2 sf2yyc:0:FF873E:06:000:Easy Spinning bird kick (ChunLi) PL2 sf2yyc:0:FF873E:06:000:Easy Screw pile driver (Zangief) PL2 sf2yyc:0:FF873F:02:500:Easy Screw pile driver (Zangief) PL2 (2/3) sf2yyc:0:FF8740:02:500:Easy Screw pile driver (Zangief) PL2 (3/3) sf2yyc:0:FF874E:02:000:Easy Yoga fire (Dhalsim) PL2 sf2yyc:0:FF8751:04:500:Easy Yoga fire (Dhalsim) PL2 (2/2) sf2yyc:0:FF8756:02:000:Easy Yoga flame (Dhalsim) PL2 sf2yyc:0:FF8759:08:500:Easy Yoga flame (Dhalsim) PL2 (2/2) sf2yyc:0:FF873E:06:000:Easy Dash straight (M.Bison) PL2 sf2yyc:0:FF8746:06:000:Easy Dash upper (M.Bison) PL2 sf2yyc:0:FF874E:02:000:Easy Tiger shot (Sagat) PL2 sf2yyc:0:FF8751:04:500:Easy Tiger shot (Sagat) PL2 (2/2) sf2yyc:0:FF8756:02:000:Easy Tiger uppercut (Sagat) PL2 sf2yyc:0:FF8759:04:500:Easy Tiger uppercut (Sagat) PL2 (2/2) sf2yyc:0:FF875E:02:000:Easy Ground tiger shot (Sagat) PL2 sf2yyc:0:FF8761:04:500:Easy Ground tiger shot (Sagat) PL2 (2/2) sf2yyc:0:FF873E:06:000:Easy Rolling crystal flash (Balrog) PL2 sf2yyc:0:FF8746:06:000:Easy Flying barcelona (Balrog) PL2 sf2yyc:0:FF873E:06:000:Easy Psyco crusher attack (Vega) PL2 sf2yyc:0:FF8746:06:000:Easy Double knee press (Vega) PL2 sf2yyc:0:FF874F:06:000:Easy Head press (Vega) PL2 sf2yyc:0:FF8774:0F:000:Always Max Turnpunch (M.Bison) PL2 sf2yyc:0:FF8776:0F:500:Always Max Turnpunch (M.Bison) PL2(2/2) sf2yyc:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] sf2yyc:0:FF894F:00:001:Play with Ryu PL2 sf2yyc:0:FF894F:01:001:Play with E. Honda PL2 sf2yyc:0:FF894F:02:001:Play with Blanka PL2 sf2yyc:0:FF894F:03:001:Play with Guile PL2 sf2yyc:0:FF894F:04:001:Play with Ken PL2 sf2yyc:0:FF894F:05:001:Play with Chun Li PL2 sf2yyc:0:FF894F:06:001:Play with Zangief PL2 sf2yyc:0:FF894F:07:001:Play with Dhalsim PL2 sf2yyc:0:FF894F:08:001:Play with M. Bison PL2 sf2yyc:0:FF894F:09:001:Play with Sagat PL2 sf2yyc:0:FF894F:0A:001:Play with Balrog PL2 sf2yyc:0:FF894F:0B:001:Play with Vega PL2 ; [ Street Fighter Alpha: Warriors' Dreams (Euro 950727) ] sfa:0:FFAE09:63:000:Infinite Time sfa:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfa:0:FFAE49:01:000:Quick Dramatic Battle sfa:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfa:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfa:0:FF8441:90:000:Infinite Energy PL1 sfa:0:FF8441:00:000:Energy always set to 0 PL1 sfa:0:FF8441:00:001:Energy set to 0 Now! PL1 sfa:0:FF84C6:01:000:End round to win match PL1 sfa:0:FF84C6:00:000:Rounds won always = 0 PL1 sfa:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfa:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfa:0:FF84BF:90:000:Infinite Power PL1 sfa:0:FF84BF:00:001:Drain All Power Now! PL1 sfa:0:FF8537:00:000:Never Faint PL1 sfa:0:FF853A:00:000:Faint on every hit PL1 sfa:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfa:0:FF84A2:00:001:Play with Ryu PL1 sfa:0:FF84A2:01:001:Play with Ken PL1 sfa:0:FF84A2:02:001:Play with Gouki PL1 sfa:0:FF84A2:03:001:Play with Nash PL1 sfa:0:FF84A2:04:001:Play with Chun Li PL1 sfa:0:FF84A2:05:001:Play with Adon PL1 sfa:0:FF84A2:06:001:Play with Sodom PL1 sfa:0:FF84A2:07:001:Play with Guy PL1 sfa:0:FF84A2:08:001:Play with Birdie PL1 sfa:0:FF84A2:09:001:Play with Rose PL1 sfa:0:FF84A2:0A:001:Play with Vega PL1 sfa:0:FF84A2:0B:001:Play with Sagat PL1 sfa:0:FF84A2:0C:001:Play with Dan PL1 sfa:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfa:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfa:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfa:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfa:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfa:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfa:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfa:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfa:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfa:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfa:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfa:0:FF8841:90:000:Infinite Energy PL2 sfa:0:FF8841:00:000:Energy always set to 0 PL2 sfa:0:FF8841:00:001:Energy set to 0 Now! PL2 sfa:0:FF88C6:01:000:End round to win match PL2 sfa:0:FF88C6:00:000:Rounds won always = 0 PL2 sfa:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfa:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfa:0:FF88BF:90:000:Infinite Power PL2 sfa:0:FF88BF:00:001:Drain All Power Now! PL2 sfa:0:FF8937:00:000:Never Faint PL2 sfa:0:FF893A:00:000:Faint on every hit PL2 sfa:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfa:0:FF88A2:00:001:Play with Ryu PL2 sfa:0:FF88A2:01:001:Play with Ken PL2 sfa:0:FF88A2:02:001:Play with Gouki PL2 sfa:0:FF88A2:03:001:Play with Nash PL2 sfa:0:FF88A2:04:001:Play with Chun Li PL2 sfa:0:FF88A2:05:001:Play with Adon PL2 sfa:0:FF88A2:06:001:Play with Sodom PL2 sfa:0:FF88A2:07:001:Play with Guy PL2 sfa:0:FF88A2:08:001:Play with Birdie PL2 sfa:0:FF88A2:09:001:Play with Rose PL2 sfa:0:FF88A2:0A:001:Play with Vega PL2 sfa:0:FF88A2:0B:001:Play with Sagat PL2 sfa:0:FF88A2:0C:001:Play with Dan PL2 sfa:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfa:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfa:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfa:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfa:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfa:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfa:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfa:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfa:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfa:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfa:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfa:0:000000:00:999:[ These are the codes to set the machine region - the ] sfa:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfa:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfa:0:FF8191:00:000:Region Switch = Japan sfa:0:FF8191:02:000:Region Switch = USA sfa:0:FF8191:04:000:Region Switch = Hispanic sfa:0:FF8191:06:000:Region Switch = Asia sfa:0:FF8191:08:000:Region Switch = Euro sfa:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Alpha 2 (US 960306) ] sfa2:0:FF8109:63:000:Infinite Time sfa2:0:FF8109:00:001:Finish this Round Now! :sfa2:62000000:000000:00000000:00000000:Select Backdrop :sfa2:00010000:FF8101:00000000:FFFFFFFF:Japan (Winter):Ryu :sfa2:00010000:FF8101:00000002:FFFFFFFF:USA (Party):Ken :sfa2:00010000:FF8101:00000004:FFFFFFFF:Japan (Gokuentou):Akuma :sfa2:00010000:FF8101:00000006:FFFFFFFF:USA (Plane):Charlie :sfa2:00010000:FF8101:00000008:FFFFFFFF:China (Street):Chun-Li :sfa2:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Lake):Adon :sfa2:00010000:FF8101:0000000C:FFFFFFFF:USA (Truck):Sodom :sfa2:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfa2:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfa2:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfa2:00010000:FF8101:00000014:FFFFFFFF:Brazil:M. Bison :sfa2:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfa2:00010000:FF8101:00000018:FFFFFFFF:Hong Kong:Dan :sfa2:00010000:FF8101:0000001A:FFFFFFFF:Japan (House):Sakura :sfa2:00010000:FF8101:0000001C:FFFFFFFF:USA (Elevator):Rolento :sfa2:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfa2:00010000:FF8101:00000020:FFFFFFFF:USSR:Zangief :sfa2:00010000:FF8101:00000022:FFFFFFFF:China (Alley):Gen :sfa2:00010000:FF8101:00000024:FFFFFFFF:#Australia :sfa2:00010000:FF8101:00000026:FFFFFFFF:#Venezuela sfa2:0:FF8451:90:000:Infinite Energy PL1 sfa2:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfa2:0:FF8451:00:001:Drain All Energy Now! PL1 sfa2:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfa2:0:FF849F:90:000:Infinite Power PL1 sfa2:0:FF849F:00:001:Drain All Power Now! PL1 :sfa2:00000000:FF854F:00000001:FFFFFFFF:Infinite Taunts PL1 :sfa2:00100000:FF8684:00000000:FFFFFFFF:Never Get Dizzied PL1 :sfa2:00100000:FF8699:0000B000:FFFFFFFF:Infinite Custom Combo PL1 :sfa2:00000000:FF84C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL1:Can only be done once per play :sfa2:00000000:FF84C8:00000003:FFFFFFFF:Fight Shin-Akuma PL1:Can only be done once per play :sfa2:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfa2:62000000:000000:00000000:00000000:Select Character PL1 :sfa2:00010000:FF8482:00000000:FFFFFFFF:Ryu :sfa2:00010000:FF8482:00000001:FFFFFFFF:Ken Masters :sfa2:00010000:FF8482:00000002:FFFFFFFF:Akuma :sfa2:00010000:FF8482:00000003:FFFFFFFF:Charlie :sfa2:00010000:FF8482:00000004:FFFFFFFF:Chun-Li :sfa2:00010000:FF8482:00000005:FFFFFFFF:Adon :sfa2:00010000:FF8482:00000006:FFFFFFFF:Sodom :sfa2:00010000:FF8482:00000007:FFFFFFFF:Guy :sfa2:00010000:FF8482:00000008:FFFFFFFF:Birdie :sfa2:00010000:FF8482:00000009:FFFFFFFF:Rose :sfa2:00010000:FF8482:0000000A:FFFFFFFF:M. Bison :sfa2:00010000:FF8482:0000000B:FFFFFFFF:Sagat :sfa2:00010000:FF8482:0000000C:FFFFFFFF:Dan Hibiki :sfa2:00010000:FF8482:0000000D:FFFFFFFF:Sakura Kasugano :sfa2:00010000:FF8482:0000000E:FFFFFFFF:Rolento Schugerg :sfa2:00010000:FF8482:0000000F:FFFFFFFF:Dhalsim :sfa2:00010000:FF8482:00000010:FFFFFFFF:Zangief :sfa2:00010000:FF8482:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfa2:00010000:FF8482:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfa2:00010000:FF8482:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfa2:00010000:FF8482:00000014:FFFFFFFF:#Shin-Akuma :sfa2:00010000:FF8482:00000015:FFFFFFFF:#SF2-style Zangief :sfa2:00010000:FF8482:00000016:FFFFFFFF:#SF2-style Dhalsim :sfa2:00010000:FF8482:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu sfa2:0:FF8851:90:000:Infinite Energy PL2 sfa2:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfa2:0:FF8851:00:001:Drain All Energy Now! PL2 sfa2:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfa2:0:FF889F:90:000:Infinite Power PL2 sfa2:0:FF889F:00:001:Drain All Power Now! PL2 :sfa2:00000000:FF894F:00000001:FFFFFFFF:Infinite Taunts PL2 :sfa2:00100000:FF8A84:00000000:FFFFFFFF:Never Get Dizzied PL2 :sfa2:00100000:FF8A99:0000B000:FFFFFFFF:Infinite Custom Combo PL2 :sfa2:00000000:FF88C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL2:Can only be done once per play :sfa2:00000000:FF88C8:00000003:FFFFFFFF:Fight Shin-Akuma PL2:Can only be done once per play :sfa2:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfa2:62000000:000000:00000000:00000000:Select Character PL2 :sfa2:00010000:FF8882:00000000:FFFFFFFF:Ryu :sfa2:00010000:FF8882:00000001:FFFFFFFF:Ken Masters :sfa2:00010000:FF8882:00000002:FFFFFFFF:Akuma :sfa2:00010000:FF8882:00000003:FFFFFFFF:Charlie :sfa2:00010000:FF8882:00000004:FFFFFFFF:Chun-Li :sfa2:00010000:FF8882:00000005:FFFFFFFF:Adon :sfa2:00010000:FF8882:00000006:FFFFFFFF:Sodom :sfa2:00010000:FF8882:00000007:FFFFFFFF:Guy :sfa2:00010000:FF8882:00000008:FFFFFFFF:Birdie :sfa2:00010000:FF8882:00000009:FFFFFFFF:Rose :sfa2:00010000:FF8882:0000000A:FFFFFFFF:M. Bison :sfa2:00010000:FF8882:0000000B:FFFFFFFF:Sagat :sfa2:00010000:FF8882:0000000C:FFFFFFFF:Dan Hibiki :sfa2:00010000:FF8882:0000000D:FFFFFFFF:Sakura Kasugano :sfa2:00010000:FF8882:0000000E:FFFFFFFF:Rolento Schugerg :sfa2:00010000:FF8882:0000000F:FFFFFFFF:Dhalsim :sfa2:00010000:FF8882:00000010:FFFFFFFF:Zangief :sfa2:00010000:FF8882:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfa2:00010000:FF8882:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfa2:00010000:FF8882:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfa2:00010000:FF8882:00000014:FFFFFFFF:#Shin-Akuma :sfa2:00010000:FF8882:00000015:FFFFFFFF:#SF2-style Zangief :sfa2:00010000:FF8882:00000016:FFFFFFFF:#SF2-style Dhalsim :sfa2:00010000:FF8882:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu :sfa2:60000000:000000:00000000:00000000:[ Move List Cheats ] :sfa2:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :sfa2:60000000:000000:00000000:00000000:[ (SC) - Super Combo. Number of buttons pressed ] :sfa2:60000000:000000:00000000:00000000:[ determines number of levels used. ] :sfa2:60000000:000000:00000000:00000000:[ (L3) - Can only be performed at Level 3. ] :sfa2:60000000:000000:00000000:00000000:[ (Sou) - (Gen) Can only be performed in Sou-ryuu stance ] :sfa2:60000000:000000:00000000:00000000:[ (Ki) - (Gen) Can only be performed in Ki-ryuu stance. ] :sfa2:60000000:000000:00000000:00000000:[ Other notes: ] :sfa2:60000000:000000:00000000:00000000:[ - L3 supers are listed last. ] :sfa2:60000000:000000:00000000:00000000:[ - SF2 style characters cannot use Universal Moves. ] :sfa2:60000000:000000:00000000:00000000:[ - Akuma - Both versions share the same move list. ] :sfa2:60000000:000000:00000000:00000000:[ - Birdie - Final level Bull Horn may not have be given.] :sfa2:60000000:000000:00000000:00000000:[ - Gen - Shitenshuu may crash game. ] :sfa2:60000000:000000:00000000:00000000:[Universal Moves (PL1)] :sfa2:00100000:FF8560:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfa2:00100000:FF8568:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfa2:00100000:FF8660:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfa2:60000000:000000:00000000:00000000:[Universal Moves (PL2)] :sfa2:00100000:FF8960:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfa2:00100000:FF8968:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfa2:00100000:FF8A60:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfa2:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfa2:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfa2:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfa2:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfa2:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfa2:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfa2:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfa2:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfa2:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfa2:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfa2:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfa2:00100000:FF85B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfa2:00100000:FF85C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfa2:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfa2:00100000:FF85C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfa2:00100000:FF85B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfa2:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfa2:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfa2:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfa2:00100000:FF89B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfa2:00100000:FF89C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfa2:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfa2:00100000:FF89C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfa2:00100000:FF89B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfa2:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfa2:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfa2:00100000:FF85A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfa2:00100000:FF85B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfa2:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfa2:00100000:FF89A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfa2:00100000:FF89B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :sfa2:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfa2:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfa2:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfa2:00100000:FF8588:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfa2:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfa2:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfa2:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfa2:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :sfa2:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfa2:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfa2:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfa2:00100000:FF8988:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfa2:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfa2:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfa2:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfa2:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL1)] :sfa2:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfa2:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfa2:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfa2:00200000:FF8588:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfa2:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfa2:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfa2:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfa2:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL2)] :sfa2:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfa2:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfa2:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfa2:00200000:FF8988:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfa2:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfa2:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfa2:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfa2:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Charlie (PL1)] :sfa2:00200000:FF8580:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfa2:00200000:FF8588:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfa2:00200000:FF8590:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfa2:00200000:FF8598:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfa2:00200000:FF85A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfa2:60000000:000000:00000000:00000000:[Use for Charlie (PL2)] :sfa2:00200000:FF8980:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfa2:00200000:FF8988:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfa2:00200000:FF8990:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfa2:00200000:FF8998:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfa2:00200000:FF89A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfa2:60000000:000000:00000000:00000000:[Use for Adon (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfa2:00100000:FF8588:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfa2:00100000:FF8590:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Adon (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfa2:00100000:FF8988:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfa2:00100000:FF8990:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfa2:00100000:FF8588:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfa2:00100000:FF8590:00000406:FFFFFFFF:Tiger Crush:dp+K :sfa2:00100000:FF85A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfa2:00100000:FF85A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfa2:00100000:FF85B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfa2:00100000:FF8988:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfa2:00100000:FF8990:00000406:FFFFFFFF:Tiger Crush:dp+K :sfa2:00100000:FF89A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfa2:00100000:FF89A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfa2:00100000:FF89B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Gen (PL1)] :sfa2:00000000:FF8583:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfa2:00000000:FF8585:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfa2:00000000:FF8587:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfa2:00100000:FF8588:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfa2:00200000:FF8590:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfa2:00200000:FF8598:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfa2:00100000:FF85A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfa2:00100000:FF85B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfa2:00100000:FF85B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfa2:60000000:000000:00000000:00000000:[Use for Gen (PL2)] :sfa2:00000000:FF8983:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfa2:00000000:FF8985:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfa2:00000000:FF8987:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfa2:00100000:FF8988:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfa2:00200000:FF8990:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfa2:00200000:FF8998:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfa2:00100000:FF89A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfa2:00100000:FF89B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfa2:00100000:FF89B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfa2:60000000:000000:00000000:00000000:[Use for Guy (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfa2:00100000:FF8588:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfa2:00100000:FF8590:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfa2:00100000:FF8598:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfa2:00100000:FF85A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfa2:00100000:FF85A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfa2:60000000:000000:00000000:00000000:[Use for Guy (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfa2:00100000:FF8988:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfa2:00100000:FF8990:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfa2:00100000:FF8998:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfa2:00100000:FF89A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfa2:00100000:FF89A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfa2:60000000:000000:00000000:00000000:[Use for Birdie (PL1)] :sfa2:00200000:FF8580:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfa2:00200000:FF858A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfa2:00200000:FF8592:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfa2:00200000:FF859A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfa2:00200000:FF85A2:00040001:00FF00FF:Bull Horn:*PPP :sfa2:00200000:FF85AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfa2:00200000:FF85B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfa2:00200000:FF85BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfa2:00200000:FF85C2:00040001:00FF00FF:Bull Horn:*KKK :sfa2:00100000:FF85C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfa2:00100000:FF85D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfa2:00200000:FF85D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfa2:60000000:000000:00000000:00000000:[Use for Birdie (PL2)] :sfa2:00200000:FF8980:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfa2:00200000:FF898A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfa2:00200000:FF8992:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfa2:00200000:FF899A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfa2:00200000:FF89A2:00040001:00FF00FF:Bull Horn:*PPP :sfa2:00200000:FF89AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfa2:00200000:FF89B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfa2:00200000:FF89BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfa2:00200000:FF89C2:00040001:00FF00FF:Bull Horn:*KKK :sfa2:00100000:FF89C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfa2:00100000:FF89D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfa2:00200000:FF89D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfa2:60000000:000000:00000000:00000000:[Use for Sodom (PL1)] :sfa2:00100000:FF8580:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfa2:00100000:FF8588:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfa2:00100000:FF85A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfa2:00100000:FF85A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfa2:00100000:FF85B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfa2:00100000:FF8668:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfa2:00100000:FF8590:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Sodom (PL2)] :sfa2:00100000:FF8980:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfa2:00100000:FF8988:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfa2:00100000:FF89A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfa2:00100000:FF89A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfa2:00100000:FF89B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfa2:00100000:FF8968:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfa2:00100000:FF8990:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Rolento (PL1)] :sfa2:00100000:FF8590:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfa2:00100000:FF8580:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfa2:00100000:FF8588:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfa2:00100000:FF85B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfa2:00100000:FF85C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfa2:00100000:FF85B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfa2:00100000:FF85A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfa2:00100000:FF85A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Rolento (PL2)] :sfa2:00100000:FF8990:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfa2:00100000:FF8980:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfa2:00100000:FF8988:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfa2:00100000:FF89B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfa2:00100000:FF89C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfa2:00100000:FF89B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfa2:00100000:FF89A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfa2:00100000:FF89A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfa2:60000000:000000:00000000:00000000:[Use for Sakura (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8588:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfa2:00100000:FF8590:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfa2:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfa2:00100000:FF85A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfa2:60000000:000000:00000000:00000000:[Use for Sakura (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfa2:00100000:FF8988:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfa2:00100000:FF8990:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfa2:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfa2:00100000:FF89A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfa2:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Banishing Flat:dp+P :sfa2:00100000:FF8588:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfa2:00100000:FF8590:00000800:FFFFFFFF:Screw Piledriver:360+P :sfa2:00100000:FF8598:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfa2:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Banishing Flat:dp+P :sfa2:00100000:FF8988:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfa2:00100000:FF8990:00000800:FFFFFFFF:Screw Piledriver:360+P :sfa2:00100000:FF8998:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfa2:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL1)] :sfa2:00100000:FF8580:00000800:FFFFFFFF:Screw Piledriver:360+P :sfa2:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL2)] :sfa2:00100000:FF8980:00000800:FFFFFFFF:Screw Piledriver:360+P :sfa2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfa2:00100000:FF8588:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfa2:00100000:FF8590:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfa2:00100000:FF85A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfa2:00100000:FF85B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfa2:00100000:FF85B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfa2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfa2:00100000:FF8988:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfa2:00100000:FF8990:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfa2:00100000:FF89A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfa2:00100000:FF89B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfa2:00100000:FF89B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfa2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfa2:00100000:FF8588:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfa2:00100000:FF8988:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfa2:60000000:000000:00000000:00000000:[Use for Rose (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfa2:00100000:FF8588:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfa2:00100000:FF8590:00000406:FFFFFFFF:Soul Throw:dp+P :sfa2:00100000:FF85B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfa2:00100000:FF8598:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfa2:00100000:FF85A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfa2:00100000:FF85A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfa2:60000000:000000:00000000:00000000:[Use for Rose (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfa2:00100000:FF8988:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfa2:00100000:FF8990:00000406:FFFFFFFF:Soul Throw:dp+P :sfa2:00100000:FF89B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfa2:00100000:FF8998:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfa2:00100000:FF89A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfa2:00100000:FF89A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfa2:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :sfa2:00200000:FF8580:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfa2:00200000:FF8588:000806FF:FFFFFFFF:Head Press:*d,u+K :sfa2:00200000:FF8590:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfa2:00100000:FF8598:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfa2:00100000:FF85A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfa2:00200000:FF85C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfa2:00200000:FF85A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfa2:00200000:FF85B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfa2:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :sfa2:00200000:FF8980:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfa2:00200000:FF8988:000806FF:FFFFFFFF:Head Press:*d,u+K :sfa2:00200000:FF8990:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfa2:00100000:FF8998:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfa2:00100000:FF89A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfa2:00200000:FF89C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfa2:00200000:FF89A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfa2:00200000:FF89B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfa2:60000000:000000:00000000:00000000:[Use for Akuma (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfa2:00100000:FF8588:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfa2:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfa2:00100000:FF85A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfa2:00100000:FF85B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfa2:00100000:FF85C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfa2:00100000:FF85D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfa2:00100000:FF85D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfa2:00100000:FF8598:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfa2:00100000:FF85B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfa2:00100000:FF85C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfa2:60000000:000000:00000000:00000000:[Use for Akuma (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfa2:00100000:FF8988:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfa2:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfa2:00100000:FF89A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfa2:00100000:FF89B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfa2:00100000:FF89C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfa2:00100000:FF89D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfa2:00100000:FF89D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfa2:00100000:FF8998:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfa2:00100000:FF89B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfa2:00100000:FF89C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfa2:60000000:000000:00000000:00000000:[Use for Dan (PL1)] :sfa2:00100000:FF8580:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfa2:00100000:FF8588:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfa2:00100000:FF8590:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfa2:00100000:FF85B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfa2:00100000:FF85B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfa2:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF85A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfa2:00100000:FF85A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfa2:00100000:FF85C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start :sfa2:60000000:000000:00000000:00000000:[Use for Dan (PL2)] :sfa2:00100000:FF8980:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfa2:00100000:FF8988:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfa2:00100000:FF8990:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfa2:00100000:FF89B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfa2:00100000:FF89B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfa2:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfa2:00100000:FF89A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfa2:00100000:FF89A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfa2:00100000:FF89C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start ; Move List Supplement :sfa2:60000000:000000:00000000:00000000:[ Use for Sakura PL1 ] :sfa2:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfa2:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa2:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa2:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa2:60000000:000000:00000000:00000000:[ Use for Sakura PL2 ] :sfa2:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfa2:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa2:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa2:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa2:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfa2:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfa2:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfa2:62000000:000000:00000000:00000000:Select Region :sfa2:00010000:FF8091:00000000:FFFFFFFF:Japan :sfa2:00010000:FF8091:00000002:FFFFFFFF:USA :sfa2:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfa2:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfa2:00010000:FF8091:00000008:FFFFFFFF:Asia :sfa2:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfa2:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfa2:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Alpha 3 (US 980904) ] sfa3:0:FF8109:63:000:Infinite Time sfa3:0:FF8109:00:001:Finish this Round Now! :sfa3:62000000:000000:00000000:00000000:Select Color Unlock :sfa3:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfa3:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfa3:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfa3:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfa3:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfa3:62000000:000000:00000000:00000000:Select Backdrop :sfa3:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfa3:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfa3:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfa3:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfa3:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfa3:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfa3:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfa3:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfa3:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfa3:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfa3:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfa3:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfa3:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfa3:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfa3:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfa3:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfa3:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfa3:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfa3:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfa3:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfa3:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfa3:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfa3:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfa3:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfa3:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfa3:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfa3:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfa3:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfa3:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfa3:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfa3:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfa3:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfa3:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfa3:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfa3:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfa3:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfa3:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfa3:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfa3:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfa3:0:FF851F:90:000:Infinite Power PL1 sfa3:0:FF851F:00:000:No Power PL1 sfa3:0:FF851F:90:001:Refill Power Now! PL1 sfa3:0:FF851F:00:001:Drain Power Now! PL1 :sfa3:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfa3:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfa3:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfa3:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfa3:0:FF8638:00:000:Infinite Fireballs PL1 sfa3:0:FF8638:01:000:Never have use of Fireballs PL1 sfa3:0:FF84BC:01:000:Infinite Taunts PL1 sfa3:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfa3:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfa3:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfa3:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfa3:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfa3:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfa3:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfa3:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfa3:62000000:000000:00000000:00000000:Select Control PL1 :sfa3:00010000:FF8525:00000000:FFFFFFFF:User :sfa3:00010000:FF8525:00000001:FFFFFFFF:CPU sfa3:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3:0:000000:00:999:[ Screen. ] sfa3:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfa3:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfa3:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfa3:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfa3:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfa3:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfa3:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfa3:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfa3:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfa3:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfa3:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3:62000000:000000:00000000:00000000:Select Character PL1 :sfa3:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfa3:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfa3:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfa3:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfa3:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfa3:00010000:FF8502:00000005:FFFFFFFF:Adon :sfa3:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfa3:00010000:FF8502:00000007:FFFFFFFF:Guy :sfa3:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfa3:00010000:FF8502:00000009:FFFFFFFF:Rose :sfa3:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfa3:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfa3:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfa3:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfa3:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfa3:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfa3:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfa3:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfa3:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfa3:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfa3:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfa3:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfa3:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfa3:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfa3:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfa3:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfa3:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfa3:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfa3:0:FF891F:90:000:Infinite Power PL2 sfa3:0:FF891F:00:000:No Power PL2 sfa3:0:FF891F:90:001:Refill Power Now! PL2 sfa3:0:FF891F:00:001:Drain Power Now! PL2 :sfa3:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfa3:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfa3:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfa3:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfa3:0:FF8A38:00:000:Infinite Fireballs PL2 sfa3:0:FF8A38:01:000:Never have use of Fireballs PL2 sfa3:0:FF88BC:01:000:Infinite Taunts PL2 sfa3:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfa3:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfa3:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfa3:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfa3:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfa3:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfa3:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfa3:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfa3:62000000:000000:00000000:00000000:Select Control PL2 :sfa3:00010000:FF8925:00000000:FFFFFFFF:User :sfa3:00010000:FF8925:00000001:FFFFFFFF:CPU sfa3:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3:0:000000:00:999:[ Screen. ] sfa3:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfa3:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfa3:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfa3:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfa3:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfa3:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfa3:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfa3:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfa3:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfa3:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfa3:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3:62000000:000000:00000000:00000000:Select Character PL2 :sfa3:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfa3:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfa3:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfa3:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfa3:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfa3:00010000:FF8902:00000005:FFFFFFFF:Adon :sfa3:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfa3:00010000:FF8902:00000007:FFFFFFFF:Guy :sfa3:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfa3:00010000:FF8902:00000009:FFFFFFFF:Rose :sfa3:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfa3:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfa3:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfa3:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfa3:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfa3:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfa3:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfa3:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfa3:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfa3:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfa3:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfa3:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfa3:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfa3:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfa3:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfa3:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfa3:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfa3:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfa3:0:FF8D1F:90:000:Infinite Power PL3 sfa3:0:FF8D1F:00:000:No Power PL3 sfa3:0:FF8D1F:90:001:Refill Power Now! PL3 sfa3:0:FF8D1F:00:001:Drain Power Now! PL3 :sfa3:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfa3:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfa3:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfa3:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfa3:0:FF8E38:00:000:Infinite Fireballs PL3 sfa3:0:FF8E38:01:000:Never have use of Fireballs PL3 sfa3:0:FF8CBC:01:000:Infinite Taunts PL3 sfa3:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfa3:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfa3:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfa3:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfa3:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfa3:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfa3:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfa3:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfa3:62000000:000000:00000000:00000000:Select Control PL3 :sfa3:00010000:FF8D25:00000000:FFFFFFFF:User :sfa3:00010000:FF8D25:00000001:FFFFFFFF:CPU sfa3:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3:0:000000:00:999:[ Screen. ] sfa3:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfa3:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfa3:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfa3:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfa3:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfa3:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfa3:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfa3:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfa3:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfa3:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfa3:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3:62000000:000000:00000000:00000000:Select Character PL3 :sfa3:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfa3:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfa3:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfa3:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfa3:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfa3:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfa3:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfa3:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfa3:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfa3:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfa3:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfa3:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfa3:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfa3:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfa3:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfa3:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfa3:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfa3:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfa3:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfa3:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfa3:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfa3:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfa3:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfa3:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfa3:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfa3:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfa3:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfa3:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfa3:0:FF911F:90:000:Infinite Power PL4 sfa3:0:FF911F:00:000:No Power PL4 sfa3:0:FF911F:90:001:Refill Power Now! PL4 sfa3:0:FF911F:00:001:Drain Power Now! PL4 :sfa3:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfa3:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfa3:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfa3:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfa3:0:FF9238:00:000:Infinite Fireballs PL4 sfa3:0:FF9238:01:000:Never have use of Fireballs PL4 sfa3:0:FF90BC:01:000:Infinite Taunts PL4 sfa3:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfa3:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfa3:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfa3:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfa3:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfa3:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfa3:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfa3:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfa3:62000000:000000:00000000:00000000:Select Control PL4 :sfa3:00010000:FF9125:00000000:FFFFFFFF:User :sfa3:00010000:FF9125:00000001:FFFFFFFF:CPU sfa3:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3:0:000000:00:999:[ Screen. ] sfa3:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfa3:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfa3:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfa3:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfa3:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfa3:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfa3:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfa3:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfa3:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfa3:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfa3:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3:62000000:000000:00000000:00000000:Select Character PL4 :sfa3:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfa3:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfa3:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfa3:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfa3:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfa3:00010000:FF9102:00000005:FFFFFFFF:Adon :sfa3:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfa3:00010000:FF9102:00000007:FFFFFFFF:Guy :sfa3:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfa3:00010000:FF9102:00000009:FFFFFFFF:Rose :sfa3:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfa3:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfa3:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfa3:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfa3:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfa3:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfa3:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfa3:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfa3:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfa3:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfa3:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfa3:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfa3:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfa3:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfa3:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfa3:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfa3:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfa3:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfa3:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfa3:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfa3:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfa3:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfa3:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfa3:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfa3:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfa3:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfa3:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfa3:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfa3:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfa3:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfa3:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfa3:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfa3:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfa3:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfa3:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfa3:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfa3:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfa3:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfa3:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfa3:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfa3:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfa3:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfa3:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfa3:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfa3:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfa3:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfa3:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfa3:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfa3:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfa3:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfa3:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfa3:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfa3:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfa3:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfa3:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfa3:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfa3:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfa3:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfa3:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfa3:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfa3:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfa3:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfa3:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfa3:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfa3:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfa3:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfa3:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfa3:62000000:000000:00000000:00000000:Select Region :sfa3:00010000:FF8091:00000000:FFFFFFFF:Japan :sfa3:00010000:FF8091:00000002:FFFFFFFF:USA :sfa3:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfa3:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfa3:00010000:FF8091:00000008:FFFFFFFF:Asia :sfa3:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfa3:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfa3:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Alpha 3 (Brazil 980629) ] sfa3b:0:FF8109:63:000:Infinite Time sfa3b:0:FF8109:00:001:Finish this Round Now! :sfa3b:62000000:000000:00000000:00000000:Select Color Unlock :sfa3b:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfa3b:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfa3b:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfa3b:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfa3b:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfa3b:62000000:000000:00000000:00000000:Select Backdrop :sfa3b:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfa3b:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfa3b:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfa3b:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfa3b:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfa3b:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfa3b:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfa3b:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfa3b:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfa3b:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfa3b:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfa3b:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfa3b:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfa3b:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfa3b:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfa3b:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfa3b:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfa3b:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfa3b:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfa3b:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfa3b:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfa3b:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfa3b:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfa3b:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfa3b:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfa3b:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfa3b:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfa3b:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfa3b:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfa3b:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfa3b:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfa3b:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfa3b:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfa3b:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfa3b:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfa3b:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfa3b:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfa3b:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfa3b:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfa3b:0:FF851F:90:000:Infinite Power PL1 sfa3b:0:FF851F:00:000:No Power PL1 sfa3b:0:FF851F:90:001:Refill Power Now! PL1 sfa3b:0:FF851F:00:001:Drain Power Now! PL1 :sfa3b:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfa3b:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfa3b:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfa3b:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfa3b:0:FF8638:00:000:Infinite Fireballs PL1 sfa3b:0:FF8638:01:000:Never have use of Fireballs PL1 sfa3b:0:FF84BC:01:000:Infinite Taunts PL1 sfa3b:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfa3b:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfa3b:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfa3b:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfa3b:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfa3b:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfa3b:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfa3b:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfa3b:62000000:000000:00000000:00000000:Select Control PL1 :sfa3b:00010000:FF8525:00000000:FFFFFFFF:User :sfa3b:00010000:FF8525:00000001:FFFFFFFF:CPU sfa3b:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3b:0:000000:00:999:[ Screen. ] sfa3b:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfa3b:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3b:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfa3b:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3b:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3b:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfa3b:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfa3b:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfa3b:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfa3b:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfa3b:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfa3b:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfa3b:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfa3b:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3b:62000000:000000:00000000:00000000:Select Character PL1 :sfa3b:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfa3b:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfa3b:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfa3b:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfa3b:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfa3b:00010000:FF8502:00000005:FFFFFFFF:Adon :sfa3b:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfa3b:00010000:FF8502:00000007:FFFFFFFF:Guy :sfa3b:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfa3b:00010000:FF8502:00000009:FFFFFFFF:Rose :sfa3b:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfa3b:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfa3b:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfa3b:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfa3b:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfa3b:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfa3b:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfa3b:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3b:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3b:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfa3b:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfa3b:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfa3b:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfa3b:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3b:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfa3b:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfa3b:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfa3b:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfa3b:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfa3b:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfa3b:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfa3b:0:FF891F:90:000:Infinite Power PL2 sfa3b:0:FF891F:00:000:No Power PL2 sfa3b:0:FF891F:90:001:Refill Power Now! PL2 sfa3b:0:FF891F:00:001:Drain Power Now! PL2 :sfa3b:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfa3b:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfa3b:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfa3b:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfa3b:0:FF8A38:00:000:Infinite Fireballs PL2 sfa3b:0:FF8A38:01:000:Never have use of Fireballs PL2 sfa3b:0:FF88BC:01:000:Infinite Taunts PL2 sfa3b:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfa3b:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfa3b:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfa3b:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfa3b:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfa3b:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfa3b:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfa3b:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfa3b:62000000:000000:00000000:00000000:Select Control PL2 :sfa3b:00010000:FF8925:00000000:FFFFFFFF:User :sfa3b:00010000:FF8925:00000001:FFFFFFFF:CPU sfa3b:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3b:0:000000:00:999:[ Screen. ] sfa3b:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfa3b:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3b:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfa3b:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3b:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3b:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfa3b:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfa3b:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfa3b:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfa3b:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfa3b:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfa3b:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfa3b:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfa3b:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3b:62000000:000000:00000000:00000000:Select Character PL2 :sfa3b:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfa3b:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfa3b:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfa3b:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfa3b:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfa3b:00010000:FF8902:00000005:FFFFFFFF:Adon :sfa3b:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfa3b:00010000:FF8902:00000007:FFFFFFFF:Guy :sfa3b:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfa3b:00010000:FF8902:00000009:FFFFFFFF:Rose :sfa3b:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfa3b:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfa3b:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfa3b:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfa3b:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfa3b:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfa3b:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfa3b:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3b:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3b:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfa3b:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfa3b:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfa3b:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfa3b:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3b:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfa3b:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfa3b:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfa3b:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfa3b:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfa3b:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfa3b:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfa3b:0:FF8D1F:90:000:Infinite Power PL3 sfa3b:0:FF8D1F:00:000:No Power PL3 sfa3b:0:FF8D1F:90:001:Refill Power Now! PL3 sfa3b:0:FF8D1F:00:001:Drain Power Now! PL3 :sfa3b:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfa3b:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfa3b:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfa3b:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfa3b:0:FF8E38:00:000:Infinite Fireballs PL3 sfa3b:0:FF8E38:01:000:Never have use of Fireballs PL3 sfa3b:0:FF8CBC:01:000:Infinite Taunts PL3 sfa3b:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfa3b:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfa3b:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfa3b:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfa3b:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfa3b:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfa3b:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfa3b:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfa3b:62000000:000000:00000000:00000000:Select Control PL3 :sfa3b:00010000:FF8D25:00000000:FFFFFFFF:User :sfa3b:00010000:FF8D25:00000001:FFFFFFFF:CPU sfa3b:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3b:0:000000:00:999:[ Screen. ] sfa3b:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfa3b:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3b:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfa3b:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3b:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3b:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfa3b:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfa3b:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfa3b:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfa3b:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfa3b:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfa3b:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfa3b:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfa3b:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3b:62000000:000000:00000000:00000000:Select Character PL3 :sfa3b:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfa3b:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfa3b:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfa3b:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfa3b:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfa3b:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfa3b:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfa3b:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfa3b:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfa3b:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfa3b:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfa3b:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfa3b:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfa3b:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfa3b:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfa3b:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfa3b:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfa3b:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3b:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3b:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfa3b:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfa3b:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfa3b:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfa3b:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3b:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfa3b:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfa3b:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfa3b:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfa3b:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfa3b:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfa3b:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfa3b:0:FF911F:90:000:Infinite Power PL4 sfa3b:0:FF911F:00:000:No Power PL4 sfa3b:0:FF911F:90:001:Refill Power Now! PL4 sfa3b:0:FF911F:00:001:Drain Power Now! PL4 :sfa3b:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfa3b:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfa3b:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfa3b:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfa3b:0:FF9238:00:000:Infinite Fireballs PL4 sfa3b:0:FF9238:01:000:Never have use of Fireballs PL4 sfa3b:0:FF90BC:01:000:Infinite Taunts PL4 sfa3b:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfa3b:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfa3b:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfa3b:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfa3b:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfa3b:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfa3b:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfa3b:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfa3b:62000000:000000:00000000:00000000:Select Control PL4 :sfa3b:00010000:FF9125:00000000:FFFFFFFF:User :sfa3b:00010000:FF9125:00000001:FFFFFFFF:CPU sfa3b:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3b:0:000000:00:999:[ Screen. ] sfa3b:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfa3b:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3b:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfa3b:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3b:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3b:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfa3b:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfa3b:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfa3b:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfa3b:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfa3b:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfa3b:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfa3b:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfa3b:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3b:62000000:000000:00000000:00000000:Select Character PL4 :sfa3b:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfa3b:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfa3b:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfa3b:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfa3b:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfa3b:00010000:FF9102:00000005:FFFFFFFF:Adon :sfa3b:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfa3b:00010000:FF9102:00000007:FFFFFFFF:Guy :sfa3b:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfa3b:00010000:FF9102:00000009:FFFFFFFF:Rose :sfa3b:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfa3b:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfa3b:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfa3b:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfa3b:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfa3b:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfa3b:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfa3b:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3b:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3b:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfa3b:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfa3b:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfa3b:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfa3b:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3b:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfa3b:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfa3b:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfa3b:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfa3b:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfa3b:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3b:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3b:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3b:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfa3b:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3b:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfa3b:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3b:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfa3b:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3b:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfa3b:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3b:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3b:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfa3b:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3b:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3b:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3b:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3b:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfa3b:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3b:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3b:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3b:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3b:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfa3b:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3b:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3b:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfa3b:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3b:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfa3b:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfa3b:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfa3b:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfa3b:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3b:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3b:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3b:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfa3b:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3b:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfa3b:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3b:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfa3b:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3b:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfa3b:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3b:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3b:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfa3b:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3b:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3b:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3b:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3b:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfa3b:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3b:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3b:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3b:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3b:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfa3b:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3b:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3b:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfa3b:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3b:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfa3b:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfa3b:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfa3b:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfa3b:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3b:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3b:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3b:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfa3b:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3b:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfa3b:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3b:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfa3b:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3b:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfa3b:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3b:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3b:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfa3b:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3b:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3b:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3b:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3b:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfa3b:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3b:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3b:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3b:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3b:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfa3b:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3b:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3b:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfa3b:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3b:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfa3b:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfa3b:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfa3b:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfa3b:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3b:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3b:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3b:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfa3b:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3b:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfa3b:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3b:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3b:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfa3b:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3b:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3b:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfa3b:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3b:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3b:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfa3b:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3b:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3b:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3b:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3b:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfa3b:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3b:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3b:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3b:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3b:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfa3b:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3b:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3b:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfa3b:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3b:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfa3b:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfa3b:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfa3b:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3b:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfa3b:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfa3b:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfa3b:62000000:000000:00000000:00000000:Select Region :sfa3b:00010000:FF8091:00000000:FFFFFFFF:Japan :sfa3b:00010000:FF8091:00000002:FFFFFFFF:USA :sfa3b:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfa3b:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfa3b:00010000:FF8091:00000008:FFFFFFFF:Asia :sfa3b:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfa3b:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfa3b:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Alpha 3 (US 980629) ] sfa3r1:0:FF8109:63:000:Infinite Time sfa3r1:0:FF8109:00:001:Finish this Round Now! :sfa3r1:62000000:000000:00000000:00000000:Select Color Unlock :sfa3r1:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfa3r1:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfa3r1:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfa3r1:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfa3r1:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfa3r1:62000000:000000:00000000:00000000:Select Backdrop :sfa3r1:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfa3r1:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfa3r1:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfa3r1:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfa3r1:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfa3r1:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfa3r1:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfa3r1:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfa3r1:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfa3r1:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfa3r1:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfa3r1:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfa3r1:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfa3r1:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfa3r1:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfa3r1:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfa3r1:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfa3r1:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfa3r1:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfa3r1:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfa3r1:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfa3r1:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfa3r1:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfa3r1:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfa3r1:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfa3r1:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfa3r1:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfa3r1:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfa3r1:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfa3r1:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfa3r1:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfa3r1:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfa3r1:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfa3r1:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfa3r1:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfa3r1:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfa3r1:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfa3r1:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfa3r1:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfa3r1:0:FF851F:90:000:Infinite Power PL1 sfa3r1:0:FF851F:00:000:No Power PL1 sfa3r1:0:FF851F:90:001:Refill Power Now! PL1 sfa3r1:0:FF851F:00:001:Drain Power Now! PL1 :sfa3r1:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfa3r1:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfa3r1:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfa3r1:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfa3r1:0:FF8638:00:000:Infinite Fireballs PL1 sfa3r1:0:FF8638:01:000:Never have use of Fireballs PL1 sfa3r1:0:FF84BC:01:000:Infinite Taunts PL1 sfa3r1:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfa3r1:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfa3r1:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfa3r1:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfa3r1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfa3r1:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfa3r1:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfa3r1:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfa3r1:62000000:000000:00000000:00000000:Select Control PL1 :sfa3r1:00010000:FF8525:00000000:FFFFFFFF:User :sfa3r1:00010000:FF8525:00000001:FFFFFFFF:CPU sfa3r1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3r1:0:000000:00:999:[ Screen. ] sfa3r1:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfa3r1:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3r1:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfa3r1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3r1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3r1:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfa3r1:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfa3r1:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfa3r1:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfa3r1:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfa3r1:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfa3r1:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfa3r1:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfa3r1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3r1:62000000:000000:00000000:00000000:Select Character PL1 :sfa3r1:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfa3r1:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfa3r1:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfa3r1:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfa3r1:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfa3r1:00010000:FF8502:00000005:FFFFFFFF:Adon :sfa3r1:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfa3r1:00010000:FF8502:00000007:FFFFFFFF:Guy :sfa3r1:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfa3r1:00010000:FF8502:00000009:FFFFFFFF:Rose :sfa3r1:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfa3r1:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfa3r1:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfa3r1:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfa3r1:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfa3r1:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfa3r1:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfa3r1:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3r1:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3r1:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfa3r1:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfa3r1:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfa3r1:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfa3r1:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3r1:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfa3r1:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfa3r1:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfa3r1:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfa3r1:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfa3r1:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfa3r1:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfa3r1:0:FF891F:90:000:Infinite Power PL2 sfa3r1:0:FF891F:00:000:No Power PL2 sfa3r1:0:FF891F:90:001:Refill Power Now! PL2 sfa3r1:0:FF891F:00:001:Drain Power Now! PL2 :sfa3r1:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfa3r1:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfa3r1:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfa3r1:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfa3r1:0:FF8A38:00:000:Infinite Fireballs PL2 sfa3r1:0:FF8A38:01:000:Never have use of Fireballs PL2 sfa3r1:0:FF88BC:01:000:Infinite Taunts PL2 sfa3r1:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfa3r1:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfa3r1:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfa3r1:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfa3r1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfa3r1:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfa3r1:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfa3r1:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfa3r1:62000000:000000:00000000:00000000:Select Control PL2 :sfa3r1:00010000:FF8925:00000000:FFFFFFFF:User :sfa3r1:00010000:FF8925:00000001:FFFFFFFF:CPU sfa3r1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3r1:0:000000:00:999:[ Screen. ] sfa3r1:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfa3r1:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3r1:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfa3r1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3r1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3r1:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfa3r1:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfa3r1:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfa3r1:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfa3r1:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfa3r1:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfa3r1:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfa3r1:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfa3r1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3r1:62000000:000000:00000000:00000000:Select Character PL2 :sfa3r1:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfa3r1:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfa3r1:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfa3r1:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfa3r1:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfa3r1:00010000:FF8902:00000005:FFFFFFFF:Adon :sfa3r1:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfa3r1:00010000:FF8902:00000007:FFFFFFFF:Guy :sfa3r1:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfa3r1:00010000:FF8902:00000009:FFFFFFFF:Rose :sfa3r1:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfa3r1:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfa3r1:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfa3r1:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfa3r1:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfa3r1:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfa3r1:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfa3r1:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3r1:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3r1:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfa3r1:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfa3r1:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfa3r1:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfa3r1:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3r1:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfa3r1:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfa3r1:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfa3r1:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfa3r1:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfa3r1:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfa3r1:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfa3r1:0:FF8D1F:90:000:Infinite Power PL3 sfa3r1:0:FF8D1F:00:000:No Power PL3 sfa3r1:0:FF8D1F:90:001:Refill Power Now! PL3 sfa3r1:0:FF8D1F:00:001:Drain Power Now! PL3 :sfa3r1:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfa3r1:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfa3r1:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfa3r1:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfa3r1:0:FF8E38:00:000:Infinite Fireballs PL3 sfa3r1:0:FF8E38:01:000:Never have use of Fireballs PL3 sfa3r1:0:FF8CBC:01:000:Infinite Taunts PL3 sfa3r1:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfa3r1:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfa3r1:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfa3r1:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfa3r1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfa3r1:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfa3r1:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfa3r1:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfa3r1:62000000:000000:00000000:00000000:Select Control PL3 :sfa3r1:00010000:FF8D25:00000000:FFFFFFFF:User :sfa3r1:00010000:FF8D25:00000001:FFFFFFFF:CPU sfa3r1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3r1:0:000000:00:999:[ Screen. ] sfa3r1:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfa3r1:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3r1:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfa3r1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3r1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3r1:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfa3r1:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfa3r1:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfa3r1:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfa3r1:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfa3r1:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfa3r1:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfa3r1:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfa3r1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3r1:62000000:000000:00000000:00000000:Select Character PL3 :sfa3r1:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfa3r1:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfa3r1:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfa3r1:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfa3r1:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfa3r1:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfa3r1:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfa3r1:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfa3r1:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfa3r1:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfa3r1:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfa3r1:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfa3r1:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfa3r1:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfa3r1:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfa3r1:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfa3r1:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfa3r1:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3r1:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3r1:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfa3r1:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfa3r1:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfa3r1:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfa3r1:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3r1:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfa3r1:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfa3r1:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfa3r1:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfa3r1:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfa3r1:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfa3r1:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfa3r1:0:FF911F:90:000:Infinite Power PL4 sfa3r1:0:FF911F:00:000:No Power PL4 sfa3r1:0:FF911F:90:001:Refill Power Now! PL4 sfa3r1:0:FF911F:00:001:Drain Power Now! PL4 :sfa3r1:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfa3r1:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfa3r1:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfa3r1:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfa3r1:0:FF9238:00:000:Infinite Fireballs PL4 sfa3r1:0:FF9238:01:000:Never have use of Fireballs PL4 sfa3r1:0:FF90BC:01:000:Infinite Taunts PL4 sfa3r1:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfa3r1:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfa3r1:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfa3r1:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfa3r1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfa3r1:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfa3r1:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfa3r1:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfa3r1:62000000:000000:00000000:00000000:Select Control PL4 :sfa3r1:00010000:FF9125:00000000:FFFFFFFF:User :sfa3r1:00010000:FF9125:00000001:FFFFFFFF:CPU sfa3r1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfa3r1:0:000000:00:999:[ Screen. ] sfa3r1:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfa3r1:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfa3r1:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfa3r1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfa3r1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfa3r1:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfa3r1:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfa3r1:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfa3r1:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfa3r1:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfa3r1:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfa3r1:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfa3r1:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfa3r1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfa3r1:62000000:000000:00000000:00000000:Select Character PL4 :sfa3r1:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfa3r1:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfa3r1:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfa3r1:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfa3r1:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfa3r1:00010000:FF9102:00000005:FFFFFFFF:Adon :sfa3r1:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfa3r1:00010000:FF9102:00000007:FFFFFFFF:Guy :sfa3r1:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfa3r1:00010000:FF9102:00000009:FFFFFFFF:Rose :sfa3r1:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfa3r1:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfa3r1:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfa3r1:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfa3r1:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfa3r1:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfa3r1:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfa3r1:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfa3r1:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfa3r1:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfa3r1:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfa3r1:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfa3r1:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfa3r1:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfa3r1:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfa3r1:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfa3r1:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfa3r1:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfa3r1:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfa3r1:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3r1:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3r1:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3r1:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfa3r1:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3r1:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfa3r1:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3r1:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfa3r1:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3r1:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfa3r1:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3r1:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3r1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfa3r1:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3r1:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3r1:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3r1:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3r1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfa3r1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3r1:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3r1:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3r1:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3r1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfa3r1:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3r1:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3r1:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfa3r1:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3r1:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfa3r1:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfa3r1:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfa3r1:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfa3r1:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3r1:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3r1:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3r1:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfa3r1:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3r1:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfa3r1:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3r1:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfa3r1:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3r1:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfa3r1:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3r1:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3r1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfa3r1:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3r1:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3r1:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3r1:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3r1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfa3r1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3r1:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3r1:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3r1:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3r1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfa3r1:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3r1:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3r1:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfa3r1:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3r1:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfa3r1:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfa3r1:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfa3r1:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfa3r1:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3r1:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3r1:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3r1:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfa3r1:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3r1:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfa3r1:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3r1:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfa3r1:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3r1:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfa3r1:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3r1:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3r1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfa3r1:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3r1:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3r1:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3r1:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3r1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfa3r1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3r1:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3r1:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3r1:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3r1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfa3r1:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3r1:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3r1:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfa3r1:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3r1:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfa3r1:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfa3r1:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfa3r1:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfa3r1:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfa3r1:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfa3r1:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfa3r1:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfa3r1:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfa3r1:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfa3r1:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfa3r1:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfa3r1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfa3r1:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfa3r1:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfa3r1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfa3r1:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfa3r1:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfa3r1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfa3r1:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfa3r1:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfa3r1:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfa3r1:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfa3r1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfa3r1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfa3r1:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfa3r1:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfa3r1:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfa3r1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfa3r1:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfa3r1:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfa3r1:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfa3r1:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfa3r1:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfa3r1:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfa3r1:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfa3r1:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfa3r1:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfa3r1:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfa3r1:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfa3r1:62000000:000000:00000000:00000000:Select Region :sfa3r1:00010000:FF8091:00000000:FFFFFFFF:Japan :sfa3r1:00010000:FF8091:00000002:FFFFFFFF:USA :sfa3r1:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfa3r1:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfa3r1:00010000:FF8091:00000008:FFFFFFFF:Asia :sfa3r1:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfa3r1:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfa3r1:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Alpha: Warriors' Dreams (Euro 950718) ] sfar1:0:FFAE09:63:000:Infinite Time sfar1:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfar1:0:FFAE49:01:000:Quick Dramatic Battle sfar1:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfar1:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfar1:0:FF8441:90:000:Infinite Energy PL1 sfar1:0:FF8441:00:000:Energy always set to 0 PL1 sfar1:0:FF8441:00:001:Energy set to 0 Now! PL1 sfar1:0:FF84C6:01:000:End round to win match PL1 sfar1:0:FF84C6:00:000:Rounds won always = 0 PL1 sfar1:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfar1:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfar1:0:FF84BF:90:000:Infinite Power PL1 sfar1:0:FF84BF:00:001:Drain All Power Now! PL1 sfar1:0:FF8537:00:000:Never Faint PL1 sfar1:0:FF853A:00:000:Faint on every hit PL1 sfar1:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfar1:0:FF84A2:00:001:Play with Ryu PL1 sfar1:0:FF84A2:01:001:Play with Ken PL1 sfar1:0:FF84A2:02:001:Play with Gouki PL1 sfar1:0:FF84A2:03:001:Play with Nash PL1 sfar1:0:FF84A2:04:001:Play with Chun Li PL1 sfar1:0:FF84A2:05:001:Play with Adon PL1 sfar1:0:FF84A2:06:001:Play with Sodom PL1 sfar1:0:FF84A2:07:001:Play with Guy PL1 sfar1:0:FF84A2:08:001:Play with Birdie PL1 sfar1:0:FF84A2:09:001:Play with Rose PL1 sfar1:0:FF84A2:0A:001:Play with Vega PL1 sfar1:0:FF84A2:0B:001:Play with Sagat PL1 sfar1:0:FF84A2:0C:001:Play with Dan PL1 sfar1:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfar1:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfar1:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfar1:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfar1:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfar1:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfar1:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfar1:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfar1:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfar1:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfar1:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfar1:0:FF8841:90:000:Infinite Energy PL2 sfar1:0:FF8841:00:000:Energy always set to 0 PL2 sfar1:0:FF8841:00:001:Energy set to 0 Now! PL2 sfar1:0:FF88C6:01:000:End round to win match PL2 sfar1:0:FF88C6:00:000:Rounds won always = 0 PL2 sfar1:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfar1:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfar1:0:FF88BF:90:000:Infinite Power PL2 sfar1:0:FF88BF:00:001:Drain All Power Now! PL2 sfar1:0:FF8937:00:000:Never Faint PL2 sfar1:0:FF893A:00:000:Faint on every hit PL2 sfar1:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfar1:0:FF88A2:00:001:Play with Ryu PL2 sfar1:0:FF88A2:01:001:Play with Ken PL2 sfar1:0:FF88A2:02:001:Play with Gouki PL2 sfar1:0:FF88A2:03:001:Play with Nash PL2 sfar1:0:FF88A2:04:001:Play with Chun Li PL2 sfar1:0:FF88A2:05:001:Play with Adon PL2 sfar1:0:FF88A2:06:001:Play with Sodom PL2 sfar1:0:FF88A2:07:001:Play with Guy PL2 sfar1:0:FF88A2:08:001:Play with Birdie PL2 sfar1:0:FF88A2:09:001:Play with Rose PL2 sfar1:0:FF88A2:0A:001:Play with Vega PL2 sfar1:0:FF88A2:0B:001:Play with Sagat PL2 sfar1:0:FF88A2:0C:001:Play with Dan PL2 sfar1:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfar1:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfar1:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfar1:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfar1:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfar1:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfar1:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfar1:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfar1:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfar1:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfar1:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfar1:0:000000:00:999:[ These are the codes to set the machine region - the ] sfar1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfar1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfar1:0:FF8191:00:000:Region Switch = Japan sfar1:0:FF8191:02:000:Region Switch = USA sfar1:0:FF8191:04:000:Region Switch = Hispanic sfar1:0:FF8191:06:000:Region Switch = Asia sfar1:0:FF8191:08:000:Region Switch = Euro sfar1:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Alpha: Warriors' Dreams (Euro 950627) ] sfar2:0:FFAE09:63:000:Infinite Time sfar2:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfar2:0:FFAE49:01:000:Quick Dramatic Battle sfar2:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfar2:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfar2:0:FF8441:90:000:Infinite Energy PL1 sfar2:0:FF8441:00:000:Energy always set to 0 PL1 sfar2:0:FF8441:00:001:Energy set to 0 Now! PL1 sfar2:0:FF84C6:01:000:End round to win match PL1 sfar2:0:FF84C6:00:000:Rounds won always = 0 PL1 sfar2:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfar2:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfar2:0:FF84BF:90:000:Infinite Power PL1 sfar2:0:FF84BF:00:001:Drain All Power Now! PL1 sfar2:0:FF8537:00:000:Never Faint PL1 sfar2:0:FF853A:00:000:Faint on every hit PL1 sfar2:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfar2:0:FF84A2:00:001:Play with Ryu PL1 sfar2:0:FF84A2:01:001:Play with Ken PL1 sfar2:0:FF84A2:02:001:Play with Gouki PL1 sfar2:0:FF84A2:03:001:Play with Nash PL1 sfar2:0:FF84A2:04:001:Play with Chun Li PL1 sfar2:0:FF84A2:05:001:Play with Adon PL1 sfar2:0:FF84A2:06:001:Play with Sodom PL1 sfar2:0:FF84A2:07:001:Play with Guy PL1 sfar2:0:FF84A2:08:001:Play with Birdie PL1 sfar2:0:FF84A2:09:001:Play with Rose PL1 sfar2:0:FF84A2:0A:001:Play with Vega PL1 sfar2:0:FF84A2:0B:001:Play with Sagat PL1 sfar2:0:FF84A2:0C:001:Play with Dan PL1 sfar2:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfar2:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfar2:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfar2:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfar2:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfar2:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfar2:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfar2:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfar2:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfar2:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfar2:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfar2:0:FF8841:90:000:Infinite Energy PL2 sfar2:0:FF8841:00:000:Energy always set to 0 PL2 sfar2:0:FF8841:00:001:Energy set to 0 Now! PL2 sfar2:0:FF88C6:01:000:End round to win match PL2 sfar2:0:FF88C6:00:000:Rounds won always = 0 PL2 sfar2:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfar2:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfar2:0:FF88BF:90:000:Infinite Power PL2 sfar2:0:FF88BF:00:001:Drain All Power Now! PL2 sfar2:0:FF8937:00:000:Never Faint PL2 sfar2:0:FF893A:00:000:Faint on every hit PL2 sfar2:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfar2:0:FF88A2:00:001:Play with Ryu PL2 sfar2:0:FF88A2:01:001:Play with Ken PL2 sfar2:0:FF88A2:02:001:Play with Gouki PL2 sfar2:0:FF88A2:03:001:Play with Nash PL2 sfar2:0:FF88A2:04:001:Play with Chun Li PL2 sfar2:0:FF88A2:05:001:Play with Adon PL2 sfar2:0:FF88A2:06:001:Play with Sodom PL2 sfar2:0:FF88A2:07:001:Play with Guy PL2 sfar2:0:FF88A2:08:001:Play with Birdie PL2 sfar2:0:FF88A2:09:001:Play with Rose PL2 sfar2:0:FF88A2:0A:001:Play with Vega PL2 sfar2:0:FF88A2:0B:001:Play with Sagat PL2 sfar2:0:FF88A2:0C:001:Play with Dan PL2 sfar2:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfar2:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfar2:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfar2:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfar2:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfar2:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfar2:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfar2:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfar2:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfar2:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfar2:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfar2:0:000000:00:999:[ These are the codes to set the machine region - the ] sfar2:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfar2:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfar2:0:FF8191:00:000:Region Switch = Japan sfar2:0:FF8191:02:000:Region Switch = USA sfar2:0:FF8191:04:000:Region Switch = Hispanic sfar2:0:FF8191:06:000:Region Switch = Asia sfar2:0:FF8191:08:000:Region Switch = Euro sfar2:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Alpha: Warriors' Dreams (Euro 950605) ] sfar3:0:FFAE09:63:000:Infinite Time sfar3:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfar3:0:FFAE49:01:000:Quick Dramatic Battle sfar3:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfar3:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfar3:0:FF8441:90:000:Infinite Energy PL1 sfar3:0:FF8441:00:000:Energy always set to 0 PL1 sfar3:0:FF8441:00:001:Energy set to 0 Now! PL1 sfar3:0:FF84C6:01:000:End round to win match PL1 sfar3:0:FF84C6:00:000:Rounds won always = 0 PL1 sfar3:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfar3:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfar3:0:FF84BF:90:000:Infinite Power PL1 sfar3:0:FF84BF:00:001:Drain All Power Now! PL1 sfar3:0:FF8537:00:000:Never Faint PL1 sfar3:0:FF853A:00:000:Faint on every hit PL1 sfar3:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfar3:0:FF84A2:00:001:Play with Ryu PL1 sfar3:0:FF84A2:01:001:Play with Ken PL1 sfar3:0:FF84A2:02:001:Play with Gouki PL1 sfar3:0:FF84A2:03:001:Play with Nash PL1 sfar3:0:FF84A2:04:001:Play with Chun Li PL1 sfar3:0:FF84A2:05:001:Play with Adon PL1 sfar3:0:FF84A2:06:001:Play with Sodom PL1 sfar3:0:FF84A2:07:001:Play with Guy PL1 sfar3:0:FF84A2:08:001:Play with Birdie PL1 sfar3:0:FF84A2:09:001:Play with Rose PL1 sfar3:0:FF84A2:0A:001:Play with Vega PL1 sfar3:0:FF84A2:0B:001:Play with Sagat PL1 sfar3:0:FF84A2:0C:001:Play with Dan PL1 sfar3:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfar3:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfar3:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfar3:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfar3:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfar3:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfar3:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfar3:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfar3:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfar3:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfar3:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfar3:0:FF8841:90:000:Infinite Energy PL2 sfar3:0:FF8841:00:000:Energy always set to 0 PL2 sfar3:0:FF8841:00:001:Energy set to 0 Now! PL2 sfar3:0:FF88C6:01:000:End round to win match PL2 sfar3:0:FF88C6:00:000:Rounds won always = 0 PL2 sfar3:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfar3:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfar3:0:FF88BF:90:000:Infinite Power PL2 sfar3:0:FF88BF:00:001:Drain All Power Now! PL2 sfar3:0:FF8937:00:000:Never Faint PL2 sfar3:0:FF893A:00:000:Faint on every hit PL2 sfar3:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfar3:0:FF88A2:00:001:Play with Ryu PL2 sfar3:0:FF88A2:01:001:Play with Ken PL2 sfar3:0:FF88A2:02:001:Play with Gouki PL2 sfar3:0:FF88A2:03:001:Play with Nash PL2 sfar3:0:FF88A2:04:001:Play with Chun Li PL2 sfar3:0:FF88A2:05:001:Play with Adon PL2 sfar3:0:FF88A2:06:001:Play with Sodom PL2 sfar3:0:FF88A2:07:001:Play with Guy PL2 sfar3:0:FF88A2:08:001:Play with Birdie PL2 sfar3:0:FF88A2:09:001:Play with Rose PL2 sfar3:0:FF88A2:0A:001:Play with Vega PL2 sfar3:0:FF88A2:0B:001:Play with Sagat PL2 sfar3:0:FF88A2:0C:001:Play with Dan PL2 sfar3:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfar3:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfar3:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfar3:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfar3:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfar3:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfar3:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfar3:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfar3:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfar3:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfar3:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfar3:0:000000:00:999:[ These are the codes to set the machine region - the ] sfar3:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfar3:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfar3:0:FF8191:00:000:Region Switch = Japan sfar3:0:FF8191:02:000:Region Switch = USA sfar3:0:FF8191:04:000:Region Switch = Hispanic sfar3:0:FF8191:06:000:Region Switch = Asia sfar3:0:FF8191:08:000:Region Switch = Euro sfar3:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Alpha: Warriors' Dreams (US 950627) ] sfau:0:FFAE09:63:000:Infinite Time sfau:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfau:0:FFAE49:01:000:Quick Dramatic Battle sfau:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfau:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfau:0:FF8441:90:000:Infinite Energy PL1 sfau:0:FF8441:00:000:Energy always set to 0 PL1 sfau:0:FF8441:00:001:Energy set to 0 Now! PL1 sfau:0:FF84C6:01:000:End round to win match PL1 sfau:0:FF84C6:00:000:Rounds won always = 0 PL1 sfau:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfau:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfau:0:FF84BF:90:000:Infinite Power PL1 sfau:0:FF84BF:00:001:Drain All Power Now! PL1 sfau:0:FF8537:00:000:Never Faint PL1 sfau:0:FF853A:00:000:Faint on every hit PL1 sfau:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfau:0:FF84A2:00:001:Play with Ryu PL1 sfau:0:FF84A2:01:001:Play with Ken PL1 sfau:0:FF84A2:02:001:Play with Gouki PL1 sfau:0:FF84A2:03:001:Play with Nash PL1 sfau:0:FF84A2:04:001:Play with Chun Li PL1 sfau:0:FF84A2:05:001:Play with Adon PL1 sfau:0:FF84A2:06:001:Play with Sodom PL1 sfau:0:FF84A2:07:001:Play with Guy PL1 sfau:0:FF84A2:08:001:Play with Birdie PL1 sfau:0:FF84A2:09:001:Play with Rose PL1 sfau:0:FF84A2:0A:001:Play with Vega PL1 sfau:0:FF84A2:0B:001:Play with Sagat PL1 sfau:0:FF84A2:0C:001:Play with Dan PL1 sfau:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfau:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfau:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfau:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfau:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfau:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfau:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfau:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfau:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfau:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfau:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfau:0:FF8841:90:000:Infinite Energy PL2 sfau:0:FF8841:00:000:Energy always set to 0 PL2 sfau:0:FF8841:00:001:Energy set to 0 Now! PL2 sfau:0:FF88C6:01:000:End round to win match PL2 sfau:0:FF88C6:00:000:Rounds won always = 0 PL2 sfau:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfau:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfau:0:FF88BF:90:000:Infinite Power PL2 sfau:0:FF88BF:00:001:Drain All Power Now! PL2 sfau:0:FF8937:00:000:Never Faint PL2 sfau:0:FF893A:00:000:Faint on every hit PL2 sfau:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfau:0:FF88A2:00:001:Play with Ryu PL2 sfau:0:FF88A2:01:001:Play with Ken PL2 sfau:0:FF88A2:02:001:Play with Gouki PL2 sfau:0:FF88A2:03:001:Play with Nash PL2 sfau:0:FF88A2:04:001:Play with Chun Li PL2 sfau:0:FF88A2:05:001:Play with Adon PL2 sfau:0:FF88A2:06:001:Play with Sodom PL2 sfau:0:FF88A2:07:001:Play with Guy PL2 sfau:0:FF88A2:08:001:Play with Birdie PL2 sfau:0:FF88A2:09:001:Play with Rose PL2 sfau:0:FF88A2:0A:001:Play with Vega PL2 sfau:0:FF88A2:0B:001:Play with Sagat PL2 sfau:0:FF88A2:0C:001:Play with Dan PL2 sfau:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfau:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfau:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfau:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfau:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfau:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfau:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfau:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfau:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfau:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfau:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfau:0:000000:00:999:[ These are the codes to set the machine region - the ] sfau:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfau:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfau:0:FF8191:00:000:Region Switch = Japan sfau:0:FF8191:02:000:Region Switch = USA sfau:0:FF8191:04:000:Region Switch = Hispanic sfau:0:FF8191:06:000:Region Switch = Asia sfau:0:FF8191:08:000:Region Switch = Euro sfau:0:FF8191:0A:000:Region Switch = Brazil ; [ Super Football Champ (Ver 2.5O) ] sfchamp:0:0000:00:999:[ There are no cheats ]:REASON 1 sfchamp:0:0000:00:999:[ for this game as it ]:REASON 1 sfchamp:0:0000:00:999:[ didn't work the last ]:REASON 1 sfchamp:0:0000:00:999:[ time it was tested. ]:REASON 1 sfchamp:0:0000:00:999:[ If the game now works ]:REASON 1 sfchamp:0:0000:00:999:[ please request cheats ]:REASON 1 sfchamp:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfchamp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Football Champ (Ver 2.4J) ] sfchampj:0:0000:00:999:[ There are no cheats ]:REASON 1 sfchampj:0:0000:00:999:[ for this game as it ]:REASON 1 sfchampj:0:0000:00:999:[ didn't work the last ]:REASON 1 sfchampj:0:0000:00:999:[ time it was tested. ]:REASON 1 sfchampj:0:0000:00:999:[ If the game now works ]:REASON 1 sfchampj:0:0000:00:999:[ please request cheats ]:REASON 1 sfchampj:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfchampj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Street Fighter EX (USA 961219) ] :sfex:00000000:002D7D44:00000063:FFFFFFFF:Infinite Time :sfex:00000001:002D7D44:00000000:FFFFFFFF:Finish this Round Now! :sfex:00200001:1FAF007C:00FFFFFF:FFFFFFFF:Unlock Secret Characters:You need to reset the game to see any effect after you've enabled this cheat :sfex:00210001:1FAF0080:00FFFFFF:FFFFFFFF:Unlock Secret Characters (2/2) :sfex:00000000:002DE138:000000C8:FFFFFFFF:Infinite Energy PL1 :sfex:00000001:002DE138:00000000:FFFFFFFF:Drain all Energy Now! PL1 :sfex:00000000:002DE139:00000096:FFFFFFFF:Max Special PL1 :sfex:62000000:00000000:00000000:00000000:Select Character PL1 :sfex:00010000:00124ADB:00000000:FFFFFFFF:Pullum :sfex:00010000:00124ADB:00000001:FFFFFFFF:Zangief :sfex:00010000:00124ADB:00000002:FFFFFFFF:C.Jack :sfex:00010000:00124ADB:00000003:FFFFFFFF:Hokuto :sfex:00010000:00124ADB:00000004:FFFFFFFF:Ryu :sfex:00010000:00124ADB:00000005:FFFFFFFF:Ken :sfex:00010000:00124ADB:00000006:FFFFFFFF:Chun-Li :sfex:00010000:00124ADB:00000007:FFFFFFFF:D.Dark :sfex:00010000:00124ADB:00000008:FFFFFFFF:Guile :sfex:00010000:00124ADB:00000009:FFFFFFFF:Skullomania :sfex:00010000:00124ADB:0000000A:FFFFFFFF:# Bison # :sfex:00010000:00124ADB:0000000B:FFFFFFFF:# Garuda # :sfex:00010000:00124ADB:0000000C:FFFFFFFF:# Kairi # :sfex:00010000:00124ADB:0000000D:FFFFFFFF:# Allen # :sfex:00010000:00124ADB:0000000E:FFFFFFFF:# Blair # :sfex:00010000:00124ADB:0000000F:FFFFFFFF:# Darun # :sfex:00010000:00124ADB:00000010:FFFFFFFF:# Akuma # :sfex:00000000:002DF590:000000C8:FFFFFFFF:Infinite Energy PL2 :sfex:00000001:002DF590:00000000:FFFFFFFF:Drain all Energy Now! PL2 :sfex:00000000:002DF591:00000096:FFFFFFFF:Max Special PL2 :sfex:62000000:00000000:00000000:00000000:Select Character PL2 :sfex:00010000:00124CF3:00000000:FFFFFFFF:Pullum :sfex:00010000:00124CF3:00000001:FFFFFFFF:Zangief :sfex:00010000:00124CF3:00000002:FFFFFFFF:C.Jack :sfex:00010000:00124CF3:00000003:FFFFFFFF:Hokuto :sfex:00010000:00124CF3:00000004:FFFFFFFF:Ryu :sfex:00010000:00124CF3:00000005:FFFFFFFF:Ken :sfex:00010000:00124CF3:00000006:FFFFFFFF:Chun-Li :sfex:00010000:00124CF3:00000007:FFFFFFFF:D.Dark :sfex:00010000:00124CF3:00000008:FFFFFFFF:Guile :sfex:00010000:00124CF3:00000009:FFFFFFFF:Skullomania :sfex:00010000:00124CF3:0000000A:FFFFFFFF:# Bison # :sfex:00010000:00124CF3:0000000B:FFFFFFFF:# Garuda # :sfex:00010000:00124CF3:0000000C:FFFFFFFF:# Kairi # :sfex:00010000:00124CF3:0000000D:FFFFFFFF:# Allen # :sfex:00010000:00124CF3:0000000E:FFFFFFFF:# Blair # :sfex:00010000:00124CF3:0000000F:FFFFFFFF:# Darun # :sfex:00010000:00124CF3:00000010:FFFFFFFF:# Akuma # ; [ Street Fighter EX 2 (USA 980526) ] sfex2:0:00289C04:63:000:Infinite Time sfex2:0:00289C04:00:001:Finish this Round Now! :sfex2:00100001:1FAF0030:0000FFFF:FFFFFFFF:Unlock Secret Characters:You need to reset the game to see any effect after set this cheat :sfex2:00110001:1FAF0034:0000FFFF:FFFFFFFF:Unlock Secret Characters (2/2) :sfex2:62000000:00000000:00000000:00000000:Select Character PL1 :sfex2:00010000:0001F010:00000000:FFFFFFFF:Crackerjack :sfex2:00010000:0001F010:00000001:FFFFFFFF:Zangief :sfex2:00010000:0001F010:00000002:FFFFFFFF:Hayate :sfex2:00010000:0001F010:00000003:FFFFFFFF:Ryu :sfex2:00010000:0001F010:00000004:FFFFFFFF:Sharon :sfex2:00010000:0001F010:00000005:FFFFFFFF:Guile :sfex2:00010000:0001F010:00000006:FFFFFFFF:Doctrine Dark :sfex2:00010000:0001F010:00000007:FFFFFFFF:Dhalsim :sfex2:00010000:0001F010:00000008:FFFFFFFF:Hokuto :sfex2:00010000:0001F010:00000009:FFFFFFFF:Blanka :sfex2:00010000:0001F010:0000000A:FFFFFFFF:Ken :sfex2:00010000:0001F010:0000000B:FFFFFFFF:Vega :sfex2:00010000:0001F010:0000000C:FFFFFFFF:Chun-Li :sfex2:00010000:0001F010:0000000D:FFFFFFFF:Skullomania :sfex2:00010000:0001F010:0000000E:FFFFFFFF:# Nanase # :sfex2:00010000:0001F010:0000000F:FFFFFFFF:# Garuda # :sfex2:00010000:0001F010:00000010:FFFFFFFF:# Kairi # :sfex2:00010000:0001F010:00000011:FFFFFFFF:# Shadowgeist # :sfex2:62000000:00000000:00000000:00000000:Select Character PL2 :sfex2:00010000:0001F011:00000000:FFFFFFFF:Crackerjack :sfex2:00010000:0001F011:00000001:FFFFFFFF:Zangief :sfex2:00010000:0001F011:00000002:FFFFFFFF:Hayate :sfex2:00010000:0001F011:00000003:FFFFFFFF:Ryu :sfex2:00010000:0001F011:00000004:FFFFFFFF:Sharon :sfex2:00010000:0001F011:00000005:FFFFFFFF:Guile :sfex2:00010000:0001F011:00000006:FFFFFFFF:Doctrine Dark :sfex2:00010000:0001F011:00000007:FFFFFFFF:Dhalsim :sfex2:00010000:0001F011:00000008:FFFFFFFF:Hokuto :sfex2:00010000:0001F011:00000009:FFFFFFFF:Blanka :sfex2:00010000:0001F011:0000000A:FFFFFFFF:Ken :sfex2:00010000:0001F011:0000000B:FFFFFFFF:Vega :sfex2:00010000:0001F011:0000000C:FFFFFFFF:Chun-Li :sfex2:00010000:0001F011:0000000D:FFFFFFFF:Skullomania :sfex2:00010000:0001F011:0000000E:FFFFFFFF:# Nanase # :sfex2:00010000:0001F011:0000000F:FFFFFFFF:# Garuda # :sfex2:00010000:0001F011:00000010:FFFFFFFF:# Kairi # :sfex2:00010000:0001F011:00000011:FFFFFFFF:# Shadowgeist # ; [ Street Fighter EX 2 (ASIA 980312) ] sfex2a:0:00289C04:63:000:Infinite Time sfex2a:0:00289C04:00:001:Finish this Round Now! :sfex2a:00100001:1FAF0030:0000FFFF:FFFFFFFF:Unlock Secret Characters:You need to reset the game to see any effect after set this cheat :sfex2a:00110001:1FAF0034:0000FFFF:FFFFFFFF:Unlock Secret Characters (2/2) :sfex2a:62000000:00000000:00000000:00000000:Select Character PL1 :sfex2a:00010000:0001F010:00000000:FFFFFFFF:Crackerjack :sfex2a:00010000:0001F010:00000001:FFFFFFFF:Zangief :sfex2a:00010000:0001F010:00000002:FFFFFFFF:Hayate :sfex2a:00010000:0001F010:00000003:FFFFFFFF:Ryu :sfex2a:00010000:0001F010:00000004:FFFFFFFF:Sharon :sfex2a:00010000:0001F010:00000005:FFFFFFFF:Guile :sfex2a:00010000:0001F010:00000006:FFFFFFFF:Doctrine Dark :sfex2a:00010000:0001F010:00000007:FFFFFFFF:Dhalsim :sfex2a:00010000:0001F010:00000008:FFFFFFFF:Hokuto :sfex2a:00010000:0001F010:00000009:FFFFFFFF:Blanka :sfex2a:00010000:0001F010:0000000A:FFFFFFFF:Ken :sfex2a:00010000:0001F010:0000000B:FFFFFFFF:Vega :sfex2a:00010000:0001F010:0000000C:FFFFFFFF:Chun-Li :sfex2a:00010000:0001F010:0000000D:FFFFFFFF:Skullomania :sfex2a:00010000:0001F010:0000000E:FFFFFFFF:# Nanase # :sfex2a:00010000:0001F010:0000000F:FFFFFFFF:# Garuda # :sfex2a:00010000:0001F010:00000010:FFFFFFFF:# Kairi # :sfex2a:00010000:0001F010:00000011:FFFFFFFF:# Shadowgeist # :sfex2a:62000000:00000000:00000000:00000000:Select Character PL2 :sfex2a:00010000:0001F011:00000000:FFFFFFFF:Crackerjack :sfex2a:00010000:0001F011:00000001:FFFFFFFF:Zangief :sfex2a:00010000:0001F011:00000002:FFFFFFFF:Hayate :sfex2a:00010000:0001F011:00000003:FFFFFFFF:Ryu :sfex2a:00010000:0001F011:00000004:FFFFFFFF:Sharon :sfex2a:00010000:0001F011:00000005:FFFFFFFF:Guile :sfex2a:00010000:0001F011:00000006:FFFFFFFF:Doctrine Dark :sfex2a:00010000:0001F011:00000007:FFFFFFFF:Dhalsim :sfex2a:00010000:0001F011:00000008:FFFFFFFF:Hokuto :sfex2a:00010000:0001F011:00000009:FFFFFFFF:Blanka :sfex2a:00010000:0001F011:0000000A:FFFFFFFF:Ken :sfex2a:00010000:0001F011:0000000B:FFFFFFFF:Vega :sfex2a:00010000:0001F011:0000000C:FFFFFFFF:Chun-Li :sfex2a:00010000:0001F011:0000000D:FFFFFFFF:Skullomania :sfex2a:00010000:0001F011:0000000E:FFFFFFFF:# Nanase # :sfex2a:00010000:0001F011:0000000F:FFFFFFFF:# Garuda # :sfex2a:00010000:0001F011:00000010:FFFFFFFF:# Kairi # :sfex2a:00010000:0001F011:00000011:FFFFFFFF:# Shadowgeist # ; [ Street Fighter EX 2 (JAPAN 980312) ] sfex2j:0:00289C04:63:000:Infinite Time sfex2j:0:00289C04:00:001:Finish this Round Now! :sfex2j:00100001:1FAF0030:0000FFFF:FFFFFFFF:Unlock Secret Characters:You need to reset the game to see any effect after set this cheat :sfex2j:00110001:1FAF0034:0000FFFF:FFFFFFFF:Unlock Secret Characters (2/2) :sfex2j:62000000:00000000:00000000:00000000:Select Character PL1 :sfex2j:00010000:0001F010:00000000:FFFFFFFF:Crackerjack :sfex2j:00010000:0001F010:00000001:FFFFFFFF:Zangief :sfex2j:00010000:0001F010:00000002:FFFFFFFF:Hayate :sfex2j:00010000:0001F010:00000003:FFFFFFFF:Ryu :sfex2j:00010000:0001F010:00000004:FFFFFFFF:Sharon :sfex2j:00010000:0001F010:00000005:FFFFFFFF:Guile :sfex2j:00010000:0001F010:00000006:FFFFFFFF:Doctrine Dark :sfex2j:00010000:0001F010:00000007:FFFFFFFF:Dhalsim :sfex2j:00010000:0001F010:00000008:FFFFFFFF:Hokuto :sfex2j:00010000:0001F010:00000009:FFFFFFFF:Blanka :sfex2j:00010000:0001F010:0000000A:FFFFFFFF:Ken :sfex2j:00010000:0001F010:0000000B:FFFFFFFF:Vega :sfex2j:00010000:0001F010:0000000C:FFFFFFFF:Chun-Li :sfex2j:00010000:0001F010:0000000D:FFFFFFFF:Skullomania :sfex2j:00010000:0001F010:0000000E:FFFFFFFF:# Nanase # :sfex2j:00010000:0001F010:0000000F:FFFFFFFF:# Garuda # :sfex2j:00010000:0001F010:00000010:FFFFFFFF:# Kairi # :sfex2j:00010000:0001F010:00000011:FFFFFFFF:# Shadowgeist # :sfex2j:62000000:00000000:00000000:00000000:Select Character PL2 :sfex2j:00010000:0001F011:00000000:FFFFFFFF:Crackerjack :sfex2j:00010000:0001F011:00000001:FFFFFFFF:Zangief :sfex2j:00010000:0001F011:00000002:FFFFFFFF:Hayate :sfex2j:00010000:0001F011:00000003:FFFFFFFF:Ryu :sfex2j:00010000:0001F011:00000004:FFFFFFFF:Sharon :sfex2j:00010000:0001F011:00000005:FFFFFFFF:Guile :sfex2j:00010000:0001F011:00000006:FFFFFFFF:Doctrine Dark :sfex2j:00010000:0001F011:00000007:FFFFFFFF:Dhalsim :sfex2j:00010000:0001F011:00000008:FFFFFFFF:Hokuto :sfex2j:00010000:0001F011:00000009:FFFFFFFF:Blanka :sfex2j:00010000:0001F011:0000000A:FFFFFFFF:Ken :sfex2j:00010000:0001F011:0000000B:FFFFFFFF:Vega :sfex2j:00010000:0001F011:0000000C:FFFFFFFF:Chun-Li :sfex2j:00010000:0001F011:0000000D:FFFFFFFF:Skullomania :sfex2j:00010000:0001F011:0000000E:FFFFFFFF:# Nanase # :sfex2j:00010000:0001F011:0000000F:FFFFFFFF:# Garuda # :sfex2j:00010000:0001F011:00000010:FFFFFFFF:# Kairi # :sfex2j:00010000:0001F011:00000011:FFFFFFFF:# Shadowgeist # ; [ Street Fighter EX 2 Plus (USA 990611) ] sfex2p:0:002AE5BC:63:000:Infinite Time sfex2p:0:002AE5BC:00:001:Finish this Round Now! sfex2p:0:002B68A8:C8:000:Infinite Energy PL1 sfex2p:0:002B68A8:00:001:Drain All Energy Now! PL1 sfex2p:0:002B68A9:96:000:Always have Max Special PL1 :sfex2p:62000000:00000000:00000000:00000000:Select Character PL1 :sfex2p:00010000:0001F010:00000001:FFFFFFFF:Doctrine Dark :sfex2p:00010000:0001F010:00000002:FFFFFFFF:Hokuto :sfex2p:00010000:0001F010:00000003:FFFFFFFF:Nanase :sfex2p:00010000:0001F010:00000004:FFFFFFFF:C.Jack :sfex2p:00010000:0001F010:00000005:FFFFFFFF:Vulcano Rosso :sfex2p:00010000:0001F010:00000006:FFFFFFFF:Area :sfex2p:00010000:0001F010:00000007:FFFFFFFF:Pullum Purna :sfex2p:00010000:0001F010:00000008:FFFFFFFF:Daran Mister :sfex2p:00010000:0001F010:00000009:FFFFFFFF:Skullomania :sfex2p:00010000:0001F010:0000000A:FFFFFFFF:Sharon :sfex2p:00010000:0001F010:0000000B:FFFFFFFF:Guile :sfex2p:00010000:0001F010:0000000C:FFFFFFFF:Vega :sfex2p:00010000:0001F010:0000000D:FFFFFFFF:Bison :sfex2p:00010000:0001F010:0000000E:FFFFFFFF:Sagat :sfex2p:00010000:0001F010:0000000F:FFFFFFFF:Ryu :sfex2p:00010000:0001F010:00000010:FFFFFFFF:Ken :sfex2p:00010000:0001F010:00000011:FFFFFFFF:Chun-Li :sfex2p:00010000:0001F010:00000012:FFFFFFFF:Zangief :sfex2p:00010000:0001F010:00000013:FFFFFFFF:Dhalsim :sfex2p:00010000:0001F010:00000014:FFFFFFFF:Blanka :sfex2p:00010000:0001F010:00000015:FFFFFFFF:# Garuda # :sfex2p:00010000:0001F010:00000016:FFFFFFFF:# Shadow # :sfex2p:00010000:0001F010:00000017:FFFFFFFF:# Kairi # sfex2p:0:002B80AC:C8:000:Infinite Energy PL2 sfex2p:0:002B80AC:00:001:Drain All Energy Now! PL2 sfex2p:0:002B80AD:8D:000:Always have Max Special PL2 :sfex2p:62000000:00000000:00000000:00000000:Select Character PL2 :sfex2p:00010000:0001F011:00000001:FFFFFFFF:Doctrine Dark :sfex2p:00010000:0001F011:00000002:FFFFFFFF:Hokuto :sfex2p:00010000:0001F011:00000003:FFFFFFFF:Nanase :sfex2p:00010000:0001F011:00000004:FFFFFFFF:C.Jack :sfex2p:00010000:0001F011:00000005:FFFFFFFF:Vulcano Rosso :sfex2p:00010000:0001F011:00000006:FFFFFFFF:Area :sfex2p:00010000:0001F011:00000007:FFFFFFFF:Pullum Purna :sfex2p:00010000:0001F011:00000008:FFFFFFFF:Daran Mister :sfex2p:00010000:0001F011:00000009:FFFFFFFF:Skullomania :sfex2p:00010000:0001F011:0000000A:FFFFFFFF:Sharon :sfex2p:00010000:0001F011:0000000B:FFFFFFFF:Guile :sfex2p:00010000:0001F011:0000000C:FFFFFFFF:Vega :sfex2p:00010000:0001F011:0000000D:FFFFFFFF:Bison :sfex2p:00010000:0001F011:0000000E:FFFFFFFF:Sagat :sfex2p:00010000:0001F011:0000000F:FFFFFFFF:Ryu :sfex2p:00010000:0001F011:00000010:FFFFFFFF:Ken :sfex2p:00010000:0001F011:00000011:FFFFFFFF:Chun-Li :sfex2p:00010000:0001F011:00000012:FFFFFFFF:Zangief :sfex2p:00010000:0001F011:00000013:FFFFFFFF:Dhalsim :sfex2p:00010000:0001F011:00000014:FFFFFFFF:Blanka :sfex2p:00010000:0001F011:00000015:FFFFFFFF:# Garuda # :sfex2p:00010000:0001F011:00000016:FFFFFFFF:# Shadow # :sfex2p:00010000:0001F011:00000017:FFFFFFFF:# Kairi # ; [ Street Fighter EX 2 Plus (ASIA 990611) ] sfex2pa:0:002AE5BC:63:000:Infinite Time sfex2pa:0:002AE5BC:00:001:Finish this Round Now! sfex2pa:0:002B68A8:C8:000:Infinite Energy PL1 sfex2pa:0:002B68A8:00:001:Drain All Energy Now! PL1 sfex2pa:0:002B68A9:96:000:Always have Max Special PL1 :sfex2pa:62000000:00000000:00000000:00000000:Select Character PL1 :sfex2pa:00010000:0001F010:00000001:FFFFFFFF:Doctrine Dark :sfex2pa:00010000:0001F010:00000002:FFFFFFFF:Hokuto :sfex2pa:00010000:0001F010:00000003:FFFFFFFF:Nanase :sfex2pa:00010000:0001F010:00000004:FFFFFFFF:C.Jack :sfex2pa:00010000:0001F010:00000005:FFFFFFFF:Vulcano Rosso :sfex2pa:00010000:0001F010:00000006:FFFFFFFF:Area :sfex2pa:00010000:0001F010:00000007:FFFFFFFF:Pullum Purna :sfex2pa:00010000:0001F010:00000008:FFFFFFFF:Daran Mister :sfex2pa:00010000:0001F010:00000009:FFFFFFFF:Skullomania :sfex2pa:00010000:0001F010:0000000A:FFFFFFFF:Sharon :sfex2pa:00010000:0001F010:0000000B:FFFFFFFF:Guile :sfex2pa:00010000:0001F010:0000000C:FFFFFFFF:Vega :sfex2pa:00010000:0001F010:0000000D:FFFFFFFF:Bison :sfex2pa:00010000:0001F010:0000000E:FFFFFFFF:Sagat :sfex2pa:00010000:0001F010:0000000F:FFFFFFFF:Ryu :sfex2pa:00010000:0001F010:00000010:FFFFFFFF:Ken :sfex2pa:00010000:0001F010:00000011:FFFFFFFF:Chun-Li :sfex2pa:00010000:0001F010:00000012:FFFFFFFF:Zangief :sfex2pa:00010000:0001F010:00000013:FFFFFFFF:Dhalsim :sfex2pa:00010000:0001F010:00000014:FFFFFFFF:Blanka :sfex2pa:00010000:0001F010:00000015:FFFFFFFF:# Garuda # :sfex2pa:00010000:0001F010:00000016:FFFFFFFF:# Shadow # :sfex2pa:00010000:0001F010:00000017:FFFFFFFF:# Kairi # sfex2pa:0:002B80AC:C8:000:Infinite Energy PL2 sfex2pa:0:002B80AC:00:001:Drain All Energy Now! PL2 sfex2pa:0:002B80AD:8D:000:Always have Max Special PL2 :sfex2pa:62000000:00000000:00000000:00000000:Select Character PL2 :sfex2pa:00010000:0001F011:00000001:FFFFFFFF:Doctrine Dark :sfex2pa:00010000:0001F011:00000002:FFFFFFFF:Hokuto :sfex2pa:00010000:0001F011:00000003:FFFFFFFF:Nanase :sfex2pa:00010000:0001F011:00000004:FFFFFFFF:C.Jack :sfex2pa:00010000:0001F011:00000005:FFFFFFFF:Vulcano Rosso :sfex2pa:00010000:0001F011:00000006:FFFFFFFF:Area :sfex2pa:00010000:0001F011:00000007:FFFFFFFF:Pullum Purna :sfex2pa:00010000:0001F011:00000008:FFFFFFFF:Daran Mister :sfex2pa:00010000:0001F011:00000009:FFFFFFFF:Skullomania :sfex2pa:00010000:0001F011:0000000A:FFFFFFFF:Sharon :sfex2pa:00010000:0001F011:0000000B:FFFFFFFF:Guile :sfex2pa:00010000:0001F011:0000000C:FFFFFFFF:Vega :sfex2pa:00010000:0001F011:0000000D:FFFFFFFF:Bison :sfex2pa:00010000:0001F011:0000000E:FFFFFFFF:Sagat :sfex2pa:00010000:0001F011:0000000F:FFFFFFFF:Ryu :sfex2pa:00010000:0001F011:00000010:FFFFFFFF:Ken :sfex2pa:00010000:0001F011:00000011:FFFFFFFF:Chun-Li :sfex2pa:00010000:0001F011:00000012:FFFFFFFF:Zangief :sfex2pa:00010000:0001F011:00000013:FFFFFFFF:Dhalsim :sfex2pa:00010000:0001F011:00000014:FFFFFFFF:Blanka :sfex2pa:00010000:0001F011:00000015:FFFFFFFF:# Garuda # :sfex2pa:00010000:0001F011:00000016:FFFFFFFF:# Shadow # :sfex2pa:00010000:0001F011:00000017:FFFFFFFF:# Kairi # ; [ Street Fighter EX 2 Plus (JAPAN 990611) ] sfex2pj:0:002AE5BC:63:000:Infinite Time sfex2pj:0:002AE5BC:00:001:Finish this Round Now! sfex2pj:0:002B68A8:C8:000:Infinite Energy PL1 sfex2pj:0:002B68A8:00:001:Drain All Energy Now! PL1 sfex2pj:0:002B68A9:96:000:Always have Max Special PL1 :sfex2pj:62000000:00000000:00000000:00000000:Select Character PL1 :sfex2pj:00010000:0001F010:00000001:FFFFFFFF:Doctrine Dark :sfex2pj:00010000:0001F010:00000002:FFFFFFFF:Hokuto :sfex2pj:00010000:0001F010:00000003:FFFFFFFF:Nanase :sfex2pj:00010000:0001F010:00000004:FFFFFFFF:C.Jack :sfex2pj:00010000:0001F010:00000005:FFFFFFFF:Vulcano Rosso :sfex2pj:00010000:0001F010:00000006:FFFFFFFF:Area :sfex2pj:00010000:0001F010:00000007:FFFFFFFF:Pullum Purna :sfex2pj:00010000:0001F010:00000008:FFFFFFFF:Daran Mister :sfex2pj:00010000:0001F010:00000009:FFFFFFFF:Skullomania :sfex2pj:00010000:0001F010:0000000A:FFFFFFFF:Sharon :sfex2pj:00010000:0001F010:0000000B:FFFFFFFF:Guile :sfex2pj:00010000:0001F010:0000000C:FFFFFFFF:Vega :sfex2pj:00010000:0001F010:0000000D:FFFFFFFF:Bison :sfex2pj:00010000:0001F010:0000000E:FFFFFFFF:Sagat :sfex2pj:00010000:0001F010:0000000F:FFFFFFFF:Ryu :sfex2pj:00010000:0001F010:00000010:FFFFFFFF:Ken :sfex2pj:00010000:0001F010:00000011:FFFFFFFF:Chun-Li :sfex2pj:00010000:0001F010:00000012:FFFFFFFF:Zangief :sfex2pj:00010000:0001F010:00000013:FFFFFFFF:Dhalsim :sfex2pj:00010000:0001F010:00000014:FFFFFFFF:Blanka :sfex2pj:00010000:0001F010:00000015:FFFFFFFF:# Garuda # :sfex2pj:00010000:0001F010:00000016:FFFFFFFF:# Shadow # :sfex2pj:00010000:0001F010:00000017:FFFFFFFF:# Kairi # sfex2pj:0:002B80AC:C8:000:Infinite Energy PL2 sfex2pj:0:002B80AC:00:001:Drain All Energy Now! PL2 sfex2pj:0:002B80AD:8D:000:Always have Max Special PL2 :sfex2pj:62000000:00000000:00000000:00000000:Select Character PL2 :sfex2pj:00010000:0001F011:00000001:FFFFFFFF:Doctrine Dark :sfex2pj:00010000:0001F011:00000002:FFFFFFFF:Hokuto :sfex2pj:00010000:0001F011:00000003:FFFFFFFF:Nanase :sfex2pj:00010000:0001F011:00000004:FFFFFFFF:C.Jack :sfex2pj:00010000:0001F011:00000005:FFFFFFFF:Vulcano Rosso :sfex2pj:00010000:0001F011:00000006:FFFFFFFF:Area :sfex2pj:00010000:0001F011:00000007:FFFFFFFF:Pullum Purna :sfex2pj:00010000:0001F011:00000008:FFFFFFFF:Daran Mister :sfex2pj:00010000:0001F011:00000009:FFFFFFFF:Skullomania :sfex2pj:00010000:0001F011:0000000A:FFFFFFFF:Sharon :sfex2pj:00010000:0001F011:0000000B:FFFFFFFF:Guile :sfex2pj:00010000:0001F011:0000000C:FFFFFFFF:Vega :sfex2pj:00010000:0001F011:0000000D:FFFFFFFF:Bison :sfex2pj:00010000:0001F011:0000000E:FFFFFFFF:Sagat :sfex2pj:00010000:0001F011:0000000F:FFFFFFFF:Ryu :sfex2pj:00010000:0001F011:00000010:FFFFFFFF:Ken :sfex2pj:00010000:0001F011:00000011:FFFFFFFF:Chun-Li :sfex2pj:00010000:0001F011:00000012:FFFFFFFF:Zangief :sfex2pj:00010000:0001F011:00000013:FFFFFFFF:Dhalsim :sfex2pj:00010000:0001F011:00000014:FFFFFFFF:Blanka :sfex2pj:00010000:0001F011:00000015:FFFFFFFF:# Garuda # :sfex2pj:00010000:0001F011:00000016:FFFFFFFF:# Shadow # :sfex2pj:00010000:0001F011:00000017:FFFFFFFF:# Kairi # ; [ Street Fighter EX (ASIA 961219) ] :sfexa:00000000:002D7D44:00000063:FFFFFFFF:Infinite Time :sfexa:00000001:002D7D44:00000000:FFFFFFFF:Finish this Round Now! :sfexa:00200001:1FAF007C:00FFFFFF:FFFFFFFF:Unlock Secret Characters:You need to reset the game to see any effect after you've enabled this cheat :sfexa:00210001:1FAF0080:00FFFFFF:FFFFFFFF:Unlock Secret Characters (2/2) :sfexa:00000000:002DE138:000000C8:FFFFFFFF:Infinite Energy PL1 :sfexa:00000001:002DE138:00000000:FFFFFFFF:Drain all Energy Now! PL1 :sfexa:00000000:002DE139:00000096:FFFFFFFF:Max Special PL1 :sfexa:62000000:00000000:00000000:00000000:Select Character PL1 :sfexa:00010000:00124ADB:00000000:FFFFFFFF:Pullum :sfexa:00010000:00124ADB:00000001:FFFFFFFF:Zangief :sfexa:00010000:00124ADB:00000002:FFFFFFFF:C.Jack :sfexa:00010000:00124ADB:00000003:FFFFFFFF:Hokuto :sfexa:00010000:00124ADB:00000004:FFFFFFFF:Ryu :sfexa:00010000:00124ADB:00000005:FFFFFFFF:Ken :sfexa:00010000:00124ADB:00000006:FFFFFFFF:Chun-Li :sfexa:00010000:00124ADB:00000007:FFFFFFFF:D.Dark :sfexa:00010000:00124ADB:00000008:FFFFFFFF:Guile :sfexa:00010000:00124ADB:00000009:FFFFFFFF:Skullomania :sfexa:00010000:00124ADB:0000000A:FFFFFFFF:# Bison # :sfexa:00010000:00124ADB:0000000B:FFFFFFFF:# Garuda # :sfexa:00010000:00124ADB:0000000C:FFFFFFFF:# Kairi # :sfexa:00010000:00124ADB:0000000D:FFFFFFFF:# Allen # :sfexa:00010000:00124ADB:0000000E:FFFFFFFF:# Blair # :sfexa:00010000:00124ADB:0000000F:FFFFFFFF:# Darun # :sfexa:00010000:00124ADB:00000010:FFFFFFFF:# Akuma # :sfexa:00000000:002DF590:000000C8:FFFFFFFF:Infinite Energy PL2 :sfexa:00000001:002DF590:00000000:FFFFFFFF:Drain all Energy Now! PL2 :sfexa:00000000:002DF591:00000096:FFFFFFFF:Max Special PL2 :sfexa:62000000:00000000:00000000:00000000:Select Character PL2 :sfexa:00010000:00124CF3:00000000:FFFFFFFF:Pullum :sfexa:00010000:00124CF3:00000001:FFFFFFFF:Zangief :sfexa:00010000:00124CF3:00000002:FFFFFFFF:C.Jack :sfexa:00010000:00124CF3:00000003:FFFFFFFF:Hokuto :sfexa:00010000:00124CF3:00000004:FFFFFFFF:Ryu :sfexa:00010000:00124CF3:00000005:FFFFFFFF:Ken :sfexa:00010000:00124CF3:00000006:FFFFFFFF:Chun-Li :sfexa:00010000:00124CF3:00000007:FFFFFFFF:D.Dark :sfexa:00010000:00124CF3:00000008:FFFFFFFF:Guile :sfexa:00010000:00124CF3:00000009:FFFFFFFF:Skullomania :sfexa:00010000:00124CF3:0000000A:FFFFFFFF:# Bison # :sfexa:00010000:00124CF3:0000000B:FFFFFFFF:# Garuda # :sfexa:00010000:00124CF3:0000000C:FFFFFFFF:# Kairi # :sfexa:00010000:00124CF3:0000000D:FFFFFFFF:# Allen # :sfexa:00010000:00124CF3:0000000E:FFFFFFFF:# Blair # :sfexa:00010000:00124CF3:0000000F:FFFFFFFF:# Darun # :sfexa:00010000:00124CF3:00000010:FFFFFFFF:# Akuma # ; [ Street Fighter EX (JAPAN 961130) ] :sfexj:00000000:002D7D44:00000063:FFFFFFFF:Infinite Time :sfexj:00000001:002D7D44:00000000:FFFFFFFF:Finish this Round Now! :sfexj:00200001:1FAF007C:00FFFFFF:FFFFFFFF:Unlock Secret Characters:You need to reset the game to see any effect after you've enabled this cheat :sfexj:00210001:1FAF0080:00FFFFFF:FFFFFFFF:Unlock Secret Characters (2/2) :sfexj:00000000:002DE138:000000C8:FFFFFFFF:Infinite Energy PL1 :sfexj:00000001:002DE138:00000000:FFFFFFFF:Drain all Energy Now! PL1 :sfexj:00000000:002DE139:00000096:FFFFFFFF:Max Special PL1 :sfexj:62000000:00000000:00000000:00000000:Select Character PL1 :sfexj:00010000:00124ADB:00000000:FFFFFFFF:Pullum :sfexj:00010000:00124ADB:00000001:FFFFFFFF:Zangief :sfexj:00010000:00124ADB:00000002:FFFFFFFF:C.Jack :sfexj:00010000:00124ADB:00000003:FFFFFFFF:Hokuto :sfexj:00010000:00124ADB:00000004:FFFFFFFF:Ryu :sfexj:00010000:00124ADB:00000005:FFFFFFFF:Ken :sfexj:00010000:00124ADB:00000006:FFFFFFFF:Chun-Li :sfexj:00010000:00124ADB:00000007:FFFFFFFF:D.Dark :sfexj:00010000:00124ADB:00000008:FFFFFFFF:Guile :sfexj:00010000:00124ADB:00000009:FFFFFFFF:Skullomania :sfexj:00010000:00124ADB:0000000A:FFFFFFFF:# Bison # :sfexj:00010000:00124ADB:0000000B:FFFFFFFF:# Garuda # :sfexj:00010000:00124ADB:0000000C:FFFFFFFF:# Kairi # :sfexj:00010000:00124ADB:0000000D:FFFFFFFF:# Allen # :sfexj:00010000:00124ADB:0000000E:FFFFFFFF:# Blair # :sfexj:00010000:00124ADB:0000000F:FFFFFFFF:# Darun # :sfexj:00010000:00124ADB:00000010:FFFFFFFF:# Akuma # :sfexj:00000000:002DF590:000000C8:FFFFFFFF:Infinite Energy PL2 :sfexj:00000001:002DF590:00000000:FFFFFFFF:Drain all Energy Now! PL2 :sfexj:00000000:002DF591:00000096:FFFFFFFF:Max Special PL2 :sfexj:62000000:00000000:00000000:00000000:Select Character PL2 :sfexj:00010000:00124CF3:00000000:FFFFFFFF:Pullum :sfexj:00010000:00124CF3:00000001:FFFFFFFF:Zangief :sfexj:00010000:00124CF3:00000002:FFFFFFFF:C.Jack :sfexj:00010000:00124CF3:00000003:FFFFFFFF:Hokuto :sfexj:00010000:00124CF3:00000004:FFFFFFFF:Ryu :sfexj:00010000:00124CF3:00000005:FFFFFFFF:Ken :sfexj:00010000:00124CF3:00000006:FFFFFFFF:Chun-Li :sfexj:00010000:00124CF3:00000007:FFFFFFFF:D.Dark :sfexj:00010000:00124CF3:00000008:FFFFFFFF:Guile :sfexj:00010000:00124CF3:00000009:FFFFFFFF:Skullomania :sfexj:00010000:00124CF3:0000000A:FFFFFFFF:# Bison # :sfexj:00010000:00124CF3:0000000B:FFFFFFFF:# Garuda # :sfexj:00010000:00124CF3:0000000C:FFFFFFFF:# Kairi # :sfexj:00010000:00124CF3:0000000D:FFFFFFFF:# Allen # :sfexj:00010000:00124CF3:0000000E:FFFFFFFF:# Blair # :sfexj:00010000:00124CF3:0000000F:FFFFFFFF:# Darun # :sfexj:00010000:00124CF3:00000010:FFFFFFFF:# Akuma # ; [ Street Fighter EX Plus (USA 970407) ] sfexp:0:0031D5CC:63:000:Infinite Time sfexp:0:0031D5CC:63:001:Finish this Round Now! sfexp:0:003249E4:C8:000:Infinite Energy PL1 sfexp:0:003249E4:00:001:Drain All Energy Now! PL1 sfexp:0:003249E5:96:000:Max Special PL1 sfexp:0:00325E58:C8:000:Infinite Energy PL2 sfexp:0:00325E58:00:001:Drain All Energy Now! PL2 sfexp:0:00325E59:96:000:Max Special PL2 ; [ Street Fighter EX Plus (JAPAN 970311) ] sfexpj:0:0031D5CC:63:000:Infinite Time sfexpj:0:0031D5CC:63:001:Finish this Round Now! sfexpj:0:003249E4:C8:000:Infinite Energy PL1 sfexpj:0:003249E4:00:001:Drain All Energy Now! PL1 sfexpj:0:003249E5:96:000:Max Special PL1 sfexpj:0:00325E58:C8:000:Infinite Energy PL2 sfexpj:0:00325E58:00:001:Drain All Energy Now! PL2 sfexpj:0:00325E59:96:000:Max Special PL2 ; [ Street Fighter EX Plus (USA 970311) ] sfexpu1:0:0031D5CC:63:000:Infinite Time sfexpu1:0:0031D5CC:63:001:Finish this Round Now! sfexpu1:0:003249E4:C8:000:Infinite Energy PL1 sfexpu1:0:003249E4:00:001:Drain All Energy Now! PL1 sfexpu1:0:003249E5:96:000:Max Special PL1 sfexpu1:0:00325E58:C8:000:Infinite Energy PL2 sfexpu1:0:00325E58:00:001:Drain All Energy Now! PL2 sfexpu1:0:00325E59:96:000:Max Special PL2 ; [ Street Fighter III: New Generation ] sfiii:0:0000:00:999:[ There are no cheats ]:REASON 1 sfiii:0:0000:00:999:[ for this game as it ]:REASON 1 sfiii:0:0000:00:999:[ didn't work the last ]:REASON 1 sfiii:0:0000:00:999:[ time it was tested. ]:REASON 1 sfiii:0:0000:00:999:[ If the game now works ]:REASON 1 sfiii:0:0000:00:999:[ please request cheats ]:REASON 1 sfiii:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfiii:0:0000:00:999:[ forums. ]:REASON 1 ; [ Street Fighter III 2nd Impact: Giant Attack ] sfiii2:0:0000:00:999:[ There are no cheats ]:REASON 1 sfiii2:0:0000:00:999:[ for this game as it ]:REASON 1 sfiii2:0:0000:00:999:[ didn't work the last ]:REASON 1 sfiii2:0:0000:00:999:[ time it was tested. ]:REASON 1 sfiii2:0:0000:00:999:[ If the game now works ]:REASON 1 sfiii2:0:0000:00:999:[ please request cheats ]:REASON 1 sfiii2:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfiii2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Street Fighter III 3rd Strike: Fight for the Future ] sfiii3:0:0000:00:999:[ There are no cheats ]:REASON 1 sfiii3:0:0000:00:999:[ for this game as it ]:REASON 1 sfiii3:0:0000:00:999:[ didn't work the last ]:REASON 1 sfiii3:0:0000:00:999:[ time it was tested. ]:REASON 1 sfiii3:0:0000:00:999:[ If the game now works ]:REASON 1 sfiii3:0:0000:00:999:[ please request cheats ]:REASON 1 sfiii3:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfiii3:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sport Fishing 2 (UET 951106 V1.10e) ] sfish2:0:0000:00:999:[ There are no cheats ]:REASON 1 sfish2:0:0000:00:999:[ for this game as it ]:REASON 1 sfish2:0:0000:00:999:[ didn't work the last ]:REASON 1 sfish2:0:0000:00:999:[ time it was tested. ]:REASON 1 sfish2:0:0000:00:999:[ If the game now works ]:REASON 1 sfish2:0:0000:00:999:[ please request cheats ]:REASON 1 sfish2:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfish2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sport Fishing 2 (J 951201 V1.100) ] sfish2j:0:0000:00:999:[ There are no cheats ]:REASON 1 sfish2j:0:0000:00:999:[ for this game as it ]:REASON 1 sfish2j:0:0000:00:999:[ didn't work the last ]:REASON 1 sfish2j:0:0000:00:999:[ time it was tested. ]:REASON 1 sfish2j:0:0000:00:999:[ If the game now works ]:REASON 1 sfish2j:0:0000:00:999:[ please request cheats ]:REASON 1 sfish2j:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfish2j:0:0000:00:999:[ forums. ]:REASON 1 ; [ Street Fighter (Japan) ] sfjp:0:FF8E1A:09:000:Infinite Time sfjp:0:FFC66B:00:000:Always have No Energy CPU sfjp:0:FFC66A:00:500:Always have No Energy CPU (2/2) sfjp:0:FFC66C:00:000:Rounds won always = 0 CPU sfjp:0:FFC66B:00:001:Drain All Energy Now! CPU sfjp:0:FFC66A:00:501:Drain All Energy Now! CPU (2/2) sfjp:0:FFC66C:00:001:Rounds won = 0 Now! CPU sfjp:0:FF86B7:0B:000:Infinite Energy PL1 sfjp:0:FF86B6:04:500:Infinite Energy PL1 (2/2) sfjp:0:FF86B8:02:000:Finish round to win match PL1 sfjp:0:FF86B7:00:000:Always have No Energy PL1 sfjp:0:FF86B6:00:500:Always have No Energy PL1 (2/2) sfjp:0:FF86B8:00:000:Rounds won always = 0 PL1 sfjp:0:FF86B7:00:001:Drain All Energy Now! PL1 sfjp:0:FF86B6:00:501:Drain All Energy Now! PL1 (2/2) sfjp:0:FF86B8:00:001:Rounds won = 0 Now! PL1 sfjp:0:FFE433:00:000:Always quick motion PL1 sfjp:0:FF86C6:02:000:Easy Tatsumaki PL1 sfjp:0:FF86C9:02:000:Easy Syouryuuken PL1 sfjp:0:FF86CC:02:000:Easy Hadouken PL1 sfjp:0:FF86E1:0B:000:Infinite Energy PL2 sfjp:0:FF86E0:04:500:Infinite Energy PL2 (2/2) sfjp:0:FF86E2:02:000:Finish round to win match PL2 sfjp:0:FF86E1:00:000:Always have No Energy PL2 sfjp:0:FF86E0:00:500:Always have No Energy PL2 (2/2) sfjp:0:FF86E2:00:000:Rounds won always = 0 PL2 sfjp:0:FF86E1:00:001:Drain All Energy Now! PL2 sfjp:0:FF86E0:00:501:Drain All Energy Now! PL2 (2/2) sfjp:0:FF86E2:00:001:Rounds won = 0 Now! PL2 sfjp:0:FFE463:00:000:Always quick motion PL2 sfjp:0:FF86F0:02:000:Easy Tatsumaki PL2 sfjp:0:FF86F3:02:000:Easy Syouryuuken PL2 sfjp:0:FF86F6:02:000:Easy Hadouken PL2 ; [ Straight Flush ] :sflush:00000000:020E:00000009:FFFFFFFF:Infinite Credits :sflush:00000000:007E:00000006:FFFFFFFF:Infinite Lives :sflush:20900000:E375:0000202A:FFFFFFFF:Always Keep One Ball ; [ Street Football ] sfootbal:0:00A0:99:000:Infinite Time sfootbal:0:00A1:00:500:Infinite Time (2/2) sfootbal:0:00A0:00:001:Finish Game Now! sfootbal:0:00A1:01:501:Finish Game Now! (2/2) sfootbal:0:00CD:01:000:Always First Down sfootbal:0:00CD:01:001:Set to First Down Now! sfootbal:0:00CD:04:001:Set to Fourth Down Now! sfootbal:0:0000:00:999:[The score is not updated ] sfootbal:0:0000:00:999:[until somebody scores! ] sfootbal:0:02F2:99:073:Select Score PL1 sfootbal:0:02FA:99:073:Select Score PL2 ; [ Super Formula (Japan) ] sformula:0:FF8935:63:000:Infinite Credits sformula:0:FF8B15:00:000:Infinite Time (Time Attack) sformula:0:FF854B:28:000:Infinite Time (Grand Prix) sformula:0:FF8987:01:000:Always be in Pole Position sformula:0:FF898E:7F:000:Always Max Speed sformula:0:FF898E:7F:001:Max Speed Now! ; [ Street Fighter (prototype) ] sfp:0:FF9440:09:000:Infinite Time sfp:0:FF86F7:00:000:Always have No Energy CPU sfp:0:FF86F6:00:500:Always have No Energy CPU (2/2) sfp:0:FF86F8:00:000:Rounds won always = 0 CPU sfp:0:FF86F7:00:001:Drain All Energy Now! CPU sfp:0:FF86F6:00:501:Drain All Energy Now! CPU (2/2) sfp:0:FF86F8:00:001:Rounds won = 0 Now! CPU sfp:0:FF86A3:0B:000:Infinite Energy PL1 sfp:0:FF86A2:04:500:Infinite Energy PL1 (2/2) sfp:0:FF86A4:02:000:Finish round to win match PL1 sfp:0:FF86A3:00:000:Always have No Energy PL1 sfp:0:FF86A2:00:500:Always have No Energy PL1 (2/2) sfp:0:FF86A4:00:000:Rounds won always = 0 PL1 sfp:0:FF86A3:00:001:Drain All Energy Now! PL1 sfp:0:FF86A2:00:501:Drain All Energy Now! PL1 (2/2) sfp:0:FF86A4:00:001:Rounds won = 0 Now! PL1 sfp:0:FFE433:00:000:Always quick motion PL1 sfp:0:FF86B2:02:000:Easy Tatsumaki PL1 sfp:0:FF86B5:02:000:Easy Syouryuuken PL1 sfp:0:FF86B8:02:000:Easy Hadouken PL1 sfp:0:FF86CD:0B:000:Infinite Energy PL2 sfp:0:FF86CC:04:500:Infinite Energy PL2 (2/2) sfp:0:FF86CE:02:000:Finish round to win match PL2 sfp:0:FF86CD:00:000:Always have No Energy PL2 sfp:0:FF86CC:00:500:Always have No Energy PL2 (2/2) sfp:0:FF86CE:00:000:Rounds won always = 0 PL2 sfp:0:FF86CD:00:001:Drain All Energy Now! PL2 sfp:0:FF86CC:00:501:Drain All Energy Now! PL2 (2/2) sfp:0:FF86CE:00:001:Rounds won = 0 Now! PL2 sfp:0:FFE463:00:000:Always quick motion PL2 sfp:0:FF86DC:02:000:Easy Tatsumaki PL2 sfp:0:FF86DF:02:000:Easy Syouryuuken PL2 sfp:0:FF86E2:02:000:Easy Hadouken PL2 ; [ Sea Fighter Poseidon ] sfposeid:0:8415:40:000:Infinite Fuel sfposeid:0:0000:00:999:[See the Dip Switch Menu to ] sfposeid:0:0000:00:999:[enable Invincibility. ] sfposeid:0:8404:03:000:Infinite Lives PL1 sfposeid:0:8484:03:000:Infinite Lives PL2 ; [ San Francisco Rush ] sfrush:0:0000:00:999:[ There are no cheats ]:REASON 1 sfrush:0:0000:00:999:[ for this game as it ]:REASON 1 sfrush:0:0000:00:999:[ didn't work the last ]:REASON 1 sfrush:0:0000:00:999:[ time it was tested. ]:REASON 1 sfrush:0:0000:00:999:[ If the game now works ]:REASON 1 sfrush:0:0000:00:999:[ please request cheats ]:REASON 1 sfrush:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfrush:0:0000:00:999:[ forums. ]:REASON 1 ; [ San Francisco Rush: The Rock ] sfrushrk:0:0000:00:999:[ There are no cheats ]:REASON 1 sfrushrk:0:0000:00:999:[ for this game as it ]:REASON 1 sfrushrk:0:0000:00:999:[ didn't work the last ]:REASON 1 sfrushrk:0:0000:00:999:[ time it was tested. ]:REASON 1 sfrushrk:0:0000:00:999:[ If the game now works ]:REASON 1 sfrushrk:0:0000:00:999:[ please request cheats ]:REASON 1 sfrushrk:0:0000:00:999:[ for it on the cheat ]:REASON 1 sfrushrk:0:0000:00:999:[ forums. ]:REASON 1 ; [ Street Fighter: The Movie (v1.12) ] sftm:0:007169:80:000:Infinite Energy PL1 sftm:0:007169:00:001:Drain All Energy Now! PL1 sftm:0:00717B:43:000:Always have SUPER (Max Pow) PL1 sftm:0:00717B:00:000:Never have SUPER (Min Pow) PL1 sftm:0:00717B:43:001:Get SUPER (Max Pow) Now! PL1 sftm:0:00717B:00:001:Lose SUPER (Min Pow) Now! PL1 sftm:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftm:0:000000:00:999:[OR if enabled ingame character is only available for ] sftm:0:000000:00:999:[the next round. ] sftm:0:0078C8:00:001:Play as Ryu Now! PL1 sftm:0:00716E:00:501:Play as Ryu Now! PL1 (2/2) sftm:0:0078C8:01:001:Play as Vega Now! PL1 sftm:0:00716E:01:501:Play as Vega Now! PL1 (2/2) sftm:0:0078C8:02:001:Play as Guile Now! PL1 sftm:0:00716E:02:501:Play as Guile Now! PL1 (2/2) sftm:0:0078C8:03:001:Play as Sagat Now! PL1 sftm:0:00716E:03:501:Play as Sagat Now! PL1 (2/2) sftm:0:0078C8:04:001:Play as Ken Now! PL1 sftm:0:00716E:04:501:Play as Ken Now! PL1 (2/2) sftm:0:0078C8:05:001:Play as Honda Now! PL1 sftm:0:00716E:05:501:Play as Honda Now! PL1 (2/2) sftm:0:0078C8:06:001:Play as Chun Li Now! PL1 sftm:0:00716E:06:501:Play as Chun Li Now! PL1 (2/2) sftm:0:0078C8:07:001:Play as Cammy Now! PL1 sftm:0:00716E:07:501:Play as Cammy Now! PL1 (2/2) sftm:0:0078C8:08:001:Play as Sawada Now! PL1 sftm:0:00716E:08:501:Play as Sawada Now! PL1 (2/2) sftm:0:0078C8:09:001:Play as Bulrog Now! PL1 sftm:0:00716E:09:501:Play as Bulrog Now! PL1 (2/2) sftm:0:0078C8:0A:001:Play as Blade Now! PL1 sftm:0:00716E:0A:501:Play as Blade Now! PL1 (2/2) sftm:0:0078C8:0B:001:Play as Bison Now! PL1 sftm:0:00716E:0B:501:Play as Bison Now! PL1 (2/2) sftm:0:0078C8:0C:001:Play as Akuma Now! PL1 sftm:0:00716E:0C:501:Play as Akuma Now! PL1 (2/2) sftm:0:0078C8:0D:001:Play as Zangief Now! PL1 sftm:0:00716E:0D:501:Play as Zangief Now! PL1 (2/2) sftm:0:0078C8:0E:001:Play as Arkane Now! PL1 sftm:0:00716E:0E:501:Play as Arkane Now! PL1 (2/2) sftm:0:0078C8:0F:001:Play as F7 Now! PL1 sftm:0:00716E:0F:501:Play as F7 Now! PL1 (2/2) sftm:0:0078C8:10:001:Play as Khyber Now! PL1 sftm:0:00716E:10:501:Play as Khyber Now! PL1 (2/2) sftm:0:00732B:80:000:Infinite Energy PL2 sftm:0:00732B:00:001:Drain All Energy Now! PL2 sftm:0:00733D:43:000:Always have SUPER (Max Pow) PL2 sftm:0:00733D:00:000:Never have SUPER (Min Pow) PL2 sftm:0:00733D:43:001:Get SUPER (Max Pow) Now! PL2 sftm:0:00733D:00:001:Lose SUPER (Min Pow) Now! PL2 sftm:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftm:0:000000:00:999:[OR if enabled ingame character is only available for ] sftm:0:000000:00:999:[the next round. ] sftm:0:0078C9:00:001:Play as Ryu Now! PL2 sftm:0:007330:00:501:Play as Ryu Now! PL2 (2/2) sftm:0:0078C9:01:001:Play as Vega Now! PL2 sftm:0:007330:01:501:Play as Vega Now! PL2 (2/2) sftm:0:0078C9:02:001:Play as Guile Now! PL2 sftm:0:007330:02:501:Play as Guile Now! PL2 (2/2) sftm:0:0078C9:03:001:Play as Sagat Now! PL2 sftm:0:007330:03:501:Play as Sagat Now! PL2 (2/2) sftm:0:0078C9:04:001:Play as Ken Now! PL2 sftm:0:007330:04:501:Play as Ken Now! PL2 (2/2) sftm:0:0078C9:05:001:Play as Honda Now! PL2 sftm:0:007330:05:501:Play as Honda Now! PL2 (2/2) sftm:0:0078C9:06:001:Play as Chun Li Now! PL2 sftm:0:007330:06:501:Play as Chun Li Now! PL2 (2/2) sftm:0:0078C9:07:001:Play as Cammy Now! PL2 sftm:0:007330:07:501:Play as Cammy Now! PL2 (2/2) sftm:0:0078C9:08:001:Play as Sawada Now! PL2 sftm:0:007330:08:501:Play as Sawada Now! PL2 (2/2) sftm:0:0078C9:09:001:Play as Bulrog Now! PL2 sftm:0:007330:09:501:Play as Bulrog Now! PL2 (2/2) sftm:0:0078C9:0A:001:Play as Blade Now! PL2 sftm:0:007330:0A:501:Play as Blade Now! PL2 (2/2) sftm:0:0078C9:0B:001:Play as Bison Now! PL2 sftm:0:007330:0B:501:Play as Bison Now! PL2 (2/2) sftm:0:0078C9:0C:001:Play as Akuma Now! PL2 sftm:0:007330:0C:501:Play as Akuma Now! PL2 (2/2) sftm:0:0078C9:0D:001:Play as Zangief Now! PL2 sftm:0:007330:0D:501:Play as Zangief Now! PL2 (2/2) sftm:0:0078C9:0E:001:Play as Arkane Now! PL2 sftm:0:007330:0E:501:Play as Arkane Now! PL2 (2/2) sftm:0:0078C9:0F:001:Play as F7 Now! PL2 sftm:0:007330:0F:501:Play as F7 Now! PL2 (2/2) sftm:0:0078C9:10:001:Play as Khyber Now! PL2 sftm:0:007330:10:501:Play as Khyber Now! PL2 (2/2) ; [ Street Fighter: The Movie (v1.10) ] sftm110:0:007169:80:000:Infinite Energy PL1 sftm110:0:007169:00:001:Drain All Energy Now! PL1 sftm110:0:00717B:43:000:Always have SUPER (Max Pow) PL1 sftm110:0:00717B:00:000:Never have SUPER (Min Pow) PL1 sftm110:0:00717B:43:001:Get SUPER (Max Pow) Now! PL1 sftm110:0:00717B:00:001:Lose SUPER (Min Pow) Now! PL1 sftm110:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftm110:0:000000:00:999:[OR if enabled ingame character is only available for ] sftm110:0:000000:00:999:[the next round. ] sftm110:0:0078C8:00:001:Play as Ryu Now! PL1 sftm110:0:00716E:00:501:Play as Ryu Now! PL1 (2/2) sftm110:0:0078C8:01:001:Play as Vega Now! PL1 sftm110:0:00716E:01:501:Play as Vega Now! PL1 (2/2) sftm110:0:0078C8:02:001:Play as Guile Now! PL1 sftm110:0:00716E:02:501:Play as Guile Now! PL1 (2/2) sftm110:0:0078C8:03:001:Play as Sagat Now! PL1 sftm110:0:00716E:03:501:Play as Sagat Now! PL1 (2/2) sftm110:0:0078C8:04:001:Play as Ken Now! PL1 sftm110:0:00716E:04:501:Play as Ken Now! PL1 (2/2) sftm110:0:0078C8:05:001:Play as Honda Now! PL1 sftm110:0:00716E:05:501:Play as Honda Now! PL1 (2/2) sftm110:0:0078C8:06:001:Play as Chun Li Now! PL1 sftm110:0:00716E:06:501:Play as Chun Li Now! PL1 (2/2) sftm110:0:0078C8:07:001:Play as Cammy Now! PL1 sftm110:0:00716E:07:501:Play as Cammy Now! PL1 (2/2) sftm110:0:0078C8:08:001:Play as Sawada Now! PL1 sftm110:0:00716E:08:501:Play as Sawada Now! PL1 (2/2) sftm110:0:0078C8:09:001:Play as Bulrog Now! PL1 sftm110:0:00716E:09:501:Play as Bulrog Now! PL1 (2/2) sftm110:0:0078C8:0A:001:Play as Blade Now! PL1 sftm110:0:00716E:0A:501:Play as Blade Now! PL1 (2/2) sftm110:0:0078C8:0B:001:Play as Bison Now! PL1 sftm110:0:00716E:0B:501:Play as Bison Now! PL1 (2/2) sftm110:0:0078C8:0C:001:Play as Akuma Now! PL1 sftm110:0:00716E:0C:501:Play as Akuma Now! PL1 (2/2) sftm110:0:0078C8:0D:001:Play as Zangief Now! PL1 sftm110:0:00716E:0D:501:Play as Zangief Now! PL1 (2/2) sftm110:0:0078C8:0E:001:Play as Arkane Now! PL1 sftm110:0:00716E:0E:501:Play as Arkane Now! PL1 (2/2) sftm110:0:0078C8:0F:001:Play as F7 Now! PL1 sftm110:0:00716E:0F:501:Play as F7 Now! PL1 (2/2) sftm110:0:0078C8:10:001:Play as Khyber Now! PL1 sftm110:0:00716E:10:501:Play as Khyber Now! PL1 (2/2) sftm110:0:00732B:80:000:Infinite Energy PL2 sftm110:0:00732B:00:001:Drain All Energy Now! PL2 sftm110:0:00733D:43:000:Always have SUPER (Max Pow) PL2 sftm110:0:00733D:00:000:Never have SUPER (Min Pow) PL2 sftm110:0:00733D:43:001:Get SUPER (Max Pow) Now! PL2 sftm110:0:00733D:00:001:Lose SUPER (Min Pow) Now! PL2 sftm110:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftm110:0:000000:00:999:[OR if enabled ingame character is only available for ] sftm110:0:000000:00:999:[the next round. ] sftm110:0:0078C9:00:001:Play as Ryu Now! PL2 sftm110:0:007330:00:501:Play as Ryu Now! PL2 (2/2) sftm110:0:0078C9:01:001:Play as Vega Now! PL2 sftm110:0:007330:01:501:Play as Vega Now! PL2 (2/2) sftm110:0:0078C9:02:001:Play as Guile Now! PL2 sftm110:0:007330:02:501:Play as Guile Now! PL2 (2/2) sftm110:0:0078C9:03:001:Play as Sagat Now! PL2 sftm110:0:007330:03:501:Play as Sagat Now! PL2 (2/2) sftm110:0:0078C9:04:001:Play as Ken Now! PL2 sftm110:0:007330:04:501:Play as Ken Now! PL2 (2/2) sftm110:0:0078C9:05:001:Play as Honda Now! PL2 sftm110:0:007330:05:501:Play as Honda Now! PL2 (2/2) sftm110:0:0078C9:06:001:Play as Chun Li Now! PL2 sftm110:0:007330:06:501:Play as Chun Li Now! PL2 (2/2) sftm110:0:0078C9:07:001:Play as Cammy Now! PL2 sftm110:0:007330:07:501:Play as Cammy Now! PL2 (2/2) sftm110:0:0078C9:08:001:Play as Sawada Now! PL2 sftm110:0:007330:08:501:Play as Sawada Now! PL2 (2/2) sftm110:0:0078C9:09:001:Play as Bulrog Now! PL2 sftm110:0:007330:09:501:Play as Bulrog Now! PL2 (2/2) sftm110:0:0078C9:0A:001:Play as Blade Now! PL2 sftm110:0:007330:0A:501:Play as Blade Now! PL2 (2/2) sftm110:0:0078C9:0B:001:Play as Bison Now! PL2 sftm110:0:007330:0B:501:Play as Bison Now! PL2 (2/2) sftm110:0:0078C9:0C:001:Play as Akuma Now! PL2 sftm110:0:007330:0C:501:Play as Akuma Now! PL2 (2/2) sftm110:0:0078C9:0D:001:Play as Zangief Now! PL2 sftm110:0:007330:0D:501:Play as Zangief Now! PL2 (2/2) sftm110:0:0078C9:0E:001:Play as Arkane Now! PL2 sftm110:0:007330:0E:501:Play as Arkane Now! PL2 (2/2) sftm110:0:0078C9:0F:001:Play as F7 Now! PL2 sftm110:0:007330:0F:501:Play as F7 Now! PL2 (2/2) sftm110:0:0078C9:10:001:Play as Khyber Now! PL2 sftm110:0:007330:10:501:Play as Khyber Now! PL2 (2/2) ; [ Street Fighter: The Movie (v1.11) ] sftm111:0:007169:80:000:Infinite Energy PL1 sftm111:0:007169:00:001:Drain All Energy Now! PL1 sftm111:0:00717B:43:000:Always have SUPER (Max Pow) PL1 sftm111:0:00717B:00:000:Never have SUPER (Min Pow) PL1 sftm111:0:00717B:43:001:Get SUPER (Max Pow) Now! PL1 sftm111:0:00717B:00:001:Lose SUPER (Min Pow) Now! PL1 sftm111:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftm111:0:000000:00:999:[OR if enabled ingame character is only available for ] sftm111:0:000000:00:999:[the next round. ] sftm111:0:0078C8:00:001:Play as Ryu Now! PL1 sftm111:0:00716E:00:501:Play as Ryu Now! PL1 (2/2) sftm111:0:0078C8:01:001:Play as Vega Now! PL1 sftm111:0:00716E:01:501:Play as Vega Now! PL1 (2/2) sftm111:0:0078C8:02:001:Play as Guile Now! PL1 sftm111:0:00716E:02:501:Play as Guile Now! PL1 (2/2) sftm111:0:0078C8:03:001:Play as Sagat Now! PL1 sftm111:0:00716E:03:501:Play as Sagat Now! PL1 (2/2) sftm111:0:0078C8:04:001:Play as Ken Now! PL1 sftm111:0:00716E:04:501:Play as Ken Now! PL1 (2/2) sftm111:0:0078C8:05:001:Play as Honda Now! PL1 sftm111:0:00716E:05:501:Play as Honda Now! PL1 (2/2) sftm111:0:0078C8:06:001:Play as Chun Li Now! PL1 sftm111:0:00716E:06:501:Play as Chun Li Now! PL1 (2/2) sftm111:0:0078C8:07:001:Play as Cammy Now! PL1 sftm111:0:00716E:07:501:Play as Cammy Now! PL1 (2/2) sftm111:0:0078C8:08:001:Play as Sawada Now! PL1 sftm111:0:00716E:08:501:Play as Sawada Now! PL1 (2/2) sftm111:0:0078C8:09:001:Play as Bulrog Now! PL1 sftm111:0:00716E:09:501:Play as Bulrog Now! PL1 (2/2) sftm111:0:0078C8:0A:001:Play as Blade Now! PL1 sftm111:0:00716E:0A:501:Play as Blade Now! PL1 (2/2) sftm111:0:0078C8:0B:001:Play as Bison Now! PL1 sftm111:0:00716E:0B:501:Play as Bison Now! PL1 (2/2) sftm111:0:0078C8:0C:001:Play as Akuma Now! PL1 sftm111:0:00716E:0C:501:Play as Akuma Now! PL1 (2/2) sftm111:0:0078C8:0D:001:Play as Zangief Now! PL1 sftm111:0:00716E:0D:501:Play as Zangief Now! PL1 (2/2) sftm111:0:0078C8:0E:001:Play as Arkane Now! PL1 sftm111:0:00716E:0E:501:Play as Arkane Now! PL1 (2/2) sftm111:0:0078C8:0F:001:Play as F7 Now! PL1 sftm111:0:00716E:0F:501:Play as F7 Now! PL1 (2/2) sftm111:0:0078C8:10:001:Play as Khyber Now! PL1 sftm111:0:00716E:10:501:Play as Khyber Now! PL1 (2/2) sftm111:0:00732B:80:000:Infinite Energy PL2 sftm111:0:00732B:00:001:Drain All Energy Now! PL2 sftm111:0:00733D:43:000:Always have SUPER (Max Pow) PL2 sftm111:0:00733D:00:000:Never have SUPER (Min Pow) PL2 sftm111:0:00733D:43:001:Get SUPER (Max Pow) Now! PL2 sftm111:0:00733D:00:001:Lose SUPER (Min Pow) Now! PL2 sftm111:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftm111:0:000000:00:999:[OR if enabled ingame character is only available for ] sftm111:0:000000:00:999:[the next round. ] sftm111:0:0078C9:00:001:Play as Ryu Now! PL2 sftm111:0:007330:00:501:Play as Ryu Now! PL2 (2/2) sftm111:0:0078C9:01:001:Play as Vega Now! PL2 sftm111:0:007330:01:501:Play as Vega Now! PL2 (2/2) sftm111:0:0078C9:02:001:Play as Guile Now! PL2 sftm111:0:007330:02:501:Play as Guile Now! PL2 (2/2) sftm111:0:0078C9:03:001:Play as Sagat Now! PL2 sftm111:0:007330:03:501:Play as Sagat Now! PL2 (2/2) sftm111:0:0078C9:04:001:Play as Ken Now! PL2 sftm111:0:007330:04:501:Play as Ken Now! PL2 (2/2) sftm111:0:0078C9:05:001:Play as Honda Now! PL2 sftm111:0:007330:05:501:Play as Honda Now! PL2 (2/2) sftm111:0:0078C9:06:001:Play as Chun Li Now! PL2 sftm111:0:007330:06:501:Play as Chun Li Now! PL2 (2/2) sftm111:0:0078C9:07:001:Play as Cammy Now! PL2 sftm111:0:007330:07:501:Play as Cammy Now! PL2 (2/2) sftm111:0:0078C9:08:001:Play as Sawada Now! PL2 sftm111:0:007330:08:501:Play as Sawada Now! PL2 (2/2) sftm111:0:0078C9:09:001:Play as Bulrog Now! PL2 sftm111:0:007330:09:501:Play as Bulrog Now! PL2 (2/2) sftm111:0:0078C9:0A:001:Play as Blade Now! PL2 sftm111:0:007330:0A:501:Play as Blade Now! PL2 (2/2) sftm111:0:0078C9:0B:001:Play as Bison Now! PL2 sftm111:0:007330:0B:501:Play as Bison Now! PL2 (2/2) sftm111:0:0078C9:0C:001:Play as Akuma Now! PL2 sftm111:0:007330:0C:501:Play as Akuma Now! PL2 (2/2) sftm111:0:0078C9:0D:001:Play as Zangief Now! PL2 sftm111:0:007330:0D:501:Play as Zangief Now! PL2 (2/2) sftm111:0:0078C9:0E:001:Play as Arkane Now! PL2 sftm111:0:007330:0E:501:Play as Arkane Now! PL2 (2/2) sftm111:0:0078C9:0F:001:Play as F7 Now! PL2 sftm111:0:007330:0F:501:Play as F7 Now! PL2 (2/2) sftm111:0:0078C9:10:001:Play as Khyber Now! PL2 sftm111:0:007330:10:501:Play as Khyber Now! PL2 (2/2) ; [ Street Fighter: The Movie (v1.12N, Japan) ] sftmj:0:007169:80:000:Infinite Energy PL1 sftmj:0:007169:00:001:Drain All Energy Now! PL1 sftmj:0:00717B:43:000:Always have SUPER (Max Pow) PL1 sftmj:0:00717B:00:000:Never have SUPER (Min Pow) PL1 sftmj:0:00717B:43:001:Get SUPER (Max Pow) Now! PL1 sftmj:0:00717B:00:001:Lose SUPER (Min Pow) Now! PL1 sftmj:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftmj:0:000000:00:999:[OR if enabled ingame character is only available for ] sftmj:0:000000:00:999:[the next round. ] sftmj:0:0078C8:00:001:Play as Ryu Now! PL1 sftmj:0:00716E:00:501:Play as Ryu Now! PL1 (2/2) sftmj:0:0078C8:01:001:Play as Vega Now! PL1 sftmj:0:00716E:01:501:Play as Vega Now! PL1 (2/2) sftmj:0:0078C8:02:001:Play as Guile Now! PL1 sftmj:0:00716E:02:501:Play as Guile Now! PL1 (2/2) sftmj:0:0078C8:03:001:Play as Sagat Now! PL1 sftmj:0:00716E:03:501:Play as Sagat Now! PL1 (2/2) sftmj:0:0078C8:04:001:Play as Ken Now! PL1 sftmj:0:00716E:04:501:Play as Ken Now! PL1 (2/2) sftmj:0:0078C8:05:001:Play as Honda Now! PL1 sftmj:0:00716E:05:501:Play as Honda Now! PL1 (2/2) sftmj:0:0078C8:06:001:Play as Chun Li Now! PL1 sftmj:0:00716E:06:501:Play as Chun Li Now! PL1 (2/2) sftmj:0:0078C8:07:001:Play as Cammy Now! PL1 sftmj:0:00716E:07:501:Play as Cammy Now! PL1 (2/2) sftmj:0:0078C8:08:001:Play as Sawada Now! PL1 sftmj:0:00716E:08:501:Play as Sawada Now! PL1 (2/2) sftmj:0:0078C8:09:001:Play as Bulrog Now! PL1 sftmj:0:00716E:09:501:Play as Bulrog Now! PL1 (2/2) sftmj:0:0078C8:0A:001:Play as Blade Now! PL1 sftmj:0:00716E:0A:501:Play as Blade Now! PL1 (2/2) sftmj:0:0078C8:0B:001:Play as Bison Now! PL1 sftmj:0:00716E:0B:501:Play as Bison Now! PL1 (2/2) sftmj:0:0078C8:0C:001:Play as Akuma Now! PL1 sftmj:0:00716E:0C:501:Play as Akuma Now! PL1 (2/2) sftmj:0:0078C8:0D:001:Play as Zangief Now! PL1 sftmj:0:00716E:0D:501:Play as Zangief Now! PL1 (2/2) sftmj:0:0078C8:0E:001:Play as Arkane Now! PL1 sftmj:0:00716E:0E:501:Play as Arkane Now! PL1 (2/2) sftmj:0:0078C8:0F:001:Play as F7 Now! PL1 sftmj:0:00716E:0F:501:Play as F7 Now! PL1 (2/2) sftmj:0:0078C8:10:001:Play as Khyber Now! PL1 sftmj:0:00716E:10:501:Play as Khyber Now! PL1 (2/2) sftmj:0:00732B:80:000:Infinite Energy PL2 sftmj:0:00732B:00:001:Drain All Energy Now! PL2 sftmj:0:00733D:43:000:Always have SUPER (Max Pow) PL2 sftmj:0:00733D:00:000:Never have SUPER (Min Pow) PL2 sftmj:0:00733D:43:001:Get SUPER (Max Pow) Now! PL2 sftmj:0:00733D:00:001:Lose SUPER (Min Pow) Now! PL2 sftmj:0:000000:00:999:[Free player selection - Ideally use on level VS screen] sftmj:0:000000:00:999:[OR if enabled ingame character is only available for ] sftmj:0:000000:00:999:[the next round. ] sftmj:0:0078C9:00:001:Play as Ryu Now! PL2 sftmj:0:007330:00:501:Play as Ryu Now! PL2 (2/2) sftmj:0:0078C9:01:001:Play as Vega Now! PL2 sftmj:0:007330:01:501:Play as Vega Now! PL2 (2/2) sftmj:0:0078C9:02:001:Play as Guile Now! PL2 sftmj:0:007330:02:501:Play as Guile Now! PL2 (2/2) sftmj:0:0078C9:03:001:Play as Sagat Now! PL2 sftmj:0:007330:03:501:Play as Sagat Now! PL2 (2/2) sftmj:0:0078C9:04:001:Play as Ken Now! PL2 sftmj:0:007330:04:501:Play as Ken Now! PL2 (2/2) sftmj:0:0078C9:05:001:Play as Honda Now! PL2 sftmj:0:007330:05:501:Play as Honda Now! PL2 (2/2) sftmj:0:0078C9:06:001:Play as Chun Li Now! PL2 sftmj:0:007330:06:501:Play as Chun Li Now! PL2 (2/2) sftmj:0:0078C9:07:001:Play as Cammy Now! PL2 sftmj:0:007330:07:501:Play as Cammy Now! PL2 (2/2) sftmj:0:0078C9:08:001:Play as Sawada Now! PL2 sftmj:0:007330:08:501:Play as Sawada Now! PL2 (2/2) sftmj:0:0078C9:09:001:Play as Bulrog Now! PL2 sftmj:0:007330:09:501:Play as Bulrog Now! PL2 (2/2) sftmj:0:0078C9:0A:001:Play as Blade Now! PL2 sftmj:0:007330:0A:501:Play as Blade Now! PL2 (2/2) sftmj:0:0078C9:0B:001:Play as Bison Now! PL2 sftmj:0:007330:0B:501:Play as Bison Now! PL2 (2/2) sftmj:0:0078C9:0C:001:Play as Akuma Now! PL2 sftmj:0:007330:0C:501:Play as Akuma Now! PL2 (2/2) sftmj:0:0078C9:0D:001:Play as Zangief Now! PL2 sftmj:0:007330:0D:501:Play as Zangief Now! PL2 (2/2) sftmj:0:0078C9:0E:001:Play as Arkane Now! PL2 sftmj:0:007330:0E:501:Play as Arkane Now! PL2 (2/2) sftmj:0:0078C9:0F:001:Play as F7 Now! PL2 sftmj:0:007330:0F:501:Play as F7 Now! PL2 (2/2) sftmj:0:0078C9:10:001:Play as Khyber Now! PL2 sftmj:0:007330:10:501:Play as Khyber Now! PL2 (2/2) ; [ Street Fighter (US) ] sfus:0:FF8E1A:09:000:Infinite Time sfus:0:FFC66B:00:000:Always have No Energy CPU sfus:0:FFC66A:00:500:Always have No Energy CPU (2/2) sfus:0:FFC66C:00:000:Rounds won always = 0 CPU sfus:0:FFC66B:00:001:Drain All Energy Now! CPU sfus:0:FFC66A:00:501:Drain All Energy Now! CPU (2/2) sfus:0:FFC66C:00:001:Rounds won = 0 Now! CPU sfus:0:FF86B7:0B:000:Infinite Energy PL1 sfus:0:FF86B6:04:500:Infinite Energy PL1 (2/2) sfus:0:FF86B8:02:000:Finish round to win match PL1 sfus:0:FF86B7:00:000:Always have No Energy PL1 sfus:0:FF86B6:00:500:Always have No Energy PL1 (2/2) sfus:0:FF86B8:00:000:Rounds won always = 0 PL1 sfus:0:FF86B7:00:001:Drain All Energy Now! PL1 sfus:0:FF86B6:00:501:Drain All Energy Now! PL1 (2/2) sfus:0:FF86B8:00:001:Rounds won = 0 Now! PL1 sfus:0:FFE433:00:000:Always quick motion PL1 sfus:0:FF86C6:02:000:Easy Tatsumaki PL1 sfus:0:FF86C9:02:000:Easy Syouryuuken PL1 sfus:0:FF86CC:02:000:Easy Hadouken PL1 sfus:0:FF86E1:0B:000:Infinite Energy PL2 sfus:0:FF86E0:04:500:Infinite Energy PL2 (2/2) sfus:0:FF86E2:02:000:Finish round to win match PL2 sfus:0:FF86E1:00:000:Always have No Energy PL2 sfus:0:FF86E0:00:500:Always have No Energy PL2 (2/2) sfus:0:FF86E2:00:000:Rounds won always = 0 PL2 sfus:0:FF86E1:00:001:Drain All Energy Now! PL2 sfus:0:FF86E0:00:501:Drain All Energy Now! PL2 (2/2) sfus:0:FF86E2:00:001:Rounds won = 0 Now! PL2 sfus:0:FFE463:00:000:Always quick motion PL2 sfus:0:FF86F0:02:000:Easy Tatsumaki PL2 sfus:0:FF86F3:02:000:Easy Syouryuuken PL2 sfus:0:FF86F6:02:000:Easy Hadouken PL2 ; [ SF-X ] sfx:0:4108:0A:000:Infinite Lives :sfx:20800000:1195:000000C3:FFFFFFFF:Invincibility :sfx:00000000:43A8:00000005:FFFFFFFF:Always Have Power Up :sfx:00000000:4012:00000000:00000002:Rapid Fire PL1 :sfx:00010000:4012:00000000:00000008:Rapid Fire PL1 (2/2) :sfx:00000000:4015:00000000:00000004:Rapid Fire PL2 :sfx:00010000:4015:00000000:00000008:Rapid Fire PL2 (2/2) ; [ Street Fighter Zero 2 (Asia 960227) ] sfz2a:0:FF8109:63:000:Infinite Time sfz2a:0:FF8109:00:001:Finish this Round Now! :sfz2a:62000000:000000:00000000:00000000:Select Backdrop :sfz2a:00010000:FF8101:00000000:FFFFFFFF:Japan (Winter):Ryu :sfz2a:00010000:FF8101:00000002:FFFFFFFF:USA (Party):Ken :sfz2a:00010000:FF8101:00000004:FFFFFFFF:Japan (Gokuentou):Akuma :sfz2a:00010000:FF8101:00000006:FFFFFFFF:USA (Plane):Charlie :sfz2a:00010000:FF8101:00000008:FFFFFFFF:China (Street):Chun-Li :sfz2a:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Lake):Adon :sfz2a:00010000:FF8101:0000000C:FFFFFFFF:USA (Truck):Sodom :sfz2a:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz2a:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz2a:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz2a:00010000:FF8101:00000014:FFFFFFFF:Brazil:M. Bison :sfz2a:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz2a:00010000:FF8101:00000018:FFFFFFFF:Hong Kong:Dan :sfz2a:00010000:FF8101:0000001A:FFFFFFFF:Japan (House):Sakura :sfz2a:00010000:FF8101:0000001C:FFFFFFFF:USA (Elevator):Rolento :sfz2a:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz2a:00010000:FF8101:00000020:FFFFFFFF:USSR:Zangief :sfz2a:00010000:FF8101:00000022:FFFFFFFF:China (Alley):Gen :sfz2a:00010000:FF8101:00000024:FFFFFFFF:#Australia :sfz2a:00010000:FF8101:00000026:FFFFFFFF:#Venezuela sfz2a:0:FF8451:90:000:Infinite Energy PL1 sfz2a:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2a:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2a:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2a:0:FF849F:90:000:Infinite Power PL1 sfz2a:0:FF849F:00:001:Drain All Power Now! PL1 :sfz2a:00000000:FF854F:00000001:FFFFFFFF:Infinite Taunts PL1 :sfz2a:00100000:FF8684:00000000:FFFFFFFF:Never Get Dizzied PL1 :sfz2a:00100000:FF8699:0000B000:FFFFFFFF:Infinite Custom Combo PL1 :sfz2a:00000000:FF84C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL1:Can only be done once per play :sfz2a:00000000:FF84C8:00000003:FFFFFFFF:Fight Shin-Akuma PL1:Can only be done once per play :sfz2a:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2a:62000000:000000:00000000:00000000:Select Character PL1 :sfz2a:00010000:FF8482:00000000:FFFFFFFF:Ryu :sfz2a:00010000:FF8482:00000001:FFFFFFFF:Ken Masters :sfz2a:00010000:FF8482:00000002:FFFFFFFF:Akuma :sfz2a:00010000:FF8482:00000003:FFFFFFFF:Charlie :sfz2a:00010000:FF8482:00000004:FFFFFFFF:Chun-Li :sfz2a:00010000:FF8482:00000005:FFFFFFFF:Adon :sfz2a:00010000:FF8482:00000006:FFFFFFFF:Sodom :sfz2a:00010000:FF8482:00000007:FFFFFFFF:Guy :sfz2a:00010000:FF8482:00000008:FFFFFFFF:Birdie :sfz2a:00010000:FF8482:00000009:FFFFFFFF:Rose :sfz2a:00010000:FF8482:0000000A:FFFFFFFF:M. Bison :sfz2a:00010000:FF8482:0000000B:FFFFFFFF:Sagat :sfz2a:00010000:FF8482:0000000C:FFFFFFFF:Dan Hibiki :sfz2a:00010000:FF8482:0000000D:FFFFFFFF:Sakura Kasugano :sfz2a:00010000:FF8482:0000000E:FFFFFFFF:Rolento Schugerg :sfz2a:00010000:FF8482:0000000F:FFFFFFFF:Dhalsim :sfz2a:00010000:FF8482:00000010:FFFFFFFF:Zangief :sfz2a:00010000:FF8482:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2a:00010000:FF8482:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2a:00010000:FF8482:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2a:00010000:FF8482:00000014:FFFFFFFF:#Shin-Akuma :sfz2a:00010000:FF8482:00000015:FFFFFFFF:#SF2-style Zangief :sfz2a:00010000:FF8482:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2a:00010000:FF8482:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu sfz2a:0:FF8851:90:000:Infinite Energy PL2 sfz2a:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2a:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2a:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2a:0:FF889F:90:000:Infinite Power PL2 sfz2a:0:FF889F:00:001:Drain All Power Now! PL2 :sfz2a:00000000:FF894F:00000001:FFFFFFFF:Infinite Taunts PL2 :sfz2a:00100000:FF8A84:00000000:FFFFFFFF:Never Get Dizzied PL2 :sfz2a:00100000:FF8A99:0000B000:FFFFFFFF:Infinite Custom Combo PL2 :sfz2a:00000000:FF88C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL2:Can only be done once per play :sfz2a:00000000:FF88C8:00000003:FFFFFFFF:Fight Shin-Akuma PL2:Can only be done once per play :sfz2a:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2a:62000000:000000:00000000:00000000:Select Character PL2 :sfz2a:00010000:FF8882:00000000:FFFFFFFF:Ryu :sfz2a:00010000:FF8882:00000001:FFFFFFFF:Ken Masters :sfz2a:00010000:FF8882:00000002:FFFFFFFF:Akuma :sfz2a:00010000:FF8882:00000003:FFFFFFFF:Charlie :sfz2a:00010000:FF8882:00000004:FFFFFFFF:Chun-Li :sfz2a:00010000:FF8882:00000005:FFFFFFFF:Adon :sfz2a:00010000:FF8882:00000006:FFFFFFFF:Sodom :sfz2a:00010000:FF8882:00000007:FFFFFFFF:Guy :sfz2a:00010000:FF8882:00000008:FFFFFFFF:Birdie :sfz2a:00010000:FF8882:00000009:FFFFFFFF:Rose :sfz2a:00010000:FF8882:0000000A:FFFFFFFF:M. Bison :sfz2a:00010000:FF8882:0000000B:FFFFFFFF:Sagat :sfz2a:00010000:FF8882:0000000C:FFFFFFFF:Dan Hibiki :sfz2a:00010000:FF8882:0000000D:FFFFFFFF:Sakura Kasugano :sfz2a:00010000:FF8882:0000000E:FFFFFFFF:Rolento Schugerg :sfz2a:00010000:FF8882:0000000F:FFFFFFFF:Dhalsim :sfz2a:00010000:FF8882:00000010:FFFFFFFF:Zangief :sfz2a:00010000:FF8882:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2a:00010000:FF8882:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2a:00010000:FF8882:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2a:00010000:FF8882:00000014:FFFFFFFF:#Shin-Akuma :sfz2a:00010000:FF8882:00000015:FFFFFFFF:#SF2-style Zangief :sfz2a:00010000:FF8882:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2a:00010000:FF8882:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu :sfz2a:60000000:000000:00000000:00000000:[ Move List Cheats ] :sfz2a:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :sfz2a:60000000:000000:00000000:00000000:[ (SC) - Super Combo. Number of buttons pressed ] :sfz2a:60000000:000000:00000000:00000000:[ determines number of levels used. ] :sfz2a:60000000:000000:00000000:00000000:[ (L3) - Can only be performed at Level 3. ] :sfz2a:60000000:000000:00000000:00000000:[ (Sou) - (Gen) Can only be performed in Sou-ryuu stance ] :sfz2a:60000000:000000:00000000:00000000:[ (Ki) - (Gen) Can only be performed in Ki-ryuu stance. ] :sfz2a:60000000:000000:00000000:00000000:[ Other notes: ] :sfz2a:60000000:000000:00000000:00000000:[ - L3 supers are listed last. ] :sfz2a:60000000:000000:00000000:00000000:[ - SF2 style characters cannot use Universal Moves. ] :sfz2a:60000000:000000:00000000:00000000:[ - Akuma - Both versions share the same move list. ] :sfz2a:60000000:000000:00000000:00000000:[ - Birdie - Final level Bull Horn may not have be given.] :sfz2a:60000000:000000:00000000:00000000:[ - Gen - Shitenshuu may crash game. ] :sfz2a:60000000:000000:00000000:00000000:[Universal Moves (PL1)] :sfz2a:00100000:FF8560:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2a:00100000:FF8568:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2a:00100000:FF8660:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2a:60000000:000000:00000000:00000000:[Universal Moves (PL2)] :sfz2a:00100000:FF8960:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2a:00100000:FF8968:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2a:00100000:FF8A60:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2a:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2a:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2a:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2a:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2a:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2a:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2a:00100000:FF85B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2a:00100000:FF85C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2a:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2a:00100000:FF85C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2a:00100000:FF85B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2a:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2a:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2a:00100000:FF89B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2a:00100000:FF89C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2a:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2a:00100000:FF89C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2a:00100000:FF89B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2a:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2a:00100000:FF85A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2a:00100000:FF85B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2a:00100000:FF89A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2a:00100000:FF89B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :sfz2a:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2a:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2a:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2a:00100000:FF8588:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2a:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2a:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2a:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2a:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :sfz2a:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2a:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2a:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2a:00100000:FF8988:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2a:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2a:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2a:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2a:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL1)] :sfz2a:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2a:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2a:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2a:00200000:FF8588:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2a:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2a:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2a:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2a:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL2)] :sfz2a:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2a:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2a:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2a:00200000:FF8988:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2a:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2a:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2a:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2a:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Charlie (PL1)] :sfz2a:00200000:FF8580:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2a:00200000:FF8588:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2a:00200000:FF8590:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2a:00200000:FF8598:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2a:00200000:FF85A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2a:60000000:000000:00000000:00000000:[Use for Charlie (PL2)] :sfz2a:00200000:FF8980:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2a:00200000:FF8988:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2a:00200000:FF8990:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2a:00200000:FF8998:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2a:00200000:FF89A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2a:60000000:000000:00000000:00000000:[Use for Adon (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2a:00100000:FF8590:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Adon (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2a:00100000:FF8990:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2a:00100000:FF85A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2a:00100000:FF85A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2a:00100000:FF85B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2a:00100000:FF89A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2a:00100000:FF89A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2a:00100000:FF89B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Gen (PL1)] :sfz2a:00000000:FF8583:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2a:00000000:FF8585:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2a:00000000:FF8587:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2a:00200000:FF8590:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2a:00200000:FF8598:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2a:00100000:FF85A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2a:00100000:FF85B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2a:00100000:FF85B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2a:60000000:000000:00000000:00000000:[Use for Gen (PL2)] :sfz2a:00000000:FF8983:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2a:00000000:FF8985:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2a:00000000:FF8987:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2a:00200000:FF8990:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2a:00200000:FF8998:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2a:00100000:FF89A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2a:00100000:FF89B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2a:00100000:FF89B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2a:60000000:000000:00000000:00000000:[Use for Guy (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2a:00100000:FF8588:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2a:00100000:FF8590:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2a:00100000:FF8598:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2a:00100000:FF85A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2a:00100000:FF85A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2a:60000000:000000:00000000:00000000:[Use for Guy (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2a:00100000:FF8988:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2a:00100000:FF8990:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2a:00100000:FF8998:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2a:00100000:FF89A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2a:00100000:FF89A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2a:60000000:000000:00000000:00000000:[Use for Birdie (PL1)] :sfz2a:00200000:FF8580:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2a:00200000:FF858A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2a:00200000:FF8592:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2a:00200000:FF859A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2a:00200000:FF85A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2a:00200000:FF85AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2a:00200000:FF85B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2a:00200000:FF85BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2a:00200000:FF85C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2a:00100000:FF85C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2a:00100000:FF85D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2a:00200000:FF85D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2a:60000000:000000:00000000:00000000:[Use for Birdie (PL2)] :sfz2a:00200000:FF8980:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2a:00200000:FF898A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2a:00200000:FF8992:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2a:00200000:FF899A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2a:00200000:FF89A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2a:00200000:FF89AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2a:00200000:FF89B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2a:00200000:FF89BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2a:00200000:FF89C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2a:00100000:FF89C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2a:00100000:FF89D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2a:00200000:FF89D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2a:60000000:000000:00000000:00000000:[Use for Sodom (PL1)] :sfz2a:00100000:FF8580:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2a:00100000:FF85A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2a:00100000:FF85A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2a:00100000:FF85B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2a:00100000:FF8668:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2a:00100000:FF8590:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Sodom (PL2)] :sfz2a:00100000:FF8980:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2a:00100000:FF89A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2a:00100000:FF89A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2a:00100000:FF89B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2a:00100000:FF8968:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2a:00100000:FF8990:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Rolento (PL1)] :sfz2a:00100000:FF8590:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2a:00100000:FF85B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2a:00100000:FF85C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2a:00100000:FF85B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2a:00100000:FF85A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2a:00100000:FF85A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Rolento (PL2)] :sfz2a:00100000:FF8990:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2a:00100000:FF89B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2a:00100000:FF89C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2a:00100000:FF89B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2a:00100000:FF89A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2a:00100000:FF89A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2a:60000000:000000:00000000:00000000:[Use for Sakura (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2a:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2a:00100000:FF85A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Sakura (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2a:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2a:00100000:FF89A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2a:00100000:FF8588:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2a:00100000:FF8590:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2a:00100000:FF8598:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2a:00100000:FF8988:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2a:00100000:FF8990:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2a:00100000:FF8998:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2a:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL1)] :sfz2a:00100000:FF8580:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2a:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL2)] :sfz2a:00100000:FF8980:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2a:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2a:00100000:FF85A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2a:00100000:FF85B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2a:00100000:FF85B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2a:00100000:FF89A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2a:00100000:FF89B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2a:00100000:FF89B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2a:00100000:FF8588:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2a:00100000:FF8988:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2a:60000000:000000:00000000:00000000:[Use for Rose (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2a:00100000:FF8588:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2a:00100000:FF85B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2a:00100000:FF8598:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2a:00100000:FF85A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2a:00100000:FF85A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2a:60000000:000000:00000000:00000000:[Use for Rose (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2a:00100000:FF8988:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2a:00100000:FF89B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2a:00100000:FF8998:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2a:00100000:FF89A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2a:00100000:FF89A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2a:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :sfz2a:00200000:FF8580:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2a:00200000:FF8588:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2a:00200000:FF8590:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2a:00100000:FF8598:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2a:00100000:FF85A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2a:00200000:FF85C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2a:00200000:FF85A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2a:00200000:FF85B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2a:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :sfz2a:00200000:FF8980:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2a:00200000:FF8988:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2a:00200000:FF8990:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2a:00100000:FF8998:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2a:00100000:FF89A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2a:00200000:FF89C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2a:00200000:FF89A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2a:00200000:FF89B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2a:60000000:000000:00000000:00000000:[Use for Akuma (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2a:00100000:FF85A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2a:00100000:FF85B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2a:00100000:FF85C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2a:00100000:FF85D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2a:00100000:FF85D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2a:00100000:FF8598:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2a:00100000:FF85B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2a:00100000:FF85C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2a:60000000:000000:00000000:00000000:[Use for Akuma (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2a:00100000:FF89A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2a:00100000:FF89B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2a:00100000:FF89C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2a:00100000:FF89D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2a:00100000:FF89D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2a:00100000:FF8998:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2a:00100000:FF89B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2a:00100000:FF89C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2a:60000000:000000:00000000:00000000:[Use for Dan (PL1)] :sfz2a:00100000:FF8580:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2a:00100000:FF8588:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2a:00100000:FF8590:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2a:00100000:FF85B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2a:00100000:FF85B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2a:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF85A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2a:00100000:FF85A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2a:00100000:FF85C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start :sfz2a:60000000:000000:00000000:00000000:[Use for Dan (PL2)] :sfz2a:00100000:FF8980:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2a:00100000:FF8988:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2a:00100000:FF8990:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2a:00100000:FF89B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2a:00100000:FF89B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2a:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2a:00100000:FF89A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2a:00100000:FF89A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2a:00100000:FF89C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start ; Move List Supplement :sfz2a:60000000:000000:00000000:00000000:[ Use for Sakura PL1 ] :sfz2a:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2a:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2a:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2a:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2a:60000000:000000:00000000:00000000:[ Use for Sakura PL2 ] :sfz2a:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2a:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2a:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2a:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2a:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz2a:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz2a:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz2a:62000000:000000:00000000:00000000:Select Region :sfz2a:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz2a:00010000:FF8091:00000002:FFFFFFFF:USA :sfz2a:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz2a:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz2a:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz2a:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz2a:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz2a:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 2 Alpha (Asia 960826) ] sfz2aa:0:FF809C:01:000:Free Play Mode "ON" sfz2aa:0:FF8109:63:000:Infinite Time sfz2aa:0:FF8109:00:001:Finish this Round Now! sfz2aa:0:FF816C:00:001:Change to Normal Mode Now! sfz2aa:0:FF84CB:00:501:Change to Normal Mode Now! (2/2) sfz2aa:0:FF816C:01:001:Change to Dramatic Battle Now! sfz2aa:0:FF84CB:00:501:Change to Dramatic Battle Now! (2/2) sfz2aa:0:FF84CB:FF:001:Change to Survival Mode Now! sfz2aa:0:FF816C:00:501:Change to Survival Mode Now! (2/2) sfz2aa:0:FF8115:07:001:Next fight is last fight Now! (Normal) sfz2aa:0:FF8115:03:001:Next fight is last fight Now! (Dramatic) sfz2aa:0:FF8115:11:001:Next fight is last fight Now! (Survival) sfz2aa:0:FF8451:90:000:Infinite Energy PL1 sfz2aa:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2aa:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2aa:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2aa:0:FF849F:90:000:Always have Maximum POW PL1 sfz2aa:0:FF849F:00:000:Always have Minimum POW PL1 sfz2aa:0:FF849F:90:001:Get Maximum POW Now! PL1 sfz2aa:0:FF849F:00:001:Get Minimum POW Now! PL1 sfz2aa:0:FF8699:B0:000:Infinite Custom Combo PL1 sfz2aa:0:FF869A:00:500:Infinite Custom Combo PL1(2/2) sfz2aa:0:FF8537:00:000:Never Faint PL1 sfz2aa:0:FF84A8:05:070:Select Colour Scheme PL1:Use after picking character sfz2aa:0:FF84C6:05:000:Enable Rival Character PL1 sfz2aa:0:FF84C8:03:000:Enable CPU Shin Gouki PL1 sfz2aa:0:FF84C6:00:000:Disable Rival Character PL1 sfz2aa:0:FF84C8:00:000:Disable CPU Shin Gouki PL1 sfz2aa:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2aa:0:FF8482:00:001:Play as Ryu PL1 sfz2aa:0:FF8482:01:001:Play as Ken PL1 sfz2aa:0:FF8482:02:001:Play as Akuma PL1 sfz2aa:0:FF8482:03:001:Play as Charlie PL1 sfz2aa:0:FF8482:04:001:Play as Chun-Li PL1 sfz2aa:0:FF8482:05:001:Play as Adon PL1 sfz2aa:0:FF8482:06:001:Play as Sodom PL1 sfz2aa:0:FF8482:07:001:Play as Guy PL1 sfz2aa:0:FF8482:08:001:Play as Birdie PL1 sfz2aa:0:FF8482:09:001:Play as Rose PL1 sfz2aa:0:FF8482:0A:001:Play as M. Bison PL1 sfz2aa:0:FF8482:0B:001:Play as Sagat PL1 sfz2aa:0:FF8482:0C:001:Play as Dan PL1 sfz2aa:0:FF8482:0D:001:Play as Sakura PL1 sfz2aa:0:FF8482:0E:001:Play as Rolento PL1 sfz2aa:0:FF8482:0F:001:Play as Dhalsim PL1 sfz2aa:0:FF8482:10:001:Play as Zangief PL1 sfz2aa:0:FF8482:11:001:Play as Gen PL1 sfz2aa:0:FF8482:12:001:Play as Chun-Li (SF2) PL1 sfz2aa:0:FF8482:14:001:Play as Akuma (Blue) PL1 sfz2aa:0:FF8482:17:001:Play as Evil Ryu PL1 sfz2aa:0:FF8851:90:000:Infinite Energy PL2 sfz2aa:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2aa:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2aa:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2aa:0:FF889F:90:000:Always have Maximum POW PL2 sfz2aa:0:FF889F:00:000:Always have Minimum POW PL2 sfz2aa:0:FF889F:90:001:Get Maximum POW Now! PL2 sfz2aa:0:FF889F:00:001:Get Minimum POW Now! PL2 sfz2aa:0:FF8A99:B0:000:Infinite Custom Combo PL2 sfz2aa:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2) sfz2aa:0:FF8937:00:000:Never Faint PL2 sfz2aa:0:FF88A8:05:070:Select Colour Scheme PL2:Use after picking character sfz2aa:0:FF88C6:05:000:Enable Rival Character PL2 sfz2aa:0:FF88C8:03:000:Enable CPU Shin Gouki PL2 sfz2aa:0:FF88C6:00:000:Disable Rival Character PL2 sfz2aa:0:FF88C8:00:000:Disable CPU Shin Gouki PL2 sfz2aa:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2aa:0:FF8882:00:001:Play as Ryu PL2 sfz2aa:0:FF8882:01:001:Play as Ken PL2 sfz2aa:0:FF8882:02:001:Play as Akuma PL2 sfz2aa:0:FF8882:03:001:Play as Charlie PL2 sfz2aa:0:FF8882:04:001:Play as Chun-Li PL2 sfz2aa:0:FF8882:05:001:Play as Adon PL2 sfz2aa:0:FF8882:06:001:Play as Sodom PL2 sfz2aa:0:FF8882:07:001:Play as Guy PL2 sfz2aa:0:FF8882:08:001:Play as Birdie PL2 sfz2aa:0:FF8882:09:001:Play as Rose PL2 sfz2aa:0:FF8882:0A:001:Play as M. Bison PL2 sfz2aa:0:FF8882:0B:001:Play as Sagat PL2 sfz2aa:0:FF8882:0C:001:Play as Dan PL2 sfz2aa:0:FF8882:0D:001:Play as Sakura PL2 sfz2aa:0:FF8882:0E:001:Play as Rolento PL2 sfz2aa:0:FF8882:0F:001:Play as Dhalsim PL2 sfz2aa:0:FF8882:10:001:Play as Zangief PL2 sfz2aa:0:FF8882:11:001:Play as Gen PL2 sfz2aa:0:FF8882:12:001:Play as Chun-Li (SF2) PL2 sfz2aa:0:FF8882:14:001:Play as Akuma (Blue) PL2 sfz2aa:0:FF8882:17:001:Play as Evil Ryu PL2 sfz2aa:0:FF8C51:90:000:Infinite Energy PL3 sfz2aa:0:FF8C53:90:500:Infinite Energy PL3 (2/2) sfz2aa:0:FF8C51:00:001:Drain All Energy Now! PL3 sfz2aa:0:FF8C53:00:501:Drain All Energy Now! PL3 (2/2) sfz2aa:0:FF8C9F:90:000:Always have Maximum POW PL3 sfz2aa:0:FF8C9F:00:000:Always have Minimum POW PL3 sfz2aa:0:FF8C9F:90:001:Get Maximum POW Now! PL3 sfz2aa:0:FF8C9F:00:001:Get Minimum POW Now! PL3 sfz2aa:0:FF8E99:B0:000:Infinite Custom Combo PL3 sfz2aa:0:FF8E9A:00:500:Infinite Custom Combo PL3(2/2) sfz2aa:0:FF8D37:00:000:Never Faint PL3 sfz2aa:0:FF8CA8:05:070:Select Colour Scheme PL3:Use after picking character sfz2aa:0:FF8CC6:05:000:Enable Rival Character PL3 sfz2aa:0:FF8CC8:03:000:Enable CPU Shin Gouki PL3 sfz2aa:0:FF8CC6:00:000:Disable Rival Character PL3 sfz2aa:0:FF8CC8:00:000:Disable CPU Shin Gouki PL3 sfz2aa:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2aa:0:FF8C82:00:001:Play as Ryu PL3 sfz2aa:0:FF8C82:01:001:Play as Ken PL3 sfz2aa:0:FF8C82:02:001:Play as Akuma PL3 sfz2aa:0:FF8C82:03:001:Play as Charlie PL3 sfz2aa:0:FF8C82:04:001:Play as Chun-Li PL3 sfz2aa:0:FF8C82:05:001:Play as Adon PL3 sfz2aa:0:FF8C82:06:001:Play as Sodom PL3 sfz2aa:0:FF8C82:07:001:Play as Guy PL3 sfz2aa:0:FF8C82:08:001:Play as Birdie PL3 sfz2aa:0:FF8C82:09:001:Play as Rose PL3 sfz2aa:0:FF8C82:0A:001:Play as M. Bison PL3 sfz2aa:0:FF8C82:0B:001:Play as Sagat PL3 sfz2aa:0:FF8C82:0C:001:Play as Dan PL3 sfz2aa:0:FF8C82:0D:001:Play as Sakura PL3 sfz2aa:0:FF8C82:0E:001:Play as Rolento PL3 sfz2aa:0:FF8C82:0F:001:Play as Dhalsim PL3 sfz2aa:0:FF8C82:10:001:Play as Zangief PL3 sfz2aa:0:FF8C82:11:001:Play as Gen PL3 sfz2aa:0:FF8C82:12:001:Play as Chun-Li (SF2) PL3 sfz2aa:0:FF8C82:14:001:Play as Akuma (Blue) PL3 sfz2aa:0:FF8C82:17:001:Play as Evil Ryu PL3 sfz2aa:0:FF800B:FF:000:Sound Test Timer Stop sfz2aa:0:000000:00:999:[ These Play Stage next cheats should be used after you ] sfz2aa:0:000000:00:999:[ have won a stage and 'WINNER' is displayed. However, ] sfz2aa:0:000000:00:999:[ when you finish the game it will finish as if you ] sfz2aa:0:000000:00:999:[ where on Akuma's Island regardless of stage chosen. ] sfz2aa:0:FF8101:00:001:Play Japan (Snow) Stage Next! sfz2aa:0:FF8101:02:001:Play USA (Boat) Stage Next! sfz2aa:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next! sfz2aa:0:FF8101:06:001:Play USA (Plane) Stage Next! sfz2aa:0:FF8101:08:001:Play China (Bikes) Stage Next! sfz2aa:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next! sfz2aa:0:FF8101:0C:001:Play USA (Truck) Stage Next! sfz2aa:0:FF8101:0E:001:Play USA (Alley) Stage Next! sfz2aa:0:FF8101:10:001:Play England (Toilets) Stage Next! sfz2aa:0:FF8101:12:001:Play Italy (Venice) Stage Next! sfz2aa:0:FF8101:14:001:Play Brazil (Plane) Stage Next! sfz2aa:0:FF8101:16:001:Play Thailand (Buddha) Stage Next! sfz2aa:0:FF8101:18:001:Play Hong Kong (Market) Stage Next! sfz2aa:0:FF8101:1A:001:Play Japan (Outside House) Stage Next! sfz2aa:0:FF8101:1C:001:Play USA (Yard) Stage Next! sfz2aa:0:FF8101:1E:001:Play India (Elephants) Stage Next! sfz2aa:0:FF8101:20:001:Play USSR (Factory) Stage Next! sfz2aa:0:FF8101:22:001:Play China (Alley) Stage Next! sfz2aa:0:FF8101:24:001:Play Australia (Crop Field) Stage Next! sfz2aa:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next! sfz2aa:0:000000:00:999:[ These are the codes to set the machine region - the ] sfz2aa:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfz2aa:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfz2aa:0:FF8091:00:000:Region Switch = Japan sfz2aa:0:FF8091:02:000:Region Switch = USA sfz2aa:0:FF8091:04:000:Region Switch = Hispanic sfz2aa:0:FF8091:06:000:Region Switch = Oceania sfz2aa:0:FF8091:08:000:Region Switch = Asia sfz2aa:0:FF8091:0A:000:Region Switch = Euro sfz2aa:0:FF8091:0C:000:Region Switch = Brazil ; [ Street Fighter Zero 2 Alpha (Brazil 960813) ] sfz2ab:0:FF809C:01:000:Free Play Mode "ON" sfz2ab:0:FF8109:63:000:Infinite Time sfz2ab:0:FF8109:00:001:Finish this Round Now! sfz2ab:0:FF816C:00:001:Change to Normal Mode Now! sfz2ab:0:FF84CB:00:501:Change to Normal Mode Now! (2/2) sfz2ab:0:FF816C:01:001:Change to Dramatic Battle Now! sfz2ab:0:FF84CB:00:501:Change to Dramatic Battle Now! (2/2) sfz2ab:0:FF84CB:FF:001:Change to Survival Mode Now! sfz2ab:0:FF816C:00:501:Change to Survival Mode Now! (2/2) sfz2ab:0:FF8115:07:001:Next fight is last fight Now! (Normal) sfz2ab:0:FF8115:03:001:Next fight is last fight Now! (Dramatic) sfz2ab:0:FF8115:11:001:Next fight is last fight Now! (Survival) sfz2ab:0:FF8451:90:000:Infinite Energy PL1 sfz2ab:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2ab:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2ab:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2ab:0:FF849F:90:000:Always have Maximum POW PL1 sfz2ab:0:FF849F:00:000:Always have Minimum POW PL1 sfz2ab:0:FF849F:90:001:Get Maximum POW Now! PL1 sfz2ab:0:FF849F:00:001:Get Minimum POW Now! PL1 sfz2ab:0:FF8699:B0:000:Infinite Custom Combo PL1 sfz2ab:0:FF869A:00:500:Infinite Custom Combo PL1(2/2) sfz2ab:0:FF8537:00:000:Never Faint PL1 sfz2ab:0:FF84A8:05:070:Select Colour Scheme PL1:Use after picking character sfz2ab:0:FF84C6:05:000:Enable Rival Character PL1 sfz2ab:0:FF84C8:03:000:Enable CPU Shin Gouki PL1 sfz2ab:0:FF84C6:00:000:Disable Rival Character PL1 sfz2ab:0:FF84C8:00:000:Disable CPU Shin Gouki PL1 sfz2ab:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2ab:0:FF8482:00:001:Play as Ryu PL1 sfz2ab:0:FF8482:01:001:Play as Ken PL1 sfz2ab:0:FF8482:02:001:Play as Akuma PL1 sfz2ab:0:FF8482:03:001:Play as Charlie PL1 sfz2ab:0:FF8482:04:001:Play as Chun-Li PL1 sfz2ab:0:FF8482:05:001:Play as Adon PL1 sfz2ab:0:FF8482:06:001:Play as Sodom PL1 sfz2ab:0:FF8482:07:001:Play as Guy PL1 sfz2ab:0:FF8482:08:001:Play as Birdie PL1 sfz2ab:0:FF8482:09:001:Play as Rose PL1 sfz2ab:0:FF8482:0A:001:Play as M. Bison PL1 sfz2ab:0:FF8482:0B:001:Play as Sagat PL1 sfz2ab:0:FF8482:0C:001:Play as Dan PL1 sfz2ab:0:FF8482:0D:001:Play as Sakura PL1 sfz2ab:0:FF8482:0E:001:Play as Rolento PL1 sfz2ab:0:FF8482:0F:001:Play as Dhalsim PL1 sfz2ab:0:FF8482:10:001:Play as Zangief PL1 sfz2ab:0:FF8482:11:001:Play as Gen PL1 sfz2ab:0:FF8482:12:001:Play as Chun-Li (SF2) PL1 sfz2ab:0:FF8482:14:001:Play as Akuma (Blue) PL1 sfz2ab:0:FF8482:17:001:Play as Evil Ryu PL1 sfz2ab:0:FF8851:90:000:Infinite Energy PL2 sfz2ab:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2ab:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2ab:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2ab:0:FF889F:90:000:Always have Maximum POW PL2 sfz2ab:0:FF889F:00:000:Always have Minimum POW PL2 sfz2ab:0:FF889F:90:001:Get Maximum POW Now! PL2 sfz2ab:0:FF889F:00:001:Get Minimum POW Now! PL2 sfz2ab:0:FF8A99:B0:000:Infinite Custom Combo PL2 sfz2ab:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2) sfz2ab:0:FF8937:00:000:Never Faint PL2 sfz2ab:0:FF88A8:05:070:Select Colour Scheme PL2:Use after picking character sfz2ab:0:FF88C6:05:000:Enable Rival Character PL2 sfz2ab:0:FF88C8:03:000:Enable CPU Shin Gouki PL2 sfz2ab:0:FF88C6:00:000:Disable Rival Character PL2 sfz2ab:0:FF88C8:00:000:Disable CPU Shin Gouki PL2 sfz2ab:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2ab:0:FF8882:00:001:Play as Ryu PL2 sfz2ab:0:FF8882:01:001:Play as Ken PL2 sfz2ab:0:FF8882:02:001:Play as Akuma PL2 sfz2ab:0:FF8882:03:001:Play as Charlie PL2 sfz2ab:0:FF8882:04:001:Play as Chun-Li PL2 sfz2ab:0:FF8882:05:001:Play as Adon PL2 sfz2ab:0:FF8882:06:001:Play as Sodom PL2 sfz2ab:0:FF8882:07:001:Play as Guy PL2 sfz2ab:0:FF8882:08:001:Play as Birdie PL2 sfz2ab:0:FF8882:09:001:Play as Rose PL2 sfz2ab:0:FF8882:0A:001:Play as M. Bison PL2 sfz2ab:0:FF8882:0B:001:Play as Sagat PL2 sfz2ab:0:FF8882:0C:001:Play as Dan PL2 sfz2ab:0:FF8882:0D:001:Play as Sakura PL2 sfz2ab:0:FF8882:0E:001:Play as Rolento PL2 sfz2ab:0:FF8882:0F:001:Play as Dhalsim PL2 sfz2ab:0:FF8882:10:001:Play as Zangief PL2 sfz2ab:0:FF8882:11:001:Play as Gen PL2 sfz2ab:0:FF8882:12:001:Play as Chun-Li (SF2) PL2 sfz2ab:0:FF8882:14:001:Play as Akuma (Blue) PL2 sfz2ab:0:FF8882:17:001:Play as Evil Ryu PL2 sfz2ab:0:FF8C51:90:000:Infinite Energy PL3 sfz2ab:0:FF8C53:90:500:Infinite Energy PL3 (2/2) sfz2ab:0:FF8C51:00:001:Drain All Energy Now! PL3 sfz2ab:0:FF8C53:00:501:Drain All Energy Now! PL3 (2/2) sfz2ab:0:FF8C9F:90:000:Always have Maximum POW PL3 sfz2ab:0:FF8C9F:00:000:Always have Minimum POW PL3 sfz2ab:0:FF8C9F:90:001:Get Maximum POW Now! PL3 sfz2ab:0:FF8C9F:00:001:Get Minimum POW Now! PL3 sfz2ab:0:FF8E99:B0:000:Infinite Custom Combo PL3 sfz2ab:0:FF8E9A:00:500:Infinite Custom Combo PL3(2/2) sfz2ab:0:FF8D37:00:000:Never Faint PL3 sfz2ab:0:FF8CA8:05:070:Select Colour Scheme PL3:Use after picking character sfz2ab:0:FF8CC6:05:000:Enable Rival Character PL3 sfz2ab:0:FF8CC8:03:000:Enable CPU Shin Gouki PL3 sfz2ab:0:FF8CC6:00:000:Disable Rival Character PL3 sfz2ab:0:FF8CC8:00:000:Disable CPU Shin Gouki PL3 sfz2ab:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2ab:0:FF8C82:00:001:Play as Ryu PL3 sfz2ab:0:FF8C82:01:001:Play as Ken PL3 sfz2ab:0:FF8C82:02:001:Play as Akuma PL3 sfz2ab:0:FF8C82:03:001:Play as Charlie PL3 sfz2ab:0:FF8C82:04:001:Play as Chun-Li PL3 sfz2ab:0:FF8C82:05:001:Play as Adon PL3 sfz2ab:0:FF8C82:06:001:Play as Sodom PL3 sfz2ab:0:FF8C82:07:001:Play as Guy PL3 sfz2ab:0:FF8C82:08:001:Play as Birdie PL3 sfz2ab:0:FF8C82:09:001:Play as Rose PL3 sfz2ab:0:FF8C82:0A:001:Play as M. Bison PL3 sfz2ab:0:FF8C82:0B:001:Play as Sagat PL3 sfz2ab:0:FF8C82:0C:001:Play as Dan PL3 sfz2ab:0:FF8C82:0D:001:Play as Sakura PL3 sfz2ab:0:FF8C82:0E:001:Play as Rolento PL3 sfz2ab:0:FF8C82:0F:001:Play as Dhalsim PL3 sfz2ab:0:FF8C82:10:001:Play as Zangief PL3 sfz2ab:0:FF8C82:11:001:Play as Gen PL3 sfz2ab:0:FF8C82:12:001:Play as Chun-Li (SF2) PL3 sfz2ab:0:FF8C82:14:001:Play as Akuma (Blue) PL3 sfz2ab:0:FF8C82:17:001:Play as Evil Ryu PL3 sfz2ab:0:FF800B:FF:000:Sound Test Timer Stop sfz2ab:0:000000:00:999:[ These Play Stage next cheats should be used after you ] sfz2ab:0:000000:00:999:[ have won a stage and 'WINNER' is displayed. However, ] sfz2ab:0:000000:00:999:[ when you finish the game it will finish as if you ] sfz2ab:0:000000:00:999:[ where on Akuma's Island regardless of stage chosen. ] sfz2ab:0:FF8101:00:001:Play Japan (Snow) Stage Next! sfz2ab:0:FF8101:02:001:Play USA (Boat) Stage Next! sfz2ab:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next! sfz2ab:0:FF8101:06:001:Play USA (Plane) Stage Next! sfz2ab:0:FF8101:08:001:Play China (Bikes) Stage Next! sfz2ab:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next! sfz2ab:0:FF8101:0C:001:Play USA (Truck) Stage Next! sfz2ab:0:FF8101:0E:001:Play USA (Alley) Stage Next! sfz2ab:0:FF8101:10:001:Play England (Toilets) Stage Next! sfz2ab:0:FF8101:12:001:Play Italy (Venice) Stage Next! sfz2ab:0:FF8101:14:001:Play Brazil (Plane) Stage Next! sfz2ab:0:FF8101:16:001:Play Thailand (Buddha) Stage Next! sfz2ab:0:FF8101:18:001:Play Hong Kong (Market) Stage Next! sfz2ab:0:FF8101:1A:001:Play Japan (Outside House) Stage Next! sfz2ab:0:FF8101:1C:001:Play USA (Yard) Stage Next! sfz2ab:0:FF8101:1E:001:Play India (Elephants) Stage Next! sfz2ab:0:FF8101:20:001:Play USSR (Factory) Stage Next! sfz2ab:0:FF8101:22:001:Play China (Alley) Stage Next! sfz2ab:0:FF8101:24:001:Play Australia (Crop Field) Stage Next! sfz2ab:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next! sfz2ab:0:000000:00:999:[ These are the codes to set the machine region - the ] sfz2ab:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfz2ab:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfz2ab:0:FF8091:00:000:Region Switch = Japan sfz2ab:0:FF8091:02:000:Region Switch = USA sfz2ab:0:FF8091:04:000:Region Switch = Hispanic sfz2ab:0:FF8091:06:000:Region Switch = Oceania sfz2ab:0:FF8091:08:000:Region Switch = Asia sfz2ab:0:FF8091:0A:000:Region Switch = Euro sfz2ab:0:FF8091:0C:000:Region Switch = Brazil ; [ Street Fighter Zero 2 Alpha (Hispanic 960813) ] sfz2ah:0:FF809C:01:000:Free Play Mode "ON" sfz2ah:0:FF8109:63:000:Infinite Time sfz2ah:0:FF8109:00:001:Finish this Round Now! sfz2ah:0:FF816C:00:001:Change to Normal Mode Now! sfz2ah:0:FF84CB:00:501:Change to Normal Mode Now! (2/2) sfz2ah:0:FF816C:01:001:Change to Dramatic Battle Now! sfz2ah:0:FF84CB:00:501:Change to Dramatic Battle Now! (2/2) sfz2ah:0:FF84CB:FF:001:Change to Survival Mode Now! sfz2ah:0:FF816C:00:501:Change to Survival Mode Now! (2/2) sfz2ah:0:FF8115:07:001:Next fight is last fight Now! (Normal) sfz2ah:0:FF8115:03:001:Next fight is last fight Now! (Dramatic) sfz2ah:0:FF8115:11:001:Next fight is last fight Now! (Survival) sfz2ah:0:FF8451:90:000:Infinite Energy PL1 sfz2ah:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2ah:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2ah:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2ah:0:FF849F:90:000:Always have Maximum POW PL1 sfz2ah:0:FF849F:00:000:Always have Minimum POW PL1 sfz2ah:0:FF849F:90:001:Get Maximum POW Now! PL1 sfz2ah:0:FF849F:00:001:Get Minimum POW Now! PL1 sfz2ah:0:FF8699:B0:000:Infinite Custom Combo PL1 sfz2ah:0:FF869A:00:500:Infinite Custom Combo PL1(2/2) sfz2ah:0:FF8537:00:000:Never Faint PL1 sfz2ah:0:FF84A8:05:070:Select Colour Scheme PL1:Use after picking character sfz2ah:0:FF84C6:05:000:Enable Rival Character PL1 sfz2ah:0:FF84C8:03:000:Enable CPU Shin Gouki PL1 sfz2ah:0:FF84C6:00:000:Disable Rival Character PL1 sfz2ah:0:FF84C8:00:000:Disable CPU Shin Gouki PL1 sfz2ah:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2ah:0:FF8482:00:001:Play as Ryu PL1 sfz2ah:0:FF8482:01:001:Play as Ken PL1 sfz2ah:0:FF8482:02:001:Play as Akuma PL1 sfz2ah:0:FF8482:03:001:Play as Charlie PL1 sfz2ah:0:FF8482:04:001:Play as Chun-Li PL1 sfz2ah:0:FF8482:05:001:Play as Adon PL1 sfz2ah:0:FF8482:06:001:Play as Sodom PL1 sfz2ah:0:FF8482:07:001:Play as Guy PL1 sfz2ah:0:FF8482:08:001:Play as Birdie PL1 sfz2ah:0:FF8482:09:001:Play as Rose PL1 sfz2ah:0:FF8482:0A:001:Play as M. Bison PL1 sfz2ah:0:FF8482:0B:001:Play as Sagat PL1 sfz2ah:0:FF8482:0C:001:Play as Dan PL1 sfz2ah:0:FF8482:0D:001:Play as Sakura PL1 sfz2ah:0:FF8482:0E:001:Play as Rolento PL1 sfz2ah:0:FF8482:0F:001:Play as Dhalsim PL1 sfz2ah:0:FF8482:10:001:Play as Zangief PL1 sfz2ah:0:FF8482:11:001:Play as Gen PL1 sfz2ah:0:FF8482:12:001:Play as Chun-Li (SF2) PL1 sfz2ah:0:FF8482:14:001:Play as Akuma (Blue) PL1 sfz2ah:0:FF8482:17:001:Play as Evil Ryu PL1 sfz2ah:0:FF8851:90:000:Infinite Energy PL2 sfz2ah:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2ah:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2ah:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2ah:0:FF889F:90:000:Always have Maximum POW PL2 sfz2ah:0:FF889F:00:000:Always have Minimum POW PL2 sfz2ah:0:FF889F:90:001:Get Maximum POW Now! PL2 sfz2ah:0:FF889F:00:001:Get Minimum POW Now! PL2 sfz2ah:0:FF8A99:B0:000:Infinite Custom Combo PL2 sfz2ah:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2) sfz2ah:0:FF8937:00:000:Never Faint PL2 sfz2ah:0:FF88A8:05:070:Select Colour Scheme PL2:Use after picking character sfz2ah:0:FF88C6:05:000:Enable Rival Character PL2 sfz2ah:0:FF88C8:03:000:Enable CPU Shin Gouki PL2 sfz2ah:0:FF88C6:00:000:Disable Rival Character PL2 sfz2ah:0:FF88C8:00:000:Disable CPU Shin Gouki PL2 sfz2ah:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2ah:0:FF8882:00:001:Play as Ryu PL2 sfz2ah:0:FF8882:01:001:Play as Ken PL2 sfz2ah:0:FF8882:02:001:Play as Akuma PL2 sfz2ah:0:FF8882:03:001:Play as Charlie PL2 sfz2ah:0:FF8882:04:001:Play as Chun-Li PL2 sfz2ah:0:FF8882:05:001:Play as Adon PL2 sfz2ah:0:FF8882:06:001:Play as Sodom PL2 sfz2ah:0:FF8882:07:001:Play as Guy PL2 sfz2ah:0:FF8882:08:001:Play as Birdie PL2 sfz2ah:0:FF8882:09:001:Play as Rose PL2 sfz2ah:0:FF8882:0A:001:Play as M. Bison PL2 sfz2ah:0:FF8882:0B:001:Play as Sagat PL2 sfz2ah:0:FF8882:0C:001:Play as Dan PL2 sfz2ah:0:FF8882:0D:001:Play as Sakura PL2 sfz2ah:0:FF8882:0E:001:Play as Rolento PL2 sfz2ah:0:FF8882:0F:001:Play as Dhalsim PL2 sfz2ah:0:FF8882:10:001:Play as Zangief PL2 sfz2ah:0:FF8882:11:001:Play as Gen PL2 sfz2ah:0:FF8882:12:001:Play as Chun-Li (SF2) PL2 sfz2ah:0:FF8882:14:001:Play as Akuma (Blue) PL2 sfz2ah:0:FF8882:17:001:Play as Evil Ryu PL2 sfz2ah:0:FF8C51:90:000:Infinite Energy PL3 sfz2ah:0:FF8C53:90:500:Infinite Energy PL3 (2/2) sfz2ah:0:FF8C51:00:001:Drain All Energy Now! PL3 sfz2ah:0:FF8C53:00:501:Drain All Energy Now! PL3 (2/2) sfz2ah:0:FF8C9F:90:000:Always have Maximum POW PL3 sfz2ah:0:FF8C9F:00:000:Always have Minimum POW PL3 sfz2ah:0:FF8C9F:90:001:Get Maximum POW Now! PL3 sfz2ah:0:FF8C9F:00:001:Get Minimum POW Now! PL3 sfz2ah:0:FF8E99:B0:000:Infinite Custom Combo PL3 sfz2ah:0:FF8E9A:00:500:Infinite Custom Combo PL3(2/2) sfz2ah:0:FF8D37:00:000:Never Faint PL3 sfz2ah:0:FF8CA8:05:070:Select Colour Scheme PL3:Use after picking character sfz2ah:0:FF8CC6:05:000:Enable Rival Character PL3 sfz2ah:0:FF8CC8:03:000:Enable CPU Shin Gouki PL3 sfz2ah:0:FF8CC6:00:000:Disable Rival Character PL3 sfz2ah:0:FF8CC8:00:000:Disable CPU Shin Gouki PL3 sfz2ah:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2ah:0:FF8C82:00:001:Play as Ryu PL3 sfz2ah:0:FF8C82:01:001:Play as Ken PL3 sfz2ah:0:FF8C82:02:001:Play as Akuma PL3 sfz2ah:0:FF8C82:03:001:Play as Charlie PL3 sfz2ah:0:FF8C82:04:001:Play as Chun-Li PL3 sfz2ah:0:FF8C82:05:001:Play as Adon PL3 sfz2ah:0:FF8C82:06:001:Play as Sodom PL3 sfz2ah:0:FF8C82:07:001:Play as Guy PL3 sfz2ah:0:FF8C82:08:001:Play as Birdie PL3 sfz2ah:0:FF8C82:09:001:Play as Rose PL3 sfz2ah:0:FF8C82:0A:001:Play as M. Bison PL3 sfz2ah:0:FF8C82:0B:001:Play as Sagat PL3 sfz2ah:0:FF8C82:0C:001:Play as Dan PL3 sfz2ah:0:FF8C82:0D:001:Play as Sakura PL3 sfz2ah:0:FF8C82:0E:001:Play as Rolento PL3 sfz2ah:0:FF8C82:0F:001:Play as Dhalsim PL3 sfz2ah:0:FF8C82:10:001:Play as Zangief PL3 sfz2ah:0:FF8C82:11:001:Play as Gen PL3 sfz2ah:0:FF8C82:12:001:Play as Chun-Li (SF2) PL3 sfz2ah:0:FF8C82:14:001:Play as Akuma (Blue) PL3 sfz2ah:0:FF8C82:17:001:Play as Evil Ryu PL3 sfz2ah:0:FF800B:FF:000:Sound Test Timer Stop sfz2ah:0:000000:00:999:[ These Play Stage next cheats should be used after you ] sfz2ah:0:000000:00:999:[ have won a stage and 'WINNER' is displayed. However, ] sfz2ah:0:000000:00:999:[ when you finish the game it will finish as if you ] sfz2ah:0:000000:00:999:[ where on Akuma's Island regardless of stage chosen. ] sfz2ah:0:FF8101:00:001:Play Japan (Snow) Stage Next! sfz2ah:0:FF8101:02:001:Play USA (Boat) Stage Next! sfz2ah:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next! sfz2ah:0:FF8101:06:001:Play USA (Plane) Stage Next! sfz2ah:0:FF8101:08:001:Play China (Bikes) Stage Next! sfz2ah:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next! sfz2ah:0:FF8101:0C:001:Play USA (Truck) Stage Next! sfz2ah:0:FF8101:0E:001:Play USA (Alley) Stage Next! sfz2ah:0:FF8101:10:001:Play England (Toilets) Stage Next! sfz2ah:0:FF8101:12:001:Play Italy (Venice) Stage Next! sfz2ah:0:FF8101:14:001:Play Brazil (Plane) Stage Next! sfz2ah:0:FF8101:16:001:Play Thailand (Buddha) Stage Next! sfz2ah:0:FF8101:18:001:Play Hong Kong (Market) Stage Next! sfz2ah:0:FF8101:1A:001:Play Japan (Outside House) Stage Next! sfz2ah:0:FF8101:1C:001:Play USA (Yard) Stage Next! sfz2ah:0:FF8101:1E:001:Play India (Elephants) Stage Next! sfz2ah:0:FF8101:20:001:Play USSR (Factory) Stage Next! sfz2ah:0:FF8101:22:001:Play China (Alley) Stage Next! sfz2ah:0:FF8101:24:001:Play Australia (Crop Field) Stage Next! sfz2ah:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next! sfz2ah:0:000000:00:999:[ These are the codes to set the machine region - the ] sfz2ah:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfz2ah:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfz2ah:0:FF8091:00:000:Region Switch = Japan sfz2ah:0:FF8091:02:000:Region Switch = USA sfz2ah:0:FF8091:04:000:Region Switch = Hispanic sfz2ah:0:FF8091:06:000:Region Switch = Oceania sfz2ah:0:FF8091:08:000:Region Switch = Asia sfz2ah:0:FF8091:0A:000:Region Switch = Euro sfz2ah:0:FF8091:0C:000:Region Switch = Brazil ; [ Street Fighter Zero 2 Alpha (Japan 960805) ] sfz2aj:0:FF809C:01:000:Free Play Mode "ON" sfz2aj:0:FF8109:63:000:Infinite Time sfz2aj:0:FF8109:00:001:Finish this Round Now! sfz2aj:0:FF816C:00:001:Change to Normal Mode Now! sfz2aj:0:FF84CB:00:501:Change to Normal Mode Now! (2/2) sfz2aj:0:FF816C:01:001:Change to Dramatic Battle Now! sfz2aj:0:FF84CB:00:501:Change to Dramatic Battle Now! (2/2) sfz2aj:0:FF84CB:FF:001:Change to Survival Mode Now! sfz2aj:0:FF816C:00:501:Change to Survival Mode Now! (2/2) sfz2aj:0:FF8115:07:001:Next fight is last fight Now! (Normal) sfz2aj:0:FF8115:03:001:Next fight is last fight Now! (Dramatic) sfz2aj:0:FF8115:11:001:Next fight is last fight Now! (Survival) sfz2aj:0:FF8451:90:000:Infinite Energy PL1 sfz2aj:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2aj:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2aj:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2aj:0:FF849F:90:000:Always have Maximum POW PL1 sfz2aj:0:FF849F:00:000:Always have Minimum POW PL1 sfz2aj:0:FF849F:90:001:Get Maximum POW Now! PL1 sfz2aj:0:FF849F:00:001:Get Minimum POW Now! PL1 sfz2aj:0:FF8699:B0:000:Infinite Custom Combo PL1 sfz2aj:0:FF869A:00:500:Infinite Custom Combo PL1(2/2) sfz2aj:0:FF8537:00:000:Never Faint PL1 sfz2aj:0:FF84A8:05:070:Select Colour Scheme PL1:Use after picking character sfz2aj:0:FF84C6:05:000:Enable Rival Character PL1 sfz2aj:0:FF84C8:03:000:Enable CPU Shin Gouki PL1 sfz2aj:0:FF84C6:00:000:Disable Rival Character PL1 sfz2aj:0:FF84C8:00:000:Disable CPU Shin Gouki PL1 sfz2aj:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2aj:0:FF8482:00:001:Play as Ryu PL1 sfz2aj:0:FF8482:01:001:Play as Ken PL1 sfz2aj:0:FF8482:02:001:Play as Akuma PL1 sfz2aj:0:FF8482:03:001:Play as Charlie PL1 sfz2aj:0:FF8482:04:001:Play as Chun-Li PL1 sfz2aj:0:FF8482:05:001:Play as Adon PL1 sfz2aj:0:FF8482:06:001:Play as Sodom PL1 sfz2aj:0:FF8482:07:001:Play as Guy PL1 sfz2aj:0:FF8482:08:001:Play as Birdie PL1 sfz2aj:0:FF8482:09:001:Play as Rose PL1 sfz2aj:0:FF8482:0A:001:Play as M. Bison PL1 sfz2aj:0:FF8482:0B:001:Play as Sagat PL1 sfz2aj:0:FF8482:0C:001:Play as Dan PL1 sfz2aj:0:FF8482:0D:001:Play as Sakura PL1 sfz2aj:0:FF8482:0E:001:Play as Rolento PL1 sfz2aj:0:FF8482:0F:001:Play as Dhalsim PL1 sfz2aj:0:FF8482:10:001:Play as Zangief PL1 sfz2aj:0:FF8482:11:001:Play as Gen PL1 sfz2aj:0:FF8482:12:001:Play as Chun-Li (SF2) PL1 sfz2aj:0:FF8482:14:001:Play as Akuma (Blue) PL1 sfz2aj:0:FF8482:17:001:Play as Evil Ryu PL1 sfz2aj:0:FF8851:90:000:Infinite Energy PL2 sfz2aj:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2aj:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2aj:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2aj:0:FF889F:90:000:Always have Maximum POW PL2 sfz2aj:0:FF889F:00:000:Always have Minimum POW PL2 sfz2aj:0:FF889F:90:001:Get Maximum POW Now! PL2 sfz2aj:0:FF889F:00:001:Get Minimum POW Now! PL2 sfz2aj:0:FF8A99:B0:000:Infinite Custom Combo PL2 sfz2aj:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2) sfz2aj:0:FF8937:00:000:Never Faint PL2 sfz2aj:0:FF88A8:05:070:Select Colour Scheme PL2:Use after picking character sfz2aj:0:FF88C6:05:000:Enable Rival Character PL2 sfz2aj:0:FF88C8:03:000:Enable CPU Shin Gouki PL2 sfz2aj:0:FF88C6:00:000:Disable Rival Character PL2 sfz2aj:0:FF88C8:00:000:Disable CPU Shin Gouki PL2 sfz2aj:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2aj:0:FF8882:00:001:Play as Ryu PL2 sfz2aj:0:FF8882:01:001:Play as Ken PL2 sfz2aj:0:FF8882:02:001:Play as Akuma PL2 sfz2aj:0:FF8882:03:001:Play as Charlie PL2 sfz2aj:0:FF8882:04:001:Play as Chun-Li PL2 sfz2aj:0:FF8882:05:001:Play as Adon PL2 sfz2aj:0:FF8882:06:001:Play as Sodom PL2 sfz2aj:0:FF8882:07:001:Play as Guy PL2 sfz2aj:0:FF8882:08:001:Play as Birdie PL2 sfz2aj:0:FF8882:09:001:Play as Rose PL2 sfz2aj:0:FF8882:0A:001:Play as M. Bison PL2 sfz2aj:0:FF8882:0B:001:Play as Sagat PL2 sfz2aj:0:FF8882:0C:001:Play as Dan PL2 sfz2aj:0:FF8882:0D:001:Play as Sakura PL2 sfz2aj:0:FF8882:0E:001:Play as Rolento PL2 sfz2aj:0:FF8882:0F:001:Play as Dhalsim PL2 sfz2aj:0:FF8882:10:001:Play as Zangief PL2 sfz2aj:0:FF8882:11:001:Play as Gen PL2 sfz2aj:0:FF8882:12:001:Play as Chun-Li (SF2) PL2 sfz2aj:0:FF8882:14:001:Play as Akuma (Blue) PL2 sfz2aj:0:FF8882:17:001:Play as Evil Ryu PL2 sfz2aj:0:FF8C51:90:000:Infinite Energy PL3 sfz2aj:0:FF8C53:90:500:Infinite Energy PL3 (2/2) sfz2aj:0:FF8C51:00:001:Drain All Energy Now! PL3 sfz2aj:0:FF8C53:00:501:Drain All Energy Now! PL3 (2/2) sfz2aj:0:FF8C9F:90:000:Always have Maximum POW PL3 sfz2aj:0:FF8C9F:00:000:Always have Minimum POW PL3 sfz2aj:0:FF8C9F:90:001:Get Maximum POW Now! PL3 sfz2aj:0:FF8C9F:00:001:Get Minimum POW Now! PL3 sfz2aj:0:FF8E99:B0:000:Infinite Custom Combo PL3 sfz2aj:0:FF8E9A:00:500:Infinite Custom Combo PL3(2/2) sfz2aj:0:FF8D37:00:000:Never Faint PL3 sfz2aj:0:FF8CA8:05:070:Select Colour Scheme PL3:Use after picking character sfz2aj:0:FF8CC6:05:000:Enable Rival Character PL3 sfz2aj:0:FF8CC8:03:000:Enable CPU Shin Gouki PL3 sfz2aj:0:FF8CC6:00:000:Disable Rival Character PL3 sfz2aj:0:FF8CC8:00:000:Disable CPU Shin Gouki PL3 sfz2aj:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfz2aj:0:FF8C82:00:001:Play as Ryu PL3 sfz2aj:0:FF8C82:01:001:Play as Ken PL3 sfz2aj:0:FF8C82:02:001:Play as Akuma PL3 sfz2aj:0:FF8C82:03:001:Play as Charlie PL3 sfz2aj:0:FF8C82:04:001:Play as Chun-Li PL3 sfz2aj:0:FF8C82:05:001:Play as Adon PL3 sfz2aj:0:FF8C82:06:001:Play as Sodom PL3 sfz2aj:0:FF8C82:07:001:Play as Guy PL3 sfz2aj:0:FF8C82:08:001:Play as Birdie PL3 sfz2aj:0:FF8C82:09:001:Play as Rose PL3 sfz2aj:0:FF8C82:0A:001:Play as M. Bison PL3 sfz2aj:0:FF8C82:0B:001:Play as Sagat PL3 sfz2aj:0:FF8C82:0C:001:Play as Dan PL3 sfz2aj:0:FF8C82:0D:001:Play as Sakura PL3 sfz2aj:0:FF8C82:0E:001:Play as Rolento PL3 sfz2aj:0:FF8C82:0F:001:Play as Dhalsim PL3 sfz2aj:0:FF8C82:10:001:Play as Zangief PL3 sfz2aj:0:FF8C82:11:001:Play as Gen PL3 sfz2aj:0:FF8C82:12:001:Play as Chun-Li (SF2) PL3 sfz2aj:0:FF8C82:14:001:Play as Akuma (Blue) PL3 sfz2aj:0:FF8C82:17:001:Play as Evil Ryu PL3 sfz2aj:0:FF800B:FF:000:Sound Test Timer Stop sfz2aj:0:000000:00:999:[ These Play Stage next cheats should be used after you ] sfz2aj:0:000000:00:999:[ have won a stage and 'WINNER' is displayed. However, ] sfz2aj:0:000000:00:999:[ when you finish the game it will finish as if you ] sfz2aj:0:000000:00:999:[ where on Akuma's Island regardless of stage chosen. ] sfz2aj:0:FF8101:00:001:Play Japan (Snow) Stage Next! sfz2aj:0:FF8101:02:001:Play USA (Boat) Stage Next! sfz2aj:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next! sfz2aj:0:FF8101:06:001:Play USA (Plane) Stage Next! sfz2aj:0:FF8101:08:001:Play China (Bikes) Stage Next! sfz2aj:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next! sfz2aj:0:FF8101:0C:001:Play USA (Truck) Stage Next! sfz2aj:0:FF8101:0E:001:Play USA (Alley) Stage Next! sfz2aj:0:FF8101:10:001:Play England (Toilets) Stage Next! sfz2aj:0:FF8101:12:001:Play Italy (Venice) Stage Next! sfz2aj:0:FF8101:14:001:Play Brazil (Plane) Stage Next! sfz2aj:0:FF8101:16:001:Play Thailand (Buddha) Stage Next! sfz2aj:0:FF8101:18:001:Play Hong Kong (Market) Stage Next! sfz2aj:0:FF8101:1A:001:Play Japan (Outside House) Stage Next! sfz2aj:0:FF8101:1C:001:Play USA (Yard) Stage Next! sfz2aj:0:FF8101:1E:001:Play India (Elephants) Stage Next! sfz2aj:0:FF8101:20:001:Play USSR (Factory) Stage Next! sfz2aj:0:FF8101:22:001:Play China (Alley) Stage Next! sfz2aj:0:FF8101:24:001:Play Australia (Crop Field) Stage Next! sfz2aj:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next! sfz2aj:0:000000:00:999:[ These are the codes to set the machine region - the ] sfz2aj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfz2aj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfz2aj:0:FF8091:00:000:Region Switch = Japan sfz2aj:0:FF8091:02:000:Region Switch = USA sfz2aj:0:FF8091:04:000:Region Switch = Hispanic sfz2aj:0:FF8091:06:000:Region Switch = Oceania sfz2aj:0:FF8091:08:000:Region Switch = Asia sfz2aj:0:FF8091:0A:000:Region Switch = Euro sfz2aj:0:FF8091:0C:000:Region Switch = Brazil ; [ Street Fighter Zero 2 (Brazil 960531) ] sfz2b:0:FF8109:63:000:Infinite Time sfz2b:0:FF8109:00:001:Finish this Round Now! :sfz2b:62000000:000000:00000000:00000000:Select Backdrop :sfz2b:00010000:FF8101:00000000:FFFFFFFF:Japan (Winter):Ryu :sfz2b:00010000:FF8101:00000002:FFFFFFFF:USA (Party):Ken :sfz2b:00010000:FF8101:00000004:FFFFFFFF:Japan (Gokuentou):Akuma :sfz2b:00010000:FF8101:00000006:FFFFFFFF:USA (Plane):Charlie :sfz2b:00010000:FF8101:00000008:FFFFFFFF:China (Street):Chun-Li :sfz2b:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Lake):Adon :sfz2b:00010000:FF8101:0000000C:FFFFFFFF:USA (Truck):Sodom :sfz2b:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz2b:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz2b:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz2b:00010000:FF8101:00000014:FFFFFFFF:Brazil:M. Bison :sfz2b:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz2b:00010000:FF8101:00000018:FFFFFFFF:Hong Kong:Dan :sfz2b:00010000:FF8101:0000001A:FFFFFFFF:Japan (House):Sakura :sfz2b:00010000:FF8101:0000001C:FFFFFFFF:USA (Elevator):Rolento :sfz2b:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz2b:00010000:FF8101:00000020:FFFFFFFF:USSR:Zangief :sfz2b:00010000:FF8101:00000022:FFFFFFFF:China (Alley):Gen :sfz2b:00010000:FF8101:00000024:FFFFFFFF:#Australia :sfz2b:00010000:FF8101:00000026:FFFFFFFF:#Venezuela sfz2b:0:FF8451:90:000:Infinite Energy PL1 sfz2b:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2b:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2b:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2b:0:FF849F:90:000:Infinite Power PL1 sfz2b:0:FF849F:00:001:Drain All Power Now! PL1 :sfz2b:00000000:FF854F:00000001:FFFFFFFF:Infinite Taunts PL1 :sfz2b:00100000:FF8684:00000000:FFFFFFFF:Never Get Dizzied PL1 :sfz2b:00100000:FF8699:0000B000:FFFFFFFF:Infinite Custom Combo PL1 :sfz2b:00000000:FF84C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL1:Can only be done once per play :sfz2b:00000000:FF84C8:00000003:FFFFFFFF:Fight Shin-Akuma PL1:Can only be done once per play :sfz2b:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2b:62000000:000000:00000000:00000000:Select Character PL1 :sfz2b:00010000:FF8482:00000000:FFFFFFFF:Ryu :sfz2b:00010000:FF8482:00000001:FFFFFFFF:Ken Masters :sfz2b:00010000:FF8482:00000002:FFFFFFFF:Akuma :sfz2b:00010000:FF8482:00000003:FFFFFFFF:Charlie :sfz2b:00010000:FF8482:00000004:FFFFFFFF:Chun-Li :sfz2b:00010000:FF8482:00000005:FFFFFFFF:Adon :sfz2b:00010000:FF8482:00000006:FFFFFFFF:Sodom :sfz2b:00010000:FF8482:00000007:FFFFFFFF:Guy :sfz2b:00010000:FF8482:00000008:FFFFFFFF:Birdie :sfz2b:00010000:FF8482:00000009:FFFFFFFF:Rose :sfz2b:00010000:FF8482:0000000A:FFFFFFFF:M. Bison :sfz2b:00010000:FF8482:0000000B:FFFFFFFF:Sagat :sfz2b:00010000:FF8482:0000000C:FFFFFFFF:Dan Hibiki :sfz2b:00010000:FF8482:0000000D:FFFFFFFF:Sakura Kasugano :sfz2b:00010000:FF8482:0000000E:FFFFFFFF:Rolento Schugerg :sfz2b:00010000:FF8482:0000000F:FFFFFFFF:Dhalsim :sfz2b:00010000:FF8482:00000010:FFFFFFFF:Zangief :sfz2b:00010000:FF8482:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2b:00010000:FF8482:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2b:00010000:FF8482:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2b:00010000:FF8482:00000014:FFFFFFFF:#Shin-Akuma :sfz2b:00010000:FF8482:00000015:FFFFFFFF:#SF2-style Zangief :sfz2b:00010000:FF8482:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2b:00010000:FF8482:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu sfz2b:0:FF8851:90:000:Infinite Energy PL2 sfz2b:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2b:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2b:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2b:0:FF889F:90:000:Infinite Power PL2 sfz2b:0:FF889F:00:001:Drain All Power Now! PL2 :sfz2b:00000000:FF894F:00000001:FFFFFFFF:Infinite Taunts PL2 :sfz2b:00100000:FF8A84:00000000:FFFFFFFF:Never Get Dizzied PL2 :sfz2b:00100000:FF8A99:0000B000:FFFFFFFF:Infinite Custom Combo PL2 :sfz2b:00000000:FF88C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL2:Can only be done once per play :sfz2b:00000000:FF88C8:00000003:FFFFFFFF:Fight Shin-Akuma PL2:Can only be done once per play :sfz2b:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2b:62000000:000000:00000000:00000000:Select Character PL2 :sfz2b:00010000:FF8882:00000000:FFFFFFFF:Ryu :sfz2b:00010000:FF8882:00000001:FFFFFFFF:Ken Masters :sfz2b:00010000:FF8882:00000002:FFFFFFFF:Akuma :sfz2b:00010000:FF8882:00000003:FFFFFFFF:Charlie :sfz2b:00010000:FF8882:00000004:FFFFFFFF:Chun-Li :sfz2b:00010000:FF8882:00000005:FFFFFFFF:Adon :sfz2b:00010000:FF8882:00000006:FFFFFFFF:Sodom :sfz2b:00010000:FF8882:00000007:FFFFFFFF:Guy :sfz2b:00010000:FF8882:00000008:FFFFFFFF:Birdie :sfz2b:00010000:FF8882:00000009:FFFFFFFF:Rose :sfz2b:00010000:FF8882:0000000A:FFFFFFFF:M. Bison :sfz2b:00010000:FF8882:0000000B:FFFFFFFF:Sagat :sfz2b:00010000:FF8882:0000000C:FFFFFFFF:Dan Hibiki :sfz2b:00010000:FF8882:0000000D:FFFFFFFF:Sakura Kasugano :sfz2b:00010000:FF8882:0000000E:FFFFFFFF:Rolento Schugerg :sfz2b:00010000:FF8882:0000000F:FFFFFFFF:Dhalsim :sfz2b:00010000:FF8882:00000010:FFFFFFFF:Zangief :sfz2b:00010000:FF8882:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2b:00010000:FF8882:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2b:00010000:FF8882:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2b:00010000:FF8882:00000014:FFFFFFFF:#Shin-Akuma :sfz2b:00010000:FF8882:00000015:FFFFFFFF:#SF2-style Zangief :sfz2b:00010000:FF8882:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2b:00010000:FF8882:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu :sfz2b:60000000:000000:00000000:00000000:[ Move List Cheats ] :sfz2b:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :sfz2b:60000000:000000:00000000:00000000:[ (SC) - Super Combo. Number of buttons pressed ] :sfz2b:60000000:000000:00000000:00000000:[ determines number of levels used. ] :sfz2b:60000000:000000:00000000:00000000:[ (L3) - Can only be performed at Level 3. ] :sfz2b:60000000:000000:00000000:00000000:[ (Sou) - (Gen) Can only be performed in Sou-ryuu stance ] :sfz2b:60000000:000000:00000000:00000000:[ (Ki) - (Gen) Can only be performed in Ki-ryuu stance. ] :sfz2b:60000000:000000:00000000:00000000:[ Other notes: ] :sfz2b:60000000:000000:00000000:00000000:[ - L3 supers are listed last. ] :sfz2b:60000000:000000:00000000:00000000:[ - SF2 style characters cannot use Universal Moves. ] :sfz2b:60000000:000000:00000000:00000000:[ - Akuma - Both versions share the same move list. ] :sfz2b:60000000:000000:00000000:00000000:[ - Birdie - Final level Bull Horn may not have be given.] :sfz2b:60000000:000000:00000000:00000000:[ - Gen - Shitenshuu may crash game. ] :sfz2b:60000000:000000:00000000:00000000:[Universal Moves (PL1)] :sfz2b:00100000:FF8560:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2b:00100000:FF8568:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2b:00100000:FF8660:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2b:60000000:000000:00000000:00000000:[Universal Moves (PL2)] :sfz2b:00100000:FF8960:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2b:00100000:FF8968:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2b:00100000:FF8A60:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2b:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2b:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2b:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2b:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2b:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2b:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2b:00100000:FF85B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2b:00100000:FF85C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2b:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2b:00100000:FF85C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2b:00100000:FF85B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2b:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2b:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2b:00100000:FF89B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2b:00100000:FF89C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2b:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2b:00100000:FF89C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2b:00100000:FF89B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2b:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2b:00100000:FF85A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2b:00100000:FF85B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2b:00100000:FF89A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2b:00100000:FF89B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :sfz2b:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2b:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2b:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2b:00100000:FF8588:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2b:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2b:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2b:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2b:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :sfz2b:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2b:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2b:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2b:00100000:FF8988:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2b:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2b:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2b:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2b:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL1)] :sfz2b:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2b:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2b:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2b:00200000:FF8588:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2b:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2b:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2b:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2b:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL2)] :sfz2b:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2b:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2b:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2b:00200000:FF8988:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2b:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2b:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2b:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2b:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Charlie (PL1)] :sfz2b:00200000:FF8580:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2b:00200000:FF8588:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2b:00200000:FF8590:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2b:00200000:FF8598:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2b:00200000:FF85A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2b:60000000:000000:00000000:00000000:[Use for Charlie (PL2)] :sfz2b:00200000:FF8980:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2b:00200000:FF8988:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2b:00200000:FF8990:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2b:00200000:FF8998:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2b:00200000:FF89A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2b:60000000:000000:00000000:00000000:[Use for Adon (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2b:00100000:FF8590:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Adon (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2b:00100000:FF8990:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2b:00100000:FF85A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2b:00100000:FF85A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2b:00100000:FF85B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2b:00100000:FF89A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2b:00100000:FF89A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2b:00100000:FF89B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Gen (PL1)] :sfz2b:00000000:FF8583:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2b:00000000:FF8585:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2b:00000000:FF8587:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2b:00200000:FF8590:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2b:00200000:FF8598:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2b:00100000:FF85A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2b:00100000:FF85B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2b:00100000:FF85B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2b:60000000:000000:00000000:00000000:[Use for Gen (PL2)] :sfz2b:00000000:FF8983:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2b:00000000:FF8985:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2b:00000000:FF8987:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2b:00200000:FF8990:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2b:00200000:FF8998:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2b:00100000:FF89A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2b:00100000:FF89B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2b:00100000:FF89B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2b:60000000:000000:00000000:00000000:[Use for Guy (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2b:00100000:FF8588:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2b:00100000:FF8590:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2b:00100000:FF8598:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2b:00100000:FF85A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2b:00100000:FF85A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2b:60000000:000000:00000000:00000000:[Use for Guy (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2b:00100000:FF8988:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2b:00100000:FF8990:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2b:00100000:FF8998:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2b:00100000:FF89A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2b:00100000:FF89A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2b:60000000:000000:00000000:00000000:[Use for Birdie (PL1)] :sfz2b:00200000:FF8580:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2b:00200000:FF858A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2b:00200000:FF8592:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2b:00200000:FF859A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2b:00200000:FF85A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2b:00200000:FF85AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2b:00200000:FF85B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2b:00200000:FF85BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2b:00200000:FF85C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2b:00100000:FF85C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2b:00100000:FF85D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2b:00200000:FF85D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2b:60000000:000000:00000000:00000000:[Use for Birdie (PL2)] :sfz2b:00200000:FF8980:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2b:00200000:FF898A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2b:00200000:FF8992:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2b:00200000:FF899A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2b:00200000:FF89A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2b:00200000:FF89AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2b:00200000:FF89B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2b:00200000:FF89BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2b:00200000:FF89C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2b:00100000:FF89C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2b:00100000:FF89D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2b:00200000:FF89D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2b:60000000:000000:00000000:00000000:[Use for Sodom (PL1)] :sfz2b:00100000:FF8580:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2b:00100000:FF85A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2b:00100000:FF85A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2b:00100000:FF85B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2b:00100000:FF8668:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2b:00100000:FF8590:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Sodom (PL2)] :sfz2b:00100000:FF8980:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2b:00100000:FF89A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2b:00100000:FF89A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2b:00100000:FF89B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2b:00100000:FF8968:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2b:00100000:FF8990:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Rolento (PL1)] :sfz2b:00100000:FF8590:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2b:00100000:FF85B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2b:00100000:FF85C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2b:00100000:FF85B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2b:00100000:FF85A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2b:00100000:FF85A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Rolento (PL2)] :sfz2b:00100000:FF8990:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2b:00100000:FF89B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2b:00100000:FF89C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2b:00100000:FF89B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2b:00100000:FF89A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2b:00100000:FF89A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2b:60000000:000000:00000000:00000000:[Use for Sakura (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2b:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2b:00100000:FF85A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Sakura (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2b:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2b:00100000:FF89A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2b:00100000:FF8588:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2b:00100000:FF8590:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2b:00100000:FF8598:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2b:00100000:FF8988:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2b:00100000:FF8990:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2b:00100000:FF8998:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2b:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL1)] :sfz2b:00100000:FF8580:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2b:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL2)] :sfz2b:00100000:FF8980:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2b:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2b:00100000:FF85A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2b:00100000:FF85B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2b:00100000:FF85B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2b:00100000:FF89A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2b:00100000:FF89B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2b:00100000:FF89B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2b:00100000:FF8588:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2b:00100000:FF8988:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2b:60000000:000000:00000000:00000000:[Use for Rose (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2b:00100000:FF8588:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2b:00100000:FF85B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2b:00100000:FF8598:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2b:00100000:FF85A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2b:00100000:FF85A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2b:60000000:000000:00000000:00000000:[Use for Rose (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2b:00100000:FF8988:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2b:00100000:FF89B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2b:00100000:FF8998:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2b:00100000:FF89A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2b:00100000:FF89A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2b:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :sfz2b:00200000:FF8580:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2b:00200000:FF8588:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2b:00200000:FF8590:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2b:00100000:FF8598:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2b:00100000:FF85A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2b:00200000:FF85C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2b:00200000:FF85A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2b:00200000:FF85B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2b:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :sfz2b:00200000:FF8980:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2b:00200000:FF8988:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2b:00200000:FF8990:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2b:00100000:FF8998:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2b:00100000:FF89A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2b:00200000:FF89C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2b:00200000:FF89A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2b:00200000:FF89B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2b:60000000:000000:00000000:00000000:[Use for Akuma (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2b:00100000:FF85A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2b:00100000:FF85B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2b:00100000:FF85C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2b:00100000:FF85D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2b:00100000:FF85D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2b:00100000:FF8598:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2b:00100000:FF85B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2b:00100000:FF85C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2b:60000000:000000:00000000:00000000:[Use for Akuma (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2b:00100000:FF89A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2b:00100000:FF89B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2b:00100000:FF89C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2b:00100000:FF89D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2b:00100000:FF89D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2b:00100000:FF8998:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2b:00100000:FF89B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2b:00100000:FF89C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2b:60000000:000000:00000000:00000000:[Use for Dan (PL1)] :sfz2b:00100000:FF8580:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2b:00100000:FF8588:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2b:00100000:FF8590:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2b:00100000:FF85B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2b:00100000:FF85B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2b:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF85A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2b:00100000:FF85A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2b:00100000:FF85C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start :sfz2b:60000000:000000:00000000:00000000:[Use for Dan (PL2)] :sfz2b:00100000:FF8980:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2b:00100000:FF8988:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2b:00100000:FF8990:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2b:00100000:FF89B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2b:00100000:FF89B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2b:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2b:00100000:FF89A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2b:00100000:FF89A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2b:00100000:FF89C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start ; Move List Supplement :sfz2b:60000000:000000:00000000:00000000:[ Use for Sakura PL1 ] :sfz2b:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2b:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2b:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2b:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2b:60000000:000000:00000000:00000000:[ Use for Sakura PL2 ] :sfz2b:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2b:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2b:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2b:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2b:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz2b:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz2b:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz2b:62000000:000000:00000000:00000000:Select Region :sfz2b:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz2b:00010000:FF8091:00000002:FFFFFFFF:USA :sfz2b:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz2b:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz2b:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz2b:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz2b:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz2b:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 2 (Brazil 960304) ] sfz2br1:0:FF8109:63:000:Infinite Time sfz2br1:0:FF8109:00:001:Finish this Round Now! :sfz2br1:62000000:000000:00000000:00000000:Select Backdrop :sfz2br1:00010000:FF8101:00000000:FFFFFFFF:Japan (Winter):Ryu :sfz2br1:00010000:FF8101:00000002:FFFFFFFF:USA (Party):Ken :sfz2br1:00010000:FF8101:00000004:FFFFFFFF:Japan (Gokuentou):Akuma :sfz2br1:00010000:FF8101:00000006:FFFFFFFF:USA (Plane):Charlie :sfz2br1:00010000:FF8101:00000008:FFFFFFFF:China (Street):Chun-Li :sfz2br1:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Lake):Adon :sfz2br1:00010000:FF8101:0000000C:FFFFFFFF:USA (Truck):Sodom :sfz2br1:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz2br1:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz2br1:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz2br1:00010000:FF8101:00000014:FFFFFFFF:Brazil:M. Bison :sfz2br1:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz2br1:00010000:FF8101:00000018:FFFFFFFF:Hong Kong:Dan :sfz2br1:00010000:FF8101:0000001A:FFFFFFFF:Japan (House):Sakura :sfz2br1:00010000:FF8101:0000001C:FFFFFFFF:USA (Elevator):Rolento :sfz2br1:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz2br1:00010000:FF8101:00000020:FFFFFFFF:USSR:Zangief :sfz2br1:00010000:FF8101:00000022:FFFFFFFF:China (Alley):Gen :sfz2br1:00010000:FF8101:00000024:FFFFFFFF:#Australia :sfz2br1:00010000:FF8101:00000026:FFFFFFFF:#Venezuela sfz2br1:0:FF8451:90:000:Infinite Energy PL1 sfz2br1:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2br1:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2br1:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2br1:0:FF849F:90:000:Infinite Power PL1 sfz2br1:0:FF849F:00:001:Drain All Power Now! PL1 :sfz2br1:00000000:FF854F:00000001:FFFFFFFF:Infinite Taunts PL1 :sfz2br1:00100000:FF8684:00000000:FFFFFFFF:Never Get Dizzied PL1 :sfz2br1:00100000:FF8699:0000B000:FFFFFFFF:Infinite Custom Combo PL1 :sfz2br1:00000000:FF84C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL1:Can only be done once per play :sfz2br1:00000000:FF84C8:00000003:FFFFFFFF:Fight Shin-Akuma PL1:Can only be done once per play :sfz2br1:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2br1:62000000:000000:00000000:00000000:Select Character PL1 :sfz2br1:00010000:FF8482:00000000:FFFFFFFF:Ryu :sfz2br1:00010000:FF8482:00000001:FFFFFFFF:Ken Masters :sfz2br1:00010000:FF8482:00000002:FFFFFFFF:Akuma :sfz2br1:00010000:FF8482:00000003:FFFFFFFF:Charlie :sfz2br1:00010000:FF8482:00000004:FFFFFFFF:Chun-Li :sfz2br1:00010000:FF8482:00000005:FFFFFFFF:Adon :sfz2br1:00010000:FF8482:00000006:FFFFFFFF:Sodom :sfz2br1:00010000:FF8482:00000007:FFFFFFFF:Guy :sfz2br1:00010000:FF8482:00000008:FFFFFFFF:Birdie :sfz2br1:00010000:FF8482:00000009:FFFFFFFF:Rose :sfz2br1:00010000:FF8482:0000000A:FFFFFFFF:M. Bison :sfz2br1:00010000:FF8482:0000000B:FFFFFFFF:Sagat :sfz2br1:00010000:FF8482:0000000C:FFFFFFFF:Dan Hibiki :sfz2br1:00010000:FF8482:0000000D:FFFFFFFF:Sakura Kasugano :sfz2br1:00010000:FF8482:0000000E:FFFFFFFF:Rolento Schugerg :sfz2br1:00010000:FF8482:0000000F:FFFFFFFF:Dhalsim :sfz2br1:00010000:FF8482:00000010:FFFFFFFF:Zangief :sfz2br1:00010000:FF8482:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2br1:00010000:FF8482:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2br1:00010000:FF8482:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2br1:00010000:FF8482:00000014:FFFFFFFF:#Shin-Akuma :sfz2br1:00010000:FF8482:00000015:FFFFFFFF:#SF2-style Zangief :sfz2br1:00010000:FF8482:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2br1:00010000:FF8482:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu sfz2br1:0:FF8851:90:000:Infinite Energy PL2 sfz2br1:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2br1:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2br1:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2br1:0:FF889F:90:000:Infinite Power PL2 sfz2br1:0:FF889F:00:001:Drain All Power Now! PL2 :sfz2br1:00000000:FF894F:00000001:FFFFFFFF:Infinite Taunts PL2 :sfz2br1:00100000:FF8A84:00000000:FFFFFFFF:Never Get Dizzied PL2 :sfz2br1:00100000:FF8A99:0000B000:FFFFFFFF:Infinite Custom Combo PL2 :sfz2br1:00000000:FF88C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL2:Can only be done once per play :sfz2br1:00000000:FF88C8:00000003:FFFFFFFF:Fight Shin-Akuma PL2:Can only be done once per play :sfz2br1:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2br1:62000000:000000:00000000:00000000:Select Character PL2 :sfz2br1:00010000:FF8882:00000000:FFFFFFFF:Ryu :sfz2br1:00010000:FF8882:00000001:FFFFFFFF:Ken Masters :sfz2br1:00010000:FF8882:00000002:FFFFFFFF:Akuma :sfz2br1:00010000:FF8882:00000003:FFFFFFFF:Charlie :sfz2br1:00010000:FF8882:00000004:FFFFFFFF:Chun-Li :sfz2br1:00010000:FF8882:00000005:FFFFFFFF:Adon :sfz2br1:00010000:FF8882:00000006:FFFFFFFF:Sodom :sfz2br1:00010000:FF8882:00000007:FFFFFFFF:Guy :sfz2br1:00010000:FF8882:00000008:FFFFFFFF:Birdie :sfz2br1:00010000:FF8882:00000009:FFFFFFFF:Rose :sfz2br1:00010000:FF8882:0000000A:FFFFFFFF:M. Bison :sfz2br1:00010000:FF8882:0000000B:FFFFFFFF:Sagat :sfz2br1:00010000:FF8882:0000000C:FFFFFFFF:Dan Hibiki :sfz2br1:00010000:FF8882:0000000D:FFFFFFFF:Sakura Kasugano :sfz2br1:00010000:FF8882:0000000E:FFFFFFFF:Rolento Schugerg :sfz2br1:00010000:FF8882:0000000F:FFFFFFFF:Dhalsim :sfz2br1:00010000:FF8882:00000010:FFFFFFFF:Zangief :sfz2br1:00010000:FF8882:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2br1:00010000:FF8882:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2br1:00010000:FF8882:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2br1:00010000:FF8882:00000014:FFFFFFFF:#Shin-Akuma :sfz2br1:00010000:FF8882:00000015:FFFFFFFF:#SF2-style Zangief :sfz2br1:00010000:FF8882:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2br1:00010000:FF8882:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu :sfz2br1:60000000:000000:00000000:00000000:[ Move List Cheats ] :sfz2br1:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :sfz2br1:60000000:000000:00000000:00000000:[ (SC) - Super Combo. Number of buttons pressed ] :sfz2br1:60000000:000000:00000000:00000000:[ determines number of levels used. ] :sfz2br1:60000000:000000:00000000:00000000:[ (L3) - Can only be performed at Level 3. ] :sfz2br1:60000000:000000:00000000:00000000:[ (Sou) - (Gen) Can only be performed in Sou-ryuu stance ] :sfz2br1:60000000:000000:00000000:00000000:[ (Ki) - (Gen) Can only be performed in Ki-ryuu stance. ] :sfz2br1:60000000:000000:00000000:00000000:[ Other notes: ] :sfz2br1:60000000:000000:00000000:00000000:[ - L3 supers are listed last. ] :sfz2br1:60000000:000000:00000000:00000000:[ - SF2 style characters cannot use Universal Moves. ] :sfz2br1:60000000:000000:00000000:00000000:[ - Akuma - Both versions share the same move list. ] :sfz2br1:60000000:000000:00000000:00000000:[ - Birdie - Final level Bull Horn may not have be given.] :sfz2br1:60000000:000000:00000000:00000000:[ - Gen - Shitenshuu may crash game. ] :sfz2br1:60000000:000000:00000000:00000000:[Universal Moves (PL1)] :sfz2br1:00100000:FF8560:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2br1:00100000:FF8568:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2br1:00100000:FF8660:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2br1:60000000:000000:00000000:00000000:[Universal Moves (PL2)] :sfz2br1:00100000:FF8960:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2br1:00100000:FF8968:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2br1:00100000:FF8A60:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2br1:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2br1:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2br1:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2br1:00100000:FF85B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2br1:00100000:FF85C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2br1:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2br1:00100000:FF85C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2br1:00100000:FF85B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2br1:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2br1:00100000:FF89B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2br1:00100000:FF89C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2br1:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2br1:00100000:FF89C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2br1:00100000:FF89B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2br1:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2br1:00100000:FF85A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2br1:00100000:FF85B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2br1:00100000:FF89A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2br1:00100000:FF89B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :sfz2br1:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2br1:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2br1:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2br1:00100000:FF8588:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2br1:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2br1:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2br1:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2br1:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :sfz2br1:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2br1:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2br1:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2br1:00100000:FF8988:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2br1:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2br1:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2br1:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2br1:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL1)] :sfz2br1:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2br1:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2br1:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2br1:00200000:FF8588:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2br1:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2br1:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2br1:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2br1:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL2)] :sfz2br1:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2br1:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2br1:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2br1:00200000:FF8988:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2br1:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2br1:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2br1:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2br1:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Charlie (PL1)] :sfz2br1:00200000:FF8580:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2br1:00200000:FF8588:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2br1:00200000:FF8590:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2br1:00200000:FF8598:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2br1:00200000:FF85A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2br1:60000000:000000:00000000:00000000:[Use for Charlie (PL2)] :sfz2br1:00200000:FF8980:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2br1:00200000:FF8988:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2br1:00200000:FF8990:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2br1:00200000:FF8998:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2br1:00200000:FF89A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2br1:60000000:000000:00000000:00000000:[Use for Adon (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2br1:00100000:FF8590:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Adon (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2br1:00100000:FF8990:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2br1:00100000:FF85A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2br1:00100000:FF85A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2br1:00100000:FF85B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2br1:00100000:FF89A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2br1:00100000:FF89A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2br1:00100000:FF89B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Gen (PL1)] :sfz2br1:00000000:FF8583:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2br1:00000000:FF8585:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2br1:00000000:FF8587:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2br1:00200000:FF8590:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2br1:00200000:FF8598:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2br1:00100000:FF85A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2br1:00100000:FF85B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2br1:00100000:FF85B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2br1:60000000:000000:00000000:00000000:[Use for Gen (PL2)] :sfz2br1:00000000:FF8983:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2br1:00000000:FF8985:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2br1:00000000:FF8987:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2br1:00200000:FF8990:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2br1:00200000:FF8998:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2br1:00100000:FF89A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2br1:00100000:FF89B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2br1:00100000:FF89B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2br1:60000000:000000:00000000:00000000:[Use for Guy (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2br1:00100000:FF8588:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2br1:00100000:FF8590:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2br1:00100000:FF8598:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2br1:00100000:FF85A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2br1:00100000:FF85A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Guy (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2br1:00100000:FF8988:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2br1:00100000:FF8990:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2br1:00100000:FF8998:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2br1:00100000:FF89A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2br1:00100000:FF89A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Birdie (PL1)] :sfz2br1:00200000:FF8580:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2br1:00200000:FF858A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2br1:00200000:FF8592:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2br1:00200000:FF859A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2br1:00200000:FF85A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2br1:00200000:FF85AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2br1:00200000:FF85B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2br1:00200000:FF85BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2br1:00200000:FF85C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2br1:00100000:FF85C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2br1:00100000:FF85D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2br1:00200000:FF85D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Birdie (PL2)] :sfz2br1:00200000:FF8980:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2br1:00200000:FF898A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2br1:00200000:FF8992:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2br1:00200000:FF899A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2br1:00200000:FF89A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2br1:00200000:FF89AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2br1:00200000:FF89B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2br1:00200000:FF89BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2br1:00200000:FF89C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2br1:00100000:FF89C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2br1:00100000:FF89D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2br1:00200000:FF89D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Sodom (PL1)] :sfz2br1:00100000:FF8580:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2br1:00100000:FF85A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2br1:00100000:FF85A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2br1:00100000:FF85B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2br1:00100000:FF8668:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2br1:00100000:FF8590:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Sodom (PL2)] :sfz2br1:00100000:FF8980:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2br1:00100000:FF89A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2br1:00100000:FF89A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2br1:00100000:FF89B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2br1:00100000:FF8968:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2br1:00100000:FF8990:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Rolento (PL1)] :sfz2br1:00100000:FF8590:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2br1:00100000:FF85B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2br1:00100000:FF85C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2br1:00100000:FF85B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2br1:00100000:FF85A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2br1:00100000:FF85A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Rolento (PL2)] :sfz2br1:00100000:FF8990:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2br1:00100000:FF89B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2br1:00100000:FF89C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2br1:00100000:FF89B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2br1:00100000:FF89A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2br1:00100000:FF89A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Sakura (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2br1:00100000:FF85A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Sakura (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2br1:00100000:FF89A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2br1:00100000:FF8588:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2br1:00100000:FF8590:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2br1:00100000:FF8598:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2br1:00100000:FF8988:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2br1:00100000:FF8990:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2br1:00100000:FF8998:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL1)] :sfz2br1:00100000:FF8580:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2br1:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL2)] :sfz2br1:00100000:FF8980:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2br1:00100000:FF85A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2br1:00100000:FF85B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2br1:00100000:FF85B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2br1:00100000:FF89A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2br1:00100000:FF89B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2br1:00100000:FF89B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2br1:00100000:FF8588:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2br1:00100000:FF8988:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2br1:60000000:000000:00000000:00000000:[Use for Rose (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2br1:00100000:FF8588:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2br1:00100000:FF85B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2br1:00100000:FF8598:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2br1:00100000:FF85A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2br1:00100000:FF85A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Rose (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2br1:00100000:FF8988:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2br1:00100000:FF89B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2br1:00100000:FF8998:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2br1:00100000:FF89A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2br1:00100000:FF89A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2br1:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :sfz2br1:00200000:FF8580:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2br1:00200000:FF8588:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2br1:00200000:FF8590:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2br1:00100000:FF8598:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2br1:00100000:FF85A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2br1:00200000:FF85C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2br1:00200000:FF85A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2br1:00200000:FF85B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2br1:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :sfz2br1:00200000:FF8980:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2br1:00200000:FF8988:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2br1:00200000:FF8990:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2br1:00100000:FF8998:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2br1:00100000:FF89A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2br1:00200000:FF89C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2br1:00200000:FF89A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2br1:00200000:FF89B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2br1:60000000:000000:00000000:00000000:[Use for Akuma (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF85A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2br1:00100000:FF85B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2br1:00100000:FF85C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2br1:00100000:FF85D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2br1:00100000:FF85D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2br1:00100000:FF8598:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2br1:00100000:FF85B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2br1:00100000:FF85C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2br1:60000000:000000:00000000:00000000:[Use for Akuma (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2br1:00100000:FF89A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2br1:00100000:FF89B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2br1:00100000:FF89C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2br1:00100000:FF89D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2br1:00100000:FF89D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2br1:00100000:FF8998:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2br1:00100000:FF89B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2br1:00100000:FF89C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2br1:60000000:000000:00000000:00000000:[Use for Dan (PL1)] :sfz2br1:00100000:FF8580:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2br1:00100000:FF8588:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2br1:00100000:FF8590:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2br1:00100000:FF85B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2br1:00100000:FF85B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2br1:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF85A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2br1:00100000:FF85A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2br1:00100000:FF85C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start :sfz2br1:60000000:000000:00000000:00000000:[Use for Dan (PL2)] :sfz2br1:00100000:FF8980:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2br1:00100000:FF8988:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2br1:00100000:FF8990:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2br1:00100000:FF89B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2br1:00100000:FF89B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2br1:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2br1:00100000:FF89A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2br1:00100000:FF89A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2br1:00100000:FF89C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start ; Move List Supplement :sfz2br1:60000000:000000:00000000:00000000:[ Use for Sakura PL1 ] :sfz2br1:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2br1:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2br1:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2br1:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2br1:60000000:000000:00000000:00000000:[ Use for Sakura PL2 ] :sfz2br1:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2br1:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2br1:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2br1:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2br1:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz2br1:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz2br1:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz2br1:62000000:000000:00000000:00000000:Select Region :sfz2br1:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz2br1:00010000:FF8091:00000002:FFFFFFFF:USA :sfz2br1:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz2br1:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz2br1:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz2br1:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz2br1:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz2br1:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 2 (Hispanic 960304) ] sfz2h:0:FF8109:63:000:Infinite Time sfz2h:0:FF8109:00:001:Finish this Round Now! :sfz2h:62000000:000000:00000000:00000000:Select Backdrop :sfz2h:00010000:FF8101:00000000:FFFFFFFF:Japan (Winter):Ryu :sfz2h:00010000:FF8101:00000002:FFFFFFFF:USA (Party):Ken :sfz2h:00010000:FF8101:00000004:FFFFFFFF:Japan (Gokuentou):Akuma :sfz2h:00010000:FF8101:00000006:FFFFFFFF:USA (Plane):Charlie :sfz2h:00010000:FF8101:00000008:FFFFFFFF:China (Street):Chun-Li :sfz2h:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Lake):Adon :sfz2h:00010000:FF8101:0000000C:FFFFFFFF:USA (Truck):Sodom :sfz2h:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz2h:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz2h:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz2h:00010000:FF8101:00000014:FFFFFFFF:Brazil:M. Bison :sfz2h:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz2h:00010000:FF8101:00000018:FFFFFFFF:Hong Kong:Dan :sfz2h:00010000:FF8101:0000001A:FFFFFFFF:Japan (House):Sakura :sfz2h:00010000:FF8101:0000001C:FFFFFFFF:USA (Elevator):Rolento :sfz2h:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz2h:00010000:FF8101:00000020:FFFFFFFF:USSR:Zangief :sfz2h:00010000:FF8101:00000022:FFFFFFFF:China (Alley):Gen :sfz2h:00010000:FF8101:00000024:FFFFFFFF:#Australia :sfz2h:00010000:FF8101:00000026:FFFFFFFF:#Venezuela sfz2h:0:FF8451:90:000:Infinite Energy PL1 sfz2h:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2h:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2h:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2h:0:FF849F:90:000:Infinite Power PL1 sfz2h:0:FF849F:00:001:Drain All Power Now! PL1 :sfz2h:00000000:FF854F:00000001:FFFFFFFF:Infinite Taunts PL1 :sfz2h:00100000:FF8684:00000000:FFFFFFFF:Never Get Dizzied PL1 :sfz2h:00100000:FF8699:0000B000:FFFFFFFF:Infinite Custom Combo PL1 :sfz2h:00000000:FF84C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL1:Can only be done once per play :sfz2h:00000000:FF84C8:00000003:FFFFFFFF:Fight Shin-Akuma PL1:Can only be done once per play :sfz2h:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2h:62000000:000000:00000000:00000000:Select Character PL1 :sfz2h:00010000:FF8482:00000000:FFFFFFFF:Ryu :sfz2h:00010000:FF8482:00000001:FFFFFFFF:Ken Masters :sfz2h:00010000:FF8482:00000002:FFFFFFFF:Akuma :sfz2h:00010000:FF8482:00000003:FFFFFFFF:Charlie :sfz2h:00010000:FF8482:00000004:FFFFFFFF:Chun-Li :sfz2h:00010000:FF8482:00000005:FFFFFFFF:Adon :sfz2h:00010000:FF8482:00000006:FFFFFFFF:Sodom :sfz2h:00010000:FF8482:00000007:FFFFFFFF:Guy :sfz2h:00010000:FF8482:00000008:FFFFFFFF:Birdie :sfz2h:00010000:FF8482:00000009:FFFFFFFF:Rose :sfz2h:00010000:FF8482:0000000A:FFFFFFFF:M. Bison :sfz2h:00010000:FF8482:0000000B:FFFFFFFF:Sagat :sfz2h:00010000:FF8482:0000000C:FFFFFFFF:Dan Hibiki :sfz2h:00010000:FF8482:0000000D:FFFFFFFF:Sakura Kasugano :sfz2h:00010000:FF8482:0000000E:FFFFFFFF:Rolento Schugerg :sfz2h:00010000:FF8482:0000000F:FFFFFFFF:Dhalsim :sfz2h:00010000:FF8482:00000010:FFFFFFFF:Zangief :sfz2h:00010000:FF8482:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2h:00010000:FF8482:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2h:00010000:FF8482:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2h:00010000:FF8482:00000014:FFFFFFFF:#Shin-Akuma :sfz2h:00010000:FF8482:00000015:FFFFFFFF:#SF2-style Zangief :sfz2h:00010000:FF8482:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2h:00010000:FF8482:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu sfz2h:0:FF8851:90:000:Infinite Energy PL2 sfz2h:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2h:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2h:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2h:0:FF889F:90:000:Infinite Power PL2 sfz2h:0:FF889F:00:001:Drain All Power Now! PL2 :sfz2h:00000000:FF894F:00000001:FFFFFFFF:Infinite Taunts PL2 :sfz2h:00100000:FF8A84:00000000:FFFFFFFF:Never Get Dizzied PL2 :sfz2h:00100000:FF8A99:0000B000:FFFFFFFF:Infinite Custom Combo PL2 :sfz2h:00000000:FF88C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL2:Can only be done once per play :sfz2h:00000000:FF88C8:00000003:FFFFFFFF:Fight Shin-Akuma PL2:Can only be done once per play :sfz2h:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2h:62000000:000000:00000000:00000000:Select Character PL2 :sfz2h:00010000:FF8882:00000000:FFFFFFFF:Ryu :sfz2h:00010000:FF8882:00000001:FFFFFFFF:Ken Masters :sfz2h:00010000:FF8882:00000002:FFFFFFFF:Akuma :sfz2h:00010000:FF8882:00000003:FFFFFFFF:Charlie :sfz2h:00010000:FF8882:00000004:FFFFFFFF:Chun-Li :sfz2h:00010000:FF8882:00000005:FFFFFFFF:Adon :sfz2h:00010000:FF8882:00000006:FFFFFFFF:Sodom :sfz2h:00010000:FF8882:00000007:FFFFFFFF:Guy :sfz2h:00010000:FF8882:00000008:FFFFFFFF:Birdie :sfz2h:00010000:FF8882:00000009:FFFFFFFF:Rose :sfz2h:00010000:FF8882:0000000A:FFFFFFFF:M. Bison :sfz2h:00010000:FF8882:0000000B:FFFFFFFF:Sagat :sfz2h:00010000:FF8882:0000000C:FFFFFFFF:Dan Hibiki :sfz2h:00010000:FF8882:0000000D:FFFFFFFF:Sakura Kasugano :sfz2h:00010000:FF8882:0000000E:FFFFFFFF:Rolento Schugerg :sfz2h:00010000:FF8882:0000000F:FFFFFFFF:Dhalsim :sfz2h:00010000:FF8882:00000010:FFFFFFFF:Zangief :sfz2h:00010000:FF8882:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2h:00010000:FF8882:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2h:00010000:FF8882:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2h:00010000:FF8882:00000014:FFFFFFFF:#Shin-Akuma :sfz2h:00010000:FF8882:00000015:FFFFFFFF:#SF2-style Zangief :sfz2h:00010000:FF8882:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2h:00010000:FF8882:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu :sfz2h:60000000:000000:00000000:00000000:[ Move List Cheats ] :sfz2h:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :sfz2h:60000000:000000:00000000:00000000:[ (SC) - Super Combo. Number of buttons pressed ] :sfz2h:60000000:000000:00000000:00000000:[ determines number of levels used. ] :sfz2h:60000000:000000:00000000:00000000:[ (L3) - Can only be performed at Level 3. ] :sfz2h:60000000:000000:00000000:00000000:[ (Sou) - (Gen) Can only be performed in Sou-ryuu stance ] :sfz2h:60000000:000000:00000000:00000000:[ (Ki) - (Gen) Can only be performed in Ki-ryuu stance. ] :sfz2h:60000000:000000:00000000:00000000:[ Other notes: ] :sfz2h:60000000:000000:00000000:00000000:[ - L3 supers are listed last. ] :sfz2h:60000000:000000:00000000:00000000:[ - SF2 style characters cannot use Universal Moves. ] :sfz2h:60000000:000000:00000000:00000000:[ - Akuma - Both versions share the same move list. ] :sfz2h:60000000:000000:00000000:00000000:[ - Birdie - Final level Bull Horn may not have be given.] :sfz2h:60000000:000000:00000000:00000000:[ - Gen - Shitenshuu may crash game. ] :sfz2h:60000000:000000:00000000:00000000:[Universal Moves (PL1)] :sfz2h:00100000:FF8560:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2h:00100000:FF8568:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2h:00100000:FF8660:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2h:60000000:000000:00000000:00000000:[Universal Moves (PL2)] :sfz2h:00100000:FF8960:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2h:00100000:FF8968:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2h:00100000:FF8A60:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2h:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2h:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2h:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2h:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2h:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2h:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2h:00100000:FF85B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2h:00100000:FF85C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2h:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2h:00100000:FF85C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2h:00100000:FF85B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2h:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2h:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2h:00100000:FF89B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2h:00100000:FF89C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2h:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2h:00100000:FF89C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2h:00100000:FF89B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2h:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2h:00100000:FF85A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2h:00100000:FF85B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2h:00100000:FF89A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2h:00100000:FF89B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :sfz2h:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2h:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2h:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2h:00100000:FF8588:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2h:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2h:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2h:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2h:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :sfz2h:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2h:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2h:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2h:00100000:FF8988:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2h:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2h:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2h:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2h:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL1)] :sfz2h:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2h:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2h:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2h:00200000:FF8588:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2h:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2h:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2h:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2h:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL2)] :sfz2h:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2h:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2h:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2h:00200000:FF8988:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2h:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2h:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2h:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2h:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Charlie (PL1)] :sfz2h:00200000:FF8580:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2h:00200000:FF8588:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2h:00200000:FF8590:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2h:00200000:FF8598:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2h:00200000:FF85A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2h:60000000:000000:00000000:00000000:[Use for Charlie (PL2)] :sfz2h:00200000:FF8980:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2h:00200000:FF8988:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2h:00200000:FF8990:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2h:00200000:FF8998:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2h:00200000:FF89A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2h:60000000:000000:00000000:00000000:[Use for Adon (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2h:00100000:FF8590:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Adon (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2h:00100000:FF8990:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2h:00100000:FF85A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2h:00100000:FF85A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2h:00100000:FF85B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2h:00100000:FF89A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2h:00100000:FF89A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2h:00100000:FF89B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Gen (PL1)] :sfz2h:00000000:FF8583:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2h:00000000:FF8585:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2h:00000000:FF8587:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2h:00200000:FF8590:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2h:00200000:FF8598:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2h:00100000:FF85A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2h:00100000:FF85B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2h:00100000:FF85B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2h:60000000:000000:00000000:00000000:[Use for Gen (PL2)] :sfz2h:00000000:FF8983:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2h:00000000:FF8985:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2h:00000000:FF8987:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2h:00200000:FF8990:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2h:00200000:FF8998:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2h:00100000:FF89A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2h:00100000:FF89B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2h:00100000:FF89B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2h:60000000:000000:00000000:00000000:[Use for Guy (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2h:00100000:FF8588:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2h:00100000:FF8590:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2h:00100000:FF8598:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2h:00100000:FF85A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2h:00100000:FF85A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2h:60000000:000000:00000000:00000000:[Use for Guy (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2h:00100000:FF8988:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2h:00100000:FF8990:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2h:00100000:FF8998:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2h:00100000:FF89A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2h:00100000:FF89A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2h:60000000:000000:00000000:00000000:[Use for Birdie (PL1)] :sfz2h:00200000:FF8580:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2h:00200000:FF858A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2h:00200000:FF8592:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2h:00200000:FF859A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2h:00200000:FF85A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2h:00200000:FF85AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2h:00200000:FF85B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2h:00200000:FF85BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2h:00200000:FF85C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2h:00100000:FF85C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2h:00100000:FF85D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2h:00200000:FF85D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2h:60000000:000000:00000000:00000000:[Use for Birdie (PL2)] :sfz2h:00200000:FF8980:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2h:00200000:FF898A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2h:00200000:FF8992:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2h:00200000:FF899A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2h:00200000:FF89A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2h:00200000:FF89AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2h:00200000:FF89B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2h:00200000:FF89BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2h:00200000:FF89C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2h:00100000:FF89C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2h:00100000:FF89D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2h:00200000:FF89D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2h:60000000:000000:00000000:00000000:[Use for Sodom (PL1)] :sfz2h:00100000:FF8580:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2h:00100000:FF85A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2h:00100000:FF85A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2h:00100000:FF85B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2h:00100000:FF8668:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2h:00100000:FF8590:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Sodom (PL2)] :sfz2h:00100000:FF8980:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2h:00100000:FF89A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2h:00100000:FF89A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2h:00100000:FF89B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2h:00100000:FF8968:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2h:00100000:FF8990:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Rolento (PL1)] :sfz2h:00100000:FF8590:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2h:00100000:FF85B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2h:00100000:FF85C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2h:00100000:FF85B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2h:00100000:FF85A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2h:00100000:FF85A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Rolento (PL2)] :sfz2h:00100000:FF8990:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2h:00100000:FF89B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2h:00100000:FF89C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2h:00100000:FF89B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2h:00100000:FF89A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2h:00100000:FF89A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2h:60000000:000000:00000000:00000000:[Use for Sakura (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2h:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2h:00100000:FF85A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Sakura (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2h:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2h:00100000:FF89A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2h:00100000:FF8588:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2h:00100000:FF8590:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2h:00100000:FF8598:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2h:00100000:FF8988:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2h:00100000:FF8990:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2h:00100000:FF8998:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2h:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL1)] :sfz2h:00100000:FF8580:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2h:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL2)] :sfz2h:00100000:FF8980:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2h:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2h:00100000:FF85A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2h:00100000:FF85B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2h:00100000:FF85B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2h:00100000:FF89A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2h:00100000:FF89B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2h:00100000:FF89B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2h:00100000:FF8588:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2h:00100000:FF8988:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2h:60000000:000000:00000000:00000000:[Use for Rose (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2h:00100000:FF8588:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2h:00100000:FF85B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2h:00100000:FF8598:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2h:00100000:FF85A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2h:00100000:FF85A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2h:60000000:000000:00000000:00000000:[Use for Rose (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2h:00100000:FF8988:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2h:00100000:FF89B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2h:00100000:FF8998:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2h:00100000:FF89A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2h:00100000:FF89A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2h:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :sfz2h:00200000:FF8580:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2h:00200000:FF8588:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2h:00200000:FF8590:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2h:00100000:FF8598:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2h:00100000:FF85A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2h:00200000:FF85C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2h:00200000:FF85A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2h:00200000:FF85B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2h:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :sfz2h:00200000:FF8980:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2h:00200000:FF8988:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2h:00200000:FF8990:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2h:00100000:FF8998:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2h:00100000:FF89A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2h:00200000:FF89C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2h:00200000:FF89A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2h:00200000:FF89B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2h:60000000:000000:00000000:00000000:[Use for Akuma (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2h:00100000:FF85A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2h:00100000:FF85B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2h:00100000:FF85C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2h:00100000:FF85D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2h:00100000:FF85D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2h:00100000:FF8598:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2h:00100000:FF85B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2h:00100000:FF85C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2h:60000000:000000:00000000:00000000:[Use for Akuma (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2h:00100000:FF89A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2h:00100000:FF89B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2h:00100000:FF89C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2h:00100000:FF89D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2h:00100000:FF89D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2h:00100000:FF8998:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2h:00100000:FF89B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2h:00100000:FF89C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2h:60000000:000000:00000000:00000000:[Use for Dan (PL1)] :sfz2h:00100000:FF8580:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2h:00100000:FF8588:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2h:00100000:FF8590:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2h:00100000:FF85B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2h:00100000:FF85B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2h:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF85A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2h:00100000:FF85A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2h:00100000:FF85C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start :sfz2h:60000000:000000:00000000:00000000:[Use for Dan (PL2)] :sfz2h:00100000:FF8980:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2h:00100000:FF8988:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2h:00100000:FF8990:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2h:00100000:FF89B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2h:00100000:FF89B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2h:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2h:00100000:FF89A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2h:00100000:FF89A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2h:00100000:FF89C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start ; Move List Supplement :sfz2h:60000000:000000:00000000:00000000:[ Use for Sakura PL1 ] :sfz2h:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2h:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2h:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2h:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2h:60000000:000000:00000000:00000000:[ Use for Sakura PL2 ] :sfz2h:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2h:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2h:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2h:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2h:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz2h:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz2h:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz2h:62000000:000000:00000000:00000000:Select Region :sfz2h:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz2h:00010000:FF8091:00000002:FFFFFFFF:USA :sfz2h:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz2h:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz2h:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz2h:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz2h:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz2h:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 2 (Japan 960227) ] sfz2j:0:FF8109:63:000:Infinite Time sfz2j:0:FF8109:00:001:Finish this Round Now! :sfz2j:62000000:000000:00000000:00000000:Select Backdrop :sfz2j:00010000:FF8101:00000000:FFFFFFFF:Japan (Winter):Ryu :sfz2j:00010000:FF8101:00000002:FFFFFFFF:USA (Party):Ken :sfz2j:00010000:FF8101:00000004:FFFFFFFF:Japan (Gokuentou):Akuma :sfz2j:00010000:FF8101:00000006:FFFFFFFF:USA (Plane):Charlie :sfz2j:00010000:FF8101:00000008:FFFFFFFF:China (Street):Chun-Li :sfz2j:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Lake):Adon :sfz2j:00010000:FF8101:0000000C:FFFFFFFF:USA (Truck):Sodom :sfz2j:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz2j:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz2j:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz2j:00010000:FF8101:00000014:FFFFFFFF:Brazil:M. Bison :sfz2j:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz2j:00010000:FF8101:00000018:FFFFFFFF:Hong Kong:Dan :sfz2j:00010000:FF8101:0000001A:FFFFFFFF:Japan (House):Sakura :sfz2j:00010000:FF8101:0000001C:FFFFFFFF:USA (Elevator):Rolento :sfz2j:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz2j:00010000:FF8101:00000020:FFFFFFFF:USSR:Zangief :sfz2j:00010000:FF8101:00000022:FFFFFFFF:China (Alley):Gen :sfz2j:00010000:FF8101:00000024:FFFFFFFF:#Australia :sfz2j:00010000:FF8101:00000026:FFFFFFFF:#Venezuela sfz2j:0:FF8451:90:000:Infinite Energy PL1 sfz2j:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2j:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2j:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2j:0:FF849F:90:000:Infinite Power PL1 sfz2j:0:FF849F:00:001:Drain All Power Now! PL1 :sfz2j:00000000:FF854F:00000001:FFFFFFFF:Infinite Taunts PL1 :sfz2j:00100000:FF8684:00000000:FFFFFFFF:Never Get Dizzied PL1 :sfz2j:00100000:FF8699:0000B000:FFFFFFFF:Infinite Custom Combo PL1 :sfz2j:00000000:FF84C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL1:Can only be done once per play :sfz2j:00000000:FF84C8:00000003:FFFFFFFF:Fight Shin-Akuma PL1:Can only be done once per play :sfz2j:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2j:62000000:000000:00000000:00000000:Select Character PL1 :sfz2j:00010000:FF8482:00000000:FFFFFFFF:Ryu :sfz2j:00010000:FF8482:00000001:FFFFFFFF:Ken Masters :sfz2j:00010000:FF8482:00000002:FFFFFFFF:Akuma :sfz2j:00010000:FF8482:00000003:FFFFFFFF:Charlie :sfz2j:00010000:FF8482:00000004:FFFFFFFF:Chun-Li :sfz2j:00010000:FF8482:00000005:FFFFFFFF:Adon :sfz2j:00010000:FF8482:00000006:FFFFFFFF:Sodom :sfz2j:00010000:FF8482:00000007:FFFFFFFF:Guy :sfz2j:00010000:FF8482:00000008:FFFFFFFF:Birdie :sfz2j:00010000:FF8482:00000009:FFFFFFFF:Rose :sfz2j:00010000:FF8482:0000000A:FFFFFFFF:M. Bison :sfz2j:00010000:FF8482:0000000B:FFFFFFFF:Sagat :sfz2j:00010000:FF8482:0000000C:FFFFFFFF:Dan Hibiki :sfz2j:00010000:FF8482:0000000D:FFFFFFFF:Sakura Kasugano :sfz2j:00010000:FF8482:0000000E:FFFFFFFF:Rolento Schugerg :sfz2j:00010000:FF8482:0000000F:FFFFFFFF:Dhalsim :sfz2j:00010000:FF8482:00000010:FFFFFFFF:Zangief :sfz2j:00010000:FF8482:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2j:00010000:FF8482:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2j:00010000:FF8482:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2j:00010000:FF8482:00000014:FFFFFFFF:#Shin-Akuma :sfz2j:00010000:FF8482:00000015:FFFFFFFF:#SF2-style Zangief :sfz2j:00010000:FF8482:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2j:00010000:FF8482:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu sfz2j:0:FF8851:90:000:Infinite Energy PL2 sfz2j:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2j:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2j:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2j:0:FF889F:90:000:Infinite Power PL2 sfz2j:0:FF889F:00:001:Drain All Power Now! PL2 :sfz2j:00000000:FF894F:00000001:FFFFFFFF:Infinite Taunts PL2 :sfz2j:00100000:FF8A84:00000000:FFFFFFFF:Never Get Dizzied PL2 :sfz2j:00100000:FF8A99:0000B000:FFFFFFFF:Infinite Custom Combo PL2 :sfz2j:00000000:FF88C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL2:Can only be done once per play :sfz2j:00000000:FF88C8:00000003:FFFFFFFF:Fight Shin-Akuma PL2:Can only be done once per play :sfz2j:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2j:62000000:000000:00000000:00000000:Select Character PL2 :sfz2j:00010000:FF8882:00000000:FFFFFFFF:Ryu :sfz2j:00010000:FF8882:00000001:FFFFFFFF:Ken Masters :sfz2j:00010000:FF8882:00000002:FFFFFFFF:Akuma :sfz2j:00010000:FF8882:00000003:FFFFFFFF:Charlie :sfz2j:00010000:FF8882:00000004:FFFFFFFF:Chun-Li :sfz2j:00010000:FF8882:00000005:FFFFFFFF:Adon :sfz2j:00010000:FF8882:00000006:FFFFFFFF:Sodom :sfz2j:00010000:FF8882:00000007:FFFFFFFF:Guy :sfz2j:00010000:FF8882:00000008:FFFFFFFF:Birdie :sfz2j:00010000:FF8882:00000009:FFFFFFFF:Rose :sfz2j:00010000:FF8882:0000000A:FFFFFFFF:M. Bison :sfz2j:00010000:FF8882:0000000B:FFFFFFFF:Sagat :sfz2j:00010000:FF8882:0000000C:FFFFFFFF:Dan Hibiki :sfz2j:00010000:FF8882:0000000D:FFFFFFFF:Sakura Kasugano :sfz2j:00010000:FF8882:0000000E:FFFFFFFF:Rolento Schugerg :sfz2j:00010000:FF8882:0000000F:FFFFFFFF:Dhalsim :sfz2j:00010000:FF8882:00000010:FFFFFFFF:Zangief :sfz2j:00010000:FF8882:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2j:00010000:FF8882:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2j:00010000:FF8882:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2j:00010000:FF8882:00000014:FFFFFFFF:#Shin-Akuma :sfz2j:00010000:FF8882:00000015:FFFFFFFF:#SF2-style Zangief :sfz2j:00010000:FF8882:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2j:00010000:FF8882:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu :sfz2j:60000000:000000:00000000:00000000:[ Move List Cheats ] :sfz2j:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :sfz2j:60000000:000000:00000000:00000000:[ (SC) - Super Combo. Number of buttons pressed ] :sfz2j:60000000:000000:00000000:00000000:[ determines number of levels used. ] :sfz2j:60000000:000000:00000000:00000000:[ (L3) - Can only be performed at Level 3. ] :sfz2j:60000000:000000:00000000:00000000:[ (Sou) - (Gen) Can only be performed in Sou-ryuu stance ] :sfz2j:60000000:000000:00000000:00000000:[ (Ki) - (Gen) Can only be performed in Ki-ryuu stance. ] :sfz2j:60000000:000000:00000000:00000000:[ Other notes: ] :sfz2j:60000000:000000:00000000:00000000:[ - L3 supers are listed last. ] :sfz2j:60000000:000000:00000000:00000000:[ - SF2 style characters cannot use Universal Moves. ] :sfz2j:60000000:000000:00000000:00000000:[ - Akuma - Both versions share the same move list. ] :sfz2j:60000000:000000:00000000:00000000:[ - Birdie - Final level Bull Horn may not have be given.] :sfz2j:60000000:000000:00000000:00000000:[ - Gen - Shitenshuu may crash game. ] :sfz2j:60000000:000000:00000000:00000000:[Universal Moves (PL1)] :sfz2j:00100000:FF8560:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2j:00100000:FF8568:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2j:00100000:FF8660:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2j:60000000:000000:00000000:00000000:[Universal Moves (PL2)] :sfz2j:00100000:FF8960:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2j:00100000:FF8968:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2j:00100000:FF8A60:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2j:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2j:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2j:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2j:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2j:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2j:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2j:00100000:FF85B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2j:00100000:FF85C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2j:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2j:00100000:FF85C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2j:00100000:FF85B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2j:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2j:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2j:00100000:FF89B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2j:00100000:FF89C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2j:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2j:00100000:FF89C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2j:00100000:FF89B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2j:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2j:00100000:FF85A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2j:00100000:FF85B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2j:00100000:FF89A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2j:00100000:FF89B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :sfz2j:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2j:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2j:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2j:00100000:FF8588:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2j:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2j:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2j:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2j:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :sfz2j:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2j:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2j:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2j:00100000:FF8988:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2j:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2j:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2j:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2j:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL1)] :sfz2j:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2j:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2j:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2j:00200000:FF8588:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2j:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2j:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2j:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2j:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL2)] :sfz2j:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2j:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2j:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2j:00200000:FF8988:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2j:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2j:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2j:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2j:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Charlie (PL1)] :sfz2j:00200000:FF8580:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2j:00200000:FF8588:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2j:00200000:FF8590:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2j:00200000:FF8598:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2j:00200000:FF85A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2j:60000000:000000:00000000:00000000:[Use for Charlie (PL2)] :sfz2j:00200000:FF8980:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2j:00200000:FF8988:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2j:00200000:FF8990:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2j:00200000:FF8998:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2j:00200000:FF89A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2j:60000000:000000:00000000:00000000:[Use for Adon (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2j:00100000:FF8590:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Adon (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2j:00100000:FF8990:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2j:00100000:FF85A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2j:00100000:FF85A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2j:00100000:FF85B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2j:00100000:FF89A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2j:00100000:FF89A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2j:00100000:FF89B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Gen (PL1)] :sfz2j:00000000:FF8583:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2j:00000000:FF8585:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2j:00000000:FF8587:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2j:00200000:FF8590:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2j:00200000:FF8598:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2j:00100000:FF85A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2j:00100000:FF85B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2j:00100000:FF85B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2j:60000000:000000:00000000:00000000:[Use for Gen (PL2)] :sfz2j:00000000:FF8983:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2j:00000000:FF8985:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2j:00000000:FF8987:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2j:00200000:FF8990:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2j:00200000:FF8998:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2j:00100000:FF89A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2j:00100000:FF89B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2j:00100000:FF89B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2j:60000000:000000:00000000:00000000:[Use for Guy (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2j:00100000:FF8588:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2j:00100000:FF8590:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2j:00100000:FF8598:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2j:00100000:FF85A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2j:00100000:FF85A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2j:60000000:000000:00000000:00000000:[Use for Guy (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2j:00100000:FF8988:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2j:00100000:FF8990:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2j:00100000:FF8998:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2j:00100000:FF89A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2j:00100000:FF89A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2j:60000000:000000:00000000:00000000:[Use for Birdie (PL1)] :sfz2j:00200000:FF8580:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2j:00200000:FF858A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2j:00200000:FF8592:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2j:00200000:FF859A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2j:00200000:FF85A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2j:00200000:FF85AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2j:00200000:FF85B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2j:00200000:FF85BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2j:00200000:FF85C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2j:00100000:FF85C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2j:00100000:FF85D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2j:00200000:FF85D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2j:60000000:000000:00000000:00000000:[Use for Birdie (PL2)] :sfz2j:00200000:FF8980:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2j:00200000:FF898A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2j:00200000:FF8992:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2j:00200000:FF899A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2j:00200000:FF89A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2j:00200000:FF89AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2j:00200000:FF89B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2j:00200000:FF89BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2j:00200000:FF89C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2j:00100000:FF89C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2j:00100000:FF89D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2j:00200000:FF89D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2j:60000000:000000:00000000:00000000:[Use for Sodom (PL1)] :sfz2j:00100000:FF8580:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2j:00100000:FF85A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2j:00100000:FF85A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2j:00100000:FF85B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2j:00100000:FF8668:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2j:00100000:FF8590:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Sodom (PL2)] :sfz2j:00100000:FF8980:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2j:00100000:FF89A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2j:00100000:FF89A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2j:00100000:FF89B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2j:00100000:FF8968:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2j:00100000:FF8990:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Rolento (PL1)] :sfz2j:00100000:FF8590:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2j:00100000:FF85B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2j:00100000:FF85C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2j:00100000:FF85B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2j:00100000:FF85A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2j:00100000:FF85A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Rolento (PL2)] :sfz2j:00100000:FF8990:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2j:00100000:FF89B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2j:00100000:FF89C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2j:00100000:FF89B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2j:00100000:FF89A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2j:00100000:FF89A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2j:60000000:000000:00000000:00000000:[Use for Sakura (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2j:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2j:00100000:FF85A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Sakura (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2j:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2j:00100000:FF89A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2j:00100000:FF8588:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2j:00100000:FF8590:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2j:00100000:FF8598:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2j:00100000:FF8988:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2j:00100000:FF8990:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2j:00100000:FF8998:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2j:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL1)] :sfz2j:00100000:FF8580:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2j:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL2)] :sfz2j:00100000:FF8980:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2j:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2j:00100000:FF85A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2j:00100000:FF85B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2j:00100000:FF85B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2j:00100000:FF89A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2j:00100000:FF89B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2j:00100000:FF89B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2j:00100000:FF8588:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2j:00100000:FF8988:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2j:60000000:000000:00000000:00000000:[Use for Rose (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2j:00100000:FF8588:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2j:00100000:FF85B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2j:00100000:FF8598:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2j:00100000:FF85A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2j:00100000:FF85A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2j:60000000:000000:00000000:00000000:[Use for Rose (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2j:00100000:FF8988:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2j:00100000:FF89B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2j:00100000:FF8998:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2j:00100000:FF89A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2j:00100000:FF89A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2j:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :sfz2j:00200000:FF8580:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2j:00200000:FF8588:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2j:00200000:FF8590:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2j:00100000:FF8598:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2j:00100000:FF85A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2j:00200000:FF85C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2j:00200000:FF85A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2j:00200000:FF85B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2j:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :sfz2j:00200000:FF8980:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2j:00200000:FF8988:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2j:00200000:FF8990:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2j:00100000:FF8998:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2j:00100000:FF89A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2j:00200000:FF89C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2j:00200000:FF89A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2j:00200000:FF89B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2j:60000000:000000:00000000:00000000:[Use for Akuma (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2j:00100000:FF85A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2j:00100000:FF85B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2j:00100000:FF85C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2j:00100000:FF85D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2j:00100000:FF85D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2j:00100000:FF8598:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2j:00100000:FF85B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2j:00100000:FF85C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2j:60000000:000000:00000000:00000000:[Use for Akuma (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2j:00100000:FF89A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2j:00100000:FF89B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2j:00100000:FF89C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2j:00100000:FF89D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2j:00100000:FF89D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2j:00100000:FF8998:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2j:00100000:FF89B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2j:00100000:FF89C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2j:60000000:000000:00000000:00000000:[Use for Dan (PL1)] :sfz2j:00100000:FF8580:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2j:00100000:FF8588:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2j:00100000:FF8590:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2j:00100000:FF85B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2j:00100000:FF85B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2j:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF85A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2j:00100000:FF85A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2j:00100000:FF85C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start :sfz2j:60000000:000000:00000000:00000000:[Use for Dan (PL2)] :sfz2j:00100000:FF8980:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2j:00100000:FF8988:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2j:00100000:FF8990:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2j:00100000:FF89B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2j:00100000:FF89B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2j:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2j:00100000:FF89A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2j:00100000:FF89A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2j:00100000:FF89C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start ; Move List Supplement :sfz2j:60000000:000000:00000000:00000000:[ Use for Sakura PL1 ] :sfz2j:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2j:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2j:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2j:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2j:60000000:000000:00000000:00000000:[ Use for Sakura PL2 ] :sfz2j:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2j:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2j:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2j:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2j:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz2j:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz2j:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz2j:62000000:000000:00000000:00000000:Select Region :sfz2j:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz2j:00010000:FF8091:00000002:FFFFFFFF:USA :sfz2j:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz2j:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz2j:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz2j:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz2j:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz2j:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 2 (Oceania 960229) ] sfz2n:0:FF8109:63:000:Infinite Time sfz2n:0:FF8109:00:001:Finish this Round Now! :sfz2n:62000000:000000:00000000:00000000:Select Backdrop :sfz2n:00010000:FF8101:00000000:FFFFFFFF:Japan (Winter):Ryu :sfz2n:00010000:FF8101:00000002:FFFFFFFF:USA (Party):Ken :sfz2n:00010000:FF8101:00000004:FFFFFFFF:Japan (Gokuentou):Akuma :sfz2n:00010000:FF8101:00000006:FFFFFFFF:USA (Plane):Charlie :sfz2n:00010000:FF8101:00000008:FFFFFFFF:China (Street):Chun-Li :sfz2n:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Lake):Adon :sfz2n:00010000:FF8101:0000000C:FFFFFFFF:USA (Truck):Sodom :sfz2n:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz2n:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz2n:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz2n:00010000:FF8101:00000014:FFFFFFFF:Brazil:M. Bison :sfz2n:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz2n:00010000:FF8101:00000018:FFFFFFFF:Hong Kong:Dan :sfz2n:00010000:FF8101:0000001A:FFFFFFFF:Japan (House):Sakura :sfz2n:00010000:FF8101:0000001C:FFFFFFFF:USA (Elevator):Rolento :sfz2n:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz2n:00010000:FF8101:00000020:FFFFFFFF:USSR:Zangief :sfz2n:00010000:FF8101:00000022:FFFFFFFF:China (Alley):Gen :sfz2n:00010000:FF8101:00000024:FFFFFFFF:#Australia :sfz2n:00010000:FF8101:00000026:FFFFFFFF:#Venezuela sfz2n:0:FF8451:90:000:Infinite Energy PL1 sfz2n:0:FF8453:90:500:Infinite Energy PL1 (2/2) sfz2n:0:FF8451:00:001:Drain All Energy Now! PL1 sfz2n:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2) sfz2n:0:FF849F:90:000:Infinite Power PL1 sfz2n:0:FF849F:00:001:Drain All Power Now! PL1 :sfz2n:00000000:FF854F:00000001:FFFFFFFF:Infinite Taunts PL1 :sfz2n:00100000:FF8684:00000000:FFFFFFFF:Never Get Dizzied PL1 :sfz2n:00100000:FF8699:0000B000:FFFFFFFF:Infinite Custom Combo PL1 :sfz2n:00000000:FF84C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL1:Can only be done once per play :sfz2n:00000000:FF84C8:00000003:FFFFFFFF:Fight Shin-Akuma PL1:Can only be done once per play :sfz2n:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2n:62000000:000000:00000000:00000000:Select Character PL1 :sfz2n:00010000:FF8482:00000000:FFFFFFFF:Ryu :sfz2n:00010000:FF8482:00000001:FFFFFFFF:Ken Masters :sfz2n:00010000:FF8482:00000002:FFFFFFFF:Akuma :sfz2n:00010000:FF8482:00000003:FFFFFFFF:Charlie :sfz2n:00010000:FF8482:00000004:FFFFFFFF:Chun-Li :sfz2n:00010000:FF8482:00000005:FFFFFFFF:Adon :sfz2n:00010000:FF8482:00000006:FFFFFFFF:Sodom :sfz2n:00010000:FF8482:00000007:FFFFFFFF:Guy :sfz2n:00010000:FF8482:00000008:FFFFFFFF:Birdie :sfz2n:00010000:FF8482:00000009:FFFFFFFF:Rose :sfz2n:00010000:FF8482:0000000A:FFFFFFFF:M. Bison :sfz2n:00010000:FF8482:0000000B:FFFFFFFF:Sagat :sfz2n:00010000:FF8482:0000000C:FFFFFFFF:Dan Hibiki :sfz2n:00010000:FF8482:0000000D:FFFFFFFF:Sakura Kasugano :sfz2n:00010000:FF8482:0000000E:FFFFFFFF:Rolento Schugerg :sfz2n:00010000:FF8482:0000000F:FFFFFFFF:Dhalsim :sfz2n:00010000:FF8482:00000010:FFFFFFFF:Zangief :sfz2n:00010000:FF8482:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2n:00010000:FF8482:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2n:00010000:FF8482:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2n:00010000:FF8482:00000014:FFFFFFFF:#Shin-Akuma :sfz2n:00010000:FF8482:00000015:FFFFFFFF:#SF2-style Zangief :sfz2n:00010000:FF8482:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2n:00010000:FF8482:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu sfz2n:0:FF8851:90:000:Infinite Energy PL2 sfz2n:0:FF8853:90:500:Infinite Energy PL2 (2/2) sfz2n:0:FF8851:00:001:Drain All Energy Now! PL2 sfz2n:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2) sfz2n:0:FF889F:90:000:Infinite Power PL2 sfz2n:0:FF889F:00:001:Drain All Power Now! PL2 :sfz2n:00000000:FF894F:00000001:FFFFFFFF:Infinite Taunts PL2 :sfz2n:00100000:FF8A84:00000000:FFFFFFFF:Never Get Dizzied PL2 :sfz2n:00100000:FF8A99:0000B000:FFFFFFFF:Infinite Custom Combo PL2 :sfz2n:00000000:FF88C6:00000005:FFFFFFFF:Fight Mid-Boss Next PL2:Can only be done once per play :sfz2n:00000000:FF88C8:00000003:FFFFFFFF:Fight Shin-Akuma PL2:Can only be done once per play :sfz2n:60000000:000000:00000000:00000000:[ Free player selection - Use on level VS screen ] :sfz2n:62000000:000000:00000000:00000000:Select Character PL2 :sfz2n:00010000:FF8882:00000000:FFFFFFFF:Ryu :sfz2n:00010000:FF8882:00000001:FFFFFFFF:Ken Masters :sfz2n:00010000:FF8882:00000002:FFFFFFFF:Akuma :sfz2n:00010000:FF8882:00000003:FFFFFFFF:Charlie :sfz2n:00010000:FF8882:00000004:FFFFFFFF:Chun-Li :sfz2n:00010000:FF8882:00000005:FFFFFFFF:Adon :sfz2n:00010000:FF8882:00000006:FFFFFFFF:Sodom :sfz2n:00010000:FF8882:00000007:FFFFFFFF:Guy :sfz2n:00010000:FF8882:00000008:FFFFFFFF:Birdie :sfz2n:00010000:FF8882:00000009:FFFFFFFF:Rose :sfz2n:00010000:FF8882:0000000A:FFFFFFFF:M. Bison :sfz2n:00010000:FF8882:0000000B:FFFFFFFF:Sagat :sfz2n:00010000:FF8882:0000000C:FFFFFFFF:Dan Hibiki :sfz2n:00010000:FF8882:0000000D:FFFFFFFF:Sakura Kasugano :sfz2n:00010000:FF8882:0000000E:FFFFFFFF:Rolento Schugerg :sfz2n:00010000:FF8882:0000000F:FFFFFFFF:Dhalsim :sfz2n:00010000:FF8882:00000010:FFFFFFFF:Zangief :sfz2n:00010000:FF8882:00000011:FFFFFFFF:Gen (Sou-ryuu) :sfz2n:00010000:FF8882:00000012:FFFFFFFF:#Chun-Li (SF2 clothes) :sfz2n:00010000:FF8882:00000013:FFFFFFFF:#Gen (Ki-ryuu) :sfz2n:00010000:FF8882:00000014:FFFFFFFF:#Shin-Akuma :sfz2n:00010000:FF8882:00000015:FFFFFFFF:#SF2-style Zangief :sfz2n:00010000:FF8882:00000016:FFFFFFFF:#SF2-style Dhalsim :sfz2n:00010000:FF8882:00000017:FFFFFFFF:#Satsui no Hadou ni Mezameta Ryu :sfz2n:60000000:000000:00000000:00000000:[ Move List Cheats ] :sfz2n:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :sfz2n:60000000:000000:00000000:00000000:[ (SC) - Super Combo. Number of buttons pressed ] :sfz2n:60000000:000000:00000000:00000000:[ determines number of levels used. ] :sfz2n:60000000:000000:00000000:00000000:[ (L3) - Can only be performed at Level 3. ] :sfz2n:60000000:000000:00000000:00000000:[ (Sou) - (Gen) Can only be performed in Sou-ryuu stance ] :sfz2n:60000000:000000:00000000:00000000:[ (Ki) - (Gen) Can only be performed in Ki-ryuu stance. ] :sfz2n:60000000:000000:00000000:00000000:[ Other notes: ] :sfz2n:60000000:000000:00000000:00000000:[ - L3 supers are listed last. ] :sfz2n:60000000:000000:00000000:00000000:[ - SF2 style characters cannot use Universal Moves. ] :sfz2n:60000000:000000:00000000:00000000:[ - Akuma - Both versions share the same move list. ] :sfz2n:60000000:000000:00000000:00000000:[ - Birdie - Final level Bull Horn may not have be given.] :sfz2n:60000000:000000:00000000:00000000:[ - Gen - Shitenshuu may crash game. ] :sfz2n:60000000:000000:00000000:00000000:[Universal Moves (PL1)] :sfz2n:00100000:FF8560:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2n:00100000:FF8568:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2n:00100000:FF8660:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2n:60000000:000000:00000000:00000000:[Universal Moves (PL2)] :sfz2n:00100000:FF8960:00000406:FFFFFFFF:Alpha Counter:-qcb+P when blocking ### Uses one level of super bar. :sfz2n:00100000:FF8968:00000406:FFFFFFFF:Alpha Counter:-qcb+K when blocking ### Uses one level of super bar. :sfz2n:00100000:FF8A60:00000406:FFFFFFFF:Roll Recovery:-qcb+P when knocked down :sfz2n:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2n:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2n:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2n:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2n:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2n:00100000:FF85A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2n:00100000:FF85B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2n:00100000:FF85C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2n:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2n:00100000:FF85C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2n:00100000:FF85B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2n:60000000:000000:00000000:00000000:[Use for Satsui no Hadou ni Mezame ta Ryu (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :sfz2n:00100000:FF89A8:00000406:FFFFFFFF:Hadou no Kamae:qcf+Start :sfz2n:00100000:FF89B8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2n:00100000:FF89C0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2n:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Shinkuu Tatsumaki Senpuu Kyaku (SC):qcb,rdp+K :sfz2n:00100000:FF89C8:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+K :sfz2n:00100000:FF89B0:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2n:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2n:00100000:FF85A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2n:00100000:FF85B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Shoryuu Ken:dp+P :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K :sfz2n:00100000:FF89A8:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2n:00100000:FF89B0:00000406:FFFFFFFF:Zentou:qcf+Start :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Shinryuu Ken (SC):qcf,dp+K :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Shoryuu Reppa (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :sfz2n:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2n:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2n:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2n:00100000:FF8588:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2n:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2n:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2n:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2n:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :sfz2n:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2n:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2n:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2n:00100000:FF8988:00000408:FFFFFFFF:Kikou Ken:db,qcf+P :sfz2n:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2n:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2n:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2n:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL1)] :sfz2n:00000000:FF8583:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2n:00000000:FF8585:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2n:00000000:FF8587:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2n:00200000:FF8588:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2n:00200000:FF8590:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2n:00200000:FF85A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2n:00200000:FF85A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2n:00100000:FF85B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Chun-Li (SF2 Costume) (PL2)] :sfz2n:00000000:FF8983:00000005:FFFFFFFF:Hyakuretsu Kyaku:LK* :sfz2n:00000000:FF8985:00000005:FFFFFFFF:Hyakuretsu Kyaku:MK* :sfz2n:00000000:FF8987:00000005:FFFFFFFF:Hyakuretsu Kyaku:HK* :sfz2n:00200000:FF8988:000806FF:FFFFFFFF:Kikou Ken:*b,f+P :sfz2n:00200000:FF8990:000806FF:FFFFFFFF:Tenshou Kyaku:*d,u+K :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Sen'en Shuu:hcb+K :sfz2n:00200000:FF89A0:00080AFF:FFFFFFFF:Senretsu Kyaku (SC):*b,f,b,f+K :sfz2n:00200000:FF89A8:00080AFF:FFFFFFFF:Hanzan Tenshou Kyaku (SC):*db,df,ub,uf+K :sfz2n:00100000:FF89B0:0000040C:FFFFFFFF:Kikou Shou (SC):qcf,qcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Charlie (PL1)] :sfz2n:00200000:FF8580:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2n:00200000:FF8588:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2n:00200000:FF8590:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2n:00200000:FF8598:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2n:00200000:FF85A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2n:60000000:000000:00000000:00000000:[Use for Charlie (PL2)] :sfz2n:00200000:FF8980:000806FF:FFFFFFFF:Somersault Shell:*d,u+K :sfz2n:00200000:FF8988:000806FF:FFFFFFFF:Sonic Boom:*b,f+P :sfz2n:00200000:FF8990:00080AFF:FFFFFFFF:Crossfire Blitz (SC):*b,f,b,f+K :sfz2n:00200000:FF8998:00080AFF:FFFFFFFF:Somersault Justice (SC):*db,df,db,uf+K :sfz2n:00200000:FF89A0:00080AFF:FFFFFFFF:Sonic Break (SC):*b,f,b,f+P,P* :sfz2n:60000000:000000:00000000:00000000:[Use for Adon (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2n:00100000:FF8590:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Adon (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Jaguar Kick:qcf+K :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Rising Jaguar:dp+K :sfz2n:00100000:FF8990:0000040A:FFFFFFFF:Jaguar Tooth:hcb+K :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Jaguar Revolver (SC):qcf,dp+K :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Jaguar Varied Assault (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2n:00100000:FF85A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2n:00100000:FF85A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2n:00100000:FF85B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Tiger Shot:qcf+P :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Ground Tiger Shot:qcf+K :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Tiger Crush:dp+K :sfz2n:00100000:FF89A0:00000406:FFFFFFFF:Tiger Blow:dp+P :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Tiger Raid (SC):qcb,rdp+K :sfz2n:00100000:FF89A8:0000040A:FFFFFFFF:Tiger Genocide (SC):qcf,dp+K :sfz2n:00100000:FF89B0:0000040C:FFFFFFFF:Tiger Cannon (SC):qcf,qcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Gen (PL1)] :sfz2n:00000000:FF8583:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2n:00000000:FF8585:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2n:00000000:FF8587:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2n:00200000:FF8590:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2n:00200000:FF8598:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2n:00100000:FF85A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2n:00100000:FF85B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2n:00100000:FF85B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2n:60000000:000000:00000000:00000000:[Use for Gen (PL2)] :sfz2n:00000000:FF8983:00000005:FFFFFFFF:Hyakurenkou:LP* (Sou) :sfz2n:00000000:FF8985:00000005:FFFFFFFF:Hyakurenkou:MP* (Sou) :sfz2n:00000000:FF8987:00000005:FFFFFFFF:Hyakurenkou:HP* (Sou) :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Geki Rou:dp+K,K* (Sou) :sfz2n:00200000:FF8990:000806FF:FFFFFFFF:Jasen:*b,f+P (Ki) :sfz2n:00200000:FF8998:000806FF:FFFFFFFF:Ouga:*d,(ub|u|uf)+K (Ki) :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Shitenshuu (SC):qcb,rdp+P (Sou) :sfz2n:00100000:FF89A8:0000040A:FFFFFFFF:Zan'ei (SC):qcf,dp+P (Sou) :sfz2n:00100000:FF89B0:0000040A:FFFFFFFF:Jakouha (SC):qcf,dp+K (Ki) :sfz2n:00100000:FF89B8:0000040A:FFFFFFFF:Kouga (SC):qcb,rdp+K in air (Ki) :sfz2n:60000000:000000:00000000:00000000:[Use for Guy (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2n:00100000:FF8588:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2n:00100000:FF8590:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2n:00100000:FF8598:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2n:00100000:FF85A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2n:00100000:FF85A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2n:60000000:000000:00000000:00000000:[Use for Guy (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Bushin Senpuu Kyaku:qcb+K :sfz2n:00100000:FF8988:0000040A:FFFFFFFF:Bushin Hassou Ken (SC):qcf,dp+P :sfz2n:00100000:FF8990:0000040A:FFFFFFFF:Bushin Gourai Kyaku (SC):qcf,dp+K :sfz2n:00100000:FF8998:00000406:FFFFFFFF:Bushin Izuna Otoshi:qcf+P,P ### Izuna no Hiji Otoshi is performed when close. :sfz2n:00100000:FF89A0:00000406:FFFFFFFF:Hayagake:qcf+K :sfz2n:00100000:FF89A8:00000406:FFFFFFFF:Houzantou:qcb+P :sfz2n:60000000:000000:00000000:00000000:[Use for Birdie (PL1)] :sfz2n:00200000:FF8580:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2n:00200000:FF858A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2n:00200000:FF8592:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2n:00200000:FF859A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2n:00200000:FF85A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2n:00200000:FF85AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2n:00200000:FF85B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2n:00200000:FF85BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2n:00200000:FF85C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2n:00100000:FF85C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2n:00100000:FF85D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2n:00200000:FF85D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2n:60000000:000000:00000000:00000000:[Use for Birdie (PL2)] :sfz2n:00200000:FF8980:000806FF:FFFFFFFF:Bull Head:*b,f+P :sfz2n:00200000:FF898A:00040001:00FF00FF:Bull Horn:*(LP+MP) :sfz2n:00200000:FF8992:00040001:00FF00FF:Bull Horn:*(LP+HP) :sfz2n:00200000:FF899A:00040001:00FF00FF:Bull Horn:*(MP+HP) :sfz2n:00200000:FF89A2:00040001:00FF00FF:Bull Horn:*PPP :sfz2n:00200000:FF89AA:00040001:00FF00FF:Bull Horn:*(LK+MK) :sfz2n:00200000:FF89B2:00040001:00FF00FF:Bull Horn:*(LK+HK) :sfz2n:00200000:FF89BA:00040001:00FF00FF:Bull Horn:*(MK+HK) :sfz2n:00200000:FF89C2:00040001:00FF00FF:Bull Horn:*KKK :sfz2n:00100000:FF89C8:00000800:FFFFFFFF:Murder Chain:360+P ### Bandit Chain (360+K) is performed with K. :sfz2n:00100000:FF89D0:0000040A:FFFFFFFF:Bull Revenger (SC):qcf,dp+(P|K) :sfz2n:00200000:FF89D8:00080AFF:FFFFFFFF:The Birdie (SC):*b,f,b,f+P :sfz2n:60000000:000000:00000000:00000000:[Use for Sodom (PL1)] :sfz2n:00100000:FF8580:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2n:00100000:FF85A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2n:00100000:FF85A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2n:00100000:FF85B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2n:00100000:FF8668:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2n:00100000:FF8590:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Sodom (PL2)] :sfz2n:00100000:FF8980:00000800:FFFFFFFF:Butsumetsu Buster:360+P :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Jigoku Scrape:qcf+P :sfz2n:00100000:FF89A0:00000800:FFFFFFFF:Daikyou Burning:360+K :sfz2n:00100000:FF89A8:00000406:FFFFFFFF:Tengu Walking:-qcb+K (reversal only) :sfz2n:00100000:FF89B0:00000406:FFFFFFFF:Shiraha Catch:dp+K :sfz2n:00100000:FF8968:00000406:FFFFFFFF:Kouten Okiagari:-qcf+P (reversal only) :sfz2n:00100000:FF8990:00000800:FFFFFFFF:Ten Chuu Satsu (SC):720+P :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Meido no Miyage (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Rolento (PL1)] :sfz2n:00100000:FF8590:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2n:00100000:FF85B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2n:00100000:FF85C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2n:00100000:FF85B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2n:00100000:FF85A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2n:00100000:FF85A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Rolento (PL2)] :sfz2n:00100000:FF8990:00000202:FFFFFFFF:High Jump:(db|d|df),(ub|u|uf) :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Stinger:dp+K,(P|K) :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Mekong Delta Escape:qcb+K,(b|f)+(P|K) :sfz2n:00100000:FF89B0:00000406:FFFFFFFF:Patriot Circle (1):qcf+P :sfz2n:00100000:FF89C0:00000406:FFFFFFFF:Patriot Circle (2,3):qcf+P,qcf+P after Patriot Circle (1) :sfz2n:00100000:FF89B8:00000406:FFFFFFFF:Mekong Delta Air Raid:qcb+P,P :sfz2n:00100000:FF89A0:0000040C:FFFFFFFF:Mine Sweeper (SC):qcb,qcb+P :sfz2n:00100000:FF89A8:0000040A:FFFFFFFF:Take no Prisoner (SC):qcf,dp+P :sfz2n:60000000:000000:00000000:00000000:[Use for Sakura (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2n:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2n:00100000:FF85A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Sakura (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Hadou Ken:qcf+P :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Shou'ou Ken:dp+P :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Shunpuu Kyaku:qcb+K (air) :sfz2n:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Hadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Midare-Zakura (SC):qcf,dp+K :sfz2n:00100000:FF89A8:0000040A:FFFFFFFF:Haru Ichiban (SC):qcb,rdp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2n:00100000:FF8588:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2n:00100000:FF8590:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2n:00100000:FF8598:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Banishing Flat:dp+P :sfz2n:00100000:FF8988:00000800:FFFFFFFF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :sfz2n:00100000:FF8990:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2n:00100000:FF8998:0000080A:FFFFFFFF:Final Atomic Buster (SC):720+P :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Aerial Russian Slam (SC):qcf,dp+K :sfz2n:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL1)] :sfz2n:00100000:FF8580:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2n:60000000:000000:00000000:00000000:[Use for SF2 Zangief (PL2)] :sfz2n:00100000:FF8980:00000800:FFFFFFFF:Screw Piledriver:360+P :sfz2n:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2n:00100000:FF85A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2n:00100000:FF85B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2n:00100000:FF85B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Yoga Teleport:dp+(PPP|KKK) (air) :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Yoga Teleport:rdp+(PPP|KKK) (air) :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Yoga Flame:hcb+P :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Yoga Blast:hcb+K :sfz2n:00100000:FF89A8:00000406:FFFFFFFF:Yoga Escape:-qcb+K (reversal only) :sfz2n:00100000:FF89B0:0000040C:FFFFFFFF:Yoga Inferno (SC):qcf,dp+P :sfz2n:00100000:FF89B8:0000040A:FFFFFFFF:Yoga Strike (SC):qcf,dp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2n:00100000:FF8588:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Yoga Fire:qcf+P :sfz2n:00100000:FF8988:0000040A:FFFFFFFF:Yoga Flame:hcf+P :sfz2n:60000000:000000:00000000:00000000:[Use for Rose (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2n:00100000:FF8588:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2n:00100000:FF85B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2n:00100000:FF8598:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2n:00100000:FF85A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2n:00100000:FF85A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2n:60000000:000000:00000000:00000000:[Use for Rose (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Soul Reflect:qcb+P :sfz2n:00100000:FF8988:0000040A:FFFFFFFF:Soul Spark:hcf+P :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Soul Throw:dp+P :sfz2n:00100000:FF89B0:00000406:FFFFFFFF:Soul Spiral:qcf+K :sfz2n:00100000:FF8998:0000040A:FFFFFFFF:Aura Soul Throw (SC):qcf,dp+P :sfz2n:00100000:FF89A0:0000040C:FFFFFFFF:Aura Soul Spark (SC):qcb,qcb+P :sfz2n:00100000:FF89A8:0000040A:FFFFFFFF:Soul Illusion (SC):qcf,dp+K :sfz2n:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :sfz2n:00200000:FF8580:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2n:00200000:FF8588:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2n:00200000:FF8590:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2n:00100000:FF8598:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2n:00100000:FF85A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2n:00200000:FF85C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2n:00200000:FF85A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2n:00200000:FF85B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2n:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :sfz2n:00200000:FF8980:000806FF:FFFFFFFF:Psycho Shot:*b,f+P :sfz2n:00200000:FF8988:000806FF:FFFFFFFF:Head Press:*d,u+K :sfz2n:00200000:FF8990:000806FF:FFFFFFFF:Double Knee Press:*b,f+K :sfz2n:00100000:FF8998:00000406:FFFFFFFF:Bison Warp:dp+(PPP|KKK) :sfz2n:00100000:FF89A0:00000406:FFFFFFFF:Bison Warp:rdp+(PPP|KKK) :sfz2n:00200000:FF89C0:000806FF:FFFFFFFF:Devil Reverse:*d,u+P,(b|f)+P :sfz2n:00200000:FF89A8:00080AFF:FFFFFFFF:Psycho Crusher (SC):*b,f,b,f+P :sfz2n:00200000:FF89B0:00080AFF:FFFFFFFF:Knee Press Nightmare (SC):*b,f,b,f+K :sfz2n:60000000:000000:00000000:00000000:[Use for Akuma (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2n:00100000:FF85A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2n:00100000:FF85B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2n:00100000:FF85C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2n:00100000:FF85D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2n:00100000:FF85D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2n:00100000:FF8598:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2n:00100000:FF85B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2n:00100000:FF85C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2n:60000000:000000:00000000:00000000:[Use for Akuma (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Gou Hadou Ken:qcf+P ### Zankuu Hadou Ken is performed in air. :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Gou Shoryuu Ken:dp+P :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Tatsumaki Zankuu Kyaku:qcb+K (air) :sfz2n:00100000:FF89A8:00000406:FFFFFFFF:Ashura Senkuu:dp+(PPP|KKK) ### Moves forwards. :sfz2n:00100000:FF89B0:00000406:FFFFFFFF:Ashura Senkuu:rdp+(PPP|KKK) ### Moves backwards. :sfz2n:00100000:FF89C0:0000040A:FFFFFFFF:Shakunetsu Hadou Ken:hcb+P :sfz2n:00100000:FF89D0:00000406:FFFFFFFF:Zenpou Tenshin:qcb+P :sfz2n:00100000:FF89D8:00000408:FFFFFFFF:Hyakki Shuu:qcf,uf+P :sfz2n:00100000:FF8998:00000412:FFFFFFFF:Messatsu Gou Hadou (SC):hcb,hcb+P :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Messatsu Gou Shoryuu (SC):qcf,dp+P :sfz2n:00100000:FF89B8:0000040C:FFFFFFFF:Tenma Gou Zankuu (SC):qcf,qcf+P in air :sfz2n:00100000:FF89C8:00000208:FFFFFFFF:Shun Goku Satsu (SC):LP,LP,f,LK,HP (L3) :sfz2n:60000000:000000:00000000:00000000:[Use for Dan (PL1)] :sfz2n:00100000:FF8580:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2n:00100000:FF8588:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2n:00100000:FF8590:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2n:00100000:FF85B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2n:00100000:FF85B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2n:00100000:FF8598:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF85A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2n:00100000:FF85A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2n:00100000:FF85C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start :sfz2n:60000000:000000:00000000:00000000:[Use for Dan (PL2)] :sfz2n:00100000:FF8980:00000406:FFFFFFFF:Gadou Ken:qcf+P :sfz2n:00100000:FF8988:00000406:FFFFFFFF:Kouryuu Ken:dp+P :sfz2n:00100000:FF8990:00000406:FFFFFFFF:Dankuu Kyaku:qcb+KK :sfz2n:00100000:FF89B0:00000406:FFFFFFFF:Zenten Chohatsu:qcf+Start :sfz2n:00100000:FF89B8:00000406:FFFFFFFF:Kouten Chohatsu:qcb+Start :sfz2n:00100000:FF8998:0000040C:FFFFFFFF:Shinkuu Gadou Ken (SC):qcf,qcf+P :sfz2n:00100000:FF89A0:0000040A:FFFFFFFF:Kouryuu Rekka (SC):qcf,dp+K :sfz2n:00100000:FF89A8:0000040A:FFFFFFFF:Hisshou Burai Ken (SC):qcb,rdp+ :sfz2n:00100000:FF89C0:00000406:FFFFFFFF:Chahatsu Densetsu (SC):qcf,qcf+Start ; Move List Supplement :sfz2n:60000000:000000:00000000:00000000:[ Use for Sakura PL1 ] :sfz2n:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2n:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2n:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2n:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2n:60000000:000000:00000000:00000000:[ Use for Sakura PL2 ] :sfz2n:62000000:000000:00000000:00000000:Hadou Ken - Select Type :sfz2n:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz2n:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz2n:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz2n:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz2n:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz2n:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz2n:62000000:000000:00000000:00000000:Select Region :sfz2n:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz2n:00010000:FF8091:00000002:FFFFFFFF:USA :sfz2n:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz2n:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz2n:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz2n:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz2n:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz2n:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 3 (Asia 980904) ] sfz3a:0:FF8109:63:000:Infinite Time sfz3a:0:FF8109:00:001:Finish this Round Now! :sfz3a:62000000:000000:00000000:00000000:Select Color Unlock :sfz3a:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfz3a:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfz3a:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfz3a:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfz3a:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfz3a:62000000:000000:00000000:00000000:Select Backdrop :sfz3a:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfz3a:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfz3a:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfz3a:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfz3a:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfz3a:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfz3a:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfz3a:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz3a:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz3a:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz3a:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfz3a:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz3a:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfz3a:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfz3a:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfz3a:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz3a:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfz3a:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfz3a:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfz3a:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfz3a:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfz3a:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfz3a:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfz3a:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfz3a:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfz3a:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfz3a:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfz3a:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfz3a:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfz3a:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfz3a:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfz3a:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfz3a:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfz3a:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfz3a:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfz3a:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfz3a:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfz3a:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfz3a:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfz3a:0:FF851F:90:000:Infinite Power PL1 sfz3a:0:FF851F:00:000:No Power PL1 sfz3a:0:FF851F:90:001:Refill Power Now! PL1 sfz3a:0:FF851F:00:001:Drain Power Now! PL1 :sfz3a:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfz3a:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfz3a:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfz3a:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfz3a:0:FF8638:00:000:Infinite Fireballs PL1 sfz3a:0:FF8638:01:000:Never have use of Fireballs PL1 sfz3a:0:FF84BC:01:000:Infinite Taunts PL1 sfz3a:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfz3a:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfz3a:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfz3a:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfz3a:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfz3a:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfz3a:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfz3a:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfz3a:62000000:000000:00000000:00000000:Select Control PL1 :sfz3a:00010000:FF8525:00000000:FFFFFFFF:User :sfz3a:00010000:FF8525:00000001:FFFFFFFF:CPU sfz3a:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3a:0:000000:00:999:[ Screen. ] sfz3a:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfz3a:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3a:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfz3a:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3a:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3a:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfz3a:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfz3a:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfz3a:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfz3a:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfz3a:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfz3a:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfz3a:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfz3a:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3a:62000000:000000:00000000:00000000:Select Character PL1 :sfz3a:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfz3a:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfz3a:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfz3a:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfz3a:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfz3a:00010000:FF8502:00000005:FFFFFFFF:Adon :sfz3a:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfz3a:00010000:FF8502:00000007:FFFFFFFF:Guy :sfz3a:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfz3a:00010000:FF8502:00000009:FFFFFFFF:Rose :sfz3a:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfz3a:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfz3a:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfz3a:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfz3a:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfz3a:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfz3a:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfz3a:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3a:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3a:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfz3a:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfz3a:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfz3a:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfz3a:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3a:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfz3a:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfz3a:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfz3a:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfz3a:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfz3a:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfz3a:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfz3a:0:FF891F:90:000:Infinite Power PL2 sfz3a:0:FF891F:00:000:No Power PL2 sfz3a:0:FF891F:90:001:Refill Power Now! PL2 sfz3a:0:FF891F:00:001:Drain Power Now! PL2 :sfz3a:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfz3a:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfz3a:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfz3a:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfz3a:0:FF8A38:00:000:Infinite Fireballs PL2 sfz3a:0:FF8A38:01:000:Never have use of Fireballs PL2 sfz3a:0:FF88BC:01:000:Infinite Taunts PL2 sfz3a:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfz3a:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfz3a:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfz3a:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfz3a:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfz3a:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfz3a:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfz3a:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfz3a:62000000:000000:00000000:00000000:Select Control PL2 :sfz3a:00010000:FF8925:00000000:FFFFFFFF:User :sfz3a:00010000:FF8925:00000001:FFFFFFFF:CPU sfz3a:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3a:0:000000:00:999:[ Screen. ] sfz3a:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfz3a:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3a:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfz3a:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3a:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3a:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfz3a:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfz3a:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfz3a:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfz3a:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfz3a:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfz3a:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfz3a:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfz3a:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3a:62000000:000000:00000000:00000000:Select Character PL2 :sfz3a:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfz3a:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfz3a:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfz3a:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfz3a:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfz3a:00010000:FF8902:00000005:FFFFFFFF:Adon :sfz3a:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfz3a:00010000:FF8902:00000007:FFFFFFFF:Guy :sfz3a:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfz3a:00010000:FF8902:00000009:FFFFFFFF:Rose :sfz3a:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfz3a:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfz3a:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfz3a:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfz3a:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfz3a:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfz3a:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfz3a:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3a:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3a:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfz3a:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfz3a:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfz3a:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfz3a:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3a:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfz3a:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfz3a:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfz3a:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfz3a:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfz3a:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfz3a:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfz3a:0:FF8D1F:90:000:Infinite Power PL3 sfz3a:0:FF8D1F:00:000:No Power PL3 sfz3a:0:FF8D1F:90:001:Refill Power Now! PL3 sfz3a:0:FF8D1F:00:001:Drain Power Now! PL3 :sfz3a:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfz3a:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfz3a:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfz3a:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfz3a:0:FF8E38:00:000:Infinite Fireballs PL3 sfz3a:0:FF8E38:01:000:Never have use of Fireballs PL3 sfz3a:0:FF8CBC:01:000:Infinite Taunts PL3 sfz3a:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfz3a:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfz3a:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfz3a:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfz3a:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfz3a:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfz3a:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfz3a:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfz3a:62000000:000000:00000000:00000000:Select Control PL3 :sfz3a:00010000:FF8D25:00000000:FFFFFFFF:User :sfz3a:00010000:FF8D25:00000001:FFFFFFFF:CPU sfz3a:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3a:0:000000:00:999:[ Screen. ] sfz3a:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfz3a:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3a:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfz3a:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3a:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3a:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfz3a:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfz3a:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfz3a:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfz3a:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfz3a:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfz3a:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfz3a:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfz3a:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3a:62000000:000000:00000000:00000000:Select Character PL3 :sfz3a:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfz3a:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfz3a:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfz3a:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfz3a:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfz3a:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfz3a:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfz3a:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfz3a:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfz3a:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfz3a:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfz3a:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfz3a:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfz3a:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfz3a:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfz3a:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfz3a:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfz3a:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3a:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3a:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfz3a:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfz3a:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfz3a:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfz3a:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3a:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfz3a:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfz3a:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfz3a:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfz3a:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfz3a:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfz3a:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfz3a:0:FF911F:90:000:Infinite Power PL4 sfz3a:0:FF911F:00:000:No Power PL4 sfz3a:0:FF911F:90:001:Refill Power Now! PL4 sfz3a:0:FF911F:00:001:Drain Power Now! PL4 :sfz3a:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfz3a:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfz3a:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfz3a:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfz3a:0:FF9238:00:000:Infinite Fireballs PL4 sfz3a:0:FF9238:01:000:Never have use of Fireballs PL4 sfz3a:0:FF90BC:01:000:Infinite Taunts PL4 sfz3a:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfz3a:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfz3a:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfz3a:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfz3a:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfz3a:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfz3a:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfz3a:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfz3a:62000000:000000:00000000:00000000:Select Control PL4 :sfz3a:00010000:FF9125:00000000:FFFFFFFF:User :sfz3a:00010000:FF9125:00000001:FFFFFFFF:CPU sfz3a:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3a:0:000000:00:999:[ Screen. ] sfz3a:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfz3a:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3a:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfz3a:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3a:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3a:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfz3a:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfz3a:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfz3a:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfz3a:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfz3a:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfz3a:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfz3a:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfz3a:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3a:62000000:000000:00000000:00000000:Select Character PL4 :sfz3a:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfz3a:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfz3a:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfz3a:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfz3a:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfz3a:00010000:FF9102:00000005:FFFFFFFF:Adon :sfz3a:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfz3a:00010000:FF9102:00000007:FFFFFFFF:Guy :sfz3a:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfz3a:00010000:FF9102:00000009:FFFFFFFF:Rose :sfz3a:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfz3a:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfz3a:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfz3a:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfz3a:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfz3a:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfz3a:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfz3a:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3a:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3a:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfz3a:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfz3a:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfz3a:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfz3a:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3a:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfz3a:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfz3a:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfz3a:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfz3a:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfz3a:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3a:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3a:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3a:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfz3a:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3a:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfz3a:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3a:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfz3a:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3a:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfz3a:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3a:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3a:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfz3a:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3a:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3a:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3a:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3a:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfz3a:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3a:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3a:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3a:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3a:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfz3a:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3a:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3a:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfz3a:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3a:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfz3a:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfz3a:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfz3a:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfz3a:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3a:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3a:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3a:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfz3a:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3a:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfz3a:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3a:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3a:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3a:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfz3a:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3a:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3a:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfz3a:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3a:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3a:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3a:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3a:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfz3a:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3a:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3a:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3a:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3a:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfz3a:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3a:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3a:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfz3a:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3a:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfz3a:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfz3a:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfz3a:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfz3a:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3a:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3a:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3a:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfz3a:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3a:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfz3a:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3a:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3a:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3a:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfz3a:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3a:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3a:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfz3a:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3a:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3a:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3a:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3a:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfz3a:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3a:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3a:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3a:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3a:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfz3a:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3a:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3a:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfz3a:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3a:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfz3a:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfz3a:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfz3a:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfz3a:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3a:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3a:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3a:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfz3a:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3a:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfz3a:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3a:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3a:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfz3a:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3a:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3a:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfz3a:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3a:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3a:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfz3a:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3a:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3a:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3a:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3a:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfz3a:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3a:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3a:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3a:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3a:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfz3a:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3a:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3a:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfz3a:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3a:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfz3a:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfz3a:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfz3a:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3a:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz3a:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz3a:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz3a:62000000:000000:00000000:00000000:Select Region :sfz3a:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz3a:00010000:FF8091:00000002:FFFFFFFF:USA :sfz3a:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz3a:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz3a:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz3a:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz3a:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz3a:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 3 (Asia 980701) ] sfz3ar1:0:FF8109:63:000:Infinite Time sfz3ar1:0:FF8109:00:001:Finish this Round Now! :sfz3ar1:62000000:000000:00000000:00000000:Select Color Unlock :sfz3ar1:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfz3ar1:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfz3ar1:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfz3ar1:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfz3ar1:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfz3ar1:62000000:000000:00000000:00000000:Select Backdrop :sfz3ar1:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfz3ar1:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfz3ar1:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfz3ar1:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfz3ar1:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfz3ar1:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfz3ar1:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfz3ar1:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz3ar1:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz3ar1:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz3ar1:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfz3ar1:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz3ar1:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfz3ar1:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfz3ar1:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfz3ar1:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz3ar1:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfz3ar1:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfz3ar1:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfz3ar1:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfz3ar1:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfz3ar1:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfz3ar1:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfz3ar1:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfz3ar1:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfz3ar1:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfz3ar1:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfz3ar1:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfz3ar1:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfz3ar1:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfz3ar1:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfz3ar1:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfz3ar1:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfz3ar1:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfz3ar1:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfz3ar1:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfz3ar1:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfz3ar1:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfz3ar1:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfz3ar1:0:FF851F:90:000:Infinite Power PL1 sfz3ar1:0:FF851F:00:000:No Power PL1 sfz3ar1:0:FF851F:90:001:Refill Power Now! PL1 sfz3ar1:0:FF851F:00:001:Drain Power Now! PL1 :sfz3ar1:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfz3ar1:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfz3ar1:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfz3ar1:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfz3ar1:0:FF8638:00:000:Infinite Fireballs PL1 sfz3ar1:0:FF8638:01:000:Never have use of Fireballs PL1 sfz3ar1:0:FF84BC:01:000:Infinite Taunts PL1 sfz3ar1:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfz3ar1:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfz3ar1:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfz3ar1:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfz3ar1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfz3ar1:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfz3ar1:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfz3ar1:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfz3ar1:62000000:000000:00000000:00000000:Select Control PL1 :sfz3ar1:00010000:FF8525:00000000:FFFFFFFF:User :sfz3ar1:00010000:FF8525:00000001:FFFFFFFF:CPU sfz3ar1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3ar1:0:000000:00:999:[ Screen. ] sfz3ar1:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfz3ar1:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3ar1:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfz3ar1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3ar1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3ar1:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfz3ar1:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfz3ar1:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfz3ar1:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfz3ar1:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfz3ar1:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfz3ar1:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfz3ar1:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfz3ar1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3ar1:62000000:000000:00000000:00000000:Select Character PL1 :sfz3ar1:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfz3ar1:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfz3ar1:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfz3ar1:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfz3ar1:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfz3ar1:00010000:FF8502:00000005:FFFFFFFF:Adon :sfz3ar1:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfz3ar1:00010000:FF8502:00000007:FFFFFFFF:Guy :sfz3ar1:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfz3ar1:00010000:FF8502:00000009:FFFFFFFF:Rose :sfz3ar1:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfz3ar1:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfz3ar1:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfz3ar1:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfz3ar1:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfz3ar1:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfz3ar1:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfz3ar1:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3ar1:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3ar1:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfz3ar1:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfz3ar1:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfz3ar1:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfz3ar1:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3ar1:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfz3ar1:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfz3ar1:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfz3ar1:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfz3ar1:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfz3ar1:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfz3ar1:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfz3ar1:0:FF891F:90:000:Infinite Power PL2 sfz3ar1:0:FF891F:00:000:No Power PL2 sfz3ar1:0:FF891F:90:001:Refill Power Now! PL2 sfz3ar1:0:FF891F:00:001:Drain Power Now! PL2 :sfz3ar1:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfz3ar1:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfz3ar1:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfz3ar1:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfz3ar1:0:FF8A38:00:000:Infinite Fireballs PL2 sfz3ar1:0:FF8A38:01:000:Never have use of Fireballs PL2 sfz3ar1:0:FF88BC:01:000:Infinite Taunts PL2 sfz3ar1:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfz3ar1:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfz3ar1:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfz3ar1:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfz3ar1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfz3ar1:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfz3ar1:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfz3ar1:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfz3ar1:62000000:000000:00000000:00000000:Select Control PL2 :sfz3ar1:00010000:FF8925:00000000:FFFFFFFF:User :sfz3ar1:00010000:FF8925:00000001:FFFFFFFF:CPU sfz3ar1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3ar1:0:000000:00:999:[ Screen. ] sfz3ar1:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfz3ar1:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3ar1:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfz3ar1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3ar1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3ar1:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfz3ar1:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfz3ar1:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfz3ar1:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfz3ar1:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfz3ar1:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfz3ar1:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfz3ar1:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfz3ar1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3ar1:62000000:000000:00000000:00000000:Select Character PL2 :sfz3ar1:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfz3ar1:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfz3ar1:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfz3ar1:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfz3ar1:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfz3ar1:00010000:FF8902:00000005:FFFFFFFF:Adon :sfz3ar1:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfz3ar1:00010000:FF8902:00000007:FFFFFFFF:Guy :sfz3ar1:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfz3ar1:00010000:FF8902:00000009:FFFFFFFF:Rose :sfz3ar1:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfz3ar1:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfz3ar1:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfz3ar1:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfz3ar1:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfz3ar1:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfz3ar1:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfz3ar1:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3ar1:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3ar1:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfz3ar1:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfz3ar1:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfz3ar1:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfz3ar1:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3ar1:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfz3ar1:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfz3ar1:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfz3ar1:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfz3ar1:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfz3ar1:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfz3ar1:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfz3ar1:0:FF8D1F:90:000:Infinite Power PL3 sfz3ar1:0:FF8D1F:00:000:No Power PL3 sfz3ar1:0:FF8D1F:90:001:Refill Power Now! PL3 sfz3ar1:0:FF8D1F:00:001:Drain Power Now! PL3 :sfz3ar1:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfz3ar1:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfz3ar1:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfz3ar1:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfz3ar1:0:FF8E38:00:000:Infinite Fireballs PL3 sfz3ar1:0:FF8E38:01:000:Never have use of Fireballs PL3 sfz3ar1:0:FF8CBC:01:000:Infinite Taunts PL3 sfz3ar1:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfz3ar1:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfz3ar1:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfz3ar1:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfz3ar1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfz3ar1:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfz3ar1:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfz3ar1:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfz3ar1:62000000:000000:00000000:00000000:Select Control PL3 :sfz3ar1:00010000:FF8D25:00000000:FFFFFFFF:User :sfz3ar1:00010000:FF8D25:00000001:FFFFFFFF:CPU sfz3ar1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3ar1:0:000000:00:999:[ Screen. ] sfz3ar1:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfz3ar1:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3ar1:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfz3ar1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3ar1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3ar1:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfz3ar1:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfz3ar1:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfz3ar1:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfz3ar1:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfz3ar1:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfz3ar1:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfz3ar1:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfz3ar1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3ar1:62000000:000000:00000000:00000000:Select Character PL3 :sfz3ar1:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfz3ar1:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfz3ar1:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfz3ar1:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfz3ar1:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfz3ar1:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfz3ar1:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfz3ar1:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfz3ar1:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfz3ar1:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfz3ar1:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfz3ar1:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfz3ar1:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfz3ar1:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfz3ar1:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfz3ar1:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfz3ar1:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfz3ar1:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3ar1:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3ar1:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfz3ar1:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfz3ar1:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfz3ar1:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfz3ar1:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3ar1:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfz3ar1:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfz3ar1:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfz3ar1:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfz3ar1:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfz3ar1:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfz3ar1:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfz3ar1:0:FF911F:90:000:Infinite Power PL4 sfz3ar1:0:FF911F:00:000:No Power PL4 sfz3ar1:0:FF911F:90:001:Refill Power Now! PL4 sfz3ar1:0:FF911F:00:001:Drain Power Now! PL4 :sfz3ar1:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfz3ar1:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfz3ar1:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfz3ar1:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfz3ar1:0:FF9238:00:000:Infinite Fireballs PL4 sfz3ar1:0:FF9238:01:000:Never have use of Fireballs PL4 sfz3ar1:0:FF90BC:01:000:Infinite Taunts PL4 sfz3ar1:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfz3ar1:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfz3ar1:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfz3ar1:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfz3ar1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfz3ar1:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfz3ar1:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfz3ar1:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfz3ar1:62000000:000000:00000000:00000000:Select Control PL4 :sfz3ar1:00010000:FF9125:00000000:FFFFFFFF:User :sfz3ar1:00010000:FF9125:00000001:FFFFFFFF:CPU sfz3ar1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3ar1:0:000000:00:999:[ Screen. ] sfz3ar1:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfz3ar1:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3ar1:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfz3ar1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3ar1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3ar1:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfz3ar1:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfz3ar1:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfz3ar1:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfz3ar1:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfz3ar1:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfz3ar1:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfz3ar1:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfz3ar1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3ar1:62000000:000000:00000000:00000000:Select Character PL4 :sfz3ar1:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfz3ar1:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfz3ar1:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfz3ar1:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfz3ar1:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfz3ar1:00010000:FF9102:00000005:FFFFFFFF:Adon :sfz3ar1:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfz3ar1:00010000:FF9102:00000007:FFFFFFFF:Guy :sfz3ar1:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfz3ar1:00010000:FF9102:00000009:FFFFFFFF:Rose :sfz3ar1:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfz3ar1:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfz3ar1:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfz3ar1:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfz3ar1:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfz3ar1:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfz3ar1:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfz3ar1:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3ar1:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3ar1:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfz3ar1:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfz3ar1:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfz3ar1:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfz3ar1:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3ar1:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfz3ar1:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfz3ar1:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfz3ar1:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfz3ar1:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfz3ar1:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3ar1:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3ar1:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3ar1:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfz3ar1:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3ar1:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfz3ar1:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3ar1:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfz3ar1:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3ar1:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfz3ar1:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3ar1:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfz3ar1:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3ar1:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3ar1:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3ar1:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfz3ar1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3ar1:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3ar1:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3ar1:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3ar1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfz3ar1:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3ar1:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3ar1:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfz3ar1:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3ar1:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfz3ar1:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfz3ar1:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfz3ar1:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfz3ar1:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3ar1:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3ar1:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3ar1:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfz3ar1:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3ar1:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfz3ar1:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3ar1:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3ar1:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3ar1:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfz3ar1:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3ar1:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfz3ar1:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3ar1:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3ar1:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3ar1:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfz3ar1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3ar1:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3ar1:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3ar1:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3ar1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfz3ar1:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3ar1:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3ar1:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfz3ar1:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3ar1:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfz3ar1:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfz3ar1:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfz3ar1:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfz3ar1:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3ar1:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3ar1:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3ar1:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfz3ar1:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3ar1:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfz3ar1:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3ar1:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3ar1:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3ar1:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfz3ar1:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3ar1:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfz3ar1:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3ar1:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3ar1:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3ar1:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfz3ar1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3ar1:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3ar1:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3ar1:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3ar1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfz3ar1:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3ar1:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3ar1:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfz3ar1:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3ar1:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfz3ar1:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfz3ar1:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfz3ar1:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfz3ar1:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3ar1:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3ar1:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3ar1:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfz3ar1:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3ar1:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfz3ar1:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3ar1:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3ar1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfz3ar1:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3ar1:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3ar1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfz3ar1:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3ar1:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfz3ar1:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3ar1:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3ar1:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3ar1:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3ar1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfz3ar1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3ar1:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3ar1:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3ar1:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3ar1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfz3ar1:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3ar1:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3ar1:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfz3ar1:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3ar1:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfz3ar1:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfz3ar1:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfz3ar1:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3ar1:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz3ar1:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz3ar1:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz3ar1:62000000:000000:00000000:00000000:Select Region :sfz3ar1:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz3ar1:00010000:FF8091:00000002:FFFFFFFF:USA :sfz3ar1:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz3ar1:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz3ar1:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz3ar1:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz3ar1:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz3ar1:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 3 (Japan 980904) ] sfz3j:0:FF8109:63:000:Infinite Time sfz3j:0:FF8109:00:001:Finish this Round Now! :sfz3j:62000000:000000:00000000:00000000:Select Color Unlock :sfz3j:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfz3j:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfz3j:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfz3j:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfz3j:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfz3j:62000000:000000:00000000:00000000:Select Backdrop :sfz3j:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfz3j:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfz3j:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfz3j:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfz3j:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfz3j:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfz3j:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfz3j:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz3j:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz3j:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz3j:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfz3j:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz3j:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfz3j:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfz3j:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfz3j:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz3j:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfz3j:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfz3j:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfz3j:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfz3j:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfz3j:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfz3j:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfz3j:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfz3j:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfz3j:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfz3j:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfz3j:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfz3j:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfz3j:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfz3j:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfz3j:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfz3j:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfz3j:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfz3j:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfz3j:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfz3j:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfz3j:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfz3j:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfz3j:0:FF851F:90:000:Infinite Power PL1 sfz3j:0:FF851F:00:000:No Power PL1 sfz3j:0:FF851F:90:001:Refill Power Now! PL1 sfz3j:0:FF851F:00:001:Drain Power Now! PL1 :sfz3j:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfz3j:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfz3j:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfz3j:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfz3j:0:FF8638:00:000:Infinite Fireballs PL1 sfz3j:0:FF8638:01:000:Never have use of Fireballs PL1 sfz3j:0:FF84BC:01:000:Infinite Taunts PL1 sfz3j:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfz3j:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfz3j:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfz3j:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfz3j:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfz3j:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfz3j:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfz3j:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfz3j:62000000:000000:00000000:00000000:Select Control PL1 :sfz3j:00010000:FF8525:00000000:FFFFFFFF:User :sfz3j:00010000:FF8525:00000001:FFFFFFFF:CPU sfz3j:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3j:0:000000:00:999:[ Screen. ] sfz3j:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfz3j:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3j:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfz3j:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3j:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3j:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfz3j:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfz3j:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfz3j:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfz3j:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfz3j:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfz3j:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfz3j:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfz3j:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3j:62000000:000000:00000000:00000000:Select Character PL1 :sfz3j:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfz3j:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfz3j:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfz3j:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfz3j:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfz3j:00010000:FF8502:00000005:FFFFFFFF:Adon :sfz3j:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfz3j:00010000:FF8502:00000007:FFFFFFFF:Guy :sfz3j:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfz3j:00010000:FF8502:00000009:FFFFFFFF:Rose :sfz3j:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfz3j:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfz3j:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfz3j:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfz3j:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfz3j:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfz3j:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfz3j:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3j:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3j:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfz3j:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfz3j:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfz3j:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfz3j:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3j:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfz3j:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfz3j:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfz3j:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfz3j:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfz3j:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfz3j:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfz3j:0:FF891F:90:000:Infinite Power PL2 sfz3j:0:FF891F:00:000:No Power PL2 sfz3j:0:FF891F:90:001:Refill Power Now! PL2 sfz3j:0:FF891F:00:001:Drain Power Now! PL2 :sfz3j:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfz3j:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfz3j:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfz3j:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfz3j:0:FF8A38:00:000:Infinite Fireballs PL2 sfz3j:0:FF8A38:01:000:Never have use of Fireballs PL2 sfz3j:0:FF88BC:01:000:Infinite Taunts PL2 sfz3j:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfz3j:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfz3j:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfz3j:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfz3j:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfz3j:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfz3j:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfz3j:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfz3j:62000000:000000:00000000:00000000:Select Control PL2 :sfz3j:00010000:FF8925:00000000:FFFFFFFF:User :sfz3j:00010000:FF8925:00000001:FFFFFFFF:CPU sfz3j:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3j:0:000000:00:999:[ Screen. ] sfz3j:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfz3j:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3j:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfz3j:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3j:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3j:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfz3j:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfz3j:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfz3j:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfz3j:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfz3j:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfz3j:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfz3j:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfz3j:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3j:62000000:000000:00000000:00000000:Select Character PL2 :sfz3j:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfz3j:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfz3j:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfz3j:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfz3j:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfz3j:00010000:FF8902:00000005:FFFFFFFF:Adon :sfz3j:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfz3j:00010000:FF8902:00000007:FFFFFFFF:Guy :sfz3j:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfz3j:00010000:FF8902:00000009:FFFFFFFF:Rose :sfz3j:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfz3j:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfz3j:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfz3j:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfz3j:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfz3j:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfz3j:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfz3j:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3j:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3j:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfz3j:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfz3j:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfz3j:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfz3j:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3j:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfz3j:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfz3j:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfz3j:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfz3j:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfz3j:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfz3j:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfz3j:0:FF8D1F:90:000:Infinite Power PL3 sfz3j:0:FF8D1F:00:000:No Power PL3 sfz3j:0:FF8D1F:90:001:Refill Power Now! PL3 sfz3j:0:FF8D1F:00:001:Drain Power Now! PL3 :sfz3j:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfz3j:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfz3j:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfz3j:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfz3j:0:FF8E38:00:000:Infinite Fireballs PL3 sfz3j:0:FF8E38:01:000:Never have use of Fireballs PL3 sfz3j:0:FF8CBC:01:000:Infinite Taunts PL3 sfz3j:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfz3j:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfz3j:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfz3j:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfz3j:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfz3j:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfz3j:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfz3j:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfz3j:62000000:000000:00000000:00000000:Select Control PL3 :sfz3j:00010000:FF8D25:00000000:FFFFFFFF:User :sfz3j:00010000:FF8D25:00000001:FFFFFFFF:CPU sfz3j:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3j:0:000000:00:999:[ Screen. ] sfz3j:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfz3j:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3j:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfz3j:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3j:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3j:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfz3j:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfz3j:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfz3j:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfz3j:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfz3j:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfz3j:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfz3j:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfz3j:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3j:62000000:000000:00000000:00000000:Select Character PL3 :sfz3j:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfz3j:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfz3j:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfz3j:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfz3j:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfz3j:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfz3j:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfz3j:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfz3j:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfz3j:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfz3j:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfz3j:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfz3j:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfz3j:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfz3j:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfz3j:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfz3j:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfz3j:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3j:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3j:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfz3j:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfz3j:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfz3j:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfz3j:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3j:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfz3j:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfz3j:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfz3j:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfz3j:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfz3j:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfz3j:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfz3j:0:FF911F:90:000:Infinite Power PL4 sfz3j:0:FF911F:00:000:No Power PL4 sfz3j:0:FF911F:90:001:Refill Power Now! PL4 sfz3j:0:FF911F:00:001:Drain Power Now! PL4 :sfz3j:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfz3j:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfz3j:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfz3j:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfz3j:0:FF9238:00:000:Infinite Fireballs PL4 sfz3j:0:FF9238:01:000:Never have use of Fireballs PL4 sfz3j:0:FF90BC:01:000:Infinite Taunts PL4 sfz3j:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfz3j:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfz3j:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfz3j:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfz3j:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfz3j:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfz3j:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfz3j:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfz3j:62000000:000000:00000000:00000000:Select Control PL4 :sfz3j:00010000:FF9125:00000000:FFFFFFFF:User :sfz3j:00010000:FF9125:00000001:FFFFFFFF:CPU sfz3j:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3j:0:000000:00:999:[ Screen. ] sfz3j:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfz3j:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3j:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfz3j:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3j:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3j:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfz3j:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfz3j:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfz3j:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfz3j:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfz3j:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfz3j:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfz3j:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfz3j:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3j:62000000:000000:00000000:00000000:Select Character PL4 :sfz3j:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfz3j:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfz3j:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfz3j:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfz3j:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfz3j:00010000:FF9102:00000005:FFFFFFFF:Adon :sfz3j:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfz3j:00010000:FF9102:00000007:FFFFFFFF:Guy :sfz3j:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfz3j:00010000:FF9102:00000009:FFFFFFFF:Rose :sfz3j:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfz3j:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfz3j:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfz3j:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfz3j:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfz3j:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfz3j:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfz3j:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3j:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3j:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfz3j:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfz3j:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfz3j:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfz3j:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3j:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfz3j:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfz3j:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfz3j:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfz3j:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfz3j:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3j:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3j:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3j:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfz3j:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3j:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfz3j:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3j:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfz3j:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3j:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfz3j:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3j:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3j:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfz3j:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3j:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3j:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3j:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3j:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfz3j:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3j:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3j:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3j:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3j:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfz3j:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3j:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3j:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfz3j:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3j:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfz3j:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfz3j:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfz3j:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfz3j:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3j:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3j:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3j:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfz3j:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3j:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfz3j:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3j:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3j:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3j:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfz3j:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3j:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3j:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfz3j:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3j:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3j:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3j:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3j:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfz3j:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3j:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3j:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3j:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3j:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfz3j:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3j:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3j:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfz3j:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3j:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfz3j:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfz3j:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfz3j:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfz3j:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3j:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3j:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3j:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfz3j:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3j:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfz3j:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3j:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3j:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3j:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfz3j:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3j:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3j:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfz3j:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3j:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3j:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3j:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3j:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfz3j:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3j:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3j:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3j:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3j:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfz3j:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3j:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3j:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfz3j:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3j:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfz3j:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfz3j:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfz3j:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfz3j:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3j:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3j:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3j:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfz3j:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3j:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfz3j:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3j:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3j:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfz3j:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3j:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3j:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfz3j:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3j:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3j:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfz3j:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3j:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3j:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3j:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3j:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfz3j:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3j:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3j:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3j:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3j:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfz3j:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3j:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3j:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfz3j:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3j:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfz3j:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfz3j:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfz3j:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3j:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz3j:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz3j:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz3j:62000000:000000:00000000:00000000:Select Region :sfz3j:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz3j:00010000:FF8091:00000002:FFFFFFFF:USA :sfz3j:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz3j:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz3j:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz3j:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz3j:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz3j:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 3 (Japan 980727) ] sfz3jr1:0:FF8109:63:000:Infinite Time sfz3jr1:0:FF8109:00:001:Finish this Round Now! :sfz3jr1:62000000:000000:00000000:00000000:Select Color Unlock :sfz3jr1:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfz3jr1:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfz3jr1:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfz3jr1:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfz3jr1:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfz3jr1:62000000:000000:00000000:00000000:Select Backdrop :sfz3jr1:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfz3jr1:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfz3jr1:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfz3jr1:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfz3jr1:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfz3jr1:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfz3jr1:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfz3jr1:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz3jr1:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz3jr1:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz3jr1:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfz3jr1:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz3jr1:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfz3jr1:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfz3jr1:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfz3jr1:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz3jr1:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfz3jr1:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfz3jr1:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfz3jr1:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfz3jr1:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfz3jr1:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfz3jr1:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfz3jr1:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfz3jr1:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfz3jr1:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfz3jr1:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfz3jr1:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfz3jr1:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfz3jr1:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfz3jr1:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfz3jr1:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfz3jr1:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfz3jr1:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfz3jr1:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfz3jr1:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfz3jr1:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfz3jr1:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfz3jr1:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfz3jr1:0:FF851F:90:000:Infinite Power PL1 sfz3jr1:0:FF851F:00:000:No Power PL1 sfz3jr1:0:FF851F:90:001:Refill Power Now! PL1 sfz3jr1:0:FF851F:00:001:Drain Power Now! PL1 :sfz3jr1:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfz3jr1:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfz3jr1:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfz3jr1:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfz3jr1:0:FF8638:00:000:Infinite Fireballs PL1 sfz3jr1:0:FF8638:01:000:Never have use of Fireballs PL1 sfz3jr1:0:FF84BC:01:000:Infinite Taunts PL1 sfz3jr1:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfz3jr1:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfz3jr1:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfz3jr1:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfz3jr1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfz3jr1:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfz3jr1:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfz3jr1:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfz3jr1:62000000:000000:00000000:00000000:Select Control PL1 :sfz3jr1:00010000:FF8525:00000000:FFFFFFFF:User :sfz3jr1:00010000:FF8525:00000001:FFFFFFFF:CPU sfz3jr1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr1:0:000000:00:999:[ Screen. ] sfz3jr1:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr1:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr1:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr1:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfz3jr1:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfz3jr1:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfz3jr1:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfz3jr1:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfz3jr1:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfz3jr1:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfz3jr1:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfz3jr1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr1:62000000:000000:00000000:00000000:Select Character PL1 :sfz3jr1:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfz3jr1:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfz3jr1:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfz3jr1:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfz3jr1:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfz3jr1:00010000:FF8502:00000005:FFFFFFFF:Adon :sfz3jr1:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfz3jr1:00010000:FF8502:00000007:FFFFFFFF:Guy :sfz3jr1:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfz3jr1:00010000:FF8502:00000009:FFFFFFFF:Rose :sfz3jr1:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfz3jr1:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfz3jr1:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr1:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr1:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr1:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfz3jr1:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfz3jr1:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr1:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr1:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfz3jr1:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfz3jr1:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfz3jr1:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfz3jr1:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr1:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfz3jr1:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfz3jr1:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr1:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfz3jr1:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfz3jr1:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfz3jr1:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfz3jr1:0:FF891F:90:000:Infinite Power PL2 sfz3jr1:0:FF891F:00:000:No Power PL2 sfz3jr1:0:FF891F:90:001:Refill Power Now! PL2 sfz3jr1:0:FF891F:00:001:Drain Power Now! PL2 :sfz3jr1:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfz3jr1:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfz3jr1:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfz3jr1:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfz3jr1:0:FF8A38:00:000:Infinite Fireballs PL2 sfz3jr1:0:FF8A38:01:000:Never have use of Fireballs PL2 sfz3jr1:0:FF88BC:01:000:Infinite Taunts PL2 sfz3jr1:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfz3jr1:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfz3jr1:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfz3jr1:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfz3jr1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfz3jr1:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfz3jr1:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfz3jr1:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfz3jr1:62000000:000000:00000000:00000000:Select Control PL2 :sfz3jr1:00010000:FF8925:00000000:FFFFFFFF:User :sfz3jr1:00010000:FF8925:00000001:FFFFFFFF:CPU sfz3jr1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr1:0:000000:00:999:[ Screen. ] sfz3jr1:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr1:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr1:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr1:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfz3jr1:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfz3jr1:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfz3jr1:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfz3jr1:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfz3jr1:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfz3jr1:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfz3jr1:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfz3jr1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr1:62000000:000000:00000000:00000000:Select Character PL2 :sfz3jr1:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfz3jr1:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfz3jr1:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfz3jr1:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfz3jr1:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfz3jr1:00010000:FF8902:00000005:FFFFFFFF:Adon :sfz3jr1:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfz3jr1:00010000:FF8902:00000007:FFFFFFFF:Guy :sfz3jr1:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfz3jr1:00010000:FF8902:00000009:FFFFFFFF:Rose :sfz3jr1:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfz3jr1:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfz3jr1:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr1:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr1:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr1:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfz3jr1:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfz3jr1:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr1:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr1:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfz3jr1:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfz3jr1:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfz3jr1:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfz3jr1:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr1:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfz3jr1:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfz3jr1:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr1:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfz3jr1:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfz3jr1:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfz3jr1:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfz3jr1:0:FF8D1F:90:000:Infinite Power PL3 sfz3jr1:0:FF8D1F:00:000:No Power PL3 sfz3jr1:0:FF8D1F:90:001:Refill Power Now! PL3 sfz3jr1:0:FF8D1F:00:001:Drain Power Now! PL3 :sfz3jr1:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfz3jr1:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfz3jr1:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfz3jr1:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfz3jr1:0:FF8E38:00:000:Infinite Fireballs PL3 sfz3jr1:0:FF8E38:01:000:Never have use of Fireballs PL3 sfz3jr1:0:FF8CBC:01:000:Infinite Taunts PL3 sfz3jr1:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfz3jr1:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfz3jr1:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfz3jr1:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfz3jr1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfz3jr1:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfz3jr1:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfz3jr1:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfz3jr1:62000000:000000:00000000:00000000:Select Control PL3 :sfz3jr1:00010000:FF8D25:00000000:FFFFFFFF:User :sfz3jr1:00010000:FF8D25:00000001:FFFFFFFF:CPU sfz3jr1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr1:0:000000:00:999:[ Screen. ] sfz3jr1:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr1:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr1:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr1:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfz3jr1:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfz3jr1:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfz3jr1:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfz3jr1:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfz3jr1:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfz3jr1:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfz3jr1:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfz3jr1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr1:62000000:000000:00000000:00000000:Select Character PL3 :sfz3jr1:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfz3jr1:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfz3jr1:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfz3jr1:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfz3jr1:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfz3jr1:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfz3jr1:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfz3jr1:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfz3jr1:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfz3jr1:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfz3jr1:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfz3jr1:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfz3jr1:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr1:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr1:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr1:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfz3jr1:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfz3jr1:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr1:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr1:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfz3jr1:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfz3jr1:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfz3jr1:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfz3jr1:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr1:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfz3jr1:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfz3jr1:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr1:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfz3jr1:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfz3jr1:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfz3jr1:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfz3jr1:0:FF911F:90:000:Infinite Power PL4 sfz3jr1:0:FF911F:00:000:No Power PL4 sfz3jr1:0:FF911F:90:001:Refill Power Now! PL4 sfz3jr1:0:FF911F:00:001:Drain Power Now! PL4 :sfz3jr1:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfz3jr1:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfz3jr1:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfz3jr1:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfz3jr1:0:FF9238:00:000:Infinite Fireballs PL4 sfz3jr1:0:FF9238:01:000:Never have use of Fireballs PL4 sfz3jr1:0:FF90BC:01:000:Infinite Taunts PL4 sfz3jr1:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfz3jr1:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfz3jr1:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfz3jr1:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfz3jr1:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfz3jr1:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfz3jr1:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfz3jr1:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfz3jr1:62000000:000000:00000000:00000000:Select Control PL4 :sfz3jr1:00010000:FF9125:00000000:FFFFFFFF:User :sfz3jr1:00010000:FF9125:00000001:FFFFFFFF:CPU sfz3jr1:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr1:0:000000:00:999:[ Screen. ] sfz3jr1:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr1:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr1:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr1:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr1:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr1:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfz3jr1:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfz3jr1:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfz3jr1:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfz3jr1:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfz3jr1:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfz3jr1:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfz3jr1:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfz3jr1:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr1:62000000:000000:00000000:00000000:Select Character PL4 :sfz3jr1:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfz3jr1:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfz3jr1:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfz3jr1:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfz3jr1:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfz3jr1:00010000:FF9102:00000005:FFFFFFFF:Adon :sfz3jr1:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfz3jr1:00010000:FF9102:00000007:FFFFFFFF:Guy :sfz3jr1:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfz3jr1:00010000:FF9102:00000009:FFFFFFFF:Rose :sfz3jr1:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfz3jr1:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfz3jr1:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr1:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr1:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr1:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfz3jr1:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfz3jr1:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr1:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr1:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfz3jr1:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfz3jr1:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfz3jr1:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfz3jr1:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr1:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfz3jr1:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfz3jr1:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr1:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfz3jr1:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfz3jr1:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr1:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr1:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr1:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfz3jr1:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr1:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfz3jr1:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr1:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfz3jr1:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr1:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfz3jr1:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr1:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfz3jr1:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr1:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr1:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr1:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfz3jr1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr1:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr1:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr1:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfz3jr1:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr1:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr1:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr1:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr1:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfz3jr1:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfz3jr1:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr1:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfz3jr1:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr1:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr1:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr1:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfz3jr1:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr1:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfz3jr1:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr1:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3jr1:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr1:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfz3jr1:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr1:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfz3jr1:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr1:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr1:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr1:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfz3jr1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr1:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr1:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr1:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfz3jr1:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr1:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr1:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr1:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr1:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfz3jr1:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfz3jr1:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr1:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfz3jr1:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr1:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr1:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr1:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfz3jr1:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr1:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfz3jr1:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr1:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3jr1:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr1:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfz3jr1:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr1:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfz3jr1:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr1:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr1:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr1:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfz3jr1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr1:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr1:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr1:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfz3jr1:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr1:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr1:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr1:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr1:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfz3jr1:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfz3jr1:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr1:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfz3jr1:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr1:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr1:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr1:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfz3jr1:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr1:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfz3jr1:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr1:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr1:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfz3jr1:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr1:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr1:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfz3jr1:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr1:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfz3jr1:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr1:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr1:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr1:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr1:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfz3jr1:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr1:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr1:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr1:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr1:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfz3jr1:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr1:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr1:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr1:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr1:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfz3jr1:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfz3jr1:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr1:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr1:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz3jr1:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz3jr1:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz3jr1:62000000:000000:00000000:00000000:Select Region :sfz3jr1:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz3jr1:00010000:FF8091:00000002:FFFFFFFF:USA :sfz3jr1:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz3jr1:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz3jr1:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz3jr1:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz3jr1:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz3jr1:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero 3 (Japan 980629) ] sfz3jr2:0:FF8109:63:000:Infinite Time sfz3jr2:0:FF8109:00:001:Finish this Round Now! :sfz3jr2:62000000:000000:00000000:00000000:Select Color Unlock :sfz3jr2:00010000:FF80EE:00000000:FFFFFFFF:Cream:Default :sfz3jr2:00010000:FF80EE:00000001:FFFFFFFF:Red:Unlocks Classical Mode :sfz3jr2:00010000:FF80EE:00000002:FFFFFFFF:Green:Unlocks Balrog, Juli, and Juni :sfz3jr2:00010000:FF80EE:00000003:FFFFFFFF:Blue:Unlocks Mazi Mode and Saikyou Mode :sfz3jr2:00010000:FF80EE:00000004:FFFFFFFF:Light Blue:Unlocks Survival and Dramatic Mode :sfz3jr2:62000000:000000:00000000:00000000:Select Backdrop :sfz3jr2:00010000:FF8101:00000000:FFFFFFFF:Japan (Sunset):Ryu :sfz3jr2:00010000:FF8101:00000002:FFFFFFFF:USA (Hotel):Ken :sfz3jr2:00010000:FF8101:00000004:FFFFFFFF:Japan (Cave):Akuma :sfz3jr2:00010000:FF8101:00000006:FFFFFFFF:USA (Hangar):Charlie :sfz3jr2:00010000:FF8101:00000008:FFFFFFFF:China:Chun-Li :sfz3jr2:00010000:FF8101:0000000A:FFFFFFFF:Thailand (Temple):Adon :sfz3jr2:00010000:FF8101:0000000C:FFFFFFFF:USA (Japanese):Sodom :sfz3jr2:00010000:FF8101:0000000E:FFFFFFFF:USA (Metro City):Guy :sfz3jr2:00010000:FF8101:00000010:FFFFFFFF:England:Birdie :sfz3jr2:00010000:FF8101:00000012:FFFFFFFF:Italy:Rose :sfz3jr2:00010000:FF8101:00000014:FFFFFFFF:Point 48106 (Night):M. Bison :sfz3jr2:00010000:FF8101:00000016:FFFFFFFF:Thailand (Statue):Sagat :sfz3jr2:00010000:FF8101:00000018:FFFFFFFF:Japan (Swings):Dan :sfz3jr2:00010000:FF8101:0000001A:FFFFFFFF:Japan (Market at Day):Sakura :sfz3jr2:00010000:FF8101:0000001C:FFFFFFFF:USA (Military):Rolento :sfz3jr2:00010000:FF8101:0000001E:FFFFFFFF:India:Dhalsim :sfz3jr2:00010000:FF8101:00000020:FFFFFFFF:Russia:Zangief :sfz3jr2:00010000:FF8101:00000022:FFFFFFFF:Hong Kong:Gen :sfz3jr2:00010000:FF8101:0000002A:FFFFFFFF:Point 48106 (Day):Balrog/Juli/Juni :sfz3jr2:00010000:FF8101:0000002C:FFFFFFFF:Greece:Cammy :sfz3jr2:00010000:FF8101:00000030:FFFFFFFF:Japan (Sumo Ring):E. Honda :sfz3jr2:00010000:FF8101:00000032:FFFFFFFF:Brazil:Blanka :sfz3jr2:00010000:FF8101:00000034:FFFFFFFF:Japan (Seaside):R. Mika :sfz3jr2:00010000:FF8101:00000036:FFFFFFFF:USA (Prison):Cody :sfz3jr2:00010000:FF8101:00000038:FFFFFFFF:Spain:Vega :sfz3jr2:00010000:FF8101:0000003A:FFFFFFFF:Japan (Market at Night):Karin :sfz3jr2:00000000:FF8431:00000000:FFFFFFFF:Skip Character Intros :sfz3jr2:00000000:FF8111:000000FF:FFFFFFFF:Skip Map Screen:Normal and Dramatic Modes only :sfz3jr2:00000000:FF8549:000000FF:FFFFFFFF:Skip Story PL1:Normal Mode only :sfz3jr2:00000000:FF8949:000000FF:FFFFFFFF:Skip Story PL2:Normal mode only :sfz3jr2:60000000:000000:00000000:00000000:[ Enable these Mode cheats on the Character Selection ] :sfz3jr2:60000000:000000:00000000:00000000:[ Screen. They may work for different players configs. ] :sfz3jr2:00000000:FF854B:00000000:FFFFFFFF:Normal Mode PL1 :sfz3jr2:00000000:FF894B:00000000:FFFFFFFF:Normal Mode PL2 :sfz3jr2:00000000:FF854B:000000FF:FFFFFFFF:Survival Mode PL1 :sfz3jr2:00000000:FF894B:000000FF:FFFFFFFF:Survival Mode PL2 :sfz3jr2:00000000:FF8168:00000001:FFFFFFFF:Dramatic Battle Mode PL1/PL2 :sfz3jr2:00200000:FF8451:00900090:00FF00FF:Infinite Energy PL1 :sfz3jr2:00200001:FF8451:00000000:00FF00FF:Drain All Energy Now! PL1 sfz3jr2:0:FF851F:90:000:Infinite Power PL1 sfz3jr2:0:FF851F:00:000:No Power PL1 sfz3jr2:0:FF851F:90:001:Refill Power Now! PL1 sfz3jr2:0:FF851F:00:001:Drain Power Now! PL1 :sfz3jr2:00100000:FF86CC:00000028:0000FFFF:Never Get Dizzied PL1 :sfz3jr2:00100000:FF86CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL1 :sfz3jr2:00100000:FF864C:00007000:0000FFFF:Never Get Guard Crushed PL1 :sfz3jr2:00100000:FF864C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL1 sfz3jr2:0:FF8638:00:000:Infinite Fireballs PL1 sfz3jr2:0:FF8638:01:000:Never have use of Fireballs PL1 sfz3jr2:0:FF84BC:01:000:Infinite Taunts PL1 sfz3jr2:0:FF8431:00:000:Infinite Air Special/Super moves PL1 :sfz3jr2:00100000:FF865A:00000303:0000FFFF:Recalculate Damage When Hit PL1 :sfz3jr2:00800000:FF84B9:00000001:FFFFFFFF:Always Be in Original Combo PL1:Activate only during an Original combo to get the afterimages! :sfz3jr2:00000000:FF84BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL1 :sfz3jr2:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL1 :sfz3jr2:00210000:FF86A7:000F0005:00FF00FF:LP+LK Combo :sfz3jr2:00210000:FF86A7:00300010:00FF00FF:MP+MK Combo :sfz3jr2:00210000:FF86A7:0051001B:00FF00FF:HP+HK Combo :sfz3jr2:62000000:000000:00000000:00000000:Select Control PL1 :sfz3jr2:00010000:FF8525:00000000:FFFFFFFF:User :sfz3jr2:00010000:FF8525:00000001:FFFFFFFF:CPU sfz3jr2:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr2:0:000000:00:999:[ Screen. ] sfz3jr2:0:FF855E:01:001:Enable Classical Mode Now! PL1:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr2:0:FF855A:01:001:Enable Mazi Mode Now! PL1:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr2:0:FF8531:01:001:Enable Saikyou Mode Now! PL1:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr2:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr2:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr2:00000000:FF8523:00000000:FFFFFFFF:A-ISM PL1 :sfz3jr2:00000000:FF8532:00000000:FFFFFFFF:A-ISM PL1 :sfz3jr2:00000000:FF8523:00000001:FFFFFFFF:V-ISM PL1 :sfz3jr2:00000000:FF8532:00000001:FFFFFFFF:V-ISM PL1 :sfz3jr2:00000000:FF8523:000000FF:FFFFFFFF:X-ISM PL1 :sfz3jr2:00000000:FF8532:000000FF:FFFFFFFF:X-ISM PL1 :sfz3jr2:00000000:FF8523:00000002:FFFFFFFF:S-ISM PL1 :sfz3jr2:00000000:FF8532:00000000:FFFFFFFF:S-ISM PL1 :sfz3jr2:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr2:62000000:000000:00000000:00000000:Select Character PL1 :sfz3jr2:00010000:FF8502:00000000:FFFFFFFF:Ryu :sfz3jr2:00010000:FF8502:00000001:FFFFFFFF:Ken Masters :sfz3jr2:00010000:FF8502:00000002:FFFFFFFF:Akuma :sfz3jr2:00010000:FF8502:00000003:FFFFFFFF:Charlie :sfz3jr2:00010000:FF8502:00000004:FFFFFFFF:Chun-Li :sfz3jr2:00010000:FF8502:00000005:FFFFFFFF:Adon :sfz3jr2:00010000:FF8502:00000006:FFFFFFFF:Sodom :sfz3jr2:00010000:FF8502:00000007:FFFFFFFF:Guy :sfz3jr2:00010000:FF8502:00000008:FFFFFFFF:Birdie :sfz3jr2:00010000:FF8502:00000009:FFFFFFFF:Rose :sfz3jr2:00010000:FF8502:0000000A:FFFFFFFF:M. Bison :sfz3jr2:00010000:FF8502:0000000B:FFFFFFFF:Sagat :sfz3jr2:00010000:FF8502:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr2:00010000:FF8502:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr2:00010000:FF8502:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr2:00010000:FF8502:0000000F:FFFFFFFF:Dhalsim :sfz3jr2:00010000:FF8502:00000010:FFFFFFFF:Zangief :sfz3jr2:00010000:FF8502:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr2:00010000:FF8502:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr2:00010000:FF8502:00000015:FFFFFFFF:#Balrog :sfz3jr2:00010000:FF8502:00000016:FFFFFFFF:Cammy :sfz3jr2:00010000:FF8502:00000018:FFFFFFFF:Edmund Honda :sfz3jr2:00010000:FF8502:00000019:FFFFFFFF:Blanka :sfz3jr2:00010000:FF8502:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr2:00010000:FF8502:0000001B:FFFFFFFF:Cody :sfz3jr2:00010000:FF8502:0000001C:FFFFFFFF:Vega :sfz3jr2:00010000:FF8502:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr2:00010000:FF8502:0000001E:FFFFFFFF:#Juli :sfz3jr2:00010000:FF8502:0000001F:FFFFFFFF:#Juni :sfz3jr2:00200000:FF8851:00900090:00FF00FF:Infinite Energy PL2 :sfz3jr2:00200001:FF8851:00000000:00FF00FF:Drain All Energy Now! PL2 sfz3jr2:0:FF891F:90:000:Infinite Power PL2 sfz3jr2:0:FF891F:00:000:No Power PL2 sfz3jr2:0:FF891F:90:001:Refill Power Now! PL2 sfz3jr2:0:FF891F:00:001:Drain Power Now! PL2 :sfz3jr2:00100000:FF8ACC:00000028:0000FFFF:Never Get Dizzied PL2 :sfz3jr2:00100000:FF8ACC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL2 :sfz3jr2:00100000:FF8A4C:00007000:0000FFFF:Never Get Guard Crushed PL2 :sfz3jr2:00100000:FF8A4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL2 sfz3jr2:0:FF8A38:00:000:Infinite Fireballs PL2 sfz3jr2:0:FF8A38:01:000:Never have use of Fireballs PL2 sfz3jr2:0:FF88BC:01:000:Infinite Taunts PL2 sfz3jr2:0:FF8831:00:000:Infinite Air Special/Super moves PL2 :sfz3jr2:00100000:FF8A5A:00000303:0000FFFF:Recalculate Damage When Hit PL2 :sfz3jr2:00800000:FF88B9:00000001:FFFFFFFF:Always Be in Original Combo PL2:Activate only during an Original combo to get the afterimages! :sfz3jr2:00000000:FF88BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL2 :sfz3jr2:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL2 :sfz3jr2:00210000:FF8AA7:000F0005:00FF00FF:LP+LK Combo :sfz3jr2:00210000:FF8AA7:00300010:00FF00FF:MP+MK Combo :sfz3jr2:00210000:FF8AA7:0051001B:00FF00FF:HP+HK Combo :sfz3jr2:62000000:000000:00000000:00000000:Select Control PL2 :sfz3jr2:00010000:FF8925:00000000:FFFFFFFF:User :sfz3jr2:00010000:FF8925:00000001:FFFFFFFF:CPU sfz3jr2:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr2:0:000000:00:999:[ Screen. ] sfz3jr2:0:FF895E:01:001:Enable Classical Mode Now! PL2:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr2:0:FF895A:01:001:Enable Mazi Mode Now! PL2:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr2:0:FF8931:01:001:Enable Saikyou Mode Now! PL2:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr2:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr2:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr2:00000000:FF8923:00000000:FFFFFFFF:A-ISM PL2 :sfz3jr2:00000000:FF8932:00000000:FFFFFFFF:A-ISM PL2 :sfz3jr2:00000000:FF8923:00000001:FFFFFFFF:V-ISM PL2 :sfz3jr2:00000000:FF8932:00000001:FFFFFFFF:V-ISM PL2 :sfz3jr2:00000000:FF8923:000000FF:FFFFFFFF:X-ISM PL2 :sfz3jr2:00000000:FF8932:000000FF:FFFFFFFF:X-ISM PL2 :sfz3jr2:00000000:FF8923:00000002:FFFFFFFF:S-ISM PL2 :sfz3jr2:00000000:FF8932:00000000:FFFFFFFF:S-ISM PL2 :sfz3jr2:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr2:62000000:000000:00000000:00000000:Select Character PL2 :sfz3jr2:00010000:FF8902:00000000:FFFFFFFF:Ryu :sfz3jr2:00010000:FF8902:00000001:FFFFFFFF:Ken Masters :sfz3jr2:00010000:FF8902:00000002:FFFFFFFF:Akuma :sfz3jr2:00010000:FF8902:00000003:FFFFFFFF:Charlie :sfz3jr2:00010000:FF8902:00000004:FFFFFFFF:Chun-Li :sfz3jr2:00010000:FF8902:00000005:FFFFFFFF:Adon :sfz3jr2:00010000:FF8902:00000006:FFFFFFFF:Sodom :sfz3jr2:00010000:FF8902:00000007:FFFFFFFF:Guy :sfz3jr2:00010000:FF8902:00000008:FFFFFFFF:Birdie :sfz3jr2:00010000:FF8902:00000009:FFFFFFFF:Rose :sfz3jr2:00010000:FF8902:0000000A:FFFFFFFF:M. Bison :sfz3jr2:00010000:FF8902:0000000B:FFFFFFFF:Sagat :sfz3jr2:00010000:FF8902:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr2:00010000:FF8902:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr2:00010000:FF8902:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr2:00010000:FF8902:0000000F:FFFFFFFF:Dhalsim :sfz3jr2:00010000:FF8902:00000010:FFFFFFFF:Zangief :sfz3jr2:00010000:FF8902:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr2:00010000:FF8902:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr2:00010000:FF8902:00000015:FFFFFFFF:#Balrog :sfz3jr2:00010000:FF8902:00000016:FFFFFFFF:Cammy :sfz3jr2:00010000:FF8902:00000018:FFFFFFFF:Edmund Honda :sfz3jr2:00010000:FF8902:00000019:FFFFFFFF:Blanka :sfz3jr2:00010000:FF8902:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr2:00010000:FF8902:0000001B:FFFFFFFF:Cody :sfz3jr2:00010000:FF8902:0000001C:FFFFFFFF:Vega :sfz3jr2:00010000:FF8902:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr2:00010000:FF8902:0000001E:FFFFFFFF:#Juli :sfz3jr2:00010000:FF8902:0000001F:FFFFFFFF:#Juni :sfz3jr2:00200000:FF8C51:00900090:00FF00FF:Infinite Energy PL3 :sfz3jr2:00200001:FF8C51:00000000:00FF00FF:Drain All Energy Now! PL3 sfz3jr2:0:FF8D1F:90:000:Infinite Power PL3 sfz3jr2:0:FF8D1F:00:000:No Power PL3 sfz3jr2:0:FF8D1F:90:001:Refill Power Now! PL3 sfz3jr2:0:FF8D1F:00:001:Drain Power Now! PL3 :sfz3jr2:00100000:FF8ECC:00000028:0000FFFF:Never Get Dizzied PL3 :sfz3jr2:00100000:FF8ECC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL3 :sfz3jr2:00100000:FF8E4C:00007000:0000FFFF:Never Get Guard Crushed PL3 :sfz3jr2:00100000:FF8E4C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL3 sfz3jr2:0:FF8E38:00:000:Infinite Fireballs PL3 sfz3jr2:0:FF8E38:01:000:Never have use of Fireballs PL3 sfz3jr2:0:FF8CBC:01:000:Infinite Taunts PL3 sfz3jr2:0:FF8C31:00:000:Infinite Air Special/Super moves PL3 :sfz3jr2:00100000:FF8E5A:00000303:0000FFFF:Recalculate Damage When Hit PL3 :sfz3jr2:00800000:FF8CB9:00000001:FFFFFFFF:Always Be in Original Combo PL3:Activate only during an Original combo to get the afterimages! :sfz3jr2:00000000:FF8CBB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL3 :sfz3jr2:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL3 :sfz3jr2:00210000:FF8EA7:000F0005:00FF00FF:LP+LK Combo :sfz3jr2:00210000:FF8EA7:00300010:00FF00FF:MP+MK Combo :sfz3jr2:00210000:FF8EA7:0051001B:00FF00FF:HP+HK Combo :sfz3jr2:62000000:000000:00000000:00000000:Select Control PL3 :sfz3jr2:00010000:FF8D25:00000000:FFFFFFFF:User :sfz3jr2:00010000:FF8D25:00000001:FFFFFFFF:CPU sfz3jr2:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr2:0:000000:00:999:[ Screen. ] sfz3jr2:0:FF8D5E:01:001:Enable Classical Mode Now! PL3:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr2:0:FF8D5A:01:001:Enable Mazi Mode Now! PL3:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr2:0:FF8D31:01:001:Enable Saikyou Mode Now! PL3:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr2:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr2:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr2:00000000:FF8D23:00000000:FFFFFFFF:A-ISM P3 :sfz3jr2:00000000:FF8D32:00000000:FFFFFFFF:A-ISM P3 :sfz3jr2:00000000:FF8D23:00000001:FFFFFFFF:V-ISM P3 :sfz3jr2:00000000:FF8D32:00000001:FFFFFFFF:V-ISM P3 :sfz3jr2:00000000:FF8D23:000000FF:FFFFFFFF:X-ISM P3 :sfz3jr2:00000000:FF8D32:000000FF:FFFFFFFF:X-ISM P3 :sfz3jr2:00000000:FF8D23:00000002:FFFFFFFF:S-ISM P3 :sfz3jr2:00000000:FF8D32:00000000:FFFFFFFF:S-ISM P3 :sfz3jr2:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr2:62000000:000000:00000000:00000000:Select Character PL3 :sfz3jr2:00010000:FF8D02:00000000:FFFFFFFF:Ryu :sfz3jr2:00010000:FF8D02:00000001:FFFFFFFF:Ken Masters :sfz3jr2:00010000:FF8D02:00000002:FFFFFFFF:Akuma :sfz3jr2:00010000:FF8D02:00000003:FFFFFFFF:Charlie :sfz3jr2:00010000:FF8D02:00000004:FFFFFFFF:Chun-Li :sfz3jr2:00010000:FF8D02:00000005:FFFFFFFF:Adon :sfz3jr2:00010000:FF8D02:00000006:FFFFFFFF:Sodom :sfz3jr2:00010000:FF8D02:00000007:FFFFFFFF:Guy :sfz3jr2:00010000:FF8D02:00000008:FFFFFFFF:Birdie :sfz3jr2:00010000:FF8D02:00000009:FFFFFFFF:Rose :sfz3jr2:00010000:FF8D02:0000000A:FFFFFFFF:M. Bison :sfz3jr2:00010000:FF8D02:0000000B:FFFFFFFF:Sagat :sfz3jr2:00010000:FF8D02:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr2:00010000:FF8D02:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr2:00010000:FF8D02:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr2:00010000:FF8D02:0000000F:FFFFFFFF:Dhalsim :sfz3jr2:00010000:FF8D02:00000010:FFFFFFFF:Zangief :sfz3jr2:00010000:FF8D02:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr2:00010000:FF8D02:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr2:00010000:FF8D02:00000015:FFFFFFFF:#Balrog :sfz3jr2:00010000:FF8D02:00000016:FFFFFFFF:Cammy :sfz3jr2:00010000:FF8D02:00000018:FFFFFFFF:Edmund Honda :sfz3jr2:00010000:FF8D02:00000019:FFFFFFFF:Blanka :sfz3jr2:00010000:FF8D02:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr2:00010000:FF8D02:0000001B:FFFFFFFF:Cody :sfz3jr2:00010000:FF8D02:0000001C:FFFFFFFF:Vega :sfz3jr2:00010000:FF8D02:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr2:00010000:FF8D02:0000001E:FFFFFFFF:#Juli :sfz3jr2:00010000:FF8D02:0000001F:FFFFFFFF:#Juni :sfz3jr2:00200000:FF9051:00900090:00FF00FF:Infinite Energy PL4 :sfz3jr2:00200001:FF9051:00000000:00FF00FF:Drain All Energy Now! PL4 sfz3jr2:0:FF911F:90:000:Infinite Power PL4 sfz3jr2:0:FF911F:00:000:No Power PL4 sfz3jr2:0:FF911F:90:001:Refill Power Now! PL4 sfz3jr2:0:FF911F:00:001:Drain Power Now! PL4 :sfz3jr2:00100000:FF92CC:00000028:0000FFFF:Never Get Dizzied PL4 :sfz3jr2:00100000:FF92CC:0000FAFA:0000FFFF:Always Get Dizzied When Hit PL4 :sfz3jr2:00100000:FF924C:00007000:0000FFFF:Never Get Guard Crushed PL4 :sfz3jr2:00100000:FF924C:00001010:0000FFFF:Always Get Guard Crushed When Blocking PL4 sfz3jr2:0:FF9238:00:000:Infinite Fireballs PL4 sfz3jr2:0:FF9238:01:000:Never have use of Fireballs PL4 sfz3jr2:0:FF90BC:01:000:Infinite Taunts PL4 sfz3jr2:0:FF9031:00:000:Infinite Air Special/Super moves PL4 :sfz3jr2:00100000:FF925A:00000303:0000FFFF:Recalculate Damage When Hit PL4 :sfz3jr2:00800000:FF90B9:00000001:FFFFFFFF:Always Be in Original Combo PL4:Activate only during an Original combo to get the afterimages! :sfz3jr2:00000000:FF90BB:0000009A:FFFFFFFF:Infinite Time for Original Combo PL4 :sfz3jr2:62000000:000000:00000000:00000000:Select Original Combo Afterimage Type PL4 :sfz3jr2:00210000:FF92A7:000F0005:00FF00FF:LP+LK Combo :sfz3jr2:00210000:FF92A7:00300010:00FF00FF:MP+MK Combo :sfz3jr2:00210000:FF92A7:0051001B:00FF00FF:HP+HK Combo :sfz3jr2:62000000:000000:00000000:00000000:Select Control PL4 :sfz3jr2:00010000:FF9125:00000000:FFFFFFFF:User :sfz3jr2:00010000:FF9125:00000001:FFFFFFFF:CPU sfz3jr2:0:000000:00:999:[ Enable these Mode cheats on the Character Selection ] sfz3jr2:0:000000:00:999:[ Screen. ] sfz3jr2:0:FF915E:01:001:Enable Classical Mode Now! PL4:Alternative Ism. No gauges, air blocks, taunts etc. sfz3jr2:0:FF915A:01:001:Enable Mazi Mode Now! PL4:Greater damage inflicted, greater damage done. Only lose one round to lose. sfz3jr2:0:FF9131:01:001:Enable Saikyou Mode Now! PL4:Easy to get dizzy, slightly less damage done, rubbish! :sfz3jr2:60000000:000000:00000000:00000000:[ Enable only after selecting your ISM on the ] :sfz3jr2:60000000:000000:00000000:00000000:[ Character Selection screen. ] :sfz3jr2:00000000:FF9123:00000000:FFFFFFFF:A-ISM P4 :sfz3jr2:00000000:FF9132:00000000:FFFFFFFF:A-ISM P4 :sfz3jr2:00000000:FF9123:00000001:FFFFFFFF:V-ISM P4 :sfz3jr2:00000000:FF9132:00000001:FFFFFFFF:V-ISM P4 :sfz3jr2:00000000:FF9123:000000FF:FFFFFFFF:X-ISM P4 :sfz3jr2:00000000:FF9132:000000FF:FFFFFFFF:X-ISM P4 :sfz3jr2:00000000:FF9123:00000002:FFFFFFFF:S-ISM P4 :sfz3jr2:00000000:FF9132:00000000:FFFFFFFF:S-ISM P4 :sfz3jr2:60000000:000000:00000000:00000000:[ Free player selection - Use on the level VS screen ] :sfz3jr2:62000000:000000:00000000:00000000:Select Character PL4 :sfz3jr2:00010000:FF9102:00000000:FFFFFFFF:Ryu :sfz3jr2:00010000:FF9102:00000001:FFFFFFFF:Ken Masters :sfz3jr2:00010000:FF9102:00000002:FFFFFFFF:Akuma :sfz3jr2:00010000:FF9102:00000003:FFFFFFFF:Charlie :sfz3jr2:00010000:FF9102:00000004:FFFFFFFF:Chun-Li :sfz3jr2:00010000:FF9102:00000005:FFFFFFFF:Adon :sfz3jr2:00010000:FF9102:00000006:FFFFFFFF:Sodom :sfz3jr2:00010000:FF9102:00000007:FFFFFFFF:Guy :sfz3jr2:00010000:FF9102:00000008:FFFFFFFF:Birdie :sfz3jr2:00010000:FF9102:00000009:FFFFFFFF:Rose :sfz3jr2:00010000:FF9102:0000000A:FFFFFFFF:M. Bison :sfz3jr2:00010000:FF9102:0000000B:FFFFFFFF:Sagat :sfz3jr2:00010000:FF9102:0000000C:FFFFFFFF:Dan Hibiki :sfz3jr2:00010000:FF9102:0000000D:FFFFFFFF:Sakura Kasugano :sfz3jr2:00010000:FF9102:0000000E:FFFFFFFF:Rolento Schugerg :sfz3jr2:00010000:FF9102:0000000F:FFFFFFFF:Dhalsim :sfz3jr2:00010000:FF9102:00000010:FFFFFFFF:Zangief :sfz3jr2:00010000:FF9102:00000011:FFFFFFFF:Gen (Sou-ryuu stance) :sfz3jr2:00010000:FF9102:00000013:FFFFFFFF:#Gen (Ki-ryuu stance) :sfz3jr2:00010000:FF9102:00000015:FFFFFFFF:#Balrog :sfz3jr2:00010000:FF9102:00000016:FFFFFFFF:Cammy :sfz3jr2:00010000:FF9102:00000018:FFFFFFFF:Edmund Honda :sfz3jr2:00010000:FF9102:00000019:FFFFFFFF:Blanka :sfz3jr2:00010000:FF9102:0000001A:FFFFFFFF:Rainbow Mika Nanakawa :sfz3jr2:00010000:FF9102:0000001B:FFFFFFFF:Cody :sfz3jr2:00010000:FF9102:0000001C:FFFFFFFF:Vega :sfz3jr2:00010000:FF9102:0000001D:FFFFFFFF:Karin Kanzuki :sfz3jr2:00010000:FF9102:0000001E:FFFFFFFF:#Juli :sfz3jr2:00010000:FF9102:0000001F:FFFFFFFF:#Juni ; Move List Supplement (Third Section) ; Controls various aspects of certain characters moves. :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL1] :sfz3jr2:00000000:FF85E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr2:00000000:FF85E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr2:00000001:FF85E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr2:00000001:FF85E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL1] :sfz3jr2:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr2:00100001:FF843A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL1] :sfz3jr2:00100000:FF85FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr2:00100000:FF85FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL1] :sfz3jr2:00100000:FF843A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr2:00100001:FF843A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL1] :sfz3jr2:00100000:FF9E6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr2:00100000:FF9F6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL1] :sfz3jr2:00000000:FF85FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr2:00000000:FF85FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr2:00000001:FF85FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr2:00000001:FF85FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL1] :sfz3jr2:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr2:00010000:FF85FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr2:00010000:FF85FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr2:00010000:FF85FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr2:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL1] :sfz3jr2:00000000:FF846A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr2:00000000:FF846A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr2:00000001:FF846A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr2:00000001:FF846A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr2:00000000:FF846B:00000001:FFFFFFFF:Always Have Mask On :sfz3jr2:00000000:FF846B:00000000:FFFFFFFF:Never Have Mask On :sfz3jr2:00000001:FF846B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr2:00000001:FF846B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL2] :sfz3jr2:00000000:FF89E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr2:00000000:FF89E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr2:00000001:FF89E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr2:00000001:FF89E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL2] :sfz3jr2:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr2:00100001:FF883A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL2] :sfz3jr2:00100000:FF89FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr2:00100000:FF89FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3jr2:00100000:FF883A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr2:00100001:FF883A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL2] :sfz3jr2:00100000:FFAA6A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr2:00100000:FFAB6A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL2] :sfz3jr2:00000000:FF89FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr2:00000000:FF89FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr2:00000001:FF89FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr2:00000001:FF89FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL2] :sfz3jr2:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr2:00010000:FF89FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr2:00010000:FF89FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr2:00010000:FF89FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr2:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL2] :sfz3jr2:00000000:FF886A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr2:00000000:FF886A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr2:00000001:FF886A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr2:00000001:FF886A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr2:00000000:FF886B:00000001:FFFFFFFF:Always Have Mask :sfz3jr2:00000000:FF886B:00000000:FFFFFFFF:Never Have Mask :sfz3jr2:00000001:FF886B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr2:00000001:FF886B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL3] :sfz3jr2:00000000:FF8DE4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr2:00000000:FF8DE4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr2:00000001:FF8DE4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr2:00000001:FF8DE4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL3] :sfz3jr2:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr2:00100001:FF8C3A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL3] :sfz3jr2:00100000:FF8DFE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr2:00100000:FF8DFE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL2] :sfz3jr2:00100000:FF8C3A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr2:00100001:FF8C3A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL3] :sfz3jr2:00100000:FFB66A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr2:00100000:FFB76A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL3] :sfz3jr2:00000000:FF8DFE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr2:00000000:FF8DFE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr2:00000001:FF8DFE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr2:00000001:FF8DFE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL3] :sfz3jr2:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr2:00010000:FF8DFF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr2:00010000:FF8DFF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr2:00010000:FF8DFF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr2:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL3] :sfz3jr2:00000000:FF8C6A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr2:00000000:FF8C6A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr2:00000001:FF8C6A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr2:00000001:FF8C6A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr2:00000000:FF8C6B:00000001:FFFFFFFF:Always Have Mask :sfz3jr2:00000000:FF8C6B:00000000:FFFFFFFF:Never Have Mask :sfz3jr2:00000001:FF8C6B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr2:00000001:FF8C6B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (All ISMs) PL4] :sfz3jr2:00000000:FF91E4:000000FF:FFFFFFFF:Always Have Knife Armed :sfz3jr2:00000000:FF91E4:00000000:FFFFFFFF:Never Have Knife Armed :sfz3jr2:00000001:FF91E4:000000FF:FFFFFFFF:Arm Knife Now! :sfz3jr2:00000001:FF91E4:00000000:FFFFFFFF:Disarm Knife Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Cody (X-ISM) PL4] :sfz3jr2:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Final Destruction :sfz3jr2:00100001:FF903A:00000000:0000FFFF:Finish Final Destruction Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (All ISMs) PL4] :sfz3jr2:00100000:FF91FE:00001600:0000FFFF:Kouryuu Ken Always Flashes :sfz3jr2:00100000:FF91FE:00000000:0000FFFF:Kouryuu Ken Never Flashes :sfz3jr2:60000000:000000:00000000:00000000:[Use for Dan (A-ISM) PL4] :sfz3jr2:00100000:FF903A:000004B0:0000FFFF:Infinite Time for Chohatsu Shinwa :sfz3jr2:00100001:FF903A:00000000:0000FFFF:Finish Chohatsu Shinwa Now! :sfz3jr2:60000000:000000:00000000:00000000:[Use for Rose (A-ISM) PL4] :sfz3jr2:00100000:FFC26A:00000260:0000FFFF:Infinite Time for Soul Illusion :sfz3jr2:00100000:FFC36A:00000268:0000FFFF:Infinite Time for Soul Illusion (2/2) :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sagat (A-ISM) PL4] :sfz3jr2:00000000:FF91FE:00000001:FFFFFFFF:Always Have Angry Charge :sfz3jr2:00000000:FF91FE:00000000:FFFFFFFF:Never Have Angry Charge :sfz3jr2:00000001:FF91FE:00000001:FFFFFFFF:Get Angry Charge Now!:Gains Angry Charge without using a level of super bar. :sfz3jr2:00000001:FF91FE:00000000:FFFFFFFF:Lose Angry Charge Now!:Used to lose Angry Charge without performing a Tiger Blow. :sfz3jr2:60000000:000000:00000000:00000000:[Use for Sakura (All ISMs) PL4] :sfz3jr2:62000000:000000:00000000:00000000:Select Hadou Ken Type :sfz3jr2:00010000:FF91FF:00000000:FFFFFFFF:Long Range, Small Projectile :sfz3jr2:00010000:FF91FF:00000001:FFFFFFFF:Medium Range, Medium Projectile :sfz3jr2:00010000:FF91FF:00000002:FFFFFFFF:Short Range, Large Projectile :sfz3jr2:60000000:000000:00000000:00000000:[Use for Vega (All ISMs) PL4] :sfz3jr2:00000000:FF906A:00000001:FFFFFFFF:Always Have Claw Armed :sfz3jr2:00000000:FF906A:00000000:FFFFFFFF:Never Have Claw Armed :sfz3jr2:00000001:FF906A:00000001:FFFFFFFF:Arm Claw Now! :sfz3jr2:00000001:FF906A:00000000:FFFFFFFF:Disarm Claw Now! :sfz3jr2:00000000:FF906B:00000001:FFFFFFFF:Always Have Mask :sfz3jr2:00000000:FF906B:00000000:FFFFFFFF:Never Have Mask :sfz3jr2:00000001:FF906B:00000001:FFFFFFFF:Put Mask On Now! :sfz3jr2:00000001:FF906B:00000000:FFFFFFFF:Take Mask Off Now! :sfz3jr2:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :sfz3jr2:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these ASAP ] :sfz3jr2:60000000:000000:00000000:00000000:[ - ON or before the ROM check screen! Or enable & RESET ] :sfz3jr2:62000000:000000:00000000:00000000:Select Region :sfz3jr2:00010000:FF8091:00000000:FFFFFFFF:Japan :sfz3jr2:00010000:FF8091:00000002:FFFFFFFF:USA :sfz3jr2:00010000:FF8091:00000004:FFFFFFFF:Hispanic :sfz3jr2:00010000:FF8091:00000006:FFFFFFFF:Oceania :sfz3jr2:00010000:FF8091:00000008:FFFFFFFF:Asia :sfz3jr2:00010000:FF8091:0000000A:FFFFFFFF:Euro :sfz3jr2:00010000:FF8091:0000000C:FFFFFFFF:Brazil sfz3jr2:0:FF800B:FF:000:Sound Test Timer Stop ; [ Street Fighter Zero (Asia 950627) ] sfza:0:FFAE09:63:000:Infinite Time sfza:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfza:0:FFAE49:01:000:Quick Dramatic Battle sfza:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfza:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfza:0:FF8441:90:000:Infinite Energy PL1 sfza:0:FF8441:00:000:Energy always set to 0 PL1 sfza:0:FF8441:00:001:Energy set to 0 Now! PL1 sfza:0:FF84C6:01:000:End round to win match PL1 sfza:0:FF84C6:00:000:Rounds won always = 0 PL1 sfza:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfza:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfza:0:FF84BF:90:000:Infinite Power PL1 sfza:0:FF84BF:00:001:Drain All Power Now! PL1 sfza:0:FF8537:00:000:Never Faint PL1 sfza:0:FF853A:00:000:Faint on every hit PL1 sfza:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfza:0:FF84A2:00:001:Play with Ryu PL1 sfza:0:FF84A2:01:001:Play with Ken PL1 sfza:0:FF84A2:02:001:Play with Gouki PL1 sfza:0:FF84A2:03:001:Play with Nash PL1 sfza:0:FF84A2:04:001:Play with Chun Li PL1 sfza:0:FF84A2:05:001:Play with Adon PL1 sfza:0:FF84A2:06:001:Play with Sodom PL1 sfza:0:FF84A2:07:001:Play with Guy PL1 sfza:0:FF84A2:08:001:Play with Birdie PL1 sfza:0:FF84A2:09:001:Play with Rose PL1 sfza:0:FF84A2:0A:001:Play with Vega PL1 sfza:0:FF84A2:0B:001:Play with Sagat PL1 sfza:0:FF84A2:0C:001:Play with Dan PL1 sfza:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfza:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfza:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfza:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfza:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfza:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfza:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfza:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfza:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfza:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfza:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfza:0:FF8841:90:000:Infinite Energy PL2 sfza:0:FF8841:00:000:Energy always set to 0 PL2 sfza:0:FF8841:00:001:Energy set to 0 Now! PL2 sfza:0:FF88C6:01:000:End round to win match PL2 sfza:0:FF88C6:00:000:Rounds won always = 0 PL2 sfza:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfza:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfza:0:FF88BF:90:000:Infinite Power PL2 sfza:0:FF88BF:00:001:Drain All Power Now! PL2 sfza:0:FF8937:00:000:Never Faint PL2 sfza:0:FF893A:00:000:Faint on every hit PL2 sfza:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfza:0:FF88A2:00:001:Play with Ryu PL2 sfza:0:FF88A2:01:001:Play with Ken PL2 sfza:0:FF88A2:02:001:Play with Gouki PL2 sfza:0:FF88A2:03:001:Play with Nash PL2 sfza:0:FF88A2:04:001:Play with Chun Li PL2 sfza:0:FF88A2:05:001:Play with Adon PL2 sfza:0:FF88A2:06:001:Play with Sodom PL2 sfza:0:FF88A2:07:001:Play with Guy PL2 sfza:0:FF88A2:08:001:Play with Birdie PL2 sfza:0:FF88A2:09:001:Play with Rose PL2 sfza:0:FF88A2:0A:001:Play with Vega PL2 sfza:0:FF88A2:0B:001:Play with Sagat PL2 sfza:0:FF88A2:0C:001:Play with Dan PL2 sfza:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfza:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfza:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfza:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfza:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfza:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfza:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfza:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfza:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfza:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfza:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfza:0:000000:00:999:[ These are the codes to set the machine region - the ] sfza:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfza:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfza:0:FF8191:00:000:Region Switch = Japan sfza:0:FF8191:02:000:Region Switch = USA sfza:0:FF8191:04:000:Region Switch = Hispanic sfza:0:FF8191:06:000:Region Switch = Asia sfza:0:FF8191:08:000:Region Switch = Euro sfza:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Zero (Brazil 951109) ] sfzb:0:FFAE09:63:000:Infinite Time sfzb:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfzb:0:FFAE49:01:000:Quick Dramatic Battle sfzb:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfzb:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfzb:0:FF8441:90:000:Infinite Energy PL1 sfzb:0:FF8441:00:000:Energy always set to 0 PL1 sfzb:0:FF8441:00:001:Energy set to 0 Now! PL1 sfzb:0:FF84C6:01:000:End round to win match PL1 sfzb:0:FF84C6:00:000:Rounds won always = 0 PL1 sfzb:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfzb:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfzb:0:FF84BF:90:000:Infinite Power PL1 sfzb:0:FF84BF:00:001:Drain All Power Now! PL1 sfzb:0:FF8537:00:000:Never Faint PL1 sfzb:0:FF853A:00:000:Faint on every hit PL1 sfzb:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzb:0:FF84A2:00:001:Play with Ryu PL1 sfzb:0:FF84A2:01:001:Play with Ken PL1 sfzb:0:FF84A2:02:001:Play with Gouki PL1 sfzb:0:FF84A2:03:001:Play with Nash PL1 sfzb:0:FF84A2:04:001:Play with Chun Li PL1 sfzb:0:FF84A2:05:001:Play with Adon PL1 sfzb:0:FF84A2:06:001:Play with Sodom PL1 sfzb:0:FF84A2:07:001:Play with Guy PL1 sfzb:0:FF84A2:08:001:Play with Birdie PL1 sfzb:0:FF84A2:09:001:Play with Rose PL1 sfzb:0:FF84A2:0A:001:Play with Vega PL1 sfzb:0:FF84A2:0B:001:Play with Sagat PL1 sfzb:0:FF84A2:0C:001:Play with Dan PL1 sfzb:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfzb:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfzb:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfzb:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfzb:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfzb:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfzb:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfzb:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfzb:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfzb:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfzb:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfzb:0:FF8841:90:000:Infinite Energy PL2 sfzb:0:FF8841:00:000:Energy always set to 0 PL2 sfzb:0:FF8841:00:001:Energy set to 0 Now! PL2 sfzb:0:FF88C6:01:000:End round to win match PL2 sfzb:0:FF88C6:00:000:Rounds won always = 0 PL2 sfzb:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfzb:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfzb:0:FF88BF:90:000:Infinite Power PL2 sfzb:0:FF88BF:00:001:Drain All Power Now! PL2 sfzb:0:FF8937:00:000:Never Faint PL2 sfzb:0:FF893A:00:000:Faint on every hit PL2 sfzb:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzb:0:FF88A2:00:001:Play with Ryu PL2 sfzb:0:FF88A2:01:001:Play with Ken PL2 sfzb:0:FF88A2:02:001:Play with Gouki PL2 sfzb:0:FF88A2:03:001:Play with Nash PL2 sfzb:0:FF88A2:04:001:Play with Chun Li PL2 sfzb:0:FF88A2:05:001:Play with Adon PL2 sfzb:0:FF88A2:06:001:Play with Sodom PL2 sfzb:0:FF88A2:07:001:Play with Guy PL2 sfzb:0:FF88A2:08:001:Play with Birdie PL2 sfzb:0:FF88A2:09:001:Play with Rose PL2 sfzb:0:FF88A2:0A:001:Play with Vega PL2 sfzb:0:FF88A2:0B:001:Play with Sagat PL2 sfzb:0:FF88A2:0C:001:Play with Dan PL2 sfzb:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfzb:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfzb:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfzb:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfzb:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfzb:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfzb:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfzb:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfzb:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfzb:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfzb:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfzb:0:000000:00:999:[ These are the codes to set the machine region - the ] sfzb:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfzb:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfzb:0:FF8191:00:000:Region Switch = Japan sfzb:0:FF8191:02:000:Region Switch = USA sfzb:0:FF8191:04:000:Region Switch = Hispanic sfzb:0:FF8191:06:000:Region Switch = Asia sfzb:0:FF8191:08:000:Region Switch = Euro sfzb:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Zero (Brazil 950727) ] sfzbr1:0:FFAE09:63:000:Infinite Time sfzbr1:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfzbr1:0:FFAE49:01:000:Quick Dramatic Battle sfzbr1:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfzbr1:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfzbr1:0:FF8441:90:000:Infinite Energy PL1 sfzbr1:0:FF8441:00:000:Energy always set to 0 PL1 sfzbr1:0:FF8441:00:001:Energy set to 0 Now! PL1 sfzbr1:0:FF84C6:01:000:End round to win match PL1 sfzbr1:0:FF84C6:00:000:Rounds won always = 0 PL1 sfzbr1:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfzbr1:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfzbr1:0:FF84BF:90:000:Infinite Power PL1 sfzbr1:0:FF84BF:00:001:Drain All Power Now! PL1 sfzbr1:0:FF8537:00:000:Never Faint PL1 sfzbr1:0:FF853A:00:000:Faint on every hit PL1 sfzbr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzbr1:0:FF84A2:00:001:Play with Ryu PL1 sfzbr1:0:FF84A2:01:001:Play with Ken PL1 sfzbr1:0:FF84A2:02:001:Play with Gouki PL1 sfzbr1:0:FF84A2:03:001:Play with Nash PL1 sfzbr1:0:FF84A2:04:001:Play with Chun Li PL1 sfzbr1:0:FF84A2:05:001:Play with Adon PL1 sfzbr1:0:FF84A2:06:001:Play with Sodom PL1 sfzbr1:0:FF84A2:07:001:Play with Guy PL1 sfzbr1:0:FF84A2:08:001:Play with Birdie PL1 sfzbr1:0:FF84A2:09:001:Play with Rose PL1 sfzbr1:0:FF84A2:0A:001:Play with Vega PL1 sfzbr1:0:FF84A2:0B:001:Play with Sagat PL1 sfzbr1:0:FF84A2:0C:001:Play with Dan PL1 sfzbr1:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfzbr1:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfzbr1:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfzbr1:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfzbr1:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfzbr1:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfzbr1:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfzbr1:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfzbr1:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfzbr1:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfzbr1:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfzbr1:0:FF8841:90:000:Infinite Energy PL2 sfzbr1:0:FF8841:00:000:Energy always set to 0 PL2 sfzbr1:0:FF8841:00:001:Energy set to 0 Now! PL2 sfzbr1:0:FF88C6:01:000:End round to win match PL2 sfzbr1:0:FF88C6:00:000:Rounds won always = 0 PL2 sfzbr1:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfzbr1:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfzbr1:0:FF88BF:90:000:Infinite Power PL2 sfzbr1:0:FF88BF:00:001:Drain All Power Now! PL2 sfzbr1:0:FF8937:00:000:Never Faint PL2 sfzbr1:0:FF893A:00:000:Faint on every hit PL2 sfzbr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzbr1:0:FF88A2:00:001:Play with Ryu PL2 sfzbr1:0:FF88A2:01:001:Play with Ken PL2 sfzbr1:0:FF88A2:02:001:Play with Gouki PL2 sfzbr1:0:FF88A2:03:001:Play with Nash PL2 sfzbr1:0:FF88A2:04:001:Play with Chun Li PL2 sfzbr1:0:FF88A2:05:001:Play with Adon PL2 sfzbr1:0:FF88A2:06:001:Play with Sodom PL2 sfzbr1:0:FF88A2:07:001:Play with Guy PL2 sfzbr1:0:FF88A2:08:001:Play with Birdie PL2 sfzbr1:0:FF88A2:09:001:Play with Rose PL2 sfzbr1:0:FF88A2:0A:001:Play with Vega PL2 sfzbr1:0:FF88A2:0B:001:Play with Sagat PL2 sfzbr1:0:FF88A2:0C:001:Play with Dan PL2 sfzbr1:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfzbr1:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfzbr1:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfzbr1:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfzbr1:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfzbr1:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfzbr1:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfzbr1:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfzbr1:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfzbr1:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfzbr1:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfzbr1:0:000000:00:999:[ These are the codes to set the machine region - the ] sfzbr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfzbr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfzbr1:0:FF8191:00:000:Region Switch = Japan sfzbr1:0:FF8191:02:000:Region Switch = USA sfzbr1:0:FF8191:04:000:Region Switch = Hispanic sfzbr1:0:FF8191:06:000:Region Switch = Asia sfzbr1:0:FF8191:08:000:Region Switch = Euro sfzbr1:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Zero (Hispanic 950627) ] sfzh:0:FFAE09:63:000:Infinite Time sfzh:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfzh:0:FFAE49:01:000:Quick Dramatic Battle sfzh:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfzh:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfzh:0:FF8441:90:000:Infinite Energy PL1 sfzh:0:FF8441:00:000:Energy always set to 0 PL1 sfzh:0:FF8441:00:001:Energy set to 0 Now! PL1 sfzh:0:FF84C6:01:000:End round to win match PL1 sfzh:0:FF84C6:00:000:Rounds won always = 0 PL1 sfzh:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfzh:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfzh:0:FF84BF:90:000:Infinite Power PL1 sfzh:0:FF84BF:00:001:Drain All Power Now! PL1 sfzh:0:FF8537:00:000:Never Faint PL1 sfzh:0:FF853A:00:000:Faint on every hit PL1 sfzh:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzh:0:FF84A2:00:001:Play with Ryu PL1 sfzh:0:FF84A2:01:001:Play with Ken PL1 sfzh:0:FF84A2:02:001:Play with Gouki PL1 sfzh:0:FF84A2:03:001:Play with Nash PL1 sfzh:0:FF84A2:04:001:Play with Chun Li PL1 sfzh:0:FF84A2:05:001:Play with Adon PL1 sfzh:0:FF84A2:06:001:Play with Sodom PL1 sfzh:0:FF84A2:07:001:Play with Guy PL1 sfzh:0:FF84A2:08:001:Play with Birdie PL1 sfzh:0:FF84A2:09:001:Play with Rose PL1 sfzh:0:FF84A2:0A:001:Play with Vega PL1 sfzh:0:FF84A2:0B:001:Play with Sagat PL1 sfzh:0:FF84A2:0C:001:Play with Dan PL1 sfzh:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfzh:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfzh:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfzh:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfzh:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfzh:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfzh:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfzh:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfzh:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfzh:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfzh:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfzh:0:FF8841:90:000:Infinite Energy PL2 sfzh:0:FF8841:00:000:Energy always set to 0 PL2 sfzh:0:FF8841:00:001:Energy set to 0 Now! PL2 sfzh:0:FF88C6:01:000:End round to win match PL2 sfzh:0:FF88C6:00:000:Rounds won always = 0 PL2 sfzh:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfzh:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfzh:0:FF88BF:90:000:Infinite Power PL2 sfzh:0:FF88BF:00:001:Drain All Power Now! PL2 sfzh:0:FF8937:00:000:Never Faint PL2 sfzh:0:FF893A:00:000:Faint on every hit PL2 sfzh:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzh:0:FF88A2:00:001:Play with Ryu PL2 sfzh:0:FF88A2:01:001:Play with Ken PL2 sfzh:0:FF88A2:02:001:Play with Gouki PL2 sfzh:0:FF88A2:03:001:Play with Nash PL2 sfzh:0:FF88A2:04:001:Play with Chun Li PL2 sfzh:0:FF88A2:05:001:Play with Adon PL2 sfzh:0:FF88A2:06:001:Play with Sodom PL2 sfzh:0:FF88A2:07:001:Play with Guy PL2 sfzh:0:FF88A2:08:001:Play with Birdie PL2 sfzh:0:FF88A2:09:001:Play with Rose PL2 sfzh:0:FF88A2:0A:001:Play with Vega PL2 sfzh:0:FF88A2:0B:001:Play with Sagat PL2 sfzh:0:FF88A2:0C:001:Play with Dan PL2 sfzh:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfzh:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfzh:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfzh:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfzh:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfzh:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfzh:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfzh:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfzh:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfzh:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfzh:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfzh:0:000000:00:999:[ These are the codes to set the machine region - the ] sfzh:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfzh:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfzh:0:FF8191:00:000:Region Switch = Japan sfzh:0:FF8191:02:000:Region Switch = USA sfzh:0:FF8191:04:000:Region Switch = Hispanic sfzh:0:FF8191:06:000:Region Switch = Asia sfzh:0:FF8191:08:000:Region Switch = Euro sfzh:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Zero (Japan 950727) ] sfzj:0:FFAE09:63:000:Infinite Time sfzj:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfzj:0:FFAE49:01:000:Quick Dramatic Battle sfzj:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfzj:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfzj:0:FF8441:90:000:Infinite Energy PL1 sfzj:0:FF8441:00:000:Energy always set to 0 PL1 sfzj:0:FF8441:00:001:Energy set to 0 Now! PL1 sfzj:0:FF84C6:01:000:End round to win match PL1 sfzj:0:FF84C6:00:000:Rounds won always = 0 PL1 sfzj:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfzj:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfzj:0:FF84BF:90:000:Infinite Power PL1 sfzj:0:FF84BF:00:001:Drain All Power Now! PL1 sfzj:0:FF8537:00:000:Never Faint PL1 sfzj:0:FF853A:00:000:Faint on every hit PL1 sfzj:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzj:0:FF84A2:00:001:Play with Ryu PL1 sfzj:0:FF84A2:01:001:Play with Ken PL1 sfzj:0:FF84A2:02:001:Play with Gouki PL1 sfzj:0:FF84A2:03:001:Play with Nash PL1 sfzj:0:FF84A2:04:001:Play with Chun Li PL1 sfzj:0:FF84A2:05:001:Play with Adon PL1 sfzj:0:FF84A2:06:001:Play with Sodom PL1 sfzj:0:FF84A2:07:001:Play with Guy PL1 sfzj:0:FF84A2:08:001:Play with Birdie PL1 sfzj:0:FF84A2:09:001:Play with Rose PL1 sfzj:0:FF84A2:0A:001:Play with Vega PL1 sfzj:0:FF84A2:0B:001:Play with Sagat PL1 sfzj:0:FF84A2:0C:001:Play with Dan PL1 sfzj:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfzj:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfzj:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfzj:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfzj:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfzj:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfzj:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfzj:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfzj:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfzj:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfzj:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfzj:0:FF8841:90:000:Infinite Energy PL2 sfzj:0:FF8841:00:000:Energy always set to 0 PL2 sfzj:0:FF8841:00:001:Energy set to 0 Now! PL2 sfzj:0:FF88C6:01:000:End round to win match PL2 sfzj:0:FF88C6:00:000:Rounds won always = 0 PL2 sfzj:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfzj:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfzj:0:FF88BF:90:000:Infinite Power PL2 sfzj:0:FF88BF:00:001:Drain All Power Now! PL2 sfzj:0:FF8937:00:000:Never Faint PL2 sfzj:0:FF893A:00:000:Faint on every hit PL2 sfzj:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzj:0:FF88A2:00:001:Play with Ryu PL2 sfzj:0:FF88A2:01:001:Play with Ken PL2 sfzj:0:FF88A2:02:001:Play with Gouki PL2 sfzj:0:FF88A2:03:001:Play with Nash PL2 sfzj:0:FF88A2:04:001:Play with Chun Li PL2 sfzj:0:FF88A2:05:001:Play with Adon PL2 sfzj:0:FF88A2:06:001:Play with Sodom PL2 sfzj:0:FF88A2:07:001:Play with Guy PL2 sfzj:0:FF88A2:08:001:Play with Birdie PL2 sfzj:0:FF88A2:09:001:Play with Rose PL2 sfzj:0:FF88A2:0A:001:Play with Vega PL2 sfzj:0:FF88A2:0B:001:Play with Sagat PL2 sfzj:0:FF88A2:0C:001:Play with Dan PL2 sfzj:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfzj:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfzj:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfzj:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfzj:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfzj:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfzj:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfzj:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfzj:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfzj:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfzj:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfzj:0:000000:00:999:[ These are the codes to set the machine region - the ] sfzj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfzj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfzj:0:FF8191:00:000:Region Switch = Japan sfzj:0:FF8191:02:000:Region Switch = USA sfzj:0:FF8191:04:000:Region Switch = Hispanic sfzj:0:FF8191:06:000:Region Switch = Asia sfzj:0:FF8191:08:000:Region Switch = Euro sfzj:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Zero (Japan 950627) ] sfzjr1:0:FFAE09:63:000:Infinite Time sfzjr1:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfzjr1:0:FFAE49:01:000:Quick Dramatic Battle sfzjr1:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfzjr1:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfzjr1:0:FF8441:90:000:Infinite Energy PL1 sfzjr1:0:FF8441:00:000:Energy always set to 0 PL1 sfzjr1:0:FF8441:00:001:Energy set to 0 Now! PL1 sfzjr1:0:FF84C6:01:000:End round to win match PL1 sfzjr1:0:FF84C6:00:000:Rounds won always = 0 PL1 sfzjr1:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfzjr1:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfzjr1:0:FF84BF:90:000:Infinite Power PL1 sfzjr1:0:FF84BF:00:001:Drain All Power Now! PL1 sfzjr1:0:FF8537:00:000:Never Faint PL1 sfzjr1:0:FF853A:00:000:Faint on every hit PL1 sfzjr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzjr1:0:FF84A2:00:001:Play with Ryu PL1 sfzjr1:0:FF84A2:01:001:Play with Ken PL1 sfzjr1:0:FF84A2:02:001:Play with Gouki PL1 sfzjr1:0:FF84A2:03:001:Play with Nash PL1 sfzjr1:0:FF84A2:04:001:Play with Chun Li PL1 sfzjr1:0:FF84A2:05:001:Play with Adon PL1 sfzjr1:0:FF84A2:06:001:Play with Sodom PL1 sfzjr1:0:FF84A2:07:001:Play with Guy PL1 sfzjr1:0:FF84A2:08:001:Play with Birdie PL1 sfzjr1:0:FF84A2:09:001:Play with Rose PL1 sfzjr1:0:FF84A2:0A:001:Play with Vega PL1 sfzjr1:0:FF84A2:0B:001:Play with Sagat PL1 sfzjr1:0:FF84A2:0C:001:Play with Dan PL1 sfzjr1:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfzjr1:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfzjr1:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfzjr1:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfzjr1:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfzjr1:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfzjr1:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfzjr1:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfzjr1:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfzjr1:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfzjr1:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfzjr1:0:FF8841:90:000:Infinite Energy PL2 sfzjr1:0:FF8841:00:000:Energy always set to 0 PL2 sfzjr1:0:FF8841:00:001:Energy set to 0 Now! PL2 sfzjr1:0:FF88C6:01:000:End round to win match PL2 sfzjr1:0:FF88C6:00:000:Rounds won always = 0 PL2 sfzjr1:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfzjr1:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfzjr1:0:FF88BF:90:000:Infinite Power PL2 sfzjr1:0:FF88BF:00:001:Drain All Power Now! PL2 sfzjr1:0:FF8937:00:000:Never Faint PL2 sfzjr1:0:FF893A:00:000:Faint on every hit PL2 sfzjr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzjr1:0:FF88A2:00:001:Play with Ryu PL2 sfzjr1:0:FF88A2:01:001:Play with Ken PL2 sfzjr1:0:FF88A2:02:001:Play with Gouki PL2 sfzjr1:0:FF88A2:03:001:Play with Nash PL2 sfzjr1:0:FF88A2:04:001:Play with Chun Li PL2 sfzjr1:0:FF88A2:05:001:Play with Adon PL2 sfzjr1:0:FF88A2:06:001:Play with Sodom PL2 sfzjr1:0:FF88A2:07:001:Play with Guy PL2 sfzjr1:0:FF88A2:08:001:Play with Birdie PL2 sfzjr1:0:FF88A2:09:001:Play with Rose PL2 sfzjr1:0:FF88A2:0A:001:Play with Vega PL2 sfzjr1:0:FF88A2:0B:001:Play with Sagat PL2 sfzjr1:0:FF88A2:0C:001:Play with Dan PL2 sfzjr1:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfzjr1:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfzjr1:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfzjr1:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfzjr1:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfzjr1:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfzjr1:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfzjr1:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfzjr1:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfzjr1:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfzjr1:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfzjr1:0:000000:00:999:[ These are the codes to set the machine region - the ] sfzjr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfzjr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfzjr1:0:FF8191:00:000:Region Switch = Japan sfzjr1:0:FF8191:02:000:Region Switch = USA sfzjr1:0:FF8191:04:000:Region Switch = Hispanic sfzjr1:0:FF8191:06:000:Region Switch = Asia sfzjr1:0:FF8191:08:000:Region Switch = Euro sfzjr1:0:FF8191:0A:000:Region Switch = Brazil ; [ Street Fighter Zero (Japan 950605) ] sfzjr2:0:FFAE09:63:000:Infinite Time sfzjr2:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfzjr2:0:FFAE49:01:000:Quick Dramatic Battle sfzjr2:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfzjr2:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfzjr2:0:FF8441:90:000:Infinite Energy PL1 sfzjr2:0:FF8441:00:000:Energy always set to 0 PL1 sfzjr2:0:FF8441:00:001:Energy set to 0 Now! PL1 sfzjr2:0:FF84C6:01:000:End round to win match PL1 sfzjr2:0:FF84C6:00:000:Rounds won always = 0 PL1 sfzjr2:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfzjr2:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfzjr2:0:FF84BF:90:000:Infinite Power PL1 sfzjr2:0:FF84BF:00:001:Drain All Power Now! PL1 sfzjr2:0:FF8537:00:000:Never Faint PL1 sfzjr2:0:FF853A:00:000:Faint on every hit PL1 sfzjr2:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzjr2:0:FF84A2:00:001:Play with Ryu PL1 sfzjr2:0:FF84A2:01:001:Play with Ken PL1 sfzjr2:0:FF84A2:02:001:Play with Gouki PL1 sfzjr2:0:FF84A2:03:001:Play with Nash PL1 sfzjr2:0:FF84A2:04:001:Play with Chun Li PL1 sfzjr2:0:FF84A2:05:001:Play with Adon PL1 sfzjr2:0:FF84A2:06:001:Play with Sodom PL1 sfzjr2:0:FF84A2:07:001:Play with Guy PL1 sfzjr2:0:FF84A2:08:001:Play with Birdie PL1 sfzjr2:0:FF84A2:09:001:Play with Rose PL1 sfzjr2:0:FF84A2:0A:001:Play with Vega PL1 sfzjr2:0:FF84A2:0B:001:Play with Sagat PL1 sfzjr2:0:FF84A2:0C:001:Play with Dan PL1 sfzjr2:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfzjr2:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfzjr2:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfzjr2:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfzjr2:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfzjr2:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfzjr2:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfzjr2:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfzjr2:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfzjr2:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfzjr2:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfzjr2:0:FF8841:90:000:Infinite Energy PL2 sfzjr2:0:FF8841:00:000:Energy always set to 0 PL2 sfzjr2:0:FF8841:00:001:Energy set to 0 Now! PL2 sfzjr2:0:FF88C6:01:000:End round to win match PL2 sfzjr2:0:FF88C6:00:000:Rounds won always = 0 PL2 sfzjr2:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfzjr2:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfzjr2:0:FF88BF:90:000:Infinite Power PL2 sfzjr2:0:FF88BF:00:001:Drain All Power Now! PL2 sfzjr2:0:FF8937:00:000:Never Faint PL2 sfzjr2:0:FF893A:00:000:Faint on every hit PL2 sfzjr2:0:000000:00:999:[ Free player selection - Use on level VS screen ] sfzjr2:0:FF88A2:00:001:Play with Ryu PL2 sfzjr2:0:FF88A2:01:001:Play with Ken PL2 sfzjr2:0:FF88A2:02:001:Play with Gouki PL2 sfzjr2:0:FF88A2:03:001:Play with Nash PL2 sfzjr2:0:FF88A2:04:001:Play with Chun Li PL2 sfzjr2:0:FF88A2:05:001:Play with Adon PL2 sfzjr2:0:FF88A2:06:001:Play with Sodom PL2 sfzjr2:0:FF88A2:07:001:Play with Guy PL2 sfzjr2:0:FF88A2:08:001:Play with Birdie PL2 sfzjr2:0:FF88A2:09:001:Play with Rose PL2 sfzjr2:0:FF88A2:0A:001:Play with Vega PL2 sfzjr2:0:FF88A2:0B:001:Play with Sagat PL2 sfzjr2:0:FF88A2:0C:001:Play with Dan PL2 sfzjr2:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfzjr2:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfzjr2:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfzjr2:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfzjr2:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfzjr2:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfzjr2:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfzjr2:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfzjr2:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfzjr2:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfzjr2:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfzjr2:0:000000:00:999:[ These are the codes to set the machine region - the ] sfzjr2:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] sfzjr2:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] sfzjr2:0:FF8191:00:000:Region Switch = Japan sfzjr2:0:FF8191:02:000:Region Switch = USA sfzjr2:0:FF8191:04:000:Region Switch = Hispanic sfzjr2:0:FF8191:06:000:Region Switch = Asia sfzjr2:0:FF8191:08:000:Region Switch = Euro sfzjr2:0:FF8191:0A:000:Region Switch = Brazil ; [ Super Gem Fighter Mini Mix (US 970904) ] sgemf:0:FF8188:99:000:Infinite Time sgemf:0:FF8193:07:061:Select next round sgemf:0:FF818E:00:000:Move Round Announce :sgemf:62000000:000000:00000000:00000000:Background always = :sgemf:00010000:FF8181:00000000:FFFFFFFF:Capcom Cafe :sgemf:00010000:FF8181:00000002:FFFFFFFF:Shopping Center :sgemf:00010000:FF8181:00000004:FFFFFFFF:Slopes :sgemf:00010000:FF8181:00000006:FFFFFFFF:Dock :sgemf:00010000:FF8181:00000008:FFFFFFFF:Chinatown :sgemf:00010000:FF8181:0000000A:FFFFFFFF:Fireplace :sgemf:00010000:FF8181:0000000C:FFFFFFFF:Morrigan's Castle :sgemf:00010000:FF8181:0000000E:FFFFFFFF:Demitri's Castle sgemf:0:FF8441:90:000:Infinite Energy PL1 sgemf:0:FF8595:60:000:Always have Max Power PL1 sgemf:0:FF8594:09:000:Infinite Super Stocks PL1 sgemf:0:FF85A3:60:000:Max Red Gem Attack PL1 sgemf:0:FF85A5:60:000:Max Yellow Gem Attack PL1 sgemf:0:FF85A7:60:000:Max Blue Gem Attack PL1 sgemf:0:FF844F:00:000:Air Moves PL1 sgemf:0:FF844C:00:000:No Hit Stop PL1 sgemf:0:FF8570:00:000:No Shot Limit PL1 sgemf:0:FF9841:63:000:Endless Shot Hit PL1 sgemf:0:FF9941:63:500:Endless Shot Hit PL1 (2/2) sgemf:0:FF8419:01:000:Action Speed Up PL1 sgemf:0:FF8539:3C:000:Max Guard Crush PL1 sgemf:0:FF859B:00:000:No Flash Combo PL1 sgemf:0:FF859A:01:500:No Flash Combo PL1 (2/3) sgemf:0:FF859D:00:500:No Flash Combo PL1 (2/3) sgemf:0:FF8944:63:000:Display 99 Hits PL1 :sgemf:62000000:000000:00000000:00000000:Gem (A) PL1 always = :sgemf:00010000:FF85F0:000000FF:FFFFFFFF:None :sgemf:00010000:FF85F0:00000000:FFFFFFFF:Flame :sgemf:00010000:FF85F0:00000001:FFFFFFFF:Water :sgemf:00010000:FF85F0:00000002:FFFFFFFF:Lightning :sgemf:00010000:FF85F0:00000003:FFFFFFFF:Skull :sgemf:00010000:FF85F0:00000004:FFFFFFFF:Banana :sgemf:00010000:FF85F0:00000005:FFFFFFFF:Bomb :sgemf:00010000:FF85F0:00000006:FFFFFFFF:Petrify :sgemf:62000000:000000:00000000:00000000:Gem (B) PL1 always = :sgemf:00010000:FF85F1:000000FF:FFFFFFFF:None :sgemf:00010000:FF85F1:00000000:FFFFFFFF:Flame :sgemf:00010000:FF85F1:00000001:FFFFFFFF:Water :sgemf:00010000:FF85F1:00000002:FFFFFFFF:Lightning :sgemf:00010000:FF85F1:00000003:FFFFFFFF:Skull :sgemf:00010000:FF85F1:00000004:FFFFFFFF:Banana :sgemf:00010000:FF85F1:00000005:FFFFFFFF:Bomb :sgemf:00010000:FF85F1:00000006:FFFFFFFF:Petrify :sgemf:62000000:000000:00000000:00000000:Gem (C) PL1 always = :sgemf:00010000:FF85F2:000000FF:FFFFFFFF:None :sgemf:00010000:FF85F2:00000000:FFFFFFFF:Flame :sgemf:00010000:FF85F2:00000001:FFFFFFFF:Water :sgemf:00010000:FF85F2:00000002:FFFFFFFF:Lightning :sgemf:00010000:FF85F2:00000003:FFFFFFFF:Skull :sgemf:00010000:FF85F2:00000004:FFFFFFFF:Banana :sgemf:00010000:FF85F2:0000005:FFFFFFFF:Bomb :sgemf:00010000:FF85F2:00000006:FFFFFFFF:Petrify sgemf:0:FF840E:14:000:Infinite Select Time PL1:Turn this OFF during fights :sgemf:62000000:000000:00000000:00000000:Select Character PL1 :sgemf:00010000:FF8781:00000000:FFFFFFFF:Ryu :sgemf:00010000:FF8781:00000001:FFFFFFFF:Ken :sgemf:00010000:FF8781:00000002:FFFFFFFF:Chun-Li :sgemf:00010000:FF8781:00000003:FFFFFFFF:Sakura :sgemf:00010000:FF8781:00000004:FFFFFFFF:Morrigan :sgemf:00010000:FF8781:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :sgemf:00010000:FF8781:00000006:FFFFFFFF:Felicia :sgemf:00010000:FF8781:00000007:FFFFFFFF:Tabasa (Tessa) :sgemf:00010000:FF8781:00000008:FFFFFFFF:Ibuki :sgemf:00010000:FF8781:00000009:FFFFFFFF:Zangief :sgemf:00010000:FF8781:0000000A:FFFFFFFF:Dan :sgemf:00010000:FF8781:0000000B:FFFFFFFF:Gouki (Akuma) :sgemf:62000000:000000:00000000:00000000:Select Player Colour PL1:This cheat will have effect everywhere but the character selection screen :sgemf:00010000:FF879F:00000000:FFFFFFFF:Punch :sgemf:00010000:FF879F:00000001:FFFFFFFF:Kick :sgemf:00010000:FF879F:00000002:FFFFFFFF:Special :sgemf:00010000:FF879F:00000003:FFFFFFFF:PKS sgemf:0:FF8841:90:000:Infinite Energy PL2 sgemf:0:FF8995:60:000:Always have Max Power PL2 sgemf:0:FF8994:09:000:Infinite Super Stocks PL2 sgemf:0:FF89A3:60:000:Max Red Gem Attack PL2 sgemf:0:FF89A5:60:000:Max Yellow Gem Attack PL2 sgemf:0:FF89A7:60:000:Max Blue Gem Attack PL2 sgemf:0:FF884F:00:000:Air Moves PL2 sgemf:0:FF884C:00:000:No Hit Stop PL2 sgemf:0:FF8970:00:000:No Shot Limit PL2 sgemf:0:FF9441:63:000:Endless Shot Hit PL2 sgemf:0:FF9541:63:500:Endless Shot Hit PL2 (2/2) sgemf:0:FF8819:01:000:Action Speed Up PL2 sgemf:0:FF8939:3C:000:Max Guard Crush PL2 sgemf:0:FF899B:00:000:No Flash Combo PL2 sgemf:0:FF899A:01:500:No Flash Combo PL2 (2/3) sgemf:0:FF899D:00:500:No Flash Combo PL2 (3/3) sgemf:0:FF8544:63:000:Display 99 Hits PL2 :sgemf:62000000:000000:00000000:00000000:Gem (A) PL2 always = :sgemf:00010000:FF89F0:000000FF:FFFFFFFF:None :sgemf:00010000:FF89F0:00000000:FFFFFFFF:Flame :sgemf:00010000:FF89F0:00000001:FFFFFFFF:Water :sgemf:00010000:FF89F0:00000002:FFFFFFFF:Lightning :sgemf:00010000:FF89F0:00000003:FFFFFFFF:Skull :sgemf:00010000:FF89F0:00000004:FFFFFFFF:Banana :sgemf:00010000:FF89F0:00000005:FFFFFFFF:Bomb :sgemf:00010000:FF89F0:00000006:FFFFFFFF:Petrify :sgemf:62000000:000000:00000000:00000000:Gem (B) PL2 always = :sgemf:00010000:FF89F1:000000FF:FFFFFFFF:None :sgemf:00010000:FF89F1:00000000:FFFFFFFF:Flame :sgemf:00010000:FF89F1:00000001:FFFFFFFF:Water :sgemf:00010000:FF89F1:00000002:FFFFFFFF:Lightning :sgemf:00010000:FF89F1:00000003:FFFFFFFF:Skull :sgemf:00010000:FF89F1:00000004:FFFFFFFF:Banana :sgemf:00010000:FF89F1:00000005:FFFFFFFF:Bomb :sgemf:00010000:FF89F1:00000006:FFFFFFFF:Petrify :sgemf:62000000:000000:00000000:00000000:Gem (C) PL2 always = :sgemf:00010000:FF89F2:000000FF:FFFFFFFF:None :sgemf:00010000:FF89F2:00000000:FFFFFFFF:Flame :sgemf:00010000:FF89F2:00000001:FFFFFFFF:Water :sgemf:00010000:FF89F2:00000002:FFFFFFFF:Lightning :sgemf:00010000:FF89F2:00000003:FFFFFFFF:Skull :sgemf:00010000:FF89F2:00000004:FFFFFFFF:Banana :sgemf:00010000:FF89F2:00000005:FFFFFFFF:Bomb :sgemf:00010000:FF89F2:00000006:FFFFFFFF:Petrify sgemf:0:FF880E:14:000:Infinite Select Time PL2:Turn this OFF during fights :sgemf:62000000:000000:00000000:00000000:Select Character PL2 :sgemf:00010000:FF8B81:00000000:FFFFFFFF:Ryu :sgemf:00010000:FF8B81:00000001:FFFFFFFF:Ken :sgemf:00010000:FF8B81:00000002:FFFFFFFF:Chun-Li :sgemf:00010000:FF8B81:00000003:FFFFFFFF:Sakura :sgemf:00010000:FF8B81:00000004:FFFFFFFF:Morrigan :sgemf:00010000:FF8B81:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :sgemf:00010000:FF8B81:00000006:FFFFFFFF:Felicia :sgemf:00010000:FF8B81:00000007:FFFFFFFF:Tabasa (Tessa) :sgemf:00010000:FF8B81:00000008:FFFFFFFF:Ibuki :sgemf:00010000:FF8B81:00000009:FFFFFFFF:Zangief :sgemf:00010000:FF8B81:0000000A:FFFFFFFF:Dan :sgemf:00010000:FF8B81:0000000B:FFFFFFFF:Gouki (Akuma) :sgemf:62000000:000000:00000000:00000000:Select Player Colour PL2:This cheat will have effect everywhere but the character selection screen :sgemf:00010000:FF8B9F:00000000:FFFFFFFF:Punch :sgemf:00010000:FF8B9F:00000001:FFFFFFFF:Kick :sgemf:00010000:FF8B9F:00000002:FFFFFFFF:Special :sgemf:00010000:FF8B9F:00000003:FFFFFFFF:PKS sgemf:0:000000:00:999:[ This code sets the machine region - the effectiveness ] sgemf:0:000000:00:999:[ You have to enable these ASAP - ON or before the ROM ] sgemf:0:000000:00:999:[ check screen! Or enable it & RESET ] :sgemf:62000000:000000:00000000:00000000:Region Switch = :sgemf:00010000:FF8111:00000000:FFFFFFFF:Japan :sgemf:00010000:FF8111:00000002:FFFFFFFF:USA :sgemf:00010000:FF8111:00000004:FFFFFFFF:Hispanic :sgemf:00010000:FF8111:00000006:FFFFFFFF:Oceania :sgemf:00010000:FF8111:00000008:FFFFFFFF:Asia :sgemf:00010000:FF8111:0000000A:FFFFFFFF:Euro :sgemf:00010000:FF8111:0000000C:FFFFFFFF:Brazil ; [ Super Gem Fighter: Mini Mix (Asia 970904) ] sgemfa:0:FF8188:99:000:Infinite Time sgemfa:0:FF8193:07:061:Select next round sgemfa:0:FF818E:00:000:Move Round Announce :sgemfa:62000000:000000:00000000:00000000:Background always = :sgemfa:00010000:FF8181:00000000:FFFFFFFF:Capcom Cafe :sgemfa:00010000:FF8181:00000002:FFFFFFFF:Shopping Center :sgemfa:00010000:FF8181:00000004:FFFFFFFF:Slopes :sgemfa:00010000:FF8181:00000006:FFFFFFFF:Dock :sgemfa:00010000:FF8181:00000008:FFFFFFFF:Chinatown :sgemfa:00010000:FF8181:0000000A:FFFFFFFF:Fireplace :sgemfa:00010000:FF8181:0000000C:FFFFFFFF:Morrigan's Castle :sgemfa:00010000:FF8181:0000000E:FFFFFFFF:Demitri's Castle sgemfa:0:FF8441:90:000:Infinite Energy PL1 sgemfa:0:FF8595:60:000:Always have Max Power PL1 sgemfa:0:FF8594:09:000:Infinite Super Stocks PL1 sgemfa:0:FF85A3:60:000:Max Red Gem Attack PL1 sgemfa:0:FF85A5:60:000:Max Yellow Gem Attack PL1 sgemfa:0:FF85A7:60:000:Max Blue Gem Attack PL1 sgemfa:0:FF844F:00:000:Air Moves PL1 sgemfa:0:FF844C:00:000:No Hit Stop PL1 sgemfa:0:FF8570:00:000:No Shot Limit PL1 sgemfa:0:FF9841:63:000:Endless Shot Hit PL1 sgemfa:0:FF9941:63:500:Endless Shot Hit PL1 (2/2) sgemfa:0:FF8419:01:000:Action Speed Up PL1 sgemfa:0:FF8539:3C:000:Max Guard Crush PL1 sgemfa:0:FF859B:00:000:No Flash Combo PL1 sgemfa:0:FF859A:01:500:No Flash Combo PL1 (2/3) sgemfa:0:FF859D:00:500:No Flash Combo PL1 (2/3) sgemfa:0:FF8944:63:000:Display 99 Hits PL1 :sgemfa:62000000:000000:00000000:00000000:Gem (A) PL1 always = :sgemfa:00010000:FF85F0:000000FF:FFFFFFFF:None :sgemfa:00010000:FF85F0:00000000:FFFFFFFF:Flame :sgemfa:00010000:FF85F0:00000001:FFFFFFFF:Water :sgemfa:00010000:FF85F0:00000002:FFFFFFFF:Lightning :sgemfa:00010000:FF85F0:00000003:FFFFFFFF:Skull :sgemfa:00010000:FF85F0:00000004:FFFFFFFF:Banana :sgemfa:00010000:FF85F0:00000005:FFFFFFFF:Bomb :sgemfa:00010000:FF85F0:00000006:FFFFFFFF:Petrify :sgemfa:62000000:000000:00000000:00000000:Gem (B) PL1 always = :sgemfa:00010000:FF85F1:000000FF:FFFFFFFF:None :sgemfa:00010000:FF85F1:00000000:FFFFFFFF:Flame :sgemfa:00010000:FF85F1:00000001:FFFFFFFF:Water :sgemfa:00010000:FF85F1:00000002:FFFFFFFF:Lightning :sgemfa:00010000:FF85F1:00000003:FFFFFFFF:Skull :sgemfa:00010000:FF85F1:00000004:FFFFFFFF:Banana :sgemfa:00010000:FF85F1:00000005:FFFFFFFF:Bomb :sgemfa:00010000:FF85F1:00000006:FFFFFFFF:Petrify :sgemfa:62000000:000000:00000000:00000000:Gem (C) PL1 always = :sgemfa:00010000:FF85F2:000000FF:FFFFFFFF:None :sgemfa:00010000:FF85F2:00000000:FFFFFFFF:Flame :sgemfa:00010000:FF85F2:00000001:FFFFFFFF:Water :sgemfa:00010000:FF85F2:00000002:FFFFFFFF:Lightning :sgemfa:00010000:FF85F2:00000003:FFFFFFFF:Skull :sgemfa:00010000:FF85F2:00000004:FFFFFFFF:Banana :sgemfa:00010000:FF85F2:0000005:FFFFFFFF:Bomb :sgemfa:00010000:FF85F2:00000006:FFFFFFFF:Petrify sgemfa:0:FF840E:14:000:Infinite Select Time PL1:Turn this OFF during fights :sgemfa:62000000:000000:00000000:00000000:Select Character PL1 :sgemfa:00010000:FF8781:00000000:FFFFFFFF:Ryu :sgemfa:00010000:FF8781:00000001:FFFFFFFF:Ken :sgemfa:00010000:FF8781:00000002:FFFFFFFF:Chun-Li :sgemfa:00010000:FF8781:00000003:FFFFFFFF:Sakura :sgemfa:00010000:FF8781:00000004:FFFFFFFF:Morrigan :sgemfa:00010000:FF8781:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :sgemfa:00010000:FF8781:00000006:FFFFFFFF:Felicia :sgemfa:00010000:FF8781:00000007:FFFFFFFF:Tabasa (Tessa) :sgemfa:00010000:FF8781:00000008:FFFFFFFF:Ibuki :sgemfa:00010000:FF8781:00000009:FFFFFFFF:Zangief :sgemfa:00010000:FF8781:0000000A:FFFFFFFF:Dan :sgemfa:00010000:FF8781:0000000B:FFFFFFFF:Gouki (Akuma) :sgemfa:62000000:000000:00000000:00000000:Select Player Colour PL1:This cheat will have effect everywhere but the character selection screen :sgemfa:00010000:FF879F:00000000:FFFFFFFF:Punch :sgemfa:00010000:FF879F:00000001:FFFFFFFF:Kick :sgemfa:00010000:FF879F:00000002:FFFFFFFF:Special :sgemfa:00010000:FF879F:00000003:FFFFFFFF:PKS sgemfa:0:FF8841:90:000:Infinite Energy PL2 sgemfa:0:FF8995:60:000:Always have Max Power PL2 sgemfa:0:FF8994:09:000:Infinite Super Stocks PL2 sgemfa:0:FF89A3:60:000:Max Red Gem Attack PL2 sgemfa:0:FF89A5:60:000:Max Yellow Gem Attack PL2 sgemfa:0:FF89A7:60:000:Max Blue Gem Attack PL2 sgemfa:0:FF884F:00:000:Air Moves PL2 sgemfa:0:FF884C:00:000:No Hit Stop PL2 sgemfa:0:FF8970:00:000:No Shot Limit PL2 sgemfa:0:FF9441:63:000:Endless Shot Hit PL2 sgemfa:0:FF9541:63:500:Endless Shot Hit PL2 (2/2) sgemfa:0:FF8819:01:000:Action Speed Up PL2 sgemfa:0:FF8939:3C:000:Max Guard Crush PL2 sgemfa:0:FF899B:00:000:No Flash Combo PL2 sgemfa:0:FF899A:01:500:No Flash Combo PL2 (2/3) sgemfa:0:FF899D:00:500:No Flash Combo PL2 (3/3) sgemfa:0:FF8544:63:000:Display 99 Hits PL2 :sgemfa:62000000:000000:00000000:00000000:Gem (A) PL2 always = :sgemfa:00010000:FF89F0:000000FF:FFFFFFFF:None :sgemfa:00010000:FF89F0:00000000:FFFFFFFF:Flame :sgemfa:00010000:FF89F0:00000001:FFFFFFFF:Water :sgemfa:00010000:FF89F0:00000002:FFFFFFFF:Lightning :sgemfa:00010000:FF89F0:00000003:FFFFFFFF:Skull :sgemfa:00010000:FF89F0:00000004:FFFFFFFF:Banana :sgemfa:00010000:FF89F0:00000005:FFFFFFFF:Bomb :sgemfa:00010000:FF89F0:00000006:FFFFFFFF:Petrify :sgemfa:62000000:000000:00000000:00000000:Gem (B) PL2 always = :sgemfa:00010000:FF89F1:000000FF:FFFFFFFF:None :sgemfa:00010000:FF89F1:00000000:FFFFFFFF:Flame :sgemfa:00010000:FF89F1:00000001:FFFFFFFF:Water :sgemfa:00010000:FF89F1:00000002:FFFFFFFF:Lightning :sgemfa:00010000:FF89F1:00000003:FFFFFFFF:Skull :sgemfa:00010000:FF89F1:00000004:FFFFFFFF:Banana :sgemfa:00010000:FF89F1:00000005:FFFFFFFF:Bomb :sgemfa:00010000:FF89F1:00000006:FFFFFFFF:Petrify :sgemfa:62000000:000000:00000000:00000000:Gem (C) PL2 always = :sgemfa:00010000:FF89F2:000000FF:FFFFFFFF:None :sgemfa:00010000:FF89F2:00000000:FFFFFFFF:Flame :sgemfa:00010000:FF89F2:00000001:FFFFFFFF:Water :sgemfa:00010000:FF89F2:00000002:FFFFFFFF:Lightning :sgemfa:00010000:FF89F2:00000003:FFFFFFFF:Skull :sgemfa:00010000:FF89F2:00000004:FFFFFFFF:Banana :sgemfa:00010000:FF89F2:00000005:FFFFFFFF:Bomb :sgemfa:00010000:FF89F2:00000006:FFFFFFFF:Petrify sgemfa:0:FF880E:14:000:Infinite Select Time PL2:Turn this OFF during fights :sgemfa:62000000:000000:00000000:00000000:Select Character PL2 :sgemfa:00010000:FF8B81:00000000:FFFFFFFF:Ryu :sgemfa:00010000:FF8B81:00000001:FFFFFFFF:Ken :sgemfa:00010000:FF8B81:00000002:FFFFFFFF:Chun-Li :sgemfa:00010000:FF8B81:00000003:FFFFFFFF:Sakura :sgemfa:00010000:FF8B81:00000004:FFFFFFFF:Morrigan :sgemfa:00010000:FF8B81:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :sgemfa:00010000:FF8B81:00000006:FFFFFFFF:Felicia :sgemfa:00010000:FF8B81:00000007:FFFFFFFF:Tabasa (Tessa) :sgemfa:00010000:FF8B81:00000008:FFFFFFFF:Ibuki :sgemfa:00010000:FF8B81:00000009:FFFFFFFF:Zangief :sgemfa:00010000:FF8B81:0000000A:FFFFFFFF:Dan :sgemfa:00010000:FF8B81:0000000B:FFFFFFFF:Gouki (Akuma) :sgemfa:62000000:000000:00000000:00000000:Select Player Colour PL2:This cheat will have effect everywhere but the character selection screen :sgemfa:00010000:FF8B9F:00000000:FFFFFFFF:Punch :sgemfa:00010000:FF8B9F:00000001:FFFFFFFF:Kick :sgemfa:00010000:FF8B9F:00000002:FFFFFFFF:Special :sgemfa:00010000:FF8B9F:00000003:FFFFFFFF:PKS sgemfa:0:000000:00:999:[ This code sets the machine region - the effectiveness ] sgemfa:0:000000:00:999:[ You have to enable these ASAP - ON or before the ROM ] sgemfa:0:000000:00:999:[ check screen! Or enable it & RESET ] :sgemfa:62000000:000000:00000000:00000000:Region Switch = :sgemfa:00010000:FF8111:00000000:FFFFFFFF:Japan :sgemfa:00010000:FF8111:00000002:FFFFFFFF:USA :sgemfa:00010000:FF8111:00000004:FFFFFFFF:Hispanic :sgemfa:00010000:FF8111:00000006:FFFFFFFF:Oceania :sgemfa:00010000:FF8111:00000008:FFFFFFFF:Asia :sgemfa:00010000:FF8111:0000000A:FFFFFFFF:Euro :sgemfa:00010000:FF8111:0000000C:FFFFFFFF:Brazil ; [ Super Gem Fighter: Mini Mix (Hispanic 970904) ] sgemfh:0:FF8188:99:000:Infinite Time sgemfh:0:FF8193:07:061:Select next round sgemfh:0:FF818E:00:000:Move Round Announce :sgemfh:62000000:000000:00000000:00000000:Background always = :sgemfh:00010000:FF8181:00000000:FFFFFFFF:Capcom Cafe :sgemfh:00010000:FF8181:00000002:FFFFFFFF:Shopping Center :sgemfh:00010000:FF8181:00000004:FFFFFFFF:Slopes :sgemfh:00010000:FF8181:00000006:FFFFFFFF:Dock :sgemfh:00010000:FF8181:00000008:FFFFFFFF:Chinatown :sgemfh:00010000:FF8181:0000000A:FFFFFFFF:Fireplace :sgemfh:00010000:FF8181:0000000C:FFFFFFFF:Morrigan's Castle :sgemfh:00010000:FF8181:0000000E:FFFFFFFF:Demitri's Castle sgemfh:0:FF8441:90:000:Infinite Energy PL1 sgemfh:0:FF8595:60:000:Always have Max Power PL1 sgemfh:0:FF8594:09:000:Infinite Super Stocks PL1 sgemfh:0:FF85A3:60:000:Max Red Gem Attack PL1 sgemfh:0:FF85A5:60:000:Max Yellow Gem Attack PL1 sgemfh:0:FF85A7:60:000:Max Blue Gem Attack PL1 sgemfh:0:FF844F:00:000:Air Moves PL1 sgemfh:0:FF844C:00:000:No Hit Stop PL1 sgemfh:0:FF8570:00:000:No Shot Limit PL1 sgemfh:0:FF9841:63:000:Endless Shot Hit PL1 sgemfh:0:FF9941:63:500:Endless Shot Hit PL1 (2/2) sgemfh:0:FF8419:01:000:Action Speed Up PL1 sgemfh:0:FF8539:3C:000:Max Guard Crush PL1 sgemfh:0:FF859B:00:000:No Flash Combo PL1 sgemfh:0:FF859A:01:500:No Flash Combo PL1 (2/3) sgemfh:0:FF859D:00:500:No Flash Combo PL1 (2/3) sgemfh:0:FF8944:63:000:Display 99 Hits PL1 :sgemfh:62000000:000000:00000000:00000000:Gem (A) PL1 always = :sgemfh:00010000:FF85F0:000000FF:FFFFFFFF:None :sgemfh:00010000:FF85F0:00000000:FFFFFFFF:Flame :sgemfh:00010000:FF85F0:00000001:FFFFFFFF:Water :sgemfh:00010000:FF85F0:00000002:FFFFFFFF:Lightning :sgemfh:00010000:FF85F0:00000003:FFFFFFFF:Skull :sgemfh:00010000:FF85F0:00000004:FFFFFFFF:Banana :sgemfh:00010000:FF85F0:00000005:FFFFFFFF:Bomb :sgemfh:00010000:FF85F0:00000006:FFFFFFFF:Petrify :sgemfh:62000000:000000:00000000:00000000:Gem (B) PL1 always = :sgemfh:00010000:FF85F1:000000FF:FFFFFFFF:None :sgemfh:00010000:FF85F1:00000000:FFFFFFFF:Flame :sgemfh:00010000:FF85F1:00000001:FFFFFFFF:Water :sgemfh:00010000:FF85F1:00000002:FFFFFFFF:Lightning :sgemfh:00010000:FF85F1:00000003:FFFFFFFF:Skull :sgemfh:00010000:FF85F1:00000004:FFFFFFFF:Banana :sgemfh:00010000:FF85F1:00000005:FFFFFFFF:Bomb :sgemfh:00010000:FF85F1:00000006:FFFFFFFF:Petrify :sgemfh:62000000:000000:00000000:00000000:Gem (C) PL1 always = :sgemfh:00010000:FF85F2:000000FF:FFFFFFFF:None :sgemfh:00010000:FF85F2:00000000:FFFFFFFF:Flame :sgemfh:00010000:FF85F2:00000001:FFFFFFFF:Water :sgemfh:00010000:FF85F2:00000002:FFFFFFFF:Lightning :sgemfh:00010000:FF85F2:00000003:FFFFFFFF:Skull :sgemfh:00010000:FF85F2:00000004:FFFFFFFF:Banana :sgemfh:00010000:FF85F2:0000005:FFFFFFFF:Bomb :sgemfh:00010000:FF85F2:00000006:FFFFFFFF:Petrify sgemfh:0:FF840E:14:000:Infinite Select Time PL1:Turn this OFF during fights :sgemfh:62000000:000000:00000000:00000000:Select Character PL1 :sgemfh:00010000:FF8781:00000000:FFFFFFFF:Ryu :sgemfh:00010000:FF8781:00000001:FFFFFFFF:Ken :sgemfh:00010000:FF8781:00000002:FFFFFFFF:Chun-Li :sgemfh:00010000:FF8781:00000003:FFFFFFFF:Sakura :sgemfh:00010000:FF8781:00000004:FFFFFFFF:Morrigan :sgemfh:00010000:FF8781:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :sgemfh:00010000:FF8781:00000006:FFFFFFFF:Felicia :sgemfh:00010000:FF8781:00000007:FFFFFFFF:Tabasa (Tessa) :sgemfh:00010000:FF8781:00000008:FFFFFFFF:Ibuki :sgemfh:00010000:FF8781:00000009:FFFFFFFF:Zangief :sgemfh:00010000:FF8781:0000000A:FFFFFFFF:Dan :sgemfh:00010000:FF8781:0000000B:FFFFFFFF:Gouki (Akuma) :sgemfh:62000000:000000:00000000:00000000:Select Player Colour PL1:This cheat will have effect everywhere but the character selection screen :sgemfh:00010000:FF879F:00000000:FFFFFFFF:Punch :sgemfh:00010000:FF879F:00000001:FFFFFFFF:Kick :sgemfh:00010000:FF879F:00000002:FFFFFFFF:Special :sgemfh:00010000:FF879F:00000003:FFFFFFFF:PKS sgemfh:0:FF8841:90:000:Infinite Energy PL2 sgemfh:0:FF8995:60:000:Always have Max Power PL2 sgemfh:0:FF8994:09:000:Infinite Super Stocks PL2 sgemfh:0:FF89A3:60:000:Max Red Gem Attack PL2 sgemfh:0:FF89A5:60:000:Max Yellow Gem Attack PL2 sgemfh:0:FF89A7:60:000:Max Blue Gem Attack PL2 sgemfh:0:FF884F:00:000:Air Moves PL2 sgemfh:0:FF884C:00:000:No Hit Stop PL2 sgemfh:0:FF8970:00:000:No Shot Limit PL2 sgemfh:0:FF9441:63:000:Endless Shot Hit PL2 sgemfh:0:FF9541:63:500:Endless Shot Hit PL2 (2/2) sgemfh:0:FF8819:01:000:Action Speed Up PL2 sgemfh:0:FF8939:3C:000:Max Guard Crush PL2 sgemfh:0:FF899B:00:000:No Flash Combo PL2 sgemfh:0:FF899A:01:500:No Flash Combo PL2 (2/3) sgemfh:0:FF899D:00:500:No Flash Combo PL2 (3/3) sgemfh:0:FF8544:63:000:Display 99 Hits PL2 :sgemfh:62000000:000000:00000000:00000000:Gem (A) PL2 always = :sgemfh:00010000:FF89F0:000000FF:FFFFFFFF:None :sgemfh:00010000:FF89F0:00000000:FFFFFFFF:Flame :sgemfh:00010000:FF89F0:00000001:FFFFFFFF:Water :sgemfh:00010000:FF89F0:00000002:FFFFFFFF:Lightning :sgemfh:00010000:FF89F0:00000003:FFFFFFFF:Skull :sgemfh:00010000:FF89F0:00000004:FFFFFFFF:Banana :sgemfh:00010000:FF89F0:00000005:FFFFFFFF:Bomb :sgemfh:00010000:FF89F0:00000006:FFFFFFFF:Petrify :sgemfh:62000000:000000:00000000:00000000:Gem (B) PL2 always = :sgemfh:00010000:FF89F1:000000FF:FFFFFFFF:None :sgemfh:00010000:FF89F1:00000000:FFFFFFFF:Flame :sgemfh:00010000:FF89F1:00000001:FFFFFFFF:Water :sgemfh:00010000:FF89F1:00000002:FFFFFFFF:Lightning :sgemfh:00010000:FF89F1:00000003:FFFFFFFF:Skull :sgemfh:00010000:FF89F1:00000004:FFFFFFFF:Banana :sgemfh:00010000:FF89F1:00000005:FFFFFFFF:Bomb :sgemfh:00010000:FF89F1:00000006:FFFFFFFF:Petrify :sgemfh:62000000:000000:00000000:00000000:Gem (C) PL2 always = :sgemfh:00010000:FF89F2:000000FF:FFFFFFFF:None :sgemfh:00010000:FF89F2:00000000:FFFFFFFF:Flame :sgemfh:00010000:FF89F2:00000001:FFFFFFFF:Water :sgemfh:00010000:FF89F2:00000002:FFFFFFFF:Lightning :sgemfh:00010000:FF89F2:00000003:FFFFFFFF:Skull :sgemfh:00010000:FF89F2:00000004:FFFFFFFF:Banana :sgemfh:00010000:FF89F2:00000005:FFFFFFFF:Bomb :sgemfh:00010000:FF89F2:00000006:FFFFFFFF:Petrify sgemfh:0:FF880E:14:000:Infinite Select Time PL2:Turn this OFF during fights :sgemfh:62000000:000000:00000000:00000000:Select Character PL2 :sgemfh:00010000:FF8B81:00000000:FFFFFFFF:Ryu :sgemfh:00010000:FF8B81:00000001:FFFFFFFF:Ken :sgemfh:00010000:FF8B81:00000002:FFFFFFFF:Chun-Li :sgemfh:00010000:FF8B81:00000003:FFFFFFFF:Sakura :sgemfh:00010000:FF8B81:00000004:FFFFFFFF:Morrigan :sgemfh:00010000:FF8B81:00000005:FFFFFFFF:Lei-Lei (Hsien-Ko) :sgemfh:00010000:FF8B81:00000006:FFFFFFFF:Felicia :sgemfh:00010000:FF8B81:00000007:FFFFFFFF:Tabasa (Tessa) :sgemfh:00010000:FF8B81:00000008:FFFFFFFF:Ibuki :sgemfh:00010000:FF8B81:00000009:FFFFFFFF:Zangief :sgemfh:00010000:FF8B81:0000000A:FFFFFFFF:Dan :sgemfh:00010000:FF8B81:0000000B:FFFFFFFF:Gouki (Akuma) :sgemfh:62000000:000000:00000000:00000000:Select Player Colour PL2:This cheat will have effect everywhere but the character selection screen :sgemfh:00010000:FF8B9F:00000000:FFFFFFFF:Punch :sgemfh:00010000:FF8B9F:00000001:FFFFFFFF:Kick :sgemfh:00010000:FF8B9F:00000002:FFFFFFFF:Special :sgemfh:00010000:FF8B9F:00000003:FFFFFFFF:PKS sgemfh:0:000000:00:999:[ This code sets the machine region - the effectiveness ] sgemfh:0:000000:00:999:[ You have to enable these ASAP - ON or before the ROM ] sgemfh:0:000000:00:999:[ check screen! Or enable it & RESET ] :sgemfh:62000000:000000:00000000:00000000:Region Switch = :sgemfh:00010000:FF8111:00000000:FFFFFFFF:Japan :sgemfh:00010000:FF8111:00000002:FFFFFFFF:USA :sgemfh:00010000:FF8111:00000004:FFFFFFFF:Hispanic :sgemfh:00010000:FF8111:00000006:FFFFFFFF:Oceania :sgemfh:00010000:FF8111:00000008:FFFFFFFF:Asia :sgemfh:00010000:FF8111:0000000A:FFFFFFFF:Euro :sgemfh:00010000:FF8111:0000000C:FFFFFFFF:Brazil ; [ Gladiator 1984 ] sgladiat:0:D9AF:99:000:Infinite Credits :sgladiat:00001301:F759:0000000F:FFFFFFFF:Select Starting Stage:Set on tilte screen after inserted a credit :sgladiat:62000000:0000:00000000:00000000:Select Race:Set before start each stages :sgladiat:00010000:DEE8:00000001:FFFFFFFF:Hazard Race :sgladiat:00010000:DEE8:00000002:FFFFFFFF:Chariot Race sgladiat:0:DF04:00:000:Infinite Time sgladiat:0:DEE9:0A:000:Infinite Lives :sgladiat:20800000:22EE:00000018:FFFFFFFF:Invincibility :sgladiat:20810000:2368:00000018:FFFFFFFF:Invincibility (2/13):1st & 2nd = Jumping Block in Hazard Race :sgladiat:20810000:239D:00000018:FFFFFFFF:Invincibility (3/13):Soldier in Chariot Race :sgladiat:20810000:23EF:00000018:FFFFFFFF:Invincibility (4/13):Soldier in Hazard Race 1 :sgladiat:20810000:23F8:00000018:FFFFFFFF:Invincibility (5/13):Soldier in Hazard Race 2 :sgladiat:20810000:249F:00000018:FFFFFFFF:Invincibility (6/13):Barrel in Hazard Race :sgladiat:20810000:2501:00000018:FFFFFFFF:Invincibility (7/13):Sheep :sgladiat:20810000:2573:00000018:FFFFFFFF:Invincibility (8/13):Jumping Block in Chariot Race :sgladiat:20810000:2592:00000018:FFFFFFFF:Invincibility (9/13):Soldier in Chariot Race 2 :sgladiat:20810000:2691:00000018:FFFFFFFF:Invincibility (10/13):Barrel in Chariot Race :sgladiat:20910000:3023:00005E18:FFFFFFFF:Invincibility (11/13):Course Out :sgladiat:20910000:3758:00006618:FFFFFFFF:Invincibility (12/13):Soldier in Chariot Race 3 :sgladiat:20810000:4095:00000018:FFFFFFFF:Invincibility (13/13):Wall ; [ Super Masters Golf (FD1094 317-0058-05d?) ] :sgmast:00000000:F01831:00000001:FFFFFFFF:Infinite Strokes PL1:Always get a Hole in One :sgmast:00000001:F01831:00000001:FFFFFFFF:Reset Strokes Now! PL1 :sgmast:00000000:F01A31:00000001:FFFFFFFF:Infinite Strokes PL2:Always get a Hole in One :sgmast:00000001:F01A31:00000001:FFFFFFFF:Reset Strokes Now! PL2 ;:sgmast:00000000:F00404:00000009:FFFFFFFF:Infinite Credits ; [ Jumbo Ozaki Super Masters Golf (World, FD1094 317-0058-05c) ] :sgmastc:00000000:F01831:00000001:FFFFFFFF:Infinite Strokes PL1:Always get a Hole in One :sgmastc:00000001:F01831:00000001:FFFFFFFF:Reset Strokes Now! PL1 :sgmastc:00000000:F01A31:00000001:FFFFFFFF:Infinite Strokes PL2:Always get a Hole in One :sgmastc:00000001:F01A31:00000001:FFFFFFFF:Reset Strokes Now! PL2 ;:sgmastc:00000000:F00404:00000009:FFFFFFFF:Infinite Credits ; [ Jumbo Ozaki Super Masters Golf (Japan, FD1094 317-0058-05b) ] :sgmastj:00000000:F01831:00000001:FFFFFFFF:Infinite Strokes PL1:Always get a Hole in One :sgmastj:00000001:F01831:00000001:FFFFFFFF:Reset Strokes Now! PL1 :sgmastj:00000000:F01A31:00000001:FFFFFFFF:Infinite Strokes PL2:Always get a Hole in One :sgmastj:00000001:F01A31:00000001:FFFFFFFF:Reset Strokes Now! PL2 ;:sgmastj:00000000:F00404:00000009:FFFFFFFF:Infinite Credits ; [ Super GT 24h ] sgt24h:0:0000:00:999:[ There are no cheats ]:REASON 1 sgt24h:0:0000:00:999:[ for this game as it ]:REASON 1 sgt24h:0:0000:00:999:[ didn't work the last ]:REASON 1 sgt24h:0:0000:00:999:[ time it was tested. ]:REASON 1 sgt24h:0:0000:00:999:[ If the game now works ]:REASON 1 sgt24h:0:0000:00:999:[ please request cheats ]:REASON 1 sgt24h:0:0000:00:999:[ for it on the cheat ]:REASON 1 sgt24h:0:0000:00:999:[ forums. ]:REASON 1 ; [ Steel Gunner ] sgunner:0:100121:09:000:Infinite Credits PL1 sgunner:0:100125:1E:000:Infinite Energy PL1 sgunner:0:100321:63:000:Infinite Missiles PL1 :sgunner:00000000:1002FF:00000002:FFFFFFFF:Invincibility PL1 :sgunner:00000000:1002EF:00000000:FFFFFFFF:Rapid Fire PL1 sgunner:0:100123:09:000:Infinite Credits PL2 sgunner:0:100127:1E:000:Infinite Energy PL2 sgunner:0:100323:63:000:Infinite Missiles PL2 :sgunner:00000000:100301:00000002:FFFFFFFF:Invincibility PL2 :sgunner:00000000:1002F1:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Steel Gunner 2 (US) ] :sgunner2:00000000:108C11:00000063:FFFFFFFF:Infinite Credits PL1 sgunner2:0:108C25:14:000:Infinite Energy PL1 sgunner2:0:108D3F:63:000:Infinite Missiles PL1 :sgunner2:00000000:108D33:00000002:FFFFFFFF:Invincibility PL1 :sgunner2:00000000:108D2B:00000000:FFFFFFFF:Rapid Fire PL1 :sgunner2:00000000:108C13:00000063:FFFFFFFF:Infinite Credits PL2 sgunner2:0:108C27:14:000:Infinite Energy PL2 sgunner2:0:108D41:63:000:Infinite Missiles PL2 :sgunner2:00000000:108D35:00000002:FFFFFFFF:Invincibility PL2 :sgunner2:00000000:108D2D:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Steel Gunner (Japan) ] sgunnerj:0:100121:09:000:Infinite Credits PL1 sgunnerj:0:100125:1E:000:Infinite Energy PL1 sgunnerj:0:100321:63:000:Infinite Missiles PL1 :sgunnerj:00000000:1002FF:00000002:FFFFFFFF:Invincibility PL1 :sgunnerj:00000000:1002EF:00000000:FFFFFFFF:Rapid Fire PL1 sgunnerj:0:100123:09:000:Infinite Credits PL2 sgunnerj:0:100127:1E:000:Infinite Energy PL2 sgunnerj:0:100323:63:000:Infinite Missiles PL2 :sgunnerj:00000000:100301:00000002:FFFFFFFF:Invincibility PL2 :sgunnerj:00000000:1002F1:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Steel Gunner 2 (Japan) ] :sgunnr2j:00000000:108C11:00000063:FFFFFFFF:Infinite Credits PL1 sgunnr2j:0:108C25:14:000:Infinite Energy PL1 sgunnr2j:0:108D3F:63:000:Infinite Missiles PL1 :sgunnr2j:00000000:108D33:00000002:FFFFFFFF:Invincibility PL1 :sgunnr2j:00000000:108D2B:00000000:FFFFFFFF:Rapid Fire PL1 :sgunnr2j:00000000:108C13:00000063:FFFFFFFF:Infinite Credits PL2 sgunnr2j:0:108C27:14:000:Infinite Energy PL2 sgunnr2j:0:108D41:63:000:Infinite Missiles PL2 :sgunnr2j:00000000:108D35:00000002:FFFFFFFF:Invincibility PL2 :sgunnr2j:00000000:108D2D:00000000:FFFFFFFF:Rapid Fire PL2 ; [ Shackled (US) ] shackled:0:0079:02:000:Never see the Green Blob shackled:0:007C:02:500:Never see the Green Blob (2/2) shackled:0:00A7:09:000:Infinite Energy PL1 shackled:0:00A8:99:500:Infinite Energy PL1 (2/3) shackled:0:00A9:99:500:Infinite Energy PL1 (3/3) shackled:0:00B4:08:000:Infinite Keys PL1 shackled:0:0145:01:000:Always have Speed Up PL1 shackled:0:0146:01:000:Always have Shoot Speed PL1 shackled:0:0147:01:000:Always have Shield PL1 shackled:0:0148:01:000:Always have Weapon Range PL1 shackled:0:0000:00:999:[These cheats activates the followers ] shackled:0:0000:00:999:[and weapons. Only have one selected ] shackled:0:0000:00:999:[at a time. The follower gfx are ] shackled:0:0000:00:999:[corrupted so perhaps this game isn't ] shackled:0:0000:00:999:[supposed to support them like the ] shackled:0:0000:00:999:[clone breywood but it works... ] shackled:0:0130:01:000:Always x2 with Daggers PL1 shackled:0:0150:01:500:Always x2 with Daggers PL1 (2/3) shackled:0:0170:01:500:Always x2 with Daggers PL1 (3/3) shackled:0:0130:02:000:Always x2 with Bombs PL1 shackled:0:0150:02:500:Always x2 with Bombs PL1 (2/3) shackled:0:0170:02:500:Always x2 with Bombs PL1 (3/3) shackled:0:0130:03:000:Always x2 with Ninja Stars PL1 shackled:0:0150:03:500:Always x2 with Ninja Stars PL1 (2/3) shackled:0:0170:03:500:Always x2 with Ninja Stars PL1 (3/3) shackled:0:0130:04:000:Always x2 with Razor Disks PL1 shackled:0:0150:04:500:Always x2 with Razor Disks PL1 (2/3) shackled:0:0170:04:500:Always x2 with Razor Disks PL1 (3/3) shackled:0:0130:05:000:Always x2 with Shock Waves PL1 shackled:0:0150:05:500:Always x2 with Shock Waves PL1 (2/3) shackled:0:0170:05:500:Always x2 with Shock Waves PL1 (3/3) shackled:0:0130:06:000:Always x2 with Boomerangs PL1 shackled:0:0150:06:500:Always x2 with Boomerangs PL1 (2/3) shackled:0:0170:06:500:Always x2 with Boomerangs PL1 (3/3) shackled:0:0130:07:000:Always x2 with Reflective ShotsPL1 shackled:0:0150:07:500:Always x2 with Reflective ShotsPL1 (2/3) shackled:0:0170:07:500:Always x2 with Reflective ShotsPL1 (3/3) shackled:0:0130:08:000:Always x2 with Flame Thrower PL1 shackled:0:0150:08:500:Always x2 with Flame Thrower PL1 (2/3) shackled:0:0170:08:500:Always x2 with Flame Thrower PL1 (3/3) shackled:0:00C2:09:000:Infinite Energy PL2 shackled:0:00C3:99:500:Infinite Energy PL2 (2/3) shackled:0:00C4:99:500:Infinite Energy PL2 (3/3) shackled:0:00CF:08:000:Infinite Keys PL2 shackled:0:01A5:01:000:Always have Speed Up PL2 shackled:0:01A6:01:000:Always have Shoot Speed PL2 shackled:0:01A7:01:000:Always have Shield PL2 shackled:0:01A8:01:000:Always have Weapon Range PL2 shackled:0:0000:00:999:[These cheats activates the followers ] shackled:0:0000:00:999:[and weapons. Only have one selected ] shackled:0:0000:00:999:[at a time. The follower gfx are ] shackled:0:0000:00:999:[corrupted so perhaps this game isn't ] shackled:0:0000:00:999:[supposed to support them like the ] shackled:0:0000:00:999:[clone breywood but it works... ] shackled:0:0190:01:000:Always x2 with Daggers PL2 shackled:0:01B0:01:500:Always x2 with Daggers PL2 (2/3) shackled:0:01D0:01:500:Always x2 with Daggers PL2 (3/3) shackled:0:0190:02:000:Always x2 with Bombs PL2 shackled:0:01B0:02:500:Always x2 with Bombs PL2 (2/3) shackled:0:01D0:02:500:Always x2 with Bombs PL2 (3/3) shackled:0:0190:03:000:Always x2 with Ninja Stars PL2 shackled:0:01B0:03:500:Always x2 with Ninja Stars PL2 (2/3) shackled:0:01D0:03:500:Always x2 with Ninja Stars PL2 (3/3) shackled:0:0190:04:000:Always x2 with Razor Disks PL2 shackled:0:01B0:04:500:Always x2 with Razor Disks PL2 (2/3) shackled:0:01D0:04:500:Always x2 with Razor Disks PL2 (3/3) shackled:0:0190:05:000:Always x2 with Shock Waves PL2 shackled:0:01B0:05:500:Always x2 with Shock Waves PL2 (2/3) shackled:0:01D0:05:500:Always x2 with Shock Waves PL2 (3/3) shackled:0:0190:06:000:Always x2 with Boomerangs PL2 shackled:0:01B0:06:500:Always x2 with Boomerangs PL2 (2/3) shackled:0:01D0:06:500:Always x2 with Boomerangs PL2 (3/3) shackled:0:0190:07:000:Always x2 with Reflective ShotsPL2 shackled:0:01B0:07:500:Always x2 with Reflective ShotsPL2 (2/3) shackled:0:01D0:07:500:Always x2 with Reflective ShotsPL2 (3/3) shackled:0:0190:08:000:Always x2 with Flame Thrower PL2 shackled:0:01B0:08:500:Always x2 with Flame Thrower PL2 (2/3) shackled:0:01D0:08:500:Always x2 with Flame Thrower PL2 (3/3) ; [ Shadow Force (US Version 2) ] shadfrce:0:1F000D:63:000:Infinite Credits :shadfrce:00100000:1F1A9A:000018FF:FFFFFFFF:Infinite Time :shadfrce:00000001:1F2F7F:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! :shadfrce:00010001:1F3309:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (2/3) :shadfrce:00010001:1F3693:00000000:FFFFFFFF:1 Hit to Kill Enemy Now! (3/3) shadfrce:0:1F2157:C8:000:Infinite Energy PL1 :shadfrce:00000000:1F20E0:00000010:00000010:Infinite Bombs PL1 :shadfrce:00010000:1F2167:00000009:FFFFFFFF:Infinite Bombs PL1 (2/2) :shadfrce:00000000:1F2206:00000080:00000080:Invincibility "ON" PL1 :shadfrce:00000001:1F2206:00000000:FFFFFFFF:Invincibility "OFF" PL1 :shadfrce:00000000:1F2195:00000000:00000001:Rapid Fire PL1 :shadfrce:00010000:1F2195:00000000:00000002:Rapid Fire PL1 (2/4) :shadfrce:00010000:1F2195:00000000:00000004:Rapid Fire PL1 (3/4) :shadfrce:00010000:1F2195:00000000:00000005:Rapid Fire PL1 (4/4) shadfrce:0:1F24E1:C8:000:Infinite Energy PL2 :shadfrce:00000000:1F246A:00000010:00000010:Infinite Bombs PL2 :shadfrce:00010000:1F24F1:00000009:FFFFFFFF:Infinite Bombs PL2 (2/2) :shadfrce:00000000:1F2590:00000080:00000080:Invincibility "ON" PL2 :shadfrce:00000001:1F2590:00000000:FFFFFFFF:Invincibility "OFF" PL2 :shadfrce:00000000:1F251F:00000000:00000001:Rapid Fire PL2 :shadfrce:00010000:1F251F:00000000:00000002:Rapid Fire PL2 (2/4) :shadfrce:00010000:1F251F:00000000:00000004:Rapid Fire PL2 (3/4) :shadfrce:00010000:1F251F:00000000:00000005:Rapid Fire PL2 (4/4) ; [ Shadowland ] shadowld:0:50E1:10:000:Infinite Energy shadowld:0:477C:09:000:Infinite Money shadowld:0:4062:02:000:Invincibility shadowld:0:40BA:04:000:Always have 4-shot shadowld:0:40CF:99:000:Always have Mega Shot shadowld:0:50C1:40:000:Infinite Energy Toraji shadowld:0:50C2:60:000:Infinite Energy Gonta shadowld:0:40DA:02:000:Tarosuke can always fly shadowld:0:0000:00:999:[ Watch Values - 00=Chou(Even) 01=Han(Odd) ] shadowld:0:40B0:00:998:Watch me for answer ; [ Shadow Warriors (World set 1) ] :shadoww:00000000:062F15:00000009:FFFFFFFF:Infinite Credits shadoww:0:061E89:99:000:Infinite Time shadoww:0:061E8E:03:000:Infinite Lives PL1 shadoww:0:061EC3:09:000:Infinite Energy PL1 shadoww:0:061EBA:0A:000:Infinite Sword PL1 shadoww:0:061EB0:2C:000:Invincibility PL1 :shadoww:00000000:061E32:00000000:00000002:Rapid Fire PL1 shadoww:0:061E8F:03:000:Infinite Lives PL2 shadoww:0:061F03:09:000:Infinite Energy PL2 shadoww:0:061EFA:0A:000:Infinite Sword PL2 shadoww:0:061EF1:2C:000:Invincibility PL2 :shadoww:00000000:061E32:00000000:00000022:Rapid Fire PL2 ; [ Shadow Warriors (World set 2) ] :shadowwa:00000000:062F15:00000009:FFFFFFFF:Infinite Credits shadowwa:0:061E89:99:000:Infinite Time shadowwa:0:061E8E:03:000:Infinite Lives PL1 shadowwa:0:061EC3:09:000:Infinite Energy PL1 shadowwa:0:061EBA:0A:000:Infinite Sword PL1 shadowwa:0:061EB0:2C:000:Invincibility PL1 :shadowwa:00000000:061E32:00000000:00000002:Rapid Fire PL1 shadowwa:0:061E8F:03:000:Infinite Lives PL2 shadowwa:0:061F03:09:000:Infinite Energy PL2 shadowwa:0:061EFA:0A:000:Infinite Sword PL2 shadowwa:0:061EF1:2C:000:Invincibility PL2 :shadowwa:00000000:061E32:00000000:00000022:Rapid Fire PL2 ; [ Shanghai II (Japan) ] shangha2:0:01A25:63:000:Infinite Credits shangha2:0:01A37:3C:000:Infinite Time shangha2:0:018E8:03:000:Infinite Help PL1 shangha2:0:01B00:03:500:Infinite Help PL1 (2/2) shangha2:0:018E9:03:000:Infinite Help PL2 shangha2:0:01B01:03:500:Infinite Help PL2 (2/2) ; [ Shanghai III (Japan) ] shangha3:0:000000:00:999:[ Codes - Cooperative players or 1 player individual game ] shangha3:0:000000:00:999:[ ie. The Single Timer Game. ] shangha3:0:30252D:80:000:Infinite Time shangha3:0:307B99:03:000:Infinite 'Help' items PL1 shangha3:0:307B9D:03:000:Infinite 'Peep' items PL1 shangha3:0:307BA1:03:000:Infinite 'Time' items PL1 shangha3:0:307B9B:03:000:Infinite 'Help' items PL2 shangha3:0:307B9F:03:000:Infinite 'Peep' items PL2 shangha3:0:307BA3:03:000:Infinite 'Time' items PL2 shangha3:0:000000:00:999:[ Codes - Competitive players. ie. The Double Timer Game. ] shangha3:0:30239B:60:000:Infinite Time PL1 shangha3:0:30239B:01:001:Time Over Now! PL1 shangha3:0:3026BF:60:000:Infinite Time PL2 shangha3:0:3026BF:01:001:Time Over Now! PL2 ; [ Shanghai (Japan) ] shanghai:0:02157:F0:000:Infinite Time shanghai:0:020D8:03:000:Infinite Help PL1 shanghai:0:021E0:03:500:Infinite Help PL1 (2/2) shanghai:0:020D9:03:000:Infinite Help PL2 shanghai:0:021E1:03:500:Infinite Help PL2 (2/2) ; [ Shanghai Kid ] shangkid:0:E002:63:000:Infinite Credits shangkid:0:E1BF:38:000:Infinite Time:Turn OFF at end of round :shangkid:20800000:2C17:000000C9:FFFFFFFF:Invincibility:Not Effective against throws :shangkid:20810000:8FF7:000000C3:FFFFFFFF:Invincibility (2/2) shangkid:0:E1A9:40:000:Infinite Energy YOU:Turn OFF at end of round shangkid:0:E1A9:00:001:Drain All Energy Now! YOU shangkid:0:E1AA:40:000:Infinite Energy ENEMY:Turn OFF at end of round shangkid:0:E1AA:00:001:Drain All Energy Now! ENEMY :shangkid:60000000:0000:00000000:00000000:[ Use Rapid Fire PL1 in Upright 2P. ] :shangkid:00000000:E014:00000000:00000001:Rapid Fire - Kick PL1:Turn it OFF on the name entry screen :shangkid:00000000:E014:00000000:00000002:Rapid Fire - Punch PL1:Turn it OFF on the name entry screen :shangkid:00000000:E017:00000000:00000001:Rapid Fire - Kick PL2:Turn it OFF on the name entry screen :shangkid:00000000:E017:00000000:00000002:Rapid Fire - Punch PL2:Turn it OFF on the name entry screen ; [ Limited Edition Hang-On ] :shangnle:00000000:066052:00000009:FFFFFFFF:Infinite Credits :shangnle:00000000:060500:00000099:FFFFFFFF:Infinite Time :shangnle:20800000:0070EC:00000060:FFFFFFFF:Invincibility :shangnle:20810000:007694:00000060:FFFFFFFF:Invincibility (2/2):1st = Obstacle, 2nd = Bike :shangnle:20800000:0080FE:00000060:FFFFFFFF:No Speed Down Out of Course :shangnle:20800000:006425:00000000:FFFFFFFF:Always Enable to Use Turbo :shangnle:00100000:260078:000000F3:FFFFFFFF:Always Ride at Maximum Speed :shangnle:00100000:260078:0000035D:FFFFFFFF:Always Ride at Crazy Speed (1000KPH) :shangnle:00100001:260078:0000035D:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect ; [ Super Hang-On (set 4, 68000) ] :shangon:00000000:066052:00000009:FFFFFFFF:Infinite Credits :shangon:00000000:060500:00000099:FFFFFFFF:Infinite Time :shangon:20800000:007150:00000060:FFFFFFFF:Invincibility :shangon:20810000:0076F8:00000060:FFFFFFFF:Invincibility (2/2):1st = Obstacle, 2nd = Bike :shangon:20800000:008162:00000060:FFFFFFFF:No Speed Down Out of Course :shangon:20800000:006489:00000000:FFFFFFFF:Always Enable to Use Turbo :shangon:00100000:260078:000000F3:FFFFFFFF:Always Ride at Maximum Speed :shangon:00100000:260078:0000035D:FFFFFFFF:Always Ride at Crazy Speed (1000KPH) :shangon:00100001:260078:0000035D:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect ; [ Super Hang-On (set 1, FD1089B 317-0034) ] :shangon1:00000000:060052:00000009:FFFFFFFF:Infinite Credits :shangon1:00000000:060500:00000099:FFFFFFFF:Infinite Time ;:shangon1:20800000:006F32:00000060:FFFFFFFF:Invincibility (NOT WORK) ;:shangon1:20810000:0074DA:00000060:FFFFFFFF:Invincibility (2/2):1st = Obstacle, 2nd = Bike ;:shangon1:20800000:007F44:00000060:FFFFFFFF:No Speed Down Out of Course (NOT WORK) ;:shangon1:20800000:00626B:00000000:FFFFFFFF:Always Enable to Use Turbo (NOT WORK) :shangon1:00100000:260078:000000F3:FFFFFFFF:Always Ride at Maximum Speed :shangon1:00100000:260078:0000035D:FFFFFFFF:Always Ride at Crazy Speed (1000KPH) :shangon1:00100001:260078:0000035D:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect ; [ Super Hang-On (set 2, FD1089B 317-0034) ] :shangon2:00000000:066052:00000009:FFFFFFFF:Infinite Credits :shangon2:00000000:060500:00000099:FFFFFFFF:Infinite Time ;:shangon2:20800000:0070EC:00000060:FFFFFFFF:Invincibility (NOT WORK) ;:shangon2:20810000:007694:00000060:FFFFFFFF:Invincibility (2/2):1st = Obstacle, 2nd = Bike ;:shangon2:20800000:0080FE:00000060:FFFFFFFF:No Speed Down Out of Course (NOT WORK) ;:shangon2:20800000:006425:00000000:FFFFFFFF:Always Enable to Use Turbo (NOT WORK) :shangon2:00100000:260078:000000F3:FFFFFFFF:Always Ride at Maximum Speed :shangon2:00100000:260078:0000035D:FFFFFFFF:Always Ride at Crazy Speed (1000KPH) :shangon2:00100001:260078:0000035D:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect ; [ Super Hang-On (set 3, FD1089B 317-0034) ] :shangon3:00000000:066052:00000009:FFFFFFFF:Infinite Credits :shangon3:00000000:060500:00000099:FFFFFFFF:Infinite Time ;:shangon3:20800000:007150:00000060:FFFFFFFF:Invincibility (NOT WORK) ;:shangon3:20810000:0076F8:00000060:FFFFFFFF:Invincibility (2/2):1st = Obstacle, 2nd = Bike ;:shangon3:20800000:008162:00000060:FFFFFFFF:No Speed Down Out of Course (NOT WORK) ;:shangon3:20800000:006489:00000000:FFFFFFFF:Always Enable Use to Turbo (NOT WORK) :shangon3:00100000:260078:000000F3:FFFFFFFF:Always Ride at Maximum Speed :shangon3:00100000:260078:0000035D:FFFFFFFF:Always Ride at Crazy Speed (1000KPH) :shangon3:00100001:260078:0000035D:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect ; [ Super Hang-On (Hang-On upgrade, bootleg) ] :shangupb:00000000:20C052:00000009:FFFFFFFF:Infinite Credits :shangupb:00000000:20C500:00000099:FFFFFFFF:Infinite Time :shangupb:20800000:007504:00000060:FFFFFFFF:Invincibility :shangupb:20810000:007806:00000060:FFFFFFFF:Invincibility (2/2):1st = Obstacle, 2nd = Bike :shangupb:20800000:0082C4:00000060:FFFFFFFF:No Speed Down Out of Course :shangupb:20800000:00688D:00000000:FFFFFFFF:Always Enable to Use Turbo :shangupb:00100000:C7E078:000000F3:FFFFFFFF:Always Ride at Maximum Speed :shangupb:00100000:C7E078:0000035D:FFFFFFFF:Always Ride at Crazy Speed (1000KPH) :shangupb:00100001:C7E078:0000035D:FFFFFFFF:Get Crazy Speed (1000 KPH) Boost Now!:Use this with an Activation Key for best effect ; [ Shanghai - The Great Wall / Shanghai Triple Threat (JUE 950623 V1.005) ] shanhigw:0:0183D05:09:000:Infinite Credits shanhigw:0:608332C:12:000:Infinite Time shanhigw:0:6083344:12:000:Infinite Time (Pekin) shanhigw:0:60833D1:03:000:Infinite Helps PL1 shanhigw:0:60833ED:03:000:Infinite Backs PL1 shanhigw:0:60833E9:03:000:Infinite Helps (Pekin) PL1 shanhigw:0:6083405:03:000:Infinite Backs (Pekin) PL1 shanhigw:0:608334C:12:000:Infinite Time (VS Mode) PL1 shanhigw:0:6083451:03:000:Infinite Helps (VS Mode) PL1 shanhigw:0:608346D:03:000:Infinite Backs (VS Mode) PL1 shanhigw:0:6083409:03:000:Infinite Helps PL2 shanhigw:0:6083425:03:000:Infinite Backs PL2 shanhigw:0:6083421:03:000:Infinite Helps (Pekin) PL2 shanhigw:0:608343D:03:000:Infinite Backs (Pekin) PL2 shanhigw:0:60833A8:12:000:Infinite Time (VS Mode) PL2 shanhigw:0:6083489:03:000:Infinite Helps (VS Mode) PL2 shanhigw:0:60834A5:03:000:Infinite Backs (VS Mode) PL2 ; [ Shao-Lin's Road ] shaolins:0:2A78:07:000:Infinite Lives shaolins:0:8662:A6:100:Infinite Energy shaolins:0:8587:A6:600:Infinite Energy (2/2):Part 1 takes care of sprite collisions energy drains & Part 2 takes care of falling off platform energy drains shaolins:0:9984:12:100:Invincibility:Note, you can still fall off gaps in platforms and lose energy use this with Infinite Energy or Walk on Air to counteract it. shaolins:0:9985:16:600:Invincibility (2/3):Part 1 + 2 = Changing a 4 byte branch to a 3 byte BRA, NOP first then a LBRA instruction (for most fighters) shaolins:0:9A66:20:600:Invincibility (3/3):Changes a BCC to a BRA (for bosses) shaolins:0:822B:20:100:Walk on Air:This will stop you falling off ends of platforms shaolins:0:2A87:01:001:Only 1 to kill on this level shaolins:0:32B4:04:001:1 hit to kill boss Now! shaolins:0:3175:01:000:Always purple weapon next shaolins:0:3175:02:000:Always yellow weapon next shaolins:0:3175:03:000:Always green weapon next shaolins:0:3175:01:001:Purple weapon next Now! shaolins:0:3175:02:001:Yellow weapon next Now! shaolins:0:3175:03:001:Green weapon next Now! shaolins:0:2A13:60:000:Sound Test Code Stop:[Unknown]Next Code ; [ Shark Attack ] sharkatt:0:80DD:05:000:Infinite Lives PL1 sharkatt:0:80DE:05:000:Infinite Lives PL2 sharkatt:0:8809:00:000:Invincibility ; [ Space Harrier (Rev A, 8751 315-5163A) ] sharrier:0:0404F0:99:000:Infinite Time sharrier:0:0404E1:0F:000:Infinite Lives sharrier:0:0404E0:27:500:Infinite Lives (2/2) sharrier:0:1240DB:01:000:Invincibility ; [ Space Harrier (8751 315-5163) ] sharrirb:0:0404F0:99:000:Infinite Time sharrirb:0:0404E1:0F:000:Infinite Lives sharrirb:0:0404E0:27:500:Infinite Lives (2/2) sharrirb:0:1240DB:01:000:Invincibility ; [ Shadow Dancer (bootleg) ] shdancbl:0:FFC407:59:000:Infinite Time shdancbl:0:FFC41F:09:000:Infinite Magic shdancbl:0:FFC490:00:000:Always have the Normal gun shdancbl:0:FFC490:01:000:Always have the Power-up gun shdancbl:0:FFC490:00:001:Get the Normal gun Now! shdancbl:0:FFC490:01:001:Get the Power-up gun Now! shdancbl:0:FFEB0A:9A:000:Infinite Lives PL1 shdancbl:0:FFEB8A:9A:000:Infinite Lives PL2 ; [ Shadow Dancer (set 1) ] shdance1:0:FFC407:59:000:Infinite Time shdance1:0:FFC41F:09:000:Infinite Magic shdance1:0:FFC490:00:000:Always have the Normal gun shdance1:0:FFC490:01:000:Always have the Power-up gun shdance1:0:FFC490:00:001:Get the Normal gun Now! shdance1:0:FFC490:01:001:Get the Power-up gun Now! shdance1:0:FFEB0A:9A:000:Infinite Lives PL1 shdance1:0:FFEB8A:9A:000:Infinite Lives PL2 ; [ Shadow Dancer (set 2, Japan) ] shdancej:0:FFC407:59:000:Infinite Time shdancej:0:FFC41F:09:000:Infinite Magic shdancej:0:FFC490:00:000:Always have the Normal gun shdancej:0:FFC490:01:000:Always have the Power-up gun shdancej:0:FFC490:00:001:Get the Normal gun Now! shdancej:0:FFC490:01:001:Get the Power-up gun Now! shdancej:0:FFEB0A:9A:000:Infinite Lives PL1 shdancej:0:FFEB8A:9A:000:Infinite Lives PL2 ; [ Shadow Dancer (set 3, US) ] shdancer:0:FFC407:59:000:Infinite Time shdancer:0:FFC41F:09:000:Infinite Magic shdancer:0:FFC490:00:000:Always have the Normal gun shdancer:0:FFC490:01:000:Always have the Power-up gun shdancer:0:FFC490:00:001:Get the Normal gun Now! shdancer:0:FFC490:01:001:Get the Power-up gun Now! shdancer:0:FFEB0A:9A:000:Infinite Lives PL1 shdancer:0:FFEB8A:9A:000:Infinite Lives PL2 ; [ Sheriff ] sheriff:0:60DB:99:000:Infinite Credits sheriff:0:6035:FF:000:Invincibility :sheriff:00000000:602F:00000000:FFFFFFFF:Rapid Fire sheriff:0:61FF:09:000:Infinite Lives PL1 sheriff:0:62FF:09:000:Infinite Lives PL2 ; [ Shienryu (JUET 961226 V1.000) ] shienryu:0:060ACB89:05:000:Infinite Lives PL1 shienryu:0:060ACB91:63:000:Infinite Bombs PL1 shienryu:0:060BDB63:02:000:Invincibility PL1:Your ship may sometimes disappear with this cheat enabled... shienryu:0:060BDB62:00:500:Invincibility PL1 (2/2) shienryu:0:060ACBA7:00:000:Always have Normal Gun PL1 shienryu:0:060ACB7B:03:500:Always have Normal Gun PL1 (2/2) shienryu:0:060ACBA7:01:000:Always have Lightning Gun PL1 shienryu:0:060ACB7B:03:500:Always have Lightning Gun PL1 (2/2) shienryu:0:060ACBA7:02:000:Always have Missile Gun PL1 shienryu:0:060ACB7B:03:500:Always have Missile Gun PL1 (2/2) shienryu:0:060ACB8B:05:000:Infinite Lives PL2 shienryu:0:060ACB93:63:000:Infinite Bombs PL2 shienryu:0:060BDBCF:02:000:Invincibility PL2:Your ship may sometimes disappear with this cheat enabled... shienryu:0:060BDBCE:00:500:Invincibility PL2 (2/2) shienryu:0:060ACBAB:00:000:Always have Normal Gun PL2 shienryu:0:060ACB7F:03:500:Always have Normal Gun PL2 (2/2) shienryu:0:060ACBAB:01:000:Always have Lightning Gun PL2 shienryu:0:060ACB7F:03:500:Always have Lightning Gun PL2 (2/2) shienryu:0:060ACBAB:02:000:Always have Missile Gun PL2 shienryu:0:060ACB7F:03:500:Always have Missile Gun PL2 (2/2) ; [ Super High Impact (prototype, rev 5.0 09/15/91) ] shimpacp:0:0020A2C8:3B:000:Infinite Quarter Time shimpacp:0:0020A2C6:00:001:End Quarter Now! shimpacp:0:0020A2C8:00:501:End Quarter Now! (2/2) shimpacp:0:0020A2D4:E7:000:Infinite Time PL1 shimpacp:0:0020A2D5:03:500:Infinite Time PL1 (2/2) shimpacp:0:0020A2D6:E7:000:Infinite Time PL2 shimpacp:0:0020A2D7:03:500:Infinite Time PL2 (2/2) shimpacp:0:0020A2D8:E7:000:Infinite Time PL3 shimpacp:0:0020A2D9:03:500:Infinite Time PL3 (2/2) shimpacp:0:0020A2DA:E7:000:Infinite Time PL4 shimpacp:0:0020A2DB:03:500:Infinite Time PL4 (2/2) ; [ Super High Impact (rev LA1 09/30/91) ] shimpact:0:0020A2C8:3B:000:Infinite Quarter Time shimpact:0:0020A2C6:00:001:End Quarter Now! shimpact:0:0020A2C8:00:501:End Quarter Now! (2/2) shimpact:0:0020A2D4:E7:000:Infinite Time PL1 shimpact:0:0020A2D5:03:500:Infinite Time PL1 (2/2) shimpact:0:0020A2D6:E7:000:Infinite Time PL2 shimpact:0:0020A2D7:03:500:Infinite Time PL2 (2/2) shimpact:0:0020A2D8:E7:000:Infinite Time PL3 shimpact:0:0020A2D9:03:500:Infinite Time PL3 (2/2) shimpact:0:0020A2DA:E7:000:Infinite Time PL4 shimpact:0:0020A2DB:03:500:Infinite Time PL4 (2/2) ; [ Shinobi (set 5, System 16A, unprotected) ] shinobi:0:FFD79B:59:007:Infinite Time ;shinobi:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages shinobi:0:FFD778:01:000:Infinite Ninja Magic shinobi:0:FFD779:00:000:Always Ninja Magic Type 1 shinobi:0:FFD779:01:000:Always Ninja Magic Type 2 shinobi:0:FFD779:02:000:Always Ninja Magic Type 3 shinobi:0:FFD79E:01:000:Always have Power Up Gun shinobi:0:FFD79E:01:001:Get Power Up Gun Now! shinobi:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses shinobi:0:FFD750:06:000:Infinite Lives PL1 shinobi:0:FFD74F:06:000:Infinite Lives PL2 ; [ Shinobi (set 1, System 16A, FD1094 317-0050) ] shinobi1:0:FFD79B:59:007:Infinite Time ;shinobi1:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages shinobi1:0:FFD778:01:000:Infinite Ninja Magic shinobi1:0:FFD779:00:000:Always Ninja Magic Type 1 shinobi1:0:FFD779:01:000:Always Ninja Magic Type 2 shinobi1:0:FFD779:02:000:Always Ninja Magic Type 3 shinobi1:0:FFD79E:01:000:Always have Power Up Gun shinobi1:0:FFD79E:01:001:Get Power Up Gun Now! shinobi1:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses shinobi1:0:FFD750:06:000:Infinite Lives PL1 shinobi1:0:FFD74F:06:000:Infinite Lives PL2 ; [ Shinobi (set 2, System 16B, FD1094 317-0049) ] shinobi2:0:FFD79B:59:007:Infinite Time ;shinobi2:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages shinobi2:0:FFD778:02:000:Infinite Ninja Magic shinobi2:0:FFD779:00:000:Always Ninja Magic Type 1 shinobi2:0:FFD779:01:000:Always Ninja Magic Type 2 shinobi2:0:FFD779:02:000:Always Ninja Magic Type 3 shinobi2:0:FFD79E:01:000:Always have Power Up Gun shinobi2:0:FFD79E:01:001:Get Power Up Gun Now! shinobi2:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses shinobi2:0:FFD750:06:000:Infinite Lives PL1 shinobi2:0:FFD74F:06:000:Infinite Lives PL2 ; [ Shinobi (set 3, System 16B, unprotected) ] shinobi3:0:FFD79B:59:007:Infinite Time ;shinobi3:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages shinobi3:0:FFD778:02:000:Infinite Ninja Magic shinobi3:0:FFD779:00:000:Always Ninja Magic Type 1 shinobi3:0:FFD779:01:000:Always Ninja Magic Type 2 shinobi3:0:FFD779:02:000:Always Ninja Magic Type 3 shinobi3:0:FFD79E:01:000:Always have Power Up Gun shinobi3:0:FFD79E:01:001:Get Power Up Gun Now! shinobi3:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses shinobi3:0:FFD750:06:000:Infinite Lives PL1 shinobi3:0:FFD74F:06:000:Infinite Lives PL2 ; [ Shinobi (set 4, System 16B, unprotected) ] shinobi4:0:FFD79B:59:007:Infinite Time ;shinobi4:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages shinobi4:0:FFD778:02:000:Infinite Ninja Magic shinobi4:0:FFD779:00:000:Always Ninja Magic Type 1 shinobi4:0:FFD779:01:000:Always Ninja Magic Type 2 shinobi4:0:FFD779:02:000:Always Ninja Magic Type 3 shinobi4:0:FFD79E:01:000:Always have Power Up Gun shinobi4:0:FFD79E:01:001:Get Power Up Gun Now! shinobi4:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses shinobi4:0:FFD750:06:000:Infinite Lives PL1 shinobi4:0:FFD74F:06:000:Infinite Lives PL2 ; [ Shinobi (bootleg) ] shinobl:0:FFD79B:59:007:Infinite Time shinobl:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages shinobl:0:FFD778:01:000:Infinite Ninja Magic shinobl:0:FFD779:00:000:Always Ninja Magic Type 1 shinobl:0:FFD779:01:000:Always Ninja Magic Type 2 shinobl:0:FFD779:02:000:Always Ninja Magic Type 3 shinobl:0:FFD79E:01:000:Always have Power Up Gun shinobl:0:FFD79E:01:001:Get Power Up Gun Now! shinobl:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses shinobl:0:FFD750:06:000:Infinite Lives PL1 shinobl:0:FFD74F:06:000:Infinite Lives PL2 ; [ Shippu Mahou Daisakusen (Japan) ] shippumd:0:10041D:09:000:Infinite Credits shippumd:0:100555:09:000:Infinite Lives PL1 shippumd:0:1012D7:09:000:Infinite Bombs PL1 shippumd:0:000000:00:999:[See the Dip Switch Menu to ] shippumd:0:000000:00:999:[enable an alternate ] shippumd:0:000000:00:999:[Invincibility PL1 cheat. ] shippumd:0:000000:00:999:[But the cheat is better as ] shippumd:0:000000:00:999:[the dipswitch causes a game] shippumd:0:000000:00:999:[crash when PL2 is selected.] shippumd:0:1012D5:03:000:Invincibility PL1 shippumd:0:1012DF:03:000:Maximum Main Weapon Power PL1:To be used before game starts shippumd:0:1012D9:02:000:Maximum Extra Weapon Power PL1 shippumd:0:1012DB:01:020:Always a Front Extra Weapon PL1:Get an extra weapon first shippumd:0:1012DB:02:540:Always a Front Extra Weapon PL1 (2/2) shippumd:0:1012DB:01:040:Always a Homing Extra Weapon PL1:Get an extra weapon first shippumd:0:1012DB:02:520:Always a Homing Extra Weapon PL1 (2/2) shippumd:0:1012DB:01:021:Next Extra Weapon=Front Now!PL1:Get an extra weapon first shippumd:0:1012DB:02:541:Next Extra Weapon=Front Now!PL1 (2/2) shippumd:0:1012DB:01:041:Next Extra Weapon=Homing Now!PL1:Get an extra weapon first shippumd:0:1012DB:02:521:Next Extra Weapon=Homing Now!PL1 (2/2) shippumd:0:100557:09:000:Infinite Lives PL2 shippumd:0:1013D7:09:000:Infinite Bombs PL2 shippumd:0:1013D5:03:000:Invincibility PL2 shippumd:0:1013DF:03:000:Maximum Main Weapon Power PL2:To be used before game starts shippumd:0:1013D9:02:000:Maximum Extra Weapon Power PL2 shippumd:0:1013DB:01:020:Always a Front Extra Weapon PL2:Get an extra weapon first shippumd:0:1013DB:02:540:Always a Front Extra Weapon PL2 (2/2) shippumd:0:1013DB:01:040:Always a Homing Extra Weapon PL2:Get an extra weapon first shippumd:0:1013DB:02:520:Always a Homing Extra Weapon PL2 (2/2) shippumd:0:1013DB:01:021:Next Extra Weapon=Front Now!PL2:Get an extra weapon first shippumd:0:1013DB:02:541:Next Extra Weapon=Front Now!PL2 (2/2) shippumd:0:1013DB:01:041:Next Extra Weapon=Homing Now!PL2:Get an extra weapon first shippumd:0:1013DB:02:521:Next Extra Weapon=Homing Now!PL2 (2/2) ; [ Strider Hiryu 2 (JAPAN 991213) ] :shiryu2:00000000:000C3628:00000009:FFFFFFFF:Infinite Credits :shiryu2:00100000:000CFFA2:00006363:FFFFFFFF:Infinite Time :shiryu2:00000000:000A17D0:00000008:FFFFFFFF:Infinite Energy :shiryu2:00010000:000A17D2:00000008:FFFFFFFF:Infinite Energy (2/2) :shiryu2:00000000:000A18D8:00000005:FFFFFFFF:Infinite Boost Items :shiryu2:00000000:000A15D8:00000002:FFFFFFFF:Invincibility:On Antarctica Scene 3, you will need to turn Invincibility off temporarily after killing all enemies. Because scene boss (Frozen Mammoth) won't approach during with Invincibility ON. :shiryu2:00010000:000A15DF:0000000F:FFFFFFFF:Invincibility (2/2) :shiryu2:00000000:000CE5E0:00000000:00000080:Rapid Fire:Hold Attack Button :shiryu2:00000000:000A18DD:00000001:FFFFFFFF:Always Have Power Up :shiryu2:00A00000:000A18C7:00013001:FFFFFFFF:Always Use Boost :shiryu2:00000000:000A18C8:00000130:FFFFFFFF:Infinite Boost Time :shiryu2:62000000:00000000:00000000:00000000:Select Starting Scene:Set on Mission Briefing Screen :shiryu2:00210001:000CFF7C:00000000:FFFFFFFF:Neo Hong Kong Scene 1 :shiryu2:00210001:000CFF7C:00010100:FFFFFFFF:Neo Hong Kong Scene 2 :shiryu2:00210001:000CFF7C:00020200:FFFFFFFF:Neo Hong Kong Scene 3 :shiryu2:00210001:000CFF7C:00030300:FFFFFFFF:Neo Hong Kong Scene 4 :shiryu2:00210001:000CFF7C:00040400:FFFFFFFF:Neo Hong Kong Scene 5 :shiryu2:00210001:000CFF7C:00050500:FFFFFFFF:Neo Hong Kong Scene 6 :shiryu2:00210001:000CFF7C:00000001:FFFFFFFF:Fortress Wahnen Scene 1 :shiryu2:00210001:000CFF7C:00010101:FFFFFFFF:Fortress Wahnen Scene 2 :shiryu2:00210001:000CFF7C:00020201:FFFFFFFF:Fortress Wahnen Scene 3 :shiryu2:00210001:000CFF7C:00030301:FFFFFFFF:Fortress Wahnen Scene 4 :shiryu2:00210001:000CFF7C:00040401:FFFFFFFF:Fortress Wahnen Scene 5 :shiryu2:00210001:000CFF7C:00050501:FFFFFFFF:Fortress Wahnen Scene 6 :shiryu2:00210001:000CFF7C:00000002:FFFFFFFF:Antarctica Scene 1 :shiryu2:00210001:000CFF7C:00010102:FFFFFFFF:Antarctica Scene 2 :shiryu2:00210001:000CFF7C:00020202:FFFFFFFF:Antarctica Scene 3 :shiryu2:00210001:000CFF7C:00030302:FFFFFFFF:Antarctica Scene 4 :shiryu2:00210001:000CFF7C:00040402:FFFFFFFF:Antarctica Scene 5 :shiryu2:00210001:000CFF7C:00050502:FFFFFFFF:Antarctica Scene 6 :shiryu2:00210001:000CFF7C:00000004:FFFFFFFF:Flying Battle Ship Barlog Scene 1 :shiryu2:00210001:000CFF7C:00010104:FFFFFFFF:Flying Battle Ship Barlog Scene 2 :shiryu2:00210001:000CFF7C:00020204:FFFFFFFF:Flying Battle Ship Barlog Scene 3 :shiryu2:00210001:000CFF7C:00030304:FFFFFFFF:Flying Battle Ship Barlog Scene 4 :shiryu2:00210001:000CFF7C:00040404:FFFFFFFF:Flying Battle Ship Barlog Scene 5 :shiryu2:00210001:000CFF7C:00050504:FFFFFFFF:Flying Battle Ship Barlog Scene 6 :shiryu2:00210001:000CFF7C:00000005:FFFFFFFF:Third Moon Scene 1 :shiryu2:00210001:000CFF7C:00010105:FFFFFFFF:Third Moon Scene 2 :shiryu2:00210001:000CFF7C:00020205:FFFFFFFF:Third Moon Scene 3 :shiryu2:00210001:000CFF7C:00030305:FFFFFFFF:Third Moon Scene 4 :shiryu2:00210001:000CFF7C:00040405:FFFFFFFF:Third Moon Scene 5 :shiryu2:00210001:000CFF7C:00050505:FFFFFFFF:Third Moon Scene 6 ; [ Shisensho - Joshiryo-Hen (Japan) ] shisen:0:EA06:99:000:Infinite Time shisen:0:E181:00:001:Finish this stage Now! shisen:0:E181:00:000:Slide Show Mode shisen:0:EA02:03:007:Infinite Help PL1 shisen:0:EA22:03:507:Infinite Help PL1 (2/2) shisen:0:EA28:09:000:Infinite Turn Time PL1 shisen:0:EA42:03:007:Infinite Help PL2 shisen:0:EA48:09:000:Infinite Turn Time PL2 ; [ Shisensho II ] :shisen2:00000060:A0BD6:00000004:FFFFFFFF:Infinite Helpers :shisen2:00000080:A0C0F:000000A0:FFFFFFFF:Infinite Time SOLO/VS PL1 :shisen2:00000000:A0C13:0000005C:FFFFFFFF:Infinite Time VS PL2 ; [ Shanghai Matekibuyuu ] shngmtkb:0:0000:00:999:[ This game hasn't even ]:REASON 11 shngmtkb:0:0000:00:999:[ been looked at due to ]:REASON 11 shngmtkb:0:0000:00:999:[ time constraints - Too]:REASON 11 shngmtkb:0:0000:00:999:[ many games and so ]:REASON 11 shngmtkb:0:0000:00:999:[ little time. It is ]:REASON 11 shngmtkb:0:0000:00:999:[ even possible that ]:REASON 11 shngmtkb:0:0000:00:999:[ this game may be a ]:REASON 11 shngmtkb:0:0000:00:999:[ clone of an existing ]:REASON 11 shngmtkb:0:0000:00:999:[ game which may have ]:REASON 11 shngmtkb:0:0000:00:999:[ cheats. Please search ]:REASON 11 shngmtkb:0:0000:00:999:[ the cheat forums ]:REASON 11 shngmtkb:0:0000:00:999:[ before posting cheat ]:REASON 11 shngmtkb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Shocking ] shocking:0:FF15F7:09:000:Infinite Lives PL1 shocking:0:FF2E45:02:000:Invincibility PL1 shocking:0:FF1603:09:000:Infinite Lives PL2 shocking:0:FF2E75:02:000:Invincibility PL2 ; [ Shock Troopers - 2nd Squad ] shocktr2:0:108F7B:99:000:Infinite Time shocktr2:0:10905B:03:000:Infinite Lives PL1 shocktr2:0:10901F:0A:000:Infinite Grenades PL1 shocktr2:0:100127:FF:000:Invincibility PL1 shocktr2:0:109021:24:000:Maximum Power(Lv3) PL1 shocktr2:0:109016:40:000:Infinite Ammo PL1 shocktr2:0:109015:00:000:Always have Normal Shot PL1 shocktr2:0:109015:04:000:Always have Fire Shot PL1 shocktr2:0:109015:08:000:Always have Round Shot PL1 shocktr2:0:109015:0C:000:Always have Missile Shot PL1 shocktr2:0:109015:10:000:Always have Boomerang Shot PL1 shocktr2:0:10915B:03:000:Infinite Lives PL2 shocktr2:0:10911F:0A:000:Infinite Grenades PL2 shocktr2:0:102127:FF:000:Invincibility PL2 shocktr2:0:109121:24:000:Maximum Power(Lv3) PL2 shocktr2:0:109116:40:000:Infinite Ammo PL2 shocktr2:0:109115:00:000:Always have Normal Shot PL2 shocktr2:0:109115:04:000:Always have Fire Shot PL2 shocktr2:0:109115:08:000:Always have Round Shot PL2 shocktr2:0:109115:0C:000:Always have Missile Shot PL2 shocktr2:0:109115:10:000:Always have Boomerang Shot PL2 :shocktr2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :shocktr2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :shocktr2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Shock Troopers (set 2) ] shocktra:0:000000:00:999:[ This game looks protected? ] shocktra:0:000000:00:999:[ TM1 = Team Member 1 or Solo , ] shocktra:0:000000:00:999:[ TM2 = Team Member 2 , TM3 = Team Member 3 ] shocktra:0:108342:99:000:Infinite Credits (Home) PL1:Home Version Only! shocktra:0:108343:99:000:Infinite Credits (Home) PL2:Home Version Only! shocktra:0:108D01:99:000:Infinite Time shocktra:0:1001B5:80:000:Infinite Energy PL1 shocktra:0:100127:FF:000:Invincibility PL1 shocktra:0:108DBB:D0:000:Infinite Gun Ammo PL1 shocktra:0:108DC3:63:000:Infinite Special Ammo TM1 PL1 shocktra:0:108DC7:63:000:Infinite Special Ammo TM2 PL1 shocktra:0:108DCB:63:000:Infinite Special Ammo TM3 PL1 shocktra:0:108DB9:00:000:Always have Normal Gun PL1 shocktra:0:108DB9:04:000:Always have Heavy Gun PL1 shocktra:0:108DB9:08:000:Always have Vulcan Gun PL1 shocktra:0:108DB9:0C:000:Always have 3-Way Gun PL1 shocktra:0:108DB9:10:000:Always have Buster Gun PL1 shocktra:0:108DB9:14:000:Always have Flame Gun PL1 shocktra:0:108DB9:18:000:Always have Rocket Gun PL1 shocktra:0:108DB9:1C:000:Always have Missile Gun PL1 shocktra:0:108DB9:20:000:Always have Hyper Gun PL1 shocktra:0:108DB9:00:001:Get Normal Gun Now! PL1 shocktra:0:108DB9:04:001:Get Heavy Gun Now! PL1 shocktra:0:108DB9:08:001:Get Vulcan Gun Now! PL1 shocktra:0:108DB9:0C:001:Get 3-Way Gun Now! PL1 shocktra:0:108DB9:10:001:Get Buster Gun Now! PL1 shocktra:0:108DB9:14:001:Get Flame Gun Now! PL1 shocktra:0:108DB9:18:001:Get Rocket Gun Now! PL1 shocktra:0:108DB9:1C:001:Get Missile Gun Now! PL1 shocktra:0:108DB9:20:001:Get Hyper Gun Now! PL1 shocktra:0:108DC1:00:000:Special Weapon always Grenade TM1 PL1 shocktra:0:108DC1:04:000:Special Weapon always Smoke Can TM1 PL1 shocktra:0:108DC1:08:000:Special Weapon always Can Gun TM1 PL1 shocktra:0:108DC1:0C:000:Special Weapon always Boomerang TM1 PL1 shocktra:0:108DC1:10:000:Special Weapon always Missile L. TM1 PL1 shocktra:0:108DC1:14:000:Special Weapon always Bow&Arrow TM1 PL1 shocktra:0:108DC1:18:000:Special Weapon always Chemical TM1 PL1 shocktra:0:108DC1:1C:000:Special Weapon always Bazooka TM1 PL1 shocktra:0:108DC1:00:001:Special Weapon is Grenade Now! TM1 PL1 shocktra:0:108DC1:04:001:Special Weapon is Smoke Can Now! TM1 PL1 shocktra:0:108DC1:08:001:Special Weapon is Can Gun Now! TM1 PL1 shocktra:0:108DC1:0C:001:Special Weapon is Boomerang Now! TM1 PL1 shocktra:0:108DC1:10:001:Special Weapon is Missile L. Now! TM1 PL1 shocktra:0:108DC1:14:001:Special Weapon is Bow&Arrow Now! TM1 PL1 shocktra:0:108DC1:18:001:Special Weapon is Chemical Now! TM1 PL1 shocktra:0:108DC1:1C:001:Special Weapon is Bazooka Now! TM1 PL1 shocktra:0:108DC5:00:000:Special Weapon always Grenade TM2 PL1 shocktra:0:108DC5:04:000:Special Weapon always Smoke Can TM2 PL1 shocktra:0:108DC5:08:000:Special Weapon always Can Gun TM2 PL1 shocktra:0:108DC5:0C:000:Special Weapon always Boomerang TM2 PL1 shocktra:0:108DC5:10:000:Special Weapon always Missile L. TM2 PL1 shocktra:0:108DC5:14:000:Special Weapon always Bow&Arrow TM2 PL1 shocktra:0:108DC5:18:000:Special Weapon always Chemical TM2 PL1 shocktra:0:108DC5:1C:000:Special Weapon always Bazooka TM2 PL1 shocktra:0:108DC5:00:001:Special Weapon is Grenade Now! TM2 PL1 shocktra:0:108DC5:04:001:Special Weapon is Smoke Can Now! TM2 PL1 shocktra:0:108DC5:08:001:Special Weapon is Can Gun Now! TM2 PL1 shocktra:0:108DC5:0C:001:Special Weapon is Boomerang Now! TM2 PL1 shocktra:0:108DC5:10:001:Special Weapon is Missile L. Now! TM2 PL1 shocktra:0:108DC5:14:001:Special Weapon is Bow&Arrow Now! TM2 PL1 shocktra:0:108DC5:18:001:Special Weapon is Chemical Now! TM2 PL1 shocktra:0:108DC5:1C:001:Special Weapon is Bazooka Now! TM2 PL1 shocktra:0:108DC9:00:000:Special Weapon always Grenade TM3 PL1 shocktra:0:108DC9:04:000:Special Weapon always Smoke Can TM3 PL1 shocktra:0:108DC9:08:000:Special Weapon always Can Gun TM3 PL1 shocktra:0:108DC9:0C:000:Special Weapon always Boomerang TM3 PL1 shocktra:0:108DC9:10:000:Special Weapon always Missile L. TM3 PL1 shocktra:0:108DC9:14:000:Special Weapon always Bow&Arrow TM3 PL1 shocktra:0:108DC9:18:000:Special Weapon always Chemical TM3 PL1 shocktra:0:108DC9:1C:000:Special Weapon always Bazooka TM3 PL1 shocktra:0:108DC9:00:001:Special Weapon is Grenade Now! TM3 PL1 shocktra:0:108DC9:04:001:Special Weapon is Smoke Can Now! TM3 PL1 shocktra:0:108DC9:08:001:Special Weapon is Can Gun Now! TM3 PL1 shocktra:0:108DC9:0C:001:Special Weapon is Boomerang Now! TM3 PL1 shocktra:0:108DC9:10:001:Special Weapon is Missile L. Now! TM3 PL1 shocktra:0:108DC9:14:001:Special Weapon is Bow&Arrow Now! TM3 PL1 shocktra:0:108DC9:18:001:Special Weapon is Chemical Now! TM3 PL1 shocktra:0:108DC9:1C:001:Special Weapon is Bazooka Now! TM3 PL1 shocktra:0:1021B5:80:000:Infinite Energy PL2 shocktra:0:102127:FF:000:Invincibility PL2 shocktra:0:108FBB:D0:000:Infinite Gun Ammo PL2 shocktra:0:108FC3:63:000:Infinite Special Ammo TM1 PL2 shocktra:0:108FC7:63:000:Infinite Special Ammo TM2 PL2 shocktra:0:108FCB:63:000:Infinite Special Ammo TM3 PL2 shocktra:0:108FB9:00:000:Always have Normal Gun PL2 shocktra:0:108FB9:04:000:Always have Heavy Gun PL2 shocktra:0:108FB9:08:000:Always have Vulcan Gun PL2 shocktra:0:108FB9:0C:000:Always have 3-Way Gun PL2 shocktra:0:108FB9:10:000:Always have Buster Gun PL2 shocktra:0:108FB9:14:000:Always have Flame Gun PL2 shocktra:0:108FB9:18:000:Always have Rocket Gun PL2 shocktra:0:108FB9:1C:000:Always have Missile Gun PL2 shocktra:0:108FB9:20:000:Always have Hyper Gun PL2 shocktra:0:108FB9:00:001:Get Normal Gun Now! PL2 shocktra:0:108FB9:04:001:Get Heavy Gun Now! PL2 shocktra:0:108FB9:08:001:Get Vulcan Gun Now! PL2 shocktra:0:108FB9:0C:001:Get 3-Way Gun Now! PL2 shocktra:0:108FB9:10:001:Get Buster Gun Now! PL2 shocktra:0:108FB9:14:001:Get Flame Gun Now! PL2 shocktra:0:108FB9:18:001:Get Rocket Gun Now! PL2 shocktra:0:108FB9:1C:001:Get Missile Gun Now! PL2 shocktra:0:108FB9:20:001:Get Hyper Gun Now! PL2 shocktra:0:108FC1:00:000:Special Weapon always Grenade TM1 PL2 shocktra:0:108FC1:04:000:Special Weapon always Smoke Can TM1 PL2 shocktra:0:108FC1:08:000:Special Weapon always Can Gun TM1 PL2 shocktra:0:108FC1:0C:000:Special Weapon always Boomerang TM1 PL2 shocktra:0:108FC1:10:000:Special Weapon always Missile L. TM1 PL2 shocktra:0:108FC1:14:000:Special Weapon always Bow&Arrow TM1 PL2 shocktra:0:108FC1:18:000:Special Weapon always Chemical TM1 PL2 shocktra:0:108FC1:1C:000:Special Weapon always Bazooka TM1 PL2 shocktra:0:108FC1:00:001:Special Weapon is Grenade Now! TM1 PL2 shocktra:0:108FC1:04:001:Special Weapon is Smoke Can Now! TM1 PL2 shocktra:0:108FC1:08:001:Special Weapon is Can Gun Now! TM1 PL2 shocktra:0:108FC1:0C:001:Special Weapon is Boomerang Now! TM1 PL2 shocktra:0:108FC1:10:001:Special Weapon is Missile L. Now! TM1 PL2 shocktra:0:108FC1:14:001:Special Weapon is Bow&Arrow Now! TM1 PL2 shocktra:0:108FC1:18:001:Special Weapon is Chemical Now! TM1 PL2 shocktra:0:108FC1:1C:001:Special Weapon is Bazooka Now! TM1 PL2 shocktra:0:108FC5:00:000:Special Weapon always Grenade TM2 PL2 shocktra:0:108FC5:04:000:Special Weapon always Smoke Can TM2 PL2 shocktra:0:108FC5:08:000:Special Weapon always Can Gun TM2 PL2 shocktra:0:108FC5:0C:000:Special Weapon always Boomerang TM2 PL2 shocktra:0:108FC5:10:000:Special Weapon always Missile L. TM2 PL2 shocktra:0:108FC5:14:000:Special Weapon always Bow&Arrow TM2 PL2 shocktra:0:108FC5:18:000:Special Weapon always Chemical TM2 PL2 shocktra:0:108FC5:1C:000:Special Weapon always Bazooka TM2 PL2 shocktra:0:108FC5:00:001:Special Weapon is Grenade Now! TM2 PL2 shocktra:0:108FC5:04:001:Special Weapon is Smoke Can Now! TM2 PL2 shocktra:0:108FC5:08:001:Special Weapon is Can Gun Now! TM2 PL2 shocktra:0:108FC5:0C:001:Special Weapon is Boomerang Now! TM2 PL2 shocktra:0:108FC5:10:001:Special Weapon is Missile L. Now! TM2 PL2 shocktra:0:108FC5:14:001:Special Weapon is Bow&Arrow Now! TM2 PL2 shocktra:0:108FC5:18:001:Special Weapon is Chemical Now! TM2 PL2 shocktra:0:108FC5:1C:001:Special Weapon is Bazooka Now! TM2 PL2 shocktra:0:108FC9:00:000:Special Weapon always Grenade TM3 PL2 shocktra:0:108FC9:04:000:Special Weapon always Smoke Can TM3 PL2 shocktra:0:108FC9:08:000:Special Weapon always Can Gun TM3 PL2 shocktra:0:108FC9:0C:000:Special Weapon always Boomerang TM3 PL2 shocktra:0:108FC9:10:000:Special Weapon always Missile L. TM3 PL2 shocktra:0:108FC9:14:000:Special Weapon always Bow&Arrow TM3 PL2 shocktra:0:108FC9:18:000:Special Weapon always Chemical TM3 PL2 shocktra:0:108FC9:1C:000:Special Weapon always Bazooka TM3 PL2 shocktra:0:108FC9:00:001:Special Weapon is Grenade Now! TM3 PL2 shocktra:0:108FC9:04:001:Special Weapon is Smoke Can Now! TM3 PL2 shocktra:0:108FC9:08:001:Special Weapon is Can Gun Now! TM3 PL2 shocktra:0:108FC9:0C:001:Special Weapon is Boomerang Now! TM3 PL2 shocktra:0:108FC9:10:001:Special Weapon is Missile L. Now! TM3 PL2 shocktra:0:108FC9:14:001:Special Weapon is Bow&Arrow Now! TM3 PL2 shocktra:0:108FC9:18:001:Special Weapon is Chemical Now! TM3 PL2 shocktra:0:108FC9:1C:001:Special Weapon is Bazooka Now! TM3 PL2 :shocktra:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :shocktra:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :shocktra:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Shock Troopers (set 1) ] shocktro:0:000000:00:999:[ This game looks protected? ] shocktro:0:000000:00:999:[ TM1 = Team Member 1 or Solo , ] shocktro:0:000000:00:999:[ TM2 = Team Member 2 , TM3 = Team Member 3 ] shocktro:0:108342:99:000:Infinite Credits (Home) PL1:Home Version Only! shocktro:0:108343:99:000:Infinite Credits (Home) PL2:Home Version Only! shocktro:0:108D01:99:000:Infinite Time shocktro:0:1001B5:80:000:Infinite Energy PL1 shocktro:0:100127:FF:000:Invincibility PL1 shocktro:0:108DBB:D0:000:Infinite Gun Ammo PL1 shocktro:0:108DC3:63:000:Infinite Special Ammo TM1 PL1 shocktro:0:108DC7:63:000:Infinite Special Ammo TM2 PL1 shocktro:0:108DCB:63:000:Infinite Special Ammo TM3 PL1 shocktro:0:108DB9:00:000:Always have Normal Gun PL1 shocktro:0:108DB9:04:000:Always have Heavy Gun PL1 shocktro:0:108DB9:08:000:Always have Vulcan Gun PL1 shocktro:0:108DB9:0C:000:Always have 3-Way Gun PL1 shocktro:0:108DB9:10:000:Always have Buster Gun PL1 shocktro:0:108DB9:14:000:Always have Flame Gun PL1 shocktro:0:108DB9:18:000:Always have Rocket Gun PL1 shocktro:0:108DB9:1C:000:Always have Missile Gun PL1 shocktro:0:108DB9:20:000:Always have Hyper Gun PL1 shocktro:0:108DB9:00:001:Get Normal Gun Now! PL1 shocktro:0:108DB9:04:001:Get Heavy Gun Now! PL1 shocktro:0:108DB9:08:001:Get Vulcan Gun Now! PL1 shocktro:0:108DB9:0C:001:Get 3-Way Gun Now! PL1 shocktro:0:108DB9:10:001:Get Buster Gun Now! PL1 shocktro:0:108DB9:14:001:Get Flame Gun Now! PL1 shocktro:0:108DB9:18:001:Get Rocket Gun Now! PL1 shocktro:0:108DB9:1C:001:Get Missile Gun Now! PL1 shocktro:0:108DB9:20:001:Get Hyper Gun Now! PL1 shocktro:0:108DC1:00:000:Special Weapon always Grenade TM1 PL1 shocktro:0:108DC1:04:000:Special Weapon always Smoke Can TM1 PL1 shocktro:0:108DC1:08:000:Special Weapon always Can Gun TM1 PL1 shocktro:0:108DC1:0C:000:Special Weapon always Boomerang TM1 PL1 shocktro:0:108DC1:10:000:Special Weapon always Missile L. TM1 PL1 shocktro:0:108DC1:14:000:Special Weapon always Bow&Arrow TM1 PL1 shocktro:0:108DC1:18:000:Special Weapon always Chemical TM1 PL1 shocktro:0:108DC1:1C:000:Special Weapon always Bazooka TM1 PL1 shocktro:0:108DC1:00:001:Special Weapon is Grenade Now! TM1 PL1 shocktro:0:108DC1:04:001:Special Weapon is Smoke Can Now! TM1 PL1 shocktro:0:108DC1:08:001:Special Weapon is Can Gun Now! TM1 PL1 shocktro:0:108DC1:0C:001:Special Weapon is Boomerang Now! TM1 PL1 shocktro:0:108DC1:10:001:Special Weapon is Missile L. Now! TM1 PL1 shocktro:0:108DC1:14:001:Special Weapon is Bow&Arrow Now! TM1 PL1 shocktro:0:108DC1:18:001:Special Weapon is Chemical Now! TM1 PL1 shocktro:0:108DC1:1C:001:Special Weapon is Bazooka Now! TM1 PL1 shocktro:0:108DC5:00:000:Special Weapon always Grenade TM2 PL1 shocktro:0:108DC5:04:000:Special Weapon always Smoke Can TM2 PL1 shocktro:0:108DC5:08:000:Special Weapon always Can Gun TM2 PL1 shocktro:0:108DC5:0C:000:Special Weapon always Boomerang TM2 PL1 shocktro:0:108DC5:10:000:Special Weapon always Missile L. TM2 PL1 shocktro:0:108DC5:14:000:Special Weapon always Bow&Arrow TM2 PL1 shocktro:0:108DC5:18:000:Special Weapon always Chemical TM2 PL1 shocktro:0:108DC5:1C:000:Special Weapon always Bazooka TM2 PL1 shocktro:0:108DC5:00:001:Special Weapon is Grenade Now! TM2 PL1 shocktro:0:108DC5:04:001:Special Weapon is Smoke Can Now! TM2 PL1 shocktro:0:108DC5:08:001:Special Weapon is Can Gun Now! TM2 PL1 shocktro:0:108DC5:0C:001:Special Weapon is Boomerang Now! TM2 PL1 shocktro:0:108DC5:10:001:Special Weapon is Missile L. Now! TM2 PL1 shocktro:0:108DC5:14:001:Special Weapon is Bow&Arrow Now! TM2 PL1 shocktro:0:108DC5:18:001:Special Weapon is Chemical Now! TM2 PL1 shocktro:0:108DC5:1C:001:Special Weapon is Bazooka Now! TM2 PL1 shocktro:0:108DC9:00:000:Special Weapon always Grenade TM3 PL1 shocktro:0:108DC9:04:000:Special Weapon always Smoke Can TM3 PL1 shocktro:0:108DC9:08:000:Special Weapon always Can Gun TM3 PL1 shocktro:0:108DC9:0C:000:Special Weapon always Boomerang TM3 PL1 shocktro:0:108DC9:10:000:Special Weapon always Missile L. TM3 PL1 shocktro:0:108DC9:14:000:Special Weapon always Bow&Arrow TM3 PL1 shocktro:0:108DC9:18:000:Special Weapon always Chemical TM3 PL1 shocktro:0:108DC9:1C:000:Special Weapon always Bazooka TM3 PL1 shocktro:0:108DC9:00:001:Special Weapon is Grenade Now! TM3 PL1 shocktro:0:108DC9:04:001:Special Weapon is Smoke Can Now! TM3 PL1 shocktro:0:108DC9:08:001:Special Weapon is Can Gun Now! TM3 PL1 shocktro:0:108DC9:0C:001:Special Weapon is Boomerang Now! TM3 PL1 shocktro:0:108DC9:10:001:Special Weapon is Missile L. Now! TM3 PL1 shocktro:0:108DC9:14:001:Special Weapon is Bow&Arrow Now! TM3 PL1 shocktro:0:108DC9:18:001:Special Weapon is Chemical Now! TM3 PL1 shocktro:0:108DC9:1C:001:Special Weapon is Bazooka Now! TM3 PL1 shocktro:0:1021B5:80:000:Infinite Energy PL2 shocktro:0:102127:FF:000:Invincibility PL2 shocktro:0:108FBB:D0:000:Infinite Gun Ammo PL2 shocktro:0:108FC3:63:000:Infinite Special Ammo TM1 PL2 shocktro:0:108FC7:63:000:Infinite Special Ammo TM2 PL2 shocktro:0:108FCB:63:000:Infinite Special Ammo TM3 PL2 shocktro:0:108FB9:00:000:Always have Normal Gun PL2 shocktro:0:108FB9:04:000:Always have Heavy Gun PL2 shocktro:0:108FB9:08:000:Always have Vulcan Gun PL2 shocktro:0:108FB9:0C:000:Always have 3-Way Gun PL2 shocktro:0:108FB9:10:000:Always have Buster Gun PL2 shocktro:0:108FB9:14:000:Always have Flame Gun PL2 shocktro:0:108FB9:18:000:Always have Rocket Gun PL2 shocktro:0:108FB9:1C:000:Always have Missile Gun PL2 shocktro:0:108FB9:20:000:Always have Hyper Gun PL2 shocktro:0:108FB9:00:001:Get Normal Gun Now! PL2 shocktro:0:108FB9:04:001:Get Heavy Gun Now! PL2 shocktro:0:108FB9:08:001:Get Vulcan Gun Now! PL2 shocktro:0:108FB9:0C:001:Get 3-Way Gun Now! PL2 shocktro:0:108FB9:10:001:Get Buster Gun Now! PL2 shocktro:0:108FB9:14:001:Get Flame Gun Now! PL2 shocktro:0:108FB9:18:001:Get Rocket Gun Now! PL2 shocktro:0:108FB9:1C:001:Get Missile Gun Now! PL2 shocktro:0:108FB9:20:001:Get Hyper Gun Now! PL2 shocktro:0:108FC1:00:000:Special Weapon always Grenade TM1 PL2 shocktro:0:108FC1:04:000:Special Weapon always Smoke Can TM1 PL2 shocktro:0:108FC1:08:000:Special Weapon always Can Gun TM1 PL2 shocktro:0:108FC1:0C:000:Special Weapon always Boomerang TM1 PL2 shocktro:0:108FC1:10:000:Special Weapon always Missile L. TM1 PL2 shocktro:0:108FC1:14:000:Special Weapon always Bow&Arrow TM1 PL2 shocktro:0:108FC1:18:000:Special Weapon always Chemical TM1 PL2 shocktro:0:108FC1:1C:000:Special Weapon always Bazooka TM1 PL2 shocktro:0:108FC1:00:001:Special Weapon is Grenade Now! TM1 PL2 shocktro:0:108FC1:04:001:Special Weapon is Smoke Can Now! TM1 PL2 shocktro:0:108FC1:08:001:Special Weapon is Can Gun Now! TM1 PL2 shocktro:0:108FC1:0C:001:Special Weapon is Boomerang Now! TM1 PL2 shocktro:0:108FC1:10:001:Special Weapon is Missile L. Now! TM1 PL2 shocktro:0:108FC1:14:001:Special Weapon is Bow&Arrow Now! TM1 PL2 shocktro:0:108FC1:18:001:Special Weapon is Chemical Now! TM1 PL2 shocktro:0:108FC1:1C:001:Special Weapon is Bazooka Now! TM1 PL2 shocktro:0:108FC5:00:000:Special Weapon always Grenade TM2 PL2 shocktro:0:108FC5:04:000:Special Weapon always Smoke Can TM2 PL2 shocktro:0:108FC5:08:000:Special Weapon always Can Gun TM2 PL2 shocktro:0:108FC5:0C:000:Special Weapon always Boomerang TM2 PL2 shocktro:0:108FC5:10:000:Special Weapon always Missile L. TM2 PL2 shocktro:0:108FC5:14:000:Special Weapon always Bow&Arrow TM2 PL2 shocktro:0:108FC5:18:000:Special Weapon always Chemical TM2 PL2 shocktro:0:108FC5:1C:000:Special Weapon always Bazooka TM2 PL2 shocktro:0:108FC5:00:001:Special Weapon is Grenade Now! TM2 PL2 shocktro:0:108FC5:04:001:Special Weapon is Smoke Can Now! TM2 PL2 shocktro:0:108FC5:08:001:Special Weapon is Can Gun Now! TM2 PL2 shocktro:0:108FC5:0C:001:Special Weapon is Boomerang Now! TM2 PL2 shocktro:0:108FC5:10:001:Special Weapon is Missile L. Now! TM2 PL2 shocktro:0:108FC5:14:001:Special Weapon is Bow&Arrow Now! TM2 PL2 shocktro:0:108FC5:18:001:Special Weapon is Chemical Now! TM2 PL2 shocktro:0:108FC5:1C:001:Special Weapon is Bazooka Now! TM2 PL2 shocktro:0:108FC9:00:000:Special Weapon always Grenade TM3 PL2 shocktro:0:108FC9:04:000:Special Weapon always Smoke Can TM3 PL2 shocktro:0:108FC9:08:000:Special Weapon always Can Gun TM3 PL2 shocktro:0:108FC9:0C:000:Special Weapon always Boomerang TM3 PL2 shocktro:0:108FC9:10:000:Special Weapon always Missile L. TM3 PL2 shocktro:0:108FC9:14:000:Special Weapon always Bow&Arrow TM3 PL2 shocktro:0:108FC9:18:000:Special Weapon always Chemical TM3 PL2 shocktro:0:108FC9:1C:000:Special Weapon always Bazooka TM3 PL2 shocktro:0:108FC9:00:001:Special Weapon is Grenade Now! TM3 PL2 shocktro:0:108FC9:04:001:Special Weapon is Smoke Can Now! TM3 PL2 shocktro:0:108FC9:08:001:Special Weapon is Can Gun Now! TM3 PL2 shocktro:0:108FC9:0C:001:Special Weapon is Boomerang Now! TM3 PL2 shocktro:0:108FC9:10:001:Special Weapon is Missile L. Now! TM3 PL2 shocktro:0:108FC9:14:001:Special Weapon is Bow&Arrow Now! TM3 PL2 shocktro:0:108FC9:18:001:Special Weapon is Chemical Now! TM3 PL2 shocktro:0:108FC9:1C:001:Special Weapon is Bazooka Now! TM3 PL2 :shocktro:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :shocktro:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :shocktro:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Shogun Warriors ] shogwarr:0:0000:00:999:[ There are no cheats ]:REASON 1 shogwarr:0:0000:00:999:[ for this game as it ]:REASON 1 shogwarr:0:0000:00:999:[ didn't work the last ]:REASON 1 shogwarr:0:0000:00:999:[ time it was tested. ]:REASON 1 shogwarr:0:0000:00:999:[ If the game now works ]:REASON 1 shogwarr:0:0000:00:999:[ please request cheats ]:REASON 1 shogwarr:0:0000:00:999:[ for it on the cheat ]:REASON 1 shogwarr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Satan's Hollow (set 1) ] shollow:0:C39D:09:000:Infinite Lives shollow:0:C396:78:000:Infinite Shield ; [ Satan's Hollow (set 2) ] shollow2:0:C39D:09:000:Infinite Lives shollow2:0:C396:78:000:Infinite Shield ; [ Shoot the Bull ] shootbul:0:4D77:01:000:Infinite Credits:Full Credits >4 (09) will activate a 4 player game shootbul:0:0000:00:999:[Cheats are for the 301 games] shootbul:0:4D00:00:001:Score = 0 Now! PL1: If you hit the board for points after you've used this cheat the player may go back to 301! shootbul:0:4D01:00:501:Score = 0 Now! PL1 (2/3) shootbul:0:4D02:00:501:Score = 0 Now! PL1 (3/3) shootbul:0:4D00:03:000:Score always = 301 PL1 shootbul:0:4D01:00:500:Score always = 301 PL1 (2/3) shootbul:0:4D02:01:500:Score always = 301 PL1 (3/3) shootbul:0:4D04:00:001:Score = 0 Now! PL2: If you hit the board for points after you've used this cheat the player may go back to 301! shootbul:0:4D05:00:501:Score = 0 Now! PL2 (2/3) shootbul:0:4D06:00:501:Score = 0 Now! PL2 (3/3) shootbul:0:4D04:03:000:Score always = 301 PL2 shootbul:0:4D05:00:500:Score always = 301 PL2 (2/3) shootbul:0:4D06:01:500:Score always = 301 PL2 (3/3) shootbul:0:4D08:00:001:Score = 0 Now! PL3: If you hit the board for points after you've used this cheat the player may go back to 301! shootbul:0:4D09:00:501:Score = 0 Now! PL3 (2/3) shootbul:0:4D0A:00:501:Score = 0 Now! PL3 (3/3) shootbul:0:4D08:03:000:Score always = 301 PL3 shootbul:0:4D09:00:500:Score always = 301 PL3 (2/3) shootbul:0:4D0A:01:500:Score always = 301 PL3 (3/3) shootbul:0:4D0C:00:001:Score = 0 Now! PL4: If you hit the board for points after you've used this cheat the player may go back to 301! shootbul:0:4D0D:00:501:Score = 0 Now! PL4 (2/3) shootbul:0:4D0E:00:501:Score = 0 Now! PL4 (3/3) shootbul:0:4D0C:03:000:Score always = 301 PL4 shootbul:0:4D0D:00:500:Score always = 301 PL4 (2/3) shootbul:0:4D0E:01:500:Score always = 301 PL4 (3/3) ; [ Shooting Gallery ] shootgal:0:0000:00:999:[ There are no cheats ]:REASON 1 shootgal:0:0000:00:999:[ for this game as it ]:REASON 1 shootgal:0:0000:00:999:[ didn't work the last ]:REASON 1 shootgal:0:0000:00:999:[ time it was tested. ]:REASON 1 shootgal:0:0000:00:999:[ If the game now works ]:REASON 1 shootgal:0:0000:00:999:[ please request cheats ]:REASON 1 shootgal:0:0000:00:999:[ for it on the cheat ]:REASON 1 shootgal:0:0000:00:999:[ forums. ]:REASON 1 ; [ Shoot Out (Korean Bootleg) ] shootoub:0:006D:06:000:Infinite Lives :shootoub:00000000:0064:00000000:FFFFFFFF:Invincibility :shootoub:20810000:E475:00000040:FFFFFFFF:Invincibility (2/2) shootoub:0:0067:07:071:Scene Select shootoub:0:0077:01:001:Kill one enemy to clear scene ; [ Shoot Out (Japan) ] shootouj:0:006D:06:000:Infinite Lives :shootouj:00000000:0064:00000000:FFFFFFFF:Invincibility :shootouj:20810000:E475:00000040:FFFFFFFF:Invincibility (2/2) shootouj:0:0067:07:071:Scene Select shootouj:0:0077:01:001:Kill one enemy to clear scene ; [ Shoot Out (US) ] shootout:0:0061:06:000:Infinite Lives :shootout:00000000:0058:00000000:FFFFFFFF:Invincibility :shootout:20810000:E589:00000040:FFFFFFFF:Invincibility (2/2) shootout:0:005B:07:071:Scene Select shootout:0:006B:01:001:Kill one enemy to clear scene ; [ Shougi ] :shougi:00100000:41FA:00004848:FFFFFFFF:Infinite Credits :shougi:00300000:402A:48482848:FFFFFFFF:Infinite Time PL1 :shougi:00300000:4158:0E0E0E0E:FFFFFFFF:Infinite Koma Stock PL1 :shougi:00210000:415C:000E0E0E:FFFFFFFF:Infinite Koma Stock PL1 (2/2) :shougi:00300000:4158:00000000:FFFFFFFF:Always No Koma Stock PL1 :shougi:00210000:415C:00000000:FFFFFFFF:Always No Koma Stock PL1 (2/2) :shougi:00300000:402E:48482848:FFFFFFFF:Infinite Time PL2 :shougi:00300000:4151:0E0E0E0E:FFFFFFFF:Infinite Koma Stock PL2 :shougi:00210000:4155:000E0E0E:FFFFFFFF:Infinite Koma Stock PL2 (2/2) :shougi:00300000:4151:00000000:FFFFFFFF:Always No Koma Stock PL2 :shougi:00210000:4155:00000000:FFFFFFFF:Always No Koma Stock PL2 (2/2) ; [ Shougi 2 ] :shougi2:00100000:41FA:00004848:FFFFFFFF:Infinite Credits :shougi2:00300000:402A:48482848:FFFFFFFF:Infinite Time PL1 :shougi2:00300000:4158:0E0E0E0E:FFFFFFFF:Infinite Koma Stock PL1 :shougi2:00210000:415C:000E0E0E:FFFFFFFF:Infinite Koma Stock PL1 (2/2) :shougi2:00300000:4158:00000000:FFFFFFFF:Always No Koma Stock PL1 :shougi2:00210000:415C:00000000:FFFFFFFF:Always No Koma Stock PL1 (2/2) :shougi2:00300000:402E:48482848:FFFFFFFF:Infinite Time PL2 :shougi2:00300000:4151:0E0E0E0E:FFFFFFFF:Infinite Koma Stock PL2 :shougi2:00210000:4155:000E0E0E:FFFFFFFF:Infinite Koma Stock PL2 (2/2) :shougi2:00300000:4151:00000000:FFFFFFFF:Always No Koma Stock PL2 :shougi2:00210000:4155:00000000:FFFFFFFF:Always No Koma Stock PL2 (2/2) ; [ Showdown (version 5.0) ] showdown:0:2221:00:000:Infinite Hands showdown:0:3E27:0A:000:Infinite $1 Chips showdown:0:3E29:0A:000:Infinite $5 Chips showdown:0:3E2B:0A:000:Infinite $10 Chips showdown:0:3E2D:0A:000:Infinite Money bags showdown:0:0000:00:999:[The remaining cheats affect] showdown:0:0000:00:999:[the computer players only ] showdown:0:3E1F:00:000:Doc always has 0 $1 chips showdown:0:3E21:00:000:Doc always has 0 $5 chips showdown:0:3E23:00:000:Doc always has 0 $10 chips showdown:0:3E25:00:000:Doc always has 0 moneybags showdown:0:3E2F:00:000:Dolly always has 0 $1 chips showdown:0:3E31:00:000:Dolly always has 0 $5 chips showdown:0:3E33:00:000:Dolly always has 0 $10 chips showdown:0:3E35:00:000:Dolly always has 0 moneybags showdown:0:3E37:00:000:Dealer always has 0 $1 chips showdown:0:3E39:00:000:Dealer always has 0 $5 chips showdown:0:3E3B:00:000:Dealer always has 0 $10 chips showdown:0:3E3D:00:000:Dealer always has 0 moneybags showdown:0:3E1F:00:001:Doc has 0 $1 chips Now! showdown:0:3E21:00:001:Doc has 0 $5 chips Now! showdown:0:3E23:00:001:Doc has 0 $10 chips Now! showdown:0:3E25:00:001:Doc has 0 moneybags Now! showdown:0:3E2F:00:001:Dolly has 0 $1 chips Now! showdown:0:3E31:00:001:Dolly has 0 $5 chips Now! showdown:0:3E33:00:001:Dolly has 0 $10 chips Now! showdown:0:3E35:00:001:Dolly has 0 moneybags Now! showdown:0:3E37:00:001:Dealer has 0 $1 chips Now! showdown:0:3E39:00:001:Dealer has 0 $5 chips Now! showdown:0:3E3B:00:001:Dealer has 0 $10 chips Now! showdown:0:3E3D:00:001:Dealer has 0 moneybags Now! ; [ Sea Hunter Pengiun ] :shpeng:00000000:7778:00000009:FFFFFFFF:Infinite Credits :shpeng:00000000:773D:0000001E:FFFFFFFF:Infinite Time :shpeng:00000000:77C1:00000015:FFFFFFFF:Infinite Lives :shpeng:20800000:119F:000000C3:FFFFFFFF:Invincibility :shpeng:20810000:572F:000000C9:FFFFFFFF:Invincibility (2/2):1st = Falling Down, 2nd = Enemy :shpeng:20900000:164D:0000023E:FFFFFFFF:Always Have Speed Up :shpeng:20910000:16EF:0000023E:FFFFFFFF:Always Have Speed Up (2/2):1st = To Left, 2nd = To Right (inc (hl)/ld a,(hl) -> ld a,$02) :shpeng:20900001:250F:00002531:FFFFFFFF:Finish Current Round Now! :shpeng:20910021:250F:000004C0:FFFFFFFF:Finish Current Round Now! (2/2):jp nz,$04C0 -> $2531 :shpeng:00000301:7791:0000000B:FFFFFFFF:Select Starting Round:Set on displayed "Push Start Button" message screen after you've inserted a credit ; [ Shrike Avenger (prototype) ] shrike:0:00AC:FF:000:Infinite Energy ; [ Shooting Master ] shtngmst:0:0000:00:999:[ There are no cheats ]:REASON 1 shtngmst:0:0000:00:999:[ for this game as it ]:REASON 1 shtngmst:0:0000:00:999:[ didn't work the last ]:REASON 1 shtngmst:0:0000:00:999:[ time it was tested. ]:REASON 1 shtngmst:0:0000:00:999:[ If the game now works ]:REASON 1 shtngmst:0:0000:00:999:[ please request cheats ]:REASON 1 shtngmst:0:0000:00:999:[ for it on the cheat ]:REASON 1 shtngmst:0:0000:00:999:[ forums. ]:REASON 1 ; [ Shot Rider ] shtrider:0:E4C9:64:000:Infinite Fuel ; [ Shot Rider (Sigma license) ] shtridra:0:E4C9:64:000:Infinite Fuel ; [ Shuffleboard ] shuffle:0:0000:00:999:[The score will not update ] shuffle:0:0000:00:999:[until the round is tallied!] shuffle:0:2234:23:070:Select Score PL1 shuffle:0:2234:00:000:Score always = 0 PL1 shuffle:0:2234:00:001:Score = 0 Now! PL1 shuffle:0:2234:0A:001:Score = 10 Now! PL1 shuffle:0:2235:23:070:Select Score PL2 shuffle:0:2235:00:000:Score always = 0 PL2 shuffle:0:2235:00:001:Score = 0 Now! PL2 shuffle:0:2235:0A:001:Score = 10 Now! PL2 ; [ Shuffleshot (v1.40) ] :shufshot:00100000:60205A:000007CE:FFFFFFFF:Infinite Credits shufshot:0:004375:09:000:Infinite Time shufshot:0:00437B:6C:500:Infinite Time (2/2) ; [ Shuttle Invader ] :shuttlei:00000000:4003:00000099:FFFFFFFF:Infinite Credits :shuttlei:00000000:4040:00000009:FFFFFFFF:Infinite Lives :shuttlei:20800000:0D32:00000044:FFFFFFFF:Invincibility :shuttlei:20810000:0DA0:000000C3:FFFFFFFF:Invincibility (2/2) :shuttlei:20800100:0B8F:00000008:FFFFFFFF:Select Bullet Speed :shuttlei:00000000:4004:00000004:FFFFFFFF:Rapid Fire ; [ Shuuz (version 8.0) ] shuuz:0:3FDE45:01:001:Go to round 1 Now! shuuz:0:3FDDF5:00:000:PL1/Team 1 score always = 0 shuuz:0:3FDDF7:00:000:PL2/Team 2 score always = 0 shuuz:0:3FDDF9:00:000:PL3 score always = 0 shuuz:0:3FDDF5:63:072:Select Score PL1/Team 1 shuuz:0:3FDDF7:63:072:Select Score PL2/Team 2 shuuz:0:3FDDF9:63:072:Select Score PL3 ; [ Shuuz (version 7.1) ] shuuz2:0:3FDE45:01:001:Go to round 1 Now! shuuz2:0:3FDDF5:00:000:PL1/Team 1 score always = 0 shuuz2:0:3FDDF7:00:000:PL2/Team 2 score always = 0 shuuz2:0:3FDDF9:00:000:PL3 score always = 0 shuuz2:0:3FDDF5:63:072:Select Score PL1/Team 1 shuuz2:0:3FDDF7:63:072:Select Score PL2/Team 2 shuuz2:0:3FDDF9:63:072:Select Score PL3 ; [ Super Invader Attack ] sia2650:0:1D09:91:000:Infinite Credits sia2650:0:1D0A:04:000:Infinite Lives PL1 sia2650:0:1D0B:04:000:Infinite Lives PL2 ; [ Sichuan II (hack?) (set 1) ] sichuan2:0:EA06:99:000:Infinite Time sichuan2:0:E181:00:001:Finish this stage Now! sichuan2:0:E181:00:000:Slide Show Mode sichuan2:0:EA02:03:007:Infinite Help PL1 sichuan2:0:EA22:03:507:Infinite Help PL1 (2/2) sichuan2:0:EA28:09:000:Infinite Turn Time PL1 sichuan2:0:EA42:03:007:Infinite Help PL2 sichuan2:0:EA48:09:000:Infinite Turn Time PL2 ; [ Sichuan II (hack?) (set 2) ] sichuana:0:EA06:99:000:Infinite Time sichuana:0:E181:00:001:Finish this stage Now! sichuana:0:E181:00:000:Slide Show Mode sichuana:0:EA02:03:007:Infinite Help PL1 sichuana:0:EA22:03:507:Infinite Help PL1 (2/2) sichuana:0:EA28:09:000:Infinite Turn Time PL1 sichuana:0:EA42:03:007:Infinite Help PL2 sichuana:0:EA48:09:000:Infinite Turn Time PL2 ; [ Space Invaders (CV Version) ] sicv:0:2009:78:000:Invaders never drop sicv:0:2069:00:000:Invaders don't fire sicv:0:206A:30:500:Invaders don't fire (2/2) sicv:0:027B:C3:100:Bullet Invincibility sicv:0:2094:04:540:Bullet Invincibility (2/3) sicv:0:2015:FF:500:Bullet Invincibility (3/3) :sicv:62000000:0000:00000000:00000000:Bullet Speed always = :sicv:00010000:202C:00000002:FFFFFFFF:Slow :sicv:00010000:202C:00000004:FFFFFFFF:Normal :sicv:00010000:202C:00000006:FFFFFFFF:Fast :sicv:00010000:202C:00000008:FFFFFFFF:V Fast :sicv:00010000:202C:0000000A:FFFFFFFF:Turbo sicv:0:1653:00:100:Autofire Mode sicv:0:21FF:07:000:Infinite Lives PL1 sicv:0:2100:00:001:Kill All Invaders Now! PL1 sicv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sicv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sicv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sicv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sicv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sicv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sicv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sicv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sicv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sicv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sicv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sicv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sicv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sicv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sicv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sicv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sicv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sicv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sicv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sicv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sicv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sicv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sicv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sicv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sicv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sicv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sicv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sicv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sicv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sicv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sicv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sicv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sicv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sicv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sicv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sicv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sicv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sicv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sicv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sicv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sicv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sicv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sicv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sicv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sicv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sicv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sicv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sicv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sicv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sicv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sicv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sicv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sicv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sicv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sicv:0:22FF:07:000:Infinite Lives PL2 sicv:0:2200:00:001:Kill All Invaders Now! PL2 sicv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sicv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sicv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sicv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sicv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sicv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sicv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sicv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sicv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sicv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sicv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sicv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sicv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sicv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sicv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sicv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sicv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sicv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sicv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sicv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sicv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sicv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sicv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sicv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sicv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sicv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sicv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sicv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sicv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sicv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sicv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sicv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sicv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sicv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sicv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sicv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sicv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sicv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sicv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sicv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sicv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sicv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sicv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sicv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sicv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sicv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sicv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sicv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sicv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sicv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sicv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sicv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sicv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sicv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Side Arms - Hyper Dyne (Japan) ] sidearjp:0:E637:09:000:Infinite Credits sidearjp:0:E015:02:000:Infinite Transforms on Pickup sidearjp:0:F20B:09:000:Infinite Lives PL1 sidearjp:0:0000:00:999:[You must turn Invincibility] sidearjp:0:0000:00:999:[to OFF while polymorphing ] sidearjp:0:F20E:80:000:Invincibility ON PL1 sidearjp:0:F20E:00:001:Invincibility OFF PL1 sidearjp:0:F218:03:000:Always have Full Speed PL1 sidearjp:0:F211:16:000:Always have BIT PL1 sidearjp:0:F212:16:000:Always have S.G. PL1 sidearjp:0:F213:16:000:Always have M.B.L. PL1 sidearjp:0:F214:16:000:Always have 3 Way PL1 sidearjp:0:F215:16:000:Always have Autofire PL1 sidearjp:0:F40B:09:000:Infinite Lives PL2 sidearjp:0:0000:00:999:[You must turn Invincibility] sidearjp:0:0000:00:999:[to OFF while polymorphing ] sidearjp:0:F40E:80:000:Invincibility ON PL2 sidearjp:0:F40E:00:001:Invincibility OFF PL2 sidearjp:0:F418:03:000:Always have Full Speed PL2 sidearjp:0:F411:16:000:Always have BIT PL2 sidearjp:0:F412:16:000:Always have S.G. PL2 sidearjp:0:F413:16:000:Always have M.B.L. PL2 sidearjp:0:F414:16:000:Always have 3 Way PL2 sidearjp:0:F415:16:000:Always have Autofire PL2 ; [ Side Arms - Hyper Dyne (US) ] sidearmr:0:E637:09:000:Infinite Credits sidearmr:0:E015:02:000:Infinite Transforms on Pickup sidearmr:0:F20B:09:000:Infinite Lives PL1 sidearmr:0:0000:00:999:[You must turn Invincibility] sidearmr:0:0000:00:999:[to OFF while polymorphing ] sidearmr:0:F20E:80:000:Invincibility ON PL1 sidearmr:0:F20E:00:001:Invincibility OFF PL1 sidearmr:0:F218:03:000:Always have Full Speed PL1 sidearmr:0:F211:16:000:Always have BIT PL1 sidearmr:0:F212:16:000:Always have S.G. PL1 sidearmr:0:F213:16:000:Always have M.B.L. PL1 sidearmr:0:F214:16:000:Always have 3 Way PL1 sidearmr:0:F215:16:000:Always have Autofire PL1 sidearmr:0:F40B:09:000:Infinite Lives PL2 sidearmr:0:0000:00:999:[You must turn Invincibility] sidearmr:0:0000:00:999:[to OFF while polymorphing ] sidearmr:0:F40E:80:000:Invincibility ON PL2 sidearmr:0:F40E:00:001:Invincibility OFF PL2 sidearmr:0:F418:03:000:Always have Full Speed PL2 sidearmr:0:F411:16:000:Always have BIT PL2 sidearmr:0:F412:16:000:Always have S.G. PL2 sidearmr:0:F413:16:000:Always have M.B.L. PL2 sidearmr:0:F414:16:000:Always have 3 Way PL2 sidearmr:0:F415:16:000:Always have Autofire PL2 ; [ Side Arms - Hyper Dyne (World) ] sidearms:0:E637:09:000:Infinite Credits sidearms:0:E015:02:000:Infinite Transforms on Pickup sidearms:0:F20B:09:000:Infinite Lives PL1 sidearms:0:0000:00:999:[You must turn Invincibility] sidearms:0:0000:00:999:[to OFF while polymorphing ] sidearms:0:F20E:80:000:Invincibility ON PL1 sidearms:0:F20E:00:001:Invincibility OFF PL1 sidearms:0:F218:03:000:Always have Full Speed PL1 sidearms:0:F211:16:000:Always have BIT PL1 sidearms:0:F212:16:000:Always have S.G. PL1 sidearms:0:F213:16:000:Always have M.B.L. PL1 sidearms:0:F214:16:000:Always have 3 Way PL1 sidearms:0:F215:16:000:Always have Autofire PL1 sidearms:0:F40B:09:000:Infinite Lives PL2 sidearms:0:0000:00:999:[You must turn Invincibility] sidearms:0:0000:00:999:[to OFF while polymorphing ] sidearms:0:F40E:80:000:Invincibility ON PL2 sidearms:0:F40E:00:001:Invincibility OFF PL2 sidearms:0:F418:03:000:Always have Full Speed PL2 sidearms:0:F411:16:000:Always have BIT PL2 sidearms:0:F412:16:000:Always have S.G. PL2 sidearms:0:F413:16:000:Always have M.B.L. PL2 sidearms:0:F414:16:000:Always have 3 Way PL2 sidearms:0:F415:16:000:Always have Autofire PL2 ; [ Side By Side ] sidebs:0:0000:00:999:[ There are no cheats ]:REASON 1 sidebs:0:0000:00:999:[ for this game as it ]:REASON 1 sidebs:0:0000:00:999:[ didn't work the last ]:REASON 1 sidebs:0:0000:00:999:[ time it was tested. ]:REASON 1 sidebs:0:0000:00:999:[ If the game now works ]:REASON 1 sidebs:0:0000:00:999:[ please request cheats ]:REASON 1 sidebs:0:0000:00:999:[ for it on the cheat ]:REASON 1 sidebs:0:0000:00:999:[ forums. ]:REASON 1 ; [ Side By Side 2 ] sidebs2:0:0000:00:999:[ There are no cheats ]:REASON 1 sidebs2:0:0000:00:999:[ for this game as it ]:REASON 1 sidebs2:0:0000:00:999:[ didn't work the last ]:REASON 1 sidebs2:0:0000:00:999:[ time it was tested. ]:REASON 1 sidebs2:0:0000:00:999:[ If the game now works ]:REASON 1 sidebs2:0:0000:00:999:[ please request cheats ]:REASON 1 sidebs2:0:0000:00:999:[ for it on the cheat ]:REASON 1 sidebs2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Side Pocket (World) ] sidepckt:0:00AF:06:000:Infinite Balls PL1 sidepckt:0:00B0:06:000:Infinite Balls PL2 sidepckt:0:00BB:99:000:Infinite Time ; [ Side Pocket (bootleg) ] sidepctb:0:00AF:06:000:Infinite Balls PL1 sidepctb:0:00B0:06:000:Infinite Balls PL2 sidepctb:0:00BB:99:000:Infinite Time ; [ Side Pocket (Japan) ] sidepctj:0:00AF:06:000:Infinite Balls PL1 sidepctj:0:00B0:06:000:Infinite Balls PL2 sidepctj:0:00BB:99:000:Infinite Time ; [ Side Track ] sidetrac:0:000E:01:000:Infinite Lives ; [ Silent Dragon (World) ] :silentd:00300000:4000A0:09999999:FFFFFFFF:Infinite Time silentd:0:000000:00:999:[To play with PL3 and PL4 ] silentd:0:000000:00:999:[you need to change the ] silentd:0:000000:00:999:[cabinet style in the DIP ] silentd:0:000000:00:999:[switch menu. ] silentd:0:401993:64:000:Infinite Energy PL1 :silentd:00000000:401999:00000000:00000003:Invincibility PL1 "ON" :silentd:00000001:401999:00000003:00000003:Invincibility PL1 "OFF" :silentd:00000000:4019C5:00000001:FFFFFFFF:Infinite Attack PL1 :silentd:00000000:400444:00000000:00000001:Rapid Fire PL1:Turn it OFF on the name entry screen silentd:0:401A13:64:000:Infinite Energy PL2 :silentd:00000000:401A19:00000000:00000003:Invincibility PL2 "ON" :silentd:00000001:401A19:00000003:00000003:Invincibility PL2 "OFF :silentd:00000000:401A45:00000001:FFFFFFFF:Infinite Attack PL2 :silentd:00000000:40044C:00000000:00000001:Rapid Fire PL2:Turn it OFF on the name entry screen silentd:0:401A93:64:000:Infinite Energy PL3 :silentd:00000000:401A99:00000000:00000003:Invincibility PL3 "ON" :silentd:00000001:401A99:00000003:00000003:Invincibility PL3 "OFF" :silentd:00000000:401AC5:00000001:FFFFFFFF:Infinite Attack PL3 :silentd:00000000:400454:00000000:00000001:Rapid Fire PL3:Turn it OFF on the name entry screen silentd:0:401B13:64:000:Infinite Energy PL4 :silentd:00000000:401B19:00000000:00000003:Invincibility PL4 "ON" :silentd:00000001:401B19:00000003:00000003:Invincibility PL4 "OFF" :silentd:00000000:401B45:00000001:FFFFFFFF:Infinite Attack PL4 :silentd:00000000:40045C:00000000:00000001:Rapid Fire PL4:Turn it OFF on the name entry screen ; [ Silent Dragon (Japan) ] :silentdj:00300000:4000A0:09999999:FFFFFFFF:Infinite Time silentdj:0:000000:00:999:[To play with PL3 and PL4 ] silentdj:0:000000:00:999:[you need to change the ] silentdj:0:000000:00:999:[cabinet style in the DIP ] silentdj:0:000000:00:999:[switch menu. ] silentdj:0:401993:64:000:Infinite Energy PL1 :silentdj:00000000:401999:00000000:00000003:Invincibility PL1 "ON" :silentdj:00000001:401999:00000003:00000003:Invincibility PL1 "OFF" :silentdj:00000000:4019C5:00000001:FFFFFFFF:Infinite Attack PL1 :silentdj:00000000:400444:00000000:00000001:Rapid Fire PL1:Turn it OFF on the name entry screen silentdj:0:401A13:64:000:Infinite Energy PL2 :silentdj:00000000:401A19:00000000:00000003:Invincibility PL2 "ON" :silentdj:00000001:401A19:00000003:00000003:Invincibility PL2 "OFF :silentdj:00000000:401A45:00000001:FFFFFFFF:Infinite Attack PL2 :silentdj:00000000:40044C:00000000:00000001:Rapid Fire PL2:Turn it OFF on the name entry screen silentdj:0:401A93:64:000:Infinite Energy PL3 :silentdj:00000000:401A99:00000000:00000003:Invincibility PL3 "ON" :silentdj:00000001:401A99:00000003:00000003:Invincibility PL3 "OFF" :silentdj:00000000:401AC5:00000001:FFFFFFFF:Infinite Attack PL3 :silentdj:00000000:400454:00000000:00000001:Rapid Fire PL3:Turn it OFF on the name entry screen silentdj:0:401B13:64:000:Infinite Energy PL4 :silentdj:00000000:401B19:00000000:00000003:Invincibility PL4 "ON" :silentdj:00000001:401B19:00000003:00000003:Invincibility PL4 "OFF" :silentdj:00000000:401B45:00000001:FFFFFFFF:Infinite Attack PL4 :silentdj:00000000:40045C:00000000:00000001:Rapid Fire PL4:Turn it OFF on the name entry screen ; [ Legend of Silkroad, The ] silkroad:0:FE003D:09:000:Infinite Credits silkroad:0:FE2B94:09:000:Infinite Time silkroad:0:FE2B95:99:500:Infinite Time (2/2) :silkroad:20800000:3A2B4:00000060:FFFFFFFF:Invincibility :silkroad:20810000:3CC58:00000060:FFFFFFFF:Invincibility (2/3):1st = Indirect Attack, 2nd = Direct Attack :silkroad:20810000:41BE6:00000060:FFFFFFFF:Invincibility (3/3):Trap :silkroad:00100000:FE342E:00008000:FFFFFFFF:Infinite Lives PL1 silkroad:0:FE34F3:80:000:Infinite Energy PL1 :silkroad:00000000:FE34FD:00000080:FFFFFFFF:Infinite Magic PL1 :silkroad:00000000:FE3449:00000019:FFFFFFFF:Infinite Selection Time PL1 :silkroad:00000000:FE33D9:00000000:FFFFFFFF:Always have Weapon 1 PL1 :silkroad:00010000:FE33DB:000000A0:FFFFFFFF:Always have Weapon 1 PL1 (2/2) :silkroad:00000000:FE33D9:00000001:FFFFFFFF:Always have Weapon 2 PL1 :silkroad:00010000:FE33DB:000000A1:FFFFFFFF:Always have Weapon 2 PL1 (2/2) :silkroad:00000000:FE33D9:00000002:FFFFFFFF:Always have Weapon 3 PL1 :silkroad:00010000:FE33DB:000000A2:FFFFFFFF:Always have Weapon 3 PL1 (2/2) :silkroad:00000001:FE33D9:00000000:FFFFFFFF:Get Weapon 1 Now! PL1 :silkroad:00010001:FE33DB:000000A0:FFFFFFFF:Get Weapon 1 Now! PL1 (2/2) :silkroad:00000001:FE33D9:00000001:FFFFFFFF:Get Weapon 2 Now! PL1 :silkroad:00010001:FE33DB:000000A1:FFFFFFFF:Get Weapon 2 Now! PL1 (2/2) :silkroad:00000001:FE33D9:00000002:FFFFFFFF:Get Weapon 3 Now! PL1 :silkroad:00010001:FE33DB:000000A2:FFFFFFFF:Get Weapon 3 Now! PL1 (2/2) :silkroad:00000000:FE34C7:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 :silkroad:00010000:FE34CF:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 (2/8) :silkroad:00010000:FE34C9:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 (3/8) :silkroad:00010000:FE34D1:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 (4/8) :silkroad:00010000:FE34CB:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 (5/8) :silkroad:00010000:FE34D3:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 (6/8) :silkroad:00010000:FE34CD:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 (7/8) :silkroad:00010000:FE34D5:00000003:FFFFFFFF:Infinite & Max Level Spells PL1 (8/8) :silkroad:00100000:FE3538:00008000:FFFFFFFF:Infinite Lives PL2 silkroad:0:FE35FD:80:000:Infinite Energy PL2 :silkroad:00000000:FE3607:00000080:FFFFFFFF:Infinite Magic PL2 :silkroad:00000000:FE3553:00000019:FFFFFFFF:Infinite Selection Time PL2 :silkroad:00000000:FE33EF:00000000:FFFFFFFF:Always have Weapon 1 PL2 :silkroad:00010000:FE33F1:000000A0:FFFFFFFF:Always have Weapon 1 PL2 (2/2) :silkroad:00000000:FE33EF:00000001:FFFFFFFF:Always have Weapon 2 PL2 :silkroad:00010000:FE33F1:000000A1:FFFFFFFF:Always have Weapon 2 PL2 (2/2) :silkroad:00000000:FE33EF:00000002:FFFFFFFF:Always have Weapon 3 PL2 :silkroad:00010000:FE33F1:000000A2:FFFFFFFF:Always have Weapon 3 PL2 (2/2) :silkroad:00000001:FE33EF:00000000:FFFFFFFF:Get Weapon 1 Now! PL2 :silkroad:00010001:FE33F1:000000A0:FFFFFFFF:Get Weapon 1 Now! PL2 (2/2) :silkroad:00000001:FE33EF:00000001:FFFFFFFF:Get Weapon 2 Now! PL2 :silkroad:00010001:FE33F1:000000A1:FFFFFFFF:Get Weapon 2 Now! PL2 (2/2) :silkroad:00000001:FE33EF:00000002:FFFFFFFF:Get Weapon 3 Now! PL2 :silkroad:00010001:FE33F1:000000A2:FFFFFFFF:Get Weapon 3 Now! PL2 (2/2) :silkroad:00000000:FE35D1:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 :silkroad:00010000:FE35D9:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 (2/8) :silkroad:00010000:FE35D3:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 (3/8) :silkroad:00010000:FE35DB:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 (4/8) :silkroad:00010000:FE35D5:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 (5/8) :silkroad:00010000:FE35DD:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 (6/8) :silkroad:00010000:FE35D7:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 (7/8) :silkroad:00010000:FE35DF:00000003:FFFFFFFF:Infinite & Max Level Spells PL2 (8/8) ; [ Silk Worm (set 1) ] silkworm:0:D531:05:000:Infinite Lives PL1 silkworm:0:D555:05:000:Infinite Lives PL2 ;Activate the invincibilty cheats ingame to avoid corrupted sprites silkworm:0:D576:11:000:Invincibility PL1 silkworm:0:D579:04:500:Invincibility PL1 (2/3) silkworm:0:D57C:40:500:Invincibility PL1 (3/3) silkworm:0:D5A6:11:000:Invincibility PL2 silkworm:0:D5A9:0C:500:Invincibility PL2 (2/3) silkworm:0:D5AC:40:500:Invincibility PL2 (3/3) silkworm:0:D578:0D:000:Invincibility Heli/PL1 silkworm:0:D577:A9:000:Killer heli silkworm:0:D547:0F:000:Heli has auto+double shot silkworm:0:D5A8:0D:000:Invincibility Jeep/PL2 silkworm:0:D5A7:A9:000:Killer jeep silkworm:0:D56B:0F:000:Jeep has auto+double shot ; [ Silk Worm (set 2) ] silkwrm2:0:D531:05:000:Infinite Lives PL1 silkwrm2:0:D555:05:000:Infinite Lives PL2 ;Activate the invincibilty cheats ingame to avoid corrupted sprites silkwrm2:0:D576:11:000:Invincibility PL1 silkwrm2:0:D579:04:500:Invincibility PL1 (2/3) silkwrm2:0:D57C:40:500:Invincibility PL1 (3/3) silkwrm2:0:D5A6:11:000:Invincibility PL2 silkwrm2:0:D5A9:0C:500:Invincibility PL2 (2/3) silkwrm2:0:D5AC:40:500:Invincibility PL2 (3/3) silkwrm2:0:D578:0D:000:Invincibility Heli/PL1 silkwrm2:0:D577:A9:000:Killer heli silkwrm2:0:D547:0F:000:Heli has auto+double shot silkwrm2:0:D5A8:0D:000:Invincibility Jeep/PL2 silkwrm2:0:D5A7:A9:000:Killer jeep silkwrm2:0:D56B:0F:000:Jeep has auto+double shot ; [ Silver Land ] silvland:0:8116:00:001:Finish Round Now! :silvland:20800000:1122:0000009E:FFFFFFFF:Invincibility - Player :silvland:20810000:34F9:00000018:FFFFFFFF:Invincibility - Player (2/5):1st = Side Wall (set -> res), 2nd = Alligator :silvland:20810000:3C5A:000000C9:FFFFFFFF:Invincibility - Player (3/5):Scenery :silvland:20810000:434C:000000C9:FFFFFFFF:Invincibility - Player (4/5):Log :silvland:20810000:46F9:00000018:FFFFFFFF:Invincibility - Player (5/5):Whirlpool :silvland:20800000:4584:00000018:FFFFFFFF:Invincibility - Rabbit silvland:0:8019:09:000:Infinite Lives PL1 silvland:0:801A:09:000:Infinite Lives PL2 :silvland:20900000:02D5:000002E2:FFFFFFFF:Skip RAM/ROM Check :silvland:20910000:02E6:000002F2:FFFFFFFF:Skip RAM/ROM Check (2/3):1st & 2nd = RAM Check :silvland:20910000:03D0:00001F18:FFFFFFFF:Skip RAM/ROM Check (3/3):ROM Check ; [ Simpsons Bowling (GQ829 UAA) ] :simpbowl:60000000:00000000:00000000:00000000:[ To enable the game to ] :simpbowl:60000000:00000000:00000000:00000000:[ boot up, hold F2 the ] :simpbowl:60000000:00000000:00000000:00000000:[ the whole time during ] :simpbowl:60000000:00000000:00000000:00000000:[ the first boot-up. ] :simpbowl:60000000:00000000:00000000:00000000:[ Let it write EEPROM. ] :simpbowl:60000000:00000000:00000000:00000000:[ You only need to do ] :simpbowl:60000000:00000000:00000000:00000000:[ this the first play. ] :simpbowl:00000000:800F62CC:00000063:FFFFFFFF:Infinite Credits :simpbowl:00000000:000F6F60:00000000:FFFFFFFF:Get All Pins ALWAYS:It seems you just can't get out of a strike when using this code. :simpbowl:00010000:000F6F61:00000000:FFFFFFFF:Get All Pins ALWAYS (2/6) :simpbowl:00010000:000F6F62:000000FF:FFFFFFFF:Get All Pins ALWAYS (3/6) :simpbowl:00010000:000F6F63:00000003:FFFFFFFF:Get All Pins ALWAYS (4/6) :simpbowl:00010000:000F6F64:00000000:FFFFFFFF:Get All Pins ALWAYS (5/6) :simpbowl:00010000:000F6F65:00000000:FFFFFFFF:Get All Pins ALWAYS (6/6) :simpbowl:00000001:800F6E4C:00000001:FFFFFFFF:Get Fire Ball Now! :simpbowl:00010001:800F6F54:00000001:FFFFFFFF:Get Fire Ball Now! (2/2) :simpbowl:00000001:800F6E4C:00000002:FFFFFFFF:Get Maggie Ball Now! :simpbowl:00010001:800F6F54:00000002:FFFFFFFF:Get Maggie Ball Now! (2/2) :simpbowl:00000001:800F6E4C:00000003:FFFFFFFF:Get Atomic Ball Now! :simpbowl:00010001:800F6F54:00000003:FFFFFFFF:Get Atomic Ball Now! (2/2) :simpbowl:00000001:800F6E4C:00000004:FFFFFFFF:Get Bomb Ball Now! :simpbowl:00010001:800F6F54:00000004:FFFFFFFF:Get Bomb Ball Now! (2/2) ; [ Simpsons, The (2 Players alt) ] simps2pa:0:49D1:64:000:Infinite Lives for Marge simps2pa:0:4A5B:28:000:Infinite Energy for Marge simps2pa:0:4A5B:28:020:Invincibility for Marge simps2pa:0:4A7E:01:500:Invincibility for Marge (2/2) simps2pa:0:4A80:06:000:Marge always has Broom simps2pa:0:4A80:07:000:Marge always has Hammer simps2pa:0:4A80:08:000:Marge always has Catapult simps2pa:0:4A80:06:001:Get Broom for Marge Now! simps2pa:0:4A80:07:001:Get Hammer for Marge Now! simps2pa:0:4A80:08:001:Get Catapult for Marge Now! simps2pa:0:49D9:64:000:Infinite Lives for Homer simps2pa:0:4B1B:28:000:Infinite Energy for Homer simps2pa:0:4B1B:28:020:Invincibility for Homer simps2pa:0:4B3E:01:500:Invincibility for Homer (2/2) simps2pa:0:4B40:06:000:Homer always has Broom simps2pa:0:4B40:07:000:Homer always has Hammer simps2pa:0:4B40:08:000:Homer always has Catapult simps2pa:0:4B40:06:001:Get Broom for Homer Now! simps2pa:0:4B40:07:001:Get Hammer for Homer Now! simps2pa:0:4B40:08:001:Get Catapult for Homer Now! simps2pa:0:49E1:64:000:Infinite Lives for Bart simps2pa:0:4BDB:28:000:Infinite Energy for Bart simps2pa:0:4BDB:28:020:Invincibility for Bart simps2pa:0:4BFE:01:500:Invincibility for Bart (2/2) simps2pa:0:4C00:06:000:Bart always has Broom simps2pa:0:4C00:07:000:Bart always has Hammer simps2pa:0:4C00:08:000:Bart always has Catapult simps2pa:0:4C00:06:001:Get Broom for Bart Now! simps2pa:0:4C00:07:001:Get Hammer for Bart Now! simps2pa:0:4C00:08:001:Get Catapult for Bart Now! simps2pa:0:49E9:64:000:Infinite Lives for Lisa simps2pa:0:4C9B:28:000:Infinite Energy for Lisa simps2pa:0:4C9B:28:020:Invincibility for Lisa simps2pa:0:4CBE:01:500:Invincibility for Lisa (2/2) simps2pa:0:4CC0:06:000:Lisa always has Broom simps2pa:0:4CC0:07:000:Lisa always has Hammer simps2pa:0:4CC0:08:000:Lisa always has Catapult simps2pa:0:4CC0:06:001:Get Broom for Lisa Now! simps2pa:0:4CC0:07:001:Get Hammer for Lisa Now! simps2pa:0:4CC0:08:001:Get Catapult for Lisa Now! simps2pa:0:4F9B:01:001:Kill Wrestler clown/bear Now! simps2pa:0:50BB:01:001:Kill Big MIB Now! simps2pa:0:505B:01:001:Kill Little MIB Now! simps2pa:0:4F9B:01:001:Kill Drunken Punk Now! ; [ Simpsons, The (2 Players Japan) ] simps2pj:0:49D1:64:000:Infinite Lives for Marge simps2pj:0:4A5B:28:000:Infinite Energy for Marge simps2pj:0:4A5B:28:020:Invincibility for Marge simps2pj:0:4A7E:01:500:Invincibility for Marge (2/2) simps2pj:0:4A80:06:000:Marge always has Broom simps2pj:0:4A80:07:000:Marge always has Hammer simps2pj:0:4A80:08:000:Marge always has Catapult simps2pj:0:4A80:06:001:Get Broom for Marge Now! simps2pj:0:4A80:07:001:Get Hammer for Marge Now! simps2pj:0:4A80:08:001:Get Catapult for Marge Now! simps2pj:0:49D9:64:000:Infinite Lives for Homer simps2pj:0:4B1B:28:000:Infinite Energy for Homer simps2pj:0:4B1B:28:020:Invincibility for Homer simps2pj:0:4B3E:01:500:Invincibility for Homer (2/2) simps2pj:0:4B40:06:000:Homer always has Broom simps2pj:0:4B40:07:000:Homer always has Hammer simps2pj:0:4B40:08:000:Homer always has Catapult simps2pj:0:4B40:06:001:Get Broom for Homer Now! simps2pj:0:4B40:07:001:Get Hammer for Homer Now! simps2pj:0:4B40:08:001:Get Catapult for Homer Now! simps2pj:0:49E1:64:000:Infinite Lives for Bart simps2pj:0:4BDB:28:000:Infinite Energy for Bart simps2pj:0:4BDB:28:020:Invincibility for Bart simps2pj:0:4BFE:01:500:Invincibility for Bart (2/2) simps2pj:0:4C00:06:000:Bart always has Broom simps2pj:0:4C00:07:000:Bart always has Hammer simps2pj:0:4C00:08:000:Bart always has Catapult simps2pj:0:4C00:06:001:Get Broom for Bart Now! simps2pj:0:4C00:07:001:Get Hammer for Bart Now! simps2pj:0:4C00:08:001:Get Catapult for Bart Now! simps2pj:0:49E9:64:000:Infinite Lives for Lisa simps2pj:0:4C9B:28:000:Infinite Energy for Lisa simps2pj:0:4C9B:28:020:Invincibility for Lisa simps2pj:0:4CBE:01:500:Invincibility for Lisa (2/2) simps2pj:0:4CC0:06:000:Lisa always has Broom simps2pj:0:4CC0:07:000:Lisa always has Hammer simps2pj:0:4CC0:08:000:Lisa always has Catapult simps2pj:0:4CC0:06:001:Get Broom for Lisa Now! simps2pj:0:4CC0:07:001:Get Hammer for Lisa Now! simps2pj:0:4CC0:08:001:Get Catapult for Lisa Now! simps2pj:0:4F9B:01:001:Kill Wrestler clown/bear Now! simps2pj:0:50BB:01:001:Kill Big MIB Now! simps2pj:0:505B:01:001:Kill Little MIB Now! simps2pj:0:4F9B:01:001:Kill Drunken Punk Now! ; [ Simpsons, The (4 Players alt) ] simps4pa:0:49D1:64:000:Infinite Lives for Marge PL1 simps4pa:0:4A5B:28:000:Infinite Energy for Marge PL1 simps4pa:0:4A5B:28:020:Invincibility-Marge PL1 simps4pa:0:4A7E:01:500:Invincibility-Marge PL1 (2/2) simps4pa:0:4A80:06:000:Always have Broom-Marge PL1 simps4pa:0:4A80:07:000:Always have Hammer-Marge PL1 simps4pa:0:4A80:08:000:Always have Catapult-MargePL1 simps4pa:0:4A80:06:001:Get Broom Now!-Marge PL1 simps4pa:0:4A80:07:001:Get Hammer Now!-Marge PL1 simps4pa:0:4A80:08:001:Get Catapult Now!-Marge PL1 simps4pa:0:49D9:64:000:Infinite Lives for Homer PL2 simps4pa:0:4B1B:28:000:Infinite Energy for Homer PL2 simps4pa:0:4B1B:28:020:Invincibility-Homer PL2 simps4pa:0:4B3E:01:500:Invincibility-Homer PL2 (2/2) simps4pa:0:4B40:06:000:Always have Broom-Homer PL2 simps4pa:0:4B40:07:000:Always have Hammer-Homer PL2 simps4pa:0:4B40:08:000:Always have Catapult-HomerPL2 simps4pa:0:4B40:06:001:Get Broom Now!-Homer PL2 simps4pa:0:4B40:07:001:Get Hammer Now!-Homer PL2 simps4pa:0:4B40:08:001:Get Catapult Now!-Homer PL2 simps4pa:0:49E1:64:000:Infinite Lives for Bart PL3 simps4pa:0:4BDB:28:000:Infinite Energy for Bart PL3 simps4pa:0:4BDB:28:020:Invincibility-Bart PL3 simps4pa:0:4BFE:01:500:Invincibility-Bart PL3 (2/2) simps4pa:0:4C00:06:000:Always have Broom-Bart PL3 simps4pa:0:4C00:07:000:Always have Hammer-Bart PL3 simps4pa:0:4C00:08:000:Always have Catapult-Bart PL3 simps4pa:0:4C00:06:001:Get Broom Now!-Bart PL3 simps4pa:0:4C00:07:001:Get Hammer Now!-Bart PL3 simps4pa:0:4C00:08:001:Get Catapult Now!-Bart PL3 simps4pa:0:49E9:64:000:Infinite Lives for Lisa PL4 simps4pa:0:4C9B:28:000:Infinite Energy for Lisa PL4 simps4pa:0:4C9B:28:020:Invincibility-Lisa PL4 simps4pa:0:4CBE:01:500:Invincibility-Lisa PL4 (2/2) simps4pa:0:4CC0:06:000:Always have Broom-Lisa PL4 simps4pa:0:4CC0:07:000:Always have Hammer-Lisa PL4 simps4pa:0:4CC0:08:000:Always have Catapult-Lisa PL4 simps4pa:0:4CC0:06:001:Get Broom Now!-Lisa PL4 simps4pa:0:4CC0:07:001:Get Hammer Now!-Lisa PL4 simps4pa:0:4CC0:08:001:Get Catapult Now!-Lisa PL4 simps4pa:0:4F9B:01:001:Kill Wrestler clown/bear Now! simps4pa:0:50BB:01:001:Kill Big MIB Now! simps4pa:0:505B:01:001:Kill Little MIB Now! simps4pa:0:4F9B:01:001:Kill Drunken Punk Now! ; [ Simpsons, The (2 Players) ] simpsn2p:0:49D1:64:000:Infinite Lives for Marge simpsn2p:0:4A5B:28:000:Infinite Energy for Marge simpsn2p:0:4A5B:28:020:Invincibility for Marge simpsn2p:0:4A7E:01:500:Invincibility for Marge (2/2) simpsn2p:0:4A80:06:000:Marge always has Broom simpsn2p:0:4A80:07:000:Marge always has Hammer simpsn2p:0:4A80:08:000:Marge always has Catapult simpsn2p:0:4A80:06:001:Get Broom for Marge Now! simpsn2p:0:4A80:07:001:Get Hammer for Marge Now! simpsn2p:0:4A80:08:001:Get Catapult for Marge Now! simpsn2p:0:49D9:64:000:Infinite Lives for Homer simpsn2p:0:4B1B:28:000:Infinite Energy for Homer simpsn2p:0:4B1B:28:020:Invincibility for Homer simpsn2p:0:4B3E:01:500:Invincibility for Homer (2/2) simpsn2p:0:4B40:06:000:Homer always has Broom simpsn2p:0:4B40:07:000:Homer always has Hammer simpsn2p:0:4B40:08:000:Homer always has Catapult simpsn2p:0:4B40:06:001:Get Broom for Homer Now! simpsn2p:0:4B40:07:001:Get Hammer for Homer Now! simpsn2p:0:4B40:08:001:Get Catapult for Homer Now! simpsn2p:0:49E1:64:000:Infinite Lives for Bart simpsn2p:0:4BDB:28:000:Infinite Energy for Bart simpsn2p:0:4BDB:28:020:Invincibility for Bart simpsn2p:0:4BFE:01:500:Invincibility for Bart (2/2) simpsn2p:0:4C00:06:000:Bart always has Broom simpsn2p:0:4C00:07:000:Bart always has Hammer simpsn2p:0:4C00:08:000:Bart always has Catapult simpsn2p:0:4C00:06:001:Get Broom for Bart Now! simpsn2p:0:4C00:07:001:Get Hammer for Bart Now! simpsn2p:0:4C00:08:001:Get Catapult for Bart Now! simpsn2p:0:49E9:64:000:Infinite Lives for Lisa simpsn2p:0:4C9B:28:000:Infinite Energy for Lisa simpsn2p:0:4C9B:28:020:Invincibility for Lisa simpsn2p:0:4CBE:01:500:Invincibility for Lisa (2/2) simpsn2p:0:4CC0:06:000:Lisa always has Broom simpsn2p:0:4CC0:07:000:Lisa always has Hammer simpsn2p:0:4CC0:08:000:Lisa always has Catapult simpsn2p:0:4CC0:06:001:Get Broom for Lisa Now! simpsn2p:0:4CC0:07:001:Get Hammer for Lisa Now! simpsn2p:0:4CC0:08:001:Get Catapult for Lisa Now! simpsn2p:0:4F9B:01:001:Kill Wrestler clown/bear Now! simpsn2p:0:50BB:01:001:Kill Big MIB Now! simpsn2p:0:505B:01:001:Kill Little MIB Now! simpsn2p:0:4F9B:01:001:Kill Drunken Punk Now! ; [ Simpsons, The (4 Players) ] simpsons:0:49D1:64:000:Infinite Lives for Marge PL1 simpsons:0:4A5B:28:000:Infinite Energy for Marge PL1 simpsons:0:4A5B:28:020:Invincibility-Marge PL1 simpsons:0:4A7E:01:500:Invincibility-Marge PL1 (2/2) simpsons:0:4A80:06:000:Always have Broom-Marge PL1 simpsons:0:4A80:07:000:Always have Hammer-Marge PL1 simpsons:0:4A80:08:000:Always have Catapult-MargePL1 simpsons:0:4A80:06:001:Get Broom Now!-Marge PL1 simpsons:0:4A80:07:001:Get Hammer Now!-Marge PL1 simpsons:0:4A80:08:001:Get Catapult Now!-Marge PL1 simpsons:0:49D9:64:000:Infinite Lives for Homer PL2 simpsons:0:4B1B:28:000:Infinite Energy for Homer PL2 simpsons:0:4B1B:28:020:Invincibility-Homer PL2 simpsons:0:4B3E:01:500:Invincibility-Homer PL2 (2/2) simpsons:0:4B40:06:000:Always have Broom-Homer PL2 simpsons:0:4B40:07:000:Always have Hammer-Homer PL2 simpsons:0:4B40:08:000:Always have Catapult-HomerPL2 simpsons:0:4B40:06:001:Get Broom Now!-Homer PL2 simpsons:0:4B40:07:001:Get Hammer Now!-Homer PL2 simpsons:0:4B40:08:001:Get Catapult Now!-Homer PL2 simpsons:0:49E1:64:000:Infinite Lives for Bart PL3 simpsons:0:4BDB:28:000:Infinite Energy for Bart PL3 simpsons:0:4BDB:28:020:Invincibility-Bart PL3 simpsons:0:4BFE:01:500:Invincibility-Bart PL3 (2/2) simpsons:0:4C00:06:000:Always have Broom-Bart PL3 simpsons:0:4C00:07:000:Always have Hammer-Bart PL3 simpsons:0:4C00:08:000:Always have Catapult-Bart PL3 simpsons:0:4C00:06:001:Get Broom Now!-Bart PL3 simpsons:0:4C00:07:001:Get Hammer Now!-Bart PL3 simpsons:0:4C00:08:001:Get Catapult Now!-Bart PL3 simpsons:0:49E9:64:000:Infinite Lives for Lisa PL4 simpsons:0:4C9B:28:000:Infinite Energy for Lisa PL4 simpsons:0:4C9B:28:020:Invincibility-Lisa PL4 simpsons:0:4CBE:01:500:Invincibility-Lisa PL4 (2/2) simpsons:0:4CC0:06:000:Always have Broom-Lisa PL4 simpsons:0:4CC0:07:000:Always have Hammer-Lisa PL4 simpsons:0:4CC0:08:000:Always have Catapult-Lisa PL4 simpsons:0:4CC0:06:001:Get Broom Now!-Lisa PL4 simpsons:0:4CC0:07:001:Get Hammer Now!-Lisa PL4 simpsons:0:4CC0:08:001:Get Catapult Now!-Lisa PL4 simpsons:0:4F9B:01:001:Kill Wrestler clown/bear Now! simpsons:0:50BB:01:001:Kill Big MIB Now! simpsons:0:505B:01:001:Kill Little MIB Now! simpsons:0:4F9B:01:001:Kill Drunken Punk Now! ; [ Sindbad Mystery ] sindbadm:0:E380:05:000:Infinite Lives PL1 sindbadm:0:E393:95:004:Infinite Time PL1 sindbadm:0:E381:05:000:Infinite Lives PL2 sindbadm:0:E395:95:004:Infinite Time PL2 ; [ Sinistar (prototype version) ] sinista1:0:9FFC:06:000:Infinite Lives sinista1:0:A013:32:000:Infinite Bombs ; [ Sinistar (revision 2) ] sinista2:0:9FFC:06:000:Infinite Lives sinista2:0:A013:32:000:Infinite Bombs ; [ Sinistar (revision 3) ] sinistar:0:9FFC:06:000:Infinite Lives sinistar:0:A013:32:000:Infinite Bombs ; [ Space Invasion (Europe) ] sinvasn:0:E030:99:000:Infinite Credits sinvasn:0:EDA0:06:000:Infinite Lives sinvasn:0:E100:FF:000:Invincibilty sinvasn:0:EDA8:09:000:Infinite Grenades sinvasn:0:E212:00:000:Long Shot sinvasn:0:E232:00:500:Long Shot (2/6) sinvasn:0:E252:00:500:Long Shot (3/6) sinvasn:0:E272:00:500:Long Shot (4/6) sinvasn:0:E292:00:500:Long Shot (5/6) sinvasn:0:E2B2:00:500:Long Shot (6/6) ; [ Space Invasion (bootleg) ] sinvasnb:0:E030:99:000:Infinite Credits sinvasnb:0:EDA0:06:000:Infinite Lives sinvasnb:0:E100:FF:000:Invincibilty sinvasnb:0:EDA8:09:000:Infinite Grenades sinvasnb:0:E212:00:000:Long Shot sinvasnb:0:E232:00:500:Long Shot (2/6) sinvasnb:0:E252:00:500:Long Shot (3/6) sinvasnb:0:E272:00:500:Long Shot (4/6) sinvasnb:0:E292:00:500:Long Shot (5/6) sinvasnb:0:E2B2:00:500:Long Shot (6/6) ; [ Super Invaders (EMAG) ] sinvemag:0:2009:78:000:Invaders never drop sinvemag:0:2069:00:000:Invaders don't fire sinvemag:0:206A:30:500:Invaders don't fire (2/2) sinvemag:0:0293:C3:100:Bullet Invincibility sinvemag:0:2094:04:540:Bullet Invincibility (2/3) sinvemag:0:2015:FF:500:Bullet Invincibility (3/3) :sinvemag:62000000:0000:00000000:00000000:Bullet Speed always = :sinvemag:00010000:202C:00000002:FFFFFFFF:Slow :sinvemag:00010000:202C:00000004:FFFFFFFF:Normal :sinvemag:00010000:202C:00000006:FFFFFFFF:Fast :sinvemag:00010000:202C:00000008:FFFFFFFF:V Fast :sinvemag:00010000:202C:0000000A:FFFFFFFF:Turbo sinvemag:0:163E:00:100:Autofire Mode sinvemag:0:21FF:07:000:Infinite Lives PL1 sinvemag:0:2100:00:001:Kill All Invaders Now! PL1 sinvemag:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sinvemag:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sinvemag:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sinvemag:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sinvemag:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sinvemag:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sinvemag:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sinvemag:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sinvemag:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sinvemag:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sinvemag:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sinvemag:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sinvemag:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sinvemag:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sinvemag:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sinvemag:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sinvemag:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sinvemag:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sinvemag:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sinvemag:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sinvemag:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sinvemag:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sinvemag:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sinvemag:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sinvemag:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sinvemag:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sinvemag:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sinvemag:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sinvemag:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sinvemag:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sinvemag:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sinvemag:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sinvemag:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sinvemag:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sinvemag:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sinvemag:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sinvemag:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sinvemag:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sinvemag:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sinvemag:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sinvemag:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sinvemag:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sinvemag:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sinvemag:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sinvemag:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sinvemag:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sinvemag:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sinvemag:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sinvemag:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sinvemag:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sinvemag:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sinvemag:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sinvemag:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sinvemag:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sinvemag:0:22FF:07:000:Infinite Lives PL2 sinvemag:0:2200:00:001:Kill All Invaders Now! PL2 sinvemag:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sinvemag:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sinvemag:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sinvemag:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sinvemag:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sinvemag:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sinvemag:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sinvemag:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sinvemag:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sinvemag:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sinvemag:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sinvemag:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sinvemag:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sinvemag:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sinvemag:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sinvemag:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sinvemag:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sinvemag:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sinvemag:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sinvemag:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sinvemag:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sinvemag:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sinvemag:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sinvemag:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sinvemag:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sinvemag:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sinvemag:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sinvemag:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sinvemag:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sinvemag:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sinvemag:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sinvemag:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sinvemag:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sinvemag:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sinvemag:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sinvemag:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sinvemag:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sinvemag:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sinvemag:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sinvemag:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sinvemag:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sinvemag:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sinvemag:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sinvemag:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sinvemag:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sinvemag:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sinvemag:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sinvemag:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sinvemag:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sinvemag:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sinvemag:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sinvemag:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sinvemag:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sinvemag:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Super Invaders (Zenitone-Microsec) ] sinvzen:0:2009:78:000:Invaders never drop sinvzen:0:2069:00:000:Invaders don't fire sinvzen:0:206A:30:500:Invaders don't fire (2/2) sinvzen:0:0293:C3:100:Bullet Invincibility sinvzen:0:2094:04:540:Bullet Invincibility (2/3) sinvzen:0:2015:FF:500:Bullet Invincibility (3/3) :sinvzen:62000000:0000:00000000:00000000:Bullet Speed always = :sinvzen:00010000:202C:00000002:FFFFFFFF:Slow :sinvzen:00010000:202C:00000004:FFFFFFFF:Normal :sinvzen:00010000:202C:00000006:FFFFFFFF:Fast :sinvzen:00010000:202C:00000008:FFFFFFFF:V Fast :sinvzen:00010000:202C:0000000A:FFFFFFFF:Turbo sinvzen:0:0E3E:00:100:Autofire Mode sinvzen:0:21FF:07:000:Infinite Lives PL1 sinvzen:0:2100:00:001:Kill All Invaders Now! PL1 sinvzen:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sinvzen:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sinvzen:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sinvzen:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sinvzen:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sinvzen:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sinvzen:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sinvzen:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sinvzen:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sinvzen:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sinvzen:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sinvzen:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sinvzen:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sinvzen:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sinvzen:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sinvzen:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sinvzen:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sinvzen:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sinvzen:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sinvzen:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sinvzen:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sinvzen:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sinvzen:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sinvzen:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sinvzen:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sinvzen:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sinvzen:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sinvzen:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sinvzen:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sinvzen:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sinvzen:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sinvzen:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sinvzen:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sinvzen:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sinvzen:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sinvzen:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sinvzen:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sinvzen:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sinvzen:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sinvzen:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sinvzen:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sinvzen:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sinvzen:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sinvzen:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sinvzen:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sinvzen:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sinvzen:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sinvzen:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sinvzen:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sinvzen:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sinvzen:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sinvzen:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sinvzen:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sinvzen:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sinvzen:0:22FF:07:000:Infinite Lives PL2 sinvzen:0:2200:00:001:Kill All Invaders Now! PL2 sinvzen:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sinvzen:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sinvzen:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sinvzen:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sinvzen:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sinvzen:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sinvzen:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sinvzen:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sinvzen:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sinvzen:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sinvzen:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sinvzen:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sinvzen:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sinvzen:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sinvzen:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sinvzen:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sinvzen:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sinvzen:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sinvzen:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sinvzen:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sinvzen:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sinvzen:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sinvzen:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sinvzen:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sinvzen:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sinvzen:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sinvzen:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sinvzen:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sinvzen:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sinvzen:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sinvzen:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sinvzen:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sinvzen:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sinvzen:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sinvzen:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sinvzen:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sinvzen:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sinvzen:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sinvzen:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sinvzen:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sinvzen:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sinvzen:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sinvzen:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sinvzen:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sinvzen:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sinvzen:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sinvzen:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sinvzen:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sinvzen:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sinvzen:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sinvzen:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sinvzen:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sinvzen:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sinvzen:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders (SV Version) ] sisv:0:2009:78:000:Invaders never drop sisv:0:2069:00:000:Invaders don't fire sisv:0:206A:30:500:Invaders don't fire (2/2) sisv:0:0293:C3:100:Bullet Invincibility sisv:0:2094:04:540:Bullet Invincibility (2/3) sisv:0:2015:FF:500:Bullet Invincibility (3/3) :sisv:62000000:0000:00000000:00000000:Bullet Speed always = :sisv:00010000:202C:00000002:FFFFFFFF:Slow :sisv:00010000:202C:00000004:FFFFFFFF:Normal :sisv:00010000:202C:00000006:FFFFFFFF:Fast :sisv:00010000:202C:00000008:FFFFFFFF:V Fast :sisv:00010000:202C:0000000A:FFFFFFFF:Turbo sisv:0:163E:00:100:Autofire Mode sisv:0:21FF:07:000:Infinite Lives PL1 sisv:0:2100:00:001:Kill All Invaders Now! PL1 sisv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sisv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sisv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sisv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sisv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sisv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sisv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sisv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sisv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sisv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sisv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sisv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sisv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sisv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sisv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sisv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sisv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sisv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sisv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sisv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sisv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sisv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sisv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sisv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sisv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sisv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sisv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sisv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sisv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sisv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sisv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sisv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sisv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sisv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sisv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sisv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sisv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sisv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sisv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sisv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sisv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sisv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sisv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sisv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sisv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sisv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sisv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sisv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sisv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sisv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sisv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sisv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sisv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sisv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sisv:0:22FF:07:000:Infinite Lives PL2 sisv:0:2200:00:001:Kill All Invaders Now! PL2 sisv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sisv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sisv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sisv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sisv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sisv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sisv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sisv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sisv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sisv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sisv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sisv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sisv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sisv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sisv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sisv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sisv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sisv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sisv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sisv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sisv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sisv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sisv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sisv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sisv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sisv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sisv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sisv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sisv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sisv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sisv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sisv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sisv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sisv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sisv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sisv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sisv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sisv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sisv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sisv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sisv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sisv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sisv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sisv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sisv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sisv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sisv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sisv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sisv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sisv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sisv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sisv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sisv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sisv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders (SV Version 2) ] sisv2:0:2009:78:000:Invaders never drop sisv2:0:2069:00:000:Invaders don't fire sisv2:0:206A:30:500:Invaders don't fire (2/2) sisv2:0:0293:C3:100:Bullet Invincibility sisv2:0:2094:04:540:Bullet Invincibility (2/3) sisv2:0:2015:FF:500:Bullet Invincibility (3/3) :sisv2:62000000:0000:00000000:00000000:Bullet Speed always = :sisv2:00010000:202C:00000002:FFFFFFFF:Slow :sisv2:00010000:202C:00000004:FFFFFFFF:Normal :sisv2:00010000:202C:00000006:FFFFFFFF:Fast :sisv2:00010000:202C:00000008:FFFFFFFF:V Fast :sisv2:00010000:202C:0000000A:FFFFFFFF:Turbo sisv2:0:163E:00:100:Autofire Mode sisv2:0:21FF:07:000:Infinite Lives PL1 sisv2:0:2100:00:001:Kill All Invaders Now! PL1 sisv2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sisv2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sisv2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sisv2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sisv2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sisv2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sisv2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sisv2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sisv2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sisv2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sisv2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sisv2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sisv2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sisv2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sisv2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sisv2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sisv2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sisv2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sisv2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sisv2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sisv2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sisv2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sisv2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sisv2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sisv2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sisv2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sisv2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sisv2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sisv2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sisv2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sisv2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sisv2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sisv2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sisv2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sisv2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sisv2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sisv2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sisv2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sisv2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sisv2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sisv2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sisv2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sisv2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sisv2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sisv2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sisv2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sisv2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sisv2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sisv2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sisv2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sisv2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sisv2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sisv2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sisv2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sisv2:0:22FF:07:000:Infinite Lives PL2 sisv2:0:2200:00:001:Kill All Invaders Now! PL2 sisv2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sisv2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sisv2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sisv2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sisv2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sisv2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sisv2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sisv2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sisv2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sisv2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sisv2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sisv2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sisv2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sisv2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sisv2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sisv2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sisv2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sisv2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sisv2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sisv2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sisv2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sisv2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sisv2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sisv2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sisv2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sisv2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sisv2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sisv2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sisv2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sisv2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sisv2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sisv2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sisv2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sisv2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sisv2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sisv2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sisv2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sisv2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sisv2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sisv2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sisv2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sisv2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sisv2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sisv2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sisv2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sisv2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sisv2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sisv2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sisv2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sisv2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sisv2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sisv2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sisv2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sisv2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Invaders (TV Version) ] sitv:0:2009:78:000:Invaders never drop sitv:0:2069:00:000:Invaders don't fire sitv:0:206A:30:500:Invaders don't fire (2/2) sitv:0:0293:C3:100:Bullet Invincibility sitv:0:2094:04:540:Bullet Invincibility (2/3) sitv:0:2015:FF:500:Bullet Invincibility (3/3) :sitv:62000000:0000:00000000:00000000:Bullet Speed always = :sitv:00010000:202C:00000002:FFFFFFFF:Slow :sitv:00010000:202C:00000004:FFFFFFFF:Normal :sitv:00010000:202C:00000006:FFFFFFFF:Fast :sitv:00010000:202C:00000008:FFFFFFFF:V Fast :sitv:00010000:202C:0000000A:FFFFFFFF:Turbo sitv:0:163E:00:100:Autofire Mode sitv:0:21FF:07:000:Infinite Lives PL1 sitv:0:2100:00:001:Kill All Invaders Now! PL1 sitv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sitv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sitv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sitv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sitv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sitv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sitv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sitv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sitv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sitv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sitv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sitv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sitv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sitv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sitv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sitv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sitv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sitv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sitv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sitv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sitv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sitv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sitv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sitv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sitv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sitv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sitv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sitv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sitv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sitv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sitv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sitv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sitv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sitv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sitv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sitv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sitv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sitv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sitv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sitv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sitv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sitv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sitv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sitv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sitv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sitv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sitv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sitv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sitv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sitv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sitv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sitv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sitv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sitv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sitv:0:22FF:07:000:Infinite Lives PL2 sitv:0:2200:00:001:Kill All Invaders Now! PL2 sitv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sitv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sitv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sitv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sitv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sitv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sitv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sitv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sitv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sitv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sitv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sitv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sitv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sitv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sitv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sitv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sitv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sitv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sitv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sitv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sitv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sitv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sitv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sitv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sitv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sitv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sitv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sitv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sitv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sitv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sitv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sitv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sitv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sitv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sitv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sitv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sitv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sitv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sitv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sitv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sitv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sitv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sitv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sitv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sitv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sitv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sitv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sitv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sitv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sitv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sitv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sitv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sitv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sitv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Sukeban Jansi Ryuko (set 2, System 16B, FD1089B 317-5021) ] :sjryuko:00000000:FFA0E0:00000009:FFFFFFFF:Infinite Credits :sjryuko:62000001:000000:00000000:00000000:Select Starting Stage:Set after the Game Mode Selection screen :sjryuko:00210001:FFA165:00000000:FFFFFFFF:St.1 (Higasi Fuuko) :sjryuko:00210001:FFA165:00010001:FFFFFFFF:St.2 (Nan Nyan-Nyan) :sjryuko:00210001:FFA165:00020002:FFFFFFFF:St.3 (Nisino Yuma) :sjryuko:00210001:FFA165:00020003:FFFFFFFF:St.3 (Nisino Yuka) :sjryuko:00210001:FFA165:00020004:FFFFFFFF:St.3 (Nisino Yui) :sjryuko:00210001:FFA165:00030005:FFFFFFFF:St.4 (Kitajima Mami) :sjryuko:00210001:FFA165:00040006:FFFFFFFF:St.5 (Jong-oh) :sjryuko:00210001:FFA165:00050007:FFFFFFFF:St.6 (Kujyaku Himeko) :sjryuko:00210001:FFE165:00060008:FFFFFFFF:The Ending :sjryuko:00100000:FFA3B2:00000400:FFFFFFFF:Always Winning Hand :sjryuko:00110000:FFA3B6:00000400:FFFFFFFF:Always Winning Hand (02/14) :sjryuko:00110000:FFA3BA:00000401:FFFFFFFF:Always Winning Hand (03/14) :sjryuko:00110000:FFA3BE:00000401:FFFFFFFF:Always Winning Hand (04/14) :sjryuko:00110000:FFA3C2:00000401:FFFFFFFF:Always Winning Hand (05/14) :sjryuko:00110000:FFA3C6:00000404:FFFFFFFF:Always Winning Hand (06/14) :sjryuko:00110000:FFA3CA:00000404:FFFFFFFF:Always Winning Hand (07/14) :sjryuko:00110000:FFA3CE:00000404:FFFFFFFF:Always Winning Hand (08/14) :sjryuko:00110000:FFA3D2:00000405:FFFFFFFF:Always Winning Hand (09/14) :sjryuko:00110000:FFA3D6:00000405:FFFFFFFF:Always Winning Hand (10/14) :sjryuko:00110000:FFA3DA:00000405:FFFFFFFF:Always Winning Hand (11/14) :sjryuko:00110000:FFA3DE:00000406:FFFFFFFF:Always Winning Hand (12/14) :sjryuko:00110000:FFA3E2:00000406:FFFFFFFF:Always Winning Hand (13/14) :sjryuko:00110000:FFA3E6:00000406:FFFFFFFF:Always Winning Hand (14/14) :sjryuko:00100001:FFA3B2:00000400:FFFFFFFF:Get Winning Hand Now! :sjryuko:00110001:FFA3B6:00000400:FFFFFFFF:Get Winning Hand Now! (02/14) :sjryuko:00110001:FFA3BA:00000401:FFFFFFFF:Get Winning Hand Now! (03/14) :sjryuko:00110001:FFA3BE:00000401:FFFFFFFF:Get Winning Hand Now! (04/14) :sjryuko:00110001:FFA3C2:00000401:FFFFFFFF:Get Winning Hand Now! (05/14) :sjryuko:00110001:FFA3C6:00000404:FFFFFFFF:Get Winning Hand Now! (06/14) :sjryuko:00110001:FFA3CA:00000404:FFFFFFFF:Get Winning Hand Now! (07/14) :sjryuko:00110001:FFA3CE:00000404:FFFFFFFF:Get Winning Hand Now! (08/14) :sjryuko:00110001:FFA3D2:00000405:FFFFFFFF:Get Winning Hand Now! (09/14) :sjryuko:00110001:FFA3D6:00000405:FFFFFFFF:Get Winning Hand Now! (10/14) :sjryuko:00110001:FFA3DA:00000405:FFFFFFFF:Get Winning Hand Now! (11/14) :sjryuko:00110001:FFA3DE:00000406:FFFFFFFF:Get Winning Hand Now! (12/14) :sjryuko:00110001:FFA3E2:00000406:FFFFFFFF:Get Winning Hand Now! (13/14) :sjryuko:00110001:FFA3E6:00000406:FFFFFFFF:Get Winning Hand Now! (14/14) :sjryuko:00100000:FFA16E:0000270F:FFFFFFFF:Always Maximum Score - Player :sjryuko:00100000:FFA170:0000FC19:FFFFFFFF:Always Minimum Score - CPU :sjryuko:00100000:FFA6A8:00000000:FFFFFFFF:Infinite Thinking Time :sjryuko:00000000:FFA173:00000014:FFFFFFFF:Always Maximum Hai-Pai Level :sjryuko:00000000:FFA177:00000004:FFFFFFFF:Always Have Ikari-Power :sjryuko:00000000:FFA179:00000002:FFFFFFFF:Always Have ESP-Power :sjryuko:00000000:FFA236:00000001:FFFFFFFF:Always Use Ikari-Power:You need to press Right-CTRL key to use Ikari-Power :sjryuko:00010000:FFA66B:00000018:FFFFFFFF:Always Use Ikari-Power (2/2) :sjryuko:00000000:FFA22E:00000001:FFFFFFFF:Always Use ESP-Power :sjryuko:62000000:000000:00000000:00000000:Select Game Mode :sjryuko:00010000:FFA14F:00000000:FFFFFFFF:Normal Mode :sjryuko:00010000:FFA14F:00000001:FFFFFFFF:Advice Mode :sjryuko:00000101:FFE16B:00000003:FFFFFFFF:Select Stripped Scene - CPU :sjryuko:00000101:FFE169:00000003:FFFFFFFF:Select Stripped Scene - Player ; [ Sukeban Jansi Ryuko (set 1, System 16A, FD1089B 317-5021) ] :sjryuko1:00000000:FFE0E0:00000009:FFFFFFFF:Infinite Credits :sjryuko1:62000001:000000:00000000:00000000:Select Starting Stage:Set after the Game Mode Selection screen :sjryuko1:00210001:FFE165:00000000:FFFFFFFF:St.1 (Higasi Fuuko) :sjryuko1:00210001:FFE165:00010001:FFFFFFFF:St.2 (Nan Nyan-Nyan) :sjryuko1:00210001:FFE165:00020002:FFFFFFFF:St.3 (Nisino Yuma) :sjryuko1:00210001:FFE165:00020003:FFFFFFFF:St.3 (Nisino Yuka) :sjryuko1:00210001:FFE165:00020004:FFFFFFFF:St.3 (Nisino Yui) :sjryuko1:00210001:FFE165:00030005:FFFFFFFF:St.4 (Kitajima Mami) :sjryuko1:00210001:FFE165:00040006:FFFFFFFF:St.5 (Jong-oh) :sjryuko1:00210001:FFE165:00050007:FFFFFFFF:St.6 (Kujyaku Himeko) :sjryuko1:00210001:FFE165:00060008:FFFFFFFF:The Ending :sjryuko1:00100000:FFE3B2:00000400:FFFFFFFF:Always Winning Hand :sjryuko1:00110000:FFE3B6:00000400:FFFFFFFF:Always Winning Hand (02/14) :sjryuko1:00110000:FFE3BA:00000401:FFFFFFFF:Always Winning Hand (03/14) :sjryuko1:00110000:FFE3BE:00000401:FFFFFFFF:Always Winning Hand (04/14) :sjryuko1:00110000:FFE3C2:00000401:FFFFFFFF:Always Winning Hand (05/14) :sjryuko1:00110000:FFE3C6:00000404:FFFFFFFF:Always Winning Hand (06/14) :sjryuko1:00110000:FFE3CA:00000404:FFFFFFFF:Always Winning Hand (07/14) :sjryuko1:00110000:FFE3CE:00000404:FFFFFFFF:Always Winning Hand (08/14) :sjryuko1:00110000:FFE3D2:00000405:FFFFFFFF:Always Winning Hand (09/14) :sjryuko1:00110000:FFE3D6:00000405:FFFFFFFF:Always Winning Hand (10/14) :sjryuko1:00110000:FFE3DA:00000405:FFFFFFFF:Always Winning Hand (11/14) :sjryuko1:00110000:FFE3DE:00000406:FFFFFFFF:Always Winning Hand (12/14) :sjryuko1:00110000:FFE3E2:00000406:FFFFFFFF:Always Winning Hand (13/14) :sjryuko1:00110000:FFE3E6:00000406:FFFFFFFF:Always Winning Hand (14/14) :sjryuko1:00100001:FFE3B2:00000400:FFFFFFFF:Get Winning Hand Now! :sjryuko1:00110001:FFE3B6:00000400:FFFFFFFF:Get Winning Hand Now! (02/14) :sjryuko1:00110001:FFE3BA:00000401:FFFFFFFF:Get Winning Hand Now! (03/14) :sjryuko1:00110001:FFE3BE:00000401:FFFFFFFF:Get Winning Hand Now! (04/14) :sjryuko1:00110001:FFE3C2:00000401:FFFFFFFF:Get Winning Hand Now! (05/14) :sjryuko1:00110001:FFE3C6:00000404:FFFFFFFF:Get Winning Hand Now! (06/14) :sjryuko1:00110001:FFE3CA:00000404:FFFFFFFF:Get Winning Hand Now! (07/14) :sjryuko1:00110001:FFE3CE:00000404:FFFFFFFF:Get Winning Hand Now! (08/14) :sjryuko1:00110001:FFE3D2:00000405:FFFFFFFF:Get Winning Hand Now! (09/14) :sjryuko1:00110001:FFE3D6:00000405:FFFFFFFF:Get Winning Hand Now! (10/14) :sjryuko1:00110001:FFE3DA:00000405:FFFFFFFF:Get Winning Hand Now! (11/14) :sjryuko1:00110001:FFE3DE:00000406:FFFFFFFF:Get Winning Hand Now! (12/14) :sjryuko1:00110001:FFE3E2:00000406:FFFFFFFF:Get Winning Hand Now! (13/14) :sjryuko1:00110001:FFE3E6:00000406:FFFFFFFF:Get Winning Hand Now! (14/14) :sjryuko1:00100000:FFE16E:0000270F:FFFFFFFF:Always Maximum Score - Player :sjryuko1:00100000:FFE170:0000FC19:FFFFFFFF:Always Minimum Score - CPU :sjryuko1:00100000:FFE6A8:00000000:FFFFFFFF:Infinite Thinking Time :sjryuko1:00000000:FFE173:00000014:FFFFFFFF:Always Maximum Hai-Pai Level :sjryuko1:00000000:FFE177:00000004:FFFFFFFF:Always Have Ikari-Power :sjryuko1:00000000:FFE179:00000002:FFFFFFFF:Always Have ESP-Power :sjryuko1:00000000:FFE236:00000001:FFFFFFFF:Always Use Ikari-Power:You need to press Right-CTRL key to use Ikari-Power :sjryuko1:00010000:FFE66B:00000018:FFFFFFFF:Always Use Ikari-Power (2/2) :sjryuko1:00000000:FFE22E:00000001:FFFFFFFF:Always Use ESP-Power :sjryuko1:62000000:000000:00000000:00000000:Select Game Mode :sjryuko1:00010000:FFE14F:00000000:FFFFFFFF:Normal Mode :sjryuko1:00010000:FFE14F:00000001:FFFFFFFF:Advice Mode :sjryuko1:00000101:FFE16B:00000003:FFFFFFFF:Select Stripped Scene - CPU :sjryuko1:00000101:FFE169:00000003:FFFFFFFF:Select Stripped Scene - Player ; [ Skelagon ] skelagon:0:4108:0A:000:Infinite Lives :skelagon:20800000:1195:000000C3:FFFFFFFF:Invincibility :skelagon:00000000:43A8:00000005:FFFFFFFF:Always Have Power Up :skelagon:00000000:4012:00000000:00000002:Rapid Fire PL1 :skelagon:00010000:4012:00000000:00000008:Rapid Fire PL1 (2/2) :skelagon:00000000:4015:00000000:00000004:Rapid Fire PL2 :skelagon:00010000:4015:00000000:00000008:Rapid Fire PL2 (2/2) ; [ Skill Trek ] skiltrek:0:0000:00:999:[ There are no cheats ]:REASON 1 skiltrek:0:0000:00:999:[ for this game as it ]:REASON 1 skiltrek:0:0000:00:999:[ didn't work the last ]:REASON 1 skiltrek:0:0000:00:999:[ time it was tested. ]:REASON 1 skiltrek:0:0000:00:999:[ If the game now works ]:REASON 1 skiltrek:0:0000:00:999:[ please request cheats ]:REASON 1 skiltrek:0:0000:00:999:[ for it on the cheat ]:REASON 1 skiltrek:0:0000:00:999:[ forums. ]:REASON 1 ; [ Irem Skins Game, The (US set 2) ] skingam2:0:ED45E:01:000:Always score Hole in Ones PL1 skingam2:0:ED45E:00:001:This shot=1st Shot Now! PL1 skingam2:0:ED460:01:000:Always score Hole in Ones PL2 skingam2:0:ED460:00:001:This shot=1st Shot Now! PL2 skingam2:0:ED462:01:000:Always score Hole in Ones PL3 skingam2:0:ED462:00:001:This shot=1st Shot Now! PL3 skingam2:0:ED464:01:000:Always score Hole in Ones PL4 skingam2:0:ED464:00:001:This shot=1st Shot Now! PL4 ; [ Irem Skins Game, The (US set 1) ] skingame:0:ED45E:01:000:Always score Hole in Ones PL1 skingame:0:ED45E:00:001:This shot=1st Shot Now! PL1 skingame:0:ED460:01:000:Always score Hole in Ones PL2 skingame:0:ED460:00:001:This shot=1st Shot Now! PL2 skingame:0:ED462:01:000:Always score Hole in Ones PL3 skingame:0:ED462:00:001:This shot=1st Shot Now! PL3 skingame:0:ED464:01:000:Always score Hole in Ones PL4 skingame:0:ED464:00:001:This shot=1st Shot Now! PL4 ; [ Skull Fang (Japan) ] :skullfng:00100000:010000E:00006363:FFFFFFFF:Infinite Credits :skullfng:00100000:010007A:00003E7F:FFFFFFFF:Infinite Time (Chase Mode):Don't set scroll mode or character selection screen :skullfng:62000000:0000000:00000000:00000000:Select Starting Stage:Set on selection screen. In case of Special Stage, the game is end if you destroy 1st boss :skullfng:00010000:0100080:00000000:FFFFFFFF:Stage 1 :skullfng:00010000:0100080:00000001:FFFFFFFF:Stage 2 :skullfng:00010000:0100080:00000002:FFFFFFFF:Stage 3 :skullfng:00010000:0100080:00000003:FFFFFFFF:Stage 4 :skullfng:00010000:0100080:00000004:FFFFFFFF:Stage 5 :skullfng:00010000:0100080:00000005:FFFFFFFF:Stage 6 :skullfng:00010000:0100080:00000006:FFFFFFFF:Special Stage (Buggy) :skullfng:00000000:010105E:000000FF:FFFFFFFF:Infinite Shield PL1 :skullfng:00010000:0101077:000000FF:FFFFFFFF:Infinite Shield PL1 (2/2) :skullfng:00000000:010102E:00000000:00000020:Infinite Energy PL1 :skullfng:00010000:010108A:000000FF:FFFFFFFF:Infinite Energy PL1 (2/2) :skullfng:00000000:0101096:00000002:FFFFFFFF:Invincibility PL1 :skullfng:62000000:0000000:00000000:00000000:Select Speed PL1 :skullfng:00010000:010102C:00000000:00000018:1 :skullfng:00010000:010102C:00000008:00000018:2 :skullfng:00010000:010102C:00000010:00000018:3 :skullfng:00010000:010102C:00000018:00000018:4 :skullfng:00000000:010102E:00000008:00000008:Always Have Max Shot Power PL1 :skullfng:62000000:0000000:00000000:00000000:Select Weapon PL1 :skullfng:00010000:010102E:00000000:00000003:Vulcan :skullfng:00010000:010102E:00000001:00000003:H.Missile :skullfng:00010000:010102E:00000002:00000003:Cluster :skullfng:00010000:010102E:00000003:00000003:Laser :skullfng:00000000:010002C:00000000:00000010:Rapid Fire - Shot PL1:Turn it OFF on name entry screen :skullfng:00000000:010002C:00000000:00000020:Rapid Fire - Throttle PL1:Turn it OFF on name entry screen. Enabled Overboost easily but this button works as Shot on Auto Mode :skullfng:00000000:010121E:000000FF:FFFFFFFF:Infinite Shield PL2 :skullfng:00010000:0101237:000000FF:FFFFFFFF:Infinite Shield PL2 (2/2) :skullfng:00000000:01011EE:00000000:00000020:Infinite Energy PL2 :skullfng:00010000:010124A:000000FF:FFFFFFFF:Infinite Energy PL2 (2/2) :skullfng:00000000:0101256:00000002:FFFFFFFF:Invincibility PL2 :skullfng:62000000:0000000:00000000:00000000:Select Speed PL2 :skullfng:00010000:01011EC:00000000:00000018:1 :skullfng:00010000:01011EC:00000008:00000018:2 :skullfng:00010000:01011EC:00000010:00000018:3 :skullfng:00010000:01011EC:00000018:00000018:4 :skullfng:00000000:01011EE:00000018:00000018:Always Have Max Shot Power PL2 :skullfng:62000000:0000000:00000000:00000000:Select Weapon PL2 :skullfng:00010000:01011EE:00000010:00000013:Vulcan :skullfng:00010000:01011EE:00000011:00000013:H.Missile :skullfng:00010000:01011EE:00000012:00000013:Cluster :skullfng:00010000:01011EE:00000013:00000013:Laser :skullfng:00000000:010002D:00000000:00000010:Rapid Fire - Shot PL2:Turn it OFF on name entry screen :skullfng:00000000:010002D:00000000:00000020:Rapid Fire - Throttle PL2:Turn it OFF on name entry screen. Enabled Overboost easily but this button works as Shot on Auto Mode :skullfng:60000000:0000000:00000000:00000000:[ Set the following Secret Modes ] :skullfng:60000000:0000000:00000000:00000000:[ on scroll mode selection screen ] :skullfng:00000001:0100042:00000004:00000004:Unlock Special Mode :skullfng:00210001:010A3CD:00010001:FFFFFFFF:Unlock Special Mode (2/2) :skullfng:00000001:0100008:00000006:FFFFFFFF:Unlock Very Hard Mode :skullfng:00110001:010A0A4:00000E6A:FFFFFFFF:Unlock Very Hard Mode (2/2) :skullfng:00000001:0100008:00000007:FFFFFFFF:Unlock Hardest Mode :skullfng:00110001:010A0A4:00000E69:FFFFFFFF:Unlock Hardest Mode (2/2) ; [ Skull & Crossbones (rev 1) ] skullxb1:0:000000:00:999:[ DON'T activate the Infinite Energy cheats before ] skullxb1:0:000000:00:999:[ you've inserted any coins for that player!!! ] skullxb1:0:FFE0EE:0B:000:Infinite Energy PL1 skullxb1:0:FFE0EF:B8:500:Infinite Energy PL1 (2/2) skullxb1:0:FFE0F7:40:000:Infinite Sword Power PL1 skullxb1:0:FFE14E:0B:000:Infinite Energy PL2 skullxb1:0:FFE14F:B8:500:Infinite Energy PL2 (2/2) skullxb1:0:FFE157:40:000:Infinite Sword Power PL2 ; [ Skull & Crossbones (rev 2) ] skullxb2:0:000000:00:999:[ DON'T activate the Infinite Energy cheats before ] skullxb2:0:000000:00:999:[ you've inserted any coins for that player!!! ] skullxb2:0:FFE0EE:0B:000:Infinite Energy PL1 skullxb2:0:FFE0EF:B8:500:Infinite Energy PL1 (2/2) skullxb2:0:FFE0F7:40:000:Infinite Sword Power PL1 skullxb2:0:FFE14E:0B:000:Infinite Energy PL2 skullxb2:0:FFE14F:B8:500:Infinite Energy PL2 (2/2) skullxb2:0:FFE157:40:000:Infinite Sword Power PL2 ; [ Skull & Crossbones (rev 3) ] skullxb3:0:000000:00:999:[ DON'T activate the Infinite Energy cheats before ] skullxb3:0:000000:00:999:[ you've inserted any coins for that player!!! ] skullxb3:0:FFE0EE:0B:000:Infinite Energy PL1 skullxb3:0:FFE0EF:B8:500:Infinite Energy PL1 (2/2) skullxb3:0:FFE0F7:40:000:Infinite Sword Power PL1 skullxb3:0:FFE14E:0B:000:Infinite Energy PL2 skullxb3:0:FFE14F:B8:500:Infinite Energy PL2 (2/2) skullxb3:0:FFE157:40:000:Infinite Sword Power PL2 ; [ Skull & Crossbones (rev 4) ] skullxb4:0:000000:00:999:[ DON'T activate the Infinite Energy cheats before ] skullxb4:0:000000:00:999:[ you've inserted any coins for that player!!! ] skullxb4:0:FFE0EE:0B:000:Infinite Energy PL1 skullxb4:0:FFE0EF:B8:500:Infinite Energy PL1 (2/2) skullxb4:0:FFE0F7:40:000:Infinite Sword Power PL1 skullxb4:0:FFE14E:0B:000:Infinite Energy PL2 skullxb4:0:FFE14F:B8:500:Infinite Energy PL2 (2/2) skullxb4:0:FFE157:40:000:Infinite Sword Power PL2 ; [ Skull & Crossbones (rev 5) ] skullxbo:0:000000:00:999:[ DON'T activate the Infinite Energy cheats before ] skullxbo:0:000000:00:999:[ you've inserted any coins for that player!!! ] skullxbo:0:FFE0EE:0B:000:Infinite Energy PL1 skullxbo:0:FFE0EF:B8:500:Infinite Energy PL1 (2/2) skullxbo:0:FFE0F7:40:000:Infinite Sword Power PL1 skullxbo:0:FFE14E:0B:000:Infinite Energy PL2 skullxbo:0:FFE14F:B8:500:Infinite Energy PL2 (2/2) skullxbo:0:FFE157:40:000:Infinite Sword Power PL2 ; [ Sky Adventure (Japan) ] skyadvnj:0:040005:99:000:Infinite Credits skyadvnj:0:04041F:99:000:Infinite Lives PL1 skyadvnj:0:040162:03:000:Infinite Ammo PL1 skyadvnj:0:040163:E7:500:Infinite Ammo PL1 (2/2) skyadvnj:0:04041E:02:020:Max. fire power - Plane A PL1 skyadvnj:0:04041E:08:020:Max. fire power - Plane B PL1 skyadvnj:0:04041E:20:020:Max. fire power - Plane C PL1 skyadvnj:0:04041E:80:020:Max. fire power - Plane D PL1 skyadvnj:0:040419:02:000:Invincibility PL1 :skyadvnj:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1 :skyadvnj:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1 skyadvnj:0:04043F:99:000:Infinite Lives PL2 skyadvnj:0:040164:03:000:Infinite Ammo PL2 skyadvnj:0:040165:E7:500:Infinite Ammo PL2 (2/2) skyadvnj:0:04043E:02:020:Max. fire power - Plane A PL2 skyadvnj:0:04043E:08:020:Max. fire power - Plane B PL2 skyadvnj:0:04043E:20:020:Max. fire power - Plane C PL2 skyadvnj:0:04043E:80:020:Max. fire power - Plane D PL2 skyadvnj:0:040439:02:000:Invincibility PL2 :skyadvnj:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2 :skyadvnj:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2 ; [ Sky Adventure (World) ] skyadvnt:0:040005:99:000:Infinite Credits skyadvnt:0:04041F:99:000:Infinite Lives PL1 skyadvnt:0:040162:03:000:Infinite Ammo PL1 skyadvnt:0:040163:E7:500:Infinite Ammo PL1 (2/2) skyadvnt:0:04041E:02:020:Max. fire power - Plane A PL1 skyadvnt:0:04041E:08:020:Max. fire power - Plane B PL1 skyadvnt:0:04041E:20:020:Max. fire power - Plane C PL1 skyadvnt:0:04041E:80:020:Max. fire power - Plane D PL1 skyadvnt:0:040419:02:000:Invincibility PL1 :skyadvnt:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1 :skyadvnt:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1 skyadvnt:0:04043F:99:000:Infinite Lives PL2 skyadvnt:0:040164:03:000:Infinite Ammo PL2 skyadvnt:0:040165:E7:500:Infinite Ammo PL2 (2/2) skyadvnt:0:04043E:02:020:Max. fire power - Plane A PL2 skyadvnt:0:04043E:08:020:Max. fire power - Plane B PL2 skyadvnt:0:04043E:20:020:Max. fire power - Plane C PL2 skyadvnt:0:04043E:80:020:Max. fire power - Plane D PL2 skyadvnt:0:040439:02:000:Invincibility PL2 :skyadvnt:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2 :skyadvnt:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2 ; [ Sky Adventure (US) ] skyadvnu:0:040005:99:000:Infinite Credits skyadvnu:0:04041F:99:000:Infinite Lives PL1 skyadvnu:0:040162:03:000:Infinite Ammo PL1 skyadvnu:0:040163:E7:500:Infinite Ammo PL1 (2/2) skyadvnu:0:04041E:02:020:Max. fire power - Plane A PL1 skyadvnu:0:04041E:08:020:Max. fire power - Plane B PL1 skyadvnu:0:04041E:20:020:Max. fire power - Plane C PL1 skyadvnu:0:04041E:80:020:Max. fire power - Plane D PL1 skyadvnu:0:040419:02:000:Invincibility PL1 :skyadvnu:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1 :skyadvnu:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1 skyadvnu:0:04043F:99:000:Infinite Lives PL2 skyadvnu:0:040164:03:000:Infinite Ammo PL2 skyadvnu:0:040165:E7:500:Infinite Ammo PL2 (2/2) skyadvnu:0:04043E:02:020:Max. fire power - Plane A PL2 skyadvnu:0:04043E:08:020:Max. fire power - Plane B PL2 skyadvnu:0:04043E:20:020:Max. fire power - Plane C PL2 skyadvnu:0:04043E:80:020:Max. fire power - Plane D PL2 skyadvnu:0:040439:02:000:Invincibility PL2 :skyadvnu:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2 :skyadvnu:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2 ; [ Sky Alert ] skyalert:0:C0E044:63:000:Infinite Credits skyalert:0:C0C23A:0B:000:Infinite Lives PL1 skyalert:0:C0C217:06:000:Infinite Bombs PL1 skyalert:0:C0C21D:01:000:Invincibility PL1 skyalert:0:C0C214:00:000:Always have L1 Laser PL1 skyalert:0:C0C214:10:000:Always have L2 Laser PL1 skyalert:0:C0C214:20:000:Always have L3 Laser PL1 skyalert:0:C0C214:30:000:Always have L4 Laser PL1 skyalert:0:C0C214:01:000:Always have L1 Ring PL1 skyalert:0:C0C214:11:000:Always have L2 Ring PL1 skyalert:0:C0C214:21:000:Always have L3 Ring PL1 skyalert:0:C0C214:31:000:Always have L4 Ring PL1 skyalert:0:C0C214:02:000:Always have L1 Multi-Way PL1 skyalert:0:C0C214:12:000:Always have L2 Multi-Way PL1 skyalert:0:C0C214:22:000:Always have L3 Multi-Way PL1 skyalert:0:C0C214:32:000:Always have L4 Multi-Way PL1 skyalert:0:C0C214:03:000:Always have L1 Missile PL1 skyalert:0:C0C214:13:000:Always have L2 Missile PL1 skyalert:0:C0C214:23:000:Always have L3 Missile PL1 skyalert:0:C0C214:33:000:Always have L4 Missile PL1 skyalert:0:C0C214:00:001:Get the L1 Laser Now! PL1 skyalert:0:C0C214:10:001:Get the L2 Laser Now! PL1 skyalert:0:C0C214:20:001:Get the L3 Laser Now! PL1 skyalert:0:C0C214:30:001:Get the L4 Laser Now! PL1 skyalert:0:C0C214:01:001:Get the L1 Ring Now! PL1 skyalert:0:C0C214:11:001:Get the L2 Ring Now! PL1 skyalert:0:C0C214:21:001:Get the L3 Ring Now! PL1 skyalert:0:C0C214:31:001:Get the L4 Ring Now! PL1 skyalert:0:C0C214:02:001:Get the L1 Multi-Way Now! PL1 skyalert:0:C0C214:12:001:Get the L2 Multi-Way Now! PL1 skyalert:0:C0C214:22:001:Get the L3 Multi-Way Now! PL1 skyalert:0:C0C214:32:001:Get the L4 Multi-Way Now! PL1 skyalert:0:C0C214:03:001:Get the L1 Missile Now! PL1 skyalert:0:C0C214:13:001:Get the L2 Missile Now! PL1 skyalert:0:C0C214:23:001:Get the L3 Missile Now! PL1 skyalert:0:C0C214:33:001:Get the L4 Missile Now! PL1 skyalert:0:C0C93A:0B:000:Infinite Lives PL2 skyalert:0:C0C917:06:000:Infinite Bombs PL2 skyalert:0:C0C91D:01:000:Invincibility PL2 skyalert:0:C0C914:00:000:Always have L1 Laser PL2 skyalert:0:C0C914:10:000:Always have L2 Laser PL2 skyalert:0:C0C914:20:000:Always have L3 Laser PL2 skyalert:0:C0C914:30:000:Always have L4 Laser PL2 skyalert:0:C0C914:01:000:Always have L1 Ring PL2 skyalert:0:C0C914:11:000:Always have L2 Ring PL2 skyalert:0:C0C914:21:000:Always have L3 Ring PL2 skyalert:0:C0C914:31:000:Always have L4 Ring PL2 skyalert:0:C0C914:02:000:Always have L1 Multi-Way PL2 skyalert:0:C0C914:12:000:Always have L2 Multi-Way PL2 skyalert:0:C0C914:22:000:Always have L3 Multi-Way PL2 skyalert:0:C0C914:32:000:Always have L4 Multi-Way PL2 skyalert:0:C0C914:03:000:Always have L1 Missile PL2 skyalert:0:C0C914:13:000:Always have L2 Missile PL2 skyalert:0:C0C914:23:000:Always have L3 Missile PL2 skyalert:0:C0C914:33:000:Always have L4 Missile PL2 skyalert:0:C0C914:00:001:Get the L1 Laser Now! PL2 skyalert:0:C0C914:10:001:Get the L2 Laser Now! PL2 skyalert:0:C0C914:20:001:Get the L3 Laser Now! PL2 skyalert:0:C0C914:30:001:Get the L4 Laser Now! PL2 skyalert:0:C0C914:01:001:Get the L1 Ring Now! PL2 skyalert:0:C0C914:11:001:Get the L2 Ring Now! PL2 skyalert:0:C0C914:21:001:Get the L3 Ring Now! PL2 skyalert:0:C0C914:31:001:Get the L4 Ring Now! PL2 skyalert:0:C0C914:02:001:Get the L1 Multi-Way Now! PL2 skyalert:0:C0C914:12:001:Get the L2 Multi-Way Now! PL2 skyalert:0:C0C914:22:001:Get the L3 Multi-Way Now! PL2 skyalert:0:C0C914:32:001:Get the L4 Multi-Way Now! PL2 skyalert:0:C0C914:03:001:Get the L1 Missile Now! PL2 skyalert:0:C0C914:13:001:Get the L2 Missile Now! PL2 skyalert:0:C0C914:23:001:Get the L3 Missile Now! PL2 skyalert:0:C0C914:33:001:Get the L4 Missile Now! PL2 ; [ Sky Army ] :skyarmy:00000000:80F4:00000063:FFFFFFFF:Infinite Credits :skyarmy:60000000:0000:00000000:00000000:[ 1 Screen = 3 Scenes ] :skyarmy:00001101:8417:000000FF:FFFFFFFF:Select Starting Screen:Enable on the "Push Start Button" screen after you've inserted a credit :skyarmy:62000000:0000:00000000:00000000:Select Starting Scene:Enable on the "Push Start Button" screen after you've inserted a credit :skyarmy:00011001:8418:00000002:FFFFFFFF:Start 1st Scene :skyarmy:00011001:8418:00000003:FFFFFFFF:Clear 1st Scene :skyarmy:00011001:8418:00000004:FFFFFFFF:Start 2nd Scene :skyarmy:00011001:8418:00000005:FFFFFFFF:Clear 2nd Scene :skyarmy:00011001:8418:00000006:FFFFFFFF:Start 3rd Scene :skyarmy:00011001:8418:00000007:FFFFFFFF:Clear 3rd Scene skyarmy:0:8416:07:000:Infinite Lives :skyarmy:00100000:849A:00000000:00000208:Invincibility:Turn Off on Starting Scene :skyarmy:20900000:2C32:00000A18:FFFFFFFF:Invincibility (No Hit) :skyarmy:00000000:8691:00000003:FFFFFFFF:Helicopter Always 500pts :skyarmy:00000000:80EC:00000010:00000010:Rapid Fire PL1 - Antiair PL1:Turn it OFF on the name entry screen :skyarmy:00000000:80EC:00000020:00000020:Rapid Fire PL1 - Antisurface PL1 :skyarmy:00000000:80EE:00000010:00000010:Rapid Fire PL2 - Antiair PL2:Turn it OFF on the name entry screen :skyarmy:00000000:80EE:00000020:00000020:Rapid Fire PL2 - Antisurface PL2 :skyarmy:60000000:0000:00000000:00000000:[ ----------- 1st scene ----------- ] :skyarmy:00000001:8419:000000FF:FFFFFFFF:Kill All Enemies Now! :skyarmy:60000000:0000:00000000:00000000:[ ----------- 2nd scene ----------- ] :skyarmy:00000001:841D:0000008F:FFFFFFFF:Arrive at Players Base Now! :skyarmy:62000000:0000:00000000:00000000:Select Scroll Speed :skyarmy:00010000:867A:00000000:FFFFFFFF:Stop :skyarmy:00010000:867A:00000012:FFFFFFFF:Slow :skyarmy:00010000:867A:00000020:FFFFFFFF:First :skyarmy:60000000:0000:00000000:00000000:[ ----------- 3rd scene ----------- ] :skyarmy:00000001:8473:00000004:FFFFFFFF:Get Bridge Parts Now! :skyarmy:00000001:841B:00000006:FFFFFFFF:Complete Bridge Now! ; [ Sky Base ] skybase:0:169D:C9:100:Invincibility skybase:0:8186:06:000:Infinite Lives PL1 skybase:0:81C1:06:000:Infinite Lives PL2 ; [ Sky Bumper ] skybump:0:E397:00:000:Infinite Lives skybump:0:E36D:05:500:Infinite Lives (2/2) ; [ Sky Chuter ] :skychut:20800000:210E:00000060:FFFFFFFF:Invincibility :skychut:00000000:00B9:00000000:FFFFFFFF:Rapid Fire skychut:0:0075:03:000:Infinite Lives PL1 skychut:0:0076:03:000:Infinite Lives PL2 ; [ Sky Diver ] skydiver:0:0079:08:000:Infinite Misses (White) PL1 skydiver:0:007B:08:000:Infinite Misses (Black) PL2 ; [ Sky Fox ] skyfox:0:C001:09:000:Infinite Credits skyfox:0:C042:03:000:Infinite Lives :skyfox:20A00000:4EA5:000000C9:FFFFFFFF:Invincibility skyfox:0:C048:99:000:Infinite Ammo skyfox:0:C049:99:500:Infinite Ammo (2/2) :skyfox:00000000:C118:00000000:00000010:Rapid Fire - Normal Shot :skyfox:00000000:C118:00000000:00000020:Rapid Fire - Sub Shot ; [ Sky Kid (New Ver.) ] skykid:0:4904:09:000:Infinite Lives PL1 skykid:0:4D48:01:000:Invincibility PL1:Disable Invincibility with F6 so that you can land!! skykid:0:4905:09:000:Infinite Lives PL2 skykid:0:4D50:01:000:Invincibility PL2:Disable Invincibility with F6 so that you can land!! ; [ Sky Kid (60A1 Ver.) ] skykidd:0:4904:09:000:Infinite Lives PL1 skykidd:0:4D48:01:000:Invincibility PL1:Disable Invincibility with F6 so that you can land!! skykidd:0:4905:09:000:Infinite Lives PL2 skykidd:0:4D50:01:000:Invincibility PL2:Disable Invincibility with F6 so that you can land!! ; [ Sky Kid Deluxe (set 2) ] skykiddo:0:4504:03:000:Infinite Lives PL1 skykiddo:0:4505:03:000:Infinite Lives PL2 ; [ Sky Kid Deluxe (set 1) ] skykiddx:0:4504:03:000:Infinite Lives PL1 skykiddx:0:4505:03:000:Infinite Lives PL2 ; [ Sky Kid (Old Ver.) ] skykido:0:4904:09:000:Infinite Lives PL1 skykido:0:4D48:01:000:Invincibility PL1:Disable Invincibility with F6 so that you can land!! skykido:0:4905:09:000:Infinite Lives PL2 skykido:0:4D50:01:000:Invincibility PL2:Disable Invincibility with F6 so that you can land!! ; [ Sky Lancer (Esco Trading Co license) ] :skylance:00000000:8000:00000063:FFFFFFFF:Infinite Credits :skylance:20800000:3044:00000055:FFFFFFFF:Invincibility :skylance:00000000:8021:00000008:FFFFFFFF:Infinite Lives PL1 :skylance:00001501:801F:00000062:FFFFFFFF:Select Starting Stage PL1:Set on "PUSH START BUTTON" screen. Doesn't start correctly if you choose a bonus stage :skylance:00000000:8022:00000008:FFFFFFFF:Infinite Lives PL2 :skylance:00001501:8020:00000062:FFFFFFFF:Select Starting Stage PL2:Set on "PUSH START BUTTON" screen. Doesn't start correctly if you choose a bonus stage ; [ Sky Lancer ] :skylancr:00000000:8000:00000063:FFFFFFFF:Infinite Credits :skylancr:20800000:25CD:000000DE:FFFFFFFF:Invincibility :skylancr:00000000:8021:00000008:FFFFFFFF:Infinite Lives PL1 :skylancr:00001501:801F:00000062:FFFFFFFF:Select Starting Stage PL1:Set on "PUSH START BUTTON" screen. Doesn't start correctly if you choose a bonus stage :skylancr:00000000:8022:00000008:FFFFFFFF:Infinite Lives PL2 :skylancr:00001501:8020:00000062:FFFFFFFF:Select Starting Stage PL2:Set on "PUSH START BUTTON" screen. Doesn't start correctly if you choose a bonus stage ; [ Sky Raider ] skyraid:0:004A:99:000:Infinite Time ; [ Sky Raiders ] skyraidr:0:421D:09:000:Infinite Lives :skyraidr:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :skyraidr:20810000:12B8:000000C9:FFFFFFFF:Invincibility (2/4) :skyraidr:20810000:12CB:000000C9:FFFFFFFF:Invincibility (3/4) :skyraidr:20810000:3321:000000C3:FFFFFFFF:Invincibility (4/4) :skyraidr:00100000:4013:00000000:00001010:Rapid Fire :skyraidr:20800100:08C6:0000000C:FFFFFFFF:Select Bullet Speed ; [ Sky Shark (US) ] skyshark:0:030429:08:000:Infinite Lives skyshark:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end skyshark:0:0304D5:06:000:Always Maximum Shot Power :skyshark:20800000:001CD2:00000060:FFFFFFFF:Invincibility :skyshark:20810000:002AB2:00000060:FFFFFFFF:Invincibility (2/6):1st = Fire, 2nd = Enemy :skyshark:20910000:000BC0:00000002:FFFFFFFF:Invincibility (3/6):Parts 3-6 are "Avoid In-game ROM Check Error" they will be needed with any ROM cheats to stop the game from crashing or freezing at the moment Invincibility is the only ROM cheat so it's tied in directly for ease of operation :skyshark:20810000:001A88:00000060:FFFFFFFF:Invincibility (4/6) :skyshark:20910000:003268:00000002:FFFFFFFF:Invincibility (5/6) :skyshark:20810000:004300:00000060:FFFFFFFF:Invincibility (6/6) :skyshark:00000000:0304BD:00000020:FFFFFFFF:Rapid Fire ; [ Sky Skipper ] skyskipr:0:8FDA:09:000:Infinite Credits skyskipr:0:81E2:6F:000:Infinite Fuel skyskipr:0:273B:C3:100:Invincibility skyskipr:0:3380:C9:600:Invincibility (2/5):Part 1 "jp c"->"jp" Reduce loads of fuel when hit cloud/explosion & Part 2 "ret c"->"ret" for ground collision skyskipr:0:1E06:18:600:Invincibility (3/5):"jr c"->"jr" for ape collision skyskipr:0:168E:18:600:Invincibility (4/5):"jr z"->"jr" for ape shot collision altitude decrease skyskipr:0:16A0:18:600:Invincibility (5/5):"jr z"->"jr" for cloud collision decrease skyskipr:0:8413:03:000:Infinite Lives PL1 skyskipr:0:8513:03:000:Infinite Lives PL2 ; [ Sky Smasher ] skysmash:0:08006D:99:000:Infinite Credits skysmash:0:080029:08:000:Infinite Lives PL1 skysmash:0:0804A6:09:020:Infinite Bombs PL1 skysmash:0:0804A6:06:540:Infinite Bombs PL1 (2/2) skysmash:0:0804BE:20:040:Invincibility PL1 skysmash:0:0804A4:05:000:Always Max Shot Power PL1 skysmash:0:08002B:08:000:Infinite Lives PL2 skysmash:0:080526:09:020:Infinite Bombs PL2 skysmash:0:080526:06:540:Infinite Bombs PL2 (2/2) skysmash:0:08053E:20:040:Invincibility PL2 skysmash:0:080524:05:000:Always Max Shot Power PL2 ; [ Sky Soldiers (US) ] skysoldr:0:040005:99:000:Infinite Credits skysoldr:0:000000:00:999:[See the Dip Switch Menu to ] skysoldr:0:000000:00:999:[enable an alternate ] skysoldr:0:000000:00:999:[Invincibility cheat. ] skysoldr:0:04041F:99:000:Infinite Lives PL1 skysoldr:0:040112:FA:000:Infinite Ammo PL1:Get a weapon first skysoldr:0:040163:64:000:Infinite Bombs PL1 skysoldr:0:040415:05:000:Max. Fire Power PL1 skysoldr:0:040419:02:000:Invincibility PL1 skysoldr:0:000000:00:999:[ E.W. = Extra weapon ] skysoldr:0:04041E:02:020:Max. E.W. Power - Buster PL1 skysoldr:0:04041E:08:020:Max. E.W. Power - F.Ball PL1 skysoldr:0:04041E:20:020:Max. E.W. Power - Homing PL1 skysoldr:0:04041E:80:020:Max. E.W. Power - Missile PL1 :skysoldr:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1:Turn it OFF on the E.W. select screen :skysoldr:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1:Turn it OFF on the E.W. select screen skysoldr:0:04043F:99:000:Infinite Lives PL2 skysoldr:0:040113:FA:000:Infinite Ammo PL2:Get a weapon first skysoldr:0:040165:64:000:Infinite Bombs PL2 skysoldr:0:040435:05:000:Max. Fire Power PL2 skysoldr:0:040439:02:000:Invincibility PL2 skysoldr:0:000000:00:999:[ E.W. = Extra weapon ] skysoldr:0:04043E:02:020:Max. E.W. Power - Buster PL2 skysoldr:0:04043E:08:020:Max. E.W. Power - F.Ball PL2 skysoldr:0:04043E:20:020:Max. E.W. Power - Homing PL2 skysoldr:0:04043E:80:020:Max. E.W. Power - Missile PL2 :skysoldr:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2:Turn it OFF on the E.W. select screen :skysoldr:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2:Turn it OFF on the E.W. select screen ; [ Sky Target ] skytargt:0:0000:00:999:[ There are no cheats ]:REASON 1 skytargt:0:0000:00:999:[ for this game as it ]:REASON 1 skytargt:0:0000:00:999:[ didn't work the last ]:REASON 1 skytargt:0:0000:00:999:[ time it was tested. ]:REASON 1 skytargt:0:0000:00:999:[ If the game now works ]:REASON 1 skytargt:0:0000:00:999:[ please request cheats ]:REASON 1 skytargt:0:0000:00:999:[ for it on the cheat ]:REASON 1 skytargt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sky Wolf (set 1) ] skywolf:0:E001:63:000:Infinite Credits :skywolf:20800000:24B4:00000000:FFFFFFFF:Invincibility :skywolf:00000000:F418:00000000:00000004:Rapid Fire:Use during playing the game. DO NOT set before starting the game (Take Off screen etc) to prevent the game from crashing skywolf:0:0000:00:999:[See the Dip Switch Menu to ] skywolf:0:0000:00:999:[enable an alternate ] skywolf:0:0000:00:999:[Invincibility cheat. ] skywolf:0:E0C6:11:000:Infinite Lives PL1 skywolf:0:E0E1:11:000:Infinite Lives PL2 ; [ Sky Wolf (set 2) ] skywolf2:0:E001:63:000:Infinite Credits :skywolf2:20800000:24A9:00000000:FFFFFFFF:Invincibility :skywolf2:00000000:F418:00000000:00000004:Rapid Fire:Use during playing the game. DO NOT set before starting the game (Take Off screen etc) to prevent the game from crashing skywolf2:0:0000:00:999:[See the Dip Switch Menu to ] skywolf2:0:0000:00:999:[enable an alternate ] skywolf2:0:0000:00:999:[Invincibility cheat. ] skywolf2:0:E0C6:11:000:Infinite Lives PL1 skywolf2:0:E0E1:11:000:Infinite Lives PL2 ; [ Slam Dunk 2 (ver JAA) ] slamdnk2:0:0000:00:999:[ There are no cheats ]:REASON 1 slamdnk2:0:0000:00:999:[ for this game as it ]:REASON 1 slamdnk2:0:0000:00:999:[ didn't work the last ]:REASON 1 slamdnk2:0:0000:00:999:[ time it was tested. ]:REASON 1 slamdnk2:0:0000:00:999:[ If the game now works ]:REASON 1 slamdnk2:0:0000:00:999:[ please request cheats ]:REASON 1 slamdnk2:0:0000:00:999:[ for it on the cheat ]:REASON 1 slamdnk2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Saturday Night Slam Masters (World 930713) ] slammast:0:FFA0C8:09:000:Infinite Time slammast:0:FFA0C9:05:500:Infinite Time (2/3) slammast:0:FFA0CA:0A:500:Infinite Time (3/3) slammast:0:FFA0C8:00:001:Finish this Match Now! slammast:0:FFA0C9:00:501:Finish this Match Now! (2/3) slammast:0:FFA0CA:00:501:Finish this Match Now! (3/3) slammast:0:FF9157:FF:000:Infinite Energy PL1 slammast:0:FF9157:00:001:Drain ALL Energy Now! PL1 slammast:0:FF9357:FF:000:Infinite Energy PL2 slammast:0:FF9357:00:001:Drain ALL Energy Now! PL2 slammast:0:FF9557:FF:000:Infinite Energy PL3 slammast:0:FF9557:00:001:Drain ALL Energy Now! PL3 slammast:0:FF9757:FF:000:Infinite Energy PL4 slammast:0:FF9757:00:001:Drain ALL Energy Now! PL4 ; [ Saturday Night Slam Masters (US 930713) ] slammasu:0:FFA0C8:09:000:Infinite Time slammasu:0:FFA0C9:05:500:Infinite Time (2/3) slammasu:0:FFA0CA:0A:500:Infinite Time (3/3) slammasu:0:FFA0C8:00:001:Finish this Match Now! slammasu:0:FFA0C9:00:501:Finish this Match Now! (2/3) slammasu:0:FFA0CA:00:501:Finish this Match Now! (3/3) slammasu:0:FF9157:FF:000:Infinite Energy PL1 slammasu:0:FF9157:00:001:Drain ALL Energy Now! PL1 slammasu:0:FF9357:FF:000:Infinite Energy PL2 slammasu:0:FF9357:00:001:Drain ALL Energy Now! PL2 slammasu:0:FF9557:FF:000:Infinite Energy PL3 slammasu:0:FF9557:00:001:Drain ALL Energy Now! PL3 slammasu:0:FF9757:FF:000:Infinite Energy PL4 slammasu:0:FF9757:00:001:Drain ALL Energy Now! PL4 ; [ Slap Fight (Japan bootleg) ] slapbtjp:0:C189:05:000:Infinite Lives :slapbtjp:20800000:6959:00000018:FFFFFFFF:Invincibility:Doesn't give your wings Invincibility so use the 'Always have Full Wings' cheat for that! slapbtjp:0:C18F:01:000:Always have One Star slapbtjp:0:C1DE:40:000:Always have Side Arms slapbtjp:0:C1DC:03:000:Always have Full Wings slapbtjp:0:C209:82:500:Always have Full Wings (2/3) slapbtjp:0:C219:82:500:Always have Full Wings (3/3) slapbtjp:0:C1D7:01:000:Always have Bomb slapbtjp:0:C1DD:05:500:Always have Bomb (2/2) slapbtjp:0:C1D7:02:000:Always have Laser slapbtjp:0:C1DD:03:500:Always have Laser (2/2) slapbtjp:0:C1D7:03:000:Always have H Mis slapbtjp:0:C1DD:07:500:Always have H Mis (2/2) slapbtjp:0:C190:82:000:Always have Shield slapbtjp:0:C1BF:07:500:Always have Shield (2/2) slapbtjp:0:C18F:01:001:Now have One Star slapbtjp:0:C18F:02:001:Now have Two Stars slapbtjp:0:C18F:03:001:Now have Three Stars slapbtjp:0:C18F:04:001:Now have Four Stars slapbtjp:0:C18F:05:001:Now have Five Stars slapbtjp:0:C18F:06:001:Now have Six Stars slapbtjp:0:C18F:07:001:Now have Seven Stars slapbtjp:0:C18F:08:001:Now have Eight Stars :slapbtjp:00000000:C1D9:00000028:FFFFFFFF:Rapid Fire - Shot :slapbtjp:00000000:C1DA:00000028:FFFFFFFF:Rapid Fire - Side Shot ; [ Slap Fight (English bootleg) ] slapbtuk:0:C189:05:000:Infinite Lives :slapbtuk:20800000:6959:00000018:FFFFFFFF:Invincibility:Doesn't give your wings Invincibility so use the 'Always have Full Wings' cheat for that! slapbtuk:0:C18F:01:000:Always have One Star slapbtuk:0:C1DE:40:000:Always have Side Arms slapbtuk:0:C1DC:03:000:Always have Full Wings slapbtuk:0:C209:82:500:Always have Full Wings (2/3) slapbtuk:0:C219:82:500:Always have Full Wings (3/3) slapbtuk:0:C1D7:01:000:Always have Bomb slapbtuk:0:C1DD:05:500:Always have Bomb (2/2) slapbtuk:0:C1D7:02:000:Always have Laser slapbtuk:0:C1DD:03:500:Always have Laser (2/2) slapbtuk:0:C1D7:03:000:Always have H Mis slapbtuk:0:C1DD:07:500:Always have H Mis (2/2) slapbtuk:0:C190:82:000:Always have Shield slapbtuk:0:C1BF:07:500:Always have Shield (2/2) slapbtuk:0:C18F:01:001:Now have One Star slapbtuk:0:C18F:02:001:Now have Two Stars slapbtuk:0:C18F:03:001:Now have Three Stars slapbtuk:0:C18F:04:001:Now have Four Stars slapbtuk:0:C18F:05:001:Now have Five Stars slapbtuk:0:C18F:06:001:Now have Six Stars slapbtuk:0:C18F:07:001:Now have Seven Stars slapbtuk:0:C18F:08:001:Now have Eight Stars :slapbtuk:00000000:C1D9:00000028:FFFFFFFF:Rapid Fire - Shot :slapbtuk:00000000:C1DA:00000028:FFFFFFFF:Rapid Fire - Side Shot ; [ Slap Fight (bootleg) ] slapfgtr:0:C189:05:000:Infinite Lives :slapfgtr:20800000:6962:00000018:FFFFFFFF:Invincibility:Doesn't give your wings Invincibility so use the 'Always have Full Wings' cheat for that! slapfgtr:0:C18F:01:000:Always have One Star slapfgtr:0:C1DE:40:000:Always have Side Arms slapfgtr:0:C1DC:03:000:Always have Full Wings slapfgtr:0:C209:82:500:Always have Full Wings (2/3) slapfgtr:0:C219:82:500:Always have Full Wings (3/3) slapfgtr:0:C1D7:01:000:Always have Bomb slapfgtr:0:C1DD:05:500:Always have Bomb (2/2) slapfgtr:0:C1D7:02:000:Always have Laser slapfgtr:0:C1DD:03:500:Always have Laser (2/2) slapfgtr:0:C1D7:03:000:Always have H Mis slapfgtr:0:C1DD:07:500:Always have H Mis (2/2) slapfgtr:0:C190:82:000:Always have Shield slapfgtr:0:C1BF:07:500:Always have Shield (2/2) slapfgtr:0:C18F:01:001:Now have One Star slapfgtr:0:C18F:02:001:Now have Two Stars slapfgtr:0:C18F:03:001:Now have Three Stars slapfgtr:0:C18F:04:001:Now have Four Stars slapfgtr:0:C18F:05:001:Now have Five Stars slapfgtr:0:C18F:06:001:Now have Six Stars slapfgtr:0:C18F:07:001:Now have Seven Stars slapfgtr:0:C18F:08:001:Now have Eight Stars :slapfgtr:00000000:C1D9:00000028:FFFFFFFF:Rapid Fire - Shot :slapfgtr:00000000:C1DA:00000028:FFFFFFFF:Rapid Fire - Side Shot ; [ Slap Fight (set 2) ] slapfiga:0:C189:05:000:Infinite Lives :slapfiga:20800000:6962:00000018:FFFFFFFF:Invincibility:Doesn't give your wings Invincibility so use the 'Always have Full Wings' cheat for that! slapfiga:0:C18F:01:000:Always have One Star slapfiga:0:C1DE:40:000:Always have Side Arms slapfiga:0:C1DC:03:000:Always have Full Wings slapfiga:0:C209:82:500:Always have Full Wings (2/3) slapfiga:0:C219:82:500:Always have Full Wings (3/3) slapfiga:0:C1D7:01:000:Always have Bomb slapfiga:0:C1DD:05:500:Always have Bomb (2/2) slapfiga:0:C1D7:02:000:Always have Laser slapfiga:0:C1DD:03:500:Always have Laser (2/2) slapfiga:0:C1D7:03:000:Always have H Mis slapfiga:0:C1DD:07:500:Always have H Mis (2/2) slapfiga:0:C190:82:000:Always have Shield slapfiga:0:C1BF:07:500:Always have Shield (2/2) slapfiga:0:C18F:01:001:Now have One Star slapfiga:0:C18F:02:001:Now have Two Stars slapfiga:0:C18F:03:001:Now have Three Stars slapfiga:0:C18F:04:001:Now have Four Stars slapfiga:0:C18F:05:001:Now have Five Stars slapfiga:0:C18F:06:001:Now have Six Stars slapfiga:0:C18F:07:001:Now have Seven Stars slapfiga:0:C18F:08:001:Now have Eight Stars :slapfiga:00000000:C1D9:00000028:FFFFFFFF:Rapid Fire - Shot :slapfiga:00000000:C1DA:00000028:FFFFFFFF:Rapid Fire - Side Shot ; [ Slap Fight (set 1) ] slapfigh:0:C189:05:000:Infinite Lives :slapfigh:20800000:6959:00000018:FFFFFFFF:Invincibility:Doesn't give your wings Invincibility so use the 'Always have Full Wings' cheat for that! slapfigh:0:C18F:01:000:Always have One Star slapfigh:0:C1DE:40:000:Always have Side Arms slapfigh:0:C1DC:03:000:Always have Full Wings slapfigh:0:C209:82:500:Always have Full Wings (2/3) slapfigh:0:C219:82:500:Always have Full Wings (3/3) slapfigh:0:C1D7:01:000:Always have Bomb slapfigh:0:C1DD:05:500:Always have Bomb (2/2) slapfigh:0:C1D7:02:000:Always have Laser slapfigh:0:C1DD:03:500:Always have Laser (2/2) slapfigh:0:C1D7:03:000:Always have H Mis slapfigh:0:C1DD:07:500:Always have H Mis (2/2) slapfigh:0:C190:82:000:Always have Shield slapfigh:0:C1BF:07:500:Always have Shield (2/2) slapfigh:0:C18F:01:001:Now have One Star slapfigh:0:C18F:02:001:Now have Two Stars slapfigh:0:C18F:03:001:Now have Three Stars slapfigh:0:C18F:04:001:Now have Four Stars slapfigh:0:C18F:05:001:Now have Five Stars slapfigh:0:C18F:06:001:Now have Six Stars slapfigh:0:C18F:07:001:Now have Seven Stars slapfigh:0:C18F:08:001:Now have Eight Stars :slapfigh:00000000:C1D9:00000028:FFFFFFFF:Rapid Fire - Shot :slapfigh:00000000:C1DA:00000028:FFFFFFFF:Rapid Fire - Side Shot ; [ Slap Shot (Japan) ] slapshot:0:5004F9:09:000:Infinite Credits slapshot:0:500505:09:500:Infinite Credits (2/2):Coin inserted check slapshot:0:50C264:63:000:Infinite Time slapshot:0:50C264:01:001:Finish this Round Now! slapshot:0:50C259:02:001:Win this Round Now! PL1 slapshot:0:50C25A:00:501:Win this Round Now! PL1 (2/2) slapshot:0:50C259:00:000:Goals always = 0 PL1 slapshot:0:50C259:00:001:Goals = 0 Now! PL1 slapshot:0:50839B:1A:000:Always have Max Power PL1:Works but display not correct! slapshot:0:50C7BE:1A:500:Always have Max Power PL1 (2/2) slapshot:0:50839B:00:000:Always have No Power PL1:Works but display not correct! slapshot:0:50C7BE:00:500:Always have No Power PL1 (2/2) slapshot:0:50839B:1A:001:Get Max Power Now! PL1:Works but display not correct! slapshot:0:50C7BE:1A:501:Get Max Power Now! PL1 (2/2) slapshot:0:50839B:00:001:Lose all Power Now! PL1:Works but display not correct! slapshot:0:50C7BE:00:501:Lose all Power Now! PL1 (2/2) slapshot:0:50C259:00:001:Win this Round Now! PL2 slapshot:0:50C25A:02:501:Win this Round Now! PL2 (2/2) slapshot:0:50C25A:00:000:Goals always = 0 PL2 slapshot:0:50C25A:00:001:Goals = 0 Now! PL2 slapshot:0:50841B:1A:000:Always have Max Power PL2:Works but display not correct! slapshot:0:50C85E:1A:500:Always have Max Power PL2 (2/2) slapshot:0:50841B:00:000:Always have No Power PL2:Works but display not correct! slapshot:0:50C85E:00:500:Always have No Power PL2 (2/2) slapshot:0:50841B:1A:001:Get Max Power Now! PL2:Works but display not correct! slapshot:0:50C85E:1A:501:Get Max Power Now! PL2 (2/2) slapshot:0:50841B:00:001:Lose all Power Now! PL2:Works but display not correct! slapshot:0:50C85E:00:501:Lose all Power Now! PL2 (2/2) ; [ Slick Shot (V1.6) ] sliksh16:0:2439:00:000:Infinite Shot Time sliksh16:0:2751:09:000:Infinite Time PL1 sliksh16:0:2752:09:500:Infinite Time PL1 (2/4) sliksh16:0:2753:05:500:Infinite Time PL1 (3/4) sliksh16:0:2754:09:500:Infinite Time PL1 (4/4) sliksh16:0:2751:00:001:Drain all Time Now! PL1 sliksh16:0:2752:00:501:Drain all Time Now! PL1 (2/4) sliksh16:0:2753:00:501:Drain all Time Now! PL1 (3/4) sliksh16:0:2754:00:501:Drain all Time Now! PL1 (4/4) sliksh16:0:2760:09:000:Infinite Time PL2 sliksh16:0:2761:09:500:Infinite Time PL2 (2/4) sliksh16:0:2762:05:500:Infinite Time PL2 (3/4) sliksh16:0:2763:09:500:Infinite Time PL2 (4/4) sliksh16:0:2760:00:001:Drain all Time Now! PL2 sliksh16:0:2761:00:501:Drain all Time Now! PL2 (2/4) sliksh16:0:2762:00:501:Drain all Time Now! PL2 (3/4) sliksh16:0:2763:00:501:Drain all Time Now! PL2 (4/4) sliksh16:0:276F:09:000:Infinite Time PL3 sliksh16:0:2770:09:500:Infinite Time PL3 (2/4) sliksh16:0:2771:05:500:Infinite Time PL3 (3/4) sliksh16:0:2772:09:500:Infinite Time PL3 (4/4) sliksh16:0:276F:00:001:Drain all Time Now! PL3 sliksh16:0:2770:00:501:Drain all Time Now! PL3 (2/4) sliksh16:0:2771:00:501:Drain all Time Now! PL3 (3/4) sliksh16:0:2772:00:501:Drain all Time Now! PL3 (4/4) sliksh16:0:277E:09:000:Infinite Time PL4 sliksh16:0:277F:09:500:Infinite Time PL4 (2/4) sliksh16:0:2780:05:500:Infinite Time PL4 (3/4) sliksh16:0:2781:09:500:Infinite Time PL4 (4/4) sliksh16:0:277E:00:001:Drain all Time Now! PL4 sliksh16:0:277F:00:501:Drain all Time Now! PL4 (2/4) sliksh16:0:2780:00:501:Drain all Time Now! PL4 (3/4) sliksh16:0:2781:00:501:Drain all Time Now! PL4 (4/4) ; [ Slick Shot (V1.7) ] sliksh17:0:2439:00:000:Infinite Shot Time sliksh17:0:2751:09:000:Infinite Time PL1 sliksh17:0:2752:09:500:Infinite Time PL1 (2/4) sliksh17:0:2753:05:500:Infinite Time PL1 (3/4) sliksh17:0:2754:09:500:Infinite Time PL1 (4/4) sliksh17:0:2751:00:001:Drain all Time Now! PL1 sliksh17:0:2752:00:501:Drain all Time Now! PL1 (2/4) sliksh17:0:2753:00:501:Drain all Time Now! PL1 (3/4) sliksh17:0:2754:00:501:Drain all Time Now! PL1 (4/4) sliksh17:0:2760:09:000:Infinite Time PL2 sliksh17:0:2761:09:500:Infinite Time PL2 (2/4) sliksh17:0:2762:05:500:Infinite Time PL2 (3/4) sliksh17:0:2763:09:500:Infinite Time PL2 (4/4) sliksh17:0:2760:00:001:Drain all Time Now! PL2 sliksh17:0:2761:00:501:Drain all Time Now! PL2 (2/4) sliksh17:0:2762:00:501:Drain all Time Now! PL2 (3/4) sliksh17:0:2763:00:501:Drain all Time Now! PL2 (4/4) sliksh17:0:276F:09:000:Infinite Time PL3 sliksh17:0:2770:09:500:Infinite Time PL3 (2/4) sliksh17:0:2771:05:500:Infinite Time PL3 (3/4) sliksh17:0:2772:09:500:Infinite Time PL3 (4/4) sliksh17:0:276F:00:001:Drain all Time Now! PL3 sliksh17:0:2770:00:501:Drain all Time Now! PL3 (2/4) sliksh17:0:2771:00:501:Drain all Time Now! PL3 (3/4) sliksh17:0:2772:00:501:Drain all Time Now! PL3 (4/4) sliksh17:0:277E:09:000:Infinite Time PL4 sliksh17:0:277F:09:500:Infinite Time PL4 (2/4) sliksh17:0:2780:05:500:Infinite Time PL4 (3/4) sliksh17:0:2781:09:500:Infinite Time PL4 (4/4) sliksh17:0:277E:00:001:Drain all Time Now! PL4 sliksh17:0:277F:00:501:Drain all Time Now! PL4 (2/4) sliksh17:0:2780:00:501:Drain all Time Now! PL4 (3/4) sliksh17:0:2781:00:501:Drain all Time Now! PL4 (4/4) ; [ Slick Shot (V2.2) ] slikshot:0:277D:09:000:Infinite Time PL1 slikshot:0:277E:09:500:Infinite Time PL1 (2/4) slikshot:0:277F:05:500:Infinite Time PL1 (3/4) slikshot:0:2780:09:500:Infinite Time PL1 (4/4) slikshot:0:277D:00:001:Drain all Time Now! PL1 slikshot:0:277E:00:501:Drain all Time Now! PL1 (2/4) slikshot:0:277F:00:501:Drain all Time Now! PL1 (3/4) slikshot:0:2780:00:501:Drain all Time Now! PL1 (4/4) slikshot:0:278D:09:000:Infinite Time PL2 slikshot:0:278E:09:500:Infinite Time PL2 (2/4) slikshot:0:278F:05:500:Infinite Time PL2 (3/4) slikshot:0:2790:09:500:Infinite Time PL2 (4/4) slikshot:0:278D:00:001:Drain all Time Now! PL2 slikshot:0:278E:00:501:Drain all Time Now! PL2 (2/4) slikshot:0:278F:00:501:Drain all Time Now! PL2 (3/4) slikshot:0:2790:00:501:Drain all Time Now! PL2 (4/4) slikshot:0:279D:09:000:Infinite Time PL3 slikshot:0:279E:09:500:Infinite Time PL3 (2/4) slikshot:0:279F:05:500:Infinite Time PL3 (3/4) slikshot:0:27A0:09:500:Infinite Time PL3 (4/4) slikshot:0:279D:00:001:Drain all Time Now! PL3 slikshot:0:279E:00:501:Drain all Time Now! PL3 (2/4) slikshot:0:279F:00:501:Drain all Time Now! PL3 (3/4) slikshot:0:27A0:00:501:Drain all Time Now! PL3 (4/4) slikshot:0:27AD:09:000:Infinite Time PL4 slikshot:0:27AE:09:500:Infinite Time PL4 (2/4) slikshot:0:27AF:05:500:Infinite Time PL4 (3/4) slikshot:0:27B0:09:500:Infinite Time PL4 (4/4) slikshot:0:27AD:00:001:Drain all Time Now! PL4 slikshot:0:27AE:00:501:Drain all Time Now! PL4 (2/4) slikshot:0:27AF:00:501:Drain all Time Now! PL4 (3/4) slikshot:0:27B0:00:501:Drain all Time Now! PL4 (4/4) ; [ Slipstream ] slipstrm:0:0000:00:999:[ There are no cheats ]:REASON 1 slipstrm:0:0000:00:999:[ for this game as it ]:REASON 1 slipstrm:0:0000:00:999:[ didn't work the last ]:REASON 1 slipstrm:0:0000:00:999:[ time it was tested. ]:REASON 1 slipstrm:0:0000:00:999:[ If the game now works ]:REASON 1 slipstrm:0:0000:00:999:[ please request cheats ]:REASON 1 slipstrm:0:0000:00:999:[ for it on the cheat ]:REASON 1 slipstrm:0:0000:00:999:[ forums. ]:REASON 1 ; [ Slither (set 1) ] slither:0:8025:10:000:Infinite Credits slither:0:8017:9A:000:Infinite Bonus slither:0:801E:05:000:Infinite Lives PL1 slither:0:8024:05:000:Infinite Lives PL2 ; [ Slither (set 2) ] slithera:0:8025:10:000:Infinite Credits slithera:0:8017:9A:000:Infinite Bonus slithera:0:801E:05:000:Infinite Lives PL1 slithera:0:8024:05:000:Infinite Lives PL2 ; [ Slam Dunk (ver JAA 1993 10.8) ] slmdunkj:0:601319:03:000:Infinite Time slmdunkj:0:60131A:05:500:Infinite Time (2/3) slmdunkj:0:60131B:09:500:Infinite Time (3/3) slmdunkj:0:601319:00:001:Finish this Quarter Now! slmdunkj:0:60131A:00:501:Finish this Quarter Now! (2/3) slmdunkj:0:60131B:00:501:Finish this Quarter Now! (3/3) slmdunkj:0:000000:00:999:[ Team 1 is the team used by PL3 and PL4 ] slmdunkj:0:601280:00:000:Team 1 points always = 0 slmdunkj:0:601281:00:500:Team 1 points always = 0 (2/2) slmdunkj:0:601280:01:000:Team 1 points always = 100 slmdunkj:0:601281:00:500:Team 1 points always = 100 (2/2) slmdunkj:0:601280:00:001:Team 1 points = 0 Now! slmdunkj:0:601281:00:501:Team 1 points = 0 Now! (2/2) slmdunkj:0:601280:01:001:Team 1 points = 100 Now! slmdunkj:0:601281:00:501:Team 1 points = 100 Now! (2/2) slmdunkj:0:000000:00:999:[ Team 2 is the team used by PL1 and PL2 or the CPU ] slmdunkj:0:601282:00:000:Team 2 points always = 0 slmdunkj:0:601283:00:500:Team 2 points always = 0 (2/2) slmdunkj:0:601282:01:000:Team 2 points always = 100 slmdunkj:0:601283:00:500:Team 2 points always = 100 (2/2) slmdunkj:0:601282:00:001:Team 2 points = 0 Now! slmdunkj:0:601283:00:501:Team 2 points = 0 Now! (2/2) slmdunkj:0:601282:01:001:Team 2 points = 100 Now! slmdunkj:0:601283:00:501:Team 2 points = 100 Now! (2/2) ; [ Slots (Dutch, Game Card 95-750-368) ] slotsnl:0:0000:00:999:[ This game hasn't even ]:REASON 11 slotsnl:0:0000:00:999:[ been looked at due to ]:REASON 11 slotsnl:0:0000:00:999:[ time constraints - Too]:REASON 11 slotsnl:0:0000:00:999:[ many games and so ]:REASON 11 slotsnl:0:0000:00:999:[ little time. It is ]:REASON 11 slotsnl:0:0000:00:999:[ even possible that ]:REASON 11 slotsnl:0:0000:00:999:[ this game may be a ]:REASON 11 slotsnl:0:0000:00:999:[ clone of an existing ]:REASON 11 slotsnl:0:0000:00:999:[ game which may have ]:REASON 11 slotsnl:0:0000:00:999:[ cheats. Please search ]:REASON 11 slotsnl:0:0000:00:999:[ the cheat forums ]:REASON 11 slotsnl:0:0000:00:999:[ before posting cheat ]:REASON 11 slotsnl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Solar Assault DR2 (ver UAA) ] slrasslt:0:0000:00:999:[ There are no cheats ]:REASON 1 slrasslt:0:0000:00:999:[ for this game as it ]:REASON 1 slrasslt:0:0000:00:999:[ didn't work the last ]:REASON 1 slrasslt:0:0000:00:999:[ time it was tested. ]:REASON 1 slrasslt:0:0000:00:999:[ If the game now works ]:REASON 1 slrasslt:0:0000:00:999:[ please request cheats ]:REASON 1 slrasslt:0:0000:00:999:[ for it on the cheat ]:REASON 1 slrasslt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Slots (Belgian Cash, Game Card 95-752-008) ] sltblgp1:0:0000:00:999:[ This game hasn't even ]:REASON 11 sltblgp1:0:0000:00:999:[ been looked at due to ]:REASON 11 sltblgp1:0:0000:00:999:[ time constraints - Too]:REASON 11 sltblgp1:0:0000:00:999:[ many games and so ]:REASON 11 sltblgp1:0:0000:00:999:[ little time. It is ]:REASON 11 sltblgp1:0:0000:00:999:[ even possible that ]:REASON 11 sltblgp1:0:0000:00:999:[ this game may be a ]:REASON 11 sltblgp1:0:0000:00:999:[ clone of an existing ]:REASON 11 sltblgp1:0:0000:00:999:[ game which may have ]:REASON 11 sltblgp1:0:0000:00:999:[ cheats. Please search ]:REASON 11 sltblgp1:0:0000:00:999:[ the cheat forums ]:REASON 11 sltblgp1:0:0000:00:999:[ before posting cheat ]:REASON 11 sltblgp1:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Slots (Belgian Cash, Game Card 95-750-938) ] sltblgpo:0:0000:00:999:[ This game hasn't even ]:REASON 11 sltblgpo:0:0000:00:999:[ been looked at due to ]:REASON 11 sltblgpo:0:0000:00:999:[ time constraints - Too]:REASON 11 sltblgpo:0:0000:00:999:[ many games and so ]:REASON 11 sltblgpo:0:0000:00:999:[ little time. It is ]:REASON 11 sltblgpo:0:0000:00:999:[ even possible that ]:REASON 11 sltblgpo:0:0000:00:999:[ this game may be a ]:REASON 11 sltblgpo:0:0000:00:999:[ clone of an existing ]:REASON 11 sltblgpo:0:0000:00:999:[ game which may have ]:REASON 11 sltblgpo:0:0000:00:999:[ cheats. Please search ]:REASON 11 sltblgpo:0:0000:00:999:[ the cheat forums ]:REASON 11 sltblgpo:0:0000:00:999:[ before posting cheat ]:REASON 11 sltblgpo:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Slots (Belgian Token, Game Card 95-750-943) ] sltblgtk:0:0000:00:999:[ This game hasn't even ]:REASON 11 sltblgtk:0:0000:00:999:[ been looked at due to ]:REASON 11 sltblgtk:0:0000:00:999:[ time constraints - Too]:REASON 11 sltblgtk:0:0000:00:999:[ many games and so ]:REASON 11 sltblgtk:0:0000:00:999:[ little time. It is ]:REASON 11 sltblgtk:0:0000:00:999:[ even possible that ]:REASON 11 sltblgtk:0:0000:00:999:[ this game may be a ]:REASON 11 sltblgtk:0:0000:00:999:[ clone of an existing ]:REASON 11 sltblgtk:0:0000:00:999:[ game which may have ]:REASON 11 sltblgtk:0:0000:00:999:[ cheats. Please search ]:REASON 11 sltblgtk:0:0000:00:999:[ the cheat forums ]:REASON 11 sltblgtk:0:0000:00:999:[ before posting cheat ]:REASON 11 sltblgtk:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sly Spy (US revision 3) ] slyspy:0:30601B:99:000:Infinite Credits slyspy:0:306AD2:49:000:Infinite Time :slyspy:00000000:306C98:00000014:FFFFFFFF:Infinite Energy :slyspy:00010000:3050C0:00000014:FFFFFFFF:Infinite Energy (2/2) :slyspy:00000000:3050D1:00000002:FFFFFFFF:Invincibility :slyspy:00000000:30686B:00000000:00000010:Rapid Fire:Turn it OFF on the coed entry screen slyspy:0:305366:09:000:Infinite Normal Ammo slyspy:0:305367:99:500:Infinite Normal Ammo (2/2) slyspy:0:305368:09:000:Infinite Machine Gun Ammo slyspy:0:305369:99:500:Infinite Machine Gun Ammo (2/2) slyspy:0:305374:05:001:Get the Golden Gun Now!:Can be used in any scene :slyspy:00100000:305376:00000500:FFFFFFFF:Infinite Golden Gun Time slyspy:0:30536A:09:000:Infinite Golden Gun Ammo slyspy:0:30536B:99:500:Infinite Golden Gun Ammo (2/2) :slyspy:60000000:000000:00000000:00000000:[ The following equipment cheats ] :slyspy:60000000:000000:00000000:00000000:[ ONLY use in the normal scene. ] :slyspy:60000000:000000:00000000:00000000:[ NOT use in the sky / sea / ] :slyspy:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :slyspy:00000001:3050A2:00000000:FFFFFFFF:Get the Normal Gun Now! :slyspy:00000001:3050A2:00000001:FFFFFFFF:Get the Machine Gun Now! :slyspy:00000001:3050A2:00000002:FFFFFFFF:Lose All Guns Now!:Empty-handed :slyspy:00000001:3050A3:00000010:00000000:Get the Jet Engine Now! :slyspy:00000001:3050A3:00000000:00000010:Lose the Jet Engine Now! :slyspy:60000000:000000:00000000:00000000:[ The following equipment cheats ] :slyspy:60000000:000000:00000000:00000000:[ ONLY use in the sea. ] :slyspy:60000000:000000:00000000:00000000:[ NOT use in the sky / normal / ] :slyspy:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :slyspy:00000001:3050A2:00000003:FFFFFFFF:Get the Harpoon Now! :slyspy:00000001:3050A2:00000004:FFFFFFFF:Get the Gun Now! :slyspy:00000001:3050A2:00000005:FFFFFFFF:Get the Knife Now! :slyspy:00000001:3050A3:00000003:00000000:Get the Aqua Jet Now! :slyspy:00000001:3050A3:00000000:00000003:Lose the Aqua Jet Now! :slyspy:62000000:000000:00000000:00000000:Select Starting Scene PL1:Set on Code Entry Screen :slyspy:00010001:3053AC:00000000:FFFFFFFF:Scene 1-1 (Sky) :slyspy:00010001:3053AC:00000001:FFFFFFFF:Scene 1-2 :slyspy:00010001:3053AC:00000002:FFFFFFFF:Scene 2 (Motorcycle) :slyspy:00010001:3053AC:00000003:FFFFFFFF:Scene 3 :slyspy:00010001:3053AC:00000004:FFFFFFFF:Scene 4 (Sea) :slyspy:00010001:3053AC:00000005:FFFFFFFF:Scene 5 :slyspy:00010001:3053AC:00000006:FFFFFFFF:Scene 6 :slyspy:00010001:3053AC:00000007:FFFFFFFF:Scene 7 (Sea) :slyspy:00010001:3053AC:00000008:FFFFFFFF:Scene 8 :slyspy:62000000:000000:00000000:00000000:Select Starting Scene PL2:Set on Code Entry Screen :slyspy:00010001:3053C4:00000000:FFFFFFFF:Scene 1-1 (Sky) :slyspy:00010001:3053C4:00000001:FFFFFFFF:Scene 1-2 :slyspy:00010001:3053C4:00000002:FFFFFFFF:Scene 2 (Motorcycle) :slyspy:00010001:3053C4:00000003:FFFFFFFF:Scene 3 :slyspy:00010001:3053C4:00000004:FFFFFFFF:Scene 4 (Sea) :slyspy:00010001:3053C4:00000005:FFFFFFFF:Scene 5 :slyspy:00010001:3053C4:00000006:FFFFFFFF:Scene 6 :slyspy:00010001:3053C4:00000007:FFFFFFFF:Scene 7 (Sea) :slyspy:00010001:3053C4:00000008:FFFFFFFF:Scene 8 ; [ Sly Spy (US revision 2) ] slyspy2:0:30601B:99:000:Infinite Credits slyspy2:0:306AD2:49:000:Infinite Time :slyspy2:00000000:306C98:00000014:FFFFFFFF:Infinite Energy :slyspy2:00010000:3050C0:00000014:FFFFFFFF:Infinite Energy (2/2) :slyspy2:00000000:3050D1:00000002:FFFFFFFF:Invincibility :slyspy2:00000000:30686B:00000000:00000010:Rapid Fire:Turn it OFF on the coed entry screen slyspy2:0:305366:09:000:Infinite Normal Ammo slyspy2:0:305367:99:500:Infinite Normal Ammo (2/2) slyspy2:0:305368:09:000:Infinite Machine Gun Ammo slyspy2:0:305369:99:500:Infinite Machine Gun Ammo (2/2) slyspy2:0:305374:05:001:Get the Golden Gun Now!:Can be used in any scene :slyspy2:00100000:305376:00000500:FFFFFFFF:Infinite Golden Gun Time slyspy2:0:30536A:09:000:Infinite Golden Gun Ammo slyspy2:0:30536B:99:500:Infinite Golden Gun Ammo (2/2) :slyspy2:60000000:000000:00000000:00000000:[ The following equipment cheats ] :slyspy2:60000000:000000:00000000:00000000:[ ONLY use in the normal scene. ] :slyspy2:60000000:000000:00000000:00000000:[ NOT use in the sky / sea / ] :slyspy2:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :slyspy2:00000001:3050A2:00000000:FFFFFFFF:Get the Normal Gun Now! :slyspy2:00000001:3050A2:00000001:FFFFFFFF:Get the Machine Gun Now! :slyspy2:00000001:3050A2:00000002:FFFFFFFF:Lose All Guns Now!:Empty-handed :slyspy2:00000001:3050A3:00000010:00000000:Get the Jet Engine Now! :slyspy2:00000001:3050A3:00000000:00000010:Lose the Jet Engine Now! :slyspy2:60000000:000000:00000000:00000000:[ The following equipment cheats ] :slyspy2:60000000:000000:00000000:00000000:[ ONLY use in the sea. ] :slyspy2:60000000:000000:00000000:00000000:[ NOT use in the sky / normal / ] :slyspy2:60000000:000000:00000000:00000000:[ motorcycle scene ! ] :slyspy2:00000001:3050A2:00000003:FFFFFFFF:Get the Harpoon Now! :slyspy2:00000001:3050A2:00000004:FFFFFFFF:Get the Gun Now! :slyspy2:00000001:3050A2:00000005:FFFFFFFF:Get the Knife Now! :slyspy2:00000001:3050A3:00000003:00000000:Get the Aqua Jet Now! :slyspy2:00000001:3050A3:00000000:00000003:Lose the Aqua Jet Now! :slyspy2:62000000:000000:00000000:00000000:Select Starting Scene PL1:Set on Code Entry Screen :slyspy2:00010001:3053AC:00000000:FFFFFFFF:Scene 1-1 (Sky) :slyspy2:00010001:3053AC:00000001:FFFFFFFF:Scene 1-2 :slyspy2:00010001:3053AC:00000002:FFFFFFFF:Scene 2 (Motorcycle) :slyspy2:00010001:3053AC:00000003:FFFFFFFF:Scene 3 :slyspy2:00010001:3053AC:00000004:FFFFFFFF:Scene 4 (Sea) :slyspy2:00010001:3053AC:00000005:FFFFFFFF:Scene 5 :slyspy2:00010001:3053AC:00000006:FFFFFFFF:Scene 6 :slyspy2:00010001:3053AC:00000007:FFFFFFFF:Scene 7 (Sea) :slyspy2:00010001:3053AC:00000008:FFFFFFFF:Scene 8 :slyspy2:62000000:000000:00000000:00000000:Select Starting Scene PL2:Set on Code Entry Screen :slyspy2:00010001:3053C4:00000000:FFFFFFFF:Scene 1-1 (Sky) :slyspy2:00010001:3053C4:00000001:FFFFFFFF:Scene 1-2 :slyspy2:00010001:3053C4:00000002:FFFFFFFF:Scene 2 (Motorcycle) :slyspy2:00010001:3053C4:00000003:FFFFFFFF:Scene 3 :slyspy2:00010001:3053C4:00000004:FFFFFFFF:Scene 4 (Sea) :slyspy2:00010001:3053C4:00000005:FFFFFFFF:Scene 5 :slyspy2:00010001:3053C4:00000006:FFFFFFFF:Scene 6 :slyspy2:00010001:3053C4:00000007:FFFFFFFF:Scene 7 (Sea) :slyspy2:00010001:3053C4:00000008:FFFFFFFF:Scene 8 ; [ Smash T.V. (rev 8.00) ] smashtv:0:1FFC673C:00:110:Infinite Ammo smashtv:0:1FFC673D:03:610:Infinite Ammo (02/12):No real comments....it's a doozy, it's probably splittable into PL1 & PL2 (I just can't be bothered as my head hurts because I've been soldering all day) smashtv:0:1FFC678C:00:610:Infinite Ammo (03/12) smashtv:0:1FFC678D:03:610:Infinite Ammo (04/12) smashtv:0:1FFC67EA:00:610:Infinite Ammo (05/12) smashtv:0:1FFC67EB:03:610:Infinite Ammo (06/12) smashtv:0:1FFC6838:00:610:Infinite Ammo (07/12) smashtv:0:1FFC6839:03:610:Infinite Ammo (08/12) smashtv:0:1FFC686A:00:610:Infinite Ammo (09/12) smashtv:0:1FFC686B:03:610:Infinite Ammo (10/12) smashtv:0:1FFC6894:00:610:Infinite Ammo (11/12) smashtv:0:1FFC6895:03:610:Infinite Ammo (12/12) smashtv:0:00210C6C:0A:000:Infinite Lives PL1 smashtv:0:00210CA4:0A:000:Infinite Lives PL2 smashtv:0:00000000:00:999:[ With Invincibility enabled the bosses can still run you ] smashtv:0:00000000:00:999:[ over - so use it with Infinite Lives. Also only enable it ] smashtv:0:00000000:00:999:[ after you have started the game! ] smashtv:0:00210E86:27:000:Invincibility PL1 ; [ Smash T.V. (rev 4.00) ] smashtv4:0:1FFC6584:00:110:Infinite Ammo smashtv4:0:1FFC6583:03:610:Infinite Ammo (02/12):No real comments....it's a doozy, it's probably splittable into PL1 & PL2 (I just can't be bothered as my head hurts because I've been soldering all day) smashtv4:0:1FFC65D4:00:610:Infinite Ammo (03/12) smashtv4:0:1FFC65D5:03:610:Infinite Ammo (04/12) smashtv4:0:1FFC6632:00:610:Infinite Ammo (05/12) smashtv4:0:1FFC6633:03:610:Infinite Ammo (06/12) smashtv4:0:1FFC6680:00:610:Infinite Ammo (07/12) smashtv4:0:1FFC6681:03:610:Infinite Ammo (08/12) smashtv4:0:1FFC66B2:00:610:Infinite Ammo (09/12) smashtv4:0:1FFC66B3:03:610:Infinite Ammo (10/12) smashtv4:0:1FFC66DC:00:610:Infinite Ammo (11/12) smashtv4:0:1FFC66DD:03:610:Infinite Ammo (12/12) smashtv4:0:00210C6C:0A:000:Infinite Lives PL1 smashtv4:0:00210CA4:0A:000:Infinite Lives PL2 smashtv4:0:00000000:00:999:[ With Invincibility enabled the bosses can still run you ] smashtv4:0:00000000:00:999:[ over - so use it with Infinite Lives. Also only enable it ] smashtv4:0:00000000:00:999:[ after you have started the game! ] smashtv4:0:00000000:00:999:[started the game! ] smashtv4:0:00210E86:27:000:Invincibility PL1 ; [ Smash T.V. (rev 5.00) ] smashtv5:0:1FFC653A:00:110:Infinite Ammo smashtv5:0:1FFC653B:03:610:Infinite Ammo (02/12):No real comments....it's a doozy, it's probably splittable into PL1 & PL2 (I just can't be bothered as my head hurts because I've been soldering all day) smashtv5:0:1FFC658A:00:610:Infinite Ammo (03/12) smashtv5:0:1FFC658B:03:610:Infinite Ammo (04/12) smashtv5:0:1FFC65E8:00:610:Infinite Ammo (05/12) smashtv5:0:1FFC65E9:03:610:Infinite Ammo (06/12) smashtv5:0:1FFC6636:00:610:Infinite Ammo (07/12) smashtv5:0:1FFC6637:03:610:Infinite Ammo (08/12) smashtv5:0:1FFC6668:00:610:Infinite Ammo (09/12) smashtv5:0:1FFC6669:03:610:Infinite Ammo (10/12) smashtv5:0:1FFC6692:00:610:Infinite Ammo (11/12) smashtv5:0:1FFC6693:03:610:Infinite Ammo (12/12) smashtv5:0:00210C6C:0A:000:Infinite Lives PL1 smashtv5:0:00210CA4:0A:000:Infinite Lives PL2 smashtv5:0:00000000:00:999:[ With Invincibility enabled the bosses can still run you ] smashtv5:0:00000000:00:999:[ over - so use it with Infinite Lives. Also only enable it ] smashtv5:0:00000000:00:999:[ after you have started the game! ] smashtv5:0:00210E86:27:000:Invincibility PL1 ; [ Smash T.V. (rev 6.00) ] smashtv6:0:1FFC672C:00:110:Infinite Ammo smashtv6:0:1FFC672D:03:610:Infinite Ammo (02/12):No real comments....it's a doozy, it's probably splittable into PL1 & PL2 (I just can't be bothered as my head hurts because I've been soldering all day) smashtv6:0:1FFC677C:00:610:Infinite Ammo (03/12) smashtv6:0:1FFC677D:03:610:Infinite Ammo (04/12) smashtv6:0:1FFC67DA:00:610:Infinite Ammo (05/12) smashtv6:0:1FFC67DB:03:610:Infinite Ammo (06/12) smashtv6:0:1FFC6828:00:610:Infinite Ammo (07/12) smashtv6:0:1FFC6829:03:610:Infinite Ammo (08/12) smashtv6:0:1FFC685A:00:610:Infinite Ammo (09/12) smashtv6:0:1FFC685B:03:610:Infinite Ammo (10/12) smashtv6:0:1FFC6884:00:610:Infinite Ammo (11/12) smashtv6:0:1FFC6885:03:610:Infinite Ammo (12/12) smashtv6:0:00210C6C:0A:000:Infinite Lives PL1 smashtv6:0:00210CA4:0A:000:Infinite Lives PL2 smashtv6:0:00000000:00:999:[ With Invincibility enabled the bosses can still run you ] smashtv6:0:00000000:00:999:[ over - so use it with Infinite Lives. Also only enable it ] smashtv6:0:00000000:00:999:[ after you have started the game! ] smashtv6:0:00210E86:27:000:Invincibility PL1 ; [ Super Muscle Bomber: The International Blowout (Japan 940831) ] smbomb:0:FF726E:09:000:Infinite Credits smbomb:0:FF72CA:99:000:Infinite Time smbomb:0:FF72CA:01:001:Finish this Battle Now! smbomb:0:FF802C:01:000:Infinite Energy PL1 smbomb:0:FF802D:16:500:Infinite Energy PL1 (2/4) smbomb:0:FF802E:01:500:Infinite Energy PL1 (3/4) smbomb:0:FF802F:17:500:Infinite Energy PL1 (4/4) smbomb:0:FF802C:00:001:Drain Most Energy Now! PL1 smbomb:0:FF802D:00:501:Drain Most Energy Now! PL1 (2/4) smbomb:0:FF802E:00:501:Drain Most Energy Now! PL1 (3/4) smbomb:0:FF802F:00:501:Drain Most Energy Now! PL1 (4/4) smbomb:0:FF842C:01:000:Infinite Energy PL2 smbomb:0:FF842D:16:500:Infinite Energy PL2 (2/4) smbomb:0:FF842E:01:500:Infinite Energy PL2 (3/4) smbomb:0:FF842F:17:500:Infinite Energy PL2 (4/4) smbomb:0:FF842C:00:001:Drain Most Energy Now! PL2 smbomb:0:FF842D:00:501:Drain Most Energy Now! PL2 (2/4) smbomb:0:FF842E:00:501:Drain Most Energy Now! PL2 (3/4) smbomb:0:FF842F:00:501:Drain Most Energy Now! PL2 (4/4) smbomb:0:000000:00:999:[ These are the codes to set the machine region - the ] smbomb:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] smbomb:0:000000:00:999:[ - ON or before the ROM check screen! or reset ] smbomb:0:FF7445:00:000:Region Switch = Japan smbomb:0:FF7445:01:000:Region Switch = USA smbomb:0:FF7445:02:000:Region Switch = Euro smbomb:0:FF7445:03:000:Region Switch = Asia Sample smbomb:0:FF7445:04:000:Region Switch = Asia TW smbomb:0:FF7445:05:000:Region Switch = Hispanic smbomb:0:FF7445:0A:000:Region Switch = Brazil ; [ Super Muscle Bomber: The International Blowout (Japan 940808) ] smbombr1:0:FF726E:09:000:Infinite Credits smbombr1:0:FF72CA:99:000:Infinite Time smbombr1:0:FF72CA:01:001:Finish this Battle Now! smbombr1:0:FF802C:01:000:Infinite Energy PL1 smbombr1:0:FF802D:16:500:Infinite Energy PL1 (2/4) smbombr1:0:FF802E:01:500:Infinite Energy PL1 (3/4) smbombr1:0:FF802F:17:500:Infinite Energy PL1 (4/4) smbombr1:0:FF802C:00:001:Drain Most Energy Now! PL1 smbombr1:0:FF802D:00:501:Drain Most Energy Now! PL1 (2/4) smbombr1:0:FF802E:00:501:Drain Most Energy Now! PL1 (3/4) smbombr1:0:FF802F:00:501:Drain Most Energy Now! PL1 (4/4) smbombr1:0:FF842C:01:000:Infinite Energy PL2 smbombr1:0:FF842D:16:500:Infinite Energy PL2 (2/4) smbombr1:0:FF842E:01:500:Infinite Energy PL2 (3/4) smbombr1:0:FF842F:17:500:Infinite Energy PL2 (4/4) smbombr1:0:FF842C:00:001:Drain Most Energy Now! PL2 smbombr1:0:FF842D:00:501:Drain Most Energy Now! PL2 (2/4) smbombr1:0:FF842E:00:501:Drain Most Energy Now! PL2 (3/4) smbombr1:0:FF842F:00:501:Drain Most Energy Now! PL2 (4/4) smbombr1:0:000000:00:999:[ These are the codes to set the machine region - the ] smbombr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] smbombr1:0:000000:00:999:[ - ON or before the ROM check screen! ] smbombr1:0:FF7445:00:000:Region Switch = Japan smbombr1:0:FF7445:01:000:Region Switch = USA smbombr1:0:FF7445:02:000:Region Switch = Euro smbombr1:0:FF7445:03:000:Region Switch = Asia Sample smbombr1:0:FF7445:04:000:Region Switch = Asia TW smbombr1:0:FF7445:05:000:Region Switch = Hispanic smbombr1:0:FF7445:0A:000:Region Switch = Brazil ; [ Vs. Stroke & Match Golf (Men Version) ] smgolf:0:079D:63:000:Infinite Credits smgolf:0:002C:00:000:Infinite Strokes PL1 smgolf:0:002C:00:001:Reset Strokes Now! PL1 smgolf:0:002D:00:000:Infinite Strokes PL2 smgolf:0:002D:00:001:Reset Strokes Now! PL2 ; [ Vs. Stroke & Match Golf (Men set 2) ] smgolfb:0:079D:63:000:Infinite Credits smgolfb:0:002C:00:000:Infinite Strokes PL1 smgolfb:0:002C:00:001:Reset Strokes Now! PL1 smgolfb:0:002D:00:000:Infinite Strokes PL2 smgolfb:0:002D:00:001:Reset Strokes Now! PL2 ; [ Vs. Stroke & Match Golf (Men Version) (Japan) ] smgolfj:0:079D:63:000:Infinite Credits smgolfj:0:002C:00:000:Infinite Strokes PL1 smgolfj:0:002C:00:001:Reset Strokes Now! PL1 smgolfj:0:002D:00:000:Infinite Strokes PL2 smgolfj:0:002D:00:001:Reset Strokes Now! PL2 ; [ Super Monaco GP (set 8, World, Rev B, 'Twin', FD1094 317-0126a) ] :smgp:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Monaco GP (set 6, World, 'Air Drive Cabinet', FD1094 317-0126) ] :smgp5:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Monaco GP (set 7, World, Rev A, FD1094 317-0126a) ] :smgp6:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Monaco GP (set 1, Japan, Rev B, FD1094 317-0124a) ] :smgpj:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Monaco GP (set 5, US, Rev C, FD1094 317-0125a) ] :smgpu:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Monaco GP (set 4, US, Rev B, FD1094 317-0125a) ] :smgpu1:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Monaco GP (set 3, US, Rev A, FD1094 317-0125a) ] :smgpu2:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Monaco GP (set 2, US, FD1094 317-0125a) ] :smgpu3:00200000:0A3C19:00000000:FFFFFFFF:Infinite Time ; [ Super Major League (U 960108 V1.000) ] smleague:0:0000:00:999:[ There are no cheats ]:REASON 1 smleague:0:0000:00:999:[ for this game as it ]:REASON 1 smleague:0:0000:00:999:[ didn't work the last ]:REASON 1 smleague:0:0000:00:999:[ time it was tested. ]:REASON 1 smleague:0:0000:00:999:[ If the game now works ]:REASON 1 smleague:0:0000:00:999:[ please request cheats ]:REASON 1 smleague:0:0000:00:999:[ for it on the cheat ]:REASON 1 smleague:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Moon Cresta ] :smooncrs:20800000:2124:000000C9:FFFFFFFF:Invincibility :smooncrs:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :smooncrs:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :smooncrs:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :smooncrs:00000000:8234:00000000:FFFFFFFF:Rapid Fire :smooncrs:00000000:8140:00000001:FFFFFFFF:Always Have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :smooncrs:00010000:8143:000000C2:FFFFFFFF:Always Have Full Size Ship (2/6) :smooncrs:00010000:8145:00000001:FFFFFFFF:Always Have Full Size Ship (3/6) :smooncrs:00010000:8148:000000C8:FFFFFFFF:Always Have Full Size Ship (4/6) :smooncrs:00010000:814A:00000001:FFFFFFFF:Always Have Full Size Ship (5/6) :smooncrs:00010000:814D:000000D8:FFFFFFFF:Always Have Full Size Ship (6/6) :smooncrs:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect :smooncrs:20900000:0005:000000AD:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Snake Pit ] snakepit:0:0098:05:000:Infinite Lives ; [ Snacks'n Jaxson ] snakjack:0:011E:20:000:Infinite Credits snakjack:0:01D3:06:000:Infinite Lives :snakjack:00000010:000002AB:09:000009FF:Keep Nose mostly in Play:It can sometimes still smash a window though ; [ Snap Jack ] snapjack:0:6017:02:000:Infinite Lives PL1 snapjack:0:6018:02:000:Infinite Lives PL2 snapjack:0:0000:00:999:[This cheat turns off sprite] snapjack:0:0000:00:999:[sprite collisions but you ] snapjack:0:0000:00:999:[must disable it during ] snapjack:0:0000:00:999:[jumps! And watch your head ] snapjack:0:0000:00:999:[as sprite to background ] snapjack:0:0000:00:999:[collisions are still active] snapjack:0:6200:80:000:No S/S collisions (see note) ; [ Snapper (Korea) ] snapper:0:0000:00:999:[ This game hasn't even ]:REASON 11 snapper:0:0000:00:999:[ been looked at due to ]:REASON 11 snapper:0:0000:00:999:[ time constraints - Too]:REASON 11 snapper:0:0000:00:999:[ many games and so ]:REASON 11 snapper:0:0000:00:999:[ little time. It is ]:REASON 11 snapper:0:0000:00:999:[ even possible that ]:REASON 11 snapper:0:0000:00:999:[ this game may be a ]:REASON 11 snapper:0:0000:00:999:[ clone of an existing ]:REASON 11 snapper:0:0000:00:999:[ game which may have ]:REASON 11 snapper:0:0000:00:999:[ cheats. Please search ]:REASON 11 snapper:0:0000:00:999:[ the cheat forums ]:REASON 11 snapper:0:0000:00:999:[ before posting cheat ]:REASON 11 snapper:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sonic Wings Limited (JAPAN) ] :sncwgltd:00000000:000AF548:00000063:FFFFFFFF:Infinite Credits :sncwgltd:00001301:000AF39C:00000006:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :sncwgltd:62000000:00000000:00000000:00000000:Select Starting Scene:Enable on the character selection screen :sncwgltd:00011001:000AF5CC:00000000:FFFFFFFF:Kyoto :sncwgltd:00011001:000AF5CC:00000001:FFFFFFFF:Mato Grosso :sncwgltd:00011001:000AF5CC:00000002:FFFFFFFF:Paris :sncwgltd:00011001:000AF5CC:00000003:FFFFFFFF:The Alps :sncwgltd:00011001:000AF5CC:00000004:FFFFFFFF:The Ural Mountains :sncwgltd:00011001:000AF5CC:00000005:FFFFFFFF:New York :sncwgltd:00011001:000AF5CC:00000006:FFFFFFFF:Aegean Sea :sncwgltd:00011001:000AF5CC:00000007:FFFFFFFF:The Panama Canal :sncwgltd:00011001:000AF5CC:00000008:FFFFFFFF:The Red Square :sncwgltd:00011001:000AF5CC:00000009:FFFFFFFF:Another Dimention :sncwgltd:00011001:000AF5CC:0000000A:FFFFFFFF:Fight in Orbit :sncwgltd:00011001:000AF5CC:0000000B:FFFFFFFF:Mars :sncwgltd:00000000:1F80003C:00000005:FFFFFFFF:Infinite Lives PL1 :sncwgltd:00100000:1F800061:00000606:FFFFFFFF:Infinite Bombs PL1 :sncwgltd:00000000:1F800066:00000001:FFFFFFFF:Invincibility "ON" PL1:See the Debug Menu in the Test Mode to enable an alternate Invincibility cheat :sncwgltd:00000001:1F800066:00000000:FFFFFFFF:Invincibility "OFF" PL1 :sncwgltd:00000000:1F800052:00000002:FFFFFFFF:Always Have Shot Item x2 PL1:Maximum Shot Power for Captain Silver, Volk the "No Dead", Angela, Kowful the Viking :sncwgltd:00000000:1F800052:00000003:FFFFFFFF:Always Have Shot Item x3 PL1:Maximum Shot Power for Mecha-keaton, Hien, Mao-mao, T.B.A-10, Whity, Lord River N.White :sncwgltd:00000000:1F800052:00000004:FFFFFFFF:Always Have Shot Item x4 PL1:Maximum Shot Power for Chaika&Pooshika, Ellen&Cincia :sncwgltd:00000000:000F6DD6:00000000:00000080:Rapid Fire PL1:Can't charge. Turn it OFF on the name entry screen :sncwgltd:00800000:1F80005C:00000000:FFFFFFFF:Always Fast Shot Speed PL1 :sncwgltd:00810000:1F800063:00000050:FFFFFFFF:Always Fast Shot Speed PL1 (2/2) :sncwgltd:00900000:1F800024:0000410C:FFFFFFFF:Always Fast Speed PL1 :sncwgltd:00000000:1F8000A8:00000005:FFFFFFFF:Infinite Lives PL2 :sncwgltd:00100000:1F8000CD:00000606:FFFFFFFF:Infinite Bombs PL2 :sncwgltd:00000000:1F8000D2:00000001:FFFFFFFF:Invincibility "ON" PL2:See the Debug Menu in the Test Mode to enable an alternate Invincibility cheat :sncwgltd:00000001:1F8000D2:00000000:FFFFFFFF:Invincibility "OFF" PL2 :sncwgltd:00000000:1F8000BE:00000002:FFFFFFFF:Always Have Shot Item x2 PL2:Maximum Shot Power for Captain Silver, Volk the "No Dead", Angela, Kowful the Viking :sncwgltd:00000000:1F8000BE:00000003:FFFFFFFF:Always Have Shot Item x3 PL2:Maximum Shot Power for Mecha-keaton, Hien, Mao-mao, T.B.A-10, Whity, Lord River N.White :sncwgltd:00000000:1F8000BE:00000004:FFFFFFFF:Always Have Shot Item x4 PL2:Maximum Shot Power for Chaika&Pooshika, Ellen&Cincia :sncwgltd:00000000:000F6DE6:00000000:00000080:Rapid Fire PL2:Can't charge. Turn it OFF on the name entry screen :sncwgltd:00800000:1F8000C8:00000000:FFFFFFFF:Always Fast Shot Speed PL2 :sncwgltd:00810000:1F8000CF:00000050:FFFFFFFF:Always Fast Shot Speed PL2 (2/2) :sncwgltd:00900000:1F800090:0000410C:FFFFFFFF:Always Fast Speed PL2 ; [ Sengoku Ace (Japan) ] sngkace:0:FE1B05:06:000:Infinite Lives PL1 sngkace:0:FE1BDF:06:000:Infinite Bombs PL1 sngkace:0:FE1B07:03:000:Maximum Power PL1 sngkace:0:FE1B57:10:020:Invincibility "ON" PL1 sngkace:0:FE1B57:10:041:Invincibility "OFF" PL1 sngkace:0:FE1B51:5B:000:Auto Penetration Shot PL1 sngkace:0:FE1C35:06:000:Infinite Lives PL2 sngkace:0:FE1D0F:06:000:Infinite Bombs PL2 sngkace:0:FE1C37:03:000:Maximum Power PL2 sngkace:0:FE1C87:10:020:Invincibility "ON" PL2 sngkace:0:FE1C87:10:041:Invincibility "OFF" PL2 sngkace:0:FE1C81:FF:000:Auto Penetration Shot PL2 ; [ Snow Board Championship (set 2) ] snowbalt:0:FE4859:00:000:Infinite Time ; [ Snow Board Championship (set 1) ] snowboar:0:FE4857:00:000:Infinite Time ; [ Snow Bros. 2 - With New Elves / Otenki Paradise ] snowbro2:0:1000E3:0A:000:Infinite Lives PL1 snowbro2:0:10130C:84:000:Invincibility PL1 snowbro2:0:000000:00:999:[See the Dip Switch Menu to ] snowbro2:0:000000:00:999:[enable an alternate ] snowbro2:0:000000:00:999:[Invincibility PL1 cheat. ] snowbro2:0:000000:00:999:[But the cheat is better as ] snowbro2:0:000000:00:999:[the dipswitch causes a game] snowbro2:0:000000:00:999:[crash when another player ] snowbro2:0:000000:00:999:[is selected. ] snowbro2:0:1000FD:0A:000:Infinite Lives PL2 snowbro2:0:101354:84:000:Invincibility PL2 snowbro2:0:100117:0A:000:Infinite Lives PL3 snowbro2:0:1013A4:84:000:Invincibility PL3 snowbro2:0:100131:0A:000:Infinite Lives PL4 snowbro2:0:1013F4:84:000:Invincibility PL4 ; [ Snow Brothers 3 - Magical Adventure ] snowbro3:0:100195:09:000:Infinite Credits snowbro3:0:1000BB:20:000:Infinite Time :snowbro3:00000010:10165D:00000001:00000001:Enable to Get Secret Bonus snowbro3:0:000000:00:999:[ See the Dip Switch Menu to enable ] snowbro3:0:000000:00:999:[ alternate Invincibility cheats. ] snowbro3:0:101591:0A:000:Infinite Lives PL1 :snowbro3:00000010:1015EB:00000000:00000027:Invincibility PL1:Turn it OFF temporarily when you get the green potion :snowbro3:00000001:1015EB:00000024:FFFFFFFF:Get Invincibility Item Now! PL1 :snowbro3:00000000:1015D7:00000000:FFFFFFFF:Rapid Fire PL1 snowbro3:0:1015A8:70:000:All Bonus PL1 snowbro3:0:1015A8:70:000:Always have all powers PL1 snowbro3:0:1015A8:10:020:Always have pow-up shot PL1 snowbro3:0:1015A8:20:020:Always have pow-up range PL1 snowbro3:0:1015A8:40:020:Always have pow-up speed PL1 snowbro3:0:1015A8:70:001:Get all powers Now! PL1 snowbro3:0:1015A8:10:021:Get pow-up shot Now! PL1 snowbro3:0:1015A8:20:021:Get pow-up range Now! PL1 snowbro3:0:1015A8:40:021:Get pow-up speed Now! PL1 snowbro3:0:1015AA:01:021:Get Letter "B" Now! PL1 snowbro3:0:1015AA:02:021:Get Letter "A" Now! PL1 snowbro3:0:1015AA:04:021:Get Letter 1st "L" Now! PL1 snowbro3:0:1015AA:08:021:Get Letter 2nd "L" Now! PL1 snowbro3:0:1015A7:0A:000:Infinite Lives PL2 :snowbro3:00000010:10162B:00000000:00000027:Invincibility PL2:Turn it OFF temporarily when you get the green potion :snowbro3:00000001:10162B:00000024:FFFFFFFF:Get Invincibility Item Now! PL2 :snowbro3:00000000:101617:00000000:FFFFFFFF:Rapid Fire PL2 snowbro3:0:1015A9:70:000:All Bonus PL2 snowbro3:0:1015A9:70:000:Always have all powers PL2 snowbro3:0:1015A9:10:020:Always have pow-up shot PL2 snowbro3:0:1015A9:20:020:Always have pow-up range PL2 snowbro3:0:1015A9:40:020:Always have pow-up speed PL2 snowbro3:0:1015A9:70:001:Get all powers Now! PL2 snowbro3:0:1015A9:10:021:Get pow-up shot Now! PL2 snowbro3:0:1015A9:20:021:Get pow-up range Now! PL2 snowbro3:0:1015A9:40:021:Get pow-up speed Now!PL2 snowbro3:0:1015AB:01:021:Get Letter "B" Now! PL2 snowbro3:0:1015AB:02:021:Get Letter "A" Now! PL2 snowbro3:0:1015AB:04:021:Get Letter 1st "L" Now! PL2 snowbro3:0:1015AB:08:021:Get Letter 2nd "L" Now! PL2 snowbro3:0:1018CA:00:001:One hit for boss Now! snowbro3:0:1018CB:01:501:One hit for boss Now! (2/4) snowbro3:0:10190A:00:501:One hit for boss Now! (3/4) snowbro3:0:10190B:01:501:One hit for boss Now! (4/4) snowbro3:0:101573:04:001:Goto Round 5 snowbro3:0:101573:09:001:Goto Round 10 snowbro3:0:101573:0D:001:Goto Round 15 snowbro3:0:101573:12:001:Goto Round 20 snowbro3:0:101573:17:001:Goto Round 25 snowbro3:0:101573:1C:001:Goto Round 30 snowbro3:0:101573:21:001:Goto Round 35 snowbro3:0:101573:26:001:Goto Round 40 snowbro3:0:101573:2B:001:Goto Round 45 snowbro3:0:101573:30:001:Goto Round 50 ; [ Snow Bros. - Nick & Tom (set 2) ] snowbroa:0:100195:09:000:Infinite Credits snowbroa:0:1000BB:20:000:Infinite Time :snowbroa:00000010:10165D:00000001:00000001:Enable to Get Secret Bonus snowbroa:0:000000:00:999:[ See the Dip Switch Menu to enable ] snowbroa:0:000000:00:999:[ alternate Invincibility cheats. ] snowbroa:0:101591:0A:000:Infinite Lives PL1 :snowbroa:00000010:1015EB:00000000:00000027:Invincibility PL1:Turn it OFF temporarily when you get the green potion :snowbroa:00000001:1015EB:00000024:FFFFFFFF:Get Invincibility Item Now! PL1 :snowbroa:00000000:1015D7:00000000:FFFFFFFF:Rapid Fire PL1 snowbroa:0:1015A8:70:000:All Bonus PL1 snowbroa:0:1015A8:70:000:Always have all powers PL1 snowbroa:0:1015A8:10:020:Always have pow-up shot PL1 snowbroa:0:1015A8:20:020:Always have pow-up range PL1 snowbroa:0:1015A8:40:020:Always have pow-up speed PL1 snowbroa:0:1015A8:70:001:Get all powers Now! PL1 snowbroa:0:1015A8:10:021:Get pow-up shot Now! PL1 snowbroa:0:1015A8:20:021:Get pow-up range Now! PL1 snowbroa:0:1015A8:40:021:Get pow-up speed Now! PL1 snowbroa:0:1015AA:01:021:Get Letter "S" Now! PL1 snowbroa:0:1015AA:02:021:Get Letter "N" Now! PL1 snowbroa:0:1015AA:04:021:Get Letter "O" Now! PL1 snowbroa:0:1015AA:08:021:Get Letter "W" Now! PL1 snowbroa:0:1015A7:0A:000:Infinite Lives PL2 :snowbroa:00000010:10162B:00000000:00000027:Invincibility PL2:Turn it OFF temporarily when you get the green potion :snowbroa:00000001:10162B:00000024:FFFFFFFF:Get Invincibility Item Now! PL2 :snowbroa:00000000:101617:00000000:FFFFFFFF:Rapid Fire PL2 snowbroa:0:1015A9:70:000:All Bonus PL2 snowbroa:0:1015A9:70:000:Always have all powers PL2 snowbroa:0:1015A9:10:020:Always have pow-up shot PL2 snowbroa:0:1015A9:20:020:Always have pow-up range PL2 snowbroa:0:1015A9:40:020:Always have pow-up speed PL2 snowbroa:0:1015A9:70:001:Get all powers Now! PL2 snowbroa:0:1015A9:10:021:Get pow-up shot Now! PL2 snowbroa:0:1015A9:20:021:Get pow-up range Now! PL2 snowbroa:0:1015A9:40:021:Get pow-up speed Now!PL2 snowbroa:0:1015AB:01:021:Get Letter "S" Now! PL2 snowbroa:0:1015AB:02:021:Get Letter "N" Now! PL2 snowbroa:0:1015AB:04:021:Get Letter "O" Now! PL2 snowbroa:0:1015AB:08:021:Get Letter "W" Now! PL2 snowbroa:0:1018CA:00:001:One hit for boss Now! snowbroa:0:1018CB:01:501:One hit for boss Now! (2/4) snowbroa:0:10190A:00:501:One hit for boss Now! (3/4) snowbroa:0:10190B:01:501:One hit for boss Now! (4/4) snowbroa:0:101573:04:000:Goto Floor 5 snowbroa:0:101573:09:001:Goto Floor 10 snowbroa:0:101573:0D:001:Goto Floor 15 snowbroa:0:101573:12:001:Goto Floor 20 snowbroa:0:101573:17:001:Goto Floor 25 snowbroa:0:101573:1C:001:Goto Floor 30 snowbroa:0:101573:21:001:Goto Floor 35 snowbroa:0:101573:26:001:Goto Floor 40 snowbroa:0:101573:2B:001:Goto Floor 45 snowbroa:0:101573:30:001:Goto Floor 50 ; [ Snow Bros. - Nick & Tom (set 3) ] snowbrob:0:100195:09:000:Infinite Credits snowbrob:0:1000BB:20:000:Infinite Time :snowbrob:00000010:10165D:00000001:00000001:Enable to Get Secret Bonus snowbrob:0:000000:00:999:[ See the Dip Switch Menu to enable ] snowbrob:0:000000:00:999:[ alternate Invincibility cheats. ] snowbrob:0:101591:0A:000:Infinite Lives PL1 :snowbrob:00000010:1015EB:00000000:00000027:Invincibility PL1:Turn it OFF temporarily when you get the green potion :snowbrob:00000001:1015EB:00000024:FFFFFFFF:Get Invincibility Item Now! PL1 :snowbrob:00000000:1015D7:00000000:FFFFFFFF:Rapid Fire PL1 snowbrob:0:1015A8:70:000:All Bonus PL1 snowbrob:0:1015A8:70:000:Always have all powers PL1 snowbrob:0:1015A8:10:020:Always have pow-up shot PL1 snowbrob:0:1015A8:20:020:Always have pow-up range PL1 snowbrob:0:1015A8:40:020:Always have pow-up speed PL1 snowbrob:0:1015A8:70:001:Get all powers Now! PL1 snowbrob:0:1015A8:10:021:Get pow-up shot Now! PL1 snowbrob:0:1015A8:20:021:Get pow-up range Now! PL1 snowbrob:0:1015A8:40:021:Get pow-up speed Now! PL1 snowbrob:0:1015AA:01:021:Get Letter "S" Now! PL1 snowbrob:0:1015AA:02:021:Get Letter "N" Now! PL1 snowbrob:0:1015AA:04:021:Get Letter "O" Now! PL1 snowbrob:0:1015AA:08:021:Get Letter "W" Now! PL1 snowbrob:0:1015A7:0A:000:Infinite Lives PL2 :snowbrob:00000010:10162B:00000000:00000027:Invincibility PL2:Turn it OFF temporarily when you get the green potion :snowbrob:00000001:10162B:00000024:FFFFFFFF:Get Invincibility Item Now! PL2 :snowbrob:00000000:101617:00000000:FFFFFFFF:Rapid Fire PL2 snowbrob:0:1015A9:70:000:All Bonus PL2 snowbrob:0:1015A9:70:000:Always have all powers PL2 snowbrob:0:1015A9:10:020:Always have pow-up shot PL2 snowbrob:0:1015A9:20:020:Always have pow-up range PL2 snowbrob:0:1015A9:40:020:Always have pow-up speed PL2 snowbrob:0:1015A9:70:001:Get all powers Now! PL2 snowbrob:0:1015A9:10:021:Get pow-up shot Now! PL2 snowbrob:0:1015A9:20:021:Get pow-up range Now! PL2 snowbrob:0:1015A9:40:021:Get pow-up speed Now! PL2 snowbrob:0:1015AB:01:021:Get Letter "S" Now! PL2 snowbrob:0:1015AB:02:021:Get Letter "N" Now! PL2 snowbrob:0:1015AB:04:021:Get Letter "O" Now! PL2 snowbrob:0:1015AB:08:021:Get Letter "W" Now! PL2 snowbrob:0:1018CA:00:001:One hit for boss Now! snowbrob:0:1018CB:01:501:One hit for boss Now! (2/4) snowbrob:0:10190A:00:501:One hit for boss Now! (3/4) snowbrob:0:10190B:01:501:One hit for boss Now! (4/4) snowbrob:0:101573:04:001:Goto Floor 5 snowbrob:0:101573:09:001:Goto Floor 10 snowbrob:0:101573:0D:001:Goto Floor 15 snowbrob:0:101573:12:001:Goto Floor 20 snowbrob:0:101573:17:001:Goto Floor 25 snowbrob:0:101573:1C:001:Goto Floor 30 snowbrob:0:101573:21:001:Goto Floor 35 snowbrob:0:101573:26:001:Goto Floor 40 snowbrob:0:101573:2B:001:Goto Floor 45 snowbrob:0:101573:30:001:Goto Floor 50 ; [ Snow Bros. - Nick & Tom (set 4) ] snowbroc:0:100195:09:000:Infinite Credits snowbroc:0:1000BB:20:000:Infinite Time :snowbroc:00000010:10165D:00000001:00000001:Enable to Get Secret Bonus snowbroc:0:000000:00:999:[ See the Dip Switch Menu to enable ] snowbroc:0:000000:00:999:[ alternate Invincibility cheats. ] snowbroc:0:101591:0A:000:Infinite Lives PL1 :snowbroc:00000010:1015EB:00000000:00000027:Invincibility PL1:Turn it OFF temporarily when you get the green potion :snowbroc:00000001:1015EB:00000024:FFFFFFFF:Get Invincibility Item Now! PL1 :snowbroc:00000000:1015D7:00000000:FFFFFFFF:Rapid Fire PL1 snowbroc:0:1015A8:70:000:All Bonus PL1 snowbroc:0:1015A8:70:000:Always have all powers PL1 snowbroc:0:1015A8:10:020:Always have pow-up shot PL1 snowbroc:0:1015A8:20:020:Always have pow-up range PL1 snowbroc:0:1015A8:40:020:Always have pow-up speed PL1 snowbroc:0:1015A8:70:001:Get all powers Now! PL1 snowbroc:0:1015A8:10:021:Get pow-up shot Now! PL1 snowbroc:0:1015A8:20:021:Get pow-up range Now! PL1 snowbroc:0:1015A8:40:021:Get pow-up speed Now! PL1 snowbroc:0:1015AA:01:021:Get Letter "S" Now! PL1 snowbroc:0:1015AA:02:021:Get Letter "N" Now! PL1 snowbroc:0:1015AA:04:021:Get Letter "O" Now! PL1 snowbroc:0:1015AA:08:021:Get Letter "W" Now! PL1 snowbroc:0:1015A7:0A:000:Infinite Lives PL2 :snowbroc:00000010:10162B:00000000:00000027:Invincibility PL2:Turn it OFF temporarily when you get the green potion :snowbroc:00000001:10162B:00000024:FFFFFFFF:Get Invincibility Item Now! PL2 :snowbroc:00000000:101617:00000000:FFFFFFFF:Rapid Fire PL2 snowbroc:0:1015A9:70:000:All Bonus PL2 snowbroc:0:1015A9:70:000:Always have all powers PL2 snowbroc:0:1015A9:10:020:Always have pow-up shot PL2 snowbroc:0:1015A9:20:020:Always have pow-up range PL2 snowbroc:0:1015A9:40:020:Always have pow-up speed PL2 snowbroc:0:1015A9:70:001:Get all powers Now! PL2 snowbroc:0:1015A9:10:021:Get pow-up shot Now! PL2 snowbroc:0:1015A9:20:021:Get pow-up range Now! PL2 snowbroc:0:1015A9:40:021:Get pow-up speed Now! PL2 snowbroc:0:1015AB:01:021:Get Letter "S" Now! PL2 snowbroc:0:1015AB:02:021:Get Letter "N" Now! PL2 snowbroc:0:1015AB:04:021:Get Letter "O" Now! PL2 snowbroc:0:1015AB:08:021:Get Letter "W" Now! PL2 snowbroc:0:1018CA:00:001:One hit for boss Now! snowbroc:0:1018CB:01:501:One hit for boss Now! (2/4) snowbroc:0:10190A:00:501:One hit for boss Now! (3/4) snowbroc:0:10190B:01:501:One hit for boss Now! (4/4) snowbroc:0:101573:04:001:Goto Floor 5 snowbroc:0:101573:09:001:Goto Floor 10 snowbroc:0:101573:0D:001:Goto Floor 15 snowbroc:0:101573:12:001:Goto Floor 20 snowbroc:0:101573:17:001:Goto Floor 25 snowbroc:0:101573:1C:001:Goto Floor 30 snowbroc:0:101573:21:001:Goto Floor 35 snowbroc:0:101573:26:001:Goto Floor 40 snowbroc:0:101573:2B:001:Goto Floor 45 snowbroc:0:101573:30:001:Goto Floor 50 ; [ Snow Bros. - Nick & Tom (Japan) ] snowbroj:0:100195:09:000:Infinite Credits snowbroj:0:1000BB:20:000:Infinite Time :snowbroj:00000010:10165D:00000001:00000001:Enable to Get Secret Bonus snowbroj:0:000000:00:999:[ See the Dip Switch Menu to enable ] snowbroj:0:000000:00:999:[ alternate Invincibility cheats. ] snowbroj:0:101591:0A:000:Infinite Lives PL1 :snowbroj:00000010:1015EB:00000000:00000027:Invincibility PL1:Turn it OFF temporarily when you get the green potion :snowbroj:00000001:1015EB:00000024:FFFFFFFF:Get Invincibility Item Now! PL1 :snowbroj:00000000:1015D7:00000000:FFFFFFFF:Rapid Fire PL1 snowbroj:0:1015A8:70:000:All Bonus PL1 snowbroj:0:1015A8:70:000:Always have all powers PL1 snowbroj:0:1015A8:10:020:Always have pow-up shot PL1 snowbroj:0:1015A8:20:020:Always have pow-up range PL1 snowbroj:0:1015A8:40:020:Always have pow-up speed PL1 snowbroj:0:1015A8:70:001:Get all powers Now! PL1 snowbroj:0:1015A8:10:021:Get pow-up shot Now! PL1 snowbroj:0:1015A8:20:021:Get pow-up range Now! PL1 snowbroj:0:1015A8:40:021:Get pow-up speed Now! PL1 snowbroj:0:1015AA:01:021:Get Letter "S" Now! PL1 snowbroj:0:1015AA:02:021:Get Letter "N" Now! PL1 snowbroj:0:1015AA:04:021:Get Letter "O" Now! PL1 snowbroj:0:1015AA:08:021:Get Letter "W" Now! PL1 snowbroj:0:1015A7:0A:000:Infinite Lives PL2 :snowbroj:00000010:10162B:00000000:00000027:Invincibility PL2:Turn it OFF temporarily when you get the green potion :snowbroj:00000001:10162B:00000024:FFFFFFFF:Get Invincibility Item Now! PL2 :snowbroj:00000000:101617:00000000:FFFFFFFF:Rapid Fire PL2 snowbroj:0:1015A9:70:000:All Bonus PL2 snowbroj:0:1015A9:70:000:Always have all powers PL2 snowbroj:0:1015A9:10:020:Always have pow-up shot PL2 snowbroj:0:1015A9:20:020:Always have pow-up range PL2 snowbroj:0:1015A9:40:020:Always have pow-up speed PL2 snowbroj:0:1015A9:70:001:Get all powers Now! PL2 snowbroj:0:1015A9:10:021:Get pow-up shot Now! PL2 snowbroj:0:1015A9:20:021:Get pow-up range Now! PL2 snowbroj:0:1015A9:40:021:Get pow-up speed Now!PL2 snowbroj:0:1015AB:01:021:Get Letter "S" Now! PL2 snowbroj:0:1015AB:02:021:Get Letter "N" Now! PL2 snowbroj:0:1015AB:04:021:Get Letter "O" Now! PL2 snowbroj:0:1015AB:08:021:Get Letter "W" Now! PL2 snowbroj:0:1018CA:00:001:One hit for boss Now! snowbroj:0:1018CB:01:501:One hit for boss Now! (2/4) snowbroj:0:10190A:00:501:One hit for boss Now! (3/4) snowbroj:0:10190B:01:501:One hit for boss Now! (4/4) snowbroj:0:101573:04:000:Goto Floor 5 snowbroj:0:101573:09:001:Goto Floor 10 snowbroj:0:101573:0D:001:Goto Floor 15 snowbroj:0:101573:12:001:Goto Floor 20 snowbroj:0:101573:17:001:Goto Floor 25 snowbroj:0:101573:1C:001:Goto Floor 30 snowbroj:0:101573:21:001:Goto Floor 35 snowbroj:0:101573:26:001:Goto Floor 40 snowbroj:0:101573:2B:001:Goto Floor 45 snowbroj:0:101573:30:001:Goto Floor 50 ; [ Snow Bros. - Nick & Tom (set 1) ] snowbros:0:100195:09:000:Infinite Credits snowbros:0:1000BB:20:000:Infinite Time :snowbros:00000010:10165D:00000001:00000001:Enable to Get Secret Bonus snowbros:0:000000:00:999:[ See the Dip Switch Menu to enable ] snowbros:0:000000:00:999:[ alternate Invincibility cheats. ] snowbros:0:101591:0A:000:Infinite Lives PL1 :snowbros:00000010:1015EB:00000000:00000027:Invincibility PL1:Turn it OFF temporarily when you get the green potion :snowbros:00000001:1015EB:00000024:FFFFFFFF:Get Invincibility Item Now! PL1 :snowbros:00000000:1015D7:00000000:FFFFFFFF:Rapid Fire PL1 snowbros:0:1015A8:70:000:All Bonus PL1 snowbros:0:1015A8:70:000:Always have all powers PL1 snowbros:0:1015A8:10:020:Always have pow-up shot PL1 snowbros:0:1015A8:20:020:Always have pow-up range PL1 snowbros:0:1015A8:40:020:Always have pow-up speed PL1 snowbros:0:1015A8:70:001:Get all powers Now! PL1 snowbros:0:1015A8:10:021:Get pow-up shot Now! PL1 snowbros:0:1015A8:20:021:Get pow-up range Now! PL1 snowbros:0:1015A8:40:021:Get pow-up speed Now! PL1 snowbros:0:1015AA:01:021:Get Letter "S" Now! PL1 snowbros:0:1015AA:02:021:Get Letter "N" Now! PL1 snowbros:0:1015AA:04:021:Get Letter "O" Now! PL1 snowbros:0:1015AA:08:021:Get Letter "W" Now! PL1 snowbros:0:1015A7:0A:000:Infinite Lives PL2 :snowbros:00000010:10162B:00000000:00000027:Invincibility PL2:Turn it OFF temporarily when you get the green potion :snowbros:00000001:10162B:00000024:FFFFFFFF:Get Invincibility Item Now! PL2 :snowbros:00000000:101617:00000000:FFFFFFFF:Rapid Fire PL2 snowbros:0:1015A9:70:000:All Bonus PL2 snowbros:0:1015A9:70:000:Always have all powers PL2 snowbros:0:1015A9:10:020:Always have pow-up shot PL2 snowbros:0:1015A9:20:020:Always have pow-up range PL2 snowbros:0:1015A9:40:020:Always have pow-up speed PL2 snowbros:0:1015A9:70:001:Get all powers Now! PL2 snowbros:0:1015A9:10:021:Get pow-up shot Now! PL2 snowbros:0:1015A9:20:021:Get pow-up range Now! PL2 snowbros:0:1015A9:40:021:Get pow-up speed Now! PL2 snowbros:0:1015AB:01:021:Get Letter "S" Now! PL2 snowbros:0:1015AB:02:021:Get Letter "N" Now! PL2 snowbros:0:1015AB:04:021:Get Letter "O" Now! PL2 snowbros:0:1015AB:08:021:Get Letter "W" Now! PL2 snowbros:0:1018CA:00:001:One hit for boss Now! snowbros:0:1018CB:01:501:One hit for boss Now! (2/4) snowbros:0:10190A:00:501:One hit for boss Now! (3/4) snowbros:0:10190B:01:501:One hit for boss Now! (4/4) snowbros:0:101573:04:001:Goto Floor 5 snowbros:0:101573:09:001:Goto Floor 10 snowbros:0:101573:0D:001:Goto Floor 15 snowbros:0:101573:12:001:Goto Floor 20 snowbros:0:101573:17:001:Goto Floor 25 snowbros:0:101573:1C:001:Goto Floor 30 snowbros:0:101573:21:001:Goto Floor 35 snowbros:0:101573:26:001:Goto Floor 40 snowbros:0:101573:2B:001:Goto Floor 45 snowbros:0:101573:30:001:Goto Floor 50 ; [ Soccer Brawl ] socbrawl:0:10BDB9:59:000:Infinite Time socbrawl:0:10BDB8:99:500:Infinite Time (2/2) socbrawl:0:10BDB9:00:001:Finish this Game Now! socbrawl:0:10BDB8:00:501:Finish this Game Now! (2/2) socbrawl:0:10B3A8:60:000:Always have Maximum Energy PL1 socbrawl:0:10B3A8:00:000:Always have Minimum Energy PL1 socbrawl:0:10B3A2:00:000:Score always 0 PL1 socbrawl:0:10B3A2:63:000:Score always 99 PL1 socbrawl:0:10B3A2:00:001:Set score = 0 Now! PL1 socbrawl:0:10B3A2:63:001:Set score = 99 Now! PL1 socbrawl:0:10B3A2:63:070:Select score Now! PL1 socbrawl:0:10D49F:03:000:Always win Penalty Shootout PL1 socbrawl:0:10D4A1:00:500:Always win Penalty Shootout PL1 (2/2) socbrawl:0:10D4A3:02:000:Infinite Penalty Kicks Left PL1:Lets you get some serious practise in if you enable it with the Never score a penalty kick cheats socbrawl:0:10D49F:00:000:Never score a Penalty Kick PL1 socbrawl:0:10B3B0:60:000:Always have Maximum Energy PL2 socbrawl:0:10B3B0:00:000:Always have Minimum Energy PL2 socbrawl:0:10B3A4:00:000:Score always = 0 PL2 socbrawl:0:10B3A4:63:000:Score always = 99 PL2 socbrawl:0:10B3A4:00:001:Set score = 0 Now! PL2 socbrawl:0:10B3A4:63:001:Set score = 99 Now! PL2 socbrawl:0:10B3A4:63:070:Select score Now! PL2 socbrawl:0:10D49F:00:000:Always win Penalty Shootout PL2 socbrawl:0:10D4A1:03:500:Always win Penalty Shootout PL2 (2/2) socbrawl:0:10D4A5:02:000:Infinite Penalty Kicks Left PL2:Lets you get some serious practise in if you enable it with the Never score a penalty kick cheats socbrawl:0:10D4A1:00:000:Never score a Penalty Kick PL2 :socbrawl:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :socbrawl:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :socbrawl:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Atari Soccer ] soccer:0:00A3:99:000:Infinite Time soccer:0:00A2:5A:500:Infinite Time (2/2) soccer:0:00A3:00:001:Finish this Game Now! soccer:0:00A2:00:501:Finish this Game Now! (2/2) ; [ Soccer Superstars (ver AAA) ] soccersa:0:0000:00:999:[ There are no cheats ]:REASON 1 soccersa:0:0000:00:999:[ for this game as it ]:REASON 1 soccersa:0:0000:00:999:[ didn't work the last ]:REASON 1 soccersa:0:0000:00:999:[ time it was tested. ]:REASON 1 soccersa:0:0000:00:999:[ If the game now works ]:REASON 1 soccersa:0:0000:00:999:[ please request cheats ]:REASON 1 soccersa:0:0000:00:999:[ for it on the cheat ]:REASON 1 soccersa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Soccer Superstars (ver JAA) ] soccersj:0:0000:00:999:[ There are no cheats ]:REASON 1 soccersj:0:0000:00:999:[ for this game as it ]:REASON 1 soccersj:0:0000:00:999:[ didn't work the last ]:REASON 1 soccersj:0:0000:00:999:[ time it was tested. ]:REASON 1 soccersj:0:0000:00:999:[ If the game now works ]:REASON 1 soccersj:0:0000:00:999:[ please request cheats ]:REASON 1 soccersj:0:0000:00:999:[ for it on the cheat ]:REASON 1 soccersj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Soccer Superstars (ver EAA) ] soccerss:0:0000:00:999:[ There are no cheats ]:REASON 1 soccerss:0:0000:00:999:[ for this game as it ]:REASON 1 soccerss:0:0000:00:999:[ didn't work the last ]:REASON 1 soccerss:0:0000:00:999:[ time it was tested. ]:REASON 1 soccerss:0:0000:00:999:[ If the game now works ]:REASON 1 soccerss:0:0000:00:999:[ please request cheats ]:REASON 1 soccerss:0:0000:00:999:[ for it on the cheat ]:REASON 1 soccerss:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sokonuke Taisen Game (Japan) ] sokonuke:0:207FB5:09:000:Infinite Credits sokonuke:0:20009B:64:000:Infinite Time sokonuke:0:000000:00:999:[ ] sokonuke:0:000000:00:999:[ These cheats are for the Easy Stage ] sokonuke:0:000000:00:999:[ ] sokonuke:0:20832D:A0:000:Stop the Cutting Wheel moving sokonuke:0:209289:00:000:Balloon never increases in size PL1 sokonuke:0:209301:0F:001:Pop other player's Balloon Now!(Win Now!) PL1 sokonuke:0:209301:00:000:Balloon never increases in size PL2 sokonuke:0:209289:0F:001:Pop other player's Balloon Now!(Win Now!) PL2 sokonuke:0:000000:00:999:[ ] sokonuke:0:000000:00:999:[ These cheats are for the Normal Stage ] sokonuke:0:000000:00:999:[ ] sokonuke:0:20A56F:E0:000:Hostage always fully up PL1 sokonuke:0:2091B7:DF:001:Win this Round Now! PL1 sokonuke:0:000000:00:999:[ ] sokonuke:0:000000:00:999:[ These cheats are for the Hard Stage ] sokonuke:0:000000:00:999:[ ] sokonuke:0:20A56F:E0:000:Hostage always fully up PL1 sokonuke:0:20922F:BF:000:Chair always on Right side PL1 sokonuke:0:20A5E7:A3:001:Win this Round Easily Now! PL1 sokonuke:0:000000:00:999:[ ] sokonuke:0:000000:00:999:[ These cheats are for the Very Hard Stage ] sokonuke:0:000000:00:999:[ ] sokonuke:0:2098C5:56:000:Win this Round Easily Now! PL1 ; [ Soukyugurentai / Terra Diver (JUET 960821 V1.000) ] :sokyugrt:00000000:00183D05:00000009:FFFFFFFF:Infinite Credits :sokyugrt:00000000:060BDA28:00000009:FFFFFFFF:Infinite Lives PL1 :sokyugrt:00000000:060BDA2A:00000009:FFFFFFFF:Infinite Bombs PL1 :sokyugrt:00000000:0607C4DA:00000002:FFFFFFFF:Invincibility PL1 :sokyugrt:00000000:060BD9F2:00000005:FFFFFFFF:Always Have Maximum Shot Power PL1 :sokyugrt:00000000:060C1AF7:00000000:00000001:Rapid Fire PL1 :sokyugrt:00000000:060BDA29:00000009:FFFFFFFF:Infinite Lives PL2 :sokyugrt:00000000:060BDA2B:00000009:FFFFFFFF:Infinite Bombs PL2 :sokyugrt:00000000:0607C59A:00000002:FFFFFFFF:Invincibility PL2 :sokyugrt:00000000:060BD9F3:00000005:FFFFFFFF:Always Have Maximum Shot Power PL2 :sokyugrt:00000000:060C1AF7:00000000:00000001:Rapid Fire PL2 :sokyugrt:00000001:060BD9A5:00000040:FFFFFFFF:Unlock Extra Hard Mode:Enable on the character selection screen ; [ Solar Fox (upright) ] solarfox:0:73AC:09:000:Infinite Lives ; [ Solar Quest ] solarq:0:0000:00:999:[ There are no cheats ]:REASON 7 solarq:0:0000:00:999:[ for this game as it's ]:REASON 7 solarq:0:0000:00:999:[ proving to be a bit ]:REASON 7 solarq:0:0000:00:999:[ of a stinker to find ]:REASON 7 solarq:0:0000:00:999:[ cheats for it. ]:REASON 7 solarq:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 solarq:0:0000:00:999:[ finding is unlikely ]:REASON 7 solarq:0:0000:00:999:[ to have any success ]:REASON 7 solarq:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 solarq:0:0000:00:999:[ setup or it's banked ]:REASON 7 solarq:0:0000:00:999:[ too often, so ROM ]:REASON 7 solarq:0:0000:00:999:[ cheats will likely be ]:REASON 7 solarq:0:0000:00:999:[ required. If you ]:REASON 7 solarq:0:0000:00:999:[ manage to find any ]:REASON 7 solarq:0:0000:00:999:[ please post them on ]:REASON 7 solarq:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;solarq:0:018D:E7:000:Infinite Credits ;solarq:0:018C:03:500:Infinite Credits (2/2) ;solarq:0:0194:00:000:Invincibility (keep clear of the sun!):If you crash into the sun turn this cheat OFF ;solarq:0:01B0:00:500:Invincibility (keep clear of the sun!) (2/3) ;solarq:0:01B6:00:500:Invincibility (keep clear of the sun!) (3/3) ;solarq:0:01BD:09:000:Infinite Lives PL1 ;solarq:0:01BF:09:000:Infinite Lives PL2 ; [ Solar-Warrior ] solarwar:0:0056:10:000:Infinite Energy solarwar:0:0060:05:000:Infinite Lives solarwar:0:1935:59:000:Infinite Time solarwar:0:0055:00:000:Always have Normal weapon solarwar:0:0055:01:000:Always have Grenades solarwar:0:0055:02:000:Always have Double shot solarwar:0:0055:03:000:Always have Heavy shot solarwar:0:0055:04:000:Always have Triple shot solarwar:0:0055:00:001:Get Normal weapon Now! solarwar:0:0055:01:001:Get Grenades Now! solarwar:0:0055:02:001:Get Double shot Now! solarwar:0:0055:03:001:Get Heavy shot Now! solarwar:0:0055:04:001:Get Triple shot Now! ; [ Soldam (Japan) ] soldamj:0:0F724D:18:000:Always 1 colour block soldamj:0:0F724F:18:500:Always 1 colour block (2/4) soldamj:0:0F7251:18:500:Always 1 colour block (3/4) soldamj:0:0F7253:18:500:Always 1 colour block (4/4) ; [ Sol Divide - The Sword Of Darkness ] soldivid:0:0600BB43:01:001:Display Score 'ON' soldivid:0:0600BB43:00:001:Display Score 'OFF' soldivid:0:0600B908:08:000:Infinite Energy PL1 soldivid:0:0600B909:00:500:Infinite Energy PL1 (2/4) soldivid:0:0600B90C:08:500:Infinite Energy PL1 (3/4) soldivid:0:0600B90D:00:500:Infinite Energy PL1 (4/4) soldivid:0:0600B908:08:001:Get Max Energy Now! PL1 soldivid:0:0600B909:00:501:Get Max Energy Now! PL1 (2/2) soldivid:0:0600B90C:08:501:Get Max Energy Now! PL1 (3/4) soldivid:0:0600B90D:00:501:Get Max Energy Now! PL1 (4/4) soldivid:0:0600B957:03:000:Invincibility PL1 soldivid:0:0600B91D:30:000:Infinite Magic PL1 soldivid:0:0600B943:02:000:Always have Max Power PL1 soldivid:0:0600B960:01:000:Always have All magic PL1 soldivid:0:0600B961:FF:500:Always have All magic PL1 (2/10) soldivid:0:0600B964:06:500:Always have All magic PL1 (3/10) soldivid:0:0600B965:06:500:Always have All magic PL1 (4/10) soldivid:0:0600B966:06:500:Always have All magic PL1 (5/10) soldivid:0:0600B967:06:500:Always have All magic PL1 (6/10) soldivid:0:0600B968:06:500:Always have All magic PL1 (7/10) soldivid:0:0600B969:06:500:Always have All magic PL1 (8/10) soldivid:0:0600B96A:06:500:Always have All magic PL1 (9/10) soldivid:0:0600B96B:06:500:Always have All magic PL1 (10/10) soldivid:0:0600BA0B:03:000:Invincibility PL2 soldivid:0:0600B9BC:08:000:Infinite Energy PL2 soldivid:0:0600B9BD:00:500:Infinite Energy PL2 (2/4) soldivid:0:0600B9C0:08:500:Infinite Energy PL2 (3/4) soldivid:0:0600B9C1:00:500:Infinite Energy PL2 (4/4) soldivid:0:0600B9BC:08:001:Get Max Energy Now! PL2 soldivid:0:0600B9BD:00:501:Get Max Energy Now! PL2 (2/2) soldivid:0:0600B9C0:08:501:Get Max Energy Now! PL2 (3/4) soldivid:0:0600B9C1:00:501:Get Max Energy Now! PL2 (4/4) soldivid:0:0600B9D1:30:000:Infinite Magic PL2 soldivid:0:0600B9F7:02:000:Always have Max Power PL2 soldivid:0:0600BA14:01:000:Always have All magic PL2 soldivid:0:0600BA15:FF:500:Always have All magic PL2 (2/10) soldivid:0:0600BA18:06:500:Always have All magic PL2 (3/10) soldivid:0:0600BA19:06:500:Always have All magic PL2 (4/10) soldivid:0:0600BA1A:06:500:Always have All magic PL2 (5/10) soldivid:0:0600BA1B:06:500:Always have All magic PL2 (6/10) soldivid:0:0600BA1C:06:500:Always have All magic PL2 (7/10) soldivid:0:0600BA1D:06:500:Always have All magic PL2 (8/10) soldivid:0:0600BA1E:06:500:Always have All magic PL2 (9/10) soldivid:0:0600BA1F:06:500:Always have All magic PL2 (10/10) ; [ Solar Fight ] solfight:0:203B:0F:000:Infinite Energy solfight:0:203C:27:500:Infinite Energy (2/2) solfight:0:0000:00:999:[Use the Invincibility "OFF"] solfight:0:0000:00:999:[cheat when you dock!! ] solfight:0:21A8:1B:000:Invincibility "ON" solfight:0:21A8:00:001:Invincibility "OFF" ; [ Solitary Fighter (World) ] solfigtr:0:102941:99:000:Infinite Time solfigtr:0:102941:00:001:Finish this Round Now! solfigtr:0:10101D:95:000:Infinite Energy PL1 solfigtr:0:10101D:00:001:Drain all Energy Now! PL1:PL1 needs to be hit once before this will work! solfigtr:0:10111D:95:000:Infinite Energy PL2 solfigtr:0:10111D:00:001:Drain all Energy Now! PL2:PL2 needs to be hit once before this will work! ; [ Solomon's Key (Japan) ] solomon:0:C237:07:000:Infinite Lives solomon:0:C094:99:000:Infinite Time solomon:0:C25D:54:000:Infinite Fireballs solomon:0:C238:09:000:One fairy for extra life solomon:0:C243:04:001:Go to Round 5 solomon:0:C246:04:501:Go to Round 5 (2/3) solomon:0:C24D:05:501:Go to Round 5 (3/3) solomon:0:C243:09:001:Go to Round 10 solomon:0:C246:09:501:Go to Round 10 (2/3) solomon:0:C24D:0A:501:Go to Round 10 (3/3) solomon:0:C243:0E:001:Go to Round 15 solomon:0:C246:0E:501:Go to Round 15 (2/3) solomon:0:C24D:0F:501:Go to Round 15 (3/3) solomon:0:C243:13:001:Go to Round 20 solomon:0:C246:13:501:Go to Round 20 (2/3) solomon:0:C24D:14:501:Go to Round 20 (3/3) solomon:0:C243:18:001:Go to Round 25 solomon:0:C246:18:501:Go to Round 25 (2/3) solomon:0:C24D:19:501:Go to Round 25 (3/3) solomon:0:C243:1D:001:Go to Round 30 solomon:0:C246:1D:501:Go to Round 30 (2/3) solomon:0:C24D:1E:501:Go to Round 30 (3/3) solomon:0:C243:22:001:Go to Round 35 solomon:0:C246:22:501:Go to Round 35 (2/3) solomon:0:C24D:23:501:Go to Round 35 (3/3) solomon:0:C243:27:001:Go to Round 40 solomon:0:C246:27:501:Go to Round 40 (2/3) solomon:0:C24D:28:501:Go to Round 40 (3/3) solomon:0:C243:2C:001:Go to Round 45 solomon:0:C246:2C:501:Go to Round 45 (2/3) solomon:0:C24D:2D:501:Go to Round 45 (3/3) solomon:0:C243:31:001:Go to Round 50 solomon:0:C246:31:501:Go to Round 50 (2/3) solomon:0:C24D:32:501:Go to Round 50 (3/3) solomon:0:C243:32:001:Go to Round 51 solomon:0:C246:32:501:Go to Round 51 (2/3) solomon:0:C24D:33:501:Go to Round 51 (3/3) ; [ Solvalou (Japan) ] solvalou:0:907F38:07:000:Infinite Shields ; [ SegaSonic The Hedgehog (Japan, rev. C) ] sonic:0:204FDE:18:000:Infinite Energy PL1 sonic:0:204F3E:18:000:Infinite Energy PL2 sonic:0:204E9E:18:000:Infinite Energy PL3 ; [ Sonic Boom (FD1094 317-0053) ] :sonicbom:00000000:FFC040:00000009:FFFFFFFF:Infinite Credits :sonicbom:00000000:FFE3D4:00000000:FFFFFFFF:Rapid Fire :sonicbom:00000301:FFC511:00000005:FFFFFFFF:Select Operation:Set on map screen :sonicbom:00000301:FFC50B:00000005:FFFFFFFF:Select Operation (Display):Set on map screen :sonicbom:00000100:FFC438:000000FF:FFFFFFFF:Select Current Enemy Rank:Effects the moving and shooting speed of the enemy :sonicbom:00000000:FFC504:00000006:FFFFFFFF:Infinite Lives PL1 :sonicbom:00000000:FFC512:00000006:FFFFFFFF:Infinite Bombs PL1 :sonicbom:00000000:FFC544:00000006:FFFFFFFF:Infinite Lives PL2 :sonicbom:00000000:FFC552:00000006:FFFFFFFF:Infinite Bombs PL2 ; [ SegaSonic The Hedgehog (Japan, prototype) ] sonicp:0:204FDE:18:000:Infinite Energy PL1 sonicp:0:204F3E:18:000:Infinite Energy PL2 sonicp:0:204E9E:18:000:Infinite Energy PL3 ; [ Sonic Wings (Japan) ] sonicwi:0:000000:00:999:[Do NOT use Smart Bombs with] sonicwi:0:000000:00:999:[Invincibility enabled when ] sonicwi:0:000000:00:999:[you are in the USA or ] sonicwi:0:000000:00:999:[Swedish aircraft or the ] sonicwi:0:000000:00:999:[game will crash!! ] sonicwi:0:0C60DD:0A:000:Infinite Lives PL1 sonicwi:0:0C60DF:06:000:Infinite Smart Bombs PL1 sonicwi:0:0C60E1:03:000:Maximum fire power PL1 sonicwi:0:0C60E1:07:000:Absurd fire power PL1 sonicwi:0:0C06D3:B4:000:Invincibility PL1:Use it when sprite flickers sonicwi:0:0C61DD:0A:000:Infinite Lives PL2 sonicwi:0:0C61DF:06:000:Infinite Smart Bombs PL2 sonicwi:0:0C61E1:03:000:Maximum fire power PL2 sonicwi:0:0C61E1:07:000:Absurd fire power PL2 sonicwi:0:0C0733:B4:000:Invincibility PL2:Use it when sprite flickers ; [ Aero Fighters 2 / Sonic Wings 2 ] sonicwi2:0:100482:99:000:Infinite Time:This Time Cheat is UNTESTED sonicwi2:0:10E43F:05:000:Infinite Lives PL1 sonicwi2:0:10E457:03:000:Infinite Bombs PL1 sonicwi2:0:10E443:03:000:Max Weapon Power Up PL1 sonicwi2:0:10E4A1:05:000:Infinite Lives PL2 sonicwi2:0:10E4B9:03:000:Infinite Bombs PL2 sonicwi2:0:10E4A5:03:000:Max Weapon Power Up PL2 :sonicwi2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :sonicwi2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :sonicwi2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Aero Fighters 3 / Sonic Wings 3 ] sonicwi3:0:10E89B:05:000:Infinite Lives PL1 sonicwi3:0:10E8BA:03:000:Infinite Bombs PL1 sonicwi3:0:10E8BF:01:000:Invincibility PL1 sonicwi3:0:10E8B0:03:000:Max Power (For Most Characters) PL1 sonicwi3:0:10E8B0:02:000:Max Power(For Mao Mao,Chaika & Pooshka)PL1 sonicwi3:0:10E8B0:04:000:Max Power (For Spanky, Kowful & River) PL1 sonicwi3:0:10E8B0:01:000:Max Power (For Ellen & Cindy) PL1 sonicwi3:0:10E8F1:05:000:Infinite Lives PL2 sonicwi3:0:10E910:03:000:Infinite Bombs PL2 sonicwi3:0:10E915:01:000:Invincibility PL2 sonicwi3:0:10E906:03:000:Max Power (For Most Characters) PL2 sonicwi3:0:10E906:02:000:Max Power(For Mao Mao,Chaika & Pooshka)PL2 sonicwi3:0:10E906:04:000:Max Power (For Spanky, Kowful & River) PL2 sonicwi3:0:10E906:01:000:Max Power (For Ellen & Cindy) PL2 :sonicwi3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :sonicwi3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :sonicwi3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Son of Phoenix ] sonofphx:0:F652:0C:000:Infinite Energy sonofphx:0:F653:0C:500:Infinite Energy (02/10) sonofphx:0:F654:0C:500:Infinite Energy (03/10) sonofphx:0:F655:0C:500:Infinite Energy (04/10) sonofphx:0:F656:0C:500:Infinite Energy (05/10) sonofphx:0:F657:0C:500:Infinite Energy (06/10) sonofphx:0:F658:0C:500:Infinite Energy (07/10) sonofphx:0:F659:0C:500:Infinite Energy (08/10) sonofphx:0:F65A:0C:500:Infinite Energy (09/10) sonofphx:0:F65B:0C:500:Infinite Energy (10/10) :sonofphx:20800000:121E:00000018:FFFFFFFF:Invincibility:See the Dip Switch Menu to enable an alternate Invincibility cheat. :sonofphx:00000000:F422:000000FF:FFFFFFFF:Rapid Fire sonofphx:0:F0F0:0F:000:Enemies Don't Shoot sonofphx:0:F109:80:000:Always have Normal Shoot sonofphx:0:F109:81:000:Always have Fast Shoot sonofphx:0:F109:80:001:Get Normal Shoot Now! sonofphx:0:F109:81:001:Get Fast Shoot Now! sonofphx:0:F8BF:0B:000:Infinite Lives PL1 sonofphx:0:F8D3:0B:000:Infinite Lives PL2 :sonofphx:20800000:2356:00000000:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :sonofphx:20A10000:22CF:00009EC3:FFFFFFFF:Skip RAM/ROM Check (2/2):1st = RAM Check, 2nd = ROM Check ; [ Son Son ] sonson:0:0026:FF:000:Infinite Credits sonson:0:0058:05:000:Infinite Lives PL1 sonson:0:0480:02:000:Invincibility "ON" PL1:You can't eat fruit & flowers sonson:0:0480:01:001:Invincibility "OFF" PL1 sonson:0:0059:05:000:Infinite Lives PL2 sonson:0:04B0:02:000:Invincibility "ON" PL2:You can't eat fruit & flowers sonson:0:04B0:01:001:Invincibility "OFF" PL2 sonson:0:0000:00:999:[Activate the level cheats ] sonson:0:0000:00:999:[during game play! ] sonson:0:0067:18:001:Go to level 1 Now! sonson:0:0067:11:001:Go to level 5 Now! sonson:0:0067:0B:001:Go to level 10 Now! sonson:0:0067:05:001:Go to level 15 Now! sonson:0:0067:00:001:Go to level 20 Now! ; [ Son Son (Japan) ] sonsonj:0:0026:FF:000:Infinite Credits sonsonj:0:0058:05:000:Infinite Lives PL1 sonsonj:0:0480:02:000:Invincibility "ON" PL1:You can't eat fruit & flowers sonsonj:0:0480:01:001:Invincibility "OFF" PL1 sonsonj:0:0059:05:000:Infinite Lives PL2 sonsonj:0:04B0:02:000:Invincibility "ON" PL2:You can't eat fruit & flowers sonsonj:0:04B0:01:001:Invincibility "OFF" PL2 sonsonj:0:0000:00:999:[Activate the level cheats ] sonsonj:0:0000:00:999:[during game play! ] sonsonj:0:0067:18:001:Go to level 1 Now! sonsonj:0:0067:11:001:Go to level 5 Now! sonsonj:0:0067:0B:001:Go to level 10 Now! sonsonj:0:0067:05:001:Go to level 15 Now! sonsonj:0:0067:00:001:Go to level 20 Now! ; [ SOS ] sos:0:405F:09:000:Infinite Credits sos:0:4070:09:000:Infinite Lives ; [ Sotsugyo Shousho ] sotsugyo:0:140057:09:000:Infinite Credits sotsugyo:0:140003:63:000:Infinite Time sotsugyo:0:14006C:05:000:Infinite Lives PL1 sotsugyo:0:14006D:05:000:Infinite Lives PL2 ; [ Souko Ban Deluxe (Japan) ] soukobdx:0:020A:99:000:Infinite Time soukobdx:0:020B:99:500:Infinite Time (2/2) soukobdx:0:020A:00:001:Set Time to 0000 Now! soukobdx:0:020B:00:501:Set Time to 0000 Now! (2/2) soukobdx:0:0188:00:000:Infinite Steps soukobdx:0:0189:00:500:Infinite Steps (2/2) soukobdx:0:0218:00:001:Finish this Round Now! soukobdx:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Soul Calibur (SOC11/VER.C) ] soulclba:0:0000:00:999:[ There are no cheats ]:REASON 1 soulclba:0:0000:00:999:[ for this game as it ]:REASON 1 soulclba:0:0000:00:999:[ didn't work the last ]:REASON 1 soulclba:0:0000:00:999:[ time it was tested. ]:REASON 1 soulclba:0:0000:00:999:[ If the game now works ]:REASON 1 soulclba:0:0000:00:999:[ please request cheats ]:REASON 1 soulclba:0:0000:00:999:[ for it on the cheat ]:REASON 1 soulclba:0:0000:00:999:[ forums. ]:REASON 1 ; [ Soul Calibur (SOC11/VER.B) ] soulclbb:0:0000:00:999:[ There are no cheats ]:REASON 1 soulclbb:0:0000:00:999:[ for this game as it ]:REASON 1 soulclbb:0:0000:00:999:[ didn't work the last ]:REASON 1 soulclbb:0:0000:00:999:[ time it was tested. ]:REASON 1 soulclbb:0:0000:00:999:[ If the game now works ]:REASON 1 soulclbb:0:0000:00:999:[ please request cheats ]:REASON 1 soulclbb:0:0000:00:999:[ for it on the cheat ]:REASON 1 soulclbb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Soul Calibur (SOC11/VER.A2) ] :soulclbc:00300000:803D0848:FFFFFFFF:FFFFFFFF:Unlock All Characters:To make this permanant, use the "All Clear" option in "Data Clear" :soulclbc:00310000:803D084C:FFFFFFFF:FFFFFFFF:Unlock All Characters :soulclbc:00310000:803D0850:FFFFFFFF:FFFFFFFF:Unlock All Characters ; [ Soul Calibur (SOC14/VER.C) ] :soulclbr:00300000:803D09A8:FFFFFFFF:FFFFFFFF:Unlock All Characters:To make this permeneant, use the "All Clear" option in "Data Clear" :soulclbr:00310000:803D09AC:FFFFFFFF:FFFFFFFF:Unlock All Characters (2/3) :soulclbr:00310000:803D09B0:FFFFFFFF:FFFFFFFF:Unlock All Characters (3/3) ; [ Soul Edge Ver. II (SO3/VER.C) ] souledga:0:00121F44:63:000:Infinite Time souledga:0:00121F44:00:001:Finish this Round Now! souledga:0:00313CB6:F0:000:Infinite Energy PL1 souledga:0:00313CB6:00:001:Drain All Energy Now! PL1 souledga:0:00313E14:60:000:Always have Maximum Power PL1 souledga:0:00313E14:00:001:Drain All Power Now! PL1 souledga:0:00317ABE:F0:000:Infinite Energy PL2 souledga:0:00317ABE:00:001:Drain All Energy Now! PL2 souledga:0:00317C1C:60:000:Always have Maximum Power PL2 souledga:0:00317C1C:00:001:Drain All Power Now! PL2 ; [ Soul Edge (SO3/VER.A) ] souledgb:0:000EFFD4:63:000:Infinite Time souledgb:0:000EFFD4:00:001:Finish this Round Now! souledgb:0:002D602E:F0:000:Infinite Energy PL1 souledgb:0:002D602E:00:001:Drain All Energy Now! PL1 souledgb:0:002D6160:60:000:Always have Maximum Power PL1 souledgb:0:002D6160:00:001:Drain All Power Now! PL1 souledgb:0:002D9D72:F0:000:Infinite Energy PL2 souledgb:0:002D9D72:00:001:Drain All Energy Now! PL2 souledgb:0:002D9EA4:60:000:Always have Maximum Power PL2 souledgb:0:002D9EA4:00:001:Drain All Power Now! PL2 ; [ Soul Edge (SO1/VER.A) ] souledgc:0:000EFFD4:63:000:Infinite Time souledgc:0:000EFFD4:00:001:Finish this Round Now! souledgc:0:002D602E:F0:000:Infinite Energy PL1 souledgc:0:002D602E:00:001:Drain All Energy Now! PL1 souledgc:0:002D6160:60:000:Always have Maximum Power PL1 souledgc:0:002D6160:00:001:Drain All Power Now! PL1 souledgc:0:002D9D72:F0:000:Infinite Energy PL2 souledgc:0:002D9D72:00:001:Drain All Energy Now! PL2 souledgc:0:002D9EA4:60:000:Always have Maximum Power PL2 souledgc:0:002D9EA4:00:001:Drain All Power Now! PL2 ; [ Soul Edge Ver. II (SO4/VER.C) ] souledge:0:00121F44:63:000:Infinite Time souledge:0:00121F44:00:001:Finish this Round Now! souledge:0:00313CB6:F0:000:Infinite Energy PL1 souledge:0:00313CB6:00:001:Drain All Energy Now! PL1 souledge:0:00313E14:60:000:Always have Maximum Power PL1 souledge:0:00313E14:00:001:Drain All Power Now! PL1 souledge:0:00317ABE:F0:000:Infinite Energy PL2 souledge:0:00317ABE:00:001:Drain All Energy Now! PL2 souledge:0:00317C1C:60:000:Always have Maximum Power PL2 souledge:0:00317C1C:00:001:Drain All Power Now! PL2 ; [ Space Battle ] spacbatt:0:421D:05:000:Infinite Lives :spacbatt:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :spacbatt:20810000:12B8:000000C9:FFFFFFFF:Invincibility (2/4) :spacbatt:20810000:12CB:000000C9:FFFFFFFF:Invincibility (3/4) :spacbatt:20810000:3321:000000C3:FFFFFFFF:Invincibility (4/4) :spacbatt:00100000:4013:00000000:00001010:Rapid Fire :spacbatt:20800100:08C6:0000000C:FFFFFFFF:Select Bullet Speed ; [ Space Beam ] spacbeam:0:0008:99:000:Infinite Credits spacbeam:0:0035:03:000:Infinite Lives PL1 spacbeam:0:003D:03:000:Infinite Lives PL2 ; [ Space Duel ] spacduel:0:0047:03:000:Infinite Lives spacduel:0:0273:FF:000:Infinite Shield ; [ Space Attack II ] spaceat2:0:2009:78:000:Invaders never drop spaceat2:0:2069:00:000:Invaders don't fire spaceat2:0:206A:30:500:Invaders don't fire (2/2) spaceat2:0:0293:C3:100:Bullet Invincibility spaceat2:0:2094:04:540:Bullet Invincibility (2/3) spaceat2:0:2015:FF:500:Bullet Invincibility (3/3) :spaceat2:62000000:0000:00000000:00000000:Bullet Speed always = :spaceat2:00010000:202C:00000002:FFFFFFFF:Slow :spaceat2:00010000:202C:00000004:FFFFFFFF:Normal :spaceat2:00010000:202C:00000006:FFFFFFFF:Fast :spaceat2:00010000:202C:00000008:FFFFFFFF:V Fast :spaceat2:00010000:202C:0000000A:FFFFFFFF:Turbo spaceat2:0:0E3E:00:100:Autofire Mode spaceat2:0:21FF:07:000:Infinite Lives PL1 spaceat2:0:2100:00:001:Kill All Invaders Now! PL1 spaceat2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 spaceat2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) spaceat2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) spaceat2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) spaceat2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) spaceat2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) spaceat2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) spaceat2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) spaceat2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) spaceat2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) spaceat2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line spaceat2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) spaceat2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) spaceat2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) spaceat2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) spaceat2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) spaceat2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) spaceat2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) spaceat2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) spaceat2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) spaceat2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) spaceat2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line spaceat2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) spaceat2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) spaceat2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) spaceat2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) spaceat2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) spaceat2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) spaceat2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) spaceat2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) spaceat2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) spaceat2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) spaceat2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line spaceat2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) spaceat2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) spaceat2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) spaceat2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) spaceat2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) spaceat2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) spaceat2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) spaceat2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) spaceat2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) spaceat2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) spaceat2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line spaceat2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) spaceat2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) spaceat2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) spaceat2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) spaceat2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) spaceat2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) spaceat2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) spaceat2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) spaceat2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) spaceat2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) spaceat2:0:22FF:07:000:Infinite Lives PL2 spaceat2:0:2200:00:001:Kill All Invaders Now! PL2 spaceat2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 spaceat2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) spaceat2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) spaceat2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) spaceat2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) spaceat2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) spaceat2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) spaceat2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) spaceat2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) spaceat2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) spaceat2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line spaceat2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) spaceat2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) spaceat2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) spaceat2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) spaceat2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) spaceat2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) spaceat2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) spaceat2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) spaceat2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) spaceat2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) spaceat2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line spaceat2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) spaceat2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) spaceat2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) spaceat2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) spaceat2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) spaceat2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) spaceat2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) spaceat2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) spaceat2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) spaceat2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) spaceat2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line spaceat2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) spaceat2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) spaceat2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) spaceat2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) spaceat2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) spaceat2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) spaceat2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) spaceat2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) spaceat2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) spaceat2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) spaceat2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line spaceat2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) spaceat2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) spaceat2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) spaceat2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) spaceat2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) spaceat2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) spaceat2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) spaceat2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) spaceat2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) spaceat2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Attack ] spaceatt:0:2009:78:000:Invaders never drop spaceatt:0:2069:00:000:Invaders don't fire spaceatt:0:206A:30:500:Invaders don't fire (2/2) spaceatt:0:0293:C3:100:Bullet Invincibility spaceatt:0:2094:04:540:Bullet Invincibility (2/3) spaceatt:0:2015:FF:500:Bullet Invincibility (3/3) :spaceatt:62000000:0000:00000000:00000000:Bullet Speed always = :spaceatt:00010000:202C:00000002:FFFFFFFF:Slow :spaceatt:00010000:202C:00000004:FFFFFFFF:Normal :spaceatt:00010000:202C:00000006:FFFFFFFF:Fast :spaceatt:00010000:202C:00000008:FFFFFFFF:V Fast :spaceatt:00010000:202C:0000000A:FFFFFFFF:Turbo spaceatt:0:163E:00:100:Autofire Mode spaceatt:0:21FF:07:000:Infinite Lives PL1 spaceatt:0:2100:00:001:Kill All Invaders Now! PL1 spaceatt:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 spaceatt:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) spaceatt:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) spaceatt:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) spaceatt:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) spaceatt:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) spaceatt:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) spaceatt:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) spaceatt:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) spaceatt:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) spaceatt:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line spaceatt:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) spaceatt:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) spaceatt:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) spaceatt:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) spaceatt:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) spaceatt:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) spaceatt:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) spaceatt:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) spaceatt:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) spaceatt:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) spaceatt:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line spaceatt:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) spaceatt:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) spaceatt:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) spaceatt:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) spaceatt:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) spaceatt:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) spaceatt:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) spaceatt:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) spaceatt:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) spaceatt:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) spaceatt:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line spaceatt:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) spaceatt:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) spaceatt:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) spaceatt:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) spaceatt:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) spaceatt:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) spaceatt:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) spaceatt:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) spaceatt:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) spaceatt:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) spaceatt:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line spaceatt:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) spaceatt:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) spaceatt:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) spaceatt:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) spaceatt:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) spaceatt:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) spaceatt:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) spaceatt:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) spaceatt:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) spaceatt:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) spaceatt:0:22FF:07:000:Infinite Lives PL2 spaceatt:0:2200:00:001:Kill All Invaders Now! PL2 spaceatt:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 spaceatt:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) spaceatt:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) spaceatt:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) spaceatt:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) spaceatt:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) spaceatt:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) spaceatt:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) spaceatt:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) spaceatt:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) spaceatt:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line spaceatt:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) spaceatt:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) spaceatt:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) spaceatt:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) spaceatt:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) spaceatt:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) spaceatt:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) spaceatt:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) spaceatt:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) spaceatt:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) spaceatt:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line spaceatt:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) spaceatt:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) spaceatt:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) spaceatt:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) spaceatt:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) spaceatt:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) spaceatt:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) spaceatt:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) spaceatt:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) spaceatt:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) spaceatt:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line spaceatt:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) spaceatt:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) spaceatt:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) spaceatt:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) spaceatt:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) spaceatt:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) spaceatt:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) spaceatt:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) spaceatt:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) spaceatt:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) spaceatt:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line spaceatt:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) spaceatt:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) spaceatt:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) spaceatt:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) spaceatt:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) spaceatt:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) spaceatt:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) spaceatt:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) spaceatt:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) spaceatt:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Bird (bootleg) ] spacebrd:0:C002:09:000:Infinite Lives ; [ Space Echo ] spacecho:0:4108:00:000:Invincibility spacecho:0:4029:0A:000:Infinite Lives PL1 spacecho:0:4099:0A:000:Infinite Lives PL2 ; [ Space Cruiser ] spacecr:0:0000:00:999:[ This game hasn't even ]:REASON 11 spacecr:0:0000:00:999:[ been looked at due to ]:REASON 11 spacecr:0:0000:00:999:[ time constraints - Too]:REASON 11 spacecr:0:0000:00:999:[ many games and so ]:REASON 11 spacecr:0:0000:00:999:[ little time. It is ]:REASON 11 spacecr:0:0000:00:999:[ even possible that ]:REASON 11 spacecr:0:0000:00:999:[ this game may be a ]:REASON 11 spacecr:0:0000:00:999:[ clone of an existing ]:REASON 11 spacecr:0:0000:00:999:[ game which may have ]:REASON 11 spacecr:0:0000:00:999:[ cheats. Please search ]:REASON 11 spacecr:0:0000:00:999:[ the cheat forums ]:REASON 11 spacecr:0:0000:00:999:[ before posting cheat ]:REASON 11 spacecr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Space Demon ] spacedem:0:C002:09:000:Infinite Lives ; [ Space Invaders DX (US) v2.1 ] spacedx:0:902445:09:000:Infinite Credits spacedx:0:903BDD:16:000:Invaders Don't Move spacedx:0:90087F:98:000:Invaders Don't Shoot spacedx:0:903BFF:07:000:Infinite Lives PL1 spacedx:0:903CFF:07:000:Infinite Lives PL2 ; [ Space Invaders DX (Japan) v2.1 ] spacedxj:0:902445:09:000:Infinite Credits spacedxj:0:903BDD:16:000:Invaders Don't Move spacedxj:0:90087F:98:000:Invaders Don't Shoot spacedxj:0:903BFF:07:000:Infinite Lives PL1 spacedxj:0:903CFF:07:000:Infinite Lives PL2 ; [ Space Invaders DX (Japan) v2.0 ] spacedxo:0:402443:09:000:Infinite Credits spacedxo:0:403BD5:16:000:Invaders Don't Move spacedxo:0:40087D:96:000:Invaders Don't Shoot spacedxo:0:403BF7:07:000:Infinite Lives PL1 spacedxo:0:403BF7:07:000:Infinite Lives PL2 ; [ Space Firebird (Nintendo) ] spacefb:0:C002:09:000:Infinite Lives ; [ Space Firebird (bootleg) ] spacefbb:0:C002:09:000:Infinite Lives ; [ Space Firebird (Gremlin) ] spacefbg:0:C002:09:000:Infinite Lives ; [ Space Fever (set 1) ] spacefev:0:60DB:99:000:Infinite Credits spacefev:0:6069:00:000:Invaders don't fire spacefev:0:606A:30:500:Invaders don't fire (2/2) :spacefev:62000000:0000:00000000:00000000:Bullet Speed always = :spacefev:00010000:602C:00000002:FFFFFFFF:Slow :spacefev:00010000:602C:00000004:FFFFFFFF:Normal :spacefev:00010000:602C:00000006:FFFFFFFF:Fast :spacefev:00010000:602C:00000008:FFFFFFFF:V Fast :spacefev:00010000:602C:0000000A:FFFFFFFF:Turbo spacefev:0:61FF:07:000:Infinite Lives PL1 spacefev:0:62FF:07:000:Infinite Lives PL2 ; [ Space Fortress ] spacefrt:0:1D4F:02:000:Infinite Credits spacefrt:0:1CAD:04:000:Infinite Lives PL1 spacefrt:0:1CAE:04:000:Infinite Lives PL2 ; [ Space Fortress (Zaccaria) ] spaceftr:0:0000:00:999:[ There are no cheats ]:REASON 7 spaceftr:0:0000:00:999:[ for this game as it's ]:REASON 7 spaceftr:0:0000:00:999:[ proving to be a bit ]:REASON 7 spaceftr:0:0000:00:999:[ of a stinker to find ]:REASON 7 spaceftr:0:0000:00:999:[ cheats for it. ]:REASON 7 spaceftr:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 spaceftr:0:0000:00:999:[ finding is unlikely ]:REASON 7 spaceftr:0:0000:00:999:[ to have any success ]:REASON 7 spaceftr:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 spaceftr:0:0000:00:999:[ setup or it's banked ]:REASON 7 spaceftr:0:0000:00:999:[ too often, so ROM ]:REASON 7 spaceftr:0:0000:00:999:[ cheats will likely be ]:REASON 7 spaceftr:0:0000:00:999:[ required. If you ]:REASON 7 spaceftr:0:0000:00:999:[ manage to find any ]:REASON 7 spaceftr:0:0000:00:999:[ please post them on ]:REASON 7 spaceftr:0:0000:00:999:[ the cheat forums. ]:REASON 7 ; [ Space Fever (set 2) ] spacefva:0:60DB:99:000:Infinite Credits spacefva:0:6069:00:000:Invaders don't fire spacefva:0:606A:30:500:Invaders don't fire (2/2) :spacefva:62000000:0000:00000000:00000000:Bullet Speed always = :spacefva:00010000:602C:00000002:FFFFFFFF:Slow :spacefva:00010000:602C:00000004:FFFFFFFF:Normal :spacefva:00010000:602C:00000006:FFFFFFFF:Fast :spacefva:00010000:602C:00000008:FFFFFFFF:V Fast :spacefva:00010000:602C:0000000A:FFFFFFFF:Turbo spacefva:0:61FF:07:000:Infinite Lives PL1 spacefva:0:62FF:07:000:Infinite Lives PL2 ; [ Space Guerilla ] :spaceg:00000000:7003:00000099:FFFFFFFF:Infinite Credit :spaceg:00000000:70B4:00000007:FFFFFFFF:Infinite Lives :spaceg:20800000:1102:00000000:FFFFFFFF:Invincibility :spaceg:20810000:177B:000000C3:FFFFFFFF:Invincibility (2/3):1st = UFO, 2nd = Bomb :spaceg:20810000:1AFD:00000018:FFFFFFFF:Invincibility (3/3):Fire :spaceg:62000000:0000:00000000:00000000:Bullet Speed always = :spaceg:00010000:1802:00000002:FFFFFFFF:Slow :spaceg:00010000:1802:00000004:FFFFFFFF:Normal :spaceg:00010000:1802:00000006:FFFFFFFF:Fast :spaceg:00010000:1802:00000008:FFFFFFFF:V Fast :spaceg:00010000:1802:0000000A:FFFFFFFF:Turbo :spaceg:00000000:7004:00000000:FFFFFFFF:Rapid Fire :spaceg:20800000:0950:000000FE:FFFFFFFF:Always Have Speed Up :spaceg:20810000:0956:00000002:FFFFFFFF:Always Have Speed Up (2/2) ; [ Space Gun (World) ] spacegun:0:31733D:09:000:Infinite Credits spacegun:0:3173A7:E8:000:Infinite Time (Turn OFF at end of level) spacegun:0:3173A6:03:500:Infinite Time (Turn OFF at end of level) (2/2) spacegun:0:317BBF:09:000:Always have rescued 9 Hostages spacegun:0:3173B2:28:000:Infinite Energy PL1 spacegun:0:3173BA:28:000:Always have full shot Energy PL1 spacegun:0:317D29:09:000:Infinite Flame Weapons PL1 spacegun:0:317D2B:09:000:Infinite Bomb Weapons PL1 spacegun:0:317D2D:09:000:Infinite Blade Weapons PL1 spacegun:0:317D2F:09:000:Infinite Freeze Weapons PL1 spacegun:0:3173B6:28:000:Infinite Energy PL2 spacegun:0:3173BC:28:000:Always have full shot Energy PL2 spacegun:0:317D45:09:000:Infinite Flame Weapons PL2 spacegun:0:317D47:09:000:Infinite Bomb Weapons PL2 spacegun:0:317D49:09:000:Infinite Blade Weapons PL2 spacegun:0:317D4A:09:000:Infinite Freeze Weapons PL2 ; [ Space Intruder (Japan) ] :spaceinj:00000000:2003:00000099:FFFFFFFF:Infinite Credits :spaceinj:00000000:2037:00000006:FFFFFFFF:Infinite Lives :spaceinj:20800000:0B26:000000C9:FFFFFFFF:Invincibility :spaceinj:20800000:08DD:00000000:FFFFFFFF:Bullet Speed Up ; [ Space Intruder ] :spaceint:00000000:2004:00000099:FFFFFFFF:Infinite Credits :spaceint:00000000:203C:00000006:FFFFFFFF:Infinite Lives :spaceint:20800000:0B3B:000000C9:FFFFFFFF:Invincibility :spaceint:20800000:08EB:00000000:FFFFFFFF:Bullet Speed Up ; [ Space Launcher ] spacelnc:0:60E8:99:000:Infinite Credits spacelnc:0:61FF:07:000:Infinite Lives PL1 spacelnc:0:62FF:07:000:Infinite Lives PL2 ; [ Space Odyssey ] spaceod:0:E382:11:000:Infinite Lives PL1 spaceod:0:E383:11:000:Infinite Lives PL2 ; [ Space Phantoms ] spaceph:0:203B:0F:000:Infinite Energy spaceph:0:203C:27:500:Infinite Energy (2/2) spaceph:0:0000:00:999:[Use the Invincibility "OFF"] spaceph:0:0000:00:999:[cheat when you dock!! ] spaceph:0:21A8:1B:000:Invincibility "ON" spaceph:0:21A8:00:001:Invincibility "OFF" ; [ Space Pilot ] spaceplt:0:A800:FF:000:Invincibility spaceplt:0:AD02:00:001:Put Stage Guardian On Now spaceplt:0:AD02:00:000:Stage Guardian right away spaceplt:0:AD10:03:000:Infinite Lives PL1 spaceplt:0:AD20:03:000:Infinite Lives PL2 ; [ Space Seeker ] spaceskr:0:0000:00:999:[See the Dip Switch Menu to ] spaceskr:0:0000:00:999:[enable Invincibility. ] spaceskr:0:81F1:06:000:Infinite Lives PL1 spaceskr:0:81F2:06:000:Infinite Lives PL2 ; [ Space Trek (upright) ] spacetrk:0:E3A2:08:000:Infinite Lives PL1 spacetrk:0:E3B5:20:000:Infinite Power PL1 spacetrk:0:E3A6:99:000:Infinite Bonus PL1 spacetrk:0:E3A3:08:000:Infinite Lives PL2 spacetrk:0:E3B6:20:000:Infinite Power PL2 spacetrk:0:E3A7:99:000:Infinite Bonus PL2 ; [ Space Wars ] spacewar:0:0000:00:999:[ There are no cheats ]:REASON 7 spacewar:0:0000:00:999:[ for this game as it's ]:REASON 7 spacewar:0:0000:00:999:[ proving to be a bit ]:REASON 7 spacewar:0:0000:00:999:[ of a stinker to find ]:REASON 7 spacewar:0:0000:00:999:[ cheats for it. ]:REASON 7 spacewar:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 spacewar:0:0000:00:999:[ finding is unlikely ]:REASON 7 spacewar:0:0000:00:999:[ to have any success ]:REASON 7 spacewar:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 spacewar:0:0000:00:999:[ setup or it's banked ]:REASON 7 spacewar:0:0000:00:999:[ too often, so ROM ]:REASON 7 spacewar:0:0000:00:999:[ cheats will likely be ]:REASON 7 spacewar:0:0000:00:999:[ required. If you ]:REASON 7 spacewar:0:0000:00:999:[ manage to find any ]:REASON 7 spacewar:0:0000:00:999:[ please post them on ]:REASON 7 spacewar:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;spacewar:0:0167:E7:000:Infinite Credits ;spacewar:0:0166:03:500:Infinite Credits (2/2) ;spacewar:0:0169:3B:000:Infinite Time (Only enable during play) ;spacewar:0:0167:E7:500:Infinite Time (Only enable during play) (2/3) ;spacewar:0:0166:03:500:Infinite Time (Only enable during play) (3/3) ;spacewar:0:01C5:E7:000:Infinite Ammo PL1 ;spacewar:0:01C4:03:500:Infinite Ammo PL1 (2/2) ;spacewar:0:01C5:00:000:Never have any Ammo PL1 ;spacewar:0:01C4:00:500:Never have any Ammo PL1 (2/2) ;spacewar:0:01C5:00:001:Lose all Ammo Now! PL1 ;spacewar:0:01C4:00:501:Lose all Ammo Now! PL1 (2/2) ;spacewar:0:0197:00:000:Score always = 0 PL1 ;spacewar:0:0196:00:500:Score always = 0 PL1 (2/2) ;spacewar:0:0197:E7:000:Score always = 999 PL1 ;spacewar:0:0196:03:500:Score always = 999 PL1 (2/2) ;spacewar:0:0197:00:001:Score = 0 Now! PL1 ;spacewar:0:0196:00:501:Score = 0 Now! PL1 (2/2) ;spacewar:0:0197:F4:001:Score = 500 Now! PL1 ;spacewar:0:0196:01:501:Score = 500 Now! PL1 (2/2) ;spacewar:0:01D5:E7:000:Infinite Ammo PL2 ;spacewar:0:01D4:03:500:Infinite Ammo PL2 (2/2) ;spacewar:0:01D5:00:000:Never have any Ammo PL2 ;spacewar:0:01D4:00:500:Never have any Ammo PL2 (2/2) ;spacewar:0:01D5:00:001:Lose all Ammo Now! PL2 ;spacewar:0:01D4:00:501:Lose all Ammo Now! PL2 (2/2) ;spacewar:0:0187:00:000:Score always = 0 PL2 ;spacewar:0:0186:00:500:Score always = 0 PL2 (2/2) ;spacewar:0:0187:E7:000:Score always = 999 PL2 ;spacewar:0:0186:03:500:Score always = 999 PL2 (2/2) ;spacewar:0:0187:00:001:Score = 0 Now! PL2 ;spacewar:0:0186:00:501:Score = 0 Now! PL2 (2/2) ;spacewar:0:0187:F4:001:Score = 500 Now! PL2 ;spacewar:0:0186:01:501:Score = 500 Now! PL2 (2/2) ; [ Space War Part 3 ] spacewr3:0:2009:78:000:Invaders never drop spacewr3:0:2069:00:000:Invaders don't fire spacewr3:0:206A:30:500:Invaders don't fire (2/2) spacewr3:0:0293:C3:100:Bullet Invincibility spacewr3:0:2094:04:540:Bullet Invincibility (2/3) spacewr3:0:2015:FF:500:Bullet Invincibility (3/3) :spacewr3:62000000:0000:00000000:00000000:Bullet Speed always = :spacewr3:00010000:202C:00000002:FFFFFFFF:Slow :spacewr3:00010000:202C:00000004:FFFFFFFF:Normal :spacewr3:00010000:202C:00000006:FFFFFFFF:Fast :spacewr3:00010000:202C:00000008:FFFFFFFF:V Fast :spacewr3:00010000:202C:0000000A:FFFFFFFF:Turbo spacewr3:0:163E:00:100:Autofire Mode spacewr3:0:21FF:07:000:Infinite Lives PL1 spacewr3:0:2100:00:001:Kill All Invaders Now! PL1 spacewr3:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 spacewr3:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) spacewr3:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) spacewr3:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) spacewr3:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) spacewr3:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) spacewr3:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) spacewr3:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) spacewr3:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) spacewr3:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) spacewr3:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line spacewr3:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) spacewr3:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) spacewr3:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) spacewr3:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) spacewr3:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) spacewr3:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) spacewr3:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) spacewr3:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) spacewr3:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) spacewr3:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) spacewr3:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line spacewr3:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) spacewr3:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) spacewr3:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) spacewr3:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) spacewr3:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) spacewr3:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) spacewr3:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) spacewr3:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) spacewr3:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) spacewr3:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) spacewr3:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line spacewr3:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) spacewr3:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) spacewr3:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) spacewr3:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) spacewr3:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) spacewr3:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) spacewr3:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) spacewr3:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) spacewr3:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) spacewr3:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) spacewr3:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line spacewr3:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) spacewr3:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) spacewr3:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) spacewr3:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) spacewr3:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) spacewr3:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) spacewr3:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) spacewr3:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) spacewr3:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) spacewr3:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) spacewr3:0:22FF:07:000:Infinite Lives PL2 spacewr3:0:2200:00:001:Kill All Invaders Now! PL2 spacewr3:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 spacewr3:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) spacewr3:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) spacewr3:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) spacewr3:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) spacewr3:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) spacewr3:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) spacewr3:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) spacewr3:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) spacewr3:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) spacewr3:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line spacewr3:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) spacewr3:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) spacewr3:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) spacewr3:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) spacewr3:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) spacewr3:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) spacewr3:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) spacewr3:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) spacewr3:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) spacewr3:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) spacewr3:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line spacewr3:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) spacewr3:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) spacewr3:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) spacewr3:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) spacewr3:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) spacewr3:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) spacewr3:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) spacewr3:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) spacewr3:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) spacewr3:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) spacewr3:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line spacewr3:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) spacewr3:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) spacewr3:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) spacewr3:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) spacewr3:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) spacewr3:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) spacewr3:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) spacewr3:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) spacewr3:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) spacewr3:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) spacewr3:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line spacewr3:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) spacewr3:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) spacewr3:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) spacewr3:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) spacewr3:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) spacewr3:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) spacewr3:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) spacewr3:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) spacewr3:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) spacewr3:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Zap ] spacezap:0:D012:03:000:Infinite Lives PL1 spacezap:0:D013:03:000:Infinite Lives PL2 ; [ Space Fury (revision A) ] spacfura:0:CD1C:05:000:Infinite Lives PL1 spacfura:0:CD1D:05:000:Infinite Lives PL2 ; [ Space Fury (revision C) ] spacfury:0:CD1C:05:000:Infinite Lives PL1 spacfury:0:CD1D:05:000:Infinite Lives PL2 ; [ Super Pang (World 900914) ] spang:0:E1C1:99:000:Infinite Time:Available in tour mode only spang:0:E0D3:62:001:Last Panic level next spang:0:E099:26:001:Last Tour level next spang:0:E0D3:63:001:Last Panic level on life loss spang:0:E099:27:001:Last Tour level on life loss spang:0:E260:03:000:Infinite Lives PL1 spang:0:E254:02:000:Invincibility PL1 spang:0:E257:00:000:Always have Normal weapon PL1 spang:0:E257:02:000:Always have Double weapon PL1 spang:0:E257:04:000:Always have Blocker weaponPL1 spang:0:E257:06:000:Always have M. gun weapon PL1 spang:0:E257:00:001:Get Normal weapon Now! PL1 spang:0:E257:02:001:Get Double weapon Now! PL1 spang:0:E257:04:001:Get Blocker weapon Now! PL1 spang:0:E257:06:001:Get M. gun weapon Now! PL1 spang:0:E2E0:03:000:Infinite Lives PL2 spang:0:E2D4:02:000:Invincibility PL2 spang:0:E2D7:00:000:Always have Normal weapon PL2 spang:0:E2D7:02:000:Always have Double weapon PL2 spang:0:E2D7:04:000:Always have Blocker weaponPL2 spang:0:E2D7:06:000:Always have M. gun weapon PL2 spang:0:E2D7:00:001:Get Normal weapon Now! PL2 spang:0:E2D7:02:001:Get Double weapon Now! PL2 spang:0:E2D7:04:001:Get Blocker weapon Now! PL2 spang:0:E2D7:06:001:Get M. gun weapon Now! PL2 ; [ Super Pang (Japan 901023) ] spangj:0:E1C1:99:000:Infinite Time:Available in tour mode only spangj:0:E0D3:62:001:Last Panic level next spangj:0:E099:26:001:Last Tour level next spangj:0:E0D3:63:001:Last Panic level on life loss spangj:0:E099:27:001:Last Tour level on life loss spangj:0:E260:03:000:Infinite Lives PL1 spangj:0:E254:02:000:Invincibility PL1 spangj:0:E257:00:000:Always have Normal weapon PL1 spangj:0:E257:02:000:Always have Double weapon PL1 spangj:0:E257:04:000:Always have Blocker weaponPL1 spangj:0:E257:06:000:Always have M. gun weapon PL1 spangj:0:E257:00:001:Get Normal weapon Now! PL1 spangj:0:E257:02:001:Get Double weapon Now! PL1 spangj:0:E257:04:001:Get Blocker weapon Now! PL1 spangj:0:E257:06:001:Get M. gun weapon Now! PL1 spangj:0:E2E0:03:000:Infinite Lives PL2 spangj:0:E2D4:02:000:Invincibility PL2 spangj:0:E2D7:00:000:Always have Normal weapon PL2 spangj:0:E2D7:02:000:Always have Double weapon PL2 spangj:0:E2D7:04:000:Always have Blocker weaponPL2 spangj:0:E2D7:06:000:Always have M. gun weapon PL2 spangj:0:E2D7:00:001:Get Normal weapon Now! PL2 spangj:0:E2D7:02:001:Get Double weapon Now! PL2 spangj:0:E2D7:04:001:Get Blocker weapon Now! PL2 spangj:0:E2D7:06:001:Get M. gun weapon Now! PL2 ; [ Spark Man (v 2.0) ] sparkman:0:0000:00:999:[ There are no cheats ]:REASON 1 sparkman:0:0000:00:999:[ for this game as it ]:REASON 1 sparkman:0:0000:00:999:[ didn't work the last ]:REASON 1 sparkman:0:0000:00:999:[ time it was tested. ]:REASON 1 sparkman:0:0000:00:999:[ If the game now works ]:REASON 1 sparkman:0:0000:00:999:[ please request cheats ]:REASON 1 sparkman:0:0000:00:999:[ for it on the cheat ]:REASON 1 sparkman:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sparkz (prototype) ] sparkz:0:3E06FB:09:001:Win this Level Now! PL1 sparkz:0:3E077B:09:001:Win this Level Now! PL2 ; [ Spartan X (Japan) ] spartanx:0:E004:05:005:Infinite Time spartanx:0:E084:06:000:Infinite Lives spartanx:0:E709:3F:009:Infinite Energy spartanx:0:0000:00:999:[See the Dip Switch Menu to enable] spartanx:0:0000:00:999:[Invincibility. ] spartanx:0:E2E2:00:002:Always one hit to kill boss spartanx:0:0000:00:999:[The knifethrowers can still hit ] spartanx:0:0000:00:999:[you if you are face to face with ] spartanx:0:0000:00:999:[them. ] spartanx:0:E32B:00:000:Disable the knifethrowers spartanx:0:E32C:00:500:Disable the knifethrowers (2/3) spartanx:0:E32D:00:500:Disable the knifethrowers (3/3) spartanx:0:E576:FF:009:Only 1 butterfly on Floor #4 spartanx:0:E380:00:000:No pottery on Floor #2 spartanx:0:E381:00:500:No pottery on Floor #2 (2/5) spartanx:0:E382:00:500:No pottery on Floor #2 (3/5) spartanx:0:E384:00:500:No pottery on Floor #2 (4/5) spartanx:0:E385:00:500:No pottery on Floor #2 (5/5) spartanx:0:0000:00:999:[Use the No Boomerangs cheat] spartanx:0:0000:00:999:[on Floor #2 ONLY ] spartanx:0:E2E6:00:000:No Boomerangs spartanx:0:E2E7:00:500:No Boomerangs ; [ Spatter ] spatter:0:C0E0:09:000:Infinite Credits spatter:0:C07E:08:001:Finish this Round Now! spatter:0:C002:05:000:Infinite Lives PL1 spatter:0:C003:05:000:Infinite Lives PL2 ; [ Super Pinball Action (US) ] spbactn:0:040039:09:000:Infinite Credits spbactn:0:041014:00:000:Infinite Lives PL1 spbactn:0:041015:00:000:Infinite Lives PL2 spbactn:0:041016:00:000:Infinite Lives PL3 spbactn:0:041017:00:000:Infinite Lives PL4 ; [ Super Pinball Action (Japan) ] spbactnj:0:040039:09:000:Infinite Credits spbactnj:0:041014:00:000:Infinite Lives PL1 spbactnj:0:041015:00:000:Infinite Lives PL2 spbactnj:0:041016:00:000:Infinite Lives PL3 spbactnj:0:041017:00:000:Infinite Lives PL4 ; [ Space King ] spceking:0:2009:78:000:Invaders never drop spceking:0:2069:00:000:Invaders don't fire spceking:0:206A:30:500:Invaders don't fire (2/2) spceking:0:0293:C3:100:Bullet Invincibility spceking:0:2094:04:540:Bullet Invincibility (2/3) spceking:0:2015:FF:500:Bullet Invincibility (3/3) :spceking:62000000:0000:00000000:00000000:Bullet Speed always = :spceking:00010000:202C:00000002:FFFFFFFF:Slow :spceking:00010000:202C:00000004:FFFFFFFF:Normal :spceking:00010000:202C:00000006:FFFFFFFF:Fast :spceking:00010000:202C:00000008:FFFFFFFF:V Fast :spceking:00010000:202C:0000000A:FFFFFFFF:Turbo spceking:0:163E:00:100:Autofire Mode spceking:0:21FF:07:000:Infinite Lives PL1 spceking:0:2100:00:001:Kill All Invaders Now! PL1 spceking:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 spceking:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) spceking:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) spceking:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) spceking:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) spceking:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) spceking:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) spceking:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) spceking:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) spceking:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) spceking:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line spceking:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) spceking:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) spceking:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) spceking:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) spceking:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) spceking:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) spceking:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) spceking:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) spceking:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) spceking:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) spceking:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line spceking:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) spceking:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) spceking:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) spceking:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) spceking:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) spceking:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) spceking:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) spceking:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) spceking:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) spceking:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) spceking:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line spceking:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) spceking:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) spceking:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) spceking:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) spceking:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) spceking:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) spceking:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) spceking:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) spceking:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) spceking:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) spceking:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line spceking:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) spceking:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) spceking:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) spceking:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) spceking:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) spceking:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) spceking:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) spceking:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) spceking:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) spceking:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) spceking:0:22FF:07:000:Infinite Lives PL2 spceking:0:2200:00:001:Kill All Invaders Now! PL2 spceking:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 spceking:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) spceking:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) spceking:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) spceking:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) spceking:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) spceking:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) spceking:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) spceking:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) spceking:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) spceking:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line spceking:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) spceking:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) spceking:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) spceking:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) spceking:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) spceking:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) spceking:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) spceking:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) spceking:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) spceking:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) spceking:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line spceking:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) spceking:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) spceking:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) spceking:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) spceking:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) spceking:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) spceking:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) spceking:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) spceking:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) spceking:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) spceking:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line spceking:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) spceking:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) spceking:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) spceking:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) spceking:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) spceking:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) spceking:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) spceking:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) spceking:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) spceking:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) spceking:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line spceking:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) spceking:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) spceking:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) spceking:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) spceking:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) spceking:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) spceking:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) spceking:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) spceking:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) spceking:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Encounters ] spcenctr:0:2039:99:000:Infinite Time ; [ Space War (Leijac) ] spcewarl:0:202B:00:000:Enemy Can't Shoot spcewarl:0:2008:FF:000:Laser is always long spcewarl:0:201A:09:000:Infinite Lives PL1 spcewarl:0:2008:64:000:Infinite Fuel PL1 spcewarl:0:201B:09:000:Infinite Lives PL2 spcewarl:0:202B:40:000:Infinite Fuel PL2 spcewarl:0:202E:99:500:Infinite Fuel PL2 (2/2) ; [ Space War (Sanritsu) ] spcewars:0:2009:78:000:Invaders never drop spcewars:0:2069:00:000:Invaders don't fire spcewars:0:206A:30:500:Invaders don't fire (2/2) spcewars:0:0293:C3:100:Bullet Invincibility:NOTE- for some reason this game pauses when you get hit, play one of the other clones if this bothers you spcewars:0:2094:04:540:Bullet Invincibility (2/3) spcewars:0:2015:FF:500:Bullet Invincibility (3/3) :spcewars:62000000:0000:00000000:00000000:Bullet Speed always = :spcewars:00010000:202C:00000002:FFFFFFFF:Slow :spcewars:00010000:202C:00000004:FFFFFFFF:Normal :spcewars:00010000:202C:00000006:FFFFFFFF:Fast :spcewars:00010000:202C:00000008:FFFFFFFF:V Fast :spcewars:00010000:202C:0000000A:FFFFFFFF:Turbo spcewars:0:163E:00:100:Autofire Mode spcewars:0:21FF:07:000:Infinite Lives PL1 spcewars:0:2100:00:001:Kill All Invaders Now! PL1 spcewars:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 spcewars:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) spcewars:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) spcewars:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) spcewars:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) spcewars:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) spcewars:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) spcewars:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) spcewars:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) spcewars:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) spcewars:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line spcewars:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) spcewars:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) spcewars:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) spcewars:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) spcewars:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) spcewars:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) spcewars:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) spcewars:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) spcewars:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) spcewars:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) spcewars:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line spcewars:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) spcewars:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) spcewars:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) spcewars:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) spcewars:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) spcewars:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) spcewars:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) spcewars:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) spcewars:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) spcewars:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) spcewars:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line spcewars:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) spcewars:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) spcewars:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) spcewars:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) spcewars:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) spcewars:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) spcewars:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) spcewars:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) spcewars:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) spcewars:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) spcewars:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line spcewars:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) spcewars:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) spcewars:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) spcewars:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) spcewars:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) spcewars:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) spcewars:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) spcewars:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) spcewars:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) spcewars:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) spcewars:0:22FF:07:000:Infinite Lives PL2 spcewars:0:2200:00:001:Kill All Invaders Now! PL2 spcewars:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 spcewars:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) spcewars:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) spcewars:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) spcewars:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) spcewars:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) spcewars:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) spcewars:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) spcewars:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) spcewars:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) spcewars:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line spcewars:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) spcewars:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) spcewars:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) spcewars:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) spcewars:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) spcewars:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) spcewars:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) spcewars:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) spcewars:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) spcewars:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) spcewars:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line spcewars:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) spcewars:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) spcewars:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) spcewars:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) spcewars:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) spcewars:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) spcewars:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) spcewars:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) spcewars:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) spcewars:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) spcewars:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line spcewars:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) spcewars:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) spcewars:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) spcewars:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) spcewars:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) spcewars:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) spcewars:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) spcewars:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) spcewars:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) spcewars:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) spcewars:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line spcewars:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) spcewars:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) spcewars:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) spcewars:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) spcewars:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) spcewars:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) spcewars:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) spcewars:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) spcewars:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) spcewars:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Force (set 2) ] spcforc2:0:4007:99:000:Infinite Credits spcforc2:0:40E0:0B:000:Invincibility spcforc2:0:4102:1B:000:Infinite Lives PL1 spcforc2:0:4202:1B:000:Infinite Lives PL2 ; [ Space Force ] spcforce:0:4007:99:000:Infinite Credits spcforce:0:40E0:0B:000:Invincibility spcforce:0:4102:1B:000:Infinite Lives PL1 spcforce:0:4202:1B:000:Infinite Lives PL2 ; [ Special Forces II ] spcfrcii:0:0000:00:999:[ This game hasn't even ]:REASON 11 spcfrcii:0:0000:00:999:[ been looked at due to ]:REASON 11 spcfrcii:0:0000:00:999:[ time constraints - Too]:REASON 11 spcfrcii:0:0000:00:999:[ many games and so ]:REASON 11 spcfrcii:0:0000:00:999:[ little time. It is ]:REASON 11 spcfrcii:0:0000:00:999:[ even possible that ]:REASON 11 spcfrcii:0:0000:00:999:[ this game may be a ]:REASON 11 spcfrcii:0:0000:00:999:[ clone of an existing ]:REASON 11 spcfrcii:0:0000:00:999:[ game which may have ]:REASON 11 spcfrcii:0:0000:00:999:[ cheats. Please search ]:REASON 11 spcfrcii:0:0000:00:999:[ the cheat forums ]:REASON 11 spcfrcii:0:0000:00:999:[ before posting cheat ]:REASON 11 spcfrcii:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Space Invaders '95 - Attack Of The Lunar Loonies (World) ] spcinv95:0:40FFCB:09:000:Infinite Credits spcinv95:0:000000:00:999:[ Enable this round cheat on the ] spcinv95:0:000000:00:999:[ Round Screen to work properly! ] spcinv95:0:4155AB:05:072:Select current round spcinv95:0:410CDF:08:000:Infinite Lives PL1 spcinv95:0:410CC9:3B:000:Always have Auto&Full Pow PL1 spcinv95:0:410CC9:3B:001:Get & Shoot Full Pow Now! PL1:Use this with an activation key for best effect :spcinv95:00800000:410C9C:00000080:FFFFFFFF:Invincibility PL1 :spcinv95:00000000:410CD7:00000010:00000010:Rapid Fire - Normal PL1:Turn it OFF on the name entry screen :spcinv95:00000000:410CD7:00000010:00000010:Rapid Fire - Special PL1:Turn it OFF on the name entry screen :spcinv95:00010000:410CE1:00000000:FFFFFFFF:Rapid Fire - Special PL1 (2/2) :spcinv95:00000000:410CC9:0000003B:FFFFFFFF:Auto Charge Shot Fire - Nr PL1 :spcinv95:00000000:410CC9:0000003B:FFFFFFFF:Auto Charge Shot Fire - Sp PL1 :spcinv95:00010000:410CE1:00000000:FFFFFFFF:Auto Charge Shot Fire - Sp PL1 (2/2) spcinv95:0:410D5F:08:000:Infinite Lives PL2 spcinv95:0:410D49:3B:000:Always have Auto&Full Pow PL2 spcinv95:0:410D49:3B:001:Get & Shoot Full Pow Now! PL2:Use this with an activation key for best effect :spcinv95:00800000:410D1C:00000080:FFFFFFFF:Invincibility PL2 :spcinv95:00000000:410D57:00000010:00000010:Rapid Fire - Normal PL2:Turn it OFF on the name entry screen :spcinv95:00000000:410D57:00000010:00000010:Rapid Fire - Special PL2:Turn it OFF on the name entry screen :spcinv95:00010000:410D61:00000000:FFFFFFFF:Rapid Fire - Special PL2 (2/2) :spcinv95:00000000:410D49:0000003B:FFFFFFFF:Auto Charge Shot Fire - Nr PL2 :spcinv95:00000000:410D49:0000003B:FFFFFFFF:Auto Charge Shot Fire - Sp PL2 :spcinv95:00010000:412D9F:00000000:FFFFFFFF:Auto Charge Shot Fire - Sp PL2 (2/2) spcinv95:0:000000:00:999:[After you enable these region ] spcinv95:0:000000:00:999:[cheats to see any effect you will ] spcinv95:0:000000:00:999:[have to reset the game (F3). Then ] spcinv95:0:000000:00:999:[you may have to turn the Test Mode] spcinv95:0:000000:00:999:[ON (F2) wait then reset again (F3)] spcinv95:0:07FFFF:01:100:Region Switch = Japan spcinv95:0:07FFFF:02:100:Region Switch = US spcinv95:0:07FFFF:03:100:Region Switch = World ; [ Space Invaders DX (Japan F3 version) ] spcinvdj:0:400307:09:000:Infinite Credits spcinvdj:0:404D75:1A:000:Invaders Don't Move spcinvdj:0:404D97:07:000:Infinite Lives PL1 spcinvdj:0:404E97:07:000:Infinite Lives PL2 ; [ Space King 2 ] spcking2:0:1C09:78:000:Invaders never drop spcking2:0:1C69:00:000:Invaders don't fire spcking2:0:1C6A:30:500:Invaders don't fire (2/2) spcking2:0:0262:C3:100:Bullet Invincibility spcking2:0:1C94:04:540:Bullet Invincibility (2/3) spcking2:0:1C15:FF:500:Bullet Invincibility (3/3) :spcking2:62000000:0000:00000000:00000000:Bullet Speed always = :spcking2:00010000:1C2C:00000002:FFFFFFFF:Slow :spcking2:00010000:1C2C:00000004:FFFFFFFF:Normal :spcking2:00010000:1C2C:00000006:FFFFFFFF:Fast :spcking2:00010000:1C2C:00000008:FFFFFFFF:V Fast :spcking2:00010000:1C2C:0000000A:FFFFFFFF:Turbo spcking2:0:1140:00:100:Autofire Mode spcking2:0:1DFF:07:000:Infinite Lives PL1 spcking2:0:1D00:00:001:Kill All Invaders Now! PL1 spcking2:0:1D01:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 spcking2:0:1D02:00:501:Kill All Invaders Now! PL1 (3/55) spcking2:0:1D03:00:501:Kill All Invaders Now! PL1 (4/55) spcking2:0:1D04:00:501:Kill All Invaders Now! PL1 (5/55) spcking2:0:1D05:00:501:Kill All Invaders Now! PL1 (6/55) spcking2:0:1D06:00:501:Kill All Invaders Now! PL1 (7/55) spcking2:0:1D07:00:501:Kill All Invaders Now! PL1 (8/55) spcking2:0:1D08:00:501:Kill All Invaders Now! PL1 (9/55) spcking2:0:1D09:00:501:Kill All Invaders Now! PL1 (10/55) spcking2:0:1D0A:00:501:Kill All Invaders Now! PL1 (11/55) spcking2:0:1D0B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line spcking2:0:1D0C:00:501:Kill All Invaders Now! PL1 (13/55) spcking2:0:1D0D:00:501:Kill All Invaders Now! PL1 (14/55) spcking2:0:1D0E:00:501:Kill All Invaders Now! PL1 (15/55) spcking2:0:1D0F:00:501:Kill All Invaders Now! PL1 (16/55) spcking2:0:1D10:00:501:Kill All Invaders Now! PL1 (17/55) spcking2:0:1D11:00:501:Kill All Invaders Now! PL1 (18/55) spcking2:0:1D12:00:501:Kill All Invaders Now! PL1 (19/55) spcking2:0:1D13:00:501:Kill All Invaders Now! PL1 (20/55) spcking2:0:1D14:00:501:Kill All Invaders Now! PL1 (21/55) spcking2:0:1D15:00:501:Kill All Invaders Now! PL1 (22/55) spcking2:0:1D16:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line spcking2:0:1D17:00:501:Kill All Invaders Now! PL1 (24/55) spcking2:0:1D18:00:501:Kill All Invaders Now! PL1 (25/55) spcking2:0:1D19:00:501:Kill All Invaders Now! PL1 (26/55) spcking2:0:1D1A:00:501:Kill All Invaders Now! PL1 (27/55) spcking2:0:1D1B:00:501:Kill All Invaders Now! PL1 (28/55) spcking2:0:1D1C:00:501:Kill All Invaders Now! PL1 (29/55) spcking2:0:1D1D:00:501:Kill All Invaders Now! PL1 (30/55) spcking2:0:1D1E:00:501:Kill All Invaders Now! PL1 (31/55) spcking2:0:1D1F:00:501:Kill All Invaders Now! PL1 (32/55) spcking2:0:1D20:00:501:Kill All Invaders Now! PL1 (33/55) spcking2:0:1D21:00:501:Kill All Invaders Now! PL1 (34/55):4th Line spcking2:0:1D22:00:501:Kill All Invaders Now! PL1 (35/55) spcking2:0:1D23:00:501:Kill All Invaders Now! PL1 (36/55) spcking2:0:1D24:00:501:Kill All Invaders Now! PL1 (37/55) spcking2:0:1D25:00:501:Kill All Invaders Now! PL1 (38/55) spcking2:0:1D26:00:501:Kill All Invaders Now! PL1 (39/55) spcking2:0:1D27:00:501:Kill All Invaders Now! PL1 (40/55) spcking2:0:1D28:00:501:Kill All Invaders Now! PL1 (41/55) spcking2:0:1D29:00:501:Kill All Invaders Now! PL1 (42/55) spcking2:0:1D2A:00:501:Kill All Invaders Now! PL1 (43/55) spcking2:0:1D2B:00:501:Kill All Invaders Now! PL1 (44/55) spcking2:0:1D2C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line spcking2:0:1D2D:00:501:Kill All Invaders Now! PL1 (46/55) spcking2:0:1D2E:00:501:Kill All Invaders Now! PL1 (47/55) spcking2:0:1D2F:00:501:Kill All Invaders Now! PL1 (48/55) spcking2:0:1D30:00:501:Kill All Invaders Now! PL1 (49/55) spcking2:0:1D31:00:501:Kill All Invaders Now! PL1 (50/55) spcking2:0:1D32:00:501:Kill All Invaders Now! PL1 (51/55) spcking2:0:1D33:00:501:Kill All Invaders Now! PL1 (52/55) spcking2:0:1D34:00:501:Kill All Invaders Now! PL1 (53/55) spcking2:0:1D35:00:501:Kill All Invaders Now! PL1 (54/55) spcking2:0:1D36:00:501:Kill All Invaders Now! PL1 (55/55) spcking2:0:1EFF:07:000:Infinite Lives PL2 spcking2:0:1E00:00:001:Kill All Invaders Now! PL2 spcking2:0:1E01:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 spcking2:0:1E02:00:501:Kill All Invaders Now! PL2 (3/55) spcking2:0:1E03:00:501:Kill All Invaders Now! PL2 (4/55) spcking2:0:1E04:00:501:Kill All Invaders Now! PL2 (5/55) spcking2:0:1E05:00:501:Kill All Invaders Now! PL2 (6/55) spcking2:0:1E06:00:501:Kill All Invaders Now! PL2 (7/55) spcking2:0:1E07:00:501:Kill All Invaders Now! PL2 (8/55) spcking2:0:1E08:00:501:Kill All Invaders Now! PL2 (9/55) spcking2:0:1E09:00:501:Kill All Invaders Now! PL2 (10/55) spcking2:0:1E0A:00:501:Kill All Invaders Now! PL2 (11/55) spcking2:0:1E0B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line spcking2:0:1E0C:00:501:Kill All Invaders Now! PL2 (13/55) spcking2:0:1E0D:00:501:Kill All Invaders Now! PL2 (14/55) spcking2:0:1E0E:00:501:Kill All Invaders Now! PL2 (15/55) spcking2:0:1E0F:00:501:Kill All Invaders Now! PL2 (16/55) spcking2:0:1E10:00:501:Kill All Invaders Now! PL2 (17/55) spcking2:0:1E11:00:501:Kill All Invaders Now! PL2 (18/55) spcking2:0:1E12:00:501:Kill All Invaders Now! PL2 (19/55) spcking2:0:1E13:00:501:Kill All Invaders Now! PL2 (20/55) spcking2:0:1E14:00:501:Kill All Invaders Now! PL2 (21/55) spcking2:0:1E15:00:501:Kill All Invaders Now! PL2 (22/55) spcking2:0:1E16:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line spcking2:0:1E17:00:501:Kill All Invaders Now! PL2 (24/55) spcking2:0:1E18:00:501:Kill All Invaders Now! PL2 (25/55) spcking2:0:1E19:00:501:Kill All Invaders Now! PL2 (26/55) spcking2:0:1E1A:00:501:Kill All Invaders Now! PL2 (27/55) spcking2:0:1E1B:00:501:Kill All Invaders Now! PL2 (28/55) spcking2:0:1E1C:00:501:Kill All Invaders Now! PL2 (29/55) spcking2:0:1E1D:00:501:Kill All Invaders Now! PL2 (30/55) spcking2:0:1E1E:00:501:Kill All Invaders Now! PL2 (31/55) spcking2:0:1E1F:00:501:Kill All Invaders Now! PL2 (32/55) spcking2:0:1E20:00:501:Kill All Invaders Now! PL2 (33/55) spcking2:0:1E21:00:501:Kill All Invaders Now! PL2 (34/55):4th Line spcking2:0:1E22:00:501:Kill All Invaders Now! PL2 (35/55) spcking2:0:1E23:00:501:Kill All Invaders Now! PL2 (36/55) spcking2:0:1E24:00:501:Kill All Invaders Now! PL2 (37/55) spcking2:0:1E25:00:501:Kill All Invaders Now! PL2 (38/55) spcking2:0:1E26:00:501:Kill All Invaders Now! PL2 (39/55) spcking2:0:1E27:00:501:Kill All Invaders Now! PL2 (40/55) spcking2:0:1E28:00:501:Kill All Invaders Now! PL2 (41/55) spcking2:0:1E29:00:501:Kill All Invaders Now! PL2 (42/55) spcking2:0:1E2A:00:501:Kill All Invaders Now! PL2 (43/55) spcking2:0:1E2B:00:501:Kill All Invaders Now! PL2 (44/55) spcking2:0:1E2C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line spcking2:0:1E2D:00:501:Kill All Invaders Now! PL2 (46/55) spcking2:0:1E2E:00:501:Kill All Invaders Now! PL2 (47/55) spcking2:0:1E2F:00:501:Kill All Invaders Now! PL2 (48/55) spcking2:0:1E30:00:501:Kill All Invaders Now! PL2 (49/55) spcking2:0:1E31:00:501:Kill All Invaders Now! PL2 (50/55) spcking2:0:1E32:00:501:Kill All Invaders Now! PL2 (51/55) spcking2:0:1E33:00:501:Kill All Invaders Now! PL2 (52/55) spcking2:0:1E34:00:501:Kill All Invaders Now! PL2 (53/55) spcking2:0:1E35:00:501:Kill All Invaders Now! PL2 (54/55) spcking2:0:1E36:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Laser ] spclaser:0:202B:00:000:Enemy Can't Shoot spclaser:0:2008:FF:000:Laser is always long spclaser:0:201A:09:000:Infinite Lives PL1 spclaser:0:2008:64:000:Infinite Fuel PL1 spclaser:0:201B:09:000:Infinite Lives PL2 spclaser:0:202B:40:000:Infinite Fuel PL2 spclaser:0:202E:99:500:Infinite Fuel PL2 (2/2) ; [ Special Forces ] spclforc:0:0000:00:999:[ This game hasn't even ]:REASON 11 spclforc:0:0000:00:999:[ been looked at due to ]:REASON 11 spclforc:0:0000:00:999:[ time constraints - Too]:REASON 11 spclforc:0:0000:00:999:[ many games and so ]:REASON 11 spclforc:0:0000:00:999:[ little time. It is ]:REASON 11 spclforc:0:0000:00:999:[ even possible that ]:REASON 11 spclforc:0:0000:00:999:[ this game may be a ]:REASON 11 spclforc:0:0000:00:999:[ clone of an existing ]:REASON 11 spclforc:0:0000:00:999:[ game which may have ]:REASON 11 spclforc:0:0000:00:999:[ cheats. Please search ]:REASON 11 spclforc:0:0000:00:999:[ the cheat forums ]:REASON 11 spclforc:0:0000:00:999:[ before posting cheat ]:REASON 11 spclforc:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Space Lords (rev A) ] spclorda:0:FFAE2F:0A:000:Infinite Lives spclorda:0:FFA40C:2F:000:Infinite Energy spclorda:0:FF98F7:08:000:Infinite Nukes ; [ Space Lords (rev B) ] spclordb:0:FFAE33:0A:000:Infinite Lives spclordb:0:FFA410:2F:000:Infinite Energy spclordb:0:FF98FB:08:000:Infinite Nukes ; [ Space Lords (rev A, German) ] spclordg:0:FFAE33:0A:000:Infinite Lives spclordg:0:FFA410:2F:000:Infinite Energy spclordg:0:FF98FB:08:000:Infinite Nukes ; [ Space Lords (rev C) ] spclords:0:FFAE33:0A:000:Infinite Lives spclords:0:FFA410:2F:000:Infinite Energy spclords:0:FF98FB:08:000:Infinite Nukes ; [ Space Invaders '95 - Attack Of The Lunar Loonies (US) ] spcnv95u:0:40FFCB:09:000:Infinite Credits spcnv95u:0:000000:00:999:[ Enable this round cheat on the ] spcnv95u:0:000000:00:999:[ Round Screen to work properly! ] spcnv95u:0:4155AB:05:072:Select current round spcnv95u:0:410CDF:08:000:Infinite Lives PL1 spcnv95u:0:410CC9:3B:000:Always have Auto&Full Pow PL1 spcnv95u:0:410CC9:3B:001:Get & Shoot Full Pow Now! PL1:Use this with an activation key for best effect :spcnv95u:00800000:410C9C:00000080:FFFFFFFF:Invincibility PL1 :spcnv95u:00000000:410CD7:00000010:00000010:Rapid Fire - Normal PL1:Turn it OFF on the name entry screen :spcnv95u:00000000:410CD7:00000010:00000010:Rapid Fire - Special PL1:Turn it OFF on the name entry screen :spcnv95u:00010000:410CE1:00000000:FFFFFFFF:Rapid Fire - Special PL1 (2/2) :spcnv95u:00000000:410CC9:0000003B:FFFFFFFF:Auto Charge Shot Fire - Nr PL1 :spcnv95u:00000000:410CC9:0000003B:FFFFFFFF:Auto Charge Shot Fire - Sp PL1 :spcnv95u:00010000:410CE1:00000000:FFFFFFFF:Auto Charge Shot Fire - Sp PL1 (2/2) spcnv95u:0:410D5F:08:000:Infinite Lives PL2 spcnv95u:0:410D49:3B:000:Always have Auto&Full Pow PL2 spcnv95u:0:410D49:3B:001:Get & Shoot Full Pow Now! PL2:Use this with an activation key for best effect :spcnv95u:00800000:410D1C:00000080:FFFFFFFF:Invincibility PL2 :spcnv95u:00000000:410D57:00000010:00000010:Rapid Fire - Normal PL2:Turn it OFF on the name entry screen :spcnv95u:00000000:410D57:00000010:00000010:Rapid Fire - Special PL2:Turn it OFF on the name entry screen :spcnv95u:00010000:410D61:00000000:FFFFFFFF:Rapid Fire - Special PL2 (2/2) :spcnv95u:00000000:410D49:0000003B:FFFFFFFF:Auto Charge Shot Fire - Nr PL2 :spcnv95u:00000000:410D49:0000003B:FFFFFFFF:Auto Charge Shot Fire - Sp PL2 :spcnv95u:00010000:412D9F:00000000:FFFFFFFF:Auto Charge Shot Fire - Sp PL2 (2/2) spcnv95u:0:000000:00:999:[After you enable these region ] spcnv95u:0:000000:00:999:[cheats to see any effect you will ] spcnv95u:0:000000:00:999:[have to reset the game (F3). Then ] spcnv95u:0:000000:00:999:[you may have to turn the Test Mode] spcnv95u:0:000000:00:999:[ON (F2) wait then reset again (F3)] spcnv95u:0:07FFFF:01:100:Region Switch = Japan spcnv95u:0:07FFFF:02:100:Region Switch = US spcnv95u:0:07FFFF:03:100:Region Switch = World ; [ Space Position (Japan) ] :spcpostn:00000000:C3E2:000000FF:FFFFFFFF:Infinite Credits :spcpostn:62000000:0000:00000000:00000000:Select Starting Course:Set on displayed "Push Select Key" screen after inserted a credit :spcpostn:00111001:C5B5:00000005:FFFFFFFF:Course 1 :spcpostn:00111001:C5B5:00000101:FFFFFFFF:Course 2 :spcpostn:00111001:C5B5:00000202:FFFFFFFF:Course 3 :spcpostn:00111001:C5B5:00000303:FFFFFFFF:Course 4 :spcpostn:00111001:C5B5:00000404:FFFFFFFF:Course 5 :spcpostn:00111001:C5B5:00000500:FFFFFFFF:Course 6 :spcpostn:00111001:C5B5:00000606:FFFFFFFF:Course 7 :spcpostn:62000000:0000:00000000:00000000:Select Stage:Single Play ONLY :spcpostn:00010000:CFC3:00000000:FFFFFFFF:Trial Stage :spcpostn:00010000:CFC3:00000001:FFFFFFFF:Grand Prix Stage :spcpostn:20800000:12396:000000C9:FFFFFFFF:Invincibility PL1 :spcpostn:00010000:C444:00000000:000000FE:Invincibility PL1 (2/2) :spcpostn:00000000:C40D:0000003C:FFFFFFFF:Infinite Fuel PL1 :spcpostn:00100000:C408:00000000:FFFFFFFF:Infinite Time PL1 :spcpostn:00000001:CFC8:00000001:00000001:Arrive at Goal Now! PL1 :spcpostn:00100000:C412:00000C80:FFFFFFFF:Always High Speed PL1 :spcpostn:20800000:12396:000000C9:FFFFFFFF:Invincibility PL2 :spcpostn:00010000:C49E:00000000:000000FE:Invincibility PL2 (2/2) :spcpostn:00000000:C467:0000003C:FFFFFFFF:Infinite Fuel PL2 :spcpostn:00100000:C462:00000000:FFFFFFFF:Infinite Time PL2 :spcpostn:00000001:CFC8:00000002:00000002:Arrive at Goal Now! PL2 :spcpostn:00100000:C46C:00000C80:FFFFFFFF:Always High Speed PL2 ; [ Space Thunderbird ] :spctbird:20800000:2124:000000C9:FFFFFFFF:Invincibility :spctbird:20810000:257C:000000C3:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Docking :spctbird:00100000:8230:00000999:FFFFFFFF:Infinite Docking Time :spctbird:20800100:340B:00000008:FFFFFFFF:Select Bullet Speed :spctbird:00000000:8234:00000000:FFFFFFFF:Rapid Fire :spctbird:00000000:8140:00000001:FFFFFFFF:Always have Full Size Ship:Best used with Invincibility, enable it as the full ship starts to move up the screen at the start of the game for the best effect :spctbird:00010000:8143:000000C2:FFFFFFFF:Always have Full Size Ship (2/6) :spctbird:00010000:8145:00000001:FFFFFFFF:Always have Full Size Ship (3/6) :spctbird:00010000:8148:000000C8:FFFFFFFF:Always have Full Size Ship (4/6) :spctbird:00010000:814A:00000001:FFFFFFFF:Always have Full Size Ship (5/6) :spctbird:00010000:814D:000000D8:FFFFFFFF:Always have Full Size Ship (6/6) :spctbird:00000001:823C:00000000:FFFFFFFF:Finish Current Round Now!:Use this with an activation key for best effect ; [ Speed Ball (prototype) ] spdball:0:A070:59:000:Infinite Time spdball:0:A06F:09:500:Infinite Time (2/2) spdball:0:A06F:00:001:Finish this Round Now! spdball:0:A070:01:501:Finish this Round Now! (2/2) spdball:0:B38E:10:000:Score always = 10 PL1 spdball:0:B38E:00:000:Score always = 0 PL1 spdball:0:B38E:10:001:Score = 10 Now! PL1 spdball:0:B38E:00:001:Score = 0 Now! PL1 spdball:0:B38E:99:073:Select Score PL1 spdball:0:B394:10:000:Score always = 10 PL2 spdball:0:B394:00:000:Score always = 0 PL2 spdball:0:B394:10:001:Score = 10 Now! PL2 spdball:0:B394:00:001:Score = 0 Now! PL2 spdball:0:B394:99:073:Select Score PL2 ; [ Speed Coin (prototype) ] spdcoin:0:8841:03:000:Infinite Lives spdcoin:0:8840:09:000:Infinite Time spdcoin:0:8059:00:000:No coins lost ; [ Super Dodge Ball (US) ] spdodgeb:0:006E:99:000:Infinite Credits spdodgeb:0:078A:59:000:Infinite Time spdodgeb:0:078B:09:500:Infinite Time (2/2) spdodgeb:0:00E0:08:001:Change Ball to Super Ball Now!:Only pratical for use with Activation Key - the super ball is uncatchable spdodgeb:0:0425:10:000:Infinite Energy PL1 spdodgeb:0:045D:10:500:Infinite Energy PL1 (2/4) spdodgeb:0:0495:10:500:Infinite Energy PL1 (3/4) spdodgeb:0:04CD:10:500:Infinite Energy PL1 (4/4) spdodgeb:0:0425:01:001:Drain All Energy Now! PL1 spdodgeb:0:045D:01:501:Drain All Energy Now! PL1 (2/4) spdodgeb:0:0495:01:501:Drain All Energy Now! PL1 (3/4) spdodgeb:0:04CD:01:501:Drain All Energy Now! PL1 (4/4) spdodgeb:0:029D:10:000:Infinite Energy PL2 spdodgeb:0:02D5:10:500:Infinite Energy PL2 (2/4) spdodgeb:0:030D:10:500:Infinite Energy PL2 (3/4) spdodgeb:0:0345:10:500:Infinite Energy PL2 (4/4) spdodgeb:0:029D:01:001:Drain All Energy Now! PL2 spdodgeb:0:02D5:01:501:Drain All Energy Now! PL2 (2/4) spdodgeb:0:030D:01:501:Drain All Energy Now! PL2 (3/4) spdodgeb:0:0345:01:501:Drain All Energy Now! PL2 (4/4) ; [ Speak & Rescue ] speakres:0:4108:00:000:Invincibility speakres:0:4029:0A:000:Infinite Lives PL1 speakres:0:4099:0A:000:Infinite Lives PL2 ; [ Spectrum 2000 (Euro) ] :spec2k:00000000:0C0021:00000063:FFFFFFFF:Infinite Credits :spec2k:00000301:0C06C1:00000007:FFFFFFFF:Select Starting Stage:Set on player select screen :spec2k:00000100:0C0207:00000007:FFFFFFFF:Select Starting Scene:Set on player select screen :spec2k:00000000:0C024B:00000006:FFFFFFFF:Infinite Lives PL1 :spec2k:00000000:0C0263:00000005:FFFFFFFF:Infinite Bombs PL1 :spec2k:00100000:0CB3DE:0000000F:FFFFFFFF:Invincibility PL1 :spec2k:00000000:0CB3D5:00000006:FFFFFFFF:Always Maximum Shot Power PL1 :spec2k:00000100:0CB3D3:00000004:FFFFFFFF:Select Weapon PL1 :spec2k:00100000:0C028C:00000100:FFFFFFFF:Always Shoot Charge Shot PL1 :spec2k:00100000:0C028C:00000000:FFFFFFFF:Lock Energy Charge PL1 :spec2k:00000000:0C0011:00000010:00000010:Rapid Fire PL1:Hold shot button. You should use this cheat with the Lock Energy Charge cheat to play comfortably. :spec2k:00010000:0C02AB:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :spec2k:00000000:0C024D:00000006:FFFFFFFF:Infinite Lives PL2 :spec2k:00000000:0C0265:00000005:FFFFFFFF:Infinite Bombs PL2 :spec2k:00100000:0CBBDE:0000000F:FFFFFFFF:Invincibility PL2 :spec2k:00000000:0CBBD5:00000006:FFFFFFFF:Always Maximum Shot Power PL2 :spec2k:00000100:0CBBD3:00000004:FFFFFFFF:Select Weapon PL2 :spec2k:00100000:0C028E:00000100:FFFFFFFF:Always Shoot Charge Shot PL2 :spec2k:00100000:0C028E:00000000:FFFFFFFF:Lock Energy Charge PL2 :spec2k:00000000:0C0010:00000010:00000010:Rapid Fire PL2:Hold shot button. You should use this cheat with the Lock Energy Charge cheat to play comfortably. :spec2k:00010000:0C02AD:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ Spectar (revision 3) ] spectar:0:00C1:09:000:Infinite Lives spectar:0:0074:00:001:Finish this Round Now! spectar:0:20F7:D0:100:Invincibility spectar:0:20F8:4F:600:Invincibility (2/2) ; [ Spectar (revision 1?) ] spectar1:0:00C1:09:000:Infinite Lives spectar1:0:0074:00:001:Finish this Round Now! spectar1:0:2BBE:D0:100:Invincibility spectar1:0:2BBF:26:600:Invincibility (2/2) ; [ Speed Attack! ] speedatk:0:0000:00:999:[ This game hasn't even ]:REASON 11 speedatk:0:0000:00:999:[ been looked at due to ]:REASON 11 speedatk:0:0000:00:999:[ time constraints - Too]:REASON 11 speedatk:0:0000:00:999:[ many games and so ]:REASON 11 speedatk:0:0000:00:999:[ little time. It is ]:REASON 11 speedatk:0:0000:00:999:[ even possible that ]:REASON 11 speedatk:0:0000:00:999:[ this game may be a ]:REASON 11 speedatk:0:0000:00:999:[ clone of an existing ]:REASON 11 speedatk:0:0000:00:999:[ game which may have ]:REASON 11 speedatk:0:0000:00:999:[ cheats. Please search ]:REASON 11 speedatk:0:0000:00:999:[ the cheat forums ]:REASON 11 speedatk:0:0000:00:999:[ before posting cheat ]:REASON 11 speedatk:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Speed Ball ] speedbal:0:F8D4:0A:000:Infinite Lives speedbal:0:F8D6:99:001:Get Maximum bonus Now! ; [ Speed Freak ] speedfrk:0:0000:00:999:[ There are no cheats ]:REASON 7 speedfrk:0:0000:00:999:[ for this game as it's ]:REASON 7 speedfrk:0:0000:00:999:[ proving to be a bit ]:REASON 7 speedfrk:0:0000:00:999:[ of a stinker to find ]:REASON 7 speedfrk:0:0000:00:999:[ cheats for it. ]:REASON 7 speedfrk:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 speedfrk:0:0000:00:999:[ finding is unlikely ]:REASON 7 speedfrk:0:0000:00:999:[ to have any success ]:REASON 7 speedfrk:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 speedfrk:0:0000:00:999:[ setup or it's banked ]:REASON 7 speedfrk:0:0000:00:999:[ too often, so ROM ]:REASON 7 speedfrk:0:0000:00:999:[ cheats will likely be ]:REASON 7 speedfrk:0:0000:00:999:[ required. If you ]:REASON 7 speedfrk:0:0000:00:999:[ manage to find any ]:REASON 7 speedfrk:0:0000:00:999:[ please post them on ]:REASON 7 speedfrk:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;speedfrk:0:0119:99:000:Infinite Time ;speedfrk:0:0118:09:500:Infinite Time (2/2) ; [ Speed Racer ] speedrcr:0:0000:00:999:[ There are no cheats ]:REASON 1 speedrcr:0:0000:00:999:[ for this game as it ]:REASON 1 speedrcr:0:0000:00:999:[ didn't work the last ]:REASON 1 speedrcr:0:0000:00:999:[ time it was tested. ]:REASON 1 speedrcr:0:0000:00:999:[ If the game now works ]:REASON 1 speedrcr:0:0000:00:999:[ please request cheats ]:REASON 1 speedrcr:0:0000:00:999:[ for it on the cheat ]:REASON 1 speedrcr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Speed Spin ] speedspn:0:B123:15:000:Score always = 21 PL1 speedspn:0:B123:0B:000:Score always = 11 PL1 speedspn:0:B123:00:000:Score always = 0 PL1 speedspn:0:B123:15:001:Score = 21 Now! PL1 speedspn:0:B123:0B:001:Score = 11 Now! PL1 speedspn:0:B123:00:001:Score = 0 Now! PL1 speedspn:0:B123:15:070:Select Score PL1 speedspn:0:B124:15:000:Score always = 21 PL2 speedspn:0:B124:0B:000:Score always = 11 PL2 speedspn:0:B124:00:000:Score always = 0 PL2 speedspn:0:B124:15:001:Score = 21 Now! PL2 speedspn:0:B124:0B:001:Score = 11 Now! PL2 speedspn:0:B124:00:001:Score = 0 Now! PL2 speedspn:0:B124:15:070:Select Score PL2 ; [ Speed Up ] speedup:0:0000:00:999:[ There are no cheats ]:REASON 1 speedup:0:0000:00:999:[ for this game as it ]:REASON 1 speedup:0:0000:00:999:[ didn't work the last ]:REASON 1 speedup:0:0000:00:999:[ time it was tested. ]:REASON 1 speedup:0:0000:00:999:[ If the game now works ]:REASON 1 speedup:0:0000:00:999:[ please request cheats ]:REASON 1 speedup:0:0000:00:999:[ for it on the cheat ]:REASON 1 speedup:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Eagle Shot (set 2) ] speglsha:0:0000:00:999:[ There are no cheats ]:REASON 1 speglsha:0:0000:00:999:[ for this game as it ]:REASON 1 speglsha:0:0000:00:999:[ didn't work the last ]:REASON 1 speglsha:0:0000:00:999:[ time it was tested. ]:REASON 1 speglsha:0:0000:00:999:[ If the game now works ]:REASON 1 speglsha:0:0000:00:999:[ please request cheats ]:REASON 1 speglsha:0:0000:00:999:[ for it on the cheat ]:REASON 1 speglsha:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Eagle Shot (set 1) ] speglsht:0:0000:00:999:[ There are no cheats ]:REASON 1 speglsht:0:0000:00:999:[ for this game as it ]:REASON 1 speglsht:0:0000:00:999:[ didn't work the last ]:REASON 1 speglsht:0:0000:00:999:[ time it was tested. ]:REASON 1 speglsht:0:0000:00:999:[ If the game now works ]:REASON 1 speglsht:0:0000:00:999:[ please request cheats ]:REASON 1 speglsht:0:0000:00:999:[ for it on the cheat ]:REASON 1 speglsht:0:0000:00:999:[ forums. ]:REASON 1 ; [ Spelunker (Japan) ] spelnkrj:0:E200:09:000:Infinite Lives spelnkrj:0:E15E:A5:000:Infinite Energy spelnkrj:0:E234:09:000:Infinite Bombs spelnkrj:0:0000:00:999:[See the Dip Switch Menu to ] spelnkrj:0:0000:00:999:[enable Invincibility. ] ; [ Spelunker II ] spelunk2:0:E200:03:000:Infinite Lives spelunk2:0:E146:90:000:Infinite Energy spelunk2:0:E230:99:000:Infinite Bombs spelunk2:0:0000:00:999:[See the Dip Switch Menu to ] spelunk2:0:0000:00:999:[enable Invincibility. ] ; [ Spelunker ] spelunkr:0:E200:09:000:Infinite Lives spelunkr:0:E15E:A5:000:Infinite Energy spelunkr:0:E234:09:000:Infinite Bombs spelunkr:0:0000:00:999:[See the Dip Switch Menu to ] spelunkr:0:0000:00:999:[enable Invincibility. ] ; [ Super Puzzle Fighter II Turbo (US 960620) ] spf2t:0:FF8076:09:000:Infinite Credits spf2t:0:FF849E:14:001:Send 20 gems to PL2 Now! spf2t:0:FF849E:28:001:Send 40 gems to PL2 Now! spf2t:0:FF849E:3C:001:Send 60 gems to PL2 Now! spf2t:0:FF889E:00:000:Never receive counter attacks PL1 spf2t:0:000000:00:999:[ The diamonds cheats must be activated in order. ] spf2t:0:FF84F5:18:001:Get diamond 1 Now! PL1 spf2t:0:FF84F5:31:001:Get diamond 2 Now! PL1 spf2t:0:FF84F5:4A:001:Get diamond 3 Now! PL1 spf2t:0:FF84F5:63:001:Get diamond 4 Now! PL1 spf2t:0:FF84F5:7C:001:Get diamond 5 Now! PL1 spf2t:0:FF84F5:95:001:Get diamond 6 Now! PL1 spf2t:0:FF84F5:AE:001:Get diamond 7 Now! PL1 spf2t:0:FF84F5:C7:001:Get diamond 8 Now! PL1 spf2t:0:FF84F5:E0:001:Get diamond 9 Now! PL1 spf2t:0:FF84F5:F9:001:Get diamond 10 Now! PL1 spf2t:0:000000:00:999:[ Free player selection ] spf2t:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ] spf2t:0:FF0C82:00:001:Play with Morrigan Now! PL1 spf2t:0:FF8382:00:501:Play with Morrigan Now! PL1 (2/2) spf2t:0:FF0C82:01:001:Play with Chun-Li Now! PL1 spf2t:0:FF8382:01:501:Play with Chun-Li Now! PL1 (2/2) spf2t:0:FF0C82:02:001:Play with Ryu Now! PL1 spf2t:0:FF8382:02:501:Play with Ryu Now! PL1 (2/2) spf2t:0:FF0C82:03:001:Play with Ken Now! PL1 spf2t:0:FF8382:03:501:Play with Ken Now! PL1 (2/2) spf2t:0:FF0C82:04:001:Play with Lei-Lei Now! PL1 spf2t:0:FF8382:04:501:Play with Lei-Lei Now! PL1 (2/2) spf2t:0:FF0C82:05:001:Play with Donovan Now! PL1 spf2t:0:FF8382:05:501:Play with Donovan Now! PL1 (2/2) spf2t:0:FF0C82:06:001:Play with Felicia Now! PL1 spf2t:0:FF8382:06:501:Play with Felicia Now! PL1 (2/2) spf2t:0:FF0C82:07:001:Play with Sakura Now! PL1 spf2t:0:FF8382:07:501:Play with Sakura Now! PL1 (2/2) spf2t:0:FF0C82:08:001:Play with Devilot Now! PL1 spf2t:0:FF8382:08:501:Play with Devilot Now! PL1 (2/2) spf2t:0:FF0C82:09:001:Play with Akuma (Gouki) Now! PL1 spf2t:0:FF8382:09:501:Play with Akuma (Gouki) Now! PL1 (2/2) spf2t:0:FF0C82:0A:001:Play with Dan Now! PL1 spf2t:0:FF8382:0A:501:Play with Dan Now! PL1 (2/2) spf2t:0:FF889E:14:001:Send 20 gems to PL1 Now! spf2t:0:FF889E:28:001:Send 40 gems to PL1 Now! spf2t:0:FF889E:3C:001:Send 60 gems to PL1 Now! spf2t:0:FF849E:00:000:Never receive counter attacks PL2 spf2t:0:000000:00:999:[ The diamonds cheats must be activated in order. ] spf2t:0:FF88F5:18:001:Get diamond 1 Now! PL2 spf2t:0:FF88F5:31:001:Get diamond 2 Now! PL2 spf2t:0:FF88F5:4A:001:Get diamond 3 Now! PL2 spf2t:0:FF88F5:63:001:Get diamond 4 Now! PL2 spf2t:0:FF88F5:7C:001:Get diamond 5 Now! PL2 spf2t:0:FF88F5:95:001:Get diamond 6 Now! PL2 spf2t:0:FF88F5:AE:001:Get diamond 7 Now! PL2 spf2t:0:FF88F5:C7:001:Get diamond 8 Now! PL2 spf2t:0:FF88F5:E0:001:Get diamond 9 Now! PL2 spf2t:0:FF88F5:F9:001:Get diamond 10 Now! PL2 spf2t:0:000000:00:999:[ Free player selection ] spf2t:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ] spf2t:0:FF0C86:00:001:Play with Morrigan Now! PL2 spf2t:0:FF8782:00:501:Play with Morrigan Now! PL2 (2/2) spf2t:0:FF0C86:01:001:Play with Chun-Li Now! PL2 spf2t:0:FF8782:01:501:Play with Chun-Li Now! PL2 (2/2) spf2t:0:FF0C86:02:001:Play with Ryu Now! PL2 spf2t:0:FF8782:02:501:Play with Ryu Now! PL2 (2/2) spf2t:0:FF0C86:03:001:Play with Ken Now! PL2 spf2t:0:FF8782:03:501:Play with Ken Now! PL2 (2/2) spf2t:0:FF0C86:04:001:Play with Lei-Lei Now! PL2 spf2t:0:FF8782:04:501:Play with Lei-Lei Now! PL2 (2/2) spf2t:0:FF0C86:05:001:Play with Donovan Now! PL2 spf2t:0:FF8782:05:501:Play with Donovan Now! PL2 (2/2) spf2t:0:FF0C86:06:001:Play with Felicia Now! PL2 spf2t:0:FF8782:06:501:Play with Felicia Now! PL2 (2/2) spf2t:0:FF0C86:07:001:Play with Sakura Now! PL2 spf2t:0:FF8782:07:501:Play with Sakura Now! PL2 (2/2) spf2t:0:FF0C86:08:001:Play with Devilot Now! PL2 spf2t:0:FF8782:08:501:Play with Devilot Now! PL2 (2/2) spf2t:0:FF0C86:09:001:Play with Akuma (Gouki) Now! PL2 spf2t:0:FF8782:09:501:Play with Akuma (Gouki) Now! PL2 (2/2) spf2t:0:FF0C86:0A:001:Play with Dan Now! PL2 spf2t:0:FF8782:0A:501:Play with Dan Now! PL2 (2/2) spf2t:0:000000:00:999:[ These are the codes to set the machine region - the ] spf2t:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] spf2t:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] spf2t:0:FF8091:00:000:Region Switch = Japan spf2t:0:FF8091:02:000:Region Switch = USA spf2t:0:FF8091:04:000:Region Switch = Hispanic spf2t:0:FF8091:06:000:Region Switch = Oceania spf2t:0:FF8091:08:000:Region Switch = Asia spf2t:0:FF8091:0A:000:Region Switch = Euro spf2t:0:FF8091:0C:000:Region Switch = Brazil ; [ Super Puzzle Fighter II Turbo (Asia 960529) ] spf2ta:0:FF8076:09:000:Infinite Credits spf2ta:0:FF849E:14:001:Send 20 gems to PL2 Now! spf2ta:0:FF849E:28:001:Send 40 gems to PL2 Now! spf2ta:0:FF849E:3C:001:Send 60 gems to PL2 Now! spf2ta:0:FF889E:00:000:Never receive counter attacks PL1 spf2ta:0:000000:00:999:[ The diamonds cheats must be activated in order. ] spf2ta:0:FF84F5:18:001:Get diamond 1 Now! PL1 spf2ta:0:FF84F5:31:001:Get diamond 2 Now! PL1 spf2ta:0:FF84F5:4A:001:Get diamond 3 Now! PL1 spf2ta:0:FF84F5:63:001:Get diamond 4 Now! PL1 spf2ta:0:FF84F5:7C:001:Get diamond 5 Now! PL1 spf2ta:0:FF84F5:95:001:Get diamond 6 Now! PL1 spf2ta:0:FF84F5:AE:001:Get diamond 7 Now! PL1 spf2ta:0:FF84F5:C7:001:Get diamond 8 Now! PL1 spf2ta:0:FF84F5:E0:001:Get diamond 9 Now! PL1 spf2ta:0:FF84F5:F9:001:Get diamond 10 Now! PL1 spf2ta:0:000000:00:999:[ Free player selection ] spf2ta:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ] spf2ta:0:FF0C82:00:001:Play with Morrigan Now! PL1 spf2ta:0:FF8382:00:501:Play with Morrigan Now! PL1 (2/2) spf2ta:0:FF0C82:01:001:Play with Chun-Li Now! PL1 spf2ta:0:FF8382:01:501:Play with Chun-Li Now! PL1 (2/2) spf2ta:0:FF0C82:02:001:Play with Ryu Now! PL1 spf2ta:0:FF8382:02:501:Play with Ryu Now! PL1 (2/2) spf2ta:0:FF0C82:03:001:Play with Ken Now! PL1 spf2ta:0:FF8382:03:501:Play with Ken Now! PL1 (2/2) spf2ta:0:FF0C82:04:001:Play with Lei-Lei Now! PL1 spf2ta:0:FF8382:04:501:Play with Lei-Lei Now! PL1 (2/2) spf2ta:0:FF0C82:05:001:Play with Donovan Now! PL1 spf2ta:0:FF8382:05:501:Play with Donovan Now! PL1 (2/2) spf2ta:0:FF0C82:06:001:Play with Felicia Now! PL1 spf2ta:0:FF8382:06:501:Play with Felicia Now! PL1 (2/2) spf2ta:0:FF0C82:07:001:Play with Sakura Now! PL1 spf2ta:0:FF8382:07:501:Play with Sakura Now! PL1 (2/2) spf2ta:0:FF0C82:08:001:Play with Devilot Now! PL1 spf2ta:0:FF8382:08:501:Play with Devilot Now! PL1 (2/2) spf2ta:0:FF0C82:09:001:Play with Akuma (Gouki) Now! PL1 spf2ta:0:FF8382:09:501:Play with Akuma (Gouki) Now! PL1 (2/2) spf2ta:0:FF0C82:0A:001:Play with Dan Now! PL1 spf2ta:0:FF8382:0A:501:Play with Dan Now! PL1 (2/2) spf2ta:0:FF889E:14:001:Send 20 gems to PL1 Now! spf2ta:0:FF889E:28:001:Send 40 gems to PL1 Now! spf2ta:0:FF889E:3C:001:Send 60 gems to PL1 Now! spf2ta:0:FF849E:00:000:Never receive counter attacks PL2 spf2ta:0:000000:00:999:[ The diamonds cheats must be activated in order. ] spf2ta:0:FF88F5:18:001:Get diamond 1 Now! PL2 spf2ta:0:FF88F5:31:001:Get diamond 2 Now! PL2 spf2ta:0:FF88F5:4A:001:Get diamond 3 Now! PL2 spf2ta:0:FF88F5:63:001:Get diamond 4 Now! PL2 spf2ta:0:FF88F5:7C:001:Get diamond 5 Now! PL2 spf2ta:0:FF88F5:95:001:Get diamond 6 Now! PL2 spf2ta:0:FF88F5:AE:001:Get diamond 7 Now! PL2 spf2ta:0:FF88F5:C7:001:Get diamond 8 Now! PL2 spf2ta:0:FF88F5:E0:001:Get diamond 9 Now! PL2 spf2ta:0:FF88F5:F9:001:Get diamond 10 Now! PL2 spf2ta:0:000000:00:999:[ Free player selection ] spf2ta:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ] spf2ta:0:FF0C86:00:001:Play with Morrigan Now! PL2 spf2ta:0:FF8782:00:501:Play with Morrigan Now! PL2 (2/2) spf2ta:0:FF0C86:01:001:Play with Chun-Li Now! PL2 spf2ta:0:FF8782:01:501:Play with Chun-Li Now! PL2 (2/2) spf2ta:0:FF0C86:02:001:Play with Ryu Now! PL2 spf2ta:0:FF8782:02:501:Play with Ryu Now! PL2 (2/2) spf2ta:0:FF0C86:03:001:Play with Ken Now! PL2 spf2ta:0:FF8782:03:501:Play with Ken Now! PL2 (2/2) spf2ta:0:FF0C86:04:001:Play with Lei-Lei Now! PL2 spf2ta:0:FF8782:04:501:Play with Lei-Lei Now! PL2 (2/2) spf2ta:0:FF0C86:05:001:Play with Donovan Now! PL2 spf2ta:0:FF8782:05:501:Play with Donovan Now! PL2 (2/2) spf2ta:0:FF0C86:06:001:Play with Felicia Now! PL2 spf2ta:0:FF8782:06:501:Play with Felicia Now! PL2 (2/2) spf2ta:0:FF0C86:07:001:Play with Sakura Now! PL2 spf2ta:0:FF8782:07:501:Play with Sakura Now! PL2 (2/2) spf2ta:0:FF0C86:08:001:Play with Devilot Now! PL2 spf2ta:0:FF8782:08:501:Play with Devilot Now! PL2 (2/2) spf2ta:0:FF0C86:09:001:Play with Akuma (Gouki) Now! PL2 spf2ta:0:FF8782:09:501:Play with Akuma (Gouki) Now! PL2 (2/2) spf2ta:0:FF0C86:0A:001:Play with Dan Now! PL2 spf2ta:0:FF8782:0A:501:Play with Dan Now! PL2 (2/2) spf2ta:0:000000:00:999:[ These are the codes to set the machine region - the ] spf2ta:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] spf2ta:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] spf2ta:0:FF8091:00:000:Region Switch = Japan spf2ta:0:FF8091:02:000:Region Switch = USA spf2ta:0:FF8091:04:000:Region Switch = Hispanic spf2ta:0:FF8091:06:000:Region Switch = Oceania spf2ta:0:FF8091:08:000:Region Switch = Asia spf2ta:0:FF8091:0A:000:Region Switch = Euro spf2ta:0:FF8091:0C:000:Region Switch = Brazil ; [ Super Puzzle Fighter II X (Japan 960531) ] spf2xj:0:FF8076:09:000:Infinite Credits spf2xj:0:FF849E:14:001:Send 20 gems to PL2 Now! spf2xj:0:FF849E:28:001:Send 40 gems to PL2 Now! spf2xj:0:FF849E:3C:001:Send 60 gems to PL2 Now! spf2xj:0:FF889E:00:000:Never receive counter attacks PL1 spf2xj:0:000000:00:999:[ The diamonds cheats must be activated in order. ] spf2xj:0:FF84F5:18:001:Get diamond 1 Now! PL1 spf2xj:0:FF84F5:31:001:Get diamond 2 Now! PL1 spf2xj:0:FF84F5:4A:001:Get diamond 3 Now! PL1 spf2xj:0:FF84F5:63:001:Get diamond 4 Now! PL1 spf2xj:0:FF84F5:7C:001:Get diamond 5 Now! PL1 spf2xj:0:FF84F5:95:001:Get diamond 6 Now! PL1 spf2xj:0:FF84F5:AE:001:Get diamond 7 Now! PL1 spf2xj:0:FF84F5:C7:001:Get diamond 8 Now! PL1 spf2xj:0:FF84F5:E0:001:Get diamond 9 Now! PL1 spf2xj:0:FF84F5:F9:001:Get diamond 10 Now! PL1 spf2xj:0:000000:00:999:[ Free player selection ] spf2xj:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ] spf2xj:0:FF0C82:00:001:Play with Morrigan Now! PL1 spf2xj:0:FF8382:00:501:Play with Morrigan Now! PL1 (2/2) spf2xj:0:FF0C82:01:001:Play with Chun-Li Now! PL1 spf2xj:0:FF8382:01:501:Play with Chun-Li Now! PL1 (2/2) spf2xj:0:FF0C82:02:001:Play with Ryu Now! PL1 spf2xj:0:FF8382:02:501:Play with Ryu Now! PL1 (2/2) spf2xj:0:FF0C82:03:001:Play with Ken Now! PL1 spf2xj:0:FF8382:03:501:Play with Ken Now! PL1 (2/2) spf2xj:0:FF0C82:04:001:Play with Lei-Lei Now! PL1 spf2xj:0:FF8382:04:501:Play with Lei-Lei Now! PL1 (2/2) spf2xj:0:FF0C82:05:001:Play with Donovan Now! PL1 spf2xj:0:FF8382:05:501:Play with Donovan Now! PL1 (2/2) spf2xj:0:FF0C82:06:001:Play with Felicia Now! PL1 spf2xj:0:FF8382:06:501:Play with Felicia Now! PL1 (2/2) spf2xj:0:FF0C82:07:001:Play with Sakura Now! PL1 spf2xj:0:FF8382:07:501:Play with Sakura Now! PL1 (2/2) spf2xj:0:FF0C82:08:001:Play with Devilot Now! PL1 spf2xj:0:FF8382:08:501:Play with Devilot Now! PL1 (2/2) spf2xj:0:FF0C82:09:001:Play with Akuma (Gouki) Now! PL1 spf2xj:0:FF8382:09:501:Play with Akuma (Gouki) Now! PL1 (2/2) spf2xj:0:FF0C82:0A:001:Play with Dan Now! PL1 spf2xj:0:FF8382:0A:501:Play with Dan Now! PL1 (2/2) spf2xj:0:FF889E:14:001:Send 20 gems to PL1 Now! spf2xj:0:FF889E:28:001:Send 40 gems to PL1 Now! spf2xj:0:FF889E:3C:001:Send 60 gems to PL1 Now! spf2xj:0:FF849E:00:000:Never receive counter attacks PL2 spf2xj:0:000000:00:999:[ The diamonds cheats must be activated in order. ] spf2xj:0:FF88F5:18:001:Get diamond 1 Now! PL2 spf2xj:0:FF88F5:31:001:Get diamond 2 Now! PL2 spf2xj:0:FF88F5:4A:001:Get diamond 3 Now! PL2 spf2xj:0:FF88F5:63:001:Get diamond 4 Now! PL2 spf2xj:0:FF88F5:7C:001:Get diamond 5 Now! PL2 spf2xj:0:FF88F5:95:001:Get diamond 6 Now! PL2 spf2xj:0:FF88F5:AE:001:Get diamond 7 Now! PL2 spf2xj:0:FF88F5:C7:001:Get diamond 8 Now! PL2 spf2xj:0:FF88F5:E0:001:Get diamond 9 Now! PL2 spf2xj:0:FF88F5:F9:001:Get diamond 10 Now! PL2 spf2xj:0:000000:00:999:[ Free player selection ] spf2xj:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ] spf2xj:0:FF0C86:00:001:Play with Morrigan Now! PL2 spf2xj:0:FF8782:00:501:Play with Morrigan Now! PL2 (2/2) spf2xj:0:FF0C86:01:001:Play with Chun-Li Now! PL2 spf2xj:0:FF8782:01:501:Play with Chun-Li Now! PL2 (2/2) spf2xj:0:FF0C86:02:001:Play with Ryu Now! PL2 spf2xj:0:FF8782:02:501:Play with Ryu Now! PL2 (2/2) spf2xj:0:FF0C86:03:001:Play with Ken Now! PL2 spf2xj:0:FF8782:03:501:Play with Ken Now! PL2 (2/2) spf2xj:0:FF0C86:04:001:Play with Lei-Lei Now! PL2 spf2xj:0:FF8782:04:501:Play with Lei-Lei Now! PL2 (2/2) spf2xj:0:FF0C86:05:001:Play with Donovan Now! PL2 spf2xj:0:FF8782:05:501:Play with Donovan Now! PL2 (2/2) spf2xj:0:FF0C86:06:001:Play with Felicia Now! PL2 spf2xj:0:FF8782:06:501:Play with Felicia Now! PL2 (2/2) spf2xj:0:FF0C86:07:001:Play with Sakura Now! PL2 spf2xj:0:FF8782:07:501:Play with Sakura Now! PL2 (2/2) spf2xj:0:FF0C86:08:001:Play with Devilot Now! PL2 spf2xj:0:FF8782:08:501:Play with Devilot Now! PL2 (2/2) spf2xj:0:FF0C86:09:001:Play with Akuma (Gouki) Now! PL2 spf2xj:0:FF8782:09:501:Play with Akuma (Gouki) Now! PL2 (2/2) spf2xj:0:FF0C86:0A:001:Play with Dan Now! PL2 spf2xj:0:FF8782:0A:501:Play with Dan Now! PL2 (2/2) spf2xj:0:000000:00:999:[ These are the codes to set the machine region - the ] spf2xj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] spf2xj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] spf2xj:0:FF8091:00:000:Region Switch = Japan spf2xj:0:FF8091:02:000:Region Switch = USA spf2xj:0:FF8091:04:000:Region Switch = Hispanic spf2xj:0:FF8091:06:000:Region Switch = Oceania spf2xj:0:FF8091:08:000:Region Switch = Asia spf2xj:0:FF8091:0A:000:Region Switch = Euro spf2xj:0:FF8091:0C:000:Region Switch = Brazil ; [ Spiders (set 1) ] spiders:0:1C27:10:000:Infinite Lives :spiders:20800000:E1F7:00000039:FFFFFFFF:Invincibility :spiders:20810000:E365:00000039:FFFFFFFF:Invincibility (2/5) :spiders:20810000:E39E:00000039:FFFFFFFF:Invincibility (3/5) :spiders:20810000:F4DF:00000039:FFFFFFFF:Invincibility (4/5) :spiders:20810000:E3B7:00000039:FFFFFFFF:Invincibility (5/5):Last part added by Pugsy to stop dieing when too many spiders have escaped off the bottom spiders:0:1C4C:1B:000:All Levels same for WebPower :spiders:00000000:1CBC:00000001:FFFFFFFF:Rapid Fire :spiders:00000000:1CA9:00000008:FFFFFFFF:Auto Fire :spiders:00010000:1CBC:00000001:FFFFFFFF:Auto Fire (2/2) :spiders:00200000:1CA4:00000000:FFFFFFFF:No Spider & Super Web ; [ Spiders (set 2) ] spiders2:0:1C27:10:000:Infinite Lives :spiders2:20800000:E1F7:00000039:FFFFFFFF:Invincibility :spiders2:20810000:E365:00000039:FFFFFFFF:Invincibility (2/5) :spiders2:20810000:E39E:00000039:FFFFFFFF:Invincibility (3/5) :spiders2:20810000:F4DF:00000039:FFFFFFFF:Invincibility (4/5) :spiders2:20810000:E3B7:00000039:FFFFFFFF:Invincibility (5/5):Last part added by Pugsy to stop dieing when too many spiders have escaped off the bottom spiders2:0:1C4C:1B:000:All Levels same for WebPower :spiders2:00000000:1CBC:00000001:FFFFFFFF:Rapid Fire :spiders2:00000000:1CA9:00000008:FFFFFFFF:Auto Fire :spiders2:00010000:1CBC:00000001:FFFFFFFF:Auto Fire (2/2) :spiders2:00200000:1CA4:00000000:FFFFFFFF:No Spider & Super Web ; [ Spider-Man: The Videogame (World) ] spidman:0:20A040:30:000:Infinite Energy PL1 spidman:0:20A041:75:500:Infinite Energy PL1 (2/2) :spidman:00100000:20A004:000039CB:FFFFFFFF:Invincibility PL1:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidman:00010000:20A036:00000070:FFFFFFFF:Invincibility PL1 (2/2) :spidman:00000000:208120:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen spidman:0:20A140:30:000:Infinite Energy PL2 spidman:0:20A141:75:500:Infinite Energy PL2 (2/2) :spidman:00100000:20A104:000039CB:FFFFFFFF:Invincibility PL2:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidman:00010000:20A136:00000070:FFFFFFFF:Invincibility PL2 (2/2) :spidman:00000000:208121:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen spidman:0:20A240:30:000:Infinite Energy PL3 spidman:0:20A241:75:500:Infinite Energy PL3 (2/2) :spidman:00100000:20A204:000039CB:FFFFFFFF:Invincibility PL3:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidman:00010000:20A236:00000070:FFFFFFFF:Invincibility PL3 (2/2) :spidman:00000000:208122:00000000:00000010:Rapid Fire PL3:Turn it OFF on the name entry screen spidman:0:20A340:30:000:Infinite Energy PL4 spidman:0:20A341:75:500:Infinite Energy PL4 (2/2) :spidman:00100000:20A304:000039CB:FFFFFFFF:Invincibility PL4:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidman:00010000:20A336:00000070:FFFFFFFF:Invincibility PL4 (2/2) :spidman:00000000:208123:00000000:00000010:Rapid Fire PL4:Turn it OFF on the name entry screen ; [ Spider-Man: The Videogame (US) ] spidmanu:0:20A040:30:000:Infinite Energy PL1 spidmanu:0:20A041:75:500:Infinite Energy PL1 (2/2) :spidmanu:00100000:20A004:00003A4D:FFFFFFFF:Invincibility PL1:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidmanu:00010000:20A036:00000070:FFFFFFFF:Invincibility PL1 (2/2) :spidmanu:00000000:208120:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen spidmanu:0:20A140:30:000:Infinite Energy PL2 spidmanu:0:20A141:75:500:Infinite Energy PL2 (2/2) :spidmanu:00100000:20A104:00003A4D:FFFFFFFF:Invincibility PL2:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidmanu:00010000:20A136:00000070:FFFFFFFF:Invincibility PL2 (2/2) :spidmanu:00000000:208121:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen spidmanu:0:20A240:30:000:Infinite Energy PL3 spidmanu:0:20A241:75:500:Infinite Energy PL3 (2/2) :spidmanu:00100000:20A204:00003A4D:FFFFFFFF:Invincibility PL3:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidmanu:00010000:20A236:00000070:FFFFFFFF:Invincibility PL3 (2/2) :spidmanu:00000000:208122:00000000:00000010:Rapid Fire PL3:Turn it OFF on the name entry screen spidmanu:0:20A340:30:000:Infinite Energy PL4 spidmanu:0:20A341:75:500:Infinite Energy PL4 (2/2) :spidmanu:00100000:20A304:00003A4D:FFFFFFFF:Invincibility PL4:Only turn ON this cheat after starting a game. You must NOT turn Invincibility ON, on the title screen or on the character select screen or the game will crash. You need to temporarily turn cheats OFF (normally F6) to get energy recovery items. :spidmanu:00010000:20A336:00000070:FFFFFFFF:Invincibility PL4 (2/2) :spidmanu:00000000:208123:00000000:00000010:Rapid Fire PL4:Turn it OFF on the name entry screen ; [ Super Pierrot (Japan) ] spiero:0:2203:07:000:Infinite Lives spiero:0:2D38:78:000:Always Have Powerball spiero:0:0000:00:999:[Activate Invincibility ] spiero:0:0000:00:999:[during play only! ] spiero:0:21C0:00:000:Invincibility spiero:0:2D20:A0:511:Invincibility (2/2) ; [ Spikeout Final Edition ] spikeofe:0:0000:00:999:[ There are no cheats ]:REASON 1 spikeofe:0:0000:00:999:[ for this game as it ]:REASON 1 spikeofe:0:0000:00:999:[ didn't work the last ]:REASON 1 spikeofe:0:0000:00:999:[ time it was tested. ]:REASON 1 spikeofe:0:0000:00:999:[ If the game now works ]:REASON 1 spikeofe:0:0000:00:999:[ please request cheats ]:REASON 1 spikeofe:0:0000:00:999:[ for it on the cheat ]:REASON 1 spikeofe:0:0000:00:999:[ forums. ]:REASON 1 ; [ Spikeout ] spikeout:0:0000:00:999:[ There are no cheats ]:REASON 1 spikeout:0:0000:00:999:[ for this game as it ]:REASON 1 spikeout:0:0000:00:999:[ didn't work the last ]:REASON 1 spikeout:0:0000:00:999:[ time it was tested. ]:REASON 1 spikeout:0:0000:00:999:[ If the game now works ]:REASON 1 spikeout:0:0000:00:999:[ please request cheats ]:REASON 1 spikeout:0:0000:00:999:[ for it on the cheat ]:REASON 1 spikeout:0:0000:00:999:[ forums. ]:REASON 1 ; [ Spiker ] spiker:0:02FE:11:073:Select Score PL1 spiker:0:032C:11:073:Select Score PL2 ; [ Spinal Breakers (Japan) ] spinlbrj:0:FF8F87:63:000:Infinite Credits :spinlbrj:00000000:FF9735:000000B4:FFFFFFFF:Infinite Time :spinlbrj:00100000:FFA4C6:000003E7:FFFFFFFF:Infinite Energy PL1 spinlbrj:0:FFA4C9:03:000:Infinite Bombs PL1 spinlbrj:0:FFA4D5:0F:000:Infinite Ammo PL1 :spinlbrj:00000000:FFA4C5:00000004:FFFFFFFF:Invincibility PL1 :spinlbrj:00000000:FFA4D4:00000000:FFFFFFFF:Rapid Fire PL1 spinlbrj:0:FFA4E9:50:000:Always Using Normal Gun PL1:Machine Gun spinlbrj:0:FF86F0:00:500:Always Using Normal Gun PL1 spinlbrj:0:FFA4E9:56:000:Always Using Drum Clip PL1:High-Speed Machine Gun spinlbrj:0:FF86F0:00:500:Always Using Drum Clip PL1 spinlbrj:0:FFA4E9:5C:000:Always Using M Clip PL1:Low-Spread Shotgun spinlbrj:0:FF86F0:11:500:Always Using M Clip PL1 spinlbrj:0:FFA4E9:62:000:Always Using +P Clip PL1:Medium-Spread Shotgun spinlbrj:0:FF86F0:11:500:Always Using +P Clip PL1 spinlbrj:0:FFA4E9:68:000:Always Using +PM Clip PL1:High-Spread Shotgun spinlbrj:0:FF86F0:11:500:Always Using +PM Clip PL1 :spinlbrj:00100000:FFA4CA:00000200:FFFFFFFF:Spare Clip 1 Always Drum PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrj:00100000:FFA4CA:00000201:FFFFFFFF:Spare Clip 1 Always M PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrj:00100000:FFA4CA:00000202:FFFFFFFF:Spare Clip 1 Always +P PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrj:00100000:FFA4CA:00000203:FFFFFFFF:Spare Clip 1 Always +PM PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrj:00100000:FFA4F8:000003E7:FFFFFFFF:Infinite Energy PL2 spinlbrj:0:FFA4FB:03:000:Infinite Bombs PL2 spinlbrj:0:FFA507:0F:000:Infinite Ammo PL2 :spinlbrj:00000000:FFA4F7:00000004:FFFFFFFF:Invincibility PL2 :spinlbrj:00000000:FFA506:00000000:FFFFFFFF:Rapid Fire PL2 spinlbrj:0:FFA51B:50:000:Always Using Normal Gun PL2:Machine Gun spinlbrj:0:FF86E8:00:500:Always Using Normal Gun PL2 spinlbrj:0:FFA51B:56:000:Always Using Drum Clip PL2:High-Speed Machine Gun spinlbrj:0:FF86E8:00:500:Always Using Drum Clip PL2 spinlbrj:0:FFA51B:5C:000:Always Using M Clip PL2:Low-Spread Shotgun spinlbrj:0:FF86E8:11:500:Always Using M Clip PL2 spinlbrj:0:FFA51B:62:000:Always Using +P Clip PL2:Medium-Spread Shotgun spinlbrj:0:FF86E8:11:500:Always Using +P Clip PL2 spinlbrj:0:FFA51B:68:000:Always Using +PM Clip PL2:High-Spread Shotgun spinlbrj:0:FF86E8:11:500:Always Using +PM Clip PL2 :spinlbrj:00100000:FFA4FC:00000200:FFFFFFFF:Spare Clip 1 Always Drum PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrj:00100000:FFA4FC:00000201:FFFFFFFF:Spare Clip 1 Always M PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrj:00100000:FFA4FC:00000202:FFFFFFFF:Spare Clip 1 Always +P PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrj:00100000:FFA4FC:00000203:FFFFFFFF:Spare Clip 1 Always +PM PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon ; [ Spinal Breakers (World) ] spinlbrk:0:FF8F87:63:000:Infinite Credits :spinlbrk:00000000:FF9735:000000B4:FFFFFFFF:Infinite Time :spinlbrk:00100000:FFA4C6:000003E7:FFFFFFFF:Infinite Energy PL1 spinlbrk:0:FFA4C9:03:000:Infinite Bombs PL1 spinlbrk:0:FFA4D5:0F:000:Infinite Ammo PL1 :spinlbrk:00000000:FFA4C5:00000004:FFFFFFFF:Invincibility PL1 :spinlbrk:00000000:FFA4D4:00000000:FFFFFFFF:Rapid Fire PL1 spinlbrk:0:FFA4E9:50:000:Always Using Normal Gun PL1:Machine Gun spinlbrk:0:FF86F0:00:500:Always Using Normal Gun PL1 spinlbrk:0:FFA4E9:56:000:Always Using Drum Clip PL1:High-Speed Machine Gun spinlbrk:0:FF86F0:00:500:Always Using Drum Clip PL1 spinlbrk:0:FFA4E9:5C:000:Always Using M Clip PL1:Low-Spread Shotgun spinlbrk:0:FF86F0:11:500:Always Using M Clip PL1 spinlbrk:0:FFA4E9:62:000:Always Using +P Clip PL1:Medium-Spread Shotgun spinlbrk:0:FF86F0:11:500:Always Using +P Clip PL1 spinlbrk:0:FFA4E9:68:000:Always Using +PM Clip PL1:High-Spread Shotgun spinlbrk:0:FF86F0:11:500:Always Using +PM Clip PL1 :spinlbrk:00100000:FFA4CA:00000200:FFFFFFFF:Spare Clip 1 Always Drum PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrk:00100000:FFA4CA:00000201:FFFFFFFF:Spare Clip 1 Always M PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrk:00100000:FFA4CA:00000202:FFFFFFFF:Spare Clip 1 Always +P PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrk:00100000:FFA4CA:00000203:FFFFFFFF:Spare Clip 1 Always +PM PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrk:00100000:FFA4F8:000003E7:FFFFFFFF:Infinite Energy PL2 spinlbrk:0:FFA4FB:03:000:Infinite Bombs PL2 spinlbrk:0:FFA507:0F:000:Infinite Ammo PL2 :spinlbrk:00000000:FFA4F7:00000004:FFFFFFFF:Invincibility PL2 :spinlbrk:00000000:FFA506:00000000:FFFFFFFF:Rapid Fire PL2 spinlbrk:0:FFA51B:50:000:Always Using Normal Gun PL2:Machine Gun spinlbrk:0:FF86E8:00:500:Always Using Normal Gun PL2 spinlbrk:0:FFA51B:56:000:Always Using Drum Clip PL2:High-Speed Machine Gun spinlbrk:0:FF86E8:00:500:Always Using Drum Clip PL2 spinlbrk:0:FFA51B:5C:000:Always Using M Clip PL2:Low-Spread Shotgun spinlbrk:0:FF86E8:11:500:Always Using M Clip PL2 spinlbrk:0:FFA51B:62:000:Always Using +P Clip PL2:Medium-Spread Shotgun spinlbrk:0:FF86E8:11:500:Always Using +P Clip PL2 spinlbrk:0:FFA51B:68:000:Always Using +PM Clip PL2:High-Spread Shotgun spinlbrk:0:FF86E8:11:500:Always Using +PM Clip PL2 :spinlbrk:00100000:FFA4FC:00000200:FFFFFFFF:Spare Clip 1 Always Drum PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrk:00100000:FFA4FC:00000201:FFFFFFFF:Spare Clip 1 Always M PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrk:00100000:FFA4FC:00000202:FFFFFFFF:Spare Clip 1 Always +P PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbrk:00100000:FFA4FC:00000203:FFFFFFFF:Spare Clip 1 Always +PM PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon ; [ Spinal Breakers (US) ] spinlbru:0:FF8F87:63:000:Infinite Credits :spinlbru:00000000:FF9735:000000B4:FFFFFFFF:Infinite Time :spinlbru:00100000:FFA4C6:000003E7:FFFFFFFF:Infinite Energy PL1 spinlbru:0:FFA4C9:03:000:Infinite Bombs PL1 spinlbru:0:FFA4D5:0F:000:Infinite Ammo PL1 :spinlbru:00000000:FFA4C5:00000004:FFFFFFFF:Invincibility PL1 :spinlbru:00000000:FFA4D4:00000000:FFFFFFFF:Rapid Fire PL1 spinlbru:0:FFA4E9:50:000:Always Using Normal Gun PL1:Machine Gun spinlbru:0:FF86F0:00:500:Always Using Normal Gun PL1 spinlbru:0:FFA4E9:56:000:Always Using Drum Clip PL1:High-Speed Machine Gun spinlbru:0:FF86F0:00:500:Always Using Drum Clip PL1 spinlbru:0:FFA4E9:5C:000:Always Using M Clip PL1:Low-Spread Shotgun spinlbru:0:FF86F0:11:500:Always Using M Clip PL1 spinlbru:0:FFA4E9:62:000:Always Using +P Clip PL1:Medium-Spread Shotgun spinlbru:0:FF86F0:11:500:Always Using +P Clip PL1 spinlbru:0:FFA4E9:68:000:Always Using +PM Clip PL1:High-Spread Shotgun spinlbru:0:FF86F0:11:500:Always Using +PM Clip PL1 :spinlbru:00100000:FFA4CA:00000200:FFFFFFFF:Spare Clip 1 Always Drum PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbru:00100000:FFA4CA:00000201:FFFFFFFF:Spare Clip 1 Always M PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbru:00100000:FFA4CA:00000202:FFFFFFFF:Spare Clip 1 Always +P PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbru:00100000:FFA4CA:00000203:FFFFFFFF:Spare Clip 1 Always +PM PL1:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbru:00100000:FFA4F8:000003E7:FFFFFFFF:Infinite Energy PL2 spinlbru:0:FFA4FB:03:000:Infinite Bombs PL2 spinlbru:0:FFA507:0F:000:Infinite Ammo PL2 :spinlbru:00000000:FFA4F7:00000004:FFFFFFFF:Invincibility PL2 :spinlbru:00000000:FFA506:00000000:FFFFFFFF:Rapid Fire PL2 spinlbru:0:FFA51B:50:000:Always Using Normal Gun PL2:Machine Gun spinlbru:0:FF86E8:00:500:Always Using Normal Gun PL2 spinlbru:0:FFA51B:56:000:Always Using Drum Clip PL2:High-Speed Machine Gun spinlbru:0:FF86E8:00:500:Always Using Drum Clip PL2 spinlbru:0:FFA51B:5C:000:Always Using M Clip PL2:Low-Spread Shotgun spinlbru:0:FF86E8:11:500:Always Using M Clip PL2 spinlbru:0:FFA51B:62:000:Always Using +P Clip PL2:Medium-Spread Shotgun spinlbru:0:FF86E8:11:500:Always Using +P Clip PL2 spinlbru:0:FFA51B:68:000:Always Using +PM Clip PL2:High-Spread Shotgun spinlbru:0:FF86E8:11:500:Always Using +PM Clip PL2 :spinlbru:00100000:FFA4FC:00000200:FFFFFFFF:Spare Clip 1 Always Drum PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbru:00100000:FFA4FC:00000201:FFFFFFFF:Spare Clip 1 Always M PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbru:00100000:FFA4FC:00000202:FFFFFFFF:Spare Clip 1 Always +P PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon :spinlbru:00100000:FFA4FC:00000203:FFFFFFFF:Spare Clip 1 Always +PM PL2:This gives you 2 while the code is on. When you run out of ammo, you'll see the ammo type icon ; [ Spin Master / Miracle Adventure ] spinmast:0:105015:03:000:Infinite Lives PL1:F6 at the end of game spinmast:0:105F62:05:000:Infinite Energy PL1 spinmast:0:105FBD:05:000:Infinite Bombs PL1 spinmast:0:105F95:02:000:Invincibility PL1 spinmast:0:105F55:04:040:Always have No Weapon PL1 spinmast:0:105F55:08:540:Always have No Weapon PL1 (2/3) spinmast:0:105F55:10:540:Always have No Weapon PL1 (3/3) spinmast:0:105F55:04:020:Always have Weapon - Yoyo PL1 spinmast:0:105F55:08:540:Always have Weapon - Yoyo PL1 (2/3) spinmast:0:105F55:10:540:Always have Weapon - Yoyo PL1 (3/3) spinmast:0:105F55:04:040:Always have Weapon - Fire PL1 spinmast:0:105F55:08:520:Always have Weapon - Fire PL1 (2/3) spinmast:0:105F55:10:540:Always have Weapon - Fire PL1 (3/3) spinmast:0:105F55:04:020:Always have Weapon - Ice PL1 spinmast:0:105F55:08:520:Always have Weapon - Ice PL1 (2/3) spinmast:0:105F55:10:540:Always have Weapon - Ice PL1 (3/3) spinmast:0:105F55:04:040:Always have Weapon - Bomb PL1 spinmast:0:105F55:08:540:Always have Weapon - Bomb PL1 (2/3) spinmast:0:105F55:10:520:Always have Weapon - Bomb PL1 (3/3) spinmast:0:105F55:04:020:Always have Weapon - Glove PL1 spinmast:0:105F55:08:540:Always have Weapon - Glove PL1 (2/3) spinmast:0:105F55:10:520:Always have Weapon - Glove PL1 (3/3) spinmast:0:105F55:04:040:Always have Weapon - Thunder PL1 spinmast:0:105F55:08:520:Always have Weapon - Thunder PL1 (2/3) spinmast:0:105F55:10:520:Always have Weapon - Thunder PL1 (3/3) spinmast:0:105F55:04:020:Always have Weapon - Double PL1 spinmast:0:105F55:08:520:Always have Weapon - Double PL1 (2/3) spinmast:0:105F55:10:520:Always have Weapon - Double PL1 (3/3) spinmast:0:105F55:04:041:Get No Weapon Now! PL1 spinmast:0:105F55:08:541:Get No Weapon Now! PL1 (2/3) spinmast:0:105F55:10:541:Get No Weapon Now! PL1 (3/3) spinmast:0:105F55:04:021:Get Weapon - Yoyo Now! PL1 spinmast:0:105F55:08:541:Get Weapon - Yoyo Now! PL1 (2/3) spinmast:0:105F55:10:541:Get Weapon - Yoyo Now! PL1 (3/3) spinmast:0:105F55:04:041:Get Weapon - Fire Now! PL1 spinmast:0:105F55:08:521:Get Weapon - Fire Now! PL1 (2/3) spinmast:0:105F55:10:541:Get Weapon - Fire Now! PL1 (3/3) spinmast:0:105F55:04:021:Get Weapon - Ice Now! PL1 spinmast:0:105F55:08:521:Get Weapon - Ice Now! PL1 (2/3) spinmast:0:105F55:10:541:Get Weapon - Ice Now! PL1 (3/3) spinmast:0:105F55:04:041:Get Weapon - Bomb Now! PL1 spinmast:0:105F55:08:541:Get Weapon - Bomb Now! PL1 (2/3) spinmast:0:105F55:10:521:Get Weapon - Bomb Now! PL1 (3/3) spinmast:0:105F55:04:021:Get Weapon - Glove Now! PL1 spinmast:0:105F55:08:541:Get Weapon - Glove Now! PL1 (2/3) spinmast:0:105F55:10:521:Get Weapon - Glove Now! PL1 (3/3) spinmast:0:105F55:04:041:Get Weapon - Thunder Now! PL1 spinmast:0:105F55:08:521:Get Weapon - Thunder Now! PL1 (2/3) spinmast:0:105F55:10:521:Get Weapon - Thunder Now! PL1 (3/3) spinmast:0:105F55:04:021:Get Weapon - Double Now! PL1 spinmast:0:105F55:08:521:Get Weapon - Double Now! PL1 (2/3) spinmast:0:105F55:10:521:Get Weapon - Double Now! PL1 (3/3) spinmast:0:10503D:03:000:Infinite Lives PL2:F6 at the end of game spinmast:0:106022:05:000:Infinite Energy PL2 spinmast:0:10607D:05:000:Infinite Bombs PL2 spinmast:0:106055:02:000:Invincibility PL2 spinmast:0:106015:04:040:Always have No Weapon PL2 spinmast:0:106015:08:540:Always have No Weapon PL2 (2/3) spinmast:0:106015:10:540:Always have No Weapon PL2 (3/3) spinmast:0:106015:04:020:Always have Weapon - Yoyo PL2 spinmast:0:106015:08:540:Always have Weapon - Yoyo PL2 (2/3) spinmast:0:106015:10:540:Always have Weapon - Yoyo PL2 (3/3) spinmast:0:106015:04:040:Always have Weapon - Fire PL2 spinmast:0:106015:08:520:Always have Weapon - Fire PL2 (2/3) spinmast:0:106015:10:540:Always have Weapon - Fire PL2 (3/3) spinmast:0:106015:04:020:Always have Weapon - Ice PL2 spinmast:0:106015:08:520:Always have Weapon - Ice PL2 (2/3) spinmast:0:106015:10:540:Always have Weapon - Ice PL2 (3/3) spinmast:0:106015:04:040:Always have Weapon - Bomb PL2 spinmast:0:106015:08:540:Always have Weapon - Bomb PL2 (2/3) spinmast:0:106015:10:520:Always have Weapon - Bomb PL2 (3/3) spinmast:0:106015:04:020:Always have Weapon - Glove PL2 spinmast:0:106015:08:540:Always have Weapon - Glove PL2 (2/3) spinmast:0:106015:10:520:Always have Weapon - Glove PL2 (3/3) spinmast:0:106015:04:040:Always have Weapon - Thunder PL2 spinmast:0:106015:08:520:Always have Weapon - Thunder PL2 (2/3) spinmast:0:106015:10:520:Always have Weapon - Thunder PL2 (3/3) spinmast:0:106015:04:020:Always have Weapon - Double PL2 spinmast:0:106015:08:520:Always have Weapon - Double PL2 (2/3) spinmast:0:106015:10:520:Always have Weapon - Double PL2 (3/3) spinmast:0:106015:04:041:Get No Weapon Now! PL2 spinmast:0:106015:08:541:Get No Weapon Now! PL2 (2/3) spinmast:0:106015:10:541:Get No Weapon Now! PL2 (3/3) spinmast:0:106015:04:021:Get Weapon - Yoyo Now! PL2 spinmast:0:106015:08:541:Get Weapon - Yoyo Now! PL2 (2/3) spinmast:0:106015:10:541:Get Weapon - Yoyo Now! PL2 (3/3) spinmast:0:106015:04:041:Get Weapon - Fire Now! PL2 spinmast:0:106015:08:521:Get Weapon - Fire Now! PL2 (2/3) spinmast:0:106015:10:541:Get Weapon - Fire Now! PL2 (3/3) spinmast:0:106015:04:021:Get Weapon - Ice Now! PL2 spinmast:0:106015:08:521:Get Weapon - Ice Now! PL2 (2/3) spinmast:0:106015:10:541:Get Weapon - Ice Now! PL2 (3/3) spinmast:0:106015:04:041:Get Weapon - Bomb Now! PL2 spinmast:0:106015:08:541:Get Weapon - Bomb Now! PL2 (2/3) spinmast:0:106015:10:521:Get Weapon - Bomb Now! PL2 (3/3) spinmast:0:106015:04:021:Get Weapon - Glove Now! PL2 spinmast:0:106015:08:541:Get Weapon - Glove Now! PL2 (2/3) spinmast:0:106015:10:521:Get Weapon - Glove Now! PL2 (3/3) spinmast:0:106015:04:041:Get Weapon - Thunder Now! PL2 spinmast:0:106015:08:521:Get Weapon - Thunder Now! PL2 (2/3) spinmast:0:106015:10:521:Get Weapon - Thunder Now! PL2 (3/3) spinmast:0:106015:04:021:Get Weapon - Double Now! PL2 spinmast:0:106015:08:521:Get Weapon - Double Now! PL2 (2/3) spinmast:0:106015:10:521:Get Weapon - Double Now! PL2 (3/3) :spinmast:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :spinmast:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :spinmast:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Spinner ] spinner:0:1C25:10:000:Infinite Lives :spinner:20800000:E120:00000039:FFFFFFFF:Invincibility :spinner:20810000:E28E:00000039:FFFFFFFF:Invincibility (2/5) :spinner:20810000:E2C7:00000039:FFFFFFFF:Invincibility (3/5) :spinner:20810000:F408:00000039:FFFFFFFF:Invincibility (4/5) :spinner:20810000:E2E0:00000039:FFFFFFFF:Invincibility (5/5):Last part added by Pugsy to stop dieing when too many spiders have escaped off the bottom spinner:0:1C4A:1B:000:All Levels same for WebPower :spinner:00000000:1CBA:00000001:FFFFFFFF:Rapid Fire :spinner:00000000:1CA7:00000008:FFFFFFFF:Auto Fire :spinner:00010000:1CBA:00000001:FFFFFFFF:Auto Fire (2/2) :spinner:00200000:1CA2:00000000:FFFFFFFF:No Spider & Super Web ; [ Splash! (Ver. 1.2 World) ] splash:0:88192E:09:000:Infinite Time splash:0:881845:04:000:Infinite Lives PL1 splash:0:881840:03:000:Invincibility PL1 splash:0:881841:01:500:Invincibility PL1 (2/2) splash:0:881865:32:000:Infinite Ammo PL1 splash:0:881866:09:000:Infinite Bombs PL1 splash:0:88188B:04:000:Infinite Lives PL2 splash:0:881886:03:000:Invincibility PL2 splash:0:881887:01:500:Invincibility PL2 (2/2) splash:0:8818AB:32:000:Infinite Ammo PL2 splash:0:8818AC:09:000:Infinite Bombs PL2 splash:0:000000:00:999:[Pics will be in different ] splash:0:000000:00:999:[order depending if you ] splash:0:000000:00:999:[choose 'Light' or 'Hard' ] splash:0:FFE551:20:021:Light girl pictures splash:0:FFE551:20:041:Hard girl pictures splash:0:881931:09:001:Finish this stage Now! splash:0:881932:09:501:Finish this stage Now! (2/4) splash:0:881933:09:501:Finish this stage Now! (3/4) splash:0:881934:09:501:Finish this stage Now! (4/4) splash:0:000000:00:999:[These Select next stage ] splash:0:000000:00:999:[cheats are NOT linked you ] splash:0:000000:00:999:[should enable them both and] splash:0:000000:00:999:[choose the SAME stage!! ] splash:0:FFCC43:41:061:Select next level (1|2) splash:0:881924:41:061:Select next level (2|2):Background piccy splash:0:000000:00:999:[Slideshow mode, enable and ] splash:0:000000:00:999:[then sit back and watch! ] splash:0:881931:09:000:Slideshow Mode splash:0:881932:09:500:Slideshow Mode (2/4) splash:0:881933:09:500:Slideshow Mode (3/4) splash:0:881934:09:500:Slideshow Mode (4/4) ; [ Splash! (Ver. 1.0 World) ] splash10:0:88192E:09:000:Infinite Time splash10:0:881845:04:000:Infinite Lives PL1 splash10:0:881840:03:000:Invincibility PL1 splash10:0:881841:01:500:Invincibility PL1 (2/2) splash10:0:881865:32:000:Infinite Ammo PL1 splash10:0:881866:09:000:Infinite Bombs PL1 splash10:0:88188B:04:000:Infinite Lives PL2 splash10:0:881886:03:000:Invincibility PL2 splash10:0:881887:01:500:Invincibility PL2 (2/2) splash10:0:8818AB:32:000:Infinite Ammo PL2 splash10:0:8818AC:09:000:Infinite Bombs PL2 splash10:0:000000:00:999:[Pics will be in different ] splash10:0:000000:00:999:[order depending if you ] splash10:0:000000:00:999:[choose 'Light' or 'Hard' ] splash10:0:FFE551:20:021:Light girl pictures splash10:0:FFE551:20:041:Hard girl pictures splash10:0:881931:09:001:Finish this stage Now! splash10:0:881932:09:501:Finish this stage Now! (2/4) splash10:0:881933:09:501:Finish this stage Now! (3/4) splash10:0:881934:09:501:Finish this stage Now! (4/4) splash10:0:000000:00:999:[These Select next stage ] splash10:0:000000:00:999:[cheats are NOT linked you ] splash10:0:000000:00:999:[should enable them both and] splash10:0:000000:00:999:[choose the SAME stage!! ] splash10:0:FFCC43:41:061:Select next level (1|2) splash10:0:881924:41:061:Select next level (2|2):Background piccy splash10:0:000000:00:999:[Slideshow mode, enable and ] splash10:0:000000:00:999:[then sit back and watch! ] splash10:0:881931:09:000:Slideshow Mode splash10:0:881932:09:500:Slideshow Mode (2/4) splash10:0:881933:09:500:Slideshow Mode (3/4) splash10:0:881934:09:500:Slideshow Mode (4/4) ; [ Splat! ] splat:0:9911:05:000:Infinite Lives PL1 splat:0:991A:05:000:Infinite Lives PL2 ; [ Splatter House (Japan) ] splattej:0:014F:06:000:Infinite Lives PL1 splattej:0:018F:06:000:Infinite Lives PL2 splattej:0:0139:06:000:Infinite Energy PL1 splattej:0:0179:06:000:Infinite Energy PL2 splattej:0:0000:00:999:[ In a 2 player game, use ] splattej:0:0000:00:999:[ 'Invincibility "OFF"' ] splattej:0:0000:00:999:[ at the end of a sub-level ] splattej:0:011D:02:000:Invincibility "ON" PL1 splattej:0:011D:01:001:Invincibility "OFF" PL1 splattej:0:015D:02:000:Invincibility "ON" PL2 splattej:0:015D:01:001:Invincibility "OFF" PL2 splattej:0:0000:00:999:[ If you ever forgot to use ] splattej:0:0000:00:999:[ 'Invincibility "OFF"' ] splattej:0:0000:00:999:[ at the end of a sub-level ] splattej:0:011D:00:001:Make player disappear PL1 splattej:0:015D:00:001:Make player disappear PL2 splattej:0:0000:00:999:[Infinite Ammo only work on ] splattej:0:0000:00:999:[stages where one of the ] splattej:0:0000:00:999:[weapons is a rifle and you ] splattej:0:0000:00:999:[have it (weapon 1-5 cheats)] splattej:0:09B9:09:000:Infinite Ammo for weapon 1 splattej:0:09D9:09:000:Infinite Ammo for weapon 2 splattej:0:09F9:09:000:Infinite Ammo for weapon 3 splattej:0:0A19:09:000:Infinite Ammo for weapon 4 splattej:0:0A39:09:000:Infinite Ammo for weapon 5 splattej:0:0000:00:999:[NOTE- The weapons change ] splattej:0:0000:00:999:[depending on which stage ] splattej:0:0000:00:999:[you are playing. ] splattej:0:0000:00:999:[ ] splattej:0:0000:00:999:[ List of available weapons ] splattej:0:0000:00:999:[ Stage 1-1 - 1 2 ] splattej:0:0000:00:999:[ Stage 1-2 - no weapon ] splattej:0:0000:00:999:[ Stage 2-1 - 1 2 ] splattej:0:0000:00:999:[ Stage 2-2 - 1 ] splattej:0:0000:00:999:[ Stage 2-3 - no weapon ] splattej:0:0000:00:999:[ Stage 3 - 1 2 3 4 ] splattej:0:0000:00:999:[ Stage 3+ - no weapon ] splattej:0:0000:00:999:[ Stage 4-1 - 1 2 3 4 5 ] splattej:0:0000:00:999:[ Stage 4-1+ - no weapon ] splattej:0:0000:00:999:[ Stage 4-2 - no weapon ] splattej:0:0000:00:999:[ Stage 4-3 - 1 ] splattej:0:0000:00:999:[ Stage 5-1 - 1 ] splattej:0:0000:00:999:[ Stage 5-2 - no weapon ] splattej:0:0000:00:999:[ Stage 5-3 - no weapon ] splattej:0:0000:00:999:[ Stage 5-4 - no weapon ] splattej:0:0000:00:999:[ Stage 5-5 - no weapon ] splattej:0:0000:00:999:[ Stage 5-6 - no weapon ] splattej:0:0000:00:999:[ Stage 6 - no weapon ] splattej:0:0000:00:999:[ Stage 7 - no weapon ] splattej:0:0000:00:999:[ ] splattej:0:0000:00:999:[ Use these codes only if ] splattej:0:0000:00:999:[ the weapon is available ] splattej:0:0000:00:999:[ ] splattej:0:0143:09:001:Get Weapon 1 Now! PL1 splattej:0:0144:9D:501:Get Weapon 1 Now! PL1 (2/2) splattej:0:0143:09:001:Get Weapon 2 Now! PL1 splattej:0:0144:BD:501:Get Weapon 2 Now! PL1 (2/2) splattej:0:0143:09:001:Get Weapon 3 Now! PL1 splattej:0:0144:FD:501:Get Weapon 3 Now! PL1 (2/2) splattej:0:0143:A0:001:Get Weapon 4 Now! PL1 splattej:0:0144:1D:501:Get Weapon 4 Now! PL1 (2/2) splattej:0:0143:A0:001:Get Weapon 5 Now! PL1 splattej:0:0144:3D:501:Get Weapon 5 Now! PL1 (2/2) splattej:0:0183:09:001:Get Weapon 1 Now! PL2 splattej:0:0184:9D:501:Get Weapon 1 Now! PL2 (2/2) splattej:0:0183:09:001:Get Weapon 2 Now! PL2 splattej:0:0184:BD:501:Get Weapon 2 Now! PL2 (2/2) splattej:0:0183:09:001:Get Weapon 3 Now! PL2 splattej:0:0184:FD:501:Get Weapon 3 Now! PL2 (2/2) splattej:0:0183:A0:001:Get Weapon 4 Now! PL2 splattej:0:0184:1D:501:Get Weapon 4 Now! PL2 (2/2) splattej:0:0183:A0:001:Get Weapon 5 Now! PL2 splattej:0:0184:3D:501:Get Weapon 5 Now! PL2 (2/2) splattej:0:0000:00:999:[ ] splattej:0:0000:00:999:[Here is the list of stages ] splattej:0:0000:00:999:[and the weapon type that is] splattej:0:0000:00:999:[used on that stage. KEY - ] splattej:0:0000:00:999:[W1-W5 = Weapon 1-5 ] splattej:0:0000:00:999:[RAZ=Razor RIF=Rifle AX=AXE ] splattej:0:0000:00:999:[BOS=Bo Stick HAR=Harpoon ] splattej:0:0000:00:999:[STO=Stone WRE=Wrench ] splattej:0:0000:00:999:[ ] splattej:0:0000:00:999:[ Stage W1 W2 W3 W4 W5 ] splattej:0:0000:00:999:[ 1-1 RAZ BOS no no no ] splattej:0:0000:00:999:[ 1-2 no no no no no ] splattej:0:0000:00:999:[ 2-1 RAZ WRE no no no ] splattej:0:0000:00:999:[ 2-2 BOS no no no no ] splattej:0:0000:00:999:[ 2-3 no no no no no ] splattej:0:0000:00:999:[ 3 RIF STO STO RIF no ] splattej:0:0000:00:999:[ 3+ no no no no no ] splattej:0:0000:00:999:[ 4-1 HAR HAR HAR HAR HAR ] splattej:0:0000:00:999:[ 4-1+ no no no no no ] splattej:0:0000:00:999:[ 4-2 no no no no no ] splattej:0:0000:00:999:[ 4-3 AXE no no no no ] splattej:0:0000:00:999:[ 5-1 BOS no no no no ] splattej:0:0000:00:999:[ 5-2 no no no no no ] splattej:0:0000:00:999:[ 5-3 no no no no no ] splattej:0:0000:00:999:[ 5-4 no no no no no ] splattej:0:0000:00:999:[ 5-5 no no no no no ] splattej:0:0000:00:999:[ 5-6 no no no no no ] splattej:0:0000:00:999:[ 6 no no no no no ] splattej:0:0000:00:999:[ 7 no no no no no ] splattej:0:0000:00:999:[ ] splattej:0:09A6:02:001:Make Weapon 1 = Razor Now! splattej:0:09A6:03:001:Make Weapon 1 = Rifle Now! splattej:0:09A6:04:001:Make Weapon 1 = Axe Now! splattej:0:09A6:05:001:Make Weapon 1 = Bo stick Now! splattej:0:09A6:0A:001:Make Weapon 1 = Harpoon Now! splattej:0:09C6:05:001:Make Weapon 2 = Bo stick Now! splattej:0:09C6:07:001:Make Weapon 2 = Stone Now! splattej:0:09C6:08:001:Make Weapon 2 = Wrench Now! splattej:0:09C6:0A:001:Make Weapon 2 = Harpoon Now! splattej:0:09F6:07:001:Make Weapon 3 = Stone Now! splattej:0:09F6:0A:001:Make Weapon 3 = Harpoon Now! splattej:0:0A16:03:001:Make Weapon 4 = Rifle Now! splattej:0:0A16:0A:001:Make Weapon 4 = Harpoon Now! splattej:0:0A36:0A:001:Make Weapon 5 = Harpoon Now! splattej:0:0000:00:999:[These Start on Stage cheats] splattej:0:0000:00:999:[must be enabled on the ] splattej:0:0000:00:999:[title screen and turned off] splattej:0:0000:00:999:[when the screen with the ] splattej:0:0000:00:999:[stage number is displayed. ] splattej:0:0065:0A:000:Start on Stage 2 splattej:0:014D:02:500:Start on Stage 2 (2/2) splattej:0:0065:04:000:Start on Stage 3 splattej:0:014D:05:500:Start on Stage 3 (2/2) splattej:0:0065:05:000:Start on Stage 4 splattej:0:014D:06:500:Start on Stage 4 (2/2) splattej:0:0065:08:000:Start on Stage 5 splattej:0:014D:0D:500:Start on Stage 5 (2/2) splattej:0:0065:13:000:Start on Stage 6 splattej:0:014D:14:500:Start on Stage 6 (2/2) splattej:0:0065:14:000:Start on Stage 7 splattej:0:014D:17:500:Start on Stage 7 (2/2) splattej:0:0000:00:999:[These Current Stage cheats ] splattej:0:0000:00:999:[require you to lose a life ] splattej:0:0000:00:999:[to jump to that stage! ] splattej:0:014D:01:001:Current Stage = 1-1 Now! PL1 splattej:0:014D:02:001:Current Stage = 2-1 Now! PL1 splattej:0:014D:05:001:Current Stage = 3 Now! PL1 splattej:0:014D:06:001:Current Stage = 4-1 Now! PL1 splattej:0:014D:0D:001:Current Stage = 5-1 Now! PL1 splattej:0:014D:14:001:Current Stage = 6 Now! PL1 splattej:0:014D:17:001:Current Stage = 7 Now! PL1 splattej:0:018D:01:001:Current Stage = 1-1 Now! PL2 splattej:0:018D:02:001:Current Stage = 2-1 Now! PL2 splattej:0:018D:05:001:Current Stage = 3 Now! PL2 splattej:0:018D:06:001:Current Stage = 4-1 Now! PL2 splattej:0:018D:0D:001:Current Stage = 5-1 Now! PL2 splattej:0:018D:14:001:Current Stage = 6 Now! PL2 splattej:0:018D:17:001:Current Stage = 7 Now! PL2 splattej:0:0000:00:999:[ ] splattej:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Systems ; [ Splatter House (World) ] splatter:0:014F:06:000:Infinite Lives PL1 splatter:0:018F:06:000:Infinite Lives PL2 splatter:0:0139:06:000:Infinite Energy PL1 splatter:0:0179:06:000:Infinite Energy PL2 splatter:0:0000:00:999:[ In a 2 player game, use ] splatter:0:0000:00:999:[ 'Invincibility "OFF"' ] splatter:0:0000:00:999:[ at the end of a sub-level ] splatter:0:011D:02:000:Invincibility "ON" PL1 splatter:0:011D:01:001:Invincibility "OFF" PL1 splatter:0:015D:02:000:Invincibility "ON" PL2 splatter:0:015D:01:001:Invincibility "OFF" PL2 splatter:0:0000:00:999:[ If you ever forgot to use ] splatter:0:0000:00:999:[ 'Invincibility "OFF"' ] splatter:0:0000:00:999:[ at the end of a sub-level ] splatter:0:011D:00:001:Make player disappear PL1 splatter:0:015D:00:001:Make player disappear PL2 splatter:0:0000:00:999:[Infinite Ammo only work on ] splatter:0:0000:00:999:[stages where one of the ] splatter:0:0000:00:999:[weapons is a rifle and you ] splatter:0:0000:00:999:[have it (weapon 1-5 cheats)] splatter:0:09B9:09:000:Infinite Ammo for weapon 1 splatter:0:09D9:09:000:Infinite Ammo for weapon 2 splatter:0:09F9:09:000:Infinite Ammo for weapon 3 splatter:0:0A19:09:000:Infinite Ammo for weapon 4 splatter:0:0A39:09:000:Infinite Ammo for weapon 5 splatter:0:0000:00:999:[NOTE- The weapons change ] splatter:0:0000:00:999:[depending on which stage ] splatter:0:0000:00:999:[you are playing. ] splatter:0:0000:00:999:[ ] splatter:0:0000:00:999:[ List of available weapons ] splatter:0:0000:00:999:[ Stage 1-1 - 1 2 ] splatter:0:0000:00:999:[ Stage 1-2 - no weapon ] splatter:0:0000:00:999:[ Stage 2-1 - 1 2 ] splatter:0:0000:00:999:[ Stage 2-2 - 1 ] splatter:0:0000:00:999:[ Stage 2-3 - no weapon ] splatter:0:0000:00:999:[ Stage 3 - 1 2 3 4 ] splatter:0:0000:00:999:[ Stage 3+ - no weapon ] splatter:0:0000:00:999:[ Stage 4-1 - 1 2 3 4 5 ] splatter:0:0000:00:999:[ Stage 4-1+ - no weapon ] splatter:0:0000:00:999:[ Stage 4-2 - no weapon ] splatter:0:0000:00:999:[ Stage 4-3 - 1 ] splatter:0:0000:00:999:[ Stage 5-1 - 1 ] splatter:0:0000:00:999:[ Stage 5-2 - no weapon ] splatter:0:0000:00:999:[ Stage 5-3 - no weapon ] splatter:0:0000:00:999:[ Stage 5-4 - no weapon ] splatter:0:0000:00:999:[ Stage 5-5 - no weapon ] splatter:0:0000:00:999:[ Stage 5-6 - no weapon ] splatter:0:0000:00:999:[ Stage 6 - no weapon ] splatter:0:0000:00:999:[ Stage 7 - no weapon ] splatter:0:0000:00:999:[ ] splatter:0:0000:00:999:[ Use these codes only if ] splatter:0:0000:00:999:[ the weapon is available ] splatter:0:0000:00:999:[ ] splatter:0:0143:09:001:Get Weapon 1 Now! PL1 splatter:0:0144:9D:501:Get Weapon 1 Now! PL1 (2/2) splatter:0:0143:09:001:Get Weapon 2 Now! PL1 splatter:0:0144:BD:501:Get Weapon 2 Now! PL1 (2/2) splatter:0:0143:09:001:Get Weapon 3 Now! PL1 splatter:0:0144:FD:501:Get Weapon 3 Now! PL1 (2/2) splatter:0:0143:A0:001:Get Weapon 4 Now! PL1 splatter:0:0144:1D:501:Get Weapon 4 Now! PL1 (2/2) splatter:0:0143:A0:001:Get Weapon 5 Now! PL1 splatter:0:0144:3D:501:Get Weapon 5 Now! PL1 (2/2) splatter:0:0183:09:001:Get Weapon 1 Now! PL2 splatter:0:0184:9D:501:Get Weapon 1 Now! PL2 (2/2) splatter:0:0183:09:001:Get Weapon 2 Now! PL2 splatter:0:0184:BD:501:Get Weapon 2 Now! PL2 (2/2) splatter:0:0183:09:001:Get Weapon 3 Now! PL2 splatter:0:0184:FD:501:Get Weapon 3 Now! PL2 (2/2) splatter:0:0183:A0:001:Get Weapon 4 Now! PL2 splatter:0:0184:1D:501:Get Weapon 4 Now! PL2 (2/2) splatter:0:0183:A0:001:Get Weapon 5 Now! PL2 splatter:0:0184:3D:501:Get Weapon 5 Now! PL2 (2/2) splatter:0:0000:00:999:[ ] splatter:0:0000:00:999:[Here is the list of stages ] splatter:0:0000:00:999:[and the weapon type that is] splatter:0:0000:00:999:[used on that stage. KEY - ] splatter:0:0000:00:999:[W1-W5 = Weapon 1-5 ] splatter:0:0000:00:999:[RAZ=Razor RIF=Rifle AX=AXE ] splatter:0:0000:00:999:[BOS=Bo Stick HAR=Harpoon ] splatter:0:0000:00:999:[STO=Stone WRE=Wrench ] splatter:0:0000:00:999:[ ] splatter:0:0000:00:999:[ Stage W1 W2 W3 W4 W5 ] splatter:0:0000:00:999:[ 1-1 RAZ BOS no no no ] splatter:0:0000:00:999:[ 1-2 no no no no no ] splatter:0:0000:00:999:[ 2-1 RAZ WRE no no no ] splatter:0:0000:00:999:[ 2-2 BOS no no no no ] splatter:0:0000:00:999:[ 2-3 no no no no no ] splatter:0:0000:00:999:[ 3 RIF STO STO RIF no ] splatter:0:0000:00:999:[ 3+ no no no no no ] splatter:0:0000:00:999:[ 4-1 HAR HAR HAR HAR HAR ] splatter:0:0000:00:999:[ 4-1+ no no no no no ] splatter:0:0000:00:999:[ 4-2 no no no no no ] splatter:0:0000:00:999:[ 4-3 AXE no no no no ] splatter:0:0000:00:999:[ 5-1 BOS no no no no ] splatter:0:0000:00:999:[ 5-2 no no no no no ] splatter:0:0000:00:999:[ 5-3 no no no no no ] splatter:0:0000:00:999:[ 5-4 no no no no no ] splatter:0:0000:00:999:[ 5-5 no no no no no ] splatter:0:0000:00:999:[ 5-6 no no no no no ] splatter:0:0000:00:999:[ 6 no no no no no ] splatter:0:0000:00:999:[ 7 no no no no no ] splatter:0:0000:00:999:[ ] splatter:0:09A6:02:001:Make Weapon 1 = Razor Now! splatter:0:09A6:03:001:Make Weapon 1 = Rifle Now! splatter:0:09A6:04:001:Make Weapon 1 = Axe Now! splatter:0:09A6:05:001:Make Weapon 1 = Bo stick Now! splatter:0:09A6:0A:001:Make Weapon 1 = Harpoon Now! splatter:0:09C6:05:001:Make Weapon 2 = Bo stick Now! splatter:0:09C6:07:001:Make Weapon 2 = Stone Now! splatter:0:09C6:08:001:Make Weapon 2 = Wrench Now! splatter:0:09C6:0A:001:Make Weapon 2 = Harpoon Now! splatter:0:09F6:07:001:Make Weapon 3 = Stone Now! splatter:0:09F6:0A:001:Make Weapon 3 = Harpoon Now! splatter:0:0A16:03:001:Make Weapon 4 = Rifle Now! splatter:0:0A16:0A:001:Make Weapon 4 = Harpoon Now! splatter:0:0A36:0A:001:Make Weapon 5 = Harpoon Now! splatter:0:0000:00:999:[These Start on Stage cheats] splatter:0:0000:00:999:[must be enabled on the ] splatter:0:0000:00:999:[title screen and turned off] splatter:0:0000:00:999:[when the screen with the ] splatter:0:0000:00:999:[stage number is displayed. ] splatter:0:0065:0A:000:Start on Stage 2 splatter:0:014D:02:500:Start on Stage 2 (2/2) splatter:0:0065:04:000:Start on Stage 3 splatter:0:014D:05:500:Start on Stage 3 (2/2) splatter:0:0065:05:000:Start on Stage 4 splatter:0:014D:06:500:Start on Stage 4 (2/2) splatter:0:0065:08:000:Start on Stage 5 splatter:0:014D:0D:500:Start on Stage 5 (2/2) splatter:0:0065:13:000:Start on Stage 6 splatter:0:014D:14:500:Start on Stage 6 (2/2) splatter:0:0065:14:000:Start on Stage 7 splatter:0:014D:17:500:Start on Stage 7 (2/2) splatter:0:0000:00:999:[These Current Stage cheats ] splatter:0:0000:00:999:[require you to lose a life ] splatter:0:0000:00:999:[to jump to that stage! ] splatter:0:014D:01:001:Current Stage = 1-1 Now! PL1 splatter:0:014D:02:001:Current Stage = 2-1 Now! PL1 splatter:0:014D:05:001:Current Stage = 3 Now! PL1 splatter:0:014D:06:001:Current Stage = 4-1 Now! PL1 splatter:0:014D:0D:001:Current Stage = 5-1 Now! PL1 splatter:0:014D:14:001:Current Stage = 6 Now! PL1 splatter:0:014D:17:001:Current Stage = 7 Now! PL1 splatter:0:018D:01:001:Current Stage = 1-1 Now! PL2 splatter:0:018D:02:001:Current Stage = 2-1 Now! PL2 splatter:0:018D:05:001:Current Stage = 3 Now! PL2 splatter:0:018D:06:001:Current Stage = 4-1 Now! PL2 splatter:0:018D:0D:001:Current Stage = 5-1 Now! PL2 splatter:0:018D:14:001:Current Stage = 6 Now! PL2 splatter:0:018D:17:001:Current Stage = 7 Now! PL2 splatter:0:0000:00:999:[ ] splatter:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Systems ; [ Splendor Blast ] splndrbt:0:0400B7:00:000:Infinite Time splndrbt:0:0400B0:20:000:Infinite Energy splndrbt:0:0400B1:00:500:Infinite Energy (2/2) splndrbt:0:0400CD:13:007:Infinite Missiles splndrbt:0:0400B6:01:000:Always be first ; [ Super Punch-Out!! (Japan) ] spnchotj:0:D022:70:000:Invincibility spnchotj:0:D048:1A:000:KO Power spnchotj:0:D7F2:03:000:Infinite Time spnchotj:0:D024:00:001:Drain Other Fighter Now! spnchotj:0:D024:00:000:Quick KDs/KOs :spnchotj:00000000:D02E:00000000:FFFFFFFF:Player TKO Count always = 0 :spnchotj:00000000:D02F:00000003:FFFFFFFF:CPU TKO Count always = 3:Effectively get a TKO on the first knockout ; [ Super Punch-Out!! ] spnchout:0:D022:70:000:Invincibility spnchout:0:D048:1A:000:KO Power spnchout:0:D7F2:03:000:Infinite Time spnchout:0:D024:00:001:Drain Other Fighter Now! spnchout:0:D024:00:000:Quick KDs/KOs :spnchout:00000000:D02E:00000000:FFFFFFFF:Player TKO Count always = 0 :spnchout:00000000:D02F:00000003:FFFFFFFF:CPU TKO Count always = 3:Effectively get a TKO on the first knockout ; [ Super Pool III (World?) ] spool3:0:008A:03:000:Infinite Lives PL1 spool3:0:04F1:6E:000:Infinite Time PL1 ; [ Super Pool III (I-Vics) ] spool3i:0:008A:03:000:Infinite Lives PL1 spool3i:0:04F1:6E:000:Infinite Time PL1 ; [ Super Cross 2 (Japan set 1) ] sprcros2:0:F03E:09:000:Infinite Time ; [ Super Cross 2 (Japan set 2) ] sprcrs2a:0:F03E:09:000:Infinite Time ; [ Super Glob (Pac-Man hardware) German ] sprglbpg:0:4C36:99:000:Infinite Credits sprglbpg:0:4CA6:A8:000:Infinite Energy:Display isn't true! :sprglbpg:20800000:1D89:00000018:FFFFFFFF:Invincibility :sprglbpg:20810000:2174:00000021:FFFFFFFF:Invincibility (2/2):1st = Enemy. 2nd = Elavator sprglbpg:0:0000:00:999:[Turn ON the No Enemies!! ] sprglbpg:0:0000:00:999:[cheat when there are no ] sprglbpg:0:0000:00:999:[enemies on screen! ] sprglbpg:0:4F35:05:000:No Enemies!! sprglbpg:0:4C9F:05:000:Infinite Lives PL1 sprglbpg:0:4CA1:05:000:Infinite Lives PL2 ; [ Super Glob (Pac-Man hardware) ] sprglobp:0:4C36:99:000:Infinite Credits sprglobp:0:4CA6:A8:000:Infinite Energy:Display isn't true! :sprglobp:20800000:19D89:00000018:FFFFFFFF:Invincibility :sprglobp:20810000:1A174:00000021:FFFFFFFF:Invincibility (2/2):1st = Enemy ($1D89). 2nd = Elevator ($2174) sprglobp:0:0000:00:999:[Turn ON the No Enemies!! ] sprglobp:0:0000:00:999:[cheat when there are no ] sprglobp:0:0000:00:999:[enemies on screen! ] sprglobp:0:4F35:05:000:No Enemies!! sprglobp:0:4C9F:05:000:Infinite Lives PL1 sprglobp:0:4CA1:05:000:Infinite Lives PL2 ; [ Springer ] springer:0:8032:09:000:Infinite Lives PL1 springer:0:8033:09:000:Infinite Lives PL2 springer:0:82B7:70:000:Infinite Bonus ; [ Sprint 1 ] sprint1:0:043C:B9:000:Infinite Time ; [ Sprint 2 (set 1) ] sprint2:0:0450:3C:000:Infinite Time ; [ Sprint 2 (set 2) ] sprint2a:0:0450:3C:000:Infinite Time ; [ Sprint 4 (set 1) ] sprint4:0:0000:00:999:[ This game hasn't even ]:REASON 11 sprint4:0:0000:00:999:[ been looked at due to ]:REASON 11 sprint4:0:0000:00:999:[ time constraints - Too]:REASON 11 sprint4:0:0000:00:999:[ many games and so ]:REASON 11 sprint4:0:0000:00:999:[ little time. It is ]:REASON 11 sprint4:0:0000:00:999:[ even possible that ]:REASON 11 sprint4:0:0000:00:999:[ this game may be a ]:REASON 11 sprint4:0:0000:00:999:[ clone of an existing ]:REASON 11 sprint4:0:0000:00:999:[ game which may have ]:REASON 11 sprint4:0:0000:00:999:[ cheats. Please search ]:REASON 11 sprint4:0:0000:00:999:[ the cheat forums ]:REASON 11 sprint4:0:0000:00:999:[ before posting cheat ]:REASON 11 sprint4:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sprint 4 (set 2) ] sprint4a:0:0000:00:999:[ This game hasn't even ]:REASON 11 sprint4a:0:0000:00:999:[ been looked at due to ]:REASON 11 sprint4a:0:0000:00:999:[ time constraints - Too]:REASON 11 sprint4a:0:0000:00:999:[ many games and so ]:REASON 11 sprint4a:0:0000:00:999:[ little time. It is ]:REASON 11 sprint4a:0:0000:00:999:[ even possible that ]:REASON 11 sprint4a:0:0000:00:999:[ this game may be a ]:REASON 11 sprint4a:0:0000:00:999:[ clone of an existing ]:REASON 11 sprint4a:0:0000:00:999:[ game which may have ]:REASON 11 sprint4a:0:0000:00:999:[ cheats. Please search ]:REASON 11 sprint4a:0:0000:00:999:[ the cheat forums ]:REASON 11 sprint4a:0:0000:00:999:[ before posting cheat ]:REASON 11 sprint4a:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sprint 8 ] sprint8:0:0000:00:999:[ This game hasn't even ]:REASON 11 sprint8:0:0000:00:999:[ been looked at due to ]:REASON 11 sprint8:0:0000:00:999:[ time constraints - Too]:REASON 11 sprint8:0:0000:00:999:[ many games and so ]:REASON 11 sprint8:0:0000:00:999:[ little time. It is ]:REASON 11 sprint8:0:0000:00:999:[ even possible that ]:REASON 11 sprint8:0:0000:00:999:[ this game may be a ]:REASON 11 sprint8:0:0000:00:999:[ clone of an existing ]:REASON 11 sprint8:0:0000:00:999:[ game which may have ]:REASON 11 sprint8:0:0000:00:999:[ cheats. Please search ]:REASON 11 sprint8:0:0000:00:999:[ the cheat forums ]:REASON 11 sprint8:0:0000:00:999:[ before posting cheat ]:REASON 11 sprint8:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sprint 8 (play tag & chase) ] sprint8a:0:0000:00:999:[ This game hasn't even ]:REASON 11 sprint8a:0:0000:00:999:[ been looked at due to ]:REASON 11 sprint8a:0:0000:00:999:[ time constraints - Too]:REASON 11 sprint8a:0:0000:00:999:[ many games and so ]:REASON 11 sprint8a:0:0000:00:999:[ little time. It is ]:REASON 11 sprint8a:0:0000:00:999:[ even possible that ]:REASON 11 sprint8a:0:0000:00:999:[ this game may be a ]:REASON 11 sprint8a:0:0000:00:999:[ clone of an existing ]:REASON 11 sprint8a:0:0000:00:999:[ game which may have ]:REASON 11 sprint8a:0:0000:00:999:[ cheats. Please search ]:REASON 11 sprint8a:0:0000:00:999:[ the cheat forums ]:REASON 11 sprint8a:0:0000:00:999:[ before posting cheat ]:REASON 11 sprint8a:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super Missile Attack (not encrypted) ] sprmatkd:0:00A0:0B:004:Infinite shots (Left) sprmatkd:0:00A1:0B:004:Infinite shots (Center) sprmatkd:0:00A2:0B:004:Infinite shots (Right) sprmatkd:0:00C0:06:000:Infinite cities PL1 sprmatkd:0:00C1:06:000:Infinite cities PL2 ; [ Sports Match ] sprtmtch:0:7741:63:000:Infinite Credits sprtmtch:0:7718:28:000:Infinite Game Time sprtmtch:0:771E:FF:000:Infinite VS Time sprtmtch:0:773E:09:000:Infinite Special Hands sprtmtch:0:7711:00:001:Finish this Level Now! sprtmtch:0:7735:03:000:Infinite Helps PL1 sprtmtch:0:7736:03:000:Infinite Helps PL2 ; [ Space Trek (cocktail) ] sptrekct:0:E3A2:08:000:Infinite Lives PL1 sptrekct:0:E3B5:20:000:Infinite Power PL1 sptrekct:0:E3A6:99:000:Infinite Bonus PL1 sptrekct:0:E3A3:08:000:Infinite Lives PL2 sptrekct:0:E3B6:20:000:Infinite Power PL2 sptrekct:0:E3A7:99:000:Infinite Bonus PL2 ; [ S.P.Y. - Special Project Y (World ver. N) ] spy:0:0815:09:000:Infinite Credits spy:0:594D:59:000:Infinite Time spy:0:594C:09:500:Infinite Time (2/2) spy:0:083C:09:000:Infinite Lives PL1 spy:0:0A70:12:000:Infinite Energy PL1 spy:0:0843:99:000:Infinite Ammo PL1:Get a weapon first though spy:0:0A47:09:000:Infinite Fireballs PL1:This cheat has no efffect on odd levels (1,3,5 & 7) spy:0:1A32:01:000:Infinite Continues PL1 spy:0:0987:40:000:Invincibility(Odd Levels Only) "ON" PL1:This cheat must be OFF on all even levels (2,4 & 6). spy:0:0987:01:001:Invincibility(Odd Levels Only) "OFF" PL1 spy:0:0A48:40:000:Invincibility(Even Levels Only) "ON" PL1:This cheat must be OFF on all odd levels (1,3,5 & 7)! spy:0:0A48:00:001:Invincibility(Even Levels Only) "OFF"PL1 spy:0:083D:09:000:Infinite Lives PL2 spy:0:0AF0:12:000:Infinite Energy PL2 spy:0:0845:99:000:Infinite Ammo PL2:Get a weapon first though spy:0:0AC7:09:000:Infinite Fireballs PL2:This cheat has no efffect on odd levels (1,3,5 & 7) spy:0:1A33:01:000:Infinite Continues PL2 spy:0:0988:40:000:Invincibility(Odd Levels Only) "ON" PL2:This cheat must be OFF on all even levels (2,4 & 6). spy:0:0988:01:001:Invincibility(Odd Levels Only) "OFF" PL2 spy:0:0AC8:40:000:Invincibility(Even Levels Only) "ON" PL2:This cheat must be OFF on all odd levels (1,3,5 & 7)! spy:0:0AC8:00:001:Invincibility(Even Levels Only) "OFF"PL2 ; [ Spy Hunter 2 (rev 1) ] :spyhnt2a:00000018:0601A9:000000FC:000000FF:Infinite Weapons:This gives you an infinite number of all weapons, except for 'Flame', which has 'Slash' in it's place. :spyhnt2a:00110000:0601AE:00001010:0000FFFF:Infinite Weapons (2/2) :spyhnt2a:00000018:0601A9:00000001:00000000:No Enemies:This makes it so only weapon trucks appear. spyhnt2a:0:0601A0:00:000:Invincibility PL1 ; [ Spy Hunter ] spyhunt:0:E870:01:000:Infinite Lives (After timer) spyhunt:0:F389:01:000:Infinite Lives spyhunt:0:F381:09:000:Infinite Time spyhunt:0:F0D4:03:000:Infinite Smoke Screens spyhunt:0:F0FE:03:000:Infinite Missiles spyhunt:0:F0D2:3F:000:Infinite Oil Slicks spyhunt:0:F0D5:40:000:Endless Smokescreen ; [ Spy Hunter 2 (rev 2) ] :spyhunt2:00000018:0601A9:000000FC:000000FF:Infinite Weapons:This gives you an infinite number of all weapons, except for 'Flame', which has 'Slash' in it's place. :spyhunt2:00110000:0601AE:00001010:0000FFFF:Infinite Weapons (2/2) :spyhunt2:00000018:0601A9:00000001:00000000:No Enemies:This makes it so only weapon trucks appear. spyhunt2:0:0601A0:00:000:Invincibility PL1 ; [ S.P.Y. - Special Project Y (US ver. M) ] spyu:0:0815:09:000:Infinite Credits spyu:0:594D:59:000:Infinite Time spyu:0:594C:09:500:Infinite Time (2/2) spyu:0:083C:09:000:Infinite Lives PL1 spyu:0:0A70:12:000:Infinite Energy PL1 spyu:0:0843:99:000:Infinite Ammo PL1:Get a weapon first though spyu:0:0A47:09:000:Infinite Fireballs PL1:This cheat has no efffect on odd levels (1,3,5 & 7) spyu:0:1A32:01:000:Infinite Continues PL1 spyu:0:0987:40:000:Invincibility(Odd Levels Only) "ON" PL1:This cheat must be OFF on all even levels (2,4 & 6). spyu:0:0987:01:001:Invincibility(Odd Levels Only) "OFF" PL1 spyu:0:0A48:40:000:Invincibility(Even Levels Only) "ON" PL1:This cheat must be OFF on all odd levels (1,3,5 & 7)! spyu:0:0A48:00:001:Invincibility(Even Levels Only) "OFF"PL1 spyu:0:083D:09:000:Infinite Lives PL2 spyu:0:0AF0:12:000:Infinite Energy PL2 spyu:0:0845:99:000:Infinite Ammo PL2:Get a weapon first though spyu:0:0AC7:09:000:Infinite Fireballs PL2:This cheat has no efffect on odd levels (1,3,5 & 7) spyu:0:1A33:01:000:Infinite Continues PL2 spyu:0:0988:40:000:Invincibility(Odd Levels Only) "ON" PL2:This cheat must be OFF on all even levels (2,4 & 6). spyu:0:0988:01:001:Invincibility(Odd Levels Only) "OFF" PL2 spyu:0:0AC8:40:000:Invincibility(Even Levels Only) "ON" PL2:This cheat must be OFF on all odd levels (1,3,5 & 7)! spyu:0:0AC8:00:001:Invincibility(Even Levels Only) "OFF"PL2 ; [ Faster, Harder, More Challenging Q*bert (prototype) ] sqbert:0:01000:04:000:Infinite Lives sqbert:0:00065:4B:000:No Enemies ; [ Super Qix (set 1) ] sqix:0:E4CD:00:000:Infinite freeze time sqix:0:F85C:E4:000:Stop around timer sqix:0:F85E:04:500:Stop around timer (2/2) sqix:0:F814:0A:000:Infinite Lives PL1 sqix:0:F011:99:001:Finish this Round faster PL1 sqix:0:F869:03:001:Get 3 letters out of 4 PL1 sqix:0:F869:04:001:Get 4 letters out of 5 PL1 sqix:0:F869:05:001:Get 5 letters out of 6 PL1 sqix:0:F869:06:001:Get 6 letters out of 7 PL1 sqix:0:F869:04:001:Get 7 letters out of 8 PL1 sqix:0:F815:0A:000:Infinite Lives PL2 sqix:0:F012:99:001:Finish this Round faster PL2 sqix:0:F880:03:001:Get 3 letters out of 4 PL2 sqix:0:F869:04:001:Get 4 letters out of 5 PL2 sqix:0:F869:05:001:Get 5 letters out of 6 PL2 sqix:0:F869:06:001:Get 6 letters out of 7 PL2 sqix:0:F869:04:001:Get 7 letters out of 8 PL2 sqix:0:E4A8:8F:000:Always have shield sqix:0:E4A8:01:000:Always have speed up sqix:0:E4A8:09:000:Always have max speed sqix:0:E4A8:04:000:Always have freeze sqix:0:E4A8:0D:000:Always have freeze+speed sqix:0:E4A8:8F:001:Get shield Now! sqix:0:E4A8:01:001:Get speed up Now! sqix:0:E4A8:09:001:Get max speed Now! sqix:0:E4A8:04:001:Get freeze Now! sqix:0:E4A8:0D:001:Get freeze+speed Now! sqix:0:F804:00:001:Next Goto Round 2 sqix:0:F804:01:001:Next Goto Round 3 sqix:0:F804:02:001:Next Goto Round 4 sqix:0:F804:03:001:Next Goto Round 5 sqix:0:F804:04:001:Next Goto Round 6 sqix:0:F804:05:001:Next Goto Round 7 sqix:0:F804:06:001:Next Goto Round 8 sqix:0:F804:07:001:Next Goto Round 9 sqix:0:F804:08:001:Next Goto Round 10 sqix:0:F804:09:001:Next Goto Round 11 sqix:0:F804:0A:001:Next Goto Round 12 sqix:0:F804:0B:001:Next Goto Round 13 sqix:0:F804:0C:001:Next Goto Round 14 sqix:0:F804:0D:001:Next Goto Round 15 sqix:0:F804:0E:001:Next Goto Round 16 ; [ Super Qix (set 2) ] sqixa:0:E4CD:00:000:Infinite freeze time sqixa:0:F85C:E4:000:Stop around timer sqixa:0:F85E:04:500:Stop around timer (2/2) sqixa:0:F814:0A:000:Infinite Lives PL1 sqixa:0:F011:99:001:Finish this Round faster PL1 sqixa:0:F869:03:001:Get 3 letters out of 4 PL1 sqixa:0:F869:04:001:Get 4 letters out of 5 PL1 sqixa:0:F869:05:001:Get 5 letters out of 6 PL1 sqixa:0:F869:06:001:Get 6 letters out of 7 PL1 sqixa:0:F869:04:001:Get 7 letters out of 8 PL1 sqixa:0:F815:0A:000:Infinite Lives PL2 sqixa:0:F012:99:001:Finish this Round faster PL2 sqixa:0:F880:03:001:Get 3 letters out of 4 PL2 sqixa:0:F869:04:001:Get 4 letters out of 5 PL2 sqixa:0:F869:05:001:Get 5 letters out of 6 PL2 sqixa:0:F869:06:001:Get 6 letters out of 7 PL2 sqixa:0:F869:04:001:Get 7 letters out of 8 PL2 sqixa:0:E4A8:8F:000:Always have shield sqixa:0:E4A8:01:000:Always have speed up sqixa:0:E4A8:09:000:Always have max speed sqixa:0:E4A8:04:000:Always have freeze sqixa:0:E4A8:0D:000:Always have freeze+speed sqixa:0:E4A8:8F:001:Get shield Now! sqixa:0:E4A8:01:001:Get speed up Now! sqixa:0:E4A8:09:001:Get max speed Now! sqixa:0:E4A8:04:001:Get freeze Now! sqixa:0:E4A8:0D:001:Get freeze+speed Now! sqixa:0:F804:00:001:Next Goto Round 2 sqixa:0:F804:01:001:Next Goto Round 3 sqixa:0:F804:02:001:Next Goto Round 4 sqixa:0:F804:03:001:Next Goto Round 5 sqixa:0:F804:04:001:Next Goto Round 6 sqixa:0:F804:05:001:Next Goto Round 7 sqixa:0:F804:06:001:Next Goto Round 8 sqixa:0:F804:07:001:Next Goto Round 9 sqixa:0:F804:08:001:Next Goto Round 10 sqixa:0:F804:09:001:Next Goto Round 11 sqixa:0:F804:0A:001:Next Goto Round 12 sqixa:0:F804:0B:001:Next Goto Round 13 sqixa:0:F804:0C:001:Next Goto Round 14 sqixa:0:F804:0D:001:Next Goto Round 15 sqixa:0:F804:0E:001:Next Goto Round 16 ; [ Super Qix (bootleg) ] sqixbl:0:E4CD:00:000:Infinite freeze time sqixbl:0:F85C:E4:000:Stop around timer sqixbl:0:F85E:04:500:Stop around timer (2/2) sqixbl:0:F814:0A:000:Infinite Lives PL1 sqixbl:0:F011:99:001:Finish this Round faster PL1 sqixbl:0:F869:03:001:Get 3 letters out of 4 PL1 sqixbl:0:F869:04:001:Get 4 letters out of 5 PL1 sqixbl:0:F869:05:001:Get 5 letters out of 6 PL1 sqixbl:0:F869:06:001:Get 6 letters out of 7 PL1 sqixbl:0:F869:04:001:Get 7 letters out of 8 PL1 sqixbl:0:F815:0A:000:Infinite Lives PL2 sqixbl:0:F012:99:001:Finish this Round faster PL2 sqixbl:0:F880:03:001:Get 3 letters out of 4 PL2 sqixbl:0:F869:04:001:Get 4 letters out of 5 PL2 sqixbl:0:F869:05:001:Get 5 letters out of 6 PL2 sqixbl:0:F869:06:001:Get 6 letters out of 7 PL2 sqixbl:0:F869:04:001:Get 7 letters out of 8 PL2 sqixbl:0:E4A8:8F:000:Always have shield sqixbl:0:E4A8:01:000:Always have speed up sqixbl:0:E4A8:09:000:Always have max speed sqixbl:0:E4A8:04:000:Always have freeze sqixbl:0:E4A8:0D:000:Always have freeze+speed sqixbl:0:E4A8:8F:001:Get shield Now! sqixbl:0:E4A8:01:001:Get speed up Now! sqixbl:0:E4A8:09:001:Get max speed Now! sqixbl:0:E4A8:04:001:Get freeze Now! sqixbl:0:E4A8:0D:001:Get freeze+speed Now! sqixbl:0:F804:00:001:Next Goto Round 2 sqixbl:0:F804:01:001:Next Goto Round 3 sqixbl:0:F804:02:001:Next Goto Round 4 sqixbl:0:F804:03:001:Next Goto Round 5 sqixbl:0:F804:04:001:Next Goto Round 6 sqixbl:0:F804:05:001:Next Goto Round 7 sqixbl:0:F804:06:001:Next Goto Round 8 sqixbl:0:F804:07:001:Next Goto Round 9 sqixbl:0:F804:08:001:Next Goto Round 10 sqixbl:0:F804:09:001:Next Goto Round 11 sqixbl:0:F804:0A:001:Next Goto Round 12 sqixbl:0:F804:0B:001:Next Goto Round 13 sqixbl:0:F804:0C:001:Next Goto Round 14 sqixbl:0:F804:0D:001:Next Goto Round 15 sqixbl:0:F804:0E:001:Next Goto Round 16 ; [ Squash (Ver. 1.0) ] :squash:00000000:FFB80A:00000063:FFFFFFFF:Infinite Credits :squash:00000000:FFB9C5:00000005:FFFFFFFF:Infinite Lives :squash:00000101:FFB948:00000009:FFFFFFFF:Select Score PL1 :squash:00000000:FFB948:00000000:FFFFFFFF:Score Always = 0 PL1 :squash:00000001:FFB948:00000000:FFFFFFFF:Score = 0 Now! PL1 :squash:00000001:FFB948:00000009:FFFFFFFF:Score = 9 Now! PL1 :squash:00000101:FFB949:00000009:FFFFFFFF:Select Score PL2 :squash:00000000:FFB949:00000000:FFFFFFFF:Score Always = 0 PL2 :squash:00000001:FFB949:00000000:FFFFFFFF:Score = 0 Now! PL2 :squash:00000001:FFB949:00000009:FFFFFFFF:Score = 9 Now! PL2 ; [ Space Raider ] :sraider:00000000:6006:00000099:FFFFFFFF:Infinite Credits :sraider:00001301:6100:000000FE:FFFFFFFF:Select Starting Scene:Enable on the "Press Player Button" screen after you've inserted a credit :sraider:00001D01:6101:00000062:FFFFFFFF:Select St. Scene (Disp):Enable on the "Press Player Button" screen after you've inserted a credit :sraider:00000000:6102:0000000A:FFFFFFFF:Infinite Lives :sraider:20800000:4E11:00000018:FFFFFFFF:Invincibility :sraider:20810000:505C:00000018:FFFFFFFF:Invincibility (2/3) :sraider:20810000:5804:00000018:FFFFFFFF:Invincibility (3/3) :sraider:00000001:6103:00000000:FFFFFFFF:Finish Scene this Now! :sraider:00010001:6120:00000081:FFFFFFFF:Finish Scene this Now! (2/2) :sraider:00000000:60B3:00000000:FFFFFFFF:Rapid Fire:Turn it OFF on name entry screen ; [ Sega Rally 2 ] srally2:0:0000:00:999:[ There are no cheats ]:REASON 1 srally2:0:0000:00:999:[ for this game as it ]:REASON 1 srally2:0:0000:00:999:[ didn't work the last ]:REASON 1 srally2:0:0000:00:999:[ time it was tested. ]:REASON 1 srally2:0:0000:00:999:[ If the game now works ]:REASON 1 srally2:0:0000:00:999:[ please request cheats ]:REASON 1 srally2:0:0000:00:999:[ for it on the cheat ]:REASON 1 srally2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sega Rally Championship ] srallyc:0:0000:00:999:[ There are no cheats ]:REASON 1 srallyc:0:0000:00:999:[ for this game as it ]:REASON 1 srallyc:0:0000:00:999:[ didn't work the last ]:REASON 1 srallyc:0:0000:00:999:[ time it was tested. ]:REASON 1 srallyc:0:0000:00:999:[ If the game now works ]:REASON 1 srallyc:0:0000:00:999:[ please request cheats ]:REASON 1 srallyc:0:0000:00:999:[ for it on the cheat ]:REASON 1 srallyc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sega Rally 2 DX ] sraly2dx:0:0000:00:999:[ There are no cheats ]:REASON 1 sraly2dx:0:0000:00:999:[ for this game as it ]:REASON 1 sraly2dx:0:0000:00:999:[ didn't work the last ]:REASON 1 sraly2dx:0:0000:00:999:[ time it was tested. ]:REASON 1 sraly2dx:0:0000:00:999:[ If the game now works ]:REASON 1 sraly2dx:0:0000:00:999:[ please request cheats ]:REASON 1 sraly2dx:0:0000:00:999:[ for it on the cheat ]:REASON 1 sraly2dx:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Ranger (v2.0) ] sranger:0:C830:99:000:Infinite Credits sranger:0:C895:59:000:Infinite Time sranger:0:47CA:C9:100:Invincibility sranger:0:4ACF:18:600:Invincibility (2/2) sranger:0:C9FF:03:001:Machine Gun Mode "ON" Now!:Use this cheat with caution as it's very buggy sranger:0:C9FF:00:001:Machine Gun Mode "OFF" Now! sranger:0:0000:00:999:[ See the Dip Switch Menu to enable ] sranger:0:0000:00:999:[ an alternate Invincibility cheat. ] sranger:0:CA07:05:000:Infinite Lives PL1 sranger:0:CA0A:99:000:Infinite Ammo PL1 sranger:0:CA57:05:000:Infinite Lives PL2 sranger:0:CA5A:99:000:Infinite Ammo PL2 ; [ Super Ranger (bootleg) ] srangerb:0:C830:99:000:Infinite Credits srangerb:0:C895:59:000:Infinite Time srangerb:0:4403:C9:100:Invincibility srangerb:0:4708:18:600:Invincibility (2/2) srangerb:0:C9FF:03:001:Machine Gun Mode "ON" Now!:Use this cheat with caution as it's very buggy srangerb:0:C9FF:00:001:Machine Gun Mode "OFF" Now! srangerb:0:0000:00:999:[ See the Dip Switch Menu to enable ] srangerb:0:0000:00:999:[ an alternate Invincibility cheat. ] srangerb:0:CA07:05:000:Infinite Lives PL1 srangerb:0:CA0A:99:000:Infinite Ammo PL1 srangerb:0:CA57:05:000:Infinite Lives PL2 srangerb:0:CA5A:99:000:Infinite Ammo PL2 ; [ Super Ranger (WDK) ] srangerw:0:C830:99:000:Infinite Credits srangerw:0:C895:59:000:Infinite Time srangerw:0:4403:C9:100:Invincibility srangerw:0:4708:18:600:Invincibility (2/2) srangerw:0:C9FF:03:001:Machine Gun Mode "ON" Now!:Use this cheat with caution as it's very buggy srangerw:0:C9FF:00:001:Machine Gun Mode "OFF" Now! srangerw:0:0000:00:999:[ See the Dip Switch Menu to enable ] srangerw:0:0000:00:999:[ an alternate Invincibility cheat. ] srangerw:0:CA07:05:000:Infinite Lives PL1 srangerw:0:CA0A:99:000:Infinite Ammo PL1 srangerw:0:CA57:05:000:Infinite Lives PL2 srangerw:0:CA5A:99:000:Infinite Ammo PL2 ; [ Super Real Darwin (World) ] srdarwin:0:10EB:99:000:Infinite Credits srdarwin:0:96E4:39:100:Invincibility srdarwin:0:0357:00:001:Kill Boss with one shot Now!:Works fine on one part bosses srdarwin:0:10EE:9A:000:Infinite Lives PL1 srdarwin:0:10EF:9A:000:Infinite Lives PL2 ; [ Super Real Darwin (Japan) ] srdarwnj:0:10EB:99:000:Infinite Credits srdarwnj:0:96E4:39:100:Invincibility srdarwnj:0:0357:00:001:Kill Boss with one shot Now!:Works fine on one part bosses srdarwnj:0:10EE:9A:000:Infinite Lives PL1 srdarwnj:0:10EF:9A:000:Infinite Lives PL2 ; [ S.R.D. Mission ] srdmissn:0:E001:63:000:Infinite Credits srdmissn:0:E0AB:0A:000:Infinite Lives :srdmissn:20800000:18B3:00000018:FFFFFFFF:Invincibility srdmissn:0:0000:00:999:[ See the Dip Switch Menu for an ] srdmissn:0:0000:00:999:[ alternate Invincibility cheat. ] ; [ Super Real Mahjong Part 2 (Japan) ] srmp2:0:000000:00:999:[ The winning hand cheat must be activated when there are 14 tiles in ] srmp2:0:000000:00:999:[ your hand, then press the RON key ('Z' by default). The tiles do ] srmp2:0:000000:00:999:[ not visually change until you make a move. ] srmp2:0:0C1F62:31:001:Get winning hand Now! srmp2:0:0C1F63:31:501:Get winning hand Now! (02/15) srmp2:0:0C1F64:31:501:Get winning hand Now! (03/15) srmp2:0:0C1F65:32:501:Get winning hand Now! (04/15) srmp2:0:0C1F66:32:501:Get winning hand Now! (05/15) srmp2:0:0C1F67:32:501:Get winning hand Now! (06/15) srmp2:0:0C1F68:33:501:Get winning hand Now! (07/15) srmp2:0:0C1F69:33:501:Get winning hand Now! (08/15) srmp2:0:0C1F6A:33:501:Get winning hand Now! (09/15) srmp2:0:0C1F6B:34:501:Get winning hand Now! (10/15) srmp2:0:0C1F6C:34:501:Get winning hand Now! (11/15) srmp2:0:0C1F6D:34:501:Get winning hand Now! (12/15) srmp2:0:0C1F6E:35:501:Get winning hand Now! (13/15) srmp2:0:0C1F6F:35:501:Get winning hand Now! (14/15) srmp2:0:0C2120:35:501:Get winning hand Now! (15/15) srmp2:0:0C1F62:31:000:Always winning hand srmp2:0:0C1F63:31:500:Always winning hand (02/15) srmp2:0:0C1F64:31:500:Always winning hand (03/15) srmp2:0:0C1F65:32:500:Always winning hand (04/15) srmp2:0:0C1F66:32:500:Always winning hand (05/15) srmp2:0:0C1F67:32:500:Always winning hand (06/15) srmp2:0:0C1F68:33:500:Always winning hand (07/15) srmp2:0:0C1F69:33:500:Always winning hand (08/15) srmp2:0:0C1F6A:33:500:Always winning hand (09/15) srmp2:0:0C1F6B:34:500:Always winning hand (10/15) srmp2:0:0C1F6C:34:500:Always winning hand (11/15) srmp2:0:0C1F6D:34:500:Always winning hand (12/15) srmp2:0:0C1F6E:35:500:Always winning hand (13/15) srmp2:0:0C1F6F:35:500:Always winning hand (14/15) srmp2:0:0C2120:35:500:Always winning hand (15/15) ; [ Super Real Mahjong Part 3 (Japan) ] srmp3:0:0000:00:999:[ The winning hand cheat must be activated when there are ] srmp3:0:0000:00:999:[ 14 tiles in your hand, then press the RON key ('Z' by ] srmp3:0:0000:00:999:[ default). The tiles do not visually change until you make ] srmp3:0:0000:00:999:[ a move. ] srmp3:0:A241:35:001:Get winning hand Now! srmp3:0:A240:35:501:Get winning hand Now! (02/14) srmp3:0:A23F:34:501:Get winning hand Now! (03/14) srmp3:0:A23E:34:501:Get winning hand Now! (04/14) srmp3:0:A23D:34:501:Get winning hand Now! (05/14) srmp3:0:A23C:33:501:Get winning hand Now! (06/14) srmp3:0:A23B:33:501:Get winning hand Now! (07/14) srmp3:0:A23A:33:501:Get winning hand Now! (08/14) srmp3:0:A239:32:501:Get winning hand Now! (09/14) srmp3:0:A238:32:501:Get winning hand Now! (10/14) srmp3:0:A237:32:501:Get winning hand Now! (11/14) srmp3:0:A236:31:501:Get winning hand Now! (12/14) srmp3:0:A235:31:501:Get winning hand Now! (13/14) srmp3:0:A234:31:501:Get winning hand Now! (14/14) ; [ Super Real Mahjong PIV (Japan) ] srmp4:0:000000:00:999:[ The winning hand cheat must be activated when ] srmp4:0:000000:00:999:[ there are 14 tiles in your hand, then press the ] srmp4:0:000000:00:999:[ RON key ('Z' by default). The tiles do not ] srmp4:0:000000:00:999:[ visually change until you make a move. ] :srmp4:00000001:00C0D2:00000030:FFFFFFFF:Get winning hand Now! :srmp4:00010001:00C0D4:00000030:FFFFFFFF:Get winning hand Now! (02/14) :srmp4:00010001:00C0D6:00000030:FFFFFFFF:Get winning hand Now! (03/14) :srmp4:00010001:00C0D8:00000031:FFFFFFFF:Get winning hand Now! (04/14) :srmp4:00010001:00C0DA:00000031:FFFFFFFF:Get winning hand Now! (05/14) :srmp4:00010001:00C0DC:00000031:FFFFFFFF:Get winning hand Now! (06/14) :srmp4:00010001:00C0DE:00000032:FFFFFFFF:Get winning hand Now! (07/14) :srmp4:00010001:00C0E0:00000032:FFFFFFFF:Get winning hand Now! (08/14) :srmp4:00010001:00C0E2:00000032:FFFFFFFF:Get winning hand Now! (09/14) :srmp4:00010001:00C0E4:00000033:FFFFFFFF:Get winning hand Now! (10/14) :srmp4:00010001:00C0E6:00000033:FFFFFFFF:Get winning hand Now! (11/14) :srmp4:00010001:00C0E8:00000033:FFFFFFFF:Get winning hand Now! (12/14) :srmp4:00010001:00C0EA:00000034:FFFFFFFF:Get winning hand Now! (13/14) :srmp4:00010001:00C0EC:00000034:FFFFFFFF:Get winning hand Now! (14/14) :srmp4:00000006:00C0D2:0000010D:FFFFFFFF:Watch ALL 14 tiles - Player :srmp4:00000006:00C0EE:0000010D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. srmp4:0:000000:00:999:[ Here is the look-up list for the above watches. ] srmp4:0:000000:00:999:[ ] srmp4:0:000000:00:999:[ value common name chinese name ] srmp4:0:000000:00:999:[ 00h 1 "characters" 1 "wan" ] srmp4:0:000000:00:999:[ 01h 2 "characters" 2 "wan" ] srmp4:0:000000:00:999:[ 02h 3 "characters" 3 "wan" ] srmp4:0:000000:00:999:[ 03h 4 "characters" 4 "wan" ] srmp4:0:000000:00:999:[ 04h 5 "characters" 5 "wan" ] srmp4:0:000000:00:999:[ 05h 6 "characters" 6 "wan" ] srmp4:0:000000:00:999:[ 06h 7 "characters" 7 "wan" ] srmp4:0:000000:00:999:[ 07h 8 "characters" 8 "wan" ] srmp4:0:000000:00:999:[ 08h 9 "characters" 9 "wan" ] srmp4:0:000000:00:999:[ 10h 1 "dots" 1 "tung" ] srmp4:0:000000:00:999:[ 11h 2 "dots" 2 "tung" ] srmp4:0:000000:00:999:[ 12h 3 "dots" 3 "tung" ] srmp4:0:000000:00:999:[ 13h 4 "dots" 4 "tung" ] srmp4:0:000000:00:999:[ 14h 5 "dots" 5 "tung" ] srmp4:0:000000:00:999:[ 15h 6 "dots" 6 "tung" ] srmp4:0:000000:00:999:[ 16h 7 "dots" 7 "tung" ] srmp4:0:000000:00:999:[ 17h 8 "dots" 8 "tung" ] srmp4:0:000000:00:999:[ 18h 9 "dots" 9 "tung" ] srmp4:0:000000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] srmp4:0:000000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] srmp4:0:000000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] srmp4:0:000000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] srmp4:0:000000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] srmp4:0:000000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] srmp4:0:000000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] srmp4:0:000000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] srmp4:0:000000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] srmp4:0:000000:00:999:[ 30h East "wind" ] srmp4:0:000000:00:999:[ 31h South "wind" ] srmp4:0:000000:00:999:[ 32h West "wind" ] srmp4:0:000000:00:999:[ 33h North "wind" ] srmp4:0:000000:00:999:[ 34h White "dragon" ] srmp4:0:000000:00:999:[ 35h Green "dragon" ] srmp4:0:000000:00:999:[ 36h Red "dragon" ] srmp4:0:000000:00:999:[ 3Fh - no tile - ] ; [ Super Real Mahjong PIV (Japan, older set) ] srmp4o:0:000000:00:999:[ The winning hand cheat must be activated when ] srmp4o:0:000000:00:999:[ there are 14 tiles in your hand, then press the ] srmp4o:0:000000:00:999:[ RON key ('Z' by default). The tiles do not ] srmp4o:0:000000:00:999:[ visually change until you make a move. ] :srmp4o:00000001:00C0D2:00000030:FFFFFFFF:Get winning hand Now! :srmp4o:00010001:00C0D4:00000030:FFFFFFFF:Get winning hand Now! (02/14) :srmp4o:00010001:00C0D6:00000030:FFFFFFFF:Get winning hand Now! (03/14) :srmp4o:00010001:00C0D8:00000031:FFFFFFFF:Get winning hand Now! (04/14) :srmp4o:00010001:00C0DA:00000031:FFFFFFFF:Get winning hand Now! (05/14) :srmp4o:00010001:00C0DC:00000031:FFFFFFFF:Get winning hand Now! (06/14) :srmp4o:00010001:00C0DE:00000032:FFFFFFFF:Get winning hand Now! (07/14) :srmp4o:00010001:00C0E0:00000032:FFFFFFFF:Get winning hand Now! (08/14) :srmp4o:00010001:00C0E2:00000032:FFFFFFFF:Get winning hand Now! (09/14) :srmp4o:00010001:00C0E4:00000033:FFFFFFFF:Get winning hand Now! (10/14) :srmp4o:00010001:00C0E6:00000033:FFFFFFFF:Get winning hand Now! (11/14) :srmp4o:00010001:00C0E8:00000033:FFFFFFFF:Get winning hand Now! (12/14) :srmp4o:00010001:00C0EA:00000034:FFFFFFFF:Get winning hand Now! (13/14) :srmp4o:00010001:00C0EC:00000034:FFFFFFFF:Get winning hand Now! (14/14) :srmp4o:00000006:00C0D2:0000010D:FFFFFFFF:Watch ALL 14 tiles - Player :srmp4o:00000006:00C0EE:0000010D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. srmp4o:0:000000:00:999:[ Here is the look-up list for the above watches. ] srmp4o:0:000000:00:999:[ ] srmp4o:0:000000:00:999:[ value common name chinese name ] srmp4o:0:000000:00:999:[ 00h 1 "characters" 1 "wan" ] srmp4o:0:000000:00:999:[ 01h 2 "characters" 2 "wan" ] srmp4o:0:000000:00:999:[ 02h 3 "characters" 3 "wan" ] srmp4o:0:000000:00:999:[ 03h 4 "characters" 4 "wan" ] srmp4o:0:000000:00:999:[ 04h 5 "characters" 5 "wan" ] srmp4o:0:000000:00:999:[ 05h 6 "characters" 6 "wan" ] srmp4o:0:000000:00:999:[ 06h 7 "characters" 7 "wan" ] srmp4o:0:000000:00:999:[ 07h 8 "characters" 8 "wan" ] srmp4o:0:000000:00:999:[ 08h 9 "characters" 9 "wan" ] srmp4o:0:000000:00:999:[ 10h 1 "dots" 1 "tung" ] srmp4o:0:000000:00:999:[ 11h 2 "dots" 2 "tung" ] srmp4o:0:000000:00:999:[ 12h 3 "dots" 3 "tung" ] srmp4o:0:000000:00:999:[ 13h 4 "dots" 4 "tung" ] srmp4o:0:000000:00:999:[ 14h 5 "dots" 5 "tung" ] srmp4o:0:000000:00:999:[ 15h 6 "dots" 6 "tung" ] srmp4o:0:000000:00:999:[ 16h 7 "dots" 7 "tung" ] srmp4o:0:000000:00:999:[ 17h 8 "dots" 8 "tung" ] srmp4o:0:000000:00:999:[ 18h 9 "dots" 9 "tung" ] srmp4o:0:000000:00:999:[ 20h 1 "bamboo" 1"tiao/Bird" ] srmp4o:0:000000:00:999:[ 21h 2 "bamboo" 2 "tiao" ] srmp4o:0:000000:00:999:[ 22h 3 "bamboo" 3 "tiao" ] srmp4o:0:000000:00:999:[ 23h 4 "bamboo" 4 "tiao" ] srmp4o:0:000000:00:999:[ 24h 5 "bamboo" 5 "tiao" ] srmp4o:0:000000:00:999:[ 25h 6 "bamboo" 6 "tiao" ] srmp4o:0:000000:00:999:[ 26h 7 "bamboo" 7 "tiao" ] srmp4o:0:000000:00:999:[ 27h 8 "bamboo" 8 "tiao" ] srmp4o:0:000000:00:999:[ 28h 9 "bamboo" 9 "tiao" ] srmp4o:0:000000:00:999:[ 30h East "wind" ] srmp4o:0:000000:00:999:[ 31h South "wind" ] srmp4o:0:000000:00:999:[ 32h West "wind" ] srmp4o:0:000000:00:999:[ 33h North "wind" ] srmp4o:0:000000:00:999:[ 34h White "dragon" ] srmp4o:0:000000:00:999:[ 35h Green "dragon" ] srmp4o:0:000000:00:999:[ 36h Red "dragon" ] srmp4o:0:000000:00:999:[ 3Fh - no tile - ] ; [ Super Real Mahjong P5 ] srmp5:0:0000:00:999:[ There are no cheats ]:REASON 1 srmp5:0:0000:00:999:[ for this game as it ]:REASON 1 srmp5:0:0000:00:999:[ didn't work the last ]:REASON 1 srmp5:0:0000:00:999:[ time it was tested. ]:REASON 1 srmp5:0:0000:00:999:[ If the game now works ]:REASON 1 srmp5:0:0000:00:999:[ please request cheats ]:REASON 1 srmp5:0:0000:00:999:[ for it on the cheat ]:REASON 1 srmp5:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Real Mahjong P6 (Japan) ] srmp6:0:0000:00:999:[ There are no cheats ]:REASON 1 srmp6:0:0000:00:999:[ for this game as it ]:REASON 1 srmp6:0:0000:00:999:[ didn't work the last ]:REASON 1 srmp6:0:0000:00:999:[ time it was tested. ]:REASON 1 srmp6:0:0000:00:999:[ If the game now works ]:REASON 1 srmp6:0:0000:00:999:[ please request cheats ]:REASON 1 srmp6:0:0000:00:999:[ for it on the cheat ]:REASON 1 srmp6:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Real Mahjong P7 (Japan) ] srmp7:0:000000:00:999:[ The winning hand cheat must be activated when ] srmp7:0:000000:00:999:[ there are 14 tiles in your hand, then press the ] srmp7:0:000000:00:999:[ RON key ('Z' by default). The tiles do not ] srmp7:0:000000:00:999:[ visually change until you make a move. ] :srmp7:00000001:017D01:0000001B:FFFFFFFF:Get winning hand Now! :srmp7:00010001:017D03:0000001B:FFFFFFFF:Get winning hand Now! (02/15) :srmp7:00010001:017D05:0000001B:FFFFFFFF:Get winning hand Now! (03/15) :srmp7:00010001:017D07:0000001C:FFFFFFFF:Get winning hand Now! (04/15) :srmp7:00010001:017D09:0000001C:FFFFFFFF:Get winning hand Now! (05/15) :srmp7:00010001:017D0B:0000001C:FFFFFFFF:Get winning hand Now! (06/15) :srmp7:00010001:017D0D:0000001D:FFFFFFFF:Get winning hand Now! (07/15) :srmp7:00010001:017D0F:0000001D:FFFFFFFF:Get winning hand Now! (08/15) :srmp7:00010001:017D11:0000001D:FFFFFFFF:Get winning hand Now! (09/15) :srmp7:00010001:017D13:0000001E:FFFFFFFF:Get winning hand Now! (10/15) :srmp7:00010001:017D15:0000001E:FFFFFFFF:Get winning hand Now! (11/15) :srmp7:00010001:017D17:0000001E:FFFFFFFF:Get winning hand Now! (12/15) :srmp7:00010001:017D19:0000001F:FFFFFFFF:Get winning hand Now! (13/15) :srmp7:00010001:017D1B:0000001F:FFFFFFFF:Get winning hand Now! (14/15) :srmp7:00010001:0160B7:000000FF:FFFFFFFF:Get winning hand Now! (15/15) :srmp7:00000006:017D01:0000010D:FFFFFFFF:Watch ALL 14 tiles - Player :srmp7:00000006:017ECE:0000010D:FFFFFFFF:Watch ALL 14 tiles - C.P.U.:(M .. A) + N srmp7:0:000000:00:999:[ Here is the look-up list for the above watches. ] srmp7:0:000000:00:999:[ ] srmp7:0:000000:00:999:[ value common name chinese name ] srmp7:0:000000:00:999:[ 00h 1 "characters" 1 "wan" ] srmp7:0:000000:00:999:[ 01h 2 "characters" 2 "wan" ] srmp7:0:000000:00:999:[ 02h 3 "characters" 3 "wan" ] srmp7:0:000000:00:999:[ 03h 4 "characters" 4 "wan" ] srmp7:0:000000:00:999:[ 04h 5 "characters" 5 "wan" ] srmp7:0:000000:00:999:[ 05h 6 "characters" 6 "wan" ] srmp7:0:000000:00:999:[ 06h 7 "characters" 7 "wan" ] srmp7:0:000000:00:999:[ 07h 8 "characters" 8 "wan" ] srmp7:0:000000:00:999:[ 08h 9 "characters" 9 "wan" ] srmp7:0:000000:00:999:[ 09h 1 "dots" 1 "tung" ] srmp7:0:000000:00:999:[ 0Ah 2 "dots" 2 "tung" ] srmp7:0:000000:00:999:[ 0Bh 3 "dots" 3 "tung" ] srmp7:0:000000:00:999:[ 0Ch 4 "dots" 4 "tung" ] srmp7:0:000000:00:999:[ 0Dh 5 "dots" 5 "tung" ] srmp7:0:000000:00:999:[ 0Eh 6 "dots" 6 "tung" ] srmp7:0:000000:00:999:[ 0Fh 7 "dots" 7 "tung" ] srmp7:0:000000:00:999:[ 10h 8 "dots" 8 "tung" ] srmp7:0:000000:00:999:[ 11h 9 "dots" 9 "tung" ] srmp7:0:000000:00:999:[ 12h 1 "bamboo" 1"tiao/Bird" ] srmp7:0:000000:00:999:[ 13h 2 "bamboo" 2 "tiao" ] srmp7:0:000000:00:999:[ 14h 3 "bamboo" 3 "tiao" ] srmp7:0:000000:00:999:[ 15h 4 "bamboo" 4 "tiao" ] srmp7:0:000000:00:999:[ 16h 5 "bamboo" 5 "tiao" ] srmp7:0:000000:00:999:[ 17h 6 "bamboo" 6 "tiao" ] srmp7:0:000000:00:999:[ 18h 7 "bamboo" 7 "tiao" ] srmp7:0:000000:00:999:[ 19h 8 "bamboo" 8 "tiao" ] srmp7:0:000000:00:999:[ 1Ah 9 "bamboo" 9 "tiao" ] srmp7:0:000000:00:999:[ 1Bh East "wind" ] srmp7:0:000000:00:999:[ 1Ch South "wind" ] srmp7:0:000000:00:999:[ 1Dh West "wind" ] srmp7:0:000000:00:999:[ 1Eh North "wind" ] srmp7:0:000000:00:999:[ 1Fh White "dragon" ] srmp7:0:000000:00:999:[ 20h Green "dragon" ] srmp7:0:000000:00:999:[ 21h Red "dragon" ] srmp7:0:000000:00:999:[ FFh - no tile - ] ; [ Speed Rumbler, The (set 1) ] srumbler:0:04BC:00:000:Infinite Energy srumbler:0:00AF:03:000:Infinite Lives srumbler:0:00B4:00:000:Infinite Time srumbler:0:04E8:02:000:Super Shots srumbler:0:04E0:0F:000:Super Speed ; [ Speed Rumbler, The (set 2) ] srumblr2:0:04BC:00:000:Infinite Energy srumblr2:0:00AF:03:000:Infinite Lives srumblr2:0:00B4:00:000:Infinite Time srumblr2:0:04E8:02:000:Super Shots srumblr2:0:04E0:0F:000:Super Speed ; [ Sanrin San Chan (Japan) ] ssanchan:0:C0E0:09:000:Infinite Credits ssanchan:0:C07E:08:001:Finish this Round Now! ssanchan:0:C002:05:000:Infinite Lives PL1 ssanchan:0:C003:05:000:Infinite Lives PL2 ; [ Seishun Scandal (Japan) ] sscandal:0:C200:80:040:Invincibility sscandal:0:C04E:06:000:Infinite Lives PL1 sscandal:0:C04F:06:000:Infinite Lives PL2 ; [ Silent Scope (ver UAB) ] sscope:0:0000:00:999:[ There are no cheats ]:REASON 1 sscope:0:0000:00:999:[ for this game as it ]:REASON 1 sscope:0:0000:00:999:[ didn't work the last ]:REASON 1 sscope:0:0000:00:999:[ time it was tested. ]:REASON 1 sscope:0:0000:00:999:[ If the game now works ]:REASON 1 sscope:0:0000:00:999:[ please request cheats ]:REASON 1 sscope:0:0000:00:999:[ for it on the cheat ]:REASON 1 sscope:0:0000:00:999:[ forums. ]:REASON 1 ; [ Silent Scope 2 ] sscope2:0:0000:00:999:[ There are no cheats ]:REASON 1 sscope2:0:0000:00:999:[ for this game as it ]:REASON 1 sscope2:0:0000:00:999:[ didn't work the last ]:REASON 1 sscope2:0:0000:00:999:[ time it was tested. ]:REASON 1 sscope2:0:0000:00:999:[ If the game now works ]:REASON 1 sscope2:0:0000:00:999:[ please request cheats ]:REASON 1 sscope2:0:0000:00:999:[ for it on the cheat ]:REASON 1 sscope2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Silent Scope (ver UAA) ] sscopea:0:0000:00:999:[ There are no cheats ]:REASON 1 sscopea:0:0000:00:999:[ for this game as it ]:REASON 1 sscopea:0:0000:00:999:[ didn't work the last ]:REASON 1 sscopea:0:0000:00:999:[ time it was tested. ]:REASON 1 sscopea:0:0000:00:999:[ If the game now works ]:REASON 1 sscopea:0:0000:00:999:[ please request cheats ]:REASON 1 sscopea:0:0000:00:999:[ for it on the cheat ]:REASON 1 sscopea:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Street Fighter II: The New Challengers (World 930911) ] ssf2:0:FF8CCE:99:000:Infinite Time ssf2:0:FF8CCE:00:001:Finish this Round Now! ssf2:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2:62000000:000000:00000000:00000000:Select Backdrop :ssf2:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2:0:FF83F9:90:000:Infinite Energy PL1 ssf2:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2:0:FF875E:02:000:Finish round to win match PL1 ssf2:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2:0:FF858D:01:000:Invincibility PL1 ssf2:0:FF854F:00:000:Command during jump ON PL1 ssf2:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2:62000000:000000:00000000:00000000:Select Character PL1 :ssf2:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2:0:FF87F9:90:000:Infinite Energy PL2 ssf2:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2:0:FF8B5E:02:000:Finish round to win match PL2 ssf2:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2:0:FF898D:01:000:Invincibility PL2 ssf2:0:FF894F:00:000:Command during jump ON PL2 ssf2:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2:62000000:000000:00000000:00000000:Select Character PL2 :ssf2:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2:62000000:000000:00000000:00000000:Select Region :ssf2:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II: The New Challengers (Asia 931005) ] ssf2a:0:FF8CCE:99:000:Infinite Time ssf2a:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster ssf2a:0:FF8BD1:0B:001:Go to Final Stage Next! ssf2a:0:FF83F9:90:000:Infinite Energy PL1 ssf2a:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2a:0:FF875E:02:000:Finish round to win match PL1 ssf2a:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2a:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2a:0:FF858D:01:000:Invincibility PL1 ssf2a:0:FF854F:00:000:Command during jump ON PL1 ssf2a:0:FF83EC:01:000:Hadouken motion Cancel PL1:Buggy ssf2a:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2a:0:FF85A3:00:500:No limit next shot PL1 (2/2) ssf2a:0:FF845E:04:000:Easy Tatsumaki (Ryu / Ken) PL1 ssf2a:0:FF8462:04:000:Easy Hadouken (Ryu / Ken) PL1 ssf2a:0:FF8466:04:000:Easy Syouryuuken (Ryu / Ken) PL1 ssf2a:0:FF84AE:08:000:Easy Fire hadouken (Ryu) PL1 ssf2a:0:FF844E:06:000:Easy Super zutsuki (E.Honda) PL1 ssf2a:0:FF8478:06:000:Easy Hyakkan otoshi (E.Honda) PL1 ssf2a:0:FF844E:06:000:Easy Rolling Attack (Blanka) PL1 ssf2a:0:FF847E:06:000:Easy Vertical rolling (Blanka) PL1 ssf2a:0:FF8487:06:000:Easy Backstep rolling (Blanka) PL1 ssf2a:0:FF844E:06:000:Easy Sonic boom (Guile) PL1 ssf2a:0:FF8454:06:000:Easy Somersault kick (Guile) PL1 ssf2a:0:FF844E:06:000:Easy Spinning bird kick (ChunLi) PL1 ssf2a:0:FF847E:06:000:Easy Kikouken (ChunLi) PL1 ssf2a:0:FF844E:06:000:Easy Screw pile driver (Zangief) PL1 ssf2a:0:FF844F:02:500:Easy Screw pile driver (Zangief) PL1 (2/2) ssf2a:0:FF8469:06:000:Easy atomic Suplex (Zangief) PL1 ssf2a:0:FF846A:02:500:Easy atomic Suplex (Zangief) PL1(2/2) ssf2a:0:FF844E:04:000:Easy Yoga fire (Dhalsim) PL1 ssf2a:0:FF8452:08:000:Easy Yoga flame (Dhalsim) PL1 ssf2a:0:FF8456:04:000:Easy Yoga teleport left (Dhalsim) PL1:Buggy ssf2a:0:FF845B:05:500:Easy Yoga teleport left (Dhalsim) PL1 (2/2) ssf2a:0:FF8456:04:000:Easy Yoga teleport right (Dhalsim) PL1:Buggy ssf2a:0:FF845B:06:500:Easy Yoga teleport right (Dhalsim) PL1 (2/2) ssf2a:0:FF844E:06:000:Easy Dash straight (M.Bison) PL1 ssf2a:0:FF8456:06:000:Easy Dash upper (M.Bison) PL1 ssf2a:0:FF848E:06:000:Easy Buffalo headbutt (M.Bison) PL1 ssf2a:0:FF844E:04:000:Easy Tiger uppercut (Sagat) PL1 ssf2a:0:FF8452:04:000:Easy Tiger knee crush (Sagat) PL1 ssf2a:0:FF8456:04:000:Easy Tiger shot (Sagat) PL1 ssf2a:0:FF845A:04:000:Easy Ground tiger shot (Sagat) PL1 ssf2a:0:FF8456:06:000:Easy Rolling crystal flash (Balrog) PL1 ssf2a:0:FF845A:06:000:Easy Flying barcelona attack (Balrog) PL1 ssf2a:0:FF845E:06:000:Easy Sky high claw (Balrog) PL1 ssf2a:0:FF8456:06:000:Easy Double knee press (Vega) PL1 ssf2a:0:FF845F:06:000:Easy Head press (Vega) PL1 ssf2a:0:FF847A:06:000:Easy Devil reverse (Vega) PL1 ssf2a:0:FF8460:04:000:Easy Canon spike (Cammy) PL1 ssf2a:0:FF8464:04:000:Easy Spiral arrow (Cammy) PL1 ssf2a:0:FF8470:04:000:Easy Axel spin knackle (Cammy) PL1 ssf2a:0:FF8460:04:000:Easy Tomahawk buster (T.Hawk) PL1 ssf2a:0:FF8468:06:000:Easy Mexican typhoon (T.Hawk) PL1:Buggy ssf2a:0:FF8469:02:500:Easy Mexican typhoon (T.Hawk) PL1 (2/2) ssf2a:0:FF8462:04:000:Easy sien kyaku (FeiLong) PL1 ssf2a:0:FF845E:04:000:Easy Rekkaken (FeiLong) PL1 ssf2a:0:FF846E:04:500:Easy Rekkaken (FeiLong) PL1 (2/2) ssf2a:0:FF8460:06:000:Easy Double rolling (DeeJay) PL1 ssf2a:0:FF8464:06:000:Easy Machinegun upper (DeeJay) PL1 ssf2a:0:FF8474:06:000:Easy Air slasher (DeeJay) PL1 ssf2a:0:FF87F9:90:000:Infinite Energy PL2 ssf2a:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2a:0:FF8B5E:02:000:Finish round to win match PL2 ssf2a:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2a:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2a:0:FF898D:01:000:Invincibility PL2 ssf2a:0:FF894F:00:000:Command during jump ON PL2 ssf2a:0:FF87EC:01:000:Hadouken motion Cancel PL2:Buggy ssf2a:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2a:0:FF89A3:00:500:No limit next shot PL2 (2/2) ssf2a:0:FF885E:04:000:Easy Tatsumaki (Ryu / Ken) PL2 ssf2a:0:FF8862:04:000:Easy Hadouken (Ryu / Ken) PL2 ssf2a:0:FF8866:04:000:Easy Syouryuuken (Ryu / Ken) PL2 ssf2a:0:FF88AE:08:000:Easy Fire hadouken (Ryu) PL2 ssf2a:0:FF884E:06:000:Easy Super zutsuki (E.Honda) PL2 ssf2a:0:FF8878:06:000:Easy Hyakkan otoshi (E.Honda) PL2 ssf2a:0:FF884E:06:000:Easy Rolling Attack (Blanka) PL2 ssf2a:0:FF887E:06:000:Easy Vertical rolling (Blanka) PL2 ssf2a:0:FF8887:06:000:Easy Backstep rolling (Blanka) PL2 ssf2a:0:FF884E:06:000:Easy Sonic boom (Guile) PL2 ssf2a:0:FF8854:06:000:Easy Somersault kick (Guile) PL2 ssf2a:0:FF884E:06:000:Easy Spinning bird kick (ChunLi) PL2 ssf2a:0:FF887E:06:000:Easy Kikouken (ChunLi) PL2 ssf2a:0:FF884E:06:000:Easy Screw pile driver (Zangief) PL2 ssf2a:0:FF884F:02:500:Easy Screw pile driver (Zangief) PL2 (2/2) ssf2a:0:FF8869:06:000:Easy atomic Suplex (Zangief) PL2 ssf2a:0:FF886A:02:500:Easy atomic Suplex (Zangief) PL2(2/2) ssf2a:0:FF884E:04:000:Easy Yoga fire (Dhalsim) PL2 ssf2a:0:FF8852:08:000:Easy Yoga flame (Dhalsim) PL2 ssf2a:0:FF8856:04:000:Easy Yoga teleport left (Dhalsim) PL2:Buggy ssf2a:0:FF885B:05:500:Easy Yoga teleport left (Dhalsim) PL2 (2/2) ssf2a:0:FF8856:04:000:Easy Yoga teleport right (Dhalsim) PL2:Buggy ssf2a:0:FF885B:06:500:Easy Yoga teleport right (Dhalsim) PL2 (2/2) ssf2a:0:FF884E:06:000:Easy Dash straight (M.Bison) PL2 ssf2a:0:FF8856:06:000:Easy Dash upper (M.Bison) PL2 ssf2a:0:FF888E:06:000:Easy Buffalo headbutt (M.Bison) PL2 ssf2a:0:FF884E:04:000:Easy Tiger uppercut (Sagat) PL2 ssf2a:0:FF8852:04:000:Easy Tiger knee crush (Sagat) PL2 ssf2a:0:FF8856:04:000:Easy Tiger shot (Sagat) PL2 ssf2a:0:FF885A:04:000:Easy Ground tiger shot (Sagat) PL2 ssf2a:0:FF8856:06:000:Easy Rolling crystal flash (Balrog) PL2 ssf2a:0:FF885A:06:000:Easy Flying barcelona attack (Balrog) PL2 ssf2a:0:FF885E:06:000:Easy Sky high claw (Balrog) PL2 ssf2a:0:FF8856:06:000:Easy Double knee press (Vega) PL2 ssf2a:0:FF885F:06:000:Easy Head press (Vega) PL2 ssf2a:0:FF887A:06:000:Easy Devil reverse (Vega) PL2 ssf2a:0:FF8860:04:000:Easy Canon spike (Cammy) PL2 ssf2a:0:FF8864:04:000:Easy Spiral arrow (Cammy) PL2 ssf2a:0:FF8870:04:000:Easy Axel spin knackle (Cammy) PL2 ssf2a:0:FF8860:04:000:Easy Tomahawk buster (T.Hawk) PL2 ssf2a:0:FF8868:06:000:Easy Mexican typhoon (T.Hawk) PL2:Buggy ssf2a:0:FF8869:02:500:Easy Mexican typhoon (T.Hawk) PL2 (2/2) ssf2a:0:FF8862:04:000:Easy sien kyaku (FeiLong) PL2 ssf2a:0:FF885E:04:000:Easy Rekkaken (FeiLong) PL2 ssf2a:0:FF886E:04:500:Easy Rekkaken (FeiLong) PL2 (2/2) ssf2a:0:FF8860:06:000:Easy Double rolling (DeeJay) PL2 ssf2a:0:FF8864:06:000:Easy Machinegun upper (DeeJay) PL2 ssf2a:0:FF8874:06:000:Easy Air slasher (DeeJay) PL2 ssf2a:0:000000:00:999:[ These are the codes to set the machine region - the ] ssf2a:0:000000:00:999:[ effectiveness may vary! You have to enable these on the ] ssf2a:0:000000:00:999:[ ROM check screen!! ] ssf2a:0:FF82CF:00:000:Region Switch = Japan ssf2a:0:FF82CF:02:000:Region Switch = USA ssf2a:0:FF82CF:04:000:Region Switch = ETC ssf2a:0:FF82CF:08:000:Region Switch = Asia ssf2a:0:FF82CF:0A:000:Region Switch = Asia TW ; [ Super Street Fighter II: The New Challengers (Asia 930914) ] ssf2ar1:0:FF8CCE:99:000:Infinite Time ssf2ar1:0:FF8CCE:00:001:Finish this Round Now! ssf2ar1:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2ar1:62000000:000000:00000000:00000000:Select Backdrop :ssf2ar1:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2ar1:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2ar1:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2ar1:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2ar1:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2ar1:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2ar1:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2ar1:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2ar1:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2ar1:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2ar1:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2ar1:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2ar1:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2ar1:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2ar1:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2ar1:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2ar1:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2ar1:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2ar1:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2ar1:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2ar1:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2ar1:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2ar1:0:FF83F9:90:000:Infinite Energy PL1 ssf2ar1:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2ar1:0:FF875E:02:000:Finish round to win match PL1 ssf2ar1:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2ar1:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2ar1:0:FF858D:01:000:Invincibility PL1 ssf2ar1:0:FF854F:00:000:Command during jump ON PL1 ssf2ar1:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2ar1:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2ar1:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2ar1:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2ar1:62000000:000000:00000000:00000000:Select Character PL1 :ssf2ar1:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2ar1:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2ar1:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2ar1:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2ar1:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2ar1:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2ar1:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2ar1:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2ar1:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2ar1:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2ar1:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2ar1:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2ar1:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2ar1:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2ar1:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2ar1:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2ar1:0:FF87F9:90:000:Infinite Energy PL2 ssf2ar1:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2ar1:0:FF8B5E:02:000:Finish round to win match PL2 ssf2ar1:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2ar1:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2ar1:0:FF898D:01:000:Invincibility PL2 ssf2ar1:0:FF894F:00:000:Command during jump ON PL2 ssf2ar1:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2ar1:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2ar1:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2ar1:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2ar1:62000000:000000:00000000:00000000:Select Character PL2 :ssf2ar1:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2ar1:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2ar1:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2ar1:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2ar1:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2ar1:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2ar1:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2ar1:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2ar1:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2ar1:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2ar1:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2ar1:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2ar1:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2ar1:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2ar1:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2ar1:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2ar1:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2ar1:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2ar1:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2ar1:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2ar1:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2ar1:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2ar1:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2ar1:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2ar1:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2ar1:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2ar1:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2ar1:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2ar1:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2ar1:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2ar1:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2ar1:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2ar1:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2ar1:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2ar1:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2ar1:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2ar1:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2ar1:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2ar1:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2ar1:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2ar1:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2ar1:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2ar1:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2ar1:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2ar1:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2ar1:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2ar1:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2ar1:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2ar1:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2ar1:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2ar1:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2ar1:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2ar1:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2ar1:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2ar1:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2ar1:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2ar1:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2ar1:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2ar1:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2ar1:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2ar1:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2ar1:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2ar1:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2ar1:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2ar1:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2ar1:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2ar1:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2ar1:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2ar1:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2ar1:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2ar1:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2ar1:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2ar1:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2ar1:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2ar1:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2ar1:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2ar1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2ar1:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2ar1:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2ar1:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2ar1:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2ar1:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2ar1:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2ar1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2ar1:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2ar1:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2ar1:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2ar1:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2ar1:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2ar1:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2ar1:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2ar1:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2ar1:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2ar1:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2ar1:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2ar1:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2ar1:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2ar1:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2ar1:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2ar1:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2ar1:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2ar1:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2ar1:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2ar1:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2ar1:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2ar1:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2ar1:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2ar1:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2ar1:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2ar1:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2ar1:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2ar1:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2ar1:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2ar1:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2ar1:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2ar1:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2ar1:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2ar1:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2ar1:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2ar1:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2ar1:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2ar1:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2ar1:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2ar1:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2ar1:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2ar1:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2ar1:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2ar1:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2ar1:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2ar1:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2ar1:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2ar1:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2ar1:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2ar1:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2ar1:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2ar1:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2ar1:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2ar1:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2ar1:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2ar1:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2ar1:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2ar1:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2ar1:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2ar1:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2ar1:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2ar1:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2ar1:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2ar1:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2ar1:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2ar1:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2ar1:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2ar1:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2ar1:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2ar1:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2ar1:62000000:000000:00000000:00000000:Select Region :ssf2ar1:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2ar1:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2ar1:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2ar1:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2ar1:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2ar1:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II: The New Challengers (Japan 931005) ] ssf2j:0:FF8CCE:99:000:Infinite Time ssf2j:0:FF8CCE:00:001:Finish this Round Now! ssf2j:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2j:62000000:000000:00000000:00000000:Select Backdrop :ssf2j:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2j:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2j:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2j:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2j:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2j:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2j:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2j:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2j:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2j:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2j:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2j:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2j:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2j:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2j:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2j:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2j:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2j:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2j:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2j:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2j:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2j:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2j:0:FF83F9:90:000:Infinite Energy PL1 ssf2j:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2j:0:FF875E:02:000:Finish round to win match PL1 ssf2j:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2j:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2j:0:FF858D:01:000:Invincibility PL1 ssf2j:0:FF854F:00:000:Command during jump ON PL1 ssf2j:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2j:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2j:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2j:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2j:62000000:000000:00000000:00000000:Select Character PL1 :ssf2j:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2j:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2j:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2j:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2j:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2j:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2j:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2j:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2j:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2j:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2j:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2j:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2j:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2j:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2j:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2j:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2j:0:FF87F9:90:000:Infinite Energy PL2 ssf2j:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2j:0:FF8B5E:02:000:Finish round to win match PL2 ssf2j:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2j:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2j:0:FF898D:01:000:Invincibility PL2 ssf2j:0:FF894F:00:000:Command during jump ON PL2 ssf2j:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2j:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2j:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2j:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2j:62000000:000000:00000000:00000000:Select Character PL2 :ssf2j:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2j:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2j:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2j:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2j:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2j:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2j:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2j:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2j:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2j:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2j:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2j:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2j:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2j:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2j:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2j:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2j:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2j:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2j:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2j:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2j:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2j:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2j:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2j:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2j:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2j:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2j:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2j:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2j:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2j:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2j:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2j:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2j:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2j:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2j:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2j:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2j:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2j:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2j:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2j:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2j:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2j:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2j:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2j:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2j:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2j:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2j:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2j:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2j:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2j:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2j:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2j:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2j:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2j:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2j:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2j:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2j:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2j:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2j:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2j:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2j:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2j:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2j:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2j:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2j:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2j:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2j:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2j:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2j:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2j:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2j:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2j:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2j:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2j:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2j:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2j:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2j:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2j:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2j:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2j:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2j:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2j:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2j:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2j:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2j:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2j:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2j:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2j:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2j:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2j:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2j:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2j:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2j:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2j:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2j:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2j:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2j:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2j:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2j:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2j:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2j:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2j:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2j:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2j:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2j:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2j:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2j:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2j:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2j:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2j:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2j:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2j:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2j:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2j:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2j:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2j:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2j:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2j:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2j:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2j:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2j:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2j:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2j:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2j:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2j:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2j:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2j:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2j:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2j:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2j:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2j:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2j:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2j:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2j:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2j:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2j:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2j:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2j:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2j:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2j:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2j:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2j:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2j:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2j:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2j:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2j:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2j:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2j:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2j:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2j:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2j:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2j:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2j:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2j:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2j:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2j:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2j:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2j:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2j:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2j:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2j:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2j:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2j:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2j:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2j:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2j:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2j:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2j:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2j:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2j:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2j:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2j:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2j:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2j:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2j:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2j:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2j:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2j:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2j:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2j:62000000:000000:00000000:00000000:Select Region :ssf2j:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2j:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2j:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2j:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2j:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2j:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II: The New Challengers (Japan 930911) ] ssf2jr1:0:FF8CCE:99:000:Infinite Time ssf2jr1:0:FF8CCE:00:001:Finish this Round Now! ssf2jr1:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2jr1:62000000:000000:00000000:00000000:Select Backdrop :ssf2jr1:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2jr1:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2jr1:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2jr1:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2jr1:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2jr1:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2jr1:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2jr1:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2jr1:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2jr1:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2jr1:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2jr1:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2jr1:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2jr1:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2jr1:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2jr1:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2jr1:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2jr1:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2jr1:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2jr1:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2jr1:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2jr1:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2jr1:0:FF83F9:90:000:Infinite Energy PL1 ssf2jr1:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2jr1:0:FF875E:02:000:Finish round to win match PL1 ssf2jr1:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2jr1:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2jr1:0:FF858D:01:000:Invincibility PL1 ssf2jr1:0:FF854F:00:000:Command during jump ON PL1 ssf2jr1:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2jr1:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2jr1:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2jr1:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2jr1:62000000:000000:00000000:00000000:Select Character PL1 :ssf2jr1:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2jr1:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2jr1:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2jr1:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2jr1:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2jr1:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2jr1:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2jr1:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2jr1:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2jr1:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2jr1:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2jr1:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2jr1:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2jr1:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2jr1:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2jr1:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2jr1:0:FF87F9:90:000:Infinite Energy PL2 ssf2jr1:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2jr1:0:FF8B5E:02:000:Finish round to win match PL2 ssf2jr1:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2jr1:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2jr1:0:FF898D:01:000:Invincibility PL2 ssf2jr1:0:FF894F:00:000:Command during jump ON PL2 ssf2jr1:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2jr1:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2jr1:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2jr1:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2jr1:62000000:000000:00000000:00000000:Select Character PL2 :ssf2jr1:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2jr1:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2jr1:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2jr1:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2jr1:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2jr1:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2jr1:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2jr1:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2jr1:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2jr1:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2jr1:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2jr1:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2jr1:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2jr1:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2jr1:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2jr1:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2jr1:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2jr1:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2jr1:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2jr1:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr1:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr1:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr1:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2jr1:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr1:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr1:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr1:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2jr1:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2jr1:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2jr1:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2jr1:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2jr1:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2jr1:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2jr1:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2jr1:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2jr1:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2jr1:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2jr1:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2jr1:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2jr1:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2jr1:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2jr1:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2jr1:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2jr1:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2jr1:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2jr1:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2jr1:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2jr1:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2jr1:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2jr1:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2jr1:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2jr1:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2jr1:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2jr1:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2jr1:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2jr1:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr1:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr1:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2jr1:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr1:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr1:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2jr1:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2jr1:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2jr1:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2jr1:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2jr1:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2jr1:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2jr1:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2jr1:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2jr1:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2jr1:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2jr1:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2jr1:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2jr1:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2jr1:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2jr1:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2jr1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2jr1:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2jr1:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2jr1:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2jr1:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2jr1:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2jr1:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2jr1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2jr1:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2jr1:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2jr1:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2jr1:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2jr1:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2jr1:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2jr1:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2jr1:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2jr1:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2jr1:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2jr1:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2jr1:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2jr1:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2jr1:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2jr1:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2jr1:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2jr1:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2jr1:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2jr1:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2jr1:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2jr1:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2jr1:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2jr1:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2jr1:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2jr1:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2jr1:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2jr1:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2jr1:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2jr1:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2jr1:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2jr1:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2jr1:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2jr1:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr1:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2jr1:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr1:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2jr1:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2jr1:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2jr1:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2jr1:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr1:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2jr1:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr1:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2jr1:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2jr1:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2jr1:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2jr1:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2jr1:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2jr1:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2jr1:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2jr1:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2jr1:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2jr1:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2jr1:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2jr1:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2jr1:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2jr1:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2jr1:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2jr1:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2jr1:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2jr1:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2jr1:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2jr1:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2jr1:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2jr1:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2jr1:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2jr1:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2jr1:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2jr1:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2jr1:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2jr1:62000000:000000:00000000:00000000:Select Region :ssf2jr1:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2jr1:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2jr1:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2jr1:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2jr1:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2jr1:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II: The New Challengers (Japan 930910) ] ssf2jr2:0:FF8CCE:99:000:Infinite Time ssf2jr2:0:FF8CCE:00:001:Finish this Round Now! ssf2jr2:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2jr2:62000000:000000:00000000:00000000:Select Backdrop :ssf2jr2:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2jr2:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2jr2:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2jr2:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2jr2:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2jr2:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2jr2:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2jr2:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2jr2:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2jr2:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2jr2:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2jr2:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2jr2:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2jr2:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2jr2:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2jr2:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2jr2:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2jr2:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2jr2:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2jr2:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2jr2:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2jr2:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2jr2:0:FF83F9:90:000:Infinite Energy PL1 ssf2jr2:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2jr2:0:FF875E:02:000:Finish round to win match PL1 ssf2jr2:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2jr2:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2jr2:0:FF858D:01:000:Invincibility PL1 ssf2jr2:0:FF854F:00:000:Command during jump ON PL1 ssf2jr2:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2jr2:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2jr2:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2jr2:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2jr2:62000000:000000:00000000:00000000:Select Character PL1 :ssf2jr2:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2jr2:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2jr2:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2jr2:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2jr2:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2jr2:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2jr2:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2jr2:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2jr2:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2jr2:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2jr2:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2jr2:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2jr2:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2jr2:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2jr2:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2jr2:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2jr2:0:FF87F9:90:000:Infinite Energy PL2 ssf2jr2:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2jr2:0:FF8B5E:02:000:Finish round to win match PL2 ssf2jr2:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2jr2:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2jr2:0:FF898D:01:000:Invincibility PL2 ssf2jr2:0:FF894F:00:000:Command during jump ON PL2 ssf2jr2:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2jr2:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2jr2:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2jr2:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2jr2:62000000:000000:00000000:00000000:Select Character PL2 :ssf2jr2:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2jr2:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2jr2:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2jr2:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2jr2:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2jr2:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2jr2:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2jr2:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2jr2:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2jr2:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2jr2:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2jr2:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2jr2:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2jr2:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2jr2:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2jr2:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2jr2:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2jr2:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2jr2:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2jr2:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr2:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr2:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr2:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2jr2:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr2:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr2:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr2:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2jr2:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2jr2:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2jr2:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2jr2:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2jr2:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2jr2:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2jr2:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2jr2:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2jr2:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2jr2:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2jr2:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2jr2:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2jr2:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2jr2:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2jr2:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2jr2:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2jr2:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2jr2:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2jr2:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2jr2:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2jr2:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2jr2:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2jr2:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2jr2:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2jr2:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2jr2:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2jr2:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2jr2:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2jr2:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr2:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr2:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2jr2:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2jr2:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2jr2:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2jr2:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2jr2:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2jr2:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2jr2:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2jr2:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2jr2:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2jr2:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2jr2:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2jr2:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2jr2:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2jr2:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2jr2:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2jr2:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2jr2:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2jr2:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2jr2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2jr2:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2jr2:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2jr2:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2jr2:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2jr2:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2jr2:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2jr2:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2jr2:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2jr2:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2jr2:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2jr2:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2jr2:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2jr2:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2jr2:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2jr2:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2jr2:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2jr2:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2jr2:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2jr2:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2jr2:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2jr2:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2jr2:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2jr2:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2jr2:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2jr2:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2jr2:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2jr2:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2jr2:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2jr2:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2jr2:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2jr2:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2jr2:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2jr2:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2jr2:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2jr2:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2jr2:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2jr2:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2jr2:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2jr2:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2jr2:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr2:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2jr2:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr2:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2jr2:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2jr2:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2jr2:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2jr2:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr2:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2jr2:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2jr2:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2jr2:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2jr2:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2jr2:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2jr2:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2jr2:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2jr2:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2jr2:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2jr2:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2jr2:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2jr2:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2jr2:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2jr2:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2jr2:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2jr2:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2jr2:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2jr2:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2jr2:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2jr2:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2jr2:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2jr2:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2jr2:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2jr2:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2jr2:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2jr2:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2jr2:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2jr2:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2jr2:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2jr2:62000000:000000:00000000:00000000:Select Region :ssf2jr2:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2jr2:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2jr2:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2jr2:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2jr2:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2jr2:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II Turbo (World 940223) ] ssf2t:0:FF8DCE:99:000:Infinite Time ssf2t:0:FF8DCE:00:001:Finish this Round Now! ssf2t:0:FF8479:90:000:Infinite Energy PL1 ssf2t:0:FF860B:90:500:Infinite Energy PL1 (2/2) ssf2t:0:FF8479:00:001:Drain All Energy Now! PL1 ssf2t:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2) ssf2t:0:FF8702:30:000:Infinite Super PL1 ssf2t:0:FF8702:00:001:Set Super = 0 Now! PL1 ssf2t:0:FF860D:01:000:Invincibility PL1 ssf2t:0:FF8703:01:000:Have Sprite Trails PL1 ssf2t:0:FF87DE:00:001:Set Sets won = 0 Now! PL1 ssf2t:0:FF87DE:01:001:Set Sets won = 1 Now! PL1 ssf2t:0:FF87DE:02:001:Set Sets won = 2 Now! PL1 ssf2t:0:FF87DE:00:000:Sets won always = 0 PL1 ssf2t:0:FF87DE:02:000:Sets won always = 2 PL1 ssf2t:0:FF85CF:00:000:Command during jump PL1 ssf2t:0:FF8804:01:000:Play with old version ON PL1 ssf2t:0:FF8804:00:001:Play with old version OFF PL1 ssf2t:0:FF880B:01:000:Play with Gouki ON PL1 ssf2t:0:FF880B:00:001:Play with Gouki OFF PL1 ssf2t:0:FF8467:01:000:Always motion cancel PL1 ssf2t:0:FF846C:01:000:Hadouken motion cancel PL1:Buggy ssf2t:0:FF8622:00:000:No limit next shot PL1:Buggy ssf2t:0:FF8623:00:500:No limit next shot PL1 (2/2) ssf2t:0:FF84DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL1 ssf2t:0:FF84E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL1 ssf2t:0:FF84E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL1 ssf2t:0:FF84EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL1:Super combo ssf2t:0:FF852E:08:000:Easy Fire hadouken (Ryu / Gouki) PL1 ssf2t:0:FF84D6:06:000:Easy Super zutsuki (E.Honda) PL1 ssf2t:0:FF84DE:06:000:Easy Hyakkan otoshi (E.Honda) PL1 ssf2t:0:FF84E2:0A:000:Easy Onimusou (E.Honda) PL1:Super combo ssf2t:0:FF84E4:08:000:Easy Ooityou nage (E.Honda) PL1 ssf2t:0:FF84CE:06:000:Easy Rolling Attack (Blanka) PL1 ssf2t:0:FF84FE:06:000:Easy Vertical rolling (Blanka) PL1 ssf2t:0:FF8507:06:000:Easy Back step rolling (Blanka) PL1 ssf2t:0:FF850F:0A:000:Easy Ground shave rolling (Blanka) PL1:Super combo ssf2t:0:FF84CE:06:000:Easy Sonic boom (Guile) PL1 ssf2t:0:FF84D4:06:000:Easy Somersault kick (Guile) PL1 ssf2t:0:FF84E2:0A:000:Easy Double somersault(Guile) PL1:Super combo ssf2t:0:FF84EE:08:000:Easy Syouryu reppa (Ken) PL1:Super combo ssf2t:0:FF8534:04:000:Easy Kamaharai keri (Ken) PL1 ssf2t:0:FF8536:04:000:Easy Nataotosi keri (Ken) PL1 ssf2t:0:FF8538:08:000:Easy Oosoto mawasigeri (Ken) PL1 ssf2t:0:FF84CE:06:000:Easy Spinning bird kick (ChunLi) PL1:Old version only ssf2t:0:FF84FE:06:000:Easy Kikouken (ChunLi) PL1 ssf2t:0:FF8508:06:000:Easy Tensyou kyaku (ChunLi) PL1 ssf2t:0:FF890D:0A:000:Easy Senretsu kyaku (ChunLi) PL1:Super combo ssf2t:0:FF84CE:06:000:Easy Screw pile driver (Zangief) PL1 ssf2t:0:FF84CF:02:500:Easy Screw pile driver (Zangief) PL1 (2/2) ssf2t:0:FF84E9:06:000:Easy atomic Suplex (Zangief) PL1 ssf2t:0:FF84EA:02:500:Easy atomic Suplex (Zangief) PL1(2/2) ssf2t:0:FF84FA:0E:000:Easy Final atomic buster (Zangief) PL1:Super combo ssf2t:0:FF84FB:02:500:Easy Final atomic buster (Zangief) PL1 (2/2) ssf2t:0:FF8501:04:000:Easy Bunising flat (Zangief) PL1 ssf2t:0:FF84CE:04:000:Easy Yoga fire (Dhalsim) PL1 ssf2t:0:FF84D2:08:000:Easy Yoga flame (Dhalsim) PL1 ssf2t:0:FF84D6:04:000:Easy Yoga teleport left (Dhalsim) PL1:Buggy ssf2t:0:FF84DB:05:500:Easy Yoga teleport left (Dhalsim) PL1 (2/2) ssf2t:0:FF84D6:04:000:Easy Yoga teleport right (Dhalsim) PL1:Buggy ssf2t:0:FF84DB:06:500:Easy Yoga teleport right (Dhalsim) PL1 (2/2) ssf2t:0:FF84E4:10:000:Easy Yoga inferno (Dhalsim) PL1:Super combo ssf2t:0:FF84E8:08:000:Easy Yoga blast (Dhalsim) PL1 ssf2t:0:FF84CE:06:000:Easy Dash straight (M.Bison) PL1 ssf2t:0:FF84D6:06:000:Easy Dash upper (M.Bison) PL1 ssf2t:0:FF850E:06:000:Easy Buffalo headbutt (M.Bison) PL1 ssf2t:0:FF8522:0A:000:Easy Crazy buffalo (M.Bison) PL1:Super combo ssf2t:0:FF8524:06:000:Easy Dash ground straight (M.Bison) PL1 ssf2t:0:FF852B:06:000:Easy Dash ground upper (M.Bison) PL1 ssf2t:0:FF84CE:04:000:Easy Tiger uppercut (Sagat) PL1 ssf2t:0:FF84D2:04:000:Easy Tiger knee crush (Sagat) PL1 ssf2t:0:FF84D6:04:000:Easy Tiger shot (Sagat) PL1 ssf2t:0:FF84DA:04:000:Easy Ground tiger shot (Sagat) PL1 ssf2t:0:FF84EC:08:000:Easy Tiger genocide (Sagat) PL1:Super combo ssf2t:0:FF84D6:06:000:Easy Rolling crystal flash (Balrog) PL1 ssf2t:0:FF84DA:06:000:Easy Flying barcelona (Balrog) PL1 ssf2t:0:FF84DE:06:000:Easy Sky high claw (Balrog) PL1 ssf2t:0:FF84E7:0A:000:Easy Rolling izuna drop (Balrog) PL1:Super combo ssf2t:0:FF84CE:06:000:Easy Psyco crusher attack (Vega) PL1 ssf2t:0:FF84D6:06:000:Easy Double knee press (Vega) PL1 ssf2t:0:FF84DF:06:000:Easy Head press (Vega) PL1 ssf2t:0:FF84FA:06:000:Easy Devil reverse (Vega) PL1 ssf2t:0:FF8513:0A:000:Easy Knee press nightmare (Vega) PL1:Super combo ssf2t:0:FF84E0:04:000:Easy Canon spike (Cammy) PL1 ssf2t:0:FF84E4:04:000:Easy Spiral arrow (Cammy) PL1 ssf2t:0:FF84F0:04:000:Easy Axel spin knackle (Cammy) PL1 ssf2t:0:FF84F4:08:000:Easy Spin drive smasher (Cammy) PL1:Super combo ssf2t:0:FF84F7:06:000:Easy Hooligan combination (Cammy) PL1 ssf2t:0:FF84DB:04:000:Easy Tomahawk buster (T.Hawk) PL1 ssf2t:0:FF84E0:06:000:Easy Mexican typhoon (T.Hawk) PL1:Buggy ssf2t:0:FF84E1:02:500:Easy Mexican typhoon (T.Hawk) PL1 (2/2) ssf2t:0:FF84EC:0E:000:Easy Double typhoon (T.Hawk) PL1:Super combo ssf2t:0:FF84ED:02:500:Easy Double typhoon (T.Hawk) PL1 (2/2) ssf2t:0:FF84DE:04:000:Easy Rekkaken (FeiLong) PL1 ssf2t:0:FF84EE:04:500:Easy Rekkaken (FeiLong) PL1 (2/2) ssf2t:0:FF84E2:04:000:Easy sien kyaku (FeiLong) PL1 ssf2t:0:FF84FE:0A:000:Easy Rekka sinken (FeiLong) PL1:Super combo ssf2t:0:FF8502:06:000:Easy Rekkuu kyaku (FeiLong) PL1 ssf2t:0:FF84E0:06:000:Easy Double rolling sovat (DeeJay) PL1 ssf2t:0:FF84E4:06:000:Easy Machinegun upper (DeeJay) PL1 ssf2t:0:FF84F4:06:000:Easy Air slasher (DeeJay) PL1 ssf2t:0:FF84F9:06:000:Easy Jackknife maximum (DeeJay) PL1 ssf2t:0:FF84FD:0A:000:Easy Sovat carnival (DeeJay) PL1:Super combo ssf2t:0:FF84EC:04:000:Easy Asyura senkuu left (Gouki) PL1 ssf2t:0:FF84F3:05:500:Easy Asyura senkuu left (Gouki) PL1 (2/2) ssf2t:0:FF84EC:04:000:Easy Asyura senkuu right (Gouki) PL1 ssf2t:0:FF84F3:06:500:Easy Asyura senkuu right (Gouki) PL1 (2/2) ssf2t:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2t:0:FF87DF:00:001:Play with Ryu PL1 ssf2t:0:FF87DF:01:001:Play with E. Honda PL1 ssf2t:0:FF87DF:02:001:Play with Blanka PL1 ssf2t:0:FF87DF:03:001:Play with Guile PL1 ssf2t:0:FF87DF:04:001:Play with Ken PL1 ssf2t:0:FF87DF:05:001:Play with Chun Li PL1 ssf2t:0:FF87DF:06:001:Play with Zangief PL1 ssf2t:0:FF87DF:07:001:Play with Dhalsim PL1 ssf2t:0:FF87DF:08:001:Play with M. Bison PL1 ssf2t:0:FF87DF:09:001:Play with Sagat PL1 ssf2t:0:FF87DF:0A:001:Play with Balrog PL1 ssf2t:0:FF87DF:0B:001:Play with Vega PL1 ssf2t:0:FF87DF:0C:001:Play with Cammy PL1 ssf2t:0:FF87DF:0D:001:Play with T. Hawk PL1 ssf2t:0:FF87DF:0E:001:Play with Fei Long PL1 ssf2t:0:FF87DF:0F:001:Play with Dee Jay PL1 ssf2t:0:FF8879:90:000:Infinite Energy PL2 ssf2t:0:FF8A0B:90:500:Infinite Energy PL2 (2/2) ssf2t:0:FF8879:00:001:Drain All Energy Now! PL2 ssf2t:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2) ssf2t:0:FF8B02:30:000:Infinite Super PL2 ssf2t:0:FF8B02:00:001:Set Super = 0 Now! PL2 ssf2t:0:FF8A0D:90:000:Invincibility PL2 ssf2t:0:FF8B03:01:000:Have Sprite Trails PL2 ssf2t:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2 ssf2t:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2 ssf2t:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2 ssf2t:0:FF8BDE:00:000:Sets won always = 0 PL2 ssf2t:0:FF8BDE:02:000:Sets won always = 2 PL2 ssf2t:0:FF89CF:00:000:Command during jump PL2 ssf2t:0:FF8C04:01:000:Play with old version ON PL2 ssf2t:0:FF8C04:00:001:Play with old version OFF PL2 ssf2t:0:FF8C0B:01:000:Play with Gouki ON PL2 ssf2t:0:FF8C0B:00:001:Play with Gouki OFF PL2 ssf2t:0:FF8867:01:000:Always motion cancel PL2 ssf2t:0:FF886C:01:000:Hadouken motion cancel PL2:Buggy ssf2t:0:FF8A22:00:000:No limit next shot PL2:Buggy ssf2t:0:FF8A23:00:500:No limit next shot PL2 (2/2) ssf2t:0:FF88DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL2 ssf2t:0:FF88E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL2 ssf2t:0:FF88E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL2 ssf2t:0:FF88EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL2:Super combo ssf2t:0:FF892E:08:000:Easy Fire hadouken (Ryu / Gouki) PL2 ssf2t:0:FF88D6:06:000:Easy Super zutsuki (E.Honda) PL2 ssf2t:0:FF88DE:06:000:Easy Hyakkan otoshi (E.Honda) PL2 ssf2t:0:FF88E2:0A:000:Easy Onimusou (E.Honda) PL2:Super combo ssf2t:0:FF88E4:08:000:Easy Ooityou nage (E.Honda) PL2 ssf2t:0:FF88CE:06:000:Easy Rolling Attack (Blanka) PL2 ssf2t:0:FF88FE:06:000:Easy Vertical rolling (Blanka) PL2 ssf2t:0:FF8907:06:000:Easy Back step rolling (Blanka) PL2 ssf2t:0:FF890F:0A:000:Easy Ground shave rolling (Blanka) PL2:Super combo ssf2t:0:FF88CE:06:000:Easy Sonic boom (Guile) PL2 ssf2t:0:FF88D4:06:000:Easy Somersault kick (Guile) PL2 ssf2t:0:FF88E2:0A:000:Easy Double somersault(Guile) PL2:Super combo ssf2t:0:FF88EE:08:000:Easy Syouryu reppa (Ken) PL2:Super combo ssf2t:0:FF8934:04:000:Easy Kamaharai keri (Ken) PL2 ssf2t:0:FF8936:04:000:Easy Nataotosi keri (Ken) PL2 ssf2t:0:FF8938:08:000:Easy Oosoto mawasigeri (Ken) PL2 ssf2t:0:FF88CE:06:000:Easy Spinning bird kick (ChunLi) PL2:Old version only ssf2t:0:FF88FE:06:000:Easy Kikouken (ChunLi) PL2 ssf2t:0:FF8908:06:000:Easy Tensyou kyaku (ChunLi) PL2 ssf2t:0:FF8908:06:000:Easy Senretsu kyaku (ChunLi) PL2:Super combo ssf2t:0:FF88CE:06:000:Easy Screw pile driver (Zangief) PL2 ssf2t:0:FF88CF:02:500:Easy Screw pile driver (Zangief) PL2 (2/2) ssf2t:0:FF88E9:06:000:Easy atomic Suplex (Zangief) PL2 ssf2t:0:FF88EA:02:500:Easy atomic Suplex (Zangief) PL2(2/2) ssf2t:0:FF88FA:0E:000:Easy Final atomic buster (Zangief) PL2:Super combo ssf2t:0:FF88FB:02:500:Easy Final atomic buster (Zangief) PL2 (2/2) ssf2t:0:FF8901:04:000:Easy Bunising flat (Zangief) PL2 ssf2t:0:FF88CE:04:000:Easy Yoga fire (Dhalsim) PL2 ssf2t:0:FF88D2:08:000:Easy Yoga flame (Dhalsim) PL2 ssf2t:0:FF88D6:04:000:Easy Yoga teleport left (Dhalsim) PL2:Buggy ssf2t:0:FF88DB:05:500:Easy Yoga teleport left (Dhalsim) PL2 (2/2) ssf2t:0:FF88D6:04:000:Easy Yoga teleport right (Dhalsim) PL2:Buggy ssf2t:0:FF88DB:06:500:Easy Yoga teleport right (Dhalsim) PL2 (2/2) ssf2t:0:FF88E4:10:000:Easy Yoga inferno (Dhalsim) PL2:Super combo ssf2t:0:FF88E8:08:000:Easy Yoga blast (Dhalsim) PL2 ssf2t:0:FF88CE:06:000:Easy Dash straight (M.Bison) PL2 ssf2t:0:FF88D6:06:000:Easy Dash upper (M.Bison) PL2 ssf2t:0:FF890E:06:000:Easy Buffalo headbutt (M.Bison) PL2 ssf2t:0:FF8922:0A:000:Easy Crazy buffalo (M.Bison) PL2:Super combo ssf2t:0:FF8924:06:000:Easy Dash ground straight (M.Bison) PL2 ssf2t:0:FF892B:06:000:Easy Dash ground upper (M.Bison) PL2 ssf2t:0:FF88CE:04:000:Easy Tiger uppercut (Sagat) PL2 ssf2t:0:FF88D2:04:000:Easy Tiger knee crush (Sagat) PL2 ssf2t:0:FF88D6:04:000:Easy Tiger shot (Sagat) PL2 ssf2t:0:FF88DA:04:000:Easy Ground tiger shot (Sagat) PL2 ssf2t:0:FF88EC:08:000:Easy Tiger genocide (Sagat) PL2:Super combo ssf2t:0:FF88D6:06:000:Easy Rolling crystal flash (Balrog) PL2 ssf2t:0:FF88DA:06:000:Easy Flying barcelona (Balrog) PL2 ssf2t:0:FF88DE:06:000:Easy Sky high claw (Balrog) PL2 ssf2t:0:FF88E7:0A:000:Easy Rolling izuna drop (Balrog) PL2:Super combo ssf2t:0:FF88CE:06:000:Easy Psyco crusher attack (Vega) PL2 ssf2t:0:FF88D6:06:000:Easy Double knee press (Vega) PL2 ssf2t:0:FF88DF:06:000:Easy Head press (Vega) PL2 ssf2t:0:FF88FA:06:000:Easy Devil reverse (Vega) PL2 ssf2t:0:FF8913:0A:000:Easy Knee press nightmare (Vega) PL2:Super combo ssf2t:0:FF88E0:04:000:Easy Canon spike (Cammy) PL2 ssf2t:0:FF88E4:04:000:Easy Spiral arrow (Cammy) PL2 ssf2t:0:FF88F0:04:000:Easy Axel spin knackle (Cammy) PL2 ssf2t:0:FF88F4:08:000:Easy Spin drive smasher (Cammy) PL2:Super combo ssf2t:0:FF88F7:06:000:Easy Hooligan combination (Cammy) PL2 ssf2t:0:FF88DB:04:000:Easy Tomahawk buster (T.Hawk) PL2 ssf2t:0:FF88E0:06:000:Easy Mexican typhoon (T.Hawk) PL2:Buggy ssf2t:0:FF88E1:02:500:Easy Mexican typhoon (T.Hawk) PL2 (2/2) ssf2t:0:FF88EC:0E:000:Easy Double typhoon (T.Hawk) PL2:Super combo ssf2t:0:FF88ED:02:500:Easy Double typhoon (T.Hawk) PL2 (2/2) ssf2t:0:FF88DE:04:000:Easy Rekkaken (FeiLong) PL2 ssf2t:0:FF88EE:04:500:Easy Rekkaken (FeiLong) PL2 (2/2) ssf2t:0:FF88E2:04:000:Easy sien kyaku (FeiLong) PL2 ssf2t:0:FF88FE:0A:000:Easy Rekka sinken (FeiLong) PL2:Super combo ssf2t:0:FF8902:06:000:Easy Rekkuu kyaku (FeiLong) PL2 ssf2t:0:FF88E0:06:000:Easy Double rolling sovat (DeeJay) PL2 ssf2t:0:FF88E4:06:000:Easy Machinegun upper (DeeJay) PL2 ssf2t:0:FF88F4:06:000:Easy Air slasher (DeeJay) PL2 ssf2t:0:FF88F9:06:000:Easy Jackknife maximum (DeeJay) PL2 ssf2t:0:FF88FD:0A:000:Easy Sovat carnival (DeeJay) PL2:Super combo ssf2t:0:FF88EC:04:000:Easy Asyura senkuu left (Gouki) PL2 ssf2t:0:FF88F3:05:500:Easy Asyura senkuu left (Gouki) PL2 (2/2) ssf2t:0:FF88EC:04:000:Easy Asyura senkuu right (Gouki) PL2 ssf2t:0:FF88F3:06:500:Easy Asyura senkuu right (Gouki) PL2 (2/2) ssf2t:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2t:0:FF8BDF:00:001:Play with Ryu PL2 ssf2t:0:FF8BDF:01:001:Play with E. Honda PL2 ssf2t:0:FF8BDF:02:001:Play with Blanka PL2 ssf2t:0:FF8BDF:03:001:Play with Guile PL2 ssf2t:0:FF8BDF:04:001:Play with Ken PL2 ssf2t:0:FF8BDF:05:001:Play with Chun Li PL2 ssf2t:0:FF8BDF:06:001:Play with Zangief PL2 ssf2t:0:FF8BDF:07:001:Play with Dhalsim PL2 ssf2t:0:FF8BDF:08:001:Play with M. Bison PL2 ssf2t:0:FF8BDF:09:001:Play with Sagat PL2 ssf2t:0:FF8BDF:0A:001:Play with Balrog PL2 ssf2t:0:FF8BDF:0B:001:Play with Vega PL2 ssf2t:0:FF8BDF:0C:001:Play with Cammy PL2 ssf2t:0:FF8BDF:0D:001:Play with T. Hawk PL2 ssf2t:0:FF8BDF:0E:001:Play with Fei Long PL2 ssf2t:0:FF8BDF:0F:001:Play with Dee Jay PL2 ssf2t:0:FF82ED:01:000:Turbo Mode!:Characters move faster ssf2t:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ] ssf2t:0:FF8CD3:00:000:Game Speed [ Turbo Max ] ssf2t:0:FF8C51:0B:001:Go to Final Stage Next ssf2t:0:FF8CA1:01:000:Always have Normal Ending ssf2t:0:FF8CA1:00:000:Always have Special Ending ssf2t:0:000000:00:999:[ These are the codes to set the machine region - the ] ssf2t:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ssf2t:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] ssf2t:0:FF82CF:00:000:Region Switch = Japan ssf2t:0:FF82CF:02:000:Region Switch = USA ssf2t:0:FF82CF:04:000:Region Switch = ETC ssf2t:0:FF82CF:08:000:Region Switch = Asia ssf2t:0:FF82CF:0A:000:Region Switch = Asia TW ; [ Super Street Fighter II Turbo (Asia 940223) ] ssf2ta:0:FF8DCE:99:000:Infinite Time ssf2ta:0:FF8DCE:00:001:Finish this Round Now! ssf2ta:0:FF8479:90:000:Infinite Energy PL1 ssf2ta:0:FF860B:90:500:Infinite Energy PL1 (2/2) ssf2ta:0:FF8479:00:001:Drain All Energy Now! PL1 ssf2ta:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2) ssf2ta:0:FF8702:30:000:Infinite Super PL1 ssf2ta:0:FF8702:00:001:Set Super = 0 Now! PL1 ssf2ta:0:FF860D:01:000:Invincibility PL1 ssf2ta:0:FF8703:01:000:Have Sprite Trails PL1 ssf2ta:0:FF87DE:00:001:Set Sets won = 0 Now! PL1 ssf2ta:0:FF87DE:01:001:Set Sets won = 1 Now! PL1 ssf2ta:0:FF87DE:02:001:Set Sets won = 2 Now! PL1 ssf2ta:0:FF87DE:00:000:Sets won always = 0 PL1 ssf2ta:0:FF87DE:02:000:Sets won always = 2 PL1 ssf2ta:0:FF85CF:00:000:Command during jump PL1 ssf2ta:0:FF8804:01:000:Play with old version ON PL1 ssf2ta:0:FF8804:00:001:Play with old version OFF PL1 ssf2ta:0:FF880B:01:000:Play with Gouki ON PL1 ssf2ta:0:FF880B:00:001:Play with Gouki OFF PL1 ssf2ta:0:FF8467:01:000:Always motion cancel PL1 ssf2ta:0:FF846C:01:000:Hadouken motion cancel PL1:Buggy ssf2ta:0:FF8622:00:000:No limit next shot PL1:Buggy ssf2ta:0:FF8623:00:500:No limit next shot PL1 (2/2) ssf2ta:0:FF84DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL1 ssf2ta:0:FF84E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL1 ssf2ta:0:FF84E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL1 ssf2ta:0:FF84EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL1:Super combo ssf2ta:0:FF852E:08:000:Easy Fire hadouken (Ryu / Gouki) PL1 ssf2ta:0:FF84D6:06:000:Easy Super zutsuki (E.Honda) PL1 ssf2ta:0:FF84DE:06:000:Easy Hyakkan otoshi (E.Honda) PL1 ssf2ta:0:FF84E2:0A:000:Easy Onimusou (E.Honda) PL1:Super combo ssf2ta:0:FF84E4:08:000:Easy Ooityou nage (E.Honda) PL1 ssf2ta:0:FF84CE:06:000:Easy Rolling Attack (Blanka) PL1 ssf2ta:0:FF84FE:06:000:Easy Vertical rolling (Blanka) PL1 ssf2ta:0:FF8507:06:000:Easy Back step rolling (Blanka) PL1 ssf2ta:0:FF850F:0A:000:Easy Ground shave rolling (Blanka) PL1:Super combo ssf2ta:0:FF84CE:06:000:Easy Sonic boom (Guile) PL1 ssf2ta:0:FF84D4:06:000:Easy Somersault kick (Guile) PL1 ssf2ta:0:FF84E2:0A:000:Easy Double somersault(Guile) PL1:Super combo ssf2ta:0:FF84EE:08:000:Easy Syouryu reppa (Ken) PL1:Super combo ssf2ta:0:FF8534:04:000:Easy Kamaharai keri (Ken) PL1 ssf2ta:0:FF8536:04:000:Easy Nataotosi keri (Ken) PL1 ssf2ta:0:FF8538:08:000:Easy Oosoto mawasigeri (Ken) PL1 ssf2ta:0:FF84CE:06:000:Easy Spinning bird kick (ChunLi) PL1:Old version only ssf2ta:0:FF84FE:06:000:Easy Kikouken (ChunLi) PL1 ssf2ta:0:FF8508:06:000:Easy Tensyou kyaku (ChunLi) PL1 ssf2ta:0:FF890D:0A:000:Easy Senretsu kyaku (ChunLi) PL1:Super combo ssf2ta:0:FF84CE:06:000:Easy Screw pile driver (Zangief) PL1 ssf2ta:0:FF84CF:02:500:Easy Screw pile driver (Zangief) PL1 (2/2) ssf2ta:0:FF84E9:06:000:Easy atomic Suplex (Zangief) PL1 ssf2ta:0:FF84EA:02:500:Easy atomic Suplex (Zangief) PL1(2/2) ssf2ta:0:FF84FA:0E:000:Easy Final atomic buster (Zangief) PL1:Super combo ssf2ta:0:FF84FB:02:500:Easy Final atomic buster (Zangief) PL1 (2/2) ssf2ta:0:FF8501:04:000:Easy Bunising flat (Zangief) PL1 ssf2ta:0:FF84CE:04:000:Easy Yoga fire (Dhalsim) PL1 ssf2ta:0:FF84D2:08:000:Easy Yoga flame (Dhalsim) PL1 ssf2ta:0:FF84D6:04:000:Easy Yoga teleport left (Dhalsim) PL1:Buggy ssf2ta:0:FF84DB:05:500:Easy Yoga teleport left (Dhalsim) PL1 (2/2) ssf2ta:0:FF84D6:04:000:Easy Yoga teleport right (Dhalsim) PL1:Buggy ssf2ta:0:FF84DB:06:500:Easy Yoga teleport right (Dhalsim) PL1 (2/2) ssf2ta:0:FF84E4:10:000:Easy Yoga inferno (Dhalsim) PL1:Super combo ssf2ta:0:FF84E8:08:000:Easy Yoga blast (Dhalsim) PL1 ssf2ta:0:FF84CE:06:000:Easy Dash straight (M.Bison) PL1 ssf2ta:0:FF84D6:06:000:Easy Dash upper (M.Bison) PL1 ssf2ta:0:FF850E:06:000:Easy Buffalo headbutt (M.Bison) PL1 ssf2ta:0:FF8522:0A:000:Easy Crazy buffalo (M.Bison) PL1:Super combo ssf2ta:0:FF8524:06:000:Easy Dash ground straight (M.Bison) PL1 ssf2ta:0:FF852B:06:000:Easy Dash ground upper (M.Bison) PL1 ssf2ta:0:FF84CE:04:000:Easy Tiger uppercut (Sagat) PL1 ssf2ta:0:FF84D2:04:000:Easy Tiger knee crush (Sagat) PL1 ssf2ta:0:FF84D6:04:000:Easy Tiger shot (Sagat) PL1 ssf2ta:0:FF84DA:04:000:Easy Ground tiger shot (Sagat) PL1 ssf2ta:0:FF84EC:08:000:Easy Tiger genocide (Sagat) PL1:Super combo ssf2ta:0:FF84D6:06:000:Easy Rolling crystal flash (Balrog) PL1 ssf2ta:0:FF84DA:06:000:Easy Flying barcelona (Balrog) PL1 ssf2ta:0:FF84DE:06:000:Easy Sky high claw (Balrog) PL1 ssf2ta:0:FF84E7:0A:000:Easy Rolling izuna drop (Balrog) PL1:Super combo ssf2ta:0:FF84CE:06:000:Easy Psyco crusher attack (Vega) PL1 ssf2ta:0:FF84D6:06:000:Easy Double knee press (Vega) PL1 ssf2ta:0:FF84DF:06:000:Easy Head press (Vega) PL1 ssf2ta:0:FF84FA:06:000:Easy Devil reverse (Vega) PL1 ssf2ta:0:FF8513:0A:000:Easy Knee press nightmare (Vega) PL1:Super combo ssf2ta:0:FF84E0:04:000:Easy Canon spike (Cammy) PL1 ssf2ta:0:FF84E4:04:000:Easy Spiral arrow (Cammy) PL1 ssf2ta:0:FF84F0:04:000:Easy Axel spin knackle (Cammy) PL1 ssf2ta:0:FF84F4:08:000:Easy Spin drive smasher (Cammy) PL1:Super combo ssf2ta:0:FF84F7:06:000:Easy Hooligan combination (Cammy) PL1 ssf2ta:0:FF84DB:04:000:Easy Tomahawk buster (T.Hawk) PL1 ssf2ta:0:FF84E0:06:000:Easy Mexican typhoon (T.Hawk) PL1:Buggy ssf2ta:0:FF84E1:02:500:Easy Mexican typhoon (T.Hawk) PL1 (2/2) ssf2ta:0:FF84EC:0E:000:Easy Double typhoon (T.Hawk) PL1:Super combo ssf2ta:0:FF84ED:02:500:Easy Double typhoon (T.Hawk) PL1 (2/2) ssf2ta:0:FF84DE:04:000:Easy Rekkaken (FeiLong) PL1 ssf2ta:0:FF84EE:04:500:Easy Rekkaken (FeiLong) PL1 (2/2) ssf2ta:0:FF84E2:04:000:Easy sien kyaku (FeiLong) PL1 ssf2ta:0:FF84FE:0A:000:Easy Rekka sinken (FeiLong) PL1:Super combo ssf2ta:0:FF8502:06:000:Easy Rekkuu kyaku (FeiLong) PL1 ssf2ta:0:FF84E0:06:000:Easy Double rolling sovat (DeeJay) PL1 ssf2ta:0:FF84E4:06:000:Easy Machinegun upper (DeeJay) PL1 ssf2ta:0:FF84F4:06:000:Easy Air slasher (DeeJay) PL1 ssf2ta:0:FF84F9:06:000:Easy Jackknife maximum (DeeJay) PL1 ssf2ta:0:FF84FD:0A:000:Easy Sovat carnival (DeeJay) PL1:Super combo ssf2ta:0:FF84EC:04:000:Easy Asyura senkuu left (Gouki) PL1 ssf2ta:0:FF84F3:05:500:Easy Asyura senkuu left (Gouki) PL1 (2/2) ssf2ta:0:FF84EC:04:000:Easy Asyura senkuu right (Gouki) PL1 ssf2ta:0:FF84F3:06:500:Easy Asyura senkuu right (Gouki) PL1 (2/2) ssf2ta:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2ta:0:FF87DF:00:001:Play with Ryu PL1 ssf2ta:0:FF87DF:01:001:Play with E. Honda PL1 ssf2ta:0:FF87DF:02:001:Play with Blanka PL1 ssf2ta:0:FF87DF:03:001:Play with Guile PL1 ssf2ta:0:FF87DF:04:001:Play with Ken PL1 ssf2ta:0:FF87DF:05:001:Play with Chun Li PL1 ssf2ta:0:FF87DF:06:001:Play with Zangief PL1 ssf2ta:0:FF87DF:07:001:Play with Dhalsim PL1 ssf2ta:0:FF87DF:08:001:Play with M. Bison PL1 ssf2ta:0:FF87DF:09:001:Play with Sagat PL1 ssf2ta:0:FF87DF:0A:001:Play with Balrog PL1 ssf2ta:0:FF87DF:0B:001:Play with Vega PL1 ssf2ta:0:FF87DF:0C:001:Play with Cammy PL1 ssf2ta:0:FF87DF:0D:001:Play with T. Hawk PL1 ssf2ta:0:FF87DF:0E:001:Play with Fei Long PL1 ssf2ta:0:FF87DF:0F:001:Play with Dee Jay PL1 ssf2ta:0:FF8879:90:000:Infinite Energy PL2 ssf2ta:0:FF8A0B:90:500:Infinite Energy PL2 (2/2) ssf2ta:0:FF8879:00:001:Drain All Energy Now! PL2 ssf2ta:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2) ssf2ta:0:FF8B02:30:000:Infinite Super PL2 ssf2ta:0:FF8B02:00:001:Set Super = 0 Now! PL2 ssf2ta:0:FF8A0D:90:000:Invincibility PL2 ssf2ta:0:FF8B03:01:000:Have Sprite Trails PL2 ssf2ta:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2 ssf2ta:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2 ssf2ta:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2 ssf2ta:0:FF8BDE:00:000:Sets won always = 0 PL2 ssf2ta:0:FF8BDE:02:000:Sets won always = 2 PL2 ssf2ta:0:FF89CF:00:000:Command during jump PL2 ssf2ta:0:FF8C04:01:000:Play with old version ON PL2 ssf2ta:0:FF8C04:00:001:Play with old version OFF PL2 ssf2ta:0:FF8C0B:01:000:Play with Gouki ON PL2 ssf2ta:0:FF8C0B:00:001:Play with Gouki OFF PL2 ssf2ta:0:FF8867:01:000:Always motion cancel PL2 ssf2ta:0:FF886C:01:000:Hadouken motion cancel PL2:Buggy ssf2ta:0:FF8A22:00:000:No limit next shot PL2:Buggy ssf2ta:0:FF8A23:00:500:No limit next shot PL2 (2/2) ssf2ta:0:FF88DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL2 ssf2ta:0:FF88E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL2 ssf2ta:0:FF88E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL2 ssf2ta:0:FF88EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL2:Super combo ssf2ta:0:FF892E:08:000:Easy Fire hadouken (Ryu / Gouki) PL2 ssf2ta:0:FF88D6:06:000:Easy Super zutsuki (E.Honda) PL2 ssf2ta:0:FF88DE:06:000:Easy Hyakkan otoshi (E.Honda) PL2 ssf2ta:0:FF88E2:0A:000:Easy Onimusou (E.Honda) PL2:Super combo ssf2ta:0:FF88E4:08:000:Easy Ooityou nage (E.Honda) PL2 ssf2ta:0:FF88CE:06:000:Easy Rolling Attack (Blanka) PL2 ssf2ta:0:FF88FE:06:000:Easy Vertical rolling (Blanka) PL2 ssf2ta:0:FF8907:06:000:Easy Back step rolling (Blanka) PL2 ssf2ta:0:FF890F:0A:000:Easy Ground shave rolling (Blanka) PL2:Super combo ssf2ta:0:FF88CE:06:000:Easy Sonic boom (Guile) PL2 ssf2ta:0:FF88D4:06:000:Easy Somersault kick (Guile) PL2 ssf2ta:0:FF88E2:0A:000:Easy Double somersault(Guile) PL2:Super combo ssf2ta:0:FF88EE:08:000:Easy Syouryu reppa (Ken) PL2:Super combo ssf2ta:0:FF8934:04:000:Easy Kamaharai keri (Ken) PL2 ssf2ta:0:FF8936:04:000:Easy Nataotosi keri (Ken) PL2 ssf2ta:0:FF8938:08:000:Easy Oosoto mawasigeri (Ken) PL2 ssf2ta:0:FF88CE:06:000:Easy Spinning bird kick (ChunLi) PL2:Old version only ssf2ta:0:FF88FE:06:000:Easy Kikouken (ChunLi) PL2 ssf2ta:0:FF8908:06:000:Easy Tensyou kyaku (ChunLi) PL2 ssf2ta:0:FF8908:06:000:Easy Senretsu kyaku (ChunLi) PL2:Super combo ssf2ta:0:FF88CE:06:000:Easy Screw pile driver (Zangief) PL2 ssf2ta:0:FF88CF:02:500:Easy Screw pile driver (Zangief) PL2 (2/2) ssf2ta:0:FF88E9:06:000:Easy atomic Suplex (Zangief) PL2 ssf2ta:0:FF88EA:02:500:Easy atomic Suplex (Zangief) PL2(2/2) ssf2ta:0:FF88FA:0E:000:Easy Final atomic buster (Zangief) PL2:Super combo ssf2ta:0:FF88FB:02:500:Easy Final atomic buster (Zangief) PL2 (2/2) ssf2ta:0:FF8901:04:000:Easy Bunising flat (Zangief) PL2 ssf2ta:0:FF88CE:04:000:Easy Yoga fire (Dhalsim) PL2 ssf2ta:0:FF88D2:08:000:Easy Yoga flame (Dhalsim) PL2 ssf2ta:0:FF88D6:04:000:Easy Yoga teleport left (Dhalsim) PL2:Buggy ssf2ta:0:FF88DB:05:500:Easy Yoga teleport left (Dhalsim) PL2 (2/2) ssf2ta:0:FF88D6:04:000:Easy Yoga teleport right (Dhalsim) PL2:Buggy ssf2ta:0:FF88DB:06:500:Easy Yoga teleport right (Dhalsim) PL2 (2/2) ssf2ta:0:FF88E4:10:000:Easy Yoga inferno (Dhalsim) PL2:Super combo ssf2ta:0:FF88E8:08:000:Easy Yoga blast (Dhalsim) PL2 ssf2ta:0:FF88CE:06:000:Easy Dash straight (M.Bison) PL2 ssf2ta:0:FF88D6:06:000:Easy Dash upper (M.Bison) PL2 ssf2ta:0:FF890E:06:000:Easy Buffalo headbutt (M.Bison) PL2 ssf2ta:0:FF8922:0A:000:Easy Crazy buffalo (M.Bison) PL2:Super combo ssf2ta:0:FF8924:06:000:Easy Dash ground straight (M.Bison) PL2 ssf2ta:0:FF892B:06:000:Easy Dash ground upper (M.Bison) PL2 ssf2ta:0:FF88CE:04:000:Easy Tiger uppercut (Sagat) PL2 ssf2ta:0:FF88D2:04:000:Easy Tiger knee crush (Sagat) PL2 ssf2ta:0:FF88D6:04:000:Easy Tiger shot (Sagat) PL2 ssf2ta:0:FF88DA:04:000:Easy Ground tiger shot (Sagat) PL2 ssf2ta:0:FF88EC:08:000:Easy Tiger genocide (Sagat) PL2:Super combo ssf2ta:0:FF88D6:06:000:Easy Rolling crystal flash (Balrog) PL2 ssf2ta:0:FF88DA:06:000:Easy Flying barcelona (Balrog) PL2 ssf2ta:0:FF88DE:06:000:Easy Sky high claw (Balrog) PL2 ssf2ta:0:FF88E7:0A:000:Easy Rolling izuna drop (Balrog) PL2:Super combo ssf2ta:0:FF88CE:06:000:Easy Psyco crusher attack (Vega) PL2 ssf2ta:0:FF88D6:06:000:Easy Double knee press (Vega) PL2 ssf2ta:0:FF88DF:06:000:Easy Head press (Vega) PL2 ssf2ta:0:FF88FA:06:000:Easy Devil reverse (Vega) PL2 ssf2ta:0:FF8913:0A:000:Easy Knee press nightmare (Vega) PL2:Super combo ssf2ta:0:FF88E0:04:000:Easy Canon spike (Cammy) PL2 ssf2ta:0:FF88E4:04:000:Easy Spiral arrow (Cammy) PL2 ssf2ta:0:FF88F0:04:000:Easy Axel spin knackle (Cammy) PL2 ssf2ta:0:FF88F4:08:000:Easy Spin drive smasher (Cammy) PL2:Super combo ssf2ta:0:FF88F7:06:000:Easy Hooligan combination (Cammy) PL2 ssf2ta:0:FF88DB:04:000:Easy Tomahawk buster (T.Hawk) PL2 ssf2ta:0:FF88E0:06:000:Easy Mexican typhoon (T.Hawk) PL2:Buggy ssf2ta:0:FF88E1:02:500:Easy Mexican typhoon (T.Hawk) PL2 (2/2) ssf2ta:0:FF88EC:0E:000:Easy Double typhoon (T.Hawk) PL2:Super combo ssf2ta:0:FF88ED:02:500:Easy Double typhoon (T.Hawk) PL2 (2/2) ssf2ta:0:FF88DE:04:000:Easy Rekkaken (FeiLong) PL2 ssf2ta:0:FF88EE:04:500:Easy Rekkaken (FeiLong) PL2 (2/2) ssf2ta:0:FF88E2:04:000:Easy sien kyaku (FeiLong) PL2 ssf2ta:0:FF88FE:0A:000:Easy Rekka sinken (FeiLong) PL2:Super combo ssf2ta:0:FF8902:06:000:Easy Rekkuu kyaku (FeiLong) PL2 ssf2ta:0:FF88E0:06:000:Easy Double rolling sovat (DeeJay) PL2 ssf2ta:0:FF88E4:06:000:Easy Machinegun upper (DeeJay) PL2 ssf2ta:0:FF88F4:06:000:Easy Air slasher (DeeJay) PL2 ssf2ta:0:FF88F9:06:000:Easy Jackknife maximum (DeeJay) PL2 ssf2ta:0:FF88FD:0A:000:Easy Sovat carnival (DeeJay) PL2:Super combo ssf2ta:0:FF88EC:04:000:Easy Asyura senkuu left (Gouki) PL2 ssf2ta:0:FF88F3:05:500:Easy Asyura senkuu left (Gouki) PL2 (2/2) ssf2ta:0:FF88EC:04:000:Easy Asyura senkuu right (Gouki) PL2 ssf2ta:0:FF88F3:06:500:Easy Asyura senkuu right (Gouki) PL2 (2/2) ssf2ta:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2ta:0:FF8BDF:00:001:Play with Ryu PL2 ssf2ta:0:FF8BDF:01:001:Play with E. Honda PL2 ssf2ta:0:FF8BDF:02:001:Play with Blanka PL2 ssf2ta:0:FF8BDF:03:001:Play with Guile PL2 ssf2ta:0:FF8BDF:04:001:Play with Ken PL2 ssf2ta:0:FF8BDF:05:001:Play with Chun Li PL2 ssf2ta:0:FF8BDF:06:001:Play with Zangief PL2 ssf2ta:0:FF8BDF:07:001:Play with Dhalsim PL2 ssf2ta:0:FF8BDF:08:001:Play with M. Bison PL2 ssf2ta:0:FF8BDF:09:001:Play with Sagat PL2 ssf2ta:0:FF8BDF:0A:001:Play with Balrog PL2 ssf2ta:0:FF8BDF:0B:001:Play with Vega PL2 ssf2ta:0:FF8BDF:0C:001:Play with Cammy PL2 ssf2ta:0:FF8BDF:0D:001:Play with T. Hawk PL2 ssf2ta:0:FF8BDF:0E:001:Play with Fei Long PL2 ssf2ta:0:FF8BDF:0F:001:Play with Dee Jay PL2 ssf2ta:0:FF82ED:01:000:Turbo Mode!:Characters move faster ssf2ta:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ] ssf2ta:0:FF8CD3:00:000:Game Speed [ Turbo Max ] ssf2ta:0:FF8C51:0B:001:Go to Final Stage Next ssf2ta:0:FF8CA1:01:000:Always have Normal Ending ssf2ta:0:FF8CA1:00:000:Always have Special Ending ssf2ta:0:000000:00:999:[ These are the codes to set the machine region - the ] ssf2ta:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ssf2ta:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] ssf2ta:0:FF82CF:00:000:Region Switch = Japan ssf2ta:0:FF82CF:02:000:Region Switch = USA ssf2ta:0:FF82CF:04:000:Region Switch = ETC ssf2ta:0:FF82CF:08:000:Region Switch = Asia ssf2ta:0:FF82CF:0A:000:Region Switch = Asia TW ; [ Super Street Fighter II: The Tournament Battle (World 931119) ] ssf2tb:0:FF8CCE:99:000:Infinite Time ssf2tb:0:FF8CCE:00:001:Finish this Round Now! ssf2tb:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2tb:62000000:000000:00000000:00000000:Select Backdrop :ssf2tb:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2tb:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2tb:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2tb:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2tb:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2tb:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2tb:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2tb:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2tb:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2tb:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2tb:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2tb:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2tb:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2tb:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2tb:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2tb:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2tb:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2tb:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2tb:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2tb:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2tb:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2tb:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2tb:0:FF83F9:90:000:Infinite Energy PL1 ssf2tb:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2tb:0:FF875E:02:000:Finish round to win match PL1 ssf2tb:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2tb:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2tb:0:FF858D:01:000:Invincibility PL1 ssf2tb:0:FF854F:00:000:Command during jump ON PL1 ssf2tb:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2tb:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2tb:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2tb:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2tb:62000000:000000:00000000:00000000:Select Character PL1 :ssf2tb:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2tb:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2tb:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2tb:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2tb:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2tb:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2tb:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2tb:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2tb:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2tb:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2tb:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2tb:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2tb:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2tb:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2tb:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2tb:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2tb:0:FF87F9:90:000:Infinite Energy PL2 ssf2tb:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2tb:0:FF8B5E:02:000:Finish round to win match PL2 ssf2tb:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2tb:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2tb:0:FF898D:01:000:Invincibility PL2 ssf2tb:0:FF894F:00:000:Command during jump ON PL2 ssf2tb:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2tb:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2tb:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2tb:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2tb:62000000:000000:00000000:00000000:Select Character PL2 :ssf2tb:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2tb:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2tb:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2tb:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2tb:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2tb:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2tb:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2tb:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2tb:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2tb:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2tb:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2tb:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2tb:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2tb:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2tb:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2tb:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2tb:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2tb:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2tb:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2tb:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tb:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tb:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tb:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2tb:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tb:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tb:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tb:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2tb:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2tb:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2tb:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2tb:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2tb:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2tb:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2tb:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2tb:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2tb:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2tb:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2tb:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2tb:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2tb:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2tb:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2tb:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2tb:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2tb:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2tb:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2tb:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2tb:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2tb:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2tb:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2tb:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2tb:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2tb:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2tb:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2tb:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2tb:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2tb:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2tb:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2tb:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2tb:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2tb:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2tb:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2tb:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2tb:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tb:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tb:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2tb:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tb:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tb:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2tb:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2tb:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2tb:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2tb:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2tb:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2tb:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2tb:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2tb:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2tb:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2tb:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2tb:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2tb:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2tb:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2tb:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2tb:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2tb:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2tb:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2tb:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2tb:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2tb:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2tb:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2tb:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2tb:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2tb:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2tb:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2tb:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2tb:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2tb:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2tb:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2tb:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2tb:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2tb:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2tb:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2tb:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2tb:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2tb:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2tb:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2tb:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2tb:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2tb:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2tb:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2tb:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2tb:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2tb:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2tb:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2tb:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2tb:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2tb:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2tb:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2tb:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2tb:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2tb:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2tb:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2tb:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2tb:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2tb:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2tb:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2tb:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2tb:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tb:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2tb:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tb:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2tb:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2tb:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2tb:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2tb:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tb:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2tb:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tb:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2tb:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2tb:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2tb:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2tb:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2tb:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2tb:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2tb:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2tb:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2tb:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2tb:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2tb:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2tb:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2tb:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2tb:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2tb:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2tb:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2tb:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2tb:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2tb:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2tb:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2tb:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2tb:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2tb:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2tb:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2tb:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2tb:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2tb:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2tb:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2tb:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2tb:62000000:000000:00000000:00000000:Select Region :ssf2tb:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2tb:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2tb:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2tb:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2tb:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2tb:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II: The Tournament Battle (Japan 930911) ] ssf2tbj:0:FF8CCE:99:000:Infinite Time ssf2tbj:0:FF8CCE:00:001:Finish this Round Now! ssf2tbj:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2tbj:62000000:000000:00000000:00000000:Select Backdrop :ssf2tbj:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2tbj:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2tbj:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2tbj:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2tbj:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2tbj:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2tbj:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2tbj:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2tbj:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2tbj:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2tbj:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2tbj:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2tbj:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2tbj:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2tbj:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2tbj:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2tbj:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2tbj:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2tbj:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2tbj:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2tbj:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2tbj:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2tbj:0:FF83F9:90:000:Infinite Energy PL1 ssf2tbj:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2tbj:0:FF875E:02:000:Finish round to win match PL1 ssf2tbj:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2tbj:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2tbj:0:FF858D:01:000:Invincibility PL1 ssf2tbj:0:FF854F:00:000:Command during jump ON PL1 ssf2tbj:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2tbj:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2tbj:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2tbj:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2tbj:62000000:000000:00000000:00000000:Select Character PL1 :ssf2tbj:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2tbj:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2tbj:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2tbj:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2tbj:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2tbj:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2tbj:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2tbj:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2tbj:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2tbj:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2tbj:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2tbj:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2tbj:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2tbj:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2tbj:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2tbj:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2tbj:0:FF87F9:90:000:Infinite Energy PL2 ssf2tbj:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2tbj:0:FF8B5E:02:000:Finish round to win match PL2 ssf2tbj:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2tbj:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2tbj:0:FF898D:01:000:Invincibility PL2 ssf2tbj:0:FF894F:00:000:Command during jump ON PL2 ssf2tbj:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2tbj:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2tbj:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2tbj:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2tbj:62000000:000000:00000000:00000000:Select Character PL2 :ssf2tbj:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2tbj:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2tbj:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2tbj:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2tbj:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2tbj:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2tbj:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2tbj:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2tbj:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2tbj:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2tbj:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2tbj:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2tbj:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2tbj:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2tbj:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2tbj:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2tbj:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2tbj:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2tbj:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2tbj:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbj:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbj:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbj:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2tbj:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbj:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbj:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbj:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2tbj:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2tbj:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2tbj:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2tbj:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2tbj:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2tbj:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2tbj:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2tbj:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2tbj:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2tbj:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2tbj:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2tbj:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2tbj:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2tbj:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2tbj:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2tbj:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2tbj:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2tbj:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2tbj:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2tbj:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2tbj:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2tbj:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2tbj:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2tbj:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2tbj:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2tbj:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2tbj:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2tbj:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2tbj:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbj:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbj:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2tbj:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbj:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbj:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2tbj:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2tbj:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2tbj:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2tbj:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2tbj:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2tbj:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2tbj:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2tbj:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2tbj:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2tbj:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2tbj:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2tbj:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2tbj:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2tbj:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2tbj:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2tbj:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2tbj:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2tbj:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2tbj:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2tbj:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2tbj:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2tbj:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2tbj:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2tbj:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2tbj:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2tbj:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2tbj:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2tbj:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2tbj:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2tbj:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2tbj:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2tbj:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2tbj:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2tbj:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2tbj:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2tbj:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2tbj:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2tbj:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2tbj:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2tbj:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2tbj:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2tbj:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2tbj:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2tbj:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2tbj:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2tbj:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2tbj:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2tbj:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2tbj:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2tbj:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2tbj:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2tbj:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2tbj:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2tbj:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2tbj:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2tbj:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbj:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2tbj:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbj:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2tbj:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2tbj:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2tbj:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2tbj:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbj:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2tbj:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbj:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2tbj:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2tbj:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2tbj:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2tbj:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2tbj:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2tbj:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2tbj:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2tbj:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2tbj:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2tbj:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2tbj:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2tbj:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2tbj:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2tbj:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2tbj:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2tbj:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2tbj:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2tbj:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2tbj:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2tbj:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2tbj:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2tbj:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2tbj:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2tbj:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2tbj:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2tbj:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2tbj:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2tbj:62000000:000000:00000000:00000000:Select Region :ssf2tbj:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2tbj:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2tbj:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2tbj:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2tbj:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2tbj:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II: The Tournament Battle (World 930911) ] ssf2tbr1:0:FF8CCE:99:000:Infinite Time ssf2tbr1:0:FF8CCE:00:001:Finish this Round Now! ssf2tbr1:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2tbr1:62000000:000000:00000000:00000000:Select Backdrop :ssf2tbr1:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2tbr1:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2tbr1:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2tbr1:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2tbr1:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2tbr1:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2tbr1:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2tbr1:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2tbr1:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2tbr1:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2tbr1:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2tbr1:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2tbr1:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2tbr1:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2tbr1:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2tbr1:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2tbr1:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2tbr1:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2tbr1:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2tbr1:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2tbr1:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2tbr1:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2tbr1:0:FF83F9:90:000:Infinite Energy PL1 ssf2tbr1:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2tbr1:0:FF875E:02:000:Finish round to win match PL1 ssf2tbr1:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2tbr1:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2tbr1:0:FF858D:01:000:Invincibility PL1 ssf2tbr1:0:FF854F:00:000:Command during jump ON PL1 ssf2tbr1:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2tbr1:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2tbr1:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2tbr1:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2tbr1:62000000:000000:00000000:00000000:Select Character PL1 :ssf2tbr1:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2tbr1:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2tbr1:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2tbr1:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2tbr1:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2tbr1:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2tbr1:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2tbr1:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2tbr1:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2tbr1:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2tbr1:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2tbr1:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2tbr1:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2tbr1:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2tbr1:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2tbr1:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2tbr1:0:FF87F9:90:000:Infinite Energy PL2 ssf2tbr1:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2tbr1:0:FF8B5E:02:000:Finish round to win match PL2 ssf2tbr1:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2tbr1:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2tbr1:0:FF898D:01:000:Invincibility PL2 ssf2tbr1:0:FF894F:00:000:Command during jump ON PL2 ssf2tbr1:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2tbr1:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2tbr1:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2tbr1:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2tbr1:62000000:000000:00000000:00000000:Select Character PL2 :ssf2tbr1:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2tbr1:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2tbr1:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2tbr1:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2tbr1:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2tbr1:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2tbr1:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2tbr1:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2tbr1:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2tbr1:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2tbr1:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2tbr1:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2tbr1:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2tbr1:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2tbr1:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2tbr1:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2tbr1:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2tbr1:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2tbr1:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbr1:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbr1:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbr1:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2tbr1:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbr1:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbr1:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbr1:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2tbr1:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2tbr1:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2tbr1:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2tbr1:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2tbr1:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2tbr1:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2tbr1:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2tbr1:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2tbr1:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2tbr1:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2tbr1:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2tbr1:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2tbr1:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2tbr1:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2tbr1:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2tbr1:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2tbr1:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2tbr1:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2tbr1:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2tbr1:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2tbr1:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2tbr1:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2tbr1:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2tbr1:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2tbr1:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2tbr1:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2tbr1:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2tbr1:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2tbr1:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbr1:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbr1:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2tbr1:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2tbr1:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2tbr1:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2tbr1:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2tbr1:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2tbr1:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2tbr1:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2tbr1:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2tbr1:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2tbr1:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2tbr1:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2tbr1:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2tbr1:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2tbr1:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2tbr1:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2tbr1:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2tbr1:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2tbr1:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2tbr1:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2tbr1:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2tbr1:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2tbr1:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2tbr1:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2tbr1:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2tbr1:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2tbr1:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2tbr1:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2tbr1:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2tbr1:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2tbr1:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2tbr1:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2tbr1:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2tbr1:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2tbr1:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2tbr1:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2tbr1:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2tbr1:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2tbr1:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2tbr1:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2tbr1:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2tbr1:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2tbr1:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2tbr1:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2tbr1:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2tbr1:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2tbr1:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2tbr1:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2tbr1:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2tbr1:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2tbr1:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2tbr1:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2tbr1:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2tbr1:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2tbr1:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2tbr1:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbr1:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2tbr1:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbr1:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2tbr1:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2tbr1:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2tbr1:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2tbr1:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbr1:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2tbr1:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2tbr1:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2tbr1:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2tbr1:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2tbr1:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2tbr1:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2tbr1:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2tbr1:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2tbr1:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2tbr1:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2tbr1:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2tbr1:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2tbr1:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2tbr1:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2tbr1:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2tbr1:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2tbr1:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2tbr1:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2tbr1:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2tbr1:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2tbr1:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2tbr1:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2tbr1:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2tbr1:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2tbr1:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2tbr1:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2tbr1:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2tbr1:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2tbr1:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2tbr1:62000000:000000:00000000:00000000:Select Region :ssf2tbr1:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2tbr1:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2tbr1:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2tbr1:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2tbr1:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2tbr1:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II Turbo (US 940323) ] ssf2tu:0:FF8DCE:99:000:Infinite Time ssf2tu:0:FF8DCE:00:001:Finish this Round Now! ssf2tu:0:FF8479:90:000:Infinite Energy PL1 ssf2tu:0:FF860B:90:500:Infinite Energy PL1 (2/2) ssf2tu:0:FF8479:00:001:Drain All Energy Now! PL1 ssf2tu:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2) ssf2tu:0:FF8702:30:000:Infinite Super PL1 ssf2tu:0:FF8702:00:001:Set Super = 0 Now! PL1 ssf2tu:0:FF860D:01:000:Invincibility PL1 ssf2tu:0:FF8703:01:000:Have Sprite Trails PL1 ssf2tu:0:FF87DE:00:001:Set Sets won = 0 Now! PL1 ssf2tu:0:FF87DE:01:001:Set Sets won = 1 Now! PL1 ssf2tu:0:FF87DE:02:001:Set Sets won = 2 Now! PL1 ssf2tu:0:FF87DE:00:000:Sets won always = 0 PL1 ssf2tu:0:FF87DE:02:000:Sets won always = 2 PL1 ssf2tu:0:FF85CF:00:000:Command during jump PL1 ssf2tu:0:FF8804:01:000:Play with old version ON PL1 ssf2tu:0:FF8804:00:001:Play with old version OFF PL1 ssf2tu:0:FF880B:01:000:Play with Gouki ON PL1 ssf2tu:0:FF880B:00:001:Play with Gouki OFF PL1 ssf2tu:0:FF8467:01:000:Always motion cancel PL1 ssf2tu:0:FF846C:01:000:Hadouken motion cancel PL1:Buggy ssf2tu:0:FF8622:00:000:No limit next shot PL1:Buggy ssf2tu:0:FF8623:00:500:No limit next shot PL1 (2/2) ssf2tu:0:FF84DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL1 ssf2tu:0:FF84E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL1 ssf2tu:0:FF84E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL1 ssf2tu:0:FF84EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL1:Super combo ssf2tu:0:FF852E:08:000:Easy Fire hadouken (Ryu / Gouki) PL1 ssf2tu:0:FF84D6:06:000:Easy Super zutsuki (E.Honda) PL1 ssf2tu:0:FF84DE:06:000:Easy Hyakkan otoshi (E.Honda) PL1 ssf2tu:0:FF84E2:0A:000:Easy Onimusou (E.Honda) PL1:Super combo ssf2tu:0:FF84E4:08:000:Easy Ooityou nage (E.Honda) PL1 ssf2tu:0:FF84CE:06:000:Easy Rolling Attack (Blanka) PL1 ssf2tu:0:FF84FE:06:000:Easy Vertical rolling (Blanka) PL1 ssf2tu:0:FF8507:06:000:Easy Back step rolling (Blanka) PL1 ssf2tu:0:FF850F:0A:000:Easy Ground shave rolling (Blanka) PL1:Super combo ssf2tu:0:FF84CE:06:000:Easy Sonic boom (Guile) PL1 ssf2tu:0:FF84D4:06:000:Easy Somersault kick (Guile) PL1 ssf2tu:0:FF84E2:0A:000:Easy Double somersault(Guile) PL1:Super combo ssf2tu:0:FF84EE:08:000:Easy Syouryu reppa (Ken) PL1:Super combo ssf2tu:0:FF8534:04:000:Easy Kamaharai keri (Ken) PL1 ssf2tu:0:FF8536:04:000:Easy Nataotosi keri (Ken) PL1 ssf2tu:0:FF8538:08:000:Easy Oosoto mawasigeri (Ken) PL1 ssf2tu:0:FF84CE:06:000:Easy Spinning bird kick (ChunLi) PL1:Old version only ssf2tu:0:FF84FE:06:000:Easy Kikouken (ChunLi) PL1 ssf2tu:0:FF8508:06:000:Easy Tensyou kyaku (ChunLi) PL1 ssf2tu:0:FF890D:0A:000:Easy Senretsu kyaku (ChunLi) PL1:Super combo ssf2tu:0:FF84CE:06:000:Easy Screw pile driver (Zangief) PL1 ssf2tu:0:FF84CF:02:500:Easy Screw pile driver (Zangief) PL1 (2/2) ssf2tu:0:FF84E9:06:000:Easy atomic Suplex (Zangief) PL1 ssf2tu:0:FF84EA:02:500:Easy atomic Suplex (Zangief) PL1(2/2) ssf2tu:0:FF84FA:0E:000:Easy Final atomic buster (Zangief) PL1:Super combo ssf2tu:0:FF84FB:02:500:Easy Final atomic buster (Zangief) PL1 (2/2) ssf2tu:0:FF8501:04:000:Easy Bunising flat (Zangief) PL1 ssf2tu:0:FF84CE:04:000:Easy Yoga fire (Dhalsim) PL1 ssf2tu:0:FF84D2:08:000:Easy Yoga flame (Dhalsim) PL1 ssf2tu:0:FF84D6:04:000:Easy Yoga teleport left (Dhalsim) PL1:Buggy ssf2tu:0:FF84DB:05:500:Easy Yoga teleport left (Dhalsim) PL1 (2/2) ssf2tu:0:FF84D6:04:000:Easy Yoga teleport right (Dhalsim) PL1:Buggy ssf2tu:0:FF84DB:06:500:Easy Yoga teleport right (Dhalsim) PL1 (2/2) ssf2tu:0:FF84E4:10:000:Easy Yoga inferno (Dhalsim) PL1:Super combo ssf2tu:0:FF84E8:08:000:Easy Yoga blast (Dhalsim) PL1 ssf2tu:0:FF84CE:06:000:Easy Dash straight (M.Bison) PL1 ssf2tu:0:FF84D6:06:000:Easy Dash upper (M.Bison) PL1 ssf2tu:0:FF850E:06:000:Easy Buffalo headbutt (M.Bison) PL1 ssf2tu:0:FF8522:0A:000:Easy Crazy buffalo (M.Bison) PL1:Super combo ssf2tu:0:FF8524:06:000:Easy Dash ground straight (M.Bison) PL1 ssf2tu:0:FF852B:06:000:Easy Dash ground upper (M.Bison) PL1 ssf2tu:0:FF84CE:04:000:Easy Tiger uppercut (Sagat) PL1 ssf2tu:0:FF84D2:04:000:Easy Tiger knee crush (Sagat) PL1 ssf2tu:0:FF84D6:04:000:Easy Tiger shot (Sagat) PL1 ssf2tu:0:FF84DA:04:000:Easy Ground tiger shot (Sagat) PL1 ssf2tu:0:FF84EC:08:000:Easy Tiger genocide (Sagat) PL1:Super combo ssf2tu:0:FF84D6:06:000:Easy Rolling crystal flash (Balrog) PL1 ssf2tu:0:FF84DA:06:000:Easy Flying barcelona (Balrog) PL1 ssf2tu:0:FF84DE:06:000:Easy Sky high claw (Balrog) PL1 ssf2tu:0:FF84E7:0A:000:Easy Rolling izuna drop (Balrog) PL1:Super combo ssf2tu:0:FF84CE:06:000:Easy Psyco crusher attack (Vega) PL1 ssf2tu:0:FF84D6:06:000:Easy Double knee press (Vega) PL1 ssf2tu:0:FF84DF:06:000:Easy Head press (Vega) PL1 ssf2tu:0:FF84FA:06:000:Easy Devil reverse (Vega) PL1 ssf2tu:0:FF8513:0A:000:Easy Knee press nightmare (Vega) PL1:Super combo ssf2tu:0:FF84E0:04:000:Easy Canon spike (Cammy) PL1 ssf2tu:0:FF84E4:04:000:Easy Spiral arrow (Cammy) PL1 ssf2tu:0:FF84F0:04:000:Easy Axel spin knackle (Cammy) PL1 ssf2tu:0:FF84F4:08:000:Easy Spin drive smasher (Cammy) PL1:Super combo ssf2tu:0:FF84F7:06:000:Easy Hooligan combination (Cammy) PL1 ssf2tu:0:FF84DB:04:000:Easy Tomahawk buster (T.Hawk) PL1 ssf2tu:0:FF84E0:06:000:Easy Mexican typhoon (T.Hawk) PL1:Buggy ssf2tu:0:FF84E1:02:500:Easy Mexican typhoon (T.Hawk) PL1 (2/2) ssf2tu:0:FF84EC:0E:000:Easy Double typhoon (T.Hawk) PL1:Super combo ssf2tu:0:FF84ED:02:500:Easy Double typhoon (T.Hawk) PL1 (2/2) ssf2tu:0:FF84DE:04:000:Easy Rekkaken (FeiLong) PL1 ssf2tu:0:FF84EE:04:500:Easy Rekkaken (FeiLong) PL1 (2/2) ssf2tu:0:FF84E2:04:000:Easy sien kyaku (FeiLong) PL1 ssf2tu:0:FF84FE:0A:000:Easy Rekka sinken (FeiLong) PL1:Super combo ssf2tu:0:FF8502:06:000:Easy Rekkuu kyaku (FeiLong) PL1 ssf2tu:0:FF84E0:06:000:Easy Double rolling sovat (DeeJay) PL1 ssf2tu:0:FF84E4:06:000:Easy Machinegun upper (DeeJay) PL1 ssf2tu:0:FF84F4:06:000:Easy Air slasher (DeeJay) PL1 ssf2tu:0:FF84F9:06:000:Easy Jackknife maximum (DeeJay) PL1 ssf2tu:0:FF84FD:0A:000:Easy Sovat carnival (DeeJay) PL1:Super combo ssf2tu:0:FF84EC:04:000:Easy Asyura senkuu left (Gouki) PL1 ssf2tu:0:FF84F3:05:500:Easy Asyura senkuu left (Gouki) PL1 (2/2) ssf2tu:0:FF84EC:04:000:Easy Asyura senkuu right (Gouki) PL1 ssf2tu:0:FF84F3:06:500:Easy Asyura senkuu right (Gouki) PL1 (2/2) ssf2tu:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2tu:0:FF87DF:00:001:Play with Ryu PL1 ssf2tu:0:FF87DF:01:001:Play with E. Honda PL1 ssf2tu:0:FF87DF:02:001:Play with Blanka PL1 ssf2tu:0:FF87DF:03:001:Play with Guile PL1 ssf2tu:0:FF87DF:04:001:Play with Ken PL1 ssf2tu:0:FF87DF:05:001:Play with Chun Li PL1 ssf2tu:0:FF87DF:06:001:Play with Zangief PL1 ssf2tu:0:FF87DF:07:001:Play with Dhalsim PL1 ssf2tu:0:FF87DF:08:001:Play with M. Bison PL1 ssf2tu:0:FF87DF:09:001:Play with Sagat PL1 ssf2tu:0:FF87DF:0A:001:Play with Balrog PL1 ssf2tu:0:FF87DF:0B:001:Play with Vega PL1 ssf2tu:0:FF87DF:0C:001:Play with Cammy PL1 ssf2tu:0:FF87DF:0D:001:Play with T. Hawk PL1 ssf2tu:0:FF87DF:0E:001:Play with Fei Long PL1 ssf2tu:0:FF87DF:0F:001:Play with Dee Jay PL1 ssf2tu:0:FF8879:90:000:Infinite Energy PL2 ssf2tu:0:FF8A0B:90:500:Infinite Energy PL2 (2/2) ssf2tu:0:FF8879:00:001:Drain All Energy Now! PL2 ssf2tu:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2) ssf2tu:0:FF8B02:30:000:Infinite Super PL2 ssf2tu:0:FF8B02:00:001:Set Super = 0 Now! PL2 ssf2tu:0:FF8A0D:90:000:Invincibility PL2 ssf2tu:0:FF8B03:01:000:Have Sprite Trails PL2 ssf2tu:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2 ssf2tu:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2 ssf2tu:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2 ssf2tu:0:FF8BDE:00:000:Sets won always = 0 PL2 ssf2tu:0:FF8BDE:02:000:Sets won always = 2 PL2 ssf2tu:0:FF89CF:00:000:Command during jump PL2 ssf2tu:0:FF8C04:01:000:Play with old version ON PL2 ssf2tu:0:FF8C04:00:001:Play with old version OFF PL2 ssf2tu:0:FF8C0B:01:000:Play with Gouki ON PL2 ssf2tu:0:FF8C0B:00:001:Play with Gouki OFF PL2 ssf2tu:0:FF8867:01:000:Always motion cancel PL2 ssf2tu:0:FF886C:01:000:Hadouken motion cancel PL2:Buggy ssf2tu:0:FF8A22:00:000:No limit next shot PL2:Buggy ssf2tu:0:FF8A23:00:500:No limit next shot PL2 (2/2) ssf2tu:0:FF88DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL2 ssf2tu:0:FF88E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL2 ssf2tu:0:FF88E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL2 ssf2tu:0:FF88EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL2:Super combo ssf2tu:0:FF892E:08:000:Easy Fire hadouken (Ryu / Gouki) PL2 ssf2tu:0:FF88D6:06:000:Easy Super zutsuki (E.Honda) PL2 ssf2tu:0:FF88DE:06:000:Easy Hyakkan otoshi (E.Honda) PL2 ssf2tu:0:FF88E2:0A:000:Easy Onimusou (E.Honda) PL2:Super combo ssf2tu:0:FF88E4:08:000:Easy Ooityou nage (E.Honda) PL2 ssf2tu:0:FF88CE:06:000:Easy Rolling Attack (Blanka) PL2 ssf2tu:0:FF88FE:06:000:Easy Vertical rolling (Blanka) PL2 ssf2tu:0:FF8907:06:000:Easy Back step rolling (Blanka) PL2 ssf2tu:0:FF890F:0A:000:Easy Ground shave rolling (Blanka) PL2:Super combo ssf2tu:0:FF88CE:06:000:Easy Sonic boom (Guile) PL2 ssf2tu:0:FF88D4:06:000:Easy Somersault kick (Guile) PL2 ssf2tu:0:FF88E2:0A:000:Easy Double somersault(Guile) PL2:Super combo ssf2tu:0:FF88EE:08:000:Easy Syouryu reppa (Ken) PL2:Super combo ssf2tu:0:FF8934:04:000:Easy Kamaharai keri (Ken) PL2 ssf2tu:0:FF8936:04:000:Easy Nataotosi keri (Ken) PL2 ssf2tu:0:FF8938:08:000:Easy Oosoto mawasigeri (Ken) PL2 ssf2tu:0:FF88CE:06:000:Easy Spinning bird kick (ChunLi) PL2:Old version only ssf2tu:0:FF88FE:06:000:Easy Kikouken (ChunLi) PL2 ssf2tu:0:FF8908:06:000:Easy Tensyou kyaku (ChunLi) PL2 ssf2tu:0:FF8908:06:000:Easy Senretsu kyaku (ChunLi) PL2:Super combo ssf2tu:0:FF88CE:06:000:Easy Screw pile driver (Zangief) PL2 ssf2tu:0:FF88CF:02:500:Easy Screw pile driver (Zangief) PL2 (2/2) ssf2tu:0:FF88E9:06:000:Easy atomic Suplex (Zangief) PL2 ssf2tu:0:FF88EA:02:500:Easy atomic Suplex (Zangief) PL2(2/2) ssf2tu:0:FF88FA:0E:000:Easy Final atomic buster (Zangief) PL2:Super combo ssf2tu:0:FF88FB:02:500:Easy Final atomic buster (Zangief) PL2 (2/2) ssf2tu:0:FF8901:04:000:Easy Bunising flat (Zangief) PL2 ssf2tu:0:FF88CE:04:000:Easy Yoga fire (Dhalsim) PL2 ssf2tu:0:FF88D2:08:000:Easy Yoga flame (Dhalsim) PL2 ssf2tu:0:FF88D6:04:000:Easy Yoga teleport left (Dhalsim) PL2:Buggy ssf2tu:0:FF88DB:05:500:Easy Yoga teleport left (Dhalsim) PL2 (2/2) ssf2tu:0:FF88D6:04:000:Easy Yoga teleport right (Dhalsim) PL2:Buggy ssf2tu:0:FF88DB:06:500:Easy Yoga teleport right (Dhalsim) PL2 (2/2) ssf2tu:0:FF88E4:10:000:Easy Yoga inferno (Dhalsim) PL2:Super combo ssf2tu:0:FF88E8:08:000:Easy Yoga blast (Dhalsim) PL2 ssf2tu:0:FF88CE:06:000:Easy Dash straight (M.Bison) PL2 ssf2tu:0:FF88D6:06:000:Easy Dash upper (M.Bison) PL2 ssf2tu:0:FF890E:06:000:Easy Buffalo headbutt (M.Bison) PL2 ssf2tu:0:FF8922:0A:000:Easy Crazy buffalo (M.Bison) PL2:Super combo ssf2tu:0:FF8924:06:000:Easy Dash ground straight (M.Bison) PL2 ssf2tu:0:FF892B:06:000:Easy Dash ground upper (M.Bison) PL2 ssf2tu:0:FF88CE:04:000:Easy Tiger uppercut (Sagat) PL2 ssf2tu:0:FF88D2:04:000:Easy Tiger knee crush (Sagat) PL2 ssf2tu:0:FF88D6:04:000:Easy Tiger shot (Sagat) PL2 ssf2tu:0:FF88DA:04:000:Easy Ground tiger shot (Sagat) PL2 ssf2tu:0:FF88EC:08:000:Easy Tiger genocide (Sagat) PL2:Super combo ssf2tu:0:FF88D6:06:000:Easy Rolling crystal flash (Balrog) PL2 ssf2tu:0:FF88DA:06:000:Easy Flying barcelona (Balrog) PL2 ssf2tu:0:FF88DE:06:000:Easy Sky high claw (Balrog) PL2 ssf2tu:0:FF88E7:0A:000:Easy Rolling izuna drop (Balrog) PL2:Super combo ssf2tu:0:FF88CE:06:000:Easy Psyco crusher attack (Vega) PL2 ssf2tu:0:FF88D6:06:000:Easy Double knee press (Vega) PL2 ssf2tu:0:FF88DF:06:000:Easy Head press (Vega) PL2 ssf2tu:0:FF88FA:06:000:Easy Devil reverse (Vega) PL2 ssf2tu:0:FF8913:0A:000:Easy Knee press nightmare (Vega) PL2:Super combo ssf2tu:0:FF88E0:04:000:Easy Canon spike (Cammy) PL2 ssf2tu:0:FF88E4:04:000:Easy Spiral arrow (Cammy) PL2 ssf2tu:0:FF88F0:04:000:Easy Axel spin knackle (Cammy) PL2 ssf2tu:0:FF88F4:08:000:Easy Spin drive smasher (Cammy) PL2:Super combo ssf2tu:0:FF88F7:06:000:Easy Hooligan combination (Cammy) PL2 ssf2tu:0:FF88DB:04:000:Easy Tomahawk buster (T.Hawk) PL2 ssf2tu:0:FF88E0:06:000:Easy Mexican typhoon (T.Hawk) PL2:Buggy ssf2tu:0:FF88E1:02:500:Easy Mexican typhoon (T.Hawk) PL2 (2/2) ssf2tu:0:FF88EC:0E:000:Easy Double typhoon (T.Hawk) PL2:Super combo ssf2tu:0:FF88ED:02:500:Easy Double typhoon (T.Hawk) PL2 (2/2) ssf2tu:0:FF88DE:04:000:Easy Rekkaken (FeiLong) PL2 ssf2tu:0:FF88EE:04:500:Easy Rekkaken (FeiLong) PL2 (2/2) ssf2tu:0:FF88E2:04:000:Easy sien kyaku (FeiLong) PL2 ssf2tu:0:FF88FE:0A:000:Easy Rekka sinken (FeiLong) PL2:Super combo ssf2tu:0:FF8902:06:000:Easy Rekkuu kyaku (FeiLong) PL2 ssf2tu:0:FF88E0:06:000:Easy Double rolling sovat (DeeJay) PL2 ssf2tu:0:FF88E4:06:000:Easy Machinegun upper (DeeJay) PL2 ssf2tu:0:FF88F4:06:000:Easy Air slasher (DeeJay) PL2 ssf2tu:0:FF88F9:06:000:Easy Jackknife maximum (DeeJay) PL2 ssf2tu:0:FF88FD:0A:000:Easy Sovat carnival (DeeJay) PL2:Super combo ssf2tu:0:FF88EC:04:000:Easy Asyura senkuu left (Gouki) PL2 ssf2tu:0:FF88F3:05:500:Easy Asyura senkuu left (Gouki) PL2 (2/2) ssf2tu:0:FF88EC:04:000:Easy Asyura senkuu right (Gouki) PL2 ssf2tu:0:FF88F3:06:500:Easy Asyura senkuu right (Gouki) PL2 (2/2) ssf2tu:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2tu:0:FF8BDF:00:001:Play with Ryu PL2 ssf2tu:0:FF8BDF:01:001:Play with E. Honda PL2 ssf2tu:0:FF8BDF:02:001:Play with Blanka PL2 ssf2tu:0:FF8BDF:03:001:Play with Guile PL2 ssf2tu:0:FF8BDF:04:001:Play with Ken PL2 ssf2tu:0:FF8BDF:05:001:Play with Chun Li PL2 ssf2tu:0:FF8BDF:06:001:Play with Zangief PL2 ssf2tu:0:FF8BDF:07:001:Play with Dhalsim PL2 ssf2tu:0:FF8BDF:08:001:Play with M. Bison PL2 ssf2tu:0:FF8BDF:09:001:Play with Sagat PL2 ssf2tu:0:FF8BDF:0A:001:Play with Balrog PL2 ssf2tu:0:FF8BDF:0B:001:Play with Vega PL2 ssf2tu:0:FF8BDF:0C:001:Play with Cammy PL2 ssf2tu:0:FF8BDF:0D:001:Play with T. Hawk PL2 ssf2tu:0:FF8BDF:0E:001:Play with Fei Long PL2 ssf2tu:0:FF8BDF:0F:001:Play with Dee Jay PL2 ssf2tu:0:FF82ED:01:000:Turbo Mode!:Characters move faster ssf2tu:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ] ssf2tu:0:FF8CD3:00:000:Game Speed [ Turbo Max ] ssf2tu:0:FF8C51:0B:001:Go to Final Stage Next ssf2tu:0:FF8CA1:01:000:Always have Normal Ending ssf2tu:0:FF8CA1:00:000:Always have Special Ending ssf2tu:0:000000:00:999:[ These are the codes to set the machine region - the ] ssf2tu:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ssf2tu:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] ssf2tu:0:FF82CF:00:000:Region Switch = Japan ssf2tu:0:FF82CF:02:000:Region Switch = USA ssf2tu:0:FF82CF:04:000:Region Switch = ETC ssf2tu:0:FF82CF:08:000:Region Switch = Asia ssf2tu:0:FF82CF:0A:000:Region Switch = Asia TW ; [ Super Street Fighter II Turbo (US 940223) ] ssf2tur1:0:FF8DCE:99:000:Infinite Time ssf2tur1:0:FF8DCE:00:001:Finish this Round Now! ssf2tur1:0:FF8479:90:000:Infinite Energy PL1 ssf2tur1:0:FF860B:90:500:Infinite Energy PL1 (2/2) ssf2tur1:0:FF8479:00:001:Drain All Energy Now! PL1 ssf2tur1:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2) ssf2tur1:0:FF8702:30:000:Infinite Super PL1 ssf2tur1:0:FF8702:00:001:Set Super = 0 Now! PL1 ssf2tur1:0:FF860D:01:000:Invincibility PL1 ssf2tur1:0:FF8703:01:000:Have Sprite Trails PL1 ssf2tur1:0:FF87DE:00:001:Set Sets won = 0 Now! PL1 ssf2tur1:0:FF87DE:01:001:Set Sets won = 1 Now! PL1 ssf2tur1:0:FF87DE:02:001:Set Sets won = 2 Now! PL1 ssf2tur1:0:FF87DE:00:000:Sets won always = 0 PL1 ssf2tur1:0:FF87DE:02:000:Sets won always = 2 PL1 ssf2tur1:0:FF85CF:00:000:Command during jump PL1 ssf2tur1:0:FF8804:01:000:Play with old version ON PL1 ssf2tur1:0:FF8804:00:001:Play with old version OFF PL1 ssf2tur1:0:FF880B:01:000:Play with Gouki ON PL1 ssf2tur1:0:FF880B:00:001:Play with Gouki OFF PL1 ssf2tur1:0:FF8467:01:000:Always motion cancel PL1 ssf2tur1:0:FF846C:01:000:Hadouken motion cancel PL1:Buggy ssf2tur1:0:FF8622:00:000:No limit next shot PL1:Buggy ssf2tur1:0:FF8623:00:500:No limit next shot PL1 (2/2) ssf2tur1:0:FF84DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL1 ssf2tur1:0:FF84E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL1 ssf2tur1:0:FF84E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL1 ssf2tur1:0:FF84EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL1:Super combo ssf2tur1:0:FF852E:08:000:Easy Fire hadouken (Ryu / Gouki) PL1 ssf2tur1:0:FF84D6:06:000:Easy Super zutsuki (E.Honda) PL1 ssf2tur1:0:FF84DE:06:000:Easy Hyakkan otoshi (E.Honda) PL1 ssf2tur1:0:FF84E2:0A:000:Easy Onimusou (E.Honda) PL1:Super combo ssf2tur1:0:FF84E4:08:000:Easy Ooityou nage (E.Honda) PL1 ssf2tur1:0:FF84CE:06:000:Easy Rolling Attack (Blanka) PL1 ssf2tur1:0:FF84FE:06:000:Easy Vertical rolling (Blanka) PL1 ssf2tur1:0:FF8507:06:000:Easy Back step rolling (Blanka) PL1 ssf2tur1:0:FF850F:0A:000:Easy Ground shave rolling (Blanka) PL1:Super combo ssf2tur1:0:FF84CE:06:000:Easy Sonic boom (Guile) PL1 ssf2tur1:0:FF84D4:06:000:Easy Somersault kick (Guile) PL1 ssf2tur1:0:FF84E2:0A:000:Easy Double somersault(Guile) PL1:Super combo ssf2tur1:0:FF84EE:08:000:Easy Syouryu reppa (Ken) PL1:Super combo ssf2tur1:0:FF8534:04:000:Easy Kamaharai keri (Ken) PL1 ssf2tur1:0:FF8536:04:000:Easy Nataotosi keri (Ken) PL1 ssf2tur1:0:FF8538:08:000:Easy Oosoto mawasigeri (Ken) PL1 ssf2tur1:0:FF84CE:06:000:Easy Spinning bird kick (ChunLi) PL1:Old version only ssf2tur1:0:FF84FE:06:000:Easy Kikouken (ChunLi) PL1 ssf2tur1:0:FF8508:06:000:Easy Tensyou kyaku (ChunLi) PL1 ssf2tur1:0:FF890D:0A:000:Easy Senretsu kyaku (ChunLi) PL1:Super combo ssf2tur1:0:FF84CE:06:000:Easy Screw pile driver (Zangief) PL1 ssf2tur1:0:FF84CF:02:500:Easy Screw pile driver (Zangief) PL1 (2/2) ssf2tur1:0:FF84E9:06:000:Easy atomic Suplex (Zangief) PL1 ssf2tur1:0:FF84EA:02:500:Easy atomic Suplex (Zangief) PL1(2/2) ssf2tur1:0:FF84FA:0E:000:Easy Final atomic buster (Zangief) PL1:Super combo ssf2tur1:0:FF84FB:02:500:Easy Final atomic buster (Zangief) PL1 (2/2) ssf2tur1:0:FF8501:04:000:Easy Bunising flat (Zangief) PL1 ssf2tur1:0:FF84CE:04:000:Easy Yoga fire (Dhalsim) PL1 ssf2tur1:0:FF84D2:08:000:Easy Yoga flame (Dhalsim) PL1 ssf2tur1:0:FF84D6:04:000:Easy Yoga teleport left (Dhalsim) PL1:Buggy ssf2tur1:0:FF84DB:05:500:Easy Yoga teleport left (Dhalsim) PL1 (2/2) ssf2tur1:0:FF84D6:04:000:Easy Yoga teleport right (Dhalsim) PL1:Buggy ssf2tur1:0:FF84DB:06:500:Easy Yoga teleport right (Dhalsim) PL1 (2/2) ssf2tur1:0:FF84E4:10:000:Easy Yoga inferno (Dhalsim) PL1:Super combo ssf2tur1:0:FF84E8:08:000:Easy Yoga blast (Dhalsim) PL1 ssf2tur1:0:FF84CE:06:000:Easy Dash straight (M.Bison) PL1 ssf2tur1:0:FF84D6:06:000:Easy Dash upper (M.Bison) PL1 ssf2tur1:0:FF850E:06:000:Easy Buffalo headbutt (M.Bison) PL1 ssf2tur1:0:FF8522:0A:000:Easy Crazy buffalo (M.Bison) PL1:Super combo ssf2tur1:0:FF8524:06:000:Easy Dash ground straight (M.Bison) PL1 ssf2tur1:0:FF852B:06:000:Easy Dash ground upper (M.Bison) PL1 ssf2tur1:0:FF84CE:04:000:Easy Tiger uppercut (Sagat) PL1 ssf2tur1:0:FF84D2:04:000:Easy Tiger knee crush (Sagat) PL1 ssf2tur1:0:FF84D6:04:000:Easy Tiger shot (Sagat) PL1 ssf2tur1:0:FF84DA:04:000:Easy Ground tiger shot (Sagat) PL1 ssf2tur1:0:FF84EC:08:000:Easy Tiger genocide (Sagat) PL1:Super combo ssf2tur1:0:FF84D6:06:000:Easy Rolling crystal flash (Balrog) PL1 ssf2tur1:0:FF84DA:06:000:Easy Flying barcelona (Balrog) PL1 ssf2tur1:0:FF84DE:06:000:Easy Sky high claw (Balrog) PL1 ssf2tur1:0:FF84E7:0A:000:Easy Rolling izuna drop (Balrog) PL1:Super combo ssf2tur1:0:FF84CE:06:000:Easy Psyco crusher attack (Vega) PL1 ssf2tur1:0:FF84D6:06:000:Easy Double knee press (Vega) PL1 ssf2tur1:0:FF84DF:06:000:Easy Head press (Vega) PL1 ssf2tur1:0:FF84FA:06:000:Easy Devil reverse (Vega) PL1 ssf2tur1:0:FF8513:0A:000:Easy Knee press nightmare (Vega) PL1:Super combo ssf2tur1:0:FF84E0:04:000:Easy Canon spike (Cammy) PL1 ssf2tur1:0:FF84E4:04:000:Easy Spiral arrow (Cammy) PL1 ssf2tur1:0:FF84F0:04:000:Easy Axel spin knackle (Cammy) PL1 ssf2tur1:0:FF84F4:08:000:Easy Spin drive smasher (Cammy) PL1:Super combo ssf2tur1:0:FF84F7:06:000:Easy Hooligan combination (Cammy) PL1 ssf2tur1:0:FF84DB:04:000:Easy Tomahawk buster (T.Hawk) PL1 ssf2tur1:0:FF84E0:06:000:Easy Mexican typhoon (T.Hawk) PL1:Buggy ssf2tur1:0:FF84E1:02:500:Easy Mexican typhoon (T.Hawk) PL1 (2/2) ssf2tur1:0:FF84EC:0E:000:Easy Double typhoon (T.Hawk) PL1:Super combo ssf2tur1:0:FF84ED:02:500:Easy Double typhoon (T.Hawk) PL1 (2/2) ssf2tur1:0:FF84DE:04:000:Easy Rekkaken (FeiLong) PL1 ssf2tur1:0:FF84EE:04:500:Easy Rekkaken (FeiLong) PL1 (2/2) ssf2tur1:0:FF84E2:04:000:Easy sien kyaku (FeiLong) PL1 ssf2tur1:0:FF84FE:0A:000:Easy Rekka sinken (FeiLong) PL1:Super combo ssf2tur1:0:FF8502:06:000:Easy Rekkuu kyaku (FeiLong) PL1 ssf2tur1:0:FF84E0:06:000:Easy Double rolling sovat (DeeJay) PL1 ssf2tur1:0:FF84E4:06:000:Easy Machinegun upper (DeeJay) PL1 ssf2tur1:0:FF84F4:06:000:Easy Air slasher (DeeJay) PL1 ssf2tur1:0:FF84F9:06:000:Easy Jackknife maximum (DeeJay) PL1 ssf2tur1:0:FF84FD:0A:000:Easy Sovat carnival (DeeJay) PL1:Super combo ssf2tur1:0:FF84EC:04:000:Easy Asyura senkuu left (Gouki) PL1 ssf2tur1:0:FF84F3:05:500:Easy Asyura senkuu left (Gouki) PL1 (2/2) ssf2tur1:0:FF84EC:04:000:Easy Asyura senkuu right (Gouki) PL1 ssf2tur1:0:FF84F3:06:500:Easy Asyura senkuu right (Gouki) PL1 (2/2) ssf2tur1:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2tur1:0:FF87DF:00:001:Play with Ryu PL1 ssf2tur1:0:FF87DF:01:001:Play with E. Honda PL1 ssf2tur1:0:FF87DF:02:001:Play with Blanka PL1 ssf2tur1:0:FF87DF:03:001:Play with Guile PL1 ssf2tur1:0:FF87DF:04:001:Play with Ken PL1 ssf2tur1:0:FF87DF:05:001:Play with Chun Li PL1 ssf2tur1:0:FF87DF:06:001:Play with Zangief PL1 ssf2tur1:0:FF87DF:07:001:Play with Dhalsim PL1 ssf2tur1:0:FF87DF:08:001:Play with M. Bison PL1 ssf2tur1:0:FF87DF:09:001:Play with Sagat PL1 ssf2tur1:0:FF87DF:0A:001:Play with Balrog PL1 ssf2tur1:0:FF87DF:0B:001:Play with Vega PL1 ssf2tur1:0:FF87DF:0C:001:Play with Cammy PL1 ssf2tur1:0:FF87DF:0D:001:Play with T. Hawk PL1 ssf2tur1:0:FF87DF:0E:001:Play with Fei Long PL1 ssf2tur1:0:FF87DF:0F:001:Play with Dee Jay PL1 ssf2tur1:0:FF8879:90:000:Infinite Energy PL2 ssf2tur1:0:FF8A0B:90:500:Infinite Energy PL2 (2/2) ssf2tur1:0:FF8879:00:001:Drain All Energy Now! PL2 ssf2tur1:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2) ssf2tur1:0:FF8B02:30:000:Infinite Super PL2 ssf2tur1:0:FF8B02:00:001:Set Super = 0 Now! PL2 ssf2tur1:0:FF8A0D:90:000:Invincibility PL2 ssf2tur1:0:FF8B03:01:000:Have Sprite Trails PL2 ssf2tur1:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2 ssf2tur1:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2 ssf2tur1:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2 ssf2tur1:0:FF8BDE:00:000:Sets won always = 0 PL2 ssf2tur1:0:FF8BDE:02:000:Sets won always = 2 PL2 ssf2tur1:0:FF89CF:00:000:Command during jump PL2 ssf2tur1:0:FF8C04:01:000:Play with old version ON PL2 ssf2tur1:0:FF8C04:00:001:Play with old version OFF PL2 ssf2tur1:0:FF8C0B:01:000:Play with Gouki ON PL2 ssf2tur1:0:FF8C0B:00:001:Play with Gouki OFF PL2 ssf2tur1:0:FF8867:01:000:Always motion cancel PL2 ssf2tur1:0:FF886C:01:000:Hadouken motion cancel PL2:Buggy ssf2tur1:0:FF8A22:00:000:No limit next shot PL2:Buggy ssf2tur1:0:FF8A23:00:500:No limit next shot PL2 (2/2) ssf2tur1:0:FF88DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL2 ssf2tur1:0:FF88E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL2 ssf2tur1:0:FF88E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL2 ssf2tur1:0:FF88EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL2:Super combo ssf2tur1:0:FF892E:08:000:Easy Fire hadouken (Ryu / Gouki) PL2 ssf2tur1:0:FF88D6:06:000:Easy Super zutsuki (E.Honda) PL2 ssf2tur1:0:FF88DE:06:000:Easy Hyakkan otoshi (E.Honda) PL2 ssf2tur1:0:FF88E2:0A:000:Easy Onimusou (E.Honda) PL2:Super combo ssf2tur1:0:FF88E4:08:000:Easy Ooityou nage (E.Honda) PL2 ssf2tur1:0:FF88CE:06:000:Easy Rolling Attack (Blanka) PL2 ssf2tur1:0:FF88FE:06:000:Easy Vertical rolling (Blanka) PL2 ssf2tur1:0:FF8907:06:000:Easy Back step rolling (Blanka) PL2 ssf2tur1:0:FF890F:0A:000:Easy Ground shave rolling (Blanka) PL2:Super combo ssf2tur1:0:FF88CE:06:000:Easy Sonic boom (Guile) PL2 ssf2tur1:0:FF88D4:06:000:Easy Somersault kick (Guile) PL2 ssf2tur1:0:FF88E2:0A:000:Easy Double somersault(Guile) PL2:Super combo ssf2tur1:0:FF88EE:08:000:Easy Syouryu reppa (Ken) PL2:Super combo ssf2tur1:0:FF8934:04:000:Easy Kamaharai keri (Ken) PL2 ssf2tur1:0:FF8936:04:000:Easy Nataotosi keri (Ken) PL2 ssf2tur1:0:FF8938:08:000:Easy Oosoto mawasigeri (Ken) PL2 ssf2tur1:0:FF88CE:06:000:Easy Spinning bird kick (ChunLi) PL2:Old version only ssf2tur1:0:FF88FE:06:000:Easy Kikouken (ChunLi) PL2 ssf2tur1:0:FF8908:06:000:Easy Tensyou kyaku (ChunLi) PL2 ssf2tur1:0:FF8908:06:000:Easy Senretsu kyaku (ChunLi) PL2:Super combo ssf2tur1:0:FF88CE:06:000:Easy Screw pile driver (Zangief) PL2 ssf2tur1:0:FF88CF:02:500:Easy Screw pile driver (Zangief) PL2 (2/2) ssf2tur1:0:FF88E9:06:000:Easy atomic Suplex (Zangief) PL2 ssf2tur1:0:FF88EA:02:500:Easy atomic Suplex (Zangief) PL2(2/2) ssf2tur1:0:FF88FA:0E:000:Easy Final atomic buster (Zangief) PL2:Super combo ssf2tur1:0:FF88FB:02:500:Easy Final atomic buster (Zangief) PL2 (2/2) ssf2tur1:0:FF8901:04:000:Easy Bunising flat (Zangief) PL2 ssf2tur1:0:FF88CE:04:000:Easy Yoga fire (Dhalsim) PL2 ssf2tur1:0:FF88D2:08:000:Easy Yoga flame (Dhalsim) PL2 ssf2tur1:0:FF88D6:04:000:Easy Yoga teleport left (Dhalsim) PL2:Buggy ssf2tur1:0:FF88DB:05:500:Easy Yoga teleport left (Dhalsim) PL2 (2/2) ssf2tur1:0:FF88D6:04:000:Easy Yoga teleport right (Dhalsim) PL2:Buggy ssf2tur1:0:FF88DB:06:500:Easy Yoga teleport right (Dhalsim) PL2 (2/2) ssf2tur1:0:FF88E4:10:000:Easy Yoga inferno (Dhalsim) PL2:Super combo ssf2tur1:0:FF88E8:08:000:Easy Yoga blast (Dhalsim) PL2 ssf2tur1:0:FF88CE:06:000:Easy Dash straight (M.Bison) PL2 ssf2tur1:0:FF88D6:06:000:Easy Dash upper (M.Bison) PL2 ssf2tur1:0:FF890E:06:000:Easy Buffalo headbutt (M.Bison) PL2 ssf2tur1:0:FF8922:0A:000:Easy Crazy buffalo (M.Bison) PL2:Super combo ssf2tur1:0:FF8924:06:000:Easy Dash ground straight (M.Bison) PL2 ssf2tur1:0:FF892B:06:000:Easy Dash ground upper (M.Bison) PL2 ssf2tur1:0:FF88CE:04:000:Easy Tiger uppercut (Sagat) PL2 ssf2tur1:0:FF88D2:04:000:Easy Tiger knee crush (Sagat) PL2 ssf2tur1:0:FF88D6:04:000:Easy Tiger shot (Sagat) PL2 ssf2tur1:0:FF88DA:04:000:Easy Ground tiger shot (Sagat) PL2 ssf2tur1:0:FF88EC:08:000:Easy Tiger genocide (Sagat) PL2:Super combo ssf2tur1:0:FF88D6:06:000:Easy Rolling crystal flash (Balrog) PL2 ssf2tur1:0:FF88DA:06:000:Easy Flying barcelona (Balrog) PL2 ssf2tur1:0:FF88DE:06:000:Easy Sky high claw (Balrog) PL2 ssf2tur1:0:FF88E7:0A:000:Easy Rolling izuna drop (Balrog) PL2:Super combo ssf2tur1:0:FF88CE:06:000:Easy Psyco crusher attack (Vega) PL2 ssf2tur1:0:FF88D6:06:000:Easy Double knee press (Vega) PL2 ssf2tur1:0:FF88DF:06:000:Easy Head press (Vega) PL2 ssf2tur1:0:FF88FA:06:000:Easy Devil reverse (Vega) PL2 ssf2tur1:0:FF8913:0A:000:Easy Knee press nightmare (Vega) PL2:Super combo ssf2tur1:0:FF88E0:04:000:Easy Canon spike (Cammy) PL2 ssf2tur1:0:FF88E4:04:000:Easy Spiral arrow (Cammy) PL2 ssf2tur1:0:FF88F0:04:000:Easy Axel spin knackle (Cammy) PL2 ssf2tur1:0:FF88F4:08:000:Easy Spin drive smasher (Cammy) PL2:Super combo ssf2tur1:0:FF88F7:06:000:Easy Hooligan combination (Cammy) PL2 ssf2tur1:0:FF88DB:04:000:Easy Tomahawk buster (T.Hawk) PL2 ssf2tur1:0:FF88E0:06:000:Easy Mexican typhoon (T.Hawk) PL2:Buggy ssf2tur1:0:FF88E1:02:500:Easy Mexican typhoon (T.Hawk) PL2 (2/2) ssf2tur1:0:FF88EC:0E:000:Easy Double typhoon (T.Hawk) PL2:Super combo ssf2tur1:0:FF88ED:02:500:Easy Double typhoon (T.Hawk) PL2 (2/2) ssf2tur1:0:FF88DE:04:000:Easy Rekkaken (FeiLong) PL2 ssf2tur1:0:FF88EE:04:500:Easy Rekkaken (FeiLong) PL2 (2/2) ssf2tur1:0:FF88E2:04:000:Easy sien kyaku (FeiLong) PL2 ssf2tur1:0:FF88FE:0A:000:Easy Rekka sinken (FeiLong) PL2:Super combo ssf2tur1:0:FF8902:06:000:Easy Rekkuu kyaku (FeiLong) PL2 ssf2tur1:0:FF88E0:06:000:Easy Double rolling sovat (DeeJay) PL2 ssf2tur1:0:FF88E4:06:000:Easy Machinegun upper (DeeJay) PL2 ssf2tur1:0:FF88F4:06:000:Easy Air slasher (DeeJay) PL2 ssf2tur1:0:FF88F9:06:000:Easy Jackknife maximum (DeeJay) PL2 ssf2tur1:0:FF88FD:0A:000:Easy Sovat carnival (DeeJay) PL2:Super combo ssf2tur1:0:FF88EC:04:000:Easy Asyura senkuu left (Gouki) PL2 ssf2tur1:0:FF88F3:05:500:Easy Asyura senkuu left (Gouki) PL2 (2/2) ssf2tur1:0:FF88EC:04:000:Easy Asyura senkuu right (Gouki) PL2 ssf2tur1:0:FF88F3:06:500:Easy Asyura senkuu right (Gouki) PL2 (2/2) ssf2tur1:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2tur1:0:FF8BDF:00:001:Play with Ryu PL2 ssf2tur1:0:FF8BDF:01:001:Play with E. Honda PL2 ssf2tur1:0:FF8BDF:02:001:Play with Blanka PL2 ssf2tur1:0:FF8BDF:03:001:Play with Guile PL2 ssf2tur1:0:FF8BDF:04:001:Play with Ken PL2 ssf2tur1:0:FF8BDF:05:001:Play with Chun Li PL2 ssf2tur1:0:FF8BDF:06:001:Play with Zangief PL2 ssf2tur1:0:FF8BDF:07:001:Play with Dhalsim PL2 ssf2tur1:0:FF8BDF:08:001:Play with M. Bison PL2 ssf2tur1:0:FF8BDF:09:001:Play with Sagat PL2 ssf2tur1:0:FF8BDF:0A:001:Play with Balrog PL2 ssf2tur1:0:FF8BDF:0B:001:Play with Vega PL2 ssf2tur1:0:FF8BDF:0C:001:Play with Cammy PL2 ssf2tur1:0:FF8BDF:0D:001:Play with T. Hawk PL2 ssf2tur1:0:FF8BDF:0E:001:Play with Fei Long PL2 ssf2tur1:0:FF8BDF:0F:001:Play with Dee Jay PL2 ssf2tur1:0:FF82ED:01:000:Turbo Mode!:Characters move faster ssf2tur1:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ] ssf2tur1:0:FF8CD3:00:000:Game Speed [ Turbo Max ] ssf2tur1:0:FF8C51:0B:001:Go to Final Stage Next ssf2tur1:0:FF8CA1:01:000:Always have Normal Ending ssf2tur1:0:FF8CA1:00:000:Always have Special Ending ssf2tur1:0:000000:00:999:[ These are the codes to set the machine region - the ] ssf2tur1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ssf2tur1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] ssf2tur1:0:FF82CF:00:000:Region Switch = Japan ssf2tur1:0:FF82CF:02:000:Region Switch = USA ssf2tur1:0:FF82CF:04:000:Region Switch = ETC ssf2tur1:0:FF82CF:08:000:Region Switch = Asia ssf2tur1:0:FF82CF:0A:000:Region Switch = Asia TW ; [ Super Street Fighter II: The New Challengers (US 930911) ] ssf2u:0:FF8CCE:99:000:Infinite Time ssf2u:0:FF8CCE:00:001:Finish this Round Now! ssf2u:0:FF82ED:01:000:Always in Turbo Mode:Characters move faster :ssf2u:62000000:000000:00000000:00000000:Select Backdrop :ssf2u:00010000:FFE08B:00000000:FFFFFFFF:Japan (Castle):Ryu :ssf2u:00010000:FFE08B:00000001:FFFFFFFF:Japan (Bath House):E. Honda :ssf2u:00010000:FFE08B:00000002:FFFFFFFF:Brazil:Blanka :ssf2u:00010000:FFE08B:00000003:FFFFFFFF:USA (Air Base):Guile :ssf2u:00010000:FFE08B:00000004:FFFFFFFF:USA (Pier):Ken :ssf2u:00010000:FFE08B:00000005:FFFFFFFF:China:Chun-Li :ssf2u:00010000:FFE08B:00000006:FFFFFFFF:USSR:Zangief :ssf2u:00010000:FFE08B:00000007:FFFFFFFF:India (Dhalsim) :ssf2u:00010000:FFE08B:00000008:FFFFFFFF:USA (Las Vegas):Balrog :ssf2u:00010000:FFE08B:00000009:FFFFFFFF:Thailand (Statue):Sagat :ssf2u:00010000:FFE08B:0000000A:FFFFFFFF:Spain:Vega :ssf2u:00010000:FFE08B:0000000B:FFFFFFFF:Thailand (Temple):M. Bison :ssf2u:00010000:FFE08B:0000000C:FFFFFFFF:England:Cammy :ssf2u:00010000:FFE08B:0000000D:FFFFFFFF:Mexico:T. Hawk :ssf2u:00010000:FFE08B:0000000E:FFFFFFFF:Hong Kong:Fei Long :ssf2u:00010000:FFE08B:0000000F:FFFFFFFF:Jamaica:Dee Jay :ssf2u:60000000:000000:00000000:00000000:[ Stage Selection Cheats - Use during a match. ] :ssf2u:00000001:FF8BD1:00000007:FFFFFFFF:Fight Balrog Next! :ssf2u:00000001:FF8BD1:00000008:FFFFFFFF:Fight Vega Next! :ssf2u:00000001:FF8BD1:00000009:FFFFFFFF:Fight Sagat Next! :ssf2u:00000001:FF8BD1:0000000A:FFFFFFFF:Fight M. Bison Next! :ssf2u:00000001:FF8BD1:0000000B:FFFFFFFF:Go to Ending Next! ssf2u:0:FF83F9:90:000:Infinite Energy PL1 ssf2u:0:FF83F9:00:001:Drain All Energy Now! PL1 ssf2u:0:FF875E:02:000:Finish round to win match PL1 ssf2u:0:FF875E:00:000:Rounds won always set = 0 PL1 ssf2u:0:FF875E:00:001:Rounds won set = 0 Now! PL1 ssf2u:0:FF858D:01:000:Invincibility PL1 ssf2u:0:FF854F:00:000:Command during jump ON PL1 ssf2u:0:FF83EC:01:000:Hadou Ken motion Cancel PL1:Buggy ssf2u:0:FF85A2:00:000:No limit next shot PL1:Buggy ssf2u:0:FF85A3:00:500:No limit next shot PL1 (2/2) :ssf2u:00000000:FF842F:00000001:FFFFFFFF:Never Get Dizzied PL1 :ssf2u:62000000:000000:00000000:00000000:Select Character PL1 :ssf2u:00010000:FF875F:00000000:FFFFFFFF:Ryu :ssf2u:00010000:FF875F:00000001:FFFFFFFF:Edmund Honda :ssf2u:00010000:FF875F:00000002:FFFFFFFF:Blanka :ssf2u:00010000:FF875F:00000003:FFFFFFFF:Guile :ssf2u:00010000:FF875F:00000004:FFFFFFFF:Ken Masters :ssf2u:00010000:FF875F:00000005:FFFFFFFF:Chun-Li :ssf2u:00010000:FF875F:00000006:FFFFFFFF:Zangief :ssf2u:00010000:FF875F:00000007:FFFFFFFF:Dhalsim :ssf2u:00010000:FF875F:00000008:FFFFFFFF:Balrog :ssf2u:00010000:FF875F:00000009:FFFFFFFF:Sagat :ssf2u:00010000:FF875F:0000000A:FFFFFFFF:Vega :ssf2u:00010000:FF875F:0000000B:FFFFFFFF:M. Bison :ssf2u:00010000:FF875F:0000000C:FFFFFFFF:Cammy :ssf2u:00010000:FF875F:0000000D:FFFFFFFF:Thunder Hawk :ssf2u:00010000:FF875F:0000000E:FFFFFFFF:Fei Long :ssf2u:00010000:FF875F:0000000F:FFFFFFFF:Dee Jay ssf2u:0:FF87F9:90:000:Infinite Energy PL2 ssf2u:0:FF87F9:00:001:Drain All Energy Now! PL2 ssf2u:0:FF8B5E:02:000:Finish round to win match PL2 ssf2u:0:FF8B5E:00:000:Rounds won always set = 0 PL2 ssf2u:0:FF8B5E:00:001:Rounds won set = 0 Now! PL2 ssf2u:0:FF898D:01:000:Invincibility PL2 ssf2u:0:FF894F:00:000:Command during jump ON PL2 ssf2u:0:FF87EC:01:000:Hadou Ken motion Cancel PL2:Buggy ssf2u:0:FF89A2:00:000:No limit next shot PL2:Buggy ssf2u:0:FF89A3:00:500:No limit next shot PL2 (2/2) :ssf2u:00000000:FF882F:00000001:FFFFFFFF:Never Get Dizzied PL2 :ssf2u:62000000:000000:00000000:00000000:Select Character PL2 :ssf2u:00010000:FF8B5F:00000000:FFFFFFFF:Ryu :ssf2u:00010000:FF8B5F:00000001:FFFFFFFF:Edmund Honda :ssf2u:00010000:FF8B5F:00000002:FFFFFFFF:Blanka :ssf2u:00010000:FF8B5F:00000003:FFFFFFFF:Guile :ssf2u:00010000:FF8B5F:00000004:FFFFFFFF:Ken Masters :ssf2u:00010000:FF8B5F:00000005:FFFFFFFF:Chun-Li :ssf2u:00010000:FF8B5F:00000006:FFFFFFFF:Zangief :ssf2u:00010000:FF8B5F:00000007:FFFFFFFF:Dhalsim :ssf2u:00010000:FF8B5F:00000008:FFFFFFFF:Balrog :ssf2u:00010000:FF8B5F:00000009:FFFFFFFF:Sagat :ssf2u:00010000:FF8B5F:0000000A:FFFFFFFF:Vega :ssf2u:00010000:FF8B5F:0000000B:FFFFFFFF:M. Bison :ssf2u:00010000:FF8B5F:0000000C:FFFFFFFF:Cammy :ssf2u:00010000:FF8B5F:0000000D:FFFFFFFF:Thunder Hawk :ssf2u:00010000:FF8B5F:0000000E:FFFFFFFF:Fei Long :ssf2u:00010000:FF8B5F:0000000F:FFFFFFFF:Dee Jay :ssf2u:60000000:000000:00000000:00000000:[ Move List Cheats ] :ssf2u:60000000:000000:00000000:00000000:[ Courtesy of kelvSYC's Move List Cheat Collection 1.3 ] :ssf2u:60000000:000000:00000000:00000000:[Use for Ryu (PL1)] :ssf2u:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2u:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2u:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2u:00100000:FF84AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2u:60000000:000000:00000000:00000000:[Use for Ryu (PL2)] :ssf2u:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2u:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2u:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2u:00100000:FF88AE:00000A06:FFFFFFFF:Shakunetsu Hadou Ken:hcf+P :ssf2u:60000000:000000:00000000:00000000:[Use for E. Honda (PL1)] :ssf2u:00300000:FF844E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2u:00000000:FF8468:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2u:00000000:FF846A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2u:00000000:FF846C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2u:00300000:FF8478:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2u:60000000:000000:00000000:00000000:[Use for E. Honda (PL2)] :ssf2u:00300000:FF884E:08000001:FF0000FF:Super Zutsuki:*b,f+P :ssf2u:00000000:FF8868:00000003:FFFFFFFF:Hyakuretsu Harite:LP* :ssf2u:00000000:FF886A:00000003:FFFFFFFF:Hyakuretsu Harite:MP* :ssf2u:00000000:FF886C:00000003:FFFFFFFF:Hyakuretsu Harite:HP* :ssf2u:00300000:FF8878:08000001:FF0000FF:Super Hyakkan Otoshi:*d,u+K :ssf2u:60000000:000000:00000000:00000000:[Use for Blanka (PL1)] :ssf2u:00300000:FF844E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2u:00000000:FF8468:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2u:00000000:FF846A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2u:00000000:FF846C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2u:00000000:FF847E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2u:00010000:FF8483:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2u:00300000:FF8487:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2u:60000000:000000:00000000:00000000:[Use for Blanka (PL2)] :ssf2u:00300000:FF884E:08000001:FF0000FF:Rolling Attack:*b,f+P :ssf2u:00000000:FF8868:00000004:FFFFFFFF:Electric Thunder:LP* :ssf2u:00000000:FF886A:00000004:FFFFFFFF:Electric Thunder:MP* :ssf2u:00000000:FF886C:00000004:FFFFFFFF:Electric Thunder:HP* :ssf2u:00000000:FF887E:00000008:FFFFFFFF:Vertical Rolling:*d,u+K :ssf2u:00010000:FF8883:00000001:FFFFFFFF:Vertical Rolling (2/2) :ssf2u:00300000:FF8887:08000001:FF0000FF:Backstep Rolling:*b,f+K :ssf2u:60000000:000000:00000000:00000000:[Use for Guile (PL1)] :ssf2u:00300000:FF844E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2u:00300000:FF8454:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2u:60000000:000000:00000000:00000000:[Use for Guile (PL2)] :ssf2u:00300000:FF884E:08000001:FF0000FF:Sonic Boom:*b,f+P :ssf2u:00300000:FF8854:08000001:FF0000FF:Somersault Kick:*d,u+K :ssf2u:60000000:000000:00000000:00000000:[Use for Ken (PL1)] :ssf2u:00100000:FF845E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2u:00100000:FF8462:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2u:00100000:FF8466:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2u:60000000:000000:00000000:00000000:[Use for Ken (PL2)] :ssf2u:00100000:FF885E:00000606:FFFFFFFF:Tatsumaki Senpuu Kyaku:qcb+K (air) :ssf2u:00100000:FF8862:00000606:FFFFFFFF:Hadou Ken:qcf+P :ssf2u:00100000:FF8866:00000606:FFFFFFFF:Shoryuu Ken:dp+P :ssf2u:60000000:000000:00000000:00000000:[Use for Chun-Li (PL1)] :ssf2u:00300000:FF844E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2u:00000000:FF8468:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2u:00000000:FF846A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2u:00000000:FF846C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2u:00100000:FF847E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2u:60000000:000000:00000000:00000000:[Use for Chun-Li (PL2)] :ssf2u:00300000:FF884E:08000001:FF0000FF:Spinning Bird Kick:*d,u+K (air) :ssf2u:00000000:FF8868:00000004:FFFFFFFF:Hyakuretsu Kyaku:LK* :ssf2u:00000000:FF886A:00000004:FFFFFFFF:Hyakuretsu Kyaku:MK* :ssf2u:00000000:FF886C:00000004:FFFFFFFF:Hyakuretsu Kyaku:HK* :ssf2u:00100000:FF887E:00000806:FFFFFFFF:Kikou Ken:*b,f+P :ssf2u:60000000:000000:00000000:00000000:[Use for Zangief (PL1)] :ssf2u:00200000:FF844E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2u:00200000:FF8469:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2u:60000000:000000:00000000:00000000:[Use for Zangief (PL2)] :ssf2u:00200000:FF884E:00080006:00FF00FF:Screw Piledriver:360+P :ssf2u:00200000:FF8869:00080006:00FF00FF:Flying Powerbomb:360+K ### Atomic Suplex is performed when close. :ssf2u:60000000:000000:00000000:00000000:[Use for Dhalsim (PL1)] :ssf2u:00100000:FF844E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2u:00100000:FF8452:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2u:00100000:FF8456:00000606:FFFFFFFF:Yoga Teleport :ssf2u:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2u:00010000:FF846E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2u:00010000:FF846E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2u:60000000:000000:00000000:00000000:[Use for Dhalsim (PL2)] :ssf2u:00100000:FF884E:00000606:FFFFFFFF:Yoga Fire:qcf+P :ssf2u:00100000:FF8852:00000A0A:FFFFFFFF:Yoga Flame:hcf+P :ssf2u:00100000:FF8856:00000606:FFFFFFFF:Yoga Teleport :ssf2u:62000000:000000:00000000:00000000:Select Yoga Teleport Direction: ### Turn on the cheat below this one for this cheat to work. Note that you can't teleport in the other direction while this cheat is activated. :ssf2u:00010000:FF886E:00000000:00000001:Backwards:rdp+(PPP|KKK) :ssf2u:00010000:FF886E:00000001:00000001:Forwards:dp+(PPP|KKK) :ssf2u:60000000:000000:00000000:00000000:[Use for Cammy (PL1)] :ssf2u:00100000:FF8460:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2u:00100000:FF8464:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2u:00100000:FF8470:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2u:60000000:000000:00000000:00000000:[Use for Cammy (PL2)] :ssf2u:00100000:FF8860:00000606:FFFFFFFF:Cannon Spike:dp+K :ssf2u:00100000:FF8864:00000606:FFFFFFFF:Spiral Arrow:qcf+K :ssf2u:00100000:FF8870:00000606:FFFFFFFF:Axle Spin Knuckle:b,db,f+P :ssf2u:60000000:000000:00000000:00000000:[Use for Dee Jay (PL1)] :ssf2u:00100000:FF8460:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2u:00100000:FF8464:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2u:00100000:FF8474:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2u:60000000:000000:00000000:00000000:[Use for Dee Jay (PL2)] :ssf2u:00100000:FF8860:00000806:FFFFFFFF:Double Rolling Sobat:*b,f+K :ssf2u:00100000:FF8864:00000806:FFFFFFFF:Machine Gun Upper:*d,u+P :ssf2u:00100000:FF8874:00000806:FFFFFFFF:Air Slasher:*b,f+P :ssf2u:60000000:000000:00000000:00000000:[Use for Fei Long (PL1)] :ssf2u:00100000:FF845E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2u:00100000:FF846E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2u:00100000:FF8462:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2u:60000000:000000:00000000:00000000:[Use for Fei Long (PL2)] :ssf2u:00100000:FF885E:00000606:FFFFFFFF:Rekka Ken (1):qcf+P :ssf2u:00100000:FF886E:00000606:FFFFFFFF:Rekka Ken (2,3):qcf+P,qcf+P after Rekka Ken (1) :ssf2u:00100000:FF8862:00000606:FFFFFFFF:Shien Kyaku:rdp+K :ssf2u:60000000:000000:00000000:00000000:[Use for T. Hawk (PL1)] :ssf2u:00100000:FF8460:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2u:00100000:FF8468:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2u:60000000:000000:00000000:00000000:[Use for T. Hawk (PL2)] :ssf2u:00100000:FF8860:00000606:FFFFFFFF:Tomahawk Buster:dp+P :ssf2u:00100000:FF8868:00000806:FFFFFFFF:Mexican Typhoon:360+P :ssf2u:60000000:000000:00000000:00000000:[Use for Balrog (PL1)] :ssf2u:00300000:FF844E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2u:00300000:FF8456:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2u:00000001:FF847E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2u:00110001:FF8484:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2u:00000001:FF847F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2u:00110001:FF8486:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2u:00100000:FF848E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2u:60000000:000000:00000000:00000000:[Use for Balrog (PL2)] :ssf2u:00300000:FF884E:08000001:FF0000FF:Dash Straight:*b,f+P :ssf2u:00300000:FF8856:08000001:FF0000FF:Dash Upper:*b,f+K :ssf2u:00000001:FF887E:00000004:FFFFFFFF:Turn Punch:*PPP :ssf2u:00110001:FF8874:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2u:00000001:FF887F:00000004:FFFFFFFF:Turn Punch:*KKK :ssf2u:00110001:FF8876:00000961:FFFFFFFF:Turn Punch (2/2):### This line ensures Final level Turn Punch. :ssf2u:00100000:FF888E:00000806:FFFFFFFF:Buffalo Head:*d,u+P :ssf2u:60000000:000000:00000000:00000000:[Use for Vega (PL1)] :ssf2u:00100000:FF8456:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2u:00100000:FF845A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2u:00100000:FF845E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2u:60000000:000000:00000000:00000000:[Use for Vega (PL2)] :ssf2u:00100000:FF8856:00000806:FFFFFFFF:Rolling Crystal Flash:*b,f+P :ssf2u:00100000:FF885A:00000806:FFFFFFFF:Kabe Hari Tsuki:*d,u+K :ssf2u:00100000:FF885E:00000806:FFFFFFFF:Sky High Claw:*d,u+P :ssf2u:60000000:000000:00000000:00000000:[Use for Sagat (PL1)] :ssf2u:00100000:FF844E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2u:00100000:FF8452:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2u:00100000:FF8456:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2u:00100000:FF845A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2u:60000000:000000:00000000:00000000:[Use for Sagat (PL2)] :ssf2u:00100000:FF884E:00000606:FFFFFFFF:Tiger Uppercut:dp+P :ssf2u:00100000:FF8852:00000606:FFFFFFFF:Tiger Knee:d,f,uf+K :ssf2u:00100000:FF8856:00000606:FFFFFFFF:Tiger Shot:qcf+P :ssf2u:00100000:FF885A:00000606:FFFFFFFF:Ground Tiger Shot:qcf+K :ssf2u:60000000:000000:00000000:00000000:[Use for M. Bison (PL1)] :ssf2u:00300000:FF844E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2u:00300000:FF8456:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2u:00300000:FF845F:08000001:FF0000FF:Head Press:*d,u+K :ssf2u:00100000:FF847A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2u:60000000:000000:00000000:00000000:[Use for M. Bison (PL2)] :ssf2u:00300000:FF884E:08000001:FF0000FF:Psycho Crusher Attack:*b,f+P :ssf2u:00300000:FF8856:08000001:FF0000FF:Double Knee Press:*b,f+K :ssf2u:00300000:FF885F:08000001:FF0000FF:Head Press:*d,u+K :ssf2u:00100000:FF887A:00000806:FFFFFFFF:Devil Reverse:*d,u+P :ssf2u:60000000:000000:00000000:00000000:[ These are the codes to set the machine region - the ] :ssf2u:60000000:000000:00000000:00000000:[ effectiveness may vary! You have to enable these on the ] :ssf2u:60000000:000000:00000000:00000000:[ ROM check screen!! ] :ssf2u:62000000:000000:00000000:00000000:Select Region :ssf2u:00010000:FF82CF:00000000:FFFFFFFF:Japan :ssf2u:00010000:FF82CF:00000002:FFFFFFFF:USA :ssf2u:00010000:FF82CF:00000004:FFFFFFFF:ETC :ssf2u:00010000:FF82CF:00000006:FFFFFFFF:Hispanic :ssf2u:00010000:FF82CF:00000008:FFFFFFFF:Asia :ssf2u:00010000:FF82CF:0000000A:FFFFFFFF:Asia TW ; [ Super Street Fighter II X: Grand Master Challenge (Japan 940223) ] ssf2xj:0:FF8DCE:99:000:Infinite Time ssf2xj:0:FF8DCE:00:001:Finish this Round Now! ssf2xj:0:FF8479:90:000:Infinite Energy PL1 ssf2xj:0:FF860B:90:500:Infinite Energy PL1 (2/2) ssf2xj:0:FF8479:00:001:Drain All Energy Now! PL1 ssf2xj:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2) ssf2xj:0:FF8702:30:000:Infinite Super PL1 ssf2xj:0:FF8702:00:001:Set Super = 0 Now! PL1 ssf2xj:0:FF860D:01:000:Invincibility PL1 ssf2xj:0:FF8703:01:000:Have Sprite Trails PL1 ssf2xj:0:FF87DE:00:001:Set Sets won = 0 Now! PL1 ssf2xj:0:FF87DE:01:001:Set Sets won = 1 Now! PL1 ssf2xj:0:FF87DE:02:001:Set Sets won = 2 Now! PL1 ssf2xj:0:FF87DE:00:000:Sets won always = 0 PL1 ssf2xj:0:FF87DE:02:000:Sets won always = 2 PL1 ssf2xj:0:FF85CF:00:000:Command during jump PL1 ssf2xj:0:FF8804:01:000:Play with old version ON PL1 ssf2xj:0:FF8804:00:001:Play with old version OFF PL1 ssf2xj:0:FF880B:01:000:Play with Gouki ON PL1 ssf2xj:0:FF880B:00:001:Play with Gouki OFF PL1 ssf2xj:0:FF8467:01:000:Always motion cancel PL1 ssf2xj:0:FF846C:01:000:Hadouken motion cancel PL1:Buggy ssf2xj:0:FF8622:00:000:No limit next shot PL1:Buggy ssf2xj:0:FF8623:00:500:No limit next shot PL1 (2/2) ssf2xj:0:FF84DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL1 ssf2xj:0:FF84E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL1 ssf2xj:0:FF84E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL1 ssf2xj:0:FF84EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL1:Super combo ssf2xj:0:FF852E:08:000:Easy Fire hadouken (Ryu / Gouki) PL1 ssf2xj:0:FF84D6:06:000:Easy Super zutsuki (E.Honda) PL1 ssf2xj:0:FF84DE:06:000:Easy Hyakkan otoshi (E.Honda) PL1 ssf2xj:0:FF84E2:0A:000:Easy Onimusou (E.Honda) PL1:Super combo ssf2xj:0:FF84E4:08:000:Easy Ooityou nage (E.Honda) PL1 ssf2xj:0:FF84CE:06:000:Easy Rolling Attack (Blanka) PL1 ssf2xj:0:FF84FE:06:000:Easy Vertical rolling (Blanka) PL1 ssf2xj:0:FF8507:06:000:Easy Back step rolling (Blanka) PL1 ssf2xj:0:FF850F:0A:000:Easy Ground shave rolling (Blanka) PL1:Super combo ssf2xj:0:FF84CE:06:000:Easy Sonic boom (Guile) PL1 ssf2xj:0:FF84D4:06:000:Easy Somersault kick (Guile) PL1 ssf2xj:0:FF84E2:0A:000:Easy Double somersault(Guile) PL1:Super combo ssf2xj:0:FF84EE:08:000:Easy Syouryu reppa (Ken) PL1:Super combo ssf2xj:0:FF8534:04:000:Easy Kamaharai keri (Ken) PL1 ssf2xj:0:FF8536:04:000:Easy Nataotosi keri (Ken) PL1 ssf2xj:0:FF8538:08:000:Easy Oosoto mawasigeri (Ken) PL1 ssf2xj:0:FF84CE:06:000:Easy Spinning bird kick (ChunLi) PL1:Old version only ssf2xj:0:FF84FE:06:000:Easy Kikouken (ChunLi) PL1 ssf2xj:0:FF8508:06:000:Easy Tensyou kyaku (ChunLi) PL1 ssf2xj:0:FF890D:0A:000:Easy Senretsu kyaku (ChunLi) PL1:Super combo ssf2xj:0:FF84CE:06:000:Easy Screw pile driver (Zangief) PL1 ssf2xj:0:FF84CF:02:500:Easy Screw pile driver (Zangief) PL1 (2/2) ssf2xj:0:FF84E9:06:000:Easy atomic Suplex (Zangief) PL1 ssf2xj:0:FF84EA:02:500:Easy atomic Suplex (Zangief) PL1(2/2) ssf2xj:0:FF84FA:0E:000:Easy Final atomic buster (Zangief) PL1:Super combo ssf2xj:0:FF84FB:02:500:Easy Final atomic buster (Zangief) PL1 (2/2) ssf2xj:0:FF8501:04:000:Easy Bunising flat (Zangief) PL1 ssf2xj:0:FF84CE:04:000:Easy Yoga fire (Dhalsim) PL1 ssf2xj:0:FF84D2:08:000:Easy Yoga flame (Dhalsim) PL1 ssf2xj:0:FF84D6:04:000:Easy Yoga teleport left (Dhalsim) PL1:Buggy ssf2xj:0:FF84DB:05:500:Easy Yoga teleport left (Dhalsim) PL1 (2/2) ssf2xj:0:FF84D6:04:000:Easy Yoga teleport right (Dhalsim) PL1:Buggy ssf2xj:0:FF84DB:06:500:Easy Yoga teleport right (Dhalsim) PL1 (2/2) ssf2xj:0:FF84E4:10:000:Easy Yoga inferno (Dhalsim) PL1:Super combo ssf2xj:0:FF84E8:08:000:Easy Yoga blast (Dhalsim) PL1 ssf2xj:0:FF84CE:06:000:Easy Dash straight (M.Bison) PL1 ssf2xj:0:FF84D6:06:000:Easy Dash upper (M.Bison) PL1 ssf2xj:0:FF850E:06:000:Easy Buffalo headbutt (M.Bison) PL1 ssf2xj:0:FF8522:0A:000:Easy Crazy buffalo (M.Bison) PL1:Super combo ssf2xj:0:FF8524:06:000:Easy Dash ground straight (M.Bison) PL1 ssf2xj:0:FF852B:06:000:Easy Dash ground upper (M.Bison) PL1 ssf2xj:0:FF84CE:04:000:Easy Tiger uppercut (Sagat) PL1 ssf2xj:0:FF84D2:04:000:Easy Tiger knee crush (Sagat) PL1 ssf2xj:0:FF84D6:04:000:Easy Tiger shot (Sagat) PL1 ssf2xj:0:FF84DA:04:000:Easy Ground tiger shot (Sagat) PL1 ssf2xj:0:FF84EC:08:000:Easy Tiger genocide (Sagat) PL1:Super combo ssf2xj:0:FF84D6:06:000:Easy Rolling crystal flash (Balrog) PL1 ssf2xj:0:FF84DA:06:000:Easy Flying barcelona (Balrog) PL1 ssf2xj:0:FF84DE:06:000:Easy Sky high claw (Balrog) PL1 ssf2xj:0:FF84E7:0A:000:Easy Rolling izuna drop (Balrog) PL1:Super combo ssf2xj:0:FF84CE:06:000:Easy Psyco crusher attack (Vega) PL1 ssf2xj:0:FF84D6:06:000:Easy Double knee press (Vega) PL1 ssf2xj:0:FF84DF:06:000:Easy Head press (Vega) PL1 ssf2xj:0:FF84FA:06:000:Easy Devil reverse (Vega) PL1 ssf2xj:0:FF8513:0A:000:Easy Knee press nightmare (Vega) PL1:Super combo ssf2xj:0:FF84E0:04:000:Easy Canon spike (Cammy) PL1 ssf2xj:0:FF84E4:04:000:Easy Spiral arrow (Cammy) PL1 ssf2xj:0:FF84F0:04:000:Easy Axel spin knackle (Cammy) PL1 ssf2xj:0:FF84F4:08:000:Easy Spin drive smasher (Cammy) PL1:Super combo ssf2xj:0:FF84F7:06:000:Easy Hooligan combination (Cammy) PL1 ssf2xj:0:FF84DB:04:000:Easy Tomahawk buster (T.Hawk) PL1 ssf2xj:0:FF84E0:06:000:Easy Mexican typhoon (T.Hawk) PL1:Buggy ssf2xj:0:FF84E1:02:500:Easy Mexican typhoon (T.Hawk) PL1 (2/2) ssf2xj:0:FF84EC:0E:000:Easy Double typhoon (T.Hawk) PL1:Super combo ssf2xj:0:FF84ED:02:500:Easy Double typhoon (T.Hawk) PL1 (2/2) ssf2xj:0:FF84DE:04:000:Easy Rekkaken (FeiLong) PL1 ssf2xj:0:FF84EE:04:500:Easy Rekkaken (FeiLong) PL1 (2/2) ssf2xj:0:FF84E2:04:000:Easy sien kyaku (FeiLong) PL1 ssf2xj:0:FF84FE:0A:000:Easy Rekka sinken (FeiLong) PL1:Super combo ssf2xj:0:FF8502:06:000:Easy Rekkuu kyaku (FeiLong) PL1 ssf2xj:0:FF84E0:06:000:Easy Double rolling sovat (DeeJay) PL1 ssf2xj:0:FF84E4:06:000:Easy Machinegun upper (DeeJay) PL1 ssf2xj:0:FF84F4:06:000:Easy Air slasher (DeeJay) PL1 ssf2xj:0:FF84F9:06:000:Easy Jackknife maximum (DeeJay) PL1 ssf2xj:0:FF84FD:0A:000:Easy Sovat carnival (DeeJay) PL1:Super combo ssf2xj:0:FF84EC:04:000:Easy Asyura senkuu left (Gouki) PL1 ssf2xj:0:FF84F3:05:500:Easy Asyura senkuu left (Gouki) PL1 (2/2) ssf2xj:0:FF84EC:04:000:Easy Asyura senkuu right (Gouki) PL1 ssf2xj:0:FF84F3:06:500:Easy Asyura senkuu right (Gouki) PL1 (2/2) ssf2xj:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2xj:0:FF87DF:00:001:Play with Ryu PL1 ssf2xj:0:FF87DF:01:001:Play with E. Honda PL1 ssf2xj:0:FF87DF:02:001:Play with Blanka PL1 ssf2xj:0:FF87DF:03:001:Play with Guile PL1 ssf2xj:0:FF87DF:04:001:Play with Ken PL1 ssf2xj:0:FF87DF:05:001:Play with Chun Li PL1 ssf2xj:0:FF87DF:06:001:Play with Zangief PL1 ssf2xj:0:FF87DF:07:001:Play with Dhalsim PL1 ssf2xj:0:FF87DF:08:001:Play with M. Bison PL1 ssf2xj:0:FF87DF:09:001:Play with Sagat PL1 ssf2xj:0:FF87DF:0A:001:Play with Balrog PL1 ssf2xj:0:FF87DF:0B:001:Play with Vega PL1 ssf2xj:0:FF87DF:0C:001:Play with Cammy PL1 ssf2xj:0:FF87DF:0D:001:Play with T. Hawk PL1 ssf2xj:0:FF87DF:0E:001:Play with Fei Long PL1 ssf2xj:0:FF87DF:0F:001:Play with Dee Jay PL1 ssf2xj:0:FF8879:90:000:Infinite Energy PL2 ssf2xj:0:FF8A0B:90:500:Infinite Energy PL2 (2/2) ssf2xj:0:FF8879:00:001:Drain All Energy Now! PL2 ssf2xj:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2) ssf2xj:0:FF8B02:30:000:Infinite Super PL2 ssf2xj:0:FF8B02:00:001:Set Super = 0 Now! PL2 ssf2xj:0:FF8A0D:90:000:Invincibility PL2 ssf2xj:0:FF8B03:01:000:Have Sprite Trails PL2 ssf2xj:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2 ssf2xj:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2 ssf2xj:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2 ssf2xj:0:FF8BDE:00:000:Sets won always = 0 PL2 ssf2xj:0:FF8BDE:02:000:Sets won always = 2 PL2 ssf2xj:0:FF89CF:00:000:Command during jump PL2 ssf2xj:0:FF8C04:01:000:Play with old version ON PL2 ssf2xj:0:FF8C04:00:001:Play with old version OFF PL2 ssf2xj:0:FF8C0B:01:000:Play with Gouki ON PL2 ssf2xj:0:FF8C0B:00:001:Play with Gouki OFF PL2 ssf2xj:0:FF8867:01:000:Always motion cancel PL2 ssf2xj:0:FF886C:01:000:Hadouken motion cancel PL2:Buggy ssf2xj:0:FF8A22:00:000:No limit next shot PL2:Buggy ssf2xj:0:FF8A23:00:500:No limit next shot PL2 (2/2) ssf2xj:0:FF88DE:04:000:Easy Tatsumaki (Ryu / Ken / Gouki) PL2 ssf2xj:0:FF88E2:04:000:Easy Hadouken (Ryu / Ken / Gouki) PL2 ssf2xj:0:FF88E6:04:000:Easy Syouryuuken (Ryu / Ken / Gouki) PL2 ssf2xj:0:FF88EE:0A:000:Easy Sinkuu Hadouken (Ryu) PL2:Super combo ssf2xj:0:FF892E:08:000:Easy Fire hadouken (Ryu / Gouki) PL2 ssf2xj:0:FF88D6:06:000:Easy Super zutsuki (E.Honda) PL2 ssf2xj:0:FF88DE:06:000:Easy Hyakkan otoshi (E.Honda) PL2 ssf2xj:0:FF88E2:0A:000:Easy Onimusou (E.Honda) PL2:Super combo ssf2xj:0:FF88E4:08:000:Easy Ooityou nage (E.Honda) PL2 ssf2xj:0:FF88CE:06:000:Easy Rolling Attack (Blanka) PL2 ssf2xj:0:FF88FE:06:000:Easy Vertical rolling (Blanka) PL2 ssf2xj:0:FF8907:06:000:Easy Back step rolling (Blanka) PL2 ssf2xj:0:FF890F:0A:000:Easy Ground shave rolling (Blanka) PL2:Super combo ssf2xj:0:FF88CE:06:000:Easy Sonic boom (Guile) PL2 ssf2xj:0:FF88D4:06:000:Easy Somersault kick (Guile) PL2 ssf2xj:0:FF88E2:0A:000:Easy Double somersault(Guile) PL2:Super combo ssf2xj:0:FF88EE:08:000:Easy Syouryu reppa (Ken) PL2:Super combo ssf2xj:0:FF8934:04:000:Easy Kamaharai keri (Ken) PL2 ssf2xj:0:FF8936:04:000:Easy Nataotosi keri (Ken) PL2 ssf2xj:0:FF8938:08:000:Easy Oosoto mawasigeri (Ken) PL2 ssf2xj:0:FF88CE:06:000:Easy Spinning bird kick (ChunLi) PL2:Old version only ssf2xj:0:FF88FE:06:000:Easy Kikouken (ChunLi) PL2 ssf2xj:0:FF8908:06:000:Easy Tensyou kyaku (ChunLi) PL2 ssf2xj:0:FF8908:06:000:Easy Senretsu kyaku (ChunLi) PL2:Super combo ssf2xj:0:FF88CE:06:000:Easy Screw pile driver (Zangief) PL2 ssf2xj:0:FF88CF:02:500:Easy Screw pile driver (Zangief) PL2 (2/2) ssf2xj:0:FF88E9:06:000:Easy atomic Suplex (Zangief) PL2 ssf2xj:0:FF88EA:02:500:Easy atomic Suplex (Zangief) PL2(2/2) ssf2xj:0:FF88FA:0E:000:Easy Final atomic buster (Zangief) PL2:Super combo ssf2xj:0:FF88FB:02:500:Easy Final atomic buster (Zangief) PL2 (2/2) ssf2xj:0:FF8901:04:000:Easy Bunising flat (Zangief) PL2 ssf2xj:0:FF88CE:04:000:Easy Yoga fire (Dhalsim) PL2 ssf2xj:0:FF88D2:08:000:Easy Yoga flame (Dhalsim) PL2 ssf2xj:0:FF88D6:04:000:Easy Yoga teleport left (Dhalsim) PL2:Buggy ssf2xj:0:FF88DB:05:500:Easy Yoga teleport left (Dhalsim) PL2 (2/2) ssf2xj:0:FF88D6:04:000:Easy Yoga teleport right (Dhalsim) PL2:Buggy ssf2xj:0:FF88DB:06:500:Easy Yoga teleport right (Dhalsim) PL2 (2/2) ssf2xj:0:FF88E4:10:000:Easy Yoga inferno (Dhalsim) PL2:Super combo ssf2xj:0:FF88E8:08:000:Easy Yoga blast (Dhalsim) PL2 ssf2xj:0:FF88CE:06:000:Easy Dash straight (M.Bison) PL2 ssf2xj:0:FF88D6:06:000:Easy Dash upper (M.Bison) PL2 ssf2xj:0:FF890E:06:000:Easy Buffalo headbutt (M.Bison) PL2 ssf2xj:0:FF8922:0A:000:Easy Crazy buffalo (M.Bison) PL2:Super combo ssf2xj:0:FF8924:06:000:Easy Dash ground straight (M.Bison) PL2 ssf2xj:0:FF892B:06:000:Easy Dash ground upper (M.Bison) PL2 ssf2xj:0:FF88CE:04:000:Easy Tiger uppercut (Sagat) PL2 ssf2xj:0:FF88D2:04:000:Easy Tiger knee crush (Sagat) PL2 ssf2xj:0:FF88D6:04:000:Easy Tiger shot (Sagat) PL2 ssf2xj:0:FF88DA:04:000:Easy Ground tiger shot (Sagat) PL2 ssf2xj:0:FF88EC:08:000:Easy Tiger genocide (Sagat) PL2:Super combo ssf2xj:0:FF88D6:06:000:Easy Rolling crystal flash (Balrog) PL2 ssf2xj:0:FF88DA:06:000:Easy Flying barcelona (Balrog) PL2 ssf2xj:0:FF88DE:06:000:Easy Sky high claw (Balrog) PL2 ssf2xj:0:FF88E7:0A:000:Easy Rolling izuna drop (Balrog) PL2:Super combo ssf2xj:0:FF88CE:06:000:Easy Psyco crusher attack (Vega) PL2 ssf2xj:0:FF88D6:06:000:Easy Double knee press (Vega) PL2 ssf2xj:0:FF88DF:06:000:Easy Head press (Vega) PL2 ssf2xj:0:FF88FA:06:000:Easy Devil reverse (Vega) PL2 ssf2xj:0:FF8913:0A:000:Easy Knee press nightmare (Vega) PL2:Super combo ssf2xj:0:FF88E0:04:000:Easy Canon spike (Cammy) PL2 ssf2xj:0:FF88E4:04:000:Easy Spiral arrow (Cammy) PL2 ssf2xj:0:FF88F0:04:000:Easy Axel spin knackle (Cammy) PL2 ssf2xj:0:FF88F4:08:000:Easy Spin drive smasher (Cammy) PL2:Super combo ssf2xj:0:FF88F7:06:000:Easy Hooligan combination (Cammy) PL2 ssf2xj:0:FF88DB:04:000:Easy Tomahawk buster (T.Hawk) PL2 ssf2xj:0:FF88E0:06:000:Easy Mexican typhoon (T.Hawk) PL2:Buggy ssf2xj:0:FF88E1:02:500:Easy Mexican typhoon (T.Hawk) PL2 (2/2) ssf2xj:0:FF88EC:0E:000:Easy Double typhoon (T.Hawk) PL2:Super combo ssf2xj:0:FF88ED:02:500:Easy Double typhoon (T.Hawk) PL2 (2/2) ssf2xj:0:FF88DE:04:000:Easy Rekkaken (FeiLong) PL2 ssf2xj:0:FF88EE:04:500:Easy Rekkaken (FeiLong) PL2 (2/2) ssf2xj:0:FF88E2:04:000:Easy sien kyaku (FeiLong) PL2 ssf2xj:0:FF88FE:0A:000:Easy Rekka sinken (FeiLong) PL2:Super combo ssf2xj:0:FF8902:06:000:Easy Rekkuu kyaku (FeiLong) PL2 ssf2xj:0:FF88E0:06:000:Easy Double rolling sovat (DeeJay) PL2 ssf2xj:0:FF88E4:06:000:Easy Machinegun upper (DeeJay) PL2 ssf2xj:0:FF88F4:06:000:Easy Air slasher (DeeJay) PL2 ssf2xj:0:FF88F9:06:000:Easy Jackknife maximum (DeeJay) PL2 ssf2xj:0:FF88FD:0A:000:Easy Sovat carnival (DeeJay) PL2:Super combo ssf2xj:0:FF88EC:04:000:Easy Asyura senkuu left (Gouki) PL2 ssf2xj:0:FF88F3:05:500:Easy Asyura senkuu left (Gouki) PL2 (2/2) ssf2xj:0:FF88EC:04:000:Easy Asyura senkuu right (Gouki) PL2 ssf2xj:0:FF88F3:06:500:Easy Asyura senkuu right (Gouki) PL2 (2/2) ssf2xj:0:000000:00:999:[ Free player selection. Use on the level VS screen. ] ssf2xj:0:FF8BDF:00:001:Play with Ryu PL2 ssf2xj:0:FF8BDF:01:001:Play with E. Honda PL2 ssf2xj:0:FF8BDF:02:001:Play with Blanka PL2 ssf2xj:0:FF8BDF:03:001:Play with Guile PL2 ssf2xj:0:FF8BDF:04:001:Play with Ken PL2 ssf2xj:0:FF8BDF:05:001:Play with Chun Li PL2 ssf2xj:0:FF8BDF:06:001:Play with Zangief PL2 ssf2xj:0:FF8BDF:07:001:Play with Dhalsim PL2 ssf2xj:0:FF8BDF:08:001:Play with M. Bison PL2 ssf2xj:0:FF8BDF:09:001:Play with Sagat PL2 ssf2xj:0:FF8BDF:0A:001:Play with Balrog PL2 ssf2xj:0:FF8BDF:0B:001:Play with Vega PL2 ssf2xj:0:FF8BDF:0C:001:Play with Cammy PL2 ssf2xj:0:FF8BDF:0D:001:Play with T. Hawk PL2 ssf2xj:0:FF8BDF:0E:001:Play with Fei Long PL2 ssf2xj:0:FF8BDF:0F:001:Play with Dee Jay PL2 ssf2xj:0:FF82ED:01:000:Turbo Mode!:Characters move faster ssf2xj:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ] ssf2xj:0:FF8CD3:00:000:Game Speed [ Turbo Max ] ssf2xj:0:FF8C51:0B:001:Go to Final Stage Next ssf2xj:0:FF8CA1:01:000:Always have Normal Ending ssf2xj:0:FF8CA1:00:000:Always have Special Ending ssf2xj:0:000000:00:999:[ These are the codes to set the machine region - the ] ssf2xj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] ssf2xj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] ssf2xj:0:FF82CF:00:000:Region Switch = Japan ssf2xj:0:FF82CF:02:000:Region Switch = USA ssf2xj:0:FF82CF:04:000:Region Switch = ETC ssf2xj:0:FF82CF:08:000:Region Switch = Asia ssf2xj:0:FF82CF:0A:000:Region Switch = Asia TW ; [ See See Find Out ] ssfindo:0:0000:00:999:[ This game hasn't even ]:REASON 11 ssfindo:0:0000:00:999:[ been looked at due to ]:REASON 11 ssfindo:0:0000:00:999:[ time constraints - Too]:REASON 11 ssfindo:0:0000:00:999:[ many games and so ]:REASON 11 ssfindo:0:0000:00:999:[ little time. It is ]:REASON 11 ssfindo:0:0000:00:999:[ even possible that ]:REASON 11 ssfindo:0:0000:00:999:[ this game may be a ]:REASON 11 ssfindo:0:0000:00:999:[ clone of an existing ]:REASON 11 ssfindo:0:0000:00:999:[ game which may have ]:REASON 11 ssfindo:0:0000:00:999:[ cheats. Please search ]:REASON 11 ssfindo:0:0000:00:999:[ the cheat forums ]:REASON 11 ssfindo:0:0000:00:999:[ before posting cheat ]:REASON 11 ssfindo:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super Shanghai Dragon's Eye (Japan) ] sshangha:0:FEC5E7:00:000:Infinite Time sshangha:0:FF313B:03:000:Infinite Helps ; [ Super Shanghai Dragon's Eye (World, bootleg) ] sshanghb:0:FEC5E7:00:000:Infinite Time sshanghb:0:FF313B:03:000:Infinite Helps ; [ Sharpshooter (Rev 1.1) ] sshoot11:0:000173BD:00:000:Infinite Lives PL1 sshoot11:0:0001740D:00:000:Infinite Lives PL2 ; [ Sharpshooter (Rev 1.2) ] sshoot12:0:000173BD:00:000:Infinite Lives PL1 sshoot12:0:0001740D:00:000:Infinite Lives PL2 ; [ Sharpshooter (Rev 1.7) ] sshooter:0:000173BD:00:000:Infinite Lives PL1 sshooter:0:0001740D:00:000:Infinite Lives PL2 ; [ Shuffleshot (v1.37) ] :sshot137:00100000:60205A:000007CE:FFFFFFFF:Infinite Credits sshot137:0:004371:09:000:Infinite Time sshot137:0:004377:6C:500:Infinite Time (2/2) ; [ Shuffleshot (v1.39) ] :sshot139:00100000:60205A:000007CE:FFFFFFFF:Infinite Credits sshot139:0:004375:09:000:Infinite Time sshot139:0:00437B:6C:500:Infinite Time (2/2) ; [ Super Space Invaders '91 (World) ] ssi:0:203619:0A:000:Infinite Lives PL1 ssi:0:205293:09:000:Infinite Shields PL1 ssi:0:205295:02:000:Infinite Powerup PL1 ssi:0:20361B:0A:000:Infinite Lives PL2 ssi:0:2052E1:09:000:Infinite Shields PL2 ssi:0:2052E3:02:000:Infinite Powerup PL2 ; The Always Have cheats for Hyper Laser, Fire Flower, ; and Destroy beam have two parts. 205534 always ; needs to be set to 03, because that's what signals ; the game that you've just picked up something ; from the mystery ship and that it needs to check what ; it is. 205537 is the heart of the cheat; its value ; tells the game which power you have (or if you ; don't have any, in which case it's zeroed). ; Buster Laser and Time Stop have an additional part ; which is the same as "Long Lasting Weapons" below; ; without it, Buster Laser will keep turning on and off ; and Time Stop will immediately expire. ; ssi:0:205534:03:000:Always Have Buster Laser ssi:0:20553F:30:500:Always Have Buster Laser (2/3) ssi:0:205537:01:500:Always Have Buster Laser (3/3) ssi:0:205534:03:000:Always Have Hyper Laser ssi:0:205537:02:500:Always Have Hyper Laser (2/2) ssi:0:205534:03:000:Always Have Fire Flower ssi:0:205537:03:500:Always Have Fire Flower (2/2) ssi:0:205534:03:000:Always Have Destroy Beam ssi:0:205537:06:500:Always Have Destroy Beam (2/2) ssi:0:205534:03:000:Always Have Time Stop ssi:0:20553F:30:500:Always Have Time Stop (2/3) ssi:0:205537:07:500:Always Have Time Stop (3/3) ssi:0:20553F:30:000:Long Lasting Weapons ssi:0:000000:00:999:[The backdrops don't change ] ssi:0:000000:00:999:[for a couple of levels with] ssi:0:000000:00:999:[these level cheats. ] ssi:0:2035D5:26:071:Goto Level ssi:0:2035D5:26:091:Always Stay on Level ssi:0:2035D5:26:581:Always Stay on Level (2/2) ssi:0:2035D5:03:001:Goto Level 4 ssi:0:2035D5:07:001:Goto Level 8 ssi:0:2035D5:0B:001:Goto Level 12 ssi:0:2035D5:0F:001:Goto Level 16 ssi:0:2035D5:13:001:Goto Level 20 ssi:0:2035D5:17:001:Goto Level 24 ssi:0:2035D5:1B:001:Goto Level 28 ssi:0:2035D5:1F:001:Goto Level 32 ssi:0:2035D5:22:001:Goto Level 36 ssi:0:2035D5:26:001:Goto Level 40 ; [ Super Sidekicks / Tokuten Ou ] ssideki:0:000000:00:999:[ Activate the following cheat to stop the ] ssideki:0:000000:00:999:[ game locking up during play. ] ssideki:0:10000F:09:000:Disable Copy Protection ssideki:0:100012:08:500:Disable Copy Protection (2/3) ssideki:0:108DCC:02:500:Disable Copy Protection (3/3) ssideki:0:108ED3:59:000:Infinite Time ssideki:0:108ED2:09:500:Infinite Time (2/2) ssideki:0:108ED3:00:001:Finish this Game Now! ssideki:0:108ED2:00:501:Finish this Game Now! (2/2) ssideki:0:1090F2:00:000:Score always = 0 PL1 ssideki:0:1090F2:99:000:Score always = 99 PL1 ssideki:0:1090F6:00:000:Penalties Scored always=0 PL1 ssideki:0:1090F6:05:000:Penalties Scored always=5 PL1 ssideki:0:1090F2:00:001:Set score = 0 Now! PL1 ssideki:0:1090F2:99:001:Set score = 99 Now! PL1 ssideki:0:1090F6:00:001:Penalties Scored = 0 Now! PL1 ssideki:0:1090F6:05:001:Penalties Scored = 5 Now! PL1 ssideki:0:1090F6:05:073:Select Penalties Scored Now! PL1 ssideki:0:1090F2:99:073:Select score Now! PL1 ssideki:0:1090F3:00:000:Score always = 0 PL2 ssideki:0:1090F3:99:000:Score always = 99 PL2 ssideki:0:1090F7:00:000:Penalties Scored always=0 PL2 ssideki:0:1090F7:05:000:Penalties Scored always=5 PL2 ssideki:0:1090F3:00:001:Set score = 0 Now! PL2 ssideki:0:1090F3:99:001:Set score = 99 Now! PL2 ssideki:0:1090F7:00:001:Penalties Scored = 0 Now! PL2 ssideki:0:1090F7:05:001:Penalties Scored = 5 Now! PL2 ssideki:0:1090F7:05:073:Select Penalties Scored Now! PL2 ssideki:0:1090F3:99:073:Select score Now! PL2 :ssideki:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ssideki:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ssideki:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Super Sidekicks 2 - The World Championship / Tokuten Ou 2 - real fight football ] ssideki2:0:1067A4:00:000:Infinite Time ssideki2:0:1067A3:00:500:Infinite Time (2/2) ssideki2:0:1067A4:00:001:Finish this Game Now!:May be a slight delay ssideki2:0:1067A3:30:501:Finish this Game Now! (2/2) ssideki2:0:1044C4:00:000:Score always 0 PL1 ssideki2:0:1044C4:63:000:Score always 99 PL1 ssideki2:0:1044C4:00:001:Set score = 0 Now! PL1 ssideki2:0:1044C4:63:001:Set score = 99 Now! PL1 ssideki2:0:1044C4:63:070:Select score Now! PL1 ssideki2:0:1044C8:00:000:Score always = 0 PL2 ssideki2:0:1044C8:63:000:Score always = 99 PL2 ssideki2:0:1044C8:00:001:Set score = 0 Now! PL2 ssideki2:0:1044C8:63:001:Set score = 99 Now! PL2 ssideki2:0:1044C8:63:070:Select score Now! PL2 :ssideki2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ssideki2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ssideki2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - eikoue no michi ] ssideki3:0:10517C:00:000:Infinite Time ssideki3:0:10517B:00:500:Infinite Time (2/2) ssideki3:0:10517C:00:001:Finish this Game Now!:May be a slight delay ssideki3:0:10517B:30:501:Finish this Game Now! (2/2) ssideki3:0:1051EA:00:000:Score always 0 PL1 ssideki3:0:1051EA:63:000:Score always 99 PL1 ssideki3:0:1051EA:00:001:Set score = 0 Now! PL1 ssideki3:0:1051EA:63:001:Set score = 99 Now! PL1 ssideki3:0:1051EA:63:070:Select score Now! PL1 ssideki3:0:1051EE:00:000:Score always = 0 PL2 ssideki3:0:1051EE:63:000:Score always = 99 PL2 ssideki3:0:1051EE:00:001:Set score = 0 Now! PL2 ssideki3:0:1051EE:63:001:Set score = 99 Now! PL2 ssideki3:0:1051EE:63:070:Select score Now! PL2 :ssideki3:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ssideki3:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ssideki3:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Ultimate 11 - The SNK Football Championship / Tokuten Ou - Honoo no Libero, The ] ssideki4:0:105A1F:00:000:Infinite Time ssideki4:0:105A1E:00:500:Infinite Time (2/2) ssideki4:0:105A1F:00:001:Finish this Game Now!:May be a slight delay ssideki4:0:105A1E:30:501:Finish this Game Now! (2/2) ssideki4:0:105A4F:5F:000:Always have Maximum Power PL1 ssideki4:0:10BE7B:5F:500:Always have Maximum Power PL1 (2/2) ssideki4:0:105A4F:00:000:Always have Minimum Power PL1 ssideki4:0:10BE7B:00:500:Always have Minimum Power PL1 (2/2) ssideki4:0:105A2A:00:000:Score always 0 PL1 ssideki4:0:105A2A:63:000:Score always 99 PL1 ssideki4:0:105A2A:00:001:Set score = 0 Now! PL1 ssideki4:0:105A2A:63:001:Set score = 99 Now! PL1 ssideki4:0:105A2A:63:070:Select score Now! PL1 ssideki4:0:105A53:5F:000:Always have Maximum Power PL2 ssideki4:0:10BE7D:5F:500:Always have Maximum Power PL2 (2/2) ssideki4:0:105A53:00:000:Always have Minimum Power PL2 ssideki4:0:10BE7D:00:500:Always have Minimum Power PL2 (2/2) ssideki4:0:105A2E:00:000:Score always = 0 PL2 ssideki4:0:105A2E:63:000:Score always = 99 PL2 ssideki4:0:105A2E:00:001:Set score = 0 Now! PL2 ssideki4:0:105A2E:63:001:Set score = 99 Now! PL2 ssideki4:0:105A2E:63:070:Select score Now! PL2 :ssideki4:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :ssideki4:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :ssideki4:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Swinging Singles ] ssingles:0:0000:00:999:[ There are no cheats ]:REASON 1 ssingles:0:0000:00:999:[ for this game as it ]:REASON 1 ssingles:0:0000:00:999:[ didn't work the last ]:REASON 1 ssingles:0:0000:00:999:[ time it was tested. ]:REASON 1 ssingles:0:0000:00:999:[ If the game now works ]:REASON 1 ssingles:0:0000:00:999:[ please request cheats ]:REASON 1 ssingles:0:0000:00:999:[ for it on the cheat ]:REASON 1 ssingles:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Slam (set 1) ] sslam:0:000000:00:999:[ PL1 = Team 1 - PL2 = Team 2 ] sslam:0:004018:75:000:Infinite Time sslam:0:004019:30:500:Infinite Time (2/2) sslam:0:003FAB:05:001:Games = 5 Now! PL1 sslam:0:003FAB:00:001:Games = 0 Now! PL1 sslam:0:003FAB:00:000:Games always = 0 PL1 sslam:0:003FA3:03:001:Score = 40 Now! PL1 sslam:0:003FA3:00:001:Score = 0 Now! PL1 sslam:0:003FA3:00:000:Score always = 0 PL1 sslam:0:003FAD:05:001:Games = 5 Now! PL2 sslam:0:003FAD:00:001:Games = 0 Now! PL2 sslam:0:003FAD:00:000:Games always = 0 PL2 sslam:0:003FA7:03:001:Score = 40 Now! PL2 sslam:0:003FA7:00:001:Score = 0 Now! PL2 sslam:0:003FA7:00:000:Score always = 0 PL2 ; [ Super Slam (set 2) ] sslama:0:000000:00:999:[ PL1 = Team 1 - PL2 = Team 2 ] sslama:0:004018:75:000:Infinite Time sslama:0:004019:30:500:Infinite Time (2/2) sslama:0:003FAB:05:001:Games = 5 Now! PL1 sslama:0:003FAB:00:001:Games = 0 Now! PL1 sslama:0:003FAB:00:000:Games always = 0 PL1 sslama:0:003FA3:03:001:Score = 40 Now! PL1 sslama:0:003FA3:00:001:Score = 0 Now! PL1 sslama:0:003FA3:00:000:Score always = 0 PL1 sslama:0:003FAD:05:001:Games = 5 Now! PL2 sslama:0:003FAD:00:001:Games = 0 Now! PL2 sslama:0:003FAD:00:000:Games always = 0 PL2 sslama:0:003FA7:03:001:Score = 40 Now! PL2 sslama:0:003FA7:00:001:Score = 0 Now! PL2 sslama:0:003FA7:00:000:Score always = 0 PL2 ; [ S.S. Mission ] :ssmissin:00000000:0B9003:00000063:FFFFFFFF:Infinite Credits :ssmissin:00001301:0B9021:00000006:FFFFFFFF:Select Starting Stage:Set on displayed "Push Start" screen after inserted a credit :ssmissin:00000000:0B7A29:00000006:FFFFFFFF:Infinite Lives PL1 :ssmissin:00000000:0B7A2F:00000008:FFFFFFFF:Infinite Bombs PL1 :ssmissin:00000000:0B7A56:00000000:FFFFFFFF:Always Maximum Shot Power PL1 :ssmissin:00010000:0B7A7F:00000007:FFFFFFFF:Always Maximum Shot Power PL1 (2/2) :ssmissin:00000000:0B7A2D:00000002:FFFFFFFF:Invincibility PL1 :ssmissin:62000000:000000:00000000:FFFFFFFF:Select Weapon PL1 :ssmissin:00010000:0B7A57:00000000:FFFFFFFF:Vulcan :ssmissin:00010000:0B7A57:00000001:FFFFFFFF:Fire :ssmissin:00010000:0B7A57:00000002:FFFFFFFF:Multi-Way :ssmissin:00010000:0B7A57:00000003:FFFFFFFF:Missile :ssmissin:00000000:0B7A1D:00000000:FFFFFFFF:Rapid Fire PL1 :ssmissin:00010000:0B7A7B:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :ssmissin:00000000:0B7B2D:00000002:FFFFFFFF:Invincibility PL2 :ssmissin:00000000:0B7B29:00000006:FFFFFFFF:Infinite Lives PL2 :ssmissin:00000000:0B7B2F:00000008:FFFFFFFF:Infinite Bombs PL2 :ssmissin:00000000:0B7B56:00000000:FFFFFFFF:Always Maximum Shot Power PL2 :ssmissin:00010000:0B7B7F:00000007:FFFFFFFF:Always Maximum Shot Power PL2 (2/2) :ssmissin:62000000:000000:00000000:FFFFFFFF:Select Weapon PL2 :ssmissin:00010000:0B7B57:00000000:FFFFFFFF:Vulcan :ssmissin:00010000:0B7B57:00000001:FFFFFFFF:Fire :ssmissin:00010000:0B7B57:00000002:FFFFFFFF:Multi-Way :ssmissin:00010000:0B7A57:00000003:FFFFFFFF:Missile :ssmissin:00000000:0B7B1D:00000000:FFFFFFFF:Rapid Fire PL2 :ssmissin:00010000:0B7B7B:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ Superior Soldiers (US) ] ssoldier:0:E7113:99:000:Infinite Time ssoldier:0:E7113:00:001:Finish this Round Now! ssoldier:0:E30A8:80:000:Infinite Energy PL1 ssoldier:0:E30A8:00:001:Drain Energy Now! PL1 ssoldier:0:E3128:80:000:Infinite Energy PL2 ssoldier:0:E3128:00:001:Drain Energy Now! PL2 ; [ Syusse Oozumou (Japan) ] ssozumo:0:0052:FF:000:Some Gauge Max ssozumo:0:0031:03:000:Infinite Super Attacks PL1 ssozumo:0:0032:03:000:Infinite Super Attacks PL2 ; [ Space Attack / Head On ] sspacaho:0:0000:00:999:[ This game hasn't even ]:REASON 11 sspacaho:0:0000:00:999:[ been looked at due to ]:REASON 11 sspacaho:0:0000:00:999:[ time constraints - Too]:REASON 11 sspacaho:0:0000:00:999:[ many games and so ]:REASON 11 sspacaho:0:0000:00:999:[ little time. It is ]:REASON 11 sspacaho:0:0000:00:999:[ even possible that ]:REASON 11 sspacaho:0:0000:00:999:[ this game may be a ]:REASON 11 sspacaho:0:0000:00:999:[ clone of an existing ]:REASON 11 sspacaho:0:0000:00:999:[ game which may have ]:REASON 11 sspacaho:0:0000:00:999:[ cheats. Please search ]:REASON 11 sspacaho:0:0000:00:999:[ the cheat forums ]:REASON 11 sspacaho:0:0000:00:999:[ before posting cheat ]:REASON 11 sspacaho:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Space Attack (upright set 2) ] sspacat2:0:E5D9:06:000:Infinite Lives PL1 sspacat2:0:E5DB:06:000:Infinite Lives PL2 ; [ Space Attack (upright set 3) ] sspacat3:0:E5D9:06:000:Infinite Lives PL1 sspacat3:0:E5DB:06:000:Infinite Lives PL2 ; [ Space Attack (cocktail) ] sspacatc:0:E5D9:06:000:Infinite Lives PL1 sspacatc:0:E5DB:06:000:Infinite Lives PL2 ; [ Space Attack (upright set 1) ] sspaceat:0:E5D9:06:000:Infinite Lives PL1 sspaceat:0:E5DB:06:000:Infinite Lives PL2 ; [ Super Speed Race ] sspeedr:0:0000:00:999:[ This game hasn't even ]:REASON 11 sspeedr:0:0000:00:999:[ been looked at due to ]:REASON 11 sspeedr:0:0000:00:999:[ time constraints - Too]:REASON 11 sspeedr:0:0000:00:999:[ many games and so ]:REASON 11 sspeedr:0:0000:00:999:[ little time. It is ]:REASON 11 sspeedr:0:0000:00:999:[ even possible that ]:REASON 11 sspeedr:0:0000:00:999:[ this game may be a ]:REASON 11 sspeedr:0:0000:00:999:[ clone of an existing ]:REASON 11 sspeedr:0:0000:00:999:[ game which may have ]:REASON 11 sspeedr:0:0000:00:999:[ cheats. Please search ]:REASON 11 sspeedr:0:0000:00:999:[ the cheat forums ]:REASON 11 sspeedr:0:0000:00:999:[ before posting cheat ]:REASON 11 sspeedr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Scramble Spirits (Japan, Floppy DS3-5000-02-REV-A) ] :sspiritj:00000000:FF8000:00000009:FFFFFFFF:Infinite Credits :sspiritj:00001301:FF81B1:00000005:FFFFFFFF:Select Starting Mission:Set on title screen :sspiritj:00000000:F00A80:00000008:FFFFFFFF:Infinite Lives PL1 :sspiritj:00000000:F02CDE:00000002:FFFFFFFF:Invincibility PL1 :sspiritj:01000000:0F808A:00000000:00000002:Rapid Fire PL1:Hold Shot Button, Turn it OFF on the name entry screen :sspiritj:62000000:000000:00000000:00000000:Select Player Size PL1:This is a joke cheat, no real effective use :sspiritj:00010000:F02CC0:0000003F:FFFFFFFF:Normal :sspiritj:00010000:F02CC0:00000000:FFFFFFFF:Small :sspiritj:00010000:F02CC0:000000FF:FFFFFFFF:Big :sspiritj:00000000:F00AC0:00000008:FFFFFFFF:Infinite Lives PL2 :sspiritj:00000000:F02C8E:00000002:FFFFFFFF:Invincibility PL2 :sspiritj:01000000:0F808E:00000000:00000002:Rapid Fire PL2:Hold Shot Button, Turn it OFF on the name entry screen :sspiritj:62000000:000000:00000000:00000000:Select Player Size PL2:This is a joke cheat, no real effective use :sspiritj:00010000:F02C70:0000003F:FFFFFFFF:Normal :sspiritj:00010000:F02C70:00000000:FFFFFFFF:Small :sspiritj:00010000:F02C70:000000FF:FFFFFFFF:Big ; [ Scramble Spirits ] :sspirits:00000000:FF8000:00000009:FFFFFFFF:Infinite Credits :sspirits:00001301:FF81B1:00000005:FFFFFFFF:Select Starting Mission:Set on title screen :sspirits:00000000:F00A80:00000008:FFFFFFFF:Infinite Lives PL1 :sspirits:00000000:F02CDE:00000002:FFFFFFFF:Invincibility PL1 :sspirits:01000000:0F808A:00000000:00000002:Rapid Fire PL1:Hold Shot Button, Turn it OFF on the name entry screen :sspirits:62000000:000000:00000000:00000000:Select Player Size PL1:This is a joke cheat, no real effective use :sspirits:00010000:F02CC0:0000003F:FFFFFFFF:Normal :sspirits:00010000:F02CC0:00000000:FFFFFFFF:Small :sspirits:00010000:F02CC0:000000FF:FFFFFFFF:Big :sspirits:00000000:F00AC0:00000008:FFFFFFFF:Infinite Lives PL2 :sspirits:00000000:F02C8E:00000002:FFFFFFFF:Invincibility PL2 :sspirits:01000000:0F808E:00000000:00000002:Rapid Fire PL2:Hold Shot Button, Turn it OFF on the name entry screen :sspirits:62000000:000000:00000000:00000000:Select Player Size PL2:This is a joke cheat, no real effective use :sspirits:00010000:F02C70:0000003F:FFFFFFFF:Normal :sspirits:00010000:F02C70:00000000:FFFFFFFF:Small :sspirits:00010000:F02C70:000000FF:FFFFFFFF:Big ; [ Scramble Spirits (FD1094 317-0058-02c) ] :sspirtfc:00000000:FF8000:00000009:FFFFFFFF:Infinite Credits :sspirtfc:00001301:FF81B1:00000005:FFFFFFFF:Select Starting Mission:Set on title screen :sspirtfc:00000000:F00A80:00000008:FFFFFFFF:Infinite Lives PL1 :sspirtfc:00000000:F02CDE:00000002:FFFFFFFF:Invincibility PL1 :sspirtfc:01000000:0F808A:00000000:00000002:Rapid Fire PL1:Hold Shot Button, Turn it OFF on the name entry screen :sspirtfc:62000000:000000:00000000:00000000:Select Player Size PL1:This is a joke cheat, no real effective use :sspirtfc:00010000:F02CC0:0000003F:FFFFFFFF:Normal :sspirtfc:00010000:F02CC0:00000000:FFFFFFFF:Small :sspirtfc:00010000:F02CC0:000000FF:FFFFFFFF:Big :sspirtfc:00000000:F00AC0:00000008:FFFFFFFF:Infinite Lives PL2 :sspirtfc:00000000:F02C8E:00000002:FFFFFFFF:Invincibility PL2 :sspirtfc:01000000:0F808E:00000000:00000002:Rapid Fire PL2:Hold Shot Button, Turn it OFF on the name entry screen :sspirtfc:62000000:000000:00000000:00000000:Select Player Size PL2:This is a joke cheat, no real effective use :sspirtfc:00010000:F02C70:0000003F:FFFFFFFF:Normal :sspirtfc:00010000:F02C70:00000000:FFFFFFFF:Small :sspirtfc:00010000:F02C70:000000FF:FFFFFFFF:Big ; [ Super Sprint (German, rev 1) ] sspring1:0:0DD6:1F:000:Infinite Credits sspring1:0:0DD5:1F:500:Infinite Credits (2/3) sspring1:0:0DD4:1F:500:Infinite Credits (3/3) sspring1:0:0E00:03:000:Infinite Wrenches PL1 sspring1:0:0E04:05:000:Max Top Speed PL1 sspring1:0:0E08:05:000:Max Traction PL1 sspring1:0:0E0C:05:000:Max Acceleration PL1 sspring1:0:0E01:03:000:Infinite Wrenches PL2 sspring1:0:0E05:05:000:Max Top Speed PL2 sspring1:0:0E09:05:000:Max Traction PL2 sspring1:0:0E0D:05:000:Max Acceleration PL2 sspring1:0:0E02:03:000:Infinite Wrenches PL3 sspring1:0:0E06:05:000:Max Top Speed PL3 sspring1:0:0E0A:05:000:Max Traction PL3 sspring1:0:0E0E:05:000:Max Acceleration PL3 sspring1:0:0E12:05:000:Fastest Chopper sspring1:0:05BC:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! sspring1:0:05BD:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! sspring1:0:05BE:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! sspring1:0:05BF:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! sspring1:0:05BC:00:000:Stop Blue Car Winning sspring1:0:05BD:00:000:Stop Red Car Winning sspring1:0:05BE:00:000:Stop Yellow Car Winning sspring1:0:05BF:00:000:Stop Green Car Winning ; [ Super Sprint (rev 4) ] ssprint:0:0DD6:1F:000:Infinite Credits ssprint:0:0DD5:1F:500:Infinite Credits (2/3) ssprint:0:0DD4:1F:500:Infinite Credits (3/3) ssprint:0:0E00:03:000:Infinite Wrenches PL1 ssprint:0:0E04:05:000:Max Top Speed PL1 ssprint:0:0E08:05:000:Max Traction PL1 ssprint:0:0E0C:05:000:Max Acceleration PL1 ssprint:0:0E01:03:000:Infinite Wrenches PL2 ssprint:0:0E05:05:000:Max Top Speed PL2 ssprint:0:0E09:05:000:Max Traction PL2 ssprint:0:0E0D:05:000:Max Acceleration PL2 ssprint:0:0E02:03:000:Infinite Wrenches PL3 ssprint:0:0E06:05:000:Max Top Speed PL3 ssprint:0:0E0A:05:000:Max Traction PL3 ssprint:0:0E0E:05:000:Max Acceleration PL3 ssprint:0:0E12:05:000:Fastest Chopper ssprint:0:05BC:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint:0:05BD:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint:0:05BE:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint:0:05BF:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint:0:05BC:00:000:Stop Blue Car Winning ssprint:0:05BD:00:000:Stop Red Car Winning ssprint:0:05BE:00:000:Stop Yellow Car Winning ssprint:0:05BF:00:000:Stop Green Car Winning ; [ Super Sprint (rev 1) ] ssprint1:0:0DD6:1F:000:Infinite Credits ssprint1:0:0DD5:1F:500:Infinite Credits (2/3) ssprint1:0:0DD4:1F:500:Infinite Credits (3/3) ssprint1:0:0E00:03:000:Infinite Wrenches PL1 ssprint1:0:0E04:05:000:Max Top Speed PL1 ssprint1:0:0E08:05:000:Max Traction PL1 ssprint1:0:0E0C:05:000:Max Acceleration PL1 ssprint1:0:0E01:03:000:Infinite Wrenches PL2 ssprint1:0:0E05:05:000:Max Top Speed PL2 ssprint1:0:0E09:05:000:Max Traction PL2 ssprint1:0:0E0D:05:000:Max Acceleration PL2 ssprint1:0:0E02:03:000:Infinite Wrenches PL3 ssprint1:0:0E06:05:000:Max Top Speed PL3 ssprint1:0:0E0A:05:000:Max Traction PL3 ssprint1:0:0E0E:05:000:Max Acceleration PL3 ssprint1:0:0E12:05:000:Fastest Chopper ssprint1:0:05BC:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint1:0:05BD:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint1:0:05BE:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint1:0:05BF:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint1:0:05BC:00:000:Stop Blue Car Winning ssprint1:0:05BD:00:000:Stop Red Car Winning ssprint1:0:05BE:00:000:Stop Yellow Car Winning ssprint1:0:05BF:00:000:Stop Green Car Winning ; [ Super Sprint (rev 3) ] ssprint3:0:0DD6:1F:000:Infinite Credits ssprint3:0:0DD5:1F:500:Infinite Credits (2/3) ssprint3:0:0DD4:1F:500:Infinite Credits (3/3) ssprint3:0:0E00:03:000:Infinite Wrenches PL1 ssprint3:0:0E04:05:000:Max Top Speed PL1 ssprint3:0:0E08:05:000:Max Traction PL1 ssprint3:0:0E0C:05:000:Max Acceleration PL1 ssprint3:0:0E01:03:000:Infinite Wrenches PL2 ssprint3:0:0E05:05:000:Max Top Speed PL2 ssprint3:0:0E09:05:000:Max Traction PL2 ssprint3:0:0E0D:05:000:Max Acceleration PL2 ssprint3:0:0E02:03:000:Infinite Wrenches PL3 ssprint3:0:0E06:05:000:Max Top Speed PL3 ssprint3:0:0E0A:05:000:Max Traction PL3 ssprint3:0:0E0E:05:000:Max Acceleration PL3 ssprint3:0:0E12:05:000:Fastest Chopper ssprint3:0:05BC:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint3:0:05BD:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint3:0:05BE:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint3:0:05BF:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprint3:0:05BC:00:000:Stop Blue Car Winning ssprint3:0:05BD:00:000:Stop Red Car Winning ssprint3:0:05BE:00:000:Stop Yellow Car Winning ssprint3:0:05BF:00:000:Stop Green Car Winning ; [ Super Sprint (French) ] ssprintf:0:0DD6:1F:000:Infinite Credits ssprintf:0:0DD5:1F:500:Infinite Credits (2/3) ssprintf:0:0DD4:1F:500:Infinite Credits (3/3) ssprintf:0:0E00:03:000:Infinite Wrenches PL1 ssprintf:0:0E04:05:000:Max Top Speed PL1 ssprintf:0:0E08:05:000:Max Traction PL1 ssprintf:0:0E0C:05:000:Max Acceleration PL1 ssprintf:0:0E01:03:000:Infinite Wrenches PL2 ssprintf:0:0E05:05:000:Max Top Speed PL2 ssprintf:0:0E09:05:000:Max Traction PL2 ssprintf:0:0E0D:05:000:Max Acceleration PL2 ssprintf:0:0E02:03:000:Infinite Wrenches PL3 ssprintf:0:0E06:05:000:Max Top Speed PL3 ssprintf:0:0E0A:05:000:Max Traction PL3 ssprintf:0:0E0E:05:000:Max Acceleration PL3 ssprintf:0:0E12:05:000:Fastest Chopper ssprintf:0:05EE:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintf:0:05EF:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintf:0:05F0:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintf:0:05F1:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintf:0:05EE:00:000:Stop Blue Car Winning ssprintf:0:05EF:00:000:Stop Red Car Winning ssprintf:0:05F0:00:000:Stop Yellow Car Winning ssprintf:0:05F1:00:000:Stop Green Car Winning ; [ Super Sprint (German, rev 2) ] ssprintg:0:0DD6:1F:000:Infinite Credits ssprintg:0:0DD5:1F:500:Infinite Credits (2/3) ssprintg:0:0DD4:1F:500:Infinite Credits (3/3) ssprintg:0:0E00:03:000:Infinite Wrenches PL1 ssprintg:0:0E04:05:000:Max Top Speed PL1 ssprintg:0:0E08:05:000:Max Traction PL1 ssprintg:0:0E0C:05:000:Max Acceleration PL1 ssprintg:0:0E01:03:000:Infinite Wrenches PL2 ssprintg:0:0E05:05:000:Max Top Speed PL2 ssprintg:0:0E09:05:000:Max Traction PL2 ssprintg:0:0E0D:05:000:Max Acceleration PL2 ssprintg:0:0E02:03:000:Infinite Wrenches PL3 ssprintg:0:0E06:05:000:Max Top Speed PL3 ssprintg:0:0E0A:05:000:Max Traction PL3 ssprintg:0:0E0E:05:000:Max Acceleration PL3 ssprintg:0:0E12:05:000:Fastest Chopper ssprintg:0:05EE:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintg:0:05EF:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintg:0:05F0:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintg:0:05F1:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprintg:0:05EE:00:000:Stop Blue Car Winning ssprintg:0:05EF:00:000:Stop Red Car Winning ssprintg:0:05F0:00:000:Stop Yellow Car Winning ssprintg:0:05F1:00:000:Stop Green Car Winning ; [ Super Sprint (Spanish) ] ssprints:0:0DD6:1F:000:Infinite Credits ssprints:0:0DD5:1F:500:Infinite Credits (2/3) ssprints:0:0DD4:1F:500:Infinite Credits (3/3) ssprints:0:0E00:03:000:Infinite Wrenches PL1 ssprints:0:0E04:05:000:Max Top Speed PL1 ssprints:0:0E08:05:000:Max Traction PL1 ssprints:0:0E0C:05:000:Max Acceleration PL1 ssprints:0:0E01:03:000:Infinite Wrenches PL2 ssprints:0:0E05:05:000:Max Top Speed PL2 ssprints:0:0E09:05:000:Max Traction PL2 ssprints:0:0E0D:05:000:Max Acceleration PL2 ssprints:0:0E02:03:000:Infinite Wrenches PL3 ssprints:0:0E06:05:000:Max Top Speed PL3 ssprints:0:0E0A:05:000:Max Traction PL3 ssprints:0:0E0E:05:000:Max Acceleration PL3 ssprints:0:0E12:05:000:Fastest Chopper ssprints:0:05EE:04:001:Make Blue Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprints:0:05EF:04:001:Make Red Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprints:0:05F0:04:001:Make Yellow Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprints:0:05F1:04:001:Make Green Car Win Now!:This cheat can be a bit hit and miss, for best effect you should have overtaken the other cars, and be just ahead of the finishing line or just experiment! ssprints:0:05EE:00:000:Stop Blue Car Winning ssprints:0:05EF:00:000:Stop Red Car Winning ssprints:0:05F0:00:000:Stop Yellow Car Winning ssprints:0:05F1:00:000:Stop Green Car Winning ; [ Sunset Riders (2 Players ver ABD) ] ssrdrabd:0:104200:FF:000:Infinite Lives PL1 ssrdrabd:0:181CB9:B4:000:Invincibility PL1 ssrdrabd:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdrabd:0:104240:FF:000:Infinite Lives PL2 ssrdrabd:0:181FB9:B4:000:Invincibility PL2 ssrdrabd:0:181FE0:C0:540:Invincibility PL2 (2/2 ; [ Sunset Riders (4 Players ver ADD) ] ssrdradd:0:104200:FF:000:Infinite Lives PL1 ssrdradd:0:181CB9:B4:000:Invincibility PL1 ssrdradd:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdradd:0:104240:FF:000:Infinite Lives PL2 ssrdradd:0:181FB9:B4:000:Invincibility PL2 ssrdradd:0:181FE0:C0:540:Invincibility PL2 (2/2) ssrdradd:0:104280:FF:000:Infinite Lives PL3 ssrdradd:0:1822B9:B4:000:Invincibility PL3 ssrdradd:0:1822E0:C0:540:Invincibility PL3 (2/2) ssrdradd:0:1042C0:FF:000:Infinite Lives PL4 ssrdradd:0:1825B9:B4:000:Invincibility PL4 ssrdradd:0:1825E0:C0:540:Invincibility PL4 (2/2) ; [ Sunset Riders (4 Players ver EAA) ] ssrdreaa:0:104200:FF:000:Infinite Lives PL1 ssrdreaa:0:181CB9:B4:000:Invincibility PL1 ssrdreaa:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdreaa:0:104240:FF:000:Infinite Lives PL2 ssrdreaa:0:181FB9:B4:000:Invincibility PL2 ssrdreaa:0:181FE0:C0:540:Invincibility PL2 (2/2) ssrdreaa:0:104280:FF:000:Infinite Lives PL3 ssrdreaa:0:1822B9:B4:000:Invincibility PL3 ssrdreaa:0:1822E0:C0:540:Invincibility PL3 (2/2) ssrdreaa:0:1042C0:FF:000:Infinite Lives PL4 ssrdreaa:0:1825B9:B4:000:Invincibility PL4 ssrdreaa:0:1825E0:C0:540:Invincibility PL4 (2/2) ; [ Sunset Riders (2 Players ver EBC) ] ssrdrebc:0:104200:FF:000:Infinite Lives PL1 ssrdrebc:0:181CB9:B4:000:Invincibility PL1 ssrdrebc:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdrebc:0:104240:FF:000:Infinite Lives PL2 ssrdrebc:0:181FB9:B4:000:Invincibility PL2 ssrdrebc:0:181FE0:C0:540:Invincibility PL2 (2/2) ; [ Sunset Riders (2 Players ver EBD) ] ssrdrebd:0:104200:FF:000:Infinite Lives PL1 ssrdrebd:0:181CB9:B4:000:Invincibility PL1 ssrdrebd:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdrebd:0:104240:FF:000:Infinite Lives PL2 ssrdrebd:0:181FB9:B4:000:Invincibility PL2 ssrdrebd:0:181FE0:C0:540:Invincibility PL2 (2/2) ; [ Sunset Riders (2 Players ver JBD) ] ssrdrjbd:0:104200:FF:000:Infinite Lives PL1 ssrdrjbd:0:181CB9:B4:000:Invincibility PL1 ssrdrjbd:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdrjbd:0:104240:FF:000:Infinite Lives PL2 ssrdrjbd:0:181FB9:B4:000:Invincibility PL2 ssrdrjbd:0:181FE0:C0:540:Invincibility PL2 (2/2) ; [ Sunset Riders (4 Players ver UAC) ] ssrdruac:0:104200:FF:000:Infinite Lives PL1 ssrdruac:0:181CB9:B4:000:Invincibility PL1 ssrdruac:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdruac:0:104240:FF:000:Infinite Lives PL2 ssrdruac:0:181FB9:B4:000:Invincibility PL2 ssrdruac:0:181FE0:C0:540:Invincibility PL2 (2/2) ssrdruac:0:104280:FF:000:Infinite Lives PL3 ssrdruac:0:1822B9:B4:000:Invincibility PL3 ssrdruac:0:1822E0:C0:540:Invincibility PL3 (2/2) ssrdruac:0:1042C0:FF:000:Infinite Lives PL4 ssrdruac:0:1825B9:B4:000:Invincibility PL4 ssrdruac:0:1825E0:C0:540:Invincibility PL4 (2/2) ; [ Sunset Riders (2 Players ver UBC) ] ssrdrubc:0:104200:FF:000:Infinite Lives PL1 ssrdrubc:0:181CB9:B4:000:Invincibility PL1 ssrdrubc:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdrubc:0:104240:FF:000:Infinite Lives PL2 ssrdrubc:0:181FB9:B4:000:Invincibility PL2 ssrdrubc:0:181FE0:C0:540:Invincibility PL2 (2/2) ; [ Sunset Riders (4 Players ver UDA) ] ssrdruda:0:104200:FF:000:Infinite Lives PL1 ssrdruda:0:181CB9:B4:000:Invincibility PL1 ssrdruda:0:181CE0:C0:540:Invincibility PL1 (2/2) ssrdruda:0:104240:FF:000:Infinite Lives PL2 ssrdruda:0:181FB9:B4:000:Invincibility PL2 ssrdruda:0:181FE0:C0:540:Invincibility PL2 (2/2) ssrdruda:0:104280:FF:000:Infinite Lives PL3 ssrdruda:0:1822B9:B4:000:Invincibility PL3 ssrdruda:0:1822E0:C0:540:Invincibility PL3 (2/2) ssrdruda:0:1042C0:FF:000:Infinite Lives PL4 ssrdruda:0:1825B9:B4:000:Invincibility PL4 ssrdruda:0:1825E0:C0:540:Invincibility PL4 (2/2) ; [ Sunset Riders (4 Players ver EAC) ] ssriders:0:104200:FF:000:Infinite Lives PL1 ssriders:0:181CB9:B4:000:Invincibility PL1 ssriders:0:181CE0:C0:540:Invincibility PL1 (2/2) ssriders:0:104240:FF:000:Infinite Lives PL2 ssriders:0:181FB9:B4:000:Invincibility PL2 ssriders:0:181FE0:C0:540:Invincibility PL2 (2/2) ssriders:0:104280:FF:000:Infinite Lives PL3 ssriders:0:1822B9:B4:000:Invincibility PL3 ssriders:0:1822E0:C0:540:Invincibility PL3 (2/2) ssriders:0:1042C0:FF:000:Infinite Lives PL4 ssriders:0:1825B9:B4:000:Invincibility PL4 ssriders:0:1825E0:C0:540:Invincibility PL4 (2/2) ; [ Super Speed Race Junior (Japan) ] ssrj:0:0000:00:999:[ This game hasn't even ]:REASON 11 ssrj:0:0000:00:999:[ been looked at due to ]:REASON 11 ssrj:0:0000:00:999:[ time constraints - Too]:REASON 11 ssrj:0:0000:00:999:[ many games and so ]:REASON 11 ssrj:0:0000:00:999:[ little time. It is ]:REASON 11 ssrj:0:0000:00:999:[ even possible that ]:REASON 11 ssrj:0:0000:00:999:[ this game may be a ]:REASON 11 ssrj:0:0000:00:999:[ clone of an existing ]:REASON 11 ssrj:0:0000:00:999:[ game which may have ]:REASON 11 ssrj:0:0000:00:999:[ cheats. Please search ]:REASON 11 ssrj:0:0000:00:999:[ the cheat forums ]:REASON 11 ssrj:0:0000:00:999:[ before posting cheat ]:REASON 11 ssrj:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Steep Slope Sliders (JUET 981110 V1.000) ] sss:0:0000:00:999:[ There are no cheats ]:REASON 1 sss:0:0000:00:999:[ for this game as it ]:REASON 1 sss:0:0000:00:999:[ didn't work the last ]:REASON 1 sss:0:0000:00:999:[ time it was tested. ]:REASON 1 sss:0:0000:00:999:[ If the game now works ]:REASON 1 sss:0:0000:00:999:[ please request cheats ]:REASON 1 sss:0:0000:00:999:[ for it on the cheat ]:REASON 1 sss:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Star Battle ] :sstarbtl:00000000:007D:000000E3:FFFFFFFF:Infinite Energy :sstarbtl:20900000:DF72:00000CB0:FFFFFFFF:Invincibility :sstarbtl:20910000:E5BE:000016B0:FFFFFFFF:Invincibility (2/3):1st = Fire, 2nd = Meteorite :sstarbtl:20910000:EA83:000029B0:FFFFFFFF:Invincibility (3/3):Enemy :sstarbtl:00000000:0035:000000FF:FFFFFFFF:Rapid Fire :sstarbtl:20800000:DCD7:00000000:FFFFFFFF:Bullet Speed Up sstarbtl:0:0095:09:000:Infinite Lives PL1 sstarbtl:0:0096:09:000:Infinite Lives PL2 ; [ Super Stingray ] sstingry:0:020005:99:000:Infinite Credits sstingry:0:020019:00:000:Infinite Time sstingry:0:02012A:50:000:Infinite Energy sstingry:0:02001E:FF:071:Select Start Round sstingry:0:02000E:05:000:Infinite Lives PL1 sstingry:0:02000F:05:000:Infinite Lives PL2 ; [ Space Stranger ] sstrangr:0:2009:78:000:Invaders never drop sstrangr:0:2069:00:000:Invaders don't fire sstrangr:0:206A:30:500:Invaders don't fire (2/2) sstrangr:0:0293:C3:100:Bullet Invincibility sstrangr:0:2094:04:540:Bullet Invincibility (2/3) sstrangr:0:2015:FF:500:Bullet Invincibility (3/3) :sstrangr:62000000:0000:00000000:00000000:Bullet Speed always = :sstrangr:00010000:202C:00000002:FFFFFFFF:Slow :sstrangr:00010000:202C:00000004:FFFFFFFF:Normal :sstrangr:00010000:202C:00000006:FFFFFFFF:Fast :sstrangr:00010000:202C:00000008:FFFFFFFF:V Fast :sstrangr:00010000:202C:0000000A:FFFFFFFF:Turbo sstrangr:0:163E:00:100:Autofire Mode sstrangr:0:21FF:07:000:Infinite Lives PL1 sstrangr:0:2100:00:001:Kill All Invaders Now! PL1 sstrangr:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sstrangr:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sstrangr:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sstrangr:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sstrangr:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sstrangr:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sstrangr:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sstrangr:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sstrangr:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sstrangr:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sstrangr:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sstrangr:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sstrangr:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sstrangr:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sstrangr:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sstrangr:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sstrangr:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sstrangr:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sstrangr:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sstrangr:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sstrangr:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sstrangr:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sstrangr:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sstrangr:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sstrangr:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sstrangr:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sstrangr:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sstrangr:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sstrangr:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sstrangr:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sstrangr:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sstrangr:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sstrangr:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sstrangr:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sstrangr:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sstrangr:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sstrangr:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sstrangr:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sstrangr:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sstrangr:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sstrangr:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sstrangr:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sstrangr:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sstrangr:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sstrangr:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sstrangr:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sstrangr:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sstrangr:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sstrangr:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sstrangr:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sstrangr:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sstrangr:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sstrangr:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sstrangr:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sstrangr:0:22FF:07:000:Infinite Lives PL2 sstrangr:0:2200:00:001:Kill All Invaders Now! PL2 sstrangr:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sstrangr:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sstrangr:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sstrangr:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sstrangr:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sstrangr:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sstrangr:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sstrangr:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sstrangr:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sstrangr:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sstrangr:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sstrangr:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sstrangr:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sstrangr:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sstrangr:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sstrangr:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sstrangr:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sstrangr:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sstrangr:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sstrangr:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sstrangr:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sstrangr:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sstrangr:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sstrangr:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sstrangr:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sstrangr:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sstrangr:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sstrangr:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sstrangr:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sstrangr:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sstrangr:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sstrangr:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sstrangr:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sstrangr:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sstrangr:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sstrangr:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sstrangr:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sstrangr:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sstrangr:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sstrangr:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sstrangr:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sstrangr:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sstrangr:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sstrangr:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sstrangr:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sstrangr:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sstrangr:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sstrangr:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sstrangr:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sstrangr:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sstrangr:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sstrangr:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sstrangr:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sstrangr:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Super Strike Bowling ] sstrike:0:0000:00:999:[ This game hasn't even ]:REASON 11 sstrike:0:0000:00:999:[ been looked at due to ]:REASON 11 sstrike:0:0000:00:999:[ time constraints - Too]:REASON 11 sstrike:0:0000:00:999:[ many games and so ]:REASON 11 sstrike:0:0000:00:999:[ little time. It is ]:REASON 11 sstrike:0:0000:00:999:[ even possible that ]:REASON 11 sstrike:0:0000:00:999:[ this game may be a ]:REASON 11 sstrike:0:0000:00:999:[ clone of an existing ]:REASON 11 sstrike:0:0000:00:999:[ game which may have ]:REASON 11 sstrike:0:0000:00:999:[ cheats. Please search ]:REASON 11 sstrike:0:0000:00:999:[ the cheat forums ]:REASON 11 sstrike:0:0000:00:999:[ before posting cheat ]:REASON 11 sstrike:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sorcer Striker (World) ] sstriker:0:100393:09:000:Infinite Credits sstriker:0:1004A5:09:000:Infinite Lives PL1 sstriker:0:10173D:09:000:Infinite Bombs PL1 sstriker:0:000000:00:999:[Only enable Invincibility ] sstriker:0:000000:00:999:[after launch when you can ] sstriker:0:000000:00:999:[shoot your weapons!! ] sstriker:0:10173B:02:000:Invincibility PL1 sstriker:0:000000:00:999:[See the Dip Switch Menu to ] sstriker:0:000000:00:999:[enable an alternate ] sstriker:0:000000:00:999:[Invincibility PL1 cheat. ] sstriker:0:000000:00:999:[But the cheat is better as ] sstriker:0:000000:00:999:[the dipswitch causes a game] sstriker:0:000000:00:999:[crash when PL2 is selected.] sstriker:0:101745:05:000:Maximum Main Weapon Power PL1 sstriker:0:101759:02:000:Maximum Extra Weapon Power PL1:Get an extra weapon first sstriker:0:10175F:04:041:Next Extra Weapon=Front Now!PL1:Get an extra weapon first sstriker:0:10175F:08:541:Next Extra Weapon=Front Now!PL1 (2/2) sstriker:0:10175F:04:021:Next Extra Weapon=Wide Now!PL1:Get an extra weapon first sstriker:0:10175F:08:541:Next Extra Weapon=Wide Now!PL1 (2/2) sstriker:0:10175F:04:041:Next Extra Weapon=Homing Now!PL1:Get an extra weapon first sstriker:0:10175F:08:521:Next Extra Weapon=Homing Now!PL1 (2/2) sstriker:0:10175F:04:040:Always a Front Extra Weapon PL1:Get an extra weapon first sstriker:0:10175F:08:540:Always a Front Extra Weapon PL1 (2/2) sstriker:0:10175F:04:020:Always a Wide Extra Weapon PL1:Get an extra weapon first sstriker:0:10175F:08:540:Always a Wide Extra Weapon PL1 (2/2) sstriker:0:10175F:04:040:Always a Homing Extra Weapon PL1:Get an extra weapon first sstriker:0:10175F:08:520:Always a Homing Extra Weapon PL1 (2/2) sstriker:0:1004A7:09:000:Infinite Lives PL2 sstriker:0:1017FD:09:000:Infinite Bombs PL2 sstriker:0:000000:00:999:[Only enable Invincibility ] sstriker:0:000000:00:999:[after launch when you can ] sstriker:0:000000:00:999:[shoot your weapons!! ] sstriker:0:1017FB:02:000:Invincibility PL2 sstriker:0:101805:05:000:Maximum Main Weapon Power PL2 sstriker:0:101819:02:000:Maximum Extra Weapon Power PL2:Get an extra weapon first sstriker:0:10181F:04:040:Always a Front Extra Weapon PL2:Get an extra weapon first sstriker:0:10181F:08:540:Always a Front Extra Weapon PL2 (2/2) sstriker:0:10181F:04:020:Always a Wide Extra Weapon PL2:Get an extra weapon first sstriker:0:10181F:08:540:Always a Wide Extra Weapon PL2 (2/2) sstriker:0:10181F:04:040:Always a Homing Extra Weapon PL2:Get an extra weapon first sstriker:0:10181F:08:520:Always a Homing Extra Weapon PL2 (2/2) sstriker:0:10181F:04:041:Next Extra Weapon=Front Now!PL2:Get an extra weapon first sstriker:0:10181F:08:541:Next Extra Weapon=Front Now!PL2 (2/2) sstriker:0:10181F:04:021:Next Extra Weapon=Wide Now!PL2:Get an extra weapon first sstriker:0:10181F:08:541:Next Extra Weapon=Wide Now!PL2 (2/2) sstriker:0:10181F:04:041:Next Extra Weapon=Homing Now!PL2:Get an extra weapon first sstriker:0:10181F:08:521:Next Extra Weapon=Homing Now!PL2 (2/2) ; [ Sorcer Striker (World, alt) ] sstrikra:0:100393:09:000:Infinite Credits sstrikra:0:1004A5:09:000:Infinite Lives PL1 sstrikra:0:10173D:09:000:Infinite Bombs PL1 sstrikra:0:000000:00:999:[Only enable Invincibility ] sstrikra:0:000000:00:999:[after launch when you can ] sstrikra:0:000000:00:999:[shoot your weapons!! ] sstrikra:0:10173B:02:000:Invincibility PL1 sstrikra:0:000000:00:999:[See the Dip Switch Menu to ] sstrikra:0:000000:00:999:[enable an alternate ] sstrikra:0:000000:00:999:[Invincibility PL1 cheat. ] sstrikra:0:000000:00:999:[But the cheat is better as ] sstrikra:0:000000:00:999:[the dipswitch causes a game] sstrikra:0:000000:00:999:[crash when PL2 is selected.] sstrikra:0:101745:05:000:Maximum Main Weapon Power PL1 sstrikra:0:101759:02:000:Maximum Extra Weapon Power PL1:Get an extra weapon first sstrikra:0:10175F:04:041:Next Extra Weapon=Front Now!PL1:Get an extra weapon first sstrikra:0:10175F:08:541:Next Extra Weapon=Front Now!PL1 (2/2) sstrikra:0:10175F:04:021:Next Extra Weapon=Wide Now!PL1:Get an extra weapon first sstrikra:0:10175F:08:541:Next Extra Weapon=Wide Now!PL1 (2/2) sstrikra:0:10175F:04:041:Next Extra Weapon=Homing Now!PL1:Get an extra weapon first sstrikra:0:10175F:08:521:Next Extra Weapon=Homing Now!PL1 (2/2) sstrikra:0:10175F:04:040:Always a Front Extra Weapon PL1:Get an extra weapon first sstrikra:0:10175F:08:540:Always a Front Extra Weapon PL1 (2/2) sstrikra:0:10175F:04:020:Always a Wide Extra Weapon PL1:Get an extra weapon first sstrikra:0:10175F:08:540:Always a Wide Extra Weapon PL1 (2/2) sstrikra:0:10175F:04:040:Always a Homing Extra Weapon PL1:Get an extra weapon first sstrikra:0:10175F:08:520:Always a Homing Extra Weapon PL1 (2/2) sstrikra:0:1004A7:09:000:Infinite Lives PL2 sstrikra:0:1017FD:09:000:Infinite Bombs PL2 sstrikra:0:000000:00:999:[Only enable Invincibility ] sstrikra:0:000000:00:999:[after launch when you can ] sstrikra:0:000000:00:999:[shoot your weapons!! ] sstrikra:0:1017FB:02:000:Invincibility PL2 sstrikra:0:101805:05:000:Maximum Main Weapon Power PL2 sstrikra:0:101819:02:000:Maximum Extra Weapon Power PL2:Get an extra weapon first sstrikra:0:10181F:04:040:Always a Front Extra Weapon PL2:Get an extra weapon first sstrikra:0:10181F:08:540:Always a Front Extra Weapon PL2 (2/2) sstrikra:0:10181F:04:020:Always a Wide Extra Weapon PL2:Get an extra weapon first sstrikra:0:10181F:08:540:Always a Wide Extra Weapon PL2 (2/2) sstrikra:0:10181F:04:040:Always a Homing Extra Weapon PL2:Get an extra weapon first sstrikra:0:10181F:08:520:Always a Homing Extra Weapon PL2 (2/2) sstrikra:0:10181F:04:041:Next Extra Weapon=Front Now!PL2:Get an extra weapon first sstrikra:0:10181F:08:541:Next Extra Weapon=Front Now!PL2 (2/2) sstrikra:0:10181F:04:021:Next Extra Weapon=Wide Now!PL2:Get an extra weapon first sstrikra:0:10181F:08:541:Next Extra Weapon=Wide Now!PL2 (2/2) sstrikra:0:10181F:04:041:Next Extra Weapon=Homing Now!PL2:Get an extra weapon first sstrikra:0:10181F:08:521:Next Extra Weapon=Homing Now!PL2 (2/2) ; [ Space Stranger 2 ] sstrngr2:0:2009:78:000:Invaders never drop sstrngr2:0:2069:00:000:Invaders don't fire sstrngr2:0:206A:30:500:Invaders don't fire (2/2) sstrngr2:0:0293:C3:100:Bullet Invincibility sstrngr2:0:2094:04:540:Bullet Invincibility (2/3) sstrngr2:0:2015:FF:500:Bullet Invincibility (3/3) :sstrngr2:62000000:0000:00000000:00000000:Bullet Speed always = :sstrngr2:00010000:202C:00000002:FFFFFFFF:Slow :sstrngr2:00010000:202C:00000004:FFFFFFFF:Normal :sstrngr2:00010000:202C:00000006:FFFFFFFF:Fast :sstrngr2:00010000:202C:00000008:FFFFFFFF:V Fast :sstrngr2:00010000:202C:0000000A:FFFFFFFF:Turbo sstrngr2:0:163E:00:100:Autofire Mode sstrngr2:0:21FF:07:000:Infinite Lives PL1 sstrngr2:0:2100:00:001:Kill All Invaders Now! PL1 sstrngr2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 sstrngr2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) sstrngr2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) sstrngr2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) sstrngr2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) sstrngr2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) sstrngr2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) sstrngr2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) sstrngr2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) sstrngr2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) sstrngr2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line sstrngr2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) sstrngr2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) sstrngr2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) sstrngr2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) sstrngr2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) sstrngr2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) sstrngr2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) sstrngr2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) sstrngr2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) sstrngr2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) sstrngr2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line sstrngr2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) sstrngr2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) sstrngr2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) sstrngr2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) sstrngr2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) sstrngr2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) sstrngr2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) sstrngr2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) sstrngr2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) sstrngr2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) sstrngr2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line sstrngr2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) sstrngr2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) sstrngr2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) sstrngr2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) sstrngr2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) sstrngr2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) sstrngr2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) sstrngr2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) sstrngr2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) sstrngr2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) sstrngr2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line sstrngr2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) sstrngr2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) sstrngr2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) sstrngr2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) sstrngr2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) sstrngr2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) sstrngr2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) sstrngr2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) sstrngr2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) sstrngr2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) sstrngr2:0:22FF:07:000:Infinite Lives PL2 sstrngr2:0:2200:00:001:Kill All Invaders Now! PL2 sstrngr2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 sstrngr2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) sstrngr2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) sstrngr2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) sstrngr2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) sstrngr2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) sstrngr2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) sstrngr2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) sstrngr2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) sstrngr2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) sstrngr2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line sstrngr2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) sstrngr2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) sstrngr2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) sstrngr2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) sstrngr2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) sstrngr2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) sstrngr2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) sstrngr2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) sstrngr2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) sstrngr2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) sstrngr2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line sstrngr2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) sstrngr2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) sstrngr2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) sstrngr2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) sstrngr2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) sstrngr2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) sstrngr2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) sstrngr2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) sstrngr2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) sstrngr2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) sstrngr2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line sstrngr2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) sstrngr2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) sstrngr2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) sstrngr2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) sstrngr2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) sstrngr2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) sstrngr2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) sstrngr2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) sstrngr2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) sstrngr2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) sstrngr2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line sstrngr2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) sstrngr2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) sstrngr2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) sstrngr2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) sstrngr2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) sstrngr2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) sstrngr2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) sstrngr2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) sstrngr2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) sstrngr2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Space Tactics ] stactics:0:4087:04:000:Infinite Shields :stactics:20A00000:18CF:0018E3C3:FFFFFFFF:Invincibility ; [ Stadium Hero 96 (Version EAJ) ] stadh96a:0:0000:00:999:[ There are no cheats ]:REASON 1 stadh96a:0:0000:00:999:[ for this game as it ]:REASON 1 stadh96a:0:0000:00:999:[ didn't work the last ]:REASON 1 stadh96a:0:0000:00:999:[ time it was tested. ]:REASON 1 stadh96a:0:0000:00:999:[ If the game now works ]:REASON 1 stadh96a:0:0000:00:999:[ please request cheats ]:REASON 1 stadh96a:0:0000:00:999:[ for it on the cheat ]:REASON 1 stadh96a:0:0000:00:999:[ forums. ]:REASON 1 ; [ Stadium Hero (Japan) ] stadhero:0:FF801C:09:000:Infinite Time stadhero:0:FF801D:9A:500:Infinite Time (2/2) stadhero:0:FF8056:00:000:Infinite Strikes stadhero:0:FF8057:00:000:Infinite Balls stadhero:0:FF8058:00:000:Infinite Outs stadhero:0:FF801C:00:001:Set Play Time to 0 Now! stadhero:0:FF801D:01:501:Set Play Time to 0 Now! (2/3) stadhero:0:FF8056:00:001:Set Strikes to 0 Now! stadhero:0:FF8056:03:001:Set Strikes to 3 Now! stadhero:0:FF8057:00:001:Set Balls to 0 Now! stadhero:0:FF8057:03:001:Set Balls to 3 Now! stadhero:0:FF8058:00:001:Set Outs to 0 Now! stadhero:0:FF8058:03:001:Set Outs to 3 Now! stadhero:0:FF8029:99:073:Select score PL1 stadhero:0:FF802A:99:073:Select score PL2 ; [ Stadium Hero 96 (Version EAD) ] stadhr96:0:0000:00:999:[ There are no cheats ]:REASON 1 stadhr96:0:0000:00:999:[ for this game as it ]:REASON 1 stadhr96:0:0000:00:999:[ didn't work the last ]:REASON 1 stadhr96:0:0000:00:999:[ time it was tested. ]:REASON 1 stadhr96:0:0000:00:999:[ If the game now works ]:REASON 1 stadhr96:0:0000:00:999:[ please request cheats ]:REASON 1 stadhr96:0:0000:00:999:[ for it on the cheat ]:REASON 1 stadhr96:0:0000:00:999:[ forums. ]:REASON 1 ; [ Stagger I (Japan) ] stagger1:0:3C0021:63:000:Infinite Credits stagger1:0:3C024B:05:000:Infinite Lives PL1:Don't enable this cheat on the title screen or you won't be able to start the game stagger1:0:3C0263:05:000:Infinite Bombs PL1 stagger1:0:3CB3DE:00:000:Invincibility PL1 stagger1:0:3CB3DF:03:500:Invincibility PL1 (2/2) stagger1:0:3CB3D5:04:000:Maximum Fire Power PL1 stagger1:0:3C024D:05:000:Infinite Lives PL2:Don't enable this cheat on the title screen or you won't be able to start a two player game stagger1:0:3C0265:05:000:Infinite Bombs PL2 stagger1:0:3CBBDE:00:000:Invincibility PL2 stagger1:0:3CBBDF:03:500:Invincibility PL2 (2/2) stagger1:0:3CBBD5:04:000:Maximum Fire Power PL2 ; [ Stakes Winner / Stakes Winner - GI kinzen seihae no michi ] stakwin:0:100022:32:000:Infinite Time in Training:Disable during races ! stakwin:0:10029E:FF:000:Infinite Money PL1 stakwin:0:1002B8:0A:000:Always Extra Speed PL1:Only Press "A" Don't whip! :stakwin:00000000:100275:00000008:FFFFFFFF:Have Maximum Speed PL1 :stakwin:00000000:100277:00000008:FFFFFFFF:Have Maximum Stamina PL1 :stakwin:00000000:10027B:00000008:FFFFFFFF:Have Maximum Strength PL1 stakwin:0:102998:44:000:Power - 1 PL1 stakwin:0:102AD6:44:000:Power - 2 PL1 stakwin:0:102C14:44:000:Power - 3 PL1 stakwin:0:102D52:44:000:Power - 4 PL1 stakwin:0:102E90:44:000:Power - 5 PL1 stakwin:0:102FCE:44:000:Power - 6 PL1 stakwin:0:10310C:44:000:Power - 7 PL1 stakwin:0:100336:FF:000:Infinite Money PL2 :stakwin:00000000:100350:0000000A:FFFFFFFF:Always Extra Speed PL2:Only Press "A" Don't whip! :stakwin:00000000:10030D:00000008:FFFFFFFF:Have Maximum Speed PL2 :stakwin:00000000:10030F:00000008:FFFFFFFF:Have Maximum Stamina PL2 :stakwin:00000000:100313:00000008:FFFFFFFF:Have Maximum Strength PL2 :stakwin:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :stakwin:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :stakwin:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Stakes Winner 2 ] stakwin2:0:108943:0A:000:Infinite Shop Time :stakwin2:00000000:108B5C:000000FF:FFFFFFFF:Infinite Money PL1 :stakwin2:00010000:108B5D:000000FF:FFFFFFFF:Infinite Money PL1 (2/2) stakwin2:0:1089E2:EA:000:Infinite Power PL1 :stakwin2:00000000:1089C0:00000023:FFFFFFFF:Always Extra Speed PL1 :stakwin2:00000000:1080F8:00000007:FFFFFFFF:Have Maximum Speed PL1 :stakwin2:00000000:1080F9:00000007:FFFFFFFF:Have Maximum Stamina PL1 :stakwin2:00000000:1080FA:00000007:FFFFFFFF:Have Maximum Burst PL1 :stakwin2:00000000:10800A:000000FF:FFFFFFFF:Infinite Money PL2 :stakwin2:00010000:10800B:000000FF:FFFFFFFF:Infinite Money PL2 (2/2) stakwin2:0:108BA0:FF:000:Infinite Power PL2 :stakwin2:00000000:108B7E:00000023:FFFFFFFF:Always Extra Speed PL2 :stakwin2:00000000:108138:00000007:FFFFFFFF:Have Maximum Speed PL2 :stakwin2:00000000:108139:00000007:FFFFFFFF:Have Maximum Stamina PL2 :stakwin2:00000000:10813A:00000007:FFFFFFFF:Have Maximum Burst PL2 :stakwin2:60000000:00000000:00000000:00000000:[ Special Moves- Back and forward are ] :stakwin2:60000000:00000000:00000000:00000000:[ relative to the direction you face. ] :stakwin2:60000000:00000000:00000000:00000000:[ Extra Push- Forward, A ] :stakwin2:60000000:00000000:00000000:00000000:[ High In The Saddle- Back + A ] :stakwin2:60000000:00000000:00000000:00000000:[ Interference- Back, Forward, Back, B ] :stakwin2:60000000:00000000:00000000:00000000:[ Incentive- B, A ] :stakwin2:60000000:00000000:00000000:00000000:[ Windlash- B, B, B, B, ... ] :stakwin2:60000000:00000000:00000000:00000000:[ Hyper Dash- Forward, Back, Forward, A ] :stakwin2:00000000:1080D9:000000FF:FFFFFFFF:Enable All Special Moves PL1 :stakwin2:00000000:108119:000000FF:FFFFFFFF:Enable All Special Moves PL2 :stakwin2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :stakwin2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :stakwin2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Super Tank Attack (prototype rev. 4/21/92 ) ] stankatk:0:0000:00:999:[ There are no cheats ]:REASON 1 stankatk:0:0000:00:999:[ for this game as it ]:REASON 1 stankatk:0:0000:00:999:[ didn't work the last ]:REASON 1 stankatk:0:0000:00:999:[ time it was tested. ]:REASON 1 stankatk:0:0000:00:999:[ If the game now works ]:REASON 1 stankatk:0:0000:00:999:[ please request cheats ]:REASON 1 stankatk:0:0000:00:999:[ for it on the cheat ]:REASON 1 stankatk:0:0000:00:999:[ forums. ]:REASON 1 ; [ Starblade ] starblad:0:10E0BA:7F:000:Infinite Shields ; [ Star Castle (version 3) ] starcas:0:0000:00:999:[ There are no cheats ]:REASON 7 starcas:0:0000:00:999:[ for this game as it's ]:REASON 7 starcas:0:0000:00:999:[ proving to be a bit ]:REASON 7 starcas:0:0000:00:999:[ of a stinker to find ]:REASON 7 starcas:0:0000:00:999:[ cheats for it. ]:REASON 7 starcas:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 starcas:0:0000:00:999:[ finding is unlikely ]:REASON 7 starcas:0:0000:00:999:[ to have any success ]:REASON 7 starcas:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 starcas:0:0000:00:999:[ setup or it's banked ]:REASON 7 starcas:0:0000:00:999:[ too often, so ROM ]:REASON 7 starcas:0:0000:00:999:[ cheats will likely be ]:REASON 7 starcas:0:0000:00:999:[ required. If you ]:REASON 7 starcas:0:0000:00:999:[ manage to find any ]:REASON 7 starcas:0:0000:00:999:[ please post them on ]:REASON 7 starcas:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;starcas:0:01A1:E7:000:Infinite Credits ;starcas:0:01A0:03:500:Infinite Credits (2/2) ;starcas:0:0077:00:000:Invincibility ;starcas:0:01BA:00:500:Invincibility (2/2) ;starcas:0:01AF:E7:000:Infinite Lives PL1 ;starcas:0:01AE:03:500:Infinite Lives PL1 (2/2) ;starcas:0:01B1:E7:000:Infinite Lives PL2 ;starcas:0:01B0:03:500:Infinite Lives PL2 (2/2) ; [ Star Castle (older) ] starcas1:0:0000:00:999:[ There are no cheats ]:REASON 7 starcas1:0:0000:00:999:[ for this game as it's ]:REASON 7 starcas1:0:0000:00:999:[ proving to be a bit ]:REASON 7 starcas1:0:0000:00:999:[ of a stinker to find ]:REASON 7 starcas1:0:0000:00:999:[ cheats for it. ]:REASON 7 starcas1:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 starcas1:0:0000:00:999:[ finding is unlikely ]:REASON 7 starcas1:0:0000:00:999:[ to have any success ]:REASON 7 starcas1:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 starcas1:0:0000:00:999:[ setup or it's banked ]:REASON 7 starcas1:0:0000:00:999:[ too often, so ROM ]:REASON 7 starcas1:0:0000:00:999:[ cheats will likely be ]:REASON 7 starcas1:0:0000:00:999:[ required. If you ]:REASON 7 starcas1:0:0000:00:999:[ manage to find any ]:REASON 7 starcas1:0:0000:00:999:[ please post them on ]:REASON 7 starcas1:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;starcas1:0:01A1:E7:000:Infinite Credits ;starcas1:0:01A0:03:500:Infinite Credits (2/2) ;starcas1:0:0077:00:000:Invincibility ;starcas1:0:01BA:00:500:Invincibility (2/2) ;starcas1:0:01AF:E7:000:Infinite Lives PL1 ;starcas1:0:01AE:03:500:Infinite Lives PL1 (2/2) ;starcas1:0:01B1:E7:000:Infinite Lives PL2 ;starcas1:0:01B0:03:500:Infinite Lives PL2 (2/2) ; [ Star Castle (Mottoeis) ] starcase:0:0000:00:999:[ There are no cheats ]:REASON 7 starcase:0:0000:00:999:[ for this game as it's ]:REASON 7 starcase:0:0000:00:999:[ proving to be a bit ]:REASON 7 starcase:0:0000:00:999:[ of a stinker to find ]:REASON 7 starcase:0:0000:00:999:[ cheats for it. ]:REASON 7 starcase:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 starcase:0:0000:00:999:[ finding is unlikely ]:REASON 7 starcase:0:0000:00:999:[ to have any success ]:REASON 7 starcase:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 starcase:0:0000:00:999:[ setup or it's banked ]:REASON 7 starcase:0:0000:00:999:[ too often, so ROM ]:REASON 7 starcase:0:0000:00:999:[ cheats will likely be ]:REASON 7 starcase:0:0000:00:999:[ required. If you ]:REASON 7 starcase:0:0000:00:999:[ manage to find any ]:REASON 7 starcase:0:0000:00:999:[ please post them on ]:REASON 7 starcase:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;starcase:0:01A1:E7:000:Infinite Credits ;starcase:0:01A0:03:500:Infinite Credits (2/2) ;starcase:0:0077:00:000:Invincibility ;starcase:0:01BA:00:500:Invincibility (2/2) ;starcase:0:01AF:E7:000:Infinite Lives PL1 ;starcase:0:01AE:03:500:Infinite Lives PL1 (2/2) ;starcase:0:01B1:E7:000:Infinite Lives PL2 ;starcase:0:01B0:03:500:Infinite Lives PL2 (2/2) ; [ Star Castle (prototype) ] starcasp:0:0000:00:999:[ There are no cheats ]:REASON 7 starcasp:0:0000:00:999:[ for this game as it's ]:REASON 7 starcasp:0:0000:00:999:[ proving to be a bit ]:REASON 7 starcasp:0:0000:00:999:[ of a stinker to find ]:REASON 7 starcasp:0:0000:00:999:[ cheats for it. ]:REASON 7 starcasp:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 starcasp:0:0000:00:999:[ finding is unlikely ]:REASON 7 starcasp:0:0000:00:999:[ to have any success ]:REASON 7 starcasp:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 starcasp:0:0000:00:999:[ setup or it's banked ]:REASON 7 starcasp:0:0000:00:999:[ too often, so ROM ]:REASON 7 starcasp:0:0000:00:999:[ cheats will likely be ]:REASON 7 starcasp:0:0000:00:999:[ required. If you ]:REASON 7 starcasp:0:0000:00:999:[ manage to find any ]:REASON 7 starcasp:0:0000:00:999:[ please post them on ]:REASON 7 starcasp:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;starcasp:0:01A1:E7:000:Infinite Credits ;starcasp:0:01A0:03:500:Infinite Credits (2/2) ;starcasp:0:0077:00:000:Invincibility ;starcasp:0:01BA:00:500:Invincibility (2/2) ;starcasp:0:01AF:E7:000:Infinite Lives PL1 ;starcasp:0:01AE:03:500:Infinite Lives PL1 (2/2) ;starcasp:0:01B1:E7:000:Infinite Lives PL2 ;starcasp:0:01B0:03:500:Infinite Lives PL2 (2/2) ; [ Star Cruiser ] starcrus:0:1052:00:000:Invincibility PL1 starcrus:0:1058:07:000:Score always = 7 PL1 starcrus:0:1058:00:000:Score always = 0 PL1 starcrus:0:1058:07:001:Score = 7 Now! PL1 starcrus:0:1058:00:001:Score = 0 Now! PL1 starcrus:0:1058:07:060:Select Score PL1 starcrus:0:1053:00:000:Invincibility PL2 starcrus:0:1059:07:000:Score always = 7 PL2 starcrus:0:1059:00:000:Score always = 0 PL2 starcrus:0:1059:07:001:Score = 7 Now! PL2 starcrus:0:1059:00:001:Score = 0 Now! PL2 starcrus:0:1059:07:060:Select Score PL2 ; [ Star Fighter ] starfght:0:4002:63:000:Infinite Credits starfght:0:421D:05:000:Infinite Lives starfght:0:12D9:C9:100:Invincibility :starfght:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Star Fighter (v1) ] starfigh:0:C850:99:000:Infinite Credits starfigh:0:D033:99:000:Infinite Lives PL1 starfigh:0:D02B:03:000:Infinite Bombs PL1 starfigh:0:D0B3:99:000:Infinite Lives PL2 starfigh:0:D0AB:03:000:Infinite Bombs PL2 ; [ Star Fire 2 ] starfir2:0:0000:00:999:[ This game hasn't even ]:REASON 11 starfir2:0:0000:00:999:[ been looked at due to ]:REASON 11 starfir2:0:0000:00:999:[ time constraints - Too]:REASON 11 starfir2:0:0000:00:999:[ many games and so ]:REASON 11 starfir2:0:0000:00:999:[ little time. It is ]:REASON 11 starfir2:0:0000:00:999:[ even possible that ]:REASON 11 starfir2:0:0000:00:999:[ this game may be a ]:REASON 11 starfir2:0:0000:00:999:[ clone of an existing ]:REASON 11 starfir2:0:0000:00:999:[ game which may have ]:REASON 11 starfir2:0:0000:00:999:[ cheats. Please search ]:REASON 11 starfir2:0:0000:00:999:[ the cheat forums ]:REASON 11 starfir2:0:0000:00:999:[ before posting cheat ]:REASON 11 starfir2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Star Fire (set 2) ] starfira:0:837E:00:000:Laser never overheats starfira:0:82AF:09:000:Infinite Fuel starfira:0:82B0:09:500:Infinite Fuel (2/4) starfira:0:82B1:09:500:Infinite Fuel (3/4) starfira:0:82B2:09:500:Infinite Fuel (4/4) ; [ Star Fire (set 1) ] starfire:0:8377:00:000:Laser never overheats starfire:0:82AB:09:000:Infinite Fuel starfire:0:82AC:09:500:Infinite Fuel (2/4) starfire:0:82AD:09:500:Infinite Fuel (3/4) starfire:0:82AE:09:500:Infinite Fuel (4/4) ; [ Star Force ] :starforc:20800000:1848:000000C9:FFFFFFFF:Invincibility :starforc:00000001:8412:00000008:FFFFFFFF:1 Hit to Kill Boss Now! starforc:0:8547:80:000:Always Fast Shooting :starforc:00000000:800A:00000000:FFFFFFFF:Rapid Fire starforc:0:8179:77:062:Select next level starforc:0:8179:77:072:Select current level :starforc:00000100:83F5:000000F0:FFFFFFFF:Select Horizontal Speed :starforc:00000100:83F6:000000F0:FFFFFFFF:Select Vertical Speed starforc:0:8166:09:000:Infinite Lives PL1 :starforc:00000001:817E:000000F9:FFFFFFFF:1 Hit to goto Boss Now! PL1 starforc:0:8198:09:000:Infinite Lives PL2 :starforc:00000000:81B0:000000F9:FFFFFFFF:1 Hit to goto Boss Now! PL2 ; [ Star Force (encrypted) ] :starfore:20800000:11894:000000C9:FFFFFFFF:Invincibility :starfore:00000001:8412:00000008:FFFFFFFF:1 Hit to Kill Boss Now! starfore:0:8547:80:000:Always Fast Shooting :starfore:00000000:800A:00000000:FFFFFFFF:Rapid Fire starfore:0:8179:77:062:Select next level starfore:0:8179:77:072:Select current level :starfore:00000100:83F5:000000F0:FFFFFFFF:Select Horizontal Speed :starfore:00000100:83F6:000000F0:FFFFFFFF:Select Vertical Speed starfore:0:8166:09:000:Infinite Lives PL1 :starfore:00000001:817E:000000F9:FFFFFFFF:1 Hit to goto Boss Now! PL1 starfore:0:8198:09:000:Infinite Lives PL2 :starfore:00000000:81B0:000000F9:FFFFFFFF:1 Hit to goto Boss Now! PL2 ; [ Stargate ] stargate:0:BDDE:11:000:Infinite Lives PL1 stargate:0:BDE0:12:000:Infinite Smart Bomb PL1 stargate:0:BDE1:B0:000:Infinite Inviso PL1 stargate:0:BE1D:11:000:Infinite Lives PL2 stargate:0:BE1F:11:000:Infinite Smart Bomb PL2 stargate:0:BE20:B0:000:Infinite Inviso PL2 ; [ Star Gladiator (USA 960627) ] :starglad:00000000:00274DAC:00000009:FFFFFFFF:Infinite Credits :starglad:00000300:00267A26:0000000A:FFFFFFFF:Select Starting Stage:Set on Character Select Screen :starglad:00800000:002870BC:00000001:FFFFFFFF:Enable Bilstein Character Select :starglad:00800000:002870BD:00000001:FFFFFFFF:Enable Kappah Character Select :starglad:00100000:00274E1E:00000BB8:FFFFFFFF:Infinite Character Select Time :starglad:00100000:00267A27:00001D63:FFFFFFFF:Infinite Time :starglad:00100001:00267A27:00000001:FFFFFFFF:Finish this Round Now! :starglad:00200000:00267A2D:00000000:FFFFFFFF:Infinite Play Time:Only VS CPU mode :starglad:00000000:002743F8:000000C8:FFFFFFFF:Infinite Energy PL1 :starglad:00000001:002743F8:00000000:FFFFFFFF:Drain All Energy Now! PL1 :starglad:00000001:00274E16:0000000A:FFFFFFFF:Play with Bilstein PL1:Set on Character Select Screen :starglad:00000001:00274E16:0000000B:FFFFFFFF:Play with Kappah PL1:Set on Character Select Screen :starglad:00000001:00274E16:00000014:FFFFFFFF:Play with Super Bilstein PL1:Set on Character Select Screen :starglad:00000001:00274E16:0000000C:FFFFFFFF:Play with Unused Character 1 PL1:Set on Character Select Screen :starglad:00000001:00274E16:0000000D:FFFFFFFF:Play with Unused Character 2 PL1:Set on Character Select Screen :starglad:00000001:00274E16:0000000E:FFFFFFFF:Play with Unused Character 3 PL1:Set on Character Select Screen :starglad:00000000:002741BD:00000010:FFFFFFFF:Always Normal Size PL1 :starglad:00010000:002741C1:00000010:FFFFFFFF:Always Normal Size PL1 (2/3) :starglad:00010000:002741C5:00000010:FFFFFFFF:Always Normal Size PL1 (3/3) :starglad:00000000:002741BD:00000001:FFFFFFFF:Always Small Size PL1 :starglad:00010000:002741C1:00000001:FFFFFFFF:Always Small Size PL1 (2/3) :starglad:00010000:002741C5:00000001:FFFFFFFF:Always Small Size PL1 (3/3) :starglad:00000000:002741BD:0000007F:FFFFFFFF:Always Big Size PL1 :starglad:00010000:002741C1:0000007F:FFFFFFFF:Always Big Size PL1 (2/3) :starglad:00010000:002741C5:0000007F:FFFFFFFF:Always Big Size PL1 (3/3) :starglad:00000000:00274364:00000000:00000080:Rapid Fire - Attack A PL1 :starglad:00000000:00274364:00000000:00000010:Rapid Fire - Attack B PL1 :starglad:00000000:00274364:00000000:00000020:Rapid Fire - Kick PL1 :starglad:00000000:00274988:000000C8:FFFFFFFF:Infinite Energy PL2 :starglad:00000001:00274988:00000000:FFFFFFFF:Drain All Energy Now! PL2 :starglad:00000001:00274E17:0000000A:FFFFFFFF:Play with Bilstein PL2:Set on Character Select Screen :starglad:00000001:00274E17:0000000B:FFFFFFFF:Play with Kappah PL2:Set on Character Select Screen :starglad:00000001:00274E17:00000014:FFFFFFFF:Play with Super Bilstein PL2:Set on Character Select Screen :starglad:00000001:00274E17:0000000C:FFFFFFFF:Play with Unused Character 1 PL2:Set on Character Select Screen :starglad:00000001:00274E17:0000000D:FFFFFFFF:Play with Unused Character 2 PL2:Set on Character Select Screen :starglad:00000001:00274E17:0000000E:FFFFFFFF:Play with Unused Character 3 PL2:Set on Character Select Screen :starglad:00000000:0027474D:00000010:FFFFFFFF:Always Normal Size PL2 :starglad:00010000:00274751:00000010:FFFFFFFF:Always Normal Size PL2 (2/3) :starglad:00010000:00274755:00000010:FFFFFFFF:Always Normal Size PL2 (3/3) :starglad:00000000:0027474D:00000001:FFFFFFFF:Always Small Size PL2 :starglad:00010000:00274751:00000001:FFFFFFFF:Always Small Size PL2 (2/3) :starglad:00010000:00274755:00000001:FFFFFFFF:Always Small Size PL2 (3/3) :starglad:00000000:0027474D:0000007F:FFFFFFFF:Always Big Size PL2 :starglad:00010000:00274751:0000007F:FFFFFFFF:Always Big Size PL2 (2/3) :starglad:00010000:00274755:0000007F:FFFFFFFF:Always Big Size PL2 (3/3) :starglad:00000000:002748F4:00000000:00000080:Rapid Fire - Attack A PL2 :starglad:00000000:002748F4:00000000:00000010:Rapid Fire - Attack B PL2 :starglad:00000000:002748F4:00000000:00000020:Rapid Fire - Kick PL2 ; [ Star Gladiator 2 (JAPAN 980316) ] :stargld2:00000000:0030C7B0:00000009:FFFFFFFF:Infinite Credits :stargld2:00200000:002FB1F1:00000000:FFFFFFFF:Infinite Play Time :stargld2:00001301:002FB1EA:00000007:FFFFFFFF:Select Starting Stage:Enable on the character selection screen stargld2:0:002FB1EB:63:000:Infinite Time stargld2:0:002FB1EB:00:001:Finish this Round Now! stargld2:0:00308054:C8:000:Infinite Energy PL1 stargld2:0:00308054:00:001:Drain all Energy Now! PL1 :stargld2:00000001:00308055:000000FF:FFFFFFFF:Lose Now! PL1 :stargld2:00000000:00307980:00000090:FFFFFFFF:Infinite Power PL1 :stargld2:00010000:00307988:00000003:FFFFFFFF:Infinite Power PL1 (2/3) :stargld2:00010000:0030798A:00000003:FFFFFFFF:Infinite Power PL1 (3/3) :stargld2:00000000:00307980:00000000:FFFFFFFF:Always No Power PL1 :stargld2:00010000:00307988:00000000:FFFFFFFF:Always No Power PL1 (2/3) :stargld2:00010000:0030798A:00000000:FFFFFFFF:Always No Power PL1 (3/3) :stargld2:00000000:00307D67:00000001:00000001:Infinite Plasma Field PL1 :stargld2:00110000:003084CC:0000012C:FFFFFFFF:Infinite Plasma Field PL1 (2/2) :stargld2:00000000:002FB203:00000000:FFFFFFFF:Secret Character Comes Surely PL1:Only VS CPU mode :stargld2:00010000:002FB226:00000000:FFFFFFFF:Secret Character Comes Surely PL1 (2/5) :stargld2:00010000:002FB228:0000000F:FFFFFFFF:Secret Character Comes Surely PL1 (3/5) :stargld2:00010000:002FB22A:0000000F:FFFFFFFF:Secret Character Comes Surely PL1 (4/5) :stargld2:00010000:002FB22C:0000000F:FFFFFFFF:Secret Character Comes Surely PL1 (5/5) :stargld2:00200000:002FB210:0001869F:FFFFFFFF:Always Maximum Battle Ability PL1:Enable to see the good ending :stargld2:00200000:002FB210:00000000:FFFFFFFF:Always Minimum Battle Ability PL1:Enable to see the normal ending :stargld2:00000000:00307E11:00000010:FFFFFFFF:Always Normal Size PL1 :stargld2:00010000:00307E15:00000010:FFFFFFFF:Always Normal Size PL1 (2/3) :stargld2:00010000:00307E19:00000010:FFFFFFFF:Always Normal Size PL1 (3/3) :stargld2:00000000:00307E11:0000007F:FFFFFFFF:Always Maximum Size PL1 :stargld2:00010000:00307E15:0000007F:FFFFFFFF:Always Maximum Size PL1 (2/3) :stargld2:00010000:00307E19:0000007F:FFFFFFFF:Always Maximum Size PL1 (3/3) :stargld2:00000000:00307E11:00000001:FFFFFFFF:Always Minimum Size PL1 :stargld2:00010000:00307E15:00000001:FFFFFFFF:Always Minimum Size PL1 (2/3) :stargld2:00010000:00307E19:00000001:FFFFFFFF:Always Minimum Size PL1 (3/3) :stargld2:00000000:00307FB8:00000000:00000080:Rapid Fire - Attack A PL1 :stargld2:00000000:00307FB8:00000000:00000010:Rapid Fire - Attack B PL1 :stargld2:00000000:00307FB8:00000000:00000020:Rapid Fire - Kick PL1 stargld2:0:003087BC:C8:000:Infinite Energy PL2 stargld2:0:003087BC:00:001:Drain all Energy Now! PL2 :stargld2:00000001:003087BD:000000FF:FFFFFFFF:Lose Now! PL2 :stargld2:00000000:00307982:00000090:FFFFFFFF:Infinite Power PL2 :stargld2:00010000:00307989:00000003:FFFFFFFF:Infinite Power PL2 (2/3) :stargld2:00010000:0030798B:00000003:FFFFFFFF:Infinite Power PL2 (3/3) :stargld2:00000000:00307982:00000000:FFFFFFFF:Always No Power PL2 :stargld2:00010000:00307989:00000000:FFFFFFFF:Always No Power PL2 (2/3) :stargld2:00010000:0030798B:00000000:FFFFFFFF:Always No Power PL2 (3/3) :stargld2:00000000:00307D67:00000002:00000002:Infinite Plasma Field PL2 :stargld2:00110000:00308C34:0000012C:FFFFFFFF:Infinite Plasma Field PL2 (2/2) :stargld2:00000000:002FB204:00000000:FFFFFFFF:Secret Character Comes Surely PL2:Only VS CPU mode :stargld2:00010000:002FB227:00000000:FFFFFFFF:Secret Character Comes Surely PL2 (2/5) :stargld2:00010000:002FB229:0000000F:FFFFFFFF:Secret Character Comes Surely PL2 (3/5) :stargld2:00010000:002FB22B:0000000F:FFFFFFFF:Secret Character Comes Surely PL2 (4/5) :stargld2:00010000:002FB22D:0000000F:FFFFFFFF:Secret Character Comes Surely PL2 (5/5) :stargld2:00200000:002FB214:0001869F:FFFFFFFF:Always Maximum Battle Ability PL2:Enable to see the good ending :stargld2:00200000:002FB214:00000000:FFFFFFFF:Always Minimum Battle Ability PL2:Enable to see the normal ending :stargld2:00000000:00308579:00000010:FFFFFFFF:Always Normal Size PL2 :stargld2:00010000:0030857D:00000010:FFFFFFFF:Always Normal Size PL2 (2/3) :stargld2:00010000:00308581:00000010:FFFFFFFF:Always Normal Size PL2 (3/3) :stargld2:00000000:00308579:0000007F:FFFFFFFF:Always Maximum Size PL2 :stargld2:00010000:0030857D:0000007F:FFFFFFFF:Always Maximum Size PL2 (2/3) :stargld2:00010000:00308581:0000007F:FFFFFFFF:Always Maximum Size PL2 (3/3) :stargld2:00000000:00308579:00000001:FFFFFFFF:Always Minimum Size PL2 :stargld2:00010000:0030857D:00000001:FFFFFFFF:Always Minimum Size PL2 (2/3) :stargld2:00010000:00308581:00000001:FFFFFFFF:Always Minimum Size PL2 (3/3) :stargld2:00000000:00308720:00000000:00000080:Rapid Fire - Attack A PL2 :stargld2:00000000:00308720:00000000:00000010:Rapid Fire - Attack B PL2 :stargld2:00000000:00308720:00000000:00000020:Rapid Fire - Kick PL2 :stargld2:00000001:0031ECEE:00000001:FFFFFFFF:Unlock KAEDE:Not be saved. Enable on the character selection screen :stargld2:00000001:0031ECEF:00000001:FFFFFFFF:Unlock RAI-ON:Not be saved. Enable on the character selection screen :stargld2:00000001:1FAF0010:00000001:FFFFFFFF:Unlock KAEDE (NVRAM):You need to reset the game to see any effect after you've enabled this cheat :stargld2:00000001:1FAF0014:00000001:FFFFFFFF:Unlock RAI-ON (NVRAM):You need to reset the game to see any effect after you've enabled this cheat ; [ Star Guards ] stargrds:0:E61D:00:001:Finish this Star Now! stargrds:0:E00E:63:000:Infinite Energy PL1 stargrds:0:E037:63:000:Infinite Energy PL2 stargrds:0:E060:63:000:Infinite Energy PL3 ; [ Star Hawk ] starhawk:0:0000:00:999:[ There are no cheats ]:REASON 7 starhawk:0:0000:00:999:[ for this game as it's ]:REASON 7 starhawk:0:0000:00:999:[ proving to be a bit ]:REASON 7 starhawk:0:0000:00:999:[ of a stinker to find ]:REASON 7 starhawk:0:0000:00:999:[ cheats for it. ]:REASON 7 starhawk:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 starhawk:0:0000:00:999:[ finding is unlikely ]:REASON 7 starhawk:0:0000:00:999:[ to have any success ]:REASON 7 starhawk:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 starhawk:0:0000:00:999:[ setup or it's banked ]:REASON 7 starhawk:0:0000:00:999:[ too often, so ROM ]:REASON 7 starhawk:0:0000:00:999:[ cheats will likely be ]:REASON 7 starhawk:0:0000:00:999:[ required. If you ]:REASON 7 starhawk:0:0000:00:999:[ manage to find any ]:REASON 7 starhawk:0:0000:00:999:[ please post them on ]:REASON 7 starhawk:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;starhawk:0:0167:63:000:Infinite Credits ;starhawk:0:0163:3B:000:Infinite Time ;starhawk:0:0161:63:500:Infinite Time (2/2) ; [ Star Jacker (Sega) ] starjack:0:C09B:06:000:Infinite Lives :starjack:20A00000:24AC:0025A2C3:FFFFFFFF:Invincibility :starjack:20810000:2735:000000C9:FFFFFFFF:Invincibility (2/2):1st = Enemy & Fire, 2nd = Tower :starjack:00000000:C1BF:00000000:FFFFFFFF:Rapid Fire - Antiair :starjack:00000000:C1C4:00000000:FFFFFFFF:Rapid Fire - Antisurface ; [ Star Jacker (Stern) ] starjacs:0:C09B:06:000:Infinite Lives :starjacs:20A00000:2BE4:002CDAC3:FFFFFFFF:Invincibility :starjacs:20810000:2E7D:000000C9:FFFFFFFF:Invincibility (2/2):1st = Enemy & Fire, 2nd = Tower :starjacs:00000000:C1E8:00000000:FFFFFFFF:Rapid Fire - Antiair :starjacs:00000000:C1ED:00000000:FFFFFFFF:Rapid Fire - Antisurface ; [ Vs. Star Luster ] starlstr:0:0001:99:000:Infinite Credits :starlstr:00200000:0065:00000000:FFFFFFFF:Infinite Time:An enemy don't action on map screen :starlstr:00000000:0045:000000C0:FFFFFFFF:Infinite Energy :starlstr:00100000:0042:00000C00:FFFFFFFF:Infinite Shields :starlstr:20800000:CECB:00000000:FFFFFFFF:Invincibility :starlstr:20810000:CEE1:00000000:FFFFFFFF:Invincibility (2/2) :starlstr:00000000:009B:00000010:FFFFFFFF:Infinite Photon Torpedos :starlstr:00000000:0080:00000001:FFFFFFFF:Always Have Reactor Power Up :starlstr:00000000:0081:00000001:FFFFFFFF:Always Have Shield Power Up :starlstr:00000000:0082:00000004:FFFFFFFF:Always Have Beam Power Up :starlstr:00000000:0082:000000FF:FFFFFFFF:Always Have Super Beam:1 hit to kill an enemy :starlstr:00000000:007D:00000000:FFFFFFFF:Always Radar No Damage :starlstr:00000000:007E:00000000:FFFFFFFF:Always Computer No Damage :starlstr:00000000:007F:00000000:FFFFFFFF:Always Engine No Damage :starlstr:00000001:008F:00000001:FFFFFFFF:Call Starnoid Now! :starlstr:00010001:054A:00000002:FFFFFFFF:Call Starnoid Now! (2/5) :starlstr:00010001:066A:0000001F:FFFFFFFF:Call Starnoid Now! (3/5) :starlstr:00010001:06CA:000000F8:FFFFFFFF:Call Starnoid Now! (4/5) :starlstr:00010001:06EA:00000002:FFFFFFFF:Call Starnoid Now! (5/5) :starlstr:00000000:008E:00000001:FFFFFFFF:Infinite Starnoid Call :starlstr:20A00000:B12C:000AD020:FFFFFFFF:Quick Starnoid Call:Press 1P Start Button to call Starnoid :starlstr:00000000:00BC:0000000A:FFFFFFFF:Enable to Access a Star :starlstr:00000001:00B8:00000001:00000001:Get Red Key Now! :starlstr:00000001:00B8:00000002:00000002:Get Orange Key Now! :starlstr:00000001:00B8:00000004:00000004:Get Yellow Key Now! :starlstr:00000001:00B8:00000008:00000008:Get Green Key Now! :starlstr:00000001:00B8:00000010:00000010:Get Blue Key Now! :starlstr:00000001:00B8:00000020:00000020:Get Indigo Key Now! :starlstr:00000001:00B8:00000040:00000040:Get Violet Key Now! :starlstr:00000001:00B8:00000080:00000080:Get Light Blue Key Now! :starlstr:00000000:057D:00000001:FFFFFFFF:Always Displayed Dark Planet:Check map screen though enable to go to the dark planet area in Adventure mode ONLY :starlstr:00000001:0072:00000000:FFFFFFFF:Destroy All Enemies Now!:Finish the game at the same time :starlstr:00000100:005A:000000FF:FFFFFFFF:Select Speed:Turn it OFF in warp :starlstr:00100000:04E4:00003030:FFFFFFFF:Infinite Bases Damage (Training) :starlstr:00300000:04E8:30303030:FFFFFFFF:Infinite Bases Damage (Command) :starlstr:00300000:04EA:30303030:FFFFFFFF:Infinite Bases Damage (Adventure) :starlstr:00110000:04EB:00003030:FFFFFFFF:Infinite Bases Damage (Adventure) (2/2) :starlstr:00300000:04EC:20202020:FFFFFFFF:Infinite Stars Damage (Command) :starlstr:00110000:04F0:00002020:FFFFFFFF:Infinite Stars Damage (Command) (2/2) :starlstr:00300000:04F0:20202020:FFFFFFFF:Infinite Stars Damage (Adventure) :starlstr:00310000:04F4:20202020:FFFFFFFF:Infinite Stars Damage (Adventure) (2/2) ; [ Starship 1 ] starshp1:0:0083:99:000:Infinite Fuel starshp1:0:00A0:0A:000:Infinite Torpedos ; [ Starship 1 (prototype?) ] starshpp:0:0083:99:000:Infinite Fuel starshpp:0:00A0:0A:000:Infinite Torpedos ; [ Starspinner (Dutch/Nederlands) ] starspnr:0:0000:00:999:[ There are no cheats ]:REASON 1 starspnr:0:0000:00:999:[ for this game as it ]:REASON 1 starspnr:0:0000:00:999:[ didn't work the last ]:REASON 1 starspnr:0:0000:00:999:[ time it was tested. ]:REASON 1 starspnr:0:0000:00:999:[ If the game now works ]:REASON 1 starspnr:0:0000:00:999:[ please request cheats ]:REASON 1 starspnr:0:0000:00:999:[ for it on the cheat ]:REASON 1 starspnr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Star Sweep (STP1/VER.A) ] starswep:0:0000:00:999:[ This game hasn't even ]:REASON 11 starswep:0:0000:00:999:[ been looked at due to ]:REASON 11 starswep:0:0000:00:999:[ time constraints - Too]:REASON 11 starswep:0:0000:00:999:[ many games and so ]:REASON 11 starswep:0:0000:00:999:[ little time. It is ]:REASON 11 starswep:0:0000:00:999:[ even possible that ]:REASON 11 starswep:0:0000:00:999:[ this game may be a ]:REASON 11 starswep:0:0000:00:999:[ clone of an existing ]:REASON 11 starswep:0:0000:00:999:[ game which may have ]:REASON 11 starswep:0:0000:00:999:[ cheats. Please search ]:REASON 11 starswep:0:0000:00:999:[ the cheat forums ]:REASON 11 starswep:0:0000:00:999:[ before posting cheat ]:REASON 11 starswep:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Star Trek ] startrek:0:CE17:04:000:Infinite Shield startrek:0:CE18:04:000:Infinite Torpedo startrek:0:E4D9:99:000:Infinite Warp ; [ Star Trigon (STT1 Ver.A) ] startrgn:0:0000:00:999:[ There are no cheats ]:REASON 1 startrgn:0:0000:00:999:[ for this game as it ]:REASON 1 startrgn:0:0000:00:999:[ didn't work the last ]:REASON 1 startrgn:0:0000:00:999:[ time it was tested. ]:REASON 1 startrgn:0:0000:00:999:[ If the game now works ]:REASON 1 startrgn:0:0000:00:999:[ please request cheats ]:REASON 1 startrgn:0:0000:00:999:[ for it on the cheat ]:REASON 1 startrgn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Star Trek (Defender bootleg) ] startrkd:0:A037:99:000:Infinite Credits startrkd:0:E8A4:00:100:Invincibility startrkd:0:E8AB:20:600:Invincibility (2/2) startrkd:0:A0BA:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed. startrkd:0:A1A1:05:000:Infinite Lives PL1 startrkd:0:A1A3:04:000:Infinite Smart Bombs PL1 startrkd:0:A1A2:63:072:Select Current Attack Wave PL1 startrkd:0:A1A2:63:062:Select Next Attack Wave PL1 startrkd:0:A1DE:05:000:Infinite Lives PL2 startrkd:0:A1E0:04:000:Infinite Smart Bombs PL2 startrkd:0:A1DF:63:072:Select Current Attack Wave PL2 startrkd:0:A1DF:63:062:Select Next Attack Wave PL2 ; [ Star Wars ] starw:0:2061:05:000:Infinite Lives ; [ Star Wars (rev 1) ] starwar1:0:4860:09:000:Infinite Shields starwar1:0:4B36:00:000:Always have FORCE ; [ Star Wars (rev 2) ] starwars:0:4860:09:000:Infinite Shields starwars:0:4B36:00:000:Always have FORCE ; [ Triv Two ] :statriv2:00000000:484B:0000009A:FFFFFFFF:Infinite Time :statriv2:000000E6:481F:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Triv Four ] statriv4:0:0000:00:999:[ This game hasn't even ]:REASON 11 statriv4:0:0000:00:999:[ been looked at due to ]:REASON 11 statriv4:0:0000:00:999:[ time constraints - Too]:REASON 11 statriv4:0:0000:00:999:[ many games and so ]:REASON 11 statriv4:0:0000:00:999:[ little time. It is ]:REASON 11 statriv4:0:0000:00:999:[ even possible that ]:REASON 11 statriv4:0:0000:00:999:[ this game may be a ]:REASON 11 statriv4:0:0000:00:999:[ clone of an existing ]:REASON 11 statriv4:0:0000:00:999:[ game which may have ]:REASON 11 statriv4:0:0000:00:999:[ cheats. Please search ]:REASON 11 statriv4:0:0000:00:999:[ the cheat forums ]:REASON 11 statriv4:0:0000:00:999:[ before posting cheat ]:REASON 11 statriv4:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Sega Touring Car Championship ] stcc:0:0000:00:999:[ There are no cheats ]:REASON 1 stcc:0:0000:00:999:[ for this game as it ]:REASON 1 stcc:0:0000:00:999:[ didn't work the last ]:REASON 1 stcc:0:0000:00:999:[ time it was tested. ]:REASON 1 stcc:0:0000:00:999:[ If the game now works ]:REASON 1 stcc:0:0000:00:999:[ please request cheats ]:REASON 1 stcc:0:0000:00:999:[ for it on the cheat ]:REASON 1 stcc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Saint Dragon ] stdragon:0:0F1A39:0B:000:Infinite Lives stdragon:0:0F1A00:80:000:Invincibility stdragon:0:0F1A09:00:500:Invincibility (2/2) stdragon:0:0F1A19:03:000:Maximum Speed stdragon:0:0F1A1B:04:000:Maximum Fire power stdragon:0:0F1A1D:02:000:Maximum Weapon power :stdragon:00001301:0F1AED:00000005:FFFFFFFF:Select starting round:You should enable this cheat on the 'Push Start' screen, ie. after credits have been inserted! The Round display wont be correct stdragon:0:0F1AED:05:061:Select next round ; [ Steel Talons (rev 1) ] steelta1:0:FF979D:63:000:Infinite Weapons steelta1:0:FFDB31:78:000:Infinite Fuel ; [ Steel Talons (German, rev 2) ] steeltag:0:FF979F:63:000:Infinite Weapons steeltag:0:FFDB33:78:000:Infinite Fuel ; [ Steel Talons (rev 2) ] steeltal:0:FF979F:63:000:Infinite Weapons steeltal:0:FFDB33:78:000:Infinite Fuel ; [ Steel Talons (prototype) ] steeltap:0:FF979D:63:000:Infinite Weapons steeltap:0:FFDB31:78:000:Infinite Fuel ; [ Stellar Castle (Elettronolo) ] stellcas:0:0000:00:999:[ There are no cheats ]:REASON 7 stellcas:0:0000:00:999:[ for this game as it's ]:REASON 7 stellcas:0:0000:00:999:[ proving to be a bit ]:REASON 7 stellcas:0:0000:00:999:[ of a stinker to find ]:REASON 7 stellcas:0:0000:00:999:[ cheats for it. ]:REASON 7 stellcas:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 stellcas:0:0000:00:999:[ finding is unlikely ]:REASON 7 stellcas:0:0000:00:999:[ to have any success ]:REASON 7 stellcas:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 stellcas:0:0000:00:999:[ setup or it's banked ]:REASON 7 stellcas:0:0000:00:999:[ too often, so ROM ]:REASON 7 stellcas:0:0000:00:999:[ cheats will likely be ]:REASON 7 stellcas:0:0000:00:999:[ required. If you ]:REASON 7 stellcas:0:0000:00:999:[ manage to find any ]:REASON 7 stellcas:0:0000:00:999:[ please post them on ]:REASON 7 stellcas:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;stellcas:0:01A1:E7:000:Infinite Credits ;stellcas:0:01A0:03:500:Infinite Credits (2/2) ;stellcas:0:0077:00:000:Invincibility ;stellcas:0:01BA:00:500:Invincibility (2/2) ;stellcas:0:01AF:E7:000:Infinite Lives PL1 ;stellcas:0:01AE:03:500:Infinite Lives PL1 (2/2) ;stellcas:0:01B1:E7:000:Infinite Lives PL2 ;stellcas:0:01B0:03:500:Infinite Lives PL2 (2/2) ; [ Stepping Stage ] stepstag:0:0000:00:999:[ There are no cheats ]:REASON 1 stepstag:0:0000:00:999:[ for this game as it ]:REASON 1 stepstag:0:0000:00:999:[ didn't work the last ]:REASON 1 stepstag:0:0000:00:999:[ time it was tested. ]:REASON 1 stepstag:0:0000:00:999:[ If the game now works ]:REASON 1 stepstag:0:0000:00:999:[ please request cheats ]:REASON 1 stepstag:0:0000:00:999:[ for it on the cheat ]:REASON 1 stepstag:0:0000:00:999:[ forums. ]:REASON 1 ; [ Street Fight (Germany) ] stfight:0:E000:99:000:Infinite Credits stfight:0:F004:0B:000:Infinite Lives stfight:0:F008:70:007:Infinite Ammo stfight:0:E532:00:000:Invincibility ; [ Street Fight ] stfighta:0:E000:99:000:Infinite Credits stfighta:0:F004:0B:000:Infinite Lives stfighta:0:F008:70:007:Infinite Ammo stfighta:0:E532:00:000:Invincibility ; [ Strike Gunner S.T.G ] :stg:00000501:FFDA01:00000006:FFFFFFFF:Select Starting Stage:Enable on the weapon select screen stg:0:FFDA2C:09:000:Infinite Lives PL1 stg:0:FFDA2A:30:000:Infinite Weapon Energy PL1 stg:0:FFE530:30:500:Infinite Weapon Energy PL1 (2/2) :stg:00000000:FFE532:00000001:FFFFFFFF:Invincibility PL1 :stg:00010000:FFE534:00000005:FFFFFFFF:Invincibility PL1 (2/2) stg:0:FFE531:09:000:Max Shot Power PL1 stg:0:FFDA03:00:000:All Weapons Available PL1 :stg:00000100:FFE52E:00000005:FFFFFFFF:Select Speed PL1 :stg:00000000:FFE536:00000000:00000010:Rapid Fire - Shot PL1 :stg:00000000:FFE536:00000000:00000020:Rapid Fire - Weapon PL1 stg:0:FFDBE3:00:000:Always have Shield Unit PL1 stg:0:FFE52F:00:500:Always have Shield Unit PL1 (2/2) stg:0:FFDBE3:01:000:Always have Homing Missile PL1 stg:0:FFE52F:01:500:Always have Homing Missile PL1 (2/2) stg:0:FFDBE3:02:000:Always have Atomic Missile PL1 stg:0:FFE52F:02:500:Always have Atomic Missile PL1 (2/2) stg:0:FFDBE3:03:000:Always have Lazer Cannon PL1 stg:0:FFE52F:03:500:Always have Lazer Cannon PL1 (2/2) stg:0:FFDBE3:04:000:Always have Comrade Fighter PL1 stg:0:FFE52F:04:500:Always have Comrade Fighter PL1 (2/2) stg:0:FFDBE3:05:000:Always have AntiAir Mine PL1 stg:0:FFE52F:05:500:Always have AntiAir Mine PL1 (2/2) stg:0:FFDBE3:06:000:Always have Sonic Wave PL1 stg:0:FFE52F:06:500:Always have Sonic Wave PL1 (2/2) stg:0:FFDBE3:07:000:Always have Photon Blaster PL1 stg:0:FFE52F:07:500:Always have Photon Blaster PL1 (2/2) stg:0:FFDBE3:08:000:Always have Splay Missile PL1 stg:0:FFE52F:08:500:Always have Splay Missile PL1 (2/2) stg:0:FFDBE3:09:000:Always have AutoAiming ValcanPL1 stg:0:FFE52F:09:500:Always have AutoAiming ValcanPL1 (2/2) stg:0:FFDBE3:00:001:Get Shield Unit Now! PL1 stg:0:FFE52F:00:501:Get Shield Unit Now! PL1 (2/2) stg:0:FFDBE3:01:001:Get Homing Missile Now! PL1 stg:0:FFE52F:01:501:Get Homing Missile Now! PL1 (2/2) stg:0:FFDBE3:02:001:Get Atomic Missile Now! PL1 stg:0:FFE52F:02:501:Get Atomic Missile Now! PL1 (2/2) stg:0:FFDBE3:03:001:Get Lazer Cannon Now! PL1 stg:0:FFE52F:03:501:Get Lazer Cannon Now! PL1 (2/2) stg:0:FFDBE3:04:001:Get Comrade Fighter Now! PL1 stg:0:FFE52F:04:501:Get Comrade Fighter Now! PL1 (2/2) stg:0:FFDBE3:05:001:Get AntiAir Mine Now! PL1 stg:0:FFE52F:05:501:Get AntiAir Mine Now! PL1 (2/2) stg:0:FFDBE3:06:001:Get Sonic Wave Now! PL1 stg:0:FFE52F:06:501:Get Sonic Wave Now! PL1 (2/2) stg:0:FFDBE3:07:001:Get Photon Blaster Now! PL1 stg:0:FFE52F:07:501:Get Photon Blaster Now! PL1 (2/2) stg:0:FFDBE3:08:001:Get Splay Missile Now! PL1 stg:0:FFE52F:08:501:Get Splay Missile Now! PL1 (2/2) stg:0:FFDBE3:09:001:Get AutoAiming Valcan Now! PL1 stg:0:FFE52F:09:501:Get AutoAiming Valcan Now! PL1 (2/2) stg:0:FFDA2D:09:000:Infinite Lives PL2 stg:0:FFDA2B:30:000:Infinite Weapon Energy PL2 stg:0:FFE590:30:500:Infinite Weapon Energy PL2 (2/2) :stg:00000000:FFE592:00000001:FFFFFFFF:Invincibility PL2 :stg:00010000:FFE594:00000005:FFFFFFFF:Invincibility PL2 (2/2) stg:0:FFE591:09:000:Max Shot Power PL2 stg:0:FFDA04:00:000:All Weapons Available PL2 :stg:00000100:FFE58E:00000005:FFFFFFFF:Select Speed PL2 :stg:00000000:FFE596:00000000:00000010:Rapid Fire - Shot PL2 :stg:00000000:FFE596:00000000:00000020:Rapid Fire - Weapon PL2 stg:0:FFDBF7:00:000:Always have Shield Unit PL2 stg:0:FFE58F:00:500:Always have Shield Unit PL2 (2/2) stg:0:FFDBF7:01:000:Always have Homing Missile PL2 stg:0:FFE58F:01:500:Always have Homing Missile PL2 (2/2) stg:0:FFDBF7:02:000:Always have Atomic Missile PL2 stg:0:FFE58F:02:500:Always have Atomic Missile PL2 (2/2) stg:0:FFDBF7:03:000:Always have Lazer Cannon PL2 stg:0:FFE58F:03:500:Always have Lazer Cannon PL2 (2/2) stg:0:FFDBF7:04:000:Always have Comrade Fighter PL2 stg:0:FFE58F:04:500:Always have Comrade Fighter PL2 (2/2) stg:0:FFDBF7:05:000:Always have AntiAir Mine PL2 stg:0:FFE58F:05:500:Always have AntiAir Mine PL2 (2/2) stg:0:FFDBF7:06:000:Always have Sonic Wave PL2 stg:0:FFE58F:06:500:Always have Sonic Wave PL2 (2/2) stg:0:FFDBF7:07:000:Always have Photon Blaster PL2 stg:0:FFE58F:07:500:Always have Photon Blaster PL2 (2/2) stg:0:FFDBF7:08:000:Always have Splay Missile PL2 stg:0:FFE58F:08:500:Always have Splay Missile PL2 (2/2) stg:0:FFDBF7:09:000:Always have AutoAiming ValcanPL2 stg:0:FFE58F:09:500:Always have AutoAiming ValcanPL2 (2/2) stg:0:FFDBF7:00:001:Get Shield Unit Now! PL2 stg:0:FFE58F:00:501:Get Shield Unit Now! PL2 (2/2) stg:0:FFDBF7:01:001:Get Homing Missile Now! PL2 stg:0:FFE58F:01:501:Get Homing Missile Now! PL2 (2/2) stg:0:FFDBF7:02:001:Get Atomic Missile Now! PL2 stg:0:FFE58F:02:501:Get Atomic Missile Now! PL2 (2/2) stg:0:FFDBF7:03:001:Get Lazer Cannon Now! PL2 stg:0:FFE58F:03:501:Get Lazer Cannon Now! PL2 (2/2) stg:0:FFDBF7:04:001:Get Comrade Fighter Now! PL2 stg:0:FFE58F:04:501:Get Comrade Fighter Now! PL2 (2/2) stg:0:FFDBF7:05:001:Get AntiAir Mine Now! PL2 stg:0:FFE58F:05:501:Get AntiAir Mine Now! PL2 (2/2) stg:0:FFDBF7:06:001:Get Sonic Wave Now! PL2 stg:0:FFE58F:06:501:Get Sonic Wave Now! PL2 (2/2) stg:0:FFDBF7:07:001:Get Photon Blaster Now! PL2 stg:0:FFE58F:07:501:Get Photon Blaster Now! PL2 (2/2) stg:0:FFDBF7:08:001:Get Splay Missile Now! PL2 stg:0:FFE58F:08:501:Get Splay Missile Now! PL2 (2/2) stg:0:FFDBF7:09:001:Get AutoAiming Valcan Now! PL2 stg:0:FFE58F:09:501:Get AutoAiming Valcan Now! PL2 (2/2) ; [ Stinger ] stinger:0:C0AC:09:000:Infinite Credits :stinger:00000301:C003:00000062:FFFFFFFF:Select Starting Stage:Set on the title screen after you've inserted a credit :stinger:20800000:2B9B:0000009D:FFFFFFFF:Invincibility :stinger:20810000:2BAC:000000AE:FFFFFFFF:Invincibility (2/2) :stinger:00000000:C533:00000000:FFFFFFFF:Rapid Fire stinger:0:C0B1:18:000:Infinite Lives PL1 stinger:0:C2A0:05:000:Infinite Orbs PL1 stinger:0:C0B2:18:000:Infinite Lives PL2 stinger:0:C2A1:05:000:Infinite Orbs PL2 ; [ Stinger (prototype?) ] stinger2:0:C0AC:09:000:Infinite Credits :stinger2:00000301:C003:00000062:FFFFFFFF:Select Starting Stage:Set on the title screen after you've inserted a credit :stinger2:20800000:2BC6:000000C8:FFFFFFFF:Invincibility :stinger2:20810000:2BD7:000000D9:FFFFFFFF:Invincibility (2/2) :stinger2:00000000:C533:00000000:FFFFFFFF:Rapid Fire stinger2:0:C0B1:18:000:Infinite Lives PL1 stinger2:0:C2A0:05:000:Infinite Orbs PL1 stinger2:0:C0B2:18:000:Infinite Lives PL2 stinger2:0:C2A1:05:000:Infinite Orbs PL2 ; [ Stack Columns (Japan) ] stkclmnj:0:FFFC00:09:000:Infinite Credits stkclmnj:0:FFC08D:00:000:Never get walled up PL1 stkclmnj:0:FFC48D:0D:001:Win this Round Now! PL1 stkclmnj:0:000000:00:999:[These gem cheats don't update the side display!] stkclmnj:0:FFC137:01:000:Next top gem always Green PL1 stkclmnj:0:FFC137:02:000:Next top gem always Orange PL1 stkclmnj:0:FFC137:03:000:Next top gem always Purple PL1 stkclmnj:0:FFC137:04:000:Next top gem always Blue PL1 stkclmnj:0:FFC137:05:000:Next top gem always Red PL1 stkclmnj:0:FFC137:06:000:Next top gem always Yellow PL1 stkclmnj:0:FFC177:01:000:Next middle gem always Green PL1 stkclmnj:0:FFC177:02:000:Next middle gem always Orange PL1 stkclmnj:0:FFC177:03:000:Next middle gem always Purple PL1 stkclmnj:0:FFC177:04:000:Next middle gem always Blue PL1 stkclmnj:0:FFC177:05:000:Next middle gem always Red PL1 stkclmnj:0:FFC177:06:000:Next middle gem always Yellow PL1 stkclmnj:0:FFC1B7:01:000:Next bottom gem always Green PL1 stkclmnj:0:FFC1B7:02:000:Next bottom gem always Orange PL1 stkclmnj:0:FFC1B7:03:000:Next bottom gem always Purple PL1 stkclmnj:0:FFC1B7:04:000:Next bottom gem always Blue PL1 stkclmnj:0:FFC1B7:05:000:Next bottom gem always Red PL1 stkclmnj:0:FFC1B7:06:000:Next bottom gem always Yellow PL1 stkclmnj:0:FFC137:01:001:Next top gem is Green Now! PL1 stkclmnj:0:FFC137:02:001:Next top gem is Orange Now! PL1 stkclmnj:0:FFC137:03:001:Next top gem is Purple Now! PL1 stkclmnj:0:FFC137:04:001:Next top gem is Blue Now! PL1 stkclmnj:0:FFC137:05:001:Next top gem is Red Now! PL1 stkclmnj:0:FFC137:06:001:Next top gem is Yellow Now! PL1 stkclmnj:0:FFC177:01:001:Next middle gem is Green Now! PL1 stkclmnj:0:FFC177:02:001:Next middle gem is Orange Now! PL1 stkclmnj:0:FFC177:03:001:Next middle gem is Purple Now! PL1 stkclmnj:0:FFC177:04:001:Next middle gem is Blue Now! PL1 stkclmnj:0:FFC177:05:001:Next middle gem is Red Now! PL1 stkclmnj:0:FFC177:06:001:Next middle gem is Yellow Now! PL1 stkclmnj:0:FFC1B7:01:001:Next bottom gem is Green Now! PL1 stkclmnj:0:FFC1B7:02:001:Next bottom gem is Orange Now! PL1 stkclmnj:0:FFC1B7:03:001:Next bottom gem is Purple Now! PL1 stkclmnj:0:FFC1B7:04:001:Next bottom gem is Blue Now! PL1 stkclmnj:0:FFC1B7:05:001:Next bottom gem is Red Now! PL1 stkclmnj:0:FFC1B7:06:001:Next bottom gem is Yellow Now! PL1 stkclmnj:0:FFC48D:00:000:Never get walled up PL2 stkclmnj:0:FFC08D:0D:001:Win this Round Now! PL2 stkclmnj:0:000000:00:999:[These gem cheats don't update the side display!] stkclmnj:0:FFC537:01:000:Next top gem always Green PL2 stkclmnj:0:FFC537:02:000:Next top gem always Orange PL2 stkclmnj:0:FFC537:03:000:Next top gem always Purple PL2 stkclmnj:0:FFC537:04:000:Next top gem always Blue PL2 stkclmnj:0:FFC537:05:000:Next top gem always Red PL2 stkclmnj:0:FFC537:06:000:Next top gem always Yellow PL2 stkclmnj:0:FFC577:01:000:Next middle gem always Green PL2 stkclmnj:0:FFC577:02:000:Next middle gem always Orange PL2 stkclmnj:0:FFC577:03:000:Next middle gem always Purple PL2 stkclmnj:0:FFC577:04:000:Next middle gem always Blue PL2 stkclmnj:0:FFC577:05:000:Next middle gem always Red PL2 stkclmnj:0:FFC577:06:000:Next middle gem always Yellow PL2 stkclmnj:0:FFC5B7:01:000:Next bottom gem always Green PL2 stkclmnj:0:FFC5B7:02:000:Next bottom gem always Orange PL2 stkclmnj:0:FFC5B7:03:000:Next bottom gem always Purple PL2 stkclmnj:0:FFC5B7:04:000:Next bottom gem always Blue PL2 stkclmnj:0:FFC5B7:05:000:Next bottom gem always Red PL2 stkclmnj:0:FFC5B7:06:000:Next bottom gem always Yellow PL2 stkclmnj:0:FFC537:01:001:Next top gem is Green Now! PL2 stkclmnj:0:FFC537:02:001:Next top gem is Orange Now! PL2 stkclmnj:0:FFC537:03:001:Next top gem is Purple Now! PL2 stkclmnj:0:FFC537:04:001:Next top gem is Blue Now! PL2 stkclmnj:0:FFC537:05:001:Next top gem is Red Now! PL2 stkclmnj:0:FFC537:06:001:Next top gem is Yellow Now! PL2 stkclmnj:0:FFC577:01:001:Next middle gem is Green Now! PL2 stkclmnj:0:FFC577:02:001:Next middle gem is Orange Now! PL2 stkclmnj:0:FFC577:03:001:Next middle gem is Purple Now! PL2 stkclmnj:0:FFC577:04:001:Next middle gem is Blue Now! PL2 stkclmnj:0:FFC577:05:001:Next middle gem is Red Now! PL2 stkclmnj:0:FFC577:06:001:Next middle gem is Yellow Now! PL2 stkclmnj:0:FFC5B7:01:001:Next bottom gem is Green Now! PL2 stkclmnj:0:FFC5B7:02:001:Next bottom gem is Orange Now! PL2 stkclmnj:0:FFC5B7:03:001:Next bottom gem is Purple Now! PL2 stkclmnj:0:FFC5B7:04:001:Next bottom gem is Blue Now! PL2 stkclmnj:0:FFC5B7:05:001:Next bottom gem is Red Now! PL2 stkclmnj:0:FFC5B7:06:001:Next bottom gem is Yellow Now! PL2 ; [ Stack Columns (World) ] stkclmns:0:FFFC00:09:000:Infinite Credits stkclmns:0:FFC08D:00:000:Never get walled up PL1 stkclmns:0:FFC48D:0D:001:Win this Round Now! PL1 stkclmns:0:000000:00:999:[These gem cheats don't update the side display!] stkclmns:0:FFC137:01:000:Next top gem always Green PL1 stkclmns:0:FFC137:02:000:Next top gem always Orange PL1 stkclmns:0:FFC137:03:000:Next top gem always Purple PL1 stkclmns:0:FFC137:04:000:Next top gem always Blue PL1 stkclmns:0:FFC137:05:000:Next top gem always Red PL1 stkclmns:0:FFC137:06:000:Next top gem always Yellow PL1 stkclmns:0:FFC177:01:000:Next middle gem always Green PL1 stkclmns:0:FFC177:02:000:Next middle gem always Orange PL1 stkclmns:0:FFC177:03:000:Next middle gem always Purple PL1 stkclmns:0:FFC177:04:000:Next middle gem always Blue PL1 stkclmns:0:FFC177:05:000:Next middle gem always Red PL1 stkclmns:0:FFC177:06:000:Next middle gem always Yellow PL1 stkclmns:0:FFC1B7:01:000:Next bottom gem always Green PL1 stkclmns:0:FFC1B7:02:000:Next bottom gem always Orange PL1 stkclmns:0:FFC1B7:03:000:Next bottom gem always Purple PL1 stkclmns:0:FFC1B7:04:000:Next bottom gem always Blue PL1 stkclmns:0:FFC1B7:05:000:Next bottom gem always Red PL1 stkclmns:0:FFC1B7:06:000:Next bottom gem always Yellow PL1 stkclmns:0:FFC137:01:001:Next top gem is Green Now! PL1 stkclmns:0:FFC137:02:001:Next top gem is Orange Now! PL1 stkclmns:0:FFC137:03:001:Next top gem is Purple Now! PL1 stkclmns:0:FFC137:04:001:Next top gem is Blue Now! PL1 stkclmns:0:FFC137:05:001:Next top gem is Red Now! PL1 stkclmns:0:FFC137:06:001:Next top gem is Yellow Now! PL1 stkclmns:0:FFC177:01:001:Next middle gem is Green Now! PL1 stkclmns:0:FFC177:02:001:Next middle gem is Orange Now! PL1 stkclmns:0:FFC177:03:001:Next middle gem is Purple Now! PL1 stkclmns:0:FFC177:04:001:Next middle gem is Blue Now! PL1 stkclmns:0:FFC177:05:001:Next middle gem is Red Now! PL1 stkclmns:0:FFC177:06:001:Next middle gem is Yellow Now! PL1 stkclmns:0:FFC1B7:01:001:Next bottom gem is Green Now! PL1 stkclmns:0:FFC1B7:02:001:Next bottom gem is Orange Now! PL1 stkclmns:0:FFC1B7:03:001:Next bottom gem is Purple Now! PL1 stkclmns:0:FFC1B7:04:001:Next bottom gem is Blue Now! PL1 stkclmns:0:FFC1B7:05:001:Next bottom gem is Red Now! PL1 stkclmns:0:FFC1B7:06:001:Next bottom gem is Yellow Now! PL1 stkclmns:0:FFC48D:00:000:Never get walled up PL2 stkclmns:0:FFC08D:0D:001:Win this Round Now! PL2 stkclmns:0:000000:00:999:[These gem cheats don't update the side display!] stkclmns:0:FFC537:01:000:Next top gem always Green PL2 stkclmns:0:FFC537:02:000:Next top gem always Orange PL2 stkclmns:0:FFC537:03:000:Next top gem always Purple PL2 stkclmns:0:FFC537:04:000:Next top gem always Blue PL2 stkclmns:0:FFC537:05:000:Next top gem always Red PL2 stkclmns:0:FFC537:06:000:Next top gem always Yellow PL2 stkclmns:0:FFC577:01:000:Next middle gem always Green PL2 stkclmns:0:FFC577:02:000:Next middle gem always Orange PL2 stkclmns:0:FFC577:03:000:Next middle gem always Purple PL2 stkclmns:0:FFC577:04:000:Next middle gem always Blue PL2 stkclmns:0:FFC577:05:000:Next middle gem always Red PL2 stkclmns:0:FFC577:06:000:Next middle gem always Yellow PL2 stkclmns:0:FFC5B7:01:000:Next bottom gem always Green PL2 stkclmns:0:FFC5B7:02:000:Next bottom gem always Orange PL2 stkclmns:0:FFC5B7:03:000:Next bottom gem always Purple PL2 stkclmns:0:FFC5B7:04:000:Next bottom gem always Blue PL2 stkclmns:0:FFC5B7:05:000:Next bottom gem always Red PL2 stkclmns:0:FFC5B7:06:000:Next bottom gem always Yellow PL2 stkclmns:0:FFC537:01:001:Next top gem is Green Now! PL2 stkclmns:0:FFC537:02:001:Next top gem is Orange Now! PL2 stkclmns:0:FFC537:03:001:Next top gem is Purple Now! PL2 stkclmns:0:FFC537:04:001:Next top gem is Blue Now! PL2 stkclmns:0:FFC537:05:001:Next top gem is Red Now! PL2 stkclmns:0:FFC537:06:001:Next top gem is Yellow Now! PL2 stkclmns:0:FFC577:01:001:Next middle gem is Green Now! PL2 stkclmns:0:FFC577:02:001:Next middle gem is Orange Now! PL2 stkclmns:0:FFC577:03:001:Next middle gem is Purple Now! PL2 stkclmns:0:FFC577:04:001:Next middle gem is Blue Now! PL2 stkclmns:0:FFC577:05:001:Next middle gem is Red Now! PL2 stkclmns:0:FFC577:06:001:Next middle gem is Yellow Now! PL2 stkclmns:0:FFC5B7:01:001:Next bottom gem is Green Now! PL2 stkclmns:0:FFC5B7:02:001:Next bottom gem is Orange Now! PL2 stkclmns:0:FFC5B7:03:001:Next bottom gem is Purple Now! PL2 stkclmns:0:FFC5B7:04:001:Next bottom gem is Blue Now! PL2 stkclmns:0:FFC5B7:05:001:Next bottom gem is Red Now! PL2 stkclmns:0:FFC5B7:06:001:Next bottom gem is Yellow Now! PL2 ; [ Steel Force ] stlforce:0:105474:7F:000:Infinite Credits stlforce:0:105416:02:000:Infinite Time stlforce:0:105417:57:500:Infinite Time (2/2) stlforce:0:10563E:03:000:Infinite Lives PL1 stlforce:0:10563D:5A:000:Infinite Energy PL1 :stlforce:00000000:105647:00000095:FFFFFFFF:Invincibility PL1 stlforce:0:105638:C6:000:Infinite Ammo PL1 stlforce:0:10563C:05:000:Infinite Magazines PL1 stlforce:0:105648:63:000:Infinite Grenades PL1 stlforce:0:10564B:05:000:Maximum Fire Power PL1 stlforce:0:105641:31:000:Coin always increases power PL1 stlforce:0:105641:31:001:Coin will increase power Now! PL1 stlforce:0:1056E2:03:000:Infinite Lives PL2 stlforce:0:1056E1:5A:000:Infinite Energy PL2 :stlforce:00000000:1056EB:00000095:FFFFFFFF:Invincibility PL2 stlforce:0:1056DC:C6:000:Infinite Ammo PL2 stlforce:0:1056E0:05:000:Infinite Magazines PL2 stlforce:0:1056EC:63:000:Infinite Grenades PL2 stlforce:0:1056EF:05:000:Maximum Fire Power PL2 stlforce:0:1056E5:31:000:Coin always increases power PL2 stlforce:0:1056E5:31:001:Coin will increase power Now! PL2 ; [ Storm Blade (US) ] stmblade:0:00000176:09:000:Infinite Lives PL1 stmblade:0:00000188:05:000:Infinite Bombs PL1 stmblade:0:00000175:03:000:Maximum Fire Power PL1 stmblade:0:0000017C:02:000:Invincibility "ON" PL1 stmblade:0:000001B6:09:000:Infinite Lives PL2 stmblade:0:000001C8:05:000:Infinite Bombs PL2 stmblade:0:000001B5:03:000:Maximum Fire Power PL2 stmblade:0:000001BC:02:000:Invincibility "ON" PL2 ; [ Stocker ] stocker:0:017C:28:000:Infinite Fuel stocker:0:016F:00:000:Infinite Tickets ; [ Super Toffy ] stoffy:0:08C4:10:000:No Objects Ever Needed stoffy:0:08C5:10:500:No Objects Ever Needed (2/2) stoffy:0:08BE:04:000:Infinite Lives PL1 :stoffy:000000E0:08C2:000000FA:FFFFFFFF:Infinite Energy PL1 stoffy:0:08C0:04:000:Infinite Bombs PL1 stoffy:0:08BF:04:000:Infinite Lives PL2 :stoffy:000000E0:08C3:000000FA:FFFFFFFF:Infinite Energy PL2 stoffy:0:08C1:04:000:Infinite Bombs PL2 ; [ Stompin' ] stompin:0:0102:09:000:Infinite Credits stompin:0:016C:05:000:Infinite Zappers ; [ Stoneage ] stoneage:0:1BC005:99:000:Infinite Credits stoneage:0:18534D:01:001:One hit for boss 1 Now! stoneage:0:18654D:01:001:One hit for boss 2-1 Now! stoneage:0:18654D:01:001:One hit for boss 2-2 Now! stoneage:0:1877F4:01:001:One hit for boss 3-1 Now! stoneage:0:186CCD:01:001:One hit for boss 3-2 Now! stoneage:0:18654D:01:001:One hit for boss 4-1 Now! stoneage:0:186BCD:01:001:One hit for boss 4-2 Now! stoneage:0:18654D:01:001:One hit for boss 5-1 Now! stoneage:0:1868CD:01:001:One hit for boss 5-2 Now! stoneage:0:18654D:01:001:One hit for boss 5-3 Now! stoneage:0:184D99:03:000:Infinite Lives PL1 stoneage:0:184E4D:12:000:Infinite Energy PL1 stoneage:0:184DD9:03:000:Infinite Lives PL2 stoneage:0:184ECD:12:000:Infinite Energy PL2 ; [ Stone Ball (2 Players) ] stoneba2:0:201C73:FF:000:Infinite Time stoneba2:0:201C72:7F:500:Infinite Time (2/2) stoneba2:0:201C73:00:001:Finish this Match Now! stoneba2:0:201C72:00:501:Finish this Match Now! (2/2) stoneba2:0:201C87:01:001:Score a Goal Now! PL1 stoneba2:0:201C78:00:000:Score always = 0 PL1 stoneba2:0:201C79:00:500:Score always = 0 PL1 (2/4) stoneba2:0:201CB0:00:500:Score always = 0 PL1 (3/4) stoneba2:0:201CB1:00:500:Score always = 0 PL1 (4/4) stoneba2:0:201C78:00:000:Score always = 99 PL1 stoneba2:0:201C79:63:500:Score always = 99 PL1 (2/4) stoneba2:0:201CB0:00:500:Score always = 99 PL1 (3/4) stoneba2:0:201CB1:63:500:Score always = 99 PL1 (4/4) stoneba2:0:201C78:00:001:Score = 0 Now! PL1 stoneba2:0:201C79:00:501:Score = 0 Now! PL1 (2/4) stoneba2:0:201CB0:00:501:Score = 0 Now! PL1 (3/4) stoneba2:0:201CB1:00:501:Score = 0 Now! PL1 (4/4) stoneba2:0:201C78:00:001:Score = 99 Now! PL1 stoneba2:0:201C79:63:501:Score = 99 Now! PL1 (2/4) stoneba2:0:201CB0:00:501:Score = 99 Now! PL1 (3/4) stoneba2:0:201CB1:63:501:Score = 99 Now! PL1 (4/4) stoneba2:0:201C86:FF:001:Score a Goal Now! PL2 stoneba2:0:201C7A:00:000:Score always = 0 PL2 stoneba2:0:201C7B:00:500:Score always = 0 PL2 (2/4) stoneba2:0:201CB2:00:500:Score always = 0 PL2 (3/4) stoneba2:0:201CB3:00:500:Score always = 0 PL2 (4/4) stoneba2:0:201C7A:00:000:Score always = 99 PL2 stoneba2:0:201C7B:63:500:Score always = 99 PL2 (2/4) stoneba2:0:201CB2:00:500:Score always = 99 PL2 (3/4) stoneba2:0:201CB3:63:500:Score always = 99 PL2 (4/4) stoneba2:0:201C7A:00:001:Score = 0 Now! PL2 stoneba2:0:201C7B:00:501:Score = 0 Now! PL2 (2/4) stoneba2:0:201CB2:00:501:Score = 0 Now! PL2 (3/4) stoneba2:0:201CB3:00:501:Score = 0 Now! PL2 (4/4) stoneba2:0:201C7A:00:001:Score = 99 Now! PL2 stoneba2:0:201C7B:63:501:Score = 99 Now! PL2 (2/4) stoneba2:0:201CB2:00:501:Score = 99 Now! PL2 (3/4) stoneba2:0:201CB3:63:501:Score = 99 Now! PL2 (4/4) ; [ Stone Ball (4 Players) ] stonebal:0:201C73:FF:000:Infinite Time stonebal:0:201C72:7F:500:Infinite Time (2/2) stonebal:0:201C73:00:001:Finish this Match Now! stonebal:0:201C72:00:501:Finish this Match Now! (2/2) stonebal:0:201C87:01:001:Score a Goal Now! TEAM 1 stonebal:0:201C78:00:000:Score always = 0 TEAM 1 stonebal:0:201C79:00:500:Score always = 0 TEAM 1 (2/4) stonebal:0:201CB0:00:500:Score always = 0 TEAM 1 (3/4) stonebal:0:201CB1:00:500:Score always = 0 TEAM 1 (4/4) stonebal:0:201C78:00:000:Score always = 99 TEAM 1 stonebal:0:201C79:63:500:Score always = 99 TEAM 1 (2/4) stonebal:0:201CB0:00:500:Score always = 99 TEAM 1 (3/4) stonebal:0:201CB1:63:500:Score always = 99 TEAM 1 (4/4) stonebal:0:201C78:00:001:Score = 0 Now! TEAM 1 stonebal:0:201C79:00:501:Score = 0 Now! TEAM 1 (2/4) stonebal:0:201CB0:00:501:Score = 0 Now! TEAM 1 (3/4) stonebal:0:201CB1:00:501:Score = 0 Now! TEAM 1 (4/4) stonebal:0:201C78:00:001:Score = 99 Now! TEAM 1 stonebal:0:201C79:63:501:Score = 99 Now! TEAM 1 (2/4) stonebal:0:201CB0:00:501:Score = 99 Now! TEAM 1 (3/4) stonebal:0:201CB1:63:501:Score = 99 Now! TEAM 1 (4/4) stonebal:0:201C86:FF:001:Score a Goal Now! TEAM 2 stonebal:0:201C7A:00:000:Score always = 0 TEAM 2 stonebal:0:201C7B:00:500:Score always = 0 TEAM 2 (2/4) stonebal:0:201CB2:00:500:Score always = 0 TEAM 2 (3/4) stonebal:0:201CB3:00:500:Score always = 0 TEAM 2 (4/4) stonebal:0:201C7A:00:000:Score always = 99 TEAM 2 stonebal:0:201C7B:63:500:Score always = 99 TEAM 2 (2/4) stonebal:0:201CB2:00:500:Score always = 99 TEAM 2 (3/4) stonebal:0:201CB3:63:500:Score always = 99 TEAM 2 (4/4) stonebal:0:201C7A:00:001:Score = 0 Now! TEAM 2 stonebal:0:201C7B:00:501:Score = 0 Now! TEAM 2 (2/4) stonebal:0:201CB2:00:501:Score = 0 Now! TEAM 2 (3/4) stonebal:0:201CB3:00:501:Score = 0 Now! TEAM 2 (4/4) stonebal:0:201C7A:00:001:Score = 99 Now! TEAM 2 stonebal:0:201C7B:63:501:Score = 99 Now! TEAM 2 (2/4) stonebal:0:201CB2:00:501:Score = 99 Now! TEAM 2 (3/4) stonebal:0:201CB3:63:501:Score = 99 Now! TEAM 2 (4/4) ; [ Storming Party / Riku Kai Kuu Saizensen ] storming:0:A5FB:09:000:Infinite Credits storming:0:A817:63:000:Infinite Lives storming:0:0000:00:999:[See the Dip Switch Menu to ] storming:0:0000:00:999:[enable Invincibility. ] ; [ Koutetsu Yousai Strahl (Japan set 1) ] strahl:0:0F0DBB:10:000:Infinite Lives PL1 strahl:0:0F0D5F:1C:000:Infinite Bombs PL1 strahl:0:0F0CD1:00:000:Invincibility PL1 strahl:0:0F0DCE:02:000:Maximum Weapon Weight PL1 strahl:0:0F0DCF:7F:500:Maximum Weapon Weight PL1 (2/2) strahl:0:0FA60F:60:000:Weapon always Full Power PL1 strahl:0:0F0D57:00:000:Always have TWIN Shot PL1 strahl:0:0F0D57:01:000:Always have LASER Shot PL1 strahl:0:0F0D57:02:000:Always have H.LASER Shot PL1 strahl:0:0F0D57:03:000:Always have CHARGE Shot PL1 strahl:0:0F0D59:00:000:Always have VULCAN Side PL1 strahl:0:0F0D59:01:000:Always have HOMING Side PL1 strahl:0:0F0D59:02:000:Always have SHIELD Side PL1 strahl:0:0F0D59:03:000:Always have EXPAND Side PL1 strahl:0:0F0D5D:00:000:Always have SMALL Bomb PL1 strahl:0:0F0D5D:01:000:Always have ROCKET Bomb PL1 strahl:0:0F0D5D:02:000:Always have BIG Bomb PL1 strahl:0:0F0D5D:03:000:Always have NAPALM Bomb PL1 strahl:0:0F0D57:00:001:Get TWIN Shot Now! PL1 strahl:0:0F0D57:01:001:Get LASER Shot Now! PL1 strahl:0:0F0D57:02:001:Get H.LASER Shot Now! PL1 strahl:0:0F0D57:03:001:Get CHARGE Shot Now! PL1 strahl:0:0F0D59:00:001:Get VULCAN Side Now! PL1 strahl:0:0F0D59:01:001:Get HOMING Side Now! PL1 strahl:0:0F0D59:02:001:Get SHIELD Side Now! PL1 strahl:0:0F0D59:03:001:Get EXPAND Side Now! PL1 strahl:0:0F0D5D:00:001:Get SMALL Bomb Now! PL1 strahl:0:0F0D5D:01:001:Get ROCKET Bomb Now! PL1 strahl:0:0F0D5D:02:001:Get BIG Bomb Now! PL1 strahl:0:0F0D5D:03:001:Get NAPALM Bomb Now! PL1 strahl:0:0F0DBD:10:000:Infinite Lives PL2 strahl:0:0F0D69:1C:000:Infinite Bombs PL2 strahl:0:0F0CD3:00:000:Invincibility PL2 strahl:0:0F0DD0:02:000:Maximum Weapon Weight PL2 strahl:0:0F0DD1:7F:500:Maximum Weapon Weight PL2 (2/2) strahl:0:0FA70B:60:000:Weapon always Full Power PL2 strahl:0:0F0D61:00:000:Always have TWIN Shot PL2 strahl:0:0F0D61:01:000:Always have LASER Shot PL2 strahl:0:0F0D61:02:000:Always have H.LASER Shot PL2 strahl:0:0F0D61:03:000:Always have CHARGE Shot PL2 strahl:0:0F0D65:00:000:Always have VULCAN Side PL2 strahl:0:0F0D65:01:000:Always have HOMING Side PL2 strahl:0:0F0D65:02:000:Always have SHIELD Side PL2 strahl:0:0F0D65:03:000:Always have EXPAND Side PL2 strahl:0:0F0D67:00:000:Always have SMALL Bomb PL2 strahl:0:0F0D67:01:000:Always have ROCKET Bomb PL2 strahl:0:0F0D67:02:000:Always have BIG Bomb PL2 strahl:0:0F0D67:03:000:Always have NAPALM Bomb PL2 strahl:0:0F0D61:00:001:Get TWIN Shot Now! PL2 strahl:0:0F0D61:01:001:Get LASER Shot Now! PL2 strahl:0:0F0D61:02:001:Get H.LASER Shot Now! PL2 strahl:0:0F0D61:03:001:Get CHARGE Shot Now! PL2 strahl:0:0F0D65:00:001:Get VULCAN Side Now! PL2 strahl:0:0F0D65:01:001:Get HOMING Side Now! PL2 strahl:0:0F0D65:02:001:Get SHIELD Side Now! PL2 strahl:0:0F0D65:03:001:Get EXPAND Side Now! PL2 strahl:0:0F0D67:00:001:Get SMALL Bomb Now! PL2 strahl:0:0F0D67:01:001:Get ROCKET Bomb Now! PL2 strahl:0:0F0D67:02:001:Get BIG Bomb Now! PL2 strahl:0:0F0D67:03:001:Get NAPALM Bomb Now! PL2 ; [ Koutetsu Yousai Strahl (Japan set 2) ] strahla:0:0F0D8B:03:000:0F0D8B = 03 strahla:0:0F0D8B:10:000:Infinite Lives PL1 strahla:0:0F0D2F:1C:000:Infinite Bombs PL1 strahla:0:0F0CA1:00:000:Invincibility PL1 strahla:0:0F0D9E:02:000:Maximum Weapon Weight PL1 strahla:0:0F0D9F:7F:500:Maximum Weapon Weight PL1 (2/2) strahla:0:0FA60F:60:000:Weapon always Full Power PL1 strahla:0:0F0D27:00:000:Always have TWIN Shot PL1 strahla:0:0F0D27:01:000:Always have LASER Shot PL1 strahla:0:0F0D27:02:000:Always have H.LASER Shot PL1 strahla:0:0F0D27:03:000:Always have CHARGE Shot PL1 strahla:0:0F0D29:00:000:Always have VULCAN Side PL1 strahla:0:0F0D29:01:000:Always have HOMING Side PL1 strahla:0:0F0D29:02:000:Always have SHIELD Side PL1 strahla:0:0F0D29:03:000:Always have EXPAND Side PL1 strahla:0:0F0D2D:00:000:Always have SMALL Bomb PL1 strahla:0:0F0D2D:01:000:Always have ROCKET Bomb PL1 strahla:0:0F0D2D:02:000:Always have BIG Bomb PL1 strahla:0:0F0D2D:03:000:Always have NAPALM Bomb PL1 strahla:0:0F0D27:00:001:Get TWIN Shot Now! PL1 strahla:0:0F0D27:01:001:Get LASER Shot Now! PL1 strahla:0:0F0D27:02:001:Get H.LASER Shot Now! PL1 strahla:0:0F0D27:03:001:Get CHARGE Shot Now! PL1 strahla:0:0F0D29:00:001:Get VULCAN Side Now! PL1 strahla:0:0F0D29:01:001:Get HOMING Side Now! PL1 strahla:0:0F0D29:02:001:Get SHIELD Side Now! PL1 strahla:0:0F0D29:03:001:Get EXPAND Side Now! PL1 strahla:0:0F0D2D:00:001:Get SMALL Bomb Now! PL1 strahla:0:0F0D2D:01:001:Get ROCKET Bomb Now! PL1 strahla:0:0F0D2D:02:001:Get BIG Bomb Now! PL1 strahla:0:0F0D2D:03:001:Get NAPALM Bomb Now! PL1 strahla:0:0F0D8D:10:000:Infinite Lives PL2 strahla:0:0F0D39:1C:000:Infinite Bombs PL2 strahla:0:0F0CA3:00:000:Invincibility PL2 strahla:0:0F0DA0:02:000:Maximum Weapon Weight PL2 strahla:0:0F0DA1:7F:500:Maximum Weapon Weight PL2 (2/2) strahla:0:0FA70B:60:000:Weapon always Full Power PL2 strahla:0:0F0D31:00:000:Always have TWIN Shot PL2 strahla:0:0F0D31:01:000:Always have LASER Shot PL2 strahla:0:0F0D31:02:000:Always have H.LASER Shot PL2 strahla:0:0F0D31:03:000:Always have CHARGE Shot PL2 strahla:0:0F0D35:00:000:Always have VULCAN Side PL2 strahla:0:0F0D35:01:000:Always have HOMING Side PL2 strahla:0:0F0D35:02:000:Always have SHIELD Side PL2 strahla:0:0F0D35:03:000:Always have EXPAND Side PL2 strahla:0:0F0D37:00:000:Always have SMALL Bomb PL2 strahla:0:0F0D37:01:000:Always have ROCKET Bomb PL2 strahla:0:0F0D37:02:000:Always have BIG Bomb PL2 strahla:0:0F0D37:03:000:Always have NAPALM Bomb PL2 strahla:0:0F0D31:00:001:Get TWIN Shot Now! PL2 strahla:0:0F0D31:01:001:Get LASER Shot Now! PL2 strahla:0:0F0D31:02:001:Get H.LASER Shot Now! PL2 strahla:0:0F0D31:03:001:Get CHARGE Shot Now! PL2 strahla:0:0F0D35:00:001:Get VULCAN Side Now! PL2 strahla:0:0F0D35:01:001:Get HOMING Side Now! PL2 strahla:0:0F0D35:02:001:Get SHIELD Side Now! PL2 strahla:0:0F0D35:03:001:Get EXPAND Side Now! PL2 strahla:0:0F0D37:00:001:Get SMALL Bomb Now! PL2 strahla:0:0F0D37:01:001:Get ROCKET Bomb Now! PL2 strahla:0:0F0D37:02:001:Get BIG Bomb Now! PL2 strahla:0:0F0D37:03:001:Get NAPALM Bomb Now! PL2 ; [ Strata Bowling (V3) ] stratab:0:20C8:00:000:Infinite Time stratab:0:20A3:0A:000:Always make a Strike ; [ Strata Bowling (V1) ] stratab1:0:20C8:00:000:Infinite Time stratab1:0:20A3:0A:000:Always make a Strike ; [ Strategy X (Stern) ] stratgys:0:8105:FF:000:Infinite Fuel stratgys:0:8108:08:000:Infinite Lives :stratgys:20900000:070E:00000710:FFFFFFFF:Invincibility :stratgys:20910000:2E10:00002E12:FFFFFFFF:Invincibility (2/7):1st = Base Explosion, 2nd = TNT Explosion :stratgys:20810000:31B6:000000C9:FFFFFFFF:Invincibility (3/7):Enemy :stratgys:20810000:31F8:000000C9:FFFFFFFF:Invincibility (4/7):Jeep & Tank :stratgys:20810000:3255:000000C9:FFFFFFFF:Invincibility (5/7):Fire (Tank) :stratgys:20810000:3297:000000C9:FFFFFFFF:Invincibility (6/7):Fire (Battery) :stratgys:20910000:3334:00000D18:FFFFFFFF:Invincibility (7/7):Brick & Off Limit :stratgys:00000000:8013:00000000:00000008:Rapid Fire PL1 :stratgys:00000000:8014:00000000:00000008:Rapid Fire PL2 ; [ Strategy X ] stratgyx:0:8105:FF:000:Infinite Fuel stratgyx:0:8108:08:000:Infinite Lives :stratgyx:20900000:0767:00000769:FFFFFFFF:Invincibility :stratgyx:20910000:2EE2:00002EE4:FFFFFFFF:Invincibility (2/7):1st = Base Explosion, 2nd = TNT Explosion :stratgyx:20810000:3288:000000C9:FFFFFFFF:Invincibility (3/7):Enemy :stratgyx:20810000:32CA:000000C9:FFFFFFFF:Invincibility (4/7):Jeep & Tank :stratgyx:20810000:3327:000000C9:FFFFFFFF:Invincibility (5/7):Fire (Tank) :stratgyx:20810000:3369:000000C9:FFFFFFFF:Invincibility (6/7):Fire (Battery) :stratgyx:20910000:3406:00000D18:FFFFFFFF:Invincibility (7/7):Brick & Off Limit :stratgyx:00000000:8013:00000000:00000008:Rapid Fire PL1 :stratgyx:00000000:8014:00000000:00000008:Rapid Fire PL2 ; [ Raiga - Strato Fighter (US) ] stratof:0:060046:09:000:Infinite Credits stratof:0:063BDA:09:000:Infinite Continue Time stratof:0:063BDE:63:000:Infinite Name Entry Time :stratof:62000003:000000:00000000:00000000:Select Starting Stage:Enable/Set this cheat on the "Launch" screen :stratof:00010003:060179:00000000:FFFFFFFF:1-1 :stratof:00010003:060179:00000001:FFFFFFFF:1-2 :stratof:00010003:060179:00000002:FFFFFFFF:1-3 :stratof:00010003:060179:00000003:FFFFFFFF:1-4 :stratof:00010003:060179:00000004:FFFFFFFF:1-5 :stratof:00010003:060179:00000005:FFFFFFFF:1-6 :stratof:00010003:060179:00000006:FFFFFFFF:2-1 :stratof:00010003:060179:00000007:FFFFFFFF:2-2 :stratof:00010003:060179:00000008:FFFFFFFF:2-3 :stratof:00010003:060179:00000009:FFFFFFFF:2-4 :stratof:00010003:060179:0000000A:FFFFFFFF:2-5 :stratof:00010003:060179:0000000B:FFFFFFFF:2-6 stratof:0:061EB3:09:000:Infinite Lives PL1 stratof:0:061E7E:0A:000:Invincibility PL1 :stratof:00000000:061EAC:00000003:FFFFFFFF:Always Max Shot Power PL1 :stratof:62000000:000000:00000000:00000000:Select Main Weapon PL1 :stratof:00010000:061EB7:00000001:FFFFFFFF:Ion Launcher :stratof:00010000:061EB7:00000002:FFFFFFFF:Shot Gun :stratof:00010000:061EB7:00000003:FFFFFFFF:Vertical :stratof:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :stratof:00010000:061EB6:00000000:FFFFFFFF:No Sub Weapon :stratof:00010000:061EB6:00000001:FFFFFFFF:Homing :stratof:00010000:061EB6:00000002:FFFFFFFF:Bomber :stratof:00000100:061EB8:00000007:FFFFFFFF:Select Speed PL1:Set Before Starting Stage :stratof:00000000:061EAE:00000003:FFFFFFFF:Always Have Option PL1 :stratof:62000000:000000:00000000:00000000:Select Option Type PL1 :stratof:00110000:061EB4:00000100:FFFFFFFF:Beam Rifle :stratof:00110000:061EB4:00000201:FFFFFFFF:Solid Shooter :stratof:00110000:061EB4:00000302:FFFFFFFF:Blaster :stratof:00000000:061EED:00000003:FFFFFFFF:Infinite Shields PL1 :stratof:00000000:061EAD:00000000:00000010:Rapid Fire PL1:Hold Shot Button stratof:0:061FB3:09:000:Infinite Lives PL2 stratof:0:061F7E:0A:000:Invincibility PL2 :stratof:00000000:061FAC:00000003:FFFFFFFF:Always Max Shot Power PL2 :stratof:62000000:000000:00000000:00000000:Select Main Weapon PL2 :stratof:00010000:061FB7:00000001:FFFFFFFF:Ion Launcher :stratof:00010000:061FB7:00000002:FFFFFFFF:Shot Gun :stratof:00010000:061FB7:00000003:FFFFFFFF:Vertical :stratof:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :stratof:00010000:061FB6:00000000:FFFFFFFF:No Sub Weapon :stratof:00010000:061FB6:00000001:FFFFFFFF:Homing :stratof:00010000:061FB6:00000002:FFFFFFFF:Bomber :stratof:00000100:061FB8:00000007:FFFFFFFF:Select Speed PL2:Set Before Starting Stage :stratof:00000000:061FAE:00000003:FFFFFFFF:Always Have Option PL2 :stratof:62000000:000000:00000000:00000000:Select Option Type PL2 :stratof:00110000:061FB4:00000100:FFFFFFFF:Beam Rifle :stratof:00110000:061FB4:00000201:FFFFFFFF:Solid Shooter :stratof:00110000:061FB4:00000302:FFFFFFFF:Blaster :stratof:00000000:061FED:00000003:FFFFFFFF:Infinite Shields PL2 :stratof:00000000:061FAD:00000000:00000010:Rapid Fire PL2:Hold Shot Button ; [ Stratovox ] stratvox:0:4108:00:000:Invincibility stratvox:0:4029:0A:000:Infinite Lives PL1 stratvox:0:4099:0A:000:Infinite Lives PL2 ; [ Streaking ] streakng:0:4214:03:000:Infinite Lives :streakng:20800000:1763:000000AF:FFFFFFFF:Invincibility :streakng:00000001:420E:000000F4:FFFFFFFF:Finish Current Stage Now! :streakng:20900000:180C:00003FC3:FFFFFFFF:Always Have Speed Up :streakng:00000000:41FF:00000001:FFFFFFFF:No Fatigue ; [ Street Smart (US version 1) ] streets1:0:043E03:30:000:Infinite Time streets1:0:04004C:7A:000:Infinite Lives PL1 streets1:0:040034:4B:000:Infinite Energy PL1 streets1:0:040079:78:000:Invincibility PL1 streets1:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now! streets1:0:040269:00:000:Always only 1 Hit on PL1 Oppo streets1:0:04014C:7A:000:Infinite Lives PL2 streets1:0:040134:4B:000:Infinite Energy PL2 streets1:0:040179:78:000:Invincibility PL2 streets1:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now! streets1:0:040369:00:000:Always only 1 Hit on PL2 Oppo ; [ Street Smart (Japan version 1) ] streetsj:0:043E03:30:000:Infinite Time streetsj:0:04004C:7A:000:Infinite Lives PL1 streetsj:0:040034:4B:000:Infinite Energy PL1 streetsj:0:040079:78:000:Invincibility PL1 streetsj:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now! streetsj:0:040269:00:000:Always only 1 Hit on PL1 Oppo streetsj:0:04014C:7A:000:Infinite Lives PL2 streetsj:0:040134:4B:000:Infinite Energy PL2 streetsj:0:040179:78:000:Invincibility PL2 streetsj:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now! streetsj:0:040369:00:000:Always only 1 Hit on PL2 Oppo ; [ Street Smart (US version 2) ] streetsm:0:043E03:30:000:Infinite Time streetsm:0:04004C:7A:000:Infinite Lives PL1 streetsm:0:040034:4B:000:Infinite Energy PL1 streetsm:0:040079:78:000:Invincibility PL1 streetsm:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now! streetsm:0:040269:00:000:Always only 1 Hit on PL1 Oppo streetsm:0:04014C:7A:000:Infinite Lives PL2 streetsm:0:040134:4B:000:Infinite Energy PL2 streetsm:0:040179:78:000:Invincibility PL2 streetsm:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now! streetsm:0:040369:00:000:Always only 1 Hit on PL2 Oppo ; [ Street Smart (World version 1) ] streetsw:0:043E03:30:000:Infinite Time streetsw:0:04004C:7A:000:Infinite Lives PL1 streetsw:0:040034:4B:000:Infinite Energy PL1 streetsw:0:040079:78:000:Invincibility PL1 streetsw:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now! streetsw:0:040269:00:000:Always only 1 Hit on PL1 Oppo streetsw:0:04014C:7A:000:Infinite Lives PL2 streetsw:0:040134:4B:000:Infinite Energy PL2 streetsw:0:040179:78:000:Invincibility PL2 streetsw:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now! streetsw:0:040369:00:000:Always only 1 Hit on PL2 Oppo ; [ Strafe Bomb ] strfbomb:0:4108:05:000:Infinite Lives strfbomb:0:4105:FF:000:Infinite Fuel strfbomb:0:207E:C9:100:Invincibility strfbomb:0:214A:C9:600:Invincibility (2/2) strfbomb:0:0000:00:999:[Level 6 = Base ] strfbomb:0:411E:05:071:Select current level strfbomb:0:411E:05:061:Select next level ; [ Street Hoop / Street Slam / Dunk Dream ] strhoop:0:101A52:01:000:Infinite Time strhoop:0:101A53:59:500:Infinite Time (2/3) strhoop:0:101A54:09:500:Infinite Time (3/3) strhoop:0:10E0C4:21:000:Infinite Select Team Time strhoop:0:101A52:00:001:Finish this Period Now! strhoop:0:101A53:00:501:Finish this Period Now! (2/3) strhoop:0:101A54:01:501:Finish this Period Now! (3/3) strhoop:0:101A49:02:001:Make this the Second Half Now! strhoop:0:101A0B:00:000:Always have 0 Points PL1:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0B:99:000:Always have 99 Points PL1:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0B:00:001:Get 0 Points Now! PL1:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0B:99:001:Get 99 Points Now! PL1:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0B:99:073:Select Score PL1:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A5A:C0:000:Supershoot Always Full PL1 strhoop:0:101A5A:00:000:Supershoot Always Empty PL1 strhoop:0:101A5A:C0:001:Fill Supershoot Now! PL1 strhoop:0:101A5A:00:001:Empty Supershoot Now! PL1 strhoop:0:101A0F:00:000:Always have 0 Points PL2:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0F:99:000:Always have 99 Points PL2:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0F:00:001:Get 0 Points Now! PL2:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0F:99:001:Get 99 Points Now! PL2:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A0F:99:073:Select Score PL2:The scores won't be correctly displayed until a team scores another basket strhoop:0:101A5C:C0:000:Supershoot Always Full PL2 strhoop:0:101A5C:00:000:Supershoot Always Empty PL2 strhoop:0:101A5C:C0:001:Fill Supershoot Now! PL2 strhoop:0:101A5C:00:001:Empty Supershoot Now! PL2 :strhoop:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :strhoop:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :strhoop:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Strider (US set 1) ] strider:0:FF0CA8:03:000:Infinite Lives strider:0:FF0F6A:50:000:Infinite Time strider:0:FF0CF5:6B:000:Invincibility strider:0:FF0CE6:81:000:Infinite Energy strider:0:FF0CE7:81:500:Infinite Energy (2/5) strider:0:FF0CE8:81:500:Infinite Energy (3/5) strider:0:FF0CE9:81:500:Infinite Energy (4/5) strider:0:FF0CEA:81:500:Infinite Energy (5/5) strider:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power) strider:0:FF0CF8:00:000:Infinite wolf time strider:0:FF0CF9:FF:500:Infinite wolf time (2/2) strider:0:FF0CF8:00:001:No more wolf Now! strider:0:FF0CF9:01:501:No more wolf Now! (2/2) strider:0:FF0CE4:02:000:Always Maximum pods (bug!) ; [ Strider 2 (USA 991213) ] :strider2:00000000:000C3628:00000009:FFFFFFFF:Infinite Credits :strider2:00100000:000CFFA2:00006363:FFFFFFFF:Infinite Time :strider2:00000000:000A17D0:00000008:FFFFFFFF:Infinite Energy :strider2:00010000:000A17D2:00000008:FFFFFFFF:Infinite Energy (2/2) :strider2:00000000:000A18D8:00000005:FFFFFFFF:Infinite Boost Items :strider2:00000000:000A15D8:00000002:FFFFFFFF:Invincibility:On Antarctica Scene 3, you will need to turn Invincibility off temporarily after killing all enemies. Because scene boss (Frozen Mammoth) won't approach during with Invincibility ON. :strider2:00010000:000A15DF:0000000F:FFFFFFFF:Invincibility (2/2) :strider2:00000000:000CE5E0:00000000:00000080:Rapid Fire:Hold Attack Button :strider2:00000000:000A18DD:00000001:FFFFFFFF:Always Have Power Up :strider2:00A00000:000A18C7:00013001:FFFFFFFF:Always Use Boost :strider2:00000000:000A18C8:00000130:FFFFFFFF:Infinite Boost Time :strider2:62000000:00000000:00000000:00000000:Select Starting Scene:Set on Mission Briefing Screen :strider2:00210001:000CFF7C:00000000:FFFFFFFF:Neo Hong Kong Scene 1 :strider2:00210001:000CFF7C:00010100:FFFFFFFF:Neo Hong Kong Scene 2 :strider2:00210001:000CFF7C:00020200:FFFFFFFF:Neo Hong Kong Scene 3 :strider2:00210001:000CFF7C:00030300:FFFFFFFF:Neo Hong Kong Scene 4 :strider2:00210001:000CFF7C:00040400:FFFFFFFF:Neo Hong Kong Scene 5 :strider2:00210001:000CFF7C:00050500:FFFFFFFF:Neo Hong Kong Scene 6 :strider2:00210001:000CFF7C:00000001:FFFFFFFF:Fortress Wahnen Scene 1 :strider2:00210001:000CFF7C:00010101:FFFFFFFF:Fortress Wahnen Scene 2 :strider2:00210001:000CFF7C:00020201:FFFFFFFF:Fortress Wahnen Scene 3 :strider2:00210001:000CFF7C:00030301:FFFFFFFF:Fortress Wahnen Scene 4 :strider2:00210001:000CFF7C:00040401:FFFFFFFF:Fortress Wahnen Scene 5 :strider2:00210001:000CFF7C:00050501:FFFFFFFF:Fortress Wahnen Scene 6 :strider2:00210001:000CFF7C:00000002:FFFFFFFF:Antarctica Scene 1 :strider2:00210001:000CFF7C:00010102:FFFFFFFF:Antarctica Scene 2 :strider2:00210001:000CFF7C:00020202:FFFFFFFF:Antarctica Scene 3 :strider2:00210001:000CFF7C:00030302:FFFFFFFF:Antarctica Scene 4 :strider2:00210001:000CFF7C:00040402:FFFFFFFF:Antarctica Scene 5 :strider2:00210001:000CFF7C:00050502:FFFFFFFF:Antarctica Scene 6 :strider2:00210001:000CFF7C:00000004:FFFFFFFF:Flying Battle Ship Barlog Scene 1 :strider2:00210001:000CFF7C:00010104:FFFFFFFF:Flying Battle Ship Barlog Scene 2 :strider2:00210001:000CFF7C:00020204:FFFFFFFF:Flying Battle Ship Barlog Scene 3 :strider2:00210001:000CFF7C:00030304:FFFFFFFF:Flying Battle Ship Barlog Scene 4 :strider2:00210001:000CFF7C:00040404:FFFFFFFF:Flying Battle Ship Barlog Scene 5 :strider2:00210001:000CFF7C:00050504:FFFFFFFF:Flying Battle Ship Barlog Scene 6 :strider2:00210001:000CFF7C:00000005:FFFFFFFF:Third Moon Scene 1 :strider2:00210001:000CFF7C:00010105:FFFFFFFF:Third Moon Scene 2 :strider2:00210001:000CFF7C:00020205:FFFFFFFF:Third Moon Scene 3 :strider2:00210001:000CFF7C:00030305:FFFFFFFF:Third Moon Scene 4 :strider2:00210001:000CFF7C:00040405:FFFFFFFF:Third Moon Scene 5 :strider2:00210001:000CFF7C:00050505:FFFFFFFF:Third Moon Scene 6 ; [ Strider Hiryu (Japan set 1) ] striderj:0:FF0CA8:03:000:Infinite Lives striderj:0:FF0F6A:50:000:Infinite Time striderj:0:FF0CF5:6B:000:Invincibility striderj:0:FF0CE6:81:000:Infinite Energy striderj:0:FF0CE7:81:500:Infinite Energy (2/5) striderj:0:FF0CE8:81:500:Infinite Energy (3/5) striderj:0:FF0CE9:81:500:Infinite Energy (4/5) striderj:0:FF0CEA:81:500:Infinite Energy (5/5) striderj:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power) striderj:0:FF0CF8:00:000:Infinite wolf time striderj:0:FF0CF9:FF:500:Infinite wolf time (2/2) striderj:0:FF0CF8:00:001:No more wolf Now! striderj:0:FF0CF9:01:501:No more wolf Now! (2/2) striderj:0:FF0CE4:02:000:Always Maximum pods (bug!) ; [ Strider 2 (ASIA 991213) ] :stridr2a:00000000:000C3628:00000009:FFFFFFFF:Infinite Credits :stridr2a:00100000:000CFFA2:00006363:FFFFFFFF:Infinite Time :stridr2a:00000000:000A17D0:00000008:FFFFFFFF:Infinite Energy :stridr2a:00010000:000A17D2:00000008:FFFFFFFF:Infinite Energy (2/2) :stridr2a:00000000:000A18D8:00000005:FFFFFFFF:Infinite Boost Items :stridr2a:00000000:000A15D8:00000002:FFFFFFFF:Invincibility:On Antarctica Scene 3, you will need to turn Invincibility off temporarily after killing all enemies. Because scene boss (Frozen Mammoth) won't approach during with Invincibility ON. :stridr2a:00010000:000A15DF:0000000F:FFFFFFFF:Invincibility (2/2) :stridr2a:00000000:000CE5E0:00000000:00000080:Rapid Fire:Hold Attack Button :stridr2a:00000000:000A18DD:00000001:FFFFFFFF:Always Have Power Up :stridr2a:00A00000:000A18C7:00013001:FFFFFFFF:Always Use Boost :stridr2a:00000000:000A18C8:00000130:FFFFFFFF:Infinite Boost Time :stridr2a:62000000:00000000:00000000:00000000:Select Starting Scene:Set on Mission Briefing Screen :stridr2a:00210001:000CFF7C:00000000:FFFFFFFF:Neo Hong Kong Scene 1 :stridr2a:00210001:000CFF7C:00010100:FFFFFFFF:Neo Hong Kong Scene 2 :stridr2a:00210001:000CFF7C:00020200:FFFFFFFF:Neo Hong Kong Scene 3 :stridr2a:00210001:000CFF7C:00030300:FFFFFFFF:Neo Hong Kong Scene 4 :stridr2a:00210001:000CFF7C:00040400:FFFFFFFF:Neo Hong Kong Scene 5 :stridr2a:00210001:000CFF7C:00050500:FFFFFFFF:Neo Hong Kong Scene 6 :stridr2a:00210001:000CFF7C:00000001:FFFFFFFF:Fortress Wahnen Scene 1 :stridr2a:00210001:000CFF7C:00010101:FFFFFFFF:Fortress Wahnen Scene 2 :stridr2a:00210001:000CFF7C:00020201:FFFFFFFF:Fortress Wahnen Scene 3 :stridr2a:00210001:000CFF7C:00030301:FFFFFFFF:Fortress Wahnen Scene 4 :stridr2a:00210001:000CFF7C:00040401:FFFFFFFF:Fortress Wahnen Scene 5 :stridr2a:00210001:000CFF7C:00050501:FFFFFFFF:Fortress Wahnen Scene 6 :stridr2a:00210001:000CFF7C:00000002:FFFFFFFF:Antarctica Scene 1 :stridr2a:00210001:000CFF7C:00010102:FFFFFFFF:Antarctica Scene 2 :stridr2a:00210001:000CFF7C:00020202:FFFFFFFF:Antarctica Scene 3 :stridr2a:00210001:000CFF7C:00030302:FFFFFFFF:Antarctica Scene 4 :stridr2a:00210001:000CFF7C:00040402:FFFFFFFF:Antarctica Scene 5 :stridr2a:00210001:000CFF7C:00050502:FFFFFFFF:Antarctica Scene 6 :stridr2a:00210001:000CFF7C:00000004:FFFFFFFF:Flying Battle Ship Barlog Scene 1 :stridr2a:00210001:000CFF7C:00010104:FFFFFFFF:Flying Battle Ship Barlog Scene 2 :stridr2a:00210001:000CFF7C:00020204:FFFFFFFF:Flying Battle Ship Barlog Scene 3 :stridr2a:00210001:000CFF7C:00030304:FFFFFFFF:Flying Battle Ship Barlog Scene 4 :stridr2a:00210001:000CFF7C:00040404:FFFFFFFF:Flying Battle Ship Barlog Scene 5 :stridr2a:00210001:000CFF7C:00050504:FFFFFFFF:Flying Battle Ship Barlog Scene 6 :stridr2a:00210001:000CFF7C:00000005:FFFFFFFF:Third Moon Scene 1 :stridr2a:00210001:000CFF7C:00010105:FFFFFFFF:Third Moon Scene 2 :stridr2a:00210001:000CFF7C:00020205:FFFFFFFF:Third Moon Scene 3 :stridr2a:00210001:000CFF7C:00030305:FFFFFFFF:Third Moon Scene 4 :stridr2a:00210001:000CFF7C:00040405:FFFFFFFF:Third Moon Scene 5 :stridr2a:00210001:000CFF7C:00050505:FFFFFFFF:Third Moon Scene 6 ; [ Strider Hiryu (Japan set 2) ] stridrja:0:FF0CA8:03:000:Infinite Lives stridrja:0:FF0F6A:50:000:Infinite Time stridrja:0:FF0CF5:6B:000:Invincibility stridrja:0:FF0CE6:81:000:Infinite Energy stridrja:0:FF0CE7:81:500:Infinite Energy (2/5) stridrja:0:FF0CE8:81:500:Infinite Energy (3/5) stridrja:0:FF0CE9:81:500:Infinite Energy (4/5) stridrja:0:FF0CEA:81:500:Infinite Energy (5/5) stridrja:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power) stridrja:0:FF0CF8:00:000:Infinite wolf time stridrja:0:FF0CF9:FF:500:Infinite wolf time (2/2) stridrja:0:FF0CF8:00:001:No more wolf Now! stridrja:0:FF0CF9:01:501:No more wolf Now! (2/2) stridrja:0:FF0CE4:02:000:Always Maximum pods (bug!) ; [ Strider (US set 2) ] stridrua:0:FF0CA8:03:000:Infinite Lives stridrua:0:FF0F6A:50:000:Infinite Time stridrua:0:FF0CF5:6B:000:Invincibility stridrua:0:FF0CE6:81:000:Infinite Energy stridrua:0:FF0CE7:81:500:Infinite Energy (2/5) stridrua:0:FF0CE8:81:500:Infinite Energy (3/5) stridrua:0:FF0CE9:81:500:Infinite Energy (4/5) stridrua:0:FF0CEA:81:500:Infinite Energy (5/5) stridrua:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power) stridrua:0:FF0CF8:00:000:Infinite wolf time stridrua:0:FF0CF9:FF:500:Infinite wolf time (2/2) stridrua:0:FF0CF8:00:001:No more wolf Now! stridrua:0:FF0CF9:01:501:No more wolf Now! (2/2) stridrua:0:FF0CE4:02:000:Always Maximum pods (bug!) ; [ Super Triv ] striv:0:0000:00:999:[ This game hasn't even ]:REASON 11 striv:0:0000:00:999:[ been looked at due to ]:REASON 11 striv:0:0000:00:999:[ time constraints - Too]:REASON 11 striv:0:0000:00:999:[ many games and so ]:REASON 11 striv:0:0000:00:999:[ little time. It is ]:REASON 11 striv:0:0000:00:999:[ even possible that ]:REASON 11 striv:0:0000:00:999:[ this game may be a ]:REASON 11 striv:0:0000:00:999:[ clone of an existing ]:REASON 11 striv:0:0000:00:999:[ game which may have ]:REASON 11 striv:0:0000:00:999:[ cheats. Please search ]:REASON 11 striv:0:0000:00:999:[ the cheat forums ]:REASON 11 striv:0:0000:00:999:[ before posting cheat ]:REASON 11 striv:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Strike Fighter (Japan) ] :strkfgtr:00000000:0CF400:00000009:FFFFFFFF:Infinite Credits :strkfgtr:00000000:0CE093:00000009:FFFFFFFF:Infinite Lives :strkfgtr:00000000:0CEA13:00000000:FFFFFFFF:Infinite Damage :strkfgtr:00000000:0CE0C3:00000002:FFFFFFFF:Invincibility :strkfgtr:00000000:0CE060:0000000F:FFFFFFFF:Auto Vulcan Fire :strkfgtr:00000000:0CFF38:00000000:00000020:Rapid Fire - Missile :strkfgtr:00100000:0CE010:000003E7:FFFFFFFF:Always Have Maximum Hits :strkfgtr:00100000:0CE07E:000028C0:FFFFFFFF:Always Lower Speed :strkfgtr:00100000:0CE07E:000048C0:FFFFFFFF:Always Higher Speed :strkfgtr:00100000:0CE07E:00007FFF:FFFFFFFF:Always Turbo Speed :strkfgtr:00000500:0CE0E5:0000000E:FFFFFFFF:Select Stage ; [ Strike Force (rev 1 02/25/91) ] strkforc:0:00219142:03:000:Infinite Lives PL1 strkforc:0:0021916D:0A:000:Infinite weapons PL1 strkforc:0:0021919E:03:000:Infinite Lives PL2 strkforc:0:002191C9:0A:000:Infinite weapons PL2 ; [ Strike Zone Baseball ] strkzone:0:E001:63:000:Infinite Credits strkzone:0:E000:01:500:Infinite Credits (2/2) strkzone:0:EBBB:00:000:Infinite Strikes strkzone:0:EBBA:00:000:Infinite Balls strkzone:0:EBBC:00:000:Infinite Outs strkzone:0:EBBB:00:001:Set Strikes to 0 Now! strkzone:0:EBBB:02:001:Set Strikes to 2 Now! strkzone:0:EBBA:00:001:Set Balls to 0 Now! strkzone:0:EBBA:03:001:Set Balls to 3 Now! strkzone:0:EBBC:00:001:Set Outs to 0 Now! strkzone:0:EBBC:02:001:Set Outs to 2 Now! strkzone:0:EBB8:99:073:Select Score - Away Team (Top Scoreboard) strkzone:0:EBB9:99:073:Select Score - Home Team (Bottom Scoreboard) ; [ Strength & Skill ] strnskil:0:C067:99:000:Infinite Credits strnskil:0:0000:00:999:[Only enable any of the cheats ] strnskil:0:0000:00:999:[during the Round it is meant for. ] strnskil:0:0000:00:999:[R1=Log Sawing R2=Pile Driving] strnskil:0:0000:00:999:[R3=Slope Running R4=Ring Throwing] strnskil:0:0000:00:999:[R5=Disc Spinning R6=Skateboarding] strnskil:0:C281:00:000:Infinite Time R1 strnskil:0:C22C:99:000:Infinite Time R2 "ON":Turn this cheat off with the Infinite Time R2 "OFF" cheat when you have done enough strnskil:0:C22C:01:001:Infinite Time R2 "OFF" strnskil:0:C2AA:00:000:Infinite Time R3 strnskil:0:C240:09:000:Infinite Rings "ON" R4 PL1:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough strnskil:0:C240:01:001:Infinite Rings "OFF" R4 PL1 strnskil:0:C241:09:001:Set Hits to 9 Now! R4 PL1 strnskil:0:C244:09:501:Set Hits to 9 Now! R4 PL1 (2/2) strnskil:0:C2B0:09:000:Infinite Rings "ON" R4 PL2:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough strnskil:0:C2B0:01:001:Infinite Rings "OFF" R4 PL2 strnskil:0:C2B1:09:001:Set Hits to 9 Now! R4 PL2 strnskil:0:C2B4:09:501:Set Hits to 9 Now! R4 PL2 (2/2) strnskil:0:C244:99:000:Infinite Time R5 strnskil:0:C24B:19:000:Always have 19 Pieces R5 :strnskil:00001301:C100:00000005:FFFFFFFF:Select starting round:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! strnskil:0:C100:05:061:Select next round ; [ Street Drivin' (prototype) ] strtdriv:0:0000:00:999:[ This game hasn't even ]:REASON 11 strtdriv:0:0000:00:999:[ been looked at due to ]:REASON 11 strtdriv:0:0000:00:999:[ time constraints - Too]:REASON 11 strtdriv:0:0000:00:999:[ many games and so ]:REASON 11 strtdriv:0:0000:00:999:[ little time. It is ]:REASON 11 strtdriv:0:0000:00:999:[ even possible that ]:REASON 11 strtdriv:0:0000:00:999:[ this game may be a ]:REASON 11 strtdriv:0:0000:00:999:[ clone of an existing ]:REASON 11 strtdriv:0:0000:00:999:[ game which may have ]:REASON 11 strtdriv:0:0000:00:999:[ cheats. Please search ]:REASON 11 strtdriv:0:0000:00:999:[ the cheat forums ]:REASON 11 strtdriv:0:0000:00:999:[ before posting cheat ]:REASON 11 strtdriv:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Street Heat - Cardinal Amusements ] strtheat:0:0000:00:999:[ This game hasn't even ]:REASON 11 strtheat:0:0000:00:999:[ been looked at due to ]:REASON 11 strtheat:0:0000:00:999:[ time constraints - Too]:REASON 11 strtheat:0:0000:00:999:[ many games and so ]:REASON 11 strtheat:0:0000:00:999:[ little time. It is ]:REASON 11 strtheat:0:0000:00:999:[ even possible that ]:REASON 11 strtheat:0:0000:00:999:[ this game may be a ]:REASON 11 strtheat:0:0000:00:999:[ clone of an existing ]:REASON 11 strtheat:0:0000:00:999:[ game which may have ]:REASON 11 strtheat:0:0000:00:999:[ cheats. Please search ]:REASON 11 strtheat:0:0000:00:999:[ the cheat forums ]:REASON 11 strtheat:0:0000:00:999:[ before posting cheat ]:REASON 11 strtheat:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super Trivia Master ] strvmstr:0:0000:00:999:[ This game hasn't even ]:REASON 11 strvmstr:0:0000:00:999:[ been looked at due to ]:REASON 11 strvmstr:0:0000:00:999:[ time constraints - Too]:REASON 11 strvmstr:0:0000:00:999:[ many games and so ]:REASON 11 strvmstr:0:0000:00:999:[ little time. It is ]:REASON 11 strvmstr:0:0000:00:999:[ even possible that ]:REASON 11 strvmstr:0:0000:00:999:[ this game may be a ]:REASON 11 strvmstr:0:0000:00:999:[ clone of an existing ]:REASON 11 strvmstr:0:0000:00:999:[ game which may have ]:REASON 11 strvmstr:0:0000:00:999:[ cheats. Please search ]:REASON 11 strvmstr:0:0000:00:999:[ the cheat forums ]:REASON 11 strvmstr:0:0000:00:999:[ before posting cheat ]:REASON 11 strvmstr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ S.T.U.N. Runner (rev 2, Europe) ] stunrn2e:0:FF948E:19:000:Infinite Credits stunrn2e:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrn2e:0:FF956B:C8:500:Infinite Time (2/2) stunrn2e:0:FFDD81:06:000:Maximum Shockwaves stunrn2e:0:FFDD02:03:000:Maximum Stars stunrn2e:0:FFDD03:E7:500:Maximum Stars (2/2) stunrn2e:0:FFDD06:03:000:Maximum Kills stunrn2e:0:FFDD07:E7:500:Maximum Kills (2/2) stunrn2e:0:FFDD08:03:000:Maximum Boosts stunrn2e:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrn2e:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrn2e:0:FFDD4F:01:001:Invincibility "OFF" stunrn2e:0:FFDD16:0B:000:Always drive at a Fast Speed stunrn2e:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrn2e:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 3, Europe) ] stunrn3e:0:FF948E:19:000:Infinite Credits stunrn3e:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrn3e:0:FF956B:C8:500:Infinite Time (2/2) stunrn3e:0:FFDD81:06:000:Maximum Shockwaves stunrn3e:0:FFDD02:03:000:Maximum Stars stunrn3e:0:FFDD03:E7:500:Maximum Stars (2/2) stunrn3e:0:FFDD06:03:000:Maximum Kills stunrn3e:0:FFDD07:E7:500:Maximum Kills (2/2) stunrn3e:0:FFDD08:03:000:Maximum Boosts stunrn3e:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrn3e:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrn3e:0:FFDD4F:01:001:Invincibility "OFF" stunrn3e:0:FFDD16:0B:000:Always drive at a Fast Speed stunrn3e:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrn3e:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 6) ] stunrun:0:FF948E:19:000:Infinite Credits stunrun:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrun:0:FF956B:C8:500:Infinite Time (2/2) stunrun:0:FFDD81:06:000:Maximum Shockwaves stunrun:0:FFDD02:03:000:Maximum Stars stunrun:0:FFDD03:E7:500:Maximum Stars (2/2) stunrun:0:FFDD06:03:000:Maximum Kills stunrun:0:FFDD07:E7:500:Maximum Kills (2/2) stunrun:0:FFDD08:03:000:Maximum Boosts stunrun:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrun:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrun:0:FFDD4F:01:001:Invincibility "OFF" stunrun:0:FFDD16:0B:000:Always drive at a Fast Speed stunrun:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrun:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 0) ] stunrun0:0:FF948E:19:000:Infinite Credits stunrun0:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrun0:0:FF956B:C8:500:Infinite Time (2/2) stunrun0:0:FFDD81:06:000:Maximum Shockwaves stunrun0:0:FFDD02:03:000:Maximum Stars stunrun0:0:FFDD03:E7:500:Maximum Stars (2/2) stunrun0:0:FFDD06:03:000:Maximum Kills stunrun0:0:FFDD07:E7:500:Maximum Kills (2/2) stunrun0:0:FFDD08:03:000:Maximum Boosts stunrun0:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrun0:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrun0:0:FFDD4F:01:001:Invincibility "OFF" stunrun0:0:FFDD16:0B:000:Always drive at a Fast Speed stunrun0:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrun0:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 2) ] stunrun2:0:FF948E:19:000:Infinite Credits stunrun2:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrun2:0:FF956B:C8:500:Infinite Time (2/2) stunrun2:0:FFDD81:06:000:Maximum Shockwaves stunrun2:0:FFDD02:03:000:Maximum Stars stunrun2:0:FFDD03:E7:500:Maximum Stars (2/2) stunrun2:0:FFDD06:03:000:Maximum Kills stunrun2:0:FFDD07:E7:500:Maximum Kills (2/2) stunrun2:0:FFDD08:03:000:Maximum Boosts stunrun2:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrun2:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrun2:0:FFDD4F:01:001:Invincibility "OFF" stunrun2:0:FFDD16:0B:000:Always drive at a Fast Speed stunrun2:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrun2:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 3) ] stunrun3:0:FF948E:19:000:Infinite Credits stunrun3:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrun3:0:FF956B:C8:500:Infinite Time (2/2) stunrun3:0:FFDD81:06:000:Maximum Shockwaves stunrun3:0:FFDD02:03:000:Maximum Stars stunrun3:0:FFDD03:E7:500:Maximum Stars (2/2) stunrun3:0:FFDD06:03:000:Maximum Kills stunrun3:0:FFDD07:E7:500:Maximum Kills (2/2) stunrun3:0:FFDD08:03:000:Maximum Boosts stunrun3:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrun3:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrun3:0:FFDD4F:01:001:Invincibility "OFF" stunrun3:0:FFDD16:0B:000:Always drive at a Fast Speed stunrun3:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrun3:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 4) ] stunrun4:0:FF948E:19:000:Infinite Credits stunrun4:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrun4:0:FF956B:C8:500:Infinite Time (2/2) stunrun4:0:FFDD81:06:000:Maximum Shockwaves stunrun4:0:FFDD02:03:000:Maximum Stars stunrun4:0:FFDD03:E7:500:Maximum Stars (2/2) stunrun4:0:FFDD06:03:000:Maximum Kills stunrun4:0:FFDD07:E7:500:Maximum Kills (2/2) stunrun4:0:FFDD08:03:000:Maximum Boosts stunrun4:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrun4:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrun4:0:FFDD4F:01:001:Invincibility "OFF" stunrun4:0:FFDD16:0B:000:Always drive at a Fast Speed stunrun4:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrun4:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 5) ] stunrun5:0:FF948E:19:000:Infinite Credits stunrun5:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrun5:0:FF956B:C8:500:Infinite Time (2/2) stunrun5:0:FFDD81:06:000:Maximum Shockwaves stunrun5:0:FFDD02:03:000:Maximum Stars stunrun5:0:FFDD03:E7:500:Maximum Stars (2/2) stunrun5:0:FFDD06:03:000:Maximum Kills stunrun5:0:FFDD07:E7:500:Maximum Kills (2/2) stunrun5:0:FFDD08:03:000:Maximum Boosts stunrun5:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrun5:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrun5:0:FFDD4F:01:001:Invincibility "OFF" stunrun5:0:FFDD16:0B:000:Always drive at a Fast Speed stunrun5:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrun5:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 5, Europe) ] stunrune:0:FF948E:19:000:Infinite Credits stunrune:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrune:0:FF956B:C8:500:Infinite Time (2/2) stunrune:0:FFDD81:06:000:Maximum Shockwaves stunrune:0:FFDD02:03:000:Maximum Stars stunrune:0:FFDD03:E7:500:Maximum Stars (2/2) stunrune:0:FFDD06:03:000:Maximum Kills stunrune:0:FFDD07:E7:500:Maximum Kills (2/2) stunrune:0:FFDD08:03:000:Maximum Boosts stunrune:0:FFDD09:E7:500:Maximum Boosts (2/2) stunrune:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed stunrune:0:FFDD4F:01:001:Invincibility "OFF" stunrune:0:FFDD16:0B:000:Always drive at a Fast Speed stunrune:0:FFDD16:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrune:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (rev 7, Japan) ] stunrunj:0:FF948E:19:000:Infinite Credits stunrunj:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrunj:0:FF956B:C8:500:Infinite Time (2/2) stunrunj:0:FFDD89:06:000:Maximum Shockwaves stunrunj:0:FFDD0A:03:000:Maximum Stars stunrunj:0:FFDD0B:E7:500:Maximum Stars (2/2) stunrunj:0:FFDD0E:03:000:Maximum Kills stunrunj:0:FFDD0F:E7:500:Maximum Kills (2/2) stunrunj:0:FFDD10:03:000:Maximum Boosts stunrunj:0:FFDD11:E7:500:Maximum Boosts (2/2) stunrunj:0:FFDD57:3C:000:Invincibility "ON":Also gives full speed stunrunj:0:FFDD57:01:001:Invincibility "OFF" stunrunj:0:FFDD1E:0B:000:Always drive at a Fast Speed stunrunj:0:FFDD1E:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrunj:0:FF9579:15:001:Goto last level next ; [ S.T.U.N. Runner (upright prototype) ] stunrunp:0:FF948E:19:000:Infinite Credits stunrunp:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level stunrunp:0:FF956B:C8:500:Infinite Time (2/2) stunrunp:0:FFDD89:06:000:Maximum Shockwaves stunrunp:0:FFDD0A:03:000:Maximum Stars stunrunp:0:FFDD0B:E7:500:Maximum Stars (2/2) stunrunp:0:FFDD0E:03:000:Maximum Kills stunrunp:0:FFDD0F:E7:500:Maximum Kills (2/2) stunrunp:0:FFDD10:03:000:Maximum Boosts stunrunp:0:FFDD11:E7:500:Maximum Boosts (2/2) stunrunp:0:FFDD57:3C:000:Invincibility "ON":Also gives full speed stunrunp:0:FFDD57:01:001:Invincibility "OFF" stunrunp:0:FFDD1E:0B:000:Always drive at a Fast Speed stunrunp:0:FFDD1E:0B:001:Get a Fast Speed Boost Now!:Best used with an activation key stunrunp:0:FF9579:15:001:Goto last level next ; [ Sub Hunter ] subhunt:0:E002:99:000:Infinite Time subhunt:0:8413:63:500:Infinite Time (2/2) :subhunt:00000000:8012:000000CC:FFFFFFFF:Infinite Depth Charges subhunt:0:8468:00:000:Invincibility ; [ Subroc-3D ] subroc3d:0:B011:07:000:Infinite Lives :subroc3d:20A00000:2D47:00000018:FFFFFFFF:Invincibility :subroc3d:20910000:2F43:00002F45:FFFFFFFF:Invincibility (2/4) :subroc3d:20910000:2F60:00002F62:FFFFFFFF:Invincibility (3/4) :subroc3d:20910000:2F7E:00002F80:FFFFFFFF:Invincibility (4/4) :subroc3d:00000000:B228:00000000:00000002:Rapid Fire ; [ Subs ] subs:0:0082:59:000:Infinite Time ; [ Super Casino ] sucasino:0:440A:C8:001:Get 200 credits Now! ; [ Idol Janshi Su-Chi-Pie Special ] :suchipi:00000000:0F07EB:00000099:FFFFFFFF:Infinite Credits :suchipi:60000000:000000:00000000:FFFFFFFF:[ Be sure to set Winning Hand ] :suchipi:60000000:000000:00000000:FFFFFFFF:[ before the Mahjong game starts ] :suchipi:00300000:0F06A6:00300030:FFFFFFFF:Always Winning Hand :suchipi:00310000:0F06AA:00310031:FFFFFFFF:Always Winning Hand (2/8) :suchipi:00310000:0F06AE:00310034:FFFFFFFF:Always Winning Hand (3/8) :suchipi:00310000:0F06B2:00340034:FFFFFFFF:Always Winning Hand (4/8) :suchipi:00310000:0F06B6:00350035:FFFFFFFF:Always Winning Hand (5/8) :suchipi:00310000:0F06BA:00350036:FFFFFFFF:Always Winning Hand (6/8) :suchipi:00310000:0F06BE:00360036:FFFFFFFF:Always Winning Hand (7/8) :suchipi:00010000:0F336B:00000036:FFFFFFFF:Always Winning Hand (8/8) :suchipi:00100000:0F06F0:000003E7:FFFFFFFF:Player Always Has Maximum Score :suchipi:00100000:0F06FE:00000000:FFFFFFFF:CPU Always Has Minimum Score :suchipi:00000000:0FE849:00000009:FFFFFFFF:Infinite Panel Match :suchipi:00000000:0FE84B:00000004:FFFFFFFF:Always Maximum Level :suchipi:00010000:0FE865:00000004:FFFFFFFF:Always Maximum Level (2/2) :suchipi:00000000:0F1059:00000009:FFFFFFFF:Always Have Hyper-Sekkan :suchipi:00010000:0FE853:00000009:FFFFFFFF:Always Have Hyper-Sekkan (2/2) :suchipi:00000000:0F1055:00000009:FFFFFFFF:Always Have Tatumaki-Sentakuki :suchipi:00010000:0FE855:00000009:FFFFFFFF:Always Have Tatumaki-Sentakuki (2/2) :suchipi:00000000:0F105B:00000009:FFFFFFFF:Always Have Suchi-Stick :suchipi:00010000:0FE857:00000009:FFFFFFFF:Always Have Suchi-Stick (2/2) :suchipi:00000000:0F1057:00000009:FFFFFFFF:Always Have Suchi-Eye :suchipi:00010000:0FE859:00000009:FFFFFFFF:Always Have Suchi-Eye (2/2) :suchipi:62000000:000000:00000000:00000000:Select CPU Character :suchipi:00010001:0F104D:00000000:FFFFFFFF:Mai :suchipi:00010001:0F104D:00000001:FFFFFFFF:Yuki :suchipi:00010001:0F104D:00000002:FFFFFFFF:Rumi :suchipi:00010001:0F104D:00000003:FFFFFFFF:Shiho :suchipi:00010001:0F104D:00000004:FFFFFFFF:Sayuri :suchipi:00010001:0F104D:00000005:FFFFFFFF:Erika :suchipi:00010001:0F104D:00000006:FFFFFFFF:Rie :suchipi:00010001:0F104D:00000007:FFFFFFFF:Reika :suchipi:00010001:0F104D:00000008:FFFFFFFF:Kyouko :suchipi:00000301:0F0791:00000007:FFFFFFFF:Select Starting Stage:Enable on the character selection screen ; [ Suikoenbu (J 950314 V2.001) ] suikoenb:0:0000:00:999:[ There are no cheats ]:REASON 1 suikoenb:0:0000:00:999:[ for this game as it ]:REASON 1 suikoenb:0:0000:00:999:[ didn't work the last ]:REASON 1 suikoenb:0:0000:00:999:[ time it was tested. ]:REASON 1 suikoenb:0:0000:00:999:[ If the game now works ]:REASON 1 suikoenb:0:0000:00:999:[ please request cheats ]:REASON 1 suikoenb:0:0000:00:999:[ for it on the cheat ]:REASON 1 suikoenb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sundance ] sundance:0:0000:00:999:[ There are no cheats ]:REASON 1 sundance:0:0000:00:999:[ for this game as it ]:REASON 1 sundance:0:0000:00:999:[ didn't work the last ]:REASON 1 sundance:0:0000:00:999:[ time it was tested. ]:REASON 1 sundance:0:0000:00:999:[ If the game now works ]:REASON 1 sundance:0:0000:00:999:[ please request cheats ]:REASON 1 sundance:0:0000:00:999:[ for it on the cheat ]:REASON 1 sundance:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sunset Riders (bootleg 4 Players ver ADD) ] sunsetbl:0:104200:FF:000:Infinite Lives PL1 sunsetbl:0:181CB9:B4:000:Invincibility PL1 sunsetbl:0:181CE0:C0:540:Invincibility PL1 (2/2) sunsetbl:0:104240:FF:000:Infinite Lives PL2 sunsetbl:0:181FB9:B4:000:Invincibility PL2 sunsetbl:0:181FE0:C0:540:Invincibility PL2 (2/2) sunsetbl:0:104280:FF:000:Infinite Lives PL3 sunsetbl:0:1822B9:B4:000:Invincibility PL3 sunsetbl:0:1822E0:C0:540:Invincibility PL3 (2/2) sunsetbl:0:1042C0:FF:000:Infinite Lives PL4 sunsetbl:0:1825B9:B4:000:Invincibility PL4 sunsetbl:0:1825E0:C0:540:Invincibility PL4 (2/2) ; [ Super Burger Time (World) ] supbtime:0:1000A7:03:000:Infinite Lives PL1 supbtime:0:1000AC:99:000:Infinite Pepper PL1 supbtime:0:1000EA:01:000:Invincibility PL1 supbtime:0:1000A3:10:520:Invincibility PL1 (2/2) supbtime:0:100107:03:000:Infinite Lives PL2 supbtime:0:10010C:99:000:Infinite Pepper PL2 supbtime:0:10014A:01:000:Invincibility PL2 supbtime:0:100103:10:520:Invincibility PL2 (2/2) ; [ Super Burger Time (Japan) ] supbtimj:0:1000A7:03:000:Infinite Lives PL1 supbtimj:0:1000AC:99:000:Infinite Pepper PL1 supbtimj:0:1000EA:01:000:Invincibility PL1 supbtimj:0:1000A3:10:520:Invincibility PL1 (2/2) supbtimj:0:100107:03:000:Infinite Lives PL2 supbtimj:0:10010C:99:000:Infinite Pepper PL2 supbtimj:0:10014A:01:000:Invincibility PL2 supbtimj:0:100103:10:520:Invincibility PL2 (2/2) ; [ Super Draw Poker ] supdrapo:0:0000:00:999:[ This game hasn't even ]:REASON 11 supdrapo:0:0000:00:999:[ been looked at due to ]:REASON 11 supdrapo:0:0000:00:999:[ time constraints - Too]:REASON 11 supdrapo:0:0000:00:999:[ many games and so ]:REASON 11 supdrapo:0:0000:00:999:[ little time. It is ]:REASON 11 supdrapo:0:0000:00:999:[ even possible that ]:REASON 11 supdrapo:0:0000:00:999:[ this game may be a ]:REASON 11 supdrapo:0:0000:00:999:[ clone of an existing ]:REASON 11 supdrapo:0:0000:00:999:[ game which may have ]:REASON 11 supdrapo:0:0000:00:999:[ cheats. Please search ]:REASON 11 supdrapo:0:0000:00:999:[ the cheat forums ]:REASON 11 supdrapo:0:0000:00:999:[ before posting cheat ]:REASON 11 supdrapo:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Superbike ] superbik:0:1E6A:99:000:Infinite Credits superbik:0:1F76:00:000:Invincibility superbik:0:1C6A:06:000:Infinite Lives PL1 superbik:0:1C6B:06:000:Infinite Lives PL2 ; [ Super Bond ] superbon:0:8617:0A:000:Infinite Lives superbon:0:8618:26:000:Infinite Ammo superbon:0:861B:0A:000:Infinite Zapper superbon:0:0000:00:999:[See the Dip Switch Menu to ] superbon:0:0000:00:999:[enable Invincibility. ] superbon:0:861C:0C:072:Select next Level:Use before stair room superbon:0:861D:5B:072:Select next Room:Use before stair room ; [ Super Bug ] superbug:0:0026:99:000:Infinite Fuel ; [ Super Chase - Criminal Termination (US) ] superchs:0:100144:09:000:Infinite Credits superchs:0:102DBB:03:000:Infinite Turbos ; [ Super Galaxians ] superg:0:421D:05:000:Infinite Lives superg:0:12D9:C9:100:Invincibility :superg:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Super GX ] supergx:0:421D:05:000:Infinite Lives supergx:0:4080:FF:000:Infinite Energy supergx:0:12D9:C9:100:Invincibility :supergx:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Super Invaders ] superinv:0:2009:78:000:Invaders never drop superinv:0:2069:00:000:Invaders don't fire superinv:0:206A:30:500:Invaders don't fire (2/2) superinv:0:0293:C3:100:Bullet Invincibility superinv:0:2094:04:540:Bullet Invincibility (2/3) superinv:0:2015:FF:500:Bullet Invincibility (3/3) :superinv:62000000:0000:00000000:00000000:Bullet Speed always = :superinv:00010000:202C:00000002:FFFFFFFF:Slow :superinv:00010000:202C:00000004:FFFFFFFF:Normal :superinv:00010000:202C:00000006:FFFFFFFF:Fast :superinv:00010000:202C:00000008:FFFFFFFF:V Fast :superinv:00010000:202C:0000000A:FFFFFFFF:Turbo superinv:0:163E:00:100:Autofire Mode superinv:0:21FF:07:000:Infinite Lives PL1 superinv:0:2100:00:001:Kill All Invaders Now! PL1 superinv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55 superinv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55) superinv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55) superinv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55) superinv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55) superinv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55) superinv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55) superinv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55) superinv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55) superinv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55) superinv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line superinv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55) superinv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55) superinv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55) superinv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55) superinv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55) superinv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55) superinv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55) superinv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55) superinv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55) superinv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55) superinv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line superinv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55) superinv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55) superinv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55) superinv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55) superinv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55) superinv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55) superinv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55) superinv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55) superinv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55) superinv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55) superinv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line superinv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55) superinv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55) superinv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55) superinv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55) superinv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55) superinv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55) superinv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55) superinv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55) superinv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55) superinv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55) superinv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line superinv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55) superinv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55) superinv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55) superinv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55) superinv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55) superinv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55) superinv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55) superinv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55) superinv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55) superinv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55) superinv:0:22FF:07:000:Infinite Lives PL2 superinv:0:2200:00:001:Kill All Invaders Now! PL2 superinv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55 superinv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55) superinv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55) superinv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55) superinv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55) superinv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55) superinv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55) superinv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55) superinv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55) superinv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55) superinv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line superinv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55) superinv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55) superinv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55) superinv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55) superinv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55) superinv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55) superinv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55) superinv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55) superinv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55) superinv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55) superinv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line superinv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55) superinv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55) superinv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55) superinv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55) superinv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55) superinv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55) superinv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55) superinv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55) superinv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55) superinv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55) superinv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line superinv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55) superinv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55) superinv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55) superinv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55) superinv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55) superinv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55) superinv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55) superinv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55) superinv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55) superinv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55) superinv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line superinv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55) superinv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55) superinv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55) superinv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55) superinv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55) superinv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55) superinv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55) superinv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55) superinv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55) superinv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55) ; [ Superman ] superman:0:F012B7:09:000:Infinite Lives PL1 superman:0:F012B5:14:000:Infinite Energy PL1 superman:0:F01291:78:000:Invincibility PL1 superman:0:F012BB:0A:000:Infinite yellow diamonds PL1 superman:0:F010B7:09:000:Infinite Lives PL2 superman:0:F010B5:14:000:Infinite Energy PL2 superman:0:F01091:78:000:Invincibility PL2 superman:0:F010BB:0A:000:Infinite yellow diamonds PL2 superman:0:F02C09:00:000:One hit for helicos superman:0:F03D0B:00:500:One hit for helicos (2/4) superman:0:F03E4B:00:500:One hit for helicos (3/4) superman:0:F03D8B:00:500:One hit for helicos (4/4) superman:0:F00A76:00:001:One hit for boss 1 superman:0:F00A77:00:501:One hit for boss 1 (2/2) superman:0:F00A72:00:001:One hit for boss 2 superman:0:F00A73:00:501:One hit for boss 2 (2/2) superman:0:F00A5A:00:001:One hit for boss 3 superman:0:F00A5B:00:501:One hit for boss 3 (2/2) superman:0:F00A6A:00:001:One hit for boss 4 superman:0:F00A6B:00:501:One hit for boss 4 (2/2) superman:0:F00A6A:00:001:One hit for boss 5a superman:0:F00A6B:00:501:One hit for boss 5a (2/2) superman:0:F00A5F:00:001:One hit for boss 5b superman:0:F00A67:00:501:One hit for boss 5b (2/2) ; [ Super Pac-Man ] superpac:0:1007:06:000:Infinite Lives superpac:0:1625:01:000:Invincibility superpac:0:1626:01:000:Ghosts Always Squashed superpac:0:1090:00:001:Finish this Level Now! superpac:0:1091:00:501:Finish this Level Now! (2/2) superpac:0:1096:00:000:No Bonus Stages superpac:0:1096:01:000:Every Stage a Bonus Stage superpac:0:112B:AF:000:Ghosts stay blue until eaten superpac:0:1633:CD:000:Everlasting Super pills ; [ Super Pac-Man (Midway) ] superpcm:0:1007:06:000:Infinite Lives superpcm:0:1625:01:000:Invincibility superpcm:0:1626:01:000:Ghosts Always Squashed superpcm:0:1090:00:001:Finish this Level Now! superpcm:0:1091:00:501:Finish this Level Now! (2/2) superpcm:0:1096:00:000:No Bonus Stages superpcm:0:1096:01:000:Every Stage a Bonus Stage superpcm:0:112B:AF:000:Ghosts stay blue until eaten superpcm:0:1633:CD:000:Everlasting Super pills ; [ Super Spy, The ] superspy:0:10181F:08:000:Infinite Energy superspy:0:101856:0F:000:Always have Machine Gun superspy:0:101856:00:000:Always have Pistol superspy:0:1017F6:09:000:Infinite Pistol Ammo superspy:0:1017F7:99:500:Infinite Pistol Ammo (2/2) superspy:0:101854:09:000:Infinite M. Gun Ammo superspy:0:101855:99:500:Infinite M. Gun Ammo (2/2) superspy:0:101878:10:000:Indestructible Knife :superspy:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :superspy:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :superspy:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Super Tank ] supertnk:0:0000:00:999:[ This game hasn't even ]:REASON 11 supertnk:0:0000:00:999:[ been looked at due to ]:REASON 11 supertnk:0:0000:00:999:[ time constraints - Too]:REASON 11 supertnk:0:0000:00:999:[ many games and so ]:REASON 11 supertnk:0:0000:00:999:[ little time. It is ]:REASON 11 supertnk:0:0000:00:999:[ even possible that ]:REASON 11 supertnk:0:0000:00:999:[ this game may be a ]:REASON 11 supertnk:0:0000:00:999:[ clone of an existing ]:REASON 11 supertnk:0:0000:00:999:[ game which may have ]:REASON 11 supertnk:0:0000:00:999:[ cheats. Please search ]:REASON 11 supertnk:0:0000:00:999:[ the cheat forums ]:REASON 11 supertnk:0:0000:00:999:[ before posting cheat ]:REASON 11 supertnk:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super Triv II ] supertr2:0:4079:9A:000:Infinite Time supertr2:0:4066:02:000:Infinite Time (Lightning Round) :supertr2:000000E6:4071:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Super Triv III ] supertr3:0:0000:00:999:[ This game hasn't even ]:REASON 11 supertr3:0:0000:00:999:[ been looked at due to ]:REASON 11 supertr3:0:0000:00:999:[ time constraints - Too]:REASON 11 supertr3:0:0000:00:999:[ many games and so ]:REASON 11 supertr3:0:0000:00:999:[ little time. It is ]:REASON 11 supertr3:0:0000:00:999:[ even possible that ]:REASON 11 supertr3:0:0000:00:999:[ this game may be a ]:REASON 11 supertr3:0:0000:00:999:[ clone of an existing ]:REASON 11 supertr3:0:0000:00:999:[ game which may have ]:REASON 11 supertr3:0:0000:00:999:[ cheats. Please search ]:REASON 11 supertr3:0:0000:00:999:[ the cheat forums ]:REASON 11 supertr3:0:0000:00:999:[ before posting cheat ]:REASON 11 supertr3:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super-X (NTC) ] superx:0:0D0061:63:000:Infinite Credits :superx:00000300:0D0021:00000006:FFFFFFFF:Select Starting Stage:Turn this cheat OFF after you've started the game or you will not progress! :superx:00000000:0D0015:0000000A:FFFFFFFF:Infinite Lives PL1 :superx:00000000:0D0019:00000009:FFFFFFFF:Infinite Bombs PL1 :superx:00000000:0DDA41:00000003:FFFFFFFF:Invincibility PL1:Enable this cheat after you've startedthe game, do NOT enable on the Title Screen :superx:00000000:0DF48D:0000000E:FFFFFFFF:Always Max Shot Power PL1 :superx:00010000:0DF48E:0000000E:FFFFFFFF:Always Max Shot Power PL1 (2/3) :superx:00010000:0DF48F:0000000E:FFFFFFFF:Always Max Shot Power PL1 (3/3) :superx:00000000:0DF49A:00000001:FFFFFFFF:Always Super Power Shot PL1 :superx:62000000:000000:00000000:00000000:Select Weapon PL1 :superx:00010000:0DF48C:00000000:FFFFFFFF:Red :superx:00010000:0DF48C:00000001:FFFFFFFF:Blue :superx:00010000:0DF48C:00000003:FFFFFFFF:Green :superx:00000100:0DF495:00000005:FFFFFFFF:Select Speed PL1 :superx:00000000:0D0017:0000000A:FFFFFFFF:Infinite Lives PL2 :superx:00000000:0D001B:00000009:FFFFFFFF:Infinite Bombs PL2 :superx:00000000:0DDA01:00000007:FFFFFFFF:Invincibility PL2:Enable this cheat after you've startedthe game, do NOT enable on the Title Screen :superx:00000000:0DF40D:0000000E:FFFFFFFF:Always Max Shot Power PL2 :superx:00010000:0DF40E:0000000E:FFFFFFFF:Always Max Shot Power PL2 (2/3) :superx:00010000:0DF40F:0000000E:FFFFFFFF:Always Max Shot Power PL2 (3/3) :superx:00000000:0DF41A:00000001:FFFFFFFF:Always Super Power Shot PL2 :superx:62000000:000000:00000000:00000000:Select Weapon PL2 :superx:00010000:0DF40C:00000000:FFFFFFFF:Red :superx:00010000:0DF40C:00000001:FFFFFFFF:Blue :superx:00010000:0DF40C:00000003:FFFFFFFF:Green :superx:00000100:0DF415:00000005:FFFFFFFF:Select Speed PL2 ; [ Super-X (Mitchell) ] superxm:0:0D0061:63:000:Infinite Credits :superxm:00000300:0D0021:00000006:FFFFFFFF:Select Starting Stage:Turn this cheat OFF after you've started the game or you will not progress! :superxm:00000000:0D0015:0000000A:FFFFFFFF:Infinite Lives PL1 :superxm:00000000:0D0019:00000009:FFFFFFFF:Infinite Bombs PL1 :superxm:00000000:0DDA41:00000003:FFFFFFFF:Invincibility PL1:Enable this cheat after you've startedthe game, do NOT enable on the Title Screen :superxm:00000000:0DF48D:0000000E:FFFFFFFF:Always Max Shot Power PL1 :superxm:00010000:0DF48E:0000000E:FFFFFFFF:Always Max Shot Power PL1 (2/3) :superxm:00010000:0DF48F:0000000E:FFFFFFFF:Always Max Shot Power PL1 (3/3) :superxm:00000000:0DF49A:00000001:FFFFFFFF:Always Super Power Shot PL1 :superxm:62000000:000000:00000000:00000000:Select Weapon PL1 :superxm:00010000:0DF48C:00000000:FFFFFFFF:Red :superxm:00010000:0DF48C:00000001:FFFFFFFF:Blue :superxm:00010000:0DF48C:00000003:FFFFFFFF:Green :superxm:00000100:0DF495:00000005:FFFFFFFF:Select Speed PL1 :superxm:00000000:0D0017:0000000A:FFFFFFFF:Infinite Lives PL2 :superxm:00000000:0D001B:00000009:FFFFFFFF:Infinite Bombs PL2 :superxm:00000000:0DDA01:00000007:FFFFFFFF:Invincibility PL2:Enable this cheat after you've startedthe game, do NOT enable on the Title Screen :superxm:00000000:0DF40D:0000000E:FFFFFFFF:Always Max Shot Power PL2 :superxm:00010000:0DF40E:0000000E:FFFFFFFF:Always Max Shot Power PL2 (2/3) :superxm:00010000:0DF40F:0000000E:FFFFFFFF:Always Max Shot Power PL2 (3/3) :superxm:00000000:0DF41A:00000001:FFFFFFFF:Always Super Power Shot PL2 :superxm:62000000:000000:00000000:00000000:Select Weapon PL2 :superxm:00010000:0DF40C:00000000:FFFFFFFF:Red :superxm:00010000:0DF40C:00000001:FFFFFFFF:Blue :superxm:00010000:0DF40C:00000003:FFFFFFFF:Green :superxm:00000100:0DF415:00000005:FFFFFFFF:Select Speed PL2 ; [ Super Lup Lup Puzzle / Zhuan Zhuan Puzzle (version 4.0 / 990518) ] suplup:0:0000:00:999:[ This game hasn't even ]:REASON 11 suplup:0:0000:00:999:[ been looked at due to ]:REASON 11 suplup:0:0000:00:999:[ time constraints - Too]:REASON 11 suplup:0:0000:00:999:[ many games and so ]:REASON 11 suplup:0:0000:00:999:[ little time. It is ]:REASON 11 suplup:0:0000:00:999:[ even possible that ]:REASON 11 suplup:0:0000:00:999:[ this game may be a ]:REASON 11 suplup:0:0000:00:999:[ clone of an existing ]:REASON 11 suplup:0:0000:00:999:[ game which may have ]:REASON 11 suplup:0:0000:00:999:[ cheats. Please search ]:REASON 11 suplup:0:0000:00:999:[ the cheat forums ]:REASON 11 suplup:0:0000:00:999:[ before posting cheat ]:REASON 11 suplup:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super Model ] supmodel:0:0000:00:999:[ This game hasn't even ]:REASON 11 supmodel:0:0000:00:999:[ been looked at due to ]:REASON 11 supmodel:0:0000:00:999:[ time constraints - Too]:REASON 11 supmodel:0:0000:00:999:[ many games and so ]:REASON 11 supmodel:0:0000:00:999:[ little time. It is ]:REASON 11 supmodel:0:0000:00:999:[ even possible that ]:REASON 11 supmodel:0:0000:00:999:[ this game may be a ]:REASON 11 supmodel:0:0000:00:999:[ clone of an existing ]:REASON 11 supmodel:0:0000:00:999:[ game which may have ]:REASON 11 supmodel:0:0000:00:999:[ cheats. Please search ]:REASON 11 supmodel:0:0000:00:999:[ the cheat forums ]:REASON 11 supmodel:0:0000:00:999:[ before posting cheat ]:REASON 11 supmodel:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super Nudger II (Version 5.21) ] supnudg2:0:0000:00:999:[ There are no cheats ]:REASON 1 supnudg2:0:0000:00:999:[ for this game as it ]:REASON 1 supnudg2:0:0000:00:999:[ didn't work the last ]:REASON 1 supnudg2:0:0000:00:999:[ time it was tested. ]:REASON 1 supnudg2:0:0000:00:999:[ If the game now works ]:REASON 1 supnudg2:0:0000:00:999:[ please request cheats ]:REASON 1 supnudg2:0:0000:00:999:[ for it on the cheat ]:REASON 1 supnudg2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Glob ] suprglob:0:7D8F:99:000:Infinite Credits suprglob:0:7DA3:B4:000:Infinite Energy:Display isn't true! :suprglob:20800000:2F5D:00000018:FFFFFFFF:Invincibility :suprglob:20810000:36F1:000000C3:FFFFFFFF:Invincibility (2/3):1st = Enemy :suprglob:20810000:373C:00000018:FFFFFFFF:Invincibility (3/3):2nd & 3rd = Elevator suprglob:0:7DAD:05:000:Infinite Lives PL1 suprglob:0:7DAF:05:000:Infinite Lives PL2 ; [ Super Crown Golf ] suprgolf:0:0000:00:999:[ There are no cheats ]:REASON 1 suprgolf:0:0000:00:999:[ for this game as it ]:REASON 1 suprgolf:0:0000:00:999:[ didn't work the last ]:REASON 1 suprgolf:0:0000:00:999:[ time it was tested. ]:REASON 1 suprgolf:0:0000:00:999:[ If the game now works ]:REASON 1 suprgolf:0:0000:00:999:[ please request cheats ]:REASON 1 suprgolf:0:0000:00:999:[ for it on the cheat ]:REASON 1 suprgolf:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super League (FD1094 317-0045?) ] suprleag:0:0000:00:999:[ There are no cheats ]:REASON 1 suprleag:0:0000:00:999:[ for this game as it ]:REASON 1 suprleag:0:0000:00:999:[ didn't work the last ]:REASON 1 suprleag:0:0000:00:999:[ time it was tested. ]:REASON 1 suprleag:0:0000:00:999:[ If the game now works ]:REASON 1 suprleag:0:0000:00:999:[ please request cheats ]:REASON 1 suprleag:0:0000:00:999:[ for it on the cheat ]:REASON 1 suprleag:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Locomotive ] suprloco:0:FC64:03:000:Infinite Lives PL1 suprloco:0:FA73:FF:000:Infinite Energy PL1 suprloco:0:FC74:03:000:Infinite Lives PL2 suprloco:0:FA93:FF:000:Infinite Energy PL2 suprloco:0:FA0F:00:000:Invincibility ; [ Superman (Japan) ] suprmanj:0:F012B7:09:000:Infinite Lives PL1 suprmanj:0:F012B5:14:000:Infinite Energy PL1 suprmanj:0:F01291:78:000:Invincibility PL1 suprmanj:0:F012BB:0A:000:Infinite yellow diamonds PL1 suprmanj:0:F010B7:09:000:Infinite Lives PL2 suprmanj:0:F010B5:14:000:Infinite Energy PL2 suprmanj:0:F01091:78:000:Invincibility PL2 suprmanj:0:F010BB:0A:000:Infinite yellow diamonds PL2 suprmanj:0:F02C09:00:000:One hit for helicos suprmanj:0:F03D0B:00:500:One hit for helicos (2/4) suprmanj:0:F03E4B:00:500:One hit for helicos (3/4) suprmanj:0:F03D8B:00:500:One hit for helicos (4/4) suprmanj:0:F00A76:00:001:One hit for boss 1 suprmanj:0:F00A77:00:501:One hit for boss 1 (2/2) suprmanj:0:F00A72:00:001:One hit for boss 2 suprmanj:0:F00A73:00:501:One hit for boss 2 (2/2) suprmanj:0:F00A5A:00:001:One hit for boss 3 suprmanj:0:F00A5B:00:501:One hit for boss 3 (2/2) suprmanj:0:F00A6A:00:001:One hit for boss 4 suprmanj:0:F00A6B:00:501:One hit for boss 4 (2/2) suprmanj:0:F00A6A:00:001:One hit for boss 5a suprmanj:0:F00A6B:00:501:One hit for boss 5a (2/2) suprmanj:0:F00A5F:00:001:One hit for boss 5b suprmanj:0:F00A67:00:501:One hit for boss 5b (2/2) ; [ Super Missile Attack (for set 2) ] suprmatk:0:00A0:0B:004:Infinite shots (Left) suprmatk:0:00A1:0B:004:Infinite shots (Center) suprmatk:0:00A2:0B:004:Infinite shots (Right) suprmatk:0:00C0:06:000:Infinite cities PL1 suprmatk:0:00C1:06:000:Infinite cities PL2 ; [ Super Mouse ] suprmous:0:841F:01:000:Invincibility suprmous:0:0000:00:999:[See the Dip Switch Menu to ] suprmous:0:0000:00:999:[enable an alternate ] suprmous:0:0000:00:999:[Invincibility cheat. ] suprmous:0:8200:1A:000:Infinite Lives PL1 suprmous:0:8300:1A:000:Infinite Lives PL2 ; [ Vs. Super Mario Bros. ] suprmrio:0:030C:09:000:Infinite Credits suprmrio:0:07FA:09:005:Infinite Time suprmrio:0:075A:08:000:Infinite Lives suprmrio:0:079E:08:000:Invincibility suprmrio:0:0704:01:000:Always be a swimmer:Very HANDY indeed ;-) suprmrio:0:0704:00:000:Always be a walker suprmrio:0:0704:01:001:Become a swimmer Now! suprmrio:0:0704:00:001:Become a walker Now! suprmrio:0:0754:01:000:Always be Small suprmrio:0:0756:00:500:Always be Small (2/2) suprmrio:0:0754:00:000:Always be Big suprmrio:0:0756:01:500:Always be Big (2/2) suprmrio:0:0754:00:000:Always have Firepower suprmrio:0:0756:02:500:Always have Firepower (2/2) suprmrio:0:0754:01:001:Become Small Now! suprmrio:0:0756:00:501:Become Small Now! (2/2) suprmrio:0:0754:00:001:Become Big Now! suprmrio:0:0756:01:501:Become Big Now! (2/2) suprmrio:0:0754:00:001:Get Firepower Now! suprmrio:0:0756:02:501:Get Firepower Now! (2/2) :suprmrio:00003301:075F:00000007:FFFFFFFF:Select Current World Level ; [ Super Rider ] suprridr:0:8083:09:000:Infinite Credits suprridr:0:8103:99:000:Infinite Time suprridr:0:0000:00:999:[ See the Dip Switch Menu to ] suprridr:0:0000:00:999:[ enable Invincibility. ] ; [ Super Slams ] suprslam:0:FD934A:17:000:Infinite Time suprslam:0:FD934B:6F:500:Infinite Time (2/2) suprslam:0:FD934A:00:001:Finish this Game Now! suprslam:0:FD934B:01:501:Finish this Game Now! (2/2) suprslam:0:FD9356:00:000:Score always = 0 PL1 suprslam:0:FD9357:00:500:Score always = 0 PL1 (2/2) suprslam:0:FD9356:00:000:Score always = 100 PL1 suprslam:0:FD9357:64:500:Score always = 100 PL1 (2/2) suprslam:0:FD9356:00:001:Score = 0 Now! PL1 suprslam:0:FD9357:00:501:Score = 0 Now! PL1 (2/2) suprslam:0:FD9356:00:001:Score = 100 Now! PL1 suprslam:0:FD9357:64:501:Score = 100 Now! PL1 (2/2) suprslam:0:FD9358:00:000:Score always = 0 PL2 suprslam:0:FD9359:00:500:Score always = 0 PL2 (2/2) suprslam:0:FD9358:00:000:Score always = 100 PL2 suprslam:0:FD9359:64:500:Score always = 100 PL2 (2/2) suprslam:0:FD9358:00:001:Score = 0 Now! PL2 suprslam:0:FD9359:00:501:Score = 0 Now! PL2 (2/2) suprslam:0:FD9358:00:001:Score = 100 Now! PL2 suprslam:0:FD9359:64:501:Score = 100 Now! PL2 (2/2) ; [ Super Trio ] :suprtrio:00000000:F05387:00000063:FFFFFFFF:Infinite Credits :suprtrio:00000000:F0539D:00000063:FFFFFFFF:Infinite Time :suprtrio:00000000:F0530B:00000000:FFFFFFFF:Infinite Boss Time :suprtrio:00000001:F04F95:00000001:FFFFFFFF:1 Hit to Kill Boss Now! :suprtrio:00000301:F0531F:0000000B:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :suprtrio:00000000:F05395:0000000A:FFFFFFFF:Infinite Lives PL1 :suprtrio:00000000:F05399:0000000A:FFFFFFFF:Infinite Energy PL1 :suprtrio:00000000:F040B3:00000001:00000001:Invincibility PL1 :suprtrio:00010000:F040B7:00000002:FFFFFFFF:Invincibility PL1 (2/2) :suprtrio:00000000:F040CF:00000004:FFFFFFFF:Always Have Maximum Shot Power PL1 :suprtrio:00000500:F030E7:00000009:FFFFFFFF:Select Speed PL1 :suprtrio:00000000:F0538D:00000000:00000010:Rapid Fire PL1 :suprtrio:00000000:F05397:0000000A:FFFFFFFF:Infinite Lives PL2 :suprtrio:00000000:F0539B:0000000A:FFFFFFFF:Infinite Energy PL2 :suprtrio:00000000:F040B5:00000001:00000001:Invincibility PL2 :suprtrio:00010000:F040B9:00000002:FFFFFFFF:Invincibility PL2 (2/2) :suprtrio:00000000:F040D1:00000004:FFFFFFFF:Always Have Maximum Shot Power PL2 :suprtrio:00000500:F030E9:00000009:FFFFFFFF:Select Speed PL2 :suprtrio:00000000:F0538C:00000000:00000010:Rapid Fire PL2 ; [ Vs. Super Xevious ] supxevs:0:0400:63:000:Infinite Credits supxevs:0:0073:63:000:Infinite Lives supxevs:0:0091:FF:000:Always Have Shield :supxevs:20800000:2BF8D:00000000:FFFFFFFF:Blaster Speed Up :supxevs:20810000:2C9A6:00000016:FFFFFFFF:Blaster Speed Up (2/2) :supxevs:00000001:0007A:00000080:FFFFFFFF:Lose Current Life Now! :supxevs:20A00000:0EDE9:00EE064C:FFFFFFFF:Invincibility :supxevs:20A10000:2AD31:00AD404C:FFFFFFFF:Invincibility (2/5):1st = Bullet :supxevs:20A10000:2AD7C:00AD8B4C:FFFFFFFF:Invincibility (3/5):2nd & 3rd = Pylamid :supxevs:20810000:2AFF9:00000060:FFFFFFFF:Invincibility (4/5):Cave :supxevs:20A10000:2C927:00C9424C:FFFFFFFF:Invincibility (5/5):Enemy :supxevs:00800000:0007A:00000008:00000008:Always Have Wide Blaster :supxevs:00800000:0007A:00000010:00000010:Always Have Back Zapper :supxevs:00800000:0007A:00000020:00000020:Always Have Super Zapper:You will normally get the Super Zapper in Area 11-1b and only destroy Bacula with the Super Zapper :supxevs:00000001:0007A:00000080:FFFFFFFF:Lose this Life Now! :supxevs:62000000:00000:00000000:00000000:Select Starting Area:Enable on the "PUSH START BUTTON" message after inserted credit :supxevs:00010001:00074:00000000:FFFFFFFF:Area 1 :supxevs:00010001:00074:00000008:FFFFFFFF:Area 2 :supxevs:00010001:00074:00000010:FFFFFFFF:Area 3 :supxevs:00010001:00074:00000018:FFFFFFFF:Area 4 :supxevs:00010001:00074:00000020:FFFFFFFF:Area 5 :supxevs:00010001:00074:00000030:FFFFFFFF:Area 6 :supxevs:00010001:00074:00000040:FFFFFFFF:Area 7 :supxevs:00010001:00074:00000048:FFFFFFFF:Area 8 :supxevs:00010001:00074:00000050:FFFFFFFF:Area 9 :supxevs:00010001:00074:00000058:FFFFFFFF:Area 10 :supxevs:00010001:00074:00000060:FFFFFFFF:Area 11-1a :supxevs:00010001:00074:00000068:FFFFFFFF:Area 11-1b :supxevs:00010001:00074:00000070:FFFFFFFF:Area 11-1c :supxevs:00010001:00074:00000078:FFFFFFFF:Area 11-2 :supxevs:00010001:00074:00000080:FFFFFFFF:Area 12 :supxevs:00010001:00074:00000088:FFFFFFFF:Area 13 :supxevs:00010001:00074:00000098:FFFFFFFF:Area 14 :supxevs:00010001:00074:000000A0:FFFFFFFF:Area 15 :supxevs:00010001:00074:000000A8:FFFFFFFF:Area 16 :supxevs:00010001:00074:000000B0:FFFFFFFF:Area 17 :supxevs:00000000:00025:00000000:FFFFFFFF:Rapid Fire:Hold Shot Button ; [ Surprise Attack (World ver. K) ] suratk:0:5945:5A:006:Infinite Time suratk:0:5964:09:000:Infinite Lives suratk:0:0BD4:00:998:Watch me for good answer suratk:0:1FBB:00:000:Invincibility suratk:0:1FE5:00:001:Get Normal Disk Now! suratk:0:1FE5:01:001:Get Grenade Disk Now! suratk:0:1DA1:00:000:Always No Bombs Remain suratk:0:5904:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Surprise Attack (Asia ver. L) ] suratka:0:5945:5A:006:Infinite Time suratka:0:5964:09:000:Infinite Lives suratka:0:0BD4:00:998:Watch me for good answer suratka:0:1FBB:00:000:Invincibility suratka:0:1FE5:00:001:Get Normal Disk Now! suratka:0:1FE5:01:001:Get Grenade Disk Now! suratka:0:1DA1:00:000:Always No Bombs Remain suratka:0:5904:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Surprise Attack (Japan ver. M) ] suratkj:0:5945:5A:006:Infinite Time suratkj:0:5964:09:000:Infinite Lives suratkj:0:0BD4:00:998:Watch me for good answer suratkj:0:1FBB:00:000:Invincibility suratkj:0:1FE5:00:001:Get Normal Disk Now! suratkj:0:1FE5:01:001:Get Grenade Disk Now! suratkj:0:1DA1:00:000:Always No Bombs Remain suratkj:0:5904:00:000:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Surf Planet ] surfplnt:0:FE0528:16:000:Infinite Time surfplnt:0:FE052B:00:500:Infinite Time (2/3) surfplnt:0:FE052C:00:500:Infinite Time (3/3) surfplnt:0:FE3741:78:000:Always have Perfect Wax surfplnt:0:FE0065:00:000:Always be in FIRST Place ; [ Survival Arts (World) ] survarts:0:00BB38:99:000:Infinite Time survarts:0:00839E:90:000:Infinite Energy PL1 survarts:0:00839E:00:001:Drain All Energy Now! PL1 survarts:0:008F4E:90:000:Infinite Energy PL2 survarts:0:008F4E:00:001:Drain All Energy Now! PL2 ; [ Survival Arts (USA) ] survartu:0:00BB38:99:000:Infinite Time survartu:0:00839E:90:000:Infinite Energy PL1 survartu:0:00839E:00:001:Drain All Energy Now! PL1 survartu:0:008F4E:90:000:Infinite Energy PL2 survartu:0:008F4E:00:001:Drain All Energy Now! PL2 ; [ Survival ] survival:0:439B:99:000:Infinite Zaps survival:0:439A:09:500:Infinite Zaps (2/2) survival:0:43ED:99:000:Infinite Lives PL1 survival:0:43EE:99:000:Infinite Lives PL2 ; [ Susume! Taisen Puzzle-Dama (GV027 JAPAN 1.20) ] susume:0:0A1038:63:000:Infinite Credits susume:0:0B5DC1:00:000:Never get Attacked PL1 susume:0:0B5DC0:FF:001:Attack opposite side Now! PL1:Can be a bit buggy... susume:0:0B5DC0:00:000:Never get Attacked PL2 susume:0:0B5DC1:FF:001:Attack opposite side Now! PL2:Can be a bit buggy... ; [ Tapper (Suntory) ] sutapper:0:E011:09:000:Infinite Credits sutapper:0:E4A7:06:000:Infinite Lives sutapper:0:0798:C3:100:Invincibility:Glasses will continue on their journey until collected and you won't get pulled down the bar. THe overall effect can be quite strange and there's only so many glasses sprites to go around so you might have to collect some empties to pull some more. sutapper:0:07A2:C3:600:Invincibility (2/6):Parts 1-2 allows you to pick the empty glasses up whenever sutapper:0:0818:C3:600:Invincibility (3/6) sutapper:0:0810:C3:600:Invincibility (4/6):Parts 3-4 stops the full glasses smashing infact they continue wrap back around until picked up sutapper:0:08D3:C3:600:Invincibility (5/6) sutapper:0:08E9:18:600:Invincibility (6/6):Parts 5-6 stop angry and 'legless' customers pulling you down the bar...they just continue going sutapper:0:E711:01:001:Serve one beer on this level sutapper:0:0000:00:999:[ This Nonstop Dancing Girls cheat ] sutapper:0:0000:00:999:[ doesn't start until after you get ] sutapper:0:0000:00:999:[ the money. Also new customers are ] sutapper:0:0000:00:999:[ NOT distracted by them!! ] sutapper:0:E712:FF:000:Nonstop Dancing Girls :sutapper:00001301:E4A8:00000062:FFFFFFFF:Select starting level:You should enable this cheat on the 'Press 1 or 2 player' screen ie. after credits have been inserted! sutapper:0:E4A8:62:071:Select current level sutapper:0:E4A8:62:061:Select next level ; [ Suzuka 8 Hours 2 (World) ] suzuk8h2:0:107156:17:000:Infinite Time suzuk8h2:0:107157:34:500:Infinite Time (2/2) ; [ Suzuka 8 Hours (Japan) ] suzuk8hj:0:107156:17:000:Infinite Time suzuk8hj:0:107157:34:500:Infinite Time (2/2) ; [ Suzuka 8 Hours (World) ] suzuka8h:0:107156:17:000:Infinite Time suzuka8h:0:107157:34:500:Infinite Time (2/2) ; [ Watashiha Suzumechan (Japan) ] suzume:0:0000:00:999:[ There are no cheats ]:REASON 3 suzume:0:0000:00:999:[ for this game as it ]:REASON 3 suzume:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 suzume:0:0000:00:999:[ Cheats will be added ]:REASON 3 suzume:0:0000:00:999:[ when somebody submits ]:REASON 3 suzume:0:0000:00:999:[ some. If you have ]:REASON 3 suzume:0:0000:00:999:[ made some cheats for ]:REASON 3 suzume:0:0000:00:999:[ this game please post ]:REASON 3 suzume:0:0000:00:999:[ them on the cheat ]:REASON 3 suzume:0:0000:00:999:[ forums. ]:REASON 3 ; [ SvC Chaos - SNK vs Capcom (MVS) ] :svc:00000000:10AC15:0000005B:FFFFFFFF:Infinite Time :svc:00000000:10ABDD:00000008:FFFFFFFF:Stage 1 Clear to Ending :svc:00000000:10CD6C:0000000F:FFFFFFFF:Infinite Time in Player Select :svc:00000000:10A239:000000E0:FFFFFFFF:Infinite Energy PL1 :svc:00000000:10A239:00000070:FFFFFFFF:Infinite Energy (Red) PL1 :svc:00000000:10A1E8:00000063:FFFFFFFF:Always Max Power PL1 :svc:00010000:10A1E9:000000FF:FFFFFFFF:Always Max Power PL1 (2/3) :svc:00010000:10A21D:00000020:FFFFFFFF:Always Max Power PL1 (3/3) :svc:00000000:1000A4:00000001:FFFFFFFF:Infinite Exceed PL1 :svc:00000000:10A247:00000070:FFFFFFFF:Infinite Guard PL1 :svc:00000000:10A239:00000000:FFFFFFFF:No Energy PL1 :svc:00000000:10A1E8:00000000:FFFFFFFF:No Power PL1 :svc:00010000:10A1E9:00000000:FFFFFFFF:No Power PL1 (2/2) :svc:00000000:10A247:00000000:FFFFFFFF:No Guard PL1 :svc:62000000:000000:00000000:00000000:Select Character PL1 :svc:00010000:101353:00000000:FFFFFFFF:Kyo :svc:00010000:101353:00000001:FFFFFFFF:Iori :svc:00010000:101353:00000002:FFFFFFFF:Ryo :svc:00010000:101353:00000003:FFFFFFFF:Terry :svc:00010000:101353:00000004:FFFFFFFF:Mai :svc:00010000:101353:00000005:FFFFFFFF:Kasumi :svc:00010000:101353:00000006:FFFFFFFF:Kim :svc:00010000:101353:00000007:FFFFFFFF:Mr.Karate :svc:00010000:101353:00000008:FFFFFFFF:Choi :svc:00010000:101353:00000009:FFFFFFFF:Earthquake :svc:00010000:101353:0000000A:FFFFFFFF:Genjyuro :svc:00010000:101353:0000000B:FFFFFFFF:Shiki :svc:00010000:101353:0000000C:FFFFFFFF:Geeze * :svc:00010000:101353:0000000D:FFFFFFFF:Mars People * :svc:00010000:101353:0000000E:FFFFFFFF:Goenitz * :svc:00010000:101353:0000000F:FFFFFFFF:Athena ** :svc:00010000:101353:00000010:FFFFFFFF:Ryu :svc:00010000:101353:00000011:FFFFFFFF:Ken :svc:00010000:101353:00000012:FFFFFFFF:Chun-Li :svc:00010000:101353:00000013:FFFFFFFF:Guile :svc:00010000:101353:00000014:FFFFFFFF:Dhalsim :svc:00010000:101353:00000015:FFFFFFFF:M.Bison (Balrog) :svc:00010000:101353:00000016:FFFFFFFF:Balrog (Vega) :svc:00010000:101353:00000017:FFFFFFFF:Sagat :svc:00010000:101353:00000018:FFFFFFFF:Vega (M.Bison) :svc:00010000:101353:00000019:FFFFFFFF:Gouki (Akuma) :svc:00010000:101353:0000001A:FFFFFFFF:Hugo :svc:00010000:101353:0000001B:FFFFFFFF:Tessa :svc:00010000:101353:0000001C:FFFFFFFF:Zero * :svc:00010000:101353:0000001D:FFFFFFFF:Demitri * :svc:00010000:101353:0000001E:FFFFFFFF:Dan * :svc:00010000:101353:0000001F:FFFFFFFF:Red Arremer ** :svc:00010000:101353:00000020:FFFFFFFF:Iori * :svc:00010000:101353:00000021:FFFFFFFF:Mr.Karate ** :svc:00010000:101353:00000022:FFFFFFFF:Violent Ken * :svc:00010000:101353:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** :svc:00000000:10A4B9:000000E0:FFFFFFFF:Infinite Energy PL2 :svc:00000000:10A4B9:00000070:FFFFFFFF:Infinite Energy (Red) PL2 :svc:00000000:10A468:00000063:FFFFFFFF:Always Max Power PL2 :svc:00010000:10A469:000000FF:FFFFFFFF:Always Max Power PL2 (2/3) :svc:00010000:10A49D:00000020:FFFFFFFF:Always Max Power PL2 (3/3) :svc:00000000:1000A5:00000001:FFFFFFFF:Infinite Exceed PL2 :svc:00000000:10A4C7:00000070:FFFFFFFF:Infinite Guard PL2 :svc:00000000:10A4B9:00000000:FFFFFFFF:No Energy PL2 :svc:00000000:10A468:00000000:FFFFFFFF:No Power PL2 :svc:00010000:10A469:00000000:FFFFFFFF:No Power PL2 (2/2) :svc:00000000:10A4C7:00000000:FFFFFFFF:No Guard PL2 :svc:62000000:000000:00000000:00000000:Select Character PL2 :svc:00010000:1013D3:00000000:FFFFFFFF:Kyo :svc:00010000:1013D3:00000001:FFFFFFFF:Iori :svc:00010000:1013D3:00000002:FFFFFFFF:Ryo :svc:00010000:1013D3:00000003:FFFFFFFF:Terry :svc:00010000:1013D3:00000004:FFFFFFFF:Mai :svc:00010000:1013D3:00000005:FFFFFFFF:Kasumi :svc:00010000:1013D3:00000006:FFFFFFFF:Kim :svc:00010000:1013D3:00000007:FFFFFFFF:Mr.Karate :svc:00010000:1013D3:00000008:FFFFFFFF:Choi :svc:00010000:1013D3:00000009:FFFFFFFF:Earthquake :svc:00010000:1013D3:0000000A:FFFFFFFF:Genjyuro :svc:00010000:1013D3:0000000B:FFFFFFFF:Shiki :svc:00010000:1013D3:0000000C:FFFFFFFF:Geeze * :svc:00010000:1013D3:0000000D:FFFFFFFF:Mars People * :svc:00010000:1013D3:0000000E:FFFFFFFF:Goenitz * :svc:00010000:1013D3:0000000F:FFFFFFFF:Athena ** :svc:00010000:1013D3:00000010:FFFFFFFF:Ryu :svc:00010000:1013D3:00000011:FFFFFFFF:Ken :svc:00010000:1013D3:00000012:FFFFFFFF:Chun-Li :svc:00010000:1013D3:00000013:FFFFFFFF:Guile :svc:00010000:1013D3:00000014:FFFFFFFF:Dhalsim :svc:00010000:1013D3:00000015:FFFFFFFF:M.Bison (Balrog) :svc:00010000:1013D3:00000016:FFFFFFFF:Balrog (Vega) :svc:00010000:1013D3:00000017:FFFFFFFF:Sagat :svc:00010000:1013D3:00000018:FFFFFFFF:Vega (M.Bison) :svc:00010000:1013D3:00000019:FFFFFFFF:Gouki (Akuma) :svc:00010000:1013D3:0000001A:FFFFFFFF:Hugo :svc:00010000:1013D3:0000001B:FFFFFFFF:Tessa :svc:00010000:1013D3:0000001C:FFFFFFFF:Zero * :svc:00010000:1013D3:0000001D:FFFFFFFF:Demitri * :svc:00010000:1013D3:0000001E:FFFFFFFF:Dan * :svc:00010000:1013D3:0000001F:FFFFFFFF:Red Arremer ** :svc:00010000:1013D3:00000020:FFFFFFFF:Iori * :svc:00010000:1013D3:00000021:FFFFFFFF:Mr.Karate ** :svc:00010000:1013D3:00000022:FFFFFFFF:Violent Ken * :svc:00010000:1013D3:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** :svc:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :svc:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :svc:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ SvC Chaos - SNK vs Capcom (MVS) (bootleg) ] :svcboot:00000000:10AC15:0000005B:FFFFFFFF:Infinite Time :svcboot:00000000:10ABDD:00000008:FFFFFFFF:Stage 1 Clear to Ending :svcboot:00000000:10CD6C:0000000F:FFFFFFFF:Infinite Time in Player Select :svcboot:00000000:10A239:000000E0:FFFFFFFF:Infinite Energy PL1 :svcboot:00000000:10A239:00000070:FFFFFFFF:Infinite Energy (Red) PL1 :svcboot:00000000:10A1E8:00000063:FFFFFFFF:Always Max Power PL1 :svcboot:00010000:10A1E9:000000FF:FFFFFFFF:Always Max Power PL1 (2/3) :svcboot:00010000:10A21D:00000020:FFFFFFFF:Always Max Power PL1 (3/3) :svcboot:00000000:1000A4:00000001:FFFFFFFF:Infinite Exceed PL1 :svcboot:00000000:10A247:00000070:FFFFFFFF:Infinite Guard PL1 :svcboot:00000000:10A239:00000000:FFFFFFFF:No Energy PL1 :svcboot:00000000:10A1E8:00000000:FFFFFFFF:No Power PL1 :svcboot:00010000:10A1E9:00000000:FFFFFFFF:No Power PL1 (2/2) :svcboot:00000000:10A247:00000000:FFFFFFFF:No Guard PL1 :svcboot:62000000:000000:00000000:00000000:Select Character PL1 :svcboot:00010000:101353:00000000:FFFFFFFF:Kyo :svcboot:00010000:101353:00000001:FFFFFFFF:Iori :svcboot:00010000:101353:00000002:FFFFFFFF:Ryo :svcboot:00010000:101353:00000003:FFFFFFFF:Terry :svcboot:00010000:101353:00000004:FFFFFFFF:Mai :svcboot:00010000:101353:00000005:FFFFFFFF:Kasumi :svcboot:00010000:101353:00000006:FFFFFFFF:Kim :svcboot:00010000:101353:00000007:FFFFFFFF:Mr.Karate :svcboot:00010000:101353:00000008:FFFFFFFF:Choi :svcboot:00010000:101353:00000009:FFFFFFFF:Earthquake :svcboot:00010000:101353:0000000A:FFFFFFFF:Genjyuro :svcboot:00010000:101353:0000000B:FFFFFFFF:Shiki :svcboot:00010000:101353:0000000C:FFFFFFFF:Geeze * :svcboot:00010000:101353:0000000D:FFFFFFFF:Mars People * :svcboot:00010000:101353:0000000E:FFFFFFFF:Goenitz * :svcboot:00010000:101353:0000000F:FFFFFFFF:Athena ** :svcboot:00010000:101353:00000010:FFFFFFFF:Ryu :svcboot:00010000:101353:00000011:FFFFFFFF:Ken :svcboot:00010000:101353:00000012:FFFFFFFF:Chun-Li :svcboot:00010000:101353:00000013:FFFFFFFF:Guile :svcboot:00010000:101353:00000014:FFFFFFFF:Dhalsim :svcboot:00010000:101353:00000015:FFFFFFFF:M.Bison (Balrog) :svcboot:00010000:101353:00000016:FFFFFFFF:Balrog (Vega) :svcboot:00010000:101353:00000017:FFFFFFFF:Sagat :svcboot:00010000:101353:00000018:FFFFFFFF:Vega (M.Bison) :svcboot:00010000:101353:00000019:FFFFFFFF:Gouki (Akuma) :svcboot:00010000:101353:0000001A:FFFFFFFF:Hugo :svcboot:00010000:101353:0000001B:FFFFFFFF:Tessa :svcboot:00010000:101353:0000001C:FFFFFFFF:Zero * :svcboot:00010000:101353:0000001D:FFFFFFFF:Demitri * :svcboot:00010000:101353:0000001E:FFFFFFFF:Dan * :svcboot:00010000:101353:0000001F:FFFFFFFF:Red Arremer ** :svcboot:00010000:101353:00000020:FFFFFFFF:Iori * :svcboot:00010000:101353:00000021:FFFFFFFF:Mr.Karate ** :svcboot:00010000:101353:00000022:FFFFFFFF:Violent Ken * :svcboot:00010000:101353:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** :svcboot:00000000:10A4B9:000000E0:FFFFFFFF:Infinite Energy PL2 :svcboot:00000000:10A4B9:00000070:FFFFFFFF:Infinite Energy (Red) PL2 :svcboot:00000000:10A468:00000063:FFFFFFFF:Always Max Power PL2 :svcboot:00010000:10A469:000000FF:FFFFFFFF:Always Max Power PL2 (2/3) :svcboot:00010000:10A49D:00000020:FFFFFFFF:Always Max Power PL2 (3/3) :svcboot:00000000:1000A5:00000001:FFFFFFFF:Infinite Exceed PL2 :svcboot:00000000:10A4C7:00000070:FFFFFFFF:Infinite Guard PL2 :svcboot:00000000:10A4B9:00000000:FFFFFFFF:No Energy PL2 :svcboot:00000000:10A468:00000000:FFFFFFFF:No Power PL2 :svcboot:00010000:10A469:00000000:FFFFFFFF:No Power PL2 (2/2) :svcboot:00000000:10A4C7:00000000:FFFFFFFF:No Guard PL2 :svcboot:62000000:000000:00000000:00000000:Select Character PL2 :svcboot:00010000:1013D3:00000000:FFFFFFFF:Kyo :svcboot:00010000:1013D3:00000001:FFFFFFFF:Iori :svcboot:00010000:1013D3:00000002:FFFFFFFF:Ryo :svcboot:00010000:1013D3:00000003:FFFFFFFF:Terry :svcboot:00010000:1013D3:00000004:FFFFFFFF:Mai :svcboot:00010000:1013D3:00000005:FFFFFFFF:Kasumi :svcboot:00010000:1013D3:00000006:FFFFFFFF:Kim :svcboot:00010000:1013D3:00000007:FFFFFFFF:Mr.Karate :svcboot:00010000:1013D3:00000008:FFFFFFFF:Choi :svcboot:00010000:1013D3:00000009:FFFFFFFF:Earthquake :svcboot:00010000:1013D3:0000000A:FFFFFFFF:Genjyuro :svcboot:00010000:1013D3:0000000B:FFFFFFFF:Shiki :svcboot:00010000:1013D3:0000000C:FFFFFFFF:Geeze * :svcboot:00010000:1013D3:0000000D:FFFFFFFF:Mars People * :svcboot:00010000:1013D3:0000000E:FFFFFFFF:Goenitz * :svcboot:00010000:1013D3:0000000F:FFFFFFFF:Athena ** :svcboot:00010000:1013D3:00000010:FFFFFFFF:Ryu :svcboot:00010000:1013D3:00000011:FFFFFFFF:Ken :svcboot:00010000:1013D3:00000012:FFFFFFFF:Chun-Li :svcboot:00010000:1013D3:00000013:FFFFFFFF:Guile :svcboot:00010000:1013D3:00000014:FFFFFFFF:Dhalsim :svcboot:00010000:1013D3:00000015:FFFFFFFF:M.Bison (Balrog) :svcboot:00010000:1013D3:00000016:FFFFFFFF:Balrog (Vega) :svcboot:00010000:1013D3:00000017:FFFFFFFF:Sagat :svcboot:00010000:1013D3:00000018:FFFFFFFF:Vega (M.Bison) :svcboot:00010000:1013D3:00000019:FFFFFFFF:Gouki (Akuma) :svcboot:00010000:1013D3:0000001A:FFFFFFFF:Hugo :svcboot:00010000:1013D3:0000001B:FFFFFFFF:Tessa :svcboot:00010000:1013D3:0000001C:FFFFFFFF:Zero * :svcboot:00010000:1013D3:0000001D:FFFFFFFF:Demitri * :svcboot:00010000:1013D3:0000001E:FFFFFFFF:Dan * :svcboot:00010000:1013D3:0000001F:FFFFFFFF:Red Arremer ** :svcboot:00010000:1013D3:00000020:FFFFFFFF:Iori * :svcboot:00010000:1013D3:00000021:FFFFFFFF:Mr.Karate ** :svcboot:00010000:1013D3:00000022:FFFFFFFF:Violent Ken * :svcboot:00010000:1013D3:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** :svcboot:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :svcboot:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :svcboot:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ SvC Chaos - SNK vs Capcom (JAMMA PCB) ] :svcpcb:00000000:10AC15:0000005B:FFFFFFFF:Infinite Time :svcpcb:00000000:10ABDD:00000008:FFFFFFFF:Stage 1 Clear to Ending :svcpcb:00000000:10CD6C:0000000F:FFFFFFFF:Infinite Time in Player Select :svcpcb:00000000:10A239:000000E0:FFFFFFFF:Infinite Energy PL1 :svcpcb:00000000:10A239:00000070:FFFFFFFF:Infinite Energy (Red) PL1 :svcpcb:00000000:10A1E8:00000063:FFFFFFFF:Always Max Power PL1 :svcpcb:00010000:10A1E9:000000FF:FFFFFFFF:Always Max Power PL1 (2/3) :svcpcb:00010000:10A21D:00000020:FFFFFFFF:Always Max Power PL1 (3/3) :svcpcb:00000000:1000A4:00000001:FFFFFFFF:Infinite Exceed PL1 :svcpcb:00000000:10A247:00000070:FFFFFFFF:Infinite Guard PL1 :svcpcb:00000000:10A239:00000000:FFFFFFFF:No Energy PL1 :svcpcb:00000000:10A1E8:00000000:FFFFFFFF:No Power PL1 :svcpcb:00010000:10A1E9:00000000:FFFFFFFF:No Power PL1 (2/2) :svcpcb:00000000:10A247:00000000:FFFFFFFF:No Guard PL1 :svcpcb:62000000:000000:00000000:00000000:Select Character PL1 :svcpcb:00010000:101353:00000000:FFFFFFFF:Kyo :svcpcb:00010000:101353:00000001:FFFFFFFF:Iori :svcpcb:00010000:101353:00000002:FFFFFFFF:Ryo :svcpcb:00010000:101353:00000003:FFFFFFFF:Terry :svcpcb:00010000:101353:00000004:FFFFFFFF:Mai :svcpcb:00010000:101353:00000005:FFFFFFFF:Kasumi :svcpcb:00010000:101353:00000006:FFFFFFFF:Kim :svcpcb:00010000:101353:00000007:FFFFFFFF:Mr.Karate :svcpcb:00010000:101353:00000008:FFFFFFFF:Choi :svcpcb:00010000:101353:00000009:FFFFFFFF:Earthquake :svcpcb:00010000:101353:0000000A:FFFFFFFF:Genjyuro :svcpcb:00010000:101353:0000000B:FFFFFFFF:Shiki :svcpcb:00010000:101353:0000000C:FFFFFFFF:Geeze * :svcpcb:00010000:101353:0000000D:FFFFFFFF:Mars People * :svcpcb:00010000:101353:0000000E:FFFFFFFF:Goenitz * :svcpcb:00010000:101353:0000000F:FFFFFFFF:Athena ** :svcpcb:00010000:101353:00000010:FFFFFFFF:Ryu :svcpcb:00010000:101353:00000011:FFFFFFFF:Ken :svcpcb:00010000:101353:00000012:FFFFFFFF:Chun-Li :svcpcb:00010000:101353:00000013:FFFFFFFF:Guile :svcpcb:00010000:101353:00000014:FFFFFFFF:Dhalsim :svcpcb:00010000:101353:00000015:FFFFFFFF:M.Bison (Balrog) :svcpcb:00010000:101353:00000016:FFFFFFFF:Balrog (Vega) :svcpcb:00010000:101353:00000017:FFFFFFFF:Sagat :svcpcb:00010000:101353:00000018:FFFFFFFF:Vega (M.Bison) :svcpcb:00010000:101353:00000019:FFFFFFFF:Gouki (Akuma) :svcpcb:00010000:101353:0000001A:FFFFFFFF:Hugo :svcpcb:00010000:101353:0000001B:FFFFFFFF:Tessa :svcpcb:00010000:101353:0000001C:FFFFFFFF:Zero * :svcpcb:00010000:101353:0000001D:FFFFFFFF:Demitri * :svcpcb:00010000:101353:0000001E:FFFFFFFF:Dan * :svcpcb:00010000:101353:0000001F:FFFFFFFF:Red Arremer ** :svcpcb:00010000:101353:00000020:FFFFFFFF:Iori * :svcpcb:00010000:101353:00000021:FFFFFFFF:Mr.Karate ** :svcpcb:00010000:101353:00000022:FFFFFFFF:Violent Ken * :svcpcb:00010000:101353:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** :svcpcb:00000000:10A4B9:000000E0:FFFFFFFF:Infinite Energy PL2 :svcpcb:00000000:10A4B9:00000070:FFFFFFFF:Infinite Energy (Red) PL2 :svcpcb:00000000:10A468:00000063:FFFFFFFF:Always Max Power PL2 :svcpcb:00010000:10A469:000000FF:FFFFFFFF:Always Max Power PL2 (2/3) :svcpcb:00010000:10A49D:00000020:FFFFFFFF:Always Max Power PL2 (3/3) :svcpcb:00000000:1000A5:00000001:FFFFFFFF:Infinite Exceed PL2 :svcpcb:00000000:10A4C7:00000070:FFFFFFFF:Infinite Guard PL2 :svcpcb:00000000:10A4B9:00000000:FFFFFFFF:No Energy PL2 :svcpcb:00000000:10A468:00000000:FFFFFFFF:No Power PL2 :svcpcb:00010000:10A469:00000000:FFFFFFFF:No Power PL2 (2/2) :svcpcb:00000000:10A4C7:00000000:FFFFFFFF:No Guard PL2 :svcpcb:62000000:000000:00000000:00000000:Select Character PL2 :svcpcb:00010000:1013D3:00000000:FFFFFFFF:Kyo :svcpcb:00010000:1013D3:00000001:FFFFFFFF:Iori :svcpcb:00010000:1013D3:00000002:FFFFFFFF:Ryo :svcpcb:00010000:1013D3:00000003:FFFFFFFF:Terry :svcpcb:00010000:1013D3:00000004:FFFFFFFF:Mai :svcpcb:00010000:1013D3:00000005:FFFFFFFF:Kasumi :svcpcb:00010000:1013D3:00000006:FFFFFFFF:Kim :svcpcb:00010000:1013D3:00000007:FFFFFFFF:Mr.Karate :svcpcb:00010000:1013D3:00000008:FFFFFFFF:Choi :svcpcb:00010000:1013D3:00000009:FFFFFFFF:Earthquake :svcpcb:00010000:1013D3:0000000A:FFFFFFFF:Genjyuro :svcpcb:00010000:1013D3:0000000B:FFFFFFFF:Shiki :svcpcb:00010000:1013D3:0000000C:FFFFFFFF:Geeze * :svcpcb:00010000:1013D3:0000000D:FFFFFFFF:Mars People * :svcpcb:00010000:1013D3:0000000E:FFFFFFFF:Goenitz * :svcpcb:00010000:1013D3:0000000F:FFFFFFFF:Athena ** :svcpcb:00010000:1013D3:00000010:FFFFFFFF:Ryu :svcpcb:00010000:1013D3:00000011:FFFFFFFF:Ken :svcpcb:00010000:1013D3:00000012:FFFFFFFF:Chun-Li :svcpcb:00010000:1013D3:00000013:FFFFFFFF:Guile :svcpcb:00010000:1013D3:00000014:FFFFFFFF:Dhalsim :svcpcb:00010000:1013D3:00000015:FFFFFFFF:M.Bison (Balrog) :svcpcb:00010000:1013D3:00000016:FFFFFFFF:Balrog (Vega) :svcpcb:00010000:1013D3:00000017:FFFFFFFF:Sagat :svcpcb:00010000:1013D3:00000018:FFFFFFFF:Vega (M.Bison) :svcpcb:00010000:1013D3:00000019:FFFFFFFF:Gouki (Akuma) :svcpcb:00010000:1013D3:0000001A:FFFFFFFF:Hugo :svcpcb:00010000:1013D3:0000001B:FFFFFFFF:Tessa :svcpcb:00010000:1013D3:0000001C:FFFFFFFF:Zero * :svcpcb:00010000:1013D3:0000001D:FFFFFFFF:Demitri * :svcpcb:00010000:1013D3:0000001E:FFFFFFFF:Dan * :svcpcb:00010000:1013D3:0000001F:FFFFFFFF:Red Arremer ** :svcpcb:00010000:1013D3:00000020:FFFFFFFF:Iori * :svcpcb:00010000:1013D3:00000021:FFFFFFFF:Mr.Karate ** :svcpcb:00010000:1013D3:00000022:FFFFFFFF:Violent Ken * :svcpcb:00010000:1013D3:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** :svcpcb:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :svcpcb:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :svcpcb:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ SvC Chaos - SNK vs Capcom Plus (set 1, bootleg) ] :svcplus:00000000:10FFF0:00000019:FFFFFFFF:Remove "PLUS" in the Title :svcplus:00000000:10AC22:00000000:FFFFFFFF:Mai's boobs bouncing :svcplus:00000000:10AC15:0000005B:FFFFFFFF:Infinite Time :svcplus:00000001:10AC15:00000000:FFFFFFFF:Finish this Round Now! :svcplus:00000000:10ABDD:00000008:FFFFFFFF:Stage 1 Clear to Ending :svcplus:00000000:10CD6C:0000000F:FFFFFFFF:Infinite Player Select Time :svcplus:00000000:10A239:000000E0:FFFFFFFF:Infinite Energy PL1 :svcplus:00000000:10A239:00000070:FFFFFFFF:Infinite Energy (Red) PL1 :svcplus:00000000:10A1E8:00000063:FFFFFFFF:Always Max Power PL1 :svcplus:00010000:10A1E9:000000FF:FFFFFFFF:Always Max Power PL1 (2/3) :svcplus:00010000:10A21D:00000020:FFFFFFFF:Always Max Power PL1 (3/3) :svcplus:00000000:1000A4:00000001:FFFFFFFF:Infinite Exceed PL1 :svcplus:00000000:10A247:00000070:FFFFFFFF:Infinite Guard PL1 :svcplus:00000001:10A239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :svcplus:00000000:10A1E8:00000000:FFFFFFFF:Always Minimum Power PL1 :svcplus:00010000:10A1E9:00000000:FFFFFFFF:Always Minimum Power PL1 (2/2) :svcplus:00000000:10A247:00000000:FFFFFFFF:No Guard PL1 svcplus:0:10A23F:70:000:Tough (No Groggy) PL1 svcplus:0:10A23F:00:000:Easy Groggy PL1 svcplus:0:10A245:01:500:Easy Groggy PL1 (2/2) :svcplus:62000000:000000:00000000:00000000:Select Character PL1 :svcplus:00010000:101353:00000000:FFFFFFFF:Kyo :svcplus:00010000:101353:00000001:FFFFFFFF:Iori :svcplus:00010000:101353:00000002:FFFFFFFF:Ryo :svcplus:00010000:101353:00000003:FFFFFFFF:Terry :svcplus:00010000:101353:00000004:FFFFFFFF:Mai :svcplus:00010000:101353:00000005:FFFFFFFF:Kasumi :svcplus:00010000:101353:00000006:FFFFFFFF:Kim :svcplus:00010000:101353:00000007:FFFFFFFF:Mr.Karate :svcplus:00010000:101353:00000008:FFFFFFFF:Choi :svcplus:00010000:101353:00000009:FFFFFFFF:Earthquake :svcplus:00010000:101353:0000000A:FFFFFFFF:Genjyuro :svcplus:00010000:101353:0000000B:FFFFFFFF:Shiki :svcplus:00010000:101353:0000000C:FFFFFFFF:Geeze * :svcplus:00010000:101353:0000000D:FFFFFFFF:Mars People * :svcplus:00010000:101353:0000000E:FFFFFFFF:Goenitz * :svcplus:00010000:101353:0000000F:FFFFFFFF:Athena ** :svcplus:00010000:101353:00000010:FFFFFFFF:Ryu :svcplus:00010000:101353:00000011:FFFFFFFF:Ken :svcplus:00010000:101353:00000012:FFFFFFFF:Chun-Li :svcplus:00010000:101353:00000013:FFFFFFFF:Guile :svcplus:00010000:101353:00000014:FFFFFFFF:Dhalsim :svcplus:00010000:101353:00000015:FFFFFFFF:M.Bison (Balrog) :svcplus:00010000:101353:00000016:FFFFFFFF:Balrog (Vega) :svcplus:00010000:101353:00000017:FFFFFFFF:Sagat :svcplus:00010000:101353:00000018:FFFFFFFF:Vega (M.Bison) :svcplus:00010000:101353:00000019:FFFFFFFF:Gouki (Akuma) :svcplus:00010000:101353:0000001A:FFFFFFFF:Hugo :svcplus:00010000:101353:0000001B:FFFFFFFF:Tessa :svcplus:00010000:101353:0000001C:FFFFFFFF:Zero * :svcplus:00010000:101353:0000001D:FFFFFFFF:Demitri * :svcplus:00010000:101353:0000001E:FFFFFFFF:Dan * :svcplus:00010000:101353:0000001F:FFFFFFFF:Red Arremer ** :svcplus:00010000:101353:00000020:FFFFFFFF:Iori * :svcplus:00010000:101353:00000021:FFFFFFFF:Mr.Karate ** :svcplus:00010000:101353:00000022:FFFFFFFF:Violent Ken * :svcplus:00010000:101353:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** svcplus:0:101353:21:000:Play as Mr.Karate (Super) PL1 svcplus:0:101353:23:000:Play as Shin-Gouki PL1 svcplus:0:101353:0F:000:Play as Princess Athena PL1 svcplus:0:101353:1F:000:Play as Red Arremer PL1 :svcplus:00000000:10A4B9:000000E0:FFFFFFFF:Infinite Energy PL2 :svcplus:00000000:10A4B9:00000070:FFFFFFFF:Infinite Energy (Red) PL2 :svcplus:00000000:10A468:00000063:FFFFFFFF:Always Max Power PL2 :svcplus:00010000:10A469:000000FF:FFFFFFFF:Always Max Power PL2 (2/3) :svcplus:00010000:10A49D:00000020:FFFFFFFF:Always Max Power PL2 (3/3) :svcplus:00000000:1000A5:00000001:FFFFFFFF:Infinite Exceed PL2 :svcplus:00000000:10A4C7:00000070:FFFFFFFF:Infinite Guard PL2 :svcplus:00000001:10A4B9:00000000:FFFFFFFF:Drain All Energy Now! PL2 :svcplus:00000000:10A468:00000000:FFFFFFFF:Always Minimum Power PL2 :svcplus:00010000:10A469:00000000:FFFFFFFF:Always Minimum Power PL2 (2/2) :svcplus:00000000:10A4C7:00000000:FFFFFFFF:No Guard PL2 svcplus:0:10A4BF:70:000:Tough (No Groggy) PL2 svcplus:0:10A4BF:00:000:Easy Groggy PL2 svcplus:0:10A4C5:01:500:Easy Groggy PL2 (2/2) :svcplus:62000000:000000:00000000:00000000:Select Character PL2 :svcplus:00010000:1013D3:00000000:FFFFFFFF:Kyo :svcplus:00010000:1013D3:00000001:FFFFFFFF:Iori :svcplus:00010000:1013D3:00000002:FFFFFFFF:Ryo :svcplus:00010000:1013D3:00000003:FFFFFFFF:Terry :svcplus:00010000:1013D3:00000004:FFFFFFFF:Mai :svcplus:00010000:1013D3:00000005:FFFFFFFF:Kasumi :svcplus:00010000:1013D3:00000006:FFFFFFFF:Kim :svcplus:00010000:1013D3:00000007:FFFFFFFF:Mr.Karate :svcplus:00010000:1013D3:00000008:FFFFFFFF:Choi :svcplus:00010000:1013D3:00000009:FFFFFFFF:Earthquake :svcplus:00010000:1013D3:0000000A:FFFFFFFF:Genjyuro :svcplus:00010000:1013D3:0000000B:FFFFFFFF:Shiki :svcplus:00010000:1013D3:0000000C:FFFFFFFF:Geeze * :svcplus:00010000:1013D3:0000000D:FFFFFFFF:Mars People * :svcplus:00010000:1013D3:0000000E:FFFFFFFF:Goenitz * :svcplus:00010000:1013D3:0000000F:FFFFFFFF:Athena ** :svcplus:00010000:1013D3:00000010:FFFFFFFF:Ryu :svcplus:00010000:1013D3:00000011:FFFFFFFF:Ken :svcplus:00010000:1013D3:00000012:FFFFFFFF:Chun-Li :svcplus:00010000:1013D3:00000013:FFFFFFFF:Guile :svcplus:00010000:1013D3:00000014:FFFFFFFF:Dhalsim :svcplus:00010000:1013D3:00000015:FFFFFFFF:M.Bison (Balrog) :svcplus:00010000:1013D3:00000016:FFFFFFFF:Balrog (Vega) :svcplus:00010000:1013D3:00000017:FFFFFFFF:Sagat :svcplus:00010000:1013D3:00000018:FFFFFFFF:Vega (M.Bison) :svcplus:00010000:1013D3:00000019:FFFFFFFF:Gouki (Akuma) :svcplus:00010000:1013D3:0000001A:FFFFFFFF:Hugo :svcplus:00010000:1013D3:0000001B:FFFFFFFF:Tessa :svcplus:00010000:1013D3:0000001C:FFFFFFFF:Zero * :svcplus:00010000:1013D3:0000001D:FFFFFFFF:Demitri * :svcplus:00010000:1013D3:0000001E:FFFFFFFF:Dan * :svcplus:00010000:1013D3:0000001F:FFFFFFFF:Red Arremer ** :svcplus:00010000:1013D3:00000020:FFFFFFFF:Iori * :svcplus:00010000:1013D3:00000021:FFFFFFFF:Mr.Karate ** :svcplus:00010000:1013D3:00000022:FFFFFFFF:Violent Ken * :svcplus:00010000:1013D3:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** svcplus:0:1015D3:21:000:Play as Mr.Karate (Super) PL2 svcplus:0:1015D3:23:000:Play as Shin-Gouki PL2 svcplus:0:1015D3:0F:000:Play as Princess Athena PL2 svcplus:0:1015D3:1F:000:Play as Red Arremer PL2 :svcplus:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :svcplus:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :svcplus:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ SvC Chaos - SNK vs Capcom Plus (set 2, bootleg) ] :svcplusa:00000000:10FFF0:00000019:FFFFFFFF:Remove "PLUS" in the Title :svcplusa:00000000:10AC22:00000000:FFFFFFFF:Mai's boobs bouncing :svcplusa:00000000:10AC15:0000005B:FFFFFFFF:Infinite Time :svcplusa:00000001:10AC15:00000000:FFFFFFFF:Finish this Round Now! :svcplusa:00000000:10ABDD:00000008:FFFFFFFF:Stage 1 Clear to Ending :svcplusa:00000000:10CD6C:0000000F:FFFFFFFF:Infinite Player Select Time :svcplusa:00000000:10A239:000000E0:FFFFFFFF:Infinite Energy PL1 :svcplusa:00000000:10A239:00000070:FFFFFFFF:Infinite Energy (Red) PL1 :svcplusa:00000000:10A1E8:00000063:FFFFFFFF:Always Max Power PL1 :svcplusa:00010000:10A1E9:000000FF:FFFFFFFF:Always Max Power PL1 (2/3) :svcplusa:00010000:10A21D:00000020:FFFFFFFF:Always Max Power PL1 (3/3) :svcplusa:00000000:1000A4:00000001:FFFFFFFF:Infinite Exceed PL1 :svcplusa:00000000:10A247:00000070:FFFFFFFF:Infinite Guard PL1 :svcplusa:00000001:10A239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :svcplusa:00000000:10A1E8:00000000:FFFFFFFF:Always Minimum Power PL1 :svcplusa:00010000:10A1E9:00000000:FFFFFFFF:Always Minimum Power PL1 (2/2) :svcplusa:00000000:10A247:00000000:FFFFFFFF:No Guard PL1 svcplusa:0:10A23F:70:000:Tough (No Groggy) PL1 svcplusa:0:10A23F:00:000:Easy Groggy PL1 svcplusa:0:10A245:01:500:Easy Groggy PL1 (2/2) :svcplusa:62000000:000000:00000000:00000000:Select Character PL1 :svcplusa:00010000:101353:00000000:FFFFFFFF:Kyo :svcplusa:00010000:101353:00000001:FFFFFFFF:Iori :svcplusa:00010000:101353:00000002:FFFFFFFF:Ryo :svcplusa:00010000:101353:00000003:FFFFFFFF:Terry :svcplusa:00010000:101353:00000004:FFFFFFFF:Mai :svcplusa:00010000:101353:00000005:FFFFFFFF:Kasumi :svcplusa:00010000:101353:00000006:FFFFFFFF:Kim :svcplusa:00010000:101353:00000007:FFFFFFFF:Mr.Karate :svcplusa:00010000:101353:00000008:FFFFFFFF:Choi :svcplusa:00010000:101353:00000009:FFFFFFFF:Earthquake :svcplusa:00010000:101353:0000000A:FFFFFFFF:Genjyuro :svcplusa:00010000:101353:0000000B:FFFFFFFF:Shiki :svcplusa:00010000:101353:0000000C:FFFFFFFF:Geeze * :svcplusa:00010000:101353:0000000D:FFFFFFFF:Mars People * :svcplusa:00010000:101353:0000000E:FFFFFFFF:Goenitz * :svcplusa:00010000:101353:0000000F:FFFFFFFF:Athena ** :svcplusa:00010000:101353:00000010:FFFFFFFF:Ryu :svcplusa:00010000:101353:00000011:FFFFFFFF:Ken :svcplusa:00010000:101353:00000012:FFFFFFFF:Chun-Li :svcplusa:00010000:101353:00000013:FFFFFFFF:Guile :svcplusa:00010000:101353:00000014:FFFFFFFF:Dhalsim :svcplusa:00010000:101353:00000015:FFFFFFFF:M.Bison (Balrog) :svcplusa:00010000:101353:00000016:FFFFFFFF:Balrog (Vega) :svcplusa:00010000:101353:00000017:FFFFFFFF:Sagat :svcplusa:00010000:101353:00000018:FFFFFFFF:Vega (M.Bison) :svcplusa:00010000:101353:00000019:FFFFFFFF:Gouki (Akuma) :svcplusa:00010000:101353:0000001A:FFFFFFFF:Hugo :svcplusa:00010000:101353:0000001B:FFFFFFFF:Tessa :svcplusa:00010000:101353:0000001C:FFFFFFFF:Zero * :svcplusa:00010000:101353:0000001D:FFFFFFFF:Demitri * :svcplusa:00010000:101353:0000001E:FFFFFFFF:Dan * :svcplusa:00010000:101353:0000001F:FFFFFFFF:Red Arremer ** :svcplusa:00010000:101353:00000020:FFFFFFFF:Iori * :svcplusa:00010000:101353:00000021:FFFFFFFF:Mr.Karate ** :svcplusa:00010000:101353:00000022:FFFFFFFF:Violent Ken * :svcplusa:00010000:101353:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** svcplusa:0:101353:21:000:Play as Mr.Karate (Super) PL1 svcplusa:0:101353:23:000:Play as Shin-Gouki PL1 svcplusa:0:101353:0F:000:Play as Princess Athena PL1 svcplusa:0:101353:1F:000:Play as Red Arremer PL1 :svcplusa:00000000:10A4B9:000000E0:FFFFFFFF:Infinite Energy PL2 :svcplusa:00000000:10A4B9:00000070:FFFFFFFF:Infinite Energy (Red) PL2 :svcplusa:00000000:10A468:00000063:FFFFFFFF:Always Max Power PL2 :svcplusa:00010000:10A469:000000FF:FFFFFFFF:Always Max Power PL2 (2/3) :svcplusa:00010000:10A49D:00000020:FFFFFFFF:Always Max Power PL2 (3/3) :svcplusa:00000000:1000A5:00000001:FFFFFFFF:Infinite Exceed PL2 :svcplusa:00000000:10A4C7:00000070:FFFFFFFF:Infinite Guard PL2 :svcplusa:00000001:10A4B9:00000000:FFFFFFFF:Drain All Energy Now! PL2 :svcplusa:00000000:10A468:00000000:FFFFFFFF:Always Minimum Power PL2 :svcplusa:00010000:10A469:00000000:FFFFFFFF:Always Minimum Power PL2 (2/2) :svcplusa:00000000:10A4C7:00000000:FFFFFFFF:No Guard PL2 svcplusa:0:10A4BF:70:000:Tough (No Groggy) PL2 svcplusa:0:10A4BF:00:000:Easy Groggy PL2 svcplusa:0:10A4C5:01:500:Easy Groggy PL2 (2/2) :svcplusa:62000000:000000:00000000:00000000:Select Character PL2 :svcplusa:00010000:1013D3:00000000:FFFFFFFF:Kyo :svcplusa:00010000:1013D3:00000001:FFFFFFFF:Iori :svcplusa:00010000:1013D3:00000002:FFFFFFFF:Ryo :svcplusa:00010000:1013D3:00000003:FFFFFFFF:Terry :svcplusa:00010000:1013D3:00000004:FFFFFFFF:Mai :svcplusa:00010000:1013D3:00000005:FFFFFFFF:Kasumi :svcplusa:00010000:1013D3:00000006:FFFFFFFF:Kim :svcplusa:00010000:1013D3:00000007:FFFFFFFF:Mr.Karate :svcplusa:00010000:1013D3:00000008:FFFFFFFF:Choi :svcplusa:00010000:1013D3:00000009:FFFFFFFF:Earthquake :svcplusa:00010000:1013D3:0000000A:FFFFFFFF:Genjyuro :svcplusa:00010000:1013D3:0000000B:FFFFFFFF:Shiki :svcplusa:00010000:1013D3:0000000C:FFFFFFFF:Geeze * :svcplusa:00010000:1013D3:0000000D:FFFFFFFF:Mars People * :svcplusa:00010000:1013D3:0000000E:FFFFFFFF:Goenitz * :svcplusa:00010000:1013D3:0000000F:FFFFFFFF:Athena ** :svcplusa:00010000:1013D3:00000010:FFFFFFFF:Ryu :svcplusa:00010000:1013D3:00000011:FFFFFFFF:Ken :svcplusa:00010000:1013D3:00000012:FFFFFFFF:Chun-Li :svcplusa:00010000:1013D3:00000013:FFFFFFFF:Guile :svcplusa:00010000:1013D3:00000014:FFFFFFFF:Dhalsim :svcplusa:00010000:1013D3:00000015:FFFFFFFF:M.Bison (Balrog) :svcplusa:00010000:1013D3:00000016:FFFFFFFF:Balrog (Vega) :svcplusa:00010000:1013D3:00000017:FFFFFFFF:Sagat :svcplusa:00010000:1013D3:00000018:FFFFFFFF:Vega (M.Bison) :svcplusa:00010000:1013D3:00000019:FFFFFFFF:Gouki (Akuma) :svcplusa:00010000:1013D3:0000001A:FFFFFFFF:Hugo :svcplusa:00010000:1013D3:0000001B:FFFFFFFF:Tessa :svcplusa:00010000:1013D3:0000001C:FFFFFFFF:Zero * :svcplusa:00010000:1013D3:0000001D:FFFFFFFF:Demitri * :svcplusa:00010000:1013D3:0000001E:FFFFFFFF:Dan * :svcplusa:00010000:1013D3:0000001F:FFFFFFFF:Red Arremer ** :svcplusa:00010000:1013D3:00000020:FFFFFFFF:Iori * :svcplusa:00010000:1013D3:00000021:FFFFFFFF:Mr.Karate ** :svcplusa:00010000:1013D3:00000022:FFFFFFFF:Violent Ken * :svcplusa:00010000:1013D3:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** svcplusa:0:1015D3:21:000:Play as Mr.Karate (Super) PL2 svcplusa:0:1015D3:23:000:Play as Shin-Gouki PL2 svcplusa:0:1015D3:0F:000:Play as Princess Athena PL2 svcplusa:0:1015D3:1F:000:Play as Red Arremer PL2 :svcplusa:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :svcplusa:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :svcplusa:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ SvC Chaos - SNK vs Capcom Super Plus (bootleg) ] :svcsplus:00000000:10FFF0:00000019:FFFFFFFF:Remove "PLUS" in the Title :svcsplus:00000000:10AC22:00000000:FFFFFFFF:Mai's boobs bouncing :svcsplus:00000000:10AC15:0000005B:FFFFFFFF:Infinite Time :svcsplus:00000001:10AC15:00000000:FFFFFFFF:Finish this Round Now! :svcsplus:00000000:10ABDD:00000008:FFFFFFFF:Stage 1 Clear to Ending :svcsplus:00000000:10CD6C:0000000F:FFFFFFFF:Infinite Player Select Time :svcsplus:00000000:10A239:000000E0:FFFFFFFF:Infinite Energy PL1 :svcsplus:00000000:10A239:00000070:FFFFFFFF:Infinite Energy (Red) PL1 :svcsplus:00000000:10A1E8:00000063:FFFFFFFF:Always Max Power PL1 :svcsplus:00010000:10A1E9:000000FF:FFFFFFFF:Always Max Power PL1 (2/3) :svcsplus:00010000:10A21D:00000020:FFFFFFFF:Always Max Power PL1 (3/3) :svcsplus:00000000:1000A4:00000001:FFFFFFFF:Infinite Exceed PL1 :svcsplus:00000000:10A247:00000070:FFFFFFFF:Infinite Guard PL1 :svcsplus:00000001:10A239:00000000:FFFFFFFF:Drain All Energy Now! PL1 :svcsplus:00000000:10A1E8:00000000:FFFFFFFF:Always Minimum Power PL1 :svcsplus:00010000:10A1E9:00000000:FFFFFFFF:Always Minimum Power PL1 (2/2) :svcsplus:00000000:10A247:00000000:FFFFFFFF:No Guard PL1 svcsplus:0:10A23F:70:000:Tough (No Groggy) PL1 svcsplus:0:10A23F:00:000:Easy Groggy PL1 svcsplus:0:10A245:01:500:Easy Groggy PL1 (2/2) :svcsplus:62000000:000000:00000000:00000000:Select Character PL1 :svcsplus:00010000:101353:00000000:FFFFFFFF:Kyo :svcsplus:00010000:101353:00000001:FFFFFFFF:Iori :svcsplus:00010000:101353:00000002:FFFFFFFF:Ryo :svcsplus:00010000:101353:00000003:FFFFFFFF:Terry :svcsplus:00010000:101353:00000004:FFFFFFFF:Mai :svcsplus:00010000:101353:00000005:FFFFFFFF:Kasumi :svcsplus:00010000:101353:00000006:FFFFFFFF:Kim :svcsplus:00010000:101353:00000007:FFFFFFFF:Mr.Karate :svcsplus:00010000:101353:00000008:FFFFFFFF:Choi :svcsplus:00010000:101353:00000009:FFFFFFFF:Earthquake :svcsplus:00010000:101353:0000000A:FFFFFFFF:Genjyuro :svcsplus:00010000:101353:0000000B:FFFFFFFF:Shiki :svcsplus:00010000:101353:0000000C:FFFFFFFF:Geeze * :svcsplus:00010000:101353:0000000D:FFFFFFFF:Mars People * :svcsplus:00010000:101353:0000000E:FFFFFFFF:Goenitz * :svcsplus:00010000:101353:0000000F:FFFFFFFF:Athena ** :svcsplus:00010000:101353:00000010:FFFFFFFF:Ryu :svcsplus:00010000:101353:00000011:FFFFFFFF:Ken :svcsplus:00010000:101353:00000012:FFFFFFFF:Chun-Li :svcsplus:00010000:101353:00000013:FFFFFFFF:Guile :svcsplus:00010000:101353:00000014:FFFFFFFF:Dhalsim :svcsplus:00010000:101353:00000015:FFFFFFFF:M.Bison (Balrog) :svcsplus:00010000:101353:00000016:FFFFFFFF:Balrog (Vega) :svcsplus:00010000:101353:00000017:FFFFFFFF:Sagat :svcsplus:00010000:101353:00000018:FFFFFFFF:Vega (M.Bison) :svcsplus:00010000:101353:00000019:FFFFFFFF:Gouki (Akuma) :svcsplus:00010000:101353:0000001A:FFFFFFFF:Hugo :svcsplus:00010000:101353:0000001B:FFFFFFFF:Tessa :svcsplus:00010000:101353:0000001C:FFFFFFFF:Zero * :svcsplus:00010000:101353:0000001D:FFFFFFFF:Demitri * :svcsplus:00010000:101353:0000001E:FFFFFFFF:Dan * :svcsplus:00010000:101353:0000001F:FFFFFFFF:Red Arremer ** :svcsplus:00010000:101353:00000020:FFFFFFFF:Iori * :svcsplus:00010000:101353:00000021:FFFFFFFF:Mr.Karate ** :svcsplus:00010000:101353:00000022:FFFFFFFF:Violent Ken * :svcsplus:00010000:101353:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** svcsplus:0:101353:21:000:Play as Mr.Karate (Super) PL1 svcsplus:0:101353:23:000:Play as Shin-Gouki PL1 svcsplus:0:101353:0F:000:Play as Princess Athena PL1 svcsplus:0:101353:1F:000:Play as Red Arremer PL1 :svcsplus:00000000:10A4B9:000000E0:FFFFFFFF:Infinite Energy PL2 :svcsplus:00000000:10A4B9:00000070:FFFFFFFF:Infinite Energy (Red) PL2 :svcsplus:00000000:10A468:00000063:FFFFFFFF:Always Max Power PL2 :svcsplus:00010000:10A469:000000FF:FFFFFFFF:Always Max Power PL2 (2/3) :svcsplus:00010000:10A49D:00000020:FFFFFFFF:Always Max Power PL2 (3/3) :svcsplus:00000000:1000A5:00000001:FFFFFFFF:Infinite Exceed PL2 :svcsplus:00000000:10A4C7:00000070:FFFFFFFF:Infinite Guard PL2 :svcsplus:00000001:10A4B9:00000000:FFFFFFFF:Drain All Energy Now! PL2 :svcsplus:00000000:10A468:00000000:FFFFFFFF:Always Minimum Power PL2 :svcsplus:00010000:10A469:00000000:FFFFFFFF:Always Minimum Power PL2 (2/2) :svcsplus:00000000:10A4C7:00000000:FFFFFFFF:No Guard PL2 svcsplus:0:10A4BF:70:000:Tough (No Groggy) PL2 svcsplus:0:10A4BF:00:000:Easy Groggy PL2 svcsplus:0:10A4C5:01:500:Easy Groggy PL2 (2/2) :svcsplus:62000000:000000:00000000:00000000:Select Character PL2 :svcsplus:00010000:1013D3:00000000:FFFFFFFF:Kyo :svcsplus:00010000:1013D3:00000001:FFFFFFFF:Iori :svcsplus:00010000:1013D3:00000002:FFFFFFFF:Ryo :svcsplus:00010000:1013D3:00000003:FFFFFFFF:Terry :svcsplus:00010000:1013D3:00000004:FFFFFFFF:Mai :svcsplus:00010000:1013D3:00000005:FFFFFFFF:Kasumi :svcsplus:00010000:1013D3:00000006:FFFFFFFF:Kim :svcsplus:00010000:1013D3:00000007:FFFFFFFF:Mr.Karate :svcsplus:00010000:1013D3:00000008:FFFFFFFF:Choi :svcsplus:00010000:1013D3:00000009:FFFFFFFF:Earthquake :svcsplus:00010000:1013D3:0000000A:FFFFFFFF:Genjyuro :svcsplus:00010000:1013D3:0000000B:FFFFFFFF:Shiki :svcsplus:00010000:1013D3:0000000C:FFFFFFFF:Geeze * :svcsplus:00010000:1013D3:0000000D:FFFFFFFF:Mars People * :svcsplus:00010000:1013D3:0000000E:FFFFFFFF:Goenitz * :svcsplus:00010000:1013D3:0000000F:FFFFFFFF:Athena ** :svcsplus:00010000:1013D3:00000010:FFFFFFFF:Ryu :svcsplus:00010000:1013D3:00000011:FFFFFFFF:Ken :svcsplus:00010000:1013D3:00000012:FFFFFFFF:Chun-Li :svcsplus:00010000:1013D3:00000013:FFFFFFFF:Guile :svcsplus:00010000:1013D3:00000014:FFFFFFFF:Dhalsim :svcsplus:00010000:1013D3:00000015:FFFFFFFF:M.Bison (Balrog) :svcsplus:00010000:1013D3:00000016:FFFFFFFF:Balrog (Vega) :svcsplus:00010000:1013D3:00000017:FFFFFFFF:Sagat :svcsplus:00010000:1013D3:00000018:FFFFFFFF:Vega (M.Bison) :svcsplus:00010000:1013D3:00000019:FFFFFFFF:Gouki (Akuma) :svcsplus:00010000:1013D3:0000001A:FFFFFFFF:Hugo :svcsplus:00010000:1013D3:0000001B:FFFFFFFF:Tessa :svcsplus:00010000:1013D3:0000001C:FFFFFFFF:Zero * :svcsplus:00010000:1013D3:0000001D:FFFFFFFF:Demitri * :svcsplus:00010000:1013D3:0000001E:FFFFFFFF:Dan * :svcsplus:00010000:1013D3:0000001F:FFFFFFFF:Red Arremer ** :svcsplus:00010000:1013D3:00000020:FFFFFFFF:Iori * :svcsplus:00010000:1013D3:00000021:FFFFFFFF:Mr.Karate ** :svcsplus:00010000:1013D3:00000022:FFFFFFFF:Violent Ken * :svcsplus:00010000:1013D3:00000023:FFFFFFFF:Shin-Gouki (Shin-Akuma) ** svcsplus:0:1015D3:21:000:Play as Mr.Karate (Super) PL2 svcsplus:0:1015D3:23:000:Play as Shin-Gouki PL2 svcsplus:0:1015D3:0F:000:Play as Princess Athena PL2 svcsplus:0:1015D3:1F:000:Play as Red Arremer PL2 :svcsplus:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :svcsplus:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :svcsplus:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Super Visual Football: European Sega Cup ] svf:0:2003D8:2E:000:Infinite Match Time svf:0:2003D8:00:001:Finish this Half Now! svf:0:200303:03:000:Infinite Balls svf:0:2003D5:00:000:Score always = 0 PL1 svf:0:2003D5:63:000:Score always = 99 PL1 svf:0:2003D5:00:001:Set score = 0 Now! PL1:Display doesn't update automatically svf:0:2003D5:32:001:Set score = 50 Now! PL1:Display doesn't update automatically svf:0:2003D5:63:070:Select score Now! PL1:Display doesn't update automatically svf:0:2003D6:00:000:Score always = 0 PL2 svf:0:2003D6:63:000:Score always = 99 PL2 svf:0:2003D6:00:001:Set score = 0 Now! PL2:Display doesn't update automatically svf:0:2003D6:32:001:Set score = 50 Now! PL2:Display doesn't update automatically svf:0:2003D6:63:070:Select score Now! PL2:Display doesn't update automatically ; [ Super Volleyball (Japan) ] svolley:0:0604EE:09:000:Infinite Serve Time svolley:0:0604F4:09:000:Infinite Set Time svolley:0:0604EC:00:001:Finish Set Now! svolley:0:0604F3:00:501:Finish Set Now! (2/3) svolley:0:0604F4:00:501:Finish Set Now! (3/3) svolley:0:060377:00:001:Set score = 0 PL1 svolley:0:060379:00:501:Set score = 0 PL1 (2/2) svolley:0:060377:01:001:Set score = 15 PL1 svolley:0:060379:05:501:Set score = 15 PL1 (2/2) svolley:0:060377:00:000:Score always = 0 PL1 svolley:0:060379:00:500:Score always = 0 PL1 (2/2) svolley:0:060377:01:000:Score always = 15 PL1 svolley:0:060379:05:500:Score always = 15 PL1 (2/2) svolley:0:06037D:00:001:Set score = 0 PL2 svolley:0:06037F:00:501:Set score = 0 PL2 (2/2) svolley:0:06037D:01:001:Set score = 15 PL2 svolley:0:06037F:05:501:Set score = 15 PL2 (2/2) svolley:0:06037D:00:000:Score always = 0 PL2 svolley:0:06037F:00:500:Score always = 0 PL2 (2/2) svolley:0:06037D:01:000:Score always = 15 PL2 svolley:0:06037F:05:500:Score always = 15 PL2 (2/2) ; [ Super Volleyball (Korea) ] svolleyk:0:0604EE:09:000:Infinite Serve Time svolleyk:0:0604F4:09:000:Infinite Set Time svolleyk:0:0604EC:00:001:Finish Set Now! svolleyk:0:0604F3:00:501:Finish Set Now! (2/3) svolleyk:0:0604F4:00:501:Finish Set Now! (3/3) svolleyk:0:060377:00:001:Set score = 0 PL1 svolleyk:0:060379:00:501:Set score = 0 PL1 (2/2) svolleyk:0:060377:01:001:Set score = 15 PL1 svolleyk:0:060379:05:501:Set score = 15 PL1 (2/2) svolleyk:0:060377:00:000:Score always = 0 PL1 svolleyk:0:060379:00:500:Score always = 0 PL1 (2/2) svolleyk:0:060377:01:000:Score always = 15 PL1 svolleyk:0:060379:05:500:Score always = 15 PL1 (2/2) svolleyk:0:06037D:00:001:Set score = 0 PL2 svolleyk:0:06037F:00:501:Set score = 0 PL2 (2/2) svolleyk:0:06037D:01:001:Set score = 15 PL2 svolleyk:0:06037F:05:501:Set score = 15 PL2 (2/2) svolleyk:0:06037D:00:000:Score always = 0 PL2 svolleyk:0:06037F:00:500:Score always = 0 PL2 (2/2) svolleyk:0:06037D:01:000:Score always = 15 PL2 svolleyk:0:06037F:05:500:Score always = 15 PL2 (2/2) ; [ Super Volleyball (US) ] svolleyu:0:0604EE:09:000:Infinite Serve Time svolleyu:0:0604F4:09:000:Infinite Set Time svolleyu:0:0604EC:00:001:Finish Set Now! svolleyu:0:0604F3:00:501:Finish Set Now! (2/3) svolleyu:0:0604F4:00:501:Finish Set Now! (3/3) svolleyu:0:060377:00:001:Set score = 0 PL1 svolleyu:0:060379:00:501:Set score = 0 PL1 (2/2) svolleyu:0:060377:01:001:Set score = 15 PL1 svolleyu:0:060379:05:501:Set score = 15 PL1 (2/2) svolleyu:0:060377:00:000:Score always = 0 PL1 svolleyu:0:060379:00:500:Score always = 0 PL1 (2/2) svolleyu:0:060377:01:000:Score always = 15 PL1 svolleyu:0:060379:05:500:Score always = 15 PL1 (2/2) svolleyu:0:06037D:00:001:Set score = 0 PL2 svolleyu:0:06037F:00:501:Set score = 0 PL2 (2/2) svolleyu:0:06037D:01:001:Set score = 15 PL2 svolleyu:0:06037F:05:501:Set score = 15 PL2 (2/2) svolleyu:0:06037D:00:000:Score always = 0 PL2 svolleyu:0:06037F:00:500:Score always = 0 PL2 (2/2) svolleyu:0:06037D:01:000:Score always = 15 PL2 svolleyu:0:06037F:05:500:Score always = 15 PL2 (2/2) ; [ Super Volley '91 (Japan) ] svolly91:0:1016AD:3B:000:Infinite Time svolly91:0:101687:11:001:End ball to win a game PL1 svolly91:0:101687:00:000:Score always set to 0 PL1 svolly91:0:101687:00:001:Set score to 0 Now! PL1 svolly91:0:101687:11:070:Select score PL1 svolly91:0:101689:11:001:End ball to win a game PL2 svolly91:0:101689:00:000:Score always set to 0 PL2 svolly91:0:101689:00:001:Set score to 0 Now! PL2 svolly91:0:101689:11:070:Select score PL2 ; [ Super Visual Soccer: Sega Cup (US) ] svs:0:2003D8:2E:000:Infinite Match Time svs:0:2003D8:00:001:Finish this Half Now! svs:0:200303:03:000:Infinite Balls svs:0:2003D5:00:000:Score always = 0 PL1 svs:0:2003D5:63:000:Score always = 99 PL1 svs:0:2003D5:00:001:Set score = 0 Now! PL1:Display doesn't update automatically svs:0:2003D5:32:001:Set score = 50 Now! PL1:Display doesn't update automatically svs:0:2003D5:63:070:Select score Now! PL1:Display doesn't update automatically svs:0:2003D6:00:000:Score always = 0 PL2 svs:0:2003D6:63:000:Score always = 99 PL2 svs:0:2003D6:00:001:Set score = 0 Now! PL2:Display doesn't update automatically svs:0:2003D6:32:001:Set score = 50 Now! PL2:Display doesn't update automatically svs:0:2003D6:63:070:Select score Now! PL2:Display doesn't update automatically ; [ Star Wars Arcade ] swa:0:40F774:FF:000:Infinite Time swa:0:40F775:7F:500:Infinite Time (2/2) swa:0:40F773:09:000:Infinite Shields swa:0:40F777:4F:000:Infinite Protons swa:0:40F77D:00:001:Finish this Level Now!:Works for levels where you must shoot down a certain number of ships ; [ Swarm ] swarm:0:421D:05:000:Infinite Lives swarm:0:4080:FF:000:Infinite Energy swarm:0:12D9:C9:100:Invincibility :swarm:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ SWAT ] swat:0:C061:06:000:Infinite Lives PL1 swat:0:C062:06:000:Infinite Lives PL2 swat:0:CF97:08:000:Infinite Bombs ; [ Super World Court (World) ] swcourt:0:00140B:09:000:Infinite Credits swcourt:0:004019:FF:000:Infinite Time swcourt:0:003FA3:00:000:Game Score always = 0 TEAM 1 swcourt:0:003FA3:00:001:Set Game Score = 0 Now! TEAM 1 swcourt:0:003FA3:01:001:Set Game Score = 15 Now! TEAM 1 swcourt:0:003FA3:02:001:Set Game Score = 30 Now! TEAM 1 swcourt:0:003FA3:03:001:Set Game Score = 40 Now! TEAM 1 swcourt:0:003FAB:07:070:Select 'Sets' score TEAM 1 swcourt:0:003FA7:00:000:Game Score always = 0 TEAM 2 swcourt:0:003FA7:00:001:Set Game Score = 0 Now! TEAM 2 swcourt:0:003FA7:01:001:Set Game Score = 15 Now! TEAM 2 swcourt:0:003FA7:02:001:Set Game Score = 30 Now! TEAM 2 swcourt:0:003FA7:03:001:Set Game Score = 40 Now! TEAM 2 swcourt:0:003FAD:07:070:Select 'Sets' score TEAM 2 ; [ Super World Court (Japan) ] swcourtj:0:00140B:09:000:Infinite Credits swcourtj:0:004019:FF:000:Infinite Time swcourtj:0:003FA3:00:000:Game Score always = 0 TEAM 1 swcourtj:0:003FA3:00:001:Set Game Score = 0 Now! TEAM 1 swcourtj:0:003FA3:01:001:Set Game Score = 15 Now! TEAM 1 swcourtj:0:003FA3:02:001:Set Game Score = 30 Now! TEAM 1 swcourtj:0:003FA3:03:001:Set Game Score = 40 Now! TEAM 1 swcourtj:0:003FAB:07:070:Select 'Sets' score TEAM 1 swcourtj:0:003FA7:00:000:Game Score always = 0 TEAM 2 swcourtj:0:003FA7:00:001:Set Game Score = 0 Now! TEAM 2 swcourtj:0:003FA7:01:001:Set Game Score = 15 Now! TEAM 2 swcourtj:0:003FA7:02:001:Set Game Score = 30 Now! TEAM 2 swcourtj:0:003FA7:03:001:Set Game Score = 40 Now! TEAM 2 swcourtj:0:003FAD:07:070:Select 'Sets' score TEAM 2 ; [ Swimmer (set 1) ] :swimmer:20800000:31A4:000000C9:FFFFFFFF:Invincibility :swimmer:20810000:344E:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Crab :swimmer:20810000:3566:000000C9:FFFFFFFF:Invincibility (3/4):Piranha :swimmer:20810000:3745:000000C9:FFFFFFFF:Invincibility (4/4):Water Spider swimmer:0:82FE:06:000:Infinite Lives PL1 swimmer:0:82FF:06:000:Infinite Lives PL2 ; [ Swimmer (set 2) ] :swimmera:20800000:31A4:000000C9:FFFFFFFF:Invincibility :swimmera:20810000:344E:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Crab :swimmera:20810000:3566:000000C9:FFFFFFFF:Invincibility (3/4):Piranha :swimmera:20810000:3745:000000C9:FFFFFFFF:Invincibility (4/4):Water Spider swimmera:0:82FE:06:000:Infinite Lives PL1 swimmera:0:82FF:06:000:Infinite Lives PL2 ; [ Swimmer (set 3) ] :swimmerb:20800000:3184:000000C9:FFFFFFFF:Invincibility :swimmerb:20810000:342E:000000C9:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Crab :swimmerb:20810000:3546:000000C9:FFFFFFFF:Invincibility (3/4):Piranha :swimmerb:20810000:3725:000000C9:FFFFFFFF:Invincibility (4/4):Water Spider swimmerb:0:82FE:06:000:Infinite Lives PL1 swimmerb:0:82FF:06:000:Infinite Lives PL2 ; [ Super World Stadium (Japan) ] sws:0:100005:09:000:Infinite Credits sws:0:1024A9:00:000:Infinite Strikes sws:0:1024AB:00:000:Infinite Balls sws:0:1024A7:00:000:Infinite Outs sws:0:1024A9:00:001:Set Strikes to 0 Now! sws:0:1024A9:03:001:Set Strikes to 3 Now! sws:0:1024AB:00:001:Set Balls to 0 Now! sws:0:1024AB:03:001:Set Balls to 3 Now! sws:0:1024A7:00:001:Set Outs to 0 Now! sws:0:1024A7:03:001:Set Outs to 3 Now! sws:0:102493:63:070:Select Score PL1 sws:0:102495:63:070:Select Score PL2 ; [ Super World Stadium '92 (Japan) ] sws92:0:100005:09:000:Infinite Credits sws92:0:1024BD:00:000:Infinite Strikes sws92:0:1024BF:00:000:Infinite Balls sws92:0:1024BB:00:000:Infinite Outs sws92:0:1024BD:00:001:Set Strikes to 0 Now! sws92:0:1024BD:03:001:Set Strikes to 3 Now! sws92:0:1024BF:00:001:Set Balls to 0 Now! sws92:0:1024BF:03:001:Set Balls to 3 Now! sws92:0:1024BB:00:001:Set Outs to 0 Now! sws92:0:1024BB:03:001:Set Outs to 3 Now! sws92:0:10249B:63:070:Select Score PL1 sws92:0:10249D:63:070:Select Score PL2 ; [ Super World Stadium '92 Gekitouban (Japan) ] sws92g:0:100005:09:000:Infinite Credits sws92g:0:1024B9:00:000:Infinite Strikes sws92g:0:1024BB:00:000:Infinite Balls sws92g:0:1024B7:00:000:Infinite Outs sws92g:0:1024B9:00:001:Set Strikes to 0 Now! sws92g:0:1024B9:03:001:Set Strikes to 3 Now! sws92g:0:1024BB:00:001:Set Balls to 0 Now! sws92g:0:1024BB:03:001:Set Balls to 3 Now! sws92g:0:1024B7:00:001:Set Outs to 0 Now! sws92g:0:1024B7:03:001:Set Outs to 3 Now! sws92g:0:102493:63:070:Select Score PL1 sws92g:0:102495:63:070:Select Score PL2 ; [ Super World Stadium '93 (Japan) ] sws93:0:100005:09:000:Infinite Credits sws93:0:1024B5:00:000:Infinite Strikes sws93:0:1024B7:00:000:Infinite Balls sws93:0:1024B3:00:000:Infinite Outs sws93:0:1024B5:00:001:Set Strikes to 0 Now! sws93:0:1024B5:03:001:Set Strikes to 3 Now! sws93:0:1024B7:00:001:Set Balls to 0 Now! sws93:0:1024B7:03:001:Set Balls to 3 Now! sws93:0:1024B3:00:001:Set Outs to 0 Now! sws93:0:1024B3:03:001:Set Outs to 3 Now! sws93:0:102493:63:070:Select Score PL1 sws93:0:102495:63:070:Select Score PL2 ; [ Super World Stadium '95 (Japan) ] sws95:0:0000:00:999:[ This game hasn't even ]:REASON 11 sws95:0:0000:00:999:[ been looked at due to ]:REASON 11 sws95:0:0000:00:999:[ time constraints - Too]:REASON 11 sws95:0:0000:00:999:[ many games and so ]:REASON 11 sws95:0:0000:00:999:[ little time. It is ]:REASON 11 sws95:0:0000:00:999:[ even possible that ]:REASON 11 sws95:0:0000:00:999:[ this game may be a ]:REASON 11 sws95:0:0000:00:999:[ clone of an existing ]:REASON 11 sws95:0:0000:00:999:[ game which may have ]:REASON 11 sws95:0:0000:00:999:[ cheats. Please search ]:REASON 11 sws95:0:0000:00:999:[ the cheat forums ]:REASON 11 sws95:0:0000:00:999:[ before posting cheat ]:REASON 11 sws95:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Super World Stadium '96 (Japan) ] sws96:0:20601F:09:000:Infinite Credits sws96:0:20C3E7:00:000:Infinite Strikes sws96:0:20C3E9:00:000:Infinite Balls sws96:0:20C3EB:00:000:Infinite Outs sws96:0:20C3E7:00:001:Set Strikes to 0 Now! sws96:0:20C3E7:03:001:Set Strikes to 3 Now! sws96:0:20C3E9:00:001:Set Balls to 0 Now! sws96:0:20C3E9:03:001:Set Balls to 3 Now! sws96:0:20C3EB:00:001:Set Outs to 0 Now! sws96:0:20C3EB:03:001:Set Outs to 3 Now! sws96:0:20C443:63:070:Select Score PL1 sws96:0:20C445:63:070:Select Score PL2 ; [ Super World Stadium '97 (Japan) ] sws97:0:20601F:09:000:Infinite Credits sws97:0:20C3E7:00:000:Infinite Strikes sws97:0:20C3E9:00:000:Infinite Balls sws97:0:20C3EB:00:000:Infinite Outs sws97:0:20C3E7:00:001:Set Strikes to 0 Now! sws97:0:20C3E7:03:001:Set Strikes to 3 Now! sws97:0:20C3E9:00:001:Set Balls to 0 Now! sws97:0:20C3E9:03:001:Set Balls to 3 Now! sws97:0:20C3EB:00:001:Set Outs to 0 Now! sws97:0:20C3EB:03:001:Set Outs to 3 Now! sws97:0:20C443:63:070:Select Score PL1 sws97:0:20C445:63:070:Select Score PL2 ; [ Super World Stadium '99 (SS91/VER.A3) ] sws99:0:0000:00:999:[ There are no cheats ]:REASON 1 sws99:0:0000:00:999:[ for this game as it ]:REASON 1 sws99:0:0000:00:999:[ didn't work the last ]:REASON 1 sws99:0:0000:00:999:[ time it was tested. ]:REASON 1 sws99:0:0000:00:999:[ If the game now works ]:REASON 1 sws99:0:0000:00:999:[ please request cheats ]:REASON 1 sws99:0:0000:00:999:[ for it on the cheat ]:REASON 1 sws99:0:0000:00:999:[ forums. ]:REASON 1 ; [ Star Wars Trilogy ] swtrilga:0:0000:00:999:[ There are no cheats ]:REASON 1 swtrilga:0:0000:00:999:[ for this game as it ]:REASON 1 swtrilga:0:0000:00:999:[ didn't work the last ]:REASON 1 swtrilga:0:0000:00:999:[ time it was tested. ]:REASON 1 swtrilga:0:0000:00:999:[ If the game now works ]:REASON 1 swtrilga:0:0000:00:999:[ please request cheats ]:REASON 1 swtrilga:0:0000:00:999:[ for it on the cheat ]:REASON 1 swtrilga:0:0000:00:999:[ forums. ]:REASON 1 ; [ Star Wars Trilogy (ver A) ] swtrilgy:0:0000:00:999:[ There are no cheats ]:REASON 1 swtrilgy:0:0000:00:999:[ for this game as it ]:REASON 1 swtrilgy:0:0000:00:999:[ didn't work the last ]:REASON 1 swtrilgy:0:0000:00:999:[ time it was tested. ]:REASON 1 swtrilgy:0:0000:00:999:[ If the game now works ]:REASON 1 swtrilgy:0:0000:00:999:[ please request cheats ]:REASON 1 swtrilgy:0:0000:00:999:[ for it on the cheat ]:REASON 1 swtrilgy:0:0000:00:999:[ forums. ]:REASON 1 ; [ Super Xevious ] sxevious:0:8183:09:000:Infinite Lives :sxevious:20800000:1492:000000C9:FFFFFFFF:Invincibility :sxevious:00000000:8033:00000001:FFFFFFFF:Rapid Fire - Zapper ; [ Pachinko Sexy Reaction 2 (Japan) ] sxyreac2:0:0000:00:999:[ This game hasn't even ]:REASON 11 sxyreac2:0:0000:00:999:[ been looked at due to ]:REASON 11 sxyreac2:0:0000:00:999:[ time constraints - Too]:REASON 11 sxyreac2:0:0000:00:999:[ many games and so ]:REASON 11 sxyreac2:0:0000:00:999:[ little time. It is ]:REASON 11 sxyreac2:0:0000:00:999:[ even possible that ]:REASON 11 sxyreac2:0:0000:00:999:[ this game may be a ]:REASON 11 sxyreac2:0:0000:00:999:[ clone of an existing ]:REASON 11 sxyreac2:0:0000:00:999:[ game which may have ]:REASON 11 sxyreac2:0:0000:00:999:[ cheats. Please search ]:REASON 11 sxyreac2:0:0000:00:999:[ the cheat forums ]:REASON 11 sxyreac2:0:0000:00:999:[ before posting cheat ]:REASON 11 sxyreac2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Pachinko Sexy Reaction (Japan) ] sxyreact:0:000068:09:000:Infinite Credits sxyreact:0:006AD4:63:000:Infinite Pachinko Balls sxyreact:0:006AD8:63:500:Infinite Pachinko Balls (2/2) sxyreact:0:006B02:F4:001:Get 500 Balls Now! sxyreact:0:006B03:01:501:Get 500 Balls Now! (2/2) sxyreact:0:006B02:E8:001:Get 1000 Balls Now! sxyreact:0:006B03:03:501:Get 1000 Balls Now! (2/2) sxyreact:0:006B02:DC:001:Get 1500 Balls Now! sxyreact:0:006B03:05:501:Get 1500 Balls Now! (2/2) sxyreact:0:006B02:D0:001:Get 2000 Balls Now! sxyreact:0:006B03:07:501:Get 2000 Balls Now! (2/2) sxyreact:0:006B02:B8:001:Get 3000 Balls Now! sxyreact:0:006B03:0B:501:Get 3000 Balls Now! (2/2) sxyreact:0:006B02:A0:001:Get 4000 Balls Now! sxyreact:0:006B03:0F:501:Get 4000 Balls Now! (2/2) sxyreact:0:006B02:70:001:Get 6000 Balls Now! sxyreact:0:006B03:17:501:Get 6000 Balls Now! (2/2) sxyreact:0:000000:00:999:[ Use Freeze Ball for viewing all Frenzy Rounds. ] sxyreact:0:006B02:00:000:Freeze Ball Bucket Value at 1 sxyreact:0:006B06:00:500:Freeze Ball Bucket Value at 1 (2/2) sxyreact:0:000000:00:999:[ Use the Freeze Winnings cheat to see all 5 pics ] sxyreact:0:000000:00:999:[ during the Fever Rounds. Try it with Infinite ] sxyreact:0:000000:00:999:[ Pachinko Balls! ] sxyreact:0:005180:46:000:Freeze winnings sxyreact:0:006B02:47:500:Freeze winnings sxyreact:0:006B06:47:500:Freeze winnings sxyreact:0:005E7C:09:000:Automatically Win Fever Rounds:Only the first three girls have pics for the fever rounds, and they seem to only show four of them in a row, so you'll have to get fever rounds twice to see all five pics. sxyreact:0:0028F4:01:001:Spin the Slot Machine Now!:Use this with an activation key for best effect ; [ Syvalion (Japan) ] syvalion:0:102901:09:000:Infinite Credits syvalion:0:1044D6:03:000:Infinite Time syvalion:0:1044D7:E7:500:Infinite Time (2/2) syvalion:0:1043B6:09:000:Infinite Energy syvalion:0:1042B4:14:000:Maximum fire power syvalion:0:104273:04:000:Infinite Lives PL1 syvalion:0:104281:04:000:Infinite Lives PL2 ; [ Super Zaxxon ] szaxxon:0:6066:03:000:Infinite Lives szaxxon:0:62B2:7F:000:Infinite Fuel szaxxon:0:6407:00:000:Invincibility ; [ Tac/Scan ] tacscan:0:CAA2:08:000:Infinite Ships PL1 tacscan:0:CAA3:08:000:Infinite Ships PL2 tacscan:0:E0DC:01:000:Always have ship 1 tacscan:0:E0E6:01:000:Always have ship 2 tacscan:0:E0F0:01:000:Always have ship 3 tacscan:0:E0FA:01:000:Always have ship 4 tacscan:0:E104:01:000:Always have ship 5 tacscan:0:E10E:01:000:Always have ship 6 tacscan:0:E118:01:000:Always have ship 7 ; [ Tactician (set 2) ] tactcan2:0:9908:06:000:Infinite Lives tactcan2:0:21A4:C9:100:Invincibility tactcan2:0:215B:C9:600:Invincibility (2/5):Part 1 is for sprites, Part 2 for bullets, Part 3 for bouncing bombs, Part 4 for Big Meteors, Part 5 for Small Meteors tactcan2:0:20C4:C9:600:Invincibility (3/5) tactcan2:0:48C3:C9:600:Invincibility (4/5) tactcan2:0:48F3:C9:600:Invincibility (5/5) ; [ Tactician (set 1) ] tactcian:0:9908:06:000:Infinite Lives tactcian:0:2164:C9:100:Invincibility tactcian:0:2114:C9:600:Invincibility (2/5):Part 1 is for sprites, Part 2 for bullets, Part 3 for bouncing bombs, Part 4 for Big Meteors, Part 5 for Small Meteors tactcian:0:207A:C9:600:Invincibility (3/5) tactcian:0:4A9F:C9:600:Invincibility (4/5) tactcian:0:4ACF:C9:600:Invincibility (5/5) ; [ Tag Team Wrestling ] tagteam:0:00AC:10:000:Infinite Power ; [ Tail to Nose - Great Championship ] tail2nos:0:FF8935:63:000:Infinite Credits tail2nos:0:FF8B15:00:000:Infinite Time (Time Attack) tail2nos:0:FF854B:28:000:Infinite Time (Grand Prix) tail2nos:0:FF8987:01:000:Always be in Pole Position tail2nos:0:FF898E:7F:000:Always Max Speed tail2nos:0:FF898E:7F:001:Max Speed Now! ; [ Tailgunner ] tailg:0:0000:00:999:[ There are no cheats ]:REASON 7 tailg:0:0000:00:999:[ for this game as it's ]:REASON 7 tailg:0:0000:00:999:[ proving to be a bit ]:REASON 7 tailg:0:0000:00:999:[ of a stinker to find ]:REASON 7 tailg:0:0000:00:999:[ cheats for it. ]:REASON 7 tailg:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 tailg:0:0000:00:999:[ finding is unlikely ]:REASON 7 tailg:0:0000:00:999:[ to have any success ]:REASON 7 tailg:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 tailg:0:0000:00:999:[ setup or it's banked ]:REASON 7 tailg:0:0000:00:999:[ too often, so ROM ]:REASON 7 tailg:0:0000:00:999:[ cheats will likely be ]:REASON 7 tailg:0:0000:00:999:[ required. If you ]:REASON 7 tailg:0:0000:00:999:[ manage to find any ]:REASON 7 tailg:0:0000:00:999:[ please post them on ]:REASON 7 tailg:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;tailg:0:0113:09:000:Infinite Credits ;tailg:0:00D3:0A:000:Infinite Lives ; [ Taito GNET ] taitogn:0:0000:00:999:[ There are no cheats ]:REASON 1 taitogn:0:0000:00:999:[ for this game as it ]:REASON 1 taitogn:0:0000:00:999:[ didn't work the last ]:REASON 1 taitogn:0:0000:00:999:[ time it was tested. ]:REASON 1 taitogn:0:0000:00:999:[ If the game now works ]:REASON 1 taitogn:0:0000:00:999:[ please request cheats ]:REASON 1 taitogn:0:0000:00:999:[ for it on the cheat ]:REASON 1 taitogn:0:0000:00:999:[ forums. ]:REASON 1 ; [ Taiwan Mahjong [BET] (Japan 881208) ] :taiwanmb:00100000:F84A:0000FFFF:FFFFFFFF:Infinite Credits :taiwanmb:00100001:F84A:00000000:FFFFFFFF:Clear Credits Now! :taiwanmb:00100000:F9A7:00000002:FFFFFFFF:Infinite Thinking Time :taiwanmb:00200000:FD0D:00313131:FFFFFFFF:Always Winning Hand :taiwanmb:00210000:FD10:00323232:FFFFFFFF:Always Winning Hand (2/5) :taiwanmb:00110000:FD13:00003333:FFFFFFFF:Always Winning Hand (3/5) :taiwanmb:00210000:FD15:00353535:FFFFFFFF:Always Winning Hand (4/5) :taiwanmb:00210000:FD18:00363636:FFFFFFFF:Always Winning Hand (5/5) :taiwanmb:00210000:FD1B:00373737:FFFFFFFF:Always Winning Hand (6/5) :taiwanmb:00200001:FD0D:00313131:FFFFFFFF:Get Winning Hand Now! :taiwanmb:00210001:FD10:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :taiwanmb:00110001:FD13:00003333:FFFFFFFF:Get Winning Hand Now! (3/5) :taiwanmb:00210001:FD15:00353535:FFFFFFFF:Get Winning Hand Now! (4/5) :taiwanmb:00210001:FD18:00363636:FFFFFFFF:Get Winning Hand Now! (5/5) :taiwanmb:00210001:FD1B:00373737:FFFFFFFF:Get Winning Hand Now! (6/5) ; [ Talbot ] :talbot:00000000:8C05:00000099:FFFFFFFF:Infinite Credits :talbot:00000000:8C88:00000007:FFFFFFFF:Infinite Lives :talbot:20800000:0D8B:000000C9:FFFFFFFF:Invincibility :talbot:20810000:33F1:00000000:FFFFFFFF:Invincibility (2/2):1st = Opponent, 2nd = Coyote (and $40 -> $00) :talbot:00000000:8D70:0000007F:FFFFFFFF:Infinite Fuel :talbot:00000000:8D30:00000001:FFFFFFFF:CPU Always Low Fuel :talbot:00000000:8D65:0000000F:0000000F:Always Have Speed Up - Player :talbot:00000000:8D45:0000000F:0000000F:Always Have Speed Up - Dog :talbot:20900000:005C:00000BF2:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :talbot:20810000:0C69:000000C9:FFFFFFFF:Skip RAM/ROM Check (2/2):1st = RAM Check, 2nd = ROM Check ; [ Tang Tang (ver. 0526, 26/05/2000) ] :tangtang:00000000:70A8C3:00000063:FFFFFFFF:Infinite Credits :tangtang:00100000:70172E:000003E7:FFFFFFFF:Infinite Time :tangtang:00000000:700778:00000001:FFFFFFFF:1 Medal to Open the Gate :tangtang:00000001:7008C8:00000000:FFFFFFFF:Kill Boss Now! :tangtang:00010001:7022B2:00000000:FFFFFFFF:Kill Boss Now (2/2) :tangtang:00000000:7016A0:0000000A:FFFFFFFF:Infinite Lives PL1 :tangtang:00000000:7008FB:00000009:FFFFFFFF:Infinite Shot PL1 :tangtang:00000000:70074A:00000000:FFFFFFFF:Invincibility PL1 :tangtang:00010000:702297:000000C7:FFFFFFFF:Invincibility PL1 (2/2) :tangtang:00000000:700749:00000001:FFFFFFFF:Always Have Speed Up PL1 :tangtang:00110000:7022A4:0000012A:FFFFFFFF:Always Have Speed Up PL1 (2/2) :tangtang:00000000:701694:0000000A:FFFFFFFF:Infinite Lives PL2 :tangtang:00000000:7008FC:00000009:FFFFFFFF:Infinite Shot PL2 :tangtang:00000000:70072C:00000000:FFFFFFFF:Invincibility PL2 :tangtang:00010000:702299:000000C7:FFFFFFFF:Invincibility PL2 (2/2) :tangtang:00000000:700748:00000001:FFFFFFFF:Always Have Speed Up PL2 :tangtang:00110000:7022A6:0000012A:FFFFFFFF:Always Have Speed Up PL2 (2/2) ; [ Tank 8 (set 1) ] tank8:0:0000:00:999:[ This game hasn't even ]:REASON 11 tank8:0:0000:00:999:[ been looked at due to ]:REASON 11 tank8:0:0000:00:999:[ time constraints - Too]:REASON 11 tank8:0:0000:00:999:[ many games and so ]:REASON 11 tank8:0:0000:00:999:[ little time. It is ]:REASON 11 tank8:0:0000:00:999:[ even possible that ]:REASON 11 tank8:0:0000:00:999:[ this game may be a ]:REASON 11 tank8:0:0000:00:999:[ clone of an existing ]:REASON 11 tank8:0:0000:00:999:[ game which may have ]:REASON 11 tank8:0:0000:00:999:[ cheats. Please search ]:REASON 11 tank8:0:0000:00:999:[ the cheat forums ]:REASON 11 tank8:0:0000:00:999:[ before posting cheat ]:REASON 11 tank8:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tank 8 (set 2) ] tank8a:0:0000:00:999:[ This game hasn't even ]:REASON 11 tank8a:0:0000:00:999:[ been looked at due to ]:REASON 11 tank8a:0:0000:00:999:[ time constraints - Too]:REASON 11 tank8a:0:0000:00:999:[ many games and so ]:REASON 11 tank8a:0:0000:00:999:[ little time. It is ]:REASON 11 tank8a:0:0000:00:999:[ even possible that ]:REASON 11 tank8a:0:0000:00:999:[ this game may be a ]:REASON 11 tank8a:0:0000:00:999:[ clone of an existing ]:REASON 11 tank8a:0:0000:00:999:[ game which may have ]:REASON 11 tank8a:0:0000:00:999:[ cheats. Please search ]:REASON 11 tank8a:0:0000:00:999:[ the cheat forums ]:REASON 11 tank8a:0:0000:00:999:[ before posting cheat ]:REASON 11 tank8a:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tank 8 (set 3) ] tank8b:0:0000:00:999:[ This game hasn't even ]:REASON 11 tank8b:0:0000:00:999:[ been looked at due to ]:REASON 11 tank8b:0:0000:00:999:[ time constraints - Too]:REASON 11 tank8b:0:0000:00:999:[ many games and so ]:REASON 11 tank8b:0:0000:00:999:[ little time. It is ]:REASON 11 tank8b:0:0000:00:999:[ even possible that ]:REASON 11 tank8b:0:0000:00:999:[ this game may be a ]:REASON 11 tank8b:0:0000:00:999:[ clone of an existing ]:REASON 11 tank8b:0:0000:00:999:[ game which may have ]:REASON 11 tank8b:0:0000:00:999:[ cheats. Please search ]:REASON 11 tank8b:0:0000:00:999:[ the cheat forums ]:REASON 11 tank8b:0:0000:00:999:[ before posting cheat ]:REASON 11 tank8b:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tank 8 (set 4) ] tank8c:0:0000:00:999:[ This game hasn't even ]:REASON 11 tank8c:0:0000:00:999:[ been looked at due to ]:REASON 11 tank8c:0:0000:00:999:[ time constraints - Too]:REASON 11 tank8c:0:0000:00:999:[ many games and so ]:REASON 11 tank8c:0:0000:00:999:[ little time. It is ]:REASON 11 tank8c:0:0000:00:999:[ even possible that ]:REASON 11 tank8c:0:0000:00:999:[ this game may be a ]:REASON 11 tank8c:0:0000:00:999:[ clone of an existing ]:REASON 11 tank8c:0:0000:00:999:[ game which may have ]:REASON 11 tank8c:0:0000:00:999:[ cheats. Please search ]:REASON 11 tank8c:0:0000:00:999:[ the cheat forums ]:REASON 11 tank8c:0:0000:00:999:[ before posting cheat ]:REASON 11 tank8c:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tank 8 (set 5) ] tank8d:0:0000:00:999:[ This game hasn't even ]:REASON 11 tank8d:0:0000:00:999:[ been looked at due to ]:REASON 11 tank8d:0:0000:00:999:[ time constraints - Too]:REASON 11 tank8d:0:0000:00:999:[ many games and so ]:REASON 11 tank8d:0:0000:00:999:[ little time. It is ]:REASON 11 tank8d:0:0000:00:999:[ even possible that ]:REASON 11 tank8d:0:0000:00:999:[ this game may be a ]:REASON 11 tank8d:0:0000:00:999:[ clone of an existing ]:REASON 11 tank8d:0:0000:00:999:[ game which may have ]:REASON 11 tank8d:0:0000:00:999:[ cheats. Please search ]:REASON 11 tank8d:0:0000:00:999:[ the cheat forums ]:REASON 11 tank8d:0:0000:00:999:[ before posting cheat ]:REASON 11 tank8d:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tank Battalion ] tankbatt:0:00A4:06:000:Infinite Lives :tankbatt:20800000:781B:00000025:FFFFFFFF:Invincibility - Player :tankbatt:20800000:782F:00000011:FFFFFFFF:Invincibility - HQ ; [ Tank Busters ] tankbust:0:F300:40:000:Infinite Fuel tankbust:0:F77F:00:000:Invincibility tankbust:0:F293:06:000:Infinite Lives PL1 tankbust:0:F2C3:06:000:Infinite Lives PL2 ; [ Tank Force (US) ] tankfrce:0:02E2:01:000:Freeze All Enemy Tanks tankfrce:0:02E4:01:500:Freeze All Enemy Tanks (2/2) tankfrce:0:02E7:65:000:Invincible Command tankfrce:0:7CD0:14:500:Invincible Command (2/9) tankfrce:0:7CD4:14:500:Invincible Command (3/9) tankfrce:0:7CD8:14:500:Invincible Command (4/9) tankfrce:0:7CDC:14:500:Invincible Command (5/9) tankfrce:0:7D60:14:500:Invincible Command (6/9) tankfrce:0:7D6C:14:500:Invincible Command (7/9) tankfrce:0:7DF0:14:500:Invincible Command (8/9) tankfrce:0:7DFC:14:500:Invincible Command (9/9) :tankfrce:00100000:027C:00004500:FFFFFFFF:Air Strike Never Happens:The air strike kills you, so you don't want it. :tankfrce:00100001:027C:00000000:FFFFFFFF:Air Strike Now! tankfrce:0:0297:87:000:Infinite Lives PL1 tankfrce:0:43A3:7B:000:Invincibility PL1 tankfrce:0:43A6:7B:500:Invincibility PL1 (2/2) tankfrce:0:43B6:08:000:Infinite Time PL1 tankfrce:0:43B7:00:500:Infinite Time PL1 (2/2) tankfrce:0:439A:0F:000:Max Shot Power PL1 tankfrce:0:438A:01:000:Always Low Speed Tank PL1:Normal Tank Speed tankfrce:0:438A:02:000:Always Mid Speed Tank PL1 tankfrce:0:438A:03:000:Always Top Speed Tank PL1 tankfrce:0:438A:01:001:Get Low Speed Tank Now! PL1:Normal Tank Speed tankfrce:0:438A:02:001:Get Mid Speed Tank Now!PL1 tankfrce:0:438A:03:001:Get Top Speed Tank Now!PL1 tankfrce:0:43B2:00:001:Get Normal Tank Now! PL1 tankfrce:0:43B2:01:001:Get Normal+ Tank Now! PL1:Normal + better ammo tankfrce:0:43B2:02:001:Get 4 Way Tank Now! PL1 tankfrce:0:43B2:03:001:Get Heavy Tank Now! PL1 tankfrce:0:43B2:04:001:Get Twin Tank Now! PL1 tankfrce:0:43B2:05:001:Get Wave Tank Now! PL1 tankfrce:0:43B2:06:001:Get Small Tank Now! PL1 tankfrce:0:43B2:07:001:Get Small+ Tank Now! PL1:Small + better ammo tankfrce:0:0298:87:000:Infinite Lives PL2 tankfrce:0:4323:7B:000:Invincibility PL2 tankfrce:0:4326:7B:500:Invincibility PL2 (2/2) tankfrce:0:4336:08:000:Infinite Time PL2 tankfrce:0:4337:00:500:Infinite Time PL2 (2/2) tankfrce:0:431A:0F:000:Max Shot Power PL2 tankfrce:0:430A:01:000:Always Low Speed Tank PL2:Normal Tank Speed tankfrce:0:430A:02:000:Always Mid Speed Tank PL2 tankfrce:0:430A:03:000:Always Top Speed Tank PL2 tankfrce:0:430A:01:001:Get Low Speed Tank Now! PL2:Normal Tank Speed tankfrce:0:430A:02:001:Get Mid Speed Tank Now! PL2 tankfrce:0:430A:03:001:Get Top Speed Tank Now! PL2 tankfrce:0:4332:00:001:Get Normal Tank Now! PL2 tankfrce:0:4332:01:001:Get Normal+ Tank Now! PL2:Normal + better ammo tankfrce:0:4332:02:001:Get 4 Way Tank Now! PL2 tankfrce:0:4332:03:001:Get Heavy Tank Now! PL2 tankfrce:0:4332:04:001:Get Twin Tank Now! PL2 tankfrce:0:4332:05:001:Get Wave Tank Now! PL2 tankfrce:0:4332:06:001:Get Small Tank Now! PL2 tankfrce:0:4332:07:001:Get Small+ Tank Now! PL2:Small + better ammo tankfrce:0:0000:00:999:[You should enable this ] tankfrce:0:0000:00:999:[Select starting round cheat] tankfrce:0:0000:00:999:[on the game countdown ] tankfrce:0:0000:00:999:[screen for it to work ] tankfrce:0:027B:23:071:Select starting round tankfrce:0:027B:23:061:Select next round ; [ Tank Force (Japan) ] tankfrcj:0:02E2:01:000:Freeze All Enemy Tanks tankfrcj:0:02E4:01:500:Freeze All Enemy Tanks (2/2) tankfrcj:0:02E7:65:000:Invincible Command tankfrcj:0:7CD0:14:500:Invincible Command (2/9) tankfrcj:0:7CD4:14:500:Invincible Command (3/9) tankfrcj:0:7CD8:14:500:Invincible Command (4/9) tankfrcj:0:7CDC:14:500:Invincible Command (5/9) tankfrcj:0:7D60:14:500:Invincible Command (6/9) tankfrcj:0:7D6C:14:500:Invincible Command (7/9) tankfrcj:0:7DF0:14:500:Invincible Command (8/9) tankfrcj:0:7DFC:14:500:Invincible Command (9/9) :tankfrcj:00100000:027C:00004500:FFFFFFFF:Air Strike Never Happens:The air strike kills you, so you don't want it. :tankfrcj:00100001:027C:00000000:FFFFFFFF:Air Strike Now! tankfrcj:0:0297:87:000:Infinite Lives PL1 tankfrcj:0:43A3:7B:000:Invincibility PL1 tankfrcj:0:43A6:7B:500:Invincibility PL1 (2/2) tankfrcj:0:43B6:08:000:Infinite Time PL1 tankfrcj:0:43B7:00:500:Infinite Time PL1 (2/2) tankfrcj:0:439A:0F:000:Max Shot Power PL1 tankfrcj:0:438A:01:000:Always Low Speed Tank PL1:Normal Tank Speed tankfrcj:0:438A:02:000:Always Mid Speed Tank PL1 tankfrcj:0:438A:03:000:Always Top Speed Tank PL1 tankfrcj:0:438A:01:001:Get Low Speed Tank Now! PL1:Normal Tank Speed tankfrcj:0:438A:02:001:Get Mid Speed Tank Now!PL1 tankfrcj:0:438A:03:001:Get Top Speed Tank Now!PL1 tankfrcj:0:43B2:00:001:Get Normal Tank Now! PL1 tankfrcj:0:43B2:01:001:Get Normal+ Tank Now! PL1:Normal + better ammo tankfrcj:0:43B2:02:001:Get 4 Way Tank Now! PL1 tankfrcj:0:43B2:03:001:Get Heavy Tank Now! PL1 tankfrcj:0:43B2:04:001:Get Twin Tank Now! PL1 tankfrcj:0:43B2:05:001:Get Wave Tank Now! PL1 tankfrcj:0:43B2:06:001:Get Small Tank Now! PL1 tankfrcj:0:43B2:07:001:Get Small+ Tank Now! PL1:Small + better ammo tankfrcj:0:0298:87:000:Infinite Lives PL2 tankfrcj:0:4323:7B:000:Invincibility PL2 tankfrcj:0:4326:7B:500:Invincibility PL2 (2/2) tankfrcj:0:4336:08:000:Infinite Time PL2 tankfrcj:0:4337:00:500:Infinite Time PL2 (2/2) tankfrcj:0:431A:0F:000:Max Shot Power PL2 tankfrcj:0:430A:01:000:Always Low Speed Tank PL2:Normal Tank Speed tankfrcj:0:430A:02:000:Always Mid Speed Tank PL2 tankfrcj:0:430A:03:000:Always Top Speed Tank PL2 tankfrcj:0:430A:01:001:Get Low Speed Tank Now! PL2:Normal Tank Speed tankfrcj:0:430A:02:001:Get Mid Speed Tank Now! PL2 tankfrcj:0:430A:03:001:Get Top Speed Tank Now! PL2 tankfrcj:0:4332:00:001:Get Normal Tank Now! PL2 tankfrcj:0:4332:01:001:Get Normal+ Tank Now! PL2:Normal + better ammo tankfrcj:0:4332:02:001:Get 4 Way Tank Now! PL2 tankfrcj:0:4332:03:001:Get Heavy Tank Now! PL2 tankfrcj:0:4332:04:001:Get Twin Tank Now! PL2 tankfrcj:0:4332:05:001:Get Wave Tank Now! PL2 tankfrcj:0:4332:06:001:Get Small Tank Now! PL2 tankfrcj:0:4332:07:001:Get Small+ Tank Now! PL2:Small + better ammo tankfrcj:0:0000:00:999:[You should enable this ] tankfrcj:0:0000:00:999:[Select starting round cheat] tankfrcj:0:0000:00:999:[on the game countdown ] tankfrcj:0:0000:00:999:[screen for it to work ] tankfrcj:0:027B:23:071:Select starting round tankfrcj:0:027B:23:061:Select next round ; [ Puzzle & Action: Tant-R (Japan) ] tantr:0:FFFC18:09:000:Infinite Credits tantr:0:FFB643:10:000:Infinite Time tantr:0:FF99C5:03:000:Infinite Lives PL1 tantr:0:FF9DC5:03:000:Infinite Lives PL2 ; [ Puzzle & Action: Tant-R (Japan) (bootleg set 1) ] tantrbl:0:FFFC18:09:000:Infinite Credits tantrbl:0:FFB643:10:000:Infinite Time tantrbl:0:FF99C5:03:000:Infinite Lives PL1 tantrbl:0:FF9DC5:03:000:Infinite Lives PL2 ; [ Puzzle & Action: Tant-R (Japan) (bootleg set 2) ] tantrbl2:0:FFFC18:09:000:Infinite Credits tantrbl2:0:FFB643:10:000:Infinite Time tantrbl2:0:FF99C5:03:000:Infinite Lives PL1 tantrbl2:0:FF9DC5:03:000:Infinite Lives PL2 ; [ Puzzle & Action: Tant-R (Korea) ] tantrkor:0:FFFC18:09:000:Infinite Credits tantrkor:0:FFB643:10:000:Infinite Time tantrkor:0:FF99C5:03:000:Infinite Lives PL1 tantrkor:0:FF9DC5:03:000:Infinite Lives PL2 ; [ Tao Taido (set 2) ] taotaida:0:FE7823:01:000:Infinite Energy PL1 taotaida:0:FE7822:52:500:Infinite Energy PL1 (2/2) taotaida:0:FE7823:00:001:Drain All Energy Now! PL1 taotaida:0:FE7822:00:501:Drain All Energy Now! PL1 (2/2) taotaida:0:FE78C3:01:000:Infinite Energy PL2 taotaida:0:FE78C2:52:500:Infinite Energy PL2 (2/2) taotaida:0:FE78C3:00:001:Drain All Energy Now! PL2 taotaida:0:FE78C2:00:501:Drain All Energy Now! PL2 (2/2) taotaida:0:FE7A03:01:000:Infinite Energy CPU taotaida:0:FE7A02:52:500:Infinite Energy CPU (2/2) taotaida:0:FE7A03:00:001:Drain All Energy Now! CPU taotaida:0:FE7A02:00:501:Drain All Energy Now! CPU (2/2) ; [ Tao Taido (set 1) ] taotaido:0:FE76C7:01:000:Infinite Energy PL1 taotaido:0:FE76C6:52:500:Infinite Energy PL1 (2/2) taotaido:0:FE76C7:00:001:Drain All Energy Now! PL1 taotaido:0:FE76C6:00:501:Drain All Energy Now! PL1 (2/2) taotaido:0:FE7767:01:000:Infinite Energy PL2 taotaido:0:FE7766:52:500:Infinite Energy PL2 (2/2) taotaido:0:FE7767:00:001:Drain All Energy Now! PL2 taotaido:0:FE7766:00:501:Drain All Energy Now! PL2 (2/2) taotaido:0:FE78A7:01:000:Infinite Energy CPU taotaido:0:FE78A6:52:500:Infinite Energy CPU (2/2) taotaido:0:FE78A7:00:001:Drain All Energy Now! CPU taotaido:0:FE78A6:00:501:Drain All Energy Now! CPU (2/2) ; [ Tapper (Budweiser) ] tapper:0:E011:09:000:Infinite Credits tapper:0:E4A7:06:000:Infinite Lives tapper:0:0798:C3:100:Invincibility:Glasses will continue on their journey until collected and you won't get pulled down the bar. THe overall effect can be quite strange and there's only so many glasses sprites to go around so you might have to collect some empties to pull some more. tapper:0:07A2:C3:600:Invincibility (2/6):Parts 1-2 allows you to pick the empty glasses up whenever tapper:0:0818:C3:600:Invincibility (3/6) tapper:0:0810:C3:600:Invincibility (4/6):Parts 3-4 stops the full glasses smashing infact they continue wrap back around until picked up tapper:0:08D3:C3:600:Invincibility (5/6) tapper:0:08E9:18:600:Invincibility (6/6):Parts 5-6 stop angry and 'legless' customers pulling you down the bar...they just continue going tapper:0:E711:01:001:Serve one beer on this level Now! tapper:0:0000:00:999:[ This Nonstop Dancing Girls cheat ] tapper:0:0000:00:999:[ doesn't start until after you get ] tapper:0:0000:00:999:[ the money. Also new customers are ] tapper:0:0000:00:999:[ NOT distracted by them!! ] tapper:0:E712:FF:000:Nonstop Dancing Girls :tapper:00001301:E4A8:00000062:FFFFFFFF:Select starting level:You should enable this cheat on the 'Press 1 or 2 player' screen ie. after credits have been inserted! tapper:0:E4A8:62:071:Select current level tapper:0:E4A8:62:061:Select next level ; [ Tapper (alternate) ] tappera:0:E011:09:000:Infinite Credits tappera:0:E4A7:06:000:Infinite Lives tappera:0:0798:C3:100:Invincibility:Glasses will continue on their journey until collected and you won't get pulled down the bar. THe overall effect can be quite strange and there's only so many glasses sprites to go around so you might have to collect some empties to pull some more. tappera:0:07A2:C3:600:Invincibility (2/6):Parts 1-2 allows you to pick the empty glasses up whenever tappera:0:0818:C3:600:Invincibility (3/6) tappera:0:0810:C3:600:Invincibility (4/6):Parts 3-4 stops the full glasses smashing infact they continue wrap back around until picked up tappera:0:08D3:C3:600:Invincibility (5/6) tappera:0:08E9:18:600:Invincibility (6/6):Parts 5-6 stop angry and 'legless' customers pulling you down the bar...they just continue going tappera:0:E711:01:001:Serve one beer on this level tappera:0:0000:00:999:[ This Nonstop Dancing Girls cheat ] tappera:0:0000:00:999:[ doesn't start until after you get ] tappera:0:0000:00:999:[ the money. Also new customers are ] tappera:0:0000:00:999:[ NOT distracted by them!! ] tappera:0:E712:FF:000:Nonstop Dancing Girls :tappera:00001301:E4A8:00000062:FFFFFFFF:Select starting level:You should enable this cheat on the 'Press 1 or 2 player' screen ie. after credits have been inserted! tappera:0:E4A8:62:071:Select current level tappera:0:E4A8:62:061:Select next level ; [ Targ ] targ:0:00C1:09:000:Infinite Lives targ:0:00B1:00:001:Finish this Round Now! targ:0:1ACE:AD:100:Invincibility ; [ Targ (cocktail?) ] targc:0:00C1:09:000:Infinite Lives targc:0:00B1:00:001:Finish this Round Now! targc:0:2BD1:AD:100:Invincibility ; [ Target Hits ] targeth:0:0000:00:999:[ There are no cheats ]:REASON 1 targeth:0:0000:00:999:[ for this game as it ]:REASON 1 targeth:0:0000:00:999:[ didn't work the last ]:REASON 1 targeth:0:0000:00:999:[ time it was tested. ]:REASON 1 targeth:0:0000:00:999:[ If the game now works ]:REASON 1 targeth:0:0000:00:999:[ please request cheats ]:REASON 1 targeth:0:0000:00:999:[ for it on the cheat ]:REASON 1 targeth:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tarzan ] tarzan:0:0000:00:999:[ There are no cheats ]:REASON 1 tarzan:0:0000:00:999:[ for this game as it ]:REASON 1 tarzan:0:0000:00:999:[ didn't work the last ]:REASON 1 tarzan:0:0000:00:999:[ time it was tested. ]:REASON 1 tarzan:0:0000:00:999:[ If the game now works ]:REASON 1 tarzan:0:0000:00:999:[ please request cheats ]:REASON 1 tarzan:0:0000:00:999:[ for it on the cheat ]:REASON 1 tarzan:0:0000:00:999:[ forums. ]:REASON 1 ; [ Time Attacker ] tattack:0:0000:00:999:[ There are no cheats ]:REASON 1 tattack:0:0000:00:999:[ for this game as it ]:REASON 1 tattack:0:0000:00:999:[ didn't work the last ]:REASON 1 tattack:0:0000:00:999:[ time it was tested. ]:REASON 1 tattack:0:0000:00:999:[ If the game now works ]:REASON 1 tattack:0:0000:00:999:[ please request cheats ]:REASON 1 tattack:0:0000:00:999:[ for it on the cheat ]:REASON 1 tattack:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tattoo Assassins (US Prototype) ] tattass:0:0104924:63:000:Infinite Time tattass:0:0104924:00:001:Finish this Round Now! tattass:0:0102510:80:000:Infinite Energy PL1 tattass:0:0102510:00:001:Drain All Energy Now! PL1 tattass:0:0102628:80:000:Infinite Energy PL2 tattass:0:0102628:00:001:Drain All Energy Now! PL2 ; [ Tattoo Assassins (Asia Prototype) ] tattassa:0:0104924:63:000:Infinite Time tattassa:0:0104924:00:001:Finish this Round Now! tattassa:0:0102510:80:000:Infinite Energy PL1 tattassa:0:0102510:00:001:Drain All Energy Now! PL1 tattassa:0:0102628:80:000:Infinite Energy PL2 tattassa:0:0102628:00:001:Drain All Energy Now! PL2 ; [ Taxi Driver ] taxidrvr:1:616E:78:000:Infinite Fuel :taxidrvr:60000000:0000:000000000:00000000:[ If you go off the map ] :taxidrvr:60000000:0000:000000000:00000000:[ during Invincibility, ] :taxidrvr:60000000:0000:000000000:00000000:[ the game crash! ] :taxidrvr:20800000:1A3D:0000000C9:FFFFFFFF:Invincibility :taxidrvr:20810000:3200:0000000C9:FFFFFFFF:Invincibility (2/5) :taxidrvr:20810000:3244:0000000C9:FFFFFFFF:Invincibility (3/5) :taxidrvr:20810000:326C:0000000C9:FFFFFFFF:Invincibility (4/5) :taxidrvr:20810000:328C:0000000C9:FFFFFFFF:Invincibility (5/5) taxidrvr:1:601E:08:000:Infinite Lives PL1 taxidrvr:1:602E:08:000:Infinite Lives PL2 ; [ Tazz-Mania (set 2) ] tazmani2:0:80EE:99:000:Infinite Credits tazmani2:0:8529:09:000:Infinite Lives tazmani2:0:852F:08:000:Infinite Bombs ; [ Tazz-Mania (set 1) ] tazmania:0:80EE:99:000:Infinite Credits tazmania:0:8529:09:000:Infinite Lives tazmania:0:852F:08:000:Infinite Bombs ; [ Tazz-Mania (Galaxian Hardware) ] tazzmang:0:80EE:99:000:Infinite Credits tazzmang:0:8529:09:000:Infinite Lives tazzmang:0:852F:08:000:Infinite Bombs ; [ Tecmo Bowl (World?) ] tbowl:0:8132:3B:000:Infinite Quarter Time tbowl:0:8133:63:500:Infinite Quarter Time (2/2) tbowl:0:8132:01:001:Finish this Quarter Now! tbowl:0:8133:00:501:Finish this Quarter Now! (2/2) tbowl:0:FB85:00:000:Always on the First Down tbowl:0:FB85:00:001:Make this the First Down Now! tbowl:0:FB85:03:001:Make this the Fourth Down Now! tbowl:0:826E:89:000:Score always=89 (PL1&PL2)Blue Team tbowl:0:826E:00:000:Score always=00 (PL1&PL2)Blue Team tbowl:0:826E:89:001:Score=89 Now! (PL1&PL2) Blue Team tbowl:0:826E:00:001:Score=00 Now! (PL1&PL2) Blue Team tbowl:0:826E:89:073:Select Score (PL1&PL2)Blue Team tbowl:0:826F:89:000:Score always=89 (PL3&PL4) Red Team tbowl:0:826F:00:000:Score always=00 (PL3&PL4) Red Team tbowl:0:826F:89:001:Score=89 Now! (PL3&PL4) Red Team tbowl:0:826F:00:001:Score=00 Now! (PL3&PL4) Red Team tbowl:0:826F:89:073:Select Score (PL3&PL4)Red Team tbowl:0:8110:3B:000:Infinite Time PL1 tbowl:0:8111:62:500:Infinite Time PL1 (2/2) tbowl:0:8112:3B:000:Infinite Time PL2 tbowl:0:8113:62:500:Infinite Time PL2 (2/2) tbowl:0:8114:3B:000:Infinite Time PL3 tbowl:0:8115:62:500:Infinite Time PL3 (2/2) tbowl:0:8116:3B:000:Infinite Time PL4 tbowl:0:8117:62:500:Infinite Time PL4 (2/2) ; [ Tecmo Bowl (Japan) ] tbowlj:0:8132:3B:000:Infinite Quarter Time tbowlj:0:8133:63:500:Infinite Quarter Time (2/2) tbowlj:0:8132:01:001:Finish this Quarter Now! tbowlj:0:8133:00:501:Finish this Quarter Now! (2/2) tbowlj:0:FB85:00:000:Always on the First Down tbowlj:0:FB85:00:001:Make this the First Down Now! tbowlj:0:FB85:03:001:Make this the Fourth Down Now! tbowlj:0:826E:89:000:Score always=89 (PL1&PL2)Blue Team tbowlj:0:826E:00:000:Score always=00 (PL1&PL2)Blue Team tbowlj:0:826E:89:001:Score=89 Now! (PL1&PL2) Blue Team tbowlj:0:826E:00:001:Score=00 Now! (PL1&PL2) Blue Team tbowlj:0:826E:89:073:Select Score (PL1&PL2)Blue Team tbowlj:0:826F:89:000:Score always=89 (PL3&PL4) Red Team tbowlj:0:826F:00:000:Score always=00 (PL3&PL4) Red Team tbowlj:0:826F:89:001:Score=89 Now! (PL3&PL4) Red Team tbowlj:0:826F:00:001:Score=00 Now! (PL3&PL4) Red Team tbowlj:0:826F:89:073:Select Score (PL3&PL4)Red Team tbowlj:0:8110:3B:000:Infinite Time PL1 tbowlj:0:8111:62:500:Infinite Time PL1 (2/2) tbowlj:0:8112:3B:000:Infinite Time PL2 tbowlj:0:8113:62:500:Infinite Time PL2 (2/2) tbowlj:0:8114:3B:000:Infinite Time PL3 tbowlj:0:8115:62:500:Infinite Time PL3 (2/2) tbowlj:0:8116:3B:000:Infinite Time PL4 tbowlj:0:8117:62:500:Infinite Time PL4 (2/2) ; [ Twin Bee Yahhoo! (ver JAA) ] tbyahhoo:0:C0FBD1:0A:000:Infinite Lives PL1 tbyahhoo:0:C0044A:00:000:Invincibility PL1 tbyahhoo:0:C0044B:02:500:Invincibility PL1 (2/2) tbyahhoo:0:C0FC13:0A:000:Infinite Lives PL2 tbyahhoo:0:C02F4A:00:000:Invincibility PL2 tbyahhoo:0:C02F4B:02:500:Invincibility PL2 (2/2) ; [ Thunder Ceptor ] tceptor:0:6012:05:000:Infinite Arms :tceptor:00000000:006011:00000080:FFFFFFFF:Infinite Power :tceptor:23800000:00316C:00000060:FFFFFFFF:Invincibility :tceptor:23810000:00324A:00000060:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire :tceptor:23800000:002970:00000060:FFFFFFFF:No Out of Course :tceptor:23810000:00299E:00000060:FFFFFFFF:No Out of Course (2/2):1st = Left Wall, 2nd = Right Wall :tceptor:03000100:20185A:000000FF:FFFFFFFF:Select Speed :tceptor:00000000:000054:00000000:FFFFFFFF:Rapid Fire ; [ Thunder Ceptor II ] tceptor2:0:6012:05:000:Infinite Arms :tceptor2:00000000:006011:00000080:FFFFFFFF:Infinite Power :tceptor2:23800000:0040BA:00000060:FFFFFFFF:Invincibility :tceptor2:23810000:004346:00000060:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Fire :tceptor2:23800000:00286E:00000060:FFFFFFFF:No Out of Course :tceptor2:23810000:00289C:00000060:FFFFFFFF:No Out of Course (2/2):1st = Left Wall, 2nd = Right Wall :tceptor2:03000100:20185A:000000FF:FFFFFFFF:Select Speed :tceptor2:00000000:000054:00000000:FFFFFFFF:Rapid Fire ; [ Taiwan Chess Legend ] tcl:0:0000:00:999:[ There are no cheats ]:REASON 1 tcl:0:0000:00:999:[ for this game as it ]:REASON 1 tcl:0:0000:00:999:[ didn't work the last ]:REASON 1 tcl:0:0000:00:999:[ time it was tested. ]:REASON 1 tcl:0:0000:00:999:[ If the game now works ]:REASON 1 tcl:0:0000:00:999:[ please request cheats ]:REASON 1 tcl:0:0000:00:999:[ for it on the cheat ]:REASON 1 tcl:0:0000:00:999:[ forums. ]:REASON 1 ; [ Twin Cobra 2 (World) ] tcobra2:0:4006CB:09:000:Infinite Credits tcobra2:0:400865:09:000:Infinite Lives PL1 tcobra2:0:400869:05:000:Infinite Bombs PL1 tcobra2:0:40D268:10:020:Invincibility PL1 tcobra2:0:400867:09:000:Infinite Lives PL2 tcobra2:0:40086D:05:000:Infinite Bombs PL2 tcobra2:0:40D328:10:020:Invincibility PL2 tcobra2:0:000000:00:999:[ After you enable a region cheat ] tcobra2:0:000000:00:999:[ to see any effect you have to ] tcobra2:0:000000:00:999:[ reset the game (F3). Then you ] tcobra2:0:000000:00:999:[ must turn the Test Mode ON (F2) ] tcobra2:0:000000:00:999:[ wait then reset again (F3). ] tcobra2:0:0FFFFF:01:100:Region Switch = Japan:Kyukyoku Tiger 2 tcobra2:0:0FFFFF:02:100:Region Switch = US:Twin Cobra 2 tcobra2:0:0FFFFF:03:100:Region Switch = World:Twin Cobra 2 ; [ Twin Cobra 2 (US) ] tcobra2u:0:4006CB:09:000:Infinite Credits tcobra2u:0:400865:09:000:Infinite Lives PL1 tcobra2u:0:400869:05:000:Infinite Bombs PL1 tcobra2u:0:40D268:10:020:Invincibility PL1 tcobra2u:0:400867:09:000:Infinite Lives PL2 tcobra2u:0:40086D:05:000:Infinite Bombs PL2 tcobra2u:0:40D328:10:020:Invincibility PL2 tcobra2u:0:000000:00:999:[ After you enable a region cheat ] tcobra2u:0:000000:00:999:[ to see any effect you have to ] tcobra2u:0:000000:00:999:[ reset the game (F3). Then you ] tcobra2u:0:000000:00:999:[ must turn the Test Mode ON (F2) ] tcobra2u:0:000000:00:999:[ wait then reset again (F3). ] tcobra2u:0:0FFFFF:01:100:Region Switch = Japan:Kyukyoku Tiger 2 tcobra2u:0:0FFFFF:02:100:Region Switch = US:Twin Cobra 2 tcobra2u:0:0FFFFF:03:100:Region Switch = World:Twin Cobra 2 ; [ TouchDown Fever ] tdfever:0:FE5A:99:000:Infinite Credits tdfever:0:FFB8:59:000:Infinite Time tdfever:0:FFB9:99:500:Infinite Time (2/2) tdfever:0:FFB8:01:001:End quarter Now! tdfever:0:FFB9:00:501:End quarter Now! (2/2) ; [ TouchDown Fever 2 ] tdfever2:0:FE5A:99:000:Infinite Credits tdfever2:0:FFB8:59:000:Infinite Time tdfever2:0:FFB9:99:500:Infinite Time (2/2) tdfever2:0:FFB8:01:001:End quarter Now! tdfever2:0:FFB9:00:501:End quarter Now! (2/2) ; [ TouchDown Fever (Japan) ] tdfeverj:0:FE5A:99:000:Infinite Credits tdfeverj:0:FFB8:59:000:Infinite Time tdfeverj:0:FFB9:99:500:Infinite Time (2/2) tdfeverj:0:FFB8:01:001:End quarter Now! tdfeverj:0:FFB9:00:501:End quarter Now! (2/2) ; [ Thunder Dragon ] :tdragon:00000000:0BEF01:00000009:FFFFFFFF:Infinite Credits ;Larger credit values cause a constant noise :tdragon:00001301:0B9021:00000006:FFFFFFFF:Select Starting Stage:Set on displayed "Push Start" screen after inserted a credit :tdragon:00000000:0B7A29:00000006:FFFFFFFF:Infinite Lives PL1 :tdragon:00000000:0B7A2F:00000008:FFFFFFFF:Infinite Bombs PL1 :tdragon:00000000:0B7A56:00000000:FFFFFFFF:Always Maximum Shot Power PL1 :tdragon:00010000:0B7A7F:00000007:FFFFFFFF:Always Maximum Shot Power PL1 (2/2) :tdragon:00000000:0B7A2D:00000002:FFFFFFFF:Invincibility PL1 :tdragon:62000000:000000:00000000:FFFFFFFF:Select Weapon PL1 :tdragon:00010000:0B7A57:00000000:FFFFFFFF:Vulcan :tdragon:00010000:0B7A57:00000001:FFFFFFFF:Fire :tdragon:00010000:0B7A57:00000002:FFFFFFFF:Multi-Way :tdragon:00010000:0B7A57:00000003:FFFFFFFF:Missile :tdragon:00000000:0B7A1D:00000000:FFFFFFFF:Rapid Fire PL1 :tdragon:00010000:0B7A7B:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :tdragon:00000000:0B7B2D:00000002:FFFFFFFF:Invincibility PL2 :tdragon:00000000:0B7B29:00000006:FFFFFFFF:Infinite Lives PL2 :tdragon:00000000:0B7B2F:00000008:FFFFFFFF:Infinite Bombs PL2 :tdragon:00000000:0B7B56:00000000:FFFFFFFF:Always Maximum Shot Power PL2 :tdragon:00010000:0B7B7F:00000007:FFFFFFFF:Always Maximum Shot Power PL2 (2/2) :tdragon:62000000:000000:00000000:FFFFFFFF:Select Weapon PL2 :tdragon:00010000:0B7B57:00000000:FFFFFFFF:Vulcan :tdragon:00010000:0B7B57:00000001:FFFFFFFF:Fire :tdragon:00010000:0B7B57:00000002:FFFFFFFF:Multi-Way :tdragon:00010000:0B7A57:00000003:FFFFFFFF:Missile :tdragon:00000000:0B7B1D:00000000:FFFFFFFF:Rapid Fire PL2 :tdragon:00010000:0B7B7B:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ Thunder Dragon 2 ] tdragon2:0:1F900D:09:000:Infinite Credits tdragon2:0:1F7F29:06:000:Infinite Lives PL1 tdragon2:0:1F7F2F:08:000:Infinite Bombs PL1 tdragon2:0:1F7F31:03:000:Max Firepower PL1 tdragon2:0:1F7F2D:02:000:Invicibility PL1 tdragon2:0:1F7E29:06:000:Infinite Lives PL2 tdragon2:0:1F7E2F:08:000:Infinite Bombs PL2 tdragon2:0:1F7E31:03:000:Max Firepower PL2 tdragon2:0:1F7E2D:02:000:Invincibility PL2 ; [ Thunder Dragon (Bootleg) ] :tdragonb:00000000:0BEF01:00000009:FFFFFFFF:Infinite Credits ;Larger credit values cause a constant noise :tdragonb:00001301:0B9021:00000006:FFFFFFFF:Select Starting Stage:Set on displayed "Push Start" screen after inserted a credit :tdragonb:00000000:0B7A29:00000006:FFFFFFFF:Infinite Lives PL1 :tdragonb:00000000:0B7A2F:00000008:FFFFFFFF:Infinite Bombs PL1 :tdragonb:00000000:0B7A56:00000000:FFFFFFFF:Always Maximum Shot Power PL1 :tdragonb:00010000:0B7A7F:00000007:FFFFFFFF:Always Maximum Shot Power PL1 (2/2) :tdragonb:00000000:0B7A2D:00000002:FFFFFFFF:Invincibility PL1 :tdragonb:62000000:000000:00000000:FFFFFFFF:Select Weapon PL1 :tdragonb:00010000:0B7A57:00000000:FFFFFFFF:Vulcan :tdragonb:00010000:0B7A57:00000001:FFFFFFFF:Fire :tdragonb:00010000:0B7A57:00000002:FFFFFFFF:Multi-Way :tdragonb:00010000:0B7A57:00000003:FFFFFFFF:Missile :tdragonb:00000000:0B7A1D:00000000:FFFFFFFF:Rapid Fire PL1 :tdragonb:00010000:0B7A7B:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :tdragonb:00000000:0B7B2D:00000002:FFFFFFFF:Invincibility PL2 :tdragonb:00000000:0B7B29:00000006:FFFFFFFF:Infinite Lives PL2 :tdragonb:00000000:0B7B2F:00000008:FFFFFFFF:Infinite Bombs PL2 :tdragonb:00000000:0B7B56:00000000:FFFFFFFF:Always Maximum Shot Power PL2 :tdragonb:00010000:0B7B7F:00000007:FFFFFFFF:Always Maximum Shot Power PL2 (2/2) :tdragonb:62000000:000000:00000000:FFFFFFFF:Select Weapon PL2 :tdragonb:00010000:0B7B57:00000000:FFFFFFFF:Vulcan :tdragonb:00010000:0B7B57:00000001:FFFFFFFF:Fire :tdragonb:00010000:0B7B57:00000002:FFFFFFFF:Multi-Way :tdragonb:00010000:0B7A57:00000003:FFFFFFFF:Missile :tdragonb:00000000:0B7B1D:00000000:FFFFFFFF:Rapid Fire PL2 :tdragonb:00010000:0B7B7B:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) ; [ John Elway's Team Quarterback ] teamqb:0:E35F:FF:000:Infinite Credits "ON" teamqb:0:E35F:00:001:Infinite Credits "OFF" teamqb:0:E308:99:000:Infinite Quarter Time teamqb:0:E307:59:500:Infinite Quarter Time (2/2) teamqb:0:E308:00:001:Finish this Quarter Now! teamqb:0:E307:00:501:Finish this Quarter Now! (2/2) teamqb:0:E259:01:000:Always on 1st Down teamqb:0:E259:01:001:Make this the 1st Down Now! teamqb:0:E259:04:001:Make this the 4th Down Now! teamqb:0:E26F:99:000:Infinite Play Time PL1 teamqb:0:E270:99:500:Infinite Play Time PL1 (2/2) teamqb:0:E27F:99:000:Infinite Play Time PL2 teamqb:0:E280:99:500:Infinite Play Time PL2 (2/2) teamqb:0:E28F:99:000:Infinite Play Time PL3 teamqb:0:E290:99:500:Infinite Play Time PL3 (2/2) teamqb:0:E29F:99:000:Infinite Play Time PL4 teamqb:0:E2A0:99:500:Infinite Play Time PL4 (2/2) teamqb:0:E276:99:073:Select Q1 Score Team 1 (PL1/PL2) teamqb:0:E277:99:073:Select Q2 Score Team 1 (PL1/PL2) teamqb:0:E278:99:073:Select Q3 Score Team 1 (PL1/PL2) teamqb:0:E279:99:073:Select Q4 Score Team 1 (PL1/PL2) teamqb:0:E27B:99:073:Select 0XX T.Score Team 1(PL1/2) teamqb:0:E27C:09:073:Select X00 T.Score Team 1(PL1/2) teamqb:0:E296:99:073:Select Q1 Score Team 2 (PL3/PL4) teamqb:0:E297:99:073:Select Q2 Score Team 2 (PL3/PL4) teamqb:0:E298:99:073:Select Q3 Score Team 2 (PL3/PL4) teamqb:0:E299:99:073:Select Q4 Score Team 2 (PL3/PL4) teamqb:0:E29B:99:073:Select 0XX T.Score Team 2(PL3/4) teamqb:0:E29C:09:073:Select X00 T.Score Team 2(PL3/4) ; [ John Elway's Team Quarterback (set 2) ] teamqb2:0:E35F:FF:000:Infinite Credits "ON" teamqb2:0:E35F:00:001:Infinite Credits "OFF" teamqb2:0:E308:99:000:Infinite Quarter Time teamqb2:0:E307:59:500:Infinite Quarter Time (2/2) teamqb2:0:E308:00:001:Finish this Quarter Now! teamqb2:0:E307:00:501:Finish this Quarter Now! (2/2) teamqb2:0:E259:01:000:Always on 1st Down teamqb2:0:E259:01:001:Make this the 1st Down Now! teamqb2:0:E259:04:001:Make this the 4th Down Now! teamqb2:0:E26F:99:000:Infinite Play Time PL1 teamqb2:0:E270:99:500:Infinite Play Time PL1 (2/2) teamqb2:0:E27F:99:000:Infinite Play Time PL2 teamqb2:0:E280:99:500:Infinite Play Time PL2 (2/2) teamqb2:0:E28F:99:000:Infinite Play Time PL3 teamqb2:0:E290:99:500:Infinite Play Time PL3 (2/2) teamqb2:0:E29F:99:000:Infinite Play Time PL4 teamqb2:0:E2A0:99:500:Infinite Play Time PL4 (2/2) teamqb2:0:E276:99:073:Select Q1 Score Team 1 (PL1/PL2) teamqb2:0:E277:99:073:Select Q2 Score Team 1 (PL1/PL2) teamqb2:0:E278:99:073:Select Q3 Score Team 1 (PL1/PL2) teamqb2:0:E279:99:073:Select Q4 Score Team 1 (PL1/PL2) teamqb2:0:E27B:99:073:Select 0XX T.Score Team 1(PL1/2) teamqb2:0:E27C:09:073:Select X00 T.Score Team 1(PL1/2) teamqb2:0:E296:99:073:Select Q1 Score Team 2 (PL3/PL4) teamqb2:0:E297:99:073:Select Q2 Score Team 2 (PL3/PL4) teamqb2:0:E298:99:073:Select Q3 Score Team 2 (PL3/PL4) teamqb2:0:E299:99:073:Select Q4 Score Team 2 (PL3/PL4) teamqb2:0:E29B:99:073:Select 0XX T.Score Team 2(PL3/4) teamqb2:0:E29C:09:073:Select X00 T.Score Team 2(PL3/4) ; [ Tech Romancer (EURO 980914) ] :techromn:00000000:0005EEA0:0000001D:FFFFFFFF:Infinite Select Time :techromn:00000000:0005E07C:0000005A:FFFFFFFF:Infinite Time :techromn:00000001:1FAF0010:00000001:FFFFFFFF:Unlock Gourai:You need to reset the game to see any effect after you've set this cheat :techromn:00000001:1FAF0014:00000001:FFFFFFFF:Unlock Extra Characters:You need to reset the game to see any effect after you've set this cheat.It is incomplete because you can NEVER select Gamuda, Quvearl, Goldibus or Blodia (prototype) :techromn:00000000:0005E100:00000000:FFFFFFFF:Infinite Energy PL1:Take no red or yellow damage :techromn:00010000:0005E102:00000000:FFFFFFFF:Infinite Energy PL1 (2/2) :techromn:00000001:0005E100:00000090:FFFFFFFF:Drain All Energy Now! PL1 :techromn:00000000:0005E142:00000064:FFFFFFFF:Infinite Armour PL1 :techromn:00010000:0005E112:00000096:FFFFFFFF:Infinite Armour PL1 (2/2) :techromn:00000001:0005EE94:00000009:FFFFFFFF:Play as Gamda Now! PL1:Set on character selection screen :techromn:00000001:0005EE94:0000000A:FFFFFFFF:Play as Quvearl Now! PL1:Set on character selection screen :techromn:00000001:0005EE94:0000000B:FFFFFFFF:Play as Blodia Now! PL1:Set on character selection screen :techromn:00000001:0005EE94:0000000C:FFFFFFFF:Play as Goldibus (1st) Now! PL1:Set on character selection screen :techromn:00000001:0005EE94:0000000D:FFFFFFFF:Play as Goldibus (2nd) Now! PL1:Set on character selection screen :techromn:00000000:0005E101:00000000:FFFFFFFF:Infinite Energy PL2:Take no red or yellow damage :techromn:00010000:0005E103:00000000:FFFFFFFF:Infinite Energy PL2 (2/2) :techromn:00000001:0005E101:00000090:FFFFFFFF:Drain All Energy Now! PL2 :techromn:00000000:0005E143:00000064:FFFFFFFF:Infinite Armour PL2 :techromn:00010000:0005E113:00000096:FFFFFFFF:Infinite Armour PL2 (2/2) :techromn:00000001:0005EE95:00000009:FFFFFFFF:Play as Gamda Now! PL2:Set on character selection screen :techromn:00000001:0005EE95:0000000A:FFFFFFFF:Play as Quvearl Now! PL2:Set on character selection screen :techromn:00000001:0005EE95:0000000B:FFFFFFFF:Play as Blodia Now! PL2:Set on character selection screen :techromn:00000001:0005EE95:0000000C:FFFFFFFF:Play as Goldibus (1st) Now! PL2:Set on character selection screen :techromn:00000001:0005EE95:0000000D:FFFFFFFF:Play as Goldibus (2nd) Now! PL2:Set on character selection screen ; [ Tech Romancer (USA 980914) ] :techromu:00000000:0005EEA0:0000001D:FFFFFFFF:Infinite Select Time :techromu:00000000:0005E07C:0000005A:FFFFFFFF:Infinite Time :techromu:00000001:1FAF0010:00000001:FFFFFFFF:Unlock Gourai:You need to reset the game to see any effect after you've set this cheat :techromu:00000001:1FAF0014:00000001:FFFFFFFF:Unlock Extra Characters:You need to reset the game to see any effect after you've set this cheat.It is incomplete because you can NEVER select Gamuda, Quvearl, Goldibus or Blodia (prototype) :techromu:00000000:0005E100:00000000:FFFFFFFF:Infinite Energy PL1:Take no red or yellow damage :techromu:00010000:0005E102:00000000:FFFFFFFF:Infinite Energy PL1 (2/2) :techromu:00000001:0005E100:00000090:FFFFFFFF:Drain All Energy Now! PL1 :techromu:00000000:0005E142:00000064:FFFFFFFF:Infinite Armour PL1 :techromu:00010000:0005E112:00000096:FFFFFFFF:Infinite Armour PL1 (2/2) :techromu:00000001:0005EE94:00000009:FFFFFFFF:Play as Gamda Now! PL1:Set on character selection screen :techromu:00000001:0005EE94:0000000A:FFFFFFFF:Play as Quvearl Now! PL1:Set on character selection screen :techromu:00000001:0005EE94:0000000B:FFFFFFFF:Play as Blodia Now! PL1:Set on character selection screen :techromu:00000001:0005EE94:0000000C:FFFFFFFF:Play as Goldibus (1st) Now! PL1:Set on character selection screen :techromu:00000001:0005EE94:0000000D:FFFFFFFF:Play as Goldibus (2nd) Now! PL1:Set on character selection screen :techromu:00000000:0005E101:00000000:FFFFFFFF:Infinite Energy PL2:Take no red or yellow damage :techromu:00010000:0005E103:00000000:FFFFFFFF:Infinite Energy PL2 (2/2) :techromu:00000001:0005E101:00000090:FFFFFFFF:Drain All Energy Now! PL2 :techromu:00000000:0005E143:00000064:FFFFFFFF:Infinite Armour PL2 :techromu:00010000:0005E113:00000096:FFFFFFFF:Infinite Armour PL2 (2/2) :techromu:00000001:0005EE95:00000009:FFFFFFFF:Play as Gamda Now! PL2:Set on character selection screen :techromu:00000001:0005EE95:0000000A:FFFFFFFF:Play as Quvearl Now! PL2:Set on character selection screen :techromu:00000001:0005EE95:0000000B:FFFFFFFF:Play as Blodia Now! PL2:Set on character selection screen :techromu:00000001:0005EE95:0000000C:FFFFFFFF:Play as Goldibus (1st) Now! PL2:Set on character selection screen :techromu:00000001:0005EE95:0000000D:FFFFFFFF:Play as Goldibus (2nd) Now! PL2:Set on character selection screen ; [ Tecmo World Cup Millennium (JAPAN) ] tecmowcm:0:0000:00:999:[ This game hasn't even ]:REASON 11 tecmowcm:0:0000:00:999:[ been looked at due to ]:REASON 11 tecmowcm:0:0000:00:999:[ time constraints - Too]:REASON 11 tecmowcm:0:0000:00:999:[ many games and so ]:REASON 11 tecmowcm:0:0000:00:999:[ little time. It is ]:REASON 11 tecmowcm:0:0000:00:999:[ even possible that ]:REASON 11 tecmowcm:0:0000:00:999:[ this game may be a ]:REASON 11 tecmowcm:0:0000:00:999:[ clone of an existing ]:REASON 11 tecmowcm:0:0000:00:999:[ game which may have ]:REASON 11 tecmowcm:0:0000:00:999:[ cheats. Please search ]:REASON 11 tecmowcm:0:0000:00:999:[ the cheat forums ]:REASON 11 tecmowcm:0:0000:00:999:[ before posting cheat ]:REASON 11 tecmowcm:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ TeddyBoy Blues (New Ver.) ] teddybb:0:C528:09:000:Infinite Credits teddybb:0:C60C:BF:011:Infinite Time teddybb:0:C2F1:19:000:Infinite Time for Treas. Hunt teddybb:0:C608:07:000:Infinite Lives :teddybb:20800000:13B95:000000C9:FFFFFFFF:Invincibility :teddybb:20810000:15D42:000000C9:FFFFFFFF:Invincibility (2/4) :teddybb:20810000:15EDA:000000C9:FFFFFFFF:Invincibility (3/4) :teddybb:20810000:161D5:000000C9:FFFFFFFF:Invincibility (4/4) :teddybb:00000001:0C59A:00000003:00000003:Finish Current Stage Now! :teddybb:00000000:0C60D:00000002:FFFFFFFF:Infinite Enemy Kick Time :teddybb:00000000:0C60E:0000000F:FFFFFFFF:Always Enemy Kick = 50000 pts :teddybb:00000000:0C629:00000000:00000002:Rapid Fire ; [ TeddyBoy Blues (Old Ver.) ] teddybbo:0:C528:09:000:Infinite Credits teddybbo:0:C60C:BF:011:Infinite Time teddybbo:0:C2F1:19:000:Infinite Time for Treas. Hunt teddybbo:0:C608:07:000:Infinite Lives :teddybbo:20800000:13B98:000000C9:FFFFFFFF:Invincibility :teddybbo:20810000:15D71:000000C9:FFFFFFFF:Invincibility (2/4) :teddybbo:20810000:15F06:000000C9:FFFFFFFF:Invincibility (3/4) :teddybbo:20810000:16204:000000C9:FFFFFFFF:Invincibility (4/4) :teddybbo:00000001:0C59A:00000003:00000003:Finish Current Stage Now! :teddybbo:00000000:0C60D:00000002:FFFFFFFF:Infinite Enemy Kick Time :teddybbo:00000000:0C60E:0000000F:FFFFFFFF:Always Enemy Kick = 50000 pts :teddybbo:00000000:0C629:00000000:00000002:Rapid Fire ; [ Tee'd Off (Japan) ] teedoff:0:C961:63:000:Infinite Balls teedoff:0:CA99:63:500:Infinite Balls (2/2) teedoff:0:C960:00:000:Infinite Strokes ; [ Tehkan World Cup ] tehkanwc:0:C080:05:000:Constant Play tehkanwc:0:C080:00:001:Finish Game Now! tehkanwc:0:C081:00:501:Finish Game Now! (2/2) tehkanwc:0:C0C0:06:001:Make this the last round tehkanwc:0:C0C0:06:071:Select current round tehkanwc:0:C100:63:070:Select score PL1 tehkanwc:0:C101:63:070:Select score PL2 ; [ Teki Paki ] tekipaki:0:080055:09:000:Infinite Credits tekipaki:0:080C07:FF:070:Select current level PL1 tekipaki:0:081C07:FF:070:Select current level PL2 ; [ Tekken (TE4/VER.C) ] tekken:0:00267038:09:000:Infinite Credits :tekken:00100000:002648BC:00001730:FFFFFFFF:Infinite Time :tekken:00100001:002648BC:00000001:FFFFFFFF:Finish this Round Now! :tekken:00000000:0013FB10:00000001:FFFFFFFF:Always Round 1 :tekken:00000000:00264AF6:0000007D:FFFFFFFF:Infinite Energy PL1 :tekken:00000001:00264AF6:00000000:FFFFFFFF:Drain all Energy Now! PL1 :tekken:00000000:0026493A:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekken:00000000:0026493A:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekken:00000001:0026493A:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekken:00000001:0026493A:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekken:00000001:0026493A:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekken:00000000:00265B2E:0000007D:FFFFFFFF:Infinite Energy PL2 :tekken:00000001:00265B2E:00000000:FFFFFFFF:Drain all Energy Now! PL2 :tekken:00000000:00265972:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekken:00000000:00265972:00000002:FFFFFFFF:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round :tekken:00000001:00265972:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekken:00000001:00265972:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekken:00000001:00265972:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken 2 Ver.B (TES3/VER.B) ] tekken2:0:00301CEC:09:000:Infinite Credits :tekken2:00300000:0035A3F8:FFFFFFFF:FFFFFFFF:Unlock All Characters:Enable this code and then reset. The 'Unlocked' status of all characters will be saved to EEPROM, so you won't need to enable the code again. :tekken2:00100000:0030F174:00001732:FFFFFFFF:Infinite Time :tekken2:00100001:0030F174:00000001:FFFFFFFF:Finish this Round Now! :tekken2:00000000:001C9CA0:00000001:FFFFFFFF:Always at Round 1 tekken2:0:0030CA6A:7E:000:Infinite Energy PL1 tekken2:0:0030CA6A:00:001:Drain All Energy Now! PL1 :tekken2:00000000:0030C8A2:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekken2:00000000:0030C8A2:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekken2:00000001:0030C8A2:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekken2:00000001:0030C8A2:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekken2:00000001:0030C8A2:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round tekken2:0:0030DEEA:7E:000:Infinite Energy PL2 tekken2:0:0030DEEA:00:001:Drain All Energy Now! PL2 :tekken2:00000000:0030DD22:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekken2:00000000:0030DD22:00000002:FFFFFFFF:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round :tekken2:00000001:0030DD22:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekken2:00000001:0030DD22:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekken2:00000001:0030DD22:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken 2 Ver.B (TES2/VER.B) ] tekken2a:0:00301CEC:09:000:Infinite Credits :tekken2a:00300000:0035A3F8:FFFFFFFF:FFFFFFFF:Unlock All Characters:Enable this code and then reset. The 'Unlocked' status of all characters will be saved to EEPROM, so you won't need to enable the code again. :tekken2a:00100000:0030F174:00001732:FFFFFFFF:Infinite Time :tekken2a:00100001:0030F174:00000001:FFFFFFFF:Finish this Round Now! :tekken2a:00000000:001C9CA0:00000001:FFFFFFFF:Always at Round 1 tekken2a:0:0030CA6A:7E:000:Infinite Energy PL1 tekken2a:0:0030CA6A:00:001:Drain All Energy Now! PL1 :tekken2a:00000000:0030C8A2:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekken2a:00000000:0030C8A2:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekken2a:00000001:0030C8A2:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekken2a:00000001:0030C8A2:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekken2a:00000001:0030C8A2:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round tekken2a:0:0030DEEA:7E:000:Infinite Energy PL2 tekken2a:0:0030DEEA:00:001:Drain All Energy Now! PL2 :tekken2a:00000000:0030DD22:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekken2a:00000000:0030DD22:00000002:FFFFFFFF:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round :tekken2a:00000001:0030DD22:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekken2a:00000001:0030DD22:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekken2a:00000001:0030DD22:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken 2 (TES2/VER.A) ] tekken2b:0:002FA4A0:09:000:Infinite Credits :tekken2b:00300000:00352BB8:FFFFFFFF:FFFFFFFF:Unlock All Characters:Enable this code and then reset. The 'Unlocked' status of all characters will be saved to EEPROM, so you won't need to enable the code again. :tekken2b:00100000:00307928:00001732:FFFFFFFF:Infinite Time :tekken2b:00100001:00307928:00000001:FFFFFFFF:Finish this Round Now! :tekken2b:00000000:001C24CC:00000001:FFFFFFFF:Always at Round 1 tekken2b:0:0030521E:7E:000:Infinite Energy PL1 tekken2b:0:0030521E:00:001:Drain All Energy Now! PL1 :tekken2b:00000000:00305056:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekken2b:00000000:00305056:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekken2b:00000001:00305056:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekken2b:00000001:00305056:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekken2b:00000001:00305056:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round tekken2b:0:0030669E:7E:000:Infinite Energy PL2 tekken2b:0:0030669E:00:001:Drain All Energy Now! PL2 :tekken2b:00000000:003064D6:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekken2b:00000000:003064D6:00000002:FFFFFFFF:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round :tekken2b:00000001:003064D6:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekken2b:00000001:003064D6:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekken2b:00000001:003064D6:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken 3 (TET1/VER.E1) ] :tekken3:00000000:0021FB8C:00000032:FFFFFFFF:Infinite Time :tekken3:00010000:0021FB8D:00000017:FFFFFFFF:Infinite Time (2/2) :tekken3:00000001:0021FB8C:00000001:FFFFFFFF:Finish this Round Now! :tekken3:00010001:0021FB8D:00000000:FFFFFFFF:Finish this Round Now! (2/2) :tekken3:00300000:002F4B8C:FFFFFFFF:FFFFFFFF:Unlock All Characters :tekken3:00000000:0021FC08:00000001:FFFFFFFF:Always Round 1 :tekken3:00000000:0031E492:00000082:FFFFFFFF:Infinite Energy PL1 :tekken3:00000001:0031E492:00000000:FFFFFFFF:Drain All Energy Now! PL1 :tekken3:00000000:0031E188:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekken3:00000000:0031E188:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekken3:00000001:0031E188:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekken3:00000001:0031E188:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekken3:00000001:0031E188:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekken3:00000000:0031FF76:00000082:FFFFFFFF:Infinite Energy PL2 :tekken3:00000001:0031FF76:00000000:FFFFFFFF:Drain All Energy Now! PL2 :tekken3:00000000:0031FC6C:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekken3:00000000:0031FC6C:00000002:FFFFFFFF:Always have Wins = 2 PL2 :tekken3:00000001:0031FC6C:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekken3:00000001:0031FC6C:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekken3:00000001:0031FC6C:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken 3 (TET2/VER.B) ] :tekken3a:00000000:0021F854:00000032:FFFFFFFF:Infinite Time :tekken3a:00010000:0021F855:00000017:FFFFFFFF:Infinite Time (2/2) :tekken3a:00000001:0021F854:00000001:FFFFFFFF:Finish this Round Now! :tekken3a:00010001:0021F855:00000000:FFFFFFFF:Finish this Round Now! (2/2) ; [ Tekken 3 (TET2/VER.A) ] :tekken3b:00000000:0021DF68:00000032:FFFFFFFF:Infinite Time :tekken3b:00010000:0021DF69:00000017:FFFFFFFF:Infinite Time (2/2) :tekken3b:00000001:0021DF68:00000001:FFFFFFFF:Finish this Round Now! :tekken3b:00010001:0021DF69:00000000:FFFFFFFF:Finish this Round Now! (2/2) ; [ Tekken (TE2/VER.C) ] tekkena:0:00267038:09:000:Infinite Credits :tekkena:00100000:002648BC:00001730:FFFFFFFF:Infinite Time :tekkena:00100001:002648BC:00000001:FFFFFFFF:Finish this Round Now! :tekkena:00000000:0013FB10:00000001:FFFFFFFF:Always Round 1 :tekkena:00000000:00264AF6:0000007D:FFFFFFFF:Infinite Energy PL1 :tekkena:00000001:00264AF6:00000000:FFFFFFFF:Drain all Energy Now! PL1 :tekkena:00000000:0026493A:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekkena:00000000:0026493A:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekkena:00000001:0026493A:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekkena:00000001:0026493A:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekkena:00000001:0026493A:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekkena:00000000:00265B2E:0000007D:FFFFFFFF:Infinite Energy PL2 :tekkena:00000001:00265B2E:00000000:FFFFFFFF:Drain all Energy Now! PL2 :tekkena:00000000:00265972:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekkena:00000000:00265972:00000002:FFFFFFFF:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round :tekkena:00000001:00265972:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekkena:00000001:00265972:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekkena:00000001:00265972:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken (TE2/VER.B) ] tekkenb:0:00266CE0:09:000:Infinite Credits :tekkenb:00100000:00264564:00001730:FFFFFFFF:Infinite Time :tekkenb:00100001:00264564:00000001:FFFFFFFF:Finish this Round Now! :tekkenb:00000000:0013F7D0:00000001:FFFFFFFF:Always Round 1 :tekkenb:00000000:0026479E:0000007D:FFFFFFFF:Infinite Energy PL1 :tekkenb:00000001:0026479E:00000000:FFFFFFFF:Drain all Energy Now! PL1 :tekkenb:00000000:002645E2:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekkenb:00000000:002645E2:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekkenb:00000001:002645E2:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekkenb:00000001:002645E2:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekkenb:00000001:002645E2:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekkenb:00000000:002657D6:0000007D:FFFFFFFF:Infinite Energy PL2 :tekkenb:00000001:002657D6:00000000:FFFFFFFF:Drain all Energy Now! PL2 :tekkenb:00000000:0026561A:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekkenb:00000000:0026561A:00000002:FFFFFFFF:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round :tekkenb:00000001:0026561A:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekkenb:00000001:0026561A:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekkenb:00000001:0026561A:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken (TE1/VER.B) ] tekkenc:0:00266CE0:09:000:Infinite Credits :tekkenc:00100000:00264564:00001730:FFFFFFFF:Infinite Time :tekkenc:00100001:00264564:00000001:FFFFFFFF:Finish this Round Now! :tekkenc:00000000:0013F7D0:00000001:FFFFFFFF:Always Round 1 :tekkenc:00000000:0026479E:0000007D:FFFFFFFF:Infinite Energy PL1 :tekkenc:00000001:0026479E:00000000:FFFFFFFF:Drain all Energy Now! PL1 :tekkenc:00000000:002645E2:00000000:FFFFFFFF:Always have Wins = 0 PL1 :tekkenc:00000000:002645E2:00000002:FFFFFFFF:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekkenc:00000001:002645E2:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :tekkenc:00000001:002645E2:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :tekkenc:00000001:002645E2:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :tekkenc:00000000:002657D6:0000007D:FFFFFFFF:Infinite Energy PL2 :tekkenc:00000001:002657D6:00000000:FFFFFFFF:Drain all Energy Now! PL2 :tekkenc:00000000:0026561A:00000000:FFFFFFFF:Always have Wins = 0 PL2 :tekkenc:00000000:0026561A:00000002:FFFFFFFF:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round :tekkenc:00000001:0026561A:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :tekkenc:00000001:0026561A:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :tekkenc:00000001:0026561A:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Tekken Tag Tournament (TEG3/VER.C1) ] :tektagt:00100000:002434E0:00001B58:FFFFFFFF:Infinite Time :tektagt:00100001:002434E0:00000001:FFFFFFFF:Finish this Round Now! :tektagt:00100000:003A62D8:00001770:FFFFFFFF:Infinite Character Selection Time :tektagt:00300000:002FE4FC:FFFFFFFF:FFFFFFFF:Unlock All Time-Released Options:To make this permanent,delete the tektagt nvram file,and load the game. Press P as soon as the coloured bars appear. Enable the code & wait until after the 'First Power On' screen. It'll be saved then. Repeat steps if it didn't work, and pause faster. :tektagt:00000000:002A0D2A:00000000:FFFFFFFF:Player 2/CPU 1 Hit Death ;above code needs sorting to Infinite Energy/Drain Energy cheats when the game works properly ;:tektagt:00000000:003A62E8:00000000:FFFFFFFF:Selection Char Location ;:tektagt:00000000:003A62F4:00000000:FFFFFFFF:Another Char Location ; [ Tekken Tag Tournament (TEG3/VER.B) ] :tektagta:00100000:002434E0:00001B58:FFFFFFFF:Infinite Time :tektagta:00100001:002434E0:00000001:FFFFFFFF:Finish this Round Now! :tektagta:00100000:003A62D8:00001770:FFFFFFFF:Infinite Character Selection Time :tektagta:00300000:002FE4FC:FFFFFFFF:FFFFFFFF:Unlock All Time-Released Options:To make this permanent,delete the tektagta nvram file,and load the game. Press P as soon as the coloured bars appear. Enable the code & wait until after the 'First Power On' screen. It'll be saved then. Repeat steps if it didn't work, and pause faster. :tektagta:00000000:002A0D2A:00000000:FFFFFFFF:Player 2/CPU 1 Hit Death ;above code needs sorting to Infinite Energy/Drain Energy cheats when the game works properly ;:tektagta:00000000:003A62E8:00000000:FFFFFFFF:Selection Char Location ;:tektagta:00000000:003A62F4:00000000:FFFFFFFF:Another Char Location ; [ Tekken Tag Tournament (TEG1/VER.B) ] tektagtb:0:0000:00:999:[ There are no cheats ]:REASON 1 tektagtb:0:0000:00:999:[ for this game as it ]:REASON 1 tektagtb:0:0000:00:999:[ didn't work the last ]:REASON 1 tektagtb:0:0000:00:999:[ time it was tested. ]:REASON 1 tektagtb:0:0000:00:999:[ If the game now works ]:REASON 1 tektagtb:0:0000:00:999:[ please request cheats ]:REASON 1 tektagtb:0:0000:00:999:[ for it on the cheat ]:REASON 1 tektagtb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tekken Tag Tournament (TEG1/VER.A3) ] tektagtc:0:0000:00:999:[ There are no cheats ]:REASON 1 tektagtc:0:0000:00:999:[ for this game as it ]:REASON 1 tektagtc:0:0000:00:999:[ didn't work the last ]:REASON 1 tektagtc:0:0000:00:999:[ time it was tested. ]:REASON 1 tektagtc:0:0000:00:999:[ If the game now works ]:REASON 1 tektagtc:0:0000:00:999:[ please request cheats ]:REASON 1 tektagtc:0:0000:00:999:[ for it on the cheat ]:REASON 1 tektagtc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tel Jan ] teljan:0:06002FD7:09:000:Infinite Credits :teljan:00000001:060058CC:00000003:FFFFFFFF:Get winning hand Now! :teljan:00010001:060058CD:00000001:FFFFFFFF:Get winning hand Now! (02/28) :teljan:00010001:060058CE:00000003:FFFFFFFF:Get winning hand Now! (03/28) :teljan:00010001:060058CF:00000001:FFFFFFFF:Get winning hand Now! (04/28) :teljan:00010001:060058D0:00000003:FFFFFFFF:Get winning hand Now! (05/28) :teljan:00010001:060058D1:00000001:FFFFFFFF:Get winning hand Now! (06/28) :teljan:00010001:060058D2:00000003:FFFFFFFF:Get winning hand Now! (07/28) :teljan:00010001:060058D3:00000002:FFFFFFFF:Get winning hand Now! (08/28) :teljan:00010001:060058D4:00000003:FFFFFFFF:Get winning hand Now! (09/28) :teljan:00010001:060058D5:00000002:FFFFFFFF:Get winning hand Now! (10/28) :teljan:00010001:060058D6:00000003:FFFFFFFF:Get winning hand Now! (11/28) :teljan:00010001:060058D7:00000002:FFFFFFFF:Get winning hand Now! (12/28) :teljan:00010001:060058D8:00000003:FFFFFFFF:Get winning hand Now! (13/28) :teljan:00010001:060058D9:00000003:FFFFFFFF:Get winning hand Now! (14/28) :teljan:00010001:060058DA:00000003:FFFFFFFF:Get winning hand Now! (15/28) :teljan:00010001:060058DB:00000003:FFFFFFFF:Get winning hand Now! (16/28) :teljan:00010001:060058DC:00000003:FFFFFFFF:Get winning hand Now! (17/28) :teljan:00010001:060058DD:00000003:FFFFFFFF:Get winning hand Now! (18/28) :teljan:00010001:060058DE:00000003:FFFFFFFF:Get winning hand Now! (19/28) :teljan:00010001:060058DF:00000004:FFFFFFFF:Get winning hand Now! (20/28) :teljan:00010001:060058E0:00000003:FFFFFFFF:Get winning hand Now! (21/28) :teljan:00010001:060058E1:00000004:FFFFFFFF:Get winning hand Now! (22/28) :teljan:00010001:060058E2:00000003:FFFFFFFF:Get winning hand Now! (23/28) :teljan:00010001:060058E3:00000004:FFFFFFFF:Get winning hand Now! (24/28) :teljan:00010001:060058E4:00000003:FFFFFFFF:Get winning hand Now! (25/28) :teljan:00010001:060058E5:00000005:FFFFFFFF:Get winning hand Now! (26/28) :teljan:00010001:060058E6:00000003:FFFFFFFF:Get winning hand Now! (27/28) :teljan:00010001:060058E7:00000005:FFFFFFFF:Get winning hand Now! (28/28) :teljan:00000000:060058CC:00000003:FFFFFFFF:Always winning hand :teljan:00010000:060058CD:00000001:FFFFFFFF:Always winning hand (02/28) :teljan:00010000:060058CE:00000003:FFFFFFFF:Always winning hand (03/28) :teljan:00010000:060058CF:00000001:FFFFFFFF:Always winning hand (04/28) :teljan:00010000:060058D0:00000003:FFFFFFFF:Always winning hand (05/28) :teljan:00010000:060058D1:00000001:FFFFFFFF:Always winning hand (06/28) :teljan:00010000:060058D2:00000003:FFFFFFFF:Always winning hand (07/28) :teljan:00010000:060058D3:00000002:FFFFFFFF:Always winning hand (08/28) :teljan:00010000:060058D4:00000003:FFFFFFFF:Always winning hand (09/28) :teljan:00010000:060058D5:00000002:FFFFFFFF:Always winning hand (10/28) :teljan:00010000:060058D6:00000003:FFFFFFFF:Always winning hand (11/28) :teljan:00010000:060058D7:00000002:FFFFFFFF:Always winning hand (12/28) :teljan:00010000:060058D8:00000003:FFFFFFFF:Always winning hand (13/28) :teljan:00010000:060058D9:00000003:FFFFFFFF:Always winning hand (14/28) :teljan:00010000:060058DA:00000003:FFFFFFFF:Always winning hand (15/28) :teljan:00010000:060058DB:00000003:FFFFFFFF:Always winning hand (16/28) :teljan:00010000:060058DC:00000003:FFFFFFFF:Always winning hand (17/28) :teljan:00010000:060058DD:00000003:FFFFFFFF:Always winning hand (18/28) :teljan:00010000:060058DE:00000003:FFFFFFFF:Always winning hand (19/28) :teljan:00010000:060058DF:00000004:FFFFFFFF:Always winning hand (20/28) :teljan:00010000:060058E0:00000003:FFFFFFFF:Always winning hand (21/28) :teljan:00010000:060058E1:00000004:FFFFFFFF:Always winning hand (22/28) :teljan:00010000:060058E2:00000003:FFFFFFFF:Always winning hand (23/28) :teljan:00010000:060058E3:00000004:FFFFFFFF:Always winning hand (24/28) :teljan:00010000:060058E4:00000003:FFFFFFFF:Always winning hand (25/28) :teljan:00010000:060058E5:00000005:FFFFFFFF:Always winning hand (26/28) :teljan:00010000:060058E6:00000003:FFFFFFFF:Always winning hand (27/28) :teljan:00010000:060058E7:00000005:FFFFFFFF:Always winning hand (28/28) :teljan:00100006:060058CC:000A000D:00000000:Watch ALL 14 tiles - Player :teljan:00100006:060058AE:000A000D:00000008:Watch ALL 14 tiles - C.P.U. teljan:0:000000:00:999:[ Here is the look-up list for the above watches.] teljan:0:000000:00:999:[ ] teljan:0:000000:00:999:[ family rank common name chinese name ] teljan:0:000000:00:999:[ 00h 01h 1 "characters" 1 "wan" ] teljan:0:000000:00:999:[ 00h 02h 2 "characters" 2 "wan" ] teljan:0:000000:00:999:[ 00h 03h 3 "characters" 3 "wan" ] teljan:0:000000:00:999:[ 00h 04h 4 "characters" 4 "wan" ] teljan:0:000000:00:999:[ 00h 05h 5 "characters" 5 "wan" ] teljan:0:000000:00:999:[ 00h 06h 6 "characters" 6 "wan" ] teljan:0:000000:00:999:[ 00h 07h 7 "characters" 7 "wan" ] teljan:0:000000:00:999:[ 00h 08h 8 "characters" 8 "wan" ] teljan:0:000000:00:999:[ 00h 09h 9 "characters" 9 "wan" ] teljan:0:000000:00:999:[ 01h 01h 1 "dots" 1 "tung" ] teljan:0:000000:00:999:[ 01h 02h 2 "dots" 2 "tung" ] teljan:0:000000:00:999:[ 01h 03h 3 "dots" 3 "tung" ] teljan:0:000000:00:999:[ 01h 04h 4 "dots" 4 "tung" ] teljan:0:000000:00:999:[ 01h 05h 5 "dots" 5 "tung" ] teljan:0:000000:00:999:[ 01h 06h 6 "dots" 6 "tung" ] teljan:0:000000:00:999:[ 01h 07h 7 "dots" 7 "tung" ] teljan:0:000000:00:999:[ 01h 08h 8 "dots" 8 "tung" ] teljan:0:000000:00:999:[ 01h 09h 9 "dots" 9 "tung" ] teljan:0:000000:00:999:[ 02h 01h 1 "bamboo" 1"tiao/Bird" ] teljan:0:000000:00:999:[ 02h 02h 2 "bamboo" 2 "tiao" ] teljan:0:000000:00:999:[ 02h 03h 3 "bamboo" 3 "tiao" ] teljan:0:000000:00:999:[ 02h 04h 4 "bamboo" 4 "tiao" ] teljan:0:000000:00:999:[ 02h 05h 5 "bamboo" 5 "tiao" ] teljan:0:000000:00:999:[ 02h 06h 6 "bamboo" 6 "tiao" ] teljan:0:000000:00:999:[ 02h 07h 7 "bamboo" 7 "tiao" ] teljan:0:000000:00:999:[ 02h 08h 8 "bamboo" 8 "tiao" ] teljan:0:000000:00:999:[ 02h 09h 9 "bamboo" 9 "tiao" ] teljan:0:000000:00:999:[ 03h 01h East "wind" ] teljan:0:000000:00:999:[ 03h 02h South "wind" ] teljan:0:000000:00:999:[ 03h 03h West "wind" ] teljan:0:000000:00:999:[ 03h 04h North "wind" ] teljan:0:000000:00:999:[ 03h 05h White "dragon" ] teljan:0:000000:00:999:[ 03h 06h Green "dragon" ] teljan:0:000000:00:999:[ 03h 07h Red "dragon" ] teljan:0:000000:00:999:[ FFh FFh - no tile - ] ; [ Telephone Mahjong (Japan 890111) ] telmahjn:0:F962:FF:000:Buggy score telmahjn:0:0000:00:999:[ The winning hand cheat must be ] telmahjn:0:0000:00:999:[ activated when there are 14 tiles ] telmahjn:0:0000:00:999:[ in your hand, then press the RON ] telmahjn:0:0000:00:999:[ key ('Z' by default). The tiles do ] telmahjn:0:0000:00:999:[ not visually change until you make ] telmahjn:0:0000:00:999:[ a move. ] telmahjn:0:FC8C:31:001:Get winning hand Now! telmahjn:0:FC8D:31:501:Get winning hand Now! (02/14) telmahjn:0:FC8E:31:501:Get winning hand Now! (03/14) telmahjn:0:FC8F:32:501:Get winning hand Now! (04/14) telmahjn:0:FC90:32:501:Get winning hand Now! (05/14) telmahjn:0:FC91:32:501:Get winning hand Now! (06/14) telmahjn:0:FC92:33:501:Get winning hand Now! (07/14) telmahjn:0:FC93:33:501:Get winning hand Now! (08/14) telmahjn:0:FC94:33:501:Get winning hand Now! (09/14) telmahjn:0:FC95:34:501:Get winning hand Now! (10/14) telmahjn:0:FC96:34:501:Get winning hand Now! (11/14) telmahjn:0:FC97:34:501:Get winning hand Now! (12/14) telmahjn:0:FC98:35:501:Get winning hand Now! (13/14) telmahjn:0:FC99:35:501:Get winning hand Now! (14/14) telmahjn:0:FC8C:31:000:Always winning hand telmahjn:0:FC8D:31:500:Always winning hand (02/14) telmahjn:0:FC8E:31:500:Always winning hand (03/14) telmahjn:0:FC8F:32:500:Always winning hand (04/14) telmahjn:0:FC90:32:500:Always winning hand (05/14) telmahjn:0:FC91:32:500:Always winning hand (06/14) telmahjn:0:FC92:33:500:Always winning hand (07/14) telmahjn:0:FC93:33:500:Always winning hand (08/14) telmahjn:0:FC94:33:500:Always winning hand (09/14) telmahjn:0:FC95:34:500:Always winning hand (10/14) telmahjn:0:FC96:34:500:Always winning hand (11/14) telmahjn:0:FC97:34:500:Always winning hand (12/14) telmahjn:0:FC98:35:500:Always winning hand (13/14) telmahjn:0:FC99:35:500:Always winning hand (14/14) :telmahjn:00000006:FC8C:0000000C:FFFFFFFF:Watch the 1st 13 tiles-Player telmahjn:0:FC99:00:998:Watch the last tile - Player :telmahjn:00000006:FD0C:0000000C:FFFFFFFF:Watch the 1st 13 tiles-C.P.U. telmahjn:0:FD19:00:998:Watch the last tile - C.P.U telmahjn:0:0000:00:999:[ Here is the look-up list for the ] telmahjn:0:0000:00:999:[ above watches. ] telmahjn:0:0000:00:999:[ ] telmahjn:0:0000:00:999:[ value common name chinese name ] telmahjn:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] telmahjn:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] telmahjn:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] telmahjn:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] telmahjn:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] telmahjn:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] telmahjn:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] telmahjn:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] telmahjn:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] telmahjn:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] telmahjn:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] telmahjn:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] telmahjn:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] telmahjn:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] telmahjn:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] telmahjn:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] telmahjn:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] telmahjn:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] telmahjn:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] telmahjn:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] telmahjn:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] telmahjn:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] telmahjn:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] telmahjn:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] telmahjn:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] telmahjn:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] telmahjn:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] telmahjn:0:0000:00:999:[ 31h East "wind" ] telmahjn:0:0000:00:999:[ 32h South "wind" ] telmahjn:0:0000:00:999:[ 33h West "wind" ] telmahjn:0:0000:00:999:[ 34h North "wind" ] telmahjn:0:0000:00:999:[ 35h White "dragon" ] telmahjn:0:0000:00:999:[ 36h Green "dragon" ] telmahjn:0:0000:00:999:[ 37h Red "dragon" ] telmahjn:0:0000:00:999:[ 3Fh - no tile - ] ; [ Tempest (rev 3) ] tempest:0:0006:28:000:Infinite Credits tempest:0:03AA:00:005:Super Zapper Recharge tempest:0:0048:06:000:Infinite Lives PL1 tempest:0:0046:00:001:Goto the Blue Circle PL1 tempest:0:0046:10:001:Goto the Red Circle PL1 tempest:0:0046:20:001:Goto the Yellow Circle PL1 tempest:0:0046:30:001:Goto the Cyan Circle PL1 tempest:0:0046:40:001:Goto the Invisible Circle PL1 tempest:0:0046:50:001:Goto the Green Circle PL1 tempest:0:0046:62:001:Goto the Green Random PL1 tempest:0:0046:62:071:Select current level PL1 tempest:0:0046:62:061:Select next level PL1 tempest:0:0049:06:000:Infinite Lives PL2 tempest:0:0047:00:001:Goto the Blue Circle PL2 tempest:0:0047:10:001:Goto the Red Circle PL2 tempest:0:0047:20:001:Goto the Yellow Circle PL2 tempest:0:0047:30:001:Goto the Cyan Circle PL2 tempest:0:0047:40:001:Goto the Invisible Circle PL2 tempest:0:0047:50:001:Goto the Green Circle PL2 tempest:0:0047:62:001:Goto the Green Random PL2 tempest:0:0047:62:071:Select current level PL2 tempest:0:0047:62:061:Select next level PL2 ; [ Tempest (rev 1) ] tempest1:0:0006:28:000:Infinite Credits tempest1:0:03AA:00:005:Super Zapper Recharge tempest1:0:0048:06:000:Infinite Lives PL1 tempest1:0:0046:00:001:Goto the Blue Circle PL1 tempest1:0:0046:10:001:Goto the Red Circle PL1 tempest1:0:0046:20:001:Goto the Yellow Circle PL1 tempest1:0:0046:30:001:Goto the Cyan Circle PL1 tempest1:0:0046:40:001:Goto the Invisible Circle PL1 tempest1:0:0046:50:001:Goto the Green Circle PL1 tempest1:0:0046:62:001:Goto the Green Random PL1 tempest1:0:0046:62:071:Select current level PL1 tempest1:0:0046:62:061:Select next level PL1 tempest1:0:0049:06:000:Infinite Lives PL2 tempest1:0:0047:00:001:Goto the Blue Circle PL2 tempest1:0:0047:10:001:Goto the Red Circle PL2 tempest1:0:0047:20:001:Goto the Yellow Circle PL2 tempest1:0:0047:30:001:Goto the Cyan Circle PL2 tempest1:0:0047:40:001:Goto the Invisible Circle PL2 tempest1:0:0047:50:001:Goto the Green Circle PL2 tempest1:0:0047:62:001:Goto the Green Random PL2 tempest1:0:0047:62:071:Select current level PL2 tempest1:0:0047:62:061:Select next level PL2 ; [ Tempest (rev 2) ] tempest2:0:0006:28:000:Infinite Credits tempest2:0:03AA:00:005:Super Zapper Recharge tempest2:0:0048:06:000:Infinite Lives PL1 tempest2:0:0046:00:001:Goto the Blue Circle PL1 tempest2:0:0046:10:001:Goto the Red Circle PL1 tempest2:0:0046:20:001:Goto the Yellow Circle PL1 tempest2:0:0046:30:001:Goto the Cyan Circle PL1 tempest2:0:0046:40:001:Goto the Invisible Circle PL1 tempest2:0:0046:50:001:Goto the Green Circle PL1 tempest2:0:0046:62:001:Goto the Green Random PL1 tempest2:0:0046:62:071:Select current level PL1 tempest2:0:0046:62:061:Select next level PL1 tempest2:0:0049:06:000:Infinite Lives PL2 tempest2:0:0047:00:001:Goto the Blue Circle PL2 tempest2:0:0047:10:001:Goto the Red Circle PL2 tempest2:0:0047:20:001:Goto the Yellow Circle PL2 tempest2:0:0047:30:001:Goto the Cyan Circle PL2 tempest2:0:0047:40:001:Goto the Invisible Circle PL2 tempest2:0:0047:50:001:Goto the Green Circle PL2 tempest2:0:0047:62:001:Goto the Green Random PL2 tempest2:0:0047:62:071:Select current level PL2 tempest2:0:0047:62:061:Select next level PL2 ; [ Tempest (rev ?) ] tempest3:0:0006:28:000:Infinite Credits tempest3:0:03AA:00:005:Super Zapper Recharge tempest3:0:0048:06:000:Infinite Lives PL1 tempest3:0:0046:00:001:Goto the Blue Circle PL1 tempest3:0:0046:10:001:Goto the Red Circle PL1 tempest3:0:0046:20:001:Goto the Yellow Circle PL1 tempest3:0:0046:30:001:Goto the Cyan Circle PL1 tempest3:0:0046:40:001:Goto the Invisible Circle PL1 tempest3:0:0046:50:001:Goto the Green Circle PL1 tempest3:0:0046:62:001:Goto the Green Random PL1 tempest3:0:0046:62:071:Select current level PL1 tempest3:0:0046:62:061:Select next level PL1 tempest3:0:0049:06:000:Infinite Lives PL2 tempest3:0:0047:00:001:Goto the Blue Circle PL2 tempest3:0:0047:10:001:Goto the Red Circle PL2 tempest3:0:0047:20:001:Goto the Yellow Circle PL2 tempest3:0:0047:30:001:Goto the Cyan Circle PL2 tempest3:0:0047:40:001:Goto the Invisible Circle PL2 tempest3:0:0047:50:001:Goto the Green Circle PL2 tempest3:0:0047:62:001:Goto the Green Random PL2 tempest3:0:0047:62:071:Select current level PL2 tempest3:0:0047:62:061:Select next level PL2 ; [ Tempest Tubes ] temptube:0:0006:28:000:Infinite Credits temptube:0:03AA:00:005:Super Zapper Recharge temptube:0:0048:06:000:Infinite Lives PL1 temptube:0:0046:00:001:Goto the Blue Circle PL1 temptube:0:0046:10:001:Goto the Red Circle PL1 temptube:0:0046:20:001:Goto the Yellow Circle PL1 temptube:0:0046:30:001:Goto the Cyan Circle PL1 temptube:0:0046:40:001:Goto the Invisible Circle PL1 temptube:0:0046:50:001:Goto the Green Circle PL1 temptube:0:0046:62:001:Goto the Green Random PL1 temptube:0:0046:62:071:Select current level PL1 temptube:0:0046:62:061:Select next level PL1 temptube:0:0049:06:000:Infinite Lives PL2 temptube:0:0047:00:001:Goto the Blue Circle PL2 temptube:0:0047:10:001:Goto the Red Circle PL2 temptube:0:0047:20:001:Goto the Yellow Circle PL2 temptube:0:0047:30:001:Goto the Cyan Circle PL2 temptube:0:0047:40:001:Goto the Invisible Circle PL2 temptube:0:0047:50:001:Goto the Green Circle PL2 temptube:0:0047:62:001:Goto the Green Random PL2 temptube:0:0047:62:071:Select current level PL2 temptube:0:0047:62:061:Select next level PL2 ; [ Tengai / Sengoku Blade: Sengoku Ace Episode II ] :tengai:00800000:FF8627:00000003:FFFFFFFF:Unlock Secret Character:Move cursor to "?" on character selection screen :tengai:62000000:000000:00000000:00000000:Select Game Mode :tengai:00010000:FE353F:00000000:FFFFFFFF:Normal Mode :tengai:00010000:FE353F:00000001:FFFFFFFF:Non-stop Mode tengai:0:FE3471:05:000:Infinite Lives PL1 tengai:0:FE3475:06:000:Infinite Bombs PL1 tengai:0:FE348F:02:000:Invincibility PL1 tengai:0:FE3477:03:000:Maximum Fire Power PL1 tengai:0:FE3497:04:000:Maximum Missile Power PL1 :tengai:00000000:FE3489:00000000:00000008:Rapid Fire - Normal PL1 :tengai:00000000:FE3489:00000000:00000008:Rapid Fire - Special PL1 :tengai:00210000:FE345D:00000000:FFFFFFFF:Rapid Fire - Special PL1 (2/2) tengai:0:FE34F1:05:000:Infinite Lives PL2 tengai:0:FE34F5:06:000:Infinite Bombs PL2 tengai:0:FE350F:02:000:Invincibility PL2 tengai:0:FE34F7:03:000:Maximum Fire Power PL2 tengai:0:FE3517:04:000:Maximum Missile Power PL2 :tengai:00000000:FE3509:00000000:00000008:Rapid Fire - Normal PL2 :tengai:00000000:FE3509:00000000:00000008:Rapid Fire - Special PL2 :tengai:00210000:FE34DD:00000000:FFFFFFFF:Rapid Fire - Special PL2 (2/2) ; [ Tenkomori Shooting (TKM1/VER.A1) ] :tenkomoj:00000000:0003F6EC:00000009:FFFFFFFF:Infinite Credits :tenkomoj:00000000:0003FEF0:00000006:FFFFFFFF:Infinite Lives PL1 :tenkomoj:00000000:0003FF18:00000006:FFFFFFFF:Infinite Lives PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Airplane Shooting ] :tenkomoj:00100000:000880A4:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:000880A4:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:000C8380:00000001:FFFFFFFF:Invincibility PL1 :tenkomoj:00010000:000C9394:00000002:FFFFFFFF:Invincibility PL1 (2/2) :tenkomoj:00000000:0027C139:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:0007B8FC:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00000000:000C940C:00000001:FFFFFFFF:Invincibility PL2 :tenkomoj:00010000:000CA420:00000002:FFFFFFFF:Invincibility PL2 (2/2) :tenkomoj:00000000:0027C14D:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:0007B900:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Medal Collection ] :tenkomoj:00100000:000BD060:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:000BD060:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:1F800034:00000003:00000034:Invincibility PL1 :tenkomoj:00000000:0003F6D1:00000000:00000002:Rapid Fire PL1 :tenkomoj:82000000:1F800034:00000011:00000030:Always Maximum Shot Power PL1 :tenkomoj:82100000:1F800034:000003E7:0000002C:Always Maximum Points PL1 :tenkomoj:82000000:1F800038:00000003:00000034:Invincibility PL2 :tenkomoj:00000000:0003F6D1:00000000:00000002:Rapid Fire PL2 :tenkomoj:82000000:1F800038:00000011:00000030:Always Maximum Shot Power PL2 :tenkomoj:82100000:1F800038:000003E7:0000002C:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Sushi Order ] :tenkomoj:00100000:001501B8:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:001501B8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:001501CE:00000005:FFFFFFFF:Invincibility PL1 :tenkomoj:00100000:001501DE:000003E7:FFFFFFFF:Always Maximum Points PL1:Can cause buggy gfx :tenkomoj:00000000:00150212:00000005:FFFFFFFF:Invincibility PL2 :tenkomoj:00100000:00150222:000003E7:FFFFFFFF:Always Maximum Points PL2:Can cause buggy gfx :tenkomoj:60000000:00000000:00000000:00000000:[ Crow Shooting ] :tenkomoj:00100000:0006ECC4:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0006ECC4:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:0006FBD0:00000002:FFFFFFFF:Invincibility PL1 :tenkomoj:00100000:0006E8B0:000003E7:FFFFFFFF:Always Maximum Hits PL1 :tenkomoj:00000000:0006FCD0:00000002:FFFFFFFF:Invincibility PL2 :tenkomoj:00100000:0006E8B4:000003E7:FFFFFFFF:Always Maximum Hits PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ UFO Shooting with Bomb ] :tenkomoj:00100000:0009F254:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0009F254:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00100000:0009B150:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00100000:0009B168:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Mini Galaga ] :tenkomoj:00100000:00088004:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:00088004:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:00055309:00000000:00000002:Rapid Fire PL1 :tenkomoj:82100000:00088028:000003E7:0000006C:Always Maximum Points PL1 :tenkomoj:00000000:0005530B:00000000:00000002:Rapid Fire PL2 :tenkomoj:82100000:0008802C:000003E7:0000006C:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ UFO Shooting with Eruption ] :tenkomoj:00100000:000C0BE0:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:000C0BE0:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:000BCAC8:000000FF:00000128:Always Maximum Power PL1 :tenkomoj:82100000:000BCAC8:000003E7:0000013A:Always Maximum Points PL1 :tenkomoj:82000000:000BCAE0:000000FF:00000128:Always Maximum Power PL2 :tenkomoj:82100000:000BCAE0:000003E7:0000013A:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Building Destruction ] :tenkomoj:00100000:00182B60:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:00182B60:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00100000:00182970:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00100000:00182A84:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Mini Missile Command ] :tenkomoj:00100000:0009B4A8:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0009B4A8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:00097398:00000003:00000140:Infinite Missiles PL1 :tenkomoj:00100000:000973A8:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:82000000:000973AC:00000003:00000140:Infinite Missiles PL2 :tenkomoj:00100000:000973BC:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Battleship Destruction ] :tenkomoj:00100000:0007C09C:0000176F:FFFFFFFF:Infinite Time (Buggy):Can't stop fire :tenkomoj:00100001:0007C09C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000018:000BC40C:00000002:00000128:Invincibility PL1 :tenkomoj:82010000:000BC40C:00000038:00000140:Invincibility PL1 (2/2) :tenkomoj:00000000:000BC415:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:000BC428:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:82000018:000BC460:00000002:00000128:Invincibility PL2 :tenkomoj:82010000:000BC460:00000038:00000140:Invincibility PL2 (2/2) :tenkomoj:00000000:000BC469:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:000BC47C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Mini Xevious ] :tenkomoj:00100000:000D3F3C:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:000D3F3C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:0007C34C:00000003:0000006C:Invincibility PL1 :tenkomoj:82000000:1F800118:00000001:000000A8:Rapid Fire PL1 :tenkomoj:82000000:0007C350:00000003:0000006C:Invincibility PL2 :tenkomoj:82000000:1F80011C:00000001:000000A8:Rapid Fire PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Huge Battleship Destruction ] :tenkomoj:00100000:001501F8:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:001501F8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:00150216:00000005:FFFFFFFF:Invincibility PL1 :tenkomoj:00000000:00076A15:00000000:00000002:Rapid Fire PL1 :tenkomoj:00000000:00150286:00000005:FFFFFFFF:Invincibility PL2 :tenkomoj:00000000:00076A19:00000000:00000002:Rapid Fire PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Calculation ] :tenkomoj:00100000:001501B8:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:001501B8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:000000E6:0015BC28:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer :tenkomoj:00000000:001501D2:00000005:FFFFFFFF:Invincibility PL1 :tenkomoj:00100000:001501E2:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00000000:00150242:00000005:FFFFFFFF:Invincibility PL2 :tenkomoj:00100000:00150252:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Tank Destruction ] :tenkomoj:00100000:000A79D8:0000176F:FFFFFFFF:Infinite Time (Buggy):Can't stop fire. Enemy Heli never appears :tenkomoj:00100001:000A79D8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:000A3840:00000002:00000000:Invincibility PL1 :tenkomoj:82010000:000A3840:00000000:00000003:Invincibility PL1 (2/3) :tenkomoj:82010000:000A3840:00000001:000000DC:Invincibility PL1 (3/3) :tenkomoj:00000000:000A3849:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:000A3850:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:82000000:000A3898:00000002:00000000:Invincibility PL2 :tenkomoj:82010000:000A3898:00000000:00000003:Invincibility PL2 (2/3) :tenkomoj:82010000:000A3898:00000001:000000DC:Invincibility PL2 (3/3) :tenkomoj:00000000:000A38A1:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:000A38A8:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Incect Eating ] :tenkomoj:00100000:0006E650:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0006E650:00000000:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:0006E639:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:0003FF04:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00000000:0006E63D:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:0003FF2C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Gun Shooting ] :tenkomoj:00100000:0014CA08:0000167F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0014CA08:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:0014C9B8:00000002:FFFFFFFF:Invincibility PL1 :tenkomoj:00000000:0003F6D1:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:0014C9B0:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00000000:0014CA00:00000002:FFFFFFFF:Invincibility PL2 :tenkomoj:00000000:0003F6D5:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:0014C9F8:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Huge Tank Destruction ] :tenkomoj:00100000:0008C130:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0008C130:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:0008CF40:00000003:FFFFFFFF:Invincibility PL1 :tenkomoj:00000000:0003F6D1:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:000C6A38:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00000000:0008D040:00000003:FFFFFFFF:Invincibility PL2 :tenkomoj:00000000:0003F6D5:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:000C6A3C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Insect Destruction ] :tenkomoj:00100000:0027663C:0000167F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0027663C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00100000:00276648:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00100000:0027664C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Apple Shooting ] :tenkomoj:00100000:001501B8:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:001501B8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:001501CE:00000003:FFFFFFFF:Invincibility PL1 :tenkomoj:00000000:0005B7D5:00000000:00000002:Rapid Fire PL1 :tenkomoj:00300000:001501DC:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00000000:00150216:00000003:FFFFFFFF:Invincibility PL2 :tenkomoj:00000000:0005B7D9:00000000:00000002:Rapid Fire PL2 :tenkomoj:00300000:00150224:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Cell Multiplication ] :tenkomoj:00100000:0006871C:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0006871C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:00068D2C:00000002:FFFFFFFF:Invincibility PL1 :tenkomoj:00000000:00068E2C:00000002:FFFFFFFF:Invincibility PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Heart Throwing ] :tenkomoj:00100000:0017D36C:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0017D36C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:00000000:00179AE9:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:0017D378:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:00000000:00179B05:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:0017D37C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Sho-gun Defeat ] :tenkomoj:00100000:0009AA48:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0009AA48:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:00096930:00000003:00000140:Infinite Ammo PL1 :tenkomoj:82000000:00096948:00000003:00000140:Infinite Ammo PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Totempole Destruction ] :tenkomoj:00100000:0009E5FC:0000176F:FFFFFFFF:Infinite Time :tenkomoj:00100001:0009E5FC:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:0009A444:00000001:00000120:Invincibility PL1 :tenkomoj:00000000:0009A44D:00000000:00000002:Rapid Fire PL1 :tenkomoj:00100000:0009A474:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomoj:82000000:0009A4AC:00000001:00000120:Invincibility PL2 :tenkomoj:00000000:0009A4B5:00000000:00000002:Rapid Fire PL2 :tenkomoj:00100000:0009A4DC:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomoj:60000000:00000000:00000000:00000000:[ Cockroach Destruction ] :tenkomoj:00100000:0008E368:0000176F:FFFFFFFF:Infinite Time (Buggy):Cockroach never appears :tenkomoj:00100000:0008E368:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomoj:82000000:0008A258:00000001:000000E8:Invincibility PL1 :tenkomoj:82000000:0008A26C:00000001:000000E8:Invincibility PL2 ; [ Tenkomori Shooting (TKM2/VER.A1) ] :tenkomor:00000000:0003F6EC:00000009:FFFFFFFF:Infinite Credits :tenkomor:00000000:0003FEF0:00000006:FFFFFFFF:Infinite Lives PL1 :tenkomor:00000000:0003FF18:00000006:FFFFFFFF:Infinite Lives PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Airplane Shooting ] :tenkomor:00100000:000880A4:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:000880A4:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:000C8380:00000001:FFFFFFFF:Invincibility PL1 :tenkomor:00010000:000C9394:00000002:FFFFFFFF:Invincibility PL1 (2/2) :tenkomor:00000000:0027C139:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:0007B8FC:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00000000:000C940C:00000001:FFFFFFFF:Invincibility PL2 :tenkomor:00010000:000CA420:00000002:FFFFFFFF:Invincibility PL2 (2/2) :tenkomor:00000000:0027C14D:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:0007B900:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Medal Collection ] :tenkomor:00100000:000BD060:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:000BD060:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:1F800034:00000003:00000034:Invincibility PL1 :tenkomor:00000000:0003F6D1:00000000:00000002:Rapid Fire PL1 :tenkomor:82000000:1F800034:00000011:00000030:Always Maximum Shot Power PL1 :tenkomor:82100000:1F800034:000003E7:0000002C:Always Maximum Points PL1 :tenkomor:82000000:1F800038:00000003:00000034:Invincibility PL2 :tenkomor:00000000:0003F6D1:00000000:00000002:Rapid Fire PL2 :tenkomor:82000000:1F800038:00000011:00000030:Always Maximum Shot Power PL2 :tenkomor:82100000:1F800038:000003E7:0000002C:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Sushi Order ] :tenkomor:00100000:001501B8:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:001501B8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:001501CE:00000005:FFFFFFFF:Invincibility PL1 :tenkomor:00100000:001501DE:000003E7:FFFFFFFF:Always Maximum Points PL1:Can cause buggy gfx :tenkomor:00000000:00150212:00000005:FFFFFFFF:Invincibility PL2 :tenkomor:00100000:00150222:000003E7:FFFFFFFF:Always Maximum Points PL2:Can cause buggy gfx :tenkomor:60000000:00000000:00000000:00000000:[ Crow Shooting ] :tenkomor:00100000:0006ECC4:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0006ECC4:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:0006FBD0:00000002:FFFFFFFF:Invincibility PL1 :tenkomor:00100000:0006E8B0:000003E7:FFFFFFFF:Always Maximum Hits PL1 :tenkomor:00000000:0006FCD0:00000002:FFFFFFFF:Invincibility PL2 :tenkomor:00100000:0006E8B4:000003E7:FFFFFFFF:Always Maximum Hits PL2 :tenkomor:60000000:00000000:00000000:00000000:[ UFO Shooting with Bomb ] :tenkomor:00100000:0009F254:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0009F254:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00100000:0009B150:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00100000:0009B168:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Mini Galaga ] :tenkomor:00100000:00088004:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:00088004:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:00055309:00000000:00000002:Rapid Fire PL1 :tenkomor:82100000:00088028:000003E7:0000006C:Always Maximum Points PL1 :tenkomor:00000000:0005530B:00000000:00000002:Rapid Fire PL2 :tenkomor:82100000:0008802C:000003E7:0000006C:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ UFO Shooting with Eruption ] :tenkomor:00100000:000C0BE0:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:000C0BE0:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:000BCAC8:000000FF:00000128:Always Maximum Power PL1 :tenkomor:82100000:000BCAC8:000003E7:0000013A:Always Maximum Points PL1 :tenkomor:82000000:000BCAE0:000000FF:00000128:Always Maximum Power PL2 :tenkomor:82100000:000BCAE0:000003E7:0000013A:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Building Destruction ] :tenkomor:00100000:00182B60:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:00182B60:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00100000:00182970:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00100000:00182A84:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Mini Missile Command ] :tenkomor:00100000:0009B4A8:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0009B4A8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:00097398:00000003:00000140:Infinite Missiles PL1 :tenkomor:00100000:000973A8:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:82000000:000973AC:00000003:00000140:Infinite Missiles PL2 :tenkomor:00100000:000973BC:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Battleship Destruction ] :tenkomor:00100000:0007C09C:0000176F:FFFFFFFF:Infinite Time (Buggy):Can't stop fire :tenkomor:00100001:0007C09C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000018:000BC40C:00000002:00000128:Invincibility PL1 :tenkomor:82010000:000BC40C:00000038:00000140:Invincibility PL1 (2/2) :tenkomor:00000000:000BC415:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:000BC428:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:82000018:000BC460:00000002:00000128:Invincibility PL2 :tenkomor:82010000:000BC460:00000038:00000140:Invincibility PL2 (2/2) :tenkomor:00000000:000BC469:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:000BC47C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Mini Xevious ] :tenkomor:00100000:000D3F3C:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:000D3F3C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:0007C34C:00000003:0000006C:Invincibility PL1 :tenkomor:82000000:1F800118:00000001:000000A8:Rapid Fire PL1 :tenkomor:82000000:0007C350:00000003:0000006C:Invincibility PL2 :tenkomor:82000000:1F80011C:00000001:000000A8:Rapid Fire PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Huge Battleship Destruction ] :tenkomor:00100000:001501F8:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:001501F8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:00150216:00000005:FFFFFFFF:Invincibility PL1 :tenkomor:00000000:00076A15:00000000:00000002:Rapid Fire PL1 :tenkomor:00000000:00150286:00000005:FFFFFFFF:Invincibility PL2 :tenkomor:00000000:00076A19:00000000:00000002:Rapid Fire PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Calculation ] :tenkomor:00100000:001501B8:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:001501B8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:000000E6:0015BC28:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer :tenkomor:00000000:001501D2:00000005:FFFFFFFF:Invincibility PL1 :tenkomor:00100000:001501E2:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00000000:00150242:00000005:FFFFFFFF:Invincibility PL2 :tenkomor:00100000:00150252:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Tank Destruction ] :tenkomor:00100000:000A79D8:0000176F:FFFFFFFF:Infinite Time (Buggy):Can't stop fire. Enemy Heli never appears :tenkomor:00100001:000A79D8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:000A3840:00000002:00000000:Invincibility PL1 :tenkomor:82010000:000A3840:00000000:00000003:Invincibility PL1 (2/3) :tenkomor:82010000:000A3840:00000001:000000DC:Invincibility PL1 (3/3) :tenkomor:00000000:000A3849:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:000A3850:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:82000000:000A3898:00000002:00000000:Invincibility PL2 :tenkomor:82010000:000A3898:00000000:00000003:Invincibility PL2 (2/3) :tenkomor:82010000:000A3898:00000001:000000DC:Invincibility PL2 (3/3) :tenkomor:00000000:000A38A1:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:000A38A8:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Incect Eating ] :tenkomor:00100000:0006E650:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0006E650:00000000:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:0006E639:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:0003FF04:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00000000:0006E63D:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:0003FF2C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Gun Shooting ] :tenkomor:00100000:0014CA08:0000167F:FFFFFFFF:Infinite Time :tenkomor:00100001:0014CA08:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:0014C9B8:00000002:FFFFFFFF:Invincibility PL1 :tenkomor:00000000:0003F6D1:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:0014C9B0:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00000000:0014CA00:00000002:FFFFFFFF:Invincibility PL2 :tenkomor:00000000:0003F6D5:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:0014C9F8:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Huge Tank Destruction ] :tenkomor:00100000:0008C130:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0008C130:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:0008CF40:00000003:FFFFFFFF:Invincibility PL1 :tenkomor:00000000:0003F6D1:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:000C6A38:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00000000:0008D040:00000003:FFFFFFFF:Invincibility PL2 :tenkomor:00000000:0003F6D5:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:000C6A3C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Insect Destruction ] :tenkomor:00100000:0027663C:0000167F:FFFFFFFF:Infinite Time :tenkomor:00100001:0027663C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00100000:00276648:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00100000:0027664C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Apple Shooting ] :tenkomor:00100000:001501B8:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:001501B8:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:001501CE:00000003:FFFFFFFF:Invincibility PL1 :tenkomor:00000000:0005B7D5:00000000:00000002:Rapid Fire PL1 :tenkomor:00300000:001501DC:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00000000:00150216:00000003:FFFFFFFF:Invincibility PL2 :tenkomor:00000000:0005B7D9:00000000:00000002:Rapid Fire PL2 :tenkomor:00300000:00150224:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Cell Multiplication ] :tenkomor:00100000:0006871C:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0006871C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:00068D2C:00000002:FFFFFFFF:Invincibility PL1 :tenkomor:00000000:00068E2C:00000002:FFFFFFFF:Invincibility PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Heart Throwing ] :tenkomor:00100000:0017D36C:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0017D36C:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:00000000:00179AE9:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:0017D378:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:00000000:00179B05:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:0017D37C:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Sho-gun Defeat ] :tenkomor:00100000:0009AA48:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0009AA48:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:00096930:00000003:00000140:Infinite Ammo PL1 :tenkomor:82000000:00096948:00000003:00000140:Infinite Ammo PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Totempole Destruction ] :tenkomor:00100000:0009E5FC:0000176F:FFFFFFFF:Infinite Time :tenkomor:00100001:0009E5FC:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:0009A444:00000001:00000120:Invincibility PL1 :tenkomor:00000000:0009A44D:00000000:00000002:Rapid Fire PL1 :tenkomor:00100000:0009A474:000003E7:FFFFFFFF:Always Maximum Points PL1 :tenkomor:82000000:0009A4AC:00000001:00000120:Invincibility PL2 :tenkomor:00000000:0009A4B5:00000000:00000002:Rapid Fire PL2 :tenkomor:00100000:0009A4DC:000003E7:FFFFFFFF:Always Maximum Points PL2 :tenkomor:60000000:00000000:00000000:00000000:[ Cockroach Destruction ] :tenkomor:00100000:0008E368:0000176F:FFFFFFFF:Infinite Time (Buggy):Cockroach never appears :tenkomor:00100000:0008E368:00000001:FFFFFFFF:Finish Current Stage Now! :tenkomor:82000000:0008A258:00000001:000000E8:Invincibility PL1 :tenkomor:82000000:0008A26C:00000001:000000E8:Invincibility PL2 ; [ Tenth Degree ] tenthdeg:0:0000:00:999:[ This game hasn't even ]:REASON 11 tenthdeg:0:0000:00:999:[ been looked at due to ]:REASON 11 tenthdeg:0:0000:00:999:[ time constraints - Too]:REASON 11 tenthdeg:0:0000:00:999:[ many games and so ]:REASON 11 tenthdeg:0:0000:00:999:[ little time. It is ]:REASON 11 tenthdeg:0:0000:00:999:[ even possible that ]:REASON 11 tenthdeg:0:0000:00:999:[ this game may be a ]:REASON 11 tenthdeg:0:0000:00:999:[ clone of an existing ]:REASON 11 tenthdeg:0:0000:00:999:[ game which may have ]:REASON 11 tenthdeg:0:0000:00:999:[ cheats. Please search ]:REASON 11 tenthdeg:0:0000:00:999:[ the cheat forums ]:REASON 11 tenthdeg:0:0000:00:999:[ before posting cheat ]:REASON 11 tenthdeg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tetris Plus 2 (Japan) ] teplus2j:0:10801D:63:000:Infinite Credits :teplus2j:00800000:10B089:00000001:FFFFFFFF:Unlock Another World:Puzzle Mode ONLY teplus2j:0:000000:00:999:[ ] teplus2j:0:000000:00:999:[ This cheat is for use in the Puzzle Mode ONLY! ] teplus2j:0:000000:00:999:[ ] teplus2j:0:10D7A3:03:000:Infinite Bombs teplus2j:0:000000:00:999:[ ] teplus2j:0:000000:00:999:[ These PL1 cheats are for use in the ALL Modes ] teplus2j:0:000000:00:999:[ The PL2 cheats are for use in the VS mode ONLY!] teplus2j:0:000000:00:999:[ ] teplus2j:0:10E1D7:00:000:Next shape always the Red -- shape PL1 teplus2j:0:10E1D7:01:000:Next shape always the Yellow square shape PL1 teplus2j:0:10E1D7:02:000:Next shape always the Light Blue T shape PL1 teplus2j:0:10E1D7:03:000:Next shape always the Dark Blue L shape PL1 teplus2j:0:10E1D7:04:000:Next shape always the Orange L shape PL1 teplus2j:0:10E1D7:05:000:Next shape always the Green Z shape PL1 teplus2j:0:10E1D7:06:000:Next shape always the Purple Z shape PL1 teplus2j:0:10E1D7:00:001:Next shape is the Red -- shape Now! PL1 teplus2j:0:10E1D7:01:001:Next shape is the Yellow square shape Now!PL1 teplus2j:0:10E1D7:02:001:Next shape is the Light Blue T shape Now! PL1 teplus2j:0:10E1D7:03:001:Next shape is the Dark Blue L shape Now! PL1 teplus2j:0:10E1D7:04:001:Next shape is the Orange L shape Now! PL1 teplus2j:0:10E1D7:05:001:Next shape is the Green Z shape Now! PL1 teplus2j:0:10E1D7:06:001:Next shape is the Purple Z shape Now! PL1 teplus2j:0:10E317:00:000:Next shape always the Red -- shape PL2 teplus2j:0:10E317:01:000:Next shape always the Yellow square shape PL2 teplus2j:0:10E317:02:000:Next shape always the Light Blue T shape PL2 teplus2j:0:10E317:03:000:Next shape always the Dark Blue L shape PL2 teplus2j:0:10E317:04:000:Next shape always the Orange L shape PL2 teplus2j:0:10E317:05:000:Next shape always the Green Z shape PL2 teplus2j:0:10E317:06:000:Next shape always the Purple Z shape PL2 teplus2j:0:10E317:00:001:Next shape is the Red -- shape Now! PL2 teplus2j:0:10E317:01:001:Next shape is the Yellow square shape Now!PL2 teplus2j:0:10E317:02:001:Next shape is the Light Blue T shape Now! PL2 teplus2j:0:10E317:03:001:Next shape is the Dark Blue L shape Now! PL2 teplus2j:0:10E317:04:001:Next shape is the Orange L shape Now! PL2 teplus2j:0:10E317:05:001:Next shape is the Green Z shape Now! PL2 teplus2j:0:10E317:06:001:Next shape is the Purple Z shape Now! PL2 ; [ Terminator 2 - Judgment Day (rev LA3 03/27/92) ] term2:0:00000000:00:999:[ The Select next level cheat can be used on the title screen ] term2:0:00000000:00:999:[ to select the starting level. Or use the Select current ] term2:0:00000000:00:999:[ level cheat on the green "Attraction" screen which is also ] term2:0:00000000:00:999:[ where you should use the Start on End Sequence! cheat. ] term2:0:0021465C:07:062:Select next level term2:0:0021465C:07:072:Select current level term2:0:0021465C:08:001:Start on End Sequence! term2:0:00214480:64:000:Infinite Energy PL1 term2:0:00214484:E7:000:Infinite Missiles PL1 term2:0:00214485:03:500:Infinite Missiles PL1 (2/2) term2:0:00214486:E7:000:Infinite 3-Way Missiles PL1:This overides the standard 'Infinite Missiles' cheat term2:0:00214487:03:500:Infinite 3-Way Missiles PL1 (2/2) term2:0:00214482:DC:000:Infinite Gun Power PL1 :term2:00000000:00214504:00000001:FFFFFFFF:Always have Plasma Pulse Energizer PL1 term2:0:00214536:64:000:Infinite Energy PL2 term2:0:0021453A:E7:000:Infinite Missiles PL2 term2:0:0021453B:03:500:Infinite Missiles PL2 (2/2) term2:0:0021453C:E7:000:Infinite 3-Way Missiles PL2:This overides the standard 'Infinite Missiles' cheat term2:0:0021453D:03:500:Infinite 3-Way Missiles PL2 (2/2) term2:0:0021457A:DC:000:Infinite Gun Power PL2 :term2:00000000:002145BA:00000001:FFFFFFFF:Always have Plasma Pulse Energizer PL2 ; [ Terminator 2 - Judgment Day (rev LA1 11/01/91) ] term2la1:0:00000000:00:999:[ The Select next level cheat can be used on the title screen ] term2la1:0:00000000:00:999:[ to select the starting level. Or use the Select current ] term2la1:0:00000000:00:999:[ level cheat on the green "Attraction" screen which is also ] term2la1:0:00000000:00:999:[ where you should use the Start on End Sequence! cheat. ] term2la1:0:0021465C:07:062:Select next level term2la1:0:0021465C:07:072:Select current level term2la1:0:0021465C:08:001:Start on End Sequence! term2la1:0:00214480:64:000:Infinite Energy PL1 term2la1:0:00214484:E7:000:Infinite Missiles PL1 term2la1:0:00214485:03:500:Infinite Missiles PL1 (2/2) term2la1:0:00214486:E7:000:Infinite 3-Way Missiles PL1:This overides the standard 'Infinite Missiles' cheat term2la1:0:00214487:03:500:Infinite 3-Way Missiles PL1 (2/2) term2la1:0:00214482:DC:000:Infinite Gun Power PL1 :term2la1:00000000:00214504:00000001:FFFFFFFF:Always have Plasma Pulse Energizer PL1 term2la1:0:00214536:64:000:Infinite Energy PL2 term2la1:0:0021453A:E7:000:Infinite Missiles PL2 term2la1:0:0021453B:03:500:Infinite Missiles PL2 (2/2) term2la1:0:0021453C:E7:000:Infinite 3-Way Missiles PL2:This overides the standard 'Infinite Missiles' cheat term2la1:0:0021453D:03:500:Infinite 3-Way Missiles PL2 (2/2) term2la1:0:0021457A:DC:000:Infinite Gun Power PL2 :term2la1:00000000:002145BA:00000001:FFFFFFFF:Always have Plasma Pulse Energizer PL2 ; [ Terminator 2 - Judgment Day (rev LA2 12/09/91) ] term2la2:0:00000000:00:999:[ The Select next level cheat can be used on the title screen ] term2la2:0:00000000:00:999:[ to select the starting level. Or use the Select current ] term2la2:0:00000000:00:999:[ level cheat on the green "Attraction" screen which is also ] term2la2:0:00000000:00:999:[ where you should use the Start on End Sequence! cheat. ] term2la2:0:0021465C:07:062:Select next level term2la2:0:0021465C:07:072:Select current level term2la2:0:0021465C:08:001:Start on End Sequence! term2la2:0:00214480:64:000:Infinite Energy PL1 term2la2:0:00214484:E7:000:Infinite Missiles PL1 term2la2:0:00214485:03:500:Infinite Missiles PL1 (2/2) term2la2:0:00214486:E7:000:Infinite 3-Way Missiles PL1:This overides the standard 'Infinite Missiles' cheat term2la2:0:00214487:03:500:Infinite 3-Way Missiles PL1 (2/2) term2la2:0:00214482:DC:000:Infinite Gun Power PL1 :term2la2:00000000:00214504:00000001:FFFFFFFF:Always have Plasma Pulse Energizer PL1 term2la2:0:00214536:64:000:Infinite Energy PL2 term2la2:0:0021453A:E7:000:Infinite Missiles PL2 term2la2:0:0021453B:03:500:Infinite Missiles PL2 (2/2) term2la2:0:0021453C:E7:000:Infinite 3-Way Missiles PL2:This overides the standard 'Infinite Missiles' cheat term2la2:0:0021453D:03:500:Infinite 3-Way Missiles PL2 (2/2) term2la2:0:0021457A:DC:000:Infinite Gun Power PL2 :term2la2:00000000:002145BA:00000001:FFFFFFFF:Always have Plasma Pulse Energizer PL2 ; [ Terra Cresta (YM2203) ] terracra:0:0202D4:09:000:Infinite Lives PL1 terracra:0:0202D5:09:000:Infinite Lives PL2 terracra:0:020682:0C:000:Invincibility terracra:0:020683:F2:500:Invincibility (2/4) terracra:0:020684:FF:500:Invincibility (3/4) terracra:0:020A35:00:500:Invincibility (4/4) terracra:0:000000:00:999:[See the Dip Switch Menu to ] terracra:0:000000:00:999:[enable alternate ] terracra:0:000000:00:999:[Invincibility cheats. ] terracra:0:020A34:03:000:Infinite polymorphes:Get a number first terracra:0:020A37:F8:000:Infinite polymorph time :terracra:00000000:020A38:00000000:FFFFFFFF:Rapid Fire ; [ Terra Cresta (YM3526 set 2) ] terracrb:0:0202D4:09:000:Infinite Lives PL1 terracrb:0:0202D5:09:000:Infinite Lives PL2 terracrb:0:020682:0C:000:Invincibility terracrb:0:020683:F2:500:Invincibility (2/4) terracrb:0:020684:FF:500:Invincibility (3/4) terracrb:0:020A35:00:500:Invincibility (4/4) terracrb:0:000000:00:999:[See the Dip Switch Menu to ] terracrb:0:000000:00:999:[enable alternate ] terracrb:0:000000:00:999:[Invincibility cheats. ] terracrb:0:020A34:03:000:Infinite polymorphes:Get a number first terracrb:0:020A37:F8:000:Infinite polymorph time :terracrb:00000000:020A38:00000000:FFFFFFFF:Rapid Fire ; [ Terra Cresta (YM3526 set 1) ] terracre:0:0202D4:09:000:Infinite Lives PL1 terracre:0:0202D5:09:000:Infinite Lives PL2 terracre:0:020682:0C:000:Invincibility terracre:0:020683:F2:500:Invincibility (2/4) terracre:0:020684:FF:500:Invincibility (3/4) terracre:0:020A35:00:500:Invincibility (4/4) terracre:0:000000:00:999:[See the Dip Switch Menu to ] terracre:0:000000:00:999:[enable alternate ] terracre:0:000000:00:999:[Invincibility cheats. ] terracre:0:020A34:03:000:Infinite polymorphes:Get a number first terracre:0:020A37:F8:000:Infinite polymorph time :terracre:00000000:020A38:00000000:FFFFFFFF:Rapid Fire ; [ Terra Force ] terraf:0:0606BE:03:000:Infinite Lives PL1 terraf:0:0606BF:03:000:Infinite Lives PL2 terraf:0:0606ED:FF:000:Infinite Shields terraf:0:0606EB:03:000:Maximum Laser terraf:0:0606EC:03:000:Maximum Bombs terraf:0:0606EE:03:000:Maximum Speed :terraf:00000000:06061E:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :terraf:00010000:06061E:00000000:00000020:Rapid Fire (2/4) :terraf:00010000:060620:00000000:00000010:Rapid Fire (3/4) :terraf:00010000:060620:00000000:00000020:Rapid Fire (4/4) ; [ Terra Force (US) ] terrafu:0:0606BE:03:000:Infinite Lives PL1 terrafu:0:0606BF:03:000:Infinite Lives PL2 terrafu:0:0606ED:FF:000:Infinite Shields terrafu:0:0606EB:03:000:Maximum Laser terrafu:0:0606EC:03:000:Maximum Bombs terrafu:0:0606EE:03:000:Maximum Speed :terrafu:00000000:06061E:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen :terrafu:00010000:06061E:00000000:00000020:Rapid Fire (2/4) :terrafu:00010000:060620:00000000:00000010:Rapid Fire (3/4) :terrafu:00010000:060620:00000000:00000020:Rapid Fire (4/4) ; [ Tetris (set 4, Japan, System 16A, FD1094 317-0093) ] tetris:0:FFE321:01:000:Always Green Shape PL1 tetris:0:FFE321:02:000:Always Purple Shape PL1 tetris:0:FFE321:03:000:Always Yellow Shape PL1 tetris:0:FFE321:04:000:Always Cyan Shape PL1 tetris:0:FFE321:05:000:Always Orange Shape PL1 tetris:0:FFE321:06:000:Always Blue Shape PL1 tetris:0:FFE321:07:000:Always Red Shape PL1 tetris:0:FFE321:01:001:Green Shape is Next Now! PL1 tetris:0:FFE321:02:001:Purple Shape is Next Now! PL1 tetris:0:FFE321:03:001:Yellow Shape is Next Now! PL1 tetris:0:FFE321:04:001:Cyan Shape is Next Now! PL1 tetris:0:FFE321:05:001:Orange Shape is Next Now! PL1 tetris:0:FFE321:06:001:Blue Shape is Next Now! PL1 tetris:0:FFE321:07:001:Red Shape is Next Now! PL1 tetris:0:FFE3A1:01:000:Always Green Shape PL2 tetris:0:FFE3A1:02:000:Always Purple Shape PL2 tetris:0:FFE3A1:03:000:Always Yellow Shape PL2 tetris:0:FFE3A1:04:000:Always Cyan Shape PL2 tetris:0:FFE3A1:05:000:Always Orange Shape PL2 tetris:0:FFE3A1:06:000:Always Blue Shape PL2 tetris:0:FFE3A1:07:000:Always Red Shape PL2 tetris:0:FFE3A1:01:001:Green Shape is Next Now! PL2 tetris:0:FFE3A1:02:001:Purple Shape is Next Now! PL2 tetris:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2 tetris:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2 tetris:0:FFE3A1:05:001:Orange Shape is Next Now! PL2 tetris:0:FFE3A1:06:001:Blue Shape is Next Now! PL2 tetris:0:FFE3A1:07:001:Red Shape is Next Now! PL2 ; [ Tetris (set 1, Japan, System 16B, FD1094 317-0091) ] tetris1:0:FFE321:01:000:Always Green Shape PL1 tetris1:0:FFE321:02:000:Always Purple Shape PL1 tetris1:0:FFE321:03:000:Always Yellow Shape PL1 tetris1:0:FFE321:04:000:Always Cyan Shape PL1 tetris1:0:FFE321:05:000:Always Orange Shape PL1 tetris1:0:FFE321:06:000:Always Blue Shape PL1 tetris1:0:FFE321:07:000:Always Red Shape PL1 tetris1:0:FFE321:01:001:Green Shape is Next Now! PL1 tetris1:0:FFE321:02:001:Purple Shape is Next Now! PL1 tetris1:0:FFE321:03:001:Yellow Shape is Next Now! PL1 tetris1:0:FFE321:04:001:Cyan Shape is Next Now! PL1 tetris1:0:FFE321:05:001:Orange Shape is Next Now! PL1 tetris1:0:FFE321:06:001:Blue Shape is Next Now! PL1 tetris1:0:FFE321:07:001:Red Shape is Next Now! PL1 tetris1:0:FFE3A1:01:000:Always Green Shape PL2 tetris1:0:FFE3A1:02:000:Always Purple Shape PL2 tetris1:0:FFE3A1:03:000:Always Yellow Shape PL2 tetris1:0:FFE3A1:04:000:Always Cyan Shape PL2 tetris1:0:FFE3A1:05:000:Always Orange Shape PL2 tetris1:0:FFE3A1:06:000:Always Blue Shape PL2 tetris1:0:FFE3A1:07:000:Always Red Shape PL2 tetris1:0:FFE3A1:01:001:Green Shape is Next Now! PL2 tetris1:0:FFE3A1:02:001:Purple Shape is Next Now! PL2 tetris1:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2 tetris1:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2 tetris1:0:FFE3A1:05:001:Orange Shape is Next Now! PL2 tetris1:0:FFE3A1:06:001:Blue Shape is Next Now! PL2 tetris1:0:FFE3A1:07:001:Red Shape is Next Now! PL2 ; [ Tetris (set 2, Japan, System 16B, FD1094 317-0092) ] tetris2:0:FFE321:01:000:Always Green Shape PL1 tetris2:0:FFE321:02:000:Always Purple Shape PL1 tetris2:0:FFE321:03:000:Always Yellow Shape PL1 tetris2:0:FFE321:04:000:Always Cyan Shape PL1 tetris2:0:FFE321:05:000:Always Orange Shape PL1 tetris2:0:FFE321:06:000:Always Blue Shape PL1 tetris2:0:FFE321:07:000:Always Red Shape PL1 tetris2:0:FFE321:01:001:Green Shape is Next Now! PL1 tetris2:0:FFE321:02:001:Purple Shape is Next Now! PL1 tetris2:0:FFE321:03:001:Yellow Shape is Next Now! PL1 tetris2:0:FFE321:04:001:Cyan Shape is Next Now! PL1 tetris2:0:FFE321:05:001:Orange Shape is Next Now! PL1 tetris2:0:FFE321:06:001:Blue Shape is Next Now! PL1 tetris2:0:FFE321:07:001:Red Shape is Next Now! PL1 tetris2:0:FFE3A1:01:000:Always Green Shape PL2 tetris2:0:FFE3A1:02:000:Always Purple Shape PL2 tetris2:0:FFE3A1:03:000:Always Yellow Shape PL2 tetris2:0:FFE3A1:04:000:Always Cyan Shape PL2 tetris2:0:FFE3A1:05:000:Always Orange Shape PL2 tetris2:0:FFE3A1:06:000:Always Blue Shape PL2 tetris2:0:FFE3A1:07:000:Always Red Shape PL2 tetris2:0:FFE3A1:01:001:Green Shape is Next Now! PL2 tetris2:0:FFE3A1:02:001:Purple Shape is Next Now! PL2 tetris2:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2 tetris2:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2 tetris2:0:FFE3A1:05:001:Orange Shape is Next Now! PL2 tetris2:0:FFE3A1:06:001:Blue Shape is Next Now! PL2 tetris2:0:FFE3A1:07:001:Red Shape is Next Now! PL2 ; [ Tetris (set 3, Japan, System 16A, FD1094 317-0093a) ] tetris3:0:FFE321:01:000:Always Green Shape PL1 tetris3:0:FFE321:02:000:Always Purple Shape PL1 tetris3:0:FFE321:03:000:Always Yellow Shape PL1 tetris3:0:FFE321:04:000:Always Cyan Shape PL1 tetris3:0:FFE321:05:000:Always Orange Shape PL1 tetris3:0:FFE321:06:000:Always Blue Shape PL1 tetris3:0:FFE321:07:000:Always Red Shape PL1 tetris3:0:FFE321:01:001:Green Shape is Next Now! PL1 tetris3:0:FFE321:02:001:Purple Shape is Next Now! PL1 tetris3:0:FFE321:03:001:Yellow Shape is Next Now! PL1 tetris3:0:FFE321:04:001:Cyan Shape is Next Now! PL1 tetris3:0:FFE321:05:001:Orange Shape is Next Now! PL1 tetris3:0:FFE321:06:001:Blue Shape is Next Now! PL1 tetris3:0:FFE321:07:001:Red Shape is Next Now! PL1 tetris3:0:FFE3A1:01:000:Always Green Shape PL2 tetris3:0:FFE3A1:02:000:Always Purple Shape PL2 tetris3:0:FFE3A1:03:000:Always Yellow Shape PL2 tetris3:0:FFE3A1:04:000:Always Cyan Shape PL2 tetris3:0:FFE3A1:05:000:Always Orange Shape PL2 tetris3:0:FFE3A1:06:000:Always Blue Shape PL2 tetris3:0:FFE3A1:07:000:Always Red Shape PL2 tetris3:0:FFE3A1:01:001:Green Shape is Next Now! PL2 tetris3:0:FFE3A1:02:001:Purple Shape is Next Now! PL2 tetris3:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2 tetris3:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2 tetris3:0:FFE3A1:05:001:Orange Shape is Next Now! PL2 tetris3:0:FFE3A1:06:001:Blue Shape is Next Now! PL2 tetris3:0:FFE3A1:07:001:Red Shape is Next Now! PL2 ; [ Tetris (bootleg) ] tetrisbl:0:FFE321:01:000:Always Green Shape PL1 tetrisbl:0:FFE321:02:000:Always Purple Shape PL1 tetrisbl:0:FFE321:03:000:Always Yellow Shape PL1 tetrisbl:0:FFE321:04:000:Always Cyan Shape PL1 tetrisbl:0:FFE321:05:000:Always Orange Shape PL1 tetrisbl:0:FFE321:06:000:Always Blue Shape PL1 tetrisbl:0:FFE321:07:000:Always Red Shape PL1 tetrisbl:0:FFE321:01:001:Green Shape is Next Now! PL1 tetrisbl:0:FFE321:02:001:Purple Shape is Next Now! PL1 tetrisbl:0:FFE321:03:001:Yellow Shape is Next Now! PL1 tetrisbl:0:FFE321:04:001:Cyan Shape is Next Now! PL1 tetrisbl:0:FFE321:05:001:Orange Shape is Next Now! PL1 tetrisbl:0:FFE321:06:001:Blue Shape is Next Now! PL1 tetrisbl:0:FFE321:07:001:Red Shape is Next Now! PL1 tetrisbl:0:FFE3A1:01:000:Always Green Shape PL2 tetrisbl:0:FFE3A1:02:000:Always Purple Shape PL2 tetrisbl:0:FFE3A1:03:000:Always Yellow Shape PL2 tetrisbl:0:FFE3A1:04:000:Always Cyan Shape PL2 tetrisbl:0:FFE3A1:05:000:Always Orange Shape PL2 tetrisbl:0:FFE3A1:06:000:Always Blue Shape PL2 tetrisbl:0:FFE3A1:07:000:Always Red Shape PL2 tetrisbl:0:FFE3A1:01:001:Green Shape is Next Now! PL2 tetrisbl:0:FFE3A1:02:001:Purple Shape is Next Now! PL2 tetrisbl:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2 tetrisbl:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2 tetrisbl:0:FFE3A1:05:001:Orange Shape is Next Now! PL2 tetrisbl:0:FFE3A1:06:001:Blue Shape is Next Now! PL2 tetrisbl:0:FFE3A1:07:001:Red Shape is Next Now! PL2 ; [ Tetris Plus ] tetrisp:0:FEE0C010:63:000:Infinite Credits :tetrisp:00800000:FEE18608:00000001:FFFFFFFF:Unlock Expert Level:Puzzle Mode ONLY tetrisp:0:FEE0CBE4:03:000:Blocks Never Fall PL1 tetrisp:0:FEE0DB38:03:000:Blocks Never Fall PL2 :tetrisp:60000000:00000000:00000000:00000000:[ Normal Mode ] :tetrisp:00100301:FEE0CCF8:00000063:FFFFFFFF:Select Level PL1:Don't Level Down, Only Up or may Freeze! :tetrisp:00110001:FEE0CDF8:0000FFF8:FFFFFFFF:Select Level PL1 (2/2) :tetrisp:00100000:FEE0CDF8:00000000:FFFFFFFF:Never Level Up PL1 :tetrisp:00100101:FEE0CCF4:0000270F:FFFFFFFF:Select Lines PL1 :tetrisp:00100101:FEE0CD00:0000270F:FFFFFFFF:Select Single Lines PL1 :tetrisp:00100101:FEE0CD04:0000270F:FFFFFFFF:Select Double Lines PL1 :tetrisp:00100101:FEE0CD08:0000270F:FFFFFFFF:Select Triple Lines PL1 :tetrisp:00100101:FEE0CD0C:0000270F:FFFFFFFF:Select Tetris Lines PL1 :tetrisp:00100301:FEE0DC4C:00000063:FFFFFFFF:Select Level PL2:Don't Level Down, Only Up or may Freeze! :tetrisp:00110001:FEE0DD4C:0000FFF8:FFFFFFFF:Select Level PL2 (2/2) :tetrisp:00100000:FEE0DD4C:00000000:FFFFFFFF:Never Level Up PL2 :tetrisp:00100101:FEE0DC48:0000270F:FFFFFFFF:Select Lines PL2 :tetrisp:00100101:FEE0DC54:0000270F:FFFFFFFF:Select Single Lines PL2 :tetrisp:00100101:FEE0DC58:0000270F:FFFFFFFF:Select Double Lines PL2 :tetrisp:00100101:FEE0DC5C:0000270F:FFFFFFFF:Select Triple Lines PL2 :tetrisp:00100101:FEE0DC60:0000270F:FFFFFFFF:Select Tetris Lines PL2 :tetrisp:60000000:00000000:00000000:00000000:[ Puzzle/VS Mode ] :tetrisp:00100000:FEE0CD88:00000001:FFFFFFFF:Spikes Never Descend PL1 :tetrisp:00110000:FEE0CD8C:00000257:FFFFFFFF:Spikes Never Descend PL1 (2/2) :tetrisp:00100001:FEE0CD88:0000000E:FFFFFFFF:Kill PL1 Now! :tetrisp:00100000:FEE0DCDC:00000001:FFFFFFFF:Spikes Never Descend PL2 :tetrisp:00110000:FEE0DCE0:00000257:FFFFFFFF:Spikes Never Descend PL2 (2/2) :tetrisp:00100001:FEE0DCDC:0000000E:FFFFFFFF:Kill PL2 Now! :tetrisp:60000000:00000000:00000000:00000000:[ VS Mode Only ] :tetrisp:00000009:FEE0CF1C:00000001:00000008:Attack PL1 Now!:Keep Hitting To Increase :tetrisp:00000009:FEE0DE70:00000001:00000008:Attack PL2 Now!:Keep Hitting To Increase ; [ Tetris Plus 2 (World?) ] tetrisp2:0:10801D:63:000:Infinite Credits :tetrisp2:00800000:10B089:00000001:FFFFFFFF:Unlock Another World:Puzzle Mode ONLY tetrisp2:0:000000:00:999:[ ] tetrisp2:0:000000:00:999:[ This cheat is for use in the Puzzle Mode ONLY! ] tetrisp2:0:000000:00:999:[ ] tetrisp2:0:10D7A3:03:000:Infinite Bombs tetrisp2:0:000000:00:999:[ ] tetrisp2:0:000000:00:999:[ These PL1 cheats are for use in the ALL Modes ] tetrisp2:0:000000:00:999:[ The PL2 cheats are for use in the VS mode ONLY!] tetrisp2:0:000000:00:999:[ ] tetrisp2:0:10E1D7:00:000:Next shape always the Red -- shape PL1 tetrisp2:0:10E1D7:01:000:Next shape always the Yellow square shape PL1 tetrisp2:0:10E1D7:02:000:Next shape always the Light Blue T shape PL1 tetrisp2:0:10E1D7:03:000:Next shape always the Dark Blue L shape PL1 tetrisp2:0:10E1D7:04:000:Next shape always the Orange L shape PL1 tetrisp2:0:10E1D7:05:000:Next shape always the Green Z shape PL1 tetrisp2:0:10E1D7:06:000:Next shape always the Purple Z shape PL1 tetrisp2:0:10E1D7:00:001:Next shape is the Red -- shape Now! PL1 tetrisp2:0:10E1D7:01:001:Next shape is the Yellow square shape Now!PL1 tetrisp2:0:10E1D7:02:001:Next shape is the Light Blue T shape Now! PL1 tetrisp2:0:10E1D7:03:001:Next shape is the Dark Blue L shape Now! PL1 tetrisp2:0:10E1D7:04:001:Next shape is the Orange L shape Now! PL1 tetrisp2:0:10E1D7:05:001:Next shape is the Green Z shape Now! PL1 tetrisp2:0:10E1D7:06:001:Next shape is the Purple Z shape Now! PL1 tetrisp2:0:10E317:00:000:Next shape always the Red -- shape PL2 tetrisp2:0:10E317:01:000:Next shape always the Yellow square shape PL2 tetrisp2:0:10E317:02:000:Next shape always the Light Blue T shape PL2 tetrisp2:0:10E317:03:000:Next shape always the Dark Blue L shape PL2 tetrisp2:0:10E317:04:000:Next shape always the Orange L shape PL2 tetrisp2:0:10E317:05:000:Next shape always the Green Z shape PL2 tetrisp2:0:10E317:06:000:Next shape always the Purple Z shape PL2 tetrisp2:0:10E317:00:001:Next shape is the Red -- shape Now! PL2 tetrisp2:0:10E317:01:001:Next shape is the Yellow square shape Now!PL2 tetrisp2:0:10E317:02:001:Next shape is the Light Blue T shape Now! PL2 tetrisp2:0:10E317:03:001:Next shape is the Dark Blue L shape Now! PL2 tetrisp2:0:10E317:04:001:Next shape is the Orange L shape Now! PL2 tetrisp2:0:10E317:05:001:Next shape is the Green Z shape Now! PL2 tetrisp2:0:10E317:06:001:Next shape is the Purple Z shape Now! PL2 ; [ Tetris (Japan, System E) ] tetrisse:0:0000:00:999:[ This game hasn't even ]:REASON 11 tetrisse:0:0000:00:999:[ been looked at due to ]:REASON 11 tetrisse:0:0000:00:999:[ time constraints - Too]:REASON 11 tetrisse:0:0000:00:999:[ many games and so ]:REASON 11 tetrisse:0:0000:00:999:[ little time. It is ]:REASON 11 tetrisse:0:0000:00:999:[ even possible that ]:REASON 11 tetrisse:0:0000:00:999:[ this game may be a ]:REASON 11 tetrisse:0:0000:00:999:[ clone of an existing ]:REASON 11 tetrisse:0:0000:00:999:[ game which may have ]:REASON 11 tetrisse:0:0000:00:999:[ cheats. Please search ]:REASON 11 tetrisse:0:0000:00:999:[ the cheat forums ]:REASON 11 tetrisse:0:0000:00:999:[ before posting cheat ]:REASON 11 tetrisse:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tetris (Japan, B-System, YM2610) ] tetrist:0:804802:01:000:Always have Red Shape PL1 tetrist:0:804803:01:500:Always have Red Shape PL1 (2/2) tetrist:0:804802:02:000:Always have Orange Shape PL1 tetrist:0:804803:02:500:Always have Orange Shape PL1 (2/2) tetrist:0:804802:03:000:Always have Blue Shape PL1 tetrist:0:804803:03:500:Always have Blue Shape PL1 (2/2) tetrist:0:804802:04:000:Always have Purple Shape PL1 tetrist:0:804803:04:500:Always have Purple Shape PL1 (2/2) tetrist:0:804802:05:000:Always have Green Shape PL1 tetrist:0:804803:05:500:Always have Green Shape PL1 (2/2) tetrist:0:804802:06:000:Always have Cyan Shape PL1 tetrist:0:804803:06:500:Always have Cyan Shape PL1 (2/2) tetrist:0:804802:07:000:Always have Yellow Shape PL1 tetrist:0:804803:07:500:Always have Yellow Shape PL1 (2/2) tetrist:0:804802:01:001:Make current Shape = Red Now! PL1 tetrist:0:804803:01:501:Make current Shape = Red Now! PL1 (2/2) tetrist:0:804802:02:001:Make current Shape = Orange Now! PL1 tetrist:0:804803:02:501:Make current Shape = Orange Now! PL1 (2/2) tetrist:0:804802:03:001:Make current Shape = Blue Now! PL1 tetrist:0:804803:03:501:Make current Shape = Blue Now! PL1 (2/2) tetrist:0:804802:04:001:Make current Shape = Purple Now! PL1 tetrist:0:804803:04:501:Make current Shape = Purple Now! PL1 (2/2) tetrist:0:804802:05:001:Make current Shape = Green Now! PL1 tetrist:0:804803:05:501:Make current Shape = Green Now! PL1 (2/2) tetrist:0:804802:06:001:Make current Shape = Cyan Now! PL1 tetrist:0:804803:06:501:Make current Shape = Cyan Now! PL1 (2/2) tetrist:0:804802:07:001:Make current Shape = Yellow Now! PL1 tetrist:0:804803:07:501:Make current Shape = Yellow Now! PL1 (2/2) tetrist:0:80493C:01:000:Always have Red Shape PL2 tetrist:0:80493D:01:500:Always have Red Shape PL2 (2/2) tetrist:0:80493C:02:000:Always have Orange Shape PL2 tetrist:0:80493D:02:500:Always have Orange Shape PL2 (2/2) tetrist:0:80493C:03:000:Always have Blue Shape PL2 tetrist:0:80493D:03:500:Always have Blue Shape PL2 (2/2) tetrist:0:80493C:04:000:Always have Purple Shape PL2 tetrist:0:80493D:04:500:Always have Purple Shape PL2 (2/2) tetrist:0:80493C:05:000:Always have Green Shape PL2 tetrist:0:80493D:05:500:Always have Green Shape PL2 (2/2) tetrist:0:80493C:06:000:Always have Cyan Shape PL2 tetrist:0:80493D:06:500:Always have Cyan Shape PL2 (2/2) tetrist:0:80493C:07:000:Always have Yellow Shape PL2 tetrist:0:80493D:07:500:Always have Yellow Shape PL2 (2/2) tetrist:0:80493C:01:001:Make current Shape = Red Now! PL2 tetrist:0:80493D:01:501:Make current Shape = Red Now! PL2 (2/2) tetrist:0:80493C:02:001:Make current Shape = Orange Now! PL2 tetrist:0:80493D:02:501:Make current Shape = Orange Now! PL2 (2/2) tetrist:0:80493C:03:001:Make current Shape = Blue Now! PL2 tetrist:0:80493D:03:501:Make current Shape = Blue Now! PL2 (2/2) tetrist:0:80493C:04:001:Make current Shape = Purple Now! PL2 tetrist:0:80493D:04:501:Make current Shape = Purple Now! PL2 (2/2) tetrist:0:80493C:05:001:Make current Shape = Green Now! PL2 tetrist:0:80493D:05:501:Make current Shape = Green Now! PL2 (2/2) tetrist:0:80493C:06:001:Make current Shape = Cyan Now! PL2 tetrist:0:80493D:06:501:Make current Shape = Cyan Now! PL2 (2/2) tetrist:0:80493C:07:001:Make current Shape = Yellow Now! PL2 tetrist:0:80493D:07:501:Make current Shape = Yellow Now! PL2 (2/2) ; [ Tetris (Japan, B-System, YM2203) ] tetrista:0:802602:01:000:Always have Red Shape PL1 tetrista:0:802603:01:500:Always have Red Shape PL1 (2/2) tetrista:0:802602:02:000:Always have Orange Shape PL1 tetrista:0:802603:02:500:Always have Orange Shape PL1 (2/2) tetrista:0:802602:03:000:Always have Blue Shape PL1 tetrista:0:802603:03:500:Always have Blue Shape PL1 (2/2) tetrista:0:802602:04:000:Always have Purple Shape PL1 tetrista:0:802603:04:500:Always have Purple Shape PL1 (2/2) tetrista:0:802602:05:000:Always have Green Shape PL1 tetrista:0:802603:05:500:Always have Green Shape PL1 (2/2) tetrista:0:802602:06:000:Always have Cyan Shape PL1 tetrista:0:802603:06:500:Always have Cyan Shape PL1 (2/2) tetrista:0:802602:07:000:Always have Yellow Shape PL1 tetrista:0:802603:07:500:Always have Yellow Shape PL1 (2/2) tetrista:0:802602:01:001:Make current Shape = Red Now! PL1 tetrista:0:802603:01:501:Make current Shape = Red Now! PL1 (2/2) tetrista:0:802602:02:001:Make current Shape = Orange Now! PL1 tetrista:0:802603:02:501:Make current Shape = Orange Now! PL1 (2/2) tetrista:0:802602:03:001:Make current Shape = Blue Now! PL1 tetrista:0:802603:03:501:Make current Shape = Blue Now! PL1 (2/2) tetrista:0:802602:04:001:Make current Shape = Purple Now! PL1 tetrista:0:802603:04:501:Make current Shape = Purple Now! PL1 (2/2) tetrista:0:802602:05:001:Make current Shape = Green Now! PL1 tetrista:0:802603:05:501:Make current Shape = Green Now! PL1 (2/2) tetrista:0:802602:06:001:Make current Shape = Cyan Now! PL1 tetrista:0:802603:06:501:Make current Shape = Cyan Now! PL1 (2/2) tetrista:0:802602:07:001:Make current Shape = Yellow Now! PL1 tetrista:0:802603:07:501:Make current Shape = Yellow Now! PL1 (2/2) tetrista:0:80273C:01:000:Always have Red Shape PL2 tetrista:0:80273D:01:500:Always have Red Shape PL2 (2/2) tetrista:0:80273C:02:000:Always have Orange Shape PL2 tetrista:0:80273D:02:500:Always have Orange Shape PL2 (2/2) tetrista:0:80273C:03:000:Always have Blue Shape PL2 tetrista:0:80273D:03:500:Always have Blue Shape PL2 (2/2) tetrista:0:80273C:04:000:Always have Purple Shape PL2 tetrista:0:80273D:04:500:Always have Purple Shape PL2 (2/2) tetrista:0:80273C:05:000:Always have Green Shape PL2 tetrista:0:80273D:05:500:Always have Green Shape PL2 (2/2) tetrista:0:80273C:06:000:Always have Cyan Shape PL2 tetrista:0:80273D:06:500:Always have Cyan Shape PL2 (2/2) tetrista:0:80273C:07:000:Always have Yellow Shape PL2 tetrista:0:80273D:07:500:Always have Yellow Shape PL2 (2/2) tetrista:0:80273C:01:001:Make current Shape = Red Now! PL2 tetrista:0:80273D:01:501:Make current Shape = Red Now! PL2 (2/2) tetrista:0:80273C:02:001:Make current Shape = Orange Now! PL2 tetrista:0:80273D:02:501:Make current Shape = Orange Now! PL2 (2/2) tetrista:0:80273C:03:001:Make current Shape = Blue Now! PL2 tetrista:0:80273D:03:501:Make current Shape = Blue Now! PL2 (2/2) tetrista:0:80273C:04:001:Make current Shape = Purple Now! PL2 tetrista:0:80273D:04:501:Make current Shape = Purple Now! PL2 (2/2) tetrista:0:80273C:05:001:Make current Shape = Green Now! PL2 tetrista:0:80273D:05:501:Make current Shape = Green Now! PL2 (2/2) tetrista:0:80273C:06:001:Make current Shape = Cyan Now! PL2 tetrista:0:80273D:06:501:Make current Shape = Cyan Now! PL2 (2/2) tetrista:0:80273C:07:001:Make current Shape = Yellow Now! PL2 tetrista:0:80273D:07:501:Make current Shape = Yellow Now! PL2 (2/2) ; [ ThunderForce AC ] tfrceac:0:FF8202:09:000:Infinite Credits tfrceac:0:FFF1B5:0A:000:Infinite Lives tfrceac:0:FFA809:03:000:Invincibility :tfrceac:00000000:FFF1BD:00000001:00000001:Always Have Sever :tfrceac:00000000:FFF1BD:00000002:00000002:Always Have Lancer :tfrceac:00000000:FFF1BD:00000004:00000004:Always Have Wave :tfrceac:00000000:FFF1BD:00000008:00000008:Always Have Fire :tfrceac:00000000:FFF1BD:00000010:00000010:Always Have Hunter :tfrceac:00000000:FFA803:00000001:FFFFFFFF:Always Have Craw :tfrceac:00000000:FFA805:0000000F:FFFFFFFF:Infinite Shields :tfrceac:00000300:FFF1A1:00000007:FFFFFFFF:Select Stage :tfrceac:00000000:FFF0F5:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ ThunderForce AC (bootleg) ] tfrceacb:0:FF8202:09:000:Infinite Credits tfrceacb:0:FFF1B5:0A:000:Infinite Lives tfrceacb:0:FFA809:03:000:Invincibility :tfrceacb:00000000:FFF1BD:00000001:00000001:Always Have Sever :tfrceacb:00000000:FFF1BD:00000002:00000002:Always Have Lancer :tfrceacb:00000000:FFF1BD:00000004:00000004:Always Have Wave :tfrceacb:00000000:FFF1BD:00000008:00000008:Always Have Fire :tfrceacb:00000000:FFF1BD:00000010:00000010:Always Have Hunter :tfrceacb:00000000:FFA803:00000001:FFFFFFFF:Always Have Craw :tfrceacb:00000000:FFA805:0000000F:FFFFFFFF:Infinite Shields :tfrceacb:00000300:FFF1A1:00000007:FFFFFFFF:Select Stage :tfrceacb:00000000:FFF0F5:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ ThunderForce AC (Japan) ] tfrceacj:0:FF8202:09:000:Infinite Credits tfrceacj:0:FFF1B5:0A:000:Infinite Lives tfrceacj:0:FFA809:03:000:Invincibility :tfrceacj:00000000:FFF1BD:00000001:00000001:Always Have Sever :tfrceacj:00000000:FFF1BD:00000002:00000002:Always Have Lancer :tfrceacj:00000000:FFF1BD:00000004:00000004:Always Have Wave :tfrceacj:00000000:FFF1BD:00000008:00000008:Always Have Fire :tfrceacj:00000000:FFF1BD:00000010:00000010:Always Have Hunter :tfrceacj:00000000:FFA803:00000001:FFFFFFFF:Always Have Craw :tfrceacj:00000000:FFA805:0000000F:FFFFFFFF:Infinite Shields :tfrceacj:00000300:FFF1A1:00000007:FFFFFFFF:Select Stage :tfrceacj:00000000:FFF0F5:00000000:00000010:Rapid Fire:Turn it OFF on the name entry screen ; [ Tetris The Grand Master (JAPAN 980710) ] :tgmj:00000000:0017237E:00000009:FFFFFFFF:Infinite Credits :tgmj:00000000:0017698C:00000000:FFFFFFFF:Infinite Play Time PL1 :tgmj:00000000:001769DD:000000FF:FFFFFFFF:Block Never Fall Down PL1:Push Down button to start falling down :tgmj:62000000:00000000:00000000:00000000:Select Current Block PL1 :tgmj:00010000:001769D4:00000002:FFFFFFFF:Red :tgmj:00010000:001769D4:00000003:FFFFFFFF:Green :tgmj:00010000:001769D4:00000004:FFFFFFFF:Purple :tgmj:00010000:001769D4:00000005:FFFFFFFF:Blue :tgmj:00010000:001769D4:00000006:FFFFFFFF:Orange :tgmj:00010000:001769D4:00000007:FFFFFFFF:Yellow :tgmj:00010000:001769D4:00000008:FFFFFFFF:Light Blue :tgmj:62000000:00000000:00000000:00000000:Select Next Block PL1 :tgmj:00010000:001769D2:00000002:FFFFFFFF:Red :tgmj:00010000:001769D2:00000003:FFFFFFFF:Green :tgmj:00010000:001769D2:00000004:FFFFFFFF:Purple :tgmj:00010000:001769D2:00000005:FFFFFFFF:Blue :tgmj:00010000:001769D2:00000006:FFFFFFFF:Orange :tgmj:00010000:001769D2:00000007:FFFFFFFF:Yellow :tgmj:00010000:001769D2:00000008:FFFFFFFF:Light Blue :tgmj:00000000:0017699C:00000011:FFFFFFFF:Always Maximum Grade PL1 :tgmj:00300000:00176F34:00000000:FFFFFFFF:Infinite Play Time PL2 :tgmj:00000000:00176F85:000000FF:FFFFFFFF:Block Never Fall Down PL2:Push Down button to start falling down :tgmj:62000000:00000000:00000000:00000000:Select Current Block PL2 :tgmj:00010000:00176F7C:00000002:FFFFFFFF:Red :tgmj:00010000:00176F7C:00000003:FFFFFFFF:Green :tgmj:00010000:00176F7C:00000004:FFFFFFFF:Purple :tgmj:00010000:00176F7C:00000005:FFFFFFFF:Blue :tgmj:00010000:00176F7C:00000006:FFFFFFFF:Orange :tgmj:00010000:00176F7C:00000007:FFFFFFFF:Yellow :tgmj:00010000:00176F7C:00000008:FFFFFFFF:Light Blue :tgmj:62000000:00000000:00000000:00000000:Select Next Block PL2 :tgmj:00010000:00176F7A:00000002:FFFFFFFF:Red :tgmj:00010000:00176F7A:00000003:FFFFFFFF:Green :tgmj:00010000:00176F7A:00000004:FFFFFFFF:Purple :tgmj:00010000:00176F7A:00000005:FFFFFFFF:Blue :tgmj:00010000:00176F7A:00000006:FFFFFFFF:Orange :tgmj:00010000:00176F7A:00000007:FFFFFFFF:Yellow :tgmj:00010000:00176F7A:00000008:FFFFFFFF:Light Blue :tgmj:00000000:00176F44:00000011:FFFFFFFF:Always Maximum Grade PL2 :tgmj:60000000:00000000:00000000:00000000:[ Enable these on Secret Mode cheats on the ] :tgmj:60000000:00000000:00000000:00000000:[ title screen after you've inserted at ] :tgmj:60000000:00000000:00000000:00000000:[ least one credit. ] :tgmj:00000001:001C005E:00000001:00000001:20G Mode :tgmj:00000001:001C005E:00000004:00000004:Big Mode :tgmj:00000001:001C005E:00000008:00000008:Ukiki Mode :tgmj:00000001:001C005E:00000010:00000010:Reverse Mode :tgmj:00000001:001C005E:00000020:00000020:Monochrome Mode :tgmj:00000001:001C005E:00000080:00000080:TLS Mode ; [ Target Ball (Nude) ] tgtball:0:FC4D:09:000:Infinite Credits tgtball:0:EEC1:F0:000:Infinite Time tgtball:0:EEE2:10:000:Infinite Lives [1 PLAYER GAME] ; [ Target Ball ] tgtballa:0:FC4D:09:000:Infinite Credits tgtballa:0:EEC1:F0:000:Infinite Time tgtballa:0:EEE2:10:000:Infinite Lives [1 PLAYER GAME] ; [ Task Force Harrier (Japan) ] tharierj:0:0F9019:63:000:Infinite Credits tharierj:0:0F7751:0A:000:Infinite Lives PL1 tharierj:0:0F7749:02:000:Invincibility PL1:Enable this cheat after the harrier appears on-screen..and turn it OFF at the level end if you encounter any problems tharierj:0:0F7B51:0A:000:Infinite Lives PL2 tharierj:0:0F7B49:02:000:Invincibility PL2:Enable this cheat after the harrier appears on-screen..and turn it OFF at the level end if you encounter any problems ; [ Task Force Harrier ] tharrier:0:0F9019:63:000:Infinite Credits tharrier:0:0F7751:0A:000:Infinite Lives PL1 tharrier:0:0F7749:02:000:Invincibility PL1:Enable this cheat after the harrier appears on-screen..and turn it OFF at the level end if you encounter any problems tharrier:0:0F7B51:0A:000:Infinite Lives PL2 tharrier:0:0F7B49:02:000:Invincibility PL2:Enable this cheat after the harrier appears on-screen..and turn it OFF at the level end if you encounter any problems ; [ Deep, The (Japan) ] thedeep:0:C233:09:000:Infinite Credits :thedeep:00001301:C201:0000000E:FFFFFFFF:Select Starting Stage:Enable on the title screen or on the 1 or 2 player button screen :thedeep:00010009:C233:00000001:00000009:Select Starting Stage (2/2) thedeep:0:C298:0A:000:Infinite Lives PL1 thedeep:0:C2A8:05:000:Infinite Power PL1 thedeep:0:C2AB:01:000:Always have Power Depthcharge PL1 :thedeep:60000000:0000:00000000:00000000:[ See the Dip Switch Menu to ] :thedeep:60000000:0000:00000000:00000000:[ enable an alternate ] :thedeep:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :thedeep:20800000:6BC1:00000018:FFFFFFFF:Invincibility PL1 :thedeep:20810000:6D23:00000018:FFFFFFFF:Invincibility PL1 (2/3):1st = Fire, 2nd = Missile :thedeep:20910000:6DB3:00002118:FFFFFFFF:Invincibility PL1 (3/3):Enemy :thedeep:00000000:C320:00000001:FFFFFFFF:Quick Mine Charge PL1 :thedeep:00000000:C31E:00000001:FFFFFFFF:Mine Speed Up PL1 :thedeep:00000000:C31F:00000000:FFFFFFFF:No Delay for Mine PL1 thedeep:0:C299:0A:000:Infinite Lives PL2 thedeep:0:C2AE:05:000:Infinite Power PL2 thedeep:0:C2B1:01:000:Always have Power Depthcharge PL2 :thedeep:60000000:0000:00000000:00000000:[ See the Dip Switch Menu to ] :thedeep:60000000:0000:00000000:00000000:[ enable an alternate ] :thedeep:60000000:0000:00000000:00000000:[ Invincibility cheat. ] :thedeep:20800000:6BDB:000000C9:FFFFFFFF:Invincibility PL2 :thedeep:20810000:6D6B:00000018:FFFFFFFF:Invincibility PL2 (2/3):1st = Fire, 2nd = Missile :thedeep:20910000:6DEB:00002018:FFFFFFFF:Invincibility PL2 (3/3):Enemy :thedeep:00000000:C366:00000001:FFFFFFFF:Quick Mine Charge PL2 :thedeep:00000000:C364:00000001:FFFFFFFF:Mine Speed Up PL2 :thedeep:00000000:C365:00000000:FFFFFFFF:No Delay for Mine PL2 ; [ End, The ] theend:0:4002:63:000:Infinite Credits theend:0:411D:06:000:Infinite Lives theend:0:4116:30:000:Eggs don't reappear ;Remove after initial use to advance to next level theend:0:18DB:18:100:Invincibility theend:0:427C:01:000:Autofire Mode "ON" ; [ End, The (Stern) ] theends:0:4002:63:000:Infinite Credits theends:0:411D:06:000:Infinite Lives theends:0:4116:30:000:Eggs don't reappear ;Remove after initial use to advance to next level theends:0:1A03:18:100:Invincibility theends:0:427C:01:000:Autofire Mode "ON" ; [ Glob, The ] theglob:0:7D65:99:000:Infinite Credits theglob:0:7D79:B4:000:Infinite Energy:Display isn't true! :theglob:20800000:2D2B:00000018:FFFFFFFF:Invincibility :theglob:20810000:3411:000000C3:FFFFFFFF:Invincibility (2/3):1st = Enemy :theglob:20810000:345C:00000018:FFFFFFFF:Invincibility (3/3):2nd & 3rd = Elevator theglob:0:7D83:05:000:Infinite Lives PL1 theglob:0:7D85:05:000:Infinite Lives PL2 ; [ Glob, The (earlier) ] theglob2:0:7D65:99:000:Infinite Credits theglob2:0:7D79:B4:000:Infinite Energy:Display isn't true! :theglob2:20800000:2D2B:00000018:FFFFFFFF:Invincibility :theglob2:20810000:340E:000000C3:FFFFFFFF:Invincibility (2/3):1st = Enemy :theglob2:20810000:3459:00000018:FFFFFFFF:Invincibility (3/3):2nd & 3rd = Elevator theglob2:0:7D83:05:000:Infinite Lives PL1 theglob2:0:7D85:05:000:Infinite Lives PL2 ; [ Glob, The (set 3) ] theglob3:0:7BD1:99:000:Infinite Credits theglob3:0:7BE5:B5:000:Infinite Energy:Display isn't true! :theglob3:20800000:2D92:00000018:FFFFFFFF:Invincibility :theglob3:20810000:343F:000000C3:FFFFFFFF:Invincibility (2/3):1st = Enemy :theglob3:20810000:348A:00000018:FFFFFFFF:Invincibility (3/3):2nd & 3rd = Elevator theglob3:0:7BEC:05:000:Infinite Lives PL1 theglob3:0:7BEE:05:000:Infinite Lives PL2 ; [ Glob, The (Pac-Man hardware) ] theglobp:0:4C36:99:000:Infinite Credits theglobp:0:4CA6:A8:000:Infinite Energy:Display isn't true! :theglobp:20800000:19D89:00000018:FFFFFFFF:Invincibility :theglobp:20810000:1A174:00000021:FFFFFFFF:Invincibility (2/2):1st = Enemy ($1D89). 2nd = Elevator ($2174) theglobp:0:0000:00:999:[Turn ON the No Enemies!! ] theglobp:0:0000:00:999:[cheat when there are no ] theglobp:0:0000:00:999:[enemies on screen! ] theglobp:0:4F35:05:000:No Enemies!! theglobp:0:4C9F:05:000:Infinite Lives PL1 theglobp:0:4CA1:05:000:Infinite Lives PL2 ; [ Grid, The ] thegrid:0:0000:00:999:[ There are no cheats ]:REASON 1 thegrid:0:0000:00:999:[ for this game as it ]:REASON 1 thegrid:0:0000:00:999:[ didn't work the last ]:REASON 1 thegrid:0:0000:00:999:[ time it was tested. ]:REASON 1 thegrid:0:0000:00:999:[ If the game now works ]:REASON 1 thegrid:0:0000:00:999:[ please request cheats ]:REASON 1 thegrid:0:0000:00:999:[ for it on the cheat ]:REASON 1 thegrid:0:0000:00:999:[ forums. ]:REASON 1 ; [ Hand, The ] thehand:0:500A:99:000:Infinite Credits thehand:0:5082:01:001:Only One Dot to collect Now! thehand:0:5087:06:000:Infinite Lives PL1 thehand:0:5088:06:000:Infinite Lives PL2 ; [ Hustler, The (Japan version J) ] thehustj:0:11CC:09:000:Infinite Shots thehustj:0:11CD:09:000:Infinite Balls ; [ Hustler, The (Japan version M) ] thehustl:0:11CC:09:000:Infinite Shots thehustl:0:11CD:09:000:Infinite Balls ; [ Mah-jong, The (Japan) ] themj:0:0000:00:999:[ The winning hand cheat must be ] themj:0:0000:00:999:[ activated when there are 14 ] themj:0:0000:00:999:[ tiles in your hand, then press ] themj:0:0000:00:999:[ the RON key ('Z' by default). ] themj:0:0000:00:999:[ The tiles do not visually ] themj:0:0000:00:999:[ change until you make a move. ] themj:0:A070:00:101:Get winning hand Now! themj:0:A071:00:501:Get winning hand Now! (02/14) themj:0:A072:00:501:Get winning hand Now! (03/14) themj:0:A073:01:501:Get winning hand Now! (04/14) themj:0:A074:01:501:Get winning hand Now! (05/14) themj:0:A075:01:501:Get winning hand Now! (06/14) themj:0:A076:02:501:Get winning hand Now! (07/14) themj:0:A077:02:501:Get winning hand Now! (08/14) themj:0:A078:02:501:Get winning hand Now! (09/14) themj:0:A079:03:501:Get winning hand Now! (10/14) themj:0:A07A:03:501:Get winning hand Now! (11/14) themj:0:A07B:03:501:Get winning hand Now! (12/14) themj:0:A07C:04:501:Get winning hand Now! (13/14) themj:0:A07D:04:501:Get winning hand Now! (14/14) themj:0:A070:00:100:Always winning hand themj:0:A071:00:500:Always winning hand (02/14) themj:0:A072:00:500:Always winning hand (03/14) themj:0:A073:01:500:Always winning hand (04/14) themj:0:A074:01:500:Always winning hand (05/14) themj:0:A075:01:500:Always winning hand (06/14) themj:0:A076:02:500:Always winning hand (07/14) themj:0:A077:02:500:Always winning hand (08/14) themj:0:A078:02:500:Always winning hand (09/14) themj:0:A079:03:500:Always winning hand (10/14) themj:0:A07A:03:500:Always winning hand (11/14) themj:0:A07B:03:500:Always winning hand (12/14) themj:0:A07C:04:500:Always winning hand (13/14) themj:0:A07D:04:500:Always winning hand (14/14) ; [ Pit, The ] :thepit:00000000:802B:00000009:FFFFFFFF:Infinite Lives :thepit:20800000:2ACE:00000018:FFFFFFFF:Invincibility:You die when you fall into water though :thepit:20810000:2CF4:00000018:FFFFFFFF:Invincibility (2/3):1st = Rock, 2nd = Falling Object in Treasure Room :thepit:20810000:31CC:00000018:FFFFFFFF:Invincibility (3/3):Enemy ; [ Pit, The (Centuri) ] :thepitc:00000000:802B:00000009:FFFFFFFF:Infinite Lives :thepitc:20800000:2AD7:00000018:FFFFFFFF:Invincibility:You die when you fall into water though :thepitc:20810000:2CF6:00000018:FFFFFFFF:Invincibility (2/3):1st = Rock, 2nd = Falling Object in Treasure Room :thepitc:20810000:322F:00000018:FFFFFFFF:Invincibility (3/3):Enemy ; [ Togyu, The (Japan) ] thetogyu:0:F8E3:7E:000:Invincibility thetogyu:0:F903:7E:500:Invincibility (2/2) thetogyu:0:C061:06:000:Infinite Lives PL1 thetogyu:0:C062:06:000:Infinite Lives PL2 ; [ Thief ] thief:0:8293:1E:000:Infinite Credits thief:0:8275:07:000:Infinite Lives PL1 thief:0:8276:07:000:Infinite Lives PL2 ; [ Thunder Blaster (Japan) ] thndblst:0:E0144:06:000:Infinite Lives PL1 thndblst:0:E3A38:01:000:Invincibility PL1 thndblst:0:E3A41:F0:000:Max Shot Power PL1 thndblst:0:E3A3E:01:000:Always have Laser Shot PL1 thndblst:0:E3A3E:02:000:Always have Flame Shot PL1 thndblst:0:E3A3E:03:000:Always have Ball Shot PL1 thndblst:0:E3A3E:01:001:Get Laser Shot Now! PL1 thndblst:0:E3A3E:02:001:Get Flame Shot Now! PL1 thndblst:0:E3A3E:03:001:Get Ball Shot Now! PL1 :thndblst:00000000:E3A48:00000000:FFFFFFFF:Infinite Shot PL1 :thndblst:00100000:E3A4C:00000000:FFFFFFFF:Infinite Laser PL1 :thndblst:00000000:E3A50:00000000:FFFFFFFF:Infinite Ball PL1 :thndblst:00000000:E3A5B:00000000:FFFFFFFF:Infinite Flame PL1 :thndblst:00000000:E0008:00000000:00000080:Rapid Fire PL1:Turn it OFF on name entry screen. Don't use this cheat with the Flame and/or Laser cheats or the game may crash thndblst:0:E0174:06:000:Infinite Lives PL2 thndblst:0:E3AD8:01:000:Invincibility PL2 thndblst:0:E3AE1:F0:000:Max Shot Power PL2 thndblst:0:E3ADE:01:000:Always have Laser Shot PL2 thndblst:0:E3ADE:02:000:Always have Flame Shot PL2 thndblst:0:E3ADE:03:000:Always have Ball Shot PL2 thndblst:0:E3ADE:01:001:Get Laser Shot Now! PL2 thndblst:0:E3ADE:02:001:Get Flame Shot Now! PL2 thndblst:0:E3ADE:03:001:Get Ball Shot Now! PL2 :thndblst:00000000:E3AE8:00000000:FFFFFFFF:Infinite Shot PL2 :thndblst:00100000:E3AEC:00000000:FFFFFFFF:Infinite Laser PL2 :thndblst:00000000:E3AF0:00000000:FFFFFFFF:Infinite Ball PL2 :thndblst:00000000:E3AFB:00000000:FFFFFFFF:Infinite Flame PL2 :thndblst:00000000:E0009:00000000:00000080:Rapid Fire PL2:Turn it OFF on name entry screen. Don't use this cheat with the Flame and/or Laser cheats or the game may crash ; [ Thunder Cross (Set 2) ] :thnderxa:00000000:4086:000000FF:FFFFFFFF:Infinite Credits :thnderxa:00001301:40C0:00000006:FFFFFFFF:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit :thnderxa:20800000:AB80:00000060:FFFFFFFF:Invincibility :thnderxa:20810000:DB91:0000008F:FFFFFFFF:Invincibility (2/3):1st = Scenery, 2nd = Fire :thnderxa:20810000:DBC0:0000008F:FFFFFFFF:Invincibility (3/3):Enemy :thnderxa:00000000:40A0:00000064:FFFFFFFF:Infinite Lives PL1 :thnderxa:00000000:468A:00000009:FFFFFFFF:Infinite Bombs PL1 :thnderxa:00000000:4033:00000000:00000010:Rapid Fire - Main Shot PL1:Turn it OFF on name entry screen :thnderxa:62000000:0000:00000000:FFFFFFFF:Select Weapon PL1 :thnderxa:00010000:468A:00000000:00000080:Normal Shot :thnderxa:00010000:468A:00000080:00000080:Vulcan :thnderxa:00000000:40B0:00000064:FFFFFFFF:Infinite Lives PL2 :thnderxa:00000000:46AA:00000009:FFFFFFFF:Infinite Bombs PL2 :thnderxa:00000000:4035:00000000:00000010:Rapid Fire - Main Shot PL2:Turn it OFF on name entry screen :thnderxa:62000000:0000:00000000:FFFFFFFF:Select Weapon PL2 :thnderxa:00010000:46AA:00000000:00000080:Normal Shot :thnderxa:00010000:46AA:00000080:00000080:Vulcan :thnderxa:00000020:4612:000000A0:FFFFFFFF:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Thunder Cross (Set 3) ] :thnderxb:00000000:4086:000000FF:FFFFFFFF:Infinite Credits :thnderxb:00001301:40C0:00000006:FFFFFFFF:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit :thnderxb:20800000:AA9A:00000060:FFFFFFFF:Invincibility :thnderxb:20810000:DD7F:0000008F:FFFFFFFF:Invincibility (2/3):1st = Scenery, 2nd = Fire :thnderxb:20810000:DDAE:0000008F:FFFFFFFF:Invincibility (3/3):Enemy :thnderxb:00000000:40A0:00000064:FFFFFFFF:Infinite Lives PL1 :thnderxb:00000100:49B6:00000005:FFFFFFFF:Select Speed PL1 :thnderxb:00000000:49B8:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :thnderxb:00000000:499A:00000001:FFFFFFFF:Rapid Fire - Main Shot PL1 :thnderxb:62000000:0000:00000000:00000000:Select Weapon PL1 :thnderxb:00010000:49B7:00000000:FFFFFFFF:Normal Shot :thnderxb:00010000:49B7:00000001:FFFFFFFF:Vulcan :thnderxb:00010000:49B7:00000002:FFFFFFFF:Boomerang :thnderxb:00010000:49B7:00000003:FFFFFFFF:Tail Laser :thnderxb:62000000:0000:00000000:00000000:Select Extra Weapon PL1:Enabled after get a optional unit :thnderxb:00110000:49B9:00000000:FFFFFFFF:No Extra Weapon :thnderxb:00110000:49B9:00000114:FFFFFFFF:Laser :thnderxb:00110000:49B9:00000214:FFFFFFFF:Flame :thnderxb:00110000:49B9:00000314:FFFFFFFF:Napalm :thnderxb:00000000:40B0:00000064:FFFFFFFF:Infinite Lives PL2 :thnderxb:00000100:4A36:00000005:FFFFFFFF:Select Speed PL2 :thnderxb:00000000:4A38:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :thnderxb:00000000:4A1A:00000001:FFFFFFFF:Rapid Fire - Main Shot PL2 :thnderxb:62000000:0000:00000000:00000000:Select Weapon PL2 :thnderxb:00010000:4A37:00000000:FFFFFFFF:Normal Shot :thnderxb:00010000:4A37:00000001:FFFFFFFF:Vulcan :thnderxb:00010000:4A37:00000002:FFFFFFFF:Boomerang :thnderxb:00010000:4A37:00000003:FFFFFFFF:Tail Laser :thnderxb:62000000:0000:00000000:00000000:Select Extra Weapon PL2:Enabled after get a optional unit :thnderxb:00110000:4A39:00000000:FFFFFFFF:No Extra Weapon :thnderxb:00110000:4A39:00000114:FFFFFFFF:Laser :thnderxb:00110000:4A39:00000214:FFFFFFFF:Flame :thnderxb:00110000:4A39:00000314:FFFFFFFF:Napalm :thnderxb:00000020:4612:000000A0:FFFFFFFF:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Thunder Cross (Japan) ] :thnderxj:00000000:4086:000000FF:FFFFFFFF:Infinite Credits :thnderxj:00001301:40C0:00000006:FFFFFFFF:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit :thnderxj:20800000:AA9A:00000060:FFFFFFFF:Invincibility :thnderxj:20810000:DD7F:0000008F:FFFFFFFF:Invincibility (2/3):1st = Scenery, 2nd = Fire :thnderxj:20810000:DDAE:0000008F:FFFFFFFF:Invincibility (3/3):Enemy :thnderxj:00000000:40A0:00000064:FFFFFFFF:Infinite Lives PL1 :thnderxj:00000100:49B6:00000005:FFFFFFFF:Select Speed PL1 :thnderxj:00000000:49B8:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :thnderxj:00000000:499A:00000001:FFFFFFFF:Rapid Fire - Main Shot PL1 :thnderxj:62000000:0000:00000000:00000000:Select Weapon PL1 :thnderxj:00010000:49B7:00000000:FFFFFFFF:Normal Shot :thnderxj:00010000:49B7:00000001:FFFFFFFF:Vulcan :thnderxj:00010000:49B7:00000002:FFFFFFFF:Boomerang :thnderxj:00010000:49B7:00000003:FFFFFFFF:Tail Laser :thnderxj:62000000:0000:00000000:00000000:Select Extra Weapon PL1:Enabled after get a optional unit :thnderxj:00110000:49B9:00000000:FFFFFFFF:No Extra Weapon :thnderxj:00110000:49B9:00000114:FFFFFFFF:Laser :thnderxj:00110000:49B9:00000214:FFFFFFFF:Flame :thnderxj:00110000:49B9:00000314:FFFFFFFF:Napalm :thnderxj:00000000:40B0:00000064:FFFFFFFF:Infinite Lives PL2 :thnderxj:00000100:4A36:00000005:FFFFFFFF:Select Speed PL2 :thnderxj:00000000:4A38:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :thnderxj:00000000:4A1A:00000001:FFFFFFFF:Rapid Fire - Main Shot PL2 :thnderxj:62000000:0000:00000000:00000000:Select Weapon PL2 :thnderxj:00010000:4A37:00000000:FFFFFFFF:Normal Shot :thnderxj:00010000:4A37:00000001:FFFFFFFF:Vulcan :thnderxj:00010000:4A37:00000002:FFFFFFFF:Boomerang :thnderxj:00010000:4A37:00000003:FFFFFFFF:Tail Laser :thnderxj:62000000:0000:00000000:00000000:Select Extra Weapon PL2:Enabled after get a optional unit :thnderxj:00110000:4A39:00000000:FFFFFFFF:No Extra Weapon :thnderxj:00110000:4A39:00000114:FFFFFFFF:Laser :thnderxj:00110000:4A39:00000214:FFFFFFFF:Flame :thnderxj:00110000:4A39:00000314:FFFFFFFF:Napalm :thnderxj:00000020:4612:000000A0:FFFFFFFF:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Thunder Fox (Japan) ] thndfoxj:0:303B6D:09:000:Infinite Credits thndfoxj:0:301223:E7:000:Infinite Time:Turn this OFF at the end of each level thndfoxj:0:301222:03:500:Infinite Time (2/2) thndfoxj:0:303C72:07:000:Infinite Lives PL1 thndfoxj:0:303C73:0C:000:Infinite Energy PL1 thndfoxj:0:30002D:03:000:Invincibility PL1 thndfoxj:0:303C6F:63:000:Infinite Ammo PL1 thndfoxj:0:300037:00:000:Always have No Vehicle PL1 thndfoxj:0:300037:0D:000:Always have a Gyro-Copter PL1 thndfoxj:0:300037:0A:000:Always have a Jet-Ski PL1 thndfoxj:0:300037:00:001:Lose any Vehicle Now! PL1 thndfoxj:0:300037:0D:001:Get a Gyro-Copter Now! PL1 thndfoxj:0:300037:0A:001:Get a Jet-Ski Now! PL1 thndfoxj:0:000000:00:999:[ You will need to die to make these weapon ] thndfoxj:0:000000:00:999:[ cheats effective. Or just enable it prior to ] thndfoxj:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ] thndfoxj:0:303C6E:00:000:Start with NO weapon PL1 thndfoxj:0:303C6E:04:000:Start with Bayonet PL1 thndfoxj:0:303C6E:06:000:Start with Revolver PL1 thndfoxj:0:303C6E:05:000:Start with Machine Gun PL1 thndfoxj:0:303C6E:02:000:Start with Flamethrower PL1 thndfoxj:0:303C6E:03:000:Start with Grenades PL1 thndfoxj:0:303C6E:01:000:Start with Rocket Launcher PL1 thndfoxj:0:303C84:07:000:Infinite Lives PL2 thndfoxj:0:303C85:0C:000:Infinite Energy PL2 thndfoxj:0:30006D:03:000:Invincibility PL2 thndfoxj:0:303C81:63:000:Infinite Ammo PL2 thndfoxj:0:300077:00:000:Always have No Vehicle PL2 thndfoxj:0:300077:0D:000:Always have a Gyro-Copter PL2 thndfoxj:0:300077:0A:000:Always have a Jet-Ski PL2 thndfoxj:0:300077:00:001:Lose any Vehicle Now! PL2 thndfoxj:0:300077:0D:001:Get a Gyro-Copter Now! PL2 thndfoxj:0:300077:0A:001:Get a Jet-Ski Now! PL2 thndfoxj:0:000000:00:999:[ You will need to die to make these weapon ] thndfoxj:0:000000:00:999:[ cheats effective. Or just enable it prior to ] thndfoxj:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ] thndfoxj:0:303C80:00:000:Start with NO weapon PL2 thndfoxj:0:303C80:04:000:Start with Bayonet PL2 thndfoxj:0:303C80:06:000:Start with Revolver PL2 thndfoxj:0:303C80:05:000:Start with Machine Gun PL2 thndfoxj:0:303C80:02:000:Start with Flamethrower PL2 thndfoxj:0:303C80:03:000:Start with Grenades PL2 thndfoxj:0:303C80:01:000:Start with Rocket Launcher PL2 ; [ Thunder Fox (US) ] thndfoxu:0:303B6D:09:000:Infinite Credits thndfoxu:0:301223:E7:000:Infinite Time:Turn this OFF at the end of each level thndfoxu:0:301222:03:500:Infinite Time (2/2) thndfoxu:0:303C72:07:000:Infinite Lives PL1 thndfoxu:0:303C73:0C:000:Infinite Energy PL1 thndfoxu:0:30002D:03:000:Invincibility PL1 thndfoxu:0:303C6F:63:000:Infinite Ammo PL1 thndfoxu:0:300037:00:000:Always have No Vehicle PL1 thndfoxu:0:300037:0D:000:Always have a Gyro-Copter PL1 thndfoxu:0:300037:0A:000:Always have a Jet-Ski PL1 thndfoxu:0:300037:00:001:Lose any Vehicle Now! PL1 thndfoxu:0:300037:0D:001:Get a Gyro-Copter Now! PL1 thndfoxu:0:300037:0A:001:Get a Jet-Ski Now! PL1 thndfoxu:0:000000:00:999:[ You will need to die to make these weapon ] thndfoxu:0:000000:00:999:[ cheats effective. Or just enable it prior to ] thndfoxu:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ] thndfoxu:0:303C6E:00:000:Start with NO weapon PL1 thndfoxu:0:303C6E:04:000:Start with Bayonet PL1 thndfoxu:0:303C6E:06:000:Start with Revolver PL1 thndfoxu:0:303C6E:05:000:Start with Machine Gun PL1 thndfoxu:0:303C6E:02:000:Start with Flamethrower PL1 thndfoxu:0:303C6E:03:000:Start with Grenades PL1 thndfoxu:0:303C6E:01:000:Start with Rocket Launcher PL1 thndfoxu:0:303C84:07:000:Infinite Lives PL2 thndfoxu:0:303C85:0C:000:Infinite Energy PL2 thndfoxu:0:30006D:03:000:Invincibility PL2 thndfoxu:0:303C81:63:000:Infinite Ammo PL2 thndfoxu:0:300077:00:000:Always have No Vehicle PL2 thndfoxu:0:300077:0D:000:Always have a Gyro-Copter PL2 thndfoxu:0:300077:0A:000:Always have a Jet-Ski PL2 thndfoxu:0:300077:00:001:Lose any Vehicle Now! PL2 thndfoxu:0:300077:0D:001:Get a Gyro-Copter Now! PL2 thndfoxu:0:300077:0A:001:Get a Jet-Ski Now! PL2 thndfoxu:0:000000:00:999:[ You will need to die to make these weapon ] thndfoxu:0:000000:00:999:[ cheats effective. Or just enable it prior to ] thndfoxu:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ] thndfoxu:0:303C80:00:000:Start with NO weapon PL2 thndfoxu:0:303C80:04:000:Start with Bayonet PL2 thndfoxu:0:303C80:06:000:Start with Revolver PL2 thndfoxu:0:303C80:05:000:Start with Machine Gun PL2 thndfoxu:0:303C80:02:000:Start with Flamethrower PL2 thndfoxu:0:303C80:03:000:Start with Grenades PL2 thndfoxu:0:303C80:01:000:Start with Rocket Launcher PL2 ; [ Thunder Blade (Japan) ] thndrbdj:0:FF80F0:09:000:Infinite Credits :thndrbdj:00000301:29C081:00000003:FFFFFFFF:Select Starting Stage:Set on displayed "STAGE x" screen :thndrbdj:00000501:29C083:00000003:FFFFFFFF:Select Starting Stage (Only Display):Set on displayed "STAGE x" screen thndrbdj:0:29C0A5:02:000:Infinite Training Time:Just turn the cheat OFF when you've had enough training (To turn training ON and OFF see the DIP SWITCH menu) thndrbdj:0:29C09B:07:000:Infinite Lives :thndrbdj:00000000:29E100:00000008:00000008:Invincibility :thndrbdj:00010020:29E178:0000000F:FFFFFFFF:Invincibility (2/2) :thndrbdj:00100000:29C0A8:00000999:FFFFFFFF:Always Maximum Hits :thndrbdj:00000000:282120:0000000B:FFFFFFFF:Always Fastest Speed :thndrbdj:00000000:282120:0000002B:FFFFFFFF:Always Turbo Speed :thndrbdj:00000000:282161:00000000:FFFFFFFF:Rapid Fire - Cannon ; [ Thunder Blade (FD1094 317-0056) ] thndrbld:0:FF80F0:09:000:Infinite Credits :thndrbld:00000301:29C081:00000003:FFFFFFFF:Select Starting Stage:Set on displayed "STAGE x" screen :thndrbld:00000501:29C083:00000003:FFFFFFFF:Select Starting Stage (Only Display):Set on displayed "STAGE x" screen thndrbld:0:29C0A5:02:000:Infinite Training Time:Just turn the cheat OFF when you've had enough training (To turn training ON and OFF see the DIP SWITCH menu) thndrbld:0:29C09B:07:000:Infinite Lives :thndrbld:00000000:29E100:00000008:00000008:Invincibility :thndrbld:00010020:29E178:0000000F:FFFFFFFF:Invincibility (2/2) :thndrbld:00100000:29C0A8:00000999:FFFFFFFF:Always Maximum Hits :thndrbld:00000000:282120:0000000B:FFFFFFFF:Always Fastest Speed :thndrbld:00000000:282120:0000002B:FFFFFFFF:Always Turbo Speed :thndrbld:00000000:282161:00000000:FFFFFFFF:Rapid Fire - Cannon ; [ Thunder Cross II (Japan) ] thndrx2:0:10000B:64:000:Infinite Lives PL1 thndrx2:0:10000A:01:000:Invincibility PL1 thndrx2:0:10008B:64:000:Infinite Lives PL2 thndrx2:0:10008A:01:000:Invincibility PL2 ; [ Thunder Cross II (Asia) ] thndrx2a:0:10000B:64:000:Infinite Lives PL1 thndrx2a:0:10000A:01:000:Invincibility PL1 thndrx2a:0:10008B:64:000:Infinite Lives PL2 thndrx2a:0:10008A:01:000:Invincibility PL2 ; [ Thunder Zone (World) ] thndzone:1:3F8007:0F:000:Infinite Energy PL1 thndzone:1:3F802E:09:000:Infinite Bombs PL1 thndzone:1:3F8021:C0:000:Invincibility "ON" PL1:To be used when you blink thndzone:1:3F8021:01:001:Invincibility "OFF" PL1 thndzone:1:3F8087:0F:000:Infinite Energy PL2 thndzone:1:3F80AE:09:000:Infinite Bombs PL2 thndzone:1:3F80A1:C0:000:Invincibility "ON" PL2:To be used when you blink thndzone:1:3F80A1:01:001:Invincibility "OFF" PL2 thndzone:1:3F8107:0F:000:Infinite Energy PL3 thndzone:1:3F812E:09:000:Infinite Bombs PL3 thndzone:1:3F8121:C0:000:Invincibility "ON" PL3:To be used when you blink thndzone:1:3F8121:01:001:Invincibility "OFF" PL3 thndzone:1:3F8187:0F:000:Infinite Energy PL4 thndzone:1:3F81AE:09:000:Infinite Bombs PL4 thndzone:1:3F81A1:C0:000:Invincibility "ON" PL4:To be used when you blink thndzone:1:3F81A1:01:001:Invincibility "OFF" PL4 ; [ Thunder Hoop (Ver. 1) ] :thoop:00000000:FFD31C:00000063:FFFFFFFF:Infinite Credits :thoop:00100000:FFDBB4:000003E8:FFFFFFFF:Infinite Time :thoop:00000501:FFD2E1:00000004:FFFFFFFF:Select Starting Zone PL1:Enable on the "Push 1 or 2 Players" screen :thoop:00000000:FFA50A:00000005:FFFFFFFF:Infinite Lives PL1 :thoop:00000000:FFA4C9:00000003:FFFFFFFF:Invincibility against Enemies PL1:Lava Pits/Sewage flows and the like can still kill you though :thoop:00100000:FFA4F8:00000100:FFFFFFFF:Infinite Special Weapon Time PL1 :thoop:62000000:000000:00000000:00000000:Select Special Weapon PL1 :thoop:00010000:FFA4CA:00000000:FFFFFFFF:None :thoop:00010000:FFA4CA:00000002:FFFFFFFF:Chain Shot :thoop:00010000:FFA4CA:00000003:FFFFFFFF:Firebolt Shot :thoop:00010000:FFA4CA:00000004:FFFFFFFF:Bubble Fire Shot :thoop:00010000:FFA4CA:00000005:FFFFFFFF:Molecule Shot:All Weapon names are descriptive rather than actual as the proper names are unknown :thoop:00000503:FFA58B:00000004:FFFFFFFF:Select Starting Zone PL2:Enable on the "Push 1 or 2 Players" screen :thoop:00000000:FFA58A:00000005:FFFFFFFF:Infinite Lives PL2 :thoop:00000000:FFA549:00000002:FFFFFFFF:Invincibility against Enemies PL2:Lava Pits/Sewage flows and the like can still kill you though :thoop:00100000:FFA578:00000100:FFFFFFFF:Infinite Special Weapon Time PL2 :thoop:62000000:000000:00000000:00000000:Select Special Weapon PL2 :thoop:00010000:FFA54A:00000000:FFFFFFFF:None :thoop:00010000:FFA54A:00000002:FFFFFFFF:Chain Shot :thoop:00010000:FFA54A:00000003:FFFFFFFF:Firebolt Shot :thoop:00010000:FFA54A:00000004:FFFFFFFF:Bubble Fire Shot :thoop:00010000:FFA54A:00000005:FFFFFFFF:Molecule Shot:All Weapon names are descriptive rather than actual as the proper names are unknown ; [ TH Strikes Back ] thoop2:0:0000:00:999:[ There are no cheats ]:REASON 1 thoop2:0:0000:00:999:[ for this game as it ]:REASON 1 thoop2:0:0000:00:999:[ didn't work the last ]:REASON 1 thoop2:0:0000:00:999:[ time it was tested. ]:REASON 1 thoop2:0:0000:00:999:[ If the game now works ]:REASON 1 thoop2:0:0000:00:999:[ please request cheats ]:REASON 1 thoop2:0:0000:00:999:[ for it on the cheat ]:REASON 1 thoop2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Thrill Drive ] thrilld:0:0000:00:999:[ There are no cheats ]:REASON 1 thrilld:0:0000:00:999:[ for this game as it ]:REASON 1 thrilld:0:0000:00:999:[ didn't work the last ]:REASON 1 thrilld:0:0000:00:999:[ time it was tested. ]:REASON 1 thrilld:0:0000:00:999:[ If the game now works ]:REASON 1 thrilld:0:0000:00:999:[ please request cheats ]:REASON 1 thrilld:0:0000:00:999:[ for it on the cheat ]:REASON 1 thrilld:0:0000:00:999:[ forums. ]:REASON 1 ; [ Thunder Hurricane (ver UAA) ] thunderh:0:0000:00:999:[ There are no cheats ]:REASON 1 thunderh:0:0000:00:999:[ for this game as it ]:REASON 1 thunderh:0:0000:00:999:[ didn't work the last ]:REASON 1 thunderh:0:0000:00:999:[ time it was tested. ]:REASON 1 thunderh:0:0000:00:999:[ If the game now works ]:REASON 1 thunderh:0:0000:00:999:[ please request cheats ]:REASON 1 thunderh:0:0000:00:999:[ for it on the cheat ]:REASON 1 thunderh:0:0000:00:999:[ forums. ]:REASON 1 ; [ ThunderJaws ] thunderj:0:3FFE93:32:000:Infinite Credits thunderj:0:1644AD:05:000:Infinite Lives PL1 thunderj:0:1644AE:04:000:Infinite Energy PL1 thunderj:0:1644B0:3F:000:Infinite Ammo PL1 thunderj:0:1644AE:08:000:Invincibility PL1 thunderj:0:1644AF:00:000:Always Normal Weapon PL1 thunderj:0:1644AF:01:000:Always Uzi PL1 thunderj:0:1644AF:02:000:Always Explosive Bolt PL1 thunderj:0:1644AF:03:000:Always Super Seeker PL1 thunderj:0:1644AF:04:000:Always 3-Way Weapon PL1 thunderj:0:1644AF:05:000:Always Flame Thrower PL1 thunderj:0:1644AF:00:001:Get Normal Weapon Now! PL1 thunderj:0:1644AF:01:001:Get Uzi Now! PL1 thunderj:0:1644AF:02:001:Get Explosive Bolt Now! PL1 thunderj:0:1644AF:03:001:Get Super Seeker Now! PL1 thunderj:0:1644AF:04:001:Get 3-Way Weapon Now! PL1 thunderj:0:1644AF:05:001:Get Flame Thrower Now! PL1 thunderj:0:1644ED:05:000:Infinite Lives PL2 thunderj:0:1644EE:04:000:Infinite Energy PL2 thunderj:0:1644F0:3F:000:Infinite Ammo PL2 thunderj:0:1644EE:08:000:Invincibility PL2 thunderj:0:1644EF:00:000:Always Normal Weapon PL2 thunderj:0:1644EF:01:000:Always Uzi PL2 thunderj:0:1644EF:02:000:Always Explosive Bolt PL2 thunderj:0:1644EF:03:000:Always Super Seeker PL2 thunderj:0:1644EF:04:000:Always 3-Way Weapon PL2 thunderj:0:1644EF:05:000:Always Flame Thrower PL2 thunderj:0:1644EF:00:001:Get Normal Weapon Now! PL2 thunderj:0:1644EF:01:001:Get Uzi Now! PL2 thunderj:0:1644EF:02:001:Get Explosive Bolt Now! PL2 thunderj:0:1644EF:03:001:Get Super Seeker Now! PL2 thunderj:0:1644EF:04:001:Get 3-Way Weapon Now! PL2 thunderj:0:1644EF:05:001:Get Flame Thrower Now! PL2 ; [ Thunder & Lightning ] thunderl:0:FFC21B:09:000:Infinite Credits thunderl:0:FFD4C6:04:000:Infinite Lives ; [ Thunder Cross ] :thunderx:00000000:4086:000000FF:FFFFFFFF:Infinite Credits :thunderx:00001301:40C0:00000006:FFFFFFFF:Select Starting Stage:Enable on the "Press Start" screen after you've inserted a credit :thunderx:20800000:AA99:00000060:FFFFFFFF:Invincibility :thunderx:20810000:DD84:0000008F:FFFFFFFF:Invincibility (2/3):1st = Scenery, 2nd = Fire :thunderx:20810000:DDB3:0000008F:FFFFFFFF:Invincibility (3/3):Enemy :thunderx:00000000:40A0:00000064:FFFFFFFF:Infinite Lives PL1 :thunderx:00000100:49B6:00000005:FFFFFFFF:Select Speed PL1 :thunderx:00000000:49B8:00000002:FFFFFFFF:Always Maximum Shot Power PL1 :thunderx:00000000:499A:00000001:FFFFFFFF:Rapid Fire - Main Shot PL1 :thunderx:62000000:0000:00000000:00000000:Select Weapon PL1 :thunderx:00010000:49B7:00000000:FFFFFFFF:Normal Shot :thunderx:00010000:49B7:00000001:FFFFFFFF:Vulcan :thunderx:00010000:49B7:00000002:FFFFFFFF:Boomerang :thunderx:00010000:49B7:00000003:FFFFFFFF:Tail Laser :thunderx:62000000:0000:00000000:00000000:Select Extra Weapon PL1:Enabled after get a optional unit :thunderx:00110000:49B9:00000000:FFFFFFFF:No Extra Weapon :thunderx:00110000:49B9:00000114:FFFFFFFF:Laser :thunderx:00110000:49B9:00000214:FFFFFFFF:Flame :thunderx:00110000:49B9:00000314:FFFFFFFF:Napalm :thunderx:00000000:40B0:00000064:FFFFFFFF:Infinite Lives PL2 :thunderx:00000100:4A36:00000005:FFFFFFFF:Select Speed PL2 :thunderx:00000000:4A38:00000002:FFFFFFFF:Always Maximum Shot Power PL2 :thunderx:00000000:4A1A:00000001:FFFFFFFF:Rapid Fire - Main Shot PL2 :thunderx:62000000:0000:00000000:00000000:Select Weapon PL2 :thunderx:00010000:4A37:00000000:FFFFFFFF:Normal Shot :thunderx:00010000:4A37:00000001:FFFFFFFF:Vulcan :thunderx:00010000:4A37:00000002:FFFFFFFF:Boomerang :thunderx:00010000:4A37:00000003:FFFFFFFF:Tail Laser :thunderx:62000000:0000:00000000:00000000:Select Extra Weapon PL2:Enabled after get a optional unit :thunderx:00110000:4A39:00000000:FFFFFFFF:No Extra Weapon :thunderx:00110000:4A39:00000114:FFFFFFFF:Laser :thunderx:00110000:4A39:00000214:FFFFFFFF:Flame :thunderx:00110000:4A39:00000314:FFFFFFFF:Napalm :thunderx:00000020:4612:000000A0:FFFFFFFF:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Thunder Fox (World) ] thundfox:0:303B6D:09:000:Infinite Credits thundfox:0:301223:E7:000:Infinite Time:Turn this OFF at the end of each level thundfox:0:301222:03:500:Infinite Time (2/2) thundfox:0:303C72:07:000:Infinite Lives PL1 thundfox:0:303C73:0C:000:Infinite Energy PL1 thundfox:0:30002D:03:000:Invincibility PL1 thundfox:0:303C6F:63:000:Infinite Ammo PL1 thundfox:0:300037:00:000:Always have No Vehicle PL1 thundfox:0:300037:0D:000:Always have a Gyro-Copter PL1 thundfox:0:300037:0A:000:Always have a Jet-Ski PL1 thundfox:0:300037:00:001:Lose any Vehicle Now! PL1 thundfox:0:300037:0D:001:Get a Gyro-Copter Now! PL1 thundfox:0:300037:0A:001:Get a Jet-Ski Now! PL1 thundfox:0:000000:00:999:[ You will need to die to make these weapon ] thundfox:0:000000:00:999:[ cheats effective. Or just enable it prior to ] thundfox:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ] thundfox:0:303C6E:00:000:Start with NO weapon PL1 thundfox:0:303C6E:04:000:Start with Bayonet PL1 thundfox:0:303C6E:06:000:Start with Revolver PL1 thundfox:0:303C6E:05:000:Start with Machine Gun PL1 thundfox:0:303C6E:02:000:Start with Flamethrower PL1 thundfox:0:303C6E:03:000:Start with Grenades PL1 thundfox:0:303C6E:01:000:Start with Rocket Launcher PL1 thundfox:0:303C84:07:000:Infinite Lives PL2 thundfox:0:303C85:0C:000:Infinite Energy PL2 thundfox:0:30006D:03:000:Invincibility PL2 thundfox:0:303C81:63:000:Infinite Ammo PL2 thundfox:0:300077:00:000:Always have No Vehicle PL2 thundfox:0:300077:0D:000:Always have a Gyro-Copter PL2 thundfox:0:300077:0A:000:Always have a Jet-Ski PL2 thundfox:0:300077:00:001:Lose any Vehicle Now! PL2 thundfox:0:300077:0D:001:Get a Gyro-Copter Now! PL2 thundfox:0:300077:0A:001:Get a Jet-Ski Now! PL2 thundfox:0:000000:00:999:[ You will need to die to make these weapon ] thundfox:0:000000:00:999:[ cheats effective. Or just enable it prior to ] thundfox:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ] thundfox:0:303C80:00:000:Start with NO weapon PL2 thundfox:0:303C80:04:000:Start with Bayonet PL2 thundfox:0:303C80:06:000:Start with Revolver PL2 thundfox:0:303C80:05:000:Start with Machine Gun PL2 thundfox:0:303C80:02:000:Start with Flamethrower PL2 thundfox:0:303C80:03:000:Start with Grenades PL2 thundfox:0:303C80:01:000:Start with Rocket Launcher PL2 ; [ Treasure Hunt (JUET 970901 V2.00E) ] thunt:0:0000:00:999:[ There are no cheats ]:REASON 1 thunt:0:0000:00:999:[ for this game as it ]:REASON 1 thunt:0:0000:00:999:[ didn't work the last ]:REASON 1 thunt:0:0000:00:999:[ time it was tested. ]:REASON 1 thunt:0:0000:00:999:[ If the game now works ]:REASON 1 thunt:0:0000:00:999:[ please request cheats ]:REASON 1 thunt:0:0000:00:999:[ for it on the cheat ]:REASON 1 thunt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tickee Tickats ] tickee:0:00068081:39:000:Infinite Time ; [ Tic Tac Trivia ] tictac:0:0000:00:999:[ This game hasn't even ]:REASON 11 tictac:0:0000:00:999:[ been looked at due to ]:REASON 11 tictac:0:0000:00:999:[ time constraints - Too]:REASON 11 tictac:0:0000:00:999:[ many games and so ]:REASON 11 tictac:0:0000:00:999:[ little time. It is ]:REASON 11 tictac:0:0000:00:999:[ even possible that ]:REASON 11 tictac:0:0000:00:999:[ this game may be a ]:REASON 11 tictac:0:0000:00:999:[ clone of an existing ]:REASON 11 tictac:0:0000:00:999:[ game which may have ]:REASON 11 tictac:0:0000:00:999:[ cheats. Please search ]:REASON 11 tictac:0:0000:00:999:[ the cheat forums ]:REASON 11 tictac:0:0000:00:999:[ before posting cheat ]:REASON 11 tictac:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tiger Heli (US) ] tigerh:0:C22A:05:000:Infinite Lives tigerh:0:C221:02:000:Infinite Bombs :tigerh:20800000:18F3:00000086:FFFFFFFF:Invincibility - Heli :tigerh:20800000:187E:00000086:FFFFFFFF:Invincibility - Left Bomb :tigerh:20800000:18A8:00000086:FFFFFFFF:Invincibility - Right Bomb :tigerh:20800000:18FC:00000018:FFFFFFFF:Invincibility - Left Heli :tigerh:20800000:1912:000000C9:FFFFFFFF:Invincibility - Right Heli :tigerh:00000000:C263:00000018:FFFFFFFF:Rapid Fire ; [ Tiger Heli (Japan set 1) ] tigerh2:0:C22A:05:000:Infinite Lives tigerh2:0:C221:02:000:Infinite Bombs :tigerh2:20800000:18F3:00000086:FFFFFFFF:Invincibility - Heli :tigerh2:20800000:187E:00000086:FFFFFFFF:Invincibility - Left Bomb :tigerh2:20800000:18A8:00000086:FFFFFFFF:Invincibility - Right Bomb :tigerh2:20800000:18FC:00000018:FFFFFFFF:Invincibility - Left Heli :tigerh2:20800000:1912:000000C9:FFFFFFFF:Invincibility - Right Heli :tigerh2:00000000:C263:00000018:FFFFFFFF:Rapid Fire ; [ Tiger Heli (bootleg set 1) ] tigerhb1:0:C22A:05:000:Infinite Lives tigerhb1:0:C221:02:000:Infinite Bombs :tigerhb1:20800000:18F3:00000086:FFFFFFFF:Invincibility - Heli :tigerhb1:20800000:187E:00000086:FFFFFFFF:Invincibility - Left Bomb :tigerhb1:20800000:18A8:00000086:FFFFFFFF:Invincibility - Right Bomb :tigerhb1:20800000:18FC:00000018:FFFFFFFF:Invincibility - Left Heli :tigerhb1:20800000:1912:000000C9:FFFFFFFF:Invincibility - Right Heli :tigerhb1:00000000:C263:00000018:FFFFFFFF:Rapid Fire ; [ Tiger Heli (bootleg set 2) ] tigerhb2:0:C22A:05:000:Infinite Lives tigerhb2:0:C221:02:000:Infinite Bombs :tigerhb2:20800000:18F3:00000086:FFFFFFFF:Invincibility - Heli :tigerhb2:20800000:187E:00000086:FFFFFFFF:Invincibility - Left Bomb :tigerhb2:20800000:18A8:00000086:FFFFFFFF:Invincibility - Right Bomb :tigerhb2:20800000:18FC:00000018:FFFFFFFF:Invincibility - Left Heli :tigerhb2:20800000:1912:000000C9:FFFFFFFF:Invincibility - Right Heli :tigerhb2:00000000:C263:00000018:FFFFFFFF:Rapid Fire ; [ Tiger Heli (Japan set 2) ] tigerhj:0:C22A:05:000:Infinite Lives tigerhj:0:C221:02:000:Infinite Bombs :tigerhj:20800000:18F3:00000086:FFFFFFFF:Invincibility - Heli :tigerhj:20800000:187E:00000086:FFFFFFFF:Invincibility - Left Bomb :tigerhj:20800000:18A8:00000086:FFFFFFFF:Invincibility - Right Bomb :tigerhj:20800000:18FC:00000018:FFFFFFFF:Invincibility - Left Heli :tigerhj:20800000:1912:000000C9:FFFFFFFF:Invincibility - Right Heli :tigerhj:00000000:C263:00000018:FFFFFFFF:Rapid Fire ; [ Tiger Road (US) ] tigeroad:0:FFC09D:5A:000:Infinite Time tigeroad:0:FFC096:6A:000:Infinite Lives tigeroad:0:FFC660:40:000:Infinite Energy:Don't enable when under attack tigeroad:0:FFC0D0:00:001:Kill this Boss Now! tigeroad:0:FFC61F:06:001:Change to Flying Mode Now! ; [ Tiger Road (US bootleg) ] tigerodb:0:FFC09D:5A:000:Infinite Time tigerodb:0:FFC096:6A:000:Infinite Lives tigerodb:0:FFC660:40:000:Infinite Energy:Don't enable when under attack tigerodb:0:FFC0D0:00:001:Kill this Boss Now! tigerodb:0:FFC61F:06:001:Change to Flying Mode Now! ; [ Timber ] timber:0:E537:08:000:Infinite Lives PL1 timber:0:E53B:08:000:Infinite Lives PL2 timber:0:E49F:59:000:Always 59 seconds timber:0:E49E:59:000:Always 59 minutes timber:0:E733:00:001:Finish this Level Now! ; [ Time Crisis (Rev. TS2 Ver.B) ] :timecris:00600000:E0079D:00000000:FFFFFFFF:Infinite Play Time :timecris:00100000:E00796:0000176F:FFFFFFFF:Infinite Time :timecris:00000000:E00791:00000009:FFFFFFFF:Infinite Lives :timecris:00000000:E00793:00000006:FFFFFFFF:Infinite Ammo ; [ Time Crisis 2 ] timecrs2:0:0000:00:999:[ There are no cheats ]:REASON 1 timecrs2:0:0000:00:999:[ for this game as it ]:REASON 1 timecrs2:0:0000:00:999:[ didn't work the last ]:REASON 1 timecrs2:0:0000:00:999:[ time it was tested. ]:REASON 1 timecrs2:0:0000:00:999:[ If the game now works ]:REASON 1 timecrs2:0:0000:00:999:[ please request cheats ]:REASON 1 timecrs2:0:0000:00:999:[ for it on the cheat ]:REASON 1 timecrs2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Time Crisis (Rev. TS2 Ver.A) ] :timecrsa:00600000:E0079D:00000000:FFFFFFFF:Infinite Play Time :timecrsa:00100000:E00796:0000176F:FFFFFFFF:Infinite Time :timecrsa:00000000:E00791:00000009:FFFFFFFF:Infinite Lives :timecrsa:00000000:E00793:00000006:FFFFFFFF:Infinite Ammo ; [ Time Killers (v1.31) ] timek131:0:0034C7:0A:000:Infinite Time timek131:0:0034C6:0A:500:Infinite Time (2/2) timek131:0:0034C7:01:001:Finish this Round Now! timek131:0:0034C6:01:501:Finish this Round Now! (2/2) timek131:0:002C7B:96:000:Infinite Energy PL1 timek131:0:002C7B:00:001:Drain All Energy Now! PL1 timek131:0:002C81:01:001:Set Wins = 1 Now! PL1 timek131:0:002C81:00:001:Set Wins = 0 Now! PL1 timek131:0:002C81:00:000:Wins always = 0 PL1 timek131:0:002C99:00:000:Never be Stunned PL1 timek131:0:002C99:01:000:Always be Stunned PL1 timek131:0:002C99:01:001:Be Stunned Now! PL1 timek131:0:002DCF:96:000:Infinite Energy PL2 timek131:0:002DCF:00:001:Drain All Energy Now! PL2 timek131:0:002DD5:01:001:Set Wins = 1 Now! PL2 timek131:0:002DD5:00:001:Set Wins = 0 Now! PL2 timek131:0:002DD5:00:000:Wins always = 0 PL2 timek131:0:002DED:00:000:Never be Stunned PL2 timek131:0:002DED:01:000:Always be Stunned PL2 timek131:0:002DED:01:001:Be Stunned Now! PL2 ; [ Time Killers (v1.32) ] timekill:0:0034C7:0A:000:Infinite Time timekill:0:0034C6:0A:500:Infinite Time (2/2) timekill:0:0034C7:01:001:Finish this Round Now! timekill:0:0034C6:01:501:Finish this Round Now! (2/2) timekill:0:002C7B:96:000:Infinite Energy PL1 timekill:0:002C7B:00:001:Drain All Energy Now! PL1 timekill:0:002C99:00:000:Never be Stunned PL1 timekill:0:002C99:01:000:Always be Stunned PL1 timekill:0:002C99:01:001:Be Stunned Now! PL1 timekill:0:002C81:01:001:Set Wins = 1 Now! PL1 timekill:0:002C81:00:001:Set Wins = 0 Now! PL1 timekill:0:002C81:00:000:Wins always = 0 PL1 timekill:0:002DCF:96:000:Infinite Energy PL2 timekill:0:002DCF:00:001:Drain All Energy Now! PL2 timekill:0:002DD5:01:001:Set Wins = 1 Now! PL2 timekill:0:002DD5:00:001:Set Wins = 0 Now! PL2 timekill:0:002DD5:00:000:Wins always = 0 PL2 timekill:0:002DED:00:000:Never be Stunned PL2 timekill:0:002DED:01:000:Always be Stunned PL2 timekill:0:002DED:01:001:Be Stunned Now! PL2 ; [ Time Limit ] timelimt:0:8083:09:000:Infinite Credits timelimt:0:8103:99:000:Infinite Time timelimt:0:0000:00:999:[ See the Dip Switch Menu to ] timelimt:0:0000:00:999:[ enable Invincibility. ] timelimt:0:8100:0A:000:Infinite Lives PL1 timelimt:0:8300:0A:000:Infinite Lives PL2 ; [ Time Pilot ] timeplt:0:A800:FF:000:Invincibility timeplt:0:AD02:00:001:Put Stage Guardian On Now timeplt:0:AD02:00:000:Stage Guardian right away timeplt:0:AD10:07:000:Infinite Lives PL1 timeplt:0:AD20:07:000:Infinite Lives PL2 ; [ Time Pilot (Atari) ] timeplta:0:A800:FF:000:Invincibility timeplta:0:AD02:00:001:Put Stage Guardian On Now timeplta:0:AD02:00:000:Stage Guardian right away timeplta:0:AD10:07:000:Infinite Lives PL1 timeplta:0:AD20:07:000:Infinite Lives PL2 ; [ Time Pilot (Centuri) ] timepltc:0:A800:FF:000:Invincibility timepltc:0:AD02:00:001:Put Stage Guardian On Now timepltc:0:AD02:00:000:Stage Guardian right away timepltc:0:AD10:07:000:Infinite Lives PL1 timepltc:0:AD20:07:000:Infinite Lives PL2 ; [ Time Scanner (set 1, System 16A, FD1089B 317-0024) ] timesca1:0:FFC203:03:000:Infinite Lives timesca1:0:FFC204:01:500:Infinite Lives (2/2) ; [ Time Scanner (set 2, System 16B) ] timescan:0:FFC203:03:000:Infinite Lives timescan:0:FFC204:01:500:Infinite Lives (2/2) ; [ Time Soldiers (US Rev 1) ] timesol1:0:040005:99:000:Infinite Credits timesol1:0:000000:00:999:[See the Dip Switch Menu to ] timesol1:0:000000:00:999:[enable an alternate ] timesol1:0:000000:00:999:[Invincibility cheat. ] timesol1:0:04041F:99:000:Infinite Lives PL1 timesol1:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first timesol1:0:040163:64:000:Infinite Bombs PL1 timesol1:0:040419:02:000:Invincibility PL1 :timesol1:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1 :timesol1:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1 timesol1:0:04043F:99:000:Infinite Lives PL2 timesol1:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first timesol1:0:040165:64:000:Infinite Bombs PL2 timesol1:0:040439:02:000:Invincibility PL2 :timesol1:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2 :timesol1:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2 ; [ Time Soldiers (US Rev 3) ] timesold:0:040005:99:000:Infinite Credits timesold:0:000000:00:999:[See the Dip Switch Menu to ] timesold:0:000000:00:999:[enable an alternate ] timesold:0:000000:00:999:[Invincibility cheat. ] timesold:0:04041F:99:000:Infinite Lives PL1 timesold:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first timesold:0:040163:64:000:Infinite Bombs PL1 timesold:0:040419:02:000:Invincibility PL1 :timesold:00000000:040100:00000000:FFFFFFFF:Rapid Fire - Shot PL1 :timesold:00000000:040102:00000000:FFFFFFFF:Rapid Fire - E.W. PL1 timesold:0:04043F:99:000:Infinite Lives PL2 timesold:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first timesold:0:040165:64:000:Infinite Bombs PL2 timesold:0:040439:02:000:Invincibility PL2 :timesold:00000000:040101:00000000:FFFFFFFF:Rapid Fire - Shot PL2 :timesold:00000000:040103:00000000:FFFFFFFF:Rapid Fire - E.W. PL2 ; [ Time Tunnel ] timetunl:0:8002:03:000:Infinite Lives timetunl:0:0000:00:999:[See the Dip Switch Menu to ] timetunl:0:0000:00:999:[enable Invincibility. ] ; [ Tinkle Pit (Japan) ] tinklpit:0:0060EF:07:000:Infinite Lives PL1 tinklpit:0:0061A5:02:000:Invincibility PL1 tinklpit:0:005927:00:001:Finish this Round Now!:There will be a slight delay before this cheat works tinklpit:0:00592B:00:501:Finish this Round Now! (2/2) ; [ Tin Star, The ] tinstar:0:0000:00:999:[See the Dip Switch Menu to ] tinstar:0:0000:00:999:[enable Invincibility. ] tinstar:0:8375:05:000:Infinite Lives PL1 tinstar:0:8378:01:000:Always 1 to complete levelPL1 tinstar:0:8378:01:001:1 to complete level Now! PL1 tinstar:0:8376:05:000:Infinite Lives PL2 tinstar:0:8379:01:000:Always 1 to complete levelPL2 tinstar:0:8379:01:001:1 to complete level Now! PL2 ; [ Invaders, The ] tinv2650:0:1D09:91:000:Infinite Credits tinv2650:0:1D0A:04:000:Infinite Lives PL1 tinv2650:0:1D0B:04:000:Infinite Lives PL2 ; [ Tip Top ] tiptop:0:8012:90:000:Infinite Credits tiptop:0:8220:06:000:Infinite Lives tiptop:0:8304:99:000:Infinite Bonus tiptop:0:840D:00:000:No sprite/sprite collision tiptop:0:0000:00:999:[Use 'Walk on water' with ] tiptop:0:0000:00:999:[caution. To complete the ] tiptop:0:0000:00:999:[level you must press F6. ] tiptop:0:8417:00:000:Walk on water (see note) ; [ Title Fight (World) ] :titlef:60000000:00000000:00000000:00000000: :titlef:60000000:00000000:00000000:00000000:These Cheats are for Left Screen VS CPU :titlef:60000000:00000000:00000000:00000000: :titlef:00100000:0020D495:000002BE:FFFFFFFF:Infinite Time :titlef:00000000:0020D60E:00000040:FFFFFFFF:Infinite Energy YOU :titlef:00000001:0020D70E:00000000:FFFFFFFF:Drain All Energy Now! OPP :titlef:60000000:00000000:00000000:00000000: :titlef:60000000:00000000:00000000:00000000:These Cheats are for Right Screen VS CPU :titlef:60000000:00000000:00000000:00000000: :titlef:00100000:0021D495:000002BE:FFFFFFFF:Infinite Time :titlef:00000000:0021D60E:00000040:FFFFFFFF:Infinite Energy YOU :titlef:00000001:0021D70E:00000000:FFFFFFFF:Drain All Energy Now! OPP :titlef:60000000:00000000:00000000:00000000: :titlef:60000000:00000000:00000000:00000000:These Cheats are for Left Screen VS Right Screen :titlef:60000000:00000000:00000000:00000000: :titlef:00100000:0020D495:000002BE:FFFFFFFF:Infinite Time :titlef:00000000:0020D60E:00000040:FFFFFFFF:Infinite Energy LEFT SCREEN :titlef:00000001:0020D60E:00000000:FFFFFFFF:Drain All Energy Now! LEFT SCREEN :titlef:00000000:0020D70E:00000040:FFFFFFFF:Infinite Energy RIGHT SCREEN :titlef:00000001:0020D70E:00000000:FFFFFFFF:Drain All Energy Now! RIGHT SCREEN ; [ Title Fight (US) ] :titlefu:60000000:00000000:00000000:00000000: :titlefu:60000000:00000000:00000000:00000000:These Cheats are for Left Screen VS CPU :titlefu:60000000:00000000:00000000:00000000: :titlefu:00100000:0020D495:000002BE:FFFFFFFF:Infinite Time :titlefu:00000000:0020D60E:00000040:FFFFFFFF:Infinite Energy YOU :titlefu:00000001:0020D70E:00000000:FFFFFFFF:Drain All Energy Now! OPP :titlefu:60000000:00000000:00000000:00000000: :titlefu:60000000:00000000:00000000:00000000:These Cheats are for Right Screen VS CPU :titlefu:60000000:00000000:00000000:00000000: :titlefu:00100000:0021D495:000002BE:FFFFFFFF:Infinite Time :titlefu:00000000:0021D60E:00000040:FFFFFFFF:Infinite Energy YOU :titlefu:00000001:0021D70E:00000000:FFFFFFFF:Drain All Energy Now! OPP :titlefu:60000000:00000000:00000000:00000000: :titlefu:60000000:00000000:00000000:00000000:These Cheats are for Left Screen VS Right Screen :titlefu:60000000:00000000:00000000:00000000: :titlefu:00100000:0020D495:000002BE:FFFFFFFF:Infinite Time :titlefu:00000000:0020D60E:00000040:FFFFFFFF:Infinite Energy LEFT SCREEN :titlefu:00000001:0020D60E:00000000:FFFFFFFF:Drain All Energy Now! LEFT SCREEN :titlefu:00000000:0020D70E:00000040:FFFFFFFF:Infinite Energy RIGHT SCREEN :titlefu:00000001:0020D70E:00000000:FFFFFFFF:Drain All Energy Now! RIGHT SCREEN ; [ Touki Denshou -Angel Eyes- ] tkdensho:0:0000:00:999:[ There are no cheats ]:REASON 1 tkdensho:0:0000:00:999:[ for this game as it ]:REASON 1 tkdensho:0:0000:00:999:[ didn't work the last ]:REASON 1 tkdensho:0:0000:00:999:[ time it was tested. ]:REASON 1 tkdensho:0:0000:00:999:[ If the game now works ]:REASON 1 tkdensho:0:0000:00:999:[ please request cheats ]:REASON 1 tkdensho:0:0000:00:999:[ for it on the cheat ]:REASON 1 tkdensho:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tokimeki Memorial Taisen Puzzle-dama (ver JAB) ] tkmmpzdm:0:C13E1C:E7:000:Infinite Credits tkmmpzdm:0:C13E1D:03:500:Infinite Credits (2/2) tkmmpzdm:0:C02745:01:000:Secret Characters Appearance "ON" tkmmpzdm:0:C02745:00:000:Secret Characters Appearance "OFF" tkmmpzdm:0:C15C76:00:000:Never get Attacked PL1 tkmmpzdm:0:C15C77:FF:001:Attack opposite side Now! PL1 tkmmpzdm:0:C15C77:FF:000:Always send attack Blocks PL1 :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Colour (Top) PL1 :tkmmpzdm:00010000:C03EAE:00000006:FFFFFFFF:Blue :tkmmpzdm:00010000:C03EAE:00000007:FFFFFFFF:Red :tkmmpzdm:00010000:C03EAE:00000008:FFFFFFFF:Yellow :tkmmpzdm:00010000:C03EAE:00000009:FFFFFFFF:Green :tkmmpzdm:00010000:C03EAE:0000000A:FFFFFFFF:Pink :tkmmpzdm:00010000:C03EAE:0000000B:FFFFFFFF:Black :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Colour (Bottom) PL1 :tkmmpzdm:00010000:C03DAE:00000006:FFFFFFFF:Blue :tkmmpzdm:00010000:C03DAE:00000007:FFFFFFFF:Red :tkmmpzdm:00010000:C03DAE:00000008:FFFFFFFF:Yellow :tkmmpzdm:00010000:C03DAE:00000009:FFFFFFFF:Green :tkmmpzdm:00010000:C03DAE:0000000A:FFFFFFFF:Pink :tkmmpzdm:00010000:C03DAE:0000000B:FFFFFFFF:Black :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Status (Top) PL1 :tkmmpzdm:00010000:C03EAD:00000000:FFFFFFFF:Big :tkmmpzdm:00010000:C03EAD:000000FF:FFFFFFFF:Small :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Status (Bottom) PL1 :tkmmpzdm:00010000:C03DAD:00000000:FFFFFFFF:Big :tkmmpzdm:00010000:C03DAD:000000FF:FFFFFFFF:Small :tkmmpzdm:00000000:C027CE:0000001D:FFFFFFFF:Always have Max Chain PL1 :tkmmpzdm:60000000:000000:00000000:00000000:[ Set at character selection screen ] :tkmmpzdm:60000000:000000:00000000:00000000:[ Must not play on single - practice ] :tkmmpzdm:00000000:C0274C:0000000C:FFFFFFFF:Play with Yoshio Saotome :tkmmpzdm:00000000:C0274C:0000000B:FFFFFFFF:Play with Rei Ijyuuin :tkmmpzdm:00000000:C0274C:0000000D:FFFFFFFF:Play with Miharu Tatebayashi tkmmpzdm:0:C15C77:00:000:Never get Attacked PL2 tkmmpzdm:0:C15C76:FF:001:Attack opposite side Now! PL2 tkmmpzdm:0:C15C76:FF:000:Always send attack Blocks PL2 :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Colour (Top) PL2 :tkmmpzdm:00010000:C040AE:00000006:FFFFFFFF:Blue :tkmmpzdm:00010000:C040AE:00000007:FFFFFFFF:Red :tkmmpzdm:00010000:C040AE:00000008:FFFFFFFF:Yellow :tkmmpzdm:00010000:C040AE:00000009:FFFFFFFF:Green :tkmmpzdm:00010000:C040AE:0000000A:FFFFFFFF:Pink :tkmmpzdm:00010000:C040AE:0000000B:FFFFFFFF:Black :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Colour (Bottom) PL2 :tkmmpzdm:00010000:C03FAE:00000006:FFFFFFFF:Blue :tkmmpzdm:00010000:C03FAE:00000007:FFFFFFFF:Red :tkmmpzdm:00010000:C03FAE:00000008:FFFFFFFF:Yellow :tkmmpzdm:00010000:C03FAE:00000009:FFFFFFFF:Green :tkmmpzdm:00010000:C03FAE:0000000A:FFFFFFFF:Pink :tkmmpzdm:00010000:C03FAE:0000000B:FFFFFFFF:Black :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Status (Top) PL2 :tkmmpzdm:00010000:C040AD:00000000:FFFFFFFF:Big :tkmmpzdm:00010000:C040AD:000000FF:FFFFFFFF:Small :tkmmpzdm:62000000:000000:00000000:00000000:Select Next Ball Status (Bottom) PL2 :tkmmpzdm:00010000:C03FAD:00000000:FFFFFFFF:Big :tkmmpzdm:00010000:C03FAD:000000FF:FFFFFFFF:Small :tkmmpzdm:00000000:C028CE:0000001D:FFFFFFFF:Always have Max Chain PL2 :tkmmpzdm:60000000:000000:00000000:00000000:[ Set at character selection screen ] :tkmmpzdm:60000000:000000:00000000:00000000:[ Must not play on single - practice ] :tkmmpzdm:00000000:C0274E:0000000C:FFFFFFFF:Play with Yoshio Saotome :tkmmpzdm:00000000:C0274E:0000000B:FFFFFFFF:Play with Rei Ijyuuin :tkmmpzdm:00000000:C0274E:0000000D:FFFFFFFF:Play with Miharu Tatebayashi ; [ Tecmo Knight ] tknight:0:0608CC:99:000:Infinite Time tknight:0:060E1E:03:000:Infinite Lives PL1 tknight:0:060E17:03:000:Infinite Polymorphes PL1 tknight:0:060DD7:32:000:Infinite Energy PL1 tknight:0:060E11:40:000:Invincibility PL1 tknight:0:060E0A:03:000:Change to Dragon PL1:Infinite Time tknight:0:060F3F:03:501:Change to Dragon PL1 (2/5) tknight:0:060F81:06:501:Change to Dragon PL1 (3/5) tknight:0:060F82:0D:501:Change to Dragon PL1 (4/5) tknight:0:060F83:BE:501:Change to Dragon PL1 (5/5) tknight:0:060E0A:00:001:Dragon Time Over Now! PL1 tknight:0:060E9F:03:000:Infinite Lives PL2 tknight:0:060E97:03:000:Infinite Polymorphes PL2 tknight:0:060E57:32:000:Infinite Energy PL2 tknight:0:060E91:40:000:Invincibility PL2 tknight:0:060E8A:03:000:Change to Dragon PL1:Infinite Time tknight:0:06103F:03:501:Change to Dragon PL1 (2/5) tknight:0:061081:06:501:Change to Dragon PL1 (3/5) tknight:0:061082:0E:501:Change to Dragon PL1 (4/5) tknight:0:061083:3E:501:Change to Dragon PL1 (5/5) tknight:0:060E8A:00:001:Dragon Time Over PL1 ; [ Vs. TKO Boxing ] tkoboxng:0:06C9:09:000:Infinite Credits tkoboxng:0:0369:FF:000:Infinite Energy PL1 tkoboxng:0:0369:00:001:Drain All Energy Now! PL1 tkoboxng:0:0319:FF:000:Infinite Energy PL2 tkoboxng:0:0319:00:001:Drain All Energy Now! PL2 ; [ T-MEK ] tmek:0:FFAE9A:0A:000:Infinite Time tmek:0:FFAE9B:00:500:Infinite Time (2/2) tmek:0:FFB253:94:000:Infinite Shields tmek:0:FFB252:02:500:Infinite Shields (2/2) tmek:0:FFB27F:4C:000:Infinite Defense tmek:0:FFB27E:04:500:Infinite Defense (2/2) tmek:0:FFB27D:05:000:Infinite Offense ; [ T-MEK (prototype) ] tmekprot:0:FE8F8E:0A:000:Infinite Time tmekprot:0:FE8F8F:00:500:Infinite Time (2/2) ; [ Teenage Mutant Hero Turtles (UK 4 Players) ] tmht:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmht:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmht:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmht:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmht:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmht:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmht:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmht:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmht:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmht:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmht:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmht:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmht:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmht:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmht:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmht:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmht:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmht:0:060101:03:000:Infinite Lives PL1 tmht:0:062008:0A:000:Infinite Energy PL1 tmht:0:06202D:AA:000:Invincibility PL1 tmht:0:060109:03:000:Infinite Lives PL2 tmht:0:062058:0A:000:Infinite Energy PL2 tmht:0:06207D:AA:000:Invincibility PL2 tmht:0:060111:03:000:Infinite Lives PL3 tmht:0:0620A8:0A:000:Infinite Energy PL3 tmht:0:0620CD:AA:000:Invincibility PL3 tmht:0:060119:03:000:Infinite Lives PL4 tmht:0:0620F8:0A:000:Infinite Energy PL4 tmht:0:06211D:AA:000:Invincibility PL4 tmht:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Teenage Mutant Hero Turtles (UK 2 Players) ] tmht2p:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmht2p:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmht2p:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmht2p:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmht2p:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmht2p:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmht2p:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmht2p:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmht2p:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmht2p:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmht2p:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmht2p:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmht2p:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmht2p:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmht2p:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmht2p:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmht2p:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmht2p:0:060101:03:000:Infinite Lives PL1 tmht2p:0:062008:0A:000:Infinite Energy PL1 tmht2p:0:06202D:AA:000:Invincibility PL1 tmht2p:0:060109:03:000:Infinite Lives PL2 tmht2p:0:062058:0A:000:Infinite Energy PL2 tmht2p:0:06207D:AA:000:Invincibility PL2 ; [ Tokimeki Mahjong Paradise - Dear My Love ] tmmjprd:0:0000:00:999:[ There are no cheats ]:REASON 1 tmmjprd:0:0000:00:999:[ for this game as it ]:REASON 1 tmmjprd:0:0000:00:999:[ didn't work the last ]:REASON 1 tmmjprd:0:0000:00:999:[ time it was tested. ]:REASON 1 tmmjprd:0:0000:00:999:[ If the game now works ]:REASON 1 tmmjprd:0:0000:00:999:[ please request cheats ]:REASON 1 tmmjprd:0:0000:00:999:[ for it on the cheat ]:REASON 1 tmmjprd:0:0000:00:999:[ forums. ]:REASON 1 ; [ Teenage Mutant Ninja Turtles (World 4 Players) ] tmnt:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmnt:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmnt:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmnt:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmnt:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmnt:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmnt:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmnt:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmnt:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmnt:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmnt:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmnt:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmnt:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmnt:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmnt:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmnt:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmnt:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmnt:0:060101:03:000:Infinite Lives PL1 tmnt:0:062008:0A:000:Infinite Energy PL1 tmnt:0:06202D:AA:000:Invincibility PL1 tmnt:0:060109:03:000:Infinite Lives PL2 tmnt:0:062058:0A:000:Infinite Energy PL2 tmnt:0:06207D:AA:000:Invincibility PL2 tmnt:0:060111:03:000:Infinite Lives PL3 tmnt:0:0620A8:0A:000:Infinite Energy PL3 tmnt:0:0620CD:AA:000:Invincibility PL3 tmnt:0:060119:03:000:Infinite Lives PL4 tmnt:0:0620F8:0A:000:Infinite Energy PL4 tmnt:0:06211D:AA:000:Invincibility PL4 tmnt:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Teenage Mutant Ninja Turtles - Turtles in Time (4 Players ver UAA) ] :tmnt2:00003301:104120:00000008:FFFFFFFF:Select the Starting Level:Use on character select screen :tmnt2:20B00000:031770:14280006:FFFFFFFF:Invincibility:Not fully tested, seems to work fine any problems post about them on the cheat forums :tmnt2:20B10000:031774:0C020013:FFFFFFFF:Invincibility (2/6):1st = move.b ($06,A0), D2, 2nd = cmpi.b #$13, D2 (0x13 = Pizza Power) :tmnt2:20910000:031778:0000671A:FFFFFFFF:Invincibility (3/6):beq 31794 :tmnt2:20B10000:03177A:0C020014:FFFFFFFF:Invincibility (4/6):cmpi.b #$14, D2 (0x14 = Pizza) :tmnt2:20910000:03177E:00006714:FFFFFFFF:Invincibility (5/6):beq 31794 :tmnt2:20910000:031780:00006054:FFFFFFFF:Invincibility (6/6):bra 317D6 tmnt2:0:104101:9A:000:Infinite Lives PL1 tmnt2:0:104100:09:500:Infinite Lives PL1 (2/2) tmnt2:0:106008:0A:000:Infinite Energy PL1 :tmnt2:00000000:104034:00000000:00000010:Rapid Fire PL1 tmnt2:0:104109:9A:000:Infinite Lives PL2 tmnt2:0:104108:09:500:Infinite Lives PL2 (2/2) tmnt2:0:106068:0A:000:Infinite Energy PL2 :tmnt2:00000000:104035:00000000:00000010:Rapid Fire PL2 tmnt2:0:104111:9A:000:Infinite Lives PL3 tmnt2:0:104110:09:500:Infinite Lives PL3 (2/2) tmnt2:0:1060C8:0A:000:Infinite Energy PL3 :tmnt2:00000000:104036:00000000:00000010:Rapid Fire PL3 tmnt2:0:104119:9A:000:Infinite Lives PL4 tmnt2:0:104118:09:500:Infinite Lives PL4 (2/2) tmnt2:0:106128:0A:000:Infinite Energy PL4 :tmnt2:00000000:104037:00000000:00000010:Rapid Fire PL4 :tmnt2:20900000:00114E:00001150:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Teenage Mutant Ninja Turtles - Turtles in Time (2 Players ver UDA) ] :tmnt22p:00003301:104120:00000008:FFFFFFFF:Select the Starting Level:Use on character select screen :tmnt22p:20B00000:031F6E:14280006:FFFFFFFF:Invincibility:Not fully tested, seems to work fine any problems post about them on the cheat forums :tmnt22p:20B10000:031F72:0C020013:FFFFFFFF:Invincibility (2/6):1st = move.b ($06,A0), D2, 2nd = cmpi.b #$13, D2 (0x13 = Pizza Power) :tmnt22p:20910000:031F76:0000671A:FFFFFFFF:Invincibility (3/6):beq 31794 :tmnt22p:20B10000:031F78:0C020014:FFFFFFFF:Invincibility (4/6):cmpi.b #$14, D2 (0x14 = Pizza) :tmnt22p:20910000:031F7C:00006714:FFFFFFFF:Invincibility (5/6):beq 31794 :tmnt22p:20910000:031F7E:00006054:FFFFFFFF:Invincibility (6/6):bra 317D6 tmnt22p:0:104101:9A:000:Infinite Lives PL1 tmnt22p:0:104100:09:500:Infinite Lives PL1 (2/2) tmnt22p:0:106008:0A:000:Infinite Energy PL1 :tmnt22p:00000000:104034:00000000:00000010:Rapid Fire PL1 tmnt22p:0:104109:9A:000:Infinite Lives PL2 tmnt22p:0:104108:09:500:Infinite Lives PL2 (2/2) tmnt22p:0:106068:0A:000:Infinite Energy PL2 :tmnt22p:00000000:104035:00000000:00000010:Rapid Fire PL2 :tmnt22p:20900000:00114E:00001150:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Teenage Mutant Ninja Turtles - Turtles in Time (4 Players ver ADA) ] :tmnt2a:00003301:104120:00000008:FFFFFFFF:Select the Starting Level:Use on character select screen :tmnt2a:20B00000:0316B4:14280006:FFFFFFFF:Invincibility:Not fully tested, seems to work fine any problems post about them on the cheat forums :tmnt2a:20B10000:0316B8:0C020013:FFFFFFFF:Invincibility (2/6):1st = move.b ($06,A0), D2, 2nd = cmpi.b #$13, D2 (0x13 = Pizza Power) :tmnt2a:20910000:0316BC:0000671A:FFFFFFFF:Invincibility (3/6):beq 316d8 :tmnt2a:20B10000:0316BE:0C020014:FFFFFFFF:Invincibility (4/6):cmpi.b #$14, D2 (0x14 = Pizza) :tmnt2a:20910000:0316C2:00006714:FFFFFFFF:Invincibility (5/6):beq 316d8 :tmnt2a:20910000:0316C4:00006054:FFFFFFFF:Invincibility (6/6):bra 3171a tmnt2a:0:104101:9A:000:Infinite Lives PL1 tmnt2a:0:104100:09:500:Infinite Lives PL1 (2/2) tmnt2a:0:106008:0A:000:Infinite Energy PL1 :tmnt2a:00000000:104034:00000000:00000010:Rapid Fire PL1 tmnt2a:0:104109:9A:000:Infinite Lives PL2 tmnt2a:0:104108:09:500:Infinite Lives PL2 (2/2) tmnt2a:0:106068:0A:000:Infinite Energy PL2 :tmnt2a:00000000:104035:00000000:00000010:Rapid Fire PL2 tmnt2a:0:104111:9A:000:Infinite Lives PL3 tmnt2a:0:104110:09:500:Infinite Lives PL3 (2/2) tmnt2a:0:1060C8:0A:000:Infinite Energy PL3 :tmnt2a:00000000:104036:00000000:00000010:Rapid Fire PL3 tmnt2a:0:104119:9A:000:Infinite Lives PL4 tmnt2a:0:104118:09:500:Infinite Lives PL4 (2/2) tmnt2a:0:106128:0A:000:Infinite Energy PL4 :tmnt2a:00000000:104037:00000000:00000010:Rapid Fire PL4 :tmnt2a:20900000:00114E:00001150:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Teenage Mutant Ninja Turtles (Japan 2 Players) ] tmnt2pj:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmnt2pj:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmnt2pj:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmnt2pj:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmnt2pj:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmnt2pj:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmnt2pj:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmnt2pj:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmnt2pj:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmnt2pj:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmnt2pj:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmnt2pj:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmnt2pj:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmnt2pj:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmnt2pj:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmnt2pj:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmnt2pj:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmnt2pj:0:060101:03:000:Infinite Lives PL1 tmnt2pj:0:062008:0A:000:Infinite Energy PL1 tmnt2pj:0:06202D:AA:000:Invincibility PL1 tmnt2pj:0:060109:03:000:Infinite Lives PL2 tmnt2pj:0:062058:0A:000:Infinite Energy PL2 tmnt2pj:0:06207D:AA:000:Invincibility PL2 ; [ Teenage Mutant Ninja Turtles (Oceania 2 Players) ] tmnt2po:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmnt2po:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmnt2po:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmnt2po:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmnt2po:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmnt2po:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmnt2po:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmnt2po:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmnt2po:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmnt2po:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmnt2po:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmnt2po:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmnt2po:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmnt2po:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmnt2po:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmnt2po:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmnt2po:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmnt2po:0:060101:03:000:Infinite Lives PL1 tmnt2po:0:062008:0A:000:Infinite Energy PL1 tmnt2po:0:06202D:AA:000:Invincibility PL1 tmnt2po:0:060109:03:000:Infinite Lives PL2 tmnt2po:0:062058:0A:000:Infinite Energy PL2 tmnt2po:0:06207D:AA:000:Invincibility PL2 ; [ Teenage Mutant Ninja Turtles (Japan 4 Players) ] tmntj:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmntj:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmntj:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmntj:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmntj:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmntj:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmntj:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmntj:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmntj:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmntj:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmntj:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmntj:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmntj:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmntj:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmntj:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmntj:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmntj:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmntj:0:060101:03:000:Infinite Lives PL1 tmntj:0:062008:0A:000:Infinite Energy PL1 tmntj:0:06202D:AA:000:Invincibility PL1 tmntj:0:060109:03:000:Infinite Lives PL2 tmntj:0:062058:0A:000:Infinite Energy PL2 tmntj:0:06207D:AA:000:Invincibility PL2 tmntj:0:060111:03:000:Infinite Lives PL3 tmntj:0:0620A8:0A:000:Infinite Energy PL3 tmntj:0:0620CD:AA:000:Invincibility PL3 tmntj:0:060119:03:000:Infinite Lives PL4 tmntj:0:0620F8:0A:000:Infinite Energy PL4 tmntj:0:06211D:AA:000:Invincibility PL4 tmntj:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Teenage Mutant Ninja Turtles (US 4 Players, set 1) ] tmntu:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmntu:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmntu:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmntu:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmntu:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmntu:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmntu:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmntu:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmntu:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmntu:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmntu:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmntu:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmntu:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmntu:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmntu:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmntu:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmntu:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmntu:0:060101:03:000:Infinite Lives PL1 tmntu:0:062008:0A:000:Infinite Energy PL1 tmntu:0:06202D:AA:000:Invincibility PL1 tmntu:0:060109:03:000:Infinite Lives PL2 tmntu:0:062058:0A:000:Infinite Energy PL2 tmntu:0:06207D:AA:000:Invincibility PL2 tmntu:0:060111:03:000:Infinite Lives PL3 tmntu:0:0620A8:0A:000:Infinite Energy PL3 tmntu:0:0620CD:AA:000:Invincibility PL3 tmntu:0:060119:03:000:Infinite Lives PL4 tmntu:0:0620F8:0A:000:Infinite Energy PL4 tmntu:0:06211D:AA:000:Invincibility PL4 tmntu:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Teenage Mutant Ninja Turtles (US 4 Players, set 2) ] tmntua:0:0623C8:00:001:1 Hit to Kill Level 1 Boss Now! tmntua:0:0623C9:00:501:1 Hit to Kill Level 1 Boss Now! (2/2) tmntua:0:062508:00:001:1 Hit to Kill Level 2.1 Boss Now! tmntua:0:062509:00:501:1 Hit to Kill Level 2.1 Boss Now! (2/2) tmntua:0:062418:00:001:1 Hit to Kill Level 2.2 Boss Now! tmntua:0:062419:00:501:1 Hit to Kill Level 2.2 Boss Now! (2/2) tmntua:0:062698:00:001:1 Hit to Kill Level 2.3 Bebop Boss Now! tmntua:0:062699:00:501:1 Hit to Kill Level 2.3 Bebop Boss Now! (2/2) tmntua:0:0625F8:00:001:1 Hit to Kill Level 2.3 RocksteadyBossNow! tmntua:0:0625F9:00:501:1 Hit to Kill Level 2.3 RocksteadyBossNow! (2/2) tmntua:0:0623E4:01:001:1 Hit to Kill Level 4 Boss Now! tmntua:0:0624D4:01:001:1 Hit to Kill Level 5 Robot Boss Now! tmntua:0:062434:01:001:1 Hit to Kill Level 5 Krang Boss Now! tmntua:0:0623C8:00:001:1 Hit to Kill Level 5 Shredder 1 Boss Now! tmntua:0:0623C9:01:501:1 Hit to Kill Level 5 Shredder 1 Boss Now! (2/2) tmntua:0:062468:00:001:1 Hit to Kill Level 5 Shredder 2 Boss Now! tmntua:0:062469:01:501:1 Hit to Kill Level 5 Shredder 2 Boss Now! (2/2) tmntua:0:060101:03:000:Infinite Lives PL1 tmntua:0:062008:0A:000:Infinite Energy PL1 tmntua:0:06202D:AA:000:Invincibility PL1 tmntua:0:060109:03:000:Infinite Lives PL2 tmntua:0:062058:0A:000:Infinite Energy PL2 tmntua:0:06207D:AA:000:Invincibility PL2 tmntua:0:060111:03:000:Infinite Lives PL3 tmntua:0:0620A8:0A:000:Infinite Energy PL3 tmntua:0:0620CD:AA:000:Invincibility PL3 tmntua:0:060119:03:000:Infinite Lives PL4 tmntua:0:0620F8:0A:000:Infinite Energy PL4 tmntua:0:06211D:AA:000:Invincibility PL4 tmntua:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Thundercade / Twin Formation ] tndrcade:0:E00741:09:000:Infinite Lives PL1 tndrcade:0:E00743:09:000:Infinite Bombs PL1 tndrcade:0:E00751:02:000:Invincibility PL1:Sprite Flickers tndrcade:0:E007C1:09:000:Infinite Lives PL2 tndrcade:0:E007C3:09:000:Infinite Bombs PL2 tndrcade:0:E007D1:02:000:Invincibility PL2:Sprite Flickers ; [ Tokusyu Butai U.A.G. (Japan) ] tndrcadj:0:000000:00:999:[See the Dip Switch Menu to ] tndrcadj:0:000000:00:999:[enable an alternate ] tndrcadj:0:000000:00:999:[Invincibility cheat. ] tndrcadj:0:E00741:09:000:Infinite Lives PL1 tndrcadj:0:E00743:09:000:Infinite Bombs PL1 tndrcadj:0:E00751:02:000:Invincibility PL1:Sprite Flickers tndrcadj:0:E007C1:09:000:Infinite Lives PL2 tndrcadj:0:E007C3:09:000:Infinite Bombs PL2 tndrcadj:0:E007D1:02:000:Invincibility PL2:Sprite Flickers ; [ Next Space, The ] tnexspce:0:072171:9A:000:Infinite Lives PL1 tnexspce:0:072151:01:000:Invincibility "ON" PL1 tnexspce:0:072163:01:500:Invincibility "ON" PL1 (2/2) tnexspce:0:072151:00:001:Invincibility "OFF" PL1 tnexspce:0:072163:00:501:Invincibility "OFF" PL1 (2/2) tnexspce:0:0721F1:9A:000:Infinite Lives PL2 tnexspce:0:0721D1:01:000:Invincibility "ON" PL2 tnexspce:0:0721E3:01:500:Invincibility "ON" PL2 (2/2) tnexspce:0:0721D1:00:001:Invincibility "OFF" PL2 tnexspce:0:0721E3:00:501:Invincibility "OFF" PL2 (2/2) ; [ T.N.K. III (US) ] tnk3:0:FD57:08:000:Infinite Lives PL1 tnk3:0:FD45:00:000:Infinite Energy PL1 tnk3:0:FD4A:04:040:Always normal shot PL1 tnk3:0:FD4A:02:040:Always normal shot range PL1 tnk3:0:FD70:00:000:Always normal shot speed PL1 tnk3:0:FD4A:04:020:Always better shot PL1 tnk3:0:FD4A:02:020:Always far shot range PL1:Only works with better shot tnk3:0:FD70:F0:000:Always rapid shot speed PL1 tnk3:0:FD4A:04:041:Get normal shot Now! PL1 tnk3:0:FD4A:02:041:Get normal shot range Now!PL1 tnk3:0:FD70:00:001:Get normal shot speed Now!PL1 tnk3:0:FD4A:04:021:Get better shot Now! PL1 tnk3:0:FD4A:02:021:Get far shot range Now! PL1:Only works with better shot tnk3:0:FD70:F0:001:Get rapid shot speed Now! PL1 tnk3:0:FD9D:08:000:Infinite Lives PL2 tnk3:0:FD8B:00:000:Infinite Energy PL2 tnk3:0:FD90:04:040:Always normal shot PL2 tnk3:0:FD90:02:040:Always normal shot range PL2 tnk3:0:FDB6:00:000:Always normal shot speed PL2 tnk3:0:FD90:04:020:Always better shot PL2 tnk3:0:FD90:02:020:Always far shot range PL2:Only works with better shot tnk3:0:FDB6:F0:000:Always rapid shot speed PL2 tnk3:0:FD90:04:041:Get normal shot Now! PL2 tnk3:0:FD90:02:041:Get normal shot range Now!PL2 tnk3:0:FDB6:00:001:Get normal shot speed Now!PL2 tnk3:0:FD90:04:021:Get better shot Now! PL2 tnk3:0:FD90:02:021:Get far shot range Now! PL2:Only works with better shot tnk3:0:FDB6:F0:001:Get rapid shot speed Now! PL2 ; [ T.A.N.K. (Japan) ] tnk3j:0:FD57:08:000:Infinite Lives PL1 tnk3j:0:FD45:00:000:Infinite Energy PL1 tnk3j:0:FD4A:04:040:Always normal shot PL1 tnk3j:0:FD4A:02:040:Always normal shot range PL1 tnk3j:0:FD70:00:000:Always normal shot speed PL1 tnk3j:0:FD4A:04:020:Always better shot PL1 tnk3j:0:FD4A:02:020:Always far shot range PL1:Only works with better shot tnk3j:0:FD70:F0:000:Always rapid shot speed PL1 tnk3j:0:FD4A:04:041:Get normal shot Now! PL1 tnk3j:0:FD4A:02:041:Get normal shot range Now!PL1 tnk3j:0:FD70:00:001:Get normal shot speed Now!PL1 tnk3j:0:FD4A:04:021:Get better shot Now! PL1 tnk3j:0:FD4A:02:021:Get far shot range Now! PL1:Only works with better shot tnk3j:0:FD70:F0:001:Get rapid shot speed Now! PL1 tnk3j:0:FD9D:08:000:Infinite Lives PL2 tnk3j:0:FD8B:00:000:Infinite Energy PL2 tnk3j:0:FD90:04:040:Always normal shot PL2 tnk3j:0:FD90:02:040:Always normal shot range PL2 tnk3j:0:FDB6:00:000:Always normal shot speed PL2 tnk3j:0:FD90:04:020:Always better shot PL2 tnk3j:0:FD90:02:020:Always far shot range PL2:Only works with better shot tnk3j:0:FDB6:F0:000:Always rapid shot speed PL2 tnk3j:0:FD90:04:041:Get normal shot Now! PL2 tnk3j:0:FD90:02:041:Get normal shot range Now!PL2 tnk3j:0:FDB6:00:001:Get normal shot speed Now!PL2 tnk3j:0:FD90:04:021:Get better shot Now! PL2 tnk3j:0:FD90:02:021:Get far shot range Now! PL2:Only works with better shot tnk3j:0:FDB6:F0:001:Get rapid shot speed Now! PL2 ; [ NewZealand Story, The (World, newer) ] tnzs:0:E6B3:03:000:Infinite Lives tnzs:0:E6B7:3F:000:Infinite Time tnzs:0:E7D6:00:000:Infinite SCUBA Air tnzs:0:E7C1:5A:000:Invincibility tnzs:0:E7C0:FF:500:Invincibility (2/2) tnzs:0:EF28:01:000:Always have Arrows tnzs:0:EF28:02:000:Always have Bombs tnzs:0:EF28:04:000:Always have Flames tnzs:0:EF28:08:000:Always have Laser tnzs:0:EF28:01:001:Get Arrows Now! tnzs:0:EF28:02:001:Get Bombs Now! tnzs:0:EF28:04:001:Get Flames Now! tnzs:0:EF28:08:001:Get Laser Now! tnzs:0:E6B6:0C:061:Select Next Level tnzs:0:0000:00:999:[Use the Select starting ] tnzs:0:0000:00:999:[level cheat on the push 1 ] tnzs:0:0000:00:999:[or 2 player button screen! ] tnzs:0:E6B6:0C:061:Select Starting Level ; [ NewZealand Story, The (Japan) ] tnzsj:0:E6B3:03:000:Infinite Lives tnzsj:0:E6B7:3F:000:Infinite Time tnzsj:0:E7D6:00:000:Infinite SCUBA Air tnzsj:0:E7C1:5A:000:Invincibility tnzsj:0:E7C0:FF:500:Invincibility (2/2) tnzsj:0:EF28:01:000:Always have Arrows tnzsj:0:EF28:02:000:Always have Bombs tnzsj:0:EF28:04:000:Always have Flames tnzsj:0:EF28:08:000:Always have Laser tnzsj:0:EF28:01:001:Get Arrows Now! tnzsj:0:EF28:02:001:Get Bombs Now! tnzsj:0:EF28:04:001:Get Flames Now! tnzsj:0:EF28:08:001:Get Laser Now! tnzsj:0:E6B6:0C:061:Select Next Level tnzsj:0:0000:00:999:[Use the Select starting ] tnzsj:0:0000:00:999:[level cheat on the push 1 ] tnzsj:0:0000:00:999:[or 2 player button screen! ] tnzsj:0:E6B6:0C:061:Select Starting Level ; [ NewZealand Story, The (World, older) ] tnzso:0:E6BE:03:000:Infinite Lives tnzso:0:E6C2:3F:000:Infinite Time tnzso:0:E729:00:000:Infinite SCUBA Air tnzso:0:E715:3C:000:Invincibility tnzso:0:E714:FF:500:Invincibility (2/2) tnzso:0:EF28:01:000:Always have Arrows tnzso:0:EF28:02:000:Always have Bombs tnzso:0:EF28:04:000:Always have Flames tnzso:0:EF28:08:000:Always have Laser tnzso:0:EF28:01:001:Get Arrows Now! tnzso:0:EF28:02:001:Get Bombs Now! tnzso:0:EF28:04:001:Get Flames Now! tnzso:0:EF28:08:001:Get Laser Now! tnzso:0:E6C1:0C:061:Select next level tnzso:0:0000:00:999:[Use the Select starting ] tnzso:0:0000:00:999:[level cheat on the push 1 ] tnzso:0:0000:00:999:[or 2 player button screen! ] tnzso:0:E6C1:0C:061:Select starting level ; [ Tower of Druaga (New Ver.) ] todruaga:0:1703:05:000:Infinite Lives todruaga:0:101B:20:000:Infinite Time todruaga:0:15EF:30:000:Invincibility todruaga:0:1022:01:000:Always have the key todruaga:0:1022:01:001:Get the key Now! todruaga:0:1017:00:001:Kill all monsters Now! todruaga:0:1027:01:001:Make treasure appear Now! todruaga:0:1B0F:35:001:Get Treasure Now! todruaga:0:1710:01:001:Get Athena boots Now! todruaga:0:1711:01:001:Get Armour Now! todruaga:0:1712:01:001:Get Helmet Now! todruaga:0:1713:01:001:Get Sword Now! todruaga:0:1714:01:001:Get Gauntlet Now! todruaga:0:1715:01:001:Get Shield Now! todruaga:0:1716:01:001:Get Rod Now! todruaga:0:1717:01:001:Get Grey potion Now! todruaga:0:1717:02:001:Get Green potion Now! todruaga:0:1717:03:001:Get Orange potion Now! todruaga:0:1717:04:001:Get Red potion Now! todruaga:0:1718:01:001:Get Gem Now! todruaga:0:1719:01:001:Get Necklace Now! todruaga:0:171A:01:001:Get Ring Now! todruaga:0:171B:01:001:Get Book Now! todruaga:0:171C:04:001:Get Candle Now! todruaga:0:171D:01:001:Get Bell Now! todruaga:0:171E:01:001:Get Sceptre Now! todruaga:0:171F:01:001:Get pick Now! todruaga:0:1020:01:001:Finish this Floor Now! todruaga:0:1022:01:501:Finish this Floor Now! (2/2) todruaga:0:0000:00:999:[These floor skip cheats ] todruaga:0:0000:00:999:[will advance you to that ] todruaga:0:0000:00:999:[floor when you lose a life.] todruaga:0:0000:00:999:[If you use the Finish this ] todruaga:0:0000:00:999:[Floor cheat you will go to ] todruaga:0:0000:00:999:[the next floor on!! ] todruaga:0:1704:01:001:Go to floor 01 Next todruaga:0:1706:01:501:Go to floor 01 Next (2/2) todruaga:0:1704:02:001:Go to floor 02 Next todruaga:0:1706:02:501:Go to floor 02 Next (2/2) todruaga:0:1704:03:001:Go to floor 03 Next todruaga:0:1706:03:501:Go to floor 03 Next (2/2) todruaga:0:1704:04:001:Go to floor 04 Next todruaga:0:1706:04:501:Go to floor 04 Next (2/2) todruaga:0:1704:05:001:Go to floor 05 Next todruaga:0:1706:05:501:Go to floor 05 Next (2/2) todruaga:0:1704:06:001:Go to floor 06 Next todruaga:0:1706:06:501:Go to floor 06 Next (2/2) todruaga:0:1704:07:001:Go to floor 07 Next todruaga:0:1706:07:501:Go to floor 07 Next (2/2) todruaga:0:1704:08:001:Go to floor 08 Next todruaga:0:1706:08:501:Go to floor 08 Next (2/2) todruaga:0:1704:09:001:Go to floor 09 Next todruaga:0:1706:09:501:Go to floor 09 Next (2/2) todruaga:0:1704:0A:001:Go to floor 10 Next todruaga:0:1706:10:501:Go to floor 10 Next (2/2) todruaga:0:1704:0B:001:Go to floor 11 Next todruaga:0:1706:11:501:Go to floor 11 Next (2/2) todruaga:0:1704:0C:001:Go to floor 12 Next todruaga:0:1706:12:501:Go to floor 12 Next (2/2) todruaga:0:1704:0D:001:Go to floor 13 Next todruaga:0:1706:13:501:Go to floor 13 Next (2/2) todruaga:0:1704:0E:001:Go to floor 14 Next todruaga:0:1706:14:501:Go to floor 14 Next (2/2) todruaga:0:1704:0F:001:Go to floor 15 Next todruaga:0:1706:15:501:Go to floor 15 Next (2/2) todruaga:0:1704:10:001:Go to floor 16 Next todruaga:0:1706:16:501:Go to floor 16 Next (2/2) todruaga:0:1704:11:001:Go to floor 17 Next todruaga:0:1706:17:501:Go to floor 17 Next (2/2) todruaga:0:1704:12:001:Go to floor 18 Next todruaga:0:1706:18:501:Go to floor 18 Next (2/2) todruaga:0:1704:13:001:Go to floor 19 Next todruaga:0:1706:19:501:Go to floor 19 Next (2/2) todruaga:0:1704:14:001:Go to floor 20 Next todruaga:0:1706:20:501:Go to floor 20 Next (2/2) ; [ Tower of Druaga (Old Ver.) ] todruago:0:1703:05:000:Infinite Lives todruago:0:101B:20:000:Infinite Time todruago:0:15EF:30:000:Invincibility todruago:0:1022:01:000:Always have the key todruago:0:1022:01:001:Get the key Now! todruago:0:1017:00:001:Kill all monsters Now! todruago:0:1027:01:001:Make treasure appear Now! todruago:0:1B0F:35:001:Get Treasure Now! todruago:0:1710:01:001:Get Athena boots Now! todruago:0:1711:01:001:Get Armour Now! todruago:0:1712:01:001:Get Helmet Now! todruago:0:1713:01:001:Get Sword Now! todruago:0:1714:01:001:Get Gauntlet Now! todruago:0:1715:01:001:Get Shield Now! todruago:0:1716:01:001:Get Rod Now! todruago:0:1717:01:001:Get Grey potion Now! todruago:0:1717:02:001:Get Green potion Now! todruago:0:1717:03:001:Get Orange potion Now! todruago:0:1717:04:001:Get Red potion Now! todruago:0:1718:01:001:Get Gem Now! todruago:0:1719:01:001:Get Necklace Now! todruago:0:171A:01:001:Get Ring Now! todruago:0:171B:01:001:Get Book Now! todruago:0:171C:04:001:Get Candle Now! todruago:0:171D:01:001:Get Bell Now! todruago:0:171E:01:001:Get Sceptre Now! todruago:0:171F:01:001:Get pick Now! todruago:0:1020:01:001:Finish this Floor Now! todruago:0:1022:01:501:Finish this Floor Now! (2/2) todruago:0:0000:00:999:[These floor skip cheats ] todruago:0:0000:00:999:[will advance you to that ] todruago:0:0000:00:999:[floor when you lose a life.] todruago:0:0000:00:999:[If you use the Finish this ] todruago:0:0000:00:999:[Floor cheat you will go to ] todruago:0:0000:00:999:[the next floor on!! ] todruago:0:1704:01:001:Go to floor 01 Next todruago:0:1706:01:501:Go to floor 01 Next (2/2) todruago:0:1704:02:001:Go to floor 02 Next todruago:0:1706:02:501:Go to floor 02 Next (2/2) todruago:0:1704:03:001:Go to floor 03 Next todruago:0:1706:03:501:Go to floor 03 Next (2/2) todruago:0:1704:04:001:Go to floor 04 Next todruago:0:1706:04:501:Go to floor 04 Next (2/2) todruago:0:1704:05:001:Go to floor 05 Next todruago:0:1706:05:501:Go to floor 05 Next (2/2) todruago:0:1704:06:001:Go to floor 06 Next todruago:0:1706:06:501:Go to floor 06 Next (2/2) todruago:0:1704:07:001:Go to floor 07 Next todruago:0:1706:07:501:Go to floor 07 Next (2/2) todruago:0:1704:08:001:Go to floor 08 Next todruago:0:1706:08:501:Go to floor 08 Next (2/2) todruago:0:1704:09:001:Go to floor 09 Next todruago:0:1706:09:501:Go to floor 09 Next (2/2) todruago:0:1704:0A:001:Go to floor 10 Next todruago:0:1706:10:501:Go to floor 10 Next (2/2) todruago:0:1704:0B:001:Go to floor 11 Next todruago:0:1706:11:501:Go to floor 11 Next (2/2) todruago:0:1704:0C:001:Go to floor 12 Next todruago:0:1706:12:501:Go to floor 12 Next (2/2) todruago:0:1704:0D:001:Go to floor 13 Next todruago:0:1706:13:501:Go to floor 13 Next (2/2) todruago:0:1704:0E:001:Go to floor 14 Next todruago:0:1706:14:501:Go to floor 14 Next (2/2) todruago:0:1704:0F:001:Go to floor 15 Next todruago:0:1706:15:501:Go to floor 15 Next (2/2) todruago:0:1704:10:001:Go to floor 16 Next todruago:0:1706:16:501:Go to floor 16 Next (2/2) todruago:0:1704:11:001:Go to floor 17 Next todruago:0:1706:17:501:Go to floor 17 Next (2/2) todruago:0:1704:12:001:Go to floor 18 Next todruago:0:1706:18:501:Go to floor 18 Next (2/2) todruago:0:1704:13:001:Go to floor 19 Next todruago:0:1706:19:501:Go to floor 19 Next (2/2) todruago:0:1704:14:001:Go to floor 20 Next todruago:0:1706:20:501:Go to floor 20 Next (2/2) ; [ Toffy ] toffy:0:08C4:10:000:No Objects Ever Needed toffy:0:08C5:10:500:No Objects Ever Needed (2/2) toffy:0:08BE:04:000:Infinite Lives PL1 :toffy:000000E0:08C2:000000FA:FFFFFFFF:Infinite Energy PL1 toffy:0:08C0:04:000:Infinite Bombs PL1 toffy:0:08BF:04:000:Infinite Lives PL2 :toffy:000000E0:08C3:000000FA:FFFFFFFF:Infinite Energy PL2 toffy:0:08C1:04:000:Infinite Bombs PL2 ; [ Toggle (prototype) ] toggle:0:018D:3C:000:Infinite Time toggle:0:018C:09:500:Infinite Time (2/2) toggle:0:018D:00:001:Finish this Round Now! toggle:0:018C:00:501:Finish this Round Now! (2/2) ; [ Toki (World set 1) ] toki:0:060876:99:000:Infinite Time toki:0:060A5F:09:000:Infinite Lives toki:0:0196A4:4E:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though toki:0:0196A5:75:600:Invincibility (2/2) toki:0:060A9F:01:000:Always Walk toki:0:060A9F:05:000:Always Swim toki:0:060AA1:00:000:Always have Default Weapon toki:0:060AA1:01:000:Always have Big Balls toki:0:060AA1:02:000:Always have Whirler toki:0:060AA1:03:000:Always have Flamer toki:0:060AA1:04:000:Always have Lava toki:0:060AA1:05:000:Always have 3-Way toki:0:060AA1:00:001:Get Default Weapon Now! toki:0:060AA1:01:001:Get Big Balls Now! toki:0:060AA1:02:001:Get Whirler Now! toki:0:060AA1:03:001:Get Flamer Now! toki:0:060AA1:04:001:Get Lava Now! toki:0:060AA1:05:001:Get 3-Way Now! toki:0:060AD2:FC:000:Infinite Fire Power toki:0:060AA3:01:000:Helmet Effect toki:0:060AA3:02:000:Sneakers Effect ; [ Toki (World set 2) ] tokia:0:06087E:99:000:Infinite Time tokia:0:060A67:09:000:Infinite Lives tokia:0:019726:4E:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though tokia:0:019727:75:600:Invincibility (2/2) tokia:0:060AA7:01:000:Always Walk tokia:0:060AA7:05:000:Always Swim tokia:0:060AA9:00:000:Always have Default Weapon tokia:0:060AA9:01:000:Always have Big Balls tokia:0:060AA9:02:000:Always have Whirler tokia:0:060AA9:03:000:Always have Flamer tokia:0:060AA9:04:000:Always have Lava tokia:0:060AA9:05:000:Always have 3-Way tokia:0:060AA9:00:001:Get Default Weapon Now! tokia:0:060AA9:01:001:Get Big Balls Now! tokia:0:060AA9:02:001:Get Whirler Now! tokia:0:060AA9:03:001:Get Flamer Now! tokia:0:060AA9:04:001:Get Lava Now! tokia:0:060AA9:05:001:Get 3-Way Now! tokia:0:060ADA:FC:000:Lava Always Maxed tokia:0:060AAB:01:000:Helmet Effect tokia:0:060AAB:02:000:Sneakers Effect ; [ Toki (bootleg) ] tokib:0:06087E:99:000:Infinite Time tokib:0:060A67:09:000:Infinite Lives tokib:0:019726:4E:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though tokib:0:019727:75:600:Invincibility (2/2) tokib:0:060AA7:01:000:Always Walk tokib:0:060AA7:05:000:Always Swim tokib:0:060AA9:00:000:Always have Default Weapon tokib:0:060AA9:01:000:Always have Big Balls tokib:0:060AA9:02:000:Always have Whirler tokib:0:060AA9:03:000:Always have Flamer tokib:0:060AA9:04:000:Always have Lava tokib:0:060AA9:05:000:Always have 3-Way tokib:0:060AA9:00:001:Get Default Weapon Now! tokib:0:060AA9:01:001:Get Big Balls Now! tokib:0:060AA9:02:001:Get Whirler Now! tokib:0:060AA9:03:001:Get Flamer Now! tokib:0:060AA9:04:001:Get Lava Now! tokib:0:060AA9:05:001:Get 3-Way Now! tokib:0:060ADA:FC:000:Lava Always Maxed tokib:0:060AAB:01:000:Helmet Effect tokib:0:060AAB:02:000:Sneakers Effect ; [ JuJu Densetsu (Japan) ] tokij:0:06087E:99:000:Infinite Time tokij:0:060A67:09:000:Infinite Lives tokij:0:019726:4E:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though tokij:0:019727:75:600:Invincibility (2/2) tokij:0:060AA7:01:000:Always Walk tokij:0:060AA7:05:000:Always Swim tokij:0:060AA9:00:000:Always have Default Weapon tokij:0:060AA9:01:000:Always have Big Balls tokij:0:060AA9:02:000:Always have Whirler tokij:0:060AA9:03:000:Always have Flamer tokij:0:060AA9:04:000:Always have Lava tokij:0:060AA9:05:000:Always have 3-Way tokij:0:060AA9:00:001:Get Default Weapon Now! tokij:0:060AA9:01:001:Get Big Balls Now! tokij:0:060AA9:02:001:Get Whirler Now! tokij:0:060AA9:03:001:Get Flamer Now! tokij:0:060AA9:04:001:Get Lava Now! tokij:0:060AA9:05:001:Get 3-Way Now! tokij:0:060ADA:FC:000:Lava Always Maxed tokij:0:060AAB:01:000:Helmet Effect tokij:0:060AAB:02:000:Sneakers Effect ; [ Tokimeki Bishoujo [BET] (Japan) ] tokimbsj:0:0000:00:999:[ The winning hand cheat must be activated when ] tokimbsj:0:0000:00:999:[ there are 14 tiles in your hand, then press ] tokimbsj:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] tokimbsj:0:0000:00:999:[ visually change until you make a move. ] tokimbsj:0:FC8B:31:001:Get winning hand Now! tokimbsj:0:FC8C:31:501:Get winning hand Now! (02/14) tokimbsj:0:FC8D:31:501:Get winning hand Now! (03/14) tokimbsj:0:FC8E:32:501:Get winning hand Now! (04/14) tokimbsj:0:FC8F:32:501:Get winning hand Now! (05/14) tokimbsj:0:FC90:32:501:Get winning hand Now! (06/14) tokimbsj:0:FC91:33:501:Get winning hand Now! (07/14) tokimbsj:0:FC92:33:501:Get winning hand Now! (08/14) tokimbsj:0:FC93:33:501:Get winning hand Now! (09/14) tokimbsj:0:FC94:34:501:Get winning hand Now! (10/14) tokimbsj:0:FC95:34:501:Get winning hand Now! (11/14) tokimbsj:0:FC96:34:501:Get winning hand Now! (12/14) tokimbsj:0:FC97:35:501:Get winning hand Now! (13/14) tokimbsj:0:FC98:35:501:Get winning hand Now! (14/14) tokimbsj:0:FC8B:31:000:Always winning hand tokimbsj:0:FC8C:31:500:Always winning hand (02/14) tokimbsj:0:FC8D:31:500:Always winning hand (03/14) tokimbsj:0:FC8E:32:500:Always winning hand (04/14) tokimbsj:0:FC8F:32:500:Always winning hand (05/14) tokimbsj:0:FC90:32:500:Always winning hand (06/14) tokimbsj:0:FC91:33:500:Always winning hand (07/14) tokimbsj:0:FC92:33:500:Always winning hand (08/14) tokimbsj:0:FC93:33:500:Always winning hand (09/14) tokimbsj:0:FC94:34:500:Always winning hand (10/14) tokimbsj:0:FC95:34:500:Always winning hand (11/14) tokimbsj:0:FC96:34:500:Always winning hand (12/14) tokimbsj:0:FC97:35:500:Always winning hand (13/14) tokimbsj:0:FC98:35:500:Always winning hand (14/14) ; [ Tokio / Scramble Formation ] tokio:1:949F:03:000:Infinite Lives :tokio:21800000:493D:000000C9:FFFFFFFF:Invincibility (Player) :tokio:21800000:49AF:000000BF:FFFFFFFF:Invincibility (Side Fighter) :tokio:00000000:E676:00000000:FFFFFFFF:Rapid Fire :tokio:00010000:E534:00000000:FFFFFFFF:Rapid Fire (2/2) tokio:1:84FF:04:000:Infinite red planes tokio:1:8510:63:001:Infinite add. red planes ; [ Tokio / Scramble Formation (bootleg) ] tokiob:1:949F:03:000:Infinite Lives :tokiob:21800000:493D:000000C9:FFFFFFFF:Invincibility (Player) :tokiob:21800000:49AF:000000BF:FFFFFFFF:Invincibility (Side Fighter) :tokiob:00000000:E676:00000000:FFFFFFFF:Rapid Fire :tokiob:00010000:E534:00000000:FFFFFFFF:Rapid Fire (2/2) tokiob:1:84FF:04:000:Infinite red planes tokiob:1:8510:63:001:Infinite add. red planes ; [ Tokio / Scramble Formation (US) ] tokiou:1:949F:03:000:Infinite Lives :tokiou:21800000:493D:000000C9:FFFFFFFF:Invincibility (Player) :tokiou:21800000:49AF:000000BF:FFFFFFFF:Invincibility (Side Fighter) :tokiou:00000000:E676:00000000:FFFFFFFF:Rapid Fire :tokiou:00010000:E534:00000000:FFFFFFFF:Rapid Fire (2/2) tokiou:1:84FF:04:000:Infinite red planes tokiou:1:8510:63:001:Infinite add. red planes ; [ Toki no Senshi - Chrono Soldier ] tokisens:0:C9FF:99:000:Infinite Grenades :tokisens:20800000:1234:000000C3:FFFFFFFF:Invincibility :tokisens:00800000:C9F1:00000001:00000001:Always Have Speed Up :tokisens:00910000:C9F3:00008131:FFFFFFFF:Always Have Speed Up (2/2) :tokisens:00800000:C9F1:00000004:00000004:Always Have Power Up :tokisens:00800000:C9F1:00000008:00000008:Always Have Super Bomb :tokisens:00800000:C9F1:00000010:00000010:Always Have Time Stop :tokisens:00800000:C9F1:00000002:00000002:Always Have Invincibility:Can't shoot normal shot but enables you to kill an enemy with body crush tokisens:0:C0B7:99:000:Infinite Lives PL1 tokisens:0:C0B8:99:000:Infinite Lives PL2 ; [ Toki (US) ] tokiu:0:06087E:99:000:Infinite Time tokiu:0:060A67:09:000:Infinite Lives tokiu:0:0196EC:4E:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though tokiu:0:0196ED:75:600:Invincibility (2/2) tokiu:0:060AA7:01:000:Always Walk tokiu:0:060AA7:05:000:Always Swim tokiu:0:060AA9:00:000:Always have Default Weapon tokiu:0:060AA9:01:000:Always have Big Balls tokiu:0:060AA9:02:000:Always have Whirler tokiu:0:060AA9:03:000:Always have Flamer tokiu:0:060AA9:04:000:Always have Lava tokiu:0:060AA9:05:000:Always have 3-Way tokiu:0:060AA9:00:001:Get Default Weapon Now! tokiu:0:060AA9:01:001:Get Big Balls Now! tokiu:0:060AA9:02:001:Get Whirler Now! tokiu:0:060AA9:03:001:Get Flamer Now! tokiu:0:060AA9:04:001:Get Lava Now! tokiu:0:060AA9:05:001:Get 3-Way Now! tokiu:0:060ADA:FC:000:Lava Always Maxed tokiu:0:060AAB:01:000:Helmet Effect tokiu:0:060AAB:02:000:Sneakers Effect ; [ Taisen Tokkae-dama (ver JAA) ] tokkae:0:C114FB:00:000:Never Get Attacked PL1 tokkae:0:C111BF:18:001:Attack Opponent With 24 Now! PL1 tokkae:0:C1123B:00:000:Balls Don`t Rise PL1 tokkae:0:C111BF:00:000:Never Get Attacked PL2 tokkae:0:C114FB:18:001:Attack Opponent With 24 Now! PL2 tokkae:0:C11577:00:000:Balls Don`t Rise PL2 ; [ Tokyo Gal Zukan (Japan) ] tokyogal:0:0000:00:999:[ The winning hand cheat must be activated when ] tokyogal:0:0000:00:999:[ there are 14 tiles in your hand, then press ] tokyogal:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] tokyogal:0:0000:00:999:[ visually change until you make a move. ] tokyogal:0:FC8B:31:001:Get winning hand Now! tokyogal:0:FC8C:31:501:Get winning hand Now! (02/14) tokyogal:0:FC8D:31:501:Get winning hand Now! (03/14) tokyogal:0:FC8E:32:501:Get winning hand Now! (04/14) tokyogal:0:FC8F:32:501:Get winning hand Now! (05/14) tokyogal:0:FC90:32:501:Get winning hand Now! (06/14) tokyogal:0:FC91:33:501:Get winning hand Now! (07/14) tokyogal:0:FC92:33:501:Get winning hand Now! (08/14) tokyogal:0:FC93:33:501:Get winning hand Now! (09/14) tokyogal:0:FC94:34:501:Get winning hand Now! (10/14) tokyogal:0:FC95:34:501:Get winning hand Now! (11/14) tokyogal:0:FC96:34:501:Get winning hand Now! (12/14) tokyogal:0:FC97:35:501:Get winning hand Now! (13/14) tokyogal:0:FC98:35:501:Get winning hand Now! (14/14) tokyogal:0:FC8B:31:000:Always winning hand tokyogal:0:FC8C:31:500:Always winning hand (02/14) tokyogal:0:FC8D:31:500:Always winning hand (03/14) tokyogal:0:FC8E:32:500:Always winning hand (04/14) tokyogal:0:FC8F:32:500:Always winning hand (05/14) tokyogal:0:FC90:32:500:Always winning hand (06/14) tokyogal:0:FC91:33:500:Always winning hand (07/14) tokyogal:0:FC92:33:500:Always winning hand (08/14) tokyogal:0:FC93:33:500:Always winning hand (09/14) tokyogal:0:FC94:34:500:Always winning hand (10/14) tokyogal:0:FC95:34:500:Always winning hand (11/14) tokyogal:0:FC96:34:500:Always winning hand (12/14) tokyogal:0:FC97:35:500:Always winning hand (13/14) tokyogal:0:FC98:35:500:Always winning hand (14/14) ; [ Tomahawk 777 (Revision 5) ] tomahaw5:0:0057:09:000:Infinite Lives tomahaw5:0:009D:80:000:Invincibility ; [ Tomahawk 777 (Revision 1) ] tomahawk:0:0057:09:000:Infinite Lives tomahawk:0:008E:80:000:Invincibility ; [ Tondemo Crisis (JAPAN) ] tondemo:0:0000:00:999:[ There are no cheats ]:REASON 1 tondemo:0:0000:00:999:[ for this game as it ]:REASON 1 tondemo:0:0000:00:999:[ didn't work the last ]:REASON 1 tondemo:0:0000:00:999:[ time it was tested. ]:REASON 1 tondemo:0:0000:00:999:[ If the game now works ]:REASON 1 tondemo:0:0000:00:999:[ please request cheats ]:REASON 1 tondemo:0:0000:00:999:[ for it on the cheat ]:REASON 1 tondemo:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tonton [BET] (Japan) ] tontonb:0:0000:00:999:[ The winning hand cheat must be ] tontonb:0:0000:00:999:[ activated when there are 14 tiles ] tontonb:0:0000:00:999:[ in your hand, then press the RON ] tontonb:0:0000:00:999:[ key ('Z' by default). The tiles do ] tontonb:0:0000:00:999:[ not visually change until you make ] tontonb:0:0000:00:999:[ a move. ] tontonb:0:7001:31:001:Get winning hand Now! tontonb:0:7002:31:501:Get winning hand Now! (02/14) tontonb:0:7003:31:501:Get winning hand Now! (03/14) tontonb:0:7004:32:501:Get winning hand Now! (04/14) tontonb:0:7005:32:501:Get winning hand Now! (05/14) tontonb:0:7006:32:501:Get winning hand Now! (06/14) tontonb:0:7007:33:501:Get winning hand Now! (07/14) tontonb:0:7008:33:501:Get winning hand Now! (08/14) tontonb:0:7009:33:501:Get winning hand Now! (09/14) tontonb:0:700A:34:501:Get winning hand Now! (10/14) tontonb:0:700B:34:501:Get winning hand Now! (11/14) tontonb:0:700C:34:501:Get winning hand Now! (12/14) tontonb:0:700D:35:501:Get winning hand Now! (13/14) tontonb:0:700E:35:501:Get winning hand Now! (14/14) tontonb:0:7001:31:000:Always winning hand tontonb:0:7002:31:500:Always winning hand (02/14) tontonb:0:7003:31:500:Always winning hand (03/14) tontonb:0:7004:32:500:Always winning hand (04/14) tontonb:0:7005:32:500:Always winning hand (05/14) tontonb:0:7006:32:500:Always winning hand (06/14) tontonb:0:7007:33:500:Always winning hand (07/14) tontonb:0:7008:33:500:Always winning hand (08/14) tontonb:0:7009:33:500:Always winning hand (09/14) tontonb:0:700A:34:500:Always winning hand (10/14) tontonb:0:700B:34:500:Always winning hand (11/14) tontonb:0:700C:34:500:Always winning hand (12/14) tontonb:0:700D:35:500:Always winning hand (13/14) tontonb:0:700E:35:500:Always winning hand (14/14) :tontonb:00000006:7001:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :tontonb:00000006:700F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. tontonb:0:0000:00:999:[ Here is the look-up list for ] tontonb:0:0000:00:999:[ the above watches. ] tontonb:0:0000:00:999:[ ] tontonb:0:0000:00:999:[ value common name chinese name ] tontonb:0:0000:00:999:[ 00h - no tile - ] tontonb:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] tontonb:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] tontonb:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] tontonb:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] tontonb:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] tontonb:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] tontonb:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] tontonb:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] tontonb:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] tontonb:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] tontonb:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] tontonb:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] tontonb:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] tontonb:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] tontonb:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] tontonb:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] tontonb:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] tontonb:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] tontonb:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] tontonb:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] tontonb:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] tontonb:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] tontonb:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] tontonb:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] tontonb:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] tontonb:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] tontonb:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] tontonb:0:0000:00:999:[ 31h East "wind" ] tontonb:0:0000:00:999:[ 32h South "wind" ] tontonb:0:0000:00:999:[ 33h West "wind" ] tontonb:0:0000:00:999:[ 34h North "wind" ] tontonb:0:0000:00:999:[ 3Ah White "dragon" ] tontonb:0:0000:00:999:[ 3Bh Green "dragon" ] tontonb:0:0000:00:999:[ 3Ch Red "dragon" ] ; [ Toobin' (rev 3) ] toobin:0:FFC01D:19:000:Infinite Credits toobin:0:FFDDF0:09:000:Infinite Cans PL1 toobin:0:FFDDD2:03:000:Infinite Lives PL1 toobin:0:FFDDF1:09:000:Infinite Cans PL2 toobin:0:FFDDD3:03:000:Infinite Lives PL2 ; [ Toobin' (rev 1) ] toobin1:0:FFC01D:19:000:Infinite Credits toobin1:0:FFDDEE:09:000:Infinite Cans PL1 toobin1:0:FFDDD0:03:000:Infinite Lives PL1 toobin1:0:FFDDEF:09:000:Infinite Cans PL2 toobin1:0:FFDDD1:03:000:Infinite Lives PL2 ; [ Toobin' (rev 2) ] toobin2:0:FFC01D:19:000:Infinite Credits toobin2:0:FFDDF0:09:000:Infinite Cans PL1 toobin2:0:FFDDD2:03:000:Infinite Lives PL1 toobin2:0:FFDDF1:09:000:Infinite Cans PL2 toobin2:0:FFDDD3:03:000:Infinite Lives PL2 ; [ Toobin' (Europe, rev 2) ] toobin2e:0:FFC01D:19:000:Infinite Credits toobin2e:0:FFDDF0:09:000:Infinite Cans PL1 toobin2e:0:FFDDD2:03:000:Infinite Lives PL1 toobin2e:0:FFDDF1:09:000:Infinite Cans PL2 toobin2e:0:FFDDD3:03:000:Infinite Lives PL2 ; [ Toobin' (Europe, rev 3) ] toobine:0:FFC01D:19:000:Infinite Credits toobine:0:FFDDF0:09:000:Infinite Cans PL1 toobine:0:FFDDD2:03:000:Infinite Lives PL1 toobine:0:FFDDF1:09:000:Infinite Cans PL2 toobine:0:FFDDD3:03:000:Infinite Lives PL2 ; [ Toobin' (German, rev 3) ] toobing:0:FFC01D:19:000:Infinite Credits toobing:0:FFDDF0:09:000:Infinite Cans PL1 toobing:0:FFDDD2:03:000:Infinite Lives PL1 toobing:0:FFDDF1:09:000:Infinite Cans PL2 toobing:0:FFDDD3:03:000:Infinite Lives PL2 ; [ Vs. Top Gun ] topgun:0:0031:63:000:Infinite Lives topgun:0:003C:63:000:Infinite Missiles ; [ Top Gunner (bootleg) ] topgunbl:0:1478:09:000:Infinite Lives PL1 topgunbl:0:0B06:01:000:Invincibility PL1 topgunbl:0:0AFD:04:000:Always Full Power Ups PL1 topgunbl:0:0AFC:08:001:Get 8 rescued prisoners PL1 topgunbl:0:14B8:09:000:Infinite Lives PL2 topgunbl:0:0B7E:01:000:Invincibility PL2 topgunbl:0:0B75:04:000:Always Full Power Ups PL2 topgunbl:0:0B74:08:001:Get 8 rescued prisoners PL2 ; [ Top Gunner ] topgunnr:0:0000:00:999:[ This game hasn't even ]:REASON 11 topgunnr:0:0000:00:999:[ been looked at due to ]:REASON 11 topgunnr:0:0000:00:999:[ time constraints - Too]:REASON 11 topgunnr:0:0000:00:999:[ many games and so ]:REASON 11 topgunnr:0:0000:00:999:[ little time. It is ]:REASON 11 topgunnr:0:0000:00:999:[ even possible that ]:REASON 11 topgunnr:0:0000:00:999:[ this game may be a ]:REASON 11 topgunnr:0:0000:00:999:[ clone of an existing ]:REASON 11 topgunnr:0:0000:00:999:[ game which may have ]:REASON 11 topgunnr:0:0000:00:999:[ cheats. Please search ]:REASON 11 topgunnr:0:0000:00:999:[ the cheat forums ]:REASON 11 topgunnr:0:0000:00:999:[ before posting cheat ]:REASON 11 topgunnr:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Top Gunner (US) ] topgunr:0:1478:09:000:Infinite Lives PL1 topgunr:0:0B06:01:000:Invincibility PL1 topgunr:0:0AFD:04:000:Always Full Power Ups PL1 topgunr:0:0AFC:08:001:Get 8 rescued prisoners PL1 topgunr:0:14B8:09:000:Infinite Lives PL2 topgunr:0:0B7E:01:000:Invincibility PL2 topgunr:0:0B75:04:000:Always Full Power Ups PL2 topgunr:0:0B74:08:001:Get 8 rescued prisoners PL2 ; [ Top Hunter - Roddy & Cathy (set 2) ] tophunta:0:10FD89:64:000:Infinite Continues tophunta:0:10008A:00:500:Infinite Continues (2/3) tophunta:0:10008B:00:500:Infinite Continues (3/3) tophunta:0:108CC2:99:000:Infinite Time tophunta:0:108D1D:64:000:Infinite Lives PL1 tophunta:0:108D0D:05:000:Always have Power PL1 tophunta:0:108D0D:05:001:Get Power Now! PL1 tophunta:0:100501:40:000:Infinite Energy (Forest 1) PL1 tophunta:0:100507:04:000:Infinite Ammo (Forest 1) PL1 tophunta:0:10054C:01:000:Always have Gun (Forest 1)PL1 tophunta:0:10054C:01:001:Get Gun Now! (Forest 1) PL1 tophunta:0:10054C:00:001:Lose Gun Now! (Forest 1) PL1 tophunta:0:108D21:64:000:Infinite Lives PL2 tophunta:0:108D11:05:000:Always have Power PL1 tophunta:0:108D11:05:001:Get Power Now! PL1 tophunta:0:101101:40:000:Infinite Energy (Forest 1)PL2 tophunta:0:101107:04:000:Infinite Ammo (Forest 1) PL2 tophunta:0:10114C:01:000:Always have Gun (Forest 1)PL2 tophunta:0:10114C:01:001:Get Gun Now! (Forest 1) PL2 tophunta:0:10114C:00:001:Lose Gun Now! (Forest 1) PL2 :tophunta:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :tophunta:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :tophunta:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Top Hunter - Roddy & Cathy (set 1) ] tophuntr:0:10FD89:64:000:Infinite Continues tophuntr:0:10008A:00:500:Infinite Continues (2/3) tophuntr:0:10008B:00:500:Infinite Continues (3/3) tophuntr:0:108CC2:99:000:Infinite Time tophuntr:0:108D1D:64:000:Infinite Lives PL1 tophuntr:0:108D0D:05:000:Always have Power PL1 tophuntr:0:108D0D:05:001:Get Power Now! PL1 tophuntr:0:100501:40:000:Infinite Energy (Forest 1) PL1 tophuntr:0:100507:04:000:Infinite Ammo (Forest 1) PL1 tophuntr:0:10054C:01:000:Always have Gun (Forest 1)PL1 tophuntr:0:10054C:01:001:Get Gun Now! (Forest 1) PL1 tophuntr:0:10054C:00:001:Lose Gun Now! (Forest 1) PL1 tophuntr:0:108D21:64:000:Infinite Lives PL2 tophuntr:0:108D11:05:000:Always have Power PL1 tophuntr:0:108D11:05:001:Get Power Now! PL1 tophuntr:0:101101:40:000:Infinite Energy (Forest 1)PL2 tophuntr:0:101107:04:000:Infinite Ammo (Forest 1) PL2 tophuntr:0:10114C:01:000:Always have Gun (Forest 1)PL2 tophuntr:0:10114C:01:001:Get Gun Now! (Forest 1) PL2 tophuntr:0:10114C:00:001:Lose Gun Now! (Forest 1) PL2 :tophuntr:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :tophuntr:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :tophuntr:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Top Landing (World) ] topland:0:0000:00:999:[ There are no cheats ]:REASON 1 topland:0:0000:00:999:[ for this game as it ]:REASON 1 topland:0:0000:00:999:[ didn't work the last ]:REASON 1 topland:0:0000:00:999:[ time it was tested. ]:REASON 1 topland:0:0000:00:999:[ If the game now works ]:REASON 1 topland:0:0000:00:999:[ please request cheats ]:REASON 1 topland:0:0000:00:999:[ for it on the cheat ]:REASON 1 topland:0:0000:00:999:[ forums. ]:REASON 1 ; [ Toppy & Rappy ] :toppyrap:00000000:102475:00000063:FFFFFFFF:Infinite Credits :toppyrap:00000040:1036E7:00000009:FFFFFFFF:Infinite Time :toppyrap:00000001:103799:00000000:FFFFFFFF:Finish this Stage Now! :toppyrap:00000000:102561:00000009:FFFFFFFF:Infinite Lives PL1 :toppyrap:00000000:10256B:00000002:FFFFFFFF:Invincibility PL1 :toppyrap:00300000:103722:3B9AC9FF:FFFFFFFF:Infinite Money PL1 :toppyrap:00000000:10265D:00000009:FFFFFFFF:Infinite Lives PL2 :toppyrap:00000000:102667:00000002:FFFFFFFF:Invincibility PL2 :toppyrap:00300000:103726:3B9AC9FF:FFFFFFFF:Infinite Money PL2 ; [ Top Racer (set 1) ] topracer:0:5401:78:000:Infinite Time topracer:1:A817:00:000:Always be in Pole Position topracer:0:4630:01:000:Invincibility topracer:0:4004:90:000:Always have Accelerator Fully Down topracer:0:0000:00:999:[ If you don't touch the accelerator ] topracer:0:0000:00:999:[ with the Maximum Speed cheat you ] topracer:0:0000:00:999:[ will effectively be on train tracks! ] topracer:0:0000:00:999:[ So if you want to play the game ] topracer:0:0000:00:999:[ properly press the accelerator or ] topracer:0:0000:00:999:[ use it with the Accelerator Fully ] topracer:0:0000:00:999:[ Down cheat. ] topracer:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Top Racer (set 2) ] topracra:0:5401:78:000:Infinite Time topracra:1:A817:00:000:Always be in Pole Position topracra:0:4630:01:000:Invincibility topracra:0:4004:90:000:Always have Accelerator Fully Down topracra:0:0000:00:999:[ If you don't touch the accelerator ] topracra:0:0000:00:999:[ with the Maximum Speed cheat you ] topracra:0:0000:00:999:[ will effectively be on train tracks!] topracra:0:0000:00:999:[ So if you want to play the game ] topracra:0:0000:00:999:[ properly press the accelerator or ] topracra:0:0000:00:999:[ use it with the Accelerator Fully ] topracra:0:0000:00:999:[ Down cheat. ] topracra:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Top Racer (set 3) ] topracrb:0:5401:78:000:Infinite Time topracrb:1:A817:00:000:Always be in Pole Position topracrb:0:4630:01:000:Invincibility topracrb:0:4004:90:000:Always have Accelerator Fully Down topracrb:0:0000:00:999:[ If you don't touch the accelerator ] topracrb:0:0000:00:999:[ with the Maximum Speed cheat you ] topracrb:0:0000:00:999:[ will effectively be on train tracks!] topracrb:0:0000:00:999:[ So if you want to play the game ] topracrb:0:0000:00:999:[ properly press the accelerator or ] topracrb:0:0000:00:999:[ use it with the Accelerator Fully ] topracrb:0:0000:00:999:[ Down cheat. ] topracrb:0:40B8:FF:000:Always drive at Maximum Speed:The speed display will be incorrect ; [ Top Roller ] :toprollr:00000000:6059:00000063:FFFFFFFF:Infinite Credits :toprollr:00000100:604C:0000000F:FFFFFFFF:Select Current Speed :toprollr:00001D01:606A:000000FE:FFFFFFFF:Select Starting Round:Set after you've inserted a credit :toprollr:20800000:CA5F:000000C9:FFFFFFFF:Invincibility :toprollr:20810000:E84A:000000C9:FFFFFFFF:Invincibility (2/7):1st = Scenery, 2nd = Motorcycle :toprollr:20810000:E890:000000C9:FFFFFFFF:Invincibility (3/7):Bomb :toprollr:20810000:E8D0:000000C9:FFFFFFFF:Invincibility (4/7):Car 1 :toprollr:20810000:EB14:000000C9:FFFFFFFF:Invincibility (5/7):Car 2 :toprollr:20810000:EC9E:000000C9:FFFFFFFF:Invincibility (6/7):Barrel :toprollr:20810000:EDF0:000000C9:FFFFFFFF:Invincibility (7/7):Truck :toprollr:00000000:6155:00000008:FFFFFFFF:Infinite Lives PL1 :toprollr:00000000:6155:00000008:FFFFFFFF:Infinite Lives PL2 ; [ Top Secret (Exidy) (version 1.0) ] topsecex:0:302F:03:000:Infinite Lives topsecex:0:3E1A:63:000:Infinite Fireballs topsecex:0:3E1B:63:000:Infinite Lasers topsecex:0:3E1C:63:000:Infinite Missiles topsecex:0:3E1D:63:000:Infinite Oils slick topsecex:0:3E1E:63:000:Infinite Turbos topsecex:0:3E1F:63:000:Infinite Force fields topsecex:0:3E21:63:000:Infinite Top secrets ; [ Top Secret (Japan) ] topsecrt:0:FFC550:00:000:Infinite Credits topsecrt:0:FFC551:63:500:Infinite Credits (2/2) :topsecrt:60000000:000000:00000000:00000000:[ 1 Loop = 5 Stages. Total 2 Loops ] :topsecrt:00000301:FFC5A4:00000001:FFFFFFFF:Select Current Loop :topsecrt:00001301:FFC588:00000004:FFFFFFFF:Select Starting Stage:Select Starting Stage:Set on displayed "Press Start" message screen topsecrt:0:FFC5A1:99:000:Infinite Time topsecrt:0:FFC57E:08:000:Infinite Lives :topsecrt:20800000:00A4E8:00000060:FFFFFFFF:Invincibility :topsecrt:20810000:00A69A:00000060:FFFFFFFF:Invincibility (2/9):1st & 2nd = Enemy :topsecrt:20B10000:00AA22:0C020002:FFFFFFFF:Invincibility (3/9):3rd - 5th = Enabled collision check for pipe :topsecrt:20910000:00AA26:00006604:FFFFFFFF:Invincibility (4/9) :topsecrt:20B10000:00AA28:6000005A:FFFFFFFF:Invincibility (5/9) :topsecrt:20B10000:00ABF4:0C02000B:FFFFFFFF:Invincibility (6/9):6th - 8th = Enabled collision check for items :topsecrt:20910000:00ABF8:00006604:FFFFFFFF:Invincibility (7/9) :topsecrt:20B10000:00ABFA:600000EE:FFFFFFFF:Invincibility (8/9) :topsecrt:20810000:024FB2:00000060:FFFFFFFF:Invincibility (9/9):Bee topsecrt:0:FFC999:01:000:Always have fast arm "ON" topsecrt:0:FFC999:00:001:Turn fast arm "OFF" :topsecrt:00000000:FFC55A:00000000:00000002:Rapid Fire:Turn it OFF on the name entry screen ; [ Top Shooter ] topshoot:0:0000:00:999:[ There are no cheats ]:REASON 1 topshoot:0:0000:00:999:[ for this game as it ]:REASON 1 topshoot:0:0000:00:999:[ didn't work the last ]:REASON 1 topshoot:0:0000:00:999:[ time it was tested. ]:REASON 1 topshoot:0:0000:00:999:[ If the game now works ]:REASON 1 topshoot:0:0000:00:999:[ please request cheats ]:REASON 1 topshoot:0:0000:00:999:[ for it on the cheat ]:REASON 1 topshoot:0:0000:00:999:[ forums. ]:REASON 1 ; [ Top Skater ] topskatr:0:0000:00:999:[ There are no cheats ]:REASON 1 topskatr:0:0000:00:999:[ for this game as it ]:REASON 1 topskatr:0:0000:00:999:[ didn't work the last ]:REASON 1 topskatr:0:0000:00:999:[ time it was tested. ]:REASON 1 topskatr:0:0000:00:999:[ If the game now works ]:REASON 1 topskatr:0:0000:00:999:[ please request cheats ]:REASON 1 topskatr:0:0000:00:999:[ for it on the cheat ]:REASON 1 topskatr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Top Speed (US) ] topspedu:0:400823:09:000:Infinite Credits topspedu:0:401C48:99:000:Infinite Time topspedu:0:4040A3:03:000:Infinite Nitros topspedu:0:000000:00:999:[ The Crazy Speed cheat is faster than Nitros ] topspedu:0:000000:00:999:[ but take care with it - with the Always cheat ] topspedu:0:000000:00:999:[ you will keep going forward even when you ] topspedu:0:000000:00:999:[ crash. The Get Boost Now! cheat with an ] topspedu:0:000000:00:999:[ activation key assigned is better but don't ] topspedu:0:000000:00:999:[ activate it during the crash sequence or you ] topspedu:0:000000:00:999:[ may lose the car sprite! ] topspedu:0:40411C:05:001:Get a Crazy Speed Boost Now! topspedu:0:40411D:FF:501:Get a Crazy Speed Boost Now! (2/2) topspedu:0:40411C:05:000:Always drive at Crazy Speed topspedu:0:40411D:FF:500:Always drive at Crazy Speed (2/2) ; [ Top Speed (World) ] topspeed:0:400823:09:000:Infinite Credits topspeed:0:401C48:99:000:Infinite Time topspeed:0:4040A3:03:000:Infinite Nitros topspeed:0:000000:00:999:[ The Crazy Speed cheat is faster than Nitros ] topspeed:0:000000:00:999:[ but take care with it - with the Always cheat ] topspeed:0:000000:00:999:[ you will keep going forward even when you ] topspeed:0:000000:00:999:[ crash. The Get Boost Now! cheat with an ] topspeed:0:000000:00:999:[ activation key assigned is better but don't ] topspeed:0:000000:00:999:[ activate it during the crash sequence or you ] topspeed:0:000000:00:999:[ may lose the car sprite! ] topspeed:0:40411C:05:001:Get a Crazy Speed Boost Now! topspeed:0:40411D:FF:501:Get a Crazy Speed Boost Now! (2/2) topspeed:0:40411C:05:000:Always drive at Crazy Speed topspeed:0:40411D:FF:500:Always drive at Crazy Speed (2/2) ; [ Tora-he no Michi (Japan) ] toramich:0:FFC09D:5A:000:Infinite Time toramich:0:FFC096:9A:000:Infinite Lives toramich:0:FFC660:40:000:Infinite Energy:Don't enable when under attack toramich:0:FFC0D0:00:001:Kill this Boss Now! toramich:0:FFC61F:06:001:Change to Flying Mode Now! ; [ Tora Tora ] toratora:0:0000:00:999:[ This game hasn't even ]:REASON 11 toratora:0:0000:00:999:[ been looked at due to ]:REASON 11 toratora:0:0000:00:999:[ time constraints - Too]:REASON 11 toratora:0:0000:00:999:[ many games and so ]:REASON 11 toratora:0:0000:00:999:[ little time. It is ]:REASON 11 toratora:0:0000:00:999:[ even possible that ]:REASON 11 toratora:0:0000:00:999:[ this game may be a ]:REASON 11 toratora:0:0000:00:999:[ clone of an existing ]:REASON 11 toratora:0:0000:00:999:[ game which may have ]:REASON 11 toratora:0:0000:00:999:[ cheats. Please search ]:REASON 11 toratora:0:0000:00:999:[ the cheat forums ]:REASON 11 toratora:0:0000:00:999:[ before posting cheat ]:REASON 11 toratora:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Toride II Adauchi Gaiden (German) ] torid2gg:0:0000:00:999:[ This game hasn't even ]:REASON 11 torid2gg:0:0000:00:999:[ been looked at due to ]:REASON 11 torid2gg:0:0000:00:999:[ time constraints - Too]:REASON 11 torid2gg:0:0000:00:999:[ many games and so ]:REASON 11 torid2gg:0:0000:00:999:[ little time. It is ]:REASON 11 torid2gg:0:0000:00:999:[ even possible that ]:REASON 11 torid2gg:0:0000:00:999:[ this game may be a ]:REASON 11 torid2gg:0:0000:00:999:[ clone of an existing ]:REASON 11 torid2gg:0:0000:00:999:[ game which may have ]:REASON 11 torid2gg:0:0000:00:999:[ cheats. Please search ]:REASON 11 torid2gg:0:0000:00:999:[ the cheat forums ]:REASON 11 torid2gg:0:0000:00:999:[ before posting cheat ]:REASON 11 torid2gg:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Toride II Adauchi Gaiden ] toride2g:0:40C156:63:000:Infinite Credits toride2g:0:40F140:09:000:Infinite Helps toride2g:0:40D1A7:2F:000:Next tile always "help" toride2g:0:40D215:6E:000:Infinite Time PL1 toride2g:0:40D415:6E:000:Infinite Time PL2 ; [ Tornado (bootleg set 1) ] tornado1:0:0000:00:999:[ There are no cheats ]:REASON 1 tornado1:0:0000:00:999:[ for this game as it ]:REASON 1 tornado1:0:0000:00:999:[ didn't work the last ]:REASON 1 tornado1:0:0000:00:999:[ time it was tested. ]:REASON 1 tornado1:0:0000:00:999:[ If the game now works ]:REASON 1 tornado1:0:0000:00:999:[ please request cheats ]:REASON 1 tornado1:0:0000:00:999:[ for it on the cheat ]:REASON 1 tornado1:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tornado (bootleg set 2) ] tornado2:0:0000:00:999:[ There are no cheats ]:REASON 1 tornado2:0:0000:00:999:[ for this game as it ]:REASON 1 tornado2:0:0000:00:999:[ didn't work the last ]:REASON 1 tornado2:0:0000:00:999:[ time it was tested. ]:REASON 1 tornado2:0:0000:00:999:[ If the game now works ]:REASON 1 tornado2:0:0000:00:999:[ please request cheats ]:REASON 1 tornado2:0:0000:00:999:[ for it on the cheat ]:REASON 1 tornado2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tornado Baseball ] tornbase:0:2008:04:000:Infinite Rounds tornbase:0:2295:00:000:Infinite Strikes tornbase:0:2294:00:000:Infinite Balls tornbase:0:2296:00:000:Infinite Outs tornbase:0:2295:00:001:Set Strikes to 0 Now! tornbase:0:2295:02:001:Set Strikes to 2 Now! tornbase:0:2294:00:001:Set Balls to 0 Now! tornbase:0:2294:03:001:Set Balls to 3 Now! tornbase:0:2296:00:001:Set Outs to 0 Now! tornbase:0:2296:02:001:Set Outs to 2 Now! ; [ Torus ] torus:0:0000:00:999:[ This game hasn't even ]:REASON 11 torus:0:0000:00:999:[ been looked at due to ]:REASON 11 torus:0:0000:00:999:[ time constraints - Too]:REASON 11 torus:0:0000:00:999:[ many games and so ]:REASON 11 torus:0:0000:00:999:[ little time. It is ]:REASON 11 torus:0:0000:00:999:[ even possible that ]:REASON 11 torus:0:0000:00:999:[ this game may be a ]:REASON 11 torus:0:0000:00:999:[ clone of an existing ]:REASON 11 torus:0:0000:00:999:[ game which may have ]:REASON 11 torus:0:0000:00:999:[ cheats. Please search ]:REASON 11 torus:0:0000:00:999:[ the cheat forums ]:REASON 11 torus:0:0000:00:999:[ before posting cheat ]:REASON 11 torus:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Toryumon ] toryumon:0:FFFE01:09:000:Infinite Credits toryumon:0:FFC093:03:000:Freeze movement PL1:Best used by PL2 toryumon:0:FFC0B1:40:000:Bubble always full PL1 toryumon:0:FFC0B1:00:000:Bubble always empty PL1 toryumon:0:FFC0B1:40:001:Make Bubble full Now! PL1 toryumon:0:FFC0B1:00:001:Make Bubble empty Now! PL1 toryumon:0:FFC293:03:000:Freeze movement PL2:Best used by PL1 toryumon:0:FFC2B1:40:000:Bubble always full PL2 toryumon:0:FFC2B1:00:000:Bubble always empty PL2 toryumon:0:FFC2B1:40:001:Make Bubble full Now! PL2 toryumon:0:FFC2B1:00:001:Make Bubble empty Now! PL2 ; [ Total Carnage (rev LA1 03/10/92) ] totcarn:0:0020F726:FA:000:Infinite Keys totcarn:0:00210F02:FF:000:Infinite Ammo SOLO Player:This works for PL1 or PL2 if the game has been started as a single player game totcarn:0:0020F70A:03:000:Infinite Lives PL1 totcarn:0:00210FB6:FF:000:Infinite Ammo PL1 (in a 2 Player started game):For this cheat to work both players must start the game together totcarn:0:0020F70C:09:000:Infinite Bombs PL1 totcarn:0:0020F750:03:000:Infinite Lives PL2 totcarn:0:0021111E:FF:000:Infinite Ammo PL2 (in a 2 Player started game):For this cheat to work both players must start the game together totcarn:0:0020F752:09:000:Infinite Bombs PL2 ; [ Total Carnage (prototype, rev 1.0 01/25/92) ] totcarnp:0:0020F726:FA:000:Infinite Keys totcarnp:0:00210F02:FF:000:Infinite Ammo SOLO Player:This works for PL1 or PL2 if the game has been started as a single player game totcarnp:0:0020F70A:03:000:Infinite Lives PL1 totcarnp:0:00210FB6:FF:000:Infinite Ammo PL1 (in a 2 Player started game):For this cheat to work both players must start the game together totcarnp:0:0020F70C:09:000:Infinite Bombs PL1 totcarnp:0:0020F750:03:000:Infinite Lives PL2 totcarnp:0:0021111E:FF:000:Infinite Ammo PL2 (in a 2 Player started game):For this cheat to work both players must start the game together totcarnp:0:0020F752:09:000:Infinite Bombs PL2 ; [ Touch & Go (World) ] touchgo:0:0000:00:999:[ There are no cheats ]:REASON 1 touchgo:0:0000:00:999:[ for this game as it ]:REASON 1 touchgo:0:0000:00:999:[ didn't work the last ]:REASON 1 touchgo:0:0000:00:999:[ time it was tested. ]:REASON 1 touchgo:0:0000:00:999:[ If the game now works ]:REASON 1 touchgo:0:0000:00:999:[ please request cheats ]:REASON 1 touchgo:0:0000:00:999:[ for it on the cheat ]:REASON 1 touchgo:0:0000:00:999:[ forums. ]:REASON 1 ; [ Touch & Go (earlier revision) ] touchgoe:0:0000:00:999:[ There are no cheats ]:REASON 1 touchgoe:0:0000:00:999:[ for this game as it ]:REASON 1 touchgoe:0:0000:00:999:[ didn't work the last ]:REASON 1 touchgoe:0:0000:00:999:[ time it was tested. ]:REASON 1 touchgoe:0:0000:00:999:[ If the game now works ]:REASON 1 touchgoe:0:0000:00:999:[ please request cheats ]:REASON 1 touchgoe:0:0000:00:999:[ for it on the cheat ]:REASON 1 touchgoe:0:0000:00:999:[ forums. ]:REASON 1 ; [ Touch & Go (Non North America) ] touchgon:0:0000:00:999:[ There are no cheats ]:REASON 1 touchgon:0:0000:00:999:[ for this game as it ]:REASON 1 touchgon:0:0000:00:999:[ didn't work the last ]:REASON 1 touchgon:0:0000:00:999:[ time it was tested. ]:REASON 1 touchgon:0:0000:00:999:[ If the game now works ]:REASON 1 touchgon:0:0000:00:999:[ please request cheats ]:REASON 1 touchgon:0:0000:00:999:[ for it on the cheat ]:REASON 1 touchgon:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tournament Table (set 2) ] tourtab2:0:0000:00:999:[ This game hasn't even ]:REASON 11 tourtab2:0:0000:00:999:[ been looked at due to ]:REASON 11 tourtab2:0:0000:00:999:[ time constraints - Too]:REASON 11 tourtab2:0:0000:00:999:[ many games and so ]:REASON 11 tourtab2:0:0000:00:999:[ little time. It is ]:REASON 11 tourtab2:0:0000:00:999:[ even possible that ]:REASON 11 tourtab2:0:0000:00:999:[ this game may be a ]:REASON 11 tourtab2:0:0000:00:999:[ clone of an existing ]:REASON 11 tourtab2:0:0000:00:999:[ game which may have ]:REASON 11 tourtab2:0:0000:00:999:[ cheats. Please search ]:REASON 11 tourtab2:0:0000:00:999:[ the cheat forums ]:REASON 11 tourtab2:0:0000:00:999:[ before posting cheat ]:REASON 11 tourtab2:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tournament Table (set 1) ] tourtabl:0:0000:00:999:[ This game hasn't even ]:REASON 11 tourtabl:0:0000:00:999:[ been looked at due to ]:REASON 11 tourtabl:0:0000:00:999:[ time constraints - Too]:REASON 11 tourtabl:0:0000:00:999:[ many games and so ]:REASON 11 tourtabl:0:0000:00:999:[ little time. It is ]:REASON 11 tourtabl:0:0000:00:999:[ even possible that ]:REASON 11 tourtabl:0:0000:00:999:[ this game may be a ]:REASON 11 tourtabl:0:0000:00:999:[ clone of an existing ]:REASON 11 tourtabl:0:0000:00:999:[ game which may have ]:REASON 11 tourtabl:0:0000:00:999:[ cheats. Please search ]:REASON 11 tourtabl:0:0000:00:999:[ the cheat forums ]:REASON 11 tourtabl:0:0000:00:999:[ before posting cheat ]:REASON 11 tourtabl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Turbo Out Run (set 3, upgrade kit, FD1094 317-0118) ] :toutrun:00000000:060052:00000063:FFFFFFFF:Infinite Credits :toutrun:00000000:060861:00000099:FFFFFFFF:Infinite Time:Turn it OFF on Transmission or Parts select screen :toutrun:00100000:2607B2:00000100:FFFFFFFF:Always Use Turbo :toutrun:00100000:2607B4:00000000:FFFFFFFF:Turbo Never Overheats :toutrun:00000000:0608F1:000000FF:FFFFFFFF:Always Faster Speed :toutrun:00010000:260783:000000FF:FFFFFFFF:Always Faster Speed (2/2) :toutrun:00000000:0608F7:00000001:00000001:Always Have Hipower Engine :toutrun:00000000:0608F7:00000002:00000002:Always Have Higrip Tire :toutrun:00000000:0608F7:00000004:00000004:Always Have Special Turbo :toutrun:00000001:0608B3:00000003:FFFFFFFF:Set Current Stage as Final Now! :toutrun:00010001:060D61:0000000F:FFFFFFFF:Set Current Stage as Final Now! (2/3) :toutrun:00010001:260003:00000003:FFFFFFFF:Set Current Stage as Final Now! (3/3) ; [ Turbo Out Run (set 1, FD1094 317-unknown) ] :toutrun1:00000000:060052:00000063:FFFFFFFF:Infinite Credits :toutrun1:00000000:060861:00000099:FFFFFFFF:Infinite Time:Turn it OFF on Transmission or Parts select screen :toutrun1:00100000:2607B2:00000100:FFFFFFFF:Always Use Turbo :toutrun1:00100000:2607B4:00000000:FFFFFFFF:Turbo Never Overheats :toutrun1:00000000:0608F1:000000FF:FFFFFFFF:Always Faster Speed :toutrun1:00010000:260783:000000FF:FFFFFFFF:Always Faster Speed (2/2) :toutrun1:00000000:0608F7:00000001:00000001:Always Have Hipower Engine :toutrun1:00000000:0608F7:00000002:00000002:Always Have Higrip Tire :toutrun1:00000000:0608F7:00000004:00000004:Always Have Special Turbo :toutrun1:00000001:0608B3:00000003:FFFFFFFF:Set Current Stage as Final Now! :toutrun1:00010001:060D61:0000000F:FFFFFFFF:Set Current Stage as Final Now! (2/3) :toutrun1:00010001:260003:00000003:FFFFFFFF:Set Current Stage as Final Now! (3/3) ; [ Turbo Out Run (set 2, upright, FD1094 317-unknown) ] :toutrun2:00000000:060052:00000063:FFFFFFFF:Infinite Credits :toutrun2:00000000:060861:00000099:FFFFFFFF:Infinite Time:Turn it OFF on Transmission or Parts select screen :toutrun2:00100000:2607B2:00000100:FFFFFFFF:Always Use Turbo :toutrun2:00100000:2607B4:00000000:FFFFFFFF:Turbo Never Overheats :toutrun2:00000000:0608F1:000000FF:FFFFFFFF:Always Faster Speed :toutrun2:00010000:260783:000000FF:FFFFFFFF:Always Faster Speed (2/2) :toutrun2:00000000:0608F7:00000001:00000001:Always Have Hipower Engine :toutrun2:00000000:0608F7:00000002:00000002:Always Have Higrip Tire :toutrun2:00000000:0608F7:00000004:00000004:Always Have Special Turbo :toutrun2:00000001:0608B3:00000003:FFFFFFFF:Set Current Stage as Final Now! :toutrun2:00010001:060D61:0000000F:FFFFFFFF:Set Current Stage as Final Now! (2/3) :toutrun2:00010001:260003:00000003:FFFFFFFF:Set Current Stage as Final Now! (3/3) ; [ Toypop ] toypop:0:0ABD:63:000:Infinite Credits toypop:0:0A68:09:000:Infinite Time toypop:0:0A69:0A:500:Infinite Time (2/2) toypop:0:08BB:03:001:Get 1 heart to open door Now!: toypop:0:0900:06:000:Infinite Lives PL1 toypop:0:0918:00:000:Invincibility "ON" PL1 toypop:0:0918:01:001:Invincibility "OFF" PL1 toypop:0:0940:06:000:Infinite Lives PL2 toypop:0:0958:00:000:Invincibility "ON" PL2 toypop:0:0958:01:001:Invincibility "OFF" PL2 ; [ Tetris Plus 2 (MegaSystem 32 Version) ] tp2m32:0:FEE0C454:63:000:Infinite Credits :tp2m32:00800000:FEE16458:00000000:FFFFFFFF:Unlock Another World:Puzzle Mode ONLY tp2m32:0:FEE1639C:00:000:Infinite Time tp2m32:0:FEE16398:00:500:Infinite Time (2/2) tp2m32:0:FEE14284:05:000:Crusher Always at Top tp2m32:0:00000000:00:999:[ ] tp2m32:0:00000000:00:999:[ This cheat is for use in the Puzzle Mode ONLY! ] tp2m32:0:00000000:00:999:[ ] tp2m32:0:FEE1606C:03:000:Infinite Bombs tp2m32:0:00000000:00:999:[ ] tp2m32:0:00000000:00:999:[ These PL1 cheats are for use in the ALL Modes ] tp2m32:0:00000000:00:999:[ The PL2 cheats are for use in the VS mode ONLY!] tp2m32:0:00000000:00:999:[ ] tp2m32:0:FEE13A10:00:000:Next shape always the Red -- shape PL1 tp2m32:0:FEE13A10:01:000:Next shape always the Yellow square shape PL1 tp2m32:0:FEE13A10:02:000:Next shape always the Light Blue T shape PL1 tp2m32:0:FEE13A10:03:000:Next shape always the Dark Blue L shape PL1 tp2m32:0:FEE13A10:04:000:Next shape always the Orange L shape PL1 tp2m32:0:FEE13A10:05:000:Next shape always the Green Z shape PL1 tp2m32:0:FEE13A10:06:000:Next shape always the Purple Z shape PL1 tp2m32:0:FEE13A10:00:001:Next shape is the Red -- shape Now! PL1 tp2m32:0:FEE13A10:01:001:Next shape is the Yellow square shape Now!PL1 tp2m32:0:FEE13A10:02:001:Next shape is the Light Blue T shape Now! PL1 tp2m32:0:FEE13A10:03:001:Next shape is the Dark Blue L shape Now! PL1 tp2m32:0:FEE13A10:04:001:Next shape is the Orange L shape Now! PL1 tp2m32:0:FEE13A10:05:001:Next shape is the Green Z shape Now! PL1 tp2m32:0:FEE13A10:06:001:Next shape is the Purple Z shape Now! PL1 tp2m32:0:FEE13B50:00:000:Next shape always the Red -- shape PL2 tp2m32:0:FEE13B50:01:000:Next shape always the Yellow square shape PL2 tp2m32:0:FEE13B50:02:000:Next shape always the Light Blue T shape PL2 tp2m32:0:FEE13B50:03:000:Next shape always the Dark Blue L shape PL2 tp2m32:0:FEE13B50:04:000:Next shape always the Orange L shape PL2 tp2m32:0:FEE13B50:05:000:Next shape always the Green Z shape PL2 tp2m32:0:FEE13B50:06:000:Next shape always the Purple Z shape PL2 tp2m32:0:FEE13B50:00:001:Next shape is the Red -- shape Now! PL2 tp2m32:0:FEE13B50:01:001:Next shape is the Yellow square shape Now!PL2 tp2m32:0:FEE13B50:02:001:Next shape is the Light Blue T shape Now! PL2 tp2m32:0:FEE13B50:03:001:Next shape is the Dark Blue L shape Now! PL2 tp2m32:0:FEE13B50:04:001:Next shape is the Orange L shape Now! PL2 tp2m32:0:FEE13B50:05:001:Next shape is the Green Z shape Now! PL2 tp2m32:0:FEE13B50:06:001:Next shape is the Purple Z shape Now! PL2 ; [ Time Pilot '84 (set 1) ] tp84:0:57D0:05:000:Infinite Lives :tp84:21800000:F46E:00000000:FFFFFFFF:Invincibility :tp84:21810000:F4B3:00000000:FFFFFFFF:Invincibility (2/10) :tp84:21810000:F4FD:00000000:FFFFFFFF:Invincibility (3/10) :tp84:21810000:F547:00000000:FFFFFFFF:Invincibility (4/10) :tp84:21810000:F588:00000020:FFFFFFFF:Invincibility (5/10) :tp84:21810000:F5C4:00000000:FFFFFFFF:Invincibility (6/10) :tp84:21810000:F609:00000000:FFFFFFFF:Invincibility (7/10) :tp84:21810000:F64E:00000000:FFFFFFFF:Invincibility (8/10) :tp84:21810000:F698:00000000:FFFFFFFF:Invincibility (9/10) :tp84:21810000:F6E2:00000000:FFFFFFFF:Invincibility (10/10) :tp84:00000000:57BE:00000000:FFFFFFFF:Rapid Fire - Shot :tp84:00000000:57BF:00000000:FFFFFFFF:Rapid Fire - Missile ; [ Time Pilot '84 (set 2) ] tp84a:0:57D0:05:000:Infinite Lives :tp84a:21800000:F46E:00000000:FFFFFFFF:Invincibility :tp84a:21810000:F4B3:00000000:FFFFFFFF:Invincibility (2/10) :tp84a:21810000:F4FD:00000000:FFFFFFFF:Invincibility (3/10) :tp84a:21810000:F547:00000000:FFFFFFFF:Invincibility (4/10) :tp84a:21810000:F588:00000020:FFFFFFFF:Invincibility (5/10) :tp84a:21810000:F5C4:00000000:FFFFFFFF:Invincibility (6/10) :tp84a:21810000:F609:00000000:FFFFFFFF:Invincibility (7/10) :tp84a:21810000:F64E:00000000:FFFFFFFF:Invincibility (8/10) :tp84a:21810000:F698:00000000:FFFFFFFF:Invincibility (9/10) :tp84a:21810000:F6E2:00000000:FFFFFFFF:Invincibility (10/10) :tp84a:00000000:57BE:00000000:FFFFFFFF:Rapid Fire - Shot :tp84a:00000000:57BF:00000000:FFFFFFFF:Rapid Fire - Missile ; [ Time Pilot '84 (set 3) ] tp84b:0:17D0:05:000:Infinite Lives :tp84b:21800000:E592:00000000:FFFFFFFF:Invincibility :tp84b:21810000:E5D7:00000000:FFFFFFFF:Invincibility (02/10) :tp84b:21810000:E621:00000000:FFFFFFFF:Invincibility (03/10) :tp84b:21810000:E66B:00000000:FFFFFFFF:Invincibility (04/10) :tp84b:21810000:E6AC:00000020:FFFFFFFF:Invincibility (05/10) :tp84b:21810000:E6E8:00000000:FFFFFFFF:Invincibility (06/10) :tp84b:21810000:E72D:00000000:FFFFFFFF:Invincibility (07/10) :tp84b:21810000:E772:00000000:FFFFFFFF:Invincibility (08/10) :tp84b:21810000:E7C8:00000000:FFFFFFFF:Invincibility (09/10) :tp84b:21810000:E806:00000000:FFFFFFFF:Invincibility (10/10) :tp84b:00000000:17BE:00000000:FFFFFFFF:Rapid Fire - Shot :tp84b:00000000:17BF:00000000:FFFFFFFF:Rapid Fire - Missile ; [ Top Player's Golf ] tpgolf:0:10021B:3B:000:Infinite Time tpgolf:0:100106:01:000:Infinite Strokes tpgolf:0:10022C:63:000:Infinite Holes PL1 tpgolf:0:1002AC:63:000:Infinite Holes PL2 :tpgolf:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :tpgolf:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :tpgolf:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Track & Field (Centuri) ] trackflc:0:287F:01:000:Always Qualify in u 2 sec trackflc:0:28D9:00:000:No False Starts PL1 & PL3 trackflc:0:28F9:00:000:No False Starts PL2 & PL4 trackflc:0:28C9:00:000:No Long Jump fouls trackflc:0:2B9F:00:000:No High Jump Faults PL1 trackflc:0:2BBF:00:000:No High Jump Faults PL2 trackflc:0:2BDF:00:000:No High Jump Faults PL3 trackflc:0:2BFF:00:000:No High Jump Faults PL4 trackflc:0:2B81:02:000:Infinite Lives PL1 trackflc:0:2BA1:02:000:Infinite Lives PL2 trackflc:0:2BC1:02:000:Infinite Lives PL3 trackflc:0:2BE1:02:000:Infinite Lives PL4 trackflc:0:2A38:2D:000:Super Hammer Throw trackflc:0:0000:00:999:[Turn the 'Start on' cheats ] trackflc:0:0000:00:999:[ON on the title screen and ] trackflc:0:0000:00:999:[DON'T forget to turn off ] trackflc:0:0000:00:999:[them OFF when you are on ] trackflc:0:0000:00:999:[the event or you won't ] trackflc:0:0000:00:999:[progress any further!! ] trackflc:0:2884:00:000:Start on 100 Meter Dash trackflc:0:2884:01:000:Start on Long Jump trackflc:0:2884:02:000:Start on Javelin Throw trackflc:0:2884:03:000:Start on 110 Meter Hurdles trackflc:0:2884:04:000:Start on Hammer Throw trackflc:0:2884:05:000:Start on High Jump trackflc:0:0000:00:999:[The Superman cheat allows ] trackflc:0:0000:00:999:[you to leap tall buildings ] trackflc:0:0000:00:999:[in one bound - handy for ] trackflc:0:0000:00:999:[the High Jump!! It DOES NOT] trackflc:0:0000:00:999:[work well with the Auto ] trackflc:0:0000:00:999:[Angle cheat so turn ONE ] trackflc:0:0000:00:999:[of them OFF!!!!! ] trackflc:0:28B3:09:000:Superman trackflc:0:28D8:2D:000:Auto 45 degrees angle trackflc:0:0000:00:999:[On the High Jump it's best ] trackflc:0:0000:00:999:[to disable the Full Speed ] trackflc:0:0000:00:999:[and use the Superman cheat.] trackflc:0:28B0:01:000:Full Speed trackflc:0:28B1:05:500:Full Speed (2/3) trackflc:0:28B2:00:500:Full Speed (3/3) trackflc:0:0000:00:999:[Don't use the Full Speed ] trackflc:0:0000:00:999:[cheat on the Hurdles - it ] trackflc:0:0000:00:999:[is TOO fast, use Fast for ] trackflc:0:0000:00:999:[Hurdles instead. ] trackflc:0:28B0:01:000:Fast for Hurdles trackflc:0:28B1:02:500:Fast for Hurdles (2/3) trackflc:0:28B2:00:500:Fast for Hurdles (3/3) trackflc:0:0000:00:999:[The Take steroids cheat is ] trackflc:0:0000:00:999:[better than the Full Speed ] trackflc:0:0000:00:999:[cheat. However, you must be] trackflc:0:0000:00:999:[careful with it or you'll ] trackflc:0:0000:00:999:[run off the pitch and the ] trackflc:0:0000:00:999:[anti-doping control will ] trackflc:0:0000:00:999:[catch you!! ;-) ] trackflc:0:2834:00:000:Take steroids ; [ Track & Field ] trackfld:0:287F:01:000:Always Qualify in u 2 sec trackfld:0:28D9:00:000:No False Starts PL1 & PL3 trackfld:0:28F9:00:000:No False Starts PL2 & PL4 trackfld:0:28C9:00:000:No Long Jump fouls trackfld:0:2B9F:00:000:No High Jump Faults PL1 trackfld:0:2BBF:00:000:No High Jump Faults PL2 trackfld:0:2BDF:00:000:No High Jump Faults PL3 trackfld:0:2BFF:00:000:No High Jump Faults PL4 trackfld:0:2B81:02:000:Infinite Lives PL1 trackfld:0:2BA1:02:000:Infinite Lives PL2 trackfld:0:2BC1:02:000:Infinite Lives PL3 trackfld:0:2BE1:02:000:Infinite Lives PL4 trackfld:0:2A38:2D:000:Super Hammer Throw trackfld:0:0000:00:999:[Turn the 'Start on' cheats ] trackfld:0:0000:00:999:[ON on the title screen and ] trackfld:0:0000:00:999:[DON'T forget to turn off ] trackfld:0:0000:00:999:[them OFF when you are on ] trackfld:0:0000:00:999:[the event or you won't ] trackfld:0:0000:00:999:[progress any further!! ] trackfld:0:2884:00:000:Start on 100 Meter Dash trackfld:0:2884:01:000:Start on Long Jump trackfld:0:2884:02:000:Start on Javelin Throw trackfld:0:2884:03:000:Start on 110 Meter Hurdles trackfld:0:2884:04:000:Start on Hammer Throw trackfld:0:2884:05:000:Start on High Jump trackfld:0:0000:00:999:[The Superman cheat allows ] trackfld:0:0000:00:999:[you to leap tall buildings ] trackfld:0:0000:00:999:[in one bound - handy for ] trackfld:0:0000:00:999:[the High Jump!! It DOES NOT] trackfld:0:0000:00:999:[work well with the Auto ] trackfld:0:0000:00:999:[Angle cheat so turn ONE ] trackfld:0:0000:00:999:[of them OFF!!!!! ] trackfld:0:28B3:09:000:Superman trackfld:0:28D8:2D:000:Auto 45 degrees angle trackfld:0:0000:00:999:[On the High Jump it's best ] trackfld:0:0000:00:999:[to disable the Full Speed ] trackfld:0:0000:00:999:[and use the Superman cheat.] trackfld:0:28B0:01:000:Full Speed trackfld:0:28B1:05:500:Full Speed (2/3) trackfld:0:28B2:00:500:Full Speed (3/3) trackfld:0:0000:00:999:[Don't use the Full Speed ] trackfld:0:0000:00:999:[cheat on the Hurdles - it ] trackfld:0:0000:00:999:[is TOO fast, use Fast for ] trackfld:0:0000:00:999:[Hurdles instead. ] trackfld:0:28B0:01:000:Fast for Hurdles trackfld:0:28B1:02:500:Fast for Hurdles (2/3) trackfld:0:28B2:00:500:Fast for Hurdles (3/3) trackfld:0:0000:00:999:[The Take steroids cheat is ] trackfld:0:0000:00:999:[better than the Full Speed ] trackfld:0:0000:00:999:[cheat. However, you must be] trackfld:0:0000:00:999:[careful with it or you'll ] trackfld:0:0000:00:999:[run off the pitch and the ] trackfld:0:0000:00:999:[anti-doping control will ] trackfld:0:0000:00:999:[catch you!! ;-) ] trackfld:0:2834:00:000:Take steroids ; [ Trail Blazer ] trailblz:0:0000:00:999:[ There are no cheats ]:REASON 1 trailblz:0:0000:00:999:[ for this game as it ]:REASON 1 trailblz:0:0000:00:999:[ didn't work the last ]:REASON 1 trailblz:0:0000:00:999:[ time it was tested. ]:REASON 1 trailblz:0:0000:00:999:[ If the game now works ]:REASON 1 trailblz:0:0000:00:999:[ please request cheats ]:REASON 1 trailblz:0:0000:00:999:[ for it on the cheat ]:REASON 1 trailblz:0:0000:00:999:[ forums. ]:REASON 1 ; [ Thrash Rally ] trally:0:10FD89:64:000:Infinite Continues trally:0:1030B2:00:500:Infinite Continues (2/2) trally:0:103611:99:000:Infinite Time trally:0:103613:3B:500:Infinite Time (2/2) :trally:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :trally:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :trally:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Tranquilizer Gun ] tranqgun:0:E4EC:03:000:Infinite Lives PL1 tranqgun:0:E4ED:03:000:Infinite Lives PL2 tranqgun:0:E5B5:63:000:Infinite Time Animal 1 tranqgun:0:E5D1:63:000:Infinite Time Animal 2 tranqgun:0:E5ED:63:000:Infinite Time Animal 3 tranqgun:0:E609:63:000:Infinite Time Animal 4 ; [ Transformer ] transfrm:0:C000:09:000:Infinite Credits transfrm:0:C128:05:000:Infinite Lives transfrm:0:C107:00:000:Infinite Pow transfrm:0:C108:04:500:Infinite Pow (2/2) :transfrm:20800000:49FF:00000014:FFFFFFFF:Invincibility :transfrm:00000000:F3B7:00000001:FFFFFFFF:Rapid Fire ; [ Traverse USA / Zippy Race ] travrusa:0:E70D:01:000:Rank always set to 1st travrusa:0:0000:00:999:[Infinite Fuel must be ] travrusa:0:0000:00:999:[turned off at New York. ] travrusa:0:E708:1E:000:Infinite Fuel travrusa:0:E309:26:000:Always Super Speed travrusa:0:E309:26:001:Super Speed Now!:Use this with an Activation Key for best effect travrusa:0:0000:00:999:[Invincibility must be ] travrusa:0:0000:00:999:[turned OFF before entering ] travrusa:0:0000:00:999:[the final straight of ] travrusa:0:0000:00:999:[each city. ] travrusa:0:E300:03:000:Invincibility travrusa:0:0000:00:999:[See the Dip Switch Menu to ] travrusa:0:0000:00:999:[enable an alternate ] travrusa:0:0000:00:999:[Invincibility cheat. ] ; [ Tricky Doc (Set 2) ] :trckydca:00000000:E0B4:00000090:FFFFFFFF:Infinite Credits :trckydca:00000301:E6A0:00000005:FFFFFFFF:Select Starting Stage:Set on the map screen :trckydca:00000000:E0F2:00000000:FFFFFFFF:Infinite Time :trckydca:00000000:E6AC:00000008:FFFFFFFF:Infinite Lives :trckydca:20800000:1B67:000000C9:FFFFFFFF:Invincibility:You die though when you fall off a high platform :trckydca:20810000:2755:000000C9:FFFFFFFF:Invincibility (2/2) :trckydca:00000000:E25A:0000000A:FFFFFFFF:Always Have Spray :trckydca:00010000:E6A9:000000FF:FFFFFFFF:Always Have Spray (2/2) :trckydca:00000000:E356:00000000:00000002:Rapid Fire:Turn it OFF on the name entry screen ; [ Tricky Doc (Set 1) ] :trckydoc:00000000:E0B4:00000090:FFFFFFFF:Infinite Credits :trckydoc:00000301:E6A0:00000005:FFFFFFFF:Select Starting Stage:Set on the map screen :trckydoc:00000000:E0F2:00000000:FFFFFFFF:Infinite Time :trckydoc:00000000:E6AC:00000008:FFFFFFFF:Infinite Lives :trckydoc:20800000:1B67:000000C9:FFFFFFFF:Invincibility:You die though when you fall off a high platform :trckydoc:20810000:2755:000000C9:FFFFFFFF:Invincibility (2/2) :trckydoc:00000000:E25A:0000000A:FFFFFFFF:Always Have Spray :trckydoc:00010000:E6A9:000000FF:FFFFFFFF:Always Have Spray (2/2) :trckydoc:00000000:E356:00000000:00000002:Rapid Fire:Turn it OFF on the name entry screen ; [ Treasure Hunt (Japan?) ] treahunt:0:0000:00:999:[See the Dip Switch Menu to ] treahunt:0:0000:00:999:[enable Invincibility. ] treahunt:0:449A:06:000:Infinite Lives PL1 treahunt:0:40F1:63:000:Infinite Ammo PL1 treahunt:0:449B:06:000:Infinite Lives PL2 treahunt:0:40F2:63:000:Infinite Ammo PL2 ; [ Trick Trap (World?) ] tricktrp:0:2202:FF:000:Infinite Credits tricktrp:0:0000:00:999:[Turn ALL cheats OFF with F6] tricktrp:0:0000:00:999:[at the end of each level!! ] tricktrp:0:2489:09:000:Infinite Time tricktrp:0:248A:59:500:Infinite Time (2/2) tricktrp:0:2C81:02:040:Invincibility (flickering) tricktrp:0:1C76:03:000:Infinite Magic tricktrp:0:1CCC:07:000:Always have Maximum Shot tricktrp:0:1CCD:05:000:Always have Maximum Laser tricktrp:0:1CCE:02:000:Always have Maximum Bomb tricktrp:0:1CC9:03:000:Always have Maximum Speed tricktrp:0:2401:05:000:Infinite Lives PL1 tricktrp:0:240C:05:000:Infinite Continues PL1 tricktrp:0:2441:05:000:Infinite Lives PL2 tricktrp:0:244C:05:000:Infinite Continues PL2 tricktrp:0:2582:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code ; [ Trigon (Japan) ] trigon:0:000000:00:999:[Enable invincibility during] trigon:0:000000:00:999:[game play ONLY!! ] trigon:0:090200:64:000:Infinite Lives PL1 trigon:0:0902A0:01:000:Infinite Beam S. Weapon PL1 trigon:0:0902A0:02:000:Infinite Flame S. Weapon PL1 trigon:0:092952:01:000:Invincibility PL1 trigon:0:092954:00:500:Invincibility PL1 (2/3) trigon:0:09295A:00:500:Invincibility PL1 (3/3) trigon:0:090300:64:000:Infinite Lives PL2 trigon:0:0902B0:01:000:Infinite Beam S. Weapon PL2 trigon:0:0902B0:02:000:Infinite Flame S. Weapon PL2 trigon:0:092A32:01:000:Invincibility PL2 trigon:0:092A34:00:500:Invincibility PL2 (2/3) trigon:0:092A3A:00:500:Invincibility PL2 (3/3) trigon:0:092C88:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Trio The Punch - Never Forget Me... (Japan) ] triothej:0:1F0049:1E:000:Infinite Time triothej:0:1F003D:0C:000:Infinite Energy triothej:0:1F0025:58:000:Invincibility triothej:0:1F0092:01:000:Infinite Special triothej:0:1F003F:0B:000:Ninja Main Level 1 triothej:0:1F003F:0C:000:Ninja Main Level 2 triothej:0:1F003F:0D:000:Ninja Main Level 3 triothej:0:1F0040:03:000:Fighter Sub Level 1 triothej:0:1F0040:04:000:Fighter Sub Level 2 triothej:0:1F0040:05:000:Fighter Sub Level 3 ; [ Trio The Punch - Never Forget Me... (World) ] triothep:0:1F0049:1E:000:Infinite Time triothep:0:1F003D:0C:000:Infinite Energy triothep:0:1F0025:58:000:Invincibility triothep:0:1F0092:01:000:Infinite Special triothep:0:1F003F:0B:000:Ninja Main Level 1 triothep:0:1F003F:0C:000:Ninja Main Level 2 triothep:0:1F003F:0D:000:Ninja Main Level 3 triothep:0:1F0040:03:000:Fighter Sub Level 1 triothep:0:1F0040:04:000:Fighter Sub Level 2 triothep:0:1F0040:05:000:Fighter Sub Level 3 ; [ Triple Punch ] triplep:0:4108:08:000:Infinite Lives triplep:0:4300:01:000:Invincibility:only enable during gameplay triplep:0:4302:01:500:Invincibility (2/3) triplep:0:4793:01:500:Invincibility (3/3) ; [ Mahjong Triple Wars (Japan) ] triplew1:0:0000:00:999:[ The winning hand cheat must be activated when ] triplew1:0:0000:00:999:[ there are 14 tiles in your hand, then press ] triplew1:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] triplew1:0:0000:00:999:[ visually change until you make a move. ] triplew1:0:FC8B:31:001:Get winning hand Now! triplew1:0:FC8C:31:501:Get winning hand Now! (02/14) triplew1:0:FC8D:31:501:Get winning hand Now! (03/14) triplew1:0:FC8E:32:501:Get winning hand Now! (04/14) triplew1:0:FC8F:32:501:Get winning hand Now! (05/14) triplew1:0:FC90:32:501:Get winning hand Now! (06/14) triplew1:0:FC91:33:501:Get winning hand Now! (07/14) triplew1:0:FC92:33:501:Get winning hand Now! (08/14) triplew1:0:FC93:33:501:Get winning hand Now! (09/14) triplew1:0:FC94:34:501:Get winning hand Now! (10/14) triplew1:0:FC95:34:501:Get winning hand Now! (11/14) triplew1:0:FC96:34:501:Get winning hand Now! (12/14) triplew1:0:FC97:35:501:Get winning hand Now! (13/14) triplew1:0:FC98:35:501:Get winning hand Now! (14/14) triplew1:0:FC8B:31:000:Always winning hand triplew1:0:FC8C:31:500:Always winning hand (02/14) triplew1:0:FC8D:31:500:Always winning hand (03/14) triplew1:0:FC8E:32:500:Always winning hand (04/14) triplew1:0:FC8F:32:500:Always winning hand (05/14) triplew1:0:FC90:32:500:Always winning hand (06/14) triplew1:0:FC91:33:500:Always winning hand (07/14) triplew1:0:FC92:33:500:Always winning hand (08/14) triplew1:0:FC93:33:500:Always winning hand (09/14) triplew1:0:FC94:34:500:Always winning hand (10/14) triplew1:0:FC95:34:500:Always winning hand (11/14) triplew1:0:FC96:34:500:Always winning hand (12/14) triplew1:0:FC97:35:500:Always winning hand (13/14) triplew1:0:FC98:35:500:Always winning hand (14/14) ; [ Mahjong Triple Wars 2 (Japan) ] triplew2:0:0000:00:999:[ The winning hand cheat must be activated when ] triplew2:0:0000:00:999:[ there are 14 tiles in your hand, then press ] triplew2:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] triplew2:0:0000:00:999:[ visually change until you make a move. ] triplew2:0:FC8B:31:001:Get winning hand Now! triplew2:0:FC8C:31:501:Get winning hand Now! (02/14) triplew2:0:FC8D:31:501:Get winning hand Now! (03/14) triplew2:0:FC8E:32:501:Get winning hand Now! (04/14) triplew2:0:FC8F:32:501:Get winning hand Now! (05/14) triplew2:0:FC90:32:501:Get winning hand Now! (06/14) triplew2:0:FC91:33:501:Get winning hand Now! (07/14) triplew2:0:FC92:33:501:Get winning hand Now! (08/14) triplew2:0:FC93:33:501:Get winning hand Now! (09/14) triplew2:0:FC94:34:501:Get winning hand Now! (10/14) triplew2:0:FC95:34:501:Get winning hand Now! (11/14) triplew2:0:FC96:34:501:Get winning hand Now! (12/14) triplew2:0:FC97:35:501:Get winning hand Now! (13/14) triplew2:0:FC98:35:501:Get winning hand Now! (14/14) triplew2:0:FC8B:31:000:Always winning hand triplew2:0:FC8C:31:500:Always winning hand (02/14) triplew2:0:FC8D:31:500:Always winning hand (03/14) triplew2:0:FC8E:32:500:Always winning hand (04/14) triplew2:0:FC8F:32:500:Always winning hand (05/14) triplew2:0:FC90:32:500:Always winning hand (06/14) triplew2:0:FC91:33:500:Always winning hand (07/14) triplew2:0:FC92:33:500:Always winning hand (08/14) triplew2:0:FC93:33:500:Always winning hand (09/14) triplew2:0:FC94:34:500:Always winning hand (10/14) triplew2:0:FC95:34:500:Always winning hand (11/14) triplew2:0:FC96:34:500:Always winning hand (12/14) triplew2:0:FC97:35:500:Always winning hand (13/14) triplew2:0:FC98:35:500:Always winning hand (14/14) ; [ Triple Fun ] triplfun:0:203312:1A:000:Infinite Time PL1 triplfun:0:203313:02:000:Infinite Helps PL1 triplfun:0:203742:1A:000:Infinite Time PL2 triplfun:0:203743:02:000:Infinite Helps PL2 ; [ Triple Hunt ] triplhnt:0:0087:39:000:Infinite Time triplhnt:0:0088:39:500:Infinite Time (2/2) ; [ Tri-Pool (Casino Tech) ] tripool:0:0000:00:999:[ This game hasn't even ]:REASON 11 tripool:0:0000:00:999:[ been looked at due to ]:REASON 11 tripool:0:0000:00:999:[ time constraints - Too]:REASON 11 tripool:0:0000:00:999:[ many games and so ]:REASON 11 tripool:0:0000:00:999:[ little time. It is ]:REASON 11 tripool:0:0000:00:999:[ even possible that ]:REASON 11 tripool:0:0000:00:999:[ this game may be a ]:REASON 11 tripool:0:0000:00:999:[ clone of an existing ]:REASON 11 tripool:0:0000:00:999:[ game which may have ]:REASON 11 tripool:0:0000:00:999:[ cheats. Please search ]:REASON 11 tripool:0:0000:00:999:[ the cheat forums ]:REASON 11 tripool:0:0000:00:999:[ before posting cheat ]:REASON 11 tripool:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tri-Pool (Costal Games) ] tripoola:0:0000:00:999:[ This game hasn't even ]:REASON 11 tripoola:0:0000:00:999:[ been looked at due to ]:REASON 11 tripoola:0:0000:00:999:[ time constraints - Too]:REASON 11 tripoola:0:0000:00:999:[ many games and so ]:REASON 11 tripoola:0:0000:00:999:[ little time. It is ]:REASON 11 tripoola:0:0000:00:999:[ even possible that ]:REASON 11 tripoola:0:0000:00:999:[ this game may be a ]:REASON 11 tripoola:0:0000:00:999:[ clone of an existing ]:REASON 11 tripoola:0:0000:00:999:[ game which may have ]:REASON 11 tripoola:0:0000:00:999:[ cheats. Please search ]:REASON 11 tripoola:0:0000:00:999:[ the cheat forums ]:REASON 11 tripoola:0:0000:00:999:[ before posting cheat ]:REASON 11 tripoola:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tri-Sports ] trisport:0:10092F:14:000:Infinite Time (Pool) trisport:0:10078B:09:000:Infinite Turns (Pool) trisport:0:100CB6:03:000:Infinite Holes (Golf) trisport:0:10078B:05:000:Infinite Balls (Golf) ; [ Trivial Pursuit (Baby Boomer Edition) ] triviabb:0:00A1:15:000:Infinite Time triviabb:0:0086:04:000:Infinite Guesses :triviabb:000000A6:0203:00000000:FFFFFFFF:Show if it's the Correct Answer:Answer (000=Right, Other=Wrong) triviabb:0:0203:00:000:Good Answer always Right triviabb:0:0200:99:001:Reward = 9999 pts Now! triviabb:0:0201:99:501:Reward = 9999 pts Now! (2/2) triviabb:0:0000:00:999:[Select the Dice Side during] triviabb:0:0000:00:999:[or after the dice is thrown] triviabb:0:0535:06:072:Select the Dice Side (1-6) ; [ Trivial Pursuit (Spanish Edition) ] triviaes:0:00A1:15:000:Infinite Time triviaes:0:0086:04:000:Infinite Guesses :triviaes:000000A6:0203:00000000:FFFFFFFF:Show if it's the Correct Answer:Answer (000=Right, Other=Wrong) triviaes:0:0203:00:000:Good Answer always Right triviaes:0:0200:99:001:Reward = 9999 pts Now! triviaes:0:0201:99:501:Reward = 9999 pts Now! (2/2) triviaes:0:0000:00:999:[Select the Dice Side during] triviaes:0:0000:00:999:[or after the dice is thrown] triviaes:0:0530:06:072:Select the Dice Side (1-6) ; [ Trivial Pursuit (Genus I) ] triviag1:0:00A1:15:000:Infinite Time triviag1:0:0086:04:000:Infinite Guesses :triviag1:000000A6:0203:00000000:FFFFFFFF:Show if it's the Correct Answer:Answer (000=Right, Other=Wrong) triviag1:0:0203:00:000:Good Answer always Right triviag1:0:0200:99:001:Reward = 9999 pts Now! triviag1:0:0201:99:501:Reward = 9999 pts Now! (2/2) triviag1:0:0000:00:999:[Select the Dice Side during] triviag1:0:0000:00:999:[or after the dice is thrown] triviag1:0:0540:06:072:Select the Dice Side (1-6) ; [ Trivial Pursuit (Genus II) ] triviag2:0:00A1:15:000:Infinite Time triviag2:0:0086:04:000:Infinite Guesses :triviag2:000000A6:0203:00000000:FFFFFFFF:Show if it's the Correct Answer:Answer (000=Right, Other=Wrong) triviag2:0:0203:00:000:Good Answer always Right triviag2:0:0200:99:001:Reward = 9999 pts Now! triviag2:0:0201:99:501:Reward = 9999 pts Now! (2/2) triviag2:0:0000:00:999:[Select the Dice Side during] triviag2:0:0000:00:999:[or after the dice is thrown] triviag2:0:0535:06:072:Select the Dice Side (1-6) ; [ Trivial Pursuit (All Star Sports Edition) ] triviasp:0:00A1:15:000:Infinite Time triviasp:0:0086:04:000:Infinite Guesses :triviasp:000000A6:0203:00000000:FFFFFFFF:Show if it's the Correct Answer:Answer (000=Right, Other=Wrong) triviasp:0:0203:00:000:Good Answer always Right triviasp:0:0200:99:001:Reward = 9999 pts Now! triviasp:0:0201:99:501:Reward = 9999 pts Now! (2/2) triviasp:0:0000:00:999:[Select the Dice Side during] triviasp:0:0000:00:999:[or after the dice is thrown] triviasp:0:0535:06:072:Select the Dice Side (1-6) ; [ Trivial Pursuit (Young Players Edition) ] triviayp:0:00A1:15:000:Infinite Time triviayp:0:0086:04:000:Infinite Guesses :triviayp:000000A6:0203:00000000:FFFFFFFF:Show if it's the Correct Answer:Answer (000=Right, Other=Wrong) triviayp:0:0203:00:000:Good Answer always Right triviayp:0:0200:99:001:Reward = 9999 pts Now! triviayp:0:0201:99:501:Reward = 9999 pts Now! (2/2) triviayp:0:0000:00:999:[Select the Dice Side during] triviayp:0:0000:00:999:[or after the dice is thrown] triviayp:0:0535:06:072:Select the Dice Side (1-6) ; [ Triv Quiz ] :trivquiz:00000000:484B:0000009A:FFFFFFFF:Infinite Time :trivquiz:000000E6:481F:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer ; [ Tropical Angel ] troangel:0:E094:99:004:Infinite Time troangel:0:0000:00:999:[See the Dip Switch Menu to ] troangel:0:0000:00:999:[enable Invincibility. ] ; [ Trog (rev LA4 03/11/91) ] trog:0:0020ECAA:03:000:Infinite Lives PL1 trog:0:0020ED34:03:000:Infinite Lives PL2 trog:0:0020EDBE:03:000:Infinite Lives PL3 trog:0:0020EE48:03:000:Infinite Lives PL4 ; [ Trog (rev LA3 02/14/91) ] trog3:0:0020ECAA:03:000:Infinite Lives PL1 trog3:0:0020ED34:03:000:Infinite Lives PL2 trog3:0:0020EDBE:03:000:Infinite Lives PL3 trog3:0:0020EE48:03:000:Infinite Lives PL4 ; [ Trog (prototype, rev 4.00 07/27/90) ] trogp:0:0020ECAA:03:000:Infinite Lives PL1 trogp:0:0020ED34:03:000:Infinite Lives PL2 trogp:0:0020EDBE:03:000:Infinite Lives PL3 trogp:0:0020EE48:03:000:Infinite Lives PL4 ; [ Trog (rev PA6-PAC 09/09/90) ] trogpa6:0:0020ECAA:03:000:Infinite Lives PL1 trogpa6:0:0020ED34:03:000:Infinite Lives PL2 trogpa6:0:0020EDBE:03:000:Infinite Lives PL3 trogpa6:0:0020EE48:03:000:Infinite Lives PL4 ; [ Trojan (US) ] trojan:0:CDA0:99:000:Infinite Lives trojan:0:C078:00:000:Infinite Energy trojan:0:C079:99:000:Infinite Time ; [ Tatakai no Banka (Japan) ] trojanj:0:CDA0:99:000:Infinite Lives trojanj:0:C078:00:000:Infinite Energy trojanj:0:C079:99:000:Infinite Time ; [ Trojan (Romstar) ] trojanr:0:CDA0:99:000:Infinite Lives trojanr:0:C078:00:000:Infinite Energy trojanr:0:C079:99:000:Infinite Time ; [ Tron (set 1) ] tron:0:C00E:08:000:Infinite Time(disable on MCP) tron:0:C41F:04:000:Infinite Lives tron:0:542F:00:100:Invincibility Light Cycle Game:Try not to go off-screen as it may have strange effects tron:0:473B:18:100:Invincibility TANK Game tron:0:3F91:18:600:Invincibility TANK Game (2/2):Part 1 takes care of bullets, Part 2 does Tank to Tank collisions tron:0:68C1:C9:100:Invincibility Circle Game tron:0:3471:11:100:Invincibility MCP Game tron:0:346A:18:600:Invincibility MCP Game (2/2):Part 1 takes care of first collision, Part 2 does later collisions tron:0:C422:01:000:Start on Level 2 tron:0:C422:02:000:Start on Level 3 tron:0:C422:03:000:Start on Level 4 tron:0:C422:04:000:Start on Level 5 ; [ Tron (set 2) ] tron2:0:C00E:08:000:Infinite Time(disable on MCP) tron2:0:C41F:04:000:Infinite Lives tron2:0:542F:00:100:Invincibility Light Cycle Game:Try not to go off-screen as it may have strange effects tron2:0:473B:18:100:Invincibility TANK Game tron2:0:3F91:18:600:Invincibility TANK Game (2/2):Part 1 takes care of bullets, Part 2 does Tank to Tank collisions tron2:0:68C1:C9:100:Invincibility Circle Game tron2:0:3471:11:100:Invincibility MCP Game tron2:0:346A:18:600:Invincibility MCP Game (2/2):Part 1 takes care of first collision, Part 2 does later collisions tron2:0:C422:01:000:Start on Level 2 tron2:0:C422:02:000:Start on Level 3 tron2:0:C422:03:000:Start on Level 4 tron2:0:C422:04:000:Start on Level 5 ; [ Tron (set 3) ] tron3:0:C00E:08:000:Infinite Time(disable on MCP) tron3:0:C41F:04:000:Infinite Lives tron3:0:542B:00:100:Invincibility Light Cycle Game:Try not to go off-screen as it may have strange effects tron3:0:4710:18:100:Invincibility TANK Game tron3:0:3F91:18:600:Invincibility TANK Game (2/2):Part 1 takes care of bullets, Part 2 does Tank to Tank collisions tron3:0:68C1:C9:100:Invincibility Circle Game tron3:0:346B:11:100:Invincibility MCP Game tron3:0:3464:18:600:Invincibility MCP Game (2/2):Part 1 takes care of first collision, Part 2 does later collisions tron3:0:C422:01:000:Start on Level 2 tron3:0:C422:02:000:Start on Level 3 tron3:0:C422:03:000:Start on Level 4 tron3:0:C422:04:000:Start on Level 5 ; [ Tron (set 4) ] tron4:0:C00E:08:000:Infinite Time(disable on MCP) tron4:0:C41F:04:000:Infinite Lives tron4:0:542B:00:100:Invincibility Light Cycle Game:Try not to go off-screen as it may have strange effects tron4:0:4710:18:100:Invincibility TANK Game tron4:0:3F91:18:600:Invincibility TANK Game (2/2):Part 1 takes care of bullets, Part 2 does Tank to Tank collisions tron4:0:68B3:C9:100:Invincibility Circle Game tron4:0:346B:11:100:Invincibility MCP Game tron4:0:3464:18:600:Invincibility MCP Game (2/2):Part 1 takes care of first collision, Part 2 does later collisions tron4:0:C422:01:000:Start on Level 2 tron4:0:C422:02:000:Start on Level 3 tron4:0:C422:03:000:Start on Level 4 tron4:0:C422:04:000:Start on Level 5 ; [ Top Ranking Stars (World new version) ] trstar:0:413000:09:000:Infinite Credits trstar:0:413893:78:000:Infinite Energy PL1 trstar:0:41806D:8C:500:Infinite Energy PL1 (2/3) trstar:0:41806F:68:500:Infinite Energy PL1 (3/3) trstar:0:413893:00:001:Drain All Energy Now! PL1 trstar:0:41806D:00:501:Drain All Energy Now! PL1 (2/3) trstar:0:41806F:00:501:Drain All Energy Now! PL1 (3/3) trstar:0:413993:78:000:Infinite Energy PL2 trstar:0:4180ED:8C:500:Infinite Energy PL2 (2/3) trstar:0:4180EF:68:500:Infinite Energy PL2 (3/3) trstar:0:413993:00:001:Drain All Energy Now! PL2 trstar:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3) trstar:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3) trstar:0:000000:00:999:[After you enable these region cheats to see any ] trstar:0:000000:00:999:[effect you will have to reset the game (F3). ] trstar:0:0FFFFF:01:100:Region Switch = Japan:Top Ranking Stars trstar:0:0FFFFF:02:100:Region Switch = US:Prime Time Fighter trstar:0:0FFFFF:03:100:Region Switch = World:Top Ranking Stars ; [ Top Ranking Stars (Japan new version) ] trstarj:0:413000:09:000:Infinite Credits trstarj:0:413893:78:000:Infinite Energy PL1 trstarj:0:41806D:8C:500:Infinite Energy PL1 (2/3) trstarj:0:41806F:68:500:Infinite Energy PL1 (3/3) trstarj:0:413893:00:001:Drain All Energy Now! PL1 trstarj:0:41806D:00:501:Drain All Energy Now! PL1 (2/3) trstarj:0:41806F:00:501:Drain All Energy Now! PL1 (3/3) trstarj:0:413993:78:000:Infinite Energy PL2 trstarj:0:4180ED:8C:500:Infinite Energy PL2 (2/3) trstarj:0:4180EF:68:500:Infinite Energy PL2 (3/3) trstarj:0:413993:00:001:Drain All Energy Now! PL2 trstarj:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3) trstarj:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3) trstarj:0:000000:00:999:[After you enable these region cheats to see any ] trstarj:0:000000:00:999:[effect you will have to reset the game (F3). ] trstarj:0:0FFFFF:01:100:Region Switch = Japan:Top Ranking Stars trstarj:0:0FFFFF:02:100:Region Switch = US:Prime Time Fighter trstarj:0:0FFFFF:03:100:Region Switch = World:Top Ranking Stars ; [ Top Ranking Stars (World old version) ] trstaro:0:413000:09:000:Infinite Credits trstaro:0:413893:78:000:Infinite Energy PL1 trstaro:0:41806D:8C:500:Infinite Energy PL1 (2/3) trstaro:0:41806F:68:500:Infinite Energy PL1 (3/3) trstaro:0:413893:00:001:Drain All Energy Now! PL1 trstaro:0:41806D:00:501:Drain All Energy Now! PL1 (2/3) trstaro:0:41806F:00:501:Drain All Energy Now! PL1 (3/3) trstaro:0:413993:78:000:Infinite Energy PL2 trstaro:0:4180ED:8C:500:Infinite Energy PL2 (2/3) trstaro:0:4180EF:68:500:Infinite Energy PL2 (3/3) trstaro:0:413993:00:001:Drain All Energy Now! PL2 trstaro:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3) trstaro:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3) trstaro:0:000000:00:999:[After you enable these region cheats to see any ] trstaro:0:000000:00:999:[effect you will have to reset the game (F3). ] trstaro:0:0FFFFF:01:100:Region Switch = Japan:Top Ranking Stars trstaro:0:0FFFFF:02:100:Region Switch = US:Prime Time Fighter trstaro:0:0FFFFF:03:100:Region Switch = World:Top Ranking Stars ; [ Top Ranking Stars (Japan old version) ] trstaroj:0:413000:09:000:Infinite Credits trstaroj:0:413893:78:000:Infinite Energy PL1 trstaroj:0:41806D:8C:500:Infinite Energy PL1 (2/3) trstaroj:0:41806F:68:500:Infinite Energy PL1 (3/3) trstaroj:0:413893:00:001:Drain All Energy Now! PL1 trstaroj:0:41806D:00:501:Drain All Energy Now! PL1 (2/3) trstaroj:0:41806F:00:501:Drain All Energy Now! PL1 (3/3) trstaroj:0:413993:78:000:Infinite Energy PL2 trstaroj:0:4180ED:8C:500:Infinite Energy PL2 (2/3) trstaroj:0:4180EF:68:500:Infinite Energy PL2 (3/3) trstaroj:0:413993:00:001:Drain All Energy Now! PL2 trstaroj:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3) trstaroj:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3) trstaroj:0:000000:00:999:[After you enable these region cheats to see any ] trstaroj:0:000000:00:999:[effect you will have to reset the game (F3). ] trstaroj:0:0FFFFF:01:100:Region Switch = Japan:Top Ranking Stars trstaroj:0:0FFFFF:02:100:Region Switch = US:Prime Time Fighter trstaroj:0:0FFFFF:03:100:Region Switch = World:Top Ranking Stars ; [ Truco-Tron ] truco:0:0066:00:000:Enemy can never win truco:0:0067:0F:001:Win this Game Now! ; [ Truco Clemente ] trucocl:0:0000:00:999:[ This game hasn't even ]:REASON 11 trucocl:0:0000:00:999:[ been looked at due to ]:REASON 11 trucocl:0:0000:00:999:[ time constraints - Too]:REASON 11 trucocl:0:0000:00:999:[ many games and so ]:REASON 11 trucocl:0:0000:00:999:[ little time. It is ]:REASON 11 trucocl:0:0000:00:999:[ even possible that ]:REASON 11 trucocl:0:0000:00:999:[ this game may be a ]:REASON 11 trucocl:0:0000:00:999:[ clone of an existing ]:REASON 11 trucocl:0:0000:00:999:[ game which may have ]:REASON 11 trucocl:0:0000:00:999:[ cheats. Please search ]:REASON 11 trucocl:0:0000:00:999:[ the cheat forums ]:REASON 11 trucocl:0:0000:00:999:[ before posting cheat ]:REASON 11 trucocl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Truxton / Tatsujin ] truxton:0:081D17:0A:000:Infinite Lives truxton:0:081847:0B:000:Infinite Skulls truxton:0:081838:00:000:Invincibility 'ON' truxton:0:081838:80:001:Invincibility 'OFF' truxton:0:081855:22:001:Get Max Speed Now! truxton:0:081855:22:000:Alway Max Speed truxton:0:081D2D:04:001:Get 4 P Now!:(5th P = Weapon Power Up) truxton:0:081845:01:001:Get Better Weapon Now! truxton:0:081845:01:000:Always Better Weapon truxton:0:081845:02:001:Get Best Weapon Now! truxton:0:081845:02:000:Always Best Weapon truxton:0:081841:00:000:Always Red Fire truxton:0:081843:00:500:Always Red Fire (2/2) truxton:0:081841:08:000:Always Green Fire truxton:0:081843:08:500:Always Green Fire (2/2) truxton:0:081841:10:000:Always Blue Fire truxton:0:081843:10:500:Always Blue Fire (2/2) truxton:0:081841:00:001:Get Red Fire Now! truxton:0:081843:00:501:Get Red Fire Now! (2/2) truxton:0:081841:08:001:Get Green Fire Now! truxton:0:081843:08:501:Get Green Fire Now! (2/2) truxton:0:081841:10:001:Get Blue Fire Now! truxton:0:081843:10:501:Get Blue Fire Now! (2/2) ; [ Truxton II / Tatsujin II / Tatsujin Oh (Japan) ] truxton2:0:1002A5:09:000:Infinite Credits truxton2:0:000000:00:999:[See the Dip Switch Menu to ] truxton2:0:000000:00:999:[enable an alternate ] truxton2:0:000000:00:999:[Invincibility cheat. ] truxton2:0:100429:08:000:Infinite Lives PL1 truxton2:0:10042D:08:000:Infinite Bombs PL1 truxton2:0:1005E2:B4:000:Invincibility "ON" PL1 truxton2:0:1005E2:01:001:Invincibility "OFF" PL1 truxton2:0:10042F:01:000:Always have Red Weapon PL1 truxton2:0:10042F:02:000:Always have Blue Weapon PL1 truxton2:0:10042F:03:000:Always have Green Weapon PL1 truxton2:0:10042F:01:001:Get Red Weapon Now! PL1 truxton2:0:10042F:02:001:Get Blue Weapon Now! PL1 truxton2:0:10042F:03:001:Get Green Weapon Now! PL1 truxton2:0:100447:08:000:Infinite Lives PL2 truxton2:0:10044B:08:000:Infinite Bombs PL2 truxton2:0:100622:B4:000:Invincibility "ON" PL2 truxton2:0:100622:01:001:Invincibility "OFF" PL2 truxton2:0:10044D:01:000:Always have Red Weapon PL2 truxton2:0:10044D:02:000:Always have Blue Weapon PL2 truxton2:0:10044D:03:000:Always have Green Weapon PL2 truxton2:0:10044D:01:001:Get Red Weapon Now! PL2 truxton2:0:10044D:02:001:Get Blue Weapon Now! PL2 truxton2:0:10044D:03:001:Get Green Weapon Now! PL2 ; [ Trivia Challenge ] trvchlng:0:0000:00:999:[ There are no cheats ]:REASON 1 trvchlng:0:0000:00:999:[ for this game as it ]:REASON 1 trvchlng:0:0000:00:999:[ didn't work the last ]:REASON 1 trvchlng:0:0000:00:999:[ time it was tested. ]:REASON 1 trvchlng:0:0000:00:999:[ If the game now works ]:REASON 1 trvchlng:0:0000:00:999:[ please request cheats ]:REASON 1 trvchlng:0:0000:00:999:[ for it on the cheat ]:REASON 1 trvchlng:0:0000:00:999:[ forums. ]:REASON 1 ; [ Trivia Genius ] trvgns:0:0000:00:999:[ This game hasn't even ]:REASON 11 trvgns:0:0000:00:999:[ been looked at due to ]:REASON 11 trvgns:0:0000:00:999:[ time constraints - Too]:REASON 11 trvgns:0:0000:00:999:[ many games and so ]:REASON 11 trvgns:0:0000:00:999:[ little time. It is ]:REASON 11 trvgns:0:0000:00:999:[ even possible that ]:REASON 11 trvgns:0:0000:00:999:[ this game may be a ]:REASON 11 trvgns:0:0000:00:999:[ clone of an existing ]:REASON 11 trvgns:0:0000:00:999:[ game which may have ]:REASON 11 trvgns:0:0000:00:999:[ cheats. Please search ]:REASON 11 trvgns:0:0000:00:999:[ the cheat forums ]:REASON 11 trvgns:0:0000:00:999:[ before posting cheat ]:REASON 11 trvgns:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Trivia Master (set 1) ] :trvmstr:00000000:4058:00000099:FFFFFFFF:Infinite Credits :trvmstr:00000040:4079:0000009A:FFFFFFFF:Infinite Time :trvmstr:0008009E:4074:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer (A=7F, B=BF, C=DF) :trvmstr:00000000:4074:0000007F:FFFFFFFF:Answer A always correct ; [ Trivia Master (set 2) ] :trvmstra:00000000:4058:00000099:FFFFFFFF:Infinite Credits :trvmstra:00000040:4079:0000009A:FFFFFFFF:Infinite Time :trvmstra:0008009E:4074:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer (A=7F, B=BF, C=DF) :trvmstra:00000000:4074:0000007F:FFFFFFFF:Answer A always correct ; [ Trivia Quest ] trvquest:0:0000:00:999:[ There are no cheats ]:REASON 1 trvquest:0:0000:00:999:[ for this game as it ]:REASON 1 trvquest:0:0000:00:999:[ didn't work the last ]:REASON 1 trvquest:0:0000:00:999:[ time it was tested. ]:REASON 1 trvquest:0:0000:00:999:[ If the game now works ]:REASON 1 trvquest:0:0000:00:999:[ please request cheats ]:REASON 1 trvquest:0:0000:00:999:[ for it on the cheat ]:REASON 1 trvquest:0:0000:00:999:[ forums. ]:REASON 1 ; [ Trivia ? Whiz (Horizontal - Question set 2) ] :trvwhzha:00000000:602B:00000020:FFFFFFFF:Infinite Credits :trvwhzha:00100000:60B4:00000000:FFFFFFFF:Infinite Time :trvwhzha:000000E6:640A:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer :trvwhzha:00000000:640A:00000041:FFFFFFFF:Answer A always correct ; [ Trivia ? Whiz (Horizontal - Question set 1) ] :trvwhzho:00000000:602B:00000020:FFFFFFFF:Infinite Credits :trvwhzho:00100000:60B4:00000000:FFFFFFFF:Infinite Time :trvwhzho:000000E6:640A:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer :trvwhzho:00000000:640A:00000041:FFFFFFFF:Answer A always correct ; [ Trivia ? Whiz (Edition 2) ] :trvwhzii:00000000:602B:00000020:FFFFFFFF:Infinite Credits :trvwhzii:00100000:60B4:00000000:FFFFFFFF:Infinite Time :trvwhzii:000000E6:640C:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer :trvwhzii:00000000:640C:00000041:FFFFFFFF:Answer A always correct ; [ Trivia ? Whiz (Edition 4) ] :trvwhziv:00000000:A02B:00000020:FFFFFFFF:Infinite Credits :trvwhziv:00100000:A0B4:00000000:FFFFFFFF:Infinite Time :trvwhziv:000000E6:A7ED:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer :trvwhziv:00000000:A7ED:00000041:FFFFFFFF:Answer A always correct ; [ Trivia ? Whiz (Vertical - Question set 2) ] :trvwhzva:00000000:602B:00000020:FFFFFFFF:Infinite Credits :trvwhzva:00100000:60B4:00000000:FFFFFFFF:Infinite Time :trvwhzva:000000E6:640A:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer :trvwhzva:00000000:640A:00000041:FFFFFFFF:Answer A always correct ; [ Trivia ? Whiz (Vertical - Question set 1) ] :trvwhzve:00000000:602B:00000020:FFFFFFFF:Infinite Credits :trvwhzve:00100000:60B4:00000000:FFFFFFFF:Infinite Time :trvwhzve:000000E6:640A:00000000:FFFFFFFF:Display the Correct Answer:Correct Answer :trvwhzve:00000000:640A:00000041:FFFFFFFF:Answer A always correct ; [ Pro Baseball Skill Tryout (Japan) ] tryout:0:0000:00:999:[ This game hasn't even ]:REASON 11 tryout:0:0000:00:999:[ been looked at due to ]:REASON 11 tryout:0:0000:00:999:[ time constraints - Too]:REASON 11 tryout:0:0000:00:999:[ many games and so ]:REASON 11 tryout:0:0000:00:999:[ little time. It is ]:REASON 11 tryout:0:0000:00:999:[ even possible that ]:REASON 11 tryout:0:0000:00:999:[ this game may be a ]:REASON 11 tryout:0:0000:00:999:[ clone of an existing ]:REASON 11 tryout:0:0000:00:999:[ game which may have ]:REASON 11 tryout:0:0000:00:999:[ cheats. Please search ]:REASON 11 tryout:0:0000:00:999:[ the cheat forums ]:REASON 11 tryout:0:0000:00:999:[ before posting cheat ]:REASON 11 tryout:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Battle Arena Toshinden 2 (USA 951124) ] :ts2:00000000:00389098:00000009:FFFFFFFF:Infinite Credits :ts2:00000301:00381378:00000007:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :ts2:00100000:00381380:00000BB7:FFFFFFFF:Infinite Time:Enable after starting a game. Don't enable it on the character selection screen! :ts2:00100000:00366D4C:00000000:FFFFFFFF:Infinite Play Time PL1 :ts2:00100000:00366D14:00000000:FFFFFFFF:Infinite Energy PL1 :ts2:00100001:00366D14:00000300:FFFFFFFF:Drain All Energy Now! PL1:And lose at the same time :ts2:00100000:00366D24:00000800:FFFFFFFF:Infinite Power PL1 :ts2:00110000:00366D28:00000170:FFFFFFFF:Infinite Power PL1 (2/2) :ts2:00100000:00366D24:00000000:FFFFFFFF:Always No Power PL1 :ts2:00110000:00366D28:00000000:FFFFFFFF:Always No Power PL1 (2/2) :ts2:00000001:00366AFF:0000000B:FFFFFFFF:Play with Uranus PL1:Enable on the character selection screen :ts2:00000001:00366AFF:0000000C:FFFFFFFF:Play with Master PL1:Enable on the character selection screen :ts2:00000000:00000000:00000000:00000000:[ If you select Vermilion or ] :ts2:00000000:00000000:00000000:00000000:[ Sho, the game will crash. ] :ts2:00000001:00366AFF:0000000D:FFFFFFFF:Play with Vermilion PL1:Enable on the character selection screen :ts2:00000001:00366AFF:0000000E:FFFFFFFF:Play with Sho PL1:Enable on the character selection screen :ts2:00000000:00381360:00000000:00000080:Rapid Fire - Weak Weapon PL1:Turn it OFF on the name entry screen :ts2:00000000:00381360:00000000:00000010:Rapid Fire - Strong Weapon PL1:Turn it OFF on the name entry screen :ts2:00000000:00381360:00000000:00000040:Rapid Fire - Weak Kick PL1:Turn it OFF on the name entry screen :ts2:00000000:00381360:00000000:00000020:Rapid Fire - Strong Kick PL1:Turn it OFF on the name entry screen :ts2:00000100:00366B00:00000003:FFFFFFFF:Select Character Color PL1 :ts2:00100000:00366FBC:00000000:FFFFFFFF:Infinite Play Time PL2 :ts2:00100000:00366F84:00000000:FFFFFFFF:Infinite Energy PL2 :ts2:00100001:00366F84:00000300:FFFFFFFF:Drain All Energy Now! PL2:And lose at the same time :ts2:00100000:00366F94:00000800:FFFFFFFF:Infinite Power PL2 :ts2:00110000:00366F98:00000170:FFFFFFFF:Infinite Power PL2 (2/2) :ts2:00100000:00366F94:00000000:FFFFFFFF:Always No Power PL2 :ts2:00110000:00366F98:00000000:FFFFFFFF:Always No Power PL2 (2/2) :ts2:00000001:00366D6F:0000000B:FFFFFFFF:Play with Uranus PL2:Enable on the character selection screen :ts2:00000001:00366D6F:0000000C:FFFFFFFF:Play with Master PL2:Enable on the character selection screen :ts2:00000000:00000000:00000000:00000000:[ If you select Vermilion or ] :ts2:00000000:00000000:00000000:00000000:[ Sho, the game will crash. ] :ts2:00000001:00366D6F:0000000D:FFFFFFFF:Play with Vermilion PL2:Enable on the character selection screen :ts2:00000001:00366D6F:0000000E:FFFFFFFF:Play with Sho PL2:Enable on the character selection screen :ts2:00000000:00381362:00000000:00000080:Rapid Fire - Weak Weapon PL2Turn it OFF on the name entry screen :ts2:00000000:00381362:00000000:00000010:Rapid Fire - Strong Weapon PL2:Turn it OFF on the name entry screen :ts2:00000000:00381362:00000000:00000040:Rapid Fire - Weak Kick PL2:Turn it OFF on the name entry screen :ts2:00000000:00381362:00000000:00000020:Rapid Fire - Strong Kick PL2:Turn it OFF on the name entry screen :ts2:00000100:00366D70:00000003:FFFFFFFF:Select Character Color PL2 ; [ Battle Arena Toshinden 2 (JAPAN 951124) ] :ts2j:00000000:00389098:00000009:FFFFFFFF:Infinite Credits :ts2j:00000301:00381378:00000007:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :ts2j:00100000:00381380:00000BB7:FFFFFFFF:Infinite Time:Enable after starting a game. Don't enable it on the character selection screen! :ts2j:00100000:00366D4C:00000000:FFFFFFFF:Infinite Play Time PL1 :ts2j:00100000:00366D14:00000000:FFFFFFFF:Infinite Energy PL1 :ts2j:00100001:00366D14:00000300:FFFFFFFF:Drain All Energy Now! PL1:And lose at the same time :ts2j:00100000:00366D24:00000800:FFFFFFFF:Infinite Power PL1 :ts2j:00110000:00366D28:00000170:FFFFFFFF:Infinite Power PL1 (2/2) :ts2j:00100000:00366D24:00000000:FFFFFFFF:Always No Power PL1 :ts2j:00110000:00366D28:00000000:FFFFFFFF:Always No Power PL1 (2/2) :ts2j:00000001:00366AFF:0000000B:FFFFFFFF:Play with Uranus PL1:Enable on the character selection screen :ts2j:00000001:00366AFF:0000000C:FFFFFFFF:Play with Master PL1:Enable on the character selection screen :ts2j:00000000:00000000:00000000:00000000:[ If you select Vermilion or ] :ts2j:00000000:00000000:00000000:00000000:[ Sho, the game will crash. ] :ts2j:00000001:00366AFF:0000000D:FFFFFFFF:Play with Vermilion PL1:Enable on the character selection screen :ts2j:00000001:00366AFF:0000000E:FFFFFFFF:Play with Sho PL1:Enable on the character selection screen :ts2j:00000000:00381360:00000000:00000080:Rapid Fire - Weak Weapon PL1:Turn it OFF on the name entry screen :ts2j:00000000:00381360:00000000:00000010:Rapid Fire - Strong Weapon PL1:Turn it OFF on the name entry screen :ts2j:00000000:00381360:00000000:00000040:Rapid Fire - Weak Kick PL1:Turn it OFF on the name entry screen :ts2j:00000000:00381360:00000000:00000020:Rapid Fire - Strong Kick PL1:Turn it OFF on the name entry screen :ts2j:00000100:00366B00:00000003:FFFFFFFF:Select Character Color PL1 :ts2j:00100000:00366FBC:00000000:FFFFFFFF:Infinite Play Time PL2 :ts2j:00100000:00366F84:00000000:FFFFFFFF:Infinite Energy PL2 :ts2j:00100001:00366F84:00000300:FFFFFFFF:Drain All Energy Now! PL2:And lose at the same time :ts2j:00100000:00366F94:00000800:FFFFFFFF:Infinite Power PL2 :ts2j:00110000:00366F98:00000170:FFFFFFFF:Infinite Power PL2 (2/2) :ts2j:00100000:00366F94:00000000:FFFFFFFF:Always No Power PL2 :ts2j:00110000:00366F98:00000000:FFFFFFFF:Always No Power PL2 (2/2) :ts2j:00000001:00366D6F:0000000B:FFFFFFFF:Play with Uranus PL2:Enable on the character selection screen :ts2j:00000001:00366D6F:0000000C:FFFFFFFF:Play with Master PL2:Enable on the character selection screen :ts2j:00000000:00000000:00000000:00000000:[ If you select Vermilion or ] :ts2j:00000000:00000000:00000000:00000000:[ Sho, the game will crash. ] :ts2j:00000001:00366D6F:0000000D:FFFFFFFF:Play with Vermilion PL2:Enable on the character selection screen :ts2j:00000001:00366D6F:0000000E:FFFFFFFF:Play with Sho PL2:Enable on the character selection screen :ts2j:00000000:00381362:00000000:00000080:Rapid Fire - Weak Weapon PL2Turn it OFF on the name entry screen :ts2j:00000000:00381362:00000000:00000010:Rapid Fire - Strong Weapon PL2:Turn it OFF on the name entry screen :ts2j:00000000:00381362:00000000:00000040:Rapid Fire - Weak Kick PL2:Turn it OFF on the name entry screen :ts2j:00000000:00381362:00000000:00000020:Rapid Fire - Strong Kick PL2:Turn it OFF on the name entry screen :ts2j:00000100:00366D70:00000003:FFFFFFFF:Select Character Color PL2 ; [ Samurai Nihon-ichi (set 2) ] tsamura2:0:C310:09:000:Infinite Time tsamura2:0:C311:09:500:Infinite Time (2/3) tsamura2:0:C312:09:500:Infinite Time (3/3) tsamura2:0:C364:03:000:Always have the Power tsamura2:0:C00C:06:000:Infinite Lives PL1 tsamura2:0:C00D:06:000:Infinite Lives PL2 ; [ Samurai Nihon-ichi (set 1) ] tsamurai:0:C310:09:000:Infinite Time tsamurai:0:C311:09:500:Infinite Time (2/3) tsamurai:0:C312:09:500:Infinite Time (3/3) tsamurai:0:C364:03:000:Always have the Power tsamurai:0:C00C:06:000:Infinite Lives PL1 tsamurai:0:C00D:06:000:Infinite Lives PL2 ; [ Takeda Shingen (Japan, Japanese) ] tshingen:0:0F0081:0F:000:Always have 'Fu,Rin,Ka,Zan,' tshingen:0:0F0E23:01:000:Always have Koduka (Knife) tshingen:0:0F00CF:03:000:Infinite Lives PL1 tshingen:0:0F0107:50:000:Infinite Energy PL1 tshingen:0:0F0E11:03:000:Infinite Life(Horse) PL1:Bonus stage tshingen:0:0F00DF:03:000:Infinite Lives PL2 tshingen:0:0F0187:50:000:Infinite Energy PL2 tshingen:0:0F0E15:03:000:Infinite Life(Horse) PL2:Bonus stage tshingen:0:000000:00:999:[Enable the select starting ] tshingen:0:000000:00:999:[cheats on the screen with ] tshingen:0:000000:00:999:[the smoke signals. ] tshingen:0:0F0039:04:071:Select the Starting Stage tshingen:0:0F003B:03:071:Select the Starting Scene tshingen:0:0F003D:00:001:Finish this Scene Now! ; [ Shingen Samurai-Fighter (Japan, English) ] tshingna:0:0F0081:0F:000:Always have 'Fu,Rin,Ka,Zan,' tshingna:0:0F0E23:01:000:Always have Koduka (Knife) tshingna:0:0F00CF:03:000:Infinite Lives PL1 tshingna:0:0F0107:50:000:Infinite Energy PL1 tshingna:0:0F0E11:03:000:Infinite Life(Horse) PL1:Bonus stage tshingna:0:0F00DF:03:000:Infinite Lives PL2 tshingna:0:0F0187:50:000:Infinite Energy PL2 tshingna:0:0F0E15:03:000:Infinite Life(Horse) PL2:Bonus stage tshingna:0:000000:00:999:[Enable the select starting ] tshingna:0:000000:00:999:[cheats on the screen with ] tshingna:0:000000:00:999:[the smoke signals. ] tshingna:0:0F0039:04:071:Select the Starting Stage tshingna:0:0F003B:03:071:Select the Starting Scene tshingna:0:0F003D:00:001:Finish this Scene Now! ; [ Turkey Shoot ] tshoot:0:BF00:03:000:Infinite Lives ; [ Thunder Strike (Newer) ] :tstrike:00000000:0C02:00000009:FFFFFFFF:Infinite Credits :tstrike:00000000:0B02:00000099:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :tstrike:00001301:0D64:00000020:FFFFFFFF:Select Starting Stage:Enable after you've have inserted a credit :tstrike:00000000:0BBF:00000007:FFFFFFFF:Infinite Lives :tstrike:00000000:0B54:00000002:FFFFFFFF:Invincibility :tstrike:00000000:0B04:00000006:FFFFFFFF:Infinite Missiles :tstrike:00100000:0B05:00000200:FFFFFFFF:Always Have Maximum Shot Power :tstrike:00010000:0B08:000000FF:FFFFFFFF:Always Have Maximum Shot Power (2/3) :tstrike:00110000:0B0A:0000D5E9:FFFFFFFF:Always Have Maximum Shot Power (3/3) :tstrike:00000000:0D91:00000000:FFFFFFFF:Rapid Fire - Shot :tstrike:00000000:0B16:00000000:FFFFFFFF:Rapid Fire - Missile ; [ Thunder Strike (Older) ] :tstrikea:00000000:0C02:00000009:FFFFFFFF:Infinite Credits :tstrikea:00000000:0B02:00000099:FFFFFFFF:Infinite Time:Turn it OFF at the end of the stage :tstrikea:00001301:0D64:00000020:FFFFFFFF:Select Starting Stage:Enable after you've have inserted a credit :tstrikea:00000000:0BBF:00000007:FFFFFFFF:Infinite Lives :tstrikea:00000000:0B54:00000002:FFFFFFFF:Invincibility :tstrikea:00000000:0B04:00000006:FFFFFFFF:Infinite Missiles :tstrikea:00100000:0B05:00000200:FFFFFFFF:Always Have Maximum Shot Power :tstrikea:00010000:0B08:000000FF:FFFFFFFF:Always Have Maximum Shot Power (2/3) :tstrikea:00110000:0B0A:0000D601:FFFFFFFF:Always Have Maximum Shot Power (3/3) :tstrikea:00000000:0D91:00000000:FFFFFFFF:Rapid Fire - Shot :tstrikea:00000000:0B16:00000000:FFFFFFFF:Rapid Fire - Missile ; [ Galaxian Test ROM ] tst_galx:0:0000:00:999:[ Now you really don't expect ] tst_galx:0:0000:00:999:[ a cheat for this diagnostic ] tst_galx:0:0000:00:999:[ ROM...........DO YOU??!! ] ; [ Space Invaders Test ROM ] tst_invd:0:0000:00:999:[ Now you really don't expect ] tst_invd:0:0000:00:999:[ a cheat for this diagnostic ] tst_invd:0:0000:00:999:[ ROM...........DO YOU??!! ] ; [ Table Tennis Champions (set 1) ] ttchamp:0:0000:00:999:[ There are no cheats ]:REASON 1 ttchamp:0:0000:00:999:[ for this game as it ]:REASON 1 ttchamp:0:0000:00:999:[ didn't work the last ]:REASON 1 ttchamp:0:0000:00:999:[ time it was tested. ]:REASON 1 ttchamp:0:0000:00:999:[ If the game now works ]:REASON 1 ttchamp:0:0000:00:999:[ please request cheats ]:REASON 1 ttchamp:0:0000:00:999:[ for it on the cheat ]:REASON 1 ttchamp:0:0000:00:999:[ forums. ]:REASON 1 ; [ Table Tennis Champions (set 2) ] ttchampa:0:0000:00:999:[ There are no cheats ]:REASON 1 ttchampa:0:0000:00:999:[ for this game as it ]:REASON 1 ttchampa:0:0000:00:999:[ didn't work the last ]:REASON 1 ttchampa:0:0000:00:999:[ time it was tested. ]:REASON 1 ttchampa:0:0000:00:999:[ If the game now works ]:REASON 1 ttchampa:0:0000:00:999:[ please request cheats ]:REASON 1 ttchampa:0:0000:00:999:[ for it on the cheat ]:REASON 1 ttchampa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Mahjong ] ttmahjng:0:0000:00:999:[ The winning hand cheat must be ] ttmahjng:0:0000:00:999:[ activated when there are 14 tiles ] ttmahjng:0:0000:00:999:[ in your hand, then press the RON ] ttmahjng:0:0000:00:999:[ key (SPACE by default). The tiles ] ttmahjng:0:0000:00:999:[ do not visually change until you ] ttmahjng:0:0000:00:999:[ make a move. ] ttmahjng:0:4001:31:001:Get winning hand Now! ttmahjng:0:4002:31:501:Get winning hand Now! (2/14) ttmahjng:0:4003:31:501:Get winning hand Now! (3/14) ttmahjng:0:4004:32:501:Get winning hand Now! (4/14) ttmahjng:0:4005:32:501:Get winning hand Now! (5/14) ttmahjng:0:4006:32:501:Get winning hand Now! (6/14) ttmahjng:0:4007:33:501:Get winning hand Now! (7/14) ttmahjng:0:4008:33:501:Get winning hand Now! (8/14) ttmahjng:0:4009:33:501:Get winning hand Now! (9/14) ttmahjng:0:400A:34:501:Get winning hand Now! (10/14) ttmahjng:0:400B:34:501:Get winning hand Now! (11/14) ttmahjng:0:400C:34:501:Get winning hand Now! (12/14) ttmahjng:0:400D:35:501:Get winning hand Now! (13/14) ttmahjng:0:400E:35:501:Get winning hand Now! (14/14) ttmahjng:0:4001:31:000:Always winning hand ttmahjng:0:4002:31:500:Always winning hand (2/14) ttmahjng:0:4003:31:500:Always winning hand (3/14) ttmahjng:0:4004:32:500:Always winning hand (4/14) ttmahjng:0:4005:32:500:Always winning hand (5/14) ttmahjng:0:4006:32:500:Always winning hand (6/14) ttmahjng:0:4007:33:500:Always winning hand (7/14) ttmahjng:0:4008:33:500:Always winning hand (8/14) ttmahjng:0:4009:33:500:Always winning hand (9/14) ttmahjng:0:400A:34:500:Always winning hand (10/14) ttmahjng:0:400B:34:500:Always winning hand (11/14) ttmahjng:0:400C:34:500:Always winning hand (12/14) ttmahjng:0:400D:35:500:Always winning hand (13/14) ttmahjng:0:400E:35:500:Always winning hand (14/14) ; [ Tough Turf (set 2, Japan, 8751 317-0104) ] :tturf:00000000:20009C:00000009:FFFFFFFF:Infinite Credits :tturf:00000301:200801:00000007:FFFFFFFF:Select Starting Stage:Set on displayed "PUSH START BUTTON" screen after you've inserted credit tturf:0:200811:09:000:Infinite Time :tturf:00100000:20122E:00000000:FFFFFFFF:1 Hit to Kill Enemy :tturf:00110000:20132E:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/5) :tturf:00110000:20142E:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/5) :tturf:00110000:20152E:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/5) :tturf:00110000:20162E:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/5) tturf:0:2010D6:0F:000:Infinite Energy PL1 :tturf:00000000:20107E:000000FF:FFFFFFFF:Invincibility "ON" PL1 :tturf:00000001:20107E:00000000:FFFFFFFF:Invincibility "OFF" PL1 :tturf:00000000:2010D1:00000001:FFFFFFFF:Rapid Fire - Punch PL1 :tturf:00000000:2010D0:00000001:FFFFFFFF:Rapid Fire - Kick PL1 tturf:0:2011D6:0F:000:Infinite Energy PL2 :tturf:00000000:20117E:000000FF:FFFFFFFF:Invincibility "ON" PL2 :tturf:00000001:20117E:00000000:FFFFFFFF:Invincibility "OFF" PL2 :tturf:00000000:2011D1:00000001:FFFFFFFF:Rapid Fire - Punch PL2 :tturf:00000000:2011D0:00000001:FFFFFFFF:Rapid Fire - Kick PL2 ; [ Tough Turf (bootleg) ] :tturfbl:00000000:20009C:00000009:FFFFFFFF:Infinite Credits :tturfbl:00000301:200801:00000007:FFFFFFFF:Select Starting Stage:Set on displayed "PUSH START BUTTON" screen after you've inserted credit tturfbl:0:200811:09:000:Infinite Time :tturfbl:00100000:20122E:00000000:FFFFFFFF:1 Hit to Kill Enemy :tturfbl:00110000:20132E:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/5) :tturfbl:00110000:20142E:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/5) :tturfbl:00110000:20152E:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/5) :tturfbl:00110000:20162E:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/5) tturfbl:0:2010D6:0F:000:Infinite Energy PL1 :tturfbl:00000000:20107E:000000FF:FFFFFFFF:Invincibility "ON" PL1 :tturfbl:00000001:20107E:00000000:FFFFFFFF:Invincibility "OFF" PL1 :tturfbl:00000000:2010D1:00000001:FFFFFFFF:Rapid Fire - Punch PL1 :tturfbl:00000000:2010D0:00000001:FFFFFFFF:Rapid Fire - Kick PL1 tturfbl:0:2011D6:0F:000:Infinite Energy PL2 :tturfbl:00000000:20117E:000000FF:FFFFFFFF:Invincibility "ON" PL2 :tturfbl:00000001:20117E:00000000:FFFFFFFF:Invincibility "OFF" PL2 :tturfbl:00000000:2011D1:00000001:FFFFFFFF:Rapid Fire - Punch PL2 :tturfbl:00000000:2011D0:00000001:FFFFFFFF:Rapid Fire - Kick PL2 ; [ Tough Turf (set 1, US, 8751 317-0099) ] :tturfu:00000000:20009C:00000009:FFFFFFFF:Infinite Credits :tturfu:00000301:200801:00000007:FFFFFFFF:Select Starting Stage:Set on displayed "PUSH START BUTTON" screen after you've inserted credit tturfu:0:200811:09:000:Infinite Time :tturfu:00100000:20122E:00000000:FFFFFFFF:1 Hit to Kill Enemy :tturfu:00110000:20132E:00000000:FFFFFFFF:1 Hit to Kill Enemy (2/5) :tturfu:00110000:20142E:00000000:FFFFFFFF:1 Hit to Kill Enemy (3/5) :tturfu:00110000:20152E:00000000:FFFFFFFF:1 Hit to Kill Enemy (4/5) :tturfu:00110000:20162E:00000000:FFFFFFFF:1 Hit to Kill Enemy (5/5) tturfu:0:2010D6:0F:000:Infinite Energy PL1 :tturfu:00000000:20107E:000000FF:FFFFFFFF:Invincibility "ON" PL1 :tturfu:00000001:20107E:00000000:FFFFFFFF:Invincibility "OFF" PL1 :tturfu:00000000:2010D1:00000001:FFFFFFFF:Rapid Fire - Punch PL1 :tturfu:00000000:2010D0:00000001:FFFFFFFF:Rapid Fire - Kick PL1 tturfu:0:2011D6:0F:000:Infinite Energy PL2 :tturfu:00000000:20117E:000000FF:FFFFFFFF:Invincibility "ON" PL2 :tturfu:00000001:20117E:00000000:FFFFFFFF:Invincibility "OFF" PL2 :tturfu:00000000:2011D1:00000001:FFFFFFFF:Rapid Fire - Punch PL2 :tturfu:00000000:2011D0:00000001:FFFFFFFF:Rapid Fire - Kick PL2 ; [ Tube-It ] tubeit:0:8E02:09:000:Infinite Credits tubeit:0:8DA0:10:021:Finish this Level Now! PL1 tubeit:0:8DBC:04:000:Next Pipe always = Horizontal PL1 tubeit:0:8DBC:08:000:Next Pipe always = Vertical PL1 tubeit:0:8DBC:14:000:Next Pipe always = Down-Right PL1 tubeit:0:8DBC:18:000:Next Pipe always = Down-Left PL1 tubeit:0:8DBC:1C:000:Next Pipe always = Up-Left PL1 tubeit:0:8DBC:10:000:Next Pipe always = Up-Right PL1 tubeit:0:8DBC:3C:000:Next Pipe always = Up-Down-Right PL1 tubeit:0:8DBC:34:000:Next Pipe always = Up-Down-Left PL1 tubeit:0:8DBC:38:000:Next Pipe always = Up-Left-Right PL1 tubeit:0:8DBC:32:000:Next Pipe always = Down-Left-Right PL1 tubeit:0:8DBC:2C:000:Next Pipe always = 4-way PL1 tubeit:0:8DBC:56:000:Next Pipe always = Horizontal with Bomb PL1 tubeit:0:8DBC:58:000:Next Pipe always = Vertical with Bomb PL1 tubeit:0:8DBC:04:001:Next Pipe = Horizontal Now! PL1 tubeit:0:8DBC:08:001:Next Pipe = Vertical Now! PL1 tubeit:0:8DBC:14:001:Next Pipe = Down-Right Now! PL1 tubeit:0:8DBC:18:001:Next Pipe = Down-Left Now! PL1 tubeit:0:8DBC:1C:001:Next Pipe = Up-Left Now! PL1 tubeit:0:8DBC:10:001:Next Pipe = Up-Right Now! PL1 tubeit:0:8DBC:3C:001:Next Pipe = Up-Down-Right Now! PL1 tubeit:0:8DBC:34:001:Next Pipe = Up-Down-Left Now! PL1 tubeit:0:8DBC:38:001:Next Pipe = Up-Left-Right Now! PL1 tubeit:0:8DBC:32:001:Next Pipe = Down-Left-Right Now! PL1 tubeit:0:8DBC:2C:001:Next Pipe = 4-way Now! PL1 tubeit:0:8DBC:56:001:Next Pipe = Horizontal with Bomb Now! PL1 tubeit:0:8DBC:58:001:Next Pipe = Vertical with Bomb Now! PL1 tubeit:0:8DD0:10:021:Finish this Level Now! PL2 tubeit:0:8DEC:04:000:Next Pipe always = Horizontal PL2 tubeit:0:8DEC:08:000:Next Pipe always = Vertical PL2 tubeit:0:8DEC:14:000:Next Pipe always = Down-Right PL2 tubeit:0:8DEC:18:000:Next Pipe always = Down-Left PL2 tubeit:0:8DEC:1C:000:Next Pipe always = Up-Left PL2 tubeit:0:8DEC:10:000:Next Pipe always = Up-Right PL2 tubeit:0:8DEC:3C:000:Next Pipe always = Up-Down-Right PL2 tubeit:0:8DEC:34:000:Next Pipe always = Up-Down-Left PL2 tubeit:0:8DEC:38:000:Next Pipe always = Up-Left-Right PL2 tubeit:0:8DEC:32:000:Next Pipe always = Down-Left-Right PL2 tubeit:0:8DEC:2C:000:Next Pipe always = 4-way PL2 tubeit:0:8DEC:56:000:Next Pipe always = Horizontal with Bomb PL2 tubeit:0:8DEC:58:000:Next Pipe always = Vertical with Bomb PL2 tubeit:0:8DEC:04:001:Next Pipe = Horizontal Now! PL2 tubeit:0:8DEC:08:001:Next Pipe = Vertical Now! PL2 tubeit:0:8DEC:14:001:Next Pipe = Down-Right Now! PL2 tubeit:0:8DEC:18:001:Next Pipe = Down-Left Now! PL2 tubeit:0:8DEC:1C:001:Next Pipe = Up-Left Now! PL2 tubeit:0:8DEC:10:001:Next Pipe = Up-Right Now! PL2 tubeit:0:8DEC:3C:001:Next Pipe = Up-Down-Right Now! PL2 tubeit:0:8DEC:34:001:Next Pipe = Up-Down-Left Now! PL2 tubeit:0:8DEC:38:001:Next Pipe = Up-Left-Right Now! PL2 tubeit:0:8DEC:32:001:Next Pipe = Down-Left-Right Now! PL2 tubeit:0:8DEC:2C:001:Next Pipe = 4-way Now! PL2 tubeit:0:8DEC:56:001:Next Pipe = Horizontal with Bomb Now! PL2 tubeit:0:8DEC:58:001:Next Pipe = Vertical with Bomb Now! PL2 ; [ Tube Panic ] tubep:0:A37B:FF:000:Infinite Lives :tubep:20800000:0A3A:000000A3:FFFFFFFF:Invincibility :tubep:00000000:A35B:00000010:00000010:Rapid Fire ; [ Tugboat ] :tugboat:20900000:5205:0000518F:FFFFFFFF:Invincibility :tugboat:20910000:5686:0000569D:FFFFFFFF:Invincibility (2/3):1st = Front, 2nd = Right :tugboat:20910000:5795:0000579C:FFFFFFFF:Invincibility (3/3):Left tugboat:0:002F:0C:000:Infinite Lives PL1 tugboat:0:0030:0C:000:Infinite Lives PL2 ; [ Tumble Pop (bootleg set 1) ] :tumbleb:00000000:120022:00000099:FFFFFFFF:Infinite Credits tumbleb:0:12045A:00:000:Infinite Time tumbleb:0:12045B:00:500:Infinite Time (2/2) tumbleb:0:12045A:0A:001:Time Up Now!:Demon appears tumbleb:0:12045B:00:501:Time Up Now! (2/2) tumbleb:0:1200B9:99:000:Infinite Time:For "tumblebOP" bonus stages tumbleb:0:1200B4:01:001:Get tumblebOP Now! tumbleb:0:1200B5:FF:501:Get tumblebOP Now! (2/2) tumbleb:0:1200B4:01:021:Get letter - T Now! tumbleb:0:1200B5:80:021:Get letter - U Now! tumbleb:0:1200B5:40:021:Get letter - M Now! tumbleb:0:1200B5:20:021:Get letter - B Now! tumbleb:0:1200B5:10:021:Get letter - L Now! tumbleb:0:1200B5:08:021:Get letter - E Now! tumbleb:0:1200B5:04:021:Get letter - P (first) Now! tumbleb:0:1200B5:02:021:Get letter - O Now! tumbleb:0:1200B5:01:021:Get letter - P (second) Now! tumbleb:0:121425:00:001:One hit for boss 1 Now! tumbleb:0:121A25:00:001:One hit for boss 2 Now! tumbleb:0:1211E5:00:001:One hit for boss 3 Now! tumbleb:0:121365:00:001:One hit for boss 4 Now! tumbleb:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part tumbleb:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part tumbleb:0:121EA5:00:001:One hit for boss 5 -Head Now! tumbleb:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part tumbleb:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part tumbleb:0:121665:00:001:One hit for boss 7 Now! tumbleb:0:121D85:00:001:One hit for boss 8 Now! tumbleb:0:121A25:00:001:One hit for boss 9 Now! tumbleb:0:121425:00:001:One hit for boss 10 Now! tumbleb:0:120099:08:000:Go to world 9:To be used at "level select" tumbleb:0:120099:09:000:Go to world 10:To be used at "level select" :tumbleb:00000000:120473:00000009:FFFFFFFF:Infinite Lives PL1 :tumbleb:00100000:12042A:000000BE:000080FF:Invincibility PL1 :tumbleb:00000000:120458:00000001:00000001:Always Have Power Up PL1 :tumbleb:00000000:120458:00000002:00000002:Always Have Speed Up PL1 :tumbleb:00000000:120458:00000004:00000004:Always Have Plasma Gun PL1 :tumbleb:00000000:120458:00000008:00000008:Always Have Barrier PL1 :tumbleb:00110000:1204E4:000002F0:FFFFFFFF:Always Have Barrier PL1 (2/2) :tumbleb:00000001:120458:00000000:FFFFFFFF:Lose All Items Now! PL1 :tumbleb:00000000:120673:00000009:FFFFFFFF:Infinite Lives PL2 :tumbleb:00100000:12062A:000000BE:000080FF:Invincibility PL2) :tumbleb:00000000:120658:00000001:00000001:Always Have Power Up PL2 :tumbleb:00000000:120658:00000002:00000002:Always Have Speed Up PL2 :tumbleb:00000000:120658:00000004:00000004:Always Have Plasma Gun PL2 :tumbleb:00000000:120658:00000008:00000008:Always Have Barrier PL2 :tumbleb:00110000:1206E4:000002F0:FFFFFFFF:Always Have Barrier PL2 (2/2) :tumbleb:00000001:120658:00000000:FFFFFFFF:Lose All Items Now! PL2 ; [ Tumble Pop (bootleg set 2) ] :tumbleb2:00000000:120022:00000099:FFFFFFFF:Infinite Credits tumbleb2:0:12045A:00:000:Infinite Time tumbleb2:0:12045B:00:500:Infinite Time (2/2) tumbleb2:0:12045A:0A:001:Time Up Now!:Demon appears tumbleb2:0:12045B:00:501:Time Up Now! (2/2) tumbleb2:0:1200B9:99:000:Infinite Time:For "tumbleb2OP" bonus stages tumbleb2:0:1200B4:01:001:Get tumbleb2OP Now! tumbleb2:0:1200B5:FF:501:Get tumbleb2OP Now! (2/2) tumbleb2:0:1200B4:01:021:Get letter - T Now! tumbleb2:0:1200B5:80:021:Get letter - U Now! tumbleb2:0:1200B5:40:021:Get letter - M Now! tumbleb2:0:1200B5:20:021:Get letter - B Now! tumbleb2:0:1200B5:10:021:Get letter - L Now! tumbleb2:0:1200B5:08:021:Get letter - E Now! tumbleb2:0:1200B5:04:021:Get letter - P (first) Now! tumbleb2:0:1200B5:02:021:Get letter - O Now! tumbleb2:0:1200B5:01:021:Get letter - P (second) Now! tumbleb2:0:121425:00:001:One hit for boss 1 Now! tumbleb2:0:121A25:00:001:One hit for boss 2 Now! tumbleb2:0:1211E5:00:001:One hit for boss 3 Now! tumbleb2:0:121365:00:001:One hit for boss 4 Now! tumbleb2:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part tumbleb2:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part tumbleb2:0:121EA5:00:001:One hit for boss 5 -Head Now! tumbleb2:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part tumbleb2:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part tumbleb2:0:121665:00:001:One hit for boss 7 Now! tumbleb2:0:121D85:00:001:One hit for boss 8 Now! tumbleb2:0:121A25:00:001:One hit for boss 9 Now! tumbleb2:0:121425:00:001:One hit for boss 10 Now! tumbleb2:0:120099:08:000:Go to world 9:To be used at "level select" tumbleb2:0:120099:09:000:Go to world 10:To be used at "level select" :tumbleb2:00000000:120473:00000009:FFFFFFFF:Infinite Lives PL1 :tumbleb2:00100000:12042A:000000BE:000080FF:Invincibility PL1 :tumbleb2:00000000:120458:00000001:00000001:Always Have Power Up PL1 :tumbleb2:00000000:120458:00000002:00000002:Always Have Speed Up PL1 :tumbleb2:00000000:120458:00000004:00000004:Always Have Plasma Gun PL1 :tumbleb2:00000000:120458:00000008:00000008:Always Have Barrier PL1 :tumbleb2:00110000:1204E4:000002F0:FFFFFFFF:Always Have Barrier PL1 (2/2) :tumbleb2:00000001:120458:00000000:FFFFFFFF:Lose All Items Now! PL1 :tumbleb2:00000000:120673:00000009:FFFFFFFF:Infinite Lives PL2 :tumbleb2:00100000:12062A:000000BE:000080FF:Invincibility PL2 :tumbleb2:00000000:120658:00000001:00000001:Always Have Power Up PL2 :tumbleb2:00000000:120658:00000002:00000002:Always Have Speed Up PL2 :tumbleb2:00000000:120658:00000004:00000004:Always Have Plasma Gun PL2 :tumbleb2:00000000:120658:00000008:00000008:Always Have Barrier PL2 :tumbleb2:00110000:1206E4:000002F0:FFFFFFFF:Always Have Barrier PL2 (2/2) :tumbleb2:00000001:120658:00000000:FFFFFFFF:Lose All Items Now! PL2 ; [ Tumble Pop (World) ] :tumblep:00000000:120022:00000099:FFFFFFFF:Infinite Credits tumblep:0:12045A:00:000:Infinite Time tumblep:0:12045B:00:500:Infinite Time (2/2) tumblep:0:12045A:0A:001:Time Up Now!:Demon appears tumblep:0:12045B:00:501:Time Up Now! (2/2) tumblep:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages tumblep:0:1200B4:01:001:Get TUMBLEPOP Now! tumblep:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2) tumblep:0:1200B4:01:021:Get letter - T Now! tumblep:0:1200B5:80:021:Get letter - U Now! tumblep:0:1200B5:40:021:Get letter - M Now! tumblep:0:1200B5:20:021:Get letter - B Now! tumblep:0:1200B5:10:021:Get letter - L Now! tumblep:0:1200B5:08:021:Get letter - E Now! tumblep:0:1200B5:04:021:Get letter - P (first) Now! tumblep:0:1200B5:02:021:Get letter - O Now! tumblep:0:1200B5:01:021:Get letter - P (second) Now! tumblep:0:121425:00:001:One hit for boss 1 Now! tumblep:0:121A25:00:001:One hit for boss 2 Now! tumblep:0:1211E5:00:001:One hit for boss 3 Now! tumblep:0:121365:00:001:One hit for boss 4 Now! tumblep:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part tumblep:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part tumblep:0:121EA5:00:001:One hit for boss 5 -Head Now! tumblep:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part tumblep:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part tumblep:0:121665:00:001:One hit for boss 7 Now! tumblep:0:121D85:00:001:One hit for boss 8 Now! tumblep:0:121A25:00:001:One hit for boss 9 Now! tumblep:0:121425:00:001:One hit for boss 10 Now! tumblep:0:120099:08:000:Go to world 9:To be used at "level select" tumblep:0:120099:09:000:Go to world 10:To be used at "level select" :tumblep:00000000:120473:00000009:FFFFFFFF:Infinite Lives PL1 :tumblep:00100000:12042A:000000BE:000080FF:Invincibility PL1 :tumblep:00000000:120458:00000001:00000001:Always Have Power Up PL1 :tumblep:00000000:120458:00000002:00000002:Always Have Speed Up PL1 :tumblep:00000000:120458:00000004:00000004:Always Have Plasma Gun PL1 :tumblep:00000000:120458:00000008:00000008:Always Have Barrier PL1 :tumblep:00110000:1204E4:000002F0:FFFFFFFF:Always Have Barrier PL1 (2/2) :tumblep:00000001:120458:00000000:FFFFFFFF:Lose All Items Now! PL1 :tumblep:00000000:120673:00000009:FFFFFFFF:Infinite Lives PL2 :tumblep:00100000:12062A:000000BE:000080FF:Invincibility PL2 :tumblep:00000000:120658:00000001:00000001:Always Have Power Up PL2 :tumblep:00000000:120658:00000002:00000002:Always Have Speed Up PL2 :tumblep:00000000:120658:00000004:00000004:Always Have Plasma Gun PL2 :tumblep:00000000:120658:00000008:00000008:Always Have Barrier PL2 :tumblep:00110000:1206E4:000002F0:FFFFFFFF:Always Have Barrier PL2 (2/2) :tumblep:00000001:120658:00000000:FFFFFFFF:Lose All Items Now! PL2 ; [ Tumble Pop (Japan) ] :tumblepj:00000000:120022:00000099:FFFFFFFF:Infinite Credits tumblepj:0:12045A:00:000:Infinite Time tumblepj:0:12045B:00:500:Infinite Time (2/2) tumblepj:0:12045A:0A:001:Time Up Now!:Demon appears tumblepj:0:12045B:00:501:Time Up Now! (2/2) tumblepj:0:1200B9:99:000:Infinite Time:For "tumblepjOP" bonus stages tumblepj:0:1200B4:01:001:Get tumblepjOP Now! tumblepj:0:1200B5:FF:501:Get tumblepjOP Now! (2/2) tumblepj:0:1200B4:01:021:Get letter - T Now! tumblepj:0:1200B5:80:021:Get letter - U Now! tumblepj:0:1200B5:40:021:Get letter - M Now! tumblepj:0:1200B5:20:021:Get letter - B Now! tumblepj:0:1200B5:10:021:Get letter - L Now! tumblepj:0:1200B5:08:021:Get letter - E Now! tumblepj:0:1200B5:04:021:Get letter - P (first) Now! tumblepj:0:1200B5:02:021:Get letter - O Now! tumblepj:0:1200B5:01:021:Get letter - P (second) Now! tumblepj:0:121425:00:001:One hit for boss 1 Now! tumblepj:0:121A25:00:001:One hit for boss 2 Now! tumblepj:0:1211E5:00:001:One hit for boss 3 Now! tumblepj:0:121365:00:001:One hit for boss 4 Now! tumblepj:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part tumblepj:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part tumblepj:0:121EA5:00:001:One hit for boss 5 -Head Now! tumblepj:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part tumblepj:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part tumblepj:0:121665:00:001:One hit for boss 7 Now! tumblepj:0:121D85:00:001:One hit for boss 8 Now! tumblepj:0:121A25:00:001:One hit for boss 9 Now! tumblepj:0:121425:00:001:One hit for boss 10 Now! tumblepj:0:120099:08:000:Go to world 9:To be used at "level select" tumblepj:0:120099:09:000:Go to world 10:To be used at "level select" :tumblepj:00000000:120473:00000009:FFFFFFFF:Infinite Lives PL1 :tumblepj:00100000:12042A:000000BE:000080FF:Invincibility PL1 :tumblepj:00000000:120458:00000001:00000001:Always Have Power Up PL1 :tumblepj:00000000:120458:00000002:00000002:Always Have Speed Up PL1 :tumblepj:00000000:120458:00000004:00000004:Always Have Plasma Gun PL1 :tumblepj:00000000:120458:00000008:00000008:Always Have Barrier PL1 :tumblepj:00110000:1204E4:000002F0:FFFFFFFF:Always Have Barrier PL1 (2/2) :tumblepj:00000001:120458:00000000:FFFFFFFF:Lose All Items Now! PL1 :tumblepj:00000000:120673:00000009:FFFFFFFF:Infinite Lives PL2 :tumblepj:00100000:12062A:000000BE:000080FF:Invincibility PL2 :tumblepj:00000000:120658:00000001:00000001:Always Have Power Up PL2 :tumblepj:00000000:120658:00000002:00000002:Always Have Speed Up PL2 :tumblepj:00000000:120658:00000004:00000004:Always Have Plasma Gun PL2 :tumblepj:00000000:120658:00000008:00000008:Always Have Barrier PL2 :tumblepj:00110000:1206E4:000002F0:FFFFFFFF:Always Have Barrier PL2 (2/2) :tumblepj:00000001:120658:00000000:FFFFFFFF:Lose All Items Now! PL2 ; [ Tunnel Hunt ] tunhunt:0:00B1:63:000:Infinite Credits tunhunt:0:02B6:0A:000:Infinite Lives tunhunt:0:029B:00:000:Infinite Laser Temperature tunhunt:0:02BD:7F:000:Infinite Shields tunhunt:0:00E1:00:000:Infinite Hull Temperature ; [ Tunnel Hunt (Centuri) ] tunhuntc:0:00B1:63:000:Infinite Credits tunhuntc:0:02B6:0A:000:Infinite Lives tunhuntc:0:029B:00:000:Infinite Laser Temperature tunhuntc:0:02BD:7F:000:Infinite Shields tunhuntc:0:00E1:00:000:Infinite Hull Temperature ; [ Turbo ] turbo:0:F212:63:000:Infinite Time turbo:0:F270:40:000:Invincibility ; [ Turbo (encrypted set 1) ] turboa:0:F212:63:000:Infinite Time turboa:0:F270:40:000:Invincibility ; [ Turbo (encrypted set 2) ] turbob:0:F212:63:000:Infinite Time turbob:0:F270:40:000:Invincibility ; [ Turbo Force ] turbofrc:0:000000:00:999:[Turn off cheats with F6 at ] turbofrc:0:000000:00:999:[the start of each level! ] turbofrc:0:0C1FAF:07:000:Infinite Lives PL1 turbofrc:0:0C1F99:08:000:Maximum fire power PL1 turbofrc:0:0C1FBB:A0:000:Invincibility PL1 turbofrc:0:0C2017:07:000:Infinite Lives PL2 turbofrc:0:0C2001:08:000:Maximum fire power PL2 turbofrc:0:0C2023:A0:000:Invincibility PL2 turbofrc:0:0C207F:07:000:Infinite Lives PL3 turbofrc:0:0C2069:08:000:Maximum fire power PL3 turbofrc:0:0C208B:A0:000:Invincibility PL3 ; [ Turbo Sub ] turbosub:0:0000:00:999:[ There are no cheats ]:REASON 1 turbosub:0:0000:00:999:[ for this game as it ]:REASON 1 turbosub:0:0000:00:999:[ didn't work the last ]:REASON 1 turbosub:0:0000:00:999:[ time it was tested. ]:REASON 1 turbosub:0:0000:00:999:[ If the game now works ]:REASON 1 turbosub:0:0000:00:999:[ please request cheats ]:REASON 1 turbosub:0:0000:00:999:[ for it on the cheat ]:REASON 1 turbosub:0:0000:00:999:[ forums. ]:REASON 1 ; [ Turbo Tag (prototype) ] turbotag:0:F238:06:000:Infinite Lives turbotag:0:F25D:01:000:Always have Turbo Charger turbotag:0:F249:00:000:Infinite Crashes allowed ; [ Neo Turf Masters / Big Tournament Golf ] turfmast:0:106FE7:7F:000:Maximum Power turfmast:0:106FE1:00:000:Always have No Wind turfmast:0:106FE1:13:000:Always have Full Wind turfmast:0:106FE3:00:000:Wind Direction always 100% North turfmast:0:106FE3:01:000:Wind Direction always NNE turfmast:0:106FE3:02:000:Wind Direction always NE turfmast:0:106FE3:03:000:Wind Direction always NEE turfmast:0:106FE3:04:000:Wind Direction always 100% East turfmast:0:106FE3:05:000:Wind Direction always SEE turfmast:0:106FE3:06:000:Wind Direction always SE turfmast:0:106FE3:07:000:Wind Direction always SSE turfmast:0:106FE3:08:000:Wind Direction always 100% South turfmast:0:106FE3:09:000:Wind Direction always SSW turfmast:0:106FE3:0A:000:Wind Direction always SW turfmast:0:106FE3:0B:000:Wind Direction always SWW turfmast:0:106FE3:0C:000:Wind Direction always 100% West turfmast:0:106FE3:0D:000:Wind Direction always NWW turfmast:0:106FE3:0E:000:Wind Direction always NW turfmast:0:106FE3:0F:000:Wind Direction always NNW turfmast:0:101255:1E:002:Infinite Time PL1 turfmast:0:107006:01:000:Infinite Strokes PL1 turfmast:0:10D572:63:000:Infinite Holes PL1 turfmast:0:1005F5:1E:002:Infinite Time PL2 turfmast:0:10702C:01:000:Infinite Strokes PL2 turfmast:0:10D5D2:63:000:Infinite Holes PL2 :turfmast:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :turfmast:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :turfmast:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Turnover ] turnover:0:0000:00:999:[ There are no cheats ]:REASON 1 turnover:0:0000:00:999:[ for this game as it ]:REASON 1 turnover:0:0000:00:999:[ didn't work the last ]:REASON 1 turnover:0:0000:00:999:[ time it was tested. ]:REASON 1 turnover:0:0000:00:999:[ If the game now works ]:REASON 1 turnover:0:0000:00:999:[ please request cheats ]:REASON 1 turnover:0:0000:00:999:[ for it on the cheat ]:REASON 1 turnover:0:0000:00:999:[ forums. ]:REASON 1 ; [ Turpin ] turpin:0:8630:09:000:Infinite Lives turpin:0:8637:63:000:Infinite Bombs :turpin:20800000:2C02:00000000:FFFFFFFF:Invincibility ; [ Turtles ] turtles:0:8630:09:000:Infinite Lives turtles:0:8637:63:000:Infinite Bombs :turtles:20800000:2B5D:00000000:FFFFFFFF:Invincibility ; [ Turtle Ship (Korea) ] turtshik:0:C085:09:000:Infinite Slow Time turtshik:0:C084:01:000:Enemies' Speed is Slow turtshik:0:C084:00:001:Enemies' Speed is Normal turtshik:0:0000:00:999:[See the Dip Switch Menu to ] turtshik:0:0000:00:999:[enable an alternate ] turtshik:0:0000:00:999:[Invincibility cheat. ] turtshik:0:C016:03:000:Infinite Lives PL1 turtshik:0:C080:01:020:Invincibility PL1 turtshik:0:D005:13:520:Infinite Missiles PL1 turtshik:0:D005:0C:540:Infinite Missiles PL1 (2/2) turtshik:0:D005:E0:020:Infinite Thunders PL1 turtshik:0:D004:02:020:Always have the missiles PL1 turtshik:0:D004:04:020:Always have the thunders PL1 turtshik:0:D004:01:020:Always have the sideways PL1 turtshik:0:D004:10:020:Always have the power firePL1 turtshik:0:D004:02:021:Get the missiles Now! PL1 turtshik:0:D004:04:021:Get the thunders Now! PL1 turtshik:0:D004:01:021:Get the sideways Now! PL1 turtshik:0:D004:10:021:Get the power fire Now! PL1 turtshik:0:C017:03:000:Infinite Lives PL2 turtshik:0:C080:02:020:Invincibility PL2 turtshik:0:D085:13:520:Infinite Missiles PL2 turtshik:0:D085:0C:540:Infinite Missiles PL2 (2/2) turtshik:0:D085:E0:020:Infinite Thunders PL2 turtshik:0:D084:02:020:Always have the missiles PL2 turtshik:0:D084:04:020:Always have the thunders PL2 turtshik:0:D084:01:020:Always have the sideways PL2 turtshik:0:D084:10:020:Always have the power firePL2 turtshik:0:D084:02:021:Get the missiles Now! PL2 turtshik:0:D084:04:021:Get the thunders Now! PL2 turtshik:0:D084:01:021:Get the sideways Now! PL2 turtshik:0:D084:10:021:Get the power fire Now! PL2 ; [ Turtle Ship (Japan) ] turtship:0:C085:09:000:Infinite Slow Time turtship:0:C084:01:000:Enemies' Speed is Slow turtship:0:C084:00:001:Enemies' Speed is Normal turtship:0:0000:00:999:[See the Dip Switch Menu to ] turtship:0:0000:00:999:[enable an alternate ] turtship:0:0000:00:999:[Invincibility cheat. ] turtship:0:C016:03:000:Infinite Lives PL1 turtship:0:C080:01:020:Invincibility PL1 turtship:0:D005:13:520:Infinite Missiles PL1 turtship:0:D005:0C:540:Infinite Missiles PL1 (2/2) turtship:0:D005:E0:020:Infinite Thunders PL1 turtship:0:D004:02:020:Always have the missiles PL1 turtship:0:D004:04:020:Always have the thunders PL1 turtship:0:D004:01:020:Always have the sideways PL1 turtship:0:D004:10:020:Always have the power firePL1 turtship:0:D004:02:021:Get the missiles Now! PL1 turtship:0:D004:04:021:Get the thunders Now! PL1 turtship:0:D004:01:021:Get the sideways Now! PL1 turtship:0:D004:10:021:Get the power fire Now! PL1 turtship:0:C017:03:000:Infinite Lives PL2 turtship:0:C080:02:020:Invincibility PL2 turtship:0:D085:13:520:Infinite Missiles PL2 turtship:0:D085:0C:540:Infinite Missiles PL2 (2/2) turtship:0:D085:E0:020:Infinite Thunders PL2 turtship:0:D084:02:020:Always have the missiles PL2 turtship:0:D084:04:020:Always have the thunders PL2 turtship:0:D084:01:020:Always have the sideways PL2 turtship:0:D084:10:020:Always have the power firePL2 turtship:0:D084:02:021:Get the missiles Now! PL2 turtship:0:D084:04:021:Get the thunders Now! PL2 turtship:0:D084:01:021:Get the sideways Now! PL2 turtship:0:D084:10:021:Get the power fire Now! PL2 ; [ Tutankham ] tutankhm:0:8880:05:000:Infinite Lives tutankhm:0:8882:06:000:Infinite Bombs tutankhm:0:886D:FF:000:Infinite Time tutankhm:0:8885:01:000:Always have key tutankhm:0:8885:01:000:Always have a Key tutankhm:0:8885:01:001:Get a Key Now! ; [ Tutankham (Stern) ] tutankst:0:8880:05:000:Infinite Lives tutankst:0:8882:06:000:Infinite Bombs tutankst:0:886D:FF:000:Infinite Time tutankst:0:8885:01:000:Always have a Key tutankst:0:8885:01:001:Get a Key Now! ; [ Tut's Tomb ] tutstomb:0:0000:00:999:[ This game hasn't even ]:REASON 11 tutstomb:0:0000:00:999:[ been looked at due to ]:REASON 11 tutstomb:0:0000:00:999:[ time constraints - Too]:REASON 11 tutstomb:0:0000:00:999:[ many games and so ]:REASON 11 tutstomb:0:0000:00:999:[ little time. It is ]:REASON 11 tutstomb:0:0000:00:999:[ even possible that ]:REASON 11 tutstomb:0:0000:00:999:[ this game may be a ]:REASON 11 tutstomb:0:0000:00:999:[ clone of an existing ]:REASON 11 tutstomb:0:0000:00:999:[ game which may have ]:REASON 11 tutstomb:0:0000:00:999:[ cheats. Please search ]:REASON 11 tutstomb:0:0000:00:999:[ the cheat forums ]:REASON 11 tutstomb:0:0000:00:999:[ before posting cheat ]:REASON 11 tutstomb:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Tecmo World Cup '98 (JUET 980410 V1.000) ] twcup98:0:0000:00:999:[ There are no cheats ]:REASON 1 twcup98:0:0000:00:999:[ for this game as it ]:REASON 1 twcup98:0:0000:00:999:[ didn't work the last ]:REASON 1 twcup98:0:0000:00:999:[ time it was tested. ]:REASON 1 twcup98:0:0000:00:999:[ If the game now works ]:REASON 1 twcup98:0:0000:00:999:[ please request cheats ]:REASON 1 twcup98:0:0000:00:999:[ for it on the cheat ]:REASON 1 twcup98:0:0000:00:999:[ forums. ]:REASON 1 ; [ Twin Action ] :twinactn:00000000:0F9019:00000063:FFFFFFFF:Infinite Credits :twinactn:00000301:0F9021:00000007:FFFFFFFF:Select Starting/Next Stage:Set on the map screen :twinactn:00000000:0F5029:0000000C:FFFFFFFF:Infinite Lives PL1 :twinactn:00000000:0F502B:00000008:FFFFFFFF:Infinite Bombs PL1 :twinactn:00000010:0F502D:00000002:00000280:Invincibility PL1 :twinactn:00000000:0F502F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL1 :twinactn:00300000:0F501D:00000000:FFFFFFFF:Rapid Fire PL1 :twinactn:00000000:0F5129:0000000C:FFFFFFFF:Infinite Lives PL2 :twinactn:00000000:0F512B:00000008:FFFFFFFF:Infinite Bombs PL2 :twinactn:00000010:0F512D:00000002:00000280:Invincibility PL2 :twinactn:00000000:0F512F:00000002:FFFFFFFF:Always Have Maximum Shot Power PL2 :twinactn:00300000:0F511D:00000000:FFFFFFFF:Rapid Fire PL2 ; [ TwinBee ] twinbee:0:01EA81:0F:000:Infinite Lives PL1 twinbee:0:01EE73:01:000:Invincibility "ON" PL1 twinbee:0:01EE73:00:001:Invincibility "OFF" PL1 twinbee:0:01EDC8:C4:001:Get Normal Shot Now! PL1 twinbee:0:01EDC8:E4:001:Get Twin Shot Now! PL1 twinbee:0:01EDCB:05:001:Get Option Now! PL1 twinbee:0:01F049:01:001:Get 3-way Shot Now! PL1 twinbee:0:01EDC7:00:000:Infinite Repair Car PL1 twinbee:0:01ED90:01:001:Repair Hand Now! PL1 twinbee:0:01ED91:00:501:Repair Hand Now! PL1 (2/4) twinbee:0:01EDA0:01:501:Repair Hand Now! PL1 (3/4) twinbee:0:01EDA1:00:501:Repair Hand Now! PL1 (4/4) twinbee:0:000000:00:999:[---Version VS only cheats--] twinbee:0:01EAC1:0F:000:Infinite Lives PL2 twinbee:0:01F173:01:000:Invincibility "ON" PL2 twinbee:0:01F173:00:001:Invincibility "OFF" PL2 twinbee:0:01F0C8:C4:001:Get Normal Shot Now! PL2 twinbee:0:01F0C8:E4:001:Get Twin Shot Now! PL2 twinbee:0:01F0CB:14:001:Get Option Now! PL2 twinbee:0:01F0CB:09:001:Get Barrier Now! PL2 twinbee:0:01F0C7:00:000:Infinite Repair Car PL2 twinbee:0:01F210:01:001:Repair Hand Now! PL2 twinbee:0:01F211:00:501:Repair Hand Now! PL2 (2/4) twinbee:0:01F220:01:501:Repair Hand Now! PL2 (3/4) twinbee:0:01F221:00:501:Repair Hand Now! PL2 (4/4) twinbee:0:01EC35:3F:000:Sound Test Timer Stop:[PL2 Start]Next Code twinbee:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use ; [ Twin Brats ] :twinbrat:00000000:112416:00000009:FFFFFFFF:Infinite Credits :twinbrat:00100000:1125CC:00000100:FFFFFFFF:Infinite Enemy Time :twinbrat:00100000:1125D2:00000002:FFFFFFFF:Freeze All Enemies :twinbrat:00000001:1129BA:00000000:FFFFFFFF:Finish Current Stage Now! :twinbrat:62000000:000000:00000000:00000000:Select Current Timer Color :twinbrat:00010000:1125C5:00000000:FFFFFFFF:Green :twinbrat:00010000:1125C5:00000001:FFFFFFFF:Blue :twinbrat:00010000:1125C5:00000002:FFFFFFFF:Red :twinbrat:00000000:1125EE:00000009:FFFFFFFF:Infinite Lives PL1 :twinbrat:00100000:11239C:00000002:FFFFFFFF:Invincibility PL1 :twinbrat:00010000:1125D7:00000001:FFFFFFFF:Invincibility PL1 (2/2) :twinbrat:00000000:1125DD:00000003:FFFFFFFF:Always Have "x5" PL1 :twinbrat:00000001:1125F5:00000000:00000001:Get "E" Letter Now! PL1 :twinbrat:00000001:1125F5:00000000:00000002:Get "X" Letter Now! PL1 :twinbrat:00000001:1125F5:00000000:00000004:Get "T" Letter Now! PL1 :twinbrat:00000001:1125F5:00000000:00000008:Get "R" Letter Now! PL1 :twinbrat:00000001:1125F5:00000000:00000010:Get "A" Letter Now! PL1 :twinbrat:00000001:1125F7:00000000:00000020:Get "C" Letter Now! PL1 :twinbrat:00000001:1125F7:00000000:00000040:Get "L" Letter Now! PL1 :twinbrat:00000001:1125F7:00000000:00000001:Get "E" Letter Now! PL1 :twinbrat:00000001:1125F7:00000000:00000010:Get "A" Letter Now! PL1 :twinbrat:00000001:1125F7:00000000:00000008:Get "R" Letter Now! PL1 :twinbrat:00000000:112618:00000009:FFFFFFFF:Infinite Lives PL2 :twinbrat:00100000:11239E:00000002:FFFFFFFF:Invincibility PL2 :twinbrat:00010000:112601:00000001:FFFFFFFF:Invincibility PL2 (2/2) :twinbrat:00000000:112607:00000003:FFFFFFFF:Always Have "x5" PL2 :twinbrat:00000001:11261F:00000000:00000001:Get "E" Letter Now! PL2 :twinbrat:00000001:11261F:00000000:00000002:Get "X" Letter Now! PL2 :twinbrat:00000001:11261F:00000000:00000004:Get "T" Letter Now! PL2 :twinbrat:00000001:11261F:00000000:00000008:Get "R" Letter Now! PL2 :twinbrat:00000001:11261F:00000000:00000010:Get "A" Letter Now! PL2 :twinbrat:00000001:112621:00000000:00000020:Get "C" Letter Now! PL2 :twinbrat:00000001:112621:00000000:00000040:Get "L" Letter Now! PL2 :twinbrat:00000001:112621:00000000:00000001:Get "E" Letter Now! PL2 :twinbrat:00000001:112621:00000000:00000010:Get "A" Letter Now! PL2 :twinbrat:00000001:112621:00000000:00000008:Get "R" Letter Now! PL2 ; [ Twin Cobra (World) ] twincobr:0:031871:0A:000:Infinite Lives PL1 twincobr:0:03004D:09:000:Infinite Bombs PL1 twincobr:0:030023:2E:000:Invincibility PL1 twincobr:0:030038:80:500:Invincibility PL1 (2/2) twincobr:0:000000:00:999:[ You must enable the max fire ] twincobr:0:000000:00:999:[ fire power cheat to use the four ] twincobr:0:000000:00:999:[ fire type cheats. ] twincobr:0:03004B:28:000:Always max fire power PL1 twincobr:0:03005B:00:000:Always Normal fire PL1 twincobr:0:03005B:2C:000:Always Laser PL1 twincobr:0:03005B:58:000:Always Multiway fire PL1 twincobr:0:03005B:84:000:Always 4-sides fire PL1 twincobr:0:03005B:00:001:Get Normal fire Now! PL1 twincobr:0:03005B:2C:001:Get Laser Now! PL1 twincobr:0:03005B:58:001:Get Multiway fire Now! PL1 twincobr:0:03005B:84:001:Get 4-sides fire Now! PL1 twincobr:0:031873:0A:000:Infinite Lives PL2 twincobr:0:0300AD:09:000:Infinite Bombs PL2 twincobr:0:030083:2F:000:Invincibility PL2 twincobr:0:030098:80:500:Invincibility PL2 (2/2) twincobr:0:000000:00:999:[ You must enable the max fire ] twincobr:0:000000:00:999:[ fire power cheat to use the four ] twincobr:0:000000:00:999:[ fire type cheats. ] twincobr:0:0300AB:28:000:Always max fire power PL2 twincobr:0:0300BB:00:000:Always Normal fire PL2 twincobr:0:0300BB:2C:000:Always Laser PL2 twincobr:0:0300BB:58:000:Always Multiway fire PL2 twincobr:0:0300BB:84:000:Always 4-sides fire PL2 twincobr:0:0300BB:00:001:Get Normal fire Now! PL2 twincobr:0:0300BB:2C:001:Get Laser Now! PL2 twincobr:0:0300BB:58:001:Get Multiway fire Now! PL2 twincobr:0:0300BB:84:001:Get 4-sides fire Now! PL2 ; [ Twin Cobra (US) ] twincobu:0:031871:0A:000:Infinite Lives PL1 twincobu:0:03004D:09:000:Infinite Bombs PL1 twincobu:0:030023:2E:000:Invincibility PL1 twincobu:0:030038:80:500:Invincibility PL1 (2/2) twincobu:0:000000:00:999:[ You must enable the max fire ] twincobu:0:000000:00:999:[ fire power cheat to use the four ] twincobu:0:000000:00:999:[ fire type cheats. ] twincobu:0:03004B:28:000:Always max fire power PL1 twincobu:0:03005B:00:000:Always Normal fire PL1 twincobu:0:03005B:2C:000:Always Laser PL1 twincobu:0:03005B:58:000:Always Multiway fire PL1 twincobu:0:03005B:84:000:Always 4-sides fire PL1 twincobu:0:03005B:00:001:Get Normal fire Now! PL1 twincobu:0:03005B:2C:001:Get Laser Now! PL1 twincobu:0:03005B:58:001:Get Multiway fire Now! PL1 twincobu:0:03005B:84:001:Get 4-sides fire Now! PL1 twincobu:0:031873:0A:000:Infinite Lives PL2 twincobu:0:0300AD:09:000:Infinite Bombs PL2 twincobu:0:030083:2F:000:Invincibility PL2 twincobu:0:030098:80:500:Invincibility PL2 (2/2) twincobu:0:000000:00:999:[ You must enable the max fire ] twincobu:0:000000:00:999:[ fire power cheat to use the four ] twincobu:0:000000:00:999:[ fire type cheats. ] twincobu:0:0300AB:28:000:Always max fire power PL2 twincobu:0:0300BB:00:000:Always Normal fire PL2 twincobu:0:0300BB:2C:000:Always Laser PL2 twincobu:0:0300BB:58:000:Always Multiway fire PL2 twincobu:0:0300BB:84:000:Always 4-sides fire PL2 twincobu:0:0300BB:00:001:Get Normal fire Now! PL2 twincobu:0:0300BB:2C:001:Get Laser Now! PL2 twincobu:0:0300BB:58:001:Get Multiway fire Now! PL2 twincobu:0:0300BB:84:001:Get 4-sides fire Now! PL2 ; [ Twin Eagle II - The Rescue Mission ] twineag2:0:E2A9:09:000:Infinite Credits twineag2:0:E2FB:06:000:Infinite Lives PL1 twineag2:0:E33E:03:000:Infinite Bombs PL1 twineag2:0:E358:FF:000:Maximum Fire Power PL1 twineag2:0:E2FD:02:000:Invincibility PL1 twineag2:0:E31B:FF:000:Infinite Energy PL1 twineag2:0:E322:09:000:Always have Missile Weapon PL1:Only turn this cheat ON after you've started the game twineag2:0:E322:0C:000:Always use Fire Gun PL1:Only turn this cheat ON after you've started the game twineag2:0:E322:0D:000:Always use Super Bomb PL1:Only turn this cheat ON after you've started the game twineag2:0:14A8:0C:040:Rapid Fire PL1:Hold down the Shot Button twineag2:0:E3A0:06:000:Infinite Lives PL2 twineag2:0:E3E3:03:000:Infinite Bombs PL2 twineag2:0:E3FD:FF:000:Maximum Fire Power PL2 twineag2:0:E3A2:02:000:Invincibility PL2 twineag2:0:E3C0:FF:000:Infinite Energy PL2 twineag2:0:E3C7:09:000:Always have Missile Weapon PL2:Only turn this cheat ON after you've started the game twineag2:0:E3C7:0C:000:Always use Fire Gun PL2:Only turn this cheat ON after you've started the game twineag2:0:E3C7:0D:000:Always use Super Bomb PL2:Only turn this cheat ON after you've started the game twineag2:0:14B2:0C:040:Rapid Fire PL2:Hold down the Shot Button ; [ Twin Eagle - Revenge Joe's Brother ] twineagl:0:FFD6D7:01:000:Never any Enemy twineagl:0:FFD639:09:000:Infinite Lives PL1 twineagl:0:FFD685:09:000:Infinite Bombs PL1 twineagl:0:FFFC0E:03:000:Infinite Ammo PL1 twineagl:0:FFFC0F:E7:500:Infinite Ammo PL1 twineagl:0:FFD679:07:000:Maximum shot Power PL1 twineagl:0:FFD681:04:000:Maximum shot Range PL1 twineagl:0:FFD68B:03:000:Maximum Speed PL1 twineagl:0:FFD6BF:FF:000:Invincibility PL1 twineagl:0:FFD63B:09:000:Infinite Lives PL2 twineagl:0:FFD687:09:000:Infinite Bombs PL2 twineagl:0:FFFC10:03:000:Infinite Ammo PL2 twineagl:0:FFFC11:E7:500:Infinite Ammo PL2 twineagl:0:FFD67B:07:000:Maximum Shot Power PL2 twineagl:0:FFD683:04:000:Maximum Shot Range PL2 twineagl:0:FFD68F:03:000:Maximum Speed PL2 twineagl:0:FFD6C1:FF:000:Invincibility PL2 ; [ Twin Falcons ] twinfalc:0:E637:09:000:Infinite Credits twinfalc:0:F20B:07:000:Infinite Lives PL1 twinfalc:0:F20E:02:000:Invincibility PL1 twinfalc:0:F218:03:000:Always have Full Speed PL1 :twinfalc:62000000:0000:00000000:FFFFFFFF:Select Weapon PL1 :twinfalc:00010000:F210:00000001:FFFFFFFF:Normal :twinfalc:00110000:F210:00001601:FFFFFFFF:Double Laser :twinfalc:00010000:F210:00000002:FFFFFFFF:3 Way :twinfalc:00010000:F210:00000003:FFFFFFFF:Front & Side Shot :twinfalc:00010000:F210:00000004:FFFFFFFF:5 Way twinfalc:0:F40B:07:000:Infinite Lives PL2 twinfalc:0:F40E:02:000:Invincibility PL2 twinfalc:0:F418:03:000:Always have Full Speed PL2 :twinfalc:62000000:0000:00000000:FFFFFFFF:Select Weapon PL2 :twinfalc:00010000:F410:00000001:FFFFFFFF:Normal :twinfalc:00110000:F410:00001601:FFFFFFFF:Double Laser :twinfalc:00010000:F410:00000002:FFFFFFFF:3 Way :twinfalc:00010000:F410:00000003:FFFFFFFF:Front & Side Shot :twinfalc:00010000:F410:00000004:FFFFFFFF:5 Way ; [ Twin Hawk (World) ] twinhawk:0:F000F3:09:000:Infinite Credits twinhawk:0:F01661:0B:000:Infinite Lives PL1 twinhawk:0:F01663:0A:000:Infinite Bombs PL1 twinhawk:0:F016BD:01:000:Invincibility PL1 twinhawk:0:F016C7:03:000:Maximum fire power PL1 twinhawk:0:F01691:0B:000:Infinite Lives PL2 twinhawk:0:F01693:0A:000:Infinite Bombs PL2 twinhawk:0:F0187D:01:000:Invincibility PL2 twinhawk:0:F01887:03:000:Maximum fire power PL2 ; [ Twin Hawk (US) ] twinhwku:0:F000F3:09:000:Infinite Credits twinhwku:0:F01661:0B:000:Infinite Lives PL1 twinhwku:0:F01663:0A:000:Infinite Bombs PL1 twinhwku:0:F016BD:01:000:Invincibility PL1 twinhwku:0:F016C7:03:000:Maximum fire power PL1 twinhwku:0:F01691:0B:000:Infinite Lives PL2 twinhwku:0:F01693:0A:000:Infinite Bombs PL2 twinhwku:0:F0187D:01:000:Invincibility PL2 twinhwku:0:F01887:03:000:Maximum fire power PL2 ; [ Twinkle ] twinkle:0:0000:00:999:[ This game hasn't even ]:REASON 11 twinkle:0:0000:00:999:[ been looked at due to ]:REASON 11 twinkle:0:0000:00:999:[ time constraints - Too]:REASON 11 twinkle:0:0000:00:999:[ many games and so ]:REASON 11 twinkle:0:0000:00:999:[ little time. It is ]:REASON 11 twinkle:0:0000:00:999:[ even possible that ]:REASON 11 twinkle:0:0000:00:999:[ this game may be a ]:REASON 11 twinkle:0:0000:00:999:[ clone of an existing ]:REASON 11 twinkle:0:0000:00:999:[ game which may have ]:REASON 11 twinkle:0:0000:00:999:[ cheats. Please search ]:REASON 11 twinkle:0:0000:00:999:[ the cheat forums ]:REASON 11 twinkle:0:0000:00:999:[ before posting cheat ]:REASON 11 twinkle:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Twin Qix (US Prototype) ] twinqix:0:400223:09:000:Infinite Credits twinqix:0:406B1A:FF:000:Infinite Time:Doesn't work against Warnings! twinqix:0:40916D:05:000:Enemies always Frozen twinqix:0:406B50:03:000:Infinite Lives PL1 twinqix:0:409365:05:000:Always have Maximum Speed PL1 twinqix:0:4093B0:6F:001:Finish this Round with 99.99% Now! PL1 twinqix:0:4093B1:63:501:Finish this Round with 99.99% Now! PL1 (2/2) twinqix:0:406B51:03:000:Infinite Lives PL2 twinqix:0:40996F:05:000:Always have Maximum Speed PL2 twinqix:0:4099BA:6F:001:Finish this Round with 99.99% Now! PL2 twinqix:0:4099BB:63:501:Finish this Round with 99.99% Now! PL2 (2/2) twinqix:0:000000:00:999:[After you enable these region cheats to see any ] twinqix:0:000000:00:999:[effect you will have to reset the game (F3). ] twinqix:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),] twinqix:0:000000:00:999:[wait for Test Mode to appear and reset again(F3)] twinqix:0:0FFFFF:01:100:Region Switch = Japan twinqix:0:0FFFFF:02:100:Region Switch = US twinqix:0:0FFFFF:03:100:Region Switch = World ; [ Twins ] twins:0:0000:00:999:[ This game hasn't even ]:REASON 11 twins:0:0000:00:999:[ been looked at due to ]:REASON 11 twins:0:0000:00:999:[ time constraints - Too]:REASON 11 twins:0:0000:00:999:[ many games and so ]:REASON 11 twins:0:0000:00:999:[ little time. It is ]:REASON 11 twins:0:0000:00:999:[ even possible that ]:REASON 11 twins:0:0000:00:999:[ this game may be a ]:REASON 11 twins:0:0000:00:999:[ clone of an existing ]:REASON 11 twins:0:0000:00:999:[ game which may have ]:REASON 11 twins:0:0000:00:999:[ cheats. Please search ]:REASON 11 twins:0:0000:00:999:[ the cheat forums ]:REASON 11 twins:0:0000:00:999:[ before posting cheat ]:REASON 11 twins:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Twinkle Star Sprites ] twinspri:0:10C005:05:000:Infinite Lives PL1:F6 at the end of game twinspri:0:10C014:28:000:Infinite Energy PL1 twinspri:0:10C021:02:000:Infinite Bombs PL1 twinspri:0:10C08A:30:000:Infinite Power PL1 twinspri:0:10C08B:00:500:Infinite Power PL1 (2/2) twinspri:0:10C088:10:001:Get an Instant LV1 Attack Now! PL1 twinspri:0:10C088:20:001:Get an Instant LV2 Attack Now! PL1 twinspri:0:10C088:30:001:Get an Instant Boss Attack Now! PL1 twinspri:0:000000:00:999:[ Free player selection - you can enable it ] twinspri:0:000000:00:999:[ on one of the versus screens to change ] twinspri:0:000000:00:999:[ characters as often as you wish during ] twinspri:0:000000:00:999:[ play. You can also use it on the character ] twinspri:0:000000:00:999:[ select screen - but if you move the ] twinspri:0:000000:00:999:[ character ring it will be lost. ] twinspri:0:10A681:00:001:Play as Loadran Now! PL1 twinspri:0:10C007:00:501:Play as Loadran Now! PL1 (2/2) twinspri:0:10A681:01:001:Play as Macky & Pentell Now! PL1 twinspri:0:10C007:01:501:Play as Macky & Pentell Now! PL1 (2/2) twinspri:0:10A681:02:001:Play as Arthur Schmidt Now! PL1 twinspri:0:10C007:02:501:Play as Arthur Schmidt Now! PL1 (2/2) twinspri:0:10A681:03:001:Play as Yan Yanyung Now! PL1 twinspri:0:10C007:03:501:Play as Yan Yanyung Now! PL1 (2/2) twinspri:0:10A681:04:001:Play as Griffon Now! PL1 twinspri:0:10C007:04:501:Play as Griffon Now! PL1 (2/2) twinspri:0:10A681:05:001:Play as Really Till Now! PL1 twinspri:0:10C007:05:501:Play as Really Till Now! PL1 (2/2) twinspri:0:10A681:06:001:Play as Tinker & Linker Now! PL1 twinspri:0:10C007:06:501:Play as Tinker & Linker Now! PL1 (2/2) twinspri:0:10A681:07:001:Play as Nanja Monja Now! PL1 twinspri:0:10C007:07:501:Play as Nanja Monja Now! PL1 (2/2) twinspri:0:10A681:08:001:Play as Kim Now! PL1 twinspri:0:10C007:08:501:Play as Kim Now! PL1 (2/2) twinspri:0:10A681:09:001:Play as Sprites Now! PL1 twinspri:0:10C007:09:501:Play as Sprites Now! PL1 (2/2) twinspri:0:10A681:0A:001:Play as Dark Ran Now! PL1 twinspri:0:10C007:0A:501:Play as Dark Ran Now! PL1 (2/2) twinspri:0:10A681:0B:001:Play as Mevious Now! PL1 twinspri:0:10C007:0B:501:Play as Mevious Now! PL1 (2/2) twinspri:0:10A681:0C:001:Play as Memory Now! PL1 twinspri:0:10C007:0C:501:Play as Memory Now! PL1 (2/2) twinspri:0:10D005:05:000:Infinite Lives PL2:F6 at the end of game twinspri:0:10D014:28:000:Infinite Energy PL2 twinspri:0:10D021:02:000:Infinite Bombs PL2 twinspri:0:10D08A:30:000:Infinite Power PL2 twinspri:0:10D08B:00:500:Infinite Power PL2 (2/2) twinspri:0:10D088:10:001:Get an Instant LV1 Attack Now! PL2 twinspri:0:10D088:20:001:Get an Instant LV2 Attack Now! PL2 twinspri:0:10D088:30:001:Get an Instant Boss Attack Now! PL2 twinspri:0:000000:00:999:[ Free player selection - you can enable it ] twinspri:0:000000:00:999:[ on one of the versus screens to change ] twinspri:0:000000:00:999:[ characters as often as you wish during ] twinspri:0:000000:00:999:[ play. You can also use it on the character ] twinspri:0:000000:00:999:[ select screen - but if you move the ] twinspri:0:000000:00:999:[ character ring it will be lost. ] twinspri:0:10A6C1:00:001:Play as Loadran Now! PL2 twinspri:0:10D007:00:501:Play as Loadran Now! PL2 (2/2) twinspri:0:10A6C1:01:001:Play as Macky & Pentell Now! PL2 twinspri:0:10D007:01:501:Play as Macky & Pentell Now! PL2 (2/2) twinspri:0:10A6C1:02:001:Play as Arthur Schmidt Now! PL2 twinspri:0:10D007:02:501:Play as Arthur Schmidt Now! PL2 (2/2) twinspri:0:10A6C1:03:001:Play as Yan Yanyung Now! PL2 twinspri:0:10D007:03:501:Play as Yan Yanyung Now! PL2 (2/2) twinspri:0:10A6C1:04:001:Play as Griffon Now! PL2 twinspri:0:10D007:04:501:Play as Griffon Now! PL2 (2/2) twinspri:0:10A6C1:05:001:Play as Really Till Now! PL2 twinspri:0:10D007:05:501:Play as Really Till Now! PL2 (2/2) twinspri:0:10A6C1:06:001:Play as Tinker & Linker Now! PL2 twinspri:0:10D007:06:501:Play as Tinker & Linker Now! PL2 (2/2) twinspri:0:10A6C1:07:001:Play as Nanja Monja Now! PL2 twinspri:0:10D007:07:501:Play as Nanja Monja Now! PL2 (2/2) twinspri:0:10A6C1:08:001:Play as Kim Now! PL2 twinspri:0:10D007:08:501:Play as Kim Now! PL2 (2/2) twinspri:0:10A6C1:09:001:Play as Sprites Now! PL2 twinspri:0:10D007:09:501:Play as Sprites Now! PL2 (2/2) twinspri:0:10A6C1:0A:001:Play as Dark Ran Now! PL2 twinspri:0:10D007:0A:501:Play as Dark Ran Now! PL2 (2/2) twinspri:0:10A6C1:0B:001:Play as Mevious Now! PL2 twinspri:0:10D007:0B:501:Play as Mevious Now! PL2 (2/2) twinspri:0:10A6C1:0C:001:Play as Memory Now! PL2 twinspri:0:10D007:0C:501:Play as Memory Now! PL2 (2/2) :twinspri:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :twinspri:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :twinspri:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Twin Squash ] :twinsqua:00000000:E00000:00000009:FFFFFFFF:Infinite Credits :twinsqua:00000010:E0408D:000000C5:000000C5:Always Keep One Ball PL1 :twinsqua:00000000:E0408D:000000C5:FFFFFFFF:Freeze the Ball PL1 :twinsqua:00000000:E04033:00000050:FFFFFFFF:Always Have Maximum Attack Blocks PL1 :twinsqua:00000000:E04033:00000000:FFFFFFFF:Always No Attack Block PL1 :twinsqua:00001301:E04049:00000009:FFFFFFFF:Select Starting Level PL1:Set on game mode selection screen then select Vs. Computer (single play) :twinsqua:00000010:E0708D:000000C5:000000C5:Always Keep One Ball PL2 :twinsqua:00000000:E0708D:000000C5:FFFFFFFF:Freeze the Ball PL2 :twinsqua:00000000:E07033:00000050:FFFFFFFF:Always Have Maximum Attack Blocks PL2 :twinsqua:00000000:E07033:00000000:FFFFFFFF:Always No Attack Block PL2 :twinsqua:00001301:E07049:00000009:FFFFFFFF:Select Starting Level PL2:Set on game mode selection screen then select Vs. Computer (single play) ; [ Two Crude (US) ] twocrude:0:080032:99:000:Infinite Credits twocrude:0:080043:99:000:Infinite Time twocrude:0:080042:09:500:Infinite Time (2/2) twocrude:0:081005:00:001:1 hit to kill enemy Now! twocrude:0:081045:00:501:1 hit to kill enemy Now!(2/5) twocrude:0:081085:00:501:1 hit to kill enemy Now!(3/5) twocrude:0:0810C5:00:501:1 hit to kill enemy Now!(4/5) twocrude:0:081105:00:501:1 hit to kill enemy Now!(5/5) twocrude:0:080114:09:000:Infinite Lives PL1 twocrude:0:080113:38:000:Infinite Energy PL1 twocrude:0:080137:02:000:Invincibility PL1:Sprite Flickers twocrude:0:080194:09:000:Infinite Lives PL2 twocrude:0:080193:38:000:Infinite Energy PL2 twocrude:0:0801B7:02:000:Invincibility PL2:Sprite Flickers ; [ Two Tigers (dedicated) ] twotiger:0:C5F4:09:000:Infinite Time twotiger:0:C456:05:000:Infinite Lives twotiger:0:C3B2:00:000:No Sprite Collision twotiger:0:C3E9:00:500:No Sprite Collision (2/2) ; [ Two Tigers (Tron conversion) ] twotigrc:0:C5F4:09:000:Infinite Time twotigrc:0:C456:05:000:Infinite Lives twotigrc:0:C3B2:00:000:No Sprite Collision twotigrc:0:C3E9:00:500:No Sprite Collision (2/2) ; [ Tecmo World Cup '94 (set 2) ] :twrdc94a:00000000:FFE064:00000009:FFFFFFFF:Infinite Credits :twrdc94a:00100000:FFD35A:0000095A:FFFFFFFF:Infinite Time :twrdc94a:00100001:FFD35A:00000001:FFFFFFFF:Finish this Game Now! :twrdc94a:00000000:FFD353:00000000:FFFFFFFF:Score always = 0 PL1 :twrdc94a:00000000:FFD353:00000099:FFFFFFFF:Score always = 99 PL1 :twrdc94a:00000001:FFD353:00000000:FFFFFFFF:Score = 0 Now! PL1 :twrdc94a:00000001:FFD353:00000050:FFFFFFFF:Score = 50 Now! PL1 :twrdc94a:00000901:FFD353:00000099:FFFFFFFF:Select Score PL1 :twrdc94a:00000000:FFD355:00000000:FFFFFFFF:Score always = 0 PL2 :twrdc94a:00000000:FFD355:00000099:FFFFFFFF:Score always = 99 PL2 :twrdc94a:00000001:FFD355:00000000:FFFFFFFF:Score = 0 Now! PL2 :twrdc94a:00000001:FFD355:00000050:FFFFFFFF:Score = 50 Now! PL2 :twrdc94a:00000901:FFD355:00000099:FFFFFFFF:Select Score PL2 ; [ Tecmo World Cup '94 ] :twrldc94:00000000:FFE064:00000009:FFFFFFFF:Infinite Credits :twrldc94:00100000:FFD35A:0000095A:FFFFFFFF:Infinite Time :twrldc94:00100001:FFD35A:00000001:FFFFFFFF:Finish this Game Now! :twrldc94:00000000:FFD353:00000000:FFFFFFFF:Score always = 0 PL1 :twrldc94:00000000:FFD353:00000099:FFFFFFFF:Score always = 99 PL1 :twrldc94:00000001:FFD353:00000000:FFFFFFFF:Score = 0 Now! PL1 :twrldc94:00000001:FFD353:00000050:FFFFFFFF:Score = 50 Now! PL1 :twrldc94:00000901:FFD353:00000099:FFFFFFFF:Select Score PL1 :twrldc94:00000000:FFD355:00000000:FFFFFFFF:Score always = 0 PL2 :twrldc94:00000000:FFD355:00000099:FFFFFFFF:Score always = 99 PL2 :twrldc94:00000001:FFD355:00000000:FFFFFFFF:Score = 0 Now! PL2 :twrldc94:00000001:FFD355:00000050:FFFFFFFF:Score = 50 Now! PL2 :twrldc94:00000901:FFD355:00000099:FFFFFFFF:Select Score PL2 ; [ Tecmo World Soccer '96 ] tws96:0:1014D7:30:000:Infinite Time tws96:0:1014D6:01:500:Infinite Time (2/2) tws96:0:1014D7:01:001:Finish this Game Now! tws96:0:1014D6:00:501:Finish this Game Now! (2/2) tws96:0:1014CF:00:000:Score always = 0 PL1 tws96:0:1014CF:99:000:Score always = 99 PL1 tws96:0:1014CF:00:001:Set score = 0 Now! PL1 tws96:0:1014CF:99:001:Set score = 99 Now! PL1 tws96:0:1014CF:99:073:Select score Now! PL1 tws96:0:1014D3:01:000:Always win Penalty Shootout PL1 tws96:0:1014D5:00:500:Always win Penalty Shootout PL1 (2/2) tws96:0:1014D1:00:000:Score always = 0 PL2 tws96:0:1014D1:99:000:Score always = 99 PL2 tws96:0:1014D1:00:001:Set score = 0 Now! PL2 tws96:0:1014D1:99:001:Set score = 99 Now! PL2 tws96:0:1014D1:99:073:Select score Now! PL2 tws96:0:1014D3:00:000:Always win Penalty Shootout PL2 tws96:0:1014D5:01:500:Always win Penalty Shootout PL2 (2/2) :tws96:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :tws96:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :tws96:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ TX-1 ] tx1:0:0000:00:999:[ There are no cheats ]:REASON 1 tx1:0:0000:00:999:[ for this game as it ]:REASON 1 tx1:0:0000:00:999:[ didn't work the last ]:REASON 1 tx1:0:0000:00:999:[ time it was tested. ]:REASON 1 tx1:0:0000:00:999:[ If the game now works ]:REASON 1 tx1:0:0000:00:999:[ please request cheats ]:REASON 1 tx1:0:0000:00:999:[ for it on the cheat ]:REASON 1 tx1:0:0000:00:999:[ forums. ]:REASON 1 ; [ TX-1 (Atari/Namco/Taito License) ] tx1a:0:0000:00:999:[ There are no cheats ]:REASON 1 tx1a:0:0000:00:999:[ for this game as it ]:REASON 1 tx1a:0:0000:00:999:[ didn't work the last ]:REASON 1 tx1a:0:0000:00:999:[ time it was tested. ]:REASON 1 tx1a:0:0000:00:999:[ If the game now works ]:REASON 1 tx1a:0:0000:00:999:[ please request cheats ]:REASON 1 tx1a:0:0000:00:999:[ for it on the cheat ]:REASON 1 tx1a:0:0000:00:999:[ forums. ]:REASON 1 ; [ Tylz (prototype) ] tylz:0:00B0:99:000:Infinite Credits tylz:0:0C65:07:000:Infinite Lives ; [ Typhoon ] typhoon:0:208C:63:000:Infinite Credits typhoon:0:2098:FF:000:Infinite Lives typhoon:0:580C:09:020:Infinite POWs typhoon:0:580C:06:540:Infinite POWs (2/2) :typhoon:20800000:12213:00000060:FFFFFFFF:Invincibility :typhoon:20810000:125F8:00000060:FFFFFFFF:Invincibility (2/3):1st = Enemy, 2nd = Fire :typhoon:20810000:12677:00000060:FFFFFFFF:Invincibility (3/3):Missile in 3D scene :typhoon:00000000:02033:00000000:00000010:Rapid Fire - Antiair:Turn it OFF on the name entry screen :typhoon:00000000:02033:00000000:00000020:Rapid Fire - Antisurface:Turn it OFF on the name entry screen typhoon:0:558E:01:000:Always have Power Up Bomb 1 typhoon:0:558E:02:000:Always have Power Up Bomb 2 typhoon:0:558E:01:001:Get Power Up Bomb 1 Now! typhoon:0:558E:02:001:Get Power Up Bomb 2 Now! typhoon:0:558C:01:000:Always have 2nd Heli typhoon:0:558C:01:001:Get 2nd Heli Now! typhoon:0:0000:00:999:[These [1H] codes only apply] typhoon:0:0000:00:999:[to the 1st(main) Helicopter] typhoon:0:558D:00:000:Always have Normal Shot [1H] typhoon:0:558D:01:000:Always have Vulcan Shot [1H] typhoon:0:558D:02:000:Always have 3-Way Shot [1H] typhoon:0:558D:04:000:Always have Triple Shot [1H] typhoon:0:558D:05:000:Always have Laser Shot [1H] typhoon:0:558D:00:001:Get Normal Shot [1H] Now! typhoon:0:558D:01:001:Get Vulcan Shot [1H] Now! typhoon:0:558D:02:001:Get 3-Way Shot [1H] Now! typhoon:0:558D:04:001:Get Triple Shot [1H] Now! typhoon:0:558D:05:001:Get Laser Shot [1H] Now! typhoon:0:0000:00:999:[These [2H] codes only apply] typhoon:0:0000:00:999:[to the 2nd Helicopter. Earn] typhoon:0:0000:00:999:[it or use the 2nd Heli ] typhoon:0:0000:00:999:[cheat like everybody else! ] typhoon:0:55ED:00:000:Always have Normal Shot [2H] typhoon:0:55ED:01:000:Always have Vulcan Shot [2H] typhoon:0:55ED:02:000:Always have 3-Way Shot [2H] typhoon:0:55ED:04:000:Always have Triple Shot [2H] typhoon:0:55ED:05:000:Always have Laser Shot [2H] typhoon:0:55ED:00:001:Get Normal Shot [2H] Now! typhoon:0:55ED:01:001:Get Vulcan Shot [2H] Now! typhoon:0:55ED:02:001:Get 3-Way Shot [2H] Now! typhoon:0:55ED:04:001:Get Triple Shot [2H] Now! typhoon:0:55ED:05:001:Get Laser Shot [2H] Now! typhoon:0:5809:04:001:Lose a Life Now! typhoon:0:0000:00:999:[Enable these cheats on the ] typhoon:0:0000:00:999:[Take Off or READY!! screen ] typhoon:0:20A2:00:001:Start on Round 1 typhoon:0:20A4:00:501:Start on Round 1 (2/2) typhoon:0:20A2:01:001:Start on Round 2 typhoon:0:20A4:01:501:Start on Round 2 (2/2) typhoon:0:20A2:02:001:Start on Round 3 typhoon:0:20A4:02:501:Start on Round 3 (2/2) typhoon:0:20A2:04:001:Start on Round 4 typhoon:0:20A4:03:501:Start on Round 4 (2/2) typhoon:0:20A2:05:001:Start on Round 5 typhoon:0:20A4:04:501:Start on Round 5 (2/2) typhoon:0:20A2:06:001:Start on Round 6 typhoon:0:20A4:05:501:Start on Round 6 (2/2) typhoon:0:20A2:08:001:Start on Round 7 typhoon:0:20A4:06:501:Start on Round 7 (2/2) typhoon:0:20A2:09:001:Start on Round 8 typhoon:0:20A4:07:501:Start on Round 8 (2/2) typhoon:0:2809:F0:000:Sound Test Timer Stop:[PL1 Shot1]Next Code ; [ Ultra Balloon ] uballoon:0:800564:07:000:Infinite Lives PL1 uballoon:0:800558:02:000:Invincibility PL1 uballoon:0:800664:07:000:Infinite Lives PL2 uballoon:0:800658:02:000:Invincibility PL2 ; [ Undercover Cops (World) ] uccops:0:E0096:59:000:Infinite Time uccops:0:E073E:01:001:Kill Fatso with 1 Hit Now! uccops:0:00000:00:999:[This Select next level ] uccops:0:00000:00:999:[cheat must be enabled on ] uccops:0:00000:00:999:[the character selection ] uccops:0:00000:00:999:[screen DO NOT ENABLE IT ON ] uccops:0:00000:00:999:[THE TITLE SCREEN!!! You can] uccops:0:00000:00:999:[also use it in game as a ] uccops:0:00000:00:999:[normal next level cheat. ] uccops:0:E0093:05:062:Select next level uccops:0:E3E3B:0A:000:Infinite Lives PL1 uccops:0:E017E:64:000:Infinite Energy PL1 uccops:0:E0171:0C:000:Invincibility PL1 uccops:0:E3698:0C:500:Invincibility PL1 (2/3) uccops:0:E0161:68:501:Invincibility PL1 (3/3) uccops:0:E3E5D:0A:000:Infinite Lives PL2 uccops:0:E023E:64:000:Infinite Energy PL2 uccops:0:E0231:0C:000:Invincibility PL2 uccops:0:E3718:0C:500:Invincibility PL2 (2/3) uccops:0:E0221:A0:501:Invincibility PL2 (3/3) ; [ Undercover Cops (Japan) ] uccopsj:0:E0096:59:000:Infinite Time uccopsj:0:E073E:01:001:Kill Fatso with 1 Hit Now! uccopsj:0:00000:00:999:[This Select next level ] uccopsj:0:00000:00:999:[cheat must be enabled on ] uccopsj:0:00000:00:999:[the character selection ] uccopsj:0:00000:00:999:[screen DO NOT ENABLE IT ON ] uccopsj:0:00000:00:999:[THE TITLE SCREEN!!! You can] uccopsj:0:00000:00:999:[also use it in game as a ] uccopsj:0:00000:00:999:[normal next level cheat. ] uccopsj:0:E0093:05:062:Select next level uccopsj:0:E3E3B:0A:000:Infinite Lives PL1 uccopsj:0:E017E:64:000:Infinite Energy PL1 uccopsj:0:E0171:0C:000:Invincibility PL1 uccopsj:0:E3698:0C:500:Invincibility PL1 (2/3) uccopsj:0:E0161:68:501:Invincibility PL1 (3/3) uccopsj:0:E3E5D:0A:000:Infinite Lives PL2 uccopsj:0:E023E:64:000:Infinite Energy PL2 uccopsj:0:E0231:0C:000:Invincibility PL2 uccopsj:0:E3718:0C:500:Invincibility PL2 (2/3) uccopsj:0:E0221:A0:501:Invincibility PL2 (3/3) ; [ Mahjong Uchuu yori Ai wo komete (Japan) ] uchuuai:0:0000:00:999:[ The winning hand cheat must be activated when ] uchuuai:0:0000:00:999:[ there are 14 tiles in your hand, then press ] uchuuai:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] uchuuai:0:0000:00:999:[ visually change until you make a move. ] uchuuai:0:FC8B:31:001:Get winning hand Now! uchuuai:0:FC8C:31:501:Get winning hand Now! (02/14) uchuuai:0:FC8D:31:501:Get winning hand Now! (03/14) uchuuai:0:FC8E:32:501:Get winning hand Now! (04/14) uchuuai:0:FC8F:32:501:Get winning hand Now! (05/14) uchuuai:0:FC90:32:501:Get winning hand Now! (06/14) uchuuai:0:FC91:33:501:Get winning hand Now! (07/14) uchuuai:0:FC92:33:501:Get winning hand Now! (08/14) uchuuai:0:FC93:33:501:Get winning hand Now! (09/14) uchuuai:0:FC94:34:501:Get winning hand Now! (10/14) uchuuai:0:FC95:34:501:Get winning hand Now! (11/14) uchuuai:0:FC96:34:501:Get winning hand Now! (12/14) uchuuai:0:FC97:35:501:Get winning hand Now! (13/14) uchuuai:0:FC98:35:501:Get winning hand Now! (14/14) uchuuai:0:FC8B:31:000:Always winning hand uchuuai:0:FC8C:31:500:Always winning hand (02/14) uchuuai:0:FC8D:31:500:Always winning hand (03/14) uchuuai:0:FC8E:32:500:Always winning hand (04/14) uchuuai:0:FC8F:32:500:Always winning hand (05/14) uchuuai:0:FC90:32:500:Always winning hand (06/14) uchuuai:0:FC91:33:500:Always winning hand (07/14) uchuuai:0:FC92:33:500:Always winning hand (08/14) uchuuai:0:FC93:33:500:Always winning hand (09/14) uchuuai:0:FC94:34:500:Always winning hand (10/14) uchuuai:0:FC95:34:500:Always winning hand (11/14) uchuuai:0:FC96:34:500:Always winning hand (12/14) uchuuai:0:FC97:35:500:Always winning hand (13/14) uchuuai:0:FC98:35:500:Always winning hand (14/14) :uchuuai:00000006:FC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :uchuuai:00000006:FD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. uchuuai:0:0000:00:999:[ Here is the look-up list for ] uchuuai:0:0000:00:999:[ the above watches. ] uchuuai:0:0000:00:999:[ ] uchuuai:0:0000:00:999:[ value common name chinese name ] uchuuai:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] uchuuai:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] uchuuai:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] uchuuai:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] uchuuai:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] uchuuai:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] uchuuai:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] uchuuai:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] uchuuai:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] uchuuai:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] uchuuai:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] uchuuai:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] uchuuai:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] uchuuai:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] uchuuai:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] uchuuai:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] uchuuai:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] uchuuai:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] uchuuai:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] uchuuai:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] uchuuai:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] uchuuai:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] uchuuai:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] uchuuai:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] uchuuai:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] uchuuai:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] uchuuai:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] uchuuai:0:0000:00:999:[ 31h East "wind" ] uchuuai:0:0000:00:999:[ 32h South "wind" ] uchuuai:0:0000:00:999:[ 33h West "wind" ] uchuuai:0:0000:00:999:[ 34h North "wind" ] uchuuai:0:0000:00:999:[ 35h White "dragon" ] uchuuai:0:0000:00:999:[ 36h Green "dragon" ] uchuuai:0:0000:00:999:[ 37h Red "dragon" ] uchuuai:0:0000:00:999:[ 3Fh - no tile - ] ; [ Ultimate Ecology (Japan 931203) ] uecology:0:FF02E8:09:000:Infinite Credits uecology:0:FFF5F2:09:000:Infinite Lives PL1 uecology:0:FF877A:FF:002:Invincibility PL1 uecology:0:FF8952:05:000:Always have Maximum Arm Weapon Power PL1 uecology:0:FF8922:00:000:Always have Penetration Shot PL1 uecology:0:FF895A:04:000:Always have Penetration Hammer PL1 uecology:0:FF8904:03:000:Always have Energy Ball PL1 uecology:0:FF8904:04:000:Always have Hammer PL1 uecology:0:FF8904:07:000:Always have Wheel PL1 uecology:0:FF8904:09:000:Always have Laser Sword PL1 uecology:0:FFF5F3:09:000:Infinite Lives PL2 uecology:0:FF8D4A:FF:002:Invincibility PL2 uecology:0:FF8F22:05:000:Always have Maximum Arm Weapon Power PL2 uecology:0:FF8EF2:00:000:Always have Penetration Shot PL2 uecology:0:FF8F2A:04:000:Always have Penetration Hammer PL2 uecology:0:FF8ED4:03:000:Always have Energy Ball PL2 uecology:0:FF8ED4:04:000:Always have Hammer PL2 uecology:0:FF8ED4:07:000:Always have Wheel PL2 uecology:0:FF8ED4:09:000:Always have Laser Sword PL2 uecology:0:000000:00:999:[ These are the codes to set the machine region - the ] uecology:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] uecology:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] uecology:0:FF03E9:00:000:Region Switch = Japan uecology:0:FF03E9:01:000:Region Switch = USA uecology:0:FF03E9:02:000:Region Switch = ETC uecology:0:FF03E9:03:000:Region Switch = Hispanic uecology:0:FF03E9:04:000:Region Switch = Asia ; [ Ufo Senshi Yohko Chan (not encrypted) ] :ufosensb:00000000:C018:00000009:FFFFFFFF:Infinite Credits :ufosensb:00200000:C10D:00090909:FFFFFFFF:Infinite Time :ufosensb:00000000:C1F8:00000006:FFFFFFFF:Infinite Energy :ufosensb:00000000:C120:00000002:FFFFFFFF:Invincibility :ufosensb:00000000:C111:00000004:FFFFFFFF:Rapid Fire :ufosensb:62000000:0000:00000000:00000000:Select Starting Stage:Set on title screen after you've inserted a credit :ufosensb:00011001:C031:00000011:FFFFFFFF:Stage 1 :ufosensb:00011001:C031:00000021:FFFFFFFF:Stage 2 :ufosensb:00011001:C031:00000031:FFFFFFFF:Stage 3 :ufosensb:00011001:C031:00000041:FFFFFFFF:Stage 4 :ufosensb:00000000:C046:00000005:FFFFFFFF:Infinite Lives PL1 :ufosensb:00200000:C03E:00090909:FFFFFFFF:Infinite Money PL1 :ufosensb:00000000:C033:00000099:FFFFFFFF:Always Have 3-way PL1 :ufosensb:00000000:C034:00000099:FFFFFFFF:Always Have Boomerang PL1 :ufosensb:00000000:C035:00000099:FFFFFFFF:Always Have Hadou Gun PL1 :ufosensb:00000000:C036:00000099:FFFFFFFF:Always Have UFO PL1:Set after get the UFO :ufosensb:00000000:C037:00000099:FFFFFFFF:Always Have Sword PL1 :ufosensb:62000000:0000:00000000:00000000:Select Starting Stage PL2:Set on title screen after you've inserted a credit :ufosensb:00011001:C049:00000011:FFFFFFFF:Stage 1 :ufosensb:00011001:C049:00000021:FFFFFFFF:Stage 2 :ufosensb:00011001:C049:00000031:FFFFFFFF:Stage 3 :ufosensb:00011001:C049:00000041:FFFFFFFF:Stage 4 :ufosensb:00000000:C05E:00000005:FFFFFFFF:Infinite Lives PL2 :ufosensb:00200000:C056:00090909:FFFFFFFF:Infinite Money PL2 :ufosensb:00000000:C04B:00000099:FFFFFFFF:Always Have 3-way PL2 :ufosensb:00000000:C04C:00000099:FFFFFFFF:Always Have Boomerang PL2 :ufosensb:00000000:C04D:00000099:FFFFFFFF:Always Have Hadou Gun PL2 :ufosensb:00000000:C04E:00000099:FFFFFFFF:Always Have UFO PL2:Set after get the UFO :ufosensb:00000000:C04F:00000099:FFFFFFFF:Always Have Sword PL2 :ufosensb:60000000:0000:00000000:00000000:[ Set UFO cheat in Side View Stage ] :ufosensb:60000000:0000:00000000:00000000:[ It will cause bug in Top View ] :ufosensb:60000000:0000:00000000:00000000:[ and not work in Boss Stage ] :ufosensb:00000000:CC28:00000006:FFFFFFFF:Always Have UFO :ufosensb:00010010:CC2C:00000000:00000020:Always Have UFO (2/3) :ufosensb:00010000:CC2F:00000004:FFFFFFFF:Always Have UFO (3/3) :ufosensb:00000001:CC28:00000006:FFFFFFFF:Get UFO Now! :ufosensb:00010001:CC2C:00000000:FFFFFFFF:Get UFO Now! (2/3) :ufosensb:00010001:CC2F:00000004:FFFFFFFF:Get UFO Now! (3/3) :ufosensb:00000001:CC28:00000004:FFFFFFFF:Lose UFO Now! :ufosensb:00010001:CC2C:000000FF:FFFFFFFF:Lose UFO Now! (2/3) :ufosensb:00010001:CC2F:00000000:FFFFFFFF:Lose UFO Now! (3/3) :ufosensb:20800000:0124:00000000:FFFFFFFF:Unlock Test Mode:You need to reset the game to enter Test Mode ; [ Ufo Senshi Yohko Chan ] :ufosensi:00000000:C018:00000009:FFFFFFFF:Infinite Credits :ufosensi:00200000:C10D:00090909:FFFFFFFF:Infinite Time :ufosensi:00000000:C1F8:00000006:FFFFFFFF:Infinite Energy :ufosensi:00000000:C120:00000002:FFFFFFFF:Invincibility :ufosensi:00000000:C111:00000004:FFFFFFFF:Rapid Fire :ufosensi:62000000:0000:00000000:00000000:Select Starting Stage:Set on title screen after you've inserted a credit :ufosensi:00011001:C031:00000011:FFFFFFFF:Stage 1 :ufosensi:00011001:C031:00000021:FFFFFFFF:Stage 2 :ufosensi:00011001:C031:00000031:FFFFFFFF:Stage 3 :ufosensi:00011001:C031:00000041:FFFFFFFF:Stage 4 :ufosensi:00000000:C046:00000005:FFFFFFFF:Infinite Lives PL1 :ufosensi:00200000:C03E:00090909:FFFFFFFF:Infinite Money PL1 :ufosensi:00000000:C033:00000099:FFFFFFFF:Always Have 3-way PL1 :ufosensi:00000000:C034:00000099:FFFFFFFF:Always Have Boomerang PL1 :ufosensi:00000000:C035:00000099:FFFFFFFF:Always Have Hadou Gun PL1 :ufosensi:00000000:C036:00000099:FFFFFFFF:Always Have UFO PL1:Set after get the UFO :ufosensi:00000000:C037:00000099:FFFFFFFF:Always Have Sword PL1 :ufosensi:62000000:0000:00000000:00000000:Select Starting Stage PL2:Set on title screen after you've inserted a credit :ufosensi:00011001:C049:00000011:FFFFFFFF:Stage 1 :ufosensi:00011001:C049:00000021:FFFFFFFF:Stage 2 :ufosensi:00011001:C049:00000031:FFFFFFFF:Stage 3 :ufosensi:00011001:C049:00000041:FFFFFFFF:Stage 4 :ufosensi:00000000:C05E:00000005:FFFFFFFF:Infinite Lives PL2 :ufosensi:00200000:C056:00090909:FFFFFFFF:Infinite Money PL2 :ufosensi:00000000:C04B:00000099:FFFFFFFF:Always Have 3-way PL2 :ufosensi:00000000:C04C:00000099:FFFFFFFF:Always Have Boomerang PL2 :ufosensi:00000000:C04D:00000099:FFFFFFFF:Always Have Hadou Gun PL2 :ufosensi:00000000:C04E:00000099:FFFFFFFF:Always Have UFO PL2:Set after get the UFO :ufosensi:00000000:C04F:00000099:FFFFFFFF:Always Have Sword PL2 :ufosensi:60000000:0000:00000000:00000000:[ Set UFO cheat in Side View Stage ] :ufosensi:60000000:0000:00000000:00000000:[ It will cause bug in Top View ] :ufosensi:60000000:0000:00000000:00000000:[ and not work in Boss Stage ] :ufosensi:00000000:CC28:00000006:FFFFFFFF:Always Have UFO :ufosensi:00010010:CC2C:00000000:00000020:Always Have UFO (2/3) :ufosensi:00010000:CC2F:00000004:FFFFFFFF:Always Have UFO (3/3) :ufosensi:00000001:CC28:00000006:FFFFFFFF:Get UFO Now! :ufosensi:00010001:CC2C:00000000:FFFFFFFF:Get UFO Now! (2/3) :ufosensi:00010001:CC2F:00000004:FFFFFFFF:Get UFO Now! (3/3) :ufosensi:00000001:CC28:00000004:FFFFFFFF:Lose UFO Now! :ufosensi:00010001:CC2C:000000FF:FFFFFFFF:Lose UFO Now! (2/3) :ufosensi:00010001:CC2F:00000000:FFFFFFFF:Lose UFO Now! (3/3) :ufosensi:20800000:0124:00000000:FFFFFFFF:Unlock Test Mode:You need to reset the game to enter Test Mode ; [ Ultimate Tennis ] ultennis:0:22101F:63:000:Infinite Credits ultennis:0:222248:00:000:Infinite Balls ultennis:0:222249:63:500:Infinite Balls (2/2) ultennis:0:22B8B9:00:000:"Game" Score always = 0 PL1 ultennis:0:22B8B9:00:001:"Game" Score = 0 Now! PL1 ultennis:0:22B8B9:03:001:"Game" Score = 40 Now! PL1 ultennis:0:22B8BF:04:000:"Set" Score always = 4 PL1 ultennis:0:22B8BF:04:001:"Set" Score = 4 Now! PL1 ultennis:0:22B8BF:06:001:"Set" Score = 6 Now! PL1 ultennis:0:22BBD9:00:000:"Game" Score always = 0 PL2 ultennis:0:22BBD9:00:001:"Game" Score = 0 Now! PL2 ultennis:0:22BBD9:03:001:"Game" Score = 40 Now! PL2 ultennis:0:22BBDB:04:000:"Set" Score always = 4 PL2 ultennis:0:22BBDB:04:001:"Set" Score = 4 Now! PL2 ultennis:0:22BBDB:06:001:"Set" Score = 6 Now! PL2 ; [ Ultraman (Japan) ] ultraman:0:08F669:30:000:Infinite Time:F6 at the end of level ultraman:0:08EC0A:01:000:Invincibility? ultraman:0:08F00A:50:000:Infinite Energy (Player):F6 at the end of level ultraman:0:08F00A:00:001:Drain ALL Energy Now!(Player) ultraman:0:08F02A:50:000:Infinite Energy (CPU) ultraman:0:08F02A:00:001:Drain ALL Energy Now!(CPU) ultraman:0:08F088:1B:000:Maximum power ultraman:0:08F08B:03:500:Maximum power (2/2) ultraman:0:08F1FD:02:000:Infinite Final Weapon(Player):Final Stage ultraman:0:08E733:0C:071:Select Next Stage ; [ Ultra Maru-hi Mahjong (Japan) ] ultramhm:0:0000:00:999:[ The winning hand cheat must be activated when ] ultramhm:0:0000:00:999:[ there are 14 tiles in your hand, then press ] ultramhm:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] ultramhm:0:0000:00:999:[ visually change until you make a move. ] :ultramhm:00000001:ED05:00000031:FFFFFFFF:Get winning hand Now! :ultramhm:00010001:ED06:00000031:FFFFFFFF:Get winning hand Now! (02/14) :ultramhm:00010001:ED07:00000031:FFFFFFFF:Get winning hand Now! (03/14) :ultramhm:00010001:ED08:00000032:FFFFFFFF:Get winning hand Now! (04/14) :ultramhm:00010001:ED09:00000032:FFFFFFFF:Get winning hand Now! (05/14) :ultramhm:00010001:ED0A:00000032:FFFFFFFF:Get winning hand Now! (06/14) :ultramhm:00010001:ED0B:00000033:FFFFFFFF:Get winning hand Now! (07/14) :ultramhm:00010001:ED0C:00000033:FFFFFFFF:Get winning hand Now! (08/14) :ultramhm:00010001:ED0D:00000033:FFFFFFFF:Get winning hand Now! (09/14) :ultramhm:00010001:ED0E:00000034:FFFFFFFF:Get winning hand Now! (10/14) :ultramhm:00010001:ED0F:00000034:FFFFFFFF:Get winning hand Now! (11/14) :ultramhm:00010001:ED10:00000034:FFFFFFFF:Get winning hand Now! (12/14) :ultramhm:00010001:ED11:00000035:FFFFFFFF:Get winning hand Now! (13/14) :ultramhm:00010001:ED12:00000035:FFFFFFFF:Get winning hand Now! (14/14) :ultramhm:00000000:ED05:00000031:FFFFFFFF:Always winning hand :ultramhm:00010000:ED06:00000031:FFFFFFFF:Always winning hand (02/14) :ultramhm:00010000:ED07:00000031:FFFFFFFF:Always winning hand (03/14) :ultramhm:00010000:ED08:00000032:FFFFFFFF:Always winning hand (04/14) :ultramhm:00010000:ED09:00000032:FFFFFFFF:Always winning hand (05/14) :ultramhm:00010000:ED0A:00000032:FFFFFFFF:Always winning hand (06/14) :ultramhm:00010000:ED0B:00000033:FFFFFFFF:Always winning hand (07/14) :ultramhm:00010000:ED0C:00000033:FFFFFFFF:Always winning hand (08/14) :ultramhm:00010000:ED0D:00000033:FFFFFFFF:Always winning hand (09/14) :ultramhm:00010000:ED0E:00000034:FFFFFFFF:Always winning hand (10/14) :ultramhm:00010000:ED0F:00000034:FFFFFFFF:Always winning hand (11/14) :ultramhm:00010000:ED10:00000034:FFFFFFFF:Always winning hand (12/14) :ultramhm:00010000:ED11:00000035:FFFFFFFF:Always winning hand (13/14) :ultramhm:00010000:ED12:00000035:FFFFFFFF:Always winning hand (14/14) :ultramhm:00100000:EA72:000003E7:FFFFFFFF:Infinite Points :ultramhm:00000006:ED05:0000000D:FFFFFFFF: Watch ALL 14 tiles - Player :ultramhm:00000006:ED6C:0000000D:FFFFFFFF: Watch ALL 14 tiles - C.P.U. ultramhm:0:0000:00:999:[ Here is the look-up list for ] ultramhm:0:0000:00:999:[ the above watches. ] ultramhm:0:0000:00:999:[ ] ultramhm:0:0000:00:999:[ value common name chinese name ] ultramhm:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] ultramhm:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] ultramhm:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] ultramhm:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] ultramhm:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] ultramhm:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] ultramhm:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] ultramhm:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] ultramhm:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] ultramhm:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] ultramhm:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] ultramhm:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] ultramhm:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] ultramhm:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] ultramhm:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] ultramhm:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] ultramhm:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] ultramhm:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] ultramhm:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] ultramhm:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] ultramhm:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] ultramhm:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] ultramhm:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] ultramhm:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] ultramhm:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] ultramhm:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] ultramhm:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] ultramhm:0:0000:00:999:[ 31h East "wind" ] ultramhm:0:0000:00:999:[ 32h South "wind" ] ultramhm:0:0000:00:999:[ 33h West "wind" ] ultramhm:0:0000:00:999:[ 34h North "wind" ] ultramhm:0:0000:00:999:[ 35h White "dragon" ] ultramhm:0:0000:00:999:[ 36h Green "dragon" ] ultramhm:0:0000:00:999:[ 37h Red "dragon" ] ultramhm:0:0000:00:999:[ 3Fh - no tile - ] ; [ Ultra Tank ] ultratnk:0:008D:9A:000:Infinite Time ultratnk:0:0000:00:999:[NOTE - The score will only update ] ultratnk:0:0000:00:999:[when somebody scores (a tank kill). ] ultratnk:0:0054:00:000:Score always = 0 PL1 ultratnk:0:0054:FF:000:Score always = 255 PL1 ultratnk:0:0054:00:001:Set score = 0 Now! PL1 ultratnk:0:0054:80:001:Set score = 128 Now! PL1 ultratnk:0:0054:FF:070:Select score Now! PL1 ultratnk:0:0052:00:000:Score always = 0 PL2 ultratnk:0:0052:FF:000:Score always = 255 PL2 ultratnk:0:0052:00:001:Set score = 0 Now! PL2 ultratnk:0:0052:80:001:Set score = 128 Now! PL2 ultratnk:0:0052:FF:070:Select score Now! PL2 ; [ Ultra X Weapons / Ultra Keibitai ] ultrax:0:00E264:09:000:Infinite Credits :ultrax:00000300:00E3E2:00000006:FFFFFFFF:Select Stage ultrax:0:00E2D6:02:000:Invincibility PL1 ultrax:0:00E2D4:09:000:Infinite Lives PL1 ultrax:0:00E334:09:000:Infinite Bombs PL1 ultrax:0:00E2B5:0F:000:Always Max Shot Power PL1 ultrax:0:00E33A:02:000:Always Have Side Wave Shot PL1 ultrax:0:00E336:06:000:Always Have Missile PL1 :ultrax:00000100:00E2B4:00000006:FFFFFFFF:Select Main Shot PL1 ultrax:0:00E2F0:0F:000:Always Main Shot Full Auto PL1:Keep Pushing Shot Button :ultrax:00000100:00E2C6:000000FF:FFFFFFFF:Select Speed PL1:Don't pick a value too high or the ship is virtually incontrollable - max game value to be found out and cheat changed at a future date. :ultrax:62000000:000000:00000000:00000000:Select Character PL1 :ultrax:00010000:00E2B2:00000000:FFFFFFFF:Jet-Vtol :ultrax:00010000:00E2B2:00000001:FFFFFFFF:Ultra-Hawk :ultrax:00010000:00E2B2:00000002:FFFFFFFF:Mat-Arrow :ultrax:00010000:00E2B2:00000003:FFFFFFFF:Tac-Space :ultrax:00010000:00E2B2:00000004:FFFFFFFF:Condol-1 :ultrax:00010000:00E2B2:00000005:FFFFFFFF:Macky-3 :ultrax:00010000:00E2B2:00000006:FFFFFFFF:Silver-Gull ultrax:0:00E378:02:000:Invincibility PL2 ultrax:0:00E376:09:000:Infinite Lives PL2 ultrax:0:00E3D6:09:000:Infinite Bombs PL2 ultrax:0:00E357:0F:000:Always Max Shot Power PL2 ultrax:0:00E3DC:02:000:Always Have Side Wave Shot PL2 ultrax:0:00E3D8:06:000:Always Have Missile PL2 :ultrax:00000100:00E356:00000006:FFFFFFFF:Select Main Shot PL2 ultrax:0:00E392:0F:000:Always Main Shot Full Auto PL2:Keep Pushing Shot Button :ultrax:00000100:00E368:000000FF:FFFFFFFF:Select Speed PL2:Don't pick a value too high or the ship is virtually incontrollable - max game value to be found out and cheat changed at a future date. :ultrax:62000000:000000:00000000:00000000:Select Character PL2 :ultrax:00010000:00E354:00000000:FFFFFFFF:Jet-Vtol :ultrax:00010000:00E354:00000001:FFFFFFFF:Ultra-Hawk :ultrax:00010000:00E354:00000002:FFFFFFFF:Mat-Arrow :ultrax:00010000:00E354:00000003:FFFFFFFF:Tac-Space :ultrax:00010000:00E354:00000004:FFFFFFFF:Condol-1 :ultrax:00010000:00E354:00000005:FFFFFFFF:Macky-3 :ultrax:00010000:00E354:00000006:FFFFFFFF:Silver-Gull ; [ Ultraman Club - Tatakae! Ultraman Kyoudai!! ] umanclub:0:200691:09:000:Infinite Credits umanclub:0:200A9B:00:001:One hit to kill Boss Now! umanclub:0:000000:00:999:[ These Select starting stage/mission cheats should ] umanclub:0:000000:00:999:[ be enabled on the character selection screen. ] umanclub:0:200A51:05:071:Select starting stage umanclub:0:200A4F:07:071:Select starting/current mission:When used as a 'current' cheat you need to complete the current stage to see any affect. umanclub:0:200A51:05:061:Select next stage umanclub:0:200A4F:07:071:Select current mission:You need to complete current stage to see any affect though umanclub:0:2007F3:0A:000:Infinite Lives PL1 umanclub:0:2007F7:06:000:Infinite Energy PL1 umanclub:0:2007F5:06:500:Infinite Energy PL1 (2/2) umanclub:0:2007F9:10:000:Infinite Ammo Power PL1 umanclub:0:200805:03:000:Invincibility PL1 umanclub:0:2007DF:04:000:Always have Maximum Speed PL1 umanclub:0:20082B:0A:000:Infinite Lives PL2 umanclub:0:20082F:06:000:Infinite Energy PL2 umanclub:0:20082D:06:500:Infinite Energy PL2 (2/2) umanclub:0:200831:10:000:Infinite Ammo Power PL2 umanclub:0:20083D:03:000:Invincibility PL2 umanclub:0:200817:04:000:Always have Maximum Speed PL2 ; [ Ultimate Mortal Kombat 3 (rev 1.2) ] :umk3:39B00000:00001B8C:0300C0D7:FFFFFFFF:Infinite Time :umk3:39900000:000025AA:0000C0F2:FFFFFFFF:Infinite Fatality Time umk3:0:02810FC:ED:113:Unlock Mileena:Note, Use the cheat and then reset. You WILL lose your other settings umk3:0:02810FE:B0:613:Unlock Mileena (2/2) umk3:0:0281104:ED:113:Unlock Ermac:Note, Use the cheat and then reset. You WILL lose your other settings umk3:0:0281106:B0:613:Unlock Ermac (2/2) umk3:0:028110C:ED:113:Unlock Classic Sub-Zero:Note, Use the cheat and then reset. You WILL lose your other settings umk3:0:028110E:B0:613:Unlock Classic Sub-Zero (2/2) :umk3:60000000:00000000:00000000:00000000:[ If a character isn't enabled, lose a game, and let the ] :umk3:60000000:00000000:00000000:00000000:[ continue timer run out. 10 to 30 boxes will appear. Use ] :umk3:60000000:00000000:00000000:00000000:[ 'Enable (Character)' and let the 9 second timer run out ] :umk3:60000000:00000000:00000000:00000000:[ to enable the character. Repeat to unlock next one. ] :umk3:00000001:002063DC:00000002:FFFFFFFF:Enable Mileena :umk3:00010001:0020641E:00000002:FFFFFFFF:Enable Mileena (2/30) :umk3:00010001:00206460:00000002:FFFFFFFF:Enable Mileena (3/30) :umk3:00010001:002064A2:00000006:FFFFFFFF:Enable Mileena (4/30) :umk3:00010001:002064E4:00000004:FFFFFFFF:Enable Mileena (5/30) :umk3:00010001:00206526:00000002:FFFFFFFF:Enable Mileena (6/30) :umk3:00010001:00206568:00000002:FFFFFFFF:Enable Mileena (7/30) :umk3:00010001:002065AA:00000002:FFFFFFFF:Enable Mileena (8/30) :umk3:00010001:002065EC:00000006:FFFFFFFF:Enable Mileena (9/30) :umk3:00010001:0020662E:00000004:FFFFFFFF:Enable Mileena (10/30) :umk3:00010001:002066B2:00000002:FFFFFFFF:Enable Mileena (11/30) :umk3:00010001:002066F4:00000002:FFFFFFFF:Enable Mileena (12/30) :umk3:00010001:00206736:00000002:FFFFFFFF:Enable Mileena (13/30) :umk3:00010001:00206778:00000006:FFFFFFFF:Enable Mileena (14/30) :umk3:00010001:002067BA:00000004:FFFFFFFF:Enable Mileena (15/30) :umk3:00010001:002067FC:00000002:FFFFFFFF:Enable Mileena (16/30) :umk3:00010001:0020683E:00000002:FFFFFFFF:Enable Mileena (17/30) :umk3:00010001:00206880:00000002:FFFFFFFF:Enable Mileena (18/30) :umk3:00010001:002068C2:00000006:FFFFFFFF:Enable Mileena (19/30) :umk3:00010001:00206904:00000004:FFFFFFFF:Enable Mileena (20/30) :umk3:00010001:00206988:00000002:FFFFFFFF:Enable Mileena (21/30) :umk3:00010001:002069CA:00000002:FFFFFFFF:Enable Mileena (22/30) :umk3:00010001:00206A0C:00000002:FFFFFFFF:Enable Mileena (23/30) :umk3:00010001:00206A4E:00000006:FFFFFFFF:Enable Mileena (24/30) :umk3:00010001:00206A90:00000004:FFFFFFFF:Enable Mileena (25/30) :umk3:00010001:00206AD2:00000002:FFFFFFFF:Enable Mileena (26/30) :umk3:00010001:00206B14:00000002:FFFFFFFF:Enable Mileena (27/30) :umk3:00010001:00206B56:00000002:FFFFFFFF:Enable Mileena (28/30) :umk3:00010001:00206B98:00000006:FFFFFFFF:Enable Mileena (29/30) :umk3:00010001:00206BDA:00000004:FFFFFFFF:Enable Mileena (30/30) :umk3:00000001:002063DC:00000001:FFFFFFFF:Enable Ermac :umk3:00010001:0020641E:00000002:FFFFFFFF:Enable Ermac (2/30) :umk3:00010001:00206460:00000003:FFFFFFFF:Enable Ermac (3/30) :umk3:00010001:002064A2:00000004:FFFFFFFF:Enable Ermac (4/30) :umk3:00010001:002064E4:00000004:FFFFFFFF:Enable Ermac (5/30) :umk3:00010001:00206526:00000004:FFFFFFFF:Enable Ermac (6/30) :umk3:00010001:00206568:00000004:FFFFFFFF:Enable Ermac (7/30) :umk3:00010001:002065AA:00000003:FFFFFFFF:Enable Ermac (8/30) :umk3:00010001:002065EC:00000002:FFFFFFFF:Enable Ermac (9/30) :umk3:00010001:0020662E:00000001:FFFFFFFF:Enable Ermac (10/30) :umk3:00010001:002066B2:00000001:FFFFFFFF:Enable Ermac (11/30) :umk3:00010001:002066F4:00000002:FFFFFFFF:Enable Ermac (12/30) :umk3:00010001:00206736:00000003:FFFFFFFF:Enable Ermac (13/30) :umk3:00010001:00206778:00000004:FFFFFFFF:Enable Ermac (14/30) :umk3:00010001:002067BA:00000004:FFFFFFFF:Enable Ermac (15/30) :umk3:00010001:002067FC:00000004:FFFFFFFF:Enable Ermac (16/30) :umk3:00010001:0020683E:00000004:FFFFFFFF:Enable Ermac (17/30) :umk3:00010001:00206880:00000003:FFFFFFFF:Enable Ermac (18/30) :umk3:00010001:002068C2:00000002:FFFFFFFF:Enable Ermac (19/30) :umk3:00010001:00206904:00000001:FFFFFFFF:Enable Ermac (20/30) :umk3:00010001:00206988:00000001:FFFFFFFF:Enable Ermac (21/30) :umk3:00010001:002069CA:00000002:FFFFFFFF:Enable Ermac (22/30) :umk3:00010001:00206A0C:00000003:FFFFFFFF:Enable Ermac (23/30) :umk3:00010001:00206A4E:00000004:FFFFFFFF:Enable Ermac (24/30) :umk3:00010001:00206A90:00000004:FFFFFFFF:Enable Ermac (25/30) :umk3:00010001:00206AD2:00000004:FFFFFFFF:Enable Ermac (26/30) :umk3:00010001:00206B14:00000004:FFFFFFFF:Enable Ermac (27/30) :umk3:00010001:00206B56:00000003:FFFFFFFF:Enable Ermac (28/30) :umk3:00010001:00206B98:00000002:FFFFFFFF:Enable Ermac (29/30) :umk3:00010001:00206BDA:00000001:FFFFFFFF:Enable Ermac (30/30) :umk3:00000001:002063DC:00000008:FFFFFFFF:Enable Classic Subzero :umk3:00010001:0020641E:00000001:FFFFFFFF:Enable Classic Subzero (2/30) :umk3:00010001:00206460:00000008:FFFFFFFF:Enable Classic Subzero (3/30) :umk3:00010001:002064A2:00000003:FFFFFFFF:Enable Classic Subzero (4/30) :umk3:00010001:002064E4:00000005:FFFFFFFF:Enable Classic Subzero (5/30) :umk3:00010001:00206526:00000008:FFFFFFFF:Enable Classic Subzero (6/30) :umk3:00010001:00206568:00000001:FFFFFFFF:Enable Classic Subzero (7/30) :umk3:00010001:002065AA:00000008:FFFFFFFF:Enable Classic Subzero (8/30) :umk3:00010001:002065EC:00000003:FFFFFFFF:Enable Classic Subzero (9/30) :umk3:00010001:0020662E:00000005:FFFFFFFF:Enable Classic Subzero (10/30) :umk3:00010001:002066B2:00000008:FFFFFFFF:Enable Classic Subzero (11/30) :umk3:00010001:002066F4:00000001:FFFFFFFF:Enable Classic Subzero (12/30) :umk3:00010001:00206736:00000008:FFFFFFFF:Enable Classic Subzero (13/30) :umk3:00010001:00206778:00000003:FFFFFFFF:Enable Classic Subzero (14/30) :umk3:00010001:002067BA:00000005:FFFFFFFF:Enable Classic Subzero (15/30) :umk3:00010001:002067FC:00000008:FFFFFFFF:Enable Classic Subzero (16/30) :umk3:00010001:0020683E:00000001:FFFFFFFF:Enable Classic Subzero (17/30) :umk3:00010001:00206880:00000008:FFFFFFFF:Enable Classic Subzero (18/30) :umk3:00010001:002068C2:00000003:FFFFFFFF:Enable Classic Subzero (19/30) :umk3:00010001:00206904:00000005:FFFFFFFF:Enable Classic Subzero (20/30) :umk3:00010001:00206988:00000008:FFFFFFFF:Enable Classic Subzero (21/30) :umk3:00010001:002069CA:00000001:FFFFFFFF:Enable Classic Subzero (22/30) :umk3:00010001:00206A0C:00000008:FFFFFFFF:Enable Classic Subzero (23/30) :umk3:00010001:00206A4E:00000003:FFFFFFFF:Enable Classic Subzero (24/30) :umk3:00010001:00206A90:00000005:FFFFFFFF:Enable Classic Subzero (25/30) :umk3:00010001:00206AD2:00000008:FFFFFFFF:Enable Classic Subzero (26/30) :umk3:00010001:00206B14:00000001:FFFFFFFF:Enable Classic Subzero (27/30) :umk3:00010001:00206B56:00000008:FFFFFFFF:Enable Classic Subzero (28/30) :umk3:00010001:00206B98:00000003:FFFFFFFF:Enable Classic Subzero (29/30) :umk3:00010001:00206BDA:00000005:FFFFFFFF:Enable Classic Subzero (30/30) :umk3:60000000:00000000:00000000:00000000:[ These codes can be enabled and disabled during a match. ] :umk3:60000000:00000000:00000000:00000000:[ Enable as many as you want to, along with any single ] :umk3:60000000:00000000:00000000:00000000:[ kombat code, if that's what you want. ] :umk3:00000001:0020C424:00000000:FFFFFFFF:No Powerbars :umk3:00000001:0020C424:00000001:FFFFFFFF:Disable No Powerbars :umk3:00000001:0020C55C:00000001:FFFFFFFF:No Throwing :umk3:00000001:0020C55C:00000000:FFFFFFFF:Disable No Throwing :umk3:00000001:0020C560:00000001:FFFFFFFF:No Blocking :umk3:00000001:0020C560:00000000:FFFFFFFF:Disable No Blocking :umk3:00000001:0020C57E:00000001:FFFFFFFF:Unlimited Run :umk3:00000001:0020C57E:00000000:FFFFFFFF:Disable Unlimited Run :umk3:00000001:0020C57C:00000001:FFFFFFFF:Fast Uppercut Recovery :umk3:00000001:0020C57C:00000000:FFFFFFFF:Disable Fast Uppercut Recovery umk3:0:0020C14C:A6:000:Infinite Energy PL1 umk3:0:0020C14C:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!) umk3:0:0020C14E:30:000:Infinite Turbo PL1 umk3:0:0020C2C2:A6:000:Infinite Energy PL2 umk3:0:0020C2C2:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!) umk3:0:0020C2C4:30:000:Infinite Turbo PL2 umk3:0:0020C45C:64:000:Always Play Galaxian before a 2 player Match :umk3:60000000:00000000:00000000:FFFFFFFF:[ These are the Kombat Code's for every game mode. ] :umk3:60000000:00000000:00000000:FFFFFFFF:[ Choose only one of them to use. (They're all ROM Hacks) ] :umk3:39900000:00002174:000009E5:FFFFFFFF:Galaxian:This piece of the code is the write instructions :umk3:39B10000:00002176:00642468:FFFFFFFF:Galaxian (2/2):This is the kombat kode, easy-ified :umk3:39900000:00002174:000009E5:FFFFFFFF:UNIKORIV REFERRI-Sans Power (No Power) :umk3:39B10000:00002176:00044440:FFFFFFFF:UNIKORIV REFERRI-Sans Power (No Power) (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Half Energy PL1 :umk3:39B10000:00002176:00033000:FFFFFFFF:Half Energy PL1 (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Quarter Energy PL1 :umk3:39B10000:00002176:00707000:FFFFFFFF:Quarter Energy PL1 (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Half Energy PL2 :umk3:39B10000:00002176:00000033:FFFFFFFF:Half Energy PL2 (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Quarter Energy PL2 :umk3:39B10000:00002176:00000707:FFFFFFFF:Quarter Energy PL2 (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Blocking Disabled :umk3:39B10000:00002176:00020020:FFFFFFFF:Blocking Disabled (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Throwing Disabled :umk3:39B10000:00002176:00100100:FFFFFFFF:Throwing Disabled (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Throwing Encouraged :umk3:39B10000:00002176:00010010:FFFFFFFF:Throwing Encouraged (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Fast Uppercut Recovery :umk3:39B10000:00002176:00788322:FFFFFFFF:Fast Uppercut Recovery (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:No Powerbars :umk3:39B10000:00002176:00987123:FFFFFFFF:No Powerbars (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:No Fear :umk3:39B10000:00002176:00282282:FFFFFFFF:No Fear (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Infinite Run :umk3:39B10000:00002176:00466466:FFFFFFFF:Infinite Run (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Dark Kombat :umk3:39B10000:00002176:00688422:FFFFFFFF:Dark Kombat (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Randper Kombat (Method 1) :umk3:39B10000:00002176:00460460:FFFFFFFF:Randper Kombat (Method 1) (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Randper Kombat (Method 2) :umk3:39B10000:00002176:00444444:FFFFFFFF:Randper Kombat (Method 2) (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Psycho Kombat :umk3:39B10000:00002176:00985125:FFFFFFFF:Psycho Kombat (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Silent Kombat :umk3:39B10000:00002176:00300300:FFFFFFFF:Silent Kombat (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Explosive Kombat:Only for 2 on 2 Endurance :umk3:39B10000:00002176:00227227:FFFFFFFF:Explosive Kombat (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Explosive Kombat, Throwing Disabled:Only for 2 on 2 Endurance :umk3:39B10000:00002176:00022220:FFFFFFFF:Explosive Kombat, Throwing Disabled (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Shao Kahn :umk3:39B10000:00002176:00033564:FFFFFFFF:Winner Battles Shao Kahn (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Smoke :umk3:39B10000:00002176:00205205:FFFFFFFF:Winner Battles Smoke (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Noob Saibot :umk3:39B10000:00002176:00769342:FFFFFFFF:Winner Battles Noob Saibot (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Montaro :umk3:39B10000:00002176:00969141:FFFFFFFF:Winner Battles Montaro (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Bell Tower :umk3:39B10000:00002176:00091190:FFFFFFFF:Kombat Zone - Bell Tower (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Blue Portal :umk3:39B10000:00002176:00933933:FFFFFFFF:Kombat Zone - Blue Portal (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Cavern :umk3:39B10000:00002176:00002003:FFFFFFFF:Kombat Zone - Cavern (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Jade's Desert :umk3:39B10000:00002176:00330033:FFFFFFFF:Kombat Zone - Jade's Desert (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Noob's Dorfen :umk3:39B10000:00002176:00050050:FFFFFFFF:Kombat Zone - Noob's Dorfen (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Scorpion's Lair :umk3:39B10000:00002176:00666444:FFFFFFFF:Kombat Zone - Scorpion's Lair (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Soul Chamber :umk3:39B10000:00002176:00123901:FFFFFFFF:Kombat Zone - Soul Chamber (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Balcony :umk3:39B10000:00002176:00880220:FFFFFFFF:Kombat Zone - The Balcony (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Bridge :umk3:39B10000:00002176:00077022:FFFFFFFF:Kombat Zone - The Bridge (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Graveyard :umk3:39B10000:00002176:00666333:FFFFFFFF:Kombat Zone - The Graveyard (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Pit III :umk3:39B10000:00002176:00820028:FFFFFFFF:Kombat Zone - The Pit III (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Roof :umk3:39B10000:00002176:00343343:FFFFFFFF:Kombat Zone - The Roof (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Street :umk3:39B10000:00002176:00079035:FFFFFFFF:Kombat Zone - The Street (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Subway :umk3:39B10000:00002176:00880088:FFFFFFFF:Kombat Zone - The Subway (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Temple :umk3:39B10000:00002176:00600040:FFFFFFFF:Kombat Zone - The Temple (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Waterfront :umk3:39B10000:00002176:00002003:FFFFFFFF:Kombat Zone - The Waterfront (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Message - There's No Knowledge That's Not Power :umk3:39B10000:00002176:00123926:FFFFFFFF:Message - There's No Knowledge That's Not Power (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Message - Hold Flippers During Casino Run :umk3:39B10000:00002176:00987666:FFFFFFFF:Message - Hold Flippers During Casino Run (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Message - Go see Mortal Kombat, The Live Tour! :umk3:39B10000:00002176:00550550:FFFFFFFF:Message - Go see Mortal Kombat, The Live Tour! (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Message - Whacha Gun Do ? - E.B. :umk3:39B10000:00002176:00004400:FFFFFFFF:Message - Whacha Gun Do ? - E.B. (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Message - Skunky !! - E.F. :umk3:39B10000:00002176:00122221:FFFFFFFF:Message - Skunky !! - E.F. (2/2) :umk3:39900000:00002174:000009E5:FFFFFFFF:Display Version Number :umk3:39B10000:00002176:00999999:FFFFFFFF:Display Version Number (2/2) :umk3:00000001:0020C44C:00000000:FFFFFFFF:Kombat Zone- The Subway:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000001:FFFFFFFF:Kombat Zone- The Street:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000003:FFFFFFFF:Kombat Zone- The Roof:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000004:FFFFFFFF:Kombat Zone- The Balcony:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000005:FFFFFFFF:Kombat Zone- The Bridge:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000006:FFFFFFFF:Kombat Zone- Soul Chamber:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000007:FFFFFFFF:Kombat Zone- Bell Tower:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000008:FFFFFFFF:Kombat Zone- The Temple:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000009:FFFFFFFF:Kombat Zone- The Graveyard:Enable on the Character Select Screen :umk3:00000001:0020C44C:0000000A:FFFFFFFF:Kombat Zone- The Pit III:Enable on the Character Select Screen :umk3:00000001:0020C44C:0000000B:FFFFFFFF:Kombat Zone- The Waterfront:Enable on the Character Select Screen :umk3:00000001:0020C44C:0000000C:FFFFFFFF:Kombat Zone- Scorpion's Lair:Enable on the Character Select Screen :umk3:00000001:0020C44C:0000000D:FFFFFFFF:Kombat Zone- Shao Kahn's Throne Room:Enable on the Character Select Screen :umk3:00000001:0020C44C:0000000E:FFFFFFFF:Kombat Zone- Jade's Desert:Enable on the Character Select Screen :umk3:00000001:0020C44C:0000000F:FFFFFFFF:Kombat Zone- (Continue Screen):Enable on the Character Select Screen. This is probably a good sprite ripping stage :umk3:00000001:0020C44C:00000010:FFFFFFFF:Kombat Zone- Blue Portal:Enable on the Character Select Screen :umk3:00000001:0020C44C:00000017:FFFFFFFF:Kombat Zone- (Red Tunnel):Enable on the Character Select Screen :umk3:00000001:0020C44C:00000018:FFFFFFFF:Kombat Zone- Noob's Dorfen:Enable on the Character Select Screen ; [ Ultimate Mortal Kombat 3 (rev 1.0) ] :umk3r10:39B00000:00001B8C:0300C0D7:FFFFFFFF:Infinite Time :umk3r10:39900000:000025AA:0000C0F2:FFFFFFFF:Infinite Fatality Time umk3r10:0:02810FC:ED:113:Unlock Mileena:Note, Use the cheat and then reset. You WILL lose your other settings umk3r10:0:02810FE:B0:613:Unlock Mileena (2/2) umk3r10:0:0281104:ED:113:Unlock Ermac:Note, Use the cheat and then reset. You WILL lose your other settings umk3r10:0:0281106:B0:613:Unlock Ermac (2/2) umk3r10:0:028110C:ED:113:Unlock Classic Sub-Zero:Note, Use the cheat and then reset. You WILL lose your other settings umk3r10:0:028110E:B0:613:Unlock Classic Sub-Zero (2/2) :umk3r10:60000000:00000000:00000000:00000000:[ If a character isn't enabled, lose a game, and let the ] :umk3r10:60000000:00000000:00000000:00000000:[ continue timer run out. 10 to 30 boxes will appear. Use ] :umk3r10:60000000:00000000:00000000:00000000:[ 'Enable (Character)' and let the 9 second timer run out ] :umk3r10:60000000:00000000:00000000:00000000:[ to enable the character. Repeat to unlock next one. ] :umk3r10:00000001:002063DC:00000002:FFFFFFFF:Enable Mileena :umk3r10:00010001:0020641E:00000002:FFFFFFFF:Enable Mileena (2/30) :umk3r10:00010001:00206460:00000002:FFFFFFFF:Enable Mileena (3/30) :umk3r10:00010001:002064A2:00000006:FFFFFFFF:Enable Mileena (4/30) :umk3r10:00010001:002064E4:00000004:FFFFFFFF:Enable Mileena (5/30) :umk3r10:00010001:00206526:00000002:FFFFFFFF:Enable Mileena (6/30) :umk3r10:00010001:00206568:00000002:FFFFFFFF:Enable Mileena (7/30) :umk3r10:00010001:002065AA:00000002:FFFFFFFF:Enable Mileena (8/30) :umk3r10:00010001:002065EC:00000006:FFFFFFFF:Enable Mileena (9/30) :umk3r10:00010001:0020662E:00000004:FFFFFFFF:Enable Mileena (10/30) :umk3r10:00010001:002066B2:00000002:FFFFFFFF:Enable Mileena (11/30) :umk3r10:00010001:002066F4:00000002:FFFFFFFF:Enable Mileena (12/30) :umk3r10:00010001:00206736:00000002:FFFFFFFF:Enable Mileena (13/30) :umk3r10:00010001:00206778:00000006:FFFFFFFF:Enable Mileena (14/30) :umk3r10:00010001:002067BA:00000004:FFFFFFFF:Enable Mileena (15/30) :umk3r10:00010001:002067FC:00000002:FFFFFFFF:Enable Mileena (16/30) :umk3r10:00010001:0020683E:00000002:FFFFFFFF:Enable Mileena (17/30) :umk3r10:00010001:00206880:00000002:FFFFFFFF:Enable Mileena (18/30) :umk3r10:00010001:002068C2:00000006:FFFFFFFF:Enable Mileena (19/30) :umk3r10:00010001:00206904:00000004:FFFFFFFF:Enable Mileena (20/30) :umk3r10:00010001:00206988:00000002:FFFFFFFF:Enable Mileena (21/30) :umk3r10:00010001:002069CA:00000002:FFFFFFFF:Enable Mileena (22/30) :umk3r10:00010001:00206A0C:00000002:FFFFFFFF:Enable Mileena (23/30) :umk3r10:00010001:00206A4E:00000006:FFFFFFFF:Enable Mileena (24/30) :umk3r10:00010001:00206A90:00000004:FFFFFFFF:Enable Mileena (25/30) :umk3r10:00010001:00206AD2:00000002:FFFFFFFF:Enable Mileena (26/30) :umk3r10:00010001:00206B14:00000002:FFFFFFFF:Enable Mileena (27/30) :umk3r10:00010001:00206B56:00000002:FFFFFFFF:Enable Mileena (28/30) :umk3r10:00010001:00206B98:00000006:FFFFFFFF:Enable Mileena (29/30) :umk3r10:00010001:00206BDA:00000004:FFFFFFFF:Enable Mileena (30/30) :umk3r10:00000001:002063DC:00000001:FFFFFFFF:Enable Ermac :umk3r10:00010001:0020641E:00000002:FFFFFFFF:Enable Ermac (2/30) :umk3r10:00010001:00206460:00000003:FFFFFFFF:Enable Ermac (3/30) :umk3r10:00010001:002064A2:00000004:FFFFFFFF:Enable Ermac (4/30) :umk3r10:00010001:002064E4:00000004:FFFFFFFF:Enable Ermac (5/30) :umk3r10:00010001:00206526:00000004:FFFFFFFF:Enable Ermac (6/30) :umk3r10:00010001:00206568:00000004:FFFFFFFF:Enable Ermac (7/30) :umk3r10:00010001:002065AA:00000003:FFFFFFFF:Enable Ermac (8/30) :umk3r10:00010001:002065EC:00000002:FFFFFFFF:Enable Ermac (9/30) :umk3r10:00010001:0020662E:00000001:FFFFFFFF:Enable Ermac (10/30) :umk3r10:00010001:002066B2:00000001:FFFFFFFF:Enable Ermac (11/30) :umk3r10:00010001:002066F4:00000002:FFFFFFFF:Enable Ermac (12/30) :umk3r10:00010001:00206736:00000003:FFFFFFFF:Enable Ermac (13/30) :umk3r10:00010001:00206778:00000004:FFFFFFFF:Enable Ermac (14/30) :umk3r10:00010001:002067BA:00000004:FFFFFFFF:Enable Ermac (15/30) :umk3r10:00010001:002067FC:00000004:FFFFFFFF:Enable Ermac (16/30) :umk3r10:00010001:0020683E:00000004:FFFFFFFF:Enable Ermac (17/30) :umk3r10:00010001:00206880:00000003:FFFFFFFF:Enable Ermac (18/30) :umk3r10:00010001:002068C2:00000002:FFFFFFFF:Enable Ermac (19/30) :umk3r10:00010001:00206904:00000001:FFFFFFFF:Enable Ermac (20/30) :umk3r10:00010001:00206988:00000001:FFFFFFFF:Enable Ermac (21/30) :umk3r10:00010001:002069CA:00000002:FFFFFFFF:Enable Ermac (22/30) :umk3r10:00010001:00206A0C:00000003:FFFFFFFF:Enable Ermac (23/30) :umk3r10:00010001:00206A4E:00000004:FFFFFFFF:Enable Ermac (24/30) :umk3r10:00010001:00206A90:00000004:FFFFFFFF:Enable Ermac (25/30) :umk3r10:00010001:00206AD2:00000004:FFFFFFFF:Enable Ermac (26/30) :umk3r10:00010001:00206B14:00000004:FFFFFFFF:Enable Ermac (27/30) :umk3r10:00010001:00206B56:00000003:FFFFFFFF:Enable Ermac (28/30) :umk3r10:00010001:00206B98:00000002:FFFFFFFF:Enable Ermac (29/30) :umk3r10:00010001:00206BDA:00000001:FFFFFFFF:Enable Ermac (30/30) :umk3r10:00000001:002063DC:00000008:FFFFFFFF:Enable Classic Subzero :umk3r10:00010001:0020641E:00000001:FFFFFFFF:Enable Classic Subzero (2/30) :umk3r10:00010001:00206460:00000008:FFFFFFFF:Enable Classic Subzero (3/30) :umk3r10:00010001:002064A2:00000003:FFFFFFFF:Enable Classic Subzero (4/30) :umk3r10:00010001:002064E4:00000005:FFFFFFFF:Enable Classic Subzero (5/30) :umk3r10:00010001:00206526:00000008:FFFFFFFF:Enable Classic Subzero (6/30) :umk3r10:00010001:00206568:00000001:FFFFFFFF:Enable Classic Subzero (7/30) :umk3r10:00010001:002065AA:00000008:FFFFFFFF:Enable Classic Subzero (8/30) :umk3r10:00010001:002065EC:00000003:FFFFFFFF:Enable Classic Subzero (9/30) :umk3r10:00010001:0020662E:00000005:FFFFFFFF:Enable Classic Subzero (10/30) :umk3r10:00010001:002066B2:00000008:FFFFFFFF:Enable Classic Subzero (11/30) :umk3r10:00010001:002066F4:00000001:FFFFFFFF:Enable Classic Subzero (12/30) :umk3r10:00010001:00206736:00000008:FFFFFFFF:Enable Classic Subzero (13/30) :umk3r10:00010001:00206778:00000003:FFFFFFFF:Enable Classic Subzero (14/30) :umk3r10:00010001:002067BA:00000005:FFFFFFFF:Enable Classic Subzero (15/30) :umk3r10:00010001:002067FC:00000008:FFFFFFFF:Enable Classic Subzero (16/30) :umk3r10:00010001:0020683E:00000001:FFFFFFFF:Enable Classic Subzero (17/30) :umk3r10:00010001:00206880:00000008:FFFFFFFF:Enable Classic Subzero (18/30) :umk3r10:00010001:002068C2:00000003:FFFFFFFF:Enable Classic Subzero (19/30) :umk3r10:00010001:00206904:00000005:FFFFFFFF:Enable Classic Subzero (20/30) :umk3r10:00010001:00206988:00000008:FFFFFFFF:Enable Classic Subzero (21/30) :umk3r10:00010001:002069CA:00000001:FFFFFFFF:Enable Classic Subzero (22/30) :umk3r10:00010001:00206A0C:00000008:FFFFFFFF:Enable Classic Subzero (23/30) :umk3r10:00010001:00206A4E:00000003:FFFFFFFF:Enable Classic Subzero (24/30) :umk3r10:00010001:00206A90:00000005:FFFFFFFF:Enable Classic Subzero (25/30) :umk3r10:00010001:00206AD2:00000008:FFFFFFFF:Enable Classic Subzero (26/30) :umk3r10:00010001:00206B14:00000001:FFFFFFFF:Enable Classic Subzero (27/30) :umk3r10:00010001:00206B56:00000008:FFFFFFFF:Enable Classic Subzero (28/30) :umk3r10:00010001:00206B98:00000003:FFFFFFFF:Enable Classic Subzero (29/30) :umk3r10:00010001:00206BDA:00000005:FFFFFFFF:Enable Classic Subzero (30/30) :umk3r10:60000000:00000000:00000000:00000000:[ These codes can be enabled and disabled during a match. ] :umk3r10:60000000:00000000:00000000:00000000:[ Enable as many as you want to, along with any single ] :umk3r10:60000000:00000000:00000000:00000000:[ kombat code, if that's what you want. ] :umk3r10:00000001:0020C424:00000000:FFFFFFFF:No Powerbars :umk3r10:00000001:0020C424:00000001:FFFFFFFF:Disable No Powerbars :umk3r10:00000001:0020C55C:00000001:FFFFFFFF:No Throwing :umk3r10:00000001:0020C55C:00000000:FFFFFFFF:Disable No Throwing :umk3r10:00000001:0020C560:00000001:FFFFFFFF:No Blocking :umk3r10:00000001:0020C560:00000000:FFFFFFFF:Disable No Blocking :umk3r10:00000001:0020C57E:00000001:FFFFFFFF:Unlimited Run :umk3r10:00000001:0020C57E:00000000:FFFFFFFF:Disable Unlimited Run :umk3r10:00000001:0020C57C:00000001:FFFFFFFF:Fast Uppercut Recovery :umk3r10:00000001:0020C57C:00000000:FFFFFFFF:Disable Fast Uppercut Recovery umk3r10:0:0020C14C:A6:000:Infinite Energy PL1 umk3r10:0:0020C14C:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!) umk3r10:0:0020C14E:30:000:Infinite Turbo PL1 umk3r10:0:0020C2C2:A6:000:Infinite Energy PL2 umk3r10:0:0020C2C2:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!) umk3r10:0:0020C2C4:30:000:Infinite Turbo PL2 umk3r10:0:0020C45C:64:000:Always Play Galaxian before a 2 player Match :umk3r10:60000000:00000000:00000000:FFFFFFFF:[ These are the Kombat Code's for every game mode. ] :umk3r10:60000000:00000000:00000000:FFFFFFFF:[ Choose only one of them to use. (They're all ROM Hacks) ] :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Galaxian:This piece of the code is the write instructions :umk3r10:39B10000:00002176:00642468:FFFFFFFF:Galaxian (2/2):This is the kombat kode, easy-ified :umk3r10:39900000:00002174:000009E5:FFFFFFFF:UNIKORIV REFERRI-Sans Power (No Power) :umk3r10:39B10000:00002176:00044440:FFFFFFFF:UNIKORIV REFERRI-Sans Power (No Power) (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Half Energy PL1 :umk3r10:39B10000:00002176:00033000:FFFFFFFF:Half Energy PL1 (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Quarter Energy PL1 :umk3r10:39B10000:00002176:00707000:FFFFFFFF:Quarter Energy PL1 (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Half Energy PL2 :umk3r10:39B10000:00002176:00000033:FFFFFFFF:Half Energy PL2 (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Quarter Energy PL2 :umk3r10:39B10000:00002176:00000707:FFFFFFFF:Quarter Energy PL2 (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Blocking Disabled :umk3r10:39B10000:00002176:00020020:FFFFFFFF:Blocking Disabled (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Throwing Disabled :umk3r10:39B10000:00002176:00100100:FFFFFFFF:Throwing Disabled (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Throwing Encouraged :umk3r10:39B10000:00002176:00010010:FFFFFFFF:Throwing Encouraged (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Fast Uppercut Recovery :umk3r10:39B10000:00002176:00788322:FFFFFFFF:Fast Uppercut Recovery (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:No Powerbars :umk3r10:39B10000:00002176:00987123:FFFFFFFF:No Powerbars (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:No Fear :umk3r10:39B10000:00002176:00282282:FFFFFFFF:No Fear (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Infinite Run :umk3r10:39B10000:00002176:00466466:FFFFFFFF:Infinite Run (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Dark Kombat :umk3r10:39B10000:00002176:00688422:FFFFFFFF:Dark Kombat (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Randper Kombat (Method 1) :umk3r10:39B10000:00002176:00460460:FFFFFFFF:Randper Kombat (Method 1) (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Randper Kombat (Method 2) :umk3r10:39B10000:00002176:00444444:FFFFFFFF:Randper Kombat (Method 2) (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Psycho Kombat :umk3r10:39B10000:00002176:00985125:FFFFFFFF:Psycho Kombat (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Silent Kombat :umk3r10:39B10000:00002176:00300300:FFFFFFFF:Silent Kombat (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Explosive Kombat:Only for 2 on 2 Endurance :umk3r10:39B10000:00002176:00227227:FFFFFFFF:Explosive Kombat (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Explosive Kombat, Throwing Disabled:Only for 2 on 2 Endurance :umk3r10:39B10000:00002176:00022220:FFFFFFFF:Explosive Kombat, Throwing Disabled (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Shao Kahn :umk3r10:39B10000:00002176:00033564:FFFFFFFF:Winner Battles Shao Kahn (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Smoke :umk3r10:39B10000:00002176:00205205:FFFFFFFF:Winner Battles Smoke (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Noob Saibot :umk3r10:39B10000:00002176:00769342:FFFFFFFF:Winner Battles Noob Saibot (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Montaro :umk3r10:39B10000:00002176:00969141:FFFFFFFF:Winner Battles Montaro (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Bell Tower :umk3r10:39B10000:00002176:00091190:FFFFFFFF:Kombat Zone - Bell Tower (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Blue Portal :umk3r10:39B10000:00002176:00933933:FFFFFFFF:Kombat Zone - Blue Portal (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Cavern :umk3r10:39B10000:00002176:00002003:FFFFFFFF:Kombat Zone - Cavern (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Jade's Desert :umk3r10:39B10000:00002176:00330033:FFFFFFFF:Kombat Zone - Jade's Desert (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Noob's Dorfen :umk3r10:39B10000:00002176:00050050:FFFFFFFF:Kombat Zone - Noob's Dorfen (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Scorpion's Lair :umk3r10:39B10000:00002176:00666444:FFFFFFFF:Kombat Zone - Scorpion's Lair (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Soul Chamber :umk3r10:39B10000:00002176:00123901:FFFFFFFF:Kombat Zone - Soul Chamber (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Balcony :umk3r10:39B10000:00002176:00880220:FFFFFFFF:Kombat Zone - The Balcony (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Bridge :umk3r10:39B10000:00002176:00077022:FFFFFFFF:Kombat Zone - The Bridge (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Graveyard :umk3r10:39B10000:00002176:00666333:FFFFFFFF:Kombat Zone - The Graveyard (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Pit III :umk3r10:39B10000:00002176:00820028:FFFFFFFF:Kombat Zone - The Pit III (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Roof :umk3r10:39B10000:00002176:00343343:FFFFFFFF:Kombat Zone - The Roof (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Street :umk3r10:39B10000:00002176:00079035:FFFFFFFF:Kombat Zone - The Street (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Subway :umk3r10:39B10000:00002176:00880088:FFFFFFFF:Kombat Zone - The Subway (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Temple :umk3r10:39B10000:00002176:00600040:FFFFFFFF:Kombat Zone - The Temple (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Waterfront :umk3r10:39B10000:00002176:00002003:FFFFFFFF:Kombat Zone - The Waterfront (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Message - There's No Knowledge That's Not Power :umk3r10:39B10000:00002176:00123926:FFFFFFFF:Message - There's No Knowledge That's Not Power (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Message - Hold Flippers During Casino Run :umk3r10:39B10000:00002176:00987666:FFFFFFFF:Message - Hold Flippers During Casino Run (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Message - Go see Mortal Kombat, The Live Tour! :umk3r10:39B10000:00002176:00550550:FFFFFFFF:Message - Go see Mortal Kombat, The Live Tour! (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Message - Whacha Gun Do ? - E.B. :umk3r10:39B10000:00002176:00004400:FFFFFFFF:Message - Whacha Gun Do ? - E.B. (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Message - Skunky !! - E.F. :umk3r10:39B10000:00002176:00122221:FFFFFFFF:Message - Skunky !! - E.F. (2/2) :umk3r10:39900000:00002174:000009E5:FFFFFFFF:Display Version Number :umk3r10:39B10000:00002176:00999999:FFFFFFFF:Display Version Number (2/2) :umk3r10:00000001:0020C44C:00000000:FFFFFFFF:Kombat Zone- The Subway:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000001:FFFFFFFF:Kombat Zone- The Street:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000003:FFFFFFFF:Kombat Zone- The Roof:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000004:FFFFFFFF:Kombat Zone- The Balcony:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000005:FFFFFFFF:Kombat Zone- The Bridge:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000006:FFFFFFFF:Kombat Zone- Soul Chamber:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000007:FFFFFFFF:Kombat Zone- Bell Tower:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000008:FFFFFFFF:Kombat Zone- The Temple:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000009:FFFFFFFF:Kombat Zone- The Graveyard:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:0000000A:FFFFFFFF:Kombat Zone- The Pit III:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:0000000B:FFFFFFFF:Kombat Zone- The Waterfront:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:0000000C:FFFFFFFF:Kombat Zone- Scorpion's Lair:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:0000000D:FFFFFFFF:Kombat Zone- Shao Kahn's Throne Room:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:0000000E:FFFFFFFF:Kombat Zone- Jade's Desert:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:0000000F:FFFFFFFF:Kombat Zone- (Continue Screen):Enable on the Character Select Screen. This is probably a good sprite ripping stage :umk3r10:00000001:0020C44C:00000010:FFFFFFFF:Kombat Zone- Blue Portal:Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000017:FFFFFFFF:Kombat Zone- (Red Tunnel):Enable on the Character Select Screen :umk3r10:00000001:0020C44C:00000018:FFFFFFFF:Kombat Zone- Noob's Dorfen:Enable on the Character Select Screen ; [ Ultimate Mortal Kombat 3 (rev 1.1) ] :umk3r11:39B00000:00001B8C:0300C0D7:FFFFFFFF:Infinite Time :umk3r11:39900000:000025AA:0000C0F2:FFFFFFFF:Infinite Fatality Time umk3r11:0:02810FC:ED:113:Unlock Mileena:Note, Use the cheat and then reset. You WILL lose your other settings umk3r11:0:02810FE:B0:613:Unlock Mileena (2/2) umk3r11:0:0281104:ED:113:Unlock Ermac:Note, Use the cheat and then reset. You WILL lose your other settings umk3r11:0:0281106:B0:613:Unlock Ermac (2/2) umk3r11:0:028110C:ED:113:Unlock Classic Sub-Zero:Note, Use the cheat and then reset. You WILL lose your other settings umk3r11:0:028110E:B0:613:Unlock Classic Sub-Zero (2/2) :umk3r11:60000000:00000000:00000000:00000000:[ If a character isn't enabled, lose a game, and let the ] :umk3r11:60000000:00000000:00000000:00000000:[ continue timer run out. 10 to 30 boxes will appear. Use ] :umk3r11:60000000:00000000:00000000:00000000:[ 'Enable (Character)' and let the 9 second timer run out ] :umk3r11:60000000:00000000:00000000:00000000:[ to enable the character. Repeat to unlock next one. ] :umk3r11:00000001:002063DC:00000002:FFFFFFFF:Enable Mileena :umk3r11:00010001:0020641E:00000002:FFFFFFFF:Enable Mileena (2/30) :umk3r11:00010001:00206460:00000002:FFFFFFFF:Enable Mileena (3/30) :umk3r11:00010001:002064A2:00000006:FFFFFFFF:Enable Mileena (4/30) :umk3r11:00010001:002064E4:00000004:FFFFFFFF:Enable Mileena (5/30) :umk3r11:00010001:00206526:00000002:FFFFFFFF:Enable Mileena (6/30) :umk3r11:00010001:00206568:00000002:FFFFFFFF:Enable Mileena (7/30) :umk3r11:00010001:002065AA:00000002:FFFFFFFF:Enable Mileena (8/30) :umk3r11:00010001:002065EC:00000006:FFFFFFFF:Enable Mileena (9/30) :umk3r11:00010001:0020662E:00000004:FFFFFFFF:Enable Mileena (10/30) :umk3r11:00010001:002066B2:00000002:FFFFFFFF:Enable Mileena (11/30) :umk3r11:00010001:002066F4:00000002:FFFFFFFF:Enable Mileena (12/30) :umk3r11:00010001:00206736:00000002:FFFFFFFF:Enable Mileena (13/30) :umk3r11:00010001:00206778:00000006:FFFFFFFF:Enable Mileena (14/30) :umk3r11:00010001:002067BA:00000004:FFFFFFFF:Enable Mileena (15/30) :umk3r11:00010001:002067FC:00000002:FFFFFFFF:Enable Mileena (16/30) :umk3r11:00010001:0020683E:00000002:FFFFFFFF:Enable Mileena (17/30) :umk3r11:00010001:00206880:00000002:FFFFFFFF:Enable Mileena (18/30) :umk3r11:00010001:002068C2:00000006:FFFFFFFF:Enable Mileena (19/30) :umk3r11:00010001:00206904:00000004:FFFFFFFF:Enable Mileena (20/30) :umk3r11:00010001:00206988:00000002:FFFFFFFF:Enable Mileena (21/30) :umk3r11:00010001:002069CA:00000002:FFFFFFFF:Enable Mileena (22/30) :umk3r11:00010001:00206A0C:00000002:FFFFFFFF:Enable Mileena (23/30) :umk3r11:00010001:00206A4E:00000006:FFFFFFFF:Enable Mileena (24/30) :umk3r11:00010001:00206A90:00000004:FFFFFFFF:Enable Mileena (25/30) :umk3r11:00010001:00206AD2:00000002:FFFFFFFF:Enable Mileena (26/30) :umk3r11:00010001:00206B14:00000002:FFFFFFFF:Enable Mileena (27/30) :umk3r11:00010001:00206B56:00000002:FFFFFFFF:Enable Mileena (28/30) :umk3r11:00010001:00206B98:00000006:FFFFFFFF:Enable Mileena (29/30) :umk3r11:00010001:00206BDA:00000004:FFFFFFFF:Enable Mileena (30/30) :umk3r11:00000001:002063DC:00000001:FFFFFFFF:Enable Ermac :umk3r11:00010001:0020641E:00000002:FFFFFFFF:Enable Ermac (2/30) :umk3r11:00010001:00206460:00000003:FFFFFFFF:Enable Ermac (3/30) :umk3r11:00010001:002064A2:00000004:FFFFFFFF:Enable Ermac (4/30) :umk3r11:00010001:002064E4:00000004:FFFFFFFF:Enable Ermac (5/30) :umk3r11:00010001:00206526:00000004:FFFFFFFF:Enable Ermac (6/30) :umk3r11:00010001:00206568:00000004:FFFFFFFF:Enable Ermac (7/30) :umk3r11:00010001:002065AA:00000003:FFFFFFFF:Enable Ermac (8/30) :umk3r11:00010001:002065EC:00000002:FFFFFFFF:Enable Ermac (9/30) :umk3r11:00010001:0020662E:00000001:FFFFFFFF:Enable Ermac (10/30) :umk3r11:00010001:002066B2:00000001:FFFFFFFF:Enable Ermac (11/30) :umk3r11:00010001:002066F4:00000002:FFFFFFFF:Enable Ermac (12/30) :umk3r11:00010001:00206736:00000003:FFFFFFFF:Enable Ermac (13/30) :umk3r11:00010001:00206778:00000004:FFFFFFFF:Enable Ermac (14/30) :umk3r11:00010001:002067BA:00000004:FFFFFFFF:Enable Ermac (15/30) :umk3r11:00010001:002067FC:00000004:FFFFFFFF:Enable Ermac (16/30) :umk3r11:00010001:0020683E:00000004:FFFFFFFF:Enable Ermac (17/30) :umk3r11:00010001:00206880:00000003:FFFFFFFF:Enable Ermac (18/30) :umk3r11:00010001:002068C2:00000002:FFFFFFFF:Enable Ermac (19/30) :umk3r11:00010001:00206904:00000001:FFFFFFFF:Enable Ermac (20/30) :umk3r11:00010001:00206988:00000001:FFFFFFFF:Enable Ermac (21/30) :umk3r11:00010001:002069CA:00000002:FFFFFFFF:Enable Ermac (22/30) :umk3r11:00010001:00206A0C:00000003:FFFFFFFF:Enable Ermac (23/30) :umk3r11:00010001:00206A4E:00000004:FFFFFFFF:Enable Ermac (24/30) :umk3r11:00010001:00206A90:00000004:FFFFFFFF:Enable Ermac (25/30) :umk3r11:00010001:00206AD2:00000004:FFFFFFFF:Enable Ermac (26/30) :umk3r11:00010001:00206B14:00000004:FFFFFFFF:Enable Ermac (27/30) :umk3r11:00010001:00206B56:00000003:FFFFFFFF:Enable Ermac (28/30) :umk3r11:00010001:00206B98:00000002:FFFFFFFF:Enable Ermac (29/30) :umk3r11:00010001:00206BDA:00000001:FFFFFFFF:Enable Ermac (30/30) :umk3r11:00000001:002063DC:00000008:FFFFFFFF:Enable Classic Subzero :umk3r11:00010001:0020641E:00000001:FFFFFFFF:Enable Classic Subzero (2/30) :umk3r11:00010001:00206460:00000008:FFFFFFFF:Enable Classic Subzero (3/30) :umk3r11:00010001:002064A2:00000003:FFFFFFFF:Enable Classic Subzero (4/30) :umk3r11:00010001:002064E4:00000005:FFFFFFFF:Enable Classic Subzero (5/30) :umk3r11:00010001:00206526:00000008:FFFFFFFF:Enable Classic Subzero (6/30) :umk3r11:00010001:00206568:00000001:FFFFFFFF:Enable Classic Subzero (7/30) :umk3r11:00010001:002065AA:00000008:FFFFFFFF:Enable Classic Subzero (8/30) :umk3r11:00010001:002065EC:00000003:FFFFFFFF:Enable Classic Subzero (9/30) :umk3r11:00010001:0020662E:00000005:FFFFFFFF:Enable Classic Subzero (10/30) :umk3r11:00010001:002066B2:00000008:FFFFFFFF:Enable Classic Subzero (11/30) :umk3r11:00010001:002066F4:00000001:FFFFFFFF:Enable Classic Subzero (12/30) :umk3r11:00010001:00206736:00000008:FFFFFFFF:Enable Classic Subzero (13/30) :umk3r11:00010001:00206778:00000003:FFFFFFFF:Enable Classic Subzero (14/30) :umk3r11:00010001:002067BA:00000005:FFFFFFFF:Enable Classic Subzero (15/30) :umk3r11:00010001:002067FC:00000008:FFFFFFFF:Enable Classic Subzero (16/30) :umk3r11:00010001:0020683E:00000001:FFFFFFFF:Enable Classic Subzero (17/30) :umk3r11:00010001:00206880:00000008:FFFFFFFF:Enable Classic Subzero (18/30) :umk3r11:00010001:002068C2:00000003:FFFFFFFF:Enable Classic Subzero (19/30) :umk3r11:00010001:00206904:00000005:FFFFFFFF:Enable Classic Subzero (20/30) :umk3r11:00010001:00206988:00000008:FFFFFFFF:Enable Classic Subzero (21/30) :umk3r11:00010001:002069CA:00000001:FFFFFFFF:Enable Classic Subzero (22/30) :umk3r11:00010001:00206A0C:00000008:FFFFFFFF:Enable Classic Subzero (23/30) :umk3r11:00010001:00206A4E:00000003:FFFFFFFF:Enable Classic Subzero (24/30) :umk3r11:00010001:00206A90:00000005:FFFFFFFF:Enable Classic Subzero (25/30) :umk3r11:00010001:00206AD2:00000008:FFFFFFFF:Enable Classic Subzero (26/30) :umk3r11:00010001:00206B14:00000001:FFFFFFFF:Enable Classic Subzero (27/30) :umk3r11:00010001:00206B56:00000008:FFFFFFFF:Enable Classic Subzero (28/30) :umk3r11:00010001:00206B98:00000003:FFFFFFFF:Enable Classic Subzero (29/30) :umk3r11:00010001:00206BDA:00000005:FFFFFFFF:Enable Classic Subzero (30/30) :umk3r11:60000000:00000000:00000000:00000000:[ These codes can be enabled and disabled during a match. ] :umk3r11:60000000:00000000:00000000:00000000:[ Enable as many as you want to, along with any single ] :umk3r11:60000000:00000000:00000000:00000000:[ kombat code, if that's what you want. ] :umk3r11:00000001:0020C424:00000000:FFFFFFFF:No Powerbars :umk3r11:00000001:0020C424:00000001:FFFFFFFF:Disable No Powerbars :umk3r11:00000001:0020C55C:00000001:FFFFFFFF:No Throwing :umk3r11:00000001:0020C55C:00000000:FFFFFFFF:Disable No Throwing :umk3r11:00000001:0020C560:00000001:FFFFFFFF:No Blocking :umk3r11:00000001:0020C560:00000000:FFFFFFFF:Disable No Blocking :umk3r11:00000001:0020C57E:00000001:FFFFFFFF:Unlimited Run :umk3r11:00000001:0020C57E:00000000:FFFFFFFF:Disable Unlimited Run :umk3r11:00000001:0020C57C:00000001:FFFFFFFF:Fast Uppercut Recovery :umk3r11:00000001:0020C57C:00000000:FFFFFFFF:Disable Fast Uppercut Recovery umk3r11:0:0020C14C:A6:000:Infinite Energy PL1 umk3r11:0:0020C14C:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!) umk3r11:0:0020C14E:30:000:Infinite Turbo PL1 umk3r11:0:0020C2C2:A6:000:Infinite Energy PL2 umk3r11:0:0020C2C2:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!) umk3r11:0:0020C2C4:30:000:Infinite Turbo PL2 umk3r11:0:0020C45C:64:000:Always Play Galaxian before a 2 player Match :umk3r11:60000000:00000000:00000000:FFFFFFFF:[ These are the Kombat Code's for every game mode. ] :umk3r11:60000000:00000000:00000000:FFFFFFFF:[ Choose only one of them to use. (They're all ROM Hacks) ] :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Galaxian:This piece of the code is the write instructions :umk3r11:39B10000:00002176:00642468:FFFFFFFF:Galaxian (2/2):This is the kombat kode, easy-ified :umk3r11:39900000:00002174:000009E5:FFFFFFFF:UNIKORIV REFERRI-Sans Power (No Power) :umk3r11:39B10000:00002176:00044440:FFFFFFFF:UNIKORIV REFERRI-Sans Power (No Power) (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Half Energy PL1 :umk3r11:39B10000:00002176:00033000:FFFFFFFF:Half Energy PL1 (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Quarter Energy PL1 :umk3r11:39B10000:00002176:00707000:FFFFFFFF:Quarter Energy PL1 (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Half Energy PL2 :umk3r11:39B10000:00002176:00000033:FFFFFFFF:Half Energy PL2 (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Quarter Energy PL2 :umk3r11:39B10000:00002176:00000707:FFFFFFFF:Quarter Energy PL2 (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Blocking Disabled :umk3r11:39B10000:00002176:00020020:FFFFFFFF:Blocking Disabled (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Throwing Disabled :umk3r11:39B10000:00002176:00100100:FFFFFFFF:Throwing Disabled (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Throwing Encouraged :umk3r11:39B10000:00002176:00010010:FFFFFFFF:Throwing Encouraged (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Fast Uppercut Recovery :umk3r11:39B10000:00002176:00788322:FFFFFFFF:Fast Uppercut Recovery (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:No Powerbars :umk3r11:39B10000:00002176:00987123:FFFFFFFF:No Powerbars (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:No Fear :umk3r11:39B10000:00002176:00282282:FFFFFFFF:No Fear (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Infinite Run :umk3r11:39B10000:00002176:00466466:FFFFFFFF:Infinite Run (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Dark Kombat :umk3r11:39B10000:00002176:00688422:FFFFFFFF:Dark Kombat (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Randper Kombat (Method 1) :umk3r11:39B10000:00002176:00460460:FFFFFFFF:Randper Kombat (Method 1) (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Randper Kombat (Method 2) :umk3r11:39B10000:00002176:00444444:FFFFFFFF:Randper Kombat (Method 2) (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Psycho Kombat :umk3r11:39B10000:00002176:00985125:FFFFFFFF:Psycho Kombat (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Silent Kombat :umk3r11:39B10000:00002176:00300300:FFFFFFFF:Silent Kombat (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Explosive Kombat:Only for 2 on 2 Endurance :umk3r11:39B10000:00002176:00227227:FFFFFFFF:Explosive Kombat (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Explosive Kombat, Throwing Disabled:Only for 2 on 2 Endurance :umk3r11:39B10000:00002176:00022220:FFFFFFFF:Explosive Kombat, Throwing Disabled (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Shao Kahn :umk3r11:39B10000:00002176:00033564:FFFFFFFF:Winner Battles Shao Kahn (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Smoke :umk3r11:39B10000:00002176:00205205:FFFFFFFF:Winner Battles Smoke (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Noob Saibot :umk3r11:39B10000:00002176:00769342:FFFFFFFF:Winner Battles Noob Saibot (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Winner Battles Montaro :umk3r11:39B10000:00002176:00969141:FFFFFFFF:Winner Battles Montaro (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Bell Tower :umk3r11:39B10000:00002176:00091190:FFFFFFFF:Kombat Zone - Bell Tower (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Blue Portal :umk3r11:39B10000:00002176:00933933:FFFFFFFF:Kombat Zone - Blue Portal (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Cavern :umk3r11:39B10000:00002176:00002003:FFFFFFFF:Kombat Zone - Cavern (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Jade's Desert :umk3r11:39B10000:00002176:00330033:FFFFFFFF:Kombat Zone - Jade's Desert (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Noob's Dorfen :umk3r11:39B10000:00002176:00050050:FFFFFFFF:Kombat Zone - Noob's Dorfen (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Scorpion's Lair :umk3r11:39B10000:00002176:00666444:FFFFFFFF:Kombat Zone - Scorpion's Lair (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - Soul Chamber :umk3r11:39B10000:00002176:00123901:FFFFFFFF:Kombat Zone - Soul Chamber (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Balcony :umk3r11:39B10000:00002176:00880220:FFFFFFFF:Kombat Zone - The Balcony (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Bridge :umk3r11:39B10000:00002176:00077022:FFFFFFFF:Kombat Zone - The Bridge (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Graveyard :umk3r11:39B10000:00002176:00666333:FFFFFFFF:Kombat Zone - The Graveyard (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Pit III :umk3r11:39B10000:00002176:00820028:FFFFFFFF:Kombat Zone - The Pit III (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Roof :umk3r11:39B10000:00002176:00343343:FFFFFFFF:Kombat Zone - The Roof (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Street :umk3r11:39B10000:00002176:00079035:FFFFFFFF:Kombat Zone - The Street (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Subway :umk3r11:39B10000:00002176:00880088:FFFFFFFF:Kombat Zone - The Subway (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Temple :umk3r11:39B10000:00002176:00600040:FFFFFFFF:Kombat Zone - The Temple (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Kombat Zone - The Waterfront :umk3r11:39B10000:00002176:00002003:FFFFFFFF:Kombat Zone - The Waterfront (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Message - There's No Knowledge That's Not Power :umk3r11:39B10000:00002176:00123926:FFFFFFFF:Message - There's No Knowledge That's Not Power (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Message - Hold Flippers During Casino Run :umk3r11:39B10000:00002176:00987666:FFFFFFFF:Message - Hold Flippers During Casino Run (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Message - Go see Mortal Kombat, The Live Tour! :umk3r11:39B10000:00002176:00550550:FFFFFFFF:Message - Go see Mortal Kombat, The Live Tour! (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Message - Whacha Gun Do ? - E.B. :umk3r11:39B10000:00002176:00004400:FFFFFFFF:Message - Whacha Gun Do ? - E.B. (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Message - Skunky !! - E.F. :umk3r11:39B10000:00002176:00122221:FFFFFFFF:Message - Skunky !! - E.F. (2/2) :umk3r11:39900000:00002174:000009E5:FFFFFFFF:Display Version Number :umk3r11:39B10000:00002176:00999999:FFFFFFFF:Display Version Number (2/2) :umk3r11:00000001:0020C44C:00000000:FFFFFFFF:Kombat Zone- The Subway:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000001:FFFFFFFF:Kombat Zone- The Street:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000003:FFFFFFFF:Kombat Zone- The Roof:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000004:FFFFFFFF:Kombat Zone- The Balcony:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000005:FFFFFFFF:Kombat Zone- The Bridge:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000006:FFFFFFFF:Kombat Zone- Soul Chamber:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000007:FFFFFFFF:Kombat Zone- Bell Tower:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000008:FFFFFFFF:Kombat Zone- The Temple:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000009:FFFFFFFF:Kombat Zone- The Graveyard:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:0000000A:FFFFFFFF:Kombat Zone- The Pit III:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:0000000B:FFFFFFFF:Kombat Zone- The Waterfront:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:0000000C:FFFFFFFF:Kombat Zone- Scorpion's Lair:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:0000000D:FFFFFFFF:Kombat Zone- Shao Kahn's Throne Room:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:0000000E:FFFFFFFF:Kombat Zone- Jade's Desert:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:0000000F:FFFFFFFF:Kombat Zone- (Continue Screen):Enable on the Character Select Screen. This is probably a good sprite ripping stage :umk3r11:00000001:0020C44C:00000010:FFFFFFFF:Kombat Zone- Blue Portal:Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000017:FFFFFFFF:Kombat Zone- (Red Tunnel):Enable on the Character Select Screen :umk3r11:00000001:0020C44C:00000018:FFFFFFFF:Kombat Zone- Noob's Dorfen:Enable on the Character Select Screen ; [ Undoukai, The (Japan) ] undoukai:0:A238:03:000:Infinite Lives PL1 undoukai:0:A239:03:000:Infinite Lives PL2 undoukai:0:A23A:03:000:Infinite Lives PL3 undoukai:0:A23B:03:000:Infinite Lives PL4 ; [ Under Fire (World) ] undrfire:0:200655:09:000:Infinite Credits undrfire:0:20D4E9:10:000:Infinite Energy PL1 undrfire:0:20D4F3:19:000:Infinite Normal Ammo PL1 undrfire:0:20D4FB:09:000:Infinite Shotgun Ammo PL1 undrfire:0:20D561:10:000:Infinite Energy PL2 undrfire:0:20D56B:19:000:Infinite Normal Ammo PL2 undrfire:0:20D573:09:000:Infinite Shotgun Ammo PL2 ; [ Under Fire (Japan) ] undrfirj:0:200655:09:000:Infinite Credits undrfirj:0:20D4E9:10:000:Infinite Energy PL1 undrfirj:0:20D4F3:19:000:Infinite Normal Ammo PL1 undrfirj:0:20D4FB:09:000:Infinite Shotgun Ammo PL1 undrfirj:0:20D561:10:000:Infinite Energy PL2 undrfirj:0:20D56B:19:000:Infinite Normal Ammo PL2 undrfirj:0:20D573:09:000:Infinite Shotgun Ammo PL2 ; [ Under Fire (US) ] undrfiru:0:200655:09:000:Infinite Credits undrfiru:0:20D4E9:10:000:Infinite Energy PL1 undrfiru:0:20D4F3:19:000:Infinite Normal Ammo PL1 undrfiru:0:20D4FB:09:000:Infinite Shotgun Ammo PL1 undrfiru:0:20D561:10:000:Infinite Energy PL2 undrfiru:0:20D56B:19:000:Infinite Normal Ammo PL2 undrfiru:0:20D573:09:000:Infinite Shotgun Ammo PL2 ; [ UniWar S ] uniwars:0:421D:09:000:Infinite Lives :uniwars:20800000:0B9B:000000C9:FFFFFFFF:Invincibility :uniwars:20810000:12B8:000000C9:FFFFFFFF:Invincibility (2/4) :uniwars:20810000:12CB:000000C9:FFFFFFFF:Invincibility (3/4) :uniwars:20810000:3321:000000C3:FFFFFFFF:Invincibility (4/4) :uniwars:00100000:4013:00000000:00001010:Rapid Fire :uniwars:20800100:08C6:0000000C:FFFFFFFF:Select Bullet Speed ; [ Meyco game ] unkmeyco:0:0000:00:999:[ There are no cheats ]:REASON 1 unkmeyco:0:0000:00:999:[ for this game as it ]:REASON 1 unkmeyco:0:0000:00:999:[ didn't work the last ]:REASON 1 unkmeyco:0:0000:00:999:[ time it was tested. ]:REASON 1 unkmeyco:0:0000:00:999:[ If the game now works ]:REASON 1 unkmeyco:0:0000:00:999:[ please request cheats ]:REASON 1 unkmeyco:0:0000:00:999:[ for it on the cheat ]:REASON 1 unkmeyco:0:0000:00:999:[ forums. ]:REASON 1 ; [ U.N. Squadron (US) ] unsquad:0:FF0FFE:09:000:Infinite Credits unsquad:0:FFE00B:02:000:Pause/Unpause Shop Timer unsquad:0:FF2F00:05:000:Infinite Shield unsquad:0:FF2F03:05:500:Infinite Shield (2/6) unsquad:0:FF15D7:02:500:Infinite Shield (3/6) unsquad:0:FF2EA0:05:500:Infinite Shield (4/6) unsquad:0:FF2EA3:05:500:Infinite Shield (5/6) unsquad:0:FF1657:02:500:Infinite Shield (6/6) unsquad:0:FF10D6:00:000:Always face to the Right unsquad:0:FF10D6:04:000:Always face to the Left unsquad:0:FF10D6:00:001:Flip to face to the Right Now!:Best used with an activation key - Can cause scrolling problems unsquad:0:FF10D6:04:001:Flip to face to the Left Now!:Best used with an activation key - Can cause scrolling problems :unsquad:00000000:FF15C3:00000002:FFFFFFFF:Invincibility PL1 unsquad:0:FF160B:09:000:Infinite Money PL1 unsquad:0:FF15D3:06:000:Always have Max 2nd Weapon (level 7) PL1 unsquad:0:FF15E3:63:000:Infinite Second Weapon PL1 unsquad:0:FF15E1:00:000:Always have Phoenix as 2nd Weapon PL1 :unsquad:00100000:FF15D9:00000011:FFFFFFFF:Rapid Fire - Main Shot PL1 :unsquad:00100000:FF15DF:00000100:FFFFFFFF:Rapid Fire - Extra Weapon PL1 unsquad:0:000000:00:999:[ The TEXT display may NOT be updated between stages ] unsquad:0:000000:00:999:[ for these 2nd Weapon cheats ] unsquad:0:FF15E1:04:000:Always have Falcon as 2nd Weapon PL1 unsquad:0:FF15E1:08:000:Always have Bomb as 2nd Weapon PL1 unsquad:0:FF15E1:0C:000:Always have Bomb II as 2nd Weapon PL1 unsquad:0:FF15E1:10:000:Always have Napalm as 2nd Weapon PL1 unsquad:0:FF15E1:14:000:Always have Napalm II as 2nd Weapon PL1 unsquad:0:FF15E1:1C:000:Always have Bullpup as 2nd Weapon PL1 unsquad:0:FF15E1:20:000:Always have Bullpup II as 2nd Weapon PL1 unsquad:0:FF15E1:34:000:Always have Super Shell as 2nd Weapon PL1 unsquad:0:FF15E1:38:000:Always have Super Shell II as 2nd Weapon PL1 unsquad:0:FF15E1:00:001:Get Phoenix as 2nd Weapon Now! PL1 unsquad:0:FF15E1:04:001:Get Falcon as 2nd Weapon Now! PL1 unsquad:0:FF15E1:08:001:Get Bomb as 2nd Weapon Now! PL1 unsquad:0:FF15E1:0C:001:Get Bomb II as 2nd Weapon Now! PL1 unsquad:0:FF15E1:10:001:Get Napalm as 2nd Weapon Now! PL1 unsquad:0:FF15E1:14:001:Get Napalm II as 2nd Weapon Now! PL1 unsquad:0:FF15E1:1C:001:Get Bullpup as 2nd Weapon Now! PL1 unsquad:0:FF15E1:20:001:Get Bullpup II as 2nd Weapon Now! PL1 unsquad:0:FF15E1:34:001:Get Super Shell as 2nd Weapon Now! PL1 unsquad:0:FF15E1:38:001:Get Super Shell II as 2nd Weapon Now! PL1 :unsquad:00000000:FF1643:00000002:FFFFFFFF:Invincibility PL2 unsquad:0:FF168B:09:000:Infinite Money PL2 unsquad:0:FF1653:06:000:Always have Max 2nd Weapon (level 7) PL2 unsquad:0:FF1663:63:000:Infinite Second Weapon PL2 :unsquad:00100000:FF1659:00000011:FFFFFFFF:Rapid Fire - Main Shot PL2 :unsquad:00100000:FF165F:00000100:FFFFFFFF:Rapid Fire - Extra Weapon PL2 unsquad:0:000000:00:999:[ The TEXT display may NOT be updated between stages ] unsquad:0:000000:00:999:[ for these 2nd Weapon cheats ] unsquad:0:FF1661:00:000:Always have Phoenix as 2nd Weapon PL2 unsquad:0:FF1661:04:000:Always have Falcon as 2nd Weapon PL2 unsquad:0:FF1661:08:000:Always have Bomb as 2nd Weapon PL2 unsquad:0:FF1661:0C:000:Always have Bomb II as 2nd Weapon PL2 unsquad:0:FF1661:10:000:Always have Napalm as 2nd Weapon PL2 unsquad:0:FF1661:14:000:Always have Napalm II as 2nd Weapon PL2 unsquad:0:FF1661:1C:000:Always have Bullpup as 2nd Weapon PL2 unsquad:0:FF1661:20:000:Always have Bullpup II as 2nd Weapon PL2 unsquad:0:FF1661:34:000:Always have Super Shell as 2nd Weapon PL2 unsquad:0:FF1661:38:000:Always have Super Shell II as 2nd Weapon PL2 unsquad:0:FF1661:00:001:Get Phoenix as 2nd Weapon Now! PL2 unsquad:0:FF1661:04:001:Get Falcon as 2nd Weapon Now! PL2 unsquad:0:FF1661:08:001:Get Bomb as 2nd Weapon Now! PL2 unsquad:0:FF1661:0C:001:Get Bomb II as 2nd Weapon Now! PL2 unsquad:0:FF1661:10:001:Get Napalm as 2nd Weapon Now! PL2 unsquad:0:FF1661:14:001:Get Napalm II as 2nd Weapon Now! PL2 unsquad:0:FF1661:1C:001:Get Bullpup as 2nd Weapon Now! PL2 unsquad:0:FF1661:20:001:Get Bullpup II as 2nd Weapon Now! PL2 unsquad:0:FF1661:34:001:Get Super Shell as 2nd Weapon Now! PL2 unsquad:0:FF1661:38:001:Get Super Shell II as 2nd Weapon Now! PL2 ; [ Untouchable (Japan) ] untoucha:0:7E39:03:000:Infinite Bonus Games:Only use this when you are not using the 'First Deal always' cheats as it can mean that you will never finish the challenge stages! untoucha:0:7C2E:30:000:First Deal always a Royal Flush:You need to use this in the challenge stages to get the maximum score, 5 of a Kind doesn't score anything. When you are happy with the number of the points scored on the challenge stage turn this cheat off OR UNHOLD the cards. untoucha:0:7C2F:31:500:First Deal always a Royal Flush (2/5) untoucha:0:7C30:32:500:First Deal always a Royal Flush (3/5) untoucha:0:7C31:33:500:First Deal always a Royal Flush (4/5) untoucha:0:7C32:27:500:First Deal always a Royal Flush (5/5) untoucha:0:7C2E:00:000:First Deal always 4 Aces & Joker:This is the top scoring hand but it will not help you in the challenge stages where it score nothing! Use the Royal Flush cheat it's a good compromise! untoucha:0:7C2F:0D:500:First Deal always 4 Aces & Joker (2/5) untoucha:0:7C30:1A:500:First Deal always 4 Aces & Joker (3/5) untoucha:0:7C31:27:500:First Deal always 4 Aces & Joker (4/5) untoucha:0:7C32:34:500:First Deal always 4 Aces & Joker (5/5) ; [ Puzzle Uo Poko (International) ] uopoko:0:0000:00:999:[ This game hasn't even ]:REASON 11 uopoko:0:0000:00:999:[ been looked at due to ]:REASON 11 uopoko:0:0000:00:999:[ time constraints - Too]:REASON 11 uopoko:0:0000:00:999:[ many games and so ]:REASON 11 uopoko:0:0000:00:999:[ little time. It is ]:REASON 11 uopoko:0:0000:00:999:[ even possible that ]:REASON 11 uopoko:0:0000:00:999:[ this game may be a ]:REASON 11 uopoko:0:0000:00:999:[ clone of an existing ]:REASON 11 uopoko:0:0000:00:999:[ game which may have ]:REASON 11 uopoko:0:0000:00:999:[ cheats. Please search ]:REASON 11 uopoko:0:0000:00:999:[ the cheat forums ]:REASON 11 uopoko:0:0000:00:999:[ before posting cheat ]:REASON 11 uopoko:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Puzzle Uo Poko (Japan) ] uopokoj:0:100195:09:000:Infinite Credits uopokoj:0:100203:1E:071:Round select uopokoj:0:102310:06:000:Infinite Time PL1 uopokoj:0:10233B:01:000:Always have Guide Pointer PL1 uopokoj:0:10233C:0A:500:Always have Guide Pointer PL1 uopokoj:0:10233D:22:500:Always have Guide Pointer PL1 uopokoj:0:10233B:01:000:Always have Guide Pointer (vs Mode) PL1 uopokoj:0:10233C:0D:500:Always have Guide Pointer (vs Mode) PL1 uopokoj:0:10233D:C6:500:Always have Guide Pointer (vs Mode) PL1 uopokoj:0:1022F1:80:000:Always have Magenta Bubble PL1 uopokoj:0:1022F1:81:000:Always have Blue Bubble PL1 uopokoj:0:1022F1:82:000:Always have Green Bubble PL1 uopokoj:0:1022F1:83:000:Always have Aqua Bubble PL1 uopokoj:0:1022F1:84:000:Always have Red Bubble PL1 uopokoj:0:1022F1:85:000:Always have Black Bubble PL1 uopokoj:0:1022F1:86:000:Always have Yellow Bubble PL1 uopokoj:0:1022F1:87:000:Always have Orange Bubble PL1 uopokoj:0:1022F1:80:001:Current Bubble = Magenta Now! PL1 uopokoj:0:1022F1:81:001:Current Bubble = Blue Now! PL1 uopokoj:0:1022F1:82:001:Current Bubble = Green Now! PL1 uopokoj:0:1022F1:83:001:Current Bubble = Aqua Now! PL1 uopokoj:0:1022F1:84:001:Current Bubble = Red Now! PL1 uopokoj:0:1022F1:85:001:Current Bubble = Black Now! PL1 uopokoj:0:1022F1:86:001:Current Bubble = Yellow Now! PL1 uopokoj:0:1022F1:87:001:Current Bubble = Orange Now! PL1 uopokoj:0:102312:06:000:Infinite Time PL2 uopokoj:0:1023BB:01:000:Always have Guide Pointer (vs Mode) PL2 uopokoj:0:1023BC:0D:500:Always have Guide Pointer (vs Mode) PL2 uopokoj:0:1023BD:C6:500:Always have Guide Pointer (vs Mode) PL2 uopokoj:0:1022F3:80:000:Always have Magenta Bubble PL2 uopokoj:0:1022F3:81:000:Always have Blue Bubble PL2 uopokoj:0:1022F3:82:000:Always have Green Bubble PL2 uopokoj:0:1022F3:83:000:Always have Aqua Bubble PL2 uopokoj:0:1022F3:84:000:Always have Red Bubble PL2 uopokoj:0:1022F3:85:000:Always have Black Bubble PL2 uopokoj:0:1022F3:86:000:Always have Yellow Bubble PL2 uopokoj:0:1022F3:87:000:Always have Orange Bubble PL2 uopokoj:0:1022F3:80:001:Current Bubble = Magenta Now! PL2 uopokoj:0:1022F3:81:001:Current Bubble = Blue Now! PL2 uopokoj:0:1022F3:82:001:Current Bubble = Green Now! PL2 uopokoj:0:1022F3:83:001:Current Bubble = Aqua Now! PL2 uopokoj:0:1022F3:84:001:Current Bubble = Red Now! PL2 uopokoj:0:1022F3:85:001:Current Bubble = Black Now! PL2 uopokoj:0:1022F3:86:001:Current Bubble = Yellow Now! PL2 uopokoj:0:1022F3:87:001:Current Bubble = Orange Now! PL2 ; [ Up'n Down ] upndown:0:C868:07:000:Infinite Lives upndown:0:26DE:00:100:Crash Invincibility:You still die if you go Off-Road! upndown:0:26DF:00:600:Crash Invincibility (2/4) upndown:0:261B:26:600:Crash Invincibility (3/4):This part is solely for flag vehicle (Done without changing the opcode part - protected cpu issues otherwise) upndown:0:25B5:00:600:Crash Invincibility (4/4):This part is solely for the 'wait' boulder (Done without changing the opcode part - protected cpu issues otherwise) ; [ Up'n Down (not encrypted) ] upndownu:0:C868:07:000:Infinite Lives upndownu:0:2764:00:100:Crash Invincibility:You still die if you go Off-Road! upndownu:0:2765:00:600:Crash Invincibility (2/4) upndownu:0:26A3:18:600:Crash Invincibility (3/4):This part is solely for flag vehicle upndownu:0:263C:C3:600:Crash Invincibility (4/4):This part is solely for the 'wait' boulder ; [ Up Your Alley ] upyoural:0:0000:00:999:[ This game hasn't even ]:REASON 11 upyoural:0:0000:00:999:[ been looked at due to ]:REASON 11 upyoural:0:0000:00:999:[ time constraints - Too]:REASON 11 upyoural:0:0000:00:999:[ many games and so ]:REASON 11 upyoural:0:0000:00:999:[ little time. It is ]:REASON 11 upyoural:0:0000:00:999:[ even possible that ]:REASON 11 upyoural:0:0000:00:999:[ this game may be a ]:REASON 11 upyoural:0:0000:00:999:[ clone of an existing ]:REASON 11 upyoural:0:0000:00:999:[ game which may have ]:REASON 11 upyoural:0:0000:00:999:[ cheats. Please search ]:REASON 11 upyoural:0:0000:00:999:[ the cheat forums ]:REASON 11 upyoural:0:0000:00:999:[ before posting cheat ]:REASON 11 upyoural:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Urashima Mahjong ] urashima:0:0000:00:999:[ There are no cheats ]:REASON 1 urashima:0:0000:00:999:[ for this game as it ]:REASON 1 urashima:0:0000:00:999:[ didn't work the last ]:REASON 1 urashima:0:0000:00:999:[ time it was tested. ]:REASON 1 urashima:0:0000:00:999:[ If the game now works ]:REASON 1 urashima:0:0000:00:999:[ please request cheats ]:REASON 1 urashima:0:0000:00:999:[ for it on the cheat ]:REASON 1 urashima:0:0000:00:999:[ forums. ]:REASON 1 ; [ U.S. Classic ] usclssic:0:FF0F13:08:000:Infinite Credits usclssic:0:FFC9A7:09:000:Infinite Time PL1 usclssic:0:FFC8A5:12:000:Infinite Holes PL1 usclssic:0:FFC94B:01:000:Infinite Strokes PL1 usclssic:0:FFC94B:00:001:Reset Strokes Now! PL1 usclssic:0:FFC7F7:11:061:Select next hole PL1 ; [ Games V18.2 ] usg182:0:0000:00:999:[ This game hasn't even ]:REASON 11 usg182:0:0000:00:999:[ been looked at due to ]:REASON 11 usg182:0:0000:00:999:[ time constraints - Too]:REASON 11 usg182:0:0000:00:999:[ many games and so ]:REASON 11 usg182:0:0000:00:999:[ little time. It is ]:REASON 11 usg182:0:0000:00:999:[ even possible that ]:REASON 11 usg182:0:0000:00:999:[ this game may be a ]:REASON 11 usg182:0:0000:00:999:[ clone of an existing ]:REASON 11 usg182:0:0000:00:999:[ game which may have ]:REASON 11 usg182:0:0000:00:999:[ cheats. Please search ]:REASON 11 usg182:0:0000:00:999:[ the cheat forums ]:REASON 11 usg182:0:0000:00:999:[ before posting cheat ]:REASON 11 usg182:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Games V18.7C ] usg185:0:0000:00:999:[ Draw Poker cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Hands PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Hands PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Hands PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Hands PL4 :usg185:60000018:0000:00000000:00000000:[ Seven Card Stud cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Hands PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Hands PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Hands PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Hands PL4 :usg185:60000018:0000:00000000:00000000:[ Blackjack cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Hands PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Hands PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Hands PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Hands PL4 :usg185:60000018:0000:00000000:00000000:[ Craps cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Chances PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Chances PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Chances PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Chances PL4 :usg185:60000018:0000:00000000:00000000:[ Chariot Race cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Races PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Races PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Races PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Races PL4 :usg185:60000018:0000:00000000:00000000:[ Rush Hour cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Lives PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Lives PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Lives PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Lives PL4 :usg185:60000018:0000:00000000:00000000:[ U. S. Slots cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Spins PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Spins PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Spins PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Spins PL4 :usg185:60000018:0000:00000000:00000000:[ Brick-Break cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Lives PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Lives PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Lives PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Lives PL4 :usg185:60000018:0000:00000000:00000000:[ Brick-Break II cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Lives PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Lives PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Lives PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Lives PL4 :usg185:60000018:0000:00000000:00000000:[ Reflex Tester cheats ] :usg185:00000000:0022:00000004:FFFFFFFF:Infinite Tries PL1 :usg185:00000000:0023:00000004:FFFFFFFF:Infinite Tries PL2 :usg185:00000000:0024:00000004:FFFFFFFF:Infinite Tries PL3 :usg185:00000000:0025:00000004:FFFFFFFF:Infinite Tries PL4 :usg185:60000018:0000:00000000:00000000:[ Sports Trivia cheats ] :usg185:000000E6:031B:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg185:00000000:0022:00000004:FFFFFFFF:Infinite Questions PL1 :usg185:00000000:0023:00000004:FFFFFFFF:Infinite Questions PL2 :usg185:00000000:0024:00000004:FFFFFFFF:Infinite Questions PL3 :usg185:00000000:0025:00000004:FFFFFFFF:Infinite Questions PL4 :usg185:60000018:0000:00000000:00000000:[ Mixology Trivia cheats ] :usg185:000000E6:031B:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg185:00000000:0022:00000004:FFFFFFFF:Infinite Questions PL1 :usg185:00000000:0023:00000004:FFFFFFFF:Infinite Questions PL2 :usg185:00000000:0024:00000004:FFFFFFFF:Infinite Questions PL3 :usg185:00000000:0025:00000004:FFFFFFFF:Infinite Questions PL4 :usg185:60000018:0000:00000000:00000000:[ USA Trivia cheats ] :usg185:000000E6:031B:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg185:00000000:0022:00000004:FFFFFFFF:Infinite Questions PL1 :usg185:00000000:0023:00000004:FFFFFFFF:Infinite Questions PL2 :usg185:00000000:0024:00000004:FFFFFFFF:Infinite Questions PL3 :usg185:00000000:0025:00000004:FFFFFFFF:Infinite Questions PL4 :usg185:60000018:0000:00000000:00000000:[ Entertainment cheats ] :usg185:000000E6:031B:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg185:00000000:0022:00000004:FFFFFFFF:Infinite Questions PL1 :usg185:00000000:0023:00000004:FFFFFFFF:Infinite Questions PL2 :usg185:00000000:0024:00000004:FFFFFFFF:Infinite Questions PL3 :usg185:00000000:0025:00000004:FFFFFFFF:Infinite Questions PL4 :usg185:60000018:0000:00000000:00000000:[ Sex Trivs 1 2 3 cheats ] :usg185:000000E6:031B:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg185:00000000:0022:00000004:FFFFFFFF:Infinite Questions PL1 :usg185:00000000:0023:00000004:FFFFFFFF:Infinite Questions PL2 :usg185:00000000:0024:00000004:FFFFFFFF:Infinite Questions PL3 :usg185:00000000:0025:00000004:FFFFFFFF:Infinite Questions PL4 :usg185:60000018:0000:00000000:00000000:[ Wizard of Words cheats ] :usg185:00000000:0022:00000005:FFFFFFFF:Infinite Turns PL1 :usg185:00000000:0023:00000005:FFFFFFFF:Infinite Turns PL2 :usg185:00000000:0024:00000005:FFFFFFFF:Infinite Turns PL3 :usg185:00000000:0025:00000005:FFFFFFFF:Infinite Turns PL4 ; [ Games V25.4X ] usg252:0:0000:00:999:[ Ten Game Trivia cheats ] :usg252:000000E6:0181:40000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Questions PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Questions PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Questions PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Questions PL4 :usg252:60000018:0000:00000000:00000000:[ Draw Poker cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Hands PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Hands PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Hands PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Hands PL4 :usg252:60000018:0000:00000000:00000000:[ Red Dog Poker cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Hands PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Hands PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Hands PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Hands PL4 :usg252:60000018:0000:00000000:00000000:[ Blackjack cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Hands PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Hands PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Hands PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Hands PL4 :usg252:60000018:0000:00000000:00000000:[ Craps cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Chances PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Chances PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Chances PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Chances PL4 :usg252:60000018:0000:00000000:00000000:[ Chariot Race cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Races PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Races PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Races PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Races PL4 :usg252:60000018:0000:00000000:00000000:[ U. S. Slots cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Spins PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Spins PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Spins PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Spins PL4 :usg252:60000018:0000:00000000:00000000:[ Rush Hour cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Lives PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Lives PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Lives PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Lives PL4 :usg252:60000018:0000:00000000:00000000:[ Brick-Break cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Lives PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Lives PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Lives PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Lives PL4 :usg252:60000018:0000:00000000:00000000:[ Brick-Break II cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Lives PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Lives PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Lives PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Lives PL4 :usg252:60000018:0000:00000000:00000000:[ Reflex Tester cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Tries PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Tries PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Tries PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Tries PL4 :usg252:60000018:0000:00000000:00000000:[ Wizard of Words cheats ] :usg252:00000000:0022:00000005:FFFFFFFF:Infinite Turns PL1 :usg252:00000000:0032:00000005:FFFFFFFF:Infinite Turns PL2 :usg252:00000000:0042:00000005:FFFFFFFF:Infinite Turns PL3 :usg252:00000000:0052:00000005:FFFFFFFF:Infinite Turns PL4 ; [ Super Duper Casino (California V3.2) ] usg32:0:0000:00:999:[ Draw Poker cheats ] :usg32:00000000:00CE:00000005:FFFFFFFF:Infinite Hands PL1 :usg32:00000000:00DE:00000005:FFFFFFFF:Infinite Hands PL2 :usg32:00000000:00EE:00000005:FFFFFFFF:Infinite Hands PL3 :usg32:00000000:00FE:00000005:FFFFFFFF:Infinite Hands PL4 :usg32:60000018:0000:00000000:00000000:[ U. S. Blackjack cheats ] :usg32:00000000:00CE:00000005:FFFFFFFF:Infinite Hands PL1 :usg32:00000000:00DE:00000005:FFFFFFFF:Infinite Hands PL2 :usg32:00000000:00EE:00000005:FFFFFFFF:Infinite Hands PL3 :usg32:00000000:00FE:00000005:FFFFFFFF:Infinite Hands PL4 :usg32:60000018:0000:00000000:00000000:[ Brick-Break cheats ] :usg32:00000000:00CE:00000005:FFFFFFFF:Infinite Lives PL1 :usg32:00000000:00DE:00000005:FFFFFFFF:Infinite Lives PL2 :usg32:00000000:00EE:00000005:FFFFFFFF:Infinite Lives PL3 :usg32:00000000:00FE:00000005:FFFFFFFF:Infinite Lives PL4 :usg32:60000018:0000:00000000:00000000:[ Wizard of Words cheats ] :usg32:00000000:00CE:00000005:FFFFFFFF:Infinite Turns PL1 :usg32:00000000:00DE:00000005:FFFFFFFF:Infinite Turns PL2 :usg32:00000000:00EE:00000005:FFFFFFFF:Infinite Turns PL3 :usg32:00000000:00FE:00000005:FFFFFFFF:Infinite Turns PL4 :usg32:60000018:0000:00000000:00000000:[ Sexual Trivia cheats ] :usg32:000000E6:03A3:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg32:00000000:00CE:00000005:FFFFFFFF:Infinite Questions PL1 :usg32:00000000:00DE:00000005:FFFFFFFF:Infinite Questions PL2 :usg32:00000000:00EE:00000005:FFFFFFFF:Infinite Questions PL3 :usg32:00000000:00FE:00000005:FFFFFFFF:Infinite Questions PL4 ; [ Super Ten V8.2 ] usg82:0:0000:00:999:[ Brick-Break cheats ] :usg82:00000000:00CE:00000004:FFFFFFFF:Infinite Lives PL1 :usg82:00000000:00DE:00000004:FFFFFFFF:Infinite Lives PL2 :usg82:00000000:00EE:00000004:FFFFFFFF:Infinite Lives PL3 :usg82:00000000:00FE:00000004:FFFFFFFF:Infinite Lives PL4 :usg82:60000018:0000:00000000:00000000:[ VS Chariots cheats ] :usg82:00000000:00CE:00000004:FFFFFFFF:Infinite Races PL1 :usg82:00000000:00DE:00000004:FFFFFFFF:Infinite Races PL2 :usg82:00000000:00EE:00000004:FFFFFFFF:Infinite Races PL3 :usg82:00000000:00FE:00000004:FFFFFFFF:Infinite Races PL4 :usg82:60000018:0000:00000000:00000000:[ Wizard of Words cheats ] :usg82:00000000:00CE:00000004:FFFFFFFF:Infinite Turns PL1 :usg82:00000000:00DE:00000004:FFFFFFFF:Infinite Turns PL2 :usg82:00000000:00EE:00000004:FFFFFFFF:Infinite Turns PL3 :usg82:00000000:00FE:00000004:FFFFFFFF:Infinite Turns PL4 ; [ Super Ten V8.3 ] usg83:0:0000:00:999:[ Brick-Break cheats ] :usg83:00000000:00CE:00000004:FFFFFFFF:Infinite Lives PL1 :usg83:00000000:00DE:00000004:FFFFFFFF:Infinite Lives PL2 :usg83:00000000:00EE:00000004:FFFFFFFF:Infinite Lives PL3 :usg83:00000000:00FE:00000004:FFFFFFFF:Infinite Lives PL4 :usg83:60000018:0000:00000000:00000000:[ VS Chariots cheats ] :usg83:00000000:00CE:00000004:FFFFFFFF:Infinite Races PL1 :usg83:00000000:00DE:00000004:FFFFFFFF:Infinite Races PL2 :usg83:00000000:00EE:00000004:FFFFFFFF:Infinite Races PL3 :usg83:00000000:00FE:00000004:FFFFFFFF:Infinite Races PL4 :usg83:60000018:0000:00000000:00000000:[ Wizard of Words cheats ] :usg83:00000000:00CE:00000004:FFFFFFFF:Infinite Turns PL1 :usg83:00000000:00DE:00000004:FFFFFFFF:Infinite Turns PL2 :usg83:00000000:00EE:00000004:FFFFFFFF:Infinite Turns PL3 :usg83:00000000:00FE:00000004:FFFFFFFF:Infinite Turns PL4 :usg83:60000018:0000:00000000:00000000:[ Sports Triv cheats ] :usg83:000000E6:0208:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg83:00000000:00CE:00000004:FFFFFFFF:Infinite Questions PL1 :usg83:00000000:00DE:00000004:FFFFFFFF:Infinite Questions PL2 :usg83:00000000:00EE:00000004:FFFFFFFF:Infinite Questions PL3 :usg83:00000000:00FE:00000004:FFFFFFFF:Infinite Questions PL4 :usg83:60000018:0000:00000000:00000000:[ Rush Hour cheats ] :usg83:00000000:00CE:00000004:FFFFFFFF:Infinite Lives PL1 :usg83:00000000:00DE:00000004:FFFFFFFF:Infinite Lives PL2 :usg83:00000000:00EE:00000004:FFFFFFFF:Infinite Lives PL3 :usg83:00000000:00FE:00000004:FFFFFFFF:Infinite Lives PL4 ; [ Super Ten V8.3X ] usg83x:0:0000:00:999:[ Brick-Break cheats ] :usg83x:00000000:00CE:00000005:FFFFFFFF:Infinite Lives PL1 :usg83x:00000000:00DE:00000005:FFFFFFFF:Infinite Lives PL2 :usg83x:00000000:00EE:00000005:FFFFFFFF:Infinite Lives PL3 :usg83x:00000000:00FE:00000005:FFFFFFFF:Infinite Lives PL4 :usg83x:60000018:0000:00000000:00000000:[ VS Chariots cheats ] :usg83x:00000000:00CE:00000005:FFFFFFFF:Infinite Races PL1 :usg83x:00000000:00DE:00000005:FFFFFFFF:Infinite Races PL2 :usg83x:00000000:00EE:00000005:FFFFFFFF:Infinite Races PL3 :usg83x:00000000:00FE:00000005:FFFFFFFF:Infinite Races PL4 :usg83x:60000018:0000:00000000:00000000:[ Wizard of Words cheats ] :usg83x:00000000:00CE:00000005:FFFFFFFF:Infinite Turns PL1 :usg83x:00000000:00DE:00000005:FFFFFFFF:Infinite Turns PL2 :usg83x:00000000:00EE:00000005:FFFFFFFF:Infinite Turns PL3 :usg83x:00000000:00FE:00000005:FFFFFFFF:Infinite Turns PL4 :usg83x:60000018:0000:00000000:00000000:[ Sports Triv cheats ] :usg83x:000000E6:0208:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :usg83x:00000000:00CE:00000005:FFFFFFFF:Infinite Questions PL1 :usg83x:00000000:00DE:00000005:FFFFFFFF:Infinite Questions PL2 :usg83x:00000000:00EE:00000005:FFFFFFFF:Infinite Questions PL3 :usg83x:00000000:00FE:00000005:FFFFFFFF:Infinite Questions PL4 :usg83x:60000018:0000:00000000:00000000:[ Rush Hour cheats ] :usg83x:00000000:00CE:00000005:FFFFFFFF:Infinite Lives PL1 :usg83x:00000000:00DE:00000005:FFFFFFFF:Infinite Lives PL2 :usg83x:00000000:00EE:00000005:FFFFFFFF:Infinite Lives PL3 :usg83x:00000000:00FE:00000005:FFFFFFFF:Infinite Lives PL4 ; [ Us vs. Them ] usvsthem:0:000121:01:000:Infinite Energy usvsthem:0:0000CC:00:000:No hits sustained usvsthem:0:0000CF:00:500:No hits sustained (2/2) ; [ Ultra Toukon Densetsu (Japan) ] utoukond:0:203260:63:000:Infinite Time utoukond:0:203669:09:000:Infinite Lives PL1 utoukond:0:20364D:6F:000:Infinite Energy PL1 utoukond:0:20363D:03:000:Invincibility PL1 utoukond:0:20366B:06:000:Infinite Bombs PL1 utoukond:0:203763:09:000:Infinite Lives PL2 utoukond:0:203747:6F:000:Infinite Energy PL2 utoukond:0:203737:03:000:Invincibility PL2 utoukond:0:203765:06:000:Infinite Bombs PL2 ; [ Valkyrie No Densetsu (Japan) ] valkyrie:0:104571:FF:000:Infinite Time PL1 valkyrie:0:104551:C0:000:Infinite Energy PL1 valkyrie:0:10454F:C0:000:Infinite Magic PL1 valkyrie:0:105525:A0:000:Infinite Shot Power PL1 valkyrie:0:10453B:0F:071:Select Shot Limit PL1 valkyrie:0:104543:24:000:Invincibility PL1 valkyrie:0:104552:FF:000:Infinite Max Gold PL1 valkyrie:0:104553:FF:500:Infinite Max Gold PL1 (2/2) valkyrie:0:104561:FF:000:Max Score PL1 valkyrie:0:104562:FF:500:Max Score PL1 (2/2) :valkyrie:00000000:10453A:00000000:FFFFFFFF:Infinite Shot PL1 :valkyrie:03000000:000045:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :valkyrie:03010000:0000B0:00000000:00000010:Rapid Fire PL1 (2/2) valkyrie:0:000000:00:999:[Use these Shot cheats in ] valkyrie:0:000000:00:999:[conjunction with Infinite ] valkyrie:0:000000:00:999:[Shot Power. ] valkyrie:0:104539:04:000:Always have Normal Shot PL1 valkyrie:0:104539:0C:000:Always have Fire Ball ShotPL1 valkyrie:0:104539:10:000:Always have Eternal Shot PL1 valkyrie:0:104539:14:000:Always have Wide Shot PL1 valkyrie:0:104539:18:000:Always have Horming Shot PL1 valkyrie:0:104539:1C:000:Always have Lightning ShotPL1 valkyrie:0:104539:20:000:Always have Torpedo Shot PL1 valkyrie:0:104539:24:000:Always have 3 Way Shot PL1 valkyrie:0:104539:28:000:Always have 4 Way Shot PL1 valkyrie:0:104539:2C:000:Always have Bomb Shot PL1 valkyrie:0:104539:04:001:Get Normal Shot Now! PL1 valkyrie:0:104539:0C:001:Get Fire Ball Shot Now! PL1 valkyrie:0:104539:10:001:Get Eternal Shot Now! PL1 valkyrie:0:104539:14:001:Get Wide Shot Now! PL1 valkyrie:0:104539:18:001:Get Horming Shot Now! PL1 valkyrie:0:104539:1C:001:Get Lightning Shot Now! PL1 valkyrie:0:104539:20:001:Get Torpedo Shot Now! PL1 valkyrie:0:104539:24:001:Get 3 Way Shot Now! PL1 valkyrie:0:104539:28:001:Get 4 Way Shot Now! PL1 valkyrie:0:104539:2C:001:Get Bomb Shot Now! PL1 valkyrie:0:000000:00:999:[Use these Magic cheats in ] valkyrie:0:000000:00:999:[conjunction with Infinite ] valkyrie:0:000000:00:999:[Magic. ] valkyrie:0:105553:01:000:Always have Option Magic PL1 valkyrie:0:105554:01:000:Always have Cyclone Magic PL1 valkyrie:0:105556:01:000:Always have Big Magic PL1 valkyrie:0:105558:01:000:Always have HarricaneMagicPL1 valkyrie:0:10555A:01:000:Always have ChameleonMagicPL1 valkyrie:0:10555C:01:000:Always have Float Magic PL1 valkyrie:0:105553:01:001:Get Option Magic Now! PL1 valkyrie:0:105554:01:001:Get Cyclone Magic Now! PL1 valkyrie:0:105556:01:001:Get Big Magic Now! PL1 valkyrie:0:105558:01:001:Get Harricane Magic Now! PL1 valkyrie:0:10555A:01:001:Get Chameleon Magic Now! PL1 valkyrie:0:10555C:01:001:Get Float Magic Now! PL1 valkyrie:0:1045F1:FF:000:Infinite Time PL2 valkyrie:0:1045D1:C0:000:Infinite Energy PL2 valkyrie:0:1045CF:C0:000:Infinite Magic PL2 valkyrie:0:1055A5:A0:000:Infinite Shot Power PL2 valkyrie:0:1045BB:0F:071:Select Shot Limit PL2 valkyrie:0:1045C3:24:000:Invincibility PL2 valkyrie:0:1045D2:FF:000:Infinite Max Gold PL2 valkyrie:0:1045D3:FF:500:Infinite Max Gold PL2 (2/2) valkyrie:0:1045E1:FF:000:Max Score PL2 valkyrie:0:1045E2:FF:500:Max Score PL2 (2/2) :valkyrie:00000000:1045BA:00000000:FFFFFFFF:Infinite Shot PL2 :valkyrie:03000000:000046:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen :valkyrie:03010000:0000B1:00000000:00000010:Rapid Fire PL2 (2/2) valkyrie:0:000000:00:999:[Use these Shot cheats in ] valkyrie:0:000000:00:999:[conjunction with Infinite ] valkyrie:0:000000:00:999:[Shot Power. ] valkyrie:0:1045B9:08:000:Always have Normal Shot PL2 valkyrie:0:1045B9:0C:000:Always have Fire Shot PL2 valkyrie:0:1045B9:10:000:Always have Eternal Shot PL2 valkyrie:0:1045B9:14:000:Always have Wide Shot PL2 valkyrie:0:1045B9:18:000:Always have Horming Shot PL2 valkyrie:0:1045B9:1C:000:Always have Lightning ShotPL2 valkyrie:0:1045B9:20:000:Always have Torpedo Shot PL2 valkyrie:0:1045B9:24:000:Always have 3 Way Shot PL2 valkyrie:0:1045B9:28:000:Always have 4 Way Shot PL2 valkyrie:0:1045B9:2C:000:Always have Bomb Shot PL2 valkyrie:0:1045B9:08:001:Get Normal Shot Now! PL2 valkyrie:0:1045B9:0C:001:Get Fire Shot Now! PL2 valkyrie:0:1045B9:10:001:Get Eternal Shot Now! PL2 valkyrie:0:1045B9:14:001:Get Wide Shot Now! PL2 valkyrie:0:1045B9:18:001:Get Horming Shot Now! PL2 valkyrie:0:1045B9:1C:001:Get Lightning Shot Now! PL2 valkyrie:0:1045B9:20:001:Get Torpedo Shot Now! PL2 valkyrie:0:1045B9:24:001:Get 3 Way Shot Now! PL2 valkyrie:0:1045B9:28:001:Get 4 Way Shot Now! PL2 valkyrie:0:1045B9:2C:001:Get Bomb Shot Now! PL2 valkyrie:0:000000:00:999:[Use these Magic cheats in ] valkyrie:0:000000:00:999:[conjunction with Infinite ] valkyrie:0:000000:00:999:[Magic. ] valkyrie:0:1055D3:01:000:Always have Option Magic PL2 valkyrie:0:1055D4:01:000:Always have Cyclone Magic PL2 valkyrie:0:1055D6:01:000:Always have Big Magic PL2 valkyrie:0:1055D8:01:000:Always have HarricaneMagicPL2 valkyrie:0:1055DA:01:000:Always have ChameleonMagicPL2 valkyrie:0:1055DC:01:000:Always have Float Magic PL2 valkyrie:0:1055D3:01:001:Get Option Magic Now! PL2 valkyrie:0:1055D4:01:001:Get Cyclone Magic Now! PL2 valkyrie:0:1055D6:01:001:Get Big Magic Now! PL2 valkyrie:0:1055D8:01:001:Get Harricane Magic Now! PL2 valkyrie:0:1055DA:01:001:Get Chameleon Magic Now! PL2 valkyrie:0:1055DC:01:001:Get Float Magic Now! PL2 ; [ Valtric ] valtric:0:E018:99:000:Infinite Credits valtric:0:E101:07:000:Infinite Lives valtric:0:E136:06:000:Infinite Jumps valtric:0:E004:01:000:Most enemies don't shoot:The Big ones still do though valtric:0:0000:00:999:[Do not touch or land on top] valtric:0:0000:00:999:[active turrets when you ] valtric:0:0000:00:999:[have Invincibility enabled ] valtric:0:0000:00:999:[or the main sprite will ] valtric:0:0000:00:999:[become corrupted. ] valtric:0:E090:01:040:Invincibility Buggy! valtric:0:0000:00:999:[See the Dip Switch Menu to ] valtric:0:0000:00:999:[enable an alternate ] valtric:0:0000:00:999:[Invincibility cheat. ] ; [ Vamp 1/2 (Korea version) ] :vamphalf:00000000:00054C93:00000009:FFFFFFFF:Infinite Credits :vamphalf:62000000:00000000:00000000:00000000:Select Starting Stage:Enable on the character selection screen :vamphalf:00010000:0009B91B:00000000:FFFFFFFF:Stage 1 :vamphalf:00010000:0009B91B:00000001:FFFFFFFF:Stage 2 :vamphalf:00010000:0009B91B:00000002:FFFFFFFF:Stage 3 :vamphalf:00010000:0009B91B:00000003:FFFFFFFF:Stage 4 :vamphalf:00010000:0009B91B:00000004:FFFFFFFF:Stage 5 :vamphalf:00010000:0009B91B:00000005:FFFFFFFF:Stage 6-1 :vamphalf:00010000:0009B91B:00000006:FFFFFFFF:Stage 6-2 :vamphalf:00010000:0009B91B:00000007:FFFFFFFF:Stage 7 :vamphalf:00100000:000961C6:00003200:FFFFFFFF:Infinite Time :vamphalf:82000000:0009B955:00000009:000000B7:Infinite Lives PL1 :vamphalf:82000000:0009B955:00000050:000000B5:Infinite Energy PL1 :vamphalf:82000100:0009B955:00000002:000000AF:Select Current Power PL1 :vamphalf:00000000:00096763:000000B3:FFFFFFFF:Invincibility PL1 :vamphalf:82010000:0009B955:00000001:000000C5:Invincibility PL1 (2/2) :vamphalf:00000000:0009B90B:00000028:FFFFFFFF:Always Have Maximum Combo PL1:1 hit to power up :vamphalf:00000000:00054AEF:00000000:00000010:Rapid Fire PL1:Turn it OFF on the name entry screen :vamphalf:82000000:0009B959:00000009:000000B7:Infinite Lives PL2 :vamphalf:82000000:0009B959:00000050:000000B5:Infinite Energy PL2 :vamphalf:82000100:0009B959:00000002:000000AF:Select Current Power PL2 :vamphalf:00000000:00096767:000000B3:FFFFFFFF:Invincibility PL2 :vamphalf:82010000:0009B959:00000001:000000C5:Invincibility PL2 (2/2) :vamphalf:00000000:0009B90F:00000028:FFFFFFFF:Always Have Maximum Combo PL2:1 hit to power up :vamphalf:00000000:00054AED:00000000:00000010:Rapid Fire PL2:Turn it OFF on the name entry screen ; [ Vampire: The Night Warriors (Japan 940705) ] vampj:0:FF9409:99:000:Infinite Time vampj:0:FF9409:00:001:Finish this Round Now! vampj:0:FF83CB:90:000:Infinite Energy PL1 vampj:0:FF83CB:00:001:Drain All Energy Now! PL1 vampj:0:FF855F:8E:000:Infinite Special PL1 vampj:0:000000:00:999:[ Free player selection - Use on level VS screen ] vampj:0:FF8729:01:001:Play as Dimitri Now! PL1 vampj:0:FF8729:02:001:Play as Gallon Now! PL1 vampj:0:FF8729:03:001:Play as Victor Now! PL1 vampj:0:FF8729:04:001:Play as Zabelzaroch Now! PL1 vampj:0:FF8729:05:001:Play as Morrigan Now! PL1 vampj:0:FF8729:06:001:Play as Anakaris Now! PL1 vampj:0:FF8729:07:001:Play as Felicia Now! PL1 vampj:0:FF8729:08:001:Play as Bishamon Now! PL1 vampj:0:FF8729:09:001:Play as Aulbath Now! PL1 vampj:0:FF8729:0A:001:Play as Sasquatch Now! PL1 vampj:0:FF8729:0B:001:Play as Phobos Now! PL1 vampj:0:FF8729:0C:001:Play as Pyron Now! PL1 vampj:0:FF87CB:90:000:Infinite Energy PL2 vampj:0:FF87CB:00:001:Drain All Energy Now! PL2 vampj:0:FF895F:51:000:Infinite Special PL2 vampj:0:000000:00:999:[ Free player selection - Use on level VS screen ] vampj:0:FF8B29:01:001:Play as Dimitri Now! PL2 vampj:0:FF8B29:02:001:Play as Gallon Now! PL2 vampj:0:FF8B29:03:001:Play as Victor Now! PL2 vampj:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2 vampj:0:FF8B29:05:001:Play as Morrigan Now! PL2 vampj:0:FF8B29:06:001:Play as Anakaris Now! PL2 vampj:0:FF8B29:07:001:Play as Felicia Now! PL2 vampj:0:FF8B29:08:001:Play as Bishamon Now! PL2 vampj:0:FF8B29:09:001:Play as Aulbath Now! PL2 vampj:0:FF8B29:0A:001:Play as Sasquatch Now! PL2 vampj:0:FF8B29:0B:001:Play as Phobos Now! PL2 vampj:0:FF8B29:0C:001:Play as Pyron Now! PL2 vampj:0:000000:00:999:[ These are the codes to set the machine region - the ] vampj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vampj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vampj:0:FF8205:00:000:Region Switch = Japan vampj:0:FF8205:02:000:Region Switch = USA vampj:0:FF8205:04:000:Region Switch = Asia vampj:0:FF8205:06:000:Region Switch = Hispanic vampj:0:FF8205:08:000:Region Switch = Euro vampj:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text) vampj:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text) ; [ Vampire: The Night Warriors (Japan 940705 alt) ] vampja:0:FF9409:99:000:Infinite Time vampja:0:FF9409:00:001:Finish this Round Now! vampja:0:FF83CB:90:000:Infinite Energy PL1 vampja:0:FF83CB:00:001:Drain All Energy Now! PL1 vampja:0:FF855F:8E:000:Infinite Special PL1 vampja:0:000000:00:999:[ Free player selection - Use on level VS screen ] vampja:0:FF8729:01:001:Play as Dimitri Now! PL1 vampja:0:FF8729:02:001:Play as Gallon Now! PL1 vampja:0:FF8729:03:001:Play as Victor Now! PL1 vampja:0:FF8729:04:001:Play as Zabelzaroch Now! PL1 vampja:0:FF8729:05:001:Play as Morrigan Now! PL1 vampja:0:FF8729:06:001:Play as Anakaris Now! PL1 vampja:0:FF8729:07:001:Play as Felicia Now! PL1 vampja:0:FF8729:08:001:Play as Bishamon Now! PL1 vampja:0:FF8729:09:001:Play as Aulbath Now! PL1 vampja:0:FF8729:0A:001:Play as Sasquatch Now! PL1 vampja:0:FF8729:0B:001:Play as Phobos Now! PL1 vampja:0:FF8729:0C:001:Play as Pyron Now! PL1 vampja:0:FF87CB:90:000:Infinite Energy PL2 vampja:0:FF87CB:00:001:Drain All Energy Now! PL2 vampja:0:FF895F:51:000:Infinite Special PL2 vampja:0:000000:00:999:[ Free player selection - Use on level VS screen ] vampja:0:FF8B29:01:001:Play as Dimitri Now! PL2 vampja:0:FF8B29:02:001:Play as Gallon Now! PL2 vampja:0:FF8B29:03:001:Play as Victor Now! PL2 vampja:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2 vampja:0:FF8B29:05:001:Play as Morrigan Now! PL2 vampja:0:FF8B29:06:001:Play as Anakaris Now! PL2 vampja:0:FF8B29:07:001:Play as Felicia Now! PL2 vampja:0:FF8B29:08:001:Play as Bishamon Now! PL2 vampja:0:FF8B29:09:001:Play as Aulbath Now! PL2 vampja:0:FF8B29:0A:001:Play as Sasquatch Now! PL2 vampja:0:FF8B29:0B:001:Play as Phobos Now! PL2 vampja:0:FF8B29:0C:001:Play as Pyron Now! PL2 vampja:0:000000:00:999:[ These are the codes to set the machine region - the ] vampja:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vampja:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vampja:0:FF8205:00:000:Region Switch = Japan vampja:0:FF8205:02:000:Region Switch = USA vampja:0:FF8205:04:000:Region Switch = Asia vampja:0:FF8205:06:000:Region Switch = Hispanic vampja:0:FF8205:08:000:Region Switch = Euro vampja:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text) vampja:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text) ; [ Vampire: The Night Warriors (Japan 940630) ] vampjr1:0:FF9409:99:000:Infinite Time vampjr1:0:FF9409:00:001:Finish this Round Now! vampjr1:0:FF83CB:90:000:Infinite Energy PL1 vampjr1:0:FF83CB:00:001:Drain All Energy Now! PL1 vampjr1:0:FF855F:8E:000:Infinite Special PL1 vampjr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] vampjr1:0:FF8729:01:001:Play as Dimitri Now! PL1 vampjr1:0:FF8729:02:001:Play as Gallon Now! PL1 vampjr1:0:FF8729:03:001:Play as Victor Now! PL1 vampjr1:0:FF8729:04:001:Play as Zabelzaroch Now! PL1 vampjr1:0:FF8729:05:001:Play as Morrigan Now! PL1 vampjr1:0:FF8729:06:001:Play as Anakaris Now! PL1 vampjr1:0:FF8729:07:001:Play as Felicia Now! PL1 vampjr1:0:FF8729:08:001:Play as Bishamon Now! PL1 vampjr1:0:FF8729:09:001:Play as Aulbath Now! PL1 vampjr1:0:FF8729:0A:001:Play as Sasquatch Now! PL1 vampjr1:0:FF8729:0B:001:Play as Phobos Now! PL1 vampjr1:0:FF8729:0C:001:Play as Pyron Now! PL1 vampjr1:0:FF87CB:90:000:Infinite Energy PL2 vampjr1:0:FF87CB:00:001:Drain All Energy Now! PL2 vampjr1:0:FF895F:51:000:Infinite Special PL2 vampjr1:0:000000:00:999:[ Free player selection - Use on level VS screen ] vampjr1:0:FF8B29:01:001:Play as Dimitri Now! PL2 vampjr1:0:FF8B29:02:001:Play as Gallon Now! PL2 vampjr1:0:FF8B29:03:001:Play as Victor Now! PL2 vampjr1:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2 vampjr1:0:FF8B29:05:001:Play as Morrigan Now! PL2 vampjr1:0:FF8B29:06:001:Play as Anakaris Now! PL2 vampjr1:0:FF8B29:07:001:Play as Felicia Now! PL2 vampjr1:0:FF8B29:08:001:Play as Bishamon Now! PL2 vampjr1:0:FF8B29:09:001:Play as Aulbath Now! PL2 vampjr1:0:FF8B29:0A:001:Play as Sasquatch Now! PL2 vampjr1:0:FF8B29:0B:001:Play as Phobos Now! PL2 vampjr1:0:FF8B29:0C:001:Play as Pyron Now! PL2 vampjr1:0:000000:00:999:[ These are the codes to set the machine region - the ] vampjr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vampjr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vampjr1:0:FF8205:00:000:Region Switch = Japan vampjr1:0:FF8205:02:000:Region Switch = USA vampjr1:0:FF8205:04:000:Region Switch = Asia vampjr1:0:FF8205:06:000:Region Switch = Hispanic vampjr1:0:FF8205:08:000:Region Switch = Euro vampjr1:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text) vampjr1:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text) ; [ Vandyke (Jaleco, Set 2) ] vandyja2:0:0F0051:09:000:Infinite Credits vandyja2:0:0F00B5:06:071:Select next level:Use on the map screen at the start of the game or between the levels. vandyja2:0:0F00B1:0A:000:Infinite Lives PL1 vandyja2:0:0F212D:06:000:Infinite Energy PL1 vandyja2:0:0F00E1:07:000:Infinite Power PL1 vandyja2:0:0F2127:03:000:Invincibility PL1 vandyja2:0:0F2131:40:040:Always have the Sword PL1 vandyja2:0:0F2131:80:540:Always have the Sword PL1 (2/2) vandyja2:0:0F2131:40:020:Always have the Mace PL1 vandyja2:0:0F2131:80:540:Always have the Mace PL1 (2/2) vandyja2:0:0F2131:40:040:Always have the Cannonballs PL1 vandyja2:0:0F2131:80:520:Always have the Cannonballs PL1 (2/2) vandyja2:0:0F2131:40:020:Always have the Boomerangs PL1 vandyja2:0:0F2131:80:520:Always have the Boomerangs PL1 (2/2) vandyja2:0:0F2131:40:041:Get the Sword Now! PL1 vandyja2:0:0F2131:80:541:Get the Sword Now! PL1 (2/2) vandyja2:0:0F2131:40:021:Get the Mace Now! PL1 vandyja2:0:0F2131:80:541:Get the Mace Now! PL1 (2/2) vandyja2:0:0F2131:40:041:Get the Cannonballs Now! PL1 vandyja2:0:0F2131:80:521:Get the Cannonballs Now! PL1 (2/2) vandyja2:0:0F2131:40:021:Get the Boomerangs Now! PL1 vandyja2:0:0F2131:80:521:Get the Boomerangs Now! PL1 (2/2) vandyja2:0:0F00C1:0A:000:Infinite Lives PL2 vandyja2:0:0F21AD:06:000:Infinite Energy PL2 vandyja2:0:0F00F1:07:000:Infinite Power PL2 vandyja2:0:0F21A7:03:000:Invincibility PL2 vandyja2:0:0F21B1:40:040:Always have the Sword PL2 vandyja2:0:0F21B1:80:540:Always have the Sword PL2 (2/2) vandyja2:0:0F21B1:40:020:Always have the Mace PL2 vandyja2:0:0F21B1:80:540:Always have the Mace PL2 (2/2) vandyja2:0:0F21B1:40:040:Always have the Cannonballs PL2 vandyja2:0:0F21B1:80:520:Always have the Cannonballs PL2 (2/2) vandyja2:0:0F21B1:40:020:Always have the Boomerangs PL2 vandyja2:0:0F21B1:80:520:Always have the Boomerangs PL2 (2/2) vandyja2:0:0F21B1:40:041:Get the Sword Now! PL2 vandyja2:0:0F21B1:80:541:Get the Sword Now! PL2 (2/2) vandyja2:0:0F21B1:40:021:Get the Mace Now! PL2 vandyja2:0:0F21B1:80:541:Get the Mace Now! PL2 (2/2) vandyja2:0:0F21B1:40:041:Get the Cannonballs Now! PL2 vandyja2:0:0F21B1:80:521:Get the Cannonballs Now! PL2 (2/2) vandyja2:0:0F21B1:40:021:Get the Boomerangs Now! PL2 vandyja2:0:0F21B1:80:521:Get the Boomerangs Now! PL2 (2/2) ; [ Vandyke (Jaleco, Set 1) ] vandyjal:0:0F0051:09:000:Infinite Credits vandyjal:0:0F00B5:06:071:Select next level:Use on the map screen at the start of the game or between the levels. vandyjal:0:0F00B1:0A:000:Infinite Lives PL1 vandyjal:0:0F212D:06:000:Infinite Energy PL1 vandyjal:0:0F00E1:07:000:Infinite Power PL1 vandyjal:0:0F2127:03:000:Invincibility PL1 vandyjal:0:0F2131:40:040:Always have the Sword PL1 vandyjal:0:0F2131:80:540:Always have the Sword PL1 (2/2) vandyjal:0:0F2131:40:020:Always have the Mace PL1 vandyjal:0:0F2131:80:540:Always have the Mace PL1 (2/2) vandyjal:0:0F2131:40:040:Always have the Cannonballs PL1 vandyjal:0:0F2131:80:520:Always have the Cannonballs PL1 (2/2) vandyjal:0:0F2131:40:020:Always have the Boomerangs PL1 vandyjal:0:0F2131:80:520:Always have the Boomerangs PL1 (2/2) vandyjal:0:0F2131:40:041:Get the Sword Now! PL1 vandyjal:0:0F2131:80:541:Get the Sword Now! PL1 (2/2) vandyjal:0:0F2131:40:021:Get the Mace Now! PL1 vandyjal:0:0F2131:80:541:Get the Mace Now! PL1 (2/2) vandyjal:0:0F2131:40:041:Get the Cannonballs Now! PL1 vandyjal:0:0F2131:80:521:Get the Cannonballs Now! PL1 (2/2) vandyjal:0:0F2131:40:021:Get the Boomerangs Now! PL1 vandyjal:0:0F2131:80:521:Get the Boomerangs Now! PL1 (2/2) vandyjal:0:0F00C1:0A:000:Infinite Lives PL2 vandyjal:0:0F21AD:06:000:Infinite Energy PL2 vandyjal:0:0F00F1:07:000:Infinite Power PL2 vandyjal:0:0F21A7:03:000:Invincibility PL2 vandyjal:0:0F21B1:40:040:Always have the Sword PL2 vandyjal:0:0F21B1:80:540:Always have the Sword PL2 (2/2) vandyjal:0:0F21B1:40:020:Always have the Mace PL2 vandyjal:0:0F21B1:80:540:Always have the Mace PL2 (2/2) vandyjal:0:0F21B1:40:040:Always have the Cannonballs PL2 vandyjal:0:0F21B1:80:520:Always have the Cannonballs PL2 (2/2) vandyjal:0:0F21B1:40:020:Always have the Boomerangs PL2 vandyjal:0:0F21B1:80:520:Always have the Boomerangs PL2 (2/2) vandyjal:0:0F21B1:40:041:Get the Sword Now! PL2 vandyjal:0:0F21B1:80:541:Get the Sword Now! PL2 (2/2) vandyjal:0:0F21B1:40:021:Get the Mace Now! PL2 vandyjal:0:0F21B1:80:541:Get the Mace Now! PL2 (2/2) vandyjal:0:0F21B1:40:041:Get the Cannonballs Now! PL2 vandyjal:0:0F21B1:80:521:Get the Cannonballs Now! PL2 (2/2) vandyjal:0:0F21B1:40:021:Get the Boomerangs Now! PL2 vandyjal:0:0F21B1:80:521:Get the Boomerangs Now! PL2 (2/2) ; [ Vandyke (Japan) ] vandyke:0:0F0051:09:000:Infinite Credits vandyke:0:0F00B5:06:071:Select next level:Use on the map screen at the start of the game or between the levels. vandyke:0:0F00B1:0A:000:Infinite Lives PL1 vandyke:0:0F212D:06:000:Infinite Energy PL1 vandyke:0:0F00E1:07:000:Infinite Power PL1 vandyke:0:0F2127:03:000:Invincibility PL1 vandyke:0:0F2131:40:040:Always have the Sword PL1 vandyke:0:0F2131:80:540:Always have the Sword PL1 (2/2) vandyke:0:0F2131:40:020:Always have the Mace PL1 vandyke:0:0F2131:80:540:Always have the Mace PL1 (2/2) vandyke:0:0F2131:40:040:Always have the Cannonballs PL1 vandyke:0:0F2131:80:520:Always have the Cannonballs PL1 (2/2) vandyke:0:0F2131:40:020:Always have the Boomerangs PL1 vandyke:0:0F2131:80:520:Always have the Boomerangs PL1 (2/2) vandyke:0:0F2131:40:041:Get the Sword Now! PL1 vandyke:0:0F2131:80:541:Get the Sword Now! PL1 (2/2) vandyke:0:0F2131:40:021:Get the Mace Now! PL1 vandyke:0:0F2131:80:541:Get the Mace Now! PL1 (2/2) vandyke:0:0F2131:40:041:Get the Cannonballs Now! PL1 vandyke:0:0F2131:80:521:Get the Cannonballs Now! PL1 (2/2) vandyke:0:0F2131:40:021:Get the Boomerangs Now! PL1 vandyke:0:0F2131:80:521:Get the Boomerangs Now! PL1 (2/2) vandyke:0:0F00C1:0A:000:Infinite Lives PL2 vandyke:0:0F21AD:06:000:Infinite Energy PL2 vandyke:0:0F00F1:07:000:Infinite Power PL2 vandyke:0:0F21A7:03:000:Invincibility PL2 vandyke:0:0F21B1:40:040:Always have the Sword PL2 vandyke:0:0F21B1:80:540:Always have the Sword PL2 (2/2) vandyke:0:0F21B1:40:020:Always have the Mace PL2 vandyke:0:0F21B1:80:540:Always have the Mace PL2 (2/2) vandyke:0:0F21B1:40:040:Always have the Cannonballs PL2 vandyke:0:0F21B1:80:520:Always have the Cannonballs PL2 (2/2) vandyke:0:0F21B1:40:020:Always have the Boomerangs PL2 vandyke:0:0F21B1:80:520:Always have the Boomerangs PL2 (2/2) vandyke:0:0F21B1:40:041:Get the Sword Now! PL2 vandyke:0:0F21B1:80:541:Get the Sword Now! PL2 (2/2) vandyke:0:0F21B1:40:021:Get the Mace Now! PL2 vandyke:0:0F21B1:80:541:Get the Mace Now! PL2 (2/2) vandyke:0:0F21B1:40:041:Get the Cannonballs Now! PL2 vandyke:0:0F21B1:80:521:Get the Cannonballs Now! PL2 (2/2) vandyke:0:0F21B1:40:021:Get the Boomerangs Now! PL2 vandyke:0:0F21B1:80:521:Get the Boomerangs Now! PL2 (2/2) ; [ Vanguard II ] vangrd2:0:F45D:09:000:Infinite Lives PL1 vangrd2:0:F45E:09:000:Infinite Lives PL2 ; [ Vanguard (Centuri) ] vangrdce:0:00BE:08:000:Infinite Lives vangrdce:0:00A0:03:000:Infinite Energy:Effectively Invincibility but you can't shoot and so you can only kill enemies by crashing into them ; [ Vanguard (SNK) ] vanguard:0:00BE:08:000:Infinite Lives vanguard:0:00A0:03:000:Infinite Energy:Effectively Invincibility but you can't shoot and so you can only kill enemies by crashing into them ; [ Vanguard (Japan) ] vanguarj:0:00BE:08:000:Infinite Lives vanguarj:0:00A0:03:000:Infinite Energy:Effectively Invincibility but you can't shoot and so you can only kill enemies by crashing into them ; [ Mahjong Vanilla Syndrome (Japan) ] vanilla:0:F952:63:000:Infinite Carrot vanilla:0:0000:00:999:[The winning hand cheat must] vanilla:0:0000:00:999:[be activated when there are] vanilla:0:0000:00:999:[14 tiles in your hand, then] vanilla:0:0000:00:999:[press the RON key . ] vanilla:0:0000:00:999:[('Z' by default). The tiles] vanilla:0:0000:00:999:[do not visually change ] vanilla:0:0000:00:999:[until you make a move. ] vanilla:0:FC8F:31:001:Get winning hand Now! vanilla:0:FC90:31:501:Get winning hand Now! (02/14) vanilla:0:FC91:31:501:Get winning hand Now! (03/14) vanilla:0:FC92:32:501:Get winning hand Now! (04/14) vanilla:0:FC93:32:501:Get winning hand Now! (05/14) vanilla:0:FC94:32:501:Get winning hand Now! (06/14) vanilla:0:FC95:33:501:Get winning hand Now! (07/14) vanilla:0:FC96:33:501:Get winning hand Now! (08/14) vanilla:0:FC97:33:501:Get winning hand Now! (09/14) vanilla:0:FC98:34:501:Get winning hand Now! (10/14) vanilla:0:FC99:34:501:Get winning hand Now! (11/14) vanilla:0:FC9A:34:501:Get winning hand Now! (12/14) vanilla:0:FC9B:35:501:Get winning hand Now! (13/14) vanilla:0:FC9C:35:501:Get winning hand Now! (14/14) vanilla:0:FC8F:31:000:Always winning hand vanilla:0:FC90:31:500:Always winning hand (02/14) vanilla:0:FC91:31:500:Always winning hand (03/14) vanilla:0:FC92:32:500:Always winning hand (04/14) vanilla:0:FC93:32:500:Always winning hand (05/14) vanilla:0:FC94:32:500:Always winning hand (06/14) vanilla:0:FC95:33:500:Always winning hand (07/14) vanilla:0:FC96:33:500:Always winning hand (08/14) vanilla:0:FC97:33:500:Always winning hand (09/14) vanilla:0:FC98:34:500:Always winning hand (10/14) vanilla:0:FC99:34:500:Always winning hand (11/14) vanilla:0:FC9A:34:500:Always winning hand (12/14) vanilla:0:FC9B:35:500:Always winning hand (13/14) vanilla:0:FC9C:35:500:Always winning hand (14/14) ; [ Van-Van Car ] vanvan:0:49E4:5A:000:Infinite Time vanvan:0:49E6:09:000:Infinite Lives vanvan:0:0000:00:999:[See the Dip Switch Menu to ] vanvan:0:0000:00:999:[enable Invincibility. ] ; [ Van-Van Car (set 3) ] vanvanb:0:49E4:5A:000:Infinite Time vanvanb:0:49E6:09:000:Infinite Lives vanvanb:0:0000:00:999:[See the Dip Switch Menu to ] vanvanb:0:0000:00:999:[enable Invincibility. ] ; [ Van-Van Car (Karateco) ] vanvank:0:49E4:5A:000:Infinite Time vanvank:0:49E6:09:000:Infinite Lives vanvank:0:0000:00:999:[See the Dip Switch Menu to ] vanvank:0:0000:00:999:[enable Invincibility. ] ; [ Vapor Trail - Hyper Offence Formation (World revision 1) ] vaportra:0:FFD7B9:9A:000:Infinite Time(Final Attack) vaportra:0:FFC1F8:03:000:Infinite Lives PL1 vaportra:0:FFC1F9:03:000:Infinite Energy PL1 vaportra:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended vaportra:0:FFC213:03:000:Invincibility 'ON' PL1 vaportra:0:FFC213:00:001:Invincibility 'OFF' PL1 vaportra:0:FFC1FE:05:071:Select Current Speed PL1 vaportra:0:FFC255:06:000:Infinite Smart Bombs PL1 vaportra:0:FFC2A8:00:000:Always Roll PL1 vaportra:0:FFC1FB:0C:000:Maximum Shot Power PL1 vaportra:0:FFC1FD:00:000:Always Normal Shot PL1 vaportra:0:FFC1FD:04:000:Always Bomb Shot PL1 vaportra:0:FFC1FD:08:000:Always Missile Shot PL1 vaportra:0:FFC1FD:0C:000:Always Defender Shot PL1 vaportra:0:FFC1FD:10:000:Always Special Shot PL1 vaportra:0:FFC1FD:00:001:Get Normal Shot Now! PL1 vaportra:0:FFC1FD:04:001:Get Bomb Shot Now! PL1 vaportra:0:FFC1FD:08:001:Get Missile Shot Now! PL1 vaportra:0:FFC1FD:0C:001:Get Defender Shot Now! PL1 vaportra:0:FFC1FD:10:001:Get Special Shot Now! PL1 vaportra:0:FFC2B8:03:000:Infinite Lives PL2 vaportra:0:FFC2B9:03:000:Infinite Energy PL2 vaportra:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended vaportra:0:FFC2D3:03:000:Invincibility 'ON' PL2 vaportra:0:FFC2D3:00:001:Invincibility 'OFF' PL2 vaportra:0:FFC2BE:05:071:Select Current Speed PL2 vaportra:0:FFC315:06:000:Infinite Smart Bombs PL2 vaportra:0:FFC368:00:000:Always Roll PL2 vaportra:0:FFC2BB:0C:000:Maximum Shot Power PL2 vaportra:0:FFC2BD:00:000:Always Normal Shot PL2 vaportra:0:FFC2BD:04:000:Always Bomb Shot PL2 vaportra:0:FFC2BD:08:000:Always Missile Shot PL2 vaportra:0:FFC2BD:0C:000:Always Defender Shot PL2 vaportra:0:FFC2BD:10:000:Always Special Shot PL2 vaportra:0:FFC2BD:00:001:Get Normal Shot Now! PL2 vaportra:0:FFC2BD:04:001:Get Bomb Shot Now! PL2 vaportra:0:FFC2BD:08:001:Get Missile Shot Now! PL2 vaportra:0:FFC2BD:0C:001:Get Defender Shot Now! PL2 vaportra:0:FFC2BD:10:001:Get Special Shot Now! PL2 vaportra:0:000000:00:999:[Use the Select current ] vaportra:0:000000:00:999:[level cheat on the select ] vaportra:0:000000:00:999:[fighter screen to start on ] vaportra:0:000000:00:999:[that level. ] vaportra:0:FFC04D:05:071:Select current level vaportra:0:FFC04D:05:061:Select next level ; [ Vapor TRX (prototype) ] vaportrp:0:0000:00:999:[ This game hasn't even ]:REASON 11 vaportrp:0:0000:00:999:[ been looked at due to ]:REASON 11 vaportrp:0:0000:00:999:[ time constraints - Too]:REASON 11 vaportrp:0:0000:00:999:[ many games and so ]:REASON 11 vaportrp:0:0000:00:999:[ little time. It is ]:REASON 11 vaportrp:0:0000:00:999:[ even possible that ]:REASON 11 vaportrp:0:0000:00:999:[ this game may be a ]:REASON 11 vaportrp:0:0000:00:999:[ clone of an existing ]:REASON 11 vaportrp:0:0000:00:999:[ game which may have ]:REASON 11 vaportrp:0:0000:00:999:[ cheats. Please search ]:REASON 11 vaportrp:0:0000:00:999:[ the cheat forums ]:REASON 11 vaportrp:0:0000:00:999:[ before posting cheat ]:REASON 11 vaportrp:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Vapor Trail - Hyper Offence Formation (US) ] vaportru:0:FFD7B9:9A:000:Infinite Time(Final Attack) vaportru:0:FFC1F8:03:000:Infinite Lives PL1 vaportru:0:FFC1F9:03:000:Infinite Energy PL1 vaportru:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended vaportru:0:FFC213:03:000:Invincibility 'ON' PL1 vaportru:0:FFC213:00:001:Invincibility 'OFF' PL1 vaportru:0:FFC1FE:05:071:Select Current Speed PL1 vaportru:0:FFC255:06:000:Infinite Smart Bombs PL1 vaportru:0:FFC2A8:00:000:Always Roll PL1 vaportru:0:FFC1FB:0C:000:Maximum Shot Power PL1 vaportru:0:FFC1FD:00:000:Always Normal Shot PL1 vaportru:0:FFC1FD:04:000:Always Bomb Shot PL1 vaportru:0:FFC1FD:08:000:Always Missile Shot PL1 vaportru:0:FFC1FD:0C:000:Always Defender Shot PL1 vaportru:0:FFC1FD:10:000:Always Special Shot PL1 vaportru:0:FFC1FD:00:001:Get Normal Shot Now! PL1 vaportru:0:FFC1FD:04:001:Get Bomb Shot Now! PL1 vaportru:0:FFC1FD:08:001:Get Missile Shot Now! PL1 vaportru:0:FFC1FD:0C:001:Get Defender Shot Now! PL1 vaportru:0:FFC1FD:10:001:Get Special Shot Now! PL1 vaportru:0:FFC2B8:03:000:Infinite Lives PL2 vaportru:0:FFC2B9:03:000:Infinite Energy PL2 vaportru:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended vaportru:0:FFC2D3:03:000:Invincibility 'ON' PL2 vaportru:0:FFC2D3:00:001:Invincibility 'OFF' PL2 vaportru:0:FFC2BE:05:071:Select Current Speed PL2 vaportru:0:FFC315:06:000:Infinite Smart Bombs PL2 vaportru:0:FFC368:00:000:Always Roll PL2 vaportru:0:FFC2BB:0C:000:Maximum Shot Power PL2 vaportru:0:FFC2BD:00:000:Always Normal Shot PL2 vaportru:0:FFC2BD:04:000:Always Bomb Shot PL2 vaportru:0:FFC2BD:08:000:Always Missile Shot PL2 vaportru:0:FFC2BD:0C:000:Always Defender Shot PL2 vaportru:0:FFC2BD:10:000:Always Special Shot PL2 vaportru:0:FFC2BD:00:001:Get Normal Shot Now! PL2 vaportru:0:FFC2BD:04:001:Get Bomb Shot Now! PL2 vaportru:0:FFC2BD:08:001:Get Missile Shot Now! PL2 vaportru:0:FFC2BD:0C:001:Get Defender Shot Now! PL2 vaportru:0:FFC2BD:10:001:Get Special Shot Now! PL2 vaportru:0:000000:00:999:[Use the Select current ] vaportru:0:000000:00:999:[level cheat on the select ] vaportru:0:000000:00:999:[fighter screen to start on ] vaportru:0:000000:00:999:[that level. ] vaportru:0:FFC04D:05:071:Select current level vaportru:0:FFC04D:05:061:Select next level ; [ Vapor TRX ] vaportrx:0:0000:00:999:[ There are no cheats ]:REASON 1 vaportrx:0:0000:00:999:[ for this game as it ]:REASON 1 vaportrx:0:0000:00:999:[ didn't work the last ]:REASON 1 vaportrx:0:0000:00:999:[ time it was tested. ]:REASON 1 vaportrx:0:0000:00:999:[ If the game now works ]:REASON 1 vaportrx:0:0000:00:999:[ please request cheats ]:REASON 1 vaportrx:0:0000:00:999:[ for it on the cheat ]:REASON 1 vaportrx:0:0000:00:999:[ forums. ]:REASON 1 ; [ Varth - Operation Thunderstorm (World 920714) ] varth:0:FF83A4:99:000:Infinite Lives PL1 varth:0:FF83B3:05:000:Infinite Bombs PL1 varth:0:FF8323:F0:000:Invincibility PL1 varth:0:FF8300:02:500:Invincibility PL1 (2/2) varth:0:FF83B1:07:000:Always Maximum fire power PL1 varth:0:FF83B2:00:000:Always Normal fire PL1 varth:0:FF83B2:02:000:Always 3-way fire PL1 varth:0:FF83B2:04:000:Always Laser fire PL1 varth:0:FF83B2:00:001:Get Normal fire Now! PL1 varth:0:FF83B2:02:001:Get 3-way fire Now! PL1 varth:0:FF83B2:04:001:Get Laser fire Now! PL1 varth:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first varth:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first varth:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first varth:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first varth:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first varth:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first varth:0:FF84A4:99:000:Infinite Lives PL2 varth:0:FF84B3:05:000:Infinite Bombs PL2 varth:0:FF8423:F0:000:Invincibility PL2 varth:0:FF8400:02:500:Invincibility PL2 (2/2) varth:0:FF84B1:07:000:Always Maximum fire power PL2 varth:0:FF84B2:00:000:Always Normal fire PL2 varth:0:FF84B2:02:000:Always 3-way fire PL2 varth:0:FF84B2:04:000:Always Laser fire PL2 varth:0:FF84B2:00:001:Get Normal fire Now! PL2 varth:0:FF84B2:02:001:Get 3-way fire Now! PL2 varth:0:FF84B2:04:001:Get Laser fire Now! PL2 varth:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first varth:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first varth:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first varth:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first varth:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first varth:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first ; [ Varth - Operation Thunderstorm (Japan 920714) ] varthj:0:FF83A4:99:000:Infinite Lives PL1 varthj:0:FF83B3:05:000:Infinite Bombs PL1 varthj:0:FF8323:F0:000:Invincibility PL1 varthj:0:FF8300:02:500:Invincibility PL1 (2/2) varthj:0:FF83B1:07:000:Always Maximum fire power PL1 varthj:0:FF83B2:00:000:Always Normal fire PL1 varthj:0:FF83B2:02:000:Always 3-way fire PL1 varthj:0:FF83B2:04:000:Always Laser fire PL1 varthj:0:FF83B2:00:001:Get Normal fire Now! PL1 varthj:0:FF83B2:02:001:Get 3-way fire Now! PL1 varthj:0:FF83B2:04:001:Get Laser fire Now! PL1 varthj:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first varthj:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first varthj:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first varthj:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first varthj:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first varthj:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first varthj:0:FF84A4:99:000:Infinite Lives PL2 varthj:0:FF84B3:05:000:Infinite Bombs PL2 varthj:0:FF8423:F0:000:Invincibility PL2 varthj:0:FF8400:02:500:Invincibility PL2 (2/2) varthj:0:FF84B1:07:000:Always Maximum fire power PL2 varthj:0:FF84B2:00:000:Always Normal fire PL2 varthj:0:FF84B2:02:000:Always 3-way fire PL2 varthj:0:FF84B2:04:000:Always Laser fire PL2 varthj:0:FF84B2:00:001:Get Normal fire Now! PL2 varthj:0:FF84B2:02:001:Get 3-way fire Now! PL2 varthj:0:FF84B2:04:001:Get Laser fire Now! PL2 varthj:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first varthj:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first varthj:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first varthj:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first varthj:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first varthj:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first ; [ Varth - Operation Thunderstorm (World 920612) ] varthr1:0:FF83A4:99:000:Infinite Lives PL1 varthr1:0:FF83B3:05:000:Infinite Bombs PL1 varthr1:0:FF8323:F0:000:Invincibility PL1 varthr1:0:FF8300:02:500:Invincibility PL1 (2/2) varthr1:0:FF83B1:07:000:Always Maximum fire power PL1 varthr1:0:FF83B2:00:000:Always Normal fire PL1 varthr1:0:FF83B2:02:000:Always 3-way fire PL1 varthr1:0:FF83B2:04:000:Always Laser fire PL1 varthr1:0:FF83B2:00:001:Get Normal fire Now! PL1 varthr1:0:FF83B2:02:001:Get 3-way fire Now! PL1 varthr1:0:FF83B2:04:001:Get Laser fire Now! PL1 varthr1:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first varthr1:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first varthr1:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first varthr1:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first varthr1:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first varthr1:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first varthr1:0:FF84A4:99:000:Infinite Lives PL2 varthr1:0:FF84B3:05:000:Infinite Bombs PL2 varthr1:0:FF8423:F0:000:Invincibility PL2 varthr1:0:FF8400:02:500:Invincibility PL2 (2/2) varthr1:0:FF84B1:07:000:Always Maximum fire power PL2 varthr1:0:FF84B2:00:000:Always Normal fire PL2 varthr1:0:FF84B2:02:000:Always 3-way fire PL2 varthr1:0:FF84B2:04:000:Always Laser fire PL2 varthr1:0:FF84B2:00:001:Get Normal fire Now! PL2 varthr1:0:FF84B2:02:001:Get 3-way fire Now! PL2 varthr1:0:FF84B2:04:001:Get Laser fire Now! PL2 varthr1:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first varthr1:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first varthr1:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first varthr1:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first varthr1:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first varthr1:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first ; [ Varth - Operation Thunderstorm (US 920612) ] varthu:0:FF83A4:99:000:Infinite Lives PL1 varthu:0:FF83B3:05:000:Infinite Bombs PL1 varthu:0:FF8323:F0:000:Invincibility PL1 varthu:0:FF8300:02:500:Invincibility PL1 (2/2) varthu:0:FF83B1:07:000:Always Maximum fire power PL1 varthu:0:FF83B2:00:000:Always Normal fire PL1 varthu:0:FF83B2:02:000:Always 3-way fire PL1 varthu:0:FF83B2:04:000:Always Laser fire PL1 varthu:0:FF83B2:00:001:Get Normal fire Now! PL1 varthu:0:FF83B2:02:001:Get 3-way fire Now! PL1 varthu:0:FF83B2:04:001:Get Laser fire Now! PL1 varthu:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first varthu:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first varthu:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first varthu:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first varthu:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first varthu:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first varthu:0:FF84A4:99:000:Infinite Lives PL2 varthu:0:FF84B3:05:000:Infinite Bombs PL2 varthu:0:FF8423:F0:000:Invincibility PL2 varthu:0:FF8400:02:500:Invincibility PL2 (2/2) varthu:0:FF84B1:07:000:Always Maximum fire power PL2 varthu:0:FF84B2:00:000:Always Normal fire PL2 varthu:0:FF84B2:02:000:Always 3-way fire PL2 varthu:0:FF84B2:04:000:Always Laser fire PL2 varthu:0:FF84B2:00:001:Get Normal fire Now! PL2 varthu:0:FF84B2:02:001:Get 3-way fire Now! PL2 varthu:0:FF84B2:04:001:Get Laser fire Now! PL2 varthu:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first varthu:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first varthu:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first varthu:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first varthu:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first varthu:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first ; [ Vasara ] vasara:0:002E9C:09:000:Infinite Credits :vasara:00000301:002EB2:00000005:FFFFFFFF:Select Starting/Current Stage:Enable on Character Select page! Requirement for good ending is as follows- Clear stage 5 without continuing play OR Clear stage 5 with continuing play over 10 times OR Clear stage 5 with slashing all Bushous. vasara:0:000C4A:06:000:Infinite Lives PL1 vasara:0:000C4B:05:000:Infinite Bombs PL1 vasara:0:000C52:02:000:Invincibility PL1 vasara:0:000C4E:04:000:Always Max P1 Shot Power PL1 vasara:0:000C4E:09:000:Always Max P2 Shot Power PL1 vasara:0:000C4E:0E:000:Always Max P3 Shot Power PL1 vasara:0:000C98:27:000:Always Max Slash PL1 vasara:0:002EE2:FF:000:Always Vasara Mode PL1 vasara:0:002EE6:6A:500:Always Vasara Mode PL1 (2/2) vasara:0:000CC2:06:000:Infinite Lives PL2 vasara:0:000CC3:05:000:Infinite Bombs PL2 vasara:0:000CCA:02:000:Invincibility PL2 vasara:0:000CC6:04:000:Always Max P1 Shot Power PL2 vasara:0:000CC6:09:000:Always Max P2 Shot Power PL2 vasara:0:000CC6:0E:000:Always Max P3 Shot Power PL2 vasara:0:000D10:27:000:Always Max Slash PL2 vasara:0:002EE4:FF:000:Always Vasara Mode PL2 vasara:0:002EE8:6A:500:Always Vasara Mode PL2 (2/2) ; [ Vasara 2 (set 1) ] vasara2:0:0058CC:09:000:Infinite Credits :vasara2:00000301:0058E2:0000000B:FFFFFFFF:Select Starting Stage:Enable this cheat on the 'Rank Select' Page - if you choose a value greater than 6 you will override the easy setting vasara2:0:000E50:06:000:Infinite Lives PL1 vasara2:0:000E51:03:000:Infinite Bombs PL1 vasara2:0:000E54:04:000:Maximum fire power PL1 :vasara2:00000010:000E58:00000003:000002FF:Invincibility PL1 :vasara2:00100000:000E9B:000003E7:FFFFFFFF:Always have Max Slash PL1 :vasara2:62000000:000000:00000000:00000000:Select Character PL1:Use on the character selection screen :vasara2:00010000:000FC9:00000001:FFFFFFFF:Nobukatsu Takeda :vasara2:00010000:000FC9:00000002:FFFFFFFF:Sandayuu Momochi :vasara2:00010000:000FC9:00000003:FFFFFFFF:Seiryuubou :vasara2:00010000:000FC9:00000004:FFFFFFFF:Mitsuhide Akechi :vasara2:00010000:000FC9:00000005:FFFFFFFF:Magoichi Saiga vasara2:0:000ED3:06:000:Infinite Lives PL2 vasara2:0:000ED4:03:000:Infinite Bombs PL2 vasara2:0:000ED7:04:000:Maximum fire power PL2 :vasara2:00000010:000EDB:00000003:000002FF:Invincibility PL2 :vasara2:00100000:000F1E:000003E7:FFFFFFFF:Always have Max Slash PL2 :vasara2:62000000:000000:00000000:00000000:Select Character PL2:Use on the character selection screen :vasara2:00010000:000FCB:00000001:FFFFFFFF:Nobukatsu Takeda :vasara2:00010000:000FCB:00000002:FFFFFFFF:Sandayuu Momochi :vasara2:00010000:000FCB:00000003:FFFFFFFF:Seiryuubou :vasara2:00010000:000FCB:00000004:FFFFFFFF:Mitsuhide Akechi :vasara2:00010000:000FCB:00000005:FFFFFFFF:Magoichi Saiga ; [ Vasara 2 (set 2) ] vasara2a:0:0058CC:09:000:Infinite Credits :vasara2a:00000301:0058E2:0000000B:FFFFFFFF:Select Starting Stage:Enable this cheat on the 'Rank Select' Page - if you choose a value greater than 6 you will override the easy setting vasara2a:0:000E50:06:000:Infinite Lives PL1 vasara2a:0:000E51:03:000:Infinite Bombs PL1 vasara2a:0:000E54:04:000:Maximum fire power PL1 :vasara2a:00000010:000E58:00000003:000002FF:Invincibility PL1 :vasara2a:00100000:000E9B:000003E7:FFFFFFFF:Always have Max Slash PL1 :vasara2a:62000000:000000:00000000:00000000:Select Character PL1:Use on the character selection screen :vasara2a:00010000:000FC9:00000001:FFFFFFFF:Nobukatsu Takeda :vasara2a:00010000:000FC9:00000002:FFFFFFFF:Sandayuu Momochi :vasara2a:00010000:000FC9:00000003:FFFFFFFF:Seiryuubou :vasara2a:00010000:000FC9:00000004:FFFFFFFF:Mitsuhide Akechi :vasara2a:00010000:000FC9:00000005:FFFFFFFF:Magoichi Saiga vasara2a:0:000ED3:06:000:Infinite Lives PL2 vasara2a:0:000ED4:03:000:Infinite Bombs PL2 vasara2a:0:000ED7:04:000:Maximum fire power PL2 :vasara2a:00000010:000EDB:00000003:000002FF:Invincibility PL2 :vasara2a:00100000:000F1E:000003E7:FFFFFFFF:Always have Max Slash PL2 :vasara2a:62000000:000000:00000000:00000000:Select Character PL2:Use on the character selection screen :vasara2a:00010000:000FCB:00000001:FFFFFFFF:Nobukatsu Takeda :vasara2a:00010000:000FCB:00000002:FFFFFFFF:Sandayuu Momochi :vasara2a:00010000:000FCB:00000003:FFFFFFFF:Seiryuubou :vasara2a:00010000:000FCB:00000004:FFFFFFFF:Mitsuhide Akechi :vasara2a:00010000:000FCB:00000005:FFFFFFFF:Magoichi Saiga ; [ Vastar (set 1) ] vastar:0:F110:05:000:Infinite Lives vastar:0:F116:40:000:Infinite Energy vastar:0:F33F:81:000:Invincibility ; [ Vastar (set 2) ] vastar2:0:F110:05:000:Infinite Lives vastar2:0:F116:40:000:Infinite Energy vastar2:0:F33F:81:000:Invincibility ; [ Vautour (set 1 - Jeutel France) ] vautour:0:4390:09:000:Infinite Lives vautour:0:43A6:DD:000:Never have shields vautour:0:43A6:00:003:Shield Always Ready vautour:0:43C0:84:000:Infinite Shields vautour:0:0CC4:C9:100:Invincibility ; [ Vautour (set 2) ] vautour2:0:4390:09:000:Infinite Lives vautour2:0:43A6:DD:000:Never have shields vautour2:0:43A6:00:003:Shield Always Ready vautour2:0:43C0:84:000:Infinite Shields vautour2:0:0CC4:C9:100:Invincibility ; [ U.S. Championship V'ball (set 1) ] vball:0:004A:59:000:Infinite Time vball:0:004B:09:500:Infinite Time (2/2) vball:0:004A:00:001:Finish this Game Now! vball:0:004B:00:501:Finish this Game Now! (2/2) vball:0:0057:06:070:Select Score PL1 vball:0:0057:00:000:Score always = 0 PL1 vball:0:0058:06:070:Select Score PL2 vball:0:0058:00:000:Score always = 0 PL2 ; [ U.S. Championship V'ball (Japan) ] vball2pj:0:004A:59:000:Infinite Time vball2pj:0:004B:09:500:Infinite Time (2/2) vball2pj:0:004A:00:001:Finish this Game Now! vball2pj:0:004B:00:501:Finish this Game Now! (2/2) vball2pj:0:0056:06:070:Select Score PL1 vball2pj:0:0056:00:000:Score always = 0 PL1 vball2pj:0:0057:06:070:Select Score PL2 vball2pj:0:0057:00:000:Score always = 0 PL2 ; [ VS Block Breaker (Asia) ] vblokbrk:0:06017241:C8:005:Infinite Time [SOLO MODE] vblokbrk:0:06027C5B:03:000:Infinite Lives PL1 vblokbrk:0:06027C5F:03:000:Infinite Lives PL2 ; [ Virtua Bowling (World, V101XCM) ] vbowl:0:0000:00:999:[ This game hasn't even ]:REASON 11 vbowl:0:0000:00:999:[ been looked at due to ]:REASON 11 vbowl:0:0000:00:999:[ time constraints - Too]:REASON 11 vbowl:0:0000:00:999:[ many games and so ]:REASON 11 vbowl:0:0000:00:999:[ little time. It is ]:REASON 11 vbowl:0:0000:00:999:[ even possible that ]:REASON 11 vbowl:0:0000:00:999:[ this game may be a ]:REASON 11 vbowl:0:0000:00:999:[ clone of an existing ]:REASON 11 vbowl:0:0000:00:999:[ game which may have ]:REASON 11 vbowl:0:0000:00:999:[ cheats. Please search ]:REASON 11 vbowl:0:0000:00:999:[ the cheat forums ]:REASON 11 vbowl:0:0000:00:999:[ before posting cheat ]:REASON 11 vbowl:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Virtua Bowling (Japan, V100JCM) ] vbowlj:0:0000:00:999:[ This game hasn't even ]:REASON 11 vbowlj:0:0000:00:999:[ been looked at due to ]:REASON 11 vbowlj:0:0000:00:999:[ time constraints - Too]:REASON 11 vbowlj:0:0000:00:999:[ many games and so ]:REASON 11 vbowlj:0:0000:00:999:[ little time. It is ]:REASON 11 vbowlj:0:0000:00:999:[ even possible that ]:REASON 11 vbowlj:0:0000:00:999:[ this game may be a ]:REASON 11 vbowlj:0:0000:00:999:[ clone of an existing ]:REASON 11 vbowlj:0:0000:00:999:[ game which may have ]:REASON 11 vbowlj:0:0000:00:999:[ cheats. Please search ]:REASON 11 vbowlj:0:0000:00:999:[ the cheat forums ]:REASON 11 vbowlj:0:0000:00:999:[ before posting cheat ]:REASON 11 vbowlj:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Vicious Circle (prototype) ] vcircle:0:120005C5:12:000:Infinite Credits :vcircle:00300000:1200523C:00000000:FFFFFFFF:Infinite Time :vcircle:00300001:1200523C:00000AA0:FFFFFFFF:Finish this Round Now! :vcircle:00300000:1203DF20:00000200:FFFFFFFF:Infinite Energy PL1 :vcircle:00300001:1203DF20:00000000:FFFFFFFF:Drain All Energy Now! PL1 vcircle:0:00000000:00:999:[ Enable the Character Cheats on the Select Screen ] vcircle:0:120051FF:0A:000:Play as Dredlock PL1 vcircle:0:120051FF:0C:000:Play as Waryar PL1 :vcircle:00300000:1203DFA8:00000200:FFFFFFFF:Infinite Energy PL2 :vcircle:00300001:1203DFA8:00000000:FFFFFFFF:Drain All Energy Now! PL2 vcircle:0:00000000:00:999:[ Enable the Character Cheats on the Select Screen ] vcircle:0:12005173:0A:000:Play as Dredlock PL2 vcircle:0:12005173:0C:000:Play as Waryar PL2 ; [ Virtua Cop ] vcop:0:0000:00:999:[ There are no cheats ]:REASON 1 vcop:0:0000:00:999:[ for this game as it ]:REASON 1 vcop:0:0000:00:999:[ didn't work the last ]:REASON 1 vcop:0:0000:00:999:[ time it was tested. ]:REASON 1 vcop:0:0000:00:999:[ If the game now works ]:REASON 1 vcop:0:0000:00:999:[ please request cheats ]:REASON 1 vcop:0:0000:00:999:[ for it on the cheat ]:REASON 1 vcop:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtua Cop 2 ] vcop2:0:0000:00:999:[ There are no cheats ]:REASON 1 vcop2:0:0000:00:999:[ for this game as it ]:REASON 1 vcop2:0:0000:00:999:[ didn't work the last ]:REASON 1 vcop2:0:0000:00:999:[ time it was tested. ]:REASON 1 vcop2:0:0000:00:999:[ If the game now works ]:REASON 1 vcop2:0:0000:00:999:[ please request cheats ]:REASON 1 vcop2:0:0000:00:999:[ for it on the cheat ]:REASON 1 vcop2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Vendetta (World 2 Players ver. W) ] vendet2p:0:3227:00:001:One Hit to kill Boss Now! vendet2p:0:3287:06:000:Infinite Weapon vendet2p:0:32E7:06:500:Infinite Weapon (2/8) vendet2p:0:3347:06:500:Infinite Weapon (3/8) vendet2p:0:33A7:06:500:Infinite Weapon (4/8) vendet2p:0:3407:06:500:Infinite Weapon (5/8) vendet2p:0:3467:06:500:Infinite Weapon (6/8) vendet2p:0:35E7:06:500:Infinite Weapon (7/8) vendet2p:0:3887:06:500:Infinite Weapon (8/8) vendet2p:0:3D00:63:000:Infinite Lives PL1 vendet2p:0:3D01:10:000:Infinite Energy PL1 vendet2p:0:2E00:40:040:Invincibility 'ON' PL1 vendet2p:0:2E00:40:021:Invincibility 'OFF' PL1 vendet2p:0:3D60:63:000:Infinite Lives PL2 vendet2p:0:3D61:10:000:Infinite Energy PL2 vendet2p:0:2E60:40:040:Invincibility 'ON' PL2 vendet2p:0:2E60:40:021:Invincibility 'OFF' PL2 ; [ Vendetta (World 4 Players ver. R) ] vendetao:0:3227:00:001:One Hit to kill Boss Now! vendetao:0:3287:06:000:Infinite Weapon vendetao:0:32E7:06:500:Infinite Weapon (2/8) vendetao:0:3347:06:500:Infinite Weapon (3/8) vendetao:0:33A7:06:500:Infinite Weapon (4/8) vendetao:0:3407:06:500:Infinite Weapon (5/8) vendetao:0:3467:06:500:Infinite Weapon (6/8) vendetao:0:35E7:06:500:Infinite Weapon (7/8) vendetao:0:3887:06:500:Infinite Weapon (8/8) vendetao:0:3D00:63:000:Infinite Lives PL1 vendetao:0:3D01:10:000:Infinite Energy PL1 vendetao:0:2E00:40:040:Invincibility 'ON' PL1 vendetao:0:2E00:40:021:Invincibility 'OFF' PL1 vendetao:0:3D60:63:000:Infinite Lives PL2 vendetao:0:3D61:10:000:Infinite Energy PL2 vendetao:0:2E60:40:040:Invincibility 'ON' PL2 vendetao:0:2E60:40:021:Invincibility 'OFF' PL2 vendetao:0:3DC0:63:000:Infinite Lives PL3 vendetao:0:3DC1:10:000:Infinite Energy PL3 vendetao:0:2EC0:40:040:Invincibility 'ON' PL3 vendetao:0:2EC0:40:021:Invincibility 'OFF' PL3 vendetao:0:3E20:63:000:Infinite Lives PL4 vendetao:0:3E21:10:000:Infinite Energy PL4 vendetao:0:2F20:40:040:Invincibility 'ON' PL4 vendetao:0:2F20:40:021:Invincibility 'OFF' PL4 ; [ Vendetta (Asia 2 Players ver. U) ] vendetas:0:3227:00:001:One Hit to kill Boss Now! vendetas:0:3287:06:000:Infinite Weapon vendetas:0:32E7:06:500:Infinite Weapon (2/8) vendetas:0:3347:06:500:Infinite Weapon (3/8) vendetas:0:33A7:06:500:Infinite Weapon (4/8) vendetas:0:3407:06:500:Infinite Weapon (5/8) vendetas:0:3467:06:500:Infinite Weapon (6/8) vendetas:0:35E7:06:500:Infinite Weapon (7/8) vendetas:0:3887:06:500:Infinite Weapon (8/8) vendetas:0:3D00:63:000:Infinite Lives PL1 vendetas:0:3D01:10:000:Infinite Energy PL1 vendetas:0:2E00:40:040:Invincibility 'ON' PL1 vendetas:0:2E00:40:021:Invincibility 'OFF' PL1 vendetas:0:3D60:63:000:Infinite Lives PL2 vendetas:0:3D61:10:000:Infinite Energy PL2 vendetas:0:2E60:40:040:Invincibility 'ON' PL2 vendetas:0:2E60:40:021:Invincibility 'OFF' PL2 ; [ Vendetta (World 4 Players ver. T) ] vendetta:0:3227:00:001:One Hit to kill Boss Now! vendetta:0:3287:06:000:Infinite Weapon vendetta:0:32E7:06:500:Infinite Weapon (2/8) vendetta:0:3347:06:500:Infinite Weapon (3/8) vendetta:0:33A7:06:500:Infinite Weapon (4/8) vendetta:0:3407:06:500:Infinite Weapon (5/8) vendetta:0:3467:06:500:Infinite Weapon (6/8) vendetta:0:35E7:06:500:Infinite Weapon (7/8) vendetta:0:3887:06:500:Infinite Weapon (8/8) vendetta:0:3D00:63:000:Infinite Lives PL1 vendetta:0:3D01:10:000:Infinite Energy PL1 vendetta:0:2E00:40:040:Invincibility 'ON' PL1 vendetta:0:2E00:40:021:Invincibility 'OFF' PL1 vendetta:0:3D60:63:000:Infinite Lives PL2 vendetta:0:3D61:10:000:Infinite Energy PL2 vendetta:0:2E60:40:040:Invincibility 'ON' PL2 vendetta:0:2E60:40:021:Invincibility 'OFF' PL2 vendetta:0:3DC0:63:000:Infinite Lives PL3 vendetta:0:3DC1:10:000:Infinite Energy PL3 vendetta:0:2EC0:40:040:Invincibility 'ON' PL3 vendetta:0:2EC0:40:021:Invincibility 'OFF' PL3 vendetta:0:3E20:63:000:Infinite Lives PL4 vendetta:0:3E21:10:000:Infinite Energy PL4 vendetta:0:2F20:40:040:Invincibility 'ON' PL4 vendetta:0:2F20:40:021:Invincibility 'OFF' PL4 ; [ Crime Fighters 2 (Japan 2 Players ver. P) ] vendettj:0:3227:00:001:One Hit to kill Boss Now! vendettj:0:3287:06:000:Infinite Weapon vendettj:0:32E7:06:500:Infinite Weapon (2/8) vendettj:0:3347:06:500:Infinite Weapon (3/8) vendettj:0:33A7:06:500:Infinite Weapon (4/8) vendettj:0:3407:06:500:Infinite Weapon (5/8) vendettj:0:3467:06:500:Infinite Weapon (6/8) vendettj:0:35E7:06:500:Infinite Weapon (7/8) vendettj:0:3887:06:500:Infinite Weapon (8/8) vendettj:0:3D00:63:000:Infinite Lives PL1 vendettj:0:3D01:10:000:Infinite Energy PL1 vendettj:0:2E00:40:040:Invincibility 'ON' PL1 vendettj:0:2E00:40:021:Invincibility 'OFF' PL1 vendettj:0:3D60:63:000:Infinite Lives PL2 vendettj:0:3D61:10:000:Infinite Energy PL2 vendettj:0:2E60:40:040:Invincibility 'ON' PL2 vendettj:0:2E60:40:021:Invincibility 'OFF' PL2 ; [ Vendetta (Asia 2 Players ver. D) ] vendtaso:0:3227:00:001:One Hit to kill Boss Now! vendtaso:0:3287:06:000:Infinite Weapon vendtaso:0:32E7:06:500:Infinite Weapon (2/8) vendtaso:0:3347:06:500:Infinite Weapon (3/8) vendtaso:0:33A7:06:500:Infinite Weapon (4/8) vendtaso:0:3407:06:500:Infinite Weapon (5/8) vendtaso:0:3467:06:500:Infinite Weapon (6/8) vendtaso:0:35E7:06:500:Infinite Weapon (7/8) vendtaso:0:3887:06:500:Infinite Weapon (8/8) vendtaso:0:3D00:63:000:Infinite Lives PL1 vendtaso:0:3D01:10:000:Infinite Energy PL1 vendtaso:0:2E00:40:040:Invincibility 'ON' PL1 vendtaso:0:2E00:40:021:Invincibility 'OFF' PL1 vendtaso:0:3D60:63:000:Infinite Lives PL2 vendtaso:0:3D61:10:000:Infinite Energy PL2 vendtaso:0:2E60:40:040:Invincibility 'ON' PL2 vendtaso:0:2E60:40:021:Invincibility 'OFF' PL2 ; [ Venture (version 5 set 1) ] :venture:20B00000:86F0:21B100A0:FFFFFFFF:Invincibility :venture:20B10000:86F4:0290CBC9:FFFFFFFF:Invincibility (2/9):1st = ldy #$00/lda ($21),y, 2nd = cmp #$CB / bcc $88C1 :venture:20910000:86F8:00002284:FFFFFFFF:Invincibility (3/9):sty $22 :venture:20A10000:86FA:008F2A4C:FFFFFFFF:Invincibility (4/9):jmp $8F2A :venture:20910000:8D3A:000009B0:FFFFFFFF:Invincibility (5/9):Hallmonster (Maze) 1 :venture:20910000:8E63:000086F0:FFFFFFFF:Invincibility (6/9):Hallmonster (Maze) 2 (jmp $8E6D -> $86F0) :venture:20910000:AC7D:000006D0:FFFFFFFF:Invincibility (7/9):Hallmonster (Wall Room) :venture:20910000:AD3F:000006D0:FFFFFFFF:Invincibility (8/9):Pressed by a Wall :venture:20810000:BB4A:00000018:FFFFFFFF:Invincibility (9/9):Monster in a room :venture:00100000:02AA:0000FF01:FFFFFFFF:Hallmonster Never Appear:Work in the room venture:0:00BE:03:000:Infinite Lives PL1 venture:0:00BF:03:000:Infinite Lives PL2 ; [ Venture (version 5 set 2) ] :venture2:20B00000:86F0:21B100A0:FFFFFFFF:Invincibility :venture2:20B10000:86F4:0290CBC9:FFFFFFFF:Invincibility (2/9):1st = ldy #$00/lda ($21),y, 2nd = cmp #$CB / bcc $88C1 :venture2:20910000:86F8:00002284:FFFFFFFF:Invincibility (3/9):sty $22 :venture2:20A10000:86FA:008F3A4C:FFFFFFFF:Invincibility (4/9):jmp $8F3A :venture2:20910000:8D4A:000009B0:FFFFFFFF:Invincibility (5/9):Hallmonster (Maze) 1 :venture2:20910000:8E73:000086F0:FFFFFFFF:Invincibility (6/9):Hallmonster (Maze) 2 (jmp $8E7D -> $86F0) :venture2:20910000:AC8D:000006D0:FFFFFFFF:Invincibility (7/9):Hallmonster (Wall Room) :venture2:20910000:AD4F:000006D0:FFFFFFFF:Invincibility (8/9):Pressed by a Wall :venture2:20810000:BB57:00000018:FFFFFFFF:Invincibility (9/9):Monster in a room :venture2:00100000:02AA:0000FF01:FFFFFFFF:Hallmonster Never Appear:Work in the room venture2:0:00BE:03:000:Infinite Lives PL1 venture2:0:00BF:03:000:Infinite Lives PL2 ; [ Venture (version 4) ] :venture4:20900000:81F4:000009B0:FFFFFFFF:Invincibility :venture4:20910000:8299:0000F760:FFFFFFFF:Invincibility (2/9):1st & 2nd = Hallmonster (Maze) :venture4:20910000:A4A3:000006D0:FFFFFFFF:Invincibility (3/9):Hallmonster (Wall Room) :venture4:20910000:A565:000006D0:FFFFFFFF:Invincibility (4/9):Pressed by a Wall :venture4:20810000:B36D:00000018:FFFFFFFF:Invincibility (5/9):Monster in a room :venture4:20B10000:F760:21B100A0:FFFFFFFF:Invincibility (6/9):ldy #$00/lda ($21),y :venture4:20B10000:F764:0290CBC9:FFFFFFFF:Invincibility (7/9):cmp #$CB / bcc $88C1 :venture4:20910000:F768:00002284:FFFFFFFF:Invincibility (8/9):sty $22 :venture4:20A10000:F76A:00835C4C:FFFFFFFF:Invincibility (9/9):jmp $835C :venture4:00100000:02AA:0000FF01:FFFFFFFF:Hallmonster Never Appear:Work in the room venture4:0:00BE:03:000:Infinite Lives PL1 venture4:0:00BF:03:000:Infinite Lives PL2 ; [ Venus ] venus:0:9600:06:000:Infinite Lives venus:0:9000:FF:000:Invincibility venus:0:9543:00:500:Invincibility (2/2) venus:0:930E:01:000:Always Double Firepower venus:0:930E:01:000:Always Normal Firepower venus:0:930E:01:001:Get Double Firepower Now! venus:0:930E:01:001:Get Normal Firepower Now! ; [ Virtua Fighter ] :vf:00000000:40BD00:00000063:FFFFFFFF:Infinite Credits :vf:00100000:501285:00000B74:FFFFFFFF:Infinite Time (Incomplete):Change Play Time together :vf:00100001:501285:00000000:FFFFFFFF:Finish this Round Now! (Incomplete):Change Play Time together :vf:62000000:000000:00000000:00000000:Select Next CPU Character :vf:00010000:50129A:00000001:FFFFFFFF:Jacky :vf:00010000:50129A:00000002:FFFFFFFF:Jeffry :vf:00010000:50129A:00000003:FFFFFFFF:Sarah :vf:00010000:50129A:00000004:FFFFFFFF:Kage :vf:00010000:50129A:00000005:FFFFFFFF:Pai :vf:00010000:50129A:00000006:FFFFFFFF:Wolf :vf:00010000:50129A:00000007:FFFFFFFF:Lau :vf:00010000:50129A:00000008:FFFFFFFF:Akira :vf:00010000:50129A:00000009:FFFFFFFF:Dual :vf:00000501:501296:00000008:FFFFFFFF:Select Starting Stage:Enable on the character selection screen :vf:00000100:501161:00000008:FFFFFFFF:Select Field :vf:00000100:501278:000000FF:FFFFFFFF:Select Field Size :vf:00000500:501150:000000FE:FFFFFFFF:Select Match Point (Single Play) :vf:00000500:501295:000000FE:FFFFFFFF:Select Match Point (Dual Play) :vf:00000000:4006D2:000000DC:FFFFFFFF:Infinite Energy PL1 :vf:00000001:4006D2:00000000:FFFFFFFF:Drain All Energy Now! PL1 :vf:00000000:4006B5:00000008:FFFFFFFF:Play with Dural PL1 :vf:00000000:40BF82:00000000:00000001:Rapid Fire - Punch PL1 :vf:00000000:40BF82:00000000:00000002:Rapid Fire - Kick PL1 :vf:00000000:401ED2:000000DC:FFFFFFFF:Infinite Energy PL2 :vf:00000001:401ED2:00000000:FFFFFFFF:Drain All Energy Now! PL2 :vf:00000000:401EB5:00000008:FFFFFFFF:Play with Dural PL2 :vf:00000000:40BF83:00000000:00000001:Rapid Fire - Punch PL2 :vf:00000000:40BF83:00000000:00000002:Rapid Fire - Kick PL2 ; [ Virtua Fighter 2 (ver 2.1) ] :vf2:00000000:0059C380:00000009:FFFFFFFF:Infinite Credits :vf2:00100000:00500028:00001900:FFFFFFFF:Infinite Time :vf2:00100001:00500028:00000001:FFFFFFFF:Finish This Round Now! :vf2:00000000:0050004F:00000000:FFFFFFFF:Wins Always = 0 PL1 :vf2:00000000:0050004F:00000002:FFFFFFFF:Wins Always = 2 PL1:As long as PL2 wins < 2 then PL1 wins the the battle automatically at the end of round :vf2:00000001:0050004F:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :vf2:00000001:0050004F:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :vf2:00000001:0050004F:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :vf2:00000000:00500051:00000000:FFFFFFFF:Wins Always = 0 PL2 :vf2:00000000:00500051:00000002:FFFFFFFF:Wins Always = 2 PL2:As long as PL1 wins < 2 then PL2 wins the the battle automatically at the end of round :vf2:00000001:00500051:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :vf2:00000001:00500051:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :vf2:00000001:00500051:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Virtua Fighter 2 (ver B) ] :vf2b:00000000:0059C380:00000009:FFFFFFFF:Infinite Credits :vf2b:00100000:00500028:00001900:FFFFFFFF:Infinite Time :vf2b:00100001:00500028:00000001:FFFFFFFF:Finish This Round Now! :vf2b:00000000:0050004F:00000000:FFFFFFFF:Wins Always = 0 PL1 :vf2b:00000000:0050004F:00000002:FFFFFFFF:Wins Always = 2 PL1:As long as PL2 wins < 2 then PL1 wins the the battle automatically at the end of round :vf2b:00000001:0050004F:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :vf2b:00000001:0050004F:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :vf2b:00000001:0050004F:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :vf2b:00000000:00500051:00000000:FFFFFFFF:Wins Always = 0 PL2 :vf2b:00000000:00500051:00000002:FFFFFFFF:Wins Always = 2 PL2:As long as PL1 wins < 2 then PL2 wins the the battle automatically at the end of round :vf2b:00000001:00500051:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :vf2b:00000001:00500051:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :vf2b:00000001:00500051:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Virtua Fighter 2 (original) ] :vf2o:00000000:0059C380:00000009:FFFFFFFF:Infinite Credits :vf2o:00100000:00500028:00001900:FFFFFFFF:Infinite Time :vf2o:00100001:00500028:00000001:FFFFFFFF:Finish This Round Now! :vf2o:00000000:0050004F:00000000:FFFFFFFF:Wins Always = 0 PL1 :vf2o:00000000:0050004F:00000002:FFFFFFFF:Wins Always = 2 PL1:As long as PL2 wins < 2 then PL1 wins the the battle automatically at the end of round :vf2o:00000001:0050004F:00000000:FFFFFFFF:Set Wins = 0 Now! PL1 :vf2o:00000001:0050004F:00000001:FFFFFFFF:Set Wins = 1 Now! PL1 :vf2o:00000001:0050004F:00000002:FFFFFFFF:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :vf2o:00000000:00500051:00000000:FFFFFFFF:Wins Always = 0 PL2 :vf2o:00000000:00500051:00000002:FFFFFFFF:Wins Always = 2 PL2:As long as PL1 wins < 2 then PL2 wins the the battle automatically at the end of round :vf2o:00000001:00500051:00000000:FFFFFFFF:Set Wins = 0 Now! PL2 :vf2o:00000001:00500051:00000001:FFFFFFFF:Set Wins = 1 Now! PL2 :vf2o:00000001:00500051:00000002:FFFFFFFF:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round ; [ Virtua Fighter 3 ] :vf3:00000000:00106346:00000063:FFFFFFFF:Infinite Credits vf3:0:0000:00:999:[ There are no cheats ]:REASON 1 vf3:0:0000:00:999:[ for this game as it ]:REASON 1 vf3:0:0000:00:999:[ didn't work the last ]:REASON 1 vf3:0:0000:00:999:[ time it was tested. ]:REASON 1 vf3:0:0000:00:999:[ If the game now works ]:REASON 1 vf3:0:0000:00:999:[ please request cheats ]:REASON 1 vf3:0:0000:00:999:[ for it on the cheat ]:REASON 1 vf3:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtua Fighter 3 Team Battle ] vf3tb:0:0000:00:999:[ There are no cheats ]:REASON 1 vf3tb:0:0000:00:999:[ for this game as it ]:REASON 1 vf3tb:0:0000:00:999:[ didn't work the last ]:REASON 1 vf3tb:0:0000:00:999:[ time it was tested. ]:REASON 1 vf3tb:0:0000:00:999:[ If the game now works ]:REASON 1 vf3tb:0:0000:00:999:[ please request cheats ]:REASON 1 vf3tb:0:0000:00:999:[ for it on the cheat ]:REASON 1 vf3tb:0:0000:00:999:[ forums. ]:REASON 1 ; [ V-Five (Japan) ] vfive:0:1003B3:09:000:Infinite Credits vfive:0:10063B:0F:000:Infinite Lives vfive:0:100603:04:000:Maximum Speed vfive:0:10063D:05:000:Maximum Fire Power vfive:0:1005E2:8C:000:Invincibility (Buggy?) :vfive:00000000:10060F:00000002:FFFFFFFF:Invincibility (Flicker) vfive:0:000000:00:999:[See the Dip Switch Menu to ] vfive:0:000000:00:999:[enable an alternate ] vfive:0:000000:00:999:[Invincibility PL1 cheat. ] vfive:0:000000:00:999:[But the cheat is better as ] vfive:0:000000:00:999:[the dipswitch causes a game] vfive:0:000000:00:999:[crash when PL2 is selected.] :vfive:00100000:100600:00000002:FFFFFFFF:Always Maximum Shot Power :vfive:00010000:100605:00000002:FFFFFFFF:Always Maximum Shot Power (2/3) :vfive:00010012:100619:00000039:00003979:Always Maximum Shot Power (3/3) :vfive:00000000:1005FF:00000000:FFFFFFFF:Always Have Normal Shot :vfive:00010001:100608:00000001:FFFFFFFF:Always Have Normal Shot (2/3) :vfive:00010000:100609:00000002:FFFFFFFF:Always Have Normal Shot (3/3) :vfive:00000000:1005FF:00000001:FFFFFFFF:Always Have Search :vfive:00010001:100608:00000001:FFFFFFFF:Always Have Search (2/3) :vfive:00010000:100609:00000000:FFFFFFFF:Always Have Search (3/3) :vfive:00000000:1005FF:00000002:FFFFFFFF:Always Have Missile :vfive:00010001:100608:00000001:FFFFFFFF:Always Have Missile (2/3) :vfive:00010000:100609:00000001:FFFFFFFF:Always Have Missile (3/3) :vfive:62000000:000000:00000000:00000000:Select Speed :vfive:00010000:1005FC:0000000E:FFFFFFFF:Minimum :vfive:00010000:1005FC:00000018:FFFFFFFF:1 :vfive:00010000:1005FC:00000022:FFFFFFFF:2 :vfive:00010000:1005FC:0000002C:FFFFFFFF:3 :vfive:00010000:1005FC:00000036:FFFFFFFF:Maximum :vfive:62000000:000000:00000000:00000000:Select Game Mode :vfive:00010000:100655:00000000:FFFFFFFF:Normal Mode :vfive:00010000:100655:00000001:FFFFFFFF:Bomber Mode :vfive:60000000:000000:00000000:00000000:[ Select Cursor Position is ] :vfive:60000000:000000:00000000:00000000:[ ONLY Used in Normal Mode. ] :vfive:62000000:000000:00000000:00000000:Select Cursor Position :vfive:00010000:100647:00000000:FFFFFFFF:None :vfive:00010000:100647:00000001:FFFFFFFF:Speed Up :vfive:00010000:100647:00000002:FFFFFFFF:Normal Shot :vfive:00010000:100647:00000003:FFFFFFFF:Search :vfive:00010000:100647:00000004:FFFFFFFF:Missile :vfive:00010000:100647:00000005:FFFFFFFF:Power Up :vfive:00010000:100647:00000006:FFFFFFFF:Shield :vfive:60000000:000000:00000000:00000000:[ Infinite Bombs is ] :vfive:60000000:000000:00000000:00000000:[ ONLY Used in Bomber Mode. ] :vfive:00000000:100659:00000006:FFFFFFFF:Infinite Bombs :vfive:60000000:000000:00000000:00000000:[ Set stage selection cheat ] :vfive:60000000:000000:00000000:00000000:[ on title screen after ] :vfive:60000000:000000:00000000:00000000:[ you've inserted a credit. ] :vfive:00000001:10063E:00000000:FFFFFFFF:Start on Stage 1 :vfive:00010001:100645:00000000:FFFFFFFF:Start on Stage 1 (2/3) :vfive:00010001:10064D:00000001:FFFFFFFF:Start on Stage 1 (3/3) :vfive:00100001:10063E:000002C0:FFFFFFFF:Start on Stage 2 :vfive:00010001:100645:00000001:FFFFFFFF:Start on Stage 2 (2/3) :vfive:00010001:10064D:00000001:FFFFFFFF:Start on Stage 2 (3/3) :vfive:00100001:10063E:00000640:FFFFFFFF:Start on Stage 3 :vfive:00010001:100645:00000002:FFFFFFFF:Start on Stage 3 (2/3) :vfive:00010001:10064D:00000001:FFFFFFFF:Start on Stage 3 (3/3) :vfive:00100001:10063E:00000A80:FFFFFFFF:Start on Stage 4 :vfive:00010001:100645:00000003:FFFFFFFF:Start on Stage 4 (2/3) :vfive:00010001:10064D:00000001:FFFFFFFF:Start on Stage 4 (3/3) :vfive:00100001:10063E:00000F00:FFFFFFFF:Start on Stage 5 :vfive:00010001:100645:00000004:FFFFFFFF:Start on Stage 5 (2/3) :vfive:00010001:10064D:00000001:FFFFFFFF:Start on Stage 5 (3/3) :vfive:00100001:10063E:00001500:FFFFFFFF:Start on Stage 6 :vfive:00010001:100645:00000005:FFFFFFFF:Start on Stage 6 (2/3) :vfive:00010001:10064D:00000001:FFFFFFFF:Start on Stage 6 (3/3) :vfive:00000301:100643:00000001:FFFFFFFF:Select Current Loop ; [ Virtua Fighter Kids (JUET 960319 V0.000) ] vfkids:0:00183D05:09:000:Infinite Credits vfkids:0:06062565:A0:000:Infinite Energy PL1 vfkids:0:06062565:00:001:Drain All Energy Now! PL1 vfkids:0:06063665:A0:000:Infinite Energy PL2 vfkids:0:06063665:00:001:Drain All Energy Now! PL2 ; [ Virtua Formula ] :vformula:00100000:50116C:0000F9E3:FFFFFFFF:Infinite Time ; [ Virtua Fighter Remix (JUETBKAL 950428 V1.000) ] vfremix:0:00183D05:09:000:Infinite Credits :vfremix:00100000:0609EA2E:00000BB9:FFFFFFFF:Infinite Time :vfremix:00100001:0609EA2E:00000001:FFFFFFFF:Finish this Round Now! ; [ V Goal Soccer (alt) ] vgoalsca:0:0000:00:999:[ There are no cheats ]:REASON 1 vgoalsca:0:0000:00:999:[ for this game as it ]:REASON 1 vgoalsca:0:0000:00:999:[ didn't work the last ]:REASON 1 vgoalsca:0:0000:00:999:[ time it was tested. ]:REASON 1 vgoalsca:0:0000:00:999:[ If the game now works ]:REASON 1 vgoalsca:0:0000:00:999:[ please request cheats ]:REASON 1 vgoalsca:0:0000:00:999:[ for it on the cheat ]:REASON 1 vgoalsca:0:0000:00:999:[ forums. ]:REASON 1 ; [ V Goal Soccer ] vgoalsoc:0:0000:00:999:[ There are no cheats ]:REASON 1 vgoalsoc:0:0000:00:999:[ for this game as it ]:REASON 1 vgoalsoc:0:0000:00:999:[ didn't work the last ]:REASON 1 vgoalsoc:0:0000:00:999:[ time it was tested. ]:REASON 1 vgoalsoc:0:0000:00:999:[ If the game now works ]:REASON 1 vgoalsoc:0:0000:00:999:[ please request cheats ]:REASON 1 vgoalsoc:0:0000:00:999:[ for it on the cheat ]:REASON 1 vgoalsoc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Vampire Hunter 2: Darkstalkers Revenge (Japan 970929) ] vhunt2:0:FF8109:63:000:Infinite Time vhunt2:0:FF8109:00:001:Finish this Match Now! :vhunt2:00300000:FF8450:02400240:FFFFFFFF:Infinite Energy PL1 :vhunt2:00300001:FF8450:00000000:FFFFFFFF:Drain All Energy Now! PL1 :vhunt2:00200000:FF8509:00630090:00FF00FF:Infinite Power PL1 :vhunt2:00200000:FF8509:00000000:00FF00FF:Always No Power PL1 :vhunt2:00800000:FF87BC:000000FF:FFFFFFFF:Shadow Mode PL1 :vhunt2:00800000:FF87C3:000000FF:FFFFFFFF:Marionette Mode PL1 :vhunt2:00000000:FF85C5:0000007F:FFFFFFFF:Infinite Time in Dark Force PL1 :vhunt2:00010000:FF862F:00000090:FFFFFFFF:Infinite Time in Dark Force PL1 (2/2) :vhunt2:62000000:000000:00000000:00000000:Select Control PL1 :vhunt2:00010000:FF87B4:00000000:FFFFFFFF:User :vhunt2:00010000:FF87B4:00000001:FFFFFFFF:CPU :vhunt2:62000000:000000:00000000:00000000:Select Character PL1 :vhunt2:00010000:FF8782:00000000:FFFFFFFF:#Baby Bonnie Hood:Will appear invisible :vhunt2:00010000:FF8782:00000001:FFFFFFFF:Demitri Maximov :vhunt2:00010000:FF8782:00000002:FFFFFFFF:Jon Talbain :vhunt2:00010000:FF8782:00000003:FFFFFFFF:Victor von Geldenheim :vhunt2:00010000:FF8782:00000004:FFFFFFFF:Lord Raptor :vhunt2:00010000:FF8782:00000005:FFFFFFFF:Morrigan Aensland :vhunt2:00010000:FF8782:00000006:FFFFFFFF:Anakaris :vhunt2:00010000:FF8782:00000007:FFFFFFFF:Felicia :vhunt2:00010000:FF8782:00000008:FFFFFFFF:Bishamon :vhunt2:00010000:FF8782:00000009:FFFFFFFF:Rikuo :vhunt2:00010000:FF8782:0000000A:FFFFFFFF:Sasquatch :vhunt2:00010000:FF8782:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vhunt2:00010000:FF8782:0000000C:FFFFFFFF:#Q-Bee:Will appear invisible :vhunt2:00010000:FF8782:0000000D:FFFFFFFF:Hsien-Ko :vhunt2:00010000:FF8782:0000000E:FFFFFFFF:#Lilith :vhunt2:00010000:FF8782:0000000F:FFFFFFFF:#Jedah:Will appear invisible :vhunt2:00010000:FF8782:00000010:FFFFFFFF:Huitzil :vhunt2:00010000:FF8782:00000011:FFFFFFFF:Pyron :vhunt2:00010000:FF8782:00000012:FFFFFFFF:#Dark Talbain :vhunt2:00010000:FF8782:00000013:FFFFFFFF:Donovan Baine :vhunt2:00010000:FF8782:00000018:FFFFFFFF:#Oboro-Bishamon :vhunt2:62000000:000000:00000000:00000000:Select Colour PL1 :vhunt2:00010000:FF87AE:00000000:FFFFFFFF:LP colour :vhunt2:00010000:FF87AE:00000001:FFFFFFFF:MP colour :vhunt2:00010000:FF87AE:00000002:FFFFFFFF:HP colour :vhunt2:00010000:FF87AE:00000003:FFFFFFFF:LK colour :vhunt2:00010000:FF87AE:00000004:FFFFFFFF:MK colour :vhunt2:00010000:FF87AE:00000005:FFFFFFFF:HK colour :vhunt2:00010000:FF87AE:00000006:FFFFFFFF:PPP colour :vhunt2:00010000:FF87AE:00000007:FFFFFFFF:KKK colour :vhunt2:00300000:FF8850:02400240:FFFFFFFF:Infinite Energy PL2 :vhunt2:00300001:FF8850:00000000:FFFFFFFF:Drain All Energy Now! PL2 :vhunt2:00200000:FF8909:00630090:00FF00FF:Infinite Power PL2 :vhunt2:00200000:FF8909:00000000:00FF00FF:Always No Power PL2 :vhunt2:00800000:FF8BBC:000000FF:FFFFFFFF:Shadow Mode PL2 :vhunt2:00800000:FF8BC3:000000FF:FFFFFFFF:Marionette Mode PL2 :vhunt2:00000000:FF89C5:0000007F:FFFFFFFF:Infinite Time in Dark Force PL2 :vhunt2:00010000:FF8A2F:00000090:FFFFFFFF:Infinite Time in Dark Force PL2 (2/2) :vhunt2:62000000:000000:00000000:00000000:Select Control PL2 :vhunt2:00010000:FF8BB4:00000000:FFFFFFFF:User :vhunt2:00010000:FF8BB4:00000001:FFFFFFFF:CPU :vhunt2:62000000:000000:00000000:00000000:Select Character PL2 :vhunt2:00010000:FF8B82:00000000:FFFFFFFF:#Baby Bonnie Hood:Will appear invisible :vhunt2:00010000:FF8B82:00000001:FFFFFFFF:Demitri Maximov :vhunt2:00010000:FF8B82:00000002:FFFFFFFF:Jon Talbain :vhunt2:00010000:FF8B82:00000003:FFFFFFFF:Victor von Geldenheim :vhunt2:00010000:FF8B82:00000004:FFFFFFFF:Lord Raptor :vhunt2:00010000:FF8B82:00000005:FFFFFFFF:Morrigan Aensland :vhunt2:00010000:FF8B82:00000006:FFFFFFFF:Anakaris :vhunt2:00010000:FF8B82:00000007:FFFFFFFF:Felicia :vhunt2:00010000:FF8B82:00000008:FFFFFFFF:Bishamon :vhunt2:00010000:FF8B82:00000009:FFFFFFFF:Rikuo :vhunt2:00010000:FF8B82:0000000A:FFFFFFFF:Sasquatch :vhunt2:00010000:FF8B82:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vhunt2:00010000:FF8B82:0000000C:FFFFFFFF:#Q-Bee:Will appear invisible :vhunt2:00010000:FF8B82:0000000D:FFFFFFFF:Hsien-Ko :vhunt2:00010000:FF8B82:0000000E:FFFFFFFF:#Lilith :vhunt2:00010000:FF8B82:0000000F:FFFFFFFF:#Jedah:Will appear invisible :vhunt2:00010000:FF8B82:00000010:FFFFFFFF:Huitzil :vhunt2:00010000:FF8B82:00000011:FFFFFFFF:Pyron :vhunt2:00010000:FF8B82:00000012:FFFFFFFF:#Dark Talbain :vhunt2:00010000:FF8B82:00000013:FFFFFFFF:Donovan Baine :vhunt2:00010000:FF8B82:00000018:FFFFFFFF:#Oboro-Bishamon :vhunt2:62000000:000000:00000000:00000000:Select Colour PL2 :vhunt2:00010000:FF8BAE:00000000:FFFFFFFF:LP colour :vhunt2:00010000:FF8BAE:00000001:FFFFFFFF:MP colour :vhunt2:00010000:FF8BAE:00000002:FFFFFFFF:HP colour :vhunt2:00010000:FF8BAE:00000003:FFFFFFFF:LK colour :vhunt2:00010000:FF8BAE:00000004:FFFFFFFF:MK colour :vhunt2:00010000:FF8BAE:00000005:FFFFFFFF:HK colour :vhunt2:00010000:FF8BAE:00000006:FFFFFFFF:PPP colour :vhunt2:00010000:FF8BAE:00000007:FFFFFFFF:KKK colour ; Move List Supplement (Third Section) :vhunt2:60000000:000000:00000000:00000000:[ Use for Anakaris PL1 ] :vhunt2:00000000:FF8552:00000077:FFFFFFFF:Infinite Hang Time during Jumps :vhunt2:00100000:FF84A6:00000200:0000FFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile:B. B. Hood's projectile :vhunt2:00210000:FF84A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile (2/2) :vhunt2:00100000:FF84A6:00000401:0000FFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare:Demitri's projectile :vhunt2:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare (2/2) :vhunt2:00100000:FF84A6:00000B05:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist:Morrigan's projectile :vhunt2:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist (2/2) :vhunt2:00100000:FF84A6:00001E09:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave:Rikuo's projectile :vhunt2:00210000:FF84A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave (2/2) :vhunt2:00100000:FF84A6:00002D0D:0000FFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou:Hsien-Ko's projectile :vhunt2:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou (2/2) :vhunt2:00100000:FF84A6:0000330E:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash:Lilith's projectile :vhunt2:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash (2/2) :vhunt2:00100000:FF84A6:0000380F:0000FFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga:Jedah's projectile :vhunt2:00210000:FF84A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga (2/2) :vhunt2:00100000:FF84A6:00004410:0000FFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher:Huitzil's projectile :vhunt2:00210000:FF84A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher (2/2) :vhunt2:00100000:FF84A6:00004011:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher:Pyron's projectile :vhunt2:00210000:FF84A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher (2/2) :vhunt2:00100000:FF84A6:00003E13:0000FFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword:Donovan's projectile :vhunt2:00210000:FF84A9:00006000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword (2/2) :vhunt2:60000000:000000:00000000:00000000:[ Use for Hsien-Ko PL1 ] :vhunt2:62000000:000000:00000000:00000000:Select Thrown Anki Hou Object :vhunt2:00010000:FF859D:00000000:FFFFFFFF:Axe :vhunt2:00010000:FF859D:00000002:FFFFFFFF:Knife :vhunt2:00010000:FF859D:00000004:FFFFFFFF:Shuriken :vhunt2:00010000:FF859D:00000006:FFFFFFFF:Statue :vhunt2:00010000:FF859D:00000008:FFFFFFFF:Boomerang (LP), Hammer (MP or HP) :vhunt2:00010000:FF859D:0000000A:FFFFFFFF:Boomerang :vhunt2:00010000:FF859D:0000000C:FFFFFFFF:Blade :vhunt2:00010000:FF859D:0000000E:FFFFFFFF:Boomerang (LP), Special (MP or HP) :vhunt2:00010000:FF859D:00000014:FFFFFFFF:Knife (LP), Special (MP or HP) :vhunt2:00010000:FF859D:0000001C:FFFFFFFF:Blade (LP), Boulder (MP or HP) :vhunt2:00010000:FF859D:00000024:FFFFFFFF:Blade (LP), Hammer (MP or HP) :vhunt2:00010000:FF859D:0000003E:FFFFFFFF:Axe (LP), Rock (MP or HP) :vhunt2:60000000:000000:00000000:00000000:[ Use for Lilith PL1 ] :vhunt2:00100000:FF844A:000003E7:0000FFFF:Always Have 999 Points in Gloomy Puppet Show :vhunt2:60000000:000000:00000000:00000000:[ Use for Huitzil PL1 ] :vhunt2:00100000:FF85C1:00003C00:0000FFFF:Infinite Hang Time during Jumps :vhunt2:60000000:000000:00000000:00000000:[ Use for Anakaris PL2 ] :vhunt2:00000000:FF8952:00000077:FFFFFFFF:Infinite Hang Time during Jumps :vhunt2:00100000:FF88A6:00000200:0000FFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile:B. B. Hood's projectile :vhunt2:00210000:FF88A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile (2/2) :vhunt2:00100000:FF88A6:00000401:0000FFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare:Demitri's projectile :vhunt2:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare (2/2) :vhunt2:00100000:FF88A6:00000B05:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist:Morrigan's projectile :vhunt2:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist (2/2) :vhunt2:00100000:FF88A6:00001E09:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave:Rikuo's projectile :vhunt2:00210000:FF88A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave (2/2) :vhunt2:00100000:FF88A6:00002D0D:0000FFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou:Hsien-Ko's projectile :vhunt2:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou (2/2) :vhunt2:00100000:FF88A6:0000330E:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash:Lilith's projectile :vhunt2:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash (2/2) :vhunt2:00100000:FF88A6:0000380F:0000FFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga:Jedah's projectile :vhunt2:00210000:FF88A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga (2/2) :vhunt2:00100000:FF88A6:00004410:0000FFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher:Huitzil's projectile :vhunt2:00210000:FF88A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher (2/2) :vhunt2:00100000:FF88A6:00004011:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher:Pyron's projectile :vhunt2:00210000:FF88A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher (2/2) :vhunt2:00100000:FF88A6:00003E13:0000FFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword:Donovan's projectile :vhunt2:00210000:FF88A9:00006000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword (2/2) :vhunt2:60000000:000000:00000000:00000000:[ Use for Hsien-Ko PL1 ] :vhunt2:62000000:000000:00000000:00000000:Select Thrown Anki Hou Object :vhunt2:00010000:FF899D:00000000:FFFFFFFF:Axe :vhunt2:00010000:FF899D:00000002:FFFFFFFF:Knife :vhunt2:00010000:FF899D:00000004:FFFFFFFF:Shuriken :vhunt2:00010000:FF899D:00000006:FFFFFFFF:Statue :vhunt2:00010000:FF899D:00000008:FFFFFFFF:Boomerang (LP), Hammer (MP or HP) :vhunt2:00010000:FF899D:0000000A:FFFFFFFF:Boomerang :vhunt2:00010000:FF899D:0000000C:FFFFFFFF:Blade :vhunt2:00010000:FF899D:0000000E:FFFFFFFF:Boomerang (LP), Special (MP or HP) :vhunt2:00010000:FF899D:00000014:FFFFFFFF:Knife (LP), Special (MP or HP) :vhunt2:00010000:FF899D:0000001C:FFFFFFFF:Blade (LP), Boulder (MP or HP) :vhunt2:00010000:FF899D:00000024:FFFFFFFF:Blade (LP), Hammer (MP or HP) :vhunt2:00010000:FF899D:0000003E:FFFFFFFF:Axe (LP), Rock (MP or HP) :vhunt2:60000000:000000:00000000:00000000:[ Use for Lilith PL1 ] :vhunt2:00100000:FF884A:000003E7:0000FFFF:Always Have 999 Points in Gloomy Puppet Show :vhunt2:60000000:000000:00000000:00000000:[ Use for Huitzil PL1 ] :vhunt2:00100000:FF89C1:00003C00:0000FFFF:Infinite Hang Time during Jumps ; Fourth Section :vhunt2:62000000:000000:00000000:00000000:Select Region :vhunt2:00010000:FF8091:00000000:FFFFFFFF:Japan :vhunt2:00010000:FF8091:00000002:FFFFFFFF:USA :vhunt2:00010000:FF8091:00000004:FFFFFFFF:Hispanic :vhunt2:00010000:FF8091:00000006:FFFFFFFF:Oceania :vhunt2:00010000:FF8091:00000008:FFFFFFFF:Asia :vhunt2:00010000:FF8091:0000000A:FFFFFFFF:Euro :vhunt2:00010000:FF8091:0000000C:FFFFFFFF:Brazil :vhunt2:62000000:000000:00000000:00000000:Select Title Screen :vhunt2:00010000:FF8091:00000000:FFFFFFFF:Vampire Hunter 2 :vhunt2:00010000:FF8091:00000002:FFFFFFFF:Night Warriors 2 :vhunt2:00000000:FF800B:000000FF:FFFFFFFF:Sound Test Timer Stop ; [ Vampire Hunter 2: Darkstalkers Revenge (Japan 970913) ] vhunt2r1:0:FF8109:63:000:Infinite Time vhunt2r1:0:FF8109:00:001:Finish this Match Now! :vhunt2r1:00300000:FF8450:02400240:FFFFFFFF:Infinite Energy PL1 :vhunt2r1:00300001:FF8450:00000000:FFFFFFFF:Drain All Energy Now! PL1 :vhunt2r1:00200000:FF8509:00630090:00FF00FF:Infinite Power PL1 :vhunt2r1:00200000:FF8509:00000000:00FF00FF:Always No Power PL1 :vhunt2r1:00800000:FF87BC:000000FF:FFFFFFFF:Shadow Mode PL1 :vhunt2r1:00800000:FF87C3:000000FF:FFFFFFFF:Marionette Mode PL1 :vhunt2r1:00000000:FF85C5:0000007F:FFFFFFFF:Infinite Time in Dark Force PL1 :vhunt2r1:00010000:FF862F:00000090:FFFFFFFF:Infinite Time in Dark Force PL1 (2/2) :vhunt2r1:62000000:000000:00000000:00000000:Select Control PL1 :vhunt2r1:00010000:FF87B4:00000000:FFFFFFFF:User :vhunt2r1:00010000:FF87B4:00000001:FFFFFFFF:CPU :vhunt2r1:62000000:000000:00000000:00000000:Select Character PL1 :vhunt2r1:00010000:FF8782:00000000:FFFFFFFF:#Baby Bonnie Hood:Will appear invisible :vhunt2r1:00010000:FF8782:00000001:FFFFFFFF:Demitri Maximov :vhunt2r1:00010000:FF8782:00000002:FFFFFFFF:Jon Talbain :vhunt2r1:00010000:FF8782:00000003:FFFFFFFF:Victor von Geldenheim :vhunt2r1:00010000:FF8782:00000004:FFFFFFFF:Lord Raptor :vhunt2r1:00010000:FF8782:00000005:FFFFFFFF:Morrigan Aensland :vhunt2r1:00010000:FF8782:00000006:FFFFFFFF:Anakaris :vhunt2r1:00010000:FF8782:00000007:FFFFFFFF:Felicia :vhunt2r1:00010000:FF8782:00000008:FFFFFFFF:Bishamon :vhunt2r1:00010000:FF8782:00000009:FFFFFFFF:Rikuo :vhunt2r1:00010000:FF8782:0000000A:FFFFFFFF:Sasquatch :vhunt2r1:00010000:FF8782:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vhunt2r1:00010000:FF8782:0000000C:FFFFFFFF:#Q-Bee:Will appear invisible :vhunt2r1:00010000:FF8782:0000000D:FFFFFFFF:Hsien-Ko :vhunt2r1:00010000:FF8782:0000000E:FFFFFFFF:#Lilith :vhunt2r1:00010000:FF8782:0000000F:FFFFFFFF:#Jedah:Will appear invisible :vhunt2r1:00010000:FF8782:00000010:FFFFFFFF:Huitzil :vhunt2r1:00010000:FF8782:00000011:FFFFFFFF:Pyron :vhunt2r1:00010000:FF8782:00000012:FFFFFFFF:#Dark Talbain :vhunt2r1:00010000:FF8782:00000013:FFFFFFFF:Donovan Baine :vhunt2r1:00010000:FF8782:00000018:FFFFFFFF:#Oboro-Bishamon :vhunt2r1:62000000:000000:00000000:00000000:Select Colour PL1 :vhunt2r1:00010000:FF87AE:00000000:FFFFFFFF:LP colour :vhunt2r1:00010000:FF87AE:00000001:FFFFFFFF:MP colour :vhunt2r1:00010000:FF87AE:00000002:FFFFFFFF:HP colour :vhunt2r1:00010000:FF87AE:00000003:FFFFFFFF:LK colour :vhunt2r1:00010000:FF87AE:00000004:FFFFFFFF:MK colour :vhunt2r1:00010000:FF87AE:00000005:FFFFFFFF:HK colour :vhunt2r1:00010000:FF87AE:00000006:FFFFFFFF:PPP colour :vhunt2r1:00010000:FF87AE:00000007:FFFFFFFF:KKK colour :vhunt2r1:00300000:FF8850:02400240:FFFFFFFF:Infinite Energy PL2 :vhunt2r1:00300001:FF8850:00000000:FFFFFFFF:Drain All Energy Now! PL2 :vhunt2r1:00200000:FF8909:00630090:00FF00FF:Infinite Power PL2 :vhunt2r1:00200000:FF8909:00000000:00FF00FF:Always No Power PL2 :vhunt2r1:00800000:FF8BBC:000000FF:FFFFFFFF:Shadow Mode PL2 :vhunt2r1:00800000:FF8BC3:000000FF:FFFFFFFF:Marionette Mode PL2 :vhunt2r1:00000000:FF89C5:0000007F:FFFFFFFF:Infinite Time in Dark Force PL2 :vhunt2r1:00010000:FF8A2F:00000090:FFFFFFFF:Infinite Time in Dark Force PL2 (2/2) :vhunt2r1:62000000:000000:00000000:00000000:Select Control PL2 :vhunt2r1:00010000:FF8BB4:00000000:FFFFFFFF:User :vhunt2r1:00010000:FF8BB4:00000001:FFFFFFFF:CPU :vhunt2r1:62000000:000000:00000000:00000000:Select Character PL2 :vhunt2r1:00010000:FF8B82:00000000:FFFFFFFF:#Baby Bonnie Hood:Will appear invisible :vhunt2r1:00010000:FF8B82:00000001:FFFFFFFF:Demitri Maximov :vhunt2r1:00010000:FF8B82:00000002:FFFFFFFF:Jon Talbain :vhunt2r1:00010000:FF8B82:00000003:FFFFFFFF:Victor von Geldenheim :vhunt2r1:00010000:FF8B82:00000004:FFFFFFFF:Lord Raptor :vhunt2r1:00010000:FF8B82:00000005:FFFFFFFF:Morrigan Aensland :vhunt2r1:00010000:FF8B82:00000006:FFFFFFFF:Anakaris :vhunt2r1:00010000:FF8B82:00000007:FFFFFFFF:Felicia :vhunt2r1:00010000:FF8B82:00000008:FFFFFFFF:Bishamon :vhunt2r1:00010000:FF8B82:00000009:FFFFFFFF:Rikuo :vhunt2r1:00010000:FF8B82:0000000A:FFFFFFFF:Sasquatch :vhunt2r1:00010000:FF8B82:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vhunt2r1:00010000:FF8B82:0000000C:FFFFFFFF:#Q-Bee:Will appear invisible :vhunt2r1:00010000:FF8B82:0000000D:FFFFFFFF:Hsien-Ko :vhunt2r1:00010000:FF8B82:0000000E:FFFFFFFF:#Lilith :vhunt2r1:00010000:FF8B82:0000000F:FFFFFFFF:#Jedah:Will appear invisible :vhunt2r1:00010000:FF8B82:00000010:FFFFFFFF:Huitzil :vhunt2r1:00010000:FF8B82:00000011:FFFFFFFF:Pyron :vhunt2r1:00010000:FF8B82:00000012:FFFFFFFF:#Dark Talbain :vhunt2r1:00010000:FF8B82:00000013:FFFFFFFF:Donovan Baine :vhunt2r1:00010000:FF8B82:00000018:FFFFFFFF:#Oboro-Bishamon :vhunt2r1:62000000:000000:00000000:00000000:Select Colour PL2 :vhunt2r1:00010000:FF8BAE:00000000:FFFFFFFF:LP colour :vhunt2r1:00010000:FF8BAE:00000001:FFFFFFFF:MP colour :vhunt2r1:00010000:FF8BAE:00000002:FFFFFFFF:HP colour :vhunt2r1:00010000:FF8BAE:00000003:FFFFFFFF:LK colour :vhunt2r1:00010000:FF8BAE:00000004:FFFFFFFF:MK colour :vhunt2r1:00010000:FF8BAE:00000005:FFFFFFFF:HK colour :vhunt2r1:00010000:FF8BAE:00000006:FFFFFFFF:PPP colour :vhunt2r1:00010000:FF8BAE:00000007:FFFFFFFF:KKK colour ; Move List Supplement (Third Section) :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Anakaris PL1 ] :vhunt2r1:00000000:FF8552:00000077:FFFFFFFF:Infinite Hang Time during Jumps :vhunt2r1:00100000:FF84A6:00000200:0000FFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile:B. B. Hood's projectile :vhunt2r1:00210000:FF84A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile (2/2) :vhunt2r1:00100000:FF84A6:00000401:0000FFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare:Demitri's projectile :vhunt2r1:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare (2/2) :vhunt2r1:00100000:FF84A6:00000B05:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist:Morrigan's projectile :vhunt2r1:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist (2/2) :vhunt2r1:00100000:FF84A6:00001E09:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave:Rikuo's projectile :vhunt2r1:00210000:FF84A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave (2/2) :vhunt2r1:00100000:FF84A6:00002D0D:0000FFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou:Hsien-Ko's projectile :vhunt2r1:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou (2/2) :vhunt2r1:00100000:FF84A6:0000330E:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash:Lilith's projectile :vhunt2r1:00210000:FF84A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash (2/2) :vhunt2r1:00100000:FF84A6:0000380F:0000FFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga:Jedah's projectile :vhunt2r1:00210000:FF84A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga (2/2) :vhunt2r1:00100000:FF84A6:00004410:0000FFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher:Huitzil's projectile :vhunt2r1:00210000:FF84A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher (2/2) :vhunt2r1:00100000:FF84A6:00004011:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher:Pyron's projectile :vhunt2r1:00210000:FF84A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher (2/2) :vhunt2r1:00100000:FF84A6:00003E13:0000FFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword:Donovan's projectile :vhunt2r1:00210000:FF84A9:00006000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword (2/2) :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Hsien-Ko PL1 ] :vhunt2r1:62000000:000000:00000000:00000000:Select Thrown Anki Hou Object :vhunt2r1:00010000:FF859D:00000000:FFFFFFFF:Axe :vhunt2r1:00010000:FF859D:00000002:FFFFFFFF:Knife :vhunt2r1:00010000:FF859D:00000004:FFFFFFFF:Shuriken :vhunt2r1:00010000:FF859D:00000006:FFFFFFFF:Statue :vhunt2r1:00010000:FF859D:00000008:FFFFFFFF:Boomerang (LP), Hammer (MP or HP) :vhunt2r1:00010000:FF859D:0000000A:FFFFFFFF:Boomerang :vhunt2r1:00010000:FF859D:0000000C:FFFFFFFF:Blade :vhunt2r1:00010000:FF859D:0000000E:FFFFFFFF:Boomerang (LP), Special (MP or HP) :vhunt2r1:00010000:FF859D:00000014:FFFFFFFF:Knife (LP), Special (MP or HP) :vhunt2r1:00010000:FF859D:0000001C:FFFFFFFF:Blade (LP), Boulder (MP or HP) :vhunt2r1:00010000:FF859D:00000024:FFFFFFFF:Blade (LP), Hammer (MP or HP) :vhunt2r1:00010000:FF859D:0000003E:FFFFFFFF:Axe (LP), Rock (MP or HP) :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Lilith PL1 ] :vhunt2r1:00100000:FF844A:000003E7:0000FFFF:Always Have 999 Points in Gloomy Puppet Show :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Huitzil PL1 ] :vhunt2r1:00100000:FF85C1:00003C00:0000FFFF:Infinite Hang Time during Jumps :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Anakaris PL2 ] :vhunt2r1:00000000:FF8952:00000077:FFFFFFFF:Infinite Hang Time during Jumps :vhunt2r1:00100000:FF88A6:00000200:0000FFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile:B. B. Hood's projectile :vhunt2r1:00210000:FF88A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Smile & Missile (2/2) :vhunt2r1:00100000:FF88A6:00000401:0000FFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare:Demitri's projectile :vhunt2r1:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Chaos Flare (2/2) :vhunt2r1:00100000:FF88A6:00000B05:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist:Morrigan's projectile :vhunt2r1:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Fist (2/2) :vhunt2r1:00100000:FF88A6:00001E09:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave:Rikuo's projectile :vhunt2r1:00210000:FF88A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sonic Wave (2/2) :vhunt2r1:00100000:FF88A6:00002D0D:0000FFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou:Hsien-Ko's projectile :vhunt2r1:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Anki Hou (2/2) :vhunt2r1:00100000:FF88A6:0000330E:0000FFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash:Lilith's projectile :vhunt2r1:00210000:FF88A9:00104000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Soul Flash (2/2) :vhunt2r1:00100000:FF88A6:0000380F:0000FFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga:Jedah's projectile :vhunt2r1:00210000:FF88A9:00100000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Dio=Saga (2/2) :vhunt2r1:00100000:FF88A6:00004410:0000FFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher:Huitzil's projectile :vhunt2r1:00210000:FF88A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Might Launcher (2/2) :vhunt2r1:00100000:FF88A6:00004011:0000FFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher:Pyron's projectile :vhunt2r1:00210000:FF88A9:00106000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Sol Smasher (2/2) :vhunt2r1:00100000:FF88A6:00003E13:0000FFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword:Donovan's projectile :vhunt2r1:00210000:FF88A9:00006000:00FFFFFF:Kotodama Gaeshi (Haku) will shoot Blizzard Sword (2/2) :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Hsien-Ko PL1 ] :vhunt2r1:62000000:000000:00000000:00000000:Select Thrown Anki Hou Object :vhunt2r1:00010000:FF899D:00000000:FFFFFFFF:Axe :vhunt2r1:00010000:FF899D:00000002:FFFFFFFF:Knife :vhunt2r1:00010000:FF899D:00000004:FFFFFFFF:Shuriken :vhunt2r1:00010000:FF899D:00000006:FFFFFFFF:Statue :vhunt2r1:00010000:FF899D:00000008:FFFFFFFF:Boomerang (LP), Hammer (MP or HP) :vhunt2r1:00010000:FF899D:0000000A:FFFFFFFF:Boomerang :vhunt2r1:00010000:FF899D:0000000C:FFFFFFFF:Blade :vhunt2r1:00010000:FF899D:0000000E:FFFFFFFF:Boomerang (LP), Special (MP or HP) :vhunt2r1:00010000:FF899D:00000014:FFFFFFFF:Knife (LP), Special (MP or HP) :vhunt2r1:00010000:FF899D:0000001C:FFFFFFFF:Blade (LP), Boulder (MP or HP) :vhunt2r1:00010000:FF899D:00000024:FFFFFFFF:Blade (LP), Hammer (MP or HP) :vhunt2r1:00010000:FF899D:0000003E:FFFFFFFF:Axe (LP), Rock (MP or HP) :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Lilith PL1 ] :vhunt2r1:00100000:FF884A:000003E7:0000FFFF:Always Have 999 Points in Gloomy Puppet Show :vhunt2r1:60000000:000000:00000000:00000000:[ Use for Huitzil PL1 ] :vhunt2r1:00100000:FF89C1:00003C00:0000FFFF:Infinite Hang Time during Jumps ; Fourth Section :vhunt2r1:62000000:000000:00000000:00000000:Select Region :vhunt2r1:00010000:FF8091:00000000:FFFFFFFF:Japan :vhunt2r1:00010000:FF8091:00000002:FFFFFFFF:USA :vhunt2r1:00010000:FF8091:00000004:FFFFFFFF:Hispanic :vhunt2r1:00010000:FF8091:00000006:FFFFFFFF:Oceania :vhunt2r1:00010000:FF8091:00000008:FFFFFFFF:Asia :vhunt2r1:00010000:FF8091:0000000A:FFFFFFFF:Euro :vhunt2r1:00010000:FF8091:0000000C:FFFFFFFF:Brazil :vhunt2r1:62000000:000000:00000000:00000000:Select Title Screen :vhunt2r1:00010000:FF8091:00000000:FFFFFFFF:Vampire Hunter 2 :vhunt2r1:00010000:FF8091:00000002:FFFFFFFF:Night Warriors 2 :vhunt2r1:00000000:FF800B:000000FF:FFFFFFFF:Sound Test Timer Stop ; [ Vampire Hunter: Darkstalkers' Revenge (Japan 950316) ] vhuntj:0:FF81B2:09:000:Infinite Credits :vhuntj:00000000:FF8E09:00000099:FFFFFFFF:Infinite Time :vhuntj:00000001:FF8E09:00000000:FFFFFFFF:Finish this Round Now! :vhuntj:62000000:000000:00000000:00000000:Game Speed always = :vhuntj:00010000:FF8213:00000000:FFFFFFFF:Normal :vhuntj:00010000:FF8213:00000001:FFFFFFFF:Turbo :vhuntj:62000000:000000:00000000:00000000:Select Backdrop :vhuntj:00010000:FF8D89:00000000:FFFFFFFF:Demitri's :vhuntj:00010000:FF8D89:00000001:FFFFFFFF:Jon Talbain's :vhuntj:00010000:FF8D89:00000002:FFFFFFFF:Victor's :vhuntj:00010000:FF8D89:00000003:FFFFFFFF:Lord Raptor's :vhuntj:00010000:FF8D89:00000004:FFFFFFFF:Morrigan's :vhuntj:00010000:FF8D89:00000005:FFFFFFFF:Anakaris's :vhuntj:00010000:FF8D89:00000006:FFFFFFFF:Felicia's :vhuntj:00010000:FF8D89:00000007:FFFFFFFF:Bishamon's :vhuntj:00010000:FF8D89:00000008:FFFFFFFF:Rikuo's :vhuntj:00010000:FF8D89:00000009:FFFFFFFF:Sasquatch's :vhuntj:00010000:FF8D89:0000000A:FFFFFFFF:Huitzil's :vhuntj:00010000:FF8D89:0000000B:FFFFFFFF:Pyron's :vhuntj:00010000:FF8D89:0000000C:FFFFFFFF:Hsien-Ko's :vhuntj:00010000:FF8D89:0000000D:FFFFFFFF:Donovan's :vhuntj:00003303:FF8842:00000009:FFFFFFFF:Select the Starting Stage:Use it before you start playing ie. on the title screen or before you choose a character :vhuntj:00000303:FF8842:00000009:FFFFFFFF:Select Next Stage (Use during play) :vhuntj:00000020:FF83CB:00000090:FFFFFFFF:Infinite Energy PL1 :vhuntj:00000001:FF83CB:00000000:FFFFFFFF:Drain All Energy Now! PL1 vhuntj:0:FF8565:0A:000:Infinite Special PL1 vhuntj:0:FF855F:70:500:Infinite Special PL1 (2/2) vhuntj:0:FF855D:00:000:No Specials Available PL1 :vhuntj:62000000:000000:00000000:00000000:Select constant Attack Level PL1 :vhuntj:00010000:FF83ED:00000000:FFFFFFFF:Low :vhuntj:00010000:FF83ED:00000001:FFFFFFFF:Medium :vhuntj:00010000:FF83ED:00000002:FFFFFFFF:High vhuntj:0:FF850D:01:000:Infinite Auto Guard PL1 vhuntj:0:FF884C:63:500:Infinite Auto Guard PL1 (2/2) vhuntj:0:FF8830:02:001:Win this Round to Win Match Now! PL1 vhuntj:0:FF8397:01:000:Action Speed Up PL1 vhuntj:0:FF83D3:00:000:Never be dazed PL1 vhuntj:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :vhuntj:62000001:FF8829:00000001:FFFFFFFF:Select Character Now! PL1 :vhuntj:00010001:FF8829:00000001:FFFFFFFF:Demitri :vhuntj:00010001:FF8829:00000002:FFFFFFFF:Jon Talbain :vhuntj:00010001:FF8829:00000003:FFFFFFFF:Victor :vhuntj:00010001:FF8829:00000004:FFFFFFFF:Lord Raptor :vhuntj:00010001:FF8829:00000005:FFFFFFFF:Morrigan :vhuntj:00010001:FF8829:00000006:FFFFFFFF:Anakaris :vhuntj:00010001:FF8829:00000007:FFFFFFFF:Felicia :vhuntj:00010001:FF8829:00000008:FFFFFFFF:Bishamon :vhuntj:00010001:FF8829:00000009:FFFFFFFF:Rikuo :vhuntj:00010001:FF8829:0000000A:FFFFFFFF:Sasquatch :vhuntj:00010001:FF8829:0000000B:FFFFFFFF:Huitzil :vhuntj:00010001:FF8829:0000000C:FFFFFFFF:Pyron :vhuntj:00010001:FF8829:0000000D:FFFFFFFF:Hsien-Ko :vhuntj:00010001:FF8829:0000000E:FFFFFFFF:Donovan :vhuntj:62000001:FF882F:00000000:FFFFFFFF:Select Character Colour Now! PL1 :vhuntj:00010001:FF882F:00000000:FFFFFFFF:Colour 1 :vhuntj:00010001:FF882F:00000001:FFFFFFFF:Colour 2 :vhuntj:00010001:FF882F:00000002:FFFFFFFF:Colour 3 :vhuntj:00010001:FF882F:00000003:FFFFFFFF:Colour 4 :vhuntj:00010001:FF882F:00000004:FFFFFFFF:Colour 5 :vhuntj:00010001:FF882F:00000005:FFFFFFFF:Colour 6 :vhuntj:00010001:FF882F:00000006:FFFFFFFF:Colour 7 :vhuntj:00010001:FF882F:00000007:FFFFFFFF:Colour 8 :vhuntj:00000020:FF88CB:00000090:FFFFFFFF:Infinite Energy PL2 :vhuntj:00000001:FF88CB:00000000:FFFFFFFF:Drain All Energy Now! PL2 vhuntj:0:FF8A65:0A:000:Infinite Special PL2 vhuntj:0:FF8A5F:70:500:Infinite Special PL2 (2/2) vhuntj:0:FF8A5D:00:000:No Specials Available PL2 :vhuntj:62000000:000000:00000000:00000000:Select constant Attack Level PL2 :vhuntj:00010000:FF88ED:00000000:FFFFFFFF:Low :vhuntj:00010000:FF88ED:00000001:FFFFFFFF:Medium :vhuntj:00010000:FF88ED:00000002:FFFFFFFF:High vhuntj:0:FF8A0D:01:000:Infinite Auto Guard PL2 vhuntj:0:FF8D4C:63:500:Infinite Auto Guard PL2 (2/2) vhuntj:0:FF8D30:02:001:Win this Round to Win Match Now! PL2 vhuntj:0:FF8897:01:000:Action Speed Up PL2 vhuntj:0:FF88D3:00:000:Never be dazed PL2 vhuntj:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :vhuntj:62000001:FF8D29:00000001:FFFFFFFF:Select Character Now! PL2 :vhuntj:00010001:FF8D29:00000001:FFFFFFFF:Demitri :vhuntj:00010001:FF8D29:00000002:FFFFFFFF:Jon Talbain :vhuntj:00010001:FF8D29:00000003:FFFFFFFF:Victor :vhuntj:00010001:FF8D29:00000004:FFFFFFFF:Lord Raptor :vhuntj:00010001:FF8D29:00000005:FFFFFFFF:Morrigan :vhuntj:00010001:FF8D29:00000006:FFFFFFFF:Anakaris :vhuntj:00010001:FF8D29:00000007:FFFFFFFF:Felicia :vhuntj:00010001:FF8D29:00000008:FFFFFFFF:Bishamon :vhuntj:00010001:FF8D29:00000009:FFFFFFFF:Rikuo :vhuntj:00010001:FF8D29:0000000A:FFFFFFFF:Sasquatch :vhuntj:00010001:FF8D29:0000000B:FFFFFFFF:Huitzil :vhuntj:00010001:FF8D29:0000000C:FFFFFFFF:Pyron :vhuntj:00010001:FF8D29:0000000D:FFFFFFFF:Hsien-Ko :vhuntj:00010001:FF8D29:0000000E:FFFFFFFF:Donovan :vhuntj:62000001:FF8D2F:00000000:FFFFFFFF:Select Character Colour Now! PL2 :vhuntj:00010001:FF8D2F:00000000:FFFFFFFF:Colour 1 :vhuntj:00010001:FF8D2F:00000001:FFFFFFFF:Colour 2 :vhuntj:00010001:FF8D2F:00000002:FFFFFFFF:Colour 3 :vhuntj:00010001:FF8D2F:00000003:FFFFFFFF:Colour 4 :vhuntj:00010001:FF8D2F:00000004:FFFFFFFF:Colour 5 :vhuntj:00010001:FF8D2F:00000005:FFFFFFFF:Colour 6 :vhuntj:00010001:FF8D2F:00000006:FFFFFFFF:Colour 7 :vhuntj:00010001:FF8D2F:00000007:FFFFFFFF:Colour 8 vhuntj:0:000000:00:999:[ These are the codes to set the machine region - the ] vhuntj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vhuntj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] :vhuntj:62000000:000000:00000000:00000000:Region Switch = :vhuntj:00010000:FF8205:00000000:FFFFFFFF:Japan :vhuntj:00010000:FF8205:00000002:FFFFFFFF:USA :vhuntj:00010000:FF8205:00000004:FFFFFFFF:Asia :vhuntj:00010000:FF8205:00000006:FFFFFFFF:Hispanic :vhuntj:00010000:FF8205:00000008:FFFFFFFF:Brazil :vhuntj:00010000:FF8205:0000000A:FFFFFFFF:Euro :vhuntj:62000000:000000:00000000:00000000:Title Switch = :vhuntj:00010000:FF8214:00000000:FFFFFFFF:Vampire Hunter :vhuntj:00010000:FF8214:00000001:FFFFFFFF:Night Warriors ; [ Vampire Hunter: Darkstalkers' Revenge (Japan 950307) ] vhuntjr1:0:FF81B2:09:000:Infinite Credits :vhuntjr1:00000000:FF8E09:00000099:FFFFFFFF:Infinite Time :vhuntjr1:00000001:FF8E09:00000000:FFFFFFFF:Finish this Round Now! :vhuntjr1:62000000:000000:00000000:00000000:Game Speed always = :vhuntjr1:00010000:FF8213:00000000:FFFFFFFF:Normal :vhuntjr1:00010000:FF8213:00000001:FFFFFFFF:Turbo :vhuntjr1:62000000:000000:00000000:00000000:Select Backdrop :vhuntjr1:00010000:FF8D89:00000000:FFFFFFFF:Demitri's :vhuntjr1:00010000:FF8D89:00000001:FFFFFFFF:Jon Talbain's :vhuntjr1:00010000:FF8D89:00000002:FFFFFFFF:Victor's :vhuntjr1:00010000:FF8D89:00000003:FFFFFFFF:Lord Raptor's :vhuntjr1:00010000:FF8D89:00000004:FFFFFFFF:Morrigan's :vhuntjr1:00010000:FF8D89:00000005:FFFFFFFF:Anakaris's :vhuntjr1:00010000:FF8D89:00000006:FFFFFFFF:Felicia's :vhuntjr1:00010000:FF8D89:00000007:FFFFFFFF:Bishamon's :vhuntjr1:00010000:FF8D89:00000008:FFFFFFFF:Rikuo's :vhuntjr1:00010000:FF8D89:00000009:FFFFFFFF:Sasquatch's :vhuntjr1:00010000:FF8D89:0000000A:FFFFFFFF:Huitzil's :vhuntjr1:00010000:FF8D89:0000000B:FFFFFFFF:Pyron's :vhuntjr1:00010000:FF8D89:0000000C:FFFFFFFF:Hsien-Ko's :vhuntjr1:00010000:FF8D89:0000000D:FFFFFFFF:Donovan's :vhuntjr1:00003303:FF8842:00000009:FFFFFFFF:Select the Starting Stage:Use it before you start playing ie. on the title screen or before you choose a character :vhuntjr1:00000303:FF8842:00000009:FFFFFFFF:Select Next Stage (Use during play) :vhuntjr1:00000020:FF83CB:00000090:FFFFFFFF:Infinite Energy PL1 :vhuntjr1:00000001:FF83CB:00000000:FFFFFFFF:Drain All Energy Now! PL1 vhuntjr1:0:FF8565:0A:000:Infinite Special PL1 vhuntjr1:0:FF855F:70:500:Infinite Special PL1 (2/2) vhuntjr1:0:FF855D:00:000:No Specials Available PL1 :vhuntjr1:62000000:000000:00000000:00000000:Select constant Attack Level PL1 :vhuntjr1:00010000:FF83ED:00000000:FFFFFFFF:Low :vhuntjr1:00010000:FF83ED:00000001:FFFFFFFF:Medium :vhuntjr1:00010000:FF83ED:00000002:FFFFFFFF:High vhuntjr1:0:FF850D:01:000:Infinite Auto Guard PL1 vhuntjr1:0:FF884C:63:500:Infinite Auto Guard PL1 (2/2) vhuntjr1:0:FF8830:02:001:Win this Round to Win Match Now! PL1 vhuntjr1:0:FF8397:01:000:Action Speed Up PL1 vhuntjr1:0:FF83D3:00:000:Never be dazed PL1 vhuntjr1:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :vhuntjr1:62000001:FF8829:00000001:FFFFFFFF:Select Character Now! PL1 :vhuntjr1:00010001:FF8829:00000001:FFFFFFFF:Demitri :vhuntjr1:00010001:FF8829:00000002:FFFFFFFF:Jon Talbain :vhuntjr1:00010001:FF8829:00000003:FFFFFFFF:Victor :vhuntjr1:00010001:FF8829:00000004:FFFFFFFF:Lord Raptor :vhuntjr1:00010001:FF8829:00000005:FFFFFFFF:Morrigan :vhuntjr1:00010001:FF8829:00000006:FFFFFFFF:Anakaris :vhuntjr1:00010001:FF8829:00000007:FFFFFFFF:Felicia :vhuntjr1:00010001:FF8829:00000008:FFFFFFFF:Bishamon :vhuntjr1:00010001:FF8829:00000009:FFFFFFFF:Rikuo :vhuntjr1:00010001:FF8829:0000000A:FFFFFFFF:Sasquatch :vhuntjr1:00010001:FF8829:0000000B:FFFFFFFF:Huitzil :vhuntjr1:00010001:FF8829:0000000C:FFFFFFFF:Pyron :vhuntjr1:00010001:FF8829:0000000D:FFFFFFFF:Hsien-Ko :vhuntjr1:00010001:FF8829:0000000E:FFFFFFFF:Donovan :vhuntjr1:62000001:FF882F:00000000:FFFFFFFF:Select Character Colour Now! PL1 :vhuntjr1:00010001:FF882F:00000000:FFFFFFFF:Colour 1 :vhuntjr1:00010001:FF882F:00000001:FFFFFFFF:Colour 2 :vhuntjr1:00010001:FF882F:00000002:FFFFFFFF:Colour 3 :vhuntjr1:00010001:FF882F:00000003:FFFFFFFF:Colour 4 :vhuntjr1:00010001:FF882F:00000004:FFFFFFFF:Colour 5 :vhuntjr1:00010001:FF882F:00000005:FFFFFFFF:Colour 6 :vhuntjr1:00010001:FF882F:00000006:FFFFFFFF:Colour 7 :vhuntjr1:00010001:FF882F:00000007:FFFFFFFF:Colour 8 :vhuntjr1:00000020:FF88CB:00000090:FFFFFFFF:Infinite Energy PL2 :vhuntjr1:00000001:FF88CB:00000000:FFFFFFFF:Drain All Energy Now! PL2 vhuntjr1:0:FF8A65:0A:000:Infinite Special PL2 vhuntjr1:0:FF8A5F:70:500:Infinite Special PL2 (2/2) vhuntjr1:0:FF8A5D:00:000:No Specials Available PL2 :vhuntjr1:62000000:000000:00000000:00000000:Select constant Attack Level PL2 :vhuntjr1:00010000:FF88ED:00000000:FFFFFFFF:Low :vhuntjr1:00010000:FF88ED:00000001:FFFFFFFF:Medium :vhuntjr1:00010000:FF88ED:00000002:FFFFFFFF:High vhuntjr1:0:FF8A0D:01:000:Infinite Auto Guard PL2 vhuntjr1:0:FF8D4C:63:500:Infinite Auto Guard PL2 (2/2) vhuntjr1:0:FF8D30:02:001:Win this Round to Win Match Now! PL2 vhuntjr1:0:FF8897:01:000:Action Speed Up PL2 vhuntjr1:0:FF88D3:00:000:Never be dazed PL2 vhuntjr1:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :vhuntjr1:62000001:FF8D29:00000001:FFFFFFFF:Select Character Now! PL2 :vhuntjr1:00010001:FF8D29:00000001:FFFFFFFF:Demitri :vhuntjr1:00010001:FF8D29:00000002:FFFFFFFF:Jon Talbain :vhuntjr1:00010001:FF8D29:00000003:FFFFFFFF:Victor :vhuntjr1:00010001:FF8D29:00000004:FFFFFFFF:Lord Raptor :vhuntjr1:00010001:FF8D29:00000005:FFFFFFFF:Morrigan :vhuntjr1:00010001:FF8D29:00000006:FFFFFFFF:Anakaris :vhuntjr1:00010001:FF8D29:00000007:FFFFFFFF:Felicia :vhuntjr1:00010001:FF8D29:00000008:FFFFFFFF:Bishamon :vhuntjr1:00010001:FF8D29:00000009:FFFFFFFF:Rikuo :vhuntjr1:00010001:FF8D29:0000000A:FFFFFFFF:Sasquatch :vhuntjr1:00010001:FF8D29:0000000B:FFFFFFFF:Huitzil :vhuntjr1:00010001:FF8D29:0000000C:FFFFFFFF:Pyron :vhuntjr1:00010001:FF8D29:0000000D:FFFFFFFF:Hsien-Ko :vhuntjr1:00010001:FF8D29:0000000E:FFFFFFFF:Donovan :vhuntjr1:62000001:FF8D2F:00000000:FFFFFFFF:Select Character Colour Now! PL2 :vhuntjr1:00010001:FF8D2F:00000000:FFFFFFFF:Colour 1 :vhuntjr1:00010001:FF8D2F:00000001:FFFFFFFF:Colour 2 :vhuntjr1:00010001:FF8D2F:00000002:FFFFFFFF:Colour 3 :vhuntjr1:00010001:FF8D2F:00000003:FFFFFFFF:Colour 4 :vhuntjr1:00010001:FF8D2F:00000004:FFFFFFFF:Colour 5 :vhuntjr1:00010001:FF8D2F:00000005:FFFFFFFF:Colour 6 :vhuntjr1:00010001:FF8D2F:00000006:FFFFFFFF:Colour 7 :vhuntjr1:00010001:FF8D2F:00000007:FFFFFFFF:Colour 8 vhuntjr1:0:000000:00:999:[ These are the codes to set the machine region - the ] vhuntjr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vhuntjr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] :vhuntjr1:62000000:000000:00000000:00000000:Region Switch = :vhuntjr1:00010000:FF8205:00000000:FFFFFFFF:Japan :vhuntjr1:00010000:FF8205:00000002:FFFFFFFF:USA :vhuntjr1:00010000:FF8205:00000004:FFFFFFFF:Asia :vhuntjr1:00010000:FF8205:00000006:FFFFFFFF:Hispanic :vhuntjr1:00010000:FF8205:00000008:FFFFFFFF:Brazil :vhuntjr1:00010000:FF8205:0000000A:FFFFFFFF:Euro :vhuntjr1:62000000:000000:00000000:00000000:Title Switch = :vhuntjr1:00010000:FF8214:00000000:FFFFFFFF:Vampire Hunter :vhuntjr1:00010000:FF8214:00000001:FFFFFFFF:Night Warriors ; [ Vampire Hunter: Darkstalkers' Revenge (Japan 950302) ] vhuntjr2:0:FF81B2:09:000:Infinite Credits :vhuntjr2:00000000:FF8E09:00000099:FFFFFFFF:Infinite Time :vhuntjr2:00000001:FF8E09:00000000:FFFFFFFF:Finish this Round Now! :vhuntjr2:62000000:000000:00000000:00000000:Game Speed always = :vhuntjr2:00010000:FF8213:00000000:FFFFFFFF:Normal :vhuntjr2:00010000:FF8213:00000001:FFFFFFFF:Turbo :vhuntjr2:62000000:000000:00000000:00000000:Select Backdrop :vhuntjr2:00010000:FF8D89:00000000:FFFFFFFF:Demitri's :vhuntjr2:00010000:FF8D89:00000001:FFFFFFFF:Jon Talbain's :vhuntjr2:00010000:FF8D89:00000002:FFFFFFFF:Victor's :vhuntjr2:00010000:FF8D89:00000003:FFFFFFFF:Lord Raptor's :vhuntjr2:00010000:FF8D89:00000004:FFFFFFFF:Morrigan's :vhuntjr2:00010000:FF8D89:00000005:FFFFFFFF:Anakaris's :vhuntjr2:00010000:FF8D89:00000006:FFFFFFFF:Felicia's :vhuntjr2:00010000:FF8D89:00000007:FFFFFFFF:Bishamon's :vhuntjr2:00010000:FF8D89:00000008:FFFFFFFF:Rikuo's :vhuntjr2:00010000:FF8D89:00000009:FFFFFFFF:Sasquatch's :vhuntjr2:00010000:FF8D89:0000000A:FFFFFFFF:Huitzil's :vhuntjr2:00010000:FF8D89:0000000B:FFFFFFFF:Pyron's :vhuntjr2:00010000:FF8D89:0000000C:FFFFFFFF:Hsien-Ko's :vhuntjr2:00010000:FF8D89:0000000D:FFFFFFFF:Donovan's :vhuntjr2:00003303:FF8842:00000009:FFFFFFFF:Select the Starting Stage:Use it before you start playing ie. on the title screen or before you choose a character :vhuntjr2:00000303:FF8842:00000009:FFFFFFFF:Select Next Stage (Use during play) :vhuntjr2:00000020:FF83CB:00000090:FFFFFFFF:Infinite Energy PL1 :vhuntjr2:00000001:FF83CB:00000000:FFFFFFFF:Drain All Energy Now! PL1 vhuntjr2:0:FF8565:0A:000:Infinite Special PL1 vhuntjr2:0:FF855F:70:500:Infinite Special PL1 (2/2) vhuntjr2:0:FF855D:00:000:No Specials Available PL1 :vhuntjr2:62000000:000000:00000000:00000000:Select constant Attack Level PL1 :vhuntjr2:00010000:FF83ED:00000000:FFFFFFFF:Low :vhuntjr2:00010000:FF83ED:00000001:FFFFFFFF:Medium :vhuntjr2:00010000:FF83ED:00000002:FFFFFFFF:High vhuntjr2:0:FF850D:01:000:Infinite Auto Guard PL1 vhuntjr2:0:FF884C:63:500:Infinite Auto Guard PL1 (2/2) vhuntjr2:0:FF8830:02:001:Win this Round to Win Match Now! PL1 vhuntjr2:0:FF8397:01:000:Action Speed Up PL1 vhuntjr2:0:FF83D3:00:000:Never be dazed PL1 vhuntjr2:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :vhuntjr2:62000001:FF8829:00000001:FFFFFFFF:Select Character Now! PL1 :vhuntjr2:00010001:FF8829:00000001:FFFFFFFF:Demitri :vhuntjr2:00010001:FF8829:00000002:FFFFFFFF:Jon Talbain :vhuntjr2:00010001:FF8829:00000003:FFFFFFFF:Victor :vhuntjr2:00010001:FF8829:00000004:FFFFFFFF:Lord Raptor :vhuntjr2:00010001:FF8829:00000005:FFFFFFFF:Morrigan :vhuntjr2:00010001:FF8829:00000006:FFFFFFFF:Anakaris :vhuntjr2:00010001:FF8829:00000007:FFFFFFFF:Felicia :vhuntjr2:00010001:FF8829:00000008:FFFFFFFF:Bishamon :vhuntjr2:00010001:FF8829:00000009:FFFFFFFF:Rikuo :vhuntjr2:00010001:FF8829:0000000A:FFFFFFFF:Sasquatch :vhuntjr2:00010001:FF8829:0000000B:FFFFFFFF:Huitzil :vhuntjr2:00010001:FF8829:0000000C:FFFFFFFF:Pyron :vhuntjr2:00010001:FF8829:0000000D:FFFFFFFF:Hsien-Ko :vhuntjr2:00010001:FF8829:0000000E:FFFFFFFF:Donovan :vhuntjr2:62000001:FF882F:00000000:FFFFFFFF:Select Character Colour Now! PL1 :vhuntjr2:00010001:FF882F:00000000:FFFFFFFF:Colour 1 :vhuntjr2:00010001:FF882F:00000001:FFFFFFFF:Colour 2 :vhuntjr2:00010001:FF882F:00000002:FFFFFFFF:Colour 3 :vhuntjr2:00010001:FF882F:00000003:FFFFFFFF:Colour 4 :vhuntjr2:00010001:FF882F:00000004:FFFFFFFF:Colour 5 :vhuntjr2:00010001:FF882F:00000005:FFFFFFFF:Colour 6 :vhuntjr2:00010001:FF882F:00000006:FFFFFFFF:Colour 7 :vhuntjr2:00010001:FF882F:00000007:FFFFFFFF:Colour 8 :vhuntjr2:00000020:FF88CB:00000090:FFFFFFFF:Infinite Energy PL2 :vhuntjr2:00000001:FF88CB:00000000:FFFFFFFF:Drain All Energy Now! PL2 vhuntjr2:0:FF8A65:0A:000:Infinite Special PL2 vhuntjr2:0:FF8A5F:70:500:Infinite Special PL2 (2/2) vhuntjr2:0:FF8A5D:00:000:No Specials Available PL2 :vhuntjr2:62000000:000000:00000000:00000000:Select constant Attack Level PL2 :vhuntjr2:00010000:FF88ED:00000000:FFFFFFFF:Low :vhuntjr2:00010000:FF88ED:00000001:FFFFFFFF:Medium :vhuntjr2:00010000:FF88ED:00000002:FFFFFFFF:High vhuntjr2:0:FF8A0D:01:000:Infinite Auto Guard PL2 vhuntjr2:0:FF8D4C:63:500:Infinite Auto Guard PL2 (2/2) vhuntjr2:0:FF8D30:02:001:Win this Round to Win Match Now! PL2 vhuntjr2:0:FF8897:01:000:Action Speed Up PL2 vhuntjr2:0:FF88D3:00:000:Never be dazed PL2 vhuntjr2:0:000000:00:999:[ Free player selection - Use on the level VS screen. ] :vhuntjr2:62000001:FF8D29:00000001:FFFFFFFF:Select Character Now! PL2 :vhuntjr2:00010001:FF8D29:00000001:FFFFFFFF:Demitri :vhuntjr2:00010001:FF8D29:00000002:FFFFFFFF:Jon Talbain :vhuntjr2:00010001:FF8D29:00000003:FFFFFFFF:Victor :vhuntjr2:00010001:FF8D29:00000004:FFFFFFFF:Lord Raptor :vhuntjr2:00010001:FF8D29:00000005:FFFFFFFF:Morrigan :vhuntjr2:00010001:FF8D29:00000006:FFFFFFFF:Anakaris :vhuntjr2:00010001:FF8D29:00000007:FFFFFFFF:Felicia :vhuntjr2:00010001:FF8D29:00000008:FFFFFFFF:Bishamon :vhuntjr2:00010001:FF8D29:00000009:FFFFFFFF:Rikuo :vhuntjr2:00010001:FF8D29:0000000A:FFFFFFFF:Sasquatch :vhuntjr2:00010001:FF8D29:0000000B:FFFFFFFF:Huitzil :vhuntjr2:00010001:FF8D29:0000000C:FFFFFFFF:Pyron :vhuntjr2:00010001:FF8D29:0000000D:FFFFFFFF:Hsien-Ko :vhuntjr2:00010001:FF8D29:0000000E:FFFFFFFF:Donovan :vhuntjr2:62000001:FF8D2F:00000000:FFFFFFFF:Select Character Colour Now! PL2 :vhuntjr2:00010001:FF8D2F:00000000:FFFFFFFF:Colour 1 :vhuntjr2:00010001:FF8D2F:00000001:FFFFFFFF:Colour 2 :vhuntjr2:00010001:FF8D2F:00000002:FFFFFFFF:Colour 3 :vhuntjr2:00010001:FF8D2F:00000003:FFFFFFFF:Colour 4 :vhuntjr2:00010001:FF8D2F:00000004:FFFFFFFF:Colour 5 :vhuntjr2:00010001:FF8D2F:00000005:FFFFFFFF:Colour 6 :vhuntjr2:00010001:FF8D2F:00000006:FFFFFFFF:Colour 7 :vhuntjr2:00010001:FF8D2F:00000007:FFFFFFFF:Colour 8 vhuntjr2:0:000000:00:999:[ These are the codes to set the machine region - the ] vhuntjr2:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vhuntjr2:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] :vhuntjr2:62000000:000000:00000000:00000000:Region Switch = :vhuntjr2:00010000:FF8205:00000000:FFFFFFFF:Japan :vhuntjr2:00010000:FF8205:00000002:FFFFFFFF:USA :vhuntjr2:00010000:FF8205:00000004:FFFFFFFF:Asia :vhuntjr2:00010000:FF8205:00000006:FFFFFFFF:Hispanic :vhuntjr2:00010000:FF8205:00000008:FFFFFFFF:Brazil :vhuntjr2:00010000:FF8205:0000000A:FFFFFFFF:Euro :vhuntjr2:62000000:000000:00000000:00000000:Title Switch = :vhuntjr2:00010000:FF8214:00000000:FFFFFFFF:Vampire Hunter :vhuntjr2:00010000:FF8214:00000001:FFFFFFFF:Night Warriors ; [ Ace Driver: Victory Lap (Rev. ADV2, World) ] victlapw:0:0000:00:999:[ There are no cheats ]:REASON 1 victlapw:0:0000:00:999:[ for this game as it ]:REASON 1 victlapw:0:0000:00:999:[ didn't work the last ]:REASON 1 victlapw:0:0000:00:999:[ time it was tested. ]:REASON 1 victlapw:0:0000:00:999:[ If the game now works ]:REASON 1 victlapw:0:0000:00:999:[ please request cheats ]:REASON 1 victlapw:0:0000:00:999:[ for it on the cheat ]:REASON 1 victlapw:0:0000:00:999:[ forums. ]:REASON 1 ; [ Victorious Nine ] victnine:0:E1EF:09:000:Infinite Credits victnine:0:E521:00:000:Infinite Strikes victnine:0:E521:00:001:Set Strikes to 0 Now! victnine:0:E521:02:001:Set Strikes to 2 Now! victnine:0:E522:00:000:Infinite Balls victnine:0:E522:00:001:Set Balls to 0 Now! victnine:0:E522:03:001:Set Balls to 3 Now! victnine:0:E523:00:000:Infinite Outs victnine:0:E523:00:001:Set Outs to 0 Now! victnine:0:E523:02:001:Set Outs to 2 Now! ; [ Victor Banana ] victorba:0:EBAF:40:000:Infinite Fuel victorba:0:EBB6:40:000:Infinite Shields victorba:0:F0EE:06:000:Infinite Lives PL1 victorba:0:F0F0:05:000:Infinite Doomsday Devices PL1 victorba:0:F104:06:000:Infinite Lives PL2 victorba:0:F106:05:000:Infinite Doomsday Devices PL2 ; [ Victory ] victory:0:EE6C:40:000:Infinite Fuel victory:0:EE73:40:000:Infinite Shields victory:0:F0EE:06:000:Infinite Lives PL1 victory:0:F0F0:05:000:Infinite Doomsday Devices PL1 victory:0:F104:06:000:Infinite Lives PL2 victory:0:F106:05:000:Infinite Doomsday Devices PL2 ; [ Victory Road ] victroad:0:FC5C:99:000:Infinite Credits victroad:0:FDC6:99:000:Infinite Lives PL1 victroad:0:FDE8:B4:000:Invincibility PL1 victroad:0:FDB7:02:020:Always have armour PL1 victroad:0:FDB7:02:041:Lose armour Now! PL1 victroad:0:FDB7:04:040:Always have black grenadesPL1 victroad:0:FDB7:04:020:Always have red grenades PL1 victroad:0:FDB7:04:041:Get black grenades Now! PL1 victroad:0:FDB7:04:021:Get red grenades Now! PL1 victroad:0:FDBB:02:000:Always have flamethrower PL1 victroad:0:FDBB:03:000:Always have sword PL1 victroad:0:FDBB:04:000:Always have boomerang PL1 victroad:0:FDBB:02:001:Get flamethrower Now! PL1 victroad:0:FDBB:03:001:Get sword Now! PL1 victroad:0:FDBB:04:001:Get boomerang Now! PL1 victroad:0:FE16:99:000:Infinite Lives PL2 victroad:0:FE38:B4:000:Invincibility PL2 victroad:0:FE07:02:020:Always have armour PL2 victroad:0:FE07:02:041:Lose armour Now! PL2 victroad:0:FE07:04:040:Always have black grenadesPL2 victroad:0:FE07:04:020:Always have red grenades PL2 victroad:0:FE07:04:041:Get black grenades Now! PL2 victroad:0:FE07:04:021:Get red grenades Now! PL2 victroad:0:FE0B:02:000:Always have flamethrower PL2 victroad:0:FE0B:03:000:Always have sword PL2 victroad:0:FE0B:04:000:Always have boomerang PL2 victroad:0:FE0B:02:001:Get flamethrower Now! PL2 victroad:0:FE0B:03:001:Get sword Now! PL2 victroad:0:FE0B:04:001:Get boomerang Now! PL2 ; [ Video Pinball ] videopin:0:0063:09:000:Infinite Credits videopin:0:0003:01:000:Infinite Balls ; [ Video Vince and the Game Factory (prototype) ] vidvince:0:013B:63:000:Infinite Credits vidvince:0:0CD0:03:000:Infinite Lives :vidvince:00000101:0370:00000012:FFFFFFFF:Speed Select ; [ Viewpoint ] viewpoin:0:108D99:63:000:Infinite Lives PL1 viewpoin:0:108D8F:01:000:Infinite Plasma Bombs PL1 viewpoin:0:108D8F:02:000:Infinite Fire Bombs PL1 viewpoin:0:108D8F:03:000:Infinite Homing Bombs PL1 viewpoin:0:108D3C:08:000:Invincibility PL1 viewpoin:0:1090ED:63:000:Infinite Lives PL2 viewpoin:0:1090E3:01:000:Infinite Plasma Bombs PL2 viewpoin:0:1090E3:02:000:Infinite Fire Bombs PL2 viewpoin:0:1090E3:03:000:Infinite Homing Bombs PL2 viewpoin:0:109090:08:000:Invincibility PL2 :viewpoin:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :viewpoin:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :viewpoin:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Vigilante (World) ] vigilant:0:E045:99:007:Infinite Time vigilant:0:E08B:08:000:Infinite Lives vigilant:0:E149:70:000:Infinite Energy vigilant:0:0000:00:999:[See the Dip Switch Menu to ] vigilant:0:0000:00:999:[enable Invincibility - it ] vigilant:0:0000:00:999:[is only Infinite Energy! ] vigilant:0:E08D:01:000:Always Have Nutchakas vigilant:0:E08D:01:001:Get Nutchakas Now! vigilant:0:E15C:00:001:Kill This Boss Now! vigilant:0:E15C:00:000:Always 1 Hit to Kill Boss vigilant:0:E089:03:001:Go to Round 3 Next vigilant:0:E089:04:001:Go to Round 4 Next vigilant:0:E089:05:001:Go to Round 5 Next ; [ Vigilante (Japan) ] vigilntj:0:E045:99:007:Infinite Time vigilntj:0:E08B:08:000:Infinite Lives vigilntj:0:E149:70:000:Infinite Energy vigilntj:0:0000:00:999:[See the Dip Switch Menu to ] vigilntj:0:0000:00:999:[enable Invincibility - it ] vigilntj:0:0000:00:999:[is only Infinite Energy! ] vigilntj:0:E08D:01:000:Always Have Nutchakas vigilntj:0:E08D:01:001:Get Nutchakas Now! vigilntj:0:E15C:00:001:Kill This Boss Now! vigilntj:0:E15C:00:000:Always 1 Hit to Kill Boss vigilntj:0:E089:03:001:Go to Round 3 Next vigilntj:0:E089:04:001:Go to Round 4 Next vigilntj:0:E089:05:001:Go to Round 5 Next ; [ Vigilante (US) ] vigilntu:0:E045:99:007:Infinite Time vigilntu:0:E08B:08:000:Infinite Lives vigilntu:0:E149:70:000:Infinite Energy vigilntu:0:0000:00:999:[See the Dip Switch Menu to ] vigilntu:0:0000:00:999:[enable Invincibility - it ] vigilntu:0:0000:00:999:[is only Infinite Energy! ] vigilntu:0:E08D:01:000:Always Have Nutchakas vigilntu:0:E08D:01:001:Get Nutchakas Now! vigilntu:0:E15C:00:001:Kill This Boss Now! vigilntu:0:E15C:00:000:Always 1 Hit to Kill Boss vigilntu:0:E089:03:001:Go to Round 3 Next vigilntu:0:E089:04:001:Go to Round 4 Next vigilntu:0:E089:05:001:Go to Round 5 Next ; [ Vimana ] vimana:0:440005:09:000:Infinite Credits vimana:0:4803A5:59:000:Always have maximum bonus vimana:0:000000:00:999:[See the Dip Switch Menu to ] vimana:0:000000:00:999:[enable an alternate ] vimana:0:000000:00:999:[Invincibility cheat. ] vimana:0:4803C9:08:000:Infinite Lives PL1 vimana:0:4803CD:08:000:Infinite Bombs PL1 vimana:0:4803CB:04:000:Always have maximum power PL1 vimana:0:48041D:E0:000:Invincibility PL1 vimana:0:4803DD:08:000:Infinite Lives PL2 vimana:0:4803E1:08:000:Infinite Bombs PL2 vimana:0:4803DF:04:000:Always have maximum power PL2 vimana:0:48046D:E0:000:Invincibility PL2 ; [ Vimana (old set) ] vimana1:0:440005:09:000:Infinite Credits vimana1:0:4803A5:59:000:Always have maximum bonus vimana1:0:000000:00:999:[See the Dip Switch Menu to ] vimana1:0:000000:00:999:[enable an alternate ] vimana1:0:000000:00:999:[Invincibility cheat. ] vimana1:0:4803C9:08:000:Infinite Lives PL1 vimana1:0:4803CD:08:000:Infinite Bombs PL1 vimana1:0:4803CB:04:000:Always have maximum power PL1 vimana1:0:48041D:E0:000:Invincibility PL1 vimana1:0:4803DD:08:000:Infinite Lives PL2 vimana1:0:4803E1:08:000:Infinite Bombs PL2 vimana1:0:4803DF:04:000:Always have maximum power PL2 vimana1:0:48046D:E0:000:Invincibility PL2 ; [ Vimana (Nova Apparate GMBH & Co) ] vimanan:0:440005:09:000:Infinite Credits vimanan:0:4803A5:59:000:Always have maximum bonus vimanan:0:000000:00:999:[See the Dip Switch Menu to ] vimanan:0:000000:00:999:[enable an alternate ] vimanan:0:000000:00:999:[Invincibility cheat. ] vimanan:0:4803C9:08:000:Infinite Lives PL1 vimanan:0:4803CD:08:000:Infinite Bombs PL1 vimanan:0:4803CB:04:000:Always have maximum power PL1 vimanan:0:48041D:E0:000:Invincibility PL1 vimanan:0:4803DD:08:000:Infinite Lives PL2 vimanan:0:4803E1:08:000:Infinite Bombs PL2 vimanan:0:4803DF:04:000:Always have maximum power PL2 vimanan:0:48046D:E0:000:Invincibility PL2 ; [ Vindicators Part II (rev 1) ] vindc2r1:0:904FEC:19:000:Infinite Credits vindc2r1:0:90222A:63:000:Infinite Shields PL1 vindc2r1:0:902216:60:000:Infinite Fuel PL1 vindc2r1:0:902217:63:000:Infinite Stars/Cash PL1 vindc2r1:0:90222C:63:000:Infinite Bombs PL1 vindc2r1:0:90222E:63:000:Infinite Smarts PL1 vindc2r1:0:90222D:01:000:Always have Bombs PL1 vindc2r1:0:90222D:02:000:Always have Smarts PL1 vindc2r1:0:90222D:01:001:Get Bombs Now! PL1 vindc2r1:0:90222D:02:001:Get Smarts Now! PL1 vindc2r1:0:902231:04:000:Have maximum armour PL1 vindc2r1:0:902228:04:000:Have maximum power shot PL1 vindc2r1:0:90222B:04:000:Have maximum range shot PL1 vindc2r1:0:902230:04:000:Have maximum speed shot PL1 vindc2r1:0:902229:04:000:Have maximum tank speed PL1 vindc2r1:0:90222F:04:000:Have maximum rotation PL1 vindc2r1:0:90226A:63:000:Infinite Shields PL2 vindc2r1:0:902256:60:000:Infinite Fuel PL2 vindc2r1:0:902257:63:000:Infinite Stars/Cash PL2 vindc2r1:0:90226C:63:000:Infinite Bombs PL2 vindc2r1:0:90226E:63:000:Infinite Smarts PL2 vindc2r1:0:90226D:01:000:Always have Bombs PL2 vindc2r1:0:90226D:02:000:Always have Smarts PL2 vindc2r1:0:90226D:01:001:Get Bombs Now! PL2 vindc2r1:0:90226D:02:001:Get Smarts Now! PL2 vindc2r1:0:902271:04:000:Have maximum armour PL2 vindc2r1:0:902268:04:000:Have maximum power shot PL2 vindc2r1:0:90226B:04:000:Have maximum range shot PL2 vindc2r1:0:902270:04:000:Have maximum speed shot PL2 vindc2r1:0:902269:04:000:Have maximum tank speed PL2 vindc2r1:0:90226F:04:000:Have maximum rotation PL2 ; [ Vindicators Part II (rev 2) ] vindc2r2:0:904FEC:19:000:Infinite Credits vindc2r2:0:90222A:63:000:Infinite Shields PL1 vindc2r2:0:902216:60:000:Infinite Fuel PL1 vindc2r2:0:902217:63:000:Infinite Stars/Cash PL1 vindc2r2:0:90222C:63:000:Infinite Bombs PL1 vindc2r2:0:90222E:63:000:Infinite Smarts PL1 vindc2r2:0:90222D:01:000:Always have Bombs PL1 vindc2r2:0:90222D:02:000:Always have Smarts PL1 vindc2r2:0:90222D:01:001:Get Bombs Now! PL1 vindc2r2:0:90222D:02:001:Get Smarts Now! PL1 vindc2r2:0:902231:04:000:Have maximum armour PL1 vindc2r2:0:902228:04:000:Have maximum power shot PL1 vindc2r2:0:90222B:04:000:Have maximum range shot PL1 vindc2r2:0:902230:04:000:Have maximum speed shot PL1 vindc2r2:0:902229:04:000:Have maximum tank speed PL1 vindc2r2:0:90222F:04:000:Have maximum rotation PL1 vindc2r2:0:90226A:63:000:Infinite Shields PL2 vindc2r2:0:902256:60:000:Infinite Fuel PL2 vindc2r2:0:902257:63:000:Infinite Stars/Cash PL2 vindc2r2:0:90226C:63:000:Infinite Bombs PL2 vindc2r2:0:90226E:63:000:Infinite Smarts PL2 vindc2r2:0:90226D:01:000:Always have Bombs PL2 vindc2r2:0:90226D:02:000:Always have Smarts PL2 vindc2r2:0:90226D:01:001:Get Bombs Now! PL2 vindc2r2:0:90226D:02:001:Get Smarts Now! PL2 vindc2r2:0:902271:04:000:Have maximum armour PL2 vindc2r2:0:902268:04:000:Have maximum power shot PL2 vindc2r2:0:90226B:04:000:Have maximum range shot PL2 vindc2r2:0:902270:04:000:Have maximum speed shot PL2 vindc2r2:0:902269:04:000:Have maximum tank speed PL2 vindc2r2:0:90226F:04:000:Have maximum rotation PL2 ; [ Vindicators Part II (rev 3) ] vindctr2:0:904FEC:19:000:Infinite Credits vindctr2:0:90222A:63:000:Infinite Shields PL1 vindctr2:0:902216:60:000:Infinite Fuel PL1 vindctr2:0:902217:63:000:Infinite Stars/Cash PL1 vindctr2:0:90222C:63:000:Infinite Bombs PL1 vindctr2:0:90222E:63:000:Infinite Smarts PL1 vindctr2:0:90222D:01:000:Always have Bombs PL1 vindctr2:0:90222D:02:000:Always have Smarts PL1 vindctr2:0:90222D:01:001:Get Bombs Now! PL1 vindctr2:0:90222D:02:001:Get Smarts Now! PL1 vindctr2:0:902231:04:000:Have maximum armour PL1 vindctr2:0:902228:04:000:Have maximum power shot PL1 vindctr2:0:90222B:04:000:Have maximum range shot PL1 vindctr2:0:902230:04:000:Have maximum speed shot PL1 vindctr2:0:902229:04:000:Have maximum tank speed PL1 vindctr2:0:90222F:04:000:Have maximum rotation PL1 vindctr2:0:90226A:63:000:Infinite Shields PL2 vindctr2:0:902256:60:000:Infinite Fuel PL2 vindctr2:0:902257:63:000:Infinite Stars/Cash PL2 vindctr2:0:90226C:63:000:Infinite Bombs PL2 vindctr2:0:90226E:63:000:Infinite Smarts PL2 vindctr2:0:90226D:01:000:Always have Bombs PL2 vindctr2:0:90226D:02:000:Always have Smarts PL2 vindctr2:0:90226D:01:001:Get Bombs Now! PL2 vindctr2:0:90226D:02:001:Get Smarts Now! PL2 vindctr2:0:902271:04:000:Have maximum armour PL2 vindctr2:0:902268:04:000:Have maximum power shot PL2 vindctr2:0:90226B:04:000:Have maximum range shot PL2 vindctr2:0:902270:04:000:Have maximum speed shot PL2 vindctr2:0:902269:04:000:Have maximum tank speed PL2 vindctr2:0:90226F:04:000:Have maximum rotation PL2 ; [ Vindicators (Europe, rev 3) ] vindice3:0:FFA82A:63:000:Infinite Shields PL1 vindice3:0:FFA816:60:000:Infinite Fuel PL1 vindice3:0:FFA817:63:000:Infinite Stars/Cash PL1 vindice3:0:FFA82C:63:000:Infinite Bombs PL1 vindice3:0:FFA82E:63:000:Infinite Smarts PL1 vindice3:0:FFA82D:01:000:Always have Bombs PL1 vindice3:0:FFA82D:02:000:Always have Smarts PL1 vindice3:0:FFA82D:01:001:Get Bombs Now! PL1 vindice3:0:FFA82D:02:001:Get Smarts Now! PL1 vindice3:0:FFA831:04:000:Have maximum armour PL1 vindice3:0:FFA828:04:000:Have maximum power shot PL1 vindice3:0:FFA82B:04:000:Have maximum range shot PL1 vindice3:0:FFA830:04:000:Have maximum speed shot PL1 vindice3:0:FFA829:04:000:Have maximum tank speed PL1 vindice3:0:FFA82F:04:000:Have maximum rotation PL1 vindice3:0:FFA86A:63:000:Infinite Shields PL2 vindice3:0:FFA856:60:000:Infinite Fuel PL2 vindice3:0:FFA857:63:000:Infinite Stars/Cash PL2 vindice3:0:FFA86C:63:000:Infinite Bombs PL2 vindice3:0:FFA86E:63:000:Infinite Smarts PL2 vindice3:0:FFA86D:01:000:Always have Bombs PL2 vindice3:0:FFA86D:02:000:Always have Smarts PL2 vindice3:0:FFA86D:01:001:Get Bombs Now! PL2 vindice3:0:FFA86D:02:001:Get Smarts Now! PL2 vindice3:0:FFA871:04:000:Have maximum armour PL2 vindice3:0:FFA868:04:000:Have maximum power shot PL2 vindice3:0:FFA86B:04:000:Have maximum range shot PL2 vindice3:0:FFA870:04:000:Have maximum speed shot PL2 vindice3:0:FFA869:04:000:Have maximum tank speed PL2 vindice3:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Vindicators (Europe, rev 4) ] vindice4:0:FFA82A:63:000:Infinite Shields PL1 vindice4:0:FFA816:60:000:Infinite Fuel PL1 vindice4:0:FFA817:63:000:Infinite Stars/Cash PL1 vindice4:0:FFA82C:63:000:Infinite Bombs PL1 vindice4:0:FFA82E:63:000:Infinite Smarts PL1 vindice4:0:FFA82D:01:000:Always have Bombs PL1 vindice4:0:FFA82D:02:000:Always have Smarts PL1 vindice4:0:FFA82D:01:001:Get Bombs Now! PL1 vindice4:0:FFA82D:02:001:Get Smarts Now! PL1 vindice4:0:FFA831:04:000:Have maximum armour PL1 vindice4:0:FFA828:04:000:Have maximum power shot PL1 vindice4:0:FFA82B:04:000:Have maximum range shot PL1 vindice4:0:FFA830:04:000:Have maximum speed shot PL1 vindice4:0:FFA829:04:000:Have maximum tank speed PL1 vindice4:0:FFA82F:04:000:Have maximum rotation PL1 vindice4:0:FFA86A:63:000:Infinite Shields PL2 vindice4:0:FFA856:60:000:Infinite Fuel PL2 vindice4:0:FFA857:63:000:Infinite Stars/Cash PL2 vindice4:0:FFA86C:63:000:Infinite Bombs PL2 vindice4:0:FFA86E:63:000:Infinite Smarts PL2 vindice4:0:FFA86D:01:000:Always have Bombs PL2 vindice4:0:FFA86D:02:000:Always have Smarts PL2 vindice4:0:FFA86D:01:001:Get Bombs Now! PL2 vindice4:0:FFA86D:02:001:Get Smarts Now! PL2 vindice4:0:FFA871:04:000:Have maximum armour PL2 vindice4:0:FFA868:04:000:Have maximum power shot PL2 vindice4:0:FFA86B:04:000:Have maximum range shot PL2 vindice4:0:FFA870:04:000:Have maximum speed shot PL2 vindice4:0:FFA869:04:000:Have maximum tank speed PL2 vindice4:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Vindicators (rev 1) ] vindict1:0:FFA82A:63:000:Infinite Shields PL1 vindict1:0:FFA816:60:000:Infinite Fuel PL1 vindict1:0:FFA817:63:000:Infinite Stars/Cash PL1 vindict1:0:FFA82C:63:000:Infinite Bombs PL1 vindict1:0:FFA82E:63:000:Infinite Smarts PL1 vindict1:0:FFA82D:01:000:Always have Bombs PL1 vindict1:0:FFA82D:02:000:Always have Smarts PL1 vindict1:0:FFA82D:01:001:Get Bombs Now! PL1 vindict1:0:FFA82D:02:001:Get Smarts Now! PL1 vindict1:0:FFA831:04:000:Have maximum armour PL1 vindict1:0:FFA828:04:000:Have maximum power shot PL1 vindict1:0:FFA82B:04:000:Have maximum range shot PL1 vindict1:0:FFA830:04:000:Have maximum speed shot PL1 vindict1:0:FFA829:04:000:Have maximum tank speed PL1 vindict1:0:FFA82F:04:000:Have maximum rotation PL1 vindict1:0:FFA86A:63:000:Infinite Shields PL2 vindict1:0:FFA856:60:000:Infinite Fuel PL2 vindict1:0:FFA857:63:000:Infinite Stars/Cash PL2 vindict1:0:FFA86C:63:000:Infinite Bombs PL2 vindict1:0:FFA86E:63:000:Infinite Smarts PL2 vindict1:0:FFA86D:01:000:Always have Bombs PL2 vindict1:0:FFA86D:02:000:Always have Smarts PL2 vindict1:0:FFA86D:01:001:Get Bombs Now! PL2 vindict1:0:FFA86D:02:001:Get Smarts Now! PL2 vindict1:0:FFA871:04:000:Have maximum armour PL2 vindict1:0:FFA868:04:000:Have maximum power shot PL2 vindict1:0:FFA86B:04:000:Have maximum range shot PL2 vindict1:0:FFA870:04:000:Have maximum speed shot PL2 vindict1:0:FFA869:04:000:Have maximum tank speed PL2 vindict1:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Vindicators (rev 2) ] vindict2:0:FFA82A:63:000:Infinite Shields PL1 vindict2:0:FFA816:60:000:Infinite Fuel PL1 vindict2:0:FFA817:63:000:Infinite Stars/Cash PL1 vindict2:0:FFA82C:63:000:Infinite Bombs PL1 vindict2:0:FFA82E:63:000:Infinite Smarts PL1 vindict2:0:FFA82D:01:000:Always have Bombs PL1 vindict2:0:FFA82D:02:000:Always have Smarts PL1 vindict2:0:FFA82D:01:001:Get Bombs Now! PL1 vindict2:0:FFA82D:02:001:Get Smarts Now! PL1 vindict2:0:FFA831:04:000:Have maximum armour PL1 vindict2:0:FFA828:04:000:Have maximum power shot PL1 vindict2:0:FFA82B:04:000:Have maximum range shot PL1 vindict2:0:FFA830:04:000:Have maximum speed shot PL1 vindict2:0:FFA829:04:000:Have maximum tank speed PL1 vindict2:0:FFA82F:04:000:Have maximum rotation PL1 vindict2:0:FFA86A:63:000:Infinite Shields PL2 vindict2:0:FFA856:60:000:Infinite Fuel PL2 vindict2:0:FFA857:63:000:Infinite Stars/Cash PL2 vindict2:0:FFA86C:63:000:Infinite Bombs PL2 vindict2:0:FFA86E:63:000:Infinite Smarts PL2 vindict2:0:FFA86D:01:000:Always have Bombs PL2 vindict2:0:FFA86D:02:000:Always have Smarts PL2 vindict2:0:FFA86D:01:001:Get Bombs Now! PL2 vindict2:0:FFA86D:02:001:Get Smarts Now! PL2 vindict2:0:FFA871:04:000:Have maximum armour PL2 vindict2:0:FFA868:04:000:Have maximum power shot PL2 vindict2:0:FFA86B:04:000:Have maximum range shot PL2 vindict2:0:FFA870:04:000:Have maximum speed shot PL2 vindict2:0:FFA869:04:000:Have maximum tank speed PL2 vindict2:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Vindicators (rev 4) ] vindict4:0:FFA82A:63:000:Infinite Shields PL1 vindict4:0:FFA816:60:000:Infinite Fuel PL1 vindict4:0:FFA817:63:000:Infinite Stars/Cash PL1 vindict4:0:FFA82C:63:000:Infinite Bombs PL1 vindict4:0:FFA82E:63:000:Infinite Smarts PL1 vindict4:0:FFA82D:01:000:Always have Bombs PL1 vindict4:0:FFA82D:02:000:Always have Smarts PL1 vindict4:0:FFA82D:01:001:Get Bombs Now! PL1 vindict4:0:FFA82D:02:001:Get Smarts Now! PL1 vindict4:0:FFA831:04:000:Have maximum armour PL1 vindict4:0:FFA828:04:000:Have maximum power shot PL1 vindict4:0:FFA82B:04:000:Have maximum range shot PL1 vindict4:0:FFA830:04:000:Have maximum speed shot PL1 vindict4:0:FFA829:04:000:Have maximum tank speed PL1 vindict4:0:FFA82F:04:000:Have maximum rotation PL1 vindict4:0:FFA86A:63:000:Infinite Shields PL2 vindict4:0:FFA856:60:000:Infinite Fuel PL2 vindict4:0:FFA857:63:000:Infinite Stars/Cash PL2 vindict4:0:FFA86C:63:000:Infinite Bombs PL2 vindict4:0:FFA86E:63:000:Infinite Smarts PL2 vindict4:0:FFA86D:01:000:Always have Bombs PL2 vindict4:0:FFA86D:02:000:Always have Smarts PL2 vindict4:0:FFA86D:01:001:Get Bombs Now! PL2 vindict4:0:FFA86D:02:001:Get Smarts Now! PL2 vindict4:0:FFA871:04:000:Have maximum armour PL2 vindict4:0:FFA868:04:000:Have maximum power shot PL2 vindict4:0:FFA86B:04:000:Have maximum range shot PL2 vindict4:0:FFA870:04:000:Have maximum speed shot PL2 vindict4:0:FFA869:04:000:Have maximum tank speed PL2 vindict4:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Vindicators (Europe, rev 5) ] vindicte:0:FFA82A:63:000:Infinite Shields PL1 vindicte:0:FFA816:60:000:Infinite Fuel PL1 vindicte:0:FFA817:63:000:Infinite Stars/Cash PL1 vindicte:0:FFA82C:63:000:Infinite Bombs PL1 vindicte:0:FFA82E:63:000:Infinite Smarts PL1 vindicte:0:FFA82D:01:000:Always have Bombs PL1 vindicte:0:FFA82D:02:000:Always have Smarts PL1 vindicte:0:FFA82D:01:001:Get Bombs Now! PL1 vindicte:0:FFA82D:02:001:Get Smarts Now! PL1 vindicte:0:FFA831:04:000:Have maximum armour PL1 vindicte:0:FFA828:04:000:Have maximum power shot PL1 vindicte:0:FFA82B:04:000:Have maximum range shot PL1 vindicte:0:FFA830:04:000:Have maximum speed shot PL1 vindicte:0:FFA829:04:000:Have maximum tank speed PL1 vindicte:0:FFA82F:04:000:Have maximum rotation PL1 vindicte:0:FFA86A:63:000:Infinite Shields PL2 vindicte:0:FFA856:60:000:Infinite Fuel PL2 vindicte:0:FFA857:63:000:Infinite Stars/Cash PL2 vindicte:0:FFA86C:63:000:Infinite Bombs PL2 vindicte:0:FFA86E:63:000:Infinite Smarts PL2 vindicte:0:FFA86D:01:000:Always have Bombs PL2 vindicte:0:FFA86D:02:000:Always have Smarts PL2 vindicte:0:FFA86D:01:001:Get Bombs Now! PL2 vindicte:0:FFA86D:02:001:Get Smarts Now! PL2 vindicte:0:FFA871:04:000:Have maximum armour PL2 vindicte:0:FFA868:04:000:Have maximum power shot PL2 vindicte:0:FFA86B:04:000:Have maximum range shot PL2 vindicte:0:FFA870:04:000:Have maximum speed shot PL2 vindicte:0:FFA869:04:000:Have maximum tank speed PL2 vindicte:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Vindicators (German, rev 1) ] vindictg:0:FFA82A:63:000:Infinite Shields PL1 vindictg:0:FFA816:60:000:Infinite Fuel PL1 vindictg:0:FFA817:63:000:Infinite Stars/Cash PL1 vindictg:0:FFA82C:63:000:Infinite Bombs PL1 vindictg:0:FFA82E:63:000:Infinite Smarts PL1 vindictg:0:FFA82D:01:000:Always have Bombs PL1 vindictg:0:FFA82D:02:000:Always have Smarts PL1 vindictg:0:FFA82D:01:001:Get Bombs Now! PL1 vindictg:0:FFA82D:02:001:Get Smarts Now! PL1 vindictg:0:FFA831:04:000:Have maximum armour PL1 vindictg:0:FFA828:04:000:Have maximum power shot PL1 vindictg:0:FFA82B:04:000:Have maximum range shot PL1 vindictg:0:FFA830:04:000:Have maximum speed shot PL1 vindictg:0:FFA829:04:000:Have maximum tank speed PL1 vindictg:0:FFA82F:04:000:Have maximum rotation PL1 vindictg:0:FFA86A:63:000:Infinite Shields PL2 vindictg:0:FFA856:60:000:Infinite Fuel PL2 vindictg:0:FFA857:63:000:Infinite Stars/Cash PL2 vindictg:0:FFA86C:63:000:Infinite Bombs PL2 vindictg:0:FFA86E:63:000:Infinite Smarts PL2 vindictg:0:FFA86D:01:000:Always have Bombs PL2 vindictg:0:FFA86D:02:000:Always have Smarts PL2 vindictg:0:FFA86D:01:001:Get Bombs Now! PL2 vindictg:0:FFA86D:02:001:Get Smarts Now! PL2 vindictg:0:FFA871:04:000:Have maximum armour PL2 vindictg:0:FFA868:04:000:Have maximum power shot PL2 vindictg:0:FFA86B:04:000:Have maximum range shot PL2 vindictg:0:FFA870:04:000:Have maximum speed shot PL2 vindictg:0:FFA869:04:000:Have maximum tank speed PL2 vindictg:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Vindicators (rev 5) ] vindictr:0:FFA82A:63:000:Infinite Shields PL1 vindictr:0:FFA816:60:000:Infinite Fuel PL1 vindictr:0:FFA817:63:000:Infinite Stars/Cash PL1 vindictr:0:FFA82C:63:000:Infinite Bombs PL1 vindictr:0:FFA82E:63:000:Infinite Smarts PL1 vindictr:0:FFA82D:01:000:Always have Bombs PL1 vindictr:0:FFA82D:02:000:Always have Smarts PL1 vindictr:0:FFA82D:01:001:Get Bombs Now! PL1 vindictr:0:FFA82D:02:001:Get Smarts Now! PL1 vindictr:0:FFA831:04:000:Have maximum armour PL1 vindictr:0:FFA828:04:000:Have maximum power shot PL1 vindictr:0:FFA82B:04:000:Have maximum range shot PL1 vindictr:0:FFA830:04:000:Have maximum speed shot PL1 vindictr:0:FFA829:04:000:Have maximum tank speed PL1 vindictr:0:FFA82F:04:000:Have maximum rotation PL1 vindictr:0:FFA86A:63:000:Infinite Shields PL2 vindictr:0:FFA856:60:000:Infinite Fuel PL2 vindictr:0:FFA857:63:000:Infinite Stars/Cash PL2 vindictr:0:FFA86C:63:000:Infinite Bombs PL2 vindictr:0:FFA86E:63:000:Infinite Smarts PL2 vindictr:0:FFA86D:01:000:Always have Bombs PL2 vindictr:0:FFA86D:02:000:Always have Smarts PL2 vindictr:0:FFA86D:01:001:Get Bombs Now! PL2 vindictr:0:FFA86D:02:001:Get Smarts Now! PL2 vindictr:0:FFA871:04:000:Have maximum armour PL2 vindictr:0:FFA868:04:000:Have maximum power shot PL2 vindictr:0:FFA86B:04:000:Have maximum range shot PL2 vindictr:0:FFA870:04:000:Have maximum speed shot PL2 vindictr:0:FFA869:04:000:Have maximum tank speed PL2 vindictr:0:FFA86F:04:000:Have maximum rotation PL2 ; [ Violence Fight (World) ] viofight:0:A0013D:09:000:Infinite Credits viofight:0:A00140:09:000:Infinite Time viofight:0:A00141:99:500:Infinite Time (2/2) viofight:0:A00140:00:001:Finish this Bout Now! viofight:0:A00141:00:501:Finish this Bout Now! (2/2) viofight:0:A0021C:09:000:Infinite Energy PL1 viofight:0:A0021D:99:500:Infinite Energy PL1 (2/2) viofight:0:A0021C:00:001:Drain all Energy Now! PL1 viofight:0:A0021D:00:501:Drain all Energy Now! PL1 (2/2) viofight:0:A00237:16:000:Always have Maximum Power PL1 viofight:0:A00237:00:000:Always have No Power PL1 viofight:0:A0029C:09:000:Infinite Energy PL2 viofight:0:A0029D:99:500:Infinite Energy PL2 (2/2) viofight:0:A0029C:00:001:Drain all Energy Now! PL2 viofight:0:A0029D:00:501:Drain all Energy Now! PL2 (2/2) viofight:0:A002B7:16:000:Always have Maximum Power PL2 viofight:0:A002B7:00:000:Always have No Power PL2 ; [ Violence Fight (US) ] viofighu:0:A0013D:09:000:Infinite Credits viofighu:0:A00140:09:000:Infinite Time viofighu:0:A00141:99:500:Infinite Time (2/2) viofighu:0:A00140:00:001:Finish this Bout Now! viofighu:0:A00141:00:501:Finish this Bout Now! (2/2) viofighu:0:A0021C:09:000:Infinite Energy PL1 viofighu:0:A0021D:99:500:Infinite Energy PL1 (2/2) viofighu:0:A0021C:00:001:Drain all Energy Now! PL1 viofighu:0:A0021D:00:501:Drain all Energy Now! PL1 (2/2) viofighu:0:A00237:16:000:Always have Maximum Power PL1 viofighu:0:A00237:00:000:Always have No Power PL1 viofighu:0:A0029C:09:000:Infinite Energy PL2 viofighu:0:A0029D:99:500:Infinite Energy PL2 (2/2) viofighu:0:A0029C:00:001:Drain all Energy Now! PL2 viofighu:0:A0029D:00:501:Drain all Energy Now! PL2 (2/2) viofighu:0:A002B7:16:000:Always have Maximum Power PL2 viofighu:0:A002B7:00:000:Always have No Power PL2 ; [ Violent Storm (ver EAB) ] viostorm:0:20080C:0A:000:Infinite Lives PL1 viostorm:0:211063:60:000:Infinite Energy PL1 viostorm:0:20088C:0A:000:Infinite Lives PL2 viostorm:0:211163:60:000:Infinite Energy PL2 viostorm:0:20090C:0A:000:Infinite Lives PL3 viostorm:0:211263:60:000:Infinite Energy PL3 ; [ Violent Storm (ver AAC) ] viostrma:0:20080C:0A:000:Infinite Lives PL1 viostrma:0:211063:60:000:Infinite Energy PL1 viostrma:0:20088C:0A:000:Infinite Lives PL2 viostrma:0:211163:60:000:Infinite Energy PL2 viostrma:0:20090C:0A:000:Infinite Lives PL3 viostrma:0:211263:60:000:Infinite Energy PL3 ; [ Violent Storm (ver JAC) ] viostrmj:0:20080C:0A:000:Infinite Lives PL1 viostrmj:0:211063:60:000:Infinite Energy PL1 viostrmj:0:20088C:0A:000:Infinite Lives PL2 viostrmj:0:211163:60:000:Infinite Energy PL2 viostrmj:0:20090C:0A:000:Infinite Lives PL3 viostrmj:0:211263:60:000:Infinite Energy PL3 ; [ Violent Storm (ver UAB) ] viostrmu:0:20080C:0A:000:Infinite Lives PL1 viostrmu:0:211063:60:000:Infinite Energy PL1 viostrmu:0:20088C:0A:000:Infinite Lives PL2 viostrmu:0:211163:60:000:Infinite Energy PL2 viostrmu:0:20090C:0A:000:Infinite Lives PL3 viostrmu:0:211263:60:000:Infinite Energy PL3 ; [ Vip Club - Maru-hi Ippatsu Kaihou [BET] (Japan 880310) ] vipclub:0:0000:00:999:[ The winning hand cheat must be ] vipclub:0:0000:00:999:[ activated when there are 14 tiles ] vipclub:0:0000:00:999:[ in your hand, then press the RON ] vipclub:0:0000:00:999:[ key ('Z' by default). The tiles do ] vipclub:0:0000:00:999:[ not visually change until you make ] vipclub:0:0000:00:999:[ a move. ] vipclub:0:F48C:01:001:Get winning hand Now! vipclub:0:F48D:01:501:Get winning hand Now! (02/14) vipclub:0:F48E:01:501:Get winning hand Now! (03/14) vipclub:0:F48F:02:501:Get winning hand Now! (04/14) vipclub:0:F490:02:501:Get winning hand Now! (05/14) vipclub:0:F491:02:501:Get winning hand Now! (06/14) vipclub:0:F492:03:501:Get winning hand Now! (07/14) vipclub:0:F493:03:501:Get winning hand Now! (08/14) vipclub:0:F494:03:501:Get winning hand Now! (09/14) vipclub:0:F495:04:501:Get winning hand Now! (10/14) vipclub:0:F496:04:501:Get winning hand Now! (11/14) vipclub:0:F497:04:501:Get winning hand Now! (12/14) vipclub:0:F498:05:501:Get winning hand Now! (13/14) vipclub:0:F499:05:501:Get winning hand Now! (14/14) vipclub:0:F48C:01:000:Always winning hand vipclub:0:F48D:01:500:Always winning hand (02/14) vipclub:0:F48E:01:500:Always winning hand (03/14) vipclub:0:F48F:02:500:Always winning hand (04/14) vipclub:0:F490:02:500:Always winning hand (05/14) vipclub:0:F491:02:500:Always winning hand (06/14) vipclub:0:F492:03:500:Always winning hand (07/14) vipclub:0:F493:03:500:Always winning hand (08/14) vipclub:0:F494:03:500:Always winning hand (09/14) vipclub:0:F495:04:500:Always winning hand (10/14) vipclub:0:F496:04:500:Always winning hand (11/14) vipclub:0:F497:04:500:Always winning hand (12/14) vipclub:0:F498:05:500:Always winning hand (13/14) vipclub:0:F499:05:500:Always winning hand (14/14) :vipclub:00000006:F48C:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :vipclub:00000006:F50C:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. ; [ Viper ] viper:0:E279:FF:000:Infinite Money PL1 viper:0:E27A:FF:500:Infinite Money PL1 (2/2) viper:0:E27D:63:000:Infinite Death Blooms PL1 viper:0:E280:63:000:Infinite Shields PL1 viper:0:E27E:63:000:Infinite Guided Missiles PL1 viper:0:E2A2:FF:000:Infinite Money PL2 viper:0:E2A3:FF:500:Infinite Money PL2 (2/2) viper:0:E2A6:63:000:Infinite Death Blooms PL2 viper:0:E2A9:63:000:Infinite Shields PL2 viper:0:E2A7:63:000:Infinite Guided Missiles PL2 ; [ Viper Phase 1 (Japan, New Version) ] :viprp1:00000000:0001E5AE:00000063:FFFFFFFF:Infinite Credits :viprp1:62000000:00000000:00000000:00000000:Select Stage:Turn it OFF after you've started the stage :viprp1:00010000:0001E5D8:00000001:FFFFFFFF:Stage 1 :viprp1:00010000:0001E5D8:00000002:FFFFFFFF:Stage 2 :viprp1:00010000:0001E5D8:00000003:FFFFFFFF:Stage 3 :viprp1:00010000:0001E5D8:00000004:FFFFFFFF:Stage 4 :viprp1:00010000:0001E5D8:00000006:FFFFFFFF:Stage 5 :viprp1:00010000:0001E5D8:00000007:FFFFFFFF:Stage 6 :viprp1:00010000:0001E5D8:00000008:FFFFFFFF:Stage 7 :viprp1:00010000:0001E5D8:00000009:FFFFFFFF:Stage 8 :viprp1:00000000:0001E4DA:0000000F:FFFFFFFF:Infinite Lives PL1 :viprp1:00000000:0001E4DB:00000007:FFFFFFFF:Infinite Bombs PL1 :viprp1:00000000:0000142B:0000000B:FFFFFFFF:Invincibility "ON" PL1 :viprp1:00000000:0000142B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :viprp1:00000000:000366FC:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :viprp1:00000000:0001E4DD:00000003:FFFFFFFF:Always Maximum Shot Power PL1:Also Maximum Extra Weapon Power :viprp1:62000000:00000000:00000000:00000000:Select Extra Weapon PL1 :viprp1:00010000:0001E4DC:00000000:FFFFFFFF:None :viprp1:00010000:0001E4DC:00000001:FFFFFFFF:Laser :viprp1:00010000:0001E4DC:00000002:FFFFFFFF:Missile :viprp1:00010000:0001E4DC:00000003:FFFFFFFF:Napalm :viprp1:00010000:0001E4DC:00000004:FFFFFFFF:Wide Shot :viprp1:00000000:0001E51A:0000000F:FFFFFFFF:Infinite Lives PL2 :viprp1:00000000:0001E51B:00000007:FFFFFFFF:Infinite Bombs PL2 :viprp1:00000000:00001577:0000000C:FFFFFFFF:Invincibility "ON" PL2 :viprp1:00000000:00001577:00000003:FFFFFFFF:Invincibility "OFF" PL2 :viprp1:00000000:000366FD:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :viprp1:00000000:0001E51D:00000003:FFFFFFFF:Always Maximum Shot Power PL2:Also Maximum Extra Weapon Power :viprp1:62000000:00000000:00000000:00000000:Select Extra Weapon PL2 :viprp1:00010000:0001E51C:00000000:FFFFFFFF:None :viprp1:00010000:0001E51C:00000001:FFFFFFFF:Laser :viprp1:00010000:0001E51C:00000002:FFFFFFFF:Missile :viprp1:00010000:0001E51C:00000003:FFFFFFFF:Napalm :viprp1:00010000:0001E51C:00000004:FFFFFFFF:Wide Shot ; [ Viper Phase 1 (Japan) ] :viprp1o:00000000:0001D75A:00000009:FFFFFFFF:Infinite Credits :viprp1o:00000000:0001D68E:0000000F:FFFFFFFF:Infinite Lives PL1 :viprp1o:00000000:0001D68F:00000007:FFFFFFFF:Infinite Bombs PL1 :viprp1o:00000000:0000142B:0000000B:FFFFFFFF:Invincibility "ON" PL1 :viprp1o:00000000:0000142B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :viprp1o:00000000:0001D692:00000003:FFFFFFFF:Always Maximum Shot Power PL1 :viprp1o:00000000:0003583C:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :viprp1o:00000000:0001D691:00000003:FFFFFFFF:Always Max Extra Weapon Power PL1 :viprp1o:00100000:0001D684:00000500:FFFFFFFF:Infinite Extra Weapon Energy PL1 :viprp1o:62000000:00000000:00000000:00000000:Select Extra Weapon PL1 :viprp1o:00010000:0001D690:00000000:FFFFFFFF:None :viprp1o:00010000:0001D690:00000001:FFFFFFFF:Laser :viprp1o:00010000:0001D690:00000002:FFFFFFFF:Missile :viprp1o:00010000:0001D690:00000003:FFFFFFFF:Napalm :viprp1o:00010000:0001D690:00000004:FFFFFFFF:Wide Shot :viprp1o:00000000:0001D6C6:0000000F:FFFFFFFF:Infinite Lives PL2 :viprp1o:00000000:0001D6C7:00000007:FFFFFFFF:Infinite Bombs PL2 :viprp1o:00000000:00001577:0000000C:FFFFFFFF:Invincibility "ON" PL2 :viprp1o:00000000:00001577:00000003:FFFFFFFF:Invincibility "OFF" PL2 :viprp1o:00000000:0001D6CA:00000003:FFFFFFFF:Always Maximum Shot Power PL2 :viprp1o:00000000:0003583D:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :viprp1o:00000000:0001D6C9:00000003:FFFFFFFF:Always Max Extra Weapon Power PL2 :viprp1o:00100000:0001D6BC:00000500:FFFFFFFF:Infinite Extra Weapon Energy PL2 :viprp1o:62000000:00000000:00000000:00000000:Select Extra Weapon PL2 :viprp1o:00010000:0001D6C8:00000000:FFFFFFFF:None :viprp1o:00010000:0001D6C8:00000001:FFFFFFFF:Laser :viprp1o:00010000:0001D6C8:00000002:FFFFFFFF:Missile :viprp1o:00010000:0001D6C8:00000003:FFFFFFFF:Napalm :viprp1o:00010000:0001D6C8:00000004:FFFFFFFF:Wide Shot :viprp1o:62000000:00000000:00000000:00000000:Select Stage:Turn it OFF after you've started the stage :viprp1o:00010000:0001D780:00000001:FFFFFFFF:Stage 1 :viprp1o:00010000:0001D780:00000002:FFFFFFFF:Stage 2 :viprp1o:00010000:0001D780:00000003:FFFFFFFF:Stage 3 :viprp1o:00010000:0001D780:00000004:FFFFFFFF:Stage 4 :viprp1o:00010000:0001D780:00000006:FFFFFFFF:Stage 5 :viprp1o:00010000:0001D780:00000007:FFFFFFFF:Stage 6 :viprp1o:00010000:0001D780:00000008:FFFFFFFF:Stage 7 :viprp1o:00010000:0001D780:00000009:FFFFFFFF:Stage 8 ; [ Viper Phase 1 (Germany) ] :viprp1ot:00000000:0001D75A:00000009:FFFFFFFF:Infinite Credits :viprp1ot:00000000:0001D68E:0000000F:FFFFFFFF:Infinite Lives PL1 :viprp1ot:00000000:0001D68F:00000007:FFFFFFFF:Infinite Bombs PL1 :viprp1ot:00000000:0000142B:0000000B:FFFFFFFF:Invincibility "ON" PL1 :viprp1ot:00000000:0000142B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :viprp1ot:00000000:0001D692:00000003:FFFFFFFF:Always Maximum Shot Power PL1 :viprp1ot:00000000:0003583C:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :viprp1ot:00000000:0001D691:00000003:FFFFFFFF:Always Max Extra Weapon Power PL1 :viprp1ot:00100000:0001D684:00000500:FFFFFFFF:Infinite Extra Weapon Energy PL1 :viprp1ot:62000000:00000000:00000000:00000000:Select Extra Weapon PL1 :viprp1ot:00010000:0001D690:00000000:FFFFFFFF:None :viprp1ot:00010000:0001D690:00000001:FFFFFFFF:Laser :viprp1ot:00010000:0001D690:00000002:FFFFFFFF:Missile :viprp1ot:00010000:0001D690:00000003:FFFFFFFF:Napalm :viprp1ot:00010000:0001D690:00000004:FFFFFFFF:Wide Shot :viprp1ot:00000000:0001D6C6:0000000F:FFFFFFFF:Infinite Lives PL2 :viprp1ot:00000000:0001D6C7:00000007:FFFFFFFF:Infinite Bombs PL2 :viprp1ot:00000000:00001577:0000000C:FFFFFFFF:Invincibility "ON" PL2 :viprp1ot:00000000:00001577:00000003:FFFFFFFF:Invincibility "OFF" PL2 :viprp1ot:00000000:0001D6CA:00000003:FFFFFFFF:Always Maximum Shot Power PL2 :viprp1ot:00000000:0003583D:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :viprp1ot:00000000:0001D6C9:00000003:FFFFFFFF:Always Max Extra Weapon Power PL2 :viprp1ot:00100000:0001D6BC:00000500:FFFFFFFF:Infinite Extra Weapon Energy PL2 :viprp1ot:62000000:00000000:00000000:00000000:Select Extra Weapon PL2 :viprp1ot:00010000:0001D6C8:00000000:FFFFFFFF:None :viprp1ot:00010000:0001D6C8:00000001:FFFFFFFF:Laser :viprp1ot:00010000:0001D6C8:00000002:FFFFFFFF:Missile :viprp1ot:00010000:0001D6C8:00000003:FFFFFFFF:Napalm :viprp1ot:00010000:0001D6C8:00000004:FFFFFFFF:Wide Shot :viprp1ot:62000000:00000000:00000000:00000000:Select Stage:Turn it OFF after you've started the stage :viprp1ot:00010000:0001D780:00000001:FFFFFFFF:Stage 1 :viprp1ot:00010000:0001D780:00000002:FFFFFFFF:Stage 2 :viprp1ot:00010000:0001D780:00000003:FFFFFFFF:Stage 3 :viprp1ot:00010000:0001D780:00000004:FFFFFFFF:Stage 4 :viprp1ot:00010000:0001D780:00000006:FFFFFFFF:Stage 5 :viprp1ot:00010000:0001D780:00000007:FFFFFFFF:Stage 6 :viprp1ot:00010000:0001D780:00000008:FFFFFFFF:Stage 7 :viprp1ot:00010000:0001D780:00000009:FFFFFFFF:Stage 8 ; [ Viper Phase 1 (Switzerland, New Version) ] :viprp1s:00000000:0001E5AE:00000063:FFFFFFFF:Infinite Credits :viprp1s:62000000:00000000:00000000:00000000:Select Stage:Turn it OFF after you've started the stage :viprp1s:00010000:0001E5D8:00000001:FFFFFFFF:Stage 1 :viprp1s:00010000:0001E5D8:00000002:FFFFFFFF:Stage 2 :viprp1s:00010000:0001E5D8:00000003:FFFFFFFF:Stage 3 :viprp1s:00010000:0001E5D8:00000004:FFFFFFFF:Stage 4 :viprp1s:00010000:0001E5D8:00000006:FFFFFFFF:Stage 5 :viprp1s:00010000:0001E5D8:00000007:FFFFFFFF:Stage 6 :viprp1s:00010000:0001E5D8:00000008:FFFFFFFF:Stage 7 :viprp1s:00010000:0001E5D8:00000009:FFFFFFFF:Stage 8 :viprp1s:00000000:0001E4DA:0000000F:FFFFFFFF:Infinite Lives PL1 :viprp1s:00000000:0001E4DB:00000007:FFFFFFFF:Infinite Bombs PL1 :viprp1s:00000000:0000142B:0000000B:FFFFFFFF:Invincibility "ON" PL1 :viprp1s:00000000:0000142B:00000002:FFFFFFFF:Invincibility "OFF" PL1 :viprp1s:00000000:000366FC:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :viprp1s:00000000:0001E4DD:00000003:FFFFFFFF:Always Maximum Shot Power PL1:Also Maximum Extra Weapon Power :viprp1s:62000000:00000000:00000000:00000000:Select Extra Weapon PL1 :viprp1s:00010000:0001E4DC:00000000:FFFFFFFF:None :viprp1s:00010000:0001E4DC:00000001:FFFFFFFF:Laser :viprp1s:00010000:0001E4DC:00000002:FFFFFFFF:Missile :viprp1s:00010000:0001E4DC:00000003:FFFFFFFF:Napalm :viprp1s:00010000:0001E4DC:00000004:FFFFFFFF:Wide Shot :viprp1s:00000000:0001E51A:0000000F:FFFFFFFF:Infinite Lives PL2 :viprp1s:00000000:0001E51B:00000007:FFFFFFFF:Infinite Bombs PL2 :viprp1s:00000000:00001577:0000000C:FFFFFFFF:Invincibility "ON" PL2 :viprp1s:00000000:00001577:00000003:FFFFFFFF:Invincibility "OFF" PL2 :viprp1s:00000000:000366FD:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen :viprp1s:00000000:0001E51D:00000003:FFFFFFFF:Always Maximum Shot Power PL2:Also Maximum Extra Weapon Power :viprp1s:62000000:00000000:00000000:00000000:Select Extra Weapon PL2 :viprp1s:00010000:0001E51C:00000000:FFFFFFFF:None :viprp1s:00010000:0001E51C:00000001:FFFFFFFF:Laser :viprp1s:00010000:0001E51C:00000002:FFFFFFFF:Missile :viprp1s:00010000:0001E51C:00000003:FFFFFFFF:Napalm :viprp1s:00010000:0001E51C:00000004:FFFFFFFF:Wide Shot ; [ Mahjong Vitamin C (Japan) ] vitaminc:0:0000:00:999:[ The winning hand cheat must ] vitaminc:0:0000:00:999:[ be in your hand, then press ] vitaminc:0:0000:00:999:[ the RON key ('Z' by default). ] vitaminc:0:0000:00:999:[ The tiles do not visually ] vitaminc:0:0000:00:999:[ change until you make a move. ] vitaminc:0:413C:1B:001:Get winning hand Now! vitaminc:0:413D:1B:501:Get winning hand Now! (02/15) vitaminc:0:413E:1B:501:Get winning hand Now! (03/15) vitaminc:0:413F:1C:501:Get winning hand Now! (04/15) vitaminc:0:4140:1C:501:Get winning hand Now! (05/15) vitaminc:0:4141:1C:501:Get winning hand Now! (06/15) vitaminc:0:4142:1D:501:Get winning hand Now! (07/15) vitaminc:0:4143:1D:501:Get winning hand Now! (08/15) vitaminc:0:4144:1D:501:Get winning hand Now! (09/15) vitaminc:0:4145:1E:501:Get winning hand Now! (10/15) vitaminc:0:4146:1E:501:Get winning hand Now! (11/15) vitaminc:0:4147:1E:501:Get winning hand Now! (12/15) vitaminc:0:4148:1F:501:Get winning hand Now! (13/15) vitaminc:0:4025:1F:501:Get winning hand Now! (14/15) vitaminc:0:4029:1F:501:Get winning hand Now! (15/15) vitaminc:0:413C:1B:000:Always winning hand vitaminc:0:413D:1B:500:Always winning hand (02/15) vitaminc:0:413E:1B:500:Always winning hand (03/15) vitaminc:0:413F:1C:500:Always winning hand (04/15) vitaminc:0:4140:1C:500:Always winning hand (05/15) vitaminc:0:4141:1C:500:Always winning hand (06/15) vitaminc:0:4142:1D:500:Always winning hand (07/15) vitaminc:0:4143:1D:500:Always winning hand (08/15) vitaminc:0:4144:1D:500:Always winning hand (09/15) vitaminc:0:4145:1E:500:Always winning hand (10/15) vitaminc:0:4146:1E:500:Always winning hand (11/15) vitaminc:0:4147:1E:500:Always winning hand (12/15) vitaminc:0:4148:1F:500:Always winning hand (13/15) vitaminc:0:4025:1F:500:Always winning hand (14/15) vitaminc:0:4029:1F:500:Always winning hand (15/15) ; [ V-Liner (set 1) ] vliner:0:0000:00:999:[ This game should be ]:REASON 10 vliner:0:0000:00:999:[ quite straighforward ]:REASON 10 vliner:0:0000:00:999:[ enough to find cheats ]:REASON 10 vliner:0:0000:00:999:[ for. But no cheats ]:REASON 10 vliner:0:0000:00:999:[ had been submitted ]:REASON 10 vliner:0:0000:00:999:[ at the time this cheat]:REASON 10 vliner:0:0000:00:999:[ file was compiled ]:REASON 10 vliner:0:0000:00:999:[ due to the game ]:REASON 10 vliner:0:0000:00:999:[ generating zero ]:REASON 10 vliner:0:0000:00:999:[ interest from cheat ]:REASON 10 vliner:0:0000:00:999:[ finders. If you have ]:REASON 10 vliner:0:0000:00:999:[ made some cheats for ]:REASON 10 vliner:0:0000:00:999:[ this game please post ]:REASON 10 vliner:0:0000:00:999:[ them on the cheat ]:REASON 10 vliner:0:0000:00:999:[ forums. Don't forget ]:REASON 10 vliner:0:0000:00:999:[ to search the cheat ]:REASON 10 vliner:0:0000:00:999:[ forums first though as]:REASON 10 vliner:0:0000:00:999:[ cheats may have been ]:REASON 10 vliner:0:0000:00:999:[ found in the meanwhile]:REASON 10 :vliner:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :vliner:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :vliner:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ V-Liner (set 2) ] vlinero:0:0000:00:999:[ This game should be ]:REASON 10 vlinero:0:0000:00:999:[ quite straighforward ]:REASON 10 vlinero:0:0000:00:999:[ enough to find cheats ]:REASON 10 vlinero:0:0000:00:999:[ for. But no cheats ]:REASON 10 vlinero:0:0000:00:999:[ had been submitted ]:REASON 10 vlinero:0:0000:00:999:[ at the time this cheat]:REASON 10 vlinero:0:0000:00:999:[ file was compiled ]:REASON 10 vlinero:0:0000:00:999:[ due to the game ]:REASON 10 vlinero:0:0000:00:999:[ generating zero ]:REASON 10 vlinero:0:0000:00:999:[ interest from cheat ]:REASON 10 vlinero:0:0000:00:999:[ finders. If you have ]:REASON 10 vlinero:0:0000:00:999:[ made some cheats for ]:REASON 10 vlinero:0:0000:00:999:[ this game please post ]:REASON 10 vlinero:0:0000:00:999:[ them on the cheat ]:REASON 10 vlinero:0:0000:00:999:[ forums. Don't forget ]:REASON 10 vlinero:0:0000:00:999:[ to search the cheat ]:REASON 10 vlinero:0:0000:00:999:[ forums first though as]:REASON 10 vlinero:0:0000:00:999:[ cheats may have been ]:REASON 10 vlinero:0:0000:00:999:[ found in the meanwhile]:REASON 10 :vlinero:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :vlinero:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :vlinero:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Virtual Mahjong (J 961214 V1.000) ] vmahjong:0:0000:00:999:[ There are no cheats ]:REASON 1 vmahjong:0:0000:00:999:[ for this game as it ]:REASON 1 vmahjong:0:0000:00:999:[ didn't work the last ]:REASON 1 vmahjong:0:0000:00:999:[ time it was tested. ]:REASON 1 vmahjong:0:0000:00:999:[ If the game now works ]:REASON 1 vmahjong:0:0000:00:999:[ please request cheats ]:REASON 1 vmahjong:0:0000:00:999:[ for it on the cheat ]:REASON 1 vmahjong:0:0000:00:999:[ forums. ]:REASON 1 ; [ Varia Metal ] vmetal:0:FF011E:99:000:Infinite Credits vmetal:0:FF043F:0A:000:Infinite Lives PL1 vmetal:0:FF0432:40:000:Infinite Energy (Buggy) PL1:Only use this cheat with Invincibility enabled as the game will hang when you die otherwise vmetal:0:FF0441:FF:000:Invincibility PL1 vmetal:0:FF1031:70:000:Infinite Flames PL1 vmetal:0:FF042D:05:000:Always have Laser Shot PL1 vmetal:0:FF042D:0B:000:Always have Homing Weapon PL1 vmetal:0:FF042D:0F:000:Always have Side shot PL1 vmetal:0:FF042D:17:000:Always have Spread Shot PL1 vmetal:0:FF042D:05:001:Get the Laser Shot Now! PL1 vmetal:0:FF042D:0B:001:Get the Homing Weapon Now!PL1 vmetal:0:FF042D:0F:001:Get the Side shot Now! PL1 vmetal:0:FF042D:17:001:Get the Spread Shot Now! PL1 vmetal:0:FF049F:09:000:Infinite Lives PL2 vmetal:0:FF0492:40:000:Infinite Energy (Buggy) PL2:Only use this cheat with Invincibility enabled as the game will hang when you die otherwise vmetal:0:FF04A1:FF:000:Invincibility PL2 vmetal:0:FF10F7:04:000:Infinite Shield PL2 vmetal:0:FF048D:05:000:Always have Laser Shot PL2 vmetal:0:FF048D:0B:000:Always have Homing Weapon PL2 vmetal:0:FF048D:0F:000:Always have Side shot PL2 vmetal:0:FF048D:17:000:Always have Spread Shot PL2 vmetal:0:FF048D:05:001:Get the Laser Shot Now! PL2 vmetal:0:FF048D:0B:001:Get the Homing Weapon Now!PL2 vmetal:0:FF048D:0F:001:Get the Side shot Now! PL2 vmetal:0:FF048D:17:001:Get the Spread Shot Now! PL2 ; [ Varia Metal (New Ways Trading Co.) ] vmetaln:0:FF011E:99:000:Infinite Credits vmetaln:0:FF043F:0A:000:Infinite Lives PL1 vmetaln:0:FF0432:40:000:Infinite Energy (Buggy) PL1:Only use this cheat with Invincibility enabled as the game will hang when you die otherwise vmetaln:0:FF0441:FF:000:Invincibility PL1 vmetaln:0:FF1031:70:000:Infinite Flames PL1 vmetaln:0:FF042D:05:000:Always have Laser Shot PL1 vmetaln:0:FF042D:0B:000:Always have Homing Weapon PL1 vmetaln:0:FF042D:0F:000:Always have Side shot PL1 vmetaln:0:FF042D:17:000:Always have Spread Shot PL1 vmetaln:0:FF042D:05:001:Get the Laser Shot Now! PL1 vmetaln:0:FF042D:0B:001:Get the Homing Weapon Now!PL1 vmetaln:0:FF042D:0F:001:Get the Side shot Now! PL1 vmetaln:0:FF042D:17:001:Get the Spread Shot Now! PL1 vmetaln:0:FF049F:09:000:Infinite Lives PL2 vmetaln:0:FF0492:40:000:Infinite Energy (Buggy) PL2:Only use this cheat with Invincibility enabled as the game will hang when you die otherwise vmetaln:0:FF04A1:FF:000:Invincibility PL2 vmetaln:0:FF10F7:04:000:Infinite Shield PL2 vmetaln:0:FF048D:05:000:Always have Laser Shot PL2 vmetaln:0:FF048D:0B:000:Always have Homing Weapon PL2 vmetaln:0:FF048D:0F:000:Always have Side shot PL2 vmetaln:0:FF048D:17:000:Always have Spread Shot PL2 vmetaln:0:FF048D:05:001:Get the Laser Shot Now! PL2 vmetaln:0:FF048D:0B:001:Get the Homing Weapon Now!PL2 vmetaln:0:FF048D:0F:001:Get the Side shot Now! PL2 vmetaln:0:FF048D:17:001:Get the Spread Shot Now! PL2 ; [ Volfied (World) ] volfied:0:100027:09:000:Infinite Credits volfied:0:100181:06:000:Infinite Lives volfied:0:10018B:09:000:Infinite Shields volfied:0:10018A:9A:500:Infinite Shields (2/2) volfied:0:10031B:01:000:Always have Speed 'ON' volfied:0:10031B:00:001:Always have Speed 'OFF' volfied:0:100882:01:000:Always have Power 'ON' volfied:0:100882:00:001:Always have Power 'OFF' volfied:0:100884:01:000:Always have Laser 'ON' volfied:0:100884:00:001:Always have Laser 'OFF' volfied:0:100883:01:000:Freeze All Enemies 'ON' volfied:0:100883:00:001:Freeze All Enemies 'OFF' volfied:0:100191:00:001:Complete level with 99.9% Now! volfied:0:100192:99:501:Complete level with 99.9% Now! (2/3) volfied:0:100193:09:501:Complete level with 99.9% Now! (3/3) volfied:0:100197:16:001:Complete Game Now! volfied:0:100198:0F:501:Complete Game Now! (2/5) volfied:0:100191:00:501:Complete Game Now! (3/5) volfied:0:100192:99:501:Complete Game Now! (4/5) volfied:0:100193:09:501:Complete Game Now! (5/5) ; [ Volfied (Japan) ] volfiedj:0:100027:09:000:Infinite Credits volfiedj:0:100181:06:000:Infinite Lives volfiedj:0:10018B:09:000:Infinite Shields volfiedj:0:10018A:9A:500:Infinite Shields (2/2) volfiedj:0:10031B:01:000:Always have Speed 'ON' volfiedj:0:10031B:00:001:Always have Speed 'OFF' volfiedj:0:100882:01:000:Always have Power 'ON' volfiedj:0:100882:00:001:Always have Power 'OFF' volfiedj:0:100884:01:000:Always have Laser 'ON' volfiedj:0:100884:00:001:Always have Laser 'OFF' volfiedj:0:100883:01:000:Freeze All Enemies 'ON' volfiedj:0:100883:00:001:Freeze All Enemies 'OFF' volfiedj:0:100191:00:001:Complete level with 99.9% Now! volfiedj:0:100192:99:501:Complete level with 99.9% Now! (2/3) volfiedj:0:100193:09:501:Complete level with 99.9% Now! (3/3) volfiedj:0:100197:16:001:Complete Game Now! volfiedj:0:100198:0F:501:Complete Game Now! (2/5) volfiedj:0:100191:00:501:Complete Game Now! (3/5) volfiedj:0:100192:99:501:Complete Game Now! (4/5) volfiedj:0:100193:09:501:Complete Game Now! (5/5) ; [ Volfied (US) ] volfiedu:0:100027:09:000:Infinite Credits volfiedu:0:100181:06:000:Infinite Lives volfiedu:0:10018B:09:000:Infinite Shields volfiedu:0:10018A:9A:500:Infinite Shields (2/2) volfiedu:0:10031B:01:000:Always have Speed 'ON' volfiedu:0:10031B:00:001:Always have Speed 'OFF' volfiedu:0:100882:01:000:Always have Power 'ON' volfiedu:0:100882:00:001:Always have Power 'OFF' volfiedu:0:100884:01:000:Always have Laser 'ON' volfiedu:0:100884:00:001:Always have Laser 'OFF' volfiedu:0:100883:01:000:Freeze All Enemies 'ON' volfiedu:0:100883:00:001:Freeze All Enemies 'OFF' volfiedu:0:100191:00:001:Complete level with 99.9% Now! volfiedu:0:100192:99:501:Complete level with 99.9% Now! (2/3) volfiedu:0:100193:09:501:Complete level with 99.9% Now! (3/3) volfiedu:0:100197:16:001:Complete Game Now! volfiedu:0:100198:0F:501:Complete Game Now! (2/5) volfiedu:0:100191:00:501:Complete Game Now! (3/5) volfiedu:0:100192:99:501:Complete Game Now! (4/5) volfiedu:0:100193:09:501:Complete Game Now! (5/5) ; [ Virtual On Cyber Troopers (Japan) ] von:0:0000:00:999:[ There are no cheats ]:REASON 1 von:0:0000:00:999:[ for this game as it ]:REASON 1 von:0:0000:00:999:[ didn't work the last ]:REASON 1 von:0:0000:00:999:[ time it was tested. ]:REASON 1 von:0:0000:00:999:[ If the game now works ]:REASON 1 von:0:0000:00:999:[ please request cheats ]:REASON 1 von:0:0000:00:999:[ for it on the cheat ]:REASON 1 von:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtual On 2: Oratorio Tangram ] von2:0:0000:00:999:[ There are no cheats ]:REASON 1 von2:0:0000:00:999:[ for this game as it ]:REASON 1 von2:0:0000:00:999:[ didn't work the last ]:REASON 1 von2:0:0000:00:999:[ time it was tested. ]:REASON 1 von2:0:0000:00:999:[ If the game now works ]:REASON 1 von2:0:0000:00:999:[ please request cheats ]:REASON 1 von2:0:0000:00:999:[ for it on the cheat ]:REASON 1 von2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtual On 2: Oratorio Tangram (ver 5.4g) ] von254g:0:0000:00:999:[ There are no cheats ]:REASON 1 von254g:0:0000:00:999:[ for this game as it ]:REASON 1 von254g:0:0000:00:999:[ didn't work the last ]:REASON 1 von254g:0:0000:00:999:[ time it was tested. ]:REASON 1 von254g:0:0000:00:999:[ If the game now works ]:REASON 1 von254g:0:0000:00:999:[ please request cheats ]:REASON 1 von254g:0:0000:00:999:[ for it on the cheat ]:REASON 1 von254g:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtual On Cyber Troopers (US) ] vonusa:0:0000:00:999:[ There are no cheats ]:REASON 1 vonusa:0:0000:00:999:[ for this game as it ]:REASON 1 vonusa:0:0000:00:999:[ didn't work the last ]:REASON 1 vonusa:0:0000:00:999:[ time it was tested. ]:REASON 1 vonusa:0:0000:00:999:[ If the game now works ]:REASON 1 vonusa:0:0000:00:999:[ please request cheats ]:REASON 1 vonusa:0:0000:00:999:[ for it on the cheat ]:REASON 1 vonusa:0:0000:00:999:[ forums. ]:REASON 1 ; [ 906III Video Poker ] vp906iii:0:0000:00:999:[ There are no cheats ]:REASON 1 vp906iii:0:0000:00:999:[ for this game as it ]:REASON 1 vp906iii:0:0000:00:999:[ didn't work the last ]:REASON 1 vp906iii:0:0000:00:999:[ time it was tested. ]:REASON 1 vp906iii:0:0000:00:999:[ If the game now works ]:REASON 1 vp906iii:0:0000:00:999:[ please request cheats ]:REASON 1 vp906iii:0:0000:00:999:[ for it on the cheat ]:REASON 1 vp906iii:0:0000:00:999:[ forums. ]:REASON 1 ; [ Video Pool (bootleg on Moon Cresta hardware) ] vpool:0:8002:63:000:Infinite Credits vpool:0:81C0:03:000:Infinite Lives vpool:0:81A6:03:000:Infinite Rests ; [ Virtua Racing ] :vr:00100000:50116C:0000F9E3:FFFFFFFF:Infinite Time ; [ Vegas Roulette ] vroulet:0:0000:00:999:[ This game hasn't even ]:REASON 11 vroulet:0:0000:00:999:[ been looked at due to ]:REASON 11 vroulet:0:0000:00:999:[ time constraints - Too]:REASON 11 vroulet:0:0000:00:999:[ many games and so ]:REASON 11 vroulet:0:0000:00:999:[ little time. It is ]:REASON 11 vroulet:0:0000:00:999:[ even possible that ]:REASON 11 vroulet:0:0000:00:999:[ this game may be a ]:REASON 11 vroulet:0:0000:00:999:[ clone of an existing ]:REASON 11 vroulet:0:0000:00:999:[ game which may have ]:REASON 11 vroulet:0:0000:00:999:[ cheats. Please search ]:REASON 11 vroulet:0:0000:00:999:[ the cheat forums ]:REASON 11 vroulet:0:0000:00:999:[ before posting cheat ]:REASON 11 vroulet:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Virtua Striker 2 (Step 2.0) ] :vs2:00100000:000FF4E2:0000FFFF:FFFFFFFF:Infinite Time :vs2:00100001:000FF4E2:00000001:FFFFFFFF:Finish this Game Now! :vs2:00000101:00103F5B:00000063:FFFFFFFF:Select Score PL1 :vs2:00000000:00103F5B:00000000:FFFFFFFF:Score always = 0 PL1 :vs2:00000000:00103F5B:00000063:FFFFFFFF:Score always = 99 PL1 :vs2:00000001:00103F5B:00000000:FFFFFFFF:Set score = 0 Now! PL1 :vs2:00000001:00103F5B:00000032:FFFFFFFF:Set score = 50 Now! PL1 :vs2:00000101:00103F6B:00000063:FFFFFFFF:Select Score PL2 :vs2:00000000:00103F6B:00000000:FFFFFFFF:Score always = 0 PL2 :vs2:00000000:00103F6B:00000063:FFFFFFFF:Score always = 99 PL2 :vs2:00000001:00103F6B:00000000:FFFFFFFF:Set score = 0 Now! PL2 :vs2:00000001:00103F6B:00000032:FFFFFFFF:Set score = 50 Now! PL2 ; [ Virtua Striker 2 (Step 1.5) ] :vs215:00100000:000F981E:0000FFFF:FFFFFFFF:Infinite Time :vs215:00100001:000F981E:00000001:FFFFFFFF:Finish this Game Now! :vs215:00000101:000FE29F:00000063:FFFFFFFF:Select Score PL1 :vs215:00000000:000FE29F:00000000:FFFFFFFF:Score always = 0 PL1 :vs215:00000000:000FE29F:00000063:FFFFFFFF:Score always = 99 PL1 :vs215:00000001:000FE29F:00000000:FFFFFFFF:Set score = 0 Now! PL1 :vs215:00000001:000FE29F:00000032:FFFFFFFF:Set score = 50 Now! PL1 :vs215:00000101:000FE2AF:00000063:FFFFFFFF:Select Score PL2 :vs215:00000000:000FE2AF:00000000:FFFFFFFF:Score always = 0 PL2 :vs215:00000000:000FE2AF:00000063:FFFFFFFF:Score always = 99 PL2 :vs215:00000001:000FE2AF:00000000:FFFFFFFF:Set score = 0 Now! PL2 :vs215:00000001:000FE2AF:00000032:FFFFFFFF:Set score = 50 Now! PL2 ; [ Virtua Striker 2 '98 (Step 2.0) ] vs298:0:0000:00:999:[ There are no cheats ]:REASON 1 vs298:0:0000:00:999:[ for this game as it ]:REASON 1 vs298:0:0000:00:999:[ didn't work the last ]:REASON 1 vs298:0:0000:00:999:[ time it was tested. ]:REASON 1 vs298:0:0000:00:999:[ If the game now works ]:REASON 1 vs298:0:0000:00:999:[ please request cheats ]:REASON 1 vs298:0:0000:00:999:[ for it on the cheat ]:REASON 1 vs298:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtua Striker 2 '98 (Step 1.5) ] :vs29815:00100000:00105BF6:0000FFFF:FFFFFFFF:Infinite Time :vs29815:00100001:00105BF6:00000001:FFFFFFFF:Finish this Game Now! :vs29815:00000101:0010BB5F:00000063:FFFFFFFF:Select Score PL1 :vs29815:00000000:0010BB5F:00000000:FFFFFFFF:Score always = 0 PL1 :vs29815:00000000:0010BB5F:00000063:FFFFFFFF:Score always = 99 PL1 :vs29815:00000001:0010BB5F:00000000:FFFFFFFF:Set score = 0 Now! PL1 :vs29815:00000001:0010BB5F:00000032:FFFFFFFF:Set score = 50 Now! PL1 :vs29815:00000101:0010BB77:00000063:FFFFFFFF:Select Score PL2 :vs29815:00000000:0010BB77:00000000:FFFFFFFF:Score always = 0 PL2 :vs29815:00000000:0010BB77:00000063:FFFFFFFF:Score always = 99 PL2 :vs29815:00000001:0010BB77:00000000:FFFFFFFF:Set score = 0 Now! PL2 :vs29815:00000001:0010BB77:00000032:FFFFFFFF:Set score = 50 Now! PL2 ; [ Virtua Striker 2 '99 ] vs299:0:0000:00:999:[ There are no cheats ]:REASON 1 vs299:0:0000:00:999:[ for this game as it ]:REASON 1 vs299:0:0000:00:999:[ didn't work the last ]:REASON 1 vs299:0:0000:00:999:[ time it was tested. ]:REASON 1 vs299:0:0000:00:999:[ If the game now works ]:REASON 1 vs299:0:0000:00:999:[ please request cheats ]:REASON 1 vs299:0:0000:00:999:[ for it on the cheat ]:REASON 1 vs299:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtua Striker 2 '99.1 ] vs2v991:0:0000:00:999:[ There are no cheats ]:REASON 1 vs2v991:0:0000:00:999:[ for this game as it ]:REASON 1 vs2v991:0:0000:00:999:[ didn't work the last ]:REASON 1 vs2v991:0:0000:00:999:[ time it was tested. ]:REASON 1 vs2v991:0:0000:00:999:[ If the game now works ]:REASON 1 vs2v991:0:0000:00:999:[ please request cheats ]:REASON 1 vs2v991:0:0000:00:999:[ for it on the cheat ]:REASON 1 vs2v991:0:0000:00:999:[ forums. ]:REASON 1 ; [ Vampire Savior: The Lord of Vampire (Euro 970519) ] vsav:0:FF8109:63:000:Infinite Time vsav:0:FF8109:00:001:Finish this Round Now! vsav:0:FF87BC:FF:000:Soul Keeper 'ON' PL1 vsav:0:FF87BC:00:001:Soul Keeper 'OFF' PL1 vsav:0:FF8509:63:000:Maximum POW PL1 vsav:0:FF8450:01:000:Infinite Energy PL1 vsav:0:FF8451:20:500:Infinite Energy PL1 (2/4) vsav:0:FF8452:01:500:Infinite Energy PL1 (3/4) vsav:0:FF8453:20:500:Infinite Energy PL1 (4/4) vsav:0:FF8450:00:001:Drain All Energy Now! PL1 vsav:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4) vsav:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4) vsav:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4) :vsav:62000000:000000:00000000:00000000:Select Character PL1 :vsav:00010000:FF8782:00000000:FFFFFFFF:Baby Bonnie Hood :vsav:00010000:FF8782:00000001:FFFFFFFF:Demitri Maximov :vsav:00010000:FF8782:00000002:FFFFFFFF:Jon Talbain :vsav:00010000:FF8782:00000003:FFFFFFFF:Victor von Geldenheim :vsav:00010000:FF8782:00000004:FFFFFFFF:Lord Raptor :vsav:00010000:FF8782:00000005:FFFFFFFF:Morrigan Aensland :vsav:00010000:FF8782:00000006:FFFFFFFF:Anakaris :vsav:00010000:FF8782:00000007:FFFFFFFF:Felicia :vsav:00010000:FF8782:00000008:FFFFFFFF:Bishamon :vsav:00010000:FF8782:00000009:FFFFFFFF:Rikuo :vsav:00010000:FF8782:0000000A:FFFFFFFF:Sasquatch :vsav:00010000:FF8782:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsav:00010000:FF8782:0000000C:FFFFFFFF:Q-Bee :vsav:00010000:FF8782:0000000D:FFFFFFFF:Hsien-Ko :vsav:00010000:FF8782:0000000E:FFFFFFFF:Lilith :vsav:00010000:FF8782:0000000F:FFFFFFFF:Jedah :vsav:00010000:FF8782:00000012:FFFFFFFF:#Image Talbain :vsav:00010000:FF8782:00000018:FFFFFFFF:#Oboro-Bishamon vsav:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2 vsav:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2 vsav:0:FF8909:63:000:Maximum POW PL2 vsav:0:FF8850:01:000:Infinite Energy PL2 vsav:0:FF8851:20:500:Infinite Energy PL2 (2/4) vsav:0:FF8852:01:500:Infinite Energy PL2 (3/4) vsav:0:FF8853:20:500:Infinite Energy PL2 (4/4) vsav:0:FF8850:00:001:Drain All Energy Now! PL2 vsav:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4) vsav:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4) vsav:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4) :vsav:62000000:000000:00000000:00000000:Select Character PL2 :vsav:00010000:FF8B82:00000000:FFFFFFFF:Baby Bonnie Hood :vsav:00010000:FF8B82:00000001:FFFFFFFF:Demitri Maximov :vsav:00010000:FF8B82:00000002:FFFFFFFF:Jon Talbain :vsav:00010000:FF8B82:00000003:FFFFFFFF:Victor von Geldenheim :vsav:00010000:FF8B82:00000004:FFFFFFFF:Lord Raptor :vsav:00010000:FF8B82:00000005:FFFFFFFF:Morrigan Aensland :vsav:00010000:FF8B82:00000006:FFFFFFFF:Anakaris :vsav:00010000:FF8B82:00000007:FFFFFFFF:Felicia :vsav:00010000:FF8B82:00000008:FFFFFFFF:Bishamon :vsav:00010000:FF8B82:00000009:FFFFFFFF:Rikuo :vsav:00010000:FF8B82:0000000A:FFFFFFFF:Sasquatch :vsav:00010000:FF8B82:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsav:00010000:FF8B82:0000000C:FFFFFFFF:Q-Bee :vsav:00010000:FF8B82:0000000D:FFFFFFFF:Hsien-Ko :vsav:00010000:FF8B82:0000000E:FFFFFFFF:Lilith :vsav:00010000:FF8B82:0000000F:FFFFFFFF:Jedah :vsav:00010000:FF8B82:00000012:FFFFFFFF:#Image Talbain :vsav:00010000:FF8B82:00000018:FFFFFFFF:#Oboro-Bishamon vsav:0:FF800B:FF:000:Sound Test Timer Stop vsav:0:000000:00:999:[ These are the codes to set the machine region - the ] vsav:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vsav:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vsav:0:FF8091:00:000:Region Switch = Japan vsav:0:FF8091:02:000:Region Switch = USA vsav:0:FF8091:04:000:Region Switch = Hispanic vsav:0:FF8091:06:000:Region Switch = Oceania vsav:0:FF8091:08:000:Region Switch = Asia vsav:0:FF8091:0A:000:Region Switch = Euro vsav:0:FF8091:0C:000:Region Switch = Brazil vsav:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text vsav:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text ; [ Vampire Savior 2: The Lord of Vampire (Japan 970913) ] vsav2:0:FF8109:63:000:Infinite Time vsav2:0:FF8109:00:001:Finish this Round Now! vsav2:0:FF87BC:FF:000:Soul Keeper 'ON' PL1 vsav2:0:FF87BC:00:001:Soul Keeper 'OFF' PL1 vsav2:0:FF8509:63:000:Maximum POW PL1 vsav2:0:FF8450:01:000:Infinite Energy PL1 vsav2:0:FF8451:20:500:Infinite Energy PL1 (2/4) vsav2:0:FF8452:01:500:Infinite Energy PL1 (3/4) vsav2:0:FF8453:20:500:Infinite Energy PL1 (4/4) vsav2:0:FF8450:00:001:Drain All Energy Now! PL1 vsav2:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4) vsav2:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4) vsav2:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4) vsav2:0:FF87C3:FF:000:Enable Marionette Effect for VS screen PL1 vsav2:0:FF87AE:06:000:Always have Dark Colour Character PL1 vsav2:0:FF87AE:07:000:Always have Light Colour Character PL1 vsav2:0:FF844B:FF:000:Gloomy Puppet Show helper PL1 vsav2:0:000000:00:999:[ Free player selection. Use on the level VS screen ] vsav2:0:FF8782:00:001:Play as Bulleta PL1 vsav2:0:FF8782:01:001:Play as Dimitri PL1 vsav2:0:FF8782:02:001:Play as Gallon PL1 vsav2:0:FF8782:03:001:Play as Victor PL1 vsav2:0:FF8782:04:001:Play as Zabel PL1 vsav2:0:FF8782:05:001:Play as Morrigan PL1 vsav2:0:FF8782:06:001:Play as Anakaris PL1 vsav2:0:FF8782:07:001:Play as Felicia PL1 vsav2:0:FF8782:08:001:Play as Bishamon PL1 vsav2:0:FF8782:09:001:Play as Aulbath PL1 vsav2:0:FF8782:0A:001:Play as Sasquatch PL1 vsav2:0:FF8782:0C:001:Play as Q-Bee PL1 vsav2:0:FF8782:0D:001:Play as Lei-Lei PL1 vsav2:0:FF8782:0E:001:Play as Lilith PL1 vsav2:0:FF8782:0F:001:Play as Jedah PL1 vsav2:0:FF8782:13:001:Play as Alternate Donovan PL1 vsav2:0:FF87C2:00:501:Play as Alternate Donovan PL1 (2/2) vsav2:0:FF8782:10:001:Play as Alternate Phobos PL1 vsav2:0:FF87C2:01:501:Play as Alternate Phobos PL1 (2/2) vsav2:0:FF8782:18:001:Play as Oboro-Bishamon (Boss) PL1 vsav2:0:FF8782:19:001:Play as Oboro-Bishamon PL1 vsav2:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2 vsav2:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2 vsav2:0:FF8909:63:000:Maximum POW PL2 vsav2:0:FF8850:01:000:Infinite Energy PL2 vsav2:0:FF8851:20:500:Infinite Energy PL2 (2/4) vsav2:0:FF8852:01:500:Infinite Energy PL2 (3/4) vsav2:0:FF8853:20:500:Infinite Energy PL2 (4/4) vsav2:0:FF8850:00:001:Drain All Energy Now! PL2 vsav2:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4) vsav2:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4) vsav2:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4) vsav2:0:FF8BC3:FF:000:Enable Marionette Effect for VS screen PL2 vsav2:0:FF8BAE:06:000:Always have Dark Colour Character PL2 vsav2:0:FF8BAE:07:000:Always have Light Colour Character PL2 vsav2:0:FF884B:01:000:Gloomy Puppet Show helper PL2 vsav2:0:000000:00:999:[ Free player selection. Use on the level VS screen ] vsav2:0:FF8B82:00:001:Play as Bulleta PL2 vsav2:0:FF8B82:01:001:Play as Dimitri PL2 vsav2:0:FF8B82:02:001:Play as Gallon PL2 vsav2:0:FF8B82:03:001:Play as Victor PL2 vsav2:0:FF8B82:04:001:Play as Zabel PL2 vsav2:0:FF8B82:05:001:Play as Morrigan PL2 vsav2:0:FF8B82:06:001:Play as Anakaris PL2 vsav2:0:FF8B82:07:001:Play as Felicia PL2 vsav2:0:FF8B82:08:001:Play as Bishamon PL2 vsav2:0:FF8B82:09:001:Play as Aulbath PL2 vsav2:0:FF8B82:0A:001:Play as Sasquatch PL2 vsav2:0:FF8B82:0C:001:Play as Q-Bee PL2 vsav2:0:FF8B82:0D:001:Play as Lei-Lei PL2 vsav2:0:FF8B82:0E:001:Play as Lilith PL2 vsav2:0:FF8B82:0F:001:Play as Jedah PL2 vsav2:0:FF8B82:10:001:Play as Alternate Phobos PL2 vsav2:0:FF8BC2:01:501:Play as Alternate Phobos PL2 (2/2) vsav2:0:FF8B82:13:001:Play as Alternate Donovan PL2 vsav2:0:FF8BC2:00:501:Play as Alternate Donovan PL2 (2/2) vsav2:0:FF8B82:18:001:Play as Oboro Bishamon (Boss) PL2 vsav2:0:FF8B82:19:001:Play as Oboro-Bishamon PL2 vsav2:0:FF800B:FF:000:Sound Test Timer Stop vsav2:0:000000:00:999:[ These are the codes to set the machine region - the ] vsav2:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vsav2:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vsav2:0:FF8091:00:000:Region Switch = Japan vsav2:0:FF8091:02:000:Region Switch = USA vsav2:0:FF8091:04:000:Region Switch = Hispanic vsav2:0:FF8091:06:000:Region Switch = Oceania vsav2:0:FF8091:08:000:Region Switch = Asia vsav2:0:FF8091:0A:000:Region Switch = Euro vsav2:0:FF8091:0C:000:Region Switch = Brazil ; [ Vampire Savior: The Lord of Vampire (Asia 970519) ] vsava:0:FF8109:63:000:Infinite Time vsava:0:FF8109:00:001:Finish this Round Now! vsava:0:FF87BC:FF:000:Soul Keeper 'ON' PL1 vsava:0:FF87BC:00:001:Soul Keeper 'OFF' PL1 vsava:0:FF8509:63:000:Maximum POW PL1 vsava:0:FF8450:01:000:Infinite Energy PL1 vsava:0:FF8451:20:500:Infinite Energy PL1 (2/4) vsava:0:FF8452:01:500:Infinite Energy PL1 (3/4) vsava:0:FF8453:20:500:Infinite Energy PL1 (4/4) vsava:0:FF8450:00:001:Drain All Energy Now! PL1 vsava:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4) vsava:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4) vsava:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4) :vsava:62000000:000000:00000000:00000000:Select Character PL1 :vsava:00010000:FF8782:00000000:FFFFFFFF:Baby Bonnie Hood :vsava:00010000:FF8782:00000001:FFFFFFFF:Demitri Maximov :vsava:00010000:FF8782:00000002:FFFFFFFF:Jon Talbain :vsava:00010000:FF8782:00000003:FFFFFFFF:Victor von Geldenheim :vsava:00010000:FF8782:00000004:FFFFFFFF:Lord Raptor :vsava:00010000:FF8782:00000005:FFFFFFFF:Morrigan Aensland :vsava:00010000:FF8782:00000006:FFFFFFFF:Anakaris :vsava:00010000:FF8782:00000007:FFFFFFFF:Felicia :vsava:00010000:FF8782:00000008:FFFFFFFF:Bishamon :vsava:00010000:FF8782:00000009:FFFFFFFF:Rikuo :vsava:00010000:FF8782:0000000A:FFFFFFFF:Sasquatch :vsava:00010000:FF8782:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsava:00010000:FF8782:0000000C:FFFFFFFF:Q-Bee :vsava:00010000:FF8782:0000000D:FFFFFFFF:Hsien-Ko :vsava:00010000:FF8782:0000000E:FFFFFFFF:Lilith :vsava:00010000:FF8782:0000000F:FFFFFFFF:Jedah :vsava:00010000:FF8782:00000012:FFFFFFFF:#Image Talbain :vsava:00010000:FF8782:00000018:FFFFFFFF:#Oboro-Bishamon vsava:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2 vsava:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2 vsava:0:FF8909:63:000:Maximum POW PL2 vsava:0:FF8850:01:000:Infinite Energy PL2 vsava:0:FF8851:20:500:Infinite Energy PL2 (2/4) vsava:0:FF8852:01:500:Infinite Energy PL2 (3/4) vsava:0:FF8853:20:500:Infinite Energy PL2 (4/4) vsava:0:FF8850:00:001:Drain All Energy Now! PL2 vsava:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4) vsava:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4) vsava:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4) :vsava:62000000:000000:00000000:00000000:Select Character PL2 :vsava:00010000:FF8B82:00000000:FFFFFFFF:Baby Bonnie Hood :vsava:00010000:FF8B82:00000001:FFFFFFFF:Demitri Maximov :vsava:00010000:FF8B82:00000002:FFFFFFFF:Jon Talbain :vsava:00010000:FF8B82:00000003:FFFFFFFF:Victor von Geldenheim :vsava:00010000:FF8B82:00000004:FFFFFFFF:Lord Raptor :vsava:00010000:FF8B82:00000005:FFFFFFFF:Morrigan Aensland :vsava:00010000:FF8B82:00000006:FFFFFFFF:Anakaris :vsava:00010000:FF8B82:00000007:FFFFFFFF:Felicia :vsava:00010000:FF8B82:00000008:FFFFFFFF:Bishamon :vsava:00010000:FF8B82:00000009:FFFFFFFF:Rikuo :vsava:00010000:FF8B82:0000000A:FFFFFFFF:Sasquatch :vsava:00010000:FF8B82:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsava:00010000:FF8B82:0000000C:FFFFFFFF:Q-Bee :vsava:00010000:FF8B82:0000000D:FFFFFFFF:Hsien-Ko :vsava:00010000:FF8B82:0000000E:FFFFFFFF:Lilith :vsava:00010000:FF8B82:0000000F:FFFFFFFF:Jedah :vsava:00010000:FF8B82:00000012:FFFFFFFF:#Image Talbain :vsava:00010000:FF8B82:00000018:FFFFFFFF:#Oboro-Bishamon vsava:0:FF800B:FF:000:Sound Test Timer Stop vsava:0:000000:00:999:[ These are the codes to set the machine region - the ] vsava:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vsava:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vsava:0:FF8091:00:000:Region Switch = Japan vsava:0:FF8091:02:000:Region Switch = USA vsava:0:FF8091:04:000:Region Switch = Hispanic vsava:0:FF8091:06:000:Region Switch = Oceania vsava:0:FF8091:08:000:Region Switch = Asia vsava:0:FF8091:0A:000:Region Switch = Euro vsava:0:FF8091:0C:000:Region Switch = Brazil vsava:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text vsava:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text ; [ Vampire Savior: The Lord of Vampire (Hispanic 970519) ] vsavh:0:FF8109:63:000:Infinite Time vsavh:0:FF8109:00:001:Finish this Round Now! vsavh:0:FF87BC:FF:000:Soul Keeper 'ON' PL1 vsavh:0:FF87BC:00:001:Soul Keeper 'OFF' PL1 vsavh:0:FF8509:63:000:Maximum POW PL1 vsavh:0:FF8450:01:000:Infinite Energy PL1 vsavh:0:FF8451:20:500:Infinite Energy PL1 (2/4) vsavh:0:FF8452:01:500:Infinite Energy PL1 (3/4) vsavh:0:FF8453:20:500:Infinite Energy PL1 (4/4) vsavh:0:FF8450:00:001:Drain All Energy Now! PL1 vsavh:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4) vsavh:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4) vsavh:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4) :vsavh:62000000:000000:00000000:00000000:Select Character PL1 :vsavh:00010000:FF8782:00000000:FFFFFFFF:Baby Bonnie Hood :vsavh:00010000:FF8782:00000001:FFFFFFFF:Demitri Maximov :vsavh:00010000:FF8782:00000002:FFFFFFFF:Jon Talbain :vsavh:00010000:FF8782:00000003:FFFFFFFF:Victor von Geldenheim :vsavh:00010000:FF8782:00000004:FFFFFFFF:Lord Raptor :vsavh:00010000:FF8782:00000005:FFFFFFFF:Morrigan Aensland :vsavh:00010000:FF8782:00000006:FFFFFFFF:Anakaris :vsavh:00010000:FF8782:00000007:FFFFFFFF:Felicia :vsavh:00010000:FF8782:00000008:FFFFFFFF:Bishamon :vsavh:00010000:FF8782:00000009:FFFFFFFF:Rikuo :vsavh:00010000:FF8782:0000000A:FFFFFFFF:Sasquatch :vsavh:00010000:FF8782:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsavh:00010000:FF8782:0000000C:FFFFFFFF:Q-Bee :vsavh:00010000:FF8782:0000000D:FFFFFFFF:Hsien-Ko :vsavh:00010000:FF8782:0000000E:FFFFFFFF:Lilith :vsavh:00010000:FF8782:0000000F:FFFFFFFF:Jedah :vsavh:00010000:FF8782:00000012:FFFFFFFF:#Image Talbain :vsavh:00010000:FF8782:00000018:FFFFFFFF:#Oboro-Bishamon vsavh:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2 vsavh:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2 vsavh:0:FF8909:63:000:Maximum POW PL2 vsavh:0:FF8850:01:000:Infinite Energy PL2 vsavh:0:FF8851:20:500:Infinite Energy PL2 (2/4) vsavh:0:FF8852:01:500:Infinite Energy PL2 (3/4) vsavh:0:FF8853:20:500:Infinite Energy PL2 (4/4) vsavh:0:FF8850:00:001:Drain All Energy Now! PL2 vsavh:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4) vsavh:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4) vsavh:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4) :vsavh:62000000:000000:00000000:00000000:Select Character PL2 :vsavh:00010000:FF8B82:00000000:FFFFFFFF:Baby Bonnie Hood :vsavh:00010000:FF8B82:00000001:FFFFFFFF:Demitri Maximov :vsavh:00010000:FF8B82:00000002:FFFFFFFF:Jon Talbain :vsavh:00010000:FF8B82:00000003:FFFFFFFF:Victor von Geldenheim :vsavh:00010000:FF8B82:00000004:FFFFFFFF:Lord Raptor :vsavh:00010000:FF8B82:00000005:FFFFFFFF:Morrigan Aensland :vsavh:00010000:FF8B82:00000006:FFFFFFFF:Anakaris :vsavh:00010000:FF8B82:00000007:FFFFFFFF:Felicia :vsavh:00010000:FF8B82:00000008:FFFFFFFF:Bishamon :vsavh:00010000:FF8B82:00000009:FFFFFFFF:Rikuo :vsavh:00010000:FF8B82:0000000A:FFFFFFFF:Sasquatch :vsavh:00010000:FF8B82:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsavh:00010000:FF8B82:0000000C:FFFFFFFF:Q-Bee :vsavh:00010000:FF8B82:0000000D:FFFFFFFF:Hsien-Ko :vsavh:00010000:FF8B82:0000000E:FFFFFFFF:Lilith :vsavh:00010000:FF8B82:0000000F:FFFFFFFF:Jedah :vsavh:00010000:FF8B82:00000012:FFFFFFFF:#Image Talbain :vsavh:00010000:FF8B82:00000018:FFFFFFFF:#Oboro-Bishamon vsavh:0:FF800B:FF:000:Sound Test Timer Stop vsavh:0:000000:00:999:[ These are the codes to set the machine region - the ] vsavh:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vsavh:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vsavh:0:FF8091:00:000:Region Switch = Japan vsavh:0:FF8091:02:000:Region Switch = USA vsavh:0:FF8091:04:000:Region Switch = Hispanic vsavh:0:FF8091:06:000:Region Switch = Oceania vsavh:0:FF8091:08:000:Region Switch = Asia vsavh:0:FF8091:0A:000:Region Switch = Euro vsavh:0:FF8091:0C:000:Region Switch = Brazil vsavh:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text vsavh:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text ; [ Vampire Savior: The Lord of Vampire (Japan 970519) ] vsavj:0:FF8109:63:000:Infinite Time vsavj:0:FF8109:00:001:Finish this Round Now! vsavj:0:FF87BC:FF:000:Soul Keeper 'ON' PL1 vsavj:0:FF87BC:00:001:Soul Keeper 'OFF' PL1 vsavj:0:FF8509:63:000:Maximum POW PL1 vsavj:0:FF8450:01:000:Infinite Energy PL1 vsavj:0:FF8451:20:500:Infinite Energy PL1 (2/4) vsavj:0:FF8452:01:500:Infinite Energy PL1 (3/4) vsavj:0:FF8453:20:500:Infinite Energy PL1 (4/4) vsavj:0:FF8450:00:001:Drain All Energy Now! PL1 vsavj:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4) vsavj:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4) vsavj:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4) :vsavj:62000000:000000:00000000:00000000:Select Character PL1 :vsavj:00010000:FF8782:00000000:FFFFFFFF:Baby Bonnie Hood :vsavj:00010000:FF8782:00000001:FFFFFFFF:Demitri Maximov :vsavj:00010000:FF8782:00000002:FFFFFFFF:Jon Talbain :vsavj:00010000:FF8782:00000003:FFFFFFFF:Victor von Geldenheim :vsavj:00010000:FF8782:00000004:FFFFFFFF:Lord Raptor :vsavj:00010000:FF8782:00000005:FFFFFFFF:Morrigan Aensland :vsavj:00010000:FF8782:00000006:FFFFFFFF:Anakaris :vsavj:00010000:FF8782:00000007:FFFFFFFF:Felicia :vsavj:00010000:FF8782:00000008:FFFFFFFF:Bishamon :vsavj:00010000:FF8782:00000009:FFFFFFFF:Rikuo :vsavj:00010000:FF8782:0000000A:FFFFFFFF:Sasquatch :vsavj:00010000:FF8782:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsavj:00010000:FF8782:0000000C:FFFFFFFF:Q-Bee :vsavj:00010000:FF8782:0000000D:FFFFFFFF:Hsien-Ko :vsavj:00010000:FF8782:0000000E:FFFFFFFF:Lilith :vsavj:00010000:FF8782:0000000F:FFFFFFFF:Jedah :vsavj:00010000:FF8782:00000012:FFFFFFFF:#Image Talbain :vsavj:00010000:FF8782:00000018:FFFFFFFF:#Oboro-Bishamon vsavj:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2 vsavj:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2 vsavj:0:FF8909:63:000:Maximum POW PL2 vsavj:0:FF8850:01:000:Infinite Energy PL2 vsavj:0:FF8851:20:500:Infinite Energy PL2 (2/4) vsavj:0:FF8852:01:500:Infinite Energy PL2 (3/4) vsavj:0:FF8853:20:500:Infinite Energy PL2 (4/4) vsavj:0:FF8850:00:001:Drain All Energy Now! PL2 vsavj:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4) vsavj:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4) vsavj:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4) :vsavj:62000000:000000:00000000:00000000:Select Character PL2 :vsavj:00010000:FF8B82:00000000:FFFFFFFF:Baby Bonnie Hood :vsavj:00010000:FF8B82:00000001:FFFFFFFF:Demitri Maximov :vsavj:00010000:FF8B82:00000002:FFFFFFFF:Jon Talbain :vsavj:00010000:FF8B82:00000003:FFFFFFFF:Victor von Geldenheim :vsavj:00010000:FF8B82:00000004:FFFFFFFF:Lord Raptor :vsavj:00010000:FF8B82:00000005:FFFFFFFF:Morrigan Aensland :vsavj:00010000:FF8B82:00000006:FFFFFFFF:Anakaris :vsavj:00010000:FF8B82:00000007:FFFFFFFF:Felicia :vsavj:00010000:FF8B82:00000008:FFFFFFFF:Bishamon :vsavj:00010000:FF8B82:00000009:FFFFFFFF:Rikuo :vsavj:00010000:FF8B82:0000000A:FFFFFFFF:Sasquatch :vsavj:00010000:FF8B82:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsavj:00010000:FF8B82:0000000C:FFFFFFFF:Q-Bee :vsavj:00010000:FF8B82:0000000D:FFFFFFFF:Hsien-Ko :vsavj:00010000:FF8B82:0000000E:FFFFFFFF:Lilith :vsavj:00010000:FF8B82:0000000F:FFFFFFFF:Jedah :vsavj:00010000:FF8B82:00000012:FFFFFFFF:#Image Talbain :vsavj:00010000:FF8B82:00000018:FFFFFFFF:#Oboro-Bishamon vsavj:0:FF800B:FF:000:Sound Test Timer Stop vsavj:0:000000:00:999:[ These are the codes to set the machine region - the ] vsavj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vsavj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vsavj:0:FF8091:00:000:Region Switch = Japan vsavj:0:FF8091:02:000:Region Switch = USA vsavj:0:FF8091:04:000:Region Switch = Hispanic vsavj:0:FF8091:06:000:Region Switch = Oceania vsavj:0:FF8091:08:000:Region Switch = Asia vsavj:0:FF8091:0A:000:Region Switch = Euro vsavj:0:FF8091:0C:000:Region Switch = Brazil vsavj:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text vsavj:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text ; [ Vampire Savior: The Lord of Vampire (US 970519) ] vsavu:0:FF8109:63:000:Infinite Time vsavu:0:FF8109:00:001:Finish this Round Now! vsavu:0:FF87BC:FF:000:Soul Keeper 'ON' PL1 vsavu:0:FF87BC:00:001:Soul Keeper 'OFF' PL1 vsavu:0:FF8509:63:000:Maximum POW PL1 vsavu:0:FF8450:01:000:Infinite Energy PL1 vsavu:0:FF8451:20:500:Infinite Energy PL1 (2/4) vsavu:0:FF8452:01:500:Infinite Energy PL1 (3/4) vsavu:0:FF8453:20:500:Infinite Energy PL1 (4/4) vsavu:0:FF8450:00:001:Drain All Energy Now! PL1 vsavu:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4) vsavu:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4) vsavu:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4) :vsavu:62000000:000000:00000000:00000000:Select Character PL1 :vsavu:00010000:FF8782:00000000:FFFFFFFF:Baby Bonnie Hood :vsavu:00010000:FF8782:00000001:FFFFFFFF:Demitri Maximov :vsavu:00010000:FF8782:00000002:FFFFFFFF:Jon Talbain :vsavu:00010000:FF8782:00000003:FFFFFFFF:Victor von Geldenheim :vsavu:00010000:FF8782:00000004:FFFFFFFF:Lord Raptor :vsavu:00010000:FF8782:00000005:FFFFFFFF:Morrigan Aensland :vsavu:00010000:FF8782:00000006:FFFFFFFF:Anakaris :vsavu:00010000:FF8782:00000007:FFFFFFFF:Felicia :vsavu:00010000:FF8782:00000008:FFFFFFFF:Bishamon :vsavu:00010000:FF8782:00000009:FFFFFFFF:Rikuo :vsavu:00010000:FF8782:0000000A:FFFFFFFF:Sasquatch :vsavu:00010000:FF8782:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsavu:00010000:FF8782:0000000C:FFFFFFFF:Q-Bee :vsavu:00010000:FF8782:0000000D:FFFFFFFF:Hsien-Ko :vsavu:00010000:FF8782:0000000E:FFFFFFFF:Lilith :vsavu:00010000:FF8782:0000000F:FFFFFFFF:Jedah :vsavu:00010000:FF8782:00000012:FFFFFFFF:#Image Talbain :vsavu:00010000:FF8782:00000018:FFFFFFFF:#Oboro-Bishamon vsavu:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2 vsavu:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2 vsavu:0:FF8909:63:000:Maximum POW PL2 vsavu:0:FF8850:01:000:Infinite Energy PL2 vsavu:0:FF8851:20:500:Infinite Energy PL2 (2/4) vsavu:0:FF8852:01:500:Infinite Energy PL2 (3/4) vsavu:0:FF8853:20:500:Infinite Energy PL2 (4/4) vsavu:0:FF8850:00:001:Drain All Energy Now! PL2 vsavu:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4) vsavu:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4) vsavu:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4) :vsavu:62000000:000000:00000000:00000000:Select Character PL2 :vsavu:00010000:FF8B82:00000000:FFFFFFFF:Baby Bonnie Hood :vsavu:00010000:FF8B82:00000001:FFFFFFFF:Demitri Maximov :vsavu:00010000:FF8B82:00000002:FFFFFFFF:Jon Talbain :vsavu:00010000:FF8B82:00000003:FFFFFFFF:Victor von Geldenheim :vsavu:00010000:FF8B82:00000004:FFFFFFFF:Lord Raptor :vsavu:00010000:FF8B82:00000005:FFFFFFFF:Morrigan Aensland :vsavu:00010000:FF8B82:00000006:FFFFFFFF:Anakaris :vsavu:00010000:FF8B82:00000007:FFFFFFFF:Felicia :vsavu:00010000:FF8B82:00000008:FFFFFFFF:Bishamon :vsavu:00010000:FF8B82:00000009:FFFFFFFF:Rikuo :vsavu:00010000:FF8B82:0000000A:FFFFFFFF:Sasquatch :vsavu:00010000:FF8B82:0000000B:FFFFFFFF:#Lord Raptor (during Dark Force) :vsavu:00010000:FF8B82:0000000C:FFFFFFFF:Q-Bee :vsavu:00010000:FF8B82:0000000D:FFFFFFFF:Hsien-Ko :vsavu:00010000:FF8B82:0000000E:FFFFFFFF:Lilith :vsavu:00010000:FF8B82:0000000F:FFFFFFFF:Jedah :vsavu:00010000:FF8B82:00000012:FFFFFFFF:#Image Talbain :vsavu:00010000:FF8B82:00000018:FFFFFFFF:#Oboro-Bishamon vsavu:0:FF800B:FF:000:Sound Test Timer Stop vsavu:0:000000:00:999:[ These are the codes to set the machine region - the ] vsavu:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] vsavu:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] vsavu:0:FF8091:00:000:Region Switch = Japan vsavu:0:FF8091:02:000:Region Switch = USA vsavu:0:FF8091:04:000:Region Switch = Hispanic vsavu:0:FF8091:06:000:Region Switch = Oceania vsavu:0:FF8091:08:000:Region Switch = Asia vsavu:0:FF8091:0A:000:Region Switch = Euro vsavu:0:FF8091:0C:000:Region Switch = Brazil vsavu:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text vsavu:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text ; [ Vs. BaseBall (Japan set 2) ] vsbbalja:0:006A:00:000:Infinite Strikes vsbbalja:0:006B:00:000:Infinite Balls vsbbalja:0:006C:00:000:Infinite Outs vsbbalja:0:006A:00:001:Set Strikes to 0 Now! vsbbalja:0:006A:02:001:Set Strikes to 2 Now! vsbbalja:0:006B:00:001:Set Balls to 0 Now! vsbbalja:0:006B:03:001:Set Balls to 3 Now! vsbbalja:0:006C:00:001:Set Outs to 0 Now! vsbbalja:0:006C:02:001:Set Outs to 2 Now! ; [ Vs. BaseBall (Japan set 3) ] vsbbaljb:0:006A:00:000:Infinite Strikes vsbbaljb:0:006B:00:000:Infinite Balls vsbbaljb:0:006C:00:000:Infinite Outs vsbbaljb:0:006A:00:001:Set Strikes to 0 Now! vsbbaljb:0:006A:02:001:Set Strikes to 2 Now! vsbbaljb:0:006B:00:001:Set Balls to 0 Now! vsbbaljb:0:006B:03:001:Set Balls to 3 Now! vsbbaljb:0:006C:00:001:Set Outs to 0 Now! vsbbaljb:0:006C:02:001:Set Outs to 2 Now! ; [ Vs. BaseBall ] vsbball:0:006A:00:000:Infinite Strikes vsbball:0:006B:00:000:Infinite Balls vsbball:0:006C:00:000:Infinite Outs vsbball:0:006A:00:001:Set Strikes to 0 Now! vsbball:0:006A:02:001:Set Strikes to 2 Now! vsbball:0:006B:00:001:Set Balls to 0 Now! vsbball:0:006B:03:001:Set Balls to 3 Now! vsbball:0:006C:00:001:Set Outs to 0 Now! vsbball:0:006C:02:001:Set Outs to 2 Now! ; [ Vs. BaseBall (Japan set 1) ] vsbballj:0:006A:00:000:Infinite Strikes vsbballj:0:006B:00:000:Infinite Balls vsbballj:0:006C:00:000:Infinite Outs vsbballj:0:006A:00:001:Set Strikes to 0 Now! vsbballj:0:006A:02:001:Set Strikes to 2 Now! vsbballj:0:006B:00:001:Set Balls to 0 Now! vsbballj:0:006B:03:001:Set Balls to 3 Now! vsbballj:0:006C:00:001:Set Outs to 0 Now! vsbballj:0:006C:02:001:Set Outs to 2 Now! ; [ Vs. Freedom Force ] vsfdf:0:07F4:99:000:Infinite Credits vsfdf:0:0516:18:000:Infinite Energy PL1 vsfdf:0:0515:24:000:Infinite Ammo PL1 vsfdf:0:0517:00:000:Infinite Errors PL1 vsfdf:0:0526:18:000:Infinite Energy PL2 vsfdf:0:0525:24:000:Infinite Ammo PL2 vsfdf:0:0527:00:000:Infinite Errors PL2 ; [ VS Gong Fight ] vsgongf:0:C310:00:000:Infinite Time vsgongf:0:C310:09:001:Finish this Round Now! vsgongf:0:C311:05:501:Finish this Round Now! (2/2) vsgongf:0:C509:FF:000:Infinite Energy PL1 vsgongf:0:C525:00:000:Infinite Damage PL1 vsgongf:0:C509:00:000:Always have No Energy PL1 vsgongf:0:C525:FF:000:Damage always = max PL1 vsgongf:0:C549:FF:000:Infinite Energy PL2 vsgongf:0:C565:00:000:Infinite Damage PL2 vsgongf:0:C549:00:000:Always have No Energy PL2 vsgongf:0:C565:FF:000:Damage always = max PL2 ; [ Vs. Gradius ] vsgradus:0:01A3:63:000:Infinite Credits vsgradus:0:0046:05:000:Infinite Shields :vsgradus:20800000:B5C9:00000000:FFFFFFFF:Invincibility :vsgradus:20910000:B692:00001090:FFFFFFFF:Invincibility (2/4):1st = Enemy, 2nd = Fire :vsgradus:20910000:B6CE:00001090:FFFFFFFF:Invincibility (3/4):Tentacle in Stage 5 :vsgradus:20910000:B70D:0000B70F:FFFFFFFF:Invincibility (4/4):Scenery vsgradus:0:0040:FF:070:Select Speed Up Speed:Don't go too high! :vsgradus:00200000:03A6:00000000:FFFFFFFF:Rapid Fire :vsgradus:20800000:B502:00000060:FFFFFFFF:Always Have Penetrable Shot :vsgradus:20810000:B736:00000011:FFFFFFFF:Always Have Penetrable Shot (2/2) :vsgradus:20A00000:B567:00FA564C:FFFFFFFF:Auto Secret Items Open:5000 pts & 1UP appears automatically :vsgradus:20810000:B592:00000000:FFFFFFFF:Auto Secret Items Open (2/10):1st = jmp $FA56, 2nd = bcs $B581 -> bcs $B593 :vsgradus:20910000:FA56:000027C9:FFFFFFFF:Auto Secret Items Open (3/10):cmp #$27 :vsgradus:20910000:FA58:000003D0:FFFFFFFF:Auto Secret Items Open (4/10):bne $FA5D :vsgradus:20A10000:FA5A:00B5884C:FFFFFFFF:Auto Secret Items Open (5/10):jmp $B588 :vsgradus:20910000:FA5D:000029C9:FFFFFFFF:Auto Secret Items Open (6/10):cmp #$29 :vsgradus:20910000:FA5F:000003D0:FFFFFFFF:Auto Secret Items Open (7/10):bne $FA64 :vsgradus:20A10000:FA61:00B5A44C:FFFFFFFF:Auto Secret Items Open (8/10):jmp $B5A4 :vsgradus:20A10000:FA64:000460BE:FFFFFFFF:Auto Secret Items Open (9/10):ldx $0460,y :vsgradus:20A10000:FA67:00B56A4C:FFFFFFFF:Auto Secret Items Open (10/10):jmp $B56A vsgradus:0:0040:0A:000:Always have a Good Speed Up vsgradus:0:0045:02:000:Always have Full Options vsgradus:0:0041:01:000:Always have Missile vsgradus:0:0044:01:000:Always have Laser:You can't have Double then vsgradus:0:0044:02:000:Always have Double:You can't have Laser then vsgradus:0:0040:0A:001:Get a Good Speed Up Now! vsgradus:0:0045:02:001:Get Full Options Now! vsgradus:0:0041:01:001:Get Missile Now! vsgradus:0:0044:01:001:Get Laser Now!:You can't have Double then vsgradus:0:0044:02:001:Get Double Now!:You can't have Laser then vsgradus:0:0042:01:001:Light Up Speed Button Now! vsgradus:0:0042:02:001:Light Up Missile Button Now! vsgradus:0:0042:03:001:Light Up Double Button Now! vsgradus:0:0042:04:001:Light Up Laser Button Now! vsgradus:0:0042:05:001:Light Up Option Button Now! vsgradus:0:0042:06:001:Light Up ? Button Now! vsgradus:0:0042:00:001:No button lit Now! vsgradus:0:0020:63:000:Infinite Lives PL1 vsgradus:0:0021:63:000:Infinite Lives PL2 :vsgradus:20800000:F47F:0000002B:FFFFFFFF:Skip ROM Check:It's better to use together with Pre-Enable ; [ Vs. Gumshoe ] vsgshoe:0:00E0:59:000:Infinite Time vsgshoe:0:00E1:09:500:Infinite Time (2/2) vsgshoe:0:00E3:99:000:Infinite Bullets vsgshoe:0:00E4:09:500:Infinite Bullets (2/2) vsgshoe:0:BF27:60:100:Invincibility:Falling down gaps will still kill you though! ; [ J-League Soccer V-Shoot ] vshoot:0:2126CB:09:000:Infinite Credits vshoot:0:20AFF2:17:000:Infinite Time vshoot:0:20AFF3:6F:500:Infinite Time (2/2) vshoot:0:20AFF2:00:001:Finish this Game Now! vshoot:0:20AFF3:00:501:Finish this Game Now! (2/2) vshoot:0:2102BF:00:000:Score always 0 Team 1 vshoot:0:2102BF:63:000:Score always 99 Team 1 vshoot:0:2102BF:00:001:Set score = 0 Now! Team 1 vshoot:0:2102BF:32:001:Set score = 50 Now! Team 1 vshoot:0:2102BF:63:070:Select score Now! Team 1 vshoot:0:2102C1:00:000:Score always = 0 Team 2 vshoot:0:2102C1:63:000:Score always = 99 Team 2 vshoot:0:2102C1:00:001:Set score = 0 Now! Team 2 vshoot:0:2102C1:32:001:Set score = 50 Now! Team 2 vshoot:0:2102C1:63:070:Select score Now! Team 2 ; [ Vs. Mahjang (Japan) ] vsmahjng:0:0000:00:999:[The winning hand cheat must be activated when there are 14 tiles ] vsmahjng:0:0000:00:999:[in your hand, then select the AGARI option with the up and down ] vsmahjng:0:0000:00:999:[keys and then press the action key (CTRL by default). The tiles ] vsmahjng:0:0000:00:999:[do not visually change until you make a move. ] vsmahjng:0:00E1:01:001:Get winning hand Now! vsmahjng:0:00E2:09:501:Get winning hand Now! (02/14) vsmahjng:0:00E3:11:501:Get winning hand Now! (03/14) vsmahjng:0:00E4:19:501:Get winning hand Now! (04/14) vsmahjng:0:00E5:21:501:Get winning hand Now! (05/14) vsmahjng:0:00E6:29:501:Get winning hand Now! (06/14) vsmahjng:0:00E7:31:501:Get winning hand Now! (07/14) vsmahjng:0:00E8:32:501:Get winning hand Now! (08/14) vsmahjng:0:00E9:33:501:Get winning hand Now! (09/14) vsmahjng:0:00EA:34:501:Get winning hand Now! (10/14) vsmahjng:0:00EB:35:501:Get winning hand Now! (11/14) vsmahjng:0:00EC:36:501:Get winning hand Now! (12/14) vsmahjng:0:00ED:37:501:Get winning hand Now! (13/14) vsmahjng:0:00EE:31:501:Get winning hand Now! (14/14) ; [ Versus Net Soccer (ver JAB) ] vsnetscj:0:0000:00:999:[ There are no cheats ]:REASON 1 vsnetscj:0:0000:00:999:[ for this game as it ]:REASON 1 vsnetscj:0:0000:00:999:[ didn't work the last ]:REASON 1 vsnetscj:0:0000:00:999:[ time it was tested. ]:REASON 1 vsnetscj:0:0000:00:999:[ If the game now works ]:REASON 1 vsnetscj:0:0000:00:999:[ please request cheats ]:REASON 1 vsnetscj:0:0000:00:999:[ for it on the cheat ]:REASON 1 vsnetscj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Versus Net Soccer (ver UAB) ] vsnetscr:0:0000:00:999:[ There are no cheats ]:REASON 1 vsnetscr:0:0000:00:999:[ for this game as it ]:REASON 1 vsnetscr:0:0000:00:999:[ didn't work the last ]:REASON 1 vsnetscr:0:0000:00:999:[ time it was tested. ]:REASON 1 vsnetscr:0:0000:00:999:[ If the game now works ]:REASON 1 vsnetscr:0:0000:00:999:[ please request cheats ]:REASON 1 vsnetscr:0:0000:00:999:[ for it on the cheat ]:REASON 1 vsnetscr:0:0000:00:999:[ forums. ]:REASON 1 ; [ Vs. Pinball ] vspinbal:0:015B:09:000:Infinite Balls vspinbal:0:0133:01:000:Left Side Protection 'ON' vspinbal:0:0134:01:000:Right Side Protection 'ON' vspinbal:0:0751:70:000:Middle Protection 'ON' vspinbal:0:0752:71:500:Middle Protection 'ON' (2/2) vspinbal:0:0133:00:001:Left Side Protection 'OFF' vspinbal:0:0134:00:001:Right Side Protection 'OFF' vspinbal:0:0751:24:001:Middle Protection 'OFF' vspinbal:0:0752:24:501:Middle Protection 'OFF' (2/2) ; [ Vs. Pinball (Japan) ] vspinblj:0:015B:09:000:Infinite Balls vspinblj:0:0133:01:000:Left Side Protection 'ON' vspinblj:0:0134:01:000:Right Side Protection 'ON' vspinblj:0:0751:70:000:Middle Protection 'ON' vspinblj:0:0752:71:500:Middle Protection 'ON' (2/2) vspinblj:0:0133:00:001:Left Side Protection 'OFF' vspinblj:0:0134:00:001:Right Side Protection 'OFF' vspinblj:0:0751:24:001:Middle Protection 'OFF' vspinblj:0:0752:24:501:Middle Protection 'OFF' (2/2) ; [ Vs. Super SkyKid ] vsskykid:0:0066:09:000:Infinite Lives PL1 vsskykid:0:00BB:00:000:Invincibility (Buggy!) PL1 vsskykid:0:0067:09:000:Infinite Lives PL2 vsskykid:0:00CB:00:000:Invincibility (Buggy!) PL2 vsskykid:0:0000:00:999:[Only turn Invincibility ON ] vsskykid:0:0000:00:999:[when you need it. Eg. for ] vsskykid:0:0000:00:999:[the bomb run. You can't ] vsskykid:0:0000:00:999:[loop the loop or land with ] vsskykid:0:0000:00:999:[it on. Also crashing into ] vsskykid:0:0000:00:999:[ground will hang the game! ] ; [ Vs. Slalom ] vsslalom:0:0003:63:000:Infinite Credits vsslalom:0:007D:3B:000:Infinite Time ; [ Vs. Soccer ] vssoccer:0:075D:99:000:Infinite Credits vssoccer:0:0043:99:000:Infinite Time vssoccer:0:0044:5A:500:Infinite Time (2/2) vssoccer:0:0043:00:001:Finish this Half Now! vssoccer:0:0044:00:501:Finish this Half Now! (2/2) vssoccer:0:07FC:99:000:Infinite Points PL1 vssoccer:0:0000:00:999:[The Score display won't update until ] vssoccer:0:0000:00:999:[a goal is scored. ] vssoccer:0:0083:00:000:Score always 0 PL1 vssoccer:0:0083:99:000:Score always 99 PL1 vssoccer:0:0083:00:001:Set score = 0 Now! PL1 vssoccer:0:0083:50:001:Set score = 50 Now! PL1 vssoccer:0:0083:99:073:Select score Now! PL1 vssoccer:0:07FD:99:000:Infinite Points PL2 vssoccer:0:0000:00:999:[The Score display won't update until ] vssoccer:0:0000:00:999:[a goal is scored. ] vssoccer:0:0084:00:000:Score always = 0 PL2 vssoccer:0:0084:99:000:Score always = 99 PL2 vssoccer:0:0084:00:001:Set score = 0 Now! PL2 vssoccer:0:0084:99:001:Set score = 50 Now! PL2 vssoccer:0:0084:99:073:Select score Now! PL2 ; [ Vs. Tennis (Japan) ] vstennij:0:0058:00:000:"Game" Score always = 0 PL1 vstennij:0:0058:00:001:"Game" Score = 0 Now! PL1 vstennij:0:0058:03:001:"Game" Score = 40 Now! PL1 vstennij:0:0059:00:000:"Game" Score always = 0 PL2/CPU vstennij:0:0059:00:001:"Game" Score = 0 Now! PL2/CPU vstennij:0:0059:03:001:"Game" Score = 40 Now! PL2/CPU ; [ Vs. Tennis ] vstennis:0:0058:00:000:"Game" Score always = 0 PL1 vstennis:0:0058:00:001:"Game" Score = 0 Now! PL1 vstennis:0:0058:03:001:"Game" Score = 40 Now! PL1 vstennis:0:0059:00:000:"Game" Score always = 0 PL2/CPU vstennis:0:0059:00:001:"Game" Score = 0 Now! PL2/CPU vstennis:0:0059:03:001:"Game" Score = 40 Now! PL2/CPU ; [ Vs. Tetris ] vstetris:0:0530:39:000:Infinite Credits vstetris:0:0000:00:999:[ There may be corruption in the next ] vstetris:0:0000:00:999:[ shape window with these cheats it's ] vstetris:0:0000:00:999:[ nothing to worry about though! ] vstetris:0:0060:01:000:Next always Orange -- PL1 vstetris:0:0060:02:000:Next always Yellow T PL1 vstetris:0:0060:03:000:Next always Blue Square PL1 vstetris:0:0060:04:000:Next always Yellow & Orange L PL1 vstetris:0:0060:05:000:Next always Blue & Orange L PL1 vstetris:0:0060:06:000:Next always Blue & Orange Z PL1 vstetris:0:0060:07:000:Next always Blue & Yellow Z PL1 vstetris:0:0060:01:001:Next = Orange -- Now! PL1 vstetris:0:0060:02:001:Next = Yellow T Now! PL1 vstetris:0:0060:03:001:Next = Blue Square Now! PL1 vstetris:0:0060:04:001:Next = Yellow & Orange L Now! PL1 vstetris:0:0060:05:001:Next = Blue & Orange L Now! PL1 vstetris:0:0060:06:001:Next = Blue & Orange Z Now! PL1 vstetris:0:0060:07:001:Next = Blue & Yellow Z Now! PL1 vstetris:0:0000:00:999:[ There may be corruption in the next ] vstetris:0:0000:00:999:[ shape window with these cheats it's ] vstetris:0:0000:00:999:[ nothing to worry about though! ] vstetris:0:0061:01:000:Next always Orange -- PL2 vstetris:0:0061:02:000:Next always Yellow T PL2 vstetris:0:0061:03:000:Next always Blue Square PL2 vstetris:0:0061:04:000:Next always Yellow & Orange L PL2 vstetris:0:0061:05:000:Next always Blue & Orange L PL2 vstetris:0:0061:06:000:Next always Blue & Orange Z PL2 vstetris:0:0061:07:000:Next always Blue & Yellow Z PL2 vstetris:0:0061:01:001:Next = Orange -- Now! PL2 vstetris:0:0061:02:001:Next = Yellow T Now! PL2 vstetris:0:0061:03:001:Next = Blue Square Now! PL2 vstetris:0:0061:04:001:Next = Yellow & Orange L Now! PL2 vstetris:0:0061:05:001:Next = Blue & Orange L Now! PL2 vstetris:0:0061:06:001:Next = Blue & Orange Z Now! PL2 vstetris:0:0061:07:001:Next = Blue & Yellow Z Now! PL2 ; [ Virtua Striker ] vstriker:0:0000:00:999:[ There are no cheats ]:REASON 1 vstriker:0:0000:00:999:[ for this game as it ]:REASON 1 vstriker:0:0000:00:999:[ didn't work the last ]:REASON 1 vstriker:0:0000:00:999:[ time it was tested. ]:REASON 1 vstriker:0:0000:00:999:[ If the game now works ]:REASON 1 vstriker:0:0000:00:999:[ please request cheats ]:REASON 1 vstriker:0:0000:00:999:[ for it on the cheat ]:REASON 1 vstriker:0:0000:00:999:[ forums. ]:REASON 1 ; [ Virtua Striker (Rev A) ] vstrikra:0:0000:00:999:[ There are no cheats ]:REASON 1 vstrikra:0:0000:00:999:[ for this game as it ]:REASON 1 vstrikra:0:0000:00:999:[ didn't work the last ]:REASON 1 vstrikra:0:0000:00:999:[ time it was tested. ]:REASON 1 vstrikra:0:0000:00:999:[ If the game now works ]:REASON 1 vstrikra:0:0000:00:999:[ please request cheats ]:REASON 1 vstrikra:0:0000:00:999:[ for it on the cheat ]:REASON 1 vstrikra:0:0000:00:999:[ forums. ]:REASON 1 ; [ Vs 10-Yard Fight (World, 11/05/84) ] vsyard:0:E44A:30:004:Infinite Time vsyard:0:E44A:60:001:Reset Timer (once) vsyard:0:E432:00:000:Always 1st Down vsyard:0:0000:00:999:[See the Dip Switch Menu to ] vsyard:0:0000:00:999:[enable Invincibility. ] ; [ Vs 10-Yard Fight (Japan) ] vsyard2:0:E44A:30:004:Infinite Time vsyard2:0:E44A:60:001:Reset Timer (once) vsyard2:0:E432:00:000:Always 1st Down vsyard2:0:0000:00:999:[See the Dip Switch Menu to ] vsyard2:0:0000:00:999:[enable Invincibility. ] ; [ Vulcan Venture ] vulcan:2:060400:09:000:Infinite Lives :vulcan:22900000:1B300:00004E71:FFFFFFFF:Invincibility :vulcan:22810000:1B33A:00000060:FFFFFFFF:Invincibility (2/2):1st = Object, 2nd = Scenery vulcan:2:06040F:0C:000:Next Capsule Blue :vulcan:62000000:00000:00000000:00000000:Select Current Speed :vulcan:02010000:60428:00000000:00000007:0 :vulcan:02010000:60428:00000001:00000001:1 :vulcan:02010000:60428:00000002:00000002:2 :vulcan:02010000:60428:00000003:00000003:3 :vulcan:02010000:60428:00000004:00000004:4 :vulcan:02010000:60428:00000005:00000005:5 :vulcan:62000000:00000:00000000:00000000:Select Current Shot :vulcan:02010000:60429:00000000:00000007:Normal :vulcan:02010000:60429:00000001:00000001:Double :vulcan:02010000:60429:00000002:00000002:Tail Gun :vulcan:02010000:60429:00000003:00000003:Ripple Laser :vulcan:02010000:60429:00000004:00000004:Laser :vulcan:62000000:00000:00000000:00000000:Select Current Missile :vulcan:02010000:60428:00000000:00000038:No Missile :vulcan:02010000:60428:00000008:00000008:Missile :vulcan:02010000:60428:00000010:00000010:Spread :vulcan:02010000:60428:00000018:00000018:Photon :vulcan:02010000:60428:00000020:00000020:Twin :vulcan:02000000:60068:00000000:00000020:Rapid Fire - Shot:Turn it OFF when you have Laser :vulcan:02000000:60068:00000000:00000040:Rapid Fire - Missile vulcan:2:060420:01:001:Gauge = SpeedUp Now! vulcan:2:060420:02:001:Gauge = Missile Now! vulcan:2:060420:03:001:Gauge = Double Now! vulcan:2:060420:04:001:Gauge = Laser Now! vulcan:2:060420:05:001:Gauge = Option Now! vulcan:2:060420:06:001:Gauge = Shield Now! vulcan:2:060420:06:071:Gauge = Bar Select Now! vulcan:0:000000:00:999:[Enable these cheats on the ] vulcan:0:000000:00:999:[weapon select mode screen ] vulcan:0:000000:00:999:[ Round 1 Area from 1 to 5 ] vulcan:0:000000:00:999:[ Round 2 Area from 1 to 5 ] vulcan:0:000000:00:999:[ Round 3 Area from 1 to 5 ] vulcan:0:000000:00:999:[ Round 4 Area from 1 to 4 ] vulcan:0:000000:00:999:[ Round 5 Area from 1 to 6 ] vulcan:0:000000:00:999:[ Round 6 Area from 1 to 9 ] vulcan:0:000000:00:999:[ Round 7 Area from 1 only ] vulcan:0:000000:00:999:[ Round 8 Area from 1 to 6 ] vulcan:2:06041B:FF:070:Select Starting Lap vulcan:2:060419:08:070:Select Starting Round vulcan:2:060411:00:001:Start in Area 1 vulcan:2:060411:04:001:Start in Area 2 vulcan:2:060411:08:001:Start in Area 3 vulcan:2:060411:0C:001:Start in Area 4 vulcan:2:060411:10:001:Start in Area 5 vulcan:2:060411:14:001:Start in Area 6 vulcan:2:060411:18:001:Start in Area 7 vulcan:2:060411:1C:001:Start in Area 8 vulcan:2:060411:20:001:Start in Area 9 :vulcan:22900000:01052:00001054:FFFFFFFF:Skip RAM/ROM Check vulcan:2:060002:00:000:Sound Test Timer Stop:[PL1 Shot3]Next Code ; [ Vulgus (set 1) ] vulgus:0:E520:05:000:Infinite Lives vulgus:0:E506:08:000:Infinite Bombs vulgus:0:E100:FF:000:Invincibility ; [ Vulgus (set 2) ] vulgus2:0:E520:05:000:Infinite Lives vulgus2:0:E506:08:000:Infinite Bombs vulgus2:0:E100:FF:000:Invincibility ; [ Vulgus (Japan?) ] vulgusj:0:E520:05:000:Infinite Lives vulgusj:0:E506:08:000:Infinite Bombs vulgusj:0:E100:FF:000:Invincibility ; [ Wacko ] wacko:0:C264:05:000:Infinite Lives ; [ Waku Waku 7 ] wakuwak7:0:100B02:9B:000:Infinite Time wakuwak7:0:100B02:00:001:Finish this Round Now! wakuwak7:0:10014A:FF:000:Infinite Energy PL1 wakuwak7:0:10014B:E4:500:Infinite Energy PL1 (2/2) wakuwak7:0:10014A:00:001:Drain All Energy Now! PL1 wakuwak7:0:10014B:00:501:Drain All Energy Now! PL1 (2/2) wakuwak7:0:100156:FF:000:Always have Maximum Power PL1 wakuwak7:0:100157:FF:500:Always have Maximum Power PL1 (2/3) wakuwak7:0:100159:07:500:Always have Maximum Power PL1 (3/3) wakuwak7:0:100156:00:000:Always have Minimum Power PL1 wakuwak7:0:100157:00:500:Always have Minimum Power PL1 (2/3) wakuwak7:0:100159:00:500:Always have Minimum Power PL1 (3/3) wakuwak7:0:100156:00:001:Drain All Power Now! PL1 wakuwak7:0:100157:00:501:Drain All Power Now! PL1 (2/3) wakuwak7:0:100159:00:501:Drain All Power Now! PL1 (3/3) wakuwak7:0:000000:00:999:[ Free player selection - Beset used during ] wakuwak7:0:000000:00:999:[ the short intro ] wakuwak7:0:106997:00:001:Play with Rai PL1 wakuwak7:0:106997:01:001:Play with Arina PL1 wakuwak7:0:106997:02:001:Play with Slash PL1 wakuwak7:0:106997:03:001:Play with Dandy-J PL1 wakuwak7:0:106997:04:001:Play with Tess PL1 wakuwak7:0:106997:05:001:Play with Mauru PL1 wakuwak7:0:106997:06:001:Play with Politank-Z PL1 wakuwak7:0:106997:07:001:Play with Fernandez PL1:Works for only one match wakuwak7:0:106997:08:001:Play with Bonus Kun PL1:Works for only one match wakuwak7:0:10028A:FF:000:Infinite Energy PL2 wakuwak7:0:10028B:E4:500:Infinite Energy PL2 (2/2) wakuwak7:0:10028A:00:001:Drain All Energy Now! PL2 wakuwak7:0:10028B:00:501:Drain All Energy Now! PL2 (2/2) wakuwak7:0:100296:FF:000:Always have Maximum Power PL2 wakuwak7:0:100297:FF:500:Always have Maximum Power PL2 (2/3) wakuwak7:0:100299:07:500:Always have Maximum Power PL2 (3/3) wakuwak7:0:100296:00:000:Always have Minimum Power PL2 wakuwak7:0:100297:00:500:Always have Minimum Power PL2 (2/3) wakuwak7:0:100299:00:500:Always have Minimum Power PL2 (3/3) wakuwak7:0:100296:00:001:Drain All Power Now! PL2 wakuwak7:0:100297:00:501:Drain All Power Now! PL2 (2/3) wakuwak7:0:100299:00:501:Drain All Power Now! PL2 (3/3) wakuwak7:0:000000:00:999:[ Free player selection - Beset used during ] wakuwak7:0:000000:00:999:[ the short intro ] wakuwak7:0:1069A1:00:001:Play with Rai PL2 wakuwak7:0:1069A1:01:001:Play with Arina PL2 wakuwak7:0:1069A1:02:001:Play with Slash PL2 wakuwak7:0:1069A1:03:001:Play with Dandy-J PL2 wakuwak7:0:1069A1:04:001:Play with Tess PL2 wakuwak7:0:1069A1:05:001:Play with Mauru PL2 wakuwak7:0:1069A1:06:001:Play with Politank-Z PL2 wakuwak7:0:1069A1:07:001:Play with Fernandez PL2 :Works for only one match wakuwak7:0:1069A1:08:001:Play with Bonus Kun PL2 :Works for only one match :wakuwak7:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :wakuwak7:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :wakuwak7:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Wall Crash (set 1) ] wallc:0:A310:E8:000:Infinite Credits wallc:0:A311:03:500:Infinite Credits (2/2) wallc:0:A312:11:000:Infinite Time wallc:0:A313:27:500:Infinite Time (2/2) wallc:0:A30D:FF:000:Infinite Lives :wallc:00000010:A303:00000040:000031FF:Always Keep Ball in Play:This cheat will leave some gfx remnants ; [ Wall Crash (set 2) ] wallca:0:A310:E8:000:Infinite Credits wallca:0:A311:03:500:Infinite Credits (2/2) wallca:0:A312:11:000:Infinite Time wallca:0:A313:27:500:Infinite Time (2/2) wallca:0:A30D:FF:000:Infinite Lives :wallca:00000010:A303:00000040:000031FF:Always Keep Ball in Play:This cheat will leave some gfx remnants ; [ Wall Street ] wallst:0:1E84:99:000:Infinite Credits wallst:0:1EC4:C0:000:Infinite Dow Jones :wallst:20A00000:0817:00C0C0C0:FFFFFFFF:Money Level Invincibility:This makes you invincible during the levels where you collect money. :wallst:00000001:1F0A:00000036:FFFFFFFF:Beat Level With Next Person:Activate this code during the falling people levels to make the current person the last person to save. wallst:0:1C84:05:000:Infinite Lives PL1 wallst:0:1C85:05:000:Infinite Lives PL2 ; [ Wanted ] wanted:0:806E:03:000:Infinite Lives wanted:0:0000:00:999:[Activate the invincibility ] wanted:0:0000:00:999:[during play only!! ] wanted:0:80B7:80:000:Invincibility wanted:0:82E9:00:500:Invincibility (2/3) wanted:0:82EC:01:500:Invincibility (3/3) ; [ Wardner (World) ] wardner:0:72BC:59:002:Infinite Time wardner:0:71B9:0A:000:Infinite Lives wardner:0:71BC:01:020:Always have the Magic Mantle wardner:0:71BC:02:020:Always have the Mystery Clock wardner:0:71BC:04:020:Always have the Fairy wardner:0:71BC:08:020:Always have the Silver Key wardner:0:71BC:10:020:Always have the Gold Key wardner:0:71BC:40:020:Always have the Needle & Darn wardner:0:71BC:5F:020:Always have All above items wardner:0:71BA:70:000:Always have Max Firepower wardner:0:71BB:00:000:Always have Flames wardner:0:71BB:01:000:Always have Star Sword wardner:0:71BB:02:000:Always have Moon Sword wardner:0:71BB:03:000:Always have Solar Sword wardner:0:0000:00:999:[It is best not to use these] wardner:0:0000:00:999:[Get and lose cheats with ] wardner:0:0000:00:999:[the Always have type cheats] wardner:0:71BC:01:021:Get the Magic Mantle Now! wardner:0:71BC:02:021:Get the Mystery Clock Now! wardner:0:71BC:08:021:Get the Silver Key Now! wardner:0:71BC:10:021:Get the Gold Key Now! wardner:0:71BC:40:021:Get the Needle & Darn Now! wardner:0:71BC:5F:021:Get All items Now! wardner:0:71BC:01:041:Lose the Magic Mantle Now! wardner:0:71BC:02:041:Lose the Mystery Clock Now! wardner:0:71BC:08:041:Lose the Silver Key Now! wardner:0:71BC:10:041:Lose the Gold Key Now! wardner:0:71BC:40:041:Lose the Needle & Darn Now! wardner:0:71BC:5F:041:Lose All items Now! wardner:0:71BB:00:001:Get Flames Now ! wardner:0:71BB:01:001:Get Star Sword Now ! wardner:0:71BB:02:001:Get Moon Sword Now ! wardner:0:71BB:03:001:Get Solar Sword Now ! wardner:0:71BE:99:000:Gold always = 99990 wardner:0:71BF:99:500:Gold always = 99990 (2/2) wardner:0:71BE:99:001:Gold = 99990 Now! wardner:0:71BF:99:501:Gold = 99990 Now! (2/2) ; [ Wardner no Mori (Japan) ] wardnerj:0:72BC:59:002:Infinite Time wardnerj:0:71B9:0A:000:Infinite Lives wardnerj:0:71BC:01:020:Always have the Magic Mantle wardnerj:0:71BC:02:020:Always have the Mystery Clock wardnerj:0:71BC:04:020:Always have the Fairy wardnerj:0:71BC:08:020:Always have the Silver Key wardnerj:0:71BC:10:020:Always have the Gold Key wardnerj:0:71BC:40:020:Always have the Needle & Darn wardnerj:0:71BC:5F:020:Always have All above items wardnerj:0:71BA:70:000:Always have Max Firepower wardnerj:0:71BB:00:000:Always have Flames wardnerj:0:71BB:01:000:Always have Star Sword wardnerj:0:71BB:02:000:Always have Moon Sword wardnerj:0:71BB:03:000:Always have Solar Sword wardnerj:0:0000:00:999:[It is best not to use these] wardnerj:0:0000:00:999:[Get and lose cheats with ] wardnerj:0:0000:00:999:[the Always have type cheats] wardnerj:0:71BC:01:021:Get the Magic Mantle Now! wardnerj:0:71BC:02:021:Get the Mystery Clock Now! wardnerj:0:71BC:08:021:Get the Silver Key Now! wardnerj:0:71BC:10:021:Get the Gold Key Now! wardnerj:0:71BC:40:021:Get the Needle & Darn Now! wardnerj:0:71BC:5F:021:Get All items Now! wardnerj:0:71BC:01:041:Lose the Magic Mantle Now! wardnerj:0:71BC:02:041:Lose the Mystery Clock Now! wardnerj:0:71BC:08:041:Lose the Silver Key Now! wardnerj:0:71BC:10:041:Lose the Gold Key Now! wardnerj:0:71BC:40:041:Lose the Needle & Darn Now! wardnerj:0:71BC:5F:041:Lose All items Now! wardnerj:0:71BB:00:001:Get Flames Now ! wardnerj:0:71BB:01:001:Get Star Sword Now ! wardnerj:0:71BB:02:001:Get Moon Sword Now ! wardnerj:0:71BB:03:001:Get Solar Sword Now ! wardnerj:0:71BE:99:000:Gold always = 99990 wardnerj:0:71BF:99:500:Gold always = 99990 (2/2) wardnerj:0:71BE:99:001:Gold = 99990 Now! wardnerj:0:71BF:99:501:Gold = 99990 Now! (2/2) ; [ War: The Final Assault ] warfa:0:0000:00:999:[ There are no cheats ]:REASON 1 warfa:0:0000:00:999:[ for this game as it ]:REASON 1 warfa:0:0000:00:999:[ didn't work the last ]:REASON 1 warfa:0:0000:00:999:[ time it was tested. ]:REASON 1 warfa:0:0000:00:999:[ If the game now works ]:REASON 1 warfa:0:0000:00:999:[ please request cheats ]:REASON 1 warfa:0:0000:00:999:[ for it on the cheat ]:REASON 1 warfa:0:0000:00:999:[ forums. ]:REASON 1 ; [ War Gods ] wargods:0:000E884:64:000:Infinite Time wargods:0:000E884:00:001:Finish this Round Now! :wargods:00B00000:002D3DC:0C800000:FFFFFFFF:Infinite Energy PL1+PL2:Don't activate this cheat until you are in-game ; [ Warlords ] warlords:0:0011:23:000:Infinite Credits warlords:0:00D9:10:000:UpperLeft Castle Defenseless warlords:0:00A9:00:000:UpperLeft Defender Invisible warlords:0:00D8:10:000:LowerRight Castle Defenseless warlords:0:00A8:00:000:LowerRight Defender Invisible warlords:0:00D7:10:000:LowerLeft Castle Defenseless warlords:0:00A7:00:000:LowerLeft Defender Invisible warlords:0:00DA:10:000:UpperRight Castle Defenseless warlords:0:00AA:00:000:UpperRight Defender Invisible ; [ War of the Bugs or Monsterous Manouvers in a Mushroom Maze ] warofbug:0:4109:06:000:Infinite Lives PL1 warofbug:0:4209:06:000:Infinite Lives PL2 ; [ Warp Warp (Rock-ola set 2) ] warpwar2:0:8000:04:000:Infinite Lives ;warpwar2:0:81C0:01:000:Invincibility ;warpwar2:0:81C0:02:040:Invincibility 2 :warpwar2:20800000:10F8:000000C9:FFFFFFFF:Invincibility :warpwar2:20810000:14F1:000000C9:FFFFFFFF:Invincibility (2/3):1st = Enemy, 2nd = Fire :warpwar2:20810000:199E:000000A3:FFFFFFFF:Invincibility (3/3):Bomb Explosion :warpwar2:20900000:28D7:00002948:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :warpwar2:20810000:28D9:000000FA:FFFFFFFF:Skip RAM/ROM Check (2/3): 1st & 2nd = Changed SP (To skip RAM/ROM check, but need to initialize RAM region due to bad hi-socre display) :warpwar2:20810000:298F:000000C9:FFFFFFFF:Skip RAM/ROM Check (3/3): Forced RAM/ROM Error Skipping ; [ Warp & Warp ] warpwarp:0:8000:04:000:Infinite Lives ;warpwarp:0:81C0:01:000:Invincibility :warpwarp:20800000:10F8:000000C9:FFFFFFFF:Invincibility :warpwarp:20810000:14F1:000000C9:FFFFFFFF:Invincibility (2/3):1st = Enemy, 2nd = Fire :warpwarp:20810000:199E:000000A3:FFFFFFFF:Invincibility (3/3):Bomb Explosion :warpwarp:20800000:2907:00000078:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :warpwarp:20910000:2909:00002A2A:FFFFFFFF:Skip RAM/ROM Check (2/3):1st & 2nd = Changed SP (To skip RAM/ROM check, but need to initialize RAM region due to bad hi-socre display) :warpwarp:20810000:29BF:000000C9:FFFFFFFF:Skip RAM/ROM Check (3/3):Forced RAM/ROM Error Skipping ; [ Warp Warp (Rock-ola set 1) ] warpwarr:0:8000:04:000:Infinite Lives ;warpwarr:0:81C0:01:000:Invincibility :warpwarr:20800000:10F8:000000C9:FFFFFFFF:Invincibility :warpwarr:20810000:14F1:000000C9:FFFFFFFF:Invincibility (2/3):1st = Enemy, 2nd = Fire :warpwarr:20810000:199E:000000A3:FFFFFFFF:Invincibility (3/3):Bomb Explosion :warpwarr:20900000:28D7:00002948:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable :warpwarr:20810000:28D9:000000FA:FFFFFFFF:Skip RAM/ROM Check (2/3):1st & 2nd = Changed SP (To skip RAM/ROM check, but need to initialize RAM region due to bad hi-socre display) :warpwarr:20810000:298F:000000C9:FFFFFFFF:Skip RAM/ROM Check (3/3):Forced RAM/ROM Error Skipping ; [ Warrior ] warrior:0:0000:00:999:[ There are no cheats ]:REASON 7 warrior:0:0000:00:999:[ for this game as it's ]:REASON 7 warrior:0:0000:00:999:[ proving to be a bit ]:REASON 7 warrior:0:0000:00:999:[ of a stinker to find ]:REASON 7 warrior:0:0000:00:999:[ cheats for it. ]:REASON 7 warrior:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 warrior:0:0000:00:999:[ finding is unlikely ]:REASON 7 warrior:0:0000:00:999:[ to have any success ]:REASON 7 warrior:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 warrior:0:0000:00:999:[ setup or it's banked ]:REASON 7 warrior:0:0000:00:999:[ too often, so ROM ]:REASON 7 warrior:0:0000:00:999:[ cheats will likely be ]:REASON 7 warrior:0:0000:00:999:[ required. If you ]:REASON 7 warrior:0:0000:00:999:[ manage to find any ]:REASON 7 warrior:0:0000:00:999:[ please post them on ]:REASON 7 warrior:0:0000:00:999:[ the cheat forums. ]:REASON 7 ;the following RAM cheats used to work (0.70 worked) but don't any longer and thus are commented out ;warrior:0:0169:E7:000:Infinite Time/Credits ;warrior:0:0168:03:500:Infinite Time/Credits (2/2) ;warrior:0:0013:00:000:Score always = 0 PL1 ;warrior:0:0012:00:500:Score always = 0 PL1 (2/2) ;warrior:0:0013:E7:000:Score always = 999 PL1 ;warrior:0:0012:03:500:Score always = 999 PL1 (2/2) ;warrior:0:0013:00:001:Score = 0 Now! PL1 ;warrior:0:0012:00:501:Score = 0 Now! PL1 (2/2) ;warrior:0:0013:F4:001:Score = 500 Now! PL1 ;warrior:0:0012:01:501:Score = 500 Now! PL1 (2/2) ;warrior:0:0033:00:000:Score always = 0 PL2 ;warrior:0:0032:00:500:Score always = 0 PL2 (2/2) ;warrior:0:0033:E7:000:Score always = 999 PL2 ;warrior:0:0032:03:500:Score always = 999 PL2 (2/2) ;warrior:0:0033:00:001:Score = 0 Now! PL2 ;warrior:0:0032:00:501:Score = 0 Now! PL2 (2/2) ;warrior:0:0033:F4:001:Score = 500 Now! PL2 ;warrior:0:0032:01:501:Score = 500 Now! PL2 (2/2) ; [ Warrior Blade - Rastan Saga Episode III (Japan) ] warriorb:0:2000B9:09:000:Infinite Credits warriorb:0:202A12:63:000:Infinite Time :warriorb:00000000:202993:00000001:FFFFFFFF:Enable to Go to Secret Area:You can go to Fairy's Forest, River of Dead Souls, Forgotten Swamp and Hulakatzia Volcano :warriorb:00000000:20FFEF:00000020:FFFFFFFF:Round Select Mode (Test):You need to reset the game to enter Round Select Mode then turn it OFF to start the game warriorb:0:20D699:80:000:Infinite Energy PL1 :warriorb:00000000:20D6E7:00000002:FFFFFFFF:Invincibility (Incomplete) PL1:Doesn't work in Horsemen's Forest and Wind Canyon :warriorb:00000000:20F2B3:00000010:00000010:Rapid Fire PL1 :warriorb:00010000:20290A:00000000:00000010:Rapid Fire PL1 (2/2) :warriorb:00000000:2029F0:00000001:00000001:Always Have Arms PL1 :warriorb:00110000:20D6D8:00000005:FFFFFFFF:Always Have Arms PL1 (2/2) :warriorb:00000000:2029F0:00000002:00000002:Always Have Arms of Fire PL1 :warriorb:00110000:20D6D8:00000002:FFFFFFFF:Always Have Arms of Fire PL1 (2/3) :warriorb:00010000:20D6EB:00000040:FFFFFFFF:Always Have Arms of Fire PL1 (3/3) :warriorb:00000000:2029F0:00000004:00000004:Always Have Arms of Thunder PL1 :warriorb:00110000:20D6D8:00000002:FFFFFFFF:Always Have Arms of Thunder PL1 (2/3) :warriorb:00010000:20D6EB:00000080:FFFFFFFF:Always Have Arms of Thunder PL1 (3/3) :warriorb:00000000:2029F1:00000001:00000001:Always Have Herb PL1:Vitality Up :warriorb:00000000:2029F1:00000002:00000002:Always Have Harenon Daiamond Image PL1:Protections Power Up :warriorb:00000000:2029F1:00000004:00000004:Always Have Moon Crystal PL1:Magic Power Up :warriorb:00000000:2029F1:00000008:00000008:Always Have Dragon's Teardrop PL1:Foutune Level up :warriorb:00000000:2029F1:00000010:00000010:Always Have Attacking Speed Up PL1 :warriorb:00000000:2029F1:00000020:00000020:Always Have Attacking Power Up PL1 :warriorb:00000000:2029F1:00000040:00000040:Always Have Brave Geran's Necklace PL1:Movement Speed Up :warriorb:00000000:2029F1:00000080:00000080:Always Have Jeweled Holy Crown of Ishulin PL1:Enemy Force Down :warriorb:00000000:2029F6:00000063:FFFFFFFF:Always Have Maximum Copper Coins PL1 :warriorb:00000000:2029F7:00000063:FFFFFFFF:Always Have Maximum Silver Coins PL1 :warriorb:00000000:2029F8:00000063:FFFFFFFF:Always Have Maximum Gold Coins PL1 :warriorb:00000000:2029F9:00000063:FFFFFFFF:Always Have Maximum Treasures PL1 :warriorb:62000000:000000:00000000:00000000:Select Arms PL1 :warriorb:00010000:20D6EB:00000000:FFFFFFFF:Normal Arms :warriorb:00010000:20D6EB:00000040:FFFFFFFF:Arms of Fire :warriorb:00010000:20D6EB:00000080:FFFFFFFF:Arms of Thunder warriorb:0:20DC19:80:000:Infinite Energy PL2 :warriorb:00000000:20DC67:00000002:FFFFFFFF:Invincibility (Incomplete) PL2:Doesn't work in Horsemen's Forest and Wind Canyon :warriorb:00000000:20F2BD:00000010:00000010:Rapid Fire PL2 :warriorb:00010000:20290B:00000000:00000010:Rapid Fire PL2 (2/2) :warriorb:00000000:202A04:00000001:00000001:Always Have Arms PL2 :warriorb:00110000:20DC58:00000005:FFFFFFFF:Always Have Arms PL2 (2/2) :warriorb:00000000:202A04:00000002:00000002:Always Have Arms of Fire PL2 :warriorb:00110000:20DC58:00000002:FFFFFFFF:Always Have Arms of Fire PL2 (2/3) :warriorb:00010000:20DC6B:00000040:FFFFFFFF:Always Have Arms of Fire PL2 (3/3) :warriorb:00000000:202A04:00000004:00000004:Always Have Arms of Thunder PL2 :warriorb:00110000:20DC58:00000002:FFFFFFFF:Always Have Arms of Thunder PL2 (2/3) :warriorb:00010000:20DC6B:00000080:FFFFFFFF:Always Have Arms of Thunder PL2 (3/3) :warriorb:00000000:202A05:00000001:00000001:Always Have Herb PL2:Vitality Up :warriorb:00000000:202A05:00000002:00000002:Always Have Harenon Daiamond Image PL2:Protections Power Up :warriorb:00000000:202A05:00000004:00000004:Always Have Moon Crystal PL2:Magic Power Up :warriorb:00000000:202A05:00000008:00000008:Always Have Dragon's Teardrop PL2:Foutune Level up :warriorb:00000000:202A05:00000010:00000010:Always Have Attacking Speed Up PL2 :warriorb:00000000:202A05:00000020:00000020:Always Have Attacking Power Up PL2 :warriorb:00000000:202A05:00000040:00000040:Always Have Brave Geran's Necklace PL2:Movement Speed Up :warriorb:00000000:202A05:00000080:00000080:Always Have Jeweled Holy Crown of Ishulin PL2:Enemy Force Down :warriorb:00000000:202A0A:00000063:FFFFFFFF:Always Have Maximum Copper Coins PL2 :warriorb:00000000:202A0B:00000063:FFFFFFFF:Always Have Maximum Silver Coins PL2 :warriorb:00000000:202A0C:00000063:FFFFFFFF:Always Have Maximum Gold Coins PL2 :warriorb:00000000:202A0D:00000063:FFFFFFFF:Always Have Maximum Treasures PL2 :warriorb:62000000:000000:00000000:00000000:Select Arms PL2 :warriorb:00010000:20DC6B:00000000:FFFFFFFF:Normal Arms :warriorb:00010000:20DC6B:00000040:FFFFFFFF:Arms of Fire :warriorb:00010000:20DC6B:00000080:FFFFFFFF:Arms of Thunder ; [ Warzard / Red Earth ] warzard:0:0000:00:999:[ There are no cheats ]:REASON 1 warzard:0:0000:00:999:[ for this game as it ]:REASON 1 warzard:0:0000:00:999:[ didn't work the last ]:REASON 1 warzard:0:0000:00:999:[ time it was tested. ]:REASON 1 warzard:0:0000:00:999:[ If the game now works ]:REASON 1 warzard:0:0000:00:999:[ please request cheats ]:REASON 1 warzard:0:0000:00:999:[ for it on the cheat ]:REASON 1 warzard:0:0000:00:999:[ forums. ]:REASON 1 ; [ Water Ski ] waterski:0:0000:00:999:[See the Dip Switch Menu to ] waterski:0:0000:00:999:[enable Invincibility. ] waterski:0:836B:39:000:Infinite Time PL1 waterski:0:836E:39:000:Infinite Time PL2 ; [ Water Balls ] :watrball:00000000:FECA70:0000007F:FFFFFFFF:Infinite Credits :watrball:00001301:FED724:0000001D:FFFFFFFF:Select Starting Stage:Use on the "Press Start Button" screen :watrball:001000E0:FED01C:00000063:FFFFFFFF:Infinite Time :watrball:00000001:FED00F:00000000:FFFFFFFF:Finish this Stage Now! ; [ Wonder Boy III - Monster Lair (set 5, World, System 16B, 8751 317-0098) ] :wb3:00000000:FFC8A6:00000009:FFFFFFFF:Infinite Credits :wb3:00000301:FFC912:0000000D:FFFFFFFF:Select Starting Round:Set on displayed "ONE (OR TWO) PLAYER(S) START" screen :wb3:00000000:FFC09B:00000007:FFFFFFFF:Infinite Lives PL1 :wb3:00000000:FFC08A:00000037:FFFFFFFF:Infinite Energy PL1 :wb3:00000000:FFE510:00000001:00000001:Invincibility PL1 :wb3:00010000:FFC08F:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :wb3:00000000:FFC002:00000000:00000002:Rapid Fire PL1:Hold shot button :wb3:00010000:FFC09C:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :wb3:62000000:FFC07E:00000000:00000000:Select Weapon PL1 :wb3:00010000:FFC07E:00000001:FFFFFFFF:Normal :wb3:00010000:FFC07E:00000002:FFFFFFFF:Circular :wb3:00010000:FFC07E:00000003:FFFFFFFF:Bombs :wb3:00010000:FFC07E:00000004:FFFFFFFF:3-way Shot :wb3:00010000:FFC07E:00000005:FFFFFFFF:Sideshot :wb3:00010000:FFC07E:00000006:FFFFFFFF:Laser :wb3:00010000:FFC07E:00000007:FFFFFFFF:Fireball :wb3:00000000:FFC0D1:00000007:FFFFFFFF:Infinite Lives PL2 :wb3:00000000:FFC0C0:00000037:FFFFFFFF:Infinite Energy PL2 :wb3:00000000:FFE550:00000001:00000001:Invincibility PL2 :wb3:00010000:FFC0C5:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :wb3:00000000:FFC003:00000000:00000002:Rapid Fire PL2:Hold shot button :wb3:00010000:FFC0D2:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :wb3:62000000:FFC0B4:00000000:00000000:Select Weapon PL2 :wb3:00010000:FFC0B4:00000001:FFFFFFFF:Normal :wb3:00010000:FFC0B4:00000002:FFFFFFFF:Circular :wb3:00010000:FFC0B4:00000003:FFFFFFFF:Bombs :wb3:00010000:FFC0B4:00000004:FFFFFFFF:3-way Shot :wb3:00010000:FFC0B4:00000005:FFFFFFFF:Sideshot :wb3:00010000:FFC0B4:00000006:FFFFFFFF:Laser :wb3:00010000:FFC0B4:00000007:FFFFFFFF:Fireball :wb3:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 1 with 1 Hit Now! :wb3:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! :wb3:00010001:FFE893:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (02/10):All the parts (Head+9*Body) need a hit :wb3:00010001:FFE873:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (03/10) :wb3:00010001:FFE853:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (04/10) :wb3:00010001:FFE833:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (05/10) :wb3:00010001:FFE813:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (06/10) :wb3:00010001:FFE7F3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (07/10) :wb3:00010001:FFE7D3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (08/10) :wb3:00010001:FFE7B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (09/10) :wb3:00010001:FFE793:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (10/10) :wb3:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 3 with 1 Hit Now! :wb3:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 4 with 1 Hit Now!:This level has 2 bosses, use this cheat twice :wb3:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 5 with 1 Hit Now! :wb3:00000001:FFE733:00000001:FFFFFFFF:Kill Boss 6 with 1 Hit Now! :wb3:00000001:FFE765:00000001:FFFFFFFF:Kill Boss 7 with 1 Hit Now! :wb3:00000001:FFE7F3:00000001:FFFFFFFF:Kill Boss 8 with 1 Hit Now! :wb3:00000001:FFE793:00000001:FFFFFFFF:Kill Boss 9 with 1 Hit Now! :wb3:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 10 with 1 Hit Now! :wb3:00000001:FFE893:00000001:FFFFFFFF:Kill Boss 11 with 1 Hit Now! :wb3:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 12 with 1 Hit Now! :wb3:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 13 with 1 Hit Now! :wb3:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 14 (1st) with 1 Hit Now! :wb3:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 14 (2nd) with 1 Hit Now! ; [ Wonder Boy III - Monster Lair (set 1, System 16A, FD1094 317-0084) ] :wb31:00000000:FFC8A6:00000009:FFFFFFFF:Infinite Credits :wb31:00000301:FFC912:0000000D:FFFFFFFF:Select Starting Round:Set on displayed "ONE (OR TWO) PLAYER(S) START" screen :wb31:00000000:FFC099:00000007:FFFFFFFF:Infinite Lives PL1 :wb31:00000000:FFC088:00000037:FFFFFFFF:Infinite Energy PL1 :wb31:00000000:FFE510:00000001:00000001:Invincibility PL1 :wb31:00010000:FFC08D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :wb31:00000000:FFC002:00000000:00000002:Rapid Fire PL1:Hold shot button :wb31:00010000:FFC09A:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :wb31:62000000:FFC07C:00000000:00000000:Select Weapon PL1 :wb31:00010000:FFC07C:00000001:FFFFFFFF:Normal :wb31:00010000:FFC07C:00000002:FFFFFFFF:Circular :wb31:00010000:FFC07C:00000003:FFFFFFFF:Bombs :wb31:00010000:FFC07C:00000004:FFFFFFFF:3-way Shot :wb31:00010000:FFC07C:00000005:FFFFFFFF:Sideshot :wb31:00010000:FFC07C:00000006:FFFFFFFF:Laser :wb31:00010000:FFC07C:00000007:FFFFFFFF:Fireball :wb31:00000000:FFC0D1:00000007:FFFFFFFF:Infinite Lives PL2 :wb31:00000000:FFC0C0:00000037:FFFFFFFF:Infinite Energy PL2 :wb31:00000000:FFE550:00000001:00000001:Invincibility PL2 :wb31:00010000:FFC0C5:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :wb31:00000000:FFC003:00000000:00000002:Rapid Fire PL2:Hold shot button :wb31:00010000:FFC0D2:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :wb31:62000000:FFC0B2:00000000:00000000:Select Weapon PL2 :wb31:00010000:FFC0B2:00000001:FFFFFFFF:Normal :wb31:00010000:FFC0B2:00000002:FFFFFFFF:Circular :wb31:00010000:FFC0B2:00000003:FFFFFFFF:Bombs :wb31:00010000:FFC0B2:00000004:FFFFFFFF:3-way Shot :wb31:00010000:FFC0B2:00000005:FFFFFFFF:Sideshot :wb31:00010000:FFC0B2:00000006:FFFFFFFF:Laser :wb31:00010000:FFC0B2:00000007:FFFFFFFF:Fireball :wb31:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 1 with 1 Hit Now! :wb31:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! :wb31:00010001:FFE893:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (02/10):All the parts (Head+9*Body) need a hit :wb31:00010001:FFE873:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (03/10) :wb31:00010001:FFE853:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (04/10) :wb31:00010001:FFE833:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (05/10) :wb31:00010001:FFE813:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (06/10) :wb31:00010001:FFE7F3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (07/10) :wb31:00010001:FFE7D3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (08/10) :wb31:00010001:FFE7B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (09/10) :wb31:00010001:FFE793:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (10/10) :wb31:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 3 with 1 Hit Now! :wb31:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 4 with 1 Hit Now!:This level has 2 bosses, use this cheat twice :wb31:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 5 with 1 Hit Now! :wb31:00000001:FFE733:00000001:FFFFFFFF:Kill Boss 6 with 1 Hit Now! :wb31:00000001:FFE765:00000001:FFFFFFFF:Kill Boss 7 with 1 Hit Now! :wb31:00000001:FFE7F3:00000001:FFFFFFFF:Kill Boss 8 with 1 Hit Now! :wb31:00000001:FFE793:00000001:FFFFFFFF:Kill Boss 9 with 1 Hit Now! :wb31:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 10 with 1 Hit Now! :wb31:00000001:FFE893:00000001:FFFFFFFF:Kill Boss 11 with 1 Hit Now! :wb31:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 12 with 1 Hit Now! :wb31:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 13 with 1 Hit Now! :wb31:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 14 (1st) with 1 Hit Now! :wb31:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 14 (2nd) with 1 Hit Now! ; [ Wonder Boy III - Monster Lair (set 2, Japan, System 16B, FD1094 317-0085) ] :wb32:00000000:FFC8A6:00000009:FFFFFFFF:Infinite Credits :wb32:00000301:FFC912:0000000D:FFFFFFFF:Select Starting Round:Set on displayed "ONE (OR TWO) PLAYER(S) START" screen :wb32:00000000:FFC099:00000007:FFFFFFFF:Infinite Lives PL1 :wb32:00000000:FFC088:00000037:FFFFFFFF:Infinite Energy PL1 :wb32:00000000:FFE510:00000001:00000001:Invincibility PL1 :wb32:00010000:FFC08D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :wb32:00000000:FFC002:00000000:00000002:Rapid Fire PL1:Hold shot button :wb32:00010000:FFC09A:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :wb32:62000000:FFC07C:00000000:00000000:Select Weapon PL1 :wb32:00010000:FFC07C:00000001:FFFFFFFF:Normal :wb32:00010000:FFC07C:00000002:FFFFFFFF:Circular :wb32:00010000:FFC07C:00000003:FFFFFFFF:Bombs :wb32:00010000:FFC07C:00000004:FFFFFFFF:3-way Shot :wb32:00010000:FFC07C:00000005:FFFFFFFF:Sideshot :wb32:00010000:FFC07C:00000006:FFFFFFFF:Laser :wb32:00010000:FFC07C:00000007:FFFFFFFF:Fireball :wb32:00000000:FFC0D1:00000007:FFFFFFFF:Infinite Lives PL2 :wb32:00000000:FFC0C0:00000037:FFFFFFFF:Infinite Energy PL2 :wb32:00000000:FFE550:00000001:00000001:Invincibility PL2 :wb32:00010000:FFC0C5:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :wb32:00000000:FFC003:00000000:00000002:Rapid Fire PL2:Hold shot button :wb32:00010000:FFC0D2:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :wb32:62000000:FFC0B2:00000000:00000000:Select Weapon PL2 :wb32:00010000:FFC0B2:00000001:FFFFFFFF:Normal :wb32:00010000:FFC0B2:00000002:FFFFFFFF:Circular :wb32:00010000:FFC0B2:00000003:FFFFFFFF:Bombs :wb32:00010000:FFC0B2:00000004:FFFFFFFF:3-way Shot :wb32:00010000:FFC0B2:00000005:FFFFFFFF:Sideshot :wb32:00010000:FFC0B2:00000006:FFFFFFFF:Laser :wb32:00010000:FFC0B2:00000007:FFFFFFFF:Fireball :wb32:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 1 with 1 Hit Now! :wb32:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! :wb32:00010001:FFE893:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (02/10):All the parts (Head+9*Body) need a hit :wb32:00010001:FFE873:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (03/10) :wb32:00010001:FFE853:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (04/10) :wb32:00010001:FFE833:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (05/10) :wb32:00010001:FFE813:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (06/10) :wb32:00010001:FFE7F3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (07/10) :wb32:00010001:FFE7D3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (08/10) :wb32:00010001:FFE7B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (09/10) :wb32:00010001:FFE793:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (10/10) :wb32:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 3 with 1 Hit Now! :wb32:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 4 with 1 Hit Now!:This level has 2 bosses, use this cheat twice :wb32:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 5 with 1 Hit Now! :wb32:00000001:FFE733:00000001:FFFFFFFF:Kill Boss 6 with 1 Hit Now! :wb32:00000001:FFE765:00000001:FFFFFFFF:Kill Boss 7 with 1 Hit Now! :wb32:00000001:FFE7F3:00000001:FFFFFFFF:Kill Boss 8 with 1 Hit Now! :wb32:00000001:FFE793:00000001:FFFFFFFF:Kill Boss 9 with 1 Hit Now! :wb32:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 10 with 1 Hit Now! :wb32:00000001:FFE893:00000001:FFFFFFFF:Kill Boss 11 with 1 Hit Now! :wb32:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 12 with 1 Hit Now! :wb32:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 13 with 1 Hit Now! :wb32:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 14 (1st) with 1 Hit Now! :wb32:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 14 (2nd) with 1 Hit Now! ; [ Wonder Boy III - Monster Lair (set 3, World, System 16B, FD1094 317-0089) ] :wb33:00000000:FFC8A6:00000009:FFFFFFFF:Infinite Credits :wb33:00000301:FFC912:0000000D:FFFFFFFF:Select Starting Round:Set on displayed "ONE (OR TWO) PLAYER(S) START" screen :wb33:00000000:FFC099:00000007:FFFFFFFF:Infinite Lives PL1 :wb33:00000000:FFC088:00000037:FFFFFFFF:Infinite Energy PL1 :wb33:00000000:FFE510:00000001:00000001:Invincibility PL1 :wb33:00010000:FFC08D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :wb33:00000000:FFC002:00000000:00000002:Rapid Fire PL1:Hold shot button :wb33:00010000:FFC09A:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :wb33:62000000:FFC07C:00000000:00000000:Select Weapon PL1 :wb33:00010000:FFC07C:00000001:FFFFFFFF:Normal :wb33:00010000:FFC07C:00000002:FFFFFFFF:Circular :wb33:00010000:FFC07C:00000003:FFFFFFFF:Bombs :wb33:00010000:FFC07C:00000004:FFFFFFFF:3-way Shot :wb33:00010000:FFC07C:00000005:FFFFFFFF:Sideshot :wb33:00010000:FFC07C:00000006:FFFFFFFF:Laser :wb33:00010000:FFC07C:00000007:FFFFFFFF:Fireball :wb33:00000000:FFC0D1:00000007:FFFFFFFF:Infinite Lives PL2 :wb33:00000000:FFC0C0:00000037:FFFFFFFF:Infinite Energy PL2 :wb33:00000000:FFE550:00000001:00000001:Invincibility PL2 :wb33:00010000:FFC0C5:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :wb33:00000000:FFC003:00000000:00000002:Rapid Fire PL2:Hold shot button :wb33:00010000:FFC0D2:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :wb33:62000000:FFC0B2:00000000:00000000:Select Weapon PL2 :wb33:00010000:FFC0B2:00000001:FFFFFFFF:Normal :wb33:00010000:FFC0B2:00000002:FFFFFFFF:Circular :wb33:00010000:FFC0B2:00000003:FFFFFFFF:Bombs :wb33:00010000:FFC0B2:00000004:FFFFFFFF:3-way Shot :wb33:00010000:FFC0B2:00000005:FFFFFFFF:Sideshot :wb33:00010000:FFC0B2:00000006:FFFFFFFF:Laser :wb33:00010000:FFC0B2:00000007:FFFFFFFF:Fireball :wb33:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 1 with 1 Hit Now! :wb33:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! :wb33:00010001:FFE893:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (02/10):All the parts (Head+9*Body) need a hit :wb33:00010001:FFE873:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (03/10) :wb33:00010001:FFE853:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (04/10) :wb33:00010001:FFE833:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (05/10) :wb33:00010001:FFE813:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (06/10) :wb33:00010001:FFE7F3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (07/10) :wb33:00010001:FFE7D3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (08/10) :wb33:00010001:FFE7B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (09/10) :wb33:00010001:FFE793:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (10/10) :wb33:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 3 with 1 Hit Now! :wb33:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 4 with 1 Hit Now!:This level has 2 bosses, use this cheat twice :wb33:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 5 with 1 Hit Now! :wb33:00000001:FFE733:00000001:FFFFFFFF:Kill Boss 6 with 1 Hit Now! :wb33:00000001:FFE765:00000001:FFFFFFFF:Kill Boss 7 with 1 Hit Now! :wb33:00000001:FFE7F3:00000001:FFFFFFFF:Kill Boss 8 with 1 Hit Now! :wb33:00000001:FFE793:00000001:FFFFFFFF:Kill Boss 9 with 1 Hit Now! :wb33:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 10 with 1 Hit Now! :wb33:00000001:FFE893:00000001:FFFFFFFF:Kill Boss 11 with 1 Hit Now! :wb33:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 12 with 1 Hit Now! :wb33:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 13 with 1 Hit Now! :wb33:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 14 (1st) with 1 Hit Now! :wb33:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 14 (2nd) with 1 Hit Now! ; [ Wonder Boy III - Monster Lair (set 4, Japan, System 16B, FD1094 317-0087) ] :wb34:00000000:FFC8A6:00000009:FFFFFFFF:Infinite Credits :wb34:00000301:FFC912:0000000D:FFFFFFFF:Select Starting Round:Set on displayed "ONE (OR TWO) PLAYER(S) START" screen :wb34:00000000:FFC099:00000007:FFFFFFFF:Infinite Lives PL1 :wb34:00000000:FFC088:00000037:FFFFFFFF:Infinite Energy PL1 :wb34:00000000:FFE510:00000001:00000001:Invincibility PL1 :wb34:00010000:FFC08D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :wb34:00000000:FFC002:00000000:00000002:Rapid Fire PL1:Hold shot button :wb34:00010000:FFC09A:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :wb34:62000000:FFC07C:00000000:00000000:Select Weapon PL1 :wb34:00010000:FFC07C:00000001:FFFFFFFF:Normal :wb34:00010000:FFC07C:00000002:FFFFFFFF:Circular :wb34:00010000:FFC07C:00000003:FFFFFFFF:Bombs :wb34:00010000:FFC07C:00000004:FFFFFFFF:3-way Shot :wb34:00010000:FFC07C:00000005:FFFFFFFF:Sideshot :wb34:00010000:FFC07C:00000006:FFFFFFFF:Laser :wb34:00010000:FFC07C:00000007:FFFFFFFF:Fireball :wb34:00000000:FFC0D1:00000007:FFFFFFFF:Infinite Lives PL2 :wb34:00000000:FFC0C0:00000037:FFFFFFFF:Infinite Energy PL2 :wb34:00000000:FFE550:00000001:00000001:Invincibility PL2 :wb34:00010000:FFC0C5:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :wb34:00000000:FFC003:00000000:00000002:Rapid Fire PL2:Hold shot button :wb34:00010000:FFC0D2:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :wb34:62000000:FFC0B2:00000000:00000000:Select Weapon PL2 :wb34:00010000:FFC0B2:00000001:FFFFFFFF:Normal :wb34:00010000:FFC0B2:00000002:FFFFFFFF:Circular :wb34:00010000:FFC0B2:00000003:FFFFFFFF:Bombs :wb34:00010000:FFC0B2:00000004:FFFFFFFF:3-way Shot :wb34:00010000:FFC0B2:00000005:FFFFFFFF:Sideshot :wb34:00010000:FFC0B2:00000006:FFFFFFFF:Laser :wb34:00010000:FFC0B2:00000007:FFFFFFFF:Fireball :wb34:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 1 with 1 Hit Now! :wb34:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! :wb34:00010001:FFE893:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (02/10):All the parts (Head+9*Body) need a hit :wb34:00010001:FFE873:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (03/10) :wb34:00010001:FFE853:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (04/10) :wb34:00010001:FFE833:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (05/10) :wb34:00010001:FFE813:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (06/10) :wb34:00010001:FFE7F3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (07/10) :wb34:00010001:FFE7D3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (08/10) :wb34:00010001:FFE7B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (09/10) :wb34:00010001:FFE793:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (10/10) :wb34:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 3 with 1 Hit Now! :wb34:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 4 with 1 Hit Now!:This level has 2 bosses, use this cheat twice :wb34:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 5 with 1 Hit Now! :wb34:00000001:FFE733:00000001:FFFFFFFF:Kill Boss 6 with 1 Hit Now! :wb34:00000001:FFE765:00000001:FFFFFFFF:Kill Boss 7 with 1 Hit Now! :wb34:00000001:FFE7F3:00000001:FFFFFFFF:Kill Boss 8 with 1 Hit Now! :wb34:00000001:FFE793:00000001:FFFFFFFF:Kill Boss 9 with 1 Hit Now! :wb34:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 10 with 1 Hit Now! :wb34:00000001:FFE893:00000001:FFFFFFFF:Kill Boss 11 with 1 Hit Now! :wb34:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 12 with 1 Hit Now! :wb34:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 13 with 1 Hit Now! :wb34:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 14 (1st) with 1 Hit Now! :wb34:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 14 (2nd) with 1 Hit Now! ; [ Wonder Boy III - Monster Lair (bootleg) ] :wb3bbl:00000000:FFC8A6:00000009:FFFFFFFF:Infinite Credits :wb3bbl:00000301:FFC912:0000000D:FFFFFFFF:Select Starting Round:Set on displayed "ONE (OR TWO) PLAYER(S) START" screen :wb3bbl:00000000:FFC099:00000007:FFFFFFFF:Infinite Lives PL1 :wb3bbl:00000000:FFC088:00000037:FFFFFFFF:Infinite Energy PL1 :wb3bbl:00000000:FFE510:00000001:00000001:Invincibility PL1 :wb3bbl:00010000:FFC08D:0000000F:FFFFFFFF:Invincibility PL1 (2/2) :wb3bbl:00000000:FFC002:00000000:00000002:Rapid Fire PL1:Hold shot button :wb3bbl:00010000:FFC09A:00000000:FFFFFFFF:Rapid Fire PL1 (2/2) :wb3bbl:62000000:FFC07C:00000000:00000000:Select Weapon PL1 :wb3bbl:00010000:FFC07C:00000001:FFFFFFFF:Normal :wb3bbl:00010000:FFC07C:00000002:FFFFFFFF:Circular :wb3bbl:00010000:FFC07C:00000003:FFFFFFFF:Bombs :wb3bbl:00010000:FFC07C:00000004:FFFFFFFF:3-way Shot :wb3bbl:00010000:FFC07C:00000005:FFFFFFFF:Sideshot :wb3bbl:00010000:FFC07C:00000006:FFFFFFFF:Laser :wb3bbl:00010000:FFC07C:00000007:FFFFFFFF:Fireball :wb3bbl:00000000:FFC0D1:00000007:FFFFFFFF:Infinite Lives PL2 :wb3bbl:00000000:FFC0C0:00000037:FFFFFFFF:Infinite Energy PL2 :wb3bbl:00000000:FFE550:00000001:00000001:Invincibility PL2 :wb3bbl:00010000:FFC0C5:0000000F:FFFFFFFF:Invincibility PL2 (2/2) :wb3bbl:00000000:FFC003:00000000:00000002:Rapid Fire PL2:Hold shot button :wb3bbl:00010000:FFC0D2:00000000:FFFFFFFF:Rapid Fire PL2 (2/2) :wb3bbl:62000000:FFC0B2:00000000:00000000:Select Weapon PL2 :wb3bbl:00010000:FFC0B2:00000001:FFFFFFFF:Normal :wb3bbl:00010000:FFC0B2:00000002:FFFFFFFF:Circular :wb3bbl:00010000:FFC0B2:00000003:FFFFFFFF:Bombs :wb3bbl:00010000:FFC0B2:00000004:FFFFFFFF:3-way Shot :wb3bbl:00010000:FFC0B2:00000005:FFFFFFFF:Sideshot :wb3bbl:00010000:FFC0B2:00000006:FFFFFFFF:Laser :wb3bbl:00010000:FFC0B2:00000007:FFFFFFFF:Fireball :wb3bbl:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 1 with 1 Hit Now! :wb3bbl:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! :wb3bbl:00010001:FFE893:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (02/10):All the parts (Head+9*Body) need a hit :wb3bbl:00010001:FFE873:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (03/10) :wb3bbl:00010001:FFE853:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (04/10) :wb3bbl:00010001:FFE833:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (05/10) :wb3bbl:00010001:FFE813:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (06/10) :wb3bbl:00010001:FFE7F3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (07/10) :wb3bbl:00010001:FFE7D3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (08/10) :wb3bbl:00010001:FFE7B3:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (09/10) :wb3bbl:00010001:FFE793:00000001:FFFFFFFF:Kill Boss 2 with 1 Hit Now! (10/10) :wb3bbl:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 3 with 1 Hit Now! :wb3bbl:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 4 with 1 Hit Now!:This level has 2 bosses, use this cheat twice :wb3bbl:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 5 with 1 Hit Now! :wb3bbl:00000001:FFE733:00000001:FFFFFFFF:Kill Boss 6 with 1 Hit Now! :wb3bbl:00000001:FFE765:00000001:FFFFFFFF:Kill Boss 7 with 1 Hit Now! :wb3bbl:00000001:FFE7F3:00000001:FFFFFFFF:Kill Boss 8 with 1 Hit Now! :wb3bbl:00000001:FFE793:00000001:FFFFFFFF:Kill Boss 9 with 1 Hit Now! :wb3bbl:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 10 with 1 Hit Now! :wb3bbl:00000001:FFE893:00000001:FFFFFFFF:Kill Boss 11 with 1 Hit Now! :wb3bbl:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 12 with 1 Hit Now! :wb3bbl:00000001:FFE6D3:00000001:FFFFFFFF:Kill Boss 13 with 1 Hit Now! :wb3bbl:00000001:FFE6F3:00000001:FFFFFFFF:Kill Boss 14 (1st) with 1 Hit Now! :wb3bbl:00000001:FFE8B3:00000001:FFFFFFFF:Kill Boss 14 (2nd) with 1 Hit Now! ; [ Beach Festival World Championship 1997 ] wbbc97:0:0000:00:999:[ This game hasn't even ]:REASON 11 wbbc97:0:0000:00:999:[ been looked at due to ]:REASON 11 wbbc97:0:0000:00:999:[ time constraints - Too]:REASON 11 wbbc97:0:0000:00:999:[ many games and so ]:REASON 11 wbbc97:0:0000:00:999:[ little time. It is ]:REASON 11 wbbc97:0:0000:00:999:[ even possible that ]:REASON 11 wbbc97:0:0000:00:999:[ this game may be a ]:REASON 11 wbbc97:0:0000:00:999:[ clone of an existing ]:REASON 11 wbbc97:0:0000:00:999:[ game which may have ]:REASON 11 wbbc97:0:0000:00:999:[ cheats. Please search ]:REASON 11 wbbc97:0:0000:00:999:[ the cheat forums ]:REASON 11 wbbc97:0:0000:00:999:[ before posting cheat ]:REASON 11 wbbc97:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Wonder Boy Deluxe ] wbdeluxe:0:C302:07:000:Infinite Lives wbdeluxe:0:C46A:20:007:Infinite Vitality wbdeluxe:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wbdeluxe:0:C46E:00:001:Invincibility "OFF" wbdeluxe:0:C8D0:68:000:Monsters cannot move wbdeluxe:0:C932:D5:000:Fire ball cannot reach player wbdeluxe:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wbdeluxe:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wbdeluxe:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wbdeluxe:0:C407:02:000:Always Have the Axe wbdeluxe:0:C408:02:000:Always Have the Skateboard wbdeluxe:0:C407:02:001:Get the Axe Now! wbdeluxe:0:C408:02:001:Get the Skateboard Now! wbdeluxe:0:C407:00:001:Lose the Axe Now! wbdeluxe:0:C408:00:001:Lose the Skateboard Now! wbdeluxe:0:C0DA:03:000:Always Hidden Bonus Life wbdeluxe:0:C312:01:000:Always Doll Bonus wbdeluxe:0:C476:02:000:Always Big Bonus Fruits wbdeluxe:0:C475:14:000:Monster Always = 10000 wbdeluxe:0:C301:00:001:Goto Level 1-1 Next wbdeluxe:0:C301:03:001:Goto Level 1-4 Next wbdeluxe:0:C301:04:001:Goto Level 2-1 Next wbdeluxe:0:C301:07:001:Goto Level 2-4 Next wbdeluxe:0:C301:08:001:Goto Level 3-1 Next wbdeluxe:0:C301:0B:001:Goto Level 3-4 Next wbdeluxe:0:C301:0C:001:Goto Level 4-1 Next wbdeluxe:0:C301:0F:001:Goto Level 4-4 Next wbdeluxe:0:C301:10:001:Goto Level 5-1 Next wbdeluxe:0:C301:13:001:Goto Level 5-4 Next wbdeluxe:0:C301:14:001:Goto Level 6-1 Next wbdeluxe:0:C301:17:001:Goto Level 6-4 Next wbdeluxe:0:C301:18:001:Goto Level 7-1 Next wbdeluxe:0:C301:1B:001:Goto Level 7-4 Next wbdeluxe:0:C301:1C:001:Goto Level 8-1 Next wbdeluxe:0:C301:1F:001:Goto Level 8-4 Next ; [ World Beach Volley (set 2) ] wbeachv2:0:FF3BB9:63:000:Infinite Credits PL1 wbeachv2:0:FF3BBB:63:000:Infinite Credits PL2 wbeachv2:0:FF3BBD:63:000:Infinite Credits PL3 wbeachv2:0:FF3BBF:63:000:Infinite Credits PL4 wbeachv2:0:000000:00:999:[The Time cheats are only of] wbeachv2:0:000000:00:999:[use with 3 or 4 players. ] wbeachv2:0:FFBBB9:59:000:Infinite Time wbeachv2:0:FFBBB8:09:500:Infinite Time (2/2) wbeachv2:0:FFBBB9:00:001:No Time Left Now! wbeachv2:0:FFBBB8:00:501:No Time Left Now! (2/2) wbeachv2:0:000000:00:999:[The Score cheats will not ] wbeachv2:0:000000:00:999:[display the correct score. ] wbeachv2:0:FF57AA:00:000:Left Team Score always = 0 wbeachv2:0:FFBBA1:00:500:Left Team Score always = 0 (2/2) wbeachv2:0:FF57AA:0F:000:Left Team Score always = 15 wbeachv2:0:FFBBA1:0F:500:Left Team Score always = 15 (2/2) wbeachv2:0:FF57AA:00:001:Left Team Score = 0 Now! wbeachv2:0:FFBBA1:00:501:Left Team Score = 0 Now! (2/2) wbeachv2:0:FF57AA:0F:001:Left Team Score = 15 Now! wbeachv2:0:FFBBA1:0F:501:Left Team Score = 15 Now! (2/2) wbeachv2:0:FF585A:00:000:Right Team Score always = 0 wbeachv2:0:FFBBA3:00:500:Right Team Score always = 0 (2/2) wbeachv2:0:FF585A:0F:000:Right Team Score always = 15 wbeachv2:0:FFBBA3:0F:500:Right Team Score always = 15 (2/2) wbeachv2:0:FF585A:00:001:Right Team Score = 0 Now! wbeachv2:0:FFBBA3:00:501:Right Team Score = 0 Now! (2/2) wbeachv2:0:FF585A:0F:001:Right Team Score = 15 Now! wbeachv2:0:FFBBA3:0F:501:Right Team Score = 15 Now! (2/2) ; [ World Beach Volley (set 1) ] wbeachvl:0:FF3CCB:63:000:Infinite Credits wbeachvl:0:000000:00:999:[The Time cheats are only of] wbeachvl:0:000000:00:999:[use with 3 or 4 players. ] wbeachvl:0:FFBCCB:59:000:Infinite Time wbeachvl:0:FFBCCA:09:500:Infinite Time (2/2) wbeachvl:0:FFBCCB:00:001:No Time Left Now! wbeachvl:0:FFBCCA:00:501:No Time Left Now! (2/2) wbeachvl:0:000000:00:999:[The Score cheats will not ] wbeachvl:0:000000:00:999:[display the correct score. ] wbeachvl:0:FF58BC:00:000:Left Team Score always = 0 wbeachvl:0:FFBCB3:00:500:Left Team Score always = 0 (2/2) wbeachvl:0:FF58BC:0F:000:Left Team Score always = 15 wbeachvl:0:FFBCB3:0F:500:Left Team Score always = 15 (2/2) wbeachvl:0:FF58BC:00:001:Left Team Score = 0 Now! wbeachvl:0:FFBCB3:00:501:Left Team Score = 0 Now! (2/2) wbeachvl:0:FF58BC:0F:001:Left Team Score = 15 Now! wbeachvl:0:FFBCB3:0F:501:Left Team Score = 15 Now! (2/2) wbeachvl:0:FF596C:00:000:Right Team Score always = 0 wbeachvl:0:FFBCB5:00:500:Right Team Score always = 0 (2/2) wbeachvl:0:FF596C:0F:000:Right Team Score always = 15 wbeachvl:0:FFBCB5:0F:500:Right Team Score always = 15 (2/2) wbeachvl:0:FF596C:00:001:Right Team Score = 0 Now! wbeachvl:0:FFBCB5:00:501:Right Team Score = 0 Now! (2/2) wbeachvl:0:FF596C:0F:001:Right Team Score = 15 Now! wbeachvl:0:FFBCB5:0F:501:Right Team Score = 15 Now! (2/2) ; [ Wonder Boy in Monster Land (Japan New Ver.) ] wbml:0:C202:05:000:Invincibility wbml:0:C21A:01:000:Always have Gradius Sword wbml:0:C21A:02:000:Always have Broad Sword wbml:0:C21A:03:000:Always have Great Sword wbml:0:C21A:04:000:Always have Excalibur wbml:0:C21A:05:000:Always have Sword of Legend wbml:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level wbml:0:C203:0A:500:Infinite Hearts (2/2) wbml:0:C216:01:000:Infinite Pills wbml:0:C21F:09:000:Infinite Money wbml:0:C23C:09:000:Infinite Gauntlet wbml:0:C23D:09:000:Infinite Helmet wbml:0:C23B:09:000:Infinite Boots wbml:0:C226:01:000:Infinite extra pow wbml:0:C228:99:500:Infinite extra pow (2/2) wbml:0:C227:14:001:Get Extra power - Whirlwind wbml:0:C227:15:001:Get Extra power - Bomb wbml:0:C227:16:001:Get Extra power - Thunder wbml:0:C227:17:001:Get Extra power - Fireball wbml:0:C215:01:000:Always have the key wbml:0:C215:01:001:Get the key Now! ; [ Wonder Boy in Monster Land ] wbmlb:0:C202:05:000:Invincibility wbmlb:0:C21A:01:000:Always have Gradius Sword wbmlb:0:C21A:02:000:Always have Broad Sword wbmlb:0:C21A:03:000:Always have Great Sword wbmlb:0:C21A:04:000:Always have Excalibur wbmlb:0:C21A:05:000:Always have Sword of Legend wbmlb:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level wbmlb:0:C203:0A:500:Infinite Hearts (2/2) wbmlb:0:C216:01:000:Infinite Pills wbmlb:0:C21F:09:000:Infinite Money wbmlb:0:C23C:09:000:Infinite Gauntlet wbmlb:0:C23D:09:000:Infinite Helmet wbmlb:0:C23B:09:000:Infinite Boots wbmlb:0:C226:01:000:Infinite extra pow wbmlb:0:C228:99:500:Infinite extra pow (2/2) wbmlb:0:C227:14:001:Get Extra power - Whirlwind wbmlb:0:C227:15:001:Get Extra power - Bomb wbmlb:0:C227:16:001:Get Extra power - Thunder wbmlb:0:C227:17:001:Get Extra power - Fireball wbmlb:0:C215:01:000:Always have the key wbmlb:0:C215:01:001:Get the key Now! ; [ Wonder Boy in Monster Land (Japan not encrypted) ] wbmljb:0:C202:05:000:Invincibility wbmljb:0:C21A:01:000:Always have Gradius Sword wbmljb:0:C21A:02:000:Always have Broad Sword wbmljb:0:C21A:03:000:Always have Great Sword wbmljb:0:C21A:04:000:Always have Excalibur wbmljb:0:C21A:05:000:Always have Sword of Legend wbmljb:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level wbmljb:0:C203:0A:500:Infinite Hearts (2/2) wbmljb:0:C216:01:000:Infinite Pills wbmljb:0:C21F:09:000:Infinite Money wbmljb:0:C23C:09:000:Infinite Gauntlet wbmljb:0:C23D:09:000:Infinite Helmet wbmljb:0:C23B:09:000:Infinite Boots wbmljb:0:C226:01:000:Infinite extra pow wbmljb:0:C228:99:500:Infinite extra pow (2/2) wbmljb:0:C227:14:001:Get Extra power - Whirlwind wbmljb:0:C227:15:001:Get Extra power - Bomb wbmljb:0:C227:16:001:Get Extra power - Thunder wbmljb:0:C227:17:001:Get Extra power - Fireball wbmljb:0:C215:01:000:Always have the key wbmljb:0:C215:01:001:Get the key Now! ; [ Wonder Boy in Monster Land (Japan Old Ver.) ] wbmljo:0:C202:05:000:Invincibility wbmljo:0:C21A:01:000:Always have Gradius Sword wbmljo:0:C21A:02:000:Always have Broad Sword wbmljo:0:C21A:03:000:Always have Great Sword wbmljo:0:C21A:04:000:Always have Excalibur wbmljo:0:C21A:05:000:Always have Sword of Legend wbmljo:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level wbmljo:0:C203:0A:500:Infinite Hearts (2/2) wbmljo:0:C216:01:000:Infinite Pills wbmljo:0:C21F:09:000:Infinite Money wbmljo:0:C23C:09:000:Infinite Gauntlet wbmljo:0:C23D:09:000:Infinite Helmet wbmljo:0:C23B:09:000:Infinite Boots wbmljo:0:C226:01:000:Infinite extra pow wbmljo:0:C228:99:500:Infinite extra pow (2/2) wbmljo:0:C227:14:001:Get Extra power - Whirlwind wbmljo:0:C227:15:001:Get Extra power - Bomb wbmljo:0:C227:16:001:Get Extra power - Thunder wbmljo:0:C227:17:001:Get Extra power - Fireball wbmljo:0:C215:01:000:Always have the key wbmljo:0:C215:01:001:Get the key Now! ; [ Wonder Boy (set 1, new encryption) ] wboy:0:C302:07:000:Infinite Lives wboy:0:C46A:20:007:Infinite Vitality wboy:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wboy:0:C46E:00:001:Invincibility "OFF" wboy:0:C8D0:68:000:Monsters cannot move wboy:0:C932:D5:000:Fire ball cannot reach player wboy:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wboy:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wboy:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wboy:0:C407:02:000:Always Have the Axe wboy:0:C408:02:000:Always Have the Skateboard wboy:0:C407:02:001:Get the Axe Now! wboy:0:C408:02:001:Get the Skateboard Now! wboy:0:C407:00:001:Lose the Axe Now! wboy:0:C408:00:001:Lose the Skateboard Now! wboy:0:C0DA:03:000:Always Hidden Bonus Life wboy:0:C312:01:000:Always Doll Bonus wboy:0:C476:02:000:Always Big Bonus Fruits wboy:0:C475:14:000:Monster Always = 10000 wboy:0:C301:00:001:Goto Level 1-1 Next wboy:0:C301:03:001:Goto Level 1-4 Next wboy:0:C301:04:001:Goto Level 2-1 Next wboy:0:C301:07:001:Goto Level 2-4 Next wboy:0:C301:08:001:Goto Level 3-1 Next wboy:0:C301:0B:001:Goto Level 3-4 Next wboy:0:C301:0C:001:Goto Level 4-1 Next wboy:0:C301:0F:001:Goto Level 4-4 Next wboy:0:C301:10:001:Goto Level 5-1 Next wboy:0:C301:13:001:Goto Level 5-4 Next wboy:0:C301:14:001:Goto Level 6-1 Next wboy:0:C301:17:001:Goto Level 6-4 Next wboy:0:C301:18:001:Goto Level 7-1 Next wboy:0:C301:1B:001:Goto Level 7-4 Next wboy:0:C301:1C:001:Goto Level 8-1 Next wboy:0:C301:1F:001:Goto Level 8-4 Next ; [ Wonder Boy (set 2) ] wboy2:0:C302:07:000:Infinite Lives wboy2:0:C46A:20:007:Infinite Vitality wboy2:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wboy2:0:C46E:00:001:Invincibility "OFF" wboy2:0:C8D0:68:000:Monsters cannot move wboy2:0:C932:D5:000:Fire ball cannot reach player wboy2:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wboy2:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wboy2:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wboy2:0:C407:02:000:Always Have the Axe wboy2:0:C408:02:000:Always Have the Skateboard wboy2:0:C407:02:001:Get the Axe Now! wboy2:0:C408:02:001:Get the Skateboard Now! wboy2:0:C407:00:001:Lose the Axe Now! wboy2:0:C408:00:001:Lose the Skateboard Now! wboy2:0:C0DA:03:000:Always Hidden Bonus Life wboy2:0:C312:01:000:Always Doll Bonus wboy2:0:C476:02:000:Always Big Bonus Fruits wboy2:0:C475:14:000:Monster Always = 10000 wboy2:0:C301:00:001:Goto Level 1-1 Next wboy2:0:C301:03:001:Goto Level 1-4 Next wboy2:0:C301:04:001:Goto Level 2-1 Next wboy2:0:C301:07:001:Goto Level 2-4 Next wboy2:0:C301:08:001:Goto Level 3-1 Next wboy2:0:C301:0B:001:Goto Level 3-4 Next wboy2:0:C301:0C:001:Goto Level 4-1 Next wboy2:0:C301:0F:001:Goto Level 4-4 Next wboy2:0:C301:10:001:Goto Level 5-1 Next wboy2:0:C301:13:001:Goto Level 5-4 Next wboy2:0:C301:14:001:Goto Level 6-1 Next wboy2:0:C301:17:001:Goto Level 6-4 Next wboy2:0:C301:18:001:Goto Level 7-1 Next wboy2:0:C301:1B:001:Goto Level 7-4 Next wboy2:0:C301:1C:001:Goto Level 8-1 Next wboy2:0:C301:1F:001:Goto Level 8-4 Next ; [ Wonder Boy (set 2 not encrypted) ] wboy2u:0:C302:07:000:Infinite Lives wboy2u:0:C46A:20:007:Infinite Vitality wboy2u:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wboy2u:0:C46E:00:001:Invincibility "OFF" wboy2u:0:C8D0:68:000:Monsters cannot move wboy2u:0:C932:D5:000:Fire ball cannot reach player wboy2u:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wboy2u:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wboy2u:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wboy2u:0:C407:02:000:Always Have the Axe wboy2u:0:C408:02:000:Always Have the Skateboard wboy2u:0:C407:02:001:Get the Axe Now! wboy2u:0:C408:02:001:Get the Skateboard Now! wboy2u:0:C407:00:001:Lose the Axe Now! wboy2u:0:C408:00:001:Lose the Skateboard Now! wboy2u:0:C0DA:03:000:Always Hidden Bonus Life wboy2u:0:C312:01:000:Always Doll Bonus wboy2u:0:C476:02:000:Always Big Bonus Fruits wboy2u:0:C475:14:000:Monster Always = 10000 wboy2u:0:C301:00:001:Goto Level 1-1 Next wboy2u:0:C301:03:001:Goto Level 1-4 Next wboy2u:0:C301:04:001:Goto Level 2-1 Next wboy2u:0:C301:07:001:Goto Level 2-4 Next wboy2u:0:C301:08:001:Goto Level 3-1 Next wboy2u:0:C301:0B:001:Goto Level 3-4 Next wboy2u:0:C301:0C:001:Goto Level 4-1 Next wboy2u:0:C301:0F:001:Goto Level 4-4 Next wboy2u:0:C301:10:001:Goto Level 5-1 Next wboy2u:0:C301:13:001:Goto Level 5-4 Next wboy2u:0:C301:14:001:Goto Level 6-1 Next wboy2u:0:C301:17:001:Goto Level 6-4 Next wboy2u:0:C301:18:001:Goto Level 7-1 Next wboy2u:0:C301:1B:001:Goto Level 7-4 Next wboy2u:0:C301:1C:001:Goto Level 8-1 Next wboy2u:0:C301:1F:001:Goto Level 8-4 Next ; [ Wonder Boy (set 3) ] wboy3:0:C302:07:000:Infinite Lives wboy3:0:C46A:20:007:Infinite Vitality wboy3:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wboy3:0:C46E:00:001:Invincibility "OFF" wboy3:0:C8D0:68:000:Monsters cannot move wboy3:0:C932:D5:000:Fire ball cannot reach player wboy3:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wboy3:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wboy3:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wboy3:0:C407:02:000:Always Have the Axe wboy3:0:C408:02:000:Always Have the Skateboard wboy3:0:C407:02:001:Get the Axe Now! wboy3:0:C408:02:001:Get the Skateboard Now! wboy3:0:C407:00:001:Lose the Axe Now! wboy3:0:C408:00:001:Lose the Skateboard Now! wboy3:0:C0DA:03:000:Always Hidden Bonus Life wboy3:0:C312:01:000:Always Doll Bonus wboy3:0:C476:02:000:Always Big Bonus Fruits wboy3:0:C475:14:000:Monster Always = 10000 wboy3:0:C301:00:001:Goto Level 1-1 Next wboy3:0:C301:03:001:Goto Level 1-4 Next wboy3:0:C301:04:001:Goto Level 2-1 Next wboy3:0:C301:07:001:Goto Level 2-4 Next wboy3:0:C301:08:001:Goto Level 3-1 Next wboy3:0:C301:0B:001:Goto Level 3-4 Next wboy3:0:C301:0C:001:Goto Level 4-1 Next wboy3:0:C301:0F:001:Goto Level 4-4 Next wboy3:0:C301:10:001:Goto Level 5-1 Next wboy3:0:C301:13:001:Goto Level 5-4 Next wboy3:0:C301:14:001:Goto Level 6-1 Next wboy3:0:C301:17:001:Goto Level 6-4 Next wboy3:0:C301:18:001:Goto Level 7-1 Next wboy3:0:C301:1B:001:Goto Level 7-4 Next wboy3:0:C301:1C:001:Goto Level 8-1 Next wboy3:0:C301:1F:001:Goto Level 8-4 Next ; [ Wonder Boy (set 1, old encryption) ] wboyo:0:C302:07:000:Infinite Lives wboyo:0:C46A:20:007:Infinite Vitality wboyo:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wboyo:0:C46E:00:001:Invincibility "OFF" wboyo:0:C8D0:68:000:Monsters cannot move wboyo:0:C932:D5:000:Fire ball cannot reach player wboyo:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wboyo:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wboyo:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wboyo:0:C407:02:000:Always Have the Axe wboyo:0:C408:02:000:Always Have the Skateboard wboyo:0:C407:02:001:Get the Axe Now! wboyo:0:C408:02:001:Get the Skateboard Now! wboyo:0:C407:00:001:Lose the Axe Now! wboyo:0:C408:00:001:Lose the Skateboard Now! wboyo:0:C0DA:03:000:Always Hidden Bonus Life wboyo:0:C312:01:000:Always Doll Bonus wboyo:0:C476:02:000:Always Big Bonus Fruits wboyo:0:C475:14:000:Monster Always = 10000 wboyo:0:C301:00:001:Goto Level 1-1 Next wboyo:0:C301:03:001:Goto Level 1-4 Next wboyo:0:C301:04:001:Goto Level 2-1 Next wboyo:0:C301:07:001:Goto Level 2-4 Next wboyo:0:C301:08:001:Goto Level 3-1 Next wboyo:0:C301:0B:001:Goto Level 3-4 Next wboyo:0:C301:0C:001:Goto Level 4-1 Next wboyo:0:C301:0F:001:Goto Level 4-4 Next wboyo:0:C301:10:001:Goto Level 5-1 Next wboyo:0:C301:13:001:Goto Level 5-4 Next wboyo:0:C301:14:001:Goto Level 6-1 Next wboyo:0:C301:17:001:Goto Level 6-4 Next wboyo:0:C301:18:001:Goto Level 7-1 Next wboyo:0:C301:1B:001:Goto Level 7-4 Next wboyo:0:C301:1C:001:Goto Level 8-1 Next wboyo:0:C301:1F:001:Goto Level 8-4 Next ; [ Wonder Boy (system 2) ] wboysys2:0:C302:07:000:Infinite Lives wboysys2:0:C46A:20:007:Infinite Vitality wboysys2:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wboysys2:0:C46E:00:001:Invincibility "OFF" wboysys2:0:C8D0:68:000:Monsters cannot move wboysys2:0:C932:D5:000:Fire ball cannot reach player wboysys2:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wboysys2:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wboysys2:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wboysys2:0:C407:02:000:Always Have the Axe wboysys2:0:C408:02:000:Always Have the Skateboard wboysys2:0:C407:02:001:Get the Axe Now! wboysys2:0:C408:02:001:Get the Skateboard Now! wboysys2:0:C407:00:001:Lose the Axe Now! wboysys2:0:C408:00:001:Lose the Skateboard Now! wboysys2:0:C0DA:03:000:Always Hidden Bonus Life wboysys2:0:C312:01:000:Always Doll Bonus wboysys2:0:C476:02:000:Always Big Bonus Fruits wboysys2:0:C475:14:000:Monster Always = 10000 wboysys2:0:C301:00:001:Goto Level 1-1 Next wboysys2:0:C301:03:001:Goto Level 1-4 Next wboysys2:0:C301:04:001:Goto Level 2-1 Next wboysys2:0:C301:07:001:Goto Level 2-4 Next wboysys2:0:C301:08:001:Goto Level 3-1 Next wboysys2:0:C301:0B:001:Goto Level 3-4 Next wboysys2:0:C301:0C:001:Goto Level 4-1 Next wboysys2:0:C301:0F:001:Goto Level 4-4 Next wboysys2:0:C301:10:001:Goto Level 5-1 Next wboysys2:0:C301:13:001:Goto Level 5-4 Next wboysys2:0:C301:14:001:Goto Level 6-1 Next wboysys2:0:C301:17:001:Goto Level 6-4 Next wboysys2:0:C301:18:001:Goto Level 7-1 Next wboysys2:0:C301:1B:001:Goto Level 7-4 Next wboysys2:0:C301:1C:001:Goto Level 8-1 Next wboysys2:0:C301:1F:001:Goto Level 8-4 Next ; [ Wonder Boy (not encrypted) ] wboyu:0:C302:07:000:Infinite Lives wboyu:0:C46A:20:007:Infinite Vitality wboyu:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses wboyu:0:C46E:00:001:Invincibility "OFF" wboyu:0:C8D0:68:000:Monsters cannot move wboyu:0:C932:D5:000:Fire ball cannot reach player wboyu:0:C852:AB:000:Easier to Kill Boss (buggy):Only use against the Bosses can make you float on other levels making the game a lot harder wboyu:0:C918:2D:001:One hit To kill Boss Now! (Levels 1 to 6) wboyu:0:C919:01:501:One hit To kill Boss Now! (Levels 1 to 6) (2/2) wboyu:0:C407:02:000:Always Have the Axe wboyu:0:C408:02:000:Always Have the Skateboard wboyu:0:C407:02:001:Get the Axe Now! wboyu:0:C408:02:001:Get the Skateboard Now! wboyu:0:C407:00:001:Lose the Axe Now! wboyu:0:C408:00:001:Lose the Skateboard Now! wboyu:0:C0DA:03:000:Always Hidden Bonus Life wboyu:0:C312:01:000:Always Doll Bonus wboyu:0:C476:02:000:Always Big Bonus Fruits wboyu:0:C475:14:000:Monster Always = 10000 wboyu:0:C301:00:001:Goto Level 1-1 Next wboyu:0:C301:03:001:Goto Level 1-4 Next wboyu:0:C301:04:001:Goto Level 2-1 Next wboyu:0:C301:07:001:Goto Level 2-4 Next wboyu:0:C301:08:001:Goto Level 3-1 Next wboyu:0:C301:0B:001:Goto Level 3-4 Next wboyu:0:C301:0C:001:Goto Level 4-1 Next wboyu:0:C301:0F:001:Goto Level 4-4 Next wboyu:0:C301:10:001:Goto Level 5-1 Next wboyu:0:C301:13:001:Goto Level 5-4 Next wboyu:0:C301:14:001:Goto Level 6-1 Next wboyu:0:C301:17:001:Goto Level 6-4 Next wboyu:0:C301:18:001:Goto Level 7-1 Next wboyu:0:C301:1B:001:Goto Level 7-4 Next wboyu:0:C301:1C:001:Goto Level 8-1 Next wboyu:0:C301:1F:001:Goto Level 8-4 Next ; [ Tecmo World Cup '90 (set 1) ] wc90:0:80AD:59:000:Infinite Time:Only enable when the game has started! If accidently enabled before, then use Finish this Game Now! to disable it. wc90:0:80AE:99:500:Infinite Time (2/2) wc90:0:80AD:00:001:Finish this Game Now! wc90:0:80AE:00:501:Finish this Game Now! (2/2) wc90:0:80B0:06:001:Make this the last round wc90:0:80B0:06:071:Select current round wc90:0:80B1:99:073:Select score PL1 wc90:0:80B2:99:073:Select score PL2 ; [ Tecmo World Cup '90 (set 2) ] wc90a:0:80AB:59:000:Infinite Time:Only enable when the game has started! If accidently enabled before, then use Finish this Game Now! to disable it. wc90a:0:80AC:99:500:Infinite Time (2/2) wc90a:0:80AB:00:001:Finish this Game Now! wc90a:0:80AC:00:501:Finish this Game Now! (2/2) wc90a:0:80AE:06:001:Make this the last round wc90a:0:80AE:06:071:Select current round wc90a:0:80AF:99:073:Select score PL1 wc90a:0:80B0:99:073:Select score PL2 ; [ Euro League ] wc90b:0:80AB:59:000:Infinite Time:Only enable when the game has started! If accidently enabled before, then use Finish this Game Now! to disable it. wc90b:0:80AC:99:500:Infinite Time (2/2) wc90b:0:80AB:00:001:Finish this Game Now! wc90b:0:80AC:00:501:Finish this Game Now! (2/2) wc90b:0:80AE:06:001:Make this the last round wc90b:0:80AE:06:071:Select current round wc90b:0:80AF:99:073:Select score PL1 wc90b:0:80B0:99:073:Select score PL2 ; [ Tecmo World Cup '90 (trackball) ] wc90t:0:80AB:59:000:Infinite Time:Only enable when the game has started! If accidently enabled before, then use Finish this Game Now! to disable it. wc90t:0:80AC:99:500:Infinite Time (2/2) wc90t:0:80AB:00:001:Finish this Game Now! wc90t:0:80AC:00:501:Finish this Game Now! (2/2) wc90t:0:80AE:06:001:Make this the last round wc90t:0:80AE:06:071:Select current round wc90t:0:80AF:99:073:Select score PL1 wc90t:0:80B0:99:073:Select score PL2 ; [ Mahjong Wakuwaku Catcher (Japan) ] :wcatcher:00100000:FAD6:00000002:FFFFFFFF:Infinite Thinking Time :wcatcher:00100000:FD79:00003131:FFFFFFFF:Always Winning Hand :wcatcher:00210000:FD7B:00323232:FFFFFFFF:Always Winning Hand (2/5) :wcatcher:00210000:FD7E:00353535:FFFFFFFF:Always Winning Hand (3/5) :wcatcher:00210000:FD81:00363636:FFFFFFFF:Always Winning Hand (4/5) :wcatcher:00210000:FD84:00373737:FFFFFFFF:Always Winning Hand (5/5) :wcatcher:00100001:FD79:00003131:FFFFFFFF:Get Winning Hand Now! :wcatcher:00210001:FD7B:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :wcatcher:00210001:FD7E:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :wcatcher:00210001:FD81:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :wcatcher:00210001:FD84:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :wcatcher:00100000:FE3D:0000270F:FFFFFFFF:Player Always Maximum Score :wcatcher:00000000:FE46:00000063:FFFFFFFF:Infinite Item Points :wcatcher:00000000:FE45:00000001:00000001:Always Have Hai-Koukan:Changeable a tile at the start of the game :wcatcher:00000000:FE45:00000002:00000002:Always Have Chance !:Enable Last Chance :wcatcher:00000000:FE45:00000004:00000004:Always Have Dora2 Bomber:Get 3 Doras at the start of the game :wcatcher:00000000:FE45:00000008:00000008:Always Have Tsumikomi Bomber:Get Haku, Hatsu or Chun at the start of the game :wcatcher:00000000:FE45:00000010:00000010:Always Have Reach Beam:Enable Ippatsu :wcatcher:00000000:FCF0:00000063:FFFFFFFF:Infinite Catcher Game Time :wcatcher:00000000:FE4E:00000009:FFFFFFFF:Infinite Catcher Counts ; [ World Class Bowling (v1.66) ] wcbowl:0:6000A5:C7:000:Infinite Credits :wcbowl:00100006:6001D8:0000000A:FFFFFFFF:View Score :wcbowl:00000001:6001D8:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 :wcbowl:00010001:6001D9:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001D8:00000009:FFFFFFFF:1st Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001D9:0000000A:FFFFFFFF:1st Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001D8:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 :wcbowl:00010001:6001D9:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001D8:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 :wcbowl:00010001:6001D9:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001DA:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 :wcbowl:00010001:6001DB:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001DA:00000009:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001DB:0000000A:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001DA:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 :wcbowl:00010001:6001DB:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001DA:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 :wcbowl:00010001:6001DB:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001DC:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 :wcbowl:00010001:6001DD:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001DC:00000009:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001DD:0000000A:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001DC:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 :wcbowl:00010001:6001DD:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001DC:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 :wcbowl:00010001:6001DD:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001DE:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 :wcbowl:00010001:6001DF:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001DE:00000009:FFFFFFFF:4th Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001DF:0000000A:FFFFFFFF:4th Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001DE:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 :wcbowl:00010001:6001DF:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001DE:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 :wcbowl:00010001:6001DF:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001D0:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 :wcbowl:00010001:6001D1:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001D0:00000009:FFFFFFFF:5th Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001D1:0000000A:FFFFFFFF:5th Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001D0:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 :wcbowl:00010001:6001D1:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001D0:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 :wcbowl:00010001:6001D1:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001D2:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 :wcbowl:00010001:6001D3:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001D2:00000009:FFFFFFFF:6th Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001D3:0000000A:FFFFFFFF:6th Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001D2:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 :wcbowl:00010001:6001D3:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001D2:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 :wcbowl:00010001:6001D3:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001D4:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 :wcbowl:00010001:6001D5:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001D4:00000009:FFFFFFFF:7th Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001D5:0000000A:FFFFFFFF:7th Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001D4:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 :wcbowl:00010001:6001D5:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001D4:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 :wcbowl:00010001:6001D5:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001D6:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 :wcbowl:00010001:6001D7:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001D6:00000009:FFFFFFFF:8th Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001D7:0000000A:FFFFFFFF:8th Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001D6:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 :wcbowl:00010001:6001D7:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001D6:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 :wcbowl:00010001:6001D7:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 (2/2) :wcbowl:00000001:6001E8:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 :wcbowl:00010001:6001E9:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 (2/2) :wcbowl:00000001:6001E8:00000009:FFFFFFFF:9th Frame = 9 Spare Now! PL1 :wcbowl:00010001:6001E9:0000000A:FFFFFFFF:9th Frame = 9 Spare Now! PL1 (2/2) :wcbowl:00000001:6001E8:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 :wcbowl:00010001:6001E9:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 (2/2) :wcbowl:00000001:6001E8:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 :wcbowl:00010001:6001E9:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 (2/2) :wcbowl:60000000:000000:00000000:00000000:[ Be Careful messing with the 10th Frame ] :wcbowl:00000001:6001EA:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 :wcbowl:00010001:6001EB:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (2/4) :wcbowl:00010001:6001EC:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (3/4) :wcbowl:00010001:6001ED:00000000:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (4/4) :wcbowl:00000001:6001EA:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 :wcbowl:00010001:6001EB:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (2/4) :wcbowl:00010001:6001EC:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (3/4) :wcbowl:00010001:6001ED:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (4/4) :wcbowl:00000001:6001EA:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 :wcbowl:00010001:6001EB:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (2/4) :wcbowl:00010001:6001EC:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (3/4) :wcbowl:00010001:6001ED:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (4/4) ; [ World Class Bowling Deluxe (v2.00) ] wcbowldx:0:0000:00:999:[ This game hasn't even ]:REASON 11 wcbowldx:0:0000:00:999:[ been looked at due to ]:REASON 11 wcbowldx:0:0000:00:999:[ time constraints - Too]:REASON 11 wcbowldx:0:0000:00:999:[ many games and so ]:REASON 11 wcbowldx:0:0000:00:999:[ little time. It is ]:REASON 11 wcbowldx:0:0000:00:999:[ even possible that ]:REASON 11 wcbowldx:0:0000:00:999:[ this game may be a ]:REASON 11 wcbowldx:0:0000:00:999:[ clone of an existing ]:REASON 11 wcbowldx:0:0000:00:999:[ game which may have ]:REASON 11 wcbowldx:0:0000:00:999:[ cheats. Please search ]:REASON 11 wcbowldx:0:0000:00:999:[ the cheat forums ]:REASON 11 wcbowldx:0:0000:00:999:[ before posting cheat ]:REASON 11 wcbowldx:0:0000:00:999:[ requests/cheat finding]:REASON 11 :wcbowldx:00100000:602056:000007CE:FFFFFFFF:Infinite Credits ; [ World Class Bowling (v1.2) ] wcbwl12:0:003357:C7:000:Infinite Credits :wcbwl12:00100006:006970:0000000A:FFFFFFFF:View Score :wcbwl12:00000001:006970:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 :wcbwl12:00010001:006971:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:006970:00000009:FFFFFFFF:1st Frame = 9 Spare Now! PL1 :wcbwl12:00010001:006971:0000000A:FFFFFFFF:1st Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:006970:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 :wcbwl12:00010001:006971:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:006970:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 :wcbwl12:00010001:006971:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:006972:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 :wcbwl12:00010001:006973:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:006972:00000009:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 :wcbwl12:00010001:006973:0000000A:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:006972:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 :wcbwl12:00010001:006973:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:006972:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 :wcbwl12:00010001:006973:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:006974:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 :wcbwl12:00010001:006975:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:006974:00000009:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 :wcbwl12:00010001:006975:0000000A:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:006974:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 :wcbwl12:00010001:006975:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:006974:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 :wcbwl12:00010001:006975:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:006976:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 :wcbwl12:00010001:006977:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:006976:00000009:FFFFFFFF:4th Frame = 9 Spare Now! PL1 :wcbwl12:00010001:006977:0000000A:FFFFFFFF:4th Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:006976:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 :wcbwl12:00010001:006977:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:006976:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 :wcbwl12:00010001:006977:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:006978:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 :wcbwl12:00010001:006979:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:006978:00000009:FFFFFFFF:5th Frame = 9 Spare Now! PL1 :wcbwl12:00010001:006979:0000000A:FFFFFFFF:5th Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:006978:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 :wcbwl12:00010001:006979:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:006978:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 :wcbwl12:00010001:006979:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:00697A:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 :wcbwl12:00010001:00697B:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:00697A:00000009:FFFFFFFF:6th Frame = 9 Spare Now! PL1 :wcbwl12:00010001:00697B:0000000A:FFFFFFFF:6th Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:00697A:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 :wcbwl12:00010001:00697B:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:00697A:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 :wcbwl12:00010001:00697B:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:00697C:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 :wcbwl12:00010001:00697D:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:00697C:00000009:FFFFFFFF:7th Frame = 9 Spare Now! PL1 :wcbwl12:00010001:00697D:0000000A:FFFFFFFF:7th Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:00697C:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 :wcbwl12:00010001:00697D:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:00697C:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 :wcbwl12:00010001:00697D:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:00697E:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 :wcbwl12:00010001:00697F:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:00697E:00000009:FFFFFFFF:8th Frame = 9 Spare Now! PL1 :wcbwl12:00010001:00697F:0000000A:FFFFFFFF:8th Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:00697E:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 :wcbwl12:00010001:00697F:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:00697E:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 :wcbwl12:00010001:00697F:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 (2/2) :wcbwl12:00000001:006980:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 :wcbwl12:00010001:006981:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 (2/2) :wcbwl12:00000001:006980:00000009:FFFFFFFF:9th Frame = 9 Spare Now! PL1 :wcbwl12:00010001:006981:0000000A:FFFFFFFF:9th Frame = 9 Spare Now! PL1 (2/2) :wcbwl12:00000001:006980:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 :wcbwl12:00010001:006981:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 (2/2) :wcbwl12:00000001:006980:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 :wcbwl12:00010001:006981:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 (2/2) :wcbwl12:60000000:000000:00000000:00000000:[ Be Careful messing with the 10th Frame ] :wcbwl12:00000001:006982:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 :wcbwl12:00010001:006983:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (2/4) :wcbwl12:00010001:006984:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (3/4) :wcbwl12:00010001:006985:00000000:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (4/4) :wcbwl12:00000001:006982:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 :wcbwl12:00010001:006983:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (2/4) :wcbwl12:00010001:006984:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (3/4) :wcbwl12:00010001:006985:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (4/4) :wcbwl12:00000001:006982:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 :wcbwl12:00010001:006983:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (2/4) :wcbwl12:00010001:006984:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (3/4) :wcbwl12:00010001:006985:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (4/4) ; [ World Class Bowling Tournament (v1.40) ] wcbwl140:0:0000:00:999:[ This game hasn't even ]:REASON 11 wcbwl140:0:0000:00:999:[ been looked at due to ]:REASON 11 wcbwl140:0:0000:00:999:[ time constraints - Too]:REASON 11 wcbwl140:0:0000:00:999:[ many games and so ]:REASON 11 wcbwl140:0:0000:00:999:[ little time. It is ]:REASON 11 wcbwl140:0:0000:00:999:[ even possible that ]:REASON 11 wcbwl140:0:0000:00:999:[ this game may be a ]:REASON 11 wcbwl140:0:0000:00:999:[ clone of an existing ]:REASON 11 wcbwl140:0:0000:00:999:[ game which may have ]:REASON 11 wcbwl140:0:0000:00:999:[ cheats. Please search ]:REASON 11 wcbwl140:0:0000:00:999:[ the cheat forums ]:REASON 11 wcbwl140:0:0000:00:999:[ before posting cheat ]:REASON 11 wcbwl140:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ World Class Bowling (v1.61) ] wcbwl161:0:6000A5:C7:000:Infinite Credits :wcbwl161:00100006:6001D8:0000000A:FFFFFFFF:View Score :wcbwl161:00000001:6001D8:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 :wcbwl161:00010001:6001D9:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001D8:00000009:FFFFFFFF:1st Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001D9:0000000A:FFFFFFFF:1st Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001D8:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001D9:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001D8:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001D9:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001DA:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 :wcbwl161:00010001:6001DB:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001DA:00000009:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001DB:0000000A:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001DA:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001DB:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001DA:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001DB:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001DC:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 :wcbwl161:00010001:6001DD:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001DC:00000009:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001DD:0000000A:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001DC:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001DD:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001DC:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001DD:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001DE:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 :wcbwl161:00010001:6001DF:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001DE:00000009:FFFFFFFF:4th Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001DF:0000000A:FFFFFFFF:4th Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001DE:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001DF:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001DE:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001DF:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001D0:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 :wcbwl161:00010001:6001D1:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001D0:00000009:FFFFFFFF:5th Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001D1:0000000A:FFFFFFFF:5th Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001D0:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001D1:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001D0:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001D1:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001D2:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 :wcbwl161:00010001:6001D3:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001D2:00000009:FFFFFFFF:6th Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001D3:0000000A:FFFFFFFF:6th Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001D2:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001D3:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001D2:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001D3:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001D4:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 :wcbwl161:00010001:6001D5:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001D4:00000009:FFFFFFFF:7th Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001D5:0000000A:FFFFFFFF:7th Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001D4:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001D5:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001D4:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001D5:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001D6:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 :wcbwl161:00010001:6001D7:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001D6:00000009:FFFFFFFF:8th Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001D7:0000000A:FFFFFFFF:8th Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001D6:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001D7:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001D6:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001D7:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 (2/2) :wcbwl161:00000001:6001E8:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 :wcbwl161:00010001:6001E9:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 (2/2) :wcbwl161:00000001:6001E8:00000009:FFFFFFFF:9th Frame = 9 Spare Now! PL1 :wcbwl161:00010001:6001E9:0000000A:FFFFFFFF:9th Frame = 9 Spare Now! PL1 (2/2) :wcbwl161:00000001:6001E8:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001E9:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 (2/2) :wcbwl161:00000001:6001E8:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001E9:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 (2/2) :wcbwl161:60000000:000000:00000000:00000000:[ Be Careful messing with the 10th Frame ] :wcbwl161:00000001:6001EA:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 :wcbwl161:00010001:6001EB:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (2/4) :wcbwl161:00010001:6001EC:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (3/4) :wcbwl161:00010001:6001ED:00000000:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (4/4) :wcbwl161:00000001:6001EA:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 :wcbwl161:00010001:6001EB:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (2/4) :wcbwl161:00010001:6001EC:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (3/4) :wcbwl161:00010001:6001ED:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (4/4) :wcbwl161:00000001:6001EA:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 :wcbwl161:00010001:6001EB:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (2/4) :wcbwl161:00010001:6001EC:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (3/4) :wcbwl161:00010001:6001ED:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (4/4) ; [ World Class Bowling (v1.65) ] wcbwl165:0:6000A5:C7:000:Infinite Credits :wcbwl165:00100006:6001D8:0000000A:FFFFFFFF:View Score :wcbwl165:00000001:6001D8:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 :wcbwl165:00010001:6001D9:0000000B:FFFFFFFF:1st Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001D8:00000009:FFFFFFFF:1st Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001D9:0000000A:FFFFFFFF:1st Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001D8:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001D9:00000000:FFFFFFFF:1st Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001D8:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001D9:000000FF:FFFFFFFF:1st Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001DA:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 :wcbwl165:00010001:6001DB:0000000B:FFFFFFFF:2nd Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001DA:00000009:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001DB:0000000A:FFFFFFFF:2nd Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001DA:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001DB:00000000:FFFFFFFF:2nd Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001DA:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001DB:000000FF:FFFFFFFF:2nd Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001DC:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 :wcbwl165:00010001:6001DD:0000000B:FFFFFFFF:3rd Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001DC:00000009:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001DD:0000000A:FFFFFFFF:3rd Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001DC:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001DD:00000000:FFFFFFFF:3rd Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001DC:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001DD:000000FF:FFFFFFFF:3rd Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001DE:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 :wcbwl165:00010001:6001DF:0000000B:FFFFFFFF:4th Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001DE:00000009:FFFFFFFF:4th Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001DF:0000000A:FFFFFFFF:4th Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001DE:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001DF:00000000:FFFFFFFF:4th Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001DE:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001DF:000000FF:FFFFFFFF:4th Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001D0:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 :wcbwl165:00010001:6001D1:0000000B:FFFFFFFF:5th Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001D0:00000009:FFFFFFFF:5th Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001D1:0000000A:FFFFFFFF:5th Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001D0:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001D1:00000000:FFFFFFFF:5th Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001D0:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001D1:000000FF:FFFFFFFF:5th Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001D2:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 :wcbwl165:00010001:6001D3:0000000B:FFFFFFFF:6th Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001D2:00000009:FFFFFFFF:6th Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001D3:0000000A:FFFFFFFF:6th Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001D2:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001D3:00000000:FFFFFFFF:6th Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001D2:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001D3:000000FF:FFFFFFFF:6th Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001D4:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 :wcbwl165:00010001:6001D5:0000000B:FFFFFFFF:7th Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001D4:00000009:FFFFFFFF:7th Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001D5:0000000A:FFFFFFFF:7th Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001D4:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001D5:00000000:FFFFFFFF:7th Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001D4:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001D5:000000FF:FFFFFFFF:7th Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001D6:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 :wcbwl165:00010001:6001D7:0000000B:FFFFFFFF:8th Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001D6:00000009:FFFFFFFF:8th Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001D7:0000000A:FFFFFFFF:8th Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001D6:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001D7:00000000:FFFFFFFF:8th Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001D6:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001D7:000000FF:FFFFFFFF:8th Frame = Unbowled Now! PL1 (2/2) :wcbwl165:00000001:6001E8:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 :wcbwl165:00010001:6001E9:0000000B:FFFFFFFF:9th Frame = Strike! Now! PL1 (2/2) :wcbwl165:00000001:6001E8:00000009:FFFFFFFF:9th Frame = 9 Spare Now! PL1 :wcbwl165:00010001:6001E9:0000000A:FFFFFFFF:9th Frame = 9 Spare Now! PL1 (2/2) :wcbwl165:00000001:6001E8:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001E9:00000000:FFFFFFFF:9th Frame = Gutterball Now! PL1 (2/2) :wcbwl165:00000001:6001E8:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001E9:000000FF:FFFFFFFF:9th Frame = Unbowled Now! PL1 (2/2) :wcbwl165:60000000:000000:00000000:00000000:[ Be Careful messing with the 10th Frame ] :wcbwl165:00000001:6001EA:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 :wcbwl165:00010001:6001EB:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (2/4) :wcbwl165:00010001:6001EC:0000000B:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (3/4) :wcbwl165:00010001:6001ED:00000000:FFFFFFFF:10th Frame = Striking Out! Now! PL1 (4/4) :wcbwl165:00000001:6001EA:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 :wcbwl165:00010001:6001EB:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (2/4) :wcbwl165:00010001:6001EC:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (3/4) :wcbwl165:00010001:6001ED:00000000:FFFFFFFF:10th Frame = Gutterball Now! PL1 (4/4) :wcbwl165:00000001:6001EA:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 :wcbwl165:00010001:6001EB:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (2/4) :wcbwl165:00010001:6001EC:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (3/4) :wcbwl165:00010001:6001ED:000000FF:FFFFFFFF:10th Frame = Unbowled Now! PL1 (4/4) ; [ World Cup Volley '95 (Japan v1.0) ] wcvol95:0:0000:00:999:[ This game hasn't even ]:REASON 11 wcvol95:0:0000:00:999:[ been looked at due to ]:REASON 11 wcvol95:0:0000:00:999:[ time constraints - Too]:REASON 11 wcvol95:0:0000:00:999:[ many games and so ]:REASON 11 wcvol95:0:0000:00:999:[ little time. It is ]:REASON 11 wcvol95:0:0000:00:999:[ even possible that ]:REASON 11 wcvol95:0:0000:00:999:[ this game may be a ]:REASON 11 wcvol95:0:0000:00:999:[ clone of an existing ]:REASON 11 wcvol95:0:0000:00:999:[ game which may have ]:REASON 11 wcvol95:0:0000:00:999:[ cheats. Please search ]:REASON 11 wcvol95:0:0000:00:999:[ the cheat forums ]:REASON 11 wcvol95:0:0000:00:999:[ before posting cheat ]:REASON 11 wcvol95:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ WEC Le Mans 24 ] wecleman:0:040030:99:000:Infinite Credits wecleman:0:04040B:99:000:Infinite Time wecleman:0:04040A:09:500:Infinite Time (2/2) :wecleman:20800000:08C36:00000060:FFFFFFFF:Invincibility :wecleman:20810000:1CFFC:00000060:FFFFFFFF:Invincibility (2/2):1st = Obstacle, 2nd = Car :wecleman:20800000:08AE2:00000060:FFFFFFFF:No Speed Down Out of Course wecleman:0:04041E:4D:000:Always Normal Speed wecleman:0:04041E:4D:001:Normal Speed Now!:Use this with an Activation Key for best effect wecleman:0:04041E:7F:000:Always Max Speed wecleman:0:04041E:7F:001:Max Speed Now!:Use this with an Activation Key for best effect wecleman:0:040409:04:001:Make this the last lap Now! ; [ Wedding Rhapsody (GX624 JAA) ] weddingr:0:000E193C:63:000:Infinite Credits :weddingr:000800FE:000E1690:31000000:FFFFFFFF:Display the Correct Answer:Correct Answer weddingr:0:001BE778:06:000:Infinite Lives PL1 weddingr:0:001BE864:06:000:Infinite Lives PL2 ; [ Welltris (Japan, 2 players) ] welltrij:0:FF803A:09:000:Infinite Credits welltrij:0:FF8959:00:000:Infinite Mistakes:You never get Game Over as the playfield depth will never decrease welltrij:0:FF8959:00:000:No Handicap PL1 welltrij:0:FF8959:0B:001:Quick Game Over Now! PL1 welltrij:0:FF89D9:00:000:No Handicap PL2 welltrij:0:FF89D9:0B:001:Quick Game Over Now! PL2 welltrij:0:000000:00:999:[ Note - the Next Shape Display will not update. ] welltrij:0:000000:00:999:[ ] welltrij:0:000000:00:999:[ # ### ] welltrij:0:000000:00:999:[ #=0 ##=1 ###=2 ##=3 ####=4 #=5 ] welltrij:0:000000:00:999:[ ] welltrij:0:000000:00:999:[ ### ### ## ## ## ] welltrij:0:000000:00:999:[ #=6 #=7 ##=8 ##=9 ##=10 #####=11 ] welltrij:0:000000:00:999:[ ] welltrij:0:000000:00:999:[ # # ### # # ] welltrij:0:000000:00:999:[ ### ## # ### # ### ] welltrij:0:000000:00:999:[ #=12 ##=13 #=14 # #=15 ###=16 #=17 ] welltrij:0:000000:00:999:[ ] welltrij:0:000000:00:999:[ # ] welltrij:0:000000:00:999:[ ### # #### ## ## #### ] welltrij:0:000000:00:999:[ #=18 ####=19 #=20 ###=21 ###=22 #=23 ] welltrij:0:000000:00:999:[ ] welltrij:0:000000:00:999:[ # # # # ] welltrij:0:000000:00:999:[ #### ### ### ### ### # ] welltrij:0:000000:00:999:[ #=24 #=25 #=26 ##=27 ##=28 # #=29 ] welltrij:0:000000:00:999:[ ] welltrij:0:000000:00:999:[ ##### ] welltrij:0:000000:00:999:[ ##### ] welltrij:0:000000:00:999:[ ##### Note - I've not seen shapes 29 & 30 ] welltrij:0:000000:00:999:[ ##### occur naturally so I've made them ] welltrij:0:000000:00:999:[ #####=30 as the bonus shape colour. ] welltrij:0:000000:00:999:[ ] welltrij:0:FF8962:00:000:Next Shape is always Shape 0 PL1 welltrij:0:FF8967:0A:500:Next Shape is always Shape 0 PL1 (2/2) welltrij:0:FF8962:01:000:Next Shape is always Shape 1 PL1 welltrij:0:FF8967:0A:500:Next Shape is always Shape 1 PL1 (2/2) welltrij:0:FF8962:02:000:Next Shape is always Shape 2 PL1 welltrij:0:FF8967:0A:500:Next Shape is always Shape 2 PL1 (2/2) welltrij:0:FF8962:03:000:Next Shape is always Shape 3 PL1 welltrij:0:FF8967:09:500:Next Shape is always Shape 3 PL1 (2/2) welltrij:0:FF8962:04:000:Next Shape is always Shape 4 PL1 welltrij:0:FF8967:0A:500:Next Shape is always Shape 4 PL1 (2/2) welltrij:0:FF8962:05:000:Next Shape is always Shape 5 PL1 welltrij:0:FF8967:09:500:Next Shape is always Shape 5 PL1 (2/2) welltrij:0:FF8962:06:000:Next Shape is always Shape 6 PL1 welltrij:0:FF8967:08:500:Next Shape is always Shape 6 PL1 (2/2) welltrij:0:FF8962:07:000:Next Shape is always Shape 7 PL1 welltrij:0:FF8967:0D:500:Next Shape is always Shape 7 PL1 (2/2) welltrij:0:FF8962:08:000:Next Shape is always Shape 8 PL1 welltrij:0:FF8967:0C:500:Next Shape is always Shape 8 PL1 (2/2) welltrij:0:FF8962:09:000:Next Shape is always Shape 9 PL1 welltrij:0:FF8967:0B:500:Next Shape is always Shape 9 PL1 (2/2) welltrij:0:FF8962:0A:000:Next Shape is always Shape 10 PL1 welltrij:0:FF8967:0E:500:Next Shape is always Shape 10 PL1 (2/2) welltrij:0:FF8962:0B:000:Next Shape is always Shape 11 PL1 welltrij:0:FF8967:0A:500:Next Shape is always Shape 11 PL1 (2/2) welltrij:0:FF8962:0C:000:Next Shape is always Shape 12 PL1 welltrij:0:FF8967:0E:500:Next Shape is always Shape 12 PL1 (2/2) welltrij:0:FF8962:0D:000:Next Shape is always Shape 13 PL1 welltrij:0:FF8967:0E:500:Next Shape is always Shape 13 PL1 (2/2) welltrij:0:FF8962:0E:000:Next Shape is always Shape 14 PL1 welltrij:0:FF8967:0D:500:Next Shape is always Shape 14 PL1 (2/2) welltrij:0:FF8962:0F:000:Next Shape is always Shape 15 PL1 welltrij:0:FF8967:0E:500:Next Shape is always Shape 15 PL1 (2/2) welltrij:0:FF8962:10:000:Next Shape is always Shape 16 PL1 welltrij:0:FF8967:0D:500:Next Shape is always Shape 16 PL1 (2/2) welltrij:0:FF8962:11:000:Next Shape is always Shape 17 PL1 welltrij:0:FF8967:0C:500:Next Shape is always Shape 17 PL1 (2/2) welltrij:0:FF8962:12:000:Next Shape is always Shape 18 PL1 welltrij:0:FF8967:0B:500:Next Shape is always Shape 18 PL1 (2/2) welltrij:0:FF8962:13:000:Next Shape is always Shape 19 PL1 welltrij:0:FF8967:08:500:Next Shape is always Shape 19 PL1 (2/2) welltrij:0:FF8962:14:000:Next Shape is always Shape 20 PL1 welltrij:0:FF8967:09:500:Next Shape is always Shape 20 PL1 (2/2) welltrij:0:FF8962:15:000:Next Shape is always Shape 21 PL1 welltrij:0:FF8967:0C:500:Next Shape is always Shape 21 PL1 (2/2) welltrij:0:FF8962:16:000:Next Shape is always Shape 22 PL1 welltrij:0:FF8967:0B:500:Next Shape is always Shape 22 PL1 (2/2) welltrij:0:FF8962:17:000:Next Shape is always Shape 23 PL1 welltrij:0:FF8967:09:500:Next Shape is always Shape 23 PL1 (2/2) welltrij:0:FF8962:18:000:Next Shape is always Shape 24 PL1 welltrij:0:FF8967:08:500:Next Shape is always Shape 24 PL1 (2/2) welltrij:0:FF8962:19:000:Next Shape is always Shape 25 PL1 welltrij:0:FF8967:0C:500:Next Shape is always Shape 25 PL1 (2/2) welltrij:0:FF8962:1A:000:Next Shape is always Shape 26 PL1 welltrij:0:FF8967:0B:500:Next Shape is always Shape 26 PL1 (2/2) welltrij:0:FF8962:1B:000:Next Shape is always Shape 27 PL1 welltrij:0:FF8967:0E:500:Next Shape is always Shape 27 PL1 (2/2) welltrij:0:FF8962:1C:000:Next Shape is always Shape 28 PL1 welltrij:0:FF8967:0E:500:Next Shape is always Shape 28 PL1 (2/2) welltrij:0:FF8962:1D:000:Next Shape is always Shape 29 PL1 welltrij:0:FF8967:0F:500:Next Shape is always Shape 29 PL1 (2/2) welltrij:0:FF8962:1E:000:Next Shape is always Shape 30 PL1 welltrij:0:FF8967:0F:500:Next Shape is always Shape 30 PL1 (2/2) welltrij:0:FF8962:00:001:Next Shape is Shape 0 Now! PL1 welltrij:0:FF8967:0A:501:Next Shape is Shape 0 Now! PL1 (2/2) welltrij:0:FF8962:01:001:Next Shape is Shape 1 Now! PL1 welltrij:0:FF8967:0A:501:Next Shape is Shape 1 Now! PL1 (2/2) welltrij:0:FF8962:02:001:Next Shape is Shape 2 Now! PL1 welltrij:0:FF8967:0A:501:Next Shape is Shape 2 Now! PL1 (2/2) welltrij:0:FF8962:03:001:Next Shape is Shape 3 Now! PL1 welltrij:0:FF8967:09:501:Next Shape is Shape 3 Now! PL1 (2/2) welltrij:0:FF8962:04:001:Next Shape is Shape 4 Now! PL1 welltrij:0:FF8967:0A:501:Next Shape is Shape 4 Now! PL1 (2/2) welltrij:0:FF8962:05:001:Next Shape is Shape 5 Now! PL1 welltrij:0:FF8967:09:501:Next Shape is Shape 5 Now! PL1 (2/2) welltrij:0:FF8962:06:001:Next Shape is Shape 6 Now! PL1 welltrij:0:FF8967:08:501:Next Shape is Shape 6 Now! PL1 (2/2) welltrij:0:FF8962:07:001:Next Shape is Shape 7 Now! PL1 welltrij:0:FF8967:0D:501:Next Shape is Shape 7 Now! PL1 (2/2) welltrij:0:FF8962:08:001:Next Shape is Shape 8 Now! PL1 welltrij:0:FF8967:0C:501:Next Shape is Shape 8 Now! PL1 (2/2) welltrij:0:FF8962:09:001:Next Shape is Shape 9 Now! PL1 welltrij:0:FF8967:0B:501:Next Shape is Shape 9 Now! PL1 (2/2) welltrij:0:FF8962:0A:001:Next Shape is Shape 10 Now! PL1 welltrij:0:FF8967:0E:501:Next Shape is Shape 10 Now! PL1 (2/2) welltrij:0:FF8962:0B:001:Next Shape is Shape 11 Now! PL1 welltrij:0:FF8967:0A:501:Next Shape is Shape 11 Now! PL1 (2/2) welltrij:0:FF8962:0C:001:Next Shape is Shape 12 Now! PL1 welltrij:0:FF8967:0E:501:Next Shape is Shape 12 Now! PL1 (2/2) welltrij:0:FF8962:0D:001:Next Shape is Shape 13 Now! PL1 welltrij:0:FF8967:0E:501:Next Shape is Shape 13 Now! PL1 (2/2) welltrij:0:FF8962:0E:001:Next Shape is Shape 14 Now! PL1 welltrij:0:FF8967:0D:501:Next Shape is Shape 14 Now! PL1 (2/2) welltrij:0:FF8962:0F:001:Next Shape is Shape 15 Now! PL1 welltrij:0:FF8967:0E:501:Next Shape is Shape 15 Now! PL1 (2/2) welltrij:0:FF8962:10:001:Next Shape is Shape 16 Now! PL1 welltrij:0:FF8967:0D:501:Next Shape is Shape 16 Now! PL1 (2/2) welltrij:0:FF8962:11:001:Next Shape is Shape 17 Now! PL1 welltrij:0:FF8967:0C:501:Next Shape is Shape 17 Now! PL1 (2/2) welltrij:0:FF8962:12:001:Next Shape is Shape 18 Now! PL1 welltrij:0:FF8967:0B:501:Next Shape is Shape 18 Now! PL1 (2/2) welltrij:0:FF8962:13:001:Next Shape is Shape 19 Now! PL1 welltrij:0:FF8967:08:501:Next Shape is Shape 19 Now! PL1 (2/2) welltrij:0:FF8962:14:001:Next Shape is Shape 20 Now! PL1 welltrij:0:FF8967:09:501:Next Shape is Shape 20 Now! PL1 (2/2) welltrij:0:FF8962:15:001:Next Shape is Shape 21 Now! PL1 welltrij:0:FF8967:0C:501:Next Shape is Shape 21 Now! PL1 (2/2) welltrij:0:FF8962:16:001:Next Shape is Shape 22 Now! PL1 welltrij:0:FF8967:0B:501:Next Shape is Shape 22 Now! PL1 (2/2) welltrij:0:FF8962:17:001:Next Shape is Shape 23 Now! PL1 welltrij:0:FF8967:09:501:Next Shape is Shape 23 Now! PL1 (2/2) welltrij:0:FF8962:18:001:Next Shape is Shape 24 Now! PL1 welltrij:0:FF8967:08:501:Next Shape is Shape 24 Now! PL1 (2/2) welltrij:0:FF8962:19:001:Next Shape is Shape 25 Now! PL1 welltrij:0:FF8967:0C:501:Next Shape is Shape 25 Now! PL1 (2/2) welltrij:0:FF8962:1A:001:Next Shape is Shape 26 Now! PL1 welltrij:0:FF8967:0B:501:Next Shape is Shape 26 Now! PL1 (2/2) welltrij:0:FF8962:1B:001:Next Shape is Shape 27 Now! PL1 welltrij:0:FF8967:0E:501:Next Shape is Shape 27 Now! PL1 (2/2) welltrij:0:FF8962:1C:001:Next Shape is Shape 28 Now! PL1 welltrij:0:FF8967:0E:501:Next Shape is Shape 28 Now! PL1 (2/2) welltrij:0:FF8962:1D:001:Next Shape is Shape 29 Now! PL1 welltrij:0:FF8967:0F:501:Next Shape is Shape 29 Now! PL1 (2/2) welltrij:0:FF8962:1E:001:Next Shape is Shape 30 Now! PL1 welltrij:0:FF8967:0F:501:Next Shape is Shape 30 Now! PL1 (2/2) welltrij:0:FF89E2:00:000:Next Shape is always Shape 0 PL2 welltrij:0:FF89E7:0A:500:Next Shape is always Shape 0 PL2 (2/2) welltrij:0:FF89E2:01:000:Next Shape is always Shape 1 PL2 welltrij:0:FF89E7:0A:500:Next Shape is always Shape 1 PL2 (2/2) welltrij:0:FF89E2:02:000:Next Shape is always Shape 2 PL2 welltrij:0:FF89E7:0A:500:Next Shape is always Shape 2 PL2 (2/2) welltrij:0:FF89E2:03:000:Next Shape is always Shape 3 PL2 welltrij:0:FF89E7:09:500:Next Shape is always Shape 3 PL2 (2/2) welltrij:0:FF89E2:04:000:Next Shape is always Shape 4 PL2 welltrij:0:FF89E7:0A:500:Next Shape is always Shape 4 PL2 (2/2) welltrij:0:FF89E2:05:000:Next Shape is always Shape 5 PL2 welltrij:0:FF89E7:09:500:Next Shape is always Shape 5 PL2 (2/2) welltrij:0:FF89E2:06:000:Next Shape is always Shape 6 PL2 welltrij:0:FF89E7:08:500:Next Shape is always Shape 6 PL2 (2/2) welltrij:0:FF89E2:07:000:Next Shape is always Shape 7 PL2 welltrij:0:FF89E7:0D:500:Next Shape is always Shape 7 PL2 (2/2) welltrij:0:FF89E2:08:000:Next Shape is always Shape 8 PL2 welltrij:0:FF89E7:0C:500:Next Shape is always Shape 8 PL2 (2/2) welltrij:0:FF89E2:09:000:Next Shape is always Shape 9 PL2 welltrij:0:FF89E7:0B:500:Next Shape is always Shape 9 PL2 (2/2) welltrij:0:FF89E2:0A:000:Next Shape is always Shape 10 PL2 welltrij:0:FF89E7:0E:500:Next Shape is always Shape 10 PL2 (2/2) welltrij:0:FF89E2:0B:000:Next Shape is always Shape 11 PL2 welltrij:0:FF89E7:0A:500:Next Shape is always Shape 11 PL2 (2/2) welltrij:0:FF89E2:0C:000:Next Shape is always Shape 12 PL2 welltrij:0:FF89E7:0E:500:Next Shape is always Shape 12 PL2 (2/2) welltrij:0:FF89E2:0D:000:Next Shape is always Shape 13 PL2 welltrij:0:FF89E7:0E:500:Next Shape is always Shape 13 PL2 (2/2) welltrij:0:FF89E2:0E:000:Next Shape is always Shape 14 PL2 welltrij:0:FF89E7:0D:500:Next Shape is always Shape 14 PL2 (2/2) welltrij:0:FF89E2:0F:000:Next Shape is always Shape 15 PL2 welltrij:0:FF89E7:0E:500:Next Shape is always Shape 15 PL2 (2/2) welltrij:0:FF89E2:10:000:Next Shape is always Shape 16 PL2 welltrij:0:FF89E7:0D:500:Next Shape is always Shape 16 PL2 (2/2) welltrij:0:FF89E2:11:000:Next Shape is always Shape 17 PL2 welltrij:0:FF89E7:0C:500:Next Shape is always Shape 17 PL2 (2/2) welltrij:0:FF89E2:12:000:Next Shape is always Shape 18 PL2 welltrij:0:FF89E7:0B:500:Next Shape is always Shape 18 PL2 (2/2) welltrij:0:FF89E2:13:000:Next Shape is always Shape 19 PL2 welltrij:0:FF89E7:08:500:Next Shape is always Shape 19 PL2 (2/2) welltrij:0:FF89E2:14:000:Next Shape is always Shape 20 PL2 welltrij:0:FF89E7:09:500:Next Shape is always Shape 20 PL2 (2/2) welltrij:0:FF89E2:15:000:Next Shape is always Shape 21 PL2 welltrij:0:FF89E7:0C:500:Next Shape is always Shape 21 PL2 (2/2) welltrij:0:FF89E2:16:000:Next Shape is always Shape 22 PL2 welltrij:0:FF89E7:0B:500:Next Shape is always Shape 22 PL2 (2/2) welltrij:0:FF89E2:17:000:Next Shape is always Shape 23 PL2 welltrij:0:FF89E7:09:500:Next Shape is always Shape 23 PL2 (2/2) welltrij:0:FF89E2:18:000:Next Shape is always Shape 24 PL2 welltrij:0:FF89E7:08:500:Next Shape is always Shape 24 PL2 (2/2) welltrij:0:FF89E2:19:000:Next Shape is always Shape 25 PL2 welltrij:0:FF89E7:0C:500:Next Shape is always Shape 25 PL2 (2/2) welltrij:0:FF89E2:1A:000:Next Shape is always Shape 26 PL2 welltrij:0:FF89E7:0B:500:Next Shape is always Shape 26 PL2 (2/2) welltrij:0:FF89E2:1B:000:Next Shape is always Shape 27 PL2 welltrij:0:FF89E7:0E:500:Next Shape is always Shape 27 PL2 (2/2) welltrij:0:FF89E2:1C:000:Next Shape is always Shape 28 PL2 welltrij:0:FF89E7:0E:500:Next Shape is always Shape 28 PL2 (2/2) welltrij:0:FF89E2:1D:000:Next Shape is always Shape 29 PL2 welltrij:0:FF89E7:0F:500:Next Shape is always Shape 29 PL2 (2/2) welltrij:0:FF89E2:1E:000:Next Shape is always Shape 30 PL2 welltrij:0:FF89E7:0F:500:Next Shape is always Shape 30 PL2 (2/2) welltrij:0:FF89E2:00:001:Next Shape is Shape 0 Now! PL2 welltrij:0:FF89E7:0A:501:Next Shape is Shape 0 Now! PL2 (2/2) welltrij:0:FF89E2:01:001:Next Shape is Shape 1 Now! PL2 welltrij:0:FF89E7:0A:501:Next Shape is Shape 1 Now! PL2 (2/2) welltrij:0:FF89E2:02:001:Next Shape is Shape 2 Now! PL2 welltrij:0:FF89E7:0A:501:Next Shape is Shape 2 Now! PL2 (2/2) welltrij:0:FF89E2:03:001:Next Shape is Shape 3 Now! PL2 welltrij:0:FF89E7:09:501:Next Shape is Shape 3 Now! PL2 (2/2) welltrij:0:FF89E2:04:001:Next Shape is Shape 4 Now! PL2 welltrij:0:FF89E7:0A:501:Next Shape is Shape 4 Now! PL2 (2/2) welltrij:0:FF89E2:05:001:Next Shape is Shape 5 Now! PL2 welltrij:0:FF89E7:09:501:Next Shape is Shape 5 Now! PL2 (2/2) welltrij:0:FF89E2:06:001:Next Shape is Shape 6 Now! PL2 welltrij:0:FF89E7:08:501:Next Shape is Shape 6 Now! PL2 (2/2) welltrij:0:FF89E2:07:001:Next Shape is Shape 7 Now! PL2 welltrij:0:FF89E7:0D:501:Next Shape is Shape 7 Now! PL2 (2/2) welltrij:0:FF89E2:08:001:Next Shape is Shape 8 Now! PL2 welltrij:0:FF89E7:0C:501:Next Shape is Shape 8 Now! PL2 (2/2) welltrij:0:FF89E2:09:001:Next Shape is Shape 9 Now! PL2 welltrij:0:FF89E7:0B:501:Next Shape is Shape 9 Now! PL2 (2/2) welltrij:0:FF89E2:0A:001:Next Shape is Shape 10 Now! PL2 welltrij:0:FF89E7:0E:501:Next Shape is Shape 10 Now! PL2 (2/2) welltrij:0:FF89E2:0B:001:Next Shape is Shape 11 Now! PL2 welltrij:0:FF89E7:0A:501:Next Shape is Shape 11 Now! PL2 (2/2) welltrij:0:FF89E2:0C:001:Next Shape is Shape 12 Now! PL2 welltrij:0:FF89E7:0E:501:Next Shape is Shape 12 Now! PL2 (2/2) welltrij:0:FF89E2:0D:001:Next Shape is Shape 13 Now! PL2 welltrij:0:FF89E7:0E:501:Next Shape is Shape 13 Now! PL2 (2/2) welltrij:0:FF89E2:0E:001:Next Shape is Shape 14 Now! PL2 welltrij:0:FF89E7:0D:501:Next Shape is Shape 14 Now! PL2 (2/2) welltrij:0:FF89E2:0F:001:Next Shape is Shape 15 Now! PL2 welltrij:0:FF89E7:0E:501:Next Shape is Shape 15 Now! PL2 (2/2) welltrij:0:FF89E2:10:001:Next Shape is Shape 16 Now! PL2 welltrij:0:FF89E7:0D:501:Next Shape is Shape 16 Now! PL2 (2/2) welltrij:0:FF89E2:11:001:Next Shape is Shape 17 Now! PL2 welltrij:0:FF89E7:0C:501:Next Shape is Shape 17 Now! PL2 (2/2) welltrij:0:FF89E2:12:001:Next Shape is Shape 18 Now! PL2 welltrij:0:FF89E7:0B:501:Next Shape is Shape 18 Now! PL2 (2/2) welltrij:0:FF89E2:13:001:Next Shape is Shape 19 Now! PL2 welltrij:0:FF89E7:08:501:Next Shape is Shape 19 Now! PL2 (2/2) welltrij:0:FF89E2:14:001:Next Shape is Shape 20 Now! PL2 welltrij:0:FF89E7:09:501:Next Shape is Shape 20 Now! PL2 (2/2) welltrij:0:FF89E2:15:001:Next Shape is Shape 21 Now! PL2 welltrij:0:FF89E7:0C:501:Next Shape is Shape 21 Now! PL2 (2/2) welltrij:0:FF89E2:16:001:Next Shape is Shape 22 Now! PL2 welltrij:0:FF89E7:0B:501:Next Shape is Shape 22 Now! PL2 (2/2) welltrij:0:FF89E2:17:001:Next Shape is Shape 23 Now! PL2 welltrij:0:FF89E7:09:501:Next Shape is Shape 23 Now! PL2 (2/2) welltrij:0:FF89E2:18:001:Next Shape is Shape 24 Now! PL2 welltrij:0:FF89E7:08:501:Next Shape is Shape 24 Now! PL2 (2/2) welltrij:0:FF89E2:19:001:Next Shape is Shape 25 Now! PL2 welltrij:0:FF89E7:0C:501:Next Shape is Shape 25 Now! PL2 (2/2) welltrij:0:FF89E2:1A:001:Next Shape is Shape 26 Now! PL2 welltrij:0:FF89E7:0B:501:Next Shape is Shape 26 Now! PL2 (2/2) welltrij:0:FF89E2:1B:001:Next Shape is Shape 27 Now! PL2 welltrij:0:FF89E7:0E:501:Next Shape is Shape 27 Now! PL2 (2/2) welltrij:0:FF89E2:1C:001:Next Shape is Shape 28 Now! PL2 welltrij:0:FF89E7:0E:501:Next Shape is Shape 28 Now! PL2 (2/2) welltrij:0:FF89E2:1D:001:Next Shape is Shape 29 Now! PL2 welltrij:0:FF89E7:0F:501:Next Shape is Shape 29 Now! PL2 (2/2) welltrij:0:FF89E2:1E:001:Next Shape is Shape 30 Now! PL2 welltrij:0:FF89E7:0F:501:Next Shape is Shape 30 Now! PL2 (2/2) ; [ Welltris (World?, 2 players) ] welltris:0:FF803A:09:000:Infinite Credits welltris:0:FF8959:00:000:Infinite Mistakes:You never get Game Over as the playfield depth will never decrease welltris:0:FF8959:00:000:No Handicap PL1 welltris:0:FF8959:0B:001:Quick Game Over Now! PL1 welltris:0:FF89D9:00:000:No Handicap PL2 welltris:0:FF89D9:0B:001:Quick Game Over Now! PL2 welltris:0:000000:00:999:[ Note - the Next Shape Display will not update. ] welltris:0:000000:00:999:[ ] welltris:0:000000:00:999:[ # ### ] welltris:0:000000:00:999:[ #=0 ##=1 ###=2 ##=3 ####=4 #=5 ] welltris:0:000000:00:999:[ ] welltris:0:000000:00:999:[ ### ### ## ## ## ] welltris:0:000000:00:999:[ #=6 #=7 ##=8 ##=9 ##=10 #####=11 ] welltris:0:000000:00:999:[ ] welltris:0:000000:00:999:[ # # ### # # ] welltris:0:000000:00:999:[ ### ## # ### # ### ] welltris:0:000000:00:999:[ #=12 ##=13 #=14 # #=15 ###=16 #=17 ] welltris:0:000000:00:999:[ ] welltris:0:000000:00:999:[ # ] welltris:0:000000:00:999:[ ### # #### ## ## #### ] welltris:0:000000:00:999:[ #=18 ####=19 #=20 ###=21 ###=22 #=23 ] welltris:0:000000:00:999:[ ] welltris:0:000000:00:999:[ # # # # ] welltris:0:000000:00:999:[ #### ### ### ### ### # ] welltris:0:000000:00:999:[ #=24 #=25 #=26 ##=27 ##=28 # #=29 ] welltris:0:000000:00:999:[ ] welltris:0:000000:00:999:[ ##### ] welltris:0:000000:00:999:[ ##### ] welltris:0:000000:00:999:[ ##### Note - I've not seen shapes 29 & 30 ] welltris:0:000000:00:999:[ ##### occur naturally so I've made them ] welltris:0:000000:00:999:[ #####=30 as the bonus shape colour. ] welltris:0:000000:00:999:[ ] welltris:0:FF8962:00:000:Next Shape is always Shape 0 PL1 welltris:0:FF8967:0A:500:Next Shape is always Shape 0 PL1 (2/2) welltris:0:FF8962:01:000:Next Shape is always Shape 1 PL1 welltris:0:FF8967:0A:500:Next Shape is always Shape 1 PL1 (2/2) welltris:0:FF8962:02:000:Next Shape is always Shape 2 PL1 welltris:0:FF8967:0A:500:Next Shape is always Shape 2 PL1 (2/2) welltris:0:FF8962:03:000:Next Shape is always Shape 3 PL1 welltris:0:FF8967:09:500:Next Shape is always Shape 3 PL1 (2/2) welltris:0:FF8962:04:000:Next Shape is always Shape 4 PL1 welltris:0:FF8967:0A:500:Next Shape is always Shape 4 PL1 (2/2) welltris:0:FF8962:05:000:Next Shape is always Shape 5 PL1 welltris:0:FF8967:09:500:Next Shape is always Shape 5 PL1 (2/2) welltris:0:FF8962:06:000:Next Shape is always Shape 6 PL1 welltris:0:FF8967:08:500:Next Shape is always Shape 6 PL1 (2/2) welltris:0:FF8962:07:000:Next Shape is always Shape 7 PL1 welltris:0:FF8967:0D:500:Next Shape is always Shape 7 PL1 (2/2) welltris:0:FF8962:08:000:Next Shape is always Shape 8 PL1 welltris:0:FF8967:0C:500:Next Shape is always Shape 8 PL1 (2/2) welltris:0:FF8962:09:000:Next Shape is always Shape 9 PL1 welltris:0:FF8967:0B:500:Next Shape is always Shape 9 PL1 (2/2) welltris:0:FF8962:0A:000:Next Shape is always Shape 10 PL1 welltris:0:FF8967:0E:500:Next Shape is always Shape 10 PL1 (2/2) welltris:0:FF8962:0B:000:Next Shape is always Shape 11 PL1 welltris:0:FF8967:0A:500:Next Shape is always Shape 11 PL1 (2/2) welltris:0:FF8962:0C:000:Next Shape is always Shape 12 PL1 welltris:0:FF8967:0E:500:Next Shape is always Shape 12 PL1 (2/2) welltris:0:FF8962:0D:000:Next Shape is always Shape 13 PL1 welltris:0:FF8967:0E:500:Next Shape is always Shape 13 PL1 (2/2) welltris:0:FF8962:0E:000:Next Shape is always Shape 14 PL1 welltris:0:FF8967:0D:500:Next Shape is always Shape 14 PL1 (2/2) welltris:0:FF8962:0F:000:Next Shape is always Shape 15 PL1 welltris:0:FF8967:0E:500:Next Shape is always Shape 15 PL1 (2/2) welltris:0:FF8962:10:000:Next Shape is always Shape 16 PL1 welltris:0:FF8967:0D:500:Next Shape is always Shape 16 PL1 (2/2) welltris:0:FF8962:11:000:Next Shape is always Shape 17 PL1 welltris:0:FF8967:0C:500:Next Shape is always Shape 17 PL1 (2/2) welltris:0:FF8962:12:000:Next Shape is always Shape 18 PL1 welltris:0:FF8967:0B:500:Next Shape is always Shape 18 PL1 (2/2) welltris:0:FF8962:13:000:Next Shape is always Shape 19 PL1 welltris:0:FF8967:08:500:Next Shape is always Shape 19 PL1 (2/2) welltris:0:FF8962:14:000:Next Shape is always Shape 20 PL1 welltris:0:FF8967:09:500:Next Shape is always Shape 20 PL1 (2/2) welltris:0:FF8962:15:000:Next Shape is always Shape 21 PL1 welltris:0:FF8967:0C:500:Next Shape is always Shape 21 PL1 (2/2) welltris:0:FF8962:16:000:Next Shape is always Shape 22 PL1 welltris:0:FF8967:0B:500:Next Shape is always Shape 22 PL1 (2/2) welltris:0:FF8962:17:000:Next Shape is always Shape 23 PL1 welltris:0:FF8967:09:500:Next Shape is always Shape 23 PL1 (2/2) welltris:0:FF8962:18:000:Next Shape is always Shape 24 PL1 welltris:0:FF8967:08:500:Next Shape is always Shape 24 PL1 (2/2) welltris:0:FF8962:19:000:Next Shape is always Shape 25 PL1 welltris:0:FF8967:0C:500:Next Shape is always Shape 25 PL1 (2/2) welltris:0:FF8962:1A:000:Next Shape is always Shape 26 PL1 welltris:0:FF8967:0B:500:Next Shape is always Shape 26 PL1 (2/2) welltris:0:FF8962:1B:000:Next Shape is always Shape 27 PL1 welltris:0:FF8967:0E:500:Next Shape is always Shape 27 PL1 (2/2) welltris:0:FF8962:1C:000:Next Shape is always Shape 28 PL1 welltris:0:FF8967:0E:500:Next Shape is always Shape 28 PL1 (2/2) welltris:0:FF8962:1D:000:Next Shape is always Shape 29 PL1 welltris:0:FF8967:0F:500:Next Shape is always Shape 29 PL1 (2/2) welltris:0:FF8962:1E:000:Next Shape is always Shape 30 PL1 welltris:0:FF8967:0F:500:Next Shape is always Shape 30 PL1 (2/2) welltris:0:FF8962:00:001:Next Shape is Shape 0 Now! PL1 welltris:0:FF8967:0A:501:Next Shape is Shape 0 Now! PL1 (2/2) welltris:0:FF8962:01:001:Next Shape is Shape 1 Now! PL1 welltris:0:FF8967:0A:501:Next Shape is Shape 1 Now! PL1 (2/2) welltris:0:FF8962:02:001:Next Shape is Shape 2 Now! PL1 welltris:0:FF8967:0A:501:Next Shape is Shape 2 Now! PL1 (2/2) welltris:0:FF8962:03:001:Next Shape is Shape 3 Now! PL1 welltris:0:FF8967:09:501:Next Shape is Shape 3 Now! PL1 (2/2) welltris:0:FF8962:04:001:Next Shape is Shape 4 Now! PL1 welltris:0:FF8967:0A:501:Next Shape is Shape 4 Now! PL1 (2/2) welltris:0:FF8962:05:001:Next Shape is Shape 5 Now! PL1 welltris:0:FF8967:09:501:Next Shape is Shape 5 Now! PL1 (2/2) welltris:0:FF8962:06:001:Next Shape is Shape 6 Now! PL1 welltris:0:FF8967:08:501:Next Shape is Shape 6 Now! PL1 (2/2) welltris:0:FF8962:07:001:Next Shape is Shape 7 Now! PL1 welltris:0:FF8967:0D:501:Next Shape is Shape 7 Now! PL1 (2/2) welltris:0:FF8962:08:001:Next Shape is Shape 8 Now! PL1 welltris:0:FF8967:0C:501:Next Shape is Shape 8 Now! PL1 (2/2) welltris:0:FF8962:09:001:Next Shape is Shape 9 Now! PL1 welltris:0:FF8967:0B:501:Next Shape is Shape 9 Now! PL1 (2/2) welltris:0:FF8962:0A:001:Next Shape is Shape 10 Now! PL1 welltris:0:FF8967:0E:501:Next Shape is Shape 10 Now! PL1 (2/2) welltris:0:FF8962:0B:001:Next Shape is Shape 11 Now! PL1 welltris:0:FF8967:0A:501:Next Shape is Shape 11 Now! PL1 (2/2) welltris:0:FF8962:0C:001:Next Shape is Shape 12 Now! PL1 welltris:0:FF8967:0E:501:Next Shape is Shape 12 Now! PL1 (2/2) welltris:0:FF8962:0D:001:Next Shape is Shape 13 Now! PL1 welltris:0:FF8967:0E:501:Next Shape is Shape 13 Now! PL1 (2/2) welltris:0:FF8962:0E:001:Next Shape is Shape 14 Now! PL1 welltris:0:FF8967:0D:501:Next Shape is Shape 14 Now! PL1 (2/2) welltris:0:FF8962:0F:001:Next Shape is Shape 15 Now! PL1 welltris:0:FF8967:0E:501:Next Shape is Shape 15 Now! PL1 (2/2) welltris:0:FF8962:10:001:Next Shape is Shape 16 Now! PL1 welltris:0:FF8967:0D:501:Next Shape is Shape 16 Now! PL1 (2/2) welltris:0:FF8962:11:001:Next Shape is Shape 17 Now! PL1 welltris:0:FF8967:0C:501:Next Shape is Shape 17 Now! PL1 (2/2) welltris:0:FF8962:12:001:Next Shape is Shape 18 Now! PL1 welltris:0:FF8967:0B:501:Next Shape is Shape 18 Now! PL1 (2/2) welltris:0:FF8962:13:001:Next Shape is Shape 19 Now! PL1 welltris:0:FF8967:08:501:Next Shape is Shape 19 Now! PL1 (2/2) welltris:0:FF8962:14:001:Next Shape is Shape 20 Now! PL1 welltris:0:FF8967:09:501:Next Shape is Shape 20 Now! PL1 (2/2) welltris:0:FF8962:15:001:Next Shape is Shape 21 Now! PL1 welltris:0:FF8967:0C:501:Next Shape is Shape 21 Now! PL1 (2/2) welltris:0:FF8962:16:001:Next Shape is Shape 22 Now! PL1 welltris:0:FF8967:0B:501:Next Shape is Shape 22 Now! PL1 (2/2) welltris:0:FF8962:17:001:Next Shape is Shape 23 Now! PL1 welltris:0:FF8967:09:501:Next Shape is Shape 23 Now! PL1 (2/2) welltris:0:FF8962:18:001:Next Shape is Shape 24 Now! PL1 welltris:0:FF8967:08:501:Next Shape is Shape 24 Now! PL1 (2/2) welltris:0:FF8962:19:001:Next Shape is Shape 25 Now! PL1 welltris:0:FF8967:0C:501:Next Shape is Shape 25 Now! PL1 (2/2) welltris:0:FF8962:1A:001:Next Shape is Shape 26 Now! PL1 welltris:0:FF8967:0B:501:Next Shape is Shape 26 Now! PL1 (2/2) welltris:0:FF8962:1B:001:Next Shape is Shape 27 Now! PL1 welltris:0:FF8967:0E:501:Next Shape is Shape 27 Now! PL1 (2/2) welltris:0:FF8962:1C:001:Next Shape is Shape 28 Now! PL1 welltris:0:FF8967:0E:501:Next Shape is Shape 28 Now! PL1 (2/2) welltris:0:FF8962:1D:001:Next Shape is Shape 29 Now! PL1 welltris:0:FF8967:0F:501:Next Shape is Shape 29 Now! PL1 (2/2) welltris:0:FF8962:1E:001:Next Shape is Shape 30 Now! PL1 welltris:0:FF8967:0F:501:Next Shape is Shape 30 Now! PL1 (2/2) welltris:0:FF89E2:00:000:Next Shape is always Shape 0 PL2 welltris:0:FF89E7:0A:500:Next Shape is always Shape 0 PL2 (2/2) welltris:0:FF89E2:01:000:Next Shape is always Shape 1 PL2 welltris:0:FF89E7:0A:500:Next Shape is always Shape 1 PL2 (2/2) welltris:0:FF89E2:02:000:Next Shape is always Shape 2 PL2 welltris:0:FF89E7:0A:500:Next Shape is always Shape 2 PL2 (2/2) welltris:0:FF89E2:03:000:Next Shape is always Shape 3 PL2 welltris:0:FF89E7:09:500:Next Shape is always Shape 3 PL2 (2/2) welltris:0:FF89E2:04:000:Next Shape is always Shape 4 PL2 welltris:0:FF89E7:0A:500:Next Shape is always Shape 4 PL2 (2/2) welltris:0:FF89E2:05:000:Next Shape is always Shape 5 PL2 welltris:0:FF89E7:09:500:Next Shape is always Shape 5 PL2 (2/2) welltris:0:FF89E2:06:000:Next Shape is always Shape 6 PL2 welltris:0:FF89E7:08:500:Next Shape is always Shape 6 PL2 (2/2) welltris:0:FF89E2:07:000:Next Shape is always Shape 7 PL2 welltris:0:FF89E7:0D:500:Next Shape is always Shape 7 PL2 (2/2) welltris:0:FF89E2:08:000:Next Shape is always Shape 8 PL2 welltris:0:FF89E7:0C:500:Next Shape is always Shape 8 PL2 (2/2) welltris:0:FF89E2:09:000:Next Shape is always Shape 9 PL2 welltris:0:FF89E7:0B:500:Next Shape is always Shape 9 PL2 (2/2) welltris:0:FF89E2:0A:000:Next Shape is always Shape 10 PL2 welltris:0:FF89E7:0E:500:Next Shape is always Shape 10 PL2 (2/2) welltris:0:FF89E2:0B:000:Next Shape is always Shape 11 PL2 welltris:0:FF89E7:0A:500:Next Shape is always Shape 11 PL2 (2/2) welltris:0:FF89E2:0C:000:Next Shape is always Shape 12 PL2 welltris:0:FF89E7:0E:500:Next Shape is always Shape 12 PL2 (2/2) welltris:0:FF89E2:0D:000:Next Shape is always Shape 13 PL2 welltris:0:FF89E7:0E:500:Next Shape is always Shape 13 PL2 (2/2) welltris:0:FF89E2:0E:000:Next Shape is always Shape 14 PL2 welltris:0:FF89E7:0D:500:Next Shape is always Shape 14 PL2 (2/2) welltris:0:FF89E2:0F:000:Next Shape is always Shape 15 PL2 welltris:0:FF89E7:0E:500:Next Shape is always Shape 15 PL2 (2/2) welltris:0:FF89E2:10:000:Next Shape is always Shape 16 PL2 welltris:0:FF89E7:0D:500:Next Shape is always Shape 16 PL2 (2/2) welltris:0:FF89E2:11:000:Next Shape is always Shape 17 PL2 welltris:0:FF89E7:0C:500:Next Shape is always Shape 17 PL2 (2/2) welltris:0:FF89E2:12:000:Next Shape is always Shape 18 PL2 welltris:0:FF89E7:0B:500:Next Shape is always Shape 18 PL2 (2/2) welltris:0:FF89E2:13:000:Next Shape is always Shape 19 PL2 welltris:0:FF89E7:08:500:Next Shape is always Shape 19 PL2 (2/2) welltris:0:FF89E2:14:000:Next Shape is always Shape 20 PL2 welltris:0:FF89E7:09:500:Next Shape is always Shape 20 PL2 (2/2) welltris:0:FF89E2:15:000:Next Shape is always Shape 21 PL2 welltris:0:FF89E7:0C:500:Next Shape is always Shape 21 PL2 (2/2) welltris:0:FF89E2:16:000:Next Shape is always Shape 22 PL2 welltris:0:FF89E7:0B:500:Next Shape is always Shape 22 PL2 (2/2) welltris:0:FF89E2:17:000:Next Shape is always Shape 23 PL2 welltris:0:FF89E7:09:500:Next Shape is always Shape 23 PL2 (2/2) welltris:0:FF89E2:18:000:Next Shape is always Shape 24 PL2 welltris:0:FF89E7:08:500:Next Shape is always Shape 24 PL2 (2/2) welltris:0:FF89E2:19:000:Next Shape is always Shape 25 PL2 welltris:0:FF89E7:0C:500:Next Shape is always Shape 25 PL2 (2/2) welltris:0:FF89E2:1A:000:Next Shape is always Shape 26 PL2 welltris:0:FF89E7:0B:500:Next Shape is always Shape 26 PL2 (2/2) welltris:0:FF89E2:1B:000:Next Shape is always Shape 27 PL2 welltris:0:FF89E7:0E:500:Next Shape is always Shape 27 PL2 (2/2) welltris:0:FF89E2:1C:000:Next Shape is always Shape 28 PL2 welltris:0:FF89E7:0E:500:Next Shape is always Shape 28 PL2 (2/2) welltris:0:FF89E2:1D:000:Next Shape is always Shape 29 PL2 welltris:0:FF89E7:0F:500:Next Shape is always Shape 29 PL2 (2/2) welltris:0:FF89E2:1E:000:Next Shape is always Shape 30 PL2 welltris:0:FF89E7:0F:500:Next Shape is always Shape 30 PL2 (2/2) welltris:0:FF89E2:00:001:Next Shape is Shape 0 Now! PL2 welltris:0:FF89E7:0A:501:Next Shape is Shape 0 Now! PL2 (2/2) welltris:0:FF89E2:01:001:Next Shape is Shape 1 Now! PL2 welltris:0:FF89E7:0A:501:Next Shape is Shape 1 Now! PL2 (2/2) welltris:0:FF89E2:02:001:Next Shape is Shape 2 Now! PL2 welltris:0:FF89E7:0A:501:Next Shape is Shape 2 Now! PL2 (2/2) welltris:0:FF89E2:03:001:Next Shape is Shape 3 Now! PL2 welltris:0:FF89E7:09:501:Next Shape is Shape 3 Now! PL2 (2/2) welltris:0:FF89E2:04:001:Next Shape is Shape 4 Now! PL2 welltris:0:FF89E7:0A:501:Next Shape is Shape 4 Now! PL2 (2/2) welltris:0:FF89E2:05:001:Next Shape is Shape 5 Now! PL2 welltris:0:FF89E7:09:501:Next Shape is Shape 5 Now! PL2 (2/2) welltris:0:FF89E2:06:001:Next Shape is Shape 6 Now! PL2 welltris:0:FF89E7:08:501:Next Shape is Shape 6 Now! PL2 (2/2) welltris:0:FF89E2:07:001:Next Shape is Shape 7 Now! PL2 welltris:0:FF89E7:0D:501:Next Shape is Shape 7 Now! PL2 (2/2) welltris:0:FF89E2:08:001:Next Shape is Shape 8 Now! PL2 welltris:0:FF89E7:0C:501:Next Shape is Shape 8 Now! PL2 (2/2) welltris:0:FF89E2:09:001:Next Shape is Shape 9 Now! PL2 welltris:0:FF89E7:0B:501:Next Shape is Shape 9 Now! PL2 (2/2) welltris:0:FF89E2:0A:001:Next Shape is Shape 10 Now! PL2 welltris:0:FF89E7:0E:501:Next Shape is Shape 10 Now! PL2 (2/2) welltris:0:FF89E2:0B:001:Next Shape is Shape 11 Now! PL2 welltris:0:FF89E7:0A:501:Next Shape is Shape 11 Now! PL2 (2/2) welltris:0:FF89E2:0C:001:Next Shape is Shape 12 Now! PL2 welltris:0:FF89E7:0E:501:Next Shape is Shape 12 Now! PL2 (2/2) welltris:0:FF89E2:0D:001:Next Shape is Shape 13 Now! PL2 welltris:0:FF89E7:0E:501:Next Shape is Shape 13 Now! PL2 (2/2) welltris:0:FF89E2:0E:001:Next Shape is Shape 14 Now! PL2 welltris:0:FF89E7:0D:501:Next Shape is Shape 14 Now! PL2 (2/2) welltris:0:FF89E2:0F:001:Next Shape is Shape 15 Now! PL2 welltris:0:FF89E7:0E:501:Next Shape is Shape 15 Now! PL2 (2/2) welltris:0:FF89E2:10:001:Next Shape is Shape 16 Now! PL2 welltris:0:FF89E7:0D:501:Next Shape is Shape 16 Now! PL2 (2/2) welltris:0:FF89E2:11:001:Next Shape is Shape 17 Now! PL2 welltris:0:FF89E7:0C:501:Next Shape is Shape 17 Now! PL2 (2/2) welltris:0:FF89E2:12:001:Next Shape is Shape 18 Now! PL2 welltris:0:FF89E7:0B:501:Next Shape is Shape 18 Now! PL2 (2/2) welltris:0:FF89E2:13:001:Next Shape is Shape 19 Now! PL2 welltris:0:FF89E7:08:501:Next Shape is Shape 19 Now! PL2 (2/2) welltris:0:FF89E2:14:001:Next Shape is Shape 20 Now! PL2 welltris:0:FF89E7:09:501:Next Shape is Shape 20 Now! PL2 (2/2) welltris:0:FF89E2:15:001:Next Shape is Shape 21 Now! PL2 welltris:0:FF89E7:0C:501:Next Shape is Shape 21 Now! PL2 (2/2) welltris:0:FF89E2:16:001:Next Shape is Shape 22 Now! PL2 welltris:0:FF89E7:0B:501:Next Shape is Shape 22 Now! PL2 (2/2) welltris:0:FF89E2:17:001:Next Shape is Shape 23 Now! PL2 welltris:0:FF89E7:09:501:Next Shape is Shape 23 Now! PL2 (2/2) welltris:0:FF89E2:18:001:Next Shape is Shape 24 Now! PL2 welltris:0:FF89E7:08:501:Next Shape is Shape 24 Now! PL2 (2/2) welltris:0:FF89E2:19:001:Next Shape is Shape 25 Now! PL2 welltris:0:FF89E7:0C:501:Next Shape is Shape 25 Now! PL2 (2/2) welltris:0:FF89E2:1A:001:Next Shape is Shape 26 Now! PL2 welltris:0:FF89E7:0B:501:Next Shape is Shape 26 Now! PL2 (2/2) welltris:0:FF89E2:1B:001:Next Shape is Shape 27 Now! PL2 welltris:0:FF89E7:0E:501:Next Shape is Shape 27 Now! PL2 (2/2) welltris:0:FF89E2:1C:001:Next Shape is Shape 28 Now! PL2 welltris:0:FF89E7:0E:501:Next Shape is Shape 28 Now! PL2 (2/2) welltris:0:FF89E2:1D:001:Next Shape is Shape 29 Now! PL2 welltris:0:FF89E7:0F:501:Next Shape is Shape 29 Now! PL2 (2/2) welltris:0:FF89E2:1E:001:Next Shape is Shape 30 Now! PL2 welltris:0:FF89E7:0F:501:Next Shape is Shape 30 Now! PL2 (2/2) ; [ West Story ] weststry:0:08002D:99:000:Infinite Credits weststry:0:085C21:01:001:One enemy ends levelNow!:Also one hit for boss weststry:0:085C22:02:501:One enemy ends levelNow!(2/2):Also one hit for boss weststry:0:08086C:03:000:Infinite Lives PL1 weststry:0:08086D:63:000:Infinite Bombs PL1 weststry:0:080825:78:000:Invincibility PL1 weststry:0:080821:03:520:Invincibility PL1 (2/2) weststry:0:080874:00:000:Always Use Normal Gun PL1 weststry:0:080874:01:000:Always Use Semi-Auto Gun PL1 weststry:0:080874:02:000:Always Use Full-Auto Gun PL1 weststry:0:080874:00:001:Get Normal Gun Now! PL1 weststry:0:080874:01:001:Get Semi-Auto Gun Now! PL1 weststry:0:080874:02:001:Get Full-Auto Gun Now! PL1 weststry:0:080F2C:03:000:Infinite Lives PL2 weststry:0:080F2D:63:000:Infinite Bombs PL2 weststry:0:080EE5:78:000:Invincibility PL2 weststry:0:080EE1:03:520:Invincibility PL2 (2/2) weststry:0:080F34:00:000:Always Use Normal Gun PL2 weststry:0:080F34:01:000:Always Use Semi-Auto Gun PL2 weststry:0:080F34:02:000:Always Use Full-Auto Gun PL2 weststry:0:080F34:00:001:Get Normal Gun Now! PL2 weststry:0:080F34:01:001:Get Semi-Auto Gun Now! PL2 weststry:0:080F34:02:001:Get Full-Auto Gun Now! PL2 ; [ Western Express (bootleg set 1) ] wexpresb:0:000C:99:000:Infinite Lives wexpresb:0:0012:05:001:Get 1 more to finish Exp2 car wexpresb:0:0056:00:000:Stop Train Bombs wexpresb:0:0000:00:999:[This Infinite Energy cheat ] wexpresb:0:0000:00:999:[may have to be turned OFF ] wexpresb:0:0000:00:999:[with F6 if you get pushed ] wexpresb:0:0000:00:999:[off the train or encounter ] wexpresb:0:0000:00:999:[problems with the box ] wexpresb:0:0000:00:999:[pusher. Turn the cheat back] wexpresb:0:0000:00:999:[ON with the F6 key. ] wexpresb:0:0031:50:000:Infinite Energy wexpresb:0:0000:00:999:[This Infinite Time cheat ] wexpresb:0:0000:00:999:[should be disabled when you] wexpresb:0:0000:00:999:[you reach the engine with ] wexpresb:0:0000:00:999:[F6 or better use the Lose ] wexpresb:0:0000:00:999:[All Exp2 Time Now! cheat ] wexpresb:0:0028:59:000:Infinite Exp2 Time wexpresb:0:0028:01:001:Lose All Exp2 Time Now! :wexpresb:20800000:A698:00000060:FFFFFFFF:Invincibility - Odd Stage :wexpresb:20810000:BE0B:00000060:FFFFFFFF:Invincibility - Odd Stage (2/4):1st = Enemy from train, 2nd = Signboard :wexpresb:20810000:BE55:00000060:FFFFFFFF:Invincibility - Odd Stage (3/4):Tunnel :wexpresb:20810000:CF95:00000060:FFFFFFFF:Invincibility - Odd Stage (4/4):Enemy :wexpresb:20800000:54EA:0000001C:FFFFFFFF:Invincibility - Even Stage :wexpresb:20810000:6077:00000060:FFFFFFFF:Invincibility - Even Stage (2/3):1st = Miss Shot, 2nd = Fire :wexpresb:20810000:65C7:00000060:FFFFFFFF:Invincibility - Even Stage (3/3):Bird :wexpresb:00000000:001E:00000000:00000010:Rapid Fire - Button 1 :wexpresb:00000000:001E:00000000:00000020:Rapid Fire - Button 2 :wexpresb:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :wexpresb:60000000:0000:00000000:00000000:[ 1st inserted a credit. ] :wexpresb:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :wexpresb:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :wexpresb:00000086:0000:00000000:FFFFFFFF:Sound Test:Sound Code :wexpresb:20A10000:810F:001801AE:FFFFFFFF:Sound Test (02/17):ldx $1801 :wexpresb:20B10000:8112:27F001E4:FFFFFFFF:Sound Test (03/17):cpx $01 / beq $813D :wexpresb:20B10000:8116:0EF0FBE0:FFFFFFFF:Sound Test (04/17):cpx #$FB / beq $8128 :wexpresb:20B10000:811A:0FF0F7E0:FFFFFFFF:Sound Test (05/17):cpx #$F7 / beq $812D :wexpresb:20B10000:811E:14F0EFE0:FFFFFFFF:Sound Test (06/17):cpx #$EF / beq $8136 :wexpresb:20B10000:8122:0CF0DFE0:FFFFFFFF:Sound Test (07/17):cpx #$DF / beq $8132 :wexpresb:20B10000:8126:00E613D0:FFFFFFFF:Sound Test (08/17):bne $813B / inc $00 :wexpresb:20A10000:812A:00813B4C:FFFFFFFF:Sound Test (09/17):jmp $813B :wexpresb:20910000:812D:000000C6:FFFFFFFF:Sound Test (10/17):dec $00 :wexpresb:20A10000:812F:00813B4C:FFFFFFFF:Sound Test (11/17):jmp $813B :wexpresb:20B10000:8132:02F000A9:FFFFFFFF:Sound Test (12/17):lda #$00 / beq $8138 :wexpresb:20910000:8136:000000A5:FFFFFFFF:Sound Test (13/17):lda $00 :wexpresb:20A10000:8138:0020018D:FFFFFFFF:Sound Test (15/17):sta $2001 :wexpresb:20910000:813B:00000186:FFFFFFFF:Sound Test (16/17):stx $01 :wexpresb:20A10000:813D:00810F4C:FFFFFFFF:Sound Test (17/17):jmp $810F ; [ Western Express (bootleg set 2) ] wexpresc:0:000C:99:000:Infinite Lives wexpresc:0:0012:05:001:Get 1 more to finish Exp2 car wexpresc:0:0056:00:000:Stop Train Bombs wexpresc:0:0000:00:999:[This Infinite Energy cheat ] wexpresc:0:0000:00:999:[may have to be turned OFF ] wexpresc:0:0000:00:999:[with F6 if you get pushed ] wexpresc:0:0000:00:999:[off the train or encounter ] wexpresc:0:0000:00:999:[problems with the box ] wexpresc:0:0000:00:999:[pusher. Turn the cheat back] wexpresc:0:0000:00:999:[ON with the F6 key. ] wexpresc:0:0031:50:000:Infinite Energy wexpresc:0:0000:00:999:[This Infinite Time cheat ] wexpresc:0:0000:00:999:[should be disabled when you] wexpresc:0:0000:00:999:[you reach the engine with ] wexpresc:0:0000:00:999:[F6 or better use the Lose ] wexpresc:0:0000:00:999:[All Exp2 Time Now! cheat ] wexpresc:0:0028:59:000:Infinite Exp2 Time wexpresc:0:0028:01:001:Lose All Exp2 Time Now! :wexpresc:20800000:A698:00000060:FFFFFFFF:Invincibility - Odd Stage :wexpresc:20810000:BE0B:00000060:FFFFFFFF:Invincibility - Odd Stage (2/4):1st = Enemy from train, 2nd = Signboard :wexpresc:20810000:BE55:00000060:FFFFFFFF:Invincibility - Odd Stage (3/4):Tunnel :wexpresc:20810000:CF95:00000060:FFFFFFFF:Invincibility - Odd Stage (4/4):Enemy :wexpresc:20800000:54EA:0000001C:FFFFFFFF:Invincibility - Even Stage :wexpresc:20810000:6077:00000060:FFFFFFFF:Invincibility - Even Stage (2/3):1st = Miss Shot, 2nd = Fire :wexpresc:20810000:65C7:00000060:FFFFFFFF:Invincibility - Even Stage (3/3):Bird :wexpresc:00000000:001E:00000000:00000010:Rapid Fire - Button 1 :wexpresc:00000000:001E:00000000:00000020:Rapid Fire - Button 2 :wexpresc:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :wexpresc:60000000:0000:00000000:00000000:[ 1st inserted a credit. ] :wexpresc:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :wexpresc:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :wexpresc:00000086:0000:00000000:FFFFFFFF:Sound Test:Sound Code :wexpresc:20A10000:810F:001801AE:FFFFFFFF:Sound Test (02/17):ldx $1801 :wexpresc:20B10000:8112:27F001E4:FFFFFFFF:Sound Test (03/17):cpx $01 / beq $813D :wexpresc:20B10000:8116:0EF0FBE0:FFFFFFFF:Sound Test (04/17):cpx #$FB / beq $8128 :wexpresc:20B10000:811A:0FF0F7E0:FFFFFFFF:Sound Test (05/17):cpx #$F7 / beq $812D :wexpresc:20B10000:811E:14F0EFE0:FFFFFFFF:Sound Test (06/17):cpx #$EF / beq $8136 :wexpresc:20B10000:8122:0CF0DFE0:FFFFFFFF:Sound Test (07/17):cpx #$DF / beq $8132 :wexpresc:20B10000:8126:00E613D0:FFFFFFFF:Sound Test (08/17):bne $813B / inc $00 :wexpresc:20A10000:812A:00813B4C:FFFFFFFF:Sound Test (09/17):jmp $813B :wexpresc:20910000:812D:000000C6:FFFFFFFF:Sound Test (10/17):dec $00 :wexpresc:20A10000:812F:00813B4C:FFFFFFFF:Sound Test (11/17):jmp $813B :wexpresc:20B10000:8132:02F000A9:FFFFFFFF:Sound Test (12/17):lda #$00 / beq $8138 :wexpresc:20910000:8136:000000A5:FFFFFFFF:Sound Test (13/17):lda $00 :wexpresc:20A10000:8138:0020018D:FFFFFFFF:Sound Test (15/17):sta $2001 :wexpresc:20910000:813B:00000186:FFFFFFFF:Sound Test (16/17):stx $01 :wexpresc:20A10000:813D:00810F4C:FFFFFFFF:Sound Test (17/17):jmp $810F ; [ Western Express (World?) ] wexpress:0:000C:99:000:Infinite Lives wexpress:0:0012:05:001:Get 1 more to finish Exp2 car wexpress:0:0056:00:000:Stop Train Bombs wexpress:0:0000:00:999:[This Infinite Energy cheat ] wexpress:0:0000:00:999:[may have to be turned OFF ] wexpress:0:0000:00:999:[with F6 if you get pushed ] wexpress:0:0000:00:999:[off the train or encounter ] wexpress:0:0000:00:999:[problems with the box ] wexpress:0:0000:00:999:[pusher. Turn the cheat back] wexpress:0:0000:00:999:[ON with the F6 key. ] wexpress:0:0031:50:000:Infinite Energy wexpress:0:0000:00:999:[This Infinite Time cheat ] wexpress:0:0000:00:999:[should be disabled when you] wexpress:0:0000:00:999:[you reach the engine with ] wexpress:0:0000:00:999:[F6 or better use the Lose ] wexpress:0:0000:00:999:[All Exp2 Time Now! cheat ] wexpress:0:0028:59:000:Infinite Exp2 Time wexpress:0:0028:01:001:Lose All Exp2 Time Now! :wexpress:20800000:A698:00000060:FFFFFFFF:Invincibility - Odd Stage :wexpress:20810000:BE0B:00000060:FFFFFFFF:Invincibility - Odd Stage (2/4):1st = Enemy from train, 2nd = Signboard :wexpress:20810000:BE55:00000060:FFFFFFFF:Invincibility - Odd Stage (3/4):Tunnel :wexpress:20810000:CF95:00000060:FFFFFFFF:Invincibility - Odd Stage (4/4):Enemy :wexpress:20800000:54EA:0000001C:FFFFFFFF:Invincibility - Even Stage :wexpress:20810000:6077:00000060:FFFFFFFF:Invincibility - Even Stage (2/3):1st = Miss Shot, 2nd = Fire :wexpress:20810000:65C7:00000060:FFFFFFFF:Invincibility - Even Stage (3/3):Bird :wexpress:00000000:001E:00000000:00000010:Rapid Fire - Button 1 :wexpress:00000000:001E:00000000:00000020:Rapid Fire - Button 2 :wexpress:60000000:0000:00000000:00000000:[ Sound Test is enabled after ] :wexpress:60000000:0000:00000000:00000000:[ 1st inserted a credit. ] :wexpress:60000000:0000:00000000:00000000:[ Up / Down = Select a code, ] :wexpress:60000000:0000:00000000:00000000:[ B1 = Play, B2 = Stop ] :wexpress:00000086:0000:00000000:FFFFFFFF:Sound Test:Sound Code :wexpress:20A10000:810F:001801AE:FFFFFFFF:Sound Test (02/17):ldx $1801 :wexpress:20B10000:8112:27F001E4:FFFFFFFF:Sound Test (03/17):cpx $01 / beq $813D :wexpress:20B10000:8116:0EF0FBE0:FFFFFFFF:Sound Test (04/17):cpx #$FB / beq $8128 :wexpress:20B10000:811A:0FF0F7E0:FFFFFFFF:Sound Test (05/17):cpx #$F7 / beq $812D :wexpress:20B10000:811E:14F0EFE0:FFFFFFFF:Sound Test (06/17):cpx #$EF / beq $8136 :wexpress:20B10000:8122:0CF0DFE0:FFFFFFFF:Sound Test (07/17):cpx #$DF / beq $8132 :wexpress:20B10000:8126:00E613D0:FFFFFFFF:Sound Test (08/17):bne $813B / inc $00 :wexpress:20A10000:812A:00813B4C:FFFFFFFF:Sound Test (09/17):jmp $813B :wexpress:20910000:812D:000000C6:FFFFFFFF:Sound Test (10/17):dec $00 :wexpress:20A10000:812F:00813B4C:FFFFFFFF:Sound Test (11/17):jmp $813B :wexpress:20B10000:8132:02F000A9:FFFFFFFF:Sound Test (12/17):lda #$00 / beq $8138 :wexpress:20910000:8136:000000A5:FFFFFFFF:Sound Test (13/17):lda $00 :wexpress:20A10000:8138:0020018D:FFFFFFFF:Sound Test (15/17):sta $2001 :wexpress:20910000:813B:00000186:FFFFFFFF:Sound Test (16/17):stx $01 :wexpress:20A10000:813D:00810F4C:FFFFFFFF:Sound Test (17/17):jmp $810F ; [ Wheel Of Fortune (alternate) ] wfortuna:0:2101:63:000:Infinite Credits wfortuna:0:2A9D:64:000:Infinite Time wfortuna:0:2AA1:05:000:Infinite Lives PL1 wfortuna:0:2AA2:05:000:Infinite Lives PL2 wfortuna:0:2AA3:05:000:Infinite Lives PL3 ; [ Wheel Of Fortune ] wfortune:0:2101:63:000:Infinite Credits wfortune:0:2A9D:64:000:Infinite Time wfortune:0:2AA1:05:000:Infinite Lives PL1 wfortune:0:2AA2:05:000:Infinite Lives PL2 wfortune:0:2AA3:05:000:Infinite Lives PL3 ; [ Wayne Gretzky's 3D Hockey ] wg3dh:0:0000:00:999:[ This game hasn't even ]:REASON 11 wg3dh:0:0000:00:999:[ been looked at due to ]:REASON 11 wg3dh:0:0000:00:999:[ time constraints - Too]:REASON 11 wg3dh:0:0000:00:999:[ many games and so ]:REASON 11 wg3dh:0:0000:00:999:[ little time. It is ]:REASON 11 wg3dh:0:0000:00:999:[ even possible that ]:REASON 11 wg3dh:0:0000:00:999:[ this game may be a ]:REASON 11 wg3dh:0:0000:00:999:[ clone of an existing ]:REASON 11 wg3dh:0:0000:00:999:[ game which may have ]:REASON 11 wg3dh:0:0000:00:999:[ cheats. Please search ]:REASON 11 wg3dh:0:0000:00:999:[ the cheat forums ]:REASON 11 wg3dh:0:0000:00:999:[ before posting cheat ]:REASON 11 wg3dh:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ World Grand Prix (US) ] wgp:0:108E55:09:000:Infinite Credits wgp:0:10B6DF:00:000:Infinite Race Time wgp:0:10BB2A:00:000:Always ride at 200km/h wgp:0:10BB2B:C8:500:Always ride at 200km/h (2/2) wgp:0:10BB2A:01:000:Always ride at 280km/h wgp:0:10BB2B:19:500:Always ride at 280km/h (2/2) wgp:0:10BB2A:01:001:Get 280km/h speed boost Now!:Best used with an activation key for best effect (it's like a turbo option) wgp:0:10BB2B:19:501:Get 280km/h speed boost Now! (2/2) wgp:0:142311:75:000:Hands free game completion:Just watch and don't enable the speed cheats with this enabled ; [ World Grand Prix 2 (Japan) ] wgp2:0:107D03:09:000:Infinite Credits wgp2:0:109C14:0D:000:Infinite Time (Time Limit) wgp2:0:1096EC:00:000:Always ride at 200km/h wgp2:0:1096ED:C8:500:Always ride at 200km/h (2/2) wgp2:0:1096EC:01:000:Always ride at 280km/h wgp2:0:1096ED:19:500:Always ride at 280km/h (2/2) wgp2:0:1096EC:01:001:Get 280km/h speed boost Now!:Best used with an activation key for best effect (it's like a turbo option) wgp2:0:1096ED:19:501:Get 280km/h speed boost Now! (2/2) ; [ World Grand Prix (Japan) ] wgpj:0:108E55:09:000:Infinite Credits wgpj:0:10B6DF:00:000:Infinite Race Time wgpj:0:10BB2A:00:000:Always ride at 200km/h wgpj:0:10BB2B:C8:500:Always ride at 200km/h (2/2) wgpj:0:10BB2A:01:000:Always ride at 280km/h wgpj:0:10BB2B:19:500:Always ride at 280km/h (2/2) wgpj:0:10BB2A:01:001:Get 280km/h speed boost Now!:Best used with an activation key for best effect (it's like a turbo option) wgpj:0:10BB2B:19:501:Get 280km/h speed boost Now! (2/2) wgpj:0:142311:75:000:Hands free game completion:Just watch and don't enable the speed cheats with this enabled ; [ World Grand Prix (joystick version set 1) (Japan) ] wgpjoy:0:108E59:09:000:Infinite Credits wgpjoy:0:10B6E2:00:000:Infinite Race Time wgpjoy:0:10B6E3:00:500:Infinite Race Time (2/2) wgpjoy:0:10BB2E:00:000:Always ride at 200km/h wgpjoy:0:10BB2F:C8:500:Always ride at 200km/h (2/2) wgpjoy:0:10BB2E:01:000:Always ride at 280km/h wgpjoy:0:10BB2F:19:500:Always ride at 280km/h (2/2) wgpjoy:0:10BB2E:01:001:Get 280km/h speed boost Now!:Best used with an activation key for best effect (it's like a turbo option) wgpjoy:0:10BB2F:19:501:Get 280km/h speed boost Now! (2/2) wgpjoy:0:142311:75:000:Hands free game completion:Just watch and don't enable the speed cheats with this enabled ; [ World Grand Prix (joystick version set 2) (Japan) ] wgpjoya:0:108E59:09:000:Infinite Credits wgpjoya:0:10B6E2:00:000:Infinite Race Time wgpjoya:0:10B6E3:00:500:Infinite Race Time (2/2) wgpjoya:0:10BB2E:00:000:Always ride at 200km/h wgpjoya:0:10BB2F:C8:500:Always ride at 200km/h (2/2) wgpjoya:0:10BB2E:01:000:Always ride at 280km/h wgpjoya:0:10BB2F:19:500:Always ride at 280km/h (2/2) wgpjoya:0:10BB2E:01:001:Get 280km/h speed boost Now!:Best used with an activation key for best effect (it's like a turbo option) wgpjoya:0:10BB2F:19:501:Get 280km/h speed boost Now! (2/2) wgpjoya:0:142311:75:000:Hands free game completion:Just watch and don't enable the speed cheats with this enabled ; [ World Heroes (set 1) ] wh1:0:10B008:9A:000:Infinite Time wh1:0:10B008:01:001:Finish this Round Now! wh1:0:10600A:68:000:Infinite Energy PL1 wh1:0:10602E:68:500:Infinite Energy PL1 (2/2) wh1:0:10600A:00:001:Drain All Energy Now! PL1 wh1:0:10602E:00:501:Drain All Energy Now! PL1 (2/2) wh1:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] wh1:0:10600C:01:000:Play with Dragon PL1 wh1:0:10600C:02:000:Play with Hanzo PL1 wh1:0:10600C:03:000:Play with Muscle Power PL1 wh1:0:10600C:04:000:Play with J. Carn PL1 wh1:0:10600C:05:000:Play with Janne PL1 wh1:0:10600C:06:000:Play with Rasputin PL1 wh1:0:10600C:07:000:Play with Fuuma PL1 wh1:0:10600C:08:000:Play with Brocken PL1 wh1:0:10600C:09:000:Play with Geegus PL1:You can't attack at all! wh1:0:10610A:68:000:Infinite Energy PL2 wh1:0:10612E:68:500:Infinite Energy PL2 (2/2) wh1:0:10610A:00:001:Drain All Energy Now! PL2 wh1:0:10612E:00:501:Drain All Energy Now! PL2 (2/2) wh1:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] wh1:0:10610C:01:000:Play with Dragon PL2 wh1:0:10610C:02:000:Play with Hanzo PL2 wh1:0:10610C:03:000:Play with Muscle Power PL2 wh1:0:10610C:04:000:Play with J. Carn PL2 wh1:0:10610C:05:000:Play with Janne PL2 wh1:0:10610C:06:000:Play with Rasputin PL2 wh1:0:10610C:07:000:Play with Fuuma PL2 wh1:0:10610C:08:000:Play with Brocken PL2 wh1:0:10610C:09:000:Play with Geegus PL2:You can't attack at all! :wh1:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :wh1:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :wh1:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ World Heroes (set 2) ] wh1h:0:10B008:9A:000:Infinite Time wh1h:0:10B008:01:001:Finish this Round Now! wh1h:0:10600A:68:000:Infinite Energy PL1 wh1h:0:10602E:68:500:Infinite Energy PL1 (2/2) wh1h:0:10600A:00:001:Drain All Energy Now! PL1 wh1h:0:10602E:00:501:Drain All Energy Now! PL1 (2/2) wh1h:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] wh1h:0:10600C:01:000:Play with Dragon PL1 wh1h:0:10600C:02:000:Play with Hanzo PL1 wh1h:0:10600C:03:000:Play with Muscle Power PL1 wh1h:0:10600C:04:000:Play with J. Carn PL1 wh1h:0:10600C:05:000:Play with Janne PL1 wh1h:0:10600C:06:000:Play with Rasputin PL1 wh1h:0:10600C:07:000:Play with Fuuma PL1 wh1h:0:10600C:08:000:Play with Brocken PL1 wh1h:0:10600C:09:000:Play with Geegus PL1:You can't attack at all! wh1h:0:10610A:68:000:Infinite Energy PL2 wh1h:0:10612E:68:500:Infinite Energy PL2 (2/2) wh1h:0:10610A:00:001:Drain All Energy Now! PL2 wh1h:0:10612E:00:501:Drain All Energy Now! PL2 (2/2) wh1h:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] wh1h:0:10610C:01:000:Play with Dragon PL2 wh1h:0:10610C:02:000:Play with Hanzo PL2 wh1h:0:10610C:03:000:Play with Muscle Power PL2 wh1h:0:10610C:04:000:Play with J. Carn PL2 wh1h:0:10610C:05:000:Play with Janne PL2 wh1h:0:10610C:06:000:Play with Rasputin PL2 wh1h:0:10610C:07:000:Play with Fuuma PL2 wh1h:0:10610C:08:000:Play with Brocken PL2 wh1h:0:10610C:09:000:Play with Geegus PL2:You can't attack at all! :wh1h:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :wh1h:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :wh1h:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ World Heroes 2 ] wh2:0:10C109:9A:000:Infinite Time wh2:0:10C109:01:001:Finish this Round Now! wh2:0:10600C:7F:000:Infinite Energy PL1 wh2:0:10600C:00:001:Drain All Energy Now! PL1 wh2:0:000000:00:999:[ Free player selection, Use BETWEEN rounds, ] wh2:0:000000:00:999:[ or at world map. There are some palette ] wh2:0:000000:00:999:[ glitches. And some fights are repeated more ] wh2:0:000000:00:999:[ than once. ] wh2:0:106004:01:001:Play with K. Dragon PL1 wh2:0:106004:02:001:Play with Hanzou PL1 wh2:0:106004:03:001:Play with Muscle Power PL1 wh2:0:106004:04:001:Play with J. Carn PL1 wh2:0:106004:05:001:Play with Janne PL1 wh2:0:106004:06:001:Play with Rasputin PL1 wh2:0:106004:07:001:Play with Fuuma PL1 wh2:0:106004:08:001:Play with Brocken PL1 wh2:0:106004:09:001:Play with Shura PL1 wh2:0:106004:0A:001:Play with Ryoko PL1 wh2:0:106004:0B:001:Play with C. Kidd PL1 wh2:0:106004:0C:001:Play with Mudman PL1 wh2:0:106004:0D:001:Play with Erick PL1 wh2:0:106004:0E:001:Play with J. Max PL1 wh2:0:106004:0F:001:Play with Dio PL1 wh2:0:106004:10:001:Play with Neo Geegus PL1:You can't attack at all! You can move and block. Taunting makes you invincible and also crashes the game. :wh2:00000000:10C122:00000000:00000003:Always have Wins = 0 PL1 :wh2:00000000:10C122:00000003:00000003:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :wh2:00000001:10C122:00000000:00000003:Set Wins = 0 Now! PL1 :wh2:00000001:10C122:00000001:00000003:Set Wins = 1 Now! PL1 :wh2:00000001:10C122:00000003:00000003:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :wh2:00000000:10C123:00000015:0000003F:Always have Won 3 Rounds [Tournament] PL1 wh2:0:10610C:7F:000:Infinite Energy PL2 wh2:0:10610C:00:001:Drain All Energy Now! PL2 wh2:0:000000:00:999:[ Free player selection, Use BETWEEN rounds, ] wh2:0:000000:00:999:[ or at world map. There are some palette ] wh2:0:000000:00:999:[ glitches. And some fights are repeated more ] wh2:0:000000:00:999:[ than once. ] wh2:0:106104:01:001:Play with K. Dragon PL2 wh2:0:106104:02:001:Play with Hanzou PL2 wh2:0:106104:03:001:Play with Muscle Power PL2 wh2:0:106104:04:001:Play with J. Carn PL2 wh2:0:106104:05:001:Play with Janne PL2 wh2:0:106104:06:001:Play with Rasputin PL2 wh2:0:106104:07:001:Play with Fuuma PL2 wh2:0:106104:08:001:Play with Brocken PL2 wh2:0:106104:09:001:Play with Shura PL2 wh2:0:106104:0A:001:Play with Ryoko PL2 wh2:0:106104:0B:001:Play with C. Kidd PL2 wh2:0:106104:0C:001:Play with Mudman PL2 wh2:0:106104:0D:001:Play with Erick PL2 wh2:0:106104:0E:001:Play with J. Max PL2 wh2:0:106104:0F:001:Play with Dio PL2 wh2:0:106104:10:001:Play with Neo Geegus PL2:You can't attack at all! You can move and block. Taunting makes you invincible and also crashes the game. :wh2:00000000:10C122:00000000:0000000C:Always have Wins = 0 PL2 :wh2:00000000:10C122:0000000C:0000000C:Always have Wins = 2 PL2:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :wh2:00000001:10C122:00000000:0000000C:Set Wins = 0 Now! PL2 :wh2:00000001:10C122:00000004:0000000C:Set Wins = 1 Now! PL2 :wh2:00000001:10C122:0000000C:0000000C:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round :wh2:00000000:10C123:00000015:0000003F:Always have Won 3 Rounds [Tournament] PL2 :wh2:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :wh2:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :wh2:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ World Heroes 2 Jet ] wh2j:0:10C109:9A:000:Infinite Time wh2j:0:10C109:01:001:Finish this Round Now! :wh2j:00000000:10C121:00000001:FFFFFFFF:Always Round 1 wh2j:0:10600C:60:000:Infinite Energy PL1 wh2j:0:10600C:00:001:Drain All Energy Now! PL1 wh2j:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] wh2j:0:106004:01:001:Play with Dragon PL1 wh2j:0:106004:02:001:Play with Hanzou PL1 wh2j:0:106004:03:001:Play with Muscle PL1 wh2j:0:106004:04:001:Play with J. Carn PL1 wh2j:0:106004:05:001:Play with Janne PL1 wh2j:0:106004:06:001:Play with Rasputin PL1 wh2j:0:106004:07:001:Play with Fuuma PL1 wh2j:0:106004:08:001:Play with Brocken PL1 wh2j:0:106004:09:001:Play with Shura PL1 wh2j:0:106004:0A:001:Play with Ryoko PL1 wh2j:0:106004:0B:001:Play with C. Kidd PL1 wh2j:0:106004:0C:001:Play with Mudman PL1 wh2j:0:106004:0D:001:Play with Erick PL1 wh2j:0:106004:0E:001:Play with J. Max PL1 wh2j:0:106004:0F:001:Play with Jack PL1 wh2j:0:106004:10:001:Play with Ryofu PL1 wh2j:0:106004:11:001:Play with Zeus PL1 :wh2j:00000000:10C122:00000000:00000003:Always have Wins = 0 PL1 :wh2j:00000000:10C122:00000003:00000003:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :wh2j:00000001:10C122:00000000:00000003:Set Wins = 0 Now! PL1 :wh2j:00000001:10C122:00000001:00000003:Set Wins = 1 Now! PL1 :wh2j:00000001:10C122:00000003:00000003:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :wh2j:00000000:10C123:00000015:0000003F:Always have Won 3 Rounds [Tournament] PL1 wh2j:0:10610C:60:000:Infinite Energy PL2 wh2j:0:10610C:00:001:Drain All Energy Now! PL2 wh2j:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] wh2j:0:106104:01:001:Play with Dragon PL2 wh2j:0:106104:02:001:Play with Hanzou PL2 wh2j:0:106104:03:001:Play with Muscle PL2 wh2j:0:106104:04:001:Play with J. Carn PL2 wh2j:0:106104:05:001:Play with Janne PL2 wh2j:0:106104:06:001:Play with Rasputin PL2 wh2j:0:106104:07:001:Play with Fuuma PL2 wh2j:0:106104:08:001:Play with Brocken PL2 wh2j:0:106104:09:001:Play with Shura PL2 wh2j:0:106104:0A:001:Play with Ryoko PL2 wh2j:0:106104:0B:001:Play with C. Kidd PL2 wh2j:0:106104:0C:001:Play with Mudman PL2 wh2j:0:106104:0D:001:Play with Erick PL2 wh2j:0:106104:0E:001:Play with J. Max PL2 wh2j:0:106104:0F:001:Play with Jack PL2 wh2j:0:106104:10:001:Play with Ryofu PL2 wh2j:0:106104:11:001:Play with Zeus PL2 :wh2j:00000000:10C122:00000000:0000000C:Always have Wins = 0 PL2 :wh2j:00000000:10C122:0000000C:0000000C:Always have Wins = 2 PL2:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round :wh2j:00000001:10C122:00000000:0000000C:Set Wins = 0 Now! PL2 :wh2j:00000001:10C122:00000004:0000000C:Set Wins = 1 Now! PL2 :wh2j:00000001:10C122:0000000C:0000000C:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round :wh2j:00000000:10C123:00000015:0000003F:Always have Won 3 Rounds [Tournament] PL2 :wh2j:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :wh2j:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :wh2j:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Wheels & Fire ] wheelfir:0:0000:00:999:[ There are no cheats ]:REASON 1 wheelfir:0:0000:00:999:[ for this game as it ]:REASON 1 wheelfir:0:0000:00:999:[ didn't work the last ]:REASON 1 wheelfir:0:0000:00:999:[ time it was tested. ]:REASON 1 wheelfir:0:0000:00:999:[ If the game now works ]:REASON 1 wheelfir:0:0000:00:999:[ please request cheats ]:REASON 1 wheelfir:0:0000:00:999:[ for it on the cheat ]:REASON 1 wheelfir:0:0000:00:999:[ forums. ]:REASON 1 ; [ Whizz ] whizz:0:E637:09:000:Infinite Credits whizz:0:F20B:07:000:Infinite Lives PL1 whizz:0:F20E:02:000:Invincibility PL1 whizz:0:F218:03:000:Always have Full Speed PL1 :whizz:62000000:0000:00000000:FFFFFFFF:Select Weapon PL1 :whizz:00010000:F210:00000001:FFFFFFFF:Normal :whizz:00110000:F210:00001601:FFFFFFFF:Double Laser :whizz:00010000:F210:00000002:FFFFFFFF:3 Way :whizz:00010000:F210:00000003:FFFFFFFF:Front & Side Shot :whizz:00010000:F210:00000004:FFFFFFFF:5 Way whizz:0:F40B:07:000:Infinite Lives PL2 whizz:0:F40E:02:000:Invincibility PL2 whizz:0:F418:03:000:Always have Full Speed PL2 :whizz:62000000:0000:00000000:FFFFFFFF:Select Weapon PL2 :whizz:00010000:F410:00000001:FFFFFFFF:Normal :whizz:00110000:F410:00001601:FFFFFFFF:Double Laser :whizz:00010000:F410:00000002:FFFFFFFF:3 Way :whizz:00010000:F410:00000003:FFFFFFFF:Front & Side Shot :whizz:00010000:F410:00000004:FFFFFFFF:5 Way ; [ Who Dunit (version 8.0) ] whodunit:0:3317:00:000:No time between bullets whodunit:0:3347:03:000:Infinite Lives PL1 whodunit:0:3369:03:000:Infinite Lives PL2 ; [ Whoopee!! / Pipi & Bibis ] whoopee:0:08066D:04:000:Always have 4 Coins whoopee:0:080673:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level whoopee:0:08073F:01:007:Only 1 Computer Left whoopee:0:000000:00:999:[See the Dip Switch Menu to ] whoopee:0:000000:00:999:[enable an alternate ] whoopee:0:000000:00:999:[Invincibility cheat. ] whoopee:0:080641:05:000:Infinite Lives PL1 whoopee:0:080689:1B:000:Invincibility PL1 whoopee:0:08064F:05:000:Infinite Lives PL2 whoopee:0:0806E9:7D:000:Invincibility PL2 ; [ World Heroes Perfect ] whp:0:10C109:9A:000:Infinite Time whp:0:10C109:01:001:Finish this Round Now! whp:0:10600C:C0:000:Infinite Energy PL1 whp:0:10600C:00:001:Drain All Energy Now! PL1 whp:0:106A17:DF:000:Always Maximum Hero PL1:The Hero Gauge will slowly fill itself if it's used. whp:0:000000:00:999:[ Free player selection, Use on character ] whp:0:000000:00:999:[ selection screen. ] whp:0:10B070:11:001:Play with Zeus PL1 whp:0:10B070:12:001:Play with Neo-Dio PL1 whp:0:10B070:13:001:Play with Goku PL1 whp:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] whp:0:106004:01:001:Play with Dragon PL1 whp:0:106004:02:001:Play with Hanzou PL1 whp:0:106004:03:001:Play with Muscle PL1 whp:0:106004:04:001:Play with J. Carn PL1 whp:0:106004:05:001:Play with Janne PL1 whp:0:106004:06:001:Play with Rasputin PL1 whp:0:106004:07:001:Play with Fuuma PL1 whp:0:106004:08:001:Play with Brocken PL1 whp:0:106004:09:001:Play with Shura PL1 whp:0:106004:0A:001:Play with Ryoko PL1 whp:0:106004:0B:001:Play with C. Kidd PL1 whp:0:106004:0C:001:Play with Mudman PL1 whp:0:106004:0D:001:Play with Erick PL1 whp:0:106004:0E:001:Play with J. Max PL1 whp:0:106004:0F:001:Play with Jack PL1 whp:0:106004:10:001:Play with Ryofu PL1 whp:0:106004:11:001:Play with Zeus PL1 whp:0:106004:12:001:Play with Neo-Dio PL1 whp:0:106004:13:001:Play with Goku PL1 whp:0:10610C:C0:000:Infinite Energy PL2 whp:0:10610C:00:001:Drain All Energy Now! PL2 whp:0:106B17:DF:000:Always Maximum Hero PL2:The Hero Gauge will slowly fill itself if it's used. whp:0:000000:00:999:[ Free player selection, Use on character ] whp:0:000000:00:999:[ selection screen. ] whp:0:10B071:11:001:Play with Zeus PL2 whp:0:10B071:12:001:Play with Neo-Dio PL2 whp:0:10B071:13:001:Play with Goku PL2 whp:0:000000:00:999:[ Free player selection, Use BETWEEN rounds ] whp:0:106104:01:001:Play with Dragon PL2 whp:0:106104:02:001:Play with Hanzou PL2 whp:0:106104:03:001:Play with Muscle PL2 whp:0:106104:04:001:Play with J. Carn PL2 whp:0:106104:05:001:Play with Janne PL2 whp:0:106104:06:001:Play with Rasputin PL2 whp:0:106104:07:001:Play with Fuuma PL2 whp:0:106104:08:001:Play with Brocken PL2 whp:0:106104:09:001:Play with Shura PL2 whp:0:106104:0A:001:Play with Ryoko PL2 whp:0:106104:0B:001:Play with C. Kidd PL2 whp:0:106104:0C:001:Play with Mudman PL2 whp:0:106104:0D:001:Play with Erick PL2 whp:0:106104:0E:001:Play with J. Max PL2 whp:0:106104:0F:001:Play with Jack PL2 whp:0:106104:10:001:Play with Ryofu PL2 whp:0:106104:11:001:Play with Zeus PL2 whp:0:106104:12:001:Play with Neo-Dio PL2 whp:0:106104:13:001:Play with Goku PL2 :whp:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :whp:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :whp:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Wiggie Waggie ] wiggie:0:FFC21B:09:000:Infinite Credits wiggie:0:FFD4C6:03:000:Infinite Lives :wiggie:00000301:FFD4C0:00000017:FFFFFFFF:Select Current Stage:Enable this ingame - the selected stage will appear when you lose a life wiggie:0:FFE00D:06:000:Always have Super Ball wiggie:0:FFDFF8:80:000:Always have Magnet wiggie:0:FFE007:80:000:Enlarged Bat wiggie:0:FFE007:D0:000:Maximum Bat Size wiggie:0:FFD34E:0F:000:Infinite Bonus wiggie:0:FFD34B:80:500:Infinite Bonus (2/3) wiggie:0:FFE2B2:00:500:Infinite Bonus (3/3) wiggie:0:FFE2B3:01:005:Every Bonus is Magnet wiggie:0:E0004F:18:505:Every Bonus is Magnet (2/3) wiggie:0:E0204F:18:505:Every Bonus is Magnet (3/3) wiggie:0:FFE2B3:02:005:Every Bonus is Super Ball wiggie:0:E0004F:1E:505:Every Bonus is Super Ball (2/3) wiggie:0:E0204F:1E:505:Every Bonus is Super Ball (3/3) wiggie:0:FFE2B3:03:005:Every Bonus is Extend wiggie:0:E0004F:1A:505:Every Bonus is Extend (2/3) wiggie:0:E0204F:1A:505:Every Bonus is Extend (3/3) wiggie:0:FFE2B3:04:005:Every Bonus is Bombs wiggie:0:E0004F:19:505:Every Bonus is Bombs (2/3) wiggie:0:E0204F:19:505:Every Bonus is Bombs (3/3) wiggie:0:FFE2B3:05:005:Every Bonus is 1Up wiggie:0:E0004F:1F:505:Every Bonus is 1Up (2/3) wiggie:0:E0204F:1F:505:Every Bonus is 1Up (3/3) wiggie:0:FFE2B3:06:005:Every Bonus is Multi wiggie:0:E0004F:1C:505:Every Bonus is Multi (2/3) wiggie:0:E0204F:1C:505:Every Bonus is Multi (3/3) wiggie:0:FFE2B3:07:005:Every Bonus is Weapon wiggie:0:E0004F:1D:505:Every Bonus is Weapon (2/3) wiggie:0:E0204F:1D:505:Every Bonus is Weapon (3/3) wiggie:0:FFE2B3:08:005:Every Bonus is Triplication wiggie:0:E0004F:1B:505:Every Bonus is Triplication (2/3) wiggie:0:E0204F:1B:505:Every Bonus is Triplication (3/3) ; [ Wild Fang / Tecmo Knight ] wildfang:0:0608CC:99:000:Infinite Time wildfang:0:060E1E:03:000:Infinite Lives PL1 wildfang:0:060E17:03:000:Infinite Polymorphes PL1 wildfang:0:060DD7:32:000:Infinite Energy PL1 wildfang:0:060E11:40:000:Invincibility PL1 wildfang:0:060E0A:03:000:Change to Dragon PL1:Infinite Time wildfang:0:060F3F:03:501:Change to Dragon PL1 (2/5) wildfang:0:060F81:06:501:Change to Dragon PL1 (3/5) wildfang:0:060F82:0D:501:Change to Dragon PL1 (4/5) wildfang:0:060F83:BE:501:Change to Dragon PL1 (5/5) wildfang:0:060E0A:00:001:Dragon Time Over Now! PL1 wildfang:0:060E9F:03:000:Infinite Lives PL2 wildfang:0:060E97:03:000:Infinite Polymorphes PL2 wildfang:0:060E57:32:000:Infinite Energy PL2 wildfang:0:060E91:40:000:Invincibility PL2 wildfang:0:060E8A:03:000:Change to Dragon PL1:Infinite Time wildfang:0:06103F:03:501:Change to Dragon PL1 (2/5) wildfang:0:061081:06:501:Change to Dragon PL1 (3/5) wildfang:0:061082:0E:501:Change to Dragon PL1 (4/5) wildfang:0:061083:3E:501:Change to Dragon PL1 (5/5) wildfang:0:060E8A:00:001:Dragon Time Over PL1 ; [ Wild Pilot ] wildplt:0:0F000D:63:000:Infinite Credits wildplt:0:0F002B:05:000:Infinite Lives wildplt:0:0F0029:64:000:Infinite Energy :wildplt:00000000:0F0169:00000000:FFFFFFFF:Invincibility "ON" :wildplt:00000001:0F0169:00000001:FFFFFFFF:Invincibility "OFF" :wildplt:00100000:0F01BC:00000254:FFFFFFFF:Infinite Ammo wildplt:0:0F01BF:04:000:Infinite Missiles (Right) wildplt:0:0F01B1:02:000:Infinite Bombs (Left) ; [ Willow (US) ] willow:0:FF82A2:09:000:Infinite Credits willow:0:FF83C7:59:000:Infinite Time willow:0:FF8342:09:000:Infinite Lives willow:0:FF8362:06:000:Infinite Energy willow:0:FF8369:90:000:Infinite Money willow:0:FF835D:03:000:Infinite Bracelets willow:0:FF8345:05:071:Select current stage willow:0:FF8345:05:061:Select next stage willow:0:FF8386:00:001:Play as Willow Now! willow:0:FF9866:00:501:Play as Willow Now! (2/2) willow:0:FF8386:04:001:Play as Madmartigan Now! willow:0:FF9866:04:501:Play as Madmartigan Now! (2/2) ; [ Willow (Japan, Japanese) ] willowj:0:FF82A2:09:000:Infinite Credits willowj:0:FF83C7:59:000:Infinite Time willowj:0:FF8342:09:000:Infinite Lives willowj:0:FF8362:06:000:Infinite Energy willowj:0:FF8369:90:000:Infinite Money willowj:0:FF835D:03:000:Infinite Bracelets willowj:0:FF8345:05:071:Select current stage willowj:0:FF8345:05:061:Select next stage willowj:0:FF8386:00:001:Play as Willow Now! willowj:0:FF9866:00:501:Play as Willow Now! (2/2) willowj:0:FF8386:04:001:Play as Madmartigan Now! willowj:0:FF9866:04:501:Play as Madmartigan Now! (2/2) ; [ Willow (Japan, English) ] willowje:0:FF82A2:09:000:Infinite Credits willowje:0:FF83C7:59:000:Infinite Time willowje:0:FF8342:09:000:Infinite Lives willowje:0:FF8362:06:000:Infinite Energy willowje:0:FF8369:90:000:Infinite Money willowje:0:FF835D:03:000:Infinite Bracelets willowje:0:FF8345:05:071:Select current stage willowje:0:FF8345:05:061:Select next stage willowje:0:FF8386:00:001:Play as Willow Now! willowje:0:FF9866:00:501:Play as Willow Now! (2/2) willowje:0:FF8386:04:001:Play as Madmartigan Now! willowje:0:FF9866:04:501:Play as Madmartigan Now! (2/2) ; [ Wily Tower ] wilytowr:0:D0F0:09:000:Infinite Time wilytowr:0:D3D2:08:000:Infinite Lives wilytowr:0:41A0:C9:100:Invincibility:Falling OFF the screen or dropping OFF high platforms will still kill you though! ; [ Winding Heat ] windheat:0:0000:00:999:[ There are no cheats ]:REASON 1 windheat:0:0000:00:999:[ for this game as it ]:REASON 1 windheat:0:0000:00:999:[ didn't work the last ]:REASON 1 windheat:0:0000:00:999:[ time it was tested. ]:REASON 1 windheat:0:0000:00:999:[ If the game now works ]:REASON 1 windheat:0:0000:00:999:[ please request cheats ]:REASON 1 windheat:0:0000:00:999:[ for it on the cheat ]:REASON 1 windheat:0:0000:00:999:[ forums. ]:REASON 1 ; [ Wing War (US) ] :wingwar:00000000:40F200:0000001D:FFFFFFFF:Infinite Credits :wingwar:00000000:40B456:00000024:FFFFFFFF:Infinite Energy :wingwar:00000001:40B856:00000000:FFFFFFFF:One Hit To Kill Enemy Now! ; [ Wing War ] :wingwara:00000000:40F200:0000001D:FFFFFFFF:Infinite Credits :wingwara:00000000:40B456:00000024:FFFFFFFF:Infinite Energy :wingwara:00000001:40B856:00000000:FFFFFFFF:One Hit To Kill Enemy Now! ; [ Wink (set 1) ] :wink:00100000:8400:0000270F:FFFFFFFF:Infinite Credits :wink:00100000:8049:0000270F:FFFFFFFF:Infinite Time :wink:00000000:8040:0000000F:FFFFFFFF:Infinite Lives :wink:20A00000:3794:007604CB:FFFFFFFF:Auto Bouncing a Ball :wink:20A10000:3797:0027EFC4:FFFFFFFF:Auto Bouncing a Ball (2/2):1st = bit 6,(ix+04), 2nd = call nz,$27EF ; [ Wink (set 2) ] :winka:00100000:8400:0000270F:FFFFFFFF:Infinite Credits :winka:00100000:8049:0000270F:FFFFFFFF:Infinite Time :winka:00000000:8040:0000000F:FFFFFFFF:Infinite Lives :winka:20A00000:3870:007604CB:FFFFFFFF:Auto Bouncing a Ball :winka:20A10000:3873:0027F2C4:FFFFFFFF:Auto Bouncing a Ball (2/2):1st = bit 6,(ix+04), 2nd = call nz,$27F2 ; [ Winning Run ] winrun:0:0000:00:999:[ There are no cheats ]:REASON 1 winrun:0:0000:00:999:[ for this game as it ]:REASON 1 winrun:0:0000:00:999:[ didn't work the last ]:REASON 1 winrun:0:0000:00:999:[ time it was tested. ]:REASON 1 winrun:0:0000:00:999:[ If the game now works ]:REASON 1 winrun:0:0000:00:999:[ please request cheats ]:REASON 1 winrun:0:0000:00:999:[ for it on the cheat ]:REASON 1 winrun:0:0000:00:999:[ forums. ]:REASON 1 ; [ Winning Run 91 ] winrun91:0:0000:00:999:[ There are no cheats ]:REASON 1 winrun91:0:0000:00:999:[ for this game as it ]:REASON 1 winrun91:0:0000:00:999:[ didn't work the last ]:REASON 1 winrun91:0:0000:00:999:[ time it was tested. ]:REASON 1 winrun91:0:0000:00:999:[ If the game now works ]:REASON 1 winrun91:0:0000:00:999:[ please request cheats ]:REASON 1 winrun91:0:0000:00:999:[ for it on the cheat ]:REASON 1 winrun91:0:0000:00:999:[ forums. ]:REASON 1 ; [ Winning Spike (ver EAA) ] winspike:0:C01023:63:000:Infinite Credits winspike:0:C00A22:11:070:Select Score PL1 winspike:0:C00A22:00:000:Score always = 0 PL1 winspike:0:C00A22:11:000:Score always = 17 PL1 winspike:0:C00A22:00:001:Score = 0 Now! PL1 winspike:0:C00A22:11:001:Score = 17 Now! PL1 winspike:0:C00B22:11:070:Select Score PL2 winspike:0:C00B22:00:000:Score always = 0 PL2 winspike:0:C00B22:11:000:Score always = 17 PL2 winspike:0:C00B22:00:001:Score = 0 Now! PL2 winspike:0:C00B22:11:001:Score = 17 Now! PL2 ; [ Winning Spike (ver JAA) ] winspikj:0:C01023:63:000:Infinite Credits winspikj:0:C00A22:11:070:Select Score PL1 winspikj:0:C00A22:00:000:Score always = 0 PL1 winspikj:0:C00A22:11:000:Score always = 17 PL1 winspikj:0:C00A22:00:001:Score = 0 Now! PL1 winspikj:0:C00A22:11:001:Score = 17 Now! PL1 winspikj:0:C00B22:11:070:Select Score PL2 winspikj:0:C00B22:00:000:Score always = 0 PL2 winspikj:0:C00B22:11:000:Score always = 17 PL2 winspikj:0:C00B22:00:001:Score = 0 Now! PL2 winspikj:0:C00B22:11:001:Score = 17 Now! PL2 ; [ Winter Bobble, The ] wintbob:0:100195:09:000:Infinite Credits wintbob:0:1000BB:20:000:Infinite Time :wintbob:00000010:10165D:00000001:00000001:Enable to Get Secret Bonus wintbob:0:000000:00:999:[ See the Dip Switch Menu to enable ] wintbob:0:000000:00:999:[ alternate Invincibility cheats. ] wintbob:0:101591:0A:000:Infinite Lives PL1 :wintbob:00000010:1015EB:00000000:00000027:Invincibility PL1:Turn it OFF temporarily when you get the green potion :wintbob:00000001:1015EB:00000024:FFFFFFFF:Get Invincibility Item Now! PL1 :wintbob:00000000:1015D7:00000000:FFFFFFFF:Rapid Fire PL1 wintbob:0:1015A8:70:000:All Bonus PL1 wintbob:0:1015A8:70:000:Always have all powers PL1 wintbob:0:1015A8:10:020:Always have pow-up shot PL1 wintbob:0:1015A8:20:020:Always have pow-up range PL1 wintbob:0:1015A8:40:020:Always have pow-up speed PL1 wintbob:0:1015A8:70:001:Get all powers Now! PL1 wintbob:0:1015A8:10:021:Get pow-up shot Now! PL1 wintbob:0:1015A8:20:021:Get pow-up range Now! PL1 wintbob:0:1015A8:40:021:Get pow-up speed Now! PL1 wintbob:0:1015AA:01:021:Get Letter "S" Now! PL1 wintbob:0:1015AA:02:021:Get Letter "N" Now! PL1 wintbob:0:1015AA:04:021:Get Letter "O" Now! PL1 wintbob:0:1015AA:08:021:Get Letter "W" Now! PL1 wintbob:0:1015A7:0A:000:Infinite Lives PL2 :wintbob:00000010:10162B:00000000:00000027:Invincibility PL2:Turn it OFF temporarily when you get the green potion :wintbob:00000001:10162B:00000024:FFFFFFFF:Get Invincibility Item Now! PL2 :wintbob:00000000:101617:00000000:FFFFFFFF:Rapid Fire PL2 wintbob:0:1015A9:70:000:All Bonus PL2 wintbob:0:1015A9:70:000:Always have all powers PL2 wintbob:0:1015A9:10:020:Always have pow-up shot PL2 wintbob:0:1015A9:20:020:Always have pow-up range PL2 wintbob:0:1015A9:40:020:Always have pow-up speed PL2 wintbob:0:1015A9:70:001:Get all powers Now! PL2 wintbob:0:1015A9:10:021:Get pow-up shot Now! PL2 wintbob:0:1015A9:20:021:Get pow-up range Now! PL2 wintbob:0:1015A9:40:021:Get pow-up speed Now!PL2 wintbob:0:1015AB:01:021:Get Letter "S" Now! PL2 wintbob:0:1015AB:02:021:Get Letter "N" Now! PL2 wintbob:0:1015AB:04:021:Get Letter "O" Now! PL2 wintbob:0:1015AB:08:021:Get Letter "W" Now! PL2 wintbob:0:1018CA:00:001:One hit for boss Now! wintbob:0:1018CB:01:501:One hit for boss Now! (2/4) wintbob:0:10190A:00:501:One hit for boss Now! (3/4) wintbob:0:10190B:01:501:One hit for boss Now! (4/4) wintbob:0:101573:04:000:Goto Floor 5 wintbob:0:101573:09:001:Goto Floor 10 wintbob:0:101573:0D:001:Goto Floor 15 wintbob:0:101573:12:001:Goto Floor 20 wintbob:0:101573:17:001:Goto Floor 25 wintbob:0:101573:1C:001:Goto Floor 30 wintbob:0:101573:21:001:Goto Floor 35 wintbob:0:101573:26:001:Goto Floor 40 wintbob:0:101573:2B:001:Goto Floor 45 wintbob:0:101573:30:001:Goto Floor 50 ; [ Winter Heat (JUET 971012 V1.000) ] winterht:0:00183D05:09:000:Infinite Credits :winterht:00100000:060BC619:00000000:FFFFFFFF:Infinite Time (Speed Skiing) winterht:0:0609D6D9:FF:000:Always have max speed (Ski Jumping) winterht:0:060BC831:FF:000:Always have Furthest Jump (Ski Jumping) winterht:0:002098C9:00:000:Infinite Time (Short Track S.S.) winterht:0:0020994A:FF:000:Always have Max Speed (Short Track S.S.) ; [ Wiping ] wiping:0:9100:05:000:Infinite Lives :wiping:20A00000:342B:00C90000:FFFFFFFF:Invincibility :wiping:20910000:3819:00007718:FFFFFFFF:Invincibility (2/2):1st = Enemy, 2nd = Carpet Roll ; [ Wise Guy ] wiseguy:0:E906:09:000:Infinite Lives wiseguy:0:EB16:2F:000:Infinite Time wiseguy:0:EAE4:00:001:Finish this stage Now! wiseguy:0:E907:09:001:Get 9 stars Now! ; [ Witch ] :witch:00000000:F56F:00000063:FFFFFFFF:Infinite Time :witch:00100000:F573:00000099:FFFFFFFF:Infinite Time (2/2) ;game is not working properly at 0104u5 hence why only one cheat ; [ Wit's (Japan) ] wits:0:FFD60D:09:000:Infinite Credits wits:0:FFD76D:99:062:Select Next Stage wits:0:FFD723:09:000:Infinite Lives PL1 wits:0:FFD731:09:000:Infinite Lives PL2 wits:0:FFD73F:09:000:Infinite Lives PL3 wits:0:FFD74D:09:000:Infinite Lives PL4 ; [ Wiz ] wiz:0:C064:09:000:Infinite Lives PL1 wiz:0:C065:09:000:Infinite Lives PL2 wiz:0:C6F9:09:000:Infinite Cutters wiz:0:C6FA:09:000:Infinite Time Stoppers wiz:0:C6FB:09:000:Infinite Barriers wiz:0:C6FC:09:000:Infinite Quicks wiz:0:C6FD:09:000:Infinite Bombers wiz:0:C6FE:09:000:Infinite Fire wiz:0:C6FF:09:000:Infinite Helpers ; [ Wizard Fire (US v1.1) ] wizdfire:0:FDD004:0C:000:Infinite Hearts PL1 wizdfire:0:FDD030:50:001:Get Maximum Magic Now! PL1 wizdfire:0:FDD064:02:000:Invincibility PL1 wizdfire:0:FDD084:0C:000:Infinite Hearts PL2 wizdfire:0:FDD0B0:50:001:Get Maximum Magic Now! PL2 wizdfire:0:FDD0E4:02:000:Invincibility PL2 ; [ Wiz (Taito) ] wizt:0:C064:09:000:Infinite Lives PL1 wizt:0:C065:09:000:Infinite Lives PL2 wizt:0:C6F9:09:000:Infinite Cutters wizt:0:C6FA:09:000:Infinite Time Stoppers wizt:0:C6FB:09:000:Infinite Barriers wizt:0:C6FC:09:000:Infinite Quicks wizt:0:C6FD:09:000:Infinite Bombers wizt:0:C6FE:09:000:Infinite Fire wizt:0:C6FF:09:000:Infinite Helpers ; [ Wiz Warz (prototype) ] wizwarz:0:0243:99:000:Infinite Credits wizwarz:0:032B:04:000:Infinite Lives wizwarz:0:032C:04:000:Infinite Bomb ; [ Wizz Quiz (Konami version) ] :wizzquiz:00000000:0006:00000090:FFFFFFFF:Infinite Credits :wizzquiz:00000000:0023:00000080:FFFFFFFF:Infinite Time :wizzquiz:000000E6:004F:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :wizzquiz:00000000:003D:00000006:FFFFFFFF:Infinite Lives PL1 :wizzquiz:00000000:003E:00000006:FFFFFFFF:Infinite Lives PL2 ; [ Wizz Quiz (version 4) ] :wizzquza:00000000:0006:00000090:FFFFFFFF:Infinite Credits :wizzquza:00000000:0023:00000080:FFFFFFFF:Infinite Time :wizzquza:000000E6:004F:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer :wizzquza:00000000:003D:00000006:FFFFFFFF:Infinite Lives PL1 :wizzquza:00000000:003E:00000006:FFFFFFFF:Infinite Lives PL2 ; [ Windjammers / Flying Power Disc ] wjammers:0:10008D:99:000:Infinite Set Time wjammers:0:10008D:00:001:Finish Set Now! wjammers:0:000000:00:999:[ Use these on the Court 'Selection' Screen ] wjammers:0:000000:00:999:[ enable the one you want once it's chosen ] wjammers:0:000000:00:999:[ itself. ] wjammers:0:100324:00:001:Play on the Beach Now! wjammers:0:100324:01:001:Play on the Lawn Now! wjammers:0:100324:02:001:Play on the Tiles Now! wjammers:0:100324:03:001:Play on the Concrete Now! wjammers:0:100324:04:001:Play on the Clay Now! wjammers:0:100324:05:001:Play in the Stadium Now! wjammers:0:000000:00:999:[ Enable these before chosing your character ] wjammers:0:000000:00:999:[ disable once it gets to court select. ] wjammers:0:1004FC:10:000:CPU Always Japan wjammers:0:1004FE:00:500:CPU Always Japan (2/2) wjammers:0:1004FC:10:000:CPU Always Spain wjammers:0:1004FE:01:500:CPU Always Spain (2/2) wjammers:0:1004FC:10:000:CPU Always USA wjammers:0:1004FE:02:500:CPU Always USA (2/2) wjammers:0:1004FC:10:000:CPU Always Korea wjammers:0:1004FE:03:500:CPU Always Korea (2/2) wjammers:0:1004FC:10:000:CPU Always Italy wjammers:0:1004FE:04:500:CPU Always Italy (2/2) wjammers:0:1004FC:10:000:CPU Always Germany wjammers:0:1004FE:05:500:CPU Always Germany (2/2) wjammers:0:100873:00:000:Score always = 0 PL1 wjammers:0:100873:99:000:Score always = 99 PL1 wjammers:0:100873:00:001:Set score = 0 Now! PL1 wjammers:0:100873:99:001:Set score = 99 Now! PL1 wjammers:0:100873:99:073:Select Score Now! PL1 wjammers:0:1008F3:00:000:Score always = 0 PL2 wjammers:0:1008F3:99:000:Score always = 99 PL2 wjammers:0:1008F3:00:001:Set score = 0 Now! PL2 wjammers:0:1008F3:99:001:Set score = 99 Now! PL2 wjammers:0:1008F3:99:073:Select Score Now! PL2 :wjammers:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :wjammers:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :wjammers:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Wild Arrow ] wldarrow:0:0000:00:999:[ There are no cheats ]:REASON 1 wldarrow:0:0000:00:999:[ for this game as it ]:REASON 1 wldarrow:0:0000:00:999:[ didn't work the last ]:REASON 1 wldarrow:0:0000:00:999:[ time it was tested. ]:REASON 1 wldarrow:0:0000:00:999:[ If the game now works ]:REASON 1 wldarrow:0:0000:00:999:[ please request cheats ]:REASON 1 wldarrow:0:0000:00:999:[ for it on the cheat ]:REASON 1 wldarrow:0:0000:00:999:[ forums. ]:REASON 1 ; [ World Court (Japan) ] wldcourt:0:01A0:00:000:Game Score always = 0 PL1 wldcourt:0:01A0:00:001:Set Game Score = 0 Now! PL1 wldcourt:0:01A0:01:001:Set Game Score = 15 Now! PL1 wldcourt:0:01A0:02:001:Set Game Score = 30 Now! PL1 wldcourt:0:01A0:03:001:Set Game Score = 40 Now! PL1 wldcourt:0:019A:07:070:Select 'Sets' score PL1 wldcourt:0:01A1:00:000:Game Score always = 0 PL2 wldcourt:0:01A1:00:001:Set Game Score = 0 Now! PL2 wldcourt:0:01A1:01:001:Set Game Score = 15 Now! PL2 wldcourt:0:01A1:02:001:Set Game Score = 30 Now! PL2 wldcourt:0:01A1:03:001:Set Game Score = 40 Now! PL2 wldcourt:0:019B:07:070:Select 'Sets' score PL2 wldcourt:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ Water Match ] wmatch:0:C0A8:09:000:Infinite Credits wmatch:0:C418:00:000:Infinite Time wmatch:0:C41A:00:500:Infinite Time (2/2) ; [ Wonder Momo ] wndrmomo:0:4458:7F:000:Infinite Vital wndrmomo:0:4459:7F:000:Always have maximum wonder wndrmomo:0:450D:EC:000:Invincibility ; [ Wonder Planet (Japan) ] wndrplnt:0:060042:09:000:Infinite Credits wndrplnt:0:060204:99:000:Infinite Lives wndrplnt:0:060250:80:000:Infinite Energy wndrplnt:0:060250:7F:000:Infinite Missiles wndrplnt:0:06024E:99:000:Infinite Bombs wndrplnt:0:060252:09:000:Infinite Barrier Balls wndrplnt:0:060254:0F:000:Infinite Barriers wndrplnt:0:060247:02:000:Infinite Back Fire wndrplnt:0:060401:80:040:Invincibility wndrplnt:0:060286:02:000:Infinite Shop Time:Turn off to finish stage wndrplnt:0:06020C:99:000:Infinite Money wndrplnt:0:06020D:99:500:Infinite Money (2/4) wndrplnt:0:06020E:99:500:Infinite Money (3/4) wndrplnt:0:06020F:99:500:Infinite Money (4/4) wndrplnt:0:000000:00:999:[ These are the Shot/Missile Weapons ] wndrplnt:0:060248:01:000:Always have the Normal Missile wndrplnt:0:060248:03:000:Always have the Wide Beam wndrplnt:0:060248:04:000:Always have the Cross Fire wndrplnt:0:060248:05:000:Always have the Side Attack wndrplnt:0:060248:06:000:Always have the Nine Shot wndrplnt:0:060248:07:000:Always have the Extender wndrplnt:0:060248:08:000:Always have the Revolver wndrplnt:0:060248:09:000:Always have the Winder wndrplnt:0:060248:0A:000:Always have the Homing Missiles wndrplnt:0:060248:01:001:Get the Normal Missile Now! wndrplnt:0:060248:03:001:Get the Wide Beam Now! wndrplnt:0:060248:04:001:Get the Cross Fire Now! wndrplnt:0:060248:05:001:Get the Side Attack Now! wndrplnt:0:060248:06:001:Get the Nine Shot Now! wndrplnt:0:060248:07:001:Get the Extender Now! wndrplnt:0:060248:08:001:Get the Revolver Now! wndrplnt:0:060248:09:001:Get the Winder Now! wndrplnt:0:060248:0A:001:Get the Homing Missiles Now! wndrplnt:0:000000:00:999:[ These are the Bomb Weapons ] wndrplnt:0:06024A:0B:000:Always have the Normal Bomb wndrplnt:0:06024A:0C:000:Always have the Cross Bomb wndrplnt:0:06024A:0D:000:Always have the Conti Bomb wndrplnt:0:06024A:0E:000:Always have the Peace Bomb wndrplnt:0:06024A:0F:000:Always have the Hyper Bomb wndrplnt:0:06024A:10:000:Always have the Smart Bomb wndrplnt:0:06024A:0B:001:Get the Normal Bomb Now! wndrplnt:0:06024A:0C:001:Get the Cross Bomb Now! wndrplnt:0:06024A:0D:001:Get the Conti Bomb Now! wndrplnt:0:06024A:0E:001:Get the Peace Bomb Now! wndrplnt:0:06024A:0F:001:Get the Hyper Bomb Now! wndrplnt:0:06024A:10:001:Get the Smart Bomb Now! wndrplnt:0:000000:00:999:[ These are the Barriers ] wndrplnt:0:06024B:11:000:Always have the Barrier Ball wndrplnt:0:06024B:12:000:Always have the Front Barrier wndrplnt:0:06024B:13:000:Always have the Rear Barrier wndrplnt:0:06024B:14:000:Always have the Multi Barrier wndrplnt:0:06024B:15:000:Always have the Hyper Barrier wndrplnt:0:06024B:11:001:Get the Barrier Ball Now! wndrplnt:0:06024B:12:001:Get the Front Barrier Now! wndrplnt:0:06024B:13:001:Get the Rear Barrier Now! wndrplnt:0:06024B:14:001:Get the Multi Barrier Now! wndrplnt:0:06024B:15:001:Get the Hyper Barrier Now! wndrplnt:0:000000:00:999:[ These are the Speed/Engine Options ] wndrplnt:0:06024D:01:000:Always have the Jet Engine wndrplnt:0:06024D:02:000:Always have the Super Engine wndrplnt:0:06024D:03:000:Always have the Rocket Engine wndrplnt:0:06024D:04:000:Always have the Hyper Engine wndrplnt:0:06024D:01:001:Get the Jet Engine Now! wndrplnt:0:06024D:02:001:Get the Super Engine Now! wndrplnt:0:06024D:03:001:Get the Rocket Engine Now! wndrplnt:0:06024D:04:001:Get the Hyper Engine Now! ; [ Warriors of Fate (World 921002) ] wof:0:FF81B2:3B:000:Infinite Time wof:0:FF81DE:63:000:Infinite Boss Time wof:0:FFD1DE:FF:001:Kill all On-Screen Enemies Now! wof:0:FFD0FE:FF:501:Kill all On-Screen Enemies Now! (2/9) wof:0:FFD01E:FF:501:Kill all On-Screen Enemies Now! (3/9) wof:0:FFCF3E:FF:501:Kill all On-Screen Enemies Now! (4/9) wof:0:FFCE5E:FF:501:Kill all On-Screen Enemies Now! (5/9) wof:0:FFCD7E:FF:501:Kill all On-Screen Enemies Now! (6/9) wof:0:FFCC9E:FF:501:Kill all On-Screen Enemies Now! (7/9) wof:0:FFCBBE:FF:501:Kill all On-Screen Enemies Now! (8/9) wof:0:FFCADE:FF:501:Kill all On-Screen Enemies Now! (9/9) wof:0:FF81AD:00:000:Infinite Enemy Count wof:0:FF62F7:09:000:Infinite Credits PL1 wof:0:FF7F9B:03:000:Infinite Lives PL1 wof:0:FFBE9F:68:000:Infinite Energy PL1 wof:0:FFBED5:02:000:Invincibility PL1 wof:0:FFBE7F:01:000:Always have Horse PL1:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wof:0:FFBE45:00:000:Always have Horse with Invincibility PL1 wof:0:FFBE7E:00:500:Always have Horse with Invincibility PL1 (2/3) wof:0:FFBE7F:01:500:Always have Horse with Invincibility PL1 (3/3) wof:0:FFAF1C:81:000:Always Have Kusanagi Sword PL1 wof:0:FFAF1D:01:500:Always Have Kusanagi Sword PL1 (02/14) wof:0:FFAF20:14:500:Always Have Kusanagi Sword PL1 (03/14) wof:0:FFAF3D:00:500:Always Have Kusanagi Sword PL1 (04/14) wof:0:FFAF3F:04:500:Always Have Kusanagi Sword PL1 (05/14) wof:0:FFAF64:00:500:Always Have Kusanagi Sword PL1 (06/14) wof:0:FFAF65:00:500:Always Have Kusanagi Sword PL1 (07/14) wof:0:FFAF66:00:500:Always Have Kusanagi Sword PL1 (08/14) wof:0:FFAF67:00:500:Always Have Kusanagi Sword PL1 (09/14) wof:0:FFAF68:00:500:Always Have Kusanagi Sword PL1 (10/14) wof:0:FFAFA8:BE:500:Always Have Kusanagi Sword PL1 (11/14) wof:0:FFAFA9:1C:500:Always Have Kusanagi Sword PL1 (12/14) wof:0:FFBEA8:AF:500:Always Have Kusanagi Sword PL1 (13/14) wof:0:FFBEA9:1C:500:Always Have Kusanagi Sword PL1 (14/14) wof:0:FFBECA:02:000:Punch Only Combo PL1 wof:0:FFBECA:01:000:Finish Only PL1 wof:0:FFBEC9:FF:500:Finish Only PL1 (2/2) wof:0:FFBEDD:FF:000:Always Command ON PL1:CHOU-HI Only wof:0:FFBECF:00:000:Quick Bow Motion PL1:KOU-CHUU Only wof:0:FF6307:09:000:Infinite Credits PL2 wof:0:FF7F9C:03:000:Infinite Lives PL2 wof:0:FFBF7F:68:000:Infinite Energy PL2 wof:0:FFBFB5:02:000:Invincibility PL2 wof:0:FFBF5F:01:000:Always have Horse PL2:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wof:0:FFBF25:00:000:Always have Horse with Invincibility PL2 wof:0:FFBF5E:00:500:Always have Horse with Invincibility PL2 (2/3) wof:0:FFBF5F:01:500:Always have Horse with Invincibility PL2 (3/3) wof:0:FF6317:09:000:Infinite Credits PL3 wof:0:FF7F9D:03:000:Infinite Lives PL3 wof:0:FFC05F:68:000:Infinite Energy PL3 wof:0:FFC095:02:000:Invincibility PL3 wof:0:FFC03F:01:000:Always have Horse PL3:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wof:0:FFC005:00:000:Always have Horse with Invincibility PL3 wof:0:FFC03E:00:500:Always have Horse with Invincibility PL3 (2/3) wof:0:FFC03F:01:500:Always have Horse with Invincibility PL3 (3/3) ; [ Sangokushi II (Asia 921005) ] wofa:0:FF81B2:3B:000:Infinite Time wofa:0:FF81DE:63:000:Infinite Boss Time wofa:0:FFD1DE:FF:001:Kill all On-Screen Enemies Now! wofa:0:FFD0FE:FF:501:Kill all On-Screen Enemies Now! (2/9) wofa:0:FFD01E:FF:501:Kill all On-Screen Enemies Now! (3/9) wofa:0:FFCF3E:FF:501:Kill all On-Screen Enemies Now! (4/9) wofa:0:FFCE5E:FF:501:Kill all On-Screen Enemies Now! (5/9) wofa:0:FFCD7E:FF:501:Kill all On-Screen Enemies Now! (6/9) wofa:0:FFCC9E:FF:501:Kill all On-Screen Enemies Now! (7/9) wofa:0:FFCBBE:FF:501:Kill all On-Screen Enemies Now! (8/9) wofa:0:FFCADE:FF:501:Kill all On-Screen Enemies Now! (9/9) wofa:0:FF81AD:00:000:Infinite Enemy Count wofa:0:FF62F7:09:000:Infinite Credits PL1 wofa:0:FF7F9B:03:000:Infinite Lives PL1 wofa:0:FFBE9F:68:000:Infinite Energy PL1 wofa:0:FFBED5:02:000:Invincibility PL1 wofa:0:FFBE7F:01:000:Always have Horse PL1:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofa:0:FFBE45:00:000:Always have Horse with Invincibility PL1 wofa:0:FFBE7E:00:500:Always have Horse with Invincibility PL1 (2/3) wofa:0:FFBE7F:01:500:Always have Horse with Invincibility PL1 (3/3) wofa:0:FFAF1C:81:000:Always Have Kusanagi Sword PL1 wofa:0:FFAF1D:01:500:Always Have Kusanagi Sword PL1 (02/14) wofa:0:FFAF20:14:500:Always Have Kusanagi Sword PL1 (03/14) wofa:0:FFAF3D:00:500:Always Have Kusanagi Sword PL1 (04/14) wofa:0:FFAF3F:04:500:Always Have Kusanagi Sword PL1 (05/14) wofa:0:FFAF64:00:500:Always Have Kusanagi Sword PL1 (06/14) wofa:0:FFAF65:00:500:Always Have Kusanagi Sword PL1 (07/14) wofa:0:FFAF66:00:500:Always Have Kusanagi Sword PL1 (08/14) wofa:0:FFAF67:00:500:Always Have Kusanagi Sword PL1 (09/14) wofa:0:FFAF68:00:500:Always Have Kusanagi Sword PL1 (10/14) wofa:0:FFAFA8:BE:500:Always Have Kusanagi Sword PL1 (11/14) wofa:0:FFAFA9:1C:500:Always Have Kusanagi Sword PL1 (12/14) wofa:0:FFBEA8:AF:500:Always Have Kusanagi Sword PL1 (13/14) wofa:0:FFBEA9:1C:500:Always Have Kusanagi Sword PL1 (14/14) wofa:0:FFBECA:02:000:Punch Only Combo PL1 wofa:0:FFBECA:01:000:Finish Only PL1 wofa:0:FFBEC9:FF:500:Finish Only PL1 (2/2) wofa:0:FFBEDD:FF:000:Always Command ON PL1:CHOU-HI Only wofa:0:FFBECF:00:000:Quick Bow Motion PL1:KOU-CHUU Only wofa:0:FF6307:09:000:Infinite Credits PL2 wofa:0:FF7F9C:03:000:Infinite Lives PL2 wofa:0:FFBF7F:68:000:Infinite Energy PL2 wofa:0:FFBFB5:02:000:Invincibility PL2 wofa:0:FFBF5F:01:000:Always have Horse PL2:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofa:0:FFBF25:00:000:Always have Horse with Invincibility PL2 wofa:0:FFBF5E:00:500:Always have Horse with Invincibility PL2 (2/3) wofa:0:FFBF5F:01:500:Always have Horse with Invincibility PL2 (3/3) wofa:0:FF6317:09:000:Infinite Credits PL3 wofa:0:FF7F9D:03:000:Infinite Lives PL3 wofa:0:FFC05F:68:000:Infinite Energy PL3 wofa:0:FFC095:02:000:Invincibility PL3 wofa:0:FFC03F:01:000:Always have Horse PL3:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofa:0:FFC005:00:000:Always have Horse with Invincibility PL3 wofa:0:FFC03E:00:500:Always have Horse with Invincibility PL3 (2/3) wofa:0:FFC03F:01:500:Always have Horse with Invincibility PL3 (3/3) ; [ Tenchi wo Kurau II - Sekiheki no Tatakai (Japan 921031) ] wofj:0:FF81B2:3B:000:Infinite Time wofj:0:FF81DE:63:000:Infinite Boss Time wofj:0:FFD1DE:FF:001:Kill all On-Screen Enemies Now! wofj:0:FFD0FE:FF:501:Kill all On-Screen Enemies Now! (2/9) wofj:0:FFD01E:FF:501:Kill all On-Screen Enemies Now! (3/9) wofj:0:FFCF3E:FF:501:Kill all On-Screen Enemies Now! (4/9) wofj:0:FFCE5E:FF:501:Kill all On-Screen Enemies Now! (5/9) wofj:0:FFCD7E:FF:501:Kill all On-Screen Enemies Now! (6/9) wofj:0:FFCC9E:FF:501:Kill all On-Screen Enemies Now! (7/9) wofj:0:FFCBBE:FF:501:Kill all On-Screen Enemies Now! (8/9) wofj:0:FFCADE:FF:501:Kill all On-Screen Enemies Now! (9/9) wofj:0:FF81AD:00:000:Infinite Enemy Count wofj:0:FF62F7:09:000:Infinite Credits PL1 wofj:0:FF7F9B:03:000:Infinite Lives PL1 wofj:0:FFBE9F:68:000:Infinite Energy PL1 wofj:0:FFBED5:02:000:Invincibility PL1 wofj:0:FFBE7F:01:000:Always have Horse PL1:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofj:0:FFBE45:00:000:Always have Horse with Invincibility PL1 wofj:0:FFBE7E:00:500:Always have Horse with Invincibility PL1 (2/3) wofj:0:FFBE7F:01:500:Always have Horse with Invincibility PL1 (3/3) wofj:0:FFAF1C:81:000:Always Have Kusanagi Sword PL1 wofj:0:FFAF1D:01:500:Always Have Kusanagi Sword PL1 (02/14) wofj:0:FFAF20:14:500:Always Have Kusanagi Sword PL1 (03/14) wofj:0:FFAF3D:00:500:Always Have Kusanagi Sword PL1 (04/14) wofj:0:FFAF3F:04:500:Always Have Kusanagi Sword PL1 (05/14) wofj:0:FFAF64:00:500:Always Have Kusanagi Sword PL1 (06/14) wofj:0:FFAF65:00:500:Always Have Kusanagi Sword PL1 (07/14) wofj:0:FFAF66:00:500:Always Have Kusanagi Sword PL1 (08/14) wofj:0:FFAF67:00:500:Always Have Kusanagi Sword PL1 (09/14) wofj:0:FFAF68:00:500:Always Have Kusanagi Sword PL1 (10/14) wofj:0:FFAFA8:BE:500:Always Have Kusanagi Sword PL1 (11/14) wofj:0:FFAFA9:1C:500:Always Have Kusanagi Sword PL1 (12/14) wofj:0:FFBEA8:AF:500:Always Have Kusanagi Sword PL1 (13/14) wofj:0:FFBEA9:1C:500:Always Have Kusanagi Sword PL1 (14/14) wofj:0:FFBECA:02:000:Punch Only Combo PL1 wofj:0:FFBECA:01:000:Finish Only PL1 wofj:0:FFBEC9:FF:500:Finish Only PL1 (2/2) wofj:0:FFBEDD:FF:000:Always Command ON PL1:CHOU-HI Only wofj:0:FFBECF:00:000:Quick Bow Motion PL1:KOU-CHUU Only wofj:0:FF6307:09:000:Infinite Credits PL2 wofj:0:FF7F9C:03:000:Infinite Lives PL2 wofj:0:FFBF7F:68:000:Infinite Energy PL2 wofj:0:FFBFB5:02:000:Invincibility PL2 wofj:0:FFBF5F:01:000:Always have Horse PL2:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofj:0:FFBF25:00:000:Always have Horse with Invincibility PL2 wofj:0:FFBF5E:00:500:Always have Horse with Invincibility PL2 (2/3) wofj:0:FFBF5F:01:500:Always have Horse with Invincibility PL2 (3/3) wofj:0:FF6317:09:000:Infinite Credits PL3 wofj:0:FF7F9D:03:000:Infinite Lives PL3 wofj:0:FFC05F:68:000:Infinite Energy PL3 wofj:0:FFC095:02:000:Invincibility PL3 wofj:0:FFC03F:01:000:Always have Horse PL3:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofj:0:FFC005:00:000:Always have Horse with Invincibility PL3 wofj:0:FFC03E:00:500:Always have Horse with Invincibility PL3 (2/3) wofj:0:FFC03F:01:500:Always have Horse with Invincibility PL3 (3/3) ; [ Warriors of Fate (US 921031) ] wofu:0:FF81B2:3B:000:Infinite Time wofu:0:FF81DE:63:000:Infinite Boss Time wofu:0:FFD1DE:FF:001:Kill all On-Screen Enemies Now! wofu:0:FFD0FE:FF:501:Kill all On-Screen Enemies Now! (2/9) wofu:0:FFD01E:FF:501:Kill all On-Screen Enemies Now! (3/9) wofu:0:FFCF3E:FF:501:Kill all On-Screen Enemies Now! (4/9) wofu:0:FFCE5E:FF:501:Kill all On-Screen Enemies Now! (5/9) wofu:0:FFCD7E:FF:501:Kill all On-Screen Enemies Now! (6/9) wofu:0:FFCC9E:FF:501:Kill all On-Screen Enemies Now! (7/9) wofu:0:FFCBBE:FF:501:Kill all On-Screen Enemies Now! (8/9) wofu:0:FFCADE:FF:501:Kill all On-Screen Enemies Now! (9/9) wofu:0:FF81AD:00:000:Infinite Enemy Count wofu:0:FF62F7:09:000:Infinite Credits PL1 wofu:0:FF7F9B:03:000:Infinite Lives PL1 wofu:0:FFBE9F:68:000:Infinite Energy PL1 wofu:0:FFBED5:02:000:Invincibility PL1 wofu:0:FFBE7F:01:000:Always have Horse PL1:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofu:0:FFBE45:00:000:Always have Horse with Invincibility PL1 wofu:0:FFBE7E:00:500:Always have Horse with Invincibility PL1 (2/3) wofu:0:FFBE7F:01:500:Always have Horse with Invincibility PL1 (3/3) wofu:0:FFAF1C:81:000:Always Have Kusanagi Sword PL1 wofu:0:FFAF1D:01:500:Always Have Kusanagi Sword PL1 (02/14) wofu:0:FFAF20:14:500:Always Have Kusanagi Sword PL1 (03/14) wofu:0:FFAF3D:00:500:Always Have Kusanagi Sword PL1 (04/14) wofu:0:FFAF3F:04:500:Always Have Kusanagi Sword PL1 (05/14) wofu:0:FFAF64:00:500:Always Have Kusanagi Sword PL1 (06/14) wofu:0:FFAF65:00:500:Always Have Kusanagi Sword PL1 (07/14) wofu:0:FFAF66:00:500:Always Have Kusanagi Sword PL1 (08/14) wofu:0:FFAF67:00:500:Always Have Kusanagi Sword PL1 (09/14) wofu:0:FFAF68:00:500:Always Have Kusanagi Sword PL1 (10/14) wofu:0:FFAFA8:BE:500:Always Have Kusanagi Sword PL1 (11/14) wofu:0:FFAFA9:1C:500:Always Have Kusanagi Sword PL1 (12/14) wofu:0:FFBEA8:AF:500:Always Have Kusanagi Sword PL1 (13/14) wofu:0:FFBEA9:1C:500:Always Have Kusanagi Sword PL1 (14/14) wofu:0:FFBECA:02:000:Punch Only Combo PL1 wofu:0:FFBECA:01:000:Finish Only PL1 wofu:0:FFBEC9:FF:500:Finish Only PL1 (2/2) wofu:0:FFBEDD:FF:000:Always Command ON PL1:CHOU-HI Only wofu:0:FFBECF:00:000:Quick Bow Motion PL1:KOU-CHUU Only wofu:0:FF6307:09:000:Infinite Credits PL2 wofu:0:FF7F9C:03:000:Infinite Lives PL2 wofu:0:FFBF7F:68:000:Infinite Energy PL2 wofu:0:FFBFB5:02:000:Invincibility PL2 wofu:0:FFBF5F:01:000:Always have Horse PL2:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofu:0:FFBF25:00:000:Always have Horse with Invincibility PL2 wofu:0:FFBF5E:00:500:Always have Horse with Invincibility PL2 (2/3) wofu:0:FFBF5F:01:500:Always have Horse with Invincibility PL2 (3/3) wofu:0:FF6317:09:000:Infinite Credits PL3 wofu:0:FF7F9D:03:000:Infinite Lives PL3 wofu:0:FFC05F:68:000:Infinite Energy PL3 wofu:0:FFC095:02:000:Invincibility PL3 wofu:0:FFC03F:01:000:Always have Horse PL3:DO NOT have these cheats active before the player has been chosen (ie, don't set the cheats for PL3 before PL3 is playing, or the game will crash wofu:0:FFC005:00:000:Always have Horse with Invincibility PL3 wofu:0:FFC03E:00:500:Always have Horse with Invincibility PL3 (2/3) wofu:0:FFC03F:01:500:Always have Horse with Invincibility PL3 (3/3) ; [ Wolf Pack (prototype) ] wolfpack:0:0050:9A:000:Infinite Time ; [ Wonder 3 (Japan 910520) ] wonder3:0:FF0D59:09:000:Infinite Credits wonder3:0:FF0DE7:03:000:Infinite Lives PL1:This cheat will work on all 3 parts wonder3:0:FF0DE8:03:000:Infinite Lives PL2:This cheat will work on all 3 parts wonder3:0:000000:00:999:[ MIDNIGHT WANDERERS (Action) ] wonder3:0:FF1011:09:000:Infinite Time wonder3:0:FF1838:B4:000:Invincibility "ON" PL1 wonder3:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) wonder3:0:FF1838:00:001:Invincibility "OFF" PL1 wonder3:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) :wonder3:00000000:FF0E36:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL1 :wonder3:62000000:000000:00000000:00000000:Select Weapon PL1 :wonder3:00010000:FF0E14:00000001:FFFFFFFF:Normal :wonder3:00010000:FF0E14:00000002:FFFFFFFF:Hyper Shot :wonder3:00010000:FF0E14:00000003:FFFFFFFF:Tail Shot :wonder3:00010000:FF0E14:00000004:FFFFFFFF:Bound Shot :wonder3:00010000:FF0E14:00000000:FFFFFFFF:Super Bomb wonder3:0:FF0E14:01:001:Get the Normal Weapon Now! PL1 wonder3:0:FF0E14:02:001:Get the Hyper Shot Weapon Now! PL1 wonder3:0:FF0E14:03:001:Get the Tail Shot Weapon Now! PL1 wonder3:0:FF0E14:04:001:Get the Bound Shot Weapon Now! PL1 wonder3:0:FF0E14:00:001:Get the Super Bomb Weapon Now! PL1 :wonder3:62000000:000000:00000000:00000000:Select Option PL1:Get an option first :wonder3:00010000:FF0DE3:00000001:FFFFFFFF:Flames :wonder3:00010000:FF0DE3:00000002:FFFFFFFF:Circular wonder3:0:FF0E17:63:000:One heart always = life PL1 wonder3:0:FF0E19:64:500:One heart always = life PL1 (2/2) wonder3:0:FF0E17:63:001:One heart=life Now! PL1 wonder3:0:FF0E19:64:501:One heart=life Now! PL1 (2/2) wonder3:0:FF18D8:B4:000:Invincibility "ON" PL2 wonder3:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) wonder3:0:FF18D8:00:001:Invincibility "OFF" PL2 wonder3:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) :wonder3:00000000:FF0E38:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL2 :wonder3:62000000:000000:00000000:00000000:Select Weapon PL2 :wonder3:00010000:FF0E15:00000001:FFFFFFFF:Normal :wonder3:00010000:FF0E15:00000002:FFFFFFFF:Hyper Shot :wonder3:00010000:FF0E15:00000003:FFFFFFFF:Tail Shot :wonder3:00010000:FF0E15:00000004:FFFFFFFF:Bound Shot :wonder3:00010000:FF0E15:00000000:FFFFFFFF:Super Bomb wonder3:0:FF0E15:01:001:Get the Normal Weapon Now! PL2 wonder3:0:FF0E15:02:001:Get the Hyper Shot Weapon Now! PL2 wonder3:0:FF0E15:03:001:Get the Tail Shot Weapon Now! PL2 wonder3:0:FF0E15:04:001:Get the Bound Shot Weapon Now! PL2 wonder3:0:FF0E15:00:001:Get the Super Bomb Weapon Now! PL2 :wonder3:62000000:000000:00000000:00000000:Select Option PL2:Get an option first :wonder3:00010000:FF0DE5:00000001:FFFFFFFF:Flames :wonder3:00010000:FF0DE5:00000002:FFFFFFFF:Circular wonder3:0:FF0E1B:63:000:One heart always = life PL2 wonder3:0:FF0E1D:64:500:One heart always = life PL2 (2/2) wonder3:0:FF0E1B:63:001:One heart=life Now! PL2 wonder3:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2) wonder3:0:000000:00:999:[ CHARIOT (Shooting) ] wonder3:0:000000:00:999:[ 'Lives' and 'Hearts' cheats must be deactivated ] wonder3:0:000000:00:999:[ after killing the last boss. ] :wonder3:00100000:FF1002:0000270F:0000FFFF:Infinite Boss Time wonder3:0:FF1838:B4:000:Invincibility "ON" PL1 wonder3:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) wonder3:0:FF1838:00:001:Invincibility "OFF" PL1 wonder3:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) wonder3:0:FF184D:59:000:One heart always = life PL1 wonder3:0:FF184C:5A:500:One heart always = life PL1 (2/2) wonder3:0:FF184D:59:001:One heart=life Now! PL1 wonder3:0:FF184C:5A:501:One heart=life Now! PL1 (2/2) :wonder3:00000000:FF183B:00000006:FFFFFFFF:Maximum Options PL1 :wonder3:00010000:FF183D:00000007:FFFFFFFF:Maximum Options PL1 (2/2) :wonder3:00000000:FF1842:00000002:FFFFFFFF:Maximum Bomb Power PL1 :wonder3:62000000:000000:00000000:00000000:Select Shot Type PL1 :wonder3:00010000:FF183F:00000000:FFFFFFFF:Rapid :wonder3:00010000:FF183F:00000001:FFFFFFFF:Wide wonder3:0:FF183F:00:001:Shot Type = Rapid Now! PL1 wonder3:0:FF183F:01:001:Shot Type = Wide Now! PL1 :wonder3:00000000:FF1845:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :wonder3:00000000:FF1847:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 wonder3:0:FF183E:01:000:Always have the Protection PL1 wonder3:0:FF183E:01:000:Get the Protection Now! PL1 wonder3:0:FF183E:00:001:Lose the Protection Now! PL1 wonder3:0:FF18D8:B4:000:Invincibility "ON" PL2 wonder3:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) wonder3:0:FF18D8:00:001:Invincibility "OFF" PL2 wonder3:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) wonder3:0:FF18ED:59:000:One heart always = life PL2 wonder3:0:FF18EC:5A:500:One heart always = life PL2 (2/2) wonder3:0:FF18ED:59:001:One heart=life Now! PL2 wonder3:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2) :wonder3:00000000:FF18DB:00000006:FFFFFFFF:Maximum Options PL2 :wonder3:00010000:FF18DD:00000007:FFFFFFFF:Maximum Options PL2 (2/2) :wonder3:00000000:FF18E2:00000002:FFFFFFFF:Maximum Bomb Power PL1 :wonder3:62000000:000000:00000000:00000000:Select Shot Type PL2 :wonder3:00010000:FF18DF:00000000:FFFFFFFF:Rapid :wonder3:00010000:FF18DF:00000001:FFFFFFFF:Wide wonder3:0:FF18DF:00:001:Shot Type = Rapid Now! PL2 wonder3:0:FF18DF:01:001:Shot Type = Wide Now! PL2 :wonder3:00000000:FF18E5:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :wonder3:00000000:FF18E7:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 wonder3:0:FF18DE:01:000:Always have the Protection PL2 wonder3:0:FF18DE:01:000:Get the Protection Now! PL2 wonder3:0:FF18DE:00:001:Lose the Protection Now! PL2 wonder3:0:000000:00:999:[ DON'T PULL (Puzzle) ] :wonder3:00200001:FF104A:00000000:00FFFFFF:Finish this Level Now! wonder3:0:FF0EC3:16:000:Next fruit always = 100000 wonder3:0:FF0EC3:16:001:Next fruit = 100000 Now! :wonder3:00100000:FF17D2:0000012C:0000FFFF:Invincibility PL1 wonder3:0:FF0EBC:62:000:One fruit always = life PL1 wonder3:0:FF0EBE:63:500:One fruit always = life PL1 (2/2) wonder3:0:FF0EBC:62:001:One fruit = life Now! PL1 wonder3:0:FF0EBE:63:501:One fruit = life Now! PL1 (2/2) :wonder3:00100000:FF1872:0000012C:0000FFFF:Invincibility PL1 wonder3:0:FF0EBD:62:000:One fruit always = life PL2 wonder3:0:FF0EBF:63:500:One fruit always = life PL2 (2/2) wonder3:0:FF0EBD:62:001:One fruit = life Now! PL2 wonder3:0:FF0EBF:63:501:One fruit = life Now! PL2 (2/2) ; [ Wonder Stick ] :wondstck:00000000:12C7B1:00000063:FFFFFFFF:Infinite Credits :wondstck:00001301:12FA7B:00000031:FFFFFFFF:Select Starting Stage :wondstck:00000000:12771D:00000001:FFFFFFFF:1 Panel to Finish Current Stage :wondstck:00000001:126E31:00000001:FFFFFFFF:Finish Current Stage Now! :wondstck:00000000:12C2E3:00000001:FFFFFFFF:Always Have Fire Shield :wondstck:00110000:12C2E6:00000152:FFFFFFFF:Always Have Fire Shield (2/2) :wondstck:00000000:127771:0000003A:FFFFFFFF:Freeze All Enemies :wondstck:00010000:1286F5:00000001:FFFFFFFF:Freeze All Enemies (2/2) :wondstck:00000000:12A5F1:00000009:FFFFFFFF:Infinite Lives PL1 :wondstck:00000000:12A5FF:00000001:FFFFFFFF:Invincibility PL1 :wondstck:00110000:12A604:0000012A:FFFFFFFF:Invincibility PL1 (2/2) :wondstck:00000000:12A5F3:00000009:FFFFFFFF:Infinite Fishes PL1 :wondstck:00200000:12A627:00010152:FFFFFFFF:Always Have Speed Up PL1 :wondstck:00000000:12A64D:00000009:FFFFFFFF:Infinite Lives PL2 :wondstck:00000000:12A65B:00000001:FFFFFFFF:Invincibility PL2 :wondstck:00110000:12A660:0000012A:FFFFFFFF:Invincibility PL2 (2/2) :wondstck:00000000:12A64F:00000009:FFFFFFFF:Infinite Fishes PL2 :wondstck:00200000:12A683:00010152:FFFFFFFF:Always Have Speed Up PL2 ; [ Woodpecker (set 1) ] :woodpek:00000000:4E6E:00000099:FFFFFFFF:Infinite Credits :woodpek:00200000:4E28:00010000:FFFFFFFF:Infinite Time :woodpek:00100000:4E14:00000505:FFFFFFFF:Infinite Lives :woodpek:20800000:8A11:000000C9:FFFFFFFF:Invincibility ; [ Woodpecker (set 2) ] :woodpeka:00000000:4E6E:00000099:FFFFFFFF:Infinite Credits :woodpeka:00200000:4E28:00010000:FFFFFFFF:Infinite Time :woodpeka:00100000:4E14:00000505:FFFFFFFF:Infinite Lives ; [ World Wars (World) ] worldwar:0:E3CA:99:000:Infinite Credits worldwar:0:E400:99:000:Infinite Lives PL1 worldwar:0:E417:12:000:Infinite Energy PL1 worldwar:0:E42B:9D:000:Invincibility PL1 worldwar:0:E450:99:000:Infinite Lives PL2 worldwar:0:E467:12:000:Infinite Energy PL2 worldwar:0:E47B:9D:000:Invincibility PL2 ; [ War of the Worlds ] :wotw:20800000:1597:00000058:FFFFFFFF:Invincibility :wotw:20810000:37B4:00000058:FFFFFFFF:Invincibility (2/2):Part 1 takes cares of lasers, Part 2 takes care of stun bombs ;the following RAM cheats used to work but don't any longer and thus are commented out ;wotw:0:01F9:09:000:Infinite Credits ;wotw:0:0181:09:000:Infinite Lives PL1 ;wotw:0:0185:09:000:Infinite Lives PL2 ; [ War of the Worlds (color) ] :wotwc:20800000:1597:00000058:FFFFFFFF:Invincibility :wotwc:20810000:37B4:00000058:FFFFFFFF:Invincibility (2/2):Part 1 takes cares of lasers, Part 2 takes care of stun bombs ; [ Wizard of Wor ] wow:0:D301:05:000:Infinite Lives PL1 wow:0:D300:05:000:Infinite Lives PL2 ; [ World PK Soccer ] wpksoc:0:EFF34:63:000:Infinite Credits wpksoc:0:0000:00:999:[ There are no cheats ]:REASON 1 wpksoc:0:0000:00:999:[ for this game as it ]:REASON 1 wpksoc:0:0000:00:999:[ didn't work the last ]:REASON 1 wpksoc:0:0000:00:999:[ time it was tested. ]:REASON 1 wpksoc:0:0000:00:999:[ If the game now works ]:REASON 1 wpksoc:0:0000:00:999:[ please request cheats ]:REASON 1 wpksoc:0:0000:00:999:[ for it on the cheat ]:REASON 1 wpksoc:0:0000:00:999:[ forums. ]:REASON 1 ; [ World Rally (set 1) ] wrally:0:0000:00:999:[ There are no cheats ]:REASON 1 wrally:0:0000:00:999:[ for this game as it ]:REASON 1 wrally:0:0000:00:999:[ didn't work the last ]:REASON 1 wrally:0:0000:00:999:[ time it was tested. ]:REASON 1 wrally:0:0000:00:999:[ If the game now works ]:REASON 1 wrally:0:0000:00:999:[ please request cheats ]:REASON 1 wrally:0:0000:00:999:[ for it on the cheat ]:REASON 1 wrally:0:0000:00:999:[ forums. ]:REASON 1 ; [ World Rally 2: Twin Racing ] wrally2:0:FEFD1A:00:000:Infinite Time PL1 wrally2:0:FEFD1B:00:500:Infinite Time PL1 (2/2) wrally2:0:FEFDBA:00:000:Infinite Time PL2 wrally2:0:FEFDBB:00:500:Infinite Time PL2 (2/2) ; [ World Rally (set 2) ] wrallya:0:0000:00:999:[ There are no cheats ]:REASON 1 wrallya:0:0000:00:999:[ for this game as it ]:REASON 1 wrallya:0:0000:00:999:[ didn't work the last ]:REASON 1 wrallya:0:0000:00:999:[ time it was tested. ]:REASON 1 wrallya:0:0000:00:999:[ If the game now works ]:REASON 1 wrallya:0:0000:00:999:[ please request cheats ]:REASON 1 wrallya:0:0000:00:999:[ for it on the cheat ]:REASON 1 wrallya:0:0000:00:999:[ forums. ]:REASON 1 ; [ Vs. Wrecking Crew ] wrecking:0:0318:04:000:Infinite Lives PL1 ; [ Wrestle War (set 1, Japan, FD1094 317-0090) ] wrestwa1:0:FFE123:59:000:Infinite Time wrestwa1:0:FFC0C0:7F:000:Infinite Energy PL1 wrestwa1:0:FFC0C0:00:001:Lose all Energy Now! PL1 wrestwa1:0:FFC2C0:7F:000:Infinite Energy PL2 wrestwa1:0:FFC2C0:00:001:Lose all Energy Now! PL2 ; [ Wrestle War (set 2, World, FD1094 317-0102) ] wrestwa2:0:FFE123:59:000:Infinite Time wrestwa2:0:FFC0C0:7F:000:Infinite Energy PL1 wrestwa2:0:FFC0C0:00:001:Lose all Energy Now! PL1 wrestwa2:0:FFC2C0:7F:000:Infinite Energy PL2 wrestwa2:0:FFC2C0:00:001:Lose all Energy Now! PL2 ; [ Wrestle War (set 3, World, 8751 317-0103) ] wrestwar:0:FFE123:59:000:Infinite Time wrestwar:0:FFC0C0:7F:000:Infinite Energy PL1 wrestwar:0:FFC0C0:00:001:Lose all Energy Now! PL1 wrestwar:0:FFC2C0:7F:000:Infinite Energy PL2 wrestwar:0:FFC2C0:00:001:Lose all Energy Now! PL2 ; [ War of Aero - Project MEIOU ] wrofaero:0:30081F:0A:000:Infinite Lives PL1 wrofaero:0:300831:78:000:Invincibility PL1 wrofaero:0:300867:0A:000:Infinite Lives PL2 wrofaero:0:300879:78:000:Invincibility PL2 ; [ World Stadium (Japan) ] ws:0:403E:09:000:Infinite Credits ws:0:40C3:00:000:Infinite Strikes ws:0:40C4:00:000:Infinite Balls ws:0:40C5:00:000:Infinite Outs ws:0:40C3:00:001:Set Strikes to 0 Now! ws:0:40C3:03:001:Set Strikes to 3 Now! ws:0:40C4:00:001:Set Balls to 0 Now! ws:0:40C4:03:001:Set Balls to 3 Now! ws:0:40C5:00:001:Set Outs to 0 Now! ws:0:40C5:02:001:Set Outs to 2 Now! ws:0:5AD5:63:070:Select score Now! PL1 ws:0:5ACA:63:070:Select score Now! PL2 ws:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ World Stadium '89 (Japan) ] ws89:0:403C:09:000:Infinite Credits ws89:0:40C1:00:000:Infinite Strikes ws89:0:40C2:00:000:Infinite Balls ws89:0:40C3:00:000:Infinite Outs ws89:0:40C1:00:001:Set Strikes to 0 Now! ws89:0:40C1:03:001:Set Strikes to 3 Now! ws89:0:40C2:00:001:Set Balls to 0 Now! ws89:0:40C2:03:001:Set Balls to 3 Now! ws89:0:40C3:00:001:Set Outs to 0 Now! ws89:0:40C3:02:001:Set Outs to 2 Now! ws89:0:5AD5:63:070:Select score Now! PL1 ws89:0:5ACA:63:070:Select score Now! PL2 ws89:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ World Stadium '90 (Japan) ] ws90:0:403C:09:000:Infinite Credits ws90:0:40C1:00:000:Infinite Strikes ws90:0:40C2:00:000:Infinite Balls ws90:0:40C3:00:000:Infinite Outs ws90:0:40C1:00:001:Set Strikes to 0 Now! ws90:0:40C1:03:001:Set Strikes to 3 Now! ws90:0:40C2:00:001:Set Balls to 0 Now! ws90:0:40C2:03:001:Set Balls to 3 Now! ws90:0:40C3:00:001:Set Outs to 0 Now! ws90:0:40C3:02:001:Set Outs to 2 Now! ws90:0:5AD5:63:070:Select score Now! PL1 ws90:0:5ACA:63:070:Select score Now! PL2 ws90:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1 ; [ World Series: The Season ] wseries:0:E403:63:000:Infinite Credits wseries:0:E400:01:500:Infinite Credits (2/2) wseries:0:EA93:00:000:Infinite Strikes wseries:0:EA92:00:000:Infinite Balls wseries:0:EA94:00:000:Infinite Outs wseries:0:EA93:00:001:Set Strikes to 0 Now! wseries:0:EA93:02:001:Set Strikes to 2 Now! wseries:0:EA92:00:001:Set Balls to 0 Now! wseries:0:EA92:03:001:Set Balls to 3 Now! wseries:0:EA94:00:001:Set Outs to 0 Now! wseries:0:EA94:02:001:Set Outs to 2 Now! wseries:0:EA90:99:073:Select Score - Away Team (Top Scoreboard) wseries:0:EA91:99:073:Select Score - Home Team (Bottom Scoreboard) ; [ World Soccer Finals ] wsf:0:E099:63:000:Infinite Credits wsf:0:E882:01:500:Infinite Credits (2/2):Coin impulse to wake machine out of attract wsf:0:E788:00:002:Infinite Time:Enable this cheat before the match starts or the 'Finish Match Now!' will probably not work! wsf:0:E788:30:001:Finish Match Now!:Only works properly if you have previously enabled Infinite Time ;Time is calculated in a strange way. No absolute value for match time. A timer is continually going. E787/E788 hold ;the timer value. Increase the value of E788 after match starts by about 0x30 to expire enough time to finish match. wsf:0:E0C4:00:000:Score always = 0 PL1/PL3:Only updates when the display updates wsf:0:E10C:00:500:Score always = 0 PL1/PL3 (2/2):Can't do score choosing as both values need to be set. First is for proper score.Second is to determine win/lose. It does not increase FOR goal tally unfortunately. wsf:0:E0C4:63:000:Score always = 99 PL1/PL3:Only updates when the display updates wsf:0:E10C:63:500:Score always = 99 PL1/PL3 (2/2):Can't do score choosing as both values need to be set. First is for proper score.Second is to determine win/lose. It does not increase FOR goal tally unfortunately. wsf:0:E0C4:00:001:Score = 0 Now! PL1/PL3:Only updates when the display updates wsf:0:E10C:00:501:Score = 0 Now! PL1/PL3 (2/2) wsf:0:E0C4:32:001:Score = 50 Now! PL1/PL3:Only updates when the display updates wsf:0:E10C:32:501:Score = 50 Now! PL1/PL3 (2/2) wsf:0:E0C5:00:000:Score always = 0 PL2/PL4:Only updates when the display updates wsf:0:E10D:00:500:Score always = 0 PL2/PL4 (2/2):Can't do score choosing as both values need to be set. First is for proper score.Second is to determine win/lose. It does not increase FOR goal tally unfortunately. wsf:0:E0C5:63:000:Score always = 99 PL2/PL4:Only updates when the display updates wsf:0:E10D:63:500:Score always = 99 PL2/PL4 (2/2):Can't do score choosing as both values need to be set. First is for proper score.Second is to determine win/lose. It does not increase FOR goal tally unfortunately. wsf:0:E0C5:00:001:Score = 0 Now! PL2/PL4:Only updates when the display updates wsf:0:E10D:00:501:Score = 0 Now! PL2/PL4 (2/2) wsf:0:E0C5:32:001:Score = 50 Now! PL2/PL4:Only updates when the display updates wsf:0:E10D:32:501:Score = 50 Now! PL2/PL4 (2/2) ; [ World Tennis ] wtennis:0:00BD:05:000:Infinite Lives PL1 wtennis:0:00BF:00:000:'HER' always set to 0 PL1 wtennis:0:00C0:00:000:'HIS' always set to 0 PL1 wtennis:0:00BF:00:001:Set 'HER' to 0 Now! PL1 wtennis:0:00C0:00:001:Set 'HIS' to 0 Now! PL1 wtennis:0:00BF:03:001:Set 'HER' to 3 Now! PL1 wtennis:0:00C0:03:001:Set 'HIS' to 3 Now! PL1 wtennis:0:00BE:05:000:Infinite Lives PL2 wtennis:0:00C2:00:000:'HIS' always set to 0 PL2 wtennis:0:00C1:00:000:'HER' always set to 0 PL2 wtennis:0:00C2:00:001:Set 'HIS' to 0 Now! PL2 wtennis:0:00C1:00:001:Set 'HER' to 0 Now! PL2 wtennis:0:00C2:03:001:Set 'HIS' to 3 Now! PL2 wtennis:0:00C1:03:001:Set 'HER' to 3 Now! PL2 ; [ Wally wo Sagase! (rev B, Japan, FD1094 317-0197B) ] :wwallyj:00000000:FFF800:00000009:FFFFFFFF:Infinite Credits :wwallyj:00010000:FFF802:00000009:FFFFFFFF:Infinite Credits (2/2) :wwallyj:00100000:FFC02A:0000000F:FFFFFFFF:Infinite Normal Game Time :wwallyj:00100000:FFF02E:0000000F:FFFFFFFF:Infinite Bonus Game Time :wwallyj:00000000:FFC04C:0000003C:FFFFFFFF:Infinite Time PL1 :wwallyj:00000000:FFC070:00000008:FFFFFFFF:Always Have Foods PL1 :wwallyj:00000000:FFC08C:0000003C:FFFFFFFF:Infinite Time PL2 :wwallyj:00000000:FFC0B0:00000008:FFFFFFFF:Always Have Foods PL2 ; [ Wally wo Sagase! (rev A, Japan, FD1094 317-0197A) ] :wwallyja:00000000:FFF800:00000009:FFFFFFFF:Infinite Credits :wwallyja:00010000:FFF802:00000009:FFFFFFFF:Infinite Credits (2/2) :wwallyja:00100000:FFC02A:0000000F:FFFFFFFF:Infinite Normal Game Time :wwallyja:00100000:FFF02E:0000000F:FFFFFFFF:Infinite Bonus Game Time :wwallyja:00000000:FFC04C:0000003C:FFFFFFFF:Infinite Time PL1 :wwallyja:00000000:FFC070:00000008:FFFFFFFF:Always Have Foods PL1 :wwallyja:00000000:FFC08C:0000003C:FFFFFFFF:Infinite Time PL2 :wwallyja:00000000:FFC0B0:00000008:FFFFFFFF:Always Have Foods PL2 ; [ Wild Western (set 2) ] wwester1:0:8620:03:000:Infinite Lives wwester1:0:0000:00:999:[See the Dip Switch Menu to ] wwester1:0:0000:00:999:[enable Invincibility. ] ; [ Wild Western (set 1) ] wwestern:0:8620:03:000:Infinite Lives wwestern:0:0000:00:999:[See the Dip Switch Menu to ] wwestern:0:0000:00:999:[enable Invincibility. ] ; [ WWF: Wrestlemania (rev 1.30 08/10/95) ] :wwfmania:00000000:00222D90:00000001:00000001:No Block :wwfmania:00010000:00222D8C:00000001:00000001:No Block (2/2) :wwfmania:00000000:00222D90:00000002:00000002:Instant Combo :wwfmania:00010000:00222D8C:00000002:00000002:Instant Combo (2/2) :wwfmania:00000000:00222D90:00000004:00000004:Ring Out Match :wwfmania:00010000:00222D8C:00000004:00000004:Ring Out Match (2/2) :wwfmania:00000000:00222D90:00000008:00000008:Sans Ring :wwfmania:00010000:00222D8C:00000008:00000008:Sans Ring (2/2) :wwfmania:00000000:00215F86:00000010:00000010:Move Names "ON" :wwfmania:00010000:00216346:00000010:00000010:Move Names "ON" (2/2) :wwfmania:00000000:00222D90:00000020:00000020:Drone Meters "ON" :wwfmania:00010000:00222D8C:00000020:00000020:Drone Meters "ON" (2/2) :wwfmania:00000000:00222D90:00000040:00000040:Hyper Speed :wwfmania:00010000:00222D8C:00000040:00000040:Hyper Speed (2/2) :wwfmania:00000000:00222D90:00000080:00000080:Buddy Mode :wwfmania:00010000:00222D8C:00000080:00000080:Buddy Mode (2/2) :wwfmania:00000000:0021E87E:00000000:FFFFFFFF:Enable Shadows:This simply enables undertaker and BamBam's shadows even if there are four players in the ring wwfmania:0:0022C6BC:A3:000:Infinite Energy PL1 wwfmania:0:0022C6BC:00:001:Drain All Energy Now! PL1 wwfmania:0:0022C6CC:A3:000:Infinite Energy PL2 wwfmania:0:0022C6CC:00:001:Drain All Energy Now! PL2 ; [ WWF Superstars (US, Newer) ] wwfsstaa:0:1C0017:99:000:Infinite Credits wwfsstaa:0:1C1851:42:000:Infinite Time wwfsstaa:0:1C013D:30:000:Infinite Energy 1st Character wwfsstaa:0:1C013D:00:001:Drain All Energy Now! 1st Char wwfsstaa:0:000000:00:999:[Enable these player selection ] wwfsstaa:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaa:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaa:0:000000:00:999:[Pause the game and enable. ] wwfsstaa:0:1C0071:00:001:Play as Savage 1st Char wwfsstaa:0:1C0071:01:001:Play as Hogan 1st Char wwfsstaa:0:1C0071:02:001:Play as Warrior 1st Char wwfsstaa:0:1C0071:03:001:Play as Honky Tonk 1st Char wwfsstaa:0:1C0071:04:001:Play as Duggan 1st Char wwfsstaa:0:1C0071:05:001:Play as Big Boss 1st Char wwfsstaa:0:1C0071:06:001:Play as Dibiase 1st Char:The name displayed is Andre though! wwfsstaa:0:1C0071:07:001:Play as Andre 1st Char:The name displayed is Dibiase though! wwfsstaa:0:1C0257:30:000:Infinite Energy 2nd Character wwfsstaa:0:1C0257:00:001:Drain All Energy Now! 2nd Char wwfsstaa:0:000000:00:999:[Enable these player selection ] wwfsstaa:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaa:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaa:0:000000:00:999:[Pause the game and enable. ] wwfsstaa:0:1C006F:00:001:Play as Savage 2nd Char wwfsstaa:0:1C006F:01:001:Play as Hogan 2nd Char wwfsstaa:0:1C006F:02:001:Play as Warrior 2nd Char wwfsstaa:0:1C006F:03:001:Play as Honky Tonk 2nd Char wwfsstaa:0:1C006F:04:001:Play as Duggan 2nd Char wwfsstaa:0:1C006F:05:001:Play as Big Boss 2nd Char wwfsstaa:0:1C006F:06:001:Play as Dibiase 2nd Char wwfsstaa:0:1C006F:07:001:Play as Andre 2nd Char wwfsstaa:0:1C0371:30:000:Infinite Energy 3rd Character wwfsstaa:0:1C0371:00:001:Drain All Energy Now! 3rd Char wwfsstaa:0:000000:00:999:[Enable these player selection ] wwfsstaa:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaa:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaa:0:000000:00:999:[Pause the game and enable. ] wwfsstaa:0:1C0087:00:001:Play as Savage 3rd Char wwfsstaa:0:1C0087:01:001:Play as Hogan 3rd Char wwfsstaa:0:1C0087:02:001:Play as Warrior 3rd Char wwfsstaa:0:1C0087:03:001:Play as Honky Tonk 3rd Char wwfsstaa:0:1C0087:04:001:Play as Duggan 3rd Char wwfsstaa:0:1C0087:05:001:Play as Big Boss 3rd Char wwfsstaa:0:1C0087:06:001:Play as Dibiase 3rd Char:The name displayed is Andre though! wwfsstaa:0:1C0087:07:001:Play as Andre 3rd Char:The name displayed is Dibiase though! wwfsstaa:0:1C048B:30:000:Infinite Energy 4th Character wwfsstaa:0:1C048B:00:001:Drain All Energy Now! 4th Char wwfsstaa:0:000000:00:999:[Enable these player selection ] wwfsstaa:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaa:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaa:0:000000:00:999:[Pause the game and enable. ] wwfsstaa:0:1C0085:00:001:Play as Savage 4th Char wwfsstaa:0:1C0085:01:001:Play as Hogan 4th Char wwfsstaa:0:1C0085:02:001:Play as Warrior 4th Char wwfsstaa:0:1C0085:03:001:Play as Honky Tonk 4th Char wwfsstaa:0:1C0085:04:001:Play as Duggan 4th Char wwfsstaa:0:1C0085:05:001:Play as Big Boss 4th Char wwfsstaa:0:1C0085:06:001:Play as Dibiase 4th Char wwfsstaa:0:1C0085:07:001:Play as Andre 4th Char ; [ WWF Superstars (Japan) ] wwfsstaj:0:1C0017:99:000:Infinite Credits wwfsstaj:0:1C1851:42:000:Infinite Time wwfsstaj:0:1C013D:30:000:Infinite Energy 1st Character wwfsstaj:0:1C013D:00:001:Drain All Energy Now! 1st Char wwfsstaj:0:000000:00:999:[Enable these player selection ] wwfsstaj:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaj:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaj:0:000000:00:999:[Pause the game and enable. ] wwfsstaj:0:1C0071:00:001:Play as Savage 1st Char wwfsstaj:0:1C0071:01:001:Play as Hogan 1st Char wwfsstaj:0:1C0071:02:001:Play as Warrior 1st Char wwfsstaj:0:1C0071:03:001:Play as Honky Tonk 1st Char wwfsstaj:0:1C0071:04:001:Play as Duggan 1st Char wwfsstaj:0:1C0071:05:001:Play as Big Boss 1st Char wwfsstaj:0:1C0071:06:001:Play as Dibiase 1st Char:The name displayed is Andre though! wwfsstaj:0:1C0071:07:001:Play as Andre 1st Char:The name displayed is Dibiase though! wwfsstaj:0:1C0257:30:000:Infinite Energy 2nd Character wwfsstaj:0:1C0257:00:001:Drain All Energy Now! 2nd Char wwfsstaj:0:000000:00:999:[Enable these player selection ] wwfsstaj:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaj:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaj:0:000000:00:999:[Pause the game and enable. ] wwfsstaj:0:1C006F:00:001:Play as Savage 2nd Char wwfsstaj:0:1C006F:01:001:Play as Hogan 2nd Char wwfsstaj:0:1C006F:02:001:Play as Warrior 2nd Char wwfsstaj:0:1C006F:03:001:Play as Honky Tonk 2nd Char wwfsstaj:0:1C006F:04:001:Play as Duggan 2nd Char wwfsstaj:0:1C006F:05:001:Play as Big Boss 2nd Char wwfsstaj:0:1C006F:06:001:Play as Dibiase 2nd Char wwfsstaj:0:1C006F:07:001:Play as Andre 2nd Char wwfsstaj:0:1C0371:30:000:Infinite Energy 3rd Character wwfsstaj:0:1C0371:00:001:Drain All Energy Now! 3rd Char wwfsstaj:0:000000:00:999:[Enable these player selection ] wwfsstaj:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaj:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaj:0:000000:00:999:[Pause the game and enable. ] wwfsstaj:0:1C0087:00:001:Play as Savage 3rd Char wwfsstaj:0:1C0087:01:001:Play as Hogan 3rd Char wwfsstaj:0:1C0087:02:001:Play as Warrior 3rd Char wwfsstaj:0:1C0087:03:001:Play as Honky Tonk 3rd Char wwfsstaj:0:1C0087:04:001:Play as Duggan 3rd Char wwfsstaj:0:1C0087:05:001:Play as Big Boss 3rd Char wwfsstaj:0:1C0087:06:001:Play as Dibiase 3rd Char:The name displayed is Andre though! wwfsstaj:0:1C0087:07:001:Play as Andre 3rd Char:The name displayed is Dibiase though! wwfsstaj:0:1C048B:30:000:Infinite Energy 4th Character wwfsstaj:0:1C048B:00:001:Drain All Energy Now! 4th Char wwfsstaj:0:000000:00:999:[Enable these player selection ] wwfsstaj:0:000000:00:999:[cheats on the interluding WWF ] wwfsstaj:0:000000:00:999:[screen (the one with 3 people) ] wwfsstaj:0:000000:00:999:[Pause the game and enable. ] wwfsstaj:0:1C0085:00:001:Play as Savage 4th Char wwfsstaj:0:1C0085:01:001:Play as Hogan 4th Char wwfsstaj:0:1C0085:02:001:Play as Warrior 4th Char wwfsstaj:0:1C0085:03:001:Play as Honky Tonk 4th Char wwfsstaj:0:1C0085:04:001:Play as Duggan 4th Char wwfsstaj:0:1C0085:05:001:Play as Big Boss 4th Char wwfsstaj:0:1C0085:06:001:Play as Dibiase 4th Char wwfsstaj:0:1C0085:07:001:Play as Andre 4th Char ; [ WWF Superstars (Europe) ] wwfsstar:0:1C0017:99:000:Infinite Credits wwfsstar:0:1C1851:42:000:Infinite Time wwfsstar:0:1C013D:30:000:Infinite Energy 1st Character wwfsstar:0:1C013D:00:001:Drain All Energy Now! 1st Char wwfsstar:0:000000:00:999:[Enable these player selection ] wwfsstar:0:000000:00:999:[cheats on the interluding WWF ] wwfsstar:0:000000:00:999:[screen (the one with 3 people) ] wwfsstar:0:000000:00:999:[Pause the game and enable. ] wwfsstar:0:1C0071:00:001:Play as Savage 1st Char wwfsstar:0:1C0071:01:001:Play as Hogan 1st Char wwfsstar:0:1C0071:02:001:Play as Warrior 1st Char wwfsstar:0:1C0071:03:001:Play as Honky Tonk 1st Char wwfsstar:0:1C0071:04:001:Play as Duggan 1st Char wwfsstar:0:1C0071:05:001:Play as Big Boss 1st Char wwfsstar:0:1C0071:06:001:Play as Dibiase 1st Char:The name displayed is Andre though! wwfsstar:0:1C0071:07:001:Play as Andre 1st Char:The name displayed is Dibiase though! wwfsstar:0:1C0257:30:000:Infinite Energy 2nd Character wwfsstar:0:1C0257:00:001:Drain All Energy Now! 2nd Char wwfsstar:0:000000:00:999:[Enable these player selection ] wwfsstar:0:000000:00:999:[cheats on the interluding WWF ] wwfsstar:0:000000:00:999:[screen (the one with 3 people) ] wwfsstar:0:000000:00:999:[Pause the game and enable. ] wwfsstar:0:1C006F:00:001:Play as Savage 2nd Char wwfsstar:0:1C006F:01:001:Play as Hogan 2nd Char wwfsstar:0:1C006F:02:001:Play as Warrior 2nd Char wwfsstar:0:1C006F:03:001:Play as Honky Tonk 2nd Char wwfsstar:0:1C006F:04:001:Play as Duggan 2nd Char wwfsstar:0:1C006F:05:001:Play as Big Boss 2nd Char wwfsstar:0:1C006F:06:001:Play as Dibiase 2nd Char wwfsstar:0:1C006F:07:001:Play as Andre 2nd Char wwfsstar:0:1C0371:30:000:Infinite Energy 3rd Character wwfsstar:0:1C0371:00:001:Drain All Energy Now! 3rd Char wwfsstar:0:000000:00:999:[Enable these player selection ] wwfsstar:0:000000:00:999:[cheats on the interluding WWF ] wwfsstar:0:000000:00:999:[screen (the one with 3 people) ] wwfsstar:0:000000:00:999:[Pause the game and enable. ] wwfsstar:0:1C0087:00:001:Play as Savage 3rd Char wwfsstar:0:1C0087:01:001:Play as Hogan 3rd Char wwfsstar:0:1C0087:02:001:Play as Warrior 3rd Char wwfsstar:0:1C0087:03:001:Play as Honky Tonk 3rd Char wwfsstar:0:1C0087:04:001:Play as Duggan 3rd Char wwfsstar:0:1C0087:05:001:Play as Big Boss 3rd Char wwfsstar:0:1C0087:06:001:Play as Dibiase 3rd Char:The name displayed is Andre though! wwfsstar:0:1C0087:07:001:Play as Andre 3rd Char:The name displayed is Dibiase though! wwfsstar:0:1C048B:30:000:Infinite Energy 4th Character wwfsstar:0:1C048B:00:001:Drain All Energy Now! 4th Char wwfsstar:0:000000:00:999:[Enable these player selection ] wwfsstar:0:000000:00:999:[cheats on the interluding WWF ] wwfsstar:0:000000:00:999:[screen (the one with 3 people) ] wwfsstar:0:000000:00:999:[Pause the game and enable. ] wwfsstar:0:1C0085:00:001:Play as Savage 4th Char wwfsstar:0:1C0085:01:001:Play as Hogan 4th Char wwfsstar:0:1C0085:02:001:Play as Warrior 4th Char wwfsstar:0:1C0085:03:001:Play as Honky Tonk 4th Char wwfsstar:0:1C0085:04:001:Play as Duggan 4th Char wwfsstar:0:1C0085:05:001:Play as Big Boss 4th Char wwfsstar:0:1C0085:06:001:Play as Dibiase 4th Char wwfsstar:0:1C0085:07:001:Play as Andre 4th Char ; [ WWF Superstars (US) ] wwfsstau:0:1C0017:99:000:Infinite Credits wwfsstau:0:1C1851:42:000:Infinite Time wwfsstau:0:1C013D:30:000:Infinite Energy 1st Character wwfsstau:0:1C013D:00:001:Drain All Energy Now! 1st Char wwfsstau:0:000000:00:999:[Enable these player selection ] wwfsstau:0:000000:00:999:[cheats on the interluding WWF ] wwfsstau:0:000000:00:999:[screen (the one with 3 people) ] wwfsstau:0:000000:00:999:[Pause the game and enable. ] wwfsstau:0:1C0071:00:001:Play as Savage 1st Char wwfsstau:0:1C0071:01:001:Play as Hogan 1st Char wwfsstau:0:1C0071:02:001:Play as Warrior 1st Char wwfsstau:0:1C0071:03:001:Play as Honky Tonk 1st Char wwfsstau:0:1C0071:04:001:Play as Duggan 1st Char wwfsstau:0:1C0071:05:001:Play as Big Boss 1st Char wwfsstau:0:1C0071:06:001:Play as Dibiase 1st Char:The name displayed is Andre though! wwfsstau:0:1C0071:07:001:Play as Andre 1st Char:The name displayed is Dibiase though! wwfsstau:0:1C0257:30:000:Infinite Energy 2nd Character wwfsstau:0:1C0257:00:001:Drain All Energy Now! 2nd Char wwfsstau:0:000000:00:999:[Enable these player selection ] wwfsstau:0:000000:00:999:[cheats on the interluding WWF ] wwfsstau:0:000000:00:999:[screen (the one with 3 people) ] wwfsstau:0:000000:00:999:[Pause the game and enable. ] wwfsstau:0:1C006F:00:001:Play as Savage 2nd Char wwfsstau:0:1C006F:01:001:Play as Hogan 2nd Char wwfsstau:0:1C006F:02:001:Play as Warrior 2nd Char wwfsstau:0:1C006F:03:001:Play as Honky Tonk 2nd Char wwfsstau:0:1C006F:04:001:Play as Duggan 2nd Char wwfsstau:0:1C006F:05:001:Play as Big Boss 2nd Char wwfsstau:0:1C006F:06:001:Play as Dibiase 2nd Char wwfsstau:0:1C006F:07:001:Play as Andre 2nd Char wwfsstau:0:1C0371:30:000:Infinite Energy 3rd Character wwfsstau:0:1C0371:00:001:Drain All Energy Now! 3rd Char wwfsstau:0:000000:00:999:[Enable these player selection ] wwfsstau:0:000000:00:999:[cheats on the interluding WWF ] wwfsstau:0:000000:00:999:[screen (the one with 3 people) ] wwfsstau:0:000000:00:999:[Pause the game and enable. ] wwfsstau:0:1C0087:00:001:Play as Savage 3rd Char wwfsstau:0:1C0087:01:001:Play as Hogan 3rd Char wwfsstau:0:1C0087:02:001:Play as Warrior 3rd Char wwfsstau:0:1C0087:03:001:Play as Honky Tonk 3rd Char wwfsstau:0:1C0087:04:001:Play as Duggan 3rd Char wwfsstau:0:1C0087:05:001:Play as Big Boss 3rd Char wwfsstau:0:1C0087:06:001:Play as Dibiase 3rd Char:The name displayed is Andre though! wwfsstau:0:1C0087:07:001:Play as Andre 3rd Char:The name displayed is Dibiase though! wwfsstau:0:1C048B:30:000:Infinite Energy 4th Character wwfsstau:0:1C048B:00:001:Drain All Energy Now! 4th Char wwfsstau:0:000000:00:999:[Enable these player selection ] wwfsstau:0:000000:00:999:[cheats on the interluding WWF ] wwfsstau:0:000000:00:999:[screen (the one with 3 people) ] wwfsstau:0:000000:00:999:[Pause the game and enable. ] wwfsstau:0:1C0085:00:001:Play as Savage 4th Char wwfsstau:0:1C0085:01:001:Play as Hogan 4th Char wwfsstau:0:1C0085:02:001:Play as Warrior 4th Char wwfsstau:0:1C0085:03:001:Play as Honky Tonk 4th Char wwfsstau:0:1C0085:04:001:Play as Duggan 4th Char wwfsstau:0:1C0085:05:001:Play as Big Boss 4th Char wwfsstau:0:1C0085:06:001:Play as Dibiase 4th Char wwfsstau:0:1C0085:07:001:Play as Andre 4th Char ; [ WWF WrestleFest (US set 1) ] wwfwfest:0:1C004F:63:000:Infinite Credits wwfwfest:0:1C16A3:59:000:Infinite Time wwfwfest:0:1C16A1:99:500:Infinite Time (2/2) wwfwfest:0:1C0617:6E:000:Infinite Energy 1st Character wwfwfest:0:1C061F:6E:500:Infinite Energy 1st Character (2/2) wwfwfest:0:1C0617:00:001:Drain All Energy Now! 1st Character wwfwfest:0:1C061F:00:501:Drain All Energy Now! 1st Character (2/2) wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfest:0:1C0607:00:001:Play as Hulk Hogan 1st Char wwfwfest:0:1C0607:01:001:Play as Ultimate Warrior 1st Char wwfwfest:0:1C0607:02:001:Play as Jake Roberts 1st Char wwfwfest:0:1C0607:03:001:Play as Big Boss Man 1st Char wwfwfest:0:1C0607:04:001:Play as Hawk 1st Char wwfwfest:0:1C0607:05:001:Play as Animal 1st Char wwfwfest:0:1C0607:06:001:Play as Sgt Slaughter 1st Char wwfwfest:0:1C0607:07:001:Play as Mr. Perfect 1st Char wwfwfest:0:1C0607:08:001:Play as Earthquake 1st Char wwfwfest:0:1C0607:09:001:Play as Ted DiBiase 1st Char wwfwfest:0:1C0607:0A:001:Play as Smash 1st Char wwfwfest:0:1C0607:0B:001:Play as Crush 1st Char wwfwfest:0:1C0723:6E:000:Infinite Energy 2nd Character wwfwfest:0:1C072B:6E:500:Infinite Energy 2nd Character (2/2) wwfwfest:0:1C0723:00:001:Drain All Energy Now! 2nd Character wwfwfest:0:1C072B:00:501:Drain All Energy Now! 2nd Character (2/2) wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfest:0:1C0713:00:001:Play as Hulk Hogan 2nd Char wwfwfest:0:1C0713:01:001:Play as Ultimate Warrior 2nd Char wwfwfest:0:1C0713:02:001:Play as Jake Roberts 2nd Char wwfwfest:0:1C0713:03:001:Play as Big Boss Man 2nd Char wwfwfest:0:1C0713:04:001:Play as Hawk 2nd Char wwfwfest:0:1C0713:05:001:Play as Animal 2nd Char wwfwfest:0:1C0713:06:001:Play as Sgt Slaughter 2nd Char wwfwfest:0:1C0713:07:001:Play as Mr. Perfect 2nd Char wwfwfest:0:1C0713:08:001:Play as Earthquake 2nd Char wwfwfest:0:1C0713:09:001:Play as Ted DiBiase 2nd Char wwfwfest:0:1C0713:0A:001:Play as Smash 2nd Char wwfwfest:0:1C0713:0B:001:Play as Crush 2nd Char wwfwfest:0:1C082F:6E:000:Infinite Energy 3rd Character wwfwfest:0:1C0837:6E:500:Infinite Energy 3rd Character (2/2) wwfwfest:0:1C082F:00:001:Drain All Energy Now! 3rd Character wwfwfest:0:1C0837:00:501:Drain All Energy Now! 3rd Character (2/2) wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfest:0:1C081F:00:001:Play as Hulk Hogan 3rd Char wwfwfest:0:1C081F:01:001:Play as Ultimate Warrior 3rd Char wwfwfest:0:1C081F:02:001:Play as Jake Roberts 3rd Char wwfwfest:0:1C081F:03:001:Play as Big Boss Man 3rd Char wwfwfest:0:1C081F:04:001:Play as Hawk 3rd Char wwfwfest:0:1C081F:05:001:Play as Animal 3rd Char wwfwfest:0:1C081F:06:001:Play as Sgt Slaughter 3rd Char wwfwfest:0:1C081F:07:001:Play as Mr. Perfect 3rd Char wwfwfest:0:1C081F:08:001:Play as Earthquake 3rd Char wwfwfest:0:1C081F:09:001:Play as Ted DiBiase 3rd Char wwfwfest:0:1C081F:0A:001:Play as Smash 3rd Char wwfwfest:0:1C081F:0B:001:Play as Crush 3rd Char wwfwfest:0:1C093B:6E:000:Infinite Energy 4th Character wwfwfest:0:1C0942:6E:500:Infinite Energy 4th Character (2/2) wwfwfest:0:1C093B:00:001:Drain All Energy Now! 4th Character wwfwfest:0:1C0942:00:501:Drain All Energy Now! 4th Character (2/2) wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfest:0:1C092B:00:001:Play as Hulk Hogan 4th Char wwfwfest:0:1C092B:01:001:Play as Ultimate Warrior 4th Char wwfwfest:0:1C092B:02:001:Play as Jake Roberts 4th Char wwfwfest:0:1C092B:03:001:Play as Big Boss Man 4th Char wwfwfest:0:1C092B:04:001:Play as Hawk 4th Char wwfwfest:0:1C092B:05:001:Play as Animal 4th Char wwfwfest:0:1C092B:06:001:Play as Sgt Slaughter 4th Char wwfwfest:0:1C092B:07:001:Play as Mr. Perfect 4th Char wwfwfest:0:1C092B:08:001:Play as Earthquake 4th Char wwfwfest:0:1C092B:09:001:Play as Ted DiBiase 4th Char wwfwfest:0:1C092B:0A:001:Play as Smash 4th Char wwfwfest:0:1C092B:0B:001:Play as Crush 4th Char ; [ WWF WrestleFest (US Tecmo) ] wwfwfsta:0:1C004F:63:000:Infinite Credits wwfwfsta:0:1C16A3:59:000:Infinite Time wwfwfsta:0:1C16A1:99:500:Infinite Time (2/2) wwfwfsta:0:1C0617:6E:000:Infinite Energy 1st Character wwfwfsta:0:1C061F:6E:500:Infinite Energy 1st Character (2/2) wwfwfsta:0:1C0617:00:001:Drain All Energy Now! 1st Character wwfwfsta:0:1C061F:00:501:Drain All Energy Now! 1st Character (2/2) wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfsta:0:1C0607:00:001:Play as Hulk Hogan 1st Char wwfwfsta:0:1C0607:01:001:Play as Ultimate Warrior 1st Char wwfwfsta:0:1C0607:02:001:Play as Jake Roberts 1st Char wwfwfsta:0:1C0607:03:001:Play as Big Boss Man 1st Char wwfwfsta:0:1C0607:04:001:Play as Hawk 1st Char wwfwfsta:0:1C0607:05:001:Play as Animal 1st Char wwfwfsta:0:1C0607:06:001:Play as Sgt Slaughter 1st Char wwfwfsta:0:1C0607:07:001:Play as Mr. Perfect 1st Char wwfwfsta:0:1C0607:08:001:Play as Earthquake 1st Char wwfwfsta:0:1C0607:09:001:Play as Ted DiBiase 1st Char wwfwfsta:0:1C0607:0A:001:Play as Smash 1st Char wwfwfsta:0:1C0607:0B:001:Play as Crush 1st Char wwfwfsta:0:1C0723:6E:000:Infinite Energy 2nd Character wwfwfsta:0:1C072B:6E:500:Infinite Energy 2nd Character (2/2) wwfwfsta:0:1C0723:00:001:Drain All Energy Now! 2nd Character wwfwfsta:0:1C072B:00:501:Drain All Energy Now! 2nd Character (2/2) wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfsta:0:1C0713:00:001:Play as Hulk Hogan 2nd Char wwfwfsta:0:1C0713:01:001:Play as Ultimate Warrior 2nd Char wwfwfsta:0:1C0713:02:001:Play as Jake Roberts 2nd Char wwfwfsta:0:1C0713:03:001:Play as Big Boss Man 2nd Char wwfwfsta:0:1C0713:04:001:Play as Hawk 2nd Char wwfwfsta:0:1C0713:05:001:Play as Animal 2nd Char wwfwfsta:0:1C0713:06:001:Play as Sgt Slaughter 2nd Char wwfwfsta:0:1C0713:07:001:Play as Mr. Perfect 2nd Char wwfwfsta:0:1C0713:08:001:Play as Earthquake 2nd Char wwfwfsta:0:1C0713:09:001:Play as Ted DiBiase 2nd Char wwfwfsta:0:1C0713:0A:001:Play as Smash 2nd Char wwfwfsta:0:1C0713:0B:001:Play as Crush 2nd Char wwfwfsta:0:1C082F:6E:000:Infinite Energy 3rd Character wwfwfsta:0:1C0837:6E:500:Infinite Energy 3rd Character (2/2) wwfwfsta:0:1C082F:00:001:Drain All Energy Now! 3rd Character wwfwfsta:0:1C0837:00:501:Drain All Energy Now! 3rd Character (2/2) wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfsta:0:1C081F:00:001:Play as Hulk Hogan 3rd Char wwfwfsta:0:1C081F:01:001:Play as Ultimate Warrior 3rd Char wwfwfsta:0:1C081F:02:001:Play as Jake Roberts 3rd Char wwfwfsta:0:1C081F:03:001:Play as Big Boss Man 3rd Char wwfwfsta:0:1C081F:04:001:Play as Hawk 3rd Char wwfwfsta:0:1C081F:05:001:Play as Animal 3rd Char wwfwfsta:0:1C081F:06:001:Play as Sgt Slaughter 3rd Char wwfwfsta:0:1C081F:07:001:Play as Mr. Perfect 3rd Char wwfwfsta:0:1C081F:08:001:Play as Earthquake 3rd Char wwfwfsta:0:1C081F:09:001:Play as Ted DiBiase 3rd Char wwfwfsta:0:1C081F:0A:001:Play as Smash 3rd Char wwfwfsta:0:1C081F:0B:001:Play as Crush 3rd Char wwfwfsta:0:1C093B:6E:000:Infinite Energy 4th Character wwfwfsta:0:1C0942:6E:500:Infinite Energy 4th Character (2/2) wwfwfsta:0:1C093B:00:001:Drain All Energy Now! 4th Character wwfwfsta:0:1C0942:00:501:Drain All Energy Now! 4th Character (2/2) wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfsta:0:1C092B:00:001:Play as Hulk Hogan 4th Char wwfwfsta:0:1C092B:01:001:Play as Ultimate Warrior 4th Char wwfwfsta:0:1C092B:02:001:Play as Jake Roberts 4th Char wwfwfsta:0:1C092B:03:001:Play as Big Boss Man 4th Char wwfwfsta:0:1C092B:04:001:Play as Hawk 4th Char wwfwfsta:0:1C092B:05:001:Play as Animal 4th Char wwfwfsta:0:1C092B:06:001:Play as Sgt Slaughter 4th Char wwfwfsta:0:1C092B:07:001:Play as Mr. Perfect 4th Char wwfwfsta:0:1C092B:08:001:Play as Earthquake 4th Char wwfwfsta:0:1C092B:09:001:Play as Ted DiBiase 4th Char wwfwfsta:0:1C092B:0A:001:Play as Smash 4th Char wwfwfsta:0:1C092B:0B:001:Play as Crush 4th Char ; [ WWF WrestleFest (US bootleg) ] wwfwfstb:0:1C004F:63:000:Infinite Credits wwfwfstb:0:1C16A3:59:000:Infinite Time wwfwfstb:0:1C16A1:99:500:Infinite Time (2/2) wwfwfstb:0:1C0617:6E:000:Infinite Energy 1st Character wwfwfstb:0:1C061F:6E:500:Infinite Energy 1st Character (2/2) wwfwfstb:0:1C0617:00:001:Drain All Energy Now! 1st Character wwfwfstb:0:1C061F:00:501:Drain All Energy Now! 1st Character (2/2) wwfwfstb:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstb:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstb:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstb:0:1C0607:00:001:Play as Hulk Hogan 1st Char wwfwfstb:0:1C0607:01:001:Play as Ultimate Warrior 1st Char wwfwfstb:0:1C0607:02:001:Play as Jake Roberts 1st Char wwfwfstb:0:1C0607:03:001:Play as Big Boss Man 1st Char wwfwfstb:0:1C0607:04:001:Play as Hawk 1st Char wwfwfstb:0:1C0607:05:001:Play as Animal 1st Char wwfwfstb:0:1C0607:06:001:Play as Sgt Slaughter 1st Char wwfwfstb:0:1C0607:07:001:Play as Mr. Perfect 1st Char wwfwfstb:0:1C0607:08:001:Play as Earthquake 1st Char wwfwfstb:0:1C0607:09:001:Play as Ted DiBiase 1st Char wwfwfstb:0:1C0607:0A:001:Play as Smash 1st Char wwfwfstb:0:1C0607:0B:001:Play as Crush 1st Char wwfwfstb:0:1C0723:6E:000:Infinite Energy 2nd Character wwfwfstb:0:1C072B:6E:500:Infinite Energy 2nd Character (2/2) wwfwfstb:0:1C0723:00:001:Drain All Energy Now! 2nd Character wwfwfstb:0:1C072B:00:501:Drain All Energy Now! 2nd Character (2/2) wwfwfstb:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstb:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstb:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstb:0:1C0713:00:001:Play as Hulk Hogan 2nd Char wwfwfstb:0:1C0713:01:001:Play as Ultimate Warrior 2nd Char wwfwfstb:0:1C0713:02:001:Play as Jake Roberts 2nd Char wwfwfstb:0:1C0713:03:001:Play as Big Boss Man 2nd Char wwfwfstb:0:1C0713:04:001:Play as Hawk 2nd Char wwfwfstb:0:1C0713:05:001:Play as Animal 2nd Char wwfwfstb:0:1C0713:06:001:Play as Sgt Slaughter 2nd Char wwfwfstb:0:1C0713:07:001:Play as Mr. Perfect 2nd Char wwfwfstb:0:1C0713:08:001:Play as Earthquake 2nd Char wwfwfstb:0:1C0713:09:001:Play as Ted DiBiase 2nd Char wwfwfstb:0:1C0713:0A:001:Play as Smash 2nd Char wwfwfstb:0:1C0713:0B:001:Play as Crush 2nd Char wwfwfstb:0:1C082F:6E:000:Infinite Energy 3rd Character wwfwfstb:0:1C0837:6E:500:Infinite Energy 3rd Character (2/2) wwfwfstb:0:1C082F:00:001:Drain All Energy Now! 3rd Character wwfwfstb:0:1C0837:00:501:Drain All Energy Now! 3rd Character (2/2) wwfwfstb:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstb:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstb:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstb:0:1C081F:00:001:Play as Hulk Hogan 3rd Char wwfwfstb:0:1C081F:01:001:Play as Ultimate Warrior 3rd Char wwfwfstb:0:1C081F:02:001:Play as Jake Roberts 3rd Char wwfwfstb:0:1C081F:03:001:Play as Big Boss Man 3rd Char wwfwfstb:0:1C081F:04:001:Play as Hawk 3rd Char wwfwfstb:0:1C081F:05:001:Play as Animal 3rd Char wwfwfstb:0:1C081F:06:001:Play as Sgt Slaughter 3rd Char wwfwfstb:0:1C081F:07:001:Play as Mr. Perfect 3rd Char wwfwfstb:0:1C081F:08:001:Play as Earthquake 3rd Char wwfwfstb:0:1C081F:09:001:Play as Ted DiBiase 3rd Char wwfwfstb:0:1C081F:0A:001:Play as Smash 3rd Char wwfwfstb:0:1C081F:0B:001:Play as Crush 3rd Char wwfwfstb:0:1C093B:6E:000:Infinite Energy 4th Character wwfwfstb:0:1C0942:6E:500:Infinite Energy 4th Character (2/2) wwfwfstb:0:1C093B:00:001:Drain All Energy Now! 4th Character wwfwfstb:0:1C0942:00:501:Drain All Energy Now! 4th Character (2/2) wwfwfstb:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstb:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstb:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstb:0:1C092B:00:001:Play as Hulk Hogan 4th Char wwfwfstb:0:1C092B:01:001:Play as Ultimate Warrior 4th Char wwfwfstb:0:1C092B:02:001:Play as Jake Roberts 4th Char wwfwfstb:0:1C092B:03:001:Play as Big Boss Man 4th Char wwfwfstb:0:1C092B:04:001:Play as Hawk 4th Char wwfwfstb:0:1C092B:05:001:Play as Animal 4th Char wwfwfstb:0:1C092B:06:001:Play as Sgt Slaughter 4th Char wwfwfstb:0:1C092B:07:001:Play as Mr. Perfect 4th Char wwfwfstb:0:1C092B:08:001:Play as Earthquake 4th Char wwfwfstb:0:1C092B:09:001:Play as Ted DiBiase 4th Char wwfwfstb:0:1C092B:0A:001:Play as Smash 4th Char wwfwfstb:0:1C092B:0B:001:Play as Crush 4th Char ; [ WWF WrestleFest (Japan) ] wwfwfstj:0:1C004F:63:000:Infinite Credits wwfwfstj:0:1C16A3:59:000:Infinite Time wwfwfstj:0:1C16A1:99:500:Infinite Time (2/2) wwfwfstj:0:1C0617:6E:000:Infinite Energy 1st Character wwfwfstj:0:1C061F:6E:500:Infinite Energy 1st Character (2/2) wwfwfstj:0:1C0617:00:001:Drain All Energy Now! 1st Character wwfwfstj:0:1C061F:00:501:Drain All Energy Now! 1st Character (2/2) wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstj:0:1C0607:00:001:Play as Hulk Hogan 1st Char wwfwfstj:0:1C0607:01:001:Play as Ultimate Warrior 1st Char wwfwfstj:0:1C0607:02:001:Play as Jake Roberts 1st Char wwfwfstj:0:1C0607:03:001:Play as Big Boss Man 1st Char wwfwfstj:0:1C0607:04:001:Play as Hawk 1st Char wwfwfstj:0:1C0607:05:001:Play as Animal 1st Char wwfwfstj:0:1C0607:06:001:Play as Sgt Slaughter 1st Char wwfwfstj:0:1C0607:07:001:Play as Mr. Perfect 1st Char wwfwfstj:0:1C0607:08:001:Play as Earthquake 1st Char wwfwfstj:0:1C0607:09:001:Play as Ted DiBiase 1st Char wwfwfstj:0:1C0607:0A:001:Play as Smash 1st Char wwfwfstj:0:1C0607:0B:001:Play as Crush 1st Char wwfwfstj:0:1C0723:6E:000:Infinite Energy 2nd Character wwfwfstj:0:1C072B:6E:500:Infinite Energy 2nd Character (2/2) wwfwfstj:0:1C0723:00:001:Drain All Energy Now! 2nd Character wwfwfstj:0:1C072B:00:501:Drain All Energy Now! 2nd Character (2/2) wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstj:0:1C0713:00:001:Play as Hulk Hogan 2nd Char wwfwfstj:0:1C0713:01:001:Play as Ultimate Warrior 2nd Char wwfwfstj:0:1C0713:02:001:Play as Jake Roberts 2nd Char wwfwfstj:0:1C0713:03:001:Play as Big Boss Man 2nd Char wwfwfstj:0:1C0713:04:001:Play as Hawk 2nd Char wwfwfstj:0:1C0713:05:001:Play as Animal 2nd Char wwfwfstj:0:1C0713:06:001:Play as Sgt Slaughter 2nd Char wwfwfstj:0:1C0713:07:001:Play as Mr. Perfect 2nd Char wwfwfstj:0:1C0713:08:001:Play as Earthquake 2nd Char wwfwfstj:0:1C0713:09:001:Play as Ted DiBiase 2nd Char wwfwfstj:0:1C0713:0A:001:Play as Smash 2nd Char wwfwfstj:0:1C0713:0B:001:Play as Crush 2nd Char wwfwfstj:0:1C082F:6E:000:Infinite Energy 3rd Character wwfwfstj:0:1C0837:6E:500:Infinite Energy 3rd Character (2/2) wwfwfstj:0:1C082F:00:001:Drain All Energy Now! 3rd Character wwfwfstj:0:1C0837:00:501:Drain All Energy Now! 3rd Character (2/2) wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstj:0:1C081F:00:001:Play as Hulk Hogan 3rd Char wwfwfstj:0:1C081F:01:001:Play as Ultimate Warrior 3rd Char wwfwfstj:0:1C081F:02:001:Play as Jake Roberts 3rd Char wwfwfstj:0:1C081F:03:001:Play as Big Boss Man 3rd Char wwfwfstj:0:1C081F:04:001:Play as Hawk 3rd Char wwfwfstj:0:1C081F:05:001:Play as Animal 3rd Char wwfwfstj:0:1C081F:06:001:Play as Sgt Slaughter 3rd Char wwfwfstj:0:1C081F:07:001:Play as Mr. Perfect 3rd Char wwfwfstj:0:1C081F:08:001:Play as Earthquake 3rd Char wwfwfstj:0:1C081F:09:001:Play as Ted DiBiase 3rd Char wwfwfstj:0:1C081F:0A:001:Play as Smash 3rd Char wwfwfstj:0:1C081F:0B:001:Play as Crush 3rd Char wwfwfstj:0:1C093B:6E:000:Infinite Energy 4th Character wwfwfstj:0:1C0942:6E:500:Infinite Energy 4th Character (2/2) wwfwfstj:0:1C093B:00:001:Drain All Energy Now! 4th Character wwfwfstj:0:1C0942:00:501:Drain All Energy Now! 4th Character (2/2) wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ] wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ] wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ] wwfwfstj:0:1C092B:00:001:Play as Hulk Hogan 4th Char wwfwfstj:0:1C092B:01:001:Play as Ultimate Warrior 4th Char wwfwfstj:0:1C092B:02:001:Play as Jake Roberts 4th Char wwfwfstj:0:1C092B:03:001:Play as Big Boss Man 4th Char wwfwfstj:0:1C092B:04:001:Play as Hawk 4th Char wwfwfstj:0:1C092B:05:001:Play as Animal 4th Char wwfwfstj:0:1C092B:06:001:Play as Sgt Slaughter 4th Char wwfwfstj:0:1C092B:07:001:Play as Mr. Perfect 4th Char wwfwfstj:0:1C092B:08:001:Play as Earthquake 4th Char wwfwfstj:0:1C092B:09:001:Play as Ted DiBiase 4th Char wwfwfstj:0:1C092B:0A:001:Play as Smash 4th Char wwfwfstj:0:1C092B:0B:001:Play as Crush 4th Char ; [ Wai Wai Jockey Gate-In! ] wwjgtin:0:00B4:9A:000:Infinite Select Time wwjgtin:0:004E:38:000:Always have Max Power Horse 1 wwjgtin:0:004F:38:000:Always have Max Power Horse 2 wwjgtin:0:0050:38:000:Always have Max Power Horse 3 wwjgtin:0:0051:38:000:Always have Max Power Horse 4 wwjgtin:0:0052:38:000:Always have Max Power Horse 5 wwjgtin:0:004E:38:001:Get Max Power Horse 1 Now! wwjgtin:0:004F:38:001:Get Max Power Horse 2 Now! wwjgtin:0:0050:38:001:Get Max Power Horse 3 Now! wwjgtin:0:0051:38:001:Get Max Power Horse 4 Now! wwjgtin:0:0052:38:001:Get Max Power Horse 5 Now! wwjgtin:0:004E:00:000:Always have No Power Horse 1 wwjgtin:0:004F:00:000:Always have No Power Horse 2 wwjgtin:0:0050:00:000:Always have No Power Horse 3 wwjgtin:0:0051:00:000:Always have No Power Horse 4 wwjgtin:0:0052:00:000:Always have No Power Horse 5 wwjgtin:0:004E:00:001:Get No Power Horse 1 Now! wwjgtin:0:004F:00:001:Get No Power Horse 2 Now! wwjgtin:0:0050:00:001:Get No Power Horse 3 Now! wwjgtin:0:0051:00:001:Get No Power Horse 4 Now! wwjgtin:0:0052:00:001:Get No Power Horse 5 Now! wwjgtin:0:0041:03:000:Infinite Lives PL1 wwjgtin:0:0042:03:000:Infinite Lives PL2 ; [ X-Day 2 (Japan) ] xday2:0:0000:00:999:[ There are no cheats ]:REASON 1 xday2:0:0000:00:999:[ for this game as it ]:REASON 1 xday2:0:0000:00:999:[ didn't work the last ]:REASON 1 xday2:0:0000:00:999:[ time it was tested. ]:REASON 1 xday2:0:0000:00:999:[ If the game now works ]:REASON 1 xday2:0:0000:00:999:[ please request cheats ]:REASON 1 xday2:0:0000:00:999:[ for it on the cheat ]:REASON 1 xday2:0:0000:00:999:[ forums. ]:REASON 1 ; [ Xenophobe ] xenophob:0:060167:58:000:Stop Self-Destruct timer xenophob:0:06072D:FF:000:Infinite Health PL1 xenophob:0:0607ED:FF:000:Infinite Health PL2 xenophob:0:0608AD:FF:000:Infinite Health PL3 ; [ Xevious 3D/G (XV31/VER.A) ] xevi3dg:0:000EE8C0:09:000:Infinite Credits xevi3dg:0:00150DC8:06:000:Infinite Lives PL1 xevi3dg:0:00126358:01:000:Invincibility PL1 xevi3dg:0:00150DB0:00:000:Always have Normal Weapon PL1 xevi3dg:0:00150DB0:01:000:Always have Laser Gun PL1 xevi3dg:0:00150DB0:02:000:Always have Homing Weapon PL1 xevi3dg:0:00115BDC:02:000:Maximum Fire Power PL1 xevi3dg:0:00150DCC:06:000:Infinite Lives PL2 xevi3dg:0:00126204:01:000:Invincibility PL2 xevi3dg:0:00150DB4:00:000:Always have Normal Weapon PL2 xevi3dg:0:00150DB4:01:000:Always have Laser Gun PL2 xevi3dg:0:00150DB4:02:000:Always have Homing Weapon PL2 xevi3dg:0:001171B0:02:000:Maximum Fire Power PL2 ; [ Xevios ] xevios:0:8183:09:000:Infinite Lives :xevios:20800000:1503:000000C9:FFFFFFFF:Invincibility :xevios:00000000:8033:00000001:FFFFFFFF:Rapid Fire - Zapper ; [ Xevious (Namco) ] xevious:0:8183:09:000:Infinite Lives :xevious:20800000:1503:000000C9:FFFFFFFF:Invincibility :xevious:00000000:8033:00000001:FFFFFFFF:Rapid Fire - Zapper ; [ Xevious (Atari set 1) ] xeviousa:0:8183:09:000:Infinite Lives :xeviousa:20800000:1542:000000C9:FFFFFFFF:Invincibility :xeviousa:00000000:8033:00000001:FFFFFFFF:Rapid Fire - Zapper ; [ Xevious (Atari set 2) ] xeviousb:0:8183:09:000:Infinite Lives :xeviousb:20800000:1542:000000C9:FFFFFFFF:Invincibility :xeviousb:00000000:8033:00000001:FFFFFFFF:Rapid Fire - Zapper ; [ Xevious (Atari set 3) ] xeviousc:0:8183:09:000:Infinite Lives :xeviousc:20800000:1542:000000C9:FFFFFFFF:Invincibility :xeviousc:00000000:8033:00000001:FFFFFFFF:Rapid Fire - Zapper ; [ Xexex (ver EAA) ] xexex:0:0801EA:99:000:Infinite Credits xexex:0:082019:07:061:Select the Starting Level:Use anytime before you hit 'Start' xexex:0:08224D:28:000:Infinite Energy PL1 xexex:0:082221:01:000:Invincibility PL1 xexex:0:08222D:04:000:Always have Max Bullet Power PL1 xexex:0:082309:02:000:Always have Max Probe/Flint Power PL1 xexex:0:08224B:03:000:Always have Max Homing Missiles Power PL1 xexex:0:08222D:04:071:Select Bullet Power Now! PL1 xexex:0:082309:02:071:Select Probe/Flint Power Now! PL1 xexex:0:08224B:03:071:Select Homing Missiles Power Now! PL1 xexex:0:08264D:28:000:Infinite Energy PL2 xexex:0:082621:01:000:Invincibility PL2 xexex:0:08262D:04:000:Always have Max Bullet Power PL2 xexex:0:082709:02:000:Always have Max Probe/Flint Power PL2 xexex:0:08264B:03:000:Always have Max Homing Missiles Power PL2 xexex:0:08262D:04:071:Select Bullet Power Now! PL2 xexex:0:082709:02:071:Select Probe/Flint Power Now! PL2 xexex:0:08264B:03:071:Select Homing Missiles Power Now! PL2 ; [ Xexex (ver JAA) ] xexexj:0:080036:99:000:Infinite Credits xexexj:0:082000:09:000:Infinite Lives xexexj:0:09277C:50:002:Invincibility xexexj:0:082309:02:000:Always Max Probe/Flint Power xexexj:0:000000:00:999:[ Do Not Enable Weapon Cheats Whilst Firing! ] xexexj:0:08222D:00:000:Always have the Photon Beam xexexj:0:08222D:01:000:Always have the Search Laser xexexj:0:08222D:02:000:Always have the Homing Laser xexexj:0:08222D:03:000:Always have the Shadow Laser xexexj:0:08222D:04:000:Always have the Spiral Laser xexexj:0:08222D:05:000:Always have the Ground Laser xexexj:0:08222D:07:000:Always have the Round Laser xexexj:0:082309:02:071:Select the Probe/Flint Power Now! xexexj:0:08222D:00:001:Get the Photon Beam Now! xexexj:0:08222D:01:001:Get the Search Laser Now! xexexj:0:08222D:02:001:Get the Homing Laser Now! xexexj:0:08222D:03:001:Get the Shadow Laser Now! xexexj:0:08222D:04:001:Get the Spiral Laser Now! xexexj:0:08222D:05:001:Get the Ground Laser Now! xexexj:0:08222D:07:001:Get the Round Laser Now! xexexj:0:082019:07:061:Select Starting Level:Works for both players, Use before each player starts ; [ X-Files ] xfiles:0:0000:00:999:[ There are no cheats ]:REASON 1 xfiles:0:0000:00:999:[ for this game as it ]:REASON 1 xfiles:0:0000:00:999:[ didn't work the last ]:REASON 1 xfiles:0:0000:00:999:[ time it was tested. ]:REASON 1 xfiles:0:0000:00:999:[ If the game now works ]:REASON 1 xfiles:0:0000:00:999:[ please request cheats ]:REASON 1 xfiles:0:0000:00:999:[ for it on the cheat ]:REASON 1 xfiles:0:0000:00:999:[ forums. ]:REASON 1 ; [ X-Men: Children of the Atom (Euro 950105) ] xmcota:0:FF4808:99:000:Infinite Time xmcota:0:FF4808:00:001:Finish this Round Now! xmcota:0:FF4191:8F:000:Infinite Energy PL1 xmcota:0:FF4191:00:001:Drain All Energy Now! PL1 xmcota:0:FF4198:02:000:Always have Max Power PL1 xmcota:0:FF4195:8E:500:Always have Max Power PL1 (2/2) xmcota:0:FF4198:00:000:Always have Min Power PL1 xmcota:0:FF4195:00:500:Always have Min Power PL1 (2/2) xmcota:0:FF4198:02:001:Get Max Power Now! PL1 xmcota:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2) xmcota:0:FF4198:00:001:Get Min Power Now! PL1 xmcota:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) xmcota:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcota:0:FF4051:00:001:Play with Wolverine PL1 xmcota:0:FF4051:02:001:Play with Psylocke PL1 xmcota:0:FF4051:04:001:Play with Colossus PL1 xmcota:0:FF4051:06:001:Play with Cyclops PL1 xmcota:0:FF4051:08:001:Play with Storm PL1 xmcota:0:FF4051:0A:001:Play with Iceman PL1 xmcota:0:FF4051:0C:001:Play with Spiral PL1 xmcota:0:FF4051:0E:001:Play with Silver Samurai PL1 xmcota:0:FF4051:10:001:Play with Omega Red PL1 xmcota:0:FF4051:12:001:Play with Sentinel PL1 xmcota:0:FF4051:14:001:Play with Juggernaut PL1 xmcota:0:FF4051:16:001:Play with Magneto PL1 xmcota:0:FF4051:18:001:Play with Gouki PL1 xmcota:0:FF4591:8F:000:Infinite Energy PL2 xmcota:0:FF4591:00:001:Drain All Energy Now! PL2 xmcota:0:FF4598:02:000:Always have Max Power PL2 xmcota:0:FF4595:8E:500:Always have Max Power PL2 (2/2) xmcota:0:FF4598:00:000:Always have Min Power PL2 xmcota:0:FF4595:00:500:Always have Min Power PL2 (2/2) xmcota:0:FF4598:02:001:Get Max Power Now! PL2 xmcota:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2) xmcota:0:FF4598:00:001:Get Min Power Now! PL2 xmcota:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) xmcota:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcota:0:FF4451:00:001:Play with Wolverine PL2 xmcota:0:FF4451:02:001:Play with Psylocke PL2 xmcota:0:FF4451:04:001:Play with Colossus PL2 xmcota:0:FF4451:06:001:Play with Cyclops PL2 xmcota:0:FF4451:08:001:Play with Storm PL2 xmcota:0:FF4451:0A:001:Play with Iceman PL2 xmcota:0:FF4451:0C:001:Play with Spiral PL2 xmcota:0:FF4451:0E:001:Play with Silver Samurai PL2 xmcota:0:FF4451:10:001:Play with Omega Red PL2 xmcota:0:FF4451:12:001:Play with Sentinel PL2 xmcota:0:FF4451:14:001:Play with Juggernaut PL2 xmcota:0:FF4451:16:001:Play with Magneto PL2 xmcota:0:FF4451:18:001:Play with Gouki PL2 xmcota:0:000000:00:999:[ These are the codes to set the machine region - the ] xmcota:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmcota:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmcota:0:FF4BF7:00:000:Region Switch = Japan xmcota:0:FF4BF7:02:000:Region Switch = USA xmcota:0:FF4BF7:04:000:Region Switch = Euro xmcota:0:FF4BF7:06:000:Region Switch = ASIA xmcota:0:FF4BF7:08:000:Region Switch = Hispanic xmcota:0:FF4BF7:0A:000:Region Switch = Brazil ; [ X-Men: Children of the Atom (Asia 941217) ] xmcotaa:0:FF4808:99:000:Infinite Time xmcotaa:0:FF4808:00:001:Finish this Round Now! xmcotaa:0:FF4191:8F:000:Infinite Energy PL1 xmcotaa:0:FF4191:00:001:Drain All Energy Now! PL1 xmcotaa:0:FF4198:02:000:Always have Max Power PL1 xmcotaa:0:FF4195:8E:500:Always have Max Power PL1 (2/2) xmcotaa:0:FF4198:00:000:Always have Min Power PL1 xmcotaa:0:FF4195:00:500:Always have Min Power PL1 (2/2) xmcotaa:0:FF4198:02:001:Get Max Power Now! PL1 xmcotaa:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2) xmcotaa:0:FF4198:00:001:Get Min Power Now! PL1 xmcotaa:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) xmcotaa:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotaa:0:FF4051:00:001:Play with Wolverine PL1 xmcotaa:0:FF4051:02:001:Play with Psylocke PL1 xmcotaa:0:FF4051:04:001:Play with Colossus PL1 xmcotaa:0:FF4051:06:001:Play with Cyclops PL1 xmcotaa:0:FF4051:08:001:Play with Storm PL1 xmcotaa:0:FF4051:0A:001:Play with Iceman PL1 xmcotaa:0:FF4051:0C:001:Play with Spiral PL1 xmcotaa:0:FF4051:0E:001:Play with Silver Samurai PL1 xmcotaa:0:FF4051:10:001:Play with Omega Red PL1 xmcotaa:0:FF4051:12:001:Play with Sentinel PL1 xmcotaa:0:FF4051:14:001:Play with Juggernaut PL1 xmcotaa:0:FF4051:16:001:Play with Magneto PL1 xmcotaa:0:FF4051:18:001:Play with Gouki PL1 xmcotaa:0:FF4591:8F:000:Infinite Energy PL2 xmcotaa:0:FF4591:00:001:Drain All Energy Now! PL2 xmcotaa:0:FF4598:02:000:Always have Max Power PL2 xmcotaa:0:FF4595:8E:500:Always have Max Power PL2 (2/2) xmcotaa:0:FF4598:00:000:Always have Min Power PL2 xmcotaa:0:FF4595:00:500:Always have Min Power PL2 (2/2) xmcotaa:0:FF4598:02:001:Get Max Power Now! PL2 xmcotaa:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2) xmcotaa:0:FF4598:00:001:Get Min Power Now! PL2 xmcotaa:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) xmcotaa:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotaa:0:FF4451:00:001:Play with Wolverine PL2 xmcotaa:0:FF4451:02:001:Play with Psylocke PL2 xmcotaa:0:FF4451:04:001:Play with Colossus PL2 xmcotaa:0:FF4451:06:001:Play with Cyclops PL2 xmcotaa:0:FF4451:08:001:Play with Storm PL2 xmcotaa:0:FF4451:0A:001:Play with Iceman PL2 xmcotaa:0:FF4451:0C:001:Play with Spiral PL2 xmcotaa:0:FF4451:0E:001:Play with Silver Samurai PL2 xmcotaa:0:FF4451:10:001:Play with Omega Red PL2 xmcotaa:0:FF4451:12:001:Play with Sentinel PL2 xmcotaa:0:FF4451:14:001:Play with Juggernaut PL2 xmcotaa:0:FF4451:16:001:Play with Magneto PL2 xmcotaa:0:FF4451:18:001:Play with Gouki PL2 xmcotaa:0:000000:00:999:[ These are the codes to set the machine region - the ] xmcotaa:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmcotaa:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmcotaa:0:FF4BF7:00:000:Region Switch = Japan xmcotaa:0:FF4BF7:02:000:Region Switch = USA xmcotaa:0:FF4BF7:04:000:Region Switch = Euro xmcotaa:0:FF4BF7:06:000:Region Switch = ASIA xmcotaa:0:FF4BF7:08:000:Region Switch = Hispanic xmcotaa:0:FF4BF7:0A:000:Region Switch = Brazil ; [ X-Men: Children of the Atom (Hispanic 950331) ] xmcotah:0:FF4808:99:000:Infinite Time xmcotah:0:FF4808:00:001:Finish this Round Now! xmcotah:0:FF4191:8F:000:Infinite Energy PL1 xmcotah:0:FF4191:00:001:Drain All Energy Now! PL1 xmcotah:0:FF4198:02:000:Always have Max Power PL1 xmcotah:0:FF4195:8E:500:Always have Max Power PL1 (2/2) xmcotah:0:FF4198:00:000:Always have Min Power PL1 xmcotah:0:FF4195:00:500:Always have Min Power PL1 (2/2) xmcotah:0:FF4198:02:001:Get Max Power Now! PL1 xmcotah:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2) xmcotah:0:FF4198:00:001:Get Min Power Now! PL1 xmcotah:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) xmcotah:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotah:0:FF4051:00:001:Play with Wolverine PL1 xmcotah:0:FF4051:02:001:Play with Psylocke PL1 xmcotah:0:FF4051:04:001:Play with Colossus PL1 xmcotah:0:FF4051:06:001:Play with Cyclops PL1 xmcotah:0:FF4051:08:001:Play with Storm PL1 xmcotah:0:FF4051:0A:001:Play with Iceman PL1 xmcotah:0:FF4051:0C:001:Play with Spiral PL1 xmcotah:0:FF4051:0E:001:Play with Silver Samurai PL1 xmcotah:0:FF4051:10:001:Play with Omega Red PL1 xmcotah:0:FF4051:12:001:Play with Sentinel PL1 xmcotah:0:FF4051:14:001:Play with Juggernaut PL1 xmcotah:0:FF4051:16:001:Play with Magneto PL1 xmcotah:0:FF4051:18:001:Play with Gouki PL1 xmcotah:0:FF4591:8F:000:Infinite Energy PL2 xmcotah:0:FF4591:00:001:Drain All Energy Now! PL2 xmcotah:0:FF4598:02:000:Always have Max Power PL2 xmcotah:0:FF4595:8E:500:Always have Max Power PL2 (2/2) xmcotah:0:FF4598:00:000:Always have Min Power PL2 xmcotah:0:FF4595:00:500:Always have Min Power PL2 (2/2) xmcotah:0:FF4598:02:001:Get Max Power Now! PL2 xmcotah:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2) xmcotah:0:FF4598:00:001:Get Min Power Now! PL2 xmcotah:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) xmcotah:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotah:0:FF4451:00:001:Play with Wolverine PL2 xmcotah:0:FF4451:02:001:Play with Psylocke PL2 xmcotah:0:FF4451:04:001:Play with Colossus PL2 xmcotah:0:FF4451:06:001:Play with Cyclops PL2 xmcotah:0:FF4451:08:001:Play with Storm PL2 xmcotah:0:FF4451:0A:001:Play with Iceman PL2 xmcotah:0:FF4451:0C:001:Play with Spiral PL2 xmcotah:0:FF4451:0E:001:Play with Silver Samurai PL2 xmcotah:0:FF4451:10:001:Play with Omega Red PL2 xmcotah:0:FF4451:12:001:Play with Sentinel PL2 xmcotah:0:FF4451:14:001:Play with Juggernaut PL2 xmcotah:0:FF4451:16:001:Play with Magneto PL2 xmcotah:0:FF4451:18:001:Play with Gouki PL2 xmcotah:0:000000:00:999:[ These are the codes to set the machine region - the ] xmcotah:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmcotah:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmcotah:0:FF4BF7:00:000:Region Switch = Japan xmcotah:0:FF4BF7:02:000:Region Switch = USA xmcotah:0:FF4BF7:04:000:Region Switch = Euro xmcotah:0:FF4BF7:06:000:Region Switch = ASIA xmcotah:0:FF4BF7:08:000:Region Switch = Hispanic xmcotah:0:FF4BF7:0A:000:Region Switch = Brazil ; [ X-Men: Children of the Atom (Japan 941219) ] xmcotaj:0:FF4808:99:000:Infinite Time xmcotaj:0:FF4808:00:001:Finish this Round Now! xmcotaj:0:FF4191:8F:000:Infinite Energy PL1 xmcotaj:0:FF4191:00:001:Drain All Energy Now! PL1 xmcotaj:0:FF4198:02:000:Always have Max Power PL1 xmcotaj:0:FF4195:8E:500:Always have Max Power PL1 (2/2) xmcotaj:0:FF4198:00:000:Always have Min Power PL1 xmcotaj:0:FF4195:00:500:Always have Min Power PL1 (2/2) xmcotaj:0:FF4198:02:001:Get Max Power Now! PL1 xmcotaj:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2) xmcotaj:0:FF4198:00:001:Get Min Power Now! PL1 xmcotaj:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) xmcotaj:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotaj:0:FF4051:00:001:Play with Wolverine PL1 xmcotaj:0:FF4051:02:001:Play with Psylocke PL1 xmcotaj:0:FF4051:04:001:Play with Colossus PL1 xmcotaj:0:FF4051:06:001:Play with Cyclops PL1 xmcotaj:0:FF4051:08:001:Play with Storm PL1 xmcotaj:0:FF4051:0A:001:Play with Iceman PL1 xmcotaj:0:FF4051:0C:001:Play with Spiral PL1 xmcotaj:0:FF4051:0E:001:Play with Silver Samurai PL1 xmcotaj:0:FF4051:10:001:Play with Omega Red PL1 xmcotaj:0:FF4051:12:001:Play with Sentinel PL1 xmcotaj:0:FF4051:14:001:Play with Juggernaut PL1 xmcotaj:0:FF4051:16:001:Play with Magneto PL1 xmcotaj:0:FF4051:18:001:Play with Gouki PL1 xmcotaj:0:FF4591:8F:000:Infinite Energy PL2 xmcotaj:0:FF4591:00:001:Drain All Energy Now! PL2 xmcotaj:0:FF4598:02:000:Always have Max Power PL2 xmcotaj:0:FF4595:8E:500:Always have Max Power PL2 (2/2) xmcotaj:0:FF4598:00:000:Always have Min Power PL2 xmcotaj:0:FF4595:00:500:Always have Min Power PL2 (2/2) xmcotaj:0:FF4598:02:001:Get Max Power Now! PL2 xmcotaj:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2) xmcotaj:0:FF4598:00:001:Get Min Power Now! PL2 xmcotaj:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) xmcotaj:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotaj:0:FF4451:00:001:Play with Wolverine PL2 xmcotaj:0:FF4451:02:001:Play with Psylocke PL2 xmcotaj:0:FF4451:04:001:Play with Colossus PL2 xmcotaj:0:FF4451:06:001:Play with Cyclops PL2 xmcotaj:0:FF4451:08:001:Play with Storm PL2 xmcotaj:0:FF4451:0A:001:Play with Iceman PL2 xmcotaj:0:FF4451:0C:001:Play with Spiral PL2 xmcotaj:0:FF4451:0E:001:Play with Silver Samurai PL2 xmcotaj:0:FF4451:10:001:Play with Omega Red PL2 xmcotaj:0:FF4451:12:001:Play with Sentinel PL2 xmcotaj:0:FF4451:14:001:Play with Juggernaut PL2 xmcotaj:0:FF4451:16:001:Play with Magneto PL2 xmcotaj:0:FF4451:18:001:Play with Gouki PL2 xmcotaj:0:000000:00:999:[ These are the codes to set the machine region - the ] xmcotaj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmcotaj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmcotaj:0:FF4BF7:00:000:Region Switch = Japan xmcotaj:0:FF4BF7:02:000:Region Switch = USA xmcotaj:0:FF4BF7:04:000:Region Switch = Euro xmcotaj:0:FF4BF7:06:000:Region Switch = ASIA xmcotaj:0:FF4BF7:08:000:Region Switch = Hispanic xmcotaj:0:FF4BF7:0A:000:Region Switch = Brazil ; [ X-Men: Children of the Atom (Japan 941217) ] xmcotaj1:0:FF4808:99:000:Infinite Time xmcotaj1:0:FF4808:00:001:Finish this Round Now! xmcotaj1:0:FF4191:8F:000:Infinite Energy PL1 xmcotaj1:0:FF4191:00:001:Drain All Energy Now! PL1 xmcotaj1:0:FF4198:02:000:Always have Max Power PL1 xmcotaj1:0:FF4195:8E:500:Always have Max Power PL1 (2/2) xmcotaj1:0:FF4198:00:000:Always have Min Power PL1 xmcotaj1:0:FF4195:00:500:Always have Min Power PL1 (2/2) xmcotaj1:0:FF4198:02:001:Get Max Power Now! PL1 xmcotaj1:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2) xmcotaj1:0:FF4198:00:001:Get Min Power Now! PL1 xmcotaj1:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) xmcotaj1:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotaj1:0:FF4051:00:001:Play with Wolverine PL1 xmcotaj1:0:FF4051:02:001:Play with Psylocke PL1 xmcotaj1:0:FF4051:04:001:Play with Colossus PL1 xmcotaj1:0:FF4051:06:001:Play with Cyclops PL1 xmcotaj1:0:FF4051:08:001:Play with Storm PL1 xmcotaj1:0:FF4051:0A:001:Play with Iceman PL1 xmcotaj1:0:FF4051:0C:001:Play with Spiral PL1 xmcotaj1:0:FF4051:0E:001:Play with Silver Samurai PL1 xmcotaj1:0:FF4051:10:001:Play with Omega Red PL1 xmcotaj1:0:FF4051:12:001:Play with Sentinel PL1 xmcotaj1:0:FF4051:14:001:Play with Juggernaut PL1 xmcotaj1:0:FF4051:16:001:Play with Magneto PL1 xmcotaj1:0:FF4051:18:001:Play with Gouki PL1 xmcotaj1:0:FF4591:8F:000:Infinite Energy PL2 xmcotaj1:0:FF4591:00:001:Drain All Energy Now! PL2 xmcotaj1:0:FF4598:02:000:Always have Max Power PL2 xmcotaj1:0:FF4595:8E:500:Always have Max Power PL2 (2/2) xmcotaj1:0:FF4598:00:000:Always have Min Power PL2 xmcotaj1:0:FF4595:00:500:Always have Min Power PL2 (2/2) xmcotaj1:0:FF4598:02:001:Get Max Power Now! PL2 xmcotaj1:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2) xmcotaj1:0:FF4598:00:001:Get Min Power Now! PL2 xmcotaj1:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) xmcotaj1:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotaj1:0:FF4451:00:001:Play with Wolverine PL2 xmcotaj1:0:FF4451:02:001:Play with Psylocke PL2 xmcotaj1:0:FF4451:04:001:Play with Colossus PL2 xmcotaj1:0:FF4451:06:001:Play with Cyclops PL2 xmcotaj1:0:FF4451:08:001:Play with Storm PL2 xmcotaj1:0:FF4451:0A:001:Play with Iceman PL2 xmcotaj1:0:FF4451:0C:001:Play with Spiral PL2 xmcotaj1:0:FF4451:0E:001:Play with Silver Samurai PL2 xmcotaj1:0:FF4451:10:001:Play with Omega Red PL2 xmcotaj1:0:FF4451:12:001:Play with Sentinel PL2 xmcotaj1:0:FF4451:14:001:Play with Juggernaut PL2 xmcotaj1:0:FF4451:16:001:Play with Magneto PL2 xmcotaj1:0:FF4451:18:001:Play with Gouki PL2 xmcotaj1:0:000000:00:999:[ These are the codes to set the machine region - the ] xmcotaj1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmcotaj1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmcotaj1:0:FF4BF7:00:000:Region Switch = Japan xmcotaj1:0:FF4BF7:02:000:Region Switch = USA xmcotaj1:0:FF4BF7:04:000:Region Switch = Euro xmcotaj1:0:FF4BF7:06:000:Region Switch = ASIA xmcotaj1:0:FF4BF7:08:000:Region Switch = Hispanic xmcotaj1:0:FF4BF7:0A:000:Region Switch = Brazil ; [ X-Men: Children of the Atom (Japan 941208 rent version) ] xmcotajr:0:FF4808:99:000:Infinite Time xmcotajr:0:FF4808:00:001:Finish this Round Now! xmcotajr:0:FF4191:8F:000:Infinite Energy PL1 xmcotajr:0:FF4191:00:001:Drain All Energy Now! PL1 xmcotajr:0:FF4198:02:000:Always have Max Power PL1 xmcotajr:0:FF4195:8E:500:Always have Max Power PL1 (2/2) xmcotajr:0:FF4198:00:000:Always have Min Power PL1 xmcotajr:0:FF4195:00:500:Always have Min Power PL1 (2/2) xmcotajr:0:FF4198:02:001:Get Max Power Now! PL1 xmcotajr:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2) xmcotajr:0:FF4198:00:001:Get Min Power Now! PL1 xmcotajr:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) xmcotajr:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotajr:0:FF4051:00:001:Play with Wolverine PL1 xmcotajr:0:FF4051:02:001:Play with Psylocke PL1 xmcotajr:0:FF4051:04:001:Play with Colossus PL1 xmcotajr:0:FF4051:06:001:Play with Cyclops PL1 xmcotajr:0:FF4051:08:001:Play with Storm PL1 xmcotajr:0:FF4051:0A:001:Play with Iceman PL1 xmcotajr:0:FF4051:0C:001:Play with Spiral PL1 xmcotajr:0:FF4051:0E:001:Play with Silver Samurai PL1 xmcotajr:0:FF4051:10:001:Play with Omega Red PL1 xmcotajr:0:FF4051:12:001:Play with Sentinel PL1 xmcotajr:0:FF4051:14:001:Play with Juggernaut PL1 xmcotajr:0:FF4051:16:001:Play with Magneto PL1 xmcotajr:0:FF4051:18:001:Play with Gouki PL1 xmcotajr:0:FF4591:8F:000:Infinite Energy PL2 xmcotajr:0:FF4591:00:001:Drain All Energy Now! PL2 xmcotajr:0:FF4598:02:000:Always have Max Power PL2 xmcotajr:0:FF4595:8E:500:Always have Max Power PL2 (2/2) xmcotajr:0:FF4598:00:000:Always have Min Power PL2 xmcotajr:0:FF4595:00:500:Always have Min Power PL2 (2/2) xmcotajr:0:FF4598:02:001:Get Max Power Now! PL2 xmcotajr:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2) xmcotajr:0:FF4598:00:001:Get Min Power Now! PL2 xmcotajr:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) xmcotajr:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotajr:0:FF4451:00:001:Play with Wolverine PL2 xmcotajr:0:FF4451:02:001:Play with Psylocke PL2 xmcotajr:0:FF4451:04:001:Play with Colossus PL2 xmcotajr:0:FF4451:06:001:Play with Cyclops PL2 xmcotajr:0:FF4451:08:001:Play with Storm PL2 xmcotajr:0:FF4451:0A:001:Play with Iceman PL2 xmcotajr:0:FF4451:0C:001:Play with Spiral PL2 xmcotajr:0:FF4451:0E:001:Play with Silver Samurai PL2 xmcotajr:0:FF4451:10:001:Play with Omega Red PL2 xmcotajr:0:FF4451:12:001:Play with Sentinel PL2 xmcotajr:0:FF4451:14:001:Play with Juggernaut PL2 xmcotajr:0:FF4451:16:001:Play with Magneto PL2 xmcotajr:0:FF4451:18:001:Play with Gouki PL2 xmcotajr:0:000000:00:999:[ These are the codes to set the machine region - the ] xmcotajr:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmcotajr:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmcotajr:0:FF4BF7:00:000:Region Switch = Japan xmcotajr:0:FF4BF7:02:000:Region Switch = USA xmcotajr:0:FF4BF7:04:000:Region Switch = Euro xmcotajr:0:FF4BF7:06:000:Region Switch = ASIA xmcotajr:0:FF4BF7:08:000:Region Switch = Hispanic xmcotajr:0:FF4BF7:0A:000:Region Switch = Brazil ; [ X-Men: Children of the Atom (US 950105) ] xmcotau:0:FF4808:99:000:Infinite Time xmcotau:0:FF4808:00:001:Finish this Round Now! xmcotau:0:FF4191:8F:000:Infinite Energy PL1 xmcotau:0:FF4191:00:001:Drain All Energy Now! PL1 xmcotau:0:FF4198:02:000:Always have Max Power PL1 xmcotau:0:FF4195:8E:500:Always have Max Power PL1 (2/2) xmcotau:0:FF4198:00:000:Always have Min Power PL1 xmcotau:0:FF4195:00:500:Always have Min Power PL1 (2/2) xmcotau:0:FF4198:02:001:Get Max Power Now! PL1 xmcotau:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2) xmcotau:0:FF4198:00:001:Get Min Power Now! PL1 xmcotau:0:FF4195:00:501:Get Min Power Now! PL1 (2/2) xmcotau:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotau:0:FF4051:00:001:Play with Wolverine PL1 xmcotau:0:FF4051:02:001:Play with Psylocke PL1 xmcotau:0:FF4051:04:001:Play with Colossus PL1 xmcotau:0:FF4051:06:001:Play with Cyclops PL1 xmcotau:0:FF4051:08:001:Play with Storm PL1 xmcotau:0:FF4051:0A:001:Play with Iceman PL1 xmcotau:0:FF4051:0C:001:Play with Spiral PL1 xmcotau:0:FF4051:0E:001:Play with Silver Samurai PL1 xmcotau:0:FF4051:10:001:Play with Omega Red PL1 xmcotau:0:FF4051:12:001:Play with Sentinel PL1 xmcotau:0:FF4051:14:001:Play with Juggernaut PL1 xmcotau:0:FF4051:16:001:Play with Magneto PL1 xmcotau:0:FF4051:18:001:Play with Gouki PL1 xmcotau:0:FF4591:8F:000:Infinite Energy PL2 xmcotau:0:FF4591:00:001:Drain All Energy Now! PL2 xmcotau:0:FF4598:02:000:Always have Max Power PL2 xmcotau:0:FF4595:8E:500:Always have Max Power PL2 (2/2) xmcotau:0:FF4598:00:000:Always have Min Power PL2 xmcotau:0:FF4595:00:500:Always have Min Power PL2 (2/2) xmcotau:0:FF4598:02:001:Get Max Power Now! PL2 xmcotau:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2) xmcotau:0:FF4598:00:001:Get Min Power Now! PL2 xmcotau:0:FF4595:00:501:Get Min Power Now! PL2 (2/2) xmcotau:0:000000:00:999:[ Free player selection - Use on level VS screen ] xmcotau:0:FF4451:00:001:Play with Wolverine PL2 xmcotau:0:FF4451:02:001:Play with Psylocke PL2 xmcotau:0:FF4451:04:001:Play with Colossus PL2 xmcotau:0:FF4451:06:001:Play with Cyclops PL2 xmcotau:0:FF4451:08:001:Play with Storm PL2 xmcotau:0:FF4451:0A:001:Play with Iceman PL2 xmcotau:0:FF4451:0C:001:Play with Spiral PL2 xmcotau:0:FF4451:0E:001:Play with Silver Samurai PL2 xmcotau:0:FF4451:10:001:Play with Omega Red PL2 xmcotau:0:FF4451:12:001:Play with Sentinel PL2 xmcotau:0:FF4451:14:001:Play with Juggernaut PL2 xmcotau:0:FF4451:16:001:Play with Magneto PL2 xmcotau:0:FF4451:18:001:Play with Gouki PL2 xmcotau:0:000000:00:999:[ These are the codes to set the machine region - the ] xmcotau:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmcotau:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmcotau:0:FF4BF7:00:000:Region Switch = Japan xmcotau:0:FF4BF7:02:000:Region Switch = USA xmcotau:0:FF4BF7:04:000:Region Switch = Euro xmcotau:0:FF4BF7:06:000:Region Switch = ASIA xmcotau:0:FF4BF7:08:000:Region Switch = Hispanic xmcotau:0:FF4BF7:0A:000:Region Switch = Brazil ; [ X-Men (4 Players ver UBB) ] xmen:0:1102D0:09:000:Infinite Lives PL1 xmen:0:1102D1:99:500:Infinite Lives PL1 (2/2) xmen:0:11102E:0A:000:Infinite Energy PL1 xmen:0:111005:28:000:Invincibility PL1 xmen:0:11103E:09:000:Infinite Mutant Power PL1 xmen:0:1102D2:09:000:Infinite Lives PL2 xmen:0:1102D3:99:500:Infinite Lives PL2 (2/2) xmen:0:1110AE:0A:000:Infinite Energy PL2 xmen:0:111085:28:000:Invincibility PL2 xmen:0:1110BE:09:000:Infinite Mutant Power PL2 xmen:0:1102D4:09:000:Infinite Lives PL3 xmen:0:1102D5:99:500:Infinite Lives PL3 (2/2) xmen:0:11112E:0A:000:Infinite Energy PL3 xmen:0:111105:28:000:Invincibility PL3 xmen:0:11113E:09:000:Infinite Mutant Power PL3 xmen:0:1102D6:09:000:Infinite Lives PL4 xmen:0:1102D7:99:500:Infinite Lives PL4 (2/2) xmen:0:1111AE:0A:000:Infinite Energy PL4 xmen:0:111185:28:000:Invincibility PL4 xmen:0:1111BE:09:000:Infinite Mutant Power PL4 xmen:0:113560:07:061:Select next level xmen:0:000000:00:999:[Use the starting level cht ] xmen:0:000000:00:999:[on the screens after the ] xmen:0:000000:00:999:[choose character screen.The] xmen:0:000000:00:999:[Go and Save the City screen] xmen:0:000000:00:999:[is as good a place as any!!] xmen:0:113560:07:071:Select the Starting Level ; [ X-Men (2 Players ver AAA) ] xmen2p:0:1102D0:09:000:Infinite Lives PL1 xmen2p:0:1102D1:99:500:Infinite Lives PL1 (2/2) xmen2p:0:11102E:0A:000:Infinite Energy PL1 xmen2p:0:111005:28:000:Invincibility PL1 xmen2p:0:111005:28:000:Invincibility PL1 xmen2p:0:1102D2:09:000:Infinite Lives PL2 xmen2p:0:1102D3:99:500:Infinite Lives PL2 (2/2) xmen2p:0:1110AE:0A:000:Infinite Energy PL2 xmen2p:0:111085:28:000:Invincibility PL2 xmen2p:0:1110BE:09:000:Infinite Mutant Power PL2 xmen2p:0:113560:07:061:Select next level xmen2p:0:000000:00:999:[Use the starting level cht ] xmen2p:0:000000:00:999:[on the screens after the ] xmen2p:0:000000:00:999:[choose character screen.The] xmen2p:0:000000:00:999:[Go and Save the City screen] xmen2p:0:000000:00:999:[is as good a place as any!!] xmen2p:0:113560:07:071:Select the Starting Level ; [ X-Men (2 Players ver JAA) ] xmen2pj:0:1102D0:09:000:Infinite Lives PL1 xmen2pj:0:1102D1:99:500:Infinite Lives PL1 (2/2) xmen2pj:0:11102E:0A:000:Infinite Energy PL1 xmen2pj:0:111005:28:000:Invincibility PL1 xmen2pj:0:11103E:09:000:Infinite Mutant Power PL1 xmen2pj:0:1102D2:09:000:Infinite Lives PL2 xmen2pj:0:1102D3:99:500:Infinite Lives PL2 (2/2) xmen2pj:0:1110AE:0A:000:Infinite Energy PL2 xmen2pj:0:111085:28:000:Invincibility PL2 xmen2pj:0:1110BE:09:000:Infinite Mutant Power PL2 xmen2pj:0:113560:07:061:Select next level xmen2pj:0:000000:00:999:[Use the starting level cht ] xmen2pj:0:000000:00:999:[on the screens after the ] xmen2pj:0:000000:00:999:[choose character screen.The] xmen2pj:0:000000:00:999:[Go and Save the City screen] xmen2pj:0:000000:00:999:[is as good a place as any!!] xmen2pj:0:113560:07:071:Select the Starting Level ; [ X-Men (6 Players ver ECB) ] xmen6p:0:1102D0:09:000:Infinite Lives PL1 xmen6p:0:1102D1:99:500:Infinite Lives PL1 (2/2) xmen6p:0:11102E:0A:000:Infinite Energy PL1 xmen6p:0:111005:28:000:Invincibility PL1 xmen6p:0:11103E:09:000:Infinite Mutant Power PL1 xmen6p:0:1102D2:09:000:Infinite Lives PL2 xmen6p:0:1102D3:99:500:Infinite Lives PL2 (2/2) xmen6p:0:1110AE:0A:000:Infinite Energy PL2 xmen6p:0:111085:28:000:Invincibility PL2 xmen6p:0:1110BE:09:000:Infinite Mutant Power PL2 xmen6p:0:1102D4:09:000:Infinite Lives PL3 xmen6p:0:1102D5:99:500:Infinite Lives PL3 (2/2) xmen6p:0:11112E:0A:000:Infinite Energy PL3 xmen6p:0:111105:28:000:Invincibility PL3 xmen6p:0:11113E:09:000:Infinite Mutant Power PL3 xmen6p:0:1102D6:09:000:Infinite Lives PL4 xmen6p:0:1102D7:99:500:Infinite Lives PL4 (2/2) xmen6p:0:1111AE:0A:000:Infinite Energy PL4 xmen6p:0:111185:28:000:Invincibility PL4 xmen6p:0:1111BE:09:000:Infinite Mutant Power PL4 xmen6p:0:1102D8:09:000:Infinite Lives PL5 xmen6p:0:1102D9:99:500:Infinite Lives PL5 (2/2) xmen6p:0:11122E:0A:000:Infinite Energy PL5 xmen6p:0:111205:28:000:Invincibility PL5 xmen6p:0:11123E:09:000:Infinite Mutant Power PL5 xmen6p:0:1102DA:09:000:Infinite Lives PL6 xmen6p:0:1102DB:99:500:Infinite Lives PL6 (2/2) xmen6p:0:1112AE:0A:000:Infinite Energy PL6 xmen6p:0:111285:28:000:Invincibility PL6 xmen6p:0:1112BE:09:000:Infinite Mutant Power PL6 xmen6p:0:113560:07:061:Select next level xmen6p:0:000000:00:999:[Use the starting level cht ] xmen6p:0:000000:00:999:[on the screens after the ] xmen6p:0:000000:00:999:[choose character screen.The] xmen6p:0:000000:00:999:[Go and Save the City screen] xmen6p:0:000000:00:999:[is as good a place as any!!] xmen6p:0:113560:07:071:Select the Starting Level ; [ X-Men (6 Players ver UCB) ] xmen6pu:0:1102D0:09:000:Infinite Lives PL1 xmen6pu:0:1102D1:99:500:Infinite Lives PL1 (2/2) xmen6pu:0:11102E:0A:000:Infinite Energy PL1 xmen6pu:0:111005:28:000:Invincibility PL1 xmen6pu:0:11103E:09:000:Infinite Mutant Power PL1 xmen6pu:0:1102D2:09:000:Infinite Lives PL2 xmen6pu:0:1102D3:99:500:Infinite Lives PL2 (2/2) xmen6pu:0:1110AE:0A:000:Infinite Energy PL2 xmen6pu:0:111085:28:000:Invincibility PL2 xmen6pu:0:1110BE:09:000:Infinite Mutant Power PL2 xmen6pu:0:1102D4:09:000:Infinite Lives PL3 xmen6pu:0:1102D5:99:500:Infinite Lives PL3 (2/2) xmen6pu:0:11112E:0A:000:Infinite Energy PL3 xmen6pu:0:111105:28:000:Invincibility PL3 xmen6pu:0:11113E:09:000:Infinite Mutant Power PL3 xmen6pu:0:1102D6:09:000:Infinite Lives PL4 xmen6pu:0:1102D7:99:500:Infinite Lives PL4 (2/2) xmen6pu:0:1111AE:0A:000:Infinite Energy PL4 xmen6pu:0:111185:28:000:Invincibility PL4 xmen6pu:0:1111BE:09:000:Infinite Mutant Power PL4 xmen6pu:0:1102D8:09:000:Infinite Lives PL5 xmen6pu:0:1102D9:99:500:Infinite Lives PL5 (2/2) xmen6pu:0:11122E:0A:000:Infinite Energy PL5 xmen6pu:0:111205:28:000:Invincibility PL5 xmen6pu:0:11123E:09:000:Infinite Mutant Power PL5 xmen6pu:0:1102DA:09:000:Infinite Lives PL6 xmen6pu:0:1102DB:99:500:Infinite Lives PL6 (2/2) xmen6pu:0:1112AE:0A:000:Infinite Energy PL6 xmen6pu:0:111285:28:000:Invincibility PL6 xmen6pu:0:1112BE:09:000:Infinite Mutant Power PL6 xmen6pu:0:113560:07:061:Select next level xmen6pu:0:000000:00:999:[Use the starting level cht ] xmen6pu:0:000000:00:999:[on the screens after the ] xmen6pu:0:000000:00:999:[choose character screen.The] xmen6pu:0:000000:00:999:[Go and Save the City screen] xmen6pu:0:000000:00:999:[is as good a place as any!!] xmen6pu:0:113560:07:071:Select the Starting Level ; [ X Multiply (Japan) ] :xmultipl:20800000:01244:000000EB:FFFFFFFF:Invincibility :xmultipl:20810000:01619:000000EB:FFFFFFFF:Invincibility (2/9):1st = Stage 1 Boss Red Ball, 2nd = Fire :xmultipl:20810000:0168F:000000EB:FFFFFFFF:Invincibility (3/9):Enemy :xmultipl:20810000:01720:000000EB:FFFFFFFF:Invincibility (4/9):Stage 4 Jack :xmultipl:20810000:017AD:000000EB:FFFFFFFF:Invincibility (5/9):Laser :xmultipl:20810000:0182D:000000EB:FFFFFFFF:Invincibility (6/9):Stage 3 Snake :xmultipl:20810000:02396:000000EB:FFFFFFFF:Invincibility (7/9):Scenery :xmultipl:20810000:0A956:000000EB:FFFFFFFF:Invincibility (8/9):Stage 3 Boss Laser 1 :xmultipl:20810000:0A97D:000000EB:FFFFFFFF:Invincibility (9/9):Stage 3 Boss Laser 2 :xmultipl:00000301:80986:00000001:FFFFFFFF:Select Current Loop :xmultipl:00000301:80980:00000006:FFFFFFFF:Select Current Round:Available after you die or finish current Round :xmultipl:00100000:80008:00000000:00008080:Rapid Fire - Normal:Turn it OFF on the name entry screen :xmultipl:60000000:00000:00000000:00000000:[ Special Rapid Fire causes ] :xmultipl:60000000:00000:00000000:00000000:[ the game to crash though ] :xmultipl:00100000:80008:00000000:00008080:Rapid Fire - Special:Turn it OFF on the name entry screen :xmultipl:00010000:8112E:00000000:FFFFFFFF:Rapid Fire - Special (2/7):Laser :xmultipl:00010000:8112F:00000000:FFFFFFFF:Rapid Fire - Special (3/7):Normal Shot :xmultipl:00010000:81130:00000000:FFFFFFFF:Rapid Fire - Special (4/7):Missile :xmultipl:00010000:81131:00000000:FFFFFFFF:Rapid Fire - Special (5/7):Bomb :xmultipl:00010000:83B6F:00000000:FFFFFFFF:Rapid Fire - Special (6/7):Option Shot 1 :xmultipl:00010000:83D2F:00000000:FFFFFFFF:Rapid Fire - Special (7/7):Option Shot 2 xmultipl:0:809FD:09:000:Infinite Lives PL1 xmultipl:0:80A1D:09:000:Infinite Lives PL2 ; [ X-Men Vs. Street Fighter (Euro 961004) ] xmvsf:0:FF5008:99:000:Infinite Time xmvsf:0:FF5008:00:001:Finish this Round Now! xmvsf:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsf:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsf:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsf:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsf:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsf:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsf:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsf:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsf:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsf:0:FF4214:03:000:Always Max Power PL1 xmvsf:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsf:0:FF4214:00:000:Always Min Power PL1 xmvsf:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsf:0:FF4214:03:001:Get Max Power PL1 Now! xmvsf:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsf:0:FF4214:00:001:Get Min Power PL1 Now! xmvsf:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsf:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsf:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsf:0:FF4053:10:000:Play with Apocalypse PL1 xmvsf:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsf:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsf:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsf:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsf:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsf:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsf:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsf:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsf:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsf:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsf:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsf:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsf:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsf:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsf:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsf:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsf:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsf:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsf:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsf:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsf:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsf:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsf:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsf:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsf:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsf:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsf:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsf:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsf:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsf:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsf:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsf:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsf:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsf:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsf:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsf:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsf:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsf:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsf:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsf:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsf:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsf:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsf:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsf:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsf:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsf:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsf:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsf:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsf:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsf:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsf:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsf:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsf:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsf:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsf:0:FF4614:03:000:Always Max Power PL2 xmvsf:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsf:0:FF4614:00:000:Always Min Power PL2 xmvsf:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsf:0:FF4614:03:001:Get Max Power PL2 Now! xmvsf:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsf:0:FF4614:00:001:Get Min Power PL2 Now! xmvsf:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsf:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsf:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsf:0:FF4453:10:000:Play with Apocalypse PL2 xmvsf:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsf:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsf:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsf:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsf:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsf:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsf:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsf:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsf:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsf:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsf:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsf:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsf:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsf:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsf:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsf:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsf:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsf:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsf:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsf:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsf:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsf:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsf:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsf:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsf:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsf:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsf:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsf:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsf:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsf:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsf:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsf:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsf:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsf:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsf:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsf:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsf:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsf:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsf:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsf:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsf:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsf:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsf:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsf:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsf:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsf:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsf:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsf:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsf:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsf:0:FF5479:00:000:Region Switch = Japan xmvsf:0:FF5479:02:000:Region Switch = USA xmvsf:0:FF5479:04:000:Region Switch = Hispanic xmvsf:0:FF5479:06:000:Region Switch = Asia xmvsf:0:FF5479:08:000:Region Switch = Euro xmvsf:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Asia 961023) ] xmvsfa:0:FF5008:99:000:Infinite Time xmvsfa:0:FF5008:00:001:Finish this Round Now! xmvsfa:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfa:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfa:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfa:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfa:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfa:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfa:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfa:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfa:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfa:0:FF4214:03:000:Always Max Power PL1 xmvsfa:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfa:0:FF4214:00:000:Always Min Power PL1 xmvsfa:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfa:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfa:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfa:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfa:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfa:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfa:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfa:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfa:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfa:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfa:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfa:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfa:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfa:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfa:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfa:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfa:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfa:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfa:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfa:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfa:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfa:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfa:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfa:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfa:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfa:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfa:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfa:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfa:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfa:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfa:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfa:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfa:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfa:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfa:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfa:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfa:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfa:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfa:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfa:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfa:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfa:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfa:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfa:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfa:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfa:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfa:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfa:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfa:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfa:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfa:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfa:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfa:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfa:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfa:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfa:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfa:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfa:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfa:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfa:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfa:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfa:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfa:0:FF4614:03:000:Always Max Power PL2 xmvsfa:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfa:0:FF4614:00:000:Always Min Power PL2 xmvsfa:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfa:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfa:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfa:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfa:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfa:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfa:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfa:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfa:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfa:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfa:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfa:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfa:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfa:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfa:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfa:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfa:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfa:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfa:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfa:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfa:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfa:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfa:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfa:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfa:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfa:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfa:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfa:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfa:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfa:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfa:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfa:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfa:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfa:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfa:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfa:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfa:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfa:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfa:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfa:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfa:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfa:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfa:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfa:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfa:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfa:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfa:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfa:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfa:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfa:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfa:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfa:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfa:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfa:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfa:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfa:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfa:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfa:0:FF5479:00:000:Region Switch = Japan xmvsfa:0:FF5479:02:000:Region Switch = USA xmvsfa:0:FF5479:04:000:Region Switch = Hispanic xmvsfa:0:FF5479:06:000:Region Switch = Asia xmvsfa:0:FF5479:08:000:Region Switch = Euro xmvsfa:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Asia 960919) ] xmvsfar1:0:FF5008:99:000:Infinite Time xmvsfar1:0:FF5008:00:001:Finish this Round Now! xmvsfar1:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfar1:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfar1:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfar1:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfar1:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfar1:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfar1:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfar1:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfar1:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfar1:0:FF4214:03:000:Always Max Power PL1 xmvsfar1:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfar1:0:FF4214:00:000:Always Min Power PL1 xmvsfar1:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfar1:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfar1:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfar1:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfar1:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfar1:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfar1:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfar1:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfar1:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfar1:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfar1:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfar1:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfar1:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfar1:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfar1:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfar1:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfar1:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfar1:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfar1:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfar1:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfar1:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfar1:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfar1:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfar1:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfar1:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfar1:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfar1:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfar1:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfar1:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfar1:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfar1:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfar1:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfar1:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfar1:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfar1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfar1:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfar1:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfar1:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfar1:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfar1:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfar1:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfar1:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfar1:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfar1:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfar1:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfar1:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfar1:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfar1:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfar1:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfar1:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfar1:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfar1:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfar1:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfar1:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfar1:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfar1:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfar1:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfar1:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfar1:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfar1:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfar1:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfar1:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfar1:0:FF4614:03:000:Always Max Power PL2 xmvsfar1:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfar1:0:FF4614:00:000:Always Min Power PL2 xmvsfar1:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfar1:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfar1:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfar1:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfar1:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfar1:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfar1:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfar1:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfar1:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfar1:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfar1:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfar1:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfar1:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfar1:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfar1:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfar1:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfar1:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfar1:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfar1:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfar1:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfar1:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfar1:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfar1:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfar1:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfar1:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfar1:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfar1:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfar1:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfar1:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfar1:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfar1:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfar1:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfar1:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfar1:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfar1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfar1:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfar1:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfar1:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfar1:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfar1:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfar1:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfar1:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfar1:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfar1:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfar1:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfar1:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfar1:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfar1:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfar1:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfar1:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfar1:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfar1:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfar1:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfar1:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfar1:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfar1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfar1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfar1:0:FF5479:00:000:Region Switch = Japan xmvsfar1:0:FF5479:02:000:Region Switch = USA xmvsfar1:0:FF5479:04:000:Region Switch = Hispanic xmvsfar1:0:FF5479:06:000:Region Switch = Asia xmvsfar1:0:FF5479:08:000:Region Switch = Euro xmvsfar1:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Brazil 961023) ] xmvsfb:0:FF5008:99:000:Infinite Time xmvsfb:0:FF5008:00:001:Finish this Round Now! xmvsfb:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfb:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfb:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfb:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfb:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfb:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfb:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfb:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfb:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfb:0:FF4214:03:000:Always Max Power PL1 xmvsfb:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfb:0:FF4214:00:000:Always Min Power PL1 xmvsfb:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfb:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfb:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfb:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfb:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfb:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfb:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfb:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfb:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfb:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfb:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfb:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfb:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfb:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfb:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfb:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfb:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfb:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfb:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfb:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfb:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfb:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfb:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfb:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfb:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfb:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfb:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfb:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfb:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfb:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfb:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfb:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfb:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfb:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfb:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfb:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfb:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfb:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfb:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfb:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfb:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfb:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfb:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfb:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfb:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfb:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfb:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfb:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfb:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfb:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfb:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfb:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfb:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfb:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfb:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfb:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfb:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfb:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfb:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfb:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfb:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfb:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfb:0:FF4614:03:000:Always Max Power PL2 xmvsfb:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfb:0:FF4614:00:000:Always Min Power PL2 xmvsfb:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfb:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfb:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfb:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfb:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfb:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfb:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfb:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfb:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfb:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfb:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfb:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfb:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfb:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfb:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfb:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfb:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfb:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfb:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfb:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfb:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfb:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfb:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfb:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfb:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfb:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfb:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfb:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfb:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfb:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfb:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfb:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfb:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfb:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfb:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfb:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfb:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfb:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfb:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfb:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfb:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfb:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfb:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfb:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfb:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfb:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfb:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfb:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfb:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfb:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfb:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfb:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfb:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfb:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfb:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfb:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfb:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfb:0:FF5479:00:000:Region Switch = Japan xmvsfb:0:FF5479:02:000:Region Switch = USA xmvsfb:0:FF5479:04:000:Region Switch = Hispanic xmvsfb:0:FF5479:06:000:Region Switch = Asia xmvsfb:0:FF5479:08:000:Region Switch = Euro xmvsfb:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Hispanic 961004) ] xmvsfh:0:FF5008:99:000:Infinite Time xmvsfh:0:FF5008:00:001:Finish this Round Now! xmvsfh:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfh:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfh:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfh:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfh:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfh:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfh:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfh:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfh:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfh:0:FF4214:03:000:Always Max Power PL1 xmvsfh:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfh:0:FF4214:00:000:Always Min Power PL1 xmvsfh:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfh:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfh:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfh:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfh:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfh:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfh:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfh:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfh:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfh:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfh:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfh:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfh:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfh:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfh:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfh:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfh:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfh:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfh:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfh:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfh:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfh:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfh:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfh:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfh:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfh:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfh:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfh:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfh:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfh:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfh:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfh:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfh:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfh:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfh:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfh:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfh:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfh:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfh:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfh:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfh:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfh:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfh:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfh:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfh:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfh:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfh:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfh:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfh:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfh:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfh:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfh:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfh:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfh:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfh:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfh:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfh:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfh:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfh:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfh:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfh:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfh:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfh:0:FF4614:03:000:Always Max Power PL2 xmvsfh:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfh:0:FF4614:00:000:Always Min Power PL2 xmvsfh:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfh:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfh:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfh:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfh:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfh:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfh:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfh:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfh:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfh:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfh:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfh:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfh:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfh:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfh:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfh:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfh:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfh:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfh:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfh:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfh:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfh:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfh:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfh:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfh:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfh:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfh:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfh:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfh:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfh:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfh:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfh:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfh:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfh:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfh:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfh:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfh:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfh:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfh:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfh:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfh:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfh:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfh:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfh:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfh:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfh:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfh:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfh:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfh:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfh:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfh:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfh:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfh:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfh:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfh:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfh:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfh:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfh:0:FF5479:00:000:Region Switch = Japan xmvsfh:0:FF5479:02:000:Region Switch = USA xmvsfh:0:FF5479:04:000:Region Switch = Hispanic xmvsfh:0:FF5479:06:000:Region Switch = Asia xmvsfh:0:FF5479:08:000:Region Switch = Euro xmvsfh:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Japan 961004) ] xmvsfj:0:FF5008:99:000:Infinite Time xmvsfj:0:FF5008:00:001:Finish this Round Now! xmvsfj:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfj:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfj:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfj:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfj:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfj:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfj:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfj:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfj:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfj:0:FF4214:03:000:Always Max Power PL1 xmvsfj:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfj:0:FF4214:00:000:Always Min Power PL1 xmvsfj:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfj:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfj:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfj:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfj:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfj:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfj:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfj:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfj:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfj:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfj:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfj:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfj:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfj:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfj:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfj:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfj:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfj:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfj:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfj:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfj:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfj:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfj:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfj:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfj:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfj:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfj:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfj:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfj:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfj:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfj:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfj:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfj:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfj:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfj:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfj:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfj:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfj:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfj:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfj:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfj:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfj:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfj:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfj:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfj:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfj:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfj:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfj:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfj:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfj:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfj:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfj:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfj:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfj:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfj:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfj:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfj:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfj:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfj:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfj:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfj:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfj:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfj:0:FF4614:03:000:Always Max Power PL2 xmvsfj:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfj:0:FF4614:00:000:Always Min Power PL2 xmvsfj:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfj:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfj:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfj:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfj:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfj:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfj:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfj:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfj:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfj:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfj:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfj:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfj:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfj:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfj:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfj:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfj:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfj:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfj:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfj:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfj:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfj:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfj:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfj:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfj:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfj:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfj:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfj:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfj:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfj:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfj:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfj:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfj:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfj:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfj:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfj:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfj:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfj:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfj:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfj:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfj:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfj:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfj:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfj:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfj:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfj:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfj:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfj:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfj:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfj:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfj:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfj:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfj:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfj:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfj:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfj:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfj:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfj:0:FF5479:00:000:Region Switch = Japan xmvsfj:0:FF5479:02:000:Region Switch = USA xmvsfj:0:FF5479:04:000:Region Switch = Hispanic xmvsfj:0:FF5479:06:000:Region Switch = Asia xmvsfj:0:FF5479:08:000:Region Switch = Euro xmvsfj:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Japan 960910) ] xmvsfjr1:0:FF5008:99:000:Infinite Time xmvsfjr1:0:FF5008:00:001:Finish this Round Now! xmvsfjr1:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfjr1:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfjr1:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfjr1:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfjr1:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfjr1:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfjr1:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfjr1:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfjr1:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfjr1:0:FF4214:03:000:Always Max Power PL1 xmvsfjr1:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfjr1:0:FF4214:00:000:Always Min Power PL1 xmvsfjr1:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfjr1:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfjr1:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfjr1:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfjr1:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfjr1:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfjr1:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfjr1:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfjr1:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfjr1:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfjr1:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfjr1:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfjr1:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfjr1:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfjr1:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr1:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfjr1:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfjr1:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfjr1:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfjr1:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfjr1:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfjr1:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfjr1:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfjr1:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfjr1:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfjr1:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfjr1:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfjr1:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfjr1:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfjr1:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfjr1:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfjr1:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfjr1:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfjr1:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfjr1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr1:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfjr1:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfjr1:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfjr1:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfjr1:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfjr1:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfjr1:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfjr1:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfjr1:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfjr1:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfjr1:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfjr1:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfjr1:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfjr1:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfjr1:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfjr1:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfjr1:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfjr1:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfjr1:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfjr1:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfjr1:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfjr1:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfjr1:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfjr1:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfjr1:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfjr1:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfjr1:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfjr1:0:FF4614:03:000:Always Max Power PL2 xmvsfjr1:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfjr1:0:FF4614:00:000:Always Min Power PL2 xmvsfjr1:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfjr1:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfjr1:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfjr1:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfjr1:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfjr1:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfjr1:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfjr1:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfjr1:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfjr1:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfjr1:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfjr1:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfjr1:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfjr1:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfjr1:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr1:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfjr1:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfjr1:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfjr1:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfjr1:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfjr1:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfjr1:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfjr1:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfjr1:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfjr1:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfjr1:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfjr1:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfjr1:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfjr1:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfjr1:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfjr1:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfjr1:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfjr1:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfjr1:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfjr1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr1:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfjr1:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfjr1:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfjr1:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfjr1:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfjr1:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfjr1:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfjr1:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfjr1:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfjr1:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfjr1:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfjr1:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfjr1:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfjr1:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfjr1:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfjr1:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfjr1:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfjr1:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfjr1:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfjr1:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfjr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfjr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfjr1:0:FF5479:00:000:Region Switch = Japan xmvsfjr1:0:FF5479:02:000:Region Switch = USA xmvsfjr1:0:FF5479:04:000:Region Switch = Hispanic xmvsfjr1:0:FF5479:06:000:Region Switch = Asia xmvsfjr1:0:FF5479:08:000:Region Switch = Euro xmvsfjr1:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Japan 960909) ] xmvsfjr2:0:FF5008:99:000:Infinite Time xmvsfjr2:0:FF5008:00:001:Finish this Round Now! xmvsfjr2:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfjr2:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfjr2:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfjr2:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfjr2:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfjr2:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfjr2:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfjr2:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfjr2:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfjr2:0:FF4214:03:000:Always Max Power PL1 xmvsfjr2:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfjr2:0:FF4214:00:000:Always Min Power PL1 xmvsfjr2:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfjr2:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfjr2:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfjr2:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfjr2:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfjr2:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfjr2:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfjr2:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfjr2:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfjr2:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfjr2:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfjr2:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfjr2:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfjr2:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfjr2:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr2:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfjr2:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfjr2:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfjr2:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfjr2:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfjr2:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfjr2:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfjr2:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfjr2:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfjr2:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfjr2:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfjr2:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfjr2:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfjr2:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfjr2:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfjr2:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfjr2:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfjr2:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfjr2:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfjr2:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr2:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfjr2:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfjr2:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfjr2:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfjr2:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfjr2:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfjr2:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfjr2:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfjr2:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfjr2:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfjr2:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfjr2:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfjr2:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfjr2:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfjr2:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfjr2:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfjr2:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfjr2:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfjr2:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfjr2:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfjr2:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfjr2:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfjr2:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfjr2:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfjr2:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfjr2:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfjr2:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfjr2:0:FF4614:03:000:Always Max Power PL2 xmvsfjr2:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfjr2:0:FF4614:00:000:Always Min Power PL2 xmvsfjr2:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfjr2:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfjr2:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfjr2:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfjr2:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfjr2:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfjr2:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfjr2:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfjr2:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfjr2:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfjr2:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfjr2:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfjr2:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfjr2:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfjr2:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr2:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfjr2:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfjr2:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfjr2:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfjr2:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfjr2:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfjr2:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfjr2:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfjr2:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfjr2:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfjr2:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfjr2:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfjr2:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfjr2:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfjr2:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfjr2:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfjr2:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfjr2:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfjr2:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfjr2:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfjr2:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfjr2:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfjr2:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfjr2:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfjr2:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfjr2:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfjr2:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfjr2:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfjr2:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfjr2:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfjr2:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfjr2:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfjr2:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfjr2:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfjr2:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfjr2:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfjr2:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfjr2:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfjr2:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfjr2:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfjr2:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfjr2:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfjr2:0:FF5479:00:000:Region Switch = Japan xmvsfjr2:0:FF5479:02:000:Region Switch = USA xmvsfjr2:0:FF5479:04:000:Region Switch = Hispanic xmvsfjr2:0:FF5479:06:000:Region Switch = Asia xmvsfjr2:0:FF5479:08:000:Region Switch = Euro xmvsfjr2:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (Euro 960910) ] xmvsfr1:0:FF5008:99:000:Infinite Time xmvsfr1:0:FF5008:00:001:Finish this Round Now! xmvsfr1:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfr1:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfr1:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfr1:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfr1:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfr1:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfr1:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfr1:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfr1:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfr1:0:FF4214:03:000:Always Max Power PL1 xmvsfr1:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfr1:0:FF4214:00:000:Always Min Power PL1 xmvsfr1:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfr1:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfr1:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfr1:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfr1:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfr1:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfr1:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfr1:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfr1:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfr1:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfr1:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfr1:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfr1:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfr1:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfr1:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfr1:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfr1:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfr1:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfr1:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfr1:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfr1:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfr1:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfr1:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfr1:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfr1:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfr1:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfr1:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfr1:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfr1:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfr1:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfr1:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfr1:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfr1:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfr1:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfr1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfr1:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfr1:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfr1:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfr1:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfr1:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfr1:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfr1:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfr1:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfr1:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfr1:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfr1:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfr1:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfr1:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfr1:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfr1:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfr1:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfr1:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfr1:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfr1:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfr1:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfr1:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfr1:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfr1:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfr1:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfr1:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfr1:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfr1:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfr1:0:FF4614:03:000:Always Max Power PL2 xmvsfr1:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfr1:0:FF4614:00:000:Always Min Power PL2 xmvsfr1:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfr1:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfr1:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfr1:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfr1:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfr1:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfr1:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfr1:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfr1:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfr1:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfr1:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfr1:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfr1:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfr1:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfr1:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfr1:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfr1:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfr1:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfr1:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfr1:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfr1:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfr1:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfr1:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfr1:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfr1:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfr1:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfr1:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfr1:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfr1:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfr1:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfr1:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfr1:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfr1:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfr1:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfr1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfr1:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfr1:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfr1:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfr1:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfr1:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfr1:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfr1:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfr1:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfr1:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfr1:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfr1:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfr1:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfr1:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfr1:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfr1:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfr1:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfr1:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfr1:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfr1:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfr1:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfr1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfr1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfr1:0:FF5479:00:000:Region Switch = Japan xmvsfr1:0:FF5479:02:000:Region Switch = USA xmvsfr1:0:FF5479:04:000:Region Switch = Hispanic xmvsfr1:0:FF5479:06:000:Region Switch = Asia xmvsfr1:0:FF5479:08:000:Region Switch = Euro xmvsfr1:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (US 961023) ] xmvsfu:0:FF5008:99:000:Infinite Time xmvsfu:0:FF5008:00:001:Finish this Round Now! xmvsfu:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfu:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfu:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfu:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfu:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfu:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfu:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfu:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfu:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfu:0:FF4214:03:000:Always Max Power PL1 xmvsfu:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfu:0:FF4214:00:000:Always Min Power PL1 xmvsfu:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfu:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfu:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfu:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfu:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfu:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfu:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfu:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfu:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfu:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfu:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfu:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfu:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfu:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfu:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfu:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfu:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfu:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfu:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfu:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfu:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfu:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfu:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfu:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfu:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfu:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfu:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfu:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfu:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfu:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfu:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfu:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfu:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfu:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfu:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfu:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfu:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfu:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfu:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfu:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfu:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfu:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfu:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfu:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfu:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfu:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfu:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfu:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfu:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfu:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfu:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfu:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfu:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfu:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfu:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfu:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfu:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfu:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfu:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfu:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfu:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfu:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfu:0:FF4614:03:000:Always Max Power PL2 xmvsfu:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfu:0:FF4614:00:000:Always Min Power PL2 xmvsfu:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfu:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfu:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfu:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfu:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfu:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfu:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfu:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfu:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfu:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfu:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfu:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfu:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfu:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfu:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfu:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfu:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfu:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfu:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfu:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfu:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfu:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfu:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfu:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfu:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfu:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfu:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfu:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfu:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfu:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfu:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfu:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfu:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfu:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfu:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfu:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfu:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfu:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfu:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfu:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfu:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfu:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfu:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfu:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfu:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfu:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfu:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfu:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfu:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfu:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfu:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfu:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfu:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfu:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfu:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfu:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfu:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfu:0:FF5479:00:000:Region Switch = Japan xmvsfu:0:FF5479:02:000:Region Switch = USA xmvsfu:0:FF5479:04:000:Region Switch = Hispanic xmvsfu:0:FF5479:06:000:Region Switch = Asia xmvsfu:0:FF5479:08:000:Region Switch = Euro xmvsfu:0:FF5479:0A:000:Region Switch = Brazil ; [ X-Men Vs. Street Fighter (US 961004) ] xmvsfur1:0:FF5008:99:000:Infinite Time xmvsfur1:0:FF5008:00:001:Finish this Round Now! xmvsfur1:0:FF5081:06:001:Go to the Boss Battle Next! :xmvsfur1:00000000:FF4211:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 :xmvsfur1:00010000:FF421B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL1 (2/2) :xmvsfur1:00000000:FF4A11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 :xmvsfur1:00010000:FF4A1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL1 (2/2) :xmvsfur1:00000001:FF4211:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 :xmvsfur1:00010001:FF421B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL1 (2/2) :xmvsfur1:00000001:FF4A11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 :xmvsfur1:00010001:FF4A1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL1 (2/2) xmvsfur1:0:FF4214:03:000:Always Max Power PL1 xmvsfur1:0:FF4213:90:500:Always Max Power PL1 (2/2) xmvsfur1:0:FF4214:00:000:Always Min Power PL1 xmvsfur1:0:FF4213:00:500:Always Min Power PL1 (2/2) xmvsfur1:0:FF4214:03:001:Get Max Power PL1 Now! xmvsfur1:0:FF4213:90:501:Get Max Power PL1 Now! (2/2) xmvsfur1:0:FF4214:00:001:Get Min Power PL1 Now! xmvsfur1:0:FF4213:00:501:Get Min Power PL1 Now! (2/2) xmvsfur1:0:FF421B:90:000:Infinite Recovery Energy PL1 xmvsfur1:0:FF4103:FF:000:Hits always cause Max Damage PL1 xmvsfur1:0:FF4053:10:000:Play with Apocalypse PL1 xmvsfur1:0:FF4853:10:500:Play with Apocalypse PL1 (2/5) xmvsfur1:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5) xmvsfur1:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5) xmvsfur1:0:FF5113:00:500:Play with Apocalypse PL1 (5/5) xmvsfur1:0:FF4A11:00:000:Single Character Fighting Mode PL1 xmvsfur1:0:FF4A1B:00:500:Single Character Fighting Mode PL1 (2/2) :xmvsfur1:62000000:000000:00000000:00000000:Select Character (Active Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfur1:00010000:FF4053:00000000:FFFFFFFF:Wolverine :xmvsfur1:00010000:FF4053:00000002:FFFFFFFF:Cyclops :xmvsfur1:00010000:FF4053:00000004:FFFFFFFF:Storm :xmvsfur1:00010000:FF4053:00000006:FFFFFFFF:Rogue :xmvsfur1:00010000:FF4053:00000008:FFFFFFFF:Gambit :xmvsfur1:00010000:FF4053:0000000A:FFFFFFFF:Sabretooth :xmvsfur1:00010000:FF4053:0000000C:FFFFFFFF:Juggernaut :xmvsfur1:00010000:FF4053:0000000E:FFFFFFFF:Magneto :xmvsfur1:00010000:FF4053:00000010:FFFFFFFF:#Apocalypse :xmvsfur1:00010000:FF4053:00000012:FFFFFFFF:Ryu :xmvsfur1:00010000:FF4053:00000014:FFFFFFFF:Ken Masters :xmvsfur1:00010000:FF4053:00000016:FFFFFFFF:Chun-Li :xmvsfur1:00010000:FF4053:00000018:FFFFFFFF:Dhalsim :xmvsfur1:00010000:FF4053:0000001A:FFFFFFFF:Zangief :xmvsfur1:00010000:FF4053:0000001C:FFFFFFFF:M. Bison :xmvsfur1:00010000:FF4053:0000001E:FFFFFFFF:#Akuma :xmvsfur1:00010000:FF4053:00000020:FFFFFFFF:Charlie :xmvsfur1:00010000:FF4053:00000022:FFFFFFFF:Cammy :xmvsfur1:00010000:FF4053:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfur1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL1:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfur1:00010000:FF4853:00000000:FFFFFFFF:Wolverine :xmvsfur1:00010000:FF4853:00000002:FFFFFFFF:Cyclops :xmvsfur1:00010000:FF4853:00000004:FFFFFFFF:Storm :xmvsfur1:00010000:FF4853:00000006:FFFFFFFF:Rogue :xmvsfur1:00010000:FF4853:00000008:FFFFFFFF:Gambit :xmvsfur1:00010000:FF4853:0000000A:FFFFFFFF:Sabretooth :xmvsfur1:00010000:FF4853:0000000C:FFFFFFFF:Juggernaut :xmvsfur1:00010000:FF4853:0000000E:FFFFFFFF:Magneto :xmvsfur1:00010000:FF4853:00000010:FFFFFFFF:#Apocalypse :xmvsfur1:00010000:FF4853:00000012:FFFFFFFF:Ryu :xmvsfur1:00010000:FF4853:00000014:FFFFFFFF:Ken Masters :xmvsfur1:00010000:FF4853:00000016:FFFFFFFF:Chun-Li :xmvsfur1:00010000:FF4853:00000018:FFFFFFFF:Dhalsim :xmvsfur1:00010000:FF4853:0000001A:FFFFFFFF:Zangief :xmvsfur1:00010000:FF4853:0000001C:FFFFFFFF:M. Bison :xmvsfur1:00010000:FF4853:0000001E:FFFFFFFF:#Akuma :xmvsfur1:00010000:FF4853:00000020:FFFFFFFF:Charlie :xmvsfur1:00010000:FF4853:00000022:FFFFFFFF:Cammy :xmvsfur1:00010000:FF4853:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfur1:00000000:FF4611:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 :xmvsfur1:00010000:FF461B:00000090:FFFFFFFF:Infinite Energy (Active Char) PL2 (2/2) :xmvsfur1:00000000:FF4E11:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 :xmvsfur1:00010000:FF4E1B:00000090:FFFFFFFF:Infinite Energy (Inactive Char) PL2 (2/2) :xmvsfur1:00000001:FF4611:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 :xmvsfur1:00010001:FF461B:00000000:FFFFFFFF:Drain All Energy Now! (Active Char) PL2 (2/2) :xmvsfur1:00000001:FF4E11:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 :xmvsfur1:00010001:FF4E1B:00000000:FFFFFFFF:Drain All Energy Now! (Inactive Char) PL2 (2/2) xmvsfur1:0:FF4614:03:000:Always Max Power PL2 xmvsfur1:0:FF4613:90:500:Always Max Power PL2 (2/2) xmvsfur1:0:FF4614:00:000:Always Min Power PL2 xmvsfur1:0:FF4613:00:500:Always Min Power PL2 (2/2) xmvsfur1:0:FF4614:03:001:Get Max Power PL2 Now! xmvsfur1:0:FF4613:90:501:Get Max Power PL2 Now! (2/2) xmvsfur1:0:FF4614:00:001:Get Min Power PL2 Now! xmvsfur1:0:FF4613:00:501:Get Min Power PL2 Now! (2/2) xmvsfur1:0:FF461B:90:000:Infinite Recovery Energy PL2 xmvsfur1:0:FF4503:FF:000:Hits always cause Max Damage PL2 xmvsfur1:0:FF4453:10:000:Play with Apocalypse PL2 xmvsfur1:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5) xmvsfur1:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5) xmvsfur1:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5) xmvsfur1:0:FF5113:00:500:Play with Apocalypse PL2 (5/5) xmvsfur1:0:FF4E11:00:000:Single Character Fighting Mode PL2 xmvsfur1:0:FF4E1B:00:500:Single Character Fighting Mode PL2 (2/2) :xmvsfur1:62000000:000000:00000000:00000000:Select Character (Active Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfur1:00010000:FF4453:00000000:FFFFFFFF:Wolverine :xmvsfur1:00010000:FF4453:00000002:FFFFFFFF:Cyclops :xmvsfur1:00010000:FF4453:00000004:FFFFFFFF:Storm :xmvsfur1:00010000:FF4453:00000006:FFFFFFFF:Rogue :xmvsfur1:00010000:FF4453:00000008:FFFFFFFF:Gambit :xmvsfur1:00010000:FF4453:0000000A:FFFFFFFF:Sabretooth :xmvsfur1:00010000:FF4453:0000000C:FFFFFFFF:Juggernaut :xmvsfur1:00010000:FF4453:0000000E:FFFFFFFF:Magneto :xmvsfur1:00010000:FF4453:00000010:FFFFFFFF:#Apocalypse :xmvsfur1:00010000:FF4453:00000012:FFFFFFFF:Ryu :xmvsfur1:00010000:FF4453:00000014:FFFFFFFF:Ken Masters :xmvsfur1:00010000:FF4453:00000016:FFFFFFFF:Chun-Li :xmvsfur1:00010000:FF4453:00000018:FFFFFFFF:Dhalsim :xmvsfur1:00010000:FF4453:0000001A:FFFFFFFF:Zangief :xmvsfur1:00010000:FF4453:0000001C:FFFFFFFF:M. Bison :xmvsfur1:00010000:FF4453:0000001E:FFFFFFFF:#Akuma :xmvsfur1:00010000:FF4453:00000020:FFFFFFFF:Charlie :xmvsfur1:00010000:FF4453:00000022:FFFFFFFF:Cammy :xmvsfur1:00010000:FF4453:00000024:FFFFFFFF:#SFA-costume Chun-Li :xmvsfur1:62000000:000000:00000000:00000000:Select Character (Inactive Char) PL2:You can use this cheat ingame or on the character select screen (the safest way is to change the inactive character, then switch). :xmvsfur1:00010000:FF4C53:00000000:FFFFFFFF:Wolverine :xmvsfur1:00010000:FF4C53:00000002:FFFFFFFF:Cyclops :xmvsfur1:00010000:FF4C53:00000004:FFFFFFFF:Storm :xmvsfur1:00010000:FF4C53:00000006:FFFFFFFF:Rogue :xmvsfur1:00010000:FF4C53:00000008:FFFFFFFF:Gambit :xmvsfur1:00010000:FF4C53:0000000A:FFFFFFFF:Sabretooth :xmvsfur1:00010000:FF4C53:0000000C:FFFFFFFF:Juggernaut :xmvsfur1:00010000:FF4C53:0000000E:FFFFFFFF:Magneto :xmvsfur1:00010000:FF4C53:00000010:FFFFFFFF:#Apocalypse :xmvsfur1:00010000:FF4C53:00000012:FFFFFFFF:Ryu :xmvsfur1:00010000:FF4C53:00000014:FFFFFFFF:Ken Masters :xmvsfur1:00010000:FF4C53:00000016:FFFFFFFF:Chun-Li :xmvsfur1:00010000:FF4C53:00000018:FFFFFFFF:Dhalsim :xmvsfur1:00010000:FF4C53:0000001A:FFFFFFFF:Zangief :xmvsfur1:00010000:FF4C53:0000001C:FFFFFFFF:M. Bison :xmvsfur1:00010000:FF4C53:0000001E:FFFFFFFF:#Akuma :xmvsfur1:00010000:FF4C53:00000020:FFFFFFFF:Charlie :xmvsfur1:00010000:FF4C53:00000022:FFFFFFFF:Cammy :xmvsfur1:00010000:FF4C53:00000024:FFFFFFFF:#SFA-costume Chun-Li xmvsfur1:0:000000:00:999:[ These are the codes to set the machine region - the ] xmvsfur1:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] xmvsfur1:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] xmvsfur1:0:FF5479:00:000:Region Switch = Japan xmvsfur1:0:FF5479:02:000:Region Switch = USA xmvsfur1:0:FF5479:04:000:Region Switch = Hispanic xmvsfur1:0:FF5479:06:000:Region Switch = Asia xmvsfur1:0:FF5479:08:000:Region Switch = Euro xmvsfur1:0:FF5479:0A:000:Region Switch = Brazil ; [ Xor World (prototype) ] xorworld:0:FFD00C:63:000:Infinite Credits xorworld:0:FFDA76:00:000:Infinite Time PL1:Pattern never moves upwards xorworld:0:FFDB74:00:000:Infinite Time PL2:Pattern never moves upwards ; [ Xain'd Sleena ] xsleena:0:0056:10:000:Infinite Energy xsleena:0:0060:07:000:Infinite Lives xsleena:0:1935:59:000:Infinite Time xsleena:0:0055:00:000:Always have Normal Weapon xsleena:0:0055:01:000:Always have Grenades xsleena:0:0055:02:000:Always have Double shot xsleena:0:0055:03:000:Always have Heavy shot xsleena:0:0055:04:000:Always have Triple shot xsleena:0:0055:01:001:Get Normal Weapon Now! xsleena:0:0055:01:001:Get Grenades Now! xsleena:0:0055:02:001:Get Double shot Now! xsleena:0:0055:03:001:Get Heavy shot Now! xsleena:0:0055:04:001:Get Triple shot Now! ; [ Xain'd Sleena (bootleg) ] xsleenab:0:0056:10:000:Infinite Energy xsleenab:0:0060:07:000:Infinite Lives xsleenab:0:1935:59:000:Infinite Time xsleenab:0:0055:00:000:Always have Normal Weapon xsleenab:0:0055:01:000:Always have Grenades xsleenab:0:0055:02:000:Always have Double shot xsleenab:0:0055:03:000:Always have Heavy shot xsleenab:0:0055:04:000:Always have Triple shot xsleenab:0:0055:01:001:Get Normal Weapon Now! xsleenab:0:0055:01:001:Get Grenades Now! xsleenab:0:0055:02:001:Get Double shot Now! xsleenab:0:0055:03:001:Get Heavy shot Now! xsleenab:0:0055:04:001:Get Triple shot Now! ; [ X the Ball ] :xtheball:00000000:00000582:00000063:FFFFFFFF:Infinite Time :xtheball:00100000:00000201:000001F3:FFFFFFFF:Ball always in Top Right Corner :xtheball:00010000:00000203:00000008:FFFFFFFF:Ball always in Top Right Corner (2/2) :xtheball:60000000:00000000:00000000:FFFFFFFF:[ The following watch cheats can be ] :xtheball:60000000:00000000:00000000:FFFFFFFF:[ used as a guideline to locating the] :xtheball:60000000:00000000:00000000:FFFFFFFF:[ ball position. The Y co-ordinates ] :xtheball:60000000:00000000:00000000:FFFFFFFF:[ work fine (they match up) but the ] :xtheball:60000000:00000000:00000000:FFFFFFFF:[ X co-ordinates scales differ. ] :xtheball:0018009E:00000222:00000000:FFFFFFFF:Display Cursor X Position:Cursor X Position :xtheball:0008009E:00000224:00000000:FFFFFFFF:Display Cursor Y Position:Cursor Y Position :xtheball:0018009E:00000201:F4000000:FFFFFFFF:Display Ball X Position: Ball X Position :xtheball:0008009E:00000203:00000000:FFFFFFFF:Display Ball Y Position: Ball Y Position ; [ XX Mission ] xxmissio:0:E07E:09:000:Infinite Credits :xxmissio:20800000:2633:000000C9:FFFFFFFF:Invincibility :xxmissio:20810000:2854:00000000:FFFFFFFF:Invincibility (2/7):ROM Hack, 1st = Fire, 2nd = Enemy :xxmissio:20810000:2AE0:00000000:FFFFFFFF:Invincibility (3/7):Missile :xxmissio:20810000:3664:000000C9:FFFFFFFF:Invincibility (4/7):Homing Missile :xxmissio:20810000:3C28:00000018:FFFFFFFF:Invincibility (5/7):Heli :xxmissio:20810000:3D7A:000000C9:FFFFFFFF:Invincibility (6/7):Fire (Heli) :xxmissio:20810000:3E51:000000C9:FFFFFFFF:Invincibility (7/7):Middle Enemy :xxmissio:00000000:E031:00000001:FFFFFFFF:Rapid Fire xxmissio:0:E064:06:000:Infinite Lives PL1 xxmissio:0:E06E:06:000:Infinite Lives PL2 ; [ Xybots (rev 2) ] xybots:0:FFADEC:19:000:Infinite Credits PL1 xybots:0:FF8FB2:64:000:Infinite Energy PL1 xybots:0:FF8FB5:5A:000:Infinite Money PL1 xybots:0:FF8FB4:5A:000:Infinite Keys PL1 xybots:0:FF9020:29:000:Always have single shot PL1 xybots:0:FF9020:2A:000:Always have double shot PL1 xybots:0:FF9020:2B:000:Always have triple shot PL1 xybots:0:FF9020:29:001:Get single shot Now! PL1 xybots:0:FF9020:2A:001:Get double shot Now! PL1 xybots:0:FF9020:2B:001:Get triple shot Now! PL1 xybots:0:FF8FE0:BF:000:Always have all items PL1 xybots:0:FF8FE1:AF:500:Always have all items PL1 (2/4) xybots:0:FF8FE2:49:500:Always have all items PL1 (3/4) xybots:0:FF8FE3:24:500:Always have all items PL1 (4/4) xybots:0:FF8FE0:BF:001:Get all items Now! PL1 xybots:0:FF8FE1:AF:501:Get all items Now! PL1 (2/4) xybots:0:FF8FE2:49:501:Get all items Now! PL1 (3/4) xybots:0:FF8FE3:24:501:Get all items Now! PL1 (4/4) xybots:0:FF8FE0:80:020:Always have 125% energy limit PL1 xybots:0:FF8FE0:20:020:Always have Guard mapper PL1 xybots:0:FF8FE0:10:020:Always have Enemy mapper PL1 xybots:0:FF8FE0:08:520:Always have Enemy mapper PL1 (2/2) xybots:0:FF8FE0:04:020:Always have Wall mapper PL1 xybots:0:FF8FE0:02:520:Always have Wall mapper PL1 (2/2) xybots:0:FF8FE0:01:020:Always have Warning arrows PL1 xybots:0:FF8FE1:80:520:Always have Warning arrows PL1 (2/2) xybots:0:FF8FE1:20:020:Always have Shots repelled PL1 xybots:0:FF8FE1:10:540:Always have Shots repelled PL1 (2/3) xybots:0:FF8FE1:08:520:Always have Shots repelled PL1 (3/3) xybots:0:FF8FE1:04:020:Always have Second shot PL1 xybots:0:FF8FE1:02:520:Always have Second shot PL1 (2/2) xybots:0:FF8FE1:01:020:Always have Power zap PL1 xybots:0:FF8FE2:80:520:Always have Power zap PL1 (2/2) xybots:0:FF8FE2:40:020:Always have Slow energy loss PL1 xybots:0:FF8FE2:20:540:Always have Slow energy loss PL1 (2/3) xybots:0:FF8FE2:10:540:Always have Slow energy loss PL1 (3/3) xybots:0:FF8FE2:08:020:Always have Power shot PL1 xybots:0:FF8FE2:04:540:Always have Power shot PL1 (2/3) xybots:0:FF8FE2:02:540:Always have Power shot PL1 (3/3) xybots:0:FF8FE2:01:020:Always have Faster shot PL1 xybots:0:FF8FE3:80:540:Always have Faster shot PL1 (2/3) xybots:0:FF8FE3:40:540:Always have Faster shot PL1 (3/3) xybots:0:FF8FE3:20:020:Always have Shield PL1 xybots:0:FF8FE3:10:540:Always have Shield PL1 (2/3) xybots:0:FF8FE3:08:540:Always have Shield PL1 (3/3) xybots:0:FF8FE3:04:020:Always have Faster move PL1 xybots:0:FF8FE3:02:540:Always have Faster move PL1 (2/3) xybots:0:FF8FE3:01:540:Always have Faster move PL1 (3/3) xybots:0:FF8FE0:80:021:Get 125% energy limit Now! PL1 xybots:0:FF8FE0:20:021:Get Guard mapper Now! PL1 xybots:0:FF8FE0:10:021:Get Enemy mapper Now! PL1 xybots:0:FF8FE0:08:521:Get Enemy mapper Now! PL1 (2/2) xybots:0:FF8FE0:04:021:Get Wall mapper Now! PL1 xybots:0:FF8FE0:02:521:Get Wall mapper Now! PL1 (2/2) xybots:0:FF8FE0:01:021:Get Warning arrows Now! PL1 xybots:0:FF8FE1:80:521:Get Warning arrows Now! PL1 (2/2) xybots:0:FF8FE1:20:021:Get Shots repelled Now! PL1 xybots:0:FF8FE1:10:541:Get Shots repelled Now! PL1 (2/3) xybots:0:FF8FE1:08:521:Get Shots repelled Now! PL1 (3/3) xybots:0:FF8FE1:04:021:Get Second shot Now! PL1 xybots:0:FF8FE1:02:521:Get Second shot Now! PL1 (2/2) xybots:0:FF8FE1:01:021:Get Power zap Now! PL1 xybots:0:FF8FE2:80:521:Get Power zap Now! PL1 (2/2) xybots:0:FF8FE2:40:021:Get Slow energy loss Now! PL1 xybots:0:FF8FE2:20:541:Get Slow energy loss Now! PL1 (2/3) xybots:0:FF8FE2:10:541:Get Slow energy loss Now! PL1 (3/3) xybots:0:FF8FE2:08:021:Get Power shot Now! PL1 xybots:0:FF8FE2:04:541:Get Power shot Now! PL1 (2/3) xybots:0:FF8FE2:02:541:Get Power shot Now! PL1 (3/3) xybots:0:FF8FE2:01:021:Get Faster shot Now! PL1 xybots:0:FF8FE3:80:541:Get Faster shot Now! PL1 (2/3) xybots:0:FF8FE3:40:541:Get Faster shot Now! PL1 (3/3) xybots:0:FF8FE3:20:021:Get Shield Now! PL1 xybots:0:FF8FE3:10:541:Get Shield Now! PL1 (2/3) xybots:0:FF8FE3:08:541:Get Shield Now! PL1 (3/3) xybots:0:FF8FE3:04:021:Get Faster move Now! PL1 xybots:0:FF8FE3:02:541:Get Faster move Now! PL1 (2/3) xybots:0:FF8FE3:01:541:Get Faster move Now! PL1 (3/3) xybots:0:FFADED:19:000:Infinite Credits PL2 xybots:0:FF9032:64:000:Infinite Energy PL2 xybots:0:FF9035:5A:000:Infinite Money PL2 xybots:0:FF9034:5A:000:Infinite Keys PL2 xybots:0:FF90A0:29:000:Always have single shot PL2 xybots:0:FF90A0:2A:000:Always have double shot PL2 xybots:0:FF90A0:2B:000:Always have triple shot PL2 xybots:0:FF90A0:29:001:Get single shot Now! PL2 xybots:0:FF90A0:2A:001:Get double shot Now! PL2 xybots:0:FF90A0:2B:001:Get triple shot Now! PL2 xybots:0:FF9060:BF:000:Always have all items PL2 xybots:0:FF9061:AF:500:Always have all items PL2(2/4) xybots:0:FF9062:49:500:Always have all items PL2(3/4) xybots:0:FF9063:24:500:Always have all items PL2(4/4) xybots:0:FF9060:BF:001:Get all items Now! PL2 xybots:0:FF9061:AF:501:Get all items Now! PL2 (2/4) xybots:0:FF9062:49:501:Get all items Now! PL2 (3/4) xybots:0:FF9063:24:501:Get all items Now! PL2 (4/4) xybots:0:FF9060:80:020:Always have 125% energy limit PL2 xybots:0:FF9060:20:020:Always have Guard mapper PL2 xybots:0:FF9060:10:020:Always have Enemy mapper PL2 xybots:0:FF9060:08:520:Always have Enemy mapper PL2 (2/2) xybots:0:FF9060:04:020:Always have Wall mapper PL2 xybots:0:FF9060:02:520:Always have Wall mapper PL2 (2/2) xybots:0:FF9060:01:020:Always have Warning arrows PL2 xybots:0:FF9061:80:520:Always have Warning arrows PL2 (2/2) xybots:0:FF9061:20:020:Always have Shots repelled PL2 xybots:0:FF9061:10:540:Always have Shots repelled PL2 (2/3) xybots:0:FF9061:08:520:Always have Shots repelled PL2 (3/3) xybots:0:FF9061:04:020:Always have Second shot PL2 xybots:0:FF9061:02:520:Always have Second shot PL2 (2/2) xybots:0:FF9061:01:020:Always have Power zap PL2 xybots:0:FF9062:80:520:Always have Power zap PL2 (2/2) xybots:0:FF9062:40:020:Always have Slow energy loss PL2 xybots:0:FF9062:20:540:Always have Slow energy loss PL2 (2/3) xybots:0:FF9062:10:540:Always have Slow energy loss PL2 (3/3) xybots:0:FF9062:08:020:Always have Power shot PL2 xybots:0:FF9062:04:540:Always have Power shot PL2 (2/3) xybots:0:FF9062:02:540:Always have Power shot PL2 (3/3) xybots:0:FF9062:01:020:Always have Faster shot PL2 xybots:0:FF9063:80:540:Always have Faster shot PL2 (2/3) xybots:0:FF9063:40:540:Always have Faster shot PL2 (3/3) xybots:0:FF9063:20:020:Always have Shield PL2 xybots:0:FF9063:10:540:Always have Shield PL2 (2/3) xybots:0:FF9063:08:540:Always have Shield PL2 (3/3) xybots:0:FF9063:04:020:Always have Faster move PL2 xybots:0:FF9063:02:540:Always have Faster move PL2 (2/3) xybots:0:FF9063:01:540:Always have Faster move PL2 (3/3) xybots:0:FF9060:80:021:Get 125% energy limit Now! PL2 xybots:0:FF9060:20:021:Get Guard mapper Now! PL2 xybots:0:FF9060:10:021:Get Enemy mapper Now! PL2 xybots:0:FF9060:08:521:Get Enemy mapper Now! PL2 (2/2) xybots:0:FF9060:04:021:Get Wall mapper Now! PL2 xybots:0:FF9060:02:521:Get Wall mapper Now! PL2 (2/2) xybots:0:FF9060:01:021:Get Warning arrows Now! PL2 xybots:0:FF9061:80:521:Get Warning arrows Now! PL2 (2/2) xybots:0:FF9061:20:021:Get Shots repelled Now! PL2 xybots:0:FF9061:10:541:Get Shots repelled Now! PL2 (2/3) xybots:0:FF9061:08:521:Get Shots repelled Now! PL2 (3/3) xybots:0:FF9061:04:021:Get Second shot Now! PL2 xybots:0:FF9061:02:521:Get Second shot Now! PL2 (2/2) xybots:0:FF9061:01:021:Get Power zap Now! PL2 xybots:0:FF9062:80:521:Get Power zap Now! PL2 (2/2) xybots:0:FF9062:40:021:Get Slow energy loss Now! PL2 xybots:0:FF9062:20:541:Get Slow energy loss Now! PL2 (2/3) xybots:0:FF9062:10:541:Get Slow energy loss Now! PL2 (3/3) xybots:0:FF9062:08:021:Get Power shot Now! PL2 xybots:0:FF9062:04:541:Get Power shot Now! PL2 (2/3) xybots:0:FF9062:02:541:Get Power shot Now! PL2 (3/3) xybots:0:FF9062:01:021:Get Faster shot Now! PL2 xybots:0:FF9063:80:541:Get Faster shot Now! PL2 (2/3) xybots:0:FF9063:40:541:Get Faster shot Now! PL2 (3/3) xybots:0:FF9063:20:021:Get Shield Now! PL2 xybots:0:FF9063:10:541:Get Shield Now! PL2 (2/3) xybots:0:FF9063:08:541:Get Shield Now! PL2 (3/3) xybots:0:FF9063:04:021:Get Faster move Now! PL2 xybots:0:FF9063:02:541:Get Faster move Now! PL2 (2/3) xybots:0:FF9063:01:541:Get Faster move Now! PL2 (3/3) ; [ Xybots (rev 0) ] xybots0:0:FFADEC:19:000:Infinite Credits PL1 xybots0:0:FF8FAE:64:000:Infinite Energy PL1 xybots0:0:FF8FB1:5A:000:Infinite Money PL1 xybots0:0:FF8FB0:5A:000:Infinite Keys PL1 xybots0:0:FF901C:29:000:Always have single shot PL1 xybots0:0:FF901C:2A:000:Always have double shot PL1 xybots0:0:FF901C:2B:000:Always have triple shot PL1 xybots0:0:FF901C:29:001:Get single shot Now! PL1 xybots0:0:FF901C:2A:001:Get double shot Now! PL1 xybots0:0:FF901C:2B:001:Get triple shot Now! PL1 xybots0:0:FF8FDC:BF:000:Always have all items PL1 xybots0:0:FF8FDD:AF:500:Always have all items PL1 (2/4) xybots0:0:FF8FDE:49:500:Always have all items PL1 (3/4) xybots0:0:FF8FDF:24:500:Always have all items PL1 (4/4) xybots0:0:FF8FDC:BF:001:Get all items Now! PL1 xybots0:0:FF8FDD:AF:501:Get all items Now! PL1 (2/4) xybots0:0:FF8FDE:49:501:Get all items Now! PL1 (3/4) xybots0:0:FF8FDF:24:501:Get all items Now! PL1 (4/4) xybots0:0:FF8FDC:80:020:Always have 125% energy limit PL1 xybots0:0:FF8FDC:20:020:Always have Guard mapper PL1 xybots0:0:FF8FDC:10:020:Always have Enemy mapper PL1 xybots0:0:FF8FDC:08:520:Always have Enemy mapper PL1 (2/2) xybots0:0:FF8FDC:04:020:Always have Wall mapper PL1 xybots0:0:FF8FDC:02:520:Always have Wall mapper PL1 (2/2) xybots0:0:FF8FDC:01:020:Always have Warning arrows PL1 xybots0:0:FF8FDD:80:520:Always have Warning arrows PL1 (2/2) xybots0:0:FF8FDD:20:020:Always have Shots repelled PL1 xybots0:0:FF8FDD:10:540:Always have Shots repelled PL1 (2/3) xybots0:0:FF8FDD:08:520:Always have Shots repelled PL1 (3/3) xybots0:0:FF8FDD:04:020:Always have Second shot PL1 xybots0:0:FF8FDD:02:520:Always have Second shot PL1 (2/2) xybots0:0:FF8FDD:01:020:Always have Power zap PL1 xybots0:0:FF8FDE:80:520:Always have Power zap PL1 (2/2) xybots0:0:FF8FDE:40:020:Always have Slow energy loss PL1 xybots0:0:FF8FDE:20:540:Always have Slow energy loss PL1 (2/3) xybots0:0:FF8FDE:10:540:Always have Slow energy loss PL1 (3/3) xybots0:0:FF8FDE:08:020:Always have Power shot PL1 xybots0:0:FF8FDE:04:540:Always have Power shot PL1 (2/3) xybots0:0:FF8FDE:02:540:Always have Power shot PL1 (3/3) xybots0:0:FF8FDE:01:020:Always have Faster shot PL1 xybots0:0:FF8FDF:80:540:Always have Faster shot PL1 (2/3) xybots0:0:FF8FDF:40:540:Always have Faster shot PL1 (3/3) xybots0:0:FF8FDF:20:020:Always have Shield PL1 xybots0:0:FF8FDF:10:540:Always have Shield PL1 (2/3) xybots0:0:FF8FDF:08:540:Always have Shield PL1 (3/3) xybots0:0:FF8FDF:04:020:Always have Faster move PL1 xybots0:0:FF8FDF:02:540:Always have Faster move PL1 (2/3) xybots0:0:FF8FDF:01:540:Always have Faster move PL1 (3/3) xybots0:0:FF8FDC:80:021:Get 125% energy limit Now! PL1 xybots0:0:FF8FDC:20:021:Get Guard mapper Now! PL1 xybots0:0:FF8FDC:10:021:Get Enemy mapper Now! PL1 xybots0:0:FF8FDC:08:521:Get Enemy mapper Now! PL1 (2/2) xybots0:0:FF8FDC:04:021:Get Wall mapper Now! PL1 xybots0:0:FF8FDC:02:521:Get Wall mapper Now! PL1 (2/2) xybots0:0:FF8FDC:01:021:Get Warning arrows Now! PL1 xybots0:0:FF8FDD:80:521:Get Warning arrows Now! PL1 (2/2) xybots0:0:FF8FDD:20:021:Get Shots repelled Now! PL1 xybots0:0:FF8FDD:10:541:Get Shots repelled Now! PL1 (2/3) xybots0:0:FF8FDD:08:521:Get Shots repelled Now! PL1 (3/3) xybots0:0:FF8FDD:04:021:Get Second shot Now! PL1 xybots0:0:FF8FDD:02:521:Get Second shot Now! PL1 (2/2) xybots0:0:FF8FDD:01:021:Get Power zap Now! PL1 xybots0:0:FF8FDE:80:521:Get Power zap Now! PL1 (2/2) xybots0:0:FF8FDE:40:021:Get Slow energy loss Now! PL1 xybots0:0:FF8FDE:20:541:Get Slow energy loss Now! PL1 (2/3) xybots0:0:FF8FDE:10:541:Get Slow energy loss Now! PL1 (3/3) xybots0:0:FF8FDE:08:021:Get Power shot Now! PL1 xybots0:0:FF8FDE:04:541:Get Power shot Now! PL1 (2/3) xybots0:0:FF8FDE:02:541:Get Power shot Now! PL1 (3/3) xybots0:0:FF8FDE:01:021:Get Faster shot Now! PL1 xybots0:0:FF8FDF:80:541:Get Faster shot Now! PL1 (2/3) xybots0:0:FF8FDF:40:541:Get Faster shot Now! PL1 (3/3) xybots0:0:FF8FDF:20:021:Get Shield Now! PL1 xybots0:0:FF8FDF:10:541:Get Shield Now! PL1 (2/3) xybots0:0:FF8FDF:08:541:Get Shield Now! PL1 (3/3) xybots0:0:FF8FDF:04:021:Get Faster move Now! PL1 xybots0:0:FF8FDF:02:541:Get Faster move Now! PL1 (2/3) xybots0:0:FF8FDF:01:541:Get Faster move Now! PL1 (3/3) xybots0:0:FFADED:19:000:Infinite Credits PL2 xybots0:0:FF902E:64:000:Infinite Energy PL2 xybots0:0:FF9031:5A:000:Infinite Money PL2 xybots0:0:FF9030:5A:000:Infinite Keys PL2 xybots0:0:FF909C:29:000:Always have single shot PL2 xybots0:0:FF909C:2A:000:Always have double shot PL2 xybots0:0:FF909C:2B:000:Always have triple shot PL2 xybots0:0:FF909C:29:001:Get single shot Now! PL2 xybots0:0:FF909C:2A:001:Get double shot Now! PL2 xybots0:0:FF909C:2B:001:Get triple shot Now! PL2 xybots0:0:FF905C:BF:000:Always have all items PL2 xybots0:0:FF905D:AF:500:Always have all items PL2(2/4) xybots0:0:FF905E:49:500:Always have all items PL2(3/4) xybots0:0:FF905F:24:500:Always have all items PL2(4/4) xybots0:0:FF905C:BF:001:Get all items Now! PL2 xybots0:0:FF905D:AF:501:Get all items Now! PL2 (2/4) xybots0:0:FF905E:49:501:Get all items Now! PL2 (3/4) xybots0:0:FF905F:24:501:Get all items Now! PL2 (4/4) xybots0:0:FF905C:80:020:Always have 125% energy limit PL2 xybots0:0:FF905C:20:020:Always have Guard mapper PL2 xybots0:0:FF905C:10:020:Always have Enemy mapper PL2 xybots0:0:FF905C:08:520:Always have Enemy mapper PL2 (2/2) xybots0:0:FF905C:04:020:Always have Wall mapper PL2 xybots0:0:FF905C:02:520:Always have Wall mapper PL2 (2/2) xybots0:0:FF905C:01:020:Always have Warning arrows PL2 xybots0:0:FF905D:80:520:Always have Warning arrows PL2 (2/2) xybots0:0:FF905D:20:020:Always have Shots repelled PL2 xybots0:0:FF905D:10:540:Always have Shots repelled PL2 (2/3) xybots0:0:FF905D:08:520:Always have Shots repelled PL2 (3/3) xybots0:0:FF905D:04:020:Always have Second shot PL2 xybots0:0:FF905D:02:520:Always have Second shot PL2 (2/2) xybots0:0:FF905D:01:020:Always have Power zap PL2 xybots0:0:FF905E:80:520:Always have Power zap PL2 (2/2) xybots0:0:FF905E:40:020:Always have Slow energy loss PL2 xybots0:0:FF905E:20:540:Always have Slow energy loss PL2 (2/3) xybots0:0:FF905E:10:540:Always have Slow energy loss PL2 (3/3) xybots0:0:FF905E:08:020:Always have Power shot PL2 xybots0:0:FF905E:04:540:Always have Power shot PL2 (2/3) xybots0:0:FF905E:02:540:Always have Power shot PL2 (3/3) xybots0:0:FF905E:01:020:Always have Faster shot PL2 xybots0:0:FF905F:80:540:Always have Faster shot PL2 (2/3) xybots0:0:FF905F:40:540:Always have Faster shot PL2 (3/3) xybots0:0:FF905F:20:020:Always have Shield PL2 xybots0:0:FF905F:10:540:Always have Shield PL2 (2/3) xybots0:0:FF905F:08:540:Always have Shield PL2 (3/3) xybots0:0:FF905F:04:020:Always have Faster move PL2 xybots0:0:FF905F:02:540:Always have Faster move PL2 (2/3) xybots0:0:FF905F:01:540:Always have Faster move PL2 (3/3) xybots0:0:FF905C:80:021:Get 125% energy limit Now! PL2 xybots0:0:FF905C:20:021:Get Guard mapper Now! PL2 xybots0:0:FF905C:10:021:Get Enemy mapper Now! PL2 xybots0:0:FF905C:08:521:Get Enemy mapper Now! PL2 (2/2) xybots0:0:FF905C:04:021:Get Wall mapper Now! PL2 xybots0:0:FF905C:02:521:Get Wall mapper Now! PL2 (2/2) xybots0:0:FF905C:01:021:Get Warning arrows Now! PL2 xybots0:0:FF905D:80:521:Get Warning arrows Now! PL2 (2/2) xybots0:0:FF905D:20:021:Get Shots repelled Now! PL2 xybots0:0:FF905D:10:541:Get Shots repelled Now! PL2 (2/3) xybots0:0:FF905D:08:521:Get Shots repelled Now! PL2 (3/3) xybots0:0:FF905D:04:021:Get Second shot Now! PL2 xybots0:0:FF905D:02:521:Get Second shot Now! PL2 (2/2) xybots0:0:FF905D:01:021:Get Power zap Now! PL2 xybots0:0:FF905E:80:521:Get Power zap Now! PL2 (2/2) xybots0:0:FF905E:40:021:Get Slow energy loss Now! PL2 xybots0:0:FF905E:20:541:Get Slow energy loss Now! PL2 (2/3) xybots0:0:FF905E:10:541:Get Slow energy loss Now! PL2 (3/3) xybots0:0:FF905E:08:021:Get Power shot Now! PL2 xybots0:0:FF905E:04:541:Get Power shot Now! PL2 (2/3) xybots0:0:FF905E:02:541:Get Power shot Now! PL2 (3/3) xybots0:0:FF905E:01:021:Get Faster shot Now! PL2 xybots0:0:FF905F:80:541:Get Faster shot Now! PL2 (2/3) xybots0:0:FF905F:40:541:Get Faster shot Now! PL2 (3/3) xybots0:0:FF905F:20:021:Get Shield Now! PL2 xybots0:0:FF905F:10:541:Get Shield Now! PL2 (2/3) xybots0:0:FF905F:08:541:Get Shield Now! PL2 (3/3) xybots0:0:FF905F:04:021:Get Faster move Now! PL2 xybots0:0:FF905F:02:541:Get Faster move Now! PL2 (2/3) xybots0:0:FF905F:01:541:Get Faster move Now! PL2 (3/3) ; [ Xybots (rev 1) ] xybots1:0:FFADEC:19:000:Infinite Credits PL1 xybots1:0:FF8FB2:64:000:Infinite Energy PL1 xybots1:0:FF8FB5:5A:000:Infinite Money PL1 xybots1:0:FF8FB4:5A:000:Infinite Keys PL1 xybots1:0:FF9020:29:000:Always have single shot PL1 xybots1:0:FF9020:2A:000:Always have double shot PL1 xybots1:0:FF9020:2B:000:Always have triple shot PL1 xybots1:0:FF9020:29:001:Get single shot Now! PL1 xybots1:0:FF9020:2A:001:Get double shot Now! PL1 xybots1:0:FF9020:2B:001:Get triple shot Now! PL1 xybots1:0:FF8FE0:BF:000:Always have all items PL1 xybots1:0:FF8FE1:AF:500:Always have all items PL1 (2/4) xybots1:0:FF8FE2:49:500:Always have all items PL1 (3/4) xybots1:0:FF8FE3:24:500:Always have all items PL1 (4/4) xybots1:0:FF8FE0:BF:001:Get all items Now! PL1 xybots1:0:FF8FE1:AF:501:Get all items Now! PL1 (2/4) xybots1:0:FF8FE2:49:501:Get all items Now! PL1 (3/4) xybots1:0:FF8FE3:24:501:Get all items Now! PL1 (4/4) xybots1:0:FF8FE0:80:020:Always have 125% energy limit PL1 xybots1:0:FF8FE0:20:020:Always have Guard mapper PL1 xybots1:0:FF8FE0:10:020:Always have Enemy mapper PL1 xybots1:0:FF8FE0:08:520:Always have Enemy mapper PL1 (2/2) xybots1:0:FF8FE0:04:020:Always have Wall mapper PL1 xybots1:0:FF8FE0:02:520:Always have Wall mapper PL1 (2/2) xybots1:0:FF8FE0:01:020:Always have Warning arrows PL1 xybots1:0:FF8FE1:80:520:Always have Warning arrows PL1 (2/2) xybots1:0:FF8FE1:20:020:Always have Shots repelled PL1 xybots1:0:FF8FE1:10:540:Always have Shots repelled PL1 (2/3) xybots1:0:FF8FE1:08:520:Always have Shots repelled PL1 (3/3) xybots1:0:FF8FE1:04:020:Always have Second shot PL1 xybots1:0:FF8FE1:02:520:Always have Second shot PL1 (2/2) xybots1:0:FF8FE1:01:020:Always have Power zap PL1 xybots1:0:FF8FE2:80:520:Always have Power zap PL1 (2/2) xybots1:0:FF8FE2:40:020:Always have Slow energy loss PL1 xybots1:0:FF8FE2:20:540:Always have Slow energy loss PL1 (2/3) xybots1:0:FF8FE2:10:540:Always have Slow energy loss PL1 (3/3) xybots1:0:FF8FE2:08:020:Always have Power shot PL1 xybots1:0:FF8FE2:04:540:Always have Power shot PL1 (2/3) xybots1:0:FF8FE2:02:540:Always have Power shot PL1 (3/3) xybots1:0:FF8FE2:01:020:Always have Faster shot PL1 xybots1:0:FF8FE3:80:540:Always have Faster shot PL1 (2/3) xybots1:0:FF8FE3:40:540:Always have Faster shot PL1 (3/3) xybots1:0:FF8FE3:20:020:Always have Shield PL1 xybots1:0:FF8FE3:10:540:Always have Shield PL1 (2/3) xybots1:0:FF8FE3:08:540:Always have Shield PL1 (3/3) xybots1:0:FF8FE3:04:020:Always have Faster move PL1 xybots1:0:FF8FE3:02:540:Always have Faster move PL1 (2/3) xybots1:0:FF8FE3:01:540:Always have Faster move PL1 (3/3) xybots1:0:FF8FE0:80:021:Get 125% energy limit Now! PL1 xybots1:0:FF8FE0:20:021:Get Guard mapper Now! PL1 xybots1:0:FF8FE0:10:021:Get Enemy mapper Now! PL1 xybots1:0:FF8FE0:08:521:Get Enemy mapper Now! PL1 (2/2) xybots1:0:FF8FE0:04:021:Get Wall mapper Now! PL1 xybots1:0:FF8FE0:02:521:Get Wall mapper Now! PL1 (2/2) xybots1:0:FF8FE0:01:021:Get Warning arrows Now! PL1 xybots1:0:FF8FE1:80:521:Get Warning arrows Now! PL1 (2/2) xybots1:0:FF8FE1:20:021:Get Shots repelled Now! PL1 xybots1:0:FF8FE1:10:541:Get Shots repelled Now! PL1 (2/3) xybots1:0:FF8FE1:08:521:Get Shots repelled Now! PL1 (3/3) xybots1:0:FF8FE1:04:021:Get Second shot Now! PL1 xybots1:0:FF8FE1:02:521:Get Second shot Now! PL1 (2/2) xybots1:0:FF8FE1:01:021:Get Power zap Now! PL1 xybots1:0:FF8FE2:80:521:Get Power zap Now! PL1 (2/2) xybots1:0:FF8FE2:40:021:Get Slow energy loss Now! PL1 xybots1:0:FF8FE2:20:541:Get Slow energy loss Now! PL1 (2/3) xybots1:0:FF8FE2:10:541:Get Slow energy loss Now! PL1 (3/3) xybots1:0:FF8FE2:08:021:Get Power shot Now! PL1 xybots1:0:FF8FE2:04:541:Get Power shot Now! PL1 (2/3) xybots1:0:FF8FE2:02:541:Get Power shot Now! PL1 (3/3) xybots1:0:FF8FE2:01:021:Get Faster shot Now! PL1 xybots1:0:FF8FE3:80:541:Get Faster shot Now! PL1 (2/3) xybots1:0:FF8FE3:40:541:Get Faster shot Now! PL1 (3/3) xybots1:0:FF8FE3:20:021:Get Shield Now! PL1 xybots1:0:FF8FE3:10:541:Get Shield Now! PL1 (2/3) xybots1:0:FF8FE3:08:541:Get Shield Now! PL1 (3/3) xybots1:0:FF8FE3:04:021:Get Faster move Now! PL1 xybots1:0:FF8FE3:02:541:Get Faster move Now! PL1 (2/3) xybots1:0:FF8FE3:01:541:Get Faster move Now! PL1 (3/3) xybots1:0:FFADED:19:000:Infinite Credits PL2 xybots1:0:FF9032:64:000:Infinite Energy PL2 xybots1:0:FF9035:5A:000:Infinite Money PL2 xybots1:0:FF9034:5A:000:Infinite Keys PL2 xybots1:0:FF90A0:29:000:Always have single shot PL2 xybots1:0:FF90A0:2A:000:Always have double shot PL2 xybots1:0:FF90A0:2B:000:Always have triple shot PL2 xybots1:0:FF90A0:29:001:Get single shot Now! PL2 xybots1:0:FF90A0:2A:001:Get double shot Now! PL2 xybots1:0:FF90A0:2B:001:Get triple shot Now! PL2 xybots1:0:FF9060:BF:000:Always have all items PL2 xybots1:0:FF9061:AF:500:Always have all items PL2(2/4) xybots1:0:FF9062:49:500:Always have all items PL2(3/4) xybots1:0:FF9063:24:500:Always have all items PL2(4/4) xybots1:0:FF9060:BF:001:Get all items Now! PL2 xybots1:0:FF9061:AF:501:Get all items Now! PL2 (2/4) xybots1:0:FF9062:49:501:Get all items Now! PL2 (3/4) xybots1:0:FF9063:24:501:Get all items Now! PL2 (4/4) xybots1:0:FF9060:80:020:Always have 125% energy limit PL2 xybots1:0:FF9060:20:020:Always have Guard mapper PL2 xybots1:0:FF9060:10:020:Always have Enemy mapper PL2 xybots1:0:FF9060:08:520:Always have Enemy mapper PL2 (2/2) xybots1:0:FF9060:04:020:Always have Wall mapper PL2 xybots1:0:FF9060:02:520:Always have Wall mapper PL2 (2/2) xybots1:0:FF9060:01:020:Always have Warning arrows PL2 xybots1:0:FF9061:80:520:Always have Warning arrows PL2 (2/2) xybots1:0:FF9061:20:020:Always have Shots repelled PL2 xybots1:0:FF9061:10:540:Always have Shots repelled PL2 (2/3) xybots1:0:FF9061:08:520:Always have Shots repelled PL2 (3/3) xybots1:0:FF9061:04:020:Always have Second shot PL2 xybots1:0:FF9061:02:520:Always have Second shot PL2 (2/2) xybots1:0:FF9061:01:020:Always have Power zap PL2 xybots1:0:FF9062:80:520:Always have Power zap PL2 (2/2) xybots1:0:FF9062:40:020:Always have Slow energy loss PL2 xybots1:0:FF9062:20:540:Always have Slow energy loss PL2 (2/3) xybots1:0:FF9062:10:540:Always have Slow energy loss PL2 (3/3) xybots1:0:FF9062:08:020:Always have Power shot PL2 xybots1:0:FF9062:04:540:Always have Power shot PL2 (2/3) xybots1:0:FF9062:02:540:Always have Power shot PL2 (3/3) xybots1:0:FF9062:01:020:Always have Faster shot PL2 xybots1:0:FF9063:80:540:Always have Faster shot PL2 (2/3) xybots1:0:FF9063:40:540:Always have Faster shot PL2 (3/3) xybots1:0:FF9063:20:020:Always have Shield PL2 xybots1:0:FF9063:10:540:Always have Shield PL2 (2/3) xybots1:0:FF9063:08:540:Always have Shield PL2 (3/3) xybots1:0:FF9063:04:020:Always have Faster move PL2 xybots1:0:FF9063:02:540:Always have Faster move PL2 (2/3) xybots1:0:FF9063:01:540:Always have Faster move PL2 (3/3) xybots1:0:FF9060:80:021:Get 125% energy limit Now! PL2 xybots1:0:FF9060:20:021:Get Guard mapper Now! PL2 xybots1:0:FF9060:10:021:Get Enemy mapper Now! PL2 xybots1:0:FF9060:08:521:Get Enemy mapper Now! PL2 (2/2) xybots1:0:FF9060:04:021:Get Wall mapper Now! PL2 xybots1:0:FF9060:02:521:Get Wall mapper Now! PL2 (2/2) xybots1:0:FF9060:01:021:Get Warning arrows Now! PL2 xybots1:0:FF9061:80:521:Get Warning arrows Now! PL2 (2/2) xybots1:0:FF9061:20:021:Get Shots repelled Now! PL2 xybots1:0:FF9061:10:541:Get Shots repelled Now! PL2 (2/3) xybots1:0:FF9061:08:521:Get Shots repelled Now! PL2 (3/3) xybots1:0:FF9061:04:021:Get Second shot Now! PL2 xybots1:0:FF9061:02:521:Get Second shot Now! PL2 (2/2) xybots1:0:FF9061:01:021:Get Power zap Now! PL2 xybots1:0:FF9062:80:521:Get Power zap Now! PL2 (2/2) xybots1:0:FF9062:40:021:Get Slow energy loss Now! PL2 xybots1:0:FF9062:20:541:Get Slow energy loss Now! PL2 (2/3) xybots1:0:FF9062:10:541:Get Slow energy loss Now! PL2 (3/3) xybots1:0:FF9062:08:021:Get Power shot Now! PL2 xybots1:0:FF9062:04:541:Get Power shot Now! PL2 (2/3) xybots1:0:FF9062:02:541:Get Power shot Now! PL2 (3/3) xybots1:0:FF9062:01:021:Get Faster shot Now! PL2 xybots1:0:FF9063:80:541:Get Faster shot Now! PL2 (2/3) xybots1:0:FF9063:40:541:Get Faster shot Now! PL2 (3/3) xybots1:0:FF9063:20:021:Get Shield Now! PL2 xybots1:0:FF9063:10:541:Get Shield Now! PL2 (2/3) xybots1:0:FF9063:08:541:Get Shield Now! PL2 (3/3) xybots1:0:FF9063:04:021:Get Faster move Now! PL2 xybots1:0:FF9063:02:541:Get Faster move Now! PL2 (2/3) xybots1:0:FF9063:01:541:Get Faster move Now! PL2 (3/3) ; [ Xybots (French, rev 3) ] xybotsf:0:FFADEC:19:000:Infinite Credits PL1 xybotsf:0:FF8FB2:64:000:Infinite Energy PL1 xybotsf:0:FF8FB5:5A:000:Infinite Money PL1 xybotsf:0:FF8FB4:5A:000:Infinite Keys PL1 xybotsf:0:FF9020:29:000:Always have single shot PL1 xybotsf:0:FF9020:2A:000:Always have double shot PL1 xybotsf:0:FF9020:2B:000:Always have triple shot PL1 xybotsf:0:FF9020:29:001:Get single shot Now! PL1 xybotsf:0:FF9020:2A:001:Get double shot Now! PL1 xybotsf:0:FF9020:2B:001:Get triple shot Now! PL1 xybotsf:0:FF8FE0:BF:000:Always have all items PL1 xybotsf:0:FF8FE1:AF:500:Always have all items PL1 (2/4) xybotsf:0:FF8FE2:49:500:Always have all items PL1 (3/4) xybotsf:0:FF8FE3:24:500:Always have all items PL1 (4/4) xybotsf:0:FF8FE0:BF:001:Get all items Now! PL1 xybotsf:0:FF8FE1:AF:501:Get all items Now! PL1 (2/4) xybotsf:0:FF8FE2:49:501:Get all items Now! PL1 (3/4) xybotsf:0:FF8FE3:24:501:Get all items Now! PL1 (4/4) xybotsf:0:FF8FE0:80:020:Always have 125% energy limit PL1 xybotsf:0:FF8FE0:20:020:Always have Guard mapper PL1 xybotsf:0:FF8FE0:10:020:Always have Enemy mapper PL1 xybotsf:0:FF8FE0:08:520:Always have Enemy mapper PL1 (2/2) xybotsf:0:FF8FE0:04:020:Always have Wall mapper PL1 xybotsf:0:FF8FE0:02:520:Always have Wall mapper PL1 (2/2) xybotsf:0:FF8FE0:01:020:Always have Warning arrows PL1 xybotsf:0:FF8FE1:80:520:Always have Warning arrows PL1 (2/2) xybotsf:0:FF8FE1:20:020:Always have Shots repelled PL1 xybotsf:0:FF8FE1:10:540:Always have Shots repelled PL1 (2/3) xybotsf:0:FF8FE1:08:520:Always have Shots repelled PL1 (3/3) xybotsf:0:FF8FE1:04:020:Always have Second shot PL1 xybotsf:0:FF8FE1:02:520:Always have Second shot PL1 (2/2) xybotsf:0:FF8FE1:01:020:Always have Power zap PL1 xybotsf:0:FF8FE2:80:520:Always have Power zap PL1 (2/2) xybotsf:0:FF8FE2:40:020:Always have Slow energy loss PL1 xybotsf:0:FF8FE2:20:540:Always have Slow energy loss PL1 (2/3) xybotsf:0:FF8FE2:10:540:Always have Slow energy loss PL1 (3/3) xybotsf:0:FF8FE2:08:020:Always have Power shot PL1 xybotsf:0:FF8FE2:04:540:Always have Power shot PL1 (2/3) xybotsf:0:FF8FE2:02:540:Always have Power shot PL1 (3/3) xybotsf:0:FF8FE2:01:020:Always have Faster shot PL1 xybotsf:0:FF8FE3:80:540:Always have Faster shot PL1 (2/3) xybotsf:0:FF8FE3:40:540:Always have Faster shot PL1 (3/3) xybotsf:0:FF8FE3:20:020:Always have Shield PL1 xybotsf:0:FF8FE3:10:540:Always have Shield PL1 (2/3) xybotsf:0:FF8FE3:08:540:Always have Shield PL1 (3/3) xybotsf:0:FF8FE3:04:020:Always have Faster move PL1 xybotsf:0:FF8FE3:02:540:Always have Faster move PL1 (2/3) xybotsf:0:FF8FE3:01:540:Always have Faster move PL1 (3/3) xybotsf:0:FF8FE0:80:021:Get 125% energy limit Now! PL1 xybotsf:0:FF8FE0:20:021:Get Guard mapper Now! PL1 xybotsf:0:FF8FE0:10:021:Get Enemy mapper Now! PL1 xybotsf:0:FF8FE0:08:521:Get Enemy mapper Now! PL1 (2/2) xybotsf:0:FF8FE0:04:021:Get Wall mapper Now! PL1 xybotsf:0:FF8FE0:02:521:Get Wall mapper Now! PL1 (2/2) xybotsf:0:FF8FE0:01:021:Get Warning arrows Now! PL1 xybotsf:0:FF8FE1:80:521:Get Warning arrows Now! PL1 (2/2) xybotsf:0:FF8FE1:20:021:Get Shots repelled Now! PL1 xybotsf:0:FF8FE1:10:541:Get Shots repelled Now! PL1 (2/3) xybotsf:0:FF8FE1:08:521:Get Shots repelled Now! PL1 (3/3) xybotsf:0:FF8FE1:04:021:Get Second shot Now! PL1 xybotsf:0:FF8FE1:02:521:Get Second shot Now! PL1 (2/2) xybotsf:0:FF8FE1:01:021:Get Power zap Now! PL1 xybotsf:0:FF8FE2:80:521:Get Power zap Now! PL1 (2/2) xybotsf:0:FF8FE2:40:021:Get Slow energy loss Now! PL1 xybotsf:0:FF8FE2:20:541:Get Slow energy loss Now! PL1 (2/3) xybotsf:0:FF8FE2:10:541:Get Slow energy loss Now! PL1 (3/3) xybotsf:0:FF8FE2:08:021:Get Power shot Now! PL1 xybotsf:0:FF8FE2:04:541:Get Power shot Now! PL1 (2/3) xybotsf:0:FF8FE2:02:541:Get Power shot Now! PL1 (3/3) xybotsf:0:FF8FE2:01:021:Get Faster shot Now! PL1 xybotsf:0:FF8FE3:80:541:Get Faster shot Now! PL1 (2/3) xybotsf:0:FF8FE3:40:541:Get Faster shot Now! PL1 (3/3) xybotsf:0:FF8FE3:20:021:Get Shield Now! PL1 xybotsf:0:FF8FE3:10:541:Get Shield Now! PL1 (2/3) xybotsf:0:FF8FE3:08:541:Get Shield Now! PL1 (3/3) xybotsf:0:FF8FE3:04:021:Get Faster move Now! PL1 xybotsf:0:FF8FE3:02:541:Get Faster move Now! PL1 (2/3) xybotsf:0:FF8FE3:01:541:Get Faster move Now! PL1 (3/3) xybotsf:0:FFADED:19:000:Infinite Credits PL2 xybotsf:0:FF9032:64:000:Infinite Energy PL2 xybotsf:0:FF9035:5A:000:Infinite Money PL2 xybotsf:0:FF9034:5A:000:Infinite Keys PL2 xybotsf:0:FF90A0:29:000:Always have single shot PL2 xybotsf:0:FF90A0:2A:000:Always have double shot PL2 xybotsf:0:FF90A0:2B:000:Always have triple shot PL2 xybotsf:0:FF90A0:29:001:Get single shot Now! PL2 xybotsf:0:FF90A0:2A:001:Get double shot Now! PL2 xybotsf:0:FF90A0:2B:001:Get triple shot Now! PL2 xybotsf:0:FF9060:BF:000:Always have all items PL2 xybotsf:0:FF9061:AF:500:Always have all items PL2(2/4) xybotsf:0:FF9062:49:500:Always have all items PL2(3/4) xybotsf:0:FF9063:24:500:Always have all items PL2(4/4) xybotsf:0:FF9060:BF:001:Get all items Now! PL2 xybotsf:0:FF9061:AF:501:Get all items Now! PL2 (2/4) xybotsf:0:FF9062:49:501:Get all items Now! PL2 (3/4) xybotsf:0:FF9063:24:501:Get all items Now! PL2 (4/4) xybotsf:0:FF9060:80:020:Always have 125% energy limit PL2 xybotsf:0:FF9060:20:020:Always have Guard mapper PL2 xybotsf:0:FF9060:10:020:Always have Enemy mapper PL2 xybotsf:0:FF9060:08:520:Always have Enemy mapper PL2 (2/2) xybotsf:0:FF9060:04:020:Always have Wall mapper PL2 xybotsf:0:FF9060:02:520:Always have Wall mapper PL2 (2/2) xybotsf:0:FF9060:01:020:Always have Warning arrows PL2 xybotsf:0:FF9061:80:520:Always have Warning arrows PL2 (2/2) xybotsf:0:FF9061:20:020:Always have Shots repelled PL2 xybotsf:0:FF9061:10:540:Always have Shots repelled PL2 (2/3) xybotsf:0:FF9061:08:520:Always have Shots repelled PL2 (3/3) xybotsf:0:FF9061:04:020:Always have Second shot PL2 xybotsf:0:FF9061:02:520:Always have Second shot PL2 (2/2) xybotsf:0:FF9061:01:020:Always have Power zap PL2 xybotsf:0:FF9062:80:520:Always have Power zap PL2 (2/2) xybotsf:0:FF9062:40:020:Always have Slow energy loss PL2 xybotsf:0:FF9062:20:540:Always have Slow energy loss PL2 (2/3) xybotsf:0:FF9062:10:540:Always have Slow energy loss PL2 (3/3) xybotsf:0:FF9062:08:020:Always have Power shot PL2 xybotsf:0:FF9062:04:540:Always have Power shot PL2 (2/3) xybotsf:0:FF9062:02:540:Always have Power shot PL2 (3/3) xybotsf:0:FF9062:01:020:Always have Faster shot PL2 xybotsf:0:FF9063:80:540:Always have Faster shot PL2 (2/3) xybotsf:0:FF9063:40:540:Always have Faster shot PL2 (3/3) xybotsf:0:FF9063:20:020:Always have Shield PL2 xybotsf:0:FF9063:10:540:Always have Shield PL2 (2/3) xybotsf:0:FF9063:08:540:Always have Shield PL2 (3/3) xybotsf:0:FF9063:04:020:Always have Faster move PL2 xybotsf:0:FF9063:02:540:Always have Faster move PL2 (2/3) xybotsf:0:FF9063:01:540:Always have Faster move PL2 (3/3) xybotsf:0:FF9060:80:021:Get 125% energy limit Now! PL2 xybotsf:0:FF9060:20:021:Get Guard mapper Now! PL2 xybotsf:0:FF9060:10:021:Get Enemy mapper Now! PL2 xybotsf:0:FF9060:08:521:Get Enemy mapper Now! PL2 (2/2) xybotsf:0:FF9060:04:021:Get Wall mapper Now! PL2 xybotsf:0:FF9060:02:521:Get Wall mapper Now! PL2 (2/2) xybotsf:0:FF9060:01:021:Get Warning arrows Now! PL2 xybotsf:0:FF9061:80:521:Get Warning arrows Now! PL2 (2/2) xybotsf:0:FF9061:20:021:Get Shots repelled Now! PL2 xybotsf:0:FF9061:10:541:Get Shots repelled Now! PL2 (2/3) xybotsf:0:FF9061:08:521:Get Shots repelled Now! PL2 (3/3) xybotsf:0:FF9061:04:021:Get Second shot Now! PL2 xybotsf:0:FF9061:02:521:Get Second shot Now! PL2 (2/2) xybotsf:0:FF9061:01:021:Get Power zap Now! PL2 xybotsf:0:FF9062:80:521:Get Power zap Now! PL2 (2/2) xybotsf:0:FF9062:40:021:Get Slow energy loss Now! PL2 xybotsf:0:FF9062:20:541:Get Slow energy loss Now! PL2 (2/3) xybotsf:0:FF9062:10:541:Get Slow energy loss Now! PL2 (3/3) xybotsf:0:FF9062:08:021:Get Power shot Now! PL2 xybotsf:0:FF9062:04:541:Get Power shot Now! PL2 (2/3) xybotsf:0:FF9062:02:541:Get Power shot Now! PL2 (3/3) xybotsf:0:FF9062:01:021:Get Faster shot Now! PL2 xybotsf:0:FF9063:80:541:Get Faster shot Now! PL2 (2/3) xybotsf:0:FF9063:40:541:Get Faster shot Now! PL2 (3/3) xybotsf:0:FF9063:20:021:Get Shield Now! PL2 xybotsf:0:FF9063:10:541:Get Shield Now! PL2 (2/3) xybotsf:0:FF9063:08:541:Get Shield Now! PL2 (3/3) xybotsf:0:FF9063:04:021:Get Faster move Now! PL2 xybotsf:0:FF9063:02:541:Get Faster move Now! PL2 (2/3) xybotsf:0:FF9063:01:541:Get Faster move Now! PL2 (3/3) ; [ Xybots (German, rev 3) ] xybotsg:0:FFADEC:19:000:Infinite Credits PL1 xybotsg:0:FF8FB2:64:000:Infinite Energy PL1 xybotsg:0:FF8FB5:5A:000:Infinite Money PL1 xybotsg:0:FF8FB4:5A:000:Infinite Keys PL1 xybotsg:0:FF9020:29:000:Always have single shot PL1 xybotsg:0:FF9020:2A:000:Always have double shot PL1 xybotsg:0:FF9020:2B:000:Always have triple shot PL1 xybotsg:0:FF9020:29:001:Get single shot Now! PL1 xybotsg:0:FF9020:2A:001:Get double shot Now! PL1 xybotsg:0:FF9020:2B:001:Get triple shot Now! PL1 xybotsg:0:FF8FE0:BF:000:Always have all items PL1 xybotsg:0:FF8FE1:AF:500:Always have all items PL1 (2/4) xybotsg:0:FF8FE2:49:500:Always have all items PL1 (3/4) xybotsg:0:FF8FE3:24:500:Always have all items PL1 (4/4) xybotsg:0:FF8FE0:BF:001:Get all items Now! PL1 xybotsg:0:FF8FE1:AF:501:Get all items Now! PL1 (2/4) xybotsg:0:FF8FE2:49:501:Get all items Now! PL1 (3/4) xybotsg:0:FF8FE3:24:501:Get all items Now! PL1 (4/4) xybotsg:0:FF8FE0:80:020:Always have 125% energy limit PL1 xybotsg:0:FF8FE0:20:020:Always have Guard mapper PL1 xybotsg:0:FF8FE0:10:020:Always have Enemy mapper PL1 xybotsg:0:FF8FE0:08:520:Always have Enemy mapper PL1 (2/2) xybotsg:0:FF8FE0:04:020:Always have Wall mapper PL1 xybotsg:0:FF8FE0:02:520:Always have Wall mapper PL1 (2/2) xybotsg:0:FF8FE0:01:020:Always have Warning arrows PL1 xybotsg:0:FF8FE1:80:520:Always have Warning arrows PL1 (2/2) xybotsg:0:FF8FE1:20:020:Always have Shots repelled PL1 xybotsg:0:FF8FE1:10:540:Always have Shots repelled PL1 (2/3) xybotsg:0:FF8FE1:08:520:Always have Shots repelled PL1 (3/3) xybotsg:0:FF8FE1:04:020:Always have Second shot PL1 xybotsg:0:FF8FE1:02:520:Always have Second shot PL1 (2/2) xybotsg:0:FF8FE1:01:020:Always have Power zap PL1 xybotsg:0:FF8FE2:80:520:Always have Power zap PL1 (2/2) xybotsg:0:FF8FE2:40:020:Always have Slow energy loss PL1 xybotsg:0:FF8FE2:20:540:Always have Slow energy loss PL1 (2/3) xybotsg:0:FF8FE2:10:540:Always have Slow energy loss PL1 (3/3) xybotsg:0:FF8FE2:08:020:Always have Power shot PL1 xybotsg:0:FF8FE2:04:540:Always have Power shot PL1 (2/3) xybotsg:0:FF8FE2:02:540:Always have Power shot PL1 (3/3) xybotsg:0:FF8FE2:01:020:Always have Faster shot PL1 xybotsg:0:FF8FE3:80:540:Always have Faster shot PL1 (2/3) xybotsg:0:FF8FE3:40:540:Always have Faster shot PL1 (3/3) xybotsg:0:FF8FE3:20:020:Always have Shield PL1 xybotsg:0:FF8FE3:10:540:Always have Shield PL1 (2/3) xybotsg:0:FF8FE3:08:540:Always have Shield PL1 (3/3) xybotsg:0:FF8FE3:04:020:Always have Faster move PL1 xybotsg:0:FF8FE3:02:540:Always have Faster move PL1 (2/3) xybotsg:0:FF8FE3:01:540:Always have Faster move PL1 (3/3) xybotsg:0:FF8FE0:80:021:Get 125% energy limit Now! PL1 xybotsg:0:FF8FE0:20:021:Get Guard mapper Now! PL1 xybotsg:0:FF8FE0:10:021:Get Enemy mapper Now! PL1 xybotsg:0:FF8FE0:08:521:Get Enemy mapper Now! PL1 (2/2) xybotsg:0:FF8FE0:04:021:Get Wall mapper Now! PL1 xybotsg:0:FF8FE0:02:521:Get Wall mapper Now! PL1 (2/2) xybotsg:0:FF8FE0:01:021:Get Warning arrows Now! PL1 xybotsg:0:FF8FE1:80:521:Get Warning arrows Now! PL1 (2/2) xybotsg:0:FF8FE1:20:021:Get Shots repelled Now! PL1 xybotsg:0:FF8FE1:10:541:Get Shots repelled Now! PL1 (2/3) xybotsg:0:FF8FE1:08:521:Get Shots repelled Now! PL1 (3/3) xybotsg:0:FF8FE1:04:021:Get Second shot Now! PL1 xybotsg:0:FF8FE1:02:521:Get Second shot Now! PL1 (2/2) xybotsg:0:FF8FE1:01:021:Get Power zap Now! PL1 xybotsg:0:FF8FE2:80:521:Get Power zap Now! PL1 (2/2) xybotsg:0:FF8FE2:40:021:Get Slow energy loss Now! PL1 xybotsg:0:FF8FE2:20:541:Get Slow energy loss Now! PL1 (2/3) xybotsg:0:FF8FE2:10:541:Get Slow energy loss Now! PL1 (3/3) xybotsg:0:FF8FE2:08:021:Get Power shot Now! PL1 xybotsg:0:FF8FE2:04:541:Get Power shot Now! PL1 (2/3) xybotsg:0:FF8FE2:02:541:Get Power shot Now! PL1 (3/3) xybotsg:0:FF8FE2:01:021:Get Faster shot Now! PL1 xybotsg:0:FF8FE3:80:541:Get Faster shot Now! PL1 (2/3) xybotsg:0:FF8FE3:40:541:Get Faster shot Now! PL1 (3/3) xybotsg:0:FF8FE3:20:021:Get Shield Now! PL1 xybotsg:0:FF8FE3:10:541:Get Shield Now! PL1 (2/3) xybotsg:0:FF8FE3:08:541:Get Shield Now! PL1 (3/3) xybotsg:0:FF8FE3:04:021:Get Faster move Now! PL1 xybotsg:0:FF8FE3:02:541:Get Faster move Now! PL1 (2/3) xybotsg:0:FF8FE3:01:541:Get Faster move Now! PL1 (3/3) xybotsg:0:FFADED:19:000:Infinite Credits PL2 xybotsg:0:FF9032:64:000:Infinite Energy PL2 xybotsg:0:FF9035:5A:000:Infinite Money PL2 xybotsg:0:FF9034:5A:000:Infinite Keys PL2 xybotsg:0:FF90A0:29:000:Always have single shot PL2 xybotsg:0:FF90A0:2A:000:Always have double shot PL2 xybotsg:0:FF90A0:2B:000:Always have triple shot PL2 xybotsg:0:FF90A0:29:001:Get single shot Now! PL2 xybotsg:0:FF90A0:2A:001:Get double shot Now! PL2 xybotsg:0:FF90A0:2B:001:Get triple shot Now! PL2 xybotsg:0:FF9060:BF:000:Always have all items PL2 xybotsg:0:FF9061:AF:500:Always have all items PL2(2/4) xybotsg:0:FF9062:49:500:Always have all items PL2(3/4) xybotsg:0:FF9063:24:500:Always have all items PL2(4/4) xybotsg:0:FF9060:BF:001:Get all items Now! PL2 xybotsg:0:FF9061:AF:501:Get all items Now! PL2 (2/4) xybotsg:0:FF9062:49:501:Get all items Now! PL2 (3/4) xybotsg:0:FF9063:24:501:Get all items Now! PL2 (4/4) xybotsg:0:FF9060:80:020:Always have 125% energy limit PL2 xybotsg:0:FF9060:20:020:Always have Guard mapper PL2 xybotsg:0:FF9060:10:020:Always have Enemy mapper PL2 xybotsg:0:FF9060:08:520:Always have Enemy mapper PL2 (2/2) xybotsg:0:FF9060:04:020:Always have Wall mapper PL2 xybotsg:0:FF9060:02:520:Always have Wall mapper PL2 (2/2) xybotsg:0:FF9060:01:020:Always have Warning arrows PL2 xybotsg:0:FF9061:80:520:Always have Warning arrows PL2 (2/2) xybotsg:0:FF9061:20:020:Always have Shots repelled PL2 xybotsg:0:FF9061:10:540:Always have Shots repelled PL2 (2/3) xybotsg:0:FF9061:08:520:Always have Shots repelled PL2 (3/3) xybotsg:0:FF9061:04:020:Always have Second shot PL2 xybotsg:0:FF9061:02:520:Always have Second shot PL2 (2/2) xybotsg:0:FF9061:01:020:Always have Power zap PL2 xybotsg:0:FF9062:80:520:Always have Power zap PL2 (2/2) xybotsg:0:FF9062:40:020:Always have Slow energy loss PL2 xybotsg:0:FF9062:20:540:Always have Slow energy loss PL2 (2/3) xybotsg:0:FF9062:10:540:Always have Slow energy loss PL2 (3/3) xybotsg:0:FF9062:08:020:Always have Power shot PL2 xybotsg:0:FF9062:04:540:Always have Power shot PL2 (2/3) xybotsg:0:FF9062:02:540:Always have Power shot PL2 (3/3) xybotsg:0:FF9062:01:020:Always have Faster shot PL2 xybotsg:0:FF9063:80:540:Always have Faster shot PL2 (2/3) xybotsg:0:FF9063:40:540:Always have Faster shot PL2 (3/3) xybotsg:0:FF9063:20:020:Always have Shield PL2 xybotsg:0:FF9063:10:540:Always have Shield PL2 (2/3) xybotsg:0:FF9063:08:540:Always have Shield PL2 (3/3) xybotsg:0:FF9063:04:020:Always have Faster move PL2 xybotsg:0:FF9063:02:540:Always have Faster move PL2 (2/3) xybotsg:0:FF9063:01:540:Always have Faster move PL2 (3/3) xybotsg:0:FF9060:80:021:Get 125% energy limit Now! PL2 xybotsg:0:FF9060:20:021:Get Guard mapper Now! PL2 xybotsg:0:FF9060:10:021:Get Enemy mapper Now! PL2 xybotsg:0:FF9060:08:521:Get Enemy mapper Now! PL2 (2/2) xybotsg:0:FF9060:04:021:Get Wall mapper Now! PL2 xybotsg:0:FF9060:02:521:Get Wall mapper Now! PL2 (2/2) xybotsg:0:FF9060:01:021:Get Warning arrows Now! PL2 xybotsg:0:FF9061:80:521:Get Warning arrows Now! PL2 (2/2) xybotsg:0:FF9061:20:021:Get Shots repelled Now! PL2 xybotsg:0:FF9061:10:541:Get Shots repelled Now! PL2 (2/3) xybotsg:0:FF9061:08:521:Get Shots repelled Now! PL2 (3/3) xybotsg:0:FF9061:04:021:Get Second shot Now! PL2 xybotsg:0:FF9061:02:521:Get Second shot Now! PL2 (2/2) xybotsg:0:FF9061:01:021:Get Power zap Now! PL2 xybotsg:0:FF9062:80:521:Get Power zap Now! PL2 (2/2) xybotsg:0:FF9062:40:021:Get Slow energy loss Now! PL2 xybotsg:0:FF9062:20:541:Get Slow energy loss Now! PL2 (2/3) xybotsg:0:FF9062:10:541:Get Slow energy loss Now! PL2 (3/3) xybotsg:0:FF9062:08:021:Get Power shot Now! PL2 xybotsg:0:FF9062:04:541:Get Power shot Now! PL2 (2/3) xybotsg:0:FF9062:02:541:Get Power shot Now! PL2 (3/3) xybotsg:0:FF9062:01:021:Get Faster shot Now! PL2 xybotsg:0:FF9063:80:541:Get Faster shot Now! PL2 (2/3) xybotsg:0:FF9063:40:541:Get Faster shot Now! PL2 (3/3) xybotsg:0:FF9063:20:021:Get Shield Now! PL2 xybotsg:0:FF9063:10:541:Get Shield Now! PL2 (2/3) xybotsg:0:FF9063:08:541:Get Shield Now! PL2 (3/3) xybotsg:0:FF9063:04:021:Get Faster move Now! PL2 xybotsg:0:FF9063:02:541:Get Faster move Now! PL2 (2/3) xybotsg:0:FF9063:01:541:Get Faster move Now! PL2 (3/3) ; [ Xing Yen Man Guan (V651C) ] :xymg:00100000:1F01FC:00003030:FFFFFFFF:Always Winning Hand :xymg:00210000:1F01FE:00313131:FFFFFFFF:Always Winning Hand (2/5) :xymg:00210000:1F0201:00343434:FFFFFFFF:Always Winning Hand (3/5) :xymg:00210000:1F0204:00353535:FFFFFFFF:Always Winning Hand (4/5) :xymg:00110000:1F0207:00003636:FFFFFFFF:Always Winning Hand (5/5) :xymg:00010000:1F0192:00000036:FFFFFFFF:Always Winning Hand (5/5) :xymg:00100001:1F01FC:00003030:FFFFFFFF:Get Winning Hand Now! :xymg:00210001:1F01FE:00313131:FFFFFFFF:Get Winning Hand Now! (2/5) :xymg:00210001:1F0201:00343434:FFFFFFFF:Get Winning Hand Now! (3/5) :xymg:00210001:1F0204:00353535:FFFFFFFF:Get Winning Hand Now! (4/5) :xymg:00110001:1F0207:00003636:FFFFFFFF:Get Winning Hand Now! (5/5) :xymg:00010001:1F0192:00000036:FFFFFFFF:Get Winning Hand Now! (5/5) ; [ Xyonix ] xyonix:0:000000:00:999:[ The display of the next shape will not update ] xyonix:0:000000:00:999:[ though the cheat works. ] :xyonix:62000000:0000:00000000:00000000:Next Shape PL1 always = :xyonix:00010000:C08D:00000000:FFFFFFFF:Green Square :xyonix:00010000:C08D:00000001:FFFFFFFF:Orange 'Z' :xyonix:00010000:C08D:00000002:FFFFFFFF:Dark Blue 'Z' :xyonix:00010000:C08D:00000003:FFFFFFFF:Yellow '--' :xyonix:00010000:C08D:00000004:FFFFFFFF:Yellow 'L' :xyonix:00010000:C08D:00000005:FFFFFFFF:Pink 'T' :xyonix:00010000:C08D:00000006:FFFFFFFF:Light Blue 'L' :xyonix:62000001:C08D:00000000:FFFFFFFF:Next Shape PL1 Now! = :xyonix:00010001:C08D:00000000:FFFFFFFF:Green Square :xyonix:00010001:C08D:00000001:FFFFFFFF:Orange 'Z' :xyonix:00010001:C08D:00000002:FFFFFFFF:Dark Blue 'Z' :xyonix:00010001:C08D:00000003:FFFFFFFF:Yellow '--' :xyonix:00010001:C08D:00000004:FFFFFFFF:Yellow 'L' :xyonix:00010001:C08D:00000005:FFFFFFFF:Pink 'T' :xyonix:00010001:C08D:00000006:FFFFFFFF:Light Blue 'L' :xyonix:62000000:0000:00000000:00000000:Next Shape PL2 always = :xyonix:00010000:C08E:00000000:FFFFFFFF:Green Square :xyonix:00010000:C08E:00000001:FFFFFFFF:Orange 'Z' :xyonix:00010000:C08E:00000002:FFFFFFFF:Dark Blue 'Z' :xyonix:00010000:C08E:00000003:FFFFFFFF:Yellow '--' :xyonix:00010000:C08E:00000004:FFFFFFFF:Yellow 'L' :xyonix:00010000:C08E:00000005:FFFFFFFF:Pink 'T' :xyonix:00010000:C08E:00000006:FFFFFFFF:Light Blue 'L' :xyonix:62000001:C08E:00000000:FFFFFFFF:Next Shape PL2 Now! = :xyonix:00010001:C08E:00000000:FFFFFFFF:Green Square :xyonix:00010001:C08E:00000001:FFFFFFFF:Orange 'Z' :xyonix:00010001:C08E:00000002:FFFFFFFF:Dark Blue 'Z' :xyonix:00010001:C08E:00000003:FFFFFFFF:Yellow '--' :xyonix:00010001:C08E:00000004:FFFFFFFF:Yellow 'L' :xyonix:00010001:C08E:00000005:FFFFFFFF:Pink 'T' :xyonix:00010001:C08E:00000006:FFFFFFFF:Light Blue 'L' ; [ Yachtsman ] :yachtmn:00000000:C005:00000063:FFFFFFFF:Infinite Credits :yachtmn:00000000:C261:00000009:FFFFFFFF:Infinite Lives :yachtmn:20900000:4020:00004036:FFFFFFFF:Invincibility :yachtmn:20910000:4026:00004036:FFFFFFFF:Invincibility (2/7):1st & 2nd = Avoid sudden death bug :yachtmn:20A10000:4198:0041C4C3:FFFFFFFF:Invincibility (3/7):Flag :yachtmn:20910000:4220:00004370:FFFFFFFF:Invincibility (4/7):Little Wave :yachtmn:20910000:4225:00004370:FFFFFFFF:Invincibility (5/7):Big Wave :yachtmn:20A10000:4576:0041C4C3:FFFFFFFF:Invincibility (6/7):Object 1 :yachtmn:20A10000:48AC:0041C4C3:FFFFFFFF:Invincibility (7/7):Object 2 :yachtmn:20900000:4020:00004036:FFFFFFFF:Avoid Sudden Death Bug:Enables you to pass several points where sudden death can occur :yachtmn:20910000:4026:00004036:FFFFFFFF:Avoid Sudden Death Bug (2/2) ; [ Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun ] yamagchi:0:C30B:09:000:Infinite Time yamagchi:0:C00C:06:000:Infinite Lives PL1 yamagchi:0:C00D:06:000:Infinite Lives PL2 ; [ Yamato (US) ] :yamato:20800000:110EF:000000C9:FFFFFFFF:Invincibility :yamato:20810000:12C46:000000C9:FFFFFFFF:Invincibility (2/8) :yamato:20810000:12C4C:000000C9:FFFFFFFF:Invincibility (3/8) :yamato:20810000:12C57:000000C9:FFFFFFFF:Invincibility (4/8) :yamato:20810000:12CC7:000000C9:FFFFFFFF:Invincibility (5/8) :yamato:20810000:12CD2:000000C9:FFFFFFFF:Invincibility (6/8) :yamato:20810000:12D3C:000000C9:FFFFFFFF:Invincibility (7/8) :yamato:20810000:12D47:000000C9:FFFFFFFF:Invincibility (8/8) :yamato:00000000:06001:00000000:00000004:Rapid Fire :yamato:00000000:060F6:00000001:FFFFFFFF:No Delay for Cannon :yamato:00100000:06068:00000000:FFFFFFFF:Fastest Moving Speed :yamato:00100000:0600E:00000000:FFFFFFFF:Fastest Cursor Speed yamato:0:6020:03:000:Infinite Lives PL1 yamato:0:6021:03:000:Infinite Lives PL2 ; [ Yamato (World?) ] :yamato2:20800000:10FA2:000000C9:FFFFFFFF:Invincibility :yamato2:20810000:12AEF:000000C9:FFFFFFFF:Invincibility (2/8) :yamato2:20810000:12AF5:000000C9:FFFFFFFF:Invincibility (3/8) :yamato2:20810000:12B00:000000C9:FFFFFFFF:Invincibility (4/8) :yamato2:20810000:12B70:000000C9:FFFFFFFF:Invincibility (5/8) :yamato2:20810000:12B7B:000000C9:FFFFFFFF:Invincibility (6/8) :yamato2:20810000:12BE5:000000C9:FFFFFFFF:Invincibility (7/8) :yamato2:20810000:12BF0:000000C9:FFFFFFFF:Invincibility (8/8) :yamato2:00000000:06001:00000000:00000004:Rapid Fire :yamato2:00000000:060F6:00000001:FFFFFFFF:No Delay for Cannon :yamato2:00100000:06068:00000000:FFFFFFFF:Fastest Moving Speed :yamato2:00100000:0600E:00000000:FFFFFFFF:Fastest Cursor Speed yamato2:0:6020:03:000:Infinite Lives PL1 yamato2:0:6021:03:000:Infinite Lives PL2 ; [ Yam! Yam!? ] yamyam:0:E906:09:000:Infinite Lives yamyam:0:EB16:2F:000:Infinite Time yamyam:0:EAE4:00:001:Finish this stage Now! yamyam:0:E907:09:001:Get 9 stars Now! ; [ Kaiketsu Yanchamaru (Japan) ] yanchamr:0:E122:5A:000:Infinite Time yanchamr:0:E200:09:000:Infinite Lives yanchamr:0:E54A:08:000:Infinite POW yanchamr:0:E21E:30:000:No Enemies yanchamr:0:0000:00:999:[ ] yanchamr:0:0000:00:999:[See the Dip Switch Menu to ] yanchamr:0:0000:00:999:[enable Invincibility. ] yanchamr:0:0000:00:999:[ ] :yanchamr:00000001:E15C:00000001:FFFFFFFF:Finish the Last Boss with 1 Hit Now! yanchamr:0:E003:03:001:Start this Level Again!:Handy for when you have Invincibility DIP enabled and you want to die to change the level yanchamr:0:0000:00:999:[You can use the Select ] yanchamr:0:0000:00:999:[current level cheat to ] yanchamr:0:0000:00:999:[choose the starting level, ] yanchamr:0:0000:00:999:[just enable it on the press] yanchamr:0:0000:00:999:[1 or 2 player button screen] yanchamr:0:E202:07:071:Select current level yanchamr:0:E202:07:061:Select next level ;:yanchamr:20800000:31BD:000000C9:FFFFFFFF:Invincibility:ROM cheat but still die when you fall into water so DIP switch is better ; [ Yankee DO! ] yankeedo:0:32A6:18:100:Invincibility yankeedo:0:44B0:18:600:Invincibility (2/4):1/4 = red monsters, 2/4 = letter monsters, 3/4 = blue monsters, 4/4 = apples yankeedo:0:4B94:18:600:Invincibility (3/4) yankeedo:0:5345:18:600:Invincibility (4/4) yankeedo:0:E097:06:000:Infinite Lives PL1 yankeedo:0:E0A1:21:000:MANY red monsters PL1 yankeedo:0:E0A1:01:000:One red monster PL1 yankeedo:0:E0A1:00:000:NO red monsters PL1 yankeedo:0:E11C:06:000:Infinite Lives PL2 yankeedo:0:E126:21:000:MANY red monsters PL2 yankeedo:0:E126:01:000:One red monster PL2 yankeedo:0:E126:00:000:NO red monsters PL2 ; [ 10-Yard Fight (Japan) ] yard:0:E44A:30:004:Infinite Time yard:0:E44A:60:001:Reset Timer (once) yard:0:E432:00:000:Always 1st Down yard:0:0000:00:999:[See the Dip Switch Menu to ] yard:0:0000:00:999:[enable Invincibility. ] ; [ Mahjong Yarunara (Japan) ] yarunara:0:0000:00:999:[ The winning hand cheat must be ] yarunara:0:0000:00:999:[ activated when there are 14 tiles ] yarunara:0:0000:00:999:[ in your hand, then press the RON ] yarunara:0:0000:00:999:[ key ('Z' by default). The tiles do ] yarunara:0:0000:00:999:[ not visually change until you make ] yarunara:0:0000:00:999:[ a move. ] :yarunara:00300001:76C0:32313131:FFFFFFFF:Get winning hand Now! :yarunara:00310001:76C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :yarunara:00310001:76C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :yarunara:00110001:76CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :yarunara:00300000:76C0:32313131:FFFFFFFF:Always Winning Hand :yarunara:00310000:76C4:35353532:FFFFFFFF:Always Winning Hand (2/4) :yarunara:00310000:76C8:37363636:FFFFFFFF:Always Winning Hand (3/4) :yarunara:00110000:76CC:00003737:FFFFFFFF:Always Winning Hand (4/4) ; [ Yellow Cab (bootleg) ] yellowcb:0:001F:03:000:Infinite Lives yellowcb:0:002F:50:000:Infinite Fuel ; [ Yes/No Sinri Tokimeki Chart ] yesnoj:0:2008B7:09:000:Infinite Credits yesnoj:0:000000:00:999:[This game is really not suitable for cheats, it ] yesnoj:0:000000:00:999:[looks to be more of a psychological test then ] yesnoj:0:000000:00:999:[an actual game...so who are you cheating? ] ; [ Yie Ar Kung-Fu (set 1) ] yiear:0:5430:09:000:Infinite Lives yiear:0:508C:08:007:Infinite Energy yiear:0:508A:08:000:Infinite Energy (CPU) :yiear:20800000:A05B:00000020:FFFFFFFF:Invincibility :yiear:20910000:A196:00001216:FFFFFFFF:Invincibility (2/2) yiear:0:508A:00:001:Finish level Now! yiear:0:5431:00:000:Level 1 yiear:0:5431:01:000:Level 2 yiear:0:5431:02:000:Level 3 yiear:0:5431:03:000:Level 4 yiear:0:5431:04:000:Level 5 yiear:0:5431:05:000:Level 6 yiear:0:5431:06:000:Level 7 yiear:0:5431:07:000:Level 8 yiear:0:5431:08:000:Level 9 yiear:0:5431:09:000:Level 10 yiear:0:5431:0A:000:Level 11 :yiear:00000000:51CA:00000002:FFFFFFFF:Sound Test Timer Stop :yiear:20A00000:8183:0016FE7A:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Yie Ar Kung-Fu (set 2) ] yiear2:0:5430:09:000:Infinite Lives yiear2:0:508C:08:007:Infinite Energy yiear2:0:508A:08:000:Infinite Energy (CPU) :yiear2:20800000:A049:00000020:FFFFFFFF:Invincibility :yiear2:20910000:A184:00001216:FFFFFFFF:Invincibility (2/2) yiear2:0:508A:00:001:Finish level Now! yiear2:0:5431:00:000:Level 1 yiear2:0:5431:01:000:Level 2 yiear2:0:5431:02:000:Level 3 yiear2:0:5431:03:000:Level 4 yiear2:0:5431:04:000:Level 5 yiear2:0:5431:05:000:Level 6 yiear2:0:5431:06:000:Level 7 yiear2:0:5431:07:000:Level 8 yiear2:0:5431:08:000:Level 9 yiear2:0:5431:09:000:Level 10 yiear2:0:5431:0A:000:Level 11 :yiear2:00000000:51CA:00000002:FFFFFFFF:Sound Test Timer Stop :yiear2:20A00000:817C:0016FE81:FFFFFFFF:Skip RAM/ROM Check:It's better to use together with Pre-Enable ; [ Yokai Douchuuki (Japan old version) ] yokaidko:0:50E1:10:000:Infinite Energy yokaidko:0:477C:09:000:Infinite Money yokaidko:0:4062:02:000:Invincibility yokaidko:0:40BA:04:000:Always have 4-shot yokaidko:0:40CF:99:000:Always have Mega Shot yokaidko:0:50C1:40:000:Infinite Energy Toraji yokaidko:0:50C2:60:000:Infinite Energy Gonta yokaidko:0:40DA:02:000:Tarosuke can always fly yokaidko:0:0000:00:999:[ Watch Values - 00=Chou(Even) 01=Han(Odd) ] yokaidko:0:40B0:00:998:Watch me for answer ; [ Yosaku To Donbei (set 2) ] yosakdoa:0:23A7:99:000:Infinite Credits yosakdoa:0:202C:03:000:Infinite Lives yosakdoa:0:2025:49:000:Birds never drop yosakdoa:0:201C:59:000:Birds don't fire yosakdoa:0:2032:59:500:Birds don't fire (2/2) ; [ Yosaku To Donbei (set 1) ] yosakdon:0:23A7:99:000:Infinite Credits yosakdon:0:202C:03:000:Infinite Lives yosakdon:0:2025:49:000:Birds never drop yosakdon:0:201C:59:000:Birds don't fire yosakdon:0:2032:59:500:Birds don't fire (2/2) ; [ Mahjong Yoshimoto Gekijou (Japan) ] :yosimoto:00100000:F9A9:00000002:FFFFFFFF:Infinite Thinking Time :yosimoto:00100000:FC46:00003131:FFFFFFFF:Always Winning Hand :yosimoto:00210000:FC48:00323232:FFFFFFFF:Always Winning Hand (2/5) :yosimoto:00210000:FC4B:00353535:FFFFFFFF:Always Winning Hand (3/5) :yosimoto:00210000:FC4E:00363636:FFFFFFFF:Always Winning Hand (4/5) :yosimoto:00210000:FC51:00373737:FFFFFFFF:Always Winning Hand (5/5) :yosimoto:00100001:FC46:00003131:FFFFFFFF:Get Winning Hand Now! :yosimoto:00210001:FC48:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :yosimoto:00210001:FC4B:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :yosimoto:00210001:FC4E:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :yosimoto:00210001:FC51:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :yosimoto:00100000:FD0A:0000270F:FFFFFFFF:Player Always Maximum Score :yosimoto:00100000:FD0C:00000000:FFFFFFFF:CPU Always 0 Score ; [ Youjyuden (Japan) ] youjyudn:0:E544:99:000:Infinite Credits youjyudn:0:0000:00:999:[See the Dip Switch Menu to ] youjyudn:0:0000:00:999:[enable an alternate ] youjyudn:0:0000:00:999:[Invincibility cheat. ] youjyudn:0:E0CE:02:000:Invincibility youjyudn:0:E3EA:02:020:Max Shot Power youjyudn:0:E3F1:09:000:Infinite Lives PL1 youjyudn:0:E3F7:09:000:Infinite Lives PL2 ; [ Yokai Douchuuki (Japan new version) ] youkaidk:0:50E1:10:000:Infinite Energy youkaidk:0:477C:09:000:Infinite Money youkaidk:0:4062:02:000:Invincibility youkaidk:0:40BA:04:000:Always have 4-shot youkaidk:0:40CF:99:000:Always have Mega Shot youkaidk:0:50C1:40:000:Infinite Energy Toraji youkaidk:0:50C2:60:000:Infinite Energy Gonta youkaidk:0:40DA:02:000:Tarosuke can always fly youkaidk:0:0000:00:999:[ Watch Values - 00=Chou(Even) 01=Han(Odd) ] youkaidk:0:40B0:00:998:Watch me for answer ; [ Youma Ninpou Chou (Japan) ] youma:0:E4E6:03:000:Infinite Lives youma:0:E789:03:000:Infinite Energy :youma:00000000:E4EE:00000002:FFFFFFFF:Invincibility :youma:00100000:E730:0000FF14:FFFFFFFF:Always Have Magic :youma:00100000:E457:00000000:00001010:Rapid Fire:Turn it OFF on the name entry screen :youma:00010000:E459:00000000:00000010:Rapid Fire (2/2) ; [ Yu-Jan ] :yujan:00100000:F531:00003131:FFFFFFFF:Always Winning Hand :yujan:00210000:F533:00323232:FFFFFFFF:Always Winning Hand (2/5) :yujan:00210000:F536:00353535:FFFFFFFF:Always Winning Hand (3/5) :yujan:00210000:F539:00363636:FFFFFFFF:Always Winning Hand (4/5) :yujan:00210000:F53C:00373737:FFFFFFFF:Always Winning Hand (5/5) :yujan:00100001:F531:00003131:FFFFFFFF:Get Winning Hand Now! :yujan:00210001:F533:00323232:FFFFFFFF:Get Winning Hand Now! (2/5) :yujan:00210001:F536:00353535:FFFFFFFF:Get Winning Hand Now! (3/5) :yujan:00210001:F539:00363636:FFFFFFFF:Get Winning Hand Now! (4/5) :yujan:00210001:F53C:00373737:FFFFFFFF:Get Winning Hand Now! (5/5) :yujan:00100000:F319:0000270F:FFFFFFFF:Player Always Has Maximum Score :yujan:00100000:F31B:00008000:FFFFFFFF:CPU Always Has Minus Score ; [ Yu-Ka ] yuka:0:0000:00:999:[ There are no cheats ]:REASON 1 yuka:0:0000:00:999:[ for this game as it ]:REASON 1 yuka:0:0000:00:999:[ didn't work the last ]:REASON 1 yuka:0:0000:00:999:[ time it was tested. ]:REASON 1 yuka:0:0000:00:999:[ If the game now works ]:REASON 1 yuka:0:0000:00:999:[ please request cheats ]:REASON 1 yuka:0:0000:00:999:[ for it on the cheat ]:REASON 1 yuka:0:0000:00:999:[ forums. ]:REASON 1 ; [ (Medal) Yumefuda [BET] ] yumefuda:0:0000:00:999:[ There are no cheats ]:REASON 1 yumefuda:0:0000:00:999:[ for this game as it ]:REASON 1 yumefuda:0:0000:00:999:[ didn't work the last ]:REASON 1 yumefuda:0:0000:00:999:[ time it was tested. ]:REASON 1 yumefuda:0:0000:00:999:[ If the game now works ]:REASON 1 yumefuda:0:0000:00:999:[ please request cheats ]:REASON 1 yumefuda:0:0000:00:999:[ for it on the cheat ]:REASON 1 yumefuda:0:0000:00:999:[ forums. ]:REASON 1 ; [ Yuuyu no Quiz de GO!GO! (Japan) ] yuyugogo:0:B00180:09:000:Infinite Credits :yuyugogo:000000E6:B002C0:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer yuyugogo:0:B002C0:01:000:Answer 1 always correct yuyugogo:0:B002C0:01:001:Answer 1 is correct for this question Now! yuyugogo:0:B00488:64:000:Always 100% Good Answers PL1 yuyugogo:0:B00588:64:000:Always 100% Good Answers PL2 ; [ Zarya Vostoka ] zaryavos:0:8101:09:000:Infinite Lives zaryavos:0:808E:99:000:Infinite Bonus zaryavos:0:0000:00:999:[ See the Dip Switch Menu to ] zaryavos:0:0000:00:999:[ enable Invincibility. ] ; [ Zarzon ] zarzon:0:0018:05:000:Infinite Lives zarzon:0:00A2:C0:000:Invincibility ; [ Zaviga ] zaviga:0:0019:09:000:Infinite Credits zaviga:0:0084:0A:000:Infinite Lives zaviga:0:0055:80:040:Invincibility ; [ Zaviga (Japan) ] zavigaj:0:0019:09:000:Infinite Credits zavigaj:0:0084:0A:000:Infinite Lives zavigaj:0:0055:80:040:Invincibility ; [ Zaxxon (set 1) ] zaxxon:0:6067:03:000:Infinite Lives zaxxon:0:62B1:7F:000:Infinite Fuel zaxxon:0:6407:00:000:Invincibility ; [ Zaxxon (set 2) ] zaxxon2:0:6067:03:000:Infinite Lives zaxxon2:0:62B1:7F:000:Infinite Fuel zaxxon2:0:6407:00:000:Invincibility ; [ Jackson ] zaxxonb:0:6067:03:000:Infinite Lives zaxxonb:0:62B1:7F:000:Infinite Fuel zaxxonb:0:6407:00:000:Invincibility ; [ Zed Blade / Operation Ragnarok ] zedblade:0:109024:09:000:Infinite Select Time zedblade:0:109021:07:061:Select next level zedblade:0:109021:07:001:Goto End Sequence next zedblade:0:10909E:65:000:Infinite Continues PL1 zedblade:0:100229:05:000:Infinite Lives PL1 zedblade:0:10022F:03:000:Infinite Bombs PL1 zedblade:0:10021D:01:000:Enable HyperBomb PL1 zedblade:0:100261:03:000:Max Shot PL1 zedblade:0:100265:01:000:Max Missile PL1 zedblade:0:100269:03:000:Max Rear Shot PL1 zedblade:0:10023E:01:000:Invincibility PL1 zedblade:0:100219:00:001:Get low speed ship Now! PL1 zedblade:0:100219:01:001:Get med. speed ship Now! PL1 zedblade:0:100219:02:001:Get fast speed ship Now! PL1 zedblade:0:100263:00:000:Always have 3-way shot PL1 zedblade:0:100263:01:000:Always have wave shot PL1 zedblade:0:100263:02:000:Always have vertical shot PL1 zedblade:0:100267:00:000:Always have homing missile PL1 zedblade:0:100267:01:000:Always have A.A missile PL1 zedblade:0:100267:02:000:Always have A.S. missile PL1 zedblade:0:10026B:00:000:Always have 2way rear fire PL1 zedblade:0:10026B:01:000:Always have wave rear fire PL1 zedblade:0:10026B:02:000:Always have twin rear fire PL1 zedblade:0:100263:00:001:Get 3-way shot Now! PL1 zedblade:0:100263:01:001:Get wave shot Now! PL1 zedblade:0:100263:02:001:Get vertical shot Now! PL1 zedblade:0:100267:00:001:Get homing missile Now! PL1 zedblade:0:100267:01:001:Get A.S. missile Now! PL1 zedblade:0:100267:02:001:Get A.A. missile Now! PL1 zedblade:0:10026B:00:001:Get 2way rear fire Now! PL1 zedblade:0:10026B:01:001:Get wave rear fire Now! PL1 zedblade:0:10026B:02:001:Get twin rear fire Now! PL1 zedblade:0:10909F:65:000:Infinite Continues PL2 zedblade:0:100029:05:000:Infinite Lives PL2 zedblade:0:10002F:03:000:Infinite Bombs PL2 zedblade:0:10001D:01:000:Enable HyperBomb PL2 zedblade:0:100061:03:000:Max Shot PL2 zedblade:0:100065:03:000:Max Missile PL2 zedblade:0:100069:03:000:Max Rear Shot PL2 zedblade:0:10003E:01:000:Invincibility PL2 zedblade:0:100019:00:001:Get low speed ship Now! PL2 zedblade:0:100019:01:001:Get med. speed ship Now! PL2 zedblade:0:100019:02:001:Get fast speed ship Now! PL2 zedblade:0:100063:00:000:Always have 3-way shot PL2 zedblade:0:100063:01:000:Always have wave shot PL2 zedblade:0:100063:02:000:Always have vertical shot PL2 zedblade:0:100067:00:000:Always have homing missile PL2 zedblade:0:100067:01:000:Always have A.S. missile PL2 zedblade:0:100067:02:000:Always have A.A. missile PL2 zedblade:0:10006B:00:000:Always have 2way rear fire PL2 zedblade:0:10006B:01:000:Always have wave rear fire PL2 zedblade:0:10006B:02:000:Always have twin rear fire PL2 zedblade:0:100063:00:001:Get 3-way shot Now! PL2 zedblade:0:100063:01:001:Get wave shot Now! PL2 zedblade:0:100063:02:001:Get vertical shot Now! PL2 zedblade:0:100067:00:001:Get homing missile Now! PL2 zedblade:0:100067:01:001:Get A.S. missile Now! PL2 zedblade:0:100067:02:001:Get A.A. missile Now! PL2 zedblade:0:10006B:00:001:Get 2way rear fire Now! PL2 zedblade:0:10006B:01:001:Get wave rear fire Now! PL2 zedblade:0:10006B:02:001:Get twin rear fire Now! PL2 :zedblade:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :zedblade:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :zedblade:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Zektor (revision B) ] zektor:0:6ED2:18:100:Invincibility:Has the side effect of knocking out gravity and collision effects zektor:0:7174:C3:600:Invincibility (2/2):Part 1 takes care of most collisions, Part 2 takes care of the others but also knocks out the effects of gravity zektor:0:CD31:0A:000:Infinite Lives PL1 zektor:0:CD32:0A:000:Infinite Lives PL2 ; [ Zero ] zero:0:A037:99:000:Infinite Credits zero:0:E8A4:00:100:Invincibility zero:0:E8AB:20:600:Invincibility (2/2) zero:0:A0BA:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed. zero:0:A1A1:05:000:Infinite Lives PL1 zero:0:A1A3:04:000:Infinite Smart Bombs PL1 zero:0:A1A2:63:072:Select Current Attack Wave PL1 zero:0:A1A2:63:062:Select Next Attack Wave PL1 zero:0:A1DE:05:000:Infinite Lives PL2 zero:0:A1E0:04:000:Infinite Smart Bombs PL2 zero:0:A1DF:63:072:Select Current Attack Wave PL2 zero:0:A1DF:63:062:Select Next Attack Wave PL2 ; [ Zero Gunner (Model 2B) ] zerogun:0:0000:00:999:[ There are no cheats ]:REASON 1 zerogun:0:0000:00:999:[ for this game as it ]:REASON 1 zerogun:0:0000:00:999:[ didn't work the last ]:REASON 1 zerogun:0:0000:00:999:[ time it was tested. ]:REASON 1 zerogun:0:0000:00:999:[ If the game now works ]:REASON 1 zerogun:0:0000:00:999:[ please request cheats ]:REASON 1 zerogun:0:0000:00:999:[ for it on the cheat ]:REASON 1 zerogun:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zero Gunner (Model 2A) ] zeroguna:0:0000:00:999:[ There are no cheats ]:REASON 1 zeroguna:0:0000:00:999:[ for this game as it ]:REASON 1 zeroguna:0:0000:00:999:[ didn't work the last ]:REASON 1 zeroguna:0:0000:00:999:[ time it was tested. ]:REASON 1 zeroguna:0:0000:00:999:[ If the game now works ]:REASON 1 zeroguna:0:0000:00:999:[ please request cheats ]:REASON 1 zeroguna:0:0000:00:999:[ for it on the cheat ]:REASON 1 zeroguna:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zero Gunner (Japan Model 2B) ] zerogunj:0:0000:00:999:[ There are no cheats ]:REASON 1 zerogunj:0:0000:00:999:[ for this game as it ]:REASON 1 zerogunj:0:0000:00:999:[ didn't work the last ]:REASON 1 zerogunj:0:0000:00:999:[ time it was tested. ]:REASON 1 zerogunj:0:0000:00:999:[ If the game now works ]:REASON 1 zerogunj:0:0000:00:999:[ please request cheats ]:REASON 1 zerogunj:0:0000:00:999:[ for it on the cheat ]:REASON 1 zerogunj:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zero Hour ] :zerohour:20800000:0E6E:00000000:FFFFFFFF:Invincibility :zerohour:20810000:162E:00000018:FFFFFFFF:Invincibility (2/4) :zerohour:20810000:1AF2:00000018:FFFFFFFF:Invincibility (3/4) :zerohour:20810000:1F4E:00000018:FFFFFFFF:Invincibility (4/4) zerohour:0:304F:99:000:Always have Max Bonus zerohour:0:3050:99:500:Always have Max Bonus (2/2) zerohour:0:3039:09:000:Infinite Lives PL1 zerohour:0:3084:09:000:Infinite Lives PL2 ; [ Zero Point (set 1) ] zeropnt:0:EF0011:09:000:Infinite Credits zeropnt:0:000000:00:999:[ Make sure Infinite Time is 'OFF' on the various selection ] zeropnt:0:000000:00:999:[ screens or you will have to wait an Infinite Time to play ] zeropnt:0:EF0107:63:000:Infinite Time 'ON' (Turn it OFF to finish Timed Levels!) zeropnt:0:EF0107:01:001:Infinite Time 'OFF' zeropnt:0:EF0D69:09:000:Infinite Lives PL1 zeropnt:0:EF0D6B:09:000:Infinite Lives PL2 ; [ Zero Point 2 ] zeropnt2:0:FE108D:63:000:Infinite Credits zeropnt2:0:000000:00:999:[ Make sure Infinite Time is 'OFF' on the various selection ] zeropnt2:0:000000:00:999:[ screens or you will have to wait an Infinite Time to play ] zeropnt2:0:FE107F:3B:000:Infinite Time 'ON' (Turn it OFF to finish Timed Levels!) zeropnt2:0:FE107F:01:001:Infinite Time 'OFF' zeropnt2:0:FE8962:09:000:Infinite Lives PL1 zeropnt2:0:FE898C:09:000:Infinite Lives PL2 ; [ Zero Point (set 2) ] zeropnta:0:EF0011:09:000:Infinite Credits zeropnta:0:000000:00:999:[ Make sure Infinite Time is 'OFF' on the various selection ] zeropnta:0:000000:00:999:[ screens or you will have to wait an Infinite Time to play ] zeropnta:0:EF0107:63:000:Infinite Time 'ON' (Turn it OFF to finish Timed Levels!) zeropnta:0:EF0107:01:001:Infinite Time 'OFF' zeropnta:0:EF0D69:09:000:Infinite Lives PL1 zeropnta:0:EF0D6B:09:000:Infinite Lives PL2 ; [ Zero Team (set 2) ] zeroteaa:0:0000:00:999:[ There are no cheats ]:REASON 1 zeroteaa:0:0000:00:999:[ for this game as it ]:REASON 1 zeroteaa:0:0000:00:999:[ didn't work the last ]:REASON 1 zeroteaa:0:0000:00:999:[ time it was tested. ]:REASON 1 zeroteaa:0:0000:00:999:[ If the game now works ]:REASON 1 zeroteaa:0:0000:00:999:[ please request cheats ]:REASON 1 zeroteaa:0:0000:00:999:[ for it on the cheat ]:REASON 1 zeroteaa:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zero Team (set 3) ] zeroteab:0:0000:00:999:[ There are no cheats ]:REASON 1 zeroteab:0:0000:00:999:[ for this game as it ]:REASON 1 zeroteab:0:0000:00:999:[ didn't work the last ]:REASON 1 zeroteab:0:0000:00:999:[ time it was tested. ]:REASON 1 zeroteab:0:0000:00:999:[ If the game now works ]:REASON 1 zeroteab:0:0000:00:999:[ please request cheats ]:REASON 1 zeroteab:0:0000:00:999:[ for it on the cheat ]:REASON 1 zeroteab:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zero Team (set 1) ] zeroteam:0:0000:00:999:[ There are no cheats ]:REASON 1 zeroteam:0:0000:00:999:[ for this game as it ]:REASON 1 zeroteam:0:0000:00:999:[ didn't work the last ]:REASON 1 zeroteam:0:0000:00:999:[ time it was tested. ]:REASON 1 zeroteam:0:0000:00:999:[ If the game now works ]:REASON 1 zeroteam:0:0000:00:999:[ please request cheats ]:REASON 1 zeroteam:0:0000:00:999:[ for it on the cheat ]:REASON 1 zeroteam:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zero Time ] zerotime:0:421D:05:000:Infinite Lives zerotime:0:12D9:C9:100:Invincibility :zerotime:00100000:4013:00000000:00001010:Rapid Fire:This cheat enables continuous attack during by holding the fire button ; [ Zero Target (World) ] zerotrgt:0:0000:00:999:[ There are no cheats ]:REASON 1 zerotrgt:0:0000:00:999:[ for this game as it ]:REASON 1 zerotrgt:0:0000:00:999:[ didn't work the last ]:REASON 1 zerotrgt:0:0000:00:999:[ time it was tested. ]:REASON 1 zerotrgt:0:0000:00:999:[ If the game now works ]:REASON 1 zerotrgt:0:0000:00:999:[ please request cheats ]:REASON 1 zerotrgt:0:0000:00:999:[ for it on the cheat ]:REASON 1 zerotrgt:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zero Wing ] zerowing:0:0818B3:63:000:Infinite Lives zerowing:0:000000:00:999:[See the Dip Switch Menu to ] zerowing:0:000000:00:999:[enable Invincibility. ] zerowing:0:080F51:03:000:Always have Maximum power:Get the twin ships first zerowing:0:080007:30:000:Always have Maximum speed zerowing:0:080029:00:000:Always have Normal weapon zerowing:0:080029:01:000:Always have Laser zerowing:0:080029:02:000:Always have Missiles zerowing:0:080029:00:001:Get Normal weapon Now! zerowing:0:080029:01:001:Get Laser Now! zerowing:0:080029:02:001:Get Missiles Now! ; [ Zero Zone ] zerozone:0:0C179C:63:000:Infinite Credits zerozone:0:0C0967:09:000:Infinite Helps PL1 zerozone:0:0C0966:00:001:Finish this Level Now! PL1 zerozone:0:0C1083:09:000:Infinite Helps PL2 zerozone:0:0C1082:00:001:Finish this Level Now! PL2 ; [ Zig Zag (Galaxian hardware, set 1) ] zigzag:0:0C82:18:100:Invincibility zigzag:0:2B77:C9:600:Invincibility (2/3):Part 1 takes care of sprite to sprite & Part 2 deals with dropping rocks zigzag:0:35E7:C9:600:Invincibility (3/3):Part 3 sorts out the flames zigzag:0:4085:07:000:Infinite Lives PL1 zigzag:0:4083:99:001:Go to Level 99 Next PL1 zigzag:0:4083:99:065:Select next level PL1 zigzag:0:4185:07:000:Infinite Lives PL2 zigzag:0:4183:99:001:Go to Level 99 Next PL2 zigzag:0:4183:99:065:Select next level PL2 ; [ Zig Zag (Galaxian hardware, set 2) ] zigzag2:0:0C82:18:100:Invincibility zigzag2:0:2B77:C9:600:Invincibility (2/3):Part 1 takes care of sprite to sprite & Part 2 deals with dropping rocks zigzag2:0:35E7:C9:600:Invincibility (3/3):Part 3 sorts out the flames zigzag2:0:4085:07:000:Infinite Lives PL1 zigzag2:0:4083:99:001:Go to Level 99 Next PL1 zigzag2:0:4083:99:065:Select next level PL1 zigzag2:0:4185:07:000:Infinite Lives PL2 zigzag2:0:4183:99:001:Go to Level 99 Next PL2 zigzag2:0:4183:99:065:Select next level PL2 ; [ Zing Zing Zip ] zingzip:0:2004F9:0A:000:Infinite Lives PL1 zingzip:0:2004FB:09:000:Infinite Bombs PL1 zingzip:0:2004C2:01:000:Invincibility PL1 zingzip:0:2004D5:04:000:Maximum Shot Power PL1 zingzip:0:2004DF:00:000:Always have Normal Shot PL1 zingzip:0:2004DF:01:000:Always have Fire Shot PL1 zingzip:0:2004DF:02:000:Always have Laser Shot PL1 zingzip:0:2004DF:00:001:Get Normal Shot Now! PL1 zingzip:0:2004DF:01:001:Get Fire Shot Now! PL1 zingzip:0:2004DF:02:001:Get Laser Shot Now! PL1 zingzip:0:2004D7:02:000:Maximum Missile Power PL1 zingzip:0:2004E1:02:000:Always have Normal Missile PL1 zingzip:0:2004E1:01:000:Always have Homing Missile PL1 zingzip:0:2004E1:03:000:Always have X way Missile PL1 zingzip:0:2004E1:02:001:Get Normal Missile Now! PL1 zingzip:0:2004E1:01:001:Get Homing Missile Now! PL1 zingzip:0:2004E1:03:001:Get X way Missile Now! PL1 zingzip:0:20055D:0A:000:Infinite Lives PL2 zingzip:0:20055F:09:000:Infinite Bombs PL2 zingzip:0:200526:01:000:Invincibility PL2 zingzip:0:200539:04:000:Maximum Shot Power PL2 zingzip:0:200543:00:000:Always have Normal Shot PL2 zingzip:0:200543:01:000:Always have Fire Shot PL2 zingzip:0:200543:02:000:Always have Laser Shot PL2 zingzip:0:200543:00:001:Get Normal Shot Now! PL2 zingzip:0:200543:01:001:Get Fire Shot Now! PL2 zingzip:0:200543:02:001:Get Laser Shot Now! PL2 zingzip:0:20053B:02:000:Maximum Missile Power PL2 zingzip:0:200545:02:000:Always have Normal Missile PL2 zingzip:0:200545:01:000:Always have Homing Missile PL2 zingzip:0:200545:03:000:Always have X way Missile PL2 zingzip:0:200545:02:001:Get Normal Missile Now! PL2 zingzip:0:200545:01:001:Get Homing Missile Now! PL2 zingzip:0:200545:03:001:Get X way Missile Now! PL2 zingzip:0:2028C7:01:000:Start on Round 1:Turn off this cheat when you have started the level!! zingzip:0:2028C7:02:000:Start on Round 2:Turn off this cheat when you have started the level!! zingzip:0:2028C7:03:000:Start on Round 3:Turn off this cheat when you have started the level!! zingzip:0:2028C7:04:000:Start on Round 4:Turn off this cheat when you have started the level!! zingzip:0:2028C7:05:000:Start on Round 5:Turn off this cheat when you have started the level!! zingzip:0:2028C7:06:000:Start on Round 6:Turn off this cheat when you have started the level!! zingzip:0:2028C7:07:000:Start on Round 7:Turn off this cheat when you have started the level!! zingzip:0:2028C7:08:000:Start on Boss 1:Turn off this cheat when you have started the level!! zingzip:0:2028C7:09:000:Start on Boss 2:Turn off this cheat when you have started the level!! zingzip:0:2028C7:0A:000:Start on Boss 3:Turn off this cheat when you have started the level!! ; [ Zintrick / Oshidashi Zentrix (hack / bootleg) ] zintrckb:0:10C419:64:000:Infinite Time zintrckb:0:10C455:12:000:Infinite Energy PL1 zintrckb:0:10C444:12:000:Infinite Item PL1 zintrckb:0:10C142:FF:000:Blocks Never Fall PL1 zintrckb:0:10C144:FF:500:Blocks Never Fall PL1 (2/8) zintrckb:0:10C146:FF:500:Blocks Never Fall PL1 (3/8) zintrckb:0:10C148:FF:500:Blocks Never Fall PL1 (4/8) zintrckb:0:10C14A:FF:500:Blocks Never Fall PL1 (5/8) zintrckb:0:10C14C:FF:500:Blocks Never Fall PL1 (6/8) zintrckb:0:10C14E:FF:500:Blocks Never Fall PL1 (7/8) zintrckb:0:10C150:FF:500:Blocks Never Fall PL1 (8/8) :zintrckb:62000001:000000:00000000:00000000:Select Character PL1 :zintrckb:00010001:10B609:00000000:FFFFFFFF:Subberg Hungneil :zintrckb:00010001:10B609:00000001:FFFFFFFF:Pukie :zintrckb:00010001:10B609:00000002:FFFFFFFF:Sheila Flay :zintrckb:00010001:10B609:00000003:FFFFFFFF:Reusha Fino (Elf) :zintrckb:00010001:10B609:00000004:FFFFFFFF:Kaireen (Valkiree) :zintrckb:00010001:10B609:00000005:FFFFFFFF:Hawk's Eye of Iga (Ninja) :zintrckb:00010001:10B609:00000006:FFFFFFFF:Gimri (Troll) :zintrckb:00010001:10B609:00000007:FFFFFFFF:Dark Sniper :zintrckb:00010001:10B609:00000008:FFFFFFFF:#Ryu Eagle :zintrckb:00010001:10B609:00000009:FFFFFFFF:#Fenril :zintrckb:00010001:10B609:0000000A:FFFFFFFF:#Yormngand :zintrckb:00010001:10B609:0000000B:FFFFFFFF:#Roki :zintrckb:00000100:10C452:00000013:FFFFFFFF:Select Level PL1 zintrckb:0:10C4D5:12:000:Infinite Energy PL2 zintrckb:0:10C4C4:12:000:Infinite Item PL1 zintrckb:0:10C156:FF:000:Blocks Never Fall PL2 zintrckb:0:10C158:FF:500:Blocks Never Fall PL2 (2/8) zintrckb:0:10C15A:FF:500:Blocks Never Fall PL2 (3/8) zintrckb:0:10C15C:FF:500:Blocks Never Fall PL2 (4/8) zintrckb:0:10C15E:FF:500:Blocks Never Fall PL2 (5/8) zintrckb:0:10C160:FF:500:Blocks Never Fall PL2 (6/8) zintrckb:0:10C162:FF:500:Blocks Never Fall PL2 (7/8) zintrckb:0:10C164:FF:500:Blocks Never Fall PL2 (8/8) :zintrckb:62000001:000000:00000000:00000000:Select Character PL2 :zintrckb:00010001:10B649:00000000:FFFFFFFF:Subberg Hungneil :zintrckb:00010001:10B649:00000001:FFFFFFFF:Pukie :zintrckb:00010001:10B649:00000002:FFFFFFFF:Sheila Flay :zintrckb:00010001:10B649:00000003:FFFFFFFF:Reusha Fino (Elf) :zintrckb:00010001:10B649:00000004:FFFFFFFF:Kaireen (Valkiree) :zintrckb:00010001:10B649:00000005:FFFFFFFF:Hawk's Eye of Iga (Ninja) :zintrckb:00010001:10B649:00000006:FFFFFFFF:Gimri (Troll) :zintrckb:00010001:10B649:00000007:FFFFFFFF:Dark Sniper :zintrckb:00010001:10B649:00000008:FFFFFFFF:#Ryu Eagle :zintrckb:00010001:10B649:00000009:FFFFFFFF:#Fenril :zintrckb:00010001:10B649:0000000A:FFFFFFFF:#Yormngand :zintrckb:00010001:10B649:0000000B:FFFFFFFF:#Roki :zintrckb:00000100:10C4D2:00000013:FFFFFFFF:Select Level PL2 :zintrckb:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :zintrckb:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :zintrckb:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Zip & Zap ] :zipzap:00000000:C800E1:00000063:FFFFFFFF:Infinite Credits :zipzap:20800000:0080AA:00000036:FFFFFFFF:Always Keep One Ball in Play :zipzap:20810000:0080B1:00000010:FFFFFFFF:Always Keep One Ball in Play (2/2):ROM Hack :zipzap:00000001:C802DD:00000000:FFFFFFFF:Finish Current Round Now!:Not work in boss round :zipzap:00000301:C802E1:00000030:FFFFFFFF:Select Strating Round:Set on character selection screen :zipzap:00000000:C8001D:00000009:FFFFFFFF:Infinite Lives PL1 :zipzap:00000000:C803B3:00000080:FFFFFFFF:Always Have Speed Up PL1 :zipzap:00000000:C8038D:00000002:FFFFFFFF:Always Have Catch PL1 :zipzap:00000000:C803A4:00000002:FFFFFFFF:Always Have Long Bar PL1 :zipzap:00000000:C803EE:00000010:00000010:Always Have Shot PL1 :zipzap:00000000:C80000:00000010:00000010:Rapid Fire PL1:Turn it OFF on name entry screen :zipzap:00000000:C8001F:00000009:FFFFFFFF:Infinite Lives PL2 :zipzap:00000000:C803B5:00000080:FFFFFFFF:Always Have Speed Up PL2 :zipzap:00000000:C8038F:00000002:FFFFFFFF:Always Have Catch PL2 :zipzap:00000000:C803A5:00000002:FFFFFFFF:Always Have Long Bar PL2 :zipzap:00000000:C803EE:00000020:00000020:Always Have Shot PL2 :zipzap:00000000:C80001:00000010:00000010:Rapid Fire PL2:Turn it OFF on name entry screen ; [ Zen Nippon Pro-Wrestling Featuring Virtua (J 971123 V1.000) ] znpwfv:0:0000:00:999:[ There are no cheats ]:REASON 1 znpwfv:0:0000:00:999:[ for this game as it ]:REASON 1 znpwfv:0:0000:00:999:[ didn't work the last ]:REASON 1 znpwfv:0:0000:00:999:[ time it was tested. ]:REASON 1 znpwfv:0:0000:00:999:[ If the game now works ]:REASON 1 znpwfv:0:0000:00:999:[ please request cheats ]:REASON 1 znpwfv:0:0000:00:999:[ for it on the cheat ]:REASON 1 znpwfv:0:0000:00:999:[ forums. ]:REASON 1 ; [ Zoar ] zoar:0:DB87:00:100:Invincibility zoar:0:E0F1:00:600:Invincibility (2/2):Simple ROM hack to stop location 01 changing to 80, changed ora #$80 to ora #$00 (poking opcodes doesn't work) zoar:0:02D5:08:000:Infinite Lives PL1 zoar:0:02D6:08:000:Infinite Lives PL2 ; [ Zodiack ] :zodiack:20800000:1C65:000000F5:FFFFFFFF:Invincibility :zodiack:20810000:1C8A:000000F5:FFFFFFFF:Invincibility (2/2):1st = On 2nd Area, 2nd = On 1st Area :zodiack:00000000:5A1C:00000000:00000008:Rapid Fire zodiack:0:5824:09:000:Infinite Lives PL1 zodiack:0:5825:09:000:Infinite Lives PL2 ; [ Zombie Raid (US) ] zombraid:0:20C479:3E:000:Infinite Energy PL1 :zombraid:00000000:20C4B8:00000020:00000020:Invincibility PL1 "ON" :zombraid:00000001:20C4B8:00000000:00000020:Invincibility PL1 "OFF" zombraid:0:20C47F:06:000:Infinite Ammo PL1 :zombraid:62000000:000000:00000000:00000000:Always have Weapon PL1 :zombraid:00010000:20C47D:00000000:FFFFFFFF:Normal :zombraid:00010000:20C47D:00000001:FFFFFFFF:Automatic :zombraid:00010000:20C47D:00000002:FFFFFFFF:Shotgun :zombraid:00010000:20C47D:00000003:FFFFFFFF:Flame Shotgun (Secret?) :zombraid:00010000:20C47D:00000004:FFFFFFFF:Silver Bullet (Secret?) :zombraid:00010000:20C47D:00000005:FFFFFFFF:Lightning Gun (Secret?) :zombraid:00000000:205CBB:00000000:00000010:Rapid Fire PL1:Turn it OFF on name entry screen zombraid:0:20C47B:3E:000:Infinite Energy PL2 :zombraid:00000000:20C4BA:00000020:00000020:Invincibility PL2 "ON" :zombraid:00000001:20C4BA:00000000:00000020:Invincibility PL2 "OFF" zombraid:0:20C483:06:000:Infinite Ammo PL2 :zombraid:62000000:000000:00000000:00000000:Always have Weapon PL2 :zombraid:00010000:20C481:00000000:FFFFFFFF:Normal :zombraid:00010000:20C481:00000001:FFFFFFFF:Automatic :zombraid:00010000:20C481:00000002:FFFFFFFF:Shotgun :zombraid:00010000:20C481:00000003:FFFFFFFF:Flame Shotgun(Secret?) :zombraid:00010000:20C481:00000004:FFFFFFFF:Silver Bullet (Secret?) :zombraid:00010000:20C481:00000005:FFFFFFFF:Lightning Gun (Secret?) :zombraid:00000000:205CBD:00000000:00000010:Rapid Fire PL2:Turn it OFF on name entry screen ; [ Zoo Keeper (set 1) ] zookeep:0:04A0:03:000:Infinite Lives zookeep:0:04C9:03:500:Infinite Lives (2/2) zookeep:0:04F9:00:000:Stop Coconuts zookeep:0:04A8:04:000:Jump 4 Animals Every Time zookeep:0:04AB:01:000:Dying Ends Level zookeep:0:049B:7F:000:Invincibility zookeep:0:0000:00:999:[These round select cheats ] zookeep:0:0000:00:999:[have two numbers, the first] zookeep:0:0000:00:999:[one is the round you go to ] zookeep:0:0000:00:999:[if you enable the cheat on ] zookeep:0:0000:00:999:[the directions screen (it ] zookeep:0:0000:00:999:[Does NOT work on the title ] zookeep:0:0000:00:999:[screen and the second one ] zookeep:0:0000:00:999:[is the round you go to if ] zookeep:0:0000:00:999:[you complete the round you ] zookeep:0:0000:00:999:[are on. ] zookeep:0:04C6:02:001:Go to Round 2/3 Next zookeep:0:04C2:02:501:Go to Round 2/3 Next (2/3) zookeep:0:04B5:01:501:Go to Round 2/3 Next (3/3) zookeep:0:04C6:02:001:Go to Round 3/4 Next zookeep:0:04C2:02:501:Go to Round 3/4 Next (2/3) zookeep:0:04B5:02:501:Go to Round 3/4 Next (3/3) zookeep:0:04C6:06:001:Go to Round 4/5 Next zookeep:0:04C2:06:501:Go to Round 4/5 Next (2/3) zookeep:0:04B5:03:501:Go to Round 4/5 Next (3/3) zookeep:0:04C6:06:001:Go to Round 5/6 Next zookeep:0:04C2:06:501:Go to Round 5/6 Next (2/3) zookeep:0:04B5:04:501:Go to Round 5/6 Next (3/3) zookeep:0:04C6:0A:001:Go to Round 6/7 Next zookeep:0:04C2:0A:501:Go to Round 6/7 Next (2/3) zookeep:0:04B5:05:501:Go to Round 6/7 Next (3/3) zookeep:0:04C6:0A:001:Go to Round 7/8 Next zookeep:0:04C2:0A:501:Go to Round 7/8 Next (2/3) zookeep:0:04B5:06:501:Go to Round 7/8 Next (3/3) zookeep:0:04C6:0E:001:Go to Round 8/9 Next zookeep:0:04C2:0E:501:Go to Round 8/9 Next (2/3) zookeep:0:04B5:07:501:Go to Round 8/9 Next (3/3) ; [ Zoo Keeper (set 2) ] zookeep2:0:04A0:03:000:Infinite Lives zookeep2:0:04C9:03:500:Infinite Lives (2/2) zookeep2:0:04F9:00:000:Stop Coconuts zookeep2:0:04A8:04:000:Jump 4 Animals Every Time zookeep2:0:04AB:01:000:Dying Ends Level zookeep2:0:049B:7F:000:Invincibility zookeep2:0:0000:00:999:[These round select cheats ] zookeep2:0:0000:00:999:[have two numbers, the first] zookeep2:0:0000:00:999:[one is the round you go to ] zookeep2:0:0000:00:999:[if you enable the cheat on ] zookeep2:0:0000:00:999:[the directions screen (it ] zookeep2:0:0000:00:999:[Does NOT work on the title ] zookeep2:0:0000:00:999:[screen and the second one ] zookeep2:0:0000:00:999:[is the round you go to if ] zookeep2:0:0000:00:999:[you complete the round you ] zookeep2:0:0000:00:999:[are on. ] zookeep2:0:04C6:02:001:Go to Round 2/3 Next zookeep2:0:04C2:02:501:Go to Round 2/3 Next (2/3) zookeep2:0:04B5:01:501:Go to Round 2/3 Next (3/3) zookeep2:0:04C6:02:001:Go to Round 3/4 Next zookeep2:0:04C2:02:501:Go to Round 3/4 Next (2/3) zookeep2:0:04B5:02:501:Go to Round 3/4 Next (3/3) zookeep2:0:04C6:06:001:Go to Round 4/5 Next zookeep2:0:04C2:06:501:Go to Round 4/5 Next (2/3) zookeep2:0:04B5:03:501:Go to Round 4/5 Next (3/3) zookeep2:0:04C6:06:001:Go to Round 5/6 Next zookeep2:0:04C2:06:501:Go to Round 5/6 Next (2/3) zookeep2:0:04B5:04:501:Go to Round 5/6 Next (3/3) zookeep2:0:04C6:0A:001:Go to Round 6/7 Next zookeep2:0:04C2:0A:501:Go to Round 6/7 Next (2/3) zookeep2:0:04B5:05:501:Go to Round 6/7 Next (3/3) zookeep2:0:04C6:0A:001:Go to Round 7/8 Next zookeep2:0:04C2:0A:501:Go to Round 7/8 Next (2/3) zookeep2:0:04B5:06:501:Go to Round 7/8 Next (3/3) zookeep2:0:04C6:0E:001:Go to Round 8/9 Next zookeep2:0:04C2:0E:501:Go to Round 8/9 Next (2/3) zookeep2:0:04B5:07:501:Go to Round 8/9 Next (3/3) ; [ Zoo Keeper (set 3) ] zookeep3:0:04A0:03:000:Infinite Lives zookeep3:0:04C9:03:500:Infinite Lives (2/2) zookeep3:0:04F9:00:000:Stop Coconuts zookeep3:0:04A8:04:000:Jump 4 Animals Every Time zookeep3:0:04AB:01:000:Dying Ends Level zookeep3:0:049B:7F:000:Invincibility zookeep3:0:0000:00:999:[These round select cheats ] zookeep3:0:0000:00:999:[have two numbers, the first] zookeep3:0:0000:00:999:[one is the round you go to ] zookeep3:0:0000:00:999:[if you enable the cheat on ] zookeep3:0:0000:00:999:[the directions screen (it ] zookeep3:0:0000:00:999:[Does NOT work on the title ] zookeep3:0:0000:00:999:[screen and the second one ] zookeep3:0:0000:00:999:[is the round you go to if ] zookeep3:0:0000:00:999:[you complete the round you ] zookeep3:0:0000:00:999:[are on. ] zookeep3:0:04C6:02:001:Go to Round 2/3 Next zookeep3:0:04C2:02:501:Go to Round 2/3 Next (2/3) zookeep3:0:04B5:01:501:Go to Round 2/3 Next (3/3) zookeep3:0:04C6:02:001:Go to Round 3/4 Next zookeep3:0:04C2:02:501:Go to Round 3/4 Next (2/3) zookeep3:0:04B5:02:501:Go to Round 3/4 Next (3/3) zookeep3:0:04C6:06:001:Go to Round 4/5 Next zookeep3:0:04C2:06:501:Go to Round 4/5 Next (2/3) zookeep3:0:04B5:03:501:Go to Round 4/5 Next (3/3) zookeep3:0:04C6:06:001:Go to Round 5/6 Next zookeep3:0:04C2:06:501:Go to Round 5/6 Next (2/3) zookeep3:0:04B5:04:501:Go to Round 5/6 Next (3/3) zookeep3:0:04C6:0A:001:Go to Round 6/7 Next zookeep3:0:04C2:0A:501:Go to Round 6/7 Next (2/3) zookeep3:0:04B5:05:501:Go to Round 6/7 Next (3/3) zookeep3:0:04C6:0A:001:Go to Round 7/8 Next zookeep3:0:04C2:0A:501:Go to Round 7/8 Next (2/3) zookeep3:0:04B5:06:501:Go to Round 7/8 Next (3/3) zookeep3:0:04C6:0E:001:Go to Round 8/9 Next zookeep3:0:04C2:0E:501:Go to Round 8/9 Next (2/3) zookeep3:0:04B5:07:501:Go to Round 8/9 Next (3/3) ; [ Zoom 909 ] zoom909:0:F800:99:000:Infinite Credits zoom909:0:F849:70:007:Infinite Time zoom909:0:F811:08:000:Infinite Lives :zoom909:20800000:13B3A:000000C9:FFFFFFFF:Invincibility zoom909:0:F84A:0D:001:Kill 1 UFO to finish Sector Now! ; [ Zunzunkyou No Yabou (Japan) ] zunkyou:0:FFFA66:09:000:Infinite Credits zunkyou:0:FF0151:09:000:Infinite Lives PL1 zunkyou:0:FF35AE:09:000:Infinite Bombs PL1 zunkyou:0:FF35B3:05:000:Invincibility PL1 zunkyou:0:FF015B:09:000:Infinite Lives PL2 zunkyou:0:FF360E:09:000:Infinite Bombs PL2 zunkyou:0:FF3613:05:000:Invincibility PL2 ; [ Zupapa! ] zupapa:0:1002BD:00:001:Finish this Round Now! zupapa:0:10B17B:00:001:Kill 1st Boss Now! zupapa:0:10B157:00:001:Kill Cemetery Boss Now! zupapa:0:10B157:00:001:Kill Toy Boss Now! zupapa:0:10B167:00:001:Kill Jurassic Boss Now! zupapa:0:10B17B:00:001:Kill Park Boss Now! zupapa:0:10B157:00:001:Kill Japanese Boss Now! zupapa:0:10B173:00:001:Kill Jungle Boss Now! zupapa:0:10B15F:00:001:Kill Level 7 Boss Now! zupapa:0:10B177:00:001:Kill Level 8 Boss Now! zupapa:0:10B16F:00:001:Kill Level 9 Boss Now! zupapa:0:101C16:1E:000:Infinite Bonus Time:Turn this cheat OFF before you finish the Bonus Level zupapa:0:1002C1:03:000:Infinite Lives PL1 zupapa:0:10B4DD:28:000:Always have Speed Up PL1 zupapa:0:10B4DE:01:000:Always have Super Punch PL1 zupapa:0:10A2DD:02:000:Invincibility PL1 zupapa:0:1002C3:03:000:Infinite Lives PL2 zupapa:0:10B4E5:28:000:Always have Speed Up PL2 zupapa:0:10B4E6:01:000:Always have Super Punch PL2 zupapa:0:10A2E5:02:000:Invincibility PL2 :zupapa:62000000:000000:00000000:00000000:Select Cartridge/NeoGeo Type:Enable it DURING the neogeo bios booting sequence. If you miss the boot sequence reset and THEN enable it. The Home (NEOGEO) setting may open up other aspects of the game or it may even make the game unplayable. :zupapa:00010000:10FD82:00000080:FFFFFFFF:Arcade (MVS) :zupapa:00010000:10FD82:00000000:FFFFFFFF:Home (NEOGEO) ; [ Zwackery ] zwackery:0:0801B5:0F:000:Infinite Energy ; [ Zzyzzyxx (set 2) ] zzyzzyx2:0:5010:5A:000:Infinite Credits zzyzzyx2:0:45FE:FF:000:Infinite Move Time:Take your own time to move zzyzzyx2:0:460E:05:000:Infinite Lives zzyzzyx2:0:44FD:02:000:Freeze monsters zzyzzyx2:0:44FE:02:500:Freeze monsters (2/3) zzyzzyx2:0:44FF:02:500:Freeze monsters (3/3) zzyzzyx2:0:465D:02:000:Freeze Bomb/Missile zzyzzyx2:0:4667:20:000:Block Monsters:You are able to trap a monster in a Block zzyzzyx2:0:4668:01:500:Block Monsters (2/2) zzyzzyx2:0:4664:20:000:Infinite Block Monster Time:Use with the above 'Block Monsters' cheat zzyzzyx2:0:4665:20:500:Infinite Block Monster Time (2/3) zzyzzyx2:0:4666:20:500:Infinite Block Monster Time (3/3) ; [ Zzyzzyxx (set 1) ] zzyzzyxx:0:5010:5A:000:Infinite Credits zzyzzyxx:0:45FE:FF:000:Infinite Move Time:Take your own time to move zzyzzyxx:0:460E:05:000:Infinite Lives zzyzzyxx:0:44FD:02:000:Freeze monsters zzyzzyxx:0:44FE:02:500:Freeze monsters (2/3) zzyzzyxx:0:44FF:02:500:Freeze monsters (3/3) zzyzzyxx:0:465D:02:000:Freeze Bomb/Missile zzyzzyxx:0:4667:20:000:Block Monsters:You are able to trap a monster in a Block zzyzzyxx:0:4668:01:500:Block Monsters (2/2) zzyzzyxx:0:4664:20:000:Infinite Block Monster Time:Use with the above 'Block Monsters' cheat zzyzzyxx:0:4665:20:500:Infinite Block Monster Time (2/3) zzyzzyxx:0:4666:20:500:Infinite Block Monster Time (3/3) ## END OF MAIN CHEATS ;****************************************************************************** ;* * ;* Main Cheats - Base Reference of MAME 0.105 * ;* ONLY CHEATS FOR GAMES IN THE *RELEASED* MAME 0.105 BINARY GO HERE * ;* END OF MAME 0.105 CHEATS * ;* * ;****************************************************************************** ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.105u1 GO HERE * ;* START OF MAME 0.105u1 CHEATS * ;* * ;****************************************************************************** ; [ Battle Bubble (v2.00) ] batlbubl:0:F048B0:FF:000:Infinite Credits batlbubl:0:F04C39:09:000:Infinite Time batlbubl:0:F04C3A:05:500:Infinite Time (2/3) batlbubl:0:F04C3B:0A:500:Infinite Time (3/3) :batlbubl:00001301:F04ABF:0000002B:FFFFFFFF:Select Starting Stage:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! batlbubl:0:F04ABF:2B:061:Select Next Stage batlbubl:0:F04C48:04:000:Infinite Lives PL1 batlbubl:0:F04C49:04:000:Infinite Lives PL2 ; [ Bonze Adventure (World, Older) ] bonzeado:0:10F7B7:09:000:Infinite Credits bonzeado:0:10CC42:50:007:Infinite Time bonzeado:0:10D5D5:02:000:Invincibility bonzeado:0:10CC35:05:000:Always have Maximum fire speed bonzeado:0:10CC37:08:000:Always have Maximum bounce power bonzeado:0:10CC3B:00:000:Always have Blue bubble bonzeado:0:10CC3F:04:000:Always have Max. Red bubble size bonzeado:0:10CC41:04:000:Always have Max. Green bubble size bonzeado:0:10CC3D:04:000:Always have Max. Purple bubble size bonzeado:0:10D535:05:007:Infinite Lives PL1 bonzeado:0:10D545:05:007:Infinite Lives PL2 ; [ Fighter's History (US ver 42-03) ] :fghthstu:00000000:0100184:00000063:FFFFFFFF:Infinite Credits :fghthstu:00000000:01009E5:00000063:FFFFFFFF:Infinite Time :fghthstu:00000001:01009E5:00000000:FFFFFFFF:Finish this Round Now! :fghthstu:00000000:01005DC:000000FF:FFFFFFFF:Infinite Energy PL1 :fghthstu:00010000:0100A00:000000FF:FFFFFFFF:Infinite Energy PL1 (2/2) :fghthstu:00000001:01005DC:00000000:FFFFFFFF:Drain All Energy Now! PL1 :fghthstu:00010001:0100A00:00000000:FFFFFFFF:Drain All Energy Now! PL1 (2/2) :fghthstu:00000000:01005DD:000000FF:FFFFFFFF:Infinite Energy PL2 :fghthstu:00010000:0100B00:000000FF:FFFFFFFF:Infinite Energy PL2 (2/2) :fghthstu:00000001:01005DD:00000000:FFFFFFFF:Drain All Energy Now! PL2 :fghthstu:00010001:0100B00:00000000:FFFFFFFF:Drain All Energy Now! PL2 (2/2) ; [ Fantasia II (set 2, less explicit) ] fntsia2a:0:F80F82:09:000:Infinite Credits fntsia2a:0:F82674:09:000:Infinite Time fntsia2a:0:F82675:3C:500:Infinite Time (2/2) fntsia2a:0:700B04:1A:000:Infinite Energy fntsia2a:0:F8261B:0B:500:Infinite Energy (2/3) fntsia2a:0:F82621:69:500:Infinite Energy (3/3) fntsia2a:0:F82761:64:001:End round with 100% Now! fntsia2a:0:F82763:00:501:End round with 100% Now!(2/2) fntsia2a:0:F82662:63:000:Infinite Lives PL1 fntsia2a:0:F82663:63:000:Infinite Lives PL2 ; [ Killing Blade, The (Taiwan?) ] :killbldt:00000000:80B3EF:00000063:FFFFFFFF:Infinite Time :killbldt:00000001:80B3EF:00000000:FFFFFFFF:Finish this Round Now! :killbldt:00100000:811F80:00000140:FFFFFFFF:Infinite Energy PL1 :killbldt:00100001:811F80:00000000:FFFFFFFF:Drain All Energy Now! PL1 :killbldt:00100000:81213E:00000140:FFFFFFFF:Infinite Energy PL2 :killbldt:00100001:81213E:00000000:FFFFFFFF:Drain All Energy Now! PL2 ; [ Pang Pang ] :pangpang:00000000:120022:00000099:FFFFFFFF:Infinite Credits pangpang:0:1200B9:99:000:Infinite Time:For "PANG-PANG" bonus stages pangpang:0:1200B4:01:001:Get PANG-PANG Now! pangpang:0:1200B5:FF:501:Get PANG-PANG Now! (2/2) pangpang:0:1200B4:01:021:Get letter - P (first) Now! pangpang:0:1200B5:80:021:Get letter - A (first) Now! pangpang:0:1200B5:40:021:Get letter - N (first) Now! pangpang:0:1200B5:20:021:Get letter - G (first) Now! pangpang:0:1200B5:10:021:Get letter - - Now! pangpang:0:1200B5:08:021:Get letter - P (second) Now! pangpang:0:1200B5:04:021:Get letter - A (second) Now! pangpang:0:1200B5:02:021:Get letter - N (second) Now! pangpang:0:1200B5:01:021:Get letter - G (second) Now! :pangpang:00000001:121425:00000000:FFFFFFFF:One hit for boss 1 Now! :pangpang:00000001:121A25:00000000:FFFFFFFF:One hit for boss 2 Now! :pangpang:00000001:1211E5:00000000:FFFFFFFF:One hit for boss 3 Now! :pangpang:00000001:121EA5:00000000:FFFFFFFF:One hit for boss 4 Now! :pangpang:00000001:121425:00000000:FFFFFFFF:One hit for boss 5 Now! :pangpang:00000001:121425:00000000:FFFFFFFF:One hit for boss 6 Now! :pangpang:00000001:121A25:00000000:FFFFFFFF:One hit for boss 7 -L.P. Now!:L.P. = left part :pangpang:00000001:121A85:00000000:FFFFFFFF:One hit for boss 7 -R.P. Now!:R.P. = right part :pangpang:00000001:121EA5:00000000:FFFFFFFF:One hit for boss 8 Now! :pangpang:00000001:121A25:00000000:FFFFFFFF:One hit for boss 9 Now! pangpang:0:120099:08:000:Go to world 9:To be used at "level select" :pangpang:00100000:12045A:00000000:FFFFFFFF:Infinite Time PL1 :pangpang:00000000:120473:00000009:FFFFFFFF:Infinite Lives PL1 :pangpang:00100000:12042A:000000BE:000080FF:Invincibility PL1 :pangpang:00000000:120458:00000001:00000001:Always Have Power Up PL1 :pangpang:00000000:120458:00000002:00000002:Always Have Speed Up PL1 :pangpang:00000000:120458:00000004:00000004:Always Have Hammer PL1 :pangpang:00000000:120458:00000008:00000008:Always Have Barrier PL1 :pangpang:00110000:1204E4:000002F0:FFFFFFFF:Always Have Barrier PL1 (2/2) :pangpang:00000001:120458:00000000:FFFFFFFF:Lose All Items Now! PL1 :pangpang:00100000:12065A:00000000:FFFFFFFF:Infinite Time PL2 :pangpang:00000000:120673:00000009:FFFFFFFF:Infinite Lives PL2 :pangpang:00100000:12062A:000000BE:000080FF:Invincibility PL2 :pangpang:00000000:120658:00000001:00000001:Always Have Power Up PL2 :pangpang:00000000:120658:00000002:00000002:Always Have Speed Up PL2 :pangpang:00000000:120658:00000004:00000004:Always Have Hammer PL2 :pangpang:00000000:120658:00000008:00000008:Always Have Barrier PL2 :pangpang:00110000:1206E4:000002F0:FFFFFFFF:Always Have Barrier PL2 (2/2) :pangpang:00000001:120658:00000000:FFFFFFFF:Lose All Items Now! PL2 ; [ Puzzle King (Dance & Puzzle) ] :puzzlekg:00000000:4002B78F:00000063:FFFFFFFF:Infinite Credits puzzlekg:0:0000:00:999:[ There are no cheats ]:REASON 5 puzzlekg:0:0000:00:999:[ for this game as it ]:REASON 5 puzzlekg:0:0000:00:999:[ was only recently ]:REASON 5 puzzlekg:0:0000:00:999:[ fixed or added. ]:REASON 5 puzzlekg:0:0000:00:999:[ Cheats may have been ]:REASON 5 puzzlekg:0:0000:00:999:[ found since the last ]:REASON 5 puzzlekg:0:0000:00:999:[ cheat file release so ]:REASON 5 puzzlekg:0:0000:00:999:[ search the cheat ]:REASON 5 puzzlekg:0:0000:00:999:[ forums before posting ]:REASON 5 puzzlekg:0:0000:00:999:[ any requests. ]:REASON 5 ; [ Sex Triv ] :sextriv:00000000:484B:0000009A:FFFFFFFF:Infinite Time :sextriv:000000E6:481F:41000000:FFFFFFFF:Display the Correct Answer:Correct Answer ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.105u1 GO HERE * ;* END OF MAME 0.105u1 CHEATS * ;* * ;****************************************************************************** ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.105u2 GO HERE * ;* START OF MAME 0.105u2 CHEATS * ;* * ;****************************************************************************** ; ; Not available when this cheat file was released ; ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.105u2 GO HERE * ;* END OF MAME 0.105u2 CHEATS * ;* * ;****************************************************************************** ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.105u3 GO HERE * ;* START OF MAME 0.105u3 CHEATS * ;* * ;****************************************************************************** ; ; Not available when this cheat file was released ; ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.105u3 GO HERE * ;* END OF MAME 0.105u3 CHEATS * ;* * ;****************************************************************************** ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES NOT IN THE LATEST RELEASED BINARY WITH REASON * ;* START OF MAME UNOFFICIAL CHEATS * ;* * ;****************************************************************************** ;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE##### ;####IT WAS REMOVED BECAUSE IT WAS A HOME SYSTEM GAME - ADDED TO MESS NOW - REMOVED FROM SOURCE TOO### ; [ Street Fighter ZERO (Japan CPS Changer) ] sfzch:0:FFAE09:63:000:Infinite Time sfzch:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn sfzch:0:FFAE49:01:000:Quick Dramatic Battle sfzch:0:FF84A2:00:500:Quick Dramatic Battle (2/3) sfzch:0:FF88A2:01:500:Quick Dramatic Battle (3/3) sfzch:0:FF8441:90:000:Infinite Energy PL1 sfzch:0:FF8441:00:000:Energy always set to 0 PL1 sfzch:0:FF8441:00:001:Energy set to 0 Now! PL1 sfzch:0:FF84C6:01:000:End round to win match PL1 sfzch:0:FF84C6:00:000:Rounds won always = 0 PL1 sfzch:0:FF84C6:00:001:Rounds won = 0 Now! PL1 sfzch:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down sfzch:0:FF84BF:90:000:Infinite Power PL1 sfzch:0:FF84BF:00:001:Drain All Power Now! PL1 sfzch:0:FF8537:00:000:Never Faint PL1 sfzch:0:FF853A:00:000:Faint on every hit PL1 sfzch:0:000000:00:999:[ Free player selection ] sfzch:0:000000:00:999:[ Use on level VS screen ] sfzch:0:FF84A2:00:001:Play with Ryu PL1 sfzch:0:FF84A2:01:001:Play with Ken PL1 sfzch:0:FF84A2:02:001:Play with Gouki PL1 sfzch:0:FF84A2:03:001:Play with Nash PL1 sfzch:0:FF84A2:04:001:Play with Chun Li PL1 sfzch:0:FF84A2:05:001:Play with Adon PL1 sfzch:0:FF84A2:06:001:Play with Sodom PL1 sfzch:0:FF84A2:07:001:Play with Guy PL1 sfzch:0:FF84A2:08:001:Play with Birdie PL1 sfzch:0:FF84A2:09:001:Play with Rose PL1 sfzch:0:FF84A2:0A:001:Play with Vega PL1 sfzch:0:FF84A2:0B:001:Play with Sagat PL1 sfzch:0:FF84A2:0C:001:Play with Dan PL1 sfzch:0:FF85F2:01:000:Infinite Taunts for Ken or Ryu PL1 sfzch:0:FF85C1:01:000:Infinite Taunts for Chun Li PL1 sfzch:0:FF85F0:01:000:Infinite Taunts for Charlie PL1 sfzch:0:FF85C4:01:000:Infinite Taunts for Guy PL1 sfzch:0:FF85F8:00:000:Infinite Taunts for Birdie PL1 sfzch:0:FF85FF:01:000:Infinite Taunts for Sodom PL1 sfzch:0:FF85F8:01:000:Infinite Taunts for Adon PL1 sfzch:0:FF85E8:01:000:Infinite Taunts for Rose PL1 sfzch:0:FF85C0:01:000:Infinite Taunts for Sagat PL1 sfzch:0:FF85F1:01:000:Infinite Taunts for Akuma PL1 sfzch:0:FF85FB:01:000:Infinite Taunts for Bison PL1 sfzch:0:FF8841:90:000:Infinite Energy PL2 sfzch:0:FF8841:00:000:Energy always set to 0 PL2 sfzch:0:FF8841:00:001:Energy set to 0 Now! PL2 sfzch:0:FF88C6:01:000:End round to win match PL2 sfzch:0:FF88C6:00:000:Rounds won always = 0 PL2 sfzch:0:FF88C6:00:001:Rounds won = 0 Now! PL2 sfzch:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down sfzch:0:FF88BF:90:000:Infinite Power PL2 sfzch:0:FF88BF:00:001:Drain All Power Now! PL2 sfzch:0:FF8937:00:000:Never Faint PL2 sfzch:0:FF893A:00:000:Faint on every hit PL2 sfzch:0:000000:00:999:[ Free player selection ] sfzch:0:000000:00:999:[ Use on level VS screen ] sfzch:0:FF88A2:00:001:Play with Ryu PL2 sfzch:0:FF88A2:01:001:Play with Ken PL2 sfzch:0:FF88A2:02:001:Play with Gouki PL2 sfzch:0:FF88A2:03:001:Play with Nash PL2 sfzch:0:FF88A2:04:001:Play with Chun Li PL2 sfzch:0:FF88A2:05:001:Play with Adon PL2 sfzch:0:FF88A2:06:001:Play with Sodom PL2 sfzch:0:FF88A2:07:001:Play with Guy PL2 sfzch:0:FF88A2:08:001:Play with Birdie PL2 sfzch:0:FF88A2:09:001:Play with Rose PL2 sfzch:0:FF88A2:0A:001:Play with Vega PL2 sfzch:0:FF88A2:0B:001:Play with Sagat PL2 sfzch:0:FF88A2:0C:001:Play with Dan PL2 sfzch:0:FF89F2:01:000:Infinite Taunts for Ken or Ryu PL2 sfzch:0:FF89C1:01:000:Infinite Taunts for Chun Li PL2 sfzch:0:FF89F0:01:000:Infinite Taunts for Charlie PL2 sfzch:0:FF89C4:01:000:Infinite Taunts for Guy PL2 sfzch:0:FF89F8:00:000:Infinite Taunts for Birdie PL2 sfzch:0:FF89FF:01:000:Infinite Taunts for Sodom PL2 sfzch:0:FF89F8:01:000:Infinite Taunts for Adon PL2 sfzch:0:FF89E8:01:000:Infinite Taunts for Rose PL2 sfzch:0:FF89C0:01:000:Infinite Taunts for Sagat PL2 sfzch:0:FF89F1:01:000:Infinite Taunts for Akuma PL2 sfzch:0:FF89FB:01:000:Infinite Taunts for Bison PL2 sfzch:0:000000:00:999:[These are the codes to set ] sfzch:0:000000:00:999:[the machine region - the ] sfzch:0:000000:00:999:[effectiveness may vary! ] sfzch:0:000000:00:999:[You have to enable these on] sfzch:0:000000:00:999:[the ROM check screen!! ] sfzch:0:FF8191:00:000:Region Switch = Japan sfzch:0:FF8191:02:000:Region Switch = USA sfzch:0:FF8191:04:000:Region Switch = Hispanic sfzch:0:FF8191:06:000:Region Switch = Asia sfzch:0:FF8191:08:000:Region Switch = Euro sfzch:0:FF8191:0A:000:Region Switch = Brazil ;****************************************************************************** ;* * ;* ONLY CHEATS FOR THE GAMES NOT IN THE LATEST RELEASED BINARY WITH REASON * ;* END OF MAME UNOFFICIAL CHEATS * ;* * ;****************************************************************************** ;****************************************************************************** ;* * ;* LIST OF REASONS WHY CERTAIN GAMES CURRENTLY HAVE NO PROPER CHEATS * ;* * ;****************************************************************************** ; ; The following games do not yet have cheats (Infinite Credits does NOT count as ; a proper cheat) for at least one of the following reasons (not all reasons will be ; used at any one time):- ; ; 1. The game has not yet been properly emulated by MAME or it crashes when ; I try to play it :-(. Some games which are broken still have cheats - ; however, if it's NOT properly emulated and no good cheats could be found ; then reason 1 will be quoted over all other reasons. I also use this reason ; if I can't figure out the control method or it's too awkward for me to ; waste time figuring out. Games which have no cheats for this reason will have ; some comments in the cheat file so that the user will know that game has no cheats ; because the game doesn't work and to request cheats for this game if it's ; circumstances change in the future. There are too many 'reason 1' games since the ; test drivers were rolled into standard MAME so they will not get checked again till ; they get reported as working. ; ; 2. I don't know what cheats to find as the game is hard to understand and is ; perhaps in a another tongue - eg Japanese (not including Mahjong games though). ; Or the the game doesn't appear suitable for cheat finding. ; ; 3. This is a Mahjong game - I don't do Mahjong games. I'll leave cheat finding on these ; games to other people. In fact if the game's got Mahjong in the title, this reason ; will be quoted above all others apart from reason 1. ; ; 4. I've got cheat(s) for the game but I haven't had chance to test them or redo ; the cheat description(s). ; ; 5. The game was added or fixed in one of the last versions and I haven't had chance ; to find any cheats yet. If there is no reason quoted, then it is for this ; reason. ; ; 6. There are some cheats for this game but they are either Infinite Credits or some ; comment cheats - not 'normally' enough to remove them from this section. ; ; 7. I've had a quick look at this game and it seems suitable for cheat finding, ; there's maybe RAM set up, although RAM banking may make RAM searching impossible. ; ut even a simple search for an Infinite Lives cheat ; didn't turn up any cheats after whittling down the locations.... These can ; be taken as a challenge!!! ; ; 8. Although it is possible to find cheats for this game, unfortunately the cheats ; are not constant. IE The next time you load the game (or even reset it) the ; cheat locations will have changed. This effects a LOT of games, occasionally it ; is possible to find the odd cheat though as some locations maybe constant. This ; dynamic memory location problem is quite prevalent in neo-geo fighter games - and ; there maybe some cheats in the cheat file that don't work and this will be the most ; likely cause. Relative Address (dynamic memory) Cheats can be often be found for ; these but it involves a bit more time to find them, this has been put on the backburner. ; ; 9. The game was not in the last official releasable beta binary, some of these ; 'unofficial' games have cheats (Metal Slug 4), but this reason is primarily ; for games that are playable and are likely to make it to a beta binary ; release soon. This reason will be rarely used, especially if MAME keeps it release ; rate up! ; ; 10. Nobody has submitted any cheats for this game and I am so sick and tired of this ; genre I can't motivate myself to find any cheats for this game. However, I ; would expect it to be any easy game to find cheats for and you only have to look ; at games of the same genre to find out which cheats can be found (eg. for baseball ; games look at another baseball game). ; ; 11. I haven't had chance to look at the game for one reason or another - ; A COP OUT! ;-) I may have had a look at the game in the past but I can't ; remember - I will use this reason in that case too. I'll only use this reason ; if none of the other reasons fit. Expect to see this reason a lot if the cheat ; file doesn't get updated often enough.. ; ;****************************************************************************** ;* ALL CHEATS REQUIRED GAMES LIST WAS LAST UPDATED ON 14 APR 2006 * ;****************************************************************************** ;****************************************************************************** ;* GAMES IN THE OFFICIAL MAME 0.105 BINARY WITH NO CHEATS * ;****************************************************************************** ; { Reason 01 } ; 11beat [ Eleven Beat ] ; { Reason 01 } ; aceattac [ Ace Attacker (FD1094 317-0060) ] ; { Reason 01 } ; acedrvrw [ Ace Driver (Rev. AD2, World) ] ; { Reason 01 } ; acommand [ Alien Command ] ; { Reason 01 } ; ainferno [ Air Inferno (US) ] ; { Reason 01 } ; airco22b [ Air Combat 22 (Rev. ACS1 Ver.B) ] ; { Reason 01 } ; airraid [ Air Raid (encrypted) ] ; { Reason 01 } ; alpinerc [ Alpine Racer (Rev. AR2 Ver.C) ] ; { Reason 01 } ; alpinerd [ Alpine Racer (Rev. AR2 Ver.D) ] ; { Reason 01 } ; alpinesa [ Alpine Surfer (Rev. AF2 Ver.A) ] ; { Reason 01 } ; amerdart [ AmeriDarts (set 1) ] ; { Reason 01 } ; ampoker2 [ American Poker II (set 1) ] ; { Reason 01 } ; ampokr2a [ American Poker II (set 2) ] ; { Reason 01 } ; ampokr2b [ American Poker II (set 3) ] ; { Reason 01 } ; ampokr2c [ American Poker II (set 4) ] ; { Reason 01 } ; andromed [ Andromeda (Japan?) ] ; { Reason 01 } ; arescue [ Air Rescue ] ; { Reason 01 } ; astrass [ Astra SuperStars (J 980514 V1.002) ] ; { Reason 01 } ; bass [ Sega Bass Fishing ] ; { Reason 01 } ; batlbala [ Battle Balls (Asia) ] ; { Reason 01 } ; batlball [ Battle Balls (Germany) ] ; { Reason 01 } ; batmanfr [ Batman Forever (JUE 960507 V1.000) ] ; { Reason 01 } ; bbprot [ Untitled Fighter 'BB' (prototype) ] ; { Reason 01 } ; beastrzb [ Beastorizer (USA Bootleg) ] ; { Reason 01 } ; beastrzr [ Beastorizer (USA) ] ; { Reason 01 } ; bel [ Behind Enemy Lines ] ; { Reason 01 } ; bigfghtr [ Tatakae! Big Fighter ] ; { Reason 01 } ; botss [ Battle of the Solar System (rev. 1.1) ] ; { Reason 01 } ; brapboys [ B.Rap Boys ] ; { Reason 01 } ; brickzn [ Brick Zone (v5.0) ] ; { Reason 01 } ; brickzn3 [ Brick Zone (v4.0) ] ; { Reason 01 } ; btchamp [ Beat the Champ (GV053 UAA01) ] ; { Reason 01 } ; btltryst [ Battle Tryst (ver JAC) ] ; { Reason 01 } ; bubbletr [ Bubble Trouble ] ; { Reason 01 } ; bullet [ Bullet (FD1094 317-0041) ] ; { Reason 01 } ; buriki [ Buriki One (rev.B) ] ; { Reason 01 } ; cabaret [ Cabaret ] ; { Reason 01 } ; catapult [ Catapult ] ; { Reason 01 } ; cball [ Cannonball (Atari, prototype) ] ; { Reason 01 } ; chainrec [ Chain Reaction (World, Version 2.2, 1995.09.25) ] ; { Reason 01 } ; choko [ Choko (Japan 010820) ] ; { Reason 01 } ; chwy [ Highway Chase? (Cassette) ] ; { Reason 01 } ; cm2841a [ Cherry Master II v8.41 (set 2) ] ; { Reason 01 } ; cm2v841 [ Cherry Master II v8.41 (set 1) ] ; { Reason 01 } ; cmv801 [ Cherry Master (v8.01) ] ; { Reason 01 } ; cntsteer [ Counter Steer ] ; { Reason 01 } ; conquer [ Conquer ] ; { Reason 01 } ; coolpool [ Cool Pool ] ; { Reason 01 } ; coolridr [ Cool Riders ] ; { Reason 01 } ; critcrsh [ Critter Crusher (EA 951204 V1.000) ] ; { Reason 01 } ; crmaze [ Crystal Maze: Team Challenge, The (SWP) ] ; { Reason 01 } ; crmazea [ Crystal Maze, The (AMLD version SWP) ] ; { Reason 01 } ; crmazeb [ Crystal Maze - Now Featuring Ocean Zone, The (AMLD Version SWP) ] ; { Reason 01 } ; crusnexo [ Cruis'n Exotica ] ; { Reason 01 } ; crusnw13 [ Cruis'n World (rev L1.3) ] ; { Reason 01 } ; cshooter [ Cross Shooter (not encrypted) ] ; { Reason 01 } ; cshootre [ Cross Shooter (encrypted) ] ; { Reason 01 } ; cultname [ Seimei-Kantei-Meimei-Ki Cult Name ] ; { Reason 01 } ; cuoreuno [ Cuore Uno (Italia) ] ; { Reason 01 } ; cybertnk [ Cyber Tank (v1.04) ] ; { Reason 01 } ; cybrcomm [ Cyber Commando (Rev. CY1, Japan) ] ; { Reason 01 } ; cybrcycc [ Cyber Cycles (Rev. CB2 Ver.C) ] ; { Reason 01 } ; cybsled [ Cyber Sled ] ; { Reason 01 } ; cyclwarr [ Cycle Warriors ] ; { Reason 01 } ; czeroize [ Zeroize (Cassette) ] ; { Reason 01 } ; daireika [ Mahjong Daireikai ] ; { Reason 01 } ; dakkochn [ DakkoChan Jansoh ] ; { Reason 01 } ; dambust [ Dambusters (set 2) ] ; { Reason 01 } ; dambustr [ Dambusters (set 1) ] ; { Reason 01 } ; dayto2pe [ Daytona USA 2 Power Edition ] ; { Reason 01 } ; daytona [ Daytona USA (Japan) ] ; { Reason 01 } ; daytona2 [ Daytona USA 2 ] ; { Reason 01 } ; daytonam [ Daytona USA (Japan, To The MAXX) ] ; { Reason 01 } ; daytonat [ Daytona USA (Japan, Turbo hack) ] ; { Reason 01 } ; dcheese [ Double Cheese ] ; { Reason 01 } ; dealer [ Dealer, The ] ; { Reason 01 } ; decathlt [ Decathlete (JUET 960424 V1.000) ] ; { Reason 01 } ; defndjeu [ Defender (bootleg) ] ; { Reason 01 } ; dendeg [ Densya De Go ] ; { Reason 01 } ; dendeg2 [ Densya De Go 2 ] ; { Reason 01 } ; dendeg2x [ Densya De Go 2 Ex ] ; { Reason 01 } ; dendegx [ Densya De Go Ex ] ; { Reason 01 } ; denjinmk [ Denjin Makai ] ; { Reason 01 } ; deroon [ Deroon DeroDero ] ; { Reason 01 } ; desert [ Desert Tank ] ; { Reason 01 } ; diehard [ Die Hard Arcade (UET 960515 V1.000) ] ; { Reason 01 } ; dirtdvla [ Dirt Devils (alt) ] ; { Reason 01 } ; dirtdvls [ Dirt Devils ] ; { Reason 01 } ; djboy [ DJ Boy ] ; { Reason 01 } ; dlair [ Dragon's Lair ] ; { Reason 01 } ; dmndrby [ Diamond Derby (set 1) ] ; { Reason 01 } ; dmndrbya [ Diamond Derby (set 2) ] ; { Reason 01 } ; dmnfrnt [ Demon Front (V102) ] ; { Reason 01 } ; dmnfrnta [ Demon Front (V105) ] ; { Reason 01 } ; doa [ Dead or Alive (Model 2B) ] ; { Reason 01 } ; doaa [ Dead or Alive (Model 2A) ] ; { Reason 01 } ; drakton [ Drakton ] ; { Reason 01 } ; dreamwld [ Dream World ] ; { Reason 01 } ; drgw3 [ Dragon World 3 ] ; { Reason 01 } ; drgw3k [ Dragon World 3 (Korean Board) ] ; { Reason 01 } ; driveyes [ Driver's Eyes ] ; { Reason 01 } ; dunkshot [ Dunk Shot (FD1089 317-0022) ] ; { Reason 01 } ; dwarfd [ Dwarfs Den ] ; { Reason 01 } ; dynamcop [ Dynamite Cop (Model 2A) ] ; { Reason 01 } ; dyndeka2 [ Dynamite Deka 2 (Japan, Model 2A) ] ; { Reason 01 } ; dynmcopb [ Dynamite Cop (Model 2B) ] ; { Reason 01 } ; eaglshot [ Eagle Shot Golf ] ; { Reason 01 } ; eca [ Emergency Call Ambulance ] ; { Reason 01 } ; elandore [ Elan Doree - Legend of Dragon (JUET 980922 V1.006) ] ; { Reason 01 } ; elephfam [ Elephant Family (Italia) ] ; { Reason 01 } ; evilngt [ Evil Night (ver EAA) ] ; { Reason 01 } ; exctleag [ Excite League (FD1094 317-0079?) ] ; { Reason 01 } ; f15se [ F-15 Strike Eagle (rev. 2.1) ] ; { Reason 01 } ; f1lap [ F1 Super Lap ] ; { Reason 01 } ; fantzn2 [ Fantasy Zone 2 ] ; { Reason 01 } ; ffreveng [ Final Fight Revenge (JUET 990714 V1.000) ] ; { Reason 01 } ; fhboxers [ Funky Head Boxers (JUETBKAL 951218 V1.000) ] ; { Reason 01 } ; finalapo [ Final Lap R ] ; { Reason 01 } ; finalapr [ Final Lap R (Rev B) ] ; { Reason 01 } ; findlove [ Find Love (J 971212 V1.000) ] ; { Reason 01 } ; finfrl2j [ Final Furlong 2 (Japan) ] ; { Reason 01 } ; finfurl2 [ Final Furlong 2 (World) ] ; { Reason 01 } ; finlarch [ Final Arch (J 950714 V1.001) ] ; { Reason 01 } ; fjbuster [ Fujiyama Buster (Japan) ] ; { Reason 01 } ; fortecar [ Forte Card ] ; { Reason 01 } ; futflash [ Future Flash ] ; { Reason 01 } ; fvipers [ Fighting Vipers ] ; { Reason 01 } ; fvipers2 [ Fighting Vipers 2 ] ; { Reason 01 } ; galaxia [ Galaxia ] ; { Reason 01 } ; galpani3 [ Gals Panic 3 ] ; { Reason 01 } ; gamshara [ Gamshara (10021 Ver.A) ] ; { Reason 01 } ; gekisou [ Gekisou (Japan) ] ; { Reason 01 } ; gekitsui [ Gekitsui Oh (Japan) ] ; { Reason 01 } ; getbass [ Get Bass ] ; { Reason 01 } ; gjspace [ Gekitoride-Jong Space (10011 Ver.A) ] ; { Reason 01 } ; glass [ Glass (Ver 1.1) ] ; { Reason 01 } ; glass10 [ Glass (Ver 1.0) ] ; { Reason 01 } ; glass10a [ Glass (Ver 1.0 set 2) ] ; { Reason 01 } ; glprac2j [ Gallop Racer 2 (JAPAN) ] ; { Reason 01 } ; glprac2l [ Gallop Racer 2 Link HW (JAPAN) ] ; { Reason 01 } ; glpracr [ Gallop Racer (JAPAN Ver 9.01.12) ] ; { Reason 01 } ; glpracr2 [ Gallop Racer 2 (USA) ] ; { Reason 01 } ; go2000 [ Go 2000 ] ; { Reason 01 } ; godzilla [ Godzilla ] ; { Reason 01 } ; gp500 [ GP500 ] ; { Reason 01 } ; greenber [ Green Beret (Irem) ] ; { Reason 01 } ; gt5 [ Trivia (Version 5) ] ; { Reason 01 } ; gticlub [ GTI Club (ver AAA) ] ; { Reason 01 } ; gticlubj [ GTI Club (ver JAA) ] ; { Reason 01 } ; gunblade [ Gunblade NY ] ; { Reason 01 } ; gunpey [ Gunpey ] ; { Reason 01 } ; gussun [ Gussun Oyoyo (Japan) ] ; { Reason 01 } ; hanakanz [ Hana Kanzashi (Japan) ] ; { Reason 01 } ; hangplt [ Hang Pilot ] ; { Reason 01 } ; harem [ Harem ] ; { Reason 01 } ; harley [ Harley-Davidson and L.A. Riders ] ; { Reason 01 } ; heatof11 [ Heat of Eleven '98 (ver EAA) ] ; { Reason 01 } ; hfh [ Huang Fei Hong ] ; { Reason 01 } ; hidnctch [ Hidden Catch (World) / Tul Lin Gu Lim Chat Ki '98 (Korea) (pcb ver 3.03) ] ; { Reason 01 } ; hotd [ House of the Dead ] ; { Reason 01 } ; hyprdriv [ Hyperdrive ] ; { Reason 01 } ; indy500 [ Indianapolis 500 ] ; { Reason 01 } ; introdon [ Karaoke Quiz Intro Don Don! (J 960213 V1.000) ] ; { Reason 01 } ; invasn [ Invasion (Midway) ] ; { Reason 01 } ; jackpool [ Jackpot Pool (Italy, bootleg) ] ; { Reason 01 } ; jdredd [ Judge Dredd (Rev C Dec. 17 1997) ] ; { Reason 01 } ; jdreddb [ Judge Dredd (Rev B Nov. 26 1997) ] ; { Reason 01 } ; jojo [ JoJo's Venture / JoJo no Kimyouna Bouken ] ; { Reason 01 } ; jojoba [ JoJo's Bizarre Adventure: Heritage for the Future / JoJo no Kimyouna Bouken: Miraie no Isan ] ; { Reason 01 } ; jollycrd [ Jolly Card (Austria) ] ; { Reason 01 } ; jolycdab [ Jolly Card (Austria, Fun World, bootleg) ] ; { Reason 01 } ; jolycdat [ Jolly Card (Austria, Fun World) ] ; { Reason 01 } ; jolycdcr [ Jolly Card (Croatia) ] ; { Reason 01 } ; jolycdit [ Jolly Card (Italia, bad dump?) ] ; { Reason 01 } ; josvolly [ Joshi Volleyball ] ; { Reason 01 } ; jsk [ Joryuu Syougi Kyoushitsu (Japan) ] ; { Reason 01 } ; kakumei [ Mahjong Kakumei ] ; { Reason 01 } ; kakumei2 [ Mahjong Kakumei 2 - Princess League ] ; { Reason 01 } ; kdeadeye [ Dead Eye (GV054 UA01) ] ; { Reason 01 } ; kisekaeh [ Kisekae Hanafuda ] ; { Reason 01 } ; kisekaem [ Kisekae Mahjong ] ; { Reason 01 } ; kiwames [ Pro Mahjong Kiwame S (J 951020 V1.208) ] ; { Reason 01 } ; knpuzzle [ Kotoba no Puzzle Mojipittan (KPM1 Ver.A) ] ; { Reason 01 } ; kopunch [ KO Punch ] ; { Reason 01 } ; kothello [ Kyuukyoku no Othello ] ; { Reason 01 } ; kov2 [ Knights of Valour 2 ] ; { Reason 01 } ; kov2106 [ Knights of Valour 2 (106) ] ; { Reason 01 } ; kov2p [ Knights of Valour 2 Plus - Nine Dragons ] ; { Reason 01 } ; kovsh [ Knights of Valour Superheroes / Sangoku Senki Superheroes (ver. 322) ] ; { Reason 01 } ; landgear [ Landing Gear ] ; { Reason 01 } ; laserbas [ Laser Base (set 1) ] ; { Reason 01 } ; laserbsa [ Laser Base (set 2) ] ; { Reason 01 } ; lastbrnj [ Last Bronx (Japan, Rev A) ] ; { Reason 01 } ; lastbrnx [ Last Bronx (Export, Rev A) ] ; { Reason 01 } ; lastfght [ Last Fighting ] ; { Reason 01 } ; lemans24 [ LeMans 24 ] ; { Reason 01 } ; littlerb [ Little Robin ] ; { Reason 01 } ; lockon [ Lock-On ] ; { Reason 01 } ; lostwsga [ Lost World, The ] ; { Reason 01 } ; ltcasin2 [ Little Casino 2 ] ; { Reason 01 } ; ltcasino [ Little Casino ] ; { Reason 01 } ; lucky8 [ Lucky 8 Lines ] ; { Reason 01 } ; magdrop [ Magical Drop (Japan, Version 1.1, 1995.06.21) ] ; { Reason 01 } ; magdropp [ Magical Drop Plus 1 (Japan, Version 2.1, 1995.09.12) ] ; { Reason 01 } ; magic102 [ Magic's 10 2 (ver 1.1) ] ; { Reason 01 } ; manxtt [ Manx TT Superbike ] ; { Reason 01 } ; martmast [ Martial Masters ] ; { Reason 01 } ; maruchan [ Maru-Chan de Goo! (J 971216 V1.000) ] ; { Reason 01 } ; mating [ Mating Game, The (Datapak) ] ; { Reason 01 } ; matinga [ Mating Game, The (Standard) ] ; { Reason 01 } ; mayjinsn [ Mayjinsen ] ; { Reason 01 } ; mayjisn2 [ Mayjinsen 2 ] ; { Reason 01 } ; mazerbla [ Mazer Blazer (set 1) ] ; { Reason 01 } ; mdhorse [ Derby Quiz My Dream Horse (MDH1/VER.A2) ] ; { Reason 01 } ; midnrun [ Midnight Run ] ; { Reason 01 } ; mirax [ Mirax ] ; { Reason 01 } ; mjifb [ Mahjong If [BET] (Japan) ] ; { Reason 01 } ; mjzoomin [ Mahjong Channel Zoom In ] ; { Reason 01 } ; mk4 [ Mortal Kombat 4 (rev L3) ] ; { Reason 01 } ; monzagp [ Monza GP ] ; { Reason 01 } ; mp_gslam [ Grand Slam (Mega Play) ] ; { Reason 01 } ; mp_mazin [ Mazin Wars (Mega Play) ] ; { Reason 01 } ; mquake [ Moonquake ] ; { Reason 01 } ; mrdrilr2 [ Mr Driller 2 (DR21 Ver.A) ] ; { Reason 01 } ; mrdrilrg [ Mr. Driller G (DRG1 Ver.A) ] ; { Reason 01 } ; mt_aftrb [ After Burner (Mega-Tech) ] ; { Reason 01 } ; mt_arrow [ Arrow Flash (Mega-Tech) ] ; { Reason 01 } ; mt_astro [ Astro Warrior (Mega-Tech) ] ; { Reason 01 } ; mt_asyn [ Alien Syndrome (Mega-Tech) ] ; { Reason 01 } ; mt_bbros [ Bonanza Bros. (Mega-Tech) ] ; { Reason 01 } ; mt_ggolf [ Great Golf (Mega-Tech) ] ; { Reason 01 } ; mt_gng [ Ghouls'n Ghosts (Mega-Tech) ] ; { Reason 01 } ; mt_gsocr [ Great Soccer (Mega-Tech) ] ; { Reason 01 } ; mt_mwalk [ Moonwalker (Mega-Tech) ] ; { Reason 01 } ; mt_parlg [ Parlour Games (Mega-Tech) ] ; { Reason 01 } ; mt_shnbi [ Shinobi (Mega-Tech) ] ; { Reason 01 } ; mt_smgp [ Super Monaco GP (Mega-Tech) ] ; { Reason 01 } ; mt_tetri [ Tetris (Mega-Tech) ] ; { Reason 01 } ; mtetrisc [ Magical Tetris Challenge (981009 Japan) ] ; { Reason 01 } ; myfairld [ Virtual Mahjong 2 - My Fair Lady (J 980608 V1.000) ] ; { Reason 01 } ; mzrblzra [ Mazer Blazer (set 2) ] ; { Reason 01 } ; nbajamex [ NBA Jam Extreme ] ; { Reason 01 } ; nflfoot [ NFL Football ] ; { Reason 01 } ; nss_skin [ Skins Game (Nintendo Super System) ] ; { Reason 01 } ; nss_sten [ Super Tennis (Nintendo Super System) ] ; { Reason 01 } ; nzerotea [ New Zero Team ] ; { Reason 01 } ; olds [ Oriental Legend Super (Korea 101) ] ; { Reason 01 } ; olds100 [ Oriental Legend Super (100) ] ; { Reason 01 } ; olds100a [ Oriental Legend Super (100 alt) ] ; { Reason 01 } ; opaopa [ Opa Opa ] ; { Reason 01 } ; pacapp [ Paca Paca Passion (PPP1/VER.A2) ] ; { Reason 01 } ; pblbeach [ Pebble Beach - The Great Shot (JUE 950913 V0.990) ] ; { Reason 01 } ; pc_pinbt [ PinBot (PlayChoice-10) ] ; { Reason 01 } ; pclubj [ Print Club (Japan Vol.1) ] ; { Reason 01 } ; pclubjv2 [ Print Club (Japan Vol.2) ] ; { Reason 01 } ; pclubjv4 [ Print Club (Japan Vol.4) ] ; { Reason 01 } ; pclubjv5 [ Print Club (Japan Vol.5) ] ; { Reason 01 } ; pf2012 [ Psychic Force 2012 ] ; { Reason 01 } ; photoy2k [ Photo Y2K ] ; { Reason 01 } ; pltkids [ Pilot Kids (Model 2B) ] ; { Reason 01 } ; pltkidsa [ Pilot Kids (Model 2A) ] ; { Reason 01 } ; plygonet [ Polygonet Commanders (ver UAA) ] ; { Reason 01 } ; pmroulet [ Roulette (Playmark) ] ; { Reason 01 } ; poizone [ Poizone ] ; { Reason 01 } ; polystar [ Tobe! Polystars (ver JAA) ] ; { Reason 01 } ; ponttehk [ Pontoon (Tehkan) ] ; { Reason 01 } ; primrag2 [ Primal Rage 2 ] ; { Reason 01 } ; profpac [ Professor PacMan ] ; { Reason 01 } ; prosoccr [ Pro Soccer ] ; { Reason 01 } ; prosport [ Prosport ] ; { Reason 01 } ; puzlstar [ Puzzle Star ] ; { Reason 01 } ; puzzli2 [ Puzzli 2 Super ] ; { Reason 01 } ; quaquiz2 [ Quadro Quiz II ] ; { Reason 01 } ; quizmstr [ Quizmaster ] ; { Reason 01 } ; raccoon [ Raccoon World ] ; { Reason 01 } ; rachero [ Racing Hero (FD1094 317-0144) ] ; { Reason 01 } ; racingj [ Racing Jam ] ; { Reason 01 } ; racingj2 [ Racing Jam: Chapter 2 ] ; { Reason 01 } ; raf102j [ Real and Fake / Photo Y2K (ver. 102, Japan Board) ] ; { Reason 01 } ; raiden2 [ Raiden 2 (set 1, US Fabtek) ] ; { Reason 01 } ; raiden2a [ Raiden 2 (set 2, Metrotainment) ] ; { Reason 01 } ; raiden2b [ Raiden 2 (set 3, Japan) ] ; { Reason 01 } ; raiden2c [ Raiden 2 (set 4, Japan) ] ; { Reason 01 } ; raiden2e [ Raiden 2 (easier?) ] ; { Reason 01 } ; raidndx [ Raiden DX (set 1) ] ; { Reason 01 } ; raidndxa [ Raiden DX (set 2) ] ; { Reason 01 } ; raidndxb [ Raiden DX (set 3, Newer V33 PCB) ] ; { Reason 01 } ; raidndxj [ Raiden DX (Japan) ] ; { Reason 01 } ; raidndxm [ Raiden DX (Metrotainment license) ] ; { Reason 01 } ; raveracj [ Rave Racer (Rev. RV1 Ver.B, Japan) ] ; { Reason 01 } ; raveracw [ Rave Racer (Rev. RV2, World) ] ; { Reason 01 } ; raveraja [ Rave Racer (Rev. RV1, Japan) ] ; { Reason 01 } ; rckmanj [ Rockman: The Power Battle (Japan 950922) ] ; { Reason 01 } ; rebus [ Rebus ] ; { Reason 01 } ; revenger [ Revenger ] ; { Reason 01 } ; ridger2a [ Ridge Racer 2 (Rev. RRS1, Ver.B, Japan) ] ; { Reason 01 } ; ridger2b [ Ridge Racer 2 (Rev. RRS1, Japan) ] ; { Reason 01 } ; ridgera2 [ Ridge Racer 2 (Rev. RRS2, US) ] ; { Reason 01 } ; riskchal [ Risky Challenge ] ; { Reason 01 } ; roadedge [ Roads Edge / Round Trip (rev.B) ] ; { Reason 01 } ; roldfrga [ Return of Lady Frog, The (set 2) ] ; { Reason 01 } ; roldfrog [ Return of Lady Frog, The ] ; { Reason 01 } ; roundup5 [ Round Up 5 - Super Delta Force ] ; { Reason 01 } ; royalcdb [ Royal Card (Austria, set 2) ] ; { Reason 01 } ; royalcrd [ Royal Card (Austria, set 1) ] ; { Reason 01 } ; rtriv [ Romar Triv ] ; { Reason 01 } ; rungun2 [ Run and Gun 2 (ver UAA) ] ; { Reason 01 } ; rushhero [ Rushing Heroes (ver UAB) ] ; { Reason 01 } ; sams64_2 [ Samurai Shodown: Warrior's Rage ] ; { Reason 01 } ; sandor [ Sando-R (J 951114 V1.000) ] ; { Reason 01 } ; sassisu [ Taisen Tanto-R Sashissu!! (J 980216 V1.000) ] ; { Reason 01 } ; sbugger [ Space Bugger ] ; { Reason 01 } ; schamp [ Sonic The Fighters ] ; { Reason 01 } ; sdgndmrb [ SD Gundam Sangokushi Rainbow Tairiku Senki ] ; { Reason 01 } ; seabass [ Sea Bass Fishing (JUET 971110 V0.001) ] ; { Reason 01 } ; sf2049 [ San Francisco Rush 2049 ] ; { Reason 01 } ; sf2049se [ San Francisco Rush 2049: Special Edition ] ; { Reason 01 } ; sf2049te [ San Francisco Rush 2049: Tournament Edition ] ; { Reason 01 } ; sfchamp [ Super Football Champ (Ver 2.5O) ] ; { Reason 01 } ; sfchampj [ Super Football Champ (Ver 2.4J) ] ; { Reason 01 } ; sfiii [ Street Fighter III: New Generation ] ; { Reason 01 } ; sfiii2 [ Street Fighter III 2nd Impact: Giant Attack ] ; { Reason 01 } ; sfiii3 [ Street Fighter III 3rd Strike: Fight for the Future ] ; { Reason 01 } ; sfish2 [ Sport Fishing 2 (UET 951106 V1.10e) ] ; { Reason 01 } ; sfish2j [ Sport Fishing 2 (J 951201 V1.100) ] ; { Reason 01 } ; sfrush [ San Francisco Rush ] ; { Reason 01 } ; sfrushrk [ San Francisco Rush: The Rock ] ; { Reason 01 } ; sgt24h [ Super GT 24h ] ; { Reason 01 } ; shogwarr [ Shogun Warriors ] ; { Reason 01 } ; shootgal [ Shooting Gallery ] ; { Reason 01 } ; shtngmst [ Shooting Master ] ; { Reason 01 } ; sidebs [ Side By Side ] ; { Reason 01 } ; sidebs2 [ Side By Side 2 ] ; { Reason 01 } ; skiltrek [ Skill Trek ] ; { Reason 01 } ; skytargt [ Sky Target ] ; { Reason 01 } ; slamdnk2 [ Slam Dunk 2 (ver JAA) ] ; { Reason 01 } ; slipstrm [ Slipstream ] ; { Reason 01 } ; slrasslt [ Solar Assault DR2 (ver UAA) ] ; { Reason 01 } ; smleague [ Super Major League (U 960108 V1.000) ] ; { Reason 01 } ; soccersa [ Soccer Superstars (ver AAA) ] ; { Reason 01 } ; soccersj [ Soccer Superstars (ver JAA) ] ; { Reason 01 } ; soccerss [ Soccer Superstars (ver EAA) ] ; { Reason 01 } ; soulclba [ Soul Calibur (SOC11/VER.C) ] ; { Reason 01 } ; soulclbb [ Soul Calibur (SOC11/VER.B) ] ; { Reason 01 } ; sparkman [ Spark Man (v 2.0) ] ; { Reason 01 } ; speedrcr [ Speed Racer ] ; { Reason 01 } ; speedup [ Speed Up ] ; { Reason 01 } ; speglsha [ Super Eagle Shot (set 2) ] ; { Reason 01 } ; speglsht [ Super Eagle Shot (set 1) ] ; { Reason 01 } ; spikeofe [ Spikeout Final Edition ] ; { Reason 01 } ; spikeout [ Spikeout ] ; { Reason 01 } ; srally2 [ Sega Rally 2 ] ; { Reason 01 } ; srallyc [ Sega Rally Championship ] ; { Reason 01 } ; sraly2dx [ Sega Rally 2 DX ] ; { Reason 01 } ; srmp5 [ Super Real Mahjong P5 ] ; { Reason 01 } ; srmp6 [ Super Real Mahjong P6 (Japan) ] ; { Reason 01 } ; sscope [ Silent Scope (ver UAB) ] ; { Reason 01 } ; sscope2 [ Silent Scope 2 ] ; { Reason 01 } ; sscopea [ Silent Scope (ver UAA) ] ; { Reason 01 } ; ssingles [ Swinging Singles ] ; { Reason 01 } ; sss [ Steep Slope Sliders (JUET 981110 V1.000) ] ; { Reason 01 } ; stadh96a [ Stadium Hero 96 (Version EAJ) ] ; { Reason 01 } ; stadhr96 [ Stadium Hero 96 (Version EAD) ] ; { Reason 01 } ; stankatk [ Super Tank Attack (prototype rev. 4/21/92 ) ] ; { Reason 01 } ; starspnr [ Starspinner (Dutch/Nederlands) ] ; { Reason 01 } ; startrgn [ Star Trigon (STT1 Ver.A) ] ; { Reason 01 } ; stcc [ Sega Touring Car Championship ] ; { Reason 01 } ; stepstag [ Stepping Stage ] ; { Reason 01 } ; suikoenb [ Suikoenbu (J 950314 V2.001) ] ; { Reason 01 } ; sundance [ Sundance ] ; { Reason 01 } ; supnudg2 [ Super Nudger II (Version 5.21) ] ; { Reason 01 } ; suprgolf [ Super Crown Golf ] ; { Reason 01 } ; suprleag [ Super League (FD1094 317-0045?) ] ; { Reason 01 } ; sws99 [ Super World Stadium '99 (SS91/VER.A3) ] ; { Reason 01 } ; swtrilga [ Star Wars Trilogy ] ; { Reason 01 } ; swtrilgy [ Star Wars Trilogy (ver A) ] ; { Reason 01 } ; taitogn [ Taito GNET ] ; { Reason 01 } ; targeth [ Target Hits ] ; { Reason 01 } ; tarzan [ Tarzan ] ; { Reason 01 } ; tattack [ Time Attacker ] ; { Reason 01 } ; tcl [ Taiwan Chess Legend ] ; { Reason 01 } ; tektagtb [ Tekken Tag Tournament (TEG1/VER.B) ] ; { Reason 01 } ; tektagtc [ Tekken Tag Tournament (TEG1/VER.A3) ] ; { Reason 01 } ; thegrid [ Grid, The ] ; { Reason 01 } ; thoop2 [ TH Strikes Back ] ; { Reason 01 } ; thrilld [ Thrill Drive ] ; { Reason 01 } ; thunderh [ Thunder Hurricane (ver UAA) ] ; { Reason 01 } ; thunt [ Treasure Hunt (JUET 970901 V2.00E) ] ; { Reason 01 } ; timecris [ Time Crisis (Rev. TS2 Ver.B) ] ; { Reason 01 } ; timecrs2 [ Time Crisis 2 ] ; { Reason 01 } ; tkdensho [ Touki Denshou -Angel Eyes- ] ; { Reason 01 } ; tmmjprd [ Tokimeki Mahjong Paradise - Dear My Love ] ; { Reason 01 } ; tondemo [ Tondemo Crisis (JAPAN) ] ; { Reason 01 } ; topland [ Top Landing (World) ] ; { Reason 01 } ; topshoot [ Top Shooter ] ; { Reason 01 } ; topskatr [ Top Skater ] ; { Reason 01 } ; tornado1 [ Tornado (bootleg set 1) ] ; { Reason 01 } ; tornado2 [ Tornado (bootleg set 2) ] ; { Reason 01 } ; touchgo [ Touch & Go (World) ] ; { Reason 01 } ; touchgoe [ Touch & Go (earlier revision) ] ; { Reason 01 } ; touchgon [ Touch & Go (Non North America) ] ; { Reason 01 } ; trailblz [ Trail Blazer ] ; { Reason 01 } ; trvchlng [ Trivia Challenge ] ; { Reason 01 } ; trvquest [ Trivia Quest ] ; { Reason 01 } ; ttchamp [ Table Tennis Champions (set 1) ] ; { Reason 01 } ; ttchampa [ Table Tennis Champions (set 2) ] ; { Reason 01 } ; turbosub [ Turbo Sub ] ; { Reason 01 } ; turnover [ Turnover ] ; { Reason 01 } ; twcup98 [ Tecmo World Cup '98 (JUET 980410 V1.000) ] ; { Reason 01 } ; tx1 [ TX-1 ] ; { Reason 01 } ; tx1a [ TX-1 (Atari/Namco/Taito License) ] ; { Reason 01 } ; unkmeyco [ Meyco game ] ; { Reason 01 } ; urashima [ Urashima Mahjong ] ; { Reason 01 } ; vaportrx [ Vapor TRX ] ; { Reason 01 } ; vcop [ Virtua Cop ] ; { Reason 01 } ; vcop2 [ Virtua Cop 2 ] ; { Reason 01 } ; vf3 [ Virtua Fighter 3 ] ; { Reason 01 } ; vf3tb [ Virtua Fighter 3 Team Battle ] ; { Reason 01 } ; vgoalsca [ V Goal Soccer (alt) ] ; { Reason 01 } ; vgoalsoc [ V Goal Soccer ] ; { Reason 01 } ; victlapw [ Ace Driver: Victory Lap (Rev. ADV2, World) ] ; { Reason 01 } ; vmahjong [ Virtual Mahjong (J 961214 V1.000) ] ; { Reason 01 } ; von [ Virtual On Cyber Troopers (Japan) ] ; { Reason 01 } ; von2 [ Virtual On 2: Oratorio Tangram ] ; { Reason 01 } ; von254g [ Virtual On 2: Oratorio Tangram (ver 5.4g) ] ; { Reason 01 } ; vonusa [ Virtual On Cyber Troopers (US) ] ; { Reason 01 } ; vp906iii [ 906III Video Poker ] ; { Reason 01 } ; vs298 [ Virtua Striker 2 '98 (Step 2.0) ] ; { Reason 01 } ; vs299 [ Virtua Striker 2 '99 ] ; { Reason 01 } ; vs2v991 [ Virtua Striker 2 '99.1 ] ; { Reason 01 } ; vsnetscj [ Versus Net Soccer (ver JAB) ] ; { Reason 01 } ; vsnetscr [ Versus Net Soccer (ver UAB) ] ; { Reason 01 } ; vstriker [ Virtua Striker ] ; { Reason 01 } ; vstrikra [ Virtua Striker (Rev A) ] ; { Reason 01 } ; warzard [ Warzard / Red Earth ] ; { Reason 01 } ; wheelfir [ Wheels & Fire ] ; { Reason 01 } ; windheat [ Winding Heat ] ; { Reason 01 } ; winrun [ Winning Run ] ; { Reason 01 } ; winrun91 [ Winning Run 91 ] ; { Reason 01 } ; wldarrow [ Wild Arrow ] ; { Reason 01 } ; wpksoc [ World PK Soccer ] ; { Reason 01 } ; wrally [ World Rally (set 1) ] ; { Reason 01 } ; wrallya [ World Rally (set 2) ] ; { Reason 01 } ; xday2 [ X-Day 2 (Japan) ] ; { Reason 01 } ; xfiles [ X-Files ] ; { Reason 01 } ; yuka [ Yu-Ka ] ; { Reason 01 } ; yumefuda [ (Medal) Yumefuda [BET] ] ; { Reason 01 } ; zerogun [ Zero Gunner (Model 2B) ] ; { Reason 01 } ; zeroguna [ Zero Gunner (Model 2A) ] ; { Reason 01 } ; zerogunj [ Zero Gunner (Japan Model 2B) ] ; { Reason 01 } ; zeroteaa [ Zero Team (set 2) ] ; { Reason 01 } ; zeroteab [ Zero Team (set 3) ] ; { Reason 01 } ; zeroteam [ Zero Team (set 1) ] ; { Reason 01 } ; zerotrgt [ Zero Target (World) ] ; { Reason 01 } ; znpwfv [ Zen Nippon Pro-Wrestling Featuring Virtua (J 971123 V1.000) ] ; { Reason 02 } ; hanaroku [ Hanaroku ] ; { Reason 03 & 01 } ; mjikaga [ Mahjong Ikaga Desu ka (Japan) ] ; { Reason 03 & 01 } ; suzume [ Watashiha Suzumechan (Japan) ] {seems to be a Mahjong gambling game) ; { Reason 03 } ; hotgm4ev [ Taisen Hot Gimmick 4 Ever (Japan) ] ; { Reason 03 } ; hotgmcki [ Taisen Hot Gimmick Integral (Japan) ] ; { Reason 03 } ; janbari [ Mahjong Janjan Baribari (Japan) ] ; { Reason 03 } ; lovehous [ Mahjong Love House [BET] (Japan 901024) ] ; { Reason 03 } ; lvpoker [ Lovely Poker [BET] ] ; { Reason 03 } ; mgion [ Gionbana [BET] (Japan 890207) ] ; { Reason 03 } ; mhhonban [ Mahjong Housoukyoku Honbanchuu (Japan) ] ; { Reason 03 } ; mjcamerb [ Mahjong Camera Kozou (set 2) (Japan 881109) ] ; { Reason 03 } ; mjgottub [ Medal Mahjong Gottsu ee-kanji [BET] (Japan) ] ; { Reason 03 } ; mjgtaste [ Mahjong G-Taste ] ; { Reason 03 } ; mmaiko [ Maikobana [BET] (Japan 900911) ] ; { Reason 03 } ; musobana [ Musoubana (Japan) ] ; { Reason 03 } ; rbmk [ Real Battle Mahjong King ] ; { Reason 05 } ; puzzlekg [ Puzzle King (Dance & Puzzle) ] ; { Reason 07 } ; armora [ Armor Attack ] ; { Reason 07 } ; armorap [ Armor Attack (prototype) ] ; { Reason 07 } ; armorar [ Armor Attack (Rock-ola) ] ; { Reason 07 } ; barrier [ Barrier ] ; { Reason 07 } ; boxingb [ Boxing Bugs ] ; { Reason 07 } ; demon [ Demon ] ; { Reason 07 } ; ripoff [ Rip Off ] ; { Reason 07 } ; solarq [ Solar Quest ] ; { Reason 07 } ; spaceftr [ Space Fortress (Zaccaria) ] ; { Reason 07 } ; spacewar [ Space Wars ] ; { Reason 07 } ; speedfrk [ Speed Freak ] ; { Reason 07 } ; starcas [ Star Castle (version 3) ] ; { Reason 07 } ; starcas1 [ Star Castle (older) ] ; { Reason 07 } ; starcase [ Star Castle (Mottoeis) ] ; { Reason 07 } ; starcasp [ Star Castle (prototype) ] ; { Reason 07 } ; starhawk [ Star Hawk ] ; { Reason 07 } ; stellcas [ Stellar Castle (Elettronolo) ] ; { Reason 07 } ; tailg [ Tailgunner ] ; { Reason 07 } ; warrior [ Warrior ] ; { Reason 10 } ; blitz [ NFL Blitz (boot ROM 1.2) ] ; { Reason 10 } ; blitz11 [ NFL Blitz (boot ROM 1.1) ] ; { Reason 10 } ; blitz2k [ NFL Blitz 2000 ] ; { Reason 10 } ; blitz99 [ NFL Blitz '99 ] ; { Reason 10 } ; hayaosi1 [ Hayaoshi Quiz Ouza Ketteisen ] ; { Reason 10 } ; vliner [ V-Liner (set 1) ] ; { Reason 10 } ; vlinero [ V-Liner (set 2) ] ; { Reason 11 } ; a51site4 [ Area 51: Site 4 ] ; { Reason 11 } ; alienar [ Alien Arena ] ; { Reason 11 } ; alienaru [ Alien Arena (Stargate Upgrade) ] ; { Reason 11 } ; amerdar2 [ AmeriDarts (set 2) ] ; { Reason 11 } ; ar_socc [ World Trophy Soccer (Arcadia, V 3.0) ] ; { Reason 11 } ; armchmp2 [ Arm Champs II ] ; { Reason 11 } ; bcstry [ B.C. Story (set 1) ] ; { Reason 11 } ; bcstrya [ B.C. Story (set 2) ] ; { Reason 11 } ; bigdeal [ Big Deal (Hungary, set 1) ] ; { Reason 11 } ; bigdealb [ Big Deal (Hungary, set 2) ] ; { Reason 11 } ; bigevglf [ Big Event Golf ] ; { Reason 11 } ; bm2ndmix [ beatmania 2nd MIX (ver JA-B) ] ; { Reason 11 } ; bm2ndmxa [ beatmania 2nd MIX (ver JA-A) ] ; { Reason 11 } ; bm5thmix [ beatmania 5th MIX (ver JA-A) ] ; { Reason 11 } ; bm6thmix [ beatmania 6th MIX (ver JA-A) ] ; { Reason 11 } ; bmcbowl [ BMC Bowling ] ; { Reason 11 } ; bmcompm2 [ beatmania complete MIX 2 (ver JA-A) ] ; { Reason 11 } ; bmdct [ beatmania f. Dreams Come True (ver JA-A) ] ; { Reason 11 } ; calspeda [ California Speed (Version 1.0r7a 3/4/98) ] ; { Reason 11 } ; calspeed [ California Speed (Version 2.1a, 4/17/98) ] ; { Reason 11 } ; cardline [ Card Line ] ; { Reason 11 } ; cbaj [ Cool Boarders Arcade Jam ] ; { Reason 11 } ; champbwl [ Championship Bowling ] ; { Reason 11 } ; chewing [ Chewing Gum ] ; { Reason 11 } ; colmns97 [ Columns '97 (JET 961209 V1.000) ] ; { Reason 11 } ; cookbib [ Cookie & Bibi ] ; { Reason 11 } ; cookbib3 [ Cookie & Bibi 3 ] ; { Reason 11 } ; coolmini [ Cool Minigame Collection ] ; { Reason 11 } ; crgolfhi [ Crowns Golf in Hawaii ] ; { Reason 11 } ; cuebrckj [ Cue Brick (World version D) ] ; { Reason 11 } ; danchih [ Danchi de Hanafuoda (J 990607 V1.400) ] ; { Reason 11 } ; darkhors [ Dark Horse ] ; { Reason 11 } ; dcclub [ Dynamic Country Club ] ; { Reason 11 } ; dcclubfd [ Dynamic Country Club (Floppy DS3-5000-09d, FD1094 317-0058-09d) ] ; { Reason 11 } ; drivedge [ Driver's Edge ] ; { Reason 11 } ; drtomy [ Dr. Tomy ] ; { Reason 11 } ; dynabb [ Dynamite Baseball '97 ] ; { Reason 11 } ; dynobop [ Dyno Bop ] ; { Reason 11 } ; ertictac [ Erotictac/Tactic ] ; { Reason 11 } ; evosocc [ Evolution Soccer ] ; { Reason 11 } ; fatfurwa [ Fatal Fury: Wild Ambition (rev.A) ] ; { Reason 11 } ; fghtbskt [ Fighting Basketball ] ; { Reason 11 } ; finalap2 [ Final Lap 2 ] ; { Reason 11 } ; finalap3 [ Final Lap 3 (World) ] ; { Reason 11 } ; finalapc [ Final Lap (Rev C) ] ; { Reason 11 } ; finalapd [ Final Lap (Rev D) ] ; { Reason 11 } ; finallap [ Final Lap (Rev E) ] ; { Reason 11 } ; finalp2j [ Final Lap 2 (Japan) ] ; { Reason 11 } ; finalp3j [ Final Lap 3 (Japan) ] ; { Reason 11 } ; finalttr [ Final Tetris ] ; { Reason 11 } ; finlapjb [ Final Lap (Japan - Rev B) ] ; { Reason 11 } ; finlapjc [ Final Lap (Japan - Rev C) ] ; { Reason 11 } ; fort2b [ Fortress 2 Blue Arcade (ver 1.00 / pcb ver 3.05) ] ; { Reason 11 } ; fort2ba [ Fortress 2 Blue Arcade (ver 1.00 / pcb ver 3.05) ] ; { Reason 11 } ; fourtrax [ Four Trax ] ; { Reason 11 } ; fredmem [ Fred Flintstones' Memory Match ] ; { Reason 11 } ; funkyfig [ First Funky Fighter, The ] ; { Reason 11 } ; garogun [ Garogun Seroyang (Korea) ] ; { Reason 11 } ; gauntd24 [ Gauntlet Dark Legacy (version DL 2.4) ] ; { Reason 11 } ; gauntdl [ Gauntlet Dark Legacy (version DL 2.52) ] ; { Reason 11 } ; gauntl12 [ Gauntlet Legends (version 1.2) ] ; { Reason 11 } ; gauntleg [ Gauntlet Legends (version 1.6) ] ; { Reason 11 } ; ghlpanic [ Ghoul Panic (OB2/VER.A) ] ; { Reason 11 } ; ghoshunt [ Ghost Hunter ] ; { Reason 11 } ; gldncrwn [ Golden Crown (Dutch, Game Card 95-752-011) ] ; { Reason 11 } ; glpracr3 [ Gallop Racer 3 (JAPAN) ] ; { Reason 11 } ; greatgun [ Great Guns ] ; { Reason 11 } ; grndtour [ Grand Tour ] ; { Reason 11 } ; groundfx [ Ground Effects / Super Ground Effects (Japan) ] ; { Reason 11 } ; gs4002 [ Selection (Version 40.02TMB) ] ; { Reason 11 } ; hanagumi [ Hanagumi Taisen Columns - Sakura Wars (J 971007 V1.010) ] ; { Reason 11 } ; hangman [ Hangman ] ; { Reason 11 } ; harddrcb [ Hard Drivin' (compact, British, rev 2) ] ; { Reason 11 } ; harddrcg [ Hard Drivin' (compact, German, rev 2) ] ; { Reason 11 } ; harddrj6 [ Hard Drivin' (cockpit, Japan, rev 6) ] ; { Reason 11 } ; harddrv1 [ Hard Drivin' (cockpit, rev 1) ] ; { Reason 11 } ; harddrv2 [ Hard Drivin' (cockpit, rev 2) ] ; { Reason 11 } ; harddrv3 [ Hard Drivin' (cockpit, rev 3) ] ; { Reason 11 } ; harddrvb [ Hard Drivin' (cockpit, British, rev 7) ] ; { Reason 11 } ; harddrvc [ Hard Drivin' (compact, rev 2) ] ; { Reason 11 } ; harddrvg [ Hard Drivin' (cockpit, German, rev 7) ] ; { Reason 11 } ; harddrvj [ Hard Drivin' (cockpit, Japan, rev 7) ] ; { Reason 11 } ; hdrivaip [ Hard Drivin's Airborne (prototype, early rev) ] ; { Reason 11 } ; hdrivair [ Hard Drivin's Airborne (prototype) ] ; { Reason 11 } ; heatbrl [ Heated Barrel (World) ] ; { Reason 11 } ; heatbrlo [ Heated Barrel (World old version) ] ; { Reason 11 } ; heatbrlu [ Heated Barrel (US) ] ; { Reason 11 } ; homerun [ Moero Pro Yakyuu Homerun ] ; { Reason 11 } ; honeydol [ Honey Dolls ] ; { Reason 11 } ; hotblock [ Hot Blocks - Tetrix II ] ; { Reason 11 } ; hotmind [ Hot Mind ] ; { Reason 11 } ; hotsmash [ Vs. Hot Smash ] ; { Reason 11 } ; htchctch [ Hatch Catch ] ; { Reason 11 } ; hvysmsh [ Heavy Smash (Japan version -2) ] ; { Reason 11 } ; inufuku [ Quiz & Variety Sukusuku Inufuku (Japan) ] ; { Reason 11 } ; jantouki [ Jong Tou Ki (Japan) ] ; { Reason 11 } ; jcross [ Jumping Cross ] ; { Reason 11 } ; jockeygp [ Jockey Grand Prix ] ; { Reason 11 } ; jumppop [ Jumping Pop ] ; { Reason 11 } ; kdynastg [ King of Dynast Gear (version 1.8) ] ; { Reason 11 } ; kinst210 [ Killer Instinct 2 (v1.0) ] ; { Reason 11 } ; kinst2k [ Killer Instinct 2 (v1.4k, upgrade kit) ] ; { Reason 11 } ; kinstp [ Killer Instinct (proto v4.7) ] ; { Reason 11 } ; klondkp [ KlonDike+ ] ; { Reason 11 } ; landmkrp [ Land Maker (World Prototype) ] ; { Reason 11 } ; lbgrande [ Libero Grande (LG2/VER.A) ] ; { Reason 11 } ; lottof2 [ Lotto Fun 2 ] ; { Reason 11 } ; luctoday [ Lucky Today ] ; { Reason 11 } ; luplup [ Lup Lup Puzzle / Zhuan Zhuan Puzzle (version 3.0 / 990128) ] ; { Reason 11 } ; luplup29 [ Lup Lup Puzzle / Zhuan Zhuan Puzzle (version 2.9 / 990108) ] ; { Reason 11 } ; macea [ Mace: The Dark Age (HDD 1.0a ] ; { Reason 11 } ; machbrkr [ Mach Breakers (Japan) ] ; { Reason 11 } ; madball [ Mad Ball V2.0 ] ; { Reason 11 } ; magerror [ Search for the Magical Error ] ; { Reason 11 } ; magic10 [ Magic's 10 (ver. 16.55) ] ; { Reason 11 } ; magic10a [ Magic's 10 (ver. 16.45) ] ; { Reason 11 } ; magiccrd [ Magic Card II (Bulgaria) ] ; { Reason 11 } ; magicstk [ Magic Sticks ] ; { Reason 11 } ; mainsnk [ Main Event (1984) ] ; { Reason 11 } ; marinedt [ Marine Date ] ; { Reason 11 } ; matrim [ Matrimelee / Shin Gouketsuji Ichizoku Toukon ] ; { Reason 11 } ; meijinsn [ Meijinsen ] ; { Reason 11 } ; merlinmm [ Merlins Money Maze ] ; { Reason 11 } ; mf_achas [ Astro Chase (Max-A-Flex) ] ; { Reason 11 } ; mf_brist [ Bristles (Max-A-Flex) ] ; { Reason 11 } ; mf_flip [ Flip & Flop (Max-A-Flex) ] ; { Reason 11 } ; minesw4p [ Minesweeper (4-Player) ] ; { Reason 11 } ; mkyawdim [ Mortal Kombat (Yawdim bootleg) ] ; { Reason 11 } ; mmpanic [ Monkey Mole Panic (USA) ] ; { Reason 11 } ; mogura [ Mogura Desse ] ; { Reason 11 } ; moremore [ More More ] ; { Reason 11 } ; mosaicf2 [ Mosaic (F2 System) ] ; { Reason 11 } ; mp_col3 [ Columns III (Mega Play) ] ; { Reason 11 } ; mp_soni2 [ Sonic The Hedgehog 2 (Mega Play) ] ; { Reason 11 } ; msbingo [ Miss Bingo ] ; { Reason 11 } ; mstworld [ Monsters World ] ; { Reason 11 } ; mt_shang [ Super Hang-On (Mega-Tech) ] ; { Reason 11 } ; mt_stf [ Joe Montana II: Sports Talk Football (Mega-Tech) ] ; { Reason 11 } ; murogem [ Muroge Monaco ] ; { Reason 11 } ; mv4in1 [ Mini Vegas 4in1 ] ; { Reason 11 } ; myangel3 [ Kosodate Quiz My Angel 3 (KQT1/VER.A) ] ; { Reason 11 } ; nagano98 [ Nagano Winter Olympics '98 (GX720 EAA) ] ; { Reason 11 } ; nbapbp [ NBA Play By Play ] ; { Reason 11 } ; nmg5 [ Multi 5 / New Multi Game 5 ] ; { Reason 11 } ; noahsark [ Noah's Ark ] ; { Reason 11 } ; orld105k [ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 105, Korean Booard) ] ; { Reason 11 } ; orld111c [ Oriental Legend / Xi Yo Gi Shi Re Zuang (ver. 111, Chinese Board) ] ; { Reason 11 } ; outzonec [ Out Zone (set 4) ] ; { Reason 11 } ; pacapp2 [ Paca Paca Passion 2 (PKS1/VER.A) ] ; { Reason 11 } ; pacappsp [ Paca Paca Passion Special (PSP1/VER.A) ] ; { Reason 11 } ; pairlove [ Pairs Love ] ; { Reason 11 } ; panicr [ Panic Road ] ; { Reason 11 } ; paradice [ Paradice (Dutch, Game Card 95-750-615) ] ; { Reason 11 } ; phrcraze [ Phraze Craze ] ; { Reason 11 } ; phrcrazs [ Phraze Craze (Sex Kit) ] ; { Reason 11 } ; pipeline [ Pipeline ] ; { Reason 11 } ; pitboss [ Pit Boss ] ; { Reason 11 } ; pitfight [ Pit Fighter (rev 5) ] ; { Reason 11 } ; pkgnsh [ Pachinko Gindama Shoubu (Japan) ] ; { Reason 11 } ; pkgnshdx [ Pachinko Gindama Shoubu DX (Japan) ] ; { Reason 11 } ; pkscram [ PK Scramble ] ; { Reason 11 } ; pntnpuzl [ Paint & Puzzle ] ; { Reason 11 } ; pnyaa [ Pochi and Nyaa ] ; { Reason 11 } ; pokio [ Pokio (Dutch, Game Card 95-750-278) ] ; { Reason 11 } ; pokrdice [ Poker Dice ] ; { Reason 11 } ; polict10 [ Police Trainer (Rev 1.0) ] ; { Reason 11 } ; popbingo [ Pop Bingo ] ; { Reason 11 } ; ppking [ Ping-Pong King ] ; { Reason 11 } ; ppmast93 [ Ping Pong Masters '93 ] ; { Reason 11 } ; promutra [ Progressive Music Trivia (Question set 2) ] ; { Reason 11 } ; promutrb [ Progressive Music Trivia (Question set 3) ] ; { Reason 11 } ; promutrv [ Progressive Music Trivia (Question set 1) ] ; { Reason 11 } ; ptblank2 [ Point Blank 2 (GNB5/VER.A) ] ; { Reason 11 } ; puzlbang [ Puzzle Bang Bang (version 2.8 / 990106) ] ; { Reason 11 } ; puzloopk [ Puzz Loop (Korea) ] ; { Reason 11 } ; puzloopu [ Puzz Loop (USA) ] ; { Reason 11 } ; pyramid [ Pyramid (Dutch, Game Card 95-750-898) ] ; { Reason 11 } ; qdrmfgp [ Quiz Do Re Mi Fa Grand Prix (Japan) ] ; { Reason 11 } ; qdrmfgp2 [ Quiz Do Re Mi Fa Grand Prix2 - Shin-Kyoku Nyuukadayo (Japan) ] ; { Reason 11 } ; qntoond [ Quintoon (Dutch, Game Card 95-750-243) ] ; { Reason 11 } ; qntoondo [ Quintoon (Dutch, Game Card 95-750-136) ] ; { Reason 11 } ; quintoon [ Quintoon (UK, Game Card 95-750-203) ] ; { Reason 11 } ; quiz [ Quiz (Revision 2) ] ; { Reason 11 } ; quiz211 [ Quiz (Revision 2.1) ] ; { Reason 11 } ; quizmeku [ Quiz Mekurumeku Story ] ; { Reason 11 } ; quiztvqq [ Quiz TV Gassyuukoku Q&Q (Japan) ] ; { Reason 11 } ; racedrb1 [ Race Drivin' (cockpit, British, rev 1) ] ; { Reason 11 } ; racedrb4 [ Race Drivin' (cockpit, British, rev 4) ] ; { Reason 11 } ; racedrc1 [ Race Drivin' (compact, rev 1) ] ; { Reason 11 } ; racedrc2 [ Race Drivin' (compact, rev 2) ] ; { Reason 11 } ; racedrc4 [ Race Drivin' (compact, rev 4) ] ; { Reason 11 } ; racedrcb [ Race Drivin' (compact, British, rev 5) ] ; { Reason 11 } ; racedrcg [ Race Drivin' (compact, German, rev 5) ] ; { Reason 11 } ; racedrg1 [ Race Drivin' (cockpit, German, rev 2) ] ; { Reason 11 } ; racedrg4 [ Race Drivin' (cockpit, German, rev 4) ] ; { Reason 11 } ; racedriv [ Race Drivin' (cockpit, rev 5) ] ; { Reason 11 } ; racedrv1 [ Race Drivin' (cockpit, rev 1) ] ; { Reason 11 } ; racedrv2 [ Race Drivin' (cockpit, rev 2) ] ; { Reason 11 } ; racedrv3 [ Race Drivin' (cockpit, rev 3) ] ; { Reason 11 } ; racedrv4 [ Race Drivin' (cockpit, rev 4) ] ; { Reason 11 } ; racedrvb [ Race Drivin' (cockpit, British, rev 5) ] ; { Reason 11 } ; racedrvc [ Race Drivin' (compact, rev 5) ] ; { Reason 11 } ; racedrvg [ Race Drivin' (cockpit, German, rev 5) ] ; { Reason 11 } ; racingb [ Racing Beat (World) ] ; { Reason 11 } ; rcasino [ Royal Casino ] ; { Reason 11 } ; rockn2 [ Rock'n Tread 2 (Japan) ] ; { Reason 11 } ; rocknms [ Rock'n MegaSession (Japan) ] ; { Reason 11 } ; rougien [ Rougien ] ; { Reason 11 } ; sbishi [ Super Bishi Bashi Championship (ver JAA) ] ; { Reason 11 } ; scud [ Scud Race (Australia) ] ; { Reason 11 } ; scuda [ Scud Race (Export) ] ; { Reason 11 } ; scudp [ Scud Race Plus ] ; { Reason 11 } ; sderby [ Super Derby ] ; { Reason 11 } ; sdtennis [ Super Doubles Tennis ] ; { Reason 11 } ; semibase [ MuHanSeungBu (SemiCom Baseball) ] ; { Reason 11 } ; senkyu [ Senkyu (Japan) ] ; { Reason 11 } ; senkyua [ Senkyu (Japan, set 2) ] ; { Reason 11 } ; shngmtkb [ Shanghai Matekibuyuu ] ; { Reason 11 } ; slotsnl [ Slots (Dutch, Game Card 95-750-368) ] ; { Reason 11 } ; sltblgp1 [ Slots (Belgian Cash, Game Card 95-752-008) ] ; { Reason 11 } ; sltblgpo [ Slots (Belgian Cash, Game Card 95-750-938) ] ; { Reason 11 } ; sltblgtk [ Slots (Belgian Token, Game Card 95-750-943) ] ; { Reason 11 } ; snapper [ Snapper (Korea) ] ; { Reason 11 } ; spacecr [ Space Cruiser ] ; { Reason 11 } ; spcfrcii [ Special Forces II ] ; { Reason 11 } ; spclforc [ Special Forces ] ; { Reason 11 } ; speedatk [ Speed Attack! ] ; { Reason 11 } ; sprint4 [ Sprint 4 (set 1) ] ; { Reason 11 } ; sprint4a [ Sprint 4 (set 2) ] ; { Reason 11 } ; sprint8 [ Sprint 8 ] ; { Reason 11 } ; sprint8a [ Sprint 8 (play tag & chase) ] ; { Reason 11 } ; ssfindo [ See See Find Out ] ; { Reason 11 } ; sspacaho [ Space Attack / Head On ] ; { Reason 11 } ; sspeedr [ Super Speed Race ] ; { Reason 11 } ; ssrj [ Super Speed Race Junior (Japan) ] ; { Reason 11 } ; sstrike [ Super Strike Bowling ] ; { Reason 11 } ; starfir2 [ Star Fire 2 ] ; { Reason 11 } ; starswep [ Star Sweep (STP1/VER.A) ] ; { Reason 11 } ; statriv4 [ Triv Four ] ; { Reason 11 } ; striv [ Super Triv ] ; { Reason 11 } ; strtdriv [ Street Drivin' (prototype) ] ; { Reason 11 } ; strtheat [ Street Heat - Cardinal Amusements ] ; { Reason 11 } ; strvmstr [ Super Trivia Master ] ; { Reason 11 } ; supdrapo [ Super Draw Poker ] ; { Reason 11 } ; supertnk [ Super Tank ] ; { Reason 11 } ; supertr3 [ Super Triv III ] ; { Reason 11 } ; suplup [ Super Lup Lup Puzzle / Zhuan Zhuan Puzzle (version 4.0 / 990518) ] ; { Reason 11 } ; supmodel [ Super Model ] ; { Reason 11 } ; sws95 [ Super World Stadium '95 (Japan) ] ; { Reason 11 } ; sxyreac2 [ Pachinko Sexy Reaction 2 (Japan) ] ; { Reason 11 } ; tank8 [ Tank 8 (set 1) ] ; { Reason 11 } ; tank8a [ Tank 8 (set 2) ] ; { Reason 11 } ; tank8b [ Tank 8 (set 3) ] ; { Reason 11 } ; tank8c [ Tank 8 (set 4) ] ; { Reason 11 } ; tank8d [ Tank 8 (set 5) ] ; { Reason 11 } ; tecmowcm [ Tecmo World Cup Millennium (JAPAN) ] ; { Reason 11 } ; tenthdeg [ Tenth Degree ] ; { Reason 11 } ; tetrisse [ Tetris (Japan, System E) ] ; { Reason 11 } ; tictac [ Tic Tac Trivia ] ; { Reason 11 } ; topgunnr [ Top Gunner ] ; { Reason 11 } ; toratora [ Tora Tora ] ; { Reason 11 } ; torid2gg [ Toride II Adauchi Gaiden (German) ] ; { Reason 11 } ; torus [ Torus ] ; { Reason 11 } ; tourtab2 [ Tournament Table (set 2) ] ; { Reason 11 } ; tourtabl [ Tournament Table (set 1) ] ; { Reason 11 } ; tripool [ Tri-Pool (Casino Tech) ] ; { Reason 11 } ; tripoola [ Tri-Pool (Costal Games) ] ; { Reason 11 } ; trucocl [ Truco Clemente ] ; { Reason 11 } ; trvgns [ Trivia Genius ] ; { Reason 11 } ; tryout [ Pro Baseball Skill Tryout (Japan) ] ; { Reason 11 } ; tutstomb [ Tut's Tomb ] ; { Reason 11 } ; twinkle [ Twinkle ] ; { Reason 11 } ; twins [ Twins ] ; { Reason 11 } ; uopoko [ Puzzle Uo Poko (International) ] ; { Reason 11 } ; upyoural [ Up Your Alley ] ; { Reason 11 } ; usg182 [ Games V18.2 ] ; { Reason 11 } ; vaportrp [ Vapor TRX (prototype) ] ; { Reason 11 } ; vbowl [ Virtua Bowling (World, V101XCM) ] ; { Reason 11 } ; vbowlj [ Virtua Bowling (Japan, V100JCM) ] ; { Reason 11 } ; vroulet [ Vegas Roulette ] ; { Reason 11 } ; wbbc97 [ Beach Festival World Championship 1997 ] ; { Reason 11 } ; wcbowldx [ World Class Bowling Deluxe (v2.00) ] ; { Reason 11 } ; wcbwl140 [ World Class Bowling Tournament (v1.40) ] ; { Reason 11 } ; wcvol95 [ World Cup Volley '95 (Japan v1.0) ] ; { Reason 11 } ; wg3dh [ Wayne Gretzky's 3D Hockey ] ; ;When possible any game with no cheats should have the appropriate comment cheats ;to go with the reason. This has two benefits, it allows the end-user to have a better ;idea why the game has no cheats and it allows the cheat file compiler to quickly check ;games added in newer MAMEs without having to go through all the old games with NO cheats ;as those should no longer appear in Cheat Database Checker's output of games with no ;cheats. The above list can then be updated a lot quicker. ; reason1:0:0000:00:999:[ There are no cheats ]:REASON 1 reason1:0:0000:00:999:[ for this game as it ]:REASON 1 reason1:0:0000:00:999:[ didn't work the last ]:REASON 1 reason1:0:0000:00:999:[ time it was tested. ]:REASON 1 reason1:0:0000:00:999:[ If the game now works ]:REASON 1 reason1:0:0000:00:999:[ please request cheats ]:REASON 1 reason1:0:0000:00:999:[ for it on the cheat ]:REASON 1 reason1:0:0000:00:999:[ forums. ]:REASON 1 reason2:0:0000:00:999:[ There are no cheats ]:REASON 2 reason2:0:0000:00:999:[ for this game as it ]:REASON 2 reason2:0:0000:00:999:[ is hard to understand ]:REASON 2 reason2:0:0000:00:999:[ and is in perhaps in ]:REASON 2 reason2:0:0000:00:999:[ another tongue. Or ]:REASON 2 reason2:0:0000:00:999:[ maybe it's just not ]:REASON 2 reason2:0:0000:00:999:[ suitable for cheat ]:REASON 2 reason2:0:0000:00:999:[ finding If you have ]:REASON 2 reason2:0:0000:00:999:[ made some cheats for ]:REASON 2 reason2:0:0000:00:999:[ this game please post ]:REASON 2 reason2:0:0000:00:999:[ them on the cheat ]:REASON 2 reason2:0:0000:00:999:[ forums. ]:REASON 2 reason3:0:0000:00:999:[ There are no cheats ]:REASON 3 reason3:0:0000:00:999:[ for this game as it ]:REASON 3 reason3:0:0000:00:999:[ is a Mahjong Game. ]:REASON 3 reason3:0:0000:00:999:[ Cheats will be added ]:REASON 3 reason3:0:0000:00:999:[ when somebody submits ]:REASON 3 reason3:0:0000:00:999:[ some. If you have ]:REASON 3 reason3:0:0000:00:999:[ made some cheats for ]:REASON 3 reason3:0:0000:00:999:[ this game please post ]:REASON 3 reason3:0:0000:00:999:[ them on the cheat ]:REASON 3 reason3:0:0000:00:999:[ forums. ]:REASON 3 reason4:0:0000:00:999:[ There are cheats ]:REASON 4 reason4:0:0000:00:999:[ available for this ]:REASON 4 reason4:0:0000:00:999:[ game though due to ]:REASON 4 reason4:0:0000:00:999:[ time constaints they ]:REASON 4 reason4:0:0000:00:999:[ have not been checked ]:REASON 4 reason4:0:0000:00:999:[ or bug-fixed, yet. ]:REASON 4 reason4:0:0000:00:999:[ The cheats may appear ]:REASON 4 reason4:0:0000:00:999:[ in the next cheat ]:REASON 4 reason4:0:0000:00:999:[ file, you can search ]:REASON 4 reason4:0:0000:00:999:[ the cheat forums if ]:REASON 4 reason4:0:0000:00:999:[ you are really ]:REASON 4 reason4:0:0000:00:999:[ desperate though. ]:REASON 4 reason5:0:0000:00:999:[ There are no cheats ]:REASON 5 reason5:0:0000:00:999:[ for this game as it ]:REASON 5 reason5:0:0000:00:999:[ was only recently ]:REASON 5 reason5:0:0000:00:999:[ fixed or added. ]:REASON 5 reason5:0:0000:00:999:[ Cheats may have been ]:REASON 5 reason5:0:0000:00:999:[ found since the last ]:REASON 5 reason5:0:0000:00:999:[ cheat file release so ]:REASON 5 reason5:0:0000:00:999:[ search the cheat ]:REASON 5 reason5:0:0000:00:999:[ forums before posting ]:REASON 5 reason5:0:0000:00:999:[ any requests. ]:REASON 5 reason6:0:0000:00:999:[ This game needs some ]:REASON 6 reason6:0:0000:00:999:[ decent cheats adding, ]:REASON 6 reason6:0:0000:00:999:[ if you've made any ]:REASON 6 reason6:0:0000:00:999:[ please post them on ]:REASON 6 reason6:0:0000:00:999:[ the cheat forums. ]:REASON 6 reason7:0:0000:00:999:[ There are no cheats ]:REASON 7 reason7:0:0000:00:999:[ for this game as it's ]:REASON 7 reason7:0:0000:00:999:[ proving to be a bit ]:REASON 7 reason7:0:0000:00:999:[ of a stinker to find ]:REASON 7 reason7:0:0000:00:999:[ cheats for it. ]:REASON 7 reason7:0:0000:00:999:[ Standard RAM cheat ]:REASON 7 reason7:0:0000:00:999:[ finding is unlikely ]:REASON 7 reason7:0:0000:00:999:[ to have any success ]:REASON 7 reason7:0:0000:00:999:[ as there maybe no RAM ]:REASON 7 reason7:0:0000:00:999:[ setup or it's banked ]:REASON 7 reason7:0:0000:00:999:[ too often, so ROM ]:REASON 7 reason7:0:0000:00:999:[ cheats will likely be ]:REASON 7 reason7:0:0000:00:999:[ required. If you ]:REASON 7 reason7:0:0000:00:999:[ manage to find any ]:REASON 7 reason7:0:0000:00:999:[ please post them on ]:REASON 7 reason7:0:0000:00:999:[ the cheat forums. ]:REASON 7 reason8:0:0000:00:999:[ Working cheats have ]:REASON 8 reason8:0:0000:00:999:[ been found for this ]:REASON 8 reason8:0:0000:00:999:[ game, but the memory ]:REASON 8 reason8:0:0000:00:999:[ locations change every]:REASON 8 reason8:0:0000:00:999:[ time you load the game]:REASON 8 reason8:0:0000:00:999:[ so unless you find the]:REASON 8 reason8:0:0000:00:999:[ cheats yourself on ]:REASON 8 reason8:0:0000:00:999:[ each load/level you ]:REASON 8 reason8:0:0000:00:999:[ will have to wait till]:REASON 8 reason8:0:0000:00:999:[ relative address or }:REASON 8 reason8:0:0000:00:999:[ ROM cheats have been ]:REASON 8 reason8:0:0000:00:999:[ made, which is more ]:REASON 8 reason8:0:0000:00:999:[ time consuming. ]:REASON 8 reason9:0:0000:00:999:[ This is a reason 9 ]:REASON 9 reason9:0:0000:00:999:[ game. Search the cheat]:REASON 9 reason9:0:0000:00:999:[ file for a explanation]:REASON 9 reason10:0:0000:00:999:[ This game should be ]:REASON 10 reason10:0:0000:00:999:[ quite straighforward ]:REASON 10 reason10:0:0000:00:999:[ enough to find cheats ]:REASON 10 reason10:0:0000:00:999:[ for. But no cheats ]:REASON 10 reason10:0:0000:00:999:[ had been submitted ]:REASON 10 reason10:0:0000:00:999:[ at the time this cheat]:REASON 10 reason10:0:0000:00:999:[ file was compiled ]:REASON 10 reason10:0:0000:00:999:[ due to the game ]:REASON 10 reason10:0:0000:00:999:[ generating zero ]:REASON 10 reason10:0:0000:00:999:[ interest from cheat ]:REASON 10 reason10:0:0000:00:999:[ finders. If you have ]:REASON 10 reason10:0:0000:00:999:[ made some cheats for ]:REASON 10 reason10:0:0000:00:999:[ this game please post ]:REASON 10 reason10:0:0000:00:999:[ them on the cheat ]:REASON 10 reason10:0:0000:00:999:[ forums. Don't forget ]:REASON 10 reason10:0:0000:00:999:[ to search the cheat ]:REASON 10 reason10:0:0000:00:999:[ forums first though as]:REASON 10 reason10:0:0000:00:999:[ cheats may have been ]:REASON 10 reason10:0:0000:00:999:[ found in the meanwhile]:REASON 10 reason11:0:0000:00:999:[ This game hasn't even ]:REASON 11 reason11:0:0000:00:999:[ been looked at due to ]:REASON 11 reason11:0:0000:00:999:[ time constraints - Too]:REASON 11 reason11:0:0000:00:999:[ many games and so ]:REASON 11 reason11:0:0000:00:999:[ little time. It is ]:REASON 11 reason11:0:0000:00:999:[ even possible that ]:REASON 11 reason11:0:0000:00:999:[ this game may be a ]:REASON 11 reason11:0:0000:00:999:[ clone of an existing ]:REASON 11 reason11:0:0000:00:999:[ game which may have ]:REASON 11 reason11:0:0000:00:999:[ cheats. Please search ]:REASON 11 reason11:0:0000:00:999:[ the cheat forums ]:REASON 11 reason11:0:0000:00:999:[ before posting cheat ]:REASON 11 reason11:0:0000:00:999:[ requests/cheat finding]:REASON 11 ;****************************************************************************** ;* GAMES ADDED IN THE OFFICIAL MAME 0.106 BINARY WITH NO CHEATS * ;****************************************************************************** ; It's not been released yet! ;****************************************************************************** ;* CHEAT CREDITS * ;****************************************************************************** ; ; The following people have contributed cheats to this cheat file since it's ; first release in early 1998. By contributing I mean they have either emailed ; me the cheats or have posted cheats on the messageboard or have even just ; pointed out errors with the cheat file. The names are sorted alphabetically ; by first name, I prefer real names but aliases are included: ; ; ; Andresb, ; Angel L. Fradejas, ; Ben Jos Walbeehm, ; C-TYPE, ; Cal, ; Chris Aruffo, ; Chris Henry, ; Chuck Livingston, ; Coyotepaw, ; CyberTaco, ; Daniel Clegg, ; Daniel Donoghue, ; Darkfantager, ; Dave Haywood (Haze), ; David Jumper, ; Deb, ; Deckrine, ; Doug Works, ; Dude, ; Eli Flores, ; EmuZoneAD, ; Eric King, ; F. D. Vorck, ; Federico Stein, ; Felipe de Almeida Leme, ; FerJoe, ; Filipe de V. Estima (aka Bugfinder), ; Franck Charron, ; From A Distance, ; Gmitra, ; Heiko Herold (aka Hman), ; Iain Odlin, ; Ian Patterson (the programmer of the new MAME Cheat Engine - what a great job he made of it too), ; Jaguar, ; James Henstridge, ; Jamie, ; jAsOn, ; JCK of the Ultimate Patchers (lots and lots....possible alter-ego of Steph), ; Jeff Gerstmann (aka Gleemonex), ; Joe Ho, ; John Sensebe, ; Jon Attree, ; Jon Colverson, ; Jos' Miguel Auni½n Juan, ; Joseph Rard, ; Jym, ; kelvSYC (he likes his fighters far too much to be healthy! ;-P ), ; Ken Lui, ; Kenshiroh, ; Kevin Butler, ; Kim Scarborough, ; KiwI_SLT, ; Kralicek, ; Kranser, ; Laurence Pittenger, ; Leo, ; Lloyd Hannesson, ; Lone Soldier, ; Lurendrejer, ; M.A.S.H. (Multiple Arcade Special Helper) alias Xgebken, ; M'Lord Sandwich, ; Mac Lak (neogeo cheats and author of the sadly defunct CheckCDB cheat database checking program ), ; Marc Lafontaine (the programmer of the original MAME cheat engine) ; Marc Sira, ; Marceau Mallard, ; Marcovich, ; Martin Fernandez, ; Martin Pugh ( aka Pugsy, you wouldn't believe how MANY cheats this bloke has found!!! - oh that's me! ;-) ), ; Maurizio Zanello, ; Michael Horton (alias Just Michael), ; Michel Colman, ; Mike Haggar (he of the FinalBurn & Nebula cheat files) ; mike myers, ; Nate, ; Nathan Duran, ; Nathaniel Fedewa, ; Neorage, ; nyc7398, ; Pablo Fernandez (AKA Darksoft), ; PAC-MAD/Doctor Flip of the Ultimate Patchers, ; Paul Priest (aka Tourniquet), ; Paul Slabowski, ; Paulo Cordeiro, ; Pon, ; Radiohead, ; Red, ; Riaan Prinsloo, ; Robert J Baker, ; Robert MacCarthy (aka Crashtest), ; Rodney Norton (aka Slade - the author of the Cheat Database Checker, the replacement for checkcdb), ; RON024, ; Santeri Saarimaa, ; ShimaPong (loads and loads of cheats), ; Shun, ; Sgt Capcom, ; Southpaw, ; Steph Humbert of the Ultimate Patchers (lots and lots), ; Sum, ; T L Hawkins, ; Taucher0815, ; Techno_Vamp, ; Tetrisguy, ; The Gizmo, ; The Rabbit, ; The StarCreator, ; The tECHIDNA, ; Thierry Jaboeuf, ; Thorwak, ; Tom, ; Tyler Weems, ; Udirnel, ; Valentino Georgiou, ; Voodoo666, ; Walk, ; Wayder, ; Who Wants to Know?, ; WhosAsking, ; Xavier, ; Yip Ho Fan, ; YMI, ; Yuuki-chan. ; Zan Hsieh, ; Zanic. ; ; If I've missed anybody out or if you are included twice (real name and alias) ; then please let me know. You could even send some cheats along with the info, ; I haven't heard from some of you for ages!!! ;****************************************************************************** ;* GAMES WHICH MAY USE THE SAME CHEATS * ;* * ;* Basically this is an alphabetical list of clones, so even although area88 * ;* is a clone of UN Sqauadron it is listed after area88. Also some of the * ;* games are not listed by MAME as clones but they are, at least from the * ;* perspective of cheats - which is why this is here! * ;* * ;* = means the game uses the same cheats as the game listed before it. * ;* * ;* ~ means the game uses slightly different cheats than the game listed * ;* before it. * ;* * ;* ~= means the game uses cheats which are the same AND some are slightly * ;* different than the game listed before it * ;* * ;* This list of clones will always be based on the latest version of MAME * ;* be it a BETA or a FINAL release that is covered by the cheat file!! * ;* Almost inevitably this clone list will contain errors, due to the nature * ;* of it being updated as an afterthought and being manually updated. * ;* * ;* This list of clones is only valid for RAM cheats - ROM cheats and dip * ;* switches vary too frequently betweeen games. * ;****************************************************************************** ; ;005~=(monster2=monsterb)~=spaceod ;1941=1941j ;1942=1942a=1942b ;1943~(1943j=1943kai) ;1944=1944j ;19xx=19xxa=19xxh=19xxj=19xxjr1 ;2020bb=2020bba=2020bbh ;3wonders=3wonderu=wonder3 ;47pie2=47pie2o ;4in1~=warofbug&scramble&ghostmun ;600~turpin=turtles ;64streej=64street ;720=720g=720gr1=720r1=720r2=720r3 ;7jigen~=neruton~(mjangels=yarunara) ;7toitsu=mgakuen~=mgakuen2 ;800fath=mariner=scramblb~=explorer=scramble=strfbomb~=scrambls~=(scobra=scobrase~=(scobrab=scobras)) ;88games=hypsptsp=konami88 ;8ball=8ball1 ;8ballact=8ballat2~8bpm ;99lstwar=repulse=sonofphx~=99lstwra~=99lstwrk ;9ballsh2~9ballsh3~9ballsht~coolpool ;aafb~=aafbd2p~=(aafbb=aafbc) ;abaseb=abaseb2 ;abattle=abattle2=acombat=afire=astrof=astrof2=astrof3=sstarbtl ;aburner~=aburner2 ;acitya~bwcasino ;actfanc1=actfancj=actfancr ;aerfboot=aerofgtb=aerofgtc~=aerofgt~sonicwi {aerofgt inf credits diff} ;aeroboto=formatz ;agress=agressb ;airattck=ssmissin~=(tdragon=tdragonb) {credit location & max value only difference} ;airbustj=airbustr ;aircombj=aircombu ;airraid=cshooter=cshootre ;airwolf=skywolf=skywolf2 ;ajax=ajaxj=typhoon ;akkanvdr=spcinv95=spcnv95u ;alcon=slapbtjp=slapbtuk=slapfgtr=slapfiga=slapfigh ;alexkid1=alexkidd ;alien3=alien3u ;alienar=alienaru (unchecked relationship) ;alieninv=cosmicm2=cosmicmo=invaddlx=invader4=invaderl=invaders=invadpt2=invadrmr=invasion=jspecter=jspectr2=moonbase=searthia=searthin=sicv=sinvemag=sinvzen=sisv=sisv2=sitv=spaceat2=spaceatt=spacewr3=spceking=spcewars=sstrangr=sstrngr2=superinv~polaris~(highspla=highsplt=spacefev=spacefva~=spacelnc) ;aliens=aliens2=aliens3=aliensj=aliensj2=aliensu ;aliensy1=aliensy2=aliensy3=aliensyn ;aligator=aligatun ;alphamis=aso ;alphaona~alphaone=(mhavoc=mhavoc2=mhavocp=mhavocrv) ;alphaxz=m660=m660b=m660j ;alpine=alpinea ;altbeas5=altbeast=altbeas2=altbeasj=altbeaj1=altbeaj3=altbeas4 ;amatelas~=amazon ;ambush=ambusht ;amerdar2=amerdart (unchecked relationship) ;amidar=amidaro=amidaru=amigo~=amidars ;ampoker2=ampokr2a=ampokr2b=ampokr2c (unchecked relationship) ;amspdwy=amspdwya ;anteater~(anteatg=anteatgb) ;aof2=aof2a ;aof3=aof3k ;apb=apb1=apb2=apb3=apb4=apb5=apb6=apbf=apbg ;aponow=rescue ;apparel=citylove~=secolove ;aquajack=aquajckj ;ar_ldrb=ar_ldrba ;arabfgt=arabfgtj=arabfgtu ;arabiamj=arabiamu=arabianm ;arabian=arabiana ;arcadia=nyny=nynyg ;archriv2=archrivl ;area51=area51a~(a51mxr3k~a51r3k) ;area88=unsquad ;arkangc=arkanoid=arknoiuo=arkatayt=arkatour=arkbl2=arkbl3=arkbloc2=arkblock=arknoidu~=arknoidj=paddle2 ;arknid2j=arknid2u=arknoid2 ;armora=armorap=armorar ;armorcar=armorca2 ;armwar=armwara=armwarr1=armwaru=pgear=pgearr1 ;ashura~ashurau ;assault~=assaultj~=assaultp (values differ) ;astdelu1=astdelux ;asterix=astrxeaa=astrxeac ;asterock=(asteroi1=meteorts)~=(asteroid=asteroib) ;astinvad=kamikaze ;astorm=astormj~=(astorm3=astormu)~astormbl ;astrob=astrob2a~(astrob1=astrob2) ;astrofl=transfrm ;astyanax~=lordofk ;atarifb=atarifb1=atarifb4 ;ataxx~=ataxxa~=ataxxj ;atetckt2=atetcktl=atetris=atetrisa=atetrisb=atetrsb2 ;atlantis~atlants2 ;atlantol~=(hyprolyb=hyprolym=trackfld) {atlantol has just 2 players} ;atomboy=wilytowr ;atompunk=dynablst=dynablsb)~=(bbmanw=bbmanwj=bomblord=newapunk~bombrman) {bomblord is untested} ;aurail=aurail1=aurailj ;av2mj1bb=av2mj2rg=galkoku=galkaika=hyouban=mcontest=mjlstory=ntopstar=pstadium=tokimbsj=tokyogal=triplew1=triplew2=uchuuai ;avalnche=cascade ;avenger2=avengers=buraiken ;avengrgj=avengrgs ;avsp=avspa=avsph=avspj=avspu ;backfira=backfire ;baddudes=drgninja ;bagman=bagmanmc=bagmans=bagmans2=bagnard=bagnarda=sbagman=sbagmans ;bakubrkr=explbrkr ;bakuhatu=mjgottsu~(cmehyou=ngpgal)~(finalbny=mjkoiura=mjuraden=mkoiuraa=qmhayaku=vanilla)~mmehyou ;bananadr=hanamomb=hanamomo=mgmen89=mjcamera=mjfocus=mjfocusm=mmcamera=mmcamerb=msjiken=peepshow~=idhimitu~=(mjsikakb=mjsikakc=mjsikakd=mjsikaku)~=(scandal=scandalm=telmahjn)~(kanatuen~=kyuhito~=otonano) ;bandido=sheriff ;bang=bangj ;bangball~=batlbubl ;baraduka=baraduke ;barricad=brickyrd ;bass=getbass (unchecked relationship) ;batcir=batcira=batcirj ;batman2~=condor~=(falcon=falcona=phoenix=phoenix3=phoenixa=phoenixc=phoenixt=vautour=vautour2(pleiads~capitol=pleiadce=pleiadbl))~=griffon ;batrider=batridra=batridrk ;batsugna=batsugun=batugnsp ;battlane=battlan2=battlan3 ;battleg=battlegb~=battlega=battlegc ;battlera=bldwolf ;battles=xevios~=sxevious~=xevious~=(xeviousa=xeviousb=xeviousc) ;battlntj=battlnts ;batwings=bwing=bwings ;bayrout1=bayroute=bayroutj=bayrtbl1=bayrtbl2 ;bbakradu=bbakraid ;bbros=pang=pangb=pompingw ;bchopper=mrheli ;bcrusher=kncljoe=kncljoea ;bcstry=bcstrya (unchecked relationship) ;beastf~suprglob~(theglob=theglob2~theglob3)~(sprglbpg=sprglobp=theglobp) ;beezer~=beezer1 ;berabohm=beraboho ;berlwall~=berlwalt ;bermudaa=worldwar~=(bermudao=bermudat) ;berzerk=berzerk1 ;bestleag=bigstrik=bigstrkb ;bigbang=tdragon2~=raphero ;bigdeal=bigdealb (unchecked relationship) ;bigkong=ckong=ckonga=ckongalc=ckongb=ckongjeu=ckongo=ckongs=dkong=dkongjp=dkongjo=dkongjo1=dkongo=monkeyd ;bigprowr=tagteam ;bigrun~=cischeat ;bijokkog=bijokkoy ;billiard=hustler=hustlerb=vpool ;bionicc=bionicc2=topsecrt ;bking=bking2~=bking3 ;bktigerb=blkdrgnb=blkdrgon=blktiger ;bladestl=bladstle ;blandia~blandiap ;blast30=blaster=blastkit ;blckgalb=blockgal ;blckout2=blckoutj~=blockout ;blitz~=blitz11~=blitz2k~=blitz99 (unchecked relationship) ;blkbustr=crazyblk=mrjong ;blkhearj=blkheart ;blmbycar=blmbycau ;block=blockbl=blockj=blockjoy ;blockade~=mineswpr ;blockhl=quarth ;bloodbra=bloodbro=weststry ;bloods11=bloods21=bloods22=bloodstm ;bloxeed=bloxeedc=bloxeedu ;blsthead=blstroi2=blstroi3=blstroid=blstroig ;blswhstl=detatwin ;bluehawk=bluehawn ;blueprnj=blueprnt ;bnj=brubber=caractn ;bnzabros=bnzabrsj ;boblbobl=bubbobr1=bublbob1=bublbobl=missb2~=bublbobr~=sboblbob ;bodyslam=dumpmtmt ;boggy84~=(fastfred=flyboy=flyboyb)~=(jumpcoas=jumpcoat) ;bombbee~=(geebee=geebeeg) ;bombjac2=bombjack ;bonzeado=bonzeadu=bonzeadv=jigkmgri ;boogwina=boogwing ;bootcamp=combasc=combascb=combasct=combascj ;bosco=boscomd=boscomdo=boscoo=boscoo2 ;bottom9=bottom9n~=mstadium ;bouldash=bouldshj ;boxyboy=soukobdx ;bradley~=(bzone=bzone2)~=bzonec ;brdrlinb=brdrline ;breakers~breakrev ;breywood=shackled ;brival=brivalj ;brix=zzyzzyx2=zzyzzyxx ;brkthru=brkthruj=forcebrk ;bronx=cyclshtg (unchecked relationship) ;bshark=bsharkj ;btime=btime2=btimem=cbtime~=cookrace ;btlfield=btlfildb=skyadvnj=skyadvnt=skyadvnu~=(timesol1=timesold~=skysoldr) ;bubblem=bubblemj ;bubbles=bubblesp=bubblesr ;bubl2000=hotbubl ;bublbob2=bubsympe=bubsymph=bubsympu ;buccanra~=buccanrs ;buckrog=buckrogn~zoom909 ;bucky=buckyua ;buggyb1=buggyboy ;buggychl=buggycht ;bullfgt=thetogyu ;bullfgtr=bullfgts ;bullsdrt~=porky ;burnforc=burnfrco ;burningf=burningh ;cabal=cabal2=cabalbl ;cachat=tubeit ;cadash=cadashf=cadashi=cadashj=cadashu ;calorie=calorieb ;calspeda=calspeed (unchecked relationship) ;cameltrj=cameltry=camltrua ;canbprot=canyon ;candance=osman ;cannonb=cannonb2 ;capbowl=capbowl2=clbowl~=(capbowl3=capbowl4) (inf credits diff) ;captaven=captavna=captavne=captavnj=captavnu=captavuu ;captcomj=captcomm=captcomu ;catch22=combat ;caterplr=centipd2=centipdb=centiped=magworm=millpac~=centtime ;catmousa=catnmous (unchecked relationship) ;catt=mcatadv=mcatadvj ;cawing=cawingj=cawingu ;cbnj=cburnrub~=cburnrb2 ;cbuster=cbusterj=cbusterw=twocrude ;ccastles=ccastle3~ccastle2 ;ccboot=ccboot2=cclimber=cclimbrj ;cchasm=cchasm1 ;cclimbr2=cclmbr2a ;cdiscon1~=csweetht ;cgangpzj=cgangpzl ;cgraplop=cgraplp2 ;champb2a=champbas=champbb2=champbbj=champbja ;champwr=champwrj=champwru ;changes=changesa=looper ;chasehq=chasehqj ;checkmaj~checkman ;chelnov=chelnovj=chelnovu ;chikij=mtwins ;chinagat=saiyugb1=saiyugb2=saiyugou ;chindrag=chugokur=drgnwrld=drgwrld3 ;chinher2=chinhero ;chinmoku=iemoto=mjnanpaa=mjnanpas=mjnanpau=mladyhtr=seiha=seiham~=(orangec~=orangeci~=mmsikaku)~=vipclub~(iemotom=ryuuha~=ojousan~=ojousanm)~(club90s=club90sa)~ [lovehous also relationship unknown] ;chopper=choppera=chopperb=legofair ;chplft=chplftb=chplftbl ;chqflag=chqflagj ;chukatai=chukataj=chukatau ;circusc=circusc2=circuscc=circusce~=circusc3 ;citybmrj=citybomb ;citycon=citycona=cruisin ;citylove=mcitylov ;clapapa=clapapa2 ;cloak=cloakfr=cloakgr=cloaksp ;clowns~clowns1 ;clshrdst=clshroad ;cltchitr=cltchtrj~=mvp=mvpj(balls=4 on MVP) ;cm2841a=cm2v841 (unchecked relationship) ;cnights2=cnightst ;cninja=cninja0=cninjau=joemac=stoneage ;cobracmj=cobracom ;colony7=colony7a ;colt=nycaptor ;columns=columnsj=columnsu~=(column2j=columns2) ;commandj=commando=commandu=sinvasn=sinvasnb ;compglfo=compgolf ;congo=tiptop ;contcirc=contcrcu=contcrua ;contra=contrab=contraj=contrajb=gryzor ;cop01~cop01a ;cosmccop~gallop ;cosmica=cosmica2 ;cosmogng=cosmognj ;cotton=cottonj=cottonu ;cottong=gutangtn=locomotn ;countrb2=countrnb=countrun ;countryc=fitegol2=fitegolf ;couple=couplei=couplep ;cppicf=cppicf2 ;crazycop=gbusters ;crbalon2=crbaloon ;crgolf=crgolfa=crgolfb=crgolfc ;crimfght~=(crimfgt2=crimfgtj) ;crkdown=crkdownj ;crmaze=crmazea=crmazeb (unchecked relationship) ;croquis=logicpro ;crshrac2=crshrace ;crush=crush2=crush3=crush4=korosuke=maketrax=maketrxb=mbrush=paintrlr ;crusnu21~crusnu40~crusnusa~crusnw13~crusnw20~crusnwld ;crystal2=crystalg~(mjderngr=dondenmj~=(mcnpshnt=mjdiplob=royalmah=tontonb))~ttmahjng ;crzralla=crzrallg=crzrally ;csclub=cscluba=csclubh=csclubj ;cscrtry~=cscrtry2 ;csk227it~csk234it ;csprint=csprint1=csprint2~(csprins1=csprintf=csprints~=(cspring1=csprintg))~(sspring1=ssprint=ssprint1=ssprint3~=(ssprintf=ssprintg=ssprints)) ;cstlevna~=pc_cvnia ;ctisland~(ctislnd2=ctislnd3) ;ctribe=ctribeb ;cupfinal=hthero93~=(hthero94=intcup94)~=scfinals ;cupsoc=cupsoc2=cupsocbl=goal92=olysoc92 ;cyberb2p=cyberb21=cyberb22=cyberb23~(cyberba2=cyberbal=cyberbap)~cyberbt=cyberbt1 ;cybots=cybotsj=cybotsu ;dadandrn=mmaulers ;daimakai~=(ghouls=ghoulsu) ;dairesya=farwest=ironhors ;daisenpu~=(twinhawk=twinhwku) ;daiyogen=fromance=mfunclub=mjnatsu=natsuiro=nmsengen=idolmj~=nekkyoku ;dambust=dambustr ;dangar~=(dangar2=dangarb) ;darius2~(darius2d=drius2do) ;dariusg=dariusgj=dariusgu~=dariusgx ;darius~dariuse~(dariusj=dariuso) ;darkadv~=devilw=majuu (the weapon cheats for darkadv are completely different!) ;darkedge=darkedgj ;darksea1=darkseaj=darkseal=gatedom1=gatedoom ;darksel2=wizdfire ;dassaul4=dassault=thndzone ;daytona=daytonam=daytonat (unchecked relationship) ;dblaxle=pwheelsj ;dbldyn=dbldynf~(dynduke=dyndukf) (these are a LOT different!) ;dblplay~=strkzone~wseries ;dbreed~dbreed72 ;dday=ddayc ;ddayjlc=ddayjlca ;ddcrew~=(ddcrew1=ddcrewu)~=(ddcrew2=ddcrewj) ;ddonpach=ddonpchj ;ddragn2u=ddragon=ddragon2=ddragonb=ddragonu=ddragonw ;ddrago3b=ddragon3 ;ddream95~(hoops95=hoops96) ;ddsom=ddsoma=ddsomj=ddsomjr1=ddsomr1=ddsomr2=ddsomu=ddsomur1 ;ddtod=ddtoda=ddtodh=ddtodj=ddtodjr1=ddtodr1=ddtodu=ddtodur1 ;ddungeon=stoffy=toffy ;ddux=ddux1=dduxbl (unchecked relationships) ;deadang~ghunter ;deadconj=deadconx ;deathbrd=mutantf=mutantfa ;defcmnd=startrkd=zero~=(mayday=maydaya=maydayb)~=defence~=defender~=(defendg=defendw) ;defense=sdi=sdib ;deltrace=omegrace ;demoderb~=demoderm ;demonwl1=demonwl2=demonwld ;depthch=depthv1=subhunt ;desterth=grescue=lrescue ;devilfsg=devilfsh ;devstor2=garuka~=(devstor3=devstors) ;devzone=devzone2 ;dfeveron=feversos ;dietgo=dietgoe=dietgoj=dietgou ;digdug2=digdug2o ;digdug=digduga1=digdugat=digdugb=dzigzag ;dimahoo=gmahou ;dingo~dingoe ;dino=dinoj=dinou ;dinorex=dinorexj=dinorexu ;disco=discof ;dkgenm72~=(dkgensan=hharryu~hharry) ;dkngjnrb=dkngjnrj=dkongjr=dkongjrb=dkongjrj=dkongjrm~(mouser=mouserc) ;dkong3=dkong3b=dkong3j ;dmnfrnta=dmnfrnt ;doa~doaa (unchecked relationship) ;docastl2=docastle=docastlo=douni~dowild~=jjack ;dockman=portman ;dogfgt=dogfgtj ;dogosoke=dogosokj~(ikari=ikarijp=ikarijpb)=victroad ;dokyusei~dokyusp ;dondokdj=dondokdu=dondokod ;donpachi=donpachj=donpachk ;dorodon=dorodon2~=(ladybgb2=ladybug=ladybugb~ladybugg) {ladybugg still has cheats to translate from other clones} ;dorunru2=dorunrun=spiero~dorunrca=dorunruc ;dotron=dotrona=dotrone ;downtow2=downtown=downtowp ;dplay=einnings ;dragoona=dragoonj ;drgnbowl=gaiden=ryukendn=shadoww=shadowwa ;drgpunch~=maya~sprtmtch ;drgw2~drgw2c~drgw2j ;dribling=driblino ;driftout=driveout ;drivfrcb=drivfrcg~drivfrcp ;drmario~=pc_drmro ;drtoppel=drtopplj=drtopplu ;dsaber=dsaberj ;dsccr94j~=dsoccr94 ;dspirit=dspirito ;dstlk=dstlka=dstlku=dstlkur1=vampj=vampja=vampjr1 ;dualaslt=liberatb=liberate ;duckhunt~=pc_duckh ;dungenmu=dungeonm=lightbr ;dunkmnia=dunkmnic ;dyger=dygera ;dynamcop=dyndeka2~dynmcopb ;dynwar=dynwarj ;eagle=eagle2=eagle3=fantazia=mooncrs2=mooncrsa=mooncrsb=mooncrsg=mooncrst=mooncrsu=smooncrs=spctbird~mooncrgx ;ecofghta=ecofghtr=uecology ;edf=edfu ;edrandy=edrandy1=edrandyj ;eggor=eyes=eyes2=eyeszac ;eggs=scregg ;eggvent7=eggventr=eggvntdx ;ehrgeiz=ehrgeiza ;elecyoy2=elecyoyo ;elevatob=elevator ;elim2=elim2a~elim2c~(elim4=elim4p) ;elvact2u=elvactr=elvactrj ;emeralda=emerldaa ;empcity=empcityj=empcityu=stfight=stfighta ;endurob2=endurobl=enduror ;enigma2~enigma2a ;eprom=eprom2 ;equites=equitess ;esckids~=esckidsj ;espial=espiale ;esprade=espradej=espradeo ;eswat=eswatbl=eswatj=eswatu ;euroch92~=(footchmp=hthero) ;excitbkj=excitebk ;excthour=matmania~(maniach=maniach2) ;exctscc2=exctscca=exctsccb=exctsccr ;exedexes=savgbees ;exerion=exerionb=exeriont ;exerizrb=skyfox ;exodus=galap1=galap4=galapx=galaxiaj=galaxian=galmidw=galmidwo=galturbo=gteikob2=gteikokb=gteikoku=moonaln=redufo=skyraidr=spacbatt=starfght=superg=uniwars=zerotime~=supergx=swarm~(moonal2=moonal2b)~=gmgalax ;exprrada=exprraid=wexpresb=wexpresc=wexpress ;f1dream=f1dreamb ;fa=fghtatck ;fantasia=fantsy95=newfant~(missmw96=missw96)~(fantsia2=fntsia2a) ;fantasy=fantasyu=fantasyj (no relation to spectar!) ;fantjour~gokuparo~sexyparo ;fantland~fantlnda ;fantzone=fantzon1 ;farmer=ikki ;fatfursa=fatfursp ;fcrash=ffight=ffightj=ffightj1=ffightu=ffightua ;ffantasa=ffantasy=hippodrm ;fghthist=fghthsta=fghthstu ;fgoal=fgoala ;fhawk=fhawkj ;fieldday=undoukai ;fightfev=fightfva ;fightrol=rollace=rollace2 ;finalapr=finalapo (unchecked relationship) ;finalb=finalbj=finalbu ;finalizb=finalizr ;firehawk=spec2k ;fireshrk~=samesam2~samesame ;firetpbl=firetrap ;fitter=roundup ;fixeighb=fixeight ;flameguj=flamegun ;flashgal=flashgla ;flicky=flicky2 ;flkatck=mx5000 ;flower=flowerbl ;flstory=flstoryJ ;foodf=foodf2=foodfc ;forgottn=lostwrld ;fort2b=fort2ba (unchecked relationship) ;fpoint=fpoint1=fpointbj=fpointbl ;freekckb=freekick ;friskyt~=friskyta ;frogf=frogger=froggrmc=frogseg1=frogseg2~(froggers=frogg) ;fround=froundl=hpuncher ;fshark=fsharkbt=hishouza=skyshark ;fswords=samsho3=samsho3a ;ftimpact=ftimpcta (ftimpact not working so untested) ;fullthrl=topspedu=topspeed ;funkybee~=skylance=skylancr ;funkyjej=funkyjet ;funnymou=machomou=suprmous ;futflash=laserbas=laserbsa (unchecked relationship) ;fx=srdmissn ;g13knd~golgo13 ;ga2=ga2j=ga2u ;gaiapolj=gaiapols=gaiapolu ;gal10ren~=jituroku ;galag88j=galaga88 ;galaga3=galaga3a=galaga3m=gaplus=gaplusa=gapluso ;galaga=galagamk=galagamw=galagao=gallag=gatsbee ;galivan=galivan2 ;galpania~galpanib~galpanic ;galpans2=panicstr ;galspnbl~hotpinbl ;galxwar2=galxwars=galxwart=starw ;gangonta=prtytime ;gangwarb=gangwars ;gardia~gardiab ;garou=garouo=garoup ;gaun22p1=gaun22pg=gaunt22p~=(gaunt2=gaunt2g) {difference is that 2 player versions don't need the yellow and green cheats) ;gaun2pg1=gaun2pj2=gaun2pr3=gaunt2p=gaunt2pg=gaunt2pj~=(gauntg=gauntj=gauntj12=gauntlet=gaunts)~(gauntgr3=gauntgr6=gauntgr8=gauntr1=gauntr2=gauntr4=gauntr5=gauntr7=gauntr9) ;gberet=gberetb=rushatck ;gblchmp=kaiserkj=kaiserkn ;gensitou=prehisle=prehislu ;geostorm=gunforc2 ;getstar=getstarb=getstarj=gtstarba ;gforce2=gforce2j ;ggreats2=opengol2=opengolf ;ghostb~ghostb3~meikyuh ;gigandes~=gigandsj (credits only the same other offset by 8) ;gigasb=oigas~gigasm2b ;gigawing=gwinga=gwingj ;gijoe=gijoej=gijoeu ;gingania=ginganin ;gionbana~=maiko ;gladiatr=greatgur=ogonsiro ;glass=glass10=glass10a (unchecked relationship) ;glfgreat=glfgretj ;gmgalax~=(pacmanbl~(ctrpllrp=hangly=hangly2=hangly3=joyman=newpuc2=newpuc2b=newpuckx=pacheart=pacman=pacmanf=pacmod=puckman=puckmana=puckmanf=puckmanh=puckmod~=(jrpacman~jrpacmbl)~=(mspacmab=mspacman=mspacmat=mspacmnf=mspacpls=pacgal)~=pacplus~=(piranha=piranhah=piranhao)~=mschamp))~=alibaba~=(nmouse=nmouseb) ;gng=gnga=gngt=makaimuc=makaimug=makaimur ;gogomile~=gogomilj ;goindol=goindolj=goindolu=homo ;goldmeda=goldmedb=goldmedl ;goldnabl=goldnax1=goldnax2=goldnax3=goldnaxe=goldnaxj=goldnaxu ;goldstar=goldstbl=moonlght ;gondo=makyosen ;goonies~=pc_goons ;gorf~=gorfpgm1 ;gorkans=mrtnt ;gotcha=ppchamp ;gprider1=gprider1 (unchecked relationship) ;gradius2=grdius2a=grdius2b=vulcan ;gradius3=grdius3a=grdius3e ;gradius~nemesis=nemesuk ;gratia=gratiaa ;gravitar=gravitr2~=gravp~lunarba1=lunarbat ;grdnstrm~=stagger1~redhawk=redhawkb ;grindsta~=grindstm~vfive (a lot of differences!) ;grobda=grobda2=grobda3 ;growl=growlu=runark ;gseeker=gseekerj=gseekeru ;gslgr94u~gslugrsj ;gsword=gsword2 ;gt102b=gt102c=gt102c1=gt102c2=gt102c3=sextriv1=sextriv2~=(gt103a=gt103a1=gt103a2=gt103a3=gt103aa=gt103ab=gt103asx)~gt103~gt507uk ;gt2k=gt2ks100=gtclassc=gtclassp=gtcls100~gt2kt500~gt3d~(gt3dl191=gt3dl192)~gt3ds192~gt3dt211~gt3dt231~gt3dv14~gt3dv15~(gt3dv16=gt3dv17=gt3dv18)~(gt97=gt97v122=gt98=gt98s100=gt98v100)~(gt97s121=gt97v120=gt97v121)~gt97t240~gt98t303~(gt99=gt99s100)~gt99t400~gtroyal~gtsuprem ;gtg~=(gtg2=gtg2t)~=gtg2j~=gtgt ;gticlub=gticlubj (unchecked relationship) ;gtmr2=gtmr2u~gtmr2a ;gtmr=gtmra~(gtmre=gtmrusa) ;gulfstr2~=gulfstrm ;gulfwar2=ktiger=twincobr=twincobu ;gunball~=nitrobal (select stage cheats differ slightly) ;gunbird=gunbirdj=gunbirdk ;gunbulet~=ptblank (only difference - credits differently triggered) ;gundeala=gundealr=gundealt ;gundl94=primella ;gunforce=gunforcj=gunforcu ;gunhohki=mysticri ;gunlock=rayforce=rayforcj ;gunsmoka=gunsmoke=gunsmokj=gunsmoku ;gwar=gwara=gwarb=gwarj ;gyrodinc=gyrodine ;gyruss=gyrussce=venus ;hal21=hal21j ;halleycj=halleys=halleysc ;hanamai~hnkochou ;hangon=shangnle=shangon=shangon1=shangon2=shangon3!shangupb ;harddunj=harddunk ;hardhead=hardhedb=pop_hh ;hardyard=hardyd10 ;hbarrel=hbarrelw ;hcastle=hcastleo=hcastlej=hcastljo ;helifira=helifire ;hellfir1~hellfire ;herbiedk~hncholms~huncholy ;herodk=herodku=outline=radarzn1=radarznt=radarzon ;hexpool=racknrol ;hiimpac3=hiimpact~hiimpacp ;hiryuken=shangkid ;hitme=mblkjack ;hitnmis2=hitnmiss ;hnayayoi=hnfubuki ;hoccer~hoccer2 ;hogalley~=pc_hgaly ;hook=hookj=hooku ;hopprobo~springer ;horekid=horekidb ;hotmemry~(pairs=pairsa) ;hotrod=hotroda~=hotrodj (PL4 differences) ;hourouki=mhgaiden~(mjclinic=mjhokite=mrokumei) ;housemn2=housemnq~livegal ;hpolym84=hyperspt ;hstenn10~=hstennis ;hthero95=hthro95u=pwrgoal ;hunchbak~hunchbkd~hunchbkg~=hunchbks ;hydra=hydrap2~=hydrap ;hyperpac=hyperpcb ;hyperpac~hyperpcb ;hyprdelj=hyprduel ;iceclimb=iceclmbj~=iceclmrj ;ichir=ichirj=ichirjbl=ichirk~=(tantr=tantrbl=tantrbl2=tantrkor) ;iganinju=kazan ;ikari3=ikari3nr ;imsorry=imsorryj ;indytem2~=indytem3~=(indytem4=indytemd=indytemp) ;inthunt=inthuntu=kaiteids ;intrepi2=intrepid=zaryavos ;invrvnga=invrvnge ;jack=jack2=jack3=treahunt ;jackal=jackalj=topgunbl=topgunr ;jackrab2=jackrabs=jackrabt ;jailbrek=manhatan ;jchan~jchan2 ;jgakuen=rvschola=rvschool ;jjparad2~jjparads~ryouran ;jleague=svf=svs ;jogakuen~lemnangl~mjyougo ;jojoba=jojobaa (unchecked relationship) ;jolycdab=jolycdat=jolycdcr=jolycdit=jollycrd (unchecked relationship) ;joust=joust2=joustg=joustr=joustwr ;joyfulr=mnchmobl ;jumpbug=jumpbugb ;jumping=rainbow=rainbowo~rainbowe ;jumpkids~=pangpang~=(tumblep=tumbleb2=tumbleb=tumblepj)~fncywld(+ED8230 to address + other differences) ;jumpshot=jumpshtp ;jungleh=junglek=junglhbr=junglkj2~=piratpet ;jungler=junglers ;junofrst=junofstg ;kabukiz=kabukizj ;kageki=kagekia=kagekij ;kaguya~=(kaguya2=kaguya2f)~(otatidai=psailor2) (kaguya has character cheat) ;kamikcab=yellowcb ;kangaroa=kangarob=kangaroo ;karatblj=karatblu=karatblz ;karatedo=karatevs=kchamp=kchampvs ;karnov=karnovj ;kf10thep=kf2k5uni=kof10th~=(kf2k2mp=kf2k2mp2=kf2k2pla=kf2k2pls=kof2002~=kof2k4se(backdrop names) (All generally games added as straight clones of kof2002, all cheats haven't been confirmed beyond the basics - only difference spotted is the backdrops cheat) ;kf2k3bl=kf2k3bla=kf2k3pl=kf2k3upl=kof2003 ;kicker=shaolins ;kicknrun=mexico86 ;kick~kicka ;kidniki=kidnikiu=lithero=yanchamr ;kikaioh=techromn=techromu ;kikcubib=kikcubic ;killbld=killbldt (unchecked relationship as killbld doesn't work at all) ;kingbalj=kingball ;kingdmgp=shippumd ;kingofb=ringkin2=ringkin3=ringking=ringkinw ;kinst2=kinst211=kinst213 ;kinst=kinst13=kinst14 ;kittenk=nyanpani ;klax~klax2=klax3=klaxd=klaxj~(klaxp1=klaxp2) ;knckhead=knckhedj ;knights=knightsj=knightsu ;kod=kodb=kodj=kodu ;kof95=kof95a ;kof96=kof96h ;kof97=kof97a=kof97pls=kog ;kof98=kof98k=kof98n ;kof99=kof99a=kof99e=kof99n=kof99p~=(kof2000=kof2000n)~=(ct2k3sp=cthd2003=kof2001=kof2001h) ;konamigt~rf2 ;kotm=kotmh ;kov2=kov2106=kov2p (unchecked relationship) ;kov=kov115=kovj~kovplus ;kram=kram2=kram3 ;ktiger2=tcobra2=tcobra2u ;kuhga=vaportra=vaportru ;kungfub=kungfub2=kungfud=kungfum=spartanx ;kungfut=kungfuta (Different Comment due to door codes being different (different objects behind doors), locations the same though) ;kuniokub=kuniokun=renegade ;kurikina~=(kurikinj=kurikint=kurikinu) [DIP SWITCH COMMENT + CREDIT DIFFERENCES] ;kyros=kyrosj ;kyukaidk=kyukaido ;labyrunk=labyrunr=tricktrp ;ladygolf=smgolf=smgolfb=smgolfj ;ladykill=moegonta ;landbrk=landbrka ;lans2004=shocktr2 ;laser=spcewarl=spclaser ;lastblad=lastblda=lastsold ;lastbrnj=lastbrnx (unchecked relationship) ;lastday=lastdaya ;lastduel=lstduela=lstduelb ;lastfero=lastfort~lastforg ;lastmiss=lastmsnj=lastmsno ;lazarian~=laserbat (most locations different & lazarian doesn't need rapid fire) ;lazercmd~minferno ;lckywldj=luckywld ;ldrun2=ldrun3=ldrun3jp~ldrun4 ;ldrun=ldruna ;le2=le2u~le2j {le2j untested as bad dump} ;leaguemn=nbbatman ;ledstorm=madgear=madgearj ;legion=legiono ;legionna=legionnu ;leprechn=leprechp=potogold~=piratetr ;lethalth=thndblst ;lghost=lghostu ;lgtnfght=lgtnfghu=trigon ;liberat2~liberatr ;lifefrce=lifefrcj=salamand ;liquidk=liquidku=mizubaku ;lkage=lkageb=lkageb2=lkageb3 ;loderdfa~loderndf ;loffire=loffirej=loffireu ;lomakai=makaiden ;looping=loopinga~=skybump ;losttmbh=losttomb~=superbon ;lsasquad=storming ;luplup=luplup29=puzlbang=suplup (unchecked relationship) ;lvgirl94=zerozone ;lwings=lwings2=lwingsjp ;maddonna=maddonnb ;magic10=magic10a (unchecked relationship) ;magicbua~=magicbub (everything apart from credits are different locations) ;maglord~maglordh ;mahoudai=sstriker=sstrikra ;mainevt=mainevto=ringohja~=(mainev2p) ;majest12~ssi ;majtitl2=skingam2=skingame ;maniacsp~maniacsq ;mappy=mappyj ;marble=marble2=marble3=marble4 ;mario=mariojp=masao=pestplce ;marvland=marvlanj ;masterw=masterwu ;matchit2=shisen2 ;matchit=shisen=sichuan2=sichuana ;mating=matinga (unchecked relationship) ;maxf_102=maxforce ;mayumi~=mjkjidai ;mazerbla=mzrblzra (unchecked relationship) ;mbomberj=slammast~(mbombrd=mbombrdj) ;mchampda~=mchampdx ;mechatt=mechattu ;megab=megabj ;megaforc=starforc=starfore ;megaman=rockmanj~=(megaman2=megamn2a=rckman2j) ;megaznik=megazona=megazonb=megazonc=megazone ;mercs=mercsj=mercsu=mercsua ;mermaid=yachtmn ;metalb=metalbj ;metamrph=metamrpu~=metamrpj ;meteor=spcforc2=spcforce ;metlhawk=metlhwkj ;metmqstr=nmaster ;metrocra=metrocrs ;mgcldate=mgcldtex (mgcldate not working so untested) ;mgcrystj~=mgcrystl~=mgcrysto(no auto shot cheat) ;mia=mia2~miaj ;midres=midresj=midresu ;mikie=mikiehs=mikiej ;mimonkey=mimonsco~mimonscr ;minefld=rescue ;minigol2=minigolf ;missile=sprmatkd=suprmatk~missile2 ;mjanbari~=pachiten ;mjchuuka~=mjdchuka (credits & CPU char selection diff) ;mjelct3=mjelct3a=mjelctrn~=mjfriday~=(mjelct3=mjelct3a=mjelctrn)~ojankoc ;mjkojink~=vitaminc ;mjnquesb=mjnquest ;mjyuugi=mjyuugia ;mk2=mk2r14=mk2r21=mk2r32~=(mk2chal=mk2r42=mk2r91) ;mk3=mk3r20~mk3r10~(umk3=umk3r10=umk3r11) ;mk=mkla3=mkla4=mkr4~=(mkla1=mkla2)~mkprot9~mkyawdim (mkyawdim relationship unknown) ;mmatrix=mmatrixj ;moguchan=zodiack ;moo=mooaa=moobl=mooua ;moonwar=moonwara ;mosaic=mosaica ;motofrenwwallybrfat~(motofmd~=motomdft) ;motorace=travrusa ;mp_gaxe2~=mt_gaxe2 ;mp_sonic~=mt_soni2~=mt_sonia=mt_sonic ;mpatrol=mpatrolw ;mplanuk~mplanets ;mrdo=mrdofix=mrdot=mrlo=mrdu=yankeedo~mrdoy ;mrkougar=mrkougb=mrkougb2=mrkougr2 ;mrviking=mrvikngj ;ms4plus=mslug4 (look at weapon cheats - they may not work?) ;ms5plus=mslug5 ;msgunda1=msgundam ;msh=msha=mshb=mshh=mshj=mshjr1=mshu ;mshuttle=mshutlj2=mshuttlj ;mshvsf=mshvsfa=mshvsfa1=mshvsfb=mshvsfb1=mshvsfh=mshvsfj=mshvsfj1=mshvsfj2=mshvsfu=mshvsfu1 ;mslug3=mslug3n ;mspuzzle=mspuzzln (mspuzzln not working so untested) ;msword=mswordj=mswordr1=mswordu ;mtlchamp=mtlchmp1=mtlchmpa=mtlchmpj=mtlchmpu ;mtrap=mtrap3=mtrap4 ;multchmk=multchmp ;mustang=mustangb=mustangs=twinactn ;mvsc=mvsca=mvscar1=mvscb=mvsch=mvscj=mvscjr1=mvscu ;mwalk=mwalkbl=mwalkj=mwalku ;myhero=myherok=sscandal ;myqbert=qbertjp~=sqbert ;myststno~=mystston (ROM indicates most locations are different) ;mystwarr=mystwaru ;narc=narc3 ;nastar=nastarw=rastsag2 ;natodef=natodefa ;naughtya=naughtyb=naughtyc ;nbahangt~nbamht=nbamht1 ;nbajam~nbajamr2~(nbajamte=nbajamt1=nbajamt2=nbajamt3) ;ncombat=ncombata ;ncv1=ncv1j=ncv1j2 (ROM cheat differences don't count) ;nebulray=nebulryj ;nemo=nemoj ;neocup98=ssideki3 ;news=newsa ;nibbler=nibblera=nibblerb=nibblero ;ninja=nprinces=nprincsb=nprincso=nprincsu=seganinj=seganinu ;ninjak2a=rdaction~(ninjak2b=ninjakd2)~(ninjakun [THIS GAME MISSING CHEATS!]) ;ninjak=ninjakj=ninjaku ;ninjaw=ninjawj ;ninjemak=youma ;nkdodgeb=spdodgeb ;nomnlnd~nomnlndg ;nost=nostj=nostk ;nov2001u=nova2001 ;nrallyx=rallyx=rallyxm ;nslashej=nslasher ;nspirit=nspiritj ;nwarr=nwarrb=nwarrh=vhuntj=vhuntjr1=vhuntjr2 ;offroad=offroadt ;offtwalc~offtwall ;olds=olds100=olds100a (unchecked relationship) ;omega=theend=theends ;omegaf=omegafs ;omni=pisces=piscesb ;onna34ra=onna34ro ;opwolf3=opwolf3u ;opwolf=opwolfb=opwolfu ;ordyne=ordynej ;orld105k=orld111c~(orlegend=orlegndc=orlegnde) ;orunners=orunneru ;oscar=oscarj=oscarj0=oscarj1 ;othunder=othundrj=othundu=othunduo ;outfxesj=outfxies ;outrun=outrun1=outrun2=outrunb ;outzone~=outzonea~=outzoneb ;ozmawars=ozmawar2=solfight=spaceph ;p47=p47j ;pacland=pacland2=pacland3=paclandm ;pacmania~=pacmanij ;pacnchmp=pacnpal=pacnpal2 ;paintlad=splash=splash10 ;pairsnb=pairsten ;pang3=pang3j ;pangpomm=pangpoms ;panic=panic2=panic3=panicger=panich ;paperboy=paperbr2~paperbr1 ;parodisj=parodius ;passht4b=passsht=passshta=passshtb=passshtj (passht4b,passshta,passshtj should probably have different descriptions due to being 4p games) ;pbactio2=pbactio3=pbaction ;pbchmp95=witch (unchecked relationship) ;pbillrd=pbillrds ;pbobbl2j=pbobbl2u=pbobble2~=pbobbl2x~pbobbl2n ;pbobbl3j=pbobbl3u=pbobble3 ;pbobbl4j=pbobbl4u=pbobble4 ;pbobblen=pbobblna ;pbobble~pbobblbs ;pc_grdue=pc_grdus=vsgradus ;pc_smb~=suprmrio ;pcktgal=pckgal2=pcktgalb ;pclubys=pclubysa ;pdrift=pdrifta=pdriftj ;peggle~=pegglet ;pengo=pengo2=pengo2u==pengo3u=pengo4u=pengob=penta ;perestrf=perestro=sqix=sqixa=sqixbl ;perfrman=perfrmau ;phantoma=rallys=spectar=spectar1~=(targ=targc) ;pigout=pigouta ;pinbo==pinboa=pinbos ;pipedrm~=pipedrmj (minor differences mainly 'Stop water from flowing' doesn't work for us version) ;pipibibs=pipibibi~whoopee ;pitfall2=pitfallu ;pitfigh3=pitfigh4=pitfighb=pitfight~=pitfighj ;pitnrun=pitnruna ;pkladiel=pkladies=pkladila ;pktgaldb=pktgaldj=pktgaldx ;pkunwar=pkunwarj ;plctr13b=polict11=policetr ;plegendj=plegends ;plottina=plottinu=plotting ;plsmaswd=stargld2 ;pltkids=pltkidsa (unchecked relationship) ;polaris=polarisa ;polepos=polepos1=polepos2=poleposa=poleps2a=poleps2b=topracer=topracra=topracrb ;pollux=polluxa=polluxa2 ;ponchin=ponchina ;ponpoko=ponpokov ;pootan=pooyan=pooyans ;popeye=popeyef=popeyeu~popeyebl ;popflama=popflamb=popflame ;popnpop=popnpopj=popnpopu ;portrait=portrata ;poundfor=poundfou ;pow=powj ;powerbal~powerbls ;powerina=powerinb=powerins=powernjb ;primraga~primrage ;prmrsocj=prmrsocr ;prmtmfgo=prmtmfgt=trstar=trstarj=trstaro=trstaroj ;progear=progeara=progearj ;promutra=promutrb=promutrv (unchecked relationship) ;psoldier=ssoldier ;pspikes=pspikesb ;pspikes=pspikesb=pspikesk=svolly91 ;psychos=psychosj ;psyforce=psyforcj~psyfrcex ;puchicar=puchicrj ;pulirula=pulirulj ;punchout=spnchout=spnchotj ;punisher=punishrj=punishru ;punkshot=punksht2~=punkshtj ;pushman=pushmana=pushmans ;puyo=puyoja=puyobl=puyoj~puyopuy2 ;puzloopu~puzloopj~puzzloop ;puzzldpr=puzzledp ;puzznic=puzznicj ;pwrins2j=pwrinst2 ;pyros=wardner=wardnerj ;qbert=qberta=qberttst ;qix=qixa=qixb~=qix2 ;qntoond=qntoondo (unchecked relationship) ;quantum=quantum1=quantump ;quarterb=quartrba ;quartet=quartetj~=(quartet2=quartt2j)(Credit and Rapid Fire cheats are different only no real PL1-4 in 2 player version but comment covers) ;quiz365~quiz365t ;quizchql=quizchq ;rabiolep=rpunch ;racedcb4=racedcg4 ;racingj=racingj2 (unchecked relationship) ;radm=radmu=radr=radru ;raflesia=raflsiau ;raiden~raidena=raidenk=raident ;raiders5=raidrs5t ;raidndx=raidndxa=raidndxb=raidndxj=raidndxm (unchecked relationship) ;raiga=stratof ;raimais=raimaisj ;rambo3~=(rambo3a=rambo3ae) ;rampage=rampage2 ;rampart~rampartj~ramprt2p ;rastan=rastanu=rastanu2=rastsaga ;raveracj=raveracw (unchecked relationship) ;raystorj~raystorm ;rbff2=rbff2a=rbff2k ;rbibb=rbibba ;rbtapper=sutapper=tapper=tappera ;rdft2=rdft2a=rdft2a2=rdft2j~=rdft22kc~=rdft2us (minor differences) ;rdft=rdftau=rdftdi=rdftj=rdftu ;realbrk=realbrkj ;redclash=redclask=redclsha ;regulus=reguluso=regulusu ;relief~relief2 ;rescraid=rescrdsa ;retofin1=retofin2=retofinv ;rezon=rezont ;rfjet=rfjeta=rfjetj=rfjetu=rfjetus ;ridefgtj=ridefgtu=ridingf ;ridger2a=ridger2b=ridgera2 (unchecked relationship) ;ridgerac=ridgeraj ;ridhero=ridheroh ;rimrockn=rimrck20~(rimrck12~=rimrck16) ;ringdest=smbomb=smbombr1 ;ringfgt=ringfgt2=vsgongf ;ringrage=ringragj=ringragu ;rmhaihia=rmhaihib=rmhaijin=rmhaisei=themj ;rmpgwt=rmpgwt11 ;roadblc1=roadblcg=roadblg1=roadblg2=roadbls1=roadbls2=roadbls3=roadblsc=roadblsg=roadblst ;roadf=roadf2 ;roadrun1~=roadrun2~=roadrunn ;roboarmy=roboarma ;robocop2=robocp2j=robocp2u ;robocop=robocopb=robocopj=robocopw~=(robocopu=robocpu0) (max credits value only difference so far) ;robokdj2=robokidj~=robokid ;robotron=robotryo ;robowres=robowrb ;rockn=rockna ;rockraga=rockrage=rockragj ;rocnrope=rocnropk ;rodland~(rodlandj=rodlndjb) ;rohga=rohga1=rohga2~=(rohgah=rohgau) (Rapid Fire and Select Mission addresses different) ;rollerg=rollergj ;rompers=romperso ;rongrngg=rongrong ;route16=route16a=route16b=routex ;royalcdb=royalcrd (unchecked relationship) ;rpatrolb=rpatrolo~silvland ;rrrevenp=rrreveng ;rthun2=rthun2j ;rthunder=rthundro ;rtype2=rtype2j ;rtype=rtypepj~=rtypeu ;rtypelej=rtypeleo ;rugrats=wiping ;rundeep~=thedeep ;rungun=runguna=rungunu=rungunua=slmdunkj ;rushcrsh=srumbler=srumblr2 ;rygar=rygar2=rygarj ;s1945=s1945a=s1945j=s1945jn ;sabotenb=sabotnba ;sailormn=sailormo ;sailorwa=sailorws ;salamand=salamanj ;samsho5=samsho5b=samsho5h~=(samsh5sh=samsh5sn=samsh5sp) {character name differences, still to be corrected though} ;samuraia=sngkace ;sandscra=sandscrp ;sarukani=vblokbrk ;satansat=zarzon ;sbasketb=sbasketo=sbasketu ;sbbros=spang=spangj ;sbdk~superbik ;schaser=schasrcv ;sci=scia=sciu ;scion=scionc ;scontra=scontraj ;scorpion=scorpnmc=scrpiona ;sctionza=sectionz ;scud~scuda~scudp (unchecked relationship - make machine single/standalone to play) ;searchar=sercharj=sercharu ;secretab=secretag=slyspy=slyspy2 ;sectrzon=seicross ;sengekij~sengekis ;sengokh=sengoku ;senkyu=senkyua (unchecked relationship) ;sf2049~sf2049se~sf2049te (unchecked relationship) ;sf2=sf2eb=sf2j=sf2ja=sf2jc=sf2ua=sf2ub=sf2ud=sf2ue=sf2uf=sf2ui=sf2uk~(sf2accp2=sf2ce=sf2cej=sf2ceua=sf2ceub=sf2ceuc=sf2koryu=sf2m1=sf2m2=sf2m3=sf2m4=sf2m5=sf2m6=sf2m7=sf2rb=sf2rb2=sf2red=sf2v004=sf2yyc~=(sf2hf=sf2t=sf2tj)) [exact sf2 cheats missing some cheats from sf2ce -investigate please somebody(I hate this game)] ;sf=sfjp=sfus~=sfp ;sfa2=sfz2a=sfz2b=sfz2br1=sfz2h=sfz2n=sfz2j~=(sfz2aa=sfz2ab=sfz2ah=sfz2aj)~=(sfa3=sfa3b=sfa3r1=sfz3a=sfz3ar1=sfz3j=sfz3jr1=sfz3jr2)~=(vsav=vsava=vsavh=vsavj=vsavu~=vsav2~=(vhunt2=vhunt2r1))~(pfghtj=sgemf=sgemfa=sgemfh) ;sfa=sfar1=sfar2=sfau=sfza=sfzch=sfzb=sfzbr1=sfzh=sfzj=sfzjr1=sfzjr2 ;sfex2=sfex2a=sfex2j ;sfex2p=sfex2pa=sfex2pj ;sfex=sfexa=sfexj ;sfexp=sfexpj=sfexpu1 ;sformula=tail2nos ;sftm=sftm110=sftm111=sftmj ;sfx=skelagon ;sgmast=sgmastc=sgmastj (sgmast not working so untested) ;sgunner2=sgunnr2j ;sgunner=sgunnerj ;shadowld=yokaidko=youkaidk ;sharrier=sharrirb ;shdancbl=shdancer=shdance1=shdancej ;shimpacp=shimpact ;shinobi=shinobi1=shinobi2=shinobi3=shinobi4=shinobl ;shiryu2=strider2=stridr2a ;shocktra=shocktro ;shollow=shollow2 ;shootoub=shootouj~shootout ;shougi=shougi2 ;shtrider=shtridra ;shufshot=sshot139~=sshot137 ;shuuz=shuuz2 ;sia2650=tinv2650 ;sidearjp=sidearmr=sidearms~=twinfalc=whizz ;sidepckt=sidepctb=sidepctj ;silentd=silentdj ;silkworm=silkwrm2 ;simps2pa=simps2pj=simpsn2p=simps4pa=simpsons ;sinista1=sinista2=sinistar ;sjryuko=sjryuko1 ;skullxb1=skullxb2=skullxb3=skullxb4=skullxbo ;skykid=skykidd=skykido~=skykiddo=skykiddx ;sliksh16=sliksh17~slikshot ;slither=slithera ;sltblgp1=sltblgpo (unchecked relationship) ;smashtv=smashtv4=smashtv5=smashtv6 ;smgp=smgp5=smgp6=smgpj=smgpu=smgpu1=smgpu2=smgpu3 ;snowbalt~snowboar ;snowbro3~=(snowbroa=snowbrob=snowbroc=snowbroj=snowbros=wintbob) differences due to graphics ie. SNOW or BALL ;soccersa=soccersj=soccerss (unchecked relationship) ;solarwar=xsleena=xsleenab ;sonic=sonicp ;sonson=sonsonj ;soulclba~soulclbb~soulclbc~soulclbr ;souledga=souledge~esouledgb=souledgc ;spacebrd=spacedem=spacefb=spacefbb=spacefbg ;spacecho=speakres=stratvox ;spacedx=spacedxj~spacedxo~spcinvdj ;spaceftr=starcas=starcas1=starcase=starcasp=stellcas ;spaceplt=timeplt=timeplta=timepltc ;spacetrk=sptrekct ;spacfura=spacfury ;spatter=ssanchan ;spbactn=spbactnj ;spclorda~(spclordb=spclordg=spclords) ;spelnkrj=spelunkr~=spelunk2 ;spf2t=spf2ta=spf2xj ;spiders=spiders2~spinner ;spidman~=spidmanu ;spinlbrj=spinlbrk=spinlbru ;splattej=splatter ;spool3=spool3i ;sprcros2=sprcrs2a ;sprint1~(sprint2=sprint2a) ;spy=spyu ;spyhnt2a=spyhunt2 ;srally2=sraly2dx ;srdarwin=srdarwnj ;srmp4=srmp4o ;sscope=sscopea (unchecked relationship) ;ssf2=ssf2a=ssf2ar1=ssf2j=ssf2jr1=ssf2jr2=ssf2tb=ssf2tbj=ssf2tbr1=ssf2tur1=ssf2u~=(ssf2t=ssf2ta=ssf2tu=ssf2xj(UNTESTED ssf2xj,ssf2tb,ssf2tbj,ssf2tbr1)) ;sshangha=sshanghb ;sshoot11=sshoot12=sshooter ;sslam=sslama ;sspacatc=sspacat2=sspacat3=sspaceat~=(alphaho~[headon]) ;sspirtfc=sspiritj=sspirits ;ssrdrabd=ssrdrebc=ssrdrebd=ssrdrjbd=ssrdrubc~=(ssrdradd=ssrdreaa=ssrdruac=ssrdruda=ssriders=sunsetbl) ;starfira~=starfire ;starjack=starjacs ;starwar1=starwars ;sextriv=statriv2=trivquiz~supertr2 ;steelta1=steeltap~(steeltag=steeltal) (steeltap cheats not checked though!) ;stinger=stinger2 ;stkclmnj=stkclmns ;stoneba2~=stonebal (Only difference is stonebal uses TEAM 1/2 instead of PL1/2 in descriptions) ;strahl~=strahla ;stratab=stratab1 ;stratgys=stratgyx ;streets1=streetsj=streetsm=streetsw ;strider=striderj=stridrja=stridrua ;strnskil=guiness ;stunrn2e=stunrn3e=stunrun=stunrun0=stunrun2=stunrun3=stunrun4=stunrun5=stunrune~=(stunrunj=stunrunp) ;supbtime=supbtimj ;superman=suprmanj ;superpac=superpcm ;superx=superxm ;suprridr~=timelimt ;suratk=suratka=suratkj ;survarts=survartu ;suzuk8h2=suzuk8hj=suzuka8h ;svc=svcboot=svcpcb~=(svcplus=svcplusa=svcsplus) [relationship untested] ;svolley=svolleyk=svolleyu ;swcourt=swcourtj ;swimmer=swimmera=swimmerb ;sws96=sws97 ;sws~=sws92~=sws92g~=sws93 ;swtrilga=swtrilgy (unchecked relationship) ;szaxxon~zaxxon=zaxxon2=zaxxonb ;tank8=tank8a=tank8b=tank8c=tank8d ;tankfrce=tankfrcj ;taotaida~taotaido ;tattass=tattassa ;tazmani2=tazmania=tazzmang ;tbowl=tbowlj ;tceptor=tceptor2 ;tdfever=tdfever2=tdfeverj ;teamqb=teamqb2 ;teddybb=teddybbo ;tekken2=tekken2a~tekken2b ;tekken3~tekken3a~tekken3b (tekken3a & tekken3b only have time cheats at the moment) ;tekken=tekkena~(tekkenb=tekkenc) ;tektagt=tektagta~(tektagtb=tektagtc) ;tempest=tempest1=tempest2=tempest3=temptube ;tenkomoj=tenkomor ;teplus2j=tetrisp2 ;term2=term2la1=term2la2 ;terracra=terracrb=terracre ;terraf=terrafu ;tetris=tetris1=tetris2=tetris3=tetrisbl~tetrist=tetrista (tetrist cheats are slightly different in method - I wanted them this way) ;tfrceac=tfrceacb=tfrceacj ;tharierj=tharrier ;thehustj=thehustl ;thnderxa~=(thnderxb=thnderxj=thunderx) ;thndfoxj=thndfoxu=thundfox ;thndrbdj=thndrbld ;thndrx2=thndrx2a ;tigerh=tigerh2=tigerhb1=tigerhb2=tigerhj ;tigeroad=tigerodb=toramich ;timecris=timecrsa ;timek131=timekill ;timescan=timesca1 ;titlef=titlefu ;tknight=wildfang ;tmek~tmekprot ;tmht=tmnt=tmntj=tmntu=tmntua~=(tmht2p=tmnt2p=tmnt2pj=tmnt2po) ;tmnt2=tmnt2a~=tmnt22p ;tndrcade=tndrcadj ;tnk3=tnk3j ;tnzs=tnzsj~=tnzso ;todruaga=todruago ;tokio=tokiob=tokiou ;toki~=(tokia=tokib=tokij=tokiu) ;tomahaw5~tomahawk ;toobin=toobin2=toobin2e=toobine=toobing~=toobin1 ;tophunta=tophuntr ;totcarn=totcarnp ;touchgo=touchgoe=touchgon (unchecked relationship) ;tourtab2=tourtabl ;toutrun=toutrun1=toutrun2 ;tp84=tp84a~tp84b ;trckydca=trckydoc ;triothej=triothep ;triviabb=triviag2=triviasp=triviayp~=triviag1~=triviaes ;trog=trog3=trogp=trogpa6 ;trojan=trojanj=trojanr ;tron=tron2=tron3=tron4 ;trvmstr=trvmstra ;trvwhzha=trvwhzho=trvwhzva=trvwhzve~=trvwhzii~trvwhziv ;tsamurai=tsamura2 ;tshingen=tshingna ;tstrike~=tstrikea (values for max shot power are different) ;ttchamp=ttchampa (unchecked relationship) ;tturf=tturfbl=tturfu ;tunhunt=tunhuntc ;turbo=turboa=turbob ;turtshik=turtship ;tutankhm=tutankst ;twotiger=twotigrc ;twrdc94a=twrldc94 (twrdc94a not working so untested) ;tx1=tx1a (unchecked relationship) ;uccops=uccopsj ;ufosensb=ufosensi ;undrfire=undrfirj=undrfiru ;upndown~=upndownu ;usg183~=usg252~(usg32=usg82=usg83=usg83x) [different max values though and games differ - basic locations all the same] ;vandyjal=vandyja2=vandyke ;vangrdce=vanguard=vanguarj ;vanvan=vanvanb=vanvank ;varth=varthj=varthr1=varthu ;vasara2=vasara2a ;vastar=vastar2 ;vball~=vball2pj ;vbowl=vbowlj (unchecked relationship) ;vendet2p=vendetas=vendettj=vendtaso~=(vendetao=vendett2=vendetta) ;venture=venture2=venture4 ;vf2=vf2b=vf2o ;vf3~vf3tb (unchecked relationship) ;vformula=vr ;victorba~=victory ;vigilant=vigilntj=vigilntu ;vimana=vimana1=vimanan ;vindc2r1=vindc2r2=vindctr2~(vindice3=vindice4=vindict1=vindict2=vindict4=vindicte=vindictg=vindictr) ;viofight=viofighu ;viostorm=viostrma=viostrmj=viostrmu ;viprp1=viprp1s~=(viprp1o=viprp1ot) ;vliner=vlinero (unchecked relationship) ;vmetal=vmetaln ;volfied=volfiedj=volfiedu ;von2=von254g (unchecked relationship) ;von=vonusa (unchecked relationship) ;vs2~vs215~vs298~vs29815~vs299~vs2v991 (vs298, vs299 & vs2v991 not working) ;vsbbalja=vsbbaljb=vsbball=vsbballj ;vsnetscj=vsnetscr (unchecked relationship) ;vspinbal=vspinblj ;vstennij=vstennis ;vstriker=vstrikra (unchecked relationship) ;vsyard=vsyard2=yard ;vulgus=vulgus2=vulgusj ;wallc=wallca ;warpwar2=warpwarp=warpwarr ;wb3~=(wb31=wb32=wb33=wb34=wb3bbl) ;wbdeluxe=wboy=wboy2=wboy2u=wboy3=wboyo=wboysys2=wboyu ;wbeachv2~wbeachvl (+credit differences) ;wbml=wbmlb=wbmljb=wbmljo ;wc90~=(wc90a=wc90b=wc90t) ;wcbowl=wcbwl161=wcbwl165~wcbwl12 ;welltrij=welltris ;wfortuna=wfortune ;wgp=wgpj~=(wgpjoy=wgpjoya)~wgp2 ;wh1=wh1h~(wh2~=wh2j~=whp) ;willow=willowj=willowje ;wingwar=wingwara ;winspike=winspikj ;wiseguy=yamyam ;wiz=wizt ;wizzquiz=wizzquza ;wof=wofa=wofj=wofu ;woodpek=woodpeka ;wotw=wotwc ;wrestwa1=wrestwa2=wrestwar ;ws~=ws89=ws90 ;wwallyj=wwallyja ;wwester1=wwestern ;wwfsstaa=wwfsstaj=wwfsstar=wwfsstau ;wwfwfest=wwfwfsta=wwfwfstb=wwfwfstj ;xexex~=xexexj ;xmcota=xmcotaa=xmcotah=xmcotaj=xmcotaj1=xmcotau ;xmen~=(xmen2p=xmen2pj)~=(xmen6p=xmen6pu) ;xmvsf=xmvsfa=xmvsfar1=xmvsfb=xmvsfh=xmvsfj=xmvsfjr1=xmvsfjr2=xmvsfr1=xmvsfu=xmvsfur1 ;xybots=xybots1=xybotsf=xybotsg~=xybots0 ;yiear=yiear2 ;yosakdoa=yosakdon ;zaviga=zavigaj ;zeropnt=zeropnta ;zigzag=zigzag2 ;zookeep=zookeep2=zookeep3 ; ;****************************************************************************** ;* GAMES THAT CURRENTLY UTILISE ROM CHEATS * ;****************************************************************************** ; ; Games utilising ROM cheats, where the cheat actually changes the program code ; rather than the game data. Individual credits will be given due to the extra work ; and skill - though only for cheats where RAM cheats are either not possible or ; buggy! ;-)) Sometimes it is actually a LOT quicker to make a ROM hack than find ; a RAM cheat. ; ; I'm keeping this list as I may find it useful to for testing purposes when the ; cheat engine changes...especially for processors with endian (big and little) ; issues. ; ; 1943 (made by ShimaPong) [????] ; 1943j (made by ShimaPong) [????] ; 1943kai (made by ShimaPong) [????] ; 4dwarrio (made by ShimaPong) [Z80] ; 4in1 (made by Pugsy) [Z80] ; 4in1 (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; 600 (made by ShimaPong) [????] ; 800fath (made by Pugsy) [Z80] ; 99lstwar (made by Shimapong) [Z80] ; 99lstwra (made by Shimapong) [Z80] ; 99lstwrk (made by Shimapong) [Z80] ; abattle (made by ShimaPong) [????] ; abattle2 (made by ShimaPong) [????] ; acombat (made by ShimaPong) [????] ; acrobatm (made by ShimaPong) [????] ; ad2083 (made by ShimaPong) [????] ; afire (made by ShimaPong) [????] ; airwolf (made by ShimaPong) [????] ; ajax (made by ShimaPong) [????] ; ajaxj (made by ShimaPong) [????] ; alcon (made by ShimaPong) [Z80] ; alhaxz (made by ShimaPong) [????] ; alibaba (made by ShimaPong) [????] ; alien3 (made by ShimaPong) [????] ; alien3u (made by ShimaPong) [????] ; alieninv (made by Pugsy) [8080] ; alpham (made by ShimaPong) [????] ; amatelas (made by Pugsy) [68000] ; amazon (made by Pugsy) [68000] ; ambush (made by ShimaPong) [????] ; ambusht (made by ShimaPong) [????] ; androdun (made by ShimaPong) [????] ; angelkds (made by ShimaPong) [????] ; arabian (made by ShimaPong) [????] ; arcadia (made by Pugsy) [M6809] ; argus (made by ShimaPong) [????] ; armedf (made by ShimaPong) [????] ; armorca2 (made by ShimaPong) [????] ; armorcar (made by ShimaPong) [????] ; aso (made by ShimaPong) [????] ; assault (made by ShimaPong) [????] ; assaultj (made by ShimaPong) [????] ; assaultp (made by ShimaPong) [????] ; astinvad (made by ShimaPong) [????] ; astrob (updated/fixed by ShimaPong) [Z80] ; astrob1 (updated/fixed by ShimaPong) [Z80] ; astrob2 (updated/fixed by ShimaPong) [Z80] ; astrob2a (updated/fixed by ShimaPong) [Z80] ; astroba (made by ShimaPong) [????] ; astrof (made by ShimaPong) [????] ; astrof2 (made by ShimaPong) [????] ; astrof3 (made by ShimaPong) [????] ; astrofl (made by ShimaPong) [????] ; athena (made by ShimaPong) [Z80] ; atlantis (made by ShimaPong) [????] ; atlants2 (made by ShimaPong) [????] ; atomboy (made by Pugsy) [Z80] ; azurian (updated/fixed by ShimaPong) [Z80] ; ballbomb (made by ShimaPong) [????] ; baluba (made by ShimaPong) [????] ; bandido (made by ShimaPong) [????] ; bankp (made by ShimaPong) [????] ; baraduka (made by ShimaPong) [????] ; baraduke (made by ShimaPong) [????] ; barricad (made by Pugsy) [I8080] ; batman2 (made by Pugsy) [Z80] ; battlan2 (made by Pugsy) [M6809] ; battlan3 (made by Pugsy) [M6809] ; battlane (made by Pugsy) [M6809] ; battles (made by ShimaPong) [????] ; battlex (updated/fixed by ShimaPong) [Z80] ; battlntj (made by ShimaPong) [HD6309] ; battlnts (made by ShimaPong) [HD6309] ; batwing (made by ShimaPong) [????] ; bchopper (made by ShimaPong) [????] ; bcruzm12 (made by ShimaPong) [????] ; beaminv (made by ShimaPong) [????] ; beastf (made by ShimaPong) [????] ; berzerk (made by ShimaPong) [????] ; berzerk1 (made by ShimaPong) [????] ; bigkong (made by Pugsy) [Z80] ; bioatack (made by ShimaPong) [????] ; bionicc (made by ShimaPong) [????] ; bionicc2 (made by ShimaPong) [????] ; blastoff (made by ShimaPong) [????] ; blckgalb (made by ShimaPong) [????] ; blkbustr (made by ShimaPong) [????] ; blkhole (made by ugetab) [Z80] ; blockgal (made by ShimaPong) [????] ; blueprnj (made by ShimaPong) [????] ; blueprnt (made by ShimaPong) [????] ; bnj (made by ShimaPong) [M6502] ; boggy84 (made by ShimaPong) [????] ; bosco (made by Pugsy) [Z80] ; boscomd (made by Pugsy) [Z80] ; boscomdo (made by Pugsy) [Z80] ; boscoo (made by Pugsy) [Z80] ; boscoo2 (made by Pugsy) [Z80] ; botanic (made by ShimaPong) [????] ; bounty (made by ShimaPong) [????] ; brain (made by ShimaPong) [????] ; brdrlinb (made by ShimaPong) [????] ; brdrline (made by ShimaPong) [????] ; brickyrd (made by Pugsy) [I8080] ; brkthru (made by ShimaPong) [????] ; brkthruj (made by ShimaPong) [????] ; brubber (made by ShimaPong) [M6502] ; btime (originally made by Pugsy/replaced with Music Fixed ones made by Shimapong) [M6502] ; btime2 (originally made by Pugsy/replaced with Music Fixed ones made by Shimapong) [M6502] ; btimem (originally made by Pugsy/replaced with Music Fixed ones made by Shimapong) [M6502] ; btlecity (made by ShimaPong) [????] ; buckrog (made by ShimaPong) [Z80] ; buckrogn (made by ShimaPong) [Z80] ; bwing (made by ShimaPong) [????] ; bwingj (made by ShimaPong) [????] ; capitol (made by Pugsy) [8085A] ; caractn (made by ShimaPong) [M6502] ; caterplr (made by Pugsy) [M6502] ; cbnj (made by ShimaPong) [M6502] ; cbtime (made by Pugsy) [M6502] ; cburnrb2 (made by ShimaPong) [M6502] ; cburnrub (made by ShimaPong) [M6502] ; centipd2 (made by Pugsy) [M6502] ; centipdb (made by Pugsy) [M6502] ; centiped (made by Pugsy) [M6502] ; centtime (made by Pugsy) [M6502] ; cgraplop (made by ShimaPong) [M6502] ; cgraplp2 (made by ShimaPong) [M6502] ; chaknpop (made by ShimaPong) [????] ; chameleo (made by Pugsy) [M6502] ; cheesech (made by ShimaPong) [????] ; chelnov (made by ShimaPong) [????] ; chelnovj (made by ShimaPong) [????] ; chelnovu (made by ShimaPong) [????] ; chinher2 (made by ShimaPong) [Z80] ; chinhero (made by ShimaPong) [Z80] ; ckong (made by Pugsy) [Z80] ; ckonga (made by Pugsy) [Z80] ; ckongalc (made by Pugsy) [Z80] ; ckongb (made by Pugsy) [Z80] ; ckongjeu (made by Pugsy) [Z80] ; ckongo (made by Pugsy) [Z80] ; ckongs (made by Pugsy) [Z80] ; clshrdst (made by ShimaPong) [????] ; clshroad (made by ShimaPong) [????] ; cobracmj (made by Pugsy) [M6809] ; cobracom (made by Pugsy) [M6809] ; condor (made by Pugsy) [8085A] ; cookrace (originally made by Pugsy/replaced with Music Fixed ones made by Shimapong) [M6502] ; cop01 (made by ShimaPong) [Z80] ; cop01a (made by ShimaPong) [Z80] ; cosmccop (made by Pugsy(objects)/improved by ShimaPong(scenery)) [V30] ; cosmicmo (made by Pugsy) [8080] ; cosmo (made by Pugsy) [8080] ; cottong (made by ShimaPong) [????] ; countrb2 (made by ShimaPong) [????] ; countrnb (made by ShimaPong) [????] ; countrun (made by ShimaPong) [????] ; cppicf (made by Pugsy) [M6502] ; cppicf2 (made by Pugsy) [M6502] ; crazyblk (made by ShimaPong) [????] ; crush (made by ShimaPong) [Z80] ; crush2 (made by ShimaPong) [Z80] ; crush3 (made by ShimaPong) [Z80] ; crzralla (made by ShimaPong) [Z80] ; crzrallg (made by ShimaPong) [Z80] ; crzrally (made by ShimaPong) [Z80] ; csilver (made by ShimaPong) [????] ; ctisland (made by ShimaPong) [????] ; ctislnd2 (made by ShimaPong) [????] ; ctrpllrp (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; dacholer (made by ShimaPong) [????] ; dangseed (made by ShimaPong) [????] ; daraku (made by Pugsy) [SH-2] ; darwin (made by ShimaPong) [????] ; ddayjlc (made by ShimaPong) [????] ; ddayjlca (made by ShimaPong) [????] ; defcmnd (made by Pugsy) [M6809] ; defence (made by Pugsy) [M6809] ; defender (made by Pugsy) [M6809] ; defendg (made by Pugsy) [M6809] ; defendw (made by Pugsy) [M6809] ; demndrgn (made by ShimaPong) [Z80] ; demoneye (made by Pugsy) [M6502] ; devilfsg (made by ShimaPong) [????] ; devilfsh (made by ShimaPong) [????] ; digdug2 (made by ShimaPong) [????] ; digdug2o (made by ShimaPong) [????] ; digger (made by ShimaPong) [????] ; diggerc (made by Shimapong) [????] ; dino (made by ugetab) [68000] ; dinoj (made by ugetab) [68000] ; dinou (made by ugetab) [68000] ; dkngjnrb (made by Pugsy) [Z80] ; dkngjnrj (made by Pugsy) [Z80] ; dkong (made by Pugsy) [Z80] ; dkong3 (made by ShimaPong) [????] ; dkong3b (made by ShimaPong) [????] ; dkong3j (made by ShimaPong) [????] ; dkongjo (made by Pugsy) [Z80] ; dkongjo1 (made by Pugsy) [Z80] ; dkongjp (made by Pugsy) [Z80] ; dkongjr (made by Pugsy) [Z80] ; dkongjrb (made by Pugsy) [Z80] ; dkongjrj (made by Pugsy) [Z80] ; dkongjrm (made by Pugsy) [Z80] ; dkongo (made by Pugsy) [Z80] ; dockman (made by ShimaPong) [????] ; dommy (made by Pugsy) [M6502] ; dorodon (made by ShimaPong) [????] ; dorodon2 (made by ShimaPong) [????] ; dowild (made by ShimaPong) [????] ; drgnbstr (made by ShimaPong) [M6809] ; drtoppel (made by Pugsy) [Z80] ; drtopplj (made by Pugsy) [Z80] ; drtopplu (made by Pugsy) [Z80] ; eagle (updated/fixed by ShimaPong) [Z80] ; eagle2 (updated/fixed by ShimaPong) [Z80] ; eagle3 (made by ShimaPong) [Z80] ; eggor (made by ShimaPong) [????] ; eggs (made by Pugsy) [M6502] ; enigma2 (made by ShimaPong) [????] ; enigma2a (made by ShimaPong) [????] ; equites (made by ShimaPong) [????] ; equitess (made by ShimaPong) [????] ; evilston (made by ShimaPong) [????] ; excelsr (made by Shimapong) [????] ; exerion (made by Mathias Schroeder) [Z80] ; exerionb (made by Mathias Schroeder) [Z80] ; exeriont (made by Mathias Schroeder) [Z80] ; exerizrb (made by ShimaPong) [Z80] ; exodus (updated/fixed by ShimaPong) [Z80] ; explorer (made by Pugsy) [Z80] ; exprrada (made by ShimaPong) [????] ; exprraid (made by ShimaPong) [????] ; exterm (made by Pugsy) [TMS34010] ; extrmatn (made by ShimaPong) [????] ; eyes (made by ShimaPong) [????] ; eyes2 (made by ShimaPong) [????] ; falcon (made by Pugsy) [I8085A] ; falcona (made by Pugsy) [I8085A] ; fantazia (updated/fixed by ShimaPong) [Z80] ; fastlane (made by ShimaPong) [????] ; fatfursa (made by ShimaPong) [????] ; fatfursp (made by ShimaPong) [????] ; fatfury2 (made by ShimaPong) [????] ; fatfury3 (made by Pugsy & KelvSYC) [68000] ; fcombat (made by ShimaPong) [Z80] ; ffantasa (made by ShimaPong) [????] ; ffantasy (made by ShimaPong) [????] ; finalizb (made by ShimaPong) [????] ; finalizr (made by ShimaPong) [????] ; firebatl (made by Pugsy) [Z80] ; flkatck (made by ShimaPong) [????] ; flower (made by ShimaPong) [????] ; flowerb (made by ShimaPong) [????] ; flytiger (made by Pugsy) [Z80] {Simple effective NOP of level reset} ; fnkyfish (made by ShimaPong) [????] ; forcebrk (made by ShimaPong) [????] ; frenzy (made by ShimaPong) [????] ; friskyt (made by ShimaPong) [????] ; friskyta (made by ShimaPong) [????] ; fshark (made by ShimaPong) [????] ; fsharkbt (made by ShimaPong) [????] ; fx (made by ShimaPong) [????] ; galaga (made by unknown mamedev) [Z80] {Fast shoot cheat as a ROM set replaement} ; galagamk (made by unknown mamedev) [Z80] ; galagamw (made by unknown mamedev) [Z80] ; galagao (made by unknown mamedev) [Z80] ; galap1 (made by Pugsy) [Z80] ; galap4 (made by Pugsy) [Z80] ; galapx (made by Pugsy) [Z80] ; galaxiaj (made by Pugsy) [Z80] ; galaxian (made by Pugsy) [Z80] ; gallag (made by unknown mamedev) [Z80] ; gallop (made by Pugsy(objects)/improved by ShimaPong(scenery)) [V30] ; galmidw (made by Pugsy) [Z80] ; galmidwo (made by Pugsy) [Z80] ; galturbo (made by Pugsy) [Z80] ; gardia (made by ShimaPong) [Z80] ; gardiab (made by ShimaPong) [Z80] ; gatsbee (made by unknown mamedev) [Z80] ; gberet (made by Pugsy) [Z80] ; gberetb (made by Pugsy) [Z80] ; gblchmp (made by ugetab) [68EC020] ; genpeitd (made by ShimaPong) [????] ; getstar (made by ShimaPong) [????] ; getstarb (made by ShimaPong) [????] ; getstarj (made by ShimaPong) [????] ; gforce2 (made by ShimaPong) [????] ; gforce2j (made by ShimaPong) [????] ; gmgalax (made by ugetab) [Z80] ; gng (made by Pugsy & Bugfinder) [M6809] ; gnga (made by Pugsy & Bugfinder) [M6809] ; gngt (made by Pugsy & Bugfinder) [M6809] ; gorf (made by Pugsy) [Z80] ; gorfpgm1 (made by Pugsy) [Z80] ; gpilots (made by Pugsy) [68000] ; gradius2 (made by ShimaPong) [????] ; gradius3 (made by ShimaPong) [68000] ; grdforce (made by ShimaPong) [????] ; grdius2a (made by ShimaPong) [????] ; grdius2b (made by ShimaPong) [????] ; grdius3a (made by ShimaPong) [68000] ; grdius3e (made by ShimaPong) [68000] ; griffon (made by Pugsy) [Z80] ; grobda (made by ShimaPong) [????] ; grobda2 (made by ShimaPong) [????] ; grobda3 (made by ShimaPong) [????] ; gsword (made by ShimaPong) [Z80] ; gsword2 (made by ShimaPong) [Z80] ; gteikob2 (updated/fixed by ShimaPong) [Z80] ; gteikokb (updated/fixed by ShimaPong) [Z80] ; gteikoku (updated/fixed by ShimaPong) [Z80] ; gtstarba (made by ShimaPong) [????] ; gunlock (made by ShimaPong) [????] ; gunsmoka (made by ShimaPong) [????] ; gunsmoke (made by ShimaPong) [????] ; gunsmokj (made by ShimaPong) [????] ; gunsmoku (made by ShimaPong) [????] ; gutangtn (made by ShimaPong) [????] ; guzzler (made by ShimaPong) [????] ; halleycj (made by Pugsy) [M6809] ; halleys (made by Pugsy) [M6809] ; halleysc (made by Pugsy) [M6809] ; hangly (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; hangly2 (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; hangly3 (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; hangon (made by ShimaPong) [????] ; hangonjr (made by ShimaPong) [Z80] ; hardhead (made by Pugsy) [Z80] ; hardhedb (made by Pugsy) [Z80] ; headoni (made by ShimaPong) [????] ; highspla (made by ShimaPong) [????] ; highsplt (made by ShimaPong) [????] ; hippodrm (made by ShimaPong) [????] ; hiryuken (made by ShimaPong) [Z80] ; hishouza (made by ShimaPong) [????] ; holeland (made by ShimaPong) [????] ; iceclimb (made by Pugsy) [N2A03] ; iceclmbj (made by Pugsy) [N2A03] ; iceclmrj (made by Pugsy) [N2A03] ; iganinju (made by ShimaPong) [68000] ; imago (made by Pugsy) [Z80] ; imsorry (made by ShimaPong) [????] ; imsorryj (made by ShimaPong) [????] ; indianbt (made by ShimaPong) [????] ; invaddlx (made by Pugsy) [8080] ; invaderl (made by Pugsy) [8080] ; invaders (made by Pugsy) [8080] ; invasion (made by Pugsy) [8080] ; irrmaze (made by Pugsy) [68000] ; jackrab2 (made by Pugsy) [Z80] ; jackrabs (made by Pugsy) [Z80] ; jackrabt (made by Pugsy) [Z80] ; jailbrek (made by ShimaPong) [????] ; jajamaru (made by ShimaPong) [????] ; janjans2 (made by ShimaPong) [????] ; jedi (made by Pugsy) [M6502] ; jin (made by Jym) [M6809] {Buggy} ; jituroku (made by ShimaPong) [????] ; joinem (made by ShimaPong) [Z80] ; jollyjgr (made by ShimaPong) [????] ; jongbou (made by ShimaPong) [????] ; joyman (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; jpark (made by Stephh) [V60] [deleted] ; jrpacman (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; jrpacmbl (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; jspecter (made by Pugsy) [8080] ; jspectr2 (made by Pugsy) [8080] ; jumpcoas (made by ShimaPong) [????] ; jumpcoat (made by ShimaPong) [????] ; kabukiz (made by ShimaPong) [????] ; kabukizj (made by ShimaPong) [????] ; kageki (made by ShimaPong) [????] ; kagekia (made by ShimaPong) [????] ; kagekij (made by ShimaPong) [????] ; kaiserkj (made by ugetab) [68EC020] ; kaiserkn (made by ugetab) [68EC020] ; kaitei (made by ShimaPong) [????] ; kaiteik (made by ShimaPong) [????] ; kamikaze (made by ShimaPong) [????] ; kangaroa (made by ShimaPong) [????] ; kangarob (made by ShimaPong) [????] ; kangaroo (made by ShimaPong) [????] ; karnov (made by ShimaPong) [????] ; karnovj (made by ShimaPong) [????] ; kazan (made by ShimaPong) [68000] ; kickboy (made by ShimaPong) [????] ; kicker (made by Pugsy) [M6809] ; kikikai (made by ShimaPong) [????] ; killcom (made by ShimaPong) [????] ; kingbalj (made by ShimaPong) [????] ; kingball (made by ShimaPong) [????] ; kingofb (made by ShimaPong) [????] ; kngtmare (made by ShimaPong) [????] ; knightb (made by ShimaPong) [????] ; kodure (made by ShimaPong) [????] ; kof97 (made by Bugfinder) [68000] ("No Damage Dealt While Defending") [Added kof97a/kof97pls using same address untested though] ; kof98 (made by Bugfinder) [68000] ("Enable Omega Rugal") {CHEAT MAY NEED TYPE CHANGING WHEN GAME WORKS} ; kof98n (made by Bugfinder) [68000] ("Enable Omega Rugal") ; korosuke (made by ShimaPong) [Z80] ; kosmokil (made by ShimaPong) [????] ; kurikina (made by ShimaPong) [Z80] ; kurikinj (made by ShimaPong) [Z80] ; kurikint (made by ShimaPong) [Z80] ; kurikinu (made by ShimaPong) [Z80] ; ladybug (made by ShimaPong) [????] ; ladybugb (made by ShimaPong) [????] ; ladybugb2 (made by ShimaPong) [????] ; ladybugg (made by ShimaPong) [????] ; ladyfrog (made by ShimaPong) [????] ; lasso (made by ShimaPong) [M6502] ; legend (made by ShimaPong) [????] ; legion (made by Pugsy) [68000] ; legiono (made by Pugsy) [68000] ; lizwiz (made by ShimaPong) [????] ; locomotn (made by ShimaPong) [????] ; m660 (made by ShimaPong) [????] ; m660b (made by ShimaPong) [????] ; m660j (made by ShimaPong) [????] ; madalien (made by Pugsy) [M6502] ; magmax (made by ShimaPong) [????] ; magworm (made by Pugsy) [M6502] ; makaimuc (made by Pugsy & Bugfinder) [M6809] ; makaimug (made by Pugsy & Bugfinder) [M6809] ; makaimur (made by Pugsy & Bugfinder) [M6809] ; maketrax (made by ShimaPong) [Z80] ; maketrxb (made by ShimaPong) [Z80] ; malzak (made by ShimaPong) [S2650] ; malzak2 (made by ShimaPong) [S2650] ; manhatan (made by ShimaPong) [????] ; marineb (made by Pugsy) [Z80] ; mariner (made by Pugsy) [Z80] ; markham (updated/fixed by ShimaPong) [Z80] ; marvins (made by ShimaPong) [Z80] ; mayday (made by Pugsy) [M6809] ; maydaya (made by Pugsy) [M6809] ; maydayb (made by Pugsy) [M6809] ; mbrush (made by ShimaPong) [Z80] ; megaforc (made by ShimaPong) [Z80] ; megazona (made by ShimaPong) [????] ; megazonb (made by ShimaPong) [????] ; megazonc (made by ShimaPong) [????] ; megazone (made by ShimaPong) [????] ; megazoni (made by ShimaPong) [????] ; mermaid (made by ShimaPong) [????] ; metamrph (made by ShimaPong) [????] ; metamrpj (made by ShimaPong) [????] ; metamrpu (made by ShimaPong) [????] ; metlhawk (made by ShimaPong) [68000] ; metlhwkj (made by ShimaPong) [68000] ; metlsavr (made by ShimaPong) [????] ; metmqstr (made by ShimaPong) [????] ; metrocra (made by ShimaPong) [????] ; metrocrs (made by ShimaPong) [????] ; mightguy (made by ShimaPong) [????] ; mikie (made by ShimaPong) [????] ; mikiehs (made by ShimaPong) [????] ; mikiej (made by ShimaPong) [????] ; milliped (made by Pugsy) [M6502] ; millpac (made by Pugsy) [M6502] ; mk (made by Steph) [TMS34010] ; mk2 (updated by ugetab) [TMS34010] ; mk2chal (updated by ugetab) [TMS34010] ; mk2r14 (updated by ugetab) [TMS34010] ; mk2r21 (updated by ugetab) [TMS34010] ; mk2r32 (updated by ugetab) [TMS34010] ; mk2r42 (updated by ugetab) [TMS34010] ; mk2r91 (updated by ugetab) [TMS34010] ; mk3 (made by Steph & ugetab) [TMS34010] ; mk3r10 (made by Steph & ugetab) [TMS34010] ; mk3r20 (made by Steph & ugetab) [TMS34010] ; mkla1 (made by Steph) [TMS34010] ; mkla2 (made by Steph) [TMS34010] ; mkla3 (made by Steph) [TMS34010] ; mkla4 (made by Steph) [TMS34010] ; mkprot9 (made by Steph) [TMS34010] ; mkr4 (made by Steph) [TMS34010] ; mmatrix (made by Pugsy) [68000] ; mmatrixj (made by Pugsy) [68000] ; moguchan (made by ShimaPong) [????] ; moleatck (made by ShimaPong) [????] ; momoko (made by ShimaPong) [????] ; monkeyd (made by Pugsy) [Z80] ; monster2 (made by ShimaPong) [????] ; moonal2 (made by Pugsy) [Z80] ; moonal2b (made by Pugsy) [Z80] ; moonaln (made by Pugsy) [Z80] ; moonbase (made by Pugsy) [8080] ; mooncrgx (updated/fixed by ShimaPong) [Z80] ; mooncrs2 (updated/fixed by ShimaPong) [Z80] ; mooncrsa (updated/fixed by ShimaPong) [Z80] ; mooncrsb (updated/fixed by ShimaPong) [Z80] ; mooncrsg (updated/fixed by ShimaPong) [Z80] ; mooncrst (updated/fixed by ShimaPong) [Z80] ; mooncrsu (updated/fixed by ShimaPong) [Z80] ; motos (made by ShimaPong) [M6809] ; mouser (made by Pugsy) [Z80] ; mouserc (made by Pugsy) [Z80] ; mp_gaxe2 (made by ShimaPong) [????] ; mp_sor2 (made by ShimaPong) [????] ; mplanets (made by ShimaPong) [????] ; mplanuk (made by ShimaPong) [????] ; mrdo (made by Pugsy) [Z80] ; mrdofix (made by Pugsy) [Z80] ; mrdot (made by Pugsy) [Z80] ; mrdoy (made by Pugsy) [Z80] ; mrdu (made by Pugsy) [Z80] ; mrgoemon (made by ShimaPong) [????] ; mrheli (made by ShimaPong) [????] ; mrjong (made by ShimaPong) [????] ; mrkougar (made by ShimaPong) [????] ; mrkougb (made by ShimaPong) [????] ; mrkougb2 (made by ShimaPong) [????] ; mrkougr2 (made by ShimaPong) [????] ; mrlo (made by Pugsy) [Z80] ; mrviking (made by ShimaPong) [Z80] ; mrvikngj (made by ShimaPong) [Z80] ; mschamp (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; mspacmab (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; mspacman (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; mspacmat (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; mspacmnf (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; mspacpls (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; mt_fshrk (made by Pugsy) [68000] ; mt_gaxe2 (made by ShimaPong) [????] ; mt_lastb (made by ShimaPong) [????] ; mt_shar2 (made by ShimaPong) [68000] ; mt_stbld (made by ShimaPong) [68000] ; mugsmash (made by ShimaPong) [????] ; mx5000 (made by ShimaPong) [????] ; myststno (made by Pugsy) [M6502] ; mystston (made by Pugsy) [M6502] ; navarone (made by ShimaPong) [????] ; ncv1 (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; ncv1j (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; ncv1j2 (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; ncv2 (made by Pugsy) [68000] ; ncv2j (made by Pugsy) [68000] ; netwars (made by ShimaPong) [????] ; newpuc2 (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; newpuc2b (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; newpuckx (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; nightlov (made by ShimaPong) [????] ; ninja (made by ShimaPong) [Z80] ; ninjakun (made by ShimaPong) [Z80] ; ninjaw (made by ShimaPong) [????] ; ninjawj (made by ShimaPong) [????] ; nitedrvr (made by ShimaPong) [????] ; nmaster (made by ShimaPong) [????] ; nmouse (made by ShimaPong) [????] ; nmousea (made by ShimaPong) [????] ; nprinces (made by ShimaPong) [Z80] ; nprincsb (made by ShimaPong) [Z80] ; nprincso (made by ShimaPong) [Z80] ; nprincsu (made by ShimaPong) [Z80] ; nratechu (made by Pugsy) [Z80] ; nss_actr (made by ShimaPong) [????] ; nss_fzer (made by ShimaPong) [????] ; nunchaku (made by ShimaPong) [????] ; nyny (made by Pugsy) [M6809] ; nynyg (made by Pugsy) [M6809] ; pacgal (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; pacheart (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; pacman (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; pacmanbl (made by ugetab) [Z80] ; pacmanf (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; pacmod (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; pacplus (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; paintrlr (made by ShimaPong) [Z80] ; paperboy (made by Pugsy) [T11] ; paperbr1 (made by Pugsy) [T11] ; paperbr2 (made by Pugsy) [T11] ; paradlx (made by ShimaPong) [????] ; pc_grdue (made by ShimaPong) [N2A03] ; pc_grdus (made by ShimaPong) [N2A03] ; pc_miket (made by ugetab\Parasyte) [N2A03] ; pc_mman3 (made by ugetab)[N2A03] <-- These are converted Game Genie codes from the NES 6502 version, RAM cheats would be easy though GG uses ROM codes! ; pc_ngai2 (made by ugetab) [N2A03] ; pc_ngai3 (made by ugetab) [N2A03] ; pc_ngaid (made by ugetab) [N2A03] ; pc_rygar (made by ShimaPong) [????] ; pc_smb (made by ugetab) [N2A03] ; pc_smb2 (made by ugetab) [Z80] ; pc_smb3 (made by ugetab) [N2A03] ; pc_tmnt (made by ugetab) [N2A03] ; pc_ynoid (made by Pugsy) [N2A03] <-- These are converted Game Genie codes from the NES 6502 version, RAM cheats would be easy though GG uses ROM codes! ; pengo (made by ShimaPong) [Z80] ; pengo2 (made by ShimaPong) [Z80] ; pengo2u (made by ShimaPong) [Z80] ; pengo3u (made by ShimaPong) [Z80] ; pengo4 (made by ShimaPong) [Z80] ; pengob (made by ShimaPong) [Z80] ; penta (made by ShimaPong) [Z80] ; perfrman (made by Pugsy) [Z80] ; perfrmau (made by Pugsy) [Z80] ; phantoma (made by Pugsy) [M6502] ; phoenix (made by Pugsy) [8085A] ; phoenix3 (made by Pugsy) [8085A] ; phoenixa (made by Pugsy) [8085A] ; phoenixc (made by Pugsy) [8085A] ; phoenixt (made by Pugsy) [8085A] ; piranha (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; piranhah (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; piranhao (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; pitfall2 (made by Pugsy) [Z80] ; pitfallu (made by Pugsy) [Z80] ; pkunwar (made by ShimaPong) [Z80] ; pkunwarj (made by ShimaPong) [Z80] ; plegendj (made by ShimaPong) [????] ; plegends (made by ShimaPong) [????] ; pleiadbl (made by Pugsy) [8085A] ; pleiadce (made by Pugsy) [8085A] ; pleiads (made by Pugsy) [8085A] ; plusalph (made by ShimaPong) [????] ; polaris (made by Pugsy) [Z80] ; polarisa (made by Pugsy) [Z80] ; ponpoko (made by ShimaPong) [????] ; ponpokov (made by ShimaPong) [????] ; popflama (made by ShimaPong) [????] ; popflamb (made by ShimaPong) [????] ; popflame (made by ShimaPong) [????] ; popper (made by ShimaPong) [????] ; portman (made by ShimaPong) [????] ; powerbal (made by ShimaPong) [????] ; powerbls (made by ShimaPong) [????] ; puckman (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; puckmana (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; puckmanf (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; puckmanh (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; puckmod (made by ShimaPong (Invincibility) & ugetab (Speed Hack)) [Z80] ; punisher (made by ugetab) [68000] {Infinite Weapon on Pickup} ; punishrj (made by ugetab) [68000] {Infinite Weapon on Pickup} ; punishru (made by ugetab) [68000] {Infinite Weapon on Pickup} ; qb3 (made by Pugsy) [CCPU] ; quasar (made by Pugsy) [S2650] ; quasara (made by Pugsy) [S2650] ; r2dtank (made by ShimaPong) [????] ; radarscp (made by ShimaPong) [????] ; radrad (made by ShimaPong) [????] ; raflesia (made by ShimaPong) [????] ; ragnagrd (updated/fixed by ShimaPong) [68000] ; raiders (made by ShimaPong) [????] ; raiders5 (made by Pugsy) [Z80] ; raidrs5t (made by Pugsy) [Z80] ; rallys (made by Pugsy) [M6502] ; rastan (made by ShimaPong) [68000] ; rastanu (made by ShimaPong) [68000] ; rastanu2 (made by ShimaPong) [68000] ; rastsaga (made by ShimaPong) [68000] ; rayforce (made by ShimaPong) [????] ; rayforcj (made by ShimaPong) [????] ; rbtapper (made by Pugsy) [Z80] ; redalert (made by ShimaPong) [????] ; redclash (updated/fixed by ShimaPong) [Z80] ; redclask (updated/fixed by ShimaPong) [Z80] ; redclsha (made by ShimaPong) [Z80] ; redrobin (made by Pugsy) [Z80] ; redufo (updated/fixed by ShimaPong) [Z80] ; regulus (made by ShimaPong) [????] ; reguluso (made by ShimaPong) [????] ; repulse (made by Shimapong) [Z80] ; rezon (made by ShimaPong) [????] ; rezont (made by ShimaPong) [????] ; ribbit (made by ShimaPong) [????] ; ringkin2 (made by ShimaPong) [????] ; ringking (made by ShimaPong) [????] ; rinkin3 (made by ShimaPong) [????] ; rinkinw (made by ShimaPong) [????] ; roadf (made by ShimaPong) [????] ; roadf2 (made by ShimaPong) [????] ; roadrun1 (made by Pugsy) [68010] ; roadrun2 (made by Pugsy) [68010] ; roadrunn (made by Pugsy) [68010] ; robby (made by ugetab & ShimaPong) [Z80] ; robokdj2 (made by ShimaPong) [????] ; robokid (made by ShimaPong) [????] ; robokidj (made by ShimaPong) [????] ; robotron (made by Pugsy) [M6809] ; robotryo (made by Pugsy) [M6809] ; rotaryf (made by ShimaPong) [????] ; rotd (made by Pugsy) [68000] ; rpatrolb (made by ShimaPong) [????] ; rpatrolo (made by ShimaPong) [????] ; rranger (made by Pugsy) [Z80] ; rugrats (made by ShimaPong) [????] ; rundeep (made by ShimaPong) [????] ; rushatck (made by Pugsy) [Z80] ; rygar (made by ShimaPong) [Z80] ; rygar2 (made by ShimaPong) [Z80] ; rygarj (made by ShimaPong) [Z80] ; sasuke (made by ShimaPong) [????] ; sboblbob (made by Pugsy) [Z80] ; scobra (made by Pugsy) [Z80] ; scobrab (made by Pugsy) [Z80] ; scobras (made by Pugsy) [Z80] ; scobrase (made by Pugsy) [Z80] ; scorpion (updated/fixed by ShimaPong) [Z80] ; scorpnmc (updated/fixed by ShimaPong) [Z80] ; scramblb (made by Pugsy) [Z80] ; scramble (made by Pugsy) [Z80] ; scrambls (made by Pugsy) [Z80] ; scregg (made by Pugsy) [M6502] ; scrpiona (updated/fixed by ShimaPong) [Z80] ; sdungeon (made by ShimaPong) [????] ; searthia (made by Pugsy) [8080] ; searthin (made by Pugsy) [8080] ; seganinj (made by ShimaPong) [Z80] ; seganinu (made by ShimaPong) [Z80] ; senjyo (made by ShimaPong) [Z80] ; sflush (made by ShimaPong) [????] ; sfx (made by ShimaPong) [????] ; sgladiat (made by ShimaPong) [????] ; shangkid (made by ShimaPong) [Z80] ; shangon1 (made by ShimaPong) [????] ; shangon2 (made by ShimaPong) [????] ; shangon3 (made by ShimaPong) [????] ; shaolins (made by Pugsy) [M6809] ; sheriff (made by ShimaPong) [????] ; shootoub (made by ugetab) [M6502] ; shootouj (made by ugetab) [M6502] ; shootout (made by ugetab) [M6502] ; shpeng (made by ShimaPong) [????] ; shuttlei (made by ShimaPong) [????] ; sicv (made by Pugsy) [8080] ; silkroad (made by ShimaPong) [????] ; silvland (made by ShimaPong) [????] ; sinvemag (made by Pugsy) [8080] ; sinvzen (made by Pugsy) [8080] ; sisv (made by Pugsy) [8080] ; sisv2 (made by Pugsy) [8080] ; sitv (made by Pugsy) [8080] ; skelagon (made by ShimaPong) [????] ; skyarmy (made by ShimaPong) [????] ; skybase (made by Pugsy) [Z80] ; skychut (made by ShimaPong) [????] ; skyfox (made by ShimaPong) [Z80] ; skyraidr (updated/fixed by ShimaPong) [Z80] ; skyshark (made by ShimaPong) [????] ; skyskipr (made by Tourniquet) [Z80] ; slapbtjp (made by ShimaPong) [Z80] ; slapbtuk (made by ShimaPong) [Z80] ; slapfgtr (made by ShimaPong) [Z80] ; slapfiga (made by ShimaPong) [Z80] ; slapfigh (made by ShimaPong) [Z80] ; smashtv (made by Pugsy) [TMS34010] ; smashtv4 (made by Pugsy) [TMS34010] ; smashtv5 (made by Pugsy) [TMS34010] ; smashtv6 (made by Pugsy) [TMS34010] ; smooncrs (updated/fixed by ShimaPong) [Z80] ; sonofphx (made by Shimapong) [Z80] ; spacbatt (updated/fixed by ShimaPong) [Z80] ; spaceat2 (made by Pugsy) [8080] ; spaceatt (made by Pugsy) [8080] ; spaceg (made by ShimaPong) [????] ; spacewr3 (made by Pugsy) [8080] ; spceking (made by Pugsy) [8080] ; spcewars (made by Pugsy) [8080] ; spcking2 (made by Pugsy) [Z80] ; spcpostn (made by Pugsy) [Z80] ; spctbird (updated/fixed by ShimaPong) [Z80] ; spectar (made by Pugsy) [M6502] ; spectar1 (made by Pugsy) [M6502] ; spiders (made by ShimaPong with bugfix by Pugsy) [M6809] ; spiders2 (made by ShimaPong with bugfix by Pugsy) [M6809] ; spinner (made by ShimaPong with bugfix by Pugsy) [M6809] ; sprglobp (made by ShimaPong) [????] ; sraider (made by ShimaPong) [Z80] ; sranger (made by Pugsy) [Z80] ; srangerb (made by Pugsy) [Z80] ; srangerw (made by Pugsy) [Z80] ; srdarwin (made by Pugsy) [M6809] ; srdarwnj (made by Pugsy) [M6809] ; srdmissin (made by ShimaPong) [????] ; sstarbtl (made by ShimaPong) [????] ; sstrangr (made by Pugsy) [8080] ; sstrngr2 (made by Pugsy) [8080] ; stactics (made by ShimaPong) [????] ; starforc (made by ShimaPong) [Z80] ; starfore (made by ShimaPong) [Z80] ; starjack (made by ShimaPong) [Z80] ; starjacs (made by ShimaPong) [Z80] ; starlstr (made by ShimaPong) [N2A03] ; startrkd (made by Pugsy) [M6809] ; stinger (made by ShimaPong) [Z80] ; stinger2 (made by ShimaPong) [Z80] ; stratgys (made by ShimaPong) [????] ; stratgyx (made by ShimaPong) [????] ; streakng (made by ShimaPong) [Z80] ; strfbomb (made by Pugsy) [Z80] ; subroc3d (made by ShimaPong) [Z80] ; superg (made by Pugsy) [Z80] ; superinv (made by Pugsy) [8080] ; suprglob (made by ShimaPong) [????] ; supxevs (made by ShimaPong) [????] ; sutapper (made by Pugsy) [Z80] ; swarm (made by Pugsy) [Z80] ; swimmer (made by ShimaPong) [????] ; swimmera (made by ShimaPong) [????] ; swimmerb (made by ShimaPong) [????] ; sxevious (made by ShimaPong) [????] ; tactcan2 (made by Pugsy) [Z80] ; tactcian (made by Pugsy) [Z80] ; talbot (made by ShimaPong) [Z80] ; tankbatt (made by ShimaPong) [????] ; tankbust (made by ShimaPong) [????] ; tapper (made by Pugsy) [Z80] ; tappera (made by Pugsy) [Z80] ; targ (made by Pugsy) [M6502] ; targc (made by Pugsy) [M6502] ; taxidrvr (made by ShimaPong) [????] ; tceptor (made by ShimaPong) [????] ; tceptor2 (made by ShimaPong) [????] ; teddybb (made by ShimaPong) [????] ; teddybbo (made by ShimaPong) [????] ; thedeep (made by ShimaPong) [????] ; theend (made by Pugsy) [Z80] ; theends (made by Pugsy) [Z80] ; theglob (made by ShimaPong) [????] ; theglob2 (made by ShimaPong) [????] ; theglob3 (made by ShimaPong) [????] ; theglobp (made by ShimaPong) [????] ; thnderxa (made by Shimapong) [KONAMI] ; thnderxb (made by Shimapong) [KONAMI] ; thnderxj (made by Shimapong) [KONAMI] ; thunderx (made by Shimapong) [KONAMI] ; tigerh (made by ShimaPong) [????] ; tigerh2 (made by ShimaPong) [????] ; tigerhb1 (made by ShimaPong) [????] ; tigerhb2 (made by ShimaPong) [????] ; tigerhj (made by ShimaPong) [????] ; tmnt2 (made by ShimaPong) [????] ; tmnt22p (made by ShimaPong) [????] ; tmnt2a (made by ShimaPong) [????] ; toki (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; tokia (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; tokib (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; tokij (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; tokiob (made by ShimaPong) [Z80] ; tokiou (made by ShimaPong) [Z80] ; tokisens (made by ShimaPong) [????] ; tokiu (made by Pugsy) [68000] {Endian Fixed at MAME 0.60} ; toprollr (made by ShimaPong) [????] ; topsecrt (made by ShimaPong) [????] ; tp84 (made by ShimaPong) [????] ; tp84a (made by ShimaPong) [????] ; tp84b (made by ShimaPong) [????] ; transfrm (made by ShimaPong) [????] ; trckydca (made by ShimaPong) [????] ; trckydog (made by ShimaPong) [????] ; tron (made by Pugsy) [Z80] ; tron2 (made by Pugsy) [Z80] ; tron3 (made by Pugsy) [Z80] ; tron4 (made by Pugsy) [Z80] ; tubep (made by ShimaPong) [????] ; tugboat (made by ShimaPong) [????] ; turpin (made by ShimaPong) [????] ; turtles (made by ShimaPong) [????] ; typhoon (made by ShimaPong) [????] ; ufosensb (made by ShimaPong) [????] ; ufosensi (made by ShimaPong) [????] ; umk3 (made by Steph/ugetab) [TMS34010] ; umk3r10 (made by Steph/ugetab) [TMS34010] ; umk3r11 (made by Steph/ugetab) [TMS34010] ; uniwars (updated/fixed by ShimaPong) [Z80] ; upndown (made by Pugsy) [Z80] ; upndownu (made by Pugsy) [Z80] ; vautour (made by Pugsy) [I8085A] ; vautour2 (made by Pugsy) [I8085A] ; venture (made by ShimaPong) [????] ; venture2 (made by ShimaPong) [????] ; venture4 (made by ShimaPong) [????] ; vsgradus (made by ShimaPong) [N2A03] ; vsgshoe (made by Pugsy) [N2A03] ; vulcan (made by ShimaPong) [????] ; wallst (made by ugetab) [S2650] ; warpwarp (made by ShimaPong) [????] ; warwar2 (made by ShimaPong) [????] ; warwarr (made by ShimaPong) [????] ; wexpresb (made by ShimaPong) [????] ; wexpresc (made by ShimaPong) [????] ; wexpress (made by ShimaPong) [????] ; wilytowr (made by Pugsy) [Z80] ; wink (made by ShimaPong) [????] ; winka (made by ShimaPong) [????] ; wiping (made by ShimaPong) [????] ; woodpek (made by ShimaPong) [????] ; woodpeka (made by ShimaPong) [????] ; wotw (made by Pugsy) [CCPU] ; wotwc (made by Pugsy) [CCPU] ; xevios (made by ShimaPong) [????] ; xevious (made by ShimaPong) [????] ; xeviousa (made by ShimaPong) [????] ; xeviousb (made by ShimaPong) [????] ; xeviousc (made by ShimaPong) [????] ; xmultipl (made by ShimaPong) [????] ; xxmissio (made by ShimaPong) [????] ; yamato (made by ShimaPong) [????] ; yamato2 (made by ShimaPong) [????] ; yankeedo (made by Pugsy) [Z80] ; yiear (made by ShimaPong) [M6809] ; yiear2 (made by ShimaPong) [M6809] ; zektor (made by Pugsy) [Z80] ; zero (made by Pugsy) [M6809] ; zerohour (made by ShimaPong) [????] ; zerotime (made by Pugsy) [Z80] ; zigzag (made by Pugsy) [Z80] ; zigzag2 (made by Pugsy) [Z80] ; zipzap (made by ShimaPong) [????] ; zoar (made by Pugsy) [M6502] ; zodiack (made by ShimaPong) [????] ; zoom909 (made by ShimaPong) [Z80] ; ;****************************************************************************** ;* GAMES THAT CURRENTLY UTILISE EEPROM AND MAPPED MEMORY CHEATS * ;****************************************************************************** ; ; This is a list of games that currently make use of cheats that poke direct to ; mapped memory or EEPROM. Generally these cheats are to unhide game functions ; such as hidden game characters. Note: If the mapped memory being poked is ; actually program code it is classed as a ROM cheat! ; ; some Seta games [EEPROM region] (Found by unknown) ; mk3 [Unlock Smoke] (Found by Tourniquet) ; mk3r20 [Unlock Smoke] (Found by Tourniquet) ; mk3r10 [Unlock Smoke] (Found by Tourniquet) ; umk3 [Unlock Secret Chars] (Found by Tourniquet) ; umk3r11 [Unlock Secret Chars] (Found by Tourniquet) ; gunbird2 [Unlock Aine] (Found by Tourniquet) ; s1945iii [Unlock X-36] (Found by Tourniquet) ; ;****************************************************************************** ;* GAMES THAT CURRENTLY UTILISE FORCE RANGE CHEATS * ;****************************************************************************** ; ; This is a list of the games currently make use of the force range type cheat as ; added in the new cheat engine. It basically allows you to take a location and ; make sure that the value stays within a range of values. An example is Arkanoid ; where by finding the Y pos of the ball sprite we can ensure by a simple cheat ; that the ball never leaves the playing area as soon as it attempts to we poke ; the location with a value which will effectively push the ball up a bit so that ; you can have another go at hitting the ball. They will hopefully used more in ; future as people understand them. ; ; arkangc (found by Pugsy) ; arkanoid (found by Pugsy) ; arkatayt (found by Pugsy) ; arkatour (found by Pugsy) ; arkbl2 (found by Pugsy) ; arkbl3 (found by Pugsy) ; arkbloc2 (found by Pugsy) ; arkblock (found by Pugsy) ; arknoidj (found by Pugsy) ; arknoidu (found by Pugsy) ; freekick (found by Pugsy) ; freekckb (found by Pugsy) ; arkretrn (found by Pugsy) ; sbrkout (found by Pugsy) ; geebee (found by Pugsy) ; geebeeg (found by Pugsy) ; bombbee (found by Pugsy) ; cutieq (found by Pugsy) ; popbounc (found by Pugsy) ; goindol (found by Pugsy) ; goindolj (found by Pugsy) ; goindolu (found by Pugsy) ; homo (found by Pugsy) ; snowbro3 (found by Pugsy) ; snowbroa (found by Pugsy) ; snowbrob (found by Pugsy) ; snowbroj (found by Pugsy) ; snowbros (found by Pugsy) ; wintbob (found by Pugsy) ; gigasb (found by Pugsy) ; oigas (found by Pugsy) ; gigasm2b (found by Pugsy) ; puchicrj (found by Pugsy) ; wallc (found by Pugsy) ; wallca (found by Pugsy) ; arknoiuo (found by Pugsy) ; cannonb (found by Pugsy) ; cannonb2 (found by Pugsy) ; mt_eswat (don't know) ; quiz18k (found by Pugsy) ; circus (found by ugetab) ; bnzabros (found by ShimaPong) ; quester (found by ugetab) ; cgraplop (found by ShimaPong) ; cgraplp2 (found by ShimaPong) ; pinbo (found by ShimaPong) ; pinboa (found by ShimaPong) ; pinbos (found by ShimaPong) ; puchicar (found by Pugsy) ; funystrp (found by ShimaPong) ; eggor (found by ShimaPong) ; eyes (found by ShimaPong) ; eyes2 (found by ShimaPong) ; eyeszac (found by ShimaPong) ;****************************************************************************** ;* GAMES THAT CURRENTLY UTILISE DYNAMIC (RELATIVE ADDRESSING) CHEATS * ;****************************************************************************** ; ; This is a list of games that currently use 'dynamic' cheats. Dynamic cheats ; are basically just relative addressed cheats. The problem with some games when ; you do a cheat search is that you can easily find for example the energy location ; poking it will seem to work fine, but if you advance a level you will find that the ; cheat no longer works. In fact the next time you play the level you found the cheat ; for you will probably find that the cheat doesn't work there either. I've included ; my method of how to find your own 'dynamic' cheats under this list...enjoy ;-) Again ; this list is sorted in the order that cheats were added (oldest cheats first). ; ; samsho (found by Pugsy) ; kabukikl (found by Pugsy) ; samsho2 (found by Pugsy) ; savagere (found by Pugsy) ; lastblad/lastblda/lastsold (found by Pugsy) ; 3countb (found by Pugsy) ; lastbld2 (found by Pon) ; dadandrn/mmaulers (found by Tourniquet) (it's like the buses.....) ; ncv2/ncv2j (found by Pugsy) ; galaxyfg (found by KelvSYC) ; gunhohki/mysticri (found by ShimaPong) ; ncv1/ncv1j/ncv1j2 (found by ShimaPong) ; kengo (found by ShimaPong) ; rdft2/rdft2a/rdft2a2/rdft2j/rdft22kc/rdft2us (found by ShimaPong) ; tenkomoj/tenkomor (found by ShimaPong) ; vamphalf (found by ShimaPong) ; danceyes (found by ShimaPong) ; mmatrix/mmatrixj (found by ShimaPong) ; prikura (found by ShimaPong) ; rsgun (found by ShimaPong) ; ; ; Dynamic Cheat Finding method by Pugsy ; ===================================== ; ; From the start, this is presuming you are using a debug MAME. I'm using samsho2 as an example and I am looking for ; infinite energy for PL1 - the method is easy to alter for different games and/or other things (this is mainly a ; method used for neogeo games - the only real system that utilises dynamic addressing for 'useful' locations). It's ; not a method for beginners, it assumes cheat finding skills, a basic understanding of hexadecimal addressing and an ; ability to decode my waffling. ; ; ; ; 1. Start MAME as you would normally - don't forget you must use the debug MAME build with either -debug on the ; commandline or DEBUG 1 in the ini file ; ; 2. You will find that after a short while MAME will be on the debugger screen, at this stage just press F12 to start ; the game. [REMEMBER F12 in the debugger will return you to the game] ; ; 3. Commence play ; ; 4. Start a Energy Search and reduce the results using standard methods. In the example I reduced the results to 2 ; possibles 100AC6 & 10373B, by using watches I can discount 100AC6 as it's the time location. So that leaves us with ; 10373B 80 = Full Energy. NOTE: You have to find the value as quickly as possible because the location will change the ; next time the level changes, so you would have to start the search from the beginning. You can test the address you ; find by poking it directly if it's the correct location you will find it will have the desired affect on that level. ; ; 5. Press the tilde key (the tilde key is the key under Esc and about TAB and the the left of 1). You will now be in the ; debugger, remember the fact that we found the address 0010373B in step 4 (Note the preceding 0s - we will need them). ; ; 6. Press TAB 3 times so that the cursor is in the address window. Now press S to commence a search and type in the value ; as per step 5...but drop the last byte as that will be part of the index. So in this case we would type in 00 10 37, then ; press RETURN to execute the search - you can repeat the search by pressing S and hitting RETURN (the last search values ; are still set). For every search result note down the address, you can safely ignore any results in ROM locations or where ; it crosses word boundaries (ie it shows as XX00 1037 instead of 0010 37XX). In this example you will find that S 00 10 37 ; only returns one ROM location at 00003680, so we can safely ignore it. However, there are no other occurences so we are ; goosed.....or are we? ; ; 7. If there are no possibilities then remember that the location we are looking for contains an address that hopefully ; points to a page of memory limited in size. In most cases this seems to be no greater than 256 bytes and is mostly forward ; indexed (+ve rather than -ve). So assuming that 10373B is the extreme case it is 256 bytes away from the start of the ; memory page base location, then the base location of the page would be 10363C. So we need to repeat Step 6 but this time ; with S 00 10 36 as the search instruction, ignoring ROM locations and word boundary crossing, from this we get the ; following results:- ; ; Address Contents ; 100A46 00103680 ; 100A5E 00103680 ; 102AEC 00103680 ; 102D2C 00103680 ; 103F2C 00103680 ; 10404C 00103680 ; 104DCC 00103680 ; 10500C 00103680 ; 1057EC 00103680 ; 105A2C 00103680 ; 105C6C 00103680 ; 10644C 00103680 ; ; 8. From the Step 7 results you can see that all the results point to a page of memory starting at 00103680, since we know the ; energy location is 0010373B we can work out that the index value is = BB (Cheat Location - Start Address of page = 10373B -103680). ; ; 9. Now you need to narrow the location down either by loads of watches on several levels or by excessive testing, personally I ; place a watch on all the locations and try the first location first, second location second etc etc. [ NOTE: A lot of neogeo ; games which utilise dynamic addressing seem to like to use a value in the range 100AXX as the pointer location. ] Here are the ; cheats to try first... ; ; ; :samsho2:83000000:00100A46:00000080:000000BB:Infinite Energy PL1 [POSSIBILITY NO. 1] ; :samsho2:83000000:00100A5E:00000080:000000BB:Infinite Energy PL1 [POSSIBILITY NO. 2] ; :samsho2:83000000:00102AEC:00000080:000000BB:Infinite Energy PL1 [POSSIBILITY NO. 3] ; :samsho2:83000000:00102D2C:00000080:000000BB:Infinite Energy PL1 [POSSIBILITY NO. 4] ; ; { One more interesting thing to note, you may find that several locations will have the desired affect as the pointers maybe ; held in several places in memory, it really doesn't matter which one you use. } ; ; 10. Once you find out the location which works bear in mind that the game will use the same page for other things like Power etc, ; Note PL2 will generally use a different page though the location holding the pointer is generally right next to the pointer for ; the other Player (the index will generally be the same though...which is nice :) ). ; ; For samsho2 we hence have these dynamic cheats:- ; ; :samsho2:83000000:00100A46:00000080:000000BB:Infinite Energy PL1 ; :samsho2:83000001:00100A46:00000000:000000BB:Drain All Energy Now! PL1 ; :samsho2:83000000:00100A46:00000020:000000F0:Always have Maximum Power PL1 ; :samsho2:83000000:00100A46:00000000:000000F0:Always have Minimum Power PL1 ; :samsho2:83000000:00100A4A:00000080:000000BB:Infinite Energy PL2 ; :samsho2:83000001:00100A4A:00000000:000000BB:Drain All Energy Now! PL2 ; :samsho2:83000000:00100A4A:00000020:000000F0:Always have Maximum Power PL2 ; :samsho2:83000000:00100A4A:00000000:000000F0:Always have Minimum Power PL2 ; ; Dynamic Cheat Finding Method (c) Pugsy 2000-2002 ;-) ; ;****************************************************************************** ;* GAMES/CHEATS WITH KNOWN ISSUES OR WORK STILL TO BE DONE * ;****************************************************************************** ; ; Don't expect this list to change too much - there's more pressing issues for ; me to deal with normally - I do have a crack at them occasionally. ; ; Rework cheats with ';' comment lines to cheat type 999 wherever a better ; explanation is required (not Use Sprite when flickers type comments as this ; will overcomplicate matters for now) - ONGOING ; Look at Ali Baba - uses pacman hardware may use same cheats... ; Look at Mirai Ninja ; Look at replicating Mania Challenge cheats for The Main Event ; Spy Hunter 2 needs more cheats! ; The Return of Ishtar needs more work - present cheats has problems in b12 ... ; Smash TV - look at Invincibility for PL2, perhaps somebody good and with more ; time then me could look at some working weapon cheats! ;-P Also need to double ; check the clones - they are not quite identical it seems. ; More codes for 88 Games ; I, Robot more codes needed ; Streaking more codes needed ; Sky Kid Deluxe more codes needed ; Plump Pop more codes needed ; Hopping Mappy more codes needed ; Black Hole more codes needed ; Baluba-louk no Densetsu more codes? ; Knock Out/Triple Punch - Look at the invincibilty cheats ; My Hero - Round Select codes ; Mr Do.! - level select cheats ; Mutant Night - level select cheats ; Gradius III - have a look at the cheat descriptions and find more (job for me[Pugsy]) ; Colony 7 - look at set fighter =1 cheat is it worthwhile ; Syougi No Tatsujin - more cheats? ; Dangerous Seed - check cheats and find more? ; Flash Gal - check for level select cheats ; Fighting Hawk - take a closer look at this game, start on level cheats perhaps ; Cosmo Gang the Video - check out both versions unsure which is NOW the original ; one the cheat was made for. ; Atari Soccer - need to search for score cheats, no patience to play with controls ; Kick and Run - needs score cheats ; Look at Fatal Fury 4 cheats - rename add more? ; Body Slam - room for lots more cheats, see other wrestling games for possible cheats ; Check out the cheats for these clones, I haven't had chance to check them:- ; aliensu darkseaj devstor3 grdius3a marvlanj ; pinbos skykiddo youma mrvikngj blswhstl pacnchmp ; More cheats for Big Pro Wrestling! needed ; Check out Shinobi (set 3) cheats ; Check out sdioj cheats when the game is fixed ; More cheats for Yosaku To Donbee ; More cheats for Tank Force - in particular a cheat to activate the Air Strike ; Look for 'Infinite "item" time' cheats for red and green pills for PacMania ; Test aliensyj ; Add Select score cheats for the Super Sidekicks series of games ; Do Infinite Health, Infinite Ammo, Always have Gun/Get Gun Now! cheats for all levels ; and both players for the game Top Hunter ; Ultraman look at cheats and check....problems encountered ; Look at Quester - more arkanoid pill type cheats? ; War of Aero - loads of scope for more cheats - weapons + level for starters (see dip switches) ; Astro Blaster (version 2) + other versions? - cheats seem buggy and causes gfx glitches, investigate ; More cheats for cachat - when I've had chance to play it...... ; '99 The Last War + clones - Shield stays on longer cheat seems to be cosmetic only. Fix or remove ; Rename 'type' cheats for dfeveron, requires better descriptions ; Add Score always, score now! or select score cheats for games with only one type (perhaps) ; Gotya - find invincibility cheat + others ; Labyrinth Runner - weapon cheats required + level select ; Passing Shot - check all cheats, order make them hard to understand.....(I hate Tennis games) ; More cheats for invad2ct - Space Invaders II ; Check out Spinal Breakers - don't understand the 2 part cheats, redo descriptions when done + some ; locations should be 2 part (like time) ; Missing PL2 cheats for Ghox to be found and all cheats to be cleaned up ; More cheats for V-Five (use Grind Stormer as an example - very similar! + clean up cheats especially ; the rough and ready cursor cheat ; More cheats for Fast Lane ; More cheats for Snow Bros. 2 ; Twin Eagle - find missing Maximum Speed PL2 cheat ; Air Buster - possible trigger cheat missing from Side shot, Powerball & B cheats. Investigate ; Soldam (Japan) - possibility of a lot more colour related cheats, + needs some other cheats ; Do some work on reducing the above entries!!! ;-) ; Spinal Breakers - more cheats to be found - weapons, time, invincibility.... ; U.S. Classic - more cheats required, PL2 cheats not yet possible! (beta 1) ; Zing Zing Zip - problem reported with goto boss cheats - redo as a level select and start on level cheat ; raphero game is a clone, but more cheats here than for the others bigbang&tdragon2 (maybe the raphero cheats can be replicated) ; tmekprot - there's more cheats for tmek, though the cheats don't seem to exist for tmekprot (look into program code) ; mslug4 & clone - look at cheats, weapon cheats appear not to work properly ; svc & clones check ; wwfsstar & clones - check ; winspike & clones - check ; welltris & clones - check ; Viper Phase & clones - check ; triothep & clones check ; tnzso - check out level cheats ; Mahjong games, winning hand cheats some games don't have comments....add if i can be bothered ; Update this list! ; ;****************************************************************************** ;* Pre-Enabled Cheat Section * ;****************************************************************************** ; Pre-Enable: (01100100 -------- -1------ --------) 0x64004000 ; ; Enables a cheat on startup. Put the index of the cheat you want to enable in the address field. ; ; Example: to activate the eleventh cheat in the cheat list, add this cheat to the file: ; :gamename:64004000:0000000A:00000000:00000000: ; ; Actual Example: For the game Marble Madness, add this to the end of your cheat file ; it must be the end of the cheat file or it won't work! ; ; :marble:64004000:00000004:00000000:00000000: ; :marble:64004000:00000007:00000000:00000000: ; ; If you've done it correctly the above two lines will automatically enable cheat ; lines 5 and 8 for that game which at the time of writing will give Infinite Time ; for both players. ; ; NOTE: The cheat lines are counted in hexadecimal not in decimal and the first cheat line ; is 0, the 9th is 08, 11th is 0A etc. You should ignore all other cheats in a linked list or ; linked cheat other than the first cheat. All other cheats including comment cheats should be ; counted though ; ; ; This section is to place your own pre-enabling cheats. Included is a semi-full list ; of example pre-enabling cheats for the game with the shortname "gamename". Just ; remember if you're pre-enabling cheats that you will need to copy any pre-enabling ; cheats you have made to future cheat files, if you just copy over the new cheat.dat ; file you will lose any pre-enabling cheats you have made. Also bear in mind that ; the cheat order in the cheat file can be changed between updates due to new cheats ; being added, buggy cheats being removed or the cheats just being re-arranged. Of ; course if the mamedevs change the shortname you will have to compensate for that ; too. All things considered unless you know what you are doing just stick to ; enabling cheats manually when you play the game. ; : REMEMBER THOUGH IF YOU PRE-ENABLE CHEATS FOR SOME GAMES IT WILL CAUSE THE GAME TO FAIL IT'S RAM/ROM CHECKING ; AND THE GAME MAY NOT START. IN THESE CASES CHECK TO SEE IF THERE ARE ANY CHEATS TO BYPASS THESE CHECKS AND ; IF THERE ARE THEN PRE-ENABLE THOSE CHEATS. OTHERWISE YOU CAN TEMPORARILY TURN OFF ALL CHEATS USING F6, RESET ; THE GAME AND THEN PRESS F6 AGAIN TO TURN ON ALL YOUR PRE-ENABLED CHEATS. ; :gamename:64004000:000000:00000000:00000000:Pre-Enable the 001st cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000001:00000000:00000000:Pre-Enable the 002nd cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000002:00000000:00000000:Pre-Enable the 003rd cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000003:00000000:00000000:Pre-Enable the 004th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000004:00000000:00000000:Pre-Enable the 005th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000005:00000000:00000000:Pre-Enable the 006th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000006:00000000:00000000:Pre-Enable the 007th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000007:00000000:00000000:Pre-Enable the 008th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000008:00000000:00000000:Pre-Enable the 009th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000009:00000000:00000000:Pre-Enable the 010th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00000A:00000000:00000000:Pre-Enable the 011th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00000B:00000000:00000000:Pre-Enable the 012th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00000C:00000000:00000000:Pre-Enable the 013th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00000D:00000000:00000000:Pre-Enable the 014th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00000E:00000000:00000000:Pre-Enable the 015th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00000F:00000000:00000000:Pre-Enable the 016th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000010:00000000:00000000:Pre-Enable the 017th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000011:00000000:00000000:Pre-Enable the 018th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000012:00000000:00000000:Pre-Enable the 019th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000013:00000000:00000000:Pre-Enable the 020th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000014:00000000:00000000:Pre-Enable the 021st cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000015:00000000:00000000:Pre-Enable the 022nd cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000016:00000000:00000000:Pre-Enable the 023rd cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000017:00000000:00000000:Pre-Enable the 024th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000018:00000000:00000000:Pre-Enable the 025th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000019:00000000:00000000:Pre-Enable the 026th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00001A:00000000:00000000:Pre-Enable the 027th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00001B:00000000:00000000:Pre-Enable the 028th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00001C:00000000:00000000:Pre-Enable the 029th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00001D:00000000:00000000:Pre-Enable the 030th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00001E:00000000:00000000:Pre-Enable the 031st cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:00001F:00000000:00000000:Pre-Enable the 032nd cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000020:00000000:00000000:Pre-Enable the 033rd cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000021:00000000:00000000:Pre-Enable the 034th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000022:00000000:00000000:Pre-Enable the 035th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000023:00000000:00000000:Pre-Enable the 036th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000024:00000000:00000000:Pre-Enable the 037th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000025:00000000:00000000:Pre-Enable the 038th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! :gamename:64004000:000026:00000000:00000000:Pre-Enable the 039th cheat in the list:Do NOT count linked cheats or cheats in a linked list!! ; ; ; Copy and paste which cheats above you need and change the gamename accordingly, it might be an idea to change the comment so that you ; know what's being pre-enabled though. Note if you want to pre-enable your own cheats not in this cheat file you must make sure that the ; pre-enabling cheats are AFTER your own cheats! ; ; Example for Marble Madness (the leading ; comments out the cheat) ;:marble:64004000:000004:00000000:00000000:Pre-Enable the 005th cheat in the list:Pre-enabled Infinite Time PL1 ;:marble:64004000:000007:00000000:00000000:Pre-Enable the 008th cheat in the list:Pre-enabled Infinite Time PL2 ; ;****************************************************************************** ;* NEW CHEATS * ;* * ;* Don't forget if you find any new cheats yourself then please post them on * ;* the The Cheat Forums at:- http://cheat.retrogames.com/forums/ * ;* * ;* The best place is the Cheat Forums though you can alternatively email me * ;* them directly, though I can't guarantee I will always email you back :- * ;* * ;* pugsyATgmxDOTnet * ;* Replace 'AT' with @ and 'DOT' with a . * ;* * ;******************************************************************************